diff --git "a/tokenizer.json" "b/tokenizer.json" --- "a/tokenizer.json" +++ "b/tokenizer.json" @@ -10,7 +10,7 @@ "added_tokens": [ { "id": 0, - "content": ">>TITLE<<", + "content": "", "single_word": false, "lstrip": false, "rstrip": false, @@ -19,7 +19,7 @@ }, { "id": 1, - "content": ">>ABSTRACT<<", + "content": "", "single_word": false, "lstrip": false, "rstrip": false, @@ -28,88 +28,7 @@ }, { "id": 2, - "content": ">>INTRODUCTION<<", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 3, - "content": ">>SUMMARY<<", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 4, - "content": ">>COMMENT<<", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 5, - "content": ">>ANSWER<<", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 6, - "content": ">>QUESTION<<", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 7, - "content": ">>DOMAIN<<", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 8, - "content": ">>PREFIX<<", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 9, - "content": ">>SUFFIX<<", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 10, - "content": ">>MIDDLE<<", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 11, - "content": "<|endoftext|>", + "content": "", "single_word": false, "lstrip": false, "rstrip": false, @@ -117,129860 +36,91092 @@ "special": true } ], - "normalizer": null, - "pre_tokenizer": { + "normalizer": { "type": "Sequence", - "pretokenizers": [ + "normalizers": [ + { + "type": "Prepend", + "prepend": "▁" + }, + { + "type": "Replace", + "pattern": { + "String": " " + }, + "content": "▁" + } + ] + }, + "pre_tokenizer": null, + "post_processor": { + "type": "TemplateProcessing", + "single": [ + { + "SpecialToken": { + "id": "", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + } + ], + "pair": [ { - "type": "Punctuation", - "behavior": "Contiguous" + "SpecialToken": { + "id": "", + "type_id": 0 + } }, { - "type": "ByteLevel", - "add_prefix_space": false, - "trim_offsets": true, - "use_regex": true + "Sequence": { + "id": "A", + "type_id": 0 + } }, { - "type": "Digits", - "individual_digits": false + "SpecialToken": { + "id": "", + "type_id": 1 + } }, { - "type": "Split", + "Sequence": { + "id": "B", + "type_id": 1 + } + } + ], + "special_tokens": { + "": { + "id": "", + "ids": [ + 1 + ], + "tokens": [ + "" + ] + } + } + }, + "decoder": { + "type": "Sequence", + "decoders": [ + { + "type": "Replace", "pattern": { - "Regex": "[0-9][0-9][0-9]" + "String": "▁" }, - "behavior": "Isolated", - "invert": false + "content": " " + }, + { + "type": "ByteFallback" + }, + { + "type": "Fuse" + }, + { + "type": "Strip", + "content": " ", + "start": 1, + "stop": 0 } ] }, - "post_processor": null, - "decoder": { - "type": "ByteLevel", - "add_prefix_space": true, - "trim_offsets": true, - "use_regex": true - }, "model": { "type": "BPE", "dropout": null, - "unk_token": null, + "unk_token": "", "continuing_subword_prefix": null, "end_of_word_suffix": null, - "fuse_unk": false, - "byte_fallback": false, + "fuse_unk": true, + "byte_fallback": true, "vocab": { - ">>TITLE<<": 0, - ">>ABSTRACT<<": 1, - ">>INTRODUCTION<<": 2, - ">>SUMMARY<<": 3, - ">>COMMENT<<": 4, - ">>ANSWER<<": 5, - ">>QUESTION<<": 6, - ">>DOMAIN<<": 7, - ">>PREFIX<<": 8, - ">>SUFFIX<<": 9, - ">>MIDDLE<<": 10, - "<|endoftext|>": 11, - "!": 12, - "\"": 13, - "#": 14, - "$": 15, - "%": 16, - "&": 17, - "'": 18, - "(": 19, - ")": 20, - "*": 21, - "+": 22, - ",": 23, - "-": 24, - ".": 25, - "/": 26, - "0": 27, - "1": 28, - "2": 29, - "3": 30, - "4": 31, - "5": 32, - "6": 33, - "7": 34, - "8": 35, - "9": 36, - ":": 37, - ";": 38, - "<": 39, - "=": 40, - ">": 41, - "?": 42, - "@": 43, - "A": 44, - "B": 45, - "C": 46, - "D": 47, - "E": 48, - "F": 49, - "G": 50, - "H": 51, - "I": 52, - "J": 53, - "K": 54, - "L": 55, - "M": 56, - "N": 57, - "O": 58, - "P": 59, - "Q": 60, - "R": 61, - "S": 62, - "T": 63, - "U": 64, - "V": 65, - "W": 66, - "X": 67, - "Y": 68, - "Z": 69, - "[": 70, - "\\": 71, - "]": 72, - "^": 73, - "_": 74, - "`": 75, - "a": 76, - "b": 77, - "c": 78, - "d": 79, - "e": 80, - "f": 81, - "g": 82, - "h": 83, - "i": 84, - "j": 85, - "k": 86, - "l": 87, - "m": 88, - "n": 89, - "o": 90, - "p": 91, - "q": 92, - "r": 93, - "s": 94, - "t": 95, - "u": 96, - "v": 97, - "w": 98, - "x": 99, - "y": 100, - "z": 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, - "IJ": 222, - "ij": 223, - "Ĵ": 224, - "ĵ": 225, - "Ķ": 226, - "ķ": 227, - "ĸ": 228, - "Ĺ": 229, - "ĺ": 230, - "Ļ": 231, - "ļ": 232, - "Ľ": 233, - "ľ": 234, - "Ŀ": 235, - "ŀ": 236, - "Ł": 237, - "ł": 238, - "Ń": 239, - "Ġt": 240, - "Ġa": 241, - "in": 242, - "he": 243, - "re": 244, - "on": 245, - "er": 246, - "Ġs": 247, - "Ġthe": 248, - "at": 249, - "en": 250, - "Ġw": 251, - "or": 252, - "Ġc": 253, - "ou": 254, - "es": 255, - "it": 256, - "an": 257, - "ĠĠ": 258, - "is": 259, - "Ġp": 260, - "Ġf": 261, - "Ġb": 262, - "ing": 263, - "Ġo": 264, - "Ġd": 265, - "Ġm": 266, - "Ġan": 267, - "al": 268, - "ed": 269, - "ar": 270, - "Ġto": 271, - "Ġin": 272, - "Ġand": 273, - "le": 274, - "Ġof": 275, - "ic": 276, - "as": 277, - "Ġh": 278, - "om": 279, - "ion": 280, - "Ġth": 281, - "Ġl": 282, - "âĢ": 283, - "ent": 284, - "il": 285, - "el": 286, - "Ġn": 287, - "st": 288, - "et": 289, - "ro": 290, - "Ġy": 291, - "Ġre": 292, - "Ġe": 293, - "Ġg": 294, - "ĠI": 295, - "ĠĠĠĠ": 296, - "ct": 297, - "ve": 298, - "Ġyou": 299, - "id": 300, - "ĠT": 301, - "ĠS": 302, - "ot": 303, - "Ġis": 304, - "Ġu": 305, - "im": 306, - "ow": 307, - "ad": 308, - "ly": 309, - "ac": 310, - "am": 311, - "Ġfor": 312, - "Ġon": 313, - "Ġbe": 314, - "ol": 315, - "ay": 316, - "ĠA": 317, - "ig": 318, - "ĠC": 319, - "ut": 320, - "se": 321, - "ver": 322, - "ur": 323, - "Ġst": 324, - "Ġthat": 325, - "ation": 326, - "ch": 327, - "ith": 328, - "âĢĻ": 329, - "ir": 330, - "ĠM": 331, - "Ġhe": 332, - "ce": 333, - "Ġit": 334, - "Ġwith": 335, - "Ġde": 336, - "ĠP": 337, - "ul": 338, - "Ġal": 339, - "if": 340, - "ĠB": 341, - "ter": 342, - "nd": 343, - "ra": 344, - "Ġas": 345, - "qu": 346, - "Ġcon": 347, - "Ġwh": 348, - "od": 349, - "ill": 350, - "out": 351, - "Ġpro": 352, - "ag": 353, - "Ġv": 354, - "est": 355, - "ke": 356, - "em": 357, - "ers": 358, - "us": 359, - "Ġwe": 360, - "ĠD": 361, - "Ġare": 362, - "os": 363, - "pp": 364, - "ri": 365, - "ab": 366, - "ĠW": 367, - "ess": 368, - "un": 369, - "ĠH": 370, - "Ġcom": 371, - "her": 372, - "and": 373, - "Ġha": 374, - "ate": 375, - "ore": 376, - "our": 377, - "ĠF": 378, - "Ġor": 379, - "ld": 380, - "um": 381, - "ĠR": 382, - "ist": 383, - "ant": 384, - "Ġse": 385, - "ort": 386, - "op": 387, - "Ġat": 388, - "ht": 389, - "ĠThe": 390, - "Ġne": 391, - "Ġr": 392, - "ĠL": 393, - "res": 394, - "Ġex": 395, - "ie": 396, - "rom": 397, - "Ġwas": 398, - "ĠE": 399, - "oc": 400, - "ĠG": 401, - "Ġyour": 402, - "art": 403, - "nt": 404, - "Ġsu": 405, - "ment": 406, - "ĠĠĠĠĠĠĠĠ": 407, - "ity": 408, - "ĠN": 409, - "ect": 410, - "ust": 411, - "ain": 412, - "Ġhave": 413, - "Ġthis": 414, - "end": 415, - "Ġnot": 416, - "Ġle": 417, - "Ġcan": 418, - "iv": 419, - "th": 420, - "Ġsh": 421, - "ive": 422, - "20": 423, - "ies": 424, - "Ġch": 425, - "ight": 426, - "Ġfrom": 427, - "Ġj": 428, - "Ġk": 429, - "ould": 430, - "Ġby": 431, - "ĠO": 432, - "ell": 433, - "ost": 434, - "ard": 435, - "all": 436, - "ome": 437, - "ine": 438, - "ud": 439, - "red": 440, - "Ġdo": 441, - "Ġab": 442, - "oo": 443, - "pt": 444, - "Ġen": 445, - "ally": 446, - "Ġpl": 447, - "ack": 448, - "pe": 449, - "ge": 450, - "Ġwill": 451, - "ak": 452, - "Ġqu": 453, - "Ġme": 454, - "Ġall": 455, - "ide": 456, - "ast": 457, - "ure": 458, - "Ġwor": 459, - "rou": 460, - "per": 461, - "ĠJ": 462, - "pl": 463, - "te": 464, - "é": 465, - "ĠĠĠ": 466, - "ind": 467, - "og": 468, - "ff": 469, - "ial": 470, - "Ġgo": 471, - "are": 472, - "hen": 473, - "ice": 474, - "iz": 475, - "Ġun": 476, - "Ġus": 477, - "Ġtr": 478, - "ich": 479, - "Ġbut": 480, - "one": 481, - "ions": 482, - "ear": 483, - "age": 484, - "Ġso": 485, - "âĢĿ": 486, - "The": 487, - "âĢľ": 488, - "Ġad": 489, - "ook": 490, - "Ġmy": 491, - "able": 492, - "ĠU": 493, - "ia": 494, - "Ġout": 495, - "ip": 496, - "ake": 497, - "ous": 498, - "ame": 499, - ">>": 500, - "ans": 501, - "ther": 502, - "<<": 503, - "Ġhas": 504, - "ue": 505, - "Ġthey": 506, - "Ġim": 507, - "Ġcomp": 508, - "gh": 509, - "Ġup": 510, - "act": 511, - "ime": 512, - "..": 513, - "Ġcl": 514, - "ong": 515, - "cc": 516, - "orm": 517, - "ib": 518, - "very": 519, - "Ġmore": 520, - "ite": 521, - "ated": 522, - "ap": 523, - "ass": 524, - "Ġtheir": 525, - "ĠTh": 526, - "00": 527, - "ub": 528, - "ĠIn": 529, - "so": 530, - "ĠK": 531, - "Ġone": 532, - "ire": 533, - "to": 534, - "ace": 535, - "ike": 536, - "Ġcont": 537, - "ep": 538, - "cl": 539, - "au": 540, - "ance": 541, - "ult": 542, - "av": 543, - "Ġabout": 544, - "Ġhis": 545, - "Ġman": 546, - "ry": 547, - "du": 548, - "ail": 549, - "ks": 550, - "ĠY": 551, - "ber": 552, - "ĠV": 553, - "ach": 554, + "": 0, + "": 1, + "": 2, + "<0x00>": 3, + "<0x01>": 4, + "<0x02>": 5, + "<0x03>": 6, + "<0x04>": 7, + "<0x05>": 8, + "<0x06>": 9, + "<0x07>": 10, + "<0x08>": 11, + "<0x09>": 12, + "<0x0A>": 13, + "<0x0B>": 14, + "<0x0C>": 15, + "<0x0D>": 16, + "<0x0E>": 17, + "<0x0F>": 18, + "<0x10>": 19, + "<0x11>": 20, + "<0x12>": 21, + "<0x13>": 22, + "<0x14>": 23, + "<0x15>": 24, + "<0x16>": 25, + "<0x17>": 26, + "<0x18>": 27, + "<0x19>": 28, + "<0x1A>": 29, + "<0x1B>": 30, + "<0x1C>": 31, + "<0x1D>": 32, + "<0x1E>": 33, + "<0x1F>": 34, + "<0x20>": 35, + "<0x21>": 36, + "<0x22>": 37, + "<0x23>": 38, + "<0x24>": 39, + "<0x25>": 40, + "<0x26>": 41, + "<0x27>": 42, + "<0x28>": 43, + "<0x29>": 44, + "<0x2A>": 45, + "<0x2B>": 46, + "<0x2C>": 47, + "<0x2D>": 48, + "<0x2E>": 49, + "<0x2F>": 50, + "<0x30>": 51, + "<0x31>": 52, + "<0x32>": 53, + "<0x33>": 54, + "<0x34>": 55, + "<0x35>": 56, + "<0x36>": 57, + "<0x37>": 58, + "<0x38>": 59, + "<0x39>": 60, + "<0x3A>": 61, + "<0x3B>": 62, + "<0x3C>": 63, + "<0x3D>": 64, + "<0x3E>": 65, + "<0x3F>": 66, + "<0x40>": 67, + "<0x41>": 68, + "<0x42>": 69, + "<0x43>": 70, + "<0x44>": 71, + "<0x45>": 72, + "<0x46>": 73, + "<0x47>": 74, + "<0x48>": 75, + "<0x49>": 76, + "<0x4A>": 77, + "<0x4B>": 78, + "<0x4C>": 79, + "<0x4D>": 80, + "<0x4E>": 81, + "<0x4F>": 82, + "<0x50>": 83, + "<0x51>": 84, + "<0x52>": 85, + "<0x53>": 86, + "<0x54>": 87, + "<0x55>": 88, + "<0x56>": 89, + "<0x57>": 90, + "<0x58>": 91, + "<0x59>": 92, + "<0x5A>": 93, + "<0x5B>": 94, + "<0x5C>": 95, + "<0x5D>": 96, + "<0x5E>": 97, + "<0x5F>": 98, + "<0x60>": 99, + "<0x61>": 100, + "<0x62>": 101, + "<0x63>": 102, + "<0x64>": 103, + "<0x65>": 104, + "<0x66>": 105, + "<0x67>": 106, + "<0x68>": 107, + "<0x69>": 108, + "<0x6A>": 109, + "<0x6B>": 110, + "<0x6C>": 111, + "<0x6D>": 112, + "<0x6E>": 113, + "<0x6F>": 114, + "<0x70>": 115, + "<0x71>": 116, + "<0x72>": 117, + "<0x73>": 118, + "<0x74>": 119, + "<0x75>": 120, + "<0x76>": 121, + "<0x77>": 122, + "<0x78>": 123, + "<0x79>": 124, + "<0x7A>": 125, + "<0x7B>": 126, + "<0x7C>": 127, + "<0x7D>": 128, + "<0x7E>": 129, + "<0x7F>": 130, + "<0x80>": 131, + "<0x81>": 132, + "<0x82>": 133, + "<0x83>": 134, + "<0x84>": 135, + "<0x85>": 136, + "<0x86>": 137, + "<0x87>": 138, + "<0x88>": 139, + "<0x89>": 140, + "<0x8A>": 141, + "<0x8B>": 142, + "<0x8C>": 143, + "<0x8D>": 144, + "<0x8E>": 145, + "<0x8F>": 146, + "<0x90>": 147, + "<0x91>": 148, + "<0x92>": 149, + "<0x93>": 150, + "<0x94>": 151, + "<0x95>": 152, + "<0x96>": 153, + "<0x97>": 154, + "<0x98>": 155, + "<0x99>": 156, + "<0x9A>": 157, + "<0x9B>": 158, + "<0x9C>": 159, + "<0x9D>": 160, + "<0x9E>": 161, + "<0x9F>": 162, + "<0xA0>": 163, + "<0xA1>": 164, + "<0xA2>": 165, + "<0xA3>": 166, + "<0xA4>": 167, + "<0xA5>": 168, + "<0xA6>": 169, + "<0xA7>": 170, + "<0xA8>": 171, + "<0xA9>": 172, + "<0xAA>": 173, + "<0xAB>": 174, + "<0xAC>": 175, + "<0xAD>": 176, + "<0xAE>": 177, + "<0xAF>": 178, + "<0xB0>": 179, + "<0xB1>": 180, + "<0xB2>": 181, + "<0xB3>": 182, + "<0xB4>": 183, + "<0xB5>": 184, + "<0xB6>": 185, + "<0xB7>": 186, + "<0xB8>": 187, + "<0xB9>": 188, + "<0xBA>": 189, + "<0xBB>": 190, + "<0xBC>": 191, + "<0xBD>": 192, + "<0xBE>": 193, + "<0xBF>": 194, + "<0xC0>": 195, + "<0xC1>": 196, + "<0xC2>": 197, + "<0xC3>": 198, + "<0xC4>": 199, + "<0xC5>": 200, + "<0xC6>": 201, + "<0xC7>": 202, + "<0xC8>": 203, + "<0xC9>": 204, + "<0xCA>": 205, + "<0xCB>": 206, + "<0xCC>": 207, + "<0xCD>": 208, + "<0xCE>": 209, + "<0xCF>": 210, + "<0xD0>": 211, + "<0xD1>": 212, + "<0xD2>": 213, + "<0xD3>": 214, + "<0xD4>": 215, + "<0xD5>": 216, + "<0xD6>": 217, + "<0xD7>": 218, + "<0xD8>": 219, + "<0xD9>": 220, + "<0xDA>": 221, + "<0xDB>": 222, + "<0xDC>": 223, + "<0xDD>": 224, + "<0xDE>": 225, + "<0xDF>": 226, + "<0xE0>": 227, + "<0xE1>": 228, + "<0xE2>": 229, + "<0xE3>": 230, + "<0xE4>": 231, + "<0xE5>": 232, + "<0xE6>": 233, + "<0xE7>": 234, + "<0xE8>": 235, + "<0xE9>": 236, + "<0xEA>": 237, + "<0xEB>": 238, + "<0xEC>": 239, + "<0xED>": 240, + "<0xEE>": 241, + "<0xEF>": 242, + "<0xF0>": 243, + "<0xF1>": 244, + "<0xF2>": 245, + "<0xF3>": 246, + "<0xF4>": 247, + "<0xF5>": 248, + "<0xF6>": 249, + "<0xF7>": 250, + "<0xF8>": 251, + "<0xF9>": 252, + "<0xFA>": 253, + "<0xFB>": 254, + "<0xFC>": 255, + "<0xFD>": 256, + "<0xFE>": 257, + "<0xFF>": 258, + "▁▁": 259, + "▁▁▁▁": 260, + "▁t": 261, + "in": 262, + "er": 263, + "▁a": 264, + "he": 265, + "on": 266, + "re": 267, + "▁s": 268, + "en": 269, + "at": 270, + "or": 271, + "▁the": 272, + "▁▁▁▁▁▁▁▁": 273, + "es": 274, + "▁w": 275, + "an": 276, + "▁c": 277, + "is": 278, + "it": 279, + "ou": 280, + "▁d": 281, + "al": 282, + "ar": 283, + "▁p": 284, + "▁f": 285, + "ed": 286, + "▁b": 287, + "ing": 288, + "▁o": 289, + "▁m": 290, + "le": 291, + "nd": 292, + "as": 293, + "ic": 294, + "▁h": 295, + "ion": 296, + "▁in": 297, + "▁to": 298, + "et": 299, + "om": 300, + "el": 301, + "▁of": 302, + "st": 303, + "▁and": 304, + "▁l": 305, + "▁th": 306, + "▁n": 307, + "ent": 308, + "il": 309, + "ct": 310, + "ro": 311, + "▁re": 312, + "id": 313, + "am": 314, + "▁I": 315, + "ad": 316, + "▁e": 317, + "▁S": 318, + "▁g": 319, + "▁T": 320, + "im": 321, + "ot": 322, + "ac": 323, + "ur": 324, + "▁(": 325, + "ig": 326, + "▁=": 327, + "ol": 328, + "ut": 329, + "▁A": 330, + "se": 331, + "▁u": 332, + "ve": 333, + "▁C": 334, + "if": 335, + "ow": 336, + "▁y": 337, + "ch": 338, + "ay": 339, + "▁de": 340, + "▁st": 341, + "▁|": 342, + "ver": 343, + ");": 344, + "▁\"": 345, + "ly": 346, + "▁be": 347, + "**": 348, + "▁is": 349, + "od": 350, + "▁M": 351, + "ation": 352, + "ul": 353, + "▁for": 354, + "▁▁▁▁▁": 355, + "▁on": 356, + "ag": 357, + "ce": 358, + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 359, + "ter": 360, + "ir": 361, + "th": 362, + "▁v": 363, + "qu": 364, + "▁B": 365, + "em": 366, + "▁P": 367, + "▁you": 368, + "▁that": 369, + "un": 370, + "▁{": 371, + "ith": 372, + "ri": 373, + "est": 374, + "ab": 375, + "--": 376, + "ap": 377, + "▁it": 378, + "▁con": 379, + "ate": 380, + "us": 381, + "▁H": 382, + "um": 383, + "▁D": 384, + "os": 385, + "pe": 386, + "▁-": 387, + "▁wh": 388, + "▁al": 389, + "▁as": 390, + "and": 391, + "ist": 392, + "▁L": 393, + "▁W": 394, + "▁with": 395, + "▁an": 396, + "ere": 397, + "▁*": 398, + "▁R": 399, + "▁he": 400, + "▁F": 401, + "oc": 402, + "▁was": 403, + "ers": 404, + "ke": 405, + "out": 406, + "ht": 407, + "▁r": 408, + "ess": 409, + "op": 410, + "res": 411, + "ie": 412, + "▁E": 413, + "▁\\": 414, + "▁The": 415, + "end": 416, + "ld": 417, + "▁N": 418, + "ort": 419, + "▁G": 420, + "//": 421, + "▁#": 422, + "our": 423, + "te": 424, + "ill": 425, + "ain": 426, + "▁se": 427, + "▁▁▁▁▁▁": 428, + "▁$": 429, + "▁pro": 430, + "ore": 431, + "▁com": 432, + "ame": 433, + "tr": 434, + "▁ne": 435, + "rom": 436, + "ub": 437, + "▁at": 438, + "▁ex": 439, + "ant": 440, + "ue": 441, + "▁or": 442, + "▁}": 443, + "art": 444, + "ction": 445, + "▁k": 446, + "pt": 447, + "nt": 448, + "iv": 449, + "de": 450, + "▁O": 451, + "pl": 452, + "urn": 453, + "ight": 454, + "all": 455, + "▁this": 456, + "ser": 457, + "ave": 458, + "▁not": 459, + "▁are": 460, + "▁j": 461, + "▁le": 462, + "iz": 463, + "▁'": 464, + "age": 465, + "ment": 466, + "▁tr": 467, + "ack": 468, + "ust": 469, + "()": 470, + "->": 471, + "ity": 472, + "ine": 473, + "ould": 474, + "▁J": 475, + "og": 476, + "▁from": 477, + "▁we": 478, + "ell": 479, + "▁sh": 480, + "▁en": 481, + "ure": 482, + "port": 483, + "▁ch": 484, + "ne": 485, + "▁by": 486, + "per": 487, + "ard": 488, + "ass": 489, + "ge": 490, + "ak": 491, + "are": 492, + "ok": 493, + "av": 494, + "ive": 495, + "ff": 496, + "ies": 497, + "ath": 498, + "turn": 499, + "▁U": 500, + "int": 501, + "----": 502, + "▁im": 503, + "ost": 504, + "ial": 505, + "▁have": 506, + "ind": 507, + "ip": 508, + "ans": 509, + "xt": 510, + "▁do": 511, + "cl": 512, + "▁if": 513, + "con": 514, + "ia": 515, + "▁his": 516, + "ult": 517, + "rou": 518, + "▁su": 519, + "ra": 520, + "▁un": 521, + "able": 522, + "▁<": 523, + "▁K": 524, + "ome": 525, + "▁qu": 526, + "get": 527, + "▁me": 528, + "ast": 529, + "ect": 530, + "▁##": 531, + "to": 532, + "▁cl": 533, + "▁ab": 534, + "ice": 535, + "ire": 536, + "ber": 537, + "one": 538, + "ich": 539, + "hen": 540, + "▁can": 541, + "▁Th": 542, + "▁la": 543, + "▁all": 544, + "ime": 545, + "ile": 546, + "ide": 547, + "\",": 548, + "▁pl": 549, + "▁V": 550, + "ru": 551, + "orm": 552, + "▁had": 553, + "ud": 554, "ase": 555, - "ĊĠĠĠĠĠĠĠĠ": 556, - "Ġsp": 557, - "ile": 558, - "Ġper": 559, - "Ġres": 560, - "ĊĠĠĠĠ": 561, - "ign": 562, - "--": 563, - "Ġte": 564, - "Ġif": 565, - "Ġfe": 566, - "ll": 567, - "Ġour": 568, - "Ġwho": 569, - "Ġapp": 570, - "ations": 571, - "Ġla": 572, - "Ġher": 573, - "ĠSt": 574, - "reat": 575, - "ru": 576, - "Ġget": 577, - "MA": 578, - "ne": 579, - "ere": 580, - "Ġsa": 581, - "ary": 582, - "ction": 583, - "ven": 584, - "Ġwhich": 585, - "ents": 586, - "now": 587, - "ick": 588, - "ely": 589, - "form": 590, - "ond": 591, - "ays": 592, - "Ġdis": 593, - "ens": 594, - "ord": 595, - "Ġsome": 596, - "Ġoff": 597, - "GE": 598, - "Ġother": 599, - "âĢĵ": 600, - "Ġtime": 601, - "int": 602, - "ress": 603, - "ical": 604, - "ĠIt": 605, - "Ġlike": 606, - "Ġany": 607, - "ence": 608, - "ree": 609, - "port": 610, - "Ġpe": 611, - "Ġthem": 612, - "ount": 613, - "Ġalso": 614, - "erv": 615, - "ove": 616, - "Ġdes": 617, - "Ġhad": 618, - "Ġar": 619, - "ov": 620, - "ings": 621, - "Ġpart": 622, - "IMA": 623, - "IMAGE": 624, - "Ġag": 625, - "201": 626, - "Ġnew": 627, - "ark": 628, - "Ġthere": 629, - "ob": 630, - "Ġwould": 631, - "ose": 632, - "Ġwork": 633, - "Ġpre": 634, - "Ġwhen": 635, - "ĠCh": 636, - "Ġwhat": 637, - "ition": 638, - "ink": 639, - "vel": 640, - "Ġsc": 641, - "ang": 642, - "ck": 643, - "ors": 644, - "Ġjust": 645, - "Ġwere": 646, - "Ġro": 647, - "Ġover": 648, - "Ġyear": 649, - "Ġbeen": 650, - "lic": 651, - "ild": 652, - "Ġam": 653, - "urn": 654, - "Ġknow": 655, - "Ġrec": 656, - "Ġund": 657, - "Ġno": 658, - "Ġpr": 659, - "19": 660, - "Ġthan": 661, - "Ġneed": 662, - "ĉĉ": 663, - "ound": 664, - "ood": 665, - "vers": 666, - "ople": 667, - ");": 668, - "ont": 669, - "own": 670, - "Ġbl": 671, - "Ġhow": 672, - "Ġbec": 673, - "Ġshe": 674, - "ory": 675, - "Ġacc": 676, - "oy": 677, - "ish": 678, - "Ġinto": 679, - "wn": 680, - "anc": 681, - "ade": 682, - "here": 683, - "ual": 684, - "oll": 685, - "ert": 686, - "ater": 687, - "mer": 688, - "xt": 689, - "ons": 690, - ").": 691, - "Ġpeople": 692, - "old": 693, - "ft": 694, - "itt": 695, - "10": 696, - "elf": 697, - "we": 698, - "irst": 699, - "iff": 700, - "Ġits": 701, - "fter": 702, - "ĠWe": 703, - "ause": 704, - "ec": 705, - "Ġlook": 706, - "ĠHe": 707, - "lp": 708, - "ple": 709, - "get": 710, - "Ġbet": 711, - "igh": 712, - "Ġcomm": 713, - "Ġact": 714, - "ian": 715, - "ious": 716, - "Ġmake": 717, - "uch": 718, - "pec": 719, - "iew": 720, - "ful": 721, - "hed": 722, - "Ġpo": 723, - "Ġmay": 724, - "Ġz": 725, - "ject": 726, - "tern": 727, - "eth": 728, - "Ġwant": 729, - "Ġind": 730, - "clud": 731, - "Ġem": 732, - "Ġhelp": 733, - "gr": 734, - "ĠThis": 735, - "Ġonly": 736, - "Ġadd": 737, - "Ġfl": 738, - "Ġco": 739, - "iss": 740, - "ning": 741, - "ĊĠĠĠ": 742, - "Ġback": 743, - "ise": 744, - "Ġuse": 745, - "Ġsaid": 746, - "ph": 747, - "Ġtw": 748, - "Ġcons": 749, - "ates": 750, - "rough": 751, - "io": 752, - "Ġbu": 753, - "ough": 754, - "Th": 755, - "ific": 756, - "enc": 757, - "Ġmost": 758, - "Ġevery": 759, - "Ġsee": 760, - "ef": 761, - "round": 762, - "**": 763, - "ock": 764, - "Ġcould": 765, - "ath": 766, - "ĠÃ": 767, - "les": 768, - "lect": 769, - "),": 770, - "ient": 771, - "Ġfirst": 772, - "ating": 773, - "Ġdiff": 774, - "ä¸": 775, - "ren": 776, - "ric": 777, - "Ġprov": 778, - "Ġwell": 779, - "In": 780, - "ĠYou": 781, - "Ġprodu": 782, - "Ġthese": 783, - "row": 784, - "ata": 785, - "Ġdi": 786, - "ty": 787, - "Ġthrough": 788, - "ss": 789, - "Ġatt": 790, - "âĢĶ": 791, - "oss": 792, - "erson": 793, - "Ġdon": 794, - "yst": 795, - "ew": 796, - "Ġel": 797, - "EN": 798, - "Ġsupp": 799, - "Ġche": 800, - "Ġhim": 801, - "ting": 802, - "rit": 803, - "Ġrel": 804, - "Ġph": 805, - "ments": 806, - "ik": 807, - "Ġshould": 808, - "Ġbr": 809, - "cess": 810, - "vent": 811, - "ier": 812, - "Ġunder": 813, - "ĠRe": 814, - "pect": 815, - "Ġke": 816, - "Ġtra": 817, - "Ġway": 818, - "bs": 819, - "Ġass": 820, - "Ġinc": 821, - "Ġgood": 822, - "ife": 823, - "Ġreg": 824, - "oth": 825, - "Ġdid": 826, - "ities": 827, - "Ġcol": 828, - "Ġvery": 829, - "Ġeven": 830, - "Ġserv": 831, - "Ġthen": 832, - "Ġent": 833, - "erm": 834, - "ble": 835, - "Ġi": 836, - "Ġinclud": 837, - "ull": 838, - "ys": 839, - "ible": 840, - "ices": 841, - "up": 842, - "ily": 843, - "Ġsm": 844, - "ement": 845, - "az": 846, - "Ġtwo": 847, - "Ġret": 848, - "Ġnow": 849, - "Ġrem": 850, - "als": 851, - "Ġafter": 852, - "200": 853, - "ĊĠĠĠĠĠĠĠ": 854, - "omm": 855, - "olog": 856, - "CO": 857, - "fore": 858, - "ÃŃ": 859, - "Ġmany": 860, - ".\"": 861, - "Ġfin": 862, - "ange": 863, - "Ġthink": 864, - "day": 865, - "Ġmuch": 866, - "ener": 867, - "und": 868, - "ool": 869, - "aking": 870, - "its": 871, - "ility": 872, - "ĠPro": 873, - "Ġac": 874, - "Ġbecause": 875, - "ures": 876, - "Ġque": 877, - "ied": 878, - "ular": 879, - "//": 880, - "Ġwhere": 881, - "ĠWh": 882, - "Ġgr": 883, - "Ġplay": 884, - "Ġgu": 885, - "Ġet": 886, - "Ġexper": 887, - "line": 888, - "Ġset": 889, - "iness": 890, - "ract": 891, - "Ġtoo": 892, - "Ġstud": 893, - "Ġright": 894, - "ale": 895, - "ower": 896, - "ĠUn": 897, - "âĢ¦": 898, - "ĠAnd": 899, - "ystem": 900, - "Ġdown": 901, - "Ġimp": 902, - "Ġinst": 903, - "ng": 904, - "202": 905, - "Ġinv": 906, - "ize": 907, - "any": 908, - "Ġyears": 909, - "Ġstart": 910, - "ght": 911, - "ased": 912, - "Ġsur": 913, - "Ġgreat": 914, - "ts": 915, - "Ġlong": 916, - "ward": 917, - "hes": 918, - "Ġint": 919, - "ublic": 920, - "Ġeff": 921, - "Ġsec": 922, - "Ġperson": 923, - "ank": 924, - "ek": 925, - "Ġread": 926, - "Ġav": 927, - "12": 928, - "ENT": 929, - "ug": 930, - "Ġfind": 931, - "ience": 932, - "ident": 933, - "Ġdel": 934, - "Ġbest": 935, - "rib": 936, - "alth": 937, - "----": 938, - "ix": 939, - "Ġdec": 940, - "ax": 941, - "á": 942, - "ah": 943, - "pr": 944, - "other": 945, - "Ġown": 946, - "Ġmod": 947, - "Ġins": 948, - "Ġest": 949, - "ption": 950, - "...": 951, - "Ġdiffere": 952, - "Ġcar": 953, - "ner": 954, - "ics": 955, - "ex": 956, - "ational": 957, - "Ġpar": 958, - "gan": 959, - "Ġdoes": 960, - "ork": 961, - "air": 962, - "Ġsuch": 963, - "Ġbus": 964, - "ins": 965, - "uring": 966, - "Ġhere": 967, - "Ġagain": 968, - "der": 969, - "Ġop": 970, - "MM": 971, - "ĠIf": 972, - "hip": 973, - "riv": 974, - "arch": 975, - "ict": 976, - "Ġmin": 977, - "Ġhand": 978, - "ash": 979, - "Ġtake": 980, - "ually": 981, - "Ġspec": 982, - "Ġbel": 983, - "Ġdef": 984, - "Ġes": 985, - "Ġhigh": 986, - "Ġstr": 987, - "Ġmon": 988, - "way": 989, - "formation": 990, - "Ġend": 991, - "velop": 992, - "iel": 993, - "com": 994, - "Ġsim": 995, - "Ġbefore": 996, - ".âĢĿ": 997, - "ative": 998, - "__": 999, - "Ġrequ": 1000, - "ĊĊ": 1001, - "Ġday": 1002, - "Ġbeing": 1003, - "Ġpres": 1004, - "atch": 1005, - "amp": 1006, - "ces": 1007, - "ãĢ": 1008, - "ave": 1009, - "COMM": 1010, - "Ġsom": 1011, - "Ġtrans": 1012, - "COMMENT": 1013, - "Ġthose": 1014, - "alk": 1015, - "Ġmed": 1016, - "arket": 1017, - "ung": 1018, - "read": 1019, - "que": 1020, - "Ġmade": 1021, - "ues": 1022, - "ollow": 1023, - "Ġcre": 1024, - "let": 1025, - "Ġra": 1026, - "Ġsl": 1027, - "ever": 1028, - "ited": 1029, - "15": 1030, - "ĠAl": 1031, - "arm": 1032, - "St": 1033, - "Ġinter": 1034, - "Ġcall": 1035, - "Ġloc": 1036, - "Ġreally": 1037, - "==": 1038, - "be": 1039, - "Ġser": 1040, - "Ġfun": 1041, - "Ġused": 1042, - "con": 1043, - "Ġnum": 1044, - "Ġdet": 1045, - "led": 1046, - "self": 1047, - "uc": 1048, - "Ġshow": 1049, - "Ġext": 1050, - "chn": 1051, - "Ġform": 1052, - "Ġfam": 1053, - "Ġaut": 1054, - "Ċĉĉ": 1055, - "Ġgl": 1056, - "view": 1057, - "ten": 1058, - "Ġreal": 1059, - "ĠAn": 1060, - "ines": 1061, - "arn": 1062, - "Ġlife": 1063, - "Wh": 1064, - "nce": 1065, - "ä": 1066, - "30": 1067, - "ann": 1068, - "11": 1069, - "Ġob": 1070, - "Ġcur": 1071, - "Ġsub": 1072, - "Ġty": 1073, - "ern": 1074, - "gram": 1075, - "Ġart": 1076, - "ĠSh": 1077, - "Ġinte": 1078, - "Ġworld": 1079, - "Ġdisc": 1080, - "Ġhome": 1081, - "ason": 1082, - "Ġsk": 1083, - "çļ": 1084, - "ode": 1085, - "arg": 1086, - "iet": 1087, - "ince": 1088, - "Ġgoing": 1089, - "Ġval": 1090, - "ĠDe": 1091, - "Ġsystem": 1092, - "Ġwhile": 1093, - "ĠBut": 1094, - "ather": 1095, - "ages": 1096, - "els": 1097, - "We": 1098, - "ars": 1099, - "Ġbusiness": 1100, - "Ġvis": 1101, - "Ġstill": 1102, - "irect": 1103, - "Ġdifferent": 1104, - "çļĦ": 1105, - "Ġpost": 1106, - "roup": 1107, - "oad": 1108, - "Ġpol": 1109, - "rest": 1110, - "Ġaround": 1111, - "Ġsay": 1112, - "akes": 1113, - "Ġproduct": 1114, - "Ġexp": 1115, - "chool": 1116, - "Ġbo": 1117, - "ĠAr": 1118, - "ives": 1119, - "ced": 1120, - "18": 1121, - "Ġfollow": 1122, - "ness": 1123, - "ouse": 1124, - "Ġconf": 1125, - "Ġimport": 1126, - "imes": 1127, - "Ġdevelop": 1128, - "Ġinf": 1129, - "ĠAs": 1130, - "ret": 1131, - "Ċĉ": 1132, - "ĠFor": 1133, - "Ġref": 1134, - "ĠLe": 1135, - "Ġvar": 1136, - "iÃ": 1137, - "ody": 1138, - "aj": 1139, - "It": 1140, - "uss": 1141, - "Ġcor": 1142, - "Ġlast": 1143, - "Ġsame": 1144, - "ustom": 1145, - "Ġcare": 1146, - "Ġsign": 1147, - "Ġeach": 1148, - "olut": 1149, - "Ġinformation": 1150, - "Ġpoint": 1151, - "()": 1152, - "ways": 1153, - "ĠSe": 1154, - "ween": 1155, - "ĠCl": 1156, - "ames": 1157, - "Ġeas": 1158, - "Ġed": 1159, - "Ġmem": 1160, - "Ġreturn": 1161, - "br": 1162, - "Ġlove": 1163, - "Ġsupport": 1164, - "ought": 1165, - "äº": 1166, - "rent": 1167, - "Ġdesign": 1168, - "riend": 1169, - "aw": 1170, - "Ġrep": 1171, - "gg": 1172, - "Ġlot": 1173, - "Ġfeel": 1174, - "Ġlist": 1175, - "ĠThey": 1176, - "ital": 1177, - "Ġev": 1178, - "Ġcour": 1179, - "ĠAd": 1180, - "Ġcount": 1181, - "This": 1182, - "Ġfr": 1183, - "ĠNew": 1184, - "Ġcle": 1185, - "Ġhapp": 1186, - "ional": 1187, - "ittle": 1188, - "ism": 1189, - "ized": 1190, - "Ġprof": 1191, - "Ġbetween": 1192, - "ĠZ": 1193, - "thing": 1194, - "ym": 1195, - "ething": 1196, - "aut": 1197, - "ait": 1198, - "ĠQ": 1199, - "Ġprocess": 1200, - "ider": 1201, - "Ġpublic": 1202, - "ets": 1203, - "Ġbook": 1204, - "land": 1205, - "ring": 1206, - "att": 1207, - "Ġmarket": 1208, - "Ġthings": 1209, - "Ġlead": 1210, - "Ġdata": 1211, - "ĊĠ": 1212, - "Ġchild": 1213, - "Ġgener": 1214, - "Ġdep": 1215, - "Ġboth": 1216, - "Ġfound": 1217, - "Ġfew": 1218, - "ying": 1219, - "ute": 1220, - "ants": 1221, - "less": 1222, - "50": 1223, - "Ġposs": 1224, - "ER": 1225, - "Ġresult": 1226, - "ivers": 1227, - "Ġcr": 1228, - "ruct": 1229, - "Ġcommun": 1230, - "cept": 1231, - "Ġfree": 1232, - "ters": 1233, - "Ġclass": 1234, - "ature": 1235, - "Ġpat": 1236, - "Ġplace": 1237, - "lease": 1238, - "Ġcome": 1239, - "Ġquest": 1240, - "Ġusing": 1241, - "Ġhealth": 1242, - "16": 1243, - "Ġkeep": 1244, - "ĠCom": 1245, - "Ġtop": 1246, - "ving": 1247, - "app": 1248, - "Ġfact": 1249, - "ired": 1250, - "Ġer": 1251, - "Ġsomething": 1252, - "Ġlet": 1253, - "ä»": 1254, - "Ġteam": 1255, - "rop": 1256, - "Ġrun": 1257, - "ãĢĤ": 1258, - "oh": 1259, - "Ġfil": 1260, - "ĠShe": 1261, - "ield": 1262, - "ered": 1263, - "ok": 1264, - "ĠHow": 1265, - "ĊĠĠĠĠĠĠĠĠĠĠĠĠ": 1266, - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 1267, - "Ġresp": 1268, - "che": 1269, - "ĠPl": 1270, - "âĢĺ": 1271, - "eng": 1272, - "ared": 1273, - "Ġpur": 1274, - "me": 1275, - "ality": 1276, - "orn": 1277, - "Ġlittle": 1278, - "14": 1279, - "ĊĠĠĠĠĠĠĠĠĠĠĠ": 1280, - "ross": 1281, - "ĠBl": 1282, - "Ġprogram": 1283, - "oun": 1284, - "Ġpass": 1285, - "Ġbetter": 1286, - "IN": 1287, - "Ġprovid": 1288, - "Ġsoc": 1289, - "Ġpartic": 1290, - "Ġconst": 1291, - "ined": 1292, - "ĠThere": 1293, - "ton": 1294, - "Ġmight": 1295, - ",âĢĿ": 1296, - "Ġrest": 1297, - "Ġadv": 1298, - "stand": 1299, - "ĠSo": 1300, - "Ġide": 1301, - "blem": 1302, - "ology": 1303, - "Ġalways": 1304, - "ense": 1305, - "ically": 1306, - "Ġonline": 1307, - "Ġdist": 1308, - "Ġmust": 1309, - "Ġsure": 1310, - ",\"": 1311, - "Ġtechn": 1312, - "13": 1313, - "Ġopen": 1314, - "Ġwithout": 1315, - "Ġmain": 1316, - "ina": 1317, - "Ġtest": 1318, - "Ġhead": 1319, - "ci": 1320, - "000": 1321, - "ator": 1322, - "ĠBe": 1323, - "uck": 1324, - "Ġmonth": 1325, - "ining": 1326, - "over": 1327, - "Ġnever": 1328, - "Ġcas": 1329, - "ĠTr": 1330, - "Ġgot": 1331, - "Ġcustom": 1332, - "Ġpay": 1333, - "Ġeffect": 1334, - "Ġcontin": 1335, - "gy": 1336, - "ailable": 1337, - "rol": 1338, - "ĠEx": 1339, - "Ġput": 1340, - "arly": 1341, - "man": 1342, - "Ġpos": 1343, - "atur": 1344, - "Ġmet": 1345, - "par": 1346, - "Ġexam": 1347, - "arge": 1348, - "ery": 1349, - "ows": 1350, - "ists": 1351, - "Ġwr": 1352, - "Ġplan": 1353, - "orth": 1354, - "Ġimportant": 1355, - "Ġweek": 1356, - "You": 1357, - "ĠÃł": 1358, - "Re": 1359, - "oot": 1360, - "oid": 1361, - "ertain": 1362, - "meric": 1363, - "ved": 1364, - "Ġduring": 1365, - "ling": 1366, - "Ġdem": 1367, - "oney": 1368, - "ering": 1369, - "nect": 1370, - "iving": 1371, - "ze": 1372, - "Ġthree": 1373, - "ware": 1374, - "Ġproblem": 1375, - "Ġcent": 1376, - "de": 1377, - "Ġinterest": 1378, - "ats": 1379, - "Ġorgan": 1380, - "ially": 1381, - "Ġanother": 1382, - "Ġask": 1383, - "Ġiss": 1384, - "Ġsmall": 1385, - "Ġnumber": 1386, - "bers": 1387, - "ves": 1388, - "ients": 1389, - "Ġwom": 1390, - "Ġwater": 1391, - "17": 1392, - "reen": 1393, - "Ġdie": 1394, - "25": 1395, - "Ġhard": 1396, - "Ġfriend": 1397, - "Ġbuild": 1398, - "Ġprot": 1399, - "Ġsit": 1400, - "ote": 1401, - "Ġincre": 1402, - "Ġbig": 1403, - "Ġgame": 1404, - "Ġstand": 1405, - "Ġexpl": 1406, - "Ġnext": 1407, - "Ġgroup": 1408, - "!!": 1409, - "the": 1410, - "Ġturn": 1411, - "ĠCon": 1412, - "ished": 1413, - "ploy": 1414, - "ö": 1415, - "Ġreport": 1416, - "Ġexperience": 1417, - "ai": 1418, - "ope": 1419, - "Ġtri": 1420, - "ream": 1421, - "ivid": 1422, - "ien": 1423, - "If": 1424, - "100": 1425, - "ccess": 1426, - "Ġstat": 1427, - "Ġsince": 1428, - "ĠTe": 1429, - "Ġdirect": 1430, - "rist": 1431, - "Ġder": 1432, - "Ġavailable": 1433, - "raph": 1434, - "ĠInd": 1435, - "Ġles": 1436, - "Ġmov": 1437, - "Ġcompany": 1438, - "\",": 1439, - "ĠOn": 1440, - "Ġproject": 1441, - "Ġold": 1442, - "Ġfamily": 1443, - "Ġgive": 1444, - "Ġlevel": 1445, - "ique": 1446, - "ior": 1447, - "ox": 1448, - "Ġspe": 1449, - "ately": 1450, - "work": 1451, - "ee": 1452, - "inal": 1453, - "Ġmus": 1454, - "cri": 1455, - "urs": 1456, - "Ġca": 1457, - "Ġcost": 1458, - "Ġsecond": 1459, - "uf": 1460, - "ĠAmeric": 1461, - "Ġnon": 1462, - "24": 1463, - "pro": 1464, - "Ġthought": 1465, - "ours": 1466, - "cent": 1467, - "Ġbre": 1468, - "Ġable": 1469, - "ott": 1470, - "****": 1471, - "ĠTo": 1472, - "Ġschool": 1473, - "ĠFr": 1474, - "Ġbro": 1475, - "ember": 1476, - "Ġrece": 1477, - "ision": 1478, - "Ġseem": 1479, - "ron": 1480, - "ino": 1481, - "ĠIs": 1482, - "Ġleg": 1483, - "Ġpower": 1484, - "Ġopp": 1485, - "Ġben": 1486, - "of": 1487, - "Ġve": 1488, - "ĠSp": 1489, - "Ġhum": 1490, - "Ġver": 1491, - "ral": 1492, - "ĠThat": 1493, - "Ġcase": 1494, - "ĠAll": 1495, - "ps": 1496, - "Ġincluding": 1497, - "Ġinvest": 1498, - "Ġless": 1499, - "Ġperform": 1500, - "ĊĠĠĠĠĠ": 1501, - "ards": 1502, - "oint": 1503, - "::": 1504, - "ird": 1505, - "Ġservice": 1506, - "Ġmat": 1507, - "Ġbelie": 1508, - "ium": 1509, - "Ġthing": 1510, - "Ġword": 1511, - "co": 1512, - "Ġcap": 1513, - "Ġaway": 1514, - "ĠOr": 1515, - "ÅĤ": 1516, - "ably": 1517, - "Ġdidn": 1518, - "ush": 1519, - "Ġequ": 1520, - "ĠPh": 1521, - "Ġdays": 1522, - "ON": 1523, - "Ġgrow": 1524, - "Ġaff": 1525, - "Ġpop": 1526, - "Ġsal": 1527, - "ij": 1528, - "ency": 1529, - "min": 1530, - "Ġmanag": 1531, - "oor": 1532, - "Ġwhy": 1533, - "Ġtem": 1534, - "Ġfull": 1535, - "Ġname": 1536, - "ĠSc": 1537, - "Ġorder": 1538, - "Ġcurrent": 1539, - "une": 1540, - "sh": 1541, - "Ġagainst": 1542, - "Ġintern": 1543, - "med": 1544, - "Ġbas": 1545, - "by": 1546, - "Ġlight": 1547, - "ger": 1548, - "Ġlo": 1549, - "ention": 1550, - "Ġappro": 1551, - "arent": 1552, - "RE": 1553, - "--------": 1554, - "pos": 1555, - "Ġoper": 1556, - "Ġself": 1557, - "ains": 1558, - "ently": 1559, - "fect": 1560, - "ills": 1561, - "What": 1562, - "Ġunt": 1563, - "yn": 1564, - "Ġaccess": 1565, - "sc": 1566, - "put": 1567, - "gin": 1568, - "Ġmoney": 1569, - "ĠAt": 1570, - "ĠUS": 1571, - "Ġbeh": 1572, - "Ġkind": 1573, - "Ġwithin": 1574, - "ipp": 1575, - "Ġunderstand": 1576, - "ane": 1577, - "Ġprom": 1578, - "->": 1579, - "Ġactiv": 1580, - "Ġopt": 1581, - "Ġwebs": 1582, - "Ġproper": 1583, - "AT": 1584, - "icle": 1585, - "Ġprovide": 1586, - "ization": 1587, - "=\"": 1588, - "hor": 1589, - "ortun": 1590, - "Ġmaking": 1591, - "Ġstate": 1592, - "ĠRes": 1593, - "Ġaddition": 1594, - "He": 1595, - "Ġwin": 1596, - "Ġsw": 1597, - "ified": 1598, - "Ġrese": 1599, - "ource": 1600, - "Ġexc": 1601, - "ux": 1602, - "ST": 1603, - "sp": 1604, - "Ġcomple": 1605, - "Ġann": 1606, - "Ġeng": 1607, - "Ġpot": 1608, - "Ġfac": 1609, - "outh": 1610, - "enn": 1611, - "Ġdev": 1612, - "lection": 1613, - "Ġchar": 1614, - "joy": 1615, - "ability": 1616, - "Ġlooking": 1617, - "illion": 1618, - "ission": 1619, - "Ch": 1620, - "Ġil": 1621, - "af": 1622, - "Ġchange": 1623, - "Ġvide": 1624, - "ential": 1625, - "Ġservices": 1626, - "Ġpa": 1627, - "ump": 1628, - "iron": 1629, - "Ġjob": 1630, - "ument": 1631, - "Ġchang": 1632, - "iven": 1633, - "ĠWhat": 1634, - "uro": 1635, - "uff": 1636, - "iversity": 1637, - "åı": 1638, - "ament": 1639, - "ĠCol": 1640, - "As": 1641, - "Ġsol": 1642, - "use": 1643, - "den": 1644, - "li": 1645, - "por": 1646, - "Ġey": 1647, - "ration": 1648, - "ised": 1649, - "Ġterm": 1650, - "Ġlaw": 1651, - "Ġpresent": 1652, - "Ġmar": 1653, - "Ġview": 1654, - "Ġfood": 1655, - "ID": 1656, - "Ġris": 1657, - "Ġmen": 1658, - "Ġsaf": 1659, - "Ġworking": 1660, - "ured": 1661, - "ories": 1662, - "vern": 1663, - "Ġroom": 1664, - "Ġmom": 1665, - "go": 1666, - "oci": 1667, - "Ġcourse": 1668, - "ror": 1669, - "ries": 1670, - "22": 1671, - "(\"": 1672, - "Ġbit": 1673, - "Ġexpect": 1674, - "raw": 1675, - "ĠMan": 1676, - "Ġcond": 1677, - "ails": 1678, - "Ġmeet": 1679, - "Pro": 1680, - "Ġdu": 1681, - "Ġvers": 1682, - "Ġcheck": 1683, - "ĠNo": 1684, - "Ġé": 1685, - "": 2541, - "ales": 2542, - "ging": 2543, - "itut": 2544, - "oe": 2545, - "Ġoptions": 2546, - "ensive": 2547, - "acc": 2548, - "Ġimpact": 2549, - "chen": 2550, - "Ġplease": 2551, - "35": 2552, - "Ġmatter": 2553, - "Ġrequired": 2554, - "Ġtraining": 2555, - "ises": 2556, - "ÄĽ": 2557, - "ruction": 2558, - "Ġseries": 2559, - "Ġsle": 2560, - "Ġstruct": 2561, - "ĠPe": 2562, - "ided": 2563, - "Ġpas": 2564, - "astic": 2565, - "obile": 2566, - "Ġrather": 2567, - "********": 2568, - "umb": 2569, - "aur": 2570, - "ðŁ": 2571, - "Ġemail": 2572, - "åĽ": 2573, - "Ġcoming": 2574, - "Ãł": 2575, - "Ġcoll": 2576, - "«": 2577, - "Ġnear": 2578, - "Ġmanagement": 2579, - "my": 2580, - "ety": 2581, - "Ġdeterm": 2582, - "ã": 2583, - "ê": 2584, - "Ġclos": 2585, - "cy": 2586, - "Ġcook": 2587, - "ken": 2588, - "Ġsignificant": 2589, - "ĠTw": 2590, - "ĠHis": 2591, - "Ġetc": 2592, - "ĠSec": 2593, - "aching": 2594, - "omes": 2595, - "Ġsat": 2596, - "Ġhost": 2597, - "ella": 2598, - "Ġneg": 2599, - "ĠEurope": 2600, - "ui": 2601, - "ĠKe": 2602, - "Ġcomput": 2603, - "Ġregard": 2604, - "itted": 2605, - "ĠPar": 2606, - "Ġwriting": 2607, - "Ġfile": 2608, - "ĠDr": 2609, - "iple": 2610, - "ength": 2611, - "Ġwhite": 2612, - "Ġpercent": 2613, - "Ġbehind": 2614, - "Ġcomplete": 2615, - "Ġnatural": 2616, - "45": 2617, - "Ġsens": 2618, - "Ġdest": 2619, - "Ġcomment": 2620, - "itional": 2621, - "ese": 2622, - "Ġqui": 2623, - "Ġaccept": 2624, - "ĠEd": 2625, - "Ġassoci": 2626, - "oogle": 2627, - "eks": 2628, - "Ġtaken": 2629, - "opy": 2630, - "Ġcontinue": 2631, - "Ġdoor": 2632, - "Ġliving": 2633, - "Ġpatients": 2634, - "ĠCount": 2635, - "ĠReg": 2636, - "Ġpopular": 2637, - "Ġincrease": 2638, - "etimes": 2639, - "Ġdans": 2640, - "ĠJan": 2641, - "gress": 2642, - "minist": 2643, - "Ġperformance": 2644, - "Ġissue": 2645, - "Ġfig": 2646, - "Ġsym": 2647, - "ĠJust": 2648, - "iam": 2649, - "Ġchoose": 2650, - "Res": 2651, - "ando": 2652, - "ĠInt": 2653, - "è¯": 2654, - "Ġcharacter": 2655, - "ĠDep": 2656, - "ummer": 2657, - "medi": 2658, - "this": 2659, - "ĠSome": 2660, - "Ġsimilar": 2661, - "Ġforward": 2662, - "Ġstop": 2663, - "Ġadded": 2664, - "Ġprovides": 2665, - "Ġvia": 2666, - "Ġmit": 2667, - "ĠSm": 2668, - "cial": 2669, - "Ġpers": 2670, - "ĠMore": 2671, - "Ġfail": 2672, - "icated": 2673, - "ufact": 2674, - "Ġfilm": 2675, - "Ġsil": 2676, - "Ġsus": 2677, - "Ġassist": 2678, - "Ġgeneral": 2679, - "My": 2680, - "ĠCity": 2681, - "ão": 2682, - "ĠState": 2683, - "Ġversion": 2684, - "Ġstyle": 2685, - "itting": 2686, - "90": 2687, - "hr": 2688, - "With": 2689, - "Ġloss": 2690, - "izing": 2691, - "anced": 2692, - "70": 2693, - "Ġwar": 2694, - "ka": 2695, - "Ġaction": 2696, - "ĠGe": 2697, - "Ġareas": 2698, - "imal": 2699, - "nov": 2700, - "AM": 2701, - "ĠBy": 2702, - "Ġskin": 2703, - "Ġproblems": 2704, - "Ġpoints": 2705, - "Ċĉĉĉĉ": 2706, - "Ġweight": 2707, - "Ġinside": 2708, - "Ġexact": 2709, - "off": 2710, - "apt": 2711, - "Ġhigher": 2712, - "ny": 2713, - "uge": 2714, - "ida": 2715, - "uild": 2716, - "ée": 2717, - "ief": 2718, - "key": 2719, - "Tr": 2720, - "Ġrespect": 2721, - "Ġprint": 2722, - "Ġâ": 2723, - "Ġtotal": 2724, - "Ġreading": 2725, - "Ġrequest": 2726, - "åľ¨": 2727, - "Ġwasn": 2728, - "Ġworth": 2729, - "Ġobs": 2730, - "Ġcollect": 2731, - "Ġprevious": 2732, - "Ġrepresent": 2733, - "ä¸į": 2734, - "Ġuser": 2735, - "ros": 2736, - "ĠRec": 2737, - "emic": 2738, - "itten": 2739, - "Ġlonger": 2740, - "OT": 2741, - "Ġphone": 2742, - "Ġtit": 2743, - "Ġconsum": 2744, - "ysis": 2745, - ".)": 2746, - "198": 2747, - "Ġseems": 2748, - "No": 2749, - "ĠAug": 2750, - "Ġanyone": 2751, - "empt": 2752, - "pped": 2753, - "earch": 2754, - "ara": 2755, - "Ġautom": 2756, - "Ġsn": 2757, - "Ġbrand": 2758, - "Ġsaw": 2759, - "aced": 2760, - "uel": 2761, - "Ġfa": 2762, - "Ċĉĉĉ": 2763, - "Ġarg": 2764, - "Ġwonder": 2765, - "aciÃ": 2766, - "Ġusually": 2767, - "Ġplatform": 2768, - "Ġsoftware": 2769, - "All": 2770, - "ges": 2771, - "Ġfoot": 2772, - "Ġoption": 2773, - "ĠStud": 2774, - "uth": 2775, - "hel": 2776, - "Ġaw": 2777, - "Ġchanges": 2778, - "oph": 2779, - "ĠPres": 2780, - "Cont": 2781, - "äºĨ": 2782, - "ĠHer": 2783, - "ĠNow": 2784, - "Ġfinancial": 2785, - "edd": 2786, - "Ġdeath": 2787, - "ground": 2788, - "amm": 2789, - "eren": 2790, - "31": 2791, - "Ġmo": 2792, - "ĠSchool": 2793, - "Ġfast": 2794, - "Ġau": 2795, - "Ġachie": 2796, - "ĠAdd": 2797, - "ĠYork": 2798, - "Ġhon": 2799, - "Ġprofessional": 2800, - "ival": 2801, - "arth": 2802, - "atory": 2803, - "Ġrate": 2804, - "Ġoffice": 2805, - "Ġsecurity": 2806, - "po": 2807, - "ano": 2808, - "ental": 2809, - "Ġmass": 2810, - "Ġleave": 2811, - "Ġhab": 2812, - "Ġhands": 2813, - "rel": 2814, - "Ġlay": 2815, - "ref": 2816, - "ession": 2817, - "ĠArt": 2818, - "ĠCor": 2819, - "Ġtreatment": 2820, - "Ġcannot": 2821, - "Ġswe": 2822, - "Ġimm": 2823, - "ĠHealth": 2824, - "uses": 2825, - "Ġusers": 2826, - "name": 2827, - "Ġsubject": 2828, - "Ġgra": 2829, - "atter": 2830, - "Ġdate": 2831, - "Ġur": 2832, - "].": 2833, - "ette": 2834, - "Ġoutside": 2835, - "Ġrole": 2836, - "ils": 2837, - "Ġmyself": 2838, - "Ġsense": 2839, - "azing": 2840, - "pril": 2841, - "æĿ": 2842, - "just": 2843, - "ecut": 2844, - "Ġdeep": 2845, - "Ġconcern": 2846, - "ager": 2847, - "ĠDon": 2848, - "Ġunique": 2849, - "Ġhair": 2850, - "Ph": 2851, - "aily": 2852, - "Ġground": 2853, - "la": 2854, - "Ġestab": 2855, - "Ġpaper": 2856, - "ening": 2857, - "Ġfire": 2858, - "Ġapplication": 2859, - "Ġlearning": 2860, - "Ġdetails": 2861, - "Ġkids": 2862, - "Ġevents": 2863, - "zen": 2864, - "Ġtarget": 2865, - "uy": 2866, - "Ġdeg": 2867, - "Ġrad": 2868, - "Ġtakes": 2869, - "Ġcreated": 2870, - "Ġcover": 2871, - "overed": 2872, - "US": 2873, - "ension": 2874, - "ĠAct": 2875, - "Ġsystems": 2876, - "ÃŃa": 2877, - "That": 2878, - "Ġpotential": 2879, - "itter": 2880, - "Ġbott": 2881, - "Ġknowledge": 2882, - "ĠAg": 2883, - "ios": 2884, - "ection": 2885, - "Ġbox": 2886, - "Ġcause": 2887, - "uit": 2888, - "ĠWorld": 2889, - "Ġhappy": 2890, - "Ġproperty": 2891, - "Ġcomfort": 2892, - "cast": 2893, - "ptember": 2894, - "Ġpath": 2895, - "Ġlooks": 2896, - "\">": 2897, - "cript": 2898, - "Ġsafe": 2899, - "Ġstaff": 2900, - "ĠWill": 2901, - "Ġblood": 2902, - "人": 2903, - "Ġdise": 2904, - "anguage": 2905, - "De": 2906, - "ram": 2907, - "RO": 2908, - "nes": 2909, - "Ġspeak": 2910, - "imum": 2911, - "Ġple": 2912, - "Ġcases": 2913, - "Ġthird": 2914, - "cing": 2915, - "Ġcouple": 2916, - "ION": 2917, - "Ġupon": 2918, - "Ġful": 2919, - "Ġensure": 2920, - "ees": 2921, - "Ġfelt": 2922, - "Ġready": 2923, - "ĠAf": 2924, - "ĠMc": 2925, - "ĠNational": 2926, - "Ġweeks": 2927, - "Ġcode": 2928, - "no": 2929, - "Ġprovided": 2930, - "Ġill": 2931, - "Ġrunning": 2932, - "ĠBo": 2933, - "Ġrecogn": 2934, - "Se": 2935, - "Ġri": 2936, - "Ġou": 2937, - "Ġaccording": 2938, - "Ġzu": 2939, - "ĠPa": 2940, - "ĠStates": 2941, - "ĠAut": 2942, - "----------------": 2943, - "AD": 2944, - "36": 2945, - "Ġstore": 2946, - "Ġcirc": 2947, - "Ġqual": 2948, - "aging": 2949, - "ky": 2950, - "Get": 2951, - "Ġperm": 2952, - "Ġpan": 2953, - "alse": 2954, - "agement": 2955, - "Ġhor": 2956, - "Ġep": 2957, - "ĠBar": 2958, - "Ġcam": 2959, - "ĠOf": 2960, - "Ġwoman": 2961, - "Ġfit": 2962, - "ĠTra": 2963, - "Ġdat": 2964, - "Ġsch": 2965, - "åį": 2966, - "=>": 2967, - "ipe": 2968, - "ached": 2969, - "return": 2970, - "Ġcoun": 2971, - "Ġsix": 2972, - "ĠAust": 2973, - "gl": 2974, - "pose": 2975, - "Ġquickly": 2976, - "ivity": 2977, - "âĢĿ.": 2978, - "Name": 2979, - "pper": 2980, - "Te": 2981, - "eds": 2982, - "Ġdownload": 2983, - "ta": 2984, - "By": 2985, - "aining": 2986, - "iles": 2987, - "Ġinform": 2988, - "ä»ĸ": 2989, - "ĠOct": 2990, - "Ġwrong": 2991, - "AP": 2992, - "ĠSouth": 2993, - "bor": 2994, - "Ġbase": 2995, - "Ġbal": 2996, - "Ġdescrib": 2997, - "Ġlooked": 2998, - "aby": 2999, - "Ġregular": 3000, - "ĠFin": 3001, - "Ġinstead": 3002, - "icles": 3003, - "uary": 3004, - "Ġplayers": 3005, - "Ġroad": 3006, - "plement": 3007, - "Ġmag": 3008, - "col": 3009, - "istic": 3010, - "Ġsett": 3011, - "Ġmention": 3012, - "Ġvot": 3013, - "Ġsem": 3014, - "LL": 3015, - "Ġcredit": 3016, - "En": 3017, - "Ġknew": 3018, - "Ġcy": 3019, - "Ġten": 3020, - "Ġshows": 3021, - "ET": 3022, - "Ġremember": 3023, - "ris": 3024, - "Ġengine": 3025, - "Ġincludes": 3026, - "Ġcontract": 3027, - "inter": 3028, - "olutions": 3029, - "ĠMon": 3030, - "Ġeasily": 3031, - "mon": 3032, - "Ġattack": 3033, - "ero": 3034, - "Ġdesigned": 3035, - "Ġaffect": 3036, - "ĠVal": 3037, - "ĠOff": 3038, - "based": 3039, - "Ġones": 3040, - "Ġnetwork": 3041, - "Ġcool": 3042, - "epend": 3043, - "hib": 3044, - "Ġprevent": 3045, - "abel": 3046, - "Ġgrowth": 3047, - "aves": 3048, - "erve": 3049, - "Ġrecent": 3050, - "Ġdru": 3051, - "Ġnice": 3052, - "Ġheld": 3053, - "Ġparty": 3054, - "],": 3055, - "nder": 3056, - "Ġheav": 3057, - "Ġwall": 3058, - "Ġtypes": 3059, - "word": 3060, - "right": 3061, - "Ġmedical": 3062, - "irit": 3063, - "ags": 3064, - "Ġeducation": 3065, - "She": 3066, - "VID": 3067, - "ĠÂ": 3068, - "ological": 3069, - "vis": 3070, - "def": 3071, - "Ġterms": 3072, - "Ġdark": 3073, - "Ġprior": 3074, - "çĶ": 3075, - "do": 3076, - "Ġthemselves": 3077, - "Ġchoice": 3078, - "cont": 3079, - "Ġcustomer": 3080, - "Le": 3081, - "ĠNorth": 3082, - "irth": 3083, - "opt": 3084, - "ĠfÃ": 3085, - "Ġoriginal": 3086, - "500": 3087, - "Ġprep": 3088, - "Ġlower": 3089, - "ki": 3090, - "01": 3091, - "Ġopportunity": 3092, - "Ġclick": 3093, - "ás": 3094, - "va": 3095, - "Ġstra": 3096, - "ñ": 3097, - "iddle": 3098, - "mm": 3099, - "Ġpractice": 3100, - "light": 3101, - "ĠMarch": 3102, - "æĸ": 3103, - "reng": 3104, - "HE": 3105, - "UR": 3106, - "cul": 3107, - "ste": 3108, - "Ġpull": 3109, - "Ġgrand": 3110, - "ctions": 3111, - "ians": 3112, - "year": 3113, - "Id": 3114, - "Ġrecommend": 3115, - "Ġmother": 3116, - "Ġbooks": 3117, - "ĠHere": 3118, - "Ġsou": 3119, - "Äĩ": 3120, - "Type": 3121, - "amed": 3122, - "Ġintegr": 3123, - "Be": 3124, - "At": 3125, - "Ġcu": 3126, - "fig": 3127, - "org": 3128, - "ĠAcc": 3129, - "ipment": 3130, - "Ġwrite": 3131, - "ĠHigh": 3132, - "Ġplaying": 3133, - "ĠPark": 3134, - "Ġchance": 3135, - "airs": 3136, - "Ġapply": 3137, - "33": 3138, - "Ġitems": 3139, - "haps": 3140, - "oke": 3141, - "ÅĻ": 3142, - "Ġist": 3143, - "Ġavoid": 3144, - "ĠThen": 3145, - "Ġproduction": 3146, - "Ġlives": 3147, - "itely": 3148, - "Ġadditional": 3149, - "Our": 3150, - "Ġthroughout": 3151, - "Is": 3152, - "ĠSystem": 3153, - "rie": 3154, - "Ġvari": 3155, - "Ġdigital": 3156, - "ĠSoc": 3157, - "Ġmix": 3158, - "Ġhear": 3159, - "Ġwel": 3160, - "urt": 3161, - "Ġreceive": 3162, - "Ġvon": 3163, - "usiness": 3164, - "Ġbi": 3165, - "},": 3166, - "ĠBlack": 3167, - "iction": 3168, - "Ġma": 3169, - "fo": 3170, - "æľī": 3171, - "Ġsong": 3172, - "Ġanswer": 3173, - "Ġmanufact": 3174, - "ĠJune": 3175, - "ellent": 3176, - "elle": 3177, - "Ġsource": 3178, - "ĠGet": 3179, - "idge": 3180, - "Ġdraw": 3181, - "inary": 3182, - "Ġcasino": 3183, - "ING": 3184, - "Ġmatch": 3185, - "Ġball": 3186, - "Ġthinking": 3187, - "pir": 3188, - "lebr": 3189, - "ç»": 3190, - "ublished": 3191, - "Ġconditions": 3192, - "Ġlevels": 3193, - "Ġbenefits": 3194, - "ĠCenter": 3195, - "Ġveh": 3196, - "Ġattention": 3197, - "Ġitself": 3198, - "Ġskills": 3199, - "OS": 3200, - "Ġblock": 3201, - "uments": 3202, - "Ġimage": 3203, - "Ġactivities": 3204, - "Ġability": 3205, - "order": 3206, - "hood": 3207, - "Ġlost": 3208, - "Ġtrust": 3209, - "75": 3210, - "Ġord": 3211, - "asons": 3212, - "Ġapproach": 3213, - "Ġsurpr": 3214, - "illing": 3215, - "ĠSer": 3216, - "Ġsun": 3217, - "fr": 3218, - "ĠDis": 3219, - "Ġsales": 3220, - "oom": 3221, - "ĠUs": 3222, - "wise": 3223, - "Ġnecessary": 3224, - "Ġsaying": 3225, - "\")": 3226, - "Ġeffective": 3227, - "ĠDay": 3228, - "Ġsort": 3229, - "Ġchalleng": 3230, - "Ġscreen": 3231, - "Ġprop": 3232, - "Ġfix": 3233, - "Ġré": 3234, - "ospital": 3235, - "Ġrelated": 3236, - "lim": 3237, - "Ġserious": 3238, - "Ġimmedi": 3239, - "Ġcand": 3240, - "Ġdecision": 3241, - "ĠApril": 3242, - "One": 3243, - "Ġpolicy": 3244, - "Ġreceived": 3245, - "Ġhit": 3246, - "Ġglobal": 3247, - "Pl": 3248, - "ĠWhile": 3249, - "Ġcurrently": 3250, - "Ġpred": 3251, - "ilit": 3252, - "Ġresponse": 3253, - "ournal": 3254, - "anger": 3255, - "lements": 3256, - "Ġave": 3257, - "Ġallows": 3258, - "Ġcompletely": 3259, - "ĠSw": 3260, - "Ġdas": 3261, - "Ġheard": 3262, - "Ġfavorite": 3263, - "Ġmax": 3264, - "String": 3265, - "æĪij": 3266, - "Ġpod": 3267, - "Ġdocument": 3268, - "ava": 3269, - "type": 3270, - "Ġgoes": 3271, - "Ġviol": 3272, - "Ġmarketing": 3273, - "Ġamazing": 3274, - "Ġturned": 3275, - "Ġbud": 3276, - "zz": 3277, - "ĠSeptember": 3278, - "men": 3279, - "arc": 3280, - "Ġmember": 3281, - "sec": 3282, - "Ġagre": 3283, - "Ġmorning": 3284, - "è¿Ļ": 3285, - "ĠCons": 3286, - "eed": 3287, - "ĠGoogle": 3288, - "Ġsituation": 3289, - "Ġleaders": 3290, - "oring": 3291, - "Ġprec": 3292, - "Ġplant": 3293, - "mb": 3294, - "orks": 3295, - "ests": 3296, - "Ġlate": 3297, - "hold": 3298, - "urg": 3299, - "Ġparents": 3300, - "EC": 3301, - "Ġbank": 3302, - "Ġdrive": 3303, - "Ġstandard": 3304, - "Ġconvers": 3305, - "64": 3306, - "ressed": 3307, - "Ġrele": 3308, - "Ġlegal": 3309, - "Ġsleep": 3310, - "Ġsam": 3311, - "Ġcorrect": 3312, - "ĠJuly": 3313, - "ĠFrom": 3314, - "æī": 3315, - "ĠÅ": 3316, - "34": 3317, - "Ġideas": 3318, - "Ġclients": 3319, - "Ġworked": 3320, - "Ġsepar": 3321, - "Ġintrodu": 3322, - "Ġinj": 3323, - "Ġprem": 3324, - "aint": 3325, - "ĠPre": 3326, - "Ġcat": 3327, - "ĠAmerica": 3328, - "Ġutil": 3329, - "omen": 3330, - "ĠAre": 3331, - "Ġofficial": 3332, - "ĠAugust": 3333, - "Ġstri": 3334, - "pen": 3335, - "body": 3336, - "atives": 3337, - "Ġbon": 3338, - "ura": 3339, - "ĠUp": 3340, - "ĠJe": 3341, - "enced": 3342, - "åŃ": 3343, - "197": 3344, - "Ġincluded": 3345, - "ĠðŁ": 3346, - "Ġinteresting": 3347, - "asc": 3348, - "sych": 3349, - "Ġdiv": 3350, - "ĠRead": 3351, - "Ġadm": 3352, - "Ġfat": 3353, - "Ġcountries": 3354, - "Ke": 3355, - "ĠFace": 3356, - "Ġteac": 3357, - "Ġrecently": 3358, - "Ġmaintain": 3359, - "Ġslow": 3360, - "èĢ": 3361, - "board": 3362, - "ocr": 3363, - "ester": 3364, - "Ġflow": 3365, - "ming": 3366, - "ĠGener": 3367, - "ita": 3368, - "Ġround": 3369, - "Ġsites": 3370, - "Ġtown": 3371, - "ube": 3372, - "odel": 3373, - "ĠRuss": 3374, - "Ġgrad": 3375, - "ecause": 3376, - "Ġsolution": 3377, - "Ġwish": 3378, - "unk": 3379, - "Ġfight": 3380, - "Ġmultiple": 3381, - "ĠNet": 3382, - "List": 3383, - "iding": 3384, - "Ġsell": 3385, - "Ġinsurance": 3386, - "ements": 3387, - "Ġstuff": 3388, - "ĠMus": 3389, - "Ġtour": 3390, - "arter": 3391, - "Ġemer": 3392, - "het": 3393, - "Ġhol": 3394, - "mp": 3395, - "unction": 3396, - "idered": 3397, - "Ġhelps": 3398, - "ĠPat": 3399, - "Ġlatest": 3400, - "ĠAnt": 3401, - "ĠCounty": 3402, - "ashing": 3403, - "Ġtouch": 3404, - "aker": 3405, - "Ġimplement": 3406, - "Äį": 3407, - "Ġsche": 3408, - "Ġfeed": 3409, - "Ġroll": 3410, - "umn": 3411, - "Ġimag": 3412, - "je": 3413, - "Ġmachine": 3414, - "Ġnature": 3415, - "Ġgave": 3416, - "Ġvoid": 3417, - "Ġgets": 3418, - "ido": 3419, - "Ġboy": 3420, - "inn": 3421, - "Ġauf": 3422, - "class": 3423, - "Ġmodern": 3424, - "Ġsave": 3425, - "Ġbuilt": 3426, - "ovember": 3427, - "ĠDav": 3428, - "iques": 3429, - "â": 3430, - "ĠWest": 3431, - "Ġnational": 3432, - "mas": 3433, - "Ġparts": 3434, - "Ġtools": 3435, - "Ġwide": 3436, - "icate": 3437, - "Ġtal": 3438, - "ĠHar": 3439, - "Ġboard": 3440, - "gar": 3441, - "åĨ": 3442, - "Ġmessage": 3443, - "Ġdemand": 3444, - "Ġing": 3445, - "Ġrout": 3446, - "Ġinternet": 3447, - "Ġhimself": 3448, - "ĠAc": 3449, - "Ġprojects": 3450, - "Ġvariety": 3451, - "Ġinflu": 3452, - "Ġcho": 3453, - "Do": 3454, - "Des": 3455, - "Bl": 3456, - "Ġstudent": 3457, - "ĠFeb": 3458, - "Ġsafety": 3459, - "05": 3460, - "Ġstreng": 3461, - "ĠSim": 3462, - "Ġexpected": 3463, - "Ġenter": 3464, - "Ġbegan": 3465, - "gn": 3466, - "Ġgroups": 3467, - "ibly": 3468, - "Ġfresh": 3469, - "like": 3470, - "bt": 3471, - "odes": 3472, - "Ġdire": 3473, - "band": 3474, - "Ġfeeling": 3475, - "Ġcosts": 3476, - "rought": 3477, - "New": 3478, - "aling": 3479, - "Ġshall": 3480, - "Ġgoal": 3481, - "ocol": 3482, - "Ġgives": 3483, - "Ġfem": 3484, - "chan": 3485, - "aught": 3486, - "ĠHouse": 3487, - "Ġfair": 3488, - "Ġeen": 3489, - "Ġinvolved": 3490, - "38": 3491, - "Ġum": 3492, - "gu": 3493, - "Ġcouldn": 3494, - "Ġkit": 3495, - "Ġsend": 3496, - "Ġresources": 3497, - "ĠOb": 3498, - "yd": 3499, - "ications": 3500, - "ĠOut": 3501, - "Ġinternational": 3502, - "ĠPresident": 3503, - "enty": 3504, - "lo": 3505, - "Ġtried": 3506, - "Ġremov": 3507, - "Ġpositive": 3508, - "ĠRed": 3509, - "Ġmaybe": 3510, - "ora": 3511, - "orge": 3512, - "\"\"": 3513, - "cember": 3514, - "Ġcry": 3515, - "aign": 3516, - "Ġcross": 3517, - "Add": 3518, - "04": 3519, - "Ġcourt": 3520, - "orage": 3521, - "Ġpiece": 3522, - "Ġwritten": 3523, - "Ġeffects": 3524, - "Ġmeeting": 3525, - "Ġexactly": 3526, - "Ġcomputer": 3527, - "Ġappe": 3528, - "Ġinvestig": 3529, - "ĠCOVID": 3530, - "Val": 3531, - "ĠWind": 3532, - "Ġpropos": 3533, - "Ġhuge": 3534, - "Ġsqu": 3535, - "ĠEnglish": 3536, - "Ġattempt": 3537, - "Ġindividuals": 3538, - "Ġdefinitely": 3539, - "isf": 3540, - "ĠDirect": 3541, - "Ġdisplay": 3542, - "verse": 3543, - "Or": 3544, - "dom": 3545, - "ii": 3546, - "ederal": 3547, - "Ġtowards": 3548, - "Ġanalysis": 3549, - "Ġsummer": 3550, - "Ġprograms": 3551, - "ĠMr": 3552, - "ĠTrans": 3553, - "Ġmi": 3554, - "Ġnormal": 3555, - "Ġwid": 3556, - "ocal": 3557, - "Ġconsidered": 3558, - "ĠTV": 3559, - "ĊĊĠĠĠĠĠĠĠ": 3560, - "Ġsuff": 3561, - "Ġcomments": 3562, - "part": 3563, - "ĊĊĠĠĠĠ": 3564, - "Ad": 3565, - "\".": 3566, - "Ġphysical": 3567, - "Ġdaily": 3568, - "Ġbecame": 3569, - "________": 3570, - "Ġdecided": 3571, - "bed": 3572, - "ĠThanks": 3573, - "EO": 3574, - "Ġsometimes": 3575, - "åĬ": 3576, - "Ġcertainly": 3577, - "Ġenh": 3578, - "Ġcareer": 3579, - "met": 3580, - "using": 3581, - "Ġgiving": 3582, - "aged": 3583, - "Ġlocation": 3584, - "Ġrev": 3585, - "Ġrelease": 3586, - "more": 3587, - "ĠBro": 3588, - "Ġgold": 3589, - "Ġencou": 3590, - "Ġcomplex": 3591, - "Ġmis": 3592, - "yond": 3593, - "Ġcharg": 3594, - "App": 3595, - "acing": 3596, - "37": 3597, - "irus": 3598, - "Ġlanguage": 3599, - "Ġsubs": 3600, - "ĠMarket": 3601, - "Ġorganiz": 3602, - "ĠChina": 3603, - "upp": 3604, - "Ġdevice": 3605, - "Ġfine": 3606, - "Ġconsist": 3607, - "Ġaverage": 3608, - "Ġbehav": 3609, - "Ġcelebr": 3610, - "uk": 3611, - "ĠPost": 3612, - "Ġcenter": 3613, - "09": 3614, - "down": 3615, - "Ġwood": 3616, - "Ġdead": 3617, - "Ġplans": 3618, - "hern": 3619, - "duc": 3620, - "ĠProf": 3621, - "Ġtast": 3622, - "ropri": 3623, - "Ġload": 3624, - "ör": 3625, - "attle": 3626, - "02": 3627, - "Sc": 3628, - "Ġjud": 3629, - "Qu": 3630, - "Ġpurchase": 3631, - "ened": 3632, - "enge": 3633, - "Ġkn": 3634, - "ĠAng": 3635, - "Ġstru": 3636, - "Ġclient": 3637, - "Ġsection": 3638, - "Ġgreen": 3639, - "Ġmark": 3640, - "itte": 3641, - "apan": 3642, - "Not": 3643, - "Ġdirectly": 3644, - "Ġlic": 3645, - "Ġpen": 3646, - "ĠGerm": 3647, - "Im": 3648, - "ategy": 3649, - "Ġadminist": 3650, - "ellow": 3651, - "tre": 3652, - "Ġtrou": 3653, - "48": 3654, - "ĠBest": 3655, - "ham": 3656, - "Ġarch": 3657, - "king": 3658, - "yt": 3659, - "Ġmobile": 3660, - "ald": 3661, - "Ġdin": 3662, - "Ġvoice": 3663, - "Ġlif": 3664, - "Ġreach": 3665, - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 3666, - "Ġwarm": 3667, - "39": 3668, - "igen": 3669, - "ĠInc": 3670, - "Ġaware": 3671, - "è®": 3672, - "Ġrights": 3673, - "Read": 3674, - "ĠJanuary": 3675, - "Ġcup": 3676, - "Ġid": 3677, - "Ġobtain": 3678, - "mercial": 3679, - "ceed": 3680, - "rim": 3681, - "ares": 3682, - "oper": 3683, - "list": 3684, - "Ġfather": 3685, - "ĠAfric": 3686, - "Post": 3687, - "Ġfeature": 3688, - "yp": 3689, - "55": 3690, - "IP": 3691, - "ĠOctober": 3692, - "iant": 3693, - "Ġaltern": 3694, - "âĢĿ,": 3695, - "Ġdog": 3696, - "cil": 3697, - "Col": 3698, - "Ġearn": 3699, - "ĠEvery": 3700, - "riving": 3701, - "oms": 3702, - "Ġpet": 3703, - "Ġsold": 3704, - "ĠEr": 3705, - "sequ": 3706, - "Ġpark": 3707, - "Ġdecl": 3708, - "Ġpolitical": 3709, - "ĠWar": 3710, - "Ġcondition": 3711, - "Ġpressure": 3712, - "Ġreported": 3713, - "Ġdream": 3714, - "Ġdifference": 3715, - "anch": 3716, - "Ġfloor": 3717, - "oly": 3718, - "ĠCommun": 3719, - "Ġpow": 3720, - "Ġcollection": 3721, - "Ġconcept": 3722, - "ĠCour": 3723, - "ĠFree": 3724, - "ishing": 3725, - "ague": 3726, - "pite": 3727, - "Ġsubst": 3728, - "ĠVer": 3729, - "Ġdetail": 3730, - "éĩ": 3731, - "Ġadvant": 3732, - "Ġexcellent": 3733, - "Ġformer": 3734, - "Ġesc": 3735, - "Ġleading": 3736, - "opping": 3737, - "Ĥ¬": 3738, - "08": 3739, - "After": 3740, - "reci": 3741, - "ĠIndia": 3742, - "Ġactivity": 3743, - "ĠTechn": 3744, - "UT": 3745, - "Ġbreat": 3746, - "Ġtemper": 3747, - "They": 3748, - "Ġemot": 3749, - "ancy": 3750, - "ocks": 3751, - "rage": 3752, - "Ġstarting": 3753, - "Ġequipment": 3754, - "ĠLet": 3755, - "Ġmovie": 3756, - "Ġanim": 3757, - "ga": 3758, - "Ġcert": 3759, - "ĠWell": 3760, - "ias": 3761, - "data": 3762, - "ĠFacebook": 3763, - "Ġtalking": 3764, - "å·": 3765, - "Ġhighly": 3766, - "ĠAlso": 3767, - "ĠJes": 3768, - "/*": 3769, - "æŃ": 3770, - "Ġdro": 3771, - "ĠBusiness": 3772, - "ruary": 3773, - "Ġded": 3774, - "vest": 3775, - "ÃŁ": 3776, - "ĠEven": 3777, - "wood": 3778, - "vey": 3779, - "ĠAir": 3780, - "Ġeat": 3781, - "aches": 3782, - "Ġdisease": 3783, - "ipping": 3784, - "field": 3785, - "Ġregist": 3786, - "ĠSan": 3787, - "Ġhet": 3788, - "ache": 3789, - "们": 3790, - "Ġfirm": 3791, - "Ġvous": 3792, - "igned": 3793, - "gest": 3794, - "Ġlack": 3795, - "atever": 3796, - "ét": 3797, - "Ġè": 3798, - "ĠAustral": 3799, - "Ġstates": 3800, - "Ġstock": 3801, - "én": 3802, - "Ġled": 3803, - "Ġspeed": 3804, - "umber": 3805, - "Ġgar": 3806, - "Ġir": 3807, - "olf": 3808, - "itation": 3809, - "ties": 3810, - "itable": 3811, - "ĠSupp": 3812, - "åĩ": 3813, - "ĠGroup": 3814, - "////": 3815, - "Ġexpert": 3816, - "ĠMich": 3817, - "Ġfrequ": 3818, - "Ġexerc": 3819, - "Ġhealthy": 3820, - "Ġstring": 3821, - "aries": 3822, - "Ġsubm": 3823, - "ĠUK": 3824, - "arily": 3825, - "Ġspend": 3826, - "Ġfeet": 3827, - "44": 3828, - "Ġregul": 3829, - "Ġalone": 3830, - "reate": 3831, - "Ġpartners": 3832, - "Ġabsolut": 3833, - "Ġorganization": 3834, - "ĠFirst": 3835, - "box": 3836, - "Ġcarry": 3837, - "Ġconduct": 3838, - "Ġproviding": 3839, - "95": 3840, - "Ab": 3841, - "ography": 3842, - "ĊĠĠĠĠĠĠ": 3843, - "Ġacqu": 3844, - "izes": 3845, - "Ġnut": 3846, - "Ġsolutions": 3847, - "ĠRem": 3848, - "SS": 3849, - "Ġplayer": 3850, - "Ġcapt": 3851, - "Ġmid": 3852, - "/**": 3853, - "Ġfinally": 3854, - "rast": 3855, - "ona": 3856, - "Ġhistor": 3857, - "ĠAssoci": 3858, - "rote": 3859, - "date": 3860, - "place": 3861, - "Ġemb": 3862, - "Ġvict": 3863, - "ĠInternational": 3864, - "Ġplaces": 3865, - "($": 3866, - "Ġbrought": 3867, - "aming": 3868, - "Ġrespond": 3869, - "Ġreve": 3870, - "ula": 3871, - "Ġadult": 3872, - "onent": 3873, - "Ġstrateg": 3874, - "ĠBrit": 3875, - "ario": 3876, - "iforn": 3877, - "Ġsav": 3878, - "antly": 3879, - "Ġagree": 3880, - "06": 3881, - "bit": 3882, - "Ġeye": 3883, - "ĠKing": 3884, - "Ġachieve": 3885, - "ruit": 3886, - "Ġmaterials": 3887, - "Ġpattern": 3888, - "Ġnote": 3889, - "Ġlocated": 3890, - "ĠIN": 3891, - "ĠMost": 3892, - "arlier": 3893, - "Ġfully": 3894, - "ĠNovember": 3895, - "Ġliter": 3896, - "ĠService": 3897, - "Ġmoving": 3898, - "aughter": 3899, - "Ġemployees": 3900, - "roid": 3901, - "Ġvirt": 3902, - "Ġgas": 3903, - "arden": 3904, - "rive": 3905, - "Ġunderstanding": 3906, - "Ġstraight": 3907, - "Ġinterested": 3908, - "ini": 3909, - "Ġloved": 3910, - "Data": 3911, - "ibrary": 3912, - "Ġprogress": 3913, - "View": 3914, - "ayer": 3915, - "Ġinnov": 3916, - "itute": 3917, - "Ġhour": 3918, - "omb": 3919, - "ĠNews": 3920, - "Ġsale": 3921, - "Ġculture": 3922, - "Ġdouble": 3923, - "07": 3924, - "ooth": 3925, - "idents": 3926, - "EL": 3927, - "Ġdry": 3928, - "icks": 3929, - "iger": 3930, - "ville": 3931, - "Ġnov": 3932, - "Ġwouldn": 3933, - "Ġsen": 3934, - "ĠDem": 3935, - "bon": 3936, - "iny": 3937, - "Ġmount": 3938, - "isions": 3939, - "imately": 3940, - "Ġevidence": 3941, - "Ġcampaign": 3942, - "uate": 3943, - "change": 3944, - "but": 3945, - "ivery": 3946, - "Ġtim": 3947, - "ĠFe": 3948, - "oto": 3949, - "ĠLaw": 3950, - "apter": 3951, - "Ġbirth": 3952, - "Ġentre": 3953, - "196": 3954, - "Ġrestaur": 3955, - "ker": 3956, - "Ġcreating": 3957, - "Ġaccom": 3958, - "ĠServices": 3959, - "ĠDecember": 3960, - "osit": 3961, - "ĠHome": 3962, - "PS": 3963, - "lig": 3964, - "ounds": 3965, - "ĠDepartment": 3966, - "Ġaren": 3967, - "ady": 3968, - "iers": 3969, - "urrent": 3970, - "Ġuns": 3971, - "vo": 3972, - "Ġcash": 3973, - "Ġprefer": 3974, - "Ġinterview": 3975, - "Ġheat": 3976, - "lin": 3977, - "Ġessential": 3978, - "Ġfamil": 3979, - "Ġthrow": 3980, - "Ġextrem": 3981, - "========": 3982, - "Ġplayed": 3983, - "Ġnull": 3984, - "lying": 3985, - "Ġlib": 3986, - "ifornia": 3987, - "Ġbroad": 3988, - "nÃŃ": 3989, - "Ġsy": 3990, - "Ġlimited": 3991, - "CH": 3992, - "ribute": 3993, - "Here": 3994, - "Ġwat": 3995, - "Ġpolice": 3996, - "å¥": 3997, - "Ġcontinu": 3998, - "nie": 3999, - "UN": 4000, - "Ġrelig": 4001, - "Ġpublished": 4002, - "Ġfab": 4003, - "Ġuses": 4004, - "Ġproced": 4005, - "Ġhappened": 4006, - "Ġbaby": 4007, - "Ġhop": 4008, - "Ġphotos": 4009, - "OL": 4010, - "ĠProgram": 4011, - "ĠPlease": 4012, - "overn": 4013, - "Ġpromot": 4014, - "icip": 4015, - "bol": 4016, - "idad": 4017, - "uration": 4018, - "quest": 4019, - "Ġcontain": 4020, - "inger": 4021, - "ĠGo": 4022, - "Ġeffort": 4023, - "Ġoccur": 4024, - "Ġstress": 4025, - "ael": 4026, - "Ġdeveloped": 4027, - "ello": 4028, - "Ġrequirements": 4029, - "ondon": 4030, - "Now": 4031, - "lean": 4032, - "Ġsmart": 4033, - "Ġaim": 4034, - "Ġbur": 4035, - "ĠII": 4036, - "Ġfear": 4037, - "Ġpicture": 4038, - "Ġfalse": 4039, - "Ġgrowing": 4040, - "ounced": 4041, - "Ġplanning": 4042, - "Thanks": 4043, - "Ġincreased": 4044, - "Ġwants": 4045, - "Ġtend": 4046, - "ĠOnline": 4047, - "Ġstudies": 4048, - "Ind": 4049, - "Ġstories": 4050, - "ú": 4051, - "?âĢĿ": 4052, - "includ": 4053, - "Ġclin": 4054, - "Ġopin": 4055, - "Ġexecut": 4056, - "amente": 4057, - "Ġdrop": 4058, - "Ġrefer": 4059, - "oming": 4060, - "Int": 4061, - "Ġfarm": 4062, - "Ġsuccessful": 4063, - "itude": 4064, - "Ġpaid": 4065, - "Ġassess": 4066, - "istics": 4067, - "Ġthanks": 4068, - "pond": 4069, - "ĠCoun": 4070, - "Ġassociated": 4071, - "Ġmer": 4072, - "AB": 4073, - "Ġbusinesses": 4074, - "ĠReview": 4075, - "rapy": 4076, - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 4077, - "Ġjour": 4078, - "Ġcateg": 4079, - "ité": 4080, - "aled": 4081, - "Ġeasier": 4082, - "Ġframe": 4083, - "Ġreduce": 4084, - "erved": 4085, - "ĠJapan": 4086, - "Ġneigh": 4087, - "rief": 4088, - "Ġwonderful": 4089, - "rial": 4090, - "Ġforce": 4091, - "Ġstream": 4092, - "ronic": 4093, - "Ġcomo": 4094, - "Ġdemon": 4095, - "pecial": 4096, - "Ġattract": 4097, - "icient": 4098, - "Ġpurpose": 4099, - "·": 4100, - "Ġguy": 4101, - "Ġprices": 4102, - "Ġcontribut": 4103, - "Ġaspect": 4104, - "ously": 4105, - "ffee": 4106, - "Ġconsult": 4107, - "Ġprofession": 4108, - "Ġactive": 4109, - "Ġpatient": 4110, - "pm": 4111, - "Ġeconomic": 4112, - "Ġmeaning": 4113, - "ito": 4114, - "div": 4115, - "nown": 4116, - "rench": 4117, - "Ġbeginning": 4118, - "iced": 4119, - "Ġtitle": 4120, - "ran": 4121, - "ĠInter": 4122, - "cher": 4123, - "oday": 4124, - "IL": 4125, - "300": 4126, - "ĠGood": 4127, - "Ġsteps": 4128, - "Ġband": 4129, - "Ġtrip": 4130, - "ĠBook": 4131, - "Ġmilit": 4132, - "annel": 4133, - "Ġcold": 4134, - "cz": 4135, - "Ġappreci": 4136, - "ĠWork": 4137, - "Ġglass": 4138, - "ml": 4139, - "iance": 4140, - "Ġthreat": 4141, - "Ġspread": 4142, - "ĠWeb": 4143, - "iè": 4144, - "Ġregion": 4145, - "unday": 4146, - "Ġthank": 4147, - "Ġchanged": 4148, - "ĠPort": 4149, - "Ġbeyond": 4150, - "amic": 4151, - "undred": 4152, - "\":": 4153, - "Ġreasons": 4154, - "Ġmill": 4155, - "ĠSen": 4156, - "Ġaf": 4157, - "Ġconv": 4158, - "ĠJesus": 4159, - "Ġdoll": 4160, - "ĠWhy": 4161, - "Ġwife": 4162, - "Ġtraditional": 4163, - "ĠJack": 4164, - "acity": 4165, - "Ġdistribut": 4166, - "From": 4167, - "path": 4168, - "Ġnumbers": 4169, - "Ġguide": 4170, - "Ġreleased": 4171, - "Ġblue": 4172, - "inated": 4173, - "Ġeval": 4174, - "++": 4175, - "Ġspirit": 4176, - "Ġstar": 4177, - "Ġcollege": 4178, - "Ġpresident": 4179, - "iring": 4180, - "Ġsatisf": 4181, - "ĠSl": 4182, - "Ġapplications": 4183, - "Ġvalues": 4184, - "ente": 4185, - "Ġmal": 4186, - "Ġdrink": 4187, - "ige": 4188, - "Ġcharge": 4189, - "Ġspent": 4190, - "Ġguess": 4191, - "ati": 4192, - "Ġimmediately": 4193, - "Ġcopy": 4194, - "å¸": 4195, - "Ġnu": 4196, - "Ġult": 4197, - "Ġlength": 4198, - "\");": 4199, - "ĠSk": 4200, - "ĠFriday": 4201, - "Ob": 4202, - "ipped": 4203, - "Ġstage": 4204, - "ĠDel": 4205, - "Ġcru": 4206, - "IV": 4207, - "49": 4208, - "ĠDet": 4209, - "Ġbenefit": 4210, - "orrow": 4211, - "ĠGreat": 4212, - "Ġrules": 4213, - "Ġrates": 4214, - "Ġactual": 4215, - "size": 4216, - "Ġallowed": 4217, - "Ġarriv": 4218, - "ford": 4219, - "Ġdeliver": 4220, - "azon": 4221, - "Ġtruly": 4222, - "IG": 4223, - "65": 4224, - "Ġhom": 4225, - "hest": 4226, - "Ġappropri": 4227, - "ivil": 4228, - "Ġbes": 4229, - "Ġclub": 4230, - "Ġthous": 4231, - "ĠOther": 4232, - "Ġdamage": 4233, - "aturday": 4234, - "Ġparticularly": 4235, - "Ġcapital": 4236, - "edding": 4237, - "vention": 4238, - "da": 4239, - "pack": 4240, - "bum": 4241, - "ĠPal": 4242, - "Ġhous": 4243, - "MS": 4244, - "Ġgone": 4245, - "ados": 4246, - "??": 4247, - "osing": 4248, - "emy": 4249, - "ania": 4250, - "care": 4251, - "net": 4252, - "Ġnearly": 4253, - "onday": 4254, - "venue": 4255, - "Å¡": 4256, - "Ġerr": 4257, - "Ġgoals": 4258, - "Ġincreasing": 4259, - "Ġimages": 4260, - "Ġlines": 4261, - "ĠDesign": 4262, - "Ġadjust": 4263, - "ocation": 4264, - "Ġsust": 4265, - "Ġindepend": 4266, - "see": 4267, - "inder": 4268, - "Ġopportunities": 4269, - "pping": 4270, - "Ġbasic": 4271, - "Ġreviews": 4272, - "Ġearlier": 4273, - "CT": 4274, - "Ġavec": 4275, - "istry": 4276, - "force": 4277, - "[]": 4278, - "term": 4279, - "Ġspot": 4280, - ":)": 4281, - "sk": 4282, - "ashion": 4283, - "ĠMet": 4284, - "Ġvo": 4285, - "ĠFebruary": 4286, - "Ġmodels": 4287, - "ĠDevelop": 4288, - "eah": 4289, - "asy": 4290, - "Ġoverall": 4291, - "from": 4292, - "Ġtick": 4293, - "ĠStreet": 4294, - "为": 4295, - "Ġsweet": 4296, - "Ġtu": 4297, - "ports": 4298, - "ĠCalifornia": 4299, - "Ġmethods": 4300, - "Ġuseful": 4301, - "!\"": 4302, - "Ġthoughts": 4303, - "Ġinvestment": 4304, - "ĠGold": 4305, - "Ġhus": 4306, - "Ġgift": 4307, - "Ġshown": 4308, - "ĠCr": 4309, - "DO": 4310, - "efore": 4311, - "rab": 4312, - "Ġstrategy": 4313, - "log": 4314, - "Ġtom": 4315, - "ĠPhil": 4316, - "La": 4317, - "Ġtruth": 4318, - "大": 4319, - "Ġerror": 4320, - "print": 4321, - "Ġsupply": 4322, - "const": 4323, - "Ġrent": 4324, - "cks": 4325, - "Ġprote": 4326, - "Ġmeasure": 4327, - "03": 4328, - "ĠPM": 4329, - "Ġcit": 4330, - "ĠAny": 4331, - "ĠCanada": 4332, - "Ġscience": 4333, - "point": 4334, - "Ġfol": 4335, - "ĠBen": 4336, - "Ġpaint": 4337, - "house": 4338, - "ĠWhite": 4339, - "Ġcandid": 4340, - "ĠRet": 4341, - "Ġbudget": 4342, - "Sp": 4343, - "ä¸Ń": 4344, - "Ġmiddle": 4345, - "mail": 4346, - "Ġwrote": 4347, - "cel": 4348, - "ĠEst": 4349, - "ola": 4350, - "string": 4351, - "Ġstructure": 4352, - "')": 4353, - "Ġcompared": 4354, - "rupt": 4355, - "Ġpsych": 4356, - "Ġscient": 4357, - "itect": 4358, - "Ġbackground": 4359, - "zi": 4360, - "Ġhaven": 4361, - "ĠSuper": 4362, - "ĠAP": 4363, - "nen": 4364, - "ĠSub": 4365, - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 4366, - "ĠCB": 4367, - "Ġmechan": 4368, - "iled": 4369, - "Ġseg": 4370, - "ĠChristmas": 4371, - "Ġmoved": 4372, - "Ġnation": 4373, - "Ġseeing": 4374, - "Ġrock": 4375, - "Ġdegree": 4376, - "Ġobvious": 4377, - "lich": 4378, - "Ġguys": 4379, - "Me": 4380, - "Âł": 4381, - "illa": 4382, - "Ġwindow": 4383, - "Ġkitchen": 4384, - "Ġgreater": 4385, - "Ġpartner": 4386, - "Ġstrugg": 4387, - "Ġdiet": 4388, - "ĠMor": 4389, - "ĠIl": 4390, - "Ġconfig": 4391, - "Ġsurv": 4392, - "Ġstatement": 4393, - "esome": 4394, - "Ġtransport": 4395, - "ĠGreen": 4396, - "ès": 4397, - "Ġdevices": 4398, - "ĠOver": 4399, - "IM": 4400, - "wide": 4401, - "Ġlimit": 4402, - "个": 4403, - "ja": 4404, - "Er": 4405, - "free": 4406, - "åº": 4407, - "Ġteams": 4408, - "porate": 4409, - "ani": 4410, - "inate": 4411, - "å¯": 4412, - "ĠPlan": 4413, - "ĠLondon": 4414, - "Ġtout": 4415, - "Ġcommercial": 4416, - "Ġserve": 4417, - "Ġsurface": 4418, - "Ġtoward": 4419, - "Ġsich": 4420, - "ittee": 4421, - "Ġpm": 4422, - "ĠBet": 4423, - "Ġalthough": 4424, - "Ġprotection": 4425, - "ĠManagement": 4426, - "Ġsharing": 4427, - "Ġperhaps": 4428, - "encies": 4429, - "ellig": 4430, - "Ġinstitut": 4431, - "Ġét": 4432, - "Ġbasis": 4433, - "Ġjoin": 4434, - "ĠItal": 4435, - "Ġcontext": 4436, - "Ġhundred": 4437, - "Ġsetting": 4438, - "Ġpoor": 4439, - "ĠCollege": 4440, - "Ġfamilies": 4441, - "andom": 4442, - "ãĢģ": 4443, - "isation": 4444, - "Ġconnection": 4445, - "åĴ": 4446, - "iling": 4447, - "ca": 4448, - "Ġom": 4449, - "Ġtransfer": 4450, - "Ġregarding": 4451, - "Ġpowerful": 4452, - "vere": 4453, - "Ġfigure": 4454, - "Ġnicht": 4455, - "Ġfant": 4456, - "lied": 4457, - "Ġstatus": 4458, - "âĢĶâĢĶ": 4459, - "Ġfiles": 4460, - "Ġquant": 4461, - "file": 4462, - "Ġhospital": 4463, - "Ġremain": 4464, - "Ġreflect": 4465, - "ĠMac": 4466, - "47": 4467, - "Ġmicro": 4468, - "Ġok": 4469, - "Ġtut": 4470, - "othing": 4471, - "Ġstrength": 4472, - "param": 4473, - "Ġconstruction": 4474, - "Ġrace": 4475, - "Ġnotice": 4476, - "atus": 4477, - "Ġang": 4478, - "Why": 4479, - "çİ": 4480, - "empl": 4481, - "['": 4482, - "onents": 4483, - "ago": 4484, - "estern": 4485, - "iner": 4486, - "Ġoffered": 4487, - "icious": 4488, - "atively": 4489, - "Rec": 4490, - "hem": 4491, - "ena": 4492, - "####": 4493, - "Ġcells": 4494, - "Ġnames": 4495, - "Ġbrow": 4496, - "ela": 4497, - "Ġpal": 4498, - "inding": 4499, - "Ġbrain": 4500, - "Ġdress": 4501, - "ĠPaul": 4502, - "Ġwild": 4503, - "ĠBer": 4504, - "Ġtrade": 4505, - "with": 4506, - "These": 4507, - "Ġdies": 4508, - "dule": 4509, - "ho": 4510, - "ban": 4511, - "Ġfollowed": 4512, - "ashington": 4513, - "Ġarr": 4514, - "Ġpu": 4515, - "Ġcollabor": 4516, - "ĠStr": 4517, - "Ġton": 4518, - "Ġrap": 4519, - "ĠResearch": 4520, - "Ġslight": 4521, - "Ġcast": 4522, - "Ġarm": 4523, - "Ġluck": 4524, - "orry": 4525, - "Ġahead": 4526, - "Man": 4527, - "opped": 4528, - "ĠHot": 4529, - "friend": 4530, - "fe": 4531, - "Ġbottom": 4532, - "_{": 4533, - "ĠDist": 4534, - "æĿ¥": 4535, - "ĠAN": 4536, - "Don": 4537, - "Ġburn": 4538, - "Ġchem": 4539, - "ä¸Ĭ": 4540, - "ĠMod": 4541, - "DA": 4542, - "ifying": 4543, - "Ġmais": 4544, - "ĠIns": 4545, - "asure": 4546, - "Ġpages": 4547, - "Ġsports": 4548, - "ĠDie": 4549, - "Ġincome": 4550, - "Ġadvice": 4551, - "ĠMany": 4552, - "åĪ°": 4553, - "Ġupdate": 4554, - "ĠSal": 4555, - "Ġshot": 4556, - "Ġign": 4557, - "Ġpopulation": 4558, - "46": 4559, - "Your": 4560, - "Ġfactors": 4561, - "Ġafford": 4562, - "aper": 4563, - "amily": 4564, - "ĠRel": 4565, - "Ġextremely": 4566, - "ĠMicro": 4567, - "Ġtrend": 4568, - "Ġbra": 4569, - "ben": 4570, - "actions": 4571, - "Ġharm": 4572, - "Ġkept": 4573, - "Ġcatch": 4574, - "ĠPlay": 4575, - "essage": 4576, - "ĠRom": 4577, - "iable": 4578, - "Ġpand": 4579, - "Ġtro": 4580, - "While": 4581, - "ĠAM": 4582, - "Ġlock": 4583, - "url": 4584, - "Ġmeant": 4585, - "osition": 4586, - "Ġlots": 4587, - "ĠEuropean": 4588, - "Ġstatic": 4589, - "èĩ": 4590, - "err": 4591, - "ĠST": 4592, - "levant": 4593, - "ducation": 4594, - "Ġdating": 4595, - "Ġaus": 4596, - "ĠAv": 4597, - "ĠHol": 4598, - "iones": 4599, - "Ġwear": 4600, - "ĠPC": 4601, - "Ġwer": 4602, - "ĠUse": 4603, - "æķ": 4604, - "Ġbath": 4605, - "phone": 4606, - "anging": 4607, - "ĠSie": 4608, - "Ġphoto": 4609, - "ĠĊ": 4610, - "Ġshop": 4611, - "Ġbrother": 4612, - "Ġadvert": 4613, - "Ġprimary": 4614, - "Over": 4615, - "RA": 4616, - "bar": 4617, - "overy": 4618, - "soft": 4619, - "Ġgirls": 4620, - "Ġmist": 4621, - "Ġpayment": 4622, - "DE": 4623, - "88": 4624, - "ĠWindows": 4625, - "hand": 4626, - "Ġvehicle": 4627, - "ĠEv": 4628, - "ownload": 4629, - "Ġanti": 4630, - "Ġdim": 4631, - "Ġguid": 4632, - "redients": 4633, - "Ġproduce": 4634, - "Ġlaws": 4635, - "Ġreports": 4636, - "Ġpush": 4637, - "Ġresist": 4638, - "ĠInformation": 4639, - "ĠString": 4640, - "Ġshared": 4641, - "Ġnie": 4642, - "Ġrob": 4643, - "ses": 4644, - "Ġmort": 4645, - "Ġshoot": 4646, - "hens": 4647, - "Ġwhatever": 4648, - "Thank": 4649, - "Ġhat": 4650, - "ÈĽ": 4651, - "SP": 4652, - "ĠDavid": 4653, - "Ġrequires": 4654, - "etic": 4655, - "public": 4656, - "ĠSunday": 4657, - "ervice": 4658, - "Ne": 4659, - "ĠDan": 4660, - "ĠBel": 4661, - "Ġsociety": 4662, - "ologies": 4663, - "Ġhelped": 4664, - "rad": 4665, - "ĠMart": 4666, - "Ġhandle": 4667, - "âĢŀ": 4668, - "ĠClass": 4669, - "èµ": 4670, - "Ġchallenge": 4671, - "Ġbatter": 4672, - "ĠIndian": 4673, - "icine": 4674, - "udd": 4675, - "zer": 4676, - "Ġimpl": 4677, - "Ġwhose": 4678, - "Ġcra": 4679, - "BC": 4680, - "Ġaccur": 4681, - "!!!": 4682, - "Ġexisting": 4683, - "Ġcards": 4684, - "riage": 4685, - "Ġowners": 4686, - "Ġhar": 4687, - "Ġbag": 4688, - "Ġoccas": 4689, - "ĠTime": 4690, - "Ġincred": 4691, - "Ġvac": 4692, - "Ġcancer": 4693, - "osis": 4694, - "ungen": 4695, - "ander": 4696, - "ĠGovern": 4697, - "Ġschools": 4698, - "));": 4699, - "Ġseemed": 4700, - "Ġgenerally": 4701, - "ĠList": 4702, - "Ġstorage": 4703, - "ĠEast": 4704, - "Ġeine": 4705, - "tes": 4706, - "Ġeight": 4707, - "Ġmentioned": 4708, - "pective": 4709, - "Ġpassed": 4710, - "Ġnumer": 4711, - "iation": 4712, - "ĠYear": 4713, - "Ġsitu": 4714, - "Ġî": 4715, - "uj": 4716, - "icon": 4717, - "mo": 4718, - "rey": 4719, - "Ġpeace": 4720, - "uer": 4721, - "Ġprinc": 4722, - "Ġhusband": 4723, - "CC": 4724, - "Ġexpand": 4725, - "ĠThank": 4726, - "Ġmás": 4727, - "mes": 4728, - "Ġmir": 4729, - "EM": 4730, - "Ġchurch": 4731, - "ĠMag": 4732, - "cha": 4733, - "Ġannounced": 4734, - "Ġlose": 4735, - "Ste": 4736, - "150": 4737, - "Ġunc": 4738, - "isl": 4739, - "///": 4740, - "Ġcab": 4741, - "ras": 4742, - "olic": 4743, - "iber": 4744, - "ĠData": 4745, - "ancing": 4746, - "Ġbul": 4747, - "Ġideal": 4748, - "oin": 4749, - "Ġexperienced": 4750, - "Ġcritical": 4751, - "ĠInternet": 4752, - "().": 4753, - "Ġtips": 4754, - "lor": 4755, - "Ġfra": 4756, - "Ġjobs": 4757, - "agram": 4758, - "Ġcomfortable": 4759, - "ĠTex": 4760, - "!=": 4761, - "Ġresponsible": 4762, - "Ġdelivery": 4763, - "Ġinstance": 4764, - "ées": 4765, - "ĠHel": 4766, - "NA": 4767, - "ustr": 4768, - "Ġmap": 4769, - "ĠSam": 4770, - "Ġweekend": 4771, - "Ġmulti": 4772, - "how": 4773, - "rend": 4774, - "Ġinstruct": 4775, - "Ġmanage": 4776, - "Ġbillion": 4777, - "useum": 4778, - "Ġsurround": 4779, - "test": 4780, - "Ġinitial": 4781, - "Ġelectric": 4782, - "Ġreality": 4783, - "Ġlearned": 4784, - "Ġloan": 4785, - "Ġstick": 4786, - "ĠLike": 4787, - "Ġvacc": 4788, - "Ġgro": 4789, - "ĠBecause": 4790, - "hips": 4791, - "****************": 4792, - "rite": 4793, - "Ġmiles": 4794, - "Ġlab": 4795, - "oes": 4796, - "Ġattend": 4797, - "uman": 4798, - "Ġoffering": 4799, - "Ġdrug": 4800, - "eters": 4801, - "éģ": 4802, - "Ġelements": 4803, - "ĠOh": 4804, - "itar": 4805, - "Posted": 4806, - "Ġadvantage": 4807, - "Ġborn": 4808, - "Ġbutton": 4809, - "acters": 4810, - "Ġvalid": 4811, - "Ġpros": 4812, - "ĠPeople": 4813, - "lished": 4814, - "ĠMake": 4815, - "åİ": 4816, - "Ġonto": 4817, - "ĠTop": 4818, - "Ġunf": 4819, - "Ġsolid": 4820, - "42": 4821, - "æĢ": 4822, - "Ġmovement": 4823, - "ĊĊĠ": 4824, - "Ġdisapp": 4825, - "ĠJames": 4826, - "rael": 4827, - "gency": 4828, - "Ġoch": 4829, - "anned": 4830, - "span": 4831, - "inst": 4832, - "ĠChristian": 4833, - "Ġcart": 4834, - "ĠDec": 4835, - "><": 4836, - "Ġmental": 4837, - "Ġfan": 4838, - "ĠWord": 4839, - "Ġlarger": 4840, - "Ġdied": 4841, - "Ġpictures": 4842, - "ĠOnce": 4843, - "åĴĮ": 4844, - "ĠCare": 4845, - "ĠCas": 4846, - "Ġhappens": 4847, - "å¿": 4848, - "Ġefforts": 4849, - "Ġremove": 4850, - "Ġhelping": 4851, - "Ġwa": 4852, - "endo": 4853, - "Ġjourney": 4854, - "Ġpieces": 4855, - "usion": 4856, - "ota": 4857, - "value": 4858, - "Ġtherefore": 4859, - "ĠGeneral": 4860, - "Up": 4861, - "Ġworkers": 4862, - "Ġfinding": 4863, - "pat": 4864, - "Ġsecret": 4865, - "clusion": 4866, - "coming": 4867, - "ĠWashington": 4868, - "Ġmilitary": 4869, - "osh": 4870, - "Ġunit": 4871, - "Ġwaiting": 4872, - "Ġbow": 4873, - "atically": 4874, - "ĠFound": 4875, - "ummary": 4876, - "ech": 4877, - "well": 4878, - "Yes": 4879, - "ĠLife": 4880, - "Ġolder": 4881, - "ĠSaturday": 4882, - "Ġmonitor": 4883, - "pet": 4884, - "Ġmouth": 4885, - "ĠTest": 4886, - "Ġauch": 4887, - "Ġfans": 4888, - "Ġju": 4889, - "works": 4890, - "Acc": 4891, - "Ġheavy": 4892, - "Ġvs": 4893, - "Ġdepend": 4894, - "akers": 4895, - "Reg": 4896, - "ĠSur": 4897, - "è§": 4898, - "Ġclosed": 4899, - "Ġcoffee": 4900, - "Ġappropriate": 4901, - "Ġcontinued": 4902, - "ĠMal": 4903, - "Ġdanger": 4904, - "Ġguar": 4905, - "Ġtesting": 4906, - "Ġod": 4907, - "ĠPublic": 4908, - "Ġknows": 4909, - "anta": 4910, - "Ġletter": 4911, - "Some": 4912, - "erences": 4913, - "Ġsounds": 4914, - "Ġspl": 4915, - "Ġcos": 4916, - "rat": 4917, - "çĽ": 4918, - "asks": 4919, - "ideo": 4920, - "Ġfaith": 4921, - "Ġchallenges": 4922, - "IR": 4923, - "LO": 4924, - "wo": 4925, - "ursday": 4926, - "ĠCompany": 4927, - "ĠMonday": 4928, - "$\\": 4929, - "Ġindic": 4930, - "acht": 4931, - "Ġera": 4932, - "ĠMem": 4933, - "Ġdirection": 4934, - "Ġals": 4935, - "Ġnom": 4936, - "ĠIT": 4937, - "ternal": 4938, - "Ġgraph": 4939, - "Ġcounter": 4940, - "ĠCourt": 4941, - "var": 4942, - "inally": 4943, - "ĠMa": 4944, - "Ġpub": 4945, - "ĠSee": 4946, - "icken": 4947, - "ems": 4948, - "ĠSpr": 4949, - "Ġtree": 4950, - "ua": 4951, - "Ġsecure": 4952, - "iller": 4953, - "ĠPower": 4954, - "ednes": 4955, - "以": 4956, - "Ġtask": 4957, - "Ġfinish": 4958, - "ĠDef": 4959, - "equ": 4960, - "inese": 4961, - "ius": 4962, - "ĠCap": 4963, - "ffect": 4964, - "Ġrich": 4965, - "ĠOffice": 4966, - "ĠLord": 4967, - "roy": 4968, - "ĠRich": 4969, - "Ġmemory": 4970, - "Ġflex": 4971, - "æł": 4972, - "éĤ": 4973, - "ooking": 4974, - "ba": 4975, - "ĠHall": 4976, - "Ġlinks": 4977, - "Ġdefault": 4978, - "enses": 4979, - "Ġmanufacture": 4980, - "ference": 4981, - "åľ°": 4982, - "Ġmale": 4983, - "är": 4984, - "Of": 4985, - "ĠSil": 4986, - "ĠCam": 4987, - "cles": 4988, - "Key": 4989, - "Ġbeg": 4990, - "berg": 4991, - "uts": 4992, - "ç§": 4993, - "oles": 4994, - "ĠAtt": 4995, - "orial": 4996, - "ĠSet": 4997, - "ĠPrice": 4998, - "Ġscen": 4999, - "Please": 5000, - "Ġpool": 5001, - "zie": 5002, - "Ġenhance": 5003, - "};": 5004, - "Ġrepe": 5005, - "Ġdur": 5006, - "ĠYes": 5007, - "lies": 5008, - "Ġfuck": 5009, - "ĠProject": 5010, - "ĠForm": 5011, - "Oh": 5012, - "Ġrid": 5013, - "Ġrat": 5014, - "Ġweather": 5015, - "Ġcommunication": 5016, - "Ġdetermine": 5017, - "uesday": 5018, - "SE": 5019, - "ĠRepublic": 5020, - "195": 5021, - "Ġtransl": 5022, - "è¡": 5023, - "éĥ": 5024, - "Ġaward": 5025, - "Ġalbum": 5026, - "ortunately": 5027, - "Ġdella": 5028, - "Ġelement": 5029, - "Ġprepar": 5030, - "Ġexperiences": 5031, - "Ġdoctor": 5032, - "Ġdriving": 5033, - "Ġwatching": 5034, - "eline": 5035, - "Ġworry": 5036, - "ls": 5037, - "ĠSince": 5038, - "Ġactions": 5039, - "Ġcamera": 5040, - "Ġsympt": 5041, - "alls": 5042, - "eless": 5043, - "ya": 5044, - "ĠCheck": 5045, - "ĊĊĉ": 5046, - "Ġhotel": 5047, - "Ġexcept": 5048, - "Ġoptim": 5049, - "Ġconven": 5050, - "Ġconcent": 5051, - "ĠÐ": 5052, - "Inst": 5053, - "Set": 5054, - "ĠsiÄĻ": 5055, - "active": 5056, - "Ġpolic": 5057, - "Ġcharacters": 5058, - "Ġdemonstr": 5059, - "pan": 5060, - "unc": 5061, - "Ġepis": 5062, - "ĠFrench": 5063, - "](": 5064, - "Ġchat": 5065, - "ĠTrump": 5066, - "Ġcommit": 5067, - "Ġbalance": 5068, - "ĠProduct": 5069, - "78": 5070, - "Ġcompar": 5071, - "ĠLove": 5072, - "nel": 5073, - "perty": 5074, - "reme": 5075, - "Ġdiscover": 5076, - "Ġfinished": 5077, - "ala": 5078, - "ounce": 5079, - "Ġselection": 5080, - "fol": 5081, - "Ġkeeping": 5082, - "ĠBig": 5083, - "More": 5084, - "ĠVis": 5085, - "Ġflu": 5086, - "aren": 5087, - "400": 5088, - "Pr": 5089, - "Ġvent": 5090, - "âĢ¦]": 5091, - "amin": 5092, - "lete": 5093, - "Ġvideos": 5094, - "ria": 5095, - "Ġhonest": 5096, - "Ġcontroll": 5097, - "iva": 5098, - "Ġmaster": 5099, - "Ġpun": 5100, - "Ġgun": 5101, - "earn": 5102, - "Ġalt": 5103, - "Ġposts": 5104, - "ĠSom": 5105, - "ĠBoard": 5106, - "Ġrelax": 5107, - "Ġestablish": 5108, - "och": 5109, - "ednesday": 5110, - "Ġaudience": 5111, - "Ġinfo": 5112, - "inct": 5113, - "porary": 5114, - "Value": 5115, - "Ġfederal": 5116, - "ading": 5117, - "Ġvill": 5118, - "acement": 5119, - "CA": 5120, - "ĠBank": 5121, - "mark": 5122, - "Ġhighest": 5123, - "Ġdos": 5124, - "Ġforget": 5125, - "Ġsin": 5126, - "Ġdiagn": 5127, - "osure": 5128, - "Ġcommand": 5129, - "Ġcris": 5130, - "Ġ£": 5131, - "iat": 5132, - "ĠAmazon": 5133, - "Ġappoint": 5134, - "Ġopening": 5135, - "entially": 5136, - "Fr": 5137, - "rd": 5138, - "Ġtrain": 5139, - "ads": 5140, - "Ġlargest": 5141, - "ĠAnn": 5142, - "Ġorganizations": 5143, - "Ġseven": 5144, - "Ġserver": 5145, - "rer": 5146, - "OP": 5147, - "des": 5148, - "éĹ": 5149, - "ĠOpen": 5150, - "ĠUSA": 5151, - "iliar": 5152, - "Ġcontains": 5153, - "[âĢ¦]": 5154, - "ĠMiss": 5155, - "Che": 5156, - "ĠRob": 5157, - "ĠWater": 5158, - "Ġyes": 5159, - "Can": 5160, - "Ġfeat": 5161, - "iler": 5162, - "Ġmes": 5163, - "FF": 5164, - "iot": 5165, - "éĢ": 5166, - "Ġcloud": 5167, - "ĠAssociation": 5168, - "ĠMark": 5169, - "ocket": 5170, - "Ġsession": 5171, - "IA": 5172, - "zo": 5173, - "ĠTwitter": 5174, - "66": 5175, - "px": 5176, - "Ġopened": 5177, - "Ġcovered": 5178, - "Ġscore": 5179, - "çľ": 5180, - "Ġhomes": 5181, - "Ġcreative": 5182, - "ĠVol": 5183, - "inos": 5184, - "ĠCouncil": 5185, - "ĠTexas": 5186, - "ĠVe": 5187, - "Ġbehavior": 5188, - "aux": 5189, - "abase": 5190, - "Ġshape": 5191, - "ĠHist": 5192, - "len": 5193, - "Ġbill": 5194, - "Ġdaughter": 5195, - "ĊĠĠĠĠĠĠĠĠĠ": 5196, - "Ġclearly": 5197, - "Ġinput": 5198, - "iciency": 5199, - "Ġnamed": 5200, - "Ġefficient": 5201, - "hal": 5202, - "Ġfav": 5203, - "itors": 5204, - "41": 5205, - "Ġgain": 5206, - "cious": 5207, - "Ġiniti": 5208, - "Ġviews": 5209, - "acks": 5210, - "icians": 5211, - "td": 5212, - "Ġcentral": 5213, - "oi": 5214, - "ĠSing": 5215, - "Ġabsolutely": 5216, - "Ġcalls": 5217, - "Ġpandemic": 5218, - "Ġdirector": 5219, - "Just": 5220, - "Ġdecide": 5221, - "ĠChurch": 5222, - "aked": 5223, - "Ġearth": 5224, - "imb": 5225, - "ĠScience": 5226, - "Ġthus": 5227, - "Ġrelevant": 5228, - "Ġcaused": 5229, - "Am": 5230, - "comm": 5231, - "Ed": 5232, - "Ġshowed": 5233, - "Ġcolors": 5234, - "ĠFlor": 5235, - "Ġmagn": 5236, - "ervation": 5237, - "standing": 5238, - "Ġadapt": 5239, - "Ġcapacity": 5240, - "Ġrare": 5241, - "ĠSocial": 5242, - "su": 5243, - "Ġforms": 5244, - "Ġeconomy": 5245, - "Ġtransform": 5246, - "eld": 5247, - "Ġsand": 5248, - "Ġkid": 5249, - "ĠCong": 5250, - "Ġexercise": 5251, - "mod": 5252, - "85": 5253, - "iem": 5254, - "oyal": 5255, - "Ġparam": 5256, - "PA": 5257, - "owe": 5258, - "Ġotherwise": 5259, - "Ġtopic": 5260, - "known": 5261, - "ÈĻ": 5262, - "odd": 5263, - "tenance": 5264, - "Ġsont": 5265, - "rowd": 5266, - "Ġmotor": 5267, - "æĬ": 5268, - "ĠTHE": 5269, - "Ġbiggest": 5270, - "Ġbecomes": 5271, - "Ġtemperature": 5272, - "Ġquarter": 5273, - "æŶ": 5274, - "oster": 5275, - "Ġmission": 5276, - "Ġfabric": 5277, - "Ġdecor": 5278, - "CE": 5279, - "Time": 5280, - "Ġsmooth": 5281, - "ĠBritish": 5282, - "Ġreached": 5283, - "Ġacad": 5284, - "/><": 5285, - "icing": 5286, - "Ġsustain": 5287, - "ãģ": 5288, - "Ġcommunities": 5289, - "Ġfill": 5290, - "Ġfish": 5291, - "II": 5292, - "Ġanc": 5293, - "aine": 5294, - "åij": 5295, - "lands": 5296, - "door": 5297, - "Ġflo": 5298, - "ivo": 5299, - "Ġnegative": 5300, - "Ġsexual": 5301, - "ructure": 5302, - "ushed": 5303, - "Ġcore": 5304, - "Ġestablished": 5305, - "Ġincor": 5306, - "Ġmut": 5307, - "Like": 5308, - "æĥ": 5309, - "Ġannual": 5310, - "issions": 5311, - "Ġpresence": 5312, - "othes": 5313, - "roud": 5314, - "Ġinsp": 5315, - "ctors": 5316, - "Ġsugar": 5317, - "Ġentertain": 5318, - "unte": 5319, - "ĠCustom": 5320, - "Ġowner": 5321, - "ĠChild": 5322, - "kl": 5323, - "Ġeth": 5324, - "lear": 5325, - "Ġcompleted": 5326, - "uty": 5327, - "Well": 5328, - "Ġwilling": 5329, - "Ġsurg": 5330, - "Ġsources": 5331, - "']": 5332, - "èĥ": 5333, - "abled": 5334, - "Ġhelpful": 5335, - "Par": 5336, - "El": 5337, - "Ġestim": 5338, - "Ġalc": 5339, - "((": 5340, - "ĠRoad": 5341, - "Ġoperations": 5342, - "Ġbuying": 5343, - "sey": 5344, - "SA": 5345, - "Ġentry": 5346, - "Ġmajority": 5347, - "ĠDirector": 5348, - "Ġdoubt": 5349, - "ĠPay": 5350, - "itness": 5351, - "oma": 5352, - "Ġproperties": 5353, - "ez": 5354, - "ĠMo": 5355, - "Ġvision": 5356, - "OW": 5357, - "avig": 5358, - "omas": 5359, - "Ġexpress": 5360, - "ĠAlthough": 5361, - "Ġadding": 5362, - "Ġtraffic": 5363, - "ĠSol": 5364, - "azione": 5365, - "alle": 5366, - "43": 5367, - "anda": 5368, - "Ġnous": 5369, - "what": 5370, - "DF": 5371, - "ção": 5372, - "Ġos": 5373, - "Ġfunds": 5374, - "®": 5375, - "ima": 5376, - "ĠFil": 5377, - "clusive": 5378, - "ĠJew": 5379, - "Ġsud": 5380, - "mente": 5381, - "Ġcalcul": 5382, - "Ġdescribed": 5383, - "ĠApple": 5384, - "LA": 5385, - "\";": 5386, - "194": 5387, - "Ġvisual": 5388, - "Ġprepared": 5389, - "rian": 5390, - "Ġleaving": 5391, - "Ġformat": 5392, - "vol": 5393, - "Ġplaced": 5394, - "ĠDevelopment": 5395, - "Ġclasses": 5396, - "ĠCamp": 5397, - "Ġpassion": 5398, - "Ġencourag": 5399, - "Let": 5400, - "rier": 5401, - "abilities": 5402, - "ĠAustralia": 5403, - "ĠChar": 5404, - "Ġdistance": 5405, - "Ġadopt": 5406, - "Ġamb": 5407, - "pa": 5408, - "ipes": 5409, - "Ġserved": 5410, - "Ġrecipe": 5411, - "pass": 5412, - "Ġment": 5413, - ".'": 5414, - "ĠWhe": 5415, - "Ġreb": 5416, - "Ġhyd": 5417, - "ĠPress": 5418, - "estival": 5419, - "Ġmetal": 5420, - "ĠEach": 5421, - "Ġproduced": 5422, - "Ġdra": 5423, - "hab": 5424, - "ĠBra": 5425, - "Ġsea": 5426, - "Ġforeign": 5427, - "tered": 5428, - "Ġbright": 5429, - "Ġbonus": 5430, - "Ġplenty": 5431, - "Ġscene": 5432, - "Ġcream": 5433, - "edom": 5434, - "Ġwedding": 5435, - "ĠSun": 5436, - "Ġtechnical": 5437, - "Ġrelationships": 5438, - "ji": 5439, - "Ġjump": 5440, - "state": 5441, - "include": 5442, - "Ġsty": 5443, - "Ġring": 5444, - "wer": 5445, - "Ġtaste": 5446, - "Object": 5447, - "ĠEducation": 5448, - "Ġpair": 5449, - "Ġcop": 5450, - "ĠProfess": 5451, - "ĠRE": 5452, - "Ġopinion": 5453, - "ĠBack": 5454, - "Ġrestrict": 5455, - "Ġsport": 5456, - "rate": 5457, - "Ġdriver": 5458, - "ĠEngine": 5459, - "edy": 5460, - "ĠFore": 5461, - "ĠElect": 5462, - "Ġdeveloping": 5463, - "void": 5464, - "Ġdisp": 5465, - "Ġstandards": 5466, - "Ġleader": 5467, - "ĠSpe": 5468, - "Ġmine": 5469, - "gal": 5470, - "Ġteaching": 5471, - "77": 5472, - "ulated": 5473, - "Ġemp": 5474, - "MP": 5475, - "ungs": 5476, - "Ġlabor": 5477, - "Ġinspir": 5478, - "urd": 5479, - "Ġtotally": 5480, - "Ġice": 5481, - "ifications": 5482, - "ums": 5483, - "éĿ": 5484, - "Ġparties": 5485, - "ista": 5486, - "Ġwelcome": 5487, - "ĠClub": 5488, - "Ġforg": 5489, - "pected": 5490, - "Ġfashion": 5491, - "asp": 5492, - "ĠMichael": 5493, - "Per": 5494, - "éĤ£": 5495, - "æĶ": 5496, - "ĠDi": 5497, - "Ġtele": 5498, - "56": 5499, - "vin": 5500, - "Ġconversation": 5501, - "ĠInstitute": 5502, - "ĠRober": 5503, - "Ġlie": 5504, - "ĠIsrael": 5505, - "ĠChinese": 5506, - "fast": 5507, - "ĠZe": 5508, - "ĠMad": 5509, - "Ġrule": 5510, - "urb": 5511, - "idden": 5512, - "Ġestate": 5513, - "Ġfell": 5514, - "Ġreference": 5515, - "Hi": 5516, - "Ġremains": 5517, - "Ġheight": 5518, - "Ġbecoming": 5519, - "Ġoutput": 5520, - "Ġmode": 5521, - "Ġlaunch": 5522, - "å°±": 5523, - "antic": 5524, - "ô": 5525, - "Ġeste": 5526, - "May": 5527, - "ĠConst": 5528, - "function": 5529, - "ĠMary": 5530, - "Ġraised": 5531, - "Ġalg": 5532, - "IF": 5533, - "Ġexperts": 5534, - "ĠEs": 5535, - "pty": 5536, - "Ġrom": 5537, - "Ġsector": 5538, - "Ġbien": 5539, - "Are": 5540, - "Ġlisten": 5541, - "fit": 5542, - "Ġretail": 5543, - "ĠIS": 5544, - "Ġpackage": 5545, - "Comm": 5546, - "BA": 5547, - "Ġrank": 5548, - "ensions": 5549, - "ĠLou": 5550, - "Ġexhib": 5551, - "Ġsmaller": 5552, - "ů": 5553, - "post": 5554, - "ĠFood": 5555, - "ĠFre": 5556, - "Ġidentify": 5557, - "ulate": 5558, - "rip": 5559, - "Ġpractices": 5560, - "Ġplants": 5561, - "Phone": 5562, - "Ġasking": 5563, - "Ġstreet": 5564, - "Ġexcited": 5565, - "ĠQue": 5566, - "unning": 5567, - "Ġdiscussion": 5568, - "Ġschedule": 5569, - "Ġmail": 5570, - "ishes": 5571, - "xy": 5572, - "iture": 5573, - "ĠJer": 5574, - "ĠStar": 5575, - "apers": 5576, - "fs": 5577, - "Ġadvance": 5578, - "ĠAlex": 5579, - "Ġegg": 5580, - "Ġawesome": 5581, - "ĠFrance": 5582, - "Ġdecre": 5583, - "user": 5584, - "Ġcheap": 5585, - "Ġswitch": 5586, - "59": 5587, - "Ġscale": 5588, - "oir": 5589, - "ĠBre": 5590, - "Ġartist": 5591, - "Ġcitiz": 5592, - "Ġnumerous": 5593, - "Ġcentury": 5594, - "Ġwinter": 5595, - "Ġshowing": 5596, - "appy": 5597, - "ĠAnal": 5598, - "ĠArch": 5599, - "Ġjournal": 5600, - "ader": 5601, - "Ġspect": 5602, - "Ġclaims": 5603, - "ĠClick": 5604, - "pace": 5605, - "eder": 5606, - "Ġban": 5607, - "ĠLog": 5608, - "Ġvoor": 5609, - "aire": 5610, - "vi": 5611, - "osen": 5612, - "ĠBuild": 5613, - "Ġminute": 5614, - "Ġcoverage": 5615, - "Ġconnected": 5616, - "ync": 5617, - "Ġtight": 5618, - "Ġassert": 5619, - "ĠExt": 5620, - "ete": 5621, - "rc": 5622, - "ĠUnder": 5623, - "Ġauto": 5624, - "Ġspring": 5625, - "Ġdecisions": 5626, - "Ġplug": 5627, - "izz": 5628, - "Ġfilter": 5629, - "ulations": 5630, - "Ġevening": 5631, - "Ġanimals": 5632, - "night": 5633, - "Ġindex": 5634, - "ĠFranc": 5635, - "(),": 5636, - "Ġposted": 5637, - "çī": 5638, - "ĠPerson": 5639, - "izer": 5640, - "yth": 5641, - "Ġshopping": 5642, - "Ġdespite": 5643, - "Ġbeat": 5644, - "semb": 5645, - "Ġleaves": 5646, - "Ġalternative": 5647, - "Ġrapid": 5648, - "çĿ": 5649, - "Ġchanging": 5650, - "Ġingredients": 5651, - "Ġprocesses": 5652, - "Ġpresented": 5653, - "press": 5654, - "ĠView": 5655, - "Ġexplain": 5656, - "Ġwine": 5657, - "Ġapart": 5658, - "Ġbought": 5659, - "prise": 5660, - "Ġseparate": 5661, - "Ġmostly": 5662, - "Ġstation": 5663, - "ko": 5664, - "ĠReal": 5665, - "sub": 5666, - "you": 5667, - "Ġä": 5668, - "ĻĤ": 5669, - "Ġarticles": 5670, - "Ġjoined": 5671, - "ĠExper": 5672, - "ĠID": 5673, - "&&": 5674, - "});": 5675, - "Ġvote": 5676, - "anted": 5677, - "Ġexpensive": 5678, - "ups": 5679, - "ĠBay": 5680, - "ĠSaf": 5681, - "Ġpoly": 5682, - "Ġselected": 5683, - "._": 5684, - "ston": 5685, - "Ġmotiv": 5686, - "Ġdyn": 5687, - "Ġassum": 5688, - "âĢ¦.": 5689, - "ĠTheir": 5690, - "ears": 5691, - "æ°": 5692, - "Ġneighbor": 5693, - "hent": 5694, - "ĠThursday": 5695, - "Ġslot": 5696, - "Ġfunctions": 5697, - "respond": 5698, - "Ġsymptoms": 5699, - "ye": 5700, - "Ġeating": 5701, - "ĠOrgan": 5702, - "Ġcivil": 5703, - "Ġmanager": 5704, - "outs": 5705, - "éd": 5706, - "Ġapprox": 5707, - "TS": 5708, - "Ġvirtual": 5709, - "coin": 5710, - "reek": 5711, - "Ġexplore": 5712, - "Ġtalent": 5713, - "iche": 5714, - "Ġexception": 5715, - "iden": 5716, - "level": 5717, - "anz": 5718, - "irgin": 5719, - "Ġprotected": 5720, - "ĠBlue": 5721, - "Ġputting": 5722, - "Ġpou": 5723, - "Ġfold": 5724, - "Ġslightly": 5725, - "iser": 5726, - "Ġfocused": 5727, - "Ġsudden": 5728, - "Ġsusp": 5729, - "åŃIJ": 5730, - "File": 5731, - "ti": 5732, - "Ġnos": 5733, - "Ġtypically": 5734, - "onds": 5735, - "ĠTom": 5736, - "Ġven": 5737, - "Ġended": 5738, - "Ref": 5739, - "Ġlisted": 5740, - "Ġappears": 5741, - "Ġmanaged": 5742, - "Ġadvanced": 5743, - "Ġshut": 5744, - "eller": 5745, - "ador": 5746, - "ĠCard": 5747, - "ali": 5748, - "Ġchair": 5749, - "Ġdetect": 5750, - "Ġmarkets": 5751, - "hi": 5752, - "Ġedge": 5753, - "ponse": 5754, - "Ġspending": 5755, - "omet": 5756, - "Ġunless": 5757, - "Ġcontinues": 5758, - "Ġdocuments": 5759, - "sem": 5760, - "ĠHave": 5761, - "Ġsau": 5762, - "})": 5763, - "Ġaccident": 5764, - "pret": 5765, - "Ġstarts": 5766, - "OD": 5767, - "58": 5768, - "Ġrecords": 5769, - "Ġfurn": 5770, - "ns": 5771, - "Ġcrowd": 5772, - "åĩº": 5773, - "ĠRef": 5774, - "Co": 5775, - "Ġcompre": 5776, - "Ġcombination": 5777, - "ĠDig": 5778, - "code": 5779, - "Ġthousands": 5780, - "Ġfilled": 5781, - "weet": 5782, - "wa": 5783, - "ĠTuesday": 5784, - "ĠHand": 5785, - "host": 5786, - "win": 5787, - "Ġinternal": 5788, - "Ġmeasures": 5789, - "Ġsequ": 5790, - "icit": 5791, - "ifts": 5792, - "Ġprofile": 5793, - "Ġalle": 5794, - "Ġtechniques": 5795, - "going": 5796, - "ĠEnt": 5797, - "ĠAfrica": 5798, - "yer": 5799, - "However": 5800, - "Error": 5801, - "Ġsets": 5802, - "OM": 5803, - "Ġagreement": 5804, - "Ġcorner": 5805, - "Ġcircum": 5806, - "éĺ": 5807, - "Ġfemale": 5808, - "Ġherself": 5809, - "Ġquiet": 5810, - "Ġflat": 5811, - "Ġfeels": 5812, - "Ġthr": 5813, - "Ġoperation": 5814, - "Ġwebsites": 5815, - "ĠColor": 5816, - "eles": 5817, - "otal": 5818, - "Rep": 5819, - "ĠLong": 5820, - "ĠCBD": 5821, - "while": 5822, - "Ġseconds": 5823, - "ön": 5824, - "oria": 5825, - "craft": 5826, - "Ġwaste": 5827, - "Ġintellig": 5828, - "Ġglad": 5829, - "ĠMex": 5830, - "57": 5831, - "ĠSa": 5832, - "which": 5833, - "Ġwalking": 5834, - "Ġcraft": 5835, - "umin": 5836, - "ĠFlorida": 5837, - "Ġmarriage": 5838, - "dis": 5839, - "å¦": 5840, - "Ġbeauty": 5841, - "onde": 5842, - "uries": 5843, - "Ġclimate": 5844, - "án": 5845, - "éc": 5846, - "Ġpoll": 5847, - "ĠFire": 5848, - "Ġbrief": 5849, - "Ġsnow": 5850, - "Ġtransm": 5851, - "Ġwerden": 5852, - "Ġrealize": 5853, - "Text": 5854, - "obe": 5855, - "ĠWho": 5856, - "!âĢĿ": 5857, - "case": 5858, - "Ġconstruct": 5859, - "Ġneck": 5860, - "ogen": 5861, - "Ġmenu": 5862, - "ĠMer": 5863, - "Ġfactor": 5864, - "Ġminimum": 5865, - "ende": 5866, - "Ġcompetition": 5867, - "Ġfamous": 5868, - "ript": 5869, - "Ġpossibly": 5870, - "inar": 5871, - "Ġholding": 5872, - "Ġsupposed": 5873, - "Ġveget": 5874, - "Ġanx": 5875, - "Ġproud": 5876, - "gage": 5877, - "ĠTwo": 5878, - "Ġarchitect": 5879, - "Ġtill": 5880, - "Aut": 5881, - "Ġsac": 5882, - "';": 5883, - "Ġfamiliar": 5884, - "ĠWednesday": 5885, - "itle": 5886, - "Ġreturned": 5887, - "ĠTeam": 5888, - "Ġcars": 5889, - "ĠLight": 5890, - "ĠStand": 5891, - "Ġbreath": 5892, - "Ġmedium": 5893, - "ĠIP": 5894, - "Ġruns": 5895, - "Ġsind": 5896, - "Ġthick": 5897, - "Out": 5898, - "Ġmaximum": 5899, - "oul": 5900, - "Us": 5901, - "eler": 5902, - "Ġpreviously": 5903, - "Ġprin": 5904, - "agen": 5905, - "odies": 5906, - "Ġindependent": 5907, - "Ġoder": 5908, - "250": 5909, - "ĠGrand": 5910, - "TE": 5911, - "rivate": 5912, - "ĠCommunity": 5913, - "elines": 5914, - "Ġrac": 5915, - "mar": 5916, - "ev": 5917, - "Ġtests": 5918, - "Ġgarden": 5919, - "ocolate": 5920, - "ĠTor": 5921, - "ĠMaybe": 5922, - "Ġrise": 5923, - "Ġpredict": 5924, - "Ġtrial": 5925, - "åIJİ": 5926, - "Ġarms": 5927, - "edia": 5928, - "Ġprofessionals": 5929, - "ĠCD": 5930, - "bal": 5931, - "ijn": 5932, - "Ġrandom": 5933, - "å±": 5934, - "ĠCommission": 5935, - "Ġleads": 5936, - "ami": 5937, - "Ġship": 5938, - "Ġfo": 5939, - "Ġtempl": 5940, - "elled": 5941, - "Ġlabel": 5942, - "Ġinfluence": 5943, - "Ġsitting": 5944, - "ĠðŁĻĤ": 5945, - "Ġnovel": 5946, - "Ġdinner": 5947, - "Ġnotes": 5948, - "Ġfort": 5949, - "estic": 5950, - "rid": 5951, - "iest": 5952, - "Exception": 5953, - "Ġstopped": 5954, - "ĠSy": 5955, - "Ġoperating": 5956, - "Ġpure": 5957, - "Ġsymbol": 5958, - "120": 5959, - "ĠDemocr": 5960, - "Ġdivers": 5961, - "());": 5962, - "ossible": 5963, - "orter": 5964, - "ĠMicrosoft": 5965, - "Ġpolicies": 5966, - "Ġinjury": 5967, - "ĠGen": 5968, - "idential": 5969, - "ĠTH": 5970, - "说": 5971, - "ĠMat": 5972, - "ĠEnd": 5973, - "ĠTO": 5974, - "Ġans": 5975, - "Ġconference": 5976, - "rooms": 5977, - "arp": 5978, - "Ġdedicated": 5979, - "Ġsalt": 5980, - "Ġtip": 5981, - "Comp": 5982, - "ér": 5983, - "Test": 5984, - "Ġanimal": 5985, - "ĊĉĠ": 5986, - "¦ģ": 5987, - "oken": 5988, - "Ġapplied": 5989, - "Ġmissing": 5990, - "Ġvolume": 5991, - "Ġcaught": 5992, - "rete": 5993, - "Ġelim": 5994, - "Ġmig": 5995, - "Ġkill": 5996, - "Ġsmile": 5997, - "una": 5998, - "Ġleadership": 5999, - "Ġstrategies": 6000, - "bd": 6001, - "Ġbird": 6002, - "Ġexchange": 6003, - "Ġrot": 6004, - "rees": 6005, - "fficient": 6006, - "Ġadvent": 6007, - "Ġproperly": 6008, - "rum": 6009, - "Ġrecommended": 6010, - "rix": 6011, - "Ġrestaurant": 6012, - "ira": 6013, - "Ġeventually": 6014, - "otes": 6015, - "Ġperformed": 6016, - "that": 6017, - "lock": 6018, - "ĠLo": 6019, - "Ġbound": 6020, - "erg": 6021, - "ĠStart": 6022, - "ambling": 6023, - "grad": 6024, - "Ġsettings": 6025, - "Ġremind": 6026, - "ĠNon": 6027, - "TH": 6028, - "Ġrub": 6029, - "Ġtherapy": 6030, - "Ġvictim": 6031, - "Pre": 6032, - "ĠSecurity": 6033, - "Ġboost": 6034, - "ĠMount": 6035, - "='": 6036, - "Ġconcerns": 6037, - "Ġsteel": 6038, - "orney": 6039, - "cho": 6040, - "Ġsad": 6041, - "];": 6042, - "Ġenjoyed": 6043, - "Ġnor": 6044, - "ĠLand": 6045, - "ohol": 6046, - "anges": 6047, - "istan": 6048, - "Ġraise": 6049, - "uled": 6050, - "iano": 6051, - "Ġride": 6052, - "Ġbrings": 6053, - "ĠIts": 6054, - "Ġgeneration": 6055, - "essions": 6056, - "rical": 6057, - "Ġliqu": 6058, - "Ġstret": 6059, - "Ġclassic": 6060, - "':": 6061, - "math": 6062, - "Ġinfect": 6063, - "ĠRock": 6064, - "Ġaux": 6065, - "Every": 6066, - "Ġselling": 6067, - "Ġworse": 6068, - "ĠUN": 6069, - "icial": 6070, - "Ġcleaning": 6071, - "ĠMedia": 6072, - "Ġinstr": 6073, - "ĠRiver": 6074, - "ĠWood": 6075, - "ĠWhere": 6076, - "Ġclinical": 6077, - "Ġprotein": 6078, - "onom": 6079, - "Ġdesire": 6080, - "Ġlegisl": 6081, - "Ġtheme": 6082, - "Ġchamp": 6083, - "ĠWomen": 6084, - "ĠLat": 6085, - "anged": 6086, - "æĦ": 6087, - "Ġwhom": 6088, - "Ġrepair": 6089, - "icago": 6090, - "Ġsched": 6091, - "Ġteacher": 6092, - "Ġaccompl": 6093, - "Ġdiscount": 6094, - "Ġlaun": 6095, - "Ġfunding": 6096, - "Fl": 6097, - "ĠTur": 6098, - "ĠOnly": 6099, - "Ġexperiment": 6100, - "SC": 6101, - "outhern": 6102, - "éĻ": 6103, - "Ġfaster": 6104, - "Ġplastic": 6105, - "Ġseat": 6106, - "Ġimportance": 6107, - "rome": 6108, - "Ġkilled": 6109, - "Ġupdated": 6110, - "amos": 6111, - "Ġexpression": 6112, - "Ġrooms": 6113, - "Ġspecies": 6114, - "Ġmas": 6115, - "Ġîn": 6116, - "Ġprocessing": 6117, - "ĠEngland": 6118, - "Ġkick": 6119, - "Ġcomponents": 6120, - "isk": 6121, - "aks": 6122, - "èĢĮ": 6123, - "Ġknowing": 6124, - "gers": 6125, - "Ġsie": 6126, - "Ġresidents": 6127, - "193": 6128, - "uable": 6129, - "Ġfootball": 6130, - "Ġorg": 6131, - "Ġrain": 6132, - "Ġsan": 6133, - "68": 6134, - "azine": 6135, - "ws": 6136, - "Ġconflic": 6137, - "ĠTake": 6138, - "Ġallowing": 6139, - "UL": 6140, - "Ġmaintenance": 6141, - "oga": 6142, - "Ġmarried": 6143, - "related": 6144, - "Ġimagine": 6145, - "{\\": 6146, - "ĠRad": 6147, - "rig": 6148, - "Ġcoord": 6149, - "ĠReport": 6150, - "State": 6151, - "ĠAdv": 6152, - "Ġaccounts": 6153, - "ĠBi": 6154, - "ĠSpecial": 6155, - "Ġcrim": 6156, - "sm": 6157, - "ĠJournal": 6158, - "First": 6159, - "Ġapps": 6160, - "ä¸ĭ": 6161, - "ĠMont": 6162, - "Ġassistance": 6163, - "grade": 6164, - "ĠBas": 6165, - "Ġfee": 6166, - "Ġminor": 6167, - "Ġjoint": 6168, - "Ġweap": 6169, - "Ġodd": 6170, - "ĠProt": 6171, - "Ġpanel": 6172, - "etime": 6173, - "Form": 6174, - "âĤ¬": 6175, - "Ġdepartment": 6176, - "life": 6177, - "Ġseek": 6178, - "ĠMot": 6179, - "æĭ": 6180, - "800": 6181, - "192": 6182, - "Ġmac": 6183, - "Ġvit": 6184, - "cm": 6185, - "69": 6186, - "--------------------------------": 6187, - "Ġpregn": 6188, - "Ġguard": 6189, - "idth": 6190, - "ät": 6191, - "Ġdrugs": 6192, - "aron": 6193, - "ĠMil": 6194, - "ĠMen": 6195, - "ĠCall": 6196, - "weight": 6197, - "Ġourselves": 6198, - "ĠToday": 6199, - "Ġfacilities": 6200, - "Ġbattle": 6201, - "Ġagency": 6202, - "Ġteach": 6203, - "Ġdogs": 6204, - "è¦ģ": 6205, - "Ġich": 6206, - "е": 6207, - "Ġcalling": 6208, - "Ġdepending": 6209, - "ĠAcad": 6210, - "ém": 6211, - "Ġscript": 6212, - "fil": 6213, - "ĠLes": 6214, - "ĠLake": 6215, - "ĠBill": 6216, - "Ġsister": 6217, - "ship": 6218, - "hop": 6219, - "ĠSmith": 6220, - "ĠProv": 6221, - "ĠFamily": 6222, - "Ġspecifically": 6223, - "Ġroot": 6224, - "Also": 6225, - "cos": 6226, - "ĠJul": 6227, - "Ġshel": 6228, - "under": 6229, - "anie": 6230, - "Ġholiday": 6231, - "then": 6232, - "eta": 6233, - "Ġdebt": 6234, - "Ġremoved": 6235, - "ML": 6236, - "Ġunivers": 6237, - "kin": 6238, - "hetic": 6239, - "ulous": 6240, - "Ġteachers": 6241, - "ĠFull": 6242, - "ĠShow": 6243, - "umer": 6244, - "Ġtrees": 6245, - "Ġsupported": 6246, - "ĠGeorge": 6247, - "Ġappeared": 6248, - "Ġanywhere": 6249, - "merce": 6250, - "isher": 6251, - "ĠIsland": 6252, - "ĠCentral": 6253, - "ĠLos": 6254, - "Ġcauses": 6255, - "ĠMatt": 6256, - "ĠNov": 6257, - "åĮ": 6258, - "Ġsenior": 6259, - "Ġstores": 6260, - "apping": 6261, - "ĠMass": 6262, - "ride": 6263, - "itz": 6264, - "52": 6265, - "inte": 6266, - "Ġdial": 6267, - "Ġstanding": 6268, - "stract": 6269, - "Ġphil": 6270, - "Ġtheory": 6271, - "Ġgi": 6272, - "Part": 6273, - "Ġsigns": 6274, - "ĠMax": 6275, - "ĠType": 6276, - "ĠAndroid": 6277, - "ommod": 6278, - "а": 6279, - "ĠFoundation": 6280, - "ĠCarol": 6281, - "Ġlived": 6282, - "inating": 6283, - "Ġchain": 6284, - "Ġdeposit": 6285, - "ĠGovernment": 6286, - "ière": 6287, - "Ġshift": 6288, - "water": 6289, - "iveness": 6290, - "Last": 6291, - "Ġdefined": 6292, - "Ġstated": 6293, - "itionally": 6294, - "Ġcrypt": 6295, - "Ġchoices": 6296, - "RI": 6297, - "ni": 6298, - "ĠDu": 6299, - "sl": 6300, - "ĠBrown": 6301, - "Ġsignificantly": 6302, - "ĠDisc": 6303, - "'.": 6304, - "Ġweak": 6305, - "Ġmovies": 6306, - "Ġhearing": 6307, - "Ġbattery": 6308, - "cht": 6309, - "Ġwir": 6310, - "Ġchemical": 6311, - "Ġstone": 6312, - "ĠDE": 6313, - "uz": 6314, - "GB": 6315, - "ĠMusic": 6316, - "PC": 6317, - "Sub": 6318, - "Ġjoy": 6319, - "Ġfailed": 6320, - "Ġoccup": 6321, - "Ġsimpl": 6322, - "Ġessay": 6323, - "Ġconsequ": 6324, - "ĊĊĠĠĠĠĠĠĠĠ": 6325, - "owa": 6326, - "ords": 6327, - "Ġran": 6328, - "eper": 6329, - "ĠMach": 6330, - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 6331, - "Ġhell": 6332, - "cia": 6333, - "Ġcorrespond": 6334, - "Ġfees": 6335, - "Ġwinning": 6336, - "Ġmachines": 6337, - "Ġfields": 6338, - "ĠOper": 6339, - "Ġprincip": 6340, - "can": 6341, - "Ġnone": 6342, - "Ġroof": 6343, - "uality": 6344, - "Ġinn": 6345, - "Ġlovely": 6346, - "Ġfle": 6347, - "Ġenvironmental": 6348, - "ĠTim": 6349, - "Ġfriendly": 6350, - "ĠGame": 6351, - "ĠInstagram": 6352, - "Ġspr": 6353, - "Ġadministration": 6354, - "ĠHill": 6355, - "Fe": 6356, - "trans": 6357, - "TIT": 6358, - "Ġappreciate": 6359, - "Ġexciting": 6360, - "ĠDen": 6361, - "Ġsevere": 6362, - "æŀ": 6363, - "Ġlaugh": 6364, - "Ġarray": 6365, - "Ġcrisis": 6366, - "ĠKeep": 6367, - "Ġlibrary": 6368, - "Ġbutter": 6369, - "fin": 6370, - "Ġaspects": 6371, - "Ġcourses": 6372, - "67": 6373, - "rics": 6374, - "Ġfixed": 6375, - "Ġbei": 6376, - "Ġradio": 6377, - "Ent": 6378, - "FA": 6379, - "Ġvolunte": 6380, - "Ġparticipants": 6381, - "Ġtrav": 6382, - "Ġtrading": 6383, - "ĠEner": 6384, - "See": 6385, - "Ġinvent": 6386, - "ĠDiv": 6387, - "atal": 6388, - "Ġforces": 6389, - "olve": 6390, - "ĠTechnology": 6391, - "inations": 6392, - "Ġpaying": 6393, - "Ġgod": 6394, - "rency": 6395, - "Info": 6396, - "ĠAbout": 6397, - "Ġunits": 6398, - "ku": 6399, - "Ġanaly": 6400, - "Ġcm": 6401, - "Ġthread": 6402, - "ema": 6403, - "nic": 6404, - "Ġze": 6405, - "Ġresource": 6406, - "ÅĦ": 6407, - "Log": 6408, - "Ġguests": 6409, - "Ġcities": 6410, - "Ġprovider": 6411, - "Ġkinds": 6412, - "ĠMedical": 6413, - "Ġsurvey": 6414, - "js": 6415, - "abet": 6416, - "Ġresponsibility": 6417, - "LC": 6418, - "ĠCA": 6419, - "Any": 6420, - "Ġbusy": 6421, - "Ġscr": 6422, - "rm": 6423, - "Ġcircumst": 6424, - "ĠFrank": 6425, - "Ġfantastic": 6426, - "isco": 6427, - "Ġfeedback": 6428, - "Ġvirus": 6429, - "çĿĢ": 6430, - "stream": 6431, - "Ġexamples": 6432, - "Ġimpress": 6433, - "Ġacid": 6434, - "irty": 6435, - "VE": 6436, - "ells": 6437, - "ĠGerman": 6438, - "Ġcloser": 6439, - "parent": 6440, - "Ġoblig": 6441, - "Ġdollars": 6442, - "Ġchannel": 6443, - "Ġbroken": 6444, - "Ġbelong": 6445, - "Ġfuel": 6446, - "Ġtelling": 6447, - "pload": 6448, - "Ġbeach": 6449, - "ĠSand": 6450, - "ifier": 6451, - "Ġsuit": 6452, - "ĠMel": 6453, - "Ġcultural": 6454, - "Ġcolumn": 6455, - "Ġmanner": 6456, - "Ġperspective": 6457, - "long": 6458, - "redit": 6459, - "wing": 6460, - "è´": 6461, - "isa": 6462, - "ocument": 6463, - "Ġsoul": 6464, - "ĠNOT": 6465, - "alled": 6466, - "Ġot": 6467, - "ĠId": 6468, - "reens": 6469, - "èĩª": 6470, - "ĠâĤ¬": 6471, - "ĠDou": 6472, - "çº": 6473, - "191": 6474, - "Ġvor": 6475, - "ooks": 6476, - "Ġlocations": 6477, - "esterday": 6478, - "ĠIndust": 6479, - "ĠAccording": 6480, - "éĩĮ": 6481, - "Ġcir": 6482, - "jo": 6483, - "Ġlui": 6484, - "Ġdescription": 6485, - "ĠRest": 6486, - "Ġapparent": 6487, - "åı¯": 6488, - "ĠMain": 6489, - "ĠEarth": 6490, - "lication": 6491, - "bb": 6492, - "Pe": 6493, - "Ġargument": 6494, - "uster": 6495, - "ĠTer": 6496, - "Ġpulled": 6497, - "erent": 6498, - "map": 6499, - "âĦ": 6500, - "Class": 6501, - "Ġgather": 6502, - "Ġwie": 6503, - "ĠHa": 6504, - "Ġpromote": 6505, - "TA": 6506, - "Ġses": 6507, - "ĠGermany": 6508, - "Mod": 6509, - "Ġtrouble": 6510, - "Ġreduced": 6511, - "Ġemergency": 6512, - "iti": 6513, - "Rel": 6514, - "VER": 6515, - "ĠPlus": 6516, - "Ġartists": 6517, - "ĠInvest": 6518, - "Ġprepare": 6519, - "Ġsouth": 6520, - "iene": 6521, - "Ġsolo": 6522, - ":=": 6523, - "Ġdiscovered": 6524, - "olars": 6525, - "arrow": 6526, - "())": 6527, - "Def": 6528, - "ioni": 6529, - "ptions": 6530, - "ques": 6531, - "yan": 6532, - "ĠCEO": 6533, - "Ġspeaking": 6534, - "éģĵ": 6535, - "iten": 6536, - "Ġbrown": 6537, - "Ġwindows": 6538, - "TITLE": 6539, - "Ġregister": 6540, - "Ġconsidering": 6541, - "PE": 6542, - "About": 6543, - "Ġwriter": 6544, - "PR": 6545, - "Ġcorporate": 6546, - "phas": 6547, - "Ġpurpos": 6548, - "600": 6549, - "bsite": 6550, - "eria": 6551, - "Ġhyp": 6552, - "Ġagent": 6553, - "Ġfailure": 6554, - "oses": 6555, - "Ġmere": 6556, - "Ġmilk": 6557, - "ĠSign": 6558, - "51": 6559, - "°": 6560, - "Ġpued": 6561, - "Ġhate": 6562, - "ĠDownload": 6563, - "Ġperman": 6564, - "ibilities": 6565, - "ĠWeek": 6566, - "draw": 6567, - "Ġfruit": 6568, - "uls": 6569, - "ĠLast": 6570, - "onym": 6571, - "rible": 6572, - "ĠMaster": 6573, - "Ġpump": 6574, - "Ġfing": 6575, - "Ġconfidence": 6576, - "ĠNY": 6577, - "ĠSon": 6578, - "iana": 6579, - "æ¯": 6580, - "ĠPet": 6581, - "Ġadults": 6582, - "////////": 6583, - "Ġforced": 6584, - "Ġmeat": 6585, - "Ġyouth": 6586, - "Ġtab": 6587, - "Ġcomme": 6588, - "Ġwire": 6589, - "ĠOld": 6590, - "Config": 6591, - "Ġcommitted": 6592, - "||": 6593, - "cal": 6594, - "ivered": 6595, - "Ġenable": 6596, - "acle": 6597, - "Ġbigger": 6598, - "ĠDuring": 6599, - "Ġtables": 6600, - "abe": 6601, - "ket": 6602, - "Ġmarg": 6603, - "Ġsigned": 6604, - "Ġwearing": 6605, - "ĠEnter": 6606, - "cean": 6607, - "ĠBeach": 6608, - "encia": 6609, - "ycl": 6610, - "Ġalleg": 6611, - "Ġfro": 6612, - "Ġsample": 6613, - "OC": 6614, - "Ġdistribution": 6615, - "Ġupdates": 6616, - "Ġwy": 6617, - "Ġconfirm": 6618, - "Source": 6619, - "Ġsole": 6620, - "page": 6621, - "TC": 6622, - "Ġpray": 6623, - "ĠSupport": 6624, - "Ġdelicious": 6625, - "Ġdetailed": 6626, - "comes": 6627, - "ĠCommittee": 6628, - "ême": 6629, - "äºİ": 6630, - "Ġstars": 6631, - "ĠPack": 6632, - "rec": 6633, - "FL": 6634, - "hensive": 6635, - "Ġdetermined": 6636, - ":\"": 6637, - "Ġli": 6638, - "Ġshock": 6639, - "Ġsongs": 6640, - "ĠEqu": 6641, - "rav": 6642, - "ĠBuy": 6643, - "åī": 6644, - "imm": 6645, - "onna": 6646, - "antee": 6647, - "ults": 6648, - "Ġci": 6649, - "oration": 6650, - "Ġtechnologies": 6651, - "Ġped": 6652, - "ĠRussia": 6653, - "Ġtag": 6654, - "uis": 6655, - "ĠControl": 6656, - "Ġiron": 6657, - "Ġemployee": 6658, - "ĠOffic": 6659, - "agon": 6660, - "encing": 6661, - "zt": 6662, - "gent": 6663, - "Ġtun": 6664, - "Ġproviders": 6665, - "adian": 6666, - "ĠAmericans": 6667, - "Ġappearance": 6668, - "ĠFind": 6669, - "Ser": 6670, - "ĠParis": 6671, - "Trans": 6672, - "link": 6673, - "Ġnoted": 6674, - "Ġelection": 6675, - "ĠUk": 6676, - "ĠFund": 6677, - "ĠSoft": 6678, - "Ġautomatically": 6679, - "Ġorders": 6680, - "Ġhurt": 6681, - "Ġaid": 6682, - "ĠTimes": 6683, - "burg": 6684, - "ĠChicago": 6685, - "Ġequal": 6686, - "Ġtor": 6687, - "Ġbless": 6688, - "ĠHead": 6689, - "last": 6690, - "Ġshipping": 6691, - "ĠAccess": 6692, - "Ġking": 6693, - "Ġbringing": 6694, - "person": 6695, - "Ġtea": 6696, - "ummies": 6697, - "54": 6698, - "Ġepisode": 6699, - "Press": 6700, - "Ġble": 6701, - "ipl": 6702, - "DS": 6703, - "Ġsurgery": 6704, - "Ġloans": 6705, - "Ġrecovery": 6706, - "ĠConnect": 6707, - "Ġlux": 6708, - "ĠHam": 6709, - "Event": 6710, - "Ġwalked": 6711, - "uh": 6712, - "Em": 6713, - "ĠDistrict": 6714, - "ician": 6715, - "Ġtough": 6716, - "!)": 6717, - "Ġbrands": 6718, - "âĦ¢": 6719, - "Size": 6720, - "bert": 6721, - "Ġrend": 6722, - "Ġintroduced": 6723, - "ĠRussian": 6724, - "Ġcombined": 6725, - "scape": 6726, - "Ġcoach": 6727, - "Ġcarried": 6728, - "Ġdatabase": 6729, - "ĠpiÃ": 6730, - "Ġdiss": 6731, - "Ġofficials": 6732, - "irmed": 6733, - "comp": 6734, - "ogue": 6735, - "ĠGlobal": 6736, - "Ġvisitors": 6737, - "Ġmessages": 6738, - "Service": 6739, - "Ġreligious": 6740, - "ÅĽci": 6741, - "Ġsuitable": 6742, - "Ġinterface": 6743, - "Ġtrig": 6744, - "Item": 6745, - "98": 6746, - "UE": 6747, - "imo": 6748, - "Ġinterests": 6749, - "ische": 6750, - "ensity": 6751, - "Ġserving": 6752, - "aped": 6753, - "Ġgest": 6754, - "Then": 6755, - "Ġwal": 6756, - "Ġmur": 6757, - "orthern": 6758, - "Ġcycle": 6759, - "Ġho": 6760, - "Ġfreedom": 6761, - "owing": 6762, - "Ġplays": 6763, - "dy": 6764, - "53": 6765, - "Ġfif": 6766, - "~~": 6767, - "è¿ĩ": 6768, - "Ġresearc": 6769, - "Ġreaders": 6770, - "Ġperfectly": 6771, - "iento": 6772, - "Ġentirely": 6773, - "Ġfollows": 6774, - "Ġnorth": 6775, - "ĠDev": 6776, - "amento": 6777, - "Ġsides": 6778, - "ĠAud": 6779, - "Ġjack": 6780, - "Ġdefense": 6781, - "ĠNetwork": 6782, - "Ġsquare": 6783, - "Ġtasks": 6784, - "ĠPhot": 6785, - "Ġnur": 6786, - "osa": 6787, - "Act": 6788, - "Ġviolence": 6789, - "Ġrevenue": 6790, - "ĠPolicy": 6791, - "usher": 6792, - "Ġconcerned": 6793, - "ĠOF": 6794, - "Ġstre": 6795, - "ĠPan": 6796, - "ĠBur": 6797, - "Ġför": 6798, - "Ġarrest": 6799, - "Ġinfrast": 6800, - "ĠWil": 6801, - "ischen": 6802, - "Path": 6803, - "Ġtail": 6804, - "Ġcere": 6805, - "Ġauth": 6806, - "struct": 6807, - "Ġast": 6808, - "ĠManager": 6809, - "Ġcitizens": 6810, - "lam": 6811, - "ĠVirgin": 6812, - "Ġemotional": 6813, - "ĠDoes": 6814, - "ĠObama": 6815, - "Ġencourage": 6816, - "Sec": 6817, - "Ġcategory": 6818, - "æİ": 6819, - "osoph": 6820, - "Another": 6821, - "secut": 6822, - "ĠHuman": 6823, - "ĠUnion": 6824, - "bi": 6825, - "ère": 6826, - "Ġaffected": 6827, - "top": 6828, - "Ġnach": 6829, - "Ġfacility": 6830, - "Ġsurprise": 6831, - "ä¿": 6832, - "Ġentr": 6833, - "prene": 6834, - "Ġassets": 6835, - "Ġacademic": 6836, - "ingly": 6837, - "Ġstood": 6838, - "Ġgreatest": 6839, - "oz": 6840, - "Ġpills": 6841, - "Ġconsumers": 6842, - "ULL": 6843, - "Where": 6844, - "osite": 6845, - "ori": 6846, - "Ġdecades": 6847, - "Ġseeking": 6848, - "noon": 6849, - "Ġvary": 6850, - "Ġeffectively": 6851, - "Ġfavour": 6852, - "arts": 6853, - "Ġpharm": 6854, - "ĠCongress": 6855, - "Ġsick": 6856, - "ersion": 6857, - "Ġhappening": 6858, - "ĠMult": 6859, - "ĠpÅĻ": 6860, - "Ġoccasion": 6861, - "Ġeditor": 6862, - "Ġlicense": 6863, - "Ġanswers": 6864, - "ĠParty": 6865, - "Ġconvert": 6866, - "Ġflight": 6867, - "Ġintended": 6868, - "df": 6869, - "Ġturns": 6870, - "was": 6871, - "Ġpurposes": 6872, - ".[": 6873, - "Most": 6874, - "ĠScott": 6875, - "Ġcreation": 6876, - "Ġexcess": 6877, - "ĠIr": 6878, - "Ġmeal": 6879, - "arsh": 6880, - "Ġconsumer": 6881, - "Ġbreast": 6882, - "Ġindeed": 6883, - "Ġexplained": 6884, - "TER": 6885, - "ĠWal": 6886, - "Ġrealized": 6887, - "ĠIll": 6888, - "gas": 6889, - "ĠĠĠĠĠ": 6890, - "Ġprocedure": 6891, - "Ġborder": 6892, - "Ġsorry": 6893, - "BS": 6894, - "Click": 6895, - "Ġhighlight": 6896, - "bour": 6897, - "ĠPass": 6898, - "Ġimproved": 6899, - "Ġnoticed": 6900, - "Ġvehicles": 6901, - "Tube": 6902, - "ĠAfrican": 6903, - "pons": 6904, - "Ġont": 6905, - "config": 6906, - "Ġnavig": 6907, - "ĠCode": 6908, - "Inter": 6909, - "igan": 6910, - "Ġdass": 6911, - "anto": 6912, - "Ġaccommod": 6913, - "Dr": 6914, - "ĠAND": 6915, - "Ġslowly": 6916, - "Ġinstallation": 6917, - "ĠWall": 6918, - "avy": 6919, - "ĠGal": 6920, - "Ġsupporting": 6921, - "ĠPeter": 6922, - "cknow": 6923, - "Ġcette": 6924, - "According": 6925, - "Ġexpertise": 6926, - "ĠJud": 6927, - "ĠTherefore": 6928, - "ĠLeg": 6929, - "Ġreturns": 6930, - "Ġreput": 6931, - "Ġclothes": 6932, - "Ġplate": 6933, - "Ġmassive": 6934, - "Ġidentified": 6935, - "Ġshoes": 6936, - "road": 6937, - "ĠSeries": 6938, - "Ass": 6939, - "Rem": 6940, - "Ġfundament": 6941, - "AA": 6942, - "ighter": 6943, - "ĠJapanese": 6944, - "ĠSociety": 6945, - "ĠLink": 6946, - "Ġidentity": 6947, - "uns": 6948, - "ĠBoth": 6949, - "Ġindustrial": 6950, - "Ġhousing": 6951, - "Ġempty": 6952, - "ãĥ": 6953, - "look": 6954, - "Ġinstalled": 6955, - "Ġjak": 6956, - "ĠHy": 6957, - "){": 6958, - "Ġaudio": 6959, - "Ġtur": 6960, - "Ġlift": 6961, - "ĠThomas": 6962, - "Ġscientific": 6963, - "ograp": 6964, - "à¸": 6965, - "Ġcro": 6966, - "uten": 6967, - "Ġhur": 6968, - "Ġremote": 6969, - "erves": 6970, - "car": 6971, - "ĠEU": 6972, - "achel": 6973, - "ĠAuthor": 6974, - "ATE": 6975, - "Ġrelatively": 6976, - "emporary": 6977, - "Ġtells": 6978, - "Ġimpossible": 6979, - "Ġfolks": 6980, - "Ġfoods": 6981, - "Ġgall": 6982, - "ĠĠĠĠĠĠĠ": 6983, - "Ġapproved": 6984, - "apes": 6985, - "Since": 6986, - "Ġmoments": 6987, - "Ġinterpret": 6988, - "ulture": 6989, - "Gener": 6990, - "ae": 6991, - "adas": 6992, - "ĠInstead": 6993, - "Back": 6994, - "Dis": 6995, - "Ġtwice": 6996, - "she": 6997, - "Ġvotre": 6998, - "Ġvital": 6999, - "Ġdifferen": 7000, - "190": 7001, - "Ġvul": 7002, - "Map": 7003, - "________________": 7004, - "Ġstim": 7005, - "Ġdesigns": 7006, - "Ġusual": 7007, - "ono": 7008, - "ĠAtl": 7009, - "hus": 7010, - "Ġpractical": 7011, - "Ġannounce": 7012, - "çĦ": 7013, - "obs": 7014, - "ĠWestern": 7015, - "Ġtreated": 7016, - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 7017, - "Ġstd": 7018, - "itÃł": 7019, - "acer": 7020, - "Other": 7021, - "ĠRobert": 7022, - "Ġteeth": 7023, - "sole": 7024, - "ĠAdminist": 7025, - "Ġclar": 7026, - "Ġadministr": 7027, - "Ġlaunched": 7028, - "Ġarrived": 7029, - "bles": 7030, - "Ġmatters": 7031, - "Ġmm": 7032, - "Ġreliable": 7033, - "Ġwealth": 7034, - "HA": 7035, - "ĠLeague": 7036, - "requ": 7037, - "Ġchest": 7038, - "Ġuniversity": 7039, - "%.": 7040, - "Ġnuc": 7041, - "ĠKore": 7042, - "Ġcutting": 7043, - "Ġtruck": 7044, - "Ġath": 7045, - "ĠChamp": 7046, - "Ġdiam": 7047, - "Ġliked": 7048, - "Ġcontrast": 7049, - "agg": 7050, - "Ġru": 7051, - "Ġadvertising": 7052, - "Ġfly": 7053, - "pie": 7054, - "length": 7055, - "çŁ": 7056, - "Ġcomponent": 7057, - "ahr": 7058, - "vy": 7059, - "EW": 7060, - "CL": 7061, - "çĶŁ": 7062, - "Ġbread": 7063, - "Ġphase": 7064, - "olo": 7065, - "Gr": 7066, - "Ġicon": 7067, - "Ġchicken": 7068, - "Ġfrequently": 7069, - "Ġdance": 7070, - "ĠQuest": 7071, - "Many": 7072, - "Good": 7073, - "otic": 7074, - "ĠLim": 7075, - "endar": 7076, - "][": 7077, - "Ġjed": 7078, - "ĠThose": 7079, - "andon": 7080, - "ĠEp": 7081, - "erd": 7082, - "Art": 7083, - "azz": 7084, - "Ġvaluable": 7085, - "Ġassign": 7086, - "Ġcharges": 7087, - "estyle": 7088, - "esch": 7089, - "index": 7090, - "Ġefficiency": 7091, - "Ġhousehold": 7092, - "Ġteen": 7093, - "ĠOil": 7094, - "ĠCost": 7095, - "Ġvend": 7096, - "Ġhorse": 7097, - "Ġbike": 7098, - "}$": 7099, - "Ġproposed": 7100, - "Ġconstantly": 7101, - "kins": 7102, - "ĠAT": 7103, - "Ġinstructions": 7104, - "ĠDate": 7105, - "cons": 7106, - "Once": 7107, - "Ġwidth": 7108, - "Ġlights": 7109, - "aze": 7110, - "ĠCasino": 7111, - "âĢĻ.": 7112, - "ployment": 7113, - "ĠJoe": 7114, - "anche": 7115, - "ĠBit": 7116, - "Ġforest": 7117, - "Ġbear": 7118, - "ingu": 7119, - "Ġlit": 7120, - "ĠDigital": 7121, - "Ġapproximately": 7122, - "levision": 7123, - "Ġdangerous": 7124, - "ancer": 7125, - "Ġprivacy": 7126, - "kes": 7127, - "Ġroute": 7128, - "ĠDom": 7129, - "Ġrough": 7130, - "writ": 7131, - "Ġends": 7132, - "Ġhealthcare": 7133, - "vas": 7134, - "oco": 7135, - "real": 7136, - "isse": 7137, - "Ġmuscle": 7138, - "IO": 7139, - "adow": 7140, - "PM": 7141, - "Ġbare": 7142, - "Ġcheese": 7143, - "ormal": 7144, - "Ġcircumstances": 7145, - "Ġplatforms": 7146, - "Ġcrazy": 7147, - "ĠNor": 7148, - "ijk": 7149, - "erest": 7150, - "Ġcarbon": 7151, - "Ġinspired": 7152, - "ĠKnow": 7153, - "Ġkeeps": 7154, - "orough": 7155, - "Ġmissed": 7156, - "define": 7157, - "ĠLouis": 7158, - "180": 7159, - "Ġmel": 7160, - "Ġlayer": 7161, - "arrant": 7162, - "Ġdelivered": 7163, - "Ġprison": 7164, - "iro": 7165, - "Ġgambling": 7166, - "Ġturning": 7167, - "anna": 7168, - "ATION": 7169, - "onav": 7170, - "connect": 7171, - "Ġgrab": 7172, - "Ġpicked": 7173, - "enda": 7174, - "Ġmechanism": 7175, - "Ġsono": 7176, - "Ġaccepted": 7177, - "Ġdepart": 7178, - "Ġpra": 7179, - "Ġhero": 7180, - "ĠiPhone": 7181, - "Best": 7182, - "Ġdestroy": 7183, - "ĠVideo": 7184, - "Ġalcohol": 7185, - "Ġjest": 7186, - "ĠHistory": 7187, - "max": 7188, - "ĠMuseum": 7189, - "mat": 7190, - "Ġproof": 7191, - "Ġhundreds": 7192, - "Ġspeech": 7193, - "ushing": 7194, - "ĠValley": 7195, - "Ġsituations": 7196, - "ĠVict": 7197, - "ĠRight": 7198, - "Ġren": 7199, - "Ġfunny": 7200, - "Fig": 7201, - "hered": 7202, - "away": 7203, - "Ġlad": 7204, - "blog": 7205, - "ĠSecret": 7206, - "Ġdivid": 7207, - "Ġaffordable": 7208, - "Ġcute": 7209, - "ĠTable": 7210, - "ĠEconom": 7211, - "Ġpremium": 7212, - "Ġagreed": 7213, - "Ġtak": 7214, - "ç«": 7215, - "Ġcha": 7216, - "EE": 7217, - "aria": 7218, - "Ġtiss": 7219, - "Ġoutdoor": 7220, - "Ġsurprised": 7221, - "aba": 7222, - "Ġisol": 7223, - "build": 7224, - "Ġprofit": 7225, - "Ġsumm": 7226, - "ĠLuc": 7227, - "Ġinfection": 7228, - "Ġwitness": 7229, - "ĠAff": 7230, - "Ġlunch": 7231, - "ĠLive": 7232, - "Ġchose": 7233, - "Ġhung": 7234, - "Ġcooking": 7235, - "ĠRev": 7236, - "Ġcabin": 7237, - "Ġgoods": 7238, - "Ġhabit": 7239, - "Ġdei": 7240, - "ĠJim": 7241, - "gt": 7242, - "ĠMA": 7243, - "Ġsupports": 7244, - "Ġtopics": 7245, - "Sim": 7246, - "ĠMinister": 7247, - "Ġchosen": 7248, - "ĠON": 7249, - "Ġnatur": 7250, - "ample": 7251, - "Ġhadn": 7252, - "Ġslots": 7253, - "Ġgaming": 7254, - "ican": 7255, - "Ġwet": 7256, - "Ġinfrastructure": 7257, - "Ġelev": 7258, - "ĠKey": 7259, - "Att": 7260, - "');": 7261, - "79": 7262, - "Ġmg": 7263, - "Ġkne": 7264, - "Ġmonthly": 7265, - "ĠJose": 7266, - "Ġdoors": 7267, - "sembly": 7268, - "Ġpayments": 7269, - "Ġdish": 7270, - "Ġanyway": 7271, - "\"\"\"": 7272, - "Ġreplace": 7273, - "oted": 7274, - "count": 7275, - "Ġmotion": 7276, - "iert": 7277, - "%)": 7278, - "raid": 7279, - "info": 7280, - "Ġdomain": 7281, - "Who": 7282, - "Ġdifferences": 7283, - "ĠAccount": 7284, - "Check": 7285, - "apped": 7286, - "ted": 7287, - "flow": 7288, - "Hand": 7289, - "Ġworst": 7290, - "inch": 7291, - "Ġintent": 7292, - "Ġgrown": 7293, - "Ġster": 7294, - "ĊĠĠĠĠĠĠĠĠĠĠ": 7295, - "(!": 7296, - "Ġextract": 7297, - "Ġvast": 7298, - "Ġpill": 7299, - "orders": 7300, - "abil": 7301, - "UP": 7302, - "Ġregularly": 7303, - "Ġear": 7304, - "Ġhumans": 7305, - "oking": 7306, - "Ġemphas": 7307, - "Ġhun": 7308, - "Ġincredible": 7309, - "Ġpatterns": 7310, - "Ġgrew": 7311, - "!!!!": 7312, - "esh": 7313, - "Su": 7314, - "Build": 7315, - "Ġcommitment": 7316, - "Ġlau": 7317, - "Ġcolour": 7318, - "ĠHen": 7319, - "Ġmand": 7320, - "ĠBon": 7321, - "Ġobjects": 7322, - "Ġmedicine": 7323, - "Ġthin": 7324, - "xture": 7325, - "Ġauthent": 7326, - "isters": 7327, - "Ġterror": 7328, - "Ġspons": 7329, - "Ġwird": 7330, - "ĠWay": 7331, - "Ġafternoon": 7332, - "core": 7333, - "ributes": 7334, - "jet": 7335, - "iors": 7336, - "war": 7337, - "Ġrisks": 7338, - "Count": 7339, - "Ġwheel": 7340, - "Ġexternal": 7341, - "Ġfait": 7342, - "ancial": 7343, - "ucks": 7344, - "bra": 7345, - "Ġspin": 7346, - "MAIN": 7347, - "aven": 7348, - "Ġpositions": 7349, - "Ġatm": 7350, - "agra": 7351, - "iked": 7352, - "orith": 7353, - "Ġnurs": 7354, - "Equ": 7355, - "Ġchocolate": 7356, - "ĠJo": 7357, - "ĠSqu": 7358, - "legal": 7359, - "ĠCreat": 7360, - "bel": 7361, - "ĠAnother": 7362, - "Ġpassword": 7363, - "Ġfeelings": 7364, - "ĠPot": 7365, - "Ġtaught": 7366, - "osc": 7367, - "UM": 7368, - "ĠFort": 7369, - "Ġbegins": 7370, - "actory": 7371, - "Ġbirthday": 7372, - "bur": 7373, - "Ġih": 7374, - "Node": 7375, - "Ġneighborhood": 7376, - "Ġconstant": 7377, - "><": 9076, - "ĠChair": 9077, - "ĠLearning": 9078, - "Ġprime": 9079, - "ĠStudies": 9080, - "FO": 9081, - "Ġrequests": 9082, - "Ġblocks": 9083, - "ĠTri": 9084, - "Ġmembership": 9085, - "Ġlets": 9086, - "Ġdoctors": 9087, - "Download": 9088, - "Ġconsideration": 9089, - "Ġcriteria": 9090, - "world": 9091, - "Ġoccurred": 9092, - "Ġduty": 9093, - "Ġfond": 9094, - "itals": 9095, - "Ġnas": 9096, - "urop": 9097, - "éĿ¢": 9098, - "Ġdeck": 9099, - "æĪĺ": 9100, - "130": 9101, - "Stud": 9102, - "bow": 9103, - "Ġbags": 9104, - "eping": 9105, - "Select": 9106, - "ĠAus": 9107, - "ä»İ": 9108, - "yes": 9109, - "ĠIra": 9110, - "Ġmanufacturer": 9111, - "ĠHim": 9112, - "ĠHT": 9113, - "etry": 9114, - "Ġcontro": 9115, - "Ġye": 9116, - "Cal": 9117, - "Ġfalling": 9118, - "ĠTal": 9119, - "Ġpriority": 9120, - "ĠSus": 9121, - "éri": 9122, - "ĠMedicine": 9123, - "Ġchecking": 9124, - "ĠSEO": 9125, - "clude": 9126, - "anes": 9127, - "Contact": 9128, - "Use": 9129, - "apore": 9130, - "ĠSize": 9131, - "Ġcapabilities": 9132, - "enza": 9133, - "current": 9134, - "Ġflag": 9135, - "Ġrail": 9136, - "Ġreply": 9137, - "ourse": 9138, - "ificial": 9139, - "Ġdéc": 9140, - "æĪij们": 9141, - "Ġattractive": 9142, - "ĠStock": 9143, - "node": 9144, - "ĠCa": 9145, - "UI": 9146, - "ĠIh": 9147, - "Ġesta": 9148, - "Ġcz": 9149, - "Ġantib": 9150, - "ĠBob": 9151, - "Ġthousand": 9152, - "ĠUnivers": 9153, - "éķ": 9154, - "Ġcommunicate": 9155, - "oat": 9156, - "ĠFour": 9157, - "Ġwest": 9158, - "letter": 9159, - "ixed": 9160, - "gged": 9161, - "Ġperforming": 9162, - "aded": 9163, - "Ġorient": 9164, - "Ġnose": 9165, - "sch": 9166, - "Ġlogo": 9167, - "unicip": 9168, - "Ġknock": 9169, - "ĠRoll": 9170, - "inda": 9171, - "tra": 9172, - "ajÄħ": 9173, - "Ġkil": 9174, - "MC": 9175, - "Ġhole": 9176, - "ĠMap": 9177, - "ylv": 9178, - "iami": 9179, - "Ġdownt": 9180, - "ĠOlymp": 9181, - "Ġexposed": 9182, - "Ġstreets": 9183, - "etary": 9184, - "Ġhide": 9185, - "liche": 9186, - "Ext": 9187, - "86": 9188, - "izar": 9189, - "yers": 9190, - "ĠField": 9191, - "Ġaccomplish": 9192, - "Ġguarante": 9193, - "ĠMir": 9194, - "ounded": 9195, - "intage": 9196, - "asse": 9197, - "Ġapproval": 9198, - "Ġaccord": 9199, - "Ġvaccine": 9200, - "Ġlies": 9201, - "Ġwis": 9202, - "Ġtreatments": 9203, - "section": 9204, - "api": 9205, - "ĠSilver": 9206, - "Ġreplaced": 9207, - "ova": 9208, - "Ġkönnen": 9209, - "Ġtalks": 9210, - "Ġsaving": 9211, - "Ġprincipal": 9212, - "mal": 9213, - "ĠMichigan": 9214, - "During": 9215, - "pay": 9216, - "Each": 9217, - "ĠBul": 9218, - "ionship": 9219, - "ĠSci": 9220, - "bie": 9221, - "wi": 9222, - "Ġstrengthen": 9223, - "Ġenjoying": 9224, - "Ġstored": 9225, - "ĠIreland": 9226, - "riers": 9227, - "cie": 9228, - "ĠBrand": 9229, - "Ġfucking": 9230, - "Ġliterature": 9231, - "Ġacts": 9232, - "Ġadvantages": 9233, - "Ġlawyer": 9234, - "ĠLE": 9235, - "input": 9236, - "amps": 9237, - "Ġengaged": 9238, - "Ġinsight": 9239, - "Ġweird": 9240, - "Ġclimb": 9241, - "enter": 9242, - "enny": 9243, - "åŁ": 9244, - "TV": 9245, - "orce": 9246, - "Ġstatements": 9247, - "Ġasset": 9248, - "Ġmanufacturers": 9249, - "Ġété": 9250, - "Ġwanting": 9251, - "Ġminimal": 9252, - "Ġboxes": 9253, - "Ġps": 9254, - "Eng": 9255, - "Ġpubl": 9256, - "amil": 9257, - "Ġarrive": 9258, - "ç¬": 9259, - "å§": 9260, - "Ġvisited": 9261, - "ĠText": 9262, - "Ġextends": 9263, - "Ġpushed": 9264, - "ä¸Ģ个": 9265, - "Ġweapons": 9266, - "Ġmagazine": 9267, - "èĭ": 9268, - "Ġnou": 9269, - "ventional": 9270, - "Ġevaluation": 9271, - "ĠJewish": 9272, - "ĠJava": 9273, - "ĠTreat": 9274, - "ĠPsych": 9275, - "Ġmodule": 9276, - "rops": 9277, - "Ġemotions": 9278, - "Ġstunning": 9279, - "Ġsomehow": 9280, - "CR": 9281, - "Ġportfolio": 9282, - "Ġescape": 9283, - "Ġpocket": 9284, - "Ġleague": 9285, - "Ġdan": 9286, - "ĠBad": 9287, - "Ġbij": 9288, - "ĠJustice": 9289, - "proof": 9290, - "Ġrecover": 9291, - "Ġluxury": 9292, - "ĠNiger": 9293, - "pha": 9294, - "ç»ı": 9295, - "Ġgonna": 9296, - "este": 9297, - "Ġpodcast": 9298, - "ĠLocal": 9299, - "Ġoutstanding": 9300, - "(&": 9301, - "ĠUSB": 9302, - "ials": 9303, - "Ġsavings": 9304, - "Override": 9305, - "ĠFA": 9306, - "Ġmatches": 9307, - "Ġpresents": 9308, - "(\\": 9309, - "ÑĢ": 9310, - "Ġtum": 9311, - "enz": 9312, - "anny": 9313, - "ulating": 9314, - "Ġconsequences": 9315, - "Ġcontrolled": 9316, - "unes": 9317, - "abeth": 9318, - "Ġdepression": 9319, - "åIJĮ": 9320, - "Ġrecording": 9321, - "acon": 9322, - "Status": 9323, - "beit": 9324, - "istance": 9325, - "Ġcarrying": 9326, - "Work": 9327, - "ented": 9328, - "INE": 9329, - "Ġunknown": 9330, - "spe": 9331, - "AND": 9332, - "High": 9333, - "olid": 9334, - "site": 9335, - "Ġbridge": 9336, - "rives": 9337, - "ĠSouthern": 9338, - "Follow": 9339, - "Ġapparently": 9340, - "Ġshell": 9341, - "ĠSex": 9342, - "........": 9343, - "ĠRh": 9344, - "UB": 9345, - "Ġcontaining": 9346, - "ĠMethod": 9347, - "ĠDar": 9348, - "Ġdose": 9349, - "Ġhandling": 9350, - "bered": 9351, - "owed": 9352, - "ateful": 9353, - "End": 9354, - "hist": 9355, - "Ġdeeply": 9356, - "Ver": 9357, - "istent": 9358, - "Ġevolution": 9359, - "dir": 9360, - "Ġfirms": 9361, - "Ġtransaction": 9362, - "Client": 9363, - "Ġadmit": 9364, - "Ġcontemporary": 9365, - "Ġbreaking": 9366, - "Box": 9367, - "idos": 9368, - "Ġbelieves": 9369, - "icas": 9370, - "ĠSO": 9371, - "Ġoccurs": 9372, - "bu": 9373, - "ĠMit": 9374, - "Ġrear": 9375, - "ĠSche": 9376, - "Ġtodo": 9377, - "Ġale": 9378, - "Ġpace": 9379, - "Ġelectrical": 9380, - "Ġalongside": 9381, - "cur": 9382, - "Ġindicate": 9383, - "900": 9384, - "Ġenterprise": 9385, - "Ġtransportation": 9386, - "irk": 9387, - "Ġeverybody": 9388, - "Ġfru": 9389, - "sect": 9390, - "Ġstaying": 9391, - "Ġfloat": 9392, - "zing": 9393, - "Ġpounds": 9394, - "ĠNO": 9395, - "valid": 9396, - "Ġqualified": 9397, - "Ġposting": 9398, - "Ġscheme": 9399, - "Ġber": 9400, - "350": 9401, - "theless": 9402, - "Ġrespectively": 9403, - "âĢ¦âĢ¦": 9404, - "Ġquit": 9405, - "Create": 9406, - "Ġimmun": 9407, - "ĠSafety": 9408, - "Ġinhib": 9409, - "ede": 9410, - "Ġimper": 9411, - "Web": 9412, - "Ġtact": 9413, - "ĠBuilding": 9414, - "Ġcompliance": 9415, - "hemat": 9416, - "ĠRam": 9417, - "ghan": 9418, - "Ġultimate": 9419, - "Ġcolon": 9420, - "ĠPerhaps": 9421, - "AY": 9422, - "Ġplane": 9423, - "ECT": 9424, - "Ġdeeper": 9425, - "rets": 9426, - "Ġmuseum": 9427, - "ĠLED": 9428, - "Ġbuck": 9429, - "ifting": 9430, - "Ġinsert": 9431, - "Ġterrible": 9432, - "Ġpersonality": 9433, - "Ġnão": 9434, - "ĠColumb": 9435, - "Ġoven": 9436, - "neys": 9437, - "Ġbol": 9438, - "Ġlatter": 9439, - "urer": 9440, - "Ġsuggestions": 9441, - "Property": 9442, - "Ġconfiguration": 9443, - "ĠHoly": 9444, - "vant": 9445, - "Ġuncertain": 9446, - "Ġdeux": 9447, - "Ġincorpor": 9448, - "ĠCON": 9449, - "Ġtissue": 9450, - "_.": 9451, - "elli": 9452, - "Ġtherap": 9453, - "Ġuno": 9454, - "ĠCustomer": 9455, - "Ġapproaches": 9456, - "Ġsurve": 9457, - "idi": 9458, - "Ġpreparation": 9459, - "Learn": 9460, - "irtual": 9461, - "Ġindustries": 9462, - "Ġinch": 9463, - "eding": 9464, - "åıª": 9465, - "ql": 9466, - "Ġclaimed": 9467, - "boy": 9468, - "ruck": 9469, - "360": 9470, - "Ġcomprom": 9471, - "Ġnerv": 9472, - "iking": 9473, - "Ġabsolute": 9474, - "ĠArmy": 9475, - "Ġdesigner": 9476, - "Ġcorrectly": 9477, - "find": 9478, - "Ġconsists": 9479, - "Ġorganis": 9480, - "ĠHeart": 9481, - "Ġinteraction": 9482, - "Ġhes": 9483, - "ĠAndrew": 9484, - "Ġec": 9485, - "ĠKim": 9486, - "Connect": 9487, - "write": 9488, - "ĠOhio": 9489, - "Ġexhaust": 9490, - "aga": 9491, - "Ġmistake": 9492, - "ĠCredit": 9493, - "ĠRod": 9494, - "cers": 9495, - "ĠFather": 9496, - "Ġobjective": 9497, - "ĠOR": 9498, - "mit": 9499, - "Ġlegislation": 9500, - "ĠAuto": 9501, - "ĠCase": 9502, - "ĠOK": 9503, - "ARS": 9504, - "Ġworried": 9505, - "oj": 9506, - "ĠDisney": 9507, - "ruption": 9508, - "Ġmanifest": 9509, - "Ġmurder": 9510, - "ĠWithout": 9511, - "Did": 9512, - "ĠLevel": 9513, - "Ġprzy": 9514, - "format": 9515, - "eli": 9516, - "Ġretirement": 9517, - "pon": 9518, - "ĠSea": 9519, - "Location": 9520, - "Mr": 9521, - "ĠShop": 9522, - "Ġsubjects": 9523, - "ĠProducts": 9524, - "ambién": 9525, - "Ġenables": 9526, - "åĽł": 9527, - "hl": 9528, - "Aug": 9529, - "Ġjoining": 9530, - "ĠSep": 9531, - "Ġenemy": 9532, - "Ġcoronavirus": 9533, - "Ġmixture": 9534, - "message": 9535, - "Ġsegment": 9536, - "ĠStudents": 9537, - "Ġporn": 9538, - "igt": 9539, - "Ġlargely": 9540, - "Ġtrès": 9541, - ")(": 9542, - "Ġgym": 9543, - "Ġabandon": 9544, - "Ġresponses": 9545, - "ĠDaily": 9546, - "Hey": 9547, - "Ġwarning": 9548, - "»,": 9549, - "result": 9550, - "UD": 9551, - "SL": 9552, - "Ġprogramming": 9553, - "rea": 9554, - "SO": 9555, - "Ġguitar": 9556, - "sters": 9557, - "Two": 9558, - "ĠJoseph": 9559, - "ĠBeaut": 9560, - "Non": 9561, - "BR": 9562, - "Ġtracks": 9563, - "wart": 9564, - "ĠMD": 9565, - "ĠHenry": 9566, - "Ġfeaturing": 9567, - "ĠGeorgia": 9568, - "Ġresc": 9569, - "Ġrapidly": 9570, - "Ġarchitecture": 9571, - "rape": 9572, - "Ġbeneficial": 9573, - "Review": 9574, - "HP": 9575, - "Make": 9576, - "abis": 9577, - "ĠiP": 9578, - "ĠAdministration": 9579, - "font": 9580, - "Ġhorm": 9581, - "Element": 9582, - "aly": 9583, - "ĠAPI": 9584, - "rant": 9585, - "onymous": 9586, - "Ġpent": 9587, - "Ġdriven": 9588, - "èº": 9589, - "Ġawait": 9590, - "Ġpin": 9591, - "Ġconcepts": 9592, - "Ġfrag": 9593, - "ilst": 9594, - "ĠTrue": 9595, - "Ġbars": 9596, - "lla": 9597, - "Ġgiant": 9598, - "Ġbelief": 9599, - "sing": 9600, - "Ġspark": 9601, - "Ġrecognition": 9602, - "cs": 9603, - "ĠRay": 9604, - "ĠMom": 9605, - "Ġbatt": 9606, - "reated": 9607, - "ĠSher": 9608, - "å¿ĥ": 9609, - "ĠBa": 9610, - "Ġintegration": 9611, - "ĠRequ": 9612, - "Ġgraduate": 9613, - "ĠCR": 9614, - "ĠUkraine": 9615, - "ĠBeing": 9616, - "Ġnost": 9617, - "ĠWould": 9618, - "Ġassociation": 9619, - "atin": 9620, - "Ġrestrictions": 9621, - "---": 9622, - "ĠPriv": 9623, - "ulum": 9624, - "Ġmuscles": 9625, - "elry": 9626, - "Red": 9627, - "Tra": 9628, - "ĠCoast": 9629, - "strong": 9630, - "ÅĽÄĩ": 9631, - "ĠEX": 9632, - "json": 9633, - "ĠVi": 9634, - "inator": 9635, - "ĠDiff": 9636, - "Ġcontinuing": 9637, - "ĠSenate": 9638, - "Ġfraud": 9639, - "eto": 9640, - "ĠCurrent": 9641, - "profit": 9642, - "Ġni": 9643, - "Ġstudied": 9644, - "Ġlaptop": 9645, - "Ġequivalent": 9646, - "Ġvariable": 9647, - "ĠHold": 9648, - "Ñģ": 9649, - "Ġattach": 9650, - "ĠColorado": 9651, - "Ġbench": 9652, - "ĠAz": 9653, - "Ġdebut": 9654, - "Ġdrawn": 9655, - "ĠBase": 9656, - "ĠImp": 9657, - "Ġfur": 9658, - "Ġcertified": 9659, - "çİ°": 9660, - "oked": 9661, - "Ġcontainer": 9662, - "ĠFoot": 9663, - "ĠPrint": 9664, - "month": 9665, - "Ġnuest": 9666, - "CK": 9667, - "Ġyeah": 9668, - "aved": 9669, - "Ġmyst": 9670, - "img": 9671, - "Ġthinks": 9672, - "Ġmarked": 9673, - "Ġinvited": 9674, - "Ġchronic": 9675, - "ĠEffect": 9676, - "ainer": 9677, - "ĠNut": 9678, - "itu": 9679, - "Ġsé": 9680, - "Ġexpansion": 9681, - "Dep": 9682, - "Ġmoral": 9683, - "Ġmolec": 9684, - "ĠCab": 9685, - "otion": 9686, - "Ġspray": 9687, - "Ġdispl": 9688, - "ĠIraq": 9689, - "140": 9690, - "ainless": 9691, - "********************************": 9692, - "Ġhits": 9693, - "Stream": 9694, - "189": 9695, - "aret": 9696, - "esso": 9697, - "Ġsein": 9698, - "raf": 9699, - "æĻ": 9700, - "ĠHun": 9701, - "alla": 9702, - "Ġairport": 9703, - "Ġsul": 9704, - "Ġintroduction": 9705, - "ĠAdditionally": 9706, - "åĿ": 9707, - "Ġresidential": 9708, - "Ġposit": 9709, - "ĠCru": 9710, - "ĠAction": 9711, - "edge": 9712, - "Ġplain": 9713, - "Ġmerch": 9714, - "Ġshots": 9715, - "Ġlists": 9716, - "ĠsÄĥ": 9717, - "ĠConc": 9718, - "omic": 9719, - "ekt": 9720, - "ĠKingdom": 9721, - "Ġdiabetes": 9722, - "Ġmanagers": 9723, - "std": 9724, - "Ġchecked": 9725, - "Ġtap": 9726, - "Ġincl": 9727, - "Ġcoal": 9728, - "Ġrental": 9729, - "iversary": 9730, - "}\\": 9731, - "Ġconcerning": 9732, - "liers": 9733, - "Ġmining": 9734, - "Ġbrilliant": 9735, - "phones": 9736, - "Ġtransactions": 9737, - "Ġrelation": 9738, - "market": 9739, - "Ġcul": 9740, - "abol": 9741, - "Ġconsent": 9742, - "enden": 9743, - "Ġboss": 9744, - "ĠFord": 9745, - "Ġscope": 9746, - "Ġaber": 9747, - "Ġattitude": 9748, - "ocated": 9749, - "Ġending": 9750, - "inton": 9751, - "pu": 9752, - "Av": 9753, - "PN": 9754, - "ĠSym": 9755, - "96": 9756, - "åĬĽ": 9757, - "Pat": 9758, - "Ġfinds": 9759, - "ĠDrive": 9760, - "ĠHaving": 9761, - "ieties": 9762, - "Ġtracking": 9763, - "Dec": 9764, - "ĠObject": 9765, - "Ġlaid": 9766, - "ĠWi": 9767, - "æľ¬": 9768, - "ĠAsh": 9769, - "igs": 9770, - "ĠRepublican": 9771, - "ĠBang": 9772, - "hol": 9773, - "Ġclosing": 9774, - "di": 9775, - "ĠDI": 9776, - "ĠBitcoin": 9777, - "Ġintention": 9778, - "ĠJersey": 9779, - "Ġunus": 9780, - "Ġbull": 9781, - "Ġenviron": 9782, - "ython": 9783, - "bridge": 9784, - "lay": 9785, - "ĠGro": 9786, - "gel": 9787, - "Ġstretch": 9788, - "Ġrely": 9789, - "Ġrequirement": 9790, - "Ġroz": 9791, - "Ġstomach": 9792, - "ĠNatural": 9793, - "Result": 9794, - "Ġcommunications": 9795, - "ĠRights": 9796, - "Current": 9797, - "ĠOpt": 9798, - "Ġcrusher": 9799, - "aland": 9800, - "icos": 9801, - "Ġletting": 9802, - "summary": 9803, - "ré": 9804, - "ĠBE": 9805, - "Ġanswered": 9806, - "ĠPacific": 9807, - "µes": 9808, - "ĠConsult": 9809, - "Ġwake": 9810, - "128": 9811, - "ĠEth": 9812, - "Ġalter": 9813, - "DB": 9814, - "pow": 9815, - "iamo": 9816, - "ĠStory": 9817, - "itled": 9818, - "ĠMade": 9819, - "Ġseeds": 9820, - "Ġloving": 9821, - "Ġgate": 9822, - "ĠDescription": 9823, - "ĠCatholic": 9824, - "ĠInf": 9825, - "ashed": 9826, - "ĠSelf": 9827, - "Ġsua": 9828, - "Ġrum": 9829, - "Ġdecrease": 9830, - "Page": 9831, - "nia": 9832, - "ouble": 9833, - "Ġpermission": 9834, - "Ġreplied": 9835, - "ortion": 9836, - "Str": 9837, - "Ġnodd": 9838, - "Ġsmoke": 9839, - "å°Ĩ": 9840, - "reation": 9841, - "ethe": 9842, - "Ġought": 9843, - "Ġpadd": 9844, - "Ġexport": 9845, - "ál": 9846, - "uce": 9847, - "iour": 9848, - "åĬ¨": 9849, - "Ġadditionally": 9850, - "ĠScot": 9851, - "ieder": 9852, - "Related": 9853, - "Ġjur": 9854, - "power": 9855, - "Hello": 9856, - "Ġclim": 9857, - "ĠThough": 9858, - "export": 9859, - "Ġpitch": 9860, - "enta": 9861, - "icket": 9862, - "num": 9863, - "Ġundert": 9864, - "Ġavailability": 9865, - "Ġsections": 9866, - "ĠEasy": 9867, - "Ġadequ": 9868, - "ĠPow": 9869, - "ĠDas": 9870, - "Ġvictims": 9871, - "ĠCovid": 9872, - "EP": 9873, - "Som": 9874, - "Ġenroll": 9875, - "Ġconclusion": 9876, - "ĠTR": 9877, - "ĠEgypt": 9878, - "Ġsees": 9879, - "rizona": 9880, - "aÅ": 9881, - "Ġclock": 9882, - "Ġsuffer": 9883, - "ois": 9884, - "criptions": 9885, - "Ġproducing": 9886, - "Ġdemands": 9887, - "ERE": 9888, - "Ġmaintaining": 9889, - "cd": 9890, - "Ġmath": 9891, - "188": 9892, - "Ġapplying": 9893, - "Ġremoval": 9894, - "Ġwur": 9895, - "ĠPrime": 9896, - "Ġpermit": 9897, - "ĠHarry": 9898, - "onia": 9899, - "Ġdomin": 9900, - "Param": 9901, - "Ġcombat": 9902, - "ĠProfessional": 9903, - "olis": 9904, - "bell": 9905, - "Ġbot": 9906, - "iate": 9907, - "lee": 9908, - "Ġdeploy": 9909, - "ĠHas": 9910, - "ĠQuality": 9911, - "ĠSummer": 9912, - "Ġspecified": 9913, - "xid": 9914, - "True": 9915, - "Ġdys": 9916, - "ĠDNA": 9917, - "Ġbirds": 9918, - "Ġessentially": 9919, - "ĠLabor": 9920, - "Ġai": 9921, - "ĠSem": 9922, - "Ġfounded": 9923, - "ĠRub": 9924, - "Ġpublication": 9925, - "ação": 9926, - "Ġkeys": 9927, - "Ġsomebody": 9928, - "Ġphotograp": 9929, - "Ġnewly": 9930, - "125": 9931, - "arse": 9932, - "Ġham": 9933, - "Ġcasual": 9934, - "76": 9935, - "Ġdivision": 9936, - "Ġshirt": 9937, - "dat": 9938, - "Ġgap": 9939, - "Ġlanguages": 9940, - "resa": 9941, - "71": 9942, - "Ġresid": 9943, - "Ġjuice": 9944, - "Ġdal": 9945, - "Ġgarage": 9946, - "Ġintellect": 9947, - "charge": 9948, - "ĠGuard": 9949, - "Ġarmy": 9950, - "».": 9951, - "ĠDivision": 9952, - "ialis": 9953, - "ĠDream": 9954, - "izabeth": 9955, - "Ġalarm": 9956, - "Ġfrequency": 9957, - "ailing": 9958, - "Ġmild": 9959, - "Ġputs": 9960, - "Ġfaced": 9961, - "Ġformation": 9962, - ",.": 9963, - "uen": 9964, - "ĠGarden": 9965, - "Ġsentence": 9966, - "quer": 9967, - "被": 9968, - "Ġdesper": 9969, - "adel": 9970, - "Ġcycl": 9971, - "ĠKl": 9972, - "Ġscientists": 9973, - "Ġflower": 9974, - "ĠNick": 9975, - "lette": 9976, - "Christ": 9977, - "People": 9978, - "Ġsoph": 9979, - "Ġsecondary": 9980, - "Ġfiled": 9981, - "gressive": 9982, - "Ġhub": 9983, - "ĠPRO": 9984, - "Ġspots": 9985, - "pers": 9986, - "utt": 9987, - "Ġcircle": 9988, - "ĠMoney": 9989, - "arters": 9990, - "ĠCN": 9991, - "Ġpurchasing": 9992, - "ĠURL": 9993, - "Oct": 9994, - "Ġstrongly": 9995, - "cr": 9996, - "Ġtitles": 9997, - "frame": 9998, - "ĠGi": 9999, - "ĠBern": 10000, - "Ġeast": 10001, - "American": 10002, - "ĠChange": 10003, - "102": 10004, - "oni": 10005, - "card": 10006, - "Ġfits": 10007, - "ĠFinally": 10008, - "Ġbold": 10009, - "Ġhoriz": 10010, - "ĠEmer": 10011, - "lyn": 10012, - "Ġattended": 10013, - "Ġsmell": 10014, - ".-": 10015, - "ocial": 10016, - "lers": 10017, - "Ġmile": 10018, - "Ġbone": 10019, - "91": 10020, - "Ġorange": 10021, - "\"]": 10022, - "Ġsrc": 10023, - "Ġwins": 10024, - "van": 10025, - "Ġdollar": 10026, - "Ġyards": 10027, - "odge": 10028, - "lib": 10029, - "Ġdir": 10030, - "Ġstrike": 10031, - "çĤ": 10032, - "Ġfestival": 10033, - "Ġstack": 10034, - "Line": 10035, - "array": 10036, - "Ġenorm": 10037, - "Ġcovering": 10038, - "Take": 10039, - "Ġemails": 10040, - "ao": 10041, - "Ġtransmission": 10042, - "ĠFOR": 10043, - "ĠRo": 10044, - "Ġfib": 10045, - "icide": 10046, - "Cor": 10047, - "Ġske": 10048, - "Ġconver": 10049, - "Ġprés": 10050, - "å°ı": 10051, - "Ġstages": 10052, - "Ġscream": 10053, - "ordan": 10054, - "ĠLic": 10055, - "Ġrecycl": 10056, - "Ġunw": 10057, - "andy": 10058, - "igation": 10059, - "Ġprz": 10060, - "geb": 10061, - "Base": 10062, - "Ġremem": 10063, - "ĠSA": 10064, - "Ġprofessor": 10065, - "Ġfaculty": 10066, - "bled": 10067, - "Ag": 10068, - "Ġexceed": 10069, - "Ġenhancement": 10070, - "Ok": 10071, - "inois": 10072, - "Ġcyber": 10073, - "Ġlesson": 10074, - "ĠRyan": 10075, - "Ġensuring": 10076, - "Ġphenomen": 10077, - "Ġcolleagues": 10078, - "Ġprecis": 10079, - "wick": 10080, - "VA": 10081, - "Search": 10082, - "Ġprescription": 10083, - "Ġproposal": 10084, - "ç®": 10085, - "aid": 10086, - "Ġtraveling": 10087, - "Ġrural": 10088, - "Max": 10089, - "Ġcow": 10090, - "Ġdental": 10091, - "oof": 10092, - "ĠIII": 10093, - "adium": 10094, - "Ġstreaming": 10095, - "Ġdamn": 10096, - "Ġphotography": 10097, - "ascular": 10098, - "Ġfake": 10099, - "Ġgreatly": 10100, - "ĠExp": 10101, - "Ġtort": 10102, - "Ġkilling": 10103, - "ols": 10104, - "ĠAh": 10105, - "author": 10106, - "ĠStandard": 10107, - "ĠOfficer": 10108, - "Ġladies": 10109, - "Ġfrustr": 10110, - "ĠGreek": 10111, - "ĠRoman": 10112, - "ĠLew": 10113, - "çķ": 10114, - "æŃ£": 10115, - "ĠFeatures": 10116, - "ĠUnfortunately": 10117, - "Ġmedication": 10118, - "Ġwashing": 10119, - "ettings": 10120, - "Ġinvolving": 10121, - "del": 10122, - "ibl": 10123, - "Ġsubmitted": 10124, - "ĠSection": 10125, - "Ġextend": 10126, - "ĠmoÅ": 10127, - "Ġcbd": 10128, - "dec": 10129, - "Ġrevolution": 10130, - "ĠReading": 10131, - "novation": 10132, - "Ġcenters": 10133, - "Ġtrim": 10134, - "ÅĤy": 10135, - "Ġtemps": 10136, - "Ġblow": 10137, - "æĦı": 10138, - "call": 10139, - "zzle": 10140, - "ões": 10141, - "STR": 10142, - "Ġprinted": 10143, - "ecute": 10144, - "Ġpepper": 10145, - "Ġcalendar": 10146, - "Ġtrop": 10147, - "Ġequally": 10148, - "Ant": 10149, - "otted": 10150, - "Ġresume": 10151, - "73": 10152, - "Ġobst": 10153, - "Ġinvestments": 10154, - "Ġhors": 10155, - "idget": 10156, - "Ġbranch": 10157, - "Ġcoat": 10158, - "Ac": 10159, - "Ġimmune": 10160, - "arma": 10161, - "private": 10162, - "Ġinsights": 10163, - "...\"": 10164, - "Ġinitially": 10165, - "Ġocean": 10166, - "ĠCro": 10167, - "first": 10168, - "Ġreturning": 10169, - "scale": 10170, - "including": 10171, - "oca": 10172, - "ĠRon": 10173, - "ĠDown": 10174, - "ĠStudent": 10175, - "Ġdil": 10176, - "Met": 10177, - "ĠBrazil": 10178, - "Ġupgrade": 10179, - "ritten": 10180, - "Ġsuck": 10181, - "ĠForce": 10182, - "Ġintense": 10183, - "Ġflying": 10184, - "Ġopinions": 10185, - "MI": 10186, - "Ġpad": 10187, - "ĠSteel": 10188, - "append": 10189, - "true": 10190, - "é¡": 10191, - "Ġshops": 10192, - "liament": 10193, - "84": 10194, - "uren": 10195, - "Ġimplemented": 10196, - "inner": 10197, - "ĠCopy": 10198, - "non": 10199, - "ĠNic": 10200, - "ĠStan": 10201, - "ESS": 10202, - "Ġentering": 10203, - "anwhile": 10204, - "ĠCapt": 10205, - "Ġwhereas": 10206, - "yr": 10207, - "74": 10208, - "Ġlifetime": 10209, - "ĠResources": 10210, - "DI": 10211, - "Ġgal": 10212, - "Ġstudying": 10213, - "ôt": 10214, - "Ġforum": 10215, - "Les": 10216, - "endant": 10217, - "Ġapplicable": 10218, - "atile": 10219, - "Ġpré": 10220, - "Ġquery": 10221, - "Ġbills": 10222, - "eln": 10223, - "ibles": 10224, - "bes": 10225, - "Ġscrew": 10226, - "Ġheaded": 10227, - "ĠMother": 10228, - "Ġboot": 10229, - "åįģ": 10230, - "Ġcum": 10231, - "Ġbaking": 10232, - "mony": 10233, - "PO": 10234, - "ĠHappy": 10235, - "Ġequipped": 10236, - "Ġlung": 10237, - "plex": 10238, - "icted": 10239, - "Ġcer": 10240, - "Ġunter": 10241, - "Ġpays": 10242, - "Ġuit": 10243, - "Home": 10244, - "ĠStone": 10245, - "Ġproport": 10246, - "Ġfilling": 10247, - "Ġloyal": 10248, - "Ġpersonnel": 10249, - "keit": 10250, - "ieve": 10251, - "Ġmassage": 10252, - "days": 10253, - "ĠMah": 10254, - "Ġreaching": 10255, - "service": 10256, - "ependent": 10257, - "ĠFred": 10258, - "Ġpackages": 10259, - "主": 10260, - "Ġtoler": 10261, - "zÄħ": 10262, - "Ġrecip": 10263, - "ĠContent": 10264, - "Ġmatt": 10265, - "baj": 10266, - ":.": 10267, - "ĠImm": 10268, - "ĠCountry": 10269, - "Ġmarks": 10270, - "ĠCL": 10271, - "ĠAdam": 10272, - "Ġfactory": 10273, - "ĠFilm": 10274, - "Ġparticipation": 10275, - "after": 10276, - "Ġsequence": 10277, - "ativ": 10278, - "Ġchildhood": 10279, - "igo": 10280, - "Ġacquis": 10281, - "ĠSC": 10282, - "ORT": 10283, - "cas": 10284, - "Ġemotion": 10285, - "ACK": 10286, - "Prov": 10287, - "ĠTech": 10288, - "RES": 10289, - "ART": 10290, - "allel": 10291, - "Ġgrateful": 10292, - "æĺİ": 10293, - "Ġrapp": 10294, - "ĠCollection": 10295, - "ename": 10296, - "ÄĻd": 10297, - "Ġmirror": 10298, - "ĠMoreover": 10299, - "mt": 10300, - "Ġunion": 10301, - "Ġreveal": 10302, - "effect": 10303, - "Day": 10304, - "Ġdisag": 10305, - "Ġrecept": 10306, - "sex": 10307, - "udi": 10308, - "ĠChapter": 10309, - "icking": 10310, - "Ġbarely": 10311, - "Ġprotest": 10312, - "Ġphones": 10313, - "Ġuniverse": 10314, - "ĠRos": 10315, - "imento": 10316, - "Ġvess": 10317, - "Ġimpression": 10318, - "bec": 10319, - "ĠCapital": 10320, - "Ġhay": 10321, - "mann": 10322, - "ÈĽi": 10323, - "Ġautomatic": 10324, - "oche": 10325, - "olly": 10326, - "Ġpowers": 10327, - "Ġstayed": 10328, - "Ġedit": 10329, - "82": 10330, - "erty": 10331, - "Ġutilize": 10332, - "Ġmic": 10333, - "ensus": 10334, - "ĠSeason": 10335, - "Ġrepresented": 10336, - "Ġvegetables": 10337, - "oen": 10338, - "Ġforecast": 10339, - "ĠTaylor": 10340, - "Ġcaut": 10341, - "ouston": 10342, - "atching": 10343, - "è¥": 10344, - "Ġgained": 10345, - "Ġspecialist": 10346, - "undo": 10347, - "ĠAnalysis": 10348, - "ĠIss": 10349, - "?!": 10350, - "Ġoffices": 10351, - "Ġhistoric": 10352, - "ĠLady": 10353, - "Ġpregnancy": 10354, - "[/": 10355, - "wen": 10356, - "iera": 10357, - "Ġappet": 10358, - "inals": 10359, - "limited": 10360, - "Ġjam": 10361, - "Ġhack": 10362, - "Ġfalls": 10363, - "Ġvariables": 10364, - "bury": 10365, - "Ġsatisfaction": 10366, - "ĠSingapore": 10367, - "Whe": 10368, - "ĠCome": 10369, - "é©": 10370, - "ipt": 10371, - "Ġstruggling": 10372, - "92": 10373, - "ĠAge": 10374, - "$.": 10375, - "Ġbehalf": 10376, - "Ġhopes": 10377, - "otte": 10378, - "Ġriding": 10379, - "186": 10380, - "inson": 10381, - "Ġcorn": 10382, - "ĠSecretary": 10383, - "Ġhanging": 10384, - "ĠImpro": 10385, - "quis": 10386, - "iah": 10387, - "Ġburning": 10388, - "åĪĨ": 10389, - "ĠDat": 10390, - "ĠSpain": 10391, - "Ġpricing": 10392, - "aul": 10393, - "Method": 10394, - "Ġintroduce": 10395, - "Ġprivile": 10396, - "Ġhosp": 10397, - "Ġcompensation": 10398, - "Ġdiversity": 10399, - "ĠPS": 10400, - "amo": 10401, - "Ġcurrency": 10402, - "Ġsurvive": 10403, - "Ġmold": 10404, - "area": 10405, - "uties": 10406, - "sis": 10407, - "Ġrit": 10408, - "ĠVen": 10409, - "Ġgru": 10410, - "Ġsab": 10411, - "Ġpp": 10412, - "ĠChall": 10413, - "ĠLy": 10414, - "ĠHarr": 10415, - "Ġuniform": 10416, - "rep": 10417, - "har": 10418, - "Ġgrace": 10419, - "Ġtong": 10420, - "Ġimprovements": 10421, - "Ġstatistics": 10422, - "interest": 10423, - "ustration": 10424, - "Ġelectricity": 10425, - "Ġtooth": 10426, - "æĸ¯": 10427, - "idas": 10428, - "Ġadopted": 10429, - "atern": 10430, - "ĠUpdate": 10431, - "Ġviagra": 10432, - "AME": 10433, - "ĠStudy": 10434, - "Ġenforcement": 10435, - "Ġly": 10436, - "store": 10437, - "ĠApplication": 10438, - "default": 10439, - "itty": 10440, - "Ġtherm": 10441, - "UG": 10442, - "onut": 10443, - "hot": 10444, - "ateur": 10445, - "yo": 10446, - "neh": 10447, - "Ġbuyers": 10448, - "Ġnodded": 10449, - "ĠSport": 10450, - "ĠBody": 10451, - "ĠBurn": 10452, - "ĠPolit": 10453, - "rt": 10454, - "Ġmont": 10455, - "Ġarguments": 10456, - "ĠEmail": 10457, - "Ġtous": 10458, - "Ġinstitution": 10459, - "Ġmoon": 10460, - "Ġexplanation": 10461, - ".:": 10462, - "Ġscenes": 10463, - "Open": 10464, - "Ġmanip": 10465, - "aska": 10466, - "Ġpregnant": 10467, - "ĠSav": 10468, - "ĠFront": 10469, - "ĠMess": 10470, - "ĠCra": 10471, - "Response": 10472, - "Ġmargin": 10473, - "ĠBath": 10474, - "iology": 10475, - "身": 10476, - "Ġprayer": 10477, - "blic": 10478, - "Ġsuite": 10479, - "Ġstir": 10480, - "ĠSaint": 10481, - "Ġpenis": 10482, - "Ġproc": 10483, - "Ġoperator": 10484, - "Ġyard": 10485, - "Ġpier": 10486, - "Ġul": 10487, - "zu": 10488, - "Ġunexpected": 10489, - "GR": 10490, - "ĠViet": 10491, - "Ġconj": 10492, - "ĠCommon": 10493, - "Ġconsole": 10494, - "ĠArticle": 10495, - "Ġcurious": 10496, - "ĠExam": 10497, - "Ġtemporary": 10498, - "ocur": 10499, - "ĠProtection": 10500, - "Ġencouraged": 10501, - "Ġblend": 10502, - "Es": 10503, - "Ġtexture": 10504, - "oving": 10505, - "Ġworkshop": 10506, - "mic": 10507, - "Ġdif": 10508, - "Ġbomb": 10509, - "([": 10510, - "Ġaer": 10511, - "Ġdrinks": 10512, - "Ġdelete": 10513, - "kg": 10514, - "event": 10515, - "Ġversus": 10516, - "Ġfewer": 10517, - "ĠBush": 10518, - "ilarly": 10519, - "ĠSupreme": 10520, - "æı": 10521, - "Ġinstruction": 10522, - "emos": 10523, - "athered": 10524, - "viously": 10525, - "?)": 10526, - "ĠVegas": 10527, - "Ġbroadcast": 10528, - "ĠUSD": 10529, - "çģ": 10530, - "ĠPaper": 10531, - "icked": 10532, - "Ġconcentration": 10533, - "Ġsque": 10534, - "ãĢĭ": 10535, - "ĠNorthern": 10536, - "game": 10537, - "ĠCore": 10538, - "ĠSource": 10539, - "acts": 10540, - "Ping": 10541, - "Ġfranch": 10542, - "Ġpackaging": 10543, - "Ġmej": 10544, - "Ġfunctionality": 10545, - "ĠBand": 10546, - "semble": 10547, - "éĹ´": 10548, - "Link": 10549, - "ĠAvenue": 10550, - "û": 10551, - "Est": 10552, - "home": 10553, - "Ġannoy": 10554, - "ãĢĬ": 10555, - "ĠPod": 10556, - "omin": 10557, - "ĠBooks": 10558, - "erry": 10559, - "ĠWat": 10560, - "***": 10561, - "Ġstability": 10562, - "Ġheading": 10563, - "Ms": 10564, - "Ġperiods": 10565, - "Number": 10566, - "rar": 10567, - "Ġminds": 10568, - "isp": 10569, - "Ġinflamm": 10570, - "ĠShort": 10571, - "ĠArm": 10572, - "Ġdeaths": 10573, - "Ġignore": 10574, - "icher": 10575, - "otype": 10576, - "Ġinitiative": 10577, - "Ġalert": 10578, - "Ġmuy": 10579, - "西": 10580, - "axy": 10581, - "Ġgolden": 10582, - "Ġheaven": 10583, - "ĠSir": 10584, - "ĠMountain": 10585, - "Ġscar": 10586, - "81": 10587, - "Ġfocusing": 10588, - "Ġprinting": 10589, - "Ġexperiencing": 10590, - "Ġgene": 10591, - "prot": 10592, - "Ġpreparing": 10593, - "ĠAsk": 10594, - "cciÃ": 10595, - "ĠYOU": 10596, - "ĠLiving": 10597, - "108": 10598, - "pot": 10599, - "Ġinjured": 10600, - "Ġactor": 10601, - "Ġcotton": 10602, - "Ġook": 10603, - "bat": 10604, - "ĠSky": 10605, - "Ġclassroom": 10606, - "Script": 10607, - "agers": 10608, - "ĠAgency": 10609, - "ften": 10610, - "ĠKent": 10611, - "ĠPakistan": 10612, - "Ġdiagnosis": 10613, - "Ġentrance": 10614, - "Ġopens": 10615, - "ĠAlp": 10616, - "ĠSarah": 10617, - "Ġfare": 10618, - "añ": 10619, - "Ġindicated": 10620, - "Ġgeneric": 10621, - "amics": 10622, - "ĠGrow": 10623, - "Ġflexibility": 10624, - "(*": 10625, - "Ġaccessories": 10626, - "Ġétait": 10627, - "Ġseats": 10628, - "Ġgranted": 10629, - "NO": 10630, - "Content": 10631, - "cery": 10632, - "Ġbrush": 10633, - "content": 10634, - "Ġscenario": 10635, - "Ġloose": 10636, - "ilton": 10637, - "bin": 10638, - "Ġmeasured": 10639, - "ún": 10640, - "Ġengaging": 10641, - "Ġampl": 10642, - "Ġdishes": 10643, - "Ġcontinuous": 10644, - "hy": 10645, - "Ġdurable": 10646, - "Ġsurely": 10647, - "Ġpeak": 10648, - "Ġtears": 10649, - "ĠPhoto": 10650, - "ĠMembers": 10651, - "ensor": 10652, - "Ġscores": 10653, - "Ġacknowled": 10654, - "Ġlayers": 10655, - "ĠCit": 10656, - "Ġlisting": 10657, - "through": 10658, - "ĠThings": 10659, - "è¿Ľ": 10660, - "187": 10661, - "ilty": 10662, - "Ġcancel": 10663, - "agraph": 10664, - "Ġlayout": 10665, - "===": 10666, - "Ġfert": 10667, - "Ġbin": 10668, - "ĠComment": 10669, - "alty": 10670, - "ibt": 10671, - "Ġtransformation": 10672, - "Pack": 10673, - "Ġvice": 10674, - "ĠÅĽ": 10675, - "Ġrefund": 10676, - "ikely": 10677, - "forward": 10678, - "Ġemployer": 10679, - "Ġgeb": 10680, - "Ġsuppose": 10681, - "ilet": 10682, - "hh": 10683, - "ĠPur": 10684, - "ĠFox": 10685, - "INT": 10686, - "Ġdisplayed": 10687, - "ĠMind": 10688, - "Ġyoga": 10689, - "chers": 10690, - "Ġquantity": 10691, - "best": 10692, - "VI": 10693, - "Ġmistakes": 10694, - "Ġtape": 10695, - "ĠSenior": 10696, - "ulpt": 10697, - "Ġdifficulty": 10698, - "Å£": 10699, - "Ġavait": 10700, - "ICE": 10701, - "äh": 10702, - "uda": 10703, - "adata": 10704, - "ragon": 10705, - "local": 10706, - "dict": 10707, - "93": 10708, - "ele": 10709, - "Ġsleeping": 10710, - "83": 10711, - "oric": 10712, - "idades": 10713, - "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 10714, - "asi": 10715, - "Ġdiscrim": 10716, - "tag": 10717, - "Ġassigned": 10718, - "zn": 10719, - "Ġoral": 10720, - "System": 10721, - "Ġsatisfied": 10722, - "Ġsynd": 10723, - "IVE": 10724, - "ĠRadio": 10725, - "xygen": 10726, - "Address": 10727, - "Ġopposed": 10728, - "Ġtutorial": 10729, - "Ġprinciple": 10730, - "screen": 10731, - "ĠKar": 10732, - "Ġsupplements": 10733, - "Ġevaluate": 10734, - "à¤": 10735, - "Ġawards": 10736, - "ĠExperience": 10737, - "çĻ": 10738, - "visor": 10739, - "ĠBol": 10740, - "Under": 10741, - "Ġboolean": 10742, - "ĠOs": 10743, - "ĠDespite": 10744, - "ĠStaff": 10745, - "MB": 10746, - "94": 10747, - "MT": 10748, - "Ġincent": 10749, - "ttp": 10750, - "ĠModern": 10751, - "Ġhip": 10752, - "everal": 10753, - "Ġsought": 10754, - "Play": 10755, - "Ġconversations": 10756, - "Ben": 10757, - "Ġexplo": 10758, - "Ġnights": 10759, - "hire": 10760, - "Ġloop": 10761, - "pert": 10762, - "rez": 10763, - "high": 10764, - "ÃŃas": 10765, - "Ġencounter": 10766, - "ĠJr": 10767, - "Does": 10768, - "ĠArizona": 10769, - "Ġseasons": 10770, - "Ġangle": 10771, - "Ġsafely": 10772, - "rett": 10773, - "Ġhal": 10774, - "ĠEveryone": 10775, - "itative": 10776, - "ĠPhilipp": 10777, - "Ġtwe": 10778, - "anç": 10779, - "\"),": 10780, - "usal": 10781, - "Ġsilence": 10782, - "Ġfocuses": 10783, - "Ġresort": 10784, - "ĠCivil": 10785, - "Mem": 10786, - "Ġangry": 10787, - "Ġhaz": 10788, - "ĠStudio": 10789, - "Ġbub": 10790, - "ĠTen": 10791, - "itement": 10792, - "ĠServer": 10793, - "Ġextraord": 10794, - "Disc": 10795, - "Ġtargets": 10796, - "ĠPresent": 10797, - "Ġcuts": 10798, - "Ġtie": 10799, - "Ġlosses": 10800, - "Ġrecall": 10801, - "åĪ©": 10802, - "Ġrarely": 10803, - "anne": 10804, - "ĠQuick": 10805, - "Ġaims": 10806, - "Ġhappiness": 10807, - "ĠBlock": 10808, - "Ġresolve": 10809, - "Ġrequested": 10810, - "Ġrod": 10811, - "riger": 10812, - "Ġnations": 10813, - "Ġcontribution": 10814, - "ä¸ī": 10815, - "plan": 10816, - "Men": 10817, - "ĠPartners": 10818, - "email": 10819, - "allas": 10820, - "status": 10821, - "Ġsurge": 10822, - "ĠSwed": 10823, - "aki": 10824, - "ĠBiden": 10825, - "ĠManufact": 10826, - "olen": 10827, - "Ġvom": 10828, - "ĠBeh": 10829, - "ĠCS": 10830, - "Ġconcert": 10831, - "ĠKorea": 10832, - "Ġasks": 10833, - "rogen": 10834, - "Ġlegend": 10835, - "Ġcombine": 10836, - "Ġcontained": 10837, - "Ġfunc": 10838, - "Ġvisits": 10839, - "Ġfarmers": 10840, - "Ġprest": 10841, - "Ġequity": 10842, - "oop": 10843, - "Ġinventory": 10844, - "åѦ": 10845, - "¡æľī": 10846, - "å®ļ": 10847, - "wear": 10848, - "Ġgraphics": 10849, - "Ġgenuine": 10850, - "ĠInstall": 10851, - "Ġsuffered": 10852, - "Ġaccum": 10853, - "(-": 10854, - "Ġcups": 10855, - "Ġhiring": 10856, - "oret": 10857, - "hour": 10858, - "Ġhardly": 10859, - "Ġacquired": 10860, - "ĠKind": 10861, - "arten": 10862, - "Ġsv": 10863, - "Ġduration": 10864, - "osph": 10865, - "Ġraising": 10866, - "amsung": 10867, - "Ġridic": 10868, - "WS": 10869, - "Ġcertificate": 10870, - "Ġsne": 10871, - "Ġaircraft": 10872, - "nis": 10873, - "Ġspeaker": 10874, - "Ġmehr": 10875, - "aje": 10876, - "Ġcomputers": 10877, - "Ġtrusted": 10878, - "Ġsubscription": 10879, - "Child": 10880, - "rod": 10881, - "ĠConsider": 10882, - "oker": 10883, - "Ġinvesting": 10884, - "Ġrepeat": 10885, - "Ġnervous": 10886, - "Black": 10887, - "ĠPoly": 10888, - "Ġhearts": 10889, - "Only": 10890, - "ĠZealand": 10891, - "ĉĉĉĉ": 10892, - "Ġscored": 10893, - "Ġgovernments": 10894, - "ptr": 10895, - "ĠPers": 10896, - "Ġrespir": 10897, - "wy": 10898, - "Ġsour": 10899, - "Ġgem": 10900, - "Bet": 10901, - "Ġsoldiers": 10902, - "éķ¿": 10903, - "aval": 10904, - "Ġrobust": 10905, - "ĠMarg": 10906, - "Ġpushing": 10907, - "udo": 10908, - "ĠVin": 10909, - "Ġwrites": 10910, - "opper": 10911, - "ĠIrish": 10912, - "Ġsmiled": 10913, - "Ġheavily": 10914, - "conf": 10915, - "Ġunse": 10916, - "Ġaccuracy": 10917, - "çIJ": 10918, - "PRO": 10919, - "Ġtons": 10920, - "uction": 10921, - "Ġlogic": 10922, - "ĠOwn": 10923, - "Action": 10924, - "Ġdeserve": 10925, - "Ġcontracts": 10926, - "ĠIntegr": 10927, - "Ġawarded": 10928, - "åķĬ": 10929, - "Ġtoken": 10930, - "Op": 10931, - "Ġshook": 10932, - "ennes": 10933, - "äng": 10934, - "Ġpip": 10935, - "asted": 10936, - "Ġaddresses": 10937, - "Pay": 10938, - "mem": 10939, - "wall": 10940, - "Ġswing": 10941, - "Ġenabled": 10942, - "Ġnutri": 10943, - "ĠFurthermore": 10944, - "ĠAwards": 10945, - "perties": 10946, - "they": 10947, - "Public": 10948, - "ĠGolden": 10949, - "rine": 10950, - "Ġscreens": 10951, - "ĠBat": 10952, - "ĠLLC": 10953, - "Ġpap": 10954, - "ĠMiami": 10955, - "Ġdot": 10956, - "ilation": 10957, - "orte": 10958, - "RP": 10959, - "ĠBru": 10960, - "Ġdistingu": 10961, - "Ġattempts": 10962, - "123": 10963, - "Dav": 10964, - "det": 10965, - "Ġholidays": 10966, - "å°Ķ": 10967, - "Bar": 10968, - "Ġmeets": 10969, - "isting": 10970, - "æĸĩ": 10971, - "Ġsubstantial": 10972, - "ĠTag": 10973, - "Ġlen": 10974, - "apse": 10975, - "Ġargue": 10976, - "001": 10977, - "Ġspeakers": 10978, - "ĠRemember": 10979, - "Ġtemperatures": 10980, - "Ġadmitted": 10981, - "olving": 10982, - "Ġroy": 10983, - "si": 10984, - "dem": 10985, - "ĠEric": 10986, - "Ġdocumentation": 10987, - "Yeah": 10988, - "orous": 10989, - "ĠTele": 10990, - "Ġabilities": 10991, - "ÃŃs": 10992, - "iatric": 10993, - "Ġreven": 10994, - "ĠKids": 10995, - "ĠGP": 10996, - "Ġphilosophy": 10997, - "fire": 10998, - "ĠJob": 10999, - "hou": 11000, - "acles": 11001, - "Ġtodos": 11002, - "normal": 11003, - "ĠÄį": 11004, - "main": 11005, - "uminum": 11006, - "Ġshoulders": 11007, - "æľĢ": 11008, - "Ġnotre": 11009, - "ylvania": 11010, - "ĠSolutions": 11011, - "Feb": 11012, - "Ġexclus": 11013, - "Ġdamaged": 11014, - "ĠCut": 11015, - "Ġcomun": 11016, - "pled": 11017, - "Ġpacked": 11018, - "Ġcrash": 11019, - "Ġbeneath": 11020, - "Ġdemonstrate": 11021, - "Ġenf": 11022, - "cat": 11023, - "Ġodds": 11024, - "ĠDur": 11025, - "LS": 11026, - "lu": 11027, - "Ġmedic": 11028, - "Ġenv": 11029, - "ĠMs": 11030, - "Ġweapon": 11031, - "Ġpride": 11032, - "Ġdirections": 11033, - "ĠEverything": 11034, - "esis": 11035, - "Ġges": 11036, - "select": 11037, - "Ġunusual": 11038, - "Ġconfront": 11039, - "Ġmyth": 11040, - "ĠChem": 11041, - "oren": 11042, - "rous": 11043, - "Ġabsence": 11044, - "Ġovercome": 11045, - "Ġfool": 11046, - "assion": 11047, - "Ġestimate": 11048, - "Ġtrabaj": 11049, - "ĠAk": 11050, - "Update": 11051, - "Ġexit": 11052, - "Ġvulnerable": 11053, - "Ġprohib": 11054, - "Ġsummary": 11055, - "Sw": 11056, - "Ġquesto": 11057, - "Ġservers": 11058, - "ĠBroad": 11059, - "©": 11060, - "Ġlake": 11061, - "å·±": 11062, - "ĠCub": 11063, - "èī": 11064, - "ÃŃn": 11065, - "Prof": 11066, - "heit": 11067, - "mission": 11068, - "arte": 11069, - "ĠAvailable": 11070, - "ĠBritain": 11071, - "ĠSquare": 11072, - "ĠTransport": 11073, - "amer": 11074, - "ahren": 11075, - "Ġcant": 11076, - "ution": 11077, - "tail": 11078, - "pire": 11079, - "两": 11080, - "bound": 11081, - "Ġsignature": 11082, - "Ġroads": 11083, - "ghed": 11084, - "Ġwooden": 11085, - "Ġblame": 11086, - "ĠDVD": 11087, - "anza": 11088, - "ĠMais": 11089, - "SON": 11090, - "Ġchecks": 11091, - "ĠMinistry": 11092, - "Ġrepresentative": 11093, - "Ġfrequent": 11094, - "Ġfluid": 11095, - "æīĭ": 11096, - "Ġromantic": 11097, - "Ġinflation": 11098, - "ĠNFL": 11099, - "Ġblogs": 11100, - "Ġanger": 11101, - "osten": 11102, - "ĠMember": 11103, - "rants": 11104, - "don": 11105, - "\\\\": 11106, - "Ġgew": 11107, - "Ġhem": 11108, - "acious": 11109, - "ĠDiet": 11110, - "Ġdivided": 11111, - "wich": 11112, - "çŁ¥": 11113, - "idade": 11114, - "books": 11115, - "Ġtambién": 11116, - "Ġdescribes": 11117, - "ĠPri": 11118, - "é»": 11119, - "ĠUm": 11120, - "FS": 11121, - "Input": 11122, - "orie": 11123, - "ĠSave": 11124, - "Ġdrama": 11125, - "Ġenthusi": 11126, - "185": 11127, - "åıĪ": 11128, - "çļĦå": 11129, - "dr": 11130, - "Ġmaintained": 11131, - "Ġarrested": 11132, - "Ġdistributed": 11133, - "Ġapplies": 11134, - "Ġcontrovers": 11135, - "erior": 11136, - "IB": 11137, - "omo": 11138, - "Ġproductivity": 11139, - "backs": 11140, - "ashes": 11141, - "Ġpromoting": 11142, - "Ġbreaks": 11143, - "Ġja": 11144, - "Ġsemi": 11145, - "orse": 11146, - "Ġplugin": 11147, - "ommen": 11148, - "law": 11149, - "arer": 11150, - "Ġpossibilities": 11151, - "Ġexamine": 11152, - "ultane": 11153, - "ĠEastern": 11154, - "Ġtempor": 11155, - "ĠForest": 11156, - "rus": 11157, - "ĠLatin": 11158, - "ĠCorporation": 11159, - "regon": 11160, - "ĠOP": 11161, - "Ġdecline": 11162, - ">(": 11163, - "aden": 11164, - "Ġacquire": 11165, - "Ġinstantly": 11166, - "erer": 11167, - "Ġcrypto": 11168, - "ĠJosh": 11169, - "Ġsoll": 11170, - "aco": 11171, - "Ġtargeted": 11172, - "Ġcogn": 11173, - "anches": 11174, - "Ġpuede": 11175, - "ĠOx": 11176, - "Ġminister": 11177, - "Ġnobody": 11178, - "ureau": 11179, - "Gen": 11180, - "Sign": 11181, - "Ġmie": 11182, - "ĠImage": 11183, - "uals": 11184, - "reement": 11185, - "Ġhighlights": 11186, - "giving": 11187, - "Ġindicates": 11188, - "Ġexceptional": 11189, - "Ġnue": 11190, - "头": 11191, - "Ġassault": 11192, - "Join": 11193, - "ĠValue": 11194, - "Ġcaps": 11195, - "herent": 11196, - "Ġpreced": 11197, - "Ġroots": 11198, - "achelor": 11199, - "Ġpropri": 11200, - "efits": 11201, - "Ġjet": 11202, - "orno": 11203, - "Ġcats": 11204, - "Ġtied": 11205, - "Ġdirectory": 11206, - "ĠSure": 11207, - "php": 11208, - "DC": 11209, - "Ġentitled": 11210, - "Ġdeveloper": 11211, - "(âĢľ": 11212, - "uum": 11213, - "Ġfiction": 11214, - "Ġdiscussions": 11215, - "Ġsubstance": 11216, - "ĠIdent": 11217, - "ABLE": 11218, - "Ġrolling": 11219, - "ims": 11220, - "ĠLi": 11221, - "Ġbanking": 11222, - "ĠBud": 11223, - "rup": 11224, - "Mat": 11225, - "Ġstations": 11226, - "asty": 11227, - "ĠPrin": 11228, - "ème": 11229, - "angel": 11230, - "ç©": 11231, - "Ġmouse": 11232, - "ĠIllinois": 11233, - "Ġbass": 11234, - "é£": 11235, - "aser": 11236, - "Ġrecruit": 11237, - "igma": 11238, - "ĠMotor": 11239, - "ĠiOS": 11240, - "IE": 11241, - "gree": 11242, - "ĠFL": 11243, - "ĠCou": 11244, - "å®ŀ": 11245, - "ĠAirport": 11246, - "ĠKong": 11247, - "Ġstocks": 11248, - "Ãī": 11249, - "ĠRog": 11250, - "Ġentity": 11251, - "Ġstepped": 11252, - "Ġprost": 11253, - "æ°ij": 11254, - "Ġpron": 11255, - "UST": 11256, - "Ġelectron": 11257, - "aning": 11258, - "é«": 11259, - "Ġconsultation": 11260, - "Pal": 11261, - "ĠElizabeth": 11262, - "Ġtube": 11263, - "hops": 11264, - "SH": 11265, - "Ġgig": 11266, - "ĠComputer": 11267, - "who": 11268, - "ĠFab": 11269, - "ĠNE": 11270, - "Ġconversion": 11271, - "Ġstruck": 11272, - "Photo": 11273, - "Ġik": 11274, - "Ġmovements": 11275, - "ĠMoon": 11276, - "Ġthemes": 11277, - "ostic": 11278, - "ĠInterest": 11279, - "Sk": 11280, - "atar": 11281, - "111": 11282, - "uating": 11283, - "Ġaccounting": 11284, - "Ġcompos": 11285, - "title": 11286, - "ĠAst": 11287, - "News": 11288, - "Ġemployed": 11289, - "ĠAve": 11290, - "Port": 11291, - "Pol": 11292, - "ĠMonth": 11293, - "Ġexplos": 11294, - "pson": 11295, - "Ġtrips": 11296, - "iscal": 11297, - "ASS": 11298, - "hyd": 11299, - "Ġgrid": 11300, - "Ġconventional": 11301, - "Welcome": 11302, - "Ġdict": 11303, - "pool": 11304, - "process": 11305, - "jud": 11306, - "Ġdop": 11307, - "clear": 11308, - "ĠAfghan": 11309, - "riculum": 11310, - "CB": 11311, - "actor": 11312, - "Right": 11313, - "Ġcomplement": 11314, - "ln": 11315, - "Ġpom": 11316, - "Ġpentru": 11317, - "Ġfollowers": 11318, - "ĠElectric": 11319, - "*)": 11320, - "Ġlon": 11321, - "Ġheating": 11322, - "Ġwisdom": 11323, - "Ġdipl": 11324, - "ĠWars": 11325, - "Ġceremony": 11326, - "Ġtrib": 11327, - "immer": 11328, - "Ġspo": 11329, - "Ġordinary": 11330, - "ĊĊĊ": 11331, - "ĠHollywood": 11332, - "found": 11333, - "Project": 11334, - "Ġinvite": 11335, - "Ġbug": 11336, - "Ġenvironments": 11337, - "cosystem": 11338, - "iley": 11339, - "float": 11340, - "plant": 11341, - "ding": 11342, - "Ġcontributions": 11343, - "Char": 11344, - "Ġthroat": 11345, - "Ġlens": 11346, - "èĩªå·±": 11347, - "Ġlowest": 11348, - "ĠAbs": 11349, - "Ġdismiss": 11350, - "ĠAmong": 11351, - "Ġsorts": 11352, - "ĠBell": 11353, - "OO": 11354, - "Ġconce": 11355, - "Ġelected": 11356, - "sylvania": 11357, - "else": 11358, - "Ġfolder": 11359, - "Ġcircuit": 11360, - "ĠSD": 11361, - "ĠEnjoy": 11362, - "Ġworkplace": 11363, - "Ġexercises": 11364, - "Ġpromotion": 11365, - "ussion": 11366, - "Ġlicensed": 11367, - "ĠGive": 11368, - "Ġpatch": 11369, - "ername": 11370, - "request": 11371, - "ĠBaby": 11372, - "will": 11373, - "ĠCirc": 11374, - "ÃŃm": 11375, - "Ġswimming": 11376, - "Ġfemin": 11377, - "Ġsubsequent": 11378, - "Ġsear": 11379, - "Ġcontents": 11380, - "åIJij": 11381, - "ĠRegist": 11382, - "Ġcoaching": 11383, - "ĠMi": 11384, - "Ġwaters": 11385, - "Del": 11386, - "Builder": 11387, - "Ġpupp": 11388, - "plic": 11389, - "Ġbehaviour": 11390, - "ĠPrivacy": 11391, - "ĠPlant": 11392, - "ĠCover": 11393, - "Ġsta": 11394, - "Ġediting": 11395, - "Ġcertification": 11396, - "ottom": 11397, - "ĠPerformance": 11398, - "ĠHR": 11399, - "Ġconfused": 11400, - "ĠToy": 11401, - "Ġrepresentation": 11402, - "enti": 11403, - "ĠTree": 11404, - "ĠBerlin": 11405, - "ĠSin": 11406, - "cludes": 11407, - "pg": 11408, - "Ġregulatory": 11409, - "izations": 11410, - "Ġbreathing": 11411, - "cam": 11412, - "ĠDiam": 11413, - "Ġthrows": 11414, - "ĠStation": 11415, - "Block": 11416, - "Ġamongst": 11417, - "Ġinterviews": 11418, - "ository": 11419, - "Ġmarch": 11420, - "Ġracing": 11421, - "...]": 11422, - "Ġtrigger": 11423, - "range": 11424, - "ĠSciences": 11425, - "ĠFa": 11426, - "ĠKenn": 11427, - "Ġassistant": 11428, - "ĠHouston": 11429, - "Ġneutral": 11430, - "Ġforma": 11431, - "prises": 11432, - "Ġdemonstrated": 11433, - "kind": 11434, - "Ġmant": 11435, - "Quest": 11436, - "Ġgrande": 11437, - "Ġrés": 11438, - "ĠFast": 11439, - "ishment": 11440, - "Ġlaser": 11441, - "endif": 11442, - "ĠThink": 11443, - "Ġfiber": 11444, - "aph": 11445, - "Ġprecious": 11446, - "Instance": 11447, - "Ġconsistently": 11448, - "ĠToronto": 11449, - "ifi": 11450, - "ĠWinter": 11451, - "rying": 11452, - "Ġresidence": 11453, - "etheless": 11454, - "oln": 11455, - "Ġaddressed": 11456, - "ĠFinance": 11457, - "ĠDub": 11458, - "ĠPrince": 11459, - "heast": 11460, - "Ġsurvival": 11461, - "Ġpi": 11462, - "pered": 11463, - "Ġbelt": 11464, - "Ġhosted": 11465, - "Ġsmartphone": 11466, - "Ġslee": 11467, - "Ġmeaningful": 11468, - "Button": 11469, - "ĠFREE": 11470, - "Ġdigest": 11471, - "Ġpicking": 11472, - "Ġpare": 11473, - "burgh": 11474, - "pop": 11475, - "æĬĬ": 11476, - "oured": 11477, - "ĠCancer": 11478, - "Ġinteractions": 11479, - "ĠHay": 11480, - "hu": 11481, - "ithub": 11482, - "June": 11483, - "Ġcub": 11484, - "Ġseam": 11485, - "Ġbaseball": 11486, - "athy": 11487, - "ĠEdition": 11488, - "Ġunderlying": 11489, - "doc": 11490, - "Ġproved": 11491, - "Ġtension": 11492, - "Ġnarrative": 11493, - "uno": 11494, - "ĠLimited": 11495, - "olds": 11496, - "sim": 11497, - "ĠDead": 11498, - "Ġdivorce": 11499, - "leb": 11500, - "Ġecho": 11501, - "Ġutility": 11502, - "unden": 11503, - "ĠPed": 11504, - "cu": 11505, - "Ġregulation": 11506, - "ey": 11507, - "Ġhabits": 11508, - "Ġnam": 11509, - "ĠHP": 11510, - "client": 11511, - "åĽŀ": 11512, - "Ġprize": 11513, - "Ġirrit": 11514, - "Ġcreativity": 11515, - "Ġta": 11516, - "////////////////": 11517, - "Ġsz": 11518, - "Ġcompatible": 11519, - "Ġaccordance": 11520, - "Ġappli": 11521, - "Ġreverse": 11522, - "Ġdesde": 11523, - "Ġtrials": 11524, - "Ġemerging": 11525, - "Ġartificial": 11526, - "ensing": 11527, - "åħ¬": 11528, - "Tag": 11529, - "ardo": 11530, - "rapeut": 11531, - "pling": 11532, - "lia": 11533, - "Ġcig": 11534, - "Ġuk": 11535, - "ĠEstate": 11536, - "Ġvolunteers": 11537, - "asion": 11538, - "ASE": 11539, - "Ġvoting": 11540, - "Ġlying": 11541, - "Ġvirtually": 11542, - "ĠCollect": 11543, - "Ġinitiatives": 11544, - "Ġsalary": 11545, - "Ġpanels": 11546, - "lined": 11547, - "Ġresident": 11548, - "Access": 11549, - "ĠNature": 11550, - "Ġexploring": 11551, - "web": 11552, - "ĠMiller": 11553, - "Ġdisorder": 11554, - "Query": 11555, - "Maybe": 11556, - "Ġfifth": 11557, - "Ġpilot": 11558, - "March": 11559, - "Ġfinancing": 11560, - "={": 11561, - "æĥħ": 11562, - "Ġbasketball": 11563, - "Ġdelivering": 11564, - "Ġcouncil": 11565, - "Ġintervention": 11566, - "ĠAnth": 11567, - "Ġslic": 11568, - "105": 11569, - "éĥ¨": 11570, - "rund": 11571, - "Ġdeclared": 11572, - "Ġnombre": 11573, - "Ġobjectives": 11574, - "Ġmatching": 11575, - "Ġinfections": 11576, - "agne": 11577, - "reb": 11578, - "ĠTit": 11579, - "Ġownership": 11580, - "Ġprze": 11581, - "Ġjudgment": 11582, - "Ġears": 11583, - "Ġcameras": 11584, - "called": 11585, - "aro": 11586, - "elijk": 11587, - "Ġsolely": 11588, - "Finally": 11589, - "Ġwireless": 11590, - "ockey": 11591, - "Ġexhibition": 11592, - "uana": 11593, - "Ġdesktop": 11594, - "ĠBetter": 11595, - "April": 11596, - "170": 11597, - "Ġabund": 11598, - "ĠLoss": 11599, - "ĠKevin": 11600, - "Ġclip": 11601, - "Ġbio": 11602, - "Ġemployers": 11603, - "Health": 11604, - "Ġcampaigns": 11605, - "LY": 11606, - "nesota": 11607, - "âĢIJ": 11608, - "ĠoÃ": 11609, - "ĠDiego": 11610, - "ITY": 11611, - "Ġwaves": 11612, - "Bel": 11613, - "è¶": 11614, - "Ġbeliefs": 11615, - "Ġhotels": 11616, - "Ġactively": 11617, - "ĠNothing": 11618, - "Ġgarlic": 11619, - "roit": 11620, - "ĠTalk": 11621, - "unge": 11622, - "ockets": 11623, - "Ġneighb": 11624, - "ĠSound": 11625, - "orship": 11626, - "Ġwestern": 11627, - "Ġbez": 11628, - "Ġpursue": 11629, - "Ġelsewhere": 11630, - "Ġencore": 11631, - "Ġopposition": 11632, - "ĠJenn": 11633, - "Ġbund": 11634, - "Sch": 11635, - "ĠMuch": 11636, - "XX": 11637, - "Ġtestim": 11638, - "Ġgrav": 11639, - "ĠHong": 11640, - "Ġsettled": 11641, - "ĠIndustry": 11642, - "Ġemissions": 11643, - "Ġgross": 11644, - "Ġeliminate": 11645, - "Ġnursing": 11646, - "Ġsouthern": 11647, - "ĠProdu": 11648, - "good": 11649, - "Ġdear": 11650, - "Ġarrival": 11651, - "aver": 11652, - "Ġdirt": 11653, - "ului": 11654, - "ĠED": 11655, - "Ġinteractive": 11656, - "Ġorganisation": 11657, - "Ġexpanded": 11658, - "Ġwishes": 11659, - "Ġfounder": 11660, - "é«ĺ": 11661, - "itches": 11662, - "Fin": 11663, - "Ġbacteria": 11664, - "Ġboards": 11665, - "Ġincom": 11666, - "Ġaimed": 11667, - "Price": 11668, - "Ġpes": 11669, - "Ġcelebration": 11670, - "phia": 11671, - "ĠGer": 11672, - "Ġimportantly": 11673, - "Ġmö": 11674, - "assen": 11675, - "ĠBag": 11676, - "Ġsmoking": 11677, - "dig": 11678, - "ĠDemocratic": 11679, - "Ġsigning": 11680, - "unicipal": 11681, - "next": 11682, - "æĶ¿": 11683, - "erving": 11684, - "addy": 11685, - "Ġlemon": 11686, - "plit": 11687, - "ĠBan": 11688, - "Ġchap": 11689, - "Ġpassage": 11690, - "è§ģ": 11691, - "ĠBrian": 11692, - "Ġtournament": 11693, - "Ġearnings": 11694, - "emies": 11695, - "flix": 11696, - "urities": 11697, - "Ġcord": 11698, - "opher": 11699, - "Hz": 11700, - "Ġvoters": 11701, - "Author": 11702, - "arrass": 11703, - "ĠApply": 11704, - "query": 11705, - "Ġcorresponding": 11706, - "Ġguilty": 11707, - "Ġphysically": 11708, - "Ġregards": 11709, - "Ġfulfill": 11710, - "Ġclubs": 11711, - "Ġadmin": 11712, - "Ġmountains": 11713, - "Ġcapac": 11714, - "ĠMarc": 11715, - "party": 11716, - "Ġresulted": 11717, - "Ġwise": 11718, - "\\\"": 11719, - "null": 11720, - "onda": 11721, - "MD": 11722, - "context": 11723, - "uet": 11724, - "ĠTotal": 11725, - "ĠAppro": 11726, - "Ġinnoc": 11727, - "Ġbackup": 11728, - "Ġtongue": 11729, - "ĠGallery": 11730, - "Ġmechanical": 11731, - "Ur": 11732, - "uits": 11733, - "inge": 11734, - "ĠPub": 11735, - "Very": 11736, - "åIJį": 11737, - "cup": 11738, - "Ġworker": 11739, - "ĠBrother": 11740, - "pad": 11741, - "Ġhospitals": 11742, - "ĠHost": 11743, - "Intern": 11744, - "Ġcompletion": 11745, - "Ġscreening": 11746, - "Ġwider": 11747, - "Ġglobe": 11748, - "aware": 11749, - "Ġtablet": 11750, - "Ġcryptocur": 11751, - "Ġsuppliers": 11752, - "uset": 11753, - "Ġoz": 11754, - "ĠVice": 11755, - "Ġshout": 11756, - "zia": 11757, - "Ġhorses": 11758, - "amine": 11759, - "ĠKitchen": 11760, - "ĠNob": 11761, - "ogs": 11762, - "ĠChristians": 11763, - "ĠLewis": 11764, - "Ġphrase": 11765, - "Ġanalyst": 11766, - "ĠDonald": 11767, - "Ġnewspaper": 11768, - "ä¸ĸ": 11769, - "Ġattending": 11770, - "ĠPrivate": 11771, - "sized": 11772, - "Ġrolled": 11773, - "ribution": 11774, - "ĠArchitect": 11775, - "Ġweigh": 11776, - "Ġbother": 11777, - "Ġvertical": 11778, - "Ġdual": 11779, - "Ġholes": 11780, - "Ġprocessed": 11781, - "Ġparticipating": 11782, - "ERT": 11783, - "ĠCle": 11784, - "issance": 11785, - "Ġbid": 11786, - "PD": 11787, - "Ġgathered": 11788, - "God": 11789, - "ĠChoose": 11790, - "ĠOak": 11791, - "Ġbrothers": 11792, - "Ġmaps": 11793, - "Ġaccompan": 11794, - "Ġdeleg": 11795, - "ĠProperty": 11796, - "ĠExpress": 11797, - "Ġtempt": 11798, - "ĠPath": 11799, - "tains": 11800, - "çĪ": 11801, - "ĠPhone": 11802, - "ictionary": 11803, - "184": 11804, - "§": 11805, - "Ġupset": 11806, - "ĠCT": 11807, - "ĠFuture": 11808, - "Ġsoup": 11809, - "Ġanybody": 11810, - "Ġtranslation": 11811, - "Sty": 11812, - "Ġfruits": 11813, - "Ġelegant": 11814, - "rei": 11815, - "Ġtorn": 11816, - "Ġbabies": 11817, - "oded": 11818, - "$$": 11819, - "Keep": 11820, - "ĠAnnual": 11821, - "Ġaest": 11822, - "pring": 11823, - "itutional": 11824, - "Ġti": 11825, - "General": 11826, - "Ġskilled": 11827, - "ouses": 11828, - "ĠIV": 11829, - "Ġcontra": 11830, - "ĠSH": 11831, - "amy": 11832, - "Ġtar": 11833, - "ĠWolf": 11834, - "缸": 11835, - "Ġcalories": 11836, - "Ġofficially": 11837, - "sz": 11838, - "Ġvir": 11839, - "Ġrib": 11840, - "(_": 11841, - "Ġconvenience": 11842, - "Ġoverl": 11843, - "Ġpulling": 11844, - "Ġdrain": 11845, - "awn": 11846, - "orer": 11847, - "azioni": 11848, - "Ġpant": 11849, - "makers": 11850, - "Ġsensor": 11851, - "Ġvos": 11852, - "ĠDavis": 11853, - "ĠDise": 11854, - "Ġelder": 11855, - "Ġhopefully": 11856, - "Ġdifferently": 11857, - "ĠRestaur": 11858, - "oween": 11859, - "otive": 11860, - "Ġchips": 11861, - "adelphia": 11862, - "fi": 11863, - "Ġdestroyed": 11864, - "Ġmakeup": 11865, - "ĠLiter": 11866, - "Ġmayor": 11867, - "WE": 11868, - "Ġrefers": 11869, - "ĠLess": 11870, - "Pres": 11871, - "Ġimpacts": 11872, - "Ġvib": 11873, - "ĠDouble": 11874, - "Ġsimultane": 11875, - "Ġleaf": 11876, - "ĠJay": 11877, - "dim": 11878, - "Ġparad": 11879, - "ĠJean": 11880, - "ventions": 11881, - "ĠJordan": 11882, - "agine": 11883, - "Ġconvin": 11884, - "Ġdowntown": 11885, - "Ġindu": 11886, - "ĠBB": 11887, - "ĠPor": 11888, - "Ġexamination": 11889, - "ĠmÃ": 11890, - "gi": 11891, - "plus": 11892, - "Ġdisaster": 11893, - "Ins": 11894, - "++)": 11895, - "Mark": 11896, - "week": 11897, - "ĠOpp": 11898, - "ĠRelations": 11899, - "ĠPast": 11900, - "Ġpover": 11901, - "ĠSide": 11902, - "Ġrefuge": 11903, - "Ġcourts": 11904, - "Ġhan": 11905, - "Ġnutrition": 11906, - "NC": 11907, - "olves": 11908, - "Ġhonestly": 11909, - "Ġhoney": 11910, - "Ġore": 11911, - "isms": 11912, - "Ġoxygen": 11913, - "ĠMerc": 11914, - "ĠET": 11915, - "Happy": 11916, - "rin": 11917, - "Ġdump": 11918, - "ĠWilson": 11919, - "mates": 11920, - "ĠEmploy": 11921, - "imiento": 11922, - "Ġalternatives": 11923, - "issa": 11924, - "Ġannouncement": 11925, - "ĠTrade": 11926, - "Ġexch": 11927, - "Ġperformances": 11928, - "åĥ": 11929, - "Ġexplicit": 11930, - "Ġliability": 11931, - "ntil": 11932, - "Ġinev": 11933, - "Ġremoving": 11934, - "Ġenhanced": 11935, - "Ġcharging": 11936, - "cellent": 11937, - "ĠDemocrats": 11938, - "Ġprosecut": 11939, - "Ġaccomp": 11940, - "Ġrefused": 11941, - "Ġpassionate": 11942, - "Ġdia": 11943, - "аÐ": 11944, - "Ġpursu": 11945, - "ĠParent": 11946, - "security": 11947, - "Ġinstruments": 11948, - "Ġcomposition": 11949, - "inates": 11950, - "mind": 11951, - "Si": 11952, - "Ġensures": 11953, - "å®ĥ": 11954, - "Ġwhilst": 11955, - "Ġvotes": 11956, - "Person": 11957, - "ĠSong": 11958, - "Ġdefect": 11959, - "ĠBrook": 11960, - "Ġdrives": 11961, - "Ġprovision": 11962, - "Ġsilent": 11963, - "km": 11964, - "Ġvitamin": 11965, - "update": 11966, - "Ġvig": 11967, - "Ġsinging": 11968, - "Ġshr": 11969, - "owie": 11970, - "None": 11971, - "Which": 11972, - "ĠCould": 11973, - "Ġcouples": 11974, - "æį": 11975, - "ILL": 11976, - "alg": 11977, - "ĠDeath": 11978, - "eman": 11979, - "Dan": 11980, - "bling": 11981, - "Ġunlike": 11982, - "ĠSept": 11983, - "Ġquotes": 11984, - "Ġaver": 11985, - "Ġoperational": 11986, - "emia": 11987, - "abolic": 11988, - "Figure": 11989, - "Ġchi": 11990, - "Ġagenda": 11991, - "rä": 11992, - "Ġnella": 11993, - "ĠMust": 11994, - "Ġworn": 11995, - "Ġengines": 11996, - "orted": 11997, - "Wow": 11998, - "ONE": 11999, - "Ġpasses": 12000, - "Ġmedi": 12001, - "Ġpleasant": 12002, - "tage": 12003, - "Ġperf": 12004, - "Whether": 12005, - "Ġvine": 12006, - "some": 12007, - "URE": 12008, - "Full": 12009, - "Ġexpense": 12010, - "å±±": 12011, - "Ġjewelry": 12012, - "GS": 12013, - "Ġlocked": 12014, - "dam": 12015, - "tex": 12016, - "Ġauthentic": 12017, - "ĠIslam": 12018, - "éĩį": 12019, - "Ġvenue": 12020, - "Ġstamp": 12021, - "essa": 12022, - "stop": 12023, - "istical": 12024, - "rations": 12025, - "ĠPennsylvania": 12026, - "ĠPrim": 12027, - "Ġdependent": 12028, - "ologists": 12029, - "Ġavant": 12030, - "bst": 12031, - "Ġcheaper": 12032, - "Looking": 12033, - "ĠIndex": 12034, - "Ġanalys": 12035, - "Ġtoys": 12036, - "ĠCorn": 12037, - "Online": 12038, - "ĠPour": 12039, - "Ġprotecting": 12040, - "Ġdesigners": 12041, - "Ġgenre": 12042, - "ĠBrad": 12043, - "Ġcorpor": 12044, - "Ġlaughed": 12045, - "Ġflights": 12046, - "Ġworkout": 12047, - "FOR": 12048, - "Equal": 12049, - "ĠAltern": 12050, - "ĠElement": 12051, - "ĠJam": 12052, - "Abstract": 12053, - "ĠPerfect": 12054, - "Ġliver": 12055, - "season": 12056, - "ché": 12057, - "Ġedges": 12058, - "omer": 12059, - "ĠPlanning": 12060, - "Long": 12061, - "ç¤": 12062, - "Ġloaded": 12063, - "ĠBreak": 12064, - "acular": 12065, - "Ġbonuses": 12066, - "Ġgenerations": 12067, - "insi": 12068, - "Ġactors": 12069, - "Ġdiscovery": 12070, - "uke": 12071, - "Ġguaranteed": 12072, - "Ġstops": 12073, - "$,": 12074, - "rock": 12075, - "glich": 12076, - "property": 12077, - "ĠEditor": 12078, - "ĠVillage": 12079, - "walk": 12080, - "Write": 12081, - "adores": 12082, - "ĠGreg": 12083, - "Ġglob": 12084, - "Ġandroid": 12085, - "illo": 12086, - "Ġoptimal": 12087, - "usc": 12088, - "ĠGas": 12089, - "Look": 12090, - "ĠIron": 12091, - "Ġtroops": 12092, - "Comment": 12093, - "Ġft": 12094, - "Ġwenn": 12095, - "Ġdetection": 12096, - "Ġworship": 12097, - "eq": 12098, - "target": 12099, - "äºĮ": 12100, - "ĠRO": 12101, - "Ģä": 12102, - "Ġstopping": 12103, - "ĠMagn": 12104, - "Ġtoss": 12105, - "ĠMichel": 12106, - "Ġviel": 12107, - "être": 12108, - "there": 12109, - "Ġimpressed": 12110, - "Ġdistract": 12111, - "Ġphotographs": 12112, - "Ġgenetic": 12113, - "Ġclicking": 12114, - "Ġvolunteer": 12115, - "ĠSab": 12116, - "ĠLinux": 12117, - "ĠCart": 12118, - "Big": 12119, - ",âĢĻ": 12120, - "bug": 12121, - "Ġrust": 12122, - "aceut": 12123, - "September": 12124, - "Ġresponded": 12125, - "代": 12126, - "Ġhacer": 12127, - "ndry": 12128, - "wal": 12129, - "older": 12130, - "ĠHyd": 12131, - "Ġurl": 12132, - "inely": 12133, - "ĠUnter": 12134, - "omatic": 12135, - "Ġreserved": 12136, - "ĠVisit": 12137, - "Ġviewing": 12138, - "Ġger": 12139, - "Ġdepos": 12140, - "arest": 12141, - "Dev": 12142, - "ospel": 12143, - "Ġepisodes": 12144, - "Ġproduces": 12145, - "ĠCash": 12146, - "ateral": 12147, - "Ġelections": 12148, - "220": 12149, - "Ġshame": 12150, - "ĠKh": 12151, - "Ġessere": 12152, - "Ġcompete": 12153, - "ĠHub": 12154, - "ĠTips": 12155, - "Ġanniversary": 12156, - "Ġhug": 12157, - "health": 12158, - "uid": 12159, - "ĠCreek": 12160, - "ĠMagazine": 12161, - "ovo": 12162, - "Ġtalented": 12163, - "Ġapr": 12164, - "ĠOregon": 12165, - "Ġprevention": 12166, - "Ġverb": 12167, - "ĠRemove": 12168, - "erals": 12169, - "ités": 12170, - "Ġthreats": 12171, - "Ġpainted": 12172, - "itzer": 12173, - "Ġmodified": 12174, - "Ġvez": 12175, - "èĦ": 12176, - "Ġreviewed": 12177, - "FP": 12178, - "Ġpurchases": 12179, - "lation": 12180, - "Ġrug": 12181, - "ĠBlood": 12182, - "ĠAnton": 12183, - "piece": 12184, - "ĠTerms": 12185, - "Ġburden": 12186, - "ĠPO": 12187, - "Ġecosystem": 12188, - "elen": 12189, - "Hot": 12190, - "hard": 12191, - "Ġabstract": 12192, - "ĠLie": 12193, - "tech": 12194, - "Ġpromised": 12195, - "ĠAustin": 12196, - "Ġinstances": 12197, - "Ġgrounds": 12198, - "ifs": 12199, - "Ġbalanced": 12200, - "onsin": 12201, - "Ġuniversities": 12202, - "érie": 12203, - "HL": 12204, - "Ġgreet": 12205, - "Ġassembly": 12206, - "ishop": 12207, - "Ġrect": 12208, - "Ġradical": 12209, - "engers": 12210, - "abling": 12211, - "Exp": 12212, - "Ġms": 12213, - "ĠALL": 12214, - "ĠPalest": 12215, - "idal": 12216, - "false": 12217, - "Ġfrozen": 12218, - "ĠEvents": 12219, - "BE": 12220, - "aration": 12221, - "acional": 12222, - "240": 12223, - "Ġaffiliate": 12224, - "Ġrestore": 12225, - "Ġsculpt": 12226, - "ĠFed": 12227, - "ÃŁe": 12228, - "Ġcultiv": 12229, - "fen": 12230, - "icare": 12231, - "ĠJason": 12232, - "åħ¥": 12233, - "cycle": 12234, - "inery": 12235, - "output": 12236, - "Ġfallen": 12237, - "Ġroughly": 12238, - "amma": 12239, - "Ġinterf": 12240, - "ixel": 12241, - "Ġwarranty": 12242, - "phy": 12243, - "idity": 12244, - "Ġtelephone": 12245, - "Ġgathering": 12246, - "\").": 12247, - "äl": 12248, - "ĠUnit": 12249, - "Ġneces": 12250, - "Ġmattress": 12251, - "got": 12252, - "Ġfigured": 12253, - "Ġballs": 12254, - "Ġproducer": 12255, - "-.": 12256, - "Ġconse": 12257, - "Ġcannabis": 12258, - "Ġrewards": 12259, - "Ġbeef": 12260, - "chron": 12261, - "ĠChen": 12262, - "Ġchip": 12263, - "Ġpoverty": 12264, - "Ġdisorders": 12265, - "ĠVers": 12266, - "Ġoverse": 12267, - "Ġimmer": 12268, - "cn": 12269, - "Ġaccused": 12270, - "Ġunlikely": 12271, - "umbled": 12272, - "Ġenerg": 12273, - "èĤ": 12274, - "gly": 12275, - "ĠAuf": 12276, - "endment": 12277, - "ĠMath": 12278, - "203": 12279, - "illes": 12280, - "END": 12281, - "Ġverify": 12282, - "Ġwrapped": 12283, - "ĠNC": 12284, - "enÃŃ": 12285, - "Ġél": 12286, - "ĠStephen": 12287, - "mother": 12288, - "Ġhitting": 12289, - "ĠIL": 12290, - "Ġpsychological": 12291, - "ĠOnt": 12292, - "Ġdrops": 12293, - "Ġcollective": 12294, - "azed": 12295, - "eness": 12296, - "July": 12297, - "Main": 12298, - "Ġcad": 12299, - "ĠWorking": 12300, - "Ġpopularity": 12301, - "Ġcaptured": 12302, - "kÃ": 12303, - "Ġlang": 12304, - "Ġcooperation": 12305, - "Ġentrepreneurs": 12306, - "ĠCool": 12307, - "Ġsophist": 12308, - "Ġepid": 12309, - "Ġprend": 12310, - "ĠJane": 12311, - "Ġdying": 12312, - "ĠPick": 12313, - "ustain": 12314, - "183": 12315, - "jac": 12316, - "ĠForum": 12317, - "Ġhybrid": 12318, - "ĠMix": 12319, - "Ġbands": 12320, - "ĠGolf": 12321, - "Ġtempo": 12322, - "bas": 12323, - "Run": 12324, - "Version": 12325, - "еÐ": 12326, - "ĠNation": 12327, - "BN": 12328, - "ju": 12329, - "Ġknee": 12330, - "Ġgang": 12331, - "airy": 12332, - "inet": 12333, - "enth": 12334, - "Token": 12335, - "isconsin": 12336, - "HD": 12337, - "agan": 12338, - "ijuana": 12339, - "Options": 12340, - "Ġcourage": 12341, - "activ": 12342, - "Ġbeans": 12343, - "Ġbits": 12344, - "rices": 12345, - "ĠBridge": 12346, - "Ġpeer": 12347, - "Ġcopies": 12348, - "Oper": 12349, - "Ġgently": 12350, - "Ġviewed": 12351, - "specific": 12352, - "ĠTurkey": 12353, - "Ġduties": 12354, - "Ġaffects": 12355, - "ĠMini": 12356, - "ĠSU": 12357, - "Ġaspir": 12358, - "Ġpizza": 12359, - "ĠColumbia": 12360, - "Ġcompact": 12361, - "Ġcust": 12362, - "hend": 12363, - "entials": 12364, - "Ġreferences": 12365, - "ANT": 12366, - "ounding": 12367, - "product": 12368, - "Ġlibr": 12369, - "sta": 12370, - "indi": 12371, - "anal": 12372, - "ĠAqu": 12373, - "Ġchemicals": 12374, - "Ġfabulous": 12375, - "Ġshadow": 12376, - "ĠMort": 12377, - "Ġscal": 12378, - "Ġharvest": 12379, - "Ġsurrounded": 12380, - "Ġapple": 12381, - "Ġpiano": 12382, - "ĠGes": 12383, - "âĪĴ": 12384, - "necess": 12385, - "ceeds": 12386, - "ĠDies": 12387, - "mut": 12388, - "ousing": 12389, - "Ġexecution": 12390, - "Ġpants": 12391, - "Ġrecru": 12392, - "Ġnewest": 12393, - "Ġspokes": 12394, - "Ġreleases": 12395, - "Ġsexy": 12396, - "ydney": 12397, - "Ġintegrity": 12398, - "August": 12399, - "iov": 12400, - "Ġvin": 12401, - "search": 12402, - "Ġip": 12403, - "ĠEV": 12404, - "click": 12405, - "Ġdisrupt": 12406, - "ERR": 12407, - "cies": 12408, - "ĠOption": 12409, - "oder": 12410, - "ĠDim": 12411, - "Ġwrap": 12412, - "ĠLanguage": 12413, - "Mus": 12414, - "ometry": 12415, - "Ġpets": 12416, - "Ġprofits": 12417, - "Ġconstra": 12418, - "ĠContract": 12419, - "Ġnp": 12420, - "Ġterritory": 12421, - "\"}": 12422, - "Ġevident": 12423, - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 12424, - "Ev": 12425, - "ĠAgr": 12426, - "Ġdash": 12427, - "Ġfired": 12428, - "Ġappreciated": 12429, - "igue": 12430, - "fish": 12431, - "Ġshapes": 12432, - "heart": 12433, - "Those": 12434, - "Ġlanding": 12435, - "ipper": 12436, - "Ġsnap": 12437, - "Ġstem": 12438, - "Ġquot": 12439, - "Ġthoroughly": 12440, - "Ġoverview": 12441, - "Ġmomento": 12442, - "CoV": 12443, - "Ġprominent": 12444, - "ĠQual": 12445, - "Mult": 12446, - "Ġburst": 12447, - "ĠQuestions": 12448, - "Ġtv": 12449, - "Ġcous": 12450, - "ĠSeattle": 12451, - "Ġsinger": 12452, - "ĠAssistant": 12453, - "Ġfinest": 12454, - "cribed": 12455, - "ĠMinnesota": 12456, - "Ġcolours": 12457, - "iza": 12458, - "Ġabroad": 12459, - "Ġconnecting": 12460, - "ĠMajor": 12461, - "ç¥ŀ": 12462, - "ĠFra": 12463, - "Ġcada": 12464, - "Ġlogin": 12465, - "Ġbou": 12466, - "Ġfascinating": 12467, - "Ġbooking": 12468, - "itivity": 12469, - "ĠRome": 12470, - "Ġbite": 12471, - "Ġoffense": 12472, - "ĠResults": 12473, - "charg": 12474, - "amiento": 12475, - "Ġcolleg": 12476, - "Ġoverwhelming": 12477, - "Ġtremend": 12478, - "Ġforgotten": 12479, - "Ġcontributed": 12480, - "owers": 12481, - "ĠMars": 12482, - "Ġutilizing": 12483, - "ĠWriting": 12484, - "Ġcultures": 12485, - "ĠGard": 12486, - "Load": 12487, - "vez": 12488, - "Ġoperators": 12489, - "Ġpainful": 12490, - "Ġdann": 12491, - "Ġö": 12492, - "?'": 12493, - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠ": 12494, - "ĠNS": 12495, - "jack": 12496, - "Ġnavigate": 12497, - "Contin": 12498, - "Ġcorrel": 12499, - "Ġcual": 12500, - "Ġexcitement": 12501, - "cap": 12502, - "ĠProp": 12503, - "Ġstraw": 12504, - "ĠUnd": 12505, - "éné": 12506, - "Ġaged": 12507, - "Ġnap": 12508, - "ĠHu": 12509, - "Ġaggressive": 12510, - "Ġprecisely": 12511, - "Ġappetite": 12512, - "ĠPharm": 12513, - "isode": 12514, - "ellite": 12515, - "ĠWH": 12516, - "leton": 12517, - "Ġay": 12518, - "obb": 12519, - "begin": 12520, - "ĠPain": 12521, - "ĠPict": 12522, - "ĠActiv": 12523, - "Component": 12524, - "ĠGlass": 12525, - "Ġhence": 12526, - "RT": 12527, - "Ġcredits": 12528, - "Ġknife": 12529, - "ULT": 12530, - "Ġlawyers": 12531, - "Ġsurfaces": 12532, - "Ġcooked": 12533, - "edit": 12534, - "Pass": 12535, - "Ġprecise": 12536, - "holder": 12537, - "Ġpremier": 12538, - "Ġtan": 12539, - "Watch": 12540, - "Ġlimitations": 12541, - "](#": 12542, - "Ġstrain": 12543, - "http": 12544, - "Return": 12545, - "Ġbulk": 12546, - "Ġoffset": 12547, - "Ġlikewise": 12548, - "Ġparagraph": 12549, - "kie": 12550, - "izable": 12551, - "root": 12552, - "show": 12553, - "Ġslide": 12554, - "ĠBirth": 12555, - "aceutical": 12556, - "ĠDick": 12557, - "ĠPL": 12558, - "Ġexterior": 12559, - "Handler": 12560, - "Ang": 12561, - "nych": 12562, - "ĠBC": 12563, - "ĠBarb": 12564, - "ĠInfo": 12565, - "Ġmoisture": 12566, - "ĠCand": 12567, - "Ġwheels": 12568, - "Ġnorthern": 12569, - "Ġsevent": 12570, - "ĠGrant": 12571, - "Ġviv": 12572, - "ĠBased": 12573, - "amon": 12574, - "æŀľ": 12575, - "ĠCooper": 12576, - "Ġeu": 12577, - "Ġadoption": 12578, - "Ġintelligent": 12579, - "Ġadequate": 12580, - "ÅĻÃŃ": 12581, - "inction": 12582, - "ĠNorm": 12583, - "Ġtransparent": 12584, - "ichael": 12585, - "Ġvector": 12586, - "Ġvintage": 12587, - "Que": 12588, - "ington": 12589, - "âĢĿ)": 12590, - "rell": 12591, - "Ġmedications": 12592, - "Ġtrailer": 12593, - "nut": 12594, - "Super": 12595, - "Ġrespective": 12596, - "Ġfantasy": 12597, - "ders": 12598, - "doors": 12599, - "": 13336, - "Ġpromises": 13337, - "urchase": 13338, - "Ġlap": 13339, - "Ġslip": 13340, - "ĠSto": 13341, - "Ġdestruction": 13342, - "Ġnetworking": 13343, - "Ġsull": 13344, - "mitt": 13345, - "Ġmart": 13346, - "ĠSF": 13347, - "essed": 13348, - "æķ°": 13349, - "ĠHop": 13350, - "ĠThom": 13351, - "aft": 13352, - "Ġcoconut": 13353, - "Ġzw": 13354, - "Ġguides": 13355, - "Ġ©": 13356, - "ĠGab": 13357, - "Ġdiese": 13358, - "bot": 13359, - "Ġdisability": 13360, - "olk": 13361, - "ernel": 13362, - "formed": 13363, - "Ġsir": 13364, - "èIJ": 13365, - "Option": 13366, - "Ġaddiction": 13367, - "Ġmeters": 13368, - "filter": 13369, - "Ġtiem": 13370, - "ensional": 13371, - "ĠSARS": 13372, - "Ġtanto": 13373, - "Ġgirlfriend": 13374, - "ç±": 13375, - "install": 13376, - "åĥı": 13377, - "Ġdesert": 13378, - "jar": 13379, - "ĠHad": 13380, - "ĠTu": 13381, - "uint": 13382, - "Ġbeds": 13383, - "ĠBh": 13384, - "ijd": 13385, - "çĥ": 13386, - "Ġmejor": 13387, - "Ġoperated": 13388, - "Bo": 13389, - "ulator": 13390, - "ĠMagic": 13391, - "ï¸ı": 13392, - "Buy": 13393, - "ĠOrganization": 13394, - "=]": 13395, - "Having": 13396, - "举": 13397, - "æĪĸ": 13398, - "ĠNetflix": 13399, - "emn": 13400, - "Ġgrain": 13401, - "rors": 13402, - "Ġinspection": 13403, - "Ġretain": 13404, - "åĨħ": 13405, - "hn": 13406, - "ĠCreative": 13407, - "Ġbatteries": 13408, - "Ġgast": 13409, - "closure": 13410, - "Ġbranches": 13411, - "Ġtale": 13412, - "Ġaccomplished": 13413, - "Ġreset": 13414, - "_{\\": 13415, - "Ġspouse": 13416, - "ondo": 13417, - "cf": 13418, - "ĠSud": 13419, - "Ġrated": 13420, - "ĠAnderson": 13421, - "Ġkeyboard": 13422, - "cluding": 13423, - "Ġsoap": 13424, - "Ġdressed": 13425, - "=": 14242, - "Ġtrucks": 14243, - "Ġexclusively": 14244, - "Ġrender": 14245, - "stock": 14246, - "ĠFant": 14247, - "ishers": 14248, - "igne": 14249, - "Ġintake": 14250, - "maker": 14251, - "Ġcomposed": 14252, - "Ġshed": 14253, - "rost": 14254, - "Ġupgr": 14255, - "Ġstared": 14256, - "Ġarmed": 14257, - "Ġcoinc": 14258, - "ohl": 14259, - "æ»": 14260, - "Ġcomplexity": 14261, - "Ġfet": 14262, - "Ġégal": 14263, - "archy": 14264, - "project": 14265, - "Ġspectacular": 14266, - "Ġsecured": 14267, - "jours": 14268, - "Ġhint": 14269, - "Function": 14270, - "ĠLeadership": 14271, - "Ġhomework": 14272, - "ĠIndiana": 14273, - "make": 14274, - "Ġjumped": 14275, - "ĠDA": 14276, - "Ġdevast": 14277, - "arlo": 14278, - "Ġreferring": 14279, - "ĠTell": 14280, - "ĠPas": 14281, - "Ġcountless": 14282, - "æ°´": 14283, - "Ġchains": 14284, - "êt": 14285, - "ĠAgricult": 14286, - "Ġdefeat": 14287, - "ĠClear": 14288, - "Ġtexts": 14289, - "elson": 14290, - "Ġaller": 14291, - ".;": 14292, - "Sorry": 14293, - "adt": 14294, - "ĠMoore": 14295, - "ĠTreatment": 14296, - "ceptions": 14297, - "aman": 14298, - "Ġridiculous": 14299, - "ĠElle": 14300, - "ĠGift": 14301, - "alpha": 14302, - "ĠFeder": 14303, - "ĠAw": 14304, - "oire": 14305, - "ighters": 14306, - "ĠDragon": 14307, - "Ġbeloved": 14308, - "ĠRA": 14309, - "ĠPosts": 14310, - "Ġincorrect": 14311, - "Ġpurple": 14312, - "Ġelabor": 14313, - "ĠFem": 14314, - "Ġpossession": 14315, - "ĠAnthony": 14316, - "late": 14317, - "ĠStorage": 14318, - "ptic": 14319, - "Ġloading": 14320, - "Ġpartial": 14321, - "Ġperpet": 14322, - "klahoma": 14323, - "ĠUsed": 14324, - "ĠVictor": 14325, - "Ġcheer": 14326, - "Ġdimin": 14327, - "Ġâ": 14328, - "Ġfavorites": 14329, - "crit": 14330, - "aspoon": 14331, - "Ġprospects": 14332, - "ĠSomething": 14333, - "Ġtune": 14334, - "Ġdés": 14335, - "chant": 14336, - "Label": 14337, - "ĠLincoln": 14338, - "ĠSimply": 14339, - "Ġsits": 14340, - "让": 14341, - "Chapter": 14342, - "ĠrÃ": 14343, - "缴": 14344, - "Ġtrauma": 14345, - "å®ī": 14346, - "Ġingredient": 14347, - "uations": 14348, - "ĠCommercial": 14349, - "Ġboyfriend": 14350, - "Ġuncertainty": 14351, - "family": 14352, - "cium": 14353, - "å¤Ħ": 14354, - "ommy": 14355, - "Ġinflammation": 14356, - "Ġjag": 14357, - "åı¯ä»¥": 14358, - "ará": 14359, - "cze": 14360, - "Ġvacuum": 14361, - "igration": 14362, - "kit": 14363, - "pol": 14364, - "Details": 14365, - "Ġexperimental": 14366, - "orb": 14367, - "ĠFeed": 14368, - "ĠGiven": 14369, - "ĠPlayer": 14370, - "Ġtourism": 14371, - "åĽĽ": 14372, - "Ġrestricted": 14373, - "Ġcelebrated": 14374, - "ĠGrace": 14375, - "Tim": 14376, - "ĠAlexander": 14377, - "Creat": 14378, - "Ġeffic": 14379, - "Ġtowns": 14380, - "Donald": 14381, - "ĠHamilton": 14382, - "winning": 14383, - "Ġnicely": 14384, - "Ġalors": 14385, - "Ġentrepreneur": 14386, - "istence": 14387, - "Ġversatile": 14388, - "adesh": 14389, - "Ġpointing": 14390, - "Łi": 14391, - "apper": 14392, - "äch": 14393, - "ĠKal": 14394, - "ĠSay": 14395, - "Ask": 14396, - "Ġmoins": 14397, - "owy": 14398, - "apor": 14399, - "ĠArk": 14400, - "ĠForeign": 14401, - "Ġranking": 14402, - "ĠSleep": 14403, - "eurs": 14404, - "ĠBegin": 14405, - "ĠJoin": 14406, - "aments": 14407, - "Ġpoliticians": 14408, - "irection": 14409, - "Ġstylish": 14410, - "Ġsquad": 14411, - "åıĹ": 14412, - "rik": 14413, - "Ġpassengers": 14414, - "ĠIndones": 14415, - "../../": 14416, - "ĠBear": 14417, - "Ġcrystal": 14418, - "Ġaccommodation": 14419, - "bian": 14420, - "enne": 14421, - "Ġreceives": 14422, - "\"))": 14423, - "声": 14424, - "Ġvu": 14425, - "tras": 14426, - "Ġpublications": 14427, - "表": 14428, - "pred": 14429, - "Game": 14430, - "æİ¥": 14431, - "ibli": 14432, - "Ġmotivated": 14433, - "Ġshake": 14434, - "ĠBrew": 14435, - "Ġdiffer": 14436, - "ĠComplete": 14437, - "Ġglory": 14438, - "Ġanytime": 14439, - "Ġpasta": 14440, - "Ġactress": 14441, - "speed": 14442, - "arity": 14443, - "ç¨": 14444, - "ĠLinks": 14445, - "ardless": 14446, - "ĠGre": 14447, - "Ġdesp": 14448, - "Ġacknowledge": 14449, - "Ġdiamond": 14450, - "Ġgri": 14451, - "135": 14452, - "forming": 14453, - "utz": 14454, - "ÃĤ": 14455, - "Ġprog": 14456, - "ĠStrategy": 14457, - "UC": 14458, - "gered": 14459, - "Ġtourist": 14460, - "Ġkter": 14461, - "Ġancest": 14462, - "ĠBO": 14463, - "ÃŃan": 14464, - "Ġgrants": 14465, - "neum": 14466, - "Ġrounds": 14467, - "emade": 14468, - "_,": 14469, - "æ¶": 14470, - "md": 14471, - "Ġnun": 14472, - "ocity": 14473, - "Ġça": 14474, - "green": 14475, - "Ġonion": 14476, - "Ġrecommendation": 14477, - "Cap": 14478, - "ĠNurs": 14479, - "éĢļ": 14480, - "Style": 14481, - "ĠUI": 14482, - "ĠDeal": 14483, - "Ġauthorized": 14484, - "Sche": 14485, - "Ġworthy": 14486, - "Care": 14487, - "ategories": 14488, - "Ġessence": 14489, - "Ġnutrients": 14490, - "Ġsalv": 14491, - "jÄĻ": 14492, - "Ġsisters": 14493, - "Ġné": 14494, - ".*": 14495, - "Ġsupplied": 14496, - "Ġaccidents": 14497, - "ĠRick": 14498, - "Ġakt": 14499, - "ĠChat": 14500, - "Mart": 14501, - "ĠCraft": 14502, - "Ġrevel": 14503, - "Ġcarries": 14504, - "Ġlav": 14505, - "hole": 14506, - "Ġscoring": 14507, - "ichen": 14508, - "Stat": 14509, - "ĠActive": 14510, - "ĠDomin": 14511, - "Ġtiempo": 14512, - "Ġhorn": 14513, - "ĠPartner": 14514, - "Ġshelter": 14515, - "Ġvibrant": 14516, - "join": 14517, - "Ġmasks": 14518, - "ctic": 14519, - "nte": 14520, - "Ġprocessor": 14521, - "Ġwarned": 14522, - "ĠComb": 14523, - "Ġintend": 14524, - "Ġcrop": 14525, - "Ġofferings": 14526, - "ĠCu": 14527, - "Ġconservation": 14528, - "Ġnodes": 14529, - "ĠSW": 14530, - "ĠInn": 14531, - "reach": 14532, - "Ġreflection": 14533, - "ĠRecord": 14534, - "entes": 14535, - "Ġneat": 14536, - "Ġroutes": 14537, - "Ġpac": 14538, - "stell": 14539, - "Ġrefuse": 14540, - "Ġbesides": 14541, - "ĠBeat": 14542, - "amous": 14543, - "ĠLux": 14544, - "Ġhungry": 14545, - "osex": 14546, - "ĠVeter": 14547, - "Ġvariation": 14548, - "ĠBureau": 14549, - "Ġtemp": 14550, - "ĠTennessee": 14551, - "ĠCoord": 14552, - "ratulations": 14553, - "Ġmurd": 14554, - "Ġreflects": 14555, - "gro": 14556, - "ĠValent": 14557, - "ĠTa": 14558, - "182": 14559, - "Ġoutdoors": 14560, - "Ġleak": 14561, - "buy": 14562, - "Ġinfluenced": 14563, - "TION": 14564, - "Ġcollecting": 14565, - "Ġsons": 14566, - "Ġmodules": 14567, - "xide": 14568, - "ĠEmpire": 14569, - "Further": 14570, - "Ġtwist": 14571, - "February": 14572, - "arms": 14573, - "ippi": 14574, - "ĠNether": 14575, - "ĠCher": 14576, - "atto": 14577, - "Ġlease": 14578, - "Ġaddressing": 14579, - "redd": 14580, - "Was": 14581, - "acia": 14582, - "Ġblogging": 14583, - "Ġneglect": 14584, - "jÄħ": 14585, - "ĠES": 14586, - "isan": 14587, - "align": 14588, - "pectives": 14589, - "ĠDrug": 14590, - "Ġils": 14591, - "oner": 14592, - "åģļ": 14593, - "Ġchol": 14594, - "ĠBalt": 14595, - "kon": 14596, - "ĠĠĠĠĠĠĠĠĠ": 14597, - "Ġcontractor": 14598, - "ideos": 14599, - "Ġterminal": 14600, - "inas": 14601, - "Ġengineer": 14602, - "Ġpresidential": 14603, - "gmail": 14604, - "ĠCompl": 14605, - "Ġobligations": 14606, - "Ġzn": 14607, - "Ġpreventing": 14608, - "aca": 14609, - "ĠDest": 14610, - "Ġstairs": 14611, - "Ġcognitive": 14612, - "ĠDisease": 14613, - "Print": 14614, - "Friday": 14615, - "{\"": 14616, - "Ġgenes": 14617, - "太": 14618, - "ĠLoad": 14619, - "Ġchurches": 14620, - "Ġvy": 14621, - "ĠWorth": 14622, - "Ps": 14623, - "Ġtends": 14624, - "Ġcompound": 14625, - "Ġrég": 14626, - "Card": 14627, - "Ġviewers": 14628, - "Ġshaped": 14629, - "Ġartwork": 14630, - "ĠHom": 14631, - "ĠEaster": 14632, - "WH": 14633, - "Ġties": 14634, - "Ġnad": 14635, - "Ġmos": 14636, - "ĠManchester": 14637, - "ailand": 14638, - "Ġachievement": 14639, - "Ġpockets": 14640, - "Ġartic": 14641, - "Ġexamined": 14642, - "Dat": 14643, - "Ġruling": 14644, - "ä¿¡": 14645, - "rice": 14646, - "ĠSurg": 14647, - "ĠAlliance": 14648, - "Ġtechnological": 14649, - "Ġsuggesting": 14650, - "Ġplacement": 14651, - "]:": 14652, - "Ġrational": 14653, - "Ġcommented": 14654, - "mouth": 14655, - "Paul": 14656, - "ĠGetting": 14657, - "Ġflip": 14658, - "III": 14659, - "Ġende": 14660, - "Ġsword": 14661, - "Ġdub": 14662, - "Ġoperates": 14663, - "Ġdesignated": 14664, - "Ġaudiences": 14665, - "Ġcorporations": 14666, - "Ġprofound": 14667, - "Ġdol": 14668, - "ierung": 14669, - "Ġparticles": 14670, - "æĦŁ": 14671, - "Ġmice": 14672, - "Ġargued": 14673, - "çļĦ人": 14674, - "Ġégalement": 14675, - "ĠNEW": 14676, - "bank": 14677, - "pread": 14678, - "Ġstriking": 14679, - "ĠAnti": 14680, - "Ġtreats": 14681, - "ĠNBA": 14682, - "ĠDelhi": 14683, - "Ġbets": 14684, - "rolled": 14685, - "Ġdiameter": 14686, - "ĠWrite": 14687, - "rá": 14688, - "Ġteaspoon": 14689, - "uscript": 14690, - "ĠFer": 14691, - "ĠRespons": 14692, - "Ġblade": 14693, - "Ġretailers": 14694, - "ĠBelow": 14695, - "Listener": 14696, - "Ġbay": 14697, - "Ġfriendship": 14698, - "oyd": 14699, - "Ġpermits": 14700, - "Ġprecision": 14701, - "Ġmales": 14702, - "Ġsubscribe": 14703, - "Ġfacial": 14704, - "Ġframes": 14705, - "Ġclever": 14706, - "Ġcitizen": 14707, - "Ġreminder": 14708, - "Ġagricultural": 14709, - "Ġclosest": 14710, - "Ġiconic": 14711, - "Ġrelaxing": 14712, - "alous": 14713, - "lishing": 14714, - "ĠUtah": 14715, - "Ġvest": 14716, - "Ġpatience": 14717, - "NY": 14718, - "Ġlä": 14719, - "uter": 14720, - "white": 14721, - "Ġsuggestion": 14722, - "SU": 14723, - "Ġagreements": 14724, - "Ġdern": 14725, - "Ġmixing": 14726, - "Ġarc": 14727, - "Ġtremendous": 14728, - "ĠBattle": 14729, - "Ġwage": 14730, - "Ġdich": 14731, - "Ġpersu": 14732, - "Valid": 14733, - "ulent": 14734, - "Ġwildlife": 14735, - "Ġgrows": 14736, - "ondition": 14737, - "Ġshoe": 14738, - "ĠAy": 14739, - "ĠWithin": 14740, - "Ġskip": 14741, - "vous": 14742, - "Ġcurios": 14743, - "fix": 14744, - "marks": 14745, - "heid": 14746, - "Store": 14747, - "API": 14748, - "efined": 14749, - "Ġscary": 14750, - "Ġadorable": 14751, - "ĠsÃ¥": 14752, - "Ġredd": 14753, - "Ġentities": 14754, - "Cent": 14755, - "Ġinclusion": 14756, - "Mc": 14757, - "Ġfraction": 14758, - "ĠRab": 14759, - "ncia": 14760, - "Ġfot": 14761, - "neath": 14762, - "Ġfract": 14763, - "Ġenabling": 14764, - "ĠMu": 14765, - "Ġdetermination": 14766, - "Sam": 14767, - "Ġdeze": 14768, - "æ¯Ķ": 14769, - "uther": 14770, - "ĠAli": 14771, - "building": 14772, - "las": 14773, - "Ġaging": 14774, - ")$": 14775, - "ĠSeveral": 14776, - "ĠFDA": 14777, - "Ġpalm": 14778, - "ĠRail": 14779, - "Ġpaste": 14780, - "Ġoutlet": 14781, - "Education": 14782, - "ancouver": 14783, - "ĠNach": 14784, - "ĠLOVE": 14785, - "ĠHell": 14786, - "support": 14787, - "Ġdeciding": 14788, - "Ġretreat": 14789, - "Ġsilly": 14790, - "ÃŃcul": 14791, - "Ġpeaceful": 14792, - "Ġkingdom": 14793, - "Enter": 14794, - "Ġdonde": 14795, - "Okay": 14796, - "Ġate": 14797, - "Material": 14798, - "Ġglance": 14799, - "Ġschon": 14800, - "fold": 14801, - "Ġfastest": 14802, - "Ġmobility": 14803, - "Ġstiff": 14804, - "Ġrif": 14805, - "Ġej": 14806, - "ĠTrain": 14807, - "Ġmainstream": 14808, - "Ġarranged": 14809, - "Ġvaccines": 14810, - "Media": 14811, - "opes": 14812, - "Ġlogical": 14813, - "Ġconsume": 14814, - "ometric": 14815, - "Bre": 14816, - "320": 14817, - "Ġtennis": 14818, - "ĠMonitor": 14819, - "bul": 14820, - "Ġsurgical": 14821, - "Ġstones": 14822, - "Ġdonations": 14823, - "179": 14824, - "Ġmog": 14825, - "ĠCorp": 14826, - "oubt": 14827, - "Ġfiling": 14828, - "Ġmodify": 14829, - "Ġmortality": 14830, - "Ġpharmac": 14831, - "wie": 14832, - "'),": 14833, - "ellers": 14834, - "olesale": 14835, - "Sen": 14836, - "Ġamid": 14837, - "ĠTE": 14838, - "uru": 14839, - "Ġintr": 14840, - "beat": 14841, - "åıĬ": 14842, - "æ®": 14843, - "Ġloro": 14844, - "ĠDra": 14845, - "Ġbuilder": 14846, - "Ġréal": 14847, - "Sometimes": 14848, - "module": 14849, - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 14850, - "Ġsoy": 14851, - "éª": 14852, - "esterol": 14853, - "ĠImpact": 14854, - "Ġcod": 14855, - "ĠOrig": 14856, - "Ġfears": 14857, - "Rad": 14858, - "ktion": 14859, - "Micro": 14860, - "vals": 14861, - "ialog": 14862, - "ĠDiamond": 14863, - "Ġobservation": 14864, - "Ġdiagnosed": 14865, - "selling": 14866, - "Ġawful": 14867, - "White": 14868, - "ĠRestaurant": 14869, - "Ġinternation": 14870, - "kward": 14871, - "èµ°": 14872, - "Ġcommands": 14873, - "æµ·": 14874, - "Ġemerged": 14875, - "Ġmarijuana": 14876, - "Ġwound": 14877, - "åįĹ": 14878, - "士": 14879, - "Ġgraduated": 14880, - "iñ": 14881, - "Ġdive": 14882, - "Ġmineral": 14883, - "adays": 14884, - "Ġcolored": 14885, - "vector": 14886, - "Ġsooner": 14887, - "rowing": 14888, - "oqu": 14889, - "Green": 14890, - "ĠKy": 14891, - "Ġmutual": 14892, - "ĠChi": 14893, - "ĠMetal": 14894, - "ça": 14895, - "eu": 14896, - "LD": 14897, - ")-": 14898, - "jan": 14899, - "Ġdiffé": 14900, - "Ġconsc": 14901, - "Face": 14902, - "Ġnog": 14903, - "idding": 14904, - "Ġindependence": 14905, - "Ġpok": 14906, - "unque": 14907, - "atility": 14908, - "Ġdalla": 14909, - "Ġpairs": 14910, - "ahn": 14911, - "Ġmonetary": 14912, - "Ġconverted": 14913, - "Ġcoaches": 14914, - "æıIJ": 14915, - "Ġlamp": 14916, - "poons": 14917, - "Ġfost": 14918, - "Ġdice": 14919, - "ĠTrib": 14920, - "ĠChap": 14921, - "ĠAlabama": 14922, - "Ġtraditions": 14923, - "Ġmodo": 14924, - "ROM": 14925, - "%;": 14926, - "anth": 14927, - "ĠFollowing": 14928, - "230": 14929, - "PI": 14930, - "alia": 14931, - "Ġjourn": 14932, - "idespread": 14933, - "Ġfundra": 14934, - "ordon": 14935, - "Ġlandsc": 14936, - "Ġrejected": 14937, - "ĠMC": 14938, - "Ġic": 14939, - "owned": 14940, - "Jack": 14941, - "Ġshelf": 14942, - "Plus": 14943, - "Should": 14944, - "elect": 14945, - "Ġoct": 14946, - "ĠMale": 14947, - "Ġio": 14948, - "Ġbankrupt": 14949, - "udge": 14950, - "worthy": 14951, - "]]": 14952, - "Ġtel": 14953, - "Ġdetected": 14954, - "ibile": 14955, - "ĠAlt": 14956, - "iona": 14957, - "Ġmate": 14958, - "ĠRisk": 14959, - "Ġedited": 14960, - "BL": 14961, - "Ġunnecessary": 14962, - "Ġbias": 14963, - "èį": 14964, - "ĠsÄħ": 14965, - "icker": 14966, - "ĠBonus": 14967, - "Ġwings": 14968, - "Ġlaughing": 14969, - "ski": 14970, - "Ġash": 14971, - "ictions": 14972, - "asket": 14973, - "Ġcuis": 14974, - "Head": 14975, - "fre": 14976, - "è£": 14977, - "effective": 14978, - "Ġinvested": 14979, - "Ġseemingly": 14980, - "Ġczy": 14981, - "riel": 14982, - "Ġavoir": 14983, - "ĠvÃ": 14984, - "éŨ": 14985, - "Ġencont": 14986, - "ĠDraw": 14987, - "Ġdesires": 14988, - "ĠEC": 14989, - "Ġorganize": 14990, - "Ġfailing": 14991, - "rane": 14992, - "Ã¥r": 14993, - "127": 14994, - "Ġtoujours": 14995, - "Ġcandy": 14996, - "常": 14997, - "Prot": 14998, - "ĠRepair": 14999, - "Ep": 15000, - "omed": 15001, - "Ġcater": 15002, - "andra": 15003, - "Ġsoit": 15004, - "Never": 15005, - "Ġbarrier": 15006, - "ollar": 15007, - "Po": 15008, - "IME": 15009, - "ĠEspecially": 15010, - "Ġnotification": 15011, - "asa": 15012, - "also": 15013, - "Ġdropping": 15014, - "æĹı": 15015, - "gun": 15016, - "Ġdiscrimination": 15017, - "Ġblocked": 15018, - "Ġcruise": 15019, - "ĠSalt": 15020, - "ĠSQL": 15021, - "ĠBloom": 15022, - "ylon": 15023, - "âĢ¦..": 15024, - "Ġaccepting": 15025, - "Ġtitled": 15026, - "bird": 15027, - "Ġett": 15028, - "Ġbadly": 15029, - "était": 15030, - "ähr": 15031, - "Ġtutti": 15032, - "idy": 15033, - "Social": 15034, - "Ġcache": 15035, - "Ġearning": 15036, - "Ġtomatoes": 15037, - "Ġimportante": 15038, - "α": 15039, - "ا": 15040, - "Ġflaw": 15041, - "ĠÃľ": 15042, - "Ġintimate": 15043, - "Ġdemanding": 15044, - "Michael": 15045, - "Ġml": 15046, - "kn": 15047, - "ĠAdvis": 15048, - "Rest": 15049, - "ĠMarsh": 15050, - "ĠFocus": 15051, - "ĠChampions": 15052, - "Ġepic": 15053, - "ĠDol": 15054, - "ément": 15055, - "ĠLam": 15056, - "Ġvolunt": 15057, - "Ġethical": 15058, - "Ġnavigation": 15059, - "urers": 15060, - "Windows": 15061, - "anco": 15062, - "Column": 15063, - "åŁİ": 15064, - "gra": 15065, - "================================": 15066, - "Ġtsp": 15067, - "ĠRT": 15068, - "December": 15069, - "Ġdivine": 15070, - "falls": 15071, - "Still": 15072, - "bad": 15073, - "Ġsecrets": 15074, - "ĠIR": 15075, - "LES": 15076, - "ĠEnterprise": 15077, - "Ġradiation": 15078, - "Los": 15079, - "Rich": 15080, - "Ġstolen": 15081, - "los": 15082, - "Jul": 15083, - "ĠHA": 15084, - "Ġtricks": 15085, - "Ġpollution": 15086, - "bey": 15087, - "ĠMississ": 15088, - "???": 15089, - "ĠCharlotte": 15090, - "Ġpaintings": 15091, - "GBT": 15092, - "Ġcreatures": 15093, - "Ġcontinuously": 15094, - "Ġadjusted": 15095, - "fon": 15096, - "ĠBBC": 15097, - "ĠDIY": 15098, - "Ġtoll": 15099, - "Ġesper": 15100, - "Ġadoles": 15101, - "ĠParliament": 15102, - "ĠSend": 15103, - "ĠDean": 15104, - "Ġpriorit": 15105, - "ĠFalse": 15106, - "MR": 15107, - "Ġcareers": 15108, - "ĠOriginal": 15109, - "ĠCrusher": 15110, - "ĠWant": 15111, - "Ġrim": 15112, - "Ġclaiming": 15113, - "school": 15114, - "oviet": 15115, - "ej": 15116, - "ĠTask": 15117, - "Ġconsulting": 15118, - "ĠClient": 15119, - "Ġdirectors": 15120, - "ĠEurop": 15121, - "Mer": 15122, - "Ġfier": 15123, - "role": 15124, - "ibil": 15125, - "ĠParticip": 15126, - "Ġoverseas": 15127, - "Bit": 15128, - "Ġnick": 15129, - "ĠFish": 15130, - "Ġphotographer": 15131, - ")?": 15132, - "Ġgovernor": 15133, - "TYPE": 15134, - "Ġsensitivity": 15135, - "Rob": 15136, - "ĠMarine": 15137, - "./": 15138, - "ĠArgent": 15139, - "Ġlovers": 15140, - "lando": 15141, - "uras": 15142, - "Ġvisibility": 15143, - "ĠBuck": 15144, - "ativa": 15145, - "ĠRing": 15146, - "oting": 15147, - "Ġlawsuit": 15148, - "Ġfortun": 15149, - "reck": 15150, - "Ġpromising": 15151, - "ĠFrancis": 15152, - "Ġobligation": 15153, - "ĠDry": 15154, - "cribe": 15155, - "Ġinhab": 15156, - "istically": 15157, - "ä»»": 15158, - "prop": 15159, - "Beaut": 15160, - "ĠCass": 15161, - "etti": 15162, - "ĠDoc": 15163, - "ĠHence": 15164, - "Das": 15165, - "ĠGuid": 15166, - "Ġchef": 15167, - "Ġcosa": 15168, - "Editor": 15169, - "Graph": 15170, - "ĠLicense": 15171, - "Ġmakers": 15172, - "ĠKentucky": 15173, - "Ġbullet": 15174, - "Ġexcell": 15175, - "looking": 15176, - "ĠRat": 15177, - "¹³": 15178, - "Ġovert": 15179, - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 15180, - "Ġtoute": 15181, - "driven": 15182, - "Ġmush": 15183, - "ĠTogether": 15184, - "aughters": 15185, - "erie": 15186, - "Ġunlimited": 15187, - "cost": 15188, - "Ġvocal": 15189, - "ĠFashion": 15190, - "Ġexplaining": 15191, - "Ġequation": 15192, - "ĠVisual": 15193, - "Core": 15194, - "ommended": 15195, - "ĠEnh": 15196, - "ĠSolar": 15197, - "Ġoraz": 15198, - "Ġcompounds": 15199, - "Mac": 15200, - "eft": 15201, - "may": 15202, - "ĠLuke": 15203, - "Ġwithdrawal": 15204, - "Ġdozens": 15205, - "Ġaccompany": 15206, - "ź": 15207, - "Ġpanic": 15208, - "ĠTel": 15209, - "Ġpractically": 15210, - "Ġjus": 15211, - "Ġradi": 15212, - "Would": 15213, - "ĠKa": 15214, - "rating": 15215, - "udio": 15216, - "ĠLoc": 15217, - "ĠBasic": 15218, - "Ġwars": 15219, - "ĠTea": 15220, - "ĠBenefits": 15221, - "ĠPremier": 15222, - "instance": 15223, - "ĠChampionship": 15224, - "voir": 15225, - "Ġsounded": 15226, - "Ġcanc": 15227, - "ĠAudio": 15228, - "ĠHoward": 15229, - "stairs": 15230, - "Ġbenefici": 15231, - "Ġexem": 15232, - "Ġtower": 15233, - "Stand": 15234, - "Ġcraw": 15235, - "Arg": 15236, - "ĠsÃ": 15237, - "ouv": 15238, - "ĠPant": 15239, - "ĠVerm": 15240, - "ĠTro": 15241, - "Pos": 15242, - "Title": 15243, - "________________________________": 15244, - "ĠLuck": 15245, - "iç": 15246, - "ATH": 15247, - "attery": 15248, - "ĠEle": 15249, - "Ġjeans": 15250, - "ĠConfig": 15251, - "Ġabandoned": 15252, - "ĠPhoenix": 15253, - "Three": 15254, - "Ġbarriers": 15255, - "Ġpale": 15256, - "æ¡": 15257, - "iy": 15258, - "UK": 15259, - "Ġcomputing": 15260, - "ĠFresh": 15261, - "Ġautor": 15262, - "Ġdelicate": 15263, - "Ġsera": 15264, - "Ġpersonas": 15265, - "types": 15266, - "ç»Ļ": 15267, - "Ġdocumentary": 15268, - "ĠClinical": 15269, - "sum": 15270, - "opic": 15271, - "ĠMedicare": 15272, - "ĠWales": 15273, - "ĠTherapy": 15274, - "ĠPink": 15275, - "ĠLisa": 15276, - "Regular": 15277, - "Ġanimation": 15278, - "ĠOthers": 15279, - "Ġlaundry": 15280, - "Alex": 15281, - "Ġarise": 15282, - "Ġveteran": 15283, - "Ġfon": 15284, - "Ġelderly": 15285, - "Ġpist": 15286, - "Ġnerve": 15287, - "ĠHoll": 15288, - "Ġreson": 15289, - "Ġeasiest": 15290, - "<=": 15291, - "Ġbent": 15292, - "Ġsar": 15293, - "Ġinstalling": 15294, - "ĠOklahoma": 15295, - "Ġprovince": 15296, - "Ġmeasuring": 15297, - "unny": 15298, - "Ġpreference": 15299, - "etz": 15300, - "Ġinfant": 15301, - "Ġcave": 15302, - "control": 15303, - "ĠNetherlands": 15304, - "held": 15305, - "Ġcalculate": 15306, - "Ġreprodu": 15307, - "Tom": 15308, - "ITH": 15309, - "ienen": 15310, - "ĠSony": 15311, - "Ġspat": 15312, - "Ġsuperb": 15313, - "ĠDress": 15314, - "Ġmarry": 15315, - "Ġraz": 15316, - "Lat": 15317, - "iÃŁ": 15318, - "zenia": 15319, - "ĠCompanies": 15320, - "Ġlavor": 15321, - "Cloud": 15322, - "ometer": 15323, - "ĠGate": 15324, - "Ġpressing": 15325, - "Ġcontrad": 15326, - "Ġscenarios": 15327, - "Ġmetrics": 15328, - "utsch": 15329, - "job": 15330, - "ICK": 15331, - "Ġlockdown": 15332, - "Draw": 15333, - "Ġscrap": 15334, - "ĠCoach": 15335, - "rank": 15336, - "Ġguided": 15337, - "Ġconvince": 15338, - "ĠNotes": 15339, - "Ġreun": 15340, - "Ġpile": 15341, - "ĠðŁĺī": 15342, - "Ġthereby": 15343, - "Ġjunior": 15344, - "Ġmich": 15345, - "Ġsurviv": 15346, - "mega": 15347, - "Ġobservations": 15348, - "Ġmodes": 15349, - "Power": 15350, - "ĠConstitution": 15351, - "two": 15352, - "Ġfunctioning": 15353, - "úblic": 15354, - "Ġconfirmation": 15355, - "Ġsubmission": 15356, - "ĠRather": 15357, - "James": 15358, - "elo": 15359, - "lace": 15360, - "ĠJacob": 15361, - "Ġintegrate": 15362, - "Ġsang": 15363, - "Ġwelfare": 15364, - "Ġtwelve": 15365, - "Ġburned": 15366, - "Ce": 15367, - ".....": 15368, - "Ġfoss": 15369, - "ĠSprings": 15370, - "Ġhiding": 15371, - "Ġdonation": 15372, - "Ġtestosterone": 15373, - "Ġmigration": 15374, - "ĠCold": 15375, - "Application": 15376, - "Ġapproached": 15377, - "Ġrival": 15378, - "San": 15379, - "Ġminimize": 15380, - "Ġlocks": 15381, - "Ġcouch": 15382, - "AE": 15383, - "lag": 15384, - "ĠâĨij": 15385, - "´": 15386, - "ĠClark": 15387, - "åĨį": 15388, - "West": 15389, - "remove": 15390, - "ilor": 15391, - "ierra": 15392, - "[@": 15393, - "Ġpassenger": 15394, - "Ġreminds": 15395, - "Copy": 15396, - "ĠDetroit": 15397, - "icts": 15398, - "Ġposter": 15399, - "ilitation": 15400, - "л": 15401, - "ĠKle": 15402, - "æŃ»": 15403, - "Ġsuis": 15404, - "ĠĠĠĠĠĠĠĠĠĠĠ": 15405, - "enen": 15406, - "ĠGreece": 15407, - "ĠMovie": 15408, - "Ġdumb": 15409, - "ioned": 15410, - "Ġresistant": 15411, - "Ġadvocate": 15412, - "Ġpreview": 15413, - "Ġdetermining": 15414, - "Ġcompeting": 15415, - "ĠBruce": 15416, - "Ġcontainers": 15417, - "ĠCommand": 15418, - "common": 15419, - "ĠRegister": 15420, - "Ġvanilla": 15421, - "Ġpicks": 15422, - "hora": 15423, - "Ġappealing": 15424, - "Ġtheoret": 15425, - "ĠEntertainment": 15426, - "VAL": 15427, - "ĠMissouri": 15428, - "ĠCre": 15429, - "----------------------------------------------------------------": 15430, - "Ġmundo": 15431, - "Ġrepeatedly": 15432, - "Ġfn": 15433, - "Ġoc": 15434, - "Ġphosph": 15435, - "æľĿ": 15436, - "Entry": 15437, - "Ġholy": 15438, - "Ġanticipated": 15439, - "ĠGT": 15440, - "Ġgoogle": 15441, - "ĠYellow": 15442, - "AG": 15443, - "uelle": 15444, - "æĢ§": 15445, - "Ġcleans": 15446, - "Ġstartup": 15447, - "Category": 15448, - "Ġformats": 15449, - "NET": 15450, - "Ġcrushing": 15451, - "Ġranges": 15452, - "Ġshipped": 15453, - "ĠDifferent": 15454, - "leans": 15455, - "information": 15456, - "Ġlover": 15457, - "ĠChicken": 15458, - "Euro": 15459, - "Ġconform": 15460, - "Ġbil": 15461, - "ĠUC": 15462, - "Ġtoutes": 15463, - "gni": 15464, - "Var": 15465, - "HR": 15466, - "ĠInnovation": 15467, - "Ġauction": 15468, - "Ġmanufactured": 15469, - "mented": 15470, - "Ġaffecting": 15471, - "Ġmounted": 15472, - "Ġworlds": 15473, - "leveland": 15474, - "Ġregarded": 15475, - "printf": 15476, - "Module": 15477, - "ĠNative": 15478, - "Ġmemorable": 15479, - "Ġbride": 15480, - "ĠBR": 15481, - "Ġcanvas": 15482, - ".),": 15483, - "éħ": 15484, - "Ġportray": 15485, - "ĠReserve": 15486, - "University": 15487, - "hs": 15488, - "Ġexhibit": 15489, - "aja": 15490, - "olver": 15491, - "Ġvet": 15492, - "ĠSS": 15493, - "équ": 15494, - "Though": 15495, - "erness": 15496, - "Ġgaining": 15497, - "羣": 15498, - "ĠKings": 15499, - "Information": 15500, - "ë": 15501, - "ĠIF": 15502, - "izers": 15503, - "113": 15504, - "cycl": 15505, - "Reviews": 15506, - "ĠHunter": 15507, - "ĠAntonio": 15508, - "121": 15509, - "Published": 15510, - "ĠNich": 15511, - "ĠResource": 15512, - "Ġenjoys": 15513, - "Air": 15514, - "ität": 15515, - "Ġimproves": 15516, - "Ġseparately": 15517, - "Ġbehaviors": 15518, - "ĠDenver": 15519, - "ĠSurvey": 15520, - "empty": 15521, - "mus": 15522, - "Ġautonom": 15523, - "Ġpriorities": 15524, - "ritis": 15525, - "shirt": 15526, - "æīĵ": 15527, - "ĠBY": 15528, - "Ġdressing": 15529, - "Conclusion": 15530, - "overs": 15531, - "Ġgovernance": 15532, - "Ġwheat": 15533, - "ariable": 15534, - "Ġsacrifice": 15535, - "ĠReturns": 15536, - "Market": 15537, - ">,": 15538, - "ancel": 15539, - "Ġessays": 15540, - "bf": 15541, - "Ġtile": 15542, - "Ġmast": 15543, - "Ġcatalog": 15544, - "Ġpoco": 15545, - "itzerland": 15546, - "ÃŃc": 15547, - "Ann": 15548, - "LP": 15549, - "City": 15550, - "roc": 15551, - "Ġattribute": 15552, - "Ġbuilds": 15553, - "pin": 15554, - "ĠStatus": 15555, - "scar": 15556, - "Ġwidespread": 15557, - "GER": 15558, - "Height": 15559, - "column": 15560, - "Ġreflected": 15561, - "ĠPhilippines": 15562, - "Cam": 15563, - "human": 15564, - "Ġcoupon": 15565, - "Ġpuis": 15566, - "Ġacres": 15567, - "byte": 15568, - "Ġleverage": 15569, - "ĠCambridge": 15570, - "shine": 15571, - "Ġoptimization": 15572, - "Ġseparation": 15573, - "Ġexploration": 15574, - "ĠUsers": 15575, - "Gold": 15576, - "Ġbroader": 15577, - "Ġshine": 15578, - "Ġdeny": 15579, - "Being": 15580, - "Ġeigen": 15581, - "Ġko": 15582, - "ĠUV": 15583, - "Ġcolorful": 15584, - "ĠFel": 15585, - "Ġdevoted": 15586, - "Ġpresum": 15587, - "nor": 15588, - "Ġtutto": 15589, - "Ġglobally": 15590, - "zw": 15591, - "pare": 15592, - "Organ": 15593, - "Ġjury": 15594, - "Ġannually": 15595, - "Ġlbs": 15596, - "Sil": 15597, - "iev": 15598, - "Ġinstitutional": 15599, - "Ġgardens": 15600, - "Ġcush": 15601, - "ĠKath": 15602, - "ĠAdministr": 15603, - "Ġfoster": 15604, - "arsi": 15605, - "Ġwatches": 15606, - "ĠWedding": 15607, - "pte": 15608, - "Ġgiveaway": 15609, - "Ġfitting": 15610, - "Ġlibraries": 15611, - "lung": 15612, - "Ġclassical": 15613, - "zech": 15614, - "Ġclarity": 15615, - "dale": 15616, - "ĠVPN": 15617, - "Phot": 15618, - "Ġagriculture": 15619, - "gate": 15620, - "Ġclassified": 15621, - "Ġconfidential": 15622, - "Ġhighlighted": 15623, - "Ġfreely": 15624, - "Ma": 15625, - "Ġinvestor": 15626, - "Ġquietly": 15627, - "isto": 15628, - "mode": 15629, - "Ġasleep": 15630, - "ĠDelivery": 15631, - "PORT": 15632, - "ĠVac": 15633, - "attoo": 15634, - "Ġthesis": 15635, - "Ġunderneath": 15636, - "Ġcomplications": 15637, - "Ġcryptocurrency": 15638, - "hat": 15639, - "ĠResort": 15640, - "Hope": 15641, - "Ġinformative": 15642, - "Ġsupportive": 15643, - "Ġawkward": 15644, - "Ġmomentum": 15645, - "Ġattacked": 15646, - "Ġholder": 15647, - "Ġtipo": 15648, - "ĠBrow": 15649, - "Ġgan": 15650, - "ĠGran": 15651, - "Ġliber": 15652, - "kov": 15653, - "Ġdemo": 15654, - "ĠSkin": 15655, - "render": 15656, - "QUE": 15657, - "ĠRace": 15658, - "loc": 15659, - "ĠFan": 15660, - "qual": 15661, - "retion": 15662, - "Ġtras": 15663, - "imen": 15664, - "Ġnowhere": 15665, - "Ġreliability": 15666, - "avel": 15667, - "ĠPalestin": 15668, - "ĠIsraeli": 15669, - "ĠGesch": 15670, - "Ġperceived": 15671, - "Ġclimbing": 15672, - "Ġcompanion": 15673, - "ĠAdvert": 15674, - "Ġchamber": 15675, - "ĠdÃŃa": 15676, - "Ġmusicians": 15677, - "ĠFalls": 15678, - "eron": 15679, - "Ġquilt": 15680, - "ĠWine": 15681, - "CTION": 15682, - "Ġlleg": 15683, - "éĺŁ": 15684, - "ĠasÃŃ": 15685, - "orus": 15686, - "Ġhomeless": 15687, - "Ġfemales": 15688, - "Ġindicator": 15689, - "Ġvic": 15690, - "header": 15691, - "Ġsubstances": 15692, - "othy": 15693, - "Ġqueen": 15694, - "full": 15695, - "eros": 15696, - "option": 15697, - "Ġsafer": 15698, - "Ġrevis": 15699, - "appropri": 15700, - "Ġcontributing": 15701, - "gang": 15702, - "ĠAndy": 15703, - "ĠDubai": 15704, - "Ġtires": 15705, - "oples": 15706, - "encil": 15707, - "Water": 15708, - "Ġseeks": 15709, - "Ġtrails": 15710, - "118": 15711, - "Ġmagnetic": 15712, - "Ġhypothes": 15713, - ".»": 15714, - "Ġsyst": 15715, - "ooting": 15716, - "åħĪ": 15717, - "Ġmanually": 15718, - "Ġdynamics": 15719, - "ĠThanksgiving": 15720, - "greg": 15721, - "Ġattorneys": 15722, - "ĠTru": 15723, - "Ġordering": 15724, - "Ġsubstitute": 15725, - "åħī": 15726, - "Perhaps": 15727, - "Remember": 15728, - "Ġcourtesy": 15729, - "Window": 15730, - "Ġelite": 15731, - "ĠEye": 15732, - "token": 15733, - "Ġcontractors": 15734, - "Ġcrying": 15735, - "Ġquand": 15736, - "Ġparticipated": 15737, - "Ġburied": 15738, - "ĠPad": 15739, - "ĠTam": 15740, - "Want": 15741, - "ĠSustain": 15742, - "ĠLater": 15743, - "National": 15744, - "Ġsuspension": 15745, - "ĠâĨĴ": 15746, - "unks": 15747, - "ĠWelcome": 15748, - "ĠAnimal": 15749, - "Arch": 15750, - "ĠHet": 15751, - "ĠUnlike": 15752, - "ĠFlash": 15753, - "Ġtravail": 15754, - "éĵ": 15755, - "Ġhealthier": 15756, - "dist": 15757, - "Ġfence": 15758, - "ĠFloor": 15759, - "Program": 15760, - "ĠLaura": 15761, - "ĠZoom": 15762, - "tem": 15763, - "ĠHarvard": 15764, - "Ġreaches": 15765, - "uw": 15766, - "ĠDal": 15767, - "Ġacids": 15768, - "ĠTar": 15769, - "Recent": 15770, - "Ġappreciation": 15771, - "Monday": 15772, - "vada": 15773, - "Ġpraise": 15774, - "Ġmothers": 15775, - "ĠBeautiful": 15776, - ",\\": 15777, - "Ġpetition": 15778, - "forced": 15779, - "Ġneur": 15780, - "Ġracial": 15781, - "Ġvegetable": 15782, - "Ġinherent": 15783, - "è¨": 15784, - "irates": 15785, - "Ġbarg": 15786, - "ĠWait": 15787, - "ĠInvestment": 15788, - "ĠOlympic": 15789, - "owner": 15790, - "çł": 15791, - "Ġspeeds": 15792, - "Ġbast": 15793, - "Url": 15794, - "Ġdelighted": 15795, - "obil": 15796, - "été": 15797, - "ĠGa": 15798, - "ublisher": 15799, - "pub": 15800, - "ĠFunction": 15801, - "Ġlegally": 15802, - "Ġadverse": 15803, - "arna": 15804, - "ĠBeauty": 15805, - "ĠHERE": 15806, - "Ġmud": 15807, - "Target": 15808, - "ĠCatal": 15809, - "ĠNJ": 15810, - "USA": 15811, - "liest": 15812, - "Ġramp": 15813, - "ĠCharlie": 15814, - "Ġgenerator": 15815, - "Ġscholarship": 15816, - "alties": 15817, - "Ġtrash": 15818, - "Plan": 15819, - "ĠCE": 15820, - "\\[": 15821, - "Ġzd": 15822, - "Ġactivation": 15823, - "ogenic": 15824, - "matic": 15825, - "Ñĥ": 15826, - "zel": 15827, - "ĠWhit": 15828, - "Ġmesh": 15829, - "ĠCertified": 15830, - "ÅĤad": 15831, - "Ġphysics": 15832, - "atured": 15833, - "Customer": 15834, - "ĠVor": 15835, - "Ġdoct": 15836, - "otherapy": 15837, - "Ġdisadvant": 15838, - "ĠSad": 15839, - "iotic": 15840, - "Ġbreed": 15841, - "éĶ": 15842, - "lon": 15843, - "Ġdownloaded": 15844, - "999": 15845, - "Ġprolong": 15846, - "China": 15847, - "Report": 15848, - "{@": 15849, - "åĭ": 15850, - "Ġproces": 15851, - "iration": 15852, - "abul": 15853, - "Ġinclusive": 15854, - "Ġremed": 15855, - "Ġhandles": 15856, - "Ġintegral": 15857, - "itos": 15858, - "Ġital": 15859, - "Ġpatent": 15860, - "ĠEmergency": 15861, - "éĩij": 15862, - "Ġlug": 15863, - "Ġteaches": 15864, - "Width": 15865, - "ĠFern": 15866, - "Ġscent": 15867, - "Ġrenov": 15868, - "Pour": 15869, - "stage": 15870, - "Ġconten": 15871, - "Ġcomparable": 15872, - "Ġfaut": 15873, - "jour": 15874, - "Ġgoodness": 15875, - "Ġthreatened": 15876, - "Ġaprès": 15877, - "Ġdare": 15878, - "è±": 15879, - "chell": 15880, - "ĠMand": 15881, - "anim": 15882, - "ĠJoh": 15883, - "READ": 15884, - "thod": 15885, - "arently": 15886, - "ĠNice": 15887, - "aggio": 15888, - "Ġports": 15889, - "emi": 15890, - "Global": 15891, - "ettes": 15892, - "anqu": 15893, - "Ġderiv": 15894, - "ĠUkrain": 15895, - "graded": 15896, - "Ġstats": 15897, - "innamon": 15898, - "Ġrag": 15899, - "ĠHeat": 15900, - "Ġlighter": 15901, - "Ġtoe": 15902, - "inkle": 15903, - "Ġtradem": 15904, - "ĠBetween": 15905, - "ĠVo": 15906, - "auth": 15907, - "Saturday": 15908, - "Ġinnocent": 15909, - "ĠTab": 15910, - "ĠDance": 15911, - "Ġcamping": 15912, - "Ġcloset": 15913, - "Ġpropose": 15914, - "Ġstrings": 15915, - "Ġexecuted": 15916, - "ĠUrban": 15917, - "Ġlou": 15918, - "åIJ¬": 15919, - "Ġstaring": 15920, - "ĠÅ¡": 15921, - "ollen": 15922, - "ammed": 15923, - "ĠLane": 15924, - "ĠRd": 15925, - "Ġquelques": 15926, - "ĠPhill": 15927, - "Ġlun": 15928, - "iper": 15929, - "ommes": 15930, - "ĠAdditional": 15931, - "Ġcolumns": 15932, - "ioxid": 15933, - "ĠGPS": 15934, - "Ġcostly": 15935, - "Ġverse": 15936, - "Ġév": 15937, - "Ġcorners": 15938, - "Ġpeers": 15939, - "ĠFE": 15940, - "Ġsuited": 15941, - "fund": 15942, - "Ġba": 15943, - "ĠJonathan": 15944, - "ĠCheap": 15945, - "sn": 15946, - "ĠWA": 15947, - "edu": 15948, - "Ġpredicted": 15949, - "ĠBoot": 15950, - "Ġreplacing": 15951, - "anners": 15952, - "Ġpine": 15953, - "Ġaccent": 15954, - "Ġvarieties": 15955, - "Ġharass": 15956, - "Ġdispar": 15957, - "ĠNA": 15958, - "Ġsatellite": 15959, - "Position": 15960, - "ières": 15961, - "Ġfuneral": 15962, - "Expl": 15963, - "infl": 15964, - "Ġmolto": 15965, - "Ġdorm": 15966, - "ĠCV": 15967, - "ĠMadrid": 15968, - "Ġlag": 15969, - "Profess": 15970, - "Ġwarming": 15971, - "åĮĹ": 15972, - "ĠMayor": 15973, - "Ġresolved": 15974, - "nowned": 15975, - "ĠEdge": 15976, - "ĠTyp": 15977, - "ĠTurk": 15978, - "Ġestablishing": 15979, - "Ġdieser": 15980, - "ĠER": 15981, - "ĠGA": 15982, - "efficient": 15983, - "Ġflows": 15984, - "center": 15985, - "Ġfate": 15986, - "iovascular": 15987, - "Ġtargeting": 15988, - "Ġmoi": 15989, - "Ġcompelling": 15990, - "Provider": 15991, - "!).": 15992, - "ivos": 15993, - "GET": 15994, - "ĠBL": 15995, - "Visit": 15996, - "ubs": 15997, - "Bay": 15998, - "ĠRevolution": 15999, - "amen": 16000, - "Ġaveva": 16001, - "LED": 16002, - "Ġprosper": 16003, - "nÃ": 16004, - "usive": 16005, - "achers": 16006, - "ĠError": 16007, - "Ingredients": 16008, - "Conf": 16009, - "Account": 16010, - "Ġebook": 16011, - "ĠGround": 16012, - "ifiers": 16013, - "Ġconsecut": 16014, - "Ġpartir": 16015, - "Ġbuzz": 16016, - "ĠPerm": 16017, - "ĠItem": 16018, - "Ġcleared": 16019, - "Import": 16020, - "ĠJudge": 16021, - "ĠAlong": 16022, - "ĠSoviet": 16023, - "ĠWhatever": 16024, - "Ġindirect": 16025, - "Ġfever": 16026, - "Ġcolleges": 16027, - "Ġoverride": 16028, - "ĠThailand": 16029, - "Ġmarine": 16030, - "halten": 16031, - "116": 16032, - "ĠArray": 16033, - "ĠMI": 16034, - "ĠRange": 16035, - "122": 16036, - "Ġbugs": 16037, - "Ġautres": 16038, - "Ġeyeb": 16039, - "glas": 16040, - "Layout": 16041, - "119": 16042, - "nost": 16043, - "retty": 16044, - "解": 16045, - "around": 16046, - "ĠHans": 16047, - "¾¹": 16048, - "ĠUne": 16049, - "ĠSpiel": 16050, - "Ġspecifications": 16051, - "Ġarrange": 16052, - "ĠSau": 16053, - "ĠResponse": 16054, - "tmp": 16055, - "Ġbod": 16056, - "ĠBart": 16057, - "Light": 16058, - "imore": 16059, - "nym": 16060, - "arding": 16061, - "Ġov": 16062, - "åIJĦ": 16063, - "tc": 16064, - "Ġsuspected": 16065, - "Ġvariant": 16066, - "Ġprol": 16067, - "ogg": 16068, - "shore": 16069, - "ĠBou": 16070, - "Ġavoiding": 16071, - "Ġattracted": 16072, - "ĠCastle": 16073, - "Ġminority": 16074, - "ĠMcK": 16075, - "ĠRAM": 16076, - "Ġgly": 16077, - "een": 16078, - "Ġvoltage": 16079, - "Ġprofitable": 16080, - "Ġstrive": 16081, - "Ġpatio": 16082, - "å°±æĺ¯": 16083, - "Ġdock": 16084, - "leading": 16085, - "Ġfloating": 16086, - "buffer": 16087, - "Master": 16088, - "Ġwoods": 16089, - "ĠRachel": 16090, - "ĠRank": 16091, - "Utils": 16092, - "hell": 16093, - "Ġgad": 16094, - "Ġquad": 16095, - "Ġvid": 16096, - "114": 16097, - "Ġbree": 16098, - "Ġbedrooms": 16099, - "raz": 16100, - "ĠAssociate": 16101, - "Ġhazard": 16102, - "Ġtherapist": 16103, - "zent": 16104, - "ĠHug": 16105, - "asters": 16106, - "ĠJen": 16107, - "BER": 16108, - "copy": 16109, - "gon": 16110, - "Ġisolation": 16111, - "Ġbelly": 16112, - "Ġopponent": 16113, - "ĠCorporate": 16114, - "Ġlanded": 16115, - "Ġroyal": 16116, - "åı£": 16117, - "umbers": 16118, - "uti": 16119, - "ycle": 16120, - "Ġasync": 16121, - "lä": 16122, - "').": 16123, - "Ġbeating": 16124, - "iotics": 16125, - "ĠWalker": 16126, - "ĠSummary": 16127, - "wend": 16128, - "ĠMall": 16129, - "Term": 16130, - "Ġtheatre": 16131, - "Inc": 16132, - "rust": 16133, - "Ħ¿": 16134, - "{{": 16135, - "Ġblanket": 16136, - "Interest": 16137, - "è·¯": 16138, - "Ve": 16139, - "usalem": 16140, - "hill": 16141, - "ĠMessage": 16142, - "oxy": 16143, - "Ġconsistency": 16144, - "ĠPy": 16145, - "Ġrede": 16146, - "ĠPanel": 16147, - "South": 16148, - "Ġzip": 16149, - "Ġspecify": 16150, - "Ġassuming": 16151, - "ĠProduction": 16152, - "к": 16153, - "Ġúlt": 16154, - "PER": 16155, - "Ġtransparency": 16156, - "rov": 16157, - "phant": 16158, - "Ġphenomenon": 16159, - "ĠApart": 16160, - "Attribute": 16161, - "gov": 16162, - "Ġtheories": 16163, - "Ġcited": 16164, - "Ġrows": 16165, - "Ġbloom": 16166, - "åıĸ": 16167, - "ĠGR": 16168, - "ĠKom": 16169, - "ĠÅŁi": 16170, - "Ġcontrary": 16171, - "`,": 16172, - "Ġshocked": 16173, - "ĠCurrently": 16174, - "Ġannoying": 16175, - "ĠSuite": 16176, - "andise": 16177, - "ĠSK": 16178, - "Ġsheep": 16179, - "ĠSweden": 16180, - "Ġhills": 16181, - "Ġvolumes": 16182, - "Ġmandatory": 16183, - "Ġvaccination": 16184, - "Ġpresentations": 16185, - "Ġalien": 16186, - "Ġtreasure": 16187, - "Ġcelebrating": 16188, - "Ġdeserves": 16189, - "stan": 16190, - "script": 16191, - "Ġgef": 16192, - "ĠMaine": 16193, - "âĺħ": 16194, - "Ġpendant": 16195, - "ĠWonder": 16196, - "ento": 16197, - "Ġfatigue": 16198, - "Document": 16199, - "hang": 16200, - "205": 16201, - "ĠEmily": 16202, - "éĴ": 16203, - "ĠTokyo": 16204, - "Ġexcellence": 16205, - "Ġcontre": 16206, - "Jo": 16207, - "Ġupp": 16208, - "élé": 16209, - "ĠcÃ": 16210, - "Ġlistened": 16211, - "认": 16212, - "ĠISO": 16213, - "stÃ": 16214, - "Ġbreathe": 16215, - "Ġchrom": 16216, - "arded": 16217, - "esp": 16218, - "Ġpics": 16219, - "Ġdisappear": 16220, - "Ġviolation": 16221, - "ĠAnalytics": 16222, - "Ġgrandmother": 16223, - "Ġreceiver": 16224, - "Ġproposals": 16225, - "Ġhiking": 16226, - "Ġaccurately": 16227, - "Ġbrace": 16228, - "ĠLif": 16229, - "ĠKrist": 16230, - "Ġdisput": 16231, - "?:": 16232, - "NAME": 16233, - "Ġcirculation": 16234, - "Ġpione": 16235, - "Ġcellular": 16236, - "jekt": 16237, - "ĠIntelligence": 16238, - "Ġliterary": 16239, - "BT": 16240, - "ampa": 16241, - "æĤ": 16242, - "ĠChrome": 16243, - "Ġinstinct": 16244, - "Ġconsultant": 16245, - "COM": 16246, - "Ġtransformed": 16247, - "ĠGary": 16248, - "jpg": 16249, - "Ġtourists": 16250, - "ĠFBI": 16251, - "ĠCarib": 16252, - "\"\\": 16253, - "auto": 16254, - "Ġsemester": 16255, - "yler": 16256, - "ĠOri": 16257, - "Ġhemp": 16258, - "Ġmá": 16259, - "Ġdw": 16260, - "NT": 16261, - "Ġbamb": 16262, - "Ġgods": 16263, - "Ġloyalty": 16264, - "Ġpersona": 16265, - "Ġbicy": 16266, - "ucked": 16267, - "è¿Ļæł·": 16268, - "ĠHousing": 16269, - "Ġexisted": 16270, - "nde": 16271, - "Ġranks": 16272, - "eten": 16273, - "ĠCars": 16274, - "Ġchick": 16275, - "Ġdign": 16276, - "ĠLang": 16277, - "ĠQuant": 16278, - "ucht": 16279, - "ĠChairman": 16280, - "uego": 16281, - "Ġmagnific": 16282, - "ĠExtra": 16283, - "ĠJa": 16284, - "ĠStrong": 16285, - "Ġsteal": 16286, - "ĠEmma": 16287, - "Ġdepuis": 16288, - "å¸Ŀ": 16289, - "ĠTrend": 16290, - "Ġsurveillance": 16291, - "Ġspreading": 16292, - "dt": 16293, - "ÅŁ": 16294, - "Ġchill": 16295, - "Ġparl": 16296, - "117": 16297, - "ä¸ŃåĽ": 16298, - "Ġgle": 16299, - "ucker": 16300, - "Unfortunately": 16301, - "Ġoutbreak": 16302, - "Ġsoci": 16303, - "ĠCertain": 16304, - "ĠCommunication": 16305, - "Ġevaluated": 16306, - "Ġapartments": 16307, - "Ġfatal": 16308, - "Ġsurvived": 16309, - "Ġmunicipal": 16310, - "ĠStri": 16311, - "ĠRequest": 16312, - "Ġtastes": 16313, - "\\]": 16314, - "!(": 16315, - "ĠRow": 16316, - "Ġrelie": 16317, - "bus": 16318, - "twitter": 16319, - "âĢº": 16320, - "Ġadventures": 16321, - "halt": 16322, - "Ġpriest": 16323, - "Lab": 16324, - "ignment": 16325, - "esa": 16326, - "umen": 16327, - "ĠScholars": 16328, - "avior": 16329, - "ĠButter": 16330, - "Ġmism": 16331, - "values": 16332, - "ĠEP": 16333, - "ĠDuke": 16334, - "Ġturb": 16335, - "ĠAmy": 16336, - "ienne": 16337, - "Ġnan": 16338, - "Ġstruggled": 16339, - "SM": 16340, - "eze": 16341, - "Ġyo": 16342, - "å·¥": 16343, - "Ġcustomize": 16344, - "²³": 16345, - "Ġheeft": 16346, - "Ġenvelop": 16347, - "ého": 16348, - "Following": 16349, - "ĠPills": 16350, - "ĠMalaysia": 16351, - "ĠOperations": 16352, - "Ġbored": 16353, - "Ġpriced": 16354, - "Ġembedded": 16355, - "Ġappliances": 16356, - "ĠFamil": 16357, - "åİŁ": 16358, - "ĠMeanwhile": 16359, - "ĠTaiwan": 16360, - "Ġcorps": 16361, - "Ġclosure": 16362, - "olutely": 16363, - "ĠSwiss": 16364, - "olitan": 16365, - "Ġorientation": 16366, - "ĠLGBT": 16367, - "kar": 16368, - "IDS": 16369, - "Tree": 16370, - "UND": 16371, - "ĠGulf": 16372, - "Ġneeding": 16373, - "orp": 16374, - "than": 16375, - "-(": 16376, - "Ġsolving": 16377, - "Ġnotable": 16378, - "ĠGray": 16379, - "Ġcement": 16380, - "ĠExpert": 16381, - "atura": 16382, - "ĠIntel": 16383, - "Ġlig": 16384, - "Ġpresenting": 16385, - "Ġbasics": 16386, - "ainted": 16387, - "Ġcertific": 16388, - "Ġdove": 16389, - "Ġdegli": 16390, - "LOG": 16391, - "åĩł": 16392, - "ĠOtherwise": 16393, - "Adv": 16394, - "claimed": 16395, - "uters": 16396, - "Ġkeywords": 16397, - "rison": 16398, - "Ġvessels": 16399, - "jes": 16400, - "ĠPortland": 16401, - "Ġprints": 16402, - "ritional": 16403, - "eff": 16404, - "ieg": 16405, - "ĠNash": 16406, - "Ġgenerating": 16407, - "azines": 16408, - "Ġtherapeutic": 16409, - "template": 16410, - "ĠBluetooth": 16411, - "Ġchlor": 16412, - "æ¸ħ": 16413, - "Ġdesperate": 16414, - "Ġvou": 16415, - "owship": 16416, - "posed": 16417, - "ĠKennedy": 16418, - "Ġpanc": 16419, - "ĠLad": 16420, - "expl": 16421, - "ĠMcG": 16422, - "ĊĊĠĠĠĠĠĠĠĠĠĠĠĠ": 16423, - "uggest": 16424, - "Ġautre": 16425, - "Ġbump": 16426, - "Ġvalued": 16427, - "ciÃ": 16428, - "Ġnouve": 16429, - "Ġdistinction": 16430, - "Ġprevents": 16431, - "Ġteens": 16432, - "Ġpond": 16433, - "sure": 16434, - "Ġdominant": 16435, - "Ġimplies": 16436, - "ĠMississippi": 16437, - "åĮĸ": 16438, - "Ġwhispered": 16439, - "Ġmindset": 16440, - "Ġconvention": 16441, - "Ġlifting": 16442, - "Task": 16443, - "ĠNevertheless": 16444, - "Ġzones": 16445, - "ĠAlaska": 16446, - "urable": 16447, - "äºĶ": 16448, - "ĠBarcel": 16449, - "ĠCrim": 16450, - "ĠYe": 16451, - "ifferent": 16452, - "rones": 16453, - "Ġsail": 16454, - "Ġforming": 16455, - "Ġapplicants": 16456, - "ĠUniversal": 16457, - "Ġjako": 16458, - "ĠRy": 16459, - "Ġpréc": 16460, - "Ġbitter": 16461, - "ĠVel": 16462, - "Ġattendance": 16463, - "Bes": 16464, - "Ġrestoration": 16465, - "Ġstato": 16466, - "978": 16467, - "Ġmeer": 16468, - "Ġjudges": 16469, - "Ġmeter": 16470, - "mac": 16471, - "Ġmanuscript": 16472, - "Ġfootage": 16473, - "Ġcontrolling": 16474, - "ouncing": 16475, - "Ġreass": 16476, - "ĠCole": 16477, - "Ġalgorithms": 16478, - "Ġcontam": 16479, - "è¿ĻäºĽ": 16480, - "inite": 16481, - "ĠVision": 16482, - "$(": 16483, - "Ġcharts": 16484, - "Ġchampionship": 16485, - "Ġell": 16486, - "Ġthermal": 16487, - "ĠRoberts": 16488, - "iane": 16489, - "165": 16490, - "Ġinjection": 16491, - "Ġcollaborative": 16492, - "Settings": 16493, - "ĠWer": 16494, - "Ġpartially": 16495, - "ĠQuestion": 16496, - "ĠRic": 16497, - "Ġindependently": 16498, - "ĠGot": 16499, - "fare": 16500, - "storm": 16501, - "Ġsop": 16502, - "Ġobtaining": 16503, - "Ġvendor": 16504, - "Ġanni": 16505, - "Ġabsorb": 16506, - "Ġmaximize": 16507, - "ĠChamber": 16508, - "Ġdiagnostic": 16509, - "ĠVancouver": 16510, - "ĠTan": 16511, - "mentation": 16512, - "rise": 16513, - "Ġwax": 16514, - "ientes": 16515, - "Ġmonster": 16516, - "RY": 16517, - "Ġtouching": 16518, - "aty": 16519, - "Ġpipeline": 16520, - "Ġthreshold": 16521, - "åıĺ": 16522, - "Ã¥n": 16523, - "cker": 16524, - "Ġfirmly": 16525, - "ĠPred": 16526, - "arians": 16527, - "æīį": 16528, - "Ġbinary": 16529, - "Ġdeclined": 16530, - "arde": 16531, - "etics": 16532, - "ologic": 16533, - "ĠEnc": 16534, - "ĠBot": 16535, - "Ġdrunk": 16536, - "ĠDak": 16537, - "âĢĶ\"": 16538, - "Miss": 16539, - "ĠHab": 16540, - "Ġsixth": 16541, - "iens": 16542, - "Ġjar": 16543, - "nea": 16544, - "ĠYOUR": 16545, - "Ġsuiv": 16546, - "ĠStories": 16547, - "Ġhormone": 16548, - "Ġgrief": 16549, - "Ġbears": 16550, - "Ġbriefly": 16551, - "noÅĽci": 16552, - "ĠOrleans": 16553, - "KS": 16554, - "DAY": 16555, - "vd": 16556, - "Ġelevated": 16557, - "ĠActually": 16558, - "Ġcleaner": 16559, - "ĠClimate": 16560, - "ĠNYC": 16561, - "144": 16562, - "Ġconditioning": 16563, - "Ġshar": 16564, - "Ġkicked": 16565, - "hicle": 16566, - "èĴ": 16567, - "133": 16568, - "Ġlazy": 16569, - "ĠSaudi": 16570, - "Ġtasty": 16571, - "ĠWhatsApp": 16572, - "adal": 16573, - "Ġherbs": 16574, - "Research": 16575, - "DU": 16576, - "Ġshades": 16577, - "emás": 16578, - "Ġsensors": 16579, - "Ġthy": 16580, - "å§ĭ": 16581, - "available": 16582, - "ĠTechnologies": 16583, - "ivel": 16584, - "Empty": 16585, - "ischer": 16586, - "ĠMun": 16587, - "ĠHi": 16588, - "Ġcargo": 16589, - "Ġkinda": 16590, - "Dem": 16591, - "prim": 16592, - "stru": 16593, - "Meanwhile": 16594, - "GP": 16595, - "ardi": 16596, - "ĠAlice": 16597, - "ĠKay": 16598, - "Ġcircles": 16599, - "Ġafterwards": 16600, - "Ġowns": 16601, - "Ġfright": 16602, - "ĠTut": 16603, - "Ġtomato": 16604, - "Ġrotation": 16605, - "ĠWoman": 16606, - "ĠJennifer": 16607, - "Bro": 16608, - "ĠJavaScript": 16609, - "Ġshore": 16610, - "Ġvisitor": 16611, - "Ġvamp": 16612, - "Ġsuspended": 16613, - "uity": 16614, - "Ġgluten": 16615, - "Ġdisappeared": 16616, - "Ġrab": 16617, - "Ġsteep": 16618, - "Ġlightly": 16619, - "Ġaesthetic": 16620, - "ĠPython": 16621, - "Ġrealiz": 16622, - "Ġcleaned": 16623, - "Por": 16624, - "Ġadjustable": 16625, - "Elect": 16626, - "Ġak": 16627, - "ĠYan": 16628, - "Ġllev": 16629, - "Ġreasonably": 16630, - "Ġbeaches": 16631, - "Ġsurveys": 16632, - "ĠLind": 16633, - "Live": 16634, - "tein": 16635, - "Ġadop": 16636, - "ĠRetrie": 16637, - "ĠMuslims": 16638, - "æľº": 16639, - "iker": 16640, - "Ġdoses": 16641, - "ĠMatch": 16642, - "Ġoverlook": 16643, - "azer": 16644, - "Ġcerc": 16645, - "kow": 16646, - "Ġjazz": 16647, - "Ġdelayed": 16648, - "ĠBright": 16649, - "Ġchrist": 16650, - "Ġinvis": 16651, - "Ġcombines": 16652, - "Ġhabe": 16653, - "Ġdistant": 16654, - "Ġimaging": 16655, - "ĠFine": 16656, - "usters": 16657, - "Ġunh": 16658, - "-->": 16659, - "Ġanalyses": 16660, - "anka": 16661, - "otation": 16662, - ".]": 16663, - "disc": 16664, - "ammar": 16665, - "orde": 16666, - "Ġdeployment": 16667, - "Ġeducated": 16668, - "ĠJustin": 16669, - "Ġrecruitment": 16670, - "ĠRussell": 16671, - "Ġnurses": 16672, - "åĶ": 16673, - "infect": 16674, - "dates": 16675, - "Ġrally": 16676, - "Ġaj": 16677, - "icion": 16678, - "Header": 16679, - "Ġjson": 16680, - "Effect": 16681, - "tu": 16682, - "Ġchron": 16683, - "ĠJahr": 16684, - "scope": 16685, - "Ġsegments": 16686, - "Commerce": 16687, - "åħµ": 16688, - "Meet": 16689, - "Ġurge": 16690, - "lat": 16691, - "ĠPf": 16692, - "Ġvitamins": 16693, - "Ġhi": 16694, - "Ġbases": 16695, - "Ġdietary": 16696, - "erta": 16697, - "ffe": 16698, - "Ġjournalist": 16699, - "åIJĪ": 16700, - "bild": 16701, - "Ġprospective": 16702, - "rze": 16703, - "Thread": 16704, - "Ġglucose": 16705, - "ochem": 16706, - "<<.": 16707, - "abad": 16708, - "Ġfeas": 16709, - "ĠSettings": 16710, - "Ġpartnerships": 16711, - "ĠIsa": 16712, - "Record": 16713, - "ĠStars": 16714, - "Ġconoc": 16715, - "arness": 16716, - "lar": 16717, - "Ġtym": 16718, - "Ġmolecular": 16719, - "Ġdeleted": 16720, - "ĠKam": 16721, - "ĠSorry": 16722, - "Ġthrilled": 16723, - "ĠTruth": 16724, - "Ġbrowse": 16725, - "Ġkeine": 16726, - "Body": 16727, - "custom": 16728, - "address": 16729, - "Ġcaptain": 16730, - "ieurs": 16731, - "Ġstruggles": 16732, - "Ġhike": 16733, - "cken": 16734, - "Ġtwin": 16735, - "çļĦä": 16736, - "Collection": 16737, - "Ġsponsored": 16738, - "bye": 16739, - "ĠSyria": 16740, - "yles": 16741, - "ĠSwitzerland": 16742, - "HC": 16743, - "ĠIch": 16744, - "aky": 16745, - "Ġrepet": 16746, - "chem": 16747, - "ilib": 16748, - "åľº": 16749, - "oped": 16750, - "Ġassociations": 16751, - "hma": 16752, - "Ġrecovered": 16753, - "Know": 16754, - "ĠSusan": 16755, - "Ġwarmth": 16756, - "Ġoutline": 16757, - "ĠlÃł": 16758, - "ĠCelebr": 16759, - "ĠCleveland": 16760, - "Stop": 16761, - "connected": 16762, - "iÄħ": 16763, - "Ġtactics": 16764, - "save": 16765, - "Ġkomm": 16766, - "Ġseasonal": 16767, - "Ġheel": 16768, - "Ġgrave": 16769, - "Ġstreams": 16770, - "Ġcheek": 16771, - "itas": 16772, - "Ġdealt": 16773, - "Space": 16774, - "Ġlibert": 16775, - "IGN": 16776, - "Ġhydrogen": 16777, - "Ġretro": 16778, - "Ġcorruption": 16779, - "Ġspa": 16780, - "ĠEval": 16781, - "bind": 16782, - "Ġprayers": 16783, - "Ġclouds": 16784, - "ĠTruck": 16785, - "comed": 16786, - "usamm": 16787, - "Ġcomparing": 16788, - "ĠBah": 16789, - "178": 16790, - "ĠLiver": 16791, - "Ġsituated": 16792, - "clock": 16793, - "Ġbasement": 16794, - "ĠHoliday": 16795, - "Ġanth": 16796, - "Ġdisabilities": 16797, - "ĠHealthcare": 16798, - "imated": 16799, - "ĠNep": 16800, - "ĠBond": 16801, - "esc": 16802, - "ASH": 16803, - "ĠGL": 16804, - "rams": 16805, - "å©": 16806, - "ĠAlber": 16807, - "ĠThai": 16808, - "Ġcommod": 16809, - "anut": 16810, - "ĠTower": 16811, - "breaking": 16812, - "Ġfragr": 16813, - "Ġexpend": 16814, - "Ġjug": 16815, - "know": 16816, - "Ġshowcase": 16817, - "Ġconfusing": 16818, - "Ġdistricts": 16819, - "ĠCyber": 16820, - "Ġdragon": 16821, - "chair": 16822, - "Ġprivilege": 16823, - "Ġcounting": 16824, - "ĠGun": 16825, - "Ġmaxim": 16826, - "Ġborders": 16827, - "ĠSwitch": 16828, - "Ġassists": 16829, - "ĠTher": 16830, - "ĠIniti": 16831, - "145": 16832, - "Hash": 16833, - "inance": 16834, - "Ġdescribing": 16835, - "Ġchaos": 16836, - "155": 16837, - "Ġbucket": 16838, - "ĠHO": 16839, - "sv": 16840, - "ĠVolume": 16841, - "icut": 16842, - "ĠGrade": 16843, - "Ġtransit": 16844, - "Ġslides": 16845, - "Ġcollapse": 16846, - "Ġfifty": 16847, - "ĠFlex": 16848, - "Ġparticipant": 16849, - "Ġdupl": 16850, - "Ġdispute": 16851, - "Ġurgent": 16852, - "Ġchemistry": 16853, - "Ġtokens": 16854, - "Ġzap": 16855, - "ç»ĵ": 16856, - "asis": 16857, - "ĠMos": 16858, - "urred": 16859, - "Track": 16860, - "ĠHeritage": 16861, - "Ġconcentrate": 16862, - "Ġlyrics": 16863, - "Ġace": 16864, - "ĠHalf": 16865, - "ĠOverall": 16866, - "ĠArthur": 16867, - "ĠAx": 16868, - "ontin": 16869, - "Ġpound": 16870, - "Ġplac": 16871, - "Ġfolk": 16872, - "Ġnonetheless": 16873, - "Ġunderstands": 16874, - "Ġnationwide": 16875, - "Ġcyl": 16876, - "assador": 16877, - "ĠLinkedIn": 16878, - "Ġstressed": 16879, - "ĠOt": 16880, - "OME": 16881, - "Ġrepay": 16882, - "inars": 16883, - "Ġrolls": 16884, - "ĠJos": 16885, - "Ġhash": 16886, - "Thursday": 16887, - "ĠFÃ": 16888, - "nered": 16889, - "lit": 16890, - "Try": 16891, - "Ġobsc": 16892, - "ĠSL": 16893, - "ĠBrooklyn": 16894, - "Ġniche": 16895, - "Ġeastern": 16896, - "ĠFaith": 16897, - "chte": 16898, - "Ġattain": 16899, - "Website": 16900, - "ĠTes": 16901, - "Ġincorporated": 16902, - "Ġamenities": 16903, - "Ġbackpack": 16904, - "Ġtens": 16905, - "note": 16906, - "oubtedly": 16907, - "Ġunpre": 16908, - "Ġdialog": 16909, - "Af": 16910, - "Ġadapted": 16911, - "Ġsummar": 16912, - "Ġmul": 16913, - "ĠAaron": 16914, - "Ġindividually": 16915, - "rose": 16916, - "Ġrecycling": 16917, - "Ġcrap": 16918, - "Ġleaned": 16919, - "Tok": 16920, - "Ġpension": 16921, - "unde": 16922, - "Ġphysicians": 16923, - "Ġinterval": 16924, - "Ġsenza": 16925, - "nehmen": 16926, - "ĠLeft": 16927, - "North": 16928, - "ĠLag": 16929, - "Ġaccordingly": 16930, - "olt": 16931, - "ographical": 16932, - "Ġpork": 16933, - "alph": 16934, - "Ġtrag": 16935, - "Ġmatched": 16936, - "cert": 16937, - "Ġnewer": 16938, - "ATED": 16939, - "Ġsynthetic": 16940, - "Bon": 16941, - "Ġslim": 16942, - "Player": 16943, - "Ġkiller": 16944, - "stration": 16945, - "Ġqueries": 16946, - "aired": 16947, - "once": 16948, - "Pod": 16949, - "Ġbru": 16950, - "Ġbubble": 16951, - "Send": 16952, - "Ġmuss": 16953, - "Ġtrap": 16954, - "å¢": 16955, - "ĠSpa": 16956, - "Ġvessel": 16957, - "Ġcoding": 16958, - "Ġupt": 16959, - "Ġpunt": 16960, - "ĠStadium": 16961, - "Ġminerals": 16962, - "Ġsurprisingly": 16963, - "Ġoffline": 16964, - "Ġpracticing": 16965, - "nels": 16966, - "Ġcomplain": 16967, - "Ġwaar": 16968, - "urdy": 16969, - "Ġvalve": 16970, - "False": 16971, - "ĠHind": 16972, - "ĠSoph": 16973, - "ĠIM": 16974, - "Ġwrist": 16975, - "aines": 16976, - "Ġfarming": 16977, - "Ġqué": 16978, - "ysical": 16979, - "ĠPublished": 16980, - "Ġboil": 16981, - "ohyd": 16982, - "Ġtailored": 16983, - "ĠBring": 16984, - "because": 16985, - "ât": 16986, - "ĠĠĠĠĠĠĠĠĠĠĠĠ": 16987, - "closed": 16988, - "Ġlecture": 16989, - "Ġugly": 16990, - "Ġunderground": 16991, - "Ġgrill": 16992, - "ĠAgent": 16993, - "ĠhabÃŃa": 16994, - "ätt": 16995, - "ĠBos": 16996, - "Ġwrest": 16997, - "outheast": 16998, - "Ġstatistical": 16999, - "nah": 17000, - "ulu": 17001, - "ĠOpportun": 17002, - "Ġsized": 17003, - "ĠFix": 17004, - "BB": 17005, - "eted": 17006, - "Ġfridge": 17007, - "seg": 17008, - "iele": 17009, - "Ġapproaching": 17010, - "Ġeinf": 17011, - "Ġcongr": 17012, - "Ġmedian": 17013, - "Ġblast": 17014, - "Ġnovels": 17015, - "Ġthankful": 17016, - "iri": 17017, - "ĠAlbert": 17018, - "Enjoy": 17019, - "Ġovers": 17020, - "ĠBeyond": 17021, - "Ġadjustments": 17022, - ":-)": 17023, - "ĠĠĠĠĠĠĠĠĠĠ": 17024, - "ikt": 17025, - "Ġevolved": 17026, - "ĠIdeas": 17027, - "ĠFal": 17028, - "ĉĉĉ": 17029, - "ĠGib": 17030, - "Ġprzez": 17031, - "Need": 17032, - "png": 17033, - "Ġsore": 17034, - "Ġmia": 17035, - "Ġmeth": 17036, - "Cache": 17037, - "Ġspecialty": 17038, - "Ġsaves": 17039, - "Ġboo": 17040, - "Respond": 17041, - "éĿŀ": 17042, - "oons": 17043, - "rh": 17044, - "Ġnucle": 17045, - "ĠPinterest": 17046, - "umni": 17047, - "Ġnour": 17048, - "ĠSugar": 17049, - "ablo": 17050, - "Ġcuisine": 17051, - "ĠTouch": 17052, - "Ġimagined": 17053, - "ĊĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 17054, - "enna": 17055, - "Ġalpha": 17056, - "ĠAdams": 17057, - "Ġdestinations": 17058, - "ĠIslands": 17059, - "ĠPent": 17060, - "Ġindicating": 17061, - "129": 17062, - "idate": 17063, - "ĠMechan": 17064, - "izione": 17065, - "Ġadhere": 17066, - "ologically": 17067, - "oler": 17068, - "Ġfestiv": 17069, - "该": 17070, - "bag": 17071, - "Ġperspectives": 17072, - "ĠPrize": 17073, - "ĠMÃ": 17074, - "ĠprÃ": 17075, - "Ġgrades": 17076, - "Ġdeparture": 17077, - "Ġlistings": 17078, - "Ġescal": 17079, - "ĠKhan": 17080, - "888": 17081, - "vs": 17082, - "ĠGummies": 17083, - "Ġcircular": 17084, - "Ġtravelling": 17085, - "Ġmetals": 17086, - "Ġcreator": 17087, - "Ġmé": 17088, - "ĠVert": 17089, - "Ġhyg": 17090, - "*,": 17091, - "ĠMosc": 17092, - "Ġconstitu": 17093, - "uche": 17094, - "izon": 17095, - "Ġjustify": 17096, - "ĠZone": 17097, - "ĠGrowth": 17098, - "æ¢": 17099, - "Fore": 17100, - "ĠPalm": 17101, - "Ġslice": 17102, - "Ġdaughters": 17103, - "vec": 17104, - "Ġprotocols": 17105, - "match": 17106, - "town": 17107, - "Ġopponents": 17108, - "ĠRegular": 17109, - "Short": 17110, - "iko": 17111, - "brand": 17112, - "his": 17113, - "Ġbanned": 17114, - "ĠHomes": 17115, - "ĠGrey": 17116, - "ĠPrograms": 17117, - "Ġgloves": 17118, - "uent": 17119, - "ĠHawaii": 17120, - "iasm": 17121, - "ĠDisplay": 17122, - "patient": 17123, - "bler": 17124, - "asive": 17125, - "gust": 17126, - "ĠInsp": 17127, - "Ġspine": 17128, - "Ġsends": 17129, - "Ġdessert": 17130, - "204": 17131, - "Score": 17132, - "NG": 17133, - "Ġindication": 17134, - "Ġequality": 17135, - "ĠSnap": 17136, - "ĠUntil": 17137, - "Dom": 17138, - "alm": 17139, - "into": 17140, - "perm": 17141, - "Ġsq": 17142, - "ĠJere": 17143, - "Ġlined": 17144, - "ĠHighway": 17145, - "ĠPH": 17146, - "æ°Ķ": 17147, - "$$\\": 17148, - "five": 17149, - "girl": 17150, - "mel": 17151, - "Ġhanno": 17152, - "Ġinvitation": 17153, - "Ġinterventions": 17154, - "Ġtranslate": 17155, - "Ġmultipl": 17156, - "ĠbÄĻd": 17157, - "Ġaccessed": 17158, - "Ġveterans": 17159, - "Ġtraits": 17160, - "Ġpuzzle": 17161, - "ĠFreedom": 17162, - "ĠCommerce": 17163, - "Ġdramatically": 17164, - "Ġconspir": 17165, - "___": 17166, - "ĠGuy": 17167, - "Ġdeposits": 17168, - "Collect": 17169, - "Ġlabour": 17170, - "Ġcorrupt": 17171, - "Ġassure": 17172, - "ĠChristianity": 17173, - "robe": 17174, - "Dim": 17175, - "Ġsimulation": 17176, - "Ġsacrific": 17177, - "Ġrefresh": 17178, - "Ġmapping": 17179, - "Ġdresses": 17180, - "Ġbelongs": 17181, - "ĠJah": 17182, - "åĽłä¸º": 17183, - "ountered": 17184, - "ĠLeader": 17185, - "ĠPros": 17186, - "Ġconna": 17187, - "gre": 17188, - "Ġheated": 17189, - "zk": 17190, - "Ġtheft": 17191, - "Ġoccupied": 17192, - "\"/": 17193, - "Ġrelatives": 17194, - "atted": 17195, - "Ġpsychology": 17196, - "Ġreporter": 17197, - "iblical": 17198, - "Ġsensation": 17199, - "Ġvocê": 17200, - "ivan": 17201, - "PRE": 17202, - "ält": 17203, - "Ġuniqu": 17204, - "commun": 17205, - "Ġconsecutive": 17206, - "Sn": 17207, - "Ġspraw": 17208, - "Sun": 17209, - "ĠBrain": 17210, - "Ġadjustment": 17211, - "Ġhighway": 17212, - "ĠGaming": 17213, - "Ġkits": 17214, - "ipal": 17215, - "âľ": 17216, - "ructions": 17217, - "ĠAlc": 17218, - "Ġcet": 17219, - "ĠABC": 17220, - "ppe": 17221, - "ı": 17222, - "ryption": 17223, - "ĠpÅĻÃŃ": 17224, - "Ġmobil": 17225, - "év": 17226, - "oval": 17227, - "pless": 17228, - "Ġguards": 17229, - "ĠGM": 17230, - "Ġcatching": 17231, - "bris": 17232, - "ĠPhotos": 17233, - "ĠRules": 17234, - "Ġquantum": 17235, - "ĠSomeone": 17236, - "aucoup": 17237, - "ĠLetter": 17238, - "Ġdedication": 17239, - "Ġprogrammes": 17240, - "ĠConvention": 17241, - "Ġcoating": 17242, - "åĪĻ": 17243, - "Ġsnack": 17244, - "Ġoccasional": 17245, - "oppers": 17246, - "abases": 17247, - "intendo": 17248, - "ĠBarcelona": 17249, - "ĠTon": 17250, - "ancies": 17251, - "Ġencourages": 17252, - "ĠMenschen": 17253, - "Ġeines": 17254, - "Ġespecial": 17255, - "Ġtermin": 17256, - "Ġfertil": 17257, - "Parent": 17258, - "Ġneu": 17259, - "Ġcousin": 17260, - "Has": 17261, - "Ġverification": 17262, - "Ġencountered": 17263, - "Ġrealm": 17264, - "ĠPE": 17265, - "Ġconducting": 17266, - "Lo": 17267, - "ĠBapt": 17268, - "Cross": 17269, - "ĠConserv": 17270, - "Ġfung": 17271, - "Ġdairy": 17272, - "ĠKinder": 17273, - "ĠPu": 17274, - "ĠMarie": 17275, - "ĠMonte": 17276, - "ĠPul": 17277, - "cover": 17278, - "ĠRating": 17279, - "âĢĶâĢĶâĢĶâĢĶâĢĶâĢĶâĢĶâĢĶ": 17280, - "Equals": 17281, - "ĠPhotography": 17282, - "Cr": 17283, - "ĠMillion": 17284, - ")\\": 17285, - "istle": 17286, - "super": 17287, - "ricane": 17288, - "çĬ": 17289, - "Ġstrengths": 17290, - "Nov": 17291, - "ĠOften": 17292, - "Ġconsensus": 17293, - "Ġsubsequently": 17294, - "Ġpublisher": 17295, - "ĠCape": 17296, - "124": 17297, - "Ġhomeowners": 17298, - "ĠException": 17299, - "ĠProfile": 17300, - "Ġcholesterol": 17301, - "Ġcried": 17302, - "Ġcompromise": 17303, - "SQL": 17304, - "course": 17305, - "hero": 17306, - "Ġcares": 17307, - "Ġsciences": 17308, - "izi": 17309, - "Ġruled": 17310, - "Ġsanit": 17311, - "Engine": 17312, - "Ġknowledgeable": 17313, - "Ġhouseholds": 17314, - "Ġmater": 17315, - "Ġpromotions": 17316, - "igkeit": 17317, - "Ġneighbour": 17318, - "ĠMT": 17319, - "hum": 17320, - "idges": 17321, - "alling": 17322, - "jÃł": 17323, - "Ġwages": 17324, - "ĠCF": 17325, - "ĠUl": 17326, - "Phil": 17327, - "ĠPhysical": 17328, - "Ġwordt": 17329, - "Help": 17330, - "Ġpneum": 17331, - "Ġmodest": 17332, - "ĠAvoid": 17333, - "ĠPrincess": 17334, - "Ġbundle": 17335, - "ieu": 17336, - "Ġinequ": 17337, - "ĠChristopher": 17338, - "Ġcycles": 17339, - "Na": 17340, - "Ġcharming": 17341, - "Ġfrown": 17342, - "Ġoverd": 17343, - "Ġnevertheless": 17344, - "ocyt": 17345, - "Ġjudg": 17346, - "Ġcav": 17347, - "Ġcorporation": 17348, - "liver": 17349, - "Ġtalents": 17350, - "åıį": 17351, - "Ġanalyzed": 17352, - "ĠAdjust": 17353, - "Ġracism": 17354, - "esity": 17355, - "Ġfreel": 17356, - "Ġkr": 17357, - "ĠJunior": 17358, - "Ġdeemed": 17359, - "rah": 17360, - "Ġmysterious": 17361, - "AI": 17362, - "Ġjumping": 17363, - "Ġmismo": 17364, - "Ġunemployment": 17365, - "Ġsia": 17366, - "Ġwag": 17367, - "oog": 17368, - "Ġpillow": 17369, - "Ġpause": 17370, - "Ġkidney": 17371, - "atinum": 17372, - "Ġindicators": 17373, - "ĠMyst": 17374, - "ĠKo": 17375, - "Ġcharacteristic": 17376, - "produ": 17377, - "focus": 17378, - "fn": 17379, - "Ġhass": 17380, - "ĠCharg": 17381, - "MAX": 17382, - "Ġcontacted": 17383, - "Util": 17384, - "ĠPoland": 17385, - "Ġconsiderably": 17386, - "ĠPool": 17387, - "Ġassemb": 17388, - "Ġorganizing": 17389, - "Ġseniors": 17390, - "Ġattraction": 17391, - "Ġstrikes": 17392, - "Ġtranslated": 17393, - "Ġdread": 17394, - "sted": 17395, - "ĠTob": 17396, - "ĠFried": 17397, - "Ġbikes": 17398, - "Ġphrases": 17399, - "ĠTaking": 17400, - "'],": 17401, - "owski": 17402, - "ĠMORE": 17403, - "unted": 17404, - "Ġcruel": 17405, - "Ġdraws": 17406, - "Ġvinyl": 17407, - "split": 17408, - "ĠNFT": 17409, - "ĠChel": 17410, - "ĠKnowledge": 17411, - "isten": 17412, - "orf": 17413, - "126": 17414, - "Ġwines": 17415, - "exper": 17416, - "Sunday": 17417, - "件": 17418, - "131": 17419, - "Elim": 17420, - "ĠThought": 17421, - "ĠCentury": 17422, - "Ġrefreshing": 17423, - "Ġsulla": 17424, - "Advert": 17425, - "Ġdistinctive": 17426, - "enez": 17427, - "Ġspirits": 17428, - "Ġfrustration": 17429, - "ĠRate": 17430, - "Ġremot": 17431, - "Ġlymph": 17432, - "otta": 17433, - "æľ¨": 17434, - "ĠESP": 17435, - "Ġviruses": 17436, - "Ġadvances": 17437, - "Ġtener": 17438, - "keep": 17439, - "Available": 17440, - "itations": 17441, - "ĠRV": 17442, - ")}": 17443, - "Ġprizes": 17444, - "Everyone": 17445, - "Ġstrictly": 17446, - "alta": 17447, - "Ġcontinually": 17448, - "Ġwinds": 17449, - "Ġcastle": 17450, - "Ġnails": 17451, - "ĠRelated": 17452, - "Ġfortune": 17453, - "Ġblessing": 17454, - "Ġpartly": 17455, - "Ġglanced": 17456, - "ĠSpect": 17457, - "ĠAlan": 17458, - "Bu": 17459, - "uba": 17460, - "ĠAren": 17461, - "ully": 17462, - "Ġcrossing": 17463, - "Ġpear": 17464, - "ymbol": 17465, - "ĠJerusalem": 17466, - "ĠSchedule": 17467, - "177": 17468, - "ĠPrevention": 17469, - "ĠPos": 17470, - "Ġshifted": 17471, - "hattan": 17472, - "Stay": 17473, - "abl": 17474, - "Ġtumor": 17475, - "Ġwished": 17476, - "ä»ĸçļĦ": 17477, - "Ġeducate": 17478, - "Ġlum": 17479, - "rowave": 17480, - "Ġanalyt": 17481, - "Ġplaint": 17482, - "ĠWW": 17483, - "Ġaccred": 17484, - "ĠEgg": 17485, - "Ġeuros": 17486, - "Lead": 17487, - "nn": 17488, - "mill": 17489, - "Ġshowc": 17490, - "ĠOfficial": 17491, - "diction": 17492, - "delete": 17493, - "Ġintensive": 17494, - "itol": 17495, - "Ġjournalists": 17496, - "Tuesday": 17497, - "Ġsustained": 17498, - "amas": 17499, - "ĠIRS": 17500, - "Ġstitch": 17501, - "hash": 17502, - "Ġwashed": 17503, - "ĠAnyone": 17504, - "jacent": 17505, - "ensively": 17506, - "taining": 17507, - "Ġsmiling": 17508, - "Ġgaps": 17509, - "Ġunders": 17510, - "avan": 17511, - "Ġtropical": 17512, - "eous": 17513, - "Ġchuck": 17514, - "Ġtriple": 17515, - "ĠBarbara": 17516, - "Ġconnectivity": 17517, - "urring": 17518, - "Ġvarying": 17519, - "Ġexped": 17520, - "ĠTrading": 17521, - "utils": 17522, - "Ġtob": 17523, - "ĠPok": 17524, - "debug": 17525, - "uar": 17526, - "ĠPic": 17527, - "ĠCategory": 17528, - "Ġretention": 17529, - "å¸ĥ": 17530, - "iw": 17531, - "Ġmodeling": 17532, - "550": 17533, - "ĠCarter": 17534, - "ĠÃ¥": 17535, - "Ġnem": 17536, - "Ġcontroversial": 17537, - "beta": 17538, - "Ġpadding": 17539, - "\">();": 17639, - "Ġgarant": 17640, - "Ġjusqu": 17641, - "ĠÃĸ": 17642, - "Ġtraders": 17643, - "ĠIo": 17644, - "ĠFC": 17645, - "Ġtraged": 17646, - "Ġroller": 17647, - "Ġved": 17648, - "cedes": 17649, - "Ġinterven": 17650, - "Ġresponding": 17651, - "Ġhockey": 17652, - "ĠSupply": 17653, - "Ġsag": 17654, - "accept": 17655, - "arat": 17656, - "Ġancora": 17657, - "ĠKir": 17658, - "President": 17659, - "black": 17660, - "å®ĺ": 17661, - "æ´»": 17662, - "Ġmenos": 17663, - "????": 17664, - "raham": 17665, - "ĠMelbourne": 17666, - "Ġcancell": 17667, - "Ġlongest": 17668, - "Getting": 17669, - "Ġgerm": 17670, - "Ġdeclare": 17671, - "Ġfitted": 17672, - "ĠHours": 17673, - "ĠPalace": 17674, - "ĠVous": 17675, - "ĠJuan": 17676, - "Ġantioxid": 17677, - "mult": 17678, - "rebbe": 17679, - "Ġbreakdown": 17680, - "ĠLength": 17681, - "Ġshy": 17682, - "Ġrecipient": 17683, - "650": 17684, - "Ġreportedly": 17685, - "Ġchairman": 17686, - "Ġconferences": 17687, - "è§ī": 17688, - "ppo": 17689, - "Ġshelves": 17690, - "ĠEither": 17691, - "regular": 17692, - "Reader": 17693, - "ĠWir": 17694, - "Mal": 17695, - "ĠHus": 17696, - "Ġuseless": 17697, - "å¨": 17698, - "Ġsowie": 17699, - "Ġhace": 17700, - "Ġorganizational": 17701, - "ĠGraham": 17702, - "txt": 17703, - "Ġenterprises": 17704, - "Ġleisure": 17705, - "apsed": 17706, - "å°ij": 17707, - "Ġincidents": 17708, - "ĠChocolate": 17709, - "åį´": 17710, - "Ġusername": 17711, - "Ġrape": 17712, - "ijke": 17713, - "Ġdrum": 17714, - "Prom": 17715, - "usement": 17716, - "ĠConsumer": 17717, - "Ġnecessity": 17718, - "Ġotros": 17719, - "Ġdece": 17720, - "Ġquesta": 17721, - "Ġgenuinely": 17722, - "ĠPages": 17723, - "Ġboats": 17724, - "ÄĽt": 17725, - "love": 17726, - "ĠNous": 17727, - "Ġlaughter": 17728, - "Ġislands": 17729, - "erald": 17730, - "Ġgegen": 17731, - "abei": 17732, - "Ġinevitable": 17733, - "Ġoptimize": 17734, - "Ġdemocratic": 17735, - "Down": 17736, - "udad": 17737, - "iches": 17738, - "uffy": 17739, - "Ġpole": 17740, - "Ġelectronics": 17741, - ")))": 17742, - "Talk": 17743, - "Har": 17744, - "ĠUsually": 17745, - "location": 17746, - "nc": 17747, - "Ġlikelihood": 17748, - "=âĢĿ": 17749, - "Ġeconomics": 17750, - "Vector": 17751, - "Ġfaç": 17752, - "ACH": 17753, - "overnment": 17754, - "Ġhonored": 17755, - "Ġprogression": 17756, - "cache": 17757, - "Lim": 17758, - "eded": 17759, - "ĠCer": 17760, - "ĠShan": 17761, - "autres": 17762, - "ĠHat": 17763, - "(+": 17764, - "licht": 17765, - "Connection": 17766, - "Final": 17767, - "ĠUltra": 17768, - "ĠUpdated": 17769, - "chet": 17770, - "ĠAdult": 17771, - "Ġtendency": 17772, - "Ġrenowned": 17773, - "Ġaz": 17774, - "ĠArc": 17775, - "Ġzoom": 17776, - "ientos": 17777, - "ĠRegistration": 17778, - "Ġyog": 17779, - "ĠRule": 17780, - "Ġperfection": 17781, - "ĠFit": 17782, - "Ġsecretary": 17783, - "ĠNort": 17784, - "Ġpert": 17785, - "plements": 17786, - "isé": 17787, - "uela": 17788, - "Ġrebuild": 17789, - "ĠCop": 17790, - "xtures": 17791, - "Ġselbst": 17792, - "Ġgrams": 17793, - "www": 17794, - "Beautiful": 17795, - "ĠEld": 17796, - "Ġchapters": 17797, - "Mo": 17798, - "Ġinstructor": 17799, - "Ġpacks": 17800, - "Ġconsumed": 17801, - "Ġpacking": 17802, - "ĠFly": 17803, - "Cur": 17804, - "Ġcoup": 17805, - "ĠMadison": 17806, - "ĠAdobe": 17807, - "ĠGordon": 17808, - "Ġimpacted": 17809, - "ĠPump": 17810, - "Ġvoir": 17811, - "缮": 17812, - "ciplinary": 17813, - "ĠNag": 17814, - "许": 17815, - "ĠFeel": 17816, - "Ġalgo": 17817, - "SION": 17818, - "irements": 17819, - "Ġprescribed": 17820, - "è®°": 17821, - "ĠClose": 17822, - "Ġswitching": 17823, - "Ġmachinery": 17824, - "Books": 17825, - "Ġll": 17826, - "ĠReply": 17827, - "Ġtraveled": 17828, - "¾¾": 17829, - "zenie": 17830, - "Ġneglig": 17831, - "Ġcuenta": 17832, - "ĠCamera": 17833, - "Ġsimpler": 17834, - "ĠPodcast": 17835, - "Ġsmoothly": 17836, - "Develop": 17837, - "ĠLiz": 17838, - "Ġcharacterized": 17839, - "minded": 17840, - "Ġdifférent": 17841, - "ĠLex": 17842, - "Ġdamp": 17843, - "Ġanalog": 17844, - "mans": 17845, - "Ġdeadly": 17846, - "Ġhunger": 17847, - "Russ": 17848, - "Wait": 17849, - "Ġthigh": 17850, - "conscious": 17851, - "Ġpiv": 17852, - "Ġreserves": 17853, - "ancell": 17854, - "Ġvalley": 17855, - "actly": 17856, - "Ġnoting": 17857, - "Ġrapport": 17858, - "ĠRice": 17859, - "Ġwelcoming": 17860, - "Ġmotorcycle": 17861, - "Ġsatisfying": 17862, - "Ġtray": 17863, - "Ġfires": 17864, - "stud": 17865, - "Ġcents": 17866, - "Ġprelim": 17867, - "æľŁ": 17868, - "*.": 17869, - "emente": 17870, - "Ġmultip": 17871, - "Ġmacro": 17872, - "Ġclassification": 17873, - "fits": 17874, - "ĠInv": 17875, - "owaÄĩ": 17876, - "Ġbrack": 17877, - "Ġchin": 17878, - "Ġappointments": 17879, - "Ġlegendary": 17880, - "ĠKid": 17881, - "Ġpoder": 17882, - "Ġig": 17883, - "liv": 17884, - "Ġqueue": 17885, - "iliation": 17886, - "Ġbarn": 17887, - "__(": 17888, - "ĠGov": 17889, - "ĠWikipedia": 17890, - "ĠGhost": 17891, - "Pros": 17892, - "keeping": 17893, - "uerto": 17894, - "Ġpolar": 17895, - "Ġstyl": 17896, - "Ġmucho": 17897, - "Ġjoints": 17898, - "Ġép": 17899, - "Ġsentences": 17900, - "Ġmitig": 17901, - "Ġdonate": 17902, - "Ġlear": 17903, - "Ġsnacks": 17904, - "achment": 17905, - "lab": 17906, - "ichtig": 17907, - "ĊĠĠĠĠĊĠĠĠ": 17908, - "ád": 17909, - "Ġsuscept": 17910, - "çķĮ": 17911, - "Ġpursuing": 17912, - "Session": 17913, - "lict": 17914, - "\"));": 17915, - "Ġlugar": 17916, - "ĠTeacher": 17917, - "gos": 17918, - "Ġoxid": 17919, - "Ġfinances": 17920, - "Ġsewing": 17921, - "ĠTrip": 17922, - "quier": 17923, - "Ġclips": 17924, - "%),": 17925, - ")).": 17926, - "ĠPel": 17927, - "Ġraises": 17928, - "ublin": 17929, - "isi": 17930, - "sd": 17931, - "ĠSri": 17932, - "Ġsincere": 17933, - "401": 17934, - "Execut": 17935, - "ĠRobin": 17936, - "Ġlacking": 17937, - "bone": 17938, - "Ġcategor": 17939, - "handle": 17940, - "Ġunited": 17941, - "fan": 17942, - "Ġfog": 17943, - "Ġathe": 17944, - "Ġcanada": 17945, - "ĠSER": 17946, - "Ġsells": 17947, - "rais": 17948, - "Ġambit": 17949, - "Ġdoub": 17950, - "ĠBirthday": 17951, - "rary": 17952, - "ulative": 17953, - "Ġspite": 17954, - "ĠIndependent": 17955, - "media": 17956, - "Ġforb": 17957, - "empre": 17958, - "Ġconsequence": 17959, - "Ġexecutives": 17960, - "haus": 17961, - "Ġchez": 17962, - "åIJ§": 17963, - "åĪ«": 17964, - "Ġprimer": 17965, - "device": 17966, - "Ġfrank": 17967, - "Ġalbums": 17968, - "far": 17969, - "description": 17970, - "dog": 17971, - "Ġbaked": 17972, - "ĠAF": 17973, - "ĠMode": 17974, - "Ġihr": 17975, - "Ġpoi": 17976, - "compass": 17977, - "Ġrespected": 17978, - "Ġrides": 17979, - "Ġpon": 17980, - "Ġthrive": 17981, - "Ġlei": 17982, - "rium": 17983, - "XT": 17984, - "RED": 17985, - "Ġpotato": 17986, - "atable": 17987, - "ziaÅĤ": 17988, - "ĠdéjÃł": 17989, - "ĠCleaning": 17990, - "Ġaltogether": 17991, - "Ġadvers": 17992, - "åij¨": 17993, - "ĠTun": 17994, - "Ġactivated": 17995, - "Ġexempl": 17996, - "带": 17997, - "ĠSummit": 17998, - "Ġnons": 17999, - "ĠNatur": 18000, - "Ġlane": 18001, - "ĠIndonesia": 18002, - "270": 18003, - "ĠDriver": 18004, - "especially": 18005, - "Ġenerget": 18006, - "ĠFurn": 18007, - "Ġfonction": 18008, - "Its": 18009, - "total": 18010, - "ĠSM": 18011, - "Ġreck": 18012, - "Ġdurability": 18013, - "woman": 18014, - "Ġnamespace": 18015, - "Ġmetabolism": 18016, - "onz": 18017, - "Ġmerchandise": 18018, - "Ġlobby": 18019, - "ĠBec": 18020, - "Ġtex": 18021, - "Ġeaten": 18022, - "camp": 18023, - "Tags": 18024, - "jamin": 18025, - "ä¸įæĺ¯": 18026, - "ĠWa": 18027, - "Ġmagazines": 18028, - "ĠNav": 18029, - "Ġvaries": 18030, - "ercise": 18031, - "Ġpromoted": 18032, - "Ġents": 18033, - "Ġpussy": 18034, - "Ġdocumented": 18035, - "Ġtissues": 18036, - "Fire": 18037, - "ĠCoal": 18038, - "ijing": 18039, - "ĠTransportation": 18040, - "Ġsistema": 18041, - "Ġinvasion": 18042, - "Ġeco": 18043, - "sers": 18044, - "Ġmessaging": 18045, - "Ġangel": 18046, - "Europe": 18047, - "Ġsoda": 18048, - "ĠOrganic": 18049, - "Ġlenders": 18050, - "Cost": 18051, - "Ġoccurring": 18052, - "Ġforums": 18053, - "Ġprotects": 18054, - "Ġincons": 18055, - "Requ": 18056, - "ancia": 18057, - "Ġrevenues": 18058, - "acked": 18059, - "Ġquoted": 18060, - "Ġfacebook": 18061, - "IZ": 18062, - "osures": 18063, - "Ġthickness": 18064, - "Ġsellers": 18065, - "Put": 18066, - "ĠRole": 18067, - "Ġattachment": 18068, - "Ġdistress": 18069, - "ĠMorning": 18070, - "ĠCondition": 18071, - "otypes": 18072, - "ERROR": 18073, - "Ġinvestigated": 18074, - "raul": 18075, - "ĠNevada": 18076, - "Ġresponsive": 18077, - "ĠCitiz": 18078, - "Ġobjet": 18079, - "论": 18080, - "Ġdag": 18081, - "attering": 18082, - "Ġbrave": 18083, - "Ġclue": 18084, - "squ": 18085, - "ĠPap": 18086, - "132": 18087, - "Ġbeaucoup": 18088, - "Shop": 18089, - "fox": 18090, - "Ġbard": 18091, - "Json": 18092, - "video": 18093, - "Ġmembrane": 18094, - "Ġstating": 18095, - "Ġkont": 18096, - "Ġbrowsing": 18097, - "ested": 18098, - "ssen": 18099, - "Ġrelev": 18100, - "Ġethics": 18101, - "ĠInside": 18102, - "ĠAssessment": 18103, - "mine": 18104, - "orz": 18105, - "Ġparse": 18106, - "argin": 18107, - "atore": 18108, - "Ġbyte": 18109, - "pher": 18110, - "Ġgratitude": 18111, - "Orig": 18112, - "Ġcounterpart": 18113, - "Ġlender": 18114, - "dot": 18115, - "ĠÏ": 18116, - "Ġbooth": 18117, - "Ġdefendant": 18118, - "Ġperché": 18119, - "ĠArticles": 18120, - "task": 18121, - "Ġbreach": 18122, - "Ġskirt": 18123, - "æĮģ": 18124, - "Ġsacred": 18125, - "Ġviable": 18126, - "ĠBudget": 18127, - "ĠPs": 18128, - "Ġtrains": 18129, - "ĠFell": 18130, - "Ġparams": 18131, - "display": 18132, - "Ġours": 18133, - "ĠChart": 18134, - "ierte": 18135, - "Prim": 18136, - "Ġcamps": 18137, - "Ġhilar": 18138, - "ĠFR": 18139, - "ellt": 18140, - "æĮĩ": 18141, - "ĠHeaven": 18142, - "arla": 18143, - "ĠPayment": 18144, - "Ġdealers": 18145, - "Ġdescriptions": 18146, - "die": 18147, - "ĠNelson": 18148, - "Ġheter": 18149, - "Ġshifting": 18150, - "Ġlottery": 18151, - "Ġsolved": 18152, - "åijĺ": 18153, - "Ġheels": 18154, - "Ġlam": 18155, - "\\]](#": 18156, - "rz": 18157, - "rots": 18158, - "Ġshorts": 18159, - "Dist": 18160, - "Ġcuriosity": 18161, - "anca": 18162, - "Rober": 18163, - "written": 18164, - "Ġfame": 18165, - "clip": 18166, - "Ġdivide": 18167, - "Hub": 18168, - "orig": 18169, - "fficial": 18170, - "ĠEpisode": 18171, - "Ġaffirm": 18172, - "mathcal": 18173, - "every": 18174, - "arium": 18175, - "ĠHapp": 18176, - "ĠRav": 18177, - "Ġpharmaceutical": 18178, - "Ġracist": 18179, - "Ġbail": 18180, - "Ġspecially": 18181, - "Ġpiss": 18182, - "Ġdilig": 18183, - "ĠLawrence": 18184, - "Interface": 18185, - "icky": 18186, - "ĠCI": 18187, - "appropriate": 18188, - "ĠDental": 18189, - "ĠResult": 18190, - "[:": 18191, - "ĠSenator": 18192, - "Ġuw": 18193, - "ajo": 18194, - "Ġoutlets": 18195, - "Ġtanks": 18196, - "Ġdod": 18197, - "account": 18198, - "wort": 18199, - "Ġorche": 18200, - "令": 18201, - "riors": 18202, - "rats": 18203, - "Ġbind": 18204, - "ĠOtt": 18205, - "ursor": 18206, - "Ġmamm": 18207, - "TI": 18208, - "ĠArchives": 18209, - "产": 18210, - "Ġspacious": 18211, - "æľĽ": 18212, - "ourt": 18213, - "kel": 18214, - "Ġhips": 18215, - "Ġprofes": 18216, - "Ġerg": 18217, - "Ġjamais": 18218, - "International": 18219, - "Ġapt": 18220, - "152": 18221, - "fred": 18222, - "Ġworries": 18223, - "149": 18224, - "Ġinternationally": 18225, - "ĠIssue": 18226, - "sterdam": 18227, - "Ġantes": 18228, - "ĠUkrainian": 18229, - "Ġflew": 18230, - "Coll": 18231, - "Ġdb": 18232, - "GC": 18233, - "mid": 18234, - "ulo": 18235, - "Nice": 18236, - "Ġreluct": 18237, - "Ġattractions": 18238, - "Again": 18239, - "Nothing": 18240, - "Ġlocals": 18241, - "arroll": 18242, - "brew": 18243, - "Ġhated": 18244, - "avorite": 18245, - "âĢľ,": 18246, - "fu": 18247, - "Ġabsent": 18248, - "rolling": 18249, - "Ġdiscomfort": 18250, - "ĠRecovery": 18251, - "Sure": 18252, - "-,": 18253, - "ĠChoice": 18254, - "ĠClar": 18255, - "Ġpoorly": 18256, - "western": 18257, - "abi": 18258, - "Ġacknowledged": 18259, - "ĠGay": 18260, - "ĠPlayers": 18261, - "KEY": 18262, - "ĠWes": 18263, - "Ġenthusiasm": 18264, - "lle": 18265, - "verb": 18266, - "ĠWright": 18267, - "Ġachievements": 18268, - "prom": 18269, - "Abs": 18270, - "ĠLouisiana": 18271, - "Ġjunk": 18272, - "watch": 18273, - "Ġwealthy": 18274, - "Ġflooring": 18275, - "assy": 18276, - "ä»Ĭ": 18277, - "Ġspam": 18278, - "ranean": 18279, - "report": 18280, - "ĠDR": 18281, - "Ġobstacles": 18282, - "Ġshifts": 18283, - "ĠStatement": 18284, - "United": 18285, - "Ġsheer": 18286, - "åĦ¿": 18287, - "zzo": 18288, - "Ġpotent": 18289, - "Ġcooler": 18290, - "Ġtodas": 18291, - "ánd": 18292, - "Ġmins": 18293, - "Ġbankruptcy": 18294, - "ĠPun": 18295, - "ĠPand": 18296, - "Ġfart": 18297, - "Overall": 18298, - "Ġlieu": 18299, - "Ġhebben": 18300, - "Ġdecides": 18301, - "ĠLower": 18302, - "riction": 18303, - "å®Į": 18304, - "before": 18305, - "ĠMaj": 18306, - "ĠCounsel": 18307, - "Ġadvisor": 18308, - "Row": 18309, - "Ġpest": 18310, - "Ġsearches": 18311, - "peror": 18312, - "ĠSeven": 18313, - "Ġforty": 18314, - "Ġeditorial": 18315, - "wnie": 18316, - "Ġterrorist": 18317, - "ĠInspect": 18318, - "Ġlending": 18319, - "ĠFu": 18320, - "umper": 18321, - "280": 18322, - "ĠQueens": 18323, - "Ġdemanded": 18324, - "ommend": 18325, - "Ġpuzz": 18326, - "Ġgameplay": 18327, - "azu": 18328, - "edar": 18329, - "ĠOptim": 18330, - "pdf": 18331, - "ĠHem": 18332, - "Ġpromotes": 18333, - "Ġcrops": 18334, - "angular": 18335, - "Ġroulette": 18336, - "rylic": 18337, - "Ġholders": 18338, - "ĠVR": 18339, - "Ġfortunate": 18340, - "ĠEL": 18341, - "ĠDecor": 18342, - "Ġstew": 18343, - "Ġathletic": 18344, - "Ġmanages": 18345, - "olding": 18346, - "Ġverified": 18347, - "Ġintentions": 18348, - "kw": 18349, - "Quick": 18350, - "ĠSold": 18351, - "ĠConnecticut": 18352, - "ĠFederation": 18353, - "ĠMasters": 18354, - "techn": 18355, - "Ġjealous": 18356, - "Ġastron": 18357, - "Ġsticks": 18358, - "ĠPrimary": 18359, - "endent": 18360, - "Dir": 18361, - "Ġsync": 18362, - "Results": 18363, - "Ġmentally": 18364, - "ĠVoice": 18365, - "ĠSpecific": 18366, - "ĠFitness": 18367, - "Ġsurroundings": 18368, - "Family": 18369, - "iendo": 18370, - "Ġinsulin": 18371, - "oks": 18372, - "Ġappearing": 18373, - "Ġrien": 18374, - "Ġalternate": 18375, - "Ġremotely": 18376, - "Ġwitnessed": 18377, - "ĠMig": 18378, - "Ġexams": 18379, - "unnels": 18380, - "Ġtuned": 18381, - "Ġnegotiations": 18382, - "Range": 18383, - "Ġanonymous": 18384, - "dess": 18385, - "Ġginger": 18386, - "ountain": 18387, - "Ġadministrator": 18388, - "Ġbacks": 18389, - "Ġcombinations": 18390, - "xml": 18391, - "element": 18392, - "station": 18393, - "enery": 18394, - "obi": 18395, - "å¸Ī": 18396, - "Ġabundance": 18397, - "Ġtattoo": 18398, - "Ġcoment": 18399, - "ĠGem": 18400, - "ĠSkills": 18401, - "Ġimmigrants": 18402, - "ĠPure": 18403, - "verter": 18404, - "}(": 18405, - "ottage": 18406, - "ĠSit": 18407, - "ĠCertificate": 18408, - "Ġhorizontal": 18409, - "Ġrhythm": 18410, - "æѦ": 18411, - "Own": 18412, - "illet": 18413, - "Ġdebug": 18414, - "ĠApplications": 18415, - "ĠRS": 18416, - "Ġtrat": 18417, - "AGE": 18418, - "Ġterrain": 18419, - "ĠBaltimore": 18420, - "Configuration": 18421, - "ĠSean": 18422, - "shaped": 18423, - "rr": 18424, - "yll": 18425, - "ATO": 18426, - "PDF": 18427, - "Ġnamely": 18428, - "çĸ": 18429, - "Ġnonprofit": 18430, - "Their": 18431, - "register": 18432, - "Ġhers": 18433, - "Ġactivate": 18434, - "Ġgamers": 18435, - "command": 18436, - "Fun": 18437, - "spec": 18438, - "Ġrope": 18439, - "imedia": 18440, - "Food": 18441, - "ä¸Ķ": 18442, - "ĠPackage": 18443, - "Params": 18444, - "Ġplanted": 18445, - "mith": 18446, - "Ġluxurious": 18447, - "Et": 18448, - "ĠBÃ": 18449, - "139": 18450, - "ĠRoger": 18451, - "estamp": 18452, - "illas": 18453, - "Ġautomotive": 18454, - "Ġsporting": 18455, - "Ġsealed": 18456, - "Ġfreeze": 18457, - "Ġheadquarters": 18458, - "ĠCards": 18459, - "Ġundoubtedly": 18460, - "ĠWeather": 18461, - "ĠParker": 18462, - "Ġpretend": 18463, - "Stack": 18464, - "hren": 18465, - "Such": 18466, - "Ġheroes": 18467, - "Consider": 18468, - "Ġsubscribers": 18469, - "è¨Ģ": 18470, - "ĠOkay": 18471, - "Personal": 18472, - "ĠHaz": 18473, - "third": 18474, - "allic": 18475, - "Instead": 18476, - "sequently": 18477, - ">.": 18478, - "èĢģ": 18479, - "Cert": 18480, - "ĠwiÄĻ": 18481, - "Ġdated": 18482, - "ĠMental": 18483, - "Ġwarehouse": 18484, - "ĠBishop": 18485, - "Ġretire": 18486, - "Ġpayday": 18487, - "nica": 18488, - "ĠNin": 18489, - "ĠRES": 18490, - "Opt": 18491, - "ĠThor": 18492, - "onge": 18493, - "Ġchampions": 18494, - "Ġtin": 18495, - "æļ": 18496, - "ĠOffer": 18497, - "aran": 18498, - "Ġlenses": 18499, - "Week": 18500, - "ĠPatri": 18501, - "monary": 18502, - "Ġenlarg": 18503, - "GM": 18504, - "ĠQuote": 18505, - "ativo": 18506, - "åı¤": 18507, - "Ġneedle": 18508, - "Ġelastic": 18509, - "Ġfrustrating": 18510, - "Team": 18511, - "Ġrelaxation": 18512, - "Ġlengthy": 18513, - "ène": 18514, - "igg": 18515, - "ĠEntre": 18516, - "ĠKenya": 18517, - "Ġcorrelation": 18518, - "Ġaffair": 18519, - "ĠSame": 18520, - "Ġincon": 18521, - "cedented": 18522, - "School": 18523, - "INS": 18524, - "ĠVideos": 18525, - "ĠVitamin": 18526, - "ĠAV": 18527, - "ogram": 18528, - "ĠSEC": 18529, - "Ġalgun": 18530, - "Ġinvisible": 18531, - "Ġbattles": 18532, - "Ġsponsor": 18533, - "ĠÄ": 18534, - "covery": 18535, - "dra": 18536, - "ĠMemory": 18537, - "try": 18538, - "Ġmethodology": 18539, - "ĠReports": 18540, - "Ġcollar": 18541, - "Ġredes": 18542, - "Ġpatri": 18543, - "Ġremodel": 18544, - "rob": 18545, - "Ġprotagon": 18546, - "Ġfifteen": 18547, - "opter": 18548, - "Ġvenues": 18549, - "ä¿Ŀ": 18550, - "Ġbek": 18551, - "ä¸įä": 18552, - "Ġexpressions": 18553, - "Ġswift": 18554, - "Ġimmers": 18555, - "-$": 18556, - "degree": 18557, - "ĠHopefully": 18558, - "Ġtops": 18559, - "ĠSteph": 18560, - "Ġrage": 18561, - "PAR": 18562, - "ĠZero": 18563, - "ĠMoscow": 18564, - "Ġeternal": 18565, - "Ġfoi": 18566, - "Ġtodd": 18567, - "Ġuncle": 18568, - "Ġtiles": 18569, - "ogo": 18570, - "ĠTesting": 18571, - "Ġvinegar": 18572, - "ailure": 18573, - "ĠMichelle": 18574, - "ĠSR": 18575, - "Ġcough": 18576, - "owych": 18577, - "Ġhed": 18578, - "ungle": 18579, - "ĠRio": 18580, - "ĠRetail": 18581, - "Ġtrabajo": 18582, - "ðĿ": 18583, - "four": 18584, - "ĠDB": 18585, - "ĠTodd": 18586, - "IDE": 18587, - "Ġfrustrated": 18588, - "Ġogni": 18589, - "Ġfuer": 18590, - "uez": 18591, - "é¢Ĩ": 18592, - "!.": 18593, - "Ġpeel": 18594, - "icting": 18595, - "Ġmeantime": 18596, - "ĠFirm": 18597, - "omon": 18598, - "Ġaxis": 18599, - "Auth": 18600, - "Ġwen": 18601, - "ĠIg": 18602, - "atique": 18603, - "ufficient": 18604, - "330": 18605, - "Ġconfigure": 18606, - "ÄĻp": 18607, - "Ġpunto": 18608, - "Ġtouchdown": 18609, - "Ġassumption": 18610, - "ĠProtect": 18611, - "Ġanswering": 18612, - "ĠHealthy": 18613, - "pf": 18614, - "Ġtravels": 18615, - "Mobile": 18616, - "ĠFixed": 18617, - "ieron": 18618, - "ĠStandards": 18619, - "Ġjedn": 18620, - "äºĨä¸Ģ": 18621, - "Ġthreads": 18622, - "program": 18623, - "ĠSolid": 18624, - "onial": 18625, - "Ġrewarding": 18626, - "zek": 18627, - "umbling": 18628, - "夫": 18629, - "ĠRidge": 18630, - "Ġinaug": 18631, - "Ġbeim": 18632, - "rength": 18633, - "ĠOutdoor": 18634, - "ĠMedium": 18635, - "Ġshaft": 18636, - "ea": 18637, - "imental": 18638, - "Ġunfair": 18639, - "Ġassignments": 18640, - "emet": 18641, - "spring": 18642, - "Ġweights": 18643, - "Ġreferen": 18644, - "Ġminist": 18645, - "ĠCAN": 18646, - "ĠTik": 18647, - "Ġeso": 18648, - "Ġbiology": 18649, - "绣": 18650, - "vid": 18651, - "Ġgrie": 18652, - "CI": 18653, - "Ġamp": 18654, - "lasting": 18655, - "Ġconsiderations": 18656, - "Ġwip": 18657, - "ĠLoan": 18658, - "Ġlu": 18659, - "Reference": 18660, - "è¿Ļä": 18661, - "Ġvegg": 18662, - "Ġohne": 18663, - "Aw": 18664, - "ĠCosta": 18665, - "Ġcardiovascular": 18666, - "Device": 18667, - "ĠPD": 18668, - "Ġwolf": 18669, - "Ġregulated": 18670, - "Ġpueden": 18671, - "Ġalignment": 18672, - "Ġcoh": 18673, - "umbai": 18674, - "ĠToyota": 18675, - "Ġcongress": 18676, - "NEW": 18677, - "ieval": 18678, - "people": 18679, - "pués": 18680, - "ĠMarvel": 18681, - "borne": 18682, - "Ġconcentrations": 18683, - "ĠEconomics": 18684, - "Ġproceedings": 18685, - "ilia": 18686, - "Ġrestored": 18687, - "channel": 18688, - "Ġese": 18689, - "Ġfootprint": 18690, - "720": 18691, - "Ġmissions": 18692, - "Yet": 18693, - "Ġfö": 18694, - "Ġmatern": 18695, - "ĠCareer": 18696, - "expensive": 18697, - "Ġdefines": 18698, - "Ġtowel": 18699, - "paid": 18700, - "ogene": 18701, - "Ġmechanics": 18702, - "Ġconstraints": 18703, - "Mad": 18704, - "lower": 18705, - "ĠCel": 18706, - "tk": 18707, - "äºļ": 18708, - "ĠPle": 18709, - "ĠInterior": 18710, - "ĠScottish": 18711, - "resso": 18712, - "asury": 18713, - "embre": 18714, - "Ġgroom": 18715, - "Ġadmire": 18716, - "entre": 18717, - "ĠAlb": 18718, - "Mag": 18719, - "orem": 18720, - "Ġstub": 18721, - "asha": 18722, - "Ġendorse": 18723, - "Ġmsg": 18724, - "^^": 18725, - "Ġpoet": 18726, - "Ġappar": 18727, - "Ġihre": 18728, - "ĠManual": 18729, - "ĠWarren": 18730, - "Ġmidst": 18731, - "Ġtract": 18732, - "éĩı": 18733, - "ĠRobinson": 18734, - "ĠHend": 18735, - "âĶ": 18736, - "ĠPeriod": 18737, - "Ġpassive": 18738, - "Ġub": 18739, - "GI": 18740, - "Ġglue": 18741, - "Ġterrific": 18742, - "usage": 18743, - "Ġanderen": 18744, - "Ġkeyword": 18745, - "Without": 18746, - "Ġmatur": 18747, - "Ġstranger": 18748, - "nan": 18749, - "atson": 18750, - "Ġperforms": 18751, - "Ġsodium": 18752, - "Ġslower": 18753, - "ĠpuÃ": 18754, - "nten": 18755, - "Ġbleeding": 18756, - "iol": 18757, - "Ġdebris": 18758, - "obic": 18759, - "Ġtrois": 18760, - "bud": 18761, - "tml": 18762, - "naire": 18763, - "Ġarena": 18764, - "ĠPoll": 18765, - "Ġadjacent": 18766, - "Children": 18767, - "arel": 18768, - "rable": 18769, - "Ġtravelers": 18770, - "fy": 18771, - "venir": 18772, - "ĠCarm": 18773, - "Ġbytes": 18774, - "Ġdischarge": 18775, - "Ġreleasing": 18776, - "æĢ»": 18777, - "建": 18778, - "Ġdick": 18779, - "admin": 18780, - "shape": 18781, - "Ġpractitioners": 18782, - "ppy": 18783, - "Ġunwanted": 18784, - "Ġtones": 18785, - "Ġgéné": 18786, - "Ġoutlook": 18787, - "ooter": 18788, - "ippers": 18789, - "Left": 18790, - "OB": 18791, - "Ġech": 18792, - "Ġseating": 18793, - "Ġinvestigations": 18794, - "Ġfarms": 18795, - "AV": 18796, - "attr": 18797, - "annon": 18798, - "Ġwool": 18799, - "Ġconclude": 18800, - "astics": 18801, - "GT": 18802, - "Ġvé": 18803, - "Ġlineup": 18804, - "Give": 18805, - "Ġganz": 18806, - "Ġcombining": 18807, - "Ġoutlined": 18808, - "Four": 18809, - "Mail": 18810, - "ateurs": 18811, - "Ġcreep": 18812, - "Ġreviewing": 18813, - "liter": 18814, - "ĠManhattan": 18815, - "Ġdrawings": 18816, - "ycz": 18817, - "ĠSens": 18818, - "develop": 18819, - "regist": 18820, - "Ġcabinets": 18821, - "mers": 18822, - "COVID": 18823, - "ĠAid": 18824, - "fill": 18825, - "acias": 18826, - "atisf": 18827, - "Ġlandl": 18828, - "Ġsteering": 18829, - "åŃĹ": 18830, - "ĠCrystal": 18831, - "æħ": 18832, - "Ġanalysts": 18833, - "mot": 18834, - "Ġcredentials": 18835, - "grid": 18836, - "Ġcycling": 18837, - "ĠwÃ": 18838, - "IND": 18839, - "Ġsatur": 18840, - "lington": 18841, - "ĠâĪ": 18842, - "cmd": 18843, - "rieb": 18844, - "Ġparticul": 18845, - "ĠParam": 18846, - "Den": 18847, - "tree": 18848, - "addle": 18849, - "Ġcamb": 18850, - "Ġfabrics": 18851, - "eddings": 18852, - "ĠCampbell": 18853, - "heimer": 18854, - "Ġpc": 18855, - "cient": 18856, - "illon": 18857, - "}.": 18858, - "Ġindul": 18859, - "ulas": 18860, - "thread": 18861, - "åħĭ": 18862, - "Ġchaque": 18863, - "Ġdefeated": 18864, - "isement": 18865, - "uper": 18866, - "Ġemerge": 18867, - "mia": 18868, - "oppy": 18869, - "Ġplusieurs": 18870, - "Ġcritics": 18871, - "Ġsandwich": 18872, - "ĠUP": 18873, - "Ġdull": 18874, - "Ġling": 18875, - "âĨ": 18876, - "Ġpeoples": 18877, - "Ġdevelops": 18878, - "profile": 18879, - "ĠAthlet": 18880, - "Ġshaking": 18881, - "ĠMann": 18882, - "Lock": 18883, - "Ġstarter": 18884, - "ORK": 18885, - "ĠEmb": 18886, - "Ġscientist": 18887, - "Active": 18888, - "Ġpuppy": 18889, - "acies": 18890, - "ĠTHIS": 18891, - "plane": 18892, - "ĠJimmy": 18893, - "bottom": 18894, - "acion": 18895, - "Ġpromotional": 18896, - "Ġsocks": 18897, - "tim": 18898, - "âĻ": 18899, - "141": 18900, - "neg": 18901, - "Ġcryst": 18902, - "ĠBoys": 18903, - "Ġhomosex": 18904, - "ĠWash": 18905, - "ĠCraig": 18906, - "ĠCris": 18907, - "ĠCho": 18908, - "Ġremarks": 18909, - "Ġcounties": 18910, - "Among": 18911, - "Ġsiempre": 18912, - "Ġdecis": 18913, - "Ġcounseling": 18914, - "iples": 18915, - "ĠAzure": 18916, - "Ġlev": 18917, - "ONG": 18918, - "ĠWard": 18919, - "Ġtamb": 18920, - "Ġirres": 18921, - "Ġremedy": 18922, - "Ġsenses": 18923, - "ĠDM": 18924, - "ĠBuddha": 18925, - "Ġhappily": 18926, - "Ġtricky": 18927, - "Ġinhabit": 18928, - "Ġunre": 18929, - "Ã¥ng": 18930, - "Ġhalt": 18931, - "Ġdiesem": 18932, - "Ġfatto": 18933, - "ĠRetrieved": 18934, - "zip": 18935, - "ös": 18936, - "Ġdeduct": 18937, - "------------": 18938, - "Ġupdating": 18939, - "ĠRemote": 18940, - "ĠCampus": 18941, - "icz": 18942, - "Ġdemonstrates": 18943, - "Ġdonated": 18944, - "иÐ": 18945, - "ĠChase": 18946, - "Ġparliament": 18947, - "ĠlÃŃ": 18948, - "ĠEff": 18949, - "Ġsalmon": 18950, - "Ġstressful": 18951, - "ĠChain": 18952, - "ĠIan": 18953, - "atori": 18954, - "Ġdiscretion": 18955, - "ĠCompar": 18956, - "Ġtobacco": 18957, - "ĠConvers": 18958, - "ĠHigher": 18959, - "Ġgloss": 18960, - "Ġsic": 18961, - "Ġnada": 18962, - "Ġstadium": 18963, - "Ġdeployed": 18964, - "Ġemotionally": 18965, - "Ġgraduation": 18966, - "offset": 18967, - "Ġtram": 18968, - "Ġviolations": 18969, - "Ġvillages": 18970, - "éĺ¿": 18971, - "ĠClinic": 18972, - "Ġconjunction": 18973, - "yme": 18974, - "Ġarchive": 18975, - "Bi": 18976, - "phi": 18977, - "ifiable": 18978, - "Ġshadows": 18979, - "Ġreasoning": 18980, - "WN": 18981, - "Invest": 18982, - "Ġdefence": 18983, - "Ġprone": 18984, - "Ġprotests": 18985, - "Ġflowing": 18986, - "ĠPlanet": 18987, - "Ġflame": 18988, - "Ġincentives": 18989, - "ĠLegisl": 18990, - "Ġlining": 18991, - "Ġdelays": 18992, - "ĠStewart": 18993, - "Widget": 18994, - "Ġcope": 18995, - "afood": 18996, - "Ġglow": 18997, - "Ġvita": 18998, - "ĠAdded": 18999, - "Ġoverhead": 19000, - "Ġundergraduate": 19001, - "Ġconnects": 19002, - "Ġserum": 19003, - "inging": 19004, - "Ġbrew": 19005, - "Ġbackgrounds": 19006, - "ĠFaculty": 19007, - "ĠCollins": 19008, - "ĠTheory": 19009, - "Ġrushed": 19010, - "éŁ": 19011, - "ĠWayne": 19012, - "Ġweekends": 19013, - "files": 19014, - "osto": 19015, - "Ġextensions": 19016, - "Ġcorrection": 19017, - "ĠBachelor": 19018, - "azy": 19019, - "ç¡": 19020, - "century": 19021, - "Ġinvestigating": 19022, - "anium": 19023, - "isha": 19024, - "ĊĉĊ": 19025, - "ĠCake": 19026, - "ĠWheel": 19027, - "Below": 19028, - "emics": 19029, - "ĠsÃŃ": 19030, - "rique": 19031, - "izio": 19032, - "iolet": 19033, - "ĠHorn": 19034, - "134": 19035, - "Ġsigh": 19036, - "Ġhttp": 19037, - "Ġspotted": 19038, - "Ġconclusions": 19039, - "ĠDouglas": 19040, - "ĠHey": 19041, - "emb": 19042, - "ĠSUV": 19043, - "reational": 19044, - "Ġhammer": 19045, - "ĠDiscover": 19046, - "ĠPolitical": 19047, - "çŁ¥éģĵ": 19048, - "Ġgravity": 19049, - "Ġyarn": 19050, - "Ġdetermin": 19051, - "æĢĿ": 19052, - "Ġtheoretical": 19053, - "sql": 19054, - "ĠTurkish": 19055, - "Ġbacon": 19056, - "Ġdude": 19057, - "Ġinquiry": 19058, - "etto": 19059, - "ĠSession": 19060, - "ĠFlat": 19061, - "Ġdio": 19062, - "ĠDun": 19063, - "Ġimplements": 19064, - "Ġdrill": 19065, - "Ġquicker": 19066, - "Ġportrait": 19067, - "Ġestán": 19068, - "称": 19069, - "Ġnewspapers": 19070, - "heet": 19071, - "Ġcostume": 19072, - "Ġcentr": 19073, - "ressive": 19074, - "skie": 19075, - "Ġinclus": 19076, - "antage": 19077, - "Ġunve": 19078, - "ĠSent": 19079, - "ĠMut": 19080, - "Apple": 19081, - "Ġsynchron": 19082, - "Ġimposed": 19083, - "Ġcasting": 19084, - "otti": 19085, - "ĠKaren": 19086, - "å¿ħ": 19087, - "Ġapples": 19088, - "Ġcondemn": 19089, - "ĠColomb": 19090, - "Ġschemes": 19091, - "kh": 19092, - "ĠKil": 19093, - "ĠNap": 19094, - "ĠLl": 19095, - "010": 19096, - "Ġbew": 19097, - "Ġtrapped": 19098, - "Ġpermanently": 19099, - "keeper": 19100, - "Ġpied": 19101, - "ĠNotice": 19102, - "��probl": 19103, - "Ġdestro": 19104, - "Ġwoke": 19105, - "ĠFest": 19106, - "Ġdeer": 19107, - "Ġmagnificent": 19108, - "ichte": 19109, - "uber": 19110, - "Ġquanto": 19111, - "Ġplugins": 19112, - "nement": 19113, - "Ġexcel": 19114, - "ORY": 19115, - ".âĢľ": 19116, - "gebra": 19117, - "ĠBild": 19118, - "ĠLen": 19119, - "Ġboiler": 19120, - "Ġthreatening": 19121, - "Ġlogged": 19122, - "users": 19123, - "176": 19124, - "ĉĊ": 19125, - "Ġnurt": 19126, - "ĠKan": 19127, - "ĠFactory": 19128, - "personal": 19129, - "boarding": 19130, - "ĠPayPal": 19131, - "itud": 19132, - "icia": 19133, - "ĠKnight": 19134, - "ĠOH": 19135, - "Ġtimeline": 19136, - "Ġcrisp": 19137, - "æ£": 19138, - "Ġharmon": 19139, - "ĠConditions": 19140, - "inv": 19141, - "ĠGOP": 19142, - "ĠAlpha": 19143, - "Ġestar": 19144, - "uciÃ": 19145, - "AMP": 19146, - "rimp": 19147, - "Turn": 19148, - "ertation": 19149, - "Ġdownloading": 19150, - "Ġsoldier": 19151, - "fields": 19152, - "ermat": 19153, - "Ġcommentary": 19154, - "nell": 19155, - "Ġbeast": 19156, - "ĠSolution": 19157, - "estly": 19158, - "ronics": 19159, - "Args": 19160, - "ĠPhase": 19161, - "Ġpla": 19162, - "ewer": 19163, - "built": 19164, - "ĠBere": 19165, - "Ġrepr": 19166, - "Ġpersonnes": 19167, - "Kit": 19168, - "Ġsung": 19169, - "ĠFol": 19170, - "arett": 19171, - "ĠMetro": 19172, - "Ġdisclosure": 19173, - "Ġenzyme": 19174, - "Ġexchanges": 19175, - "TM": 19176, - "Ġcompiled": 19177, - "Ġaccessibility": 19178, - "rays": 19179, - "VM": 19180, - "ĠPutin": 19181, - "Ġtres": 19182, - "Ġpaired": 19183, - "Ġcattle": 19184, - "ĠLay": 19185, - "Ġpeuvent": 19186, - "abulary": 19187, - "insert": 19188, - "Ġnutritional": 19189, - "Ġunsigned": 19190, - "hesive": 19191, - "ĠUpon": 19192, - "gesch": 19193, - "Ġsimilarly": 19194, - "Ġstrap": 19195, - "Ġmentor": 19196, - "Ġconscience": 19197, - "Ġfres": 19198, - "ĠSoul": 19199, - "Ġfinancially": 19200, - "Ġsubstantially": 19201, - "Auto": 19202, - "Ġpositively": 19203, - "'/": 19204, - "ĠFilter": 19205, - "Ġcardiac": 19206, - "Ġresur": 19207, - "Ġmedicines": 19208, - "Doc": 19209, - "oise": 19210, - "Ġtranqu": 19211, - "aler": 19212, - "ANS": 19213, - "Ġhobby": 19214, - "ĠJoint": 19215, - "ĠAcademic": 19216, - "Ġalles": 19217, - "Ġdiferent": 19218, - "had": 19219, - "ĠClay": 19220, - "151": 19221, - "Ġcinema": 19222, - "Ġsouls": 19223, - "OUT": 19224, - "ortunate": 19225, - "Ġvalidation": 19226, - "Ġpartie": 19227, - "136": 19228, - "ĠJag": 19229, - "oba": 19230, - "Regist": 19231, - "Ġtransfers": 19232, - "Ġswitched": 19233, - "Ġpunct": 19234, - "Everything": 19235, - "Ġtrainer": 19236, - "nst": 19237, - "opath": 19238, - "Ġfried": 19239, - "ĠDating": 19240, - "ecess": 19241, - "Ġpromo": 19242, - "Ġpurely": 19243, - "Ġweed": 19244, - "Ġdall": 19245, - "Panel": 19246, - "Ġinsult": 19247, - "161": 19248, - "Ġpedest": 19249, - "aline": 19250, - "ĠArtist": 19251, - "ĠSimilarly": 19252, - "Ġexplicitly": 19253, - "ĠOrlando": 19254, - "Ġarth": 19255, - "ĠStage": 19256, - "212": 19257, - "ĠReddit": 19258, - "Ġdisgust": 19259, - "Ġunclear": 19260, - "Ġcables": 19261, - "ĠCalendar": 19262, - "uted": 19263, - "Ġcelebrity": 19264, - "mir": 19265, - "Storage": 19266, - "Ġpositioned": 19267, - "ĠCi": 19268, - "Ġzak": 19269, - "Friend": 19270, - "Ġautomobile": 19271, - "ĠSoon": 19272, - "risk": 19273, - "Ġreign": 19274, - "quel": 19275, - "é»ij": 19276, - "ĠValentine": 19277, - "Ġquantities": 19278, - "Ġrevealing": 19279, - "ĠJerry": 19280, - "ĠSurgery": 19281, - "Responder": 19282, - "Container": 19283, - "AF": 19284, - "ĠFact": 19285, - "BY": 19286, - "Ġbake": 19287, - "Ġmim": 19288, - "Ġsighed": 19289, - "OLD": 19290, - "Ġhey": 19291, - "ĠJour": 19292, - "Ġquello": 19293, - "ixels": 19294, - "ielle": 19295, - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 19296, - "Could": 19297, - "Ġimpe": 19298, - "rong": 19299, - "ĠSteam": 19300, - "Ġtemporarily": 19301, - "ép": 19302, - "Ġgiorn": 19303, - "Ġslave": 19304, - "income": 19305, - "ĠPope": 19306, - "Impl": 19307, - "emetery": 19308, - "Ġtechnically": 19309, - "Ġdével": 19310, - "quin": 19311, - "Common": 19312, - "Ġunprecedented": 19313, - "aned": 19314, - "ĠCenters": 19315, - "ourag": 19316, - "idx": 19317, - "Ġbehavioral": 19318, - "Ġbelieving": 19319, - "Ġcaution": 19320, - "Ġproxim": 19321, - "Ġgarbage": 19322, - "Ġschedules": 19323, - "ĠViol": 19324, - "Ġseverity": 19325, - "fun": 19326, - "Small": 19327, - "Digital": 19328, - "SR": 19329, - "umph": 19330, - "Ġtraum": 19331, - "arette": 19332, - "ĠStatistics": 19333, - "Ġshru": 19334, - "urement": 19335, - "ĠFM": 19336, - "peat": 19337, - "ĠJSON": 19338, - "Ġlesser": 19339, - "ĠUltimate": 19340, - "Ġpools": 19341, - "Section": 19342, - "åł": 19343, - "tones": 19344, - "Ġinputs": 19345, - "Ġante": 19346, - "Ġexpects": 19347, - "Ġblogger": 19348, - "ĠPotter": 19349, - "Ġgauge": 19350, - "ĠBilly": 19351, - "country": 19352, - "}_": 19353, - "ĠGriff": 19354, - "ĠTed": 19355, - "ĠPittsburgh": 19356, - "Ġcongreg": 19357, - "ANCE": 19358, - "agles": 19359, - "Ġprojected": 19360, - "Ġrats": 19361, - "otional": 19362, - "ĠPatient": 19363, - "iao": 19364, - "Ġassumptions": 19365, - "reib": 19366, - "ĠPlans": 19367, - "icals": 19368, - "opard": 19369, - "162": 19370, - "iek": 19371, - "ĠPsychology": 19372, - "ĠApps": 19373, - "Ġpermet": 19374, - "ĠLost": 19375, - "Ġslipped": 19376, - "acz": 19377, - "ĠOverview": 19378, - "ustralia": 19379, - "Ġsei": 19380, - "ancement": 19381, - "ĠEc": 19382, - "iaz": 19383, - "Word": 19384, - "Ġoverwhelmed": 19385, - "gb": 19386, - "Ġdopo": 19387, - "ĠMoses": 19388, - "usammen": 19389, - "ĠNancy": 19390, - "ĠNutrition": 19391, - "region": 19392, - "impl": 19393, - "Ġflee": 19394, - "Mike": 19395, - "paration": 19396, - "Ġelementary": 19397, - "ĠGoing": 19398, - "WR": 19399, - "Cell": 19400, - "ĠFlow": 19401, - "Ġjurisdiction": 19402, - "ĠScar": 19403, - "ivi": 19404, - "Items": 19405, - "ĠKel": 19406, - "911": 19407, - "Ġrelates": 19408, - "toString": 19409, - "Ġrestart": 19410, - "ĠVI": 19411, - "Ġcocktail": 19412, - "links": 19413, - "Ġlitigation": 19414, - "Ġeditors": 19415, - "ĠPeters": 19416, - "USD": 19417, - "aban": 19418, - "Ġearliest": 19419, - "Ġcoupled": 19420, - "USE": 19421, - "Ġturkey": 19422, - "Perm": 19423, - "session": 19424, - "Ġdisposal": 19425, - "Music": 19426, - "'./": 19427, - "Ġdense": 19428, - "Ġdentist": 19429, - "ĠCircle": 19430, - "Ġvalor": 19431, - "ĠTot": 19432, - "Summary": 19433, - "Ġexceptions": 19434, - "Ġplumbing": 19435, - "ĠHerm": 19436, - "Ġdomains": 19437, - "Ġboom": 19438, - "Ġpending": 19439, - "Ġgraduates": 19440, - "Ġallegedly": 19441, - "ĠPill": 19442, - "Ġoptical": 19443, - "Ġmidnight": 19444, - "ayed": 19445, - "Blog": 19446, - "Ġfaithful": 19447, - "ulatory": 19448, - "ĠFo": 19449, - "atro": 19450, - "Ġaffection": 19451, - "nex": 19452, - "rina": 19453, - "Parameter": 19454, - "Ġlogistics": 19455, - "Ġsido": 19456, - "Ġexplored": 19457, - "ĠDiscount": 19458, - "ĠBuch": 19459, - "ÃŃo": 19460, - "Ġsilk": 19461, - "Ġinvalid": 19462, - "ĠRequirements": 19463, - "ĠPurchase": 19464, - "Display": 19465, - "NN": 19466, - "222": 19467, - "###": 19468, - "137": 19469, - "ĠInternal": 19470, - "Ġupgrades": 19471, - "ĠDeutsch": 19472, - "âĹı": 19473, - "ographer": 19474, - "Win": 19475, - "Ġdistribute": 19476, - "Ġarchitectural": 19477, - "Ġsteroid": 19478, - "Ġsometime": 19479, - "esters": 19480, - "Ġunst": 19481, - "Ġconstitutional": 19482, - "Ġreddit": 19483, - "Ġsliding": 19484, - "Ġlimiting": 19485, - "ucc": 19486, - "ĠCM": 19487, - "frast": 19488, - "ĠThan": 19489, - "ĠTeaching": 19490, - "patch": 19491, - "Ġnotify": 19492, - "Ġscam": 19493, - "except": 19494, - "mn": 19495, - "avas": 19496, - "Ġnotifications": 19497, - "Num": 19498, - "ĠTs": 19499, - "Ġrunner": 19500, - "ĠDepending": 19501, - "ĠBMW": 19502, - "Ġlegislative": 19503, - "ĠFranklin": 19504, - "BU": 19505, - "abile": 19506, - "Mel": 19507, - "ĠGrund": 19508, - "ĠCha": 19509, - "small": 19510, - "ĠMAR": 19511, - "hereum": 19512, - "gÃ": 19513, - "ĠEffects": 19514, - "outer": 19515, - "失": 19516, - "ĠLaure": 19517, - "aho": 19518, - "ña": 19519, - "tails": 19520, - "iterranean": 19521, - "feld": 19522, - "Ġhassle": 19523, - "Ġassessments": 19524, - "ĠWays": 19525, - "(:": 19526, - "bere": 19527, - "ĠLatest": 19528, - "Ġmaintains": 19529, - "Ġcentres": 19530, - "ĠHeavy": 19531, - "Ġstair": 19532, - "ropolitan": 19533, - "uffle": 19534, - "reas": 19535, - "ĠParts": 19536, - "ĠWel": 19537, - "prend": 19538, - "ĠMorris": 19539, - "ĠPortugal": 19540, - "âĢľ.": 19541, - "ampoo": 19542, - "Ġsunny": 19543, - "ĠPattern": 19544, - "ÙĦ": 19545, - "Ġkunnen": 19546, - "athe": 19547, - "original": 19548, - "Ġinviting": 19549, - "Ġzá": 19550, - "story": 19551, - "ĠBattery": 19552, - "ând": 19553, - "ĠLuther": 19554, - "Ġsupervision": 19555, - "Ġcozy": 19556, - "ĠNASA": 19557, - "ĠPara": 19558, - "Ġarrow": 19559, - "Ġmodifications": 19560, - "Ġguarantees": 19561, - "Ġsla": 19562, - "ĠHero": 19563, - "Ġrode": 19564, - "Ġego": 19565, - "Ġpreliminary": 19566, - "Ġclay": 19567, - "Ġaccountable": 19568, - "chten": 19569, - "Ġprobable": 19570, - "Ġtightly": 19571, - "great": 19572, - "ĠCampaign": 19573, - "Ġbeaten": 19574, - "kom": 19575, - "Ġrip": 19576, - "Ġarrives": 19577, - "ĠCommissioner": 19578, - "æĿ¡": 19579, - "ĠUnless": 19580, - "nico": 19581, - "fahr": 19582, - "ĠClaire": 19583, - "Ġpersistent": 19584, - "ĠDans": 19585, - "ĠCotton": 19586, - "Ġfais": 19587, - "ĠLarry": 19588, - "ĠJessica": 19589, - "ĠAber": 19590, - "ĠCzech": 19591, - "Register": 19592, - "ĠAirlines": 19593, - "Ġpremises": 19594, - "food": 19595, - "ĠJazz": 19596, - "ĠTestament": 19597, - "Ġsturdy": 19598, - "Ġdost": 19599, - "ĠCrown": 19600, - "ikel": 19601, - "Due": 19602, - "Ġvolta": 19603, - "Ġphases": 19604, - "Ġinfinite": 19605, - "ĠUhr": 19606, - "actic": 19607, - "Ġsearched": 19608, - "Ġevolving": 19609, - "Ġquarant": 19610, - "icar": 19611, - "Ġrecommends": 19612, - ">>>": 19613, - "Ġfinishes": 19614, - "Luc": 19615, - "ĠRah": 19616, - "153": 19617, - "Ġbooked": 19618, - "Ġacted": 19619, - "âĤ¬âĦ¢": 19620, - "iblings": 19621, - "Ġrefugees": 19622, - "ĠBT": 19623, - "ĠPopular": 19624, - "ĠBeng": 19625, - "Ġpumpkin": 19626, - "Ġmall": 19627, - "ĠVIP": 19628, - "Ġnude": 19629, - "ĠBeijing": 19630, - "Ġpursuit": 19631, - "Ġresign": 19632, - "é¢ĺ": 19633, - "Kind": 19634, - "Ġaur": 19635, - "incial": 19636, - "Ġdefinitions": 19637, - "sent": 19638, - "Ġreceptor": 19639, - "Ġattitudes": 19640, - "axis": 19641, - "anol": 19642, - "icone": 19643, - "Ġstrongest": 19644, - "Ġlungs": 19645, - "contin": 19646, - "dimensional": 19647, - "Ġgenius": 19648, - "Values": 19649, - "138": 19650, - "Ġcoordination": 19651, - "Ġgrandfather": 19652, - "Ġsponsors": 19653, - "Pub": 19654, - "Women": 19655, - "English": 19656, - "Ġbranding": 19657, - "Ġdawn": 19658, - "Ġcrafts": 19659, - "Ġsug": 19660, - "Ġfrost": 19661, - "Ġbeam": 19662, - "ĠHorse": 19663, - "ERY": 19664, - "Ġvind": 19665, - "Ġinteress": 19666, - "Ġforests": 19667, - "ständ": 19668, - "Ġarriving": 19669, - "vised": 19670, - "Ġwanna": 19671, - "æŀĹ": 19672, - "telling": 19673, - "Ġotro": 19674, - "Ġintest": 19675, - "Ġcoastal": 19676, - "cloud": 19677, - "ĠShopping": 19678, - "ĠObviously": 19679, - "Ġbreasts": 19680, - "Ġallegations": 19681, - "former": 19682, - "ĠMultiple": 19683, - "ĠCultural": 19684, - "Ġtribute": 19685, - "lambda": 19686, - "Anal": 19687, - "Ġdatabases": 19688, - "Ġshirts": 19689, - "ĠHier": 19690, - "rene": 19691, - "ĠJet": 19692, - "Ġtrades": 19693, - "aña": 19694, - "','": 19695, - "ĠDirectors": 19696, - "çª": 19697, - "Ġauthentication": 19698, - "ĠFif": 19699, - "Question": 19700, - "310": 19701, - "ĠAW": 19702, - "Ġenhancing": 19703, - "Ġcandle": 19704, - "ĠPatients": 19705, - "times": 19706, - "Ġweiter": 19707, - "ĠGeneration": 19708, - "Ġpúblic": 19709, - "ĠIO": 19710, - "172": 19711, - "EXT": 19712, - "park": 19713, - "ĠCarlos": 19714, - "ĠMills": 19715, - "Ġsanctions": 19716, - "Ġmint": 19717, - "Ġspont": 19718, - "lez": 19719, - "ĠPAR": 19720, - "clam": 19721, - "ĠWHO": 19722, - "ĠDakota": 19723, - "Ġdesirable": 19724, - "cision": 19725, - "items": 19726, - "ĠNursing": 19727, - "hedral": 19728, - "Ġmemor": 19729, - "Chat": 19730, - "Ġrefere": 19731, - "Ġenrolled": 19732, - "Ġlounge": 19733, - "vens": 19734, - "ĠPaint": 19735, - "Ġesto": 19736, - "ĠAlmost": 19737, - "Ġsleeve": 19738, - "oft": 19739, - "Ġsequences": 19740, - "Chris": 19741, - "INK": 19742, - "ĠExhib": 19743, - "ĠMethods": 19744, - "++++": 19745, - "Ġrecher": 19746, - "Ġthoughtful": 19747, - "Ġtouches": 19748, - "onc": 19749, - "ĠImper": 19750, - "ĠWords": 19751, - "Ġferm": 19752, - "Ġtranscript": 19753, - "unsigned": 19754, - "ĠParad": 19755, - "ĠCorps": 19756, - "Ġlaying": 19757, - "glass": 19758, - "Ġfluct": 19759, - "ĠMY": 19760, - "ĠCNN": 19761, - "Ġpumps": 19762, - "iken": 19763, - "ĠCommons": 19764, - "ĠWorkshop": 19765, - "cp": 19766, - "ĠMitchell": 19767, - "á»": 19768, - "Ġguer": 19769, - "Age": 19770, - "Ġnoteb": 19771, - "engu": 19772, - "ĠEvans": 19773, - "wd": 19774, - "Ġattendees": 19775, - "ĠPi": 19776, - "ĠAgriculture": 19777, - "[[": 19778, - "erred": 19779, - "outube": 19780, - "Ġurged": 19781, - "ĠCable": 19782, - "ĠIndians": 19783, - "Ġstare": 19784, - "Ġincentive": 19785, - "Ġstrangers": 19786, - "Ġshortage": 19787, - "Ġsuspicious": 19788, - "Ġrouter": 19789, - "Ġcrafted": 19790, - "Ġintuitive": 19791, - "ĠExcellent": 19792, - "Ġpredictions": 19793, - "Ġabnormal": 19794, - "Ġenlight": 19795, - "Ha": 19796, - "Ġtam": 19797, - "ĠAmendment": 19798, - "Ġencompass": 19799, - "ĠOFF": 19800, - "ĠKarl": 19801, - "ĠProbably": 19802, - "ĠParks": 19803, - "ĠEM": 19804, - "ĠSwe": 19805, - "ĠMol": 19806, - "Ġrecycled": 19807, - "ĠJake": 19808, - "oors": 19809, - "mount": 19810, - "Ġcinnamon": 19811, - "ghai": 19812, - "Ġsavoir": 19813, - "pit": 19814, - "ĠChron": 19815, - "å¦Ĥæŀľ": 19816, - "ĠLaser": 19817, - "Ġescort": 19818, - "Ġseventh": 19819, - "Api": 19820, - "Facebook": 19821, - "143": 19822, - "Ġforgive": 19823, - "enas": 19824, - "Ġanimated": 19825, - "Ġmano": 19826, - "Self": 19827, - "Ġcared": 19828, - "ĠNode": 19829, - "umar": 19830, - "ĠSund": 19831, - "166": 19832, - "Ġherb": 19833, - "Ġplanes": 19834, - "sto": 19835, - "ĠNu": 19836, - "unto": 19837, - "oter": 19838, - "ĠuÅ": 19839, - "taient": 19840, - "Ġswap": 19841, - "alone": 19842, - "...)": 19843, - "nom": 19844, - "ĠRew": 19845, - "Ġarter": 19846, - "Ġworkflow": 19847, - "Ġdashboard": 19848, - "Ġtriggered": 19849, - "osse": 19850, - "Ġaby": 19851, - "Ġlogs": 19852, - "interface": 19853, - "ĠSamuel": 19854, - "bach": 19855, - "Ġkindness": 19856, - "thanks": 19857, - "engine": 19858, - "Ġpulse": 19859, - "ĠCDC": 19860, - "economic": 19861, - "ĠWiFi": 19862, - "LECT": 19863, - "oping": 19864, - "Ġarguing": 19865, - "powered": 19866, - "Ġcommence": 19867, - "ĠMarshall": 19868, - "Ġreporters": 19869, - "Ġprecaut": 19870, - "Ġsulf": 19871, - "ovan": 19872, - "iliate": 19873, - "Ġprediction": 19874, - "ĠArkansas": 19875, - "poon": 19876, - "leen": 19877, - "Ġdominated": 19878, - "CAA": 19879, - "Ġcrust": 19880, - "Ġrivers": 19881, - "åºľ": 19882, - "settings": 19883, - "ĠProjects": 19884, - "Ġadaptation": 19885, - "adora": 19886, - "Ġweite": 19887, - "becca": 19888, - "Ġapplicant": 19889, - "Ġsyrup": 19890, - "ĠChelsea": 19891, - "Works": 19892, - "Ġappearances": 19893, - ")/": 19894, - "Ġassisted": 19895, - "Anyway": 19896, - "Ġassurance": 19897, - "Ñı": 19898, - "Ŀ¤": 19899, - "Ġintra": 19900, - "Ġactivists": 19901, - "ĠAbd": 19902, - "Ġtolerance": 19903, - "perature": 19904, - "Ġlicensing": 19905, - "Writer": 19906, - "Ġroster": 19907, - "ĠDru": 19908, - "ĠHotels": 19909, - "STRACT": 19910, - "Enc": 19911, - "Ġriders": 19912, - "Speaking": 19913, - "ĠDatabase": 19914, - "ĠRNA": 19915, - "ĠTheater": 19916, - "ĠAmsterdam": 19917, - "åĮº": 19918, - "ucking": 19919, - "Ġredirect": 19920, - "both": 19921, - "ĠWalter": 19922, - "ĠIssues": 19923, - "History": 19924, - "Ġdiagram": 19925, - "Ġfailures": 19926, - "ĠVisa": 19927, - "half": 19928, - "ĠTN": 19929, - "ĠStudios": 19930, - "ĠElementary": 19931, - "ĠBasket": 19932, - "Tool": 19933, - "ĠAld": 19934, - "blue": 19935, - "ĠArgentina": 19936, - "Ġlowered": 19937, - "Ġbiet": 19938, - "Channel": 19939, - "claimer": 19940, - "Ġmolecules": 19941, - "leased": 19942, - "esus": 19943, - "ĠRunning": 19944, - "ário": 19945, - "Ġdefending": 19946, - "Ġbesch": 19947, - "ĠRanch": 19948, - "ĠLOL": 19949, - "ĠAdm": 19950, - "ĠIncome": 19951, - "è®®": 19952, - "Ġallies": 19953, - "Ġcomprend": 19954, - "ammad": 19955, - "Recommended": 19956, - "Ġfireplace": 19957, - "512": 19958, - "Helper": 19959, - "healthy": 19960, - "god": 19961, - "ĠSalv": 19962, - "420": 19963, - "Ġdefining": 19964, - "Ġhardest": 19965, - "ĠCruz": 19966, - "Ġtimeout": 19967, - "Ġhö": 19968, - "ĠLiberty": 19969, - "LINE": 19970, - "Ġpickup": 19971, - "Prop": 19972, - "cio": 19973, - "ĠGuest": 19974, - "think": 19975, - "ĠInitiative": 19976, - "ĠCSS": 19977, - "ĠLip": 19978, - "Ġhelic": 19979, - "ĠTeil": 19980, - "ĠWang": 19981, - "ĠLinda": 19982, - "ĠOscar": 19983, - "Ġcheeks": 19984, - "Ġconstitution": 19985, - "ĠChef": 19986, - "ĠMargaret": 19987, - "Ġsticking": 19988, - "ĠPT": 19989, - "Ġestos": 19990, - "æį®": 19991, - "ĠMining": 19992, - "Ġsystematic": 19993, - "Ġmetric": 19994, - "Ġwonders": 19995, - "Ġpir": 19996, - "rities": 19997, - "Ġworrying": 19998, - "ĠMaintenance": 19999, - "amples": 20000, - "ulates": 20001, - "ĠFortunately": 20002, - "ĠNeck": 20003, - "Ġcob": 20004, - "Ġproceeds": 20005, - "opl": 20006, - "Ġtaxi": 20007, - "ĠAround": 20008, - "heat": 20009, - "Ġion": 20010, - "ĠOracle": 20011, - "izaciÃ": 20012, - "Ġlearners": 20013, - "menu": 20014, - "Ġpacket": 20015, - "Ġwaterproof": 20016, - "mentioned": 20017, - "ĠNOW": 20018, - "Ġrespondents": 20019, - "occup": 20020, - "places": 20021, - "Ġappend": 20022, - "resistant": 20023, - "ĠCrime": 20024, - "Ġcheckout": 20025, - "Made": 20026, - "LAY": 20027, - "ionale": 20028, - "Hy": 20029, - "Ġmuff": 20030, - "Services": 20031, - "ĠAnyway": 20032, - "Ġdiscusses": 20033, - "æĿĥ": 20034, - "Ġvariants": 20035, - "atomic": 20036, - "Ġbeste": 20037, - "share": 20038, - "Ġmoistur": 20039, - "ĠBott": 20040, - "Ġunity": 20041, - "ĠSMS": 20042, - "Ġapro": 20043, - "142": 20044, - "ĠDublin": 20045, - "Ġrepository": 20046, - "ĠONE": 20047, - "Ġinnovations": 20048, - "Ġéqu": 20049, - "ĠNavig": 20050, - "azi": 20051, - "Ġdamit": 20052, - "Ġruin": 20053, - "Ġcarriers": 20054, - "Double": 20055, - "Ptr": 20056, - "bits": 20057, - "Ġamateur": 20058, - "Ġambitious": 20059, - "Ġautumn": 20060, - "Ġicons": 20061, - "Ġadvocacy": 20062, - "Ġhypert": 20063, - "acre": 20064, - "ĠWow": 20065, - "Really": 20066, - "ladesh": 20067, - "Ġchim": 20068, - "ĠMario": 20069, - "ĠSites": 20070, - "Ġkin": 20071, - "ariant": 20072, - "Ġsecurities": 20073, - "Ġapprove": 20074, - "idency": 20075, - "Ġsept": 20076, - "Ġsovere": 20077, - "Ġcreamy": 20078, - "jos": 20079, - "osity": 20080, - "Ġpathway": 20081, - "Ġadvocates": 20082, - "ο": 20083, - "Email": 20084, - "kte": 20085, - "udson": 20086, - "Simple": 20087, - "Ġtraded": 20088, - "lov": 20089, - "Ġamazed": 20090, - "Ġcrowded": 20091, - "iero": 20092, - "Ġhilarious": 20093, - "Ġpodr": 20094, - "Ġstretched": 20095, - "avian": 20096, - "å¡": 20097, - "交": 20098, - ",-": 20099, - "Ġrestra": 20100, - "ĠSyn": 20101, - "ĠPhilip": 20102, - "Ġundergo": 20103, - "ĠJulia": 20104, - "ĠCarbon": 20105, - "Ġcatast": 20106, - "åĢĻ": 20107, - "induced": 20108, - "astically": 20109, - "Ġaltered": 20110, - "CM": 20111, - "tn": 20112, - "Ġbeats": 20113, - "oustic": 20114, - "Ġgospel": 20115, - "RNA": 20116, - "Ġalk": 20117, - "Ġcongrat": 20118, - "Tab": 20119, - "Ġsanct": 20120, - "anga": 20121, - "Ġcri": 20122, - "amiliar": 20123, - "Ġquarterback": 20124, - "War": 20125, - "Ñĭ": 20126, - "replace": 20127, - "Ġfounding": 20128, - "Ġgrin": 20129, - "164": 20130, - "Ġextending": 20131, - "ĠSwedish": 20132, - "fty": 20133, - "Sex": 20134, - "Ġoak": 20135, - "Ġvivid": 20136, - "Ġknocked": 20137, - "record": 20138, - "ĠChanges": 20139, - "Loc": 20140, - "eval": 20141, - "Reply": 20142, - "Ġrealise": 20143, - "Ġbelonging": 20144, - "Ġfork": 20145, - "Ġbee": 20146, - "iph": 20147, - "Ġhumble": 20148, - "ĠBrothers": 20149, - "ienna": 20150, - "Ġadministered": 20151, - "Ġdesarroll": 20152, - "vano": 20153, - "anded": 20154, - "parents": 20155, - "ĠManufacturing": 20156, - "ĠBuffalo": 20157, - "Ġgown": 20158, - "ĠRaw": 20159, - "Ġcondu": 20160, - "ĠEngineer": 20161, - "ç±»": 20162, - "\",\"": 20163, - "leurs": 20164, - "Ġtorch": 20165, - "ĠGlad": 20166, - "struction": 20167, - "Ġpermett": 20168, - "Ġtablespoons": 20169, - "pez": 20170, - "ĠPHP": 20171, - "<<_": 20172, - "Ġeinfach": 20173, - "Ġinsisted": 20174, - "Ġdosage": 20175, - "Ġsqueez": 20176, - "Ġreplies": 20177, - "Ġhormones": 20178, - "Ġpode": 20179, - "Ġconfigur": 20180, - "ĠHoney": 20181, - "ĠMurray": 20182, - "Ġmodification": 20183, - "SWER": 20184, - ".(": 20185, - "outing": 20186, - "achi": 20187, - "ĠSingh": 20188, - "TF": 20189, - "ĠIgn": 20190, - "ĠMitt": 20191, - "Ġcomed": 20192, - "ĠRoot": 20193, - "pired": 20194, - "TD": 20195, - "Ġcompetent": 20196, - "Low": 20197, - "ĠItems": 20198, - "Ġtales": 20199, - "érieur": 20200, - "ulously": 20201, - "ĠRecipe": 20202, - "ĠGDP": 20203, - "()->": 20204, - "154": 20205, - "Ġgotta": 20206, - "equals": 20207, - "Ġresearcher": 20208, - "urate": 20209, - "Package": 20210, - "ĠMight": 20211, - "ĠLots": 20212, - "Ġcompression": 20213, - "Ġhorizon": 20214, - "Ġpipes": 20215, - "etc": 20216, - "Ġbark": 20217, - "elia": 20218, - "åĻ": 20219, - "Ġinexpensive": 20220, - "Ġparas": 20221, - "Close": 20222, - "Ġrecreation": 20223, - "ĠGeb": 20224, - "ĠGarc": 20225, - "Ġreplica": 20226, - "ourage": 20227, - "NI": 20228, - "Ġnuestro": 20229, - "velle": 20230, - "short": 20231, - "èĭ±": 20232, - "ĠJohnny": 20233, - "Ġmorph": 20234, - "vic": 20235, - "Ġbaseline": 20236, - "Hard": 20237, - "ĠNathan": 20238, - "Ġregener": 20239, - "Ġwebinar": 20240, - "chio": 20241, - "Ġscreaming": 20242, - "ĠPrices": 20243, - "ĠArchitecture": 20244, - "Ġcomplimentary": 20245, - "arming": 20246, - "ivia": 20247, - "ourses": 20248, - "¼¼": 20249, - "Community": 20250, - "Ġfatty": 20251, - "ĠConnection": 20252, - "Ġuncons": 20253, - "Ġaplic": 20254, - "Ġproxy": 20255, - "although": 20256, - "untu": 20257, - "nÄħ": 20258, - "ĠRF": 20259, - "163": 20260, - "ĠOrd": 20261, - "ĠBarry": 20262, - "Tele": 20263, - "anyon": 20264, - "ĠMenu": 20265, - "?âĢĻ": 20266, - "Ġprojet": 20267, - "Ġpredomin": 20268, - "ocy": 20269, - "ogan": 20270, - "Ġpouvez": 20271, - "nas": 20272, - "ĠGospel": 20273, - "Ġcarp": 20274, - "ĠCircuit": 20275, - "Ġbetray": 20276, - "Ġdiver": 20277, - "Ġdus": 20278, - "Ġconviction": 20279, - "hea": 20280, - "Ġcakes": 20281, - "ĠJar": 20282, - "ĠCant": 20283, - "Ġquarters": 20284, - "ĠHonda": 20285, - "ellar": 20286, - "oko": 20287, - "Ġbrides": 20288, - "ieux": 20289, - "Ġcoupons": 20290, - "Ġeurope": 20291, - "ĠLiverpool": 20292, - "Ġwszyst": 20293, - "ĠWireless": 20294, - "ĠArabia": 20295, - "=\\": 20296, - "157": 20297, - "hm": 20298, - "Ġprzed": 20299, - "apple": 20300, - "Ġsmallest": 20301, - "ĠTap": 20302, - "Ġaligned": 20303, - "schen": 20304, - "ABSTRACT": 20305, - "Ġmarkers": 20306, - "lav": 20307, - "Ġimmense": 20308, - "Answer": 20309, - "Updated": 20310, - "Ġpoems": 20311, - "æĿĢ": 20312, - "象": 20313, - "ĠOliver": 20314, - "Ġwellbeing": 20315, - "ĠHamp": 20316, - "Ġsocieties": 20317, - "ĠFoods": 20318, - "ÅĤÄħ": 20319, - "ĠJak": 20320, - "Ġlinking": 20321, - "ĠBuilt": 20322, - "Students": 20323, - "满": 20324, - "Ġinsane": 20325, - "Ġerst": 20326, - "ĠPolish": 20327, - "Ġstepping": 20328, - "Ġdiesel": 20329, - "Tunes": 20330, - "igion": 20331, - "Ġillum": 20332, - "Ġsmartphones": 20333, - "Ġmetadata": 20334, - "Ġcoordinate": 20335, - "Ġathlete": 20336, - "Ġritual": 20337, - "Ġdistinguish": 20338, - "ĠHack": 20339, - "Ġattacking": 20340, - "Ġexplosion": 20341, - "Ġkernel": 20342, - "Ġimmunity": 20343, - "mask": 20344, - "ĠPoints": 20345, - "Activity": 20346, - "atÄĥ": 20347, - "ĠScholar": 20348, - "Ġplanting": 20349, - "Ġmisunder": 20350, - "Os": 20351, - "ĠAA": 20352, - "Ġvas": 20353, - "eking": 20354, - "shit": 20355, - "House": 20356, - "Ġimagin": 20357, - "147": 20358, - "Ġdentro": 20359, - "odi": 20360, - "Ġboasts": 20361, - "Å¡e": 20362, - "Ġsensible": 20363, - "Ġlb": 20364, - "adequ": 20365, - "Ġorgans": 20366, - "Ġmathematics": 20367, - "Ġcalculation": 20368, - "人çļĦ": 20369, - "ĠLauren": 20370, - "Ġdecorated": 20371, - "Present": 20372, - "owej": 20373, - "ĠBA": 20374, - "ĠNam": 20375, - "Ġdiscovering": 20376, - "169": 20377, - "Ġrounded": 20378, - "Listen": 20379, - "ĠElectronic": 20380, - "arrings": 20381, - "Ġinfluential": 20382, - "ĠDecl": 20383, - "Ġhospitality": 20384, - "eso": 20385, - "ĠEUR": 20386, - "oton": 20387, - "Ġevolve": 20388, - "ĠAZ": 20389, - "amment": 20390, - "Ġmarginal": 20391, - "impse": 20392, - "ĠHood": 20393, - "req": 20394, - "æ±Ĥ": 20395, - "Ġcollaborate": 20396, - "ulk": 20397, - "ĠLov": 20398, - "Ġcrushed": 20399, - "Ġclearing": 20400, - "Da": 20401, - "Ġspice": 20402, - "abin": 20403, - "CF": 20404, - "Ġboundary": 20405, - "ĠChile": 20406, - "rak": 20407, - "ĠNintendo": 20408, - "Ġsect": 20409, - "Ġcombo": 20410, - "mag": 20411, - "unta": 20412, - "åĩ»": 20413, - "Ġdov": 20414, - "Ġmarker": 20415, - "Ġregulate": 20416, - "ighting": 20417, - "Ġtechnicians": 20418, - "Ġepit": 20419, - "ĠLEGO": 20420, - "hin": 20421, - "Ġperipher": 20422, - "ÅĤug": 20423, - "fd": 20424, - "addr": 20425, - "ynt": 20426, - "Ġeyel": 20427, - "gend": 20428, - "159": 20429, - "++;": 20430, - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 20431, - "Ġdrift": 20432, - "ĠGru": 20433, - "Ġange": 20434, - "Ġain": 20435, - "FAULT": 20436, - "Ġsocio": 20437, - "ĠSpecialist": 20438, - "Background": 20439, - "Ġefficacy": 20440, - "Ġpositioning": 20441, - "ĠGel": 20442, - "ĠGreater": 20443, - "VAC": 20444, - "Ġpetit": 20445, - "ĠReady": 20446, - "156": 20447, - "Ġtragedy": 20448, - "rente": 20449, - "bytes": 20450, - "uÅ": 20451, - "Ġunfortunate": 20452, - "umi": 20453, - "Station": 20454, - "ĠHS": 20455, - "Ġensemble": 20456, - "ĠViews": 20457, - "åĪĩ": 20458, - "Ġbrutal": 20459, - "Ġgente": 20460, - "Camp": 20461, - "eton": 20462, - "ĠFI": 20463, - "Ġpoz": 20464, - "imming": 20465, - "iary": 20466, - "encias": 20467, - "Ġamend": 20468, - "Hon": 20469, - "atories": 20470, - "Ġlasts": 20471, - "Ġliable": 20472, - "ĠGuardian": 20473, - "Ġduo": 20474, - "inde": 20475, - "Ġfloral": 20476, - "roe": 20477, - "Ġintimid": 20478, - "Ġceleb": 20479, - "ĠLeather": 20480, - "ĠDegree": 20481, - "ĠFerr": 20482, - "Ġchase": 20483, - "för": 20484, - "Ġczas": 20485, - "ĠCustomers": 20486, - "eca": 20487, - "sembl": 20488, - "aligned": 20489, - "arto": 20490, - "Ġdangers": 20491, - "ãĢij": 20492, - "Company": 20493, - "Given": 20494, - "Easy": 20495, - "ĠAbu": 20496, - "Hol": 20497, - "Ġanime": 20498, - "irmingham": 20499, - "Ġstrips": 20500, - "ounters": 20501, - "Ġseamless": 20502, - "houses": 20503, - "Ġexcluded": 20504, - "ĠReference": 20505, - "Ġbeginners": 20506, - "enos": 20507, - "ĠAgainst": 20508, - "Ġcherry": 20509, - "Ġaument": 20510, - "Ġaccountability": 20511, - "Ġdataset": 20512, - "boys": 20513, - "Ġcosmetic": 20514, - "Ġretailer": 20515, - "Ġmusician": 20516, - "Ġcuc": 20517, - "Ġdeterior": 20518, - "Ġfal": 20519, - "Ġmét": 20520, - "ocado": 20521, - "ilden": 20522, - "Ġtyping": 20523, - "Ġresilience": 20524, - "Ġcontinent": 20525, - "upt": 20526, - "Ġsog": 20527, - "Ġinformal": 20528, - "ĠBenjamin": 20529, - "Ġwaren": 20530, - "ĠSupplement": 20531, - "Ġquella": 20532, - "Serial": 20533, - "Ġhorr": 20534, - "SET": 20535, - "Ġexhausted": 20536, - "Land": 20537, - "Ġunions": 20538, - "tok": 20539, - "ĠStanley": 20540, - "148": 20541, - "Ġbalcon": 20542, - "Ġsampling": 20543, - "Ġfavorable": 20544, - "Ġpads": 20545, - "Think": 20546, - "Ġscrut": 20547, - "Ġfights": 20548, - "ĠHarm": 20549, - "计": 20550, - "ĠTickets": 20551, - "hetics": 20552, - "ĠCalcul": 20553, - "Ġresemb": 20554, - "Ġnowadays": 20555, - "Ġhappier": 20556, - "ères": 20557, - "ĠFisher": 20558, - "ometers": 20559, - "equal": 20560, - "ĠHil": 20561, - "Ġdoch": 20562, - "Ġupside": 20563, - "Ġscheduling": 20564, - "ĠPublishing": 20565, - "Private": 20566, - "æ¥": 20567, - "represent": 20568, - "Ġjours": 20569, - "iÃł": 20570, - "åijĬ": 20571, - "Ġosc": 20572, - "ĠLeo": 20573, - "Ġpenalties": 20574, - "ieri": 20575, - "References": 20576, - "Ġjokes": 20577, - "Ġexpectation": 20578, - "otyp": 20579, - "Ġanchor": 20580, - "inis": 20581, - "Ġfossil": 20582, - "filled": 20583, - "ĠProgramme": 20584, - "Ġsond": 20585, - "Ġexempt": 20586, - "ĠDoug": 20587, - "Ġenforce": 20588, - "ðŁĺ": 20589, - "Ġappropriately": 20590, - "ĠOlympics": 20591, - "Ġsketch": 20592, - "ĠNorway": 20593, - "OH": 20594, - "ĠNeuro": 20595, - "174": 20596, - "Ġdownloads": 20597, - "eau": 20598, - "Ġnoon": 20599, - "Ġsalon": 20600, - "Ġamino": 20601, - "Ġassass": 20602, - "Ġclarify": 20603, - "images": 20604, - "è¿ľ": 20605, - "compl": 20606, - "Congratulations": 20607, - "Ġconsiders": 20608, - "FILE": 20609, - "yw": 20610, - "è¯Ń": 20611, - "ĠMcDonald": 20612, - "cb": 20613, - "ĠMob": 20614, - "ĠFROM": 20615, - "ĠEVER": 20616, - "ĠAbstract": 20617, - "pic": 20618, - "Ġquien": 20619, - "ĠAustria": 20620, - "Ġprophe": 20621, - "Ġneighborhoods": 20622, - "news": 20623, - "alen": 20624, - "Cas": 20625, - "ribly": 20626, - "Ġstark": 20627, - "ĠCrack": 20628, - "ĠdÃ": 20629, - "Choose": 20630, - "Tell": 20631, - "ÄįnÃŃ": 20632, - "480": 20633, - "ĠLiqu": 20634, - "Ġobesity": 20635, - "ĠVincent": 20636, - "Inv": 20637, - "Template": 20638, - "ushi": 20639, - "Ġrevised": 20640, - "iba": 20641, - "Ġacne": 20642, - "Ġprésent": 20643, - "}^": 20644, - "achine": 20645, - "application": 20646, - "stack": 20647, - "Ġetwas": 20648, - "ĠBak": 20649, - "Ġtoes": 20650, - "oshop": 20651, - "Ġprestigious": 20652, - "Ġusa": 20653, - "Ġbrass": 20654, - "èĪ¬": 20655, - "Ġavons": 20656, - "akespe": 20657, - "ĠChan": 20658, - "ĠYahoo": 20659, - "move": 20660, - "Ġcreators": 20661, - "icios": 20662, - ".......": 20663, - "Ġconcentrated": 20664, - "Sar": 20665, - "Ġauc": 20666, - "Ġlicenses": 20667, - "Introduction": 20668, - "Integer": 20669, - "Ġdisciples": 20670, - "changing": 20671, - "215": 20672, - "Ġprompted": 20673, - "ĠLabour": 20674, - "Ġdoit": 20675, - "ressing": 20676, - "Ġcounted": 20677, - "Ġenrich": 20678, - "ĠAppe": 20679, - "criptor": 20680, - "Frank": 20681, - "ĠTank": 20682, - "Ġspinning": 20683, - "Ġsimplicity": 20684, - "Ġsubsid": 20685, - "Twitter": 20686, - "Ġbloody": 20687, - "ĠScore": 20688, - "itus": 20689, - "TON": 20690, - "Ġ°": 20691, - "Ġextr": 20692, - "Ġviele": 20693, - "Ġintersection": 20694, - "ĠDogs": 20695, - "Ġjej": 20696, - "ĠBless": 20697, - "Ġgeht": 20698, - "VO": 20699, - "Ġspoon": 20700, - "Rock": 20701, - "Ġharness": 20702, - "ĠInj": 20703, - "Ġgrandes": 20704, - "VR": 20705, - "é¥": 20706, - "Ġfaint": 20707, - "footer": 20708, - "Ġnep": 20709, - "esta": 20710, - "ĠKap": 20711, - "Ġlabeled": 20712, - "Ġcaus": 20713, - "strate": 20714, - "ĠWeekly": 20715, - "ĠCrist": 20716, - "Ġportions": 20717, - "Ġrankings": 20718, - "amt": 20719, - "Ġthats": 20720, - "ployed": 20721, - "Ġindia": 20722, - "ĠHistorical": 20723, - "Mary": 20724, - "º": 20725, - "Ġblink": 20726, - "Ġvelocity": 20727, - "Ġjan": 20728, - "ĠNar": 20729, - "003": 20730, - "ĠĠĠĠĠĠĠĠĠĠĠĠĠ": 20731, - "roke": 20732, - "Ġenact": 20733, - "Ġtwitter": 20734, - "did": 20735, - "sort": 20736, - "ĠDevice": 20737, - "Ġbloggers": 20738, - "ĠBuilder": 20739, - "ĠClaim": 20740, - "ĠRib": 20741, - "Ġow": 20742, - "Ġbreeze": 20743, - "Ġspices": 20744, - "Tex": 20745, - "Ġinfectious": 20746, - "Ġterrorism": 20747, - "ĠHour": 20748, - "Ġfixing": 20749, - "Ġattributed": 20750, - "ĠMediterranean": 20751, - "founder": 20752, - "Ġangles": 20753, - "border": 20754, - "Ġfeather": 20755, - "Ġmercy": 20756, - "igung": 20757, - "ĠBS": 20758, - "ĠDent": 20759, - "Å¡t": 20760, - "ĠWITH": 20761, - "ĠSubject": 20762, - "online": 20763, - "ĠBras": 20764, - "Site": 20765, - "arin": 20766, - "Ġtrademark": 20767, - "Ġtopped": 20768, - "ĠScientific": 20769, - "Ġconspiracy": 20770, - "norm": 20771, - "Ġkills": 20772, - "tle": 20773, - "iang": 20774, - "请": 20775, - "Mill": 20776, - "umbs": 20777, - "Ġspy": 20778, - "allow": 20779, - "Amazon": 20780, - "Ġstance": 20781, - "Ġdamaging": 20782, - "uded": 20783, - "Ġscales": 20784, - "Director": 20785, - "ĠGarage": 20786, - "ĠTypes": 20787, - "ência": 20788, - "Ġqualifying": 20789, - "Ġcorrid": 20790, - "urz": 20791, - "ĠEagle": 20792, - "Ġmeille": 20793, - "boro": 20794, - "yect": 20795, - "ĠBass": 20796, - "ĠRalph": 20797, - "Ġextraction": 20798, - "Ġinduced": 20799, - "inse": 20800, - "iels": 20801, - "Ġopenly": 20802, - "ARN": 20803, - "Ġdevil": 20804, - "Ġsnapped": 20805, - "æĶ¯": 20806, - "ĠRacing": 20807, - "Ġdrying": 20808, - "Ġcheapest": 20809, - "Ġquil": 20810, - "Ġscripts": 20811, - "ĠMurphy": 20812, - "Ġcentered": 20813, - "Ġtwisted": 20814, - "Ġpalette": 20815, - "Ġtasting": 20816, - "dz": 20817, - "Ġglimpse": 20818, - "ĠDesigner": 20819, - "ĠpolÃŃt": 20820, - "Ġdetermines": 20821, - "Ġbanner": 20822, - "window": 20823, - "Ġlime": 20824, - "steps": 20825, - "ĠHash": 20826, - "ĠNT": 20827, - "Ġanten": 20828, - "Ġtenant": 20829, - "Ġcommunicating": 20830, - "................": 20831, - "Pet": 20832, - "Ġnood": 20833, - "Ġfinden": 20834, - "Ġshallow": 20835, - "mble": 20836, - "QUEST": 20837, - "KA": 20838, - "ĠCharacter": 20839, - "Ġsliced": 20840, - "ĠPete": 20841, - "ANSWER": 20842, - "Ġcancelled": 20843, - "Smart": 20844, - "Ñĸ": 20845, - "uclear": 20846, - "Ġwholesale": 20847, - "ĠManaging": 20848, - "Ġeller": 20849, - "171": 20850, - "ĠParents": 20851, - "ĠPosition": 20852, - "Ġresting": 20853, - "Ġslices": 20854, - "Ġsociet": 20855, - "domain": 20856, - "ĠMack": 20857, - "review": 20858, - "Ġqualifications": 20859, - "ĠDemocrat": 20860, - "ulsion": 20861, - "ĠCad": 20862, - "ĠLeban": 20863, - "ttps": 20864, - "Ġtorture": 20865, - "Ġenters": 20866, - "zero": 20867, - "Ġserá": 20868, - "Ġpersonne": 20869, - "random": 20870, - "ablished": 20871, - "Ġrelieve": 20872, - "Ġcoloring": 20873, - "Ġbend": 20874, - "ĠStarting": 20875, - "ĠTerry": 20876, - "ĠCoc": 20877, - "three": 20878, - "301": 20879, - "intern": 20880, - "Ġecc": 20881, - "Ġmanera": 20882, - "iedz": 20883, - "ĠGraduate": 20884, - "ĠBI": 20885, - "-)": 20886, - "ĠPoker": 20887, - "Ġzm": 20888, - "ĠPalestinian": 20889, - "ĠDirectory": 20890, - "ĠSta": 20891, - "ĠMumbai": 20892, - "ĠLion": 20893, - "öglich": 20894, - "Ġstrains": 20895, - "Ġmounting": 20896, - "icaid": 20897, - "å¿«": 20898, - "esium": 20899, - "çİ°åľ¨": 20900, - "yy": 20901, - "ĠMercedes": 20902, - "Ġwow": 20903, - "Ġdismissed": 20904, - "vt": 20905, - "Ġctx": 20906, - "senal": 20907, - "global": 20908, - "Ġearthqu": 20909, - "nergy": 20910, - "#[": 20911, - "850": 20912, - "eri": 20913, - "uffs": 20914, - "Ġblown": 20915, - "Ġtego": 20916, - "ĠGent": 20917, - "Ġcertificates": 20918, - "MAT": 20919, - "bast": 20920, - "apon": 20921, - "ĠStre": 20922, - ";\">": 20923, - "501": 20924, - "tab": 20925, - "ĠBrief": 20926, - "ĠCamb": 20927, - "ĠThread": 20928, - "Properties": 20929, - "Ġfucked": 20930, - "integr": 20931, - "Ġcolonial": 20932, - "Ġvec": 20933, - "np": 20934, - "Ġtuition": 20935, - "gere": 20936, - "Ġverbal": 20937, - "ĠPlastic": 20938, - "ĠUna": 20939, - "æµģ": 20940, - "ĠTemplate": 20941, - "ĠSid": 20942, - "��Font": 20943, - "Ġpremière": 20944, - "Ġprevented": 20945, - "ĠVir": 20946, - "Ġeducators": 20947, - "Offset": 20948, - "member": 20949, - "Las": 20950, - "Ġtriv": 20951, - "Definition": 20952, - "Ap": 20953, - "Ġcomics": 20954, - "Ġrecruiting": 20955, - "eston": 20956, - "raulic": 20957, - "ĠInvestig": 20958, - "Latest": 20959, - "Additionally": 20960, - "Ġnasty": 20961, - "Ġreimb": 20962, - "ĠActivity": 20963, - "ĠIncludes": 20964, - "Ġtraff": 20965, - "Ġmailing": 20966, - "Ġjournals": 20967, - "foo": 20968, - "Ġray": 20969, - "bek": 20970, - "Robert": 20971, - "Ġdiffic": 20972, - "Ġdevastating": 20973, - "achten": 20974, - "Ġrandomly": 20975, - "Ġdisable": 20976, - "Ġreservation": 20977, - "é£İ": 20978, - "ĠVector": 20979, - "Ġcareg": 20980, - "Ġembro": 20981, - "ĠWindow": 20982, - "sens": 20983, - "Member": 20984, - "andel": 20985, - "ĠCompetition": 20986, - "ĠTak": 20987, - "Success": 20988, - "ĠVM": 20989, - "aying": 20990, - "inee": 20991, - ".\\": 20992, - "158": 20993, - "Ġannées": 20994, - "ĠComplex": 20995, - "Delete": 20996, - "Ġenjoyment": 20997, - "listed": 20998, - "ître": 20999, - "vm": 21000, - "å©Ĩ": 21001, - "Ġproprio": 21002, - "ventory": 21003, - "离": 21004, - "Ġsins": 21005, - "ARY": 21006, - "ĠEuropa": 21007, - "Ġseine": 21008, - "Ġinterviewed": 21009, - "Ġaccelerate": 21010, - "keiten": 21011, - "ĠInstallation": 21012, - "itably": 21013, - "Ġtubes": 21014, - "Ġhypothesis": 21015, - "ĠNy": 21016, - "è¿ij": 21017, - "Ġillustration": 21018, - "Ġexotic": 21019, - "ĠNan": 21020, - "ĠKÃ": 21021, - "sys": 21022, - "Ġniñ": 21023, - "Ġmasters": 21024, - "Ġsurgeon": 21025, - "Handle": 21026, - "ĠProvide": 21027, - "ÅĪ": 21028, - "tone": 21029, - "Ġresearching": 21030, - "oku": 21031, - "Ġdemonstration": 21032, - "Bill": 21033, - "flower": 21034, - "Ġnoble": 21035, - "prising": 21036, - "ĠBaptist": 21037, - "Ġslid": 21038, - "ĠGuar": 21039, - "haw": 21040, - "Ġsubur": 21041, - "Lib": 21042, - "ÐĤ": 21043, - "çĮ": 21044, - "Ġrobots": 21045, - "inflamm": 21046, - "Ġproves": 21047, - "Ġpelo": 21048, - "Ġvaccinated": 21049, - "Ġwasted": 21050, - "Working": 21051, - "ĠEli": 21052, - "olute": 21053, - "gender": 21054, - "Ġwipe": 21055, - "Ġmathematical": 21056, - "Ess": 21057, - "container": 21058, - ")),": 21059, - "wealth": 21060, - "ĠQuarter": 21061, - "Ġanticipate": 21062, - "ĠKyle": 21063, - "ylan": 21064, - "ĠNi": 21065, - "hui": 21066, - "ourcing": 21067, - "cod": 21068, - "Ġdrone": 21069, - "ĠImplement": 21070, - "Ġamendment": 21071, - "Ġnar": 21072, - "Ġmasses": 21073, - "ĠAdvisory": 21074, - "Ġsubsidi": 21075, - "âĢ¦)": 21076, - "Ġtraditionally": 21077, - "Ġdistancing": 21078, - "Ġprofessionally": 21079, - "ĠMeta": 21080, - "Ġjoins": 21081, - "Ġporch": 21082, - "Ġhygiene": 21083, - "ĠKun": 21084, - "Ġoft": 21085, - "ĠCollabor": 21086, - "DL": 21087, - "oux": 21088, - "ĠTyler": 21089, - "Ġbucks": 21090, - "Ġgum": 21091, - "Ġrefined": 21092, - "ĠRegardless": 21093, - "arta": 21094, - "ependence": 21095, - "akespeare": 21096, - "coal": 21097, - "åİĨ": 21098, - "DM": 21099, - "Prior": 21100, - "ĠPuerto": 21101, - "mbre": 21102, - "Ġbure": 21103, - "Ġbuses": 21104, - "Ġhaha": 21105, - "Ġample": 21106, - "Ġinterpre": 21107, - "146": 21108, - "Ġprohibited": 21109, - "inkles": 21110, - "Ġtrek": 21111, - "ĠMontana": 21112, - "Ġsob": 21113, - "Ġaccus": 21114, - "Ġpastor": 21115, - "ĠPortal": 21116, - "Jim": 21117, - "}/": 21118, - "aben": 21119, - "google": 21120, - "ĠDeputy": 21121, - "åħ±": 21122, - "Ġrenewed": 21123, - "rox": 21124, - "Ġoverly": 21125, - "heres": 21126, - "ĠExtract": 21127, - "ĠStainless": 21128, - "Ġaggregate": 21129, - "ĠSou": 21130, - "igm": 21131, - "Ġfarmer": 21132, - "ĠKeith": 21133, - "Ġcrowds": 21134, - "Ġdesperately": 21135, - "Ġfiring": 21136, - "ĠPRE": 21137, - "Ġimported": 21138, - "Ġallev": 21139, - "ĠUnderstanding": 21140, - "Ġmonument": 21141, - "ĠNeigh": 21142, - "ĠOperation": 21143, - "soever": 21144, - "Ġtrillion": 21145, - "ĠSurv": 21146, - "Travel": 21147, - "Dam": 21148, - "ahu": 21149, - "ãĢIJ": 21150, - "Ġutiliz": 21151, - "Ġici": 21152, - "Ġmiser": 21153, - "Ġinitiated": 21154, - "ĠTheme": 21155, - "uxe": 21156, - "ĠBenn": 21157, - "Ġwounded": 21158, - "Ġceramic": 21159, - "çĹ": 21160, - "Several": 21161, - "Ġthrust": 21162, - "ĠProperties": 21163, - "Ġevaluating": 21164, - "Ġincrement": 21165, - "Ġshiny": 21166, - "ĠArn": 21167, - "Ġpassport": 21168, - "Remove": 21169, - "Ġtherapies": 21170, - "173": 21171, - "ço": 21172, - "Ġpointer": 21173, - "ĠNeg": 21174, - "Ġbuddy": 21175, - "Ġafin": 21176, - "Ġexplores": 21177, - "Ġzwei": 21178, - "Ġsiblings": 21179, - "ĠAnim": 21180, - "ĠARE": 21181, - "ĠIhre": 21182, - "rare": 21183, - "tenant": 21184, - "Ġunbel": 21185, - "Ġeconomies": 21186, - "hension": 21187, - "Ãĥ": 21188, - "çħ": 21189, - "ĠImagine": 21190, - "Ġeligibility": 21191, - "ĠMovement": 21192, - "ĠÃĹ": 21193, - "Ġupgraded": 21194, - "Ġcartoon": 21195, - "ĠBelgium": 21196, - "ocker": 21197, - "ALLY": 21198, - "ienst": 21199, - "ĠkaÅ": 21200, - "Example": 21201, - "Ġprisoners": 21202, - "Weight": 21203, - "ĠAdventure": 21204, - "Ġpublishers": 21205, - "ĠPearl": 21206, - "Ġfundraising": 21207, - "Init": 21208, - "Ġrevision": 21209, - "Ġrecession": 21210, - "Ġsocially": 21211, - "aways": 21212, - "ĠAmazing": 21213, - "beh": 21214, - "ropy": 21215, - "ĠpaÃŃs": 21216, - "Ġmiracle": 21217, - "ggy": 21218, - "Ġnei": 21219, - "Ġtransplant": 21220, - "äd": 21221, - "Ġka": 21222, - "Ġhelmet": 21223, - "ůÅ": 21224, - "agner": 21225, - "Ġunsure": 21226, - "Ġreputable": 21227, - "ENTS": 21228, - "ĠGeneric": 21229, - "gio": 21230, - "Ġsummit": 21231, - "Ġlent": 21232, - "termin": 21233, - "Ġtus": 21234, - "Ġsare": 21235, - "ĠSAP": 21236, - "Law": 21237, - "adding": 21238, - "Ġexpose": 21239, - "ĠEthereum": 21240, - "Ġwardrobe": 21241, - "Ġpromptly": 21242, - "isle": 21243, - "ĠMist": 21244, - "braska": 21245, - "ĠTeams": 21246, - "Ġconvinc": 21247, - "Ġdecorative": 21248, - "ĠHunt": 21249, - "live": 21250, - "operative": 21251, - "GF": 21252, - "Ġquestioned": 21253, - "ĠBuddh": 21254, - "mean": 21255, - "Ġbord": 21256, - "Ġrealised": 21257, - "onne": 21258, - "Park": 21259, - "Ġforehead": 21260, - "ĠGit": 21261, - "cue": 21262, - "oxic": 21263, - "quito": 21264, - "Ġagrees": 21265, - "ĠBroadway": 21266, - "Ġbilling": 21267, - "Ġdeficit": 21268, - "Ġabsurd": 21269, - "Ġstretching": 21270, - "ÑĮ": 21271, - "Ġblues": 21272, - "Ġrecordings": 21273, - "Ġnecklace": 21274, - "Policy": 21275, - "Mass": 21276, - "ĠZen": 21277, - "Ġexpressing": 21278, - "ISH": 21279, - "Ġweaken": 21280, - "Microsoft": 21281, - "Ġbrake": 21282, - "Ġpaperwork": 21283, - "Ġtier": 21284, - "æľª": 21285, - "Ġwitnesses": 21286, - "uld": 21287, - "Ġvulnerability": 21288, - "ructor": 21289, - "Tel": 21290, - "Things": 21291, - "Äĥr": 21292, - "Ġdiamonds": 21293, - "Ġmarvel": 21294, - "Tor": 21295, - "kc": 21296, - "Ġtravers": 21297, - "Ġnotified": 21298, - "ĠPull": 21299, - "Apr": 21300, - "Ġlod": 21301, - "imeter": 21302, - "Ġkissed": 21303, - "Associ": 21304, - "panic": 21305, - "Ġnouveau": 21306, - "Besides": 21307, - "Ġassembled": 21308, - "Ġdiving": 21309, - "Ġnuestra": 21310, - "OTO": 21311, - "Ġharmony": 21312, - "ĠCord": 21313, - "Ġcours": 21314, - "ĠDES": 21315, - "ĠActivities": 21316, - "HH": 21317, - "Ġtrunk": 21318, - "Ġmetabolic": 21319, - "ĠWor": 21320, - "Ġcompte": 21321, - "ogl": 21322, - "Ġcorp": 21323, - "Ġradar": 21324, - "Ġoccupation": 21325, - "ĠMt": 21326, - "ĠCanyon": 21327, - "ĠSlot": 21328, - "Ġcommerce": 21329, - "Ġinsects": 21330, - "Ġjournalism": 21331, - "Ġwounds": 21332, - "Ġcoron": 21333, - "è¿Ļç§į": 21334, - "ĠEST": 21335, - "ĠMeasure": 21336, - "Ġpulls": 21337, - "Ġcanal": 21338, - "ĠPine": 21339, - "ĠLucy": 21340, - "Office": 21341, - "Speaker": 21342, - "±": 21343, - "Ġventilation": 21344, - "borough": 21345, - "ĠAccept": 21346, - "Ġrefrigerator": 21347, - "Ġrealizing": 21348, - "Ġaccessing": 21349, - "Ġawake": 21350, - "Ġseverely": 21351, - "Ġelaborate": 21352, - "ded": 21353, - "protected": 21354, - "owanie": 21355, - "Ġcollision": 21356, - "ixon": 21357, - "ĠAna": 21358, - "Ġcustoms": 21359, - "ĠEssay": 21360, - "Ġrhet": 21361, - "ensch": 21362, - "Logger": 21363, - "Ġpersonn": 21364, - "puter": 21365, - "ĠGhana": 21366, - "Mic": 21367, - "}_{": 21368, - "Ġneue": 21369, - "iani": 21370, - "ructive": 21371, - "acio": 21372, - "Ġaccidentally": 21373, - "Ġlett": 21374, - "ETH": 21375, - "ĠIndividual": 21376, - "Ġarmor": 21377, - "olitical": 21378, - "Ġveel": 21379, - "Ġuncomm": 21380, - "pleted": 21381, - "æ¯ı": 21382, - "ĠProcessing": 21383, - "Ġlonely": 21384, - "Ġcontributes": 21385, - "ÅĻe": 21386, - "Ġorganised": 21387, - "Profile": 21388, - "Ġmois": 21389, - "Ġciudad": 21390, - "Ġteenager": 21391, - "âĢĿ?": 21392, - "Ġintact": 21393, - "Therefore": 21394, - "arius": 21395, - "Ġscrub": 21396, - "quoi": 21397, - "hrt": 21398, - "Ġeing": 21399, - "Imp": 21400, - "ĠRoof": 21401, - "ĠInto": 21402, - "ĠFantasy": 21403, - "keley": 21404, - "iesz": 21405, - "ĠRevenue": 21406, - "ĠRivers": 21407, - "Ġrelies": 21408, - "ategor": 21409, - "bbing": 21410, - "Ġbor": 21411, - "Ġhabitat": 21412, - "design": 21413, - "ĠBiology": 21414, - "imag": 21415, - "ĠTampa": 21416, - "Ġprobe": 21417, - "ĠKill": 21418, - "ANG": 21419, - "Ġtread": 21420, - "elong": 21421, - "Ġdoi": 21422, - "%).": 21423, - "ĠBreakfast": 21424, - "Walk": 21425, - "Ġgoed": 21426, - "roductive": 21427, - "ĠEight": 21428, - "Ġinbox": 21429, - "Ġdzie": 21430, - "Ġyearly": 21431, - "ĠMeg": 21432, - "Learning": 21433, - "Ġunsere": 21434, - "Ġeliminating": 21435, - "Ġaids": 21436, - "iveau": 21437, - "Ġnominated": 21438, - "mov": 21439, - "Ġquasi": 21440, - "ĠSha": 21441, - "ĠRoute": 21442, - "iÄĩ": 21443, - "Ġrecreational": 21444, - "Ġcomfortably": 21445, - "Ġdisciplines": 21446, - "ÅĽcie": 21447, - "Ġhistorically": 21448, - "Ġshrugged": 21449, - "Ġquestioning": 21450, - "Ġillustrated": 21451, - "unda": 21452, - "Ġgreenhouse": 21453, - "gom": 21454, - "Ġinsulation": 21455, - "öt": 21456, - "Ġcalculations": 21457, - "ĠBod": 21458, - "SIZE": 21459, - "Ġrehabilitation": 21460, - "Ġmoy": 21461, - "ĠTesla": 21462, - "Ġenergetic": 21463, - "ĠDraft": 21464, - "Ġsunt": 21465, - "Ġsupermarket": 21466, - "Ġtoug": 21467, - "äft": 21468, - "Ġmagnitude": 21469, - "ensation": 21470, - "ĠMaur": 21471, - "rios": 21472, - "Excellent": 21473, - "ĠNeil": 21474, - "diff": 21475, - "Ġunto": 21476, - "ĠGardens": 21477, - "Ġmp": 21478, - "Ġsubmitting": 21479, - "Ġpraying": 21480, - "Ġunconscious": 21481, - "Network": 21482, - "iez": 21483, - "anych": 21484, - "zzi": 21485, - "Ġgodd": 21486, - "ĠnÄĽ": 21487, - "Ġpartition": 21488, - "Ġpathways": 21489, - "Ġrecognised": 21490, - "Ġfeasible": 21491, - "_\\": 21492, - "Bank": 21493, - "voc": 21494, - "ĠInput": 21495, - "Dialog": 21496, - "Od": 21497, - "Ġsão": 21498, - "ĠSor": 21499, - "COL": 21500, - "ĠSounds": 21501, - "ĠSpeaker": 21502, - "YS": 21503, - "yster": 21504, - "Ġînt": 21505, - "ĠLakes": 21506, - "Bra": 21507, - "cen": 21508, - "igu": 21509, - "ĠvÃŃ": 21510, - "Ġclause": 21511, - "Ġyields": 21512, - "ĠInform": 21513, - "ĠBir": 21514, - "Ġlightning": 21515, - "ĠApparently": 21516, - "Ġprendre": 21517, - "uble": 21518, - "Ġmiscon": 21519, - "ĠRichards": 21520, - "Making": 21521, - "211": 21522, - "Ġeliminated": 21523, - "Ġschn": 21524, - "ĠinformaciÃ": 21525, - "Ġencouragement": 21526, - "ĠOz": 21527, - "ĠGroups": 21528, - "Experience": 21529, - "lasses": 21530, - "vity": 21531, - "ĠMarcus": 21532, - "esz": 21533, - "ĠExcell": 21534, - "(`": 21535, - "ĠBelt": 21536, - "Ġballot": 21537, - "ĠPictures": 21538, - "Ġankle": 21539, - "Ġpreg": 21540, - "ĠGenerally": 21541, - "ĭåŃIJ": 21542, - "heter": 21543, - "ĠdÃŃas": 21544, - "Debug": 21545, - "rera": 21546, - "ĠTow": 21547, - "Ġscandal": 21548, - "Ġyeast": 21549, - "ĠProced": 21550, - "ĠUniverse": 21551, - "ĠYu": 21552, - "ĠIBM": 21553, - "Ġah": 21554, - "Ġhttps": 21555, - "Pref": 21556, - "ookie": 21557, - "èµ·æĿ¥": 21558, - "Ġclimbed": 21559, - "Ġcancellation": 21560, - "Sus": 21561, - "aukee": 21562, - "licher": 21563, - "ĠFinn": 21564, - "Eliminar": 21565, - "Ġdynam": 21566, - "Ġduct": 21567, - "Ġeb": 21568, - "ĠPretty": 21569, - "ĠRC": 21570, - "ĠPerry": 21571, - "Ġoptimized": 21572, - "wiÄħ": 21573, - "Ġsleeves": 21574, - "ICA": 21575, - "Ġkay": 21576, - "Ġbenchmark": 21577, - "oard": 21578, - "Ġcollagen": 21579, - "Ġsadly": 21580, - "ĠDual": 21581, - "sson": 21582, - "ĠWalmart": 21583, - "Ġenthusiastic": 21584, - "tti": 21585, - "Ġepidemic": 21586, - "ĠzÅĤ": 21587, - "Ġaston": 21588, - "ĠEat": 21589, - ".âĢĶ": 21590, - "endants": 21591, - "Ġwishing": 21592, - "Ġcomprised": 21593, - "Ġquer": 21594, - "Ġcrunch": 21595, - "Ġvalidate": 21596, - "Ich": 21597, - "ĠCin": 21598, - "enschaft": 21599, - "ĠSum": 21600, - "èħ": 21601, - "ashi": 21602, - "UID": 21603, - "werk": 21604, - "管": 21605, - "Much": 21606, - "Ġmushrooms": 21607, - "ĠBrig": 21608, - "Ġutterly": 21609, - "Place": 21610, - "require": 21611, - "Ġcompatibility": 21612, - "YO": 21613, - "ĠLate": 21614, - "uchen": 21615, - "Ġowe": 21616, - "Http": 21617, - "Ġsid": 21618, - "Ġpolish": 21619, - "ificant": 21620, - "Ġmemorial": 21621, - "Ġherbal": 21622, - "ympt": 21623, - "ĠSpark": 21624, - "REG": 21625, - "âĢĿ).": 21626, - "Ġabsorption": 21627, - "ĠDeb": 21628, - "Ġasthma": 21629, - "brella": 21630, - "Ġgrammar": 21631, - "Ġclinics": 21632, - "Ġproprietary": 21633, - "ĠInfin": 21634, - "167": 21635, - "ĠLucas": 21636, - "phony": 21637, - "Ġmuito": 21638, - "Ġsew": 21639, - "Changed": 21640, - "Ġefect": 21641, - "ĠUpper": 21642, - "Ġswo": 21643, - "ît": 21644, - "æĴ": 21645, - "Ġnerves": 21646, - "ulse": 21647, - "heric": 21648, - "Ġmerge": 21649, - "Ġimplant": 21650, - "Ġconfigured": 21651, - "Ġconvicted": 21652, - "ä¸ĩ": 21653, - "Ġevac": 21654, - "Something": 21655, - "Ġintervals": 21656, - "Ġbapt": 21657, - "leur": 21658, - "turn": 21659, - "Currently": 21660, - "chts": 21661, - "Ġrighteous": 21662, - "Ġadministrators": 21663, - "Ġlord": 21664, - "Ġgover": 21665, - "Font": 21666, - "?>": 21667, - "zej": 21668, - "rypted": 21669, - "ĠAer": 21670, - "ĠJahren": 21671, - "Ġstatue": 21672, - "ittees": 21673, - "ĠWere": 21674, - "Ġinherit": 21675, - "Ġhandsome": 21676, - "Ġmachen": 21677, - "ĠBangladesh": 21678, - "Ġmandate": 21679, - "Repository": 21680, - "Ġcontroversy": 21681, - "metry": 21682, - "ĠMathemat": 21683, - "reo": 21684, - "Ġimpair": 21685, - "Ġfreed": 21686, - "ĠEra": 21687, - "Ġincoming": 21688, - "ĊĊĉĉĉ": 21689, - "King": 21690, - "aru": 21691, - "Ġpse": 21692, - "Ġlac": 21693, - "Ġcelui": 21694, - "Ġrencont": 21695, - "ĠBaseball": 21696, - "halb": 21697, - "Ġanalyzing": 21698, - "Ġencuent": 21699, - "ĠTHAT": 21700, - "izarre": 21701, - "pun": 21702, - "iban": 21703, - "ilde": 21704, - "Ġbicycle": 21705, - "Ġwitch": 21706, - "Ġcompost": 21707, - "Ġcham": 21708, - "ilians": 21709, - "Ġyoungest": 21710, - "itime": 21711, - "anic": 21712, - "ĠMarkets": 21713, - "ĠListen": 21714, - "Ġforgiveness": 21715, - "ĠRuth": 21716, - "lage": 21717, - "Ġdarker": 21718, - "ĠFrequ": 21719, - "Ġbrains": 21720, - "zeug": 21721, - "Ġgates": 21722, - "NP": 21723, - "ĠAls": 21724, - "ND": 21725, - "TEST": 21726, - "ĠiTunes": 21727, - "æ¨": 21728, - "ĠRSS": 21729, - "ĠVolunte": 21730, - "Ġdoctrine": 21731, - "Ġmalware": 21732, - "Ġrecalled": 21733, - "esthes": 21734, - "Ġglorious": 21735, - "ĠHillary": 21736, - "clipse": 21737, - "Ġdere": 21738, - "frastructure": 21739, - "Ġwp": 21740, - "Ġroku": 21741, - "Ġdisclose": 21742, - "Ġhumidity": 21743, - "Para": 21744, - "ĠTW": 21745, - "ĠPero": 21746, - "ĠBBQ": 21747, - "æŃ¥": 21748, - "Ġdrown": 21749, - "åĨĻ": 21750, - "ĠMAN": 21751, - "Single": 21752, - "Language": 21753, - "bery": 21754, - "ĠSubs": 21755, - "Peter": 21756, - "Ġgrind": 21757, - "tar": 21758, - "riages": 21759, - "Ġviewer": 21760, - "driver": 21761, - "Ġmagnet": 21762, - "ĠLaboratory": 21763, - "Ġartif": 21764, - "amped": 21765, - "Ġharassment": 21766, - "Ġopera": 21767, - "Ġdeclaration": 21768, - "ikh": 21769, - "ĠBatman": 21770, - "Ġspatial": 21771, - "ĠDiagn": 21772, - "åĪ°äºĨ": 21773, - "Sem": 21774, - "rev": 21775, - "ĠEdwards": 21776, - "Ġmio": 21777, - "Ġcharter": 21778, - "Ġclearance": 21779, - "Ġdistinguished": 21780, - "dar": 21781, - "Ġexports": 21782, - "Ġfeeds": 21783, - "Root": 21784, - "charged": 21785, - "ĠWatson": 21786, - "Wir": 21787, - "plot": 21788, - "ĠÃľber": 21789, - "Ġsucks": 21790, - "Ġoptimistic": 21791, - "Ġorn": 21792, - "Ġproblematic": 21793, - "åı¯èĥ": 21794, - "Bad": 21795, - "Joe": 21796, - "Ġorigins": 21797, - "Ġaccepts": 21798, - "uite": 21799, - "Ġplag": 21800, - "criber": 21801, - "ĠConsulting": 21802, - "Ġrabbit": 21803, - "å¤į": 21804, - "Ġencryption": 21805, - "ĠAllow": 21806, - "ĠPicture": 21807, - "Spring": 21808, - "ĠNHS": 21809, - "ĠHeight": 21810, - "Ġbeginner": 21811, - "Dest": 21812, - "lagen": 21813, - "ĠSlots": 21814, - "ĠHannah": 21815, - "Security": 21816, - "ĠRecipes": 21817, - "ĠCookies": 21818, - "Ġintermediate": 21819, - "Ġutilities": 21820, - "ár": 21821, - "Ġtoda": 21822, - "Ġpob": 21823, - "Ġinline": 21824, - "Ġsunset": 21825, - "Jun": 21826, - "ĠSimilar": 21827, - "Ġerectile": 21828, - "Clean": 21829, - "Ġtmp": 21830, - "ĠDeposit": 21831, - "Ġapologize": 21832, - "sheet": 21833, - "ilon": 21834, - "emor": 21835, - "ĠLit": 21836, - "Ģå§ĭ": 21837, - "bral": 21838, - "success": 21839, - "educ": 21840, - "esto": 21841, - "Match": 21842, - "filename": 21843, - "ĠAdvertising": 21844, - "Ġpatches": 21845, - "ropract": 21846, - "空": 21847, - "dl": 21848, - "ĠPressure": 21849, - "ĠSheriff": 21850, - "Ġspicy": 21851, - "Icon": 21852, - "elesc": 21853, - "vine": 21854, - "ĠSI": 21855, - "ĠConcept": 21856, - "ĠCoin": 21857, - "Ġpatron": 21858, - "vÃŃ": 21859, - "Ġposters": 21860, - "Ġinsist": 21861, - "Ġacquiring": 21862, - "\"-": 21863, - "example": 21864, - "ĠDefault": 21865, - "": 6998, + "▁factor": 6999, + "▁smaller": 7000, + "▁contain": 7001, + "spect": 7002, + "Engine": 7003, + "▁announced": 7004, + "▁Democr": 7005, + "▁rob": 7006, + "▁flat": 7007, + "osoph": 7008, + "Search": 7009, + "ahl": 7010, + "▁Exception": 7011, + "▁Ol": 7012, + "equals": 7013, + "▁unter": 7014, + "shape": 7015, + "NS": 7016, + "Obj": 7017, + "▁species": 7018, + "weight": 7019, + "you": 7020, + "▁este": 7021, + "▁View": 7022, + "▁mission": 7023, + "▁journal": 7024, + "Values": 7025, + "▁einem": 7026, + "ismo": 7027, + "▁projects": 7028, + "▁Das": 7029, + "rible": 7030, + "▁serve": 7031, + "▁opening": 7032, + "▁hur": 7033, + "▁programs": 7034, + "▁USA": 7035, + "iliar": 7036, + "idos": 7037, + "Br": 7038, + "estamp": 7039, + "▁tools": 7040, + "anner": 7041, + "RT": 7042, + "▁Start": 7043, + "▁bath": 7044, + "▁coffee": 7045, + "orter": 7046, + "internal": 7047, + "files": 7048, + "INVAL": 7049, + "ako": 7050, + "dt": 7051, + "▁Second": 7052, + "▁alloc": 7053, + "▁ended": 7054, + "acional": 7055, + "▁manager": 7056, + "▁Sun": 7057, + "agg": 7058, + "▁leader": 7059, + "olved": 7060, + "▁что": 7061, + "▁traditional": 7062, + "shot": 7063, + "rup": 7064, + "CF": 7065, + "▁Each": 7066, + "wr": 7067, + "▁Som": 7068, + "▁materials": 7069, + "▁msg": 7070, + "▁syn": 7071, + "▁produce": 7072, + "▁storage": 7073, + "subsection": 7074, + "▁Sie": 7075, + "▁IP": 7076, + "CESS": 7077, + "▁wa": 7078, + "Record": 7079, + "▁marketing": 7080, + "plet": 7081, + "Dialog": 7082, + "▁mentioned": 7083, + "▁Na": 7084, + "▁Union": 7085, + "▁API": 7086, + "▁negative": 7087, + "txt": 7088, + "▁easier": 7089, + "legal": 7090, + "Dep": 7091, + "▁novel": 7092, + "eur": 7093, + "ació": 7094, + "▁Bud": 7095, + "▁carry": 7096, + "schaft": 7097, + "▁broken": 7098, + "▁trees": 7099, + ">();": 7100, + "▁emb": 7101, + "ieder": 7102, + "▁route": 7103, + "ikel": 7104, + "▁listen": 7105, + "ashion": 7106, + "▁Mrs": 7107, + "▁equipment": 7108, + "agger": 7109, + "▁Thus": 7110, + "▁matrix": 7111, + "alla": 7112, + "▁Tour": 7113, + "▁conversation": 7114, + "Mon": 7115, + "ournal": 7116, + "▁minute": 7117, + "Am": 7118, + "Api": 7119, + "▁forget": 7120, + "Me": 7121, + "levant": 7122, + "temp": 7123, + "▁telling": 7124, + "move": 7125, + "▁independent": 7126, + "toString": 7127, + "edit": 7128, + "▁Jac": 7129, + "azz": 7130, + "react": 7131, + "▁cin": 7132, + "▁Prov": 7133, + "isted": 7134, + "▁hash": 7135, + "onna": 7136, + "iki": 7137, + "▁generated": 7138, + "Render": 7139, + "▁psych": 7140, + "nav": 7141, + "▁entr": 7142, + "пра": 7143, + "rx": 7144, + "ATH": 7145, + "▁assume": 7146, + "Tree": 7147, + "sembly": 7148, + "▁Matt": 7149, + "caption": 7150, + "▁solutions": 7151, + "▁faith": 7152, + "▁digital": 7153, + "▁excell": 7154, + "▁Version": 7155, + "Debug": 7156, + "▁жи": 7157, + "▁carried": 7158, + "reset": 7159, + "▁slowly": 7160, + "ancing": 7161, + "▁owner": 7162, + "▁Ter": 7163, + "▁Did": 7164, + "▁gest": 7165, + "▁été": 7166, + "▁proof": 7167, + "Font": 7168, + "▁nob": 7169, + "Co": 7170, + "▁GNU": 7171, + "▁liber": 7172, + "itness": 7173, + "▁hij": 7174, + "▁vert": 7175, + "ша": 7176, + "FLAG": 7177, + "MENT": 7178, + "▁Son": 7179, + "Mult": 7180, + "▁district": 7181, + "connect": 7182, + "jection": 7183, + "lymp": 7184, + "▁realized": 7185, + "mos": 7186, + "ye": 7187, + "▁render": 7188, + "rio": 7189, + "▁interpret": 7190, + "▁slightly": 7191, + "fix": 7192, + "▁studies": 7193, + "▁rid": 7194, + "atre": 7195, + "▁benefits": 7196, + "▁Face": 7197, + "ivery": 7198, + "рия": 7199, + "document": 7200, + "▁asking": 7201, + "Last": 7202, + "arante": 7203, + "▁Martin": 7204, + "▁Ell": 7205, + "▁vector": 7206, + "▁forced": 7207, + "оло": 7208, + "PH": 7209, + "WR": 7210, + "▁Kl": 7211, + "▁sky": 7212, + "▁strategy": 7213, + "ocked": 7214, + "▁neck": 7215, + "ści": 7216, + "OUT": 7217, + ")),": 7218, + "Custom": 7219, + "▁wie": 7220, + "▁sweet": 7221, + "▁temp": 7222, + "▁foreign": 7223, + "▁hall": 7224, + "astr": 7225, + "Ass": 7226, + "MODE": 7227, + "▁maximum": 7228, + "annels": 7229, + "▁tip": 7230, + "▁seconds": 7231, + "▁stack": 7232, + "iga": 7233, + "▁raise": 7234, + "enable": 7235, + "oir": 7236, + "▁soul": 7237, + "Ke": 7238, + ")$.": 7239, + "▁Tim": 7240, + "ALSE": 7241, + "iser": 7242, + "contin": 7243, + "bel": 7244, + "▁mad": 7245, + "lichen": 7246, + "abe": 7247, + "safe": 7248, + "▁concent": 7249, + "bound": 7250, + "▁Requ": 7251, + "switch": 7252, + "▁stone": 7253, + "▁transl": 7254, + "▁vac": 7255, + "andon": 7256, + "▁Fore": 7257, + "▁sounds": 7258, + "▁Pop": 7259, + "▁HT": 7260, + "lia": 7261, + "enter": 7262, + "▁helps": 7263, + "edy": 7264, + "ствен": 7265, + "anted": 7266, + "▁Its": 7267, + "▁Step": 7268, + "Icon": 7269, + "▁EXPECT": 7270, + "ialized": 7271, + "Post": 7272, + "aze": 7273, + "▁Carol": 7274, + "▁req": 7275, + "▁critical": 7276, + "DS": 7277, + "▁seat": 7278, + "aped": 7279, + "▁upper": 7280, + "▁Sy": 7281, + "▁explain": 7282, + "▁'./": 7283, + "utils": 7284, + "possible": 7285, + "▁dont": 7286, + "Host": 7287, + "▁approxim": 7288, + "Async": 7289, + "▁grab": 7290, + "▁sources": 7291, + "▁Mos": 7292, + "▁Germany": 7293, + "▁rub": 7294, + "CHAN": 7295, + "▁rain": 7296, + "▁truly": 7297, + "▁joined": 7298, + "▁": 8276, + "agnost": 8277, + "▁proposed": 8278, + "▁Game": 8279, + "▁efforts": 8280, + "вя": 8281, + "tc": 8282, + "ск": 8283, + "▁intent": 8284, + "▁Bre": 8285, + "isc": 8286, + "▁protest": 8287, + "▁holds": 8288, + "ometry": 8289, + "▁Have": 8290, + "▁detail": 8291, + "▁WITHOUT": 8292, + "yer": 8293, + "▁Kon": 8294, + "▁noticed": 8295, + "▁requirements": 8296, + "DEBUG": 8297, + "kins": 8298, + "▁Span": 8299, + "▁cars": 8300, + "meta": 8301, + "▁kil": 8302, + "▁Bron": 8303, + "▁experienced": 8304, + "▁remind": 8305, + "ourse": 8306, + "▁Western": 8307, + "tered": 8308, + "▁devices": 8309, + "▁pictures": 8310, + "▁tut": 8311, + "\"`": 8312, + "▁impossible": 8313, + "▁rail": 8314, + "▁feels": 8315, + "icas": 8316, + "illing": 8317, + "▁accident": 8318, + "▁'@": 8319, + "________": 8320, + "▁notes": 8321, + "oman": 8322, + "Parser": 8323, + "▁discovered": 8324, + "▁Roman": 8325, + "▁budget": 8326, + "▁guide": 8327, + "king": 8328, + "▁incred": 8329, + "olar": 8330, + "enden": 8331, + "Desc": 8332, + "▁wave": 8333, + "бли": 8334, + "igt": 8335, + "▁restrict": 8336, + "▁Ret": 8337, + "▁mac": 8338, + "ур": 8339, + "BS": 8340, + "ís": 8341, + "▁generation": 8342, + "dem": 8343, + "alo": 8344, + "бра": 8345, + "▁ordered": 8346, + "drop": 8347, + "▁pp": 8348, + "▁Review": 8349, + "▁literally": 8350, + "▁Sir": 8351, + "▁Yeah": 8352, + "▁density": 8353, + "riz": 8354, + "inde": 8355, + "▁gain": 8356, + "▁panel": 8357, + "jet": 8358, + "▁Times": 8359, + "▁nella": 8360, + "▁previously": 8361, + "points": 8362, + "Send": 8363, + "▁Brown": 8364, + "each": 8365, + "▁trigger": 8366, + "ometimes": 8367, + "icos": 8368, + "GR": 8369, + "Panel": 8370, + "ogen": 8371, + "▁cm": 8372, + "ructions": 8373, + "▁kiss": 8374, + "▁solo": 8375, + "▁famous": 8376, + "ran": 8377, + "про": 8378, + "▁thro": 8379, + "Graph": 8380, + "imit": 8381, + "▁Value": 8382, + "▁starts": 8383, + "ipeline": 8384, + "hd": 8385, + "TC": 8386, + "▁discussion": 8387, + "▁truck": 8388, + "aka": 8389, + "Only": 8390, + "▁Equ": 8391, + "▁kö": 8392, + "▁Bes": 8393, + "▁critic": 8394, + "▁propos": 8395, + "▁batt": 8396, + "▁Section": 8397, + "Show": 8398, + "gp": 8399, + "STATE": 8400, + "POST": 8401, + "▁Nord": 8402, + "▁innov": 8403, + "▁crim": 8404, + "axis": 8405, + "▁Turn": 8406, + "conn": 8407, + "Runtime": 8408, + "▁remaining": 8409, + "oston": 8410, + "▁Э": 8411, + "▁windows": 8412, + "▁Royal": 8413, + "▁vide": 8414, + "PP": 8415, + "chron": 8416, + "▁san": 8417, + "▁rise": 8418, + "▁delle": 8419, + "▁Dur": 8420, + "▁rapid": 8421, + "cert": 8422, + "LA": 8423, + "edge": 8424, + "▁\\]": 8425, + "▁entered": 8426, + "▁laws": 8427, + "▁photo": 8428, + "▁applications": 8429, + "▁Berlin": 8430, + "▁arrest": 8431, + "▁federal": 8432, + "▁Russia": 8433, + "▁usual": 8434, + "▁raw": 8435, + "▁più": 8436, + "être": 8437, + "JSON": 8438, + "SION": 8439, + "xture": 8440, + "istent": 8441, + "▁Power": 8442, + "Bit": 8443, + "▁capacity": 8444, + "▁cards": 8445, + "UID": 8446, + "iments": 8447, + "▁dar": 8448, + "▁Chicago": 8449, + "▁comfortable": 8450, + "tip": 8451, + "bas": 8452, + "▁mu": 8453, + "▁enemy": 8454, + "yan": 8455, + "▁фи": 8456, + "▁updated": 8457, + "ango": 8458, + "Ev": 8459, + "Effect": 8460, + "osing": 8461, + "rence": 8462, + "▁Congress": 8463, + "▁defe": 8464, + "▁ip": 8465, + "▁tout": 8466, + "▁freedom": 8467, + "▁ao": 8468, + "▁Therefore": 8469, + "Edit": 8470, + "▁Virgin": 8471, + "REE": 8472, + "argo": 8473, + "▁Dam": 8474, + "▁traffic": 8475, + "ños": 8476, + "▁alle": 8477, + "▁depth": 8478, + "Now": 8479, + "▁sides": 8480, + "▁годи": 8481, + "Descriptor": 8482, + "▁artikel": 8483, + "▁narrow": 8484, + "___": 8485, + "kw": 8486, + "uto": 8487, + "▁Facebook": 8488, + "tegr": 8489, + "boolean": 8490, + "nik": 8491, + "bd": 8492, + "Track": 8493, + "▁gran": 8494, + "reshold": 8495, + "вет": 8496, + "wrap": 8497, + "▁noise": 8498, + "igu": 8499, + "▁Bon": 8500, + "▁wy": 8501, + "linux": 8502, + "cks": 8503, + "▁fans": 8504, + "▁mach": 8505, + "▁prices": 8506, + "év": 8507, + "outs": 8508, + "standing": 8509, + "▁categ": 8510, + ";\\": 8511, + "▁decre": 8512, + "▁Saturday": 8513, + "▁menu": 8514, + "▁Nov": 8515, + "▁Yet": 8516, + "▁так": 8517, + "liche": 8518, + "▁Academ": 8519, + "▁communication": 8520, + "using": 8521, + "▁Society": 8522, + "▁nuc": 8523, + "pective": 8524, + "orial": 8525, + "▁afraid": 8526, + "▁animal": 8527, + "▁turning": 8528, + "dst": 8529, + "mathfrak": 8530, + "lers": 8531, + "▁lots": 8532, + "▁á": 8533, + "▁Tra": 8534, + "np": 8535, + "▁rose": 8536, + "▁GL": 8537, + "▁helping": 8538, + "▁winter": 8539, + "▁ком": 8540, + "Mock": 8541, + "▁investment": 8542, + "Use": 8543, + "▁Canad": 8544, + "нд": 8545, + "Copy": 8546, + "▁fly": 8547, + "SER": 8548, + "▁Far": 8549, + "▁Ros": 8550, + "amil": 8551, + "▁fighting": 8552, + "▁religious": 8553, + "super": 8554, + "screen": 8555, + "▁furn": 8556, + "▁surprised": 8557, + "▁replied": 8558, + "Activity": 8559, + "▁Down": 8560, + "▁insert": 8561, + "▁Olymp": 8562, + "▁pointed": 8563, + "▁Card": 8564, + "driver": 8565, + "▁Da": 8566, + "!--": 8567, + "roud": 8568, + "undo": 8569, + "▁messages": 8570, + "▁Point": 8571, + "VM": 8572, + "▁plane": 8573, + "xc": 8574, + "▁television": 8575, + "ён": 8576, + "▁thousands": 8577, + "▁cris": 8578, + "▁delay": 8579, + "▁Next": 8580, + "▁nombre": 8581, + "▁tu": 8582, + "▁skip": 8583, + "road": 8584, + "istration": 8585, + "▁tur": 8586, + "▁Develop": 8587, + "▁Па": 8588, + "▁дру": 8589, + "▁wonderful": 8590, + ">&": 8591, + "▁Liber": 8592, + "▁scope": 8593, + "▁manage": 8594, + "▁dass": 8595, + "▁recall": 8596, + "PM": 8597, + "▁relevant": 8598, + "▁Earth": 8599, + "▁как": 8600, + "▁apr": 8601, + "▁ASS": 8602, + "ién": 8603, + "▁SH": 8604, + "oom": 8605, + "itet": 8606, + "none": 8607, + "asi": 8608, + "▁motor": 8609, + "▁Show": 8610, + "nb": 8611, + "▁factors": 8612, + "▁forest": 8613, + "▁вре": 8614, + "thm": 8615, + "▁municip": 8616, + "▁turns": 8617, + "▁Division": 8618, + "EC": 8619, + "▁disappe": 8620, + "structor": 8621, + "▁somewhere": 8622, + "▁African": 8623, + "▁Institute": 8624, + "Grid": 8625, + "▁teacher": 8626, + "uries": 8627, + "▁respectively": 8628, + "▁SD": 8629, + "▁alive": 8630, + "▁pou": 8631, + "▁Water": 8632, + "фе": 8633, + "▁changing": 8634, + "▁afternoon": 8635, + "▁orders": 8636, + "Ret": 8637, + "Pointer": 8638, + "▁sav": 8639, + "erg": 8640, + "oked": 8641, + "essions": 8642, + "▁Fire": 8643, + "aret": 8644, + "imm": 8645, + "▁desire": 8646, + "▁що": 8647, + "▁Design": 8648, + "uture": 8649, + "▁Office": 8650, + "▁cmd": 8651, + "▁eating": 8652, + "Network": 8653, + "▁rough": 8654, + "operator": 8655, + "IGN": 8656, + "▁sports": 8657, + "▁weren": 8658, + "▁noted": 8659, + "▁twice": 8660, + "III": 8661, + "▁anx": 8662, + "▁elim": 8663, + "▁ав": 8664, + "▁io": 8665, + "▁speech": 8666, + "▁condu": 8667, + "elles": 8668, + "idade": 8669, + "▁advance": 8670, + "RI": 8671, + "oca": 8672, + "/\\": 8673, + "apshot": 8674, + "▁tail": 8675, + "models": 8676, + "ogy": 8677, + "▁Jeff": 8678, + "iration": 8679, + "▁Kore": 8680, + "▁leads": 8681, + "bat": 8682, + "Adapter": 8683, + "category": 8684, + "angular": 8685, + "▁saved": 8686, + "▁uniform": 8687, + "▁né": 8688, + "▁businesses": 8689, + "Hist": 8690, + "▁ар": 8691, + "domain": 8692, + "▁Si": 8693, + "raise": 8694, + "▁warn": 8695, + "hetic": 8696, + "▁Gro": 8697, + ")).": 8698, + "}>": 8699, + "зе": 8700, + "▁Amazon": 8701, + "▁Organ": 8702, + "▁Lake": 8703, + "▁agreement": 8704, + "xa": 8705, + "▁perman": 8706, + "▁containing": 8707, + "▁strange": 8708, + "сті": 8709, + "▁stupid": 8710, + "▁speaking": 8711, + "▁Internet": 8712, + "prefix": 8713, + "esc": 8714, + "Assert": 8715, + "prote": 8716, + "▁manner": 8717, + "▁Sz": 8718, + "unte": 8719, + "iot": 8720, + "Profile": 8721, + "oven": 8722, + "▁formed": 8723, + "▁lit": 8724, + "▁economy": 8725, + "▁cz": 8726, + "wid": 8727, + "REQ": 8728, + "▁chosen": 8729, + "▁Produ": 8730, + "oster": 8731, + "stances": 8732, + "awa": 8733, + "▁Ren": 8734, + "▁confirm": 8735, + "▁Бо": 8736, + "▁billion": 8737, + "▁déc": 8738, + "ých": 8739, + "▁illustr": 8740, + "TIES": 8741, + "▁Pub": 8742, + "▁ban": 8743, + "aded": 8744, + "ahn": 8745, + "▁Cath": 8746, + "nonumber": 8747, + "▁worst": 8748, + "▁Ме": 8749, + "▁suggested": 8750, + "stats": 8751, + "▁cant": 8752, + "▁align": 8753, + "kappa": 8754, + "▁hen": 8755, + "▁initi": 8756, + "'])": 8757, + "BI": 8758, + "▁garden": 8759, + "▁secure": 8760, + "▁\\[": 8761, + "handler": 8762, + "elli": 8763, + "ldots": 8764, + "secut": 8765, + "▁extended": 8766, + "}-": 8767, + "anie": 8768, + "▁Find": 8769, + "▁Museum": 8770, + "▁Conne": 8771, + "yy": 8772, + "▁passion": 8773, + "akers": 8774, + "ahr": 8775, + "ologies": 8776, + "▁equation": 8777, + "▁occasion": 8778, + "Let": 8779, + "']['": 8780, + "Print": 8781, + "anes": 8782, + "iente": 8783, + "▁Today": 8784, + "LECT": 8785, + "▁Af": 8786, + ",,": 8787, + "▁Та": 8788, + "▁```": 8789, + "even": 8790, + "sin": 8791, + "urer": 8792, + "▁°": 8793, + "otimes": 8794, + "▁IO": 8795, + "▁poet": 8796, + "()));": 8797, + "▁−": 8798, + "▁adopt": 8799, + "phere": 8800, + "#[": 8801, + "▁centre": 8802, + "oves": 8803, + "▁ans": 8804, + "dp": 8805, + "▁Kir": 8806, + "▁applicable": 8807, + "fp": 8808, + "▁visual": 8809, + "▁okay": 8810, + "oro": 8811, + "▁opportunities": 8812, + "Repository": 8813, + "▁ll": 8814, + "▁Rod": 8815, + "▁shel": 8816, + "▁launch": 8817, + "▁conven": 8818, + "▁Spe": 8819, + "Amer": 8820, + "▁cette": 8821, + "Cond": 8822, + "dep": 8823, + "Own": 8824, + "▁hook": 8825, + "▁dict": 8826, + "▁Those": 8827, + "▁fellow": 8828, + "▁philosoph": 8829, + "vin": 8830, + "ferences": 8831, + "hav": 8832, + "▁adding": 8833, + "iverse": 8834, + "game": 8835, + "▁Blue": 8836, + "▁clin": 8837, + "note": 8838, + "▁Ram": 8839, + "мер": 8840, + "covery": 8841, + "ña": 8842, + "▁би": 8843, + "▁fashion": 8844, + "▁broke": 8845, + "▁'\\": 8846, + "▁reader": 8847, + "ное": 8848, + "ности": 8849, + "▁payment": 8850, + "▁Lic": 8851, + "▁lips": 8852, + "▁academ": 8853, + "▁Mot": 8854, + "ells": 8855, + "CHECK": 8856, + "▁ру": 8857, + "▁MS": 8858, + "Editor": 8859, + "▁zone": 8860, + "iture": 8861, + "▁IT": 8862, + "runtime": 8863, + "▁proceed": 8864, + "лов": 8865, + "▁Maria": 8866, + "olver": 8867, + "▁Thanks": 8868, + "▁shouldn": 8869, + "▁Joh": 8870, + "▁Model": 8871, + "▁Sov": 8872, + "!'": 8873, + "Di": 8874, + "▁cancer": 8875, + "Ident": 8876, + "▁exchange": 8877, + "iller": 8878, + "inf": 8879, + "LEN": 8880, + "(){": 8881, + "aga": 8882, + "\"],": 8883, + "uh": 8884, + "▁Ken": 8885, + "▁photos": 8886, + "▁tiny": 8887, + "▁gent": 8888, + "ül": 8889, + "▁Take": 8890, + "idel": 8891, + "outing": 8892, + "Internal": 8893, + "▁cells": 8894, + "ним": 8895, + "hard": 8896, + "▁Town": 8897, + "obe": 8898, + "plex": 8899, + "тер": 8900, + "tons": 8901, + "▁concentr": 8902, + "mock": 8903, + "vc": 8904, + "áz": 8905, + "▁Championship": 8906, + "▁бе": 8907, + "??": 8908, + "éri": 8909, + "aly": 8910, + "▁Ц": 8911, + "ierte": 8912, + "▁totally": 8913, + "▁Auf": 8914, + "▁ourselves": 8915, + "▁Self": 8916, + "Forms": 8917, + "ighter": 8918, + "▁island": 8919, + "fmt": 8920, + "▁rc": 8921, + "▁tells": 8922, + "BB": 8923, + "dit": 8924, + "▁variables": 8925, + "▁intended": 8926, + "izont": 8927, + "▁plays": 8928, + "dam": 8929, + "seq": 8930, + "▁Sup": 8931, + "▁cultural": 8932, + "▁scream": 8933, + "__,": 8934, + "cipl": 8935, + "Timeout": 8936, + "▁ж": 8937, + "orte": 8938, + "▁replaced": 8939, + "EM": 8940, + "▁abandon": 8941, + "▁Special": 8942, + "ellen": 8943, + "▁Bru": 8944, + "irmed": 8945, + "Te": 8946, + "olt": 8947, + "ju": 8948, + "Argument": 8949, + "▁neut": 8950, + "scape": 8951, + "▁Ray": 8952, + "▁Polit": 8953, + "▁crowd": 8954, + "▁Windows": 8955, + "iego": 8956, + "▁escape": 8957, + "▁Apache": 8958, + "sync": 8959, + "eben": 8960, + "ifies": 8961, + "ether": 8962, + "Meta": 8963, + "▁biggest": 8964, + "Game": 8965, + "▁transaction": 8966, + "Env": 8967, + "▁Мо": 8968, + "▁plenty": 8969, + "▁mel": 8970, + "пре": 8971, + "▁motiv": 8972, + "▁ор": 8973, + "organ": 8974, + "▁mock": 8975, + "▁$_": 8976, + "ене": 8977, + "▁Number": 8978, + "cknow": 8979, + "▁Update": 8980, + "zero": 8981, + "▁surprise": 8982, + "cean": 8983, + "pdf": 8984, + "Global": 8985, + "▁attend": 8986, + "▁fond": 8987, + "▁understood": 8988, + "Nav": 8989, + "▁Mic": 8990, + "=$": 8991, + "oking": 8992, + "▁Stadium": 8993, + "Close": 8994, + "▁competition": 8995, + "▁soldiers": 8996, + "▁OP": 8997, + "agne": 8998, + "▁Anton": 8999, + "Main": 9000, + "ák": 9001, + "▁#[": 9002, + "▁Commit": 9003, + "pyx": 9004, + "▁east": 9005, + "▁Order": 9006, + "Float": 9007, + "▁accepted": 9008, + "▁monitor": 9009, + "▁pad": 9010, + "onic": 9011, + "▁pushed": 9012, + "▁replace": 9013, + "CRE": 9014, + "▁ride": 9015, + "found": 9016, + "=%": 9017, + "вой": 9018, + "▁matches": 9019, + "▁Lie": 9020, + "▁experiences": 9021, + "Pool": 9022, + "ups": 9023, + "AV": 9024, + "▁existence": 9025, + "▁thin": 9026, + "▁magn": 9027, + "COMP": 9028, + "home": 9029, + "▁ni": 9030, + "▁wurden": 9031, + "лав": 9032, + "▁teeth": 9033, + "▁Stan": 9034, + "appro": 9035, + "anny": 9036, + "ifts": 9037, + "▁unknown": 9038, + "▁homes": 9039, + "▁entity": 9040, + "cie": 9041, + "ление": 9042, + "iar": 9043, + "▁compliance": 9044, + "▁focused": 9045, + "uzz": 9046, + "=\\\"": 9047, + "components": 9048, + "Attr": 9049, + "allery": 9050, + "▁identify": 9051, + "Ok": 9052, + "pie": 9053, + "▁Still": 9054, + "▁offering": 9055, + "▁busy": 9056, + "ctl": 9057, + "itors": 9058, + "▁concerned": 9059, + "▁brown": 9060, + "clk": 9061, + "Selected": 9062, + "▁Block": 9063, + "▁egy": 9064, + "icing": 9065, + "▁URL": 9066, + "▁topic": 9067, + "▁Product": 9068, + "▁чи": 9069, + "▁trial": 9070, + "▁weekend": 9071, + "lu": 9072, + "▁IV": 9073, + "▁Egy": 9074, + "xC": 9075, + "▁nove": 9076, + "▁lett": 9077, + "enne": 9078, + "()).": 9079, + ".**": 9080, + "▁promise": 9081, + "election": 9082, + "Auth": 9083, + "rv": 9084, + "ril": 9085, + "▁conduct": 9086, + "▁maintain": 9087, + "▁boat": 9088, + "▁opposite": 9089, + "spin": 9090, + "webpack": 9091, + "anta": 9092, + "▁orient": 9093, + "▁suc": 9094, + "▁exercise": 9095, + "▁efficient": 9096, + "▁tradition": 9097, + "▁zw": 9098, + "▁Sud": 9099, + "going": 9100, + "▁Pier": 9101, + "inv": 9102, + "ipes": 9103, + "ensuremath": 9104, + "▁conver": 9105, + "creen": 9106, + "▁terror": 9107, + "▁Dou": 9108, + "▁invalid": 9109, + "ceived": 9110, + "▁Arab": 9111, + "▁wire": 9112, + "application": 9113, + "shift": 9114, + "Generic": 9115, + "▁Plan": 9116, + "▁Wall": 9117, + "▁directory": 9118, + "▁egg": 9119, + "▁wealth": 9120, + "random": 9121, + "attribute": 9122, + "▁hide": 9123, + "Serial": 9124, + "cam": 9125, + "▁ital": 9126, + "▁Line": 9127, + "▁CHECK": 9128, + "ployment": 9129, + "▁massive": 9130, + "▁extract": 9131, + "chain": 9132, + "Rest": 9133, + "▁Las": 9134, + "▁bear": 9135, + "▁links": 9136, + "▁newsp": 9137, + "▁FC": 9138, + "Card": 9139, + "aks": 9140, + "▁visible": 9141, + "▁Marc": 9142, + "▁Boston": 9143, + "▁reserved": 9144, + "▁roof": 9145, + "licenses": 9146, + "dc": 9147, + "▁Information": 9148, + "▁witness": 9149, + "Sk": 9150, + "*),": 9151, + "Scope": 9152, + "'];": 9153, + "▁Mir": 9154, + "uding": 9155, + "▁trend": 9156, + "rep": 9157, + "▁musical": 9158, + "▁neither": 9159, + "▁Creat": 9160, + "▁positions": 9161, + "LC": 9162, + "ridge": 9163, + "▁officers": 9164, + "▁violence": 9165, + "▁Tem": 9166, + "▁Sus": 9167, + "▁Way": 9168, + "After": 9169, + "acket": 9170, + "▁Sou": 9171, + "acer": 9172, + "||": 9173, + "▁remark": 9174, + "water": 9175, + "ně": 9176, + "▁Са": 9177, + "▁sed": 9178, + "Each": 9179, + "▁photograph": 9180, + "▁letters": 9181, + "▁invent": 9182, + "▁Mas": 9183, + "▁songs": 9184, + "ól": 9185, + "kind": 9186, + "▁Non": 9187, + "▁dust": 9188, + "**:": 9189, + "nabla": 9190, + ".\",": 9191, + "Lock": 9192, + "▁До": 9193, + "▁cluster": 9194, + "loss": 9195, + "▁ASSERT": 9196, + "fall": 9197, + "▁reject": 9198, + "▁Spring": 9199, + "▁wedding": 9200, + "▁grav": 9201, + "ression": 9202, + "limit": 9203, + "RES": 9204, + "]}": 9205, + "▁listed": 9206, + "▁Tele": 9207, + "hline": 9208, + "▁chief": 9209, + "MEM": 9210, + "дар": 9211, + "▁expensive": 9212, + "trace": 9213, + "▁Rog": 9214, + "▁Coll": 9215, + "▁Author": 9216, + "▁Board": 9217, + "▁Capt": 9218, + "TEXT": 9219, + "▁recon": 9220, + "esta": 9221, + "▁properly": 9222, + "▁&\\": 9223, + "leton": 9224, + "iker": 9225, + "Gu": 9226, + "▁Kom": 9227, + "oco": 9228, + "▁anymore": 9229, + "▁taste": 9230, + "▁Santa": 9231, + "gex": 9232, + "▁Secret": 9233, + "▁talent": 9234, + "▁moments": 9235, + "▁Ba": 9236, + "▁extr": 9237, + "▁Commission": 9238, + "▁modify": 9239, + "▁Figure": 9240, + "▁domin": 9241, + "▁plot": 9242, + "enger": 9243, + "utch": 9244, + "▁cities": 9245, + "▁nut": 9246, + "profile": 9247, + "▁Stat": 9248, + "▁nodes": 9249, + "▁ns": 9250, + "essages": 9251, + "impl": 9252, + "icker": 9253, + "▁examples": 9254, + "abeth": 9255, + "▁stated": 9256, + "fire": 9257, + "bul": 9258, + "▁dangerous": 9259, + "▁Pay": 9260, + "▁Gre": 9261, + "▁Monday": 9262, + "esome": 9263, + "igan": 9264, + "rund": 9265, + "prise": 9266, + "fail": 9267, + "▁Never": 9268, + "Av": 9269, + "▁linear": 9270, + "▁ul": 9271, + "WAR": 9272, + "рен": 9273, + "▁AT": 9274, + "▁dop": 9275, + "▁nou": 9276, + "Dest": 9277, + "▁claims": 9278, + "enda": 9279, + "▁crazy": 9280, + "gel": 9281, + "oggle": 9282, + "▁representation": 9283, + "inen": 9284, + "▁alternative": 9285, + "DM": 9286, + "ABILITY": 9287, + "faces": 9288, + "▁doors": 9289, + "ativ": 9290, + "Look": 9291, + "▁JSON": 9292, + "▁appearance": 9293, + "бря": 9294, + "SQL": 9295, + "▁silence": 9296, + "udo": 9297, + "▁Director": 9298, + "Statement": 9299, + "selected": 9300, + "high": 9301, + "prime": 9302, + "▁ignore": 9303, + "▁colors": 9304, + "ushing": 9305, + "▁virt": 9306, + "manager": 9307, + "▁remote": 9308, + "ło": 9309, + "small": 9310, + "▁crime": 9311, + "rb": 9312, + "▁creation": 9313, + "▁flight": 9314, + "▁Sign": 9315, + "ILE": 9316, + "▁DO": 9317, + "comment": 9318, + "▁Cost": 9319, + ".__": 9320, + "▁Cop": 9321, + "▁vom": 9322, + "▁Science": 9323, + "ления": 9324, + "oop": 9325, + "interface": 9326, + "▁WARRANTIES": 9327, + "▁Page": 9328, + "******": 9329, + "ском": 9330, + "TRUE": 9331, + "▁repeated": 9332, + "▁его": 9333, + "шо": 9334, + "▁roz": 9335, + "Pe": 9336, + "▁ISBN": 9337, + "irts": 9338, + "poses": 9339, + "})$": 9340, + "▁І": 9341, + "children": 9342, + "bles": 9343, + "ECT": 9344, + "▁iz": 9345, + "▁builder": 9346, + "▁Media": 9347, + "iat": 9348, + "▁contrast": 9349, + "”,": 9350, + "▁Link": 9351, + "▁Education": 9352, + "▁joint": 9353, + "▁external": 9354, + "▁роз": 9355, + "▁bits": 9356, + "FORM": 9357, + "erman": 9358, + "wp": 9359, + "▁Mike": 9360, + "▁Master": 9361, + "▁senior": 9362, + "▁Nav": 9363, + "▁recorded": 9364, + "eling": 9365, + "esh": 9366, + "fx": 9367, + "кан": 9368, + "▁tall": 9369, + "▁Johnson": 9370, + "▁sono": 9371, + "▁anche": 9372, + "icken": 9373, + "loop": 9374, + "iciency": 9375, + "emporary": 9376, + "▁Does": 9377, + "▁relation": 9378, + "мы": 9379, + "was": 9380, + "low": 9381, + "ichte": 9382, + "▁Jones": 9383, + "▁bedroom": 9384, + "DIS": 9385, + "▁magnet": 9386, + "▁Engine": 9387, + "▁feelings": 9388, + "GC": 9389, + "▁torn": 9390, + "▁relationships": 9391, + "▁Ре": 9392, + "▁proud": 9393, + "▁twe": 9394, + "oval": 9395, + "▁waste": 9396, + "▁reduced": 9397, + "ilton": 9398, + "BP": 9399, + "▁forgot": 9400, + "▁bodies": 9401, + "▁Haw": 9402, + "lag": 9403, + "▁www": 9404, + "door": 9405, + "▁sufficient": 9406, + "▁dollars": 9407, + "Len": 9408, + "▁talked": 9409, + "▁bond": 9410, + "▁Bor": 9411, + "}}{": 9412, + "rod": 9413, + "Password": 9414, + "quare": 9415, + "▁lights": 9416, + "eren": 9417, + "▁thirty": 9418, + "NC": 9419, + "▁TODO": 9420, + "▁respond": 9421, + "ких": 9422, + "direct": 9423, + "ação": 9424, + "▁heav": 9425, + "Media": 9426, + "exit": 9427, + "License": 9428, + "`.": 9429, + "▁mixed": 9430, + "▁desk": 9431, + "▁teaching": 9432, + "▁maj": 9433, + "▁nerv": 9434, + "inations": 9435, + "typeof": 9436, + "▁coast": 9437, + "▁же": 9438, + "▁beside": 9439, + "ummy": 9440, + "Doc": 9441, + "▁schedule": 9442, + "▁recover": 9443, + "▁Further": 9444, + "▁steel": 9445, + "boot": 9446, + "▁Perhaps": 9447, + "▁съ": 9448, + "▁Os": 9449, + "rick": 9450, + "▁Ви": 9451, + "Support": 9452, + "▁(_": 9453, + "nil": 9454, + "pis": 9455, + "xpected": 9456, + "▁processing": 9457, + "Build": 9458, + "arian": 9459, + "▁icon": 9460, + "▁CA": 9461, + "wick": 9462, + "=(": 9463, + "▁algorithm": 9464, + "▁Young": 9465, + "▁Management": 9466, + "▁ancient": 9467, + "ность": 9468, + "oti": 9469, + "▁combination": 9470, + "world": 9471, + "nn": 9472, + "▁dram": 9473, + "enabled": 9474, + "Ac": 9475, + "CCESS": 9476, + "aration": 9477, + "▁blocks": 9478, + "▁Angeles": 9479, + "▁Qual": 9480, + "▁succeed": 9481, + "network": 9482, + "▁oblig": 9483, + "springframework": 9484, + "▁Tre": 9485, + "okes": 9486, + "mun": 9487, + "▁Network": 9488, + "Del": 9489, + "▁estate": 9490, + "▁liqu": 9491, + "▁pob": 9492, + "▁dad": 9493, + "▁distinct": 9494, + "▁Tit": 9495, + "▁Lear": 9496, + "ferred": 9497, + "android": 9498, + "▁subsequ": 9499, + "▁Florida": 9500, + "subset": 9501, + "▁whisper": 9502, + "Vol": 9503, + "ulous": 9504, + "▁crew": 9505, + "▁lug": 9506, + "pid": 9507, + "ocity": 9508, + "skb": 9509, + "▁tea": 9510, + "ун": 9511, + "▁honor": 9512, + "▁Ins": 9513, + "▁gew": 9514, + "Details": 9515, + "eneath": 9516, + "atar": 9517, + "▁_{": 9518, + "amen": 9519, + "▁setup": 9520, + "Transaction": 9521, + "▁blank": 9522, + "Failed": 9523, + "job": 9524, + "▁pret": 9525, + "ße": 9526, + "loor": 9527, + "ří": 9528, + "ncia": 9529, + "▁anywhere": 9530, + "▁Light": 9531, + "▁Ak": 9532, + "BD": 9533, + "▁excited": 9534, + "agers": 9535, + "▁warning": 9536, + "▁processes": 9537, + "hu": 9538, + "▁youth": 9539, + "▁dogs": 9540, + "▁oct": 9541, + "▁nine": 9542, + "Writer": 9543, + "grid": 9544, + "▁importance": 9545, + "estic": 9546, + "▁carefully": 9547, + "master": 9548, + "▁decisions": 9549, + "▁pin": 9550, + "▁crack": 9551, + "TEST": 9552, + "▁Local": 9553, + "▁Right": 9554, + "▁vast": 9555, + "▁faster": 9556, + "▁institut": 9557, + "▁annual": 9558, + "LAN": 9559, + "▁episode": 9560, + "▁XV": 9561, + "▁delivery": 9562, + "tl": 9563, + "FP": 9564, + "circ": 9565, + "▁typically": 9566, + "igo": 9567, + "▁intel": 9568, + "nat": 9569, + "xb": 9570, + "стро": 9571, + ")-": 9572, + "▁Bal": 9573, + "▁Jos": 9574, + "▁gonna": 9575, + "▁Rest": 9576, + "jor": 9577, + "onia": 9578, + "orship": 9579, + "overy": 9580, + "LINE": 9581, + "]:": 9582, + "Queue": 9583, + "▁compare": 9584, + "▁apartment": 9585, + "▁rul": 9586, + "Dr": 9587, + "gency": 9588, + "▁obviously": 9589, + "zie": 9590, + "ycl": 9591, + "fortunately": 9592, + "▁stepped": 9593, + "▁Seg": 9594, + "▁Which": 9595, + "▁PC": 9596, + "▁ast": 9597, + "endor": 9598, + "▁permission": 9599, + "COL": 9600, + "▁TEST": 9601, + "Pay": 9602, + "ères": 9603, + "▁studied": 9604, + "▁accompl": 9605, + "role": 9606, + "Where": 9607, + "protobuf": 9608, + "metadata": 9609, + "Job": 9610, + "▁Four": 9611, + "plements": 9612, + "disable": 9613, + "▁loud": 9614, + "▁happening": 9615, + "▁Using": 9616, + "rog": 9617, + "▁depends": 9618, + "ím": 9619, + "'\\": 9620, + "▁taught": 9621, + "shared": 9622, + "▁attributes": 9623, + "▁Action": 9624, + "▁dess": 9625, + "▁houses": 9626, + "▁reset": 9627, + "▁bien": 9628, + "▁explicit": 9629, + "LOW": 9630, + "->_": 9631, + "▁PM": 9632, + "Category": 9633, + "oice": 9634, + "into": 9635, + "▁mail": 9636, + "▁authority": 9637, + "▁unable": 9638, + "filename": 9639, + "ék": 9640, + "лей": 9641, + "▁sector": 9642, + "appoint": 9643, + "▁hang": 9644, + "▁cel": 9645, + "related": 9646, + "itate": 9647, + "▁'<": 9648, + "amber": 9649, + "▁cheap": 9650, + "▁enabled": 9651, + "▁division": 9652, + "Any": 9653, + "▁hier": 9654, + "▁Head": 9655, + "ntax": 9656, + "uda": 9657, + "▁limitations": 9658, + "▁studio": 9659, + "media": 9660, + "▁circle": 9661, + "нова": 9662, + "▁laug": 9663, + "acts": 9664, + "▁Во": 9665, + "ód": 9666, + "pled": 9667, + "LOC": 9668, + "Expr": 9669, + ">:": 9670, + "▁prés": 9671, + "▁laughed": 9672, + "▁Three": 9673, + "лы": 9674, + "▁ends": 9675, + "▁fundament": 9676, + "▁inher": 9677, + "▁liv": 9678, + "bid": 9679, + "▁responsibility": 9680, + "▁checked": 9681, + "▁Pac": 9682, + "▁fault": 9683, + "▁yellow": 9684, + "▁salt": 9685, + "▁Francisco": 9686, + "▁^": 9687, + "▁ON": 9688, + "▁beauty": 9689, + "yg": 9690, + "▁Aff": 9691, + "▁Eq": 9692, + "▁magic": 9693, + "▁handler": 9694, + "xE": 9695, + "▁numerous": 9696, + "▁hole": 9697, + "▁rooms": 9698, + "cción": 9699, + "▁Arm": 9700, + "person": 9701, + "▁buildings": 9702, + "▁plate": 9703, + "bled": 9704, + "errors": 9705, + "▁Again": 9706, + "▁Default": 9707, + "▁Hard": 9708, + "tó": 9709, + "hus": 9710, + "▁dimension": 9711, + "iale": 9712, + "▁Mult": 9713, + "▁Government": 9714, + "Func": 9715, + "▁blow": 9716, + "▁rect": 9717, + "erra": 9718, + "connection": 9719, + "▁passing": 9720, + "ßen": 9721, + "phas": 9722, + "ensional": 9723, + "record": 9724, + "cohol": 9725, + "▁Harry": 9726, + "izontal": 9727, + "▁finger": 9728, + "▁younger": 9729, + "▁SC": 9730, + "operation": 9731, + "BY": 9732, + "heim": 9733, + "▁Bad": 9734, + "▁storm": 9735, + "▁Nat": 9736, + "▁buying": 9737, + "▁Sometimes": 9738, + "▁Ста": 9739, + "essed": 9740, + "▁damn": 9741, + "▁meg": 9742, + "umes": 9743, + "ünd": 9744, + "тра": 9745, + "▁silver": 9746, + "wd": 9747, + "hidden": 9748, + "ardo": 9749, + "▁communities": 9750, + "▁diet": 9751, + "otted": 9752, + "▁bat": 9753, + "ancer": 9754, + "▁fmt": 9755, + "▁Pen": 9756, + "▁til": 9757, + "Enum": 9758, + "PATH": 9759, + "▁matters": 9760, + "timeout": 9761, + "------------": 9762, + "kan": 9763, + "▁Corpor": 9764, + "=\"../../": 9765, + "▁Ale": 9766, + "hentication": 9767, + "▁complic": 9768, + "▁Security": 9769, + "OFF": 9770, + "Rad": 9771, + "apse": 9772, + "▁dance": 9773, + "▁permissions": 9774, + "▁warrant": 9775, + "▁lad": 9776, + "▁isol": 9777, + "dl": 9778, + "▁Au": 9779, + "yes": 9780, + "▁tv": 9781, + "▁provider": 9782, + "▁terrible": 9783, + "▁department": 9784, + "eral": 9785, + "▁implementation": 9786, + "SR": 9787, + "▁hearing": 9788, + "▁Kn": 9789, + "FR": 9790, + "tv": 9791, + "▁diss": 9792, + "FUN": 9793, + "▁durante": 9794, + "osis": 9795, + "▁tasks": 9796, + "▁Blo": 9797, + "вод": 9798, + "▁branch": 9799, + "▁politics": 9800, + "▁Elle": 9801, + "▁leadership": 9802, + "expr": 9803, + "▁techniques": 9804, + "prec": 9805, + "Sigma": 9806, + "imately": 9807, + "tk": 9808, + "achment": 9809, + "▁Enter": 9810, + "▁creative": 9811, + "▁зна": 9812, + "appy": 9813, + "unched": 9814, + "▁'',": 9815, + "onder": 9816, + "{-": 9817, + "NUM": 9818, + "▁narr": 9819, + "Memory": 9820, + "▁winning": 9821, + "▁Follow": 9822, + "*/\r": 9823, + "vision": 9824, + "resents": 9825, + "zione": 9826, + "▁latter": 9827, + "▁requests": 9828, + "▁margin": 9829, + "▁{\"": 9830, + "video": 9831, + "cn": 9832, + "▁Image": 9833, + "Tim": 9834, + "CONFIG": 9835, + "▁allowing": 9836, + "▁combined": 9837, + "PUT": 9838, + "▁instanceof": 9839, + "igin": 9840, + "▁pero": 9841, + "▁''": 9842, + "▁confidence": 9843, + "▁equivalent": 9844, + "pad": 9845, + "effect": 9846, + "RX": 9847, + "▁lang": 9848, + "strong": 9849, + "▁bridge": 9850, + "aya": 9851, + "▁treated": 9852, + "▁forth": 9853, + "SW": 9854, + "▁accounts": 9855, + "▁PO": 9856, + "▁listening": 9857, + "Route": 9858, + "()))": 9859, + "cpy": 9860, + "▁reform": 9861, + "▁gate": 9862, + "▁Walk": 9863, + "▁somehow": 9864, + "tf": 9865, + "▁layout": 9866, + "umin": 9867, + "▁considering": 9868, + "▁premi": 9869, + "▁Mom": 9870, + "athan": 9871, + "Gen": 9872, + "▁planet": 9873, + "amples": 9874, + "▁MO": 9875, + "shop": 9876, + "▁premier": 9877, + "▁simpl": 9878, + "▁segu": 9879, + "LY": 9880, + "Sum": 9881, + "▁tables": 9882, + "ska": 9883, + "▁ž": 9884, + "pd": 9885, + "▁sous": 9886, + "▁conference": 9887, + "▁Dat": 9888, + "Scroll": 9889, + "▁standards": 9890, + "▁гру": 9891, + "esse": 9892, + "▁citizens": 9893, + "▁occurred": 9894, + "▁democr": 9895, + "▁elev": 9896, + "▁Sem": 9897, + "ensus": 9898, + "headers": 9899, + "▁Chris": 9900, + "imento": 9901, + "kom": 9902, + "Cor": 9903, + "MIN": 9904, + "usher": 9905, + "Database": 9906, + "▁formal": 9907, + "igne": 9908, + "▁organizations": 9909, + "▁Ire": 9910, + "Xml": 9911, + "из": 9912, + "▁pray": 9913, + "▁bomb": 9914, + "▁mand": 9915, + "erts": 9916, + "▁clock": 9917, + "▁buck": 9918, + "вали": 9919, + "ensch": 9920, + "▁volt": 9921, + "▁films": 9922, + "▁plants": 9923, + "inode": 9924, + "Boolean": 9925, + "▁restaurant": 9926, + "ían": 9927, + "▁debut": 9928, + "pages": 9929, + "▁wordt": 9930, + "▁Ба": 9931, + "▁greatest": 9932, + "(\"/": 9933, + "▁copyright": 9934, + "▁rit": 9935, + "sizeof": 9936, + "Trace": 9937, + "uent": 9938, + "тур": 9939, + "▁ko": 9940, + ":\\": 9941, + "▁bigger": 9942, + "▁perfectly": 9943, + "tenance": 9944, + "MASK": 9945, + "ré": 9946, + "▁ett": 9947, + "▁nose": 9948, + "▁craft": 9949, + "iteral": 9950, + "▁discussed": 9951, + "▁Jewish": 9952, + "Cap": 9953, + "▁Unless": 9954, + "▁Jackson": 9955, + "Attributes": 9956, + "▁lunch": 9957, + "öl": 9958, + "atr": 9959, + "▁paying": 9960, + "Parse": 9961, + "()\r": 9962, + "lad": 9963, + "▁rare": 9964, + "▁[];": 9965, + "stone": 9966, + "▁unc": 9967, + "▁defense": 9968, + "}+": 9969, + "▁Global": 9970, + "▁Soviet": 9971, + "▁Australian": 9972, + "▁gli": 9973, + "variant": 9974, + "▁Ron": 9975, + "▁loan": 9976, + "Step": 9977, + "member": 9978, + "Sch": 9979, + "▁Committee": 9980, + "▁spending": 9981, + "▁Tri": 9982, + "▁Journal": 9983, + "▁sugar": 9984, + "elly": 9985, + "HTML": 9986, + "▁advent": 9987, + "wing": 9988, + "▁Whether": 9989, + "oration": 9990, + "▁NE": 9991, + "iveness": 9992, + "▁hav": 9993, + "▁conscious": 9994, + "een": 9995, + "Symbol": 9996, + "▁ку": 9997, + "Logger": 9998, + "▁Little": 9999, + "widet": 10000, + "ocation": 10001, + "pin": 10002, + "▁symmet": 10003, + "▁AD": 10004, + "▁posts": 10005, + "shal": 10006, + "▁Conf": 10007, + "▁chose": 10008, + "mal": 10009, + "ulo": 10010, + "▁Method": 10011, + "▁missed": 10012, + "Remove": 10013, + "Auto": 10014, + "VALUE": 10015, + "thlet": 10016, + "▁Force": 10017, + "pf": 10018, + "▁Я": 10019, + "late": 10020, + "▁pul": 10021, + "Pop": 10022, + "▁advanced": 10023, + "aires": 10024, + "ressed": 10025, + "AME": 10026, + "bell": 10027, + "aching": 10028, + "ić": 10029, + "echo": 10030, + "HS": 10031, + "▁funny": 10032, + "рии": 10033, + "▁eer": 10034, + "▁veget": 10035, + "▁fourth": 10036, + "cf": 10037, + "transform": 10038, + "▁grown": 10039, + "▁McC": 10040, + "site": 10041, + "▁beneath": 10042, + "▁shell": 10043, + "xd": 10044, + "Play": 10045, + "short": 10046, + "Role": 10047, + "▁religion": 10048, + "inator": 10049, + "}<": 10123, + "asp": 10124, + "ajo": 10125, + "exports": 10126, + "▁Node": 10127, + "▁jako": 10128, + "▁ya": 10129, + "▁successfully": 10130, + "▁friendly": 10131, + "buff": 10132, + "DEFAULT": 10133, + "▁pregn": 10134, + "Required": 10135, + "▁binary": 10136, + "isting": 10137, + "▁stared": 10138, + "▁circumstances": 10139, + "▁хо": 10140, + "rei": 10141, + "▁Го": 10142, + "Transform": 10143, + "cnt": 10144, + "▁Ext": 10145, + "report": 10146, + "VERSION": 10147, + "▁analy": 10148, + "▁Marg": 10149, + "▁alleg": 10150, + "builder": 10151, + "ToString": 10152, + "Layer": 10153, + "íst": 10154, + "Prop": 10155, + "▁Emp": 10156, + "}]": 10157, + "▁selling": 10158, + "▁queue": 10159, + "▁seriously": 10160, + "▁Lead": 10161, + "textit": 10162, + "testing": 10163, + "▁Пре": 10164, + "security": 10165, + "iał": 10166, + "ún": 10167, + "chip": 10168, + "▁candidate": 10169, + "▁minister": 10170, + "eria": 10171, + "▁Het": 10172, + "дин": 10173, + "▁Britain": 10174, + "▁barely": 10175, + "▁sty": 10176, + "▁Spanish": 10177, + "▁Ven": 10178, + "timer": 10179, + "ків": 10180, + "▁documents": 10181, + "('.": 10182, + "▁debug": 10183, + "▁contro": 10184, + "стоя": 10185, + "▁joy": 10186, + "Sn": 10187, + "Inv": 10188, + "▁protocol": 10189, + "▁faces": 10190, + "▁Despite": 10191, + "sed": 10192, + "Conf": 10193, + "ARG": 10194, + "▁evolution": 10195, + "▁tod": 10196, + "▁Promise": 10197, + "▁posted": 10198, + "Perm": 10199, + "bet": 10200, + "Ang": 10201, + "Just": 10202, + "▁rum": 10203, + "layer": 10204, + "▁behavi": 10205, + "ipping": 10206, + "▁dynam": 10207, + "▁scheme": 10208, + "▁proto": 10209, + ")/": 10210, + "Collections": 10211, + "riev": 10212, + "▁Click": 10213, + "▁uns": 10214, + "widetilde": 10215, + "▁remembered": 10216, + "гі": 10217, + "inates": 10218, + "▁incorpor": 10219, + "▁Description": 10220, + "▁prepare": 10221, + "▁Final": 10222, + "uation": 10223, + "▁Queen": 10224, + ">;": 10225, + "▁automatically": 10226, + "▁sharp": 10227, + "▁meat": 10228, + "ateur": 10229, + "astern": 10230, + "▁stuck": 10231, + "ASSERT": 10232, + "▁planned": 10233, + "dots": 10234, + "ookie": 10235, + "▁Histor": 10236, + "▁reviews": 10237, + "IMP": 10238, + "▁answered": 10239, + "Total": 10240, + "▁sau": 10241, + "▁Mexico": 10242, + "continue": 10243, + "▁Apple": 10244, + "likely": 10245, + "зва": 10246, + "users": 10247, + "▁identified": 10248, + "▁Lev": 10249, + "▁mol": 10250, + "▁Islam": 10251, + "▁committed": 10252, + "writ": 10253, + "бер": 10254, + "rift": 10255, + "▁interrupt": 10256, + "▁readonly": 10257, + "schema": 10258, + "Sm": 10259, + "Double": 10260, + "aza": 10261, + "▁Hal": 10262, + "Move": 10263, + "▁Series": 10264, + "inline": 10265, + "▁которы": 10266, + "soc": 10267, + "▁tent": 10268, + "▁amer": 10269, + "aki": 10270, + "▁lady": 10271, + "▁tired": 10272, + "ifi": 10273, + "▁même": 10274, + "ouver": 10275, + "▁aside": 10276, + "Did": 10277, + "',\r": 10278, + "▁bringing": 10279, + "Drawing": 10280, + "aro": 10281, + "▁Rh": 10282, + "▁Naz": 10283, + "esso": 10284, + "▁reaction": 10285, + "mitted": 10286, + "▁absolute": 10287, + "haust": 10288, + "(()": 10289, + "▁Task": 10290, + "ERS": 10291, + "▁^{": 10292, + "VD": 10293, + "▁tone": 10294, + "dist": 10295, + "vs": 10296, + "▁wheel": 10297, + "▁administration": 10298, + "▁interests": 10299, + "▁pointer": 10300, + "▁encounter": 10301, + "aver": 10302, + "▁nord": 10303, + "ket": 10304, + "▁beach": 10305, + "▁enjoyed": 10306, + "contains": 10307, + "▁append": 10308, + "Wait": 10309, + "▁squad": 10310, + "zel": 10311, + "▁medium": 10312, + "▁sending": 10313, + "▁Lady": 10314, + "ções": 10315, + "▁destination": 10316, + "nych": 10317, + "▁conflict": 10318, + "▁Ly": 10319, + "▁vul": 10320, + "▁basically": 10321, + "reated": 10322, + "black": 10323, + "ugins": 10324, + "▁calm": 10325, + "érie": 10326, + "har": 10327, + "лан": 10328, + "▁Се": 10329, + "watch": 10330, + "▁Put": 10331, + "▁dump": 10332, + "acher": 10333, + "scroll": 10334, + "▁claimed": 10335, + "▁Control": 10336, + "▁blind": 10337, + "enti": 10338, + "▁Keep": 10339, + "▁Development": 10340, + "images": 10341, + "▁tough": 10342, + "gebra": 10343, + "▁sept": 10344, + "hew": 10345, + "▁skill": 10346, + "▁Tay": 10347, + "▁któ": 10348, + "owner": 10349, + "pare": 10350, + "▁fee": 10351, + "▁continues": 10352, + "▁kan": 10353, + "bes": 10354, + "▁cha": 10355, + "ovo": 10356, + "▁Night": 10357, + "icture": 10358, + "shire": 10359, + "▁essay": 10360, + "▁suppose": 10361, + "etic": 10362, + "Art": 10363, + "acon": 10364, + "lla": 10365, + "words": 10366, + "▁comparison": 10367, + "▁BE": 10368, + "▁challenges": 10369, + "▁ol": 10370, + "citep": 10371, + "▁Foot": 10372, + "▁Such": 10373, + "▁papers": 10374, + "activ": 10375, + "quer": 10376, + "тя": 10377, + "▁То": 10378, + "ський": 10379, + "thur": 10380, + "done": 10381, + "▁shock": 10382, + "▁dedicated": 10383, + "▁correspond": 10384, + "Second": 10385, + "▁bull": 10386, + "life": 10387, + "indent": 10388, + "▁figures": 10389, + "▁Andrew": 10390, + "isp": 10391, + "▁favour": 10392, + "зда": 10393, + "▁Elect": 10394, + "Full": 10395, + "▁nearby": 10396, + "▁Register": 10397, + "Scale": 10398, + "ications": 10399, + "ин": 10400, + "▁AM": 10401, + "pair": 10402, + "▁perspective": 10403, + "▁nos": 10404, + "apa": 10405, + "ostał": 10406, + "▁Pers": 10407, + "icer": 10408, + "▁plastic": 10409, + "дов": 10410, + "ciples": 10411, + "zą": 10412, + "clos": 10413, + "▁уча": 10414, + "▁Á": 10415, + "plugin": 10416, + "▁angle": 10417, + "▁commission": 10418, + "▁funds": 10419, + "▁indu": 10420, + "▁drawn": 10421, + "ám": 10422, + "▁developing": 10423, + "▁segment": 10424, + "isme": 10425, + "scr": 10426, + "▁lies": 10427, + "▁IL": 10428, + "▁api": 10429, + "Extension": 10430, + "▁scal": 10431, + "install": 10432, + "▁Week": 10433, + "▁gentle": 10434, + "▁Canadian": 10435, + "▁dialog": 10436, + "▁articles": 10437, + "Theme": 10438, + "SM": 10439, + "▁Bul": 10440, + "▁leur": 10441, + "▁stom": 10442, + "Plugin": 10443, + "▁после": 10444, + "▁stead": 10445, + "▁ś": 10446, + "ipher": 10447, + "▁prze": 10448, + "▁draft": 10449, + "bottom": 10450, + "▁{};": 10451, + "▁stayed": 10452, + "feature": 10453, + "▁vot": 10454, + "▁fabric": 10455, + "ça": 10456, + "('#": 10457, + "rea": 10458, + "▁reput": 10459, + "▁Cir": 10460, + "▁AL": 10461, + "▁assertEquals": 10462, + "results": 10463, + "▁Cross": 10464, + "ursday": 10465, + "▁audio": 10466, + "▁gap": 10467, + "▁streets": 10468, + "▁scientific": 10469, + "platform": 10470, + "▁auss": 10471, + "▁Cro": 10472, + "▁partial": 10473, + "unc": 10474, + "▁choices": 10475, + "▁или": 10476, + "pred": 10477, + "▁heads": 10478, + "terday": 10479, + "▁Nick": 10480, + "▁weird": 10481, + "asant": 10482, + "▁represented": 10483, + "▁пи": 10484, + "DP": 10485, + "orders": 10486, + "clock": 10487, + "▁Ho": 10488, + "arters": 10489, + "Cmd": 10490, + "oga": 10491, + "Keys": 10492, + "Report": 10493, + "▁Vill": 10494, + "▁Mu": 10495, + "▁owned": 10496, + "SUCCESS": 10497, + "▁typeof": 10498, + "hdr": 10499, + "uable": 10500, + "▁neighborhood": 10501, + "▁AP": 10502, + "▁resulting": 10503, + "▁shadow": 10504, + "STRING": 10505, + "▁videos": 10506, + "лення": 10507, + "expect": 10508, + "▁Valley": 10509, + "▁goto": 10510, + "▁Sher": 10511, + "frastr": 10512, + "▁operating": 10513, + "▁это": 10514, + "▁Licensed": 10515, + "Variable": 10516, + "▁PR": 10517, + "▁Hans": 10518, + "clone": 10519, + "▁Gesch": 10520, + "▁Band": 10521, + "........": 10522, + "uing": 10523, + "▁hundreds": 10524, + "▁ок": 10525, + "▁emotional": 10526, + "▁Indust": 10527, + ")+": 10528, + "▁Egypt": 10529, + "▁franç": 10530, + "▁š": 10531, + "▁fasc": 10532, + "onto": 10533, + "▁Adam": 10534, + "▁laid": 10535, + "▁rig": 10536, + "▁detailed": 10537, + "▁implements": 10538, + "▁university": 10539, + "▁Hy": 10540, + "▁grid": 10541, + "▁regions": 10542, + "Stop": 10543, + "▁slot": 10544, + "▁angry": 10545, + "▁-=": 10546, + "▁waited": 10547, + "Vert": 10548, + "\":\"": 10549, + "▁elem": 10550, + "▁rég": 10551, + "owed": 10552, + "Member": 10553, + "▁ratio": 10554, + "isen": 10555, + "▁Lem": 10556, + "gery": 10557, + "▁cream": 10558, + "▁était": 10559, + "▁geb": 10560, + "unique": 10561, + "▁Deb": 10562, + "▁factory": 10563, + "że": 10564, + "dialog": 10565, + "▁Config": 10566, + "Sync": 10567, + "angers": 10568, + "▁governing": 10569, + "▁Hun": 10570, + "Space": 10571, + "▁jest": 10572, + "icious": 10573, + "▁emphas": 10574, + "umps": 10575, + "▁Esp": 10576, + "▁sul": 10577, + "▁historical": 10578, + "ija": 10579, + "▁lying": 10580, + "▁Steve": 10581, + "▁measures": 10582, + "osto": 10583, + "?”": 10584, + "▁pocket": 10585, + "▁Sat": 10586, + "▁pitch": 10587, + "▁natur": 10588, + "▁humans": 10589, + "▁Simon": 10590, + "adores": 10591, + "(\"\\": 10592, + "inking": 10593, + "▁expos": 10594, + "material": 10595, + "▁apparently": 10596, + "▁Camb": 10597, + "▁Box": 10598, + "▁spaces": 10599, + "exists": 10600, + "▁acting": 10601, + "ORY": 10602, + "зова": 10603, + "Good": 10604, + "ienne": 10605, + "▁Williams": 10606, + "▁fruit": 10607, + "iera": 10608, + "▁Lim": 10609, + "▁trait": 10610, + "▁artists": 10611, + "▁absor": 10612, + "rait": 10613, + "LOAD": 10614, + "▁movies": 10615, + "▁dynamic": 10616, + "asts": 10617, + "▁Integer": 10618, + "▁smoke": 10619, + "пі": 10620, + "angel": 10621, + ">(\"": 10622, + "▁instrument": 10623, + "▁fuel": 10624, + "ної": 10625, + "atalogue": 10626, + "▁serial": 10627, + "Files": 10628, + "▁bathroom": 10629, + "ilo": 10630, + "esto": 10631, + "▁pm": 10632, + "entials": 10633, + "▁Online": 10634, + "white": 10635, + "▁tips": 10636, + "▁capable": 10637, + "Fig": 10638, + "TV": 10639, + "▁он": 10640, + "ké": 10641, + "bitr": 10642, + "Mapping": 10643, + "▁tak": 10644, + "ющи": 10645, + "вля": 10646, + ")\",": 10647, + "▁Karl": 10648, + "▁Human": 10649, + "▁Pot": 10650, + "▁represents": 10651, + "▁consistent": 10652, + "_(": 10653, + "wen": 10654, + "▁Rose": 10655, + "law": 10656, + "▁FROM": 10657, + "▁begins": 10658, + "▁edit": 10659, + "▁mountain": 10660, + "▁chapter": 10661, + "▁wondered": 10662, + "▁industrial": 10663, + "▁Major": 10664, + "▁ges": 10665, + "▁directed": 10666, + "eros": 10667, + "▁Wild": 10668, + "liament": 10669, + "Book": 10670, + "username": 10671, + "hot": 10672, + "▁nam": 10673, + "▁league": 10674, + "bra": 10675, + "кон": 10676, + "▁Tal": 10677, + "▁Ва": 10678, + "▁exports": 10679, + "(@": 10680, + "▁sharing": 10681, + "▁Tro": 10682, + "ść": 10683, + "uesday": 10684, + "ylv": 10685, + "▁guitar": 10686, + "elen": 10687, + "Selection": 10688, + "▁confident": 10689, + "rypto": 10690, + "▁hors": 10691, + "editor": 10692, + "▁shoulders": 10693, + "getName": 10694, + "encing": 10695, + "SELECT": 10696, + "вши": 10697, + "▁kinds": 10698, + "▁Wel": 10699, + "▁purposes": 10700, + "Matrix": 10701, + "invalid": 10702, + "▁owners": 10703, + "▁Records": 10704, + "▁Process": 10705, + "▁chat": 10706, + "▁Dor": 10707, + "▁bin": 10708, + "redit": 10709, + "oire": 10710, + "▁Total": 10711, + "▁Family": 10712, + "ARY": 10713, + "▁bread": 10714, + "▁compre": 10715, + "▁shoes": 10716, + "▁raz": 10717, + "▁trace": 10718, + "nej": 10719, + "orted": 10720, + "hn": 10721, + "▁procedure": 10722, + "properties": 10723, + "plier": 10724, + "▁hero": 10725, + "panel": 10726, + "▁marked": 10727, + "▁worried": 10728, + "\\|": 10729, + "pts": 10730, + "▁Support": 10731, + "▁serving": 10732, + "Fail": 10733, + "▁disappoint": 10734, + "▁Scot": 10735, + "▁pleasure": 10736, + "▁judge": 10737, + "zeich": 10738, + "▁forever": 10739, + "▁Zeit": 10740, + "uous": 10741, + "inent": 10742, + "▁dw": 10743, + "▁waren": 10744, + "▁flash": 10745, + "▁troops": 10746, + "▁drugs": 10747, + "▁diam": 10748, + ".~": 10749, + "imp": 10750, + "inned": 10751, + "▁EV": 10752, + "Struct": 10753, + "▁justice": 10754, + "▁officials": 10755, + "ffff": 10756, + "▁Common": 10757, + "▁Cat": 10758, + "▁tomorrow": 10759, + "▁él": 10760, + "Texture": 10761, + "qpoint": 10762, + "▁Fried": 10763, + "▁Term": 10764, + "pgfqpoint": 10765, + "▁nem": 10766, + "norm": 10767, + "▁hardly": 10768, + "oda": 10769, + "zeta": 10770, + "emic": 10771, + "▁полу": 10772, + "▁loaded": 10773, + "kes": 10774, + "ció": 10775, + "▁fool": 10776, + "▁trick": 10777, + "▁dst": 10778, + "Find": 10779, + "▁все": 10780, + "}},": 10781, + "▁framework": 10782, + "▁merely": 10783, + "▁union": 10784, + "▁Edward": 10785, + "rif": 10786, + "Flag": 10787, + "▁crisis": 10788, + "▁finite": 10789, + "▁lol": 10790, + "▁Kim": 10791, + "ната": 10792, + "since": 10793, + "▁compat": 10794, + "▁pert": 10795, + "ibilities": 10796, + "▁también": 10797, + "ibli": 10798, + "▁teen": 10799, + "▁sympt": 10800, + "oral": 10801, + "ders": 10802, + "otte": 10803, + "при": 10804, + "▁Jane": 10805, + "▁originally": 10806, + "▁throat": 10807, + "mag": 10808, + "sup": 10809, + "uni": 10810, + "$$": 10811, + "▁Library": 10812, + "▁attacks": 10813, + "ingen": 10814, + "('/": 10815, + "▁hes": 10816, + "coin": 10817, + "ounce": 10818, + "▁Academy": 10819, + "MODULE": 10820, + "isms": 10821, + "▁Adv": 10822, + "▁Bol": 10823, + "▁incident": 10824, + ")^{": 10825, + "▁bij": 10826, + "▁Rome": 10827, + "▁Italy": 10828, + "events": 10829, + "▁Fern": 10830, + "▁ber": 10831, + "▁silent": 10832, + "▁pier": 10833, + "▁YO": 10834, + "▁plain": 10835, + "Bas": 10836, + "▁pill": 10837, + "rase": 10838, + "▁carrying": 10839, + "▁resp": 10840, + "ную": 10841, + "▁typical": 10842, + "Wrapper": 10843, + "▁gau": 10844, + "▁chemical": 10845, + "▁hal": 10846, + "throw": 10847, + "Cluster": 10848, + "▁Gab": 10849, + "▁Girl": 10850, + "quir": 10851, + "▁Arg": 10852, + "▁relief": 10853, + "▁Ве": 10854, + "dm": 10855, + "▁frustr": 10856, + "\\%": 10857, + "▁stores": 10858, + "▁bottle": 10859, + "▁Lew": 10860, + "two": 10861, + "stad": 10862, + "▁cheek": 10863, + "▁concerns": 10864, + "▁helpful": 10865, + "▁coverage": 10866, + "isi": 10867, + "ADD": 10868, + "async": 10869, + "▁approximately": 10870, + "iffer": 10871, + "hook": 10872, + "▁enum": 10873, + "ová": 10874, + "▁evil": 10875, + "▁constantly": 10876, + "apply": 10877, + "▁siè": 10878, + "▁practices": 10879, + "▁teachers": 10880, + "▁Sn": 10881, + "▁Awards": 10882, + "▁substant": 10883, + "▁$.": 10884, + "dk": 10885, + "▁mob": 10886, + "▁ingred": 10887, + "vere": 10888, + "Multi": 10889, + "пер": 10890, + "stal": 10891, + "yard": 10892, + "required": 10893, + "vement": 10894, + "▁intelligence": 10895, + "▁thinks": 10896, + "▁personally": 10897, + "▁trained": 10898, + "orney": 10899, + ")\\": 11266, + "anal": 11267, + "Section": 11268, + "plus": 11269, + "üt": 11270, + "▁embed": 11271, + "▁strings": 11272, + "Before": 11273, + "proc": 11274, + "▁спо": 11275, + "trl": 11276, + "vr": 11277, + "Background": 11278, + "logger": 11279, + "agraph": 11280, + "iest": 11281, + "▁goods": 11282, + "batch": 11283, + "▁optional": 11284, + "▁Taylor": 11285, + "▁recognize": 11286, + "walk": 11287, + "▁Hit": 11288, + "▁Elizabeth": 11289, + "}:": 11290, + "▁careful": 11291, + "краї": 11292, + "▁locations": 11293, + "▁structures": 11294, + "▁disk": 11295, + "▁ships": 11296, + "▁suo": 11297, + "▁sowie": 11298, + "▁Ess": 11299, + "▁Hash": 11300, + "▁reasonable": 11301, + "▁Moreover": 11302, + "▁formula": 11303, + "▁Centre": 11304, + "▁residents": 11305, + "RS": 11306, + "Ids": 11307, + "▁Know": 11308, + "▁trib": 11309, + "▁rés": 11310, + "▁stable": 11311, + "▁Would": 11312, + "▁breaking": 11313, + "▁meal": 11314, + "▁phen": 11315, + "▁fel": 11316, + "▁Fred": 11317, + "Author": 11318, + "▁capture": 11319, + "opts": 11320, + "▁everywhere": 11321, + "▁sque": 11322, + "▁moder": 11323, + "setup": 11324, + "▁Supp": 11325, + "▁whenever": 11326, + "{(": 11327, + "wart": 11328, + "▁toe": 11329, + "Prefix": 11330, + "hou": 11331, + "gage": 11332, + ">\"": 11333, + "▁frag": 11334, + "▁Theorem": 11335, + "memory": 11336, + "▁contents": 11337, + "docs": 11338, + "}'": 11339, + "▁Irish": 11340, + "Then": 11341, + "aats": 11342, + "Save": 11343, + "▁agency": 11344, + "▁име": 11345, + "дова": 11346, + "▁Function": 11347, + "NN": 11348, + "destroy": 11349, + "▁Message": 11350, + "▁cancel": 11351, + "▁superior": 11352, + "▁ec": 11353, + "▁literature": 11354, + "▁PART": 11355, + "Il": 11356, + "▁Cab": 11357, + "engine": 11358, + "▁basket": 11359, + "worth": 11360, + "▁Sel": 11361, + "fetch": 11362, + "▁Stadt": 11363, + "▁Ки": 11364, + "▁conj": 11365, + "▁seiner": 11366, + "▁confirmed": 11367, + "▁Argent": 11368, + "amar": 11369, + "pgfpath": 11370, + "▁struggle": 11371, + "Pattern": 11372, + "▁Middle": 11373, + "itan": 11374, + "▁moon": 11375, + "orough": 11376, + "▁Catholic": 11377, + "▁struck": 11378, + "]->": 11379, + "▁weapon": 11380, + "▁subst": 11381, + "▁instructions": 11382, + "▁occas": 11383, + "protected": 11384, + "▁Less": 11385, + "▁batch": 11386, + "▁contra": 11387, + "▁deck": 11388, + "▁ignored": 11389, + "▁refused": 11390, + "trigger": 11391, + "▁criminal": 11392, + "GA": 11393, + "olly": 11394, + "▁Bell": 11395, + "▁Ю": 11396, + "forward": 11397, + "▁prefix": 11398, + "▁immediate": 11399, + "▁assigned": 11400, + "▁elected": 11401, + "▁tonight": 11402, + "▁Dies": 11403, + "▁Beach": 11404, + "▁preced": 11405, + "ował": 11406, + "▁galax": 11407, + "▁logic": 11408, + "enza": 11409, + "▁Captain": 11410, + "▁Hay": 11411, + "▁facts": 11412, + "▁ни": 11413, + "té": 11414, + "▁sb": 11415, + "oped": 11416, + "▁combat": 11417, + "▁explore": 11418, + "▁(-": 11419, + "Loader": 11420, + "▁Wilson": 11421, + "▁locked": 11422, + ":)": 12970, + "▁quel": 12971, + "▁Га": 12972, + "Ty": 12973, + "▁temps": 12974, + "▁ghost": 12975, + "Material": 12976, + "ERCHANT": 12977, + "pointer": 12978, + "жда": 12979, + "aha": 12980, + "ulf": 12981, + "▁supplement": 12982, + "▁dismiss": 12983, + "▁closing": 12984, + "▁vulner": 12985, + "▁après": 12986, + "▁overwhel": 12987, + "ское": 12988, + "▁disag": 12989, + "acia": 12990, + "oured": 12991, + "ruption": 12992, + "▁PS": 12993, + "Endpoint": 12994, + "Real": 12995, + "▁Tag": 12996, + "▁stairs": 12997, + "lyn": 12998, + "▁eleg": 12999, + "▁veter": 13000, + "factory": 13001, + "anne": 13002, + "▁Bat": 13003, + "▁franc": 13004, + "lung": 13005, + "▁\"'": 13006, + ".',": 13007, + "▁Country": 13008, + "^{[": 13009, + "▁yours": 13010, + "ailability": 13011, + "Clear": 13012, + "ätt": 13013, + "пис": 13014, + "▁joke": 13015, + "▁annoy": 13016, + "▁rag": 13017, + "vari": 13018, + "лекс": 13019, + "▁Psy": 13020, + "ilty": 13021, + "mount": 13022, + "▁cual": 13023, + "▁solar": 13024, + "}^{(": 13025, + "Short": 13026, + "▁taxes": 13027, + "Append": 13028, + "Win": 13029, + "estyle": 13030, + "▁facil": 13031, + "вро": 13032, + "▁sought": 13033, + "▁bare": 13034, + "▁react": 13035, + "jar": 13036, + "MAC": 13037, + "lov": 13038, + "warn": 13039, + "▁crucial": 13040, + "▁museum": 13041, + "ниц": 13042, + "▁Kent": 13043, + "Maybe": 13044, + "▁bike": 13045, + "▁Address": 13046, + "XML": 13047, + "▁admitted": 13048, + "▁$(\\": 13049, + "▁spell": 13050, + "▁vic": 13051, + "gre": 13052, + "▁proc": 13053, + "theless": 13054, + "▁Nom": 13055, + "▁Rail": 13056, + "▁acceler": 13057, + "▁convin": 13058, + "▁Property": 13059, + "▁DA": 13060, + "▁clip": 13061, + "▁plugin": 13062, + "Limit": 13063, + "views": 13064, + "bru": 13065, + "▁pra": 13066, + "▁ak": 13067, + "▁ej": 13068, + "▁opts": 13069, + "▁slip": 13070, + "▁gang": 13071, + "asted": 13072, + "uals": 13073, + "▁dying": 13074, + "Coll": 13075, + "ammen": 13076, + "▁Policy": 13077, + "ERCHANTABILITY": 13078, + "▁Collection": 13079, + "▁vec": 13080, + "▁Dick": 13081, + "stud": 13082, + "▁layers": 13083, + "▁tied": 13084, + "}\\\\": 13085, + "▁alors": 13086, + "▁jou": 13087, + "▁chicken": 13088, + "▁permanent": 13089, + "▁Everything": 13090, + "▁Low": 13091, + "▁Cook": 13092, + "▁peak": 13093, + "▁PARTICULAR": 13094, + "▁dear": 13095, + "ič": 13096, + "▁introduce": 13097, + "▁causing": 13098, + "писа": 13099, + "Bound": 13100, + "hund": 13101, + "multi": 13102, + "▁pare": 13103, + "annt": 13104, + "▁breat": 13105, + "▁commitment": 13106, + "▁increasingly": 13107, + "кой": 13108, + "▁Friend": 13109, + "▁statistics": 13110, + "▁Manager": 13111, + "plicate": 13112, + "Cloud": 13113, + "aci": 13114, + "▁Conference": 13115, + "Span": 13116, + "▁CEO": 13117, + "▁Wait": 13118, + "▁Ober": 13119, + "ifting": 13120, + "imiento": 13121, + "getElement": 13122, + "▁gle": 13123, + "лия": 13124, + "▁wieder": 13125, + "▁instruction": 13126, + "gly": 13127, + "▁blame": 13128, + "▁listade": 13129, + "▁aapt": 13130, + "▁Lewis": 13131, + "Fragment": 13132, + "▁gear": 13133, + "mill": 13134, + "prod": 13135, + "▁burning": 13136, + "ється": 13137, + "▁mé": 13138, + "ène": 13139, + "▁complicated": 13140, + "bh": 13141, + "▁Justice": 13142, + "▁tested": 13143, + "▁staring": 13144, + "▁survive": 13145, + "▁cous": 13146, + "▁rib": 13147, + "aml": 13148, + "▁Trust": 13149, + "▁cad": 13150, + "▁Terr": 13151, + "▁mapping": 13152, + "▁twelve": 13153, + "▁grant": 13154, + "▁thorough": 13155, + "▁Ü": 13156, + "▁folks": 13157, + "▁Content": 13158, + "▁childhood": 13159, + "cker": 13160, + "сно": 13161, + "RECT": 13162, + "▁finale": 13163, + "▁shower": 13164, + "éric": 13165, + "▁spat": 13166, + "odge": 13167, + "рь": 13168, + "▁pes": 13169, + "eda": 13170, + "Db": 13171, + "▁Antonio": 13172, + "▁engaged": 13173, + "▁vess": 13174, + "vals": 13175, + "▁electronic": 13176, + "lemma": 13177, + "▁Wy": 13178, + "mad": 13179, + "merge": 13180, + "apon": 13181, + "▁privile": 13182, + "▁novembre": 13183, + "▁Sports": 13184, + "will": 13185, + "▁controls": 13186, + "▁categories": 13187, + "▁Georgia": 13188, + "ipedia": 13189, + "▁AV": 13190, + "atori": 13191, + "▁___": 13192, + "▁À": 13193, + "▁Ryan": 13194, + "▁Charlie": 13195, + "▁исто": 13196, + "▁emotion": 13197, + "▁cooking": 13198, + "▁attempts": 13199, + "▁FITNESS": 13200, + "äter": 13201, + "Enable": 13202, + "DT": 13203, + "▁Change": 13204, + "AspNet": 13205, + "▁га": 13206, + "▁ordinary": 13207, + "▁SQL": 13208, + "plane": 13209, + "%.": 13210, + "▁Summer": 13211, + "▁avait": 13212, + "upp": 13213, + "▁illness": 13214, + "UINT": 13215, + ">{": 13216, + "▁zwischen": 13217, + "▁hardware": 13218, + "▁sounded": 13219, + "equiv": 13220, + "▁piano": 13221, + "uset": 13222, + "kn": 13223, + "TRY": 13224, + "▁bab": 13225, + "нен": 13226, + "▁reliable": 13227, + "▁Bronnen": 13228, + "▁Store": 13229, + "Az": 13230, + "▁»,": 13231, + "Static": 13232, + "dw": 13233, + "green": 13234, + "▁'';": 13235, + "lij": 13236, + "eva": 13237, + "ній": 13238, + "▁Syd": 13239, + "inois": 13240, + "convert": 13241, + "▁declare": 13242, + "bres": 13243, + "INK": 13244, + "itled": 13245, + "▁accord": 13246, + "▁mars": 13247, + "Sequence": 13248, + "zip": 13249, + "▁Brazil": 13250, + "▁meetings": 13251, + "▁accuracy": 13252, + "▁Machine": 13253, + "▁autor": 13254, + "▁ainsi": 13255, + "Simple": 13256, + "Resources": 13257, + "каза": 13258, + "▁MP": 13259, + "they": 13260, + "▁Bang": 13261, + "▁eing": 13262, + "ateful": 13263, + "▁Something": 13264, + "▁upset": 13265, + "History": 13266, + "dimensional": 13267, + "▁explanation": 13268, + "▁civ": 13269, + "▁conce": 13270, + "▁köz": 13271, + "▁promised": 13272, + "жду": 13273, + "wed": 13274, + "Fore": 13275, + "Amount": 13276, + "abb": 13277, + "▁clothing": 13278, + "лись": 13279, + "oen": 13280, + "▁Print": 13281, + "▁sizes": 13282, + "▁banks": 13283, + "ribed": 13284, + "▁'../": 13285, + "FIX": 13286, + "▁Hug": 13287, + "▁zn": 13288, + "▁INT": 13289, + "▁instances": 13290, + "▁alongside": 13291, + "Namespace": 13292, + "▁renew": 13293, + "▁asc": 13294, + "▁waves": 13295, + "▁pom": 13296, + "Duration": 13297, + "days": 13298, + "$(": 13299, + "▁grabbed": 13300, + "▁surgery": 13301, + "▁restore": 13302, + "Normal": 13303, + "▁Leb": 13304, + "▁analyt": 13305, + "Literal": 13306, + "HA": 13307, + "▁shares": 13308, + "illet": 13309, + "ols": 13310, + "▁Dog": 13311, + "orno": 13312, + "▁manip": 13313, + "jav": 13314, + "▁essentially": 13315, + "▁casual": 13316, + "opl": 13317, + "▁р": 13318, + "▁SU": 13319, + "▁engineering": 13320, + "▁Prime": 13321, + "▁SW": 13322, + "▁reaching": 13323, + "▁вла": 13324, + "▁Росси": 13325, + "▁Kre": 13326, + "erry": 13327, + "▁oppon": 13328, + "program": 13329, + "emper": 13330, + "isEmpty": 13331, + "▁Unit": 13332, + "INTER": 13333, + "ethe": 13334, + "zd": 13335, + "CUR": 13336, + "▁vm": 13337, + "conv": 13338, + "ropol": 13339, + "▁Coast": 13340, + "▁Select": 13341, + "▁была": 13342, + "▁Ve": 13343, + "owy": 13344, + "▁myth": 13345, + "ceptions": 13346, + "classes": 13347, + "▁worden": 13348, + "▁assault": 13349, + "▁dual": 13350, + "ORK": 13351, + "▁inches": 13352, + "▁FA": 13353, + "▁Station": 13354, + "▁personality": 13355, + "▁scar": 13356, + "▁regime": 13357, + "▁noten": 13358, + "▁rural": 13359, + "iza": 13360, + "Audio": 13361, + "▁disput": 13362, + "▁aver": 13363, + "▁obst": 13364, + "▁Region": 13365, + "utf": 13366, + "▁Cass": 13367, + "hspace": 13368, + "▁shipping": 13369, + "iko": 13370, + "icked": 13371, + "numer": 13372, + "дна": 13373, + "riel": 13374, + "disabled": 13375, + "opol": 13376, + "looking": 13377, + "▁classical": 13378, + "▁constructed": 13379, + "▁referenties": 13380, + "]+": 13381, + "▁captured": 13382, + "▁minimal": 13383, + "▁sock": 13384, + "father": 13385, + "isión": 13386, + "▁equally": 13387, + "▁reduction": 13388, + "Ant": 13389, + "aison": 13390, + "▁argue": 13391, + "circle": 13392, + "▁toler": 13393, + "}\",": 13394, + "▁primarily": 13395, + "usal": 13396, + "▁algebra": 13397, + "▁gathered": 13398, + "▁Remember": 13399, + "_);": 13400, + "UTE": 13401, + "▁Kit": 13402, + "Sy": 13403, + "HEAD": 13404, + "▁recipe": 13405, + "▁scenario": 13406, + "▁Following": 13407, + "VAR": 13408, + "▁yard": 13409, + "▁stad": 13410, + "*(": 13411, + "▁validate": 13412, + "DEX": 13413, + "▁committee": 13414, + "▁temporary": 13415, + "▁consequences": 13416, + "▁également": 13417, + "ктив": 13418, + "▁ra": 13419, + "▁displ": 13420, + "▁apps": 13421, + "▁Teil": 13422, + "▁».": 13423, + "▁adopted": 13424, + "tensor": 13425, + "▁femin": 13426, + "▁мар": 13427, + "логи": 13428, + "tech": 13429, + "▁Rot": 13430, + "▁knees": 13431, + "phys": 13432, + "owej": 13433, + "▁Oxford": 13434, + "анд": 13435, + "hell": 13436, + "ografia": 13437, + "▁exposed": 13438, + "ktop": 13439, + "oby": 13440, + "lower": 13441, + "▁Senate": 13442, + "▁sword": 13443, + "Flow": 13444, + "▁Unfortunately": 13445, + "▁boxes": 13446, + "▁cuando": 13447, + "▁pilot": 13448, + "▁Album": 13449, + "Bal": 13450, + "Sort": 13451, + "FIELD": 13452, + "▁desert": 13453, + "COMM": 13454, + "rons": 13455, + "adows": 13456, + "▁loyal": 13457, + "▁asset": 13458, + "▁mud": 13459, + "фа": 13460, + "▁secondary": 13461, + "▁Ар": 13462, + "▁cul": 13463, + "▁Asian": 13464, + "▁staying": 13465, + "▁dataset": 13466, + "▁USE": 13467, + "▁loves": 13468, + "▁velocity": 13469, + "áv": 13470, + "▁purchased": 13471, + "SOC": 13472, + "▁competitive": 13473, + "▁Football": 13474, + "iska": 13475, + "▁knock": 13476, + "stairs": 13477, + "azy": 13478, + "▁vend": 13479, + "▁arts": 13480, + "▁Bras": 13481, + "uela": 13482, + "кто": 13483, + "trim": 13484, + "▁dirty": 13485, + "▁websites": 13486, + "▁Indep": 13487, + "▁стра": 13488, + "sr": 13489, + "▁ticket": 13490, + "atile": 13491, + "▁implemented": 13492, + "▁время": 13493, + "▁bowl": 13494, + "DATE": 13495, + "▁alter": 13496, + "▁Space": 13497, + "▁accompan": 13498, + "ordon": 13499, + "▁doctors": 13500, + "istas": 13501, + "Cast": 13502, + "дом": 13503, + "CTL": 13504, + "urers": 13505, + "▁ingredients": 13506, + "▁calculated": 13507, + "▁leather": 13508, + "▁sensitive": 13509, + "▁suspic": 13510, + "stan": 13511, + "▁anni": 13512, + "await": 13513, + "▁Franç": 13514, + "▁abort": 13515, + "▁Spirit": 13516, + "▁Walter": 13517, + "unkt": 13518, + "▁vertical": 13519, + "ORS": 13520, + "best": 13521, + "▁Client": 13522, + "itated": 13523, + "▁ва": 13524, + "▁Č": 13525, + "▁ville": 13526, + "▁diplom": 13527, + "orne": 13528, + "▁bars": 13529, + "Uri": 13530, + "APTER": 13531, + "pons": 13532, + "utz": 13533, + "Proto": 13534, + "▁stir": 13535, + "▁це": 13536, + "▁primer": 13537, + "igible": 13538, + "extra": 13539, + "▁Books": 13540, + "▁Bos": 13541, + "▁Et": 13542, + "▁Welt": 13543, + "▁Korea": 13544, + "рито": 13545, + "▁vibr": 13546, + "Self": 13547, + "linear": 13548, + "об": 13549, + "▁Lang": 13550, + "▁deeper": 13551, + "▁termin": 13552, + "enschaft": 13553, + "▁році": 13554, + "ammed": 13555, + "visible": 13556, + "▁IOException": 13557, + "▁Wind": 13558, + "usqu": 13559, + "▁Stop": 13560, + "▁орга": 13561, + "INVALID": 13562, + "▁cub": 13563, + "▁jew": 13564, + "▁captain": 13565, + "зі": 13566, + "chunk": 13567, + "apture": 13568, + "ashboard": 13569, + "▁divided": 13570, + "▁extensive": 13571, + "▁suffer": 13572, + "▁heading": 13573, + "created": 13574, + "▁quietly": 13575, + "▁ny": 13576, + "▁пол": 13577, + "\"+": 13578, + "ikan": 13579, + "▁designs": 13580, + "zu": 13581, + "}+\\": 13582, + "Operator": 13583, + "▁Lemma": 13584, + "▁нау": 13585, + "acji": 13586, + "лове": 13587, + "Servlet": 13588, + "▁Kevin": 13589, + "stage": 13590, + "bn": 13591, + "textwidth": 13592, + "failed": 13593, + "▁Staff": 13594, + "▁enem": 13595, + "unde": 13596, + "ень": 13597, + "Packet": 13598, + "▁Als": 13599, + "kar": 13600, + "]['": 13601, + "ked": 13602, + "Pers": 13603, + ">::": 13604, + "▁arc": 13605, + "▁synt": 13606, + "SPE": 13607, + "▁Да": 13608, + "▁Mi": 13609, + "▁Moh": 13610, + "▁Death": 13611, + "browser": 13612, + "▁Dave": 13613, + "▁succ": 13614, + "toggle": 13615, + "▁tack": 13616, + "Comment": 13617, + "eron": 13618, + "▁awareness": 13619, + "▁hug": 13620, + "▁contemporary": 13621, + "ulating": 13622, + "▁Title": 13623, + "▁THIS": 13624, + "havior": 13625, + "rank": 13626, + "▁dozen": 13627, + "▁cheese": 13628, + "coln": 13629, + "▁radius": 13630, + "▁dimensions": 13631, + "roduction": 13632, + "▁adds": 13633, + "▁household": 13634, + "▁Davis": 13635, + "pkg": 13636, + "{$": 13637, + "▁casino": 13638, + "▁Pierre": 13639, + "▁objective": 13640, + "train": 13641, + "▁Michigan": 13642, + "payload": 13643, + "▁rug": 13644, + "▁severe": 13645, + "mean": 13646, + "▁toss": 13647, + "▁embarrass": 13648, + "▁Very": 13649, + "▁appeal": 13650, + "▁Comput": 13651, + "▁forgotten": 13652, + "▁kernel": 13653, + "▁carbon": 13654, + "fw": 13655, + "▁Су": 13656, + "▁Empire": 13657, + "▁quote": 13658, + "etz": 13659, + "▁mini": 13660, + "▁pipe": 13661, + "▁nous": 13662, + "▁Move": 13663, + "▁ду": 13664, + "▁nervous": 13665, + "▁Мар": 13666, + "*\r": 13667, + "▁Bush": 13668, + "▁peer": 13669, + "▁Writ": 13670, + "▁satisfied": 13671, + "▁pulling": 13672, + "▁Pur": 13673, + "▁Miller": 13674, + "▁FL": 13675, + "amaz": 13676, + "▁mile": 13677, + "▁Need": 13678, + "▁supplies": 13679, + "▁año": 13680, + "▁pace": 13681, + "▁Victoria": 13682, + "▁ought": 13683, + "▁Player": 13684, + "agnostic": 13685, + "▁viv": 13686, + "▁Patrick": 13687, + "▁Š": 13688, + "▁Story": 13689, + "aca": 13690, + "▁mountains": 13691, + "CLASS": 13692, + "▁fragment": 13693, + "▁settlement": 13694, + "▁Furthermore": 13695, + "▁drivers": 13696, + "▁Ju": 13697, + "▁были": 13698, + "Rows": 13699, + "▁impression": 13700, + "▁infer": 13701, + "▁Expl": 13702, + "olute": 13703, + "ovan": 13704, + "arance": 13705, + "CAP": 13706, + "▁enforce": 13707, + "▁Burn": 13708, + "Reset": 13709, + "mother": 13710, + "▁Battle": 13711, + "padding": 13712, + "iate": 13713, + "▁cried": 13714, + "AK": 13715, + "uns": 13716, + "▁siècle": 13717, + "▁Contin": 13718, + "bank": 13719, + "junit": 13720, + "objects": 13721, + "Rot": 13722, + "issa": 13723, + "▁begun": 13724, + "*-": 13725, + "▁visiting": 13726, + "жде": 13727, + "▁targets": 13728, + "▁Latin": 13729, + "ут": 13730, + "▁Esc": 13731, + "*;": 13732, + "ång": 13733, + "▁({": 13734, + "▁diagram": 13735, + "Models": 13736, + "▁partnership": 13737, + "▁från": 13738, + "ulty": 13739, + "Pod": 13740, + "CALL": 13741, + "modal": 13742, + "sig": 13743, + "itzer": 13744, + "itel": 13745, + "▁convinced": 13746, + "abl": 13747, + "стве": 13748, + "▁cot": 13749, + "▁repeat": 13750, + "▁lists": 13751, + "sound": 13752, + "▁royal": 13753, + "▁grace": 13754, + "▁oraz": 13755, + "Notification": 13756, + "prite": 13757, + "▁arrival": 13758, + "ancell": 13759, + "hentic": 13760, + "decode": 13761, + "▁fantastic": 13762, + "progress": 13763, + "proxy": 13764, + "ző": 13765, + "kel": 13766, + "▁convenient": 13767, + "aque": 13768, + "riet": 13769, + "▁Digital": 13770, + "iors": 13771, + "▁Budd": 13772, + "andra": 13773, + "addy": 13774, + "▁overs": 13775, + "▁consumers": 13776, + "pn": 13777, + "mouse": 13778, + "▁BC": 13779, + "deg": 13780, + "perm": 13781, + "ités": 13782, + "▁испо": 13783, + "heast": 13784, + "hour": 13785, + "PARAM": 13786, + "conscious": 13787, + "▁wing": 13788, + "▁atmosphere": 13789, + "▁gig": 13790, + "▁contre": 13791, + "▁drama": 13792, + "ят": 13793, + "▁Front": 13794, + "▁philosophy": 13795, + "▁Hart": 13796, + "▁nurs": 13797, + "uras": 13798, + "▁Tru": 13799, + "▁sud": 13800, + "▁performing": 13801, + "пы": 13802, + "▁confused": 13803, + "▁checks": 13804, + "amt": 13805, + "Make": 13806, + "▁RO": 13807, + "▁df": 13808, + "izations": 13809, + "▁degli": 13810, + "▁architecture": 13811, + "Renderer": 13812, + "▁Ла": 13813, + "▁ptr": 13814, + "▁dieser": 13815, + "submit": 13816, + "▁topics": 13817, + "▁principles": 13818, + "vars": 13819, + "sock": 13820, + "▁tongue": 13821, + "▁percentage": 13822, + "▁SS": 13823, + "▁dol": 13824, + "▁rice": 13825, + "ío": 13826, + "▁Eastern": 13827, + "▁recognition": 13828, + "▁Ern": 13829, + "▁Ut": 13830, + "▁caut": 13831, + "▁Cloud": 13832, + "▁conversion": 13833, + "▁Ohio": 13834, + "▁ME": 13835, + "▁surely": 13836, + "▁gard": 13837, + "puis": 13838, + "▁urg": 13839, + "imi": 13840, + "▁absence": 13841, + "▁winner": 13842, + "Language": 13843, + "▁HTTP": 13844, + "wt": 13845, + "▁translation": 13846, + "сс": 13847, + "▁Kind": 13848, + "Two": 13849, + "▁Revolution": 13850, + "Insert": 13851, + "Every": 13852, + "orient": 13853, + "▁тра": 13854, + "▁emotions": 13855, + "details": 13856, + "▁flu": 13857, + "▁operate": 13858, + "Ag": 13859, + "unning": 13860, + "▁partie": 13861, + "tri": 13862, + "▁golden": 13863, + "▁Би": 13864, + "▁foundation": 13865, + "isten": 13866, + "▁Carlos": 13867, + "Children": 13868, + "▁neighb": 13869, + "▁Cart": 13870, + "Begin": 13871, + "гда": 13872, + "▁scheduled": 13873, + "'>": 13874, + "▁observations": 13875, + "▁producer": 13876, + "athers": 13877, + "ному": 13878, + "▁expectations": 13879, + "oso": 13880, + "zh": 13881, + "mutable": 13882, + "▁writes": 13883, + "▁pushing": 13884, + "▁seats": 13885, + "▁breast": 13886, + "aping": 13887, + "▁Simple": 13888, + "▁socket": 13889, + "▁slave": 13890, + "iley": 13891, + "▁assistant": 13892, + "▁trim": 13893, + "▁landscape": 13894, + "▁association": 13895, + "quant": 13896, + "▁Palest": 13897, + "▁sweat": 13898, + "engers": 13899, + "?_": 13900, + "ép": 13901, + ">.": 13902, + "▁curious": 13903, + "▁Component": 13904, + "▁replacement": 13905, + "раль": 13906, + "▁Track": 13907, + "▁Remove": 13908, + "▁Size": 13909, + "peror": 13910, + "▁calculate": 13911, + "▁sessions": 13912, + "▁typed": 13913, + "▁submit": 13914, + "!!!": 13915, + "▁partition": 13916, + "eding": 13917, + "-----": 13918, + "azioni": 13919, + "ließ": 13920, + "onal": 13921, + "▁shru": 13922, + "▁REG": 13923, + "▁Fac": 13924, + "configuration": 13925, + "▁было": 13926, + "▁Among": 13927, + "__);": 13928, + "▁Server": 13929, + "▁LOG": 13930, + "▁cand": 13931, + "']);": 13932, + "gov": 13933, + "▁Six": 13934, + "undefined": 13935, + "▁ty": 13936, + "asa": 13937, + "▁particles": 13938, + "▁фор": 13939, + "``": 13940, + "Tube": 13941, + "eland": 13942, + "fold": 13943, + "ogo": 13944, + "▁approaches": 13945, + "onda": 13946, + "agr": 13947, + ",$": 13948, + "▁{{": 13949, + "▁Modern": 13950, + "▁Winter": 13951, + "available": 13952, + "▁Lud": 13953, + "▁casa": 13954, + "▁Could": 13955, + "▁fifteen": 13956, + "▁potentially": 13957, + "^^": 13958, + "▁seit": 13959, + "Animation": 13960, + "кого": 13961, + "Zone": 13962, + "elif": 13963, + "▁acknowled": 13964, + "▁ownership": 13965, + "▁describes": 13966, + "▁reverse": 13967, + "▁contest": 13968, + "▁scored": 13969, + "▁opposed": 13970, + "flex": 13971, + "kre": 13972, + "▁merge": 13973, + "▁covering": 13974, + "▁honestly": 13975, + "▁Mess": 13976, + "▁rarely": 13977, + "▁incredible": 13978, + "itage": 13979, + "▁victims": 13980, + "ными": 13981, + "wl": 13982, + "izza": 13983, + "dn": 13984, + "onde": 13985, + "▁przy": 13986, + "▁HTML": 13987, + "▁payload": 13988, + "Bus": 13989, + "usb": 13990, + "Fn": 13991, + "▁displayed": 13992, + "▁ocean": 13993, + "▁Avenue": 13994, + "acion": 13995, + "ghan": 13996, + "metric": 13997, + "ieties": 13998, + "▁attractive": 13999, + "▁fö": 14000, + "Creat": 14001, + "verter": 14002, + "▁Alice": 14003, + "пол": 14004, + "▁fraction": 14005, + "▁behaviour": 14006, + "▁Jersey": 14007, + "▁revenue": 14008, + "▁tres": 14009, + "ILD": 14010, + "▁Ét": 14011, + "▁sync": 14012, + "wich": 14013, + "▁ancest": 14014, + "ът": 14015, + "omo": 14016, + "▁Ide": 14017, + "▁gained": 14018, + "▁momentum": 14019, + "▁Ko": 14020, + "ieu": 14021, + "ielt": 14022, + "▁bonus": 14023, + "▁texture": 14024, + "Modal": 14025, + "NEXT": 14026, + "▁године": 14027, + "▁languages": 14028, + "vt": 14029, + "▁representing": 14030, + "▁Dream": 14031, + "curr": 14032, + "qual": 14033, + "▁js": 14034, + "burn": 14035, + "▁contributions": 14036, + "▁ric": 14037, + "}-\\": 14038, + "={{": 14039, + "cart": 14040, + "FB": 14041, + "jud": 14042, + "esp": 14043, + "▁electron": 14044, + "▁ell": 14045, + "▁Runtime": 14046, + "achel": 14047, + "\\_": 14048, + "week": 14049, + "packet": 14050, + "▁Secretary": 14051, + "▁Jahrhund": 14052, + "▁threshold": 14053, + "bage": 14054, + "▁concer": 14055, + "▁bone": 14056, + "▁Hollywood": 14057, + "Cursor": 14058, + "▁awarded": 14059, + "▁summary": 14060, + "aggio": 14061, + "▁stell": 14062, + "▁flesh": 14063, + "Pair": 14064, + "▁Age": 14065, + "ington": 14066, + "▁'.": 14067, + "aser": 14068, + "кова": 14069, + "▁quart": 14070, + "ryption": 14071, + "Alloc": 14072, + "ften": 14073, + "Operand": 14074, + "▁indicated": 14075, + "($_": 14076, + "getString": 14077, + "▁listener": 14078, + "spir": 14079, + ")_": 14080, + "vens": 14081, + "▁foods": 14082, + "anza": 14083, + "teil": 14084, + "DESC": 14085, + "▁notion": 14086, + "▁employment": 14087, + "▁swing": 14088, + "nbsp": 14089, + "▁pounds": 14090, + "tools": 14091, + "▁participate": 14092, + "▁Tax": 14093, + "▁скла": 14094, + "apol": 14095, + "▁fost": 14096, + "compat": 14097, + "▁publication": 14098, + "▁rapidly": 14099, + "▁Wis": 14100, + "EventListener": 14101, + "▁première": 14102, + "uso": 14103, + "extend": 14104, + "▁MERCHANTABILITY": 14105, + "UTF": 14106, + "▁experiments": 14107, + "single": 14108, + "zk": 14109, + "▁naj": 14110, + "}}}": 14111, + "Lin": 14112, + "▁interact": 14113, + "▁cms": 14114, + "▁Roger": 14115, + "▁Ру": 14116, + ">'": 14117, + "commit": 14118, + "лось": 14119, + "▁outcome": 14120, + "▁hits": 14121, + "▁им": 14122, + "▁spark": 14123, + "console": 14124, + "▁verw": 14125, + "▁като": 14126, + "agnostics": 14127, + "▁soci": 14128, + "▁dining": 14129, + "▁tech": 14130, + "št": 14131, + "folio": 14132, + "ultane": 14133, + "ктор": 14134, + "▁Brand": 14135, + "Join": 14136, + "▁ию": 14137, + "▁pros": 14138, + "▁posit": 14139, + "Public": 14140, + "AspNetCore": 14141, + "▁Shop": 14142, + "▁coinc": 14143, + "нием": 14144, + "▁references": 14145, + "about": 14146, + "namespace": 14147, + "DL": 14148, + "▁IR": 14149, + "▁cada": 14150, + "▁Jordan": 14151, + "▁gep": 14152, + "▁bron": 14153, + "andidate": 14154, + "EXPECT": 14155, + "amo": 14156, + "▁Deutsch": 14157, + "auc": 14158, + "▁райо": 14159, + "▁Labor": 14160, + "▁surrounded": 14161, + "тро": 14162, + "▁nome": 14163, + "▁underlying": 14164, + "▁educational": 14165, + "RIGHT": 14166, + "COUNT": 14167, + "inch": 14168, + "Typ": 14169, + "umph": 14170, + "four": 14171, + "Controls": 14172, + "▁cp": 14173, + "cost": 14174, + "▁mechanism": 14175, + "eness": 14176, + "équ": 14177, + "▁acquired": 14178, + "▁falls": 14179, + "▁Hou": 14180, + "▁LE": 14181, + "forEach": 14182, + "▁vertex": 14183, + "▁IF": 14184, + "curs": 14185, + "'=>": 14186, + "тери": 14187, + "▁SA": 14188, + "riers": 14189, + "▁uw": 14190, + "▁marks": 14191, + "▁energ": 14192, + "hof": 14193, + "ylvania": 14194, + "▁Allen": 14195, + "umpy": 14196, + "ого": 14197, + "ству": 14198, + "voice": 14199, + "▁engage": 14200, + "▁mant": 14201, + "orse": 14202, + "===": 14203, + "▁improvement": 14204, + "Opt": 14205, + "▁arrested": 14206, + "тия": 14207, + "▁сле": 14208, + "itched": 14209, + "socket": 14210, + "▁cycl": 14211, + "▁SM": 14212, + "▁Sex": 14213, + "▁neutral": 14214, + "вав": 14215, + "▁Jess": 14216, + "▁dip": 14217, + "▁opposition": 14218, + "▁borrow": 14219, + "спе": 14220, + "▁avant": 14221, + "кола": 14222, + "▁ta": 14223, + "Anim": 14224, + "▁Gall": 14225, + "rgb": 14226, + "▁guilty": 14227, + "▁buried": 14228, + "▁gy": 14229, + "Initial": 14230, + "▁accomp": 14231, + "▁breathing": 14232, + "berry": 14233, + "GRO": 14234, + "▁subsequent": 14235, + "roupe": 14236, + "ulpt": 14237, + "tb": 14238, + "▁ä": 14239, + "Pi": 14240, + "argv": 14241, + "▁Must": 14242, + ":'": 14243, + "svg": 14244, + "oup": 14245, + "▁precisely": 14246, + "▁Ta": 14247, + "rena": 14248, + "▁folder": 14249, + "▁Channel": 14250, + "▁revol": 14251, + "Miss": 14252, + "лом": 14253, + "reddit": 14254, + "adelph": 14255, + "▁discrim": 14256, + "▁ave": 14257, + "pleted": 14258, + "▁gently": 14259, + "FFFF": 14260, + "ropy": 14261, + "▁dial": 14262, + "NotFound": 14263, + "▁\"[": 14264, + "Home": 14265, + "onte": 14266, + "▁relie": 14267, + "▁Context": 14268, + "▁stats": 14269, + "▁Energy": 14270, + "ounced": 14271, + "▁grave": 14272, + "▁recip": 14273, + "лин": 14274, + "blog": 14275, + "▁naam": 14276, + "▁wo": 14277, + "▁directions": 14278, + "▁Lincoln": 14279, + "!)": 14280, + "unci": 14281, + "neq": 14282, + "Tags": 14283, + "▁tum": 14284, + "▁saving": 14285, + "aille": 14286, + "itemize": 14287, + "▁Famil": 14288, + "msm": 14289, + "news": 14290, + "FFER": 14291, + "▁Dead": 14292, + "▁territory": 14293, + "▁Kat": 14294, + "ocker": 14295, + "integer": 14296, + "▁sne": 14297, + "▁fails": 14298, + "▁français": 14299, + "▁introduction": 14300, + "▁Grant": 14301, + "ycle": 14302, + "'].": 14303, + "▁vier": 14304, + "native": 14305, + "▁Kle": 14306, + "quote": 14307, + "Users": 14308, + "▁advis": 14309, + "▁gym": 14310, + "▁protein": 14311, + "ال": 14312, + "▁Mai": 14313, + "▁providers": 14314, + "▁soil": 14315, + "gui": 14316, + "▁Nation": 14317, + "reation": 14318, + "▁Tab": 14319, + "ensis": 14320, + "inas": 14321, + "▁Scotland": 14322, + "▁dispatch": 14323, + "union": 14324, + "▁bere": 14325, + "▁Pow": 14326, + "▁Hig": 14327, + "▁studying": 14328, + "REF": 14329, + "SSL": 14330, + "▁fright": 14331, + "▁SORT": 14332, + "▁compr": 14333, + "▁Madrid": 14334, + "rowned": 14335, + "opes": 14336, + "pdev": 14337, + "▁wash": 14338, + "▁'../../": 14339, + "}}_": 14340, + "▁accum": 14341, + "rolling": 14342, + "▁NC": 14343, + "▁fiction": 14344, + "ipt": 14345, + "connected": 14346, + "limits": 14347, + "▁lap": 14348, + "▁whereas": 14349, + "prom": 14350, + "▁appointment": 14351, + "Program": 14352, + "▁Пер": 14353, + "nah": 14354, + "Validation": 14355, + "icons": 14356, + "äll": 14357, + "▁radical": 14358, + "▁exclusive": 14359, + "emony": 14360, + "▁challenging": 14361, + "▁ms": 14362, + "▁Private": 14363, + "▁vida": 14364, + "▁други": 14365, + "▁campus": 14366, + "forms": 14367, + "дно": 14368, + "plaat": 14369, + "bst": 14370, + "ATED": 14371, + "▁Abstract": 14372, + "▁intense": 14373, + "▁Ltd": 14374, + "▁controvers": 14375, + "óg": 14376, + "▁să": 14377, + "▁landing": 14378, + "!=": 14379, + "▁scenes": 14380, + "▁Chap": 14381, + "▁spoken": 14382, + "cred": 14383, + "▁pride": 14384, + "quet": 14385, + "▁meter": 14386, + "▁deutsch": 14387, + "uum": 14388, + "▁bless": 14389, + "▁Hann": 14390, + "▁inputs": 14391, + "▁Row": 14392, + "▁withdraw": 14393, + "Pal": 14394, + "acles": 14395, + "assets": 14396, + "▁vl": 14397, + "веде": 14398, + "▁Got": 14399, + "▁airport": 14400, + "wind": 14401, + "▁Columbia": 14402, + "▁chocolate": 14403, + "▁hö": 14404, + "▁alarm": 14405, + "FTWARE": 14406, + "▁Jay": 14407, + "▁sake": 14408, + "▁registration": 14409, + "vid": 14410, + "▁lake": 14411, + "▁username": 14412, + "▁hack": 14413, + "indexOf": 14414, + "cx": 14415, + "▁festival": 14416, + "▁clubs": 14417, + "cases": 14418, + "CTRL": 14419, + "];\r": 14420, + "▁Aud": 14421, + "▁primera": 14422, + "ват": 14423, + "▁brilliant": 14424, + "uther": 14425, + "▁difficulty": 14426, + "itals": 14427, + "▁scores": 14428, + "▁polít": 14429, + "database": 14430, + "aska": 14431, + "▁######": 14432, + "▁acid": 14433, + "aton": 14434, + "atomic": 14435, + "freq": 14436, + "▁WARRANTY": 14437, + "▁reporting": 14438, + ".),": 14439, + "▁nights": 14440, + "▁programme": 14441, + ")}{": 14442, + "xic": 14443, + "▁spo": 14444, + "lined": 14445, + "quarters": 14446, + "eree": 14447, + "mers": 14448, + "▁serves": 14449, + "cow": 14450, + "лько": 14451, + "enso": 14452, + "▁environ": 14453, + "Like": 14454, + "anche": 14455, + "▁crash": 14456, + "▁Kap": 14457, + "noindent": 14458, + "Conn": 14459, + "▁авто": 14460, + "▁infrastructure": 14461, + "IME": 14462, + "▁Room": 14463, + "need": 14464, + "orer": 14465, + "▁Dest": 14466, + "▁Domin": 14467, + "atherine": 14468, + "▁Sydney": 14469, + "▁gauge": 14470, + "▁jet": 14471, + "bably": 14472, + "▁commonly": 14473, + "▁stations": 14474, + "iah": 14475, + "nl": 14476, + "жу": 14477, + "eten": 14478, + "_)": 14479, + "iac": 14480, + "amos": 14481, + "nement": 14482, + "kon": 14483, + "Interval": 14484, + "▁cabin": 14485, + "▁eg": 14486, + "▁shots": 14487, + "▁Area": 14488, + "smith": 14489, + "parameter": 14490, + "'}": 14491, + "▁hem": 14492, + "▁singing": 14493, + "▁accessible": 14494, + "▁Prin": 14495, + "optional": 14496, + "ancial": 14497, + "ships": 14498, + "▁canvas": 14499, + "spe": 14500, + "▁addresses": 14501, + "▁xml": 14502, + "▁'\"": 14503, + "▁kar": 14504, + "öff": 14505, + "▁ages": 14506, + "ёр": 14507, + "zing": 14508, + "▁över": 14509, + "▁Clean": 14510, + "▁Silver": 14511, + "▁осо": 14512, + "health": 14513, + "Ali": 14514, + "▁ts": 14515, + "atern": 14516, + "▁choosing": 14517, + "▁burned": 14518, + "brid": 14519, + "rooms": 14520, + "ött": 14521, + "KERN": 14522, + "▁dish": 14523, + "Sa": 14524, + "Detail": 14525, + "▁Hind": 14526, + "▁Dans": 14527, + "ię": 14528, + "▁Jahren": 14529, + "extension": 14530, + "allas": 14531, + "▁Billy": 14532, + "usammen": 14533, + "itud": 14534, + "geon": 14535, + "Temp": 14536, + "Leg": 14537, + "ittel": 14538, + "addle": 14539, + "▁muscle": 14540, + "▁scared": 14541, + "sson": 14542, + "▁denote": 14543, + "ieurs": 14544, + "▁orange": 14545, + "▁hub": 14546, + "▁reb": 14547, + "edi": 14548, + "▁voices": 14549, + "Folder": 14550, + "▁suspend": 14551, + "▁Heart": 14552, + "▁scrap": 14553, + "▁aggreg": 14554, + "▁Guide": 14555, + "transaction": 14556, + "▁riding": 14557, + "▁vá": 14558, + "▁breed": 14559, + "▁concert": 14560, + "approx": 14561, + "▁chances": 14562, + "Tok": 14563, + "Eq": 14564, + "parts": 14565, + "▁scholar": 14566, + "offs": 14567, + "flush": 14568, + "!”": 14569, + "▁login": 14570, + "▁soort": 14571, + "▁Mand": 14572, + "▁functional": 14573, + "▁Bou": 14574, + "▁subjects": 14575, + "mys": 14576, + "▁extraord": 14577, + "▁Building": 14578, + "ikt": 14579, + "Bad": 14580, + "iami": 14581, + "Driver": 14582, + "ête": 14583, + "▁kv": 14584, + "▁timer": 14585, + "itionally": 14586, + "▁athlet": 14587, + "▁\");": 14588, + "wy": 14589, + "CFG": 14590, + "▁heaven": 14591, + "ов": 14592, + "▁experimental": 14593, + "▁bounds": 14594, + "ICK": 14595, + "▁excit": 14596, + "▁quit": 14597, + "▁universal": 14598, + "дь": 14599, + "▁SP": 14600, + "▁stub": 14601, + "▁kle": 14602, + "▁Bart": 14603, + "▁\"@": 14604, + "pel": 14605, + "▁(!(": 14606, + "▁selector": 14607, + "EB": 14608, + "▁coc": 14609, + "eted": 14610, + "ють": 14611, + "▁possess": 14612, + "▁Rick": 14613, + "▁unusual": 14614, + "termin": 14615, + "▁bags": 14616, + "▁loading": 14617, + "▁tf": 14618, + "▁)\r": 14619, + "provider": 14620, + "pletion": 14621, + "▁cursor": 14622, + "▁paused": 14623, + "им": 14624, + "▁counsel": 14625, + "]<": 14626, + "zech": 14627, + "▁tie": 14628, + "▁Moon": 14629, + "▁armed": 14630, + "▁observe": 14631, + "▁permet": 14632, + "▁Job": 14633, + "för": 14634, + "argument": 14635, + "▁eggs": 14636, + "ást": 14637, + "▁incredibly": 14638, + "werken": 14639, + "izard": 14640, + "▁painted": 14641, + "▁Vietnam": 14642, + "▁violent": 14643, + "Est": 14644, + "ierra": 14645, + "reader": 14646, + "weise": 14647, + "▁Josh": 14648, + "▁Him": 14649, + "ashes": 14650, + "origin": 14651, + "▁spir": 14652, + "▁Tree": 14653, + "▁niet": 14654, + "WIN": 14655, + "margin": 14656, + "▁involves": 14657, + "▁organis": 14658, + "▁Nacional": 14659, + "bara": 14660, + "▁depuis": 14661, + "pio": 14662, + "features": 14663, + "stru": 14664, + "▁Disney": 14665, + "▁restaurants": 14666, + "Mill": 14667, + "))\r": 14668, + "сла": 14669, + "remote": 14670, + "▁Third": 14671, + "▁baseball": 14672, + "▁algun": 14673, + "]$": 14674, + "▁employed": 14675, + "pot": 14676, + "▁UnityEngine": 14677, + "▁integration": 14678, + "▁risks": 14679, + "▁stro": 14680, + "▁agosto": 14681, + "including": 14682, + "▁Mind": 14683, + "▁stroke": 14684, + "▁deals": 14685, + "ajax": 14686, + "ёт": 14687, + "▁\\|": 14688, + "tar": 14689, + "adelphia": 14690, + "▁sab": 14691, + "pur": 14692, + "▁screw": 14693, + "▁inev": 14694, + "▁\\;": 14695, + "▁Donald": 14696, + "öd": 14697, + "cca": 14698, + "esis": 14699, + "▁separated": 14700, + "DBG": 14701, + "agent": 14702, + "▁packed": 14703, + "ння": 14704, + "intern": 14705, + "▁Monte": 14706, + "▁province": 14707, + "▁expanded": 14708, + "▁approached": 14709, + "▁Ep": 14710, + "CLK": 14711, + "▁ore": 14712, + "Batch": 14713, + "▁impressive": 14714, + "RM": 14715, + "▁Location": 14716, + "▁shame": 14717, + "wrapper": 14718, + "unwrap": 14719, + "peer": 14720, + "Bits": 14721, + "▁SN": 14722, + "scar": 14723, + "Come": 14724, + "▁council": 14725, + "▁shouted": 14726, + "making": 14727, + "▁Maur": 14728, + "▁wis": 14729, + "LETE": 14730, + "▁fs": 14731, + "▁dz": 14732, + "unque": 14733, + "uego": 14734, + "Random": 14735, + "Html": 14736, + "zem": 14737, + "▁Dutch": 14738, + "▁Golden": 14739, + "▁Tar": 14740, + "▁Herm": 14741, + "▁stretch": 14742, + "vard": 14743, + "▁tries": 14744, + "WI": 14745, + "▁disappeared": 14746, + "▁crusher": 14747, + "▁Kan": 14748, + "Mag": 14749, + "ør": 14750, + "▁Cambridge": 14751, + "▁dopo": 14752, + "atura": 14753, + "heart": 14754, + "▁Spiel": 14755, + "/**\r": 14756, + "Direction": 14757, + "atting": 14758, + "wig": 14759, + "▁codes": 14760, + "▁powder": 14761, + "alert": 14762, + "sembl": 14763, + "▁ye": 14764, + "Star": 14765, + "▁roots": 14766, + "▁Holl": 14767, + "Rele": 14768, + "▁constitu": 14769, + "nc": 14770, + "“.": 14771, + "reference": 14772, + "ificial": 14773, + "closure": 14774, + "▁figured": 14775, + "▁assumption": 14776, + "getElementById": 14777, + "▁AG": 14778, + "oses": 14779, + "▁_\"": 14780, + "epper": 14781, + "obre": 14782, + "enumerate": 14783, + "ографи": 14784, + "▁lessons": 14785, + "▁qualified": 14786, + "Person": 14787, + "anse": 14788, + "▁Mort": 14789, + "sylvania": 14790, + "▁cré": 14791, + "Binding": 14792, + "іс": 14793, + "▁Vari": 14794, + "▁reminded": 14795, + "▁membership": 14796, + "iper": 14797, + "zte": 14798, + "▁cref": 14799, + "▁PA": 14800, + "plaatst": 14801, + "▁Environment": 14802, + "boy": 14803, + "▁phrase": 14804, + "rivial": 14805, + "rag": 14806, + "води": 14807, + "▁pse": 14808, + "▁tournament": 14809, + ")},": 14810, + "▁Sound": 14811, + "▁Vel": 14812, + "▁Berg": 14813, + "elson": 14814, + "▁refuge": 14815, + "▁elsewhere": 14816, + "quality": 14817, + "▁abandoned": 14818, + "▁Flo": 14819, + "ibil": 14820, + "UAL": 14821, + "▁Platz": 14822, + "▁delta": 14823, + "▁Buy": 14824, + "rière": 14825, + "▁flour": 14826, + "▁laughing": 14827, + "▁Looking": 14828, + "Agent": 14829, + "▁wx": 14830, + "▁Wales": 14831, + "Ctx": 14832, + "▁cake": 14833, + "▁crate": 14834, + "▁кла": 14835, + "anga": 14836, + "Zero": 14837, + "▁amounts": 14838, + "Tra": 14839, + "ometric": 14840, + "▁constraints": 14841, + "▁temple": 14842, + "▁installation": 14843, + "stroke": 14844, + "▁Neder": 14845, + "ți": 14846, + "▁Ibid": 14847, + "▁obs": 14848, + "entries": 14849, + "▁jusqu": 14850, + "ORM": 14851, + "▁Sky": 14852, + "ikes": 14853, + "nak": 14854, + "▁modes": 14855, + "▁Hitler": 14856, + "▁belt": 14857, + "▁pointing": 14858, + "▁Ban": 14859, + "ignore": 14860, + "▁persu": 14861, + "▁Besides": 14862, + "ynom": 14863, + "▁legis": 14864, + "▁CPU": 14865, + "anded": 14866, + "uis": 14867, + "bsite": 14868, + "▁Euro": 14869, + "▁utter": 14870, + "eclipse": 14871, + "▁irre": 14872, + "▁Document": 14873, + "▁Meanwhile": 14874, + "▁familie": 14875, + "verify": 14876, + "▁Jason": 14877, + "▁Ort": 14878, + "▁ciudad": 14879, + "▁technologies": 14880, + "▁части": 14881, + "nica": 14882, + "cancel": 14883, + "Virtual": 14884, + "▁evident": 14885, + "aman": 14886, + "▁Supreme": 14887, + "atoes": 14888, + "▁steady": 14889, + "▁monthly": 14890, + "▁SOFTWARE": 14891, + "Die": 14892, + "▁applying": 14893, + "Dig": 14894, + "vier": 14895, + "▁горо": 14896, + "▁WH": 14897, + "▁minds": 14898, + "▁kam": 14899, + "▁expertise": 14900, + "▁notification": 14901, + ".-": 14902, + "▁deliber": 14903, + "▁HE": 14904, + "▁resist": 14905, + "outes": 14906, + "▁Howard": 14907, + "special": 14908, + "▁presentation": 14909, + "▁YouTube": 14910, + "mir": 14911, + "▁rust": 14912, + "▁nations": 14913, + "▁Gets": 14914, + "▁responses": 14915, + "arded": 14916, + "immer": 14917, + "▁reveal": 14918, + "▁Meg": 14919, + "▁todos": 14920, + "▁ade": 14921, + "ategories": 14922, + "▁payments": 14923, + "ôt": 14924, + "Enumer": 14925, + "▁platforms": 14926, + "▁lifetime": 14927, + "Complete": 14928, + "Quest": 14929, + "enders": 14930, + "▁cum": 14931, + "pler": 14932, + "▁appl": 14933, + "ährend": 14934, + "зь": 14935, + "enez": 14936, + "overty": 14937, + "ynchron": 14938, + "▁argued": 14939, + "▁Kath": 14940, + "▁synchron": 14941, + "▁Builder": 14942, + "Border": 14943, + "Plan": 14944, + "rieb": 14945, + "nm": 14946, + "FORMAT": 14947, + "usk": 14948, + "▁jumped": 14949, + "charg": 14950, + "▁contribute": 14951, + "Mesh": 14952, + "Univers": 14953, + "rell": 14954, + "▁polar": 14955, + "▁trois": 14956, + "icio": 14957, + "Groups": 14958, + "▁(%": 14959, + "Loop": 14960, + "▁gaz": 14961, + "dbg": 14962, + "LAY": 14963, + "John": 14964, + "blocks": 14965, + "▁lung": 14966, + "▁kön": 14967, + "through": 14968, + "▁fifth": 14969, + "lisher": 14970, + "▁involving": 14971, + "▁Deep": 14972, + "▁области": 14973, + "▁sull": 14974, + "Export": 14975, + "▁Kate": 14976, + "period": 14977, + "charge": 14978, + "GT": 14979, + "\">\r": 14980, + "тин": 14981, + "▁Ott": 14982, + "▁interactions": 14983, + "▁Toronto": 14984, + "TRACE": 14985, + "▁difer": 14986, + "▁liberal": 14987, + "▁particle": 14988, + "▁surve": 14989, + "alous": 14990, + "reason": 14991, + "▁depression": 14992, + "ал": 14993, + "▁flower": 14994, + "▁waar": 14995, + "▁hade": 14996, + "▁centuries": 14997, + "uty": 14998, + "party": 14999, + "▁approval": 15000, + "generate": 15001, + "▁Barn": 15002, + "▁marg": 15003, + "▁monde": 15004, + "▁ook": 15005, + "▁Clark": 15006, + "▁theoret": 15007, + "viously": 15008, + "?)": 15009, + "▁Rud": 15010, + "stmt": 15011, + "inction": 15012, + "▁tun": 15013, + "▁roads": 15014, + "▁rotation": 15015, + "ppen": 15016, + "sensor": 15017, + "▁Kol": 15018, + "idelines": 15019, + "▁є": 15020, + "▁composed": 15021, + "▁virus": 15022, + "'$": 15023, + "SN": 15024, + "▁Von": 15025, + "mont": 15026, + "lar": 15027, + "▁opinions": 15028, + "uction": 15029, + "rupal": 15030, + "underline": 15031, + "▁horror": 15032, + "Must": 15033, + "otto": 15034, + "Should": 15035, + "▁statist": 15036, + "▁gem": 15037, + "▁secre": 15038, + "▁strip": 15039, + "▁dirt": 15040, + "amazon": 15041, + "▁Round": 15042, + "▁discovery": 15043, + "▁GO": 15044, + "▁substantial": 15045, + "ibt": 15046, + "▁demands": 15047, + "▁everyday": 15048, + "▁besch": 15049, + "▁Bridge": 15050, + "▁HD": 15051, + "▁Dol": 15052, + "▁très": 15053, + "anni": 15054, + "roit": 15055, + "());\r": 15056, + "far": 15057, + "timestamp": 15058, + "▁bulk": 15059, + "Black": 15060, + "▁gan": 15061, + "setting": 15062, + "retval": 15063, + "ване": 15064, + "nung": 15065, + "▁talks": 15066, + "▁scientists": 15067, + "▁vig": 15068, + "▁quantity": 15069, + "▁Gard": 15070, + "▁movements": 15071, + "ähr": 15072, + "lings": 15073, + "▁Те": 15074, + "team": 15075, + "rito": 15076, + "▁assembly": 15077, + "ilst": 15078, + "▁happiness": 15079, + "���leaf": 15080, + "▁assessment": 15081, + "Coord": 15082, + "irs": 15083, + "sam": 15084, + "▁attorney": 15085, + "▁geme": 15086, + "IDE": 15087, + "▁Vere": 15088, + "▁Anthony": 15089, + "amiento": 15090, + "▁Ast": 15091, + "▁circul": 15092, + "▁Frances": 15093, + "▁pent": 15094, + "▁mate": 15095, + "▁Transport": 15096, + "owo": 15097, + "чу": 15098, + "istes": 15099, + "TRAN": 15100, + "IMPORT": 15101, + "▁Break": 15102, + "▁sons": 15103, + "▁investors": 15104, + "▁Philipp": 15105, + "THOD": 15106, + "▁panic": 15107, + "▁:)": 15108, + "▁detection": 15109, + "▁simultane": 15110, + "nte": 15111, + "▁listened": 15112, + "кре": 15113, + "▁Brig": 15114, + "Optional": 15115, + "▁abund": 15116, + "▁criteria": 15117, + "▁chip": 15118, + "▁окру": 15119, + "▁Constant": 15120, + "▁mining": 15121, + "тал": 15122, + "mates": 15123, + "▁worship": 15124, + "router": 15125, + "CN": 15126, + "▁Match": 15127, + "▁Cole": 15128, + "▁downt": 15129, + "▁holes": 15130, + "▁grateful": 15131, + "RESULT": 15132, + "▁Europa": 15133, + "▁consent": 15134, + "lä": 15135, + "opter": 15136, + "▁colleagues": 15137, + "orous": 15138, + "▁enemies": 15139, + "hang": 15140, + "actual": 15141, + "Objects": 15142, + "▁як": 15143, + "▁fluid": 15144, + "fixed": 15145, + "▁Graph": 15146, + "▁scratch": 15147, + "cers": 15148, + "ribu": 15149, + "▁validation": 15150, + "▁completion": 15151, + "▁Begin": 15152, + "endpoint": 15153, + "rient": 15154, + "CM": 15155, + "▁Site": 15156, + "▁explains": 15157, + "tres": 15158, + "▁anybody": 15159, + "foreach": 15160, + "lon": 15161, + "Chain": 15162, + "▁Buff": 15163, + "ocal": 15164, + "▁Morgan": 15165, + "▁sang": 15166, + "▁passes": 15167, + "@@": 15168, + "ijd": 15169, + "Word": 15170, + "▁Hung": 15171, + "▁Fer": 15172, + "▁vý": 15173, + "bast": 15174, + "▁entertainment": 15175, + "hin": 15176, + "▁grat": 15177, + "▁Member": 15178, + "▁Minn": 15179, + "▁printed": 15180, + "▁Franklin": 15181, + "▁Imp": 15182, + "Machine": 15183, + "columns": 15184, + "▁deleted": 15185, + "▁manufacturing": 15186, + "▁rely": 15187, + "▁conse": 15188, + "▁fishing": 15189, + "blo": 15190, + "-$": 15191, + "▁.\"": 15192, + "▁clinical": 15193, + "▁Studies": 15194, + "▁Бу": 15195, + "definition": 15196, + "▁evaluation": 15197, + "▁attacked": 15198, + "▁frozen": 15199, + "zent": 15200, + "▁últ": 15201, + "▁rational": 15202, + "othe": 15203, + "Cancel": 15204, + "history": 15205, + "setText": 15206, + "▁alc": 15207, + "▁hydro": 15208, + "▁Theatre": 15209, + "▁Material": 15210, + "IOException": 15211, + "******/": 15212, + "spl": 15213, + "NODE": 15214, + "attrs": 15215, + "▁mie": 15216, + "▁offices": 15217, + "ró": 15218, + "▁jam": 15219, + "▁Ident": 15220, + "vé": 15221, + "Setting": 15222, + "▁Several": 15223, + "▁decay": 15224, + "Android": 15225, + "▁Save": 15226, + "unted": 15227, + "▁Mountain": 15228, + "usc": 15229, + "▁marzo": 15230, + "▁asleep": 15231, + "▁soldier": 15232, + "▁Double": 15233, + "PK": 15234, + "▁contrad": 15235, + "▁wins": 15236, + "ceiver": 15237, + "▁seasons": 15238, + "▁Chall": 15239, + "▁healthcare": 15240, + "ład": 15241, + "от": 15242, + "▁Five": 15243, + "▁Hell": 15244, + "▁worldwide": 15245, + "▁',": 15246, + "ян": 15247, + "made": 15248, + "▁responded": 15249, + "▁ay": 15250, + "▁procedures": 15251, + "тера": 15252, + "▁cleared": 15253, + "\"].": 15254, + "▁Target": 15255, + "▁Side": 15256, + "omin": 15257, + "▁deploy": 15258, + "▁Tell": 15259, + "▁ongoing": 15260, + "floor": 15261, + "▁bones": 15262, + "▁Delete": 15263, + "▁shrugged": 15264, + "Our": 15265, + "Der": 15266, + "▁initialize": 15267, + "▁Ted": 15268, + "MAGE": 15269, + "▁hire": 15270, + "▁tracking": 15271, + "▁ash": 15272, + "▁ceiling": 15273, + "ках": 15274, + "etti": 15275, + "▁courage": 15276, + "enschapp": 15277, + "ются": 15278, + "More": 15279, + "▁folg": 15280, + "▁Grace": 15281, + "▁Kelly": 15282, + "▁reven": 15283, + "▁Ali": 15284, + "▁disp": 15285, + "▁defeat": 15286, + "▁creature": 15287, + "▁Kennedy": 15288, + "▁Diego": 15289, + "EMP": 15290, + "▁steam": 15291, + "endance": 15292, + "rig": 15293, + "▁ignor": 15294, + "emen": 15295, + "▁Gru": 15296, + "▁proposal": 15297, + "▁weiter": 15298, + "▁лі": 15299, + "ibles": 15300, + "▁consideration": 15301, + "▁believes": 15302, + "▁Soph": 15303, + "“,": 15304, + "▁Matthew": 15305, + "▁circuit": 15306, + "▁singer": 15307, + "▁Square": 15308, + "ço": 15309, + "Edge": 15310, + "▁astr": 15311, + "▁representative": 15312, + "▁comprehensive": 15313, + "liga": 15314, + "▁mere": 15315, + "tbl": 15316, + "▁continuing": 15317, + "ographer": 15318, + "LED": 15319, + "▁/***/": 15320, + "▁sear": 15321, + "▁enormous": 15322, + "izi": 15323, + "Dit": 15324, + "there": 15325, + "ін": 15326, + "сите": 15327, + "▁guerra": 15328, + "▁endpoint": 15329, + "▁lesson": 15330, + "zon": 15331, + "variable": 15332, + "ис": 15333, + "▁researchers": 15334, + "▁attempted": 15335, + "▁enf": 15336, + "тура": 15337, + "▁defin": 15338, + "вест": 15339, + "▁awful": 15340, + "▁lowest": 15341, + "rules": 15342, + "▁unlike": 15343, + "interval": 15344, + "▁producing": 15345, + "▁Kam": 15346, + "▁IMP": 15347, + "General": 15348, + "▁faire": 15349, + "▁maxim": 15350, + "assemb": 15351, + "acent": 15352, + "?>": 15353, + "plica": 15354, + "▁ram": 15355, + "mate": 15356, + "цу": 15357, + "mn": 15358, + "▁Hi": 15359, + "▁stages": 15360, + "▁Editor": 15361, + "▁tang": 15362, + "RD": 15363, + "▁ich": 15364, + "▁dependent": 15365, + "lifer": 15366, + "ascript": 15367, + "▁exposure": 15368, + "рез": 15369, + "▁mart": 15370, + "▁Barcel": 15371, + "xspace": 15372, + "SESSION": 15373, + "▁prest": 15374, + "URCE": 15375, + "-.": 15376, + "▁село": 15377, + "have": 15378, + "▁observation": 15379, + "▁commands": 15380, + "▁eager": 15381, + "▁outdoor": 15382, + "▁DEBUG": 15383, + "▁hr": 15384, + "AX": 15385, + "▁puzz": 15386, + "blank": 15387, + "бур": 15388, + "▁kennis": 15389, + "▁regarded": 15390, + "▁}),": 15391, + "volume": 15392, + "▁произ": 15393, + "▁Training": 15394, + "añ": 15395, + "▁fois": 15396, + "▁три": 15397, + "вня": 15398, + "▁optimal": 15399, + "▁subscription": 15400, + "bridge": 15401, + "imental": 15402, + "▁Think": 15403, + "▁\";": 15404, + "▁legisl": 15405, + "▁Hop": 15406, + "▁branches": 15407, + "▁Veg": 15408, + "▁sprint": 15409, + "▁flux": 15410, + "▁Freder": 15411, + "sis": 15412, + "notify": 15413, + "▁Фран": 15414, + "som": 15415, + "nym": 15416, + "▁Ré": 15417, + "lett": 15418, + "ingham": 15419, + "▁Farm": 15420, + "DOM": 15421, + "▁shield": 15422, + "Here": 15423, + "▁Treat": 15424, + "▁Luke": 15425, + "▁unsafe": 15426, + "anton": 15427, + "▁Imper": 15428, + "▁telephone": 15429, + "▁unlock": 15430, + "Owner": 15431, + "collection": 15432, + "▁snd": 15433, + "▁suiv": 15434, + "▁entering": 15435, + "шен": 15436, + "▁Label": 15437, + "selector": 15438, + "▁GET": 15439, + "▁quando": 15440, + "▁fed": 15441, + "jQuery": 15442, + "Origin": 15443, + "▁Alan": 15444, + "mathscr": 15445, + "▁pregnant": 15446, + "Expect": 15447, + "resources": 15448, + "▁ersten": 15449, + "alia": 15450, + "▁retired": 15451, + "ût": 15452, + "Cred": 15453, + "▁méd": 15454, + "▁erh": 15455, + "Framework": 15456, + "Slot": 15457, + "duration": 15458, + "sal": 15459, + "▁composition": 15460, + "article": 15461, + "gpu": 15462, + "▁permitted": 15463, + "▁Font": 15464, + "▁Much": 15465, + "▁pending": 15466, + "▁agencies": 15467, + "Columns": 15468, + "▁klik": 15469, + "▁rating": 15470, + "mind": 15471, + "▁Pennsylvania": 15472, + "Java": 15473, + "abstract": 15474, + "▁dumb": 15475, + "▁VI": 15476, + "usa": 15477, + "Remote": 15478, + "▁YOU": 15479, + "▁Creek": 15480, + "мати": 15481, + "Bottom": 15482, + "▁rolling": 15483, + "▁bundle": 15484, + "▁golf": 15485, + "gpio": 15486, + "▁Chair": 15487, + "▁cls": 15488, + "$}": 15489, + "▁Parliament": 15490, + "führ": 15491, + "Many": 15492, + "▁Sep": 15493, + "▁badly": 15494, + "igi": 15495, + "▁Gemeinde": 15496, + "Ill": 15497, + "▁Ан": 15498, + "uart": 15499, + "itempty": 15500, + "▁Niger": 15501, + "▁immigr": 15502, + "Super": 15503, + "vá": 15504, + "istribute": 15505, + "Helpers": 15506, + "▁waters": 15507, + "▁joining": 15508, + "omitempty": 15509, + "▁Otherwise": 15510, + "▁Host": 15511, + "▁redd": 15512, + "▁dy": 15513, + "▁converted": 15514, + "▁prayer": 15515, + "▁Украї": 15516, + "▁elections": 15517, + "reb": 15518, + "erie": 15519, + "▁свя": 15520, + "Abs": 15521, + "iembre": 15522, + "holders": 15523, + "▁Rol": 15524, + "utschen": 15525, + "▁Gh": 15526, + "tery": 15527, + "анг": 15528, + "▁narrative": 15529, + "minus": 15530, + "▁Iron": 15531, + "=\"#": 15532, + "▁wand": 15533, + "▁wished": 15534, + "icode": 15535, + "orr": 15536, + "[[": 15537, + "▁detected": 15538, + "▁municipal": 15539, + "▁Pour": 15540, + "▁Serv": 15541, + "citet": 15542, + "▁grey": 15543, + "▁Rap": 15544, + "▁voy": 15545, + "▁lleg": 15546, + "▁currency": 15547, + "▁Script": 15548, + "strument": 15549, + "▁expecting": 15550, + "▁tickets": 15551, + "▁bucket": 15552, + "egr": 15553, + "▁jacket": 15554, + "drv": 15555, + "▁loans": 15556, + "▁kann": 15557, + "▁integral": 15558, + "▁characteristics": 15559, + "(\".": 15560, + "▁manual": 15561, + "▁dynamics": 15562, + ":*": 15563, + "sha": 15564, + "reens": 15565, + "onical": 15566, + "▁toile": 15567, + "aña": 15568, + "▁distant": 15569, + "▁handled": 15570, + "Bool": 15571, + "▁penal": 15572, + "▁Things": 15573, + "▁prominent": 15574, + "▁exped": 15575, + "▁Help": 15576, + "▁asp": 15577, + "lap": 15578, + "▁Auth": 15579, + "Basic": 15580, + "achuset": 15581, + "▁Bild": 15582, + "▁entitled": 15583, + "▁jag": 15584, + "▁rejected": 15585, + "▁memor": 15586, + "orts": 15587, + "▁applies": 15588, + "▁Language": 15589, + "specific": 15590, + "achusetts": 15591, + "HAND": 15592, + "▁Route": 15593, + "market": 15594, + "▁Ky": 15595, + "▁pose": 15596, + "ACHE": 15597, + "poll": 15598, + "▁rocks": 15599, + "bone": 15600, + "▁DIS": 15601, + "Watch": 15602, + "▁smiling": 15603, + "рио": 15604, + "Month": 15605, + "▁efter": 15606, + "construct": 15607, + "▁bands": 15608, + "▁collaboration": 15609, + "ними": 15610, + "glas": 15611, + "▁vy": 15612, + "▁engagement": 15613, + "__)": 15614, + "▁wings": 15615, + "ким": 15616, + "netje": 15617, + "ativa": 15618, + "▁Duke": 15619, + "лее": 15620, + "▁Within": 15621, + "▁dove": 15622, + "▁cb": 15623, + "yers": 15624, + "pow": 15625, + "[(": 15626, + "▁evaluate": 15627, + "Points": 15628, + "▁рі": 15629, + "odigd": 15630, + "onomy": 15631, + "▁Illinois": 15632, + "▁Typ": 15633, + "▁coordinates": 15634, + "pisode": 15635, + "ucked": 15636, + "▁flav": 15637, + "▁brands": 15638, + "▁calendar": 15639, + "Lib": 15640, + "▁uitgen": 15641, + "▁tale": 15642, + "▁briefly": 15643, + "▁mic": 15644, + "RESS": 15645, + "▁später": 15646, + "▁integrated": 15647, + "▁cookies": 15648, + "▁uitgenodigd": 15649, + "▁Priv": 15650, + "▁phenomen": 15651, + "▁voegen": 15652, + "Supp": 15653, + "▁refers": 15654, + "пад": 15655, + "▁Clinton": 15656, + "▁assignment": 15657, + "inals": 15658, + "▁asym": 15659, + "cycle": 15660, + "▁Anderson": 15661, + "▁binding": 15662, + "rique": 15663, + "hind": 15664, + "▁behalf": 15665, + "▁Fle": 15666, + "▁breaks": 15667, + "▁soap": 15668, + "вар": 15669, + "▁vä": 15670, + "▁crying": 15671, + "▁→": 15672, + "▁msm": 15673, + "▁boots": 15674, + "owing": 15675, + "▁bell": 15676, + "suite": 15677, + "▁Bundes": 15678, + "Year": 15679, + "ndef": 15680, + "Other": 15681, + "▁google": 15682, + "ENCE": 15683, + "WER": 15684, + "Les": 15685, + "Shared": 15686, + "▁ED": 15687, + "IFT": 15688, + "▁floating": 15689, + "ým": 15690, + "{},": 15691, + "Binary": 15692, + "▁roce": 15693, + "raj": 15694, + "▁bewerken": 15695, + "BF": 15696, + "▁Hur": 15697, + "cen": 15698, + "▁ere": 15699, + "▁camb": 15700, + "▁Pakistan": 15701, + "▁greatly": 15702, + "▁logging": 15703, + "/.": 15704, + "Tensor": 15705, + "▁opens": 15706, + "▁Rio": 15707, + "▁klikken": 15708, + "▁sculpt": 15709, + "apore": 15710, + "wx": 15711, + "▁Nich": 15712, + "nan": 15713, + "▁injured": 15714, + "compare": 15715, + "tha": 15716, + "Sample": 15717, + "Shell": 15718, + "▁commander": 15719, + "▁receiver": 15720, + "▁hopes": 15721, + "▁byl": 15722, + "▁proxy": 15723, + "▁gall": 15724, + "getId": 15725, + "▁Bab": 15726, + "feld": 15727, + "▁\"_": 15728, + "▁Hab": 15729, + "simple": 15730, + "▁executed": 15731, + "▁ate": 15732, + "▁animation": 15733, + "▁inhab": 15734, + "▁боль": 15735, + "▁router": 15736, + "▁glob": 15737, + "Geplaatst": 15738, + "▁beginnetje": 15739, + "▁Kur": 15740, + "▁Ха": 15741, + "aligned": 15742, + "▁certificate": 15743, + "▁Å": 15744, + ".).": 15745, + "▁soll": 15746, + "▁Import": 15747, + "реди": 15748, + "▁pandemic": 15749, + "▁nic": 15750, + "vä": 15751, + "▁Gree": 15752, + "▁Say": 15753, + "▁ді": 15754, + "▁Num": 15755, + "▁roughly": 15756, + "▁después": 15757, + "▁​": 15758, + "▁specify": 15759, + "Mapper": 15760, + "licht": 15761, + "▁thumb": 15762, + "wie": 15763, + "▁unlikely": 15764, + "▁Edd": 15765, + "Hey": 15766, + "▁Opt": 15767, + "BLOCK": 15768, + "вор": 15769, + "▁×": 15770, + "▁ba": 15771, + "▁periods": 15772, + "▁titles": 15773, + "Med": 15774, + "▁fon": 15775, + "▁bast": 15776, + "▁Forest": 15777, + "▁№": 15778, + "onds": 15779, + "▁fal": 15780, + "▁gesch": 15781, + "direction": 15782, + "IFY": 15783, + "▁LA": 15784, + "▁(((": 15785, + "GTH": 15786, + "itudes": 15787, + "▁destruction": 15788, + "▁Ja": 15789, + "▁stake": 15790, + "ifferent": 15791, + "▁identical": 15792, + "▁fog": 15793, + "▁Reb": 15794, + "ские": 15795, + "ступ": 15796, + "jax": 15797, + "▁Mars": 15798, + "▁historic": 15799, + "▁Vo": 15800, + "▁entrepre": 15801, + "▁tension": 15802, + "▁WHERE": 15803, + "▁Philadelphia": 15804, + "Counter": 15805, + "▁frames": 15806, + "▁muy": 15807, + "ej": 15808, + "öt": 15809, + "eu": 15810, + "▁челове": 15811, + "PROC": 15812, + "▁resolved": 15813, + "▁tape": 15814, + "цион": 15815, + "▁singular": 15816, + "▁personnel": 15817, + "▁Mun": 15818, + "▁Occ": 15819, + "▁scalar": 15820, + "dess": 15821, + "▁cable": 15822, + "being": 15823, + "▁Jenn": 15824, + "▁erst": 15825, + "Actions": 15826, + "Environment": 15827, + "via": 15828, + "▁struggling": 15829, + "▁DVD": 15830, + "whe": 15831, + "▁throwing": 15832, + "Bounds": 15833, + "▁MD": 15834, + "▁\"../": 15835, + "▁satisfy": 15836, + "▁Colorado": 15837, + "▁Active": 15838, + "Tasks": 15839, + "<>();": 15840, + "▁slipped": 15841, + "▁poison": 15842, + "zb": 15843, + "Dispatch": 15844, + "warning": 15845, + "▁ultimate": 15846, + "picture": 15847, + "expression": 15848, + "▁Talk": 15849, + "▁flick": 15850, + "▁raising": 15851, + "▁transactions": 15852, + "▁glance": 15853, + "▁gri": 15854, + "▁през": 15855, + "selection": 15856, + "ња": 15857, + "endl": 15858, + "▁Abb": 15859, + "▁bold": 15860, + "▁maintained": 15861, + "Exists": 15862, + "▁encouraged": 15863, + "Qual": 15864, + "▁essere": 15865, + "▁hired": 15866, + "letter": 15867, + "itches": 15868, + "others": 15869, + "▁woj": 15870, + "▁injuries": 15871, + "▁dil": 15872, + "execut": 15873, + "▁Steel": 15874, + "▁Garden": 15875, + "зя": 15876, + "\\,\\": 15877, + "▁Angel": 15878, + "prim": 15879, + ">:]<": 15880, + "gb": 15881, + "peat": 15882, + "inte": 15883, + "▁apolog": 15884, + "▁regulations": 15885, + "Src": 15886, + "kh": 15887, + "Upload": 15888, + "mapping": 15889, + "▁presents": 15890, + "▁poetry": 15891, + "▁stops": 15892, + "▁Tol": 15893, + "▁tower": 15894, + "▁OUT": 15895, + "Thank": 15896, + "▁organic": 15897, + "▁drei": 15898, + "▁pound": 15899, + "century": 15900, + "▁modules": 15901, + "▁дере": 15902, + "▁worn": 15903, + "▁parad": 15904, + "▁Cos": 15905, + "fic": 15906, + "▁без": 15907, + "▁Jimmy": 15908, + "▁lands": 15909, + "▁minist": 15910, + "vspace": 15911, + "▁lighting": 15912, + "▁naked": 15913, + "▁designer": 15914, + "▁Stream": 15915, + "TMP": 15916, + "Center": 15917, + "resentation": 15918, + "ONT": 15919, + "▁ers": 15920, + "▁measurement": 15921, + "▁muscles": 15922, + "▁Ign": 15923, + "▁COM": 15924, + "▁fru": 15925, + "▁genre": 15926, + "▁alpha": 15927, + "▁retirement": 15928, + "▁Gon": 15929, + "ől": 15930, + "contents": 15931, + "▁healing": 15932, + "▁sido": 15933, + "incipal": 15934, + "Permission": 15935, + "рак": 15936, + "▁Gordon": 15937, + "▁Rank": 15938, + "▁Autom": 15939, + "Constructor": 15940, + "wiki": 15941, + "▁concerning": 15942, + "rizona": 15943, + "▁variant": 15944, + "▁arranged": 15945, + "▁Spr": 15946, + "BPACK": 15947, + "Timestamp": 15948, + "restore": 15949, + "aware": 15950, + "▁Observ": 15951, + "▁SV": 15952, + "ipp": 15953, + "▁Executive": 15954, + "▁colleg": 15955, + "▁explicitly": 15956, + "written": 15957, + "▁Kön": 15958, + "irus": 15959, + "▁Hold": 15960, + "▁Pract": 15961, + "Character": 15962, + "▁redistribute": 15963, + "uerto": 15964, + "▁Student": 15965, + "▁elder": 15966, + "▁Dop": 15967, + "vp": 15968, + "▁Hub": 15969, + "▁grounds": 15970, + "▁Ry": 15971, + "▁signals": 15972, + "▁gifts": 15973, + "▁strengthen": 15974, + "▁Lyn": 15975, + "commun": 15976, + "▁най": 15977, + "▁finance": 15978, + "noc": 15979, + "helm": 15980, + "▁cuts": 15981, + "▁adventure": 15982, + "▁Ric": 15983, + "▁intellectual": 15984, + "▁Output": 15985, + "▁awk": 15986, + "▁concentration": 15987, + "▁guidance": 15988, + "Buff": 15989, + "▁filling": 15990, + "▁regul": 15991, + "▁delicious": 15992, + "([]": 15993, + "ших": 15994, + "▁tons": 15995, + "activity": 15996, + "GP": 15997, + "LOB": 15998, + "stadt": 15999, + "tal": 16000, + "▁img": 16001, + "▁rush": 16002, + "attice": 16003, + "▁pok": 16004, + "steps": 16005, + "▁lid": 16006, + "▁DNA": 16007, + "Browser": 16008, + "▁ladies": 16009, + "▁années": 16010, + "▁rescue": 16011, + "avity": 16012, + "rock": 16013, + "▁glasses": 16014, + "▁Bey": 16015, + ")}$": 16016, + "detail": 16017, + "▁dés": 16018, + "tax": 16019, + "▁favourite": 16020, + "▁precision": 16021, + "▁conoc": 16022, + "Ms": 16023, + "▁Native": 16024, + "▁Pil": 16025, + "InputStream": 16026, + "orp": 16027, + "▁Pap": 16028, + "▁picking": 16029, + "iph": 16030, + "Loading": 16031, + "▁priest": 16032, + "Hook": 16033, + "▁pist": 16034, + "▁Une": 16035, + "%,": 16036, + "▁bil": 16037, + "▁conservative": 16038, + "eval": 16039, + "iking": 16040, + "'},": 16041, + "▁sauce": 16042, + "▁Due": 16043, + "assen": 16044, + "▁occasionally": 16045, + "▁Дж": 16046, + "unknown": 16047, + "DED": 16048, + "▁drum": 16049, + "▁dub": 16050, + "ATURE": 16051, + "usage": 16052, + "getType": 16053, + "reply": 16054, + "▁strategic": 16055, + "▁kap": 16056, + "design": 16057, + "datetime": 16058, + "▁Prim": 16059, + "Master": 16060, + "▁Corps": 16061, + "▁considerable": 16062, + "▁Tu": 16063, + "▁ла": 16064, + "▁tous": 16065, + "▁clar": 16066, + "▁poem": 16067, + "album": 16068, + "]*": 16069, + "loaded": 16070, + "▁traveling": 16071, + "вые": 16072, + "▁Ferr": 16073, + "▁pharm": 16074, + "abi": 16075, + "▁}\\": 16076, + "collect": 16077, + "▁Bour": 16078, + "OC": 16079, + "▁measurements": 16080, + "▁Professional": 16081, + "▁sensor": 16082, + "utsche": 16083, + "▁demanded": 16084, + "▁accompanied": 16085, + "▁prend": 16086, + "▁encoding": 16087, + "▁Geschichte": 16088, + "▁mig": 16089, + "▁Gib": 16090, + "▁Reich": 16091, + "▁myster": 16092, + "▁Mock": 16093, + "▁physically": 16094, + "▁Bau": 16095, + "▁Single": 16096, + "▁managing": 16097, + "▁Kil": 16098, + "▁Temple": 16099, + "▁lev": 16100, + "▁lí": 16101, + "CPU": 16102, + "▁Premier": 16103, + "▁Give": 16104, + "iri": 16105, + "NV": 16106, + "▁AI": 16107, + "▁fp": 16108, + "лександ": 16109, + "▁tant": 16110, + "▁fot": 16111, + "Nullable": 16112, + "▁guards": 16113, + "Once": 16114, + "▁chamber": 16115, + "film": 16116, + "▁bias": 16117, + "▁Tai": 16118, + "insic": 16119, + "▁ml": 16120, + "▁Ka": 16121, + "вал": 16122, + "▁SER": 16123, + "▁Someone": 16124, + "}}_{": 16125, + "Fixed": 16126, + "▁bent": 16127, + "▁prohib": 16128, + "▁bid": 16129, + "▁fewer": 16130, + "кры": 16131, + "▁lugar": 16132, + "▁deserve": 16133, + "ssl": 16134, + "▁cfg": 16135, + "reck": 16136, + "▁stability": 16137, + "resize": 16138, + "▁assertThat": 16139, + "Trigger": 16140, + "▁станов": 16141, + "plugins": 16142, + "▁lets": 16143, + "хід": 16144, + "▁Laura": 16145, + "нер": 16146, + "▁brut": 16147, + "▁FI": 16148, + "isons": 16149, + "▁dyn": 16150, + "icher": 16151, + "rayed": 16152, + "▁frequent": 16153, + "▁jedoch": 16154, + "▁Marine": 16155, + "strings": 16156, + "▁Util": 16157, + "▁bos": 16158, + "Mus": 16159, + "▁Portugal": 16160, + "Strategy": 16161, + "▁посе": 16162, + "▁slice": 16163, + "▁insight": 16164, + "▁widget": 16165, + "▁général": 16166, + "messages": 16167, + "▁Hu": 16168, + "▁requirement": 16169, + "Side": 16170, + "emplates": 16171, + "▁ceremony": 16172, + "▁physics": 16173, + "▁graduate": 16174, + "para": 16175, + "▁preserv": 16176, + "▁shops": 16177, + "zek": 16178, + "▁ub": 16179, + "prepare": 16180, + "▁Oil": 16181, + "▁fib": 16182, + "▁runtime": 16183, + "▁hogy": 16184, + "Warning": 16185, + "▁Convert": 16186, + "bourne": 16187, + "▁emerged": 16188, + "▁Ди": 16189, + "ighth": 16190, + "guard": 16191, + "kal": 16192, + "validation": 16193, + "ência": 16194, + "▁drinks": 16195, + "theorem": 16196, + "HR": 16197, + "iev": 16198, + "ployee": 16199, + "Usage": 16200, + "▁спе": 16201, + "dispatch": 16202, + "▁instantly": 16203, + "obi": 16204, + "▁justify": 16205, + "▁Nev": 16206, + "▁явля": 16207, + "agra": 16208, + "▁transmission": 16209, + "fly": 16210, + ";';": 17021, + "▁cousin": 17022, + "createElement": 17023, + "Could": 17024, + "▁capac": 17025, + "▁pause": 17026, + "ArrayList": 17027, + "kte": 17028, + "ordered": 17029, + "▁shaking": 17030, + "labels": 17031, + "▁reducing": 17032, + "вых": 17033, + "USED": 17034, + "▁voting": 17035, + "▁Ministry": 17036, + "▁Mig": 17037, + "▁Chen": 17038, + "▁accompany": 17039, + "ulle": 17040, + "▁ga": 17041, + "▁equipped": 17042, + "▁nun": 17043, + "Bet": 17044, + "▁licensed": 17045, + "ARCH": 17046, + "FN": 17047, + "▁engines": 17048, + "▁ster": 17049, + "▁locale": 17050, + "▁въ": 17051, + "links": 17052, + "▁Capital": 17053, + "▁alien": 17054, + "Wr": 17055, + "ръ": 17056, + "Cart": 17057, + "▁Marketing": 17058, + "▁RT": 17059, + "FileName": 17060, + "▁ti": 17061, + "iji": 17062, + "▁versus": 17063, + "live": 17064, + "Sym": 17065, + "kor": 17066, + "▁emission": 17067, + "umm": 17068, + "ycz": 17069, + "▁climbed": 17070, + "▁plusieurs": 17071, + "кри": 17072, + "yar": 17073, + "osten": 17074, + "▁usb": 17075, + "▁crossing": 17076, + "▁polynom": 17077, + "▁removal": 17078, + "▁Adams": 17079, + "▁ihre": 17080, + "anden": 17081, + "▁Benj": 17082, + "▁Phill": 17083, + "▁wounded": 17084, + "▁Castle": 17085, + "bild": 17086, + "Annotation": 17087, + "Processor": 17088, + "▁tin": 17089, + "folg": 17090, + "▁Students": 17091, + "▁Mexican": 17092, + "▁administrative": 17093, + "ILED": 17094, + "▁conqu": 17095, + "▁cheer": 17096, + "▁Ces": 17097, + "Because": 17098, + "▁Juni": 17099, + "▁encontr": 17100, + "avi": 17101, + "VI": 17102, + "aku": 17103, + "▁Ton": 17104, + "▁smoking": 17105, + "▁bay": 17106, + "works": 17107, + "ат": 17108, + "attered": 17109, + "▁Boolean": 17110, + "▁Balt": 17111, + "defer": 17112, + "pathy": 17113, + "Ah": 17114, + "▁akt": 17115, + "▁governor": 17116, + "Pad": 17117, + "▁sisters": 17118, + "Lat": 17119, + "▁revel": 17120, + "▁SY": 17121, + "itos": 17122, + "▁filters": 17123, + "Chunk": 17124, + "consum": 17125, + "▁removing": 17126, + "▁Herr": 17127, + "▁generator": 17128, + "▁Cra": 17129, + "▁farmers": 17130, + "▁Members": 17131, + "▁overcome": 17132, + "▁Cin": 17133, + "igkeit": 17134, + "criptions": 17135, + "Tests": 17136, + "▁клу": 17137, + "▁shake": 17138, + "▁yy": 17139, + "placement": 17140, + "▁awards": 17141, + "▁episodes": 17142, + "▁Blood": 17143, + "▁bullet": 17144, + "▁viene": 17145, + "▁Financial": 17146, + "Future": 17147, + "▁rou": 17148, + "▁biologie": 17149, + "▁useState": 17150, + "iani": 17151, + "piece": 17152, + "▁speaker": 17153, + "▁refr": 17154, + "ARK": 17155, + "▁MIT": 17156, + "▁Tan": 17157, + "▁Based": 17158, + "▁cultiv": 17159, + "▁hungry": 17160, + "▁Ay": 17161, + "▁Hey": 17162, + "▁excitement": 17163, + "ibraries": 17164, + "Hit": 17165, + "▁Ende": 17166, + "NG": 17167, + "FIL": 17168, + ".\")": 17169, + "Family": 17170, + "inery": 17171, + "necess": 17172, + "velope": 17173, + "▁Bot": 17174, + "porter": 17175, + "▁climb": 17176, + "▁Eli": 17177, + "urent": 17178, + "▁mistakes": 17179, + "ában": 17180, + "marks": 17181, + "pkt": 17182, + "Library": 17183, + "sted": 17184, + "ublice": 17185, + "▁Administration": 17186, + "▁shapes": 17187, + "публи": 17188, + "God": 17189, + "innen": 17190, + "коло": 17191, + "<<<<": 17192, + "ibe": 17193, + "ês": 17194, + "▁США": 17195, + "▁Foreign": 17196, + "▁Margaret": 17197, + "▁gene": 17198, + "▁disturb": 17199, + "▁тер": 17200, + "▁onClick": 17201, + "▁Engineering": 17202, + "▁stopping": 17203, + "▁restrictions": 17204, + ",*": 17205, + "BUF": 17206, + "▁shadows": 17207, + "hci": 17208, + "▁Christians": 17209, + "▁fence": 17210, + "▁luxury": 17211, + "akh": 17212, + "coord": 17213, + "▁investigate": 17214, + "▁conventional": 17215, + "\"—": 17216, + "▁visits": 17217, + "isé": 17218, + "▁Sac": 17219, + "className": 17220, + "▁Psych": 17221, + "▁reflected": 17222, + "▁пло": 17223, + "▁Vice": 17224, + "ław": 17225, + "________________": 17226, + "▁Wolf": 17227, + "rente": 17228, + "▁Champion": 17229, + "▁simulation": 17230, + "esota": 17231, + "▁Soon": 17232, + "▁Cel": 17233, + "▁theories": 17234, + "▁STR": 17235, + "▁collective": 17236, + "▁coordinate": 17237, + "querySelector": 17238, + "emed": 17239, + "Break": 17240, + "▁gef": 17241, + "▁electricity": 17242, + "▁gathering": 17243, + "aters": 17244, + "exper": 17245, + "▁Roma": 17246, + "▁Cooper": 17247, + "SYMBOL": 17248, + "vd": 17249, + "iversary": 17250, + "aines": 17251, + "▁Grad": 17252, + "▁independence": 17253, + "woh": 17254, + "▁consequence": 17255, + "▁conversations": 17256, + "▁Rou": 17257, + "▁andere": 17258, + "▁Systems": 17259, + "гар": 17260, + "▁moist": 17261, + "flu": 17262, + "ція": 17263, + "ниш": 17264, + "▁rode": 17265, + "▁perd": 17266, + "▁szer": 17267, + "▁flood": 17268, + "▁intim": 17269, + "stderr": 17270, + "▁reflection": 17271, + "Scan": 17272, + "▁disaster": 17273, + "akespe": 17274, + "▁Invalid": 17275, + "▁humor": 17276, + "▁Friedrich": 17277, + "▁suggestions": 17278, + "uvud": 17279, + "Delay": 17280, + "brief": 17281, + "▁ис": 17282, + "glied": 17283, + "fas": 17284, + "▁Smart": 17285, + "▁medi": 17286, + "sdk": 17287, + "▁seus": 17288, + "▁Arizona": 17289, + "▁innocent": 17290, + "Warn": 17291, + "acious": 17292, + "▁Moscow": 17293, + "▁caps": 17294, + "Delegate": 17295, + "▁dramatic": 17296, + "books": 17297, + "▁shore": 17298, + "uki": 17299, + "▁Russell": 17300, + "▁correlation": 17301, + "Help": 17302, + "▁pubblic": 17303, + "zym": 17304, + "comb": 17305, + "EY": 17306, + "LENGTH": 17307, + "▁Mün": 17308, + "▁_.": 17309, + "▁ferm": 17310, + "▁Ian": 17311, + "▁Studio": 17312, + "▁affairs": 17313, + "los": 17314, + "Rules": 17315, + "running": 17316, + "▁Posted": 17317, + "Pixel": 17318, + "▁dancing": 17319, + "▁agreements": 17320, + "▁Pic": 17321, + "ancia": 17322, + "▁má": 17323, + "ationToken": 17324, + "descriptor": 17325, + "▁Carter": 17326, + "Release": 17327, + "************": 17328, + "▁outstanding": 17329, + "changes": 17330, + "ARRAY": 17331, + "▁Barbara": 17332, + "▁nurse": 17333, + "(\r": 17334, + "▁Douglas": 17335, + "▁nucle": 17336, + "ouri": 17337, + "▁Style": 17338, + "avo": 17339, + "▁painful": 17340, + "▁slic": 17341, + "▁seinem": 17342, + "SUPPORT": 17343, + "ogene": 17344, + "▁satell": 17345, + "tagon": 17346, + "▁collapse": 17347, + "velle": 17348, + "MON": 17349, + "aughters": 17350, + "▁threatened": 17351, + "▁Illegal": 17352, + "▁desperate": 17353, + "strict": 17354, + "rus": 17355, + "ститу": 17356, + "\\\":": 17357, + "▁conflic": 17358, + "download": 17359, + "atos": 17360, + "▁Position": 17361, + ".*;": 17362, + "▁theater": 17363, + "▁pleasant": 17364, + "▁Cette": 17365, + "▁Singapore": 17366, + "heet": 17367, + "▁pir": 17368, + "▁acquis": 17369, + "▁назва": 17370, + "теля": 17371, + "▁recru": 17372, + "жения": 17373, + "ёл": 17374, + "версите": 17375, + "▁respective": 17376, + "▁tunnel": 17377, + "▁Dean": 17378, + "Du": 17379, + "▁uncle": 17380, + "▁offensive": 17381, + "colo": 17382, + "▁Unlike": 17383, + "series": 17384, + "▁Arn": 17385, + "minute": 17386, + "▁descriptor": 17387, + "▁stones": 17388, + "ICATION": 17389, + "▁Pad": 17390, + "▁iPhone": 17391, + "ei": 17392, + "▁fantasy": 17393, + "▁Korean": 17394, + "\"}": 17395, + "▁orth": 17396, + "halten": 17397, + "deep": 17398, + "▁Kay": 17399, + "requency": 17400, + "▁duties": 17401, + "awt": 17402, + "▁nearest": 17403, + "▁disorder": 17404, + "стру": 17405, + "▁Chile": 17406, + "▁seq": 17407, + "▁transportation": 17408, + "OO": 17409, + "▁Dez": 17410, + "iju": 17411, + "▁Results": 17412, + "jed": 17413, + "ivel": 17414, + "HOST": 17415, + "▁€": 17416, + "▁Î": 17417, + "▁chin": 17418, + "▁matt": 17419, + "▁voted": 17420, + "▁gehör": 17421, + "▁▁▁▁▁▁▁▁▁▁▁": 17422, + "▁sue": 17423, + "▁legacy": 17424, + "вся": 17425, + "SOURCE": 17426, + "WORK": 17427, + "itis": 17428, + "▁$|": 17429, + "▁обо": 17430, + "▁nr": 17431, + "▁Tamb": 17432, + "▁snap": 17433, + "▁impressed": 17434, + "▁deposit": 17435, + "▁divid": 17436, + "Segment": 17437, + "▁кар": 17438, + "▁Gas": 17439, + "▁crimes": 17440, + "▁insult": 17441, + "▁Hum": 17442, + "▁bounded": 17443, + "▁kicked": 17444, + "▁Му": 17445, + "▁|\\": 17446, + "added": 17447, + "Produ": 17448, + "▁./": 17449, + "▁awkward": 17450, + "▁Кра": 17451, + "▁ї": 17452, + "▁CONTR": 17453, + "▁beim": 17454, + "▁placeholder": 17455, + "spi": 17456, + "▁Bei": 17457, + "▁Pf": 17458, + "ientes": 17459, + "disk": 17460, + "blk": 17461, + "neo": 17462, + "itarian": 17463, + "▁cogn": 17464, + "▁sout": 17465, + "▁trash": 17466, + "▁Rab": 17467, + "▁decline": 17468, + "tat": 17469, + "▁combine": 17470, + "▁Tot": 17471, + "▁drops": 17472, + "Times": 17473, + "cheduler": 17474, + "▁governments": 17475, + "Tex": 17476, + "▁Used": 17477, + "зан": 17478, + "▁pd": 17479, + "мет": 17480, + "▁&=&": 17481, + "▁Nag": 17482, + "▁дол": 17483, + "▁Always": 17484, + "rtc": 17485, + "ске": 17486, + "▁performances": 17487, + "rupted": 17488, + "▁два": 17489, + "▁managers": 17490, + "▁Pitt": 17491, + "▁mystery": 17492, + "▁settle": 17493, + "ulse": 17494, + "cross": 17495, + "question": 17496, + "asha": 17497, + "seed": 17498, + "urable": 17499, + "Final": 17500, + "++++": 17501, + "inputs": 17502, + "▁backup": 17503, + "▁Learning": 17504, + "▁*,": 17505, + "logo": 17506, + "▁seinen": 17507, + "▁vulnerable": 17508, + "directory": 17509, + "ië": 17510, + "▁friendship": 17511, + "tu": 17512, + "▁Vec": 17513, + "rifice": 17514, + "▁бра": 17515, + "▁involve": 17516, + "TON": 17517, + "▁corrid": 17518, + "separ": 17519, + "Destroy": 17520, + "▁jul": 17521, + "▁inequality": 17522, + "▁ain": 17523, + "hex": 17524, + "▁wider": 17525, + "тели": 17526, + "▁jack": 17527, + "▁quot": 17528, + "▁Glen": 17529, + "initely": 17530, + "ihood": 17531, + "▁waist": 17532, + "▁Manchester": 17533, + "regular": 17534, + "▁(&": 17535, + "▁masses": 17536, + "▁DEFAULT": 17537, + "▁chairs": 17538, + "▁Fast": 17539, + "▁citt": 17540, + "_{{\\": 17541, + "oa": 17542, + "▁$\\{": 17543, + "▁seeds": 17544, + "▁Ald": 17545, + "▁Batt": 17546, + "fab": 17547, + "▁democracy": 17548, + "DTO": 17549, + "▁Hij": 17550, + "PTR": 17551, + "Na": 17552, + "▁Harvard": 17553, + "sid": 17554, + "Pred": 17555, + "fers": 17556, + "▁spare": 17557, + "AMP": 17558, + "▁groupe": 17559, + "▁sender": 17560, + "▁Christopher": 17561, + "▁prisoners": 17562, + "▁Ker": 17563, + "▁Crist": 17564, + "▁ALL": 17565, + "rice": 17566, + "▁antes": 17567, + "natural": 17568, + "▁Susan": 17569, + "▁Juli": 17570, + "▁diab": 17571, + "ixon": 17572, + "icator": 17573, + "▁flexible": 17574, + "▁reserve": 17575, + "Contains": 17576, + "▁Hil": 17577, + "▁Isa": 17578, + "▁towns": 17579, + "GS": 17580, + "▁Trad": 17581, + "▁Lock": 17582, + "▁Grund": 17583, + "▁criticism": 17584, + "ню": 17585, + "▁că": 17586, + "▁politician": 17587, + "stable": 17588, + "Accept": 17589, + "Summary": 17590, + "▁também": 17591, + "}^{-": 17592, + "▁IM": 17593, + "idal": 17594, + "мор": 17595, + "Blue": 17596, + "GROUP": 17597, + "▁terminal": 17598, + "▁complexity": 17599, + "▁locally": 17600, + "DOWN": 17601, + "▁Near": 17602, + "Depth": 17603, + "▁pole": 17604, + "▁equality": 17605, + "Site": 17606, + "▁isinstance": 17607, + "Speed": 17608, + "ippi": 17609, + ",&": 17610, + "▁Enc": 17611, + "щен": 17612, + "▁mater": 17613, + "▁slaves": 17614, + "ACTION": 17615, + "usalem": 17616, + "▁haz": 17617, + "▁Beat": 17618, + "▁wrest": 17619, + "▁llam": 17620, + "Ins": 17621, + "мина": 17622, + "▁був": 17623, + "▁Frame": 17624, + "ushes": 17625, + "▁virtually": 17626, + "▁Perm": 17627, + "▁weights": 17628, + "▁llvm": 17629, + "▁cave": 17630, + "states": 17631, + "DMA": 17632, + "ellt": 17633, + "ifact": 17634, + "vendor": 17635, + "▁Emma": 17636, + "Locale": 17637, + "▁SET": 17638, + "▁geometry": 17639, + "Styles": 17640, + "▁Referee": 17641, + "▁weit": 17642, + "fica": 17643, + "▁ads": 17644, + "gray": 17645, + "▁Burg": 17646, + "iona": 17647, + "dagger": 17648, + "▁Januar": 17649, + "дей": 17650, + "isterschaft": 17651, + "ppo": 17652, + "oids": 17653, + "▁départ": 17654, + "Shader": 17655, + "▁constraint": 17656, + "Secret": 17657, + "▁Peters": 17658, + "▁eyeb": 17659, + "▁mesh": 17660, + "▁cookie": 17661, + "▁Pick": 17662, + "▁nick": 17663, + "bye": 17664, + "▁savings": 17665, + "Try": 17666, + "python": 17667, + "▁patri": 17668, + "▁multip": 17669, + "▁kinda": 17670, + "▁'_": 17671, + "▁Franz": 17672, + "▁cloth": 17673, + "зульта": 17674, + "▁fleet": 17675, + "▁humanity": 17676, + "resa": 17677, + "blob": 17678, + "▁TX": 17679, + "▁Buch": 17680, + "▁Lond": 17681, + "▁valley": 17682, + "▁murm": 17683, + "▁Trade": 17684, + "linewidth": 17685, + "▁especial": 17686, + "upper": 17687, + "▁hosp": 17688, + "▁tanto": 17689, + "▁oldest": 17690, + "▁Roose": 17691, + "▁hitting": 17692, + "dog": 17693, + "ovi": 17694, + "},\r": 17695, + "▁compatible": 17696, + "▁Website": 17697, + "poch": 17698, + "▁Bag": 17699, + "▁accomplish": 17700, + "Christ": 17701, + "asset": 17702, + "▁Until": 17703, + "▁geld": 17704, + "Listen": 17705, + "SB": 17706, + "Setup": 17707, + "icia": 17708, + "▁lum": 17709, + "▁janvier": 17710, + "PAGE": 17711, + "▁Nu": 17712, + "/\"": 17713, + "▁divorce": 17714, + "Execute": 17715, + "Depend": 17716, + "▁Scottish": 17717, + "▁Ts": 17718, + "ruppe": 17719, + "▁refuse": 17720, + "▁Oktober": 17721, + "ijk": 17722, + "▁Amy": 17723, + "▁dimin": 17724, + "▁gross": 17725, + "▁trat": 17726, + "isible": 17727, + "mixer": 17728, + "▁autres": 17729, + "▁neat": 17730, + "▁otros": 17731, + "Void": 17732, + "▁schol": 17733, + "▁Walker": 17734, + "▁tube": 17735, + "ologists": 17736, + "▁груп": 17737, + "▁haben": 17738, + "uber": 17739, + "ACTIVE": 17740, + "▁Attendance": 17741, + "▁оп": 17742, + "▁blade": 17743, + "oplus": 17744, + "▁Original": 17745, + "▁manufacturer": 17746, + "asz": 17747, + "âte": 17748, + "rer": 17749, + "▁Json": 17750, + "▁succeeded": 17751, + "uffle": 17752, + "▁backed": 17753, + "esian": 17754, + "tick": 17755, + "External": 17756, + "▁XIX": 17757, + "▁hearts": 17758, + "▁После": 17759, + "olu": 17760, + "▁лет": 17761, + "VICE": 17762, + "ário": 17763, + "▁fraud": 17764, + "edu": 17765, + "Primary": 17766, + "▁gaming": 17767, + "▁plt": 17768, + "igator": 17769, + "IES": 17770, + "Compiler": 17771, + "▁monument": 17772, + "agem": 17773, + "▁Rain": 17774, + "▁moins": 17775, + "oku": 17776, + "osex": 17777, + "▁Kansas": 17778, + "▁gepublice": 17779, + "▁Joy": 17780, + "Scene": 17781, + "▁kingdom": 17782, + "rices": 17783, + "▁juin": 17784, + "▁uncomfortable": 17785, + "▁Money": 17786, + "obb": 17787, + "expl": 17788, + "strcmp": 17789, + "▁dread": 17790, + "rition": 17791, + "▁Chi": 17792, + "▁demonstrated": 17793, + "▁vertices": 17794, + "чо": 17795, + "▁Culture": 17796, + "FX": 17797, + "Dictionary": 17798, + "▁Dru": 17799, + "trm": 17800, + "▁examine": 17801, + "▁therap": 17802, + "ième": 17803, + "мини": 17804, + "▁produces": 17805, + "▁photographs": 17806, + "▁threads": 17807, + "▁MI": 17808, + "▁extraordinary": 17809, + "ским": 17810, + "▁gepubliceerd": 17811, + "▁Poland": 17812, + "▁guaranteed": 17813, + "RG": 17814, + "osc": 17815, + "али": 17816, + "▁тех": 17817, + "errno": 17818, + "science": 17819, + "iffs": 17820, + "▁Tam": 17821, + "▁Beth": 17822, + "▁Travel": 17823, + "▁translate": 17824, + "ché": 17825, + "▁ling": 17826, + "▁belongs": 17827, + "▁electrical": 17828, + "ensk": 17829, + "▁Compet": 17830, + "cg": 17831, + "VC": 17832, + "topic": 17833, + "▁presum": 17834, + "вета": 17835, + "▁approximation": 17836, + "▁grim": 17837, + "▁Из": 17838, + "_{(": 17839, + "вин": 17840, + "ution": 17841, + "owych": 17842, + "åg": 17843, + "sterreich": 17844, + "▁characteristic": 17845, + "oming": 17846, + "▁/*!": 17847, + "▁prize": 17848, + "▁Minnesota": 17849, + "ted": 17850, + "цы": 17851, + "▁Om": 17852, + "▁indices": 17853, + "▁stem": 17854, + "regon": 17855, + "ниче": 17856, + "▁Salv": 17857, + "ése": 17858, + "▁aged": 17859, + "▁Past": 17860, + "▁internation": 17861, + "▁Vic": 17862, + "▁resume": 17863, + "akespeare": 17864, + "▁estado": 17865, + "▁abilities": 17866, + "▁brow": 17867, + "▁NFL": 17868, + "▁trends": 17869, + "▁Austin": 17870, + "▁LIMIT": 17871, + "▁Kor": 17872, + "▁folk": 17873, + "▁ward": 17874, + "▁nest": 17875, + "▁Junior": 17876, + "▁maintaining": 17877, + "Pub": 17878, + "OBJECT": 17879, + "▁bloody": 17880, + "▁sj": 17881, + "▁dtype": 17882, + "Pane": 17883, + "▁bacter": 17884, + "▁gradually": 17885, + "mr": 17886, + "Team": 17887, + "▁indicating": 17888, + "▁decrease": 17889, + "tek": 17890, + "▁Represent": 17891, + "▁developers": 17892, + "Guid": 17893, + "▁Diet": 17894, + "▁retr": 17895, + "Navigation": 17896, + "esi": 17897, + "▁lazy": 17898, + "Standard": 17899, + "Er": 17900, + "AW": 17901, + "▁États": 17902, + "▁assured": 17903, + "San": 17904, + "▁Andre": 17905, + "’,": 17906, + "fang": 17907, + "ération": 17908, + "▁industries": 17909, + "▁incon": 17910, + "Emit": 17911, + "▁где": 17912, + "▁retriev": 17913, + "eni": 17914, + "▁Turkey": 17915, + "izers": 17916, + "Angle": 17917, + "▁oc": 17918, + "▁palm": 17919, + "▁stan": 17920, + "льно": 17921, + "▁CSS": 17922, + "▁frances": 17923, + "▁grin": 17924, + "▁tiempo": 17925, + "▁Prix": 17926, + "]).": 17927, + "▁deput": 17928, + "▁Pin": 17929, + "▁sixt": 17930, + "▁predicted": 17931, + "azure": 17932, + "▁Motor": 17933, + "▁ihm": 17934, + "▁manus": 17935, + "apos": 17936, + "▁instruments": 17937, + "▁counts": 17938, + "▁aimed": 17939, + "profit": 17940, + "▁dok": 17941, + "обра": 17942, + "▁estud": 17943, + "iesz": 17944, + "▁piss": 17945, + "▁inaug": 17946, + "▁voters": 17947, + "▁packages": 17948, + "▁cute": 17949, + "▁fitness": 17950, + "▁leurs": 17951, + "▁sorted": 17952, + "phant": 17953, + "OPT": 17954, + "▁zip": 17955, + "season": 17956, + "emi": 17957, + "encoding": 17958, + "won": 17959, + "elect": 17960, + "▁tooth": 17961, + "▁upcoming": 17962, + "▁Graham": 17963, + "nut": 17964, + "▁Ark": 17965, + "ält": 17966, + "▁precious": 17967, + "agle": 17968, + "née": 17969, + "ница": 17970, + "aris": 17971, + "▁pile": 17972, + "cole": 17973, + "▁WITH": 17974, + "routing": 17975, + "▁***": 17976, + "Appearance": 17977, + "llvm": 17978, + "▁Oliver": 17979, + "▁PL": 17980, + "ifndef": 17981, + "etzt": 17982, + "skiego": 17983, + "▁pon": 17984, + "ARGET": 17985, + "kö": 17986, + "alled": 17987, + "▁=\\": 17988, + "sure": 17989, + "matches": 17990, + "▁temperatures": 17991, + "SEL": 17992, + "▁clone": 17993, + "▁eller": 17994, + "erna": 17995, + "▁поло": 17996, + "Management": 17997, + "company": 17998, + "▁lun": 17999, + "▁streaming": 18000, + "▁Ni": 18001, + "▁sí": 18002, + "Contact": 18003, + "▁Credit": 18004, + "▁Oak": 18005, + "▁представ": 18006, + "radius": 18007, + "cli": 18008, + "IENT": 18009, + "▁Lucy": 18010, + "▁calculation": 18011, + "▁pixel": 18012, + "▁mul": 18013, + "▁outcomes": 18014, + "▁centers": 18015, + "▁residence": 18016, + "Constraint": 18017, + "▁preserve": 18018, + "peon": 18019, + "uffix": 18020, + "▁Roberts": 18021, + "▁promot": 18022, + "?!": 18023, + "balance": 18024, + "▁courts": 18025, + "▁disg": 18026, + "PRINT": 18027, + "▁их": 18028, + "elfare": 18029, + "▁retreat": 18030, + "▁Ав": 18031, + "Cost": 18032, + "also": 18033, + "▁Für": 18034, + "▁März": 18035, + "DIO": 18036, + "▁bez": 18037, + "AUTH": 18038, + "Den": 18039, + "▁atom": 18040, + "▁roman": 18041, + "▁Pel": 18042, + "▁Roosevelt": 18043, + "▁Plant": 18044, + "Contents": 18045, + "▁Between": 18046, + "▁coupling": 18047, + "structure": 18048, + "▁Marshall": 18049, + "▁Career": 18050, + "▁railway": 18051, + "▁Bureau": 18052, + "▁possibilities": 18053, + "▁kor": 18054, + "){\r": 18055, + "mero": 18056, + "mov": 18057, + "англ": 18058, + "AIN": 18059, + "mund": 18060, + "lette": 18061, + "▁summar": 18062, + "▁describing": 18063, + "▁NAS": 18064, + "▁Emb": 18065, + "Instruction": 18066, + "liest": 18067, + "▁Sig": 18068, + "Bill": 18069, + "▁verd": 18070, + "plant": 18071, + "▁galaxies": 18072, + "\"])": 18073, + "▁PyObject": 18074, + "▁Gy": 18075, + "▁mě": 18076, + "▁organisation": 18077, + "Her": 18078, + "Sep": 18079, + "ocom": 18080, + "▁Same": 18081, + "▁bite": 18082, + "▁Seattle": 18083, + "зыва": 18084, + "Observer": 18085, + "’.": 18086, + "▁morph": 18087, + "urches": 18088, + "alph": 18089, + "reement": 18090, + "consin": 18091, + "^-": 18092, + "▁dann": 18093, + "translate": 18094, + "вих": 18095, + "React": 18096, + "▁cats": 18097, + "▁brew": 18098, + "▁ds": 18099, + "▁circles": 18100, + "▁drift": 18101, + "agma": 18102, + "▁Valent": 18103, + "PIN": 18104, + "ARM": 18105, + "▁surviv": 18106, + "alin": 18107, + "Pref": 18108, + "friendly": 18109, + "▁uncertainty": 18110, + "▁fd": 18111, + "▁engineer": 18112, + "Ben": 18113, + "icular": 18114, + "orest": 18115, + "▁horizontal": 18116, + "UTC": 18117, + "textrm": 18118, + "Live": 18119, + "Score": 18120, + "▁Germans": 18121, + "distance": 18122, + "uti": 18123, + "▁équ": 18124, + "▁numerical": 18125, + "▁reass": 18126, + "Activ": 18127, + "▁cod": 18128, + "bullet": 18129, + "ensing": 18130, + "▁Gem": 18131, + "▁navigation": 18132, + "addClass": 18133, + "▁simultaneously": 18134, + "вий": 18135, + "▁його": 18136, + "▁Hö": 18137, + "▁harsh": 18138, + "precated": 18139, + "ССР": 18140, + "▁Equip": 18141, + "adget": 18142, + "▁TYPE": 18143, + "▁mg": 18144, + "IGH": 18145, + "▁vin": 18146, + "▁findings": 18147, + "ivan": 18148, + "▁possession": 18149, + "▁того": 18150, + "▁parsed": 18151, + "riors": 18152, + "zeichnet": 18153, + "ников": 18154, + "Worker": 18155, + "▁enables": 18156, + "▁($\\": 18157, + "▁Copy": 18158, + "▁orientation": 18159, + "стре": 18160, + "▁Indians": 18161, + "▁Gary": 18162, + "▁Insurance": 18163, + "isan": 18164, + "Chat": 18165, + "▁comun": 18166, + "▁coron": 18167, + "ография": 18168, + "updated": 18169, + "▁Ин": 18170, + "These": 18171, + "SEC": 18172, + "▁boyfriend": 18173, + "Diagnostics": 18174, + "Hint": 18175, + "mul": 18176, + "▁inode": 18177, + "xA": 18178, + "eft": 18179, + "OPTION": 18180, + "unct": 18181, + "annon": 18182, + "ENS": 18183, + "strip": 18184, + "▁enthusi": 18185, + "▁Whit": 18186, + "▁Фи": 18187, + "aude": 18188, + "▁disagree": 18189, + "▁snapped": 18190, + "Phys": 18191, + "▁Syn": 18192, + "▁sour": 18193, + "▁Lux": 18194, + "ugar": 18195, + "tile": 18196, + "▁infection": 18197, + "▁Feb": 18198, + "▁Chem": 18199, + "dataset": 18200, + "chts": 18201, + "Dynamic": 18202, + "▁сред": 18203, + "▁queen": 18204, + "worker": 18205, + "swap": 18206, + "▁timestamp": 18207, + "▁Integr": 18208, + "▁interviews": 18209, + "such": 18210, + "▁laughter": 18211, + "prof": 18212, + "▁Bird": 18213, + "(|": 18214, + "ân": 18215, + "▁gra": 18216, + "&=": 18217, + "zens": 18218, + "getMessage": 18219, + "▁Ost": 18220, + "▁gab": 18221, + "▁mortgage": 18222, + "multicol": 18223, + "LEVEL": 18224, + "partition": 18225, + "seen": 18226, + "▁declar": 18227, + "AU": 18228, + "▁ox": 18229, + "▁ligger": 18230, + "▁Carm": 18231, + "geme": 18232, + "▁Vegas": 18233, + "▁Eug": 18234, + "orus": 18235, + "▁brick": 18236, + "▁así": 18237, + "▁Magazine": 18238, + "HasColumnType": 18239, + "VR": 18240, + "licher": 18241, + "▁Future": 18242, + "▁Jug": 18243, + "attan": 18244, + "constructor": 18245, + "VP": 18246, + "▁тур": 18247, + "чина": 18248, + "Comparator": 18249, + "▁authentic": 18250, + "▁monster": 18251, + "▁transformed": 18252, + "▁firms": 18253, + "FW": 18254, + "▁catalog": 18255, + "boards": 18256, + "▁diseases": 18257, + "▁Benjamin": 18258, + "▁horizon": 18259, + "▁Available": 18260, + "Mvc": 18261, + "Stud": 18262, + "▁lord": 18263, + "general": 18264, + "пар": 18265, + "▁cabinet": 18266, + "▁Basic": 18267, + "TestCase": 18268, + "ansk": 18269, + "▁Snow": 18270, + "ierten": 18271, + "▁vocal": 18272, + "Padding": 18273, + "halt": 18274, + "▁Alexand": 18275, + "▁Colomb": 18276, + "ivamente": 18277, + "▁artificial": 18278, + "▁Atlanta": 18279, + "▁mentre": 18280, + "▁estaba": 18281, + "jekt": 18282, + "▁slept": 18283, + "▁endless": 18284, + "éro": 18285, + "attery": 18286, + "uur": 18287, + "▁weakness": 18288, + "▁attempting": 18289, + "BYTE": 18290, + "▁founder": 18291, + "▁salv": 18292, + "▁Medicine": 18293, + "tid": 18294, + "▁Schwe": 18295, + "raction": 18296, + "▁¿": 18297, + "crate": 18298, + "SERVER": 18299, + "▁compound": 18300, + "▁conve": 18301, + "▁caf": 18302, + "▁handful": 18303, + "onne": 18304, + "ública": 18305, + "▁defensive": 18306, + "Alignment": 18307, + "▁préc": 18308, + "▁significance": 18309, + "élé": 18310, + "arta": 18311, + "Dam": 18312, + "▁perpet": 18313, + "▁caller": 18314, + "icients": 18315, + "cep": 18316, + "▁Multi": 18317, + "▁stolen": 18318, + "▁focusing": 18319, + "embed": 18320, + "▁bree": 18321, + "▁AB": 18322, + "▁occasions": 18323, + "sea": 18324, + "Prov": 18325, + "чение": 18326, + "▁Category": 18327, + "▁sq": 18328, + "▁Фе": 18329, + "VA": 18330, + "Diff": 18331, + "Tri": 18332, + "issement": 18333, + "▁actress": 18334, + "▁Пе": 18335, + "▁jej": 18336, + "▁twisted": 18337, + "▁Nicol": 18338, + "▁junior": 18339, + "Sound": 18340, + "▁Brasil": 18341, + "▁juice": 18342, + "▁>>>": 18343, + "▁Alb": 18344, + "▁softly": 18345, + "▁McK": 18346, + "▁Gren": 18347, + "▁italiano": 18348, + "▁creatures": 18349, + "▁residential": 18350, + "▁Instagram": 18351, + "ucks": 18352, + "▁killer": 18353, + "▁Johnny": 18354, + "▁enterprise": 18355, + "Dto": 18356, + "chestra": 18357, + "▁Tel": 18358, + "▁Activ": 18359, + "factor": 18360, + "oust": 18361, + "▁vacuum": 18362, + "рал": 18363, + "')->": 18364, + "▁Left": 18365, + "▁defect": 18366, + "▁ninete": 18367, + "fare": 18368, + "▁regret": 18369, + "▁shar": 18370, + "ctrine": 18371, + "mesh": 18372, + "city": 18373, + "icit": 18374, + "▁Fem": 18375, + "limited": 18376, + "oka": 18377, + "!\\!\\": 18378, + "Donald": 18379, + "зно": 18380, + "▁provision": 18381, + "▁discussions": 18382, + "Drag": 18383, + "▁Incl": 18384, + "Exit": 18385, + "▁Abd": 18386, + "story": 18387, + "ieve": 18388, + "▁był": 18389, + "olving": 18390, + "wohner": 18391, + "▁guidelines": 18392, + "▁straw": 18393, + "üss": 18394, + "▁було": 18395, + "▁burden": 18396, + "▁spatial": 18397, + "▁stretched": 18398, + "▁Inf": 18399, + "▁typedef": 18400, + "▁robot": 18401, + "▁Doc": 18402, + "pliers": 18403, + "wal": 18404, + "camp": 18405, + "▁diffé": 18406, + "▁McG": 18407, + "▁tel": 18408, + "arette": 18409, + "▁subsequently": 18410, + "▁honey": 18411, + "FUNC": 18412, + "▁establishment": 18413, + "tesy": 18414, + "▁który": 18415, + "▁сель": 18416, + "▁FO": 18417, + "▁Islands": 18418, + "▁mp": 18419, + "Scalar": 18420, + "▁Yan": 18421, + "cken": 18422, + "▁variation": 18423, + "ią": 18424, + "optim": 18425, + "azor": 18426, + "tuple": 18427, + "▁gravity": 18428, + "▁conclude": 18429, + "▁collections": 18430, + "ész": 18431, + "▁Liver": 18432, + "▁ethnic": 18433, + "compile": 18434, + "▁parl": 18435, + "Surface": 18436, + "{'": 18437, + "▁paragraph": 18438, + "posite": 18439, + "ítulo": 18440, + "oba": 18441, + "binary": 18442, + "rob": 18443, + "▁Pedro": 18444, + "▁fis": 18445, + "▁Grande": 18446, + "odox": 18447, + "▁posting": 18448, + "": 26345, + "olent": 26346, + "▁этого": 26347, + "▁Generic": 26348, + "▁*/,": 26349, + "▁combinations": 26350, + "▁rejo": 26351, + "спубли": 26352, + "capacity": 26353, + "▁traces": 26354, + "▁opacity": 26355, + "▁Official": 26356, + "icion": 26357, + "▁emotionally": 26358, + "▁Joel": 26359, + "ському": 26360, + "▁legendary": 26361, + "▁pam": 26362, + "▁También": 26363, + ".<": 26364, + "iba": 26365, + "midt": 26366, + "бом": 26367, + "▁ensuite": 26368, + "Authorization": 26369, + "Pag": 26370, + "▁helmet": 26371, + "▁territo": 26372, + "secondary": 26373, + "▁segunda": 26374, + "▁Wire": 26375, + "recated": 26376, + "▁invoked": 26377, + "▁ValueError": 26378, + "▁фо": 26379, + "ALIGN": 26380, + "CURRENT": 26381, + "\\+\\_\\": 26382, + "▁compilation": 26383, + "ær": 26384, + "▁Palmar": 26385, + "▁influences": 26386, + "/:": 26387, + "Mix": 26388, + "NOP": 26389, + "econom": 26390, + "▁tucked": 26391, + "▁});\r": 26392, + "ANK": 26393, + "reject": 26394, + "▁pension": 26395, + "▁generates": 26396, + "чё": 26397, + "▁incap": 26398, + "▁clicked": 26399, + "▁fus": 26400, + "ourses": 26401, + "▁Easter": 26402, + "%;": 26403, + "zin": 26404, + "▁obligations": 26405, + "▁Tips": 26406, + "};\r": 26407, + ".\"_": 26408, + "▁BSD": 26409, + "ática": 26410, + "▁expose": 26411, + "Pars": 26412, + "▁Amanda": 26413, + "куп": 26414, + "▁guessed": 26415, + "dsi": 26416, + "▁Leip": 26417, + "Broad": 26418, + "▁Hughes": 26419, + "ié": 26420, + "▁Wahl": 26421, + "▁formerly": 26422, + "Relative": 26423, + "▁Yu": 26424, + "▁Mountains": 26425, + "▁Enum": 26426, + "▁strang": 26427, + "_-": 26428, + "recht": 26429, + "viv": 26430, + "pause": 26431, + "▁Londres": 26432, + "▁elbow": 26433, + "▁Hawaii": 26434, + "▁Casino": 26435, + "Threshold": 26436, + "Units": 26437, + "Include": 26438, + "ито": 26439, + "asury": 26440, + "▁steht": 26441, + "▁damned": 26442, + "▁packets": 26443, + "▁Werk": 26444, + "▁elevator": 26445, + "iedad": 26446, + "govern": 26447, + "▁CONTRACT": 26448, + "mals": 26449, + "▁remem": 26450, + "▁entonces": 26451, + "▁vas": 26452, + "▁sympathy": 26453, + "▁befindet": 26454, + "incing": 26455, + "DataSet": 26456, + "▁additionally": 26457, + "▁musician": 26458, + "шего": 26459, + "▁listop": 26460, + ">\")": 26461, + "Printf": 26462, + "▁Felix": 26463, + "▁carved": 26464, + "▁nicely": 26465, + "гом": 26466, + "chap": 26467, + "▁Nieder": 26468, + "▁Lav": 26469, + "▁modifications": 26470, + "moment": 26471, + "▁balcon": 26472, + "▁dependency": 26473, + "CKET": 26474, + "▁vanished": 26475, + "▁fighters": 26476, + "▁zunächst": 26477, + "ioctl": 26478, + "▁defens": 26479, + "▁Nem": 26480, + "Utility": 26481, + "▁curv": 26482, + "▁DAMAGES": 26483, + "▁Rogers": 26484, + "▁gratitude": 26485, + "▁Denmark": 26486, + "рая": 26487, + "grpc": 26488, + "▁juni": 26489, + "▁октября": 26490, + "▁immense": 26491, + "▁prevented": 26492, + "▁foam": 26493, + "▁Extra": 26494, + "aimed": 26495, + "▁Criteria": 26496, + "▁Simply": 26497, + "boxes": 26498, + "▁Legend": 26499, + "▁Players": 26500, + "▁Mercedes": 26501, + "▁Branch": 26502, + "TERN": 26503, + "omena": 26504, + "▁incorporate": 26505, + "conde": 26506, + "▁Estado": 26507, + "▁wasted": 26508, + "▁complaining": 26509, + "▁warriors": 26510, + "oter": 26511, + "▁этом": 26512, + "▁conten": 26513, + "▁machinery": 26514, + "▁technological": 26515, + "▁TD": 26516, + "▁gras": 26517, + "▁minimize": 26518, + "▁Door": 26519, + "▁bzw": 26520, + "▁prac": 26521, + "TREE": 26522, + "▁Wing": 26523, + "▁Transaction": 26524, + "▁MVT": 26525, + "▁Klein": 26526, + "commons": 26527, + "▁}{": 26528, + "▁Heritage": 26529, + "▁fade": 26530, + "рок": 26531, + "setValue": 26532, + "▁Wallace": 26533, + "MX": 26534, + "▁ACT": 26535, + "▁footage": 26536, + "▁entstand": 26537, + "arga": 26538, + "▁nails": 26539, + "▁capitalism": 26540, + "▁Garc": 26541, + "▁suspension": 26542, + "ilis": 26543, + "▁Mov": 26544, + "uffled": 26545, + "Arc": 26546, + "▁Beautiful": 26547, + "WAY": 26548, + "Parallel": 26549, + "XXXX": 26550, + "diag": 26551, + "▁DT": 26552, + "mq": 26553, + "TextView": 26554, + "MLE": 26555, + "ennen": 26556, + "▁infected": 26557, + "▁therapist": 26558, + "INGS": 26559, + "▁cidade": 26560, + "ън": 26561, + "▁pdf": 26562, + "▁bump": 26563, + "CTX": 26564, + "▁INCLUDING": 26565, + "▁Gef": 26566, + "ENTIAL": 26567, + "▁handy": 26568, + "▁temporal": 26569, + "AtA": 26570, + "ISH": 26571, + "▁Pattern": 26572, + "▁lan": 26573, + "ependant": 26574, + "▁shining": 26575, + "idy": 26576, + "▁NT": 26577, + "▁Fran": 26578, + "▁nurses": 26579, + "▁betray": 26580, + "▁sensible": 26581, + "▁апреля": 26582, + "▁'[": 26583, + "▁thirteen": 26584, + ")}_{": 26585, + "▁Noah": 26586, + "INSERT": 26587, + "istically": 26588, + "▁Appendix": 26589, + "▁recher": 26590, + "Receiver": 26591, + "▁dernier": 26592, + "лла": 26593, + "лиза": 26594, + "▁Partido": 26595, + "▁maximal": 26596, + "snap": 26597, + "▁часть": 26598, + "STOP": 26599, + "▁ultra": 26600, + "▁développ": 26601, + "▁tegen": 26602, + "▁Чи": 26603, + "LIB": 26604, + "▁baseline": 26605, + "reload": 26606, + "▁Arbitro": 26607, + "▁kall": 26608, + "capture": 26609, + "Arm": 26610, + "quin": 26611, + "impse": 26612, + "zas": 26613, + "▁Cand": 26614, + "▁brains": 26615, + "▁hostile": 26616, + "▁marble": 26617, + "oons": 26618, + "▁Loss": 26619, + "MetaData": 26620, + "▁República": 26621, + "▁andra": 26622, + "oden": 26623, + "▁documented": 26624, + "▁Moses": 26625, + "odd": 26626, + "▁wax": 26627, + "usch": 26628, + "▁diagnosed": 26629, + "inkle": 26630, + "▁Xbox": 26631, + "▁seventy": 26632, + "cias": 26633, + "▁noviembre": 26634, + "Compute": 26635, + "});\r": 26636, + "▁Philippe": 26637, + "▁För": 26638, + "Leave": 26639, + "▁sage": 26640, + "▁unpre": 26641, + "▁Fortunately": 26642, + "▁apost": 26643, + "entities": 26644, + "▁ellos": 26645, + "authorized": 26646, + "GBT": 26647, + "▁insist": 26648, + "▁inspire": 26649, + "Mass": 26650, + "▁rôle": 26651, + "fee": 26652, + "ipart": 26653, + "цер": 26654, + "unate": 26655, + "▁CNN": 26656, + ":}": 26657, + "▁unhappy": 26658, + "▁imported": 26659, + "HIGH": 26660, + "rings": 26661, + "▁Instance": 26662, + "Bay": 26663, + "agles": 26664, + "mee": 26665, + "bery": 26666, + "▁Stories": 26667, + "▁Chase": 26668, + "▁carriage": 26669, + "▁misunder": 26670, + "▁imagin": 26671, + "pw": 26672, + "▁Meter": 26673, + "▁crowds": 26674, + "▁Fame": 26675, + "skill": 26676, + "▁comed": 26677, + "▁ranch": 26678, + "▁lacking": 26679, + "▁submar": 26680, + "iante": 26681, + "▁lanz": 26682, + "▁служ": 26683, + "-----------": 26684, + "▁obten": 26685, + "▁downstairs": 26686, + "YN": 26687, + "rotation": 26688, + "▁Jesse": 26689, + "$(\"#": 26690, + "▁puls": 26691, + "irling": 26692, + "▁Schaus": 26693, + "▁deployed": 26694, + "▁{}\",": 26695, + "▁Marvel": 26696, + "ENUM": 26697, + "▁Mathemat": 26698, + "▁nn": 26699, + "compet": 26700, + "ków": 26701, + "bil": 26702, + "Which": 26703, + "isine": 26704, + "▁rude": 26705, + "▁niveau": 26706, + "▁área": 26707, + "▁près": 26708, + "atis": 26709, + "▁[...]": 26710, + "fur": 26711, + "omm": 26712, + "packed": 26713, + "мене": 26714, + "scriptstyle": 26715, + "▁Ath": 26716, + "▁desp": 26717, + "eltemperaturen": 26718, + "▁talents": 26719, + "ocy": 26720, + "▁raises": 26721, + "LIMIT": 26722, + "▁editorial": 26723, + "▁Animal": 26724, + "drive": 26725, + "▁работа": 26726, + "bss": 26727, + "▁Sev": 26728, + "epoch": 26729, + "▁RC": 26730, + "UNUSED": 26731, + "▁mandatory": 26732, + "(?:": 26733, + "▁Bin": 26734, + "▁synthetic": 26735, + "▁gown": 26736, + "▁Dob": 26737, + "kap": 26738, + "▁harmon": 26739, + "▁liberty": 26740, + "▁Rice": 26741, + "▁prayers": 26742, + "▁mise": 26743, + "▁confusing": 26744, + "▁leap": 26745, + "▁arrives": 26746, + "kamp": 26747, + "▁thats": 26748, + "ACC": 26749, + "▁Parameters": 26750, + "▁одно": 26751, + "▁Bio": 26752, + "density": 26753, + "▁glimpse": 26754, + "FORE": 26755, + "▁Listen": 26756, + "Prev": 26757, + "}\\,\\": 26758, + "куль": 26759, + "▁SEC": 26760, + "▁explored": 26761, + "▁meantime": 26762, + "AIL": 26763, + "▁WP": 26764, + "▁raison": 26765, + "▁existe": 26766, + "▁lesser": 26767, + "▁Validate": 26768, + "▁caution": 26769, + "usta": 26770, + "heading": 26771, + "EFF": 26772, + ".'\"": 26773, + "▁Gilbert": 26774, + "▁limitation": 26775, + "▁retour": 26776, + "▁Commonwealth": 26777, + "▁gewann": 26778, + "▁miserable": 26779, + "▁networking": 26780, + "▁ottobre": 26781, + "▁Dise": 26782, + "edges": 26783, + "▁sede": 26784, + "вича": 26785, + "uniform": 26786, + "▁деятель": 26787, + "iros": 26788, + "▁desen": 26789, + "▁parc": 26790, + "▁Rico": 26791, + "Ns": 26792, + "guid": 26793, + "orio": 26794, + "avelength": 26795, + "▁Gle": 26796, + "inceton": 26797, + "Amaz": 26798, + "Construct": 26799, + "▁mx": 26800, + "▁Vern": 26801, + "▁Generation": 26802, + "Jack": 26803, + "romag": 26804, + "▁viagra": 26805, + "▁Peg": 26806, + "▁Updated": 26807, + "▁overlap": 26808, + "EventArgs": 26809, + "кро": 26810, + "▁*«": 26811, + "▁questioned": 26812, + "South": 26813, + "notice": 26814, + "▁permanently": 26815, + "lst": 26816, + "ficie": 26817, + "▁quella": 26818, + "▁colleges": 26819, + "▁disappointment": 26820, + "▁Luft": 26821, + "imgur": 26822, + "▁transitions": 26823, + "▁seller": 26824, + "▁июня": 26825, + "▁Og": 26826, + "▁ADD": 26827, + "▁Pays": 26828, + "COMMAND": 26829, + "grades": 26830, + "▁febbra": 26831, + "▁Cyr": 26832, + "▁febbraio": 26833, + "eti": 26834, + "▁arom": 26835, + "▁Claude": 26836, + "▁UEFA": 26837, + "▁живе": 26838, + "▁Victorian": 26839, + "keeping": 26840, + "ên": 26841, + "▁FIXME": 26842, + "itime": 26843, + "chestr": 26844, + "▁Samsung": 26845, + "▁doctrine": 26846, + "▁pear": 26847, + "▁Mediterranean": 26848, + "▁Ya": 26849, + "▁vault": 26850, + "▁Historic": 26851, + "▁sedan": 26852, + "▁heated": 26853, + "▁política": 26854, + "Proof": 26855, + ":{": 26856, + "fem": 26857, + "▁Frankfurt": 26858, + "pectives": 26859, + "MG": 26860, + "▁Eye": 26861, + "dai": 26862, + "▁reserves": 26863, + "NER": 26864, + "▁tobacco": 26865, + "▁fragments": 26866, + "icc": 26867, + "▁booth": 26868, + "▁cruise": 26869, + "▁Testament": 26870, + "cola": 26871, + "▁Leop": 26872, + "▁noon": 26873, + "▁terrified": 26874, + "vb": 26875, + "intel": 26876, + "alie": 26877, + "▁verification": 26878, + "yster": 26879, + "ADER": 26880, + "chied": 26881, + "▁datasets": 26882, + "▁зі": 26883, + "▁miem": 26884, + "ulates": 26885, + "▁uuid": 26886, + "▁Pictures": 26887, + "▁Brend": 26888, + "Billboard": 26889, + "▁stern": 26890, + "▁denom": 26891, + "▁accidents": 26892, + "сня": 26893, + "▁packing": 26894, + "ција": 26895, + "iblical": 26896, + "▁Так": 26897, + "▁whisk": 26898, + "▁luego": 26899, + "▁rectangle": 26900, + "▁hooks": 26901, + "▁neglect": 26902, + "▁sober": 26903, + "proposition": 26904, + "Multiple": 26905, + ":\",": 26906, + "▁bapt": 26907, + "Parts": 26908, + "▁Selection": 26909, + "▁Alpha": 26910, + "weights": 26911, + "hall": 26912, + "соб": 26913, + "▁lur": 26914, + "▁época": 26915, + "▁rested": 26916, + "ambigu": 26917, + "▁tastes": 26918, + "amazonaws": 26919, + "▁confess": 26920, + "▁diciembre": 26921, + "implement": 26922, + "▁absorption": 26923, + "Hal": 26924, + "LEAN": 26925, + "▁Zach": 26926, + "▁freeze": 26927, + "LBL": 26928, + "STM": 26929, + "▁calc": 26930, + "={()": 26931, + "=*/": 26932, + "▁bt": 26933, + "Reb": 26934, + "▁Wien": 26935, + "anska": 26936, + "▁surn": 26937, + "iative": 26938, + "▁invån": 26939, + "CY": 26940, + "▁là": 26941, + "amba": 26942, + "leen": 26943, + "wahl": 26944, + "▁functioning": 26945, + "ția": 26946, + "getContext": 26947, + "gart": 26948, + "▁обе": 26949, + "Pen": 26950, + "vik": 26951, + "Slider": 26952, + "▁Accept": 26953, + "Gap": 26954, + "▁Jorge": 26955, + "SIG": 26956, + "▁вос": 26957, + "▁голо": 26958, + "▁periodo": 26959, + "шта": 26960, + "▁patches": 26961, + "кої": 26962, + "äre": 26963, + "engono": 26964, + "lista": 26965, + "horn": 26966, + "▁Complex": 26967, + "Sent": 26968, + "trfs": 26969, + "▁convex": 26970, + "Generation": 26971, + "▁місце": 26972, + "compress": 26973, + "▁Sax": 26974, + "▁uid": 26975, + "▁Lebens": 26976, + "Completion": 26977, + "\\|_{": 26978, + "insky": 26979, + "▁schon": 26980, + "▁masters": 26981, + "independ": 26982, + "neys": 26983, + "▁lied": 26984, + "▁aspir": 26985, + "чні": 26986, + "▁breakdown": 26987, + "▁Harm": 26988, + "▁designing": 26989, + "hf": 26990, + "▁Angela": 26991, + "▁confer": 26992, + "▁partido": 26993, + "▁interference": 26994, + "mao": 26995, + "▁absorbed": 26996, + "▁Vall": 26997, + "ErrorCode": 26998, + "▁Publishing": 26999, + "vano": 27000, + "BITS": 27001, + "▁deer": 27002, + "▁Campaign": 27003, + "▁graz": 27004, + "CHANGE": 27005, + "▁feder": 27006, + "iffe": 27007, + "handed": 27008, + "cq": 27009, + "umbing": 27010, + "▁unre": 27011, + "▁siendo": 27012, + "▁simpler": 27013, + "why": 27014, + "arettes": 27015, + "anst": 27016, + "▁hass": 27017, + "▁Enterprise": 27018, + "▁mois": 27019, + "▁Fo": 27020, + "▁участ": 27021, + "ffen": 27022, + "▁MODULE": 27023, + "▁activated": 27024, + "▁internacional": 27025, + "▁Mittel": 27026, + "degree": 27027, + "▁откры": 27028, + "▁&(": 27029, + "getProperty": 27030, + "isz": 27031, + "cedure": 27032, + "▁enters": 27033, + "▁Sally": 27034, + "▁Train": 27035, + "▁logged": 27036, + "▁Rav": 27037, + "▁Avoid": 27038, + "▁Kaiser": 27039, + "▁expend": 27040, + "aphor": 27041, + "▁brass": 27042, + "▁melod": 27043, + "▁attitudes": 27044, + "*\"": 27045, + "Wall": 27046, + "▁owe": 27047, + "▁bamb": 27048, + "shader": 27049, + "cester": 27050, + "▁PP": 27051, + "▁migrations": 27052, + "entric": 27053, + "▁Setup": 27054, + "▁Artist": 27055, + "hre": 27056, + "▁polite": 27057, + "ahan": 27058, + "▁luglio": 27059, + "▁predecess": 27060, + "▁SIG": 27061, + "тів": 27062, + "▁RF": 27063, + "▁Dry": 27064, + "▁maker": 27065, + "шим": 27066, + "▁Sounds": 27067, + "▁implementing": 27068, + "▁ah": 27069, + "▁gev": 27070, + "▁duplicate": 27071, + "▁Logan": 27072, + "▁Grade": 27073, + "DUCT": 27074, + "íses": 27075, + "ért": 27076, + "▁nonsense": 27077, + "backup": 27078, + "Attachment": 27079, + "▁ecc": 27080, + "▁Squadron": 27081, + "learn": 27082, + "deprecated": 27083, + "▁Aub": 27084, + "▁Gol": 27085, + "▁overl": 27086, + "SERVICE": 27087, + "▁beautifully": 27088, + "REL": 27089, + "▁Gian": 27090, + "▁Papa": 27091, + "respond": 27092, + "▁Caribbean": 27093, + "rn": 27094, + "▁худож": 27095, + "Cfg": 27096, + "rai": 27097, + "▁sniff": 27098, + "tto": 27099, + "ологи": 27100, + "▁rb": 27101, + "▁incidents": 27102, + "▁duck": 27103, + "▁PROVIDED": 27104, + "Sources": 27105, + "▁Chelsea": 27106, + "▁tek": 27107, + "▁налази": 27108, + "▁pilots": 27109, + "тки": 27110, + "▁traded": 27111, + "▁Beijing": 27112, + "▁Gregory": 27113, + "scalar": 27114, + "▁inclined": 27115, + "▁Kamp": 27116, + "▁Marian": 27117, + "▁fierce": 27118, + "▁theft": 27119, + "ющих": 27120, + "▁Into": 27121, + "constraint": 27122, + "parentNode": 27123, + "idental": 27124, + "▁gouvernement": 27125, + "▁SND": 27126, + "▁Ruby": 27127, + "▁monaster": 27128, + "Records": 27129, + "▁Kab": 27130, + "▁Universe": 27131, + "▁approximate": 27132, + "Water": 27133, + "▁Physical": 27134, + "appers": 27135, + "oubtedly": 27136, + "ложен": 27137, + "▁towel": 27138, + "▁siblings": 27139, + "eph": 27140, + "icios": 27141, + "рами": 27142, + "▁outrage": 27143, + "▁també": 27144, + "SRC": 27145, + "телем": 27146, + "Vi": 27147, + ".');": 27148, + "LM": 27149, + "▁mitt": 27150, + "▁weed": 27151, + "▁crops": 27152, + "iman": 27153, + "Claim": 27154, + "insula": 27155, + "▁(“": 27156, + "▁Changes": 27157, + "▁invånare": 27158, + "again": 27159, + "▁cnt": 27160, + "▁Gaz": 27161, + "▁austral": 27162, + "overlay": 27163, + "▁Mechan": 27164, + "▁slammed": 27165, + "▁trailing": 27166, + "▁Biography": 27167, + "▁appealing": 27168, + "IVER": 27169, + "▁Ave": 27170, + "▁Plot": 27171, + "voj": 27172, + "▁sung": 27173, + "▁unos": 27174, + "Effects": 27175, + "vv": 27176, + "cook": 27177, + "Buttons": 27178, + "▁transm": 27179, + "ierto": 27180, + "CONTEXT": 27181, + "▁dignity": 27182, + "aired": 27183, + "javax": 27184, + "▁Alberto": 27185, + "▁Recently": 27186, + "▁facial": 27187, + "mathop": 27188, + "ało": 27189, + "вид": 27190, + "cott": 27191, + "Variables": 27192, + "▁Ran": 27193, + "▁bunk": 27194, + "amiliar": 27195, + "CAST": 27196, + "▁frü": 27197, + "VED": 27198, + "▁NOTICE": 27199, + "▁turno": 27200, + "validator": 27201, + "▁Portuguese": 27202, + "▁questioning": 27203, + "}})": 27204, + "▁lear": 27205, + "Xamarin": 27206, + "▁disadv": 27207, + "encoded": 27208, + "▁Kot": 27209, + "rated": 27210, + "▁Theory": 27211, + "cius": 27212, + "▁Darwin": 27213, + "ђе": 27214, + "▁décl": 27215, + "▁область": 27216, + "рович": 27217, + "▁mobility": 27218, + "VF": 27219, + "▁хи": 27220, + "until": 27221, + "▁barriers": 27222, + "gif": 27223, + "▁Roh": 27224, + "▁aging": 27225, + "▁Widget": 27226, + "olk": 27227, + "▁farms": 27228, + "Checker": 27229, + "Introduction": 27230, + "смо": 27231, + "▁Russians": 27232, + "naments": 27233, + "▁Insert": 27234, + "▁Whenever": 27235, + "erset": 27236, + "itori": 27237, + "▁Dort": 27238, + "▁costume": 27239, + "▁mathematical": 27240, + "▁Bast": 27241, + "▁nominated": 27242, + "▁restoration": 27243, + "posal": 27244, + "▁unfortunate": 27245, + "Ps": 27246, + "LIN": 27247, + "▁intact": 27248, + "▁provoc": 27249, + "▁située": 27250, + "▁ноября": 27251, + "ermo": 27252, + "▁fisher": 27253, + "гля": 27254, + "▁conting": 27255, + "▁Doug": 27256, + "\"?": 27257, + "▁Eva": 27258, + "▁tops": 27259, + "▁Remote": 27260, + "▁artwork": 27261, + "▁artillery": 27262, + "quick": 27263, + "▁Arabia": 27264, + "▁SDValue": 27265, + "▁Dakota": 27266, + "iated": 27267, + "▁Optim": 27268, + "buttons": 27269, + "▁cottage": 27270, + "▁wherein": 27271, + "▁tutorial": 27272, + "▁Scre": 27273, + "▁sweep": 27274, + "▁Coffee": 27275, + "})}": 27276, + "▁музы": 27277, + "hostname": 27278, + "▁Temp": 27279, + "▁Fut": 27280, + "respect": 27281, + "ocz": 27282, + "▁predomin": 27283, + "Indicator": 27284, + "encial": 27285, + "UMENT": 27286, + "▁SHALL": 27287, + "▁commanded": 27288, + "▁withdrawal": 27289, + "iour": 27290, + "REGION": 27291, + "sprintf": 27292, + "▁вме": 27293, + "▁Payment": 27294, + "▁Anim": 27295, + "publish": 27296, + "▁seeks": 27297, + "ouw": 27298, + "▁GM": 27299, + "rugu": 27300, + "ustain": 27301, + "▁))": 27302, + "▁consulting": 27303, + "▁Dialog": 27304, + "▁Lars": 27305, + "▁critique": 27306, + "▁circulation": 27307, + "▁landsc": 27308, + "managed": 27309, + "▁Craft": 27310, + "▁herman": 27311, + "afi": 27312, + "amy": 27313, + "▁discour": 27314, + "<>(": 27315, + "▁Steph": 27316, + "▁tolerance": 27317, + "typename": 27318, + "ventions": 27319, + "ział": 27320, + "стов": 27321, + "▁sticking": 27322, + "ASC": 27323, + "ISO": 27324, + "▁Spencer": 27325, + "▁Didn": 27326, + "gomery": 27327, + "imiter": 27328, + "dru": 27329, + "Clause": 27330, + "▁slides": 27331, + "###": 27332, + "▁Sugar": 27333, + "HY": 27334, + "▁эти": 27335, + "▁Edwards": 27336, + "▁cents": 27337, + "oya": 27338, + "serts": 27339, + "▁Hass": 27340, + "▁ingen": 27341, + "стри": 27342, + "▁saddle": 27343, + "solid": 27344, + "▁champions": 27345, + "-)": 27346, + "▁Slov": 27347, + "▁shiny": 27348, + "▁*)&": 27349, + "▁Define": 27350, + "če": 27351, + "▁scrut": 27352, + "onden": 27353, + "'\",": 27354, + "uffs": 27355, + "▁olymp": 27356, + "idential": 27357, + "wand": 27358, + "▁annually": 27359, + "▁Arkansas": 27360, + "▁saint": 27361, + "▁gleich": 27362, + "▁perfection": 27363, + ")>": 27364, + "▁shorts": 27365, + "▁justified": 27366, + "peated": 27367, + "packages": 27368, + "driven": 27369, + "▁Liberty": 27370, + "▁stripped": 27371, + "шение": 27372, + "▁fünf": 27373, + "▁ecosystem": 27374, + "ixa": 27375, + "▁Fresh": 27376, + "vart": 27377, + "▁treats": 27378, + "▁stance": 27379, + "чёт": 27380, + "▁pity": 27381, + "adém": 27382, + "▁окон": 27383, + "▁Chand": 27384, + "rab": 27385, + "вший": 27386, + "inski": 27387, + "▁continually": 27388, + "▁Daddy": 27389, + "▁nightmare": 27390, + "icional": 27391, + "▁efect": 27392, + "ueblo": 27393, + "▁lanç": 27394, + "▁Collections": 27395, + "due": 27396, + "ampton": 27397, + "▁memcpy": 27398, + "▁**(": 27399, + "issent": 27400, + "▁Insp": 27401, + "▁Glasgow": 27402, + "▁furono": 27403, + "▁kindness": 27404, + "Bi": 27405, + "▁competed": 27406, + "▁oak": 27407, + "Large": 27408, + "▁disgu": 27409, + "▁kings": 27410, + "тами": 27411, + "▁stuffed": 27412, + "▁hilar": 27413, + "published": 27414, + "▁stressed": 27415, + "▁Peak": 27416, + "▁loader": 27417, + "Keyboard": 27418, + "▁reconstruction": 27419, + "▁vod": 27420, + "▁dun": 27421, + "▁understands": 27422, + "tenant": 27423, + "▁chaque": 27424, + "▁prejud": 27425, + "utat": 27426, + "▁uso": 27427, + "▁Heavy": 27428, + "▁cuatro": 27429, + "▁sidewalk": 27430, + "▁Bug": 27431, + "▁månaden": 27432, + "geo": 27433, + "▁united": 27434, + "▁Files": 27435, + "▁Аль": 27436, + "▁rugby": 27437, + "▁financing": 27438, + "▁comply": 27439, + "&#": 27440, + "▁rushing": 27441, + "▁fen": 27442, + "mong": 27443, + "▁spé": 27444, + "▁presenting": 27445, + "INCLUDING": 27446, + "ěl": 27447, + "zeichnung": 27448, + "Backup": 27449, + "▁petit": 27450, + "▁allerg": 27451, + "нут": 27452, + "▁worrying": 27453, + "▁mamm": 27454, + "▁operand": 27455, + ":%.*]]": 27456, + "▁realise": 27457, + "Commands": 27458, + "▁Bew": 27459, + "▁assumes": 27460, + "▁Covid": 27461, + "▁quand": 27462, + "tyard": 27463, + "▁Mono": 27464, + "linked": 27465, + "MARK": 27466, + "Esp": 27467, + "▁blessing": 27468, + "▁eyebrows": 27469, + "▁NV": 27470, + "▁стру": 27471, + "▁modeling": 27472, + "▁greeted": 27473, + "Workspace": 27474, + "▁pedest": 27475, + "▁неза": 27476, + "lemagne": 27477, + "Statistics": 27478, + "▁aument": 27479, + "▁speeds": 27480, + "▁syndrome": 27481, + "CONNECT": 27482, + "zahl": 27483, + "verso": 27484, + "ército": 27485, + "▁astronom": 27486, + "▁aprile": 27487, + "žen": 27488, + "веро": 27489, + "draft": 27490, + "▁gioc": 27491, + "▁comport": 27492, + "▁variance": 27493, + "▁realizing": 27494, + "EDIT": 27495, + "олові": 27496, + "▁estar": 27497, + "▁sost": 27498, + "NORMAL": 27499, + "▁ó": 27500, + "▁Andr": 27501, + "ATTRIB": 27502, + "▁rede": 27503, + "▁toes": 27504, + "▁advances": 27505, + "▁Against": 27506, + "TOM": 27507, + "rss": 27508, + "MMMM": 27509, + "▁newest": 27510, + "▁VER": 27511, + "▁phrases": 27512, + "anter": 27513, + "Launch": 27514, + "▁chr": 27515, + "▁manufactured": 27516, + "$),": 27517, + "rollment": 27518, + "eston": 27519, + "▁peint": 27520, + "”)": 27521, + "endet": 27522, + "▁Hair": 27523, + "ivalent": 27524, + "▁upright": 27525, + "gren": 27526, + "anked": 27527, + "wright": 27528, + "▁mast": 27529, + "▁onChange": 27530, + "▁debris": 27531, + "▁grap": 27532, + "etry": 27533, + "▁(__": 27534, + "▁Commerce": 27535, + "BOX": 27536, + "Tax": 27537, + "▁отри": 27538, + "▁prevention": 27539, + "▁Feel": 27540, + "▁exotic": 27541, + "▁Bark": 27542, + "▁Steam": 27543, + "fon": 27544, + "olin": 27545, + "▁eliminated": 27546, + "▁bc": 27547, + "▁Cycl": 27548, + "▁$(\"#": 27549, + "▁Parl": 27550, + "manuel": 27551, + "ospher": 27552, + "WF": 27553, + "Analy": 27554, + "▁navig": 27555, + "▁renown": 27556, + "Rx": 27557, + "▁Walt": 27558, + "uffed": 27559, + "▁foster": 27560, + "$:": 27561, + "shore": 27562, + "Connector": 27563, + "фика": 27564, + "▁realization": 27565, + "Li": 27566, + "ctxt": 27567, + "ahoo": 27568, + "▁miracle": 27569, + "▁ET": 27570, + "▁GPS": 27571, + "▁Observable": 27572, + "▁hf": 27573, + "▁magnificent": 27574, + "него": 27575, + "BIN": 27576, + "▁Dorf": 27577, + "ieck": 27578, + "vee": 27579, + "▁Craw": 27580, + "/#": 27581, + "▁pci": 27582, + "ippet": 27583, + "▁Hillary": 27584, + "▁gir": 27585, + "▁rand": 27586, + "▁laying": 27587, + "▁Different": 27588, + "boys": 27589, + "virt": 27590, + "▁encryption": 27591, + "ász": 27592, + "пор": 27593, + "▁smelled": 27594, + "▁suscept": 27595, + "cluded": 27596, + "▁Carn": 27597, + "igten": 27598, + "▁Chuck": 27599, + "▁Provinc": 27600, + "▁perí": 27601, + "▁Marshal": 27602, + "мож": 27603, + "gfx": 27604, + "oshi": 27605, + "▁WHE": 27606, + "▁relaxation": 27607, + ",.": 27608, + "were": 27609, + "▁varieties": 27610, + "▁Won": 27611, + "▁gaps": 27612, + "▁stole": 27613, + "igua": 27614, + "ющие": 27615, + "▁Hampshire": 27616, + "phrase": 27617, + "▁película": 27618, + "Processing": 27619, + "▁initialization": 27620, + "oustic": 27621, + "▁Josef": 27622, + "icating": 27623, + "▁goodness": 27624, + "TES": 27625, + "▁cope": 27626, + "▁ignorance": 27627, + "▁Brist": 27628, + "▁paras": 27629, + "▁accidentally": 27630, + "▁tand": 27631, + "ittest": 27632, + "▁ули": 27633, + "▁shipped": 27634, + "▁ост": 27635, + "elseif": 27636, + "▁usize": 27637, + "horizontal": 27638, + "▁Carr": 27639, + "▁precip": 27640, + "roz": 27641, + "pathetic": 27642, + "rived": 27643, + "rok": 27644, + "▁digging": 27645, + "мом": 27646, + "▁Mull": 27647, + "▁XIII": 27648, + "▁peas": 27649, + "▁foul": 27650, + "▁travels": 27651, + "▁Ng": 27652, + "▁составе": 27653, + "Mont": 27654, + "arde": 27655, + "▁Stefan": 27656, + "^^^^": 27657, + "▁Kiss": 27658, + "▁Ek": 27659, + "▁oktober": 27660, + "▁memorable": 27661, + "')).": 27662, + "▁Vision": 27663, + "▁Nina": 27664, + "▁Solar": 27665, + "▁highlighted": 27666, + "▁memo": 27667, + "meisterschaft": 27668, + "sidebar": 27669, + "SEE": 27670, + "▁Nevada": 27671, + "Da": 27672, + "▁drawer": 27673, + "astically": 27674, + "elde": 27675, + "scribed": 27676, + "▁priests": 27677, + "▁hommes": 27678, + "▁instructor": 27679, + "клад": 27680, + "▁spett": 27681, + "\\-": 27682, + "▁мира": 27683, + "▁Looks": 27684, + "▁sleeve": 27685, + "▁strongest": 27686, + "▁tête": 27687, + "▁Nicole": 27688, + "imper": 27689, + "нача": 27690, + "ipper": 27691, + "▁inwon": 27692, + "ilers": 27693, + "▁Deputy": 27694, + "oge": 27695, + "▁depressed": 27696, + "▁arte": 27697, + "▁combining": 27698, + "LAST": 27699, + "inted": 27700, + "▁Average": 27701, + "▁pollution": 27702, + "▁Phillips": 27703, + "▁WM": 27704, + "}}}\\": 27705, + "Added": 27706, + "▁peripher": 27707, + "Creation": 27708, + "▁italien": 27709, + "▁Choice": 27710, + "▁EXPRESS": 27711, + "▁Struct": 27712, + "ysz": 27713, + "Resize": 27714, + "ARGS": 27715, + "▁repo": 27716, + "▁чтобы": 27717, + "▁pref": 27718, + "▁earthqu": 27719, + "▁Мекси": 27720, + "▁Finale": 27721, + "▁hecho": 27722, + "requests": 27723, + "Cut": 27724, + "▁deserved": 27725, + "гово": 27726, + "▁Recent": 27727, + "▁дивизи": 27728, + "▁supportive": 27729, + "прави": 27730, + "▁irrelevant": 27731, + "'\r": 27732, + "▁ctrl": 27733, + "▁Deal": 27734, + "izada": 27735, + "uo": 27736, + "▁nort": 27737, + "geometry": 27738, + "▁Individual": 27739, + "ereg": 27740, + "▁приня": 27741, + "cref": 27742, + "══": 27743, + "▁comerc": 27744, + "=_": 27745, + "bund": 27746, + "тах": 27747, + "ilen": 27748, + "чита": 27749, + "▁corporation": 27750, + "esz": 27751, + "▁==>": 27752, + "ablish": 27753, + "Apr": 27754, + "▁ripped": 27755, + "Vars": 27756, + "stret": 27757, + "▁Francesco": 27758, + "NaN": 27759, + "▁anytime": 27760, + "▁automated": 27761, + "ostream": 27762, + "▁drawings": 27763, + "▁enhancement": 27764, + "okrat": 27765, + "▁Issue": 27766, + "вра": 27767, + "Currency": 27768, + "▁wyn": 27769, + "izarre": 27770, + "ético": 27771, + "multiple": 27772, + "▁Rate": 27773, + "▁Ich": 27774, + "▁Auss": 27775, + "▁Former": 27776, + "Curve": 27777, + "▁marvel": 27778, + "attro": 27779, + "▁сп": 27780, + "BOOL": 27781, + "сия": 27782, + "gold": 27783, + "▁Nintendo": 27784, + "▁Salvador": 27785, + "▁Solution": 27786, + "ADC": 27787, + "бора": 27788, + "▁Bennett": 27789, + "▁FR": 27790, + "▁pueden": 27791, + "patient": 27792, + "▁PG": 27793, + "▁Jin": 27794, + "▁crashed": 27795, + "▁denen": 27796, + "▁Sample": 27797, + "▁Quebec": 27798, + "itories": 27799, + "▁blinked": 27800, + "▁lion": 27801, + "▁voce": 27802, + "▁Impact": 27803, + "▁Mau": 27804, + "▁Nie": 27805, + "▁lob": 27806, + "▁две": 27807, + "orneys": 27808, + "▁coastal": 27809, + "▁sensors": 27810, + "▁XII": 27811, + "▁illusion": 27812, + "oji": 27813, + "▁INC": 27814, + "▁Duncan": 27815, + "yk": 27816, + "▁affecting": 27817, + "pul": 27818, + "▁Napoleon": 27819, + "▁акаде": 27820, + "▁compt": 27821, + "▁profitable": 27822, + "loe": 27823, + "▁deuxième": 27824, + "▁WC": 27825, + "▁viable": 27826, + "▁Drug": 27827, + "TextBox": 27828, + "▁luminos": 27829, + "auté": 27830, + "yc": 27831, + "ště": 27832, + "▁affiliates": 27833, + "ilda": 27834, + "conduct": 27835, + "▁ebenfalls": 27836, + "▁AMD": 27837, + "▁Monitor": 27838, + "▁Companies": 27839, + "▁corrected": 27840, + "äck": 27841, + "SYSTEM": 27842, + "otherapy": 27843, + "▁перед": 27844, + "▁blues": 27845, + "atisf": 27846, + "although": 27847, + "rost": 27848, + "SCAN": 27849, + "▁RAM": 27850, + "ціональ": 27851, + "▁vendors": 27852, + "▁customs": 27853, + "▁activate": 27854, + "▁blogs": 27855, + "▁brace": 27856, + "▁strat": 27857, + "anje": 27858, + "щё": 27859, + "▁tide": 27860, + "▁Brigade": 27861, + "getOperand": 27862, + "▁aliment": 27863, + "▁achievements": 27864, + "▁suspicion": 27865, + "▁touchdown": 27866, + "broad": 27867, + "iore": 27868, + "Comparison": 27869, + "▁mum": 27870, + "English": 27871, + "▁Picture": 27872, + "▁Mouse": 27873, + "amd": 27874, + "▁[`": 27875, + "▁denomin": 27876, + "▁Aleks": 27877, + "▁prevents": 27878, + "ób": 27879, + "fed": 27880, + "▁Pray": 27881, + "▁shine": 27882, + "▁clutch": 27883, + "mux": 27884, + "Appro": 27885, + "▁notably": 27886, + "chio": 27887, + "nage": 27888, + "HAS": 27889, + "▁')": 27890, + "▁Miche": 27891, + "tg": 27892, + "::~": 27893, + "▁amely": 27894, + "▁rodz": 27895, + "zs": 27896, + "trait": 27897, + "▁klass": 27898, + "fö": 27899, + "▁destac": 27900, + "▁Clara": 27901, + "frequency": 27902, + "▁Git": 27903, + "▁поль": 27904, + "▁frequencies": 27905, + "▁febrero": 27906, + "▁stumbled": 27907, + "кою": 27908, + "▁Names": 27909, + "▁Flight": 27910, + "▁prey": 27911, + "▁medio": 27912, + "▁VAR": 27913, + "▁Float": 27914, + "▁Ernest": 27915, + "▁Marcatori": 27916, + "oport": 27917, + "▁cancellation": 27918, + "▁Bryan": 27919, + "————": 27920, + "Luc": 27921, + "▁libre": 27922, + "▁título": 27923, + "*>": 27924, + "▁Sandy": 27925, + "▁Marina": 27926, + "Been": 27927, + "▁wal": 27928, + "▁Kultur": 27929, + "▁explode": 27930, + "▁limiting": 27931, + "▁presumably": 27932, + "▁pb": 27933, + "▁Merc": 27934, + "▁реки": 27935, + "learning": 27936, + "Catalog": 27937, + "▁Census": 27938, + "lte": 27939, + "▁NET": 27940, + "raising": 27941, + "ське": 27942, + "staff": 27943, + "▁Quinn": 27944, + "▁memorial": 27945, + "пня": 27946, + "▁cuenta": 27947, + "▁XI": 27948, + "lbl": 27949, + "▁varies": 27950, + "▁fluctuations": 27951, + "▁долж": 27952, + "▁особи": 27953, + "▁warehouse": 27954, + "However": 27955, + "▁corrections": 27956, + "dhd": 27957, + "▁fals": 27958, + "▁controversy": 27959, + "▁curse": 27960, + "▁télé": 27961, + "řed": 27962, + "▁AU": 27963, + "▁тор": 27964, + "▁crít": 27965, + "idan": 27966, + "iliary": 27967, + "▁Panel": 27968, + "cule": 27969, + "▁Poor": 27970, + "▁BA": 27971, + "▁ignorant": 27972, + "èmes": 27973, + "▁aesthetic": 27974, + "Linked": 27975, + "getInt": 27976, + "Unicode": 27977, + "[@": 27978, + "▁Zent": 27979, + "Manifest": 27980, + "▁vars": 27981, + "PB": 27982, + "▁ву": 27983, + "▁Describe": 27984, + "▁Anything": 27985, + "oirs": 27986, + "▁socks": 27987, + "▁imped": 27988, + "▁neue": 27989, + "▁dispers": 27990, + "Collect": 27991, + "filer": 27992, + "▁Frau": 27993, + "▁Hockey": 27994, + "▁teens": 27995, + "▁Roberto": 27996, + "lauf": 27997, + "вать": 27998, + "▁ско": 27999, + "isArray": 28000, + "▁teenager": 28001, + "Built": 28002, + "▁loudly": 28003, + "Capacity": 28004, + "▁adventures": 28005, + "▁Molly": 28006, + "recogn": 28007, + "bars": 28008, + "▁Lor": 28009, + "▁può": 28010, + "▁mong": 28011, + "inement": 28012, + "Assignment": 28013, + "▁diz": 28014, + "lessness": 28015, + "▁Halloween": 28016, + "▁bitmap": 28017, + "Rom": 28018, + "нар": 28019, + "▁rebel": 28020, + "▁radial": 28021, + "measure": 28022, + "nit": 28023, + "▁Assume": 28024, + "▁assignments": 28025, + "▁Isn": 28026, + "▁altre": 28027, + "ßer": 28028, + "наль": 28029, + "▁flies": 28030, + "▁droit": 28031, + "▁thickness": 28032, + "▁enjo": 28033, + "▁dwell": 28034, + "▁homosexual": 28035, + "▁eval": 28036, + "$_{": 28037, + "asia": 28038, + "▁philos": 28039, + "getCurrent": 28040, + "▁veterans": 28041, + "▁Berkeley": 28042, + "▁wildlife": 28043, + "Cop": 28044, + "vern": 28045, + "▁Ú": 28046, + "tos": 28047, + "▁Led": 28048, + "▁keywords": 28049, + "▁medications": 28050, + "neum": 28051, + "▁jamais": 28052, + "▁Buc": 28053, + "▁PD": 28054, + "▁Statement": 28055, + "▁PI": 28056, + "▁Jackie": 28057, + "▁ordin": 28058, + "▁kör": 28059, + "enze": 28060, + "▁utilized": 28061, + "áct": 28062, + "azed": 28063, + "▁severely": 28064, + "▁även": 28065, + "▁libro": 28066, + "▁Eu": 28067, + "äst": 28068, + "PART": 28069, + "▁Butler": 28070, + "▁puzzle": 28071, + "Fall": 28072, + "Country": 28073, + "pfn": 28074, + "▁україн": 28075, + "▁Orchestra": 28076, + "▁alto": 28077, + "▁ancora": 28078, + "▁decomposition": 28079, + "▁م": 28080, + "▁appetite": 28081, + "adu": 28082, + "▁THAT": 28083, + "▁comenz": 28084, + "mina": 28085, + "▁initiated": 28086, + "▁Tat": 28087, + "▁sometime": 28088, + "rek": 28089, + "bread": 28090, + "▁Statistics": 28091, + "▁Cob": 28092, + "Follow": 28093, + "▁geometric": 28094, + "шла": 28095, + "▁proceedings": 28096, + "Dlg": 28097, + "seven": 28098, + "▁[-": 28099, + "▁Buffalo": 28100, + "▁blacks": 28101, + "▁sov": 28102, + "▁custody": 28103, + "▁ras": 28104, + "▁tattoo": 28105, + "öffentlicht": 28106, + "Blo": 28107, + "Austral": 28108, + "▁recuper": 28109, + "лев": 28110, + "▁bem": 28111, + "▁thou": 28112, + "oriented": 28113, + "vir": 28114, + "▁colony": 28115, + "▁Stanford": 28116, + "Absolute": 28117, + "adrat": 28118, + "▁Situ": 28119, + "▁souvent": 28120, + "EXEC": 28121, + "▁mű": 28122, + "▁apartments": 28123, + "▁случа": 28124, + "▁ano": 28125, + "WINDO": 28126, + "acci": 28127, + "▁Lau": 28128, + "court": 28129, + "▁manifold": 28130, + "▁coalition": 28131, + "▁XIV": 28132, + "Attrib": 28133, + "ascade": 28134, + "▁wheat": 28135, + "▁strengths": 28136, + "FREE": 28137, + "EMPTY": 28138, + "▁hey": 28139, + "ascular": 28140, + "▁plasma": 28141, + "▁bob": 28142, + "Separator": 28143, + "=\"${": 28144, + "▁Zag": 28145, + "▁projet": 28146, + "▁smoothly": 28147, + "SEQU": 28148, + "analy": 28149, + "attachment": 28150, + "▁ES": 28151, + "▁popped": 28152, + "ős": 28153, + "tom": 28154, + "▁són": 28155, + "▁rott": 28156, + "Utilities": 28157, + "hadoop": 28158, + "▁sotto": 28159, + "autor": 28160, + "▁Georges": 28161, + "▁který": 28162, + "▁gruppo": 28163, + "▁когда": 28164, + "▁меда": 28165, + "▁instrumental": 28166, + "▁Writer": 28167, + "▁setTimeout": 28168, + "ikk": 28169, + "▁Dopo": 28170, + "]);\r": 28171, + "▁practicing": 28172, + "▁Ronald": 28173, + "▁уби": 28174, + "▁agrees": 28175, + "▁denoted": 28176, + "ismiss": 28177, + "▁interviewed": 28178, + "templates": 28179, + "ři": 28180, + "administr": 28181, + "▁Butter": 28182, + "▁XVII": 28183, + "▁positioned": 28184, + "▁Fourth": 28185, + "▁overwhelmed": 28186, + "▁Regular": 28187, + "▁reprezent": 28188, + "кономи": 28189, + "▁expects": 28190, + "Indices": 28191, + "▁marijuana": 28192, + "▁zaj": 28193, + "▁Bren": 28194, + "▁begg": 28195, + "▁nahm": 28196, + "▁interrog": 28197, + "тие": 28198, + "▁Bun": 28199, + "▁серед": 28200, + "▁shelves": 28201, + "▁которых": 28202, + "▁Frauen": 28203, + "▁Sergeant": 28204, + "▁успе": 28205, + "matched": 28206, + "▁donne": 28207, + "▁touches": 28208, + "abort": 28209, + "▁vale": 28210, + "▁institutional": 28211, + "▁Mons": 28212, + "▁ambitious": 28213, + "▁nonetheless": 28214, + "jd": 28215, + "пей": 28216, + "▁backpack": 28217, + "dao": 28218, + "вия": 28219, + "▁surroundings": 28220, + "|_{": 28221, + "▁gegründ": 28222, + "disp": 28223, + "▁moisture": 28224, + "▁wyd": 28225, + "▁traders": 28226, + "▁Erst": 28227, + "▁Galaxy": 28228, + "▁воло": 28229, + "▁Peru": 28230, + "▁priorities": 28231, + "▁pronounced": 28232, + "▁CBS": 28233, + "▁Palm": 28234, + "▁expans": 28235, + "▁energet": 28236, + "▁Condition": 28237, + "▁Sver": 28238, + "nested": 28239, + "▁февраля": 28240, + "hero": 28241, + "▁коло": 28242, + "▁Films": 28243, + "Bon": 28244, + "éal": 28245, + "ployed": 28246, + "trained": 28247, + "▁első": 28248, + "▁lust": 28249, + "atinum": 28250, + "oyle": 28251, + "▁Jet": 28252, + "ждения": 28253, + "▁surveys": 28254, + "bee": 28255, + "workers": 28256, + "records": 28257, + "calendar": 28258, + "bbing": 28259, + "regation": 28260, + "dashboard": 28261, + "King": 28262, + "▁vista": 28263, + "▁depicted": 28264, + "▁occurring": 28265, + "▁офи": 28266, + "▁sandwich": 28267, + "rcu": 28268, + "kern": 28269, + "▁minut": 28270, + "▁смер": 28271, + "▁td": 28272, + "solete": 28273, + "Complex": 28274, + "▁tunn": 28275, + "▁scarc": 28276, + "stead": 28277, + "▁Fail": 28278, + "▁Rs": 28279, + "▁trails": 28280, + "kem": 28281, + "▁Romans": 28282, + "ativity": 28283, + "Previous": 28284, + "▁depress": 28285, + "▁resigned": 28286, + "getDefault": 28287, + "▁Tibet": 28288, + "▁Franco": 28289, + "\")));": 28290, + "▁injection": 28291, + "removed": 28292, + "▁praised": 28293, + "▁Asc": 28294, + "erase": 28295, + "▁commissioned": 28296, + "MAIL": 28297, + "▁Boh": 28298, + "Poly": 28299, + "▁cinq": 28300, + "▁Above": 28301, + "▁Joshua": 28302, + "ZERO": 28303, + "▁summit": 28304, + "▁Urs": 28305, + "▁curl": 28306, + "▁visa": 28307, + "▁resur": 28308, + "={'": 28309, + "feat": 28310, + "▁absorb": 28311, + "▁planets": 28312, + "▁princess": 28313, + "▁Jahrhunderts": 28314, + "xp": 28315, + "▁NBC": 28316, + "▁коми": 28317, + "▁FUN": 28318, + "▁neuen": 28319, + "▁déjà": 28320, + "▁Oz": 28321, + "bben": 28322, + "VIDEO": 28323, + "▁ejempl": 28324, + "▁considers": 28325, + "atri": 28326, + "▁arrog": 28327, + "ioso": 28328, + "▁hace": 28329, + "▁contacted": 28330, + "▁unple": 28331, + "▁sponsored": 28332, + "▁trainer": 28333, + "sbi": 28334, + "▁занима": 28335, + "Criterion": 28336, + "ното": 28337, + "scheme": 28338, + "ennial": 28339, + "perform": 28340, + "▁fixing": 28341, + "▁постро": 28342, + "arb": 28343, + "EXIT": 28344, + "▁café": 28345, + "ituted": 28346, + "riages": 28347, + "Tur": 28348, + "▁haber": 28349, + "elasticsearch": 28350, + "▁ал": 28351, + "rh": 28352, + "▁voll": 28353, + "CLU": 28354, + "Mil": 28355, + "▁membres": 28356, + "▁remarked": 28357, + "вана": 28358, + "=\"_": 28359, + "Less": 28360, + "(\"\");": 28361, + "▁Yale": 28362, + "berries": 28363, + "▁releasing": 28364, + "▁imports": 28365, + "idea": 28366, + "▁(+": 28367, + "▁arqu": 28368, + "ificación": 28369, + "▁пара": 28370, + "▁Rangers": 28371, + "Mic": 28372, + "▁nederbörd": 28373, + "▁imaginary": 28374, + "▁specialists": 28375, + "▁hoof": 28376, + "Modules": 28377, + "▁sadly": 28378, + "ceil": 28379, + "TabIndex": 28380, + "ationale": 28381, + "▁Partner": 28382, + "tbody": 28383, + "▁leverage": 28384, + "DN": 28385, + "▁Prec": 28386, + "▁Sé": 28387, + "▁Mam": 28388, + "▁afin": 28389, + "isValid": 28390, + "Pse": 28391, + "▁сторо": 28392, + "▁chopped": 28393, + "▁Minor": 28394, + "▁dabei": 28395, + "David": 28396, + "ussia": 28397, + "▁деревня": 28398, + "▁Identity": 28399, + "▁LGBT": 28400, + "ције": 28401, + "▁Orts": 28402, + "▁parti": 28403, + "▁Bachelor": 28404, + "uga": 28405, + "▁OPT": 28406, + "▁Seth": 28407, + "▁LIABLE": 28408, + "▁inaugur": 28409, + "▁Shanghai": 28410, + "▁relaxing": 28411, + "циона": 28412, + "\"%": 28413, + "▁obey": 28414, + "▁Airlines": 28415, + "Links": 28416, + "▁Celt": 28417, + "▁Admin": 28418, + "agation": 28419, + "▁worries": 28420, + "INTE": 28421, + "arith": 28422, + "Fatalf": 28423, + "]])": 28424, + "colm": 28425, + "▁archae": 28426, + "▁brushed": 28427, + "▁tät": 28428, + "▁structured": 28429, + "тии": 28430, + "▁homem": 28431, + "[:,": 28432, + "▁navy": 28433, + "getKey": 28434, + "powered": 28435, + "▁sucked": 28436, + "▁zomb": 28437, + "issant": 28438, + "▁Might": 28439, + "▁Pull": 28440, + "rir": 28441, + "▁пі": 28442, + "▁seas": 28443, + "▁Wrest": 28444, + "▁tense": 28445, + "▁atm": 28446, + "▁havet": 28447, + "▁pierws": 28448, + "▁tragic": 28449, + "▁Diff": 28450, + "▁confidential": 28451, + "successful": 28452, + "ęż": 28453, + "▁Chain": 28454, + "▁Kenya": 28455, + "Choice": 28456, + "ocur": 28457, + "aniu": 28458, + "▁consultant": 28459, + "▁Advis": 28460, + "Lif": 28461, + "▁Lors": 28462, + "avorite": 28463, + "▁utilizing": 28464, + "▁vintage": 28465, + "Matcher": 28466, + "▁membre": 28467, + "▁Expect": 28468, + "▁tracing": 28469, + "nog": 28470, + "▁dej": 28471, + "▁уче": 28472, + "▁loops": 28473, + "▁onclick": 28474, + "▁GPU": 28475, + "▁Albums": 28476, + "▁Archives": 28477, + "вата": 28478, + "▁stove": 28479, + "шли": 28480, + "ancies": 28481, + "▁gemeente": 28482, + "mob": 28483, + "PDF": 28484, + "eso": 28485, + "▁vég": 28486, + "Resolve": 28487, + "▁teaches": 28488, + "ложе": 28489, + "▁ство": 28490, + "▁Одна": 28491, + "▁fid": 28492, + "Something": 28493, + "▁nebo": 28494, + "▁Valentine": 28495, + "rowning": 28496, + "▁але": 28497, + "awi": 28498, + "ishi": 28499, + "▁SPI": 28500, + "▁spel": 28501, + "▁біль": 28502, + "▁participant": 28503, + "▁Ned": 28504, + "▁Gast": 28505, + "▁blond": 28506, + "▁saves": 28507, + "colored": 28508, + "▁ACTION": 28509, + "▁Politiker": 28510, + "}$)": 28511, + "▁Dum": 28512, + "dentry": 28513, + "Student": 28514, + "▁~=": 28515, + "loads": 28516, + "▁Foster": 28517, + "一个": 28518, + "▁PK": 28519, + "▁SB": 28520, + "▁Hern": 28521, + "▁Exhib": 28522, + "Listeners": 28523, + "Sun": 28524, + "plac": 28525, + "▁Bever": 28526, + "▁incluy": 28527, + "▁dc": 28528, + "argc": 28529, + "▁ged": 28530, + "спа": 28531, + "▁Formula": 28532, + "▁сем": 28533, + "▁empt": 28534, + "unregister": 28535, + "▁Queensland": 28536, + "ández": 28537, + "otive": 28538, + "▁alley": 28539, + "▁Democrat": 28540, + "▁travail": 28541, + "▁$,": 28542, + "RP": 28543, + "рое": 28544, + "personal": 28545, + "▁période": 28546, + "HOME": 28547, + "omes": 28548, + "▁recognised": 28549, + "heng": 28550, + "▁Jung": 28551, + "▁Roland": 28552, + "▁convicted": 28553, + "Locked": 28554, + "▁mari": 28555, + "▁Luxem": 28556, + "referto": 28557, + "Deleted": 28558, + "intent": 28559, + "▁Staats": 28560, + "▁області": 28561, + "ит": 28562, + "▁саве": 28563, + "▁Protocol": 28564, + "ając": 28565, + "chk": 28566, + "TypeInfo": 28567, + "▁pkt": 28568, + "▁scandal": 28569, + "▁individually": 28570, + "FMT": 28571, + "▁nj": 28572, + "abile": 28573, + "▁Rivers": 28574, + "PROPERTY": 28575, + "VB": 28576, + "wort": 28577, + "▁splitting": 28578, + "achten": 28579, + "▁ARISING": 28580, + "▁sip": 28581, + "▁fres": 28582, + "▁groom": 28583, + "Hol": 28584, + "▁canon": 28585, + "▁abruptly": 28586, + "▁afterward": 28587, + "▁Running": 28588, + "▁ji": 28589, + "▁%,": 28590, + "▁Palestinian": 28591, + "RW": 28592, + "pgfscope": 28593, + "▁countryside": 28594, + "▁fortunate": 28595, + "▁cél": 28596, + "▁Pointer": 28597, + "ensors": 28598, + "rating": 28599, + "▁buffers": 28600, + "▁remot": 28601, + "▁PropTypes": 28602, + "▁Nah": 28603, + "altern": 28604, + "▁easiest": 28605, + "▁invas": 28606, + "▁clk": 28607, + "copyright": 28608, + "▁blanc": 28609, + "SAMP": 28610, + "▁Cohen": 28611, + "▁Shell": 28612, + "▁destroying": 28613, + "▁Zel": 28614, + "dater": 28615, + "čen": 28616, + "▁filing": 28617, + "▁integrate": 28618, + "xit": 28619, + "▁RET": 28620, + "lene": 28621, + "calls": 28622, + "▁slaughter": 28623, + "initialized": 28624, + "unches": 28625, + "▁Trace": 28626, + "efficient": 28627, + "▁Woods": 28628, + "▁longitud": 28629, + "GN": 28630, + "▁Kont": 28631, + "▁chunks": 28632, + "ách": 28633, + "▁unemployment": 28634, + "acom": 28635, + "▁slowed": 28636, + "▁outlined": 28637, + "xffff": 28638, + "▁ikke": 28639, + "▁workspace": 28640, + "Mc": 28641, + "▁kicking": 28642, + "▁embedding": 28643, + "chnitt": 28644, + "erten": 28645, + "▁Interior": 28646, + "▁Songs": 28647, + "mmc": 28648, + "▁analyzed": 28649, + "▁Coupe": 28650, + "▁favorites": 28651, + "▁tt": 28652, + "▁той": 28653, + "Routing": 28654, + "▁Silva": 28655, + "▁anderem": 28656, + "▁honom": 28657, + "▁использова": 28658, + ".\"]": 28659, + "▁Wu": 28660, + "legt": 28661, + "▁spoon": 28662, + "▁jap": 28663, + "▁Extension": 28664, + "erne": 28665, + "▁vagy": 28666, + "▁села": 28667, + "▁функ": 28668, + "▁analytics": 28669, + "▁sug": 28670, + "▁Async": 28671, + "▁peaks": 28672, + "▁Gym": 28673, + "▁lawsuit": 28674, + "<>": 28675, + "ialis": 28676, + "etric": 28677, + "faced": 28678, + "▁disrupt": 28679, + "▁få": 28680, + "Inputs": 28681, + "`);": 28682, + "▁Mend": 28683, + "gon": 28684, + "▁\",\"": 28685, + "▁nerves": 28686, + "▁doubts": 28687, + "sap": 28688, + "▁sow": 28689, + ",\\,\\": 28690, + "▁BS": 28691, + "▁Glad": 28692, + "▁aster": 28693, + "œuvre": 28694, + "▁Bangl": 28695, + "▁iPad": 28696, + "useppe": 28697, + "▁conducting": 28698, + "▁({\\": 28699, + "▁Harbor": 28700, + "psz": 28701, + "▁FIFA": 28702, + "_**": 28703, + "emor": 28704, + "▁": 28705, + "e": 28706, + "t": 28707, + "a": 28708, + "o": 28709, + "i": 28710, + "n": 28711, + "r": 28712, + "s": 28713, + "l": 28714, + "d": 28715, + "h": 28716, + "c": 28717, + "u": 28718, + "m": 28719, + "p": 28720, + "g": 28721, + "f": 28722, + ".": 28723, + "y": 28724, + ",": 28725, + "b": 28726, + "w": 28727, + "v": 28728, + "k": 28729, + "_": 28730, + ")": 28731, + "(": 28732, + "-": 28733, + "0": 28734, + "S": 28735, + "*": 28736, + "I": 28737, + "T": 28738, + "\"": 28739, + "1": 28740, + "A": 28741, + "'": 28742, + "C": 28743, + "x": 28744, + ";": 28745, + "=": 28746, + ":": 28747, + "/": 28748, + "E": 28749, + "2": 28750, + "{": 28751, + "}": 28752, + "P": 28753, + "R": 28754, + "M": 28755, + "\\": 28756, + "D": 28757, + "L": 28758, + "N": 28759, + "B": 28760, + "о": 28761, + "O": 28762, + "а": 28763, + "z": 28764, + "F": 28765, + "|": 28766, + ">": 28767, + "j": 28768, + "H": 28769, + "3": 28770, + "#": 28771, + "и": 28772, + "е": 28773, + "9": 28774, + "q": 28775, + "$": 28776, + "G": 28777, + "н": 28778, + "U": 28779, + "W": 28780, + "4": 28781, + "5": 28782, + "8": 28783, + "6": 28784, + "р": 28785, + "т": 28786, + "7": 28787, + "с": 28788, + "<": 28789, + "V": 28790, + "в": 28791, + "[": 28792, + "]": 28793, + "л": 28794, + "к": 28795, + "K": 28796, + "é": 28797, + "J": 28798, + "д": 28799, + "&": 28800, + "\r": 28801, + "Y": 28802, + "м": 28803, + "?": 28804, + "у": 28805, + "+": 28806, + "п": 28807, + "!": 28808, + "’": 28809, + "г": 28810, + "я": 28811, + "з": 28812, + "і": 28813, + "X": 28814, + "^": 28815, + "–": 28816, + "б": 28817, + "@": 28818, + "й": 28819, + "á": 28820, + "—": 28821, + "ь": 28822, + "%": 28823, + "Q": 28824, + "ó": 28825, + "ч": 28826, + "í": 28827, + "Z": 28828, + "ы": 28829, + "ä": 28830, + "х": 28831, + "`": 28832, + "ц": 28833, + "ö": 28834, + "“": 28835, + "ж": 28836, + "ü": 28837, + "”": 28838, + "à": 28839, + "è": 28840, + "ш": 28841, + "ю": 28842, + "ł": 28843, + "С": 28844, + "~": 28845, + "ф": 28846, + "П": 28847, + "»": 28848, + "В": 28849, + "«": 28850, + "å": 28851, + "К": 28852, + "щ": 28853, + "·": 28854, + "ј": 28855, + "М": 28856, + "ç": 28857, + "А": 28858, + "Н": 28859, + "Р": 28860, + "Б": 28861, + "č": 28862, + "ú": 28863, + "ę": 28864, + "ã": 28865, + "ą": 28866, + "ă": 28867, + "Д": 28868, + "ї": 28869, + "ъ": 28870, + "ě": 28871, + "Г": 28872, + "š": 28873, + "О": 28874, + "Т": 28875, + "ê": 28876, + "ñ": 28877, + "…": 28878, + "ž": 28879, + "ß": 28880, + "ё": 28881, + "ż": 28882, + "ř": 28883, + "ś": 28884, + "Л": 28885, + "ő": 28886, + "„": 28887, + "э": 28888, + "ý": 28889, + "У": 28890, + "â": 28891, + "И": 28892, + "є": 28893, + "‘": 28894, + "î": 28895, + "З": 28896, + "Ф": 28897, + "ò": 28898, + "•": 28899, + "ć": 28900, + "É": 28901, + "°": 28902, + "ș": 28903, + "Х": 28904, + "ț": 28905, + "ô": 28906, + "Е": 28907, + "ń": 28908, + "Ч": 28909, + "Ш": 28910, + "ø": 28911, + "ù": 28912, + "ů": 28913, + "的": 28914, + "ا": 28915, + "æ": 28916, + "њ": 28917, + "љ": 28918, + "ë": 28919, + "ï": 28920, + "Э": 28921, + "£": 28922, + "−": 28923, + ",": 28924, + "õ": 28925, + "ћ": 28926, + "­": 28927, + "Ц": 28928, + "І": 28929, + "ā": 28930, + "ű": 28931, + "†": 28932, + "ل": 28933, + "ō": 28934, + "​": 28935, + "º": 28936, + "Я": 28937, + "′": 28938, + "Á": 28939, + "Ö": 28940, + "²": 28941, + "Ж": 28942, + "ì": 28943, + "。": 28944, + "数": 28945, + "×": 28946, + "ر": 28947, + "α": 28948, + "́": 28949, + "Ю": 28950, + "û": 28951, + "œ": 28952, + "ı": 28953, + "م": 28954, + "ن": 28955, + "ª": 28956, + "ź": 28957, + "ο": 28958, + "″": 28959, + "€": 28960, + "Ü": 28961, + "و": 28962, + "用": 28963, + "À": 28964, + "Č": 28965, + "Š": 28966, + "ت": 28967, + "د": 28968, + "一": 28969, + "¿": 28970, + "是": 28971, + "ي": 28972, + "ђ": 28973, + "®": 28974, + "ی": 28975, + "ν": 28976, + "đ": 28977, + "τ": 28978, + "─": 28979, + "ι": 28980, + "ε": 28981, + "→": 28982, + "ب": 28983, + "Å": 28984, + "ū": 28985, + "№": 28986, + "ş": 28987, + "不": 28988, + "џ": 28989, + "ー": 28990, + "中": 28991, + "Î": 28992, + "の": 28993, + ":": 28994, + "个": 28995, + "Й": 28996, + "ρ": 28997, + "有": 28998, + "Ä": 28999, + " ": 29000, + "ī": 29001, + "©": 29002, + "为": 29003, + "ه": 29004, + "י": 29005, + "ו": 29006, + "时": 29007, + "س": 29008, + "Ś": 29009, + "在": 29010, + "件": 29011, + "取": 29012, + "ς": 29013, + "™": 29014, + "이": 29015, + "σ": 29016, + "μ": 29017, + "定": 29018, + "文": 29019, + "据": 29020, + "置": 29021, + "Ž": 29022, + "±": 29023, + "表": 29024, + "成": 29025, + "ň": 29026, + "λ": 29027, + "¡": 29028, + "È": 29029, + "π": 29030, + "字": 29031, + "│": 29032, + "Ј": 29033, + "回": 29034, + "Є": 29035, + "到": 29036, + "行": 29037, + "§": 29038, + "½": 29039, + "ع": 29040, + "、": 29041, + "Ł": 29042, + "다": 29043, + "ン": 29044, + "κ": 29045, + "名": 29046, + "ה": 29047, + "入": 29048, + "η": 29049, + "大": 29050, + "对": 29051, + "可": 29052, + "Â": 29053, + "上": 29054, + "█": 29055, + "新": 29056, + "ف": 29057, + "加": 29058, + "要": 29059, + "Ż": 29060, + "下": 29061, + "分": 29062, + "值": 29063, + "ת": 29064, + "出": 29065, + "类": 29066, + "请": 29067, + "’": 29068, + "息": 29069, + "Ú": 29070, + "υ": 29071, + "获": 29072, + "示": 29073, + "以": 29074, + "ר": 29075, + "接": 29076, + "ל": 29077, + "を": 29078, + "存": 29079, + "信": 29080, + "设": 29081, + "方": 29082, + "ش": 29083, + "能": 29084, + "点": 29085, + "人": 29086, + "前": 29087, + "ğ": 29088, + "作": 29089, + "═": 29090, + "↘": 29091, + "ð": 29092, + "理": 29093, + "■": 29094, + "法": 29095, + "️": 29096, + "ˈ": 29097, + "果": 29098, + "发": 29099, + "ح": 29100, + "γ": 29101, + "ɵ": 29102, + "า": 29103, + "َ": 29104, + "了": 29105, + "户": 29106, + "Í": 29107, + "ə": 29108, + "ス": 29109, + "查": 29110, + "し": 29111, + "מ": 29112, + "单": 29113, + "ť": 29114, + "ق": 29115, + "る": 29116, + "间": 29117, + "如": 29118, + "本": 29119, + "后": 29120, + "ί": 29121, + "式": 29122, + "ト": 29123, + "Щ": 29124, + "Ó": 29125, + "す": 29126, + "א": 29127, + "生": 29128, + "动": 29129, + "ک": 29130, + "和": 29131, + "い": 29132, + "€": 29133, + "ა": 29134, + "가": 29135, + "하": 29136, + "�": 29137, + "小": 29138, + "返": 29139, + "否": 29140, + "ة": 29141, + "日": 29142, + "로": 29143, + "标": 29144, + "码": 29145, + "地": 29146, + "位": 29147, + "에": 29148, + " ": 29149, + "列": 29150, + "수": 29151, + "β": 29152, + "除": 29153, + "使": 29154, + "ש": 29155, + "ج": 29156, + "イ": 29157, + "δ": 29158, + "自": 29159, + "于": 29160, + "지": 29161, + "当": 29162, + "所": 29163, + "기": 29164, + "ი": 29165, + "ב": 29166, + "ร": 29167, + "★": 29168, + "子": 29169, + "号": 29170, + "ك": 29171, + "参": 29172, + "型": 29173, + "に": 29174, + "는": 29175, + "这": 29176, + "开": 29177, + "น": 29178, + "会": 29179, + "器": 29180, + "面": 29181, + "ル": 29182, + "图": 29183, + "度": 29184, + ")": 29185, + "(": 29186, + "의": 29187, + "内": 29188, + "을": 29189, + "最": 29190, + "”": 29191, + "化": 29192, + "建": 29193, + "니": 29194, + "量": 29195, + "😂": 29196, + "始": 29197, + "ē": 29198, + "خ": 29199, + "를": 29200, + "ά": 29201, + "过": 29202, + "³": 29203, + "´": 29204, + "组": 29205, + "功": 29206, + "‎": 29207, + "Ÿ": 29208, + "区": 29209, + "ز": 29210, + "ґ": 29211, + "ό": 29212, + "ッ": 29213, + "ω": 29214, + "Ç": 29215, + "选": 29216, + "通": 29217, + "结": 29218, + "录": 29219, + "改": 29220, + "ク": 29221, + "目": 29222, + "指": 29223, + "务": 29224, + "๐": 29225, + "输": 29226, + "た": 29227, + "อ": 29228, + "关": 29229, + "で": 29230, + "调": 29231, + "ा": 29232, + "정": 29233, + "合": 29234, + "已": 29235, + "시": 29236, + "部": 29237, + "页": 29238, + "━": 29239, + "ː": 29240, + "ま": 29241, + "我": 29242, + "求": 29243, + "市": 29244, + "次": 29245, + "נ": 29246, + "实": 29247, + "将": 29248, + "重": 29249, + "更": 29250, + "制": 29251, + "符": 29252, + "配": 29253, + "象": 29254, + "θ": 29255, + "ก": 29256, + "て": 29257, + "进": 29258, + "需": 29259, + "Đ": 29260, + "性": 29261, + "认": 29262, + "来": 29263, + "题": 29264, + "程": 29265, + "模": 29266, + "!": 29267, + "失": 29268, + "口": 29269, + "な": 29270, + "έ": 29271, + "": 29272, + "空": 29273, + "‍": 29274, + "期": 29275, + "者": 29276, + "は": 29277, + "Ђ": 29278, + "提": 29279, + "ή": 29280, + "ラ": 29281, + "한": 29282, + "态": 29283, + "复": 29284, + "ง": 29285, + "ე": 29286, + "Ø": 29287, + "리": 29288, + "修": 29289, + "‚": 29290, + "得": 29291, + "多": 29292, + "格": 29293, + "자": 29294, + "ע": 29295, + "่": 29296, + "函": 29297, + "应": 29298, + "↗": 29299, + "्": 29300, + "เ": 29301, + "正": 29302, + "注": 29303, + "스": 29304, + "서": 29305, + "リ": 29306, + "φ": 29307, + "ص": 29308, + "が": 29309, + "则": 29310, + "消": 29311, + "节": 29312, + "序": 29313, + "代": 29314, + "사": 29315, + "と": 29316, + "ד": 29317, + "้": 29318, + "र": 29319, + "此": 29320, + "保": 29321, + "ア": 29322, + "ư": 29323, + "인": 29324, + "ė": 29325, + "处": 29326, + "删": 29327, + "ɛ": 29328, + "容": 29329, + "ط": 29330, + "“": 29331, + "之": 29332, + "包": 29333, + "状": 29334, + "ド": 29335, + "İ": 29336, + "体": 29337, + "同": 29338, + "事": 29339, + "🙂": 29340, + "タ": 29341, + "χ": 29342, + "ʿ": 29343, + "Ș": 29344, + "主": 29345, + "品": 29346, + "ק": 29347, + "询": 29348, + "创": 29349, + "该": 29350, + " ": 29351, + "元": 29352, + "第": 29353, + "天": 29354, + "或": 29355, + "年": 29356, + "转": 29357, + "ח": 29358, + "传": 29359, + "ţ": 29360, + "路": 29361, + "例": 29362, + "机": 29363, + "Ã": 29364, + "ď": 29365, + "高": 29366, + "相": 29367, + "โ": 29368, + "片": 29369, + "―": 29370, + "操": 29371, + "ա": 29372, + "ม": 29373, + "全": 29374, + "无": 29375, + "月": 29376, + "称": 29377, + "ั": 29378, + "就": 29379, + "™": 29380, + "明": 29381, + "计": 29382, + "你": 29383, + "败": 29384, + "密": 29385, + "解": 29386, + "れ": 29387, + "أ": 29388, + "变": 29389, + "段": 29390, + "条": 29391, + "默": 29392, + "●": 29393, + "ล": 29394, + "色": 29395, + "断": 29396, + "商": 29397, + "ם": 29398, + "か": 29399, + "里": 29400, + "系": 29401, + "编": 29402, + "错": 29403, + "트": 29404, + "只": 29405, + "县": 29406, + "ს": 29407, + "常": 29408, + "初": 29409, + "ɔ": 29410, + "Α": 29411, + "フ": 29412, + "►": 29413, + "等": 29414, + "일": 29415, + "・": 29416, + "Ō": 29417, + "情": 29418, + "现": 29419, + "Ř": 29420, + "ِ": 29421, + "さ": 29422, + "ạ": 29423, + "용": 29424, + "证": 29425, + "해": 29426, + "手": 29427, + "支": 29428, + "입": 29429, + "服": 29430, + "்": 29431, + "道": 29432, + "어": 29433, + "送": 29434, + "载": 29435, + "限": 29436, + "线": 29437, + "属": 29438, + "—": 29439, + "他": 29440, + "放": 29441, + "记": 29442, + "公": 29443, + "没": 29444, + "添": 29445, + "显": 29446, + "บ": 29447, + "ย": 29448, + "რ": 29449, + "其": 29450, + "集": 29451, + "金": 29452, + "国": 29453, + "任": 29454, + "ە": 29455, + "话": 29456, + "并": 29457, + "被": 29458, + "ύ": 29459, + "都": 29460, + "گ": 29461, + "意": 29462, + "כ": 29463, + "经": 29464, + "성": 29465, + "看": 29466, + "פ": 29467, + "址": 29468, + "ס": 29469, + "드": 29470, + "交": 29471, + "¼": 29472, + "Џ": 29473, + "完": 29474, + "Δ": 29475, + "义": 29476, + "보": 29477, + "向": 29478, + "换": 29479, + "山": 29480, + "算": 29481, + "二": 29482, + "پ": 29483, + "⁄": 29484, + "判": 29485, + "级": 29486, + "工": 29487, + "ด": 29488, + "⠀": 29489, + "家": 29490, + "レ": 29491, + "三": 29492, + "原": 29493, + "】": 29494, + "长": 29495, + "া": 29496, + "管": 29497, + "ѝ": 29498, + "क": 29499, + "学": 29500, + "ロ": 29501, + "验": 29502, + "写": 29503, + "Œ": 29504, + "从": 29505, + "【": 29506, + "收": 29507, + "ả": 29508, + "未": 29509, + "登": 29510, + "고": 29511, + "源": 29512, + "每": 29513, + "µ": 29514, + "误": 29515, + "り": 29516, + "요": 29517, + "按": 29518, + "ว": 29519, + "权": 29520, + "根": 29521, + "プ": 29522, + "串": 29523, + "ส": 29524, + "›": 29525, + "제": 29526, + "シ": 29527, + "Ş": 29528, + "确": 29529, + "好": 29530, + "统": 29531, + "效": 29532, + "网": 29533, + "\u0001": 29534, + "物": 29535, + "아": 29536, + "也": 29537, + "은": 29538, + "ệ": 29539, + "न": 29540, + "项": 29541, + "资": 29542, + "こ": 29543, + "引": 29544, + "ジ": 29545, + "ค": 29546, + "版": 29547, + "ท": 29548, + "平": 29549, + "们": 29550, + "与": 29551, + "き": 29552, + "移": 29553, + "ि": 29554, + "素": 29555, + "执": 29556, + "주": 29557, + "‐": 29558, + "Ґ": 29559, + "ี": 29560, + "板": 29561, + "问": 29562, + "Ε": 29563, + "安": 29564, + "면": 29565, + "소": 29566, + "ต": 29567, + "ิ": 29568, + "持": 29569, + "습": 29570, + "Σ": 29571, + "ら": 29572, + "コ": 29573, + "心": 29574, + "Π": 29575, + "打": 29576, + "」": 29577, + "상": 29578, + "「": 29579, + "检": 29580, + "库": 29581, + "÷": 29582, + "으": 29583, + "测": 29584, + "ん": 29585, + "े": 29586, + "ُ": 29587, + "力": 29588, + "直": 29589, + "由": 29590, + "ى": 29591, + "试": 29592, + "必": 29593, + "端": 29594, + "ʻ": 29595, + "先": 29596, + "↑": 29597, + "命": 29598, + "도": 29599, + "전": 29600, + "ห": 29601, + "员": 29602, + "ɪ": 29603, + "있": 29604, + "比": 29605, + "ṣ": 29606, + "時": 29607, + "择": 29608, + "ذ": 29609, + "テ": 29610, + "‌": 29611, + "构": 29612, + "备": 29613, + "그": 29614, + "链": 29615, + "说": 29616, + "ლ": 29617, + "ן": 29618, + "签": 29619, + "う": 29620, + "غ": 29621, + "ế": 29622, + "ض": 29623, + "ḥ": 29624, + "启": 29625, + "력": 29626, + "ო": 29627, + "付": 29628, + "მ": 29629, + "索": 29630, + "特": 29631, + "ג": 29632, + "西": 29633, + "대": 29634, + "├": 29635, + "–": 29636, + "Ž": 29637, + "外": 29638, + "צ": 29639, + "头": 29640, + "连": 29641, + "流": 29642, + "◄": 29643, + "デ": 29644, + "カ": 29645, + "র": 29646, + "오": 29647, + "找": 29648, + "清": 29649, + "🤣": 29650, + "去": 29651, + "₹": 29652, + "경": 29653, + "グ": 29654, + "ْ": 29655, + "¢": 29656, + "因": 29657, + "": 29658, + "Κ": 29659, + "增": 29660, + "知": 29661, + "¶": 29662, + "像": 29663, + "♥": 29664, + "터": 29665, + "く": 29666, + "ậ": 29667, + "メ": 29668, + "Æ": 29669, + "省": 29670, + "स": 29671, + "म": 29672, + "❤": 29673, + "あ": 29674, + "样": 29675, + "起": 29676, + "台": 29677, + "读": 29678, + "角": 29679, + "南": 29680, + "整": 29681, + "订": 29682, + "\f": 29683, + "ט": 29684, + "マ": 29685, + "্": 29686, + "우": 29687, + "ն": 29688, + "您": 29689, + "ئ": 29690, + "基": 29691, + "水": 29692, + "생": 29693, + "‑": 29694, + "나": 29695, + "画": 29696, + "描": 29697, + "击": 29698, + "っ": 29699, + "라": 29700, + "ნ": 29701, + "ր": 29702, + "业": 29703, + "ბ": 29704, + "别": 29705, + "♦": 29706, + "ィ": 29707, + "त": 29708, + "给": 29709, + "문": 29710, + "形": 29711, + "控": 29712, + "然": 29713, + "동": 29714, + "Њ": 29715, + "⁠": 29716, + "东": 29717, + "ป": 29718, + "州": 29719, + "排": 29720, + "세": 29721, + "装": 29722, + "할": 29723, + "Ć": 29724, + "∞": 29725, + "海": 29726, + "城": 29727, + "键": 29728, + "径": 29729, + "호": 29730, + "화": 29731, + "្": 29732, + "料": 29733, + "ơ": 29734, + "ी": 29735, + "ウ": 29736, + "具": 29737, + "ブ": 29738, + "块": 29739, + "再": 29740, + "ố": 29741, + "电": 29742, + ";": 29743, + "위": 29744, + "两": 29745, + "而": 29746, + "장": 29747, + "آ": 29748, + "Ț": 29749, + "バ": 29750, + "还": 29751, + "令": 29752, + "キ": 29753, + "ّ": 29754, + "값": 29755, + "번": 29756, + "만": 29757, + "总": 29758, + "ल": 29759, + "▲": 29760, + "异": 29761, + "光": 29762, + "客": 29763, + "非": 29764, + "ị": 29765, + "": 29766, + "þ": 29767, + "設": 29768, + "述": 29769, + "합": 29770, + "?": 29771, + "✔": 29772, + "导": 29773, + "ṇ": 29774, + "부": 29775, + "˙": 29776, + "Τ": 29777, + "も": 29778, + "구": 29779, + "镇": 29780, + "작": 29781, + "░": 29782, + "步": 29783, + "���": 29784, + "活": 29785, + "พ": 29786, + "←": 29787, + "ǎ": 29788, + "จ": 29789, + "束": 29790, + "ـ": 29791, + "‘": 29792, + "那": 29793, + "प": 29794, + "エ": 29795, + "志": 29796, + "么": 29797, + "运": 29798, + "北": 29799, + "超": 29800, + "་": 29801, + "布": 29802, + "ώ": 29803, + "͡": 29804, + "少": 29805, + "파": 29806, + "ʃ": 29807, + "ム": 29808, + "•": 29809, + "卡": 29810, + "ন": 29811, + "Μ": 29812, + "ɑ": 29813, + "😉": 29814, + "辑": 29815, + "원": 29816, + "美": 29817, + "产": 29818, + "利": 29819, + "모": 29820, + "联": 29821, + "界": 29822, + "체": 29823, + "种": 29824, + "王": 29825, + "ľ": 29826, + "여": 29827, + "메": 29828, + "域": 29829, + "ვ": 29830, + "立": 29831, + "록": 29832, + "게": 29833, + "إ": 29834, + "ṭ": 29835, + "神": 29836, + "ո": 29837, + "音": 29838, + "☆": 29839, + "Ñ": 29840, + "조": 29841, + "動": 29842, + "缓": 29843, + "과": 29844, + "报": 29845, + "ʼ": 29846, + "ា": 29847, + "되": 29848, + "ե": 29849, + "视": 29850, + "ช": 29851, + "详": 29852, + "แ": 29853, + "¦": 29854, + "把": 29855, + "க": 29856, + "ি": 29857, + "출": 29858, + "비": 29859, + "边": 29860, + "框": 29861, + "व": 29862, + "サ": 29863, + "Ι": 29864, + "Ο": 29865, + "オ": 29866, + "¾": 29867, + "历": 29868, + "ŏ": 29869, + "门": 29870, + "ข": 29871, + "含": 29872, + "¬": 29873, + "周": 29874, + "填": 29875, + "待": 29876, + "ะ": 29877, + "დ": 29878, + "Ї": 29879, + "额": 29880, + "음": 29881, + "四": 29882, + "だ": 29883, + "회": 29884, + "止": 29885, + "率": 29886, + "环": 29887, + "パ": 29888, + "래": 29889, + "闭": 29890, + "̀": 29891, + "语": 29892, + "개": 29893, + "身": 29894, + "藏": 29895, + "य": 29896, + "된": 29897, + "即": 29898, + "拉": 29899, + "선": 29900, + "변": 29901, + "≥": 29902, + "ุ": 29903, + "些": 29904, + "🤷": 29905, + "せ": 29906, + "左": 29907, + "ợ": 29908, + "右": 29909, + "ể": 29910, + "내": 29911, + "ּ": 29912, + "ז": 29913, + "ে": 29914, + "告": 29915, + "ấ": 29916, + "白": 29917, + "账": 29918, + "费": 29919, + "江": 29920, + "み": 29921, + "‹": 29922, + "์": 29923, + "‡": 29924, + "造": 29925, + "但": 29926, + "十": 29927, + "它": 29928, + "ं": 29929, + "ŋ": 29930, + "ў": 29931, + "セ": 29932, + "女": 29933, + "⣿": 29934, + "ի": 29935, + "京": 29936, + "触": 29937, + "함": 29938, + "들": 29939, + "Ā": 29940, + "˜": 29941, + "石": 29942, + "よ": 29943, + "田": 29944, + "易": 29945, + "规": 29946, + "展": 29947, + "¯": 29948, + "做": 29949, + "星": 29950, + "უ": 29951, + "✓": 29952, + "თ": 29953, + "供": 29954, + "명": 29955, + "ξ": 29956, + "己": 29957, + "且": 29958, + "插": 29959, + "景": 29960, + "切": 29961, + "ไ": 29962, + "없": 29963, + "ョ": 29964, + "及": 29965, + "Ν": 29966, + "미": 29967, + "ث": 29968, + "데": 29969, + "价": 29970, + "乡": 29971, + "ह": 29972, + "チ": 29973, + "真": 29974, + "太": 29975, + "ู": 29976, + "ダ": 29977, + "局": 29978, + "♂": 29979, + "退": 29980, + "ு": 29981, + "ক": 29982, + "ி": 29983, + "何": 29984, + "😭": 29985, + "¥": 29986, + "": 29987, + "≈": 29988, + "司": 29989, + "层": 29990, + "실": 29991, + "站": 29992, + "首": 29993, + "款": 29994, + "រ": 29995, + "間": 29996, + "ָ": 29997, + "저": 29998, + "监": 29999, + "ァ": 30000, + "册": 30001, + "案": 30002, + "ो": 30003, + "反": 30004, + "听": 30005, + "族": 30006, + "析": 30007, + "ื": 30008, + "秒": 30009, + "공": 30010, + "œ": 30011, + "🚀": 30012, + "거": 30013, + "재": 30014, + "‚": 30015, + "場": 30016, + "广": 30017, + "播": 30018, + "║": 30019, + "⋅": 30020, + "技": 30021, + "贴": 30022, + "想": 30023, + "ʁ": 30024, + "ớ": 30025, + "ャ": 30026, + "중": 30027, + "》": 30028, + "速": 30029, + "频": 30030, + "队": 30031, + "ำ": 30032, + "け": 30033, + "ु": 30034, + "≤": 30035, + "↓": 30036, + "须": 30037, + "菜": 30038, + "̃": 30039, + "剪": 30040, + "버": 30041, + "ェ": 30042, + "Λ": 30043, + "细": 30044, + "選": 30045, + "द": 30046, + "¹": 30047, + "许": 30048, + "ầ": 30049, + "世": 30050, + "ュ": 30051, + "ء": 30052, + "‡": 30053, + "候": 30054, + "共": 30055, + "크": 30056, + "ธ": 30057, + "설": 30058, + "快": 30059, + "友": 30060, + "ְ": 30061, + "车": 30062, + "推": 30063, + "花": 30064, + "言": 30065, + "چ": 30066, + "至": 30067, + "開": 30068, + "校": 30069, + "個": 30070, + "村": 30071, + "つ": 30072, + "▌": 30073, + "ப": 30074, + "결": 30075, + "ņ": 30076, + "优": 30077, + "ន": 30078, + "达": 30079, + "核": 30080, + "ナ": 30081, + "场": 30082, + "影": 30083, + "🏻": 30084, + "钮": 30085, + "ظ": 30086, + "Þ": 30087, + "▼": 30088, + "お": 30089, + "份": 30090, + "微": 30091, + "ờ": 30092, + "识": 30093, + "행": 30094, + "《": 30095, + "ใ": 30096, + "ọ": 30097, + "预": 30098, + "ব": 30099, + "த": 30100, + "": 30101, + "ų": 30102, + "마": 30103, + "않": 30104, + "ɡ": 30105, + "계": 30106, + "연": 30107, + "五": 30108, + "Ź": 30109, + "め": 30110, + "很": 30111, + "간": 30112, + "無": 30113, + "ប": 30114, + "社": 30115, + "Ê": 30116, + "书": 30117, + "顶": 30118, + "ტ": 30119, + "才": 30120, + "云": 30121, + "└": 30122, + "ζ": 30123, + "،": 30124, + "搜": 30125, + "신": 30126, + "유": 30127, + "‏": 30128, + "✅": 30129, + "⭐": 30130, + "照": 30131, + "短": 30132, + "川": 30133, + "後": 30134, + "范": 30135, + "民": 30136, + "治": 30137, + "章": 30138, + "ề": 30139, + "바": 30140, + "ә": 30141, + "⚭": 30142, + "河": 30143, + "论": 30144, + "え": 30145, + "Ω": 30146, + "√": 30147, + "Ă": 30148, + "Γ": 30149, + "坐": 30150, + "적": 30151, + "停": 30152, + "추": 30153, + "受": 30154, + "♀": 30155, + "ʾ": 30156, + "树": 30157, + "林": 30158, + "치": 30159, + "fi": 30160, + "▒": 30161, + "张": 30162, + "着": 30163, + "访": 30164, + "考": 30165, + "教": 30166, + "ग": 30167, + "准": 30168, + "印": 30169, + "精": 30170, + "窗": 30171, + "宝": 30172, + "ち": 30173, + "围": 30174, + "ַ": 30175, + "致": 30176, + "モ": 30177, + "때": 30178, + "随": 30179, + "储": 30180, + "况": 30181, + "邮": 30182, + "武": 30183, + "⛔": 30184, + "维": 30185, + "ү": 30186, + "跳": 30187, + "ब": 30188, + "投": 30189, + "ủ": 30190, + "표": 30191, + "반": 30192, + "英": 30193, + "ʰ": 30194, + "👍": 30195, + "ज": 30196, + "带": 30197, + "為": 30198, + "续": 30199, + "ɨ": 30200, + "처": 30201, + "₂": 30202, + "클": 30203, + "群": 30204, + "현": 30205, + "风": 30206, + "购": 30207, + "ក": 30208, + "老": 30209, + "留": 30210, + "球": 30211, + "프": 30212, + "▄": 30213, + "史": 30214, + "Љ": 30215, + "⟩": 30216, + "분": 30217, + "გ": 30218, + "店": 30219, + "审": 30220, + "료": 30221, + "목": 30222, + "略": 30223, + "관": 30224, + "ִ": 30225, + "科": 30226, + "货": 30227, + "ம": 30228, + "络": 30229, + "阳": 30230, + "Ḥ": 30231, + "資": 30232, + "若": 30233, + "স": 30234, + "ہ": 30235, + "宽": 30236, + "见": 30237, + "ズ": 30238, + "游": 30239, + "방": 30240, + "ồ": 30241, + "ɾ": 30242, + "열": 30243, + "러": 30244, + "ך": 30245, + "\u001b": 30246, + "်": 30247, + "余": 30248, + "响": 30249, + "缩": 30250, + "ட": 30251, + "评": 30252, + "允": 30253, + "离": 30254, + "🤔": 30255, + "Ё": 30256, + "ʊ": 30257, + "黑": 30258, + "马": 30259, + "⟨": 30260, + "値": 30261, + "箱": 30262, + "야": 30263, + "ម": 30264, + "Ő": 30265, + "感": 30266, + "ツ": 30267, + "ụ": 30268, + "ポ": 30269, + "확": 30270, + "声": 30271, + "战": 30272, + "ѕ": 30273, + "変": 30274, + "와": 30275, + "父": 30276, + "ベ": 30277, + "助": 30278, + "업": 30279, + "ʲ": 30280, + "ÿ": 30281, + "充": 30282, + "强": 30283, + "博": 30284, + "ミ": 30285, + "销": 30286, + "당": 30287, + "記": 30288, + "什": 30289, + "匹": 30290, + "ւ": 30291, + "そ": 30292, + "코": 30293, + "ল": 30294, + "ŭ": 30295, + "午": 30296, + "ニ": 30297, + "\u0012": 30298, + "ʒ": 30299, + "შ": 30300, + "某": 30301, + "ォ": 30302, + "足": 30303, + "타": 30304, + "Ð": 30305, + "ხ": 30306, + "름": 30307, + "木": 30308, + "楼": 30309, + "최": 30310, + "红": 30311, + "¨": 30312, + "古": 30313, + "\u0006": 30314, + "단": 30315, + "今": 30316, + "ʔ": 30317, + "ट": 30318, + "ম": 30319, + "斯": 30320, + "語": 30321, + "Ÿ": 30322, + "🙄": 30323, + "牌": 30324, + "안": 30325, + "ស": 30326, + "颜": 30327, + "~": 30328, + "克": 30329, + "深": 30330, + "금": 30331, + "會": 30332, + "尔": 30333, + "释": 30334, + "批": 30335, + "산": 30336, + "野": 30337, + "防": 30338, + "Η": 30339, + "ө": 30340, + "ψ": 30341, + "ボ": 30342, + "š": 30343, + "各": 30344, + "진": 30345, + "追": 30346, + "句": 30347, + "警": 30348, + "Φ": 30349, + "ѣ": 30350, + "ḍ": 30351, + "词": 30352, + "男": 30353, + "글": 30354, + "식": 30355, + "隐": 30356, + "복": 30357, + "盘": 30358, + "Ì": 30359, + "申": 30360, + "议": 30361, + "ザ": 30362, + "近": 30363, + "능": 30364, + "য": 30365, + "東": 30366, + "這": 30367, + "ர": 30368, + "距": 30369, + "院": 30370, + "德": 30371, + "ǐ": 30372, + "针": 30373, + "▀": 30374, + "↔": 30375, + "房": 30376, + "青": 30377, + "政": 30378, + "😅": 30379, + "递": 30380, + "প": 30381, + "波": 30382, + "ソ": 30383, + "绑": 30384, + "ビ": 30385, + "ễ": 30386, + "포": 30387, + "\u0010": 30388, + "ử": 30389, + "등": 30390, + "환": 30391, + "士": 30392, + "ত": 30393, + "Θ": 30394, + "초": 30395, + "境": 30396, + "差": 30397, + "采": 30398, + "디": 30399, + "ĩ": 30400, + "升": 30401, + "背": 30402, + "배": 30403, + "龙": 30404, + "街": 30405, + "್": 30406, + "ṛ": 30407, + "ু": 30408, + "弹": 30409, + "魔": 30410, + "객": 30411, + "‰": 30412, + "⌁": 30413, + "ἐ": 30414, + "禁": 30415, + "ผ": 30416, + "қ": 30417, + "島": 30418, + "ா": 30419, + "♭": 30420, + "百": 30421, + "ứ": 30422, + "ネ": 30423, + "专": 30424, + "來": 30425, + "刷": 30426, + "필": 30427, + "յ": 30428, + "ắ": 30429, + "华": 30430, + "Β": 30431, + "श": 30432, + "¸": 30433, + "屏": 30434, + "死": 30435, + "遍": 30436, + "검": 30437, + "Χ": 30438, + "것": 30439, + "八": 30440, + "览": 30441, + "택": 30442, + "唯": 30443, + "∙": 30444, + "¤": 30445, + "페": 30446, + "让": 30447, + "锁": 30448, + "무": 30449, + "思": 30450, + "隔": 30451, + "Ô": 30452, + "\u0013": 30453, + "ṃ": 30454, + "ワ": 30455, + "低": 30456, + "션": 30457, + "半": 30458, + "较": 30459, + "ត": 30460, + "享": 30461, + "积": 30462, + "ˆ": 30463, + "😊": 30464, + "典": 30465, + "ǔ": 30466, + "六": 30467, + "便": 30468, + "ɐ": 30469, + "简": 30470, + "继": 30471, + "仅": 30472, + "尾": 30473, + "‹": 30474, + "வ": 30475, + "կ": 30476, + "ƒ": 30477, + "영": 30478, + "火": 30479, + "湖": 30480, + "書": 30481, + "발": 30482, + "ハ": 30483, + "循": 30484, + "术": 30485, + "結": 30486, + "ļ": 30487, + "乐": 30488, + "滤": 30489, + "종": 30490, + "ถ": 30491, + "ὶ": 30492, + "满": 30493, + "╝": 30494, + "わ": 30495, + "ど": 30496, + "็": 30497, + "형": 30498, + "國": 30499, + "ự": 30500, + "線": 30501, + "블": 30502, + "封": 30503, + "確": 30504, + "依": 30505, + "ս": 30506, + "永": 30507, + "색": 30508, + "歌": 30509, + "數": 30510, + "福": 30511, + "삭": 30512, + "実": 30513, + "레": 30514, + "ſ": 30515, + "千": 30516, + "\u000e": 30517, + "母": 30518, + "더": 30519, + "임": 30520, + "տ": 30521, + "ے": 30522, + "几": 30523, + "双": 30524, + "노": 30525, + "ณ": 30526, + "掉": 30527, + "Ρ": 30528, + "ἀ": 30529, + "標": 30530, + "長": 30531, + "档": 30532, + "태": 30533, + "ペ": 30534, + "본": 30535, + "Œ": 30536, + "底": 30537, + "终": 30538, + "請": 30539, + "კ": 30540, + "̯": 30541, + "예": 30542, + "▬": 30543, + "報": 30544, + "ピ": 30545, + "๏": 30546, + "暂": 30547, + "李": 30548, + "Υ": 30549, + "\u0005": 30550, + "\u0002": 30551, + "替": 30552, + "운": 30553, + "射": 30554, + "\u0018": 30555, + "매": 30556, + "\u0011": 30557, + "🏼": 30558, + "票": 30559, + "附": 30560, + "ノ": 30561, + "ũ": 30562, + "压": 30563, + "阿": 30564, + "Ò": 30565, + "테": 30566, + "∼": 30567, + "万": 30568, + "մ": 30569, + "후": 30570, + "普": 30571, + "截": 30572, + "속": 30573, + "括": 30574, + "😀": 30575, + "ை": 30576, + "▶": 30577, + "까": 30578, + "ট": 30579, + "曲": 30580, + "师": 30581, + "钱": 30582, + "栏": 30583, + "Ы": 30584, + "走": 30585, + "ữ": 30586, + "‬": 30587, + "归": 30588, + "점": 30589, + "🔥": 30590, + "었": 30591, + "連": 30592, + "私": 30593, + "청": 30594, + "刘": 30595, + "免": 30596, + "": 30597, + "奖": 30598, + "見": 30599, + "ֹ": 30600, + "☺": 30601, + "ケ": 30602, + "역": 30603, + "际": 30604, + "받": 30605, + "望": 30606, + "帝": 30607, + "减": 30608, + "두": 30609, + "领": 30610, + "„": 30611, + "钟": 30612, + "ガ": 30613, + "架": 30614, + "든": 30615, + "ல": 30616, + "松": 30617, + "□": 30618, + "越": 30619, + "答": 30620, + "ɕ": 30621, + "ῦ": 30622, + "染": 30623, + "": 30624, + "质": 30625, + "顺": 30626, + "气": 30627, + "╗": 30628, + "計": 30629, + "ქ": 30630, + "亮": 30631, + "🤦": 30632, + "̂": 30633, + "ٹ": 30634, + "座": 30635, + "ˌ": 30636, + "均": 30637, + "\u000b": 30638, + "官": 30639, + "适": 30640, + "护": 30641, + "久": 30642, + "春": 30643, + "曹": 30644, + "皇": 30645, + "脚": 30646, + "池": 30647, + "延": 30648, + "키": 30649, + "품": 30650, + "現": 30651, + "檔": 30652, + "ば": 30653, + "ⴰ": 30654, + "希": 30655, + "玩": 30656, + "固": 30657, + "黄": 30658, + "": 30659, + "☽": 30660, + "银": 30661, + "\u0003": 30662, + "┃": 30663, + "👏": 30664, + "불": 30665, + "攻": 30666, + "へ": 30667, + "决": 30668, + "⊙": 30669, + "宁": 30670, + "च": 30671, + "機": 30672, + "義": 30673, + "ɲ": 30674, + "\u0015": 30675, + "했": 30676, + "ẩ": 30677, + "愛": 30678, + "矩": 30679, + "패": 30680, + "ặ": 30681, + "郎": 30682, + "Ь": 30683, + "绘": 30684, + "负": 30685, + "ổ": 30686, + "ய": 30687, + "汉": 30688, + "編": 30689, + "ێ": 30690, + "്": 30691, + "じ": 30692, + "카": 30693, + "似": 30694, + "ں": 30695, + "や": 30696, + "認": 30697, + "\u000f": 30698, + "過": 30699, + "통": 30700, + "▪": 30701, + "约": 30702, + "香": 30703, + "买": 30704, + "住": 30705, + "╚": 30706, + "😁": 30707, + "扩": 30708, + "静": 30709, + "려": 30710, + "학": 30711, + "钥": 30712, + "증": 30713, + "ỉ": 30714, + "她": 30715, + "食": 30716, + "往": 30717, + "點": 30718, + "偏": 30719, + "康": 30720, + "\u0014": 30721, + "į": 30722, + "준": 30723, + "\u0004": 30724, + "ฟ": 30725, + "♣": 30726, + "戏": 30727, + "ʂ": 30728, + "井": 30729, + "军": 30730, + "爱": 30731, + "ٱ": 30732, + "七": 30733, + "차": 30734, + "币": 30735, + "♠": 30736, + "哈": 30737, + "阅": 30738, + "介": 30739, + "观": 30740, + "區": 30741, + "˜": 30742, + "ً": 30743, + "又": 30744, + "冲": 30745, + "朝": 30746, + "姓": 30747, + "课": 30748, + "龍": 30749, + "각": 30750, + "∈": 30751, + "米": 30752, + "ƒ": 30753, + "喜": 30754, + "夜": 30755, + "团": 30756, + "⇒": 30757, + "远": 30758, + "\u001a": 30759, + "ὐ": 30760, + "承": 30761, + "ಿ": 30762, + "室": 30763, + "ʀ": 30764, + "ង": 30765, + "अ": 30766, + "罗": 30767, + "🙏": 30768, + "软": 30769, + "🟡": 30770, + "건": 30771, + "؟": 30772, + "း": 30773, + "ᴇ": 30774, + "ユ": 30775, + "토": 30776, + "策": 30777, + "̄": 30778, + "국": 30779, + "ֶ": 30780, + "协": 30781, + "营": 30782, + "関": 30783, + "吉": 30784, + "💀": 30785, + "奇": 30786, + "滚": 30787, + "轴": 30788, + "処": 30789, + "土": 30790, + "划": 30791, + "ड": 30792, + "临": 30793, + "ֵ": 30794, + "航": 30795, + "浏": 30796, + "ゴ": 30797, + "別": 30798, + "寺": 30799, + "於": 30800, + "進": 30801, + "ὸ": 30802, + "風": 30803, + "ன": 30804, + "班": 30805, + "◼": 30806, + "九": 30807, + "̥": 30808, + "號": 30809, + "류": 30810, + "础": 30811, + "般": 30812, + "︙": 30813, + "̈": 30814, + "番": 30815, + "✨": 30816, + "😎": 30817, + "ো": 30818, + "😍": 30819, + "單": 30820, + "帧": 30821, + "授": 30822, + "赋": 30823, + "巴": 30824, + "占": 30825, + "假": 30826, + "ṅ": 30827, + "透": 30828, + "項": 30829, + "ħ": 30830, + "馬": 30831, + "🟢": 30832, + "Ľ": 30833, + "լ": 30834, + "券": 30835, + "같": 30836, + "類": 30837, + "對": 30838, + "월": 30839, + "激": 30840, + "\u0017": 30841, + "戦": 30842, + "独": 30843, + "訊": 30844, + "ិ": 30845, + "套": 30846, + "ʷ": 30847, + "跟": 30848, + "ở": 30849, + "渲": 30850, + "顯": 30851, + "降": 30852, + "ာ": 30853, + "尼": 30854, + "血": 30855, + "언": 30856, + "牛": 30857, + "將": 30858, + "ศ": 30859, + "拍": 30860, + "刻": 30861, + "ზ": 30862, + "╔": 30863, + "藤": 30864, + "్": 30865, + "ῶ": 30866, + "🟠": 30867, + "良": 30868, + "김": 30869, + "দ": 30870, + "Ṣ": 30871, + "録": 30872, + "伊": 30873, + "落": 30874, + "雄": 30875, + "雪": 30876, + "映": 30877, + "著": 30878, + "른": 30879, + "ფ": 30880, + "対": 30881, + "智": 30882, + "译": 30883, + "┬": 30884, + "抽": 30885, + "ῖ": 30886, + "酒": 30887, + "Ћ": 30888, + "股": 30889, + "់": 30890, + "순": 30891, + "직": 30892, + "भ": 30893, + "谷": 30894, + "물": 30895, + "ǒ": 30896, + "⠄": 30897, + "热": 30898, + "終": 30899, + "夹": 30900, + "干": 30901, + "彩": 30902, + "敗": 30903, + "ќ": 30904, + "♯": 30905, + "̣": 30906, + "վ": 30907, + "轮": 30908, + "阵": 30909, + "夏": 30910, + "幕": 30911, + "吧": 30912, + "港": 30913, + "益": 30914, + "儿": 30915, + "액": 30916, + "售": 30917, + "兵": 30918, + "惠": 30919, + "欢": 30920, + "›": 30921, + "零": 30922, + "學": 30923, + "ž": 30924, + "員": 30925, + "ỗ": 30926, + "玉": 30927, + "逻": 30928, + "᥀": 30929, + "吗": 30930, + "沒": 30931, + "≠": 30932, + "너": 30933, + "ச": 30934, + "\u0016": 30935, + "夫": 30936, + "წ": 30937, + "堂": 30938, + "電": 30939, + "≡": 30940, + "陆": 30941, + "져": 30942, + "研": 30943, + "荐": 30944, + "健": 30945, + "碼": 30946, + "练": 30947, + "検": 30948, + "송": 30949, + "ै": 30950, + "哪": 30951, + "圆": 30952, + "Ա": 30953, + "↩": 30954, + "托": 30955, + "̪": 30956, + "ू": 30957, + "缀": 30958, + "네": 30959, + "沙": 30960, + "兴": 30961, + "病": 30962, + "\u0007": 30963, + "ល": 30964, + "ừ": 30965, + "Ἀ": 30966, + "강": 30967, + "항": 30968, + "\u0019": 30969, + "換": 30970, + "温": 30971, + "帖": 30972, + "ទ": 30973, + "込": 30974, + "削": 30975, + "알": 30976, + "征": 30977, + "习": 30978, + "법": 30979, + "栈": 30980, + "绝": 30981, + "": 30982, + "ڕ": 30983, + "圖": 30984, + "苏": 30985, + "発": 30986, + "ု": 30987, + "町": 30988, + "互": 30989, + "়": 30990, + "ც": 30991, + "守": 30992, + "새": 30993, + "侧": 30994, + "草": 30995, + "ས": 30996, + "扫": 30997, + "‒": 30998, + "恢": 30999, + "ң": 31000, + "ण": 31001, + "ற": 31002, + "째": 31003, + "්": 31004, + "拟": 31005, + "派": 31006, + "🏽": 31007, + "呼": 31008, + "Š": 31009, + "演": 31010, + "究": 31011, + "교": 31012, + "ɣ": 31013, + "ए": 31014, + "ី": 31015, + "ף": 31016, + "富": 31017, + "駅": 31018, + "ず": 31019, + "♪": 31020, + "😆": 31021, + "접": 31022, + "ғ": 31023, + "▓": 31024, + "존": 31025, + "ಾ": 31026, + "旋": 31027, + "ゃ": 31028, + "补": 31029, + "ץ": 31030, + "門": 31031, + "ច": 31032, + "날": 31033, + "ภ": 31034, + "ག": 31035, + "傳": 31036, + "∆": 31037, + "†": 31038, + "ׁ": 31039, + "缺": 31040, + "頭": 31041, + "怪": 31042, + "組": 31043, + "별": 31044, + "Ъ": 31045, + "發": 31046, + "雷": 31047, + "ರ": 31048, + "ซ": 31049, + "び": 31050, + "翻": 31051, + "ھ": 31052, + "პ": 31053, + "題": 31054, + "居": 31055, + "집": 31056, + "🌍": 31057, + "˚": 31058, + "避": 31059, + "줄": 31060, + "ុ": 31061, + "滑": 31062, + "故": 31063, + "ญ": 31064, + "〜": 31065, + "ನ": 31066, + "양": 31067, + "완": 31068, + "ள": 31069, + "倍": 31070, + "宗": 31071, + "択": 31072, + "브": 31073, + "ɴ": 31074, + "効": 31075, + "尺": 31076, + "視": 31077, + "ẽ": 31078, + "覆": 31079, + "ध": 31080, + "骨": 31081, + "달": 31082, + "ᴛ": 31083, + "蓝": 31084, + "關": 31085, + "額": 31086, + "Õ": 31087, + "∗": 31088, + "卷": 31089, + "갑": 31090, + "르": 31091, + "众": 31092, + "ᴀ": 31093, + "態": 31094, + "ٰ": 31095, + "暗": 31096, + "君": 31097, + "錯": 31098, + "ɒ": 31099, + "យ": 31100, + "ḫ": 31101, + "ῆ": 31102, + "亚": 31103, + "♡": 31104, + "割": 31105, + "鼠": 31106, + "̶": 31107, + "Ë": 31108, + "読": 31109, + "격": 31110, + "ゲ": 31111, + "眼": 31112, + "Ý": 31113, + "ژ": 31114, + "雨": 31115, + "宮": 31116, + "쪽": 31117, + "ष": 31118, + "複": 31119, + "剩": 31120, + "早": 31121, + "杂": 31122, + "焦": 31123, + "贝": 31124, + "突": 31125, + "워": 31126, + "另": 31127, + "摄": 31128, + "\b": 31129, + "‭": 31130, + "府": 31131, + "외": 31132, + "盖": 31133, + "\u001c": 31134, + "ษ": 31135, + "佛": 31136, + "概": 31137, + "與": 31138, + "經": 31139, + "-": 31140, + "һ": 31141, + "問": 31142, + "ು": 31143, + "ἰ": 31144, + "話": 31145, + "倒": 31146, + "葛": 31147, + "べ": 31148, + "ろ": 31149, + "\u001e": 31150, + "।": 31151, + "ေ": 31152, + "ᴏ": 31153, + "训": 31154, + "體": 31155, + "👌": 31156, + "內": 31157, + "က": 31158, + "企": 31159, + "약": 31160, + "찾": 31161, + "ོ": 31162, + "破": 31163, + "輸": 31164, + "림": 31165, + "塔": 31166, + "턴": 31167, + "杀": 31168, + "』": 31169, + "味": 31170, + "浮": 31171, + "┆": 31172, + "ġ": 31173, + "郡": 31174, + "┐": 31175, + "『": 31176, + "阶": 31177, + "雅": 31178, + "┈": 31179, + "园": 31180, + ".": 31181, + "吃": 31182, + "남": 31183, + " ": 31184, + "ར": 31185, + "帮": 31186, + "毛": 31187, + "耗": 31188, + "举": 31189, + "ర": 31190, + "拿": 31191, + "밀": 31192, + "ご": 31193, + "够": 31194, + "礼": 31195, + "ព": 31196, + "ね": 31197, + "‰": 31198, + "兰": 31199, + "❌": 31200, + "折": 31201, + "십": 31202, + "💎": 31203, + "業": 31204, + "诸": 31205, + "孙": 31206, + "བ": 31207, + "😳": 31208, + "種": 31209, + "Ï": 31210, + "ึ": 31211, + "⁣": 31212, + "医": 31213, + "拼": 31214, + "↵": 31215, + "⅓": 31216, + "\u001f": 31217, + "မ": 31218, + "叫": 31219, + "জ": 31220, + "予": 31221, + "寸": 31222, + "梅": 31223, + "醒": 31224, + "津": 31225, + "န": 31226, + "ి": 31227, + "厂": 31228, + "屋": 31229, + "ख": 31230, + "師": 31231, + "👀": 31232, + "ỏ": 31233, + "ヤ": 31234, + "ὰ": 31235, + "\u001d": 31236, + "◆": 31237, + "ដ": 31238, + "材": 31239, + "ホ": 31240, + "張": 31241, + "洞": 31242, + "餐": 31243, + "천": 31244, + "হ": 31245, + "達": 31246, + "們": 31247, + "斗": 31248, + "横": 31249, + "백": 31250, + "ំ": 31251, + "ۆ": 31252, + "말": 31253, + "গ": 31254, + "佳": 31255, + "랜": 31256, + "仁": 31257, + "陈": 31258, + "飞": 31259, + "极": 31260, + "": 31261, + "및": 31262, + "仓": 31263, + "⬛": 31264, + "昌": 31265, + "錢": 31266, + "殊": 31267, + "┴": 31268, + "○": 31269, + "길": 31270, + "泉": 31271, + "甲": 31272, + "활": 31273, + "ひ": 31274, + "শ": 31275, + "ን": 31276, + "Ť": 31277, + "ღ": 31278, + "皮": 31279, + "強": 31280, + "赛": 31281, + "ా": 31282, + "預": 31283, + "င": 31284, + "튼": 31285, + "플": 31286, + "ყ": 31287, + "⋆": 31288, + "ք": 31289, + "ા": 31290, + "尚": 31291, + "또": 31292, + "բ": 31293, + "┌": 31294, + "節": 31295, + "森": 31296, + "आ": 31297, + "办": 31298, + "園": 31299, + "牙": 31300, + "庆": 31301, + "隆": 31302, + "😔": 31303, + "叉": 31304, + "գ": 31305, + "피": 31306, + "ギ": 31307, + "啊": 31308, + "続": 31309, + "灵": 31310, + "ヒ": 31311, + "忽": 31312, + "ʌ": 31313, + "량": 31314, + "油": 31315, + "讯": 31316, + "ⵉ": 31317, + "릭": 31318, + "刚": 31319, + "氏": 31320, + "ိ": 31321, + "Ī": 31322, + "誤": 31323, + "齐": 31324, + "末": 31325, + "🙌": 31326, + "̞": 31327, + "圈": 31328, + "念": 31329, + "숫": 31330, + "毫": 31331, + "當": 31332, + "規": 31333, + "판": 31334, + "ు": 31335, + "旧": 31336, + "卖": 31337, + "ฉ": 31338, + "幸": 31339, + "署": 31340, + "근": 31341, + "ই": 31342, + "岛": 31343, + "դ": 31344, + "觉": 31345, + "害": 31346, + "毕": 31347, + "ฐ": 31348, + "威": 31349, + "育": 31350, + "呢": 31351, + "峰": 31352, + "职": 31353, + "陽": 31354, + "ි": 31355, + "亞": 31356, + "ұ": 31357, + "₃": 31358, + "따": 31359, + "施": 31360, + "泰": 31361, + "載": 31362, + "…": 31363, + "笑": 31364, + "華": 31365, + "迎": 31366, + "됩": 31367, + "豆": 31368, + "嘉": 31369, + "🤡": 31370, + "ĕ": 31371, + "庄": 31372, + "級": 31373, + "Ψ": 31374, + "ི": 31375, + "気": 31376, + "责": 31377, + "հ": 31378, + "អ": 31379, + "乱": 31380, + "休": 31381, + "約": 31382, + "ฆ": 31383, + "∑": 31384, + "察": 31385, + "온": 31386, + "😬": 31387, + "ড": 31388, + "乘": 31389, + "람": 31390, + "इ": 31391, + "Ά": 31392, + "ந": 31393, + "ើ": 31394, + "亲": 31395, + "េ": 31396, + "委": 31397, + "赤": 31398, + "됨": 31399, + "勝": 31400, + "怎": 31401, + "감": 31402, + "宋": 31403, + "調": 31404, + "짜": 31405, + "ী": 31406, + "难": 31407, + "못": 31408, + "티": 31409, + "備": 31410, + "塞": 31411, + "វ": 31412, + "险": 31413, + "旅": 31414, + "虚": 31415, + "↳": 31416, + "笔": 31417, + "馆": 31418, + "Қ": 31419, + "⚡": 31420, + "ೆ": 31421, + "※": 31422, + "唐": 31423, + "律": 31424, + "稍": 31425, + "散": 31426, + "ર": 31427, + "ヴ": 31428, + "副": 31429, + "尽": 31430, + "挂": 31431, + "県": 31432, + "⚠": 31433, + "洋": 31434, + "鬼": 31435, + "암": 31436, + "孩": 31437, + "℃": 31438, + "並": 31439, + "ց": 31440, + "ូ": 31441, + "ℓ": 31442, + "ⵏ": 31443, + "扣": 31444, + "铁": 31445, + "闻": 31446, + "ˆ": 31447, + "戳": 31448, + "む": 31449, + "秀": 31450, + "細": 31451, + "ပ": 31452, + "御": 31453, + "拖": 31454, + "좌": 31455, + "ؤ": 31456, + "绍": 31457, + "ỹ": 31458, + "참": 31459, + "향": 31460, + "Ď": 31461, + "끝": 31462, + "민": 31463, + "ძ": 31464, + "贵": 31465, + "纪": 31466, + "秋": 31467, + "ಕ": 31468, + "ӏ": 31469, + "網": 31470, + "铺": 31471, + "恋": 31472, + "fl": 31473, + "兼": 31474, + "羽": 31475, + "창": 31476, + "啟": 31477, + "弟": 31478, + "년": 31479, + "慢": 31480, + "효": 31481, + "許": 31482, + "硬": 31483, + "잘": 31484, + "템": 31485, + "્": 31486, + "න": 31487, + "術": 31488, + "ڈ": 31489, + "溪": 31490, + "": 31491, + "暴": 31492, + "混": 31493, + "夢": 31494, + "랑": 31495, + "আ": 31496, + "還": 31497, + "探": 31498, + "祖": 31499, + "织": 31500, + "軍": 31501, + "թ": 31502, + "務": 31503, + "艺": 31504, + "ད": 31505, + "ት": 31506, + "ṁ": 31507, + "應": 31508, + "擇": 31509, + "🥰": 31510, + "ķ": 31511, + "渡": 31512, + "葉": 31513, + "령": 31514, + "決": 31515, + "刀": 31516, + "從": 31517, + "變": 31518, + "올": 31519, + "💪": 31520, + "灣": 31521, + "ር": 31522, + "평": 31523, + "衣": 31524, + "😄": 31525, + "ി": 31526, + "ჩ": 31527, + "ὁ": 31528, + "ほ": 31529, + "Û": 31530, + "চ": 31531, + "ර": 31532, + "製": 31533, + "隊": 31534, + "₱": 31535, + "纳": 31536, + "赖": 31537, + "农": 31538, + "桥": 31539, + "ỳ": 31540, + "🏾": 31541, + "阻": 31542, + "ជ": 31543, + "秘": 31544, + "박": 31545, + "伤": 31546, + "稿": 31547, + "ం": 31548, + "拦": 31549, + "넣": 31550, + "💕": 31551, + "₁": 31552, + "宿": 31553, + "錄": 31554, + "镜": 31555, + "채": 31556, + "Ə": 31557, + "ང": 31558, + "⇔": 31559, + "☼": 31560, + "ུ": 31561, + "党": 31562, + "급": 31563, + "洲": 31564, + "ղ": 31565, + "說": 31566, + "ĭ": 31567, + "尝": 31568, + "담": 31569, + "फ": 31570, + "哥": 31571, + "圣": 31572, + "萨": 31573, + "😏": 31574, + "ʏ": 31575, + "ெ": 31576, + "丁": 31577, + "虎": 31578, + "권": 31579, + "善": 31580, + "岩": 31581, + "커": 31582, + "◦": 31583, + "抛": 31584, + "석": 31585, + "Έ": 31586, + "宣": 31587, + "拳": 31588, + "팅": 31589, + "枚": 31590, + "洛": 31591, + "証": 31592, + "陵": 31593, + "佐": 31594, + "館": 31595, + "누": 31596, + "돌": 31597, + "₄": 31598, + "稱": 31599, + "聊": 31600, + "車": 31601, + "루": 31602, + "״": 31603, + "ಠ": 31604, + "庫": 31605, + "མ": 31606, + "統": 31607, + "련": 31608, + "़": 31609, + "ṯ": 31610, + "ക": 31611, + "旗": 31612, + "励": 31613, + "紀": 31614, + "忠": 31615, + "າ": 31616, + "杨": 31617, + "丹": 31618, + "Ù": 31619, + "ฝ": 31620, + "却": 31621, + "舞": 31622, + "轉": 31623, + "တ": 31624, + "丽": 31625, + "借": 31626, + "ා": 31627, + "ょ": 31628, + "옵": 31629, + "편": 31630, + "蒙": 31631, + "衡": 31632, + "ʋ": 31633, + "叶": 31634, + "̇": 31635, + "⬜": 31636, + "🇺": 31637, + "Հ": 31638, + "谢": 31639, + "Ą": 31640, + "ே": 31641, + "ằ": 31642, + "既": 31643, + "济": 31644, + "≯": 31645, + "準": 31646, + "답": 31647, + "ಲ": 31648, + "残": 31649, + "虑": 31650, + "̆": 31651, + "┘": 31652, + "急": 31653, + "招": 31654, + "막": 31655, + "≮": 31656, + "產": 31657, + "Ṭ": 31658, + "😢": 31659, + "垂": 31660, + "親": 31661, + "ģ": 31662, + "־": 31663, + "猫": 31664, + "ʟ": 31665, + "☃": 31666, + "✪": 31667, + "刪": 31668, + "胡": 31669, + "☉": 31670, + "晚": 31671, + "군": 31672, + "승": 31673, + "న": 31674, + "ὴ": 31675, + "曾": 31676, + "論": 31677, + "ɯ": 31678, + "త": 31679, + "戰": 31680, + "鱼": 31681, + "ǧ": 31682, + "寶": 31683, + "특": 31684, + "💯": 31685, + "崎": 31686, + "甘": 31687, + "該": 31688, + "링": 31689, + "😡": 31690, + "उ": 31691, + "ែ": 31692, + "頁": 31693, + "큰": 31694, + "➤": 31695, + "총": 31696, + "💰": 31697, + "∂": 31698, + "毁": 31699, + "聖": 31700, + "麻": 31701, + "ʐ": 31702, + "敏": 31703, + "運": 31704, + "될": 31705, + "쓰": 31706, + "ಸ": 31707, + "စ": 31708, + "✦": 31709, + "젝": 31710, + "復": 31711, + "寻": 31712, + "茶": 31713, + "ਾ": 31714, + "竹": 31715, + "遇": 31716, + "順": 31717, + "며": 31718, + "累": 31719, + "ĝ": 31720, + "ˇ": 31721, + "覧": 31722, + "এ": 31723, + "株": 31724, + "취": 31725, + "ስ": 31726, + "争": 31727, + "势": 31728, + "宇": 31729, + "橋": 31730, + "Ӏ": 31731, + "堆": 31732, + "ⵙ": 31733, + "丶": 31734, + "棋": 31735, + "肉": 31736, + "የ": 31737, + "": 31738, + "❶": 31739, + "季": 31740, + "ል": 31741, + "殿": 31742, + "優": 31743, + "試": 31744, + "첫": 31745, + "Ό": 31746, + "戶": 31747, + "ண": 31748, + "羅": 31749, + "桃": 31750, + "립": 31751, + "浪": 31752, + "脑": 31753, + "😛": 31754, + "弃": 31755, + "炮": 31756, + "轻": 31757, + "울": 31758, + "": 31759, + "ヘ": 31760, + "奥": 31761, + "💜": 31762, + "忘": 31763, + "遠": 31764, + "飛": 31765, + "魏": 31766, + "Ē": 31767, + "汇": 31768, + "央": 31769, + "逆": 31770, + "露": 31771, + "須": 31772, + "ѐ": 31773, + "ḷ": 31774, + "ದ": 31775, + "✭": 31776, + "寄": 31777, + "盟": 31778, + "财": 31779, + "際": 31780, + "ἔ": 31781, + "ǫ": 31782, + "थ": 31783, + "ാ": 31784, + "宫": 31785, + "巨": 31786, + "途": 31787, + "ʹ": 31788, + "ಗ": 31789, + "帐": 31790, + "‪": 31791, + "拒": 31792, + "药": 31793, + "🙃": 31794, + "ŕ": 31795, + "亡": 31796, + "壁": 31797, + "ም": 31798, + "參": 31799, + "😩": 31800, + "շ": 31801, + "ವ": 31802, + "ណ": 31803, + "丰": 31804, + "獲": 31805, + "莉": 31806, + "좋": 31807, + "ရ": 31808, + "₦": 31809, + "겠": 31810, + "👉": 31811, + "吴": 31812, + "岡": 31813, + "诉": 31814, + "읽": 31815, + "🥺": 31816, + "爆": 31817, + "🇸": 31818, + "ভ": 31819, + "迭": 31820, + "엔": 31821, + "ἄ": 31822, + "捷": 31823, + "納": 31824, + "邀": 31825, + "ಯ": 31826, + "爾": 31827, + "船": 31828, + "赞": 31829, + "胜": 31830, + "므": 31831, + "သ": 31832, + "構": 31833, + "磁": 31834, + "冰": 31835, + "딩": 31836, + "ે": 31837, + "媒": 31838, + "繁": 31839, + "☠": 31840, + "❒": 31841, + "仪": 31842, + "렬": 31843, + "昭": 31844, + "珠": 31845, + "離": 31846, + "ན": 31847, + "ల": 31848, + "ತ": 31849, + "拷": 31850, + "粉": 31851, + "벤": 31852, + "⇽": 31853, + "乌": 31854, + "拥": 31855, + "ҳ": 31856, + "ය": 31857, + "ེ": 31858, + "仙": 31859, + "塊": 31860, + "幅": 31861, + "🎉": 31862, + "Մ": 31863, + "跨": 31864, + "ٔ": 31865, + "恩": 31866, + "损": 31867, + "养": 31868, + "奈": 31869, + "ǀ": 31870, + "严": 31871, + "卫": 31872, + "迟": 31873, + "様": 31874, + "裡": 31875, + "난": 31876, + "았": 31877, + "͜": 31878, + "Ζ": 31879, + "ਰ": 31880, + "պ": 31881, + "ং": 31882, + "丢": 31883, + "伝": 31884, + "컨": 31885, + "ව": 31886, + "ြ": 31887, + "冷": 31888, + "遗": 31889, + "銀": 31890, + "̌": 31891, + "ᴜ": 31892, + "瑞": 31893, + "ฌ": 31894, + "❍": 31895, + "ふ": 31896, + "聚": 31897, + "碎": 31898, + "衛": 31899, + "অ": 31900, + "ញ": 31901, + "퍼": 31902, + "Ս": 31903, + "ນ": 31904, + "ẓ": 31905, + "✌": 31906, + "孝": 31907, + "陳": 31908, + "히": 31909, + "ක": 31910, + "黒": 31911, + "💖": 31912, + "ḩ": 31913, + "応": 31914, + "饰": 31915, + "∪": 31916, + "宜": 31917, + "樂": 31918, + "則": 31919, + "勇": 31920, + "徐": 31921, + "ⵓ": 31922, + "權": 31923, + "鲁": 31924, + "‟": 31925, + "庭": 31926, + "苗": 31927, + "🔴": 31928, + "闲": 31929, + "독": 31930, + "ɹ": 31931, + "ҽ": 31932, + "ថ": 31933, + "宏": 31934, + "尊": 31935, + "總": 31936, + "裝": 31937, + "ම": 31938, + "▸": 31939, + "測": 31940, + "ಮ": 31941, + "አ": 31942, + "轩": 31943, + "兄": 31944, + "剑": 31945, + "ન": 31946, + "朱": 31947, + "ǝ": 31948, + "Ḩ": 31949, + "担": 31950, + "灰": 31951, + "讲": 31952, + "롤": 31953, + "︎": 31954, + "😤": 31955, + "ោ": 31956, + "애": 31957, + "였": 31958, + "질": 31959, + "振": 31960, + "灯": 31961, + "ĉ": 31962, + "ස": 31963, + "閉": 31964, + "램": 31965, + "ಂ": 31966, + "げ": 31967, + "̧": 31968, + "狂": 31969, + "融": 31970, + "仍": 31971, + "實": 31972, + "楽": 31973, + "範": 31974, + "ٌ": 31975, + "వ": 31976, + "嵌": 31977, + "摩": 31978, + "袁": 31979, + "ষ": 31980, + "乎": 31981, + "규": 31982, + "岗": 31983, + "���": 31984, + "క": 31985, + "雲": 31986, + "심": 31987, + "ई": 31988, + "འ": 31989, + "ἡ": 31990, + "丝": 31991, + "Ħ": 31992, + "ٍ": 31993, + "ٓ": 31994, + "အ": 31995, + "執": 31996, + "벨": 31997, + "ゼ": 31998, + "梦": 31999 }, "merges": [ - "Ġ t", - "Ġ a", + "▁ t", "i n", + "e r", + "▁ a", "h e", - "r e", "o n", - "e r", - "Ġ s", - "Ġt he", - "a t", + "r e", + "▁ s", "e n", - "Ġ w", + "a t", "o r", - "Ġ c", - "o u", + "▁t he", + "▁th e", + "▁ the", "e s", - "i t", + "▁ w", "a n", - "Ġ Ġ", + "▁ c", "i s", - "Ġ p", - "Ġ f", - "Ġ b", - "in g", - "Ġ o", - "Ġ d", - "Ġ m", - "Ġa n", + "i t", + "o u", + "▁ d", "a l", - "e d", "a r", - "Ġt o", - "Ġ in", - "Ġan d", + "▁ p", + "▁ f", + "e d", + "▁ b", + "in g", + "i ng", + "▁ o", + "▁ m", "l e", - "Ġo f", - "i c", + "n d", "a s", - "Ġ h", - "o m", + "i c", + "▁ h", + "io n", "i on", - "Ġt h", - "Ġ l", - "â Ģ", - "en t", - "i l", + "▁i n", + "▁ in", + "▁t o", + "▁ to", + "e t", + "o m", "e l", - "Ġ n", + "▁o f", + "▁ of", "s t", - "e t", - "r o", - "Ġ y", - "Ġ re", - "Ġ e", - "Ġ g", - "Ġ I", - "ĠĠ ĠĠ", + "▁a nd", + "▁an d", + "▁ and", + "▁ l", + "▁t h", + "▁ th", + "▁ n", + "en t", + "e nt", + "i l", "c t", - "v e", - "Ġy ou", + "r o", + "▁r e", + "▁ re", "i d", - "Ġ T", - "Ġ S", - "o t", - "Ġ is", - "Ġ u", - "i m", - "o w", + "a m", + "▁ I", "a d", - "l y", + "▁ e", + "▁ S", + "▁ g", + "▁ T", + "i m", + "o t", "a c", - "a m", - "Ġf or", - "Ġ on", - "Ġb e", - "o l", - "a y", - "Ġ A", + "u r", + "▁ (", "i g", - "Ġ C", + "▁ =", + "o l", "u t", + "▁ A", "s e", + "▁ u", + "v e", + "▁ C", + "i f", + "o w", + "▁ y", + "c h", + "a y", + "▁d e", + "▁ de", + "▁s t", + "▁ st", + "▁ |", + "ve r", "v er", - "u r", - "Ġs t", - "Ġth at", + ") ;", + "▁ \"", + "l y", + "▁b e", + "▁ be", + "* *", + "▁i s", + "▁ is", + "o d", + "▁ M", "at ion", - "c h", - "it h", - "âĢ Ļ", - "i r", - "Ġ M", - "Ġ he", - "c e", - "Ġ it", - "Ġw ith", - "Ġd e", - "Ġ P", + "ati on", + "atio n", "u l", - "Ġa l", - "i f", - "Ġ B", + "▁f or", + "▁fo r", + "▁ for", + "▁o n", + "▁ on", + "a g", + "c e", + "te r", "t er", - "n d", - "r a", - "Ġa s", + "i r", + "t h", + "▁ v", "q u", - "Ġc on", - "Ġw h", - "o d", - "il l", - "ou t", - "Ġp ro", - "a g", - "Ġ v", - "es t", - "k e", + "▁ B", "e m", - "er s", - "u s", - "Ġw e", - "Ġ D", - "Ġa re", - "o s", - "p p", + "▁ P", + "▁y ou", + "▁yo u", + "▁ you", + "▁t hat", + "▁th at", + "▁ that", + "u n", + "▁ {", + "it h", + "i th", "r i", + "es t", + "e st", "a b", - "Ġ W", - "es s", - "u n", - "Ġ H", - "Ġc om", - "he r", - "an d", - "Ġh a", + "- -", + "a p", + "▁i t", + "▁ it", + "▁c on", + "▁co n", + "▁ con", "at e", - "o re", - "ou r", - "Ġ F", - "Ġ or", - "l d", + "a te", + "u s", + "▁ H", "u m", - "Ġ R", + "▁ D", + "o s", + "p e", + "▁ -", + "▁w h", + "▁ wh", + "▁a l", + "▁ al", + "▁a s", + "▁ as", + "an d", + "a nd", "is t", - "an t", - "Ġs e", - "or t", - "o p", - "Ġa t", + "i st", + "▁ L", + "▁ W", + "▁w ith", + "▁ with", + "▁a n", + "▁ an", + "er e", + "e re", + "▁ *", + "▁ R", + "▁h e", + "▁ he", + "▁ F", + "o c", + "▁w as", + "▁wa s", + "▁ was", + "er s", + "e rs", + "k e", + "ou t", + "o ut", "h t", - "ĠT he", - "Ġn e", - "Ġ r", - "Ġ L", + "▁ r", + "es s", + "e ss", + "o p", "re s", - "Ġe x", + "r es", "i e", + "▁ E", + "▁ \\", + "▁T he", + "▁Th e", + "▁ The", + "en d", + "e nd", + "l d", + "▁ N", + "or t", + "o rt", + "▁ G", + "/ /", + "▁ #", + "ou r", + "o ur", + "t e", + "il l", + "i ll", + "ai n", + "a in", + "▁s e", + "▁ se", + "▁ $", + "▁p ro", + "▁pr o", + "▁ pro", + "or e", + "o re", + "▁c om", + "▁co m", + "▁ com", + "am e", + "a me", + "t r", + "▁n e", + "▁ ne", + "ro m", "r om", - "Ġw as", - "Ġ E", - "o c", - "Ġ G", - "Ġyou r", + "u b", + "▁a t", + "▁ at", + "▁e x", + "▁ ex", + "an t", + "a nt", + "u e", + "▁o r", + "▁ or", + "▁ }", "ar t", + "a rt", + "ct ion", + "▁ k", + "p t", "n t", - "Ġs u", - "m ent", - "ĠĠĠĠ ĠĠĠĠ", - "it y", - "Ġ N", - "e ct", - "u st", - "a in", - "Ġha ve", - "Ġth is", - "en d", - "Ġn ot", - "Ġ le", - "Ġc an", "i v", - "t h", - "Ġs h", - "i ve", - "2 0", - "i es", - "Ġc h", + "d e", + "▁ O", + "p l", + "ur n", + "u rn", "ig ht", - "Ġf rom", - "Ġ j", - "Ġ k", + "igh t", + "i ght", + "al l", + "a ll", + "▁t his", + "▁th is", + "▁ this", + "se r", + "s er", + "av e", + "a ve", + "▁n ot", + "▁no t", + "▁ not", + "▁a re", + "▁ar e", + "▁ are", + "▁ j", + "▁l e", + "▁ le", + "i z", + "▁ '", + "ag e", + "a ge", + "me nt", + "men t", + "m ent", + "▁t r", + "▁ tr", + "ac k", + "a ck", + "us t", + "u st", + "( )", + "- >", + "it y", + "i ty", + "in e", + "i ne", "ou ld", - "Ġb y", - "Ġ O", + "oul d", + "o uld", + "▁ J", + "o g", + "▁f rom", + "▁fr om", + "▁fro m", + "▁ from", + "▁w e", + "▁ we", "el l", - "o st", + "e ll", + "▁s h", + "▁ sh", + "▁e n", + "▁ en", + "ur e", + "u re", + "por t", + "po rt", + "p ort", + "▁c h", + "▁ ch", + "n e", + "▁b y", + "▁ by", + "pe r", + "p er", "ar d", - "al l", - "om e", - "in e", - "u d", - "re d", - "Ġd o", - "Ġa b", - "o o", - "p t", - "Ġ en", - "al ly", - "Ġp l", - "ac k", - "p e", + "a rd", + "as s", + "a ss", "g e", - "Ġw ill", "a k", - "Ġ qu", - "Ġm e", - "Ġal l", - "id e", - "as t", - "u re", - "Ġw or", - "r ou", - "p er", - "Ġ J", - "p l", - "t e", - "à ©", - "ĠĠ Ġ", - "in d", - "o g", - "f f", - "i al", - "Ġg o", + "ar e", "a re", - "he n", - "ic e", - "i z", - "Ġu n", - "Ġu s", - "Ġt r", - "ic h", - "Ġb ut", - "on e", - "ion s", - "e ar", - "ag e", - "Ġs o", - "âĢ Ŀ", - "T he", - "âĢ ľ", - "Ġa d", - "oo k", - "Ġm y", - "ab le", - "Ġ U", - "i a", - "Ġ out", + "o k", + "a v", + "iv e", + "i ve", + "f f", + "ie s", + "i es", + "at h", + "a th", + "tu rn", + "t urn", + "▁ U", + "in t", + "i nt", + "-- --", + "--- -", + "- ---", + "▁i m", + "▁ im", + "os t", + "o st", + "ia l", + "i al", + "▁h ave", + "▁ha ve", + "▁hav e", + "▁ have", + "in d", + "i nd", "i p", - "a ke", - "ou s", - "am e", - "> >", "an s", - "t her", - "< <", - "Ġh as", - "u e", - "Ġthe y", - "Ġ im", - "Ġcom p", - "g h", - "Ġu p", - "a ct", + "a ns", + "x t", + "▁d o", + "▁ do", + "c l", + "▁i f", + "▁ if", + "co n", + "c on", + "i a", + "▁h is", + "▁hi s", + "▁ his", + "ul t", + "u lt", + "ro u", + "r ou", + "▁s u", + "▁ su", + "r a", + "▁u n", + "▁ un", + "ab le", + "abl e", + "a ble", + "▁ <", + "▁ K", + "om e", + "o me", + "▁q u", + "▁ qu", + "ge t", + "g et", + "▁m e", + "▁ me", + "as t", + "a st", + "ec t", + "e ct", + "▁# #", + "▁ ##", + "t o", + "▁c l", + "▁ cl", + "▁a b", + "▁ ab", + "ic e", + "i ce", + "ir e", + "i re", + "be r", + "b er", + "on e", + "o ne", + "ic h", + "i ch", + "he n", + "h en", + "▁c an", + "▁ca n", + "▁ can", + "▁T h", + "▁ Th", + "▁l a", + "▁ la", + "▁a ll", + "▁al l", + "▁ all", "im e", - ". .", - "Ġc l", + "i me", + "il e", + "i le", + "id e", + "i de", + "\" ,", + "▁p l", + "▁ pl", + "▁ V", + "r u", + "or m", + "o rm", + "▁h ad", + "▁ha d", + "▁ had", + "u d", + "as e", + "a se", + "or d", + "o rd", + ") ,", + "▁h er", + "▁he r", + "▁ her", + "▁I n", + "▁ In", + "ac e", + "a ce", + "▁b ut", + "▁bu t", + "▁ but", + "at a", + "a ta", + ": :", + "** **", + "*** *", + "* ***", "on g", + "o ng", + "▁ &", + ". .", + "it e", + "i te", + "yp e", + "y pe", + "ac t", + "a ct", + "od e", + "o de", + "▁y our", + "▁you r", + "▁yo ur", + "▁ your", + "▁o ut", + "▁ou t", + "▁ out", + "▁g o", + "▁ go", + "li c", + "l ic", + "al ly", + "all y", + "▁s o", + "▁ so", + "or k", + "a u", + "▁u p", + "▁ up", + "▁ _", + "l l", + "= =", + "▁m y", + "▁ my", + "p p", "c c", - "or m", + "▁/ /", + "▁ //", + "▁the y", + "▁th ey", + "▁ they", + "g h", + "▁u s", + "▁ us", "i b", - "ver y", - "Ġm ore", - "it e", + "ion s", + "io ns", + "i ons", + "ac h", + "a ch", + "en s", + "e ns", + "▁a r", + "▁ ar", + "o b", + "el f", + "oo k", + "o ok", "at ed", - "a p", - "as s", - "Ġthe ir", - "ĠT h", - "0 0", - "u b", - "ĠI n", - "s o", - "Ġ K", - "Ġon e", - "i re", - "t o", - "ac e", - "i ke", - "Ġcon t", + "ate d", + "a ted", + "an g", + "a ng", + "ig n", + "i gn", + "▁re turn", + "▁r eturn", + "▁ret urn", + "▁ return", + "▁re s", + "▁r es", + "▁ res", + "c k", + "ou s", + "o us", + "с т", + ") .", + "▁ п", + ". \"", + "н а", + "▁ i", + "ai l", + "a il", "e p", - "c l", - "a u", + "▁a d", + "▁ ad", "an ce", - "ul t", - "a v", - "Ġab out", - "Ġh is", - "Ġm an", + "anc e", + "( \"", + "▁* *", + "▁ **", + "th er", + "the r", + "t her", + "ak e", + "a ke", + "▁w ill", + "▁ will", + "▁c omp", + "▁com p", + "▁co mp", + "▁ comp", + "▁o ne", + "▁on e", + "▁ one", + "▁g et", + "▁ge t", + "▁ get", + "o v", + "▁ Y", + "ar y", + "a ry", + "oc k", + "o ck", + "▁s he", + "▁sh e", + "▁ she", + "ch e", + "c he", + "f t", + "▁n ew", + "▁ne w", + "▁ new", + "▁d es", + "▁de s", + "▁ des", + "▁l i", + "▁ li", + "en ce", + "enc e", + "▁s a", + "▁ sa", + "re ss", + "res s", + "r ess", + "▁e l", + "▁ el", + "▁u nd", + "▁un d", + "▁ und", + "e g", + "fe r", + "f er", "r y", + "ea r", + "e ar", + "os e", + "o se", + "ve ry", + "ver y", + "v ery", + "' ,", + "▁ +", + "▁ в", + "▁H e", + "▁ He", + "ub lic", + "ubl ic", + "u blic", + "▁the ir", + "iz e", + "i ze", + "▁w ere", + "▁we re", + "▁wer e", + "▁ were", + "in k", + "ow n", + "o wn", + "I n", + "{ \\", + "▁h as", + "▁ha s", + "▁ has", + "▁p er", + "▁pe r", + "▁ per", + "▁I t", + "▁ It", + "▁S t", + "▁ St", + "he r", + "h er", + "je ct", + "j ect", + "р а", + "il d", + "i ld", + "s o", + "▁s p", + "▁ sp", + "н и", "d u", - "a il", - "k s", - "Ġ Y", - "b er", - "Ġ V", - "ac h", - "as e", - "Ċ ĠĠĠĠĠĠĠĠ", - "Ġs p", - "i le", - "Ġp er", - "Ġre s", - "Ċ ĠĠĠĠ", - "ig n", - "- -", - "Ġt e", - "Ġ if", - "Ġf e", - "l l", - "Ġ our", - "Ġwh o", - "Ġa pp", - "ation s", - "Ġl a", - "Ġhe r", - "ĠS t", - "re at", - "r u", - "Ġg et", - "M A", - "n e", - "e re", - "Ġs a", - "ar y", - "ct ion", - "v en", - "Ġwh ich", - "ent s", - "n ow", - "ic k", - "el y", + "ro w", + "r ow", + "al ue", + "alu e", + "se t", + "s et", + "fo rm", + "for m", "f orm", - "on d", - "ay s", - "Ġd is", - "en s", - "or d", - "Ġs ome", - "Ġof f", - "G E", - "Ġo ther", - "âĢ ĵ", - "Ġt ime", - "in t", - "res s", - "ic al", - "ĠI t", - "Ġl ike", - "Ġan y", - "en ce", + "co m", + "c om", + "▁m an", + "▁ma n", + "▁ man", + "on t", + "o nt", + "ul l", + "u ll", + "▁c ont", + "▁con t", + "▁co nt", + "▁ cont", + "▁m ore", + "▁mor e", + "▁mo re", + "▁ more", + "ic k", + "i ck", + "▁w ould", + "▁wo uld", + "▁e v", + "▁ ev", + "▁ab out", + "▁ about", + "it ion", + "iti on", + "▁ z", + "ou nd", + "oun d", + "o und", "re e", - "p ort", - "Ġp e", - "Ġthe m", + "r ee", + "▁C h", + "▁ Ch", + "▁wh ich", + "▁ which", + "i o", + "() ;", + "( );", + "▁w ho", + "▁wh o", + "▁ who", + "er r", + "e rr", + "or y", + "o ry", "ou nt", - "Ġal so", - "er v", - "o ve", - "Ġd es", - "Ġh ad", - "Ġa r", - "o v", - "ing s", - "Ġp art", - "I MA", - "IMA GE", - "Ġa g", - "20 1", - "Ġne w", + "oun t", + "o unt", + "at ions", + "ation s", + "ati ons", + "atio ns", + "▁ с", + "ri ng", + "rin g", + "r ing", + "< /", + "▁f e", + "▁ fe", + "к о", + "н о", + "▁d is", + "▁di s", + "▁ dis", + "m a", + "▁t hem", + "▁the m", + "▁th em", + "▁a ny", + "▁an y", + "▁ any", + "▁n o", + "▁ no", + "-- ------", + "---- ----", + "--- -----", + "----- ---", + "------ --", + "------- -", + "- -------", + "▁p re", + "▁pr e", + "▁ pre", + "▁t e", + "▁ te", + "▁r o", + "▁ ro", + "▁h im", + "▁hi m", + "▁ him", + "▁ :", + "u p", + "▁in t", + "▁i nt", + "▁ int", + "▁a g", + "▁ ag", + "S t", "ar k", - "Ġthe re", - "o b", - "Ġw ould", - "o se", - "Ġwor k", - "Ġp re", - "Ġw hen", - "ĠC h", - "Ġwh at", - "it ion", - "in k", - "v el", - "Ġs c", - "an g", - "c k", + "e x", + "p h", + "ie nt", + "ien t", + "i ent", + "el y", + "e ly", + "▁p r", + "▁ pr", + "E R", + "▁im port", + "▁imp ort", + "▁ import", + "▁t ime", + "▁tim e", + "▁ti me", + "▁ time", + "р о", + "pr o", + "p ro", + "Us er", + "Use r", + "U ser", + "l o", + "▁ /", + "▁ [", "or s", - "Ġj ust", - "Ġwe re", - "Ġ ro", - "Ġo ver", - "Ġy ear", - "Ġbe en", - "l ic", - "il d", - "Ġa m", - "ur n", - "Ġk now", - "Ġre c", - "Ġu nd", - "Ġn o", - "Ġp r", - "1 9", - "Ġth an", - "Ġne ed", - "ĉ ĉ", - "ou nd", - "o od", + "o rs", + "= \"", + "▁t here", + "▁the re", + "▁th ere", + "▁ther e", + "▁ there", + "▁l ike", + "▁li ke", + "▁lik e", + "▁ like", + "ol d", + "o ld", + "▁w hen", + "▁wh en", + "▁whe n", + "▁ when", + "ve rs", "ver s", - "op le", - ") ;", - "on t", - "ow n", - "Ġb l", - "Ġh ow", - "Ġbe c", - "Ġs he", - "or y", - "Ġa cc", - "o y", - "is h", - "Ġin to", - "w n", - "an c", + "v ers", + "▁s ome", + "▁so me", + "▁som e", + "▁ some", + "in gs", + "ing s", + ") )", + "▁p art", + "▁par t", + "▁pa rt", + "▁ part", + "ic al", + "ica l", + "i cal", + "▁f un", + "▁fu n", + "▁ fun", + "▁k n", + "▁ kn", + "ay s", + "a ys", + "ie r", + "i er", + "▁b een", + "▁be en", + "ov e", + "o ve", + "▁s c", + "▁ sc", + "ia n", + "i an", + "▁o ver", + "▁ov er", + "▁ over", + "ie l", + "i el", + "▁p e", + "▁ pe", + "ri b", + "r ib", + "pu t", + "p ut", + "e c", + "et h", + "e th", + "ar am", + "ara m", + "a ram", + "ap p", + "a pp", + "▁ –", + "▁s tat", + "▁st at", + "▁sta t", + "▁ stat", + "po n", + "p on", + "▁w hat", + "▁wh at", + "▁ what", + "pt ion", + "w e", "ad e", - "he re", - "u al", + "a de", + "▁w ork", + "▁wor k", + "▁ work", + "te xt", + "tex t", + "t ext", + "▁s aid", + "▁sa id", + "▁# ##", + "▁## #", + "▁ ###", + "I N", + "▁j ust", + "▁ju st", + "▁ just", + "ir st", + "irs t", + "▁in to", + "▁int o", + "▁ into", + "▁con st", + "▁cons t", + "▁ const", + "our ce", + "t t", + "p s", + "p r", + "er v", + "e rv", + "it t", + "i tt", + "u g", + "_ {", + "en ts", + "ent s", + "is h", + "i sh", + "en er", + "ene r", + "e ner", + "▁in ter", + "▁int er", + "▁inte r", + "▁ inter", + "pl e", + "p le", "ol l", - "er t", - "at er", + "o ll", + "me r", "m er", - "x t", - "on s", - ") .", - "Ġpe ople", - "ol d", - "f t", - "it t", - "1 0", - "el f", - "w e", - "ir st", - "if f", - "Ġit s", + "at er", + "ate r", + "a ter", + "oo l", + "o ol", + "e f", + "▁p ublic", + "▁pub lic", + "▁pu blic", + "▁publi c", + "▁ public", + "▁o ther", + "▁ot her", + "▁ other", + "р е", + "▁d ef", + "▁de f", + "▁ def", + "▁ @", + "г о", + "oin t", + "oi nt", + "o int", + "▁o ff", + "▁of f", + "▁ off", + "oi d", + "o id", + "re turn", + "ret urn", + "r eturn", + "▁s et", + "▁se t", + "▁ set", + "w o", + "ft er", + "fte r", "f ter", - "ĠW e", - "au se", - "e c", - "Ġl ook", - "ĠH e", - "l p", - "p le", - "g et", - "Ġb et", - "ig h", - "Ġcom m", - "Ġa ct", - "i an", - "i ous", - "Ġm ake", - "u ch", - "pe c", - "ie w", - "f ul", - "he d", - "Ġp o", - "Ġm ay", - "Ġ z", - "j ect", - "ter n", - "et h", - "Ġw ant", - "Ġin d", - "cl ud", - "Ġe m", - "Ġhe lp", - "g r", - "ĠTh is", - "Ġon ly", - "Ġad d", - "Ġf l", - "Ġc o", + "s h", + "** ******", + "**** ****", + "****** **", + "▁o ur", + "▁ou r", + "▁ our", + "ri v", + "r iv", "is s", - "n ing", - "Ċ ĠĠĠ", - "Ġb ack", - "is e", - "Ġu se", - "Ġsa id", - "p h", - "Ġt w", - "Ġcon s", - "at es", - "rou gh", - "i o", - "Ġb u", - "ou gh", - "T h", - "if ic", - "en c", - "Ġm ost", - "Ġe very", - "Ġse e", - "e f", - "rou nd", - "* *", - "oc k", - "Ġc ould", - "at h", - "Ġ Ã", - "l es", - "le ct", - ") ,", - "i ent", - "Ġf irst", - "at ing", - "Ġd iff", - "ä ¸", - "re n", - "r ic", - "Ġpro v", - "Ġw ell", - "I n", - "ĠY ou", - "Ġpro du", - "Ġthe se", - "ro w", - "at a", - "Ġd i", - "t y", - "Ġth rough", + "i ss", + "▁W e", + "▁ We", + "n g", + "▁o b", + "▁ ob", "s s", - "Ġat t", - "âĢ Ķ", - "os s", - "ers on", - "Ġd on", + "g r", + "▁t han", + "▁th an", + "▁ than", + "pe ct", + "pec t", + "p ect", + "ie d", + "i ed", + "s c", + "ie w", + "i ew", + "de r", + "d er", + "ys t", "y st", - "e w", - "Ġ el", - "E N", - "Ġsu pp", - "Ġc he", - "Ġh im", - "t ing", - "r it", - "Ġre l", - "Ġp h", - "ment s", + "e v", + "▁c ould", + "▁co uld", + "▁cou ld", + "▁ could", + "an n", + "a nn", + "en c", + "e nc", + "O N", + "i x", + "an c", + "a nc", + "▁al so", + "▁als o", + "▁ also", + "re at", + "rea t", + "▁a m", + "▁ am", + "▁b ec", + "▁be c", + "▁ bec", + "▁ и", + "ua l", + "u al", + "pe c", + "p ec", + "▁ .", + "▁b l", + "▁ bl", + "le ct", + "l ect", + "op le", + "opl e", + "o ple", + "y s", + "▁g r", + "▁ gr", + "ic t", + "i ct", "i k", - "Ġsh ould", - "Ġb r", - "c ess", - "v ent", - "i er", - "Ġund er", - "ĠR e", - "p ect", - "Ġ ke", - "Ġt ra", - "Ġw ay", - "b s", - "Ġas s", - "Ġin c", - "Ġgo od", - "if e", - "Ġre g", - "ot h", - "Ġd id", - "it ies", - "Ġc ol", - "Ġ very", - "Ġe ven", - "Ġs erv", - "Ġthe n", - "Ġ ent", + "tr ing", + "tri ng", + "t ring", + "▁T his", + "▁Th is", + "▁ This", + "▁b ack", + "▁ba ck", + "▁ back", + "▁ о", + "▁f in", + "▁fi n", + "▁ fin", + "at ch", + "Co n", + "C on", + "( '", "er m", - "b le", - "Ġ i", - "Ġin clud", - "ul l", - "y s", - "ib le", - "ic es", - "u p", - "il y", - "Ġs m", - "em ent", + "e rm", + "▁= =", + "▁ ==", + "_ _", + "na me", + "nam e", + "n ame", + ", \"", + "▁d id", + "▁di d", + "▁ did", + "is e", + "i se", + "▁on ly", + "▁ only", + "ru ct", + "r uct", + "le s", + "l es", + "▁t hen", + "▁the n", + "▁th en", + "▁ then", + "au se", + "aus e", + "a use", + "в а", + "▁it s", + "▁i ts", + "▁ its", + "ri t", + "r it", + "▁k now", + "▁kn ow", + "▁ know", + "ie ld", + "iel d", + "i eld", + "▁c lass", + "▁cl ass", + "▁clas s", + "▁ class", + "▁ >", + "▁e m", + "▁ em", + "▁$ \\", + "▁ $\\", + "▁y ear", + "▁ye ar", + "▁ year", + "w n", + "} ,", + "▁d el", + "▁de l", + "▁ del", + "al e", + "a le", + "t y", + "fi g", + "f ig", + "s p", + "he d", + "h ed", + "ro und", + "rou nd", + "r ound", + "e w", + "▁d i", + "▁ di", + "▁d er", + "▁de r", + "▁ der", + "р и", + "re d", + "r ed", + "th is", + "t his", + "le t", + "l et", + "R E", + "a x", + "f r", + "ess age", + "essa ge", + "ou gh", + "o ugh", + "▁c omm", + "▁com m", + "▁co mm", + "▁ comm", + "f o", + "uc h", + "u ch", + "o y", + "▁pe ople", + "▁ people", + "yst em", + "ys tem", + "▁f irst", + "▁fir st", + "▁ first", + "▁f unction", + "▁fun ction", + "▁ function", + "an ge", + "ang e", + "▁h ow", + "▁ho w", + "▁ how", + "▁e t", + "▁ et", + "a h", + "▁l ook", + "▁lo ok", + "▁ look", + "т о", + "un d", + "u nd", + "▁u nder", + "▁un der", + "▁und er", + "▁ under", + "к а", + "▁ !", + "ra y", + "r ay", + "S T", + "if ic", + "ifi c", + "i fic", + "л и", + "re ad", + "rea d", + "r ead", + "▁b et", + "▁be t", + "▁ bet", + "io us", + "i ous", + "ar g", + "a rg", + "▁n eed", + "▁ne ed", + "▁ need", + "ma th", + "mat h", + "m ath", + "▁н а", + "▁ на", + "er t", + "e rt", + "▁o p", + "▁ op", + "▁a cc", + "▁ac c", + "▁ acc", + "Pr o", + "P ro", + "▁e st", + "▁es t", + "▁ est", + "▁U n", + "▁ Un", + "▁e nt", + "▁en t", + "▁ ent", + "▁re c", + "▁r ec", + "▁ rec", + "▁u se", + "▁us e", + "▁ use", + "е н", + "▁p ar", + "▁pa r", + "▁ par", "a z", - "Ġtw o", - "Ġre t", - "Ġn ow", - "Ġre m", + "▁ д", + "▁W h", + "▁ Wh", + "sel f", + "s elf", + "▁k e", + "▁ ke", + "т а", + "▁w ant", + "▁wa nt", + "▁ want", + "▁e nd", + "▁en d", + "▁ end", + "▁d on", + "▁do n", + "▁ don", + "e k", + "re n", + "r en", + "Na me", + "N ame", + "▁= >", + "▁ =>", + "▁a pp", + "▁ap p", + "▁ app", + "▁qu e", + "▁q ue", + "▁ que", + "ig h", + "i gh", + "▁b u", + "▁ bu", + "eq u", + "e qu", + "ve l", + "v el", + "▁a ct", + "▁ac t", + "▁ act", + "cr e", + "c re", + "A T", + "▁v ar", + "▁va r", + "▁ var", + "ce ss", + "ces s", + "c ess", + "== ==", + "=== =", + "= ===", + "E x", + "▁a dd", + "▁ad d", + "▁ add", + "▁m od", + "▁mo d", + "▁ mod", + "un g", + "u ng", + "▁w here", + "▁wh ere", + "▁whe re", + "▁ where", + "ni ng", + "n ing", + "▁f l", + "▁ fl", "al s", - "Ġa fter", - "20 0", - "ĊĠĠĠĠ ĠĠĠ", - "om m", - "ol og", - "C O", + "a ls", + "ter n", + "te rn", + "t ern", + "} }", + "▁A l", + "▁ Al", + "▁p os", + "▁po s", + "▁ pos", + "an k", + "▁a p", + "▁ ap", + "en g", + "e ng", + "▁ “", + "bl e", + "b le", + "▁re g", + "▁r eg", + "▁ reg", + "^ {", + "▁S he", + "▁Sh e", + "▁ She", + "▁* /", + "▁ */", + "ud e", + "u de", + "ad d", + "a dd", + "▁t wo", + "▁tw o", + "▁ two", + "▁c ol", + "▁co l", + "▁ col", + "▁s m", + "▁ sm", + "ai r", + "a ir", + "▁m ay", + "▁ma y", + "▁ may", + "fo re", + "for e", "f ore", - "à Ń", - "Ġman y", - ". \"", - "Ġf in", - "an ge", - "Ġth ink", - "d ay", - "Ġm uch", - "en er", - "u nd", - "o ol", - "ak ing", - "it s", - "il ity", - "ĠP ro", - "Ġa c", - "Ġbec ause", - "u res", - "Ġqu e", - "i ed", - "ul ar", - "/ /", - "Ġw here", - "ĠW h", - "Ġg r", - "Ġpl ay", - "Ġg u", - "Ġ et", - "Ġex per", - "l ine", - "Ġs et", - "in ess", - "ra ct", - "Ġto o", - "Ġst ud", - "Ġr ight", - "al e", - "ow er", - "ĠU n", - "âĢ ¦", - "ĠA nd", - "yst em", - "Ġd own", - "Ġim p", - "Ġin st", - "n g", - "20 2", - "Ġin v", - "iz e", - "an y", - "Ġyear s", - "Ġst art", + "▁Y ou", + "▁ You", + "ro ugh", + "rou gh", + "r ough", + "▁c he", + "▁ch e", + "▁ che", + "▁a tt", + "▁at t", + "▁ att", + "ot h", + "o th", + "л а", + "▁c o", + "▁ co", + "at es", + "ate s", + "a tes", + "▁re m", + "▁r em", + "▁ rem", + "oo d", + "o od", + "Ty pe", + "Typ e", + "T ype", + "le d", + "l ed", + "fu l", + "f ul", + "▁s elf", + "▁sel f", + "▁ self", + "o f", + "▁A r", + "▁ Ar", + "qu e", + "q ue", + "▁e very", + "▁ev ery", + "▁ever y", + "▁ every", + "re f", + "r ef", + "Th e", + "T he", + "▁A nd", + "▁An d", + "▁ And", + "▁re l", + "▁r el", + "▁ rel", + "O R", + "I d", + "▁e ven", + "▁ev en", + "▁ even", + "E N", + "▁h and", + "▁ha nd", + "▁han d", + "▁ hand", + "ai t", + "a it", + "▁sh ould", + "▁ should", + "▁a fter", + "▁af ter", + "▁ after", + "▁d if", + "▁di f", + "gh t", "g ht", - "as ed", - "Ġs ur", - "Ġg reat", - "t s", - "Ġl ong", - "w ard", - "he s", - "Ġin t", - "ub lic", - "Ġe ff", - "Ġse c", - "Ġp erson", - "an k", - "e k", - "Ġre ad", - "Ġa v", - "1 2", - "EN T", - "u g", - "Ġf ind", - "i ence", - "id ent", - "Ġd el", - "Ġb est", - "ri b", - "al th", - "-- --", - "i x", - "Ġde c", - "a x", - "à ¡", - "a h", - "p r", + "if e", + "i fe", + "at or", + "ato r", + "a tor", + "as h", + "a sh", + "ri but", + "rib ut", + "ribu t", + "um ber", + "umb er", + "u mber", + "▁s ee", + "▁se e", + "▁ see", + "m s", + "▁c all", + "▁cal l", + "▁ca ll", + "▁ call", + "y n", + "d d", + "▁e s", + "▁ es", + "▁m ake", + "▁ma ke", + "▁ make", "ot her", - "Ġo wn", - "Ġm od", - "Ġin s", - "Ġ est", - "pt ion", - ".. .", - "Ġdiff ere", - "Ġc ar", - "n er", + "oth er", + "othe r", + "o ther", + "▁ —", + "\") ;", + "\" );", + "st r", + "s tr", + "▁l ong", + "▁lo ng", + "▁lon g", + "▁ long", + "le ment", + "lem ent", + "l ement", + "▁w or", + "▁wo r", + "▁ wor", + "it s", + "i ts", + "▁I f", + "▁ If", + "al se", + "als e", + "л ь", + "wa rd", + "war d", + "w ard", + "▁п о", + "▁ по", + "va l", + "v al", + "on s", + "o ns", + "▁ Z", + "▁n ow", + "▁no w", + "▁ now", + "da ta", + "dat a", + "d ata", + "am p", + "a mp", + "en se", + "ens e", + "▁th rough", + "▁thr ough", + "▁thro ugh", + "▁ through", + "▁d own", + "▁do wn", + "▁dow n", + "▁ down", + "at t", + "a tt", + "▁st atic", + "▁stat ic", + "▁ static", "ic s", - "e x", - "ation al", - "Ġp ar", - "g an", - "Ġdo es", - "or k", - "a ir", - "Ġsu ch", - "Ġb us", + "i cs", + "# #", + "po s", + "p os", + "▁v oid", + "▁vo id", + "▁ void", + "a w", + "ou n", + "o un", + "▁w ay", + "▁wa y", + "▁ way", + "ib le", + "i ble", + "ve nt", + "ven t", + "v ent", + "ow er", + "owe r", + "o wer", + "▁th ink", + "▁thin k", + "▁ think", + "t s", + "* /", + "▁a gain", + "▁ag ain", + "▁ again", + "at ing", + "ati ng", + "atin g", + "a ting", + "т е", + "ne r", + "n er", + "▁m ost", + "▁mo st", + "▁mos t", + "▁ most", + "li ne", + "lin e", + "l ine", + "y m", + "▁s ub", + "▁su b", + "▁ sub", + "er son", + "ers on", + "▁re qu", + "▁r equ", + "▁req u", + "▁ requ", + "A L", + "A R", + "ab el", + "abe l", + "a bel", + "on d", + "o nd", + ")) ;", + ") );", + "▁S e", + "▁ Se", + "▁B ut", + "▁Bu t", + "▁ But", + "al k", + "▁A n", + "▁ An", + "ne w", + "n ew", + "▁b ecause", + "▁bec ause", + "▁ because", + "ge r", + "g er", + "ul ar", + "ula r", + "u lar", + "ro up", + "rou p", + "r oup", + "t a", + ".. .", + ". ..", + "▁c ons", + "▁con s", + "▁co ns", + "▁ cons", + "▁r ight", + "▁ri ght", + "▁rig ht", + "▁ right", + "▁f r", + "▁ fr", + "b e", + "il y", + "i ly", + "к и", + "▁p h", + "▁ ph", + "ea d", + "e ad", + "? \"", + "▁g u", + "▁ gu", + "▁el se", + "▁els e", + "▁ else", + "▁s om", + "▁so m", + "▁ som", + "re nt", + "ren t", + "r ent", + "c o", + "em ent", + "eme nt", + "emen t", + "e ment", + "▁s tr", + "▁st r", + "▁ str", + "au lt", + "aul t", + "a ult", + "▁ з", + "л о", + "se rt", + "ser t", + "s ert", + "va r", + "v ar", + "ty pe", + "typ e", + "t ype", + "▁C om", + "▁Co m", + "▁ Com", + "л е", "in s", - "ur ing", - "Ġhe re", - "Ġag ain", - "d er", - "Ġo p", - "M M", - "ĠI f", - "h ip", - "ri v", - "ar ch", - "ic t", - "Ġm in", - "Ġh and", - "as h", - "Ġt ake", - "u ally", - "Ġs pec", - "Ġb el", - "Ġde f", - "Ġ es", - "Ġh igh", - "Ġst r", - "Ġm on", + "i ns", + "m e", + "wa y", "w ay", - "form ation", - "Ġ end", - "vel op", - "i el", - "c om", - "Ġs im", - "Ġbe fore", - ". âĢĿ", - "at ive", - "_ _", - "Ġre qu", - "Ċ Ċ", - "Ġd ay", - "Ġbe ing", - "Ġp res", - "at ch", - "am p", - "c es", - "ã Ģ", - "a ve", - "CO MM", - "Ġs om", - "Ġtr ans", - "COMM ENT", - "Ġth ose", - "al k", - "Ġm ed", - "ark et", - "un g", - "re ad", - "qu e", - "Ġm ade", + "id ent", + "ide nt", + "iden t", + "▁p rov", + "▁pro v", + "▁pr ov", + "▁ prov", + "▁ м", + "▁tr ue", + "▁ true", + "▁P ro", + "▁Pr o", + "▁ Pro", + "f l", + "▁s l", + "▁ sl", + "▁A s", + "▁ As", + "} \\", + "I D", + "ue s", "u es", - "oll ow", - "Ġc re", - "le t", - "Ġ ra", - "Ġs l", - "e ver", - "it ed", - "1 5", - "ĠA l", - "ar m", - "S t", - "Ġin ter", - "Ġc all", - "Ġl oc", - "Ġre ally", - "= =", - "b e", - "Ġs er", - "Ġf un", - "Ġus ed", - "c on", - "Ġn um", - "Ġd et", - "l ed", - "s elf", - "u c", - "Ġsh ow", - "Ġex t", - "ch n", - "Ġfor m", - "Ġf am", - "Ġa ut", - "Ċ ĉĉ", - "Ġg l", - "v iew", - "t en", - "Ġre al", - "ĠA n", - "in es", - "ar n", - "Ġl ife", - "W h", - "n ce", - "à ¤", - "3 0", - "an n", - "1 1", - "Ġo b", - "Ġc ur", - "Ġsu b", - "Ġt y", + "▁in st", + "▁ins t", + "▁ inst", + "▁n ame", + "▁na me", + "▁nam e", + "▁ name", + "o x", + "▁ )", + "l i", + "am es", + "ame s", + "a mes", + "Re s", + "R es", + "▁s ur", + "▁su r", + "▁ sur", + "par am", + "pa ram", + "para m", + "p aram", + "▁st art", + "▁star t", + "▁sta rt", + "▁ start", + "a j", + "S E", + "as k", + "a sk", + "I T", + "St ring", + "Str ing", + "S tring", + "▁a ss", + "▁as s", + "▁ ass", + "▁p lay", + "▁pl ay", + "▁ play", + "ti ng", + "t ing", + "to n", + "t on", + "▁b efore", + "▁be fore", + "▁bef ore", + "▁ before", + "▁p ol", + "▁po l", + "▁ pol", + "ar ch", + "arc h", + "▁w ell", + "▁we ll", + "▁wel l", + "▁ well", + "Co m", + "C om", + "an y", + "a ny", + "ol og", + "olo g", + "o log", + "▁e rr", + "▁er r", + "▁ err", + "▁the se", + "▁th ese", + "ar s", + "a rs", + "e b", + "▁b r", + "▁ br", + "▁in cl", + "▁inc l", + "▁ incl", + "▁h el", + "▁he l", + "▁ hel", "er n", - "gr am", - "Ġar t", - "ĠS h", - "Ġin te", - "Ġwor ld", - "Ġdis c", - "Ġh ome", - "as on", - "Ġs k", - "ç ļ", - "od e", - "ar g", - "i et", - "in ce", - "Ġgo ing", - "Ġv al", - "ĠD e", - "Ġs ystem", - "Ġwh ile", - "ĠB ut", + "e rn", + "od y", + "o dy", + "в о", + "▁in d", + "▁i nd", + "▁ ind", + "-- --------------", + "---- ------------", + "-------- --------", + "--- -------------", + "------------ ----", + "----- -----------", + "---------- ------", + "------ ----------", + "------------- ---", + "-------------- --", + "--------- -------", + "------- ---------", + "----------- -----", + "▁d ata", + "▁da ta", + "▁dat a", + "▁ data", + "▁g ood", + "▁go od", + "▁ good", + "L E", + "] ,", + "▁a v", + "▁ av", + "▁a c", + "▁ ac", + "id er", + "ide r", + "i der", + "н е", + "▁ Q", + "▁m in", + "▁mi n", + "▁ min", + "▁m uch", + "▁mu ch", + "c i", + "el s", + "e ls", + "▁c ur", + "▁cu r", + "▁ cur", + "▁v alue", + "▁val ue", + "▁ value", + "er y", + "e ry", + "u f", + "▁l oc", + "▁lo c", + "▁ loc", + "re ak", + "rea k", + "at ive", + "ati ve", + "ativ e", + "im es", + "ime s", + "i mes", + "C l", + "▁ ,", + "▁s er", + "▁se r", + "▁ ser", + "▁d ie", + "▁di e", + "▁ die", + "▁tr ans", + "▁tra ns", + "▁ trans", + "▁res ult", + "▁ result", + "ex t", + "e xt", + "▁a ut", + "▁au t", + "▁ aut", + "la nd", + "lan d", + "l and", + "▁& &", + "▁ &&", + "C h", + "te n", + "t en", + "} $", + "▁t ype", + "▁typ e", + "▁ty pe", + "▁ type", + "con d", + "co nd", + "c ond", + "ic es", + "ice s", + "i ces", + "▁v ery", + "▁ver y", + "▁ve ry", + "▁ very", + "▁o wn", + "▁ own", + "▁f il", + "▁fi l", + "▁ fil", + "it ies", + "iti es", + "i ties", + "▁p rodu", + "▁pro du", + "▁prod u", + "▁ produ", + "▁re ad", + "▁r ead", + "▁ read", + "▁f orm", + "▁for m", + "▁fo rm", + "▁ form", + "▁c ase", + "▁cas e", + "▁ca se", + "▁ case", "at her", + "ath er", + "a ther", + "т и", + "д а", + "е р", + "T h", + "au t", + "a ut", + "▁s pec", + "▁sp ec", + "▁spe c", + "▁ spec", + "i j", + "b l", + "il ity", + "ili ty", + "▁ é", + "▁e r", + "▁ er", + "▁d oes", + "▁do es", + "▁ does", + "▁h ere", + "▁he re", + "▁her e", + "▁ here", + "th e", + "t he", + "ur es", + "ure s", + "u res", + "▁ %", + "mi n", + "m in", + "▁n ull", + "▁nu ll", + "▁ null", + "ra p", + "r ap", + "\" )", + "r r", + "Li st", + "L ist", + "ri ght", + "rig ht", + "r ight", + "▁U ser", + "▁Us er", + "▁Use r", + "▁ User", + "U L", + "at ional", + "ation al", + "ati onal", + "atio nal", + "▁b eing", + "▁be ing", + "▁bei ng", + "▁ being", + "A N", + "s k", + "▁c ar", + "▁ca r", + "▁ car", + "ol e", + "o le", + "▁d ist", + "▁dis t", + "▁di st", + "▁ dist", + "pl ic", + "p lic", + "ol low", + "oll ow", + "▁p res", + "▁pre s", + "▁pr es", + "▁ pres", + "▁s uch", + "▁su ch", + "▁suc h", + "▁ such", + "re am", + "rea m", + "in ce", + "inc e", + "ga n", + "g an", + "▁F or", + "▁Fo r", + "▁ For", + "\" :", + "so n", + "s on", + "riv ate", + "▁y ears", + "▁year s", + "▁ye ars", + "▁s erv", + "▁se rv", + "▁ser v", + "▁ serv", + "▁m ade", + "▁ma de", + "▁mad e", + "▁ made", + "de f", + "d ef", + "; \r", + "▁g l", + "▁ gl", + "▁b el", + "▁be l", + "▁ bel", + "▁l ist", + "▁li st", + "▁ list", + "▁c or", + "▁co r", + "▁ cor", + "▁d et", + "▁de t", + "▁ det", + "ce ption", + "cept ion", + "eg in", + "e gin", + "▁ б", + "▁c har", + "▁ch ar", + "▁cha r", + "▁ char", + "tr ans", + "tra ns", + "▁f am", + "▁fa m", + "▁! =", + "▁ !=", + "ou se", + "ous e", + "o use", + "▁d ec", + "▁de c", + "▁ dec", + "ic a", + "i ca", + "▁m any", + "▁man y", + "▁ma ny", + "▁ many", + "ak ing", + "aki ng", + "a king", + "▁ à", + "▁s im", + "▁si m", + "▁ sim", "ag es", - "el s", - "W e", - "ar s", - "Ġbus iness", - "Ġv is", - "Ġst ill", + "age s", + "a ges", + "uf f", + "u ff", + "as ed", + "ase d", + "a sed", + "ma n", + "m an", + "▁S h", + "▁ Sh", + "ie t", + "i et", + "ir ect", "ire ct", - "Ġdiffere nt", - "çļ Ħ", - "Ġp ost", - "rou p", - "o ad", - "Ġp ol", - "re st", - "Ġa round", - "Ġs ay", - "ak es", - "Ġprodu ct", - "Ġex p", - "ch ool", - "Ġb o", - "ĠA r", - "iv es", - "c ed", - "1 8", - "Ġf ollow", - "n ess", - "ou se", - "Ġcon f", - "Ġim port", - "im es", - "Ġde velop", - "Ġin f", - "ĠA s", - "re t", - "Ċ ĉ", - "ĠF or", - "Ġre f", - "ĠL e", - "Ġv ar", - "i Ã", - "od y", - "a j", + "i rect", + "▁R e", + "▁ Re", + "▁d iffer", + "▁dif fer", + "▁diff er", + "▁f ind", + "▁fin d", + "▁fi nd", + "▁ find", + "eth od", + "▁ \r", + "in es", + "ine s", + "i nes", + "▁in v", + "▁i nv", + "▁ inv", + "▁p oint", + "▁po int", + "▁poi nt", + "▁ point", + "▁The y", + "▁Th ey", + "▁ They", + "▁u sed", + "▁us ed", + "▁use d", + "▁ used", + "ct ions", + "ction s", + "▁st ill", + "i ó", + "in ed", + "ine d", + "i ned", + "▁wh ile", + "▁ while", "I t", - "us s", - "Ġc or", - "Ġl ast", - "Ġs ame", - "ust om", - "Ġc are", - "Ġs ign", - "Ġe ach", - "ol ut", - "Ġin formation", - "Ġpo int", - "( )", - "w ays", - "ĠS e", - "we en", - "ĠC l", - "am es", - "Ġe as", - "Ġ ed", - "Ġm em", - "Ġret urn", - "b r", - "Ġl ove", - "Ġsupp ort", + "em ber", + "emb er", + "e mber", + "▁s ay", + "▁sa y", + "▁ say", + "▁he lp", + "▁hel p", + "▁ help", + "▁c re", + "▁cr e", + "▁ cre", + "▁ x", + "▁T r", + "▁ Tr", + "um ent", + "ume nt", + "umen t", + "u ment", + "▁s k", + "▁ sk", "ou ght", - "ä º", - "re nt", - "Ġdes ign", - "ri end", - "a w", - "Ġre p", - "g g", - "Ġl ot", - "Ġfe el", - "Ġl ist", - "ĠThe y", - "it al", - "Ġe v", - "Ġc our", - "ĠA d", - "Ġc ount", - "Th is", - "Ġf r", - "ĠN ew", - "Ġc le", - "Ġha pp", - "ion al", - "itt le", - "is m", + "ough t", + "ual ly", + "u ally", + "m essage", + "▁C on", + "▁Co n", + "▁ Con", + "▁m on", + "▁mo n", + "▁ mon", + "ar ed", + "are d", + "a red", + "wor k", + "w ork", + ") :", + "is ter", + "ist er", + "iste r", + "i ster", + "ar n", + "a rn", "iz ed", - "Ġpro f", - "Ġbet ween", - "Ġ Z", - "th ing", - "y m", - "eth ing", - "a ut", - "a it", - "Ġ Q", - "Ġpro cess", - "id er", - "Ġp ublic", - "et s", - "Ġb ook", - "l and", - "r ing", - "at t", - "Ġm arket", - "Ġth ings", - "Ġle ad", - "Ġd ata", - "Ċ Ġ", - "Ġch ild", - "Ġg ener", - "Ġde p", - "Ġb oth", - "Ġf ound", - "Ġfe w", - "y ing", - "ut e", - "ant s", - "l ess", - "5 0", - "Ġp oss", - "E R", - "Ġres ult", - "i vers", - "Ġc r", - "ru ct", - "Ġcomm un", + "ize d", + "i zed", + "Dat a", + "Da ta", + "D ata", + "or n", + "o rn", + "▁h ead", + "▁he ad", + "▁ head", + "D E", + "▁L e", + "▁ Le", + "▁p erson", + "▁per son", + "▁pers on", + "▁ person", + "ment s", + "men ts", + "m ents", + "eng th", + "e ngth", + "▁f alse", + "▁fal se", + "▁fals e", + "▁ false", + "▁m ed", + "▁me d", + "▁ med", + "▁D e", + "▁ De", + "ac he", + "ach e", + "a che", + "it ed", + "ite d", + "i ted", + "▁l et", + "▁le t", + "▁ let", + "▁s how", + "▁sh ow", + "▁ show", + "▁s ame", + "▁sa me", + "▁sam e", + "▁ same", + "us s", + "u ss", + "▁g ener", + "▁gen er", + "▁ge ner", + "▁gene r", + "▁ gener", + "▁ у", + "cu r", + "c ur", + "▁re al", + "▁ real", + "ce d", + "c ed", + "\" >", + "st ruct", + "str uct", + "stru ct", + "be gin", + "b egin", "ce pt", - "Ġf ree", - "ter s", - "Ġcl ass", - "at ure", - "Ġp at", - "Ġpl ace", - "le ase", - "Ġcom e", - "Ġqu est", - "Ġus ing", - "Ġhe alth", - "1 6", - "Ġke ep", - "ĠC om", - "Ġto p", - "v ing", - "a pp", - "Ġf act", + "cep t", + "▁b o", + "▁ bo", + "ir ed", + "ire d", "i red", - "Ġ er", - "Ġsom ething", - "Ġle t", - "ä »", - "Ġte am", - "ro p", - "Ġr un", - "ãĢ Ĥ", + "▁F r", + "▁ Fr", + "▁st ud", + "▁ stud", + "de v", + "d ev", + "A r", + "( \\", + "▁C l", + "▁ Cl", + "we en", + "w een", + "▁t oo", + "▁to o", + "▁ too", + "▁t est", + "▁te st", + "▁ test", + "▁d ay", + "▁da y", + "▁ day", "o h", - "Ġf il", - "ĠS he", - "iel d", - "e red", - "o k", - "ĠH ow", - "ĊĠĠĠĠĠĠĠĠ ĠĠĠĠ", - "ĊĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠ", - "Ġres p", - "c he", - "ĠP l", - "âĢ ĺ", - "en g", - "a red", - "Ġp ur", - "m e", - "al ity", - "or n", - "Ġl ittle", - "1 4", - "ĊĠĠĠĠĠĠĠĠ ĠĠĠ", - "ro ss", - "ĠB l", - "Ġpro gram", - "ou n", - "Ġp ass", - "Ġbet ter", - "I N", - "Ġprov id", - "Ġs oc", - "Ġpart ic", - "Ġcon st", - "in ed", - "ĠThe re", - "t on", - "Ġm ight", - ", âĢĿ", - "Ġre st", - "Ġad v", - "st and", - "ĠS o", - "Ġ ide", - "ble m", - "olog y", - "Ġal ways", - "en se", - "ic ally", - "Ġon line", - "Ġd ist", - "Ġm ust", - "Ġsu re", - ", \"", - "Ġte chn", - "1 3", - "Ġop en", - "Ġwith out", - "Ġm ain", + "▁f ollow", + "▁fol low", + "▁ follow", + "at ure", + "atur e", + "atu re", + "z e", + "ie n", + "i en", + "re g", + "r eg", + "ce s", + "c es", + "ur ing", + "uri ng", + "u ring", + "am b", + "a mb", "in a", - "Ġt est", - "Ġhe ad", - "c i", - "00 0", - "at or", - "ĠB e", + "i na", + "cr i", + "c ri", + "▁e d", + "▁ ed", + "S S", + "uc k", "u ck", - "Ġmon th", - "in ing", - "o ver", - "Ġne ver", - "Ġc as", - "ĠT r", - "Ġg ot", - "Ġc ustom", - "Ġp ay", - "Ġeff ect", - "Ġcont in", - "g y", - "ail able", - "ro l", - "ĠE x", - "Ġp ut", - "ar ly", - "m an", - "Ġp os", - "at ur", - "Ġm et", + "▁/ *", + "▁ /*", + "C T", + "▁T here", + "▁The re", + "▁Th ere", + "▁Ther e", + "▁ There", + "▁t ake", + "▁tak e", + "▁ta ke", + "▁ take", + "pa r", "p ar", - "Ġex am", - "ar ge", - "er y", - "ow s", - "ist s", - "Ġw r", - "Ġpl an", - "ort h", - "Ġimport ant", - "Ġwe ek", - "Y ou", - "Ġà ł", - "R e", - "o ot", - "o id", - "ert ain", - "mer ic", - "v ed", - "Ġd uring", - "l ing", - "Ġde m", - "one y", - "er ing", - "n ect", - "iv ing", - "z e", - "Ġth ree", - "w are", - "Ġpro blem", - "Ġc ent", - "d e", - "Ġinte rest", + "ul e", + "u le", + "ca l", + "c al", + "fo r", + "f or", + "** **************", + "**** ************", + "******** ********", + "************ ****", + "************** **", + "s ource", + "▁th ose", + "co l", + "c ol", + "▁e ff", + "▁ eff", + "mo d", + "m od", + "con t", + "co nt", + "c ont", + "} {", + "▁a round", + "▁ar ound", + "▁ around", + "pr ess", + "pre ss", + "pres s", + "p ress", + "b y", + "▁go ing", + "▁ going", + "pon se", + "pons e", + "▁ С", + "▁l ine", + "▁li ne", + "▁lin e", + "▁ line", + "da te", + "dat e", + "d ate", + "co de", + "cod e", + "c ode", + "[ '", + "▁l ife", + "▁li fe", + "▁lif e", + "▁ life", + "as on", + "a son", + "▁u sing", + "▁us ing", + "▁ using", + "▁v al", + "▁va l", + "▁ val", + "▁d u", + "▁ du", + "y p", + "▁O n", + "▁ On", + "▁f ound", + "▁fo und", + "▁fou nd", + "▁ found", + "ol ut", + "olu t", + "' ]", + "ar ent", + "are nt", + "aren t", + "a rent", + "▁s tring", + "▁st ring", + "▁str ing", + "▁stri ng", + "▁ string", + "▁m et", + "▁me t", + "▁ met", + "▁w r", + "▁ wr", + "us h", + "u sh", + "st ring", + "str ing", + "stri ng", + "s tring", + "si ze", + "s ize", + "▁v er", + "▁ve r", + "▁ ver", + "▁e ach", + "▁ each", + "val ue", + "v alue", + "▁l ast", + "▁la st", + "▁las t", + "▁ last", + "▁g ot", + "▁go t", + "▁ got", + "ve n", + "v en", + "ba ck", + "b ack", + "Se t", + "S et", + "e y", + "ro l", + "r ol", + "▁c r", + "▁ cr", + "th ing", + "t hing", + "re t", + "r et", + "é s", + "is m", + "i sm", + "▁bet ween", + "▁ between", + "O b", + "et hing", + "eth ing", + "e thing", + "m p", + "▁l o", + "▁ lo", "at s", - "Ġor gan", - "i ally", - "Ġan other", - "Ġas k", - "Ġis s", - "Ġsm all", - "Ġnum ber", - "b ers", - "v es", - "i ents", - "Ġw om", - "Ġw ater", - "1 7", - "re en", - "Ġd ie", - "2 5", - "Ġh ard", - "Ġf riend", - "Ġbu ild", - "Ġpro t", - "Ġs it", - "ot e", - "Ġinc re", - "Ġb ig", - "Ġg ame", - "Ġst and", - "Ġex pl", - "Ġne xt", - "Ġg roup", - "! !", - "t he", - "Ġt urn", - "ĠC on", - "is hed", - "pl oy", - "à ¶", - "Ġre port", - "Ġexper ience", - "a i", - "op e", - "Ġt ri", - "re am", - "iv id", - "i en", - "I f", - "1 00", - "cc ess", - "Ġst at", - "Ġs ince", - "ĠT e", - "Ġd irect", - "r ist", - "Ġd er", - "Ġav ailable", - "ra ph", - "ĠI nd", - "Ġl es", - "Ġm ov", - "Ġcomp any", - "\" ,", - "ĠO n", - "Ġpro ject", - "Ġo ld", - "Ġfam ily", - "Ġg ive", - "Ġle vel", - "i que", - "i or", - "o x", - "Ġs pe", - "at ely", - "w ork", - "e e", + "a ts", + "▁N ew", + "▁Ne w", + "▁ New", + "в и", + "ad o", + "a do", + "de x", + "d ex", + "д и", + "▁p ass", + "▁pas s", + "▁pa ss", + "▁ pass", + "w h", + "▁d en", + "▁de n", + "▁ den", + "Ge t", + "G et", + "ap t", + "a pt", + "▁a sk", + "▁as k", + "▁ ask", + "▁s up", + "▁su p", + "▁ sup", + "Val ue", + "V alue", + "н ы", + "▁t ry", + "▁tr y", + "▁ try", + "lat ion", + "l ation", + "da y", + "d ay", + "ne ss", + "nes s", + "n ess", + "et s", + "e ts", + "▁ex per", + "▁exp er", + "▁ exper", + "T r", + "▁M ar", + "▁Ma r", + "▁ Mar", + "se rv", + "ser v", + "s erv", + "b r", + "▁n umber", + "▁num ber", + "▁nu mber", + "▁ number", "in al", - "Ġm us", - "c ri", - "ur s", - "Ġc a", - "Ġc ost", - "Ġsec ond", - "u f", - "ĠA meric", - "Ġn on", - "2 4", - "p ro", - "Ġth ought", - "our s", + "ina l", + "i nal", + "ce nt", + "cen t", "c ent", - "Ġb re", - "Ġab le", - "ot t", - "** **", - "ĠT o", - "Ġs chool", - "ĠF r", - "Ġb ro", - "em ber", - "Ġre ce", + "/ *", + "no t", + "n ot", + "ion al", + "io nal", + "iona l", + "i onal", + "▁f inal", + "▁fin al", + "▁fi nal", + "▁ final", + "' )", + "▁r un", + "▁ru n", + "▁ run", + "ov er", + "ove r", + "o ver", + "▁n ever", + "▁ne ver", + "▁ never", + "u c", + "▁h igh", + "▁hig h", + "▁hi gh", + "▁ high", + "yl e", + "y le", + "▁in s", + "▁i ns", + "▁ ins", + "▁b est", + "▁be st", + "▁bes t", + "▁ best", + "it tle", + "itt le", + "ri c", + "r ic", + "▁s ign", + "▁si gn", + "▁sig n", + "▁ sign", + "▁d em", + "▁de m", + "▁ dem", + "in ess", + "ine ss", + "ines s", + "i ness", + "g y", + "▁w ar", + "▁wa r", + "▁ war", + "is hed", + "ish ed", + "▁g iv", + "▁gi v", + "ke y", + "k ey", + "▁ X", + "( $", + "▁ch ild", + "▁chi ld", + "▁ child", + "le ss", + "les s", + "l ess", + "way s", + "wa ys", + "w ays", + "in cl", + "inc l", + "ro p", + "r op", + "ra w", + "r aw", + ": //", + "▁ «", + "n o", + "ind ow", + "indo w", + "f e", + "ri end", + "rie nd", + "rien d", + "▁l es", + "▁le s", + "▁ les", + "▁l os", + "▁lo s", + "▁ los", + "fil e", + "fi le", + "f ile", + "form ation", + "format ion", + "cc ess", + "c cess", + "▁ В", + "n a", + "▁i l", + "▁ il", "is ion", - "Ġse em", - "r on", - "in o", - "ĠI s", - "Ġle g", - "Ġp ower", - "Ġo pp", - "Ġb en", - "o f", - "Ġ ve", - "ĠS p", - "Ġh um", - "Ġ ver", - "r al", - "ĠTh at", - "Ġc ase", - "ĠA ll", - "p s", - "Ġinclud ing", - "Ġinv est", - "Ġl ess", - "Ġper form", - "ĊĠĠĠĠ Ġ", - "ard s", - "o int", - ": :", - "ir d", - "Ġserv ice", - "Ġm at", - "Ġbel ie", - "i um", - "Ġth ing", - "Ġwor d", - "c o", - "Ġc ap", - "Ġa way", - "ĠO r", - "Å Ĥ", - "ab ly", - "Ġdid n", - "us h", - "Ġe qu", - "ĠP h", - "Ġd ays", - "O N", - "Ġg row", - "Ġa ff", - "Ġp op", - "Ġs al", - "i j", - "enc y", - "m in", - "Ġman ag", - "o or", - "Ġwh y", - "Ġt em", - "Ġf ull", - "Ġn ame", - "ĠS c", - "Ġor der", - "Ġcur rent", - "un e", - "s h", - "Ġagain st", - "Ġin tern", + "isi on", + "le r", + "l er", + "▁a rt", + "▁ar t", + "▁ art", + "Con t", + "Co nt", + "C ont", + "▁w orld", + "▁wor ld", + "▁ world", + "▁t urn", + "▁tu rn", + "▁tur n", + "▁ turn", + "▁re ally", + "▁real ly", + "▁E x", + "▁ Ex", + "м а", + "▁ П", + "ter s", + "te rs", + "t ers", + "ar get", + "arg et", + "arge t", + "Er r", + "E rr", + "▁h app", + "▁ha pp", + "ti me", + "tim e", + "t ime", + "▁S o", + "▁ So", + "di v", + "d iv", + "▁did n", + "▁di dn", + "ad a", + "a da", + "oo t", + "o ot", + "} )", + "▁s ch", + "▁sc h", + "▁ sch", + "▁c le", + "▁cl e", + "▁ cle", + "▁some thing", + "▁som ething", + "▁somet hing", + "▁ something", + "() .", + "( ).", + "▁c our", + "▁co ur", + "▁cou r", + "ev er", + "eve r", + "e ver", + "an ts", + "ant s", + "▁ ?", + "T o", + "▁ `", + "tr y", + "t ry", + "u x", + "ai s", + "a is", + "ro ss", + "ros s", + "r oss", + "hi p", + "h ip", + "▁re p", + "▁r ep", + "▁ rep", + "la bel", + "lab el", + "l abel", + "▁b oth", + "▁bo th", + "▁bot h", + "▁ both", + "* ,", + "ot t", + "o tt", + "м и", + "an e", + "a ne", + "▁o pen", + "▁op en", + "▁ open", + "w w", + "▁c ome", + "▁com e", + "▁co me", + "▁ come", + "▁e xt", + "▁ex t", + "▁ ext", + "re m", + "r em", + "_{ \\", + "_ {\\", + "▁o ld", + "▁ol d", + "▁ old", + "ch ed", + "che d", + "c hed", + ". _", + "M E", + "if y", + "i fy", + "g g", + "Co l", + "C ol", + "vi ew", + "v iew", + "▁b us", + "▁bu s", + "▁ bus", + "▁m ust", + "▁mus t", + "▁mu st", + "▁ must", + "▁d ifferent", + "▁differ ent", + "lo g", + "l og", + "is ts", + "ist s", + "i sts", + "ro ll", + "rol l", + "r oll", + "a i", + "▁з а", + "▁ за", + "▁s ystem", + "▁sys tem", + "▁syst em", + "▁ system", + "iv ers", + "ive rs", + "iver s", + "i vers", + "at us", + "atu s", + "ot e", + "o te", + "me d", "m ed", - "Ġb as", - "b y", - "Ġl ight", - "g er", - "Ġl o", - "ent ion", - "Ġapp ro", - "are nt", - "R E", - "---- ----", - "p os", - "Ġo per", - "Ġs elf", + "] .", + "ak es", + "ake s", + "a kes", + "R O", + "▁c ent", + "▁ce nt", + "▁ cent", + "gr am", + "gra m", + "g ram", + "▁p rivate", + "▁priv ate", + "▁ private", + "▁g reat", + "▁gre at", + "\" ;", + "op y", + "o py", + "▁fe el", + "▁fee l", + "▁H ow", + "▁Ho w", + "▁ How", + "// //", + "/// /", + "/ ///", + "I C", + "▁d r", + "▁ dr", "ain s", - "ent ly", - "f ect", - "ill s", - "Wh at", - "Ġu nt", - "y n", - "Ġacc ess", - "s c", - "p ut", - "g in", - "Ġm oney", - "ĠA t", - "ĠU S", - "Ġbe h", - "Ġk ind", - "Ġwith in", - "i pp", - "Ġunder stand", - "an e", - "Ġp rom", - "- >", - "Ġact iv", - "Ġo pt", - "Ġwe bs", - "Ġpro per", - "A T", - "ic le", - "Ġprov ide", - "iz ation", - "= \"", - "h or", - "ort un", - "Ġm aking", - "Ġst ate", - "ĠR es", - "Ġadd ition", - "H e", - "Ġw in", - "Ġs w", - "if ied", - "Ġre se", - "our ce", - "Ġex c", - "u x", - "S T", - "s p", - "Ġcomp le", - "Ġan n", - "Ġen g", - "Ġp ot", - "Ġf ac", - "out h", - "en n", - "Ġde v", - "le ction", - "Ġch ar", - "j oy", - "ab ility", - "Ġlook ing", - "ill ion", - "iss ion", - "C h", - "Ġ il", - "a f", - "Ġch ange", - "Ġv ide", - "ent ial", - "Ġserv ices", - "Ġp a", - "um p", - "ir on", - "Ġj ob", - "um ent", - "Ġch ang", - "iv en", - "ĠWh at", - "u ro", - "u ff", - "ivers ity", - "å ı", - "am ent", - "ĠC ol", - "A s", - "Ġs ol", - "u se", + "ai ns", + "a ins", + "lo ck", + "loc k", + "l ock", + "E n", + "▁S ch", + "▁Sc h", + "▁ Sch", + "▁m at", + "▁ma t", + "▁ mat", + "▁h ome", + "▁hom e", + "▁ho me", + "▁ home", + "per ty", + "pert y", + "te st", + "tes t", + "t est", + "lo c", + "l oc", + "▁w om", + "▁wo m", + "s w", + "ar ly", + "arl y", + "▁E n", + "▁ En", + "▁к о", + "▁ ко", + "de n", "d en", - "l i", - "p or", - "Ġe y", - "r ation", - "is ed", - "Ġt erm", - "Ġla w", - "Ġpres ent", - "Ġm ar", - "Ġv iew", - "Ġf ood", - "I D", - "Ġr is", - "Ġm en", - "Ġsa f", - "Ġwork ing", - "u red", - "or ies", - "ver n", - "Ġro om", - "Ġm om", + "ст а", + "с та", + "▁ а", + "et er", + "ete r", + "e ter", + "▁incl ud", + "▁inclu d", + "UL L", + "U LL", + "▁m em", + "▁me m", + "▁ mem", + "▁p o", + "▁ po", + "▁l ittle", + "▁lit tle", + "▁litt le", + "▁a rg", + "▁ar g", + "▁ arg", + "▁} ,", + "▁ },", + "in clude", + "incl ude", + "et a", + "e ta", + "▁p lace", + "▁pl ace", + "▁plac e", + "▁ place", + "id th", + "us tom", + "ust om", + "▁| |", + "▁ ||", + "▁t em", + "▁te m", + "▁ tem", + "ri ed", + "rie d", + "r ied", + "▁f act", + "▁fac t", + "▁fa ct", + "▁ fact", + "ien ce", + "i ence", + "▁P l", + "▁ Pl", + "op t", + "o pt", + "el e", + "e le", "g o", - "oc i", - "Ġcour se", - "r or", - "ri es", - "2 2", - "( \"", - "Ġb it", - "Ġex pect", - "ra w", - "ĠM an", - "Ġcon d", - "ail s", - "Ġme et", - "P ro", - "Ġd u", - "Ġ vers", - "Ġche ck", - "ĠN o", - "Ġ é", - "< /", - "v al", - "ad a", - "it ions", - "Ġh ist", - "Ġb ody", - "Ġs ite", - "eth od", - "an ks", - "read y", - "ra p", - "end ing", + "A C", + "in ter", + "int er", + "inte r", + "==== ====", + "() ,", + "( ),", "ot s", - "ĠW hen", - "ĠP r", - "Ġp ast", - ". ,", - "id s", - "e b", - "Ġt ell", - "ir l", - "Ġp ract", - "Ġall ow", - "Ġacc ount", + "o ts", + "ra l", + "r al", + "iqu e", + "iq ue", + "i que", + "av ing", + "avi ng", + "a ving", + "m l", + "▁th ought", + "▁though t", + "▁thou ght", + "fr ac", + "f rac", + "▁c are", + "▁car e", + "▁ca re", + "▁ care", + "() );", + "()) ;", + "( ));", + "▁p ut", + "▁pu t", + "▁ put", + "▁m ight", + "▁mi ght", + "▁mig ht", + "▁A mer", + "▁Am er", + "▁ Amer", + "▁( !", + "▁ (!", + "am ple", + "amp le", + "al th", + "alt h", + "▁f ew", + "▁fe w", + "▁st ate", + "▁stat e", + "▁sta te", + "▁ state", + "su b", + "s ub", + "▁O r", + "▁ Or", + "] ;", + "▁s ize", + "▁si ze", + "▁ size", + "▁S p", + "▁ Sp", + "▁with out", + "▁ without", + "▁p oss", + "▁pos s", + "▁po ss", + "▁ poss", + "e q", + "pl ay", + "p lay", + "▁ex pect", + "▁exp ect", + "▁ expect", + "▁se cond", + "▁sec ond", + "▁ second", + "▁S tring", + "▁St ring", + "▁Str ing", + "▁ String", + "ui ld", + "u ild", + "▁n ext", + "▁ne xt", + "▁ next", + "+ +", + "re qu", + "req u", + "r equ", + "▁A ll", + "▁Al l", + "▁ All", + "▁m en", + "▁me n", + "▁ men", + "▁W hen", + "▁Wh en", + "▁Whe n", + "▁ When", + "it er", + "ite r", + "i ter", + "am ent", + "ame nt", + "amen t", + "a ment", + "ne t", + "n et", + "▁ К", + "ro n", + "r on", + "ain t", + "ai nt", + "a int", + "▁I s", + "▁ Is", + "в е", + "pe nd", + "pen d", + "p end", + "trans lation", + "transl ation", + "▁г о", + "▁ го", + "ч е", + "▁v an", + "▁va n", + "▁ van", + "▁an other", + "▁ano ther", + "▁re t", + "▁r et", + "▁ ret", + "▁L a", + "▁ La", + "Mo d", + "M od", + "IO N", + "I ON", + "li st", + "l ist", + "▁p ost", + "▁pos t", + "▁po st", + "▁ post", + "d a", + "wa re", + "war e", + "w are", + "▁w ord", + "▁wor d", + "▁wo rd", + "▁ word", + "Err or", + "Er ror", + "▁se em", + "▁see m", + "▁cont in", + "▁ contin", + "at ic", + "ati c", + "▁th ree", + "▁thr ee", + "▁ three", + "Ob ject", + "Obj ect", + "▁part ic", + "▁parti c", + "$ .", + "▁m ark", + "▁mar k", + "▁ mark", + "▁v is", + "▁vi s", + "▁ vis", + "r c", + "▁s w", + "▁ sw", + "pt ions", + "ption s", + "▁b reak", + "▁bre ak", + "▁ break", + "▁th ings", + "▁thing s", + "▁thin gs", + "ut e", + "u te", + "u i", + "▁T hat", + "▁Th at", + "▁ That", + "ur s", + "u rs", + "g l", + "р у", + "▁f ile", + "▁fil e", + "▁fi le", + "▁ file", + "us e", + "u se", + "ig ned", + "ign ed", + "igne d", + "par t", + "pa rt", + "p art", + "U n", + "▁e qu", + "▁eq u", + "▁ equ", + "( &", + "▁l ead", + "▁le ad", + "r m", + "ain ed", + "ai ned", + "aine d", + "a ined", + "▁B e", + "▁ Be", + "pat h", + "pa th", + "p ath", + "▁sm all", + "▁ small", + "ag er", + "age r", + "a ger", + "▁al ways", + "▁ always", + "▁E l", + "▁ El", + "▁or der", + "▁ord er", + "▁ order", + "▁e y", + "▁ ey", + "▁w on", + "▁wo n", + "▁ won", + "ap e", + "a pe", + "▁l eft", + "▁le ft", + "▁ left", + "av a", + "a va", + "it em", + "ite m", + "i tem", + "ho r", + "h or", + "▁a way", + "▁aw ay", + "▁ away", + "b b", + "fu n", + "f un", + "▁I nd", + "▁In d", + "▁ Ind", + "m b", + "▁st ruct", + "▁str uct", + "▁stru ct", + "▁ struct", + "▁pro cess", + "▁proc ess", + "▁proces s", + "▁ process", + "▁s upport", + "▁sup port", + "▁supp ort", + "▁ support", + "); \r", + ") ;\r", + "ió n", + "i ón", + "L O", + "▁o per", + "▁op er", + "▁ oper", + "U T", + "▁ ·", + "P E", + "lo ad", "l oad", - "iet y", - "è ¿", - "Ġen ough", - "Ġc ertain", - "Ġs ing", - "ar ing", + "of f", + "o ff", + "▁N o", + "▁ No", + "iv es", + "ive s", + "i ves", + "ic an", + "ica n", + "i can", + "▁v e", + "▁ ve", + "act ion", + "a ction", + "' ;", + "▁v o", + "▁ vo", + "$ ,", + "▁G r", + "▁ Gr", + "pr e", + "p re", + "n y", + "ain ing", + "ai ning", + "a ining", + "io r", + "i or", + "in it", + "ini t", + "i nit", + "le ction", + "lect ion", + "l ection", + "ar m", + "a rm", + "um n", + "u mn", + "ag s", + "a gs", + "ц и", + "ск о", + "с ко", + "vers ion", + "v ersion", + "▁T o", + "▁ To", + "▁re f", + "▁r ef", + "▁ ref", + "st and", + "sta nd", + "stan d", + "▁A t", + "▁ At", "if t", - "m a", - "Ġt alk", - "Ġc e", - "Ġd r", - "Ġto day", - "Ġimp ro", - "æ ľ", - "Ġunt il", - "Ġme an", - "å ¤", - "Ġha ving", - "Ġapp lic", - "Ġle arn", - "ĠA m", - "as ter", - "Ġspec ial", - "Ġcon nect", - "Ġp riv", - "ad o", - "o ice", - "4 0", - "Ġl ine", - "ater ial", - "Ġcon c", - "Ġact ually", - "ĠW ith", - "Ġm ind", - "in ation", - "ĠC omm", - "Ġind ivid", - "re m", - "oc us", - "ĠG od", - "' ,", - "Ġd ri", - "Ġs ide", - "ac y", - "anc es", - "v ious", - "Ġtr y", - "ĠG r", - "Ġprof ess", - "Ġprot ect", - "l ish", - "Ġt imes", - "du ct", - "Ġof ten", - "Ġp ain", - "Ġare a", - "Ġl ik", - "ut es", - "Ġe vent", - "Ġchild ren", - "Ġgo vern", - "à ¨", - "Ġto get", - "Ġtoget her", - "Ġal ready", - "Ġph ot", - "Ġposs ible", + "i ft", + "▁e in", + "fa ce", + "fac e", + "f ace", + "b o", + "if ied", + "ifi ed", + "ve d", + "v ed", + "su m", + "s um", + "un e", + "u ne", + "it al", + "ita l", + "i tal", + "um p", + "u mp", + "com m", + "co mm", + "c omm", + "▁m ov", + "▁mo v", + "▁ mov", "el t", - "Ġe ver", - "Ġc ou", - "ĠCh rist", - "Ġd one", - "Ġloc al", - "Ġen joy", - "ne w", - "Ġle ft", - "it ive", - "Ġsoc ial", - "Ġw rit", - "y le", - "Ġc reat", - "Ġth ough", - "ar l", - "t ain", - "s et", - "Ġt reat", - "n a", - "Ġm akes", - "s on", - "ĠE n", - "iv ely", - "at ures", - "A R", - "ate g", - "i ver", - "f or", - "Ġw he", - "b l", - "Ġn ight", - "ĠA pp", - "at ic", - "ĠS u", - "Ġvis it", - "ĠM y", - "Ġs ays", - "olut ion", - "Ġl os", - "Ä Ļ", - "o pp", - "Ġh ouse", - "A n", - "Ġm ove", - "Ġsu ccess", - "ord ing", - "Ġf ar", - "Ġem ploy", - "Ġs i", - "ĠF l", - "Ġa ir", - "H ow", - "Ġben ef", - "le g", - "Ġeas y", - "Ġind ust", - "Ġget ting", - "Ġdo ing", - "av or", - "Ġm ult", - "Ġl im", - "19 9", - "F or", - "Ġty pe", - "ne y", - "le y", - "Ġel se", - "s ide", - "ur y", - "ĠM ar", - "Ġcre ate", - "Ġneed s", - "Ġan al", - "Ġdoes n", - "ĠC an", - "A N", - "Ġf our", - "Ġre view", - "Ġwebs ite", - "Ġal ong", - "Ġ x", - "ra g", - "n ot", - "ĠB r", - "Ġfollow ing", - "e ad", - "Ġty p", - "Ġsh ort", - "L E", - "2 1", - "Ġstud ents", - "Ġm il", - "2 3", - "Ġindivid ual", - "Ġcont rol", - "and s", - "Ġproduct s", - "Ġ X", - "Ġme ans", - "Ġcons ider", - "it her", - "Ġoff er", - "Ġval ue", - "end ed", - "iv ed", - "os ed", - "Ġother s", - "Ġo cc", - "s w", - "if y", - "Ġen c", - "Ġperson al", - "Ġtr ad", - "at o", + "e lt", + "▁v on", + "▁vo n", + "vel op", + "ct or", + "c tor", + "he ad", + "h ead", + "cl e", + "c le", + "▁b uild", + "▁bu ild", + "▁ build", "in c", - "m s", - "is c", - "ĠM ay", - "a is", - "Ġe lect", - "is ter", - "v iron", - "am b", - "Ġl arge", - "a ff", - "Ġbec ome", - "con om", - "ere nce", - "ĠC ent", - "ac es", - "f l", - "id es", - "? \"", - "Ġse ver", - "Ġan t", - "å ľ", - "Ä ĥ", - "Ä ħ", - "z y", - "I T", - "ip s", - "Ġwom en", - "Ġc al", - "Ġf ut", - "f er", + "i nc", + ". '", + "b s", + "in fo", + "inf o", + "ch n", + "c hn", + "▁we ek", + "▁ week", + "▁b ook", + "▁bo ok", + "▁ book", + "H E", + "ba r", + "b ar", + "ic ense", + "▁W hat", + "▁Wh at", + "▁ What", + "▁qu est", + "▁que st", + "▁q uest", + "▁ quest", + "ur ch", + "at o", + "a to", + "le ft", + "l eft", + "▁m ar", + "▁ma r", + "▁ mar", + "▁t op", + "▁to p", + "▁ top", + "F F", + "▁f riend", + "▁ friend", + "▁b eh", + "▁be h", + "▁f ield", + "▁fi eld", + "▁ field", + "▁again st", + "ra ct", + "rac t", + "r act", + "iz ation", + "us er", + "use r", + "u ser", + "ch en", + "che n", + "c hen", + "▁ke ep", + "▁ keep", + "A D", + "it or", + "ito r", + "i tor", + "▁n on", + "▁no n", + "▁ non", + "ir d", + "i rd", + "op e", + "o pe", + "▁re st", + "▁r est", + "▁res t", + "▁ rest", + "▁d ev", + "▁de v", + "▁ dev", + "▁_ _", + "▁ __", + "▁u na", + "▁un a", + "▁ una", + "▁t erm", + "▁te rm", + "▁ter m", + "▁ term", + "I S", + "▁p op", + "▁po p", + "▁ pop", + "ri st", + "ris t", + "r ist", + "▁s ince", + "▁sin ce", + "▁sinc e", + "▁ since", + "ve s", + "v es", + "▁h ard", + "▁ha rd", + "▁har d", + "▁ hard", + "p i", + "ut il", + "uti l", + "u til", + "▁s oc", + "▁so c", + "▁ soc", "en e", - "ro ll", - "aj or", - "h ing", - "ĠE ng", - "Ġl ive", - "o le", - "Ġle ast", - "Ġqu ality", - "a im", - "Ġb ased", - "Ġfun ction", - "Ġf ace", - "Ġso ft", - "6 0", - "E x", - "A nd", - "c le", - "Ġqu ick", - "Ġper fect", - "The re", - "Ġexam ple", - "__ __", - "ort s", - "a pe", - "c hed", - "ra in", - "O R", - "Ġhapp en", - "s el", - "b ack", - "al f", - "é s", + "e ne", + "Ex ception", + "▁l ocal", + "▁loc al", + "▁lo cal", + "▁ local", + "▁d irect", + "▁di rect", + "▁dire ct", + "▁dir ect", + "▁ direct", + "▁s ure", + "▁su re", + "▁sur e", + "▁ sure", + "▁b ro", + "▁br o", + "▁ bro", + "▁d a", + "▁ da", + "▁< /", + "▁ ", + "ai m", + "a im", + "▁s ervice", + "▁serv ice", + "▁ service", + "▁with in", + "an gu", + "ang u", + "▁ Д", + "uf fer", + "uff er", + "A G", + "▁D o", + "▁ Do", + "▁in cre", + "▁inc re", + "▁under stand", + "} ^", + "▁look ed", + "▁lo oked", + "ge n", + "g en", + "ail ed", + "ai led", + "a iled", + "▁ е", + "ay er", + "aye r", + "a yer", + "▁O ne", + "▁On e", + "▁ One", + "▁b as", + "▁ba s", + "▁ bas", + "▁j ob", + "▁jo b", + "▁ job", + "m u", + "bu t", + "b ut", + "el ta", + "elt a", + "▁Ch rist", + "▁Chris t", + "▁ Christ", + "ur ation", + "▁re cord", + "▁rec ord", + "▁ record", + "▁Un ivers", + "▁ Univers", + "iv id", + "ivi d", + "i vid", + "val id", + "▁ Р", + "▁h old", + "▁hol d", + "▁ho ld", + "▁ hold", + "▁t able", + "▁tab le", + "▁ta ble", + "▁ table", + "on es", + "one s", + "o nes", + "lin k", + "l ink", + "▁G e", + "▁ Ge", + "▁of fer", + "▁off er", + "st er", + "ste r", + "s ter", + "For m", + "F orm", + "= {", + "▁н е", + "▁ не", + "st ance", + "stan ce", + "▁g overn", + "▁go vern", + "▁gover n", + "▁ govern", + "▁te chn", + "▁tech n", + "▁ techn", + "▁p rim", + "▁pr im", + "▁pri m", + "▁ prim", + "* .", + "ch o", + "c ho", + "ma x", + "m ax", + "▁f ore", + "▁for e", + "▁fo re", + "▁ fore", + "▁C an", + "▁Ca n", + "▁ Can", + "▁pol it", + "▁po lit", + "▁ polit", + "or ies", + "ori es", + "orie s", + "o ries", + "▁t imes", + "▁time s", + "▁tim es", + "▁ti mes", + "▁ times", + "▁d ans", + "▁da ns", + "▁dan s", + "▁a ir", + "▁ai r", + "▁ air", + "▁any thing", + "▁s ever", + "▁se ver", + "ac y", + "a cy", + "} _", + "H e", + "▁l east", + "▁le ast", + "ip s", + "i ps", + "EN T", + "E NT", + "d o", + "▁о т", + "▁ от", + "▁c ost", + "▁co st", + "▁cos t", + "▁ cost", + ". ”", + "▁child ren", + "▁ children", + "ab ility", + "abil ity", + "Bu t", + "B ut", + "▁p ath", + "▁pat h", + "▁pa th", + "▁ path", + "res ult", + "ac ter", + "act er", + "▁e lement", + "▁el ement", + "▁ele ment", + "▁elem ent", + "▁ element", + "e e", + "▁w ait", + "▁wa it", + "▁ wait", + "▁m oney", + "▁mon ey", + "▁mo ney", + "Ma p", + "M ap", + "t d", + "oi n", + "o in", + "iv ing", + "ivi ng", + "i ving", + "ic ht", + "ich t", + "i cht", + "ic y", + "i cy", + "sc h", + "s ch", + "st e", + "s te", + "д у", + "or ed", + "ore d", + "o red", "ou d", - "Ġn a", - "Ġex ist", - "Ġb ed", - "Ġsign ific", - "I C", - "im ate", - "ĠA b", - "Ġsu gg", - "r ay", - "Ġe ither", - "i res", - "Ġd a", - "Ġevery one", - "Ġcom pl", - "re w", - "c er", - "Ġh y", - "et t", - "Ġpol it", - "ĠJ ohn", - "ĠE l", - "th ough", - "Ġpriv ate", - "C om", - "Ġup d", - "ic ation", - "Ġsugg est", - "ĠE uro", - "Ġindust ry", - "Ġquest ions", - "Ġiss ues", - "Ġprob ably", + "o ud", + "il le", + "ill e", + "i lle", + "is ed", + "ise d", + "i sed", + "pl ication", + "plic ation", + "▁c ustom", + "▁cust om", + "▁ custom", + "▁h aving", + "▁ha ving", + "▁hav ing", + "pon ent", + "po nent", + "▁B y", + "▁ By", + "ul es", + "ule s", + "u les", + "ue d", + "u ed", + "at ter", + "att er", + "atte r", + "An d", + "A nd", + "it ive", + "iti ve", + "De f", + "D ef", + "▁m oment", + "▁mom ent", + "▁mo ment", + "▁ moment", + "at erial", + "ate rial", + "ater ial", + "Cl ass", + "C lass", + "og raph", + "ograp h", + "o graph", + "ik e", + "i ke", + "▁l arge", + "▁larg e", + "▁ large", + "▁# ###", + "▁## ##", + "▁### #", + "▁ ####", + "▁e ither", + "du ct", + "duc t", + "d uct", + "▁T hen", + "▁The n", + "▁Th en", + "▁ Then", + "▁G u", + "▁ Gu", + "ole an", + "o lean", + "pe rt", + "per t", + "p ert", + "▁G et", + "▁Ge t", + "▁ Get", + "▁A b", + "▁ Ab", + "▁sh ort", + "▁ short", "O n", - ") )", - "Ġfe atures", - "ir c", - "Ġwant ed", - "im port", - "æĺ ¯", - "Ġfr ont", - "Ġpr im", - "sel ves", - "Ġun e", - "Ġam ong", + "im ent", + "ime nt", + "imen t", + "i ment", + "▁pro ject", + "▁ project", + "cri pt", + "cr ipt", + "c ript", + "▁incl uding", + "▁includ ing", + "▁inclu ding", + "▁ including", + "ни я", + "▁m aking", + "▁ma king", + "▁ making", + "▁some one", + "▁F l", + "▁ Fl", + "▁s at", + "▁sa t", + "▁ sat", + "▁comp any", + "▁compan y", + "▁ company", + "oc us", + "p u", + "▁G od", + "▁Go d", + "▁ God", + "if ication", + "ific ation", + "N o", + "▁s n", + "▁ sn", + "an o", + "a no", + "g a", + "▁a u", + "▁ au", + "▁c ou", + "▁co u", + "▁ cou", + "á s", + "en ded", + "end ed", + "ende d", + "т у", + "ob er", + "obe r", + "o ber", + "▁n othing", + "▁not hing", + "▁no thing", + "▁n et", + "▁ne t", + "▁ net", + "▁p ot", + "▁po t", + "▁ pot", + "▁t yp", + "▁ty p", + "▁ typ", + "▁it em", + "▁i tem", + "▁ item", + "re w", + "r ew", + "At t", + "A tt", + "▁you ng", + "▁yo ung", + "} \r", + "nd er", + "nde r", + "n der", + "st art", + "sta rt", + "star t", + "▁S c", + "▁ Sc", + "* )", + "▁e nc", + "▁en c", + "▁ enc", + "▁w omen", + "▁wom en", + "▁wo men", + "▁look ing", + "▁lo oking", + "▁ looking", + "▁р о", + "▁ ро", + "▁he alth", + "▁heal th", + "▁ health", + "Pat h", + "P ath", + "▁A fter", + "▁Af ter", + "▁ After", + "▁m ult", + "▁mu lt", + "▁mul t", + "▁ mult", + "▁{ \\", + "▁ {\\", + "▁l and", + "▁la nd", + "▁lan d", + "▁ land", + "or ld", + "▁D es", + "▁De s", + "▁ Des", + "▁e ng", + "▁en g", + "▁ eng", + "in put", + "▁P ol", + "▁Po l", + "▁ Pol", + "\" \"", + "Co de", + "C ode", + "▁s upp", + "▁su pp", + "▁sup p", + "▁ supp", + "ain er", + "ai ner", + "aine r", + "a iner", + "he ck", + "▁m or", + "▁mo r", + "▁ mor", + "▁m ill", + "▁mil l", + "▁mi ll", + "▁ mill", + "▁a w", + "▁ aw", + "f s", + "▁do ing", + "ting s", + "t ings", "ad es", - "it ch", + "ade s", + "a des", + "▁to get", + "▁c ertain", + "▁cert ain", + "▁cer tain", + "▁t ogether", + "▁toget her", + "C E", + "ide o", + "▁Amer ican", + "▁America n", + "▁ American", + "on y", + "o ny", "id d", - "re et", - "S h", - "Ġg en", - "Ġal most", - "ang u", - "f ace", - "op s", - "on se", - "Ġf avor", - "Ġqu ite", - "Ġpl us", - "Ġne cess", - "* /", - "Ġp arent", - "ĠM in", - "Ġm ach", - "ic ht", - "Ġme as", - "us ed", - "Ġrelations hip", - "Ġr ange", - "Ġt ax", - "Ġw ait", - "Ġb ar", - "Ġper iod", - "Ġmed ia", - "Ġener gy", - "Ġre d", - "le ge", - "Ġaut hor", - "ĠP er", - "Ġcompan ies", - "k t", - "Ġc rit", - "ic ro", - "Ġdef in", - "Ġt able", - "Ġinst all", - "Ġd am", - "ud e", - "Ġimpro ve", - "Ġis n", - "am a", - "as ing", - "her s", - "Ġse arch", - "Ġbl ack", - "Ġd é", - "Ġp ick", - "Ġm iss", - "8 0", - "ain ed", - "Ġask ed", - "Ġde b", - "Ġan sw", - "un t", - "Ġent ire", - "led ge", - "Ġv an", - "Ġnot hing", - "Ġpret ty", - "Ġneed ed", - "s er", + "i dd", + "I I", + "ge d", "g ed", - "ell ing", - "he ad", - "r s", - "t t", - "Ġbeaut iful", - "ĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠ", - "at form", - "end s", - "ro wn", - "Ġey es", - "av ing", - "ch ie", - "ur ance", - "au gh", - "re ct", - "Ġin it", - "Ġen vironment", - "I S", - "b all", - "res h", - "Ġinf l", - "Ġvar ious", - "ce ption", - "Ġcol or", - "Ġl arg", - "Ġyour self", - "Ġes pecially", - "Ġob ject", - "Ġh alf", - "Ġa ud", - "st er", - "ro du", - "Ġcl ose", - "ul es", - "on y", - "Ġcl aim", - "il le", - "Ġl at", - "at ors", - "Ġo il", - "ĠG l", - "ant e", - "E D", - "ĠC al", - "Ġris k", - "ion e", - "��l ink", - "al t", - "3 2", - "Ġlik ely", - "Ġg e", - "Ġhist ory", - "Ġword s", - "Ġdiff icult", - "act ion", - "Ġn orm", - "end er", - "w here", - "Ġsim ply", - "ic o", - ".. ..", - "Ġw ays", - "ĠO ur", - "ib r", - "Ġpartic ip", - "Ġexper i", - "Ġp ict", - "U n", - "Ġf ive", - "Å Ľ", - "Ġart icle", - "id ay", - "Ġt ou", - "à §", - "Ġnew s", - "9 9", - "ĠP ol", - "c ome", - "Ġf urther", - "Ġtra vel", - "( '", - "Ġoff ers", - "ĠS ch", - "Ġcle ar", - "Ġa ge", - "ĠUn ited", - "Ġse lect", - "Ġpos ition", - "Ġd om", - "Ġbuild ing", - "A r", - "ĠCom p", - "ĠP art", - "in ks", - "it ing", - "à ¥", - "Ġtechn ology", - "æ Ĺ", - "Ġext ra", - "Ġcustom ers", - "Ġhow ever", - "Ġso on", - "ĠA fter", - "Ġtr ack", - "/ >", - "al es", - "g ing", - "it ut", - "o e", - "Ġopt ions", - "ens ive", - "ac c", - "Ġimp act", - "c hen", - "Ġp lease", - "3 5", - "Ġmat ter", - "Ġrequ ired", - "Ġtra ining", - "is es", - "Ä Ľ", - "ru ction", - "Ġser ies", - "Ġs le", - "Ġst ruct", - "ĠP e", - "id ed", - "Ġp as", - "ast ic", - "ob ile", - "Ġr ather", - "**** ****", - "um b", - "a ur", - "ð Ł", - "Ġem ail", - "å Ľ", - "Ġcom ing", - "à ł", - "Ġc oll", - " «", - "Ġne ar", - "Ġmanag ement", - "m y", - "et y", - "Ġdet erm", - "à £", - "à ª", - "Ġcl os", - "c y", - "Ġc ook", - "k en", - "Ġsignific ant", - "ĠT w", - "ĠH is", - "Ġet c", - "ĠS ec", - "ach ing", - "om es", - "Ġs at", - "Ġh ost", - "ell a", - "Ġne g", - "ĠEuro pe", - "u i", - "ĠK e", - "Ġcomp ut", - "Ġreg ard", - "itt ed", - "ĠP ar", - "Ġwrit ing", - "Ġf ile", - "ĠD r", - "ip le", - "eng th", - "Ġwh ite", - "Ġper cent", - "Ġbeh ind", - "Ġcomple te", - "Ġn atural", - "4 5", - "Ġs ens", - "Ġd est", - "Ġcom ment", + "ab les", + "able s", + "abl es", + "a bles", + "▁ide nt", + "▁id ent", + "▁ ident", + "io d", + "i od", + "▁p arent", + "▁par ent", + "▁pa rent", + "▁pare nt", + "▁ parent", + "F or", + "amb da", + "an do", + "and o", + "= \\", + "ag ed", + "age d", + "a ged", + "en ding", + "end ing", + "In t", + "I nt", + "▁poss ible", + "▁ possible", + "▁с о", + "▁ со", + "iv ity", + "ivi ty", + "nu m", + "n um", + "r t", + "aj or", + "ajo r", + "a jor", + "cre ate", + "creat e", + "c reate", + "ri de", + "rid e", + "r ide", + "▁k new", + "▁kn ew", + "▁kne w", + "bi t", + "b it", + "it ional", "ition al", - "es e", - "Ġqu i", - "Ġac cept", - "ĠE d", - "Ġass oci", - "oo gle", - "e ks", - "Ġt aken", - "op y", - "Ġcontin ue", - "Ġdo or", - "Ġl iving", - "Ġpat ients", - "ĠC ount", - "ĠRe g", - "Ġpop ular", - "Ġincre ase", - "et imes", - "Ġd ans", - "ĠJ an", - "g ress", - "min ist", - "Ġperform ance", - "Ġiss ue", - "Ġf ig", - "Ġs ym", - "ĠJ ust", + "iti onal", + "▁l ik", + "▁li k", + "▁ lik", + "▁H er", + "▁He r", + "▁ Her", + "ens ion", + "\" .", + "ot o", + "o to", + "▁ex ist", + "▁ exist", + "ak en", + "ake n", + "a ken", + "▁act ually", + "▁actual ly", + "c a", + "▁ Г", + "х о", + "in n", + "i nn", + "Al l", + "A ll", + "bu f", + "b uf", + "▁M e", + "▁ Me", + "▁s een", + "▁se en", + "▁see n", + "▁ seen", + "op s", + "o ps", + "No t", + "N ot", + "▁cont rol", + "▁contr ol", + "▁contro l", + "▁ control", + "▁res pon", + "▁resp on", + "▁ respon", + "} ;", + "il t", + "i lt", + "is k", + "i sk", + "▁b ad", + "▁ba d", + "▁ bad", + "▁o ften", + "▁of ten", + "▁p ast", + "▁pas t", + "▁pa st", + "ap er", + "ape r", + "a per", + "▁re ason", + "▁ reason", + "et ers", + "eter s", + "ete rs", + "e ters", + "▁w anted", + "▁want ed", + "ur a", + "u ra", + "ta ble", + "tab le", + "t able", + "or mal", + "orm al", + "wid th", + "w idth", + "г а", + "pt r", + "p tr", + "▁d est", + "▁de st", + "▁des t", + "▁ dest", + "▁de sign", + "▁des ign", + "▁ design", + "▁s ound", + "▁so und", + "▁sou nd", + "▁ sound", + "▁p lan", + "▁pl an", + "▁ plan", + "▁b ase", + "▁bas e", + "▁ba se", + "▁ base", + "ha nd", + "han d", + "h and", + "g s", + "▁s ays", + "▁sa ys", + "▁say s", + "fun ction", + "f unction", + "▁t ri", + "▁tr i", + "▁ tri", + "m t", + "▁in vest", + "▁inv est", + "▁av ailable", + "▁ available", + "ay out", + "a yout", + "▁o ch", + "▁oc h", + "▁ och", + "▁l as", + "▁la s", + "▁ las", + "il led", + "ill ed", + "ille d", + "V al", + "▁ ф", + "ie ty", + "iet y", + "i ety", + "mo n", + "m on", + "Ha nd", + "H and", + "F r", + "ia m", "i am", - "Ġch oose", - "R es", - "and o", - "ĠI nt", - "è ¯", - "Ġchar acter", - "ĠD ep", - "um mer", - "med i", - "th is", - "ĠS ome", - "Ġsim ilar", - "Ġfor ward", - "Ġst op", - "Ġadd ed", - "Ġprovid es", - "Ġv ia", - "Ġm it", - "ĠS m", - "c ial", - "Ġp ers", - "ĠM ore", - "Ġf ail", - "ic ated", - "uf act", - "Ġfil m", - "Ġs il", - "Ġs us", - "Ġass ist", - "Ġgener al", - "M y", - "ĠC ity", - "ã o", - "ĠSt ate", - "Ġvers ion", - "Ġst yle", - "itt ing", - "9 0", - "h r", - "W ith", - "Ġl oss", - "iz ing", - "anc ed", - "7 0", - "Ġw ar", - "k a", - "Ġa ction", - "ĠG e", - "Ġare as", - "im al", - "n ov", - "A M", - "ĠB y", - "Ġsk in", - "Ġproblem s", - "Ġpoint s", - "Ċĉĉ ĉĉ", - "Ġwe ight", - "Ġins ide", - "Ġex act", - "o ff", - "a pt", - "Ġhig her", - "n y", - "u ge", - "id a", - "u ild", - "é e", - "ie f", - "ke y", - "T r", - "Ġres pect", - "Ġpr int", - "Ġ â", - "Ġtot al", - "Ġread ing", - "Ġrequ est", - "åľ ¨", - "Ġwas n", - "Ġw orth", - "Ġo bs", - "Ġcol lect", - "Ġpre vious", - "Ġrep resent", - "ä¸ į", - "Ġus er", - "ro s", - "ĠR ec", - "em ic", - "itt en", - "Ġlong er", - "O T", - "Ġph one", - "Ġt it", - "Ġcons um", - "ys is", - ". )", - "19 8", - "Ġseem s", - "N o", - "ĠA ug", - "Ġany one", - "em pt", - "pp ed", - "ear ch", - "ar a", - "Ġaut om", - "Ġs n", - "Ġbr and", - "Ġsa w", + "pa ce", + "p ace", + "▁O b", + "▁ Ob", + "▁p ara", + "▁par a", + "▁pa ra", + "▁ para", + "▁me et", + "▁s um", + "▁su m", + "▁ sum", + "M essage", + "ic i", + "i ci", + "▁k nown", + "▁kn own", + "▁know n", + "▁ known", + "▁g en", + "▁ge n", + "▁ gen", + "am ma", + "amm a", + "a mma", + "ar r", + "a rr", + "▁t re", + "▁tr e", + "▁ tre", + "ok e", + "o ke", + "ut h", + "u th", + "~ \\", + "▁exper ience", + "▁experi ence", + "ic le", + "icl e", + "i cle", + "▁I l", + "▁ Il", + "▁s ent", + "▁se nt", + "▁sen t", + "▁ sent", + "▁o thers", + "▁other s", + "▁ others", + "▁s oft", + "▁so ft", + "▁ soft", + "I P", + "▁m ax", + "▁ma x", + "▁ max", + "ba ll", + "bal l", + "b all", + "▁mark et", + "▁mar ket", + "▁ market", + "▁p our", + "▁po ur", + "▁pou r", + "pr ession", + "press ion", + "p ression", + "ep s", + "e ps", + "▁s aw", + "▁sa w", + "▁a cross", + "▁ac ross", + "▁S u", + "▁ Su", + "O ver", + "ни е", + "ul ation", + "u lation", + "▁R eg", + "▁Re g", + "▁ Reg", + "▁+ =", + "▁ +=", + "bo dy", + "b ody", + ") \\", + "▁pr int", + "▁pri nt", + "▁prin t", + "▁ print", + "▁п ри", + "▁пр и", + "▁ при", + "d b", + "our ces", + "ource s", + "ward s", + "war ds", + "w ards", + "▁bl ack", + "▁ black", + "с о", + "il i", + "i li", + "▁E d", + "▁ Ed", + "▁com plet", + "▁comp let", + "▁compl et", + "▁s ingle", + "▁sing le", + "▁sin gle", + "▁ single", + "▁I N", + "▁ IN", + "ac hed", + "ach ed", + "ache d", + "a ched", + "b t", + "▁c ode", + "▁co de", + "▁cod e", + "▁ code", + "▁b ool", + "▁bo ol", + "▁ bool", + "▁a rea", + "▁are a", + "▁ar ea", + "▁ area", + "▁re quire", + "▁requ ire", + "▁ require", + "▁pro blem", + "▁proble m", + "▁prob lem", "ac ed", - "u el", - "Ġf a", - "Ċĉĉ ĉ", - "Ġar g", - "Ġwond er", - "ac iÃ", - "Ġus ually", - "Ġpl atform", - "Ġsoft ware", - "A ll", + "ace d", + "a ced", + "Eq u", + "E qu", + "▁con fig", + "▁conf ig", + "▁ config", + "ve c", + "v ec", + "ne y", + "n ey", + "c y", + "A l", + "▁acc ount", + "▁ac count", + "▁ account", + "ym bol", + "▁s te", + "▁st e", + "▁ ste", + "ge s", "g es", - "Ġf oot", - "Ġo ption", - "ĠSt ud", - "ut h", - "he l", - "Ġa w", - "Ġchang es", - "op h", - "ĠP res", - "C ont", - "äº Ĩ", - "ĠH er", - "ĠN ow", - "Ġfinanc ial", - "ed d", - "Ġde ath", - "g round", - "am m", - "ere n", - "3 1", - "Ġm o", - "ĠS chool", - "Ġf ast", - "Ġa u", - "Ġa chie", - "ĠAd d", - "ĠY ork", - "Ġh on", - "Ġprofess ional", - "iv al", - "art h", - "at ory", - "Ġr ate", - "Ġoff ice", - "Ġsec urity", - "p o", - "an o", - "ent al", - "Ġm ass", - "Ġle ave", - "Ġh ab", - "Ġhand s", - "re l", - "Ġl ay", - "re f", - "ess ion", - "ĠAr t", - "ĠC or", - "Ġtreat ment", - "Ġcan not", - "Ġs we", - "Ġim m", - "ĠHe alth", - "us es", - "Ġus ers", - "n ame", - "Ġsub ject", - "Ġg ra", - "at ter", - "Ġd ate", - "Ġu r", - "] .", - "et te", - "Ġout side", - "Ġro le", - "il s", - "Ġmy self", - "Ġs ense", - "az ing", - "pr il", - "æ Ŀ", - "j ust", + "Ar ray", + "Arr ay", + "em pl", + "emp l", + "con text", + "cont ext", + "De s", + "D es", + "Res ult", "ec ut", - "Ġde ep", - "Ġconc ern", - "ag er", - "ĠD on", - "Ġun ique", - "Ġha ir", - "P h", - "ail y", - "Ġg round", - "l a", - "Ġest ab", - "Ġpa per", - "en ing", - "Ġf ire", - "Ġapplic ation", - "Ġle arning", - "Ġdet ails", - "Ġk ids", - "Ġev ents", - "z en", - "Ġt arget", - "u y", - "Ġde g", - "Ġr ad", - "Ġt akes", - "Ġcre ated", - "Ġco ver", - "ove red", - "U S", - "ens ion", - "ĠA ct", - "Ġsystem s", - "ÃŃ a", - "Th at", - "Ġpot ential", - "it ter", - "Ġb ott", - "Ġknow ledge", - "ĠA g", - "i os", - "ect ion", - "Ġbo x", - "Ġc ause", - "u it", - "ĠW orld", - "Ġhapp y", - "Ġproper ty", - "Ġcom fort", - "c ast", - "pt ember", - "Ġp ath", - "Ġlook s", - "\" >", - "cri pt", - "Ġsaf e", - "Ġst aff", - "ĠW ill", - "Ġbl ood", - "äº º", - "Ġdis e", + "e cut", + "▁t arget", + "▁tar get", + "▁ target", + "▁get ting", + "\" />", + "og le", + "o gle", + "▁him self", + "▁was n", + "▁wa sn", + "▁b lock", + "▁bl ock", + "▁blo ck", + "▁ block", + "▁a nt", + "▁an t", + "▁ ant", + "▁Y ork", + "▁be come", + "▁bec ome", + "if f", + "i ff", + "port s", + "por ts", + "p orts", + "re ate", + "reat e", + "rea te", + "= '", + "c d", + "loc ation", + "l ocation", + "е т", + "▁a ccess", + "▁acc ess", + "▁ac cess", + "▁ access", + "gr ess", + "gre ss", + "gres s", + "g ress", + "ro s", + "r os", + "U p", + "▁work ing", + "▁wor king", + "▁ working", + "▁A m", + "▁ Am", + "iq u", + "i qu", + "ce r", + "c er", + "▁( (", + "▁ ((", + "▁P er", + "▁Pe r", + "▁ Per", + "▁f unc", + "▁fun c", + "▁fu nc", + "▁ func", + "▁g irl", + "▁gi rl", + "▁gir l", + "▁ girl", + "▁ab ove", + "pe n", + "p en", + "п и", + "id o", + "i do", + "▁v ersion", + "▁vers ion", + "▁ version", + "T Y", + "▁ ;", + "ma ry", + "mar y", + "m ary", + "ab led", + "able d", + "abl ed", + "a bled", + "an nel", + "ann el", + "anne l", + "▁ex ample", + "▁exam ple", + "▁ example", + "▁con text", + "▁cont ext", + "▁ context", + "O P", + "▁re d", + "▁r ed", + "▁ red", + "▁c ir", + "▁ci r", + "▁ cir", + "s m", + "Lo g", + "L og", + "▁s pace", + "▁sp ace", + "▁ space", + "▁f ut", + "▁fu t", + "▁G ener", + "▁Ge ner", + "▁Gen er", + "▁Gene r", + "▁ Gener", + "il ls", + "ill s", + "▁d ri", + "▁dr i", + "_ .", + "▁f elt", + "▁fe lt", + "▁fel t", + "▁o ffic", + "▁of fic", + "▁off ic", + "▁= ==", + "▁== =", + "▁ ===", + "i i", + "▁start ed", + "▁star ted", + "▁ Т", + "▁} );", + "▁}) ;", + "▁ });", + "j s", + "▁fr ont", + "▁fro nt", + "▁ front", + "▁al most", + "ir m", + "i rm", + "! \"", + "sign ed", + "sig ned", + "s igned", + "▁y et", + "▁ye t", + "▁t rad", + "▁tr ad", + "▁tra d", + "ient s", + "ien ts", + "i ents", + "am a", + "a ma", + "▁in put", + "▁ input", + "li m", + "l im", + "п а", + "▁к а", + "▁ ка", + "▁c amp", + "▁cam p", + "▁ca mp", + "▁ camp", + "ib r", + "i br", + "fe ct", + "f ect", + "un t", + "u nt", + "▁h alf", + "▁hal f", + "▁ half", + "▁c over", + "▁co ver", + "▁cov er", + "▁ cover", "angu age", - "D e", - "r am", - "R O", - "n es", - "Ġspe ak", - "im um", - "Ġp le", - "Ġcas es", - "Ġth ird", - "c ing", - "Ġcou ple", - "I ON", - "Ġup on", - "Ġf ul", - "Ġens ure", - "e es", - "Ġf elt", - "Ġread y", - "ĠA f", - "ĠM c", - "ĠN ational", - "Ġwe eks", - "Ġc ode", - "n o", - "Ġprovid ed", - "Ġ ill", - "Ġrun ning", - "ĠB o", - "Ġrec ogn", - "S e", - "Ġ ri", - "Ġ ou", - "Ġacc ording", - "Ġz u", - "ĠP a", - "ĠSt ates", - "ĠA ut", - "-------- --------", - "A D", - "3 6", - "Ġst ore", - "Ġc irc", - "Ġqu al", - "ag ing", - "k y", - "G et", - "Ġper m", - "Ġp an", - "al se", + "▁b en", + "▁be n", + "▁ ben", + "h a", + "▁d iff", + "▁di ff", + "▁dif f", + "▁ diff", + "_ \\", + "▁о б", + "▁ об", + "] )", + "od es", + "ode s", + "o des", + "he l", + "h el", + "io s", + "i os", + "▁ О", + "▁m ot", + "▁mo t", + "▁ mot", + "▁s ocial", + "▁so cial", + "▁soc ial", + "▁soci al", + "▁ social", + "//// ////", + "▁s tre", + "▁st re", + "▁str e", + "▁ stre", + "gr ound", + "gro und", + "g round", + "і в", + "ob ject", + "obj ect", + "pl es", + "ple s", + "p les", + "re ed", + "ree d", + "r eed", + "▁e en", + "▁ een", + "▁b ased", + "▁bas ed", + "▁base d", + "▁ba sed", + "▁ based", + "▁r ange", + "▁ran ge", + "▁rang e", + "▁ range", + "A n", + "ur g", + "u rg", + "▁le arn", + "▁lear n", + "▁ learn", + "▁e xc", + "▁ex c", + "▁ exc", + "▁im p", + "▁i mp", + "▁ imp", + "▁me ans", + "▁mean s", + "▁w ur", + "en ds", + "end s", + "vo id", + "v oid", + "▁s td", + "▁st d", + "▁ std", + "▁part icular", + "▁partic ular", + "▁particul ar", + "▁parti cular", + "j a", + "▁s ource", + "▁sour ce", + "▁ source", + "def ault", + "p y", + "▁a ls", + "▁al s", + "▁ als", + "sc ri", + "scr i", + "s cri", + "st atus", + "stat us", + "▁st ory", + "▁stor y", + "▁sto ry", + "▁ story", + "▁b egin", + "▁be gin", + "▁beg in", + "▁ begin", + "▁pos ition", + "▁posit ion", + "▁ position", + "▁spec ial", + "▁spe cial", + "▁ special", + "ph p", + "p hp", + "▁b ar", + "▁ba r", + "▁ bar", + "▁p ract", + "▁pr act", + "▁pra ct", + "▁prac t", + "cal l", + "ca ll", + "c all", + "▁d as", + "▁da s", + "▁ das", + "▁r ad", + "▁ra d", + "▁ rad", + "▁cl ose", + "▁clos e", + "▁clo se", + "▁ close", + "ww w", + "w ww", + "ер е", + "е ре", + "g u", + "▁E r", + "▁ Er", + "▁d om", + "▁do m", + "▁ dom", + "A M", + "▁b ed", + "▁be d", + "▁ bed", + "▁sever al", + "au l", + "a ul", + "bo x", + "b ox", + "▁l ow", + "▁lo w", + "▁ low", + "pa ck", + "p ack", + "Re g", + "R eg", + "O f", + "at ures", + "ature s", + "atur es", + "atu res", + "é n", + "ed er", + "ede r", + "e der", + "uild er", + "ca st", + "cas t", + "c ast", + "con om", + "co nom", + "c onom", + "ra ft", + "raf t", + "r aft", + "▁m akes", + "▁make s", + "▁ma kes", + "Lo c", + "L oc", + "ht tp", + "htt p", + "h ttp", + "▁a bs", + "▁ab s", + "▁ abs", + "re sh", + "res h", + "r esh", + "▁W ill", + "▁Wil l", + "▁Wi ll", + "▁ Will", + "bre ak", + "b reak", + "▁o ptions", + "▁opt ions", + "▁option s", + "▁ options", + "fo rt", + "for t", + "f ort", + "▁и з", + "▁ из", + "▁a nal", + "▁an al", + "▁ anal", + "▁e nv", + "▁en v", + "▁ env", + "( {", + "ev ent", + "even t", + "eve nt", + "e vent", + "▁p age", + "▁pa ge", + "▁pag e", + "▁ page", + "ter nal", + "tern al", + "▁d istribut", + "▁dist ribut", + "▁f ood", + "▁fo od", + "▁foo d", + "▁ food", + "che ck", + "c heck", + "C K", + "▁в о", + "▁ во", + "as sert", + "ass ert", + "asse rt", + "á n", + "ba se", + "bas e", + "b ase", + "▁w hole", + "▁wh ole", + "▁who le", + "ac ión", + "ació n", + "aci ón", + "a ción", + "O D", + "▁turn ed", + "▁tur ned", + "ig ma", + "▁res ponse", + "▁respon se", + "▁respons e", + "▁ response", + "▁Univers ity", + "▁d iv", + "▁di v", + "▁ div", + "ap ter", + "apt er", + "▁result s", + "▁ results", + "▁re present", + "▁rep resent", + "▁every thing", + "▁C ent", + "▁Ce nt", + "▁ Cent", + "ut es", + "ute s", + "u tes", + "ri x", + "r ix", + "▁S ome", + "▁So me", + "▁Som e", + "▁ Some", + "▁be hind", + "▁beh ind", + "▁c reat", + "▁cre at", + "▁ creat", + "pl ace", + "plac e", + "p lace", + "s u", + "▁P art", + "▁Par t", + "▁Pa rt", + "▁ Part", + "um b", + "u mb", + "math bb", + "pi ng", + "pin g", + "p ing", + "▁m atch", + "▁mat ch", + "▁ match", + "O ut", + "do m", + "d om", + "▁s itu", + "▁sit u", + "▁si tu", + "d r", + "ar a", + "a ra", + "▁w indow", + "▁wind ow", + "▁ window", + "n s", + "lish ed", + "l ished", + "▁V er", + "▁Ve r", + "▁ Ver", + "▁m essage", + "▁mess age", + "▁ message", + "▁E m", + "▁ Em", + "▁h uman", + "▁hum an", + "▁ human", + "per ties", + "pert ies", + "л у", + "le m", + "l em", + "OR T", + "O RT", + "▁e arly", + "▁ear ly", + "▁qu ick", + "▁qui ck", + "▁ quick", + "▁т а", + "▁ та", + "ro id", + "r oid", + "▁c ountry", + "▁coun try", + "▁count ry", + "▁countr y", + "▁ country", + "▁d ue", + "▁du e", + "▁ due", + "▁D ie", + "▁Di e", + "▁ Die", + "▁t rying", + "▁tr ying", + "▁try ing", + "▁l ive", + "▁li ve", + "▁liv e", + "▁ live", + "▁p ress", + "▁pre ss", + "▁pr ess", + "▁pres s", + "▁ press", + "IN T", + "I NT", + "W ith", + "ov ed", + "ove d", + "o ved", + "▁spec ific", + "▁ specific", + "▁f all", + "▁fa ll", + "▁fal l", + "▁ fall", + "u k", + "y l", + "▁gener al", + "▁gen eral", + "▁gene ral", + "▁ general", + "м у", + "н у", + "▁n ames", + "▁name s", + "▁na mes", + "▁nam es", + "▁ names", + "wh ere", + "whe re", + "w here", + "▁The se", + "▁Th ese", + "▁ These", + "▁s il", + "▁si l", + "▁ sil", + "é t", + "▁e ner", + "▁en er", + "▁ ener", + "▁N ow", + "▁No w", + "▁ Now", + "▁add ress", + "▁addr ess", + "▁ address", + "Res ponse", + "▁M r", + "▁ Mr", + "▁an sw", + "▁ans w", + "▁fil m", + "▁fi lm", + "▁ film", + "▁str ong", + "▁stro ng", + "▁ strong", + "▁b ring", + "▁br ing", + "▁Un ited", + "▁Unit ed", + "▁g e", + "▁ ge", + "▁w oman", + "▁wom an", + "▁wo man", + "▁ woman", + "Ne w", + "N ew", + "et t", + "e tt", + ". )", + "en ame", + "ena me", + "e name", + "▁A N", + "▁ AN", + "▁de scrib", + "▁desc rib", + "з а", + "is ing", + "isi ng", + "i sing", + "E L", + "q l", + "▁f ur", + "▁fu r", + "▁ fur", + "y ing", + "▁C al", + "▁Ca l", + "▁ Cal", + "▁D r", + "▁ Dr", + "ER R", + "E RR", + "▁\\ \\", + "▁ \\\\", + "an gle", + "ang le", + "ur ope", + "uro pe", + "urop e", + "▁c ity", + "▁cit y", + "▁ci ty", + "▁ city", + "▁in dex", + "▁ind ex", + "▁inde x", + "▁ index", + "▁a ction", + "▁act ion", + "▁ action", + "▁How ever", + "▁ However", + "▁f ig", + "▁fi g", + "▁ fig", + "ia s", + "i as", + "▁quest ion", + "▁ question", + "▁J an", + "▁Ja n", + "▁ Jan", + "▁M ed", + "▁Me d", + "▁ Med", + "▁C ont", + "▁Con t", + "▁Co nt", + "▁ Cont", + "am ed", + "ame d", + "a med", + "Cal l", + "C all", + "pl ied", + "tt y", + "t ty", + "▁ind ivid", + "pa ge", + "pag e", + "p age", + "▁c omb", + "▁com b", + "▁co mb", + "▁ comb", + "se ction", + "sect ion", + "s ection", + "▁C omm", + "▁Com m", + "▁Co mm", + "▁ Comm", + "ue l", + "u el", + "▁h et", + "▁he t", + "▁ het", + "▁B ar", + "▁Ba r", + "▁ Bar", "ag ement", - "Ġh or", - "Ġe p", - "ĠB ar", - "Ġc am", - "ĠO f", - "Ġwom an", - "Ġf it", - "ĠT ra", - "Ġd at", - "Ġs ch", - "å į", - "= >", - "i pe", - "ac hed", - "ret urn", - "Ġc oun", - "Ġs ix", - "ĠA ust", - "g l", - "p ose", - "Ġquick ly", - "iv ity", - "âĢĿ .", - "N ame", - "pp er", - "T e", - "ed s", - "Ġdown load", - "t a", - "B y", - "ain ing", - "il es", - "Ġin form", - "ä» ĸ", - "ĠO ct", - "Ġwr ong", - "A P", - "ĠS outh", - "b or", - "Ġb ase", - "Ġb al", - "Ġdes crib", - "Ġlook ed", - "ab y", - "Ġreg ular", - "ĠF in", - "Ġinst ead", - "ic les", - "u ary", - "Ġplay ers", - "Ġro ad", - "ple ment", - "Ġm ag", - "c ol", - "ist ic", - "Ġset t", - "Ġm ention", - "Ġv ot", - "Ġs em", - "L L", - "Ġcred it", - "E n", - "Ġk new", - "Ġc y", - "Ġt en", - "Ġshow s", - "E T", - "Ġrem ember", - "r is", - "Ġeng ine", - "Ġinclud es", - "Ġcont ract", - "in ter", - "olut ions", - "ĠM on", - "Ġeas ily", - "m on", - "Ġatt ack", - "er o", - "Ġdesign ed", - "Ġaff ect", - "ĠV al", - "ĠO ff", - "b ased", - "Ġon es", - "Ġnet work", - "Ġco ol", - "ep end", - "h ib", - "Ġpre vent", - "ab el", - "Ġgrow th", - "av es", - "er ve", - "Ġrec ent", - "Ġd ru", - "Ġn ice", - "Ġhe ld", - "Ġpart y", - "] ,", - "nd er", - "Ġhe av", - "Ġw all", - "Ġtyp es", - "w ord", - "r ight", - "Ġmed ical", - "ir it", - "ag s", - "Ġeduc ation", - "S he", - "V ID", - "Ġ Â", - "olog ical", - "v is", - "d ef", - "Ġterm s", - "Ġd ark", - "Ġpri or", - "ç Ķ", - "d o", - "Ġthem selves", - "Ġch oice", - "c ont", - "Ġcustom er", - "L e", - "ĠN orth", - "ir th", - "op t", - "Ġf Ã", - "Ġorig inal", - "5 00", - "Ġpre p", - "Ġl ower", - "k i", - "0 1", - "Ġopportun ity", - "Ġcl ick", - "á s", + "age ment", + "agem ent", + "fi n", + "f in", + "▁m ajor", + "▁ma jor", + "▁maj or", + "▁ major", + "op er", + "ope r", + "o per", + "ap i", + "a pi", + "ro om", + "r oom", + "▁ „", + "▁h ab", + "▁ha b", + "▁ hab", + "з и", + "▁a uf", + "▁au f", + "▁ auf", + "cur rent", + "curr ent", + "n i", + "▁in clude", + "▁incl ude", + "▁includ e", + "▁inclu de", + "▁ include", + "▁qu i", + "▁q ui", "v a", - "Ġst ra", - "à ±", - "idd le", - "m m", - "Ġpract ice", - "l ight", - "ĠM arch", - "æ ĸ", - "ren g", - "H E", - "U R", - "c ul", - "st e", - "Ġp ull", - "Ġgr and", - "ct ions", - "i ans", - "y ear", - "I d", - "Ġrecomm end", - "Ġm other", - "Ġbook s", - "ĠH ere", - "Ġs ou", - "Ä ĩ", - "T ype", - "am ed", - "Ġinte gr", - "B e", - "A t", - "Ġc u", - "f ig", - "or g", - "ĠA cc", - "ip ment", - "Ġwr ite", - "ĠH igh", - "Ġplay ing", - "ĠP ark", - "Ġch ance", - "air s", - "Ġapp ly", - "3 3", - "Ġitem s", - "h aps", - "o ke", - "Å Ļ", - "Ġis t", - "Ġav oid", - "ĠThe n", - "Ġprodu ction", - "Ġl ives", - "it ely", - "Ġaddition al", - "O ur", - "Ġthrough out", - "I s", - "ĠS ystem", - "ri e", - "Ġvar i", - "Ġdig ital", - "ĠS oc", - "Ġm ix", - "Ġhe ar", - "Ġw el", - "ur t", - "Ġrece ive", - "Ġv on", - "us iness", - "Ġb i", - "} ,", - "ĠBl ack", + "U E", + "▁ide a", + "▁id ea", + "▁ idea", + ", '", + "▁requ ired", + "▁require d", + "▁ required", + "▁he art", + "▁hear t", + "▁ heart", + "ib ility", + "ibil ity", "ict ion", - "Ġm a", - "f o", - "æľ ī", - "Ġs ong", - "Ġansw er", - "Ġman ufact", - "ĠJ une", - "ell ent", - "el le", - "Ġs ource", - "ĠG et", - "id ge", - "Ġd raw", - "in ary", - "Ġcas ino", - "IN G", - "Ġm atch", - "Ġb all", - "Ġthink ing", - "p ir", - "le br", - "ç »", - "ubl ished", - "Ġcond itions", - "Ġlevel s", - "Ġbenef its", - "ĠCent er", - "Ġve h", - "Ġatt ention", - "Ġits elf", - "Ġsk ills", - "O S", - "Ġbl ock", + "i ction", + "Mod el", + "Mode l", + "Mo del", + "wr ite", + "writ e", + "w rite", + "▁cont ent", + "▁conten t", + "▁ content", + "▁w er", + "▁we r", + "▁ wer", + "▁h ands", + "▁hand s", + "▁han ds", + "ze n", + "z en", + "ch ar", + "cha r", + "c har", + "}^ {", + "} ^{", + "▁m ass", + "▁ma ss", + "▁mas s", + "▁ mass", + "pl y", + "p ly", + "▁n at", + "▁na t", + "▁ nat", + "re l", + "r el", + "▁d at", + "▁da t", + "▁ dat", + "==== ============", + "======== ========", + "============ ====", + "im al", + "ima l", + "i mal", + "▁pro bably", + "▁prob ably", + "un ch", + "unc h", + "▁m er", + "▁me r", + "▁ mer", + "il ar", + "ila r", + "i lar", + "ir es", + "ire s", + "i res", + "▁w atch", + "▁wat ch", + "▁ watch", + "S I", + "▁c ult", + "▁cu lt", + "▁cul t", + "▁m other", + "▁mot her", + "▁mo ther", + "▁ mother", + "▁govern ment", + "or ding", + "ord ing", + "▁( )", + "▁ ()", + "▁p ri", + "▁pr i", + "▁l ink", + "▁lin k", + "▁ link", + "gr oup", + "gro up", + "g roup", + "O L", + "▁n ear", + "▁ne ar", + "▁S er", + "▁Se r", + "▁ Ser", + "Se r", + "S er", + "it o", + "i to", + "▁value s", + "▁val ues", + "▁ values", + "▁j ava", + "▁ja va", + "▁ java", + "ful ly", + "full y", + "f ully", + "Co unt", + "C ount", + "++ )", + "▁v i", + "▁ vi", + "▁wh ite", + "▁ white", + "ma t", + "m at", + "ct x", + "c tx", + "▁con c", + "▁co nc", + "▁ conc", + "▁st ay", + "▁sta y", + "gi ng", + "gin g", + "g ing", + "▁c lear", + "▁cl ear", + "▁cle ar", + "▁ clear", + "▁c opy", + "▁co py", + "▁cop y", + "▁ copy", + "sel ves", + "▁prov ide", + "▁w ords", + "▁wor ds", + "▁word s", + "▁ words", + "com p", + "co mp", + "c omp", + "ar gs", + "arg s", + "▁p ick", + "▁pi ck", + "▁pic k", + "▁ pick", + "ul y", + "u ly", + "▁v ari", + "▁var i", + "▁va ri", + "▁ vari", + "▁bel ieve", + "▁belie ve", + "▁C o", + "▁ Co", + "Pro perty", + "Gr oup", + "G roup", + "▁t en", + "▁te n", + "▁ ten", + "is chen", + "isch en", + "ische n", + "isc hen", + "i schen", + "et urn", + "e turn", + "iv al", + "iva l", + "i val", + "Sys tem", + "S ystem", + "C L", + "be d", + "b ed", + "▁t otal", + "▁to tal", + "▁tot al", + "▁ total", + "▁is t", + "▁i st", + "▁ ist", + "In put", "um ents", - "Ġim age", - "Ġactiv ities", - "Ġab ility", - "ord er", - "h ood", - "Ġl ost", - "Ġtr ust", - "7 5", - "Ġor d", - "as ons", - "Ġappro ach", - "Ġsur pr", - "ill ing", - "ĠS er", - "Ġs un", - "f r", - "ĠD is", - "Ġsal es", - "o om", - "ĠU s", - "w ise", - "Ġnecess ary", - "Ġsay ing", - "\" )", - "Ġeffect ive", - "ĠD ay", - "Ġs ort", - "Ġchall eng", - "Ġsc reen", - "Ġpro p", - "Ġf ix", - "Ġr é", - "osp ital", - "Ġrel ated", - "l im", - "Ġser ious", - "Ġim medi", - "Ġc and", - "Ġdec ision", - "ĠA pril", - "O ne", - "Ġpol icy", - "Ġrece ived", - "Ġh it", - "Ġgl obal", - "P l", - "ĠWh ile", - "Ġcurrent ly", - "Ġp red", - "il it", - "Ġresp onse", - "ourn al", - "ang er", - "le ments", - "Ġa ve", - "Ġall ows", - "Ġcomplet ely", - "ĠS w", - "Ġd as", - "Ġhe ard", - "Ġfavor ite", - "Ġm ax", - "St ring", - "æĪ ij", - "Ġp od", - "Ġdoc ument", - "av a", - "ty pe", - "Ġgo es", - "Ġvi ol", - "Ġmarket ing", - "Ġam azing", - "Ġturn ed", - "Ġb ud", - "z z", - "ĠSe ptember", - "m en", - "ar c", - "Ġmem ber", - "se c", - "Ġag re", - "Ġmor ning", - "è¿ Ļ", - "ĠC ons", - "e ed", - "ĠG oogle", - "Ġsit uation", - "Ġlead ers", - "or ing", - "Ġpre c", - "Ġpl ant", - "m b", - "or ks", - "est s", - "Ġl ate", - "h old", - "ur g", - "Ġparent s", - "E C", - "Ġb ank", - "Ġdri ve", - "Ġstand ard", - "Ġcon vers", - "6 4", - "ress ed", - "Ġre le", - "Ġleg al", - "Ġsle ep", - "Ġs am", - "Ġcor rect", - "ĠJ uly", - "ĠF rom", - "æ ī", - "Ġ Å", - "3 4", - "Ġide as", - "Ġcl ients", - "Ġwork ed", - "Ġse par", - "Ġint rodu", - "Ġin j", - "Ġpre m", - "ain t", - "ĠP re", - "Ġc at", - "ĠAmeric a", - "Ġut il", - "om en", - "ĠA re", - "Ġoffic ial", - "ĠAug ust", - "Ġst ri", - "p en", - "b ody", - "at ives", - "Ġb on", - "ur a", - "ĠU p", - "ĠJ e", - "enc ed", - "å Ń", - "19 7", - "Ġinclud ed", - "Ġ ðŁ", - "Ġinterest ing", - "as c", - "s ych", - "Ġd iv", - "ĠRe ad", - "Ġad m", - "Ġf at", - "Ġcount ries", - "K e", - "ĠF ace", - "Ġte ac", - "Ġrec ently", - "Ġmain tain", - "Ġsl ow", - "è Ģ", - "bo ard", - "oc r", - "es ter", - "Ġfl ow", - "m ing", - "ĠG ener", - "it a", - "Ġr ound", - "Ġsit es", - "Ġto wn", - "ub e", - "od el", - "ĠR uss", - "Ġgr ad", - "ec ause", - "Ġs olution", - "Ġw ish", - "un k", - "Ġf ight", - "Ġmult iple", - "ĠN et", - "L ist", - "id ing", - "Ġs ell", - "Ġins urance", - "em ents", - "Ġst uff", - "ĠM us", - "Ġt our", - "ar ter", - "Ġe mer", - "he t", - "Ġh ol", - "m p", - "un ction", - "ide red", - "Ġhelp s", - "ĠP at", - "Ġlat est", - "ĠA nt", - "ĠCount y", - "ash ing", - "Ġtou ch", - "ak er", - "Ġim plement", - "Ä į", - "Ġsc he", - "Ġfe ed", - "Ġro ll", - "um n", - "Ġim ag", - "j e", - "Ġmach ine", - "Ġn ature", - "Ġg ave", - "Ġv oid", - "Ġget s", - "id o", - "Ġb oy", - "in n", - "Ġa uf", - "cl ass", - "Ġmod ern", - "Ġsa ve", - "Ġbu ilt", - "ove mber", - "ĠD av", - "iqu es", - "à ¢", - "ĠW est", - "Ġn ational", - "m as", - "Ġpart s", - "Ġtool s", - "Ġw ide", - "ic ate", - "Ġt al", - "ĠH ar", - "Ġbo ard", - "g ar", - "å Ĩ", - "Ġmess age", - "Ġdem and", - "Ġ ing", - "Ġr out", - "Ġintern et", - "Ġhim self", - "ĠA c", - "Ġproject s", - "Ġvar iety", - "Ġinfl u", - "Ġch o", - "D o", - "D es", - "B l", - "Ġstud ent", - "ĠF eb", - "Ġsaf ety", - "0 5", - "Ġst reng", - "ĠS im", - "Ġexpect ed", - "Ġent er", - "Ġbe gan", - "g n", - "Ġgroup s", - "ib ly", - "Ġf resh", - "l ike", - "b t", - "od es", - "Ġd ire", - "b and", - "Ġfeel ing", - "Ġcost s", - "rou ght", - "N ew", - "al ing", - "Ġsh all", - "Ġgo al", - "oc ol", - "Ġg ives", - "Ġf em", - "ch an", - "au ght", - "ĠH ouse", - "Ġf air", - "Ġe en", - "Ġinvol ved", - "3 8", - "Ġu m", - "g u", - "Ġcould n", - "Ġk it", - "Ġs end", - "Ġres ources", - "ĠO b", - "y d", - "ic ations", - "ĠO ut", - "Ġintern ational", - "ĠPres ident", - "ent y", - "l o", - "Ġtri ed", - "Ġrem ov", - "Ġpos itive", - "ĠR ed", - "Ġmay be", - "or a", - "or ge", - "\" \"", - "ce mber", - "Ġc ry", - "a ign", - "Ġc ross", - "A dd", - "0 4", - "Ġcour t", - "or age", - "Ġpie ce", - "Ġwr itten", - "Ġeffect s", - "Ġmeet ing", - "Ġexact ly", - "Ġcomput er", - "Ġapp e", - "Ġinvest ig", - "ĠCO VID", - "V al", - "ĠW ind", - "Ġpro pos", - "Ġh uge", - "Ġs qu", - "ĠEng lish", - "Ġatt empt", - "Ġindividual s", - "Ġdefin itely", - "is f", - "ĠD irect", - "Ġdis play", - "ver se", - "O r", - "d om", - "i i", - "ed eral", - "Ġto wards", - "Ġanal ysis", - "Ġs ummer", - "Ġprogram s", - "ĠM r", - "ĠTr ans", - "Ġm i", - "Ġnorm al", - "Ġw id", - "oc al", - "Ġcons idered", - "ĠT V", - "Ċ ĊĠĠĠĠĠĠĠ", - "Ġsu ff", - "Ġcom ments", - "p art", - "Ċ ĊĠĠĠĠ", - "A d", - "\" .", - "Ġphys ical", - "Ġd aily", - "Ġbec ame", - "____ ____", - "Ġdec ided", - "b ed", - "ĠTh anks", - "E O", - "Ġsom etimes", - "å Ĭ", - "Ġcertain ly", - "Ġen h", - "Ġcare er", - "m et", - "us ing", - "Ġg iving", - "ag ed", - "Ġloc ation", - "Ġre v", - "Ġre lease", - "m ore", - "ĠB ro", - "Ġg old", - "Ġenc ou", - "Ġcomple x", - "Ġm is", - "y ond", - "Ġch arg", + "ument s", + "umen ts", + "u ments", + "Man ager", + "ш и", + "▁w in", + "▁ win", + "le ep", + "lee p", + "P I", + "но го", + "н ого", + "ru ction", + "ruct ion", + "r uction", + "▁in te", + "▁i nte", + "▁int e", + "▁ inte", + "Ap p", "A pp", - "ac ing", - "3 7", - "ir us", - "Ġl anguage", - "Ġsu bs", - "ĠM arket", - "Ġorgan iz", - "ĠCh ina", - "u pp", - "Ġdev ice", - "Ġf ine", - "Ġcons ist", - "Ġa verage", - "Ġbeh av", - "Ġce lebr", - "u k", - "ĠP ost", - "Ġcent er", - "0 9", - "d own", - "Ġw ood", - "Ġde ad", - "Ġpl ans", - "her n", - "du c", - "ĠPro f", - "Ġt ast", - "rop ri", - "Ġl oad", - "ö r", - "att le", - "0 2", - "S c", - "Ġj ud", - "Q u", - "Ġpurch ase", - "en ed", - "en ge", - "Ġk n", - "ĠA ng", - "Ġst ru", - "Ġcl ient", - "Ġse ction", - "Ġg reen", - "Ġm ark", - "it te", - "ap an", - "N ot", - "Ġdirect ly", - "Ġl ic", - "Ġp en", - "ĠG erm", - "I m", - "ate gy", - "Ġad minist", - "ell ow", - "t re", - "Ġt rou", - "4 8", - "ĠB est", - "h am", - "Ġar ch", - "k ing", - "y t", - "Ġm obile", + "av or", + "avo r", + "a vor", + "▁re spect", + "▁res pect", + "▁resp ect", + "▁ respect", + "at ors", + "ator s", + "ato rs", + "▁c omo", + "▁com o", + "▁co mo", + "▁c ut", + "▁cu t", + "▁ cut", + "F A", + "▁s us", + "▁su s", + "▁A pp", + "▁Ap p", + "▁ App", + "re ct", + "rec t", + "r ect", + "F I", + "▁be gan", + "▁beg an", + "op h", + "o ph", + "▁s ort", + "▁so rt", + "▁sor t", + "▁ sort", + "th ough", + "ј е", + "ic ro", + "i cro", + "Tr ans", + "Tra ns", + "л і", + "▁In st", + "▁Ins t", + "▁ Inst", + "re quest", + "requ est", + "req uest", + "о р", + "▁rel ations", + "▁relation s", + "- \\", + "St atus", + "Stat us", + "ж и", + "▁f ather", + "▁fa ther", + "▁fat her", + "▁ father", + "c s", + "▁s ex", + "▁se x", + "▁ sex", + "is ch", + "isc h", + "i sch", + "v o", + "}_ {", + "} _{", + "ave n", + "av en", + "a ven", + "▁N e", + "▁ Ne", + "AT E", + "A TE", + "it ten", + "itt en", + "itte n", + "▁e ss", + "▁es s", + "▁ ess", + "T H", + "ight s", + "igh ts", + "▁h om", + "▁ho m", + "▁ hom", + "▁t oday", + "▁to day", + "▁tod ay", + "▁toda y", + "▁z u", + "▁ zu", + "it a", + "i ta", + "▁is n", + "▁i sn", + "▁o pt", + "▁op t", + "▁ opt", + "og n", + "o gn", + "é r", + "▁wh ether", + "▁whe ther", + "ix ed", + "ph i", + "p hi", + "id ence", + "iden ce", "al d", - "Ġd in", - "Ġv oice", - "Ġl if", - "Ġre ach", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠ", - "Ġw arm", - "3 9", + "a ld", + "Cl ient", + "A t", + "▁de ath", + "▁L et", + "▁Le t", + "▁ Let", + "iu s", + "i us", + "г и", + "▁р е", + "▁ ре", + "be n", + "b en", + ") \r", + "b a", + ">< /", + "> ", + "▁ ->", + "▁J ust", + "▁Ju st", + "▁ Just", + "Wh at", + "W hat", + "at al", + "ata l", + "a tal", + "▁M in", + "▁Mi n", + "▁ Min", + "▁C or", + "▁Co r", + "▁ Cor", + "▁d ark", + "▁dar k", + "▁ dark", + "r l", + "▁l arg", + "▁la rg", + "▁ larg", + "di ng", + "d ing", + "ó n", + "ou ch", + "o uch", + "▁u m", + "▁ um", + "▁e lect", + "▁el ect", + "▁ele ct", + "▁ elect", + "▁d am", + "▁da m", + "▁ dam", + "▁ne eds", + "▁need s", + "▁m atter", + "▁mat ter", + "▁matt er", + "▁r ather", + "▁rat her", + "▁ra ther", + "fr om", + "f rom", + "ra m", + "r am", + "▁ і", + "▁t aken", + "▁take n", + "▁tak en", + "▁ta ken", + "▁de al", + "▁per iod", + "▁ period", + "▁M on", + "▁Mo n", + "▁ Mon", + "▁ Л", + "▁A ug", + "▁Au g", + "▁ Aug", + "ru n", + "r un", + "m m", + "el le", + "ell e", + "e lle", + "▁ex port", + "▁exp ort", + "▁ export", + "S c", + "vi s", + "v is", + "ab or", + "a bor", + "▁aut hor", + "▁auth or", + "▁ author", + "è re", + "▁re member", + "▁rem ember", + "▁remem ber", + "▁re du", + "▁r edu", + "▁red u", + "▁ redu", + "▁L ist", + "▁Li st", + "▁Lis t", + "▁ List", + "▁f ocus", + "▁ focus", + "▁char acter", + "▁ character", + "Tab le", + "T able", + "▁individ ual", + "▁need ed", + "bu m", + "b um", + "▁st yle", + "▁sty le", + "▁ style", + "in ary", + "ina ry", + "inar y", + "ers ion", + "ou te", + "out e", + "o ute", + "▁P e", + "▁ Pe", + "▁h on", + "▁ho n", + "▁ hon", + "mu t", + "m ut", + "se e", + "s ee", + "▁bec ame", + "▁d ire", + "▁di re", + "▁dir e", + "▁ dire", + "▁d ocument", + "▁doc ument", + "▁ document", + "se c", + "s ec", + "en ing", + "eni ng", + "e ning", + "▁vis it", + "▁ visit", + "▁f ac", + "▁fa c", + "▁ fac", + "t x", + "do wn", + "d own", + "pl it", + "p lit", + "▁ph ys", + "▁ phys", + "it ting", + "itt ing", + "jo y", + "j oy", + "▁h ig", + "▁hi g", + "Th is", + "T his", + "A d", + "▁B rit", + "▁Br it", + "▁em ploy", + "▁r é", + "▁ ré", + "▁ т", + "l ambda", + "▁im pro", + "▁imp ro", + "▁B o", + "▁ Bo", + "id ing", + "idi ng", + "i ding", + "▁on line", + "▁ online", + "me m", + "m em", + "at form", + "▁W ar", + "▁Wa r", + "▁ War", + "▁c as", + "▁ca s", + "▁ cas", + "as ure", + "a sure", + "▁p ur", + "▁pu r", + "▁ pur", + "me di", + "med i", + "m edi", + "Di s", + "D is", + "▁G erm", + "▁Ge rm", + "▁Ger m", + "p c", + "с а", + "▁friend s", + "▁M c", + "▁ Mc", + "D I", + "▁pl us", + "▁ plus", + "▁S et", + "▁Se t", + "▁ Set", + "idd le", + "it ut", + "itu t", + "▁de pend", + "▁dep end", + "▁ depend", + "re st", + "res t", + "r est", + "▁J e", + "▁ Je", + "▁h or", + "▁ho r", + "▁ hor", + "▁ent ire", + "Qu ery", + "Que ry", + "▁re fer", + "▁ref er", + "▁ refer", + "▁h ot", + "▁ho t", + "▁ hot", + "▁A ust", + "▁Aus t", + "▁Au st", + "▁com mon", + "▁comm on", + "▁ common", + "ц і", + "▁p ull", + "▁pu ll", + "▁pul l", + "▁ pull", + "▁A dd", + "▁Ad d", + "▁ Add", + "▁se ason", + "▁sea son", + "▁seas on", + "▁ season", + "▁in vol", + "▁inv ol", + "▁W orld", + "▁Wor ld", + "▁ World", + "cl ient", + "cli ent", + "no w", + "n ow", + "tr ue", + "ap pend", + "app end", + "appe nd", + "appen d", + "it ted", + "itt ed", + "itte d", + "em pt", + "emp t", + ") {", + "// /", + "/ //", + "▁p rop", + "▁pro p", + "▁pr op", + "▁ prop", + "im ate", + "ima te", + "imat e", + "i mate", + "S C", + "▁h ours", + "▁hour s", + "▁ho urs", + "▁h ope", + "▁hop e", + "▁ho pe", + "an dom", + "and om", + "ando m", + "і д", + "ist ic", + "isti c", + "▁pro perty", + "▁proper ty", + "▁ property", + "s g", + "> (", + "▁w rite", + "▁wr ite", + "▁writ e", + "▁ write", + "mar k", + "m ark", + "fin d", + "fi nd", + "f ind", + "▁person al", + "▁pers onal", + "▁persona l", + "▁ personal", + "] [", + "ro wn", + "row n", + "r own", + "P h", + "▁f oot", + "▁fo ot", + "▁foo t", + "▁ foot", + "▁re search", + "▁res earch", + "iron ment", + "▁n om", + "▁no m", + "▁ nom", + "▁in stance", + "▁inst ance", + "▁ instance", + "▁h eld", + "▁he ld", + "▁hel d", + "▁ held", + "D e", + "▁mem bers", + "▁member s", + "▁ members", + "▁f ire", + "▁fi re", + "▁fir e", + "▁ fire", + "▁hist ory", + "▁histor y", + "▁hi story", + "▁ history", + "▁m ap", + "▁ma p", + "▁ map", + "▁dis cuss", + "▁disc uss", + "▁e spec", + "▁es pec", + "▁esp ec", + "▁ espec", + "▁t aking", + "▁tak ing", + "▁ta king", + "▁s ervices", + "▁serv ices", + "▁service s", + "▁ services", + "▁ind ust", + "▁indu st", + "▁ indust", "ig en", - "ĠIn c", - "Ġa ware", - "è ®", - "Ġright s", + "ige n", + "i gen", + "▁A ss", + "▁As s", + "▁ Ass", + "▁e xpected", + "▁ex pected", + "▁expect ed", + "▁ expected", + "▁wur de", + "di r", + "d ir", + "▁a mong", + "▁am ong", + "▁s ugg", + "▁su gg", + "▁sug g", + "re c", + "r ec", + "In ter", + "Int er", + "bl ock", + "blo ck", + "b lock", + "▁R ep", + "▁Re p", + "▁ Rep", + "▁p ain", + "▁pa in", + "▁f ive", + "▁fi ve", + "▁ five", + "▁f und", + "▁fun d", + "▁fu nd", + "▁ fund", + "ri d", + "r id", + "ar row", + "arr ow", + "▁t reat", + "▁tre at", + "▁he ard", + "▁hear d", + "▁de term", + "▁det erm", + "▁deter m", + "ic ult", + "▁s ense", + "▁sens e", + "▁sen se", + "es e", + "e se", + "F un", + "▁month s", + "▁mont hs", + "js on", + "j son", + ", ”", + "T I", + "or age", + "ora ge", + "o rage", + "▁ У", + "▁every one", + "▁c los", + "▁cl os", + "▁clo s", + "▁ clos", + "ie rs", + "ier s", + "i ers", + "air s", + "ai rs", + "a irs", + "def ine", + "I f", + "os p", + "o sp", + "▁w onder", + "▁won der", + "▁wo nder", + "N A", + "qu ery", + "que ry", + "quer y", + "p g", + "it es", + "ite s", + "i tes", + "▁m aterial", + "▁mat erial", + "▁mate rial", + "▁mater ial", + "▁ material", + "y d", "Re ad", - "ĠJan uary", - "Ġc up", - "Ġ id", - "Ġob tain", - "mer cial", - "ce ed", - "r im", - "a res", - "op er", - "l ist", - "Ġf ather", - "ĠAf ric", - "P ost", - "Ġfe ature", - "y p", - "5 5", - "I P", - "ĠOct ober", - "i ant", - "Ġal tern", - "âĢĿ ,", - "Ġdo g", - "c il", - "C ol", - "Ġe arn", - "ĠE very", - "riv ing", - "om s", - "Ġp et", - "Ġs old", - "ĠE r", - "se qu", - "Ġp ark", - "Ġde cl", - "Ġpolit ical", - "ĠW ar", - "Ġcond ition", - "Ġpress ure", - "Ġreport ed", - "Ġd ream", - "Ġdiffere nce", - "an ch", - "Ġfl oor", - "o ly", - "ĠComm un", - "Ġp ow", - "Ġcol lection", - "Ġcon cept", - "ĠC our", - "ĠF ree", - "ish ing", - "ag ue", - "p ite", - "Ġsub st", - "ĠV er", - "Ġdet ail", - "é ĩ", - "Ġadv ant", - "Ġexc ellent", - "Ġfor mer", - "Ġes c", - "Ġlead ing", - "opp ing", - "Ĥ ¬", - "0 8", - "A fter", - "re ci", - "ĠInd ia", - "Ġactiv ity", - "ĠTe chn", - "U T", - "Ġb reat", - "Ġtem per", - "The y", - "Ġem ot", - "anc y", - "oc ks", - "ra ge", - "Ġstart ing", - "Ġequ ipment", - "ĠL et", - "Ġmov ie", - "Ġan im", - "g a", - "Ġc ert", - "ĠW ell", - "i as", - "d ata", - "ĠFace book", - "Ġtalk ing", - "å ·", - "Ġhigh ly", - "ĠAl so", - "ĠJ es", - "/ *", - "æ Ń", - "Ġd ro", - "ĠB usiness", - "ru ary", - "Ġd ed", - "v est", - "à Ł", - "ĠE ven", - "w ood", - "ve y", - "ĠA ir", - "Ġe at", - "ac hes", - "Ġdise ase", - "ipp ing", - "f ield", - "Ġreg ist", - "ĠS an", - "Ġhe t", - "ac he", - "ä» ¬", - "Ġf irm", - "Ġv ous", - "ign ed", - "g est", - "Ġl ack", - "ate ver", - "é t", - "Ġà ¨", - "ĠAust ral", - "Ġst ates", - "Ġst ock", - "é n", - "Ġl ed", - "Ġspe ed", - "um ber", - "Ġg ar", - "Ġ ir", - "ol f", - "it ation", - "t ies", - "it able", - "ĠSu pp", - "å ĩ", - "ĠG roup", - "// //", - "Ġexper t", - "ĠM ich", - "Ġfre qu", - "Ġex erc", - "Ġhealth y", - "Ġstr ing", - "ar ies", - "Ġsub m", - "ĠU K", - "ar ily", - "Ġsp end", - "Ġfe et", - "4 4", - "Ġreg ul", - "Ġal one", - "re ate", - "Ġpart ners", - "Ġabs olut", - "Ġorgan ization", - "ĠF irst", - "b ox", - "Ġcar ry", - "Ġcon duct", - "Ġprovid ing", - "9 5", - "A b", - "ograph y", - "ĊĠĠĠĠ ĠĠ", - "Ġac qu", - "iz es", - "Ġn ut", - "Ġs olutions", - "ĠR em", - "S S", - "Ġplay er", - "Ġca pt", - "Ġm id", - "/ **", - "Ġfin ally", - "r ast", - "on a", - "Ġhist or", - "ĠAss oci", - "ro te", - "d ate", - "pl ace", - "Ġem b", - "Ġv ict", - "ĠIntern ational", - "Ġpl aces", - "( $", - "Ġb rought", - "am ing", - "Ġresp ond", - "Ġre ve", - "ul a", - "Ġad ult", - "on ent", - "Ġstr ateg", - "ĠB rit", - "ar io", - "if orn", - "Ġs av", - "ant ly", - "Ġag ree", - "0 6", - "b it", - "Ġey e", - "ĠK ing", - "Ġachie ve", - "ru it", - "Ġmaterial s", - "Ġpat tern", - "Ġnot e", - "Ġloc ated", - "ĠI N", - "ĠM ost", - "arl ier", - "Ġful ly", - "ĠN ovember", - "Ġl iter", - "ĠServ ice", - "Ġmov ing", - "augh ter", - "Ġemploy ees", - "ro id", - "Ġv irt", - "Ġg as", - "ard en", - "ri ve", - "Ġunderstand ing", - "Ġstra ight", - "Ġinterest ed", - "in i", - "Ġlov ed", - "D ata", - "ibr ary", - "Ġpro gress", - "V iew", - "ay er", - "Ġin nov", - "it ute", - "Ġh our", - "om b", - "ĠNew s", - "Ġs ale", - "Ġcult ure", - "Ġdou ble", - "0 7", - "o oth", - "id ents", - "E L", - "Ġd ry", - "ic ks", - "ig er", - "v ille", - "Ġn ov", - "Ġwould n", - "Ġs en", - "ĠD em", - "b on", - "in y", - "Ġm ount", - "is ions", - "im ately", - "Ġev idence", - "Ġcamp aign", - "u ate", - "ch ange", - "b ut", - "i very", - "Ġt im", - "ĠF e", - "ot o", - "ĠL aw", - "ap ter", - "Ġb irth", - "Ġent re", - "19 6", - "Ġrest aur", - "k er", - "Ġcreat ing", - "Ġacc om", - "ĠServ ices", - "ĠDe cember", - "os it", - "ĠH ome", - "P S", - "l ig", - "ound s", - "ĠDep artment", - "Ġare n", - "ad y", - "i ers", - "ur rent", - "Ġun s", - "v o", - "Ġc ash", - "Ġpre fer", - "Ġinter view", - "Ġhe at", - "l in", - "Ġess ential", - "Ġfam il", - "Ġth row", - "Ġext rem", - "==== ====", - "Ġplay ed", - "Ġn ull", - "ly ing", - "Ġl ib", - "iforn ia", - "Ġbro ad", - "n ÃŃ", - "Ġs y", - "Ġlim ited", - "C H", - "rib ute", - "H ere", - "Ġw at", - "Ġpol ice", - "å ¥", - "Ġcontin u", - "n ie", - "U N", - "Ġrel ig", - "Ġp ublished", - "Ġf ab", - "Ġus es", - "Ġpro ced", - "Ġhappen ed", - "Ġb aby", - "Ġh op", - "Ġphot os", - "O L", - "ĠPro gram", - "ĠP lease", - "over n", - "Ġprom ot", - "ic ip", - "b ol", - "id ad", - "ur ation", - "qu est", - "Ġcont ain", - "ing er", - "ĠG o", - "Ġeff ort", - "Ġocc ur", - "Ġst ress", - "a el", - "Ġdevelop ed", - "ell o", - "Ġrequire ments", - "ond on", - "N ow", - "le an", - "Ġsm art", - "Ġa im", - "Ġb ur", - "ĠI I", - "Ġf ear", - "Ġpict ure", - "Ġf alse", - "Ġgrow ing", - "oun ced", - "Ġplan ning", - "Th anks", - "Ġincre ased", - "Ġwant s", - "Ġt end", - "ĠOn line", - "Ġstud ies", - "I nd", - "Ġst ories", - "à º", - "? âĢĿ", - "in clud", - "Ġcl in", - "Ġop in", - "Ġex ecut", - "ament e", - "Ġd rop", - "Ġref er", - "om ing", - "I nt", - "Ġf arm", - "Ġsuccess ful", - "it ude", - "Ġpa id", - "Ġass ess", - "ist ics", - "Ġthan ks", - "p ond", - "ĠC oun", - "Ġassoci ated", - "Ġm er", - "A B", - "Ġbusiness es", - "ĠRe view", - "rap y", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠ", - "Ġj our", - "Ġc ateg", - "it é", - "al ed", - "Ġeas ier", - "Ġfr ame", - "Ġredu ce", - "erv ed", - "ĠJ apan", - "Ġne igh", - "ri ef", - "Ġwonder ful", - "ri al", - "Ġfor ce", - "Ġst ream", - "ron ic", - "Ġcom o", - "Ġdem on", - "pec ial", - "Ġatt ract", - "ic ient", - "Ġpur pose", - " ·", - "Ġgu y", - "Ġpr ices", - "Ġcont ribut", - "Ġas pect", - "ous ly", - "ff ee", - "Ġcons ult", - "Ġprofess ion", - "Ġact ive", - "Ġpat ient", - "p m", - "Ġeconom ic", - "Ġmean ing", - "it o", - "d iv", - "now n", - "ren ch", - "Ġbegin ning", - "ic ed", - "Ġtit le", - "r an", - "ĠIn ter", - "c her", - "od ay", - "I L", - "3 00", - "ĠG ood", - "Ġstep s", - "Ġb and", - "Ġtri p", - "ĠB ook", - "Ġmil it", - "ann el", - "Ġc old", - "c z", - "Ġapp reci", - "ĠW ork", - "Ġgl ass", - "m l", - "i ance", - "Ġth reat", - "Ġsp read", - "ĠWe b", - "ià ¨", - "Ġreg ion", - "und ay", - "Ġthan k", - "Ġchang ed", - "ĠP ort", - "Ġbe yond", - "am ic", - "und red", - "\" :", - "Ġre asons", - "Ġm ill", - "ĠS en", - "Ġa f", - "Ġcon v", - "ĠJes us", - "Ġd oll", - "ĠWh y", - "Ġw ife", - "Ġtrad itional", - "ĠJ ack", - "ac ity", - "Ġdist ribut", + "R ead", + "ht ml", + "h tml", + "T E", + "P r", + "^{ \\", + "^ {\\", + "▁g ave", + "▁ga ve", + "▁I S", + "▁ IS", + "▁s uggest", + "▁sugg est", + "▁sug gest", + "Over ride", + "ro du", + "rod u", + "Fr om", "F rom", - "p ath", - "Ġnum bers", - "Ġgu ide", - "Ġrele ased", - "Ġbl ue", - "in ated", - "Ġev al", - "+ +", - "Ġsp irit", - "Ġst ar", - "Ġcol lege", - "Ġpres ident", - "ir ing", - "Ġsat isf", - "ĠS l", - "Ġapplic ations", - "Ġval ues", - "ent e", - "Ġm al", - "Ġdr ink", - "ig e", - "Ġch arge", - "Ġsp ent", - "Ġgu ess", - "at i", - "Ġimmedi ately", - "Ġc opy", - "å ¸", - "Ġn u", - "Ġu lt", - "Ġl ength", - "\" );", - "ĠS k", - "ĠFr iday", - "O b", - "ipp ed", - "Ġst age", - "ĠD el", - "Ġc ru", - "I V", - "4 9", - "ĠD et", - "Ġbenef it", - "or row", - "ĠG reat", - "Ġr ules", - "Ġr ates", - "Ġact ual", - "s ize", - "Ġallow ed", - "Ġar riv", - "f ord", - "Ġdel iver", - "az on", - "Ġtr uly", - "I G", - "6 5", - "Ġh om", - "he st", - "Ġapp ropri", - "iv il", - "Ġb es", - "Ġcl ub", - "Ġth ous", - "ĠO ther", - "Ġdam age", - "atur day", - "Ġparticular ly", - "Ġcap ital", - "edd ing", - "vent ion", - "d a", - "p ack", - "b um", - "ĠP al", - "Ġh ous", + "▁E urope", + "▁Europ e", + "▁Euro pe", + "▁ Europe", + "P O", + "▁s oon", + "▁so on", + "ho st", + "hos t", + "h ost", + "▁B er", + "▁Be r", + "▁ Ber", + ".. ..", + "... .", + ". ...", + "▁H ar", + "▁Ha r", + "▁ Har", + "▁e nergy", + "▁ener gy", + "▁energ y", + "▁ energy", + "> <", + "ave s", + "av es", + "a ves", + "▁e asy", + "▁eas y", + "▁b re", + "▁br e", + "▁ bre", + "fr ame", + "▁g round", + "▁gr ound", + "▁gro und", + "▁ ground", + "wi th", + "w ith", + "▁in side", + "▁ins ide", + "ie f", + "i ef", + "▁m o", + "▁ mo", + "p m", + "pa n", + "p an", + "ig r", + "i gr", + "▁o m", + "▁ om", + "ne xt", + "nex t", + "n ext", + "om et", + "ome t", + "o met", + "▁st atus", + "▁stat us", + "▁ status", + "▁} \r", + "▁ }\r", + "▁mus ic", + "or a", + "o ra", + "il es", + "ile s", + "i les", + "k i", + "▁e sc", + "▁es c", + "▁ esc", + "▁b es", + "▁be s", + "▁ bes", + "▁D is", + "▁Di s", + "▁ Dis", + "▁h ost", + "▁ho st", + "▁ host", + "▁c omes", + "▁com es", + "▁co mes", + "▁come s", + "▁ comes", + "us ed", + "use d", + "u sed", + "▁f uture", + "▁fut ure", + "▁ future", + "lic k", + "li ck", + "l ick", + "ai d", + "a id", + "▁com pet", + "▁comp et", + "▁ compet", + "▁v oice", + "▁vo ice", + "▁ voice", + "▁l oad", + "▁lo ad", + "▁ load", + "ev el", + "eve l", + "e vel", + "▁n eg", + "▁ne g", + "▁ neg", + "▁com mand", + "▁comm and", + "▁ command", + "▁f ür", + "▁p ie", + "▁pi e", + "▁ pie", + "▁qu ite", + "▁qui te", + "▁quit e", + "▁b lo", + "▁bl o", + "▁ blo", + "ag n", + "a gn", + "il on", + "ilo n", + "i lon", + "▁cl aim", + "▁ claim", + "▁t each", + "▁te ach", + "▁tea ch", + "▁pre vious", + "▁prev ious", + "▁ previous", + "▁s ite", + "▁sit e", + "▁si te", + "▁ site", + "co lor", + "col or", + "colo r", + "at tr", + "att r", + "▁ac cept", + "▁ accept", + "▁ex act", + ") }", + "af t", + "a ft", + "rol ler", + "roll er", + "о н", + "o o", + "Dat e", + "Da te", + "D ate", + "▁o u", + "▁ ou", + "s y", + "▁pre tty", + "▁pret ty", + "▁im age", + "▁imag e", + "▁ image", + "B U", + "▁term s", + "▁ter ms", + "▁s earch", + "▁se arch", + "▁sear ch", + "▁ search", + "▁ è", + "▁V al", + "▁Va l", + "▁ Val", + "▁ ‘", + "▁D av", + "▁Da v", "M S", - "Ġg one", + "sr c", + "s rc", + "ma r", + "m ar", + "in cip", + "inc ip", + "▁could n", "ad os", - "? ?", - "os ing", - "em y", - "an ia", - "c are", - "n et", - "Ġne arly", - "ond ay", - "ven ue", - "Å ¡", - "Ġer r", - "Ġgo als", - "Ġincre asing", - "Ġim ages", - "Ġl ines", - "ĠDes ign", - "Ġad just", - "oc ation", - "Ġsu st", - "Ġind epend", - "se e", - "ind er", - "Ġopportun ities", - "pp ing", - "Ġbas ic", - "Ġreview s", - "Ġe arlier", - "C T", - "Ġave c", - "ist ry", - "for ce", - "[ ]", - "ter m", - "Ġsp ot", - ": )", - "s k", - "ash ion", - "ĠM et", - "Ġv o", - "ĠFeb ruary", - "Ġmod els", - "ĠDe velop", - "e ah", - "as y", - "Ġover all", - "f rom", - "Ġt ick", - "ĠSt reet", - "ä¸ º", - "Ġswe et", - "Ġt u", - "port s", - "ĠCal ifornia", - "Ġmethod s", - "Ġuse ful", - "! \"", - "Ġthought s", - "Ġinvest ment", - "ĠG old", - "Ġh us", - "Ġg ift", - "Ġsh own", - "ĠC r", - "D O", - "ef ore", - "ra b", - "Ġstr ategy", - "l og", - "Ġto m", - "ĠPh il", - "L a", - "Ġtr uth", - "å¤ §", - "Ġer ror", - "pr int", - "Ġsupp ly", - "con st", - "Ġre nt", - "c ks", - "Ġpro te", - "Ġmeas ure", - "0 3", - "ĠP M", - "Ġc it", - "ĠAn y", - "ĠCan ada", - "Ġsc ience", - "p oint", - "Ġf ol", - "ĠB en", - "Ġpain t", - "h ouse", - "ĠWh ite", - "Ġcand id", - "ĠR et", - "Ġbud get", - "S p", - "ä¸ Ń", - "Ġm iddle", - "m ail", - "Ġw rote", - "c el", - "ĠE st", - "ol a", - "st ring", - "Ġstruct ure", - "' )", - "Ġcomp ared", - "ru pt", - "Ġp sych", - "Ġsc ient", - "it ect", - "Ġback ground", - "z i", - "Ġha ven", - "ĠSu per", - "ĠA P", - "n en", - "ĠS ub", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠ", - "ĠC B", - "Ġme chan", - "il ed", - "Ġse g", - "ĠChrist mas", - "Ġmov ed", - "Ġn ation", - "Ġsee ing", - "Ġro ck", - "Ġdeg ree", - "Ġob vious", - "l ich", - "Ġgu ys", - "M e", - " ł", - "ill a", - "Ġwind ow", - "Ġkit chen", - "Ġgreat er", - "Ġpart ner", - "Ġstru gg", - "Ġdi et", - "ĠM or", - "ĠI l", - "Ġconf ig", - "Ġsur v", - "Ġstat ement", - "es ome", - "Ġtrans port", - "ĠG reen", - "è s", - "Ġdev ices", - "ĠO ver", - "I M", - "w ide", - "Ġlim it", - "ä¸ ª", - "j a", - "E r", - "f ree", - "å º", - "Ġteam s", - "por ate", - "an i", - "in ate", - "å ¯", - "ĠPl an", - "ĠL ondon", - "Ġt out", - "Ġcom mercial", - "Ġser ve", - "Ġsur face", - "Ġto ward", - "Ġs ich", - "itte e", - "Ġp m", - "ĠB et", - "Ġal though", - "Ġprotect ion", - "ĠMan agement", - "Ġsh aring", - "Ġper haps", - "enc ies", - "ell ig", - "Ġinst itut", - "Ġé t", - "Ġbas is", - "Ġjo in", - "ĠIt al", - "Ġcon text", - "Ġh undred", - "Ġset ting", - "Ġpo or", - "ĠCol lege", - "Ġfamil ies", - "and om", - "ãĢ ģ", - "is ation", - "Ġconnect ion", - "å Ĵ", - "il ing", - "c a", - "Ġo m", - "Ġtrans fer", - "Ġregard ing", - "Ġpower ful", - "ve re", - "Ġfig ure", - "Ġn icht", - "Ġf ant", - "l ied", - "Ġstat us", - "âĢĶ âĢĶ", - "Ġfil es", - "Ġqu ant", - "f ile", - "Ġh ospital", - "Ġrem ain", - "Ġref lect", - "ĠM ac", - "4 7", - "Ġm icro", - "Ġo k", - "Ġt ut", - "oth ing", - "Ġstreng th", - "par am", - "Ġconst ruction", - "Ġr ace", - "Ġnot ice", - "at us", - "Ġan g", - "Wh y", - "ç İ", - "em pl", - "[ '", - "on ents", - "ag o", - "es tern", - "in er", - "Ġoff ered", - "ic ious", - "at ively", - "R ec", - "he m", + "ado s", + "▁d ro", + "▁dr o", + "▁ dro", + "be ta", + "bet a", + "b eta", + "im um", + "▁min utes", + "▁minute s", + "▁minut es", + "▁g rand", + "▁gr and", + "▁gran d", + "▁gra nd", + "▁ grand", + "▁ »", + "▁O ur", + "▁ Our", + "St r", + "S tr", + "VE R", + "V ER", + "ma z", + "m az", + "▁or iginal", + "▁orig inal", + "▁origin al", + "▁ original", + "in i", + "i ni", + "▁c oll", + "▁col l", + "▁co ll", + "▁ coll", + "lo at", + "▁o s", + "▁ os", + "}) ;", + "} );", + "sum mary", + "▁w all", + "▁wa ll", + "▁wal l", + "▁ wall", + "Col or", + "Co lor", + "▁v ers", + "▁ver s", + "▁ve rs", + "▁ vers", + "▁d ella", + "▁de lla", + "▁del la", + "▁dell a", + "▁\" \"\"", + "▁\"\" \"", + "▁ \"\"\"", + "math bf", + "ze r", + "z er", + "au r", + "a ur", + "▁tr ack", + "▁tra ck", + "▁ track", + "▁ass oci", + "▁ associ", + "▁s uff", + "▁su ff", + "▁in de", + "▁i nde", + "▁ind e", + "▁ inde", + "ag ue", + "agu e", + "a gue", + "▁A pr", + "▁Ap r", + "▁ Apr", + "L e", + "ro ups", + "rou ps", + "roup s", + "bo ard", + "b oard", + "▁att ack", + "▁s eries", + "▁se ries", + "▁ser ies", + "▁serie s", + "▁ series", + "▁in stead", + "▁inst ead", + "ha m", + "h am", + "bo ok", + "b ook", + "▁s ix", + "▁si x", + "▁ six", + "▁R ec", + "▁Re c", + "▁ Rec", + "▁c oming", + "▁com ing", + "▁co ming", + "▁ coming", + "ur t", + "u rt", + "▁gl obal", + "▁glob al", + "▁glo bal", + "▁ global", + "▁ne cess", + "▁neces s", + "▁ necess", + "le ge", + "leg e", + "Po s", + "P os", + "▁le ave", + "▁ leave", + "▁p od", + "▁po d", + "▁ pod", + "ateg ory", + "ategor y", + "u z", + "▁de ep", + "▁ deep", + "▁k m", + "▁ km", + "▁out side", + "▁outs ide", + "ha s", + "h as", + "opt ions", + "option s", + "o ptions", + "▁S m", + "▁ Sm", + "Su b", + "S ub", + "ro ws", + "row s", + "r ows", + "▁в и", + "▁ ви", + "▁St ates", + "▁State s", + "▁Stat es", + "▁Sta tes", + "▁ States", + "▁wr ong", + "▁how ever", + "▁s em", + "▁se m", + "▁ sem", + "▁c atch", + "▁cat ch", + "▁ catch", + "\") ,", + "\" ),", + "mod el", + "mode l", + "mo del", + "▁h ttp", + "▁htt p", + "▁ http", + "▁o ption", + "▁opt ion", + "▁ option", + "ri e", + "r ie", + "▁с та", + "▁ст а", + "▁ ста", + "▁ä r", + "▁ är", + "▁en joy", + "▁enjo y", + "n u", + "▁p as", + "▁pa s", + "▁ pas", + "▁a mount", + "▁am ount", + "▁ amount", + "▁res pons", + "▁respon s", + "▁resp ons", + "▁ respons", + "▁In tern", + "▁Inter n", + "▁Int ern", + "▁ Intern", + "▁my self", + "▁o pp", + "▁op p", + "▁ opp", + "▁S im", + "▁Si m", + "▁ Sim", + "▁s ens", + "▁se ns", + "▁sen s", + "E d", + "▁( \\", + "▁ (\\", + "▁stud ents", + "▁student s", + "но в", + "н ов", + "▁point s", + "▁ points", + "ar ning", + "arn ing", + "U P", + "el ling", + "ell ing", + "elli ng", + "▁c annot", + "▁can not", + "B e", + "▁l ength", + "▁le ngth", + "▁ length", + "nu ll", + "n ull", + "ui nt", + "u int", + "wi se", + "w ise", + "▁d ouble", + "▁dou ble", + "▁doub le", + "▁ double", + "ig e", + "i ge", + "is ta", + "ist a", + "i sta", + "▁est ab", + "▁es tab", + "▁esta b", + "an ch", + "anc h", + "▁a go", + "▁ag o", + "▁ ago", + "▁b ound", + "▁bo und", + "▁bou nd", + "▁ bound", + "▁f a", + "▁ fa", + "▁c lean", + "▁cle an", + "▁ clean", + "▁sim ple", + "▁simpl e", + "▁ simple", + "m i", + "#### ####", + "if ier", + "ifi er", + "▁Gener al", + "▁Gen eral", + "▁Gene ral", + "▁ General", + "▁se emed", + "▁see med", + "▁seem ed", "en a", - "## ##", - "Ġcell s", - "Ġn ames", - "Ġb row", - "el a", - "Ġp al", - "ind ing", - "Ġb rain", - "Ġd ress", - "ĠPa ul", - "Ġw ild", - "ĠB er", - "Ġtr ade", - "w ith", - "The se", - "Ġd ies", - "du le", - "h o", + "e na", + "▁a ge", + "▁ag e", + "▁ age", + "но й", + "end if", + "A A", + "▁c aus", + "▁ca us", + "▁e duc", + "▁ed uc", + "▁ educ", + "▁c ell", + "▁ce ll", + "▁cel l", + "▁ cell", + "Ge ner", + "Gen er", + "G ener", + "sp ace", + "s pace", + "▁Y our", + "▁You r", + "▁ Your", + "▁be aut", + "g t", + "▁l imit", + "▁li mit", + "▁lim it", + "▁ limit", + "▁d ate", + "▁da te", + "▁dat e", + "▁ date", + "Ut il", + "U til", + "▁N ational", + "▁Nat ional", + "▁Nation al", + "▁ National", + "ow s", + "o ws", + "pa t", + "p at", + "qu ad", + "▁o k", + "▁ ok", + "▁ И", + "ar th", + "art h", + "ha t", + "h at", + "▁comm unity", + "▁commun ity", + "ou l", + "o ul", + "▁e conom", + "▁ec onom", + "▁ econom", + "Com ponent", + "bo r", + "b or", + "us ion", + "▁be low", + "▁bel ow", + "ear ch", + "e arch", + "or es", + "ore s", + "o res", + "ba n", "b an", - "Ġfollow ed", - "ashing ton", - "Ġar r", - "Ġp u", - "Ġcoll abor", - "ĠSt r", - "Ġt on", - "Ġra p", - "ĠRes earch", - "Ġsl ight", - "Ġc ast", - "Ġar m", - "Ġl uck", - "or ry", - "Ġa head", - "M an", - "opp ed", - "ĠH ot", - "f riend", - "f e", - "Ġbott om", - "_ {", - "ĠD ist", - "æĿ ¥", - "ĠA N", - "D on", - "Ġb urn", - "Ġche m", - "ä¸ Ĭ", - "ĠM od", - "D A", - "if ying", - "Ġm ais", - "ĠIn s", - "as ure", - "Ġp ages", - "Ġsp orts", - "ĠD ie", - "Ġinc ome", - "Ġadv ice", - "ĠM any", - "åĪ °", - "Ġupd ate", - "ĠS al", - "Ġsh ot", - "Ġ ign", - "Ġpop ulation", - "4 6", - "Y our", - "Ġfact ors", - "Ġaff ord", - "a per", - "am ily", - "ĠR el", - "Ġextrem ely", - "ĠM icro", - "Ġtre nd", - "Ġb ra", - "b en", - "act ions", - "Ġh arm", - "Ġke pt", - "Ġc atch", - "ĠPl ay", - "ess age", - "ĠR om", - "i able", - "Ġp and", - "Ġt ro", - "Wh ile", - "ĠA M", - "Ġl ock", - "ur l", - "Ġme ant", - "os ition", - "Ġlot s", - "ĠEurope an", - "Ġstat ic", - "è ĩ", - "er r", - "ĠS T", - "lev ant", - "duc ation", - "Ġd ating", - "Ġa us", - "ĠA v", - "ĠH ol", - "ion es", - "Ġwe ar", - "ĠP C", - "Ġw er", - "ĠU se", - "æ ķ", - "Ġb ath", - "ph one", - "ang ing", - "ĠS ie", - "Ġphot o", - "Ġ Ċ", - "Ġsh op", - "Ġbro ther", - "Ġad vert", - "Ġprim ary", - "O ver", - "R A", - "b ar", - "o very", - "so ft", - "Ġgirl s", - "Ġm ist", - "Ġpay ment", - "D E", - "8 8", - "ĠWind ows", - "h and", - "Ġveh icle", - "ĠE v", - "own load", - "Ġant i", - "Ġd im", - "Ġgu id", - "red ients", - "Ġprodu ce", - "Ġlaw s", - "Ġreport s", - "Ġp ush", - "Ġres ist", - "ĠIn formation", - "ĠSt ring", - "Ġsh ared", - "Ġn ie", - "Ġro b", - "s es", - "Ġm ort", - "Ġsh oot", - "hen s", - "Ġwh atever", - "Th ank", - "Ġh at", - "È Ľ", + "▁Aug ust", + "▁fur ther", + "sig ma", + "s igma", + "▁h a", + "▁ ha", + "j i", + "▁com put", + "▁comp ut", + "▁ comput", + "г ра", + "▁N one", + "▁No ne", + "▁Non e", + "▁ None", + "▁t er", + "▁te r", + "▁ ter", + "▁any one", + "▁t ask", + "▁ta sk", + "▁ task", + "en te", + "ent e", + "e nte", + "pos ition", + "pp ed", + "ppe d", + "p ped", + "▁a us", + "▁au s", + "▁ aus", + "Att ribute", + "Attrib ute", + "re q", + "r eq", + "ad dr", + "add r", + "li ght", + "lig ht", + "l ight", + "ш е", + "▁a rm", + "▁ar m", + "▁ arm", + "co ver", + "cov er", + "c over", + "up port", + "upp ort", + "▁G l", + "▁ Gl", + "▁S an", + "▁Sa n", + "▁ San", + "▁wr iting", + "▁writ ing", + "▁ writing", + "▁l ost", + "▁lo st", + "▁los t", + "▁M ark", + "▁Mar k", + "▁ Mark", + "▁g re", + "▁gr e", + "▁ gre", + "TY PE", + "T YPE", + "▁S outh", + "▁So uth", + "▁Sou th", + "▁Sout h", + "▁ South", + "▁per fect", + "▁perf ect", + "▁pack age", + "▁ package", + "▁in fl", + "▁inf l", + "▁ infl", + "ha ps", + "h aps", + "▁A ng", + "▁An g", + "▁ Ang", + "res pon", + "resp on", + "ri s", + "r is", + "pt ember", + "pte mber", + "▁build ing", + "▁ building", + "VA L", + "V AL", + "fr ee", + "fre e", + "f ree", + "▁c e", + "▁ ce", + "H T", + "▁F rom", + "▁Fr om", + "▁Fro m", + "▁ From", + "d s", + "ro y", + "r oy", + "ach ine", + "achi ne", + "no wn", + "now n", + "n own", + "▁sa ying", + "▁say ing", + "▁б ы", + "▁ бы", + "o e", + "Re f", + "R ef", + "▁net work", + "▁ network", + "par ent", + "pa rent", + "pare nt", + "paren t", + "p arent", + "ug e", + "u ge", + "▁sim ilar", + "> \r", + "Build er", + "B uilder", + "▁l iving", + "▁li ving", + "▁liv ing", + "▁contin ue", + "▁continu e", + "▁ continue", + "an ger", + "ang er", + "ange r", + "▁R ed", + "▁Re d", + "▁ Red", + "▁h air", + "▁ha ir", + "an ced", + "ance d", + "anc ed", + "ia ns", + "ian s", + "i ans", + "▁d ead", + "▁de ad", + "▁ dead", + "▁bo olean", + "▁ boolean", + "ic ation", + "▁д е", + "▁ де", + "▁cl ient", + "▁ client", + "uc t", + "u ct", + "▁ •", "S P", - "ĠDav id", - "Ġrequ ires", - "et ic", - "p ublic", - "ĠS unday", - "erv ice", - "N e", - "ĠD an", - "ĠB el", - "Ġsoc iety", - "olog ies", - "Ġhelp ed", - "r ad", - "ĠM art", - "Ġhand le", - "âĢ ŀ", - "ĠCl ass", - "è µ", - "Ġchall enge", - "Ġb atter", - "ĠInd ian", - "ic ine", - "ud d", - "z er", - "Ġim pl", - "Ġwho se", - "Ġc ra", - "B C", - "Ġacc ur", - "!! !", - "Ġexist ing", - "Ġc ards", - "ri age", - "Ġown ers", - "Ġh ar", - "Ġb ag", - "Ġocc as", - "ĠT ime", - "Ġinc red", - "Ġv ac", - "Ġcan cer", - "os is", - "ung en", - "and er", - "ĠG overn", - "Ġschool s", - ") );", - "Ġseem ed", - "Ġgener ally", - "ĠL ist", - "Ġst orage", - "ĠE ast", - "Ġe ine", - "t es", - "Ġe ight", - "Ġmention ed", - "pect ive", - "Ġpass ed", - "Ġnum er", - "i ation", - "ĠY ear", - "Ġsit u", - "Ġà ®", - "u j", + "ol der", + "old er", + "п е", + "ud io", + "udi o", + "▁d eg", + "▁de g", + "▁ deg", + "as ing", + "asi ng", + "a sing", + "▁st ep", + "▁ste p", + "▁ step", + "▁p ers", + "▁per s", + "▁pe rs", + "▁ pers", + "ç ão", + "ob j", + "o z", + "ul a", + "u la", + "▁r ound", + "▁ro und", + "▁rou nd", + "▁ round", + "▁u pon", + "▁up on", + "▁re source", + "▁res ource", + "▁ resource", + "▁val id", + "▁ valid", + "▁I I", + "▁ II", + "bu g", + "b ug", + "st d", + "s td", + "▁a ng", + "▁an g", + "▁ ang", + "sp an", + "s pan", + "po l", + "p ol", + "ial og", + "ia log", + "▁p hot", + "▁ph ot", + "? '", + "D B", + "▁F in", + "▁Fi n", + "▁ Fin", + "V E", + "E m", + "▁c am", + "▁ca m", + "▁ cam", + "tar get", + "t arget", + "pe cted", + "pect ed", + "pec ted", + "He l", + "H el", + "▁u t", + "▁ ut", + "▁T est", + "▁Te st", + "▁Tes t", + "▁ Test", + "▁t own", + "▁to wn", + "▁tow n", + "▁ town", + "al ign", + "ali gn", + "▁we bs", + "▁web s", + "in ner", + "inn er", + "au gh", + "aug h", + "a ugh", + "▁ex cept", + "▁ except", + "▁init ial", + "▁initi al", + "▁ initial", + "en ty", + "ent y", + "lic h", + "li ch", + "l ich", + "▁A ut", + "▁Au t", + "▁ Aut", + "to p", + "t op", + "▁f ail", + "▁fa il", + "▁ fail", + "on a", + "o na", + "▁ben ef", + "an ks", + "ank s", + "is che", + "isch e", + "isc he", + "i sche", + ". *", + "▁sign ific", + "▁cont act", + "▁ contact", + "Re c", + "R ec", + "ar io", + "ari o", + "a rio", + "ot tom", + "ott om", + "otto m", + "▁rel ationship", + "▁relations hip", + "▁relation ship", + "]) ;", + "] );", + "▁Н а", + "▁ На", + "He ad", + "H ead", + "form at", + "for mat", + "▁é t", + "▁ ét", + "▁M ore", + "▁Mor e", + "▁Mo re", + "▁ More", + "act ory", + "actor y", + "port un", + "+ \\", + "▁sim ply", + "▁simpl y", + "▁e p", + "▁ ep", + "▁R uss", + "▁Ru ss", + "▁Rus s", + "n í", + "u a", + "er c", + "e rc", + "▁long er", + "▁lon ger", + "in ition", + "init ion", + "ect or", + "ec tor", + "e ctor", + "apt ion", + "a ption", + "▁prof ess", + "▁profes s", + "▁M us", + "▁Mu s", + "▁ Mus", + "il ities", + "ili ties", + "è s", + "▁A ct", + "▁Ac t", + "▁ Act", + "off set", + "offs et", + "▁i ll", + "▁il l", + "▁ ill", + "ba nd", + "ban d", + "b and", + "▁A g", + "▁ Ag", + "▁П о", + "▁ По", + "б и", + "cont ent", "ic on", - "m o", - "re y", - "Ġpe ace", + "ico n", + "i con", + "▁work s", + "▁wor ks", + "▁ works", + "yn am", + "yna m", + "y nam", + "pl ement", + "ple ment", + "p lement", + "Res ource", + "Re source", + "Act ion", + "A ction", + "▁diff icult", + "▁W est", + "▁We st", + "▁Wes t", + "▁ West", + "▁v ideo", + "▁vide o", + "▁ video", + "▁T HE", + "▁TH E", + "▁ THE", + "▁de cl", + "▁dec l", + "▁ decl", + "on don", + "ond on", + "ondo n", + "de d", + "d ed", + "}{ \\", + "} {\\", + "oc r", + "o cr", + "▁C ity", + "▁Cit y", + "▁Ci ty", + "▁ City", + "▁ я", + "ue r", "u er", - "Ġpr inc", - "Ġhus band", - "C C", - "Ġexp and", - "ĠTh ank", - "Ġm ás", - "m es", - "Ġm ir", - "E M", - "Ġch urch", - "ĠM ag", - "ch a", - "Ġann ounced", - "Ġl ose", - "S te", - "15 0", - "Ġun c", - "is l", - "// /", - "Ġc ab", - "r as", - "ol ic", + "c z", + "▁im ag", + "▁i mag", + "▁ imag", + "c r", + "et e", + "e te", + "id get", + "idge t", + "▁M od", + "▁Mo d", + "▁ Mod", + "▁for ward", + "▁ forward", + "▁p ict", + "▁pi ct", + "▁pic t", + "or ge", + "org e", + "▁sub ject", + "▁ subject", + "up date", + "at tle", + "att le", + "s a", + "▁A nt", + "▁An t", + "▁ Ant", + "▁r unning", + "▁run ning", + "▁ running", + "▁s al", + "▁sa l", + "▁ sal", + "con ne", + "conn e", + "c onne", + "▁out put", + "▁ output", + "ad ata", + "ada ta", + "a data", + "M L", + "Che ck", + "C heck", + "led ge", + "l edge", + "▁p aper", + "▁pa per", + "▁pap er", + "▁ paper", + "param s", + "par ams", + "para ms", + "av y", + "a vy", + "▁a f", + "▁ af", + "▁e ine", + "▁ein e", + "▁j our", + "▁jo ur", + "▁jou r", + "▁ jour", + "A Y", + "▁it self", + "▁its elf", + "▁S tr", + "▁St r", + "▁ Str", + "st yle", + "sty le", + "Th at", + "T hat", + "▁m illion", + "▁mill ion", + "▁l anguage", + "▁ language", + "O S", + "vi ng", + "vin g", + "v ing", + "▁м а", + "▁ ма", + "▁т о", + "▁ то", + ") (", + "▁b uy", + "▁bu y", + ". /", + "▁. ..", + "▁.. .", + "▁ ...", + "▁t ried", + "▁tr ied", + "▁tri ed", + "▁com pl", + "▁comp l", + "▁act iv", + "▁ activ", + "ap ped", + "app ed", + "appe d", + "a pped", + "But ton", + "B utton", + "To ken", + "Tok en", + "T oken", + "▁prov ided", + "▁provide d", "ib er", - "ĠD ata", - "anc ing", - "Ġb ul", - "Ġide al", - "o in", - "Ġexperi enced", - "Ġcrit ical", - "ĠIntern et", - "( ).", - "Ġt ips", - "l or", - "Ġf ra", - "Ġjob s", - "ag ram", - "Ġcomfort able", - "ĠT ex", - "! =", - "Ġrespons ible", - "Ġdel ivery", - "Ġinst ance", - "é es", - "ĠH el", - "N A", - "ust r", - "Ġm ap", - "ĠS am", - "Ġweek end", - "Ġmult i", - "h ow", - "re nd", - "Ġinst ruct", - "Ġman age", - "Ġb illion", - "use um", - "Ġsur round", - "t est", - "Ġinit ial", - "Ġelect ric", - "Ġreal ity", - "Ġlearn ed", - "Ġlo an", - "Ġst ick", - "ĠL ike", - "Ġv acc", - "Ġg ro", - "ĠB ecause", - "hip s", - "******** ********", - "r ite", - "Ġmil es", - "Ġl ab", - "o es", - "Ġatt end", - "um an", - "Ġoff ering", - "Ġdru g", - "et ers", - "é ģ", - "Ġe lements", - "ĠO h", - "it ar", - "Post ed", - "Ġadvant age", - "Ġb orn", - "Ġbut ton", - "act ers", - "Ġval id", - "Ġpro s", - "ĠPe ople", - "l ished", - "ĠM ake", - "å İ", - "Ġon to", - "ĠT op", - "Ġun f", - "Ġsol id", - "4 2", - "æ Ģ", - "Ġmove ment", - "ĊĊ Ġ", - "Ġdis app", - "ĠJ ames", - "ra el", - "g ency", - "Ġo ch", - "ann ed", - "sp an", - "in st", - "ĠChrist ian", - "Ġc art", - "ĠD ec", - "> <", - "Ġm ental", - "Ġf an", - "ĠW ord", - "Ġlarg er", - "Ġdi ed", - "Ġpict ures", - "ĠO nce", - "åĴ Į", - "ĠC are", - "ĠC as", - "Ġhapp ens", - "å ¿", - "Ġeff orts", - "Ġrem ove", - "Ġhelp ing", - "Ġw a", - "end o", - "Ġjour ney", - "Ġpie ces", - "us ion", - "ot a", - "val ue", - "Ġthere fore", - "ĠGener al", - "U p", - "Ġwork ers", - "Ġfind ing", - "p at", - "Ġsec ret", - "clus ion", - "com ing", - "ĠW ashington", - "Ġmilit ary", - "os h", - "Ġun it", - "Ġwait ing", - "Ġb ow", - "at ically", - "ĠF ound", - "umm ary", - "e ch", - "w ell", - "Y es", - "ĠL ife", - "Ġold er", - "ĠS aturday", - "Ġmon itor", - "p et", - "Ġm outh", - "ĠT est", - "Ġa uch", - "Ġf ans", - "Ġj u", - "w orks", - "A cc", - "Ġheav y", - "Ġv s", - "Ġdep end", - "ak ers", - "Re g", - "ĠS ur", - "è §", - "Ġcl osed", - "Ġco ffee", - "Ġappropri ate", - "Ġcontin ued", - "ĠM al", - "Ġd anger", - "Ġgu ar", - "Ġtest ing", - "Ġo d", - "ĠP ublic", - "Ġknow s", - "ant a", - "Ġlet ter", - "S ome", - "eren ces", - "Ġsound s", - "Ġs pl", - "Ġc os", - "r at", - "ç Ľ", - "as ks", - "ide o", - "Ġfa ith", - "Ġchalleng es", - "I R", - "L O", - "w o", - "urs day", - "ĠComp any", - "ĠM onday", - "$ \\", - "Ġind ic", - "ac ht", - "Ġer a", - "ĠM em", - "Ġdire ction", - "Ġal s", - "Ġn om", - "ĠI T", - "tern al", - "Ġg raph", - "Ġcoun ter", - "ĠCour t", - "v ar", - "in ally", - "ĠM a", - "Ġp ub", - "ĠSe e", - "ick en", - "em s", - "ĠS pr", - "Ġt ree", - "u a", - "Ġsec ure", - "ill er", - "ĠP ower", - "ed nes", - "ä» ¥", - "Ġt ask", - "Ġfin ish", - "ĠD ef", - "e qu", - "ines e", - "i us", - "ĠC ap", - "ff ect", - "Ġr ich", - "ĠOff ice", - "ĠL ord", - "ro y", - "ĠR ich", - "Ġmem ory", - "Ġf lex", - "æ ł", - "é Ĥ", - "ook ing", - "b a", - "ĠH all", - "Ġl inks", - "Ġdef ault", - "ens es", - "Ġmanufact ure", - "f erence", - "åľ °", - "Ġm ale", - "ä r", - "O f", - "ĠS il", - "ĠC am", - "cl es", - "Ke y", - "Ġbe g", - "ber g", - "ut s", - "ç §", - "ol es", - "ĠAt t", - "or ial", - "ĠS et", - "ĠPr ice", - "Ġsc en", - "P lease", - "Ġpo ol", - "z ie", - "Ġenh ance", - "} ;", - "Ġre pe", - "Ġd ur", - "ĠY es", - "l ies", - "Ġf uck", - "ĠPro ject", - "ĠF orm", - "O h", - "Ġr id", - "Ġr at", - "Ġwe ather", - "Ġcommun ication", - "Ġdeterm ine", - "ues day", - "S E", - "ĠRep ublic", - "19 5", - "Ġtrans l", - "è ¡", - "é ĥ", - "Ġa ward", - "Ġal bum", - "ortun ately", - "Ġd ella", - "Ġe lement", - "Ġpre par", - "Ġexperi ences", - "Ġdo ctor", - "Ġd riving", - "Ġwatch ing", - "el ine", - "Ġwor ry", - "l s", - "ĠS ince", - "Ġact ions", - "Ġcam era", - "Ġsym pt", - "all s", - "el ess", - "y a", - "ĠChe ck", - "ĊĊ ĉ", - "Ġhot el", - "Ġex cept", - "Ġopt im", - "Ġcon ven", - "Ġcon cent", - "Ġ Ð", - "In st", - "S et", - "Ġsi ÄĻ", - "act ive", - "Ġpol ic", - "Ġchar acters", - "Ġdemon str", - "p an", - "un c", - "Ġep is", - "ĠF rench", - "] (", - "Ġch at", - "ĠTr ump", - "Ġcomm it", - "Ġbal ance", - "ĠPro duct", - "7 8", - "Ġcomp ar", - "ĠL ove", - "n el", - "per ty", - "re me", - "Ġdisc over", - "Ġfin ished", - "al a", - "ou nce", - "Ġse lection", - "f ol", - "Ġkeep ing", - "ĠB ig", - "M ore", - "ĠV is", - "Ġfl u", - "are n", - "4 00", - "P r", - "Ġv ent", - "âĢ¦ ]", - "am in", - "le te", - "Ġvide os", + "ibe r", + "i ber", + "▁c reated", + "▁cre ated", + "▁create d", + "▁creat ed", + "▁ created", + "cur ity", + "c urity", + "En d", + "E nd", + "a ł", + "us ter", + "ust er", + "u ster", + "iz ing", + "izi ng", + "i zing", + "om b", + "o mb", + "▁s ich", + "▁si ch", + "▁com pon", + "▁comp on", + "▁S ee", + "▁Se e", + "▁ See", + "▁u int", + "▁ui nt", + "▁ uint", + "▁l abel", + "▁la bel", + "▁lab el", + "▁ label", + "vo l", + "v ol", + "ó w", + "oc ol", + "oco l", + "o col", + "▁re ceived", + "▁rece ived", + "▁receive d", + "▁in tern", + "▁int ern", + "▁inter n", + "▁inte rn", + "▁ intern", + "ц е", + "R un", + "▁r oad", + "▁ro ad", + "▁ road", + "▁O ct", + "▁ Oct", + "▁C omp", + "▁Com p", + "▁Co mp", + "▁ Comp", + "▁stud y", + "▁т е", + "▁ те", + "Ac t", + "A ct", + "▁t our", + "▁to ur", + "▁tou r", + "▁St ate", + "▁Stat e", + "▁Sta te", + "▁ State", + "▁ad ded", + "▁add ed", + "▁ added", + "htt ps", + "http s", + "st ream", + "stre am", + "▁l ower", + "▁lo wer", + "▁low er", + "▁ lower", + "▁b ox", + "▁bo x", + "▁ box", + "▁S k", + "▁ Sk", + "▁them selves", + "▁c ross", + "▁cr oss", + "▁cro ss", + "▁ cross", + "▁e cho", + "▁ec ho", + "▁ echo", + "▁dev ice", + "▁ device", + "pos e", + "po se", + "p ose", + "▁g ames", + "▁game s", + "▁gam es", + "▁ga mes", + "P L", + "W indow", + "is es", + "ise s", + "i ses", + "ti tle", + "tit le", + "t itle", + "St ream", + "z t", + "▁S w", + "▁ Sw", + "▁r ole", + "▁ro le", + "▁ role", + "ia nt", + "ian t", + "i ant", + "k u", + "se qu", + "seq u", + "s equ", + "▁l ate", + "▁la te", + "▁lat e", + "▁ late", + "▁s old", + "▁so ld", + "▁sol d", + "р я", + "Com m", + "Co mm", + "C omm", + "▁en tre", + "▁ent re", + "▁entr e", + "▁ entre", + "▁d og", + "▁do g", + "▁ dog", + "dev ice", + "P ar", + "▁like ly", + "▁lik ely", + "▁ likely", + "^{ -", + "^ {-", + "▁l en", + "▁le n", + "▁ len", + "▁P aul", + "▁Pa ul", + "▁ Paul", + "▁t ool", + "▁to ol", + "▁too l", + "▁ tool", + "Of f", + "O ff", + "▁f amil", + "▁fam il", + "▁fa mil", + "▁d raw", + "▁dr aw", + "▁ draw", + "ap ping", + "app ing", + "a pping", + "▁ev ents", + "▁even ts", + "▁event s", + "▁ events", + "cre t", + "cr et", + "c ret", + "rou ght", + "rough t", + "r ought", + "Cont ent", + "▁soft ware", "ri a", - "Ġhon est", - "Ġcont roll", - "iv a", - "Ġm aster", - "Ġp un", - "Ġg un", - "ear n", - "Ġal t", - "Ġpost s", - "ĠS om", - "ĠBo ard", - "Ġrel ax", - "Ġestab lish", - "o ch", - "ednes day", - "Ġaud ience", - "Ġinf o", - "in ct", - "por ary", - "Val ue", - "Ġf ederal", - "ad ing", - "Ġv ill", - "ac ement", - "C A", - "ĠB ank", - "m ark", - "Ġhig hest", - "Ġd os", - "Ġfor get", - "Ġs in", - "Ġdi agn", - "os ure", - "Ġcomm and", - "Ġcr is", - "Ġ £", - "i at", - "ĠAm azon", - "Ġapp oint", - "Ġopen ing", - "ent ially", - "F r", - "r d", - "Ġtra in", - "ad s", - "Ġlarg est", - "ĠAn n", - "Ġorganiz ations", - "Ġse ven", - "Ġser ver", - "re r", - "O P", - "d es", - "é Ĺ", - "ĠO pen", - "ĠUS A", - "ili ar", - "Ġcont ains", - "[ âĢ¦]", - "ĠM iss", - "C he", - "ĠR ob", - "ĠW ater", - "Ġy es", - "C an", - "Ġfe at", - "il er", - "Ġm es", - "F F", - "i ot", - "é Ģ", - "Ġcl oud", - "ĠAssoci ation", - "ĠM ark", + "r ia", + "ms g", + "m sg", + "ga mma", + "g amma", + "▁h ear", + "▁he ar", + "Op er", + "O per", + "▁your self", + "▁yours elf", + "▁l iter", + "▁li ter", + "▁lit er", + "▁ liter", + "em p", + "e mp", + "▁se par", + "▁sep ar", + "▁ separ", + "▁ З", + "▁t itle", + "▁tit le", + "▁ti tle", + "▁ title", + "M ethod", + "math rm", + "▁s low", + "▁sl ow", + "▁R om", + "▁Ro m", + "▁ Rom", + "! !", + "▁t ax", + "▁ta x", + "▁ tax", + "ск а", + "с ка", + "empl ate", + "emp late", + "o i", + "▁A rt", + "▁Ar t", + "▁ Art", + "f alse", + "ast ic", + "ст ь", + "с ть", + "oc ket", "ock et", - "Ġs ession", - "I A", - "z o", - "ĠTw itter", - "6 6", - "p x", - "Ġopen ed", - "Ġc overed", - "Ġsc ore", - "ç ľ", - "Ġh omes", - "Ġcreat ive", - "ĠV ol", - "in os", - "ĠCoun cil", - "ĠTex as", - "ĠV e", - "Ġbehav ior", - "au x", + "▁e ns", + "▁en s", + "▁ ens", + "T O", + "am ente", + "ame nte", + "ament e", + "amen te", + "a mente", + "lo cal", + "loc al", + "l ocal", + "ch ie", + "chi e", + "▁p an", + "▁pa n", + "▁ pan", + "ни й", + "ch ema", + "che ma", + "chem a", + "▁N orth", + "▁Nor th", + "▁Nort h", + "з о", + "▁> =", + "▁ >=", + "A ut", + "▁d ig", + "▁di g", + "▁ dig", + "▁se ems", + "▁see ms", + "▁seem s", + "▁mor ning", + "so le", + "sol e", + "s ole", + "um er", + "ume r", + "u mer", + "del ta", + "d elta", + "it é", + "i té", "ab ase", - "Ġsh ape", - "ĠH ist", - "l en", - "Ġb ill", - "Ġd aughter", - "ĊĠĠĠĠĠĠĠĠ Ġ", - "Ġcle arly", - "Ġin put", - "ici ency", - "Ġn amed", - "Ġeff icient", - "h al", - "Ġf av", - "it ors", - "4 1", - "Ġg ain", - "c ious", - "Ġinit i", - "Ġview s", - "ack s", - "ici ans", - "t d", - "Ġcent ral", - "o i", - "ĠS ing", - "Ġabsolut ely", - "Ġcall s", - "Ġpand emic", - "Ġdirect or", - "J ust", - "Ġdec ide", - "ĠCh urch", - "ak ed", - "Ġe arth", - "im b", - "ĠSc ience", - "Ġth us", - "Ġre levant", - "Ġca used", - "A m", - "c omm", - "E d", - "Ġshow ed", - "Ġcol ors", - "ĠFl or", - "Ġm agn", - "erv ation", - "stand ing", - "Ġad apt", - "Ġcap acity", - "Ġra re", - "ĠSoc ial", - "s u", - "Ġform s", - "Ġeconom y", - "Ġtrans form", - "el d", - "Ġs and", - "Ġk id", - "ĠC ong", - "Ġexerc ise", - "m od", - "8 5", + "aba se", + "a base", + "ra f", + "r af", + "▁ob serv", + "▁obs erv", + "▁ observ", + "▁E st", + "▁Es t", + "▁ Est", + "▁s eg", + "▁se g", + "▁ seg", + "▁[ ]", + "▁ []", + "▁P res", + "▁Pr es", + "▁Pre s", + "▁ Pres", + "if ul", + "i ful", + "pu sh", + "pus h", + "p ush", + "▁O ff", + "▁Of f", + "▁ Off", + "ip e", + "i pe", + "at i", + "a ti", + "▁d im", + "▁di m", + "▁ dim", + "ce ed", + "c eed", + "En t", + "E nt", + "__ __", + "___ _", + "_ ___", + "en try", + "ent ry", + "entr y", + "▁f ight", + "▁fig ht", + "▁fi ght", + "▁c red", + "▁cre d", + "▁cr ed", + "▁ cred", + "▁O R", + "▁ OR", + "▁D ep", + "▁De p", + "▁ Dep", + "$ {", + "ле н", + "л ен", + "Creat e", + "C reate", + "▁Apr il", + "▁Ap ril", + "min istr", + "F L", + "▁A p", + "▁ Ap", + "▁H ere", + "▁He re", + "▁Her e", + "▁ Here", + "priv ate", + "p rivate", + "In stance", + "Inst ance", + "ie m", "i em", - "oy al", - "Ġpar am", - "P A", - "ow e", - "Ġother wise", - "Ġtop ic", - "k nown", - "È Ļ", - "od d", - "ten ance", - "Ġs ont", - "row d", - "Ġmot or", - "æ Ĭ", - "ĠT HE", - "Ġbig gest", - "Ġbec omes", - "Ġtemper ature", - "Ġqu arter", - "æĹ ¶", - "ost er", - "Ġm ission", - "Ġfab ric", - "Ġdec or", - "C E", - "T ime", - "Ġsm ooth", - "ĠBrit ish", - "Ġre ached", - "Ġac ad", - "/> <", - "ic ing", - "Ġsust ain", - "ã ģ", - "Ġcommun ities", - "Ġf ill", - "Ġf ish", - "I I", - "Ġan c", - "ain e", - "å ij", - "land s", - "d oor", - "Ġfl o", - "iv o", - "Ġneg ative", - "Ġsex ual", - "ruct ure", - "us hed", - "Ġc ore", - "Ġestab lished", - "Ġinc or", - "Ġm ut", - "L ike", - "æ ĥ", - "Ġann ual", - "iss ions", - "Ġpres ence", - "ot hes", - "rou d", - "Ġins p", - "ct ors", - "Ġsu gar", - "Ġent ertain", - "un te", - "ĠC ustom", - "Ġown er", - "ĠCh ild", - "k l", - "Ġ eth", - "le ar", - "Ġcomplet ed", - "ut y", - "W ell", - "Ġwill ing", - "Ġsur g", - "Ġs ources", - "' ]", - "è ĥ", - "ab led", - "Ġhelp ful", - "P ar", - "E l", - "Ġest im", - "Ġal c", - "( (", - "ĠR oad", - "Ġoper ations", - "Ġbu ying", - "se y", - "S A", - "Ġent ry", - "Ġmajor ity", - "ĠDirect or", - "Ġdou bt", - "ĠP ay", - "it ness", - "om a", - "Ġproper ties", - "e z", - "ĠM o", - "Ġvis ion", - "O W", - "av ig", - "om as", - "Ġexp ress", - "ĠAl though", - "Ġadd ing", - "Ġtra ffic", - "ĠS ol", - "az ione", - "al le", - "4 3", - "and a", - "Ġn ous", - "wh at", - "D F", - "ç ão", - "Ġo s", - "Ġfund s", - " ®", - "im a", - "ĠF il", - "clus ive", - "ĠJ ew", - "Ġsu d", - "ment e", - "Ġcal cul", - "Ġdescrib ed", - "ĠApp le", - "L A", - "\" ;", - "19 4", - "Ġvis ual", - "Ġprep ared", - "ri an", - "Ġle aving", - "Ġform at", - "v ol", - "Ġpl aced", - "ĠDevelop ment", - "Ġclass es", - "ĠC amp", - "Ġpass ion", - "Ġencou rag", - "L et", - "ri er", - "ab ilities", - "ĠAustral ia", - "ĠCh ar", - "Ġdist ance", - "Ġad opt", - "Ġam b", - "p a", - "ip es", - "Ġserv ed", - "Ġrec ipe", - "p ass", - "Ġm ent", - ". '", - "ĠW he", - "Ġre b", - "Ġhy d", - "ĠP ress", - "est ival", - "Ġmet al", - "ĠE ach", - "Ġprodu ced", - "Ġd ra", - "h ab", - "ĠB ra", - "Ġse a", - "Ġfore ign", - "te red", - "Ġbr ight", - "Ġbon us", - "Ġpl enty", - "Ġsc ene", - "Ġcre am", - "ed om", - "Ġw edding", - "ĠS un", - "Ġtechn ical", - "Ġrelationship s", - "j i", - "Ġj ump", - "st ate", - "includ e", - "Ġst y", - "Ġr ing", - "w er", - "Ġtast e", - "Ob ject", - "ĠE ducation", - "Ġp air", - "Ġc op", - "ĠProf ess", - "ĠR E", - "Ġopin ion", - "ĠB ack", - "Ġrest rict", - "Ġsp ort", - "r ate", - "Ġdri ver", - "ĠEng ine", - "ed y", - "ĠF ore", - "ĠE lect", - "Ġdevelop ing", - "v oid", - "Ġdis p", - "Ġstand ards", - "Ġlead er", - "ĠS pe", - "Ġm ine", - "g al", - "Ġte aching", - "7 7", - "ul ated", - "Ġem p", - "M P", - "ung s", - "Ġl abor", - "Ġins pir", - "ur d", - "Ġtot ally", - "Ġ ice", - "ific ations", - "um s", - "é Ŀ", - "Ġpart ies", - "ist a", - "Ġwel come", - "ĠCl ub", - "Ġfor g", - "pect ed", - "Ġf ashion", - "as p", - "ĠMich ael", - "P er", - "éĤ £", - "æ Ķ", - "ĠD i", - "Ġte le", - "5 6", - "v in", - "Ġconvers ation", - "ĠInst itute", - "ĠR ober", - "Ġl ie", - "ĠIs rael", - "ĠCh inese", - "f ast", - "ĠZ e", - "ĠM ad", - "Ġr ule", - "ur b", - "id den", - "Ġest ate", - "Ġf ell", - "Ġref erence", - "H i", - "Ġrem ains", - "Ġhe ight", - "Ġbec oming", - "Ġout put", - "Ġmod e", - "Ġla unch", - "å° ±", - "ant ic", - "à ´", - "Ġest e", - "M ay", - "ĠCon st", - "f unction", - "ĠM ary", - "Ġra ised", - "Ġal g", + "▁off ice", + "▁offic e", + "▁th ird", + "▁ third", + "▁up date", + "▁ update", + "Lin e", + "Li ne", + "L ine", + "ta g", + "t ag", + "▁e specially", + "▁espec ially", + "▁especial ly", + "▁ especially", + "▁го да", + "▁год а", + "▁c u", + "▁ cu", + "▁k ill", + "▁kil l", + "▁ki ll", + "▁ kill", + "au ght", + "augh t", + "aug ht", + "▁s we", + "▁sw e", + "Option s", + "Opt ions", + "O ptions", + "I M", + "C C", + "▁com pan", + "▁comp an", + "ju st", + "j ust", + "▁Wh ile", + "▁ While", + "iz er", + "ize r", + "i zer", + "▁м о", + "▁ мо", + "к е", + "▁a uto", + "▁aut o", + "▁au to", + "▁ auto", + "▁b and", + "▁ban d", + "▁ba nd", + "▁ band", + "ме н", + "м ен", + "ique s", + "iqu es", + "iq ues", + "i ques", + "▁p le", + "▁pl e", + "▁ ple", + "N O", + "▁O F", + "▁ OF", + "▁s ong", + "▁so ng", + "▁son g", + "▁A cc", + "▁Ac c", + "▁ Acc", + "EX T", + "E XT", + "en sor", + "ens or", + "enso r", + "in ing", + "ini ng", + "i ning", + "▁l at", + "▁la t", + "▁ lat", + "bi g", + "b ig", + "▁K ing", + "▁Ki ng", + "▁Kin g", + "▁ King", + "oc h", + "o ch", + "s i", + "▁H ist", + "▁His t", + "▁Hi st", + "▁ Hist", + "▁qu ality", + "▁qual ity", + "▁ quality", + "mod e", + "mo de", + "m ode", + "▁op portun", + "▁would n", + ":* *", + ": **", + "out put", + "▁fe et", + "▁fee t", + "▁m is", + "▁mi s", + "d f", + "ag ing", + "agi ng", + "a ging", + "▁м е", + "▁ ме", + "▁t ro", + "▁tr o", + "▁d efined", + "▁def ined", + "▁define d", + "▁defin ed", + "▁ defined", + "▁re view", + "▁rev iew", + "▁ review", + "▁F il", + "▁Fi l", + "▁ Fil", + "> >", + "▁pr incip", + "▁prin cip", + "Bas e", + "B ase", + "di ct", + "d ict", + "ve rage", + "ver age", + "ic ient", + "ici ent", "I F", - "Ġexper ts", - "ĠE s", - "pt y", - "Ġr om", - "Ġse ctor", - "Ġb ien", - "A re", - "Ġlist en", - "f it", - "Ġret ail", - "ĠI S", - "Ġpack age", - "C omm", - "B A", - "Ġr ank", - "ens ions", - "ĠL ou", - "Ġex hib", - "Ġsmall er", - "Å ¯", - "p ost", - "ĠF ood", - "ĠF re", - "Ġident ify", - "ul ate", - "ri p", - "Ġpract ices", - "Ġpl ants", - "Ph one", - "Ġask ing", - "Ġst reet", - "Ġexc ited", - "ĠQ ue", - "un ning", - "Ġdiscuss ion", - "Ġsche dule", - "Ġm ail", - "is hes", + "▁h it", + "▁hi t", + "▁ hit", + "Pag e", + "P age", + "▁p erm", + "▁per m", + "▁pe rm", + "▁ perm", + "ce l", + "c el", + "í t", + "▁ex press", + "▁exp ress", + "▁expr ess", + "▁ express", + "▁ind ic", + "▁Se ptember", + "▁Sept ember", + "im age", + "ima ge", + "imag e", + "▁product s", + "▁ products", + "▁m edia", + "▁med ia", + "▁medi a", + "▁ media", + "ch ange", + "chan ge", + "ig ger", + "igg er", + "▁s end", + "▁se nd", + "▁sen d", + "▁ send", + "la st", + "las t", + "l ast", + "min g", + "mi ng", + "m ing", + "p a", + "ua ry", + "uar y", + "u ary", + "▁spe ak", + "ны й", + "щ е", + "ys is", + "y sis", + "ly ing", + "l ying", + "▁ ч", + "li ke", + "lik e", + "l ike", + "р ы", + "в і", + "▁M ich", + "▁Mic h", + "▁Mi ch", + "M O", + "▁J ah", + "▁Ja h", + "ens ive", + "▁sh are", + "▁shar e", + "▁sha re", + "▁ share", + "▁develop ment", + "C P", + "sp ec", + "spe c", + "s pec", + "▁f ast", + "▁fa st", + "▁ fast", + "he t", + "h et", + "H O", + "▁part icip", + "▁partic ip", + "▁parti cip", + "Bl ock", + "Blo ck", + "B lock", + "▁vi ol", + "▁fr ame", + "▁fra me", + "▁fram e", + "▁ frame", + "▁qu al", + "▁q ual", + "▁ qual", + "tr e", + "t re", + "▁ Ф", + "▁to ward", + "▁tow ard", + "f g", + "Bo x", + "B ox", + "Col umn", + "▁mil it", + "▁mi lit", + "▁M arch", + "▁Mar ch", + "▁Marc h", + "▁var ious", + "▁vari ous", + "pa ss", + "pas s", + "p ass", + "▁P ark", + "▁Par k", + "▁B en", + "▁Be n", + "▁ Ben", + "Fr ame", + "▁n ormal", + "▁nor mal", + "▁norm al", + "▁ normal", + "op en", + "ope n", + "o pen", + "p x", + "▁ph one", + "▁ phone", + "▁E ven", + "▁Ev en", + "▁Eve n", + "▁ Even", + "▁m a", + "▁ ma", + "ibr ary", + "St art", + "Star t", + "id den", + "idd en", + "rh o", + "r ho", + "gr aph", + "gra ph", + "g raph", + "ac ing", + "aci ng", + "a cing", + "' .", + "ar ter", + "art er", + "arte r", + "me s", + "m es", + "in st", + "ins t", + "▁i r", + "▁ ir", + "act ive", + "activ e", + "▁f em", + "▁fe m", + "▁ fem", + "▁m oved", + "▁mov ed", + "▁move d", + "▁mo ved", + "▁st ore", + "▁stor e", + "▁sto re", + "▁ store", + "▁p rice", + "▁pr ice", + "▁pri ce", + "▁ price", + "\") .", + "\" ).", + "ber g", + "be rg", + "b erg", + "▁n ov", + "▁no v", + "▁ nov", + "▁c ard", + "▁car d", + "▁ca rd", + "▁ card", + "el low", + "ell ow", + "ello w", + "▁part y", + "▁par ty", + "▁ party", + "▁M or", + "▁Mo r", + "ae l", + "a el", + "▁per cent", + "▁ percent", + "▁tr aining", + "▁tra ining", + "▁train ing", + "▁ training", + "▁in g", + "▁i ng", + "▁ ing", + "im er", + "ime r", + "i mer", + "▁S am", + "▁Sa m", + "▁ Sam", + "Def ault", + "▁f uck", + "▁fu ck", + "▁com plete", + "▁comp lete", + "▁complet e", + "▁compl ete", + "▁ complete", + "ui d", + "u id", + "▁det ails", + "▁detail s", + "▁ details", + "▁l ed", + "▁le d", + "▁ led", + "Po int", + "P oint", + "▁C ount", + "▁Co unt", + "▁Coun t", + "▁Cou nt", + "▁ Count", + "▁reg ard", + "z o", + "▁B ro", + "▁Br o", + "▁ Bro", + "▁rec ogn", + "▁ recogn", + "▁H ol", + "▁Ho l", + "▁ Hol", + "U M", + "el ement", + "ele ment", + "elem ent", + "e lement", + "Mod e", + "Mo de", + "M ode", + "▁ex am", + "▁E X", + "▁ EX", + "Im age", + "ver se", + "vers e", + "ri ter", + "rit er", + "rite r", + "r iter", + "so ft", + "s oft", + "▁int rodu", + "▁intro du", + "▁sur pr", + "Buf fer", + "Buff er", + "B uffer", + "le ctor", + "lect or", + "l ector", + "ar en", + "are n", + "a ren", + "an ged", + "ang ed", + "ange d", + "▁P at", + "▁Pa t", + "▁ Pat", + "▁P al", + "▁Pa l", + "▁ Pal", + "▁con tr", + "▁cont r", + "▁ contr", + "Hand ler", + "Handle r", + "▁fe atures", + "▁feature s", + "▁feat ures", + "▁ features", + "ip le", + "i ple", + "▁C ON", + "▁CO N", + "▁ CON", + "Fi l", + "F il", + "▁P ort", + "▁Po rt", + "▁Por t", + "▁ Port", + "▁th inking", + "▁think ing", + "▁thin king", + "do c", + "d oc", + "we r", + "w er", + "▁work ed", + "▁wor ked", + "P C", + "c m", + "da t", + "d at", + "PR O", + "P RO", + "▁E very", + "▁Ev ery", + "▁Ever y", + "▁Eve ry", + "▁ Every", + "▁e ra", + "▁er a", + "▁ era", + "▁F irst", + "▁ First", + "g n", + "▁im medi", + "▁imm edi", + "ov ember", + "ove mber", + "ap an", + "apa n", + "a pan", + "▁ex tra", + "▁ext ra", + "▁extr a", + "▁ extra", + "▁s ection", + "▁se ction", + "▁sect ion", + "▁ section", + "▁J une", + "▁Jun e", + "▁Ju ne", + "▁v ia", + "▁vi a", + "▁ via", + "▁g one", + "▁go ne", + "com e", + "co me", + "c ome", + "▁s tri", + "▁st ri", + "▁str i", + "▁ stri", + "^ \\", + "ant ly", + "▁ar ch", + "▁arc h", + "▁ arch", + "S ource", + "▁con v", + "▁co nv", + "▁ conv", + "▁L ondon", + "▁Lond on", + "▁ London", + "Num ber", + "N umber", + "▁quest ions", + "▁question s", + "an did", + "and id", + "▁play ed", + "en v", + "e nv", + "▁Sch ool", + "▁nat ural", + "▁natur al", + "▁ natural", + "ca n", + "c an", + "▁ne ws", + "▁new s", + "▁ news", + "D R", + "▁c hall", + "▁ch all", + "▁cha ll", + "▁S oc", + "▁So c", + "▁ э", + "▁att empt", + "* }", + "N ull", + "ro te", + "rot e", + "r ote", + "▁b i", + "▁ bi", + "▁wr itten", + "▁writ ten", + "▁ written", + "▁bl ood", + "▁blo od", + "▁happ ened", + "▁happen ed", + "▁c ause", + "▁caus e", + "▁ca use", + "as hing", + "ash ing", + "ashi ng", + "▁Will iam", + "ad em", + "ade m", + "a dem", + "▁b rought", + "▁br ought", + "▁dis play", + "▁displ ay", + "▁disp lay", + "▁ display", + "im a", + "i ma", + "▁fin ally", + "▁final ly", + "ta b", + "t ab", + "▁return ed", + "ны х", + "ni e", + "n ie", + "▁ q", + "▁h ers", + "▁he rs", + "▁her s", + "▁P re", + "▁Pr e", + "▁ Pre", + "▁d ou", + "▁do u", + "buf fer", + "buff er", + "b uffer", + "▁eff ort", + "ain e", + "ai ne", + "a ine", "x y", - "it ure", - "ĠJ er", - "ĠSt ar", - "ap ers", - "f s", - "Ġadv ance", - "ĠA lex", - "Ġe gg", - "Ġaw esome", - "ĠFr ance", - "Ġdec re", - "us er", - "Ġche ap", - "Ġsw itch", - "5 9", - "Ġsc ale", - "o ir", - "ĠB re", - "Ġart ist", - "Ġcit iz", - "Ġnumer ous", - "Ġcent ury", - "Ġwin ter", - "Ġshow ing", - "app y", - "ĠAn al", - "ĠAr ch", - "Ġj ournal", - "ad er", - "Ġsp ect", - "Ġclaim s", - "ĠCl ick", - "p ace", - "ed er", - "Ġb an", - "ĠL og", - "Ġv oor", - "a ire", - "v i", - "os en", - "ĠB uild", - "Ġmin ute", - "Ġco verage", - "Ġconnect ed", - "yn c", - "Ġt ight", - "Ġass ert", - "ĠE xt", - "et e", - "r c", - "ĠU nder", - "Ġaut o", - "Ġsp ring", - "Ġdec isions", - "Ġpl ug", - "iz z", - "Ġfil ter", - "ul ations", - "Ġeven ing", - "Ġanim als", - "n ight", - "Ġind ex", - "ĠFr anc", - "( ),", - "Ġpost ed", - "ç ī", - "ĠP erson", - "iz er", - "y th", - "Ġsh opping", - "Ġdes pite", - "Ġbe at", - "se mb", - "Ġle aves", - "Ġaltern ative", - "Ġrap id", - "ç Ŀ", - "Ġchang ing", - "Ġing redients", - "Ġprocess es", - "Ġpresent ed", - "p ress", - "ĠV iew", - "Ġexpl ain", - "Ġw ine", - "Ġap art", - "Ġb ought", - "pr ise", - "Ġsepar ate", - "Ġmost ly", - "Ġst ation", - "k o", - "ĠRe al", - "s ub", - "y ou", - "Ġà ¤", - "Ļ Ĥ", - "Ġart icles", - "Ġjo ined", - "ĠEx per", - "ĠI D", - "& &", - "} );", - "Ġv ote", - "ant ed", - "Ġexp ensive", - "up s", - "ĠB ay", - "ĠS af", - "Ġpo ly", - "Ġselect ed", - ". _", - "st on", - "Ġmot iv", - "Ġd yn", - "Ġass um", - "âĢ¦ .", - "ĠThe ir", - "ear s", - "æ °", - "Ġneigh bor", - "he nt", - "ĠTh ursday", - "Ġsl ot", - "Ġfun ctions", - "res pond", - "Ġsympt oms", - "y e", - "Ġe ating", - "ĠOr gan", - "Ġc ivil", - "Ġmanag er", - "out s", - "é d", - "Ġappro x", - "T S", - "Ġvirt ual", - "co in", - "ree k", - "Ġexpl ore", - "Ġtal ent", - "ic he", - "Ġex ception", - "id en", - "le vel", - "an z", - "ir gin", - "Ġprotect ed", - "ĠBl ue", - "Ġput ting", - "Ġp ou", - "Ġf old", - "Ġslight ly", - "is er", - "Ġfocus ed", - "Ġsud den", - "Ġsus p", - "åŃ IJ", - "F ile", - "t i", - "Ġn os", - "Ġtyp ically", - "ond s", - "ĠT om", - "Ġv en", - "Ġend ed", - "R ef", - "Ġlist ed", - "Ġappear s", - "Ġmanag ed", - "Ġadv anced", - "Ġsh ut", - "ell er", - "ad or", - "ĠC ard", - "al i", - "Ġch air", - "Ġdet ect", - "Ġmarket s", - "h i", - "Ġed ge", - "p onse", - "Ġsp ending", - "om et", - "Ġun less", - "Ġcontin ues", - "Ġdoc uments", - "se m", - "ĠH ave", - "Ġs au", - "} )", - "Ġacc ident", - "p ret", - "Ġstart s", - "O D", - "5 8", - "Ġrecord s", - "Ġf urn", - "n s", - "Ġc rowd", - "åĩ º", - "ĠR ef", - "C o", - "Ġcomp re", - "Ġcomb ination", - "ĠD ig", - "c ode", - "Ġthous ands", - "Ġf illed", - "we et", - "w a", - "ĠT uesday", - "ĠH and", - "h ost", - "w in", - "Ġintern al", - "Ġmeas ures", - "Ġse qu", - "ic it", - "if ts", - "Ġprof ile", - "Ġal le", - "Ġtechn iques", - "go ing", - "ĠE nt", - "ĠAfric a", - "y er", - "How ever", - "Er ror", - "Ġset s", + "▁his tor", + "▁hist or", + "en u", + "e nu", + "▁ar riv", + "▁arr iv", + "▁D em", + "▁De m", + "▁ Dem", + "▁f avor", + "▁fa vor", + "▁fav or", + "▁hand le", + "▁ handle", + "SE T", + "S ET", + "▁P ublic", + "▁Pub lic", + "▁Pu blic", + "▁ Public", + "ru pt", + "rup t", + "r upt", + "▁u r", + "▁ ur", + "▁for ce", + "▁ force", + "▁é s", + "▁ és", + "ub e", + "u be", + "Pr e", + "P re", + "р і", + "in y", + "i ny", + "th eta", + "the ta", + "is f", + "i sf", + "▁n ational", + "▁nat ional", + "▁nation al", + "Equ al", + "Eq ual", + "E qual", + "ren ch", + "▁w ife", + "▁c apt", + "▁cap t", + "▁ca pt", + "▁In ter", + "▁Int er", + "▁ Inter", + "ta u", + "t au", + "▁s leep", + "▁sle ep", + "▁ sleep", + "../ ../", + "▁iss ue", + "▁ issue", + "▁m ember", + "▁me mber", + "▁mem ber", + "▁ member", + "▁a wait", + "▁aw ait", + "▁ await", + "▁D an", + "▁Da n", + "▁ Dan", + "z i", + "in ate", + "ina te", + "i nate", + "▁s ym", + "▁sy m", + "▁ sym", + "ch an", + "cha n", + "c han", + "▁J ack", + "▁Jac k", + "▁Ja ck", + "▁ Jack", + "▁Eng lish", + "▁ English", + "▁s z", + "▁ sz", + "rib utes", + "ribut es", + "ribute s", + "ribu tes", + "▁i gn", + "▁ig n", + "▁ ign", + "á l", + "▁app ear", + "▁appe ar", + "ra d", + "r ad", + "id ge", + "▁co uple", + "▁cou ple", + "▁coup le", + "▁s hip", + "▁sh ip", + "▁ ship", + "li g", + "l ig", + "we b", + "w eb", + "▁us ually", + "▁usual ly", + "▁re ady", + "▁read y", + "▁ ready", + "▁v ill", + "▁vi ll", + "▁vil l", + "▁W hy", + "▁Wh y", + "▁ Why", + "eb ru", + "e bru", + "▁g rad", + "▁gr ad", + "▁gra d", + "▁ grad", + "or ds", + "ord s", + "▁in f", + "▁i nf", + "▁ inf", + "▁l oss", + "▁lo ss", + "▁los s", + "▁ loss", + "▁o d", + "▁ od", + "▁Ph il", + "▁ Phil", + "ser ver", + "serv er", + "serve r", + "▁U p", + "▁ Up", + "▁b uff", + "▁bu ff", + "▁buf f", + "▁ buff", + "▁fil ename", + "▁file name", + "▁ filename", + "AB LE", + "it ing", + "iti ng", + "i ting", + "ef ore", + "e fore", + "() ->", + "( )->", + "▁cond itions", + "▁condition s", + "▁ conditions", + "v m", + "el d", + "e ld", + "it z", + "i tz", + "▁Tr ans", + "▁Tra ns", + "▁ Trans", + "▁w eight", + "▁we ight", + "▁weigh t", + "▁ weight", + "▁high er", + "▁hig her", + "▁r ate", + "▁rat e", + "▁ra te", + "▁ rate", + "▁acc om", + "▁ac com", + "vi der", + "vid er", + "v ider", "O M", - "Ġagre ement", - "Ġcor ner", - "Ġcirc um", - "é ĺ", - "Ġfem ale", - "Ġher self", - "Ġqu iet", - "Ġfl at", - "Ġfe els", - "Ġth r", - "Ġoper ation", - "Ġwebs ites", - "ĠCol or", - "el es", - "ot al", - "R ep", - "ĠL ong", - "ĠCB D", - "wh ile", - "Ġsecond s", - "ö n", - "or ia", - "c raft", - "Ġwas te", - "Ġint ellig", - "Ġgl ad", - "ĠM ex", - "5 7", - "ĠS a", - "wh ich", - "Ġwalk ing", - "Ġc raft", - "um in", - "ĠFlor ida", - "Ġmar riage", - "d is", - "å ¦", - "Ġbeaut y", - "ond e", - "ur ies", - "Ġcl imate", - "á n", - "é c", - "Ġp oll", - "ĠF ire", - "Ġb rief", - "Ġs now", - "Ġtrans m", - "Ġwer den", - "Ġreal ize", - "Te xt", - "ob e", - "ĠWh o", - "! âĢĿ", - "c ase", - "Ġconst ruct", - "Ġne ck", - "og en", - "Ġmen u", - "ĠM er", - "Ġfact or", - "Ġmin imum", - "end e", - "Ġcompet ition", - "Ġfam ous", - "ri pt", - "Ġposs ibly", - "in ar", - "Ġhold ing", - "Ġsupp osed", - "Ġve get", - "Ġan x", - "Ġp roud", - "g age", - "ĠTw o", - "Ġarch itect", - "Ġt ill", - "A ut", - "Ġs ac", - "' ;", - "Ġfam iliar", - "ĠW ednesday", - "it le", - "Ġreturn ed", - "ĠTe am", - "Ġcar s", - "ĠL ight", - "ĠSt and", - "Ġbreat h", - "Ġmed ium", - "ĠI P", - "Ġrun s", - "Ġs ind", - "Ġth ick", - "O ut", - "Ġmax imum", - "ou l", - "U s", - "el er", - "Ġprevious ly", - "Ġpr in", - "ag en", - "od ies", - "Ġindepend ent", - "Ġo der", - "2 50", - "ĠGr and", - "T E", - "riv ate", - "ĠCommun ity", - "el ines", - "Ġr ac", - "m ar", - "e v", - "Ġtest s", - "Ġg arden", - "ocol ate", - "ĠT or", - "ĠMay be", - "Ġr ise", - "Ġpred ict", - "Ġtri al", - "åIJ İ", - "Ġar ms", - "ed ia", - "Ġprofession als", - "ĠC D", - "b al", - "ij n", - "Ġr andom", - "å ±", - "ĠComm ission", - "Ġlead s", - "am i", - "Ġsh ip", - "Ġf o", - "Ġtem pl", - "ell ed", - "Ġl abel", - "Ġinflu ence", - "Ġs itting", - "ĠðŁ ĻĤ", - "Ġnov el", - "Ġdin ner", - "Ġnot es", - "Ġfor t", - "est ic", - "r id", - "i est", - "Ex ception", - "Ġst opped", - "ĠS y", - "Ġoper ating", - "Ġp ure", - "Ġsym bol", - "1 20", - "ĠDem ocr", - "Ġdi vers", - "() );", - "oss ible", - "or ter", - "ĠMicro soft", - "Ġpolic ies", - "Ġinj ury", - "ĠG en", - "ident ial", - "ĠT H", - "è¯ ´", - "ĠM at", - "ĠE nd", - "ĠT O", - "Ġan s", - "Ġconf erence", - "room s", - "ar p", - "Ġded icated", - "Ġsal t", - "Ġt ip", - "Com p", - "é r", - "T est", - "Ġan imal", - "Ċĉ Ġ", - "¦ ģ", - "ok en", - "Ġapp lied", - "Ġmiss ing", - "Ġvol ume", - "Ġc aught", - "re te", - "Ġel im", - "Ġm ig", - "Ġk ill", - "Ġsm ile", - "un a", - "Ġleaders hip", - "Ġstrateg ies", - "b d", - "Ġb ird", - "Ġex change", - "Ġro t", - "re es", - "ffic ient", - "Ġad vent", - "Ġproper ly", - "r um", - "Ġrecomm ended", - "ri x", - "Ġrestaur ant", - "ir a", - "Ġevent ually", - "ot es", - "Ġperform ed", - "th at", - "l ock", - "ĠL o", - "Ġb ound", - "er g", - "ĠSt art", - "amb ling", - "gr ad", - "Ġsett ings", - "Ġrem ind", - "ĠN on", - "T H", - "Ġr ub", - "Ġthe rapy", - "Ġvict im", - "P re", - "ĠSec urity", - "Ġbo ost", - "ĠM ount", - "= '", - "Ġconcern s", - "Ġste el", - "or ney", - "ch o", - "Ġs ad", - "] ;", - "Ġenjoy ed", - "Ġn or", - "ĠL and", - "oh ol", - "ang es", - "ist an", - "Ġra ise", - "ul ed", - "ian o", - "Ġr ide", - "Ġbr ings", - "ĠIt s", - "Ġgener ation", - "ess ions", - "r ical", - "Ġl iqu", - "Ġst ret", - "Ġclass ic", - "' :", - "m ath", - "Ġinf ect", - "ĠR ock", - "Ġa ux", - "E very", - "Ġs elling", - "Ġwor se", - "ĠU N", - "ic ial", - "Ġclean ing", - "ĠMed ia", - "Ġinst r", - "ĠR iver", - "ĠW ood", - "ĠW here", - "Ġclin ical", - "Ġprote in", - "on om", - "Ġdes ire", - "Ġleg isl", - "Ġthem e", - "Ġch amp", - "ĠW omen", - "ĠL at", - "ang ed", - "æ Ħ", - "Ġwh om", - "Ġrep air", - "ic ago", - "Ġsc hed", - "Ġteac her", - "Ġaccom pl", - "Ġdisc ount", - "Ġla un", - "Ġfund ing", - "F l", - "ĠT ur", - "ĠOn ly", - "Ġexper iment", - "S C", - "out hern", - "é Ļ", - "Ġf aster", - "Ġpl astic", - "Ġse at", - "Ġimport ance", - "rom e", - "Ġk illed", - "Ġupd ated", - "am os", - "Ġexp ression", - "Ġroom s", - "Ġspec ies", - "Ġm as", - "Ġî n", - "Ġprocess ing", - "ĠEng land", - "Ġk ick", - "Ġcomp onents", - "is k", - "ak s", - "èĢ Į", - "Ġknow ing", - "g ers", - "Ġs ie", - "Ġres idents", - "19 3", - "u able", - "Ġfoot ball", - "Ġor g", - "Ġra in", - "Ġs an", - "6 8", - "az ine", - "w s", - "Ġconf lic", - "ĠT ake", - "Ġallow ing", - "U L", - "Ġmain tenance", - "og a", - "Ġmar ried", - "rel ated", - "Ġimag ine", - "{ \\", - "ĠR ad", - "r ig", - "Ġco ord", - "ĠRep ort", - "St ate", - "ĠAd v", - "Ġaccount s", - "ĠB i", - "ĠS pecial", - "Ġcr im", - "s m", - "ĠJ ournal", - "F irst", - "Ġapp s", - "ä¸ ĭ", - "ĠM ont", - "Ġassist ance", - "gr ade", - "ĠB as", - "Ġfe e", - "Ġmin or", - "Ġj oint", - "Ġwe ap", - "Ġo dd", - "ĠPro t", - "Ġpan el", - "et ime", - "F orm", - "â Ĥ¬", - "Ġdep artment", - "l ife", - "Ġsee k", - "ĠM ot", - "æ ĭ", - "8 00", - "19 2", - "Ġm ac", - "Ġv it", - "c m", - "6 9", - "---------------- ----------------", - "Ġpre gn", - "Ġgu ard", - "id th", - "ä t", - "Ġdru gs", - "ar on", - "ĠM il", - "ĠM en", - "ĠC all", - "we ight", - "Ġour selves", - "ĠT oday", - "Ġfac ilities", - "Ġb attle", - "Ġag ency", - "Ġte ach", - "Ġdo gs", - "è ¦ģ", - "Ġ ich", - "Ð µ", - "Ġcall ing", - "Ġdep ending", - "ĠAc ad", - "é m", - "Ġsc ript", - "f il", - "ĠL es", - "ĠL ake", - "ĠB ill", - "Ġs ister", - "s hip", - "h op", - "ĠSm ith", - "ĠPro v", - "ĠF amily", - "Ġspecific ally", - "Ġro ot", - "Al so", - "c os", - "ĠJ ul", - "Ġshe l", - "und er", - "an ie", - "Ġhol iday", - "t hen", - "et a", - "Ġdeb t", - "Ġremov ed", - "M L", - "Ġun ivers", - "k in", - "het ic", - "ul ous", - "Ġteac hers", - "ĠF ull", - "ĠSh ow", - "um er", - "Ġtre es", - "Ġsupport ed", - "ĠGe orge", - "Ġappe ared", - "Ġany where", - "mer ce", - "is her", - "ĠIs land", - "ĠCent ral", - "ĠL os", - "Ġca uses", - "ĠM att", - "ĠN ov", - "å Į", - "Ġsen ior", - "Ġst ores", - "app ing", - "ĠM ass", - "r ide", - "it z", - "5 2", - "in te", - "Ġd ial", - "Ġstand ing", - "st ract", - "Ġph il", - "Ġthe ory", - "Ġg i", - "P art", - "Ġsign s", - "ĠM ax", - "ĠT ype", - "ĠAnd roid", - "omm od", - "Ð °", - "ĠFound ation", - "ĠCar ol", - "Ġl ived", - "in ating", - "Ġch ain", - "Ġdep osit", - "ĠGovern ment", - "iè re", - "Ġsh ift", - "w ater", - "iven ess", - "L ast", - "Ġdef ined", - "Ġst ated", - "ition ally", - "Ġcry pt", - "Ġcho ices", - "R I", - "n i", - "ĠD u", - "s l", - "ĠB rown", - "Ġsignificant ly", - "ĠD isc", - "' .", - "Ġwe ak", - "Ġmov ies", - "Ġhe aring", - "Ġbatter y", - "ch t", - "Ġw ir", - "Ġchem ical", - "Ġst one", - "ĠD E", - "u z", - "G B", - "ĠMus ic", - "P C", - "S ub", - "Ġj oy", - "Ġfail ed", - "Ġocc up", - "Ġsim pl", - "Ġess ay", - "Ġcon sequ", - "Ċ ĊĠĠĠĠĠĠĠĠ", - "ow a", - "ord s", - "Ġr an", - "e per", - "ĠM ach", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", - "Ġhe ll", - "c ia", - "Ġcor respond", - "Ġfe es", - "Ġwin ning", - "Ġmach ines", - "Ġfield s", - "ĠO per", - "Ġprinc ip", - "c an", - "Ġn one", - "Ġro of", - "ual ity", - "Ġin n", - "Ġlov ely", - "Ġf le", - "Ġenvironment al", - "ĠT im", - "Ġfriend ly", - "ĠG ame", - "ĠInst agram", - "Ġsp r", - "Ġadminist ration", - "ĠH ill", - "F e", - "tr ans", - "T IT", - "Ġappreci ate", - "Ġexc iting", - "ĠD en", - "Ġse vere", - "æ ŀ", - "Ġl augh", - "Ġar ray", - "Ġcris is", - "ĠKe ep", - "Ġl ibrary", - "Ġbut ter", - "f in", - "Ġaspect s", - "Ġcour ses", - "6 7", - "ric s", - "Ġfix ed", - "Ġbe i", - "Ġrad io", - "E nt", - "F A", - "Ġvol unte", - "Ġparticip ants", - "Ġtra v", - "Ġtrad ing", - "ĠE ner", - "S ee", - "Ġin vent", - "ĠD iv", - "at al", - "Ġfor ces", - "ol ve", - "ĠTechn ology", - "in ations", - "Ġpay ing", - "Ġg od", - "ren cy", - "In fo", - "ĠAb out", - "Ġun its", - "k u", - "Ġanal y", - "Ġc m", - "Ġth read", - "em a", - "n ic", - "Ġz e", - "Ġres ource", - "Å Ħ", - "L og", - "Ġgu ests", - "Ġc ities", - "Ġprov ider", - "Ġkind s", - "ĠMed ical", - "Ġsur vey", - "j s", - "ab et", - "Ġrespons ibility", - "L C", - "ĠC A", - "An y", - "Ġbus y", - "Ġsc r", - "r m", - "Ġcircum st", - "ĠFr ank", - "Ġfant astic", - "is co", - "Ġfeed back", - "Ġv irus", - "çĿ Ģ", - "st ream", - "Ġexam ples", - "Ġimp ress", - "Ġac id", - "ir ty", - "V E", - "ell s", - "ĠGerm an", - "Ġclos er", - "p arent", - "Ġob lig", - "Ġdoll ars", - "Ġch annel", - "Ġbro ken", - "Ġbel ong", - "Ġf uel", - "Ġtell ing", - "pl oad", - "Ġbe ach", - "ĠS and", - "if ier", - "Ġsu it", - "ĠM el", - "Ġcult ural", - "Ġcol umn", - "Ġman ner", - "Ġpers pective", + "▁w ays", + "▁way s", + "▁wa ys", + "▁ ways", + "com ing", + "co ming", + "c oming", + "▁l ock", + "▁loc k", + "▁lo ck", + "▁ lock", + "▁e tc", + "▁et c", + "▁ etc", + "▁a vec", + "▁av ec", + "▁ave c", + "▁t akes", + "▁take s", + "▁tak es", + "▁ta kes", + "▁C har", + "▁Ch ar", + "▁Cha r", + "▁ Char", + "▁N ovember", + "▁Nov ember", + "m ethod", + "▁A ustral", + "▁Aust ral", + "▁ Austral", + "▁Amer ica", + "▁ America", + "lo ng", + "lon g", "l ong", - "red it", - "w ing", - "è ´", - "is a", - "oc ument", - "Ġsou l", - "ĠN OT", - "all ed", - "Ġo t", - "ĠI d", - "re ens", - "èĩ ª", - "Ġâ Ĥ¬", - "ĠD ou", - "ç º", - "19 1", - "Ġv or", - "ook s", - "Ġloc ations", - "ester day", - "ĠInd ust", - "ĠAcc ording", - "éĩ Į", - "Ġc ir", - "j o", - "Ġl ui", - "Ġdes cription", - "ĠR est", - "Ġapp arent", - "åı ¯", - "ĠM ain", - "ĠE arth", - "lic ation", - "b b", - "P e", - "Ġarg ument", - "ust er", - "ĠT er", - "Ġpull ed", - "ere nt", - "m ap", - "â Ħ", - "Cl ass", - "Ġg ather", - "Ġw ie", - "ĠH a", - "Ġprom ote", - "T A", - "Ġs es", - "ĠGerm any", - "M od", - "Ġtrou ble", - "Ġredu ced", - "Ġemer gency", - "it i", - "R el", - "V ER", - "ĠPl us", - "Ġart ists", - "ĠIn vest", - "Ġprep are", - "Ġs outh", - "ien e", - "Ġsol o", - ": =", - "Ġdisc overed", - "ol ars", - "ar row", - "() )", - "D ef", - "ion i", - "pt ions", - "qu es", - "y an", - "ĠC EO", - "Ġspe aking", - "éģ ĵ", - "it en", - "Ġbro wn", - "Ġwind ows", - "TIT LE", - "Ġreg ister", - "Ġconsider ing", - "P E", - "Ab out", - "Ġwrit er", + "ce mber", + "c ember", + "▁polit ical", + "fl ow", + "f low", + "▁may be", + "▁ maybe", + "▁a mb", + "▁am b", + "▁ amb", + "La yout", + "L ayout", + "il ed", + "ile d", + "i led", + "om en", + "ome n", + "o men", + "ol a", + "o la", + "ic ip", + "ici p", + "i cip", + "part ial", + "Tr ue", + "▁f loor", + "▁fl oor", + "▁flo or", + "▁ floor", + "▁D ef", + "▁De f", + "▁ Def", + "▁conc ern", + "▁conce rn", + "▁concer n", + "y r", + "▁sh ows", + "▁show s", + "i h", + "▁an swer", + "▁answ er", + "▁ans wer", + "▁ answer", + "ac c", + "a cc", + "▁b all", + "▁bal l", + "▁ba ll", + "▁ ball", + "▁R ev", + "▁Re v", + "▁ Rev", + "▁s un", + "▁su n", + "▁ sun", + "▁quick ly", + "▁s omet", + "▁so met", + "▁some t", + "▁som et", + "ment e", + "me nte", + "men te", + "m ente", + "▁M al", + "▁Ma l", + "▁ Mal", + "und red", + "▁iss ues", + "▁issue s", + "▁ issues", + "ec ause", + "eca use", + "pe s", + "p es", + "▁p layer", + "▁pl ayer", + "▁play er", + "▁ player", + "▁par ents", + "▁parent s", + "▁ parents", + "▁pop ular", + "▁popula r", + "▁popul ar", + "▁m ode", + "▁mod e", + "▁mo de", + "▁ mode", + "▁m ention", + "▁ment ion", + "N E", + "Lo ad", + "L oad", + "▁reg ular", + "▁regul ar", + "▁ regular", + "ave d", + "av ed", + "a ved", + "? :", + "ye ar", + "y ear", + "fun c", + "fu nc", + "f unc", + "▁per formance", + "▁perform ance", + "▁J uly", + "▁Jul y", + "▁Ju ly", + "th ern", + "ther n", + "the rn", + "▁we bsite", + "▁webs ite", + "▁web site", + "fo rd", + "for d", + "f ord", "P R", - "Ġcor porate", - "ph as", - "Ġpur pos", - "6 00", - "bs ite", - "er ia", - "Ġhy p", - "Ġag ent", - "Ġfail ure", - "os es", - "Ġme re", - "Ġmil k", - "ĠS ign", - "5 1", - " °", - "Ġp ued", - "Ġh ate", - "ĠD ownload", - "Ġper man", - "ib ilities", - "ĠWe ek", - "d raw", - "Ġf ruit", - "ul s", - "ĠL ast", - "on ym", - "ri ble", - "ĠM aster", - "Ġp ump", - "Ġf ing", - "Ġconf idence", - "ĠN Y", - "ĠS on", - "ian a", - "æ ¯", - "ĠP et", - "Ġadult s", - "//// ////", - "Ġfor ced", - "Ġme at", - "Ġyou th", - "Ġt ab", - "Ġcomm e", - "Ġw ire", - "ĠO ld", - "Con fig", - "Ġcomm itted", - "| |", - "c al", - "ive red", - "Ġen able", - "ac le", - "Ġbig ger", - "ĠD uring", - "Ġt ables", - "ab e", - "k et", - "Ġm arg", - "Ġsign ed", - "Ġwe aring", - "ĠEn ter", - "ce an", - "ĠBe ach", - "enc ia", - "y cl", - "Ġal leg", - "Ġf ro", - "Ġsam ple", - "O C", - "Ġdistribut ion", - "Ġupd ates", - "Ġw y", - "Ġconf irm", - "S ource", - "Ġso le", - "p age", - "T C", - "Ġpr ay", - "ĠSupp ort", - "Ġdel icious", - "Ġdetail ed", - "com es", - "ĠComm ittee", - "ê me", - "äº İ", - "Ġst ars", - "ĠP ack", - "re c", - "F L", - "hens ive", - "Ġdeterm ined", - ": \"", - "Ġl i", - "Ġsh ock", - "Ġsong s", - "ĠE qu", - "ra v", - "ĠB uy", - "å ī", - "im m", - "on na", - "ant ee", - "ult s", - "Ġc i", - "or ation", - "Ġtechn ologies", - "Ġp ed", - "ĠRuss ia", - "Ġt ag", - "u is", - "ĠCont rol", - "Ġ iron", - "Ġemploy ee", - "ĠO ffic", - "ag on", - "enc ing", - "z t", - "g ent", - "Ġt un", - "Ġprovid ers", - "ad ian", - "ĠAmeric ans", - "Ġappear ance", - "ĠF ind", - "S er", - "ĠPar is", - "Tr ans", - "l ink", - "Ġnot ed", - "Ġe lection", - "ĠU k", - "ĠF und", - "ĠSo ft", - "Ġautom atically", - "Ġord ers", - "Ġh urt", - "Ġa id", - "ĠT imes", - "b urg", - "ĠCh icago", - "Ġequ al", - "Ġt or", - "Ġbl ess", - "ĠHe ad", - "l ast", - "Ġsh ipping", - "ĠA ccess", - "Ġk ing", - "Ġbring ing", - "p erson", - "Ġte a", - "umm ies", - "5 4", - "Ġepis ode", - "P ress", - "Ġb le", - "i pl", - "D S", - "Ġsurg ery", - "Ġlo ans", - "Ġrec overy", - "ĠCon nect", - "Ġl ux", - "ĠH am", - "E vent", - "Ġwalk ed", - "u h", - "E m", - "ĠDist rict", - "ic ian", - "Ġt ough", - "! )", - "Ġbr ands", - "âĦ ¢", - "S ize", + "el a", + "e la", + "le vel", + "lev el", + "l evel", + "ui t", + "u it", + "fl ags", + "flag s", + "▁w orth", + "▁wor th", + "▁ worth", + "▁cor respon", + "▁Brit ish", + "si m", + "s im", + "▁al one", + "▁ alone", + "▁h ar", + "▁ha r", + "▁ har", + "▁o nes", + "▁on es", + "▁one s", + "▁ ones", + "ob ile", + "obi le", + "obil e", + "▁d ru", + "▁dr u", + "▁ dru", + "ch i", + "c hi", + "▁D avid", + "▁Dav id", + "▁Da vid", + "▁ David", + "▁proble ms", + "▁problem s", + "▁col umn", + "▁ column", + "() ;\r", + "(); \r", + "( );\r", + "Z E", + "▁re lig", + "▁rel ig", + "▁reli g", + "olog ical", + "▁reg ion", + "▁ region", + "ad y", + "a dy", + "I O", + "an der", + "and er", + "ande r", + "a nder", + "Ne t", + "N et", + "▁bu ilt", + "▁ built", + "▁inst all", + "▁ install", + "▁appro ach", + "C ur", + "▁f ine", + "▁fin e", + "▁fi ne", + "▁talk ing", + "▁tal king", + "▁ch anges", + "▁chang es", + "▁change s", + "▁ changes", + "St yle", + "▁M art", + "▁Mar t", + "▁Ma rt", + "▁ Mart", + "л ю", + "res ponse", + "respon se", + "respons e", + "te ger", + "{ \r", + "ir it", + "iri t", + "i rit", + "▁prote cted", + "▁protect ed", + "▁ protected", + "▁re le", + "▁r ele", + "▁rel e", + "er ship", + "ers hip", + "те ль", + "тел ь", + "un signed", + "uns igned", + "ial ize", + "▁htt ps", + "▁http s", + "▁ https", + "T ag", + "▁$ (", + "▁ $(", + "mo re", + "mor e", + "m ore", + "ype s", + "yp es", + "y pes", + "▁st ream", + "▁stre am", + "▁ stream", + "et ch", + "etc h", + "▁eng ine", + "▁ engine", + "K E", + "cm d", + "c md", + "sc ript", + "scri pt", + "scr ipt", + "s cript", + "tt p", + "t tp", + "▁a void", + "▁av oid", + "▁t err", + "▁te rr", + "▁ter r", + "▁r ock", + "▁ro ck", + "▁ rock", + "▁f ul", + "▁fu l", + "▁ ful", + "Up date", + "▁env ironment", + "▁environ ment", + "▁ environment", + "▁p rec", + "▁pre c", + "▁pr ec", + "▁ prec", + "▁с а", + "▁ са", + "▁c ases", + "▁case s", + "▁cas es", + "▁ca ses", + "▁ cases", + "▁off set", + "▁ offset", + "▁r ais", + "▁ra is", + "▁ rais", + "li b", + "l ib", + "ée s", + "é es", + "a a", + "y t", + "▁a rr", + "▁ar r", + "▁ arr", + "opy right", + "f irst", + "▁u til", + "▁ut il", + "▁ util", + "▁fe ature", + "▁feat ure", + "▁ feature", + "pos ed", + "po sed", + "pose d", + "p osed", + "ff ect", + "f fect", + "ж а", + "it ude", + "itu de", + "itud e", + "em ents", + "ement s", + "emen ts", + "e ments", + "as c", + "a sc", + "ad or", + "ado r", + "le ctions", + "lect ions", + "lection s", + "▁cl ub", + "▁ club", + "] {", + "▁* )", + "▁ *)", + "ст во", + "ств о", + "с тво", + "▁im m", + "▁i mm", + "▁ imm", + "▁for mer", + "▁form er", + "▁forme r", + "▁ former", + "▁r ights", + "▁right s", + "▁dec ided", + "▁decide d", + "▁decid ed", + "▁re v", + "▁r ev", + "▁ rev", + "▁m ent", + "▁me nt", + "▁men t", + "▁ ment", + "an i", + "a ni", + "▁st ru", + "▁str u", + "▁ stru", + "▁att ention", + "art ment", + "▁I tal", + "▁It al", + "al le", + "all e", + "a lle", + "▁b is", + "▁bi s", + "▁ bis", + "ge ner", + "gen er", + "g ener", + "▁in tegr", + "▁int egr", + "▁inte gr", + "▁ integr", + "el lo", + "ell o", + "ry pt", + "▁a chie", + "ne s", + "n es", + "▁s tra", + "▁st ra", + "▁str a", + "▁ stra", + "s b", + "▁t ypes", + "▁type s", + "▁typ es", + "▁ty pes", + "▁ types", + "▁R E", + "▁ RE", + "In it", + "I nit", + "▁com ment", + "▁comm ent", + "▁comme nt", + "▁ comment", + "▁add ition", + "▁I D", + "▁ ID", + "AR T", + "A RT", + "F O", + "щ и", + "Con ne", + "Conn e", + "C onne", + "▁s qu", + "▁sq u", + "▁consider ed", + "▁consid ered", + "id ad", + "ida d", + "▁Oct ober", + "ci al", + "cia l", + "c ial", + "▁O f", + "▁ Of", + "▁tr avel", + "▁tra vel", + "▁trav el", + "▁b oy", + "▁bo y", + "▁ boy", + "') .", + "' ).", + "u y", + "il la", + "ill a", + "i lla", + "is try", + "ist ry", + "istr y", + "▁v a", + "▁ va", + "▁C he", + "▁Ch e", + "▁ Che", + "ER T", + "E RT", + "en de", + "end e", + "e nde", + "un gen", + "ung en", + "unge n", + "ab y", + "a by", + "▁R ober", + "▁Ro ber", + "▁Rob er", + "▁play ing", + "il s", + "i ls", + "▁s am", + "▁sa m", + "▁ sam", + "▁ex ecut", + "▁exec ut", + "▁ execut", + "▁U s", + "▁ Us", + "▁m ut", + "▁mu t", + "▁ mut", + "▁b al", + "▁ba l", + "▁ bal", + "as se", + "ass e", + "▁k ids", + "▁kid s", + "▁ki ds", + "▁fin anc", + "go r", + "g or", + "▁S ec", + "▁Se c", + "▁ Sec", "ber t", - "Ġre nd", - "Ġintrodu ced", - "ĠRuss ian", - "Ġcomb ined", - "sc ape", - "Ġco ach", - "Ġcar ried", - "Ġdat abase", - "Ġp iÃ", - "Ġdis s", - "Ġofficial s", - "ir med", - "com p", - "og ue", - "ĠGl obal", - "Ġvisit ors", - "Ġmess ages", - "S ervice", - "Ġrelig ious", - "ÅĽ ci", - "Ġsu itable", - "Ġinter face", - "Ġtr ig", - "It em", - "9 8", - "U E", - "im o", - "Ġinterest s", - "is che", - "ens ity", - "Ġserv ing", - "ap ed", - "Ġg est", - "T hen", - "Ġw al", - "Ġm ur", - "ort hern", - "Ġcy cle", - "Ġh o", - "Ġfre edom", - "ow ing", - "Ġpl ays", - "d y", - "5 3", - "Ġf if", - "~ ~", - "è¿ ĩ", - "Ġrese arc", - "Ġread ers", - "Ġperfect ly", - "ient o", - "Ġentire ly", - "Ġfollow s", - "Ġn orth", - "ĠDe v", - "ament o", - "Ġs ides", - "ĠA ud", - "Ġj ack", - "Ġdef ense", - "ĠNet work", - "Ġsqu are", - "Ġt asks", - "ĠPh ot", - "Ġn ur", - "os a", - "A ct", - "Ġviol ence", - "Ġre venue", - "ĠPol icy", - "us her", - "Ġconcern ed", - "ĠO F", - "Ġst re", - "ĠP an", - "ĠB ur", - "Ġf ör", - "Ġar rest", - "Ġinf rast", - "ĠW il", - "isc hen", - "P ath", - "Ġt ail", - "Ġc ere", - "Ġaut h", - "st ruct", - "Ġa st", - "ĠMan ager", - "Ġcitiz ens", - "l am", - "ĠV irgin", - "Ġemot ional", - "ĠDo es", - "ĠOb ama", - "Ġencou rage", - "S ec", - "Ġcateg ory", - "æ İ", - "os oph", - "An other", - "sec ut", - "ĠH uman", - "ĠUn ion", - "b i", - "è re", - "Ġaffect ed", - "t op", - "Ġn ach", - "Ġfac ility", - "Ġsurpr ise", - "ä ¿", - "Ġent r", - "pre ne", - "Ġass ets", - "Ġacad emic", - "ing ly", - "Ġst ood", - "Ġgreat est", - "o z", - "Ġp ills", - "Ġconsum ers", - "U LL", - "W here", - "os ite", - "or i", - "Ġdec ades", - "Ġsee king", - "n oon", - "Ġv ary", - "Ġeffect ively", - "Ġfav our", - "art s", - "Ġph arm", - "ĠCong ress", - "Ġs ick", - "ers ion", - "Ġhappen ing", - "ĠM ult", - "Ġp ÅĻ", - "Ġoccas ion", - "Ġed itor", - "Ġlic ense", - "Ġansw ers", - "ĠPart y", - "Ġcon vert", - "Ġfl ight", - "Ġint ended", - "d f", - "Ġturn s", - "w as", - "Ġpurpos es", - ". [", - "M ost", - "ĠSc ott", - "Ġcre ation", - "Ġex cess", - "ĠI r", - "Ġme al", - "ars h", - "Ġconsum er", - "Ġbre ast", - "Ġind eed", - "Ġexpl ained", - "T ER", - "ĠW al", - "Ġreal ized", - "ĠI ll", - "g as", - "ĠĠĠĠ Ġ", - "Ġproced ure", - "Ġb order", - "Ġs orry", - "B S", - "Cl ick", - "Ġhigh light", - "b our", - "ĠP ass", - "Ġimpro ved", - "Ġnot iced", - "Ġveh icles", - "T ube", - "ĠAfric an", - "p ons", - "Ġon t", - "con fig", - "Ġn avig", - "ĠC ode", - "In ter", - "ig an", - "Ġd ass", - "ant o", - "Ġacc ommod", - "D r", - "ĠAN D", - "Ġslow ly", - "Ġinstall ation", - "ĠW all", - "av y", - "ĠG al", - "Ġsupport ing", - "ĠP eter", - "ck now", - "Ġc ette", - "Acc ording", - "Ġexpert ise", - "ĠJ ud", - "ĠThere fore", - "ĠLe g", - "Ġreturn s", - "Ġrep ut", - "Ġcl othes", - "Ġpl ate", - "Ġmass ive", - "Ġident ified", - "Ġsh oes", - "ro ad", - "ĠSer ies", - "A ss", - "R em", - "Ġfund ament", - "A A", - "igh ter", - "ĠJapan ese", - "ĠSoc iety", - "ĠL ink", - "Ġident ity", - "un s", - "ĠB oth", - "Ġindust rial", - "Ġhous ing", - "Ġem pty", - "ã ĥ", - "l ook", - "Ġinstall ed", - "Ġj ak", - "ĠH y", - ") {", - "Ġaud io", - "Ġt ur", - "Ġl ift", - "ĠTh omas", - "Ġscient ific", - "og rap", - "à ¸", - "Ġc ro", - "ut en", - "Ġh ur", - "Ġrem ote", - "erv es", - "c ar", - "ĠE U", - "ac hel", - "ĠAut hor", - "AT E", - "Ġrel atively", - "em porary", - "Ġtell s", - "Ġimp ossible", - "Ġfol ks", - "Ġfood s", - "Ġg all", - "ĠĠĠĠ ĠĠĠ", - "Ġappro ved", - "ap es", - "S ince", - "Ġmom ents", - "Ġinter pret", - "ult ure", - "G ener", + "be rt", + "b ert", + "▁H igh", + "▁Hig h", + "▁Hi gh", + "▁ High", + "▁ је", + "▁ke pt", + "but ton", + "b utton", + "it ory", + "itor y", + "ito ry", + "▁R em", + "▁Re m", + "▁ Rem", + "▁D E", + "▁ DE", + "▁re ach", + "▁r each", + "▁ reach", + "▁b ur", + "▁bu r", + "▁ bur", + "La bel", + "L abel", + "á t", + "ag o", + "a go", + "▁pass ed", + "▁pas sed", + "▁be hav", + "▁beh av", + "xF F", + "x FF", + "▁R eturn", + "▁Re turn", + "▁Ret urn", + "▁ Return", + "ST R", + "S TR", + "▁L es", + "▁Le s", + "▁ Les", + "▁o rd", + "▁or d", + "▁ ord", + "al a", + "a la", + "in ger", + "ing er", + "inge r", + "▁S ince", + "▁Sin ce", + "▁ Since", + "▁exper i", + "▁exp eri", + "▁s hall", + "▁sh all", + "▁sha ll", + "▁ shall", + "▁s tar", + "▁st ar", + "▁sta r", + "▁ star", + "no n", + "n on", + "▁g un", + "▁gu n", + "▁ gun", + "▁B el", + "▁Be l", + "▁ Bel", + "▁ob j", + "▁ obj", + "ar es", + "are s", + "a res", + "r s", + "▁we eks", + "▁week s", + "ne n", + "n en", + "▁S tre", + "▁St re", + "▁Str e", + "or ing", + "ori ng", + "o ring", + "▁ î", + "▁ser ious", + "time s", + "ti mes", + "tim es", + "t imes", + "▁H ouse", + "▁Ho use", + "▁Hou se", + "▁r oll", + "▁ro ll", + "▁ roll", + "▁reg ister", + "▁ register", + "▁mod ule", + "▁mo dule", + "▁ module", + "▁app lic", + "▁ap plic", + "▁appl ic", + "I R", + "▁c ook", + "▁co ok", + "▁ cook", + "au x", + "a ux", + "▁s ave", + "▁sa ve", + "▁sav e", + "▁ save", + "▁C r", + "▁ Cr", + ", \r", + "▁st ates", + "▁stat es", + "▁state s", + "▁sta tes", + "▁ states", + "▁em pty", + "▁emp ty", + "▁empt y", + "▁ empty", + "▁aut om", + "▁au tom", + "▁auto m", + "▁ autom", + "fig ure", + "ian ce", + "i ance", + "▁h appy", + "▁happ y", + "▁f n", + "▁ fn", + "▁j ud", + "▁ju d", + "▁ jud", + "▁h at", + "▁ha t", + "▁ hat", + "AC K", + "A CK", + "▁F e", + "▁ Fe", + "$ -", + "iv il", + "ivi l", + "i vil", + "ot ed", + "ote d", + "o ted", + "▁size of", + "▁ sizeof", + "▁sit uation", + "▁situ ation", + "▁l ives", + "▁li ves", + "▁live s", + "▁liv es", + "▁fe eling", + "▁feel ing", + "▁fee ling", + "▁r isk", + "▁ri sk", + "▁ris k", + "▁Jan uary", + "▁Januar y", + "▁Ob ject", + "▁ Object", + "▁re comm", + "▁rec omm", + "▁в ы", + "▁ вы", + "▁pot ential", + "ea h", + "e ah", + "▁com plex", + "▁comp lex", + "▁compl ex", + "▁ complex", + "print f", + "ist ance", + "istan ce", + "i stance", + "ir th", + "irt h", + "li k", + "l ik", + "as te", + "ast e", + "a ste", + "▁wh ose", + "▁who se", + "Ar g", + "A rg", + "▁mod ern", + "▁mo dern", + "▁mode rn", + "▁moder n", + "ion es", + "io nes", + "ione s", + "i ones", + "▁ч е", + "▁ че", + "▁s ett", + "▁se tt", + "▁set t", + "▁M ag", + "▁Ma g", + "▁ Mag", "a e", - "ad as", - "ĠInst ead", - "B ack", - "D is", - "Ġtw ice", - "s he", - "Ġvot re", - "Ġv ital", - "Ġdiffere n", - "19 0", - "Ġv ul", - "M ap", - "________ ________", - "Ġst im", - "Ġdesign s", - "Ġus ual", - "on o", - "ĠAt l", - "h us", - "Ġpract ical", - "Ġann ounce", - "ç Ħ", - "ob s", - "ĠW estern", - "Ġtre ated", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠ", - "Ġst d", - "it Ãł", - "ac er", - "O ther", - "ĠRober t", - "Ġte eth", - "so le", - "ĠAd minist", - "Ġcl ar", - "Ġadminist r", - "Ġlaun ched", - "Ġarriv ed", - "b les", - "Ġmat ters", - "Ġm m", - "Ġrel iable", - "Ġwe alth", - "H A", - "ĠLe ague", - "re qu", - "Ġche st", - "Ġun iversity", - "% .", - "Ġn uc", - "ĠK ore", - "Ġcut ting", - "Ġtr uck", - "Ġat h", - "ĠCh amp", - "Ġdi am", - "Ġlik ed", - "Ġcont rast", - "ag g", - "Ġr u", - "Ġadvert ising", - "Ġf ly", - "p ie", - "l ength", - "ç Ł", - "Ġcomp onent", - "ah r", - "v y", - "E W", - "C L", - "çĶ Ł", - "Ġb read", - "Ġph ase", - "ol o", - "G r", - "Ġ icon", - "Ġch icken", - "Ġfrequ ently", - "Ġd ance", - "ĠQu est", - "M any", - "G ood", - "ot ic", - "ĠL im", - "end ar", - "] [", - "Ġj ed", - "ĠTh ose", - "and on", - "ĠE p", - "er d", - "Ar t", - "az z", - "Ġval uable", - "Ġass ign", - "Ġcharg es", - "est yle", - "es ch", - "ind ex", - "Ġeff iciency", - "Ġhouse hold", - "Ġte en", - "ĠO il", - "ĠC ost", - "Ġv end", - "Ġhor se", - "Ġb ike", - "} $", - "Ġpropos ed", - "Ġconst antly", - "k ins", - "ĠA T", - "Ġinstruct ions", - "ĠD ate", - "c ons", - "O nce", - "Ġwid th", - "Ġlight s", - "az e", - "ĠCas ino", - "âĢĻ .", - "ploy ment", - "ĠJ oe", - "anc he", - "ĠB it", - "Ġfore st", - "Ġbe ar", - "ing u", - "Ġl it", - "ĠDig ital", - "Ġapprox imately", - "lev ision", - "Ġdanger ous", - "anc er", - "Ġpriv acy", - "k es", - "Ġrout e", - "ĠD om", - "Ġr ough", - "w rit", - "Ġend s", - "Ġhealth care", - "v as", - "oc o", - "re al", - "is se", - "Ġmus cle", - "I O", - "ad ow", - "P M", - "Ġb are", - "Ġche ese", - "orm al", - "Ġcircumst ances", - "Ġplatform s", - "Ġcra zy", - "ĠN or", - "ij k", - "ere st", - "Ġcar bon", - "Ġinsp ired", - "ĠK now", - "Ġkeep s", - "or ough", - "Ġmiss ed", - "def ine", - "ĠLou is", - "18 0", - "Ġm el", - "Ġlay er", - "arr ant", - "Ġdel ivered", - "Ġpr ison", - "i ro", - "Ġg ambling", - "Ġturn ing", - "ann a", - "AT ION", - "on av", - "con nect", - "Ġgra b", - "Ġpick ed", - "end a", - "Ġmechan ism", - "Ġson o", - "Ġaccept ed", - "Ġdep art", - "Ġp ra", - "Ġhe ro", - "Ġi Phone", - "B est", - "Ġdest roy", - "ĠV ideo", - "Ġalc ohol", - "Ġj est", - "ĠHist ory", - "m ax", - "ĠM useum", - "m at", - "Ġpro of", - "Ġhundred s", - "Ġspe ech", - "ush ing", - "ĠVal ley", - "Ġsitu ations", - "ĠV ict", - "ĠR ight", - "Ġre n", - "Ġfun ny", - "F ig", - "he red", - "a way", - "Ġl ad", - "bl og", - "ĠSec ret", - "Ġd ivid", - "Ġafford able", - "Ġc ute", - "ĠT able", - "ĠE conom", - "Ġprem ium", - "Ġagre ed", - "Ġt ak", - "ç «", - "Ġch a", - "E E", - "ar ia", - "Ġt iss", - "Ġout door", - "Ġsurpr ised", - "ab a", - "Ġis ol", + "▁cond ition", + "▁ condition", + "Le ngth", + "L ength", + "▁f it", + "▁fi t", + "▁ fit", + "ound s", + "oun ds", + "▁ch anged", + "▁chang ed", + "▁change d", + "▁ changed", + "▁g uy", + "▁gu y", + "fil ter", + "at ever", + "ate ver", + "é d", + "re move", + "rem ove", + "▁h op", + "▁ho p", + "▁ hop", + "▁O ut", + "▁ Out", + "▁R ich", + "▁Ric h", + "▁ Rich", + "ch ild", + "chi ld", + "▁in cluded", + "▁incl uded", + "▁includ ed", + "▁include d", + "▁inclu ded", + "$ \\", + "▁T om", + "▁To m", + "▁ Tom", + "el ine", + "eli ne", + "elin e", + "e line", + "▁s ometimes", + "▁some times", + "▁somet imes", + "▁sometime s", + "▁dr ink", + "▁qu ant", + "▁ quant", + "▁p lease", + "▁ple ase", + "▁I nt", + "▁In t", + "▁ Int", + "ri ef", + "rie f", + "r ief", + "▁ex actly", + "▁exact ly", + "ci ng", + "cin g", + "c ing", + "▁all owed", + "▁allow ed", + "▁ allowed", + "bu ild", "b uild", - "Ġprof it", - "Ġs umm", - "ĠL uc", - "Ġinf ection", - "Ġw itness", - "ĠA ff", - "Ġl unch", - "ĠL ive", - "Ġch ose", - "Ġh ung", - "Ġcook ing", - "ĠRe v", - "Ġcab in", - "Ġgood s", - "Ġhab it", - "Ġde i", - "ĠJ im", - "g t", - "ĠM A", - "Ġsupport s", - "Ġtop ics", - "S im", - "ĠMin ister", - "Ġch osen", - "ĠO N", - "Ġn atur", - "am ple", - "Ġhad n", - "Ġsl ots", - "Ġg aming", - "ic an", - "Ġw et", - "Ġinfrast ructure", - "Ġe lev", - "ĠKe y", - "A tt", - "' );", - "7 9", - "Ġm g", - "Ġk ne", - "Ġmonth ly", - "ĠJ ose", - "Ġdo ors", - "semb ly", - "Ġpay ments", - "Ġdis h", - "Ġany way", - "\"\" \"", - "Ġrepl ace", - "ot ed", - "c ount", - "Ġmot ion", - "i ert", - "% )", - "ra id", - "in fo", - "Ġdom ain", - "Wh o", - "Ġdifferen ces", - "ĠAcc ount", - "Che ck", - "app ed", - "t ed", - "fl ow", - "H and", - "Ġwor st", - "in ch", - "Ġint ent", - "Ġg rown", - "Ġst er", - "ĊĠĠĠĠĠĠĠĠ ĠĠ", - "( !", - "Ġext ract", - "Ġv ast", - "Ġp ill", - "ord ers", - "ab il", - "U P", - "Ġregular ly", - "Ġe ar", - "Ġhum ans", - "ok ing", - "Ġem phas", - "Ġh un", - "Ġincred ible", - "Ġpattern s", - "Ġg rew", - "!! !!", - "es h", - "S u", - "B uild", - "Ġcommit ment", - "Ġl au", - "Ġcol our", - "ĠH en", - "Ġm and", - "ĠB on", - "Ġobject s", - "Ġmed icine", - "Ġth in", - "xt ure", - "Ġaut hent", - "is ters", - "Ġter ror", - "Ġsp ons", - "Ġw ird", - "ĠW ay", - "Ġafter noon", - "c ore", - "rib utes", - "j et", - "i ors", - "w ar", - "Ġris ks", - "C ount", - "Ġwhe el", - "Ġex ternal", - "Ġf ait", - "anc ial", - "uc ks", - "b ra", - "Ġsp in", - "MA IN", - "av en", - "Ġpos itions", - "Ġat m", - "ag ra", - "ik ed", - "or ith", - "Ġn urs", - "E qu", - "Ġch ocolate", - "ĠJ o", - "ĠS qu", - "leg al", - "ĠC reat", - "b el", - "ĠAn other", - "Ġpass word", - "Ġfeel ings", - "ĠP ot", - "Ġt aught", - "os c", - "U M", - "ĠF ort", - "Ġbeg ins", - "act ory", - "Ġbirth day", - "b ur", - "Ġi h", - "N ode", - "Ġneighbor hood", - "Ġconst ant", - "> ", + "▁ />", + "▁p roduction", + "▁produ ction", + "▁product ion", + "▁prod uction", + "▁ production", + "ig er", + "ige r", + "i ger", + "▁с т", + "▁ ст", + "sh ow", + "s how", + "▁pop ulation", + "▁popul ation", + "▁p ark", + "▁par k", + "▁ park", + "▁Z e", + "▁necess ary", + "▁ necessary", + "▁t rust", + "▁tr ust", + "▁sh own", + "▁show n", + "mod ule", + "mo dule", + "G E", + "▁l ay", + "▁la y", + "▁ lay", + "▁ann oun", + "▁class Name", + "▁ className", + "▁cal cul", + "▁calc ul", + "Fun ction", + "F unction", + "▁S al", + "▁Sa l", + "▁ Sal", + "O K", + "T P", + "▁en try", + "▁ent ry", + "▁entr y", + "▁ entry", + "▁St ud", + "▁ Stud", + "▁it ems", + "▁item s", + "▁ items", + "▁se curity", + "▁sec urity", + "▁secur ity", + "▁ security", + "En try", + "Ent ry", + "f loat", + "l s", + "ib ly", + "▁cont ribut", + "▁C heck", + "▁Che ck", + "▁ Check", + "M D", + "▁impro ve", + "Par t", + "P art", + "▁system s", + "▁syst ems", + "B l", + "▁pol icy", + "▁polic y", + "▁ policy", + "▁s creen", + "▁sc reen", + "▁scr een", + "▁ screen", + "▁A ny", + "▁An y", + "▁ Any", + "▁op ened", + "▁open ed", + "al loc", + "all oc", + "allo c", + "▁De cember", + "▁Dec ember", + "▁ É", + "▁e mail", + "▁em ail", + "▁ email", + "ad er", + "ade r", + "a der", + "= >", + "▁H en", + "▁He n", + "▁ Hen", + "▁in fo", + "▁inf o", + "▁ info", + "▁f loat", + "▁flo at", + "▁ float", + "▁sw itch", + "▁ switch", + "ра н", + "р ан", + "ur ance", + "▁as sum", + "▁ass um", + "us tr", + "ust r", + "u str", + "▁g roups", + "▁group s", + "▁gro ups", + "▁ groups", + "▁R ead", + "▁Re ad", + "▁ Read", + "▁w at", + "▁wa t", + "S p", + "ве р", + "в ер", + "RA N", + "R AN", + "hi b", + "h ib", + "AL L", + "A LL", + "▁h us", + "▁ hus", + "Sp ec", + "Spe c", + "S pec", + "\") )", + "\" ))", + "▁F rench", + "▁C lass", + "▁Cl ass", + "▁ Class", + "▁pres ident", + "▁presid ent", + "▁def init", + "▁defin it", + "▁N or", + "▁No r", + "▁T hom", + "▁Th om", + "ai gn", + "a ign", + "W idth", + "D o", + "▁{ @", + "ag on", + "ago n", + "a gon", + "▁L u", + "▁ Lu", + "▁follow ed", + "M M", + "as ons", + "ason s", + "tm p", + "t mp", + "▁th rows", + "▁throw s", + "▁thr ows", + "▁thro ws", + "▁ throws", + "IT Y", + "I TY", + "но м", + "▁f air", + "▁fa ir", + "▁p en", + "▁pe n", + "▁ pen", + "é g", + "▁inter face", + "▁ interface", + "▁s af", + "▁sa f", + "oo n", + "o on", + "B ack", + "▁s peed", + "▁sp eed", + "▁spe ed", + "▁ speed", + "▁ext ends", + "▁extend s", + "em pty", + "empt y", + "emp ty", + "▁п ере", + "▁пер е", + "▁пе ре", + "▁pro per", + "▁pr oper", + "▁prop er", + "▁d riv", + "▁dr iv", + "▁dri v", + "ф и", + "▁c enter", + "▁cent er", + "▁ center", + "he ader", + "head er", + "▁} )", + "▁ })", + "w a", + "▁m iddle", + "▁ middle", + "▁ch oose", + "▁cho ose", + "▁St ad", + "▁Sta d", + "S O", + "Fact ory", + "Factor y", + "F actory", + "De v", + "D ev", + "ic les", + "icle s", + "icl es", + "i cles", + "▁ap plication", + "▁applic ation", + "▁appl ication", + "▁ application", + "▁mod els", + "▁model s", + "▁mode ls", + "▁ models", + "pi te", + "pit e", + "p ite", + "ca p", + "c ap", + "x i", + "osp ital", + "▁d ream", + "▁dre am", + "EN D", + "E ND", + "▁con tract", + "▁cont ract", + "▁contr act", + "▁contra ct", + "▁ contract", + "icro soft", + "▁th ous", + "▁thou s", + "iz es", + "ize s", + "i zes", + "▁д а", + "▁ да", + "▁C O", + "▁ CO", + "▁d irection", + "▁di rection", + "▁direct ion", + "▁dire ction", + "▁dir ection", + "▁ direction", + "▁` `", + "▁ ``", + "▁d rive", + "▁dr ive", + "▁dri ve", + "▁driv e", + "▁ drive", + "Ma x", + "M ax", + "ci a", + "c ia", + "▁contin u", + "▁A lex", + "▁Al ex", + "▁Ale x", + "▁ Alex", + "▁g old", + "▁go ld", + "▁gol d", + "▁ gold", + "▁p rep", + "▁pre p", + "▁pr ep", + "▁or igin", + "▁orig in", + "▁ origin", + "▁r ap", + "▁ra p", + "▁ rap", + "O p", + "ous ly", + "▁are as", + "▁area s", + "PO RT", + "P ORT", + "он а", + "о на", + "▁sa fe", + "▁saf e", + "▁ safe", + "▁profess ional", + "▁profession al", + "ap ache", + "apa che", + "▁t emper", + "▁tem per", + "▁temp er", + "s z", + "▁u nit", + "▁un it", + "▁ unit", + "▁c op", + "▁co p", + "▁ cop", + "eq n", + "List ener", + "Listen er", + "▁for mat", + "▁form at", + "▁forma t", + "▁ format", + "se lect", + "sel ect", + "s elect", + "▁com fort", + "▁ comfort", + "▁me ant", + "▁mean t", + "id ay", + "ida y", + "i day", "em e", - "Ġtax es", - "ir ts", - "Ġposs ess", - "ĠG ames", - "ĠF ollow", - "Ġe uro", - "ĠTra ining", - "ĠL ook", - "Ġf i", - "ĠH ope", - "Ġrout ine", - "Ġf ellow", - "Ġmonitor ing", - "Ġcho osing", - "ĠN ight", - "Ġsol ar", - "se re", - "C P", - "Ġinnov ation", - "int s", - "Al though", - "b ase", - "il ly", - "ĠAcad emy", - "ĠN umber", - "Ġfl av", + "e me", + "▁act ive", + "▁activ e", + "▁ active", + "▁n ote", + "▁not e", + "▁no te", + "▁ note", + "▁M il", + "▁Mi l", + "▁ Mil", + "on ly", + "▁< =", + "▁ <=", + "▁ne igh", + "▁nei gh", + "a o", + "▁bl ue", + "▁ blue", + "▁T V", + "▁ TV", + "Ch ild", + "▁re ached", + "▁reach ed", + "Add ress", + "Addr ess", + "ст в", + "▁cl osed", + "▁close d", + "▁clos ed", + "▁clo sed", + "▁ closed", + "in der", + "ind er", + "inde r", + "i nder", + "ol o", + "o lo", + "▁a lt", + "▁al t", + "▁ alt", + "▁a dm", + "▁ad m", + "Form at", + "For mat", + "U I", + "▁H am", + "▁Ha m", + "▁f requ", + "▁fr equ", + "▁fre qu", + "▁in depend", + "▁inde pend", + "▁ independ", + "▁eas ily", + "▁L and", + "▁La nd", + "▁Lan d", + "▁ Land", + "▁t or", + "▁to r", + "▁ tor", + "ograph y", + "ograp hy", + "in fty", + "inf ty", + "▁W ork", + "▁Wor k", + "▁ Work", + "iv en", + "ive n", + "i ven", + "▁Count y", + "▁Coun ty", + "▁s rc", + "▁ src", + "}$ ,", + "} $,", + "par se", + "pars e", + "p arse", + "C D", + "▁C our", + "▁Co ur", + "▁Cou r", + "▁f ol", + "▁fo l", + "▁ fol", + "Ent ity", + "pg f", + "▁Ch ina", + "▁Chi na", + "▁S ub", + "▁Su b", + "▁ Sub", + "ho od", + "h ood", + "▁field s", + "▁ fields", + "▁y es", + "▁ye s", + "▁ yes", + "re nd", + "ren d", + "r end", + "▁to wards", + "▁toward s", + "▁tow ards", + "▁st aff", + "▁sta ff", + "▁ staff", + "▁A ir", + "▁ Air", + "▁st ation", + "▁stat ion", + "▁ station", + "at ives", + "ative s", + "ati ves", + "ativ es", + "▁imp act", + "в ы", + "▁direct ly", + "iss ions", + "ission s", + "iv a", + "i va", + "| \\", + "Pt r", + "P tr", + "▁S ant", + "▁San t", + "▁Sa nt", + "Po l", + "P ol", + "▁pro gress", + "▁ progress", + "it ar", + "ita r", + "i tar", + "▁p arts", + "▁part s", + "▁par ts", + "▁ parts", + "▁pl ant", + "▁plan t", + "▁ plant", + "▁abs olut", + "▁gu ess", + "eq ref", + "▁t im", + "▁ti m", + "▁ tim", + "▁L ou", + "▁Lo u", + "▁ Lou", + "▁c ool", + "▁co ol", + "al u", + "a lu", + "▁m outh", + "▁mo uth", + "▁mou th", + "▁ mouth", + "ни х", + "▁h eight", + "▁he ight", + "▁ height", + "ge st", + "ges t", + "g est", + "▁P ost", + "▁Po st", + "▁Pos t", + "▁ Post", + "▁b oard", + "▁bo ard", + "▁ board", + "▁t it", + "▁ti t", + "▁ tit", + "▁h our", + "▁ho ur", + "▁ hour", + "▁ser ver", + "▁serv er", + "▁serve r", + "▁ server", + "▁p layers", + "▁play ers", + "▁player s", + "ri er", + "rie r", + "r ier", + "Lin k", + "L ink", + "▁Pres ident", + "] (", + "▁con struct", + "▁const ruct", + "▁constr uct", + "▁constru ct", + "▁ construct", + "hand le", + "}$ .", + "} $.", + "ry ing", + "r ying", + "▁s hop", + "▁sh op", + "▁ shop", + "ia na", + "ian a", + "i ana", "ex p", - "d b", - "ĠM ov", - "ĠK en", - "Ġa qu", - "Ġprom ise", - "ĠH or", - "Ġover w", - "ai res", - "ĠC arl", - "Ġhop ing", - "e xt", - "ĠR ose", - "if ies", - "Ġpro ven", - "Ġso il", - "c reate", - "ĠInt e", - "Ġsubm it", - "ro g", - "Ġsustain able", - "ĠCom put", - "åİ »", - "ĠDan iel", - "Ġes p", - "ĠP R", - "form ance", - "Ġadv is", - "Ġsub t", - "as ant", - "f oot", - "Ġcollabor ation", - "ĠC H", - "ĠS earch", - "ĠP enn", - "Ġz one", - "ĠWe ight", - "Ġro se", - "ra ction", - "Ġm ême", - "Ġsav ed", - "G O", - "Ġregul ations", - "Ġcreat es", - "Ġo h", - "force ment", - "ĠB al", - "Ġsurround ing", - "Ġcharg ed", - "ĠM id", - "u an", - "Ġtick ets", - "Ġn arrow", - "( @", - "Ġbe er", - "Ġl ady", - "H er", - "è ·", - "empl ate", - "Ġoper ate", - "1 10", - "Ġt ub", - "Ġfore ver", - "ĠðŁ ĺ", - "ĠEx pl", - "Ġdeal ing", - "a a", - "ograph ic", - "Ġvers ions", - "Ġr ic", - "Ġte levision", - "ann o", - "å ķ", - "Ġw arn", - "Ġle ur", - "Ġentre prene", - "ãĢĤ (", - "res ents", - "Ġconflic t", - "C ode", - "st ep", - "ĠYou ng", - "i ams", - "Ġbow l", - "% ,", - "Ġth orough", - "Ġread er", - "Ġy ield", - "ag ues", - "Ġwhen ever", - "Ġch apter", - "Ġv ie", - "Ġtra il", - "Ġeng agement", - "ĠW alk", - "Ġmin i", - "Ġup coming", - "Ġredu ction", - "ä n", - "im age", - "R et", - "Ġz ur", - "ter ior", - "äº ĭ", - "Ġsuff ering", - "é ¢", - "ĠF air", - "T oday", - "Ġ ÈĻi", - "Ġtalk ed", - "uff er", - "Ġn il", - "Ġanc ient", - "ĠVirgin ia", - "Ġres olution", - "ĠSp irit", - "du ction", - "u v", - "I ST", - "Ġlik es", - "ĠCarol ina", - "Ġbl ank", - "Ġdom estic", - "çľ ĭ", - "r Ã", - "Ġe leg", - "ik es", - "Ġopp osite", - "Ġsol ve", - "J ohn", - "om y", - "ĠCont in", - "{ }", - "Ġn el", - "or gan", - "Ġcompar ison", - "ool s", - "Ġadd s", - "Ġrelig ion", - "Ġconf ident", - "Ġforg ot", - "Ġd ell", - ". <", - "ä nd", - "å ĵ", - "ĠB ed", - "ĠSh are", - "Ġimm ig", - "im p", - "C ar", - "é g", - "ĠSh ould", - "Ġclos ely", - "Ġpass ing", - "Ġst uck", - "I l", - "ĠF estival", - "N ote", - "B efore", - "K E", - "Ġt ank", - "ch ain", - "i ar", - "Ġcomp are", - "ĠTr ust", - "Ġs ed", - "Ġpartners hip", - "Ġk tÃ", - "Ġrel ative", - "Ġph r", - "r ick", - "er k", - "Ġsuggest s", - "im er", - "Ġinter act", - "enn is", - "U t", - "AL L", - "ink ing", - "ĠL O", - "le ft", - "Ġgr an", - "rib e", - "Ġbr ill", - "ĠA I", - "Ġphil osoph", - "ĠT em", - "ĠL earn", - "ast a", - "Ġhost ing", - "ĠPol ice", - "upp ort", - "Ġatt orney", - "RE E", - "é Ľ", - "Ġp apers", - "ĠL in", - "ĠJe ff", - "ĠSt ore", - "Ġorig in", - "ĠN ever", - "Ġcons erv", - "H S", - "ug s", - "ĠD er", - "åī į", - "Ġt ack", - "yt ics", - "Ġdec ent", - "row s", - "M E", - "Ġgr ass", - "Ġsub sequ", - "Ġn ode", - "Ġdisc ipl", - "ĠP A", - "Ġluck y", - "M on", - "Ġcollect ed", - "Ġt one", - "Ġpolit ics", - "Ġwas h", - "ĠM ic", - "Ġf er", - "Ġre act", - "ar ks", - "Ġsome what", - "Ġinj uries", - "Ġfound ation", - "Ġcont ribute", - "CO N", - "ĠRich ard", - "ĠS ite", - "ĠD C", - "Ġl ip", - "roll er", - "P L", - "Ġs um", - "Ġintellig ence", - "ĠT ry", - "ĠP o", - "ĠD og", - "m ond", - "Ġs yn", - "è ¢", - "Ġcat al", - "ass ert", - "ex pected", - "ari os", - "ĠH on", - "Ġmount ain", - "Ġh ook", - "Ġlif estyle", - "st al", - "Ġg ay", - "p c", - "Ġm ol", - "Ġjud ge", - "Ġa ñ", - "H is", - "Ġimmedi ate", - "it is", - "Ġfig ures", - "im ize", - "ĠW orks", - "Ġinform ed", - "ou ch", - "Ġk om", - "ĠP op", - "Ġentertain ment", - "Ġpre v", - "elt a", - "æ ±", - "Ġm ask", - "Ġprot ocol", - "oid s", - "Ġc es", - "ĠItal y", - "Ġent hus", - "Ġpercent age", - "z es", - "ĠM odel", - "Ġfl avor", - "ch ar", - "Ġult imately", - "Ġresult ing", - ", '", - "S pe", - "â Ī", - "Ġd ates", - "V D", - "ch ild", - "èµ ·", - "ĠP en", - "ĠP ract", - "Col or", - "ie ren", - "ĠC lean", - "Ñ Ĥ", - "ĠĠĠĠ ĠĠ", - "ult ural", - "ĠW rit", - "Ġtw enty", - "B ook", - "eng er", - "Ġpart e", - "Ġown ed", - "ÅĤ o", - "as m", - "Ġk l", + "e xp", + "Hel per", + "Help er", + "Off set", + "ac hes", + "ach es", + "ache s", + "a ches", + "▁conne ction", + "▁connect ion", + "▁conn ection", + "▁ connection", + "▁d ifference", + "▁dif ference", + "▁differ ence", + "serv ice", + "s ervice", + "▁g as", + "▁ga s", + "▁ gas", + "▁p riv", + "▁pr iv", + "▁pri v", + "▁ priv", + "▁un ivers", + "▁ univers", + "▁w ish", + "▁wis h", + "Re m", + "R em", + "U rl", + "ge b", + "g eb", + "S o", + "ens ions", + "ension s", + "Mod ule", + "Mo dule", + "SI ZE", + "▁p rem", + "▁pre m", + "▁pr em", + "wind ow", + "w indow", + "▁d ies", + "▁di es", + "▁die s", + "de l", + "d el", + "▁r ow", + "▁ro w", + "▁ row", + "▁a verage", + "▁aver age", + "▁ave rage", + "xi m", + "x im", + "▁p u", + "▁ pu", + "an ç", + "De t", + "D et", + "ke r", + "k er", + "y a", + "▁D et", + "▁De t", + "▁ Det", + "▁p å", + "▁n amed", + "▁name d", + "▁na med", + "▁nam ed", + "▁ named", + "▁dec ision", + "▁decis ion", + "wi n", + "w in", + "▁Ge orge", + "▁Georg e", + "ar ily", + "ari ly", + "▁s olution", + "▁sol ution", + "▁mult iple", + "▁multi ple", + "▁multip le", + "▁ multiple", + "at egy", + "ate gy", + "ateg y", + "▁le arning", + "▁learn ing", + "▁lear ning", + "▁ learning", + "▁se cret", + "▁sec ret", + "▁secre t", + "▁ secret", + "D O", + "▁n ice", + "▁ni ce", + "▁nic e", + "▁ nice", + "//////// ////////", + "S u", + "it ation", + "itat ion", + "▁j oin", + "▁jo in", + "▁ join", + "▁el ements", + "▁element s", + "▁ele ments", + "▁elem ents", + "▁ elements", + "▁e mer", + "▁em er", + "til de", + "t ilde", + "▁d ep", + "▁de p", + "▁ dep", + "▁s hot", + "▁sh ot", + "▁ shot", + "▁pl atform", + "▁plat form", + "▁ platform", + "ot hing", + "oth ing", + "o thing", + "M y", + "ed ia", + "edi a", + "om s", + "o ms", + "ail y", + "ai ly", + "a ily", + "( [", + "▁d ress", + "▁dr ess", + "▁dre ss", + "▁off icial", + "▁offic ial", + "es tern", + "est ern", + "ester n", + "este rn", + "▁dis cover", + "▁disc over", + "▁disco ver", + "▁m i", + "▁ mi", + "ны е", + "C A", + "od ing", + "odi ng", + "o ding", + "▁F ound", + "▁Fou nd", + "▁Fo und", + "▁ Found", + "▁a ffect", + "▁aff ect", + "▁af fect", + "Vi s", + "V is", + "st ract", + "str act", + "stra ct", + "s tract", + "ic ed", + "ice d", + "i ced", + "de bug", + "d ebug", + "▁rel ated", + "▁relate d", + "▁ related", + "▁s pect", + "▁sp ect", + "▁spec t", + "▁spe ct", + "▁ spect", + "us hed", + "ush ed", + "сь ко", + "▁b ank", + "▁ban k", + "▁ bank", + "▁c ele", + "▁ce le", + "▁cel e", + "AN D", + "A ND", + "ol f", + "е м", + "▁f ill", + "▁fil l", + "▁fi ll", + "▁ fill", + "▁g ives", + "▁giv es", + "▁give s", + "▁gi ves", + "▁б у", + "▁ бу", + "ar on", + "aro n", + "a ron", + "▁J es", + "▁Je s", + "RE G", + "▁s udd", + "▁su dd", + "▁sud d", + "date d", + "da ted", + "dat ed", "d ated", - "Ġdest ination", - "el ing", - "p i", - "ĠJ ones", - "ly mp", - "Ġspl it", - "Ġs ending", - "ly wood", - "ĠM as", - "Ġed ition", - "Ġinst ant", - "Ġshe et", - "he w", - "Ġcomp at", - "m ade", - "Ċĉĉĉĉ ĉĉ", - "h as", - "Ġwith draw", - "Ar ray", - "æĹ ¥", - "Ġal ive", - "Ġexpl an", - "ste in", - "Ġform ed", - "Ġhard ware", - "qu ir", - "äº Ľ", - "Ġlet ters", - "hold ers", - "al o", - "ĠPl ace", - "Ġhon or", - "Ġqu ote", - "ĠB udd", - "Ġan che", - "Ġstr ange", - "Ġr ou", - "Ġstrugg le", - "Ġnecess arily", - "f all", - "å® ¶", - "Ġrem ark", - "og ether", - "Ġm erc", - "Ġshoot ing", - "Ġauthor ities", - "Ġinstr ument", - "ĠF arm", - "Ġap artment", - "Ġa x", - "ER S", - "ĠC P", - "Ġg ear", - "Ġein em", - "Ġper o", - "ang ers", - "Ġcamp us", - "Ġdeb ate", - "w idth", - "Ġle ather", - "Ġd ust", - "æ ¬", - "Ġorig inally", - "Ġconc rete", - "Ġexist ence", - "ob ject", - "Ġex clusive", - "ic ity", - "Ġtra ined", - "i ences", - "ig inal", - "Ġdraw ing", - "ĠP ak", - "l abel", - "G A", - "æ ģ", - "ĠU r", - "ĠAg ain", - "ĠMc C", - "bre ak", - "Ġinspir ation", - "we red", - "Ġrep resents", - "ĠL ittle", - "ĠSom etimes", - "angu ages", - "Ġincred ibly", - "Ġimpress ive", - "Ġimpro ving", - "à ¬", - "Ġnatur ally", - "Ġf inger", - "Ġre form", - "m aking", - "Ġpot entially", - "Ġcont r", - "ĠProfess or", - "Ġw arrant", - "Ġ Î", - "` `", - "Ġappoint ment", - "Ġcare ful", - "as tern", - "ot he", - "ah l", - "Ġinc ident", - "Ġg ifts", - "Ġtrad ition", - "Ġord ered", - "n ames", - "Ġrepe ated", - "Ġath let", - "9 7", - "S I", - "ĠWe bsite", - "Ġca using", - "Ġst ake", - "Ġdec ade", - "ĠAustral ian", - "friend ly", - "Ġw ave", - "Ġd urch", - "p ed", - "Ġst able", - "Ġt ent", - "Ġu ma", - "Ġpe ut", - "Ġse ed", - "Ġext ent", - "ĠI re", - "ĠS E", - "bl ock", - "Ġarr ang", - "Ġrepl acement", - "Ġv el", - "Ġrecommend ations", - "ĠT urn", - "at ie", - "Ġgr ant", - "Ġgener ated", - "Ġdise ases", - "ĠN a", - "Ġfl our", - "Ġg orgeous", - "Ġdis m", - "Ġregard less", - "ru g", - "W ind", - "ĠC ond", - "Ġfin ance", - "ĠO k", - "ac her", - "ur i", - "Ġsch olars", - "Ġê tre", - "Ċĉĉĉĉ ĉ", - "Ġequ ival", - "id ays", - "Ġf ault", - "ĠSm art", - "Ġd ining", - "de v", - "( {", - "O K", - "z ione", - "Ġframe work", - "d s", - "Ġsubs crib", - "w orth", - "ĠB all", - "Ġto w", - "ĠTra vel", - "Ġc oc", - "ie re", - "Ġch ances", - "ÃŃ t", - "Ġst rict", - "J e", - "Ġwh is", - "Ġ riv", - "Ġalg orith", - "Ġappe al", - "Ġwid ely", - "Ġem br", - "te en", - "ĠS ales", - "Ġhead s", - "Ġst ro", - "ri j", - "ath an", - "D ie", - "ul ing", - "Ġk an", - "ĠC at", - "Ġmov es", - "æĹ ł", - "ud es", - "ĠF ac", - "d ep", - "Ġj ava", - "ĠL ow", - "Ġel le", - "Ġgl i", - "ĠY et", - "L ove", - "ĠEngine ering", - "çļĦ ç", - "ĠJack son", - "ĠI de", - "Ġext reme", - "ack ing", - "Ġne ut", - "Ġtrend s", - "Ġag es", - "Ġmus ical", - "Ġrefer red", - "ĠDet ails", - "D irect", - "Ġfeat ured", - "ĠP ut", - "R C", - "et ch", - "Ġdes ired", - "Ġbro ke", - "Ġben e", - "Ġro les", - "ĠReview s", - "ĠSe lect", - "Ġliter ally", - "ut ch", - "Ġc in", - "or ters", - "ab s", - "Ġauss i", - "b et", - "s ource", - "u ous", - "Ġal ign", - "Ġorgan ized", - "ateg ory", - "Ġnear by", - "Ġb unch", - "u je", - "Ġcont est", - "Ġag ric", - "Ġr ating", - "Ġh ire", - "ist ed", - "Ġn ic", - "ĠSp anish", - "Ġhas n", - "N et", - "Ġin ject", - "it em", - "Ġre in", - "ĠY eah", - "Ġcapt ure", - "ro ph", - "ĠL ine", - "Ġg re", - "ĠR a", - "ĠM iddle", - "ĠAre a", - "er ies", - "Ġprim arily", - "Ġhard er", - "ĠA L", + "v i", + "▁g i", + "▁ gi", + "se nd", + "sen d", + "s end", + "cp p", + "c pp", + "▁s pent", + "▁sp ent", + "▁spe nt", + "an de", + "and e", + "a nde", + "▁oper ation", + "▁ operation", + "pro cess", + "proc ess", + "▁in form", + "▁inf orm", + "▁info rm", + "▁F ree", + "▁Fr ee", + "▁Fre e", + "▁ Free", + "yo nd", + "y ond", + "▁per haps", + "▁su rv", + "▁sur v", + "▁L oc", + "▁Lo c", + "▁ Loc", + "▁con cl", + "▁conc l", + "▁ра з", + "▁ раз", + "▁O ver", + "▁ Over", + "ho l", + "h ol", + "ra z", + "r az", + "Wr ite", + "Writ e", + "W rite", + "▁g iving", + "▁giv ing", + "▁gi ving", + "r d", + "in stance", + "inst ance", + "▁re leased", + "▁rele ased", + "▁release d", + "▁R o", + "▁ Ro", + "R A", + "▁pract ice", + "▁g raph", + "▁gr aph", + "▁gra ph", + "▁grap h", + "▁ graph", + "▁incre ase", + "▁fig ure", + "▁ figure", + "Fil ter", + "HE CK", + "id x", + "i dx", + "▁g lass", + "▁gl ass", + "▁ glass", + "sk i", + "s ki", + "com es", + "co mes", + "come s", + "c omes", + "▁c at", + "▁ca t", + "▁ cat", + "▁c old", + "▁col d", + "▁co ld", + "go to", + "got o", + "g oto", + "uf act", + "u fact", + "▁C opyright", + "▁Copy right", + "▁ Copyright", + "}} \\", + "} }\\", + "▁str eng", + "▁stre ng", + "▁d ir", + "▁di r", + "▁ dir", + "to ken", + "tok en", + "t oken", + "▁occ ur", + "▁oc cur", + "arl ier", + "▁me asure", + "▁meas ure", + "▁ measure", + "▁s ec", + "▁se c", + "▁ sec", + "▁m ás", + "▁má s", + "▁N et", + "▁Ne t", + "▁ Net", + "▁arg ument", + "▁ argument", + "▁s ou", + "▁so u", + "▁m oving", + "▁mov ing", + "▁mo ving", + "▁p refer", + "▁pre fer", + "▁pref er", + "ma sk", + "mas k", + "m ask", + "< <", + "▁bre ath", + "▁breat h", + "▁phys ical", + "▁pos itive", + "▁posit ive", + "▁s or", + "▁so r", + "▁ sor", + "▁de part", + "▁dep art", + "▁re move", + "▁rem ove", + "▁ remove", + "▁k it", + "▁ki t", + "▁ kit", + "▁me eting", + "▁meet ing", + "▁D ata", + "▁Da ta", + "▁Dat a", + "▁ Data", + "og raf", + "act ions", + "action s", + "a ctions", + "▁param eters", + "▁parameter s", + "▁ parameters", + "▁A tt", + "▁At t", + "▁ Att", + "es ch", + "esc h", + "e sch", + "▁inv olved", + "▁invol ved", + "▁involve d", + "ä t", + "L L", + "B ar", + "▁с и", + "▁ си", + "ec h", + "e ch", + "GE T", + "G ET", + "▁pre vent", + "▁pr event", + "▁prev ent", + "▁ prevent", + "▁be yond", + "▁O ther", + "▁Ot her", + "▁ Other", + "ä n", + "by te", + "▁sudd en", + "▁sud den", + "ol ve", + "olv e", + "▁н о", + "▁ но", + "LO G", + "L OG", + "un it", + "uni t", + "u nit", + "▁tr uth", + "ra t", + "r at", "S D", - "erm an", - "Ġev il", - "G u", - "ĠC reate", - "Ġc able", - "ĠRet urn", - "Ġform al", - "Ġestim ated", - "ha ust", - "Ġlim its", - "ä¸ İ", - "w ind", - "T P", - "Ġgent le", - "Q L", - "H el", - "in ent", - "el lect", - "ĠR en", - "Ġst upid", - "n ÄĽ", - "on ic", - "ĠFin ancial", - "Ġt ourn", - "lic hen", - "ans as", - "Ġur ban", - "Ġc odes", - "Ġad s", - "Ġ q", - "u ct", - "ĠCl in", - "arg s", - "Ġamount s", - "Ġoverw hel", - "T Y", - "Ġwin ner", - "st atic", - "Ġext ension", - "Ġb ool", - "Ġst om", - ". <", - "ĠCh air", - "ĠL earning", - "Ġpr ime", - "ĠStud ies", - "F O", - "Ġrequest s", - "Ġbl ocks", - "ĠT ri", - "Ġmembers hip", - "Ġle ts", - "Ġdo ctors", - "D ownload", - "Ġconsider ation", - "Ġcrit eria", - "w orld", - "Ġoccur red", - "Ġd uty", - "Ġf ond", - "it als", - "Ġn as", - "u rop", - "éĿ ¢", - "Ġde ck", - "æĪ ĺ", - "1 30", - "St ud", - "b ow", - "Ġb ags", - "ep ing", - "Se lect", - "ĠA us", - "ä» İ", - "y es", - "ĠI ra", - "Ġmanufacture r", - "ĠH im", - "ĠH T", - "et ry", - "Ġcont ro", - "Ġy e", - "C al", - "Ġfall ing", - "ĠT al", - "Ġprior ity", - "ĠS us", - "é ri", - "ĠMed icine", - "Ġcheck ing", - "ĠS EO", - "clud e", - "an es", - "Cont act", - "U se", - "ap ore", - "ĠS ize", - "Ġcap abilities", - "en za", - "c urrent", - "Ġfl ag", - "Ġra il", - "Ġrep ly", - "our se", - "ific ial", - "Ġdé c", - "æĪij 们", - "Ġattract ive", - "ĠSt ock", - "n ode", - "ĠC a", - "U I", - "ĠI h", - "Ġest a", - "Ġc z", - "Ġant ib", - "ĠB ob", - "Ġthous and", - "ĠUn ivers", - "é ķ", - "Ġcommun icate", - "o at", - "ĠF our", - "Ġw est", - "let ter", - "ix ed", - "gg ed", - "Ġperform ing", - "ad ed", - "Ġor ient", - "Ġn ose", - "s ch", - "Ġlog o", - "un icip", - "Ġkn ock", - "ĠR oll", - "ind a", - "t ra", - "aj Äħ", - "Ġk il", - "M C", - "Ġh ole", - "ĠM ap", - "yl v", - "iam i", - "Ġd ownt", - "ĠO lymp", - "Ġexp osed", - "Ġstre ets", - "et ary", - "Ġh ide", - "lic he", - "E xt", - "8 6", - "iz ar", - "y ers", - "ĠF ield", - "Ġaccompl ish", - "Ġguar ante", - "ĠM ir", - "ound ed", - "int age", - "as se", - "Ġappro val", - "Ġacc ord", - "Ġvacc ine", - "Ġl ies", - "Ġw is", - "Ġtreat ments", - "se ction", - "ap i", - "ĠSil ver", - "Ġrepl aced", + "riv er", + "rive r", + "r iver", + "▁s en", + "▁se n", + "▁ sen", + "▁! ==", + "▁!= =", + "▁Febru ary", + "▁Februar y", + "ur b", + "u rb", + "▁S en", + "▁Se n", + "de st", + "des t", + "d est", + "< ?", + "▁ed ge", + "▁ edge", + "▁m ais", + "▁ma is", + "▁mai s", + "gor ith", + "cp u", + "c pu", + "▁educ ation", + "▁associ ated", + "▁associate d", + "No ne", + "Non e", + "N one", + "h i", + "▁p oor", + "▁po or", + "se m", + "s em", + "▁W il", + "▁Wi l", + "▁b ud", + "▁bu d", + "▁ bud", + "▁a uch", + "▁au ch", + "▁ auch", + "el ler", + "ell er", + "elle r", + "▁L ife", + "▁Li fe", + "▁ Life", + "▁f iles", + "▁fil es", + "▁file s", + "▁fi les", + "▁ files", + "▁le ading", + "▁lead ing", + "▁ leading", + "▁ob tain", + "▁obt ain", + "▁J ul", + "▁Ju l", + "at ory", + "ator y", + "ato ry", + "г у", + "it able", + "ita ble", + "i table", + "▁on to", + "▁ont o", + "▁ onto", + "▁b orn", + "▁bo rn", + "▁bor n", + "▁ born", + "or em", + "ore m", + "o rem", + "▁Stre et", + "▁m aint", + "▁main t", + "▁ma int", + "▁mai nt", + "Param s", + "Par ams", + "ri p", + "r ip", + "▁S T", + "▁ ST", + "u v", + "ma in", + "m ain", + "▁re cent", + "▁rec ent", + "▁rece nt", + "We b", + "W eb", "ov a", - "Ġkön nen", - "Ġtal ks", - "Ġs aving", - "Ġprincip al", - "m al", - "ĠMich igan", - "D uring", - "p ay", - "E ach", - "ĠB ul", - "ions hip", - "ĠS ci", - "b ie", - "w i", - "Ġstreng then", - "Ġenjoy ing", - "Ġst ored", - "ĠIre land", - "ri ers", - "c ie", - "ĠBr and", - "Ġfuck ing", - "Ġliter ature", - "Ġact s", - "Ġadvant ages", - "Ġlaw yer", - "ĠL E", - "in put", - "amp s", - "Ġeng aged", - "Ġins ight", - "Ġwe ird", - "Ġcl imb", - "ent er", - "enn y", - "å Ł", - "T V", - "or ce", - "Ġstat ements", - "Ġass et", - "Ġmanufacture rs", - "Ġét é", - "Ġwant ing", - "Ġmin imal", - "Ġbox es", - "Ġp s", - "E ng", - "Ġp ubl", - "am il", - "Ġar rive", - "ç ¬", - "å §", - "Ġvis ited", - "ĠTe xt", - "Ġext ends", - "Ġp ushed", - "ä¸Ģ 个", - "Ġweap ons", - "Ġmag azine", - "è ĭ", - "Ġn ou", - "vent ional", - "Ġeval uation", - "ĠJew ish", - "ĠJ ava", - "ĠT reat", - "ĠP sych", - "Ġmod ule", - "rop s", - "Ġemot ions", - "Ġst unning", - "Ġsome how", - "C R", - "Ġport folio", - "Ġesc ape", - "Ġp ocket", - "Ġle ague", - "Ġd an", - "ĠB ad", - "Ġb ij", - "ĠJust ice", - "pro of", - "Ġrec over", - "Ġlux ury", - "ĠN iger", - "ph a", - "ç» ı", - "Ġg onna", - "est e", - "Ġpod cast", - "ĠL ocal", - "Ġout standing", - "( &", - "ĠUS B", - "ial s", - "Ġsav ings", - "Over ride", - "ĠF A", - "Ġmat ches", - "Ġpres ents", - "( \\", - "Ñ Ģ", - "Ġt um", - "en z", - "ann y", - "ul ating", - "Ġconsequ ences", - "Ġcontroll ed", - "un es", - "ab eth", - "Ġdep ression", - "åIJ Į", - "Ġrec ording", - "ac on", - "St atus", - "be it", - "ist ance", - "Ġcarry ing", - "W ork", - "ent ed", + "o va", + "ц а", + "ais e", + "ai se", + "a ise", + "yle s", + "yl es", + "y les", + "▁de scribed", + "▁desc ribed", + "▁describ ed", + "▁describe d", + "▁begin ning", + "▁D ay", + "▁Da y", + "▁ Day", + "▁V ol", + "▁Vo l", + "▁ Vol", + "▁h uge", + "▁hug e", + "Ha s", + "H as", + "an cy", + "anc y", + "He ader", + "Head er", + "▁a ren", + "▁are n", + "▁ar en", + "▁ aren", + "ва н", + "в ан", + "▁en sure", + "▁ens ure", + "▁ ensure", + "▁p et", + "▁pe t", + "▁ pet", + "mu lt", + "mul t", + "m ult", + "▁L ike", + "▁Li ke", + "▁ Like", + "▁man agement", + "▁manage ment", + "▁ management", + "P S", + "wh ile", + "▁back ground", + "▁ background", + "ount er", + "oun ter", + "o unter", + "bo ol", + "b ool", + "F C", + "N um", + "R L", + "▁ex cl", + "▁exc l", + "▁e ye", + "▁ey e", + "im g", + "i mg", + "▁r om", + "▁ro m", + "▁ rom", + "▁H el", + "▁He l", + "▁ Hel", + "Opt ion", + "O ption", + "▁stop ped", + "▁sto pped", + "▁th read", + "▁thr ead", + "▁ thread", + "to type", + "tot ype", + "t otype", + ")) )", + ") ))", + "▁st age", + "▁stag e", + "▁sta ge", + "▁ stage", + "▁ü ber", + "▁ über", + "▁al though", + "▁ although", + "Type s", + "Ty pes", + "Typ es", + "T ypes", + "▁O h", + "▁ Oh", + "▁e ight", + "▁ eight", + "▁de scription", + "▁des cription", + "▁ description", + "' '", + "ö n", + "▁sur face", + "▁surf ace", + "▁ surface", + "▁Intern ational", + "▁ch arg", + "▁char g", + "▁cha rg", + "▁ charg", + "▁col lection", + "▁coll ection", + "▁collect ion", + "▁colle ction", + "▁ collection", + "▁us ers", + "▁use rs", + "▁user s", + "▁ users", + "▁ob vious", + "▁cent ury", + "▁ century", + "ic ks", + "ick s", + "i cks", + "▁art icle", + "▁artic le", + "▁ article", + "▁\" \\", + "▁ \"\\", + "di m", + "d im", + "▁s in", + "▁si n", + "▁ sin", + "en ge", + "eng e", + "Cont rol", + "▁com mit", + "▁comm it", + "▁ commit", + "ens ity", + "▁t ra", + "▁tr a", + "▁ tra", + "cript or", + "▁N OT", + "▁NO T", + "▁ NOT", + "we ll", + "w ell", + "▁M ichael", + "▁Mich ael", + "▁n od", + "▁no d", + "▁ nod", + "▁m ort", + "▁mor t", + "▁mo rt", + "iv o", + "i vo", + "is ation", + "▁P o", + "▁ Po", + "▁P aris", + "▁Par is", + "▁Pa ris", + "▁ad ministr", + "▁admin istr", + "▁ administr", + "bu rg", + "bur g", + "b urg", + "cd ot", + "c dot", + "▁mil itary", + "▁milit ary", + "▁militar y", + "▁B est", + "▁Be st", + "▁Bes t", + "▁ Best", + "▁К а", + "▁ Ка", "IN E", - "Ġun known", - "s pe", - "AN D", - "H igh", - "ol id", - "s ite", - "Ġbr idge", - "riv es", - "ĠS outhern", - "F ollow", - "Ġapparent ly", - "Ġshe ll", - "ĠS ex", - ".... ....", - "ĠR h", - "U B", - "Ġcont aining", - "ĠM ethod", - "ĠD ar", - "Ġdo se", - "Ġhand ling", - "be red", - "ow ed", - "ate ful", - "E nd", - "h ist", - "Ġdeep ly", + "I NE", + "▁through out", + "S l", + "▁im pl", + "▁imp l", + "▁ impl", + "cont rol", + "contr ol", + "▁ Ч", + "▁u it", + "▁ui t", + "▁ uit", + "▁un signed", + "▁uns igned", + "▁ unsigned", + "▁M ary", + "▁Mar y", + "▁Ma ry", + "Ch ar", + "C har", + "м і", + "▁th reat", + "▁c ourt", + "▁co urt", + "▁cour t", + "▁cou rt", + "▁ court", + "vi lle", + "vil le", + "v ille", + "▁ ш", + "▁C am", + "▁Ca m", + "▁ Cam", + ". \r", + "▁current ly", + "▁curr ently", + "ro t", + "r ot", + "▁D ate", + "▁Da te", + "▁Dat e", + "▁ Date", + "▁s hit", + "▁sh it", + "▁ shit", + "▁$ {\\", + "▁${ \\", + "un n", + "u nn", + "U s", + "▁b uffer", + "▁buff er", + "▁buf fer", + "▁ buffer", + "▁s ont", + "▁so nt", + "▁son t", + "▁let ter", + "▁lett er", + "▁ letter", + "in ated", + "ina ted", + "inate d", + "Ch ange", + "▁h ref", + "▁hr ef", + "▁ href", + "▁l ack", + "▁la ck", + "▁lac k", + "▁o il", + "▁C ons", + "▁Con s", + "▁Co ns", + "▁ Cons", + "▁J er", + "▁Je r", + "BU G", + "B UG", + "if orn", + "▁pro perties", + "▁proper ties", + "▁ properties", + "▁r andom", + "▁ran dom", + "▁rand om", + "▁ random", + "▁br other", + "▁bro ther", + "▁p iece", + "▁pie ce", + "▁ piece", + "б у", + "ist ics", + "istic s", + "isti cs", + "▁techn ology", + "gl obal", + "glob al", + "▁trans form", + "▁ transform", + "er d", + "e rd", + "▁B ecause", + "▁ Because", + "PE CT", + "P ECT", + "pr et", + "pre t", + "p ret", + "▁го ду", + "▁год у", + "▁M et", + "▁Me t", + "▁ Met", + "▁p sy", + "▁ps y", + "▁ psy", + "▁о д", + "▁g od", + "▁go d", + "▁ god", + "▁D el", + "▁De l", + "▁ Del", + "base d", + "ba sed", + "bas ed", + "b ased", + "▁v oor", + "▁vo or", + "▁C all", + "▁Cal l", + "▁Ca ll", + "▁ Call", + "S A", + "▁fil ter", + "▁ filter", + "▁incl udes", + "▁includ es", + "▁include s", + "▁inclu des", + "▁ includes", + "olut ions", + "olution s", + "f d", + "▁w ind", + "▁win d", + "▁ wind", + "▁б о", + "▁ бо", + "▁ab ility", + "▁ ability", + "ca rd", + "car d", + "c ard", + "▁n umer", + "▁num er", + "▁nu mer", + "▁ numer", + "add ress", + "addr ess", + "▁go al", + "ash ington", + "ashing ton", + "▁s light", + "▁sl ight", + "ab a", + "a ba", + "▁L og", + "▁Lo g", + "▁ Log", + "Set tings", + "Setting s", + "ad ow", + "ado w", + "▁p i", + "▁ pi", + "ir ing", + "iri ng", + "i ring", + "F T", + "▁number s", + "▁num bers", + "con f", + "co nf", + "ta sk", + "t ask", + "▁î n", + "т ы", + "▁re ceive", + "▁rece ive", + "▁r oot", + "▁ro ot", + "▁ root", + "▁Ind ia", + "pat ch", + "p atch", + "é l", + "▁sum mer", + "▁method s", + "▁ methods", + "▁pl aces", + "▁place s", + "▁plac es", + "▁М а", + "▁ Ма", + "▁cap ital", + "▁capit al", + "▁ev idence", + "▁G erman", + "▁Germ an", + "▁Ger man", + "\\ ,", + "D A", + "ec ute", + "ecut e", + "col umn", + "▁fun ctions", + "▁function s", + "▁ functions", + "▁c ounter", + "▁co unter", + "▁coun ter", + "▁count er", + "▁ counter", + "▁ar ms", + "▁arm s", + "▁ arms", + "▁f eed", + "▁fe ed", + "▁fee d", + "▁ feed", + "ve y", + "v ey", + "he nt", + "hen t", + "h ent", + "MA X", + "M AX", + "▁ac qu", + "▁app ly", + "▁ap ply", + "▁appl y", + "▁ apply", + "▁hus band", + "▁k illed", + "▁kill ed", + "▁kil led", + "▁S pec", + "▁Sp ec", + "▁Spe c", + "▁ Spec", + "ent ity", + "enti ty", + "▁e arlier", + "▁M iss", + "▁Mi ss", + "▁Mis s", + "▁ Miss", + "▁set ting", + "▁sett ing", + "▁ setting", + "it ect", + "ite ct", + "▁d ed", + "▁de d", + "▁ ded", + "Ro w", + "R ow", + "▁r an", + "▁ra n", + "▁ ran", + "▁Y es", + "▁Ye s", + "▁ Yes", + "▁fin ancial", + "▁financ ial", + "s ession", + "le ar", + "l ear", + "is hing", + "ish ing", + "ishi ng", + "▁ne arly", + "▁near ly", + "▁d ur", + "▁du r", + "▁m achine", + "▁mach ine", + "▁ machine", + "xf f", + "x ff", + "br o", + "b ro", + "▁s ymbol", + "▁sym bol", + "▁ symbol", + "land s", + "lan ds", + "l ands", + "Ac c", + "A cc", + "d i", + "▁Rober t", + "▁Ro bert", + "▁Rob ert", + "pro p", + "pr op", + "p rop", + "ur ity", + "uri ty", + "▁# ####", + "▁## ###", + "▁### ##", + "▁#### #", + "▁walk ed", + "▁wal ked", + "▁intern ational", + "▁internation al", + "▁ Е", + "Y es", + "▁re lease", + "▁rele ase", + "▁ release", + "▁start ing", + "▁star ting", + "st atic", + "stat ic", + "▁b ei", + "▁be i", + "al low", + "all ow", + "allo w", + "▁Pe ople", + "▁ People", + "e z", + "▁param eter", + "▁ parameter", + "C ache", + "▁$ $", + "▁ $$", + "amp ions", + "ampion s", + "▁M er", + "▁Me r", + "▁ Mer", + "▁k om", + "▁ko m", + "▁ kom", + "le ted", + "let ed", + "lete d", + "l eted", + "oi s", + "o is", + "▁O pen", + "▁Op en", + "▁ Open", + "ty pes", + "type s", + "typ es", + "t ypes", + "▁f ue", + "▁fu e", + "ac ters", + "act ers", + "acter s", + "▁re ference", + "▁refer ence", + "▁ reference", + "Equ als", + "Equal s", + "Eq uals", + "▁a ware", + "▁aw are", + "▁ aware", + "▁h ol", + "▁ho l", + "▁ hol", + "▁de mand", + "▁dem and", + "lo r", + "l or", + "▁v eh", + "▁ve h", + "▁ veh", + "▁not ice", + "▁ notice", + "▁com ponent", + "▁compon ent", + "▁ component", + "f n", + "▁anal ysis", + "▁analy sis", + "▁analys is", + "▁ analysis", + "mat ch", + "m atch", + "▁effect ive", + "▁ effective", + "pro duct", + "produ ct", + "prod uct", + "ни к", + "▁le gal", + "▁leg al", + "▁ legal", + "е й", + "se mb", + "sem b", + "s emb", + "▁loc ated", + "▁locate d", + "▁с у", + "▁ су", + "Q L", + "in ct", + "inc t", + "et o", + "e to", + "Dr aw", + "D raw", + "▁sc ale", + "▁scal e", + "▁ scale", + "ро в", + "р ов", + "▁w ants", + "▁want s", + "H ow", + "▁w el", + "▁we l", + "is ions", + "ision s", + "isi ons", + "▁de liver", + "▁del iver", + "un der", + "und er", + "unde r", + "u nder", + "▁d eb", + "▁de b", + "▁j u", + "▁ ju", + "val ues", + "value s", + "▁s ister", + "▁si ster", + "▁sist er", + "ко в", + "к ов", + "▁C reate", + "▁Creat e", + "▁Cre ate", + "▁ Create", + "▁I nc", + "▁In c", + "▁a ux", + "▁au x", + "▁ aux", + "▁Wh ite", + "▁Whit e", + "▁ White", + "Me nu", + "Men u", + "M enu", + "au d", + "a ud", + "re source", + "res ource", + "▁c ab", + "▁ca b", + "▁l if", + "▁li f", + "▁ lif", + "▁c ulture", + "▁cult ure", + "ic he", + "ich e", + "i che", + "▁wh atever", + "▁what ever", + "▁de signed", + "▁des igned", + "▁design ed", + "▁re pe", + "▁rep e", + "▁M ont", + "▁Mon t", + "▁Mo nt", + "▁ Mont", + "▁ch arge", + "▁char ge", + "▁charg e", + "▁ charge", + "Name s", + "Na mes", + "N ames", + "▁in sp", + "▁ins p", + "▁custom ers", + "▁customer s", + "os a", + "o sa", + "▁d aughter", + "▁E ast", + "E Q", + "▁o pin", + "▁op in", + "▁F re", + "▁Fr e", + "▁se ek", + "▁see k", + "▁ seek", + "▁p ush", + "▁pu sh", + "▁ push", + "▁n av", + "▁na v", + "▁ nav", + "▁b urn", + "▁bu rn", + "▁bur n", + "▁ burn", + "ar den", + "ard en", + "arde n", + "ha sh", + "has h", + "h ash", + "▁opportun ity", + "▁M at", + "▁Ma t", + "▁ Mat", + "oy al", + "oya l", + "o yal", + "▁p un", + "▁pu n", + "sc ale", + "scal e", + "yn amic", + "ynam ic", + "yna mic", + "▁T ype", + "▁Ty pe", + "▁Typ e", + "▁ Type", + "il ing", + "ili ng", + "i ling", + "▁qu ery", + "▁que ry", + "▁quer y", + "▁ query", + "▁m ist", + "▁mis t", + "▁mi st", + "ro r", + "r or", + "for ce", + "▁On ce", + "▁ Once", + "▁med ical", + "▁medic al", + "▁medi cal", + "li e", + "l ie", + "▁stud ent", + "▁ student", + "ed eral", + "eder al", + "ede ral", + "▁l ov", + "▁lo v", + "▁ lov", + "if orm", + "i form", + "▁al tern", + "▁alt ern", + "▁alter n", + "▁ altern", + "bi n", + "b in", + "od er", + "ode r", + "o der", + "▁return s", + "▁ returns", + "reg ister", + "ut s", + "u ts", + "C I", + "▁T or", + "▁To r", + "▁ Tor", + "C R", + "▁L os", + "▁Lo s", + "▁ Los", + "am ily", + "ami ly", + "amil y", + "air e", + "ai re", + "a ire", + "++ ;", + "Cont roller", + "Control ler", + "wi de", + "wid e", + "w ide", + "x x", + "row ser", + "rows er", + "▁B ook", + "▁Bo ok", + "▁ Book", + "Cont ainer", + "pl oad", + "plo ad", + "p load", + "▁E v", + "▁ Ev", + "▁t al", + "▁ta l", + "▁ tal", + "▁the ory", + "eqn array", + "б е", + "▁rep orted", + "▁report ed", + "▁me aning", + "▁mean ing", + "▁s y", + "▁ sy", + "ri be", + "rib e", + "r ibe", + "ic ate", + "ica te", + "ho ld", + "hol d", + "h old", + "▁of fers", + "▁off ers", + "▁offer s", + "▁t empl", + "▁tem pl", + "▁temp l", + "cs s", + "c ss", + "▁p icture", + "▁pict ure", + "▁ picture", + "▁a sync", + "▁as ync", + "▁ async", + "▁st ock", + "▁sto ck", + "▁ stock", + "▁in ternal", + "▁inter nal", + "▁intern al", + "▁ internal", + "t i", + "B O", "V er", - "ist ent", - "Ġev olution", - "d ir", - "Ġf irms", - "Ġtrans action", - "Cl ient", - "Ġadm it", - "Ġcont emporary", - "Ġbre aking", - "B ox", - "id os", - "Ġbelie ves", - "ic as", - "ĠS O", - "Ġocc urs", - "b u", - "ĠM it", - "Ġre ar", - "ĠS che", - "Ġto do", - "Ġa le", - "Ġp ace", - "Ġelect rical", - "Ġalong side", - "c ur", - "Ġind icate", - "9 00", - "Ġenter prise", - "Ġtransport ation", - "ir k", - "Ġevery body", - "Ġf ru", - "se ct", - "Ġstay ing", - "Ġflo at", - "z ing", - "Ġp ounds", - "ĠN O", - "val id", - "Ġqual ified", - "Ġpost ing", - "Ġsche me", - "Ġb er", - "3 50", - "the less", - "Ġrespect ively", - "âĢ¦ âĢ¦", - "Ġqu it", - "C reate", - "Ġimm un", - "ĠSaf ety", - "Ġin hib", - "ed e", - "Ġim per", - "We b", - "Ġt act", - "ĠBuild ing", - "Ġcompl iance", - "hem at", - "ĠR am", - "gh an", - "Ġult imate", - "Ġcol on", - "ĠPer haps", - "A Y", - "Ġplan e", - "EC T", - "Ġde eper", - "re ts", - "Ġm useum", - "ĠL ED", - "Ġbu ck", - "if ting", - "Ġins ert", - "Ġter rible", - "Ġperson ality", - "Ġn ão", - "ĠCol umb", - "Ġo ven", - "ne ys", - "Ġb ol", - "Ġlat ter", - "ure r", - "Ġsuggest ions", - "Pro perty", - "Ġconfig uration", - "ĠH oly", - "v ant", - "Ġunc ertain", - "Ġde ux", - "Ġincor por", - "ĠC ON", - "Ġtiss ue", - "_ .", - "ell i", - "Ġthe rap", - "Ġun o", - "ĠCustom er", - "Ġappro aches", - "Ġsur ve", - "id i", - "Ġprepar ation", - "L earn", - "irt ual", - "Ġindust ries", - "Ġin ch", - "ed ing", - "åı ª", - "q l", - "Ġclaim ed", - "b oy", - "ru ck", - "3 60", - "Ġcomp rom", - "Ġn erv", - "ik ing", - "Ġabsolut e", - "ĠAr my", - "Ġdesign er", - "Ġcorrect ly", - "f ind", - "Ġcons ists", - "Ġorgan is", - "ĠHe art", - "Ġinter action", - "Ġhe s", - "ĠAnd rew", - "Ġe c", - "ĠK im", - "Con nect", - "w rite", - "ĠOh io", - "Ġex haust", - "ag a", - "Ġmist ake", - "ĠC redit", - "ĠR od", - "c ers", - "ĠF ather", - "Ġobject ive", - "ĠO R", - "m it", - "Ġlegisl ation", - "ĠAut o", - "ĠC ase", - "ĠO K", - "AR S", - "Ġwor ried", + "с по", + "▁d emon", + "▁de mon", + "▁dem on", + "▁demo n", + "▁l augh", + "▁la ugh", + "▁laug h", + "▁E nd", + "▁En d", + "▁ End", + "▁k on", + "▁ko n", + "▁ kon", + "▁ide as", + "▁idea s", + "▁c andid", + "▁can did", + "▁cand id", + "Me m", + "M em", + "iz z", + "i zz", + "re fix", + "ref ix", + "▁A ND", + "▁AN D", + "▁ AND", + "eg en", + "e gen", + "E l", + "▁camp aign", + "H ttp", + "▁R ob", + "▁Ro b", + "▁ Rob", + "д і", + "▁b ul", + "▁bu l", + "▁ bul", + "▁К о", + "▁ Ко", + "▁count ries", + "▁countr ies", + "» .", + "▁ex pression", + "▁exp ression", + "▁express ion", + "▁expr ession", + "▁ expression", + "▁Eng land", + "s f", + "▁certain ly", + "ag en", + "age n", + "a gen", + "▁ч а", + "▁ ча", + "▁A NY", + "▁AN Y", + "▁ ANY", + "▁conne ct", + "▁conn ect", + "▁ connect", + "F E", + "▁and roid", + "▁ android", + "▁G old", + "▁Go ld", + "▁Gol d", + "▁ Gold", + "▁op pos", + "▁opp os", + "ov ern", + "ove rn", + "over n", + "o vern", + "▁Com mun", + "▁Comm un", + ", _", + "as ion", + "asi on", + "L a", + "▁f irm", + "▁fi rm", + "▁fir m", + "▁Al though", + "▁G ood", + "▁Go od", + "▁ Good", + "▁L aw", + "▁La w", + "er ve", + "erv e", + "▁b rand", + "▁br and", + "▁bra nd", + "▁ brand", + "M in", + "fil l", + "fi ll", + "f ill", + "'] ,", + "' ],", + "▁J ew", + "▁Je w", + "il er", + "ile r", + "i ler", + "in gle", + "ing le", + "it hub", + "ith ub", + "▁D iv", + "▁Di v", + "▁ Div", + "▁c ert", + "▁ce rt", + "▁cer t", + "▁ cert", + "He ight", + "H eight", + "ra el", + "r ael", + "The re", + "Th ere", + "T here", + "it ute", + "itut e", + "itu te", + "▁a maz", + "▁am az", + "▁ amaz", + "lo ok", + "l ook", + "▁S E", + "▁ SE", + "▁j o", + "▁ jo", + "▁pull ed", + "▁pul led", + "▁re sources", + "▁res ources", + "▁resource s", + "▁ resources", + "▁M ax", + "▁Ma x", + "▁ Max", + "▁ag reed", + "▁agree d", + "▁agre ed", + "as y", + "a sy", + "▁treat ment", + "\"> < /", + "\" > >", + "▁ >>", + "com mand", + "comm and", + "at z", + "a tz", + "▁m al", + "▁ma l", + "▁ mal", + "ста в", + "▁P ress", + "▁Pr ess", + "▁Pres s", + "▁Pre ss", + "▁ Press", + "▁char acters", + "▁character s", + "▁z ero", + "▁ze ro", + "▁ zero", + "AG E", + "A GE", + "rap per", + "▁kit chen", + "am ing", + "ami ng", + "amin g", + "a ming", + "▁re str", + "▁r estr", + "▁res tr", + "▁rest r", + "X X", + "▁Col lege", + "▁Ar ray", + "▁Arr ay", + "▁ Array", + "▁f resh", + "▁fr esh", + "▁fre sh", + "▁fres h", + "▁sh ift", + "▁ shift", + "▁spec ified", + "pl ete", + "ple te", + "plet e", + "p lete", + "IT E", + "I TE", + "▁C amp", + "▁Cam p", + "▁Ca mp", + "▁ Camp", + "ri al", + "ria l", + "r ial", + "c b", + "▁T H", + "▁ TH", + "I B", + "os en", + "ose n", + "o sen", + "▁ ú", + "▁par ams", + "▁param s", + "▁para ms", + "▁ params", + "ign ment", + "ad ding", + "add ing", + "▁deg ree", + "▁ degree", + "Loc al", + "Lo cal", + "L ocal", + "O h", + "▁z ur", + "▁zu r", + "▁level s", + "▁lev els", + "C S", + "fin ished", + "finish ed", + "C ase", + "ri age", + "ria ge", + "Vec tor", + "V ector", + "▁s ea", + "▁se a", + "▁ sea", + "ant ic", + "anti c", + "▁Le ague", + "▁there fore", + "▁ther efore", + "On e", + "O ne", + "Re turn", + "Ret urn", + "R eturn", + "Acc ess", + "Ac cess", + "A ccess", + "va s", + "v as", + "▁о с", + "▁r at", + "▁ra t", + "▁ rat", + "Bi g", + "B ig", + "▁be havior", + "▁behav ior", + "▁behavi or", + "k r", + "▁un defined", + "▁und efined", + "▁ undefined", + "▁E s", + "▁ Es", + "▁appe ared", + "▁appear ed", + "el es", + "ele s", + "e les", + "▁W AR", + "▁WA R", + "▁ WAR", + "St at", + "S tat", + "▁Go ogle", + "▁ Google", + "▁c redit", + "▁cre dit", + "▁cr edit", + "▁cred it", + "▁F ile", + "▁Fil e", + "▁Fi le", + "▁ File", + "an ging", + "ang ing", + "ho use", + "hou se", + "h ouse", + "rom ise", + "ge nt", + "gen t", + "g ent", + "▁hab it", + "▁ha bit", + "▁soc iety", + "▁soci ety", + "▁societ y", + "▁enc our", + "▁p aint", + "▁pain t", + "▁pa int", + "pe t", + "p et", + "▁U K", + "▁ UK", + "aw s", + "a ws", + "on om", + "ono m", + "o nom", + "G l", + "}_ {\\", + "}_{ \\", + "} _{\\", + "el ess", + "ele ss", + "eles s", + "e less", + "em y", + "e my", + "▁C ong", + "▁Con g", + "▁Co ng", + "▁develop ed", + "▁im ages", + "▁image s", + "▁imag es", + "▁ images", + "▁ ö", + "▁f ont", + "▁fo nt", + "▁fon t", + "▁ font", + "cl ear", + "cle ar", + "c lear", + "gi n", + "g in", + "▁L ord", + "▁Lo rd", + "▁Lor d", + "▁trans port", + "▁ transport", + "▁: :", + "▁ ::", + "▁c up", + "▁cu p", + "▁ cup", + "ul ate", + "ula te", + "u late", + "▁D uring", + "▁Du ring", + "▁Dur ing", + "pr iv", + "p riv", + "▁ext rem", + "▁extr em", + "▁D i", + "▁ Di", + "▁d oubt", + "▁dou bt", + "▁doub t", + "P y", + "if ying", + "ify ing", + "sp lit", + "spl it", + "s plit", + "eg o", + "e go", + "git hub", + "g ithub", + "▁) ,", + "▁ ),", + "RO M", + "R OM", + "▁ch air", + "▁cha ir", + "▁ chair", + "▁t rade", + "▁tr ade", + "▁trad e", + "▁tra de", + "▁n icht", + "▁ni cht", + "▁nic ht", + "To p", + "T op", + "St ore", + "▁p arte", + "▁part e", + "▁par te", + "pro ject", + "ni a", "n ia", - "ou ble", - "Ġperm ission", - "Ġrepl ied", - "ort ion", - "St r", - "Ġn odd", - "Ġsm oke", - "å° Ĩ", - "re ation", - "et he", - "Ġ ought", - "Ġp add", - "Ġex port", - "á l", - "u ce", - "i our", - "åĬ ¨", - "Ġaddition ally", - "ĠSc ot", - "ied er", - "Rel ated", - "Ġj ur", - "p ower", - "H ello", - "Ġcl im", - "ĠTh ough", - "ex port", - "Ġp itch", - "ent a", - "ick et", - "n um", - "Ġund ert", - "Ġav ailability", - "Ġse ctions", - "ĠE asy", - "Ġad equ", - "ĠP ow", - "ĠD as", - "Ġvictim s", - "ĠC ovid", - "E P", - "S om", - "Ġen roll", - "Ġcon clusion", - "ĠT R", - "ĠE gypt", - "Ġse es", - "riz ona", - "a Å", - "Ġcl ock", - "Ġsuff er", - "o is", - "cript ions", - "Ġprodu cing", - "Ġdem ands", - "ER E", - "Ġmaintain ing", - "c d", - "Ġm ath", - "18 8", - "Ġapply ing", - "Ġremov al", - "Ġw ur", - "ĠPr ime", - "Ġperm it", - "ĠHar ry", - "on ia", - "Ġdom in", - "Par am", - "Ġcomb at", - "ĠProfess ional", - "ol is", - "b ell", - "Ġb ot", - "i ate", - "le e", - "Ġde ploy", - "ĠH as", - "ĠQ uality", - "ĠS ummer", - "Ġspec ified", - "x id", - "Tr ue", - "Ġd ys", - "ĠD NA", - "Ġbird s", - "Ġess entially", - "ĠL abor", - "Ġa i", - "ĠS em", - "Ġfound ed", - "ĠR ub", - "Ġpublic ation", - "a ção", - "Ġke ys", - "Ġsome body", - "Ġphot ograp", - "Ġnew ly", - "12 5", - "ar se", - "Ġh am", - "Ġcas ual", - "7 6", - "Ġdiv ision", - "Ġsh irt", - "d at", - "Ġg ap", - "Ġl anguages", - "res a", - "7 1", - "Ġres id", - "Ġju ice", - "Ġd al", - "Ġgar age", - "Ġint ellect", - "ch arge", - "ĠGu ard", - "Ġar my", - "» .", - "ĠDiv ision", - "ial is", - "ĠD ream", - "iz abeth", - "Ġal arm", - "Ġfrequ ency", - "ail ing", - "Ġm ild", - "Ġput s", - "Ġfac ed", - "Ġform ation", - ", .", - "u en", - "ĠG arden", - "Ġsent ence", - "qu er", - "è¢ «", - "Ġdes per", - "ad el", - "Ġcy cl", - "ĠK l", - "Ġscient ists", - "Ġfl ower", - "ĠN ick", - "let te", - "Ch rist", - "Pe ople", - "Ġs oph", - "Ġsecond ary", - "Ġfil ed", - "gress ive", - "Ġh ub", - "ĠP RO", - "Ġsp ots", - "p ers", - "ut t", - "Ġcir cle", - "ĠM oney", - "ar ters", - "ĠC N", - "Ġpurch asing", - "ĠU RL", - "O ct", - "Ġstrong ly", - "c r", - "Ġtit les", - "fr ame", - "ĠG i", - "ĠB ern", - "Ġe ast", - "Americ an", - "ĠCh ange", - "10 2", - "on i", - "c ard", - "Ġf its", - "ĠFin ally", - "Ġb old", - "Ġhor iz", - "ĠE mer", - "ly n", - "Ġatt ended", - "Ġsm ell", - ". -", - "oc ial", - "l ers", - "Ġm ile", - "Ġb one", - "9 1", - "Ġor ange", - "\" ]", - "Ġs rc", - "Ġw ins", - "v an", - "Ġdoll ar", - "Ġy ards", - "od ge", - "l ib", - "Ġd ir", - "Ġstri ke", - "ç Ĥ", - "Ġf estival", - "Ġst ack", - "L ine", - "arr ay", - "Ġen orm", - "Ġcover ing", - "T ake", - "Ġem ails", - "a o", - "Ġtransm ission", - "ĠF OR", - "ĠR o", - "Ġf ib", - "ic ide", - "C or", - "Ġs ke", - "Ġcon ver", - "Ġpr és", - "å° ı", - "Ġst ages", - "Ġsc ream", - "ord an", - "ĠL ic", - "Ġrec ycl", - "Ġun w", - "and y", - "ig ation", - "Ġpr z", - "ge b", - "B ase", - "Ġrem em", - "ĠS A", - "Ġprofess or", - "Ġfac ulty", - "b led", - "A g", - "Ġex ceed", - "Ġenhance ment", - "O k", - "ino is", - "Ġcy ber", - "Ġless on", - "ĠR yan", - "Ġens uring", - "Ġphen omen", - "Ġcolle agues", - "Ġprec is", - "w ick", - "V A", - "S earch", - "Ġpres cription", - "Ġpropos al", - "ç ®", - "a id", - "Ġtravel ing", - "Ġr ural", - "M ax", - "Ġc ow", - "Ġd ental", - "oo f", - "ĠII I", - "ad ium", - "Ġstream ing", - "Ġdam n", - "Ġphot ography", - "asc ular", - "Ġf ake", - "Ġgreat ly", - "ĠEx p", - "Ġt ort", - "Ġk illing", - "ol s", - "ĠA h", + "▁в ід", + "▁ві д", + "wa r", + "w ar", + "▁Pro f", + "▁Pr of", + "▁c aught", + "Th read", + "ст ва", + "ств а", + "с тва", "aut hor", - "ĠStand ard", - "ĠOffic er", - "Ġlad ies", - "Ġfr ustr", - "ĠG reek", - "ĠRom an", - "ĠL ew", - "ç ķ", - "æŃ £", - "ĠFe atures", - "ĠUn fortunately", - "Ġmed ication", - "Ġwas hing", - "ett ings", - "Ġinvol ving", - "d el", - "ib l", - "Ġsubm itted", - "ĠS ection", - "Ġext end", - "Ġmo Å", - "Ġc bd", - "d ec", - "Ġrev olution", - "ĠRead ing", - "nov ation", - "Ġcent ers", - "Ġtr im", - "ÅĤ y", - "Ġtem ps", - "Ġbl ow", - "æĦ ı", - "c all", - "zz le", - "à µes", - "ST R", - "Ġprint ed", - "ec ute", - "Ġpe pper", - "Ġcal endar", - "Ġt rop", - "Ġequ ally", - "A nt", - "ott ed", - "Ġres ume", - "7 3", - "Ġob st", - "Ġinvest ments", - "Ġh ors", - "id get", - "Ġbr anch", - "Ġco at", - "A c", - "Ġimm une", - "arm a", - "p rivate", - "Ġins ights", - ".. .\"", - "Ġinit ially", - "Ġo cean", - "ĠC ro", - "f irst", - "Ġreturn ing", - "sc ale", - "includ ing", - "oc a", - "ĠR on", - "ĠD own", - "ĠStud ent", - "Ġd il", - "M et", - "ĠBra zil", - "Ġup grade", - "r itten", - "Ġsu ck", - "ĠFor ce", - "Ġint ense", - "Ġf lying", - "Ġopin ions", - "M I", - "Ġp ad", - "ĠSte el", - "app end", - "tr ue", - "é ¡", - "Ġsh ops", - "li ament", - "8 4", - "ure n", - "Ġimplement ed", - "in ner", - "ĠC opy", - "n on", - "ĠN ic", - "ĠSt an", - "ES S", - "Ġent ering", - "an while", - "ĠC apt", - "Ġwhere as", - "y r", - "7 4", - "Ġlif etime", - "ĠRes ources", - "D I", - "Ġg al", - "Ġstud ying", - "ô t", - "Ġfor um", - "L es", - "end ant", - "Ġapplic able", - "at ile", - "Ġpr é", - "Ġqu ery", - "Ġb ills", - "el n", - "ib les", - "b es", - "Ġsc rew", - "Ġhead ed", - "ĠM other", - "Ġbo ot", - "åį ģ", - "Ġc um", - "Ġb aking", - "m ony", - "P O", - "ĠH appy", - "Ġequ ipped", - "Ġl ung", - "ple x", - "ict ed", - "Ġc er", - "Ġun ter", - "Ġp ays", - "Ġu it", - "H ome", - "ĠSt one", - "Ġpro port", - "Ġf illing", - "Ġl oyal", - "Ġperson nel", - "ke it", - "ie ve", - "Ġmass age", - "d ays", - "ĠM ah", - "Ġre aching", - "s ervice", - "epend ent", - "ĠF red", - "Ġpack ages", - "ä¸ »", - "Ġto ler", - "z Äħ", - "Ġrec ip", - "ĠCont ent", - "Ġm att", - "b aj", - ": .", - "ĠIm m", - "ĠCount ry", - "Ġmar ks", - "ĠC L", - "ĠAd am", - "Ġfact ory", - "ĠFil m", - "Ġparticip ation", - "a fter", - "Ġsequ ence", - "at iv", - "Ġchild hood", - "ig o", - "Ġacqu is", - "ĠS C", - "OR T", - "c as", - "Ġemot ion", - "AC K", - "Pro v", - "ĠTe ch", - "RE S", - "AR T", - "alle l", - "Ġgr ateful", - "æĺ İ", - "Ġra pp", - "ĠCol lection", - "en ame", - "ÄĻ d", - "Ġmir ror", - "ĠMore over", - "m t", - "Ġun ion", - "Ġreve al", - "e ffect", - "D ay", - "Ġdis ag", - "Ġre cept", - "se x", - "ud i", - "ĠCh apter", - "ick ing", - "Ġbare ly", - "Ġprot est", - "Ġph ones", - "Ġun iverse", - "ĠR os", - "iment o", - "Ġv ess", - "Ġimp ression", - "b ec", - "ĠCap ital", - "Ġh ay", - "m ann", - "ÈĽ i", - "Ġautom atic", - "oc he", - "ol ly", - "Ġpow ers", - "Ġstay ed", - "Ġed it", - "8 2", - "ert y", - "Ġutil ize", - "Ġm ic", - "ens us", - "ĠSe ason", - "Ġrepresent ed", - "Ġveget ables", - "o en", - "Ġfore cast", - "ĠT aylor", - "Ġc aut", - "ou ston", - "atch ing", - "è ¥", - "Ġg ained", - "Ġspecial ist", - "und o", - "ĠAnal ysis", - "ĠI ss", - "? !", - "Ġoff ices", - "Ġhistor ic", - "ĠL ady", - "Ġpregn ancy", - "[ /", - "w en", - "ier a", - "Ġapp et", - "in als", - "lim ited", - "Ġj am", - "Ġh ack", - "Ġfall s", - "Ġvari ables", - "b ury", - "Ġsatisf action", - "ĠSing apore", - "W he", - "ĠC ome", - "é ©", - "i pt", - "Ġstrugg ling", - "9 2", - "ĠA ge", - "$ .", - "Ġbeh alf", - "Ġhop es", - "ot te", - "Ġr iding", - "18 6", - "ins on", - "Ġcor n", - "ĠSecret ary", - "Ġh anging", - "ĠIm pro", - "qu is", - "ia h", - "Ġburn ing", - "åĪ Ĩ", - "ĠD at", - "ĠSp ain", - "Ġpr icing", - "a ul", - "M ethod", - "Ġintrodu ce", - "Ġpriv ile", - "Ġh osp", - "Ġcompens ation", - "Ġdivers ity", - "ĠP S", - "am o", - "Ġcur rency", - "Ġsurv ive", - "Ġm old", - "are a", - "ut ies", - "s is", - "Ġr it", - "ĠV en", - "Ġg ru", - "Ġs ab", - "Ġp p", - "ĠCh all", - "ĠL y", - "ĠH arr", - "Ġun iform", - "re p", - "h ar", - "Ġgr ace", - "Ġt ong", - "Ġimprove ments", - "Ġstat istics", - "inte rest", - "ust ration", - "Ġelectric ity", - "Ġto oth", - "æĸ ¯", - "id as", - "Ġadopt ed", - "ater n", - "ĠUp date", - "Ġvi agra", - "AM E", - "ĠStud y", - "Ġen forcement", - "Ġl y", - "st ore", - "ĠApp lication", - "def ault", - "itt y", - "Ġthe rm", - "U G", - "on ut", - "h ot", - "ate ur", - "y o", - "ne h", - "Ġbuy ers", - "Ġnodd ed", - "ĠS port", - "ĠB ody", - "ĠB urn", - "ĠPol it", - "r t", - "Ġm ont", - "Ġarg uments", - "ĠEm ail", - "Ġt ous", - "Ġinstitut ion", - "Ġm oon", - "Ġexplan ation", - ". :", - "Ġscen es", - "O pen", - "Ġman ip", - "ask a", - "Ġpregn ant", - "ĠS av", - "ĠFr ont", - "ĠM ess", - "ĠC ra", - "Res ponse", - "Ġmarg in", - "ĠB ath", - "i ology", - "èº «", - "Ġpr ayer", - "b lic", - "Ġsu ite", - "Ġst ir", - "ĠS aint", - "Ġpen is", - "Ġpro c", - "Ġoper ator", - "Ġy ard", - "Ġp ier", - "Ġu l", - "z u", - "Ġun expected", - "G R", - "ĠV iet", - "Ġcon j", - "ĠComm on", - "Ġcon sole", - "ĠArt icle", - "Ġcur ious", - "ĠEx am", - "Ġtem porary", - "oc ur", - "ĠProt ection", - "Ġencourag ed", - "Ġbl end", - "E s", - "Ġtext ure", - "ov ing", - "Ġworks hop", - "m ic", - "Ġd if", - "Ġb omb", - "( [", - "Ġa er", - "Ġdr inks", - "Ġde lete", - "k g", - "e vent", - "Ġvers us", - "Ġfew er", - "ĠB ush", - "il arly", - "ĠSup reme", - "æ ı", - "Ġinst ruction", - "em os", - "at hered", - "vious ly", - "? )", - "ĠVe gas", - "Ġbroad cast", - "ĠUS D", - "ç ģ", - "ĠPa per", - "ick ed", - "Ġconcent ration", - "Ġs que", - "ãĢ ĭ", - "ĠN orthern", - "g ame", - "ĠC ore", - "ĠS ource", - "act s", - "P ing", - "Ġfr anch", - "Ġpack aging", - "Ġme j", - "Ġfunction ality", - "ĠB and", - "sem ble", - "éĹ ´", - "L ink", - "ĠA venue", - "à »", - "E st", - "h ome", - "Ġann oy", - "ãĢ Ĭ", - "ĠP od", - "om in", - "ĠBook s", - "er ry", - "ĠW at", - "** *", - "Ġst ability", - "Ġhead ing", - "M s", - "Ġperiod s", - "N umber", - "r ar", - "Ġmind s", - "is p", - "Ġinfl amm", - "ĠSh ort", - "ĠAr m", - "Ġdeath s", - "Ġign ore", - "ic her", - "ot ype", - "Ġiniti ative", - "Ġal ert", - "Ġm uy", - "è¥ ¿", - "ax y", - "Ġgold en", - "Ġheav en", - "ĠS ir", - "ĠMount ain", - "Ġsc ar", - "8 1", - "Ġfocus ing", - "Ġprint ing", - "Ġexperi encing", - "Ġg ene", - "pro t", - "Ġprepar ing", - "ĠAs k", - "cc iÃ", - "ĠYO U", - "ĠL iving", - "10 8", - "p ot", - "Ġinj ured", - "Ġact or", - "Ġc otton", - "Ġo ok", - "b at", - "ĠS ky", - "Ġclass room", - "S cript", - "ag ers", - "ĠAg ency", - "ft en", - "ĠK ent", - "ĠPak istan", - "Ġdiagn osis", - "Ġentr ance", - "Ġop ens", - "ĠA lp", - "ĠSar ah", - "Ġf are", - "a ñ", - "Ġind icated", - "Ġgener ic", - "am ics", - "ĠG row", - "Ġflex ibility", - "( *", - "Ġaccess ories", - "Ġét ait", - "Ġse ats", - "Ġgr anted", - "N O", - "Cont ent", - "c ery", - "Ġbr ush", - "cont ent", - "Ġscen ario", - "Ġl oose", - "il ton", - "b in", - "Ġmeas ured", - "ú n", - "Ġeng aging", - "Ġam pl", - "Ġdis hes", - "Ġcontinu ous", - "h y", - "Ġdur able", - "Ġsure ly", - "Ġpe ak", - "Ġt ears", - "ĠPh oto", - "ĠMem bers", - "ens or", - "Ġsc ores", - "Ġacknow led", - "Ġlay ers", - "ĠC it", - "Ġlist ing", - "th rough", - "ĠTh ings", - "è¿ Ľ", - "18 7", - "il ty", - "Ġcan cel", - "ag raph", - "Ġlay out", - "== =", - "Ġf ert", - "Ġb in", - "ĠCom ment", - "al ty", - "ib t", - "Ġtrans formation", - "P ack", - "Ġv ice", - "Ġ ÅĽ", - "Ġref und", - "ik ely", - "for ward", - "Ġemploy er", - "Ġg eb", - "Ġsupp ose", - "ile t", - "h h", - "ĠP ur", - "ĠF ox", - "IN T", - "Ġdisplay ed", - "ĠM ind", - "Ġy oga", - "c hers", - "Ġquant ity", - "b est", - "V I", - "Ġmist akes", - "Ġt ape", - "ĠSen ior", - "ul pt", - "Ġdifficult y", - "Å £", - "Ġav ait", - "IC E", - "ä h", - "ud a", - "ad ata", - "rag on", - "l ocal", - "d ict", - "9 3", - "e le", - "Ġsleep ing", - "8 3", - "or ic", - "id ades", - "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", - "as i", - "Ġdisc rim", - "t ag", - "Ġass igned", - "z n", - "Ġor al", - "S ystem", - "Ġsatisf ied", - "Ġsy nd", - "IV E", - "ĠRad io", - "xy gen", - "Add ress", - "Ġopp osed", - "Ġtut orial", - "Ġprinc iple", - "sc reen", - "ĠK ar", - "Ġsupp lements", - "Ġeval uate", - "à ¤", - "Ġa wards", - "ĠExper ience", - "ç Ļ", - "vis or", - "ĠB ol", - "U nder", - "Ġb oolean", - "ĠO s", - "ĠDes pite", - "ĠSt aff", - "M B", - "9 4", - "M T", - "Ġinc ent", - "tt p", - "ĠMod ern", - "Ġh ip", - "ever al", - "Ġs ought", - "Pl ay", - "Ġconvers ations", - "B en", - "Ġexpl o", - "Ġnight s", - "h ire", - "Ġlo op", - "per t", - "re z", - "h igh", - "ÃŃ as", - "Ġenc ounter", - "ĠJ r", - "Do es", - "ĠA rizona", - "Ġse asons", - "Ġan gle", - "Ġsaf ely", - "ret t", - "Ġh al", - "ĠEvery one", - "it ative", - "ĠPhil ipp", - "Ġt we", - "an ç", - "\" ),", - "us al", - "Ġsil ence", - "Ġfocus es", - "Ġres ort", - "ĠC ivil", - "M em", - "Ġang ry", - "Ġha z", - "ĠStud io", - "Ġb ub", - "ĠT en", - "it ement", - "ĠSer ver", - "Ġextra ord", - "D isc", - "Ġtarget s", - "ĠP resent", - "Ġcut s", - "Ġt ie", - "Ġloss es", - "Ġrec all", - "åĪ ©", - "Ġrare ly", - "an ne", - "ĠQu ick", - "Ġaim s", - "Ġhapp iness", - "ĠBl ock", - "Ġres olve", - "Ġrequest ed", - "Ġro d", - "r iger", - "Ġn ations", - "Ġcontribut ion", - "ä¸ ī", - "pl an", - "M en", - "ĠPart ners", - "em ail", - "all as", - "st atus", - "Ġsur ge", - "ĠSw ed", - "ak i", - "ĠB iden", - "ĠMan ufact", - "ol en", - "Ġv om", - "ĠBe h", - "ĠC S", - "Ġconc ert", - "ĠKore a", - "Ġas ks", - "ro gen", - "Ġleg end", - "Ġcomb ine", - "Ġcont ained", - "Ġfun c", - "Ġvis its", - "Ġfarm ers", - "Ġpre st", - "Ġequ ity", - "o op", - "Ġinvent ory", - "åŃ ¦", - "¡ æľī", - "å® ļ", - "w ear", - "Ġgraph ics", - "Ġgenu ine", - "ĠInst all", - "Ġsuff ered", - "Ġacc um", - "( -", - "Ġcup s", - "Ġh iring", - "ore t", - "h our", - "Ġhard ly", - "Ġacqu ired", - "ĠK ind", - "art en", - "Ġs v", - "Ġd uration", - "os ph", - "Ġra ising", - "ams ung", - "Ġrid ic", - "W S", - "Ġcert ificate", - "Ġs ne", - "Ġair craft", - "n is", - "Ġspeak er", - "Ġme hr", - "aj e", - "Ġcomput ers", - "Ġtrust ed", - "Ġsubs cription", - "Ch ild", - "ro d", - "ĠCons ider", - "ok er", - "Ġinvest ing", - "Ġrepe at", - "Ġnerv ous", - "Bl ack", - "ĠP oly", - "Ġheart s", - "On ly", - "ĠZe aland", - "ĉĉ ĉĉ", - "Ġsc ored", - "Ġgovern ments", - "pt r", - "ĠP ers", - "Ġresp ir", - "w y", - "Ġs our", - "Ġg em", - "B et", - "Ġsold iers", - "éķ ¿", - "av al", - "Ġrob ust", - "ĠM arg", - "Ġpush ing", - "ud o", - "ĠV in", - "Ġwrit es", - "opp er", - "ĠIr ish", - "Ġsm iled", - "Ġheav ily", - "con f", - "Ġun se", - "Ġaccur acy", - "ç IJ", - "P RO", - "Ġt ons", - "u ction", - "Ġlog ic", - "ĠO wn", - "A ction", - "Ġdes erve", - "Ġcontract s", - "ĠInte gr", - "Ġaward ed", - "åķ Ĭ", - "Ġto ken", - "O p", - "Ġsh ook", - "enn es", - "ä ng", - "Ġp ip", - "ast ed", - "Ġaddress es", - "P ay", - "m em", - "w all", - "Ġsw ing", - "Ġen abled", - "Ġnut ri", - "ĠFurther more", - "ĠA wards", - "per ties", - "the y", - "P ublic", - "ĠGold en", - "r ine", - "Ġsc reens", - "ĠB at", - "ĠL LC", - "Ġp ap", - "ĠM iami", - "Ġd ot", - "il ation", - "ort e", - "R P", - "ĠB ru", - "Ġdist ingu", - "Ġattempt s", - "12 3", - "D av", - "d et", - "Ġhol idays", - "å° Ķ", - "B ar", - "Ġme ets", - "ist ing", - "æĸ ĩ", - "Ġsubstant ial", - "ĠT ag", - "Ġl en", - "ap se", - "Ġarg ue", - "00 1", - "Ġspeak ers", - "ĠRem ember", - "Ġtemper atures", - "Ġadm itted", - "ol ving", - "Ġro y", - "s i", - "d em", - "ĠE ric", - "Ġdocument ation", - "Y eah", - "or ous", - "ĠTe le", - "Ġab ilities", - "ÃŃ s", - "iat ric", - "Ġre ven", - "ĠK ids", - "ĠG P", - "Ġphilosoph y", - "f ire", - "ĠJ ob", - "h ou", - "ac les", - "Ġtod os", - "n ormal", - "Ġ Äį", - "m ain", - "umin um", - "Ġshould ers", - "æľ Ģ", - "Ġnot re", - "ylv ania", - "ĠS olutions", - "F eb", - "Ġex clus", - "Ġdam aged", - "ĠC ut", - "Ġcom un", - "pl ed", - "Ġpack ed", - "Ġcr ash", - "Ġbene ath", - "Ġdemonstr ate", - "Ġen f", + "auth or", + "▁d oll", + "▁do ll", + "▁dol l", + "▁h arm", + "▁ha rm", + "▁har m", + "▁ harm", + "▁G en", + "▁Ge n", + "▁ Gen", + "tr ee", + "tre e", + "t ree", + "et ime", + "eti me", + "e time", + "cf g", + "c fg", + "▁gu ys", + "▁guy s", + "▁Cal ifornia", + "▁G reen", + "▁Gr een", + "▁Gre en", + "▁Gree n", + "▁ Green", + "▁mov ement", + "▁move ment", + "▁mo vement", + "ie j", + "i ej", + "▁stat ement", + "▁state ment", + "▁ statement", + "▁se eing", + "▁see ing", + "▁h aven", + "▁have n", + "▁ha ven", + "▁hav en", + "vent ion", + "v ention", + "S L", + "ched ul", + "ie rt", + "ier t", + "i ert", + "▁pr imary", + "▁prim ary", + "▁pri mary", + "▁prima ry", + "▁ primary", + "▁c ivil", + "▁ci vil", + "▁civ il", + "ri an", + "ria n", + "r ian", + "▁b utton", + "▁but ton", + "▁butt on", + "▁ button", + "▁l ived", + "▁li ved", + "▁live d", + "▁liv ed", + "P ass", + "so r", + "s or", + "▁watch ing", + "▁wat ching", + "▁sk ills", + "▁skill s", + "te e", + "t ee", + "Le vel", + "L evel", + "▁sc ient", + "h s", + "▁a gre", + "▁ag re", + "ca t", "c at", - "Ġodd s", - "ĠD ur", - "L S", - "l u", - "Ġmed ic", - "Ġen v", - "ĠM s", - "Ġweap on", - "Ġpr ide", - "Ġdirect ions", - "ĠEvery thing", - "es is", - "Ġg es", - "se lect", - "Ġunus ual", - "Ġconf ront", - "Ġmy th", - "ĠChe m", - "ore n", - "rou s", - "Ġabs ence", - "Ġover come", - "Ġf ool", - "ass ion", - "Ġest imate", - "Ġtra baj", - "ĠA k", - "Up date", - "Ġex it", - "Ġvulner able", - "Ġpro hib", - "Ġs ummary", - "S w", - "Ġquest o", - "Ġser vers", - "ĠBro ad", - " ©", - "Ġl ake", - "å· ±", - "ĠC ub", - "è ī", - "ÃŃ n", - "Pro f", - "he it", + "▁t end", + "▁te nd", + "▁ten d", + "▁M ill", + "▁Mil l", + "▁Mi ll", + "▁ Mill", + "▁C ap", + "▁Ca p", + "▁ Cap", + "OR D", + "O RD", + "gl e", + "g le", + "▁с во", + "» ,", + "▁a head", + "▁ah ead", + "ve st", + "ves t", + "v est", + "▁J ose", + "▁Jo se", + "▁Jos e", + "is cher", + "isch er", + "ische r", + "isc her", + "ș i", + "▁le aving", + "▁д ля", + "▁s outh", + "▁so uth", + "▁sou th", + "▁sout h", + "▁con sum", + "▁cons um", + "▁ consum", + "R ange", + "▁activ ities", + "Se c", + "S ec", + "▁s ales", + "▁sa les", + "▁sal es", + "▁sale s", + "▁f ix", + "▁fi x", + "▁ fix", + "▁j ed", + "▁je d", + "▁ jed", + "ru m", + "r um", + "ve ctor", + "vec tor", + "v ector", + "▁s pot", + "▁sp ot", + "▁spo t", + "▁ spot", + "▁man ufact", + "к т", + "or row", + "orr ow", + "si gn", + "sig n", + "s ign", + "▁col lege", + "▁colle ge", + "▁colleg e", + "▁d river", + "▁dr iver", + "▁dri ver", + "▁driv er", + "▁drive r", + "▁ driver", + "▁def initely", + "▁definit ely", + "▁s pend", + "▁sp end", + "▁spe nd", + "miss ion", "m ission", - "art e", - "ĠAv ailable", - "ĠBrit ain", - "ĠSqu are", - "ĠTrans port", - "am er", - "ah ren", - "Ġc ant", - "ut ion", - "t ail", - "p ire", - "ä¸ ¤", - "b ound", - "Ġsign ature", - "Ġroad s", - "g hed", - "Ġwood en", - "Ġbl ame", - "ĠD VD", - "an za", - "ĠM ais", - "S ON", - "Ġche cks", - "ĠMin istry", - "Ġrepresent ative", - "Ġfrequ ent", - "Ġflu id", - "æī ĭ", - "Ġrom antic", - "Ġinfl ation", - "ĠN FL", - "Ġblog s", - "Ġan ger", - "ost en", - "ĠM ember", - "r ants", - "d on", - "\\ \\", - "Ġg ew", - "Ġhe m", - "ac ious", - "ĠD iet", - "Ġdivid ed", - "w ich", - "çŁ ¥", - "id ade", - "book s", - "Ġt ambién", - "Ġdescrib es", - "ĠP ri", - "é »", - "ĠU m", - "F S", - "In put", - "or ie", - "ĠS ave", - "Ġdr ama", - "Ġenthus i", - "18 5", - "åı Ī", - "çļĦ å", - "d r", - "Ġmaintain ed", - "Ġarrest ed", - "Ġdistribut ed", - "Ġapp lies", - "Ġcontro vers", - "er ior", - "I B", - "om o", - "Ġproduct ivity", - "back s", - "as hes", - "Ġpromot ing", - "Ġbreak s", - "Ġj a", - "Ġsem i", - "or se", - "Ġplug in", - "omm en", - "l aw", - "are r", - "Ġposs ibilities", - "Ġexam ine", - "ult ane", - "ĠE astern", - "Ġtem por", - "ĠFore st", - "r us", - "ĠLat in", - "ĠCor poration", - "reg on", - "ĠO P", - "Ġdecl ine", - "> (", - "ad en", - "Ġacqu ire", - "Ġinst antly", - "ere r", - "Ġcrypt o", - "ĠJ osh", - "Ġs oll", - "ac o", - "Ġtarget ed", - "Ġc ogn", - "anc hes", - "Ġpued e", - "ĠO x", - "Ġmin ister", - "Ġnob ody", - "ure au", - "G en", - "S ign", - "Ġm ie", - "ĠIm age", - "ual s", - "re ement", - "Ġhigh lights", - "g iving", - "Ġindic ates", - "Ġexception al", - "Ġn ue", - "å¤ ´", - "Ġass ault", - "J oin", - "ĠVal ue", - "Ġcap s", - "here nt", - "Ġpre ced", - "Ġro ots", - "achel or", - "Ġprop ri", - "ef its", - "Ġj et", - "orn o", - "Ġc ats", - "Ġt ied", - "Ġdirect ory", - "ĠS ure", - "ph p", - "D C", - "Ġent itled", - "Ġdevelop er", - "( âĢľ", - "u um", - "Ġf iction", - "Ġdiscuss ions", - "Ġsubst ance", - "ĠId ent", - "AB LE", - "Ġroll ing", - "im s", - "ĠL i", - "Ġbank ing", - "ĠB ud", - "ru p", - "M at", - "Ġst ations", - "ast y", - "ĠPr in", - "è me", - "ang el", - "ç ©", - "Ġm ouse", - "ĠIll inois", - "Ġb ass", - "é £", - "as er", - "Ġrec ruit", - "ig ma", - "ĠMot or", - "Ġi OS", - "I E", - "g ree", - "ĠF L", - "ĠC ou", - "å® ŀ", - "ĠAir port", - "ĠK ong", - "Ġst ocks", - "à ī", - "ĠR og", - "Ġent ity", - "Ġste pped", - "Ġpro st", - "æ° ij", - "Ġpr on", - "U ST", - "Ġelect ron", - "an ing", - "é «", - "Ġconsult ation", - "P al", - "ĠEl izabeth", - "Ġt ube", - "h ops", - "S H", - "Ġg ig", - "ĠComput er", - "wh o", - "ĠF ab", - "ĠN E", - "Ġconvers ion", - "Ġstru ck", - "Ph oto", - "Ġ ik", - "Ġmove ments", - "ĠM oon", - "Ġthem es", - "ost ic", - "ĠInt erest", - "S k", - "at ar", - "11 1", - "u ating", - "Ġaccount ing", - "Ġcomp os", - "t itle", - "ĠA st", - "New s", - "Ġemploy ed", - "ĠA ve", - "P ort", - "P ol", - "ĠMon th", - "Ġexpl os", - "ps on", - "Ġtri ps", - "isc al", - "AS S", - "h yd", - "Ġgr id", - "Ġcon ventional", - "W elcome", - "Ġd ict", - "p ool", - "pro cess", - "j ud", - "Ġd op", - "cle ar", - "ĠAf ghan", - "ric ulum", - "C B", - "act or", - "R ight", - "Ġcomple ment", - "l n", - "Ġp om", - "Ġpent ru", - "Ġfollow ers", - "ĠElect ric", - "* )", - "Ġl on", - "Ġhe ating", - "Ġwis dom", - "Ġdi pl", - "ĠW ars", - "Ġcere mony", - "Ġt rib", - "im mer", - "Ġsp o", - "Ġord inary", - "ĊĊ Ċ", - "ĠHol lywood", - "f ound", - "Pro ject", - "Ġinv ite", - "Ġbu g", - "Ġenviron ments", - "cos ystem", - "ile y", - "fl oat", - "pl ant", - "d ing", - "Ġcontribut ions", - "Ch ar", - "Ġthro at", - "Ġl ens", - "èĩª å·±", - "Ġlow est", - "ĠA bs", - "Ġdism iss", - "ĠAm ong", - "Ġs orts", - "ĠB ell", - "O O", - "Ġcon ce", - "Ġelect ed", - "s ylvania", - "el se", - "Ġfold er", - "Ġcirc uit", - "ĠS D", - "ĠEn joy", - "Ġwork place", - "Ġexerc ises", - "Ġpromot ion", - "uss ion", - "Ġlic ensed", - "ĠG ive", - "Ġp atch", - "ern ame", - "re quest", - "ĠB aby", - "w ill", - "ĠC irc", - "ÃŃ m", - "Ġswim ming", - "Ġfem in", - "Ġsubsequ ent", - "Ġse ar", - "Ġcont ents", - "åIJ ij", - "ĠReg ist", - "Ġco aching", - "ĠM i", - "Ġwat ers", - "D el", - "Build er", - "Ġp upp", - "pl ic", - "Ġbehav iour", - "ĠPriv acy", - "ĠPl ant", - "ĠC over", - "Ġst a", - "Ġed iting", - "Ġcert ification", - "ott om", - "ĠPer formance", - "ĠH R", - "Ġconf used", - "ĠT oy", - "Ġrepresent ation", - "ent i", - "ĠT ree", - "ĠBer lin", - "ĠS in", - "clud es", - "p g", - "Ġregul atory", - "iz ations", - "Ġbreat hing", - "c am", - "ĠD iam", - "Ġthrow s", - "ĠSt ation", - "Bl ock", - "Ġamong st", - "Ġinterview s", - "osit ory", - "Ġm arch", - "Ġr acing", - "... ]", - "Ġtrig ger", + "з у", + "at ively", + "ative ly", + "ativ ely", + "b i", + "Call back", + "▁particular ly", + "▁particul arly", + "▁h ell", + "▁he ll", + "▁hel l", + "▁ hell", + "▁p ool", + "▁po ol", + "▁ pool", + "PR E", + "P RE", + "▁cle arly", + "▁clear ly", + "P T", + "ot hes", + "oth es", + "othe s", + "▁I d", + "▁ Id", + "Loc ation", + "L ocation", + "▁R un", + "▁Ru n", + "▁ Run", + "▁f ixed", + "▁fix ed", + "▁ fixed", + "▁H and", + "▁Ha nd", + "▁Han d", + "▁ Hand", + "ba l", + "b al", + "d ouble", + "C an", + "Om ega", + "▁chall eng", + "▁stand ing", + "▁stan ding", + "▁ standing", + "it en", + "ite n", + "i ten", + "▁me chan", + "▁d urch", + "▁dur ch", + "▁d ell", + "▁de ll", + "▁del l", + "▁rais ed", + "▁raise d", + "▁ra ised", + "▁we ak", + "▁ weak", + "▁D u", + "▁ Du", + "gr ad", + "gra d", + "g rad", + "▁sc ene", + "▁scen e", + "▁ scene", + "pos s", + "po ss", + "p oss", + "▁t on", + "▁to n", + "▁ ton", + "▁e arth", + "▁ear th", + "ul ations", + "ulation s", + "▁str ength", + "▁stre ngth", + "▁streng th", + "ak ed", + "ake d", + "a ked", + "▁re main", + "▁rem ain", + "▁B i", + "▁ Bi", + "▁custom er", + "▁cust omer", + "▁ customer", + "ran ge", "r ange", - "ĠSci ences", - "ĠF a", - "ĠK enn", - "Ġassist ant", - "ĠH ouston", - "Ġneut ral", - "Ġform a", - "pr ises", - "Ġdemonstr ated", - "k ind", - "Ġm ant", - "Qu est", - "Ġgrand e", - "Ġr és", - "ĠF ast", - "ish ment", - "Ġlas er", - "end if", - "ĠTh ink", - "Ġf iber", - "ap h", - "Ġprec ious", - "Inst ance", - "Ġconsist ently", - "ĠTor onto", - "if i", - "ĠW inter", - "ry ing", - "Ġres idence", - "ethe less", - "ol n", - "Ġaddress ed", - "ĠFin ance", - "ĠD ub", - "ĠPr ince", - "he ast", - "Ġsurv ival", - "Ġp i", - "pe red", - "Ġbel t", - "Ġhost ed", - "Ġsmart phone", - "Ġsle e", - "Ġmeaning ful", - "But ton", - "ĠF REE", - "Ġdig est", - "Ġpick ing", - "Ġp are", - "bur gh", - "p op", - "æĬ Ĭ", - "ou red", - "ĠC ancer", - "Ġinter actions", - "ĠH ay", - "h u", - "ith ub", - "J une", - "Ġc ub", - "Ġse am", - "Ġbase ball", - "ath y", - "ĠEd ition", - "Ġunder lying", - "d oc", - "Ġprov ed", - "Ġt ension", - "Ġnarr ative", - "un o", - "ĠLim ited", - "old s", - "s im", - "ĠDe ad", - "Ġdiv orce", - "le b", - "Ġe cho", - "Ġut ility", - "und en", - "ĠP ed", - "c u", - "Ġreg ulation", - "e y", - "Ġhab its", - "Ġn am", - "ĠH P", - "cl ient", - "åĽ ŀ", - "Ġpri ze", - "Ġir rit", - "Ġcreat ivity", - "Ġt a", - "//////// ////////", - "Ġs z", - "Ġcompat ible", - "Ġaccord ance", - "Ġapp li", - "Ġre verse", - "Ġdes de", - "Ġtri als", - "Ġemer ging", - "Ġart ificial", - "ens ing", - "åħ ¬", - "T ag", - "ard o", - "rape ut", - "pl ing", - "l ia", - "Ġc ig", - "Ġu k", - "ĠEst ate", - "Ġvolunte ers", - "as ion", - "AS E", - "Ġvot ing", - "Ġl ying", - "Ġvirt ually", - "ĠCol lect", - "Ġiniti atives", - "Ġsal ary", - "Ġpan els", - "l ined", - "Ġres ident", - "A ccess", - "ĠN ature", - "Ġexpl oring", - "we b", - "ĠM iller", - "Ġdis order", - "Qu ery", - "May be", - "Ġfif th", - "Ġpil ot", - "M arch", - "Ġfinanc ing", - "= {", - "æĥ ħ", - "Ġbasket ball", - "Ġdeliver ing", - "Ġcoun cil", - "Ġinter vention", - "ĠAnt h", - "Ġs lic", - "10 5", - "éĥ ¨", - "ru nd", - "Ġdecl ared", - "Ġnom bre", - "Ġobject ives", - "Ġmatch ing", - "Ġinfect ions", - "ag ne", - "re b", - "ĠT it", - "Ġowners hip", - "Ġpr ze", - "Ġjud gment", - "Ġe ars", - "Ġcam eras", - "c alled", - "ar o", - "el ijk", - "Ġsole ly", - "F inally", - "Ġwire less", - "oc key", - "Ġexhib ition", - "u ana", - "Ġdes ktop", - "ĠBet ter", - "A pril", - "17 0", - "Ġab und", - "ĠL oss", - "ĠKe vin", - "Ġcl ip", - "Ġb io", - "Ġemploy ers", - "He alth", - "Ġcampaign s", - "L Y", - "nes ota", - "âĢ IJ", - "Ġo Ã", - "ĠDie go", - "IT Y", - "Ġw aves", - "B el", - "è ¶", - "Ġbelie fs", - "Ġhot els", - "Ġactiv ely", - "ĠN othing", - "Ġgar lic", - "ro it", - "ĠT alk", - "un ge", - "ock ets", - "Ġneigh b", - "ĠS ound", - "ors hip", - "Ġw estern", - "Ġbe z", - "Ġpurs ue", - "Ġelse where", - "Ġenc ore", - "Ġopp osition", - "ĠJ enn", - "Ġbu nd", - "S ch", - "ĠM uch", - "X X", - "Ġtest im", - "Ġgra v", - "ĠH ong", - "Ġsett led", - "ĠIndust ry", - "Ġem issions", - "Ġg ross", - "Ġelim inate", - "Ġnurs ing", - "Ġs outhern", - "ĠPro du", - "g ood", - "Ġde ar", - "Ġarriv al", - "a ver", - "Ġd irt", - "ul ui", - "ĠE D", - "Ġinter active", - "Ġorgan isation", - "Ġexpand ed", - "Ġw ishes", - "Ġfound er", - "é« ĺ", - "it ches", - "F in", - "Ġbacter ia", - "Ġbo ards", - "Ġinc om", - "Ġaim ed", - "Pr ice", - "Ġp es", - "Ġcelebr ation", - "ph ia", - "ĠG er", - "Ġimportant ly", - "Ġm ö", - "ass en", - "ĠB ag", - "Ġsm oking", - "d ig", - "ĠDemocr atic", - "Ġsign ing", - "unicip al", - "ne xt", - "æĶ ¿", - "erv ing", - "add y", - "Ġle mon", - "pl it", - "ĠB an", - "Ġch ap", - "Ġpass age", - "è§ ģ", - "ĠB rian", - "Ġtourn ament", - "Ġearn ings", - "em ies", - "fl ix", - "ur ities", - "Ġc ord", - "op her", - "H z", - "Ġvot ers", - "Aut hor", - "arr ass", - "ĠApp ly", - "qu ery", - "Ġcorrespond ing", - "Ġgu ilty", - "Ġphys ically", - "Ġreg ards", - "Ġfulf ill", - "Ġclub s", - "Ġad min", - "Ġmount ains", - "Ġcap ac", - "ĠMar c", - "part y", - "Ġresult ed", - "Ġw ise", - "\\ \"", - "n ull", - "ond a", - "M D", - "con text", - "u et", - "ĠT otal", - "ĠApp ro", - "Ġinn oc", - "Ġback up", - "Ġtong ue", - "ĠGall ery", - "Ġmechan ical", - "U r", - "u its", - "ing e", - "ĠP ub", - "V ery", - "åIJ į", - "c up", - "Ġwork er", - "ĠBro ther", - "p ad", - "Ġhosp itals", - "ĠH ost", - "In tern", - "Ġcomplet ion", - "Ġscreen ing", - "Ġw ider", - "Ġgl obe", - "aw are", - "Ġtable t", - "Ġcrypt ocur", - "Ġsupp liers", - "us et", - "Ġo z", - "ĠV ice", - "Ġsh out", - "z ia", - "Ġhors es", - "am ine", - "ĠKit chen", - "ĠN ob", - "og s", - "ĠChrist ians", - "ĠLew is", - "Ġphr ase", - "Ġanal yst", - "ĠDon ald", - "Ġnewsp aper", - "ä¸ ĸ", - "Ġatt ending", - "ĠP rivate", - "s ized", - "Ġroll ed", - "ribut ion", - "ĠArch itect", - "Ġwe igh", - "Ġb other", - "Ġvert ical", - "Ġd ual", - "Ġhol es", - "Ġprocess ed", - "Ġparticip ating", - "ER T", - "ĠC le", - "iss ance", - "Ġb id", - "P D", - "Ġg athered", - "G od", - "ĠCh oose", - "ĠO ak", - "Ġbrother s", - "Ġm aps", - "Ġaccom pan", - "Ġde leg", - "ĠPro perty", - "ĠEx press", - "Ġtem pt", - "ĠP ath", - "t ains", - "ç Ī", - "ĠPh one", - "iction ary", - "18 4", - " §", - "Ġup set", - "ĠC T", - "ĠF uture", - "Ġsou p", - "Ġany body", - "Ġtransl ation", - "S ty", - "Ġfru its", - "Ġeleg ant", - "re i", - "Ġt orn", - "Ġbab ies", - "od ed", - "$ $", - "Ke ep", - "ĠAnn ual", - "Ġa est", - "pr ing", - "itut ional", - "Ġt i", - "Gener al", - "Ġsk illed", - "ous es", - "ĠI V", - "Ġcont ra", - "ĠS H", - "am y", - "Ġt ar", - "ĠW olf", - "çĽ ¸", - "Ġcal ories", - "Ġoffic ially", - "s z", - "Ġv ir", - "Ġ rib", - "( _", - "Ġconven ience", - "Ġover l", - "Ġpull ing", - "Ġd rain", - "a wn", - "ore r", - "az ioni", - "Ġp ant", - "m akers", - "Ġsens or", - "Ġv os", - "ĠDav is", - "ĠD ise", - "Ġel der", - "Ġhope fully", - "Ġdifferent ly", - "ĠRest aur", - "owe en", - "ot ive", - "Ġch ips", - "adel phia", - "f i", - "Ġdestroy ed", - "Ġmake up", - "ĠL iter", - "Ġmay or", - "W E", - "Ġref ers", - "ĠL ess", - "P res", - "Ġimpact s", - "Ġv ib", - "ĠDou ble", - "Ġsim ultane", - "Ġle af", - "ĠJ ay", - "d im", - "Ġpar ad", - "ĠJe an", - "vent ions", - "ĠJ ordan", - "ag ine", - "Ġconv in", - "Ġdownt own", - "Ġin du", - "ĠB B", - "ĠP or", - "Ġexam ination", - "Ġm Ã", - "g i", - "pl us", - "Ġdis aster", - "In s", - "++ )", - "M ark", - "we ek", - "ĠO pp", - "ĠRel ations", - "ĠP ast", - "Ġpo ver", - "ĠS ide", - "Ġref uge", - "Ġcour ts", - "Ġh an", - "Ġnut rition", - "N C", - "ol ves", - "Ġhonest ly", - "Ġh oney", - "Ġo re", - "ism s", - "Ġo xygen", - "ĠM erc", - "ĠE T", - "H appy", - "r in", - "Ġd ump", - "ĠWil son", - "m ates", - "ĠEm ploy", - "im iento", - "Ġaltern atives", - "iss a", - "Ġannounce ment", - "ĠTr ade", - "Ġex ch", - "Ġperform ances", - "å ĥ", - "Ġexpl icit", - "Ġli ability", - "nt il", - "Ġin ev", - "Ġremov ing", - "Ġenh anced", - "Ġcharg ing", - "c ellent", - "ĠDemocr ats", - "Ġpro secut", - "Ġaccom p", - "Ġref used", - "Ġpassion ate", - "Ġd ia", - "а Ð", - "Ġpur su", - "ĠP arent", - "sec urity", - "Ġinstr uments", - "Ġcomp osition", - "in ates", - "m ind", - "S i", - "Ġens ures", - "å® ĥ", - "Ġwh ilst", - "Ġvot es", - "P erson", - "ĠS ong", - "Ġdef ect", - "ĠBro ok", - "Ġd rives", - "Ġprov ision", - "Ġsil ent", - "k m", - "Ġvit amin", - "up date", - "Ġv ig", - "Ġsing ing", - "Ġsh r", - "ow ie", - "N one", - "Wh ich", - "ĠC ould", - "Ġcou ples", - "æ į", - "I LL", - "al g", - "ĠDe ath", - "em an", - "D an", - "b ling", - "Ġun like", - "ĠSe pt", - "Ġqu otes", - "Ġa ver", - "Ġoper ational", - "em ia", - "ab olic", - "Fig ure", - "Ġch i", - "Ġag enda", - "r ä", - "Ġn ella", - "ĠM ust", - "Ġwor n", - "Ġeng ines", - "ort ed", - "W ow", + "▁inter ested", + "▁interest ed", "ON E", - "Ġpass es", - "Ġmed i", - "Ġple asant", - "t age", - "Ġper f", - "Whe ther", - "Ġv ine", - "s ome", - "U RE", - "F ull", - "Ġexp ense", - "å± ±", - "Ġjew elry", - "G S", - "Ġlock ed", - "d am", - "te x", - "Ġauthent ic", - "ĠIs lam", - "éĩ į", - "Ġven ue", - "Ġst amp", - "ess a", - "st op", - "ist ical", - "r ations", - "ĠPenn sylvania", - "ĠPr im", - "Ġdepend ent", - "olog ists", - "Ġav ant", - "b st", - "Ġche aper", - "L ooking", - "ĠInd ex", - "Ġanal ys", - "Ġto ys", - "ĠC orn", - "On line", - "ĠP our", - "Ġprotect ing", - "Ġdesign ers", - "Ġgen re", - "ĠBr ad", - "Ġcor por", - "Ġlau ghed", - "Ġfl ights", - "Ġwork out", - "F OR", - "Equ al", - "ĠAl tern", - "ĠE lement", - "ĠJ am", - "Ab stract", - "ĠPer fect", - "Ġl iver", - "se ason", - "ch é", - "Ġed ges", - "om er", - "ĠPlan ning", - "L ong", - "ç ¤", - "Ġload ed", - "ĠBre ak", - "ac ular", - "Ġbon uses", - "Ġgener ations", - "ins i", - "Ġact ors", - "Ġdisc overy", - "u ke", - "Ġguarante ed", - "Ġst ops", - "$ ,", - "ro ck", - "gl ich", - "pro perty", - "ĠEd itor", - "ĠVill age", - "w alk", - "W rite", - "ad ores", - "ĠG reg", - "Ġgl ob", - "Ġand roid", - "ill o", - "Ġopt imal", - "us c", - "ĠG as", - "L ook", - "ĠI ron", - "Ġtro ops", - "Com ment", - "Ġf t", - "Ġw enn", - "Ġdet ection", - "Ġwor ship", - "e q", - "t arget", - "äº Į", - "ĠR O", - "Ģ ä", - "Ġst opping", - "ĠM agn", - "Ġto ss", - "ĠMic hel", - "Ġv iel", - "ê tre", - "t here", - "Ġimp ressed", - "Ġdist ract", - "Ġphotograph s", - "Ġgen etic", - "Ġclick ing", - "Ġvolunte er", - "ĠS ab", - "ĠLin ux", - "ĠC art", - "B ig", - ", âĢĻ", - "b ug", - "Ġr ust", - "ace ut", - "Se ptember", - "Ġrespond ed", - "ä» £", - "Ġh acer", - "nd ry", - "w al", - "old er", - "ĠH yd", - "Ġur l", - "in ely", - "ĠUn ter", - "om atic", - "Ġres erved", - "ĠVis it", - "Ġview ing", - "Ġg er", - "Ġdep os", - "are st", - "De v", - "osp el", - "Ġepis odes", - "Ġprodu ces", - "ĠC ash", - "ater al", - "Ġelect ions", - "2 20", - "Ġsh ame", - "ĠK h", - "Ġes sere", - "Ġcompet e", - "ĠH ub", - "ĠT ips", - "Ġann iversary", - "Ġh ug", - "he alth", - "u id", - "ĠC reek", - "ĠMag azine", - "ov o", - "Ġtalent ed", - "Ġa pr", - "ĠO regon", - "Ġprevent ion", - "Ġver b", - "ĠRem ove", - "er als", - "it és", - "Ġthreat s", - "Ġpaint ed", - "it zer", - "Ġmod ified", - "Ġve z", - "è Ħ", - "Ġreview ed", - "F P", - "Ġpurch ases", - "l ation", - "Ġr ug", - "ĠBl ood", - "ĠAnt on", - "pie ce", - "ĠTerm s", - "Ġbur den", - "ĠP O", - "Ġe cosystem", - "el en", - "H ot", - "h ard", - "Ġab stract", - "ĠL ie", - "te ch", - "Ġprom ised", - "ĠAust in", - "Ġinst ances", - "Ġground s", - "if s", - "Ġbal anced", - "ons in", - "Ġunivers ities", - "é rie", - "H L", - "Ġg reet", - "Ġas sembly", - "ish op", - "Ġre ct", - "Ġrad ical", - "eng ers", - "ab ling", - "Ex p", - "Ġm s", - "ĠA LL", - "ĠPal est", - "id al", - "f alse", - "Ġfro zen", - "ĠEv ents", - "B E", - "ar ation", - "ac ional", - "24 0", - "Ġaffili ate", - "Ġrest ore", - "Ġsc ulpt", - "ĠF ed", - "ÃŁ e", - "Ġcult iv", - "f en", - "ic are", - "ĠJ ason", - "åħ ¥", - "cy cle", - "in ery", - "out put", - "Ġfall en", - "Ġrough ly", - "am ma", - "Ġinter f", - "ix el", - "Ġwarrant y", - "ph y", - "id ity", - "Ġtele phone", - "Ġgather ing", - "\" ).", - "ä l", - "ĠUn it", - "Ġne ces", - "Ġmatt ress", - "g ot", - "Ġfig ured", - "Ġball s", - "Ġprodu cer", - "- .", - "Ġcon se", - "Ġcann abis", - "Ġre wards", - "Ġbe ef", - "ch ron", - "ĠC hen", - "Ġch ip", - "Ġpover ty", - "Ġdis orders", - "ĠV ers", - "Ġover se", - "Ġim mer", - "c n", - "Ġacc used", - "Ġunl ikely", - "umb led", - "Ġener g", - "è Ĥ", - "g ly", - "ĠA uf", - "end ment", - "ĠM ath", - "20 3", - "ill es", - "EN D", - "Ġver ify", - "Ġwra pped", - "ĠN C", - "en ÃŃ", - "Ġé l", - "ĠStep hen", - "m other", - "Ġh itting", - "ĠI L", - "Ġpsych ological", - "ĠO nt", - "Ġdrop s", - "Ġcollect ive", - "az ed", - "en ess", - "J uly", - "M ain", - "Ġc ad", - "ĠWork ing", - "Ġpopular ity", - "Ġcapt ured", - "k Ã", - "Ġl ang", - "Ġcooper ation", - "Ġentreprene urs", - "ĠC ool", - "Ġsoph ist", - "Ġep id", - "Ġpre nd", - "ĠJ ane", - "Ġd ying", - "ĠP ick", - "ust ain", - "18 3", - "j ac", - "ĠFor um", - "Ġhy brid", - "ĠM ix", - "Ġb ands", - "ĠG olf", - "Ġtem po", - "b as", - "R un", - "V ersion", - "е Ð", - "ĠN ation", - "B N", - "j u", - "Ġkne e", - "Ġg ang", - "air y", - "in et", - "ent h", - "T oken", - "isc onsin", - "H D", - "ag an", - "ij uana", - "O ptions", - "Ġcou rage", - "act iv", - "Ġbe ans", - "Ġb its", - "ric es", - "ĠBr idge", - "Ġpe er", - "Ġcop ies", - "O per", - "Ġg ently", - "Ġview ed", - "s pecific", - "ĠTur key", - "Ġd uties", - "Ġaffect s", - "ĠMin i", - "ĠS U", - "Ġas pir", - "Ġp izza", - "ĠColumb ia", - "Ġcomp act", - "Ġc ust", - "he nd", - "ential s", - "Ġref erences", - "AN T", - "ound ing", - "pro duct", - "Ġl ibr", - "st a", - "ind i", - "an al", - "ĠA qu", - "Ġchemical s", - "Ġfab ulous", - "Ġsh adow", - "ĠM ort", - "Ġsc al", - "Ġhar vest", - "Ġsurround ed", - "Ġapp le", - "Ġp iano", - "ĠG es", - "âĪ Ĵ", - "ne cess", - "ce eds", - "ĠD ies", - "m ut", - "ous ing", - "Ġexecut ion", - "Ġp ants", - "Ġrec ru", - "Ġnew est", - "Ġsp okes", - "Ġrele ases", - "Ġsex y", - "yd ney", - "Ġintegr ity", - "Aug ust", - "i ov", - "Ġv in", - "se arch", - "Ġ ip", - "ĠE V", - "cl ick", - "Ġdis rupt", - "ER R", - "c ies", - "ĠO ption", - "od er", - "ĠD im", - "Ġw rap", - "ĠL anguage", - "M us", - "omet ry", - "Ġp ets", - "Ġprof its", - "Ġconst ra", - "ĠCont ract", - "Ġn p", - "Ġterrit ory", - "\" }", - "Ġev ident", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠ", - "E v", - "ĠA gr", - "Ġd ash", - "Ġf ired", - "Ġappreci ated", - "ig ue", - "f ish", - "Ġsh apes", - "he art", - "Th ose", - "Ġland ing", - "ipp er", - "Ġsn ap", - "Ġst em", - "Ġqu ot", - "Ġthorough ly", - "Ġover view", - "Ġmoment o", - "Co V", - "Ġprom inent", - "ĠQ ual", - "M ult", - "Ġbur st", - "ĠQuest ions", - "Ġt v", - "Ġc ous", - "ĠSe attle", - "Ġsing er", - "ĠAss istant", - "Ġfin est", - "crib ed", - "ĠMin nesota", - "Ġcol ours", - "iz a", - "Ġab road", - "Ġconnect ing", - "ĠM ajor", - "ç¥ ŀ", - "ĠF ra", - "Ġc ada", - "Ġlog in", - "Ġb ou", - "Ġfasc inating", - "Ġbook ing", - "it ivity", - "ĠR ome", - "Ġb ite", - "Ġoff ense", - "ĠRes ults", - "ch arg", - "am iento", - "Ġcol leg", - "Ġoverwhel ming", - "Ġtrem end", - "Ġforgot ten", - "Ġcontribut ed", - "ow ers", - "ĠM ars", - "Ġutil izing", - "ĠWrit ing", - "Ġcult ures", - "ĠG ard", - "L oad", - "ve z", - "Ġoper ators", - "Ġpain ful", - "Ġd ann", - "Ġà ¶", - "? '", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠ Ġ", - "ĠN S", - "j ack", - "Ġnavig ate", - "Cont in", - "Ġcor rel", - "Ġc ual", - "Ġexc itement", - "c ap", - "ĠPro p", - "Ġst raw", - "ĠU nd", - "én é", - "Ġag ed", - "Ġn ap", - "ĠH u", - "Ġag gressive", - "Ġprecis ely", - "Ġappet ite", - "ĠPh arm", - "is ode", - "ell ite", - "ĠW H", - "let on", - "Ġa y", - "ob b", - "be gin", - "ĠP ain", - "ĠP ict", - "ĠAct iv", - "Comp onent", - "ĠGl ass", - "Ġhe nce", - "R T", - "Ġcred its", - "Ġkn ife", - "UL T", - "Ġlaw yers", - "Ġsurf aces", - "Ġcook ed", - "ed it", - "P ass", - "Ġprec ise", - "hold er", - "Ġprem ier", - "Ġt an", - "W atch", - "Ġlimit ations", - "]( #", - "Ġst rain", - "htt p", - "Ret urn", - "Ġbul k", - "Ġoff set", - "Ġlike wise", - "Ġpar agraph", - "k ie", - "iz able", - "ro ot", - "sh ow", - "Ġsl ide", - "ĠB irth", - "aceut ical", - "ĠD ick", - "ĠP L", - "Ġex terior", - "Hand ler", - "A ng", - "n ych", - "ĠB C", - "ĠBar b", - "ĠIn fo", - "Ġmoist ure", - "ĠC and", - "Ġwhe els", - "Ġn orthern", - "Ġse vent", - "ĠGr ant", - "Ġv iv", - "ĠB ased", - "am on", - "æŀ ľ", - "ĠCo oper", - "Ġe u", - "Ġadopt ion", - "Ġintellig ent", - "Ġadequ ate", - "ÅĻ ÃŃ", - "in ction", - "ĠN orm", - "Ġtrans parent", - "ich ael", - "Ġve ctor", - "Ġv intage", - "Q ue", - "ing ton", - "âĢĿ )", - "re ll", - "Ġmed ications", - "Ġtra iler", - "n ut", - "Su per", - "Ġrespect ive", - "Ġfant asy", - "d ers", - "do ors", - "< !", - "Ġdo zen", - "Å¡ ÃŃ", - "Ġrub ber", - "ĠDe ep", - "Ġsp oken", - "ĠM ove", - "ĠM ens", - "Or der", - "ah oo", - "ĠEx change", - "red ient", - "Ġce iling", - "m ont", - "Ġcas a", - "10 3", - "ĠSim on", - "Ġremark able", - "Ġover night", - "arg o", - "ĠCl inton", - "S pec", - "Ġañ os", - "ĠD ave", - "Ġtri es", - "ad i", - "if ice", - "gu ard", - "ĠR oy", - "Ġappoint ed", - "D i", - "Ġco in", - "Ġc ort", - "æľ Ī", - "Ġathlet es", - "åº ¦", - "w hen", - "ĠT ai", - "ĠInc re", - "Ġbuy er", - "Ġacquis ition", - "ig a", - "ĠR s", - "Ġjo ke", - "Ġdro ve", - "Ġenjoy able", - "ro duct", - "ĠGr ad", - "Ġviol ent", - "Ġj aw", - "or ient", - "ĠH o", - "ĠSt yle", - "Ġt ang", - "Ġemb arrass", - "ĠB ry", - "Ġunivers al", - "el ve", - "sh ot", - "htt ps", - "min ute", - "ne j", - "ĠA pr", - "Us ing", - "enc er", - "Ġbes ide", - "ĠF at", - "ol ine", - "Ġhe al", - "Ġj ou", - "W orld", - "g redients", - "Ġcon vey", - "uset ts", - "oun ces", - "Ġhun ting", - "Ġobs erve", - "Ġg rip", - "ac cess", - "Ġswe at", - "Ġcu ando", - "em ed", - "å¤ ĸ", - "ou ver", - "Ġà ī", - "Ġbutt ons", - "m ate", - "Ġne uro", - "F E", - "ĠS cript", - "Ġgraph ic", - "in f", - "Ġvot ed", - "ach usetts", - "ĠIm port", - "Ġb inding", - "Ġcompl iment", - "Ġprof iles", - "oster one", - "Ġestim ates", - "p aren", - "ĠT ony", - "Ġsu p", - "ĠV ersion", - "Ġgr ay", - "ĠHaw ai", - "Ġg a", - "Ġspect rum", - "Ġcas o", - "ple t", - "Ġse ctors", - "Ġsp an", - "Ġgun s", - "ur ches", - "gg i", - "s a", - "ot to", - "Ġz o", - "ze it", - "grad uate", - "Ġadvert is", - "Ġcur ve", - "ĠVict oria", - "V ol", - "ĠG ree", - "Le vel", - "Ġenorm ous", - "ĠNiger ia", - "ĠF inal", - "ob j", - "Ġm elt", - "ĠH IV", - "ĠS ix", - "Ġproduct ive", - "Ġgall ery", - "F R", - "Ġbe aring", - "ĠC C", - "Ġmyst ery", - "25 6", - "ĠH E", - "ĠS pec", - "names pace", - "let t", - "Ġpublish ing", - "ĠSt ay", - "Ġoccas ions", - "ent ry", - "ut a", - "ĠCour se", - "Ġoff ensive", - "¸ ı", - "Sec ond", - "ĠS umm", - "ĠP ier", - "Ġbit coin", - "Ġadm ission", - "ug in", - "ul er", - "Ġu int", - "4 50", - "ĠD ays", - "Ġoil s", - "ĠG raph", - "åħ ¨", - "Ġen zym", - "est y", - "Ġredu ces", - "ĠD ue", - "on al", - "Ġall erg", - "Ġmat hemat", - "Ġremem bered", - "ce ive", - "Ġco ins", - "ĠDo ctor", - "ĠA le", - "sc ribe", - "n ik", - "Ġgro cery", - "S ave", - "Ġc rown", - "Ġstead y", - "Ġc ialis", - "Ġsp ell", - "us hes", - "b age", - "ĠL ooking", - "ĠB uff", - "play er", - "P T", - "Ġinv al", - "Ġeffect iveness", - "Ġexpand ing", - "Ġind oor", - "Ġfranch ise", - "Ġwal ks", - "Ġdial ogue", - "Ġpar allel", - "Ġinvestig ate", - "ĠH al", - "Ġleg acy", - "Ġin k", - "ĠC ell", - "ast ing", - "Ġintellect ual", - "Des pite", - "ig ious", - "ĠK elly", - "10 4", - "Ġanal ytics", - "ĠE ve", - "Ġs ous", - "ĠC rit", - "Ġh ij", - "ĠK r", - "Ġr anging", - "H ist", - "s uch", - "Ġm ature", - "] );", - "Ġet ern", - "Ġrepresent ing", - "Ġconvin ced", - "oo oo", - "ric a", - "p ush", - "l amic", - "Ġt ags", - "Ġin quir", - "Ġsal ad", - "Ġhor ror", - "ĠL yn", - "ve ment", - "ĠEconom ic", - "Ġrel i", - "Ġfil ters", - "ĠTr ad", - "ul in", - "Ġint im", - "Ġident ical", - "Ġg rey", - "Ġs ink", - "Ġwur de", - ".... ..", - "Sh ow", - "Ġc iv", - "Ġbo ots", - "s che", - "e g", - "Ġpl acing", - "itar ian", - "Ġagg reg", - "se a", - "elf are", - "à Ĺ", - "on ing", - "ĠH ig", - "Ġcar b", - "â ĺ", - "Ġbe re", - "m ethod", - "Ġp ig", - "u ates", - "Ġcalcul ated", - "Ġvent ure", - "ed a", - "od ium", - "ĠSu ccess", - "ĠJ u", - "Ġsett le", - "ĠI C", - "ĠT ok", - "ĠV it", - "ĠSing le", - "Ġth rown", - "Ġmin im", - "om i", - "ĠD yn", - "ĠAd vent", - "V ideo", - "ĠSc ient", - "} {", - "Ġexcess ive", - "Ġcr imes", - "P H", - "ĠY oga", - "ÃŁ en", - "ĠSp ot", - "au g", - "Ġun lock", - "ĠK at", - "Ġb ust", - "Ġsett lement", - "F actory", - "t x", - "Ġwond ered", - "Ġatt ributes", - "edd ed", - "ĠPh D", - "ĠiP ad", - "Ġextraord inary", - "G oogle", - "S upp", - "Ġm éd", - "Ġhost s", - "Ġdark ness", - "Ġremind ed", - "Ġm u", - "omm e", - "Ġalgorith m", - "Ġn in", - "Ġinterpret ation", - "IG HT", - "Fe atures", - "it utes", - "Ġar bit", - "ĠN ations", - "Ġaccept able", - "Ġefficient ly", - "Ġparam eter", - "Ġconserv ative", - "Ġn od", - "Ġth irty", - "is ons", - "rol og", - "Ġestablish ment", - "ab out", - "Ġn est", - "Ġl ol", - "Ġmeasure ment", - "L ocal", - "ĠEnvironment al", - "Ġth rew", - "l ad", - "å ĸ", - "v ia", - "ug g", - "es y", - "Ġm ock", - "Ġref res", - "s y", - "ur se", - "ĠR oss", - "Ġdifficult ies", - "Ġsu cc", - "ĠO m", - "off s", - "ĠMar ia", - "ay out", - "ĠD or", - "Ġrob ot", - "ĠSpe ed", - "C ase", - "ĠH air", - "ĠE arly", - "Ser ver", - "em on", - "r ir", - "Ġorganis ations", - "Ġtou ched", - "os i", - "Ġinvolve ment", - "ect ed", - "Ġout fit", - "ĠAtt orney", - "ĠD allas", - "Ġsp ir", - "Ġd ensity", - "Ġchamp ion", - "ĠC ann", - "Ġdim ensions", - "get s", - "ĠV ar", - "Ġw ieder", - "ĠE ver", - "Ġmotiv ation", - "Ġcontact s", - "Ġcopy right", - "Ġcool ing", - "Ġfacilit ate", - "ĠComp an", - "ĠAdv anced", - "oen ix", - "M ENT", - "ol as", - "N ull", - "Ġfo is", - "Ġhuman ity", - "Ġam en", - "we g", - "ĠBes ides", - "x im", - "Ġrespons ibilities", - "an as", - "=\" \"", - "Ġser ial", - "Ġexpect ing", - "irl ines", - "AC E", - "Ġt iene", - "f ather", - "Ġport able", - "S pecial", - "Ġent ries", - "d irect", - "Ä ģ", - "Ġste am", - "ĠC bd", - "be an", - "ont al", - "Ġcompl aint", - "Ġp ipe", - "e ven", - "Ġbe ings", - "ĠF ive", - "own ers", - "it ched", - "~~ ~~", - "æ Ł", - "ĠAng el", - "Ġend less", - "ĠConst ruction", - "ĠP ra", - "inc oln", - "ĠComp et", - "ĠI ce", - "Ġconstruct ed", - "Ġd irty", - "Ġwa ist", - "Ġg aze", - "Ġc ui", - "en v", - "Ġhand ed", - "ĠPat rick", - "Ġdim ension", - "point s", - "10 9", - "or ical", - "Ġdram atic", - "or ph", - "T HE", - "Ġc Äĥ", - "Ġweak ness", - "un ity", - "ĠPro blem", - "Ġvo ices", - "æ¬ ¡", - "G L", - "sh ould", - "ĠPhil adelphia", - "ag le", - "Ġmy ster", - "st at", - "Ġf ue", - "S ur", - "Ping back", - "Ċ ĊĠĠĠĠĠ", - "um ble", - "Ġg ains", - "ĠD J", - "ci pl", - "à ¯", - "b urn", - "ñ o", - "ĠM ail", - "Ġassign ment", - "ĠJew s", - "Ġch airs", - "g ithub", - "ĠW ire", - "Ġident ification", - "ĠT ool", - "he im", - "Ġse hr", - "Ġlab els", - "we i", - "Ġbeg un", - "in ition", - "Ġign or", - "Ġadministr ative", - "ĠRepublic ans", - "Ġd rew", - "Ġb atch", - "A h", - "V C", - "Ġdevelop ments", - "Ġsc roll", - "T w", - "Ġautom ated", - "Ġr ush", - "eli hood", - "Ġstro ke", - "Ġencourag ing", - "ac i", - "Ġoccasion ally", - "Ġan ch", - "Ġsh ade", - "Ġcap ability", - "ĠSte ven", - "ĠK ansas", - "ri ven", - "ou ri", - "Ġol ive", - "Ġdispl ays", - "Ġun comfort", - "Ġto ilet", - "Ġsk i", - "amb da", - "y our", - "ĠM E", - "os o", - "ï ¿", - "es se", - "Ġcollect ions", - "Ġp y", - "ĠAtl anta", - "Ġrel ating", - "Ġsh ips", - "Ġsign als", - "b ably", - "ĠSim ple", - "Ġt weet", - "C ome", - "st ick", - "Ġtrou bles", - "oc ate", - "Ġf el", - "Ġt ire", - "ĠLe gal", - "ĠClass ic", - "Ġl ub", - "ĠAm b", - "Ġre hab", - "Ġshort ly", - "Ġemp ower", - "r ates", - "Dav id", - "Ġen l", - "Ġv ag", - "Ġou ter", - "bs p", - "Ġharm ful", - "Ġde let", - "ĠK on", - "w he", - "ĠO cean", - "Ġcl oth", - "s ign", - "Ġv iral", - "s rc", - "Ġref riger", - "Ġb out", - "Ġs ist", - "Ġm ens", - "Ġassoci ate", - "s ur", - "Ġe ager", - "Ġsupp lier", - "ct x", - "() :", - "Ġk le", - " £", - "Ġprogress ive", - "25 5", - "Ġp up", - "m aster", - "C ong", - "Ġfin ishing", - "ĠN AS", - "ĠReg ional", - "ĠT oo", - "inn en", - "ĠW y", - "it udes", - "Ġse u", - "Ġlift ed", - "Ġstim ul", - "it ial", - "Ġdef ensive", - "Ġprim a", - "Ġa ug", - "Ġd ough", - "Ġshe ets", - "n atural", - "c in", - "ful ness", - "Ġtack le", - "ac co", - "Ġs or", - "[ ...]", - "B oth", - "ĠGirl s", - "Ġar gs", - "Ġlib eral", - "and al", - "Ġsp ins", - "Ġpract ition", - "Ġden ied", - "ĠSt ra", - "1 15", - "im i", - "7 50", - "Ġanaly ze", - "ĠC os", - "Ġwin ners", - "Ġhand y", - "Ġint ens", - "ĠG h", - "Ġass ured", - "Ġmin istry", - "Ġcar pet", - "Ġap olog", - "Ġfeed ing", - "ĠYear s", - "Ġmag ical", - "Ġcross ed", - "Ġin vention", - "Ġembr ace", - "W A", - "Ġbet a", - "Ġj ail", - "ĠPr inc", - "ĠEqu ipment", - "Ġt ear", - "ĠViet nam", - "36 5", - "Ġglass es", - "N E", - "Ġspeak s", - "çŃ ī", - "M ode", - "ĠL arge", - "Ġp ose", - "opt ions", - "Ġassum ed", - "z za", - "H ost", - "Ġfl ags", - "Ġvend ors", - "el and", - "Ġac ute", - "ĠH an", - "ĠS now", - "ĠT X", - "P G", - "Ġdiscuss ing", - "ĠJ ess", - "Ġsynd rome", - "anche ster", - "D eb", - "ĠAn ne", - "Ġres erve", - "Ġsupp ress", - "ĠR ound", - "ĠE sp", - "Ġreg ret", - "ĠThe atre", - "åº Ķ", - "ĠR ot", - "bo ards", - "writ er", - "Ġnews letter", - " ¡", - "ett a", - "Ġworks hops", - "Ġperm itted", - "resh old", - "Ġdis abled", - "Fr ame", - "St ar", - "Ġequ ip", - "Ġrep airs", - "Q U", - "AT A", - "Ġinfect ed", - "Ġcomp assion", - "Ġk un", - "Ġemphas is", - "ĠW ik", - "ĠInt ellig", - "ĠL ocation", - "Ġn at", - "Ġsustain ability", - "Ġtempl ates", - "Fil ter", - "Ġdis k", - "ĠPract ice", - "ĠOr ange", - "Ġb ones", - "as et", - "Ġd ancing", - "çIJ Ĩ", - "or ious", - "Ġdon c", - "ass er", - "D er", - "å »", - "ĠHall oween", - "ke ys", - "ĠM oh", - "Ġdam ages", - "Ġv ida", - "Ġcompet itors", - "Ġsh ield", - "ç« ĭ", - "á m", - "Ġn it", - "Ġh ill", - "ĠPort ug", - "Ġwa ited", - "Ġpr inter", - "ĠB arn", - "Ġmechanism s", - "ĠW isconsin", - "Ġa o", - "Ġsubt le", - "Ġqu ando", - "l ang", - "Ed it", - "th ur", - "Ġconsider able", - "erv ices", - "ĠStr ateg", - "ne go", - "Ġr aces", - "Ġtable ts", - "ç ¦", - "ane ous", - "ĠS amsung", - "Ġjack et", - "fl u", - "ms g", - "ĠK ate", - "è Ĭ", - "p ing", - "=\" \">", - "Ġprom ises", - "urch ase", - "Ġl ap", - "Ġsl ip", - "ĠS to", - "Ġdest ruction", - "Ġnetwork ing", - "Ġs ull", - "m itt", - "Ġm art", - "ĠS F", - "ess ed", - "æķ °", - "ĠH op", - "ĠTh om", - "a ft", - "Ġcoc onut", - "Ġz w", - "Ġgu ides", - "Ġ ©", - "ĠG ab", - "Ġdies e", - "b ot", - "Ġdis ability", - "ol k", - "ern el", - "form ed", - "Ġs ir", - "è IJ", - "O ption", - "Ġadd iction", - "Ġmet ers", - "fil ter", - "Ġt iem", - "ens ional", - "ĠS ARS", - "Ġt anto", - "Ġgirl friend", - "ç ±", - "inst all", - "åĥ ı", - "Ġdes ert", - "j ar", - "ĠH ad", - "ĠT u", - "u int", - "Ġbed s", - "ĠB h", - "ij d", - "ç ĥ", - "Ġmej or", - "Ġoper ated", - "B o", - "ul ator", - "ĠMag ic", - "ï ¸ı", - "B uy", - "ĠOrgan ization", - "= ]", - "H aving", - "ä¸ ľ", - "æĪ ĸ", - "ĠNet flix", - "em n", - "Ġg rain", - "r ors", - "Ġinspect ion", - "Ġret ain", - "åĨ ħ", - "h n", - "ĠCreat ive", - "Ġbatter ies", - "Ġg ast", - "cl osure", - "Ġbr anches", - "Ġt ale", - "Ġaccompl ished", - "Ġres et", - "_{ \\", - "Ġsp ouse", - "ond o", - "c f", - "ĠS ud", - "Ġr ated", - "ĠAnd erson", - "Ġkey board", - "clud ing", - "Ġso ap", - "Ġd ressed", - "< ?", - "w ed", - "im ation", - "ĠIndust rial", - "ial e", - "writ ing", - "ê te", - "Ġw ard", - "ĠB io", - "ĠRe pl", - "oun ge", - "ic iÃ", - "am el", - "Ġcur riculum", - "Ġwell ness", - "olog ie", - "pt on", - "Ġrece ption", - "ĠCh annel", - "Ġen emies", - "Ġprotect ive", - "sw er", - "Ġhe b", - "m art", - "og raf", - "ĠP in", - "Ġjur is", - "AR D", - "Ġqual ify", - "B ased", - "Out put", - "ĠP ear", - "Ġver d", - "Ġpop ulations", - "p res", - "Ġle urs", - "ip her", - "Ġtr ace", - "âĢ¦ âĢĿ", - "Ġin sect", - "Ġsc ared", - "ĠG B", - "L ife", - "Ġgener ous", - "ĠAll en", - "ĠV A", - "app ro", - "ĠKore an", - "Ġpor que", - "B usiness", - "medi ate", - "ĠR u", - "use package", - "Ġpress ed", - "ĠAg reement", - "Ġload s", - "z one", - "or neys", - "Ġto y", - "á v", - "Ġutil ized", - "Ġscr atch", - "ĠPe ace", - "Å ĵ", - "Ġdel ivers", - "Ġthrow ing", - "ĠY outh", - "ĠE sc", - "Ġcon cluded", - "Ġtim ing", - "T otal", - "cc a", - "eth yl", - "ĠScot land", - "sh ire", - "ĠN ear", - "ĠN az", - "Ġdemocr acy", - "Oct ober", - "l ow", - "ĠV irtual", - "pp ers", - "Ġcomple ting", - "Ġdel iber", - "v ard", - "ick ets", - "z ens", - "t or", - "ic ular", - "Ġdisappoint ed", - "âĢ ī", - "Ġstraight forward", - "Ġreve als", - "ĠM aking", - "ennes see", - "tr ack", - "L ength", - "Ġst ainless", - "uc ed", - "ĠLink ed", - "Ġt ender", - "Ġstake holders", - "ĠRe lease", - "Ġrepresent atives", - "v et", - "è Ļ", - "ĠC ry", - "d ouble", - "Ġbuff er", - "M W", - "Ġprop ag", - "Ġdist urb", - "il o", - "Ġcook ie", - "Ġconscious ness", - "Ġret rie", - "ĠMal ays", - "ir able", - "Ġdri ed", - "ing en", - "n u", - "ind s", - "Ġres erv", - "ath on", - "Ġlegit imate", - "Ġloc ate", - "Ġcons olid", - "pro f", - "Ġphys ician", - ", ,", - "Ġqu art", - "ĠR ap", - "Ġprote ins", - "Ġse al", - "Ġbott les", - "Ġinsp ire", - "á nÃŃ", - "Ġb onds", - "ang o", - "Ġdur ante", - "h ave", - "ĠP ie", - "Con st", - "Ġf ed", - "Ġun necess", - "Ġconf usion", - "; )", - "ann ah", - "um ing", - "Ġpo ison", - "a ient", - "ĠAdd ress", - "Ġloc ally", - "f ly", - "ĠA B", - "Ġnur se", - "Ġsu its", - "UR L", - "Ġlabor atory", - "igen ous", - "Ġword en", - "è İ", - "Ġstruct ural", - "Ġh asta", - "Ġh unt", - "ĠChall enge", - "edd it", - "Ġresc ue", - "Ġvis a", - "est one", - "Ġport al", - "ĠP itt", - "Ġw ing", - "on te", - "Ġrel ate", - "10 6", - "Ġgrad ually", - "Ġpref erences", - "Ġder ived", - "dep th", - "Th rough", - "Ġwork force", - "he lp", - "Ġh ired", - "ĠN avy", - "p al", - "Ġtreat ing", - "Ġg host", - "ĠS el", - "Ġout s", - "MA N", - "ĠO d", - "as ma", - "Ġpo etry", - "ad vant", - "Ġret ired", - "çī ©", - "ĠMass achusetts", - "Ġw and", - "com merce", - "ĠSc reen", - "ĠN ord", - "Ġper ception", - "ĠH ills", - "uj Äħ", - "Ġsem pre", - "ab ama", - "Ġn aj", - "ass es", - "Ġmet abol", - "v it", - "Ġsent iment", - "Ġspecial ized", - "Ġinter rupt", - "1 12", - "k ers", - "iff s", - "Ġsp are", - "Ġlast ing", - "I X", - "ic ating", - "ĠRe ally", - "Ġattempt ing", - "Ġcar ing", - "Ġmeasure ments", - "onom ic", - "Ġpublic ly", - "Ġal ike", - "Ġve gan", - "ser ver", - "å· ´", - "b ig", - "è ģ", - "Ġmet a", - "Ġign ored", - "Ġl in", - "ç ões", - "but ton", - "Z E", - "ĠA u", - "Ġm aj", - "ĠO cc", - "Ġg ibt", - "Ġun em", - "J ob", - "ĠM L", - "ĠT itle", - "ĠLe on", - "Ġam er", - "i op", - "Int e", - "d est", - "en o", - "Ġf iscal", - "Jan uary", - "Ġth umb", - "Ġg au", - "æ ·", - "ĠS ydney", - "Ġreal istic", - "Ġbr ut", - "Ġgr inding", - "a que", - "Ġrelax ed", - "Ġmoder ate", - "Ġh ood", - "un ct", - "ĠBel g", - "2 10", - "F ound", - "Ġnot ion", - "Ġint rig", - "ir s", - "res ponse", - "k le", - "ym ph", - "Ġsell er", - "ĠFig ure", - "Cont rol", - "Ġoption al", - "é© ¬", - "Ġa rom", - "l oss", - "Ġit er", - "Ġhead er", - "on ed", - "work ing", - "uet ooth", - "Ġhand ful", - "Ġl ands", - "W rit", - "g ence", - "ĠMeet ing", - "ĠL ot", - "Ġimag ination", - "Ġcl uster", - "Ġhop ed", - "b uf", - "åĬ ł", - "ĠFriend s", - "ĠGovern or", - "ag ger", - "ĠMor gan", - "ir cle", - "Ġchar ity", - "P P", - "ĠS ac", - "Ġs ake", - "Ġdig it", - "Ġhum or", - "qu ire", - "ĠD ad", - "ĠF O", - "§ a", - "ĠC ow", - "Te chn", - "Ġrank ed", - "clus ions", - "Ġqual ities", - "ĠBe ck", - "Ġstri p", - "Ġin her", - "qu et", - "ĠAs sembly", - "ĠFoot ball", - "Ġm onde", - "child ren", - "fr ac", - "Ġcontroll er", - "f eed", - "Ġob j", - "Ġp ag", - "Ġre actions", - "ĠTra il", - "Ġm aker", - "Ġpl ates", - "Ġcabin et", - "Ġspecial ists", - "Ġf ought", - "Ġincor porate", - "b ool", - "Ġvers ch", - "gg ing", - "ah oma", - "k ens", - "ism e", - "Ġmed itation", - "Ġblock chain", - "Ġj s", - "B as", - "Ġj er", - "Ġw are", - "ĠApp lic", - "Ġr ack", - "ĠZe it", - "S K", - "Ġl ors", - "ĠB und", - "Ġaccept ance", - "ĠM ission", - "Ġbi ological", - "ill ance", - "Ġeth nic", - "ĠR ain", - "ĠX box", - "Ġengine ers", - "Ġd la", - "ãĢ Į", - "Ġuncomfort able", - "Ġvar ied", - ") ]", - "ĠSaf e", - "Ĺ ı", - "ĠIs lamic", - "ĠAl ways", - "Ġclin ic", - "Ġline ar", - "Ġv ra", - "ãĢ į", - "ĠOnt ario", - "ĠB us", - "p ur", - "ĠV ent", - "Ġneighb ors", - "is en", - "I AL", - "ĠO bs", - "Ġarrang ement", - "Ġt ours", - "ĠG O", - "Ġwhere ver", - "ip edia", - "Ġfl esh", - "ĠH ung", - "ĠSt op", - "Ġprodu cers", - "ĠA G", - "Ġelect ro", - "ĠSt ream", - "Ġautom ation", - "ing ham", - "ĠPost ed", - "ĠM ine", - "er ver", - "ust ral", - "ä ll", - "par se", - "ĠG il", - "d ocument", - "Form at", - "Ġbr on", - "Ġexper iments", - "ĠM B", - "ĠTh ird", - "r ons", - "ep s", - "Ġbr ick", - "at on", - "us a", - "Ġunf ortunately", - "uss y", - "Ġch opped", - "Ġrat ings", - "ke e", - "e ared", - "Ġpo em", - "Ġk g", - "ĠB ull", - "ĠMatt hew", - "Ġca f", - "â ĸ", - "ĠBow l", - "ĠCopy right", - "çĶ ±", - "n umber", - "ur ious", - "om p", - "Ġl ately", - "Ġf ails", - "ĠEd ward", - "n ings", - "Ġd ip", - "ÃŃ st", - "Ġold est", - "Ġst ere", - "ĠGal axy", - "Ġv oy", - "ĠLe ave", - "ĠN at", - "ĠH ur", - "Ġcomp ly", - "v or", - "V P", - "Ġadv ised", - "Ġdepart ments", - "ĠReg ion", - "ĠWh ats", - "Ġgr asp", - "ç ĭ", - "ĠPl atform", - "Ġpen alty", - "paren cy", - "ĠAuthor ity", - "ĠĠ Ċ", - "éĹ ®", - "ä» Ģä", - "ĠCo ffee", - "Ġflo ors", - "ç ´", - "ĠB or", - "Ġident ifying", - "Ġsymbol s", - "im os", - "k an", - "ĠHT ML", - "è¯ Ŀ", - "ĠHarr is", - "ĠInd eed", - "æ ij", - "ĠT ools", - "Ġlight weight", - "Ġe rect", - "Ġpres erve", - "Ġcom edy", - "æĸ °", - "Ġb om", - "att i", - "f inal", - "Pro cess", - "at tered", - "ĠB ab", - "Ġir re", - "Te ch", - "Ġst ays", - "ilit ary", - "Ġster oids", - "ĠW E", - "Ġro cks", - "Ġcur s", - "ĠA th", - "ĠRep resent", - "par ams", - "æĭ ī", - "Ġdiscipl ine", - "Ġrespir atory", - "Ġsh orter", - "Ġsimultane ously", - "Ġhand led", - "g raph", - "Ġse gu", - "ĠAff airs", - "d rop", - "ĠD ocument", - "Ġcr é", - "Ġentertain ing", - "un i", - "ĠC ulture", - "ber ries", - "Re al", - "Ġsupp orters", - ". ).", - "as ures", - "Ġla wn", - "Ġsu icide", - "ĠMem orial", - "OR D", - "Ġcent uries", - "un it", - "Ġback ed", - "Ġaud it", - "/> =", - "Ġtr ucks", - "Ġexclus ively", - "Ġre nder", - "st ock", - "ĠF ant", - "is hers", - "ign e", - "Ġint ake", - "m aker", - "Ġcomp osed", - "Ġshe d", - "ro st", - "Ġup gr", - "Ġst ared", - "Ġar med", - "Ġco inc", - "oh l", - "æ »", - "Ġcomplex ity", - "Ġf et", - "Ġé gal", - "arch y", - "pro ject", - "Ġspect acular", - "Ġsec ured", - "j ours", - "Ġh int", - "F unction", - "ĠLead ership", - "Ġhome work", - "ĠIndian a", - "m ake", - "Ġjump ed", - "ĠD A", - "Ġdev ast", - "arl o", - "Ġrefer ring", - "ĠT ell", - "ĠP as", - "Ġcount less", - "æ° ´", - "Ġch ains", - "ê t", - "ĠAgr icult", - "Ġdefe at", - "ĠC lear", - "Ġtext s", - "els on", - "Ġall er", - ". ;", - "S orry", - "ad t", - "ĠMo ore", - "ĠTreat ment", - "cept ions", - "am an", - "Ġridic ulous", - "ĠEl le", - "ĠG ift", - "al pha", - "ĠF eder", - "ĠA w", - "o ire", - "igh ters", - "ĠD ragon", - "Ġbel oved", - "ĠR A", - "ĠPost s", - "Ġincor rect", - "Ġpur ple", - "Ġel abor", - "ĠF em", - "Ġposs ession", - "ĠAnth ony", - "l ate", - "ĠSt orage", - "pt ic", - "Ġload ing", - "Ġpart ial", - "Ġper pet", - "kl ahoma", - "ĠUs ed", - "ĠVict or", - "Ġche er", - "Ġdim in", - "Ġà ¢", - "Ġfavor ites", - "c rit", - "asp oon", - "Ġprospect s", - "ĠSom ething", - "Ġt une", - "Ġd és", - "ch ant", - "L abel", - "ĠL incoln", - "ĠSim ply", - "Ġs its", - "è® ©", - "Ch apter", - "Ġr Ã", - "çĽ ´", - "Ġtra uma", - "å® ī", - "Ġing redient", - "u ations", - "ĠCom mercial", - "Ġboy friend", - "Ġuncertain ty", - "f amily", - "ci um", - "å¤ Ħ", - "omm y", - "Ġinflamm ation", - "Ġj ag", - "åı¯ 以", - "ar á", - "c ze", - "Ġvac uum", - "ig ration", - "k it", - "p ol", - "Det ails", - "Ġexperiment al", - "or b", - "ĠF eed", - "ĠG iven", - "ĠPl ayer", - "Ġtour ism", - "åĽ Ľ", - "Ġrestrict ed", - "Ġcelebr ated", - "ĠGr ace", - "T im", - "ĠAlex ander", - "C reat", - "Ġeff ic", - "Ġtown s", - "Don ald", - "ĠHam ilton", - "win ning", - "Ġnic ely", - "Ġal ors", - "Ġentreprene ur", - "ist ence", - "Ġvers atile", - "ades h", - "Ġpoint ing", - "Ł i", - "app er", - "ä ch", - "ĠK al", - "ĠS ay", - "As k", - "Ġmo ins", - "ow y", - "ap or", - "ĠAr k", - "ĠFore ign", - "Ġrank ing", - "ĠS leep", - "e urs", - "ĠBe gin", - "ĠJ oin", - "am ents", - "Ġpolit icians", - "ire ction", - "Ġsty lish", - "Ġsqu ad", - "åı Ĺ", - "ri k", - "Ġpass engers", - "ĠInd ones", - "../ ../", - "ĠB ear", - "Ġcry stal", - "Ġaccommod ation", - "b ian", - "en ne", - "Ġrece ives", - "\" ))", - "å£ °", - "Ġv u", - "tr as", - "Ġpublic ations", - "è¡ ¨", - "p red", - "G ame", - "æİ ¥", - "ib li", - "Ġmotiv ated", - "Ġsh ake", - "ĠB rew", - "Ġdiff er", - "ĠCom plete", - "Ġgl ory", - "Ġany time", - "Ġpast a", - "Ġact ress", - "spe ed", - "ar ity", - "ç ¨", - "ĠL inks", - "ard less", - "ĠG re", - "Ġdes p", - "Ġacknow ledge", - "Ġdiam ond", - "Ġg ri", - "13 5", - "form ing", - "ut z", - "à Ĥ", - "Ġpro g", - "ĠStr ategy", - "U C", - "ge red", - "Ġtour ist", - "Ġk ter", - "Ġanc est", - "ĠB O", - "ÃŃ an", - "Ġgr ants", - "ne um", - "Ġround s", - "em ade", - "_ ,", - "æ ¶", - "m d", - "Ġn un", - "oc ity", - "Ġà §a", - "g reen", - "Ġon ion", - "Ġrecommend ation", - "C ap", - "ĠN urs", - "éĢ ļ", - "Sty le", - "ĠU I", - "ĠDe al", - "Ġauthor ized", - "S che", - "Ġworth y", - "C are", - "ateg ories", - "Ġess ence", - "Ġnutri ents", - "Ġsal v", - "j ÄĻ", - "Ġs isters", - "Ġn é", - ". *", - "Ġsupp lied", - "Ġacc idents", - "ĠR ick", - "Ġa kt", - "ĠCh at", - "M art", - "ĠC raft", - "Ġre vel", - "Ġcar ries", - "Ġl av", - "h ole", - "Ġsc oring", - "ic hen", - "St at", - "ĠAct ive", - "ĠDom in", - "Ġtiem po", - "Ġh orn", - "ĠPart ner", - "Ġshel ter", - "Ġvibr ant", - "j oin", - "Ġm asks", - "ct ic", - "nt e", - "Ġprocess or", - "Ġwarn ed", - "ĠCom b", - "Ġint end", - "Ġc rop", - "Ġoffer ings", - "ĠC u", - "Ġcons ervation", - "Ġn odes", - "ĠS W", - "ĠIn n", - "re ach", - "Ġref lection", - "ĠRec ord", - "ent es", - "Ġne at", - "Ġrout es", - "Ġp ac", - "st ell", - "Ġref use", - "Ġbes ides", - "ĠBe at", - "am ous", - "ĠL ux", - "Ġhung ry", - "ose x", - "ĠV eter", - "Ġvari ation", - "ĠB ureau", - "Ġtem p", - "ĠT ennessee", - "ĠCo ord", - "rat ulations", - "Ġm urd", - "Ġreflect s", - "g ro", - "ĠVal ent", - "ĠT a", - "18 2", - "Ġout doors", - "Ġle ak", - "b uy", - "Ġinflu enced", - "T ION", - "Ġcollect ing", - "Ġs ons", - "Ġmod ules", - "x ide", - "ĠEm pire", - "F urther", - "Ġtw ist", - "Feb ruary", - "arm s", - "ipp i", - "ĠNet her", - "ĠC her", - "at to", - "Ġle ase", - "Ġaddress ing", - "red d", - "W as", - "ac ia", - "Ġblog ging", - "Ġneg lect", - "j Äħ", - "ĠE S", - "is an", - "al ign", - "pect ives", - "ĠD rug", - "Ġil s", - "on er", - "åģ ļ", - "Ġch ol", - "ĠB alt", - "k on", - "ĠĠĠĠĠĠĠĠ Ġ", - "Ġcontract or", - "ide os", - "Ġterm inal", - "in as", - "Ġengine er", - "Ġpresident ial", - "g mail", - "ĠCom pl", - "Ġoblig ations", - "Ġz n", - "Ġprevent ing", - "ac a", - "ĠD est", - "Ġst airs", - "Ġcogn itive", - "ĠDise ase", - "Pr int", - "Fr iday", - "{ \"", - "Ġgen es", - "å¤ ª", - "ĠL oad", - "Ġch urches", - "Ġv y", - "ĠW orth", - "P s", - "Ġt ends", - "Ġcomp ound", - "Ġré g", - "C ard", - "Ġview ers", - "Ġsh aped", - "Ġart work", - "ĠH om", - "ĠE aster", - "W H", - "Ġt ies", - "Ġn ad", - "Ġm os", - "ĠM anchester", - "ail and", - "Ġachieve ment", - "Ġp ockets", - "Ġart ic", - "Ġexam ined", - "D at", - "Ġr uling", - "ä¿ ¡", - "r ice", - "ĠS urg", - "ĠAll iance", - "Ġtechn ological", - "Ġsuggest ing", - "Ġpl acement", - "] :", - "Ġr ational", - "Ġcomment ed", - "m outh", - "P aul", - "ĠGet ting", - "Ġfl ip", - "II I", - "Ġend e", - "Ġsw ord", - "Ġd ub", - "Ġoper ates", - "Ġdesign ated", - "Ġaud iences", - "Ġcorpor ations", - "Ġprof ound", - "Ġd ol", - "ier ung", - "Ġpartic les", - "æĦ Ł", - "Ġm ice", - "Ġarg ued", - "çļĦ 人", - "Ġégal ement", - "ĠN EW", - "b ank", - "p read", - "Ġstri king", - "ĠAnt i", - "Ġtreat s", - "ĠN BA", - "ĠDel hi", - "Ġbet s", - "roll ed", - "Ġdiam eter", - "ĠW rite", - "r á", - "Ġte aspoon", - "us cript", - "ĠF er", - "ĠRes pons", - "Ġbl ade", - "Ġretail ers", - "ĠBel ow", - "List ener", - "Ġb ay", - "Ġfriends hip", - "oy d", - "Ġperm its", - "Ġprec ision", - "Ġm ales", - "Ġsubscrib e", - "Ġfac ial", - "Ġfr ames", - "Ġcle ver", - "Ġcitiz en", - "Ġrem inder", - "Ġagric ultural", - "Ġclos est", - "Ġicon ic", - "Ġrelax ing", - "al ous", - "lish ing", - "ĠUt ah", - "Ġv est", - "Ġpat ience", - "N Y", - "Ġl ä", - "ut er", - "wh ite", - "Ġsuggest ion", - "S U", - "Ġagre ements", - "Ġd ern", - "Ġmix ing", - "Ġar c", - "Ġtremend ous", - "ĠB attle", - "Ġw age", - "Ġd ich", - "Ġpers u", - "Val id", - "ul ent", - "Ġwild life", - "Ġgrow s", - "ond ition", - "Ġsh oe", - "ĠA y", - "ĠWith in", - "Ġsk ip", - "v ous", - "Ġcur ios", - "f ix", - "mar ks", - "he id", - "St ore", - "AP I", - "ef ined", - "Ġsc ary", - "Ġad orable", - "Ġs Ã¥", - "Ġre dd", - "Ġent ities", - "C ent", - "Ġin clusion", - "M c", - "Ġfra ction", - "ĠR ab", - "n cia", - "Ġf ot", - "ne ath", - "Ġf ract", - "Ġen abling", - "ĠM u", - "Ġdeterm ination", - "S am", - "Ġde ze", - "æ¯ Ķ", - "ut her", - "ĠAl i", - "build ing", - "l as", - "Ġag ing", - ") $", - "ĠS everal", - "ĠF DA", - "Ġpal m", - "ĠR ail", - "Ġpast e", - "Ġout let", - "E ducation", - "anc ouver", - "ĠN ach", - "ĠLO VE", - "ĠH ell", - "s upport", - "Ġdec iding", - "Ġret reat", - "Ġsil ly", - "ÃŃ cul", - "Ġpeace ful", - "Ġking dom", - "En ter", - "Ġd onde", - "Ok ay", - "Ġat e", - "M aterial", - "Ġgl ance", - "Ġsch on", - "f old", - "Ġfast est", - "Ġmob ility", - "Ġst iff", - "Ġr if", - "Ġe j", - "ĠT rain", - "Ġmain stream", - "Ġarr anged", - "Ġvacc ines", - "M edia", - "op es", - "Ġlog ical", - "Ġcons ume", - "omet ric", - "B re", - "3 20", - "Ġt ennis", - "ĠMon itor", - "b ul", - "Ġsurg ical", - "Ġst ones", - "Ġdon ations", - "17 9", - "Ġm og", - "ĠCor p", - "ou bt", - "Ġfil ing", - "Ġmod ify", - "Ġmort ality", - "Ġpharm ac", - "w ie", - "' ),", - "ell ers", - "oles ale", - "S en", - "Ġam id", - "ĠT E", - "ur u", - "Ġint r", - "be at", - "åı Ĭ", - "æ ®", - "Ġl oro", - "ĠD ra", - "Ġbuild er", - "Ġré al", - "Som etimes", - "mod ule", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠ", - "Ġso y", - "é ª", - "ester ol", - "ĠImp act", - "Ġc od", - "ĠOr ig", - "Ġfear s", - "R ad", - "kt ion", - "M icro", - "v als", - "ial og", - "ĠDiam ond", - "Ġobs ervation", - "Ġdiagn osed", - "s elling", - "Ġaw ful", - "Wh ite", - "ĠRestaur ant", - "Ġintern ation", - "k ward", - "èµ °", - "Ġcomm ands", - "æµ ·", - "Ġemer ged", - "Ġmar ijuana", - "Ġw ound", - "åį Ĺ", - "å£ «", - "Ġgrad uated", - "ià ±", - "Ġd ive", - "Ġmin eral", - "ad ays", - "Ġcol ored", - "ve ctor", - "Ġsoon er", - "row ing", - "o qu", - "G reen", - "ĠK y", - "Ġmut ual", - "ĠCh i", - "ĠMet al", - "ç a", - "e u", - "L D", - ") -", - "j an", - "Ġdiff é", - "Ġcons c", - "F ace", - "Ġn og", - "idd ing", - "Ġindepend ence", - "Ġpo k", - "un que", - "at ility", - "Ġd alla", - "Ġp airs", - "ah n", - "Ġmon etary", - "Ġconvert ed", - "Ġco aches", - "æı IJ", - "Ġl amp", - "po ons", - "Ġf ost", - "Ġd ice", - "ĠT rib", - "ĠCh ap", - "ĠAl abama", - "Ġtrad itions", - "Ġmod o", - "RO M", - "% ;", - "ant h", - "ĠFollow ing", - "2 30", - "P I", - "al ia", - "Ġj ourn", - "ides pread", - "Ġfund ra", - "ord on", - "Ġland sc", - "Ġreject ed", - "ĠM C", - "Ġ ic", - "own ed", - "J ack", - "Ġshel f", - "Pl us", - "Sh ould", - "e lect", - "Ġo ct", - "ĠM ale", - "Ġ io", - "Ġbank rupt", - "ud ge", - "worth y", - "] ]", - "Ġt el", - "Ġdetect ed", - "ib ile", - "ĠAl t", - "ion a", - "Ġm ate", - "ĠR isk", - "Ġed ited", - "B L", - "Ġunnecess ary", - "Ġbi as", - "è į", - "Ġs Äħ", - "ick er", - "ĠBon us", - "Ġw ings", - "Ġlaugh ing", - "s ki", - "Ġas h", - "ict ions", - "ask et", - "Ġcu is", - "He ad", - "f re", - "è £", - "effect ive", - "Ġinvest ed", - "Ġseem ingly", - "Ġc zy", - "ri el", - "Ġav oir", - "Ġv Ã", - "éĹ ¨", - "Ġenc ont", - "ĠD raw", - "Ġdes ires", - "ĠE C", - "Ġorgan ize", - "Ġfail ing", - "r ane", - "Ã¥ r", - "12 7", - "Ġtou jours", - "Ġcand y", - "å¸ ¸", - "Pro t", - "ĠRep air", - "E p", - "om ed", - "Ġc ater", - "and ra", - "Ġso it", - "N ever", - "Ġbar rier", - "oll ar", - "P o", - "IM E", - "ĠEs pecially", - "Ġnot ification", - "as a", - "al so", - "Ġdro pping", - "æĹ ı", - "g un", - "Ġdiscrim ination", - "Ġblock ed", - "Ġcru ise", - "ĠS alt", - "ĠS QL", - "ĠBl oom", - "yl on", - "âĢ¦ ..", - "Ġaccept ing", - "Ġtit led", - "b ird", - "Ġet t", - "Ġbad ly", - "ét ait", - "ä hr", - "Ġtut ti", - "id y", - "S ocial", - "Ġc ache", - "Ġe arning", - "Ġtom atoes", - "Ġimportant e", - "Î ±", - "Ø §", - "Ġfl aw", - "Ġà ľ", - "Ġint imate", - "Ġdemand ing", - "M ichael", - "Ġm l", - "k n", - "ĠAd vis", - "R est", - "ĠM arsh", - "ĠF ocus", - "ĠChamp ions", - "Ġep ic", - "ĠD ol", - "é ment", - "ĠL am", - "Ġvol unt", - "Ġeth ical", - "Ġnavig ation", - "ure rs", - "Wind ows", - "anc o", - "Col umn", - "åŁ İ", - "g ra", - "================ ================", - "Ġt sp", - "ĠR T", - "De cember", - "Ġdiv ine", - "f alls", - "St ill", - "b ad", - "Ġsec rets", - "ĠI R", - "LE S", - "ĠEnter prise", - "Ġrad iation", - "L os", - "R ich", - "Ġst olen", - "l os", - "J ul", - "ĠH A", - "Ġtr icks", - "Ġpoll ution", - "be y", - "ĠMiss iss", - "?? ?", - "ĠCharl otte", - "Ġpaint ings", - "GB T", - "Ġcreat ures", - "Ġcontinu ously", - "Ġadjust ed", - "f on", - "ĠB BC", - "ĠDI Y", - "Ġto ll", - "Ġes per", - "Ġad oles", - "ĠPar liament", - "ĠS end", - "ĠDe an", - "Ġprior it", - "ĠF alse", - "M R", - "Ġcare ers", - "ĠOr iginal", - "ĠCr usher", - "ĠW ant", - "Ġr im", - "Ġclaim ing", - "s chool", - "ov iet", - "e j", - "ĠT ask", - "Ġconsult ing", - "ĠCl ient", - "Ġdirect ors", - "ĠE urop", - "M er", - "Ġf ier", - "ro le", - "ib il", - "ĠPart icip", - "Ġoverse as", - "B it", - "Ġn ick", - "ĠF ish", - "Ġphotograp her", - ") ?", - "Ġgovern or", - "TY PE", - "Ġsens itivity", - "R ob", - "ĠMar ine", - ". /", - "ĠAr gent", - "Ġlo vers", - "land o", - "ur as", - "Ġvis ibility", - "ĠB uck", - "at iva", - "ĠR ing", - "ot ing", - "Ġlaws uit", - "Ġfort un", - "re ck", - "Ġprom ising", - "ĠFranc is", - "Ġoblig ation", - "ĠD ry", - "crib e", - "Ġin hab", - "ist ically", - "ä» »", - "p rop", - "Be aut", - "ĠC ass", - "ett i", - "ĠD oc", - "ĠH ence", - "D as", - "ĠGu id", - "Ġche f", - "Ġcos a", - "Ed itor", - "G raph", - "ĠLic ense", - "Ġm akers", - "ĠKent ucky", - "Ġbul let", - "Ġexc ell", - "l ooking", - "ĠR at", - "¹ ³", - "Ġover t", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠ", - "Ġtout e", - "d riven", - "Ġmus h", - "ĠT ogether", - "augh ters", - "er ie", - "Ġun limited", - "c ost", - "Ġv ocal", - "ĠF ashion", - "Ġexpl aining", - "Ġequ ation", - "ĠVis ual", - "C ore", - "omm ended", - "ĠEn h", - "ĠSol ar", - "Ġor az", - "Ġcomp ounds", - "M ac", - "e ft", - "m ay", - "ĠLu ke", - "Ġwithdraw al", - "Ġdo zens", - "Ġaccomp any", - "Å º", - "Ġpan ic", - "ĠT el", - "Ġpract ically", - "Ġj us", - "Ġrad i", - "W ould", - "ĠK a", - "r ating", - "ud io", - "ĠL oc", - "ĠBas ic", - "Ġw ars", - "ĠTe a", - "ĠBen efits", - "ĠPrem ier", - "inst ance", - "ĠChamp ionship", - "vo ir", - "Ġsound ed", - "Ġcan c", - "ĠAud io", - "ĠHow ard", - "st airs", - "Ġbenef ici", - "Ġex em", - "Ġto wer", - "St and", - "Ġc raw", - "Ar g", - "Ġs Ã", - "ou v", - "ĠP ant", - "ĠV erm", - "ĠT ro", - "P os", - "T itle", - "________________ ________________", - "ĠL uck", - "ià §", - "AT H", - "atter y", - "ĠE le", - "Ġje ans", - "ĠCon fig", - "Ġabandon ed", - "ĠPh oenix", - "Th ree", - "Ġbar riers", - "Ġp ale", - "æ ¡", - "i y", - "U K", - "Ġcomput ing", - "ĠF resh", - "Ġaut or", - "Ġdel icate", - "Ġser a", - "Ġperson as", - "ty pes", - "ç» Ļ", - "Ġdocument ary", - "ĠClin ical", - "s um", - "op ic", - "ĠMed icare", - "ĠW ales", - "ĠThe rapy", - "ĠP ink", - "ĠL isa", - "Reg ular", - "Ġanim ation", - "ĠOther s", - "Ġlau ndry", - "A lex", - "Ġar ise", - "Ġveter an", - "Ġf on", - "Ġelder ly", - "Ġp ist", - "Ġn erve", - "ĠH oll", - "Ġres on", - "Ġeas iest", - "< =", - "Ġb ent", - "Ġs ar", - "Ġinstall ing", - "ĠO klahoma", - "Ġprov ince", - "Ġmeas uring", - "un ny", - "Ġpre ference", - "et z", - "Ġinf ant", - "Ġc ave", - "cont rol", - "ĠNether lands", - "he ld", - "Ġcalcul ate", - "Ġrep rodu", - "T om", - "IT H", - "ien en", - "ĠS ony", - "Ġsp at", - "Ġsuper b", - "ĠD ress", - "Ġmar ry", - "Ġra z", - "L at", - "ià Ł", - "zen ia", - "ĠCompan ies", - "Ġl avor", - "Cl oud", - "om eter", - "ĠG ate", - "Ġpress ing", - "Ġcont rad", - "Ġscen arios", - "Ġmet rics", - "uts ch", - "j ob", - "IC K", - "Ġlock down", - "D raw", - "Ġsc rap", - "ĠCo ach", - "r ank", - "Ġgu ided", - "Ġconv ince", - "ĠNot es", - "Ġre un", - "Ġp ile", - "ĠðŁĺ ī", - "Ġthere by", - "Ġjun ior", - "Ġm ich", - "Ġsurv iv", - "me ga", - "Ġobserv ations", - "Ġmod es", - "P ower", - "ĠConst itution", - "t wo", - "Ġfunction ing", - "ú blic", - "Ġconfirm ation", - "Ġsubm ission", - "ĠR ather", - "J ames", - "el o", - "l ace", - "ĠJac ob", - "Ġintegr ate", - "Ġs ang", - "Ġw elfare", - "Ġtw elve", - "Ġburn ed", - "C e", - ".. ...", - "Ġf oss", - "ĠSpr ings", - "Ġh iding", - "Ġdon ation", - "Ġtest osterone", - "Ġmig ration", - "ĠC old", - "App lication", - "Ġappro ached", - "Ġriv al", - "S an", - "Ġmin imize", - "Ġloc ks", - "Ġcou ch", - "A E", - "l ag", - "ĠâĨ ij", - " ´", - "ĠCl ark", - "åĨ į", - "W est", - "rem ove", - "il or", - "ier ra", - "[ @", - "Ġpass enger", - "Ġremind s", - "C opy", - "ĠDet roit", - "ic ts", - "Ġpost er", - "ilit ation", - "Ð »", - "ĠK le", - "æŃ »", - "Ġsu is", - "ĠĠĠĠĠĠĠĠ ĠĠĠ", - "en en", - "ĠGree ce", - "ĠMov ie", - "Ġd umb", - "ion ed", - "Ġresist ant", - "Ġadvoc ate", - "Ġpre view", - "Ġdeterm ining", - "Ġcompet ing", - "ĠBru ce", - "Ġcontain ers", - "ĠComm and", - "comm on", - "ĠReg ister", - "Ġvan illa", - "Ġp icks", - "hor a", - "Ġappe aling", - "Ġthe oret", - "ĠEnter tainment", - "V AL", - "ĠMiss ouri", - "ĠC re", - "-------------------------------- --------------------------------", - "Ġm undo", - "Ġrepeated ly", - "Ġf n", - "Ġo c", - "Ġph osph", - "æľ Ŀ", - "Ent ry", - "Ġh oly", - "Ġanticip ated", - "ĠG T", - "Ġg oogle", - "ĠY ellow", - "A G", - "uel le", - "æĢ §", - "Ġcle ans", - "Ġstart up", - "C ategory", - "Ġform ats", - "N ET", - "Ġcr ushing", - "Ġr anges", - "Ġsh ipped", - "ĠDiff erent", - "le ans", - "in formation", - "Ġl over", - "ĠCh icken", - "E uro", - "Ġcon form", - "Ġb il", - "ĠU C", - "Ġtout es", - "gn i", - "V ar", - "H R", - "ĠIn novation", - "Ġau ction", - "Ġmanufact ured", - "ment ed", - "Ġaffect ing", - "Ġmount ed", - "Ġworld s", - "level and", - "Ġregard ed", - "print f", - "Mod ule", - "ĠN ative", - "Ġmem orable", - "Ġbr ide", - "ĠB R", - "Ġcan vas", - ". ),", - "é ħ", - "Ġport ray", - "ĠRes erve", - "Un iversity", - "h s", - "Ġexhib it", - "aj a", - "ol ver", - "Ġv et", - "ĠS S", - "é qu", - "Th ough", - "ern ess", - "Ġg aining", - "çľ Ł", - "ĠK ings", - "In formation", - "à «", - "ĠI F", - "iz ers", - "11 3", - "cy cl", - "Review s", - "ĠHun ter", - "ĠAnton io", - "12 1", - "P ublished", - "ĠN ich", - "ĠRes ource", - "Ġenjoy s", - "A ir", - "it ät", - "Ġimpro ves", - "Ġsepar ately", - "Ġbehav iors", - "ĠDen ver", - "ĠSur vey", - "empt y", - "m us", - "Ġaut onom", - "Ġprior ities", - "rit is", - "sh irt", - "æī ĵ", - "ĠB Y", - "Ġdress ing", - "Con clusion", - "o vers", - "Ġgovern ance", - "Ġwhe at", - "ari able", - "Ġsacr ifice", - "ĠReturn s", - "M arket", - "> ,", - "anc el", - "Ġess ays", - "b f", - "Ġt ile", - "Ġm ast", - "Ġcatal og", - "Ġp oco", - "itzer land", - "ÃŃ c", - "An n", - "L P", - "C ity", - "ro c", - "Ġatt ribute", - "Ġbuild s", - "p in", - "ĠSt atus", - "sc ar", - "Ġw idespread", - "GE R", - "He ight", - "col umn", - "Ġreflect ed", - "ĠPhilipp ines", - "C am", - "h uman", - "Ġcou pon", - "Ġpu is", - "Ġac res", - "by te", - "Ġle verage", - "ĠCam bridge", - "sh ine", - "Ġoptim ization", - "Ġsepar ation", - "Ġexpl oration", - "ĠUs ers", - "G old", - "Ġbroad er", - "Ġsh ine", - "Ġden y", - "Be ing", - "Ġe igen", - "Ġk o", - "ĠU V", - "Ġcolor ful", - "ĠF el", - "Ġdev oted", - "Ġpres um", - "n or", - "Ġtut to", - "Ġglob ally", - "z w", - "p are", - "Or gan", - "Ġj ury", - "Ġann ually", - "Ġl bs", - "S il", - "ie v", - "Ġinstitut ional", - "Ġgard ens", - "Ġc ush", - "ĠK ath", - "ĠAdminist r", - "Ġf oster", - "ars i", - "Ġwat ches", - "ĠW edding", - "pt e", - "Ġgive away", - "Ġf itting", - "Ġlibr aries", - "l ung", - "Ġclass ical", - "ze ch", - "Ġclar ity", - "d ale", - "ĠV PN", - "Ph ot", - "Ġagric ulture", - "g ate", - "Ġclass ified", - "Ġconf idential", - "Ġhighlight ed", - "Ġfre ely", - "M a", - "Ġinvest or", - "Ġquiet ly", - "ist o", - "m ode", - "Ġas leep", - "ĠDel ivery", - "P ORT", - "ĠV ac", - "att oo", - "Ġthe sis", - "Ġunder neath", - "Ġcompl ications", - "Ġcryptocur rency", - "h at", - "ĠRes ort", - "H ope", - "Ġinform ative", - "Ġsupport ive", - "Ġaw kward", - "Ġmoment um", - "Ġattack ed", - "Ġhold er", - "Ġtip o", - "ĠB row", - "Ġg an", - "ĠGr an", - "Ġlib er", - "k ov", - "Ġdem o", - "ĠSk in", - "re nder", - "Q UE", - "ĠR ace", - "l oc", - "ĠF an", - "qu al", - "ret ion", - "Ġtr as", - "im en", - "Ġnow here", - "Ġreli ability", - "av el", - "ĠPalest in", - "ĠIsrael i", - "ĠG esch", - "Ġper ceived", - "Ġclimb ing", - "Ġcompan ion", - "ĠAd vert", - "Ġch amber", - "Ġd ÃŃa", - "Ġmus icians", - "ĠF alls", - "er on", - "Ġqu ilt", - "ĠW ine", - "CT ION", - "Ġl leg", - "éĺ Ł", - "Ġas ÃŃ", - "or us", - "Ġhom eless", - "Ġfem ales", - "Ġindic ator", - "Ġv ic", - "head er", - "Ġsubst ances", - "oth y", - "Ġque en", - "ful l", - "er os", - "opt ion", - "Ġsaf er", - "Ġre vis", - "app ropri", - "Ġcontribut ing", - "g ang", - "ĠAnd y", - "ĠDub ai", - "Ġt ires", - "op les", - "enc il", - "W ater", - "Ġsee ks", - "Ġtra ils", - "11 8", - "Ġmagn etic", - "Ġhyp othes", - ". »", - "Ġs yst", - "oot ing", - "åħ Ī", - "Ġman ually", - "Ġdyn amics", - "ĠThanks giving", - "g reg", - "Ġatt orneys", - "ĠT ru", - "Ġorder ing", - "Ġsubst itute", - "åħ ī", - "Per haps", - "Rem ember", - "Ġcourt esy", - "Wind ow", - "Ġel ite", - "ĠE ye", - "to ken", - "Ġcontract ors", - "Ġcry ing", - "Ġqu and", - "Ġparticip ated", - "Ġbur ied", - "ĠP ad", - "ĠT am", - "W ant", - "ĠS ustain", - "ĠL ater", - "N ational", - "Ġsusp ension", - "ĠâĨ Ĵ", - "un ks", - "ĠW elcome", - "ĠAn imal", - "Ar ch", - "ĠH et", - "ĠUn like", - "ĠFl ash", - "Ġtrav ail", - "é ĵ", - "Ġhealth ier", - "d ist", - "Ġf ence", - "ĠFl oor", - "Pro gram", - "ĠLa ura", - "ĠZ oom", - "t em", - "ĠHar vard", - "Ġre aches", - "u w", - "ĠD al", - "Ġac ids", - "ĠT ar", - "Rec ent", - "Ġappreci ation", - "M onday", - "v ada", - "Ġpra ise", - "Ġmother s", - "ĠBeaut iful", - ", \\", - "Ġpet ition", - "for ced", - "Ġne ur", - "Ġrac ial", - "Ġveget able", - "Ġin herent", - "è ¨", - "ir ates", - "Ġb arg", - "ĠW ait", - "ĠInvest ment", - "ĠOlymp ic", - "own er", - "ç ł", - "Ġspe eds", - "Ġb ast", - "Ur l", - "Ġdelight ed", - "ob il", - "ét é", - "ĠG a", - "ubl isher", - "p ub", - "ĠF unction", - "Ġleg ally", - "Ġad verse", - "arn a", - "ĠBeaut y", - "ĠH ERE", - "Ġm ud", - "T arget", - "ĠC atal", - "ĠN J", - "US A", - "li est", - "Ġr amp", - "ĠCharl ie", - "Ġgener ator", - "Ġscholars hip", - "alt ies", - "Ġtr ash", - "Pl an", - "ĠC E", - "\\ [", - "Ġz d", - "Ġactiv ation", - "ogen ic", - "m atic", - "Ñ ĥ", - "z el", - "ĠWh it", - "Ġmes h", - "ĠCert ified", - "ÅĤ ad", - "Ġphys ics", - "at ured", - "Custom er", - "ĠV or", - "Ġdo ct", - "othe rapy", - "Ġdis advant", - "ĠS ad", - "iot ic", - "Ġbre ed", - "é Ķ", - "l on", - "Ġdownload ed", - "99 9", - "Ġpro long", - "Ch ina", - "Rep ort", - "{ @", - "å ĭ", - "Ġpro ces", - "ir ation", - "ab ul", - "Ġin clusive", - "Ġrem ed", - "Ġhand les", - "Ġintegr al", - "it os", - "Ġit al", - "Ġpat ent", - "ĠEmer gency", - "éĩ ij", - "Ġl ug", - "Ġteac hes", - "W idth", - "ĠF ern", - "Ġsc ent", - "Ġre nov", - "P our", - "st age", - "Ġcont en", - "Ġcompar able", - "Ġf aut", - "j our", - "Ġgood ness", - "Ġthreat ened", - "Ġapr ès", - "Ġd are", - "è ±", - "che ll", - "ĠM and", - "an im", - "ĠJ oh", - "RE AD", - "th od", - "arent ly", - "ĠN ice", - "agg io", - "Ġp orts", - "em i", - "Gl obal", - "ett es", - "an qu", - "Ġder iv", - "ĠUk rain", - "grad ed", - "Ġst ats", - "inn amon", - "Ġra g", - "ĠHe at", - "Ġl ighter", - "Ġto e", - "ink le", - "Ġtrad em", - "ĠBet ween", - "ĠV o", - "aut h", - "S aturday", - "Ġinnoc ent", - "ĠT ab", - "ĠD ance", - "Ġcamp ing", - "Ġclos et", - "Ġpro pose", - "Ġstr ings", - "Ġexecut ed", - "ĠUr ban", - "Ġl ou", - "åIJ ¬", - "Ġst aring", - "ĠÅ ¡", - "oll en", - "am med", - "ĠL ane", - "ĠR d", - "Ġquel ques", - "ĠPh ill", - "Ġl un", - "i per", - "omm es", - "ĠAdd itional", - "Ġcolumn s", - "io xid", - "ĠG PS", - "Ġcost ly", - "Ġver se", - "Ġé v", - "Ġcor ners", - "Ġpe ers", - "ĠF E", - "Ġsu ited", - "f und", - "Ġb a", - "ĠJon athan", - "ĠChe ap", - "s n", - "ĠW A", - "ed u", - "Ġpredict ed", - "ĠB oot", - "Ġrepl acing", - "ann ers", - "Ġp ine", - "Ġacc ent", - "Ġvar ieties", - "Ġhar ass", - "Ġdis par", - "ĠN A", - "Ġsat ellite", - "P osition", - "iè res", - "Ġfun eral", - "Ex pl", - "in fl", - "Ġmol to", - "Ġd orm", - "ĠC V", - "ĠMad rid", - "Ġl ag", - "Prof ess", - "Ġwarm ing", - "åĮ Ĺ", - "ĠMay or", - "Ġres olved", - "nown ed", - "ĠEd ge", - "ĠT yp", - "ĠTur k", - "Ġestablish ing", - "Ġdies er", - "ĠE R", - "ĠG A", - "e fficient", - "Ġfl ows", - "cent er", - "Ġf ate", - "iov ascular", - "Ġtarget ing", - "Ġmo i", - "Ġcomp elling", - "Prov ider", - "! ).", - "iv os", - "GE T", - "ĠB L", - "Vis it", - "ub s", - "B ay", - "ĠRev olution", - "am en", - "Ġave va", - "LE D", - "Ġpros per", - "n Ã", - "us ive", - "ac hers", - "ĠEr ror", - "In gredients", - "Con f", - "Acc ount", - "Ġe book", - "ĠG round", - "if iers", - "Ġcon secut", - "Ġpart ir", - "Ġbu zz", - "ĠP erm", - "ĠIt em", - "Ġcle ared", - "Im port", - "ĠJud ge", - "ĠAl ong", - "ĠS oviet", - "ĠWh atever", - "Ġind irect", - "Ġfe ver", - "Ġcolleg es", - "Ġover ride", - "ĠTh ailand", - "Ġmar ine", - "hal ten", - "11 6", - "ĠAr ray", - "ĠM I", - "ĠR ange", - "12 2", - "Ġbu gs", - "Ġaut res", - "Ġey eb", - "gl as", - "L ayout", - "1 19", - "n ost", - "ret ty", - "è§ £", - "ar ound", - "ĠH ans", - "¾ ¹", - "ĠU ne", - "ĠSp iel", - "Ġspecific ations", - "Ġarr ange", - "ĠS au", - "ĠRes ponse", - "t mp", - "Ġb od", - "ĠB art", - "L ight", - "im ore", - "n ym", - "ard ing", - "Ġo v", - "åIJ Ħ", - "t c", - "Ġsus pected", - "Ġvari ant", - "Ġpro l", - "og g", - "sh ore", - "ĠB ou", - "Ġavoid ing", - "Ġattract ed", - "ĠCast le", - "Ġminor ity", - "ĠMc K", - "ĠR AM", - "Ġg ly", - "e en", - "Ġvol tage", - "Ġprof itable", - "Ġstri ve", - "Ġpat io", - "å°± æĺ¯", - "Ġd ock", - "le ading", - "Ġflo ating", - "b uffer", - "M aster", - "Ġwood s", - "ĠR achel", - "ĠR ank", - "Ut ils", - "he ll", - "Ġg ad", - "Ġqu ad", - "Ġv id", - "11 4", - "Ġb ree", - "Ġbed rooms", - "ra z", - "ĠAssoci ate", - "Ġhaz ard", - "Ġtherap ist", - "z ent", - "ĠH ug", - "as ters", - "ĠJ en", - "B ER", - "c opy", - "g on", - "Ġisol ation", - "Ġbel ly", - "Ġopp onent", - "ĠCor porate", - "Ġland ed", - "Ġroy al", - "åı £", - "um bers", - "ut i", - "y cle", - "Ġas ync", - "l ä", - "' ).", - "Ġbe ating", - "iot ics", - "ĠWalk er", - "ĠS ummary", - "w end", - "ĠM all", - "T erm", - "Ġthe atre", - "In c", - "r ust", - "Ħ ¿", - "{ {", - "Ġblank et", - "Int erest", - "è· ¯", - "V e", - "usal em", - "h ill", - "ĠM essage", - "ox y", - "Ġconsist ency", - "ĠP y", - "Ġre de", - "ĠPan el", - "S outh", - "Ġz ip", - "Ġspec ify", - "Ġassum ing", - "ĠPro duction", - "Ð º", - "Ġú lt", - "P ER", - "Ġtrans parency", - "ro v", - "ph ant", - "Ġphenomen on", - "ĠA part", - "Att ribute", - "g ov", - "Ġthe ories", - "Ġc ited", - "Ġro ws", - "Ġbl oom", - "åı ĸ", - "ĠG R", - "ĠK om", - "ĠÅ Łi", - "Ġcontr ary", - "` ,", - "Ġshock ed", - "ĠCurrent ly", - "Ġannoy ing", - "ĠSu ite", - "and ise", - "ĠS K", - "Ġshe ep", - "ĠSwed en", - "Ġh ills", - "Ġvol umes", - "Ġmand atory", - "Ġvacc ination", - "Ġpresent ations", - "Ġal ien", - "Ġtre asure", - "Ġcelebr ating", - "Ġdes erves", - "st an", - "s cript", - "Ġg ef", - "ĠM aine", - "âĺ ħ", - "Ġp endant", - "ĠW onder", - "ent o", - "Ġfat igue", - "D ocument", - "h ang", - "20 5", - "ĠEm ily", - "é Ĵ", - "ĠTok yo", - "Ġexcell ence", - "Ġcont re", - "J o", - "Ġu pp", - "él é", - "Ġc Ã", - "Ġlist ened", - "è® ¤", - "ĠIS O", - "st Ã", - "Ġbreat he", - "Ġch rom", - "ard ed", - "es p", - "Ġp ics", - "Ġdisapp ear", - "Ġviol ation", - "ĠAnal ytics", - "Ġgrand mother", - "Ġrece iver", - "Ġpropos als", - "Ġh iking", - "Ġaccur ately", - "Ġbr ace", - "ĠL if", - "ĠK rist", - "Ġdis put", - "? :", - "N AME", - "Ġcirc ulation", - "Ġp ione", - "Ġcell ular", - "j ekt", - "ĠIntellig ence", - "Ġliter ary", - "B T", - "amp a", - "æ Ĥ", - "ĠCh rome", - "Ġinst inct", - "Ġconsult ant", - "CO M", - "Ġtransform ed", - "ĠG ary", - "j pg", - "Ġtour ists", - "ĠF BI", - "ĠCar ib", - "\" \\", - "aut o", - "Ġsem ester", - "yl er", - "ĠO ri", - "Ġhe mp", - "Ġm á", - "Ġd w", - "N T", - "Ġb amb", - "Ġgod s", - "Ġloyal ty", - "Ġperson a", - "Ġb icy", - "uck ed", - "è¿Ļ æł·", - "ĠH ousing", - "Ġexist ed", - "nd e", - "Ġr anks", - "et en", - "ĠC ars", - "Ġch ick", - "Ġd ign", - "ĠL ang", - "ĠQu ant", - "uch t", - "ĠChair man", - "ue go", - "Ġmagn ific", - "ĠExt ra", - "ĠJ a", - "ĠStr ong", - "Ġste al", - "ĠEm ma", - "Ġdep uis", - "å¸ Ŀ", - "ĠT rend", - "Ġsurve illance", - "Ġspread ing", - "d t", - "Å Ł", - "Ġch ill", - "Ġpar l", - "11 7", - "ä¸Ń åĽ", - "Ġg le", - "uck er", - "Un fortunately", - "Ġout break", - "Ġsoc i", - "ĠC ertain", - "ĠCommun ication", - "Ġeval uated", - "Ġapart ments", - "Ġfat al", - "Ġsurv ived", - "Ġm unicipal", - "ĠSt ri", - "ĠRe quest", - "Ġtast es", - "\\ ]", - "! (", - "ĠR ow", - "Ġrel ie", - "b us", - "tw itter", - "âĢ º", - "Ġadvent ures", - "h alt", - "Ġpri est", - "L ab", - "ign ment", - "es a", - "um en", - "ĠSch olars", - "av ior", - "ĠBut ter", - "Ġm ism", - "val ues", - "ĠE P", - "ĠDu ke", - "Ġt urb", - "ĠAm y", - "ien ne", - "Ġn an", - "Ġstrugg led", - "S M", - "e ze", - "Ġy o", - "å· ¥", - "Ġcustom ize", - "² ³", - "Ġhe eft", - "Ġen velop", - "é ho", - "Follow ing", - "ĠP ills", - "ĠMalays ia", - "ĠOper ations", - "Ġb ored", - "Ġpr iced", - "Ġemb edded", - "Ġappli ances", - "ĠF amil", - "åİ Ł", - "ĠMe anwhile", - "ĠTai wan", - "Ġcor ps", - "Ġclos ure", - "olut ely", - "ĠSw iss", - "olit an", - "Ġorient ation", - "ĠL GBT", - "k ar", - "ID S", - "T ree", - "UN D", - "ĠG ulf", - "Ġneed ing", - "or p", - "th an", - "- (", - "Ġsol ving", - "Ġnot able", - "ĠGr ay", - "Ġc ement", - "ĠExper t", - "atur a", - "ĠInt el", - "Ġl ig", - "Ġpresent ing", - "Ġbas ics", - "aint ed", - "Ġcert ific", - "Ġdo ve", - "Ġdeg li", - "LO G", - "åĩ ł", - "ĠOther wise", - "Ad v", - "claim ed", - "ut ers", - "Ġkey words", - "r ison", - "Ġvess els", - "j es", - "ĠPort land", - "Ġprint s", - "r itional", - "e ff", - "ie g", - "ĠN ash", - "Ġgener ating", - "az ines", - "Ġthe rapeutic", - "t emplate", - "ĠBl uetooth", - "Ġch lor", - "æ¸ ħ", - "Ġdesper ate", - "Ġv ou", - "ows hip", - "pos ed", - "ĠKenn edy", - "Ġp anc", - "ĠL ad", - "ex pl", - "ĠMc G", - "Ċ ĊĠĠĠĠĠĠĠĠĠĠĠĠ", - "ug gest", - "Ġaut re", - "Ġb ump", - "Ġval ued", - "c iÃ", - "Ġnou ve", - "Ġdist inction", - "Ġprev ents", - "Ġte ens", - "Ġp ond", - "s ure", - "Ġdomin ant", - "Ġimpl ies", - "ĠMississ ippi", - "åĮ ĸ", - "Ġwhis pered", - "Ġmind set", - "Ġcon vention", - "Ġlif ting", - "T ask", - "ĠNever theless", - "Ġz ones", - "ĠAl aska", - "ur able", - "äº Ķ", - "ĠBar cel", - "ĠC rim", - "ĠY e", - "iff erent", - "ron es", - "Ġs ail", - "Ġform ing", - "Ġapplic ants", - "ĠUnivers al", - "Ġjak o", - "ĠR y", - "Ġpr éc", - "Ġbit ter", - "ĠV el", - "Ġattend ance", - "B es", - "Ġrest oration", - "Ġstat o", - "9 78", - "Ġme er", - "Ġjud ges", - "Ġmet er", - "m ac", - "Ġman uscript", - "Ġfoot age", - "Ġcontroll ing", - "oun cing", - "Ġre ass", - "ĠC ole", - "Ġalgorith ms", - "Ġcont am", - "è¿Ļ äºĽ", - "in ite", - "ĠV ision", - "$ (", - "Ġch arts", - "Ġchamp ionship", - "Ġ ell", - "Ġtherm al", - "ĠRober ts", - "ian e", - "16 5", - "Ġinject ion", - "Ġcollabor ative", - "S ettings", - "ĠW er", - "Ġpart ially", - "ĠQuest ion", - "ĠR ic", - "Ġindepend ently", - "ĠG ot", - "f are", - "st orm", - "Ġs op", - "Ġobtain ing", - "Ġvend or", - "Ġann i", - "Ġabsor b", - "Ġmax imize", - "ĠCh amber", - "Ġdiagn ostic", - "ĠV ancouver", - "ĠT an", - "ment ation", - "r ise", - "Ġw ax", - "ient es", - "Ġmon ster", - "R Y", - "Ġtouch ing", - "at y", - "Ġpip eline", - "Ġth reshold", - "åı ĺ", - "Ã¥ n", - "ck er", - "Ġfirm ly", - "ĠP red", - "ari ans", - "æī į", - "Ġb inary", - "Ġdecl ined", - "ard e", - "et ics", - "olog ic", - "ĠEn c", - "ĠB ot", - "Ġdr unk", - "ĠD ak", - "âĢĶ \"", - "M iss", - "ĠH ab", - "Ġsix th", - "i ens", - "Ġj ar", - "ne a", - "ĠYO UR", - "Ġsu iv", - "ĠSt ories", - "Ġhorm one", - "Ġg rief", - "Ġbe ars", - "Ġbrief ly", - "no ÅĽci", - "ĠOr leans", - "K S", - "DA Y", - "v d", - "Ġelev ated", - "ĠAct ually", - "Ġclean er", - "ĠCl imate", - "ĠNY C", - "14 4", - "Ġcondition ing", - "Ġsh ar", - "Ġkick ed", - "h icle", - "è Ĵ", - "13 3", - "Ġla zy", - "ĠSa udi", - "Ġtast y", - "ĠWhats App", - "ad al", - "Ġher bs", - "Res earch", - "D U", - "Ġsh ades", - "em ás", - "Ġsens ors", - "Ġth y", - "å§ ĭ", - "av ailable", - "ĠTechn ologies", - "iv el", - "Em pty", - "isc her", - "ĠM un", - "ĠH i", - "Ġcar go", - "Ġkind a", - "D em", - "pr im", - "st ru", - "Me anwhile", - "G P", - "ard i", - "ĠAl ice", - "ĠK ay", - "Ġcir cles", - "Ġafter wards", - "Ġown s", - "Ġfr ight", - "ĠT ut", - "Ġtom ato", - "Ġrot ation", - "ĠW oman", - "ĠJenn ifer", - "B ro", - "ĠJava Script", - "Ġsh ore", - "Ġvisit or", - "Ġv amp", - "Ġsusp ended", - "u ity", - "Ġgl uten", - "Ġdisapp eared", - "Ġra b", - "Ġste ep", - "Ġlight ly", - "Ġaest hetic", - "ĠP ython", - "Ġreal iz", - "Ġclean ed", - "P or", - "Ġadjust able", - "E lect", - "Ġa k", - "ĠY an", - "Ġl lev", - "Ġreason ably", - "Ġbe aches", - "Ġsurve ys", - "ĠL ind", - "L ive", - "te in", - "Ġad op", - "ĠRet rie", - "ĠMuslim s", - "æľ º", - "ik er", - "Ġdos es", - "ĠM atch", - "Ġover look", - "az er", - "Ġc erc", - "k ow", - "Ġj azz", - "Ġdelay ed", - "ĠBr ight", - "Ġch rist", - "Ġinv is", - "Ġcomb ines", - "Ġhab e", - "Ġdist ant", - "Ġim aging", - "ĠF ine", - "ust ers", - "Ġun h", - "-- >", - "Ġanalys es", - "ank a", - "ot ation", - ". ]", - "d isc", - "amm ar", - "ord e", - "Ġde ployment", - "Ġeduc ated", - "ĠJust in", - "Ġrecruit ment", - "ĠRuss ell", - "Ġnurs es", - "å Ķ", - "in fect", - "d ates", - "Ġr ally", - "Ġa j", - "ic ion", - "He ader", - "Ġj son", - "E ffect", - "t u", - "Ġch ron", - "ĠJ ahr", - "sc ope", - "Ġseg ments", - "Com merce", - "åħ µ", - "Me et", - "Ġur ge", - "l at", - "ĠP f", - "Ġvit amins", - "Ġh i", - "Ġbas es", - "Ġdiet ary", - "ert a", - "ff e", - "Ġjournal ist", - "åIJ Ī", - "b ild", - "Ġpros pective", - "r ze", - "Th read", - "Ġgluc ose", - "oc hem", - "<< .", - "ab ad", - "Ġfe as", - "ĠS ettings", - "Ġpartners hips", - "ĠIs a", - "Rec ord", - "ĠSt ars", - "Ġcon oc", - "arn ess", - "l ar", - "Ġty m", - "Ġmolec ular", - "Ġdelet ed", - "ĠK am", - "ĠS orry", - "Ġthr illed", - "ĠTr uth", - "Ġbrow se", - "Ġke ine", - "B ody", - "c ustom", - "add ress", - "Ġcapt ain", - "ie urs", - "Ġstrugg les", - "Ġh ike", - "ck en", - "Ġtw in", - "çļĦ ä", - "Col lection", - "Ġspons ored", - "by e", - "ĠSy ria", - "y les", - "ĠSw itzerland", - "H C", - "ĠI ch", - "ak y", - "Ġrep et", - "che m", - "il ib", - "åľ º", - "op ed", - "Ġassoci ations", - "h ma", - "Ġrec overed", - "K now", - "ĠSus an", - "Ġwarm th", - "Ġout line", - "Ġl Ãł", - "ĠCe lebr", - "ĠC leveland", - "St op", - "connect ed", - "i Äħ", - "Ġtact ics", - "s ave", - "Ġk omm", - "Ġseason al", - "Ġhe el", - "Ġgra ve", - "Ġstream s", - "Ġche ek", - "it as", - "Ġdeal t", - "Sp ace", - "Ġlib ert", - "IG N", - "Ġhydro gen", - "Ġret ro", - "Ġcor ruption", - "Ġsp a", - "ĠE val", - "b ind", - "Ġpray ers", - "Ġcloud s", - "ĠT ruck", - "com ed", - "us amm", - "Ġcomp aring", - "ĠB ah", - "17 8", - "ĠL iver", - "Ġsitu ated", - "cl ock", - "Ġbas ement", - "ĠHol iday", - "Ġan th", - "Ġdis abilities", - "ĠHealth care", - "im ated", - "ĠN ep", - "ĠB ond", - "es c", - "AS H", - "ĠG L", - "r ams", - "å ©", - "ĠAl ber", - "ĠTh ai", - "Ġcomm od", - "an ut", - "ĠT ower", - "bre aking", - "Ġfra gr", - "Ġexp end", - "Ġj ug", - "k now", - "Ġshow case", - "Ġconf using", - "Ġdist ricts", - "ĠCy ber", - "Ġdrag on", - "ch air", - "Ġprivile ge", - "Ġcount ing", - "ĠG un", - "Ġmax im", - "Ġb orders", - "ĠSw itch", - "Ġass ists", - "ĠT her", - "ĠIn iti", - "14 5", - "H ash", - "in ance", - "Ġdescrib ing", - "Ġcha os", - "15 5", - "Ġbuck et", - "ĠH O", - "s v", - "ĠVol ume", - "ic ut", - "ĠGr ade", - "Ġtrans it", - "Ġsl ides", - "Ġcoll apse", - "Ġfif ty", - "ĠF lex", - "Ġparticip ant", - "Ġdu pl", - "Ġdisp ute", - "Ġur gent", - "Ġchem istry", - "Ġto kens", - "Ġz ap", - "ç» ĵ", - "as is", - "ĠM os", - "ur red", - "Tr ack", - "ĠHer itage", - "Ġconcent rate", - "Ġly rics", - "Ġa ce", - "ĠH alf", - "ĠOver all", - "ĠAr thur", - "ĠA x", - "ont in", - "Ġp ound", - "Ġpl ac", - "Ġfol k", - "Ġnon etheless", - "Ġunderstand s", - "Ġnation wide", - "Ġc yl", - "ass ador", - "ĠLinked In", - "Ġst ressed", - "ĠO t", - "OM E", - "Ġrep ay", - "in ars", - "Ġroll s", - "ĠJ os", - "Ġhas h", - "Th ursday", - "ĠF Ã", - "ne red", - "l it", - "T ry", - "Ġobs c", - "ĠS L", - "ĠBrook lyn", - "Ġn iche", - "Ġeas tern", - "ĠFa ith", - "ch te", - "Ġatt ain", - "We bsite", - "ĠT es", - "Ġincorpor ated", - "Ġamen ities", - "Ġback pack", - "Ġt ens", - "n ote", - "oubt edly", - "Ġun pre", - "Ġdial og", - "A f", - "Ġadapt ed", - "Ġsumm ar", - "Ġm ul", - "ĠA aron", - "Ġindivid ually", - "ro se", - "Ġrecycl ing", - "Ġc rap", - "Ġlean ed", - "T ok", - "Ġp ension", - "und e", - "Ġphys icians", - "Ġinter val", - "Ġsen za", - "neh men", - "ĠLe ft", - "N orth", - "ĠL ag", - "Ġaccording ly", - "ol t", - "ograph ical", - "Ġp ork", - "al ph", - "Ġtra g", - "Ġmat ched", - "c ert", - "Ġnew er", - "AT ED", - "Ġsynt hetic", - "B on", - "Ġsl im", - "Pl ayer", - "Ġk iller", - "st ration", - "Ġqu eries", - "a ired", - "on ce", - "P od", - "Ġb ru", - "Ġbub ble", - "S end", - "Ġm uss", - "Ġtra p", - "å ¢", - "ĠSp a", - "Ġvess el", - "Ġc oding", - "Ġu pt", - "Ġp unt", - "ĠSt adium", - "Ġmin erals", - "Ġsurprising ly", - "Ġoff line", - "Ġpract icing", - "n els", - "Ġcompl ain", - "Ġwa ar", - "urd y", - "Ġval ve", - "F alse", - "ĠH ind", - "ĠS oph", - "ĠI M", - "Ġwr ist", - "ain es", - "Ġfarm ing", - "Ġqu é", - "ys ical", - "ĠP ublished", - "Ġbo il", - "oh yd", - "Ġtail ored", - "ĠB ring", - "b ecause", - "â t", - "ĠĠĠĠĠĠĠĠ ĠĠĠĠ", - "cl osed", - "Ġlect ure", - "Ġu gly", - "Ġunder ground", - "Ġgr ill", - "ĠAg ent", - "Ġhab ÃŃa", - "ä tt", - "ĠB os", - "Ġw rest", - "out heast", - "Ġstat istical", - "n ah", - "ul u", - "ĠOpp ortun", - "Ġs ized", - "ĠF ix", - "B B", - "et ed", - "Ġfr idge", - "se g", - "ie le", - "Ġappro aching", - "Ġein f", - "Ġcon gr", - "Ġmed ian", - "Ġbl ast", - "Ġnov els", - "Ġthank ful", - "ir i", - "ĠAl bert", - "En joy", - "Ġover s", - "ĠBe yond", - "Ġadjust ments", - ":- )", - "ĠĠĠĠĠĠĠĠ ĠĠ", - "ik t", - "Ġev olved", - "ĠIde as", - "ĠF al", - "ĉĉ ĉ", - "ĠG ib", - "Ġprze z", - "N eed", - "p ng", - "Ġs ore", - "Ġm ia", - "Ġm eth", - "C ache", - "Ġspecial ty", - "Ġs aves", - "Ġb oo", - "Res pond", - "éĿ ŀ", - "o ons", - "r h", - "Ġnuc le", - "ĠP interest", - "umn i", - "Ġn our", - "ĠS ugar", - "ab lo", - "Ġcuis ine", - "ĠT ouch", - "Ġimag ined", - "Ċ ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", - "enn a", - "Ġal pha", - "ĠAd ams", - "Ġdest inations", - "ĠIs lands", - "ĠP ent", - "Ġindic ating", - "12 9", - "id ate", - "ĠMe chan", - "iz ione", - "Ġad here", - "olog ically", - "ol er", - "Ġfest iv", - "è¯ ¥", - "b ag", - "Ġpers pectives", - "ĠPri ze", - "ĠM Ã", - "Ġpr Ã", - "Ġgr ades", - "Ġdepart ure", - "Ġlist ings", - "Ġesc al", - "ĠK han", - "88 8", - "v s", - "ĠG ummies", - "Ġcirc ular", - "Ġtrav elling", - "Ġmet als", - "Ġcreat or", - "Ġm é", - "ĠV ert", - "Ġhy g", - "* ,", - "ĠM osc", - "Ġconst itu", - "uc he", - "iz on", - "Ġjust ify", - "ĠZ one", - "ĠGrow th", - "æ ¢", - "F ore", - "ĠPal m", - "Ġsl ice", - "Ġd aughters", - "ve c", - "Ġprotocol s", - "m atch", - "t own", - "Ġopp onents", - "ĠReg ular", - "Sh ort", - "ik o", - "br and", - "h is", - "Ġb anned", - "ĠH omes", - "ĠG rey", - "ĠProgram s", - "Ġgl oves", - "u ent", - "ĠHawai i", - "ias m", - "ĠDis play", - "pat ient", - "bl er", - "as ive", - "g ust", - "ĠIn sp", - "Ġsp ine", - "Ġs ends", - "Ġdess ert", - "20 4", - "Sc ore", - "N G", - "Ġind ication", - "Ġequ ality", - "ĠSn ap", - "ĠU ntil", - "D om", - "al m", - "in to", - "per m", - "Ġs q", - "ĠJ ere", - "Ġl ined", - "ĠHigh way", - "ĠP H", - "æ° Ķ", - "$ $\\", - "f ive", - "g irl", - "m el", - "Ġh anno", - "Ġinv itation", - "Ġinter ventions", - "Ġtransl ate", - "Ġmulti pl", - "Ġb ÄĻd", - "Ġaccess ed", - "Ġveter ans", - "Ġtra its", - "Ġpu zzle", - "ĠFre edom", - "ĠCom merce", - "Ġdram atically", - "Ġcons pir", - "__ _", - "ĠGu y", - "Ġdepos its", - "Col lect", - "Ġlab our", - "Ġcor rupt", - "Ġass ure", - "ĠChristian ity", - "ro be", - "D im", - "Ġsim ulation", - "Ġsacr ific", - "Ġref resh", - "Ġm apping", - "Ġdress es", - "Ġbelong s", - "ĠJ ah", - "åĽł 为", - "ount ered", - "ĠLe ader", - "ĠPro s", - "Ġcon na", - "g re", - "Ġhe ated", - "z k", - "Ġthe ft", - "Ġoccup ied", - "\" /", - "Ġrel atives", - "att ed", - "Ġpsych ology", - "Ġrep orter", - "ibl ical", - "Ġsens ation", - "Ġvoc ê", - "iv an", - "P RE", - "ä lt", - "Ġun iqu", - "comm un", - "Ġconsecut ive", - "S n", - "Ġsp raw", - "S un", - "ĠB rain", - "Ġadjust ment", - "Ġhigh way", - "ĠG aming", - "Ġk its", - "ip al", - "â ľ", - "ruct ions", - "ĠAl c", - "Ġc et", - "ĠA BC", - "pp e", - "Ä ±", - "ry ption", - "ĠpÅĻ ÃŃ", - "Ġmob il", - "é v", - "ov al", - "pl ess", - "Ġgu ards", - "ĠG M", - "Ġcatch ing", - "br is", - "ĠPhot os", - "ĠR ules", - "Ġquant um", - "ĠSome one", - "auc oup", - "ĠLet ter", - "Ġded ication", - "Ġprogram mes", - "ĠCon vention", - "Ġco ating", - "åĪ Ļ", - "Ġsn ack", - "Ġoccas ional", - "opp ers", - "ab ases", - "int endo", - "ĠBarcel ona", - "ĠT on", - "anc ies", - "Ġencourag es", - "ĠMens chen", - "Ġe ines", - "Ġes pecial", - "Ġterm in", - "Ġfert il", - "P arent", - "Ġne u", - "Ġcous in", - "H as", - "Ġver ification", - "Ġenc ountered", - "Ġreal m", - "ĠP E", - "Ġconduct ing", - "L o", - "ĠB apt", - "C ross", - "ĠCons erv", - "Ġf ung", - "Ġd airy", - "ĠK inder", - "ĠP u", - "ĠMar ie", - "ĠMon te", - "ĠP ul", - "c over", - "ĠR ating", - "âĢĶâĢĶâĢĶâĢĶ âĢĶâĢĶâĢĶâĢĶ", - "Equ als", - "ĠPhot ography", - "C r", - "ĠM illion", - ") \\", - "ist le", - "su per", - "ric ane", - "ç Ĭ", - "Ġstrength s", - "N ov", - "ĠO ften", - "Ġcons ensus", - "Ġsubsequ ently", - "Ġpubl isher", - "ĠC ape", - "12 4", - "Ġhome owners", - "ĠEx ception", - "ĠProf ile", - "Ġchol esterol", - "Ġc ried", - "Ġcomprom ise", - "S QL", - "c ourse", - "he ro", - "Ġca res", - "Ġsc iences", - "iz i", - "Ġr uled", - "Ġsan it", - "Eng ine", - "Ġknowledge able", - "Ġhousehold s", - "Ġm ater", - "Ġpromot ions", - "ig keit", - "Ġneigh bour", - "ĠM T", - "h um", - "id ges", - "all ing", - "j Ãł", - "Ġw ages", - "ĠC F", - "ĠU l", - "Ph il", - "ĠPhys ical", - "Ġword t", - "Hel p", - "Ġp neum", - "Ġmod est", - "ĠAv oid", - "ĠPrin cess", - "Ġbund le", - "ie u", - "Ġin equ", - "ĠChrist opher", - "Ġcy cles", - "N a", - "Ġcharm ing", - "Ġf rown", - "Ġover d", - "Ġnever theless", - "oc yt", - "Ġjud g", - "Ġc av", - "Ġcor poration", - "li ver", - "Ġtal ents", - "åı į", - "Ġanaly zed", - "ĠAd just", - "Ġrac ism", - "es ity", - "Ġfre el", - "Ġk r", - "ĠJun ior", - "Ġde emed", - "ra h", - "Ġmyster ious", - "A I", - "Ġjump ing", - "Ġm ismo", - "Ġunem ployment", - "Ġs ia", - "Ġw ag", - "oo g", - "Ġpill ow", - "Ġp ause", - "Ġkid ney", - "atin um", - "Ġindic ators", - "ĠM yst", - "ĠK o", - "Ġcharacter istic", - "pro du", - "f ocus", - "f n", - "Ġhas s", - "ĠCh arg", - "MA X", - "Ġcontact ed", - "Ut il", - "ĠPol and", - "Ġconsider ably", - "ĠP ool", - "Ġas semb", - "Ġorgan izing", - "Ġsen iors", - "Ġatt raction", - "Ġstri kes", - "Ġtransl ated", - "Ġd read", - "st ed", - "ĠT ob", - "ĠF ried", - "Ġb ikes", - "Ġphr ases", - "ĠT aking", - "' ],", - "ows ki", - "ĠMO RE", - "unt ed", - "Ġcru el", - "Ġdraw s", - "Ġvin yl", - "s plit", - "ĠN FT", - "ĠChe l", - "ĠKnow ledge", - "ist en", - "or f", - "12 6", - "Ġw ines", - "ex per", - "S unday", - "ä» ¶", - "13 1", - "E lim", - "ĠTh ought", - "ĠCent ury", - "Ġrefres hing", - "Ġsull a", - "Ad vert", - "Ġdistinct ive", - "ene z", - "Ġspir its", - "Ġfr ustration", - "ĠR ate", - "Ġrem ot", - "Ġl ymph", - "ott a", - "æľ ¨", - "ĠE SP", - "Ġvir uses", - "Ġadv ances", - "Ġt ener", - "ke ep", - "Av ailable", - "it ations", - "ĠR V", - ") }", - "Ġpri zes", - "Every one", - "Ġstrict ly", - "alt a", - "Ġcontin ually", - "Ġwind s", - "Ġcast le", - "Ġn ails", - "ĠRel ated", - "Ġfort une", - "Ġbless ing", - "Ġpart ly", - "Ġgl anced", - "ĠS pect", - "ĠAl an", - "B u", - "ub a", - "ĠA ren", - "ul ly", - "Ġcross ing", - "Ġp ear", - "ym bol", - "ĠJer usalem", - "ĠSche dule", - "17 7", - "ĠPre vention", - "ĠP os", - "Ġshift ed", - "h attan", - "St ay", - "ab l", - "Ġtum or", - "Ġw ished", - "ä»ĸ çļĦ", - "Ġeduc ate", - "Ġl um", - "row ave", - "Ġanal yt", - "Ġpl aint", - "ĠW W", - "Ġacc red", - "ĠE gg", - "Ġeuro s", - "L ead", - "n n", - "m ill", - "Ġshow c", - "ĠOffic ial", - "d iction", - "de lete", - "Ġint ensive", - "it ol", - "Ġjournal ists", - "T uesday", - "Ġsust ained", - "am as", - "ĠI RS", - "Ġst itch", - "h ash", - "Ġwas hed", - "ĠAny one", - "jac ent", - "ens ively", - "tain ing", - "Ġsm iling", - "Ġg aps", - "Ġund ers", - "av an", - "Ġtrop ical", - "e ous", - "Ġch uck", - "Ġtri ple", - "ĠBarb ara", - "Ġconnect ivity", - "ur ring", - "Ġvary ing", - "Ġexp ed", - "ĠTr ading", - "ut ils", - "Ġto b", - "ĠP ok", - "de bug", - "u ar", - "ĠP ic", - "ĠC ategory", - "Ġret ention", - "å¸ ĥ", - "i w", - "Ġmodel ing", - "5 50", - "ĠCar ter", - "Ġà ¥", - "Ġn em", - "Ġcontrovers ial", - "b eta", - "Ġpadd ing", - "\"> ();", - "Ġgar ant", - "Ġjus qu", - "Ġà ĸ", - "Ġtrad ers", - "ĠI o", - "ĠF C", - "Ġtra ged", - "Ġroll er", - "Ġv ed", - "ced es", - "Ġinter ven", - "Ġrespond ing", - "Ġh ockey", - "ĠSupp ly", - "Ġs ag", - "ac cept", - "ar at", - "Ġanc ora", - "ĠK ir", - "Pres ident", - "bl ack", - "å® ĺ", - "æ´ »", - "Ġmen os", - "?? ??", - "ra ham", - "ĠMel bourne", - "Ġcan cell", - "Ġlong est", - "Get ting", - "Ġg erm", - "Ġdecl are", - "Ġf itted", - "ĠH ours", - "ĠPal ace", - "ĠV ous", - "ĠJ uan", - "Ġant ioxid", - "m ult", - "reb be", - "Ġbreak down", - "ĠL ength", - "Ġsh y", - "Ġrecip ient", - "6 50", - "Ġreported ly", - "Ġchair man", - "Ġconf erences", - "è§ ī", - "pp o", - "Ġshel ves", - "ĠE ither", - "reg ular", - "Read er", - "ĠW ir", - "M al", - "ĠH us", - "Ġus eless", - "å ¨", - "Ġs owie", - "Ġh ace", - "Ġorganiz ational", - "ĠGra ham", - "t xt", - "Ġenter prises", - "Ġle isure", - "aps ed", - "å° ij", - "Ġinc idents", - "ĠCh ocolate", - "åį ´", - "Ġus ername", - "Ġra pe", - "ij ke", - "Ġdr um", - "P rom", - "use ment", - "ĠCons umer", - "Ġnecess ity", - "Ġot ros", - "Ġde ce", - "Ġquest a", - "Ġgenu inely", - "ĠP ages", - "Ġbo ats", - "ÄĽ t", - "l ove", - "ĠN ous", - "Ġl aughter", - "Ġis lands", - "eral d", - "Ġge gen", - "abe i", - "Ġinev itable", - "Ġoptim ize", - "Ġdemocr atic", - "D own", - "ud ad", - "ic hes", - "uff y", - "Ġpo le", - "Ġelectron ics", - ")) )", - "T alk", - "H ar", - "ĠUs ually", - "l ocation", - "n c", - "Ġlik elihood", - "= âĢĿ", - "Ġeconom ics", - "V ector", - "Ġfa ç", - "AC H", - "overn ment", - "Ġhon ored", - "Ġprog ression", - "c ache", - "L im", - "ed ed", - "ĠC er", - "ĠSh an", - "aut res", - "ĠH at", - "( +", - "lic ht", - "Connect ion", - "F inal", - "ĠUlt ra", - "ĠUp dated", - "che t", - "ĠAd ult", - "Ġtend ency", - "Ġre nowned", - "Ġa z", - "ĠAr c", - "Ġz oom", - "ient os", - "ĠRegist ration", - "Ġy og", - "ĠR ule", - "Ġperfect ion", - "ĠF it", - "Ġsecret ary", - "ĠN ort", - "Ġper t", - "ple ments", - "is é", - "uel a", - "Ġreb uild", - "ĠC op", - "xt ures", - "Ġsel bst", - "Ġgr ams", - "ww w", - "Beaut iful", - "ĠE ld", - "Ġchap ters", - "M o", - "Ġinstruct or", - "Ġpack s", - "Ġconsum ed", - "Ġpack ing", - "ĠF ly", - "C ur", - "Ġcou p", - "ĠMad ison", - "ĠAd obe", - "ĠG ordon", - "Ġimpact ed", - "ĠP ump", - "Ġvo ir", - "çĽ ®", - "cipl inary", - "ĠN ag", - "è® ¸", - "ĠFe el", - "Ġal go", - "S ION", - "ire ments", - "Ġpres cribed", - "è® °", - "ĠCl ose", - "Ġswitch ing", - "Ġmach inery", - "B ooks", - "Ġl l", - "ĠRep ly", - "Ġtravel ed", - "¾ ¾", - "zen ie", - "Ġneg lig", - "Ġcu enta", - "ĠCam era", - "Ġsimpl er", - "ĠPod cast", - "Ġsmooth ly", - "De velop", - "ĠL iz", - "Ġcharacter ized", - "mind ed", - "Ġdiffé rent", - "ĠL ex", - "Ġd amp", - "Ġanal og", - "m ans", - "Ġdead ly", - "Ġhung er", - "R uss", - "W ait", - "Ġth igh", - "cons cious", - "Ġp iv", - "Ġres erves", - "anc ell", - "Ġval ley", - "act ly", - "Ġnot ing", - "Ġrapp ort", - "ĠR ice", - "Ġwel coming", - "Ġmotor cycle", - "Ġsatisf ying", - "Ġtr ay", - "Ġf ires", - "st ud", - "Ġc ents", - "Ġpre lim", - "æľ Ł", - "* .", - "ement e", - "Ġmult ip", - "Ġmac ro", - "Ġclass ification", - "f its", - "ĠIn v", - "owa Äĩ", - "Ġbr ack", - "Ġch in", - "Ġappoint ments", - "Ġlegend ary", - "ĠK id", - "Ġpod er", - "Ġ ig", - "l iv", - "Ġque ue", - "ili ation", - "Ġb arn", - "__ (", - "ĠG ov", - "ĠWik ipedia", - "ĠG host", - "Pro s", - "ke eping", - "uer to", - "Ġpol ar", - "Ġst yl", - "Ġmuch o", - "Ġjoint s", - "Ġé p", - "Ġsent ences", - "Ġmit ig", - "Ġdon ate", - "Ġle ar", - "Ġsn acks", - "ach ment", - "l ab", - "icht ig", - "ĊĠĠĠĠ ĊĠĠĠ", - "á d", - "Ġsus cept", - "çķ Į", - "Ġpursu ing", - "S ession", - "lic t", - "\") );", - "Ġl ugar", - "ĠTe acher", - "g os", - "Ġo xid", - "Ġfin ances", - "Ġse wing", - "ĠT rip", - "qu ier", - "Ġcl ips", - "% ),", - ") ).", - "ĠP el", - "Ġra ises", - "ubl in", - "is i", - "s d", - "ĠS ri", - "Ġsince re", - "40 1", - "Ex ecut", - "ĠRob in", - "Ġlack ing", - "b one", - "Ġcateg or", - "hand le", - "Ġun ited", - "f an", - "Ġf og", - "Ġat he", - "Ġcan ada", - "ĠS ER", - "Ġsell s", - "ra is", - "Ġam bit", - "Ġdou b", - "ĠBirth day", - "r ary", - "ul ative", - "Ġsp ite", - "ĠInd ependent", - "med ia", - "Ġfor b", - "em pre", - "Ġconsequ ence", - "Ġexecut ives", - "ha us", - "Ġche z", - "åIJ §", - "åĪ «", - "Ġprim er", - "dev ice", - "Ġfr ank", - "Ġalbum s", - "f ar", - "des cription", - "d og", - "Ġb aked", - "ĠA F", - "ĠM ode", - "Ġi hr", - "Ġpo i", - "com pass", - "Ġrespect ed", - "Ġr ides", - "Ġp on", - "Ġth rive", - "Ġle i", - "ri um", - "X T", - "RE D", - "Ġpot ato", - "at able", - "zia ÅĤ", - "Ġdé jÃł", - "ĠClean ing", - "Ġalt ogether", - "Ġad vers", - "åij ¨", - "ĠT un", - "Ġactiv ated", - "Ġex empl", - "å¸ ¦", - "ĠSumm it", - "Ġn ons", - "ĠN atur", - "Ġl ane", - "ĠIndones ia", - "27 0", - "ĠD river", - "es pecially", - "Ġener get", - "ĠF urn", - "Ġfon ction", - "I ts", - "t otal", - "ĠS M", - "Ġre ck", - "Ġdur ability", - "w oman", - "Ġnames pace", - "Ġmetabol ism", - "on z", - "Ġmerch andise", - "Ġl obby", - "ĠB ec", - "Ġte x", - "Ġeat en", - "c amp", - "T ags", - "j amin", - "ä¸į æĺ¯", - "ĠW a", - "Ġmag azines", - "ĠN av", - "Ġvar ies", - "erc ise", - "Ġpromot ed", - "Ġ ents", - "Ġp ussy", - "Ġdocument ed", - "Ġtiss ues", - "F ire", - "ĠCo al", - "ij ing", - "ĠTransport ation", - "Ġsist ema", - "Ġinv asion", - "Ġe co", - "s ers", - "Ġmess aging", - "Ġang el", - "Euro pe", - "Ġs oda", - "ĠOrgan ic", - "Ġl enders", - "C ost", - "Ġoccur ring", - "Ġfor ums", - "Ġprotect s", - "Ġinc ons", - "Re qu", - "anc ia", - "Ġreven ues", - "ack ed", - "Ġqu oted", - "Ġface book", - "I Z", - "os ures", - "Ġthick ness", - "Ġsell ers", - "P ut", - "ĠR ole", - "Ġattach ment", - "Ġdist ress", - "ĠMor ning", - "ĠCond ition", - "ot ypes", - "ERR OR", - "Ġinvestig ated", - "ra ul", - "ĠNe vada", - "Ġrespons ive", - "ĠCit iz", - "Ġob jet", - "è® º", - "Ġd ag", - "atter ing", - "Ġbra ve", - "Ġcl ue", - "s qu", - "ĠP ap", - "13 2", - "Ġbe aucoup", - "Sh op", - "f ox", - "Ġb ard", - "J son", - "v ideo", - "Ġmembr ane", - "Ġst ating", - "Ġk ont", - "Ġbrow sing", - "est ed", - "ss en", - "Ġre lev", - "Ġeth ics", - "ĠIn side", - "ĠAssess ment", - "m ine", - "or z", - "Ġpar se", - "arg in", - "at ore", - "Ġby te", - "p her", - "Ġgrat itude", - "Or ig", - "Ġcounter part", - "Ġl ender", - "d ot", - "Ġ Ï", - "Ġbo oth", - "Ġdefend ant", - "Ġper ché", - "ĠArt icles", - "t ask", - "Ġbre ach", - "Ġsk irt", - "æĮ ģ", - "Ġsac red", - "Ġvi able", - "ĠBud get", - "ĠP s", - "Ġtra ins", - "ĠF ell", - "Ġpar ams", - "dis play", - "Ġour s", - "ĠCh art", - "ier te", - "P rim", - "Ġcamp s", - "Ġh ilar", - "ĠF R", - "ell t", - "æĮ ĩ", - "ĠHe aven", - "arl a", - "ĠPay ment", - "Ġdeal ers", - "Ġdes criptions", - "d ie", - "ĠN elson", - "Ġhe ter", - "Ġsh ifting", - "Ġlot tery", - "Ġsol ved", - "åij ĺ", - "Ġhe els", - "Ġl am", - "\\] ](#", - "r z", - "ro ts", - "Ġshort s", - "D ist", - "Ġcurios ity", - "anc a", - "R ober", - "w ritten", - "Ġf ame", - "cl ip", - "Ġdiv ide", - "H ub", - "or ig", - "ffic ial", - "ĠEp isode", - "Ġaff irm", - "math cal", - "e very", - "ar ium", - "ĠH app", - "ĠR av", - "Ġpharm aceutical", - "Ġrac ist", - "Ġb ail", - "Ġspec ially", - "Ġp iss", - "Ġdil ig", - "ĠLaw rence", - "Inter face", - "ick y", - "ĠC I", - "appropri ate", - "ĠD ental", - "ĠRes ult", - "[ :", - "ĠSen ator", - "Ġu w", - "aj o", - "Ġout lets", - "Ġt anks", - "Ġd od", - "acc ount", - "w ort", - "Ġor che", - "ä» ¤", - "ri ors", - "r ats", - "Ġb ind", - "ĠO tt", - "urs or", - "Ġm amm", - "T I", - "ĠArch ives", - "äº §", - "Ġsp acious", - "æľ Ľ", - "our t", - "k el", - "Ġh ips", - "Ġprof es", - "Ġer g", - "Ġjam ais", - "Intern ational", - "Ġa pt", - "15 2", - "f red", - "Ġwor ries", - "14 9", - "Ġinternation ally", - "ĠIss ue", - "ster dam", - "Ġant es", - "ĠUkrain ian", - "Ġfle w", - "C oll", - "Ġd b", - "G C", - "m id", - "ul o", - "N ice", - "Ġrel uct", - "Ġattract ions", - "Ag ain", - "N othing", - "Ġloc als", - "ar roll", - "bre w", - "Ġh ated", - "avor ite", - "âĢľ ,", - "f u", - "Ġabs ent", - "roll ing", - "Ġdis comfort", - "ĠRec overy", - "S ure", - "- ,", - "ĠCh oice", - "ĠCl ar", - "Ġpoor ly", - "w estern", - "ab i", - "Ġacknowled ged", - "ĠG ay", - "ĠPlay ers", - "KE Y", - "ĠW es", - "Ġenthus iasm", - "l le", - "ver b", - "ĠW right", - "Ġachieve ments", - "p rom", - "A bs", - "ĠLouis iana", - "Ġj unk", - "w atch", - "Ġwealth y", - "Ġfloor ing", - "ass y", - "ä» Ĭ", - "Ġsp am", - "rane an", - "re port", - "ĠD R", - "Ġobst acles", - "Ġsh ifts", - "ĠStat ement", - "Un ited", - "Ġshe er", - "å Ħ¿", - "zz o", - "Ġpot ent", - "Ġcool er", - "Ġtod as", - "á nd", - "Ġm ins", - "Ġbankrupt cy", - "ĠP un", - "ĠP and", - "Ġf art", - "Over all", - "Ġlie u", - "Ġheb ben", - "Ġdec ides", - "ĠL ower", - "rict ion", - "å® Į", - "b efore", - "ĠM aj", - "ĠCoun sel", - "Ġadvis or", - "R ow", - "Ġp est", - "Ġsear ches", - "per or", - "ĠSe ven", - "Ġfor ty", - "Ġeditor ial", - "wn ie", - "Ġterror ist", - "ĠIns pect", - "Ġl ending", - "ĠF u", - "um per", - "28 0", - "ĠQue ens", - "Ġdemand ed", - "omm end", - "Ġpu zz", - "Ġgame play", - "az u", - "ed ar", - "ĠOpt im", - "p df", - "ĠH em", - "Ġpromot es", - "Ġc rops", - "ang ular", - "Ġrou lette", - "ry lic", - "Ġhold ers", - "ĠV R", - "Ġfortun ate", - "ĠE L", - "ĠDec or", - "Ġst ew", - "Ġathlet ic", - "Ġman ages", - "old ing", - "Ġver ified", - "Ġintent ions", - "k w", - "Qu ick", - "ĠS old", - "ĠConnect icut", - "ĠFeder ation", - "ĠMas ters", - "te chn", - "Ġje alous", - "Ġast ron", - "Ġst icks", - "ĠPrim ary", - "end ent", - "D ir", - "Ġs ync", - "Res ults", - "Ġment ally", - "ĠV oice", - "ĠS pecific", - "ĠF itness", - "Ġsurround ings", - "F amily", - "i endo", - "Ġins ulin", - "o ks", - "Ġappear ing", - "Ġri en", - "Ġaltern ate", - "Ġremot ely", - "Ġwitness ed", - "ĠM ig", - "Ġexam s", - "unn els", - "Ġtun ed", - "Ġnegoti ations", - "R ange", - "Ġan onymous", - "d ess", - "Ġg inger", - "ount ain", - "Ġadministr ator", - "Ġback s", - "Ġcomb inations", - "x ml", - "e lement", - "st ation", - "ener y", - "ob i", - "å¸ Ī", - "Ġabund ance", - "Ġt attoo", - "Ġcom ent", - "ĠG em", - "ĠSk ills", - "Ġimmig rants", - "ĠP ure", - "ver ter", - "} (", - "ott age", - "ĠS it", - "ĠCert ificate", - "Ġhoriz ontal", - "Ġrhyth m", - "æŃ ¦", - "O wn", - "il let", - "Ġdeb ug", - "ĠApplic ations", - "ĠR S", - "Ġtr at", - "A GE", - "Ġter rain", - "ĠBalt imore", - "Config uration", - "ĠSe an", - "sh aped", - "r r", - "y ll", - "AT O", - "P DF", - "Ġnam ely", - "ç ĸ", - "Ġnon profit", - "The ir", - "reg ister", - "Ġher s", - "Ġactiv ate", - "Ġgam ers", - "comm and", - "F un", - "s pec", - "Ġro pe", - "im edia", - "F ood", - "ä¸ Ķ", - "ĠPack age", - "Par ams", - "Ġplant ed", - "m ith", - "Ġlux urious", - "E t", - "ĠB Ã", - "13 9", - "ĠRog er", - "est amp", - "ill as", - "Ġautom otive", - "Ġsport ing", - "Ġse aled", - "Ġfree ze", - "Ġhead quarters", - "ĠC ards", - "Ġund oubtedly", - "ĠWe ather", - "ĠPark er", - "Ġpret end", - "St ack", - "h ren", - "S uch", - "Ġhero es", - "Cons ider", - "Ġsubscrib ers", - "è¨ Ģ", - "ĠOk ay", - "Person al", - "ĠH az", - "th ird", - "all ic", - "Inst ead", - "sequ ently", - "> .", - "èĢ ģ", - "C ert", - "Ġw iÄĻ", - "Ġd ated", - "ĠM ental", - "Ġware house", - "ĠB ishop", - "Ġret ire", - "Ġpay day", - "n ica", - "ĠN in", - "ĠR ES", - "O pt", - "ĠTh or", - "on ge", - "Ġchamp ions", - "Ġt in", - "æ ļ", - "ĠOff er", - "ar an", - "Ġl enses", - "We ek", - "ĠPat ri", - "mon ary", - "Ġenl arg", - "G M", - "ĠQu ote", - "at ivo", - "åı ¤", - "Ġneed le", - "Ġel astic", - "Ġfrustr ating", - "Te am", - "Ġrelax ation", - "Ġlength y", - "è ne", - "ig g", - "ĠEnt re", - "ĠKen ya", - "Ġcorrel ation", - "Ġaff air", - "ĠS ame", - "Ġinc on", - "ced ented", - "S chool", - "IN S", - "ĠV ideos", - "ĠVit amin", - "ĠA V", - "og ram", - "ĠS EC", - "Ġalg un", - "Ġinvis ible", - "Ġbatt les", - "Ġspons or", - "Ġ Ä", - "co very", - "d ra", - "ĠMem ory", - "t ry", - "Ġmethod ology", - "ĠRep orts", - "Ġcoll ar", - "Ġred es", - "Ġpat ri", - "Ġrem odel", - "ro b", - "Ġprot agon", - "Ġfif teen", - "op ter", - "Ġven ues", - "ä¿ Ŀ", - "Ġbe k", - "ä¸į ä", - "Ġexpress ions", - "Ġsw ift", - "Ġimm ers", - "- $", - "de gree", - "ĠHope fully", - "Ġtop s", - "ĠSte ph", - "Ġra ge", - "P AR", - "ĠZ ero", - "ĠMosc ow", - "Ġetern al", - "Ġf oi", - "Ġto dd", - "Ġun cle", - "Ġt iles", - "og o", - "ĠTest ing", - "Ġvine gar", - "ail ure", - "ĠMichel le", - "ĠS R", - "Ġc ough", - "ow ych", - "Ġhe d", - "ung le", - "ĠR io", - "ĠRet ail", - "Ġtrabaj o", - "ð Ŀ", - "f our", - "ĠD B", - "ĠT odd", - "ID E", - "Ġfrustr ated", - "Ġo gni", - "Ġf uer", - "ue z", - "é¢ Ĩ", - "! .", - "Ġpe el", - "ic ting", - "Ġmeant ime", - "ĠF irm", - "om on", - "Ġax is", - "A uth", - "Ġw en", - "ĠI g", - "at ique", - "uff icient", - "3 30", - "Ġconfig ure", - "ÄĻ p", - "Ġpun to", - "Ġtouch down", - "Ġassum ption", - "ĠProt ect", - "Ġansw ering", - "ĠHealth y", - "p f", - "Ġtravel s", - "M obile", - "ĠF ixed", - "ier on", - "ĠStand ards", - "Ġjed n", - "äºĨ ä¸Ģ", - "Ġthread s", - "pro gram", - "ĠSol id", - "on ial", - "Ġreward ing", - "z ek", - "umb ling", - "å¤ «", - "ĠR idge", - "Ġin aug", - "Ġbe im", - "reng th", - "ĠOut door", - "ĠMed ium", - "Ġsh aft", - "e a", - "iment al", - "Ġunf air", - "Ġassign ments", - "em et", - "s pring", - "Ġwe ights", - "Ġref eren", - "Ġmin ist", - "ĠC AN", - "ĠT ik", - "Ġes o", - "Ġbi ology", - "ç» Ł", - "v id", - "Ġg rie", - "C I", - "Ġam p", - "last ing", - "Ġconsider ations", - "Ġw ip", - "ĠLo an", - "Ġl u", - "Ref erence", - "è¿Ļ ä", - "Ġve gg", - "Ġoh ne", - "A w", - "ĠCost a", - "Ġcard iovascular", - "Dev ice", - "ĠP D", - "Ġw olf", - "Ġregul ated", - "Ġpued en", - "Ġalign ment", - "Ġco h", - "umb ai", - "ĠToy ota", - "Ġcon gress", - "N EW", - "ie val", - "pe ople", - "pu és", - "ĠMar vel", - "bor ne", - "Ġconcent rations", - "ĠEconom ics", - "Ġproceed ings", - "il ia", - "Ġrest ored", - "ch annel", - "Ġes e", - "Ġfoot print", - "7 20", - "Ġmiss ions", - "Y et", - "Ġf ö", - "Ġm atern", - "ĠCare er", - "exp ensive", - "Ġdef ines", - "Ġtow el", - "pa id", - "og ene", - "Ġmechan ics", - "Ġconstra ints", - "M ad", - "l ower", - "ĠC el", - "t k", - "äº ļ", - "ĠP le", - "ĠInter ior", - "ĠScott ish", - "res so", - "as ury", - "em bre", - "Ġg room", - "Ġadm ire", - "ent re", - "ĠAl b", - "M ag", - "ore m", - "Ġst ub", - "ash a", - "Ġend orse", - "Ġms g", - "^ ^", - "Ġpo et", - "Ġapp ar", - "Ġih re", - "ĠMan ual", - "ĠWar ren", - "Ġmid st", - "Ġtra ct", - "éĩ ı", - "ĠRob inson", - "ĠH end", - "â Ķ", - "ĠPer iod", - "Ġpass ive", - "Ġu b", - "G I", - "Ġgl ue", - "Ġterr ific", - "us age", - "Ġand eren", - "Ġkey word", - "With out", - "Ġm atur", - "Ġstr anger", - "n an", - "ats on", - "Ġperform s", - "Ġs odium", - "Ġsl ower", - "Ġpu Ã", - "nt en", - "Ġble eding", - "i ol", - "Ġde bris", - "ob ic", - "Ġtro is", - "b ud", - "t ml", - "na ire", - "Ġare na", - "ĠP oll", - "Ġad jacent", - "Child ren", - "are l", - "ra ble", - "Ġtravel ers", - "f y", - "ven ir", - "ĠC arm", - "Ġby tes", - "Ġdis charge", - "Ġrele asing", - "æĢ »", - "å» º", - "Ġd ick", - "ad min", - "sh ape", - "Ġpractition ers", - "pp y", - "Ġunw anted", - "Ġt ones", - "Ġg éné", - "Ġout look", - "oot er", - "ipp ers", - "Le ft", - "O B", - "Ġe ch", - "Ġse ating", - "Ġinvestig ations", - "Ġfarm s", - "A V", - "att r", - "ann on", - "Ġw ool", - "Ġcon clude", - "ast ics", - "G T", - "Ġv é", - "Ġline up", - "G ive", - "Ġg anz", - "Ġcomb ining", - "Ġout lined", - "F our", - "M ail", - "ate urs", - "Ġcre ep", - "Ġreview ing", - "l iter", - "ĠMan hattan", - "Ġdraw ings", - "y cz", - "ĠS ens", - "de velop", - "reg ist", - "Ġcabin ets", - "m ers", - "CO VID", - "ĠA id", - "f ill", - "ac ias", - "at isf", - "Ġland l", - "Ġste ering", - "åŃ Ĺ", - "ĠCry stal", - "æ ħ", - "Ġanalyst s", - "m ot", - "Ġcred entials", - "gr id", - "Ġcycl ing", - "Ġw Ã", - "IN D", - "Ġs atur", - "ling ton", - "Ġâ Ī", - "cm d", - "ri eb", - "Ġpartic ul", - "ĠPar am", - "D en", - "t ree", - "add le", - "Ġc amb", - "Ġfabric s", - "edd ings", - "ĠCamp bell", - "he imer", - "Ġp c", - "c ient", - "ill on", - "} .", - "Ġind ul", - "ul as", - "th read", - "åħ ĭ", - "Ġcha que", - "Ġdefe ated", - "is ement", - "u per", - "Ġemer ge", - "m ia", - "opp y", - "Ġplus ieurs", - "Ġcrit ics", - "Ġsand wich", - "ĠU P", - "Ġd ull", - "Ġl ing", - "â Ĩ", - "Ġpe oples", - "Ġdevelop s", - "pro file", - "ĠAth let", - "Ġsh aking", - "ĠM ann", - "L ock", - "Ġst arter", - "OR K", - "ĠEm b", - "Ġscient ist", - "Act ive", - "Ġpupp y", - "ac ies", - "ĠTH IS", - "pl ane", - "ĠJim my", - "b ottom", - "ac ion", - "Ġpromot ional", - "Ġsoc ks", - "t im", - "â Ļ", - "14 1", - "ne g", - "Ġcry st", - "ĠBoy s", - "Ġhom osex", - "ĠW ash", - "ĠCra ig", - "ĠC ris", - "ĠCh o", - "Ġrem arks", - "Ġcount ies", - "Am ong", - "Ġsi empre", - "Ġdec is", - "Ġcounsel ing", - "i ples", - "ĠAz ure", - "Ġle v", - "ON G", - "ĠW ard", - "Ġt amb", - "Ġir res", - "Ġrem edy", - "Ġsens es", - "ĠD M", - "ĠBudd ha", - "Ġhapp ily", - "Ġtrick y", - "Ġinhab it", - "Ġun re", - "Ã¥ ng", - "Ġh alt", - "Ġdies em", - "Ġfat to", - "ĠRetrie ved", - "z ip", - "ö s", - "Ġded uct", - "-------- ----", - "Ġupd ating", - "ĠRem ote", - "ĠCamp us", - "ic z", - "Ġdemonstr ates", - "Ġdon ated", - "и Ð", - "ĠCh ase", - "Ġpar liament", - "Ġl ÃŃ", - "ĠE ff", - "Ġsal mon", - "Ġstress ful", - "ĠCh ain", - "ĠI an", - "ator i", - "Ġdisc retion", - "ĠCom par", - "Ġtob acco", - "ĠCon vers", - "ĠHig her", - "Ġgl oss", - "Ġs ic", - "Ġn ada", - "Ġst adium", - "Ġdeploy ed", - "Ġemotion ally", - "Ġgrad uation", - "off set", - "Ġtr am", - "Ġviol ations", - "Ġvill ages", - "éĺ ¿", - "ĠClin ic", - "Ġconj unction", - "ym e", - "Ġarch ive", - "B i", - "ph i", - "if iable", - "Ġsh adows", - "Ġreason ing", - "W N", - "In vest", - "Ġdef ence", - "Ġpr one", - "Ġprot ests", - "Ġflow ing", - "ĠPlan et", - "Ġfl ame", - "Ġincent ives", - "ĠLeg isl", - "Ġl ining", - "Ġdel ays", - "ĠSte wart", - "W idget", - "Ġc ope", - "af ood", - "Ġgl ow", - "Ġv ita", - "ĠAdd ed", - "Ġover head", - "Ġunder graduate", - "Ġconnect s", - "Ġser um", - "ing ing", - "Ġbre w", - "Ġbackground s", - "ĠFac ulty", - "ĠColl ins", - "ĠThe ory", - "Ġr ushed", - "é Ł", - "ĠWay ne", - "Ġweek ends", - "f iles", - "ost o", - "Ġext ensions", - "Ġcor rection", - "ĠB achelor", - "az y", - "ç ¡", - "cent ury", - "Ġinvestig ating", - "an ium", - "ish a", - "Ċĉ Ċ", - "ĠC ake", - "ĠWhe el", - "Bel ow", - "em ics", - "Ġs ÃŃ", - "ri que", - "iz io", - "io let", - "ĠH orn", - "13 4", - "Ġs igh", - "Ġh ttp", - "Ġsp otted", - "Ġcon clusions", - "ĠDou glas", - "ĠHe y", - "em b", - "ĠSU V", - "re ational", - "Ġham mer", - "ĠDisc over", - "ĠPolit ical", - "çŁ¥ éģĵ", - "Ġgrav ity", - "Ġy arn", - "Ġdeterm in", - "æĢ Ŀ", - "Ġtheoret ical", - "s ql", - "ĠTurk ish", - "Ġb acon", - "Ġd ude", - "Ġinquir y", - "et to", - "ĠS ession", - "ĠFl at", - "Ġd io", - "ĠD un", - "Ġim plements", - "Ġdr ill", - "Ġquick er", - "Ġport rait", - "Ġest án", - "ç§ °", - "Ġnewsp apers", - "he et", - "Ġcost ume", - "Ġcent r", - "ress ive", - "sk ie", - "Ġin clus", - "ant age", - "Ġun ve", - "ĠS ent", - "ĠM ut", - "App le", - "Ġsyn chron", - "Ġimp osed", - "Ġcast ing", - "ott i", - "ĠK aren", - "å¿ ħ", - "Ġapp les", - "Ġcond emn", - "ĠCol omb", - "Ġsche mes", - "k h", - "ĠK il", - "ĠN ap", - "ĠL l", - "0 10", - "Ġbe w", - "Ġtra pped", - "Ġperman ently", - "ke eper", - "Ġp ied", - "ĠNot ice", - "Ġpro bl", - "Ġdest ro", - "Ġw oke", - "ĠF est", - "Ġde er", - "Ġmagnific ent", - "icht e", - "ub er", - "Ġquant o", - "Ġplug ins", - "n ement", - "Ġexc el", - "OR Y", - ". âĢľ", - "ge bra", - "ĠB ild", - "ĠL en", - "Ġbo iler", - "Ġthreat ening", - "Ġlog ged", - "us ers", - "17 6", - "ĉ Ċ", - "Ġn urt", - "ĠK an", - "ĠF actory", - "person al", - "board ing", - "ĠPay Pal", - "it ud", - "ic ia", - "ĠK night", - "ĠO H", - "Ġtim eline", - "Ġcris p", - "æ £", - "Ġharm on", - "ĠCond itions", - "in v", - "ĠG OP", - "ĠAlp ha", - "Ġest ar", - "uc iÃ", - "AM P", - "rim p", - "T urn", - "ert ation", - "Ġdownload ing", - "Ġsold ier", - "field s", - "erm at", - "Ġcomment ary", - "n ell", - "Ġbe ast", - "ĠS olution", - "est ly", - "ron ics", - "Ar gs", - "ĠPh ase", - "Ġpl a", - "ew er", - "bu ilt", - "ĠB ere", - "Ġre pr", - "Ġperson nes", - "K it", - "Ġs ung", - "ĠF ol", - "are tt", - "ĠMet ro", - "Ġdiscl osure", - "Ġenzym e", - "Ġexch anges", - "T M", - "Ġcomp iled", - "Ġaccess ibility", - "r ays", - "V M", - "ĠPut in", - "Ġt res", - "Ġpa ired", - "Ġc attle", - "ĠL ay", - "Ġpeu vent", - "abul ary", - "ins ert", - "Ġnut ritional", - "Ġuns igned", - "hes ive", - "ĠUp on", - "ges ch", - "Ġsim ilarly", - "Ġst rap", - "Ġment or", - "Ġconsc ience", - "Ġf res", - "ĠS oul", - "Ġfinanc ially", - "Ġsubstant ially", - "Aut o", - "Ġposit ively", - "' /", - "ĠFil ter", - "Ġcard iac", - "Ġres ur", - "Ġmedic ines", - "D oc", - "o ise", - "Ġtr anqu", - "al er", - "AN S", - "Ġh obby", - "ĠJ oint", - "ĠAcad emic", - "Ġall es", - "Ġdif erent", - "h ad", - "ĠCl ay", - "15 1", - "Ġcin ema", - "Ġsou ls", - "O UT", - "ortun ate", - "Ġvalid ation", - "Ġpart ie", - "13 6", - "ĠJ ag", - "ob a", - "Reg ist", - "Ġtransf ers", - "Ġsw itched", - "Ġpun ct", - "Every thing", - "Ġtra iner", - "n st", - "op ath", - "Ġf ried", - "ĠD ating", - "ec ess", - "Ġprom o", - "Ġpure ly", - "Ġwe ed", - "Ġd all", - "Pan el", - "Ġins ult", - "16 1", - "Ġped est", - "al ine", - "ĠArt ist", - "ĠSim ilarly", - "Ġexplicit ly", - "ĠOr lando", - "Ġar th", - "ĠSt age", - "2 12", - "ĠR eddit", - "Ġdis gust", - "Ġun clear", - "Ġc ables", - "ĠCal endar", - "ut ed", - "Ġcelebr ity", - "m ir", - "St orage", - "Ġposition ed", - "ĠC i", - "Ġz ak", - "F riend", - "Ġautom obile", - "ĠSo on", - "ris k", - "Ġre ign", - "qu el", - "é» ij", - "ĠValent ine", - "Ġquant ities", - "Ġreve aling", - "ĠJer ry", - "ĠSurg ery", - "Respond er", - "Cont ainer", - "A F", - "ĠF act", - "B Y", - "Ġb ake", - "Ġm im", - "Ġsig hed", - "OL D", - "Ġhe y", - "ĠJ our", - "Ġqu ello", - "ix els", - "iel le", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠ", - "C ould", - "Ġim pe", - "r ong", - "ĠSte am", - "Ġtempor arily", - "é p", - "Ġgi orn", - "Ġsl ave", - "inc ome", - "ĠP ope", - "Im pl", - "emet ery", - "Ġtechn ically", - "Ġdé vel", - "qu in", - "Comm on", - "Ġunpre cedented", - "an ed", - "ĠCent ers", - "ou rag", - "id x", - "Ġbehavior al", - "Ġbelie ving", - "Ġcaut ion", - "Ġpro xim", - "Ġgar bage", - "Ġsched ules", - "ĠVi ol", - "Ġsever ity", - "f un", - "Sm all", - "Dig ital", - "S R", - "um ph", - "Ġtra um", - "aret te", - "ĠStat istics", - "Ġsh ru", - "ure ment", - "ĠF M", - "pe at", - "ĠJ SON", - "Ġless er", - "ĠUlt imate", - "Ġpool s", - "S ection", - "å ł", - "ton es", - "Ġinput s", - "Ġan te", - "Ġexpect s", - "Ġblog ger", - "ĠPot ter", - "Ġgau ge", - "ĠB illy", - "count ry", - "} _", - "ĠGr iff", - "ĠT ed", - "ĠPitt sburgh", - "Ġcon greg", - "AN CE", - "ag les", - "Ġproject ed", - "Ġr ats", - "ot ional", - "ĠPat ient", - "ia o", - "Ġassum ptions", - "re ib", - "ĠPl ans", - "ical s", - "op ard", - "16 2", - "ie k", - "ĠPsych ology", - "ĠApp s", - "Ġperm et", - "ĠL ost", - "Ġsl ipped", - "ac z", - "ĠOver view", - "ustral ia", - "Ġse i", - "ance ment", - "ĠE c", - "ia z", - "W ord", - "Ġoverwhel med", - "g b", - "Ġdop o", - "ĠM oses", - "usamm en", - "ĠN ancy", - "ĠNut rition", - "reg ion", - "im pl", - "Ġfle e", - "M ike", - "par ation", - "Ġelement ary", - "ĠGo ing", - "W R", - "C ell", - "ĠFl ow", - "Ġjuris diction", - "ĠSc ar", - "iv i", - "It ems", - "ĠK el", - "9 11", - "Ġrel ates", - "to String", - "Ġrest art", - "ĠV I", - "Ġcock tail", - "l inks", - "Ġlit igation", - "Ġed itors", - "ĠP eters", - "US D", - "ab an", - "Ġear liest", - "Ġcou pled", - "US E", - "Ġtur key", - "P erm", - "s ession", - "Ġdispos al", - "Mus ic", - "'. /", - "Ġd ense", - "Ġdent ist", - "ĠC ircle", - "Ġval or", - "ĠT ot", - "S ummary", - "Ġexcept ions", - "Ġpl umbing", - "ĠH erm", - "Ġdom ains", - "Ġbo om", - "Ġp ending", - "Ġgrad uates", - "Ġalleg edly", - "ĠP ill", - "Ġopt ical", - "Ġmid night", - "ay ed", - "Bl og", - "Ġfaith ful", - "ul atory", - "ĠF o", - "at ro", - "Ġaff ection", - "ne x", - "r ina", - "Param eter", - "Ġlog istics", - "Ġs ido", - "Ġexpl ored", - "ĠDisc ount", - "ĠB uch", - "ÃŃ o", - "Ġsil k", - "Ġinval id", - "ĠRequ irements", - "ĠP urchase", - "Dis play", - "N N", - "22 2", - "## #", - "13 7", - "ĠIntern al", - "Ġupgr ades", - "ĠDe utsch", - "â Ĺı", - "ograp her", - "W in", - "Ġdist ribute", - "Ġarchitect ural", - "Ġster oid", - "Ġsom etime", - "es ters", - "Ġun st", - "Ġconst itutional", - "Ġredd it", - "Ġsl iding", - "Ġlim iting", - "u cc", - "ĠC M", - "fr ast", - "ĠTh an", - "ĠTe aching", - "p atch", - "Ġnot ify", - "Ġsc am", - "ex cept", - "m n", - "av as", - "Ġnot ifications", - "N um", - "ĠT s", - "Ġrun ner", - "ĠDep ending", - "ĠB MW", - "Ġlegisl ative", - "ĠFrank lin", - "B U", - "ab ile", - "M el", - "ĠG rund", - "ĠCh a", - "sm all", - "ĠM AR", - "here um", - "g Ã", - "ĠEffect s", - "ou ter", - "å¤ ±", - "ĠLa ure", - "ah o", - "ñ a", - "t ails", - "iter ranean", - "f eld", - "Ġhass le", - "Ġassess ments", - "ĠW ays", - "( :", - "b ere", - "ĠLat est", - "Ġmain tains", - "Ġcent res", - "ĠHe avy", - "Ġst air", - "rop olitan", - "uff le", - "re as", - "ĠPart s", - "ĠW el", - "pre nd", - "ĠMor ris", - "ĠPortug al", - "âĢľ .", - "amp oo", - "Ġsun ny", - "ĠPat tern", - "Ù Ħ", - "Ġkun nen", - "at he", - "or iginal", - "Ġinv iting", - "Ġz á", - "st ory", - "ĠB attery", - "â nd", - "ĠL uther", - "Ġsuper vision", - "Ġco zy", - "ĠNAS A", - "ĠPar a", - "Ġar row", - "Ġmod ifications", - "Ġguarante es", - "Ġsl a", - "ĠHer o", - "Ġro de", - "Ġe go", - "Ġprelim inary", - "Ġcl ay", - "Ġaccount able", - "ch ten", - "Ġprob able", - "Ġtight ly", - "g reat", - "ĠCamp aign", - "Ġbeat en", - "k om", - "Ġri p", - "Ġarriv es", - "ĠCommission er", - "æĿ ¡", - "ĠUn less", - "n ico", - "f ahr", - "ĠCl aire", - "Ġpers istent", - "ĠD ans", - "ĠC otton", - "Ġf ais", - "ĠL arry", - "ĠJess ica", - "ĠA ber", - "ĠC zech", - "Reg ister", - "ĠA irlines", - "Ġprem ises", - "f ood", - "ĠJ azz", - "ĠTest ament", - "Ġst urdy", - "Ġd ost", - "ĠC rown", - "ik el", - "D ue", - "Ġvol ta", - "Ġph ases", - "Ġinf inite", - "ĠU hr", - "act ic", - "Ġsear ched", - "Ġev olving", - "Ġqu arant", - "ic ar", - "Ġrecomm ends", - ">> >", - "Ġfin ishes", - "L uc", - "ĠR ah", - "15 3", - "Ġbook ed", - "Ġact ed", - "âĤ¬ âĦ¢", - "ibl ings", - "Ġrefuge es", - "ĠB T", - "ĠPop ular", - "ĠB eng", - "Ġpump kin", - "Ġm all", - "ĠV IP", - "Ġn ude", - "ĠBe ijing", - "Ġpurs uit", - "Ġres ign", - "é¢ ĺ", - "K ind", - "Ġa ur", - "inc ial", - "Ġdefin itions", - "s ent", - "Ġrecept or", - "Ġatt itudes", - "ax is", - "an ol", - "ic one", - "Ġstrong est", - "Ġl ungs", - "cont in", - "dim ensional", - "Ġgen ius", - "Val ues", - "13 8", - "Ġcoord ination", - "Ġgrand father", - "Ġspons ors", - "P ub", - "W omen", - "Eng lish", - "Ġbrand ing", - "Ġda wn", - "Ġcraft s", - "Ġsu g", - "Ġfro st", - "Ġbe am", - "ĠHor se", - "ER Y", - "Ġv ind", - "Ġinte ress", - "Ġforest s", - "st änd", - "Ġar riving", - "v ised", - "Ġw anna", - "æŀ Ĺ", - "t elling", - "Ġot ro", - "Ġint est", - "Ġcoast al", - "cl oud", - "ĠSh opping", - "ĠOb viously", - "Ġbreast s", - "Ġalleg ations", - "form er", - "ĠMult iple", - "ĠC ultural", - "Ġt ribute", - "l ambda", - "An al", - "Ġdat abases", - "Ġsh irts", - "ĠH ier", - "re ne", - "ĠJ et", - "Ġtrad es", - "añ a", - "', '", - "ĠDirect ors", - "ç ª", - "Ġauthent ication", - "ĠF if", - "Quest ion", - "3 10", - "ĠA W", - "Ġenh ancing", - "Ġcand le", - "ĠPat ients", - "t imes", - "Ġwe iter", - "ĠGener ation", - "Ġp úblic", - "ĠI O", - "17 2", - "EX T", - "p ark", - "ĠCarl os", - "ĠM ills", - "Ġsan ctions", - "Ġm int", - "Ġsp ont", - "le z", - "ĠP AR", - "cl am", - "ĠW HO", - "ĠDak ota", - "Ġdes irable", - "c ision", - "it ems", - "ĠNurs ing", - "hed ral", - "Ġmem or", - "Ch at", - "Ġref ere", - "Ġenroll ed", - "Ġl ounge", - "ven s", - "ĠP aint", - "Ġest o", - "ĠAl most", - "Ġslee ve", - "o ft", - "Ġsequ ences", - "Ch ris", - "IN K", - "ĠEx hib", - "ĠMethod s", - "++ ++", - "Ġrec her", - "Ġthought ful", - "Ġtou ches", - "on c", - "ĠIm per", - "ĠWord s", - "Ġf erm", - "Ġtrans cript", - "uns igned", - "ĠPar ad", - "ĠCor ps", - "Ġlay ing", - "gl ass", - "Ġflu ct", - "ĠM Y", - "ĠCN N", - "Ġp umps", - "ik en", - "ĠComm ons", - "ĠWorks hop", - "c p", - "ĠMit chell", - "á »", - "Ġgu er", - "A ge", - "Ġnot eb", - "eng u", - "ĠEv ans", - "w d", - "Ġattend ees", - "ĠP i", - "ĠAgricult ure", - "[ [", - "er red", - "out ube", - "Ġur ged", - "ĠC able", - "ĠInd ians", - "Ġst are", - "Ġincent ive", - "Ġstr angers", - "Ġshort age", - "Ġsusp icious", - "Ġrou ter", - "Ġcraft ed", - "Ġintu itive", - "ĠEx cellent", - "Ġpredict ions", - "Ġab normal", - "Ġen light", - "H a", - "Ġt am", - "ĠAm endment", - "Ġen compass", - "ĠO FF", - "ĠK arl", - "ĠPro bably", - "ĠPar ks", - "ĠE M", - "ĠS we", - "ĠM ol", - "Ġrecycl ed", - "ĠJ ake", - "o ors", - "m ount", - "Ġc innamon", - "gh ai", - "Ġsav oir", - "p it", - "ĠCh ron", - "å¦Ĥ æŀľ", - "ĠLas er", - "Ġesc ort", - "Ġsevent h", - "A pi", - "Face book", - "14 3", - "Ġforg ive", - "en as", - "Ġanim ated", - "Ġman o", - "S elf", - "Ġc ared", - "ĠN ode", - "um ar", - "ĠS und", - "16 6", - "Ġher b", - "Ġplan es", - "st o", - "ĠN u", - "un to", - "ot er", - "Ġu Å", - "ta ient", - "Ġsw ap", - "al one", - "... )", - "n om", - "ĠR ew", - "Ġar ter", - "Ġwork flow", - "Ġdash board", - "Ġtrig gered", - "os se", - "Ġab y", - "Ġlog s", - "inter face", - "ĠSam uel", - "b ach", - "Ġkind ness", - "th anks", - "eng ine", - "Ġpul se", - "ĠCD C", - "ec onomic", - "ĠWi Fi", - "LE CT", - "op ing", - "Ġarg uing", - "pow ered", - "Ġcomm ence", - "ĠMarsh all", - "Ġrep orters", - "Ġprec aut", - "Ġs ulf", - "ov an", - "ili ate", - "Ġpred iction", - "ĠArk ansas", - "p oon", - "le en", - "Ġdom inated", - "CA A", - "Ġcr ust", - "Ġri vers", - "åº ľ", - "sett ings", - "ĠProject s", - "Ġadapt ation", - "ad ora", - "Ġwe ite", - "be cca", - "Ġapplic ant", - "Ġsy rup", - "ĠChel sea", - "W orks", - "Ġappear ances", - ") /", - "Ġassist ed", - "Any way", - "Ġass urance", - "Ñ ı", - "Ŀ ¤", - "Ġint ra", - "Ġactiv ists", - "ĠAb d", - "Ġtoler ance", - "per ature", - "Ġlic ensing", - "Writ er", - "Ġro ster", - "ĠD ru", - "ĠHot els", - "STR ACT", - "En c", - "Ġrid ers", - "Spe aking", - "ĠDat abase", - "ĠR NA", - "ĠThe ater", - "ĠAm sterdam", - "åĮ º", - "uck ing", - "Ġred irect", - "b oth", - "ĠWal ter", - "ĠIss ues", - "Hist ory", - "Ġdi agram", - "Ġfail ures", - "ĠVis a", - "h alf", - "ĠT N", - "ĠStud ios", - "ĠElement ary", - "ĠB asket", - "T ool", - "ĠA ld", - "bl ue", - "ĠArgent ina", - "Ġlow ered", - "Ġb iet", - "Ch annel", - "claim er", - "Ġmolec ules", - "le ased", - "es us", - "ĠR unning", - "á rio", - "Ġdef ending", - "Ġbes ch", - "ĠR anch", - "ĠL OL", - "ĠAd m", - "ĠIn come", - "è® ®", - "Ġall ies", - "Ġcomp rend", - "amm ad", - "Rec ommended", - "Ġfire place", - "5 12", - "Hel per", - "health y", - "g od", - "ĠSal v", - "4 20", - "Ġdef ining", - "Ġhard est", - "ĠCru z", - "Ġtime out", - "Ġh ö", - "ĠLib erty", - "L INE", - "Ġpick up", - "P rop", - "c io", - "ĠGu est", - "th ink", - "ĠIniti ative", - "ĠC SS", - "ĠL ip", - "Ġhe lic", - "ĠTe il", - "ĠW ang", - "ĠL inda", - "ĠO scar", - "Ġche eks", - "Ġconst itution", - "ĠChe f", - "ĠMarg aret", - "Ġstick ing", - "ĠP T", - "Ġest os", - "æį ®", - "ĠM ining", - "Ġsystem atic", - "Ġmet ric", - "Ġwond ers", - "Ġp ir", - "rit ies", - "Ġworry ing", - "ĠMain tenance", - "am ples", - "ul ates", - "ĠF ortunately", - "ĠNe ck", - "Ġc ob", - "Ġpro ceeds", - "op l", - "Ġtax i", - "ĠA round", - "he at", - "Ġ ion", - "ĠOr acle", - "iz aciÃ", - "Ġlearn ers", - "men u", - "Ġpack et", - "Ġwater proof", - "ment ioned", - "ĠN OW", - "Ġrespond ents", - "oc cup", - "pl aces", - "Ġapp end", - "res istant", - "ĠCr ime", - "Ġcheck out", - "M ade", - "LA Y", - "ion ale", - "H y", - "Ġm uff", - "S ervices", - "ĠAny way", - "Ġdiscuss es", - "æĿ ĥ", - "Ġvari ants", - "at omic", - "Ġbest e", - "sh are", - "Ġmoist ur", - "ĠB ott", - "Ġun ity", - "ĠS MS", - "Ġa pro", - "14 2", - "ĠD ublin", - "Ġrep ository", - "ĠON E", - "Ġinnov ations", - "Ġé qu", - "ĠN avig", - "az i", - "Ġdam it", - "Ġru in", - "Ġcar riers", - "D ouble", - "P tr", - "b its", - "Ġam ateur", - "Ġambit ious", - "Ġaut umn", - "Ġic ons", - "Ġadvoc acy", - "Ġhyper t", - "ac re", - "ĠW ow", - "Re ally", - "l adesh", - "Ġch im", - "ĠMar io", - "ĠS ites", - "Ġk in", - "ari ant", - "Ġsec urities", - "Ġappro ve", - "id ency", - "Ġse pt", - "Ġso vere", - "Ġcream y", - "j os", - "os ity", - "Ġpath way", - "Ġadvoc ates", - "Î ¿", - "E mail", - "k te", - "ud son", - "Sim ple", - "Ġtrad ed", - "l ov", - "Ġam azed", - "Ġcrowd ed", - "ier o", - "Ġhilar ious", - "Ġpod r", - "Ġstret ched", - "av ian", - "å ¡", - "äº ¤", - ", -", - "Ġrest ra", - "ĠS yn", - "ĠPhil ip", - "Ġunder go", - "ĠJul ia", - "ĠCar bon", - "Ġcat ast", - "åĢ Ļ", - "ind uced", - "ast ically", - "Ġal tered", - "C M", - "t n", - "Ġbe ats", - "oust ic", - "Ġg ospel", - "R NA", - "Ġal k", - "Ġcongr at", - "T ab", - "Ġsan ct", - "ang a", - "Ġc ri", - "am iliar", - "Ġquarter back", - "W ar", - "Ñ ĭ", - "re place", - "Ġfound ing", - "Ġgr in", - "16 4", - "Ġext ending", - "ĠSwed ish", - "ft y", - "S ex", - "Ġo ak", - "Ġv ivid", - "Ġknock ed", - "rec ord", - "ĠCh anges", - "L oc", - "e val", - "Rep ly", - "Ġreal ise", - "Ġbelong ing", - "Ġfor k", - "Ġbe e", - "ip h", - "Ġhum ble", - "ĠBrother s", - "ien na", - "Ġadminist ered", - "Ġdes arroll", - "v ano", - "and ed", - "parent s", - "ĠManufact uring", - "ĠBuff alo", - "Ġg own", - "ĠR aw", - "Ġcon du", - "ĠEngine er", - "ç± »", - "\" ,\"", - "le urs", - "Ġtor ch", - "ĠGl ad", - "st ruction", - "Ġperm ett", - "Ġtables poons", - "pe z", - "ĠP HP", - "<< _", - "Ġeinf ach", - "Ġins isted", - "Ġdos age", - "Ġsque ez", - "Ġrepl ies", - "Ġhorm ones", - "Ġp ode", - "Ġconfig ur", - "ĠH oney", - "ĠMur ray", - "Ġmod ification", - "SW ER", - ". (", - "out ing", - "ach i", - "ĠSing h", - "T F", - "ĠI gn", - "ĠM itt", - "Ġcom ed", - "ĠR oot", - "p ired", - "T D", - "Ġcompet ent", - "L ow", - "ĠIt ems", - "Ġt ales", - "érie ur", - "ul ously", - "ĠRec ipe", - "ĠG DP", - "() ->", - "15 4", - "Ġgot ta", - "equ als", - "Ġresearc her", - "ur ate", - "Pack age", - "ĠM ight", - "ĠL ots", - "Ġcomp ression", - "Ġhoriz on", - "Ġp ipes", - "et c", - "Ġb ark", - "el ia", - "å Ļ", - "Ġin expensive", - "Ġpar as", - "Cl ose", - "Ġrec reation", - "ĠG eb", - "ĠG arc", - "Ġrepl ica", - "ou rage", - "N I", - "Ġnuest ro", - "vel le", - "sh ort", - "èĭ ±", - "ĠJohn ny", - "Ġmor ph", - "v ic", - "Ġbas eline", - "H ard", - "ĠN athan", - "Ġreg ener", - "Ġweb inar", - "ch io", - "Ġscream ing", - "ĠP rices", - "ĠArchitect ure", - "Ġcompliment ary", - "arm ing", - "iv ia", - "ours es", - "¼ ¼", - "Comm unity", - "Ġfat ty", - "ĠConnect ion", - "Ġunc ons", - "Ġa plic", - "Ġpro xy", - "alth ough", - "unt u", - "n Äħ", - "ĠR F", - "16 3", - "ĠOr d", - "ĠBar ry", - "Te le", - "any on", - "ĠMen u", - "? âĢĻ", - "Ġpro jet", - "Ġpred omin", - "oc y", - "og an", - "Ġpou vez", - "n as", - "ĠG ospel", - "Ġcar p", - "ĠCirc uit", - "Ġbet ray", - "Ġdi ver", - "Ġd us", - "Ġconv iction", - "he a", - "Ġc akes", - "ĠJ ar", - "ĠC ant", - "Ġqu arters", - "ĠH onda", - "ell ar", - "ok o", - "Ġbr ides", - "ie ux", - "Ġcou pons", - "Ġeuro pe", - "ĠLiver pool", - "Ġwsz yst", - "ĠWire less", - "ĠArab ia", - "= \\", - "15 7", - "h m", - "Ġpr zed", - "app le", - "Ġsmall est", - "ĠT ap", - "Ġal igned", - "sc hen", - "AB STRACT", - "Ġmark ers", - "l av", - "Ġimm ense", - "An swer", - "Up dated", - "Ġpo ems", - "æĿ Ģ", - "è± ¡", - "ĠO liver", - "Ġwell being", - "ĠH amp", - "Ġsoc ieties", - "ĠFood s", - "ÅĤ Äħ", - "ĠJ ak", - "Ġlink ing", - "ĠBu ilt", - "Stud ents", - "æ» ¡", - "Ġins ane", - "Ġer st", - "ĠPol ish", - "Ġste pping", - "Ġdies el", - "T unes", - "ig ion", - "Ġill um", - "Ġsmart phones", - "Ġmet adata", - "Ġcoord inate", - "Ġath lete", - "Ġrit ual", - "Ġdistingu ish", - "ĠH ack", - "Ġattack ing", - "Ġexplos ion", - "Ġk ernel", - "Ġimmun ity", - "m ask", - "ĠPoint s", - "Act ivity", - "at Äĥ", - "ĠSch olar", - "Ġplant ing", - "Ġmis under", - "O s", - "ĠA A", - "Ġv as", - "ek ing", - "sh it", - "H ouse", - "Ġimag in", - "14 7", - "Ġdent ro", - "od i", - "Ġbo asts", - "Å¡ e", - "Ġsens ible", - "Ġl b", - "ade qu", - "Ġorg ans", - "Ġmathemat ics", - "Ġcalc ulation", - "人 çļĦ", - "ĠLa uren", - "Ġdecor ated", - "P resent", - "owe j", - "ĠB A", - "ĠN am", - "Ġdiscover ing", - "16 9", - "Ġround ed", - "List en", - "ĠElect ronic", - "arr ings", - "Ġinflu ential", - "ĠDe cl", - "Ġhospital ity", - "es o", - "ĠE UR", - "ot on", - "Ġev olve", - "ĠA Z", - "am ment", - "Ġmarg inal", - "imp se", - "ĠH ood", - "re q", - "æ± Ĥ", - "Ġcollabor ate", - "ul k", - "ĠL ov", - "Ġcr ushed", - "Ġcle aring", - "D a", - "Ġsp ice", - "ab in", - "C F", - "Ġbound ary", - "ĠCh ile", - "ra k", - "ĠN intendo", - "Ġse ct", - "Ġcom bo", - "m ag", - "unt a", - "åĩ »", - "Ġdo v", - "Ġmark er", - "Ġregul ate", - "ight ing", - "Ġtechn icians", - "Ġep it", - "ĠLE GO", - "h in", - "Ġper ipher", - "ÅĤ ug", - "f d", - "add r", - "y nt", - "Ġey el", - "g end", - "15 9", - "++ ;", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ Ġ", - "Ġdr ift", - "ĠG ru", - "Ġan ge", - "Ġa in", - "FA ULT", - "Ġsoc io", - "ĠSpecial ist", - "Back ground", - "Ġeffic acy", - "Ġposition ing", - "ĠG el", - "ĠGreat er", - "V AC", - "Ġpet it", - "ĠRead y", - "15 6", - "Ġtraged y", - "rent e", - "by tes", - "u Å", - "Ġunf ortunate", - "um i", - "St ation", - "ĠH S", - "Ġen semble", - "ĠView s", - "åĪ ĩ", - "Ġbrut al", - "Ġg ente", - "C amp", - "et on", - "ĠF I", - "Ġpo z", - "im ming", - "i ary", - "enc ias", - "Ġam end", - "H on", - "ator ies", - "Ġlast s", - "Ġl iable", - "ĠGuard ian", - "Ġdu o", - "ind e", - "Ġfl oral", - "ro e", - "Ġintim id", - "Ġce leb", - "ĠLe ather", - "ĠDe gree", - "ĠF err", - "Ġch ase", - "f ör", - "Ġcz as", - "ĠCustom ers", - "ec a", - "sem bl", - "al igned", - "art o", - "Ġd angers", - "ãĢ ij", - "Comp any", - "G iven", - "E asy", - "ĠAb u", - "H ol", - "Ġan ime", - "irm ingham", - "Ġstri ps", - "oun ters", - "Ġseam less", - "h ouses", - "Ġex cluded", - "ĠRef erence", - "Ġbegin ners", - "en os", - "ĠAgain st", - "Ġcher ry", - "Ġa ument", - "Ġaccount ability", - "Ġdat aset", - "boy s", - "Ġcos metic", - "Ġretail er", - "Ġmusic ian", - "Ġc uc", - "Ġdet erior", - "Ġf al", - "Ġm ét", - "oc ado", - "ild en", - "Ġtyp ing", - "Ġresil ience", - "Ġcontin ent", - "u pt", - "Ġs og", - "Ġinform al", - "ĠBen jamin", - "Ġw aren", - "ĠSupp lement", - "Ġqu ella", - "Ser ial", - "Ġhor r", - "S ET", - "Ġexhaust ed", - "L and", - "Ġun ions", - "to k", - "ĠStan ley", - "14 8", - "Ġbal con", - "Ġsam pling", - "Ġfavor able", - "Ġp ads", - "Th ink", - "Ġscr ut", - "Ġf ights", - "ĠH arm", - "è® ¡", - "ĠT ickets", - "het ics", - "ĠCal cul", - "Ġrese mb", - "Ġnow adays", - "Ġhapp ier", - "è res", - "ĠF isher", - "om eters", - "equ al", - "ĠH il", - "Ġdo ch", - "Ġup side", - "Ġsched uling", - "ĠPub lishing", - "P rivate", - "æ ¥", - "rep resent", - "Ġj ours", - "ià ł", - "åij Ĭ", - "Ġo sc", - "ĠLe o", - "Ġpen alties", - "ier i", - "Ref erences", - "Ġj okes", - "Ġexpect ation", - "ot yp", - "Ġanch or", - "in is", - "Ġfoss il", - "f illed", - "ĠProgram me", - "Ġs ond", - "Ġex empt", - "ĠDou g", - "Ġen force", - "ðŁ ĺ", - "Ġappropri ately", - "ĠOlymp ics", - "Ġsk etch", - "ĠNor way", - "O H", - "ĠNe uro", - "17 4", - "Ġdownload s", - "e au", - "Ġno on", - "Ġsal on", - "Ġam ino", - "Ġass ass", - "Ġclar ify", - "im ages", - "è¿ ľ", - "com pl", - "Cong ratulations", - "Ġcons iders", - "FI LE", - "y w", - "è¯ Ń", - "ĠMc Donald", - "c b", - "ĠM ob", - "ĠF ROM", - "ĠE VER", - "ĠAb stract", - "p ic", - "Ġqu ien", - "ĠAust ria", - "Ġprop he", - "Ġneighborhood s", - "new s", - "al en", - "C as", - "rib ly", - "Ġst ark", - "ĠCr ack", - "Ġd Ã", - "Ch oose", - "T ell", - "Äį nÃŃ", - "4 80", - "ĠL iqu", - "Ġob esity", - "ĠVin cent", - "In v", - "T emplate", - "ush i", - "Ġrev ised", - "ib a", - "Ġac ne", - "Ġprés ent", - "} ^", - "ach ine", - "app lication", - "st ack", - "Ġet was", - "ĠB ak", - "Ġto es", - "osh op", - "Ġprest igious", - "Ġus a", - "Ġbr ass", - "èĪ ¬", - "Ġav ons", - "akes pe", - "ĠCh an", - "ĠY ahoo", - "m ove", - "Ġcreat ors", - "ici os", - ".... ...", - "Ġconcent rated", - "S ar", - "Ġa uc", - "Ġlic enses", - "Int roduction", - "Inte ger", - "Ġdisc iples", - "ch anging", - "2 15", - "Ġprompt ed", - "ĠLab our", - "Ġdo it", - "ress ing", - "Ġcount ed", - "Ġen rich", - "ĠApp e", - "cript or", - "Fr ank", - "ĠT ank", - "Ġspin ning", - "Ġsimpl icity", - "Ġsubs id", - "Tw itter", - "Ġblood y", - "ĠSc ore", - "it us", - "T ON", - "Ġ °", - "Ġext r", - "Ġvie le", - "Ġinter section", - "ĠDog s", - "Ġje j", - "ĠB less", - "Ġge ht", - "V O", - "Ġsp oon", - "R ock", - "Ġh arness", - "ĠIn j", - "Ġgrand es", - "V R", - "é ¥", - "Ġf aint", - "foot er", - "Ġne p", - "est a", - "ĠK ap", - "Ġlabel ed", - "Ġca us", - "str ate", - "ĠWeek ly", - "ĠC rist", - "Ġport ions", - "Ġrank ings", - "am t", - "Ġthat s", - "ploy ed", - "Ġind ia", - "ĠHist orical", - "M ary", - " º", - "Ġbl ink", - "Ġvel ocity", - "Ġj an", - "ĠN ar", - "00 3", - "ĠĠĠĠĠĠĠĠ ĠĠĠĠĠ", - "ro ke", - "Ġen act", - "Ġtw itter", - "d id", - "s ort", - "ĠDev ice", - "Ġblog gers", - "ĠBuild er", - "ĠCl aim", - "ĠR ib", - "Ġo w", - "Ġbree ze", - "Ġsp ices", - "T ex", - "Ġinfect ious", - "Ġterror ism", - "ĠH our", - "Ġfix ing", - "Ġatt ributed", - "ĠMed iterranean", - "found er", - "Ġang les", - "b order", - "Ġfe ather", - "Ġmerc y", - "ig ung", - "ĠB S", - "ĠD ent", - "Å¡ t", - "ĠW ITH", - "ĠSub ject", - "on line", - "ĠBr as", - "S ite", - "ar in", - "Ġtradem ark", - "Ġto pped", - "ĠScient ific", - "Ġconspir acy", - "n orm", - "Ġk ills", - "t le", - "i ang", - "è¯ ·", - "M ill", - "um bs", - "Ġsp y", - "all ow", - "Am azon", - "Ġst ance", - "Ġdam aging", - "ud ed", - "Ġsc ales", - "Direct or", - "ĠGar age", - "ĠT ypes", - "ê ncia", - "Ġqual ifying", - "Ġcor rid", - "ur z", - "ĠE agle", - "Ġme ille", - "bor o", - "y ect", - "ĠB ass", - "ĠR alph", - "Ġextra ction", - "Ġindu ced", - "in se", - "iel s", - "Ġopen ly", - "AR N", - "Ġdev il", - "Ġsn apped", - "æĶ ¯", - "ĠR acing", - "Ġdry ing", - "Ġcheap est", - "Ġqu il", - "Ġscript s", - "ĠMur phy", - "Ġcent ered", - "Ġtw isted", - "Ġpal ette", - "Ġtast ing", - "d z", - "Ġgl impse", - "ĠDesign er", - "Ġpol ÃŃt", - "Ġdeterm ines", - "Ġban ner", - "wind ow", - "Ġl ime", - "step s", - "ĠH ash", - "ĠN T", - "Ġan ten", - "Ġten ant", - "Ġcommun icating", - "........ ........", - "P et", - "Ġno od", - "Ġfind en", - "Ġshall ow", - "m ble", - "QUE ST", - "K A", - "ĠChar acter", - "Ġslic ed", - "ĠP ete", - "AN SWER", - "Ġcanc elled", - "Sm art", - "Ñ ĸ", - "uc lear", - "Ġwh olesale", - "ĠMan aging", - "Ġ eller", - "17 1", - "ĠParent s", - "ĠP osition", - "Ġrest ing", - "Ġslic es", - "Ġsoc iet", - "dom ain", - "ĠM ack", - "re view", - "Ġqual ifications", - "ĠDemocr at", - "uls ion", - "ĠC ad", - "ĠLe ban", - "tt ps", - "Ġtort ure", - "Ġent ers", - "z ero", - "Ġser á", - "Ġperson ne", - "r andom", - "ab lished", - "Ġrel ieve", - "Ġcolor ing", - "Ġb end", - "ĠStart ing", - "ĠTer ry", - "ĠC oc", - "th ree", - "30 1", - "in tern", - "Ġe cc", - "Ġman era", - "ied z", - "ĠGrad uate", - "ĠB I", - "- )", - "ĠP oker", - "Ġz m", - "ĠPalestin ian", - "ĠDirect ory", - "ĠSt a", - "ĠM umbai", - "ĠL ion", - "ö glich", - "Ġstra ins", - "Ġmount ing", - "ica id", - "å¿ «", - "es ium", - "çİ° åľ¨", - "y y", - "ĠMer cedes", - "Ġw ow", - "Ġdismiss ed", - "v t", - "Ġc tx", - "sen al", - "gl obal", - "Ġearth qu", - "ner gy", - "# [", - "8 50", - "er i", - "uff s", - "Ġbl own", - "Ġte go", - "ĠG ent", - "Ġcertific ates", - "MA T", - "b ast", - "ap on", - "ĠSt re", - "; \">", - "50 1", - "t ab", - "ĠB rief", - "ĠC amb", - "ĠTh read", - "Pro perties", - "Ġfuck ed", - "inte gr", - "Ġcolon ial", - "Ġve c", - "n p", - "Ġtu ition", - "ge re", - "Ġver bal", - "ĠPl astic", - "ĠUn a", - "æµ ģ", - "ĠT emplate", - "ĠS id", - "ĠF ont", - "Ġprem ière", - "Ġprevent ed", - "ĠV ir", - "Ġeduc ators", - "Off set", - "m ember", - "L as", - "Ġt riv", - "Def inition", - "A p", - "Ġcom ics", - "Ġrecru iting", - "est on", - "raul ic", - "ĠInvest ig", - "Lat est", - "Add itionally", - "Ġn asty", - "Ġre imb", - "ĠAct ivity", - "ĠIn cludes", - "Ġtra ff", - "Ġmail ing", - "Ġjourn als", - "f oo", - "Ġr ay", - "b ek", - "Rober t", - "Ġdiff ic", - "Ġdevast ating", - "acht en", - "Ġrandom ly", - "Ġdis able", - "Ġres ervation", - "é£ İ", - "ĠV ector", - "Ġcare g", - "Ġemb ro", - "ĠWind ow", - "s ens", - "M ember", - "and el", - "ĠCompet ition", - "ĠT ak", - "Su ccess", - "ĠV M", - "ay ing", - "ine e", - ". \\", - "15 8", - "Ġann ées", - "ĠCom plex", - "De lete", - "Ġenjoy ment", - "list ed", - "î tre", - "v m", - "å© Ĩ", - "Ġprop rio", - "vent ory", - "ç¦ »", - "Ġs ins", - "AR Y", - "ĠEurop a", - "Ġse ine", - "Ġinterview ed", - "Ġacceler ate", - "ke iten", - "ĠInstall ation", - "it ably", - "Ġtub es", - "Ġhypothes is", - "ĠN y", - "è¿ ij", - "Ġill ustration", - "Ġex otic", - "ĠN an", - "ĠK Ã", - "s ys", - "Ġn iñ", - "Ġmas ters", - "Ġsurge on", - "Hand le", - "ĠProv ide", - "Å Ī", - "t one", - "Ġresearch ing", - "ok u", - "Ġdemon stration", - "B ill", - "fl ower", - "Ġnob le", - "pr ising", - "ĠBapt ist", - "Ġsl id", - "ĠGu ar", - "h aw", - "Ġsub ur", - "L ib", - "Ð Ĥ", - "ç Į", - "Ġrob ots", - "infl amm", - "Ġprov es", - "Ġpel o", - "Ġvacc inated", - "Ġwas ted", - "Work ing", - "ĠE li", - "olut e", - "g ender", - "Ġw ipe", - "Ġmathemat ical", - "E ss", - "cont ainer", - ") ),", - "we alth", - "ĠQu arter", - "Ġanticip ate", - "ĠK yle", - "yl an", - "ĠN i", - "h ui", - "our cing", - "c od", - "Ġdr one", - "ĠIm plement", - "Ġam endment", - "Ġn ar", - "Ġmass es", - "ĠAdvis ory", - "Ġsubs idi", - "âĢ¦ )", - "Ġtrad itionally", - "Ġdist ancing", - "Ġprofession ally", - "ĠMet a", - "Ġjo ins", - "Ġpor ch", - "Ġhyg iene", - "ĠK un", - "Ġof t", - "ĠColl abor", - "D L", - "ou x", - "ĠT yler", - "Ġbu cks", - "Ġg um", - "Ġref ined", - "ĠReg ardless", - "art a", - "epend ence", - "akespe are", - "co al", - "åİ Ĩ", - "D M", - "P rior", - "ĠP uerto", - "m bre", - "Ġb ure", - "Ġbus es", - "Ġha ha", - "Ġam ple", - "Ġinter pre", - "14 6", - "Ġprohib ited", - "ink les", - "Ġtre k", - "ĠMont ana", - "Ġso b", - "Ġacc us", - "Ġpast or", - "ĠPort al", - "J im", - "} /", - "ab en", - "g oogle", - "ĠDep uty", - "åħ ±", - "Ġrenew ed", - "ro x", - "Ġover ly", - "he res", - "ĠExt ract", - "ĠSt ainless", - "Ġaggreg ate", - "ĠS ou", - "ig m", - "Ġfar mer", - "ĠKe ith", - "Ġcrowd s", - "Ġdesper ately", - "Ġf iring", - "ĠP RE", - "Ġimport ed", - "Ġal lev", - "ĠUnder standing", - "Ġmon ument", - "ĠNe igh", - "ĠOper ation", - "so ever", - "Ġtr illion", - "ĠSur v", - "Tra vel", - "D am", - "ah u", - "ãĢ IJ", - "Ġutil iz", - "Ġ ici", - "Ġmis er", - "Ġiniti ated", - "ĠThe me", - "ux e", - "ĠB enn", - "Ġw ounded", - "Ġcer amic", - "ç Ĺ", - "S everal", - "Ġthr ust", - "ĠPro perties", - "Ġeval uating", - "Ġincre ment", - "Ġsh iny", - "ĠAr n", - "Ġpass port", - "Rem ove", - "Ġtherap ies", - "17 3", - "ç o", - "Ġpo inter", - "ĠNe g", - "Ġbud dy", - "Ġaf in", - "Ġexpl ores", - "Ġz wei", - "Ġs iblings", - "ĠAn im", - "ĠA RE", - "ĠIh re", - "ra re", - "ten ant", - "Ġun bel", - "Ġeconom ies", - "hens ion", - "à ĥ", - "ç ħ", - "ĠIm agine", - "Ġelig ibility", - "ĠMove ment", - "Ġà Ĺ", - "Ġup graded", - "Ġcart oon", - "ĠBelg ium", - "ock er", - "ALL Y", - "ien st", - "Ġk aÅ", - "Ex ample", - "Ġprison ers", - "We ight", - "ĠAdvent ure", - "Ġpubl ishers", - "ĠPear l", - "Ġfundra ising", - "In it", - "Ġrev ision", - "Ġrec ession", - "Ġsoc ially", - "a ways", - "ĠAm azing", - "be h", - "rop y", - "Ġpa ÃŃs", - "Ġmir acle", - "gg y", - "Ġne i", - "Ġtrans plant", - "ä d", - "Ġk a", - "Ġhel met", - "ů Å", - "ag ner", - "Ġuns ure", - "Ġreput able", - "ENT S", - "ĠGener ic", - "g io", - "Ġsumm it", - "Ġl ent", - "ter min", - "Ġt us", - "Ġs are", - "ĠS AP", - "L aw", - "add ing", - "Ġexp ose", - "ĠEt hereum", - "Ġward robe", - "Ġprompt ly", - "is le", - "ĠM ist", - "br aska", - "ĠTe ams", - "Ġconv inc", - "Ġdecor ative", - "ĠH unt", - "l ive", - "oper ative", - "G F", - "Ġquestion ed", - "ĠBudd h", - "me an", - "Ġb ord", - "Ġreal ised", - "on ne", - "P ark", - "Ġfore head", - "ĠG it", - "c ue", - "ox ic", - "qu ito", - "Ġagre es", - "ĠBroad way", - "Ġb illing", - "Ġdef icit", - "Ġabs urd", - "Ġstret ching", - "Ñ Į", - "Ġbl ues", - "Ġrecord ings", - "Ġneck lace", - "Pol icy", - "M ass", - "ĠZ en", - "Ġexpress ing", - "IS H", - "Ġwe aken", - "Micro soft", - "Ġbra ke", - "Ġpaper work", - "Ġt ier", - "æľ ª", - "Ġwitness es", - "ul d", - "Ġvulner ability", - "ruct or", - "T el", - "Th ings", - "Äĥ r", - "Ġdiam onds", - "Ġmar vel", - "T or", - "k c", - "Ġtra vers", - "Ġnot ified", - "ĠP ull", - "A pr", - "Ġl od", - "im eter", - "Ġkiss ed", - "Ass oci", - "pan ic", - "Ġnouve au", - "Bes ides", - "Ġassemb led", - "Ġd iving", - "Ġnuest ra", - "OT O", - "Ġharm ony", - "ĠC ord", - "Ġcour s", - "ĠD ES", - "ĠActiv ities", - "H H", - "Ġtr unk", - "Ġmet abolic", - "ĠW or", - "Ġcom pte", - "og l", - "Ġcor p", - "Ġrad ar", - "Ġoccup ation", - "ĠM t", - "ĠC anyon", - "ĠSl ot", - "Ġcom merce", - "Ġinsect s", - "Ġjournal ism", - "Ġw ounds", - "Ġcor on", - "è¿Ļ ç§į", - "ĠE ST", - "ĠMe asure", - "Ġpull s", - "Ġcan al", - "ĠP ine", - "ĠLuc y", - "Off ice", - "Spe aker", - " ±", - "Ġvent ilation", - "bor ough", - "ĠAc cept", - "Ġrefriger ator", - "Ġreal izing", - "Ġaccess ing", - "Ġaw ake", - "Ġsevere ly", - "Ġelabor ate", - "d ed", - "prot ected", - "ow anie", - "Ġcoll ision", - "ix on", - "ĠAn a", - "Ġcustom s", - "ĠEss ay", - "Ġr het", - "ens ch", - "Log ger", - "Ġperson n", - "put er", - "ĠGh ana", - "M ic", - "} _{", - "Ġne ue", - "ian i", - "ruct ive", - "ac io", - "Ġaccident ally", - "Ġlet t", - "ET H", - "ĠIndivid ual", - "Ġarm or", - "olit ical", - "Ġve el", - "Ġunc omm", - "ple ted", - "æ¯ ı", - "ĠProcess ing", - "Ġlon ely", - "Ġcont ributes", - "ÅĻ e", - "Ġorgan ised", - "Pro file", - "Ġmo is", - "Ġci udad", - "Ġteen ager", - "âĢĿ ?", - "Ġint act", - "There fore", - "ari us", - "Ġscr ub", - "qu oi", - "hr t", - "Ġe ing", - "I mp", - "ĠR oof", - "ĠInt o", - "ĠFant asy", - "ke ley", - "ies z", - "ĠRe venue", - "ĠR ivers", - "Ġrel ies", - "ateg or", - "bb ing", - "Ġb or", - "Ġhabit at", - "des ign", - "ĠBi ology", - "im ag", - "ĠT ampa", - "Ġpro be", - "ĠK ill", - "AN G", - "Ġt read", - "el ong", - "Ġdo i", - "% ).", - "ĠBreak fast", - "W alk", - "Ġgo ed", - "roduct ive", - "ĠE ight", - "Ġin box", - "Ġd zie", - "Ġyear ly", - "ĠMe g", - "L earning", - "Ġun sere", - "Ġelim inating", - "Ġa ids", - "ive au", - "Ġnom inated", - "m ov", - "Ġqu asi", - "ĠSh a", - "ĠR oute", - "i Äĩ", - "Ġrec reational", - "Ġcomfort ably", - "Ġdiscipl ines", - "ÅĽ cie", - "Ġhistor ically", - "Ġshru gged", - "Ġquestion ing", - "Ġillustr ated", - "und a", - "Ġgreen house", - "g om", - "Ġins ulation", - "ö t", - "Ġcalcul ations", - "ĠB od", - "SI ZE", - "Ġrehab ilitation", - "Ġm oy", - "ĠTes la", - "Ġenerget ic", - "ĠD raft", - "Ġs unt", - "Ġsuper market", - "Ġtou g", - "ä ft", - "Ġmagn itude", - "ens ation", - "ĠM aur", - "ri os", - "Ex cellent", - "ĠNe il", - "d iff", - "Ġunt o", - "ĠGard ens", - "Ġm p", - "Ġsubm itting", - "Ġpray ing", - "Ġuncons cious", - "Net work", - "ie z", - "any ch", - "zz i", - "Ġg odd", - "Ġn ÄĽ", - "Ġpart ition", - "Ġpath ways", - "Ġrecogn ised", - "Ġfeas ible", - "_ \\", - "B ank", - "v oc", - "ĠIn put", - "D ialog", - "O d", - "Ġs ão", - "ĠS or", - "CO L", - "ĠS ounds", - "ĠSpe aker", - "Y S", - "yst er", - "Ġî nt", - "ĠL akes", - "B ra", - "c en", - "ig u", - "Ġv ÃŃ", - "Ġcl ause", - "Ġyield s", - "ĠIn form", - "ĠB ir", - "Ġlight ning", - "ĠApp arently", - "Ġprend re", - "ub le", - "Ġmis con", - "ĠRich ards", - "M aking", - "2 11", - "Ġelim inated", - "Ġs chn", - "Ġinform aciÃ", - "Ġencourag ement", - "ĠO z", - "ĠGroup s", - "Exper ience", - "l asses", - "v ity", - "ĠMarc us", - "es z", - "ĠEx cell", - "( `", - "ĠB elt", - "Ġball ot", - "ĠPict ures", - "Ġan kle", - "Ġpre g", - "ĠGener ally", - "ĭ åŃIJ", - "he ter", - "Ġd ÃŃas", - "Deb ug", - "re ra", - "ĠT ow", - "Ġsc andal", - "Ġye ast", - "ĠPro ced", - "ĠUn iverse", - "ĠY u", - "ĠIB M", - "Ġa h", - "Ġh ttps", - "P ref", - "ook ie", - "èµ· æĿ¥", - "Ġclim bed", - "Ġcancell ation", - "S us", - "au kee", - "lic her", - "ĠFin n", - "Elim inar", - "Ġdyn am", - "Ġdu ct", - "Ġe b", - "ĠP retty", - "ĠR C", - "ĠPer ry", - "Ġoptim ized", - "wi Äħ", - "Ġslee ves", - "IC A", - "Ġk ay", - "Ġbench mark", - "o ard", - "Ġcoll agen", - "Ġsad ly", - "ĠD ual", - "ss on", - "ĠWal mart", - "Ġenthusi astic", - "tt i", - "Ġepid emic", - "Ġz ÅĤ", - "Ġa ston", - "ĠE at", - ". âĢĶ", - "end ants", - "Ġwish ing", - "Ġcompr ised", - "Ġqu er", - "Ġcr unch", - "Ġvalid ate", - "I ch", - "ĠC in", - "ens chaft", - "ĠS um", - "è ħ", - "ash i", - "U ID", - "wer k", - "ç® ¡", - "M uch", - "Ġmush rooms", - "ĠBr ig", - "Ġutter ly", - "Pl ace", - "requ ire", - "Ġcompat ibility", - "Y O", - "ĠL ate", - "uc hen", - "Ġo we", - "H ttp", - "Ġs id", - "Ġpol ish", - "ific ant", - "Ġmem orial", - "Ġher bal", - "ym pt", - "ĠSp ark", - "RE G", - "âĢĿ ).", - "Ġabsor ption", - "ĠDe b", - "Ġast hma", - "bre lla", - "Ġgr ammar", - "Ġclin ics", - "Ġpropri etary", - "ĠIn fin", - "16 7", - "ĠLuc as", - "ph ony", - "Ġm uito", - "Ġse w", - "Ch anged", - "Ġe fect", - "ĠU pper", - "Ġsw o", - "î t", - "æ Ĵ", - "Ġn erves", - "ul se", - "her ic", - "Ġmer ge", - "Ġimpl ant", - "Ġconfig ured", - "Ġconv icted", - "ä¸ ĩ", - "Ġev ac", - "Som ething", - "Ġinter vals", - "Ġb apt", - "le ur", - "t urn", - "Current ly", - "ch ts", - "Ġright eous", - "Ġadministr ators", - "Ġl ord", - "Ġgo ver", - "F ont", - "? >", - "ze j", - "rypt ed", - "ĠA er", - "ĠJ ahren", - "Ġstat ue", - "itte es", - "ĠW ere", - "Ġinher it", - "Ġhands ome", - "Ġmac hen", - "ĠBang ladesh", - "Ġmand ate", - "Rep ository", - "Ġcontrovers y", - "met ry", - "ĠMat hemat", - "re o", - "Ġimp air", - "Ġfre ed", - "ĠE ra", - "Ġinc oming", - "ĊĊĉĉ ĉ", - "K ing", - "ar u", - "Ġp se", - "Ġl ac", - "Ġcel ui", - "Ġren cont", - "ĠBase ball", - "hal b", - "Ġanaly zing", - "Ġenc uent", - "ĠTH AT", - "izar re", - "p un", - "ib an", - "ild e", - "Ġbicy cle", - "Ġw itch", - "Ġcomp ost", - "Ġch am", - "ili ans", - "Ġyoung est", - "it ime", - "an ic", - "ĠMarket s", - "ĠList en", - "Ġforg iveness", - "ĠR uth", - "l age", - "Ġdark er", - "ĠFre qu", - "Ġbra ins", - "ze ug", - "Ġg ates", - "N P", - "ĠAl s", - "N D", - "TE ST", - "Ġi Tunes", - "æ ¨", - "ĠR SS", - "ĠVol unte", - "Ġdoct rine", - "Ġmal ware", - "Ġrec alled", - "est hes", - "Ġgl orious", - "ĠHill ary", - "clip se", - "Ġde re", - "frast ructure", - "Ġw p", - "Ġro ku", - "Ġdiscl ose", - "Ġhum idity", - "P ara", - "ĠT W", - "ĠPer o", - "ĠBB Q", - "æŃ ¥", - "Ġd rown", - "åĨ Ļ", - "ĠM AN", - "Sing le", - "L anguage", - "ber y", - "ĠSub s", - "P eter", - "Ġgr ind", - "t ar", - "ri ages", - "Ġview er", - "d river", - "Ġmagn et", - "ĠLabor atory", - "Ġart if", - "amp ed", - "Ġharass ment", - "Ġoper a", - "Ġdecl aration", - "ik h", - "ĠBat man", - "Ġspat ial", - "ĠDi agn", - "åĪ° äºĨ", - "S em", - "re v", - "ĠEd wards", - "Ġm io", - "Ġchar ter", - "Ġclear ance", - "Ġdistingu ished", - "d ar", - "Ġex ports", - "Ġfe eds", - "R oot", - "charg ed", - "ĠW atson", - "W ir", - "pl ot", - "ĠÃľ ber", - "Ġsu cks", - "Ġoptim istic", - "Ġor n", - "Ġproblem atic", - "åı¯ èĥ", - "B ad", - "J oe", - "Ġorig ins", - "Ġaccept s", - "u ite", - "Ġpl ag", - "cri ber", - "ĠConsult ing", - "Ġrab bit", - "å¤ į", - "Ġenc ryption", - "ĠAll ow", - "ĠPict ure", - "S pring", - "ĠN HS", - "ĠHe ight", - "Ġbegin ner", - "D est", - "l agen", - "ĠSl ots", - "ĠH annah", - "Sec urity", - "ĠRec ipes", - "ĠCook ies", - "Ġinter mediate", - "Ġut ilities", - "á r", - "Ġto da", - "Ġp ob", - "Ġin line", - "Ġsun set", - "J un", - "ĠSim ilar", - "Ġerect ile", - "C lean", - "Ġt mp", - "ĠDep osit", - "Ġapolog ize", - "she et", - "il on", - "em or", - "ĠL it", - "Ģ å§ĭ", - "br al", - "su ccess", - "ed uc", - "est o", - "M atch", - "fil ename", - "ĠAdvert ising", - "Ġpat ches", - "rop ract", - "ç© º", - "d l", - "ĠPress ure", - "ĠSher iff", - "Ġsp icy", - "I con", - "eles c", - "v ine", - "ĠS I", - "ĠCon cept", - "ĠCo in", - "Ġpat ron", - "v ÃŃ", - "Ġpost ers", - "Ġins ist", - "Ġacqu iring", - "\" -", - "ex ample", - "ĠDef ault", - "", - "ĠTra ffic", - "ĠN I", - "com b", - "M ot", - "ĠL ucky", - "pe re", - "Ġsw itches", - "Ġdra gged", - "in burgh", - "ed o", - "ĠRe ce", - "ĠCont emporary", - "Ob j", - "ÑĤ Ð", - "ill ery", - "ass ium", - "m itted", - "ri ka", - "Ġpol ished", - "Ġrent als", - "ĠC arn", - "Ġnotice able", - "Ġt élé", - "22 1", - "Ġs ino", - "Ġdist ances", - "Ġcurs or", - "Ġf ir", - "Ġweb cam", - "ĠTik Tok", - "Ġe ig", - "L ou", - "Ġt s", - "ak u", - "roph y", - "ĠS hen", - "Ġcompl aining", - "Ġemb argo", - "æ± ī", - "s afe", - "Ġtri umph", - "ĠExt ension", - "=' '", - "Ġvis ually", - "Ġall ocated", - "Ġflood ing", - "ĠNob ody", - "x is", - "ĠD ere", - "Ġsp awn", - "Ġkind ly", - "ĠMont real", - "ĠC es", - "ĠSp in", - "ĠInst itut", - "lie ÃŁ", - "Not es", - "ĠVe get", - "ĠL iber", - "Ste ve", - "Ġillness es", - "import ant", - "D IR", - "ĠM ent", - "Ġpract iced", - "Ġpolit ically", - "Ġreform s", - "F iles", - "Ġcar rots", - "Ġfold ed", - "I ter", - "Ġbe ads", - "ĠF acts", - "m ad", - "Ġswe ep", - "Ġmot ors", - "Ġf ade", - "id em", - "Ġsurpr ises", - "Ġrif le", - "ĠAP K", - "F requ", - "ĠC reated", - "ĠTre k", - "ĠMar x", - "ĠTw in", - "ĠPl aza", - "ĠRec ently", - "ĠC ock", - "ĠR M", - "ĠJ ama", - "Ġrisk y", - "ĠVeter ans", - "Ġp oc", - "ĠCh ip", - "ag h", - "Th us", - "ĠG ew", - "ĠU T", - ". __", - "Ġquel que", - "Ġwag ering", - "Ġsp ells", - "á p", - "ç ¿", - "å ŀ", - "agg i", - "uss els", - "Ġd ile", - "ist es", - "ur ally", - "Ġm asc", - "b rief", - "f é", - "ch y", - "ry s", - "Ġad ore", - "aff e", - "Ġcomp ute", - "Ġest as", - "Ġdisc ontin", - "ĠDo ing", - "r ans", - "iel en", - "Ġmir rors", - "Ġmod al", - "Ġx xx", - "ál nÃŃ", - "ĠNic ole", - "ĠForm ula", - "she ll", - "j as", - "s upp", - "Ġinf ring", - "ĠTre asury", - "Ġh ats", - "ĠPre p", - "Ġaw aken", - "ur st", - "ĠSt adt", - "Ġcr acks", - "Ġn g", - "ĠC urt", - "Je ff", - "ĠM iles", - "ĠV intage", - "Ġsc enery", - "Us ers", - "av ia", - "ĠPrinc ipal", - "Ġwhis per", - "Ġhor as", - "ĠF ruit", - "Ġa irlines", - "Ġb achelor", - "Ġrep ublic", - "ĠTour ism", - "U AL", - "İ ä", - "Sc ott", - "æķ ´", - "Ġle aks", - "ĠSec ure", - "ĠChamp ion", - "Ġa fore", - "ĠOcc up", - "ĠS ue", - "Wh atever", - "Ġdisplay ing", - "Ġimp rison", - "zy ch", - "Ġexhib its", - "Ġdis ruption", - "Ġchat ting", - "Ġto mb", - "ĠR B", - "Ġperform ers", - "b ucks", - "Ġh ints", - "Ġth under", - "ra its", - "Ġple as", - "isse ment", - "Ġbard zo", - "C lear", - "Ġprov ing", - "â te", - "D elta", - "Ġcand les", - "Ġrese ar", - "Ġguess ing", - "ĠMil k", - "ĠRe ed", - "Ġprem ise", - "ĠS B", - "Ġse afood", - "Ġmon sters", - "VI EW", - "Ġst ain", - "S at", - "ycl ing", - "ä re", - "ĠSh aw", - "che ster", - "Ġl ively", - "ĠC arr", - "il ers", - "Ġpic nic", - "Ġse as", - "Ġr ider", - "Ġt ête", - "Ġinte res", - "Ġpr ince", - "Ġappe als", - "ĠM es", - "ĠP oss", - "Ġinvestig ators", - "Ġlaun ches", - "Ġhope ful", - "cont ract", - "Ġg ek", - "Ġstim ulation", - "ign ant", - "Ġk osten", - "ett le", - "ĠB our", - "Ġrelev ance", - "Ġdon ne", - "Ġste ak", - "æ¶ Ī", - "ĠL abel", - "Ġm ondo", - "Ġcheck list", - "Ġnom ination", - "ĠHoll and", - "' -", - "27 5", - "f te", - "ĠS pl", - "Ġla iss", - "Ġpay roll", - "Ġunder way", - "Ġto ast", - "ĠNe ither", - "Ġspot light", - "b ands", - "åı «", - "ĠT D", - "ĠHe ather", - "Ġell os", - "ĠCreat ing", - "m ême", - "Ġad j", - "Ġcomun ic", - "Al ways", - "ĠDis covery", - "ĠT rial", - "Ġvot er", - "Ġreject ion", - "Christ ian", - "xt y", - "Ġquant itative", - "ĠScholars hip", - "ra red", - "Ġnons ense", - "Ġbe m", - "r ance", - "Ġf ocal", - "è§ Ĩ", - "ĠAccount ing", - "ĠL an", - "ĠL il", - "Ġpropos ition", - "Ġbot hered", - "ge ben", - "ag ain", - "Ġdeb it", - "Ġdisput es", - "Ġde ment", - "Sim ilar", - "st aw", - "Ġsimpl est", - "C at", - "ĠW ear", - "amm ing", - "udd y", - "Ġgover ning", - "Ġtoss ed", - "c ano", - "h of", - "Ġà Ģ", - "ĠSh ah", - "ell ery", - "ĠN CAA", - "AN GE", - "En vironment", - "Exp ression", - "Ġsuper visor", - "s ocial", - "ar b", - "Ġhat red", - "ĠEconom y", - "ĠRod rig", - "Ġb ibli", - "Ġde hyd", - "Ġtourn aments", - "ĠG D", - "gom ery", - "def ined", - "ĠMount ains", - "M ove", - "r ative", - "Ġret ained", - "è Į", - "ĠFr ances", - "Ġremed ies", - "ind ust", - "Ġc res", - "Ġenf ants", - "Ġunh appy", - "Ġper ceive", - "ver ages", - "H uman", - "Ġc elle", - "Ġstim ulate", - "Ġgéné ral", - "Ġserv ant", - "Ġpou voir", - "Ġbron ze", - "Ġseason ed", - "Ġspr ings", - "V EL", - "Ġtrust worthy", - "Ġcup c", - "Ġfemin ine", - "ol in", - "ĠBl ake", - "d c", - "ĠN ike", - "n á", - "in ternal", - "ĠW I", - "F it", - "ĠFem ale", - "ĠS lo", - "EN S", - "Ġb izarre", - "Res ources", - "k k", - "ĠAl bum", - "Ġcivil ian", - "Ġpr ac", - "Ġg n", - "Ġsm ells", - "Ġout fits", - "Ġproud ly", - "Ġimper ative", - "hol m", - "Ġun for", - "Ġel bow", - "d one", - "ig hed", - "x i", - "w ire", - "ĠCh am", - "Ġdecor ation", - "Ġnou velle", - "ner g", - "Ġmie ux", - "ĠK re", - "Ġsp here", - "ĠPro gress", - "Ġconf ess", - "/ .", - "ÑĢ Ð", - "Ġk icks", - "Ġn ause", - "ĠP it", - "s ky", - "æŶ éĹ´", - "ATION S", - "ĠWhen ever", - "Ġwas ting", - "ĠX L", - "Ġcitizens hip", - "ĠPro tein", - "ĠDom ain", - "ĠM R", - "C ategories", - "Ġemb od", - "res pect", - "ĠE arn", - "ors ch", - "Ġopp osing", - "als a", - "Ġbes oin", - "l Ã", - "Ġpro ps", - "leg en", - "Ġlack s", - "W al", - "t oo", - "ĠRec ommend", - "ong o", - "Ġf ighters", - "æĸ Ń", - "Ġpar c", - "c ro", - "ĠH VAC", - "Ġlapt ops", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠ", - "Ġlaw makers", - "Ġmas cul", - "ĠU AE", - "ĠEx ercise", - "ĠHT TP", - "Ġf á", - "met ics", - "ĠR oth", - "Ġsl aves", - "Ġant ique", - "ĠLiter ature", - "Ġl ob", - "Ġre he", - "Ġja ar", - "Ġconvinc ing", - "Ġw ager", - "Ċĉĉĉĉĉĉ ĉ", - "Ġsab er", - "re act", - "ĠA chie", - "ĠSc an", - "enn en", - "N ear", - "Ġj á", - "Ġreserv ations", - "ĠIn fect", - "è rent", - "ĠF ri", - "ĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠ", - "ĠRec ogn", - "Ġj erk", - "ans om", - "Ġar ising", - "n ative", - "sh op", - "ĠWar ner", - "in vest", - "Ġm are", - "ĠProf ession", - "J ECT", - "ĠCont ents", - "ĠNep al", - "ĠLo ans", - "ĠL ily", - "Ġv ista", - "Ġé taient", - "Ġenvironment ally", - "ĠRead er", - "ric o", - "T ax", - "Ġsh ining", - "Ġshock ing", - "! ==", - "ay an", - "Ġext ensively", - "Ġinterpret ed", - "Ġgrat is", - "B UG", - "olec ular", - "ĠV AL", - "å¸ Ĥ", - "st rom", - "ĠB ent", - "Ġad apter", - "F ac", - "z ial", - "i ated", - "ĠDet erm", - "Ġdecor ations", - "h re", - "ĠT ier", - "æł ij", - "Ġv ivo", - "ĠV enez", - "ĠB ald", - "x ico", - "Ġind oors", - "Ġsp ends", - "Ġdisturb ing", - "Ġaccompany ing", - "N AS", - "ĠD inner", - "ĠT all", - "ig es", - "è le", - "Ġprim era", - "Ġref in", - "Ġdet r", - "ĠV ine", - "c reat", - "Ġbook mark", - "ins ula", - "ĠBas ically", - "pher d", - "Ġdé p", - "Ġgra pe", - "au ff", - "Ġabund ant", - "ĠEval uation", - "ith ium", - "Ġir regular", - "less ness", - "æ º", - "on ials", - "ĠL ed", - "Ġex agger", - "Dan iel", - "ĠH aven", - "av in", - "role um", - "re ment", - "Ġu pl", - "Ch arl", - "è te", - "[ -", - "In itial", - "ĠPier re", - "Ġt ribe", - "ĠCor onavirus", - "c irc", - "ĠM orm", - "P Y", - "Ġmom s", - "nie j", - "net work", - "Ġrepr és", - "Ġst ems", - "ĠW ing", - "Ġallerg ic", - "b are", - "op o", - "ĠL CD", - "Ġgrand children", - "æĪij çļĦ", - "math bb", - "Ġcoord inates", - "v ier", - "Ġmais on", - "ĠSy nt", - "Ġst ip", - "AN K", - "head s", - "ĠD ictionary", - "Ġremember ing", - "Intern et", - "D ATE", - "ĠB in", - "ĠBer keley", - "ĠPhill ips", - "f ollow", - "ĠOption al", - "ĠIs n", - "Ġcapt uring", - "ĠHarr ison", - "Ġpres ervation", - "Ġlower ing", - "in ical", - "Rec ently", - "cont act", - "Ġe g", - "O bs", - "c ool", - "ĠN HL", - "Ġenc ounters", - "b read", - "ĠGen esis", - "m and", - "om al", - "ĠAn swer", - "sc ience", - "v ote", - "ab lish", - "Ġsty ling", - "dis ciplinary", - "éĽ Ĩ", - "s in", - "Ġtutorial s", - "Ġversch ied", - "\" ?", - "b atch", - "ing le", - "ud os", - "ĠE agles", - "ĠMil an", - "thod ox", - "ĠHind u", - "Ġpot s", - "æģ ¯", - "Ġjet zt", - "focus ed", - "itut ed", - "ĠWell s", - "Ġhead line", - "Ġmess y", - "Ġfool ish", - "art icle", - "edd y", - "Ġtrig gers", - "ĠExcell ence", - "f lex", - "j ava", - "Ġw ives", - "ĠE lection", - "Ġveget arian", - "F s", - "ĠM AT", - "Ġ ounces", - "te am", - "uts che", - "Ġfart her", - "Ġro asted", - "Ġamer ican", - "ĠCon duct", - "ari at", - "ĠL is", - "è¿ ŀ", - "20 9", - "Ġcomp ort", - "Un like", + "O NE", + "▁c off", + "▁co ff", + "re quire", + "requ ire", + "▁On ly", + "▁ Only", + "▁W eb", + "▁We b", + "▁ Web", + "▁f arm", + "▁far m", + "▁fa rm", + "▁act ivity", + "▁activ ity", + "▁ activity", + "▁r out", + "▁ro ut", + "▁rou t", + "bl ing", + "b ling", + "S Y", + "▁Rich ard", + "▁Ric hard", + "▁R ef", + "▁Re f", + "▁ Ref", + "▁ко н", + "▁к он", + "▁ кон", + "▁j un", + "▁ju n", + "bo rn", + "bor n", + "b orn", + "ij n", + "Config uration", + "um an", + "uma n", + "u man", + "E E", + "▁mar ried", + "▁З а", + "▁ За", + "▁f at", + "▁fa t", + "▁k id", + "▁ki d", + "▁T ur", + "▁Tu r", + "▁ Tur", + "▁off ered", + "▁offer ed", + "ni c", + "n ic", + "▁B ig", + "▁Bi g", + "▁ Big", + "Ga mma", + "G amma", + "▁He alth", + "▁ Health", + "▁T R", + "▁ TR", + "▁s ię", + "▁si ę", + "▁const ruction", + "▁construct ion", + "▁constr uction", + "▁constru ction", + "▁ construction", + "▁Ch urch", + "▁B et", + "▁Be t", + "▁ Bet", + "bu s", + "b us", + "▁e arn", + "▁ear n", + "ri ct", + "ric t", + "r ict", + "▁п ра", + "▁пр а", + "▁ пра", + "▁br ain", + "▁bra in", + "▁f ra", + "▁fr a", + "▁O p", + "▁ Op", + "FI G", + "F IG", + "em a", + "e ma", + "▁Europe an", + "▁S aint", + "▁Sa int", + "▁ Saint", + "AR E", + "A RE", + "ur i", + "u ri", + "▁R iver", + "{ }", + "▁s itting", + "▁sit ting", + "▁under standing", + "▁understand ing", + "▁pl ans", + "▁plan s", + "rop ri", + "▁old er", + "▁ol der", + "▁ older", + "▁pres sure", + "▁press ure", + "Im pl", + "Imp l", + "▁pe ace", + "Conne ction", + "Conn ection", + "Connect ion", + "▁f i", + "▁ fi", + "ri ch", + "ric h", + "r ich", + "▁sh ut", + "ap ers", + "ape rs", + "aper s", + "a pers", + "Po rt", + "P ort", + "▁L ook", + "▁Lo ok", + "▁ Look", + "ri m", + "r im", + "au th", + "aut h", + "a uth", + "au to", + "aut o", + "a uto", + "▁high ly", + "▁un less", + "▁W al", + "▁Wa l", + "▁re n", + "▁r en", + "▁ ren", + "w s", + "▁c ore", + "▁co re", + "▁cor e", + "▁ core", + "( -", + "▁c lim", + "▁cl im", + "ru it", + "r uit", + "▁call back", + "▁ callback", + "he st", + "hes t", + "h est", + "▁Char les", + "▁Charl es", + "▁L ong", + "▁Lo ng", + "▁ Long", + "} =", + "ъ р", + "▁sh ared", + "▁share d", + "▁shar ed", + "▁sha red", + "▁ shared", + "ul ated", + "ula ted", + "ulate d", + "gorith m", + "▁H ome", + "▁Ho me", + "▁Hom e", + "▁ Home", + "▁vill age", + "▁vil lage", + "ee s", + "e es", + "s v", + "▁rest aur", + "re y", + "r ey", + "▁C ast", + "▁Cas t", + "▁Ca st", + "▁ Cast", + "▁P erson", + "▁Per son", + "▁Pers on", + "▁ Person", + "ки й", + "▁organ iz", + "▁R ad", + "▁Ra d", + "▁ Rad", + "pon ents", + "ponent s", + "▁wer den", + "▁werd en", + "▁b ow", + "▁bo w", + "▁ bow", + "se n", + "s en", + "am i", + "a mi", + "Inter face", + "▁b asis", + "▁bas is", + "▁ba sis", + "▁Comp any", + "▁Compan y", + "▁ Company", + "er nel", + "ern el", + "erne l", + "it u", + "i tu", + "Has h", + "Ha sh", + "H ash", + "▁a an", + "▁ х", + "▁s mile", + "▁sm ile", + "x ml", + "▁s cen", + "▁sc en", + "am m", + "a mm", + "to ol", + "too l", + "t ool", + "ar ia", + "ari a", + "a ria", + "▁acc ur", + "▁ac cur", + "▁ accur", + "set tings", + "setting s", + "▁Jes us", + "ac ement", + "ace ment", + "po wer", + "pow er", + "p ower", + "( !", + "▁c alls", + "▁call s", + "▁cal ls", + "▁ calls", + "▁bas ic", + "▁ basic", + "▁set tings", + "▁sett ings", + "▁setting s", + "▁ settings", + "ri pt", + "rip t", + "r ipt", + "po ol", + "p ool", + "ct ors", + "ctor s", + "▁Found ation", + "▁ Foundation", + "▁we ap", + "KE Y", + "K EY", + "fo ot", + "foo t", + "f oot", + "▁r adio", + "▁rad io", + "▁radi o", + "▁ radio", + "▁hel ped", + "▁help ed", + "ma nn", + "man n", + "m ann", + "▁j ump", + "▁ju mp", + "▁t ick", + "▁ti ck", + "▁ tick", + "▁gr owing", + "▁grow ing", + "▁gro wing", + "at en", + "ate n", + "a ten", + "re al", + "rea l", + "▁incre asing", + "Dev ice", + "var epsilon", + "vare psilon", + "▁s ets", + "▁se ts", + "▁set s", + "▁ sets", + "▁adv ant", + "Op en", + "O pen", + "▁re asons", + "▁reason s", + "▁sup posed", + "▁supp osed", + "▁suppose d", + "oe s", + "o es", + "ed e", + "e de", + "te en", + "tee n", + "t een", + "if def", + "▁de lete", + "▁del ete", + "▁delet e", + "▁ delete", + "▁& =", + "▁ &=", + "▁B ill", + "▁Bi ll", + "▁Bil l", + "▁ Bill", + "▁a im", + "▁ai m", + "▁ aim", + "▁O k", + "▁ Ok", + "▁A v", + "▁ Av", + "re ci", + "rec i", + "ac ks", + "ack s", + "a cks", + "is te", + "ist e", + "i ste", + "Pro perties", + "▁t mp", + "▁tm p", + "▁ tmp", + "▁d ei", + "▁de i", + "PE R", + "P ER", + "D C", + "st a", + "s ta", + "ни и", + "▁lim ited", + "▁limit ed", + "▁ limited", + "▁great er", + "▁gre ater", + "de scription", + "des cription", + "or i", + "o ri", + "ain ts", + "aint s", + "▁h y", + "▁ hy", + "▁M el", + "▁Me l", + "▁C H", + "▁ CH", + "con s", + "co ns", + "c ons", + "▁sur round", + "▁W ho", + "▁Wh o", + "▁ Who", + "ar c", + "a rc", + "▁te lev", + "▁tele v", + "▁tel ev", + "it ution", + "itut ion", + "▁e qual", + "▁equ al", + "▁eq ual", + "▁ equal", + "к і", + "▁Is rael", + "ä h", + "▁C aption", + "▁Capt ion", + "▁Ca ption", + "▁ex erc", + "em por", + "emp or", + "▁+ +", + "▁ ++", + "▁l ib", + "▁li b", + "▁ lib", + "ma ke", + "m ake", + "▁M A", + "▁ MA", + "co py", + "cop y", + "c opy", + "f riend", + "▁ко то", + "▁ кото", + "▁dam age", + "▁\\ ,", + "▁ \\,", + "od ed", + "ode d", + "o ded", + "▁n one", + "▁no ne", + "▁non e", + "▁ none", + "▁ev alu", + "▁eval u", + "▁ evalu", + "st on", + "sto n", + "s ton", + "> ,", + "FO R", + "F OR", + "▁n orm", + "▁no rm", + "▁nor m", + "▁ norm", + "ap pe", + "app e", + "a ppe", + "S ession", + "▁ad ult", + "▁h ospital", + "▁hosp ital", + "▁recomm end", + "pro perty", + "ste in", + "fin al", + "fi nal", + "f inal", + "▁n u", + "▁ nu", + "se cond", + "sec ond", + "▁a spect", + "▁as pect", + "▁asp ect", + "\") ]", + "\" )]", + "же н", + "ж ен", + "am ento", + "ament o", + "amen to", + "▁r ac", + "▁ra c", + "▁ rac", + "sa ve", + "s ave", + "▁foot ball", + "A b", + "un gs", + "ung s", + "ab il", + "abi l", + "a bil", + "▁Ar ch", + "▁Arc h", + "▁ Arch", + "sys tem", + "s ystem", + "hi st", + "his t", + "h ist", + "▁l uck", + "▁lu ck", + "▁luc k", + "re nder", + "ren der", + "rend er", + "r ender", + "▁se in", + "▁sei n", + "ion i", + "io ni", + "i oni", + "▁r ot", + "▁ro t", + "▁ rot", + "▁cor ner", + "▁corn er", + "▁app ropri", + "▁ap propri", + "▁ appropri", + "▁Soft ware", + "▁t ele", + "▁te le", + "▁tel e", + "▁ tele", + "De lete", + "Dele te", + "Del ete", + "▁Acc ording", + "▁pr ison", + "▁pri son", + "▁ prison", + "▁l ic", + "▁li c", + "▁ lic", + "▁м и", + "▁ ми", + "ter m", + "te rm", + "t erm", + "se ts", + "set s", + "s ets", + "▁v el", + "▁ve l", + "▁ vel", + "▁r ank", + "▁ran k", + "▁ rank", + "▁ex isting", + "▁exist ing", + "▁ existing", + "▁V ir", + "▁Vi r", + "▁t rip", + "▁tr ip", + "▁tri p", + "▁м у", + "▁ му", + "av ax", + "ava x", + "▁r is", + "▁ri s", + "▁ ris", + "▁def ine", + "▁defin e", + "▁ define", + "▁he at", + "ca r", + "c ar", + "▁con vert", + "▁conv ert", + "▁conver t", + "▁conve rt", + "▁ convert", + "em ail", + "ema il", + "e mail", + "▁U nder", + "▁Un der", + "▁Und er", + "▁ Under", + "▁ Ш", + "▁G rand", + "▁Gr and", + "▁Gran d", + "▁Gra nd", + "▁ex ists", + "▁exist s", + "▁ exists", + "sy s", + "s ys", + "ef f", + "e ff", + "▁T op", + "▁To p", + "▁ Top", + "▁ č", + "▁t empor", + "▁tem por", + "▁temp or", + "▁tempo r", + "▁arg uments", + "▁argument s", + "▁ arguments", + "▁support ed", + "▁supp orted", + "▁ supported", + "en sed", + "ens ed", + "ense d", + "▁Franc is", + "▁co ord", + "▁ coord", + "▁achie ve", + "▁N ame", + "▁Na me", + "▁Nam e", + "▁ Name", + "▁J ahr", + "▁Jah r", + "▁Ja hr", + "▁G i", + "sh e", + "s he", + "▁D ev", + "▁De v", + "▁ Dev", + "▁a lla", + "▁al la", + "▁all a", + "▁ alla", + "▁W IT", + "ag ment", + "c ustom", + "al ls", + "all s", + "& &", + "W E", + "▁h olding", + "▁hold ing", + "▁hol ding", + "pro totype", + "proto type", + "prot otype", + "▁f ing", + "▁fin g", + "▁fi ng", + "▁b ag", + "▁ba g", + "▁ bag", + "▁Par ty", + "▁Part y", + "st ack", + "sta ck", + "▁econom ic", + "▁G al", + "▁Ga l", + "id ents", + "ident s", + "iden ts", + "▁J un", + "▁Ju n", + "▁sh owed", + "▁show ed", + "os h", + "o sh", + "▁B ay", + "▁Ba y", + "▁ Bay", + "ma il", + "m ail", + "▁S O", + "▁ SO", + "▁\" <", + "graph ics", + "▁f u", + "▁ fu", + "cl ick", + "cli ck", + "c lick", + "▁b attle", + "▁batt le", + "▁bat tle", + "{ {", + "▁E vent", + "▁Even t", + "▁Ev ent", + "▁Eve nt", + "▁ Event", + "ri or", + "rio r", + "r ior", + "ch aft", + "cha ft", + "▁f avorite", + "▁favor ite", + "us ive", + "sup port", + "supp ort", + "s upport", + "b m", + "K ind", + "▁saf ety", + "▁safe ty", + "▁E nt", + "▁En t", + "▁ Ent", + "cu p", + "c up", + "▁Austral ia", + "▁dest roy", + "▁destro y", + "▁ destroy", + "▁organ ization", + "▁organiz ation", + "id en", + "ide n", + "i den", + "######## ########", + "de c", + "d ec", + "▁z a", + "▁ za", + "▁s even", + "▁se ven", + "▁ seven", + "ar ely", + "are ly", + "arel y", + "▁f lag", + "▁fl ag", + "▁ flag", + "Di r", + "D ir", + "▁C arl", + "▁Car l", + "▁Ca rl", + "▁do ctor", + "▁doc tor", + "▁var iety", + "▁vari ety", + "▁L in", + "▁Li n", + "▁ Lin", + "▁t om", + "▁to m", + "▁ tom", + "^{ (", + "^ {(", + "B o", + "an tes", + "ant es", + "ante s", + "▁m ine", + "▁min e", + "▁mi ne", + "▁ mine", + "▁M it", + "▁Mi t", + "▁de scribe", + "▁desc ribe", + "▁describ e", + "Ar gs", + "Arg s", + "L S", + "AP I", + "A PI", + "▁L uc", + "▁Lu c", + "▁ Luc", + "ph one", + "▁sc ience", + "▁ science", + "▁O per", + "▁Op er", + "▁ Oper", + "Ne xt", + "N ext", + "▁invest ig", + "▁demon str", + "▁G overn", + "▁Go vern", + "▁object s", + "▁ objects", + "▁Lou is", + "▁Lo uis", + "▁Return s", + "▁ Returns", + "▁h an", + "▁ha n", + "▁ han", + "na m", + "n am", + "▁com me", + "▁comm e", + "▁pres ence", + "▁p el", + "▁pe l", + "▁ pel", + "▁det ect", + "▁ detect", + ") =", + "▁Ch inese", + "▁r ich", + "▁ri ch", + "▁ric h", + "▁ rich", + "▁class es", + "▁classe s", + "▁clas ses", + "▁ classes", + "▁exp and", + "▁ expand", + "▁D om", + "▁Do m", + "▁ Dom", + "▁D ec", + "▁De c", + "▁ Dec", + "s n", + "pe ed", + "p eed", + "▁J im", + "▁Ji m", + "sh ould", + "▁Sm ith", + "▁p ages", + "▁page s", + "▁pa ges", + "▁pag es", + "▁ pages", + "▁Je an", + "ri cs", + "ric s", + "r ics", + "▁S und", + "▁Su nd", + "▁Sun d", + "ad s", + "a ds", + "▁The ir", + "un icip", + "uni cip", + "unic ip", + "в у", + "▁down load", + "▁ download", + "▁st ress", + "▁str ess", + "▁stre ss", + "▁P et", + "▁Pe t", + "▁ Pet", + "me nu", + "men u", + "m enu", + "re me", + "rem e", + "r eme", + "▁com pared", + "▁comp ared", + "▁compar ed", + "▁compare d", + "St e", + "S te", + "IN D", + "I ND", + "cont ainer", + "▁Ind ian", + "▁India n", + "or en", + "ore n", + "o ren", + "▁s es", + "▁se s", + "▁ ses", + "▁W he", + "▁Wh e", + "▁ Whe", + "▁r oku", + "▁ro ku", + "▁estab lished", + "▁establish ed", + "▁gener ally", + "▁general ly", + "▁f le", + "▁fl e", + "__ (", + "_ _(", + "=\" +", + "= \"+", + "V ar", + "▁M ake", + "▁Ma ke", + "▁Mak e", + "▁ Make", + "▁rem oved", + "▁remove d", + "▁ removed", + "z z", + "ü n", + "▁m ix", + "▁mi x", + "▁ mix", + "er k", + "iat ion", + "i ation", + "ou ter", + "out er", + "oute r", + "o uter", + "S K", + "▁be comes", + "▁bec omes", + "▁become s", + "▁H all", + "▁Ha ll", + "▁Hal l", + "sc ious", + "▁w atched", + "▁watch ed", + "▁wat ched", + "▁g ather", + "▁ga ther", + "▁ gather", + "▁Res ult", + "▁ Result", + "pro of", + "pa y", + "p ay", + "▁produ ced", + "▁produce d", + "▁prod uced", + "▁| =", + "▁b order", + "▁bord er", + "▁bor der", + "▁ border", + "▁d in", + "▁di n", + "▁s cript", + "▁sc ript", + "▁scr ipt", + "▁ script", + "▁a ctions", + "▁act ions", + "▁action s", + "▁ actions", + "▁m as", + "▁ma s", + "▁ mas", + "щ а", + "oot h", + "oo th", + "o oth", + "▁Te chn", + "▁Tech n", + "Js on", + "J son", + "▁f illed", + "▁fil led", + "▁fill ed", + "▁ filled", + "де н", + "д ен", + "und le", + "ст у", + "с ту", + "To ol", + "Too l", + "T ool", + "▁k ing", + "▁ki ng", + "▁kin g", + "▁ king", + "▁v en", + "▁ve n", + "▁ ven", + "st ra", + "str a", + "s tra", + "▁pre dict", + "▁pred ict", + "▁ predict", + "▁l ui", + "▁lu i", + "▁WAR RAN", + "▁F un", + "▁Fu n", + "▁ Fun", + "Sc ript", + "S cript", + "▁power ful", + "▁l ose", + "▁lo se", + "▁los e", + "at ically", + "atic ally", + "▁d aily", + "▁da ily", + "▁dai ly", + "▁r ing", + "▁ri ng", + "▁ ring", + "▁ar rived", + "▁arriv ed", + "▁arr ived", + "▁arrive d", + "St ack", + "sc ope", + "s cope", + "▁B ack", + "▁Ba ck", + "▁ Back", + "el ij", + "eli j", + "e lij", + "▁z e", + "▁ ze", + "ke ys", + "key s", + "{ \"", + "VI D", + "V ID", + "▁l icense", + "▁lic ense", + "▁ license", + "wh at", + "w hat", + "▁pro ced", + "▁proc ed", + "ra nt", + "ran t", + "r ant", + "est ival", + "ag ram", + "agr am", + "agra m", + "a gram", + "▁L O", + "▁ LO", + "▁Hen ry", + "▁fl ags", + "▁flag s", + "▁ flags", + "Do wn", + "D own", + "scri ption", + "script ion", + "s cription", + "▁famil ies", + "▁familie s", + "is se", + "iss e", + "bo ur", + "b our", + "▁B ur", + "▁Bu r", + "— \"", + "▁b rief", + "▁br ief", + "▁ brief", + "▁cre ating", + "▁creat ing", + "▁cl ients", + "▁client s", + "ran gle", + "r angle", + "▁amaz ing", + "▁s ind", + "▁si nd", + "▁sin d", + "▁cover ed", + "▁cov ered", + "▁ covered", + "We ll", + "W ell", + "ст е", + "с те", + "то р", + "т ор", + "▁B as", + "▁Ba s", + "▁ Bas", + "to tal", + "tot al", + "t otal", + "▁I nit", + "▁In it", + "▁ Init", + "▁s and", + "▁sa nd", + "▁san d", + "Un it", + "U nit", + "▁mur der", + "▁b right", + "▁br ight", + "▁brig ht", + "▁t rav", + "▁tr av", + "▁tra v", + "ic ans", + "ica ns", + "ican s", + "▁att ribute", + "▁attribut e", + "▁ attribute", "f c", - "Ġw sp", - "ä¸į èĥ", - "Ġexplo it", - "ĠTh rive", - "Ġdry er", - "Ġrail way", - "ph alt", - "Ġmal icious", - "Ġbe es", - "ans on", - "ĠJ ur", - "Ġcur b", - "Ġdecre ases", - "Ġbl o", - "Ġinv oice", - "Ġpar ade", - "ĠR andom", - "ric ia", - "R ole", - "ent lich", - "auf en", - "id ates", - "Ġdark net", - "Ġroot ed", - "qu ence", - "h ör", - "Ġc ambi", - "em er", - "Ġpar s", - "ĠVerm ont", - "Ġpresum ably", - "H I", - "Ġ ĊĊ", - "ĠUp dates", - "Ġadvertis ements", - "Ġl ég", - "av i", - "ne apolis", - "Ġend ors", - "ĠGi ants", - "ect ive", - "Ġretrie ve", - "ĠAlz heimer", - "ĠEth iop", - "29 0", - "Ġrecogn izes", - "Ġbal ancing", - "Ġ ĊĠ", - "Ġc itt", - "ĠInst ant", - "T L", - "Ġy ummy", - "Ġlisten ers", - "Ġinev itably", - "3 25", - "å¤ ĩ", - "Ġw ed", - "Ġimp ose", - "Ġrelig ions", - "Ġfulf illed", - "Ġar rog", - "ĠPl ate", - "Ġlavor o", - "Ġdupl icate", - "Ġbon ne", - "L ic", - "u art", - "Ġa pl", - "ĠRom ney", - "l ining", - "it et", - "çĶ µ", - "ĠJah re", - "ĠSte in", - "ĠSte ps", - "Ġadjust ing", - "Ġth ru", - "Ġlik ing", - "Ġrestrict ion", - "Ġv oll", - "print ln", - "ĠAccess ories", - "Ġsympt om", - "Ġse ñ", - "Ġcr icket", - "Ġantib odies", - "it ary", - "Count ry", - "Ġaccred ited", - "Ġo tras", - "Ġdiv or", - "æķ ħ", - "Ġiniti ate", - "ĠEss ential", - "ĠD oll", - "ĠPe pper", - "ĠðŁĺ Ģ", - "Ġdiferent es", - "obb ies", - "olog ÃŃa", - "Ġdem ol", - "it ory", - "P ot", - "Ġre els", - "Äĥ ri", - "Select ed", - "23 5", - "D iv", - "W ashington", - "yn amic", - "ĠV P", - "po ke", - "requ is", - "Ġdistract ed", - "Ġvalid ity", - "ĠA ri", - "Ġvol atility", - "Ġbacter ial", - "Ġincorpor ating", - "ĠF uel", - "ät z", - "Ġco ated", - "[] ;", - "Pl ugin", - "ĠBro oks", - "Ġfu els", - "Ġobs essed", - "Ġt and", - "Ġcyber security", - "Ġad ren", - "l uss", - "Ġpar ser", - "ĠTop ics", - "Ġbless ings", - "il ig", - "Ġwith stand", - "ĠF ro", - "Ġm ars", - "ĠF ame", - "Ġprot otype", - "Ġbl oss", - "Ġarch ives", - "at uring", - "ĠW is", - "ĠK in", - "f at", - "Ġing en", - "ies e", - "Ġcl usters", - "Ġantib iotics", - "r ang", - "ave ment", - "ĠG ates", - "ĠShe et", - "Ġf etch", - "ff en", - "Ġcent ro", - "leg ate", - "Ġinf erior", - "ĠOr t", - "Ġcomp art", - "Ġatt ent", - "ĠDi pl", - "Ġplaint iff", - "Ġo ss", - "ĠNo ah", - "ĠNew ton", - "ar beit", - "Ġadvance ment", - "Ġvoc als", - "may be", - "Ġs ant", - "F ive", - "Ġstat ut", - "init ial", - "Ġco ff", - "Ġn elle", - "Ġdé t", - "ĠRe act", - "Ġtrans c", - "Ġeng ra", - "w rap", - "Ġgood bye", - "pr ice", - "Ġimp art", - "M ut", - "ĠOper ating", - "J S", - "Ġmonit ored", - "Ġsufficient ly", - "ci as", - "ĠBr ady", - "åĬ ¡", - "èĬ ±", - "Ġquarant ine", - "ĠBe er", - "ord en", - "Ġcaut ious", - "ĠColomb ia", - "Ġem pathy", - "ps y", - "Ġcontact ing", - "c ular", - "Ġport e", - " ¶", - "Ġequ ilib", - "Ġdecent ral", - "e or", - "it an", - "ort al", - "Are a", - "Ġn Ã¥", - "Ġout dated", - "Ġutil ization", - "ĠWrit er", - "iç ão", - "$ -", - "} \"", - "ĠH ook", - "Ġspecific ation", - "ĠArab ic", - "k ill", - "Ġfib ers", - "ĠF itz", - "Ġpneum onia", - "? »", - "u ably", - "Ġw ij", - "am ina", - "eng es", - "Ġne ural", - "te re", - "ĠX X", - "n it", - "p resent", - "Ġang els", - "Ġprofess ors", - "Ġrum ors", - "Ġa while", - "ĠV acc", - "ĠR ug", - "Ġirre levant", - "v é", - "Ġliter al", - "G G", - "ĠIran ian", - "ĠConc rete", - "Ġmatur ity", - "ĠP ere", - "Ġlandsc apes", - "Ġtra ject", - "Ġh in", - "ip a", - "int ed", - "Ġgu iding", - "ĠC incinnati", - "Ġkn it", - "Ġinv ites", - "ita ire", - "ĠD uty", - "æŀ ģ", - "ĠMembers hip", - "C a", - "Ġrest e", - "head ed", - "ĠWalk ing", - "ĠK ick", - "Ġr ude", - "Ġent end", - "Ġarbit rary", - "B IT", - "Q uality", - "Ġkick ing", - "Ġmet aphor", - "ĠC raw", - "Ġstr ang", - "ĠEng agement", - "! ),", - "Ġfl or", - "Ġp esso", - "Ġfin o", - "ĠB obby", - "ri en", - "ĠAb b", - "ilden afil", - "Ġint é", - "cast le", - "ĠId aho", - "Ġscholars hips", - "ĠP oor", - "ist i", - "Ġcl er", - "Ġass im", - "éĢ ł", - "o a", - "Ġw ont", - "Ġhand ler", - "Ġpe que", - "pos ium", - "Ġeight h", - "Ġdi ets", - "Ġdifferent ial", - "Ġpron ounced", - "Ġan terior", - "Ġpay load", - "Ġjer sey", - "Ġbe verages", - "2 16", - "S afe", - "Ġy rs", - "Ġmed ieval", - "P rem", - "á st", - "w ert", - "ĠL uis", - "ĠTrad itional", - "ĠSt ir", - "ĠEx cept", - "ĠUt il", - "ĠJosh ua", - "Ġint ro", - "ĠEd it", - "Ġenh ances", - "Ġp ixels", - "Ġmerch ant", - "ne e", - "enc iÃ", - "ĠReg ulation", + "▁pl aced", + "▁place d", + "▁plac ed", + "ES T", + "E ST", + "Var i", + "V ari", + "▁c os", + "▁co s", + "▁ cos", + "▁at tract", + "▁att ract", + "▁attr act", + "▁attra ct", + "an el", + "ane l", + "a nel", + "}) .", + "} ).", + "by tes", + "byte s", + "▁p arse", + "▁par se", + "▁ parse", + "▁be long", + "▁bel ong", + "B N", + "▁S ol", + "▁So l", + "P o", + "` ,", + "▁c alling", + "▁call ing", + "▁cal ling", + "▁? >", + "▁ ?>", + "▁it er", + "▁i ter", + "▁ iter", + "▁u rl", + "▁ur l", + "▁ url", + "▁ev ening", + "▁even ing", + "re ek", + "ree k", + "▁hon est", + "▁direct or", + "▁dire ctor", + "▁dir ector", + "R C", + "▁s olid", + "▁sol id", + "▁ solid", + "▁ph il", + "ie ne", + "ien e", + "i ene", + "FA ULT", + "co pe", + "cop e", + "c ope", + "▁Hist ory", + "▁Histor y", + "▁Hi story", + "▁ History", + "▁Te am", + "▁ Team", + "ree dom", + "reed om", + "▁r u", + "▁ ru", + "U B", + "▁w orse", + "▁wor se", + "im o", + "i mo", + "Ma t", + "M at", + "▁M ex", + "▁Me x", + "ac tor", + "act or", + "a ctor", + "▁v or", + "▁vo r", + "▁ vor", + "ть ся", + "▁exper iment", + "▁experi ment", + "▁P lay", + "▁Pl ay", + "▁ Play", + "▁An other", + "▁happ ens", + "▁happen s", + "ua n", + "u an", + "▁pat ients", + "▁patient s", + "▁re nd", + "▁r end", + "▁ren d", + "▁ rend", + "▁M o", + "▁ Mo", + "▁T ex", + "▁Te x", + "▁ Tex", + "▁w ed", + "▁we d", + "▁ wed", + "t n", + "in sert", + "ins ert", + "▁п а", + "▁ па", + "▁an ti", + "▁ant i", + "▁ anti", + "Mat ch", + "M atch", + "ampions hip", + "ampion ship", + "▁for ces", + "▁force s", + "▁H ot", + "▁Ho t", + "▁ Hot", + "▁ph ase", + "▁ phase", + "▁t emplate", + "▁templ ate", + "▁temp late", + "▁ template", + "st op", + "sto p", + "s top", + "ic ated", + "ica ted", + "icate d", + "▁man aged", + "▁manage d", + "▁ managed", + "wa it", + "w ait", + "▁* (", + "▁ *(", + "G B", + "▁app oint", + "▁ap point", + "▁ appoint", + "ł a", + "▁s tick", + "▁st ick", + "▁ stick", + "▁F OR", + "▁FO R", + "▁ FOR", + "▁V is", + "▁Vi s", + "▁ Vis", + "to r", + "t or", + "▁p ř", + "qu est", + "que st", + "ques t", + "q uest", + "us es", + "use s", + "u ses", + "\"); \r", + "\") ;\r", + "\" );\r", + "▁sudden ly", + "▁sud denly", + "é c", + "N D", + "ur op", + "uro p", + "u rop", + "ре д", + "▁ins urance", + "ac cess", + "acc ess", + "a ccess", + "un finished", + "▁t amb", + "▁ta mb", + "▁tam b", + "▁s ac", + "▁sa c", + "▁C ourt", + "▁Co urt", + "▁Cour t", + "▁Cou rt", + "▁miss ing", + "▁mis sing", + "▁ missing", + "▁W here", + "▁Wh ere", + "▁Whe re", + "▁ Where", + "▁S um", + "▁Su m", + "▁ Sum", + "}^ {\\", + "}^{ \\", + "} ^{\\", + "▁s ua", + "▁su a", + "_ ,", + "▁th ick", + "▁Tr ump", + "▁Tru mp", + "▁oper ations", + "▁operation s", + "▁ operations", + "F S", + "▁de ux", + "d z", + "Temp late", + "T emplate", + "▁\" /", + "▁o dd", + "▁od d", + "▁ odd", + "▁re ality", + "▁real ity", + "▁te ams", + "▁team s", + "▁tea ms", + "▁c er", + "▁ce r", + "▁ cer", + "om a", + "o ma", + "▁ și", + "▁cl oud", + "▁clo ud", + "▁ cloud", + "▁Dep artment", + "N e", + "▁requ ires", + "▁require s", + "it ems", + "ite ms", + "item s", + "▁I II", + "▁II I", + "▁ III", + "right arrow", + ")- >", + ") ->", + "▁w riter", + "▁wr iter", + "▁writ er", + "▁write r", + "▁ writer", + "re place", + "rep lace", + "▁t hr", + "▁th r", + "je n", + "j en", + "▁o t", + "▁ ot", + "▁occ up", + "▁oc cup", + "▁ occup", + "▁event ually", + "▁M ath", + "▁Mat h", + "▁Ma th", + "▁ Math", + "▁con serv", + "▁cons erv", + "▁conse rv", + "am er", + "ame r", + "a mer", + "▁F ort", + "▁For t", + "▁Fo rt", + "▁d ry", + "▁dr y", + "▁sex ual", + "▁co sts", + "▁cost s", + "▁cos ts", + "▁for ms", + "▁form s", + "▁ forms", + "▁V ict", + "▁Vi ct", + "▁Vic t", + "PA R", + "P AR", + "frame work", + "▁д и", + "▁ ди", + "Oper ation", + "з на", + "wh ich", + "▁t ight", + "▁ti ght", + "In valid", + "▁part ner", + "▁п ред", + "▁пре д", + "▁th ank", + "▁than k", + "▁gu ard", + "▁ guard", + "he m", + "h em", + "Bo dy", + "B ody", + "▁e mot", + "▁em ot", + "I X", + "fa st", + "fas t", + "f ast", + "щ о", + "ñ o", + "ni ght", + "n ight", + "▁S ci", + "▁Sc i", + "ни ка", + "ник а", + "▁T O", + "▁ TO", + "▁individ uals", + "▁individual s", + "сс и", + "с си", + "}) ,", + "} ),", + "F alse", + "(\" %", + "( \"%", + "▁op tim", + "▁opt im", + "▁ optim", + "▁- ->", + "▁-- >", + "▁ -->", + "▁f actor", + "▁fact or", + "▁fac tor", + "▁fa ctor", + "▁ factor", + "▁sm aller", + "▁small er", + "▁con tain", + "▁cont ain", + "sp ect", + "spec t", + "spe ct", + "s pect", + "Eng ine", + "▁ann ounced", + "▁announ ced", + "▁announce d", + "▁Dem ocr", + "▁r ob", + "▁ro b", + "▁ rob", + "▁f lat", + "▁fl at", + "▁ flat", + "os oph", + "oso ph", + "Se arch", + "S earch", + "ah l", + "a hl", + "▁Ex ception", + "▁Except ion", + "▁ Exception", + "▁O l", + "equ als", + "eq uals", + "equal s", + "▁un ter", + "▁unt er", + "▁ unter", + "sh ape", + "sha pe", + "N S", + "Ob j", + "▁spec ies", + "▁spe cies", + "we ight", + "wei ght", + "w eight", + "yo u", + "y ou", + "▁e ste", + "▁est e", + "▁es te", + "▁ este", + "▁V iew", + "▁Vi ew", + "▁ View", + "▁m ission", + "▁miss ion", + "▁ mission", + "▁j ournal", + "▁jour nal", + "▁ journal", + "Value s", + "Val ues", + "▁ein em", + "▁eine m", + "is mo", + "ism o", + "▁project s", + "▁ projects", + "▁D as", + "▁Da s", + "ri ble", + "rib le", + "r ible", + "▁s erve", + "▁ser ve", + "▁serv e", + "▁ serve", + "▁op ening", + "▁open ing", + "▁h ur", + "▁program s", + "▁U SA", + "▁US A", + "▁ USA", + "il iar", + "ili ar", + "ilia r", + "id os", + "ido s", + "B r", + "est amp", + "esta mp", + "▁t ools", + "▁to ols", + "▁too ls", + "▁tool s", + "▁ tools", + "an ner", + "ann er", + "anne r", + "R T", + "▁St art", + "▁Star t", + "▁Sta rt", + "▁ Start", + "▁b ath", + "▁bat h", + "▁ba th", + "▁coff ee", + "or ter", + "ort er", + "orte r", + "in ternal", + "inter nal", + "intern al", + "file s", + "fil es", + "fi les", + "f iles", + "IN VAL", + "ak o", + "a ko", + "d t", + "▁Se cond", + "▁Sec ond", + "▁ Second", + "▁al loc", + "▁all oc", + "▁ alloc", + "▁en ded", + "▁end ed", + "▁ende d", + "▁ ended", + "ac ional", + "aci onal", + "acion al", + "acio nal", + "▁man ager", + "▁manage r", + "▁ manager", + "▁S un", + "▁Su n", + "▁ Sun", + "ag g", + "a gg", + "▁le ader", + "▁lead er", + "ol ved", + "olve d", + "olv ed", + "▁ч то", + "▁trad itional", + "▁tradition al", + "sh ot", + "s hot", + "ru p", + "r up", + "C F", + "▁E ach", + "▁ Each", + "w r", + "▁S om", + "▁So m", + "▁ Som", + "▁material s", + "▁mater ials", + "▁m sg", + "▁ms g", + "▁ msg", + "▁s yn", + "▁sy n", + "▁ syn", + "▁produ ce", + "▁prod uce", + "▁st orage", + "▁stor age", + "▁sto rage", + "▁ storage", + "sub section", + "▁S ie", + "▁Si e", + "▁I P", + "▁ IP", + "CE SS", + "▁w a", + "▁ wa", + "Re cord", + "Rec ord", + "▁mark eting", + "▁market ing", + "pl et", + "ple t", + "p let", + "D ialog", + "▁mention ed", + "▁ment ioned", + "▁N a", + "▁ Na", + "▁Un ion", + "▁ Union", + "▁A PI", + "▁AP I", + "▁ API", + "▁neg ative", + "▁ negative", + "tx t", + "t xt", + "▁eas ier", + "le gal", + "leg al", + "De p", + "D ep", + "▁no vel", + "▁nov el", + "▁nove l", + "eu r", + "e ur", + "ac ió", + "aci ó", + "a ció", + "▁B ud", + "▁Bu d", + "▁c arry", + "▁car ry", + "sch aft", + "s chaft", + "▁br oken", + "▁bro ken", + "▁broke n", + "▁t rees", + "▁tr ees", + "▁tre es", + "▁tree s", + ">( );", + ">() ;", + "> ();", + "▁e mb", + "▁em b", + "▁ emb", + "ie der", + "ied er", + "i eder", + "▁r oute", + "▁ro ute", + "▁rout e", + "▁rou te", + "▁ route", + "ik el", + "ike l", + "i kel", + "▁l isten", + "▁li sten", + "▁list en", + "▁ listen", + "ash ion", + "ashi on", + "▁M rs", + "▁Mr s", + "▁equip ment", + "ag ger", + "agg er", + "▁T hus", + "▁Th us", + "▁mat rix", + "▁ matrix", + "al la", + "all a", + "a lla", + "▁T our", + "▁To ur", + "▁con versation", + "▁convers ation", + "Mo n", + "M on", + "our nal", + "▁min ute", + "▁minut e", + "▁ minute", + "A m", + "Ap i", + "A pi", + "▁for get", + "▁forg et", + "M e", + "lev ant", + "te mp", + "tem p", + "t emp", + "▁t elling", + "▁tell ing", + "▁tel ling", + "mo ve", + "mov e", + "m ove", + "▁in dependent", + "▁independ ent", + "to String", + "ed it", + "edi t", + "e dit", + "▁J ac", + "▁Ja c", + "az z", + "a zz", + "re act", + "rea ct", + "▁c in", + "▁ci n", + "▁ cin", + "▁P rov", + "▁Pro v", + "▁Pr ov", + "▁ Prov", + "is ted", + "ist ed", + "iste d", + "i sted", + "▁h ash", + "▁has h", + "▁ha sh", + "▁ hash", + "on na", + "ik i", + "i ki", + "▁gener ated", + "▁generate d", + "▁gene rated", + "▁ generated", + "Re nder", + "Rend er", + "R ender", + "▁psy ch", + "▁ps ych", + "na v", + "n av", + "▁en tr", + "▁ent r", + "▁ entr", + "п ра", + "r x", + "AT H", + "A TH", + "▁ass ume", + "▁assum e", + "Tr ee", + "T ree", + "semb ly", + "sembl y", + "▁M att", + "▁Mat t", + "▁Ma tt", + "ca ption", + "c aption", + "▁s olutions", + "▁solution s", + "▁fa ith", + "▁fait h", + "▁dig ital", + "▁digit al", + "▁ex cell", + "▁exc ell", + "▁V ersion", + "▁Vers ion", + "▁ Version", + "De bug", + "D ebug", + "▁ж и", + "▁ жи", + "▁car ried", + "re set", + "res et", + "▁slow ly", + "an cing", + "anc ing", + "▁own er", + "▁ owner", + "▁T er", + "▁Te r", + "▁D id", + "▁Di d", + "▁ Did", + "▁g est", + "▁ge st", + "▁ges t", + "▁ gest", + "▁é té", + "▁ét é", + "▁ été", + "▁pro of", + "▁ proof", + "F ont", + "▁n ob", + "▁no b", + "▁ nob", + "C o", + "▁G NU", + "▁l iber", + "▁li ber", + "▁lib er", + "it ness", + "▁h ij", + "▁hi j", + "▁v ert", + "▁ver t", + "▁ve rt", + "▁ vert", + "ш а", + "FL AG", + "ME NT", + "M ENT", + "▁S on", + "▁So n", + "Mu lt", + "M ult", + "▁d istrict", + "▁di strict", + "▁dist rict", + "conne ct", + "conn ect", + "ject ion", + "je ction", + "j ection", + "ly mp", + "▁real ized", + "▁realize d", + "▁realiz ed", + "mo s", + "m os", + "y e", + "▁re nder", + "▁r ender", + "▁ren der", + "▁rend er", + "▁ render", + "ri o", + "r io", + "▁inter pret", + "▁ interpret", + "▁slight ly", + "fi x", + "f ix", + "▁stud ies", + "▁r id", + "▁ri d", + "▁ rid", + "at re", + "atr e", + "a tre", + "▁benef its", + "▁benefit s", + "▁F ace", + "▁Fa ce", + "▁Fac e", + "▁ Face", + "iv ery", + "ive ry", + "iver y", + "i very", + "ри я", + "doc ument", + "d ocument", + "▁as king", + "▁ask ing", + "La st", + "L ast", + "ar ante", + "ara nte", + "aran te", + "▁Mart in", + "▁E ll", + "▁El l", + "▁v ector", + "▁ve ctor", + "▁vec tor", + "▁ vector", + "▁for ced", + "▁force d", + "▁ forced", + "о ло", + "P H", + "W R", + "▁K l", + "▁s ky", + "▁sk y", + "▁ sky", + "▁str ategy", + "▁strateg y", + "▁strat egy", + "oc ked", + "ock ed", + "▁ne ck", + "ś ci", + "O UT", + ")) ,", + ") ),", + "C ustom", + "▁w ie", + "▁ wie", + "▁s weet", + "▁swe et", + "▁t emp", + "▁te mp", + "▁tem p", + "▁ temp", + "▁fore ign", + "▁h all", + "▁ha ll", + "▁hal l", + "▁ hall", + "as tr", + "ast r", + "a str", + "As s", + "A ss", + "MO DE", + "MOD E", + "▁max imum", + "▁maxim um", + "an nels", + "ann els", + "annel s", + "anne ls", + "▁t ip", + "��ti p", + "▁ tip", + "▁second s", + "▁sec onds", + "▁ seconds", + "▁st ack", + "▁sta ck", + "▁ stack", + "ig a", + "i ga", + "▁r aise", + "▁rais e", + "▁ra ise", + "▁ raise", + "en able", + "ena ble", + "oi r", + "o ir", + "▁s oul", + "▁so ul", + "▁sou l", + "K e", + ")$ .", + ") $.", + "▁T im", + "▁Ti m", + "▁ Tim", + "AL SE", + "is er", + "ise r", + "i ser", + "cont in", + "be l", + "b el", + "▁m ad", + "▁ma d", + "▁ mad", + "lic hen", + "li chen", + "lich en", + "liche n", + "l ichen", + "ab e", + "a be", + "sa fe", + "▁con cent", + "▁conc ent", + "▁conce nt", + "bo und", + "b ound", + "▁R equ", + "▁Re qu", + "▁ Requ", + "sw itch", + "▁st one", + "▁sto ne", + "▁ stone", + "▁trans l", + "▁ transl", + "▁v ac", + "▁va c", + "an don", + "and on", + "ando n", + "▁F ore", + "▁For e", + "▁Fo re", + "▁ Fore", + "▁s ounds", + "▁sound s", + "▁P op", + "▁Po p", + "▁ Pop", + "▁H T", + "▁ HT", + "li a", + "l ia", + "en ter", + "ent er", + "ente r", + "▁hel ps", + "▁help s", + "ed y", + "e dy", + "ст вен", + "ств ен", + "стве н", + "an ted", + "ant ed", + "ante d", + "▁I ts", + "▁It s", + "▁St ep", + "▁Ste p", + "▁ Step", + "I con", + "▁EX PECT", + "▁ EXPECT", + "ial ized", + "ialize d", + "Pos t", + "Po st", + "P ost", + "az e", + "a ze", + "▁Car ol", + "▁Ca rol", + "▁re q", + "▁r eq", + "▁ req", + "▁crit ical", + "▁critic al", + "D S", + "▁se at", + "▁sea t", + "ap ed", + "ape d", + "a ped", + "▁up per", + "▁upp er", + "▁ upper", + "▁S y", + "▁ Sy", + "▁ex plain", + "▁expl ain", + "▁' ./", + "▁'. /", + "ut ils", + "util s", + "uti ls", + "poss ible", + "▁d ont", + "▁do nt", + "▁don t", + "H ost", + "▁appro xim", + "▁approx im", + "As ync", + "A sync", + "▁g rab", + "▁gr ab", + "▁gra b", + "▁s ources", + "▁source s", + "▁sour ces", + "▁ sources", + "▁M os", + "▁Mo s", + "▁Germ any", + "▁German y", + "▁Ger many", + "▁r ub", + "▁ru b", + "▁ rub", + "CH AN", + "▁r ain", + "▁ra in", + "▁tr uly", + "▁join ed", + "▁jo ined", + "▁< ?", + "▁ &", - "ĠA gg", - "br ush", - "çī ĩ", - "ĠM ul", - "n amed", - "Ġsubject ed", - "arn ish", - "ĠSand ers", - "Ġte lev", - "c ott", - "Ġref lex", - "rist ol", - "Ġsel on", - "ĠCol on", - "çº ¦", - "Ġp udd", - "M ont", - "yl um", - "s igma", - "Ġup stairs", - "åı °", - "Ġseg ur", - "Ġtr aces", - "Ġm uc", - "ĠM uh", - "Ġform ally", - "Ġbro kers", - "Ġpersonal ities", - "Ġconsist ed", - "p ayer", - "ĠC ort", - "cle an", - "Ġregist ry", - "kl ad", - "ĠAlc ohol", - "ĠR ates", - "Que ue", - "Ġmarg ins", - "Åĵ ur", - "Ġinterrupt ed", - "n ung", - "Ġun pleasant", - "ob ia", - "Ġch ina", - "Ġgen res", - "Ġheav ier", - "ĠN umer", - "ĠGr ill", - "Mon th", - "w ave", - "OC K", - "2 24", - "Ġg ens", - "å± ķ", - "Ġfl ux", - "ĠM unicipal", - "a an", - "Ġv isto", - "Ġcere mon", - "Ġall en", - "ĠF ee", - "U m", - "ex pr", - "Ġprem ature", - "uten ant", - "V ict", - "W ay", - "ĠL I", - "Ġw icked", - "Ġundert aken", - "P ast", - "åºĶ 该", - "is ka", - "Ġh ose", - "Ġb ricks", - "Ġde be", - "ĠFor ces", - "ĠGr Ã", - "ĠGrand e", - "F eed", - "Ġfragr ance", - "ĠBank ing", - "bro ok", - "Ġrecept ors", - "Ġ ×", - "ĠB oss", - "ĠAr beit", - "æij ©", - "åħ Ń", - "Ġl ud", - "RE L", - "Ġmanip ulation", - "Ġancest ors", - "Ġsad ness", - "z Ã", - "oc c", - "Ġwhere in", - "ér é", - "Ġprosper ity", - "Ġcoh ort", - "ĠS ara", - "ine es", - "c oll", - "Ġcompos er", - "Ġfl ames", - "Ġmö glich", - "ÅĽ my", - "Ġneg atively", - ". $", - "Ġundert ake", - "0 12", - "è¶ Ĭ", - "éĹ® é¢ĺ", - "Ġgard ening", - "ect in", - "åľ° æĸ", - "Ġcivil ization", - "Ġsequ el", - "g ue", - "ĠH C", - "Ġterm ination", - "Ġpro w", - "ĠD ys", - "Ġcan on", - "oh olic", - "ĠM az", - "Ġfo il", - "Ġciv ilians", - "Ġb ob", - "ĠC odes", - "rop ic", - "Ben efits", - "Ġdet ox", - "Ġpr á", - "à ¥", - "Ġt ijd", - "ĠH amb", - "Ġ ella", - "in qu", - "row th", - "ĠCor ner", - "Ġpref ix", - "iss ent", - "Ġinv asive", - "Ġaccess ory", - "ef it", - "c ology", - "ce j", - "Ġay ud", - "he astern", - "M ock", - "v able", - "b ial", - "P ur", - "ven ile", - "ĠB orn", - "ĠD iana", - "Ms g", - "ine a", - "Ġlic ence", - "ag em", - "Ġk os", - "èĩªå·± çļĦ", - "Ġm isc", - "ĠW ish", - "ĠE y", - "Ġfin es", - "ol are", - "Ġer sten", - "g ens", - "Ġunse rer", - "enc ial", - "Ġsoll te", - "r als", - "çĪ ±", - "ent ation", - "E arly", - "Ġmicro phone", - "Ġfi xtures", - "Ġej empl", - "b au", - "ind y", - "ĠSat an", - "ĠThe mes", - "è¿Ļ ä¸Ģ", - "Ġav iation", - "Ġpres ently", - "ÈĽ ii", - "Ġt ense", - "Ġca fe", - "Ġtail or", - "5 10", - "Ġr und", - "ĠBar ack", - "ĠN H", - "30 2", - "Ġemer g", - "Ġan abolic", - "ĠA SS", - "Ġregul ators", - "ç¨ ĭ", - "ht aking", - "group s", - "Ġinterf aces", - "op ening", - "build er", - "Ġa we", - "Ġele ven", - "tt a", - "Ġde j", - "Ġtr ump", - "Ġz ich", - "Ġst ole", - "Ġv apor", - "Ġch ore", - "Ġp á", - "ĠT S", - "Com b", - "Ġmurd ered", - "Ġmult itude", - "onom y", - "p rops", - "Ġsh ampoo", - "Ġpers one", - "ĠF ear", - "ĠSch ul", - "Ġlif elong", - "Ġtransform ing", + "ol ic", + "oli c", + "o lic", + "E O", + "▁Ch arl", + "▁Char l", + "▁Cha rl", + "▁C up", + "▁Cu p", + "pn g", + "p ng", + "▁H ill", + "▁Hi ll", + "▁Hil l", + "ow e", + "o we", + "▁most ly", + "” .", + "▁fin ish", + "▁ finish", + "▁С о", + "▁st ars", + "▁star s", + "▁sta rs", + "pl ayer", + "play er", + "p layer", + "▁in ner", + "▁inn er", + "▁ inner", + "com ponent", + "ti m", + "t im", + "I E", + "▁t her", + "▁the r", + "▁th er", + "▁ ther", + "▁s mart", + "▁sm art", + "▁ smart", + "▁s ad", + "▁sa d", + "▁Coun cil", + "ar ea", + "are a", + "a rea", + "la y", + "l ay", + "▁б а", + "▁ ба", + "▁gr adu", + "▁grad u", + "▁gra du", + "▁c hem", + "▁ch em", + "▁che m", + "▁ chem", + "▁h o", + "▁ ho", + "Se lect", + "S elect", + "▁in str", + "▁inst r", + "▁ins tr", + "▁ instr", + "▁k l", + "▁ kl", + "if ications", + "ific ations", + "ification s", + "Lo ng", + "L ong", + "▁s obre", + "▁so bre", + "▁sob re", + "▁O ld", + "▁Ol d", + "▁ Old", + "we st", + "w est", + "}, \\", + "} ,\\", + "in gu", + "ing u", + "▁sp ring", + "▁spr ing", + "▁ spring", + "▁n ur", + "▁nu r", + "ex ample", + "Wh en", + "Whe n", + "W hen", + "▁adv ice", + "▁u lt", + "▁ul t", + "▁ ult", + "en nis", + "enn is", + "▁L ove", + "▁Lo ve", + "▁Lov e", + "▁ Love", + "▁\" \"", + "▁ \"\"", + "▁incre ased", + "▁increase d", + "▁f inding", + "▁fin ding", + "▁find ing", + "ir ty", + "irt y", + "ist rict", + "istr ict", + "i strict", + "▁l ayer", + "▁la yer", + "▁lay er", + "▁ layer", + "temp late", + "t emplate", + "F irst", + "ны м", + "igr ation", + "ren cy", + "r ency", + "ow ie", + "owi e", + "o wie", + "▁n p", + "▁ np", + "▁s election", + "▁se lection", + "▁select ion", + "▁sel ection", + "▁sele ction", + "▁ selection", + "▁N ach", + "▁Na ch", + "▁P RO", + "▁PR O", + "▁ PRO", + "▁p olic", + "▁pol ic", + "▁po lic", + "▁data base", + "▁dat abase", + "▁ database", + "▁by te", + "▁ byte", + "▁prov iding", + "ma c", + "m ac", + "▁me tal", + "▁met al", + "▁meta l", + "mod ules", + "module s", + "▁Ge org", + "▁S a", + "▁ Sa", + "▁est ablish", + "▁estab lish", + ".. .\"", + "... \"", + "i u", + "ki n", + "k in", + "▁e th", + "▁et h", + "▁ eth", + "▁S and", + "▁San d", + "▁Sa nd", + "▁Ch apter", + "▁Chap ter", + "▁g al", + "▁ga l", + "▁ gal", + "▁i ce", + "▁ic e", + "▁ ice", + "Re d", + "R ed", + "▁d al", + "▁da l", + "▁ dal", + "▁pr incipal", + "▁princip al", + "Ms g", + "M sg", + "▁rem ains", + "▁remain s", + "н г", + "T itle", + "Re l", + "R el", + "Dis play", + "No n", + "N on", + "▁def inition", + "▁definit ion", + "▁defin ition", + "▁ definition", + "▁at tr", + "▁att r", + "▁ attr", + "▁sign al", + "▁sig nal", + "▁ signal", + "h l", + "▁s el", + "▁se l", + "▁ sel", + "▁vol ume", + "▁ volume", + "▁c ache", + "▁ca che", + "▁ cache", + "he ns", + "hen s", + "h ens", + "▁w ird", + "▁wir d", + "[ \\", + "NO T", + "N OT", + "▁e lection", + "▁el ection", + "▁elect ion", + "▁ele ction", + "▁ election", + "ut t", + "u tt", + "▁W indow", + "▁Wind ow", + "▁ Window", + "en tal", + "ent al", + "enta l", + "if est", + "ife st", + "x f", + "▁Р а", + "▁over all", + "bl ic", + "b lic", + "▁ed itor", + "▁edit or", + "▁ editor", + "ad en", + "ade n", + "a den", + "▁c art", + "▁car t", + "▁ca rt", + "▁ cart", + "Le ft", + "L eft", + "ul s", + "u ls", + "bin g", + "bi ng", + "b ing", + "R ight", + "▁s é", + "Si m", + "S im", + "▁came ra", + "▁cam era", + "▁ camera", + "▁f av", + "▁fa v", "De cl", - "40 3", - "Ġelev ator", - "Further more", - "Responder Eliminar", - "Ġz elf", - "IS E", - "Ġreven ge", - "J A", - "Ġrecogn ise", - "ra ined", - "Ġpractition er", - "Ġd y", - "Ġtext ures", - "us z", - "Ġcom mer", - "Ġch asing", - "Ġdel ta", - "ph al", - "IC AL", - "Per fect", - "Ġbull shit", - "B rit", - "ow ered", - "Ġab rupt", - "Ġignor ant", - "Ġbamb oo", - "Ġl ump", - "P ac", - "an os", - "å· ŀ", - "Ġsp elling", - "Ge orge", - "Ġstead ily", - "Ġdestro ying", - "Ġdef iciency", - "With in", - "ĠOwn er", - "Ġw eddings", - "ĠC rew", - "Ġfrank ly", - "Äĥ t", - "iz o", - "ĠEffect ive", - "Ġme g", - "ĠApp lied", - "w ife", - "Ġpart nered", - "Ġn y", - "Ġpo pped", - "ĠRe uters", - "ear chers", - "ĠTyp ically", - "ö ff", - "Ġw aking", - "us r", - "pp en", - "oc hen", - "line ar", - "Ġinequ ality", - "é cial", - "work ers", - "Ġintention ally", - ": \\", - "vas ive", - "ĠCl are", - "Ġfert ility", - "ar is", - "ĠBeh ind", - "et zt", - "ĠS ort", - "Ġcre ations", - "Ġsculpt ure", - "Ġcrit ique", - "Ġbalcon y", - "Ġle gg", - "Ġgate way", - "ier to", - "ĠbÄĻd zie", - "select ed", - "ĠL G", - "to ol", - "ĠF ellow", - "ĠK B", - "me al", - "ĠCap acity", - "arrant y", - "Ġscal p", - "ĠE ther", - "Ġn iveau", - "Ġprint able", - "Ġg y", - "ch os", - "if ter", - "ĠN g", - "ĠSand y", - "ĠMonitor ing", - "T ur", - "Ġc erv", - "pt s", - "ov á", - "ĠDi abetes", - "ĠMil waukee", - "m illion", - "ĠSpe aking", - "ener gy", - "22 3", - "Ġthr one", - "ograph ics", - "tes y", - "ĠOut put", - "Ġsubm issions", - "Ġcapt ures", - "Ġpe ek", - "Ġfl ick", - "ÅĤ em", - "Ġac rylic", - "ĠQu art", - "Ġnoteb ook", - "Ġne on", - "arth y", - "ĠRob ot", - "quir y", - "all o", - "Ġsc i", - "Ġfig uring", - "pl er", - "Ġst alk", - "oy er", - "åľ Ł", - "ãģ ®", - "L inks", - "ĠB att", - "Ġopt imum", - "ĠT icket", - "Ġback ward", - "Ġac et", - "Ġsk a", - "Ġsp ike", - "Ġwork load", - "Ġp raw", - "ĠW ave", - "z ec", - "Ġal umni", - "at ics", - "Ġpol ite", - "ĠAsk ed", - "ĠK or", - "4 40", - "Ġbod ily", - "Ġtim ber", - "é ¸", - "Ġv iene", - "man ager", - "Ġposs ibilit", - "åķ Ĩ", - "ĠR oche", - "Ġcertain s", - "ĠBund es", - "F ocus", - "Ġd uck", - "é rer", - "Ġrep roductive", - "Ġstory telling", - "Fe ature", - "Ġhott est", - "l ists", - "ĠB oe", - "Ġr ang", - "ĠAnal yst", - "éc ur", - "Ġt et", - "Ġsec ular", - "Ġbuild ers", - "ani u", - "ĠUn c", - "de al", - "ĠFil ip", - "ĠNet works", - "Ġthere of", - "ÈĽ ie", - "Part icip", - "ĠCher ry", - "ge x", - "İ åĽ", - "æĺ¯ ä¸Ģ", - "Ġsubject ive", - "F ab", - "V an", - "res ults", - "Ġcul min", - "ĠC row", - "ĠO ber", - "ack er", - "Ġtra ction", - "Ġgl owing", - "Ġtim eless", - "Ġdisappoint ing", - "Ġpun ish", - "ĠRes olution", - "\" [", - "Ġhead ers", - "m und", - "Ġd re", - "You ng", - "ĠF Y", - "ĠG ets", - "b Ã", - "ĠL ar", - "ull en", - "Ġbo iling", - "ñ os", + "Dec l", + "sp ring", + "spr ing", + "▁err ors", + "▁er rors", + "▁error s", + "▁ errors", + "T ab", + "print ln", + "▁B ern", + "▁Be rn", + "▁Ber n", + "na b", + "n ab", + "▁B ase", + "▁Bas e", + "▁Ba se", + "▁ Base", + "▁a uth", + "▁aut h", + "▁au th", + "▁ auth", + "▁app arent", + "▁ap parent", + "▁appar ent", + "▁pres ented", + "▁present ed", + "▁rem ained", + "▁remain ed", + "▁w et", + "▁we t", + "En c", + "E nc", + "IN FO", + "▁S ing", + "▁Si ng", + "▁Sin g", + "▁ Sing", + "pack age", + ")) );", + "))) ;", + ") ));", + "▁S ocial", + "▁So cial", + "▁Soc ial", + "▁Soci al", + "▁M ass", + "▁Ma ss", + "▁Mas s", + "▁ Mass", + "▁des pite", + "▁desp ite", + "▁m obile", + "▁mob ile", + "▁mobil e", + "▁ mobile", + "▁l abor", + "▁la bor", + "▁lab or", + "G o", + "▁e sp", + "▁es p", + "▁ esp", + "▁T able", + "▁Ta ble", + "▁Tab le", + "▁ Table", + "▁ex pert", + "▁exper t", + "▁exp ert", + "▁f lex", + "▁fl ex", + "▁fle x", + "▁ flex", + "▁prof ession", + "▁profess ion", + "▁p il", + "▁pi l", + "Col lection", + "Coll ection", + "Collect ion", + "LO CK", + "LOC K", + "▁ap plied", + "▁appl ied", + "al ler", + "all er", + "alle r", + "or ph", + "orp h", + "EN SE", + "ENS E", + "▁бы л", + "▁d b", + "▁ db", + "over line", + "▁C ode", + "▁Co de", + "▁ Code", + "▁by tes", + "▁byte s", + "▁ bytes", + "▁tr ouble", + "▁trou ble", + "▁на се", + "D D", + "▁Y ear", + "▁Ye ar", + "▁ Year", + "mb ox", + "m box", + "▁ke eping", + "▁keep ing", + "▁ keeping", + "▁k ick", + "▁ki ck", + "än g", + "ä ng", + "▁correspon ding", + "▁correspond ing", + "▁l ibrary", + "▁ library", + "▁*/ \r", + "▁ */\r", + "call back", + "um s", + "u ms", + "▁j son", + "▁js on", + "▁ json", + "▁M ount", + "▁Mo unt", + "▁ Mount", + "▁St and", + "▁Stan d", + "▁Sta nd", + "▁ Stand", + "IG HT", + "IGH T", + "▁New s", + "▁Ne ws", + "▁ News", + "▁com ments", + "▁comm ents", + "▁comment s", + "▁ comments", + "return s", + "C al", + "▁a ward", + "▁aw ard", + "▁b ought", + "▁bou ght", + "include graphics", + "▁ ле", + "do t", + "d ot", + "ro nic", + "ron ic", + "r onic", + "▁extrem ely", + "▁extreme ly", + "▁min or", + "▁mi nor", + "if er", + "ife r", + "i fer", + "ja va", + "jav a", + "j ava", + "en dar", + "end ar", + "enda r", + "la yout", + "lay out", + "l ayout", + "pl ies", + "▁b uf", + "▁bu f", + "▁ buf", + "▁Is land", + "▁Ab out", + "▁ About", + "▁w est", + "▁we st", + "▁ west", + "▁S cott", + "▁Sc ott", + "▁Scot t", + "AC T", + "A CT", + "Wh y", + "W hy", + "▁large st", + "▁larg est", + "▁cont ainer", + "▁contain er", + "▁ container", + "▁t emperature", + "▁temper ature", + "▁ £", + "▁red uce", + "▁redu ce", + "▁ reduce", + "▁f oi", + "▁fo i", + "ha n", + "h an", + "▁b od", + "▁bo d", + "▁V an", + "▁Va n", + "▁null ptr", + "▁ nullptr", + "▁d ating", + "▁da ting", + "▁dat ing", + "▁ dating", + "▁ch ain", + "▁cha in", + "▁ chain", + "Fl ags", + "Flag s", + "ient o", + "ien to", + "i ento", + "so rt", + "sor t", + "s ort", + "▁f an", + "▁fa n", + "▁ fan", + "▁det ermine", + "▁determ ine", + "▁determin e", + "▁deter mine", + "▁w ear", + "▁we ar", + "▁ wear", + "B E", + "▁appropri ate", + "л ся", + "то в", + "т ов", + "▁go als", + "▁goal s", + "▁M ap", + "▁Ma p", + "▁ Map", + "▁S ar", + "▁Sa r", + "▁O ption", + "▁Opt ion", + "▁ Option", + "▁h ate", + "▁ha te", + "▁hat e", + "▁z ijn", + ", -", + "▁im plied", + "▁impl ied", + "bit s", + "bi ts", + "b its", + "▁M en", + "▁Me n", + "▁ Men", + "sk ip", + "ski p", + "▁M ond", + "▁Mon d", + "▁Mo nd", + "▁H on", + "▁Ho n", + "▁pro ve", + "▁pr ove", + "▁prov e", + "va n", + "v an", + "▁tr aff", + "▁tra ff", + "▁in tr", + "▁int r", + "▁ intr", + "pi c", + "p ic", + "▁dro pped", + "▁drop ped", + "▁w erd", + "▁we rd", + "▁wer d", + "▁separ ate", + "is a", + "i sa", + "▁t ab", + "▁ta b", + "▁ tab", + "tm l", + "t ml", + "▁\" $", + "mu tex", + "mut ex", + "▁P an", + "▁Pa n", + "▁ Pan", + "ser ve", + "serv e", + "s erve", + "▁hot el", + "▁L ast", + "▁La st", + "▁Las t", + "▁ Last", + "st ep", + "ste p", + "▁v ir", + "▁vi r", + "▁ vir", + "R ule", + "is tan", + "ist an", + "ista n", + "i stan", + "ot ing", + "oti ng", + "o ting", + "ar ks", + "ark s", + "(_ _", + "( __", + "▁e ls", + "▁el s", + "▁ els", + "Pl ayer", + "Play er", + "P layer", + "] ]", + "ви ч", + "yc h", + "y ch", + "ex ception", + "except ion", + "=\" ../", + "▁im agine", + "▁imag ine", + "▁imagin e", + "\"} ,", + "\" },", + "ic ago", + "ica go", + "el er", + "ele r", + "e ler", + "▁v s", + "▁ vs", + "▁A frica", + "▁Afr ica", + "▁Bus iness", + "oc ks", + "ock s", + "o cks", + "▁p rz", + "▁pr z", + "▁fuck ing", + "▁p icked", + "▁pick ed", + "▁pic ked", + "▁в і", + "▁ ві", + "▁\" ,", + "▁ \",", + "▁b ott", + "▁bo tt", + "▁bot t", + "▁fail ure", + "▁ failure", + "[ :", + "▁G ar", + "▁Ga r", + "ap es", + "ape s", + "a pes", + "up le", + "u ple", + "▁f er", + "▁fe r", + "▁ fer", + "▁p urchase", + "▁purch ase", + "▁п ер", + "▁пе р", + "▁ пер", + "▁b ird", + "▁bi rd", + "▁ bird", + "W idget", + "▁Sund ay", + "▁Sun day", + "▁A maz", + "▁Am az", + "▁ Amaz", + "▁cons ult", + "ut sch", + "uts ch", + "an to", + "ant o", + "St orage", + "▁he ader", + "▁head er", + "▁ header", + "üh r", + "ü hr", + "▁H a", + "▁ Ha", + "▁Associ ation", + "▁s ight", + "▁si ght", + "▁sig ht", + "▁sigh t", + "C ell", + "▁pro file", + "▁prof ile", + "▁ profile", + "▁fem ale", + "å n", + "▁w id", + "▁ wid", + "z n", + "Dir ect", + "Di rect", + "D irect", + "▁st ret", + "▁str et", + "▁stre t", + "▁ stret", + "aa t", + "a at", + "▁pat ient", + "▁ patient", + "he re", + "her e", + "h ere", + "▁A tl", + "▁At l", + "in et", + "ine t", + "i net", + "Def inition", + "im ary", + "ima ry", + "i mary", + "Pol icy", + "▁d ut", + "▁du t", + "▁major ity", + "с і", + "▁Pro ject", + "▁ Project", + "By Id", + "▁belie ved", + "▁believe d", + "▁Mus ic", + "▁ Music", + "з ы", + "an ti", + "ant i", + "▁o der", + "▁od er", + "�� oder", + "Ch annel", + "▁s le", + "▁sl e", + "▁sequ ence", + "▁ sequence", + "▁pie ces", + "▁piece s", + "▁k ne", + "▁kn e", + "▁abs olutely", + "▁absolut ely", + "▁absolute ly", + "▁Phil ip", + "ab ilities", + "abil ities", + "Qu e", + "Q ue", + "▁K ar", + "▁Ka r", + "Ex ecut", + "Exec ut", + "▁D evel", + "▁De vel", + "▁Dev el", + "▁elect ric", + "ful l", + "fu ll", + "f ull", + "rol led", + "roll ed", + "Do m", + "D om", + "▁r iver", + "▁ri ver", + "▁riv er", + "▁ river", + "▁health y", + "▁heal thy", + "▁ex tern", + "▁ext ern", + "fi t", + "f it", + "▁co ach", + "▁K r", + "as ta", + "ast a", + "a sta", + "Com pat", + "Comp at", + "▁e xit", + "▁ex it", + "▁ exit", + "▁Con st", + "▁Cons t", + "▁ Const", + "af ter", + "aft er", + "a fter", + "▁should er", + "▁j obs", + "▁job s", + "▁jo bs", + "zo ne", + "zon e", + "z one", + "▁s ale", + "▁sa le", + "▁sal e", + "ix el", + "▁determ ined", + "▁determine d", + "▁determin ed", + "▁any way", + "or f", + "o rf", + "▁G er", + "▁Ge r", + "all el", + "alle l", + "re es", + "ree s", + "r ees", + "as m", + "a sm", + "im s", + "i ms", + "▁rec ords", + "▁record s", + "▁ records", + "▁cor por", + "▁int ellig", + "▁intel lig", + "▁P rem", + "▁Pr em", + "▁Pre m", + "▁d riving", + "▁dr iving", + "▁dri ving", + "▁driv ing", + "▁mar riage", + "▁Th ank", + "▁ Thank", + "▁w illing", + "▁will ing", + "M C", "Field s", - "Ġincom plete", - "ĠD owntown", - "L ondon", - "ĠS UP", - "Ġhed ge", - "Ġs iè", - "Ġrec uper", - "Ġu d", - "ĠImper ial", - "ĠL emon", - "ĠV iv", - "Ġfoll ower", - "Ġins ured", - ") *", - "Ġvamp ire", - "Ġunbel iev", - "º å·´", - "Ġcryptocur rencies", - "Ġre duct", - "ĠChem istry", - "Ġweakness es", - "ĠSw ift", - "ĠFour th", - "ĠSy rian", - "pat ible", - "Ġbout ique", - "Ġar ises", - "Ġsne ak", - "s ample", - "Ġintern ship", - "ĠDes ktop", - "Ġtransport ed", - "Set ting", - "ĠC od", - "Ġreal ization", - "ĠChe v", - "Ġemphas ize", - "Ġswall owed", - "ĠTr inity", - "Ġstar ters", - "Ġh acia", - "ale Å", - "Ġpassword s", - "Met adata", - "ĠDesign s", - "Ġcyl inder", - "Ġat om", - "Ġown ing", - "ĠAlex and", - "ĠD ale", - "ĠZ o", - "ĠNiger ian", - "ĠC AP", - "ur bed", - "Ġjudg ement", - "ĠB ert", - "en h", - "ĠNe eds", - "Ġhon ors", - "ĠD aw", - "Ġpos ed", - "bt n", - "ĠAff iliate", - "P a", - "ĠL em", - "Ġhypert ension", - "us ch", - "Ġd ug", - "wn o", - "ĠDisc ussion", - "Ġm ph", - "Ġun healthy", - "Ġv ille", - "Key words", - "ĠG and", - "ÃŃ f", - "Ġpe cul", - "Ġdrive way", - "op edia", - "t ake", - "fer red", - "b ane", - "ĠSt rip", - "ĠAnn iversary", - "Ġsand wiches", - "Hot el", - "ox ide", - "éĤ£ ä", - "Ġorient ed", - "ĠD ollar", - "ov é", - "Ġtw ins", - "Ġtow els", - "Ġmen us", - "Ġdead lines", - "ĠT ommy", - "app ly", - "Ġtri angle", - "ĠGr id", - "ĠCo hen", - "ĠMod els", - "ĠJ ump", - "ĠSer iously", - "ĠCru ise", - "Ġcur se", - "() ).", - "erc a", - "Ġpred ecess", - "Ġch ili", - "Ġrequest ing", - "F unnels", - "ĠEqu ity", - "re lease", - "Ġbud d", - "Ġs perm", - "ĠCh and", - "è§ Ĥ", - "ĠCitiz ens", - "Ġzur Ã", - "ĠOut side", - "Ġins ufficient", - "Ġpas se", - "Ġdemonstr ating", - "ĠK atie", - "E ast", - "iz ia", - "Ġtempt ed", - "weg ian", - "ĠG E", - "Ġprodu its", - "ien za", - "Ġconnect or", - "Ġri pped", - "ĠA K", - "ĠA ub", - "Ġpriv ately", - "b ags", - "Ġcon n", - "Ġwrit ings", - "Param eters", - "Ġspecial ize", - "Ġsal aries", - "Ġstorm s", - "ĭ åIJİ", - "orn s", - "Ġlear nt", - "Ġfl aws", - "Ġexist e", - "Ġqual che", - "Ġvib ration", - "Ġgad gets", - "Ġreimb urse", - "t emp", - "ĠA uth", - "author ized", - "Ġtraff icking", - "ĠSam ple", - "ĠBuddh ism", - "Ġspec ulation", - "ĠNorm an", - "N ick", - "Ġl ado", - "sh irts", - "zi ÄĻ", - "ç¡ ®", - "Ġdecre asing", - "Ġstub born", - "Ġp ela", - "Ġcapital ism", - "ĠNon etheless", - "se en", - "at ia", - "ĠL ions", - "åĽ ¢", - "Ġpremium s", - "um ed", - "p ent", - "r ado", - "ĠD aten", - "ĠR ide", - "ĠHar vey", - "Sm ith", - "re ce", - "Ġpark ed", - "ĠCON T", - "Ġcounterpart s", - "A ff", - "Ġrelie ved", - "W C", - "I r", - "ys ics", - "ĠFort une", - "Ġd ai", - "Ġcirc a", - "æĶ ¶", - "to ols", - "ĠW ie", - "ess en", - "Ġhall way", - "Ġcl one", - "è mes", - "iss on", - "Ġstimul us", - "ĠB il", - "Ġop ener", - "rig ation", - "Ser ies", - "H en", - "ĠV ia", - "åį ĵ", - "\" '", - "Ġdies es", - "Ġdio xide", - "Ġc ottage", - "ĠM M", - "iss an", - "AN C", - "s ets", - "Ġcelebr ations", - "Ġthe at", - "Ġpro to", - "atic a", - "Ġsuppress ant", - "Ġe f", - "th al", - "Ġup right", - "Ġdiv isions", - "Ġà Ħ", - "ĠItal ia", - "ĠAut hent", - "In valid", - "Ġovers ight", - "he e", - "ĠP ublisher", - "pro to", - "åı ¸", - "ĠMart ha", - "Ġseu lement", - "b res", - "ĠEmploy ee", - "ĠInte ger", - "Ġval uation", - "Ġfr amed", - "Ġtrou ver", - "åĮ ħ", - "ĠGab riel", - "Ġy acht", - "it ant", - "Ġsurv iving", - "on ces", - "h od", - "ĠC iv", - "ess ages", - "ĠM int", - "ers ch", - "Ġsupp lying", - "anal ysis", - "Ġend urance", - "Ġm aken", - "se ver", - "Ġstick ers", - "ĠRepresent ative", - "T ips", - "im ens", - "Ġmention ing", - "5 20", - "Ġm und", - "Ġm ise", - "Ġte e", - "Ġfrown ed", - "Ġpur se", - "F X", - "Ġw il", - "ĠA uch", - "Ġadv ancing", - "OS E", - "Rem ote", - "ĠM AC", - "Ġimpl icit", - "Ġrec ib", - "car bon", - "Expl ore", - "Ġp ian", - "ĠEd inburgh", - "S Y", - "ĠT ours", - "ĠH emp", - "ĠE as", - "ĠY o", - "Ġcompl iant", - "Ġauthor ization", - "H et", - "iv ation", - "Ġexplan ations", - "R andom", - "ĠS SL", - "Ġus u", - "Ġcar ved", - "Ġcop ied", - "n one", - "ĠImpro vement", - "ins pired", - "th ank", - "Ġuniqu ely", - "t v", - "Ġintent ional", - "Ġmet res", - "Ġsexual ity", - "ĠAng ela", - "Ġn úmer", - "ĠC AD", - "af ety", - "Ġdraw er", - "Ġvers es", - "ĠY outube", - "å¥ ĩ", - "Ġcl ut", - "ç® Ĺ", - "äh rend", - "Ġtri o", - "st off", - "ĠVictor ian", - "Ġsh aping", - "ĠLe bens", - "lig t", - "æĶ¿ åºľ", - "Ġh one", - "Ġten ure", - "at em", - "Ġb ait", - "Ġadop ting", - "3 70", - "Ġback drop", - "co le", - "Ġhur ting", - "ĠN ak", - "Ġfresh man", - "ĠBet ty", - "en abled", - "oper ation", - "Ġintegr ating", - "ĠLyn n", - "h it", - "Ġs ÅĤ", - "Ġf isher", - "Ġz ona", - "hold ing", - "Ġg ou", - "sw itch", - "ç» Ŀ", - "Ġgift ed", - "认 为", - "w agen", - "ĠG ym", - "Ġde ut", - "ĠP atch", - "ĠD ial", - "Ġso othing", - "k r", - "ict ure", - "Ġdefin ite", - "ià «", - "Ġcy t", - "Ġaccommod ations", - "Ġexerc ising", - "Ġcur tain", - "Ġpl ed", - "ĠW arm", - "ĠSh oes", - "Ġbo oster", - "lig a", - "ĠDes igned", - "Ġcos as", - "Ġt ug", - "ĠBut ler", - "Ġnutri ent", - "ag na", - "? ,", - "Ġz am", - "w ent", - "âĢ¦âĢ¦ âĢ¦âĢ¦", - "Ġa ka", - "ĠR out", - "ĠOr che", - "ĠMe ga", - "Ġarg uably", - "ĠEnh ancement", - "Ġyou tube", - "ĠS erve", - "Ġz ab", - "cont ains", - "Ġinstruct ed", - "Ġmut ations", - "Ġhome page", - "ĠP om", - "Th ird", - "Ġcomb ust", - "Ind ust", - "ter ing", - "ok a", - "ĠRe ality", - "ÅĤ e", - "Ġlim bs", - "R oom", - "MA P", - "Ġcur tains", - "Ġperm issions", - "ĠPur ple", - "Mult i", - "ĠProv ider", - "æĽ °", - "Ġdisc ourag", - "ĠJo an", - "our met", - "hel ial", - "Be h", - "uv re", - "Ġgran ite", - "re cht", - "fl ies", - "bet ween", - "G irl", - "Ġf auc", - "Ġz al", - "z ahl", - "ĠBe e", - "opt ional", - "ag ar", - "Ġch ant", - "Comm un", - "Ġgreet ed", - "ĠImport ant", - "Ġse ized", - "ĠB le", - "Ġst ains", - "Ġrep roduction", - "Ġwild erness", - "av ano", - "... ,", - "4 30", - "ĠH ands", - "Ġdi arr", - "Ġdevelopment al", - "æĿ İ", - "Ġrein force", - "ĠMus k", - "Ġprepar ations", - "ost ics", - "ĠRecruit ment", - "ç» Ī", - "ĠScript ure", - "ĠRe in", - "ĠJo el", - "b ies", - "et ric", - "ut ing", - "Ġsur render", - "iz en", - "ĠFound er", - "Ġquarter ly", - "ĠPharm acy", - "s ervices", - "C ut", - "r ès", - "Ġk eto", - "OR S", - "ĠM aker", - "Ġt art", - "åı Ĥ", - "Ġg én", - "ĠPort able", - "ĠVar ious", - "Sen ior", - "Ġcar bs", - "Ġmon key", - "Ġpe as", - "Ġconver ting", - "ri ad", - "Ġbure auc", - "ĠH U", - "ĠKnow ing", - "è° ĵ", - "Ġpe pt", - "Ġdr illing", - "Advert isement", - "Ġse iner", - "Ġpil ots", - "ĠN atal", - "Ġac oustic", - "Profess ional", - "Ġt ide", - "and ro", - "Ġsp un", - "Ġpre y", - "Ġver so", - "Ġcompet itor", - "ĠCommon wealth", - "ĠB au", - "Ġnorm s", - "Ġtang ible", - "ĠL ac", - "chie f", - "ĠAw esome", - "ĠA ware", - "com ment", - "dom inal", - "aur a", - "D aily", - "Ġl act", - "ĠS ans", - "Ġsm arter", - "çĦ¶ åIJİ", - "Ġinteract ing", - "ĠS ed", - "Ġkil ometers", - "Ġm unicip", - "T re", - "Ġimpl ied", - "ĠJ enny", - "Ġcont rib", - "Ġassort ment", - "30 5", - "Ġce le", - "ĠMar riage", - "os er", - "ĠSt ructure", - "ĠRe hab", - "Ġâ Ļ", - "OT H", - "ĠCrit ical", - "N ormal", - "Ġbl ended", - "Ġphilosoph ical", - "Ġb iblical", - "Ġbu f", - "ĠÐ ¿", - "ĠEll en", - "Ġlandl ord", - "'] )", - "ĠEm peror", - "Ġfest ive", - "Ġfier ce", - "aur us", - "Ġel if", - "i ad", - "Ġrecogn izing", - "Ġdonn ées", - "Ġhe ck", - "ĠAl fred", - "Ġlif es", - "Ġ elles", - "ĠUn cle", - "Ġover time", - "Ġriv als", - "ĠR us", - "Ġpay out", - "cript ive", - "iest a", - "ĠR ear", - "ĠD ame", - "ĠOl ive", - "ic iones", - "Ġinterf ere", - "z on", - "Ġcar riage", - "Ġmil estone", - "om ore", - "Ġrout inely", - "Ġth é", - "Stud ent", - "ĠM atter", - "ĠSur face", - "Ġspl ash", - "Ġ Ø", - "oy a", - "ros so", - "Ġadmin ister", - "Ġf ax", - "M G", - "Ġqu elle", - "Ġplay off", - "Ġsyst ème", - "an st", - "en es", - "A H", - "Ġn ivel", - "des c", - "ous se", - "ĠD j", - "ok ia", - "\" \",", - "Ġst ata", - "stell ung", - "Arg ument", - "pl ugin", - "Ġsm ok", - "ĠSe ed", + "It ems", + "Item s", + "▁m icro", + "▁mi cro", + "▁mic ro", + "▁l ift", + "▁li ft", + "▁lif t", + "ir ection", + "ire ction", + "irect ion", + "i rection", + "Acc ount", + "Ac count", + "▁arch itect", + "tr ack", + "tra ck", + "▁p rin", + "▁pr in", + "▁pri n", + "P A", + "▁r uns", + "▁run s", + "▁ru ns", + "▁Tex as", + "is her", + "ish er", + "en sure", + "ens ure", + "▁B oth", + "▁Bo th", + "▁Bot h", + "ко м", + "▁Col or", + "▁Co lor", + "▁ Color", + "Reg ister", + "▁J oe", + "▁Jo e", + "ge q", + "g eq", + "le ts", + "let s", + "l ets", + "ad ing", + "adi ng", + "a ding", + "▁ar my", + "▁arm y", + "▁B ank", + "▁Ban k", + "▁ Bank", + "ot ic", + "oti c", + "Pro duct", + "Produ ct", + "im port", + "imp ort", + "▁W ed", + "▁We d", + "▁c ry", + "▁cr y", + "gr ade", + "grad e", + "gra de", + "g rade", + "di g", + "d ig", + "ga l", + "g al", + "к ла", + "es ted", + "est ed", + "este d", + "e sted", + "õ es", + "ge rs", + "ger s", + "g ers", + "olog ie", + "olo gie", + "то м", + "ra zy", + "raz y", + "r azy", + "▁d inner", + "▁din ner", + "Q U", + "▁fin gers", + "▁fing ers", + "▁finger s", + "UL E", + "U LE", + "cl aim", + "▁adv antage", + "▁advant age", + "▁var iable", + "▁vari able", + "▁ variable", + "▁med ic", + "▁medi c", + "▁m ale", + "▁ma le", + "▁mal e", + "▁circ um", + "▁м і", + "▁ мі", + "▁inter net", + "▁intern et", + "W N", + "▁l ab", + "▁la b", + "▁ lab", + "az ine", + "azi ne", + "ч но", + "▁l oop", + "▁lo op", + "▁ loop", + "▁p red", + "▁pre d", + "▁pr ed", + "▁ pred", + "▁con sequ", + "▁cons equ", + "▁conse qu", + "▁bal ance", + "▁ balance", + "fort un", + "▁g ift", + "▁gi ft", + "▁d rug", + "▁dr ug", + "▁dru g", + "▁c ash", + "▁cas h", + "▁ca sh", + "ски х", + "с ких", + "r g", + "ist ribut", + "▁high est", + "▁hig hest", + "êm e", + "ê me", + "em ph", + "emp h", + "em on", + "e mon", + "▁per formed", + "▁perform ed", + "cu t", + "c ut", + "▁cl oser", + "▁close r", + "▁clos er", + "▁clo ser", + "▁be coming", + "▁bec oming", + "▁\" \",", + "▁\"\" ,", + "st ar", + "sta r", + "s tar", + "pu b", + "p ub", + "▁pre par", + "▁prep ar", + "▁v ote", + "▁vo te", + "▁vot e", + "▁ vote", + "il de", + "ild e", + "▁im press", + "▁imp ress", + "▁employ ees", + "▁employee s", + "▁e inen", + "▁ein en", + "▁eine n", + "▁sm ooth", + "▁s now", + "▁sn ow", + "▁p urs", + "▁pur s", + "▁pu rs", + "▁v oc", + "▁vo c", + "▁M icrosoft", + "▁Micro soft", + "▁ Microsoft", + "P U", + "▁in come", + "▁inc ome", + "in os", + "ino s", + "i nos", + "▁oper ator", + "▁opera tor", + "▁ operator", + "▁equ ival", + "▁pass word", + "▁ password", + "ci ón", + "ció n", + "c ión", + "su ccess", + "▁e mp", + "▁em p", + "▁ emp", + "HO UT", + "H OUT", + "▁c a", + "▁ ca", "fl ag", - "Ġfather s", - "I ss", - "ĠSe lection", - "cf g", - "Ġinter rog", - "Ġgall eries", - "c it", - "Ġb ible", - "ĠG C", - "no ÅĽÄĩ", - "Ġsuck ed", - "Ġs way", - "iss ant", - "Ġche ating", - "IN TER", - "ĠSec urities", - "do es", - "nie js", - "ĠB ears", - "ors che", - "Direct ory", - "é£ Ł", - "L arge", - "Ġrevel ation", - "Ġun le", - "Im pro", - "Ġn ort", - "ĠFl owers", - "Ġum brella", - "Ġcon ception", - "Ġem ission", - "Ġun aware", - "let ters", - "ĠGP U", + "f lag", + "il ly", + "ill y", + "cre te", + "cr ete", + "cret e", + "fr ak", + "▁h idden", + "▁hid den", + "▁ hidden", + "▁\" %", + "▁ \"%", + "ER N", + "ро ва", + "ров а", + "▁U N", + "▁ UN", + "ro ke", + "rok e", + "r oke", + "mi ss", + "m iss", + "▁s plit", + "▁sp lit", + "▁spl it", + "▁ split", + "Re ference", + ")$ ,", + ") $,", + "ep er", + "e per", + "▁N O", + "▁ NO", + "▁s quare", + "▁squ are", + "▁ square", + "su r", + "s ur", + "че н", + "ч ен", + "es ter", + "est er", + "este r", + "e ster", + "н ь", + "} \"", + "ra wn", + "raw n", + "r awn", + "ru le", + "r ule", + "▁aud ience", + "es te", + "est e", + "e ste", + "em s", + "e ms", + "IC ENSE", + "▁I ll", + "▁Il l", + "▁ Ill", + "US E", + "U SE", + "▁b on", + "▁bo n", + "▁ bon", + "bu r", + "b ur", + "▁s ick", + "▁si ck", + "▁h orse", + "▁hor se", + "▁hors e", + "▁E duc", + "▁Ed uc", + "▁Edu c", + "▁benef it", + "▁c ro", + "▁cr o", + "▁ cro", + "Ap plication", + "▁cor re", + "▁gu arante", + "DA TA", + "DAT A", + "D ATA", + "▁expl ained", + "▁explain ed", + "T X", + "▁o nt", + "▁on t", + "▁ ont", + "▁F lor", + "▁Fl or", + "▁Flo r", + "▁re ports", + "▁rep orts", + "▁report s", + "▁Re al", + "▁ Real", + "ud ed", + "ude d", + "u ded", + "le an", + "▁cit iz", + "▁dec ide", + "▁decid e", + "W S", + "▁do main", + "▁dom ain", + "▁ domain", + "▁ref lect", + "▁ reflect", + "▁min imum", + "▁minim um", + "▁le gs", + "▁leg s", + "▁sm iled", + "▁smile d", + "f i", + "▁p ure", + "▁pur e", + "▁pu re", + "▁C ustom", + "▁ Custom", + "▁ess ential", + "▁observ ed", + "▁observe d", + "▁obs erved", + "By tes", + "Byte s", + "▁c tx", + "▁ ctx", + "▁r ates", + "▁rate s", + "▁rat es", + "▁ra tes", + "mb re", + "m bre", + "▁w orry", + "▁wor ry", + ") ^", + "▁Re search", + "▁Res earch", + "Ro ot", + "R oot", + "Window s", + "ult ure", + "ultur e", + "▁rel ative", + "▁relativ e", + "▁ relative", + "▁s eu", + "▁se u", + "▁n ie", + "▁ni e", + "▁ nie", + "▁s hook", + "▁sh ook", + "ious ly", + "i ously", + "▁ad vert", + "▁adv ert", + "Se e", + "S ee", + "▁Cent ral", + "▁b atter", + "▁batt er", + "▁bat ter", + "▁s igned", + "▁sign ed", + "▁sig ned", + "▁ signed", + "T S", + "on i", + "o ni", + "▁pre pared", + "▁prep ared", + "▁prepar ed", + "▁prepare d", + "ga te", + "g ate", + "▁C are", + "▁Car e", + "▁Ca re", + "ca re", + "car e", + "c are", + "▁sup ply", + "▁supp ly", + "Ex p", + "E xp", + "bol ds", + "bold s", + "b olds", + "▁tr ail", + "▁tra il", + "▁f ish", + "▁fi sh", + "▁fis h", + "▁ fish", + "▁un its", + "▁unit s", + "▁ units", + "ven ue", + "v enue", + "х и", + "▁W ood", + "▁Wo od", + "▁c ategory", + "▁categ ory", + "▁categor y", + "▁ category", + "▁b le", + "▁bl e", + "▁ ble", + "▁over ride", + "▁ override", + "fo o", + "f oo", + "▁influ ence", + "en th", + "ent h", + "ri j", + "r ij", + "▁ad apt", + "ic ians", + "ici ans", + "ician s", + "icia ns", + "de leted", + "del eted", + "delete d", + "▁v ision", + "▁vis ion", + "▁ vision", + "ct rl", + "ctr l", + "c trl", + "L ambda", + "t p", + "mon d", + "mo nd", + "m ond", + "atur day", + "norm al", + "nor mal", + "n ormal", + "▁thous and", + "▁Prof ess", + "▁dise ase", + "cl ip", + "cli p", + "▁г ра", + "▁ гра", + "bolds ymbol", + "bold symbol", + "O B", + "▁chall enge", + "▁challeng e", + "▁m otion", + "▁mot ion", + "▁w his", + "▁wh is", + "▁le aders", + "▁lead ers", + "▁leader s", + "▁col on", + "▁co lon", + "▁ colon", + "▁s uit", + "▁su it", + "▁ suit", + "mi d", + "m id", + "amp ion", + "á g", + "▁view s", + "▁vie ws", + "▁ views", + "▁app ears", + "▁appe ars", + "▁appear s", + "an cel", + "ance l", + "anc el", + "▁z we", + "▁zw e", + "IS T", + "I ST", + "▁le aves", + "▁leave s", + "▁e nh", + "▁en h", + "▁ enh", + "Act ive", + "Activ e", + "▁d it", + "▁di t", + "▁ dit", + "if icate", + "ific ate", + "ifica te", + "mat rix", + "Ex pression", + "Exp ression", + "Expr ession", + "Express ion", + "Re ader", + "Read er", + "▁m ental", + "▁men tal", + "▁ment al", + "em bre", + "emb re", + "e mbre", + "▁de cor", + "▁dec or", + "▁ decor", + "ar ts", + "art s", + "▁v ent", + "▁ve nt", + "▁ven t", + "▁ vent", + "ne l", + "n el", + "line s", + "li nes", + "lin es", + "l ines", + "up id", + "u pid", + "er ved", + "erv ed", + "erve d", + "▁bo ys", + "▁boy s", + "▁ boys", + "ал ь", + "а ль", + "MO D", "M OD", - "ING S", - "Ġcul inary", - "W I", - "Ġstap le", - "ĠS aints", - "ĠD IS", - "Ġcost umes", - "Ġdepth s", - "Ġmed io", - "ĠA ce", - "Ġr acc", - "Ġdat os", - "V ous", - "h art", - "ĠNot re", - "Ġsil icone", - "ĠSet ting", - "ĠHug hes", - "agn etic", - "Ġby Äĩ", - "Ġa unque", - "ĠL or", - "ĠSaf ari", - "Ġcm d", - "ĠRen ew", - "Ġuns afe", - "Ġl amb", - "Ġmuch os", - "hand ed", - "ĠOp ening", - "ann i", - "ĠSh ore", - "ab etic", - "Ġsch olar", - "h all", - "ĠBl u", - "icular ly", - "h im", - "ĠTourn ament", - "ĠLog an", - "Ġobserv ing", - "ass is", - "Ġsuspect s", - "g ary", - "Ġincorpor ates", - "Ġdev ote", - "Ġbe et", - "Ġdet er", - "urg ical", - "Ġattract ing", - "Ġconfigur ations", - "N ULL", - "ĠR osen", - "Ġdis pro", - "dem and", - "Ġob ed", - "Ġopt ed", - "Gr and", - "ĠLGBT Q", - "Ġo bey", - "00 5", - "Ġmart ial", - "Ġb iod", - "29 9", - "Ġrecher che", - "Ġgrand parents", - "Ġhistor ia", - "it ures", - "as z", - "ĠB og", - "Ġnu ovo", - "Ġdec ay", - "G rad", - "Ġman if", - "ĠCan ad", - "ĠElect ronics", - "Ġpou v", - "ł 们", - "Ġf oto", - "ĠF ahr", - "Form er", - "F oot", - "U na", - "ĠC af", - "Ġré pond", - "Ġcleans ing", - "ĠConst ant", - "Ġthem ed", - "ĠAud i", - "ise x", - "m aterial", - "ĠB read", - "Ġne uen", - "Ġjed en", - "b ia", - "Ġbroad ly", - "ĠMem phis", - "ĠTO DO", - "Ġpropri et", - "Ġresil ient", - "ĠD uncan", - "Ġdisc ourse", - "æĹ ©", - "r lich", - "ĠDe ck", - "ĠSuper ior", - "Ġtor rent", - "Ġbe ers", - "a at", - "in ters", - "Ġcoord inated", - "d ark", - "ens er", - "Sar ah", - "Ġimper ial", - "ç ¢", - "Ġman ière", - "ĠMon ster", - "Ġhe n", - "Ġprefer ably", - "ĠB order", - "ied ad", - "ring e", - "Ġcoll apsed", - "el ig", - "Ġv ascular", - "ĠR ico", - "Ġris en", - "ĠAb ility", - "Ġwel ding", - "Ġm acht", - "Ġex clude", - "ĠIn frastructure", - "u o", - "Ġm ills", - "ost i", - "az Äĥ", - "ĠAd min", - "ĠS z", - "Ġdesp air", - "Ġf oul", - "ĠR ust", - "g ard", - "Ġh ac", - "ce ans", - "ĠO dd", - "ĠV ienna", - "Ġmis leading", - "Ġn arc", - "Ġbe ard", - "ĠLaw s", - "ĠCon sequently", - "Ġliquid ity", - "Ġcommission ed", - "F ar", - "Ġthr ill", - "un ion", - "ĠK ub", - "ba ar", - "'' '", - "Ġmin us", - "ol an", - "U ES", - "$ _", - "it ives", - "Ġdisse min", - "ĠIn it", - "Ġr anch", - "alt ung", - "Ġarom a", - "arm e", - "F ort", - "Ġinc ont", - "ĠHun ting", - "Dep artment", - "ĠC rypto", - "Ġal gebra", - "co ins", - "ĠDes k", - "Ġinstruct ors", - "l arge", - "Inte gr", - "ch od", - "ĠCO L", - "Ġit iner", - "ĠExper ts", - "Ġspokes person", - "Ġpop s", - "ĠComp are", - "IF A", - "dra wn", - "Ġdr ums", - "Over view", - "Ġthe r", - "Ġas semble", - "åħ ·", - "Ġappar atus", - "j ek", - "Ġj umps", - "Ġg az", - "Ġch oses", - "ĠAn cient", - "ãĢĤ ãĢį", - "Ġprecaut ions", - "h one", - "Ġun predict", - "ĠR af", - "A sh", - "Ġro ses", - "Ġcur ved", - "Ġcas i", - "{ },", - "ç ı", - "UT C", - "Ġwip ed", - "çļĦ æ", - "Ġles bian", - "ad itional", - "Ġj ungle", - "Ġfirm ware", - "ĠSt rength", - "Ġpri ests", - "Ġâ Ĥ", - "Ġtrib es", - "Flo at", - "al in", - "ĠT ub", - "ot ros", - "oup on", - "s st", - "ag i", - "Ġpat rol", - "oc ard", - "Ġstat ute", - "ĠIde al", - "Ġn az", - "ĠE ste", - "Ġgra vel", - "Ġconstruct or", - "Ġundert aking", - "ĠR ena", - "Ġsqu ares", - "Ġec ological", - "h os", - "Ġh over", - "Ġh tml", - "Ġball oon", - "ap ache", - "ĠAss ist", - "Ġbol t", - "ĠS ister", - "ĠAn swers", - "ĠK iss", - "Ġhel pless", - "Ġp ixel", - "Ġg ol", - "Ġfin ite", - "Ġs orrow", - "Ġcondition er", - "ĠPlay ing", - "all oc", - "Ġterr ace", - "Pay ment", - "R eddit", - "Ġlet z", - "Ġdé cl", - "è¿ĺ æĺ¯", - "Ġp estic", - "ĠZ oo", - "Ġtrend y", - "Ġhost ile", - "æĸ Ĺ", - "Ġtour ing", - "g rund", - "ĠMont gomery", - "Requ ired", - "E arlier", - "r ace", - "ĠK E", - "ĠGr inding", - "Ġdies en", - "Ġcomprom ised", - "ip ur", - "ĠSal ad", - "Ġdece ased", - "W ritten", - "Ġab ol", - "ĠAl g", - "w ould", - "æľī ä¸Ģ", - "Ġdé but", - "ĠST EM", - "Ġrag az", - "id ian", - "Ġis so", - "Ġbrace let", - "Ġsé rie", - "cc oli", - "Ġinval uable", - "f mt", - "ĠC opper", - "Will iam", - "D ES", - "Ġest ado", - "Ġru ined", - "Ġn av", - "ov Ã", - "at ra", - "Ġf ren", - "ould er", - "Ġburn s", - "è¯ Ĩ", - "Ġswe eping", - "Ġag gress", - "ĠPol ic", - "Ġw arr", - "w ik", - "sh ift", - "roph ic", - "='' />", + "_ ->", + "ag nost", + "agn ost", + "▁pro posed", + "▁prop osed", + "▁propos ed", + "▁propose d", + "▁G ame", + "▁Ga me", + "▁Gam e", + "▁ Game", + "▁eff orts", + "▁effort s", + "в я", + "t c", + "с к", + "▁int ent", + "▁inte nt", + "▁ intent", + "▁B re", + "▁Br e", + "is c", + "i sc", + "▁pro test", + "▁prote st", + "▁prot est", + "▁h olds", + "▁hold s", + "▁hol ds", + "▁ holds", + "om etry", + "ome try", + "omet ry", + "o metry", + "▁H ave", + "▁Ha ve", + "▁Hav e", + "▁ Have", + "▁de tail", + "▁det ail", + "▁ detail", + "▁WIT HOUT", + "▁WITH OUT", + "ye r", + "y er", + "▁K on", + "▁Ko n", + "▁not iced", + "▁notice d", + "▁require ments", + "▁requirement s", + "DE BUG", + "ki ns", + "kin s", + "k ins", + "▁S pan", + "▁Sp an", + "▁ Span", + "▁c ars", + "▁car s", + "▁ca rs", + "me ta", + "met a", + "m eta", + "▁k il", + "▁ki l", + "▁ kil", + "▁B ron", + "▁Br on", + "▁Bro n", + "▁experience d", + "▁experi enced", + "▁re mind", + "▁rem ind", + "our se", + "ours e", + "▁W estern", + "▁West ern", + "▁Wes tern", + "ter ed", + "te red", + "tere d", + "t ered", + "▁dev ices", + "▁device s", + "▁ devices", + "▁pict ures", + "▁picture s", + "▁t ut", + "▁tu t", + "\" `", + "▁im possible", + "▁r ail", + "▁ra il", + "▁fe els", + "▁feel s", + "▁fee ls", + "ic as", + "ica s", + "i cas", + "il ling", + "ill ing", + "▁acc ident", + "▁' @", + "____ ____", + "▁n otes", + "▁not es", + "▁no tes", + "▁note s", + "▁ notes", + "om an", + "oma n", + "o man", + "Par ser", + "Parse r", + "Pars er", + "▁dis covered", + "▁discover ed", + "▁R oman", + "▁Rom an", + "▁Ro man", + "▁Roma n", + "▁bud get", + "▁gu ide", + "▁guid e", + "ki ng", + "kin g", + "k ing", + "▁in cred", + "▁inc red", + "▁incre d", + "ol ar", + "ola r", + "o lar", + "en den", + "end en", + "ende n", + "Des c", + "De sc", + "D esc", + "▁w ave", + "▁wa ve", + "▁ wave", + "б ли", + "ig t", + "i gt", + "▁re strict", + "▁rest rict", + "▁restr ict", + "▁R et", + "▁Re t", + "▁ Ret", + "▁m ac", + "▁ma c", + "▁ mac", + "у р", + "B S", + "í s", + "▁gener ation", + "de m", + "d em", + "al o", + "a lo", + "б ра", + "▁order ed", + "▁ord ered", + "▁ ordered", + "dr op", + "dro p", + "d rop", + "▁p p", + "▁ pp", + "▁Re view", + "▁Rev iew", + "▁ Review", + "▁liter ally", + "▁literal ly", + "▁S ir", + "▁Si r", + "▁ Sir", + "▁Y eah", + "▁Ye ah", + "▁ Yeah", + "▁d ensity", + "▁dens ity", + "▁ density", + "ri z", + "r iz", + "in de", + "ind e", + "i nde", + "▁g ain", + "▁ga in", + "▁ gain", + "▁p anel", + "▁pan el", + "▁pa nel", + "▁ panel", + "je t", + "j et", + "▁T imes", + "▁Time s", + "▁Tim es", + "▁Ti mes", + "▁ Times", + "▁n ella", + "▁ne lla", + "▁nel la", + "▁nell a", + "▁pre viously", + "▁previous ly", + "▁prev iously", + "point s", + "Se nd", + "S end", + "▁B rown", + "▁Br own", + "▁Bro wn", + "▁Brow n", + "ea ch", + "e ach", + "▁tr igger", + "▁ trigger", + "ome times", + "omet imes", + "ic os", + "ico s", + "i cos", + "G R", + "Pane l", + "Pan el", + "P anel", + "og en", + "oge n", + "o gen", + "▁c m", + "▁ cm", + "ru ctions", + "ruct ions", + "ruction s", + "▁k iss", + "▁ki ss", + "▁s olo", + "▁so lo", + "▁sol o", + "▁f amous", + "▁fam ous", + "ra n", + "r an", + "п ро", + "▁th ro", + "▁thr o", + "Gr aph", + "G raph", + "im it", + "imi t", + "i mit", + "▁V alue", + "▁Val ue", + "▁ Value", + "▁st arts", + "▁start s", + "▁star ts", "ip eline", - "ĠFin ish", - "Ġcig arettes", - "F ER", - "f ashion", - "éľ Ģ", - "ĠT oken", - "Ġso ak", - "Ġatt ra", - "Cent ral", - "c ards", - "Ġmet allic", - "En um", - "Ġbit es", - "å¯ Ĩ", - "Ġmos quito", - "Ġcertain ty", - "Ġbarg ain", - "Ġcal end", - "ĠMcC ain", - "24 9", - "Ġcho oses", - "Ġro s", - "ins ic", - "ĠMe gan", - "Ġm ijn", - "IS A", - "Ġrepe ating", - "B ed", - "bs ites", - "V ICE", - "Ġpers ist", - "Ġadvis ors", - "Ġbrow sers", - "c ido", - "w at", - "Ġk ole", - "Ġter ra", - "æ± Ł", - "Ġfinger print", - "Ġag ua", - "ple ase", - "ag it", - "ĠS ays", - "Ġorgan isms", - "ĠIdent ity", - "r Ãł", - "Ġhe pat", - "Ġk idding", - "po ly", - "S ample", - "Ġor ph", - "ĠPr ide", - "Ġtodd ler", - "ĠS oup", - "ĠG rab", - "Ġche at", - "pre fix", - "ĠPast or", - "n ick", - "up iter", - "ST ER", - "ĠLike wise", - "iert en", - "Ġwh istle", - "ens on", - "Ġfell owship", - "Ġcatal yst", - "ĠHyd ro", - "Qu é", - "Ġseam lessly", - "Ġgen ome", - "ad ol", - "ĠV ari", - "Ġcon cess", - "Ġpar ish", - "Ġexc av", - "ĠLl oyd", - "af Ã", - "ĠQue bec", - "Ġaqu ÃŃ", - "Ġinher ited", - "Ġthigh s", - "he x", - "N atural", + "ipe line", + "h d", + "T C", + "▁dis cussion", + "▁discuss ion", + "▁tr uck", + "ak a", + "a ka", + "On ly", + "▁E qu", + "▁Eq u", + "▁ Equ", + "▁k ö", + "▁ kö", + "▁B es", + "▁Be s", + "▁crit ic", + "▁pro pos", + "▁prop os", + "▁b att", + "▁bat t", + "▁ba tt", + "▁S ection", + "▁Se ction", + "▁ Section", + "Sh ow", + "S how", + "g p", + "ST ATE", + "STAT E", + "PO ST", + "POS T", + "P OST", + "▁N ord", + "▁No rd", + "▁Nor d", + "▁in nov", + "▁inn ov", + "▁c rim", + "▁cr im", + "▁cri m", + "▁ crim", + "ax is", + "a xis", + "▁T urn", + "▁Tur n", + "▁Tu rn", + "▁ Turn", + "con n", + "co nn", + "Run time", + "▁rem aining", + "▁remain ing", + "os ton", + "ost on", + "osto n", + "o ston", + "▁ Э", + "▁window s", + "▁wind ows", + "▁ windows", + "▁R oyal", + "▁Ro yal", + "▁Roy al", + "▁v ide", + "▁vi de", + "▁vid e", + "P P", + "ch ron", + "chr on", + "▁s an", + "▁sa n", + "▁ san", + "▁r ise", + "▁ri se", + "▁ris e", + "▁ rise", + "▁d elle", + "▁de lle", + "▁del le", + "▁dell e", + "▁D ur", + "▁Du r", + "▁rap id", + "▁ra pid", + "ce rt", + "cer t", + "c ert", + "L A", + "ed ge", + "▁\\ ]", + "▁ \\]", + "▁en tered", + "▁ent ered", + "▁enter ed", + "▁l aws", + "▁la ws", + "▁law s", + "▁ph oto", + "▁phot o", + "▁ photo", + "▁ap plications", + "▁applic ations", + "▁application s", + "▁appl ications", + "▁Ber lin", + "▁ar rest", + "▁arr est", + "▁f ederal", + "▁fed eral", + "▁feder al", + "▁R ussia", + "▁Russ ia", + "▁us ual", + "▁r aw", + "▁ra w", + "▁ raw", + "▁pi ù", + "êt re", + "ê tre", + "JS ON", + "J SON", + "SI ON", + "S ION", + "xt ure", + "ist ent", + "iste nt", + "isten t", + "▁P ower", + "▁Po wer", + "▁Pow er", + "▁ Power", + "Bi t", + "B it", + "▁cap acity", + "▁capac ity", + "▁ capacity", + "▁c ards", + "▁car ds", + "▁card s", + "▁ cards", + "UI D", + "U ID", + "im ents", + "iment s", + "imen ts", + "i ments", + "▁d ar", + "▁da r", + "▁ dar", + "▁Ch icago", + "▁comfort able", + "ti p", + "t ip", + "ba s", + "b as", + "▁m u", + "▁ mu", + "▁en emy", + "▁enem y", + "ya n", + "y an", + "▁ф и", + "▁ фи", + "▁up dated", + "▁update d", + "▁ updated", + "an go", + "ang o", + "E v", + "E ffect", + "os ing", + "osi ng", + "o sing", + "ren ce", + "r ence", + "▁Con gress", + "▁Cong ress", + "▁d efe", + "▁de fe", + "▁def e", + "▁i p", + "▁ ip", + "▁t out", + "▁to ut", + "▁tou t", + "▁f reedom", + "▁free dom", + "▁freed om", + "▁a o", + "▁ ao", + "▁There fore", + "▁Ther efore", + "Ed it", + "E dit", + "▁Vir gin", + "RE E", + "R EE", + "ar go", + "arg o", + "▁D am", + "▁Da m", + "▁ Dam", + "▁tra ffic", + "▁traff ic", + "ño s", + "ñ os", + "▁a lle", + "▁al le", + "▁all e", + "▁ alle", + "▁dep th", + "▁ depth", + "No w", + "N ow", + "▁s ides", + "▁side s", + "▁si des", + "▁sid es", + "▁го ди", + "▁год и", + "Des criptor", + "▁art ikel", + "▁n arrow", + "▁narr ow", + "▁nar row", + "__ _", + "_ __", + "k w", + "ut o", + "u to", + "▁Face book", + "▁Fac ebook", + "te gr", + "t egr", + "bo olean", + "ni k", + "n ik", + "b d", + "Tr ack", + "Tra ck", + "▁g ran", + "▁gr an", + "▁gra n", + "res hold", + "resh old", + "ве т", + "в ет", + "wr ap", + "w rap", + "▁n oise", + "▁no ise", + "ig u", + "i gu", + "▁B on", + "▁Bo n", + "▁ Bon", + "▁w y", + "▁ wy", + "lin ux", + "ck s", + "c ks", + "▁f ans", + "▁fa ns", + "▁fan s", + "▁m ach", + "▁ma ch", + "▁mac h", + "▁p rices", + "▁pr ices", + "▁pri ces", + "▁price s", + "é v", + "ou ts", + "out s", + "o uts", + "stand ing", + "stan ding", + "▁c ateg", + "▁cat eg", + "; \\", + "▁de cre", + "▁dec re", + "▁S aturday", + "▁m enu", + "▁me nu", + "▁men u", + "▁ menu", + "▁N ov", + "▁No v", + "▁Y et", + "▁Ye t", + "▁та к", + "lic he", + "li che", + "lich e", + "l iche", + "▁Ac adem", + "▁commun ication", + "us ing", + "u sing", + "▁Soc iety", + "▁Soci ety", + "▁n uc", + "▁nu c", + "pect ive", + "or ial", + "oria l", + "ori al", + "o rial", + "▁af raid", + "▁an imal", + "▁anim al", + "▁turn ing", + "▁tur ning", + "ds t", + "d st", + "math frak", + "le rs", + "ler s", + "l ers", + "▁l ots", + "▁lo ts", + "▁lot s", + "▁ á", + "▁T ra", + "▁Tr a", + "▁ Tra", + "n p", + "▁r ose", + "▁ro se", + "▁ rose", + "▁G L", + "▁ GL", + "▁hel ping", + "▁help ing", + "▁w inter", + "▁win ter", + "▁ко м", + "▁ ком", + "Mo ck", + "M ock", + "▁invest ment", + "Us e", + "U se", + "▁Can ad", + "н д", + "Co py", + "Cop y", + "C opy", + "▁f ly", + "▁fl y", + "▁ fly", + "SE R", + "S ER", + "▁F ar", + "▁Fa r", + "▁R os", + "▁Ro s", + "am il", + "ami l", + "a mil", + "▁fight ing", + "▁rel igious", + "▁relig ious", + "su per", + "sup er", + "s uper", + "sc reen", + "scr een", + "s creen", + "▁f urn", + "▁fur n", + "▁fu rn", + "▁surpr ised", + "▁surprise d", + "▁re plied", + "▁repl ied", + "Act ivity", + "Activ ity", + "▁D own", + "▁Do wn", + "▁Dow n", + "▁ Down", + "▁in sert", + "▁ins ert", + "▁ insert", + "▁O lymp", + "▁point ed", + "▁po inted", + "▁C ard", + "▁Car d", + "▁Ca rd", + "▁ Card", + "dr iver", + "drive r", + "d river", + "▁D a", + "▁ Da", + "! --", + "ro ud", + "rou d", + "r oud", + "un do", + "und o", + "▁m essages", + "▁message s", + "▁mess ages", + "▁ messages", + "▁P oint", + "▁Po int", + "▁ Point", + "V M", + "▁p lane", + "▁pl ane", + "▁plan e", + "▁ plane", + "x c", + "▁telev ision", + "▁tele vision", + "▁televis ion", + "ё н", + "▁thous ands", + "▁thousand s", + "▁c ris", + "▁cr is", + "▁cri s", + "▁de lay", + "▁del ay", + "▁ delay", + "▁N ext", + "▁Ne xt", + "▁ Next", + "▁no mbre", + "▁nom bre", + "▁t u", + "▁ tu", + "▁sk ip", + "▁ski p", + "▁ skip", + "ro ad", + "r oad", + "istr ation", + "▁t ur", + "▁tu r", + "▁De velop", + "▁Devel op", + "▁П а", + "▁д ру", + "▁др у", + "▁wonder ful", + "> &", + "▁L iber", + "▁Li ber", + "▁Lib er", + "▁s cope", + "▁sc ope", + "▁ scope", + "▁man age", + "▁ma nage", + "▁d ass", + "▁da ss", + "▁das s", + "▁re call", + "▁rec all", + "P M", + "▁re levant", + "▁relev ant", + "▁E arth", + "▁ка к", + "▁a pr", + "▁ap r", + "▁A SS", + "▁AS S", + "▁ ASS", + "ié n", + "i én", + "▁S H", + "▁ SH", + "oo m", + "o om", + "it et", + "ite t", + "no ne", + "non e", + "n one", + "as i", + "a si", + "▁mot or", + "▁mo tor", + "▁S how", + "▁Sh ow", + "▁ Show", + "n b", + "▁fact ors", + "▁fa ctors", + "▁factor s", + "▁f orest", + "▁for est", + "▁fore st", + "▁fo rest", + "▁в ре", + "th m", + "t hm", + "▁m unicip", + "▁turn s", + "▁tur ns", + "▁Div ision", + "▁Di vision", + "E C", + "▁dis appe", + "struct or", + "stru ctor", + "▁some where", + "▁Afr ican", + "▁Africa n", + "▁Inst itute", + "▁Institut e", + "Gr id", + "G rid", + "▁te acher", + "▁teach er", + "▁tea cher", + "ur ies", + "uri es", + "u ries", + "▁respect ively", + "▁respective ly", + "▁S D", + "▁ SD", + "▁a live", + "▁al ive", + "▁ali ve", + "▁p ou", + "▁po u", + "▁W ater", + "▁Wat er", + "▁Wa ter", + "▁ Water", + "ф е", + "▁ch anging", + "▁chang ing", + "▁ changing", + "▁after noon", + "▁or ders", + "▁order s", + "▁ord ers", + "▁ orders", + "Re t", + "R et", + "Point er", + "Po inter", + "▁s av", + "▁sa v", + "er g", + "e rg", + "ok ed", + "oke d", + "o ked", + "ess ions", + "ession s", + "▁F ire", + "▁Fi re", + "▁ Fire", + "ar et", + "are t", + "a ret", + "im m", + "i mm", + "▁des ire", + "▁ що", + "▁De sign", + "▁Des ign", + "▁ Design", + "ut ure", + "▁Off ice", + "▁c md", + "▁cm d", + "▁ cmd", + "▁e ating", + "▁eat ing", + "Net work", + "▁r ough", + "▁ro ugh", + "▁rou gh", + "▁ rough", + "oper ator", + "IG N", + "I GN", + "▁s ports", + "▁sp orts", + "▁sport s", + "▁w eren", + "▁we ren", + "▁were n", + "▁wer en", + "▁n oted", + "▁not ed", + "▁no ted", + "▁note d", + "▁tw ice", + "II I", + "I II", + "▁a nx", + "▁an x", + "▁e lim", + "▁el im", + "▁а в", + "▁i o", + "▁ io", + "▁spe ech", + "▁con du", + "▁cond u", + "el les", + "ell es", + "elle s", + "id ade", + "ida de", + "idad e", + "▁adv ance", + "R I", + "oc a", + "o ca", + "/ \\", + "ap shot", + "aps hot", + "▁t ail", + "▁ta il", + "▁ tail", + "mod els", + "model s", + "mode ls", + "og y", + "o gy", + "▁J eff", + "▁Je ff", + "ir ation", + "irat ion", + "▁K ore", + "▁Ko re", + "▁Kor e", + "▁le ads", + "▁lead s", + "ba t", + "b at", + "Ad apter", "c ategory", - "Sub ject", - "ĠC ay", - "Form s", - "80 2", - "ĠGe or", - "ĠUn ity", - "uss ions", - "24 1", - "Ġshow ers", - "Ġfact ories", - "g one", - "ort ium", - "Ġwra pping", - "Ġf is", - "Ġcomp artment", - "Ġav ail", - "ĠHol ly", - "Med ical", - "ĠFlore nce", - "ov ic", - "Ġpic col", - "t p", - "Ġsu oi", - "Ġsc aling", - "âĨ Ĵ", - "Ġg roupe", - "Can ada", - "ig uous", - "ĠBul let", - "G RO", - "Ġst akes", - "Ġbas il", - "iv itÃł", - "ĠQu ad", - "ĠI MP", - "Ġre cl", - "ĠP rag", - "Ġal beit", - "ĠW enn", - "ĠC ox", - "c uts", - "Ġbelie vers", - "iling ual", - "Ġterr ifying", - "Ġan i", - "ĠAltern atively", - "in ion", - "ĠF oster", - "ĠDes ert", - "Ġgrad uating", - "Ġh rs", - "ĠPC R", - ") [", - "Ġl anes", - "sy nt", - "im ir", - "Fe el", - "ĠS ally", - "ress es", - "arg ument", - "Ġfre ight", - "0 80", - "ĠReport ing", - "s pecial", - "Ġe ux", - "ĠP I", - "ĠCon sole", - "é ner", - "Ġcapt iv", - "Ġfreel ance", - "ĠLeban on", - "Ġar tery", - "Ġshr ink", - "ĠCann abis", - "Ġrec om", - "ann ot", - "ĠPlay Station", - "ĠBe i", - "{ '", - "ops is", - "Ġbrand ed", - "ĠPortug uese", - "ĠCont roller", - "ÅĦ st", - "Ġrec urring", - "éĿ ©", - "Ġsp ill", - "ĠStrateg ies", - "B ur", - "ĠG ust", - "Ġsour ced", - "ĠPhilosoph y", - "ĠBer ry", - "ĠPow ell", - "ĠE u", - "ĠAb ove", - "all er", - "cd n", - "ĠW oo", - "ÅĤ am", - "Ġneg ot", - "g rowing", - "ĠIntegr ated", - "S ound", - "F REE", - "ĠB ristol", - "Ġp ains", - "ex e", - "B P", - "L ooks", - "N R", - "Ġreluct ant", - "ject ion", - "A u", - "esthes ia", - "ĠHol mes", - "In ternal", - "Ġro ast", - "Ġslow ed", - "Ġbear ings", - "Ġex ert", - "men o", - "Ġal mond", - "Ġimper fect", - "idel ity", - "Ġp ores", - "Ġdel ic", - "l arg", - "Ġtast ed", - "Ġcom fy", - "ĠL ives", - "Ġpr is", - "for cing", - "Ġdis infect", - "ç¬ ij", - "ĠB UT", - "Ġtrack ed", - "ĠCreat or", - "ĠN GO", - "pe x", - "ĠQu otes", - "Ġnuest ros", - "t out", - "ĠS ets", - "ĠSub st", - "èĭ ¦", - "Ġprov oc", - "Ġso ber", - "op a", - "Ġintern ally", - "Ġcat ches", - "ĠN ames", - "\" />", - "c ity", - "osp ace", - "Ġal to", - "Ġfre ak", - "çº ¿", - "i age", - "Ġtweet ed", - "Ġcl iff", - "ĠUn limited", - "ĠCompl iance", - "a ções", - "ĠP ubl", - "ĠG ambling", - "Ġfun nel", - "part ial", - "ĠJos é", - "ĠBack ground", - "ĠConsult ant", - "Ġselect ive", - "åį ĥ", - "E sc", - "et ing", - "ĠW ed", - "ĠH off", - "Ġsh ipment", - "Ġjud ging", - "Ġtherap ists", - "iche ver", - "ĠM é", - "Ġam azon", - "Ġanth rop", - "ĠBry an", - "R oll", - "Ġm ÃŃ", - "Ġdef ender", - "Ġnot ices", - "Ġcollect or", - "Ġou v", - "Ġredu nd", - "st ill", - "ĠV on", - "Ġide ology", - "Ġaut ism", - "Ġdest in", - "Gu ard", - "itt a", - "Ġproc urement", - "ĠC ir", - "Ġclick ed", - "l é", - "22 7", - "h ält", - "Ġmiser able", - "id is", - "ros is", - "Ġbr ushed", - "ĠEv idence", - "ĠRom ans", - "ĠS ew", - "Ġpass ages", - "2 19", - "< >", - "Ġeven ings", - "ĠAn nie", - "ĠComp at", - "Ġsusp icion", - "le arning", - "ank ing", - "Ġc ass", - "Ġcr ashes", - "Ġer ano", - "EC H", - "Ġcan cers", - "Ġequ als", - "Ġn ipp", - "ĠG ren", - "Ġbro ch", - "Ġop io", - "ĠKeep ing", - "K en", - "Ġple asing", - "d istance", - "os ion", - "Ġad emás", - "Ġup wards", - "åħ¶ ä»ĸ", - "Ġnun ca", - "orn ings", - "b ard", - "ĠEth ics", - "Ext ra", - "frame work", - "Ġfilter ing", - "Ġp ak", - "ĠAd visor", - "Ġact ivid", - "Ġtut te", - "Ġst roll", - "ĠH yp", - "ĠBo at", - "Ġadequ ately", - "Ġfrequ encies", - "Ġscrew s", - "Ġin duction", - "Ġeyeb rows", - "Ġunf old", - "ec hes", - "ĠHost ing", - "Ġt roll", - "Å¡t ÄĽ", - "Ġm itt", - "ĠS ell", - "Ġhom etown", - "Ġcont amin", - "Ġfe ast", - "ĠSe at", - "ĠAb use", - "Ġexhib ited", - "Ġdis asters", - "ĠR ams", - "erman ent", - "F D", - "Ġinter im", - "Ġsung lasses", - "w p", - "00 8", - "Ġer fol", - "Ġdivid end", - "Ġl inen", - "els h", - "Ġsuper vis", - "gener ated", - "it el", - "itt ings", - "Ġrecon struction", - "ĠN est", - "iem e", - "Ġk ol", - "Ġje u", - "Ġtechn ician", - "Ġalle m", - "R en", - "it ung", - "Ġl ush", - "ĠB rend", - "Ġrec urs", - "ĠMar co", - "Ġge ographic", - "Ġrook ie", - "ĠChap el", - "Ġfore front", - "ĠS IM", - "ĠJ in", - "ĠOrig in", - "ĠT C", - "ĠG ob", - "ĠCh ang", - "ob re", - "Ġresid ency", - "Ġpecul iar", - "ĠBr ick", - "Ġbra kes", - "ĠCris is", - "ĠC ere", - "ĠB urg", - "Ġcons id", - "pp le", - "Ġcomm itting", - "B ring", - "ĠI b", - "ĠT as", - "lo op", - "ĠBre ast", - "N orm", - "R ate", - "Ġalgun os", - "ĠGr am", - "ĠB ub", - "Ġcontribut ors", - "æĶ »", - "Ġfurn ish", - "Ġvé rit", - "Ġout right", - "ĠCh rom", - "Ġsm oked", - "u ki", - "Ġab used", - "ĠIn cluded", - "Sp ot", - "ĠNaz i", - "k ok", - "ne z", - "Ġswe ater", - "ru ce", - "Ġ ib", - "pr Ã", - "Ġsimpl ify", - "ĠDr ink", - "uro s", - "fl ags", - "Ġafore mentioned", - "E ver", - "Ġd ermat", - "Ġper c", - "m argin", - "ĠBet a", - "ĠProv ince", - "P ad", - "Ġh oy", - "Ġcred ited", - "Ġfamil ia", - "Ġb og", - "arm ed", - "ĠPres cription", - "Ġje une", - "x iety", - "Ġat é", - "D ou", - "ish i", - "Ġrel ied", - "Ġwr inkles", - "ĠB ros", - "ĠL ocated", - "ĠAr men", - "ĠMc L", - "Ġthe ology", - "Ġspread s", - "Copy right", - "st own", - "ring ton", - "ĠF ans", - "Fl ow", - "ter a", - "ĠG ifts", - "ĠN L", - "ĠLaw yer", - "Ġpsych iat", - "çķ Ļ", - "ĠH ass", - "ĠEnd e", - "Ġter ribly", - "w or", - "ĠR ental", - "Ġme ga", - "Ġbow ls", - "IN FO", - "Ġaccomplish ments", - "Ġencont rar", - "ph in", - "Ġmo et", - "ĠBenn ett", - "Ġd or", - "ĠT out", - "lev ard", - "Ġsynt ax", - "ĠDies e", - "w iÄĻ", - "ĠHy brid", - "ĠSur f", - "Ġflags hip", - "ad v", - "Ġdom inate", - "ag us", - "ĠW alt", - "Ġper ceptions", - "Ġpodcast s", - "! [", - "N ous", - "o il", - "æ IJ", - "Adv anced", - "2 17", - "Ġwh olly", - "Ġemploy ing", - "ĠRepl acement", - "Ġcon ced", - "Ġres olutions", - "Ġden om", + "ang ular", + "angu lar", + "▁s aved", + "▁sa ved", + "▁save d", + "▁sav ed", + "▁ saved", + "▁un iform", + "▁ uniform", + "▁n é", + "▁ né", + "▁business es", + "His t", + "Hi st", + "H ist", + "▁а р", + "▁ ар", + "do main", + "dom ain", + "▁S i", + "▁ Si", + "ra ise", + "rais e", + "rai se", + "r aise", + "▁w arn", + "▁war n", + "▁wa rn", + "▁ warn", + "het ic", + "h etic", + "▁G ro", + "▁Gr o", + ")) .", + ") ).", + "} >", + "з е", + "▁Amaz on", + "▁Or gan", + "▁ Organ", + "▁L ake", + "▁La ke", + "▁ag reement", + "▁agree ment", + "▁agre ement", + "x a", + "▁p erman", + "▁per man", + "▁perm an", + "▁cont aining", + "▁contain ing", + "▁st range", + "▁str ange", + "▁strang e", + "ст і", + "с ті", + "▁st upid", + "▁spe aking", + "▁speak ing", + "▁Intern et", + "▁Inter net", + "pre fix", + "pref ix", + "p refix", + "es c", + "e sc", + "As sert", + "Ass ert", + "pro te", + "pr ote", + "prot e", + "p rote", + "▁m anner", + "▁man ner", + "▁S z", + "un te", + "unt e", + "u nte", + "io t", + "i ot", + "Pro file", + "ov en", + "ove n", + "o ven", + "▁for med", + "▁form ed", + "▁forme d", + "▁ formed", + "▁l it", + "▁li t", + "▁ lit", + "▁econom y", + "▁ec onomy", + "▁c z", + "▁ cz", + "wi d", + "w id", + "RE Q", + "R EQ", + "▁ch osen", + "▁cho sen", + "▁chose n", + "▁P rodu", + "▁Pro du", + "▁ Produ", + "os ter", + "ost er", + "o ster", + "st ances", + "stance s", + "stan ces", + "aw a", + "a wa", + "▁R en", + "▁Re n", + "▁conf irm", + "▁ confirm", + "▁Б о", + "▁b illion", + "▁bill ion", + "▁d éc", + "▁dé c", + "ý ch", + "▁ill ustr", + "TI ES", + "T IES", + "▁P ub", + "▁Pu b", + "▁ Pub", + "▁b an", + "▁ba n", + "▁ ban", + "ad ed", + "ade d", + "a ded", + "ah n", + "a hn", + "▁C ath", + "▁Cat h", + "▁Ca th", + "no number", + "non umber", + "▁wor st", + "▁М е", + "▁sugg ested", + "▁suggest ed", + "st ats", + "stat s", + "sta ts", + "▁c ant", + "▁can t", + "▁ca nt", + "▁al ign", + "▁ali gn", + "▁ align", + "kap pa", + "k appa", + "▁h en", + "▁he n", + "▁ hen", + "▁in iti", + "▁init i", + "'] )", + "' ])", + "B I", + "▁g arden", + "▁gar den", + "▁gard en", + "▁sec ure", + "▁secur e", + "▁ secure", + "▁\\ [", + "▁ \\[", + "hand ler", + "handle r", + "el li", + "ell i", + "e lli", + "ld ots", + "l dots", + "se cut", + "sec ut", + "s ecut", + "▁ext ended", + "▁extend ed", + "} -", + "an ie", + "ani e", + "a nie", + "▁F ind", + "▁Fin d", + "▁Fi nd", + "▁ Find", + "▁M useum", + "▁Muse um", + "▁C onne", + "▁Con ne", + "▁ Conne", + "y y", + "▁pass ion", + "ak ers", + "ake rs", + "aker s", + "a kers", + "ah r", + "a hr", + "olog ies", + "ologie s", + "▁equ ation", + "▁eq uation", + "▁ equation", + "▁occ asion", + "▁occas ion", + "Le t", + "L et", + "'] ['", + "'][ '", + "' ]['", + "Pr int", + "an es", + "ane s", + "a nes", + "ie nte", + "ient e", + "ien te", + "i ente", + "▁T oday", + "▁To day", + "▁Tod ay", + "LE CT", + "L ECT", + "▁A f", + "▁ Af", + ", ,", + "▁Т а", + "▁` ``", + "▁`` `", + "ev en", + "eve n", + "e ven", + "si n", + "s in", + "ur er", + "ure r", + "u rer", + "▁ °", + "ot imes", + "oti mes", + "o times", + "▁I O", + "▁ IO", + "▁po et", + "() ));", + "()) );", + "())) ;", + "( )));", + "▁ −", + "▁ad opt", + "ph ere", + "pher e", + "p here", + "# [", + "▁c entre", + "▁cent re", + "ov es", + "ove s", + "o ves", + "▁a ns", + "▁an s", + "▁ ans", + "d p", + "▁K ir", + "▁Ki r", + "▁applic able", + "f p", + "▁vis ual", + "▁ok ay", + "or o", + "o ro", + "▁opportun ities", + "Re pository", + "Rep ository", + "▁l l", + "▁ ll", + "▁R od", + "▁Ro d", + "▁s hel", + "▁sh el", + "▁she l", + "▁la unch", + "▁con ven", + "▁conv en", + "▁conve n", + "▁S pe", + "▁Sp e", + "▁ Spe", + "Am er", + "A mer", + "▁c ette", + "▁cet te", + "Con d", + "Co nd", + "C ond", + "de p", + "d ep", + "O wn", + "▁h ook", + "▁ho ok", + "▁ hook", + "▁d ict", + "▁di ct", + "▁dic t", + "▁ dict", + "▁Th ose", + "▁f ellow", + "▁fell ow", + "▁fel low", + "▁phil osoph", + "▁philos oph", + "vi n", + "v in", + "fer ences", + "ference s", + "ha v", + "h av", + "▁ad ding", + "▁add ing", + "▁ adding", + "ivers e", + "iver se", + "i verse", + "ga me", + "g ame", + "▁Bl ue", + "▁ Blue", + "▁c lin", + "▁cl in", + "not e", + "no te", + "n ote", + "▁R am", + "▁Ra m", + "ме р", + "м ер", + "co very", + "cover y", + "cov ery", + "c overy", + "ñ a", + "▁б и", + "▁ би", + "▁f ashion", + "▁b roke", + "▁br oke", + "▁bro ke", + "▁' \\", + "▁ '\\", + "▁re ader", + "▁read er", + "▁ reader", + "но е", + "но сти", + "ност и", + "▁pay ment", + "▁ payment", + "▁L ic", + "▁Li c", + "▁l ips", + "▁li ps", + "▁lip s", + "▁ac adem", + "▁M ot", + "▁Mo t", + "el ls", + "ell s", + "C HECK", + "▁р у", + "▁ ру", + "▁M S", + "▁ MS", + "Ed itor", + "Edit or", + "▁z one", + "▁zo ne", + "▁ zone", + "it ure", + "itu re", + "▁I T", + "▁ IT", + "run time", + "▁pro ceed", + "▁proc eed", + "ло в", + "л ов", + "▁M aria", + "▁Mar ia", + "▁Ma ria", + "ol ver", + "olve r", + "olv er", + "▁Th anks", + "▁Thank s", + "▁ Thanks", + "▁should n", + "▁J oh", + "▁Jo h", + "▁Mod el", + "▁Mo del", + "▁Mode l", + "▁ Model", + "▁S ov", + "▁So v", + "! '", + "D i", + "▁c ancer", + "▁can cer", + "Id ent", + "▁ex change", + "il ler", + "ill er", + "ille r", + "in f", + "i nf", + "LE N", + "L EN", + "() {", + "( ){", + "ag a", + "a ga", + "\"] ,", + "\" ],", + "u h", + "▁K en", + "▁Ke n", + "▁ph otos", + "▁phot os", + "▁photo s", + "▁t iny", + "▁ti ny", + "▁tin y", + "▁ tiny", + "▁g ent", + "▁gen t", + "▁ge nt", + "▁ gent", + "ü l", + "▁T ake", + "▁Ta ke", + "▁Tak e", + "▁ Take", + "id el", + "ide l", + "i del", + "ou ting", + "out ing", + "In ternal", + "Inter nal", + "Intern al", + "▁c ells", + "▁cell s", + "▁cel ls", + "ни м", + "н им", + "ha rd", + "har d", + "h ard", + "▁T own", + "▁To wn", + "▁Tow n", + "ob e", + "o be", + "pl ex", + "ple x", + "p lex", + "те р", + "т ер", + "to ns", + "ton s", + "t ons", + "▁conc entr", + "▁concent r", + "mo ck", + "m ock", + "v c", + "á z", + "▁Ch ampionship", + "▁Champion ship", + "▁Champions hip", + "▁б е", + "▁ бе", + "? ?", + "ér i", + "é ri", + "al y", + "a ly", + "▁ Ц", + "ier te", + "iert e", + "▁tot ally", + "▁total ly", + "▁A uf", + "▁Au f", + "▁our selves", + "▁S elf", + "▁Sel f", + "▁ Self", + "Form s", + "For ms", + "ight er", + "igh ter", + "▁is land", + "fm t", + "f mt", + "▁r c", + "▁ rc", + "▁t ells", + "▁tell s", + "▁tel ls", + "B B", + "di t", + "d it", + "▁vari ables", + "▁variable s", + "▁ variables", + "▁int ended", + "▁intend ed", + "iz ont", + "izon t", + "izo nt", + "▁pl ays", + "▁play s", + "da m", + "d am", + "se q", + "s eq", + "▁S up", + "▁Su p", + "▁ Sup", + "▁c ultural", + "▁cult ural", + "▁sc ream", + "__ ,", + "_ _,", + "ci pl", + "cip l", + "Time out", + "▁ ж", + "or te", + "ort e", + "▁repl aced", + "▁replace d", + "E M", + "▁ab andon", + "▁Spec ial", + "▁Spe cial", + "▁ Special", + "el len", + "ell en", + "elle n", + "▁B ru", + "▁Br u", + "ir med", + "irm ed", + "T e", + "ol t", + "o lt", + "j u", + "Arg ument", + "▁ne ut", + "▁neu t", + "▁ neut", + "sc ape", + "▁R ay", + "▁Ra y", + "▁ Ray", + "▁Pol it", + "▁Po lit", + "▁crow d", + "▁cro wd", + "▁Window s", + "▁Wind ows", + "▁ Windows", + "ie go", + "ieg o", + "i ego", + "▁e scape", + "▁esc ape", + "▁ escape", + "▁Ap ache", + "sy nc", + "syn c", + "s ync", + "eb en", + "e ben", + "if ies", + "ifi es", + "et her", + "eth er", + "ethe r", + "e ther", + "Met a", + "Me ta", + "M eta", + "▁big gest", + "Ga me", + "G ame", + "▁trans action", + "▁ transaction", + "En v", + "E nv", + "▁М о", + "▁pl enty", + "▁m el", + "▁me l", + "▁ mel", + "п ре", + "▁mot iv", + "▁о р", + "▁ ор", + "or gan", + "org an", + "▁m ock", + "▁mo ck", + "▁ mock", + "▁$ _", + "▁ $_", + "ен е", + "е не", + "▁N umber", + "▁Num ber", + "▁Nu mber", + "▁ Number", + "ck now", + "c know", + "▁Up date", + "▁ Update", + "ze ro", + "zer o", + "z ero", + "▁sur prise", + "▁surpr ise", + "ce an", + "pd f", + "p df", + "Gl obal", + "▁att end", + "▁f ond", + "▁fo nd", + "▁fon d", + "▁under stood", + "Na v", + "N av", + "▁M ic", + "▁Mi c", + "▁ Mic", + "= $", + "ok ing", + "oki ng", + "o king", + "▁Stad ium", + "Cl ose", + "▁compet ition", + "▁sold iers", + "▁soldier s", + "▁O P", + "▁ OP", + "ag ne", + "agn e", + "▁An ton", + "▁Ant on", + "Ma in", + "M ain", + "á k", + "▁# [", + "▁ #[", + "▁Com mit", + "▁Comm it", + "▁ Commit", + "py x", + "▁e ast", + "▁eas t", + "▁ east", + "▁Or der", + "▁Ord er", + "▁ Order", + "F loat", + "▁accept ed", + "▁mon itor", + "▁ monitor", + "▁p ad", + "▁pa d", + "▁ pad", + "on ic", + "oni c", + "o nic", + "▁p ushed", + "▁push ed", + "▁re place", + "▁rep lace", + "▁repl ace", + "▁ replace", + "CR E", + "C RE", + "▁r ide", + "▁ri de", + "▁rid e", + "▁ ride", + "fo und", + "f ound", + "= %", + "во й", + "▁mat ches", + "▁match es", + "▁ matches", + "▁L ie", + "▁Li e", + "▁exper iences", + "▁experience s", + "▁experi ences", + "Po ol", + "P ool", + "up s", + "u ps", + "A V", + "▁ex istence", + "▁exist ence", + "▁t hin", + "▁th in", + "▁m agn", + "▁mag n", + "▁ma gn", + "CO MP", + "COM P", + "ho me", + "hom e", + "h ome", + "▁n i", + "▁ ni", + "▁wur den", + "▁wurde n", + "ла в", + "▁te eth", + "▁S tan", + "▁St an", + "▁Sta n", + "ap pro", + "app ro", + "an ny", + "ann y", + "if ts", + "ift s", + "▁un known", + "▁ unknown", + "▁h omes", + "▁home s", + "▁hom es", + "▁ho mes", + "▁ent ity", + "▁ entity", + "ci e", + "c ie", + "ле ние", + "ia r", + "i ar", + "▁compl iance", + "▁focus ed", + "uz z", + "u zz", + "=\\ \"", + "= \\\"", + "com ponents", + "component s", + "Att r", + "At tr", + "all ery", + "alle ry", + "aller y", + "▁ident ify", + "O k", + "pi e", + "p ie", + "▁St ill", + "▁off ering", + "▁offer ing", + "▁bu sy", + "▁bus y", + "ct l", + "c tl", + "it ors", + "itor s", + "ito rs", + "▁concern ed", + "▁concer ned", + "▁b rown", + "▁br own", + "▁bro wn", + "▁brow n", + "cl k", + "Se lected", + "Select ed", + "▁B lock", + "▁Bl ock", + "▁Blo ck", + "▁ Block", + "▁e gy", + "▁eg y", + "▁ egy", + "ic ing", + "ici ng", + "i cing", + "▁U RL", + "▁ URL", + "▁t opic", + "▁to pic", + "▁top ic", + "▁ topic", + "▁Pro duct", + "▁Produ ct", + "▁ Product", + "▁ч и", + "▁ чи", + "▁t rial", + "▁tr ial", + "▁tri al", + "▁week end", + "l u", + "▁I V", + "▁ IV", + "▁E gy", + "▁Eg y", + "x C", + "▁n ove", + "▁no ve", + "▁nov e", + "▁l ett", + "▁le tt", + "▁let t", + "▁ lett", + "en ne", + "enn e", + "() ).", + "()) .", + "( )).", + ".* *", + ". **", + "▁p romise", + "▁prom ise", + "el ection", + "ele ction", + "elect ion", + "e lection", + "Aut h", + "A uth", + "r v", + "ri l", + "r il", + "▁con duct", + "▁cond uct", + "▁condu ct", + "▁ conduct", + "▁main tain", + "▁maint ain", + "▁bo at", + "▁ boat", + "▁op posite", + "▁oppos ite", + "sp in", + "spi n", + "s pin", + "web pack", + "an ta", + "ant a", + "▁o rient", + "▁or ient", + "▁ orient", + "▁s uc", + "▁su c", + "▁ex ercise", + "▁exerc ise", + "▁eff icient", + "▁ efficient", + "▁trad ition", + "▁z w", + "▁ zw", + "▁S ud", + "▁Su d", + "go ing", + "▁P ier", + "▁Pi er", + "in v", + "i nv", + "ip es", + "ipe s", + "i pes", + "ensure math", + "▁con ver", + "▁conv er", + "▁conve r", + "cre en", + "cr een", + "c reen", + "▁t error", + "▁ter ror", + "▁terr or", + "▁D ou", + "▁Do u", + "▁in valid", + "▁ invalid", + "ce ived", + "ceive d", + "▁A rab", + "▁Ar ab", + "▁w ire", + "▁wir e", + "▁ wire", + "ap plication", + "sh ift", "Gener ic", - "Profess or", - "ĠInd ependence", - "ĠP apers", - "é ric", - "ĠCom pos", - "log in", - "ĠZ immer", - "Ġrain bow", - "mat rix", - "Ġp enn", - "ĠL ud", - "Ġcoron ary", - "3 23", - "Ġengine ered", - "ĠD it", - "oc on", - "F all", - "F IN", - "M rs", - "ĠMel issa", - "ind ers", - "Ġpres erving", - "Ġfant as", - "ĠW aste", - "Ġat oms", - "Ġmus cular", - "Ġpl ut", - "M id", - "m onds", - "Ġv illa", - "Log in", - "Ġsig u", - "Ġhier archy", - "Ġborrow ing", - "ĠH indi", - "ustom ed", - "ĠA unt", - "Ġsc or", - "ĠPed ro", - "bl ank", - "Ġden ying", - "Ġmerch ants", - "ul ance", - "ke es", - "Ġsent enced", - "ĠMach ines", - "åħ ļ", - "hr ung", - "isp ens", - "Ġs ommes", - "ĠW inst", - "Ġund erest", - "Ġdi vert", - "Ġcred ible", - "Ġpump ing", - "Ġcontinu ity", - "Ġest r", - "ph oto", - "v ie", - "og ens", - "Ġaccum ulation", - "b oolean", - "ĠN SW", - "Ġdo k", - "èģ Ķ", - "st orage", - "Ġshell s", - "T ri", - "ber o", - "Ġres ent", - "ĠMar ina", - "J P", - "ĠF ishing", - "Ġparent al", - "Ġtwe ets", - "Ġl amps", - "Ġhe ute", - "ĠG ross", - "Ġâ ĸ", - "Add ed", - "ĠPal mer", - "Ġcomm emor", - "ĠRich ter", - "ĠHop kins", - "Ġqu indi", - "C ourse", - "æľ¨ å", - "Ġdid nt", - "ĠRes idential", - "For ce", - "Ġregister ing", - "on ie", - "Ġg ed", - "W P", - "ĠWall ace", - "n ice", - "Ġdis gu", - "jour d", - "24 2", - "t al", - "Ġfold ers", - "M ust", - "ĠJ A", - "Ad apter", - "squ are", - "ĠOpportun ity", - "ĠS ah", - "Ġslow ing", - "Ġqu ed", - "ex ists", - "_ (", - "ä nder", - "Ġw iel", - "Ġà Ī", - "åı ·", - "ĠSm ooth", - "ĠMA X", - "ĠLiqu id", - "ĠRe form", - "ĠSouth west", - "ber ger", - "ĠGu ild", - "ç» Ħ", - "Ġnie u", - "Pat tern", - "ĠM ond", - "Ġâ ĺ", - "G N", - "W ild", - "Ġh urd", - "Ġdo en", - "ĠD EL", - "ĊĠĠĠĠĠĠĠĠ ĊĠĠĠĠĠĠĠ", - "K im", - "Ġd alle", - "ĠY a", - "ĠEmploy ees", - "Ġl ur", - "ram id", - "Ġeval uations", - "col ored", - "Americ a", - "ĠBa iley", - "T u", - "ĠSet up", - "Ġende avor", - "Ġwin nings", - "ĠA ra", - "Ġman kind", - "rag ment", - "Ġshar ply", - "Ġg ir", - "Ġcl o", - "Ġassum es", - "Ġemphas ized", - "d k", - "Ġt il", - "ol ta", - "Ġab ort", - "Ġpe aks", - "the ir", - "C ool", - "O cc", - "Ġs arc", - "ic ism", - "ĠOtt awa", - "n av", - "ga e", - "ĠC elt", - "äº ¬", - "Ġspl end", - "Ġe rection", - "Ġex acerb", - "åįĵ æľ¨å", - "Ġimpro per", - "bor hood", - "Fr ont", - "Ġunderstand able", - "åĢ Ĵ", - "Ġfulfill ment", - "Ġhazard ous", - "Ġdis like", - "Ġident ities", - "cl air", - "ĠCo aching", - "ĠDev ices", - "ĠTri ple", - "ĠEVER Y", - "å® ĭ", - "ĠAng els", - "Ġlivest ock", - "ĠLight ing", - "Ġash amed", - "3 90", - "iff e", - "Ġelim ination", - "Ġkomm t", - "Ġo st", - "ĠMathemat ics", - "é ro", - "Ġper secut", - "LO CK", - "ĠComput ing", - "rict ed", - "ĠAdv ice", - "Ġjed och", - "Ġprosecut ion", - "atto os", - "ah ah", - "Ġcar amel", - "Ġsimilar ities", - "ĠBr ussels", - "Ġrot ate", - "ĠB ark", - "Ġs ender", - "Ġsym pathy", - "Ġst all", - "ĠTh ing", - "Ġhelic opter", - "Ġelect oral", - "Ġfrag ment", - "S ounds", - "se ed", - "ĠF ut", - "Ġqual ité", - "Ġneur ons", - "ĠN Z", - "ĠNe u", - "Ġguess ed", - "Ġreserv oir", - "D rive", - "Ġe h", - "aw i", - "Ġer re", - "\" ...", - "RE SS", - "Ġimpress ions", - "Ġcorrid or", - "Ġen se", - "Ġcl ues", - "ĠJul ian", - "Ġacceler ated", - "Ġimport s", - "Ġcompar isons", - "ĠLeg acy", - "w orm", - "ov i", - "ä¿ ®", - "Ġh ooks", - "ĠK umar", - "c reated", - "Ġp uls", - "Ġn ing", - "our ing", - "Ċĉ ĠĠĠ", - "9 50", - "Ġcz ÄĻ", - "ro ads", - "Ġhas ht", - "Ġautom at", - "Ġlab s", - "v P", - "Ġopen ings", - "Ġembr aced", - "ion ar", - "ĠV ic", - "ty ped", - "tr l", - "ind o", - "Ġboost ing", - "Ġindu ce", - "Ġpos ible", - "Med line", - "ĠUnter nehmen", - "D ark", - "åį ķ", - "Ġbul bs", - "Ġunder going", - "Ġcompet it", - "Ġkter é", - "ĠAdministr ator", - "ac hen", - "ĠD ot", - "Ġdiscount ed", - "Ġnat Ã", - "Ġn avy", - "ov ánÃŃ", - "Ġorgan ism", - "Ġc iting", - "ig os", - "int endent", - "ĠAc id", - "Ġpill ows", - "Ġliv re", - "Ġk unt", - "Ġexpend iture", - "3 15", - "x ic", - "ĠV ern", - "(\" /", - "Ġmap le", - "Ġchick ens", - "ĠComm ander", - "Ġframe works", - "Ġs b", - "Ġquestion naire", - "ĠSoc cer", - "ard on", - "Ġih rer", - "00 6", - "ä uf", - "Ġautonom ous", - "Ġsil hou", - "Ġdat as", - "n est", - "Ġpolit ician", - "åĬ ¿", - "Ġair ports", - "Qu ant", - "ĠRock y", - "Ġfire f", - "ĠDep art", - "Ġbur ger", - "Ġwy k", - "ĠProblem s", - "G s", - "ic us", - "th y", - "Ġexceed ed", - "Ġpour ing", - "ĠThought s", - "T em", - "Ġa ven", - "ĠW ILL", - "Ġclass Name", - "ĠM ama", - "Ġreal izar", - "Ġgovern ed", - "Ġrespond s", - "ĠLaw yers", - "ĠEX P", - "IT ION", - "ops y", - "ĠHard ware", - "bec ue", - "Ġf aded", - "ĠAmb assador", - "EL D", - "Ġpued es", - "ĠF i", - "ĠG ET", - "ðŁ Ĵ", - "çľĭ åĪ°", - "M om", - "ĠAt hens", - "ĠIn clude", - "grad ation", - "Ġadoles cent", - "Ġwrest ling", - "Ġun ified", - "fl oor", - "av ait", - "Ġz inc", - "ĠSee ing", - "3 12", - "m obile", - "vel t", - "Ġconsolid ation", - "Ind eed", - "Draw ing", - "ĠA MA", - "ĠA kt", - "Ġlib re", - "Bre ak", - "Ġst amps", - "AN A", - "ĠOff ers", - "Ġou nce", - "ĠVal id", - "Ġpresident e", - "ĠIsa ac", - "Ġrel ent", - "s f", - "osh i", - "Ġser ait", - "Ġfot ograf", - "ĠEx port", - "ik u", - "Ġfin ely", - "AD D", - "od ia", - "Ġneglect ed", - "ant en", - "ĠObs erv", - "ex ception", - "sec ure", - "å± ŀ", - "Ġvol atile", - "oo o", - "ĠK erry", + "▁P lan", + "▁Pl an", + "▁ Plan", + "▁W all", + "▁Wal l", + "▁Wa ll", + "▁ Wall", + "▁direct ory", + "▁director y", + "▁ directory", + "▁e gg", + "▁eg g", + "▁we alth", + "▁ wealth", + "ran dom", + "rand om", + "r andom", + "att ribute", + "▁h ide", + "▁hi de", + "▁hid e", + "▁ hide", + "Se rial", + "Ser ial", + "S erial", + "ca m", + "c am", + "▁it al", + "▁i tal", + "▁ ital", + "▁L ine", + "▁Lin e", + "▁Li ne", + "▁ Line", + "▁C HECK", + "▁ CHECK", + "ploy ment", + "▁mass ive", + "▁ex tract", + "▁ext ract", + "▁extra ct", + "▁extr act", + "▁ extract", + "ch ain", + "cha in", + "Res t", + "Re st", + "R est", + "▁L as", + "▁La s", + "▁b ear", + "▁be ar", + "▁ bear", + "▁l inks", + "▁link s", + "▁lin ks", + "▁ links", + "▁new sp", + "▁news p", + "▁F C", + "▁ FC", + "Car d", + "C ard", + "ak s", + "a ks", + "▁v isible", + "▁vis ible", + "▁ visible", + "▁M arc", + "▁Mar c", + "▁Ma rc", + "▁B oston", + "▁Bo ston", + "▁Bos ton", + "▁res erved", + "▁reserv ed", + "▁reserve d", + "▁ro of", + "lic enses", + "license s", + "d c", + "▁In formation", + "▁ Information", + "▁w itness", + "S k", + "*) ,", + "* ),", + "Sc ope", + "S cope", + "'] ;", + "' ];", + "▁M ir", + "▁Mi r", + "▁ Mir", + "ud ing", + "udi ng", + "u ding", + "▁t rend", + "▁tr end", + "▁tre nd", + "▁tren d", + "re p", + "r ep", + "▁mus ical", + "▁music al", + "▁ne ither", + "▁nei ther", + "▁C reat", + "▁Cre at", + "▁ Creat", + "▁pos itions", + "▁position s", + "▁posit ions", + "L C", + "rid ge", + "r idge", + "▁offic ers", + "▁office rs", + "▁officer s", + "▁vi olence", + "▁viol ence", + "▁T em", + "▁Te m", + "▁S us", + "▁Su s", + "▁W ay", + "▁Wa y", + "Af ter", + "A fter", + "ac ket", + "ack et", + "▁S ou", + "▁So u", + "ac er", + "ace r", + "a cer", + "| |", + "▁re mark", + "▁r emark", + "▁rem ark", + "▁ remark", + "wa ter", + "w ater", + "n ě", + "▁С а", + "▁s ed", + "▁se d", + "▁ sed", + "E ach", + "▁phot ograph", + "▁photo graph", + "▁let ters", + "▁letter s", + "▁lett ers", + "▁in vent", + "▁inv ent", + "▁M as", + "▁Ma s", + "▁s ongs", + "▁son gs", + "▁song s", + "ó l", + "ki nd", + "kin d", + "k ind", + "▁N on", + "▁No n", + "▁ Non", + "▁d ust", + "▁du st", + "** :", + "* *:", + "nab la", + ".\" ,", + ". \",", + "Loc k", + "Lo ck", + "L ock", + "▁Д о", + "▁cl uster", + "▁ cluster", + "lo ss", + "los s", + "l oss", + "▁ASS ERT", + "▁ ASSERT", + "fa ll", + "f all", + "▁re ject", + "▁ reject", + "▁Sp ring", + "▁Spr ing", + "▁ Spring", + "▁wed ding", + "▁g rav", + "▁gr av", + "▁gra v", + "▁ grav", + "ress ion", + "r ession", + "li mit", + "lim it", + "l imit", + "RE S", + "R ES", + "] }", + "▁l isted", + "▁li sted", + "▁list ed", + "▁ listed", + "▁T ele", + "▁Te le", + "▁Tel e", + "▁ Tele", + "hl ine", + "h line", + "▁ch ief", + "▁chi ef", + "ME M", + "M EM", + "да р", + "д ар", + "▁exp ensive", + "tr ace", + "tra ce", + "▁R og", + "▁Ro g", + "▁C oll", + "▁Col l", + "▁Co ll", + "▁ Coll", + "▁Aut hor", + "▁Auth or", + "▁ Author", + "▁B oard", + "▁Bo ard", + "▁ Board", + "▁C apt", + "▁Cap t", + "▁Ca pt", + "▁ Capt", + "TE XT", + "T EXT", + "▁re con", + "▁rec on", + "es ta", + "est a", + "e sta", + "▁proper ly", + "▁& \\", + "▁ &\\", + "le ton", + "let on", + "l eton", + "ik er", + "ike r", + "i ker", + "G u", + "▁K om", + "▁Ko m", + "oc o", + "o co", + "▁any more", + "▁t aste", + "▁ta ste", + "▁tast e", + "▁S anta", + "▁San ta", + "▁Sant a", + "ge x", + "g ex", + "▁Se cret", + "▁Sec ret", + "▁ Secret", + "▁tal ent", + "▁tale nt", + "▁mom ents", + "▁moment s", + "▁mo ments", + "▁B a", + "▁ex tr", + "▁ext r", + "▁ extr", + "▁Com mission", + "▁Comm ission", + "▁mod ify", + "▁Fig ure", + "▁ Figure", + "▁d omin", + "▁do min", + "▁dom in", + "▁ domin", + "▁p lot", + "▁pl ot", + "▁ plot", + "en ger", + "eng er", + "enge r", + "ut ch", + "▁c ities", + "▁cit ies", + "▁ci ties", + "▁n ut", + "▁nu t", + "▁ nut", + "pro file", + "prof ile", + "▁S tat", + "▁St at", + "▁Sta t", + "▁ Stat", + "▁n odes", + "▁no des", + "▁node s", + "▁nod es", + "▁ nodes", + "▁n s", + "▁ ns", + "ess ages", + "essage s", + "essa ges", + "im pl", + "imp l", + "ic ker", + "ick er", + "i cker", + "▁ex amples", + "▁example s", + "▁exam ples", + "ab eth", + "abe th", + "abet h", + "▁st ated", + "▁stat ed", + "▁state d", + "▁sta ted", + "fi re", + "f ire", + "bu l", + "b ul", + "▁danger ous", + "▁P ay", + "▁Pa y", + "▁ Pay", + "▁G re", + "▁Gr e", + "▁ Gre", + "▁Mon day", + "▁Mond ay", + "es ome", + "eso me", + "e some", + "ig an", + "iga n", + "i gan", + "ru nd", + "run d", + "r und", + "pr ise", + "p rise", + "fa il", + "f ail", + "▁N ever", + "▁Ne ver", + "▁Nev er", + "▁ Never", + "A v", + "▁line ar", + "▁lin ear", + "▁ linear", + "▁u l", + "▁ ul", + "WA R", + "W AR", + "ре н", + "р ен", + "▁A T", + "▁ AT", + "▁d op", + "▁do p", + "▁n ou", + "▁no u", + "Des t", + "De st", + "D est", + "▁claim s", + "en da", + "end a", + "▁c razy", + "▁cr azy", + "ge l", + "g el", + "og gle", + "ogg le", + "▁rep resentation", + "▁represent ation", + "in en", + "ine n", + "i nen", + "▁altern ative", + "▁alter native", + "D M", + "AB ILITY", + "face s", + "fa ces", + "fac es", + "f aces", + "▁do ors", + "▁door s", + "▁ doors", + "at iv", + "ati v", + "Lo ok", + "L ook", + "▁J SON", + "▁JS ON", + "▁ JSON", + "▁appe arance", + "▁appear ance", + "б ря", + "S QL", + "▁sil ence", + "ud o", + "u do", + "▁Direct or", + "▁Dire ctor", + "▁Dir ector", + "State ment", + "Stat ement", + "se lected", + "select ed", + "hi gh", + "h igh", + "pr ime", + "prim e", + "▁ign ore", + "▁ignor e", + "▁ ignore", + "▁col ors", + "▁color s", + "▁ colors", + "us hing", + "ush ing", + "▁v irt", + "▁vi rt", + "▁vir t", + "▁ virt", + "man ager", + "▁rem ote", + "▁remot e", + "▁ remote", + "ł o", + "sm all", + "▁cr ime", + "▁crim e", + "▁cri me", + "r b", + "▁c reation", + "▁cre ation", + "▁creat ion", + "▁f light", + "▁fl ight", + "▁S ign", + "▁Si gn", + "▁Sig n", + "▁ Sign", + "IL E", + "I LE", + "▁D O", + "▁ DO", + "com ment", + "comm ent", + "▁C ost", + "▁Co st", + "▁Cos t", + "▁ Cost", + "._ _", + ". __", + "▁C op", + "▁Co p", + "▁ Cop", + "▁v om", + "▁vo m", + "▁Sc ience", + "▁Sci ence", + "ле ния", + "oo p", + "o op", + "inter face", + "▁WARRAN TIES", + "▁P age", + "▁Pa ge", + "▁ Page", + "** ****", + "**** **", + "*** ***", + "ско м", + "с ком", + "TR UE", + "▁re peated", + "▁repe ated", + "▁repeat ed", + "▁е го", + "ш о", + "▁r oz", + "▁ro z", + "▁ roz", + "P e", + "▁IS BN", + "ir ts", + "irt s", + "pos es", + "po ses", + "pose s", + "p oses", + "}) $", + "} )$", + "▁ І", + "child ren", + "ble s", + "bl es", + "b les", + "EC T", + "E CT", + "▁i z", + "▁ iz", + "▁b uilder", + "▁build er", + "▁ builder", + "▁M edia", + "▁Med ia", + "▁ Media", + "ia t", + "i at", + "▁contr ast", + "▁contra st", + "” ,", + "▁L ink", + "▁Lin k", + "▁ Link", + "▁Educ ation", + "▁j oint", + "▁join t", + "▁jo int", + "▁ joint", + "▁ex ternal", + "▁extern al", + "▁ external", + "▁ро з", + "▁b its", + "▁bit s", + "▁bi ts", + "▁ bits", + "FO RM", + "FOR M", + "F ORM", + "er man", + "erm an", + "w p", + "▁M ike", + "▁Mi ke", + "▁Mik e", + "▁M aster", + "▁Ma ster", + "▁Mas ter", + "▁ Master", + "▁sen ior", + "▁N av", + "▁Na v", + "▁ Nav", + "▁record ed", + "el ing", + "eli ng", + "elin g", + "e ling", + "es h", + "e sh", + "f x", + "ка н", + "к ан", + "▁t all", + "▁tal l", + "▁ta ll", + "▁John son", + "▁s ono", + "▁so no", + "▁son o", + "▁an che", + "▁anc he", + "▁anch e", + "▁ anche", + "ic ken", + "ick en", + "i cken", + "lo op", + "l oop", + "ici ency", + "empor ary", + "▁D oes", + "▁Do es", + "▁ Does", + "▁re lation", + "▁rel ation", + "▁ relation", + "м ы", + "wa s", + "w as", + "lo w", + "l ow", + "ich te", + "icht e", + "i chte", + "▁J ones", + "▁Jo nes", + "▁Jon es", + "▁bed room", + "DI S", + "D IS", + "▁mag net", + "▁magn et", + "▁Eng ine", + "▁ Engine", + "▁feel ings", + "▁feeling s", + "▁fee lings", + "G C", + "▁t orn", + "▁to rn", + "▁tor n", + "▁relationship s", + "▁relation ships", + "▁Р е", + "▁p roud", + "▁pro ud", + "▁pr oud", + "▁t we", + "▁tw e", + "ov al", + "ova l", + "o val", + "▁w aste", + "▁was te", + "▁wa ste", + "▁red uced", + "▁redu ced", + "▁reduce d", + "il ton", + "ilt on", + "B P", + "▁for got", + "▁forg ot", + "▁bod ies", + "▁H aw", + "▁Ha w", + "la g", + "l ag", + "▁w ww", + "▁ www", + "do or", + "d oor", + "▁s ufficient", + "▁suff icient", + "▁doll ars", + "▁dollar s", + "Le n", + "L en", + "▁talk ed", + "▁tal ked", + "▁b ond", + "▁bo nd", + "▁bon d", + "▁B or", + "▁Bo r", + "}} {", + "} }{", + "ro d", + "r od", + "Pass word", + "qu are", + "▁l ights", + "▁light s", + "▁ lights", + "er en", + "ere n", + "e ren", + "▁th irty", + "N C", + "▁T ODO", + "▁TO DO", + "▁res pond", + "▁respon d", + "▁resp ond", + "▁ respond", + "ки х", + "dir ect", + "di rect", + "dire ct", + "d irect", + "a ção", + "▁he av", + "Med ia", + "M edia", "ex it", - "Ġclass rooms", - "åIJ ĥ", - "Ġreb ell", - "sh adow", - "Ġdr astically", - "t ags", - "Ġpredict able", - "Ġbelong ed", - "Ġan gl", - "æĿ¥ çļĦ", - "Ġrés ult", - "w ere", - "Ġp enny", - "Ġf id", - "ĠUg anda", - "Äħ Å", - "è° ĥ", - "ĠK unden", - "Ġmin isters", - "Ġdev ant", - "ĠBre xit", - "P red", - "ari as", - "Fe atured", - "\") ]", - "ĠAh med", - "ĠB P", - "ament i", - "al ar", - "23 3", - "UR S", - "Ġwar rior", - "Creat ing", - "Ġde af", - "un er", - "Ġplan ner", - "ĠFl u", - "Ġd z", - "Ġd iz", - "Ġl an", - "Ġcr ashed", - "ĠCon text", - "ley ball", - "ĠG or", - "Ġsick ness", - "ĠTre asure", - "Ġig ual", - "Ad min", - "Ġalt ro", - "Ġacad emics", - "Ġp unk", - "ons ored", - "ĠLe ben", - "bo at", - "Ġosc ill", - "Ġg ases", - "24 7", - "3 21", - "aj i", - "Ġbroad band", - "ĠW iki", - "ancell or", - "v il", - "Ġagg i", - "Ġt éc", - "get table", - "Ġbul b", - "Ġod or", - "Ġdis connect", - "h p", - "ĠG az", - "\\ ,", - "ow l", - "Ġadvertis ement", - "ĠEsp aña", - "Che ers", - "Phot os", - "Ġsu jet", - "CO MP", - "Ġtyp ed", - "Inc re", - "ĠFamil ies", - "Dom ain", - "um ption", - "Ġprim o", - "Ġb ik", - "Ġbl ender", - "Ġcraft ing", - "ju ven", - "Ġv oul", - "Ġcle arer", - "ĠJes se", - "S B", - "ais y", - "sec ret", - "en able", - "Ġgather ings", - "et erm", - "od os", - "Ġsm o", - "Ġrespect ful", - "ĠB end", - "Ġsuccess es", - "å® Ĺ", - "NOT E", - "D ave", - "ex pect", - "ĠWes ley", - "Ġri bs", - "c Ã", - "App lic", - "Ġmotiv ate", - "Ġtroubles h", - "Ġgle ich", - "Ġblank ets", - "m any", - "ĠDick ens", - "ĠT inder", - "Ġsu pre", - "C red", - "æĬ ¤", - "E ll", - "L iving", - "Ġs û", - "Ġy r", - "Ġtrou bled", - "ĠCollect ions", - "ĠSol o", - "pre hensive", - "ĠArbe its", - "G al", - "Ġdou bles", - "ĠLyn ch", - "Ġdis reg", - "ä ÃŁ", - "PO ST", - "Ġspin ach", - "c ock", - "e ffic", - "r ator", - "L ayer", - "Ġra id", - "Ġaccount ed", - "irts chaft", - "ch art", - "Ġref using", - "AT T", - "Ġarchitect s", - "J ava", - "ĠB omb", - "CON T", - "M ir", - "f air", - "ĠSex ual", - "ĠW ool", - "ogen esis", - "st ones", - "Ġshut tle", - "Ġf ills", - "Ġm ůÅ", - "ĠH och", - "ĠT ennis", - "ili ary", - "t ops", - "! ,", - "Ġann ouncing", - "Ġn är", - "Ġcompan ions", - "ç» ´", - "ut ral", - "Ġbright ness", - "ĠHigh ly", - "Ġcock tails", - "s ix", - "Ġl é", - "Ġapp re", - "ĠTw enty", - "Ġn á", - "ĠG iving", - "W AY", - "x f", - "Ġb isc", - "Ġinv o", - "Ġga an", - "Ġw yd", - "ĠL unch", - "Ġcryst als", - "s aving", - "â Ĺ", - "Ġadvert ise", - "ĠRE AL", - "lay out", - "I mm", - "ĠTown ship", - "J ose", - "Ġsort ing", - "Ġwer k", - "Ġcancel ed", - "Ġdecor ate", - "Ġdirect ing", - "åį ¡", - "Ġbub bles", - "[ ],", - "Ġeconom ical", - "Ġcomm ittees", - "Ġm ond", - "Ġth irst", - "Ġper taining", - "Ġind ef", - "ĠCol ors", - "( ()", - "Ġembarrass ing", - "ÃŃcul o", - "+ ,", - "2 18", - "ĠM ouse", - "M ov", - "M oney", - "ite it", - "ĠR iv", - "Ċĉĉ Ċĉ", - "Ġsp ider", - "ek er", + "e xit", + "L icense", + "` .", + "▁m ixed", + "▁mix ed", + "▁d esk", + "▁de sk", + "▁des k", + "▁te aching", + "▁teach ing", + "▁tea ching", + "▁m aj", + "▁ma j", + "▁n erv", + "▁ne rv", + "▁ner v", + "in ations", + "ination s", + "type of", + "▁co ast", + "▁ж е", + "▁ же", + "▁be side", + "▁bes ide", + "um my", + "umm y", + "Do c", + "D oc", + "▁sche dule", + "▁schedul e", + "▁sched ule", + "▁ schedule", + "▁re cover", + "▁rec over", + "▁Fur ther", + "▁ste el", + "bo ot", + "b oot", + "▁Per haps", + "▁с ъ", + "▁O s", + "▁ Os", + "ri ck", + "ric k", + "r ick", + "▁В и", + "Supp ort", + "Sup port", + "S upport", + "▁( _", + "▁ (_", + "ni l", + "n il", + "pi s", + "p is", + "x pected", + "▁process ing", + "▁proces sing", + "▁ processing", + "Bu ild", + "B uild", + "ar ian", + "ari an", + "aria n", + "a rian", + "▁i con", + "▁ic on", + "▁ icon", + "▁C A", + "▁ CA", + "wi ck", + "w ick", + "= (", + "▁al gorithm", + "▁ algorithm", + "▁You ng", + "▁Man agement", + "▁ Management", + "▁anc ient", + "▁anci ent", + "но сть", + "ност ь", + "ot i", + "o ti", + "▁comb ination", + "wor ld", + "w orld", + "n n", + "▁d ram", + "▁dr am", + "en abled", + "ena bled", + "enable d", + "A c", + "C CESS", + "ar ation", + "▁bl ocks", + "▁block s", + "▁blo cks", + "▁ blocks", + "▁Ang eles", + "▁Angel es", + "▁Q ual", + "▁Qu al", + "▁ Qual", + "▁suc ceed", + "▁succ eed", + "net work", + "▁ob lig", + "spring framework", + "▁T re", + "▁Tr e", + "ok es", + "oke s", + "o kes", + "mu n", + "m un", + "▁Net work", + "▁ Network", + "De l", + "D el", + "▁e state", + "▁est ate", + "▁esta te", + "▁l iqu", + "▁li qu", + "▁p ob", + "▁po b", + "▁d ad", + "▁da d", + "▁dist inct", + "▁T it", + "▁Ti t", + "▁L ear", + "▁Le ar", + "fer red", + "and roid", + "andro id", + "▁sub sequ", + "▁subs equ", + "▁Flor ida", + "sub set", + "▁whis per", + "Vo l", + "V ol", + "ul ous", + "ulo us", + "▁c rew", + "▁cre w", + "▁cr ew", + "▁l ug", + "▁lu g", + "pi d", + "p id", + "oc ity", + "oci ty", + "o city", + "sk b", + "s kb", + "▁t ea", + "▁te a", + "у н", + "▁hon or", + "▁ho nor", + "▁I ns", + "▁In s", + "▁ Ins", + "▁g ew", + "▁ge w", + "▁ gew", + "Det ails", + "Detail s", + "ene ath", + "e neath", + "at ar", + "ata r", + "a tar", + "▁_ {", + "▁ _{", + "am en", + "ame n", + "a men", + "▁set up", + "▁ setup", + "Trans action", + "▁bl ank", + "▁ blank", + "Fail ed", + "F ailed", + "jo b", + "j ob", + "▁p ret", + "▁pre t", + "▁pr et", + "▁ pret", + "ß e", + "lo or", + "l oor", + "ř í", + "nc ia", + "n cia", + "▁any where", + "▁L ight", + "▁Li ght", + "▁ Light", + "▁A k", + "B D", + "▁exc ited", + "▁excit ed", + "ag ers", + "age rs", + "ager s", + "a gers", + "▁w arning", + "▁war ning", + "▁warn ing", + "▁ warning", + "▁process es", + "▁proces ses", + "h u", + "▁y outh", + "▁you th", + "▁yo uth", + "▁d ogs", + "▁do gs", + "▁dog s", + "▁o ct", + "▁oc t", + "▁ oct", + "▁n ine", + "▁ni ne", + "▁nin e", + "Write r", + "Wr iter", + "Writ er", + "W riter", + "gr id", + "g rid", + "▁import ance", + "est ic", + "▁care fully", + "▁careful ly", + "ma ster", + "mas ter", + "m aster", + "▁dec isions", + "▁decision s", + "▁decis ions", + "▁p in", + "▁pi n", + "▁ pin", + "▁cr ack", + "TE ST", + "TES T", + "T EST", + "▁L ocal", + "▁Loc al", + "▁Lo cal", + "▁ Local", + "▁R ight", + "▁ Right", + "▁v ast", + "▁va st", + "▁vas t", + "▁f aster", + "▁fa ster", + "▁fast er", + "▁inst itut", + "▁ann ual", + "LA N", + "L AN", + "▁e pisode", + "▁epis ode", + "▁X V", + "▁del ivery", + "▁deliver y", + "t l", + "F P", + "ci rc", + "cir c", + "▁typ ically", + "▁typical ly", + "ig o", + "i go", + "▁int el", + "▁inte l", + "▁ intel", + "na t", + "n at", + "x b", + "ст ро", + "с тро", + ") -", + "▁B al", + "▁Ba l", + "▁ Bal", + "▁J os", + "▁Jo s", + "▁g onna", + "▁R est", + "▁Re st", + "▁Res t", + "▁ Rest", + "jo r", + "j or", + "on ia", + "oni a", + "o nia", + "or ship", + "ors hip", + "ov ery", + "ove ry", + "over y", + "o very", + "LI NE", + "LIN E", + "L INE", + "] :", + "Que ue", + "▁com pare", + "▁comp are", + "▁compar e", + "▁ compare", + "▁ap artment", + "▁apart ment", + "▁r ul", + "▁ru l", + "D r", + "gen cy", + "g ency", + "▁ob viously", + "▁obvious ly", + "zi e", + "z ie", + "yc l", + "y cl", + "fort unately", + "fortun ately", + "fortunate ly", + "▁ste pped", + "▁step ped", + "▁S eg", + "▁Se g", + "▁ Seg", + "▁Wh ich", + "▁ Which", + "▁P C", + "▁ PC", + "▁a st", + "▁as t", + "▁ ast", + "end or", + "endo r", + "▁per mission", + "▁perm ission", + "▁ permission", + "CO L", + "C OL", + "▁T EST", + "▁TE ST", + "▁ TEST", + "P ay", + "ère s", + "è res", + "▁stud ied", + "▁accom pl", + "▁accomp l", + "ro le", + "rol e", + "r ole", + "Wh ere", + "Whe re", + "W here", + "proto buf", + "met adata", + "meta data", + "Jo b", + "J ob", + "▁F our", + "▁Fou r", + "▁Fo ur", + "pl ements", + "ple ments", + "plement s", + "dis able", + "▁l oud", + "▁lo ud", + "▁lou d", + "▁happ ening", + "▁happen ing", + "▁U sing", + "▁Us ing", + "▁ Using", + "ro g", + "r og", + "▁depend s", + "▁dep ends", + "í m", + "' \\", + "▁t aught", + "sh ared", + "sha red", + "share d", + "▁att ributes", + "▁attribute s", + "▁attribut es", + "▁ attributes", + "▁A ction", + "▁Act ion", + "▁ Action", + "▁d ess", + "▁de ss", + "▁des s", + "▁ dess", + "▁h ouses", + "▁house s", + "▁hous es", + "▁ho uses", + "▁re set", + "▁res et", + "▁ reset", + "▁b ien", + "▁bi en", + "▁ex plicit", + "▁expl icit", + "LO W", + "-> _", + "▁P M", + "▁ PM", + "C ategory", + "oi ce", + "o ice", + "in to", + "int o", + "▁m ail", + "▁ma il", + "▁mai l", + "▁ mail", + "▁author ity", + "▁un able", + "▁una ble", + "file name", + "fil ename", + "é k", + "ле й", + "л ей", + "▁s ector", + "▁se ctor", + "▁sec tor", + "▁sect or", + "ap point", + "app oint", + "▁h ang", + "▁ha ng", + "▁han g", + "▁ hang", + "▁c el", + "▁ce l", + "▁ cel", + "rel ated", + "it ate", + "ita te", + "itat e", + "▁' <", + "am ber", + "amb er", + "a mber", + "▁c heap", + "▁che ap", + "▁en abled", + "▁enable d", + "▁ enabled", + "▁di vision", + "▁div ision", + "▁divis ion", + "An y", + "A ny", + "▁h ier", + "▁hi er", + "▁H ead", + "▁He ad", + "▁ Head", + "nt ax", + "n tax", + "ud a", + "u da", + "▁lim itations", + "▁limit ations", + "▁limitation s", + "▁st udio", + "▁stud io", + "med ia", + "medi a", + "m edia", + "▁cir cle", + "▁circ le", + "▁ circle", + "но ва", + "нов а", + "▁l aug", + "▁la ug", + "ac ts", + "act s", + "▁В о", + "ó d", + "pl ed", + "ple d", + "p led", + "LO C", + "L OC", + "Ex pr", + "Exp r", + "> :", + "▁pr és", + "▁pré s", + "▁ prés", + "▁laugh ed", + "▁laug hed", + "▁Th ree", + "▁ Three", + "л ы", + "▁en ds", + "▁end s", + "▁ ends", + "▁fund ament", + "▁in her", + "▁ inher", + "▁l iv", + "▁li v", + "▁ liv", + "bi d", + "b id", + "▁respons ibility", + "▁check ed", + "▁ checked", + "▁P ac", + "▁Pa c", + "▁f ault", + "▁fa ult", + "▁y ellow", + "▁s alt", + "▁sa lt", + "▁sal t", + "▁Franc isco", + "▁Francis co", + "▁ ^", + "▁O N", + "▁ ON", + "▁beaut y", + "y g", + "▁A ff", + "▁Af f", + "▁ Aff", + "▁E q", + "▁ Eq", + "▁mag ic", + "▁hand ler", + "▁handle r", + "▁ handler", + "x E", + "▁numer ous", + "▁numero us", + "▁h ole", + "▁hol e", + "▁ho le", + "▁ hole", + "▁ro oms", + "▁room s", + "▁ rooms", + "cc ión", + "cció n", + "c ción", + "▁A rm", + "▁Ar m", + "▁ Arm", + "per son", + "pers on", + "p erson", + "▁build ings", + "▁building s", + "▁p late", + "▁pl ate", + "▁plat e", + "ble d", + "bl ed", + "b led", + "er rors", + "err ors", + "error s", + "▁A gain", + "▁Ag ain", + "▁Def ault", + "▁ Default", + "▁H ard", + "▁Har d", + "▁Ha rd", + "▁ Hard", + "t ó", + "hu s", + "h us", + "▁dim ension", + "ial e", + "ia le", + "i ale", + "▁M ult", + "▁Mu lt", + "▁Mul t", + "▁ Mult", + "▁Govern ment", + "Fun c", "F unc", - "ĠGo als", - "Ġspr ink", - "ant ha", - "Ġsqu ash", - "Ġlub ric", - "ĠSpecific ally", - "uc ing", - "commun ications", - "ĠFl oyd", - "icult ural", - "Ġtag ged", - "Ġexplos ive", - "ĠB arr", - "yn a", - "à ĵ", - "Ġo xide", - "ional es", - "Ġ á", - "Ġtrans cription", - "Ġsk et", - "de ep", - "P ers", - "Ġhack ers", - "N ut", - "l ijk", - "agon al", - "Ġqual itative", - "A z", - "Ġw iki", - "Ġz we", - "Ġfict ional", - "Ġha ul", - "Ġs écur", - "Ġgo at", - "ĠBloom berg", - "Ġda ar", - "Ġnost ro", - "ur ous", - "C s", - "ĠN V", - "we ed", - "Tr ace", - "Ġcreep y", - "F inding", - "Ġn ast", - "ĠC ause", - "Ġqu oi", - "Ġam ended", - "Ġemb ry", - "ĠEld er", - "ĠD ear", - "uz zy", - "oint ed", - "ĠR angers", - "a ime", - "Ġdetail ing", - "D ans", - "J ac", - "Ġs age", - "at ivity", - "hel le", - "S ort", - "g ru", - "B us", - "S ha", - "ĠLux ury", - "port ion", - "22 8", - "Ġenerg ies", - "sc opy", - "Ġf ox", - "Ġgr illed", - "ĠTim othy", - "ĠGet ty", - "Ġrot ating", - "ie ur", - "ĠLad ies", - "Ġm ientras", - "Ġessential s", - "qu art", - "An onymous", - "Reg ion", - "Ġsk incare", - "n ational", - "Ġm arsh", - "Ġtra bal", - "Ġenc oding", - "Ġda unting", - "Ġconsequ ently", - "ä¸ ĥ", - "Ġproduct os", - "Ġfundament ally", - "ite z", - "ĠGlas gow", - "Ġre charge", - "ĠA br", - "Ġst esso", - "Ġfashion able", - "Ġnood les", - "hen g", - "iz ado", - "Äħ d", - "Ï Ħ", - "al is", - "Ġorig inated", - "el ier", - "25 1", - "S ame", - "Em ploy", - "ĠNor wegian", - "Direct ions", - "ĠL ines", - "ĠCh arter", - "Ġdw elling", - "Ġsem ana", - "Ġtox ins", - "éħ Ĵ", - "ol Ã", - "ĠR oc", - ") !", - "Ġpl aque", - "ig i", - "Ġprodu it", - "å¤ ľ", - "Ġgodd ess", - "S erv", - "Ġwe er", - "Ġmy riad", - "ĠCh in", - "ĠHa us", - "ow o", - "ball s", - "Ġan os", - "ĠS SD", - "Ġst ellar", - "ir teen", - "ĠAss et", - "Ġfemin ist", - "Ġex clusion", - "ĠPl ug", - "Ġpra ised", - "ĠO ral", - "read er", - "ĠSh ot", - "Ġmor ality", - "ĠIll ustr", - "åĿ IJ", - "Fin ancial", - "Ġdisp ers", - "Ġneglig ence", - "Ġde le", - "Ġweigh ing", - "at te", - "g ende", - "Ġhard wood", - "Ġpreced ing", - "Ġsqueez ed", - "ag u", - "Ġcaps ules", - "Sub scribe", - "b ps", - "if ty", - "Ġmerc ado", - "ĠManufact urer", - "ĠBrad ley", - "De ep", - "Ġdern ier", - "Ġs erm", - "Ġn aw", - "ĠB ake", - "ĠL Ã", - "Ġqu ir", - "ells chaft", - "ĠFerr ari", - "ĠThe m", - "Ġve in", - "èĥ ľ", - "Ġip hone", - "Ġw aved", - "Ġimpl ants", - "enc ers", - "Ġcard board", - "Ġcelebr ates", - "n uts", - "av oir", - "Ġfl ock", - "Ġtu o", - "iv able", - "ĠHu gh", - "Ġbrack et", - "Ġtow ers", - "Ġevolution ary", - "redd it", - "V irtual", - "ĠZ hang", - "ĠCol umn", - "Ġdest iny", - "Ġin ning", - "Ġpain ter", - "ĠPe ak", - "aud io", - "m ass", - "ĠMin imum", - "l ou", - "z os", - "Ġch unks", - "Ġaw a", - "ĠCor rect", - "ĠG U", + "▁b low", + "▁bl ow", + "▁blo w", + "▁re ct", + "▁r ect", + "▁rec t", + "▁ rect", + "er ra", + "err a", + "conne ction", + "connect ion", + "conn ection", + "▁pass ing", + "▁pas sing", + "ße n", + "ß en", + "ph as", + "pha s", + "p has", + "ens ional", + "ension al", + "re cord", + "rec ord", + "co hol", + "▁H arry", + "▁Har ry", + "▁Harr y", + "izont al", + "izon tal", + "▁f inger", + "▁fin ger", + "▁fing er", + "▁young er", + "▁S C", + "▁ SC", + "oper ation", + "B Y", + "he im", + "▁B ad", + "▁Ba d", + "▁ Bad", + "▁st orm", + "▁stor m", + "▁sto rm", + "▁ storm", + "▁N at", + "▁Na t", + "▁bu ying", + "▁buy ing", + "▁S ometimes", + "▁Some times", + "▁С та", + "es sed", + "ess ed", + "esse d", + "▁da mn", + "▁dam n", + "▁m eg", + "▁me g", + "um es", + "ume s", + "u mes", + "ün d", + "ü nd", + "т ра", + "▁sil ver", + "w d", + "hid den", + "h idden", + "ar do", + "ard o", + "▁commun ities", + "▁d iet", + "▁di et", + "▁die t", + "ot ted", + "ott ed", + "otte d", + "▁b at", + "▁ba t", + "▁ bat", + "an cer", + "ance r", + "anc er", + "▁f mt", + "▁ fmt", + "▁P en", + "▁Pe n", + "▁ Pen", + "▁t il", + "▁ti l", + "▁ til", + "En um", + "E num", + "PA TH", + "P ATH", + "▁mat ters", + "▁matter s", + "▁matt ers", + "time out", + "-- ----------", + "---- --------", + "-------- ----", + "--- ---------", + "----- -------", + "---------- --", + "------ ------", + "--------- ---", + "------- -----", + "----------- -", + "- -----------", + "ka n", + "k an", + "▁Cor por", + "=\" ../../", + "=\"../ ../", + "▁A le", + "▁Al e", + "hent ication", + "hentic ation", + "▁com plic", + "▁comp lic", + "▁compl ic", + "▁Se curity", + "▁Sec urity", + "▁ Security", + "OF F", + "O FF", + "R ad", + "ap se", + "aps e", + "a pse", + "▁d ance", + "▁dan ce", + "▁perm issions", + "▁permission s", + "▁war rant", + "▁l ad", + "▁la d", + "▁ lad", + "▁is ol", + "▁i sol", + "d l", + "▁A u", + "ye s", + "y es", + "▁t v", + "▁ tv", + "▁pro vider", + "▁prov ider", + "▁provide r", + "▁ provider", + "▁ter rible", + "▁terr ible", + "▁dep artment", + "▁depart ment", + "er al", + "era l", + "e ral", + "▁implement ation", + "S R", + "▁h earing", + "▁he aring", + "▁hear ing", + "▁K n", + "F R", + "t v", + "▁d iss", + "▁dis s", + "▁di ss", + "F UN", + "▁dur ante", + "▁durant e", + "os is", + "osi s", + "o sis", + "▁task s", + "▁ tasks", + "▁B lo", + "▁Bl o", + "▁ Blo", + "во д", + "▁br anch", + "▁ branch", + "▁polit ics", + "▁E lle", + "▁El le", + "▁Ell e", + "▁lead ership", + "▁leader ship", + "▁leaders hip", + "ex pr", + "exp r", + "▁techn iques", + "▁technique s", + "pr ec", + "pre c", + "p rec", + "Sig ma", + "S igma", + "im ately", + "imate ly", + "imat ely", + "t k", + "ach ment", + "▁En ter", + "▁Ent er", + "▁ Enter", + "▁cre ative", + "▁creat ive", + "▁з на", + "▁ зна", + "ap py", + "app y", + "un ched", + "unch ed", + "unc hed", + "▁' ',", + "▁'' ,", + "on der", + "ond er", + "onde r", + "o nder", + "{ -", + "NU M", + "N UM", + "▁n arr", + "▁na rr", + "▁nar r", + "Mem ory", + "▁win ning", + "▁ winning", + "▁F ollow", + "▁Fol low", + "▁ Follow", + "*/ \r", + "vis ion", + "v ision", + "res ents", + "resent s", + "zi one", + "z ione", + "▁l atter", + "▁lat ter", + "▁requ ests", + "▁request s", + "▁ requests", + "▁m argin", + "▁mar gin", + "▁marg in", + "▁ margin", + "▁{ \"", + "▁ {\"", + "v ideo", + "c n", + "▁Im age", + "▁ Image", + "T im", + "CON FIG", + "CONF IG", + "▁all owing", + "▁allow ing", + "▁comb ined", + "▁combine d", + "PU T", + "P UT", + "▁instance of", + "ig in", + "igi n", + "i gin", + "▁p ero", + "▁per o", + "▁pe ro", + "▁' '", + "▁ ''", + "▁conf idence", + "▁equ ivalent", + "▁equival ent", + "pa d", + "p ad", + "ef fect", + "eff ect", + "e ffect", + "R X", + "▁l ang", + "▁la ng", + "▁lan g", + "▁ lang", + "str ong", + "▁b ridge", + "▁br idge", + "▁ bridge", + "ay a", + "a ya", + "▁t reated", + "▁tre ated", + "▁treat ed", + "▁f orth", + "▁for th", + "▁fort h", + "S W", + "▁account s", + "▁P O", + "▁ PO", + "▁list ening", + "▁listen ing", + "Ro ute", + "R oute", + "() ))", + "()) )", + "( )))", + "cp y", + "c py", + "▁re form", + "▁ref orm", + "▁g ate", + "▁ga te", + "▁ gate", + "▁W alk", + "▁Wal k", + "▁ Walk", + "▁some how", + "t f", + "▁l ayout", + "▁la yout", + "▁lay out", + "▁ layout", + "um in", + "umi n", + "u min", + "▁consider ing", + "▁consid ering", + "▁pre mi", + "▁pr emi", + "▁prem i", + "▁M om", + "▁Mo m", + "at han", + "ath an", + "a than", + "Ge n", + "G en", + "▁plan et", + "▁plane t", + "am ples", + "amp les", + "ample s", + "▁M O", + "▁ MO", + "sh op", + "s hop", + "▁prem ier", + "▁premi er", + "▁s impl", + "▁sim pl", + "▁s egu", + "▁se gu", + "▁seg u", + "L Y", + "Su m", + "S um", + "▁t ables", + "▁table s", + "▁tab les", + "▁ta bles", + "▁ tables", + "sk a", + "s ka", + "▁ ž", + "p d", + "▁s ous", + "▁so us", + "▁sou s", + "▁con ference", + "▁confer ence", + "▁D at", + "▁Da t", + "▁ Dat", + "Sc roll", + "▁stand ards", + "▁standard s", + "▁г ру", + "es se", + "ess e", + "▁citiz ens", + "▁citizen s", + "▁occur red", + "▁dem ocr", + "▁demo cr", + "▁e lev", + "▁el ev", + "▁ele v", + "▁S em", + "▁Se m", + "▁ Sem", + "ens us", + "he aders", + "head ers", + "header s", + "▁Ch ris", + "im ento", + "iment o", + "imen to", + "ko m", + "k om", + "Co r", + "C or", + "MI N", + "M IN", + "us her", + "ush er", + "Data base", + "Dat abase", + "▁f ormal", + "▁for mal", + "▁form al", + "▁forma l", + "ig ne", + "ign e", + "▁organ izations", + "▁organiz ations", + "▁organization s", + "▁I re", + "▁Ir e", + "X ml", + "и з", + "▁p ray", + "▁pr ay", + "▁pra y", + "▁b omb", + "▁bo mb", + "▁bom b", + "▁m and", + "▁man d", + "▁ma nd", + "▁ mand", + "er ts", + "ert s", + "▁c lock", + "▁cl ock", + "▁clo ck", + "▁ clock", + "▁b uck", + "▁bu ck", + "ва ли", + "вал и", + "в али", + "en sch", + "ens ch", + "▁v olt", + "▁vo lt", + "▁vol t", + "▁ volt", + "▁fil ms", + "▁film s", + "▁pl ants", + "▁plan ts", + "▁plant s", + "in ode", + "ino de", + "i node", + "Bo olean", + "▁restaur ant", + "ía n", + "í an", + "▁de but", + "▁deb ut", + "page s", + "pa ges", + "pag es", + "p ages", + "▁wor dt", + "▁word t", + "▁Б а", + "▁great est", + "(\" /", + "▁c opyright", + "▁copy right", + "▁ copyright", + "▁r it", + "▁ri t", + "▁ rit", + "size of", + "Tr ace", + "Tra ce", + "ue nt", + "uen t", + "u ent", + "ту р", + "т ур", + "▁k o", + "▁ ko", + ": \\", + "▁b igger", + "▁big ger", + "▁perfect ly", + "ten ance", + "MA SK", + "M ASK", + "r é", + "▁e tt", + "▁et t", + "▁ ett", + "▁n ose", + "▁no se", + "▁nos e", + "▁c raft", + "▁cr aft", + "▁ craft", + "it eral", + "ite ral", + "iter al", + "▁discuss ed", + "▁Jew ish", + "C ap", + "▁Un less", + "▁Jack son", + "Att ributes", + "Attribute s", + "Attrib utes", + "▁l unch", + "▁lun ch", + "ö l", + "at r", + "a tr", + "▁pay ing", + "▁pa ying", + "Par se", + "Pars e", + "P arse", + "() \r", + "( )\r", + "la d", + "l ad", + "▁r are", + "▁ra re", + "▁[ ];", + "▁[] ;", + "▁ [];", + "st one", + "ston e", + "sto ne", + "▁u nc", + "▁un c", + "▁ unc", + "▁def ense", + "▁defens e", + "} +", + "▁Gl obal", + "▁ Global", + "▁Sov iet", + "▁Austral ian", + "▁Australia n", + "▁g li", + "▁gl i", + "var iant", + "vari ant", + "▁R on", + "▁Ro n", + "▁lo an", + "St ep", + "Ste p", + "me mber", + "mem ber", + "m ember", + "Sc h", + "S ch", + "▁Commit tee", + "▁s pending", + "▁sp ending", + "▁spend ing", + "▁T ri", + "▁Tr i", + "▁ Tri", + "▁J ournal", + "▁Jour nal", + "▁ Journal", + "▁s ugar", + "▁su gar", + "▁sug ar", + "el ly", + "ell y", "HT ML", - "Ġobst acle", - "[ \\[", - "y k", - "ope z", - "Ġein mal", - "ĠBed room", - "ĠM au", - "Ġdown ward", - "fig ure", - "ĠRap id", - "ĠFell owship", - "D ATA", - "h pp", - "Ġcircumst ance", - "Ġdemand e", - "ĠForm er", - "ĠI Q", - "ib e", - "Ġconf ined", - "ĠP orter", - "ĠN eb", - "Ident ifier", - "r unning", - "Ġcor rosion", - "ĠSter ling", - "Ġz aw", - "ĠField s", - "ĠCertain ly", - "ch s", - "Ġconst itutes", - "sc ore", - "ĠSteph anie", - "F lor", - "n os", - "names e", - "Ġalph abet", - "Ġn ud", - "IP S", - "P in", - "Ġmar riages", - "Ġkle ine", - "23 9", - "Ġacceler ation", - "f act", - "Ġsymbol ic", - "P riv", - "Ġve ins", - "åĽ ´", + "▁ad vent", + "▁adv ent", + "win g", + "wi ng", + "w ing", + "▁Wh ether", + "▁Whe ther", + "or ation", + "▁N E", + "▁ NE", + "iv eness", + "ive ness", + "iven ess", + "▁h av", + "▁ha v", + "▁ hav", + "▁con scious", + "▁ conscious", + "ee n", + "e en", + "Sym bol", + "S ymbol", + "▁к у", + "▁ ку", + "Log ger", + "▁L ittle", + "▁Lit tle", + "wide t", + "wi det", + "wid et", + "oc ation", + "pi n", + "p in", + "▁sym met", + "▁A D", + "▁ AD", + "▁pos ts", + "▁po sts", + "▁post s", + "▁ posts", + "sh al", + "sha l", + "s hal", + "▁Con f", + "▁Co nf", + "▁ Conf", + "▁ch ose", + "▁cho se", + "ma l", + "m al", + "ul o", + "u lo", + "▁M ethod", + "▁ Method", + "▁miss ed", + "▁mis sed", + "Re move", + "Rem ove", + "Aut o", + "A uto", + "VAL UE", + "th let", + "▁For ce", + "▁ Force", + "p f", + "▁ Я", + "la te", + "lat e", + "l ate", + "▁p ul", + "▁pu l", + "▁ pul", + "Po p", + "P op", + "▁adv anced", + "▁advance d", + "air es", + "ai res", + "aire s", + "a ires", + "res sed", + "ress ed", + "resse d", + "r essed", + "AM E", + "A ME", + "be ll", + "bel l", + "b ell", + "ac hing", + "ach ing", + "achi ng", + "a ching", + "i ć", + "ec ho", + "ech o", + "e cho", + "H S", + "▁fun ny", + "ри и", + "▁e er", + "▁ve get", + "▁four th", + "c f", + "trans form", + "▁g rown", + "▁gr own", + "▁grow n", + "▁gro wn", + "▁Mc C", + "si te", + "s ite", + "▁b eneath", + "▁be neath", + "▁s hell", + "▁sh ell", + "▁she ll", + "▁shel l", + "▁ shell", + "x d", + "Pl ay", + "P lay", + "sh ort", + "Ro le", + "R ole", + "▁relig ion", + "in ator", + "ina tor", + "} <", + "\" ><", + "as p", + "a sp", + "aj o", + "a jo", + "ex ports", + "exp orts", + "export s", + "▁N ode", + "▁No de", + "▁ Node", + "▁j ako", + "▁ja ko", + "▁jak o", + "▁y a", + "▁ ya", + "▁success fully", + "▁successful ly", + "▁friend ly", + "▁ friendly", + "buf f", + "bu ff", + "b uff", + "DE FAULT", + "▁pre gn", + "▁preg n", + "Requ ired", + "Require d", + "▁b inary", + "▁bin ary", + "▁ binary", + "is ting", + "ist ing", + "isti ng", + "▁st ared", + "▁star ed", + "▁stare d", + "▁sta red", + "▁circum stances", + "▁х о", + "▁ хо", + "re i", + "r ei", + "▁Г о", + "Trans form", + "cn t", + "c nt", + "▁E xt", + "▁Ex t", + "▁ Ext", + "re port", + "rep ort", + "repo rt", + "VER SION", + "▁an aly", + "▁anal y", + "▁ analy", + "▁M arg", + "▁Mar g", + "▁Ma rg", + "▁al leg", + "▁all eg", + "▁alle g", + "build er", + "b uilder", + "To String", + "La yer", + "L ayer", + "ís t", + "í st", + "Pro p", + "Pr op", + "P rop", + "▁E mp", + "▁Em p", + "▁ Emp", + "} ]", + "▁s elling", + "▁sell ing", + "▁sel ling", + "▁ selling", + "▁que ue", + "▁ queue", + "▁ser iously", + "▁serious ly", + "▁L ead", + "▁Le ad", + "▁ Lead", + "text it", + "tex tit", + "test ing", + "tes ting", + "▁П ре", + "se curity", + "sec urity", + "ia ł", + "i ał", + "ú n", + "ch ip", + "chi p", + "c hip", + "▁c andidate", + "▁candid ate", + "▁min ister", + "▁mini ster", + "▁minist er", + "▁ minister", + "er ia", + "eri a", + "e ria", + "▁H et", + "▁He t", + "ди н", + "д ин", + "▁Brit ain", + "▁b arely", + "▁bar ely", + "▁bare ly", + "▁s ty", + "▁st y", + "▁ sty", + "▁Span ish", + "▁V en", + "▁Ve n", + "time r", + "ti mer", + "tim er", + "t imer", + "кі в", + "к ів", + "▁document s", + "▁doc uments", + "(' .", + "( '.", + "▁d ebug", + "▁de bug", + "▁deb ug", + "▁ debug", + "▁cont ro", + "▁contr o", + "сто я", + "▁j oy", + "▁jo y", + "▁ joy", + "S n", + "In v", + "I nv", + "▁pro tocol", + "▁proto col", + "▁prot ocol", + "▁ protocol", + "▁f aces", + "▁face s", + "▁fac es", + "▁fa ces", + "▁ faces", + "▁Des pite", + "se d", + "s ed", + "Con f", + "Co nf", + "AR G", + "A RG", + "▁e volution", + "▁ev olution", + "▁t od", + "▁to d", + "▁P romise", + "▁Prom ise", + "▁ Promise", + "▁pos ted", + "▁po sted", + "▁post ed", + "Per m", + "Pe rm", + "P erm", + "be t", + "b et", + "An g", + "A ng", + "J ust", + "▁r um", + "▁ru m", + "▁ rum", + "la yer", + "lay er", + "l ayer", + "▁beh avi", + "▁behav i", + "ip ping", + "ipp ing", + "ippi ng", + "i pping", + "▁d ynam", + "▁dy nam", + "▁dyn am", + "▁sch eme", + "▁sche me", + "▁ scheme", + "▁pro to", + "▁pr oto", + "▁prot o", + "▁ proto", + ") /", + "Col lections", + "Collection s", "Collect ions", - "z ug", - "ĠML B", - "ĠAutom otive", - "ĠGl enn", - "Ġsch ol", - "Cal ifornia", - "æł ĩ", - "Ġcow ork", - "Ġc ite", - "ac ements", - "Re pl", - "mod ern", - "math rm", - "Ġw izard", - "ĠLo op", - "åĬ Ł", - "ĠChrist ine", - "6 20", - "ill in", - "ĠN acional", - "Ġk not", - "ah an", - "Ġreal ities", - "ĠAct s", - "h ots", - "x e", - "Ġprotect ions", - "Ġsn iff", - "ros se", - "ĠC ooking", - "Ġ µ", - "ĠRel igion", - "Pre vious", - "è£ ħ", - "L ater", - "ĠE ine", - "s pl", - "op us", - "Ġsupre me", - "ĠN ex", - "Ġbefore hand", - "Ġint ends", - "Ġshut down", - "le ys", - "ĠN W", - "ien ie", - "Ġmagn esium", - "alle ts", - "L iter", - "ank ed", - "ĠRec reation", - "Ġsem bl", - "quest ion", - "craft ed", - "ĠVen ice", - "Ġvit ro", - "Ġdiffic ile", - "w ig", - "Ġfr anc", - "ĠTag ged", - "Ġunve iled", - "Ġf en", - "Aut om", - "f ed", - "Ġth ou", - "Ġequip o", - "Ġsp iral", - "ĠDist ribution", - "Ġdem ons", - "Ġforth coming", - "Ġdec om", - "orth y", - "Ġborrow ed", - "Ġk ar", - "Ġvent il", - "ĠC ogn", - "Ġve ces", - "ĠStar bucks", - "ĠTer rit", - "Ġrhet oric", - "is ers", - "ĠDef initely", - "ang les", - "4 60", - "ĠP K", - "gr ass", - "vis ible", - "Ġmult if", - "oplast y", - "S a", - "h idden", - "it ä", - "Ġver te", - "Ġneighbor ing", - "Ġrevers ed", - "ĠSau ce", - "p as", - "ul us", - "rit z", - "Ġf aux", - "Ġant agon", - "Ġgru po", - "Ġcompassion ate", - "ĠV s", - "ĠOr ders", - "ich i", - "ĠMon ica", - "Ġren al", - "ĠMat rix", - "ot en", - "ir rel", - "ink y", - "Ġbal ances", - "W onder", - "ĠJ aw", - "ĠAd rian", - "å± ħ", - "6 40", - "r one", - "en ia", - "Ġà ģ", - "' @", - "m om", - "ĠP VC", + "ri ev", + "rie v", + "r iev", + "▁C lick", + "▁Cl ick", + "▁ Click", + "▁u ns", + "▁un s", + "▁ uns", + "wide tilde", + "widet ilde", + "▁remember ed", + "г і", + "in ates", + "ina tes", + "inate s", + "▁incor por", + "▁De scription", + "▁Des cription", + "▁ Description", + "▁pre pare", + "▁prep are", + "▁prepar e", + "▁ prepare", + "▁F inal", + "▁Fin al", + "▁Fi nal", + "▁ Final", + "u ation", + "▁Qu een", + "▁Que en", + "> ;", + "▁autom atically", + "▁automatic ally", + "▁sh arp", + "▁shar p", + "▁sha rp", + "▁me at", + "at eur", + "ate ur", + "as tern", + "ast ern", + "aster n", + "aste rn", + "▁st uck", + "ASS ERT", + "▁pl anned", + "▁plan ned", + "do ts", + "dot s", + "d ots", + "ook ie", + "oo kie", + "▁His tor", + "▁Hist or", + "▁re views", + "▁review s", + "IM P", + "I MP", + "▁answ ered", + "▁answer ed", + "To tal", + "T otal", + "▁s au", + "▁sa u", + "▁Me xico", + "▁Mex ico", + "contin ue", + "▁App le", + "▁Ap ple", + "like ly", + "lik ely", + "з ва", + "us ers", + "use rs", + "user s", + "▁ident ified", + "▁L ev", + "▁Le v", + "▁m ol", + "▁mo l", + "▁Is lam", + "▁com mitted", + "▁comm itted", + "▁commit ted", + "wr it", + "w rit", + "бе р", + "б ер", + "ri ft", + "rif t", + "r ift", + "▁inter rupt", + "▁ interrupt", + "▁read only", + "sch ema", + "sche ma", + "s chema", + "S m", + "D ouble", + "az a", + "a za", + "▁H al", + "▁Ha l", + "▁ Hal", + "Mo ve", + "M ove", + "▁S eries", + "▁Se ries", + "▁Ser ies", + "▁Serie s", + "▁ Series", + "in line", + "▁кото ры", + "so c", + "s oc", + "▁t ent", + "▁te nt", + "▁ten t", + "▁a mer", + "▁am er", + "▁ amer", + "ak i", + "a ki", + "▁l ady", + "▁la dy", + "▁lad y", + "▁t ired", + "▁ti red", + "▁tire d", + "▁tir ed", + "if i", + "i fi", + "▁m ême", + "▁ même", + "ou ver", + "▁a side", + "▁as ide", + "Di d", + "D id", + "', \r", + "' ,\r", + "▁br inging", + "▁bring ing", + "Draw ing", + "ar o", + "a ro", + "▁R h", + "▁N az", + "▁Na z", + "es so", + "ess o", + "▁re action", + "▁react ion", + "mit ted", + "mitt ed", + "m itted", + "▁abs olute", + "▁absolut e", + "▁ absolute", + "ha ust", + "haus t", + "(( )", + "( ()", + "▁T ask", + "▁Ta sk", + "▁ Task", + "ER S", + "E RS", + "▁^ {", + "▁ ^{", + "V D", + "▁t one", + "▁to ne", + "▁ton e", + "dis t", + "di st", + "d ist", + "v s", + "▁whe el", + "▁ wheel", + "▁administr ation", + "▁admin istration", + "▁inter ests", + "▁interest s", + "▁point er", + "▁po inter", + "▁ pointer", + "▁en counter", + "▁enc ounter", + "ave r", + "av er", + "a ver", + "▁n ord", + "▁no rd", + "▁nor d", + "ke t", + "k et", + "▁b each", + "▁be ach", + "▁enjoy ed", + "cont ains", + "▁app end", + "▁ap pend", + "▁appe nd", + "▁ append", + "W ait", + "▁s quad", + "▁squ ad", + "ze l", + "z el", + "▁med ium", + "▁medi um", + "▁ medium", + "▁s ending", + "▁send ing", + "▁sen ding", + "▁L ady", + "▁La dy", + "▁Lad y", + "ç ões", + "▁dest ination", + "▁destin ation", + "▁ destination", + "ny ch", + "n ych", + "▁conf lict", + "▁conflic t", + "▁L y", + "▁v ul", + "▁vu l", + "▁bas ically", + "▁basic ally", + "re ated", + "reat ed", + "reate d", + "rea ted", + "bl ack", + "ug ins", + "ugin s", + "▁cal m", + "▁ca lm", + "ér ie", + "éri e", + "é rie", + "ha r", + "h ar", + "ла н", + "л ан", + "▁С е", + "w atch", + "▁P ut", + "▁Pu t", + "▁ Put", + "▁d ump", + "▁du mp", + "▁ dump", + "ac her", + "ach er", + "ache r", + "a cher", + "sc roll", + "scr oll", + "▁cl aimed", + "▁claim ed", + "▁ claimed", + "▁Cont rol", + "▁ Control", + "▁bl ind", + "en ti", + "ent i", + "▁Ke ep", + "▁ Keep", + "▁Develop ment", + "im ages", + "image s", + "ima ges", + "imag es", + "▁t ough", + "▁to ugh", + "▁tou gh", + "ge bra", + "geb ra", + "▁se pt", + "▁sep t", + "he w", + "h ew", + "▁s kill", + "▁sk ill", + "▁ski ll", + "▁ skill", + "▁T ay", + "▁Ta y", + "▁k tó", + "ow ner", + "own er", + "par e", + "pa re", + "p are", + "▁f ee", + "▁fe e", + "▁ fee", + "▁contin ues", + "▁continue s", + "▁continu es", + "▁k an", + "▁ka n", + "▁ kan", + "be s", + "b es", + "▁c ha", + "▁ch a", + "▁ cha", + "ov o", + "o vo", + "▁N ight", + "▁Ni ght", + "ict ure", + "sh ire", + "s hire", + "▁es say", + "▁ess ay", + "▁sup pose", + "▁supp ose", + "et ic", + "eti c", + "Ar t", + "A rt", + "ac on", + "aco n", + "a con", + "ll a", + "l la", + "word s", + "wor ds", + "w ords", + "▁compar ison", + "▁B E", + "▁ BE", + "▁challeng es", + "▁challenge s", + "▁o l", + "▁ ol", + "cite p", + "cit ep", + "▁F oot", + "▁Fo ot", + "▁ Foot", + "▁S uch", + "▁Su ch", + "▁ Such", + "▁p apers", + "▁paper s", + "▁pa pers", + "▁pap ers", + "act iv", + "qu er", + "que r", + "q uer", + "т я", + "▁Т о", + "сь кий", + "th ur", + "do ne", + "don e", + "d one", + "▁sh ock", + "▁ded icated", + "▁dedic ated", + "▁cor respond", + "▁correspon d", + "Se cond", + "Sec ond", + "▁b ull", + "▁bu ll", + "▁bul l", + "li fe", + "lif e", + "l ife", + "ind ent", + "inde nt", + "inden t", + "▁fig ures", + "▁figure s", + "▁And rew", + "▁Andre w", + "▁Andr ew", + "is p", + "i sp", + "▁fav our", + "зд а", + "з да", + "▁E lect", + "▁El ect", + "▁Ele ct", + "F ull", + "▁near by", + "▁Reg ister", + "▁ Register", "Sc ale", - "Ġdream ing", - "\" %", - "M ais", - "g old", - "ord o", - "ĠAr senal", - "ns ic", - "v ag", - "Ġc d", - "ĠG reens", - "Ġdis l", - "m c", - "Ġse ul", - "ĠL ite", - "Ġv ain", - "Ġmuch as", - "su ite", - "ĠF en", - "Ġmean ings", - "adal afil", - "St ruct", - "Ġtem a", - "Ġpl ots", - "Ġnurs ery", - "B rown", - "ĠA post", - "ĠP ig", - "Ġind ispens", - "any a", - "Ġinspir ational", - "Ġrust ic", - "¿ Ģ", - "M ix", - "p ublished", - "oc ia", - "Ġdispos it", - "im an", - "Mod ern", - "the se", - "P aper", - "Ġafter ward", - "Matt hew", - "accept able", - "Ġterrit ories", - "y ards", - "ĠPro test", - "Ġdéc ouv", - "ĠD one", - "xt on", - "Ġshoot er", - "Ġscen ic", - "ï »", - "Ġim g", - "Ġcond o", - "uer do", - "( __", - "Ġunder water", - "Ġdeliver ies", - "åº ķ", - "Ġsubsidi ary", - "éri ence", - "Ġpuzz les", - "D ur", - "Ġpar f", - "ĠDev il", - "ĠIndivid uals", - "ĠEdd ie", - "Ġneighbour hood", - "Ġh r", - "Ġcomp uls", - "ĠSpe ech", - "Ġha irst", - "èĩ ´", - "ĠClass es", - "otechn ology", - "gg le", - "Ġtrad er", - "pur pose", - "ĠPl aces", - "ĠAdd ing", - "Ġadapt ive", - "Ġre ef", - "us ername", - "Ġpublic ity", - "Ġg ems", - "w and", - "Ġdr ank", - "I gn", - "N or", - "duct or", - "cer ies", - "Ġcirc uits", - "L en", - "Ġp ity", - "b ows", - "Ġcl an", - "O FF", - "åĪ Ĺ", - "Î µ", - "Ġrat ios", - "D rop", - "ĠH ö", - "Ġrub bed", - "Ġmatern al", - "Ġanten na", - "ĠP ont", - "ĠN ine", - "ĠSacr amento", - "Sk ills", - "ĠB ri", - "Ġnin ete", - "Ġaller gy", - "Ġd rones", - "ĠF uck", - "Ġte j", - "Ġproceed ed", - "ĠEv il", - "Ġhop eless", - "Ġhyd raulic", - "25 4", - "Ġ Ñ", - "ely n", - "!! !!!", - "Ġprin ters", - "Ġwh ipped", - "Ġend point", - "ci os", - "C y", - "it ic", - "ĠIn fl", - "Ġpr ud", - "ord inate", + "Scal e", + "ic ations", + "ication s", + "и н", + "▁A M", + "▁ AM", + "pa ir", + "p air", + "▁pers pective", + "▁n os", + "▁no s", + "▁ nos", + "ap a", + "a pa", + "ost ał", + "osta ł", + "▁P ers", + "▁Per s", + "▁Pe rs", + "▁ Pers", + "ic er", + "ice r", + "i cer", + "▁pl astic", + "до в", + "д ов", + "ci ples", + "cipl es", + "cip les", + "z ą", + "cl os", + "c los", + "▁у ча", + "▁ Á", + "pl ugin", + "plug in", + "▁an gle", + "▁ang le", + "▁angl e", + "▁ angle", + "▁com mission", + "▁comm ission", + "▁fun ds", + "▁fund s", + "▁in du", + "▁ind u", + "▁d rawn", + "▁dr awn", + "▁draw n", + "á m", + "▁develop ing", + "▁seg ment", + "▁ segment", + "is me", + "ism e", + "sc r", + "s cr", + "▁l ies", + "▁li es", + "▁lie s", + "▁I L", + "▁ IL", + "▁a pi", + "▁ap i", + "▁ api", + "Ext ension", + "▁s cal", + "▁sc al", + "▁ scal", + "inst all", + "▁We ek", + "▁ Week", + "▁gen tle", + "▁gent le", + "▁Canad ian", + "▁d ialog", + "▁dial og", + "▁dia log", + "▁ dialog", + "▁art icles", + "▁article s", + "▁artic les", + "The me", + "Th eme", + "S M", + "▁B ul", + "▁Bu l", + "▁ Bul", + "▁l eur", + "▁le ur", + "▁s tom", + "▁st om", + "▁sto m", + "Pl ugin", + "▁по сле", + "▁пос ле", + "▁st ead", + "▁ste ad", + "▁ stead", + "▁ ś", + "ip her", + "iph er", + "i pher", + "▁pr ze", + "▁prz e", + "▁d raft", + "▁dr aft", + "▁ draft", + "bot tom", + "b ottom", + "▁{ };", + "▁{} ;", + "▁stay ed", + "fe ature", + "feat ure", + "▁v ot", + "▁vo t", + "▁fab ric", + "ç a", + "(' #", + "re a", + "r ea", + "▁re put", + "▁rep ut", + "▁C ir", + "▁Ci r", + "▁ Cir", + "▁A L", + "▁ AL", + "▁assert Equals", + "▁ assertEquals", + "result s", + "▁C ross", + "▁Cr oss", + "▁Cro ss", + "▁ Cross", + "urs day", + "▁a udio", + "▁aud io", + "▁ audio", + "▁g ap", + "▁ga p", + "▁stre ets", + "▁street s", + "▁scient ific", + "pl atform", + "▁a uss", + "▁au ss", + "▁aus s", + "▁C ro", + "▁Cr o", + "▁part ial", + "▁parti al", + "▁ partial", + "un c", + "u nc", + "▁cho ices", + "▁choice s", + "▁и ли", + "pr ed", + "pre d", + "p red", + "▁he ads", + "▁head s", + "▁ heads", + "ter day", + "▁N ick", + "▁Nic k", + "▁Ni ck", + "▁we ird", + "as ant", + "asa nt", + "▁represent ed", + "▁п и", + "▁ пи", + "D P", + "or ders", + "ord ers", + "order s", + "cl ock", + "c lock", + "▁H o", + "ar ters", + "art ers", + "arter s", + "arte rs", + "C md", + "og a", + "o ga", + "Key s", "Ke ys", - "Ġfil tered", - "Ġfig ur", - "Ġtransfer ring", - "Ġthr illing", - "ĠWy oming", - "################ ################", - "Ġor bit", - "Ass ert", - "n ai", - "ĠR ise", - "45 6", - "es i", - "ĠP rix", - "Ġdi jo", - "ĠHur ricane", - "Ġstatut ory", - "30 8", - "Ġdisc ern", - "Ġcaps ule", - "p od", - "Ġw ander", - "Ġpost pon", - "Ġmes mo", - "av ais", - "Ġst ag", - "CO DE", - "Ġtun es", - "ĠTib et", + "Re port", + "Rep ort", + "Repo rt", + "▁V ill", + "▁Vi ll", + "▁Vil l", + "▁M u", + "▁ Mu", + "▁own ed", + "▁ owned", + "SU CCESS", + "▁type of", + "▁ typeof", + "hd r", + "h dr", + "ua ble", + "u able", + "▁neighbor hood", + "▁A P", + "▁ AP", + "▁result ing", + "▁sh adow", + "▁ shadow", + "STR ING", + "▁video s", + "▁vide os", + "ле ння", + "лен ня", + "ex pect", + "exp ect", + "▁Val ley", + "▁Vall ey", + "▁g oto", + "▁go to", + "▁got o", + "▁ goto", + "▁S her", + "▁She r", + "▁Sh er", + "fr astr", + "▁oper ating", + "▁opera ting", + "▁э то", + "▁License d", + "▁Lic ensed", + "Var iable", + "Vari able", + "▁P R", + "▁ PR", + "▁H ans", + "▁Ha ns", + "▁Han s", + "cl one", + "▁G esch", + "▁Ge sch", + "▁Ges ch", + "▁B and", + "▁Ba nd", + "▁Ban d", + "▁ Band", + "... .....", + ".... ....", + "..... ...", + "ui ng", + "u ing", + "▁hundred s", + "▁о к", + "▁emot ional", + "▁emotion al", + "▁Ind ust", + ") +", + "▁Egy pt", + "▁fr anç", + "▁ š", + "▁f asc", + "▁fa sc", + "on to", + "ont o", + "▁A dam", + "▁Ad am", + "▁l aid", + "▁la id", + "▁r ig", + "▁ri g", + "▁ rig", + "▁det ailed", + "▁detail ed", + "▁im plements", + "▁implement s", + "▁impl ements", + "▁univers ity", + "▁H y", + "▁ Hy", + "▁g rid", + "▁gr id", + "▁gri d", + "▁ grid", + "▁reg ions", + "▁region s", + "St op", + "S top", + "▁s lot", + "▁sl ot", + "▁ slot", + "▁ang ry", + "▁- =", + "▁wait ed", + "▁wa ited", + "Ver t", + "V ert", + "\": \"", + "\" :\"", + "▁e lem", + "▁el em", + "▁ele m", + "▁ elem", + "▁r ég", + "▁ré g", + "ow ed", + "owe d", + "o wed", + "Mem ber", + "Me mber", + "M ember", + "▁r atio", + "▁rat io", + "▁ ratio", + "is en", + "ise n", + "i sen", + "▁L em", + "▁Le m", + "ge ry", + "ger y", + "g ery", + "▁c ream", + "▁cre am", + "▁ét ait", + "▁ était", + "▁g eb", + "▁ge b", + "▁ geb", "un ique", - "ĠWe alth", - "v l", - "åĨ µ", - "ĠE yes", - "Ġtrou ve", - "ĠT M", - "Ġas sez", - "ĠAtt ack", - "Quest ions", - "ul ators", - "Ġcomm issions", - "oh o", - "B aby", - "Ġland mark", - "Cont ract", - "Sc ope", - "Ġimmig rant", - "Ġgast ro", - "ĠBras il", - "ĠM oss", - "EN C", - "d an", - "ĠO EM", - "ud er", - "Ġfont s", - "Ġrem inis", - "Ġform ulated", - "Ġexp ired", - "ĠCor ona", - "Ind ian", - "u ght", - "amb a", - "ĠMin utes", - "ĠAccount s", - "ĠMuh ammad", - "h on", - "ĠS ector", - "Ġmel ting", - "ç® Ń", - "ĠNews letter", - "Ġwo ven", - "AC C", - "Sc an", - "Ġm ould", - "Ġex ec", - "Ad am", - "Ġsurf ing", - "Ġappli ance", - "Ġanal ogy", - "Ġconstruct ive", - "ĠMcC arthy", - "Ġa ustralia", - "te k", - "cos a", - "S ix", - "ec d", - "ĠWind s", - "down load", - "en um", + "uni que", + "▁D eb", + "▁De b", + "▁f actory", + "▁fact ory", + "▁factor y", + "▁ factory", + "ż e", + "d ialog", + "▁Con fig", + "▁Conf ig", + "▁ Config", + "Sy nc", + "S ync", + "an gers", + "ang ers", + "ange rs", + "anger s", + "▁gover ning", + "▁govern ing", + "▁H un", + "▁Hu n", + "Sp ace", + "S pace", + "▁j est", + "▁je st", + "ic ious", + "ici ous", + "icio us", + "▁em phas", + "▁emp has", + "um ps", + "ump s", + "▁E sp", + "▁Es p", + "▁ Esp", + "▁s ul", + "▁su l", + "▁histor ical", + "▁historic al", + "ij a", + "i ja", + "▁l ying", + "▁ly ing", + "▁ lying", + "▁St eve", + "▁Ste ve", + "▁me asures", + "▁measure s", + "▁meas ures", + "os to", + "ost o", + "o sto", + "? ”", + "▁p ocket", + "▁poc ket", + "▁S at", + "▁Sa t", + "▁p itch", + "▁pit ch", + "▁n atur", + "▁nat ur", + "▁hum ans", + "▁human s", + "▁Sim on", + "▁Si mon", + "ad ores", + "ado res", + "ador es", + "(\" \\", + "( \"\\", + "in king", + "ink ing", + "▁ex pos", + "▁exp os", + "mat erial", + "mate rial", + "m aterial", + "▁app arently", + "▁apparent ly", + "▁appar ently", + "▁C amb", + "▁Cam b", + "▁Ca mb", + "▁B ox", + "▁Bo x", + "▁ Box", + "▁s paces", + "▁sp aces", + "▁space s", + "ex ists", + "exist s", + "▁act ing", + "▁ac ting", + "OR Y", + "зо ва", + "Go od", + "G ood", + "ien ne", + "i enne", + "▁William s", + "▁f ruit", + "▁fr uit", + "▁fru it", + "ie ra", + "ier a", + "i era", + "▁L im", + "▁Li m", + "▁ Lim", + "▁t rait", + "▁tr ait", + "▁tra it", + "▁ trait", + "▁art ists", + "▁artist s", + "▁ab sor", + "▁abs or", + "ra it", + "rai t", + "r ait", + "LO AD", + "▁mov ies", + "▁movie s", + "▁d ynamic", + "▁dynam ic", + "▁dyn amic", + "▁ dynamic", + "as ts", + "ast s", + "a sts", + "▁In teger", + "▁ Integer", + "▁sm oke", + "п і", + "an gel", + "ang el", + "ange l", + ">( \"", + "> (\"", + "▁in strument", + "▁instr ument", + "▁f uel", + "▁fue l", + "▁fu el", + "но ї", + "atal ogue", + "atalog ue", + "▁s erial", + "▁se rial", + "▁ser ial", + "▁ serial", + "File s", + "Fil es", + "Fi les", + "F iles", + "▁bath room", + "il o", + "i lo", + "es to", + "est o", + "e sto", + "▁p m", + "▁ pm", + "ent ials", + "ential s", + "enti als", + "▁On line", + "wh ite", + "▁t ips", + "▁tip s", + "▁ti ps", + "▁cap able", + "Fi g", + "F ig", + "T V", + "▁о н", + "▁ он", + "k é", + "bit r", + "bi tr", + "b itr", + "Map ping", + "Ma pping", + "M apping", + "▁t ak", + "▁ta k", + "ю щи", + "в ля", + ")\" ,", + ") \",", + "▁K arl", + "▁Kar l", + "▁Ka rl", + "▁H uman", + "▁Hu man", + "▁Hum an", + "▁P ot", + "▁Po t", + "▁rep resents", + "▁represent s", + "▁cons istent", + "▁consist ent", + "_ (", + "we n", + "w en", + "▁R ose", + "▁Ro se", + "▁Ros e", + "la w", + "l aw", + "▁F ROM", + "▁FR OM", + "▁ FROM", + "▁beg ins", + "▁begin s", + "▁e dit", + "▁ed it", + "▁ edit", + "▁mount ain", + "▁ch apter", + "▁chap ter", + "▁wonder ed", + "▁indust rial", + "▁M ajor", + "▁Ma jor", + "▁Maj or", + "▁g es", + "▁ge s", + "▁ ges", + "▁direct ed", + "▁dire cted", + "er os", + "ero s", + "e ros", + "▁W ild", + "▁Wil d", + "▁Wi ld", + "li ament", + "lia ment", + "Bo ok", + "B ook", + "user name", + "ho t", + "h ot", + "▁n am", + "▁na m", + "▁ nam", + "▁le ague", + "br a", + "b ra", + "ко н", + "к он", + "▁T al", + "▁Ta l", + "▁В а", + "▁ex ports", + "▁exp orts", + "▁export s", + "▁ exports", + "( @", + "▁sh aring", + "▁shar ing", + "▁sha ring", + "▁T ro", + "▁Tr o", + "ś ć", + "ues day", + "yl v", + "y lv", + "▁gu itar", + "el en", + "ele n", + "e len", + "Se lection", + "Select ion", + "S election", + "▁conf ident", + "ry pto", + "rypt o", + "▁h ors", + "▁hor s", + "▁ho rs", + "ed itor", + "edit or", + "edi tor", + "▁should ers", + "▁shoulder s", + "get Name", + "en cing", + "enc ing", + "enci ng", + "SE LECT", + "SEL ECT", + "в ши", + "▁kind s", + "▁kin ds", + "▁W el", + "▁We l", + "▁pur poses", + "▁purpose s", + "Mat rix", + "in valid", + "▁own ers", + "▁owner s", + "▁ owners", + "▁Rec ords", + "▁Record s", + "▁ Records", + "▁Pro cess", + "▁ Process", + "▁c hat", + "▁ch at", + "▁cha t", + "▁ chat", + "▁D or", + "▁Do r", + "▁b in", + "▁bi n", + "▁ bin", + "re dit", + "red it", + "r edit", + "oi re", + "oir e", + "o ire", + "▁T otal", + "▁To tal", + "▁Tot al", + "▁ Total", + "▁F amily", + "▁Famil y", + "▁ Family", + "AR Y", + "▁b read", + "▁br ead", + "▁bre ad", + "▁ bread", + "▁com pre", + "▁comp re", + "▁compr e", + "▁sh oes", + "▁shoe s", + "▁r az", + "▁ra z", + "▁ raz", + "▁tr ace", + "▁tra ce", + "▁ trace", + "ne j", + "n ej", + "or ted", + "ort ed", + "orte d", + "h n", + "▁pro cedure", + "▁proced ure", + "pro perties", + "pl ier", + "▁h ero", + "▁he ro", + "▁her o", + "▁ hero", + "pan el", + "pa nel", + "p anel", + "▁mark ed", + "▁mar ked", + "▁wor ried", + "\\ |", + "pt s", + "p ts", + "▁S upport", + "▁Sup port", + "▁Supp ort", + "▁ Support", + "▁ser ving", + "▁serv ing", + "F ail", + "▁dis appoint", + "▁Sc ot", + "▁ple asure", + "▁j udge", + "▁jud ge", + "▁judg e", + "ze ich", + "▁for ever", + "▁fore ver", + "▁Ze it", + "uo us", + "u ous", + "in ent", + "ine nt", + "inen t", + "i nent", + "▁d w", + "▁ dw", + "▁w aren", + "▁war en", + "▁wa ren", + "▁ware n", + "▁fl ash", + "▁ flash", + "▁tro ops", + "▁dr ugs", + "▁dru gs", + "▁drug s", + "▁d iam", + "▁di am", + "▁dia m", + ". ~", + "im p", + "i mp", + "in ned", + "inn ed", + "▁E V", + "▁ EV", + "St ruct", + "Str uct", + "▁just ice", + "▁offic ials", + "▁official s", + "ff ff", + "fff f", + "f fff", + "▁Com mon", + "▁Comm on", + "▁ Common", + "▁C at", + "▁Ca t", + "▁ Cat", + "��tom orrow", + "▁é l", + "▁ él", + "Text ure", + "Te xture", + "qp oint", + "q point", + "▁F ried", + "▁Fr ied", + "▁T erm", + "▁Te rm", + "▁Ter m", + "▁ Term", + "pgf qpoint", + "▁n em", + "▁ne m", + "▁ nem", + "no rm", + "nor m", + "n orm", + "▁hard ly", + "od a", + "o da", + "ze ta", + "zet a", + "z eta", + "em ic", + "emi c", + "e mic", + "▁по лу", + "▁пол у", + "▁lo aded", + "▁load ed", + "▁ loaded", + "ke s", + "k es", + "ci ó", + "c ió", + "▁f ool", + "▁fo ol", + "▁foo l", + "▁t rick", + "▁tr ick", + "▁tri ck", + "▁d st", + "▁ds t", + "▁ dst", + "Fin d", + "Fi nd", + "F ind", + "▁в се", + "}} ,", + "} },", + "▁frame work", + "▁ framework", + "▁mer ely", + "▁mere ly", + "▁un ion", + "▁ union", + "▁Ed ward", + "ri f", + "r if", + "Fl ag", + "F lag", + "▁cris is", + "▁cri sis", + "▁fin ite", + "▁ finite", + "▁l ol", + "▁lo l", + "▁K im", + "▁Ki m", + "на та", + "sin ce", + "s ince", + "▁com pat", + "▁comp at", + "▁ compat", + "▁p ert", + "▁per t", + "▁pe rt", + "▁ pert", + "ib ilities", + "ibil ities", + "▁tamb ién", + "ib li", + "▁t een", + "▁te en", + "▁ teen", + "▁sym pt", + "or al", + "ora l", + "o ral", + "de rs", + "der s", + "d ers", + "ot te", + "ott e", + "п ри", + "▁J ane", + "▁Jan e", + "▁Ja ne", + "▁original ly", + "▁origin ally", + "▁thro at", + "ma g", + "m ag", + "su p", + "s up", + "un i", + "u ni", + "$ $", + "▁L ibrary", + "▁ Library", + "▁att acks", + "▁attack s", + "in gen", + "ing en", + "inge n", + "(' /", + "▁h es", + "▁he s", + "▁ hes", + "co in", + "c oin", + "oun ce", + "▁Academ y", + "MOD ULE", + "is ms", + "ism s", + "▁A dv", + "▁Ad v", + "▁ Adv", + "▁B ol", + "▁Bo l", + "▁inc ident", + ")^ {", + ") ^{", + "▁b ij", + "▁bi j", + "▁R ome", + "▁Rom e", + "▁Ro me", + "▁It aly", + "▁Ital y", + "ev ents", + "event s", + "even ts", + "▁F ern", + "▁Fe rn", + "▁Fer n", + "▁b er", + "▁be r", + "▁ ber", + "▁sil ent", + "▁p ier", + "▁pie r", + "▁pi er", + "▁Y O", + "▁pl ain", + "▁ plain", + "B as", + "▁p ill", + "▁pi ll", + "▁pil l", + "ra se", + "ras e", + "r ase", + "▁car rying", + "▁carry ing", + "▁re sp", + "▁r esp", + "▁res p", + "▁ resp", + "ну ю", + "▁typ ical", + "Wrap per", + "W rapper", + "▁g au", + "▁ga u", + "▁chem ical", + "▁h al", + "▁ha l", + "▁ hal", + "th row", + "Cl uster", + "▁G ab", + "▁Ga b", + "▁G irl", + "▁Gi rl", + "▁Gir l", + "qu ir", + "▁A rg", + "▁Ar g", + "▁ Arg", + "▁rel ief", + "▁relie f", + "▁reli ef", + "▁В е", + "d m", + "▁fr ustr", + "▁fru str", + "\\ %", + "▁st ores", + "▁store s", + "▁stor es", + "▁sto res", + "▁bott le", + "▁bot tle", + "▁L ew", + "▁Le w", + "tw o", + "t wo", + "st ad", + "sta d", + "▁che ek", + "▁concern s", + "▁concer ns", + "▁help ful", + "▁co verage", + "▁cover age", + "is i", + "i si", + "AD D", + "A DD", + "as ync", + "asy nc", + "a sync", + "▁approxim ately", + "▁approx imately", + "▁approximate ly", + "if fer", + "iff er", + "iffe r", + "ho ok", + "h ook", + "▁e num", + "▁en um", + "▁ enum", + "ov á", + "o vá", + "▁e vil", + "▁ev il", + "▁const antly", + "▁constant ly", + "ap ply", + "app ly", + "▁si è", + "▁pract ices", + "▁practice s", + "▁te achers", + "▁teach ers", + "▁teacher s", + "▁S n", + "▁ Sn", + "▁A wards", + "▁Award s", + "▁Aw ards", + "▁sub stant", + "▁subst ant", + "▁$ .", + "▁ $.", + "d k", + "▁m ob", + "▁mo b", + "▁ mob", + "▁ing red", + "ve re", + "ver e", + "v ere", + "Mult i", + "пе р", + "п ер", + "st al", + "sta l", + "s tal", + "ya rd", + "yar d", + "y ard", + "requ ired", + "require d", + "ve ment", + "v ement", + "▁int elligence", + "▁intellig ence", + "▁th inks", + "▁think s", + "▁thin ks", + "▁person ally", + "▁personal ly", + "▁tr ained", + "▁tra ined", + "▁train ed", + "▁ trained", + "or ney", + "orn ey", + "orne y", + ") \\", + "an al", + "ana l", + "a nal", + "Se ction", + "S ection", + "pl us", + "ü t", + "▁em bed", + "▁emb ed", + "▁ embed", + "▁st rings", + "▁str ings", + "▁string s", + "▁ strings", + "Be fore", + "B efore", + "pro c", + "pr oc", + "p roc", + "▁с по", + "▁сп о", + "▁ спо", + "tr l", + "t rl", + "v r", + "Back ground", + "log ger", + "ag raph", + "agr aph", + "agra ph", + "a graph", + "ie st", + "ies t", + "i est", + "▁good s", + "bat ch", + "b atch", + "▁opt ional", + "▁option al", + "▁ optional", + "▁Tay lor", + "▁recogn ize", + "wal k", + "w alk", + "▁H it", + "▁Hi t", + "▁ Hit", + "▁Eliz abeth", + "} :", + "▁care ful", + "кра ї", + "▁loc ations", + "▁location s", + "▁struct ures", + "▁structure s", + "▁d isk", + "▁dis k", + "▁di sk", + "▁ disk", + "▁sh ips", + "▁ship s", + "▁ ships", + "▁s uo", + "▁su o", + "▁s owie", + "▁so wie", + "▁sow ie", + "▁E ss", + "▁Es s", + "▁H ash", + "▁Ha sh", + "▁Has h", + "▁ Hash", + "▁reason able", + "▁More over", + "▁form ula", + "▁C entre", + "▁Cent re", + "▁res idents", + "▁resident s", + "▁resid ents", + "R S", + "Id s", + "I ds", + "▁K now", + "▁Kn ow", + "▁t rib", + "▁tr ib", + "▁tri b", + "▁r és", + "▁ré s", + "▁s table", + "▁st able", + "▁sta ble", + "▁stab le", + "▁ stable", + "▁W ould", + "▁Wo uld", + "▁ Would", + "▁break ing", + "▁bre aking", + "▁ breaking", + "▁me al", + "▁p hen", + "▁ph en", + "▁f el", + "▁fe l", + "▁ fel", + "▁F red", + "▁Fr ed", + "▁Fre d", + "Aut hor", + "Auth or", + "▁c apture", + "▁capt ure", + "▁ capture", + "op ts", + "opt s", + "o pts", + "▁every where", + "▁s que", + "▁squ e", + "▁sq ue", + "▁m oder", + "▁mod er", + "▁mo der", + "▁mode r", + "set up", + "▁S upp", + "▁Su pp", + "▁Sup p", + "▁ Supp", + "▁when ever", + "▁whe never", + "{ (", + "wa rt", + "war t", + "w art", + "▁t oe", + "▁to e", + "Pre fix", + "Pref ix", + "P refix", + "ho u", + "h ou", + "ga ge", + "g age", + "> \"", + "▁f rag", + "▁fr ag", + "▁fra g", + "▁ frag", + "▁The orem", "mem ory", - "Ġopp ose", - "Ġannounce ments", - "R s", - "ale y", - "22 6", - "ĠDoes n", - "Ġrein forced", - "H or", - "if def", - "ell ular", - "ĠPro of", - "ä¸Ĭ çļĦ", - "Ġwe aker", - "ĠBusiness es", - "uten berg", - "Ġf osse", - "ĠW inn", - "add ed", - "Ġp int", - "ĠC isco", - "Er r", - "ef e", - "åĿ ļ", - "p air", - "ys z", - "ĠEp ic", - "Ġco il", - "Ġexhib itions", - "Å£ i", - "ver m", - "Ġide ally", - "Ġdist raction", - "Ġles ions", - "LE T", - "iot he", - "Ġav id", - "ĠC ec", - "ĠA U", - "Ġas p", - "ĠL iu", - "ider y", - "Ġtreat y", - "âĢ ķ", - "ĠM U", - "Ġind ie", - "Ġj elly", - "Ġun used", - "ĠAutom ation", - "Ġtempor al", - "Orig inally", - "ĠS eller", - "Ġrespect s", - "Ġto ile", - "Ġbas k", - "Ġtum ors", - "åIJ ī", - "tras ound", - "Ġempres as", - "r ée", - "us on", - "Ġdoor way", - "ĠMan age", - "Ġconc urrent", - "Ġlog os", - "Ġoc chi", - "ĠW OR", - "is ations", - "ét ique", - "Ġih ren", - "ĠL um", - "Ġlater al", - "ĠMun ich", - "ĠOpportun ities", - "Ġejempl o", - "ĠAware ness", - "ï» ¿", - "g d", - "Ġc en", - "3 16", - "Ġb ir", - "est ones", - "Ġes pec", - "Read ing", - "Ġcompr ising", - "ĠGu er", - "Ġbal d", - "åij ¢", - "Ġch rome", - "ON T", - "Ġpadd le", - "Ġsuper hero", - "ĠAppro ach", - "Ġparad igm", - "Ġst or", - "Ġpro get", - "and ez", - "ĠGl obe", - "Ġoverl ap", - "Ġrequ is", - "Ġlaugh s", - "åĩ Ĩ", - "f urt", - "ĠP ir", - "Ġrede em", - "5 60", - "Ġn ess", - "ĠN eder", - "Ġthreat en", - "h ia", - "Ġpo pping", - "ĠCO MM", - "ĠP B", - "ĠH ockey", - "ĠL OT", - "ĠPro c", - "ĠQu inn", - "Ġvill ain", - "ĠHand le", - "Ġspark ling", - "ĠÄ Į", - "ĠSh aron", - "Ġdeg ener", - "Ġfing ert", - "it les", - "ids on", - "Ġfore x", - "Ġcritic ized", - "Ġal ot", - "a Äĩ", - "4 25", - "et ically", - "Ġtrans itions", - "Ġdro it", - "ĠK urt", - "Ġcontribut or", - "ĠParticip ants", - "ĠV ere", - "m or", - "Ġst an", - "pl ain", - "Ġment ality", - "Ġt ensions", - "er ion", - "ĠM ile", - "Ġspec s", - "Ġcal idad", - "Ġun rest", - "为 äºĨ", - "Ġoverl ooking", - "g ages", - "ĠM IN", - "nd en", - "bour g", - "ru le", - "Ġprov in", - "åı ĭ", - "oca ust", - "Ġsupp orter", - "Ġâ ī", - "ĠMag gie", - "acy j", - "B UT", - "ĠU E", - "ĠAbs olutely", - "Aw esome", - "f as", - "stan bul", - "5 30", - "il ings", - "Ġcur ry", - "reg ation", - "Ġru ins", - "p id", - "ĠB elle", - "24 8", - "Ġperform er", - "Ġyoung sters", - "inter pret", - "Ġw ig", - "ĠPre pare", - "Ġmean while", - "in arily", - "Ġh alls", - "Ġjust ification", - "Mon itor", - "ĠD in", - "Ġcoll ateral", - "Trans action", - "ĠIraq i", - "ĠS lee", - "ĠD H", - "Ġpar cel", - "26 2", - "ED IT", - "pan el", - "Ġdetect ive", - "ĠM öglich", - "Ch o", - "Ġcooper ative", - "Ġfi xture", - "ud s", - "redd ed", - "Ġprocess ors", - "Ġcho ix", - "Ġmig rants", - "Ġsign atures", - "24 3", - "en ch", - "ert en", - "èµ Ħ", - "Ac cept", - "Ġadolesc ents", - "ab we", - "çļĦ æĺ¯", - "Ġprivile ges", - "f ruit", - "Ġacc ustomed", - "Ġâ Ŀ¤", - "Ġlib ro", - "ĠGarc ia", - "ĠOrche stra", - "it ating", - "Ġann ounces", - "P ATH", - "() ));", - "Ġcustom izable", - "ÃŃ vel", - "ĠLeon ard", - "ĠParad ise", - "ela ide", - "ĠE ar", - "Ġbad ge", - "E mer", - "S weet", - "z as", - "Ġso ir", - "Ġgreet ing", - "Ġscrut iny", - "c ases", - "ret ch", - "ĠN umbers", - "Ġsound track", - "Time out", - "Ġ ĊĠĠĠĠĠĠĠĠĠĠĠ", - "Ł æĺ¯", - "LO AD", - "am pton", - "Ġs otto", - "Ġp igs", - "ĠG oth", - "Ġpriorit ize", - "Ġh ust", - "Ġeleg ance", - "Ġtact ical", - "Ġn aming", - "ĠB ew", - "ĠTh ous", - "Ġdon ner", - "L ower", - "Ġf eder", - "æľ ¯", - "ren ces", - "Ġwar fare", - "Ġquart z", - "Ġver k", - "Ch ief", - "ĠJohn s", - "Ġha i", - "Ġident ifier", - "< -", - "ĠRoom s", - "se par", - "Ġutil izes", - "ĊĊĠĠĠĠ ĠĠ", - "L ocated", - "Ġ ello", - "Ġst ained", - "ĠM ock", - "Ġac he", - "LO W", - "J V", - "Ġout lines", - "L ibrary", - "nÃŃ ch", - "Ġagg ression", - "Lab els", - "h len", - "Ġexam ines", - "oose velt", - "C over", - "Ġch alk", - "d zie", - "t ri", - "Ġt ac", - "Ġret aining", - "Ġdilig ence", - "ĠD L", - "Ġcul p", - "ĠO T", - "ĠCom o", - "Ġmanip ulate", - "Char acter", - "Ġport raits", - "ĠMorm on", - "ĠL ounge", - "Ġpain ts", - "Ġb rit", - "ĠKle in", - "z ioni", - "in ho", - "um ers", - "ath a", - "Ġperf ume", - "Ġpenet ration", - "ĠGene va", - "ĠDru gs", - "ĠT anz", - "Ġsk ies", - "Ġpupp ies", - "Ġb Ã", - "V en", - "per fect", - "uest o", - "ĠAnim als", - "Ġn ä", - "W ire", - "Ġnot ch", - "man agement", - "Ġtempt ing", - "c ra", - "Ġp rag", - "ning en", - "Ġs ap", - "Ġlong time", - "ĠInter active", - "ĠP ixel", - "åĪ Ŀ", - "Ġc ovid", - "od or", - "est ion", - "Ġdisp atch", - "Ġfam ille", - "ĠT amil", - "ric ed", - "Ġrep s", - "ĠDec ision", - "ĠA IDS", - "Ġeconom ically", - "Ġdiagn ose", - "Ġaffili ates", - "3 13", - "Ġpot assium", - "Ġdipl omatic", - "on ies", - "Ġrec alls", - "Ġshoot s", - "Bet ter", - "J O", - "Ġb ureau", - "ĠT ables", - "Ġk Ã", - "éĻ ¢", - "ĠS uff", - "ĠMax imum", - "ĠCle arly", - "E F", - "r ho", - "Ġh och", - "ie j", - "Ġgr acias", - "Ed ge", - "Ġstret ches", - "m ary", - "ĠVol ks", - "f g", - "Ġskin ny", - "V S", - "ĠB rent", - "Ġtraum atic", - "Ġkiss ing", - "ĠChampions hips", - "Europe an", - "un ft", - "Ġprofit ability", - "ç© ¶", - "res pons", - "uch ar", - "amp ing", - "// !", - "Se ason", - "he um", - "Ġcart e", - "ym i", - "aut om", - "Ġthick er", - "Bo ard", - "L isa", - "ĠB uc", - "ĠCon vert", - "ĠCh arge", - "Ġeng ag", - "Ġver dict", - "å®ĥ 们", - "Ġdeliber ate", - "iqu ement", - "Ġdefin itive", - "Is rael", - "E nergy", - "Ġind ices", - "Ġwonder fully", - "ĠDon na", - "Ġones elf", - "Ġbi ography", - "m ight", - "åį Ĭ", - "lim it", - "and en", - "ĠG ef", - "ĠPract ices", - "ph ase", - "omm un", - "E Q", - "Ġb our", - "Ġyouth ful", - "Ġhun ter", - "B rian", - "C ra", - "um o", - "ĠCar b", - "ĠU TC", - "åĪ »", - "ĠTal ent", - "to ire", - "ĠWh is", - "ex ports", - "IT S", - "ĠBr ands", - "ĠSqu ad", - "k im", - "Ġcomp ilation", - "ĠArt ists", - "Ġparad ise", - "Ġcont ag", - "\" +", - "d uty", - "es ar", - "Ġgrad ual", - "éri que", - "\" ],", - "İ n", - "ĠB IG", - "Ġinform ations", - "ĠH amm", - "ĠRelations hip", - "5 40", - "G ar", - "R end", - "Ġmain tenant", - "Ġaud i", - ") +", - "åı Į", - "ĠPre vent", - "Ġche fs", - "h ide", - "Ġempir ical", - "ĠF erg", - "ĠDid n", - "ĠCh ad", - "Ġhum id", - "Ġnue va", - "Ġor a", - "he its", - "if ique", - "Ġb ounds", - "pos itive", - "Ġnin th", - ".\" ,", - "Ġillustr ates", - "se q", - "Ġc ocoa", - "ra j", - "D T", - "ĠCra zy", - "Ġcur ated", - "heart ed", - "Ġt elesc", - "ĠD addy", - "de cl", - "Ġintric ate", - "Ġcomp elled", - "ĠJew elry", - "ĠT at", - "ĠW on", - "ans hip", - "Ġcont empor", - "op ia", - "Ġrel ay", - "ER O", - "Ġvers atility", - "An not", - "Ġd rei", - "im ientos", - "Ġlo ops", - "ĠC andy", - "ĠO B", - "Ġdiff ers", - "Ġcar cin", - "Le g", - "Ġd ic", - "Ġconf irms", - "Ġreb ounds", - "aa aa", - "Ġge ographical", - "an ical", - "ĠS lim", - "Ġac re", - "Ġinstance of", - "Ġguard ian", - "Ġrem inding", - "Ġsy ll", - "ĠRena issance", - "Ġbl iss", - "Ġform ulation", - "ĠFun eral", - "n ant", - "ĠBarn es", - "t ant", - "Ġb os", - "ĠGr ass", - "ua wei", - "Ġrehe ars", - ", _", - "r atic", - "ĠM ong", - "erm a", - "24 6", - "Ġgam ble", - "Ġupgr ading", - "Ġste ht", - ") =", - "Ġg ab", - "and ing", - "Ġhard core", - "Ġexch anged", - "Ġcraw l", - "ĠCong ratulations", - "ç» Ń", - "âĶĢ âĶĢ", - "ch ard", - "ne eded", + "▁cont ents", + "▁content s", + "▁conten ts", + "▁ contents", + "do cs", + "doc s", + "} '", + "▁Ir ish", + "The n", + "Th en", + "T hen", + "aa ts", + "aat s", + "a ats", + "Sa ve", + "S ave", + "▁a gency", + "▁ag ency", + "▁и ме", + "▁им е", + "до ва", + "дов а", + "▁F unction", + "▁Fun ction", + "▁ Function", + "N N", + "dest roy", + "▁M essage", + "▁Mess age", + "▁ Message", + "▁c ancel", + "▁can cel", + "▁ cancel", + "▁super ior", + "▁e c", + "▁ ec", + "▁liter ature", + "▁P ART", + "▁PA RT", + "▁PAR T", + "▁ PART", + "I l", + "▁C ab", + "▁Ca b", + "eng ine", + "▁b asket", + "▁bas ket", + "wor th", + "wort h", + "w orth", + "▁S el", + "▁Se l", + "f etch", + "▁St adt", + "▁Stad t", + "▁Sta dt", + "▁К и", + "▁con j", + "▁se iner", + "▁sein er", + "▁seine r", + "▁sei ner", + "▁conf irmed", + "▁confirm ed", + "▁Ar gent", + "▁Arg ent", + "am ar", + "ama r", + "a mar", + "pgf path", + "▁strugg le", + "Pat tern", + "▁M iddle", + "it an", + "ita n", + "i tan", + "▁m oon", + "▁mo on", + "or ough", + "oro ugh", + "o rough", + "▁Cath olic", + "▁str uck", + "▁stru ck", + "] ->", + "▁we apon", + "▁weap on", + "▁su bst", + "▁sub st", + "▁subs t", + "▁inst ructions", + "▁instruct ions", + "▁instruction s", + "▁occ as", + "▁oc cas", + "prote cted", + "▁L ess", + "▁Le ss", + "▁Les s", + "▁ Less", + "▁b atch", + "▁bat ch", + "▁ batch", + "▁con tra", + "▁cont ra", + "▁contr a", + "▁de ck", + "▁dec k", + "▁ deck", + "▁ign ored", + "▁ignore d", + "▁ignor ed", + "▁ref used", + "▁refuse d", + "tr igger", + "▁crim inal", + "G A", + "ol ly", + "oll y", + "▁B ell", + "▁Be ll", + "▁Bel l", + "▁ Ю", + "for ward", + "▁p refix", + "▁pre fix", + "▁pref ix", + "▁ prefix", + "▁im mediate", + "▁immedi ate", + "▁as signed", + "▁ass igned", + "▁assign ed", + "▁e lected", + "▁elect ed", + "▁ele cted", + "▁to night", + "▁ton ight", + "▁D ies", + "▁Die s", + "▁Di es", + "▁B each", + "▁Be ach", + "▁pre ced", + "▁prec ed", + "ow ał", + "owa ł", + "▁gal ax", + "▁log ic", + "en za", + "enz a", + "▁Cap tain", + "▁Capt ain", + "▁H ay", + "▁Ha y", + "▁f acts", + "▁fact s", + "▁fac ts", + "▁н и", + "▁ ни", + "t é", + "▁s b", + "▁ sb", + "op ed", + "ope d", + "o ped", + "▁com bat", + "▁comb at", + "▁expl ore", + "▁explo re", + "▁( -", + "▁ (-", + "Load er", + "Lo ader", + "▁Wil son", + "▁l ocked", + "▁loc ked", + "▁lock ed", + "▁ locked", + ": )", + "▁qu el", + "▁que l", + "▁q uel", + "▁ quel", + "▁Г а", + "T y", + "▁tem ps", + "▁temp s", + "▁g host", + "Mat erial", + "M aterial", + "ER CHANT", + "point er", + "po inter", + "ж да", + "ah a", + "a ha", + "ul f", + "▁sup plement", + "▁supp lement", + "▁d ismiss", + "▁dis miss", + "▁cl osing", + "▁clos ing", + "▁clo sing", + "▁vul ner", + "▁ap rès", + "▁apr ès", + "▁over whel", + "ско е", + "▁dis ag", + "ac ia", + "aci a", + "a cia", + "ou red", + "our ed", + "o ured", + "ru ption", + "rupt ion", + "▁P S", + "▁ PS", + "End point", + "Re al", + "▁T ag", + "▁Ta g", + "▁ Tag", + "▁st airs", + "▁sta irs", + "▁stair s", + "▁ stairs", + "ly n", + "l yn", + "▁e leg", + "▁el eg", + "▁ele g", + "▁v eter", + "▁ve ter", + "▁vet er", + "factor y", + "fact ory", + "f actory", + "an ne", + "ann e", + "▁B at", + "▁Ba t", + "▁fr anc", + "▁fra nc", + "lu ng", + "l ung", + "▁\" '", + ".' ,", + ". ',", + "▁C ountry", + "▁Count ry", + "▁Coun try", + "▁ Country", + "^{ [", + "▁y ours", + "▁you rs", + "▁your s", + "▁yo urs", + "ail ability", + "Cl ear", + "C lear", + "ät t", + "ä tt", + "пи с", + "п ис", + "▁j oke", + "▁jo ke", + "▁ann oy", + "▁r ag", + "▁ra g", + "▁ rag", + "var i", + "va ri", + "v ari", + "ле кс", + "лек с", + "▁P sy", + "il ty", + "ilt y", + "mo unt", + "m ount", + "▁c ual", + "▁cu al", + "▁s olar", + "▁so lar", + "▁sol ar", + "}^ {(", + "}^{ (", + "} ^{(", + "Sh ort", + "▁tax es", "App end", - "çº §", - "ĠT L", - "ore sc", - "Ġr ash", - "ĠSub mit", - "ar ÃŃa", - "Ġwh ip", - "ĠW asser", - "Ġcontract ed", - "Ġtransl ates", - "at Ã", - "pro duction", - "ĠSpr ay", - "Ġciv ic", - "Sim ply", - "6 30", - "C AP", - "Ind ivid", - "ĠCase y", - "R M", - "st ag", - "25 3", - "Par se", - "ĠBe ast", - "Ġveget ation", - "support ed", - "oc ide", - "Ġt ÄĽ", - "ĠR oosevelt", - "Ġstro kes", - "Ġforb idden", - "Ġdiarr hea", - "c pp", - "Ġposs ibile", - "Ġor b", - "Ġall oy", - "ĠLet ters", - "nd um", - "ĠRe agan", - "H arry", - "Ġf ou", - "Ġmain s", - "ĠE RP", - "ĠU L", - "å¥ ¥", - "C arl", - "C reated", - "In form", - "mitt el", - "? ).", - "ch ini", - "C ond", - "Ġm ornings", - "Ġmatch making", - "Ġkn itting", - "ĠPaul o", - "ĠMyst ery", - "C AD", - "R aw", - "ĠF IN", - "ib en", - "ĠCom es", - "ĠInst ructions", - "æĢ ķ", - "B ot", - "Ġcas c", - "Ġproblem as", - "ĠDay ton", - "ĠPrinc eton", - "ĠRain bow", - "Ġdepend ency", - "ĠBath room", - "ĠMerc ury", - "Ġsoci été", - "ĠG ut", - "Ġsqu at", - "Ġpal ms", - "ĠAl uminum", - "% %", - "Ġth o", - "ĠF avorite", - "ass et", - "M ur", - "Z ero", - "ĠPharm aceutical", - "P ick", - "ĠMin ist", - "Ġremov able", - "r de", - "Ġd addy", - "ĠO re", - "Ġsweet ness", - "åĽł æѤ", - ": /", - "pos ure", - "ĠInter face", - "ĠAp ache", - "J C", - "ou rable", - "ĠG S", - "Ġwand ering", - "ĠA ges", - "Ġemploy s", - "od us", - "ĠPer u", - "umm ing", - "prot otype", - "s ka", - "æĻ ®", - "ĠCoc onut", - "Ġv ä", - "ie ce", - "Ġunw illing", - "Ġd ancers", - "Ġdess erts", - "ĠD iversity", - "oc om", - "Ġen chant", - "ange red", - "oly n", - "fil m", - "ĠG eld", - "Ġper ks", - "ĠSil icon", - "ic c", - "Up on", - "ic able", - "Ġbl ows", - "å® Ī", - "Ġg rit", - "Ġdeep est", - "ĠDom estic", - "Ġl iner", - "ess ional", + "Ap pend", + "Appe nd", + "W in", + "est yle", + "esty le", + "e style", + "▁fac il", + "▁fa cil", + "в ро", + "▁s ought", + "▁sou ght", + "▁b are", + "▁bar e", + "▁ba re", + "▁re act", + "▁ react", + "ja r", + "j ar", + "MA C", + "M AC", + "lo v", + "l ov", + "wa rn", + "war n", + "w arn", + "▁cru cial", + "▁m useum", + "ни ц", + "▁K ent", + "▁Ke nt", + "▁Ken t", + "May be", + "▁b ike", + "▁bi ke", + "▁Add ress", + "▁ Address", + "X ML", + "▁ad mitted", + "▁adm itted", + "▁admit ted", + "▁$ (\\", + "▁$( \\", + "▁sp ell", + "▁spe ll", + "▁spel l", + "▁ spell", + "▁v ic", + "▁vi c", + "gr e", + "g re", + "▁p roc", + "▁pro c", + "▁pr oc", + "▁ proc", + "th eless", + "the less", + "▁N om", + "▁No m", + "▁R ail", + "▁Ra il", + "▁acc eler", + "▁con vin", + "▁conv in", + "▁Pro perty", + "▁ Property", + "▁D A", + "▁ DA", + "▁cl ip", + "▁ clip", + "▁pl ugin", + "▁plug in", + "▁ plugin", + "Lim it", + "Li mit", + "L imit", + "view s", + "br u", + "b ru", + "▁p ra", + "▁pr a", + "▁a k", + "▁ ak", + "▁e j", + "▁ ej", + "▁o pts", + "▁op ts", + "▁opt s", + "▁ opts", + "▁sl ip", + "▁g ang", + "▁gan g", + "▁ga ng", + "▁ gang", + "as ted", + "ast ed", + "aste d", + "a sted", + "ual s", + "ua ls", + "u als", + "▁d ying", + "▁dy ing", + "Col l", + "Co ll", + "C oll", + "am men", + "amm en", + "▁Pol icy", + "▁ Policy", + "ERCHANT ABILITY", + "▁Col lection", + "▁Coll ection", + "▁Collect ion", + "▁ Collection", + "▁v ec", + "▁ve c", + "▁ vec", + "▁D ick", + "▁Di ck", + "st ud", + "▁la yers", + "▁lay ers", + "▁layer s", + "▁ layers", + "▁t ied", + "▁tie d", + "▁ti ed", + "}\\ \\", + "} \\\\", + "▁al ors", + "▁j ou", + "▁jo u", + "▁ch icken", + "▁chi cken", + "▁chick en", + "▁perman ent", + "▁Every thing", + "▁L ow", + "▁Lo w", + "▁ Low", + "▁C ook", + "▁Co ok", + "▁pe ak", + "▁PARTIC ULAR", + "▁d ear", + "▁de ar", + "i č", + "▁introdu ce", + "▁caus ing", + "▁ca using", + "пи са", + "пис а", + "Bo und", + "B ound", + "hu nd", + "h und", + "mult i", + "mul ti", + "▁p are", + "▁par e", + "▁pa re", + "▁ pare", + "an nt", + "ann t", + "▁b reat", + "▁bre at", + "▁commit ment", + "▁increasing ly", + "ко й", + "▁F riend", + "▁ Friend", + "▁stat istics", + "▁statist ics", + "▁Man ager", + "▁ Manager", + "pl icate", + "plic ate", + "plica te", + "Cl oud", + "ac i", + "a ci", + "▁Con ference", + "Sp an", + "S pan", + "▁C EO", + "▁CE O", + "▁W ait", + "▁Wa it", + "▁ Wait", + "▁O ber", + "▁Ob er", + "if ting", + "ift ing", + "im iento", + "imi ento", + "get Element", + "▁g le", + "▁gl e", + "▁ gle", + "ли я", + "▁w ieder", + "▁wie der", + "▁inst ruction", + "▁instr uction", + "▁instruct ion", + "gl y", + "g ly", + "▁bl ame", + "▁list ade", + "▁lista de", + "▁a apt", + "▁Lew is", + "Fr agment", + "▁g ear", + "▁ge ar", + "mi ll", + "mil l", + "m ill", + "pro d", + "pr od", + "p rod", + "▁bur ning", + "▁burn ing", + "є ться", + "▁m é", + "▁ mé", + "è ne", + "▁com plicated", + "▁compl icated", + "▁complic ated", + "b h", + "▁Just ice", + "▁t ested", + "▁te sted", + "▁test ed", + "▁st aring", + "▁star ing", + "▁sta ring", + "▁surv ive", + "▁surviv e", + "▁c ous", + "▁co us", + "▁cou s", + "▁r ib", + "▁ri b", + "▁ rib", + "am l", + "a ml", + "▁T rust", + "▁Tr ust", + "▁Tru st", + "▁c ad", + "▁ca d", + "▁T err", + "▁Te rr", + "▁Ter r", + "▁m apping", + "▁map ping", + "▁ma pping", + "▁ mapping", + "▁tw elve", + "▁g rant", + "▁gr ant", + "▁gran t", + "▁gra nt", + "▁th orough", + "▁ Ü", + "▁fol ks", + "▁folk s", + "▁Cont ent", + "▁ Content", + "▁child hood", + "ck er", + "cke r", + "c ker", + "с но", + "RE CT", + "REC T", + "R ECT", + "▁f inale", + "▁fin ale", + "▁final e", + "▁sh ower", + "▁show er", + "ér ic", + "éri c", + "é ric", + "▁s pat", + "▁sp at", + "od ge", + "р ь", + "▁p es", + "▁pe s", + "▁ pes", + "ed a", + "e da", + "D b", + "▁Ant onio", + "▁Anton io", + "▁eng aged", + "▁engage d", + "▁v ess", + "▁ve ss", + "val s", + "va ls", + "v als", + "▁elect ronic", + "▁electron ic", + "▁electro nic", + "le mma", + "lem ma", + "▁W y", + "ma d", + "m ad", + "mer ge", + "ap on", + "a pon", + "▁priv ile", + "▁nov embre", + "▁nove mbre", + "▁S ports", + "▁Sp orts", + "▁Sport s", + "wi ll", + "w ill", + "▁control s", + "▁contr ols", + "▁contro ls", + "▁ controls", + "▁c ategories", + "▁categ ories", + "▁categor ies", + "▁ categories", + "▁Georg ia", + "ip edia", + "▁A V", + "▁ AV", + "at ori", + "ator i", + "ato ri", + "▁_ __", + "▁__ _", + "▁ ___", + "▁ À", + "▁R yan", + "▁Ry an", + "▁Char lie", + "▁Charl ie", + "▁и сто", + "▁ис то", + "▁em otion", + "▁emot ion", + "▁co oking", + "▁cook ing", + "▁attempt s", + "▁FIT NESS", + "ät er", + "ä ter", + "En able", + "D T", + "▁Ch ange", + "▁ Change", + "Asp Net", + "▁г а", + "▁ га", + "▁ord inary", + "▁ordin ary", + "▁S QL", + "▁ SQL", + "pl ane", + "plan e", + "p lane", + "% .", + "▁Sum mer", + "▁av ait", + "up p", + "u pp", + "▁ill ness", + "UI NT", + "U INT", + "> {", + "▁zw ischen", + "▁hard ware", + "▁sound ed", + "equ iv", + "▁p iano", + "▁pi ano", + "▁pian o", + "us et", + "use t", + "u set", + "k n", + "TR Y", + "▁b ab", + "▁ba b", + "не н", + "н ен", + "▁rel iable", + "▁reli able", + "▁Bron nen", + "▁St ore", + "▁Sto re", + "▁ Store", + "A z", + "▁» ,", + "▁ »,", + "St atic", + "Stat ic", + "d w", + "gr een", + "gre en", + "g reen", + "▁' ';", + "▁'' ;", + "li j", + "l ij", + "ev a", + "e va", + "ні й", + "▁S yd", + "▁Sy d", + "in ois", + "ino is", + "con vert", + "conv ert", + "▁decl are", + "▁declar e", + "br es", + "bre s", + "b res", + "IN K", + "it led", + "itle d", + "▁acc ord", + "▁ac cord", + "▁m ars", + "▁mar s", + "▁ma rs", + "Sequ ence", + "zi p", + "z ip", + "▁Braz il", + "▁meet ings", + "▁meeting s", + "▁accur acy", + "▁M achine", + "▁Mach ine", + "▁ Machine", + "▁aut or", + "▁au tor", + "▁auto r", + "▁ autor", + "▁a insi", + "▁ain si", + "Sim ple", + "Res ources", + "Re sources", + "Resource s", + "ка за", + "каз а", + "▁M P", + "▁ MP", + "th ey", + "the y", + "▁B ang", + "▁Ba ng", + "▁Ban g", + "▁e ing", + "▁ein g", + "▁ eing", + "ate ful", + "▁Some thing", + "▁Som ething", + "▁ Something", + "▁up set", + "Hist ory", + "Hi story", + "dim ensional", + "▁explan ation", + "▁c iv", + "▁ci v", + "▁c once", + "▁con ce", + "▁conc e", + "▁kö z", + "▁prom ised", + "▁promise d", + "ж ду", + "we d", + "w ed", + "For e", + "F ore", + "Am ount", + "A mount", + "ab b", + "a bb", + "▁cl othing", + "▁cloth ing", + "▁clo thing", + "ли сь", + "oe n", + "o en", + "▁Pr int", + "▁Pri nt", + "▁Prin t", + "▁ Print", + "▁s izes", + "▁size s", + "▁si zes", + "▁b anks", + "▁bank s", + "▁ban ks", + "ri bed", + "rib ed", + "ribe d", + "▁' ../", + "▁'. ./", + "FI X", + "F IX", + "▁H ug", + "▁Hu g", + "▁z n", + "▁ zn", + "▁I NT", + "▁IN T", + "▁ INT", + "▁in stances", + "▁inst ances", + "▁instance s", + "▁along side", + "Name space", + "Names pace", + "▁re new", + "▁ren ew", + "▁a sc", + "▁as c", + "▁ asc", + "▁w aves", + "▁wa ves", + "▁wave s", + "▁p om", + "▁po m", + "D uration", + "day s", + "da ys", + "d ays", + "$ (", + "▁grab bed", + "▁sur gery", + "▁surge ry", + "▁surg ery", + "▁re store", + "▁rest ore", + "▁ restore", + "Norm al", + "N ormal", + "▁L eb", + "▁Le b", + "▁anal yt", + "▁analy t", + "Lite ral", + "L iteral", + "H A", + "▁sh ares", + "▁share s", + "▁shar es", + "▁sha res", + "il let", + "ill et", + "ille t", + "ol s", + "o ls", + "▁D og", + "▁Do g", + "or no", + "orn o", + "▁man ip", + "ja v", + "j av", + "▁ess entially", + "▁essential ly", + "▁cas ual", + "op l", + "o pl", + "▁ р", + "▁S U", + "▁ SU", + "▁engine ering", + "▁engineer ing", + "▁Pr ime", + "▁Pri me", + "▁Prim e", + "▁S W", + "▁ SW", + "▁re aching", + "▁reach ing", + "▁в ла", + "▁Ро сси", + "▁K re", + "▁Kr e", + "er ry", + "err y", + "▁op pon", + "▁opp on", + "pro gram", + "pr ogram", + "em per", + "emp er", + "is Empty", + "▁U nit", + "▁Un it", + "▁ Unit", + "IN TER", + "INT ER", + "INTE R", + "et he", + "eth e", + "e the", + "z d", + "CU R", + "C UR", + "▁v m", + "▁ vm", + "con v", + "co nv", + "ro pol", + "rop ol", + "r opol", + "▁Co ast", + "▁S elect", + "▁Se lect", + "▁Sel ect", + "▁ Select", + "▁бы ла", + "▁был а", + "▁V e", + "ow y", + "o wy", + "▁my th", + "ce ptions", + "ception s", + "cept ions", + "class es", + "▁w orden", + "▁wor den", + "▁word en", + "▁ass ault", + "▁d ual", + "▁du al", + "OR K", + "▁in ches", + "▁inc hes", + "▁inch es", + "▁F A", + "▁ FA", + "▁St ation", + "▁Stat ion", + "▁ Station", + "▁person ality", + "▁personal ity", + "▁s car", + "▁sc ar", + "▁ scar", + "▁reg ime", + "▁not en", + "▁no ten", + "▁note n", + "▁r ural", + "▁ru ral", + "iz a", + "i za", + "Aud io", + "A udio", + "▁dis put", + "▁disp ut", + "▁a ver", + "▁av er", + "▁ave r", + "▁ aver", + "▁o bst", + "▁ob st", + "▁obs t", + "▁Reg ion", + "▁ Region", + "ut f", + "u tf", + "▁C ass", + "▁Cas s", + "▁Ca ss", + "hs pace", + "h space", + "▁sh ipping", + "▁ship ping", + "ik o", + "i ko", + "ic ked", + "ick ed", + "num er", + "nu mer", + "n umer", + "д на", + "ri el", + "rie l", + "r iel", + "dis abled", + "disable d", + "op ol", + "o pol", + "lo oking", + "look ing", + "▁class ical", + "▁classic al", + "▁construct ed", + "▁constru cted", + "▁refer enties", + "] +", + "▁capt ured", + "▁capture d", + "▁min imal", + "▁minim al", + "▁mini mal", + "▁s ock", + "▁so ck", + "▁soc k", + "▁ sock", + "fa ther", + "f ather", + "is ión", + "isi ón", + "▁equ ally", + "▁equal ly", + "▁eq ually", + "▁red uction", + "▁redu ction", + "An t", + "A nt", + "ais on", + "ai son", + "a ison", + "▁ar gue", + "▁arg ue", + "cir cle", + "circ le", + "▁t oler", + "▁to ler", + "}\" ,", + "} \",", + "▁prim arily", + "us al", + "usa l", + "u sal", + "▁al gebra", + "▁gather ed", + "▁Re member", + "▁Rem ember", + "_) ;", + "_ );", + "UT E", + "U TE", + "▁K it", + "▁Ki t", + "▁ Kit", + "S y", + "HE AD", + "▁re cipe", + "▁rec ipe", + "▁recip e", + "▁sc enario", + "▁scen ario", + "▁Follow ing", + "VA R", + "V AR", + "▁y ard", + "▁ya rd", + "▁ yard", + "▁st ad", + "▁sta d", + "▁ stad", + "* (", + "▁valid ate", + "▁ validate", + "DE X", + "D EX", + "▁commit tee", + "▁t emporary", + "▁tempor ary", + "▁consequ ences", + "▁consequence s", + "▁égal ement", + "кти в", + "к тив", + "▁r a", + "▁ ra", + "▁dis pl", + "▁di spl", + "▁disp l", + "▁app s", + "▁ap ps", + "▁ apps", + "▁Te il", + "▁» .", + "▁ ».", + "▁adopt ed", + "ten sor", + "t ensor", + "▁fe min", + "▁fem in", + "▁м ар", + "▁ма р", + "ло ги", + "te ch", + "t ech", + "▁R ot", + "▁Ro t", + "▁ Rot", + "▁kn ees", + "▁kne es", + "▁knee s", + "ph ys", + "phy s", + "ow ej", + "owe j", + "▁Ox ford", + "ан д", + "а нд", + "he ll", + "hel l", + "h ell", + "ograf ia", + "▁ex posed", + "▁exp osed", + "▁expos ed", + "▁expose d", + "kt op", + "k top", "ob y", - "Ġsuper natural", - "Ġvisual ization", - "Ġemerg encies", - "GE N", - "ha ul", - "ĠBec ome", - "ĠL ars", - "Ġinf amous", - "f acing", - "ist ani", - "27 2", - "Ġpad re", - "Ġp éri", - "ĠC ategories", - "Some one", - "ĠNob le", - "Ġbarrel s", - "m icro", - "ĠB ened", - "ten ir", - "Ġsocial es", - "atern ity", - "Ġunst able", - "ub en", - "ĠEv an", - "Pro blem", - "ĠGib son", - "l ior", - "Ġquestion able", - "Ġun available", - "Ġav ocado", - "Ġc ose", - "Ġan a", - "Ġmism a", - "ac et", - "ĠRed uce", - "Ġbutter fly", - "char acter", - "prof its", - "Ġsatur ated", - "Ġsecret ly", - "E ste", - "ĠFl ip", - "fe ature", - "Tex as", - "ey ed", - "ĠL amp", - "ĠSign s", - "Ġautom ate", - "Ġdile mma", - "> ;", - "ac in", - "âĢĵ âĢĵ", - "ĠSo f", - "Ġsn ipp", - "Ġdeleg ates", - "b g", - "Ġcomfort ing", - "pro perties", - "hist oire", - "Ġthe e", - "Un known", - "ä¸Ń çļĦ", - "Ġestim ation", - "Ġverd ad", - "Post s", - "Ġcann ed", - "ĠStri ke", - "Ġform ulas", - "G reg", - "Ġkn ives", - "asm ine", - "A part", - "Ġab usive", - "ĠSt uart", - "Ġday light", - "è¿ĺ æľī", - "Ġproces o", - "ĠT igers", - "ĠSch we", - "ĠFac ilities", - "oy le", - "ĠG Ã", - "Ġmens en", - "r ill", - "Ġs ow", - "ĠZ el", - "Ġallow ance", - "ĠK ur", - "Ġdev otion", - "Pro xy", - "æŃ ¢", - "S ie", - "gl io", - "At l", - "æĢ ģ", - "Ġthr iller", - "ĠGreg ory", - "ĠMig uel", - "ĠSynd rome", - "ien es", - "Ġcap it", - "ĠPerson ally", - "Ġe con", - "ty p", - "Ġfast ing", - "Ġrefuge e", - "k é", - "ĠSol omon", - "ĠLim it", - "ĠG N", - "Ġam usement", - "Ġfem mes", - "ĠAnal y", - "ĠW ol", - "E ric", - "Ġflood ed", - "ay e", - "be ck", - "ĠGerm ans", - "Ġaest hetics", - "Soft ware", - "Ġd är", - "ĠI con", - "ĠStart ed", - "V o", - "ar ial", - "get Name", - "ĠList ing", - "ĠD urch", - "ert ility", - "ĠTrans form", - "Ġsoph omore", - "Ġacqu aint", - "C ertain", - "Ġat omic", - "log o", - "h arm", - "Ġthere after", - "Ġlandsc aping", - "Ġnull ptr", - "ĠMet ropolitan", - "Ġm our", - "Pac ific", - "aught y", - "ĠR an", - "Ġadv iser", - "l oe", - "à į", - "Ġcompet ence", - "zo ek", - "ĠYan kees", - "y on", - "Ġih n", - "Ġinhib ition", - "em ale", - "Ġshout ing", - "Ð ĵ", - "Ġindivid u", - "ĠInf ant", - "d n", - "Ġg ossip", - "Ġal ley", - "Ġha ut", - "t l", - "im as", - "iss enschaft", - "Ġproport ions", - "Ġhug ely", - "f actor", - "Ġsim ulations", - "é» Ħ", - "Ġreduct ions", - "Ġc yst", - "d ered", - "ĠF ully", - "ÅĤ os", - "40 5", - "Ġperiod ically", - "Ġobs erver", - "B orn", - "E val", - "p aced", - "LE ASE", - "b rain", - "rom b", - "iel t", - "ĠReyn olds", - "Ġfundament als", - "ĠMill enn", - "ser ies", - "Ġp ense", - "EM ENT", - "och ond", - "ĠMom ent", - "L IC", - "ĠO mega", - "Ġconduct or", - "ĠW ald", - "ĠProfession als", - "Ġst att", - "Ġgr ö", - "Ġmill ones", - "ĠDra ke", - "J ew", - "Ġvolunte ering", - "Ġgener osity", - "D ar", - "L ee", - "st ood", - "Ġbr ushing", - "åıij çİ°", - "Ġfer ry", - "re ally", - "ĠT IME", - "Ġge ography", - "ĠDr ama", - "Ġrepet itive", - "ĠCin ema", - "OW N", - "bl ood", - "ĠFriend ly", - "Ġfá cil", - "Ġdefin it", - "TE XT", - "hist ory", - "ĠDyn amics", - "st rip", - "ĠJ S", - "ĠProgram ming", - "Ġcounsel or", - "ke m", - "Ġsur plus", - "3 11", - "Ġhar bor", - "u ccess", - "Ġinf rared", - "å¤ Ł", - "éĤ£ 个", - "Ġoccup y", - "å¨ ģ", - "c art", - "er vers", - "if en", - "In side", - "Ġs inc", - "Ġparad ox", - "Ġpl atinum", - "ipp ery", - "Ġprep ares", - "ĠAppro x", - "ĠHamb urg", - "W inter", - "ĠI v", - "Ġpod emos", - "mat ched", - "Ġmet aph", - "Vis ual", - "át ica", - "ĠVenez uela", - "R oute", - "ocr atic", - "Ġinject ions", - "ĠNob el", - "ĠS AT", - "ach a", - "Ġsuper v", - "Ġcorrespond s", - "D ead", - "Ġw olves", - "ĠHar old", - "Ġt f", - "Ġprec io", - "Ġinc ar", - "ä m", - "ĠCook ie", - "Ġcomplement ary", - "9 20", - "r ights", - "Ġh p", - "r oute", - "ĠH av", - "Ġsl ammed", - "IR ST", - "ĠQueens land", - "ĠViet namese", - "D ream", - "Ġo wing", - "ĠDe lete", - "Ġcr ises", - "ÅĤ at", - "ĠMay a", - "ĠDem and", - "prising ly", - "Ġl ok", - "Ġembr acing", - "abel le", - "Cross Ref", - "G D", - "n odes", - "00 9", - "Ġdetect or", - "ĠRon ald", - "and in", - "Ġforecast s", - "Ġacc ents", - "Ġalt itude", - "ic ides", - "und ai", - "IC T", - "Ġdispos able", - "Ġme e", - "Ġdifferent iate", - "Ù ħ", - "Ġsusp end", - "clam ation", - "Ġdis pose", - "Ġcar act", - "ts y", - "ĠP upp", - "Ġneed les", - "imb abwe", - "izz are", - "Ġsimpl ified", - "ĠCharl eston", - "Ġresid ual", - "ĠD ro", - "Ġorganiz er", - "Ġtrav elled", - "Ġsu f", - "Ġchem otherapy", - "Ġportray ed", - "ib el", - "Ġpist ol", - "fund ed", - "h men", - "ust in", - "ĠPur pose", - "Ġy elled", - "ĠTh row", - "Ġcollect s", - "Ġtact ic", - "j m", - "Ġhous ed", - "Ġfilt ration", - "R yan", - "Ġh ommes", - "ĠR ica", - "ĠVe gan", - "ĠFund s", - "ĠRh ode", - "] ).", - "Ġadm its", - "Ġnombre ux", - "k á", - "Ġr ul", - "ĠK et", - "k re", - "Ġc v", - "Ġiss u", - "23 7", - "Ġhistor ian", - "ĠI van", - "Ġafter math", - "cel ain", - "4 99", - "p aste", - "ĠAn geb", - "! ?", - "Be yond", - "Ġhun ters", - "Ġscreens hot", - "æŁ ¥", - "Techn ical", - "Ġsu ites", - "ĠIn gredients", - "qu ant", - "Ġp elle", - "Ġmar que", - "ĠWorld wide", - "Ġsurvey ed", - "40 9", - "Ġinclus o", - "F rench", - "Ġe k", - "ĠPl atinum", - "Ġdisadvant age", - "s ell", - "ĠI SS", - "ĠD ir", - "Ġhab er", - "Ġentertain ed", - "Ġ ĊĠĠĠĠĠĠĠĠĠĠ", - "ĠM idd", - "Ġend uring", - "Ġdesign ation", - "ĠDo ors", - "Ġgre ase", - "ĠBang alore", - "ĠCow boys", - "ropract ic", - "ĠW idth", - "wick lung", - "Import ant", - "Ġse wer", - "Ġtra ps", - "ĠViol ence", + "o by", + "lo wer", + "low er", + "l ower", + "▁Se nate", + "▁Sen ate", + "▁s word", + "▁sw ord", + "▁swo rd", + "Fl ow", + "F low", + "▁Un fortunately", + "▁box es", + "▁ boxes", + "▁cu ando", + "▁pi lot", + "▁pil ot", + "▁Al bum", + "▁Alb um", + "B al", + "So rt", + "S ort", + "FI ELD", + "▁de sert", + "▁des ert", + "CO MM", + "COM M", + "ro ns", + "ron s", + "r ons", + "ad ows", + "ado ws", + "adow s", + "▁l oyal", + "▁lo yal", + "▁as set", + "▁ass et", + "▁ asset", + "▁m ud", + "▁mu d", + "ф а", + "▁second ary", + "▁ secondary", + "▁А р", + "▁c ul", + "▁cu l", + "▁ cul", + "▁As ian", + "▁Asia n", + "▁stay ing", + "▁sta ying", + "▁data set", + "▁dat aset", + "▁ dataset", + "▁U SE", + "▁US E", + "▁ USE", + "▁l oves", + "▁lo ves", + "▁love s", + "▁lov es", + "▁vel ocity", + "▁veloc ity", + "á v", + "▁purch ased", + "▁purchase d", + "SO C", + "S OC", + "▁compet itive", + "▁Foot ball", + "is ka", + "isk a", + "i ska", + "▁kn ock", + "st airs", + "sta irs", + "az y", + "a zy", + "▁v end", + "▁ve nd", + "▁ven d", + "▁ar ts", + "▁art s", + "▁ arts", + "▁B ras", + "▁Br as", + "▁Bra s", + "ue la", + "uel a", + "u ela", + "кт о", + "к то", + "tr im", + "tri m", + "t rim", + "▁d irty", + "▁dir ty", + "▁dirt y", + "▁ dirty", + "▁webs ites", + "▁website s", + "▁In dep", + "▁Ind ep", + "▁с тра", + "▁ст ра", + "▁ стра", + "s r", + "▁t icket", + "▁tick et", + "at ile", + "ati le", + "a tile", + "▁implement ed", + "▁вре мя", + "▁bo wl", + "▁bow l", + "DA TE", + "DAT E", + "D ATE", + "▁al ter", + "▁alt er", + "▁ alter", + "▁S pace", + "▁Sp ace", + "▁ Space", + "▁accom pan", + "▁accomp an", + "or don", + "ord on", + "▁do ctors", + "▁doctor s", + "ist as", + "ista s", + "C ast", + "до м", + "CT L", + "C TL", + "ur ers", + "ure rs", + "urer s", + "▁ingred ients", + "▁calcul ated", + "▁calculate d", + "▁calc ulated", + "▁le ather", + "▁s ensitive", + "▁sens itive", + "▁sus pic", + "▁susp ic", + "st an", + "sta n", + "s tan", + "▁an ni", + "▁ann i", + "▁ anni", + "aw ait", + "awa it", + "a wait", + "▁Fr anç", + "▁Fran ç", + "▁ab ort", + "▁ abort", + "▁Sp irit", + "▁W alter", + "▁Wal ter", + "▁Walt er", + "un kt", + "unk t", + "▁vert ical", + "▁ vertical", + "OR S", + "O RS", + "be st", + "bes t", + "b est", + "▁Cl ient", + "▁ Client", + "it ated", + "ita ted", + "itate d", + "itat ed", + "▁в а", + "▁ ва", + "▁ Č", + "▁v ille", + "▁vi lle", + "▁vill e", + "▁vil le", + "▁ ville", + "▁di plom", + "or ne", + "orn e", + "▁b ars", + "▁bar s", + "▁ba rs", + "▁ bars", + "U ri", + "AP TER", + "pon s", + "po ns", + "p ons", + "ut z", + "u tz", + "Pro to", + "Pr oto", + "▁st ir", + "▁ц е", + "▁ це", + "▁pr imer", + "▁prim er", + "▁pri mer", + "▁prime r", + "ig ible", + "igi ble", + "ex tra", + "ext ra", + "extr a", + "▁Bo oks", + "▁Book s", + "▁B os", + "▁Bo s", + "▁E t", + "▁W elt", + "▁We lt", + "▁Wel t", + "▁Kore a", + "▁Ko rea", + "▁Kor ea", + "ри то", + "р ито", + "▁v ibr", + "▁vi br", + "S elf", + "line ar", + "lin ear", + "о б", + "▁L ang", + "▁La ng", + "▁Lan g", + "▁ Lang", + "▁de eper", + "▁deep er", + "▁term in", + "▁ter min", + "▁ termin", + "en schaft", + "ens chaft", + "ensch aft", + "▁ро ці", + "am med", + "amm ed", + "vis ible", + "v isible", + "▁IO Exception", + "▁ IOException", + "▁W ind", + "▁Win d", + "▁Wi nd", + "us qu", + "▁S top", + "▁St op", + "▁Sto p", + "▁ Stop", + "▁ор га", + "IN VALID", + "INVAL ID", + "▁c ub", + "▁cu b", + "▁j ew", + "▁je w", + "▁cap tain", + "▁capt ain", + "з і", + "ch unk", + "apt ure", + "ash board", + "▁div ided", + "▁divid ed", + "▁divide d", + "▁ext ensive", + "▁extens ive", + "▁s uffer", + "▁suff er", + "▁he ading", + "▁head ing", + "▁ heading", + "cre ated", + "create d", + "creat ed", + "c reated", + "▁quiet ly", + "▁n y", + "▁ ny", + "▁по л", + "▁ пол", + "\" +", + "ik an", + "ika n", + "i kan", + "▁design s", + "z u", + "}+ \\", + "} +\\", + "Oper ator", + "▁Le mma", + "▁Lem ma", + "▁на у", + "ac ji", + "ло ве", + "лов е", + "Serv let", + "▁K evin", + "▁Ke vin", + "st age", + "sta ge", + "b n", + "text width", + "fa iled", + "fail ed", + "f ailed", + "▁St aff", + "▁Sta ff", + "▁e nem", + "▁en em", + "un de", + "und e", + "u nde", + "ен ь", + "е нь", + "Pack et", + "P acket", + "▁A ls", + "▁Al s", + "ka r", + "k ar", + "][ '", + "] ['", + "ke d", + "k ed", + "Per s", + "Pe rs", + "P ers", + ">: :", "> ::", - "op f", - "å¦Ĥ æѤ", - "ill i", - "Ġcol oured", - "Ġsatisf actory", - "Ġacclaim ed", - "E mb", - "en ers", - "Ġb ingo", - "am l", - "28 5", - "ki em", - "Ġped al", - "R B", - "ĠN it", - "æĪ ¿", - "ĠPun j", - "Ġkom mer", - "ĠWend y", - "âĢ ļ", - "ĠN okia", - "Ġpour quoi", - "æĦ ¿", - "äº ij", - "Ġtraject ory", - "é º", - "is iÃ", - "Ġbuff et", - "Ġmej ores", - "ĠAb by", - "Ġgro ceries", - "Ġdé cor", - "Ġir rigation", - "ĠConc ert", - "DE BUG", - "ĠArm strong", - "ĠâĪ Ĵ", - "Ġaccomplish ment", - "ĠSebast ian", - "Ġprovin ces", - "L ov", - "Ġl il", - "des igned", - "le i", - "ut able", - "Ġpack ets", - "ĠSche me", - "Ġc ensus", - "Ġconvers ions", - "Ġrem ar", - "ĠÅ ĵ", - "Ġa ide", - "ĠMe yer", - "IF IC", - "Ġaspir ations", - "Ġfl ashing", - "(' /", - "UR CE", - "é£ ŀ", - "ĠW ife", - "Ġfil med", - "ĠÐ °", - "éŃ Ķ", - "Ġa il", - "ĠM use", - "é o", - "ĠCal gary", - "ph ins", - "Ġcar acter", - "Ġmen o", - "Ġfurn ace", - "åıª æĺ¯", - "f requ", - "ar us", - "Ġgar ments", - "ĠSt ack", - "é¡ »", - "Ġc ic", - "ĠIn ventory", - "Ġtre asures", - "imm t", - "ĠConf eder", - "' \"", - "Ġun changed", - "ä¸į å", - "ĠDE FAULT", - "at ri", - "Ġsol icit", - "p ractice", - "r b", - "Ġbel ts", - "Ġmyth s", - "ĠRe id", - "rid ges", - "Ġvulner abilities", - "Ġl odge", - "Ġch op", - "epend ant", - "t au", - "Ġl ament", - "Ġse inen", - "an mar", - "Ġup front", - "Ġdamn ed", - "Ġre cht", - "ĠIns ights", - "ĠVen us", - "Ġn ag", - "ĠFil ms", - "ĠAR T", - "Ġcub es", - "Ġpl ast", - "ĠZ oe", - "S ir", - "ĠR PG", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠ", - "Pop ular", - "Ġendorse ment", - "Ġc rab", - "ign on", - "Ġcor al", - "Ġpil gr", - "typed ef", - "n ail", - "ult ur", - "��breast feeding", - "ĠCub an", - "d ag", - "i é", - "Ġer ad", - "Ġesc orts", - "ĠH idden", - "Point s", - "ĠS ect", - "çī Ľ", - "Ġconver ter", - "Ġphys iological", - "Ġcapac ities", - "Ġreprodu ce", - "J ess", - "Ġlegisl ature", - "ienn ent", - "S ad", - "ri ans", - "v irtual", - "Ġm ak", - "Ġhe aled", - "Reg ardless", - "ĠGil bert", - "ĠD ana", - "atal og", - "Ġinter cept", - "ze pt", - "Ġiss uing", - "Ġpray ed", - "Ġg ears", - "Ġcomp ressed", - "Ġgr inder", - "ĠCl iff", - "Ġlim b", - "Ġcontract ing", - "S ources", - "s il", - "ing es", - "Ġat op", - "ĠBl ade", - "Ġac om", - "Ġmot ive", - "ĠSk ype", - "U V", - "ĠF ailure", - "ĠPl ants", - "* (", - "s ame", - "Ġrh in", - "Ġinhib itors", - "J ason", - "Ġl ange", - "Ġce ilings", - "st y", - "ĠR N", - "con v", - "Ġspecial izing", - "Ġcut ter", - "Trans form", - "C art", - "st ats", - "Ġworks heets", - "met adata", - "R ating", - "c ot", - "to ber", - "ract ed", - "Ġmon et", - "acter ial", - "ativ as", - "ĠGrow ing", - "Ġautonom y", - "ĠI E", - "Ġvan ity", - "Ġar rows", - "Ġvar a", - "ina ire", - "ĠMar in", - "bor g", - "err ors", - "e ut", - "Ġjoint ly", - "Ġh ipp", - "Ġst o", - "Ġbomb ing", - "Ġtriv ial", - "an ze", - "Ġj ue", - "Ġacad emy", - "Ġfin ns", - "Ġexecut ing", - "Ġbond ing", - "ĠRegist ered", - "Ġo port", - "Ġpar an", - "Ġl aps", - "ĠF ry", - "Ġgo b", - "Ġstraw berry", - "V ED", - "Prim ary", - "Ġcarbohyd rates", - "ĠG inger", - "23 6", - "Ġaer ial", - "ĠMar athon", - "Ġworks pace", - "ĠJan et", - "ĠExp ression", - "Through out", - "ĠD ed", - "è¿ ¦", - "Ġcontam inated", - "Ġl inger", - "am ide", - "èĩ £", - "C N", - "Ġcal ming", - "Ġmog elijk", - "ĠSh arp", - "ha o", - "Ġcart ridge", - "éĽ ħ", - "Load er", - "Sil ver", - "Ġass hole", - "Ġpursu ant", - "ad just", - "param eters", - "Ġentrepreneur ial", - "ĠExhib ition", - "off ice", - "ĠSil k", - "Ġc ath", - "nah me", - "Ġf ret", - "gr an", - "Ġclean up", - "Ġreb oot", - "r f", - "Ġgall ons", - "B an", - "Ġu h", - "Ġpione er", - "Ġmechan ic", - "QUEST ION", - "at ial", - "ĠP ars", - "AL S", - "ĠStock holm", - "Ġded ic", - "Ġcos m", - "p end", - "Ġwh it", - "Ġdi ary", - "Ġrec ur", - "Ġac est", - "çģ µ", - "h rer", - "ĠUb untu", - "Ġunbeliev able", - "Ġs per", - "Ġexp ands", - "Ġspecific s", - "Ġentire ty", - "ĠBou levard", - "m ys", - "ĠD ish", - "ĠThe rap", - "Ġcas os", - "'] ['", - "Ġp ies", - "ĠA AA", - "Ġwater ing", - "Ġh od", - "sh ots", - "åĬ ŀ", - "ochem ical", - "å° Ħ", - "Ġpal ab", - "Ġh är", - "Ġst al", - "Ġknock ing", - "Ġa per", - "Ġd ow", - "Ġexp osing", - "the ta", - "ĠSte fan", - "Ġmor b", - "ĠPo etry", - "Ep isode", - "W W", - "Ġr inse", - "St ats", - "ĠF ib", - "Ch icago", - "Ġphenomen al", - "Ġem it", - "zie j", - "B ACK", - "Ġd afÃ", - "ĠD iane", - "ĠCl a", - "Ġimpair ment", - "Ġpar al", - "Ġcu er", - "Ġpredict ive", - "Disc ussion", - "çĪ ¶", - "Ex port", - "Ġfore ach", - "Ġsubs et", - "ĠMod er", - "Ġviol in", - "Ġsuff ers", - "Ġconstruct ing", - "Ġamend ments", - "Ġpat ents", - "Ġterm inate", - "ĠBeng al", - "Ġst ern", - "ĠE den", - "Ġlors que", - "M oving", - "ĠH BO", - ">> >>", - "ĠGate way", - "Ġm am", - "SK U", - "Ġbl ij", - "Ġpost erior", - "Ġpossess es", - "Ġdeleg ate", - "Ġad hesive", - "Ġrec ount", - "ok i", - "Id s", - "Ġacquis itions", - "a S", - "Ġg ummy", - "Ġme ats", - "Ġkind erg", - "Ġre j", - "Ġeffort lessly", - "Ġ erm", - "or ian", - "Ġf ries", - "omm a", - "30 6", - "Ġbudd ies", - "gener al", - "f elt", - "enti eth", - "4 15", - "b ij", - "Ġ ie", - "Ġoff ended", - "ĠWrit ers", - "K n", - "Ġp ing", - "Ġfl uffy", - "Ġsuper f", - "z b", - "ĠCan al", - "ogene ous", - "ĠEx actly", - "ĠRoll ing", - "çª ģ", - "Ġje go", - "d ro", - "Ġreg ain", - "Res pons", - "Ġdepend able", - "ĠAdministr ative", - "ĠZ u", - "Ġscar f", - "Ġmast urb", - "Ġadd icted", - "Ġquest i", - "cy cles", - "emic on", - "Ġjack ets", - "Ġre use", - "30 7", - "Ġrepay ment", - "St aff", - "Ġr uler", - "ĠNew castle", - "Ġoblig ed", - "ĠSur ge", - "Ġmedic inal", - "ĠClar ke", - "Ġha ar", - "Ġunder wear", - "() ))", - "Ġfurn ished", - "ĠS par", - "Ġins an", - "Ġdeleg ation", - "Ġluc rative", - "ch in", - "ĠChe ster", - "ör per", - "ĠM iche", - "ĠMon roe", - "ĠAdjust able", - "v at", - "æ¯ į", - "Ġatt en", - "Ġvalid ated", - "Ġhyp ot", - "R o", - "om ics", - "ĠPower Point", - "A ST", - "Ġrest oring", - "ç« Ļ", - "zu ki", - "ra i", - "F B", - "sh ield", - "Ġb iking", - "Ġal ly", - "Ġpro se", - "ĠSc hed", - "ĠG ri", - "B undle", - "Ġdemonstr ations", - "ĠSign ature", - "Ġintim acy", - "Ġcl utch", - "ĠW ohn", - "ĠCl ara", - "Ġune ven", - "V ert", - "Y P", - "ĠF IFA", - "Ġmulti player", - "Ġstitch ing", - "Ġrel oad", - "pro blem", - "Ġment oring", - "40 2", - "6 60", - "Ġhe ures", - "Ġcompar ative", - "两 个", - "Ġindirect ly", - "Ġw ollen", - "ĠN os", - "Ġgra bbing", - "ĠBas il", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠ", - "Ġcrack ing", - "pp ings", - "ung al", - "ĠQ R", - "Ġjour neys", - "ç´ ¢", - "Own er", - "set up", - "Ġmer ged", - "IF T", - "Ġcous ins", - "Ġj av", - "ĠGraph ic", - "åĸ ľ", - "Ġh ue", - "po inter", - "Ġexem ption", - "ri le", - "Ġcra ving", - "ĠSong s", - "ĠCars on", - "ĠQu ite", - "w ow", - "è¿ °", - "Ġunl aw", - "S ocket", - "ĠS oci", - "Ġher d", - "([ \\[", - "bre aks", - "s burg", - "Ġvo ix", - "ire n", - "ĠSt amp", - "Char les", - "Ġschn ell", - "Ġsc anned", - "Abs olutely", - "Ġm ates", - "ĠC ela", - "Ġnieu we", - "b od", - "Ġd ort", - "ĠB ren", - "Ġr ue", - "ĠSt y", - "pat tern", - "6 80", - "Ġpop ulated", - "ĠOrgan izations", - "Ġhyp oc", - "Ġaur ait", - "Ġbenefici aries", - "T imes", - "V IS", - "Ġl uego", - "leg raph", - "Ġremark ably", - "ê s", - "abilit é", - "Ġde gradation", - "ĠF P", - "ib ling", - "ĠCas a", - "Ġcomp ose", - "Ġdig its", - "Sh owing", - "Ġbath s", - "åİĨ åı", - "ĠL ift", - "Ġvis ions", - "ĠCommun ist", - "Ġdomin ance", - "ĠC edar", - "\\ '", - "Ġas ylum", - "ĠN issan", - "con c", - "Ġpro pre", - "ĠE lements", - "Ġund es", - "Ġdec ks", - "Ġra iny", - "ĠTem perature", - "K ate", - "v oor", - "Ġbud s", - "Bet ween", - "ĠK w", - "Ġperm ite", - "ĠHon estly", - "Ġinherent ly", - "Ĺ å¤ļ", - "oh a", - "Ġaccum ulate", - "ĠFif th", - "j ets", - "Ġtall er", - "appro x", - "Ġresur rection", - "Ġcome back", - "人 ä", - "Ġinsight ful", - "ignt y", - "as o", - "Ġposs essions", - "Ġmet ic", - "h icles", - "ĠGood s", - "Ġb idding", - "Ġsort e", - "Ġdecentral ized", - "Ġcont ests", - "ĠW u", - "ĠRom ance", - "Ġpres idency", - "ĠLess ons", - "Ġfel ony", - "Ġbiet et", - "ĠSuccess ful", - "ĠJ ail", - "Im plement", - "Ġsaf est", - "ĠDo ctors", - "Ġgi ants", - "ĠFarm ers", - "i ott", - "Ġe ats", - "ud ing", - "Ġrandom ized", - "ĠVi agra", - "Option al", - "Y esterday", - "Ġs addle", - "Ġcon qu", - "Ġle agues", - "Ġbl ur", - "Ġsher iff", + "▁a rc", + "▁ar c", + "▁ arc", + "▁sy nt", + "▁syn t", + "SP E", + "S PE", + "▁Д а", + "▁M i", + "▁M oh", + "▁Mo h", + "▁De ath", + "b rowser", + "▁D ave", + "▁Dav e", + "▁Da ve", + "▁s ucc", + "▁su cc", + "▁suc c", + "t oggle", + "▁t ack", + "▁ta ck", + "Com ment", + "Comm ent", + "er on", + "ero n", + "e ron", + "▁aware ness", + "▁h ug", + "▁cont emporary", + "▁contempor ary", + "ul ating", + "ula ting", + "▁T itle", + "▁Tit le", + "▁Ti tle", + "▁ Title", + "▁TH IS", + "hav ior", + "ran k", + "r ank", + "▁do zen", + "▁che ese", + "co ln", + "col n", + "▁rad ius", + "▁radi us", + "▁ radius", + "▁dim ensions", + "▁dimension s", + "rodu ction", + "rod uction", + "▁ad ds", + "▁add s", + "▁house hold", + "▁D avis", + "▁Dav is", + "▁Da vis", + "pk g", + "p kg", + "{ $", + "▁cas ino", + "▁P ierre", + "▁Pier re", + "▁Pi erre", + "▁object ive", + "tr ain", + "tra in", + "▁Mich igan", + "pay load", + "▁r ug", + "▁ru g", + "▁ rug", + "▁se vere", + "▁sever e", + "me an", + "▁t oss", + "▁to ss", + "▁embar rass", + "▁V ery", + "▁Ver y", + "▁Ve ry", + "▁ Very", + "▁appe al", + "▁Com put", + "▁Comp ut", + "▁ Comput", + "▁forgot ten", + "▁k ernel", + "▁ker nel", + "▁ kernel", + "▁car bon", + "▁carb on", + "f w", + "▁С у", + "▁Emp ire", + "▁qu ote", + "▁quot e", + "▁ quote", + "et z", + "e tz", + "▁m ini", + "▁min i", + "▁mi ni", + "▁p ipe", + "▁pi pe", + "▁pip e", + "▁ pipe", + "▁n ous", + "▁no us", + "▁nou s", + "▁M ove", + "▁Mo ve", + "▁Mov e", + "▁ Move", + "▁д у", + "▁ ду", + "▁nerv ous", + "▁М ар", + "▁Ма р", + "* \r", + "▁B ush", + "▁Bus h", + "▁Bu sh", + "▁pe er", + "▁ peer", + "▁W rit", + "▁Wr it", + "▁ Writ", + "▁satisf ied", + "▁pull ing", + "▁pul ling", + "▁P ur", + "▁Pu r", + "▁M iller", + "▁Mil ler", + "▁Mill er", + "▁F L", + "▁ FL", + "am az", + "ama z", + "a maz", + "▁m ile", + "▁mil e", + "▁mi le", + "▁ mile", + "▁N eed", + "▁Ne ed", + "▁ Need", + "▁sup plies", + "▁a ño", + "▁p ace", + "▁pa ce", + "▁pac e", + "▁ pace", + "▁Vict oria", + "▁Victor ia", + "▁ou ght", + "▁ ought", + "▁P layer", + "▁Pl ayer", + "▁Play er", + "▁ Player", + "agnost ic", + "▁v iv", + "▁vi v", + "▁ viv", + "▁Pat rick", + "▁Patri ck", + "▁ Š", + "▁St ory", + "▁Sto ry", + "ac a", + "a ca", + "▁mount ains", + "▁mountain s", + "CL ASS", + "▁fr agment", + "▁frag ment", + "▁ fragment", + "▁sett lement", + "▁settle ment", + "▁Further more", + "▁dr ivers", + "▁dri vers", + "▁driv ers", + "▁drive rs", + "▁driver s", + "▁J u", + "▁бы ли", + "▁был и", + "Row s", + "Ro ws", + "R ows", + "▁im pression", + "▁imp ression", + "▁impress ion", + "▁in fer", + "▁inf er", + "▁Ex pl", + "▁Exp l", + "ol ute", + "olut e", + "olu te", + "ov an", + "ova n", + "o van", + "ar ance", + "aran ce", + "CA P", + "C AP", + "▁en force", + "▁B urn", + "▁Bur n", + "▁Bu rn", + "Res et", + "Re set", + "mo ther", + "mot her", + "m other", + "▁B attle", + "▁Bat tle", + "▁Batt le", + "▁ Battle", + "pad ding", + "p adding", + "ia te", + "iat e", + "i ate", + "▁c ried", + "▁cr ied", + "▁cri ed", + "A K", + "un s", + "u ns", + "▁siè cle", + "▁Cont in", + "▁ Contin", + "ban k", + "b ank", + "ju nit", + "j unit", + "object s", + "Ro t", + "R ot", + "is sa", + "iss a", + "▁be gun", + "▁beg un", + "* -", + "▁vis iting", + "▁visit ing", + "ж де", + "▁target s", + "▁tar gets", + "▁L atin", + "▁Lat in", + "у т", + "▁E sc", + "▁Es c", + "* ;", + "ån g", + "å ng", + "▁( {", + "▁ ({", + "▁di agram", + "▁dia gram", + "Mod els", + "Model s", + "Mode ls", + "▁part nership", + "▁partner ship", + "▁partners hip", + "▁fr ån", + "ul ty", + "ult y", + "Po d", + "P od", + "CA LL", + "CAL L", + "C ALL", + "mod al", + "mo dal", + "si g", + "s ig", + "it zer", + "itz er", + "it el", + "ite l", + "▁convin ced", + "▁convince d", + "ab l", + "a bl", + "ст ве", + "ств е", + "▁c ot", + "▁co t", + "▁re peat", + "▁repe at", + "▁ repeat", + "▁l ists", + "▁li sts", + "��list s", + "▁ lists", + "so und", + "s ound", + "▁r oyal", + "▁ro yal", + "▁gr ace", + "▁gra ce", + "▁o raz", + "▁or az", + "Not ification", + "pr ite", + "prit e", + "p rite", + "▁arriv al", + "▁arr ival", + "an cell", + "ance ll", + "anc ell", + "ancel l", + "hent ic", + "de code", + "dec ode", + "▁fant astic", + "pro gress", + "pro xy", + "pr oxy", + "z ő", + "ke l", + "k el", + "▁conven ient", + "aqu e", + "a que", "ri et", - "ger ies", - "ĠG iant", - "3 22", - "ver so", - "Ġend ot", - ", ...", - "Å į", - "ĠSch l", - "Ġorg asm", - "x c", - "rop he", - "Ġan ci", - "Ġdec id", - "Ġqual cosa", - "Ġmad re", - "Ġcoinc idence", - "Ġsanct uary", - "il en", - "Ġsuccess ion", - "p and", - "Ġapp la", - "ale igh", - "ĠCommun ities", - "t ier", - "Ġbelie ver", - "ĠRO I", - "F ix", - "Ġam using", - "Ġthank ed", - "Ġhur ricane", - "ĠÅ¡ k", - "ec z", - "Ġsw ung", - "R a", - "ĠD um", - "ĠZ ip", - "Sc roll", - "rad ius", - "c aster", - "Ġgu ild", - "Ġmad ness", - "Ġpedest rian", - "De ath", - "D NA", - "Ġv ape", - "ale z", - "ĠP urch", - "ĠLe vi", - "U su", - "at is", - "ĠR ings", - "ĠK ane", - "ĠBl ank", - "Ġpolit ique", - "äll t", - "Ġk er", - "Ġuns uccess", - "ext ra", - "ĠDream s", - "ĠPalest ine", - "m oney", - "Ġpar ler", - "éĢ ģ", - "ĠB ella", - "ĠPro ceed", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ Ġ", - "P ages", - "ru ch", - "Ġhigh s", - "f aces", - "ĠRe ason", - "Ġfair ness", - "Ġprolifer ation", - "ĠC ats", - "Ġsovere ign", - "am ount", - "Ġassert ion", - "izz azione", - "ogen ous", - " ¢", - "ĠSh annon", - "att ribute", - "pir ation", - "Man agement", - "ĠSure ly", - "Å ¥", - "Ġse us", - "ĠCas inos", - "Ġö ver", - "Ġstere o", - "d p", - "it ars", - "Ġo ltre", - "ĠI EEE", - "Ġmod elling", - "ais er", - "a al", - "Im ages", - "ĠP erc", - "Ġz usammen", - "ĠPil ot", - "ĠCon n", - "ĠNatur ally", - "Ġfingert ips", - "f actory", - "Regist ration", - "' ',", - "Ġ à¤", - "Ġcomp añ", - "ĠSc out", - "Ġspont aneous", - "Ġen umer", - "ĠV ERY", - "op ol", - "Ġspe ar", - "n io", - "ĠT ube", - "Ġposs ono", - "rais al", - "U RES", - "gr é", - "ĠCar roll", - "ĠExt reme", - "ĠDoc uments", - "l ated", - "Sh ape", - "Ġnos otros", - "Ġw ifi", - "ol ics", - "Ġinc urred", - "ĠPl ain", - "28 1", - "iment i", - "W ords", - "ĠDef inition", - "F air", - "e lection", - "Ġtra va", - "F ant", - "J osh", - "Ġr ugs", - "Ġcl erk", - "Ġlook out", - "rodu cing", - "ist or", - "ĠRes pond", - "Ġrit uals", - "ĠSoph ie", - "ĠSw an", - "55 5", - "& #", - "Ġc ube", - "ĠBel ieve", - "Ġdis pat", - "ĠL opez", - "Ġtr acing", - "Ġatm ospheric", - "Ġrecon struct", - "Ġnot icing", - "Ġgovernment al", - "Ġscrew ed", - "Ġprotagon ist", - "Ġendors ed", - "F UN", - "S port", - "Ġon board", - "Ġbe ams", - "ug a", - "un less", - "ĠF S", - "Ġr att", - "F ans", - "ch anges", - "ĠBe a", - "Ġmar ca", - "fol ios", - "ĠR ising", - "ĠPC I", - "ĠRodrig uez", - "v á", - "g all", - "Ġsh ark", - "com pet", - "Ġpsych o", - "ĠS ag", - "Ġca usa", - "Ġgraph s", - "Ġam or", - "ĠTom orrow", - "ĠConserv ative", - "al ways", - "\" #", - "pl atz", - "Ġt apping", - "Ġrefer rals", - "ĠWinst on", - "ĠM RI", - "Ġsl ap", - "ow any", - "ĠSh ape", - "Ġeduc ating", - "e ight", - "Ġtox icity", - "Ġs od", - "Ġton nes", - "Ġdepend encies", - "Ġn ome", - "th ose", - "Ġsol itary", - "Ġstim ulating", - "al ong", - "ĠR ig", - "ĠAcc eler", - "ä»» ä", - "ĠVolunte er", - "f x", - "ĠP oke", - "gen ic", - "ç» §", - "] ),", - "Ġpl ais", - "Ġte gen", - "uy en", - "Ġparagraph s", - "IS O", - "Ġwe eds", - "Ġz ou", - "ĠMach inery", - "ĠTerm inal", - "ÃŃ ch", - "Ġpret ending", - "+ \\", - "l ux", - "Ġf azer", - "Ġcom erc", - "ĠPublic ations", - "Ġimmers ive", - "Ġar te", - "Ġê tes", - "Ĺ ä", - "Ġh obbies", - "Ġres igned", - ".\" )", - "ĠDef ence", - "assert Equal", - "iz ontal", - "aff le", - "ĠC rypt", - "ĠAlex a", - "Ġaug ment", - "end re", - "Ġsupp ression", - "ä» ħ", - "ĠP regn", - "Ġri usc", - "åĬ ©", - "K ids", - "r zy", - "ot ine", - "Ġpsych iatric", - "Ġin ception", - "Ġde ber", - "ĠK art", - "ĠSal mon", - "Ġdif eren", - "äng er", - "7 70", - "S leep", - "s ed", - "Ġoptim ism", - "sm ith", - "ĠG est", - "Ġpe e", - "26 1", - "Ke vin", - "view s", - "Ġnost ra", - "ĠAthlet ic", - "om ical", - "Ġu ter", - "Ġtrail ers", - "Ġrail road", - "Ġch ats", - "ĠST R", - "Ġ ĊĠĠĠ", - "ĠD ates", - "Ġatt ire", - "Un less", - "举 西", - "ĠMerc y", - "n at", - "Ġsem ble", - "Ġmes ure", - "J ud", - "sc an", - "ĠDis k", - "Ġkitchen s", - "Ġo le", - "back ed", - "class es", - "ĠPatri ots", - "Ġal iens", - "ĠD ire", - "ĠBl air", - "ÅĽ nie", - "Ġple a", - "Ġcooper ate", - "âĻ ¥", - "Ġmult imedia", - "Ġmit ochond", - "Att ributes", - "Ġcon ventions", - "Ġde ed", - "ĠHe ath", - "Ġd war", - "oc l", - "isp iel", - "st ri", - "ĠÅĽ w", - "ĠT ah", - "Ġw ichtig", - "enc ils", - "Ġdown stairs", - "d ue", - "ĠC ensus", - "Ġpass é", - "ĠPot ential", - "c ause", - "Ġf rente", - "Ġent reg", - "k ů", - "ĠMa e", - "åĨĽ éĺŁ", - "S pecific", - "Ġb urgers", - "math bf", - "S in", - "Ġsuccess or", - "iter ator", - "Ġsubs criber", - "Z A", - "Ġdef ended", - "ĠSand ra", - "ĠCl osed", - "æĭ ¿", - "à Ģ", - "人 们", - "She ll", - "Ġburn er", - "ĠI z", - "Ġcan ine", - "Ġoff re", - "Ġbatt ling", - "Ġved ere", - "iet e", - "ĠAd ults", - "Ġporn o", - "ĠD uck", - "Ġcomput ational", - "Ġkil omet", - "èĴ ĭ", - ") ->", - "ab us", - "th ought", - "Ġge ometric", - "ĠPar ish", - "Method s", - "doc s", - "ĠBry ant", - "Ġf ittings", - "Ġro oft", - "rop olis", - "AM S", - "Ġdefend ants", - "ĠKun st", - "il ateral", - "Ġcr ashing", - "kl är", - "än ge", - "F a", - "Ġassist ants", - "AA AA", - "ing les", - "Ġh uh", - "Ġch or", - "pe g", - "Ġserv icios", - "Ġent ra", - "ĠBe au", - "Ġmush room", - "Ġcon ceived", - "\": \"", - "Ġs ank", - "Ġc iel", - "Ġo tt", - "H ad", - "ĠAut umn", - "S and", - "ll er", - "\" })", - "ĠSec rets", - "åº §", - "Ġminor ities", - "Ġspons orship", - "C ondition", - "Ġp ony", - "fo is", - "Ġmut tered", - "ĠWin ner", - "Äĥ m", - "Ġweight ed", - "ĠO wen", - "Ġz est", - "ĠRet irement", - "ome ga", - "iss imo", - "Ġrecru ited", - "D ifferent", - "en ze", - "ĠIn ner", + "rie t", + "r iet", + "▁Dig ital", + "io rs", + "ior s", + "i ors", + "▁B udd", + "▁Bud d", + "▁Bu dd", + "and ra", + "ad dy", + "add y", + "▁o vers", + "▁over s", + "▁ov ers", + "▁consum ers", + "▁consumer s", + "▁consume rs", + "p n", + "mo use", + "m ouse", + "▁B C", + "▁ BC", + "de g", + "d eg", + "pe rm", + "per m", + "p erm", + "it és", + "ité s", + "▁и спо", + "▁ис по", + "he ast", + "h east", + "ho ur", + "hou r", + "h our", + "PAR AM", + "con scious", + "▁w ing", + "▁win g", + "▁ wing", + "▁atmos phere", + "▁g ig", + "▁gi g", + "▁con tre", + "▁cont re", + "▁contr e", + "▁dr ama", + "▁dram a", + "я т", + "▁Fr ont", + "▁Fro nt", + "▁ Front", + "▁philosoph y", + "▁H art", + "▁Har t", + "▁Ha rt", + "▁n urs", + "▁nu rs", + "▁nur s", + "ur as", + "ura s", + "u ras", + "▁T ru", + "▁Tr u", + "▁s ud", + "▁su d", + "▁per forming", + "▁perform ing", + "п ы", + "▁conf used", + "▁che cks", + "▁check s", + "am t", + "a mt", + "Ma ke", + "M ake", + "▁R O", + "▁ RO", + "▁d f", + "▁ df", + "iz ations", + "ization s", + "▁deg li", + "▁architect ure", + "Render er", + "▁Л а", + "▁p tr", + "▁pt r", + "▁ ptr", + "▁die ser", + "▁dies er", + "▁diese r", + "sub mit", + "▁top ics", + "▁topic s", + "▁princip les", + "▁prin ciples", + "▁principle s", + "var s", + "va rs", + "v ars", + "so ck", + "soc k", + "s ock", + "▁ton gue", + "▁tong ue", + "▁percent age", + "▁S S", + "▁ SS", + "▁d ol", + "▁do l", + "▁r ice", + "▁ri ce", + "▁ric e", + "▁ rice", + "í o", + "▁E astern", + "▁East ern", + "▁Easter n", + "▁recogn ition", + "▁E rn", + "▁Er n", + "▁U t", + "▁ Ut", + "▁c aut", + "▁ca ut", + "▁Cl oud", + "▁ Cloud", + "▁con version", + "▁conv ersion", + "▁convers ion", + "▁Oh io", + "▁M E", + "▁ ME", + "▁sur ely", + "▁sure ly", + "▁g ard", + "▁gar d", + "▁ga rd", + "pu is", + "p uis", + "▁u rg", + "▁ur g", + "▁ urg", + "im i", + "i mi", + "▁abs ence", + "▁w inner", + "▁win ner", + "L anguage", + "▁HT TP", + "▁ HTTP", + "w t", + "▁trans lation", + "▁transl ation", + "▁ translation", + "с с", + "▁K ind", + "▁Ki nd", + "▁Kin d", + "▁ Kind", + "Tw o", + "T wo", + "▁Re volution", + "▁Rev olution", + "In sert", + "Ins ert", + "Ev ery", + "E very", + "or ient", + "ori ent", + "orie nt", + "o rient", + "▁т ра", + "▁ тра", + "▁emot ions", + "▁emotion s", + "det ails", + "detail s", + "▁f lu", + "▁fl u", + "▁ flu", + "▁oper ate", + "▁opera te", + "A g", + "un ning", + "unn ing", + "▁part ie", + "▁parti e", + "tr i", + "t ri", + "▁gold en", + "▁gol den", + "▁Б и", + "▁found ation", + "is ten", + "ist en", + "iste n", + "i sten", + "▁Car los", + "▁Carl os", + "▁Carlo s", + "Child ren", + "▁neigh b", + "▁C art", + "▁Car t", + "▁Ca rt", + "▁ Cart", + "Be gin", + "B egin", + "г да", + "▁s cheduled", + "▁schedule d", + "▁schedul ed", + "' >", + "▁observ ations", + "▁observation s", + "▁produ cer", + "▁produce r", + "ath ers", + "ather s", + "a thers", + "но му", + "ном у", + "▁expect ations", + "▁expectation s", + "os o", + "o so", + "z h", + "mu table", + "mut able", + "▁wr ites", + "▁writ es", + "▁write s", + "▁p ushing", + "▁push ing", + "▁se ats", + "▁sea ts", + "▁seat s", + "▁br east", + "▁bre ast", + "ap ing", + "api ng", + "a ping", + "▁Sim ple", + "▁ Simple", + "▁s ocket", + "▁soc ket", + "▁sock et", + "▁ socket", + "▁sl ave", + "▁sla ve", + "▁ slave", + "il ey", + "ile y", + "i ley", + "▁ass istant", + "▁assist ant", + "▁t rim", + "▁tr im", + "▁tri m", + "▁ trim", + "▁land scape", + "▁landsc ape", + "▁associ ation", + "qu ant", + "▁Pal est", + "▁swe at", + "en gers", + "eng ers", + "enge rs", + "enger s", + "? _", + "é p", + "> .", + "▁c urious", + "▁cur ious", + "▁Com ponent", + "▁ Component", + "▁re placement", + "▁repl acement", + "▁replace ment", + "ра ль", + "рал ь", + "р аль", + "▁Tr ack", + "▁Tra ck", + "▁ Track", + "▁Re move", + "▁Rem ove", + "▁ Remove", + "▁S ize", + "▁Si ze", + "▁ Size", + "pe ror", + "per or", + "▁cal culate", + "▁calcul ate", + "▁calc ulate", + "▁s essions", + "▁session s", + "▁type d", + "▁typ ed", + "▁ty ped", + "▁sub mit", + "▁subm it", + "▁ submit", + "!! !", + "! !!", + "▁part ition", + "▁ partition", + "ed ing", + "edi ng", + "e ding", + "-- ---", "---- -", - "èĭ ı", - "Ġinstruction al", - "Ġh ugs", - "ĠM olly", - "Ġhere in", - "ĠZ ur", - "ill iant", - "Ġcor related", - "ategor ized", - "ĠI A", - "Ġk arma", - "Ġincons istent", - "engu in", - "intest inal", - "ĠS elling", - "ĠSc roll", - "Ġtempt ation", - "ĠSteven s", - "e ye", - "è ª", - "ĠI stanbul", - "Ġyour selves", - "Ġimp r", - "uy a", - "L uke", - "ĠAud it", - "uje res", - "Ġd ès", - "99 0", - "ad h", - "ac ie", - "Ġful fil", - "Ġderiv atives", - "S ol", - "Ġtro phy", - "el ijke", - "Ġn acional", - "mem bers", - "hell o", - "ĠO C", - "ST E", - "Ph ysical", - "Ġconserv atives", - "ĠHold er", - "ĠP F", - "J am", - "ĠJ D", - "Ġexpl oded", - "Ġemail ed", - "ĠInc or", - "Ġapp el", - "ne ver", - "the med", - "Ġtrust ing", - "Ġdes e", - "Ġtu a", - "Ġphil anth", - "Ġcamb io", - "ĠC OR", - "ĠUn known", - "aff en", - "Ġseg ún", - "ĠSh in", - "Ġhome owner", - "ĠBr is", - "Ġstraw berries", - "min ent", - "ĠEn forcement", - "ĠRel ax", - "n ou", - "Ġto pping", - "Ġre juven", - "ol ph", - "Ġun related", - "Ġvom iting", - "éľĢ è¦ģ", - "Ġav aient", - "ĠPresident ial", - "ĠBurn s", - "ĠO g", - "ĠAnd ers", - "ĠSim pson", - "è´ ¥", - "Ġcomp ares", - "EN G", - "ĠChrist ina", - "Sh ared", - "Ġprop het", - "ĠStand ing", - "ĠFund ing", - "Ġpant ry", - "G uest", - "p apers", - "ĠProp het", - "j er", - "eng a", - "Ġinherit ance", - "sub ject", - "Ġcompr ar", - "N B", - "Ġsh redded", - "ĠOr thodox", - "Ġclient es", - "Ġrec onna", - "Ġbook ings", - "ane y", - "Des criptor", - "ĠT I", - "Ġdistribut or", - "un ky", - "ĠR id", - "Ġinhib itor", - "Ġdivor ced", - "al an", - "ĠL un", - "Ġgen etics", - "orks hire", - "Ġse ule", - "ĠBrow se", - "read s", - "\" <", - "ar ie", - "pp ling", - "al am", - "ĠL arg", - "ĠLat ino", - "ĠE lev", - "M ind", - "ĠCal if", - "Ġpun ished", - "ĠBu zz", - "ĠNeder land", - "Ġw agon", - "ĠST AT", - "Ġsmo other", - "ric hed", - "Ġer halten", - "ĠBul ld", - "ĠAdvent ures", - "ç ĵ", - "Ġr as", - "ac Äĥ", - "Ġcalcul ating", - "ĠOffic ers", - "ar z", - "Ġso fter", - "Ġlas ci", - "Ġger ne", - "Ġlav ender", - "3 35", - "é ra", - "omb res", - "Ġfabric ation", - "top ic", - "Ġf uss", - "Ġdistribut ions", - "on io", - "Ġin ici", - "lic ted", - "tr ace", - "Ġgar ment", - "ĠSym phony", - "Ġheaven ly", - "Ġinjust ice", - "Ġb ajo", - "Ġsk illet", - "ĠFor bes", - "Ġprim itive", - "Ġdraw ers", - "Ġflav ours", - "Ġse hen", - "ĠK ris", - "Ġst ool", - "ĠDep ot", - "Ġcert ifications", - "u ka", - "Ġpay able", - "Ġma id", - "Sub s", - "ĠBe ef", - "vent h", - "ĠH I", - "r v", - "Ġl ar", - "cler osis", - "ĠG ly", - "28 8", - "IC H", - "Ġregul ator", - "Ġvict ories", - "ĠEv angel", - "Ġt attoos", - "ĠMe an", - "Ġur ging", - "Ġrout ing", - "} `", - "Ġplut ôt", - "Ġm oo", - "ĠM ood", - "ear ance", - "ij a", - "ĠAcc ident", - "ĠCont ribut", - "Ġelev ate", - "ĠC ancel", - "FA Q", - "Ġnas al", - "ĠC hes", - "Ġbre wing", - "Ġexperi encia", - "Col lege", - "ĠPC s", - "ĠB rett", - "éĽ Ħ", - "Ġmile age", - "per cent", - "Ġla quelle", - "Ġspe eches", - "IF I", - "Ġmanifest ation", - "ĠPrin ciples", - "ĠW izard", - "Ġfire works", - "p ill", - "ess ential", - "ĠMy ers", - "s ol", - "ĠN M", - "isc hes", - "kt ur", - "ĠLO G", - "ĠJen kins", - "ĠBott le", - "Ġpier ws", - "V ers", - "Ġwas her", - "Ġg Ã", - "ĠCar p", - "vi ol", - "ĠS uggest", - "Ġj ul", - "st re", - "mid t", - "Ġa ún", - "Ġsu ed", - "Ġj ars", - "w Ã", - "ĠL ith", - "ĠS MA", - "Ġprevent ive", - "S ay", - "Ġcab e", - "Ġflaw ed", - "b iet", - "d ens", - "p n", - "ĠR ac", + "--- --", + "- ----", + "az ioni", + "azi oni", + "lie ß", + "on al", + "ona l", + "o nal", + "▁sh ru", + "▁shr u", + "▁RE G", + "▁ REG", + "▁F ac", + "▁Fa c", + "▁ Fac", + "config uration", + "▁бы ло", + "▁был о", + "▁A mong", + "▁Am ong", + "__ );", + "__) ;", + "_ _);", + "▁Ser ver", + "▁Serv er", + "▁ Server", + "▁L OG", + "▁LO G", + "▁ LOG", + "▁c and", + "▁can d", + "▁ca nd", + "'] );", + "']) ;", + "' ]);", + "go v", + "g ov", + "▁S ix", + "▁Si x", + "un defined", + "und efined", + "undef ined", + "▁t y", + "▁ ty", + "as a", + "a sa", + "▁part icles", + "▁partic les", + "▁particle s", + "▁parti cles", + "▁ф ор", + "▁фо р", + "▁ фор", + "` `", + "T ube", + "el and", + "ela nd", + "e land", + "fo ld", + "fol d", + "f old", + "og o", + "o go", + "▁appro aches", + "▁approach es", + "on da", + "ond a", + "ag r", + "a gr", + ", $", + "▁{ {", + "▁ {{", + "▁Mod ern", + "▁Mo dern", + "▁Mode rn", + "▁W inter", + "▁Win ter", + "av ailable", + "▁L ud", + "▁Lu d", + "▁c asa", + "▁cas a", + "▁ca sa", + "▁C ould", + "▁Co uld", + "▁Cou ld", + "▁ Could", + "▁fif teen", + "▁pot entially", + "▁potential ly", + "^ ^", + "▁se it", + "▁sei t", + "An imation", + "Anim ation", + "ко го", + "к ого", + "Z one", + "el if", + "eli f", + "e lif", + "▁acknow led", + "▁own ership", + "▁owner ship", + "▁owners hip", + "▁describ es", + "▁describe s", + "▁re verse", + "▁revers e", + "▁rever se", + "▁ reverse", + "▁con test", + "▁cont est", + "▁sc ored", + "▁score d", + "▁op posed", + "▁opp osed", + "▁oppos ed", + "fl ex", + "f lex", + "kr e", + "k re", + "▁mer ge", + "▁ merge", + "▁cover ing", + "▁cov ering", + "▁hon estly", + "▁honest ly", + "▁M ess", + "▁Me ss", + "▁Mes s", + "▁r arely", + "▁rare ly", + "▁incred ible", + "it age", + "ita ge", + "▁vict ims", + "▁victim s", + "ны ми", + "ным и", + "w l", + "iz za", + "izz a", + "i zza", + "d n", + "on de", + "ond e", + "o nde", + "▁pr zy", + "▁prz y", + "▁HT ML", + "▁ HTML", + "▁pay load", + "▁ payload", + "Bu s", + "B us", + "us b", + "u sb", + "F n", + "▁display ed", + "▁o cean", + "▁A venue", + "▁Av enue", + "ac ion", + "aci on", + "acio n", + "gh an", + "g han", + "met ric", + "m etric", + "ie ties", + "iet ies", + "▁attract ive", + "▁attr active", + "▁f ö", + "▁ fö", + "C reat", + "ver ter", + "vert er", + "▁Al ice", + "▁Ali ce", + "по л", + "▁f raction", + "▁fr action", + "▁fra ction", + "▁fract ion", + "▁behav iour", + "▁behavi our", + "▁Jer sey", + "▁re venue", + "▁rev enue", + "▁reven ue", + "▁t res", + "▁tr es", + "▁tre s", + "▁ tres", + "IL D", + "I LD", + "▁É t", + "▁s ync", + "▁sy nc", + "▁syn c", + "▁ sync", + "wi ch", + "w ich", + "▁anc est", + "ъ т", + "om o", + "o mo", + "▁I de", + "▁Id e", + "▁g ained", + "▁gain ed", + "▁ga ined", + "▁moment um", + "▁K o", + "ie u", + "i eu", + "ie lt", + "iel t", + "i elt", + "▁bon us", + "▁te xture", + "▁text ure", + "▁ texture", + "Mod al", + "Mo dal", + "NE XT", + "N EXT", + "▁годи не", + "▁l anguages", + "▁language s", + "v t", + "▁represent ing", + "▁D ream", + "▁Dre am", + "cur r", + "cu rr", + "qu al", + "q ual", + "▁j s", + "▁ js", + "bu rn", + "bur n", + "b urn", + "▁contribut ions", + "▁contribution s", + "▁r ic", + "▁ri c", + "▁ ric", + "}- \\", + "} -\\", + "={ {", + "= {{", + "ca rt", + "car t", + "c art", + "F B", + "ju d", + "j ud", + "es p", + "e sp", + "▁elect ron", + "▁electro n", + "▁e ll", + "▁el l", + "▁ ell", + "▁Run time", + "▁ Runtime", + "ac hel", + "ach el", + "ache l", + "a chel", + "\\ _", + "we ek", + "pack et", + "p acket", + "▁Secret ary", + "▁Jahr hund", + "▁th reshold", + "▁ threshold", + "ba ge", + "bag e", + "b age", + "▁con cer", + "▁conc er", + "▁conce r", + "▁b one", + "▁bo ne", + "▁bon e", + "▁ bone", + "▁Holly wood", + "Cur sor", + "C ursor", + "▁aw arded", + "▁award ed", + "▁sum mary", + "▁summar y", + "▁ summary", + "ag gio", + "agg io", + "aggi o", + "▁st ell", + "▁ste ll", + "▁ stell", + "▁f lesh", + "▁fl esh", + "▁fle sh", + "P air", + "▁A ge", + "▁Ag e", + "ing ton", + "▁' .", + "▁ '.", + "as er", + "ase r", + "a ser", + "ко ва", + "ков а", + "▁qu art", + "▁q uart", + "▁quar t", + "ry ption", + "rypt ion", + "All oc", + "Al loc", + "ft en", + "fte n", + "f ten", + "Oper and", + "▁ind icated", + "▁indic ated", + "▁indicate d", + "($ _", + "( $_", + "get String", + "▁list ener", + "▁listen er", + "▁ listener", + "sp ir", + "spi r", + ") _", + "ve ns", + "ven s", + "v ens", + "▁food s", + "▁foo ds", + "an za", + "anz a", + "te il", + "DE SC", + "▁n otion", + "▁not ion", + "▁em ployment", + "▁employ ment", + "▁s wing", + "▁sw ing", + "▁ swing", + "nb sp", + "▁p ounds", + "▁pound s", + "to ols", + "tool s", + "too ls", + "t ools", + "▁particip ate", + "▁T ax", + "▁Ta x", + "▁ Tax", + "▁с кла", + "ap ol", + "a pol", + "▁f ost", + "▁fo st", + "▁fos t", + "com pat", + "comp at", + "▁public ation", + "▁rapid ly", + "▁W is", + "▁Wi s", + "Event Listener", + "▁prem ière", + "▁premi ère", + "us o", + "u so", + "ext end", + "▁M ERCHANTABILITY", + "UT F", + "U TF", + "▁exper iments", + "▁experi ments", + "▁experiment s", + "sin gle", + "sing le", + "s ingle", + "z k", + "▁n aj", + "▁na j", + "}} }", + "} }}", + "Li n", + "L in", + "▁inter act", + "▁inte ract", + "▁c ms", + "▁cm s", + "▁Ro ger", + "▁Rog er", + "▁Р у", + "> '", + "com mit", + "comm it", + "ло сь", + "▁out come", + "▁h its", + "▁hit s", + "▁hi ts", + "▁и м", + "▁ им", + "▁s park", + "▁sp ark", + "con sole", + "cons ole", + "▁ver w", + "▁ve rw", + "▁ка то", + "agnost ics", + "agnostic s", + "▁s oci", + "▁so ci", + "▁soc i", + "▁d ining", + "▁di ning", + "▁din ing", + "▁t ech", + "▁te ch", + "▁ tech", + "š t", + "fo lio", + "fol io", + "ult ane", + "ultan e", + "кт ор", + "кто р", + "к тор", + "▁B rand", + "▁Br and", + "▁Bra nd", + "Jo in", + "J oin", + "▁и ю", + "▁p ros", + "▁pro s", + "▁pr os", + "▁pos it", + "Pub lic", + "P ublic", + "AspNet Core", + "▁S hop", + "▁Sh op", + "▁ Shop", + "▁co inc", + "▁coin c", + "ни ем", + "ние м", + "▁re ferences", + "▁refer ences", + "▁reference s", + "ab out", + "name space", + "names pace", + "D L", + "▁I R", + "▁ IR", + "▁c ada", + "▁ca da", + "▁cad a", + "▁Jord an", + "▁g ep", + "▁ge p", + "▁b ron", + "▁br on", + "▁bro n", + "andid ate", + "EX PECT", + "EXP ECT", + "am o", + "a mo", + "▁De utsch", + "au c", + "a uc", + "▁ра йо", + "▁рай о", + "▁L abor", + "▁La bor", + "▁Lab or", + "▁surround ed", + "т ро", + "▁n ome", + "▁no me", + "▁nom e", + "▁under lying", + "▁educ ational", + "▁education al", + "R IGHT", + "CO UNT", + "in ch", + "inc h", + "Ty p", + "T yp", + "um ph", + "ump h", + "fo ur", + "f our", + "Control s", + "▁c p", + "▁ cp", + "co st", + "cos t", + "c ost", + "▁mechan ism", + "en ess", + "ene ss", + "enes s", + "e ness", + "é qu", + "▁acqu ired", + "▁acquire d", + "▁f alls", + "▁fall s", + "▁fal ls", + "▁ falls", + "▁H ou", + "▁Ho u", + "▁L E", + "▁ LE", + "for Each", + "▁ver tex", + "▁vert ex", + "▁ vertex", + "▁I F", + "▁ IF", + "cur s", + "cu rs", + "c urs", + "' =>", + "те ри", + "тер и", + "▁S A", + "▁ SA", + "ri ers", + "rie rs", + "rier s", + "r iers", + "▁u w", + "▁ uw", + "▁m arks", + "▁mark s", + "▁mar ks", + "▁ marks", + "▁en erg", + "▁ener g", + "ho f", + "h of", + "ylv ania", + "▁Al len", + "▁All en", + "um py", "ump y", - "xx xx", - "Ġwar riors", - "Det ail", - "Ġabb iamo", - "Ġpert inent", - "Ġniñ os", - "Ġaddict ive", - "hes ion", - "ĠSh i", - "Ġlay outs", - "mont on", - "Ġweite re", - "Ġc itation", - "Ġlett uce", - "Ġz ipper", - "inds ay", - "R N", - "ch ia", - "Ġchamp agne", - "Ġh acking", - "Ġdev i", - "Ġment ors", - "VER SION", - "ĠD AY", - "red i", - "Ġcoun c", - "Ġamazing ly", - "ĠFeed back", - "0 30", - "Ġbl adder", - "c atch", - "ĠJ ets", - "ĠIN TO", - "erd ings", - "er ial", - "Ġv ost", - "ĠD é", - "uj er", - "ĠC ul", - "Ġsuck ing", - "ĠK end", - "27 6", - "Ġsare bbe", - "Ġa pert", - "ĠRe ach", - "4 70", - "em u", - "ĠWe bsites", - "ĠCost s", - "Writ ing", - "ĠT weet", - "ĠC AS", - "Ġr icht", - "ĠLe ading", - "P OS", - "ĠP V", - "Ġexp ire", - "Ġeduc ator", - "Ġcell ul", - "çº ª", - "ĠCaf é", - "Ġnarrow ed", - "H yd", - "ON D", - "izz ard", - "Ġaut our", - "Ġcon quer", - "ll i", - "ĠInterest ing", - "Ġbask ets", - "Ġvari ance", - "Fr ance", - "åĶ IJ", - "du p", - "Ġju icy", - "w t", - "Ġk or", - "Ġé conom", - "Ġcontroll ers", - "ĠTer ra", - "un ivers", - "ĠG aza", - "Ġcontin uation", - "Ġvol ont", - "Ġfoot steps", - "ĠSign al", - "Ġpl astics", - "è¯ ¸", - "gu ards", - "Ġrock y", - "Ġju ices", - "Ġcomm ute", - "Ġpar ap", - "Ġap k", - "ĠIN T", - "Ġap are", - "Ġred ist", - "Ġimm ens", - "rec ogn", - "ĠT ill", - "ull ah", - "åIJ ¦", - "ĠEvery body", - "ĠWhe els", - "Ġemp owered", - "Ġrevis ions", - "Ġad orn", - "ret a", - "Ġlegit im", - "ĠBE ST", - "h ov", - "L ie", - "Ġside walk", - "ĠLeg ends", - "Ġaccus ations", - "Ġer upt", - "ÅĻ ed", - "Ġsegur idad", - "l est", - "x a", - "in form", - "ĠH earing", - "ĠE va", - "Ġsal ads", - "Ġdistribut ors", - "cor rect", - "pop ular", - "Ġb ells", - "ĠH ire", - "Ġmut ually", - "ĠBang kok", - "Ġb ending", - "ĠUS DA", - "Interest ing", - "upunct ure", - "art i", - "yn n", - "Ġf s", - "omed ical", - "E conom", - "ĠB oolean", - "Ġem ple", - "Ġf az", - "Ġbel ang", - "Ġcomput ed", - "Ġschol arly", - "R é", - "Ġd azz", - "Ġrepl icate", - "Ġviol ate", - "Ġflu or", - "uy e", - "ob iles", - "ĠSch Ã", - "ê mes", - "id able", - "Ġins ign", - "4 11", - "> )", - "Ġn er", - "ĠP ale", - "Ġk rij", - "Ġzn aj", - "Ġe Commerce", - "ĠGu ests", - "Ġtele fon", - "Ġd ello", - "è¯ ķ", - "ernet es", - "Ġsu i", - "3 31", - "B and", - "Ġshort ages", - "Ġp als", - "Ġaccident al", - "pr ime", - "ĠHer oes", - "Ġhom bre", - "neh mer", - "F ill", - "Ġp ane", - "Ġsh itty", - "Ġev apor", - "ĠHol idays", - "Ġlay ered", - "ĠY emen", - "Ġresc ued", - "sim ple", - "Ġfr aming", - "Ġvol te", - "ÅĤo Å", - "^{ -", - "ĠGu itar", - "ot ec", - "Ġtrans gender", - "col lection", - "æ¸ ¸", - "Ġbu ena", - "ĠAndrew s", - "ا ÙĦ", - "p b", - "if a", - "Ġsk ins", - "æģ ¶", - "F LA", - "g arten", - "{ };", - "ĠM ant", - "Ġgener ators", - "ĠÅ ļ", + "о го", + "ст ву", + "ств у", + "vo ice", + "v oice", + "▁en gage", + "▁eng age", + "▁m ant", + "▁man t", + "▁ma nt", + "or se", + "ors e", + "== =", + "= ==", + "▁impro vement", + "▁improve ment", + "Op t", + "O pt", + "▁arr ested", + "▁arrest ed", + "ти я", + "▁с ле", + "▁ сле", + "it ched", + "itch ed", + "soc ket", + "sock et", + "s ocket", + "▁c ycl", + "▁cy cl", + "▁ cycl", + "▁S M", + "▁ SM", + "▁S ex", + "▁Se x", + "▁neut ral", + "▁neutr al", + "ва в", + "▁J ess", + "▁Je ss", + "▁Jes s", + "▁d ip", + "▁di p", + "▁op position", + "▁oppos ition", + "▁b orrow", + "▁bor row", + "с пе", + "▁av ant", + "ко ла", + "▁t a", + "▁ ta", + "An im", + "A nim", + "▁G all", + "▁Gal l", + "▁Ga ll", + "rg b", + "r gb", + "▁gu ilty", + "▁guilt y", + "▁bu ried", + "▁bur ied", + "▁g y", + "▁ gy", + "Init ial", + "▁acc omp", + "▁ac comp", + "▁accom p", + "▁breath ing", + "▁breat hing", + "ber ry", + "b erry", + "GR O", + "G RO", + "▁subsequ ent", + "rou pe", + "roup e", + "ul pt", + "ulp t", + "t b", + "▁ ä", + "P i", + "arg v", + "▁M ust", + "▁Mus t", + "▁Mu st", + "▁ Must", + ": '", + "sv g", + "ou p", + "o up", + "▁prec isely", + "▁precise ly", + "▁T a", + "re na", + "ren a", + "r ena", + "▁f older", + "▁fol der", + "▁fold er", + "▁ folder", + "▁Ch annel", + "▁ Channel", + "▁re vol", + "▁rev ol", + "M iss", + "ло м", + "red dit", + "adel ph", + "▁dis crim", + "▁disc rim", + "▁a ve", + "▁av e", + "▁ ave", + "pl eted", + "ple ted", + "plete d", + "plet ed", + "p leted", + "▁g ently", + "▁gent ly", + "FF FF", + "ro py", + "rop y", + "r opy", + "▁d ial", + "▁di al", + "▁dia l", + "Not Found", + "▁\" [", + "Hom e", + "H ome", + "on te", + "ont e", + "o nte", + "▁re lie", + "▁rel ie", + "▁reli e", + "▁Con text", + "▁Cont ext", + "▁ Context", + "▁st ats", + "▁stat s", + "▁sta ts", + "▁ stats", + "▁E nergy", + "oun ced", + "ounce d", + "▁gr ave", + "▁grav e", + "▁gra ve", + "▁re cip", + "▁rec ip", + "ли н", + "л ин", + "bl og", + "blo g", + "b log", + "▁na am", + "▁w o", + "▁ wo", + "▁direct ions", + "▁dire ctions", + "▁direction s", + "▁Lin coln", + "! )", + "un ci", + "unc i", + "ne q", + "n eq", + "Tag s", + "T ags", + "▁t um", + "▁tu m", + "▁s aving", + "▁sa ving", + "▁sav ing", + "ail le", + "ai lle", + "a ille", + "item ize", + "▁F amil", + "▁Fa mil", + "ms m", + "m sm", + "ne ws", + "new s", + "FF ER", + "F FER", + "▁D ead", + "▁De ad", + "▁ Dead", + "▁terr itory", + "▁territor y", + "▁territo ry", + "▁K at", + "▁Ka t", + "oc ker", + "ock er", + "o cker", + "in teger", + "inte ger", + "▁s ne", + "▁sn e", + "▁f ails", + "▁fa ils", + "▁fail s", + "▁franç ais", + "▁int roduction", + "▁introdu ction", + "▁G rant", + "▁Gr ant", + "▁Gran t", + "▁Gra nt", + "ycl e", + "yc le", + "y cle", + "'] .", + "' ].", + "▁v ier", + "▁vi er", + "▁vie r", + "▁ vier", + "nat ive", + "n ative", + "▁K le", + "▁Kl e", + "qu ote", + "quot e", + "User s", + "Us ers", + "Use rs", + "▁ad vis", + "▁adv is", + "▁g ym", + "▁gy m", + "▁prote in", + "ا ل", + "▁M ai", + "▁Ma i", + "▁prov iders", + "▁provide rs", + "▁provider s", + "▁so il", + "gu i", + "g ui", + "▁N ation", + "▁Nat ion", + "re ation", + "reat ion", + "▁T ab", + "▁Ta b", + "▁ Tab", + "en sis", + "ens is", + "in as", + "ina s", + "i nas", + "▁Scot land", + "▁dis patch", + "▁disp atch", + "▁ dispatch", + "un ion", + "uni on", + "▁b ere", + "▁be re", + "▁ber e", + "▁ bere", + "▁P ow", + "▁Po w", + "▁H ig", + "▁Hi g", + "▁stud ying", + "▁study ing", + "RE F", + "R EF", + "SS L", + "S SL", + "▁f right", + "▁fr ight", + "▁S ORT", + "▁SO RT", + "▁com pr", + "▁comp r", + "▁Mad rid", + "row ned", + "rown ed", + "r owned", + "op es", + "ope s", + "o pes", + "pd ev", + "p dev", + "▁w ash", + "▁was h", + "▁wa sh", + "▁' ../../", + "▁'../ ../", + "}} _", + "} }_", + "▁acc um", + "rol ling", + "roll ing", + "▁N C", + "▁ NC", + "▁f iction", + "▁fi ction", + "▁fict ion", + "ip t", + "i pt", + "conne cted", + "connect ed", + "lim its", + "limit s", + "▁l ap", + "▁la p", + "▁ lap", + "▁where as", + "pro m", + "pr om", + "p rom", + "▁appoint ment", + "Pro gram", + "Pr ogram", + "▁П ер", + "▁Пе р", + "na h", + "n ah", + "Valid ation", + "ic ons", + "ico ns", + "icon s", + "i cons", + "äl l", + "ä ll", + "▁rad ical", + "▁radi cal", + "▁ex clusive", + "▁excl usive", + "▁exclus ive", + "em ony", + "emon y", + "▁challeng ing", + "▁m s", + "▁ ms", + "▁P rivate", + "▁Priv ate", + "▁ Private", + "▁v ida", + "▁vi da", + "▁vid a", + "▁дру ги", + "▁camp us", + "▁cam pus", + "form s", + "for ms", + "д но", + "pl aat", + "bs t", + "b st", + "AT ED", + "ATE D", + "▁Ab stract", + "▁Abs tract", + "▁ Abstract", + "▁int ense", + "▁intens e", + "▁L td", + "▁contro vers", + "ó g", + "▁s ă", + "▁land ing", + "▁lan ding", + "! =", + "▁sc enes", + "▁scene s", + "▁scen es", + "▁Ch ap", + "▁Cha p", + "▁sp oken", + "▁spoke n", + "▁spo ken", + "cre d", + "cr ed", + "c red", + "▁p ride", + "▁pr ide", + "▁pri de", + "qu et", + "que t", + "▁m eter", + "▁me ter", + "▁met er", + "▁de utsch", + "uu m", + "u um", + "▁b less", + "▁bl ess", + "▁ble ss", + "▁H ann", + "▁Ha nn", + "▁Han n", + "▁input s", + "▁ inputs", + "▁R ow", + "▁Ro w", + "▁ Row", + "▁with draw", + "▁withd raw", + "P al", + "ac les", + "acle s", + "acl es", + "a cles", + "as sets", + "ass ets", + "asse ts", + "asset s", + "▁v l", + "▁ vl", + "ве де", + "вед е", + "▁G ot", + "▁Go t", + "▁air port", + "win d", + "wi nd", + "w ind", + "▁Columb ia", + "▁ch ocolate", + "▁h ö", + "▁ hö", + "▁al arm", + "FT WARE", + "▁J ay", + "▁Ja y", + "▁s ake", + "▁sa ke", + "▁reg istration", + "▁registr ation", + "vi d", + "v id", + "▁l ake", + "▁la ke", + "▁user name", + "▁ username", + "▁h ack", + "▁ha ck", + "index Of", + "c x", + "▁f estival", + "▁fest ival", + "▁club s", + "case s", + "ca ses", + "cas es", + "c ases", + "CT RL", + "]; \r", + "] ;\r", + "▁A ud", + "▁Au d", + "▁ Aud", + "▁prim era", + "▁prime ra", + "▁primer a", + "ва т", + "в ат", + "▁brill iant", + "ut her", + "uth er", + "u ther", + "▁difficult y", + "it als", + "ital s", + "ita ls", + "▁sc ores", + "▁score s", + "▁pol ít", + "data base", + "dat abase", + "as ka", + "ask a", + "a ska", + "▁## ####", + "▁### ###", + "▁#### ##", + "▁##### #", + "▁a cid", + "▁ac id", + "at on", + "ato n", + "a ton", + "at omic", + "ato mic", + "atom ic", + "fr eq", + "fre q", + "f req", + "▁WARRAN TY", + "▁report ing", + ".) ,", + ". ),", + "▁n ights", + "▁night s", + "▁program me", + ")} {", + ") }{", + "xi c", + "x ic", + "▁s po", + "▁sp o", + "line d", + "li ned", + "lin ed", + "l ined", + "qu arters", + "er ee", + "ere e", + "e ree", + "mer s", + "me rs", + "m ers", + "▁s erves", + "▁ser ves", + "▁serv es", + "▁serve s", + "co w", + "c ow", + "ль ко", + "en so", + "ens o", + "▁env iron", + "▁ environ", + "Li ke", + "L ike", + "an che", + "anc he", + "anch e", + "▁cr ash", + "▁K ap", + "▁Ka p", + "no indent", + "Con n", + "Co nn", + "▁ав то", + "▁in frastructure", + "IM E", + "I ME", + "▁R oom", + "▁Ro om", + "▁ Room", + "ne ed", + "n eed", + "or er", + "ore r", + "o rer", + "▁D est", + "▁De st", + "▁Des t", + "▁ Dest", + "▁D omin", + "▁Do min", + "▁Dom in", + "ather ine", + "▁Syd ney", + "▁g auge", + "▁gau ge", + "▁ga uge", + "▁j et", + "▁je t", + "▁ jet", + "b ably", + "▁comm only", + "▁common ly", + "▁st ations", + "▁stat ions", + "▁station s", + "ia h", + "i ah", + "n l", + "ж у", + "et en", + "ete n", + "e ten", + "_ )", + "ia c", + "i ac", + "am os", + "amo s", + "a mos", + "ne ment", + "nem ent", + "n ement", + "ko n", + "k on", + "Inter val", + "▁cab in", + "▁ca bin", + "▁e g", + "▁ eg", + "▁sh ots", + "▁shot s", + "▁ shots", + "▁A rea", + "▁Ar ea", + "▁Are a", + "▁ Area", + "sm ith", + "param eter", + "' }", + "▁h em", + "▁he m", + "▁ hem", + "▁s inging", + "▁sing ing", + "▁sin ging", + "▁access ible", + "▁P rin", + "▁Pr in", + "▁Pri n", + "opt ional", + "option al", + "an cial", + "anc ial", + "ancia l", + "sh ips", + "ship s", + "▁can vas", + "▁ canvas", + "sp e", + "s pe", + "▁address es", + "▁x ml", + "▁ xml", + "▁' \"", + "▁ '\"", + "▁k ar", + "▁ka r", + "▁ kar", + "ö ff", + "▁a ges", + "▁ag es", + "▁age s", + "▁ ages", + "ё р", + "zi ng", + "zin g", + "z ing", + "▁ö ver", + "▁C lean", + "▁Cle an", + "▁ Clean", + "▁Sil ver", + "▁о со", + "▁ос о", + "he alth", + "Al i", "A li", - "27 3", - "åIJĮ æŶ", - "ç´ §", - "o Å", - "Ġbed ding", - "Ġcook er", - "Ġcoun ters", - "n il", - "Ġc Åĵur", - "Ġse le", - "Ġun acceptable", - "me g", - "ĠSch ne", - "80 8", - "M other", - "Ġ ĊĠĠĠĠĠ", - "ck et", - "åŀ ĭ", - "ĠN R", - "Ġattach ments", - "Ġmie j", - "b é", - "Ġh ates", - "el in", - "Ġg eld", - "Su ite", - "Ġecosystem s", - "Ġadvertis ers", - "ĠH ir", - "Ġinter medi", - "ser ial", - "Ġsan ction", - "Ġche w", - "ĠAd elaide", - "Ġderiv ative", - "n m", - "ĵ æŶ", - "U A", - "oc cas", - "Ġid le", - "ĠDis ability", - "H ay", - "j en", - "Ñ ħ", - "ĠF ör", - "ĠS ke", - "tt le", - "Ġst itches", - "Ġmig lior", - "Market ing", - "c ats", - "Ġre jo", - "Ġins urers", - "sc opic", - "åIJ Ľ", - "Ġsubs criptions", - "Ġconfirm ing", - "ĠK ab", - "ĠAnd re", - "AT OR", - "m k", - "ĠI G", - "Ġdifferent iation", - "Se g", - "Ġt ended", - "ĠM ang", - "ĠM ug", - "Ġno ir", - "3 14", - "Ġtest a", - "ĠW als", - "Usu ÅĦ", - "H all", - "Ġhum our", - "v on", - "è ve", - "opt im", - "let ed", - "Ġdu Å", - "Ġgl or", - "Ġbil ateral", - "ĠRew ards", - "Ġserv icio", - "iat rics", - "Ġaston ishing", - "at ement", - "if le", - "Ġcris py", - "Ġviel en", - "f older", - "0 18", - "0 13", - "Ġju venile", - "ĠLand scape", - "Ġc ider", - "Ġe fter", - "Ġperm itting", - "Prot ocol", - "M ask", - "ĠV O", - "writ ers", - "h agen", - "al on", - "Ġconfidential ity", - "ĠL L", - "ĠRe ve", - "ron ym", - "ĠBet ting", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠ", - "th inking", - "ress ant", - "Ġg or", - "Ġsub conscious", - "ĠEr in", - " ¬", - "ĠR eds", - "iff any", - "ĠSh ark", - "Ġje unes", - "ĠAT M", - ": '", - "f ielder", - "ĠS essions", - "Ġwell s", - "ex ecut", - "ĠMarket place", - "ĠB ars", - "ĠF res", - "av our", - "26 6", - "Ġamb itions", - "e arth", - "Ġo ggi", - "ĠL ub", - "Ġmod s", - "Ġcomp agn", - "ah len", - "Ġexp iration", - "Ġnarr atives", - "Ġsta at", - "Ġspec imens", - "3 18", - "Ġobject ion", - "ĠF old", - "Ġpit ched", - "3 99", - "Ġpost al", - "Ġtax ation", - "Under standing", - "Ġprosecut ors", - "qual ified", - "Ġinve ce", - "à ģ", - "Ð ¿", - "Ġo mega", - "le ist", + "▁t s", + "▁ ts", + "at ern", + "ate rn", + "ater n", + "a tern", + "▁cho osing", + "▁bur ned", + "▁burn ed", + "br id", + "b rid", + "ro oms", + "room s", + "öt t", + "ö tt", + "K ERN", + "▁d ish", + "▁dis h", + "▁di sh", + "S a", + "De tail", + "Det ail", + "▁H ind", + "▁Hi nd", + "▁D ans", + "▁Dan s", + "▁Da ns", + "i ę", + "▁J ahren", + "▁Jah ren", + "▁Jahr en", + "▁Jahre n", + "▁Ja hren", + "ext ension", + "al las", + "all as", + "alla s", + "▁B illy", + "▁Bill y", + "▁Bil ly", + "us ammen", + "it ud", + "itu d", + "ge on", + "geo n", + "Te mp", + "T emp", + "Le g", + "L eg", + "itt el", + "itte l", + "add le", + "▁mus cle", + "▁sc ared", + "▁scar ed", + "ss on", + "s son", + "▁de note", + "▁den ote", + "ie urs", + "ieu rs", + "ieur s", + "i eurs", + "▁o range", + "▁or ange", + "▁h ub", + "▁ hub", + "▁re b", + "▁r eb", + "▁ reb", + "ed i", + "e di", + "▁vo ices", + "▁voice s", + "F older", + "▁s uspend", + "▁sus pend", + "▁susp end", + "▁ suspend", + "▁He art", + "▁sc rap", + "▁scr ap", + "▁a ggreg", + "▁ag greg", + "▁Gu ide", + "trans action", + "▁r iding", + "▁ri ding", + "▁rid ing", + "▁v á", + "▁ vá", + "▁b reed", + "▁br eed", + "▁bre ed", + "▁bree d", + "▁con cert", + "▁conc ert", + "▁conce rt", + "▁concer t", + "appro x", + "▁ch ances", + "▁chance s", + "To k", + "T ok", + "E q", + "par ts", + "part s", + "p arts", + "▁sch olar", + "▁schol ar", + "of fs", + "off s", + "fl ush", + "flu sh", + "! ”", + "▁lo gin", + "▁log in", + "▁ login", + "▁so ort", + "▁M and", + "▁Man d", + "▁Ma nd", + "▁function al", + "▁B ou", + "▁Bo u", + "▁subject s", + "my s", + "m ys", + "▁extra ord", + "▁Build ing", + "ik t", + "i kt", + "B ad", + "ia mi", + "iam i", + "i ami", + "Dr iver", + "D river", + "êt e", + "ê te", + "▁k v", + "▁ kv", + "▁t imer", + "▁time r", + "▁tim er", + "▁ti mer", + "▁ timer", + "ition ally", + "itional ly", + "▁a thlet", + "▁ath let", + "▁\" );", + "▁\") ;", + "▁ \");", + "w y", + "CF G", + "▁he aven", + "▁heav en", + "о в", + "▁exper imental", + "▁experiment al", + "▁b ounds", + "▁bound s", + "▁ bounds", + "IC K", + "I CK", + "▁ex cit", + "▁exc it", + "▁qu it", + "▁qui t", + "▁q uit", + "▁univers al", + "д ь", + "▁S P", + "▁ SP", + "▁st ub", + "▁ stub", + "▁k le", + "▁kl e", + "▁ kle", + "▁B art", + "▁Bar t", + "▁Ba rt", + "▁\" @", + "pe l", + "p el", + "▁( !(", + "▁(! (", + "▁se lector", + "▁select or", + "▁sel ector", + "▁sele ctor", + "▁ selector", + "E B", + "▁c oc", + "▁co c", + "et ed", + "ete d", + "e ted", + "ют ь", + "ю ть", + "▁poss ess", + "▁R ick", + "▁Ric k", + "▁unus ual", + "ter min", + "term in", + "▁b ags", + "▁bag s", + "▁ba gs", + "▁lo ading", + "▁load ing", + "▁ loading", + "▁t f", + "▁ tf", + "▁) \r", + "▁ )\r", + "pro vider", + "prov ider", + "plet ion", + "▁c ursor", + "▁cur sor", + "▁ cursor", + "▁pa used", + "▁paus ed", + "▁pause d", + "и м", + "▁coun sel", + "] <", + "ze ch", + "zec h", + "z ech", + "▁t ie", + "▁ti e", + "▁M oon", + "▁Mo on", + "▁ar med", + "▁arm ed", + "▁ armed", + "▁ob serve", + "▁observ e", + "▁obs erve", + "▁per met", + "▁perm et", + "▁J ob", + "▁Jo b", + "▁ Job", + "fö r", + "f ör", + "arg ument", + "▁egg s", + "▁eg gs", + "ás t", + "á st", + "▁incred ibly", + "wer ken", + "werk en", + "iz ard", + "izar d", + "iza rd", + "▁p ainted", + "▁pain ted", + "▁pa inted", + "▁paint ed", + "▁Viet nam", + "▁vi olent", + "▁viol ent", + "Es t", + "E st", + "ier ra", + "i erra", + "re ader", + "read er", + "rea der", + "we ise", + "wei se", + "▁J osh", + "▁Jo sh", + "▁Jos h", + "▁H im", + "▁Hi m", + "as hes", + "ash es", + "or igin", + "orig in", + "ori gin", + "▁sp ir", + "▁ spir", + "▁T ree", + "▁Tr ee", + "▁Tre e", + "▁ Tree", + "▁n iet", + "▁nie t", + "▁ni et", + "WI N", "W IN", - "ib ili", - "Ġcol ony", - "Ù Ĩ", - "Ġsym pathetic", - "ĠPass ion", - "Ġinject ed", - "Ġa isle", - "OW ER", - "Frequ ently", - "Ġob ra", - "Ġresid ue", - "Ġn äch", - "op ened", - "Ġrun time", - "Ġview point", - "crib ing", - "urn ed", - "Ġinter change", - "åį İ", - "Ġpartner ing", - "ĠSu z", - "Op ening", - "an se", - "ĠS atur", - "ĠP orn", - "ĠSupp lements", - "ro k", - "ĠG ig", - "ĠRel igious", - "plet ely", - "f etch", - "Ġrepl ication", - "Ġcon os", - "ĠR are", - "Ġk ur", - "Ġpol es", - "IS BN", - "Ġagree ing", - "Ġslight est", - "ĠGand hi", - "Ġab ras", - "Ġun authorized", - "æĶ¿ æ", - "+ .", - "V s", - "k ich", - "p ared", - "ĠAmeric as", - "éĢ Ł", - "Ġspark ed", - "AN N", - "Ġliv elihood", - "åŃ Ļ", - "ct ica", - "Ġus able", - "Ġinstall er", - "Ġwis ely", - "Ġar che", - "Ġx ml", - "ĠMay o", - "ĠK itty", - "ĠSustain ability", - "Ġf Ã¥", - "yd ia", - "Ġauc un", - "B ul", - "W arning", - "ES CO", - "æĪIJ 为", - "r és", - "Ġas sembl", - "ĠS ylv", - "ĠSt ark", - "Ġspread sheet", - "Ġesp resso", - "ĠInst ruction", - "Ġch ocol", - "ĠU X", - "ĠSe ite", - "ĠTut orial", - "æĻ º", - "28 2", - "ĠCraft s", - "ĠK aw", - "Ġstand point", - "Ġfire arms", - "ag hetti", - "ĠBro ck", - "k ommen", - "we is", - "Ġnavig ating", - "Ġal uminium", - "Ġbl and", - "ph ot", - "Ġmot ions", - "Ġharm less", - "ĠCol our", - "ĠSal on", - "Ġcont empt", - "ĠMus ical", - "Ġvac ant", - "ĠSales force", - "Ï ĥ", - "ĠK S", - "Ġlack ed", - "ĠH ttp", - "ĠAl le", - "Ġcop ying", - "f p", - "v ari", - "Ġdepos ited", - "Ġcommod ities", - "Ġass ay", - "Ġsed an", - "Ġjun to", - "z elf", - "ic ans", - "ĠW id", - "Ġunder m", - "25 8", - "Ġcompre hension", - "ĠB M", - "Ġwid ow", - "Ġforget ting", - "T our", - "Ġbl ending", - "Ġalc oholic", - "Her b", - ", (", - "B ron", - "er de", - "ant wort", - "ump ing", - "Ġbat ting", - "ĠRail way", - "ĠT ong", - "Ġdiscover ies", - "Ġs aint", - "ĠS ense", - "ĠComp act", - "ĠAn onymous", - "ĠK hal", - "ick r", - "ĠPen is", - "Stud y", - "Ġblink ed", - "Ġgrad ient", - "Ġpen al", - "ĠAppe als", - "ĠGuar antee", - "g ina", - "ad ia", - "ĠL ance", - "ĠJ ung", - "Ġprogram a", - "Ġré v", - "Ġmaster piece", - "Ġcub ic", - "ĠG H", - "çļĦ è", - "æĸ Ļ", - "ĠWhere as", - "åģ ľ", - "ĠL S", - "unge on", - "Ġrec ap", - "Ġbl unt", - "ÄĽ l", - "Dis claimer", - "5 70", - "ĠM err", - "ĠJ upiter", - "sc rib", - "run ner", - "Ġconstra int", - "Ġcl ash", - "me aning", - "enc i", - "Ġest able", - "ĠInd oor", - "Ġy elling", - "ĠA val", - "Ġsocial e", - "åŃ ©", - "Ġcum ulative", - "avel ength", - "Ġque er", - "Ġpop corn", - "amb re", - "Ġcere bral", - "Ġunse ren", - "ĠJu ice", - "is z", - "Ġde eds", - "un ched", - "Ġhour ly", - "ĠD P", - "Ġhand ing", - "ĠHold ings", - "Ġswing ing", - "Ġsnap shot", - "F ine", - "Ġs ql", - "ĠPr ison", - "Ġclin ically", - "ĠCut ting", - "at if", - "ĠM ons", - "Ch inese", - "zy Äĩ", - "Ġstri pes", - "s up", - "Ġen forced", - "Ġrese mble", - "Ġsett lements", - "ĠPet erson", - "Ġsl ipping", - "ĠKn ox", - "en ario", + "mar gin", + "m argin", + "▁inv olves", + "▁invol ves", + "▁involve s", + "▁organ is", + "▁N acional", + "bar a", + "ba ra", + "b ara", + "▁de puis", + "▁dep uis", + "pi o", + "p io", + "fe atures", + "feature s", + "feat ures", + "st ru", + "str u", + "▁Dis ney", + "▁restaur ants", + "▁restaurant s", + "Mil l", + "M ill", + ")) \r", + ") )\r", + "с ла", + "rem ote", + "▁Th ird", + "▁base ball", + "▁al gun", + "▁alg un", + "] $", + "▁em ployed", + "▁employ ed", + "po t", + "p ot", + "▁Un ityEngine", + "▁ UnityEngine", + "▁integr ation", + "▁risk s", + "▁ris ks", + "▁st ro", + "▁str o", + "▁ag osto", + "▁ago sto", + "incl uding", + "▁M ind", + "▁Min d", + "▁Mi nd", + "▁st roke", + "▁str oke", + "▁stro ke", + "▁ stroke", + "▁de als", + "▁deal s", + "aj ax", + "aja x", + "a jax", + "ё т", + "▁\\ |", + "▁ \\|", + "ta r", + "t ar", + "adelph ia", + "▁s ab", + "▁sa b", + "pu r", + "p ur", + "▁sc rew", + "▁scr ew", + "▁in ev", + "▁\\ ;", + "▁Don ald", + "▁ Donald", + "ö d", + "cc a", + "c ca", + "es is", + "esi s", + "e sis", + "▁separ ated", + "▁separate d", + "DB G", + "D BG", + "ag ent", + "age nt", + "agen t", + "a gent", + "▁p acked", + "▁pack ed", + "▁pac ked", + "▁ packed", + "н ня", + "in tern", + "int ern", + "inter n", + "inte rn", + "▁M onte", + "▁Mon te", + "▁Mont e", + "▁Mo nte", + "▁prov ince", + "▁provinc e", + "▁provin ce", + "▁exp anded", + "▁expand ed", + "▁appro ached", + "▁approach ed", + "▁E p", + "CL K", + "▁o re", + "▁or e", + "▁ ore", + "B atch", + "▁impress ive", + "R M", + "▁L ocation", + "▁Loc ation", + "▁ Location", + "▁sh ame", + "▁sha me", + "wrap per", + "w rapper", + "un wrap", "pe er", - "ĠRe peat", - "Tra ining", - "Ġf ie", - "Ġbl ah", - "ĠGod dess", - "Ġlie gt", - "å¡ Ķ", - "ĠF ur", - "Ġfraud ulent", - "ĠRef lect", - "m is", - "26 9", - "ĠPack aging", - "Ġfacilit ating", - "3 36", - "Ġiron y", - "Ce lebr", - "an zi", - "ir ling", - "bur st", - "ĠFle et", - "ĠGriff in", - "ist ine", - "ĠV u", - "Ġgr ands", - "Ġvic inity", - "Ġdis fr", - "Ġant igen", - "Al s", - "ĠCh anging", - "Ġfl ipped", - "Ġconsult ations", - "Ġinsp ires", - "H air", - "au en", - "Ġcere al", - "Ġsn ug", - "Ġtermin ology", - "ĠM W", - "Ġpro gn", - "ĠVal ues", - "; -)", - "ĠSe ems", - "ĠG OD", - "Ġdi as", - "Ġentrepreneurs hip", - "ĠQ U", - "Product s", - "ĠH ann", - "27 8", - "ĠBo one", - "Ġmort al", - "SE LECT", - "Ġnick name", - "Ġt iger", - "cl osures", - "Ġsens ing", - "ĠJama ica", - "f ac", - "ĠH B", - "ĠJoy ce", - "i Å", - "Ġel ders", - "h oles", - "Ġintrig ued", - "Ġresemb les", - "Ġhist ories", - "uest ra", - "Ġdownt ime", - "Sche dule", - "Ġilleg ally", - "Ġmind fulness", - "Ġsculpt ures", - "C Ã", - "Ġpast ry", - "Ġclean ers", - "Ġakt u", - "Ġj sem", - "ĠPro pos", - "Ġfunc ion", - "Ġmort gages", - "REL ATED", - "E lements", - "ĠTh reat", - "ĠYour self", - "ĠAc ross", - "as ers", - "US H", - "ĠSil va", - "Ġterrit orial", - "Ġreimburse ment", - "R ub", - "c ursor", - "Ġt apped", - "ĠMor rison", - "ro z", - "Ġra ils", - "Ġcr ushers", - "Ġmar ital", - "object s", - "ĠToy s", - "ĠCounsel ing", - "Ġpúblic o", - "Ġnutrit ious", - "C ou", - "Ġto i", - "ĠS ME", - "ĠG I", - "Ġfoot wear", - "ĠSund ays", - "mun ition", - "O m", - "it ous", - "form a", - "rem os", - "27 1", - "Ġste hen", - "Ġcondemn ed", - "ĠL oren", - "ĠE cho", - "Ġco herent", - "oss a", - "Ġside bar", - "Ġdoll s", - "B ec", - "F lex", - "k ou", - "ĠE z", - "au ge", - "Ġhair s", - "Ġinaug ural", - "Ġb anc", - "Ġd ziaÅĤ", - "ĠS antiago", - "ĠB one", - "ĠBe it", - "Ġz as", - "Ġtut or", - "' <", - "0 21", - "E ST", - "60 1", - "^ \\", - "Ġb éné", - "Ġdeal ership", - "åį °", - "Ġfertil izer", - "V in", - "o ct", - "ĠY ES", - "Ġgl ut", - "Ġexam inations", - "Ġobjet ivo", - "ĠCurt is", - "ĠM ush", - "âĢĿ ;", - "hel f", - "çł ´", - "Lim it", - "¿ çĶ¨", - "ĠT uc", - "ĠB acon", - "ink er", - "ox o", - "Ġub iqu", - "Brow se", - "utter ing", - "Ġcav ity", - "S y", - "ĠPat ricia", - "Ġadvent urous", - "Ġtrav ellers", - "ĠDer by", - "ä¸Ģ ä", - "Ġbar becue", - "ï ¬", - "ĠMan uel", - "And roid", - "Gener ator", - "å©Ĩ ç", - "27 7", - "Ġetern ity", - "Z e", - "Ġno ises", - "Ġstress es", - "ĠQ String", - "ump ed", - "Ġbak ery", - "g ement", - "ĠS ul", - "ocr acy", - "Ġcha otic", - "ugg ling", - "Ġcontrad ict", - "p olit", - "æİ ¨", - "Ġh á", - "ĠS tern", - "Ġcur l", - "unci ation", - "w ash", - "ac je", - "Ġl ithium", - "reci ation", - ", [", - "y ahoo", - "ĠP air", - "ĠPen insula", - "Ġ erv", - "Ġcl oves", - "IN A", - "ĠLeg ion", - "Po inter", - "Ġexpend itures", - "ĠGit Hub", - "Ġval ves", - "Ġtext ile", - "ĠLight ning", - "0 15", - "j em", - "Ġbe gging", - "27 4", - "Ġbag gage", - "not ch", - "Ġlefto ver", - "j Å¡ÃŃ", - "ĠN D", - "he ries", - "35 5", - "Ġdish on", - "Ġin quire", - "ĠM LS", - "Ġqu izz", - "AR I", - "Ġdé part", - "agg ering", - "ĠR as", - "Ġleg ends", - "ĠRes erv", - "our ced", - "Ġman go", - "ĠTr acking", - "um bo", - "ĠEst ado", - "ĠPop ulation", - "ĠCand idates", - "Ġa fect", - "30 9", - "ĠHar vest", - "ĠPresent ation", - "Ń IJ", - "or ative", - "Ġg raft", - "Ġdist rib", - "tra ining", - "p ipe", - "aj es", - "ĠBlock chain", - "5 80", - "ad ic", - "un ic", - "ä s", - "=\" \"><", - "Ġple th", - "Ġtr aced", - "ĠCl othing", - "Ġclin icians", - "ĠApart ments", - "Ġsecond o", - "Ġ icing", - "ĠK Äį", - "ĠProv ides", - "Ġexceed ing", - "ĠPalestin ians", - "ĠZ iel", - "R ab", - "Ġrep ro", - "do ing", - "Ġalt ar", - "Ġgou vern", - "iv ent", - "PC R", - "Ġreminis cent", - "Ġsel dom", - "ĠAtt end", - "Ġdub bed", - "N avig", - "ch u", - "Ġsist em", - "ĠNear ly", - "= )", - "Ñ ĩ", - "Ġse als", - "Ġcos metics", - "Ġfright ening", - "Ġdévelopp ement", - "ĠH ep", - "Ġblack s", - "| \\", - "d m", - "ier re", - "Ġfright ened", - "N ight", - "Ġhe ap", - "è¯ ģ", - "ĠBeat les", - "C ounter", - "s pect", - "Ġc udd", - "ĠAdv oc", - "ĠSe al", + "Bit s", + "Bi ts", + "B its", + "▁S N", + "▁ SN", + "sc ar", + "s car", + "Com e", + "Co me", + "C ome", + "▁coun cil", + "▁shout ed", + "ma king", + "m aking", + "▁M aur", + "▁Ma ur", + "▁Mau r", + "▁w is", + "LE TE", + "LET E", + "▁f s", + "▁ fs", + "▁d z", + "▁ dz", + "un que", + "ue go", + "u ego", + "R andom", + "H tml", + "ze m", + "z em", + "▁D utch", + "▁Gold en", + "▁Gol den", + "▁T ar", + "▁Ta r", + "▁H erm", + "▁He rm", + "▁Her m", + "▁str etch", + "▁stret ch", + "var d", + "va rd", + "v ard", + "▁t ries", + "▁tr ies", + "▁tri es", + "W I", + "▁disappe ared", + "▁disappear ed", + "▁cr usher", + "▁crush er", + "▁K an", + "▁Ka n", + "Ma g", + "M ag", + "ø r", + "▁Cam bridge", + "▁Camb ridge", + "▁do po", + "▁dop o", + "at ura", + "atur a", + "atu ra", + "he art", + "▁Sp iel", + "/* *\r", + "/** \r", + "Dir ection", + "Direct ion", + "Di rection", + "D irection", + "at ting", + "att ing", + "atti ng", + "wi g", + "w ig", + "▁c odes", + "▁co des", + "▁code s", + "▁cod es", + "▁ codes", + "▁pow der", + "al ert", + "ale rt", + "aler t", + "sem bl", + "semb l", + "▁y e", + "▁ ye", + "St ar", + "S tar", + "▁ro ots", + "▁root s", + "▁H oll", + "▁Hol l", + "▁Ho ll", + "Re le", + "Rel e", + "R ele", + "▁const itu", + "n c", + "“ .", + "re ference", + "refer ence", + "if icial", + "ific ial", + "ifi cial", + "clos ure", + "▁fig ured", + "▁figure d", + "▁assum ption", + "getElement ById", + "▁A G", + "▁ AG", + "os es", + "ose s", + "o ses", + "▁_ \"", + "ep per", + "ob re", + "o bre", + "en umerate", + "о графи", + "▁less ons", + "▁lesson s", + "▁qual ified", + "Per son", + "Pers on", + "P erson", + "an se", + "ans e", + "▁M ort", + "▁Mor t", + "▁Mo rt", + "s ylvania", + "▁c ré", + "▁cr é", + "Bind ing", + "Bin ding", + "B inding", + "і с", + "▁V ari", + "▁Var i", + "▁Va ri", + "▁ Vari", + "▁re minded", + "▁remind ed", + "▁members hip", + "▁member ship", + "ip er", + "ipe r", + "i per", + "zt e", + "z te", + "▁c ref", + "▁cre f", + "▁cr ef", + "▁ cref", + "▁P A", + "▁ PA", + "plaat st", + "▁Env ironment", + "▁ Environment", + "bo y", + "b oy", + "▁ph rase", + "▁phr ase", + "▁ phrase", + "riv ial", + "ra g", + "r ag", + "во ди", + "вод и", + "▁p se", + "▁ps e", + "▁ pse", + "▁tour nament", + ")} ,", + ") },", + "▁S ound", + "▁So und", + "▁Sou nd", + "▁ Sound", + "▁V el", + "▁Ve l", + "▁ Vel", + "▁B erg", + "▁Be rg", + "▁Ber g", + "el son", + "els on", + "▁ref uge", + "▁else where", + "qu ality", + "qual ity", + "▁abandon ed", + "▁F lo", + "▁Fl o", + "ib il", + "i bil", + "UA L", + "U AL", + "▁Pl atz", + "▁d elta", + "▁del ta", + "▁ delta", + "▁B uy", + "▁Bu y", + "ri ère", + "r ière", + "▁fl our", + "▁flo ur", + "▁laugh ing", + "▁laug hing", + "▁Look ing", + "▁Lo oking", + "Ag ent", + "A gent", + "▁w x", + "▁ wx", + "▁W ales", + "▁Wal es", + "▁Wa les", + "C tx", + "▁c ake", + "▁ca ke", + "▁c rate", + "▁cr ate", + "▁ crate", + "▁к ла", + "▁ кла", + "an ga", + "ang a", + "Z ero", + "▁amount s", + "Tr a", + "T ra", + "om etric", + "omet ric", + "o metric", + "▁con straints", + "▁constr aints", + "▁constraint s", + "▁tem ple", + "▁templ e", + "▁temp le", + "▁install ation", + "st roke", + "str oke", + "▁N eder", + "▁Ne der", + "▁Ned er", + "ț i", + "▁I bid", + "▁o bs", + "▁ob s", + "▁ obs", + "ent ries", + "entr ies", + "▁j usqu", + "OR M", + "O RM", + "▁S ky", + "▁Sk y", + "ik es", + "ike s", + "i kes", + "na k", + "n ak", + "▁m odes", + "▁mod es", + "▁mo des", + "▁mode s", + "▁Hit ler", + "▁b elt", + "▁be lt", + "▁bel t", + "▁point ing", + "▁B an", + "▁Ba n", + "ign ore", + "▁per su", + "▁pers u", + "▁Bes ides", + "yn om", + "y nom", + "▁leg is", + "▁C PU", + "▁CP U", + "▁ CPU", + "an ded", + "and ed", + "ande d", + "ui s", + "u is", + "bs ite", + "b site", + "▁E uro", + "▁Eu ro", + "▁ut ter", + "▁ utter", + "e clipse", + "▁ir re", + "▁irr e", + "▁D ocument", + "▁Doc ument", + "▁ Document", + "▁Mean while", + "▁famil ie", + "ver ify", + "▁J ason", + "▁Ja son", + "▁O rt", + "▁Or t", + "▁ci udad", + "▁techn ologies", + "▁ча сти", + "▁част и", + "▁час ти", + "ni ca", + "nic a", + "n ica", + "can cel", + "c ancel", + "V irtual", + "▁ev ident", + "am an", + "ama n", + "a man", + "▁Sup reme", + "at oes", + "ato es", + "▁ste ady", + "▁stead y", + "▁month ly", + "▁SO FTWARE", + "Di e", + "D ie", + "▁app lying", + "▁apply ing", + "▁appl ying", + "Di g", + "D ig", + "vi er", + "v ier", + "▁го ро", + "▁W H", + "▁ WH", + "▁min ds", + "▁mind s", + "▁k am", + "▁ka m", + "▁expert ise", + "▁not ification", + "▁ notification", + ". -", + "▁del iber", + "▁H E", + "▁ HE", + "▁res ist", + "ou tes", + "out es", + "oute s", + "o utes", + "▁How ard", + "▁Ho ward", + "spec ial", + "spe cial", + "▁p resentation", + "▁present ation", + "▁You Tube", + "mi r", + "m ir", + "▁r ust", + "▁ru st", + "▁rus t", + "▁ rust", + "▁n ations", + "▁nat ions", + "▁nation s", + "▁G ets", + "▁Ge ts", + "▁Get s", + "▁respon ses", + "▁response s", + "▁respons es", + "ar ded", + "ard ed", + "arde d", + "im mer", + "imm er", + "▁reve al", + "▁M eg", + "▁Me g", + "▁tod os", + "▁todo s", + "▁a de", + "▁ad e", + "▁ ade", + "ateg ories", + "ategor ies", + "▁pay ments", + "▁payment s", + "ô t", + "En umer", + "Enum er", + "E numer", + "▁platform s", + "▁plat forms", + "▁life time", + "▁lif etime", + "Com plete", + "Comp lete", + "Qu est", + "Que st", + "Q uest", + "en ders", + "end ers", + "ender s", + "ende rs", + "▁c um", + "▁cu m", + "pl er", + "ple r", + "p ler", + "▁app l", + "▁ap pl", + "äh rend", + "ähr end", + "з ь", + "en ez", + "ene z", + "e nez", + "over ty", + "yn chron", + "▁arg ued", + "▁argue d", + "▁K ath", + "▁Kat h", + "▁Ka th", + "▁s ynchron", + "▁syn chron", + "▁B uilder", + "▁Build er", + "▁ Builder", + "B order", + "Pl an", + "P lan", + "ri eb", + "rie b", + "r ieb", + "n m", + "FOR MAT", + "FORM AT", + "us k", + "u sk", + "▁j umped", + "▁jump ed", + "ch arg", + "char g", + "cha rg", + "▁cont ribute", + "▁contribut e", + "Me sh", + "M esh", + "Un ivers", + "re ll", + "rel l", + "r ell", + "▁p olar", + "▁pol ar", + "▁po lar", + "▁tr ois", + "▁tro is", + "ic io", + "ici o", + "i cio", + "Group s", + "G roups", + "▁( %", + "▁ (%", + "Lo op", + "L oop", + "▁g az", + "▁ga z", + "db g", + "d bg", + "LA Y", + "L AY", + "Jo hn", + "J ohn", + "bl ocks", + "block s", + "blo cks", + "▁l ung", + "▁lu ng", + "▁lun g", + "▁ lung", + "▁k ön", + "▁kö n", + "th rough", + "▁fif th", + "lish er", + "l isher", + "▁inv olving", + "▁invol ving", + "▁De ep", + "▁ Deep", + "▁обла сти", + "▁s ull", + "▁su ll", + "▁sul l", + "Ex port", + "Exp ort", + "▁K ate", + "▁Kat e", + "▁Ka te", + "per iod", + "ch arge", + "char ge", + "charg e", + "G T", + "\"> \r", + "\" >\r", + "ти н", + "т ин", + "▁O tt", + "▁Ot t", + "▁inter actions", + "▁interaction s", + "▁interact ions", + "▁Tor onto", + "TR ACE", + "TRA CE", + "▁d ifer", + "▁di fer", + "▁dif er", + "▁lib eral", + "▁liber al", + "▁p article", + "▁part icle", + "▁partic le", + "▁parti cle", + "▁sur ve", + "▁surv e", + "al ous", + "alo us", + "re ason", + "rea son", + "▁de pression", + "▁dep ression", + "▁depress ion", + "а л", + "▁f lower", + "▁fl ower", + "▁flo wer", + "▁flow er", + "▁wa ar", + "▁h ade", + "▁had e", + "▁ha de", + "▁cent uries", + "ut y", + "u ty", + "par ty", + "part y", + "▁appro val", + "gener ate", + "▁B arn", + "▁Bar n", + "▁Ba rn", + "▁m arg", + "▁mar g", + "▁ma rg", + "▁m onde", + "▁mon de", + "▁mo nde", + "▁mond e", + "▁o ok", + "▁ ook", + "▁Cl ark", + "▁Clar k", + "▁the oret", + "vious ly", + "vi ously", + "v iously", + "? )", + "▁R ud", + "▁Ru d", + "st mt", + "in ction", + "inct ion", + "▁t un", + "▁tu n", + "▁ro ads", + "▁road s", + "▁rot ation", + "▁ rotation", + "pp en", + "ppe n", + "p pen", + "sen sor", + "s ensor", + "▁K ol", + "▁Ko l", + "id elines", + "ide lines", + "idel ines", + "▁ є", + "▁com posed", + "▁comp osed", + "▁compos ed", + "▁v irus", + "▁vi rus", + "▁vir us", + "' $", + "S N", + "▁V on", + "▁Vo n", + "mon t", + "mo nt", + "m ont", + "la r", + "l ar", + "▁opin ions", + "▁opinion s", + "uct ion", + "u ction", + "ru pal", + "rup al", + "under line", + "▁hor ror", + "Mus t", + "Mu st", + "M ust", + "ot to", + "ott o", + "o tto", + "Sh ould", + "▁stat ist", + "▁g em", + "▁ge m", + "▁ gem", + "▁se cre", + "▁sec re", + "▁st rip", + "▁str ip", + "▁stri p", + "▁ strip", + "▁d irt", + "▁di rt", + "▁dir t", + "ama zon", + "amaz on", + "▁R ound", + "▁Ro und", + "▁Rou nd", + "▁ Round", + "▁dis covery", + "▁disc overy", + "▁discover y", + "▁disco very", + "▁G O", + "▁ GO", + "▁substant ial", + "ib t", + "i bt", + "▁dem ands", + "▁demand s", + "▁every day", + "▁b esch", + "▁be sch", + "▁bes ch", + "▁B ridge", + "▁Br idge", + "▁H D", + "▁ HD", + "▁D ol", + "▁Do l", + "▁t rès", + "▁tr ès", + "an ni", + "ann i", + "ro it", + "() );\r", + "()); \r", + "()) ;\r", + "( ));\r", + "fa r", + "f ar", + "tim estamp", + "▁bul k", + "Bl ack", + "▁g an", + "▁ga n", + "▁ gan", "set ting", - "alle led", - "Ġgeb en", - ") _", - "ĠRef er", - "Ġchrom os", - "0 14", - "O RE", - "ĠHigh land", - "rupt ed", - "Ġresign ation", - "ä¸Ģ èµ·", - "U pload", - "p riced", - "cc iones", - "ract ive", - "V IC", - "Ġred emption", - "uu uu", - "m ale", - "Ġrem pl", - "ĠCom edy", - "Ġfut ur", - "elling ton", - "Ġdis gr", - "Ġsem bra", - "ĠJud y", - "Ġvel vet", - "olog ique", - "ç© ¿", - "p ython", - "Ġaqu arium", - "c ir", - "Ġn ab", - "co at", - "R ender", - "V i", - "Ġinc umb", - "con n", - "ĠNort heast", - "A us", - "az zo", - "ym oon", - "66 6", - "Ġswo je", - "ra vel", - "Ġstate wide", - "Ġsam en", - "bro ken", - "Ġcultiv ation", - "Ġdisc s", - "div ision", - "Ġno isy", - "Ġprompt s", - "Ġdom est", - "Le gal", - "Ġdimin ished", - "Ġa ired", - "Ġg oose", - "uj ÃŃ", - "assert Equals", - "Dep ending", - "ĠRestaur ants", - "direct ory", - "le af", - "26 3", - "å° ģ", - "Ġúlt imo", - "å·¥ ä", - "Ġw i", - "25 7", - "Ġecho ed", - "Ġcongress ional", - "a verage", - "Ġgood ies", - "Ġapprox imate", - "Ġvel oc", - "Ġref usal", - "Ġaud itor", - "ĠChev rolet", - "ĠAD HD", - "Ġsul le", - "T imer", - "le ases", - "Ġgre ed", - "ĠIdent ify", - "R on", - "Ġp é", - "ĠC ran", - "Ġlo af", - "Ġjer seys", - "der r", - "Ġassert Equals", - "ĠCh op", - "ograph ies", - "ĠDaniel s", - "Ġroy alty", - "Ġoport un", - "Ġcour tyard", - "ats u", - "âĢ¢ âĢ¢", - "Ġnick el", - "Ġm alf", - "ric an", - "è g", - "Ġman ga", - "ĠN aval", - "ĠAp ollo", - "Ġcerc a", - "ĠP att", - "ĠK ee", - "Ġpr ic", - "Ġenact ed", - "Ġc c", - "Ġaver aged", - "ĠC oupon", - "Ġinf il", - "ig or", - "Ġdatas ets", - "Ex ternal", - "Ġsent ir", - "è´ ¢", - "pun kt", - "W ie", - "Ġm ansion", - "ol ith", - "Ex actly", - "Com ments", - "r if", - "iss ors", - "ad em", - "nÃŃ m", - "ist on", - "Ġdé fin", - "} ),", - "Ġp ien", - "ĠM alta", - "ĠF F", - "ĠP OL", - "ĠG W", - "Ġsw ings", - "Ġur g", - "ĠAg ents", - "ĠCho osing", - "Ġproyect o", - "ens a", - "ĠPrint ing", - "B road", - "Ġso bie", - "ĠCom ics", - "æĪij ä", - "éĶ Ļ", - "Ġdispro portion", - "D s", - "w ant", - "Ġf ountain", - "ĠI vy", - "Ġro be", - "Ġmat te", - "ĠHD MI", - "Ġindispens able", - "Ġind ications", - "Ġcerv ical", - "Ġve ctors", - "ĠDet ail", - "Ġantib iotic", - "Ġcupc akes", - "Ġsécur ité", - "åı ¥", - "âĢľ [", - "Ġkon nte", - "n ar", - "t ests", - "ĠM um", - "ani em", - "Ġunexpected ly", - "ĠColon el", - "Ġpe pp", - "ph ants", - "ĠSh ared", - "0 50", - "F ixed", - "Ġg ilt", - "ond en", - "be i", - "è§ī å", - "Ġo ve", - "ĠC ork", - "Ġhe mos", - "35 3", - "ĠMil ton", - "ĠEther net", - "es an", - "ĠD enn", - "Ġmen stru", - "U k", - "ĠCon ven", - "ival ent", - "P LAY", - "44 4", - "O ffic", - "Ġb zw", - "ĠL ayer", - "ĠN ou", - "ÅĻ eb", - "h ook", - "Ġa kin", - "Ġch orus", - "ĠAtl as", - "det ails", - "d irection", - "ĠM VP", - "cl uster", - "Ġlo ft", - "Ġsym path", - "Ġbul lets", - "Ġforeign ers", - "0 60", - "ac s", - "Ġgam ma", - "ut f", - "Ġexp onent", - "st aff", - "Ġar b", - "Ġdet erg", - "gle ich", - "ĠCal vin", - "ias is", - "ĠFred erick", - "s leep", - "h ope", - "t aking", - "Ġver l", - "b ou", - "Ġcolour ful", - "8 66", - "qu arter", - "ren ched", - "gg ie", - "ĠF UN", - "25 9", - "Ġill umin", - "Ġhear ings", - "Ġcompos itions", - "Ġcitt Ãł", - "Ġc ess", - "id an", - "ĠP TSD", - "ĠQu iz", - "N F", - "ell ites", - "çļĦ æŶåĢĻ", - "æĹł æ", - "Ġgl ove", - "ĠTrain er", - "Ġreconc iliation", - "Ġaus ge", - "P retty", - "n bsp", - "ur ger", - "ĠW IN", - "ĠCard inals", - "C ash", - "Ġmit igation", - "ĠFore ver", - "Ġsc ams", - "Ġm ama", - "ol esome", - "ĠRec ommended", - "Ġformat ting", - "Ġsurge ons", - "ĠC ases", - "ĠCar rie", - "str ings", - "ol u", - "ug u", - "Ġvig il", - "Ġpoison ing", - "her it", - "Ġk ap", - "ĠDemocr acy", - "ĠPow ers", - "be z", - "Ġunlock ed", - "ĠTrib une", - "M achine", - "re se", - "Ġris ult", - "Ġexpans ive", - "Ġh d", - "Ġha ute", - "Ġprobl ème", - "am our", - "ak ra", - "ĠSh ock", - "Ġhist Ã", - "US ER", - "ogl ob", - "f inder", - "â Ĥ", - "Ġens ured", - "Ġmini ature", - "res olve", + "ret val", + "ва не", + "ван е", + "nu ng", + "n ung", + "▁talk s", + "▁tal ks", + "▁scient ists", + "▁scientist s", + "▁v ig", + "▁vi g", + "▁quant ity", + "▁G ard", + "▁Gar d", + "▁Ga rd", + "▁mov ements", + "▁move ments", + "▁movement s", + "äh r", + "ä hr", + "ling s", + "lin gs", + "l ings", + "▁Т е", + "te am", + "ri to", + "rit o", + "r ito", + "▁as sembly", + "▁ assembly", + "il st", + "ils t", + "i lst", + "▁happ iness", + "▁le af", + "▁ leaf", + "▁ass essment", + "▁assess ment", + "Co ord", + "ir s", + "i rs", + "sa m", + "s am", + "▁att orney", + "▁g eme", + "▁ge me", + "▁gem e", + "▁ geme", + "ID E", + "I DE", + "▁V ere", + "▁Ver e", + "▁Ve re", + "▁Anth ony", + "am iento", + "ami ento", + "▁A st", + "▁As t", + "▁cir cul", + "▁circ ul", + "▁Fr ances", + "▁Franc es", + "▁France s", + "▁Fran ces", + "▁p ent", + "▁pe nt", + "▁pen t", + "▁ pent", + "▁m ate", + "▁mat e", + "▁ma te", + "▁ mate", + "▁Trans port", + "▁ Transport", + "ow o", + "o wo", + "ч у", + "is tes", + "ist es", + "iste s", + "TR AN", + "TRA N", + "T RAN", + "IM PORT", + "IMP ORT", + "▁B reak", + "▁Bre ak", + "▁ Break", + "▁s ons", + "▁so ns", + "▁son s", + "▁invest ors", + "▁Phil ipp", + "▁Philip p", + "TH OD", + "▁pan ic", + "▁pa nic", + "▁ panic", + "▁: )", + "▁d etection", + "▁det ection", + "▁detect ion", + "▁sim ultane", + "nt e", + "n te", + "▁list ened", + "▁listen ed", + "к ре", + "▁B rig", + "▁Br ig", + "Option al", + "Opt ional", + "▁a bund", + "▁ab und", + "▁c riteria", + "▁crit eria", + "▁c hip", + "▁ch ip", + "▁chi p", + "▁ chip", + "▁ок ру", + "▁Con stant", + "▁Const ant", + "▁ Constant", + "▁m ining", + "▁min ing", + "▁mi ning", + "▁mini ng", + "та л", + "т ал", + "ma tes", + "mat es", + "mate s", + "m ates", + "▁w orship", + "▁wor ship", + "ro uter", + "rou ter", + "route r", + "r outer", + "C N", + "▁M atch", + "▁Mat ch", + "▁ Match", + "▁C ole", + "▁Col e", + "▁Co le", + "▁down t", + "▁dow nt", + "▁h oles", + "▁hol es", + "▁ho les", + "▁hole s", + "▁gr ateful", + "RES ULT", + "▁Europ a", + "▁Euro pa", + "▁con sent", + "▁cons ent", + "▁conse nt", + "l ä", + "op ter", + "opt er", + "▁colle agues", + "or ous", + "oro us", + "o rous", + "▁enem ies", + "ha ng", + "han g", + "h ang", "act ual", - "Ġtw ists", - "Ġmem e", - "Sl ow", - "man ia", - "Ġsent iments", - "33 4", - "sk in", - "Ġkter Ã", - "b inding", - "el ed", - "Ġmy ocard", - "ĠAdv ance", - "m eter", - "ĠF actor", - "Ġext ras", - "Ġdiss olved", - "Ġstamp ed", - "Ġro ds", - "az io", - "ĠTit an", - "Ġchuck led", - "Ġdest ined", - "cz nie", - "0 17", - "ĠO st", - "çģ Ń", - "Com mercial", - "ä»ĸ们 çļĦ", - "L aura", - "Ġj uego", - "per ing", - "æģ IJ", - "or rh", - "Ġin ne", - "Ġin mates", - "æĥ Ĭ", - "Ġrock ing", - "Ġul tr", - "Ġdefect ive", - "Ġw yn", - "ĠR iley", - "Ġsl opes", - "Ġcollabor ating", - "Ch anges", - "ir ma", - "Ġexped ition", - "ÈĻ te", - "bel ief", - "26 7", - "ĠKn ights", - "Ġimp ulse", - "ces ter", - "Ġinf used", - "Ġbro ccoli", - "27 9", - "Ġmer its", - "M ount", - "Ġ ĊĠĠĠĠĠĠĠĠĠĠĠĠ", - "St reet", - "acc ia", - "Äį ÃŃ", - "Sub mit", - "ĠVlad imir", - "Ġtext book", - "eren n", - "Ġpleth ora", - "Ġn im", - "ĠM ON", - "est ation", - "ĠF ach", - "è¯ ī", - "Ġul trasound", - "ĠOr th", - "ĠMar ion", - "4 90", - "d rive", - "v oll", - "ĠTable t", - "ĠGe off", - "gu ided", - "sm art", - "ĠRoll er", - "Ġvig or", - "St age", - "Iter ator", - "og er", - "Ġzomb ie", - "Ġf oc", - "Ġv og", - "eren cing", - "Ġpsych ic", - "Ġtrack er", - "ĠDist ance", - "Ġscript ure", - "Ġfacilit ates", - "T W", - "ĠE arlier", - "Ġact u", - "Ġdecis ive", - "ö g", - "Ġcool ed", - "Ġenhance ments", - "Ġw ÅĤa", - "Ġd oute", - "are lla", - "Ġfauc et", - "H F", - "ol ina", - "ins ki", - "Ġintu ition", - "Ġrefere ndum", - "ĠFerg uson", - "Ġfl ashed", - "Ġshowc asing", - "Ġminut os", - "ĠP ermanent", - "uc chini", - "ym b", - "Ġid ol", - "å¿ µ", - "cs v", - "Ġlever aging", - "ĠL D", - "ale b", - "Ġref urb", - "Ġdo is", - "D istance", - "est ablished", - "Ġap oy", - "ĠRes istance", - "Ġsequ encing", - "bild ung", - "ĠIsa iah", - "Ġtr ata", - "Ġrest o", - "ogn o", - "Ġattack er", - "ĠEthiop ia", - "f ung", - "ĠT ac", - "Ġmem o", - "Ġpreced ed", - "Ġwirk lich", - "ĠH in", - "Ġdifférent s", - "ĠGent le", - "Ġw ährend", - "as ured", - "ĠL ose", - "ave z", - "éĥ¨ åĪĨ", - "S ent", - "T ouch", - "Ġs alsa", - "ĠUn its", - "ic idal", - "50 3", - "ĠMed al", - "Ġw ww", - "28 3", - "Ġkiss es", - "æ¬ ¢", - "çĸ ij", - "M iddle", - "iqu é", - "Ġnecess ities", - "Ġseg undo", - "åĵ ª", - "ĠG le", - "ĠK athy", - "pr us", - "Ġden im", - "Ġn ich", - "åľ £", - "Ġnom inee", - "4 32", - "Ġtra ctor", - "Ġsne akers", - "ĠAuth ors", - "P rops", - "Ġoccup ational", - "f ake", - "ĠS plit", - "Ġr ant", - "Ġbenef ited", - "ĠIns ider", - "ĠP ets", - "dd ing", - "Pref ix", - "ĠI CT", - "Ġcommun icated", - "ĠGener ator", - "rac ellular", - "ur ved", - "ĠR ip", - "Ġex cluding", - "Ġpre occup", - "Per formance", - "Ġcoord inating", - "åĵ ¥", - "ĠS OC", - "ha ft", - "] +", - "k ty", - "Ġbl at", - "ĠCur ry", - "ĠAl leg", - "ĠBron ze", - "Ġhomosex ual", - "N ative", - "bal anced", - "Ġimmens ely", - "Ġed ible", - "Ġmel od", - "v ole", - "and roid", - "ĠL ore", - "50 9", - "}$ .", - "ĠRichards on", - "ific a", - "erm e", - "ed ere", - "ang en", - "Ġrest ruct", - "RE EN", - "oo h", - "Ġper Ã", - "nis one", - "ĠCl ip", - "Ġsent ido", - "Ġfavour ites", - "fashion ed", - "Ġnot orious", - "Ġnum b", - "ĠEven ing", - "ĠJack et", - "ĠHay es", - "J a", - "ĠTr acy", - "ĠPort folio", - "ĠShop ify", - "ĠR ais", - "Ġcomp iler", - "ning ar", - "ĠGo al", - "ĠVis itors", - "ific aciÃ", - "ĠQuant um", - "ĠW agner", - "Ġz ar", - "ann otation", - "Ġconc ise", - "ochem istry", - "ĠM X", - "col m", - "ĠChall enges", - "To String", - "Ġg emeins", - "Ġfl ats", - "æ¨ ¡", - "o ven", - "ĠV oy", - "Ġprogram m", - "Ġcentral ized", - "z h", - "ĠW itch", - "ric ting", - "ĠTon ight", - "ĠEntreprene urs", - "ov ich", - "* _", + "Object s", + "▁я к", + "▁fl uid", + "▁flu id", + "fix ed", + "f ixed", + "▁G raph", + "▁Gr aph", + "▁Gra ph", + "▁ Graph", + "▁scr atch", + "ce rs", + "cer s", + "c ers", + "ri bu", + "rib u", + "▁valid ation", + "▁ validation", + "▁com pletion", + "▁complet ion", + "▁B egin", + "▁Be gin", + "▁Beg in", + "▁ Begin", + "end point", + "ri ent", + "rie nt", + "rien t", + "r ient", + "C M", + "▁S ite", + "▁Si te", + "▁ Site", + "▁expl ains", + "▁explain s", + "tr es", + "tre s", + "t res", + "▁any body", + "fo reach", + "fore ach", + "for each", + "lo n", + "l on", + "Ch ain", + "▁B uff", + "▁Bu ff", + "▁ Buff", + "oc al", + "oca l", + "o cal", + "▁M organ", + "▁Mor gan", + "▁s ang", + "▁sa ng", + "▁san g", + "▁pass es", + "▁pas ses", + "@ @", + "ij d", + "i jd", + "W ord", + "▁H ung", + "▁Hun g", + "▁Hu ng", + "▁F er", + "▁Fe r", + "▁v ý", + "ba st", + "bas t", + "b ast", + "▁enter tainment", + "▁entertain ment", + "hi n", + "h in", + "▁g rat", + "▁gr at", + "▁gra t", + "▁M ember", + "▁Me mber", + "▁Mem ber", + "▁ Member", + "▁M inn", + "▁Min n", + "▁Mi nn", + "▁pr inted", + "▁print ed", + "▁prin ted", + "▁Frank lin", + "▁I mp", + "▁Im p", + "▁ Imp", + "M achine", + "column s", + "▁de leted", + "▁del eted", + "▁delete d", + "▁delet ed", + "▁ deleted", + "▁manufact uring", + "▁re ly", + "▁r ely", + "▁rel y", + "▁con se", + "▁cons e", + "▁f ishing", + "▁fish ing", + "▁fis hing", + "bl o", + "b lo", + "- $", + "▁. \"", + "▁ .\"", + "▁clin ical", + "▁clinic al", + "▁Stud ies", + "▁Б у", + "def inition", + "▁evalu ation", + "▁eval uation", + "▁att acked", + "▁attack ed", + "▁fro zen", + "ze nt", + "zen t", + "z ent", + "▁ú lt", + "▁r ational", + "▁rat ional", + "▁ratio nal", + "ot he", + "oth e", + "o the", + "Can cel", + "C ancel", + "hi story", + "hist ory", + "set Text", + "▁a lc", + "▁al c", + "▁h ydro", + "▁hy dro", + "▁hyd ro", + "▁The atre", + "▁M aterial", + "▁Mat erial", + "▁ Material", + "IO Exception", + "**** **/", + "****** /", + "sp l", + "s pl", + "NO DE", + "att rs", + "attr s", + "▁m ie", + "▁mi e", + "▁off ices", + "▁offic es", + "▁office s", + "r ó", + "▁j am", + "▁ja m", + "▁Id ent", + "▁Ide nt", + "▁ Ident", + "v é", + "Set ting", + "▁Sever al", + "▁Sev eral", + "▁dec ay", + "And roid", + "▁S ave", + "▁Sa ve", + "▁Sav e", + "▁ Save", + "un ted", + "unt ed", + "unte d", + "▁Mount ain", + "us c", + "u sc", + "▁mar zo", + "▁a sleep", + "▁as leep", + "▁sold ier", + "▁D ouble", + "▁Dou ble", + "▁ Double", "P K", - "ne o", - "arn ings", - "ĠSur ve", - "ĠUt ility", - "ac ier", - "ĠHe in", - "Ġback end", - "RA Y", - "½ ½", - "per iod", - "ici ary", - "iz ards", - "Ġcomm its", - "Ġbol ts", - "ĠInstr ument", - "iz ioni", - "Ġsub way", - "ĠVer izon", - "Ġtrend ing", - "ĠP aw", - "ĠRe asons", - "Ġlist a", - "ĠBever ly", - "Ġrespect able", - "ĠNOT E", - "Ġi i", - "Ġdon na", - "ĠAp k", - "ĠC ave", - "ĠEm irates", - "Ġmir ac", - "lock ed", - "ĠW and", - "ĠG ur", - "Ġdispl aced", - "h ours", - "r ue", - "Ġa rose", - "è§ Ħ", - "Ġclient e", - "ĠE RA", - "ĠArt ikel", - "ĠMat ters", - "Ġlifes pan", - "Ġa seg", - "ĠC ater", - "Ġscal able", - "y et", - "}$ ,", - "Ġw ary", - "row ad", - "Ġarbit ration", - "3 17", - "Ġdisgust ing", - "Ġmix es", - "link ed", - "Ġborrow er", - "c ale", - "d al", - "se in", - "Ġvol t", - "Ġp ours", - "Ġfac et", - "ĠIncre ased", - "r ÃŃa", - "ĠC indy", - "Ġcontr ace", - "Ġfeather s", - "Ġmal ad", - "å¯ Į", - "k Äħ", + "▁cont rad", + "▁contr ad", + "▁contra d", + "▁w ins", + "▁win s", + "ce iver", + "ceive r", + "▁se asons", + "▁season s", + "▁seas ons", + "▁C hall", + "▁Ch all", + "▁Cha ll", + "▁health care", + "ła d", + "ł ad", + "о т", + "▁F ive", + "▁Fi ve", + "▁H ell", + "▁He ll", + "▁Hel l", + "▁world wide", + "▁' ,", + "▁ ',", + "я н", + "ma de", + "mad e", + "m ade", + "▁respon ded", + "▁respond ed", + "▁a y", + "▁ ay", + "▁proced ures", + "▁procedure s", + "те ра", + "тер а", + "▁cle ared", + "▁clear ed", + "\"] .", + "\" ].", + "▁T arget", + "▁Tar get", + "▁ Target", + "▁S ide", + "▁Si de", + "▁Sid e", + "▁ Side", + "om in", + "omi n", + "o min", + "▁de ploy", + "▁T ell", + "▁Te ll", + "▁Tel l", + "▁ Tell", + "▁on going", + "fl oor", + "f loor", + "▁b ones", + "▁bo nes", + "▁bon es", + "▁bone s", + "▁De lete", + "▁Del ete", + "▁ Delete", + "▁shru gged", + "O ur", + "De r", + "D er", + "▁init ialize", + "▁initial ize", + "▁ initialize", + "▁T ed", + "▁Te d", + "MA GE", + "MAG E", + "M AGE", + "▁h ire", + "▁hi re", + "��� hire", + "▁tr acking", + "▁track ing", + "▁a sh", + "▁as h", + "▁ ash", + "▁ce iling", + "ка х", + "et ti", + "ett i", + "e tti", + "▁cour age", + "▁cou rage", + "ensch app", + "ют ся", + "ю тся", + "Mo re", + "M ore", + "▁fol g", + "▁fo lg", + "▁ folg", + "▁Gr ace", + "▁Gra ce", + "▁K elly", + "▁Kel ly", + "▁re ven", + "▁r even", + "▁rev en", + "▁reve n", + "▁A li", + "▁Al i", + "▁ Ali", + "▁d isp", + "▁dis p", + "▁di sp", + "▁ disp", + "▁de feat", + "▁defe at", + "▁cre ature", + "▁creat ure", + "▁Kenn edy", + "▁D iego", + "▁Die go", + "▁Di ego", + "EM P", + "E MP", + "▁s team", + "▁ste am", + "end ance", + "ri g", + "r ig", + "▁ign or", + "▁ig nor", + "em en", + "eme n", + "e men", + "▁G ru", + "▁Gr u", + "▁pro posal", + "▁propos al", + "▁we iter", + "▁weit er", + "▁ лі", + "ib les", + "ible s", + "i bles", + "▁consider ation", + "▁belie ves", + "▁believe s", + "▁S oph", + "▁So ph", + "“ ,", + "▁Matt hew", + "▁circ uit", + "▁s inger", + "▁sing er", + "▁sin ger", + "▁S quare", + "ç o", + "Ed ge", + "▁a str", + "▁as tr", + "▁ast r", + "▁ astr", + "▁represent ative", + "▁comprehens ive", + "li ga", + "lig a", + "l iga", + "▁m ere", + "▁me re", + "▁mer e", + "tb l", + "t bl", + "▁contin uing", + "▁continu ing", + "ograph er", + "ograp her", + "LE D", + "L ED", + "▁/* **/", + "▁/** */", + "▁s ear", + "▁se ar", + "▁sea r", + "▁enorm ous", + "iz i", + "i zi", + "Di t", + "D it", + "th ere", + "ther e", + "the re", + "t here", + "і н", + "си те", + "▁gu erra", + "▁end point", + "▁ endpoint", + "▁le sson", + "▁les son", + "▁less on", + "zo n", + "z on", + "var iable", + "vari able", + "и с", + "▁research ers", + "▁attempt ed", + "▁e nf", + "▁en f", + "ту ра", + "тур а", + "▁de fin", + "▁def in", + "ве ст", + "▁aw ful", + "▁lo west", + "▁low est", + "ru les", + "rule s", + "r ules", + "▁un like", + "inter val", + "▁produ cing", + "▁K am", + "▁Ka m", + "▁I MP", + "▁IM P", + "▁ IMP", + "Gener al", + "Gen eral", + "▁f aire", + "▁fa ire", + "▁fair e", + "▁max im", + "▁ma xim", + "as semb", + "ass emb", + "asse mb", + "assem b", + "ac ent", + "ace nt", + "a cent", + "? >", + "pl ica", + "plic a", + "p lica", + "▁r am", + "▁ra m", + "▁ ram", + "ma te", + "mat e", + "m ate", + "ц у", + "m n", + "▁H i", + "▁ Hi", + "▁st ages", + "▁stage s", + "▁stag es", + "▁sta ges", + "▁Ed itor", + "▁Edit or", + "▁ Editor", + "▁t ang", + "▁tan g", + "▁ta ng", + "R D", + "▁i ch", + "▁ic h", + "▁ ich", + "▁depend ent", + "▁dep endent", + "▁ dependent", + "li fer", + "life r", + "lif er", + "l ifer", + "as cript", + "asc ript", + "a script", + "▁expos ure", + "ре з", + "▁m art", + "▁mar t", + "▁ma rt", + "▁ mart", + "▁Bar cel", + "xs pace", + "x space", + "SE SSION", + "▁p rest", + "▁pre st", + "▁pr est", + "▁pres t", + "UR CE", + "- .", + "▁се ло", + "ha ve", + "hav e", + "h ave", + "▁observ ation", + "▁obs ervation", + "▁comm ands", + "▁command s", + "▁ commands", + "▁e ager", + "▁out door", + "▁DE BUG", + "▁ DEBUG", + "▁h r", + "▁ hr", + "A X", + "▁p uzz", + "▁pu zz", + "bl ank", + "бу р", + "б ур", + "▁k ennis", + "▁reg arded", + "▁regard ed", + "▁} ),", + "▁}) ,", + "▁ }),", + "vol ume", + "▁про из", + "▁Tr aining", + "▁Tra ining", + "▁Train ing", + "a ñ", + "▁f ois", + "▁foi s", + "▁fo is", + "▁т ри", + "▁ три", + "в ня", + "▁opt imal", + "▁optim al", + "▁sub scription", + "▁subs cription", + "▁ subscription", + "br idge", + "brid ge", + "b ridge", + "im ental", + "iment al", + "imen tal", + "▁Th ink", + "▁\" ;", + "▁ \";", + "▁leg isl", + "▁legis l", + "▁H op", + "▁Ho p", + "▁br anches", + "▁branch es", + "▁V eg", + "▁Ve g", + "▁s print", + "▁spr int", + "▁fl ux", + "▁flu x", + "▁Fr eder", + "▁Fre der", + "▁Fred er", + "si s", + "s is", + "not ify", + "▁Ф ран", + "so m", + "s om", + "ny m", + "n ym", + "▁R é", + "le tt", + "let t", + "l ett", + "ing ham", + "▁F arm", + "▁Far m", + "▁Fa rm", + "DO M", + "D OM", + "▁sh ield", + "He re", + "Her e", + "H ere", + "▁T reat", + "▁Tre at", + "▁Lu ke", + "▁un safe", + "an ton", + "ant on", + "anto n", + "▁Im per", + "▁Imp er", + "▁tele phone", + "▁un lock", + "▁ unlock", + "Own er", + "col lection", + "coll ection", + "collect ion", + "▁s nd", + "▁sn d", + "▁ snd", + "▁su iv", + "▁ent ering", + "▁enter ing", + "ше н", + "ш ен", + "▁L abel", + "▁La bel", + "▁Lab el", + "▁ Label", + "se lector", + "sel ector", + "select or", + "▁G ET", + "▁ GET", + "▁qu ando", + "▁quand o", + "▁f ed", + "▁fe d", + "▁ fed", + "j Query", + "Or igin", + "▁A lan", + "▁Al an", + "math scr", + "▁pregn ant", + "▁preg nant", + "Ex pect", + "Exp ect", + "re sources", "res ources", - "Ġaff inity", - "Ġdown v", - "Ch ain", - "rie ve", - "Ġredes ign", - "B ath", - "in formed", - "Ġlarg o", - "ĠBrow ser", - "ĠAv ailability", - "åĪ Ľ", - "0 16", - "Ġa ster", - "Ġpro por", - "Ġremind ers", - "Ġhel per", - "Ġre ap", - "ĠD ob", - "Ġdivid ends", - "Ġcorrect ions", - "æŁ IJ", - "Ġempower ment", - "ĠR ated", - "Ġpesso as", - "Ġag li", - "ĠSupp lies", - "at ies", - "ĠS CH", + "resource s", + "▁er sten", + "▁erst en", + "▁ers ten", + "▁erste n", + "al ia", + "ali a", + "a lia", + "▁ret ired", + "▁retire d", + "û t", + "Cr ed", + "C red", + "▁m éd", + "▁mé d", + "▁e rh", + "▁er h", + "Frame work", + "Sl ot", + "S lot", + "d uration", + "sa l", + "s al", + "▁com position", + "▁compos ition", + "art icle", + "gp u", + "g pu", + "▁per mitted", + "▁perm itted", + "▁permit ted", + "▁F ont", + "▁Fo nt", + "▁ Font", + "▁M uch", + "▁Mu ch", + "▁p ending", + "▁pen ding", + "▁ pending", + "▁ag encies", + "Column s", + "▁k lik", + "▁kl ik", + "▁r ating", + "▁rat ing", + "▁ra ting", + "▁ rating", + "min d", + "mi nd", + "m ind", + "▁Penn sylvania", + "J ava", + "ab stract", + "abs tract", + "▁d umb", + "▁du mb", + "▁V I", + "▁ VI", + "us a", + "u sa", + "Rem ote", + "▁YO U", + "▁C reek", + "▁Cre ek", + "ма ти", + "мат и", + "Bot tom", + "B ottom", + "▁roll ing", + "▁ rolling", + "▁b undle", + "▁bund le", + "▁ bundle", + "▁g olf", + "▁gol f", + "gp io", + "g pio", + "▁Ch air", + "▁Cha ir", + "▁c ls", + "▁cl s", + "▁ cls", + "$ }", + "▁Par liament", + "f ühr", + "Man y", + "Ma ny", + "M any", + "▁S ep", + "▁Se p", + "▁ Sep", + "▁bad ly", + "ig i", + "i gi", + "▁Geme inde", + "Il l", + "I ll", + "▁А н", + "ua rt", + "uar t", + "u art", + "it empty", + "item pty", + "▁N iger", + "▁Ni ger", + "▁im migr", + "▁imm igr", + "Su per", + "Sup er", + "S uper", + "v á", + "ist ribute", + "istribut e", + "Hel pers", + "Helper s", + "Help ers", + "▁w aters", + "▁water s", + "▁wat ers", + "▁wa ters", + "▁join ing", + "▁jo ining", + "om itempty", + "▁Other wise", + "▁H ost", + "▁Ho st", + "▁ Host", + "▁re dd", + "▁red d", + "▁d y", + "▁ dy", + "▁con verted", + "▁convert ed", + "▁conver ted", + "▁pr ayer", + "▁pray er", + "▁pra yer", + "▁У краї", + "▁Укра ї", + "▁e lections", + "▁elect ions", + "▁ele ctions", + "▁election s", + "re b", + "r eb", + "er ie", + "eri e", + "e rie", + "▁с вя", + "Ab s", + "A bs", + "ie mbre", "iem bre", - "Ġnep hew", - "Ġsubur ban", - "ĠP iano", - "ĠNavig ation", - "at an", - "Ġover sized", - "itt on", - "Ġstr ands", - "ator ial", - "Ġemb ell", - "Ġcommand ed", - "Ġsp it", - "ĠCent ro", - "èĥ Į", - "ĠMess enger", - "ast o", - "aster y", - "Ġfore see", - "DU CT", - "Pr inc", - "Techn ology", - "arg v", - "An na", - "ĠPay ments", - "Ac ad", - "Ġsincere ly", - "âĢĿ /", - "Ġneighb ours", - "ÃŃst icas", - "Ġsacrific es", - "Ġconce aled", - "associ ated", - "ĠP ref", - "Se gment", - "o ce", - "ĠL ap", - "Ġmot ives", - "A st", - "Ġst ing", - "ĠSt uff", - "Ġschool ing", - "ĠNot ification", - "Inst agram", - "Ġcheer ful", - "Ġmurm ured", - "ib o", - "il io", - "ĠF lying", - "Ġag on", - "bl r", - "! âĢĻ", - "V it", - "Ġd f", - "Ġcho ir", - "IP P", - "Ġeffort less", - "ĠJackson ville", - "Ġpreg unt", - "ĠPrag ue", - "Ġch ac", - "ick i", - "load er", - "s ymbol", - "ĠShe pherd", - "Ġden en", - "Ġbes poke", - "Ġserv icing", - "Ġsepar ating", - "ĠAven gers", - "Ġt earing", - "Ġsu nd", - "ĠPr inter", - "Ġrecon nect", - "ĠWe in", - "Ġclass y", - "Ġder ive", - "Al t", - "Ġstream line", - "RE CT", - "R od", - "Ġstrateg ically", - "ĠB out", - "Ġdes criptive", - "ĠMan agers", - "35 2", - "ra ising", - "ĠFl ood", - "ĠDise ases", - "id ine", - "ant al", - "Ġinto x", - "Ġide als", - "Ġpou ch", - "çĶŁ æ´»", - "ain te", - "ick Ã", - "uh an", - "ĠCompar ison", - "Ġc out", - "Ġdist urbed", - "whe ther", - "arn ation", - "ĠPenn y", - "ĠÎ ±", - "æĻ ļ", - "Que en", - "rosso ver", - "Ġincar cer", - "Ġright ly", - "Ġaspir ing", - "ĠM ED", - "ul os", - "and i", - "Ġimpact ing", - "ustral ian", - "I K", - "Ġra pper", - "Ġbes onders", - "t ouch", - "Ġp avement", - "Ġobs ess", - "Ġrom an", - "Ġpost o", - "iqu ette", - "la us", - "G overnment", - "inc re", - "ch oice", - "Ġpiv otal", - "T IM", - "h ig", - "qu ad", - "spe aking", - "Sn ap", - "ĠConvers ation", - "ĠB ek", - "ure nt", - "Ġexpl or", - "Ġget away", - "Ġb ios", - "ĠT Ã", - "âĢĶ .", - "(- )", - "8 20", - "ĠH ors", - "ĠCr icket", - "ç§ ¦", - "qu oise", - "ĠR in", - "ĠY orkshire", - "Ġterm inated", - "En able", - "ç» Ĩ", - "å¯ Ł", - "C oun", - "ĠD ip", - "Ġbl ond", - "Ġric hes", - "ie gel", - "ĠMy anmar", - "fe it", - "ik ation", - "ĠSav ings", - "ĠD rivers", - "Ġra v", - "ĠÐ ¸", - "Ġpra kt", - "Sw itch", - "ĠV atic", - "Ġpr atique", - "valid ate", - "ĠAb bey", - "uel lement", - "Ġgro ove", - "it ism", - "cl one", - "bl ocks", - "inc ia", - "Ġpred icting", - "èĦ ļ", - "M Y", - "ĠT ian", - "ĠK och", - "Ġcr ist", - "UL D", - "FORMA TION", - "Ġmet eor", - "He at", - "ĠW S", - "ĠW ins", - "Ġcard io", - "Ġrel acion", - "ament os", - "CR IP", - "Ġm RNA", - "nd ef", - "ĠHand book", - "Ġmaj ors", - "Ġneat ly", - "Ġhe ars", - "ĠP ET", - "Ġch iar", - "Ġcomb in", - "å® £", - "Ġcoll aps", - "Ġvisual ize", - "Ġcommer cially", - "b m", - "Ġv ene", - "ĠRub ber", - "ĠW rong", - "ĠG utenberg", - "art an", - "Ge org", - "ren o", - "Ġenf erm", - "Ġpine apple", - "O ri", - "Ġt ighter", - "Ġd ome", - "Ġg in", - "Ġdet to", - "Ġstand alone", - "ĠNE VER", - "Ġjurisdict ions", - "Ġd iced", - "Ġkinderg arten", - "Ġscreen ed", - "Ġdigit ally", - "An im", - "S afety", - "Ġso aked", - "Con struct", - "ess i", - "ile e", - "Cl uster", - "Ġcompl iments", - "Ġintr insic", - "od ore", - "ĠBar on", - "Ġmiej sc", - "Ġl ure", - "ill ation", - "29 3", - "Ġrev ital", - "ĠSep ar", - "bn b", - "Ġpre aching", - "Ġexperiment ing", - "re to", - "Ġdev iation", - "Ġp ues", - "hab i", - "Ġflat ten", - "ell ation", - "gh i", - "Ġsub reddit", - "ĠSpring field", - "Ġtack les", - "F iled", - "Ġsur geries", - "AP TER", - "Ġbrief ing", - "Ġwh ichever", - "ĠH og", - "ĠBo om", - "Ġspect acle", - "Ġab bre", - "Ġem bed", - "Ġm ots", - "Ġbl oc", - "Ġbed rij", - "ĠProdu cer", - "Ġl uz", - "res o", - "te c", - "ĠEth an", - "ĠLapt op", - "ĠS OL", - "ĠF usion", - "Ġsix teen", - "ĠPak istani", - "ĠM ia", - "Ġin vers", - "Ġtop ical", - "ĠðŁ Ĵ", - "ĠIde a", - "Ġsovere ignty", - "d ry", - "Ġmain land", - "Ġlon eliness", - "L IST", - "ĠY ard", - "ĠSh ift", - "38 4", - "Ġgro ÃŁe", - "Ġli abilities", - "f ax", - "ĠIns ight", - "Ġreceipt s", - "Ġprejud ice", - "Ġdi abetic", - "ĠG RO", - "' ../", - "ĠB esch", - "ĠNov el", - "ĠLiter ary", - "Brit ish", - "H it", - "Ġd ab", - "Ġle er", - "28 6", - "Ġpet rol", - "f ahren", - "il is", - "ĠB ing", - "Ġen vy", - "Ġes pañ", - "br ight", - "(\" \\", - "quir ies", - "ĠR az", - "Ġcross es", - "3 19", - "Ġm ats", - "ĠD w", - "ust ed", - "Se quence", - "Ġshel ters", - "G all", - "re in", - "Ġsl ick", - "ĠCan vas", - "prof essional", - "Ġbrack ets", - "Ċ ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", - "con sole", - "è´ µ", - "Ġprosecut or", - "When ever", - "ĠA J", - "Ġrel ativ", - "ern s", - "Ġanim ations", - "Reg istry", - "许 å¤ļ", - "ĠRoche ster", - "ĠSus p", - "Ext ension", - "ĠPf izer", - "4 12", - "ĠL ak", - "ĠL ORD", - "sp oken", - "Ġmis ery", - "en f", - "Ġm ell", - "80 1", - "in el", - "Ġat te", - "ĠPok émon", - "Ġpl ata", - "ON S", + "i embre", + "hol ders", + "hold ers", + "holder s", + "▁R ol", + "▁Ro l", + "ut schen", + "uts chen", + "utsch en", + "utsche n", + "▁G h", + "ter y", + "te ry", + "t ery", + "ан г", + "а нг", + "▁narr ative", + "min us", + "m inus", + "▁I ron", + "▁Ir on", + "=\" #", + "▁w and", + "▁wa nd", + "▁ wand", + "▁w ished", + "▁wish ed", + "▁wis hed", + "ic ode", + "ico de", + "i code", + "or r", + "o rr", + "[ [", + "▁detect ed", + "▁municip al", + "▁P our", + "▁Po ur", + "▁S erv", + "▁Se rv", + "▁Ser v", + "▁ Serv", + "cite t", + "cit et", + "c itet", + "▁g rey", + "▁gr ey", + "▁gre y", + "▁R ap", + "▁Ra p", + "▁v oy", + "▁vo y", + "▁l leg", + "▁ll eg", + "▁cur rency", + "▁curr ency", + "▁ currency", + "▁S cript", + "▁Sc ript", + "▁ Script", + "str ument", + "stru ment", + "▁expect ing", + "▁t ickets", + "▁tick ets", + "▁ticket s", + "▁b ucket", + "▁buck et", + "▁ bucket", + "eg r", + "e gr", + "▁j acket", + "▁jack et", + "dr v", + "d rv", + "▁lo ans", + "▁loan s", + "▁k ann", + "▁kan n", + "▁ka nn", + "▁integr al", + "▁character istics", + "▁characteristic s", + "(\" .", + "( \".", + "▁man ual", + "▁d ynamics", + "▁dynam ics", + "▁dynamic s", + ": *", "sh a", - "Ġt ents", - "Ġpro jekt", - "Ġet wa", - "che in", - "Ġlou der", - "ĠBris bane", - "G erman", - "Ġexpl ode", - "B LE", - "m ere", - "Trans port", - "Ġréal ité", - "C raft", - "Ġnov ice", - "ĠFe aturing", - "Ġk ost", - "ĠJ ude", - "Ġup hol", - "Japan ese", - "b ike", - "Ġse ize", - "Ex pr", - "ĠRou lette", - "en vironment", - "Ġover flow", - "ĠDam age", - "ĠPolic ies", - "Ġrel iance", - "ator io", - "Ġstation ary", - "Ġsl ate", - "ĠRes et", - "Ġchang er", - "lean or", - "p ots", - "Î »", - "ĠSt im", - "ĠComp ared", - "cu ador", - "Ġneu rological", - "ail leurs", - "ST A", - "Ġbath ing", - "Ġther most", - "g rowth", - "¿ ä", - "ĠBrew ing", - "Ġpiv ot", - "A uf", - "ĠNorm ally", - "on ian", - "ĠV ital", - "ÃŃ ses", - "çĶ »", - "und i", - "Ġbest en", - "Ġs urn", - "Un ion", - "G ate", - "ĠE g", - "ĠIn cluding", - "ĠBoot s", - "éĿŀ 常", - "em aker", - "Ġha irc", - "Ġmat éri", - "Ġsimilar ity", - "Ġdin ners", - "Ġtack ling", - "Ġsens ations", - "ve is", - "ĠN ina", - "iv ot", - "Ġinflu encers", - "ig ail", - "ĠH ide", - "get own", - "Ġcr ank", - "Me asure", - "Ġfell ows", - "ĠBur ger", - "ĠR ack", - "è§ Ĵ", - "Ġcy tok", - "Ġfu era", - "prim ary", - "Ċ ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", - "Ġl one", - "ĠE TH", - "ĠK nown", - "çľ ģ", - "ĠNeigh borhood", - "à ĸ", - "ount y", - "Ġins ol", - "m ort", - "ĠS icher", - "60 6", - "Ġiter ation", - "o que", - "ĠM itar", - "ĠR ED", - "ody n", - "Ġmiss iles", - "I ron", - "ss a", - "Ġra ins", - "ĠAm elia", - "Ġhus bands", - "Ġletz ten", - "ĠR aven", - "ĠSh irt", - "ĠLag os", - "Ġpredecess or", - "c apt", - "hed dar", - "ĠHol ocaust", - "åĭ ĩ", - "ĠOptim ization", - "l ift", - "ĠS isters", - "est ro", - "LE Y", - "ĠFrank furt", - "Ġemphas izes", - "ĠB ali", - "Ġmor ale", - "Ġwor ms", + "s ha", + "re ens", + "ree ns", + "reen s", + "on ical", + "oni cal", + "onic al", + "▁to ile", + "añ a", + "a ña", + "▁d istant", + "▁di stant", + "▁dist ant", + "▁hand led", + "▁handle d", + "Bo ol", "B ool", - "og h", - "ult an", - "ĠLe ist", - "Ġsqu irrel", - "7 60", - "U ri", - "ĠK auf", - "oint ment", - "Ġb ins", - "Ġun ser", - "28 9", - "Un ique", - "H u", - "t imer", - "Ġal tre", - "Ġch assis", - "ĠZ usammen", - "An ne", - "Co ord", - "Ġru pt", - "S ky", - "ĠT OP", - "å® ¢", - "Ġupt ake", - "ĠSpect rum", - "ist les", - "Ġconc ur", - "Ġmind ed", - "Ġri ot", - "with standing", - "Ġdraft ing", - "Ġthe or", - "ato ire", - "æľĢ åIJİ", - "dig it", - "Ġsubsid ies", - "Ġcor po", - "ĠProduct ions", - "Ġinterpret ations", - "ĠAD D", - "Ġto re", - "ĠW ings", - "Ġj apan", - "ÈĽ ia", - "P y", - "Ġme glio", - "Ġam mon", - "Ġend ured", - "ĠBl ind", - "Ġap enas", - "po ch", - "Ġasc ertain", - "Cam era", - "Ī ä", - "Ġs ock", - "ĠJ i", - "Tr ade", - "ĠWest minster", - "Ġpoll ing", - "od u", - "Ġmort ar", - "Ġvast ly", - "ĠJac obs", - "ry stal", - "Ġover r", - "Ġconf ort", - "Ġmar itime", - "ĠBen efit", - "Ġpsych ologist", - "Ġnom inal", - "ĠU PS", - "der abad", - "Ġban anas", - "ĠBird s", - "Ġeigen en", - "8 10", - "Ġl ite", - "LE X", - "Ġvari ability", - "Ġd art", - "Ġan k", - "Ġin ward", - "Ġup stream", - "ĠZ a", - "Ġpoint less", - "ĠBund le", - "ĠlÃŃ nea", - "ĠS ão", - "ĠPre c", - "Ġadm ired", - "Ġamb ulance", - "\" ${", - "Q UI", - "ĠK raft", - "29 1", - "å· ¨", - "ĠSat isf", - "Ġne c", - "ä g", - "Ġsil icon", - "ĠR ocket", - "Ġreflect ions", - "Ġdar auf", - "Hen ry", - "k at", - "Ġser ont", - "ĠTrans ition", - "ĠCongress ional", - "Ġcultiv ate", - "ĠHawai ian", - "r ame", - "Ġgentle men", - "ë l", - "+ -", - "ĠG in", - "ĠMed ic", - "Ġgig g", - "Ġintest inal", - "L y", - "S her", - "Ġb innen", - "ĠBl end", - "al ion", - "Ġal oud", - "to Be", - "Ġcirc ulating", - "ĠFred die", - "Ġst up", - "lic hes", - "Ġins ieme", - "Ġgest ures", - "Ġhorr ific", - "ĠGD PR", - "Ġcongest ion", - "r ás", - "ĠB ibli", - "26 8", - "Ġle thal", - "ĠSpirit ual", - "ĠEin stein", - "Ġs oooo", - "ĠLe eds", - "Ġsol vent", - "f b", - "Ñ ķ", - "ex c", - "Ġsk irts", - "Ġopp ression", - "ING TON", - "OO OO", - "c ou", - "ĠN ate", - "ĠK ai", - "Ġcru c", - "Ġtranqu il", - "O fficial", - "m ol", - "Ġein ige", - "Ġcredit ors", - "Ġpi ace", - "S yn", - "he ure", - "ow ym", - "Ġimp osing", - "Com puter", - "do ctor", - "Ġindul ge", - "an other", - "op al", - "Ġpe ach", - "Ġindust ri", - "Ġrenov ated", - "Ġunder went", - "\"\" ;", - "Ġfur ious", - "P ak", - "c ream", - "ol ate", - "Com o", - "Ġbur ial", - "Ġpersu ade", - "g eme", - "Ł ä¸į", - "Ġst riving", - "Ġwith drawn", - "ĠL ing", - "Ġpa ar", - "åį ·", - "Ġcollabor ations", - "Ch air", - "Ġsh oved", - "og rams", - "Ġke ynote", - "Ġintegr ates", - "Ġroof s", - "Ġthin ner", - "çĭ ¬", - "8 77", - "B a", - "I o", - "Ġtim p", - "ç ¯", - "uebl o", - "p ull", - "ĠC G", - "äºİ æĺ¯", - "ĠAur ora", - "ĠS ons", - "Ġst ellen", - "ĠL C", - "Ġgra ves", - "ĠInspect or", - "ĠB iblical", - "ĠTr im", - "40 8", - "Ġrain fall", - "ĠT P", - "ote ch", - "Ġgi ov", - "ew orthy", - "Ġvital ity", - "Ġreb ound", - "Ġnot ions", - "ff er", - "Ġcertain es", - "ĠBelg ian", - "z ier", - "is in", - "oresc ence", - "Ġer otic", - "ĠInst itution", - "Ġlabel ing", - "Ġscrat ches", - "Ġre z", - "ee ee", - "Ġje opard", - "ĠSalv ador", - "Ġsilhou ette", - "D b", - "Ġd aring", - "ĠCl ock", - "f ono", - "Ġr ud", - "The me", - "å· ¦", - "Ġcur led", - "Ġvis c", - "ĠCas ual", - "Ġseek ers", - "Trans fer", - "Ġlear ner", - "X ml", - "Ġsh attered", - "50 4", - "Ġveter inary", - "ĠImpro ved", - "ĠSud denly", - "è Ĺı", - "if ndef", - "ĠV C", - "Ġmin ers", - "ĠP ens", - "Ġheart beat", - "ê m", - "Ġmal aria", - "Ġsynt h", - "Ġg dy", - "vert ure", - "Ġun att", - "ĠLast ly", - "Ġih m", - "Ġtradem arks", - "Pl atform", - "Ġvent ures", - "I ENT", + "▁pe nal", + "▁pen al", + "▁Th ings", + "▁prom inent", + "▁ex ped", + "▁exp ed", + "▁He lp", + "▁Hel p", + "▁ Help", + "▁a sp", + "▁as p", + "▁ asp", + "la p", "l ap", - "ĠB ags", - "ĠGovern ance", - "Ġdistract ions", - "Ġuphol st", - "Ġo ath", - "Ġpre requis", - "ĠAl ready", - "Ġrepair ing", - "ĠEll iott", - "h ub", - "oc ese", - "dat aset", - "Ġpear l", - "éĿ© åij", - "Ġt idy", - "Ġco efficient", - "Ġplaus ible", - "h ler", - "Ġse aling", - "Ġmir acles", - "Ġsiè cle", - "Ġret ains", - "ĠW ii", - "se at", - "ĠK atherine", - "st arter", - "be eld", - "Ġdisc rete", - "en y", - "Ġm alt", - "ĠPro per", - "Ġregul ating", - "Gener ally", - "abil idad", - "in ant", - "Ġo val", - "ĠS ources", - "ov ak", - "Ġinf usion", - "Ġcommercial s", - "Ġunem ployed", - "Ġtoug her", - "en ie", - "Ġin effective", - "ĠSh ane", - "ĠLe an", - "Ġexpl ic", - "Ġbiod iversity", - "t ight", - "ores cent", - "Ġconver ts", - "Ġstair case", - "ry ch", - "Last ly", - "Ġwithdraw als", - "ĠThe ma", - "Ġsu pers", - "Ġlate x", - "Mult iple", - "Ġrabb its", - "Ġinacc urate", - "Ġu sted", - "Ġmess enger", - "Ġst igma", - "ĠR D", - "ĠU pload", - "ik an", - "ĠImplement ation", - "N ach", - "Ġc iÃ", - "En v", - "Gl ad", - "Ġfault y", - "Ġcolon ies", - "Ġcryst all", - "ĠO u", - "Ġdiff usion", - "ĠTry ing", - "Ġunter stÃ", - "Ġsubur bs", - "Ġpro x", - "Ġbo iled", - "33 8", - "ĠDel uxe", - "cknow led", - "Ġlocks mith", - "odyn amic", - "Ġen closure", - "aw ait", - "Not ice", - "ĠAdv antage", - "ç« ł", - "ĠM olecular", - "ĠZ imbabwe", - "ĠIns ert", - "ĠInterest ingly", - "ĠIC U", - "pl ants", - "Ġbr aces", - "ĠSh ower", - "Ġalle en", - "Ġm au", - "our d", - "Ġwork flows", - "Gr ace", - "ĠT RA", - "Ġpro claim", - "Ġboss es", - "ĠPat ent", - "Lou is", - "Ġsh akes", - "Ġhead set", - "amb led", - "3 28", - "pro gress", - "Ġpul p", - "f ail", - "Ġterm inals", - "Ġhes itation", - "neg ative", - "Ġc ors", - "Ġbu en", - "ty pen", - "ism us", - "ĠCont ainer", - "ren s", - "o ing", - "Ġn aval", - "Ġsc ooter", - "Ġcomput ation", - "Sl ot", - "Ġflaw less", - "ick é", - "ĠProm otion", - "ellect ual", - "Ġunlaw ful", - "enn ial", - "Ġhomes chool", - "F ortunately", - "ĠP U", - "Ġha unted", - "ĠK ard", - "mod ules", - "Ù Ĭ", - "Ġin duct", - "Ġpod ium", - "inar ian", - "ĠFarm s", - "Ġstrengthen ed", - "p ine", - "st reet", - "Ġy ell", - "# !", - "b ars", - "f ires", - "el p", - "ĠC lem", - "Je an", - "Ġpestic ides", - "ĠBr ace", - "E mp", - "Ġmay o", - "Z Z", - "ĠL V", - "70 3", - "Ġcomplex es", - "Ġdial ect", - "ih ad", - "Ġday time", - "Ġport folios", - "ĠNetwork ing", - "Ġvag inal", - "Ġre usable", - "Ġu cz", - "gan o", - "Ġsl aughter", - "Ġboost s", - "ĠDecl aration", - "ĠH ole", - "3 32", - "Ġj ohn", - "ðŁ ij", - "æĬ ķ", - "conf idence", - "R F", - "r ut", - "iver ing", - "Ġouts ourcing", - "K K", - "f m", - "if ie", - "ĠV II", - "Ġmot to", - "ĠPri est", - "crit ical", - "Ġd ancer", - "ĠS ig", - "Ġent ails", - "ĠQ UE", - "ER N", - "Ġsocial ist", - "ios a", - "Found er", - "INS ERT", - "com a", - "Ġpat ented", - "Ġtestim onials", - "ĠWinds or", - "h äng", - "m iah", - "Ġd arn", - "Ġst amina", - "Ġres ides", - "ĠCom prehensive", - "Ġbast ard", - "M ex", - "ĠP irates", - "Ġcost ing", - "ĠT ABLE", - "Ġman ic", - "C hem", - "N u", - "is ia", - "ĠB ound", - "ĠF ul", - "Ġsh am", - "Ġann ée", - "h orn", - "l ene", - "Ġac uerdo", - "ĠDirect ions", - "Ġpou ltry", - "ĠP ep", - "Ġas ympt", - "ys on", - "Ġimp uls", - "Ċĉ ĠĠĠĠ", - "ĠNe o", - "ĠChe ers", - "Bl ood", - "Ġtouchdown s", - "J ay", - "Str ategy", - "Ġquot id", - "w right", - "Ġle asing", - "Ġk dy", - "ä¸ ¥", - "c mp", - "Ġsh immer", - "ĠO le", - "ĠSpec ifications", - "Ġraz or", - "7 10", - "Ġrec ol", - "sh aring", - "Ġintimid ating", - "ou re", - "Ġcl asse", - "ĠBe ispiel", - "Ġfav ors", - "Ġsand y", - "Ġmyster ies", - "Ġvag ina", - "ĠDraw ing", - "Ġreun ion", - "ĠD ul", - "act ing", - "ĠPack ers", - "ĠSat urn", - "nost i", - "ĠCh ick", - "Ġra ggi", - "head ers", - "ĠBrown s", - "Ġdesarroll o", - "Ġh amm", - "ĠB amb", - "fl at", - "ĠHold ing", - "ĠFact ors", - "is ée", - "ĠB ac", - "ac ÃŃ", - "ĠAr med", - "sp in", - "le q", - "Ġab st", - "cl oth", - "Ġz aj", - "ĠKenn eth", - "sens itive", - "G amma", - "Ù Ī", - "ĠMor occo", - "ĠM itch", - "29 4", - "E th", - "r out", - "s ac", - "ĠRes erved", - "x d", - "ĠR é", - "ĠEnt ity", - "ĠLif estyle", - "Part y", - "Ġc ries", - "ĠT ort", - "ver bs", - "ĠAd mission", - "ĠApp end", - "ĠJul iet", - "ĠL ori", - "Ġfire wall", - "ECT ION", - "Ġpref ers", - "third s", - "Ġpers istence", - "ĠTrans lation", - "uj emy", - "trans fer", - "Lov ely", - "le ad", - "Ġdecl aring", - "b ai", - "Ġc ue", - "Ġsh ines", - "Ġdis ast", - "åĸ Ħ", - "Ġfuer on", - "Ġwsp Ã", - "ĭ éĹ´", - "ĠD anger", - "ĠG ore", - "Aut hent", - "ĠDisc uss", - "ing ers", - "Ġvol cano", - "Cl ub", - "è¯ »", - "det erm", - "G ra", - "ĠL enn", - "Ġnicht s", - "50 2", - "Ġrun way", - "Ġincom pet", - "Ġplag iar", - "Ġexcer pt", - "Ġout going", - "ĠAl umni", - "Ġple in", - "ĠD U", - "ĠH ag", - "res olution", - "Ġgl oom", - "Ġstere otypes", - "pol icy", - "ĠH ollow", - "ĠL ands", - "con o", - "ä» į", - "Be an", - "Ġdar ling", - "Ġnou v", - "A U", - "le arn", - "Ġadv ising", - "æ¥ ļ", - "Ġinspect or", - "Ġghost s", - "Ġr aced", - "CC ESS", - "se ctions", - "ĠCh ic", - "Ġdisc reet", - "h le", - "es per", - "Ġo at", - "Ġcommun al", - "ĠReg istry", - "p unk", - "Ġp uff", - "Ġo ily", - "Ġn oun", - "Ġinc omes", + "▁A uth", + "▁Aut h", + "▁Au th", + "▁ Auth", + "Bas ic", + "ach uset", + "▁B ild", + "▁Bi ld", + "▁Bil d", + "▁ent itled", + "▁j ag", + "▁ja g", + "▁reject ed", + "▁m emor", + "▁me mor", + "▁mem or", + "▁memo r", + "or ts", + "ort s", + "▁ap plies", + "▁appl ies", + "▁L anguage", + "▁ Language", + "spec ific", + "achuset ts", + "HA ND", + "H AND", + "▁R oute", + "▁Ro ute", + "▁Rou te", + "▁ Route", + "mark et", + "mar ket", + "▁K y", + "▁p ose", + "▁pos e", + "▁po se", + "▁ pose", + "AC HE", + "ACH E", + "po ll", + "pol l", + "p oll", + "▁r ocks", + "▁ro cks", + "▁rock s", + "bo ne", + "bon e", + "b one", + "▁D IS", + "▁DI S", + "▁ DIS", + "W atch", + "▁sm iling", + "ри о", + "Mon th", + "Mont h", + "▁e fter", + "con struct", "const ruct", - "3 27", - "is Empty", - "ĠI th", - "ĠĠ ĊĠĠ", - "ie go", - "ĠBr uno", - "\\ (", - "Ġo ceans", - "Ġm ujeres", - "ĠU rs", - "Ġread iness", - "ĠRes ident", - "ĠTrans it", - "Ġbroadcast ing", - "ĠNew port", - "Ġmil ieu", - "Ġprogress ed", - "Jose ph", - "CON FIG", - "ĠHug o", - "Ġceremon ies", - "Ġco venant", - "Ġmed iation", - "ula ire", - "å®Į åħ¨", - "0 19", - "ĠH ear", - "ĠAr row", - "Ġlabor atories", - "6 25", - "Ġre active", - "Ġout patient", - "Ġwhat s", - "ĠComp ensation", - "Ġcro re", - "tem ps", - "ĠHait i", - "ĠRec on", - "ĠSem inar", - "E le", - "Ġwer d", - "Ġdefend ers", - "Ġlip stick", - "Str ong", - "ĠMar ian", - "H ier", - "Y PE", - "Ġt ad", - "Ġc ores", - "Ġm ans", - "av it", - "ain ting", - "Ġric her", - "ĠProdu kt", - "D og", - "ĠC um", - "ur ile", - "ĠD ios", - "ĠAn xiety", - "par alleled", - "Ġminimal ist", - "Ġus ar", - "Ġfluct uations", - "ĠKash mir", - "Ġover load", - "Ġgra bs", - "ĠReal ty", - "Ġh ull", - "Ġam munition", - "Ġreb el", - "gener ic", - "est hetic", - "Ġnouv elles", - "so lete", - "Ġchar ism", - "ĠInvest igation", - "Ġreal izes", - "che l", - "Ġstory line", - "Ġgest ion", - "Ġadvoc ating", - "A round", - "ĠA ly", - "Ar thur", - "De legate", - "Ġten emos", - "o ires", - "ĠD re", - "ess ment", - "Ġspeed ing", - "Ġembro idery", - "Ġs ack", - "ĠS print", - "ĠIn ch", - "Ġlim p", - "ĠMart inez", - "ba um", - "åĩº æĿ¥", - "Ġguitar ist", - "Ġorche stra", - "T IME", - "ed or", - "Ġcar rot", - "Ġpar fois", - "Ġvis ite", - "Ġjourn ée", - "Ġalgun as", - "ak k", - "R oad", - "ĠRes ume", - "het ically", - "ETH OD", - "L i", - "Ġdef enses", - "d ating", - "Ġor den", - "ĠG n", - "w yn", - "Ġc emetery", - "an uts", - "ĠC ove", - "ĠL una", - "Ġem oc", - "Ġpropos es", - "ĠF ragen", - "Ġess a", - "29 6", - "ĠP unk", - "ĠW rap", - "ĠE B", - "time out", - "Ġr anged", - "ĠBro ken", - "Ġne o", - "we ather", - "ST EM", - "Ġcoc aine", - "Ġpeel ed", - "Ġintroduct ory", - "Ġabd omen", - "aw k", - "ĠTop ic", - "çŃ Ķ", - "Ġb b", - "Ġst aggering", - "Ġrec ons", - "ĠPat rol", - "ĠFAQ s", - "Ġcatast rophic", - "W rapper", - "ak o", - "is ans", - "ĠT rees", - "ĠNort on", - "f ried", - "ĠB om", - "ĠPro ven", - "Ġo lig", - "Ġpl ague", - "Ġdo b", - "oss ing", - "Ġpas o", - "åİ ¿", - "Ġspl itting", - "æ ĵ", - "ĠL akers", - "ish ops", - "ĠW C", - "Ġqual i", - "Ġted ious", - "ziÄĻ ki", - "al most", - "ĠPl atz", - "Ġcamp uses", - "ĠSal ary", - "esz cze", - "Ġth irteen", - "ĠA ctor", - "Ġdis charged", - "alt ra", - "Ġsoll ten", - "B ud", - "i ating", - "Ġa os", - "Ġl ame", - "ĠS es", - "å¦Ĥ ä", - "Ġqu arry", - "Ġback ups", - "Ġflour ish", - "dat abase", - "J oy", - "ĠF t", - "ĠGu ess", - "Ġcab bage", - "Ġsplend id", - "Ġ à", - "ert as", - "V ENT", - "Ġwe blog", - "Ġun sc", - "ĠMar cel", - "ĠSa id", - "ĠLes lie", - "ĠMé xico", - "p adding", - "Ġa Å", - "ĠC ycl", - "Ġpl ural", - "å° ļ", - "cha e", - "mus ic", - "ĠCitiz en", - "ag t", - "Ġsk ipped", - "ters on", - "Ġrod z", - "Ġz ach", - "ĠZ h", - "Ġprice y", - "ĠTrans formation", - "ĠBur ke", - "ul ence", - ": #", - "Ġv ow", - "Ġr y", - "ia ison", - "ä¸Ģ å", - "ĠClaim s", - "M ouse", - "éģ Ń", - "Ġlau nd", - "Ġphotograph ic", - "ĠV irus", - "Ġclass mates", - "Ġsty led", - "ĠMethod ist", - "qu ette", - "Ġsur real", - "Ġdirect ive", - "Ġcit ations", - "ĠHy undai", - "heum at", - "L AB", - "M apper", - "alt ro", - "ĠRef uge", - "ĠCN C", - "T X", - "29 7", - "ĠCraw ford", - "c odes", - "ĠG ap", - "ign er", - "34 9", - "Ġremark ed", - "身 ä", - "Ġpres erv", - "ĠSo le", - "rem ely", - "Ġeyeb row", - "Ġsc aled", - "ĠFl a", - "Ġwhis key", - "c out", - "Ġlong ing", - "ĠAct ions", - "function al", - "ĠPart ies", - "acc iÃ", - "Ġimm ortal", - "vent ure", - "af ia", - "Ġp iles", - "Ġv ai", - "Ġnews letters", - "Ġab ide", - "ãģ Ħ", - "sq rt", - "art icles", - "cl ing", - "çļ ®", - "ĠSun shine", - "m ix", - "Ġbe kan", - "ĠEr fahr", - "Ġpit ches", - "ĠRou ge", - "Ġextra vag", - "Ġele kt", - "b ara", - "oph ren", - "çº ¢", - "ĠProced ure", - "f itting", - "g aming", - "Ġpay outs", - "Ġhe ure", - "ess el", - "oper ator", - "Us ually", - "hard t", - "U LE", - "Ġlas hes", - "* >", - "ĠA ST", - "Ġwe g", - "Ġex claimed", - "we it", - "ense mble", - "h rs", - "Ġs omm", - "ĠEx clusive", - "g art", - "Ġman e", - "Ġpo ised", - "Ġbo is", - "ER C", - "Ġhistor ians", - "oqu ine", - "çĬ ¶", - "Ġgrand i", - "Ġbiet en", - "Ġn uit", - "ĠT ucker", - "Ġun ite", - "be iter", - "rim er", - "product s", - "Ġch ir", - "ĠEst ados", - "Ġdesc end", - "0 70", - "Ġst aging", - "Ġopt s", - "ĠCollect ive", - "Ġitiner ary", - ". ](", - "Ġp end", - "Ġest amos", - "ĠSuper man", - "DE X", - "ĠPoly ester", - "æļ Ĺ", - "ins ured", - "Ġhub by", - "Ġpudd ing", - "Ġrest s", - "V ia", - "are th", - "wa Å", - "ĠSel bst", - "ĠW arning", - "ann ie", - "Ġaver aging", - "Ġm ente", - "qu i", - "Ġswe ets", - "Ġpars ley", - "V ec", - "or um", - "ĠM ixed", - "Ġsit o", - "Ġbegin nings", - "Ġsignific a", - "Ġstream lined", - "Ġdetr imental", - "C our", - "Ġins ur", - "Ġseason ing", - "Ġreson ance", - "ĠAbd ul", - "Ġfor c", - "Ġk ale", - "Ġqu atre", - "Ġim b", - "ĠOm aha", - "Ġpill ars", - "Ġgust a", - "Ġsp or", - "Ġpo j", - "ract or", - "fr ames", - "Ġpharmac ies", - "en zie", - "og i", - "Ġdi pped", - "Ġspr inkle", - "TA G", - "= _", - "ber n", - "å® «", - "'] ;", - "ĠBack up", - "ĠHy de", - "ĠHor izon", - "Ġopio id", - "W estern", - "Ġweb inars", - "eral a", - "Ġcharacter ization", - "ĠpÅĻ i", - "STAT US", - "] ))", - "Ġcons oles", - "Ġunder mine", - "Ġproport ional", - "Ġfurnish ings", - "Ġcult urally", - "33 7", - "rad or", - "ARN ING", - "ĠD D", - "RE F", - "Ġw allets", - "Ġsn akes", - "cher y", - "ĠD y", - "ind ivid", - "Ġgr ated", - "Ġdisc arded", - "Ġref rain", - "ĠGu ys", - "ĠLic ensed", - "éĩį è¦ģ", - "3 24", - "d ream", - "p ound", - "ĠV ed", - "par ing", - "ante ed", - "ä¸į åIJĮ", - "Ġharvest ed", - "h yp", - "r än", - "z hou", - "imm une", - "kins on", - "ĠMess ages", - "m uch", - "Ġcall er", - "bird s", - "= \\\"", - "ĠN P", - "Ġinter mitt", - "Ġsign age", - "pre v", - "ĠProv idence", - "4 16", - "Ī å¤ļ", - "Ġh atch", - "ĠAd ri", - "éĿ Ĵ", - "â ī", - "at io", - "Ġins ists", - "rel ations", - "ĠMit gl", - "ĠDiff erence", - "Ġrect angular", - "G Y", - "W M", - "or ption", - "ĠP hen", - "th ood", - "ell aneous", - "Ġinter iors", - "ĠCl aud", - "39 5", - "Ins ert", - "Const ants", - "Ġincap able", - "ĠCiv ic", - "ce m", - "ĠV ec", - "ä¸ ĵ", - "ane ously", - "è´ £", - "] {", - "Ġm apped", - "Ġré uss", - "ĠBas in", - "ĠVin yl", - "Del ivery", - "Ġpostpon ed", - "S olution", - "Ġgen au", - "unt il", - "ĠBur ton", - "ĠD uration", - "Ġcou pling", - "38 6", - "= $", - "Ġst ash", - "pp s", - "yp se", - "Ġdistribut ing", - "Ġdim ensional", - "Ġfour teen", - "Ġs inking", - "ĠB ills", - "enc hed", - "Ġbas in", - "Ġlleg ar", - "Ġpir ate", - "Ġbo ast", - "Ġfr am", - "IM IT", - "dis able", - "ĠPump kin", - "Ġcuer po", - "Ġen ch", - "oss ibly", - "li qu", - "Ġrend re", - "Ċĉĉĉĉĉĉ ĉĉ", - "Ġtransform s", - "æ° ¸", - "Ġliqu ids", - "è´ ¨", - "è· ij", - "Ask Reddit", - "8 40", - "B achelor", - "EN SE", - "Ġconf use", - "33 9", - "ĠT in", - "Ġmed s", - "ĠTe ach", - "ĠQu é", - "Ġrob otic", - "ĠS iem", - "Ġv Å¡", - "Ġinter personal", - "ä¸Ģ 缴", - "æĪĺ äºī", - "ĠH M", - "VAL UE", - "ĠE scape", - "Ġimag inary", - "åıij çĶŁ", - "ĠPharm ac", - "ĠFern ando", - "A mb", - "Ġbal let", - "d ollar", - "Ġthe ological", - "Ġv Ã¥", - "iz ophren", - "Ġdis respect", - "Ġjoy ful", - "Ġa par", - "Ġsl ider", - "Ġpa ÃŃses", - "Ġfre aking", - "Ġvan ished", - "è¡ £", - "Ġcruel ty", - "Ġsug ars", - "V PN", - "Ġac ab", - "Ġaut ant", - "Ġpriv at", - "ĠCelebr ation", - "Ġmultip ly", - "Ġl itt", - "Ġwe iÃŁ", - "ĠV otes", - "ä ren", - "Ġtext ing", - "æĢ Ĵ", - "Ġneut r", - "Ġvou cher", - "ĠH imal", - "Ġbow el", - "Ġethnic ity", - "S EC", - "el m", - "Russ ia", - "Ġling ering", - "Ġaggress ively", - "ats h", - "Cong rats", - "ĠS oy", - "Ġinvestig ator", - "ĠDem o", - "Ġgro ÃŁen", - "ĠChief s", - "Ġger ade", - "Ġsuperf icial", - "ĠP ablo", - "Ġless en", - "het ical", - "WH AT", - "uche ss", - "ĠI SP", - "Ġatt ic", - "Ġbr unch", - "Des igned", - "ĠI st", - "ĠP ossible", - "Ġbeh old", - "ĠConc ord", - "Ġp az", - "Ġf ading", - "Ġst agn", - "Ġbr idal", - "ĠEl ig", - "Ġple aded", - "äºĮ åįģ", - "C os", - "w olf", - "Ġdiss atisf", - "gener ate", - "skie go", - "3 26", - "T ests", - "Ġe agle", - "ĠS ensor", - "ir ting", - "Ġtr amp", - "Ġbreath able", - "ĠLegisl ature", - "r atch", - "ĠF ake", - "ma al", - "æ ¿Ģ", - "ĠC U", - "Ġproduct o", - "N odes", - "ac ao", - "ĠCh rys", - "Ġcommission er", - "ĠPeters burg", - "9 60", - "Ġt engo", - "ĠT aste", - "ĠN ights", - "Ġcl ot", - "Ġsp ans", - "# :", - "G ro", - "ĠD iss", - "ĠEl im", - "ĠSm oke", - "Pack et", - "Ex c", - "Ġtravel er", - "ĠEd monton", - "ĠJac ques", - "M aria", - "Ġman i", - "Ġnum ero", - "34 2", - "Ġtrou sers", - "Ġtak é", - "Ġm illing", - "Ġg ep", - "Ġp ont", - "ĠB oulder", - "ij o", - "ا Ø", - "al c", - "Ġsitu aciÃ", - "än ner", - "Ġdet ained", - "Ġprogram med", - "Ġver z", - "uk u", - "bet ter", - "K rist", - "ł ä", - "Ġd un", - "ess es", - "reg ulated", - "type of", - "ĠFem in", - "G U", - "Ġal ias", - "nt on", - "all es", - "Ġconnect ors", - "ĠVe hicles", - "ĠPa ula", - "izz ato", - "Ġpes o", - "ĠBoe ing", - "Ġt its", - "UR I", - "Ġhospital ized", - "Ġh ikes", - "ĠT emp", - "ĠEn able", - "Ġsimple ment", - "imm ers", - "UG H", - "Ġsour cing", - "Ġvamp ires", - "Ġecon Ã", - "ĠW ashing", - "rit es", - "ĠCon se", - "ÅĽ l", - "Sc ient", - "Ġeight een", - "FI X", - "ĠNFT s", - "g ica", - "en ary", - "ĠS ere", - "Ġrecomm ending", - "Ġid x", - "ĠTechn iques", - "à Ħ", - "Ġe cht", - "ĠNin ja", - "Ġs ushi", - "or u", - "ĠL af", - "ĠG ather", - "Ġinflu encing", - "Date Time", - "ĠG ol", - "Ġacqu ainted", - "å°± ä", - "ĠUnder ground", - "ĠNord ic", - "st ead", - "ry m", - "B oy", - "u ine", - "ĠBro ker", - "ĠPet ra", - "Ġuniform s", - "Ġdia pers", - "Russ ian", - "Ġcombust ion", - "ĠEn cycl", - "ĠAub urn", - "D EC", - "ĠAn imation", - "ĠTur bo", - "Ġstr on", - "Cons umer", - "Ġnurt ure", - "ĠP ione", - "te le", - "ident ified", - "ĠAnt ar", - "ĠÃī t", - "itud inal", - "ĠVik ings", - "Ġn erd", - "Ġme in", - "ĠK enny", - "Ġant im", - "ĠCro atia", - "ĠPoke mon", - "Ġbe iden", - "ĠH ank", - "ĠDe er", - "ĠRE G", - "sm anship", - "open hagen", - "Ġs ott", - "Ġth umbs", - "am n", - "Ġdon ating", - "uck le", - "f ra", - "ĠK O", - "Ġdispon ible", - "b il", - "ĠF ru", - "ĠL B", - "Ġren amed", - "F ederal", - "ot ics", - "ter i", - "ĠDies el", - "ĠC atch", - "ĠB ien", - "ĠH aha", - "li wo", - "åħ ħ", - "Ġsav vy", - "Ġtorn ado", - "Ġspan ning", + "▁b ands", + "▁band s", + "▁ban ds", + "▁ bands", + "▁collabor ation", + "ни ми", + "ним и", + "gl as", + "g las", + "▁v y", + "▁ vy", + "▁eng agement", + "▁engage ment", + "__ )", + "_ _)", + "▁w ings", + "▁win gs", + "▁wing s", + "ки м", + "к им", + "net je", + "at iva", + "ati va", + "ativ a", + "▁Du ke", + "ле е", + "▁With in", + "▁d ove", + "▁do ve", + "▁c b", + "▁ cb", + "ye rs", + "yer s", + "y ers", + "po w", + "p ow", + "[ (", + "▁evalu ate", + "▁eval uate", + "Point s", + "▁р і", + "▁ рі", + "od igd", + "odi gd", + "on omy", + "ono my", + "onom y", + "▁Ill inois", + "▁T yp", + "▁Ty p", + "▁ Typ", + "▁coord inates", + "▁coordinate s", + "pis ode", + "uck ed", + "uc ked", + "▁f lav", + "▁fl av", + "▁br ands", + "▁brand s", + "▁cal endar", + "▁ calendar", + "Li b", + "L ib", + "▁uit gen", + "▁t ale", + "▁tal e", + "▁ta le", + "▁brief ly", + "▁m ic", + "▁mi c", + "▁ mic", + "RE SS", + "RES S", + "▁sp äter", + "▁integr ated", + "▁integrate d", + "▁cook ies", + "▁cookie s", + "▁uitgen odigd", + "▁P riv", + "▁Pr iv", + "▁Pri v", + "▁ Priv", + "▁phen omen", + "▁vo egen", + "Su pp", + "Sup p", + "S upp", + "▁re fers", + "▁ref ers", + "▁refer s", + "па д", + "▁Cl inton", + "▁Clin ton", + "▁ass ignment", + "▁assign ment", + "in als", + "ina ls", + "inal s", + "i nals", + "▁a sym", + "▁as ym", + "cy cle", + "cycl e", + "c ycle", + "▁And erson", + "▁Anders on", + "▁b inding", + "▁bin ding", + "▁bind ing", + "▁ binding", + "ri que", + "r ique", + "hi nd", + "hin d", + "h ind", + "▁be half", + "▁beh alf", + "▁F le", + "▁Fl e", + "▁break s", + "▁bre aks", + "▁so ap", + "▁ soap", + "ва р", + "в ар", + "▁v ä", + "▁ vä", + "▁c rying", + "▁cr ying", + "▁cry ing", + "▁ →", + "▁m sm", + "▁ms m", + "▁ msm", + "▁bo ots", + "▁boot s", + "ow ing", + "owi ng", + "o wing", + "▁b ell", + "▁be ll", + "▁bel l", + "▁ bell", + "su ite", + "suit e", + "▁Bund es", + "▁Bun des", + "Y ear", + "nd ef", + "nde f", + "n def", + "O ther", + "▁go ogle", + "▁goog le", + "▁ google", + "EN CE", + "ENC E", + "WE R", + "W ER", + "Le s", + "L es", + "Sh ared", + "Share d", + "▁E D", + "▁ ED", + "IF T", + "I FT", + "▁flo ating", + "▁float ing", + "ý m", + "{} ,", + "{ },", + "Bin ary", + "B inary", + "▁ro ce", + "ra j", + "r aj", + "▁be werken", + "B F", + "▁H ur", + "▁Hu r", + "ce n", + "c en", + "▁e re", + "▁er e", + "▁ ere", + "▁c amb", + "▁cam b", + "▁ca mb", + "▁Pak istan", + "▁great ly", + "▁log ging", + "▁ logging", + "/ .", + "Ten sor", + "T ensor", + "▁op ens", + "▁open s", + "▁ opens", + "▁R io", + "▁klik ken", + "▁sc ulpt", + "ap ore", + "apor e", + "w x", + "▁N ich", + "▁Nic h", + "▁Ni ch", + "na n", + "n an", + "▁inj ured", + "com pare", + "comp are", + "compar e", + "th a", + "t ha", + "Sam ple", + "S ample", + "Sh ell", + "She ll", + "S hell", + "▁comm ander", + "▁command er", + "▁re ceiver", + "▁rece iver", + "▁receive r", + "▁h opes", + "▁hope s", + "▁hop es", + "▁ho pes", + "▁b yl", + "▁by l", + "▁pro xy", + "▁pr oxy", + "▁ proxy", + "▁g all", + "▁gal l", + "▁ga ll", + "get Id", + "▁B ab", + "▁Ba b", + "fe ld", + "fel d", + "f eld", + "▁\" _", + "▁H ab", + "▁Ha b", + "sim ple", + "▁execut ed", + "▁execute d", + "▁a te", + "▁at e", + "▁ ate", + "▁an imation", + "▁anim ation", + "▁ animation", + "▁in hab", + "▁бо ль", + "▁r outer", + "▁ro uter", + "▁rout er", + "▁route r", + "▁rou ter", + "▁ router", + "▁gl ob", + "▁glo b", + "▁ glob", + "Ge plaatst", + "▁begin netje", + "▁K ur", + "▁Ku r", + "▁Х а", + "al igned", + "align ed", + "▁cert ificate", + "▁ Å", + ".) .", + ". ).", + "▁s oll", + "▁so ll", + "▁sol l", + "▁Im port", + "▁Imp ort", + "▁ Import", + "ре ди", + "ред и", + "р еди", + "▁pand emic", + "▁n ic", + "▁ni c", + "▁ nic", + "v ä", + "▁G ree", + "▁Gr ee", + "▁Gre e", + "▁S ay", + "▁Sa y", + "▁д і", + "▁ ді", + "▁N um", + "▁Nu m", + "▁ Num", + "▁rough ly", + "▁des pués", + "▁ ​", + "▁spec ify", + "Map per", + "lic ht", + "li cht", + "lich t", + "l icht", + "▁th umb", + "▁ thumb", + "wi e", + "w ie", + "▁un likely", + "▁unlike ly", + "▁ unlikely", + "▁E dd", + "▁Ed d", + "He y", + "H ey", + "▁O pt", + "▁Op t", + "▁ Opt", + "B LOCK", + "во р", + "в ор", + "▁ ×", + "▁b a", + "▁ ba", + "▁period s", + "▁title s", + "▁tit les", + "Me d", + "M ed", + "▁f on", + "▁fo n", + "▁ fon", + "▁b ast", + "▁bas t", + "▁ba st", + "▁ bast", + "▁F orest", + "▁For est", + "▁Fore st", + "▁Fo rest", + "▁ №", + "on ds", + "ond s", + "▁f al", + "▁fa l", + "▁g esch", + "▁ge sch", + "▁ges ch", + "▁ gesch", + "dir ection", + "di rection", + "direct ion", + "dire ction", + "d irection", + "IF Y", + "▁L A", + "▁ LA", + "▁( ((", + "▁(( (", + "▁ (((", + "GT H", + "G TH", + "it udes", + "itude s", + "itu des", + "itud es", + "▁dest ruction", + "▁destruct ion", + "▁J a", + "▁s take", + "▁st ake", + "▁sta ke", + "iffer ent", + "iffe rent", + "▁ident ical", + "▁f og", + "▁fo g", + "▁R eb", + "▁Re b", + "▁ Reb", + "ски е", + "сту п", + "ja x", + "j ax", + "▁M ars", + "▁Mar s", + "▁Ma rs", + "▁hist oric", + "▁histor ic", + "▁V o", + "▁ Vo", + "▁entre pre", + "▁t ension", + "▁tens ion", + "▁W HERE", + "▁WH ERE", + "▁WHE RE", + "▁Phil adelphia", + "Count er", + "Co unter", + "C ounter", + "▁fr ames", + "▁frame s", + "▁fra mes", + "▁fram es", + "▁ frames", + "▁m uy", + "▁mu y", + "e j", + "ö t", + "e u", + "▁че лове", + "PRO C", + "PR OC", + "▁res olved", + "▁resolve d", + "▁ resolved", + "▁t ape", + "▁tap e", + "▁ta pe", + "ци он", + "▁sing ular", + "▁person nel", + "▁M un", + "▁Mu n", + "▁O cc", + "▁ Occ", + "▁scal ar", + "▁ scalar", + "de ss", + "des s", + "d ess", + "▁c able", + "▁cab le", + "▁ca ble", + "be ing", + "b eing", + "▁J enn", + "▁Je nn", + "▁Jen n", + "▁er st", + "▁ers t", + "▁ erst", + "Action s", + "Act ions", + "A ctions", + "Env ironment", + "vi a", + "v ia", + "▁strugg ling", + "▁D VD", + "wh e", + "w he", + "▁throw ing", + "▁thr owing", + "▁thro wing", + "Bound s", + "B ounds", + "▁M D", + "▁ MD", + "▁\" ../", + "▁\". ./", + "▁satisf y", + "▁Color ado", + "▁Act ive", + "▁Activ e", + "▁ Active", + "Task s", + "<>( );", + "<> ();", + "< >();", + "▁sl ipped", + "▁slip ped", + "▁po ison", + "▁poi son", + "z b", + "Dis patch", + "war ning", + "warn ing", + "w arning", + "▁ult imate", + "p icture", + "ex pression", + "exp ression", + "expr ession", + "express ion", + "▁T alk", + "▁Tal k", + "▁f lick", + "▁fl ick", + "▁rais ing", + "▁ra ising", + "▁ raising", + "▁trans actions", + "▁transaction s", + "▁gl ance", + "▁g ri", + "▁gr i", + "▁п рез", + "▁пре з", + "se lection", + "sel ection", + "select ion", + "s election", + "њ а", + "en dl", + "end l", + "▁A bb", + "▁Ab b", + "▁b old", + "▁bo ld", + "▁bol d", + "▁ bold", + "▁maint ained", + "▁maintain ed", + "Ex ists", + "▁encour aged", + "▁encourage d", + "Qu al", + "Q ual", + "▁ess ere", + "▁h ired", + "▁hi red", + "▁hire d", + "let ter", + "lett er", + "lette r", + "it ches", + "itch es", + "oth ers", + "other s", + "othe rs", + "o thers", + "▁w oj", + "▁wo j", + "▁inj uries", + "▁d il", + "▁di l", + "ex ecut", + "exec ut", + "▁Ste el", + "▁G arden", + "▁Gar den", + "▁Gard en", + "з я", + "\\, \\", + "\\ ,\\", + "▁An gel", + "▁Ang el", + "pr im", + "p rim", + ">: ]<", + "g b", + "pe at", + "in te", + "int e", + "i nte", + "▁ap olog", + "▁reg ulations", + "▁regul ations", + "▁regulation s", + "S rc", + "k h", + "Up load", + "U pload", + "ma pping", + "map ping", + "m apping", + "▁p resents", + "▁pres ents", + "▁present s", + "▁po etry", + "▁poet ry", + "▁st ops", + "▁stop s", + "▁sto ps", + "▁T ol", + "▁To l", + "▁t ower", + "▁to wer", + "▁tow er", + "▁O UT", + "▁ OUT", + "Th ank", + "Than k", + "▁organ ic", + "▁d rei", + "▁dr ei", + "▁dre i", + "▁p ound", + "▁po und", + "▁pou nd", + "cent ury", + "▁mod ules", + "▁module s", + "▁ modules", + "▁д ере", + "▁де ре", + "▁w orn", + "▁wor n", + "▁wo rn", + "▁par ad", + "▁para d", + "▁pa rad", + "▁C os", + "▁Co s", + "fi c", + "f ic", + "▁бе з", + "▁Jim my", + "▁l ands", + "▁land s", + "▁lan ds", + "▁ lands", + "▁min ist", + "▁mini st", + "vs pace", + "v space", + "▁light ing", + "▁n aked", + "▁na ked", + "▁design er", + "▁St ream", + "▁Stre am", + "▁ Stream", + "TM P", + "T MP", + "Cent er", + "C enter", + "resent ation", + "ON T", + "O NT", + "▁e rs", + "▁er s", + "▁ ers", + "▁measure ment", + "▁mus cles", + "▁muscle s", + "▁I gn", + "▁ Ign", + "▁C OM", + "▁CO M", + "▁ COM", + "▁f ru", + "▁fr u", + "▁gen re", + "▁al pha", + "▁ alpha", + "▁ret irement", + "▁retire ment", + "▁G on", + "▁Go n", + "ő l", + "cont ents", + "content s", + "▁he aling", + "▁heal ing", + "▁s ido", + "▁si do", + "▁sid o", + "incip al", + "Per mission", + "Perm ission", + "ра к", + "▁G ordon", + "▁Gor don", + "▁R ank", + "▁Ran k", + "▁ Rank", + "▁Aut om", + "▁Au tom", + "▁Auto m", + "▁ Autom", + "Con structor", + "Construct or", + "wi ki", + "wik i", + "w iki", + "▁concern ing", + "▁concer ning", + "riz ona", + "▁var iant", + "▁vari ant", + "▁ variant", + "▁arr anged", + "▁arrang ed", + "▁arrange d", + "▁S pr", + "▁Sp r", + "BP ACK", + "B PACK", + "Tim estamp", + "re store", + "rest ore", + "aw are", + "awa re", + "a ware", + "▁Ob serv", + "▁ Observ", + "▁S V", + "▁ SV", + "ip p", + "i pp", + "▁Execut ive", + "▁col leg", + "▁coll eg", + "▁colle g", + "▁explicit ly", + "wr itten", + "writ ten", + "▁K ön", + "▁Kö n", + "ir us", + "i rus", + "▁H old", + "▁Hol d", + "▁Ho ld", + "▁P ract", + "▁Pr act", + "▁Pra ct", + "Char acter", + "▁red istribute", + "uer to", + "▁Stud ent", + "▁ Student", + "▁el der", + "▁D op", + "▁Do p", + "v p", + "▁H ub", + "▁Hu b", + "▁ Hub", + "▁gr ounds", + "▁ground s", + "▁R y", + "▁sign als", + "▁sig nals", + "▁signal s", + "▁g ifts", + "▁gift s", + "▁streng then", + "▁strength en", + "▁L yn", + "▁Ly n", + "com mun", + "comm un", + "▁на й", + "▁fin ance", + "▁financ e", + "no c", + "n oc", + "he lm", + "hel m", + "h elm", + "▁c uts", + "▁cut s", + "▁cu ts", + "▁advent ure", + "▁R ic", + "▁intellect ual", + "▁Out put", + "▁ Output", + "▁aw k", + "▁ awk", + "▁concentr ation", + "▁guid ance", + "Buf f", + "Bu ff", "B uff", - "s ay", - "Ġes se", - "Ġes col", - "Ġprocess us", - "ĠChurch ill", - "H alf", - "Ġvra i", - "F uck", - "ĠSc orp", - "ĠRE ALLY", - "Ġwarn s", - "n aires", - "r acy", - "id or", - "ens itive", - "ing t", - "ĠUn ic", - "=\" _", - "ĠRest oration", - "Ġelectron ically", - "Ġamid st", - "4 14", - "ib aba", - "Ġsp ouses", - "5 25", - "P sych", - "Ġw aiver", - "ĠPro jekt", - "Ġbit ing", - "ĠMar ks", - "Ġten ÃŃa", - "Ġkn ight", - "rac ial", - "omin ium", - "activ ate", - "ocy te", - "ĠY ep", - "play ed", - "ĠFe atured", - "Ġlä sst", - "ĠN ixon", - "ind en", - "ific ar", - "ĠStr ange", - "Ġdifférent es", - "S amsung", - "ĠR aspberry", - "Ġcl own", - "ĠHel ps", - "åıª æľī", - "ĠWar rior", - "ĠMic key", - "Ġmascul ine", - "le igh", - "ĠFr an", - "Ġgro ÃŁ", - "Ġalc uni", - "ĠMax im", - "8 60", - "Ġa up", - "Ġv ÄĽ", - "op ause", - "Ġequ itable", - "Ġheight ened", - "Add ing", - "Ġgas ped", - "éĽ ·", - "atern al", - "X Y", - "an aly", - "Ġce ased", - "iat ry", - "l ol", - "ek a", - "Ġchrist mas", - "Ġt es", - "ĠL iam", - "Ġout ing", - "ç¥ ĸ", - "ĠR BI", - "ĠOper ator", - "Ġref ine", - "Ġtask ed", - "ĠBegin ning", - "ĠH uawei", - "ap ia", - "Com pet", - "Ġpse udo", - "ĠE k", - "orn a", - "35 1", - "Const ruction", - "Ġv ad", - "Ġpo inters", - "ĠAd emás", - "reib en", - "Ġst oria", - "ĠL IVE", - "ĠApp li", - "++++ ++++", - "re ements", - "Ġall ocate", - "Ġcl utter", - "ĠRe e", - "Ġtight ened", - "Ġjav ax", - "() ),", - "Ġw yst", - "Ġm ethyl", - "Ġein z", - "Ġshare holder", - "ĠSym posium", - "Ġsû r", - "mer ge", - "ier z", - "âĪ Ĺ", - "ĠPO ST", - "ĠH OW", - "aj ÃŃ", - "Ġinn ate", - "Ġinnoc ence", - "Ġresult ados", - "Ġgrand son", - "ĠPract ical", - "ĠF inger", - "ĠR GB", - "ib i", - "CH A", - "Ġmel hor", - "ĠB ash", - "Am ount", - "Ġbattle field", - "C HECK", - "I de", - "Ġfract ure", - "ĠGuid ance", - "Ġl umin", - "Ġdin ero", - "Ġspirit uality", - "éĻ ħ", - "l if", - "im at", - "Ġsal ty", - "Ġreview ers", - "Ġfol iage", - "ĠGesch äft", - "æ£ ®", - "Ġhe ct", - "Ġapp are", - "ĠUn idos", - "Ġinter disciplinary", - "Lic ense", + "▁f illing", + "▁fil ling", + "▁fill ing", + "▁reg ul", + "▁del icious", + "([ ]", "( []", - "ĠW ochen", + "ши х", + "▁t ons", + "▁to ns", + "▁ton s", + "▁ tons", + "act ivity", + "activ ity", + "G P", + "LO B", + "L OB", + "st adt", + "sta dt", + "stad t", + "ta l", + "t al", + "▁im g", + "▁i mg", + "▁ img", + "▁r ush", + "▁ru sh", + "▁rus h", + "att ice", + "atti ce", + "▁p ok", + "▁po k", + "st eps", + "ste ps", + "step s", + "▁l id", + "▁li d", + "▁D NA", + "B rowser", + "▁lad ies", + "▁an nées", + "▁ann ées", + "▁resc ue", + "av ity", + "avi ty", + "ro ck", + "roc k", + "r ock", + "▁glass es", + "▁B ey", + "▁Be y", + ")} $", + ") }$", + "de tail", + "det ail", + "▁d és", + "▁dé s", + "ta x", + "t ax", + "▁favour ite", + "▁prec ision", + "▁con oc", + "▁co noc", + "M s", + "▁N ative", + "▁Nat ive", + "▁ Native", + "▁P il", + "▁Pi l", + "Input Stream", + "or p", + "o rp", + "▁P ap", + "▁Pa p", + "▁p icking", + "▁pick ing", + "▁pic king", + "ip h", + "i ph", + "Load ing", + "Lo ading", + "▁pr iest", + "▁pri est", + "H ook", + "▁p ist", + "▁pi st", + "▁U ne", + "▁Un e", + "▁ Une", + "% ,", + "▁b il", + "▁bi l", + "▁ bil", + "▁conserv ative", + "ev al", + "eva l", + "e val", + "ik ing", + "iki ng", + "i king", + "'} ,", + "' },", + "▁sa uce", + "▁sau ce", + "▁D ue", + "▁Du e", + "as sen", + "ass en", + "asse n", + "▁occasion ally", + "▁occasional ly", + "▁Д ж", + "un known", + "unk nown", + "DE D", + "D ED", + "▁d rum", + "▁dr um", + "▁dru m", + "▁d ub", + "▁du b", + "AT URE", + "us age", + "usa ge", + "get Type", + "re ply", + "rep ly", + "▁strateg ic", + "▁k ap", + "▁ka p", + "▁ kap", + "de sign", + "des ign", + "date time", + "dat etime", + "▁P rim", + "▁Pr im", + "▁Pri m", + "▁ Prim", + "Ma ster", + "M aster", + "▁Cor ps", + "▁consider able", + "▁T u", + "▁ ла", + "▁t ous", + "▁to us", + "▁tou s", + "▁c lar", + "▁cl ar", + "▁po em", + "al bum", + "] *", + "lo aded", + "load ed", + "▁travel ing", + "▁trav eling", + "вы е", + "▁F err", + "▁Fe rr", + "▁Fer r", + "▁p harm", + "▁ph arm", + "ab i", + "a bi", + "▁} \\", + "▁ }\\", + "col lect", + "coll ect", + "▁B our", + "▁Bo ur", + "▁Bou r", + "O C", + "▁measure ments", + "▁measurement s", + "▁Profess ional", + "▁s ensor", + "▁sens or", + "▁sen sor", + "▁ sensor", + "ut sche", + "uts che", + "utsch e", + "▁dem anded", + "▁demand ed", + "▁accompan ied", + "▁p rend", + "▁pre nd", + "▁pr end", + "▁enc oding", + "▁ encoding", + "▁Gesch ichte", + "▁m ig", + "▁mi g", + "▁G ib", + "▁Gi b", + "▁Re ich", + "▁m yster", + "▁my ster", + "▁myst er", + "▁M ock", + "▁Mo ck", + "▁ Mock", + "▁phys ically", + "▁physical ly", + "▁B au", + "▁Ba u", + "▁S ingle", + "▁Sing le", + "▁Sin gle", + "▁ Single", + "▁man aging", + "▁K il", + "▁Ki l", + "▁Tem ple", + "▁Temp le", + "▁l ev", + "▁le v", + "▁ lev", + "▁l í", + "CP U", + "C PU", + "▁Prem ier", + "▁G ive", + "▁Gi ve", + "ir i", + "i ri", + "N V", + "▁A I", + "▁ AI", + "▁f p", + "▁ fp", + "лекс анд", + "▁t ant", + "▁tan t", + "▁ta nt", + "▁f ot", + "▁fo t", + "Null able", + "▁gu ards", + "▁guard s", + "On ce", + "▁ch amber", + "▁cha mber", + "fil m", + "fi lm", + "▁b ias", + "▁bi as", + "▁ bias", + "▁T ai", + "▁Ta i", + "ins ic", + "insi c", + "▁m l", + "▁ ml", + "▁K a", + "ва л", + "в ал", + "▁S ER", + "▁SE R", + "▁ SER", + "▁Some one", + "}} _{", + "}}_ {", + "} }_{", + "Fix ed", + "F ixed", + "▁b ent", + "▁be nt", + "▁ben t", + "▁pro hib", + "▁b id", + "▁bi d", + "▁ bid", + "▁fe wer", + "▁few er", + "к ры", + "▁l ugar", + "▁lug ar", + "▁lu gar", + "▁de serve", + "▁des erve", + "ss l", + "s sl", + "▁c fg", + "▁cf g", + "▁ cfg", + "re ck", + "rec k", + "▁st ability", + "▁stabil ity", + "▁stab ility", + "re size", + "res ize", + "▁assert That", + "Tr igger", + "▁ста нов", + "▁стан ов", + "▁ станов", + "pl ugins", + "plugin s", + "plug ins", + "▁l ets", + "▁le ts", + "▁let s", + "▁ lets", + "хі д", + "х ід", + "▁La ura", + "▁Lau ra", + "не р", + "н ер", + "▁br ut", + "▁bru t", + "▁F I", + "▁ FI", + "is ons", + "ison s", + "iso ns", + "▁d yn", + "▁dy n", + "▁ dyn", + "ic her", + "ich er", + "iche r", + "i cher", + "ray ed", + "▁frequ ent", + "▁jed och", + "▁Mar ine", + "st rings", + "str ings", + "string s", + "▁U til", + "▁Ut il", + "▁ Util", + "▁b os", + "▁bo s", + "Mu s", + "M us", + "▁Portug al", + "Str ategy", + "▁по се", + "▁пос е", + "▁sl ice", + "▁slic e", + "▁ slice", + "▁ins ight", + "▁w idget", + "▁wid get", + "▁ widget", + "▁gén éral", + "message s", + "m essages", + "▁H u", + "▁requ irement", + "▁require ment", + "Si de", + "S ide", + "empl ates", + "emplate s", + "▁cer emony", + "▁ceremon y", + "▁phys ics", + "▁grad uate", + "▁gradu ate", + "▁ graduate", "par a", - "Ġshowc ases", - "F at", - "ort ic", - "ra pped", - "Ġun just", - "Ġer ste", - "28 7", - "Al ready", - "' %", - "} {\\", - "Ġv uel", - "Ġcons erve", - "ĠPh arma", - "yl inder", - "Ġm ij", - "ĠG EN", - "ĠUS E", - "Ġsun screen", - "ĠSal em", - "ĠÐ º", - "Ġdetect ing", - "# {", - "G i", - "st roke", - "Ġv ite", - "Ġide ological", - "uck land", - "ĠPers ian", - "activ ated", - "it ur", - "ĠLevel s", - "Ġmant ra", - "Ġdeduct ible", + "pa ra", + "p ara", + "▁pre serv", + "▁pres erv", + "▁sh ops", + "▁shop s", + "▁ shops", + "ze k", + "z ek", + "▁u b", + "▁ ub", + "pre pare", + "▁O il", + "▁f ib", + "▁fi b", + "▁run time", + "▁ runtime", + "▁h ogy", + "▁ho gy", + "Warn ing", + "War ning", + "W arning", + "▁Con vert", + "▁ Convert", + "bour ne", + "▁emer ged", + "▁emerge d", + "▁Д и", + "ight h", + "igh th", + "gu ard", + "ka l", + "k al", + "valid ation", + "ên cia", + "ê ncia", + "▁dr inks", + "▁drink s", + "the orem", + "H R", + "ie v", + "i ev", + "ploy ee", + "Us age", + "▁с пе", + "▁сп е", + "▁ спе", + "dis patch", + "disp atch", + "▁inst antly", + "▁instant ly", + "ob i", + "o bi", + "▁just ify", + "▁N ev", + "▁Ne v", + "▁я вля", + "ag ra", + "agr a", + "a gra", + "▁trans mission", + "▁transm ission", + "fl y", + "f ly", + "; \\", - "ĠT act", - "ĠD ion", - "Ġby ÅĤ", - "ä» ĭ", - "ĠCar pet", - "ĠSupp liers", - "Ġlegisl ators", - "bi ased", - "Ġtoile ts", - "od s", - "ang led", - "ce re", - "Ġso aking", - "ÃŃ amos", - "ĠIs le", - "Ġdom ic", - "hel m", - "Ġgri pped", - "Ġcomprend re", - "ĠJohann es", - "à ¸", - "Ġoff spring", - "Ġbutter flies", - "Ġcush ions", - "ĠS inger", - "op ers", - "ĠZ omb", - "Ġmet ast", - "Ġfacilit ated", - "Ġeager ly", - ") âĢĿ", - "M arg", - "W enn", - "Ł ä", - "Ġnum bered", - "Ġall t", - "ne k", - "Ġcold er", - "Ġ ers", - "æī ¿", - "ĠSing les", - "ĠSid ney", - "Ġver ge", - "Con nor", - "ĠT iny", - "ad minist", - "Ġur inary", - "r angle", - "Ġat enciÃ", - "Stud io", - "Ġpreced ent", - "B less", - "b ly", - "g p", - "n al", - "ĠM ets", - "Ġgu itars", - "av oid", - "ĠpolÃŃt ica", - "act ively", - "Ġcur ls", - "ĠFr anch", - "CO UNT", - "Ġdet ached", - "Ġmarket ed", - "Ġactiv ism", - "rem o", - "Top ic", - "Ġexhaust ion", - "ĠWH AT", - "aut hent", - "Ġra ft", - "ĊĠĠ ĊĠ", - "ri as", - "Ġpo ate", - "38 5", - "Ġnécess aire", - "æĮ ī", - "Ġm Ã¥", - "acht e", - "ĠFra uen", - "n othing", - "Ġe Book", - "Ġpo etic", - "Ġblue print", - "Ġflood s", - "ver te", - "Ġwor m", - "Ġob ese", - "ÅĻ i", - "Ġacknowled ges", - "Ġexp os", - "uc her", - "Not ification", - "Ob ama", - "Ad minist", - "Ġbreat hed", - "') );", - "Ġo cas", - "Ġwra pper", - "Ġg ourmet", - "Ġvol leyball", - "undred s", - "ĠN F", - "ĠRef riger", - "èį ī", - "£ o", - "@ @", - "g ames", - "Ġc aval", - "ab ili", - "Ġres s", - "ä¸Ģ åĪĩ", - "Ġw äre", - "ĠS ang", - "Ġoff enders", - "Ġsoc ia", - "the me", - "comm it", - "H al", - "Ġcal ibration", - "Ġacad emia", - "Ġmel ody", - "verm ectin", - "em in", - "ĠFe et", - "Ġadhere nce", - "ĠH od", - "Ġch ied", - "Ġpl unge", - "ual e", - "angu ard", - "Ġt amp", - "ĠðŁ ij", - "ocal ypse", - "Ġim minent", - "ĠK u", - "Ġper imeter", - "Ġinst ability", - "28 4", - "Ġarr anging", - "Ġro pes", - "Ġconst it", - "Ġprotect or", - "Get ty", - "å± Ĥ", - "Ġnombre uses", - "Ġinstinct s", - "5 90", - "per forming", - "Ġhorn y", - "ogg les", - "st ad", - "Ġwh ims", - "Ġsl ab", - "ĠAust rian", - "Ġembarrass ment", - "Ġwh ale", - "æľĿ é", - "L M", - "Ġge hen", - "Ġadapt ing", - "der ived", - "Ġpat hetic", - "AR C", - "ĠWonder ful", - "Wonder ful", - "ĠH ort", - "Ġex ting", - "Ġenthusi ast", - "le p", - "Ġas ym", - "ru ff", - "lect ic", - "Sp an", - "Step hen", - "ĠHim self", - "ĠChen nai", - "som etimes", - "Ġdern ière", - "ĠM ast", - "cks Ã¥", - "ĠTim ber", - "Ġlip id", - "ĠB is", - "ĠLog istics", - "H ours", - "j ournal", - "Ġg ums", - "View s", - "ĠChar ity", - "ĠBulgar ia", - "à Ī", - "Ġf Ã¥r", - "Ġout breaks", - "ö d", - "34 3", - "Ser iously", - "Ġencompass es", - "Ġp ère", - "ĠC RE", - "Ġnarr ator", - "Ġhepat itis", - "H K", - "Ġseg unda", - "Ġvolunt arily", - "ĠIO Exception", - "Ġb umps", - "Ġmig rate", - "7 80", - "F ri", - "è Ľ", - "Ġd umps", - "ot omy", - "Ġbe le", - "ĠEn ough", - "Sim on", - "A ctions", - "Ġdi agrams", - "40 7", - "m L", - "ĠE tsy", - "oc ular", - "SO URCE", - "ĠH oo", - "ĠWh ilst", - "ĠÅ ł", - "Ġb ids", - "ĠW itness", - "Ġgrö ÃŁ", - "am mer", - "ra um", - "ĠLe y", - "Ġscroll ing", - "Ġsog ar", - "M as", - "ied y", + "MA G", + "M AG", + "A xis", + "in tegr", + "int egr", + "inte gr", + "Fail ure", + "▁los ses", + "▁loss es", + "▁l oving", + "▁lo ving", + "▁lov ing", + "Con sum", + "Cons um", + "ри й", + "▁in spect", + "▁ins pect", + "▁insp ect", + "P ut", + "av ia", + "avi a", + "a via", + "▁h ated", + "▁ha ted", + "▁hat ed", + "▁hate d", + "ь ю", + "▁br ush", + "▁bru sh", + "▁un comfort", + "▁Th read", + "▁ Thread", + "▁commun icate", + "ж но", "IN ST", - "Ġve ut", - "ĠMe al", - "Ġeconom ists", - "Ġpictures que", - "Ġscar ce", - "ĠSoph ia", - "Flor ida", - "L ady", - "Ġc ured", - "Ġé crit", - "ĠApp et", - "Ġcham bers", - "Ġnove mbre", - "9 25", - "ĠDav idson", - "Ġdisp ens", - "ĠI X", - "Ġsh ov", - "ĠPro gressive", - "ĠE rik", - "Ġle aking", - "Ġpo ets", - "Ġem blem", - "Ġstr and", - "ĠDe e", - "Ġrev ival", - "Ġpet its", - "Ġeer ste", - "Ġantiv irus", - "Ġinvo ices", - "ĠS igma", - "ĠH aupt", - "ĠG one", - "r ack", - "it ious", - "ĠK amp", - "ĠAn at", - "Ġdem ographics", - "ĠMoh ammed", - "isse z", - "N UM", - "r ano", - "ĠC auc", - "Ġbr ig", - "An imation", - "ç u", - "Jenn ifer", - "B rien", - "K EN", - "im et", - "ĠK osten", - "Ġstat ues", - "ĠGO OD", - "Ġfil le", - "po que", - "ĠExt ended", - "E arth", - "Ġb ots", - "Ġun as", - "Ġapp l", - "irm ation", - "Vis ible", - "p hen", - "fe atures", - "Ġbread th", - "Ġlou ng", - ":: ::", - "Ġsch ö", - "ĠMac Book", - "Ġkon k", - "Ġarrog ant", - "Ġobed ience", - "ĠE cuador", - "Never theless", - "Ġguer re", - "Ġm n", - "ĠR aleigh", - "ff iti", - "Ġsat in", - "Ġship ments", - "threat ening", - "us p", - "LE TE", - "& =", - "H old", - "W T", - "Ġf uzzy", - "ĠC ov", - "Ġmag g", - "Ġiron ic", - "Ġpet roleum", - "ĠCorinth ians", - "ç as", - "` )", - "Ġo cksÃ¥", - "Ġm ah", - "ĠM am", - "her ical", - "Ġform idable", - "ä¸Ģ 次", - "æĻ ¯", - "Ġprz ec", - "ĠTalk ing", - "Ġv ont", - "Ġpres criptions", - "Ġmouth s", - "A my", - "Ä «", - "pro c", - "ĠSl ide", - "Ġnorth west", - "ĠNEW S", - "ow Äħ", - "44 1", - "ĠHaw k", - "iment ary", - "Ġcré er", - "Ġqu ar", - "ru k", - "hor se", - "å¤ ı", - "post s", - "t zen", - "pro b", - "nam ents", - "Ġaccomp agn", - "ins ky", - "ĠBern ie", - "ãģ Ĺ", - "ĠMad ame", - "Ġapprent ices", - "Ġun paralleled", - "ĠSt ats", - "ĠMat te", - "Cas ino", - "æİ Ĵ", - "Ġcond itional", - "Ġtim ed", - "ĠEN D", - "Ġexport ed", - "elect ric", - "Ġtex as", - "Ġrighteous ness", - "a eda", - "pre che", - "ĠP ing", - "ĠRes idence", - "ĠLy on", - "Ġmarch é", - "Ġb red", - "ĠPan ama", - "âĢ ij", - "ĠL T", - "Ġpl anners", - "Ġgrand ma", - "âĢ ¯", - "Ġv l", - "ĠD ia", - "Ġcan opy", - "be aut", - "iz ada", - "Ġna ive", - "ĠPar ade", - "ĠTele gram", - "Ġsuccess ive", - "ĠMc N", - "Ġhack ed", - "ĠSD K", - "Ġbroch ure", - "H om", - "ĠF avian", - "Ġk v", - "æĹ ¢", - "ÈĽ a", - "Ġdism ant", - "Ġnegoti ated", - "chem ical", - "ut ar", - "Ġp aved", - "An s", - "la ub", - "Ġattend ant", - "Ġpanc akes", - "ĠVatic an", - "g abe", - "Ġexhaust ing", - "d ifferent", - "Ġs ildenafil", - "enc ode", - "M ini", - "Ġest rogen", - "Ġdisc o", - "Ġve il", - "ĠT ile", - "ĠH K", - "ip ro", - "Ġsp ä", - "ĠCl erk", - "Ġvac ations", - "ĠInvest ors", - "ven ous", - "Ġon de", - "Ġreal t", - "Ġtroublesh ooting", - "ĠH ers", - "Ġappe aled", - "Ġhyd ration", - "L ake", - "r ase", - "Ġg mail", - "Ġk itt", - "Ġsp onge", - "Ġattent ive", - "Ġrecom end", - "Ġmeaning less", - "nah men", - "Ġquir ky", - "ĠT ale", - "Ġpar ch", - "Ġfac il", - "Ġauc une", - "Ġinterview ing", - "Ġmant en", - "exper ienced", - "Ġm ús", - "ö ra", - "Ġsuper vised", - "d ent", - "Ġt ienes", - "Ġcl aw", - "Ġimportant es", - "Ġcal f", - "ĠCour ts", - "ĠFore cast", - "ĠM eth", - "Ġfl akes", - "ĠIS IS", - "Ġunters chied", - "Ġmon arch", - "Ġhard ship", - "leg t", - "AM ES", - "anç a", - "ĠBlack jack", - "ĠComb ine", - "Ġprof iciency", - "Ġsouth west", - "Ġbenefici ary", - "ĠFel ix", - "ĠCamb odia", - "ä che", - "ĠSnap chat", - "Ġanat omy", - "H um", - "al og", - "Ġhum ility", - "tr zym", - "ä¸ĭ æĿ¥", - "f ab", - "ĠV ander", - "ĠCh ronic", - "ĠFant astic", - "Ġv ais", - "Ġsk ating", - "ĠAr ms", - "70 1", - "Ġtight en", - "át ico", - "z ar", - "ĠB illion", - "ĠV end", - "OT E", - "Ġdoctor al", - "ĠGi ov", - "s al", - "ĠGu jar", - "Ġclos ures", - "Ġtur f", - "Ġseiz ures", - "ĠDipl oma", - "P ed", - "Ġa rous", - "ĠW AS", - "ars ity", - "Ġobs ervers", - "ĠUnivers ities", - "ĠAppe al", - "Ġsc op", - "ĠPas o", - "[ (", - "ĠOrig inally", - "ĠA zer", - "ĠD irection", - "ĠR I", - "ĠK P", - "Ġded icate", - "æĥħ åĨµ", - "Ķ 究", - "ĠWe ber", - "ĠAg enda", - "Ġacknowled ging", - "Ġathe ist", - "Priv acy", - "I k", - "b ish", - "i ros", - "Ġqu int", - "èĦ ¸", - "Ġcar a", - "IL S", - "Ġlung o", - "Ġmim ic", - "ĠT ie", - "ear ly", - "GE S", - "ĠMer ry", - "R D", - "ed ad", - "Ġheav ens", - "HE AD", - "ĠConst ruct", - "rac use", - "ĠP iet", - "ĠN ig", - "Ġany ways", - "ett ed", - "Ġaver ages", - "Ġreprés ent", - "Ġparf ait", - "b earing", - "Ġant it", - "ĠLib ert", - "8 80", - "ie rend", - "ĠG an", - "B urn", - "c pu", - "Ġch illy", - "Ġdr astic", - "æĢ Ģ", - "Ġdrag ons", - "Ġdesc ended", - "Ġcongrat ulations", - "k or", - "at ography", - "Ġrepl aces", - "Ġconflic ting", - "Ġster il", - "ĠH uff", - "ĠG mail", - "Ġve gas", - "34 4", - "Ġprophe cy", - "at che", - "Ġup hold", - "f aced", - "Ex amples", - "Ġprob ation", - "æĪ ·", - "ĠBar rel", - "eps ilon", - "Anal ysis", - "35 7", - "æĿ ij", - "ĠJud a", - "C it", - "Ġhe iÃŁ", - "70 2", - "ĠMain tain", - "ĠLie utenant", - "å¢ ĥ", - "th ouse", - "Ġk omen", - "ĠMan ning", - "Di agn", - "d zi", - "el ic", - "ag in", - "Ġmet ropolitan", - "inc hed", - "ĠOld er", - "g ui", - "Ġpr istine", - "ĠSon ic", - "Ġdict ate", - "A void", - "ĠP BS", - "ĠP apa", - "Ġtext books", - "Ġpolic ym", - "ĠMatt ress", - "ĠCab in", - "Ġgroom ing", - "Ġmiscon duct", - "ĠT et", - "ĠPre viously", - "Ġcasual ties", - "prot ocol", - "ĠSubs cription", - "R os", - "al de", - "Ġso ils", - "ik ers", - "organ ized", - "Ġn ig", - "Ġz ug", - "Ġstr ide", - "-> _", - "As ian", - "ĠRet ro", - "ĠDam n", - "Execut ive", - "Ġun con", - "50 8", - "ĠSan ct", - "ĠGreen e", - "ĠSun set", - "f ounded", - "s se", - "Ġt Ã", - "al ten", - "ĠBl anc", - "ĠTV s", - "Ġrebell ion", - "alt ed", - "Ġsou ha", - "ĠL ah", - "ĠCon nor", - "ĠCy prus", - "è° Ī", - "Spec ifications", - "gr iff", - "c ence", - "un ed", - "att utto", - "second ary", - "ĠNeck lace", - "ĠDur ham", - "Ġdump ed", - "M ich", - "Ġb anners", - "ĠT T", - "Ġus ability", - "ĠRe ich", - "Ġent onces", - "èİ «", - "Ġr acks", - "ĠL uk", - "ook y", - "ĠPer th", - "ĠCount ries", - "Ġviol ating", - "ĠEqu al", - "ĠA ffect", - "erc ul", - "Ġalg una", - "Inter val", - "osc opy", - "ĠVolks wagen", - "v ation", - "çĥ Ń", - "ĠBright on", - "g ia", - "Ġl akh", - "ay ers", - "ĠP arm", - "pe kt", - "Ġins ider", - "ĠX V", - "Ġrad iant", - "ĠTR UE", - "ĠVent ures", - "ĠLibr aries", - "w ald", - "us ätz", - "é ch", - "pro xy", - "Ġver tex", - "re iche", - "ar le", - "Ġle ash", - "Ġover c", - "Ġatt ribut", - "Ġcompens ated", - "Ġesp acio", - "Ġnort heast", - "Ġw avelength", - "or ne", - "ĠPro te", - "Ġnaw et", - "w el", - "al ie", - "Re ceived", - "éĹ »", - "p ak", - "ĠP ipe", - "ĠB alk", - "Ġdisc rep", - "ĠFun ctions", - "ab ord", - "Ġmat hem", - "Ġlan tern", - "vol t", - "ĠCast ro", - "m issions", - "å ´", - "Ġj ets", - "Ġlook up", - "Ġmar zo", - "ĠF avor", - "Ġdiff ering", - "ek en", - "ous s", - "Ġuns ub", - "ĠED T", - "Ġfundra iser", - "Ġn oche", - "ĠM org", - "Ġcon sec", - "Ġco arse", - "ient a", - "Ġform ations", - "Ġexp res", - "ĠMon key", - "ĠMost ly", - "Ġfear ful", - "éĵ ģ", - "Ġpre ach", - "und y", - "Ġprogram mer", - "Ġbow ling", - "ĠR ect", - "Ġgo ats", - "Ġfore closure", - "Ġclar ification", - "V ari", - "Ġst rives", - "Ġess ent", - "ĠLog ger", - "ĠFlex ible", - "A ustralia", - "F ox", - "G ames", - "Ġs iding", - "Ġc uff", - "ĠSp y", - "rim inal", - "Ġkann st", - "Ġminim izing", - "ĠAlb any", - "Ġcurrent s", - "Ò »", - "Ġan ts", - "ĠSt yles", - "Ke eping", - "R ot", - "ĠM ick", - "uc a", - "Object s", - "ograp hers", - "S ud", - "l ash", - "Ġm c", - "Ġinv ari", - "Ġmem bres", - "Ġsat ellites", - "ĠPa id", - "ĠSa aS", - "Ġimpat ient", - "Ġtra iling", - "itor i", - "ĠTra v", - "Ġaffili ation", - "c iones", - "ĠC PA", - "ort ex", - "Ġadv ises", - "ĠSp ins", - "ĠMin eral", - "ĠFilip ino", - "oot ers", - "OS S", - "Ne g", - "Ġunse rem", - "Ġrebuild ing", - "o it", - "Ġt apes", - "Ġd ici", - "Ġins omnia", - "Ġpath ogens", - "éĴ ±", - "K ath", - "Re quire", - "Ġconce al", - "ĠJ ared", - "ĠSt ru", - "Ġdispl acement", - "Ġarter ial", - "L OL", - "g ico", - "Ġl eng", - "Ġwater fall", - "ö k", - "R h", - "Ġand ers", - "Ġcounter tops", - "9 10", - "Ġres iding", - "ĠWH ERE", - "Ġp erenn", - "ĠL ocks", - "4 24", - "X ML", - "ĠS ax", - "ĠPl umbing", - "Ġbit starz", - "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", - "C G", - "Ġt arde", - "Ġg ros", - "ĠL AN", - "ĠA CL", - "Ġout we", - "Ġhe le", - "Ġball ots", - "ĠDis order", - "Ġdisast rous", - "B inding", - "d ire", - "Ġr ut", - "Ġch ores", - "Ġorgan ise", - "Ch all", - "ĠCo at", - "ĠTanz ania", - "h over", - "Ġman ners", - "ĠChrist ie", - "param eter", - "Ġnom inations", - "ç¥ Ń", - "ĠCath olics", - "R u", - "Ġn ord", - "Ġspo il", - "éĢļ è¿ĩ", - "VAL ID", - "keep ers", - "Ġpart i", - "Ġfashion ed", - "cze gÃ", - "c red", - "ar án", - "Ġin hal", - "ĠG REAT", - "ĠPl ugin", - "Ï Ĥ", - "Ġs aints", - "ĠR P", - "Ġres h", - "Ġoff ence", - "Ġtro ppo", - "Ġby ÅĤo", - "let cher", - "ĠVal encia", - "Ġpoll ut", - "ĠD aisy", - "Ġrob bery", - "4 22", - "Ġring ing", - "ustain able", - "D ynamic", - "H oly", - "f order", - "ĠT urt", - "ĠTor ah", - "Ġcel ery", - "ĠS q", - "pt a", - "ĠWal let", - "Ġfer mentation", - "ex ec", - "organ ic", - "Ġhes itated", - "F ather", - "Ġbre aches", - "ĠCard inal", - "ĠSecond ly", - "7 40", - "i ours", - "ĠT ina", - "Ġsl ack", - "Ab ove", - "éĺ ¶", - "Ġreact ed", - "cam era", - "Ġteas poons", - "ĠD W", - "ĠV il", - "Ġtw entieth", - "Ġbusiness man", - "Ġmil estones", - "ilt ration", - "Ġbast ante", - "ĠStream ing", - "ĠJug end", - "Ġunsuccess ful", - "Ġg ute", - "Ġon site", - "ĠG abe", - "Ġdo br", - "Ġgi ust", - "Ġdivid ing", - "Ġbund les", - "$ ('", - "uls a", - "Ġartic ulate", - "â Ŀ¤", - "Ġs inks", - "Ġeconom ist", - "ÈĻ ti", - "Ġgam blers", - "l oo", - "ĠAct ual", - "thod ont", - "ĠPros pect", - "Ġg ere", - "ĠHe arts", - "Ġà Ĥ", - "w ach", - "ĠM add", - "ĠL ever", - "ĠSc rew", - "Ġspecial s", - "ĠMus cle", - "Ġblind s", - "0 22", - "Ġan v", - "Ġpr ue", - "Ġgr ado", - "ĠBor is", - "ĠPs alm", - "Ġf ÃŃs", - "Ġg h", - "Ġres olving", - "Ġover see", - "Ġcas ually", - "Sim ilarly", - "asser ole", - "Ġdispon ibles", - "C ette", - "T OP", - "Ġl anc", - "Ġdirect ories", - "Ġadm iration", - "IL Y", - "ĠLand ing", - "ĠKrish na", - "g iven", - "Ġnie ce", - "éĺ µ", - "ĠEll a", - "8 55", - "_ )", - "ĠF CC", - "Ġcl am", - "All ow", - "Bit coin", - "T y", - "Ġst acks", - "ĠR anger", - "ĠPer forming", - "ĠUC LA", - "asc al", - "Ġprohib it", - "Ġö ff", - "b ors", - "ĠTe resa", - "Ġhes itant", - "Ġguer ra", - "es en", - "Ġun paid", - "As ide", - "ĠD habi", - "ĠE isen", - "Ġgl are", - "Ġmiss es", - "ĠProf it", - "ĠBlog ger", - "Ġfrost ing", - "and ex", - "imp act", - "Ġs ings", - "Ġal i", - "pt ive", - "Ġdis connected", - "ĠServ ing", - "Ġbur gl", - "Ġimagin ative", - "frequ ency", - "g ung", - "erv ille", - "ĠFor get", - "Ġheart y", - "åĪ Ĵ", - "Ġs osten", - "IT T", - "Av ailability", - "ĠFr anz", - "Ġsi amo", - "Us age", - "èģ Į", - "J ak", - "m ouse", - "et ter", - "ch ip", - "Ġrec ycle", - "ĠHer bert", - "Ġb umper", - "ks am", - "Ġnost algia", - "Ġbron ch", - "fund ing", - "Ġatt ained", - "Ġpres que", - "H M", - "Ġof icial", - "Ġdisrupt ive", - "Ġgloss y", - "ĠKE Y", - "k ten", - "Ġglad ly", - ": ,", - "K l", - "Ġd ances", - "ĠS out", - "hen e", - "Ġaccount ant", - "uit able", - "Ġcum pl", - "Ġconting ent", - "A UT", - "r x", - "aff ected", - "ĠDav ies", - "Ġspeed y", - "C irc", - "Ġl obb", - "ĠD os", - "Ġrel ocation", - "cz ne", - "ĠL ear", - "ĠK Y", - "Ġtut ta", - "ĠCustom s", - "ĠEug ene", - "5 15", - "w on", - "Ġ ions", - "Ġmethod ologies", - "Ġpok ies", - "l ived", - "Ġm ies", - "Ġstat i", - "Ġmess ed", - "Ġe q", - "Ġdiscourag ed", - "T RA", - "ĠAr lington", - "Ġsun rise", - "comp any", - "Ġtheat rical", - "ident ally", - "Ġant iqu", - "ĠVan illa", - "Ġfault s", - "olk ata", - "D iam", - "Ġmar in", - "ma res", - "éĻ Ĩ", - "ĠPent agon", - "Ġration ale", - "4 75", - "F red", - "Ġp ounding", - "ĠL ens", - "ĠRe alt", - "Ġcol abor", - "åħ °", - "ĠS word", - "ĠK ö", - "arn os", - "aut s", - "Ġh ym", - "ĠProv iding", - "c atching", - "ch lieÃŁ", - "Pro bably", - "S old", - "Ġf alta", - "ĠSc ene", - "34 1", - "max well", - "Ġprés ident", - "mel on", - ") \",", - "i ast", - "é Ĩ", - "st icks", - "ĠL indsay", - "for Each", - "ĠO D", - "Ġsur rend", - "ĠK ang", - "Ġinv itations", - "Ġsen ator", - "Ġconstitu ents", - "Germ any", - "b ishop", - "v ents", - "ĠT we", - "ĠBar rett", - "Ġbur dens", - "ĠRun time", - "ĠTreat y", - "w elt", - "am ination", - "Ġav is", - "cept or", - "vis it", - "oc up", - "ass ign", - "ĠPublic ation", - "ĠNatal ie", - "Ġw ohl", - "ĠEff iciency", - "Ġquil ting", - "z an", - "ĠF iona", - "Ġer osion", - "Cl inical", - "rend re", - "ĠCamp ing", - "ĠHam pton", - "ĠD art", - "Com pl", - "änd e", - "Friend s", - "ĠC AT", - "Nob ody", - "/ $", - "per form", - "Ġbr isk", - "Ex press", - "å± Ģ", - "Ġsurviv or", - "Hope fully", - "Ġl ays", - "ĠEm my", - "ĠLog ic", - "Ġalter ations", - "ĠEmb assy", - "v ox", - "v acc", - "Ġt una", - "cept ive", - "Mar ie", - "Y o", - "i ances", - "tr ade", - "Ġjew el", - "Ġprev ailing", - "ĠSurv ival", - "Ġrooft op", - "r ale", - "ĠW O", - "Ġsw ipe", - "af a", - "unt ary", - "Ġtrim med", - "âĢ ĥ", - "Ġe uch", - "Ġsh ocks", + "INS T", + "▁M ach", + "▁Mac h", + "▁Ma ch", + "Ign ore", + "▁program ming", + "c í", + "=\" ' ;", + "> ';", + "▁cou sin", + "▁cous in", + "create Element", + "Co uld", + "C ould", + "▁cap ac", + "▁p ause", + "▁pa use", + "▁paus e", + "▁ pause", + "Array List", + "kt e", + "k te", + "ord ered", + "order ed", + "▁sh aking", + "▁sha king", + "label s", + "lab els", + "▁redu cing", + "вы х", + "US ED", + "USE D", + "U SED", + "▁v oting", + "▁vo ting", + "▁vot ing", + "▁Min istry", + "▁M ig", + "▁Mi g", + "▁C hen", + "▁Ch en", + "▁Che n", + "▁ac company", + "▁accompan y", + "▁accomp any", + "ul le", + "ull e", + "u lle", + "▁g a", + "▁ ga", + "▁equ ipped", + "▁equip ped", + "▁n un", + "▁nu n", + "Be t", + "B et", + "▁lic ensed", + "▁license d", + "AR CH", + "F N", + "▁eng ines", + "▁engine s", + "▁s ter", + "▁st er", + "▁ste r", + "▁ ster", + "▁loc ale", + "▁local e", + "▁ locale", + "▁в ъ", + "lin ks", + "link s", + "l inks", + "▁Cap ital", + "▁al ien", + "▁ali en", + "W r", + "р ъ", + "Car t", + "C art", + "▁Mark eting", + "▁Market ing", + "▁R T", + "▁ RT", + "File Name", + "▁t i", + "▁ ti", + "ij i", + "i ji", + "▁vers us", + "li ve", + "liv e", + "l ive", + "Sy m", + "S ym", + "ko r", + "k or", + "▁e mission", + "▁em ission", + "um m", + "u mm", + "yc z", + "y cz", + "▁clim bed", + "▁climb ed", + "▁plus ieurs", + "к ри", + "ya r", + "y ar", + "os ten", + "ost en", + "o sten", + "▁u sb", + "▁us b", + "▁ usb", + "▁cross ing", + "▁pol ynom", + "▁poly nom", + "▁rem oval", + "▁Ad ams", + "▁Adam s", + "▁i hre", + "▁ih re", + "▁ihr e", + "an den", + "and en", + "ande n", + "▁Ben j", + "▁P hill", + "▁Ph ill", + "▁Phil l", + "▁wound ed", + "▁Cast le", + "▁Cas tle", + "bi ld", + "bil d", + "b ild", + "An notation", + "Process or", + "▁t in", + "▁ti n", + "fo lg", + "fol g", + "▁Stud ents", + "▁Student s", + "▁Mex ican", + "▁administr ative", + "IL ED", + "ILE D", + "I LED", + "▁con qu", + "▁che er", + "▁C es", + "▁Ce s", + "B ecause", + "▁J uni", + "▁Jun i", + "▁Ju ni", + "▁en contr", + "av i", + "a vi", + "V I", + "ak u", + "a ku", + "▁T on", + "▁To n", + "▁sm oking", + "▁b ay", + "▁ba y", + "work s", + "wor ks", + "а т", + "at tered", + "att ered", + "atter ed", + "atte red", + "▁Bo olean", + "▁ Boolean", + "▁B alt", + "▁Ba lt", + "▁Bal t", + "de fer", + "def er", + "path y", + "pat hy", + "pa thy", + "A h", + "▁a kt", + "▁ak t", + "▁ akt", + "▁gover nor", + "▁govern or", + "P ad", + "▁si sters", + "▁sister s", + "▁sist ers", + "La t", + "L at", + "▁re vel", + "▁r evel", + "▁rev el", + "▁reve l", + "▁S Y", + "▁ SY", + "it os", + "ito s", + "i tos", + "▁fil ters", + "▁filter s", + "▁ filters", + "Ch unk", + "con sum", + "cons um", + "▁rem oving", + "▁H err", + "▁He rr", + "▁Her r", + "▁gener ator", + "▁ generator", + "▁C ra", + "▁Cr a", + "▁far mers", + "▁farm ers", + "▁farmer s", + "▁Mem bers", + "▁Member s", + "▁ Members", + "▁over come", + "▁C in", + "▁Ci n", + "ig keit", + "cri ptions", + "cription s", + "cript ions", + "Test s", + "Te sts", + "T ests", + "▁к лу", + "▁sh ake", + "▁sha ke", + "▁ shake", + "▁y y", + "▁ yy", "pl acement", - "Ġä ven", - "ĠControl s", - "T ickets", - "ĠC asc", - "Ġdes pre", - "Ġe ater", - "ĠSe eds", - "Ġlat ency", - "ĠCole man", - "ĠEurope ans", - "Ġsein em", - "Ġd Ã¥", - "Ġconf ession", - "reg ate", - "Ġhyp not", - "ĠRot ary", - "Ġparch ment", - "P icture", - "W HO", - "que red", - "ÄĻ Å", - "G a", - "ĠN ed", - "Ġarter ies", - "m ai", - "en viron", - "ĠS ask", - "ĠF D", - "ĠO UR", - "Ġche wing", - "N ature", - "h urst", - "ĠW ellington", - "ĠH Q", - "ĠL oved", - "Pro of", - "Ġhold ings", - "ĠSpe ak", - "ĠRa iders", - "Ġhorm onal", - "Ident ity", - "ĠFinn ish", - "ĠM MA", - "Ġsal ts", - "Ġprofess ions", - "Ġaud its", - "ĠIh rer", - "} \",", - "Ð ±", - "ĠWe i", - "Ġpor celain", - "Ass et", - "Ġapp ell", - "Ġsal ute", - "45 1", - "Ġcher che", - "ĠMir anda", - "Ġa prend", - "al do", - "are mos", - "Ġtr ilogy", - "Ġfilm maker", - "Cho osing", - "Ġas hes", - "Ġpr ise", - "ĠHer z", - "Ġstew ards", - "u ely", - "Ġthreat ens", - "ĠRap ids", - "ĠF ax", - "Ġcl ust", - "---- ---", - "Ġty ing", - "Ġfac ult", - "arr is", - "ĠInit ially", - "Ġc ues", - "ĠB ret", - "ĠAlexand ria", - "p ast", - "Ġp d", - "Ġconsult ancy", - "ĠSun ny", - "ĠIP v", - "m iddle", - "ac qu", - "Ġprof icient", - "ĠProv iders", - "Ġsole mn", - "æº IJ", - "( %", - "< >();", - "p ox", - "Ġhe ra", - "ht ra", - "ub re", - "amb ia", - "Ġparam ount", - "sub s", - "Ġendeav ors", - "quart ered", - "4 35", - "S ched", - "ĠH of", - "ĠE rect", - "äº ¡", - "gg io", - "Ġb art", - "s chaft", - "Ġm ère", - "ĠM g", - "Ġsw orn", - "çİĭ åķĬ", - "Creat ive", - "èt res", - "Ġ ĊĠĠĠĠ", - "Ġm uit", - "Ġshe dding", - "S to", - "} (\\", - "éĿ ł", - "yth m", - "Elect ric", - "Ġdisreg ard", - "id et", - "ĠC rest", - "7 30", - "Ġc s", - "Ġen riched", - "ĠTh u", - "Ġke eper", - "p aces", - "ĠHe x", - "Ġplay back", - "ex ist", - "Ġtest ified", - "ĠAbb ott", - "Ġd anced", - "ĠC res", - "ĠR X", - "Ġmed als", - "sec ured", - "nÃŃ ho", - "ben ch", - "z ew", - "Ġa venue", - "m ajor", - "or r", - "ĠM ats", - "Run time", - "L IN", - "o ating", - "ĠSc andin", - "Ġsimultane ous", - "Ġto ggle", - "ak ter", - "Ġcer to", - "ĠVent ure", - "v iv", - "ĠD rain", - "art y", - "arg ent", - "Ex cept", - "ĠVert ical", - "Ġs s", - "Ġbed time", - "а ÑĤ", - "Ġpel ÃŃcul", - "60 4", - "Ġadvance ments", - "Ġbat ht", - "Ġcultiv ated", - "Ġattra verso", - "ĠT ec", - "ĠT ales", - "è¿ ª", - "Ġrepl en", - "rel ation", - "ET S", - "ĠMan ila", - "ĠRent als", - "esty les", - "M agn", - "ĠE du", - "ĠSe oul", - "ĠD ong", - "Ġsl ogan", - "rem ote", - "ad amente", - "em ploy", - "ĠWork place", - "ĠContin ental", - "Ġliber ation", - "Ġyou re", - "Ġass ur", - "att ributes", - "ibilit é", - "iz in", - "ĠDis p", - "ĠBre aking", - "o os", - "ĠB elf", - "ĠJ asper", - "pro bably", - "App ro", - "ĠRelations hips", - "s un", - "est ry", - "li able", - "ĠPre is", - "Ant h", - "ĠPro zent", - "Ġrapid ement", - "Cons ult", - "ĠRun ner", - "ĠUN ESCO", - "in valid", - "Ġfac ets", - "ais on", - "ĠRoberts on", - "T x", - "at rice", - "ĠT emplates", - "Ġident ifiable", - "Ġbehav iours", - "ĠBudd y", - "non atomic", - "Ġf ury", - "Ġsupp er", - "ĠSh arma", - "ER A", - "Ġbrow s", - "Ġscream s", - "Ġincorrect ly", - "develop ment", - "Ġserm on", - "Ġfl air", - "Ġstring ent", - "Ġaccred itation", - "Ġbl ush", - "ract ions", - "US B", - "Ġang ular", - "F K", - "S N", - "ir uses", - "Ġk en", - "sex ual", - "Ġmedi ante", - "O ften", - "éĢ Ģ", - "len ess", - "ät ze", - "Ġninete enth", - "t il", - "ĠN iet", - "Ġch illed", - "Ġcr éd", - "ĠG erald", - "Ġhum orous", - "Ġobject ions", - "ĠDomin ican", - "ĠRat ings", - "Ġmunicipal ities", - "s pr", - "ĠP UB", - "ĠL ol", - "Ġcons ig", - "Ġfore nsic", - "Ġcult ura", - "44 3", - "es ian", - "Ġhe fty", - "Ġz ast", - "sl ot", - "ĠRab bit", - "Ġchrist ian", - "Ġtrans ient", - "Ġcapital ist", - "Ġgig antic", - "ĠPier ce", - "ĠIntellig ent", - "Ġw aving", - "Ġp inned", - "ch all", - "MA C", - "ec ake", - "ĠTrans action", - "ĠEst ablish", - "ĠUnivers idad", - "ĠRehab ilitation", - "Ġcre ams", - "Ġupload ing", - "ĠSher man", - "C ancel", - "Ġf iller", - "Ġnot eworthy", - "Ġle vitra", - "Ġlot ion", - "Al g", - "Ġpy ramid", - "B oston", - "l ose", - "ĠW rest", - "ĠSu ites", - "oph one", - "Ġguid eline", - "nic as", - "ĠInvest ments", - "Ġhook up", - "éner gie", - "ices ter", - "Ġob liv", - "ĠAll ison", - "Ġpal ate", - "Ġmyth ology", - "Ġin ert", - "ĠK urd", - "Ġc aves", - "et ten", - "ĠD V", - "ĠG ed", - "P urchase", - "Ġsub ito", - "ĠSp aces", - "ĠFe eling", - "Ġquot ation", - "b old", - "at ched", - "ri ott", - "ĠL LP", - "ĠSt ones", - "Ġver o", - "Ġalt ijd", - "ĠT akes", - "ir á", - "Ġsmooth ie", - "bb ie", - "hh hh", - "H ola", - "T rain", - "Ġmail box", - "ĠS app", - "ià £o", - "Ġen vis", - "Ex pect", - "Ġcontract ual", - "ĠMob ility", - "Ġinfring ement", - "ur ai", - "ĠSh awn", - "Ġclar o", - "} ).", - "us k", - "ĠH z", - "ĠEx terior", - "Ġver fÃ", - "ly sis", - "ĠBo oth", - "r ato", - "Ġfor ged", - "Ġshut ter", - "ĠMel anie", - "ĠHard y", - "Ġtremend ously", - "b uster", - "ut an", - "ĠD ess", - "ĠD ump", - "Ġreal idad", - "ĠProm o", - "in ators", - "Ġreal mente", - "60 3", - "Ġswe ating", - "37 2", - "Out side", - "MO DE", - "Ġmö chte", - "ĠMiche le", - "Ġm ish", - "pe ak", - "ĠK its", - "ĠV era", - "Ġbes o", - "ĠLot us", - "ract ical", - "app e", - "Ġmy cket", - "ann ée", - "b inary", - "ĠL ack", - "ĠRes earchers", - "Ġcom enz", - "um ab", - "ĠReg ulatory", - "ĠWork er", - "ĠTor res", - "Ġexperiment ation", - "umer able", - "ĠSant os", - "represent ed", - "! <", - "z illa", - "aut é", - "Ġdri p", - "Ġfol lic", - "Pe ace", - "ĠSus sex", - "ĠW WE", - "(( (", - "ĠW ent", - "Ġinconven ience", - "re pos", - "Ġel a", - "Ġver de", - "Ġo cur", - "Ġré fé", - "ĠRose mary", - "T ony", - "am ientos", - "ang ling", - "ĠPrint able", - "hy per", - "v u", - "app s", - "ĠCor al", - "App arently", - "rim ination", - "Ġrestrict ive", - "ĠLib ya", - "s ocket", - "Ġal monds", - "ĠL ung", - "Ġover lay", - "Ġpos ing", - "Ġcos mic", - "Ġhier arch", - "4 13", - "A j", - "c redit", - "p rior", - "Ġst aged", - "ĠV irt", - "get Value", - "J et", - "ĠP orts", - "rit s", - "B s", - "is is", - "Ġb ash", - "Ġe commerce", - "ĠM esa", - "oc ating", - "Ġem body", - "äº ¦", - "ĠSo ap", - "isp here", - "çĥ Ī", - "å¸Į æľĽ", - "ĠL t", - "ĠRes idents", - "Ġinform ing", - "I AN", - "ra ise", - "Ġinflu encer", - "ad le", - "Ġk idd", - "Ġunder gone", - "ðŁ ı", - "mo il", - "Ġnovel ty", - "Ant i", - "= [", - "m oving", - "Ġh ues", - "Ġsp re", - "ĠMet als", - "El le", - "Ġalarm ing", - "Ġd int", - "Ġhe ir", - "Ġwe ave", - "ab b", - "ĠJ ade", - "Ġsit io", - "Ġworth less", - "Ġpow dered", - "ĠOwn ers", - "ĠHung arian", - "Ġle y", - "Ġteam ed", - "ĠSp end", - "tr im", - "ä¸Ģ äºĽ", - "Ġroad map", - "o ine", - "art isan", - "Ġconscious ly", - "U U", - "Ġcon he", - "Ġrap ed", - "sl ice", - "Ġtram adol", - "Ġex ig", - "Ġcontext ual", - "utt le", - "ĠWals h", - "Ġestabl ishes", - "g ren", - "ĠX i", - "ĠMess iah", - "Prot ect", - "re ply", - "Ġr idge", - "ove re", - "ĠPal in", - "Ġe ins", - "ud em", - "Ġrecogn izable", - "ĠS ync", - "Is n", - "Ġmis use", - "ĠMa ar", - "Gu ide", - "ur ban", - "oc re", - "Ġfire arm", - "Error f", - "ĠPunj ab", - "P ush", - "MA RY", - "ci pe", - "ĠIh ren", - "o ji", - "Ġdem ise", - "as aki", - "us se", - "ĠN ue", - "Ġpersonal ised", - "Ġep ile", - "Return s", - "Ġd yst", - "ac ic", - "cul os", - "ĠMod i", - "Ġinhib it", - "l ake", - "con vert", - "Cont ains", - "UT E", - "Ġs ibling", - "Ġfor wards", - "ĠLux em", - "Ġweaken ed", - "ĠProceed ings", - "Ġs aga", - "Ġp iel", - "34 6", - "Ġsm elled", - "emicon ductor", - "N umer", - "Ġal te", - "ĠR ag", - "Ġdesc endants", - "ĠSac red", - "ĠCham bers", - "Ġp g", - "Ġsc all", - "Ġpump ed", - "Ġth ief", - "ĠS G", - "Ġvis age", - "Ch art", - "ĠNo ise", - "ĠMed itation", - "ä¸į åı¯", - "ĠCool ing", - "ich é", - "æĪĺ æĸĹ", - "Ġversch ill", - "ĠWW II", - "R oyal", - "Ġdist int", - "Ġutil ise", - "rieb en", - "ĠP on", - "á vel", - "arg a", - "Ġwid gets", - "Ġindex es", - "ommod ation", - "rec ated", - "ĠTO DAY", - "6 12", - "P rices", - "Ġv ole", - "iz ação", - "ĠFr aser", - "am ar", - "ĠComm e", - "Ġge ek", - "Ġtight ening", - "ĠLight weight", - "contin ue", - "F G", - "j r", - "Ġf ic", - "Ġon wards", - "ick ness", - "Ġem peror", - "Ġsl ut", + "place ment", + "plac ement", + "▁a wards", + "▁aw ards", + "▁award s", + "▁epis odes", + "▁episode s", + "▁Bl ood", + "▁Blo od", + "▁bul let", + "▁bull et", + "▁ bullet", + "▁v iene", + "▁vi ene", + "▁vie ne", + "▁Fin ancial", + "F uture", + "▁r ou", + "▁ro u", + "▁ rou", + "▁bi ologie", + "▁use State", + "ia ni", + "ian i", + "i ani", + "pie ce", + "p iece", + "▁spe aker", + "▁speak er", + "▁re fr", + "▁ref r", + "AR K", + "▁M IT", + "▁MI T", + "▁ MIT", + "▁T an", + "▁Ta n", + "▁B ased", + "▁Bas ed", + "▁Base d", + "▁Ba sed", + "▁ Based", + "▁cult iv", + "▁hung ry", + "▁A y", + "▁H ey", + "▁He y", + "▁ Hey", + "▁excit ement", + "ibr aries", + "Hi t", + "H it", + "▁E nde", + "▁En de", + "▁End e", + "N G", + "FI L", + "F IL", + ".\" )", + ". \")", + "F amily", + "in ery", + "ine ry", + "iner y", + "ne cess", + "ve lope", + "vel ope", + "velop e", + "▁B ot", + "▁Bo t", + "▁ Bot", + "port er", + "por ter", + "porte r", + "p orter", + "▁cl imb", + "▁clim b", + "▁E li", + "▁El i", + "ur ent", + "ure nt", + "uren t", + "u rent", + "▁mist akes", + "▁mistake s", + "áb an", + "á ban", + "mark s", + "mar ks", + "m arks", + "pk t", + "p kt", + "L ibrary", + "st ed", + "ste d", + "s ted", + "ublic e", + "ubl ice", + "▁Administr ation", + "▁Admin istration", + "▁sh apes", + "▁shape s", + "▁sha pes", + "пу бли", + "Go d", + "G od", + "in nen", + "inn en", + "ко ло", + "к оло", + "<< <<", + "ib e", + "i be", + "ê s", + "▁С ША", + "▁Fore ign", + "▁ Foreign", + "▁Marg aret", + "▁g ene", + "▁gen e", + "▁ge ne", + "▁dist urb", + "▁т ер", + "▁те р", + "▁ тер", + "▁on Click", + "▁Engine ering", + "▁stop ping", + "▁sto pping", + "▁restr ictions", + "▁restrict ions", + "▁restriction s", + ", *", + "BU F", + "▁sh adows", + "▁shadow s", + "hc i", + "h ci", + "▁Christ ians", + "▁Christian s", + "▁f ence", + "▁fen ce", + "▁lux ury", + "ak h", + "a kh", "co ord", - "Ġmodel o", - "-------------------------------- ----------------", - "ĠSab bath", - "m ÄĽ", - "ec ip", - "Ġmin er", - "ĠEd ison", - "Ġtend encies", - "Ġtransform ations", - "Top ics", - "sv g", - "Ġh inter", - "Ġg ag", - "Ġv ient", - "ĠG ian", - "Ġcomp ét", - "ied en", - "par agus", - "\". /", - "ĠX XX", - "Ġcomplet es", - "Ġmotiv ations", - "Ġdepart ed", - "Ġreck less", - "w arm", - "reat ing", - "Ġscr atching", - "Ġn ed", - "ĠI ris", - "ays on", - "up on", - "Ġret iring", - "Ġsin us", - "Ġgrant ing", - "Ġmanifest ations", - "ur ge", - "Ġgra zie", - "Ġmax imal", - "Ġexplo ited", - "ĠTit ans", - "ĠGeor getown", - "#! /", - "V irgin", - "umb a", - "Ġsem pl", - "Ġnurt uring", - "Ġext inction", - "aj as", - "ĠV T", - "Ġpenet rate", - "F avorite", - "r ÃŃ", - "vern ight", - "n ite", - "Ġinc ur", - "Ġtim estamp", - "ĠMal colm", - "dig ital", - "B irth", - "ĠT ape", - "ig ar", - "ig ens", - "cl ed", - "æĺ Ł", - "ät te", - "Ġimpe cc", - "R ain", - "á ĥ", - "Ġo ats", - "Ġr s", - "Ġcook s", - "mm mm", - "Ġlum ière", - "ĠRah men", - "é is", - "ail le", - "Ġmon ks", - "40 6", - "aff les", - "æŀ Ħ", - "ĠT yr", - "Ġam ph", - "Ġcomm enced", - "=\" #", - "Ġdr ills", - "Ġtrust s", - "Ġregener ation", + "▁invest igate", + "▁investig ate", + "▁convent ional", + "▁convention al", + "\" —", + "▁vis its", + "▁visit s", + "is é", + "▁S ac", + "▁Sa c", + "class Name", + "▁Psy ch", + "▁ref lected", + "▁reflect ed", + "▁п ло", + "▁ пло", + "▁V ice", + "▁Vi ce", + "▁Vic e", + "ła w", + "ł aw", + "________ ________", + "▁W olf", + "▁Wol f", + "re nte", + "ren te", + "rent e", + "r ente", + "▁Ch ampion", + "▁sim ulation", + "es ota", + "eso ta", + "▁S oon", + "▁So on", + "▁C el", + "▁Ce l", + "▁the ories", + "▁S TR", + "▁ST R", + "▁ STR", + "▁collect ive", + "▁coord inate", + "query Selector", + "em ed", + "eme d", + "e med", + "B reak", + "▁g ef", + "▁ge f", + "▁electric ity", + "▁gather ing", + "at ers", + "ate rs", + "ater s", + "a ters", + "ex per", + "exp er", + "▁R oma", + "▁Rom a", + "▁Ro ma", + "▁Co oper", + "SY MBOL", + "v d", + "ivers ary", + "ain es", + "ai nes", + "aine s", + "a ines", + "▁G rad", + "▁Gr ad", + "▁Gra d", + "▁ Grad", + "▁independ ence", + "wo h", + "w oh", + "▁con sequence", + "▁consequ ence", + "▁convers ations", + "▁conversation s", + "▁R ou", + "▁Ro u", + "▁and ere", + "▁ander e", + "▁System s", + "га р", + "г ар", + "▁mo ist", + "▁mois t", + "fl u", + "f lu", + "ці я", + "ни ш", + "▁r ode", + "▁ro de", + "▁rod e", + "▁p erd", + "▁per d", + "▁pe rd", + "▁s zer", + "▁sz er", + "▁fl ood", + "▁flo od", + "▁in tim", + "▁int im", + "std err", + "▁ref lection", + "▁reflect ion", + "Sc an", + "S can", + "▁dis aster", + "ake spe", + "akes pe", + "▁In valid", + "▁ Invalid", + "▁hum or", + "▁Fried rich", + "▁suggest ions", + "▁suggestion s", + "uv ud", + "De lay", + "Del ay", + "br ief", + "b rief", + "▁и с", + "▁ ис", + "gl ied", + "fa s", + "f as", + "▁S mart", + "▁Sm art", + "▁m edi", + "▁me di", + "▁med i", + "▁ medi", + "sd k", + "s dk", + "▁se us", + "▁seu s", + "▁A rizona", + "▁innoc ent", + "War n", + "W arn", + "ac ious", + "aci ous", + "acio us", + "▁Mos cow", + "▁c aps", + "▁cap s", + "▁ca ps", + "▁ caps", + "Dele gate", + "▁dram atic", + "bo oks", + "book s", + "▁sh ore", + "▁ shore", + "uk i", + "u ki", + "▁Russ ell", + "▁cor relation", + "▁corre lation", + "▁correl ation", + "He lp", + "Hel p", + "▁pub blic", + "zy m", + "z ym", + "com b", + "co mb", + "c omb", + "E Y", + "LEN GTH", + "▁M ün", + "▁_ .", + "▁ _.", + "▁f erm", + "▁fe rm", + "▁fer m", + "▁I an", + "▁St udio", + "▁Stud io", + "▁aff airs", + "▁affair s", + "lo s", + "l os", + "Rule s", "R ules", - "Ġrep o", - "ĠGrand ma", - "A qu", - "st ates", - "Ġmon uments", - "Ġmult in", - "Iss ue", - "4 17", - "af ka", - "Ġsv il", - "ĠC utter", - "ĠM J", - "Ġreg isters", - "ĠMy SQL", - "ĠS ever", - "Ġper ch", - "the l", - "ĠWeb inar", - "Ġle uk", - "Ġover coming", - "av ar", - "ö m", - "cd ot", - "m ong", - "Ġw ield", - "st ay", - "im pro", - "ĠV od", - "ĠUp grade", - "lab els", - "Ġin verse", - "Ġplug ged", - "+ /-", - "ĠIn vol", - "Ġeng ages", - "Ġodpow ied", - "Material s", - "in itions", - "Ġtr att", - "Ġla at", - "Ġthank fully", - "Ġbat ches", - "Ġoutrage ous", - "ul te", - "Ġal um", - "Ġal gu", - "ett re", - "T ogether", - "Wh ats", - "34 7", - "ĠRead ers", - "Ġhero in", - "ĠMaj esty", - "Ġpled ged", - "ĠL anguages", - "vers ible", - "ĠSim mons", - "ĠWis dom", - "ĠMiss ing", - "ĠInsp ired", - "ĠLa wn", - "pan ies", - "Ġp all", - "Ġle uke", - "reg ulation", - "Inter view", - "ĠSem i", - "Ġmattress es", - "A men", - "Ġl att", - "ĠCong o", - "ĠBere ich", - "ard a", - "AB C", - "ĠUnc ategorized", - "Ġ iz", - "ĠD ank", - "Ġus c", - "Ġquest e", - "ÅĽci Äħ", - "Ġl ows", - "ĠD ock", - "ĠSt Ã", - "ĠCh ancellor", - "ĠZ we", - "Ġfet al", - "Ġakt iv", - "Ġoverd ose", - "Ġimprison ment", - "ĠPark inson", - "Not Null", - "Ġdecl ines", - "Ġdécouv rir", - "ĠS CO", - "Ġtr out", - "St atic", - "Ġcrit erion", - "l ime", - "ĠAs c", - "è se", - "Jack son", - "4 95", - "ĠComp onents", - "ĠBook ing", - "Ġshut ting", - "ĠFor rest", - "Ġteam work", - "ĠGu atem", - "wart z", - "Ġpres idents", - "de ad", - "Ġworks heet", - "Tr igger", - "Ġeth anol", - "ĠW ahl", - "ĠShare Point", - "Ġjudg ments", - "B erry", - "s ym", - "Ġw arto", - "Ġan esthesia", - "ĠMan aged", - "pow iedz", - "m achine", - "ĠK eller", - "Ġreli ably", - "ĠRevel ation", - "Ġk itten", - "60 2", - "direct ed", - "ij ah", - "Ġbow ed", - "Ġt ipped", - "er te", - "ĠT ire", - "ĠH EL", - "th s", - "Ġk urz", - "Ġav rebbe", - "Ġshort cut", - "Ġhorn s", - "t hens", - "Ġcon duc", - "ĠK arn", - "form e", - "---- --", - "Ġtit re", - "ĠDomin ic", - "C EO", - "he iten", - "ĠM G", - "Gold en", - "Orig in", - "Ġorph an", - "Ġmo vers", - "ĠSav annah", - "9 70", - "ĠN SA", - "ex ternal", - "Ġé d", - "uss ed", - "Ġlors qu", - "l ittle", - "Ġacceler ating", - "w ashing", - "al ities", - "ĠS aving", - "end l", - "Ġcan adian", - "ĠF ork", - "ĠL ent", - "erm int", - "iet t", - "Ġmand ates", - "Ġgam er", - "Ġconfident ly", - "? (", - "g ering", - "Ġl umber", - "ab ella", - "ĠL ayout", - "Ġch auff", - "ink i", - "Ġsc u", - "ĠMan it", - "ĠEr nest", - "ĠGes und", - "Ġn ets", - "Ġr asp", - "Ġback bone", - "Ġú nico", - "ĠInspect ion", - "P ray", - "ĠA uction", - "________ ____", - "HT TP", - "ĠCatal og", - "è ı", - "ĠSp an", - "Ġmor ally", - "Ġrelent less", - "' ].", - "t rip", - "Ġbeh and", - "ĠOff ering", - "Ġexpress es", - "ĠSat ellite", - "un ken", - "Ġpre n", - "ĠGr ants", - "Ġenc aps", - "Ġboo bs", - "Ġrem ix", - "éĢ ĥ", - "Ġk ettle", - "Ġcra vings", - "Reg arding", - "Ġwaste water", - "B ind", - "h d", - "ĠD ex", - "icy cle", - "Ġpap el", - "Ġbapt ism", - "Rend erer", - "c ulture", - "è Ń", - "Ġu z", - "ĠQ t", - "bo ost", - "ĠSl ovak", - "ĠK NOW", - "Ġprefer able", - "Ġprzy pad", - "is ant", - "Ġre inst", - "ĠTh r", - "Ġmot if", - "ĠSch midt", - "Ġvo z", - "ĠM Hz", - "ĠO L", - "Ġte k", - "ĠBy ron", - "Ġcu atro", - "g rees", - "yst e", - "Ġgreat ness", - "ĠAll ied", - "ĠReg arding", - "ĠTrans mission", - "Ġcomed ian", - "çĶ± äºİ", - "ĠPant hers", - "D ry", - "K at", - "uc iones", - "å¥ ī", - "Ġboost ed", - "Ġnic er", - "Ġdeploy ing", - "ĠBened ict", - "ĠPl aint", - "Ġaud ition", - "ĠPe er", - "ĠSome how", - "ĠFranc o", - "k al", - "Ġsl ippery", - "mes h", - "ç§ Ģ", - "ĠM its", - "Ġj unction", - "ĠBald win", - "Ġredund ant", - "iothe rapy", - "j am", - "Ġcann abin", - "Ġchampions hips", - "ĠW en", - "Ñģ ÑĤ", - "ĠScient ists", - "ie red", - "å® ¤", - "ĠVer fÃ", - "Ġexpress ly", - "æĭ ħ", - "Ġclim ax", - "ĠC LE", - "Ġcont raction", - "Ġstar red", - "çĽ ĸ", - "K om", - "ĠC one", - "ĠF rage", - "Ġse ams", - "Ġid é", - "ic amente", - "un as", - "Ġsh ores", - "Ġes emp", - "Ġdisc overs", - "b uch", - "Ġte asing", - "Ġconsult ed", - "Ġrefres hed", - "ilant ro", - "ĠL ob", - "ĠWh olesale", - "Y ep", - "ĠC openhagen", - "ĠD EC", - "ĠPre paration", - "ĠPower ful", - "p our", - "ĠG ST", - "man i", - "ĠDO I", - "J ane", - "Ġ ÅĻ", - "Ġlingu istic", - "oss ier", - "ĠSu itable", - "ĠDis aster", - "ĠMus ik", - "48 5", - "Ġdzie ci", - "Ġsvil upp", - "im y", - "ĠG ad", - "Ġfull est", - "45 5", - "ĠAir bnb", - "Ġir rad", - "ĠIdent ification", - "d os", - "Ġpl ush", - "ĠY A", - "com ments", - "se ite", - "ĠAr bor", - "Ġcontin ental", - "fl ight", - "ĠGo es", - "aron o", - "O l", - "DE FAULT", - "ĠIndones ian", - "c zenia", - "g or", - "ĠWhit ney", - "L ots", - "se ven", - "ĠD ew", - "ĠH els", - "Ġr in", - "sc hed", - "Ġearn s", - "G er", - "Ġconf in", - "ĠPol ar", - "ĠF olk", - "Ġsim ulated", - "éĩ ĩ", - "Ġa ch", - "ĠM ald", - "Ġlim estone", - "ĠInfin ity", - "Ġpéri ode", - "oot s", - "ta ire", - "Ġay uda", - "Ġrenov ations", - "Ġn ib", - "Ġne urop", - "ĠSe qu", - "ĠURL s", - "S ab", - "th ane", - "Ġscreens hots", - "\" {", - "ĠV ig", - "iss ible", - "enc hes", - "Ġgrow ers", - "ĠPer l", - "EM P", - "Rep resent", - "Ġstr ay", - "ĠCoast al", - "St an", - "Mod els", - "Ġsumm ers", - "in ished", - "Ġb arr", - "Ġut ens", - "b is", - "ĠP endant", - "ĠW Ã", - "Ġhero ic", - "Ġamer ica", - "ĠSlo ven", - "ĠCl uster", - "Ġviv re", - "ÃŃ r", - "ĠBel arus", - "Ġspo iled", - "ĠSlee ve", - "â ŃIJ", - "and es", - "cl uir", - "Ġmast ered", - ": ]", - "Ġu i", - "Ġst arch", - "Ġr uth", - "ĠSt rom", - "DE F", - "ĠD ienst", - "pl anes", - "Ġadvantage ous", - "ĠP IN", - "ĠTh in", - "ten ham", - "Res et", - "Ġgastro intestinal", - "' #", - "Ġc reek", - "ent ure", - "ĠC AL", - "Ġfact ual", - "ox id", - "Ġinit iation", - "Ġsens ual", - "Ġdefault s", - "bas ic", - "Ġabnormal ities", - "6 90", - "un ches", - "éĻ ©", - "Ġoxid ation", - "ĠP ret", - "Th row", - "ĠIN FORMATION", - "Ġinitial ize", - "Ġwarrant ies", - "Ġquizz es", - "A gg", - "ur ia", - "Ġche min", - "ĠCon clusion", - "Ġbloom s", - "5 35", - "Ġble ach", - "ĠPand emic", - "Ġt ing", - "Ġa ided", - "ĠJ ub", - "icult ure", - "Ġadm itting", - "Ġwarm ed", - "Ġphilos opher", - "Ġkilomet res", - ": <", - "ou ched", - "ĠTe e", - "Ġré du", - "éĩ İ", - "Ġfasc ination", + "run ning", + "r unning", + "▁Post ed", + "▁Po sted", + "▁Pos ted", + "P ixel", + "▁d ancing", + "▁dan cing", + "▁agree ments", + "▁agre ements", + "▁agreement s", + "▁P ic", + "▁Pi c", + "an cia", + "anc ia", + "a ncia", + "▁m á", + "ation Token", + "des criptor", + "▁C arter", + "▁Car ter", + "▁Cart er", + "Re lease", + "Rele ase", + "**** ********", + "******** ****", + "****** ******", + "▁out standing", + "ch anges", + "change s", + "chan ges", + "AR RAY", + "▁Bar bara", + "▁Barb ara", + "▁nur se", + "▁nurs e", + "( \r", + "▁Dou glas", + "▁Doug las", + "▁nu cle", + "▁nuc le", + "ou ri", + "our i", + "o uri", + "▁St yle", + "▁ Style", + "av o", + "a vo", + "▁pain ful", + "▁s lic", + "▁sl ic", + "▁sein em", + "▁seine m", + "▁sei nem", + "SUP PORT", + "og ene", + "ogen e", + "oge ne", + "▁sat ell", + "ta gon", + "tag on", + "t agon", + "▁coll apse", + "▁ collapse", + "ve lle", + "vel le", + "v elle", + "MO N", + "M ON", + "augh ters", + "aught ers", + "aughter s", + "▁threat ened", + "▁Il legal", + "▁desper ate", + "st rict", + "str ict", + "stri ct", + "ru s", + "r us", + "сти ту", + "\\\" :", + "\\ \":", + "▁conf lic", + "down load", + "at os", + "ato s", + "a tos", + "▁Pos ition", + "▁ Position", + ".* ;", + ". *;", + "▁the ater", + "▁ple asant", + "▁C ette", + "▁Sing apore", + "he et", + "▁p ir", + "▁pi r", + "▁ac quis", + "▁acqu is", + "▁на зва", + "те ля", + "тел я", + "▁rec ru", + "же ния", + "ё л", + "вер сите", + "▁res pective", + "▁respect ive", + "▁t unnel", + "▁tun nel", + "▁tunn el", + "▁De an", + "D u", + "▁un cle", + "▁unc le", + "▁off ensive", + "co lo", + "col o", + "c olo", + "▁Un like", + "se ries", + "ser ies", + "serie s", + "s eries", + "▁A rn", + "▁Ar n", + "min ute", + "▁des criptor", + "▁ descriptor", + "▁st ones", + "▁stone s", + "▁sto nes", + "IC ATION", + "▁P ad", + "▁Pa d", + "▁ Pad", + "▁i Phone", + "e i", + "▁fant asy", + "▁Kore an", + "▁Korea n", + "\" }", + "▁or th", + "▁ orth", + "hal ten", + "halt en", + "de ep", + "▁K ay", + "▁Ka y", + "requ ency", + "▁du ties", + "▁dut ies", + "aw t", + "a wt", + "▁ne arest", + "▁near est", + "▁dis order", + "ст ру", + "▁Ch ile", + "▁Chi le", + "▁s eq", + "▁se q", + "▁ seq", + "▁transport ation", + "O O", + "▁D ez", + "▁De z", + "ij u", + "i ju", + "▁Result s", + "▁ Results", + "je d", + "j ed", + "iv el", + "ive l", + "i vel", + "HO ST", + "H OST", + "▁ €", + "▁ Î", + "▁c hin", + "▁ch in", + "▁chi n", + "▁m att", + "▁mat t", + "▁ma tt", + "▁v oted", + "▁vo ted", + "▁vote d", + "▁vot ed", + "▁ge hör", + "▁s ue", + "▁su e", + "▁leg acy", + "в ся", + "SO URCE", + "W ORK", + "it is", + "iti s", + "▁$ |", + "▁о бо", + "▁об о", + "▁n r", + "▁ nr", + "▁T amb", + "▁Ta mb", + "▁Tam b", + "▁sn ap", + "▁ snap", + "▁im pressed", + "▁imp ressed", + "▁impress ed", + "▁depos it", + "▁d ivid", + "▁di vid", + "▁div id", + "Seg ment", + "▁к ар", + "▁ка р", + "▁ кар", + "▁G as", + "▁Ga s", + "▁cr imes", + "▁crim es", + "▁crime s", + "▁cri mes", + "▁ins ult", + "▁H um", + "▁Hu m", + "▁bound ed", + "▁k icked", + "▁kick ed", + "▁М у", + "▁| \\", + "▁ |\\", + "ad ded", + "add ed", + "Pro du", + "P rodu", + "▁. /", + "▁ ./", + "▁awk ward", + "▁К ра", + "▁ ї", + "▁CON TR", + "▁be im", + "▁bei m", + "▁place holder", + "▁ placeholder", + "sp i", + "s pi", + "▁B ei", + "▁Be i", + "▁P f", + "ient es", + "ien tes", + "iente s", + "i entes", + "dis k", + "di sk", + "d isk", + "bl k", + "ne o", + "it arian", + "ita rian", + "itar ian", + "▁c ogn", + "▁co gn", + "▁s out", + "▁so ut", + "▁sou t", + "▁tr ash", + "▁tra sh", + "▁tras h", + "▁R ab", + "▁Ra b", + "▁dec line", + "▁decl ine", + "ta t", + "t at", + "▁comb ine", + "▁T ot", + "▁To t", + "▁dr ops", + "▁dro ps", + "▁drop s", + "Time s", + "Tim es", + "T imes", + "ched uler", + "chedul er", + "▁govern ments", + "▁government s", + "Te x", + "T ex", + "▁U sed", + "▁Us ed", + "▁Use d", + "▁ Used", + "за н", + "з ан", + "▁p d", + "▁ pd", + "ме т", + "м ет", + "▁&= &", + "▁N ag", + "▁Na g", + "▁до л", + "▁ дол", + "▁Al ways", + "rt c", + "r tc", + "ск е", + "с ке", + "▁perform ances", + "▁performance s", + "rupt ed", + "rup ted", + "▁д ва", + "▁man agers", + "▁manager s", + "▁manage rs", + "▁P itt", + "▁Pi tt", + "▁myst ery", + "▁myster y", + "▁set tle", + "▁sett le", + "ul se", + "uls e", + "cr oss", + "cro ss", + "c ross", + "quest ion", + "as ha", + "ash a", + "a sha", + "se ed", + "see d", + "s eed", + "ur able", + "ura ble", + "Fin al", + "Fi nal", + "F inal", + "++ ++", + "input s", + "▁back up", + "▁ backup", + "▁Le arning", + "▁Lear ning", + "▁Learn ing", + "▁* ,", + "▁ *,", + "lo go", + "log o", + "l ogo", + "▁se inen", + "▁sein en", + "▁seine n", + "▁sei nen", + "▁vulner able", + "direct ory", + "i ë", + "▁friend ship", + "▁friends hip", + "t u", + "▁V ec", + "▁Ve c", + "▁ Vec", + "rif ice", + "rific e", + "▁б ра", + "▁ бра", + "▁inv olve", + "▁invol ve", + "TO N", + "T ON", + "▁cor rid", + "se par", + "sep ar", + "Dest roy", + "▁j ul", + "▁ju l", + "▁inequ ality", + "▁a in", + "▁ai n", + "▁ ain", + "he x", + "h ex", + "▁w ider", + "▁wide r", + "▁wid er", + "те ли", + "тел и", + "▁j ack", + "▁ja ck", + "▁ jack", + "▁qu ot", + "▁ quot", + "▁G len", + "▁Gl en", + "▁Gle n", + "init ely", + "ih ood", + "i hood", + "▁wa ist", + "▁Man chester", + "reg ular", + "▁( &", + "▁ (&", + "▁mass es", + "▁mas ses", + "▁DE FAULT", + "▁ DEFAULT", + "▁ch airs", + "▁chair s", + "▁cha irs", + "▁F ast", + "▁Fa st", + "▁ Fast", + "▁c itt", + "▁cit t", + "▁ci tt", + "_{ {\\", + "_ {{\\", + "o a", + "▁$ \\{", + "▁$\\ {", + "▁se eds", + "▁see ds", + "▁seed s", + "▁A ld", + "▁Al d", + "▁B att", + "▁Ba tt", + "▁Bat t", + "fa b", + "f ab", + "▁democr acy", + "DT O", + "D TO", + "▁H ij", + "▁Hi j", + "PT R", + "P TR", + "N a", + "▁Har vard", + "si d", + "s id", + "Pr ed", + "Pre d", + "P red", + "fer s", + "fe rs", + "f ers", + "▁s pare", + "▁sp are", + "AM P", + "A MP", + "▁g roupe", + "▁group e", + "▁s ender", + "▁se nder", + "▁send er", + "▁sen der", + "▁ sender", + "▁Christ opher", + "▁prison ers", + "▁prisoner s", + "▁K er", + "▁Ke r", + "▁C rist", + "▁Cr ist", + "▁Cris t", + "▁A LL", + "▁AL L", + "▁ ALL", + "ri ce", + "ric e", + "r ice", + "▁an tes", + "▁ant es", + "▁ante s", + "▁ antes", + "nat ural", + "▁Su san", + "▁Sus an", + "▁J uli", + "▁Jul i", + "▁Ju li", + "▁di ab", + "▁dia b", + "ix on", + "ic ator", + "ica tor", + "▁flex ible", + "▁re serve", + "▁res erve", + "▁reserv e", + "Cont ains", + "▁H il", + "▁Hi l", + "▁I sa", + "▁Is a", + "▁town s", + "▁tow ns", + "G S", + "▁T rad", + "▁Tr ad", + "▁Tra d", + "▁L ock", + "▁Loc k", + "▁Lo ck", + "▁ Lock", + "▁G rund", + "▁Gr und", + "▁Gru nd", + "▁crit icism", + "▁critic ism", + "н ю", + "▁c ă", + "▁polit ician", + "st able", + "sta ble", + "s table", + "Ac cept", + "Sum mary", + "▁tamb ém", + "▁també m", + "}^ {-", + "}^{ -", + "} ^{-", + "▁I M", + "▁ IM", + "id al", + "ida l", + "i dal", + "мо р", + "м ор", + "Bl ue", + "GRO UP", + "▁term inal", + "▁termin al", + "▁complex ity", + "▁loc ally", + "▁local ly", + "DO WN", + "▁N ear", + "▁Ne ar", "Dep th", - "Ġmatern ity", - "ĠV amp", - "cont roll", - "C md", - "Ġsp acing", - "ili ated", - "Ġlif estyles", - "Ġadul thood", - "Ġof rece", - "ve ments", - "ĠC aval", - "Ġr ôle", - "ĠY acht", - "org t", - "ador as", - "ĠAdm iral", - "W O", - "im eters", - "ir se", - "itt i", - "Ġexp ires", - "Ġpay check", - "Ġvib es", - "ĠDrag ons", - "? ),", - "åĨ ľ", - "Perm ission", - "Ġfind et", - "sub scribe", - "Ġpier cing", - "ĠDim ension", - "Ġpig ment", - "S now", - "ent ing", - "od zi", - "ĠOff ices", - "Ġarom atic", - "p iel", - "Ġm nie", - "ĠP arl", - "Ġsu as", - "ĠV ote", - "Ġattack ers", - "ĠLuther an", - "ĠColleg es", - "Ġwh im", - "ĠDe bor", - "Ġbright ly", - "ĠFre eman", - "Ġcomprom ising", - "cipl ine", - "Ġcont emplate", - "Ġchild care", - "Ġsi endo", - "Ġpill ar", - "ĠBol lywood", - "Ġplaint iffs", - "orig in", - "D one", - "ill age", - "ĠR im", - "ĠV ibr", - "osit ories", - "path s", - "at ical", - "ĠM US", - "Ġz ien", - "éĩ Ĭ", - "ERS ON", - "Ġlod ging", - "AR R", - "Ġcollabor ated", - "post ed", - "rij k", - "Ġcalm ly", - "åijĬ è¯ī", - "Ġmanuscript s", - "ĠKard ash", - "F ly", - "v ars", - "ĠC lement", - "ore an", - "Ġav atar", - "Rec ipe", - "Mot or", - "Cl aim", - "Ġp ote", - "ĠM oto", - "ĠP ou", - "ĠP ly", - "est ial", - "ck a", - "Ġcoun selling", - "best os", - "Ġro l", - "Ġturn around", - "Ġemer ges", - "Ġsusp ense", - "ĠLov ely", - "R achel", - "st ructure", - "Ġtr ays", - "Ġdep icts", - "Ġhyd rated", - "m il", - "Ġfeed er", - "ĠCa esar", - "Ġturt le", - "en so", - "Ġline back", - "Ġb ans", - "Ġfl own", - "Ġobst ruction", - "im ps", - "ĠSh ares", - "ĠGe o", - "ĠSam antha", - "can ic", - "Ġpron ounce", - "Ġroomm ate", - "al ter", - "Ġins ure", - "Ġterm ed", - "ĠLau ndry", - "ol tre", - "Ġoff enses", - "Ġlib erals", - "Ġarm ies", - "е ÑĤ", - "================================ ================================", - "5 99", - "æĿ Ł", - "ĠPow ered", - "Ġgr amm", - "Ġhist oire", - "Id x", - "st ant", - "Ġy ork", - "Ġpr ick", - "æī ĺ", - "Ġlif ecycle", - "Ġpub li", - "Ġdiss ip", - "ĠNor folk", - "ĠOcc asion", - "Ġcurs ed", - "Ġmunicip ality", - "ĠVern on", - "or ically", - "Ġorche str", - "ĠM eter", - "ash ions", - "ĠGold man", - "Ġp its", - "ĠM und", - "ĠEd iting", - "Ġfuel ed", - "stra ÃŁe", - "Ġtoug hest", - "ĠD ON", - "Ġj Ã", - "Ġen qu", - "Ġvert ically", - "Ġd itch", - "ah aha", - "Ġkön nte", - "Ġh ou", - "et able", - "ore ply", - "av is", - "ĠNew sp", - "af er", - "ĠFl ickr", - "Äħ c", - "yt u", - "44 2", - "ĠTer re", - "ãĤ Ĵ", - "dest roy", - "å® Ŀ", - "Ġphys ic", - "ĠMal one", - "Custom ers", - "Process or", - "H OW", - "Ġdo omed", - "Ġcons équ", - "Ġcart ridges", - "FO RE", - "ĠLoc ations", - "Ġunre asonable", - "Ġcomerc ial", - "d as", - "it he", - "Ġb tw", - "ic its", - "end es", - "Ste ps", - "Ġele phants", - "font s", - "èIJ ¨", - "ÃŃcul os", - "Ġan arch", - "ĠA uckland", - "ign ore", - "sw ick", - "Ġob solete", - "Ġcontin ents", - "At tr", - "ĠBas ics", - "Ġauth ored", - "Ġbond ed", - "Interest ed", - "g ay", - "âĢĻ )", - "ie ving", - "Ġch urn", - "ĠZ ar", - "Ġperiod o", - "ĠDiet ary", - "Ġpor ter", - "Ġpercent ages", - "Ġprophe ts", - "Ġsket ches", - "Ġc rossover", - "Ġem pez", - "Ġmon opoly", - "part ner", - "El izabeth", - "Mer ci", - "ĠCred its", - "6 15", - "G as", - "p atic", - "is ec", - "up art", - "Ġins ulated", - "Ġopen ness", - "Ġspecific ity", - "CH AR", - "Americ ans", - "Ġtent h", - "Ġrevis it", - "lich keit", - "S ong", - "ru gu", - "45 2", - "Ġesc rit", - "Ġlib ido", - "xx x", - "ĠwiÄĻ c", - "Ġhone ymoon", - "Ġand are", - "ĠS UN", - "Ġun sett", - "Ġmamm als", - "ĠW eld", - "ass ic", - "ĠSelect ed", - "ĠPra irie", - "Ġpe ux", - "36 1", - "Ġtur moil", - "u é", - "Ġz ag", - "Ġfl ap", - "Ġty r", - "kt or", - "ĠF is", - "red ited", - "RO W", - "Ġirrit ated", - "Mic helle", - "Ġj ab", - "ell as", - "AT ER", - "Ġsevent y", - "Ġjou w", - "ĠDocument ation", - "l ust", - "ĠA lic", - "sc roll", - "ĠUs es", - "friend s", - "ĠBan ner", - "Ġwand ered", - "ç ŀ", - "Ġwh olesome", - "to xic", - "ĠGard ner", - "her ing", - "ĠCont ain", - "comm unity", - "Ġhem orrh", - "èĦ ij", - "ĠOri ental", - "ĠParam eters", - "r ators", - "ĠM are", - "Ġdef er", - "br acht", - "ĠRec ycling", - "\" --", - "ĠH alo", - "ĠR ash", - "5 75", - "ĠF eng", - "ĠKing ston", - "ĠI MO", - "Ġfeas ibility", - "ĠR i", - "gen es", - "ram er", - "Ġinform s", - "Ġex fol", - "ĠN el", - "æ´ Ľ", - "Ġse ren", - "por a", - "ĠWater proof", - "ĠWatch ing", - "Ġf rying", - "ac ock", - "ĠTuc son", - "ent ral", - "Ġsm irk", - "uss ian", - "Ġmoy en", - "ĠBehavior al", - "f ik", - "w ahl", - "by ter", - "Ġdé m", - "Ġcaf es", - "l ip", - "60 5", - "Ġpour ra", - "Ġur ges", - "os al", - "Ġcell phone", - "æµ İ", - "Ġforecast ing", - "b ew", - "Ġsp as", - "att ro", - "ĠObject s", - "kie j", - "Ġin active", - "Ġper sever", - "ÃŁ erdem", - "Ġmanual s", - "Ġcontempl ating", - "Ult imately", - "f le", - "ĠP ond", - "ĠN ah", - "Sh ift", - "ĠSl ack", - "ĠCollabor ation", - "ig raph", - "ting ham", - "af i", - "ĠWhe at", - "S um", - "T own", - "f orth", - "j ähr", - "r ules", - "ĠZ uk", - "comp are", - "Ġske leton", - "ĠL omb", - "ĠFor ums", - "Ġnu ova", - "ĠStart up", - "ĠVeter inary", - "ĠGram my", - "re ro", - "Ġapp raisal", - "Ġgroup ed", - "ktion en", - "Ġinterven e", - "Ġcarp ets", - "Ġrecons ider", - "\" ].", - "f uture", - "Ġtext ured", - "ĠInt ent", - "æķ ¬", - "è¡ Ģ", - "çĻ »", - "Ġheat ers", - "Ġtransl ator", - "ĠB old", - "Ġhigh ways", - "ĠCall ing", - "pay load", - "Ġnost ri", - "Ġmund ane", - "âĢĻ :", - "ĠB atter", - "Ġpot rze", - "èĢ ¶", - "Ġni Å", - "èIJ ¥", - "E ither", - "36 6", - "Ġveter inarian", - "S igma", - "C her", - "M esh", - "ic er", - "ret te", - "EL Y", - "Per iod", - "Ġh inge", - "ue il", - "orm an", - "Ġpre ocup", - "Ġind ict", - "Ġcook book", - "Ġstock ed", - "Ġconj ug", - "Ġpersecut ion", - "ĠCh arm", - "ĠComm it", - "ĠVer d", - "mar ried", - "' }", - "Ġsystem atically", - "ĠCom bat", - "oph il", - "36 4", - "éħ į", - "Ġpr acy", - "acc io", - "enge ance", - "Ġmand ated", - "aras htra", - "ĠEXP ECT", - "S anta", - "Ġpl upart", - "Ġart illery", - "reet ings", - "Sh irt", - "ĠAdd iction", - "ĠCondition ing", - "Ġlaiss er", - "Se ven", - "ill os", - "Ġshort est", - "æ¯ Ľ", - "ĠCarm en", - "ĠRe leased", - "ĠRe leases", - "Ġside ways", - "ĠHor ror", - "a qu", - "åľ° åĮº", - "e h", - "Ġm oc", - "Ġsm ug", - "CD C", - "Names pace", - "ĠH ai", - "Ġad en", - "ĠLe ah", - "over ty", - "sw orth", - "ĠOut standing", - "Ġentre prises", - "Ġre app", - "ĠG Hz", - "ä» ·", - "Ġpress es", - "Ġs izing", - "ĠT ambién", - "And y", - "65 1", - "L if", - "o ften", - "Ġm ash", - "ĠC AM", - "Ġepid emi", - "Develop ment", - "Ġc b", - "Ġr zec", - "ens ure", - "Ġclean se", - "ÃŃt ulo", - "ĠKim ber", - "Ġpsy ched", - "k ick", - "as ci", - "Ġh é", - "Con vert", - "Ġap ologies", - "ĠRob b", - "Ġme u", - "Ġbl aming", - "Ġen amel", - "Ġpr isons", - "Ġsm ashed", - "Ġsoft en", - "Ġvo ce", - "ĠRy der", - "e ast", - "v r", - "Ġb ri", - "Ġen vi", - "ê tes", - "w iki", - "á ŀ", - "ĠN FC", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ Ġ", - "Ġsl ated", - "Ġenc oded", - "Link ed", - "ent in", - "ĠA very", - "Ġqu ota", - "rag ed", - "Con stra", - "Ġb ude", - "ill ac", - "ĠDe pt", - "AT URE", - "Ġgrad ing", - "ĠAp artment", - "Ġric hest", - "ĠSatur days", - "on ica", - "ĠN em", - "Ġdraw backs", - "Ġhom age", - "Ġg rote", - "ĠD ani", - "Ġcomp ass", - "Ex pert", - "35 8", - "éĻ IJ", - "Ġguard ians", - "ĠNE ED", - "Ġb illed", - "th a", - "ĠO aks", - "åĩº çİ°", - "Ġtodd lers", - "F actor", - "ĠSw imming", - "th ings", - "** .", - "ily n", - "Ġlong ue", - "èĴ Ļ", - "O x", - "ĠT ao", - "Ġres umed", - "Ġrég ion", - "b ung", - "u ctions", - "Rep ublic", - "Ġcondu it", - "powiedz UsuÅĦ", - "8 30", - "d st", - "m ph", - "w u", - "é ±", - "le ader", - "Ġsh ri", - "ĠV oor", - "39 6", - "Ġspirit ually", - "Ġposit ives", - "**************************************************************** ************", - "ĠRe place", - "Ġcond ol", - "æķ Ī", - "uer te", - "ĠCong rats", - "Ġincl u", - "Ġidi ots", - "ĠI ke", - "zn ych", - "Ġpob l", - "F ragment", - "du ino", - "ĊĊ ĊĠĠĠ", - "Ġwr ath", - "ĠClass room", - "Dam n", - "{ })", - "Ġgen etically", - "ĠWill ow", - "Ġan o", - "ĠB inary", - "Ġlong temps", - "ĠVol vo", - "Ġg arn", - "part s", - "Qu ote", - "ĠwiÄĻ cej", - "Ġsu ction", - "zz arella", - "Ġutil iser", - "ét ais", - "Ġhorse power", - "A W", - "ĠH ulk", - "Ġpa wn", - "Ġautom obiles", - "ige on", - "ĠCr ushing", - "Fil m", - "ĠFal con", - "ĠVict ory", - "Ġcategor ized", - "Ġmagg ior", - "c ape", - "ĠW elfare", - "ĠAll an", - "Ġfurther more", - "ãģ «", - "Ġay ant", - "Ġsim ulator", - "Ġcomplet amente", - "ĠAir ways", - "Ġforg iven", - "ex istence", - "Ġeas ing", - "ST ART", - "Ġwitness ing", - "Ġvibr ations", - "d uration", - "m orph", - "Ġinst agram", - "Ġfilm makers", - "åľ¨ å", - "owa ÅĤ", - "ĠInvest ing", - "å¿ħ é¡»", - "9 80", - "Ġis instance", - "Ġj oking", - "Ġinvestig ative", - "ĠT iffany", - "ĠN un", - "Ġprz ep", - "X P", - "Ġoff season", - "Do ctor", - "å§ Ĩ", - "Gen re", - "ĠHung er", - "Ġstrang ely", - "Ġnot or", - "ĠV E", - "St ra", - "Ġsw ords", - "AN Y", - "config uration", - "st att", - "ĠT CP", - "ĠL M", - "ĠE PS", - "ans ing", - "icient e", - "è¿ĩ åİ»", - "Ġév én", - "ĠPere z", - "Ġde ine", - "ĠAnn ounce", - "Ġclar ified", - "M ES", - "c overed", - "ì Ŀ", - "Ph ase", - "HA HA", - "ĠAh mad", - "ĠPie ces", - "ĠLeon ardo", - "Parent s", - "6 55", - "ps ilon", - "ry st", - "ä mp", - "Ġsal le", - "irit ual", - "ĠWeb ster", - "We ather", - "ĠCar ry", - "Ġdise ño", - "Ġord inance", - "Rel ations", - "p kg", - "ĠW ORK", - "Ġple asures", - "av iour", - "Ġtw isting", - "AR P", - "Ġfro g", - "Ġrefund s", - "ĠJ orge", - "ĠSw ing", - "ĠTrib unal", - "S UP", - "k osten", - "Ġhandic ap", - "h appy", - "Ġm oss", - "includ es", - "ĠPay pal", - "Ġtele communications", - "Ġalg ún", - "è° ģ", - "Ġb ouncing", - "ĠV ie", - "lect ric", - "Ġfun n", - "Can adian", - "BO OL", - "ĠA UD", - "Ġve ux", - "sp onsored", - "Class ic", - "ĠTre vor", - "Ġbik ini", - "ercul osis", - "Ġbus hes", - "Ġcompet ed", - "hel per", - "; \"", - "ĠB are", - "Ġneces ario", - "n r", - "Met al", - "ĠIncre asing", - "Ġh inder", - "90 1", - "ĠIde ally", - "ĠContract or", - "L oop", - "Ġey ed", - "ĠPhilipp e", - "K I", - "s ales", - "Ġcont ention", - "Ġstr ides", - "Ġpath ology", - "ĠI CE", - "ff ield", - "Ġcl ing", - "Ġreview er", - "OL OG", - ": <", - "ĠU ps", - "56 1", - "Ġirres pons", - "ĠFo am", - "Ġf ase", - "Ġu ur", - "Ġinv oke", - "ĠSc ope", - "Ġair way", - "çĽ Ĭ", - "Ġmerc ury", - "Ġridic ulously", - "Ġnarc iss", - "ĠTerrit ory", - "Ġw rench", - "ic um", - "Ġre pt", - "ap ters", - "ĠK erala", - "Ġterm e", - "Ġesemp io", - "ĠN aj", - "Ġk h", - "ĠV og", - "Ġoff ender", - "j obs", - "ĠV iolet", - "Ġlow ers", - "ĠGl oss", - "Ġmass ively", - "qu ot", - "Ġmar rying", - "Ġban ning", - "5 13", - "Ġf ick", - "ĠAustral ians", - "Em ma", - "Ġsummar ize", - "Ġaven ues", - "Ġt ensor", - "ĠD unn", - "38 8", - "é¡ ¶", - "ĠExam ination", - "Cert ificate", - "Ġanonym ity", - "ier ge", - "Ġhabit ual", - "Ġenl arge", - "t oday", - "Ġpatient ly", - "ĠTurn ing", - "Pod cast", - "Ĺ å", - "ĠS odium", - "ĠW it", - "Ġwor sh", - "Ġimp res", - "ĠArg ument", - "ver ting", - "Ġte ased", - "Ġcin co", - "Rob in", - "develop ed", - "Ġun pack", - "cent ral", - "ภĻ", - "ĠRome o", - "Ġbe ge", - "Ġv är", - "ide press", - "Ġcomp ris", - "Ġfl ora", - "ĠMe als", - "Ġcu anto", - "ĠClass ification", - "report ed", - "Ġsupervis ors", - "L R", - "ĠEd gar", - "Ġmicro scope", - "ĠBi ological", - "Ġchap el", - "Ġoverl apping", - "Ġdimin ish", - "ĠRug by", - "C oin", - "D ays", - "ill us", - "ish ly", - "Ġel bows", - "Or ange", - "ĠDi ablo", - "Ġabsor bing", - "Ġbab ys", - "Ġf us", - "Ġarr ays", - "( <", - "in ently", - "ch sel", - "os in", - "els ius", - "Ġmat rim", - "inn acle", - "ĠSim s", - "38 1", - "L ex", - "Ġh izo", - "Sep ar", - "Ġh uis", - "ĠC alls", - "ody nam", - "b io", - "b aby", - "ĠCon version", - "Ġalarm s", - "Ġaug mented", - "Ġcrunch y", - "ç ĩ", - "ACT ION", - "Ġunse en", - "( âĢĺ", - "Ġkid neys", - "Ġmol ti", - "h are", - "ĠN ano", - "ans en", - "Ġcomm end", - "ah i", - "down s", - "sequ ence", - "ĠChild hood", - "Ġhurd les", - "R ap", - "Ġa zi", - "Ġr and", - "sp re", - "ĠFront ier", - "M IS", - "at amente", - "Ġto asted", - "ç® Ģ", - "b li", - "ĠM ing", - "Ġpap ier", - "Const ant", - "orig ine", - "S ense", - "Ġin secure", - "im ates", - "ĠR ET", - "Ġteam mate", - "Ġcustom ary", - "Ġca usal", - "Ġsens ational", - "Ġdisturb ance", - "N om", - "an an", - "Ġpe au", - "Ġpre season", - "Ġsc atter", - "ĠAb igail", - "ĠTechn ician", - "Ġses ame", - "Ġgl ued", - "Ġvolunte ered", - "Ġmild ly", - "Ġpouv ait", - "5 29", - "Ġp yt", - "ĠD ort", - "Ġher ram", - "Ġcomple to", - "ĠEditor ial", - "ï¬ ģ", - "if iz", - "ĠB erm", - "ĠTh y", - "Ġmot ifs", - "uj i", - "Ġanalys ed", - "EX P", - "ĠBoy d", - "Ġmaj estic", - "Rest aur", - "Ġpric eless", - "ĭ ä", - "Ġjealous y", - "Ġirres pective", - "re ve", - "le ben", - "ĠAt omic", - "ĠQu ando", - "Ġré p", - "lu ent", - "Ġeben falls", - "c ash", - "g il", - "Ġdown hill", - "Ġmat ière", - "c zenie", - "ol one", - "Ġcomp osing", - "ĠSy racuse", - "Ġkom t", - "ers et", - "ĠBr id", - "ĠMe hr", - "ĠGl uc", - "medi ated", - "FI ELD", - "ĠNik on", - "ĠB j", - "Ġel oqu", - "ida e", - "Ġcrack ers", - "M ine", - "Ġfe b", - "mon itor", - "ĠPat terson", - "Ġhydro x", - "ĠAdvis ors", - "t ilde", - "Ġj al", - "ĠK ad", - "Ġgre edy", - "Ġpione ering", - "L ang", - "Ġv ener", - "ĠF argo", - "ys sey", - "ĠGar rett", - "Ġcow ard", - "Ġwh ales", - "Ġor naments", - "Ġfr ig", - "Ġdirect s", - "ĠDen is", - "MO RE", - "Play ing", - "å Ĺ", - "ress er", - "icht s", - "Ġeth n", - "Ġdevast ated", - "Ġmisunder standing", - "ĠCalcul ator", - "L uck", - "R SS", - "Ġloc ating", - "ĠCapt ure", - "d ensity", - "é rica", - "ster reich", - "æķ £", - "æĢ ª", - "C ru", - "Ġpur ification", - "ĠEss entials", - "Ġúlt imos", - "H ig", - "pl ings", - "ĠAn k", - "BO OK", - "Est a", - "ĠTE ST", - "Ġretros pective", - "T ensor", - "d epend", - "ĠW att", - "unt os", - "Ġom itted", - "B ASE", - "Ġw ipes", - "Ġrec urrent", - "Ġprz ek", - "ĠVacc ine", - "E en", - "m ica", - "ĠPear son", - "ç« ¯", - "Ġinsert ion", - "Od powiedzUsuÅĦ", - "ĠTurn s", - "5 16", - "Ġl ick", - "Ġn ás", - "ĠV ariable", - "ĠWill ie", - "ĠAut ism", - "Ġobtain able", - "flow ers", - "K elly", - "ans wered", - "Ġrel ocate", - "riv al", - "80 5", - "Ġsn ork", - "App rox", - "Ġevac uation", - "ĠErect ile", - "ĠJ iang", - "Ġhard ened", - "Ġred ef", - "DA Q", - "ĠGi ul", - "Ġpom oc", - "ĠQué bec", - "l g", - "w arn", - "Ġdou che", - "Ġpeace fully", - "ĠRen o", - "Ġunus ually", - "uw ait", - "ĠTerr ace", - "Ġturt les", - "p d", - "ĠSt ocks", - "Ġcapt ive", - "Ġgym n", - "Ġsal a", - "Ġrepl acements", - "36 8", - "Ġmig rant", - "и ÑĤ", - "Ġcontrad iction", - "ĠChron icle", - "Ġf erv", - "ĠF ALSE", - "Not Found", - "Ġcort ex", - "Ġrevers al", - "ĠD ante", - "ĠG uru", - "ass in", - "Ġfra is", - "fa ith", - "x ff", - "ĠA SC", - "ĠMc D", - "uest as", - "Ġtort ured", - "v ana", - "Ġs add", - "Ġth ieves", - "Ġe ased", - "ie i", - "Ġgot o", - "ĠMust ang", - "ĠPrior ity", - "Ġents preche", - "L ot", - "t om", - "ĠA DA", - "com ings", - "50 6", - "Ġvi ability", - "brow ser", - "Ġa chter", - "ion ic", - "ĠV id", - "ĠRe ceive", - "åħ Ħ", - "Ġirrit ating", - "f orts", - "y x", - "Ġhe ctic", - "ĠL ime", - "35 9", - "Ġreact or", - "Ġbor ne", - "C off", - "st ress", - "Ġcam ino", - "Ġsatur ation", - "J s", - "r ata", - "Ġm él", - "os aur", - "Ġfun ky", - "de ath", - "Ġchac un", - "j d", - "ia zza", - "ĠK ro", - "ĠSt alin", - "Ġfun z", - "Ġunt reated", - "ĠChap man", - "l oving", - "Ġs int", - "Ġde ix", - "ĠV III", - "Ġmod èle", - "with in", - "Ġmaster y", - "Ġpun ched", - "Ġcuc umber", - "Ġ اÙĦ", - "in ander", - "Ġre play", - "ell os", - "Ġimp ending", - "ĠEx it", - "ĠEr geb", - "ĠMart y", - "TH ING", - "Ġt erc", - "ĠU d", - "rest rial", - "Ġmort e", - "ĭ åīį", - "ĠT ropical", - "Ġsc aff", - "Ġz ad", - "ĠZ ucker", - "ĠFr idays", - "Ġpleas antly", - "A le", - "V ac", - "h aha", - "ĠCl os", - "ĠFr Ã", - "é¡ º", - "ĠVAL UES", - "4 31", - "t te", - "Ġl á", - "log ging", - "onym s", - "Ġenv oy", - "ood les", - "Ġfr inge", - "én om", - "Ġsweet heart", - "ĠSP D", - "D ictionary", - "u ilt", - "ĠT ue", - "Ġal gae", - "ass ed", - "ĠK ia", - "Ġver a", - "Ġlo i", - "def inition", - "ĠCore y", - "Ġseiz ure", - "8 70", - "Ġdec imal", - "fin ished", - "Cor porate", - "ĠWare house", - "= %", - "t an", - "en ic", - "ĠAn c", - "Ġconf er", - "Ġbreak er", - "Ne il", - "ĠNick el", - "ĠLect ure", - "Ġwhit ening", - "B AL", - "T aylor", - "w r", - "Ġwe it", - "Ġfost ering", - "Ġgob ierno", - "ks h", - "ĠCh loe", - "Ġsol ids", - "h ic", - "Ġsc issors", - "UN G", - "Ġsan itation", - "Ġverschied enen", - "ĠHosp itals", - "Ġdes ks", - "Ãĵ N", - "Ġv äl", - "ab ove", - "Ġrem ake", - "Ġmog Äħ", - "Ġverschill ende", - "ĠS UB", - "ass adors", - "Ġcal iber", - "Ġfront s", - "ĠSpe akers", - "Em ily", - "ĠJuda ism", - "ĠS ind", - "ĠP ec", - "ĠR end", - "Ġparticul ier", - "K aren", - "h ait", - "orm ais", - "Ġspec ifies", - "cy j", - "ĠFair y", - "ĠCer amic", - "ĠBullet in", - "ĠÅ¡k ola", - "c ation", - "s olving", - "Set up", - "Ġgi oc", - "Ġá rea", - "th ro", - "Ġdist orted", - "VID IA", - "Ġbul ky", - "Ġplate au", - "Group s", - "çł Ķ究", - "Ġgerm s", - "Ġirres ist", - "ĠCogn itive", - "V EN", - "Ġne z", - "Ġdisapp ears", - "' ../../", - "ĠG ul", - "Ġall o", - "Ġcap ita", - "æĺ¯ åľ¨", - "Ġhust le", - "5 18", - "al ers", - "ĠAl ors", - "ĠFra ud", - "ĠHom eland", - "mount ed", - "x o", - "Ġlo osen", - "Ġimpl ication", - "Ġp irates", - "Ġmed ida", - "ĠBe y", - "Ġcharacter ize", - "Ġmel an", - "è¶ ħ", - "å¸Ŀ åĽ", - "Ġlandl ords", - "U F", - "or gen", - "ce mbre", - "ĠP ART", - "Ġstart led", - "ĠAl ien", - "ger ald", - "Ġbreak out", - "Ġvacc inations", - "Ġp aw", - "Ġdes erving", - "ĠSe asons", - "Ġwear able", - "Ġdiss olve", - "ies en", - "Ġemb assy", - "Ġdele ting", - "Ġcontin ual", - "Ad vant", - "ĠK C", - "ĠK ant", - "Ġlocal ized", - "Ġsau ces", - "charg ing", - "Ġmuff ins", - "f iber", - "Ġh aci", - "ent ies", - "Ġben z", - "Ġreb els", - "ĠMur der", - "---------------------------------------------------------------- ------------", - "m all", - "Ġst essa", - "x ima", - "ĠC W", - "ĠB ust", - "ĠW ong", - "ant ically", - "ĠPl ains", - "Ġrad ically", - "ĠðŁ ¤", - "ĠDet ective", - "ĠRet reat", - "ĠList ed", - "Ġoccup ancy", - "Ġwy so", - "Re ason", - "Ġinform azioni", - "Ġnu ances", - "stra ction", - "Ġan om", - "le ver", - "ĠC ottage", - "ĠF ors", - "att ack", - "ĠInst itutes", - "ab o", - "ĠW erk", - "ĠO ven", - "ĠLe igh", - "uff led", - "ĠGu ang", - "45 4", - "ĠEgg s", - "G Hz", - "ĠF eld", - "Ġwr ists", - "sc ient", - "æĪIJ äºĨ", - "Ġnost alg", - "d rew", - "ĠH ut", - "ist em", - "Ġconst ants", - "Ġneg li", - "ur re", - "ĠD SL", - "ĠN ope", - "**** *", - "æŀ ª", - "ĠD Ã", - "Ġch icks", - "Ġdiagn ostics", - "çĦ¶ èĢĮ", - "Ġzomb ies", - "Ġmou vement", - "L ux", - "ĠP urs", - "ĠH ipp", - "Ġab uses", - "Ġest ão", - "Ġtrans act", - "Ġsol uble", - "p ra", - "ĠGreat est", - "Ġtransport ing", - "Ġhospital ization", - "ĠWood en", - "Ġih rem", - "John son", - "å§ IJ", - "rapeut ics", - "ĠKont akt", - "ĠNex us", - "h il", - "en Ã", - "Ġold s", - "Col umb", - "Ġbul ly", - "F Y", - "or ate", - "qu ick", - "Ġpartic olare", - "ĠRE ST", - "Ġmedi ocre", - "G rowing", - "Ġm ason", - "ĠB ios", - "Ġimp erson", - "Ġge op", - "å¯ »", - "ĠAqu a", - "6 31", - "e asy", - "Ġp oo", - "ĠS anchez", - "ĠD ann", - "ĠQu and", - "Ġsem if", - "Ġstri ker", - "ĠAtt ention", - "Ġméd ec", - "ĠClay ton", - "f unnels", - "h ua", - "he ts", - "ĠT aj", - "av ant", - "70 4", - "çī Ļ", - "ĠProv ided", - "ethyl ene", - "Ġdiscontin ued", - "Ġe lett", - "ĠP anc", - "Ġcru ising", - "Ġincons ist", - "re ly", - "Ġne hmen", - "ite ch", - "riv ation", - "ĠMe ghan", - "Ne ill", - "D N", - "Ġis nt", - "ĠRes pect", - "çİ ĩ", - "ĠScient ist", - "prov ider", - "ĠT ara", - "ide a", - "ert ime", - "Ġer k", - "osph ate", - "b ill", - "Ġa port", - "Ġw icht", - "res olved", - "tern ess", - "ional i", - "blog spot", - "Ġrum or", - "m Ã", - "ic ators", - "Ġdo om", - "ĠAn ita", - "Ġnature l", - "PL IC", - "ĠDest iny", - "Ġtranscript s", - "ĠH ast", - "enc ent", - "ha ired", - "Ġavoid s", - "Ġos Ã", - "ĠMatt hews", - "ĠDisc ord", - "Run ner", - "ĠP av", - "ich a", - "ĠV W", - "ĠGar lic", - "Mag ic", - "_ ->", - "Ġco efficients", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠ", - "ĠBan ana", - "Ġevident ly", - "u omo", - "he avy", - "ov y", - "File Name", - "Ġkle inen", - "Ġphosph ate", - "Ġreper toire", - "Ġcowork ers", - "] =", - "Ġc oy", - "Ġm ural", - "ag ens", - "Ġign ition", - "See ing", - "X O", - "Ġfor se", - "Ġr ond", - "Ġme iner", - "Ġmus ique", - "39 2", - "Ġpub s", - "organ isms", - "Know ing", - "F ounded", - "Ġm ajÄħ", - "duc ers", - "Ġsecret ion", - "ĠOl iv", - "éķ ĩ", - "Ġhug ged", - "Ġball oons", - "Ġburst ing", - "St ates", - "ĠFin als", - "odd s", - "am is", - "ver ified", - "ov irus", - "5 32", - "7 68", - "ĠT ipp", - "Ġbe v", - "Ġcon tex", - "ht on", - "ire z", - "amb o", - "ĠSupport ing", - "åħ¶ ä¸Ń", - "Ġcher ished", - "P olit", - "ĠC Ã", - "ĠWoo Commerce", - "en vol", - "Ġprem iers", - "Ġb ounced", - "Ġcon cl", - "op ters", - "Ġsa ison", - "Ġserv izio", - "Ġrig u", - "MENT S", - "+ (", - "st vÃŃ", - "ĠB ree", - "ĠAr chae", - "Ġground ing", - "Ġdiscipl inary", - "Ġac onte", - "Ġn n", - "ate au", - "Ġun matched", - "Ġsl am", - "Ġpet ty", - "ĠComb ined", - "Ġdrift ed", - "Ġcareg iver", - "ĠDe ze", - "ĠTrans l", - "Ġsky rock", - "f ass", - "ed es", - "Ġl ions", - "ĠRe verse", - "rä ge", - "ĠVM ware", - "7 75", - "Ġst alls", - "Fr anc", - "Ġnuest ras", - "esp rit", - "Ġmeille ur", - "ro kee", - "Ġmes mer", - "Ġexplore r", - "ĠAnth rop", - "ĠEncycl opedia", - "S UB", - "ĠF letcher", - "og ly", - "Ġfin anzi", - "ĠBl iss", - "vi agra", - "Ġpanor amic", - "Mov ie", - "ĠZ hao", - "En h", - "ĠSmart phone", - "h ra", - "id ences", - "ĠF amous", - "ĠV ot", - "Ġwen iger", - "ur on", - "ith metic", - "ĠP avilion", - "icro bial", - "Ġrev olves", - "synt hesize", - "H older", - "Ġs ane", - "ĠU nt", - "cul o", - "Ad just", - "Ġintens ely", - "Ġexagger ated", - "ĠProtest ant", - "A J", - "Ġre lic", - "ĠI CC", - "Ġund e", - "Ġbo oming", - "Ġter ug", - "Ġampl ifier", - "Ġpanc reat", - "ĠSchne ider", - "ĠEd mund", - "List ing", - "SU CCESS", - "Ġre arr", - "id ée", - "Ġi Herb", - "Ġreal ism", - "Ġrev ise", - "ĠIP O", - "Alp ha", - "c ion", - "Ġind ian", - "let a", - "Ġpur port", - "Ġmyocard ial", - "â ģ", - "Ġb ic", - "Ġd h", - "ĠK ara", - "ĠHD R", - "ĠJon as", - "Annot ation", - "d ialog", - "Ġre claim", - "ĠBeck y", - "Ġv ines", - "ĠW M", - "ĠER R", - "Ġch illing", - "Ġrec omb", - ".âĢĿ .", - "Ġair flow", - "Ġmult ic", - "Ġvirt ues", - "Ġdisapp ro", - "Ġpupp et", - "z iness", - "Ġt int", - "ff f", - "ip ure", - "Ġam éric", - "Ġsym metry", - "ä»ĸ ä", - "ĠAng le", - "Ġscientific ally", - "STR U", - "Ġbrace lets", - "O il", - "Ġsp el", - "Ġi ar", - "ĠNo ir", - "Ġbar a", - "Ġdownt urn", - "p oll", - "Ġstr ada", - "æī §", - "iz ational", - "Ġtrou bling", - "Ġsyn onymous", - "Ġdump ster", - "Ġdazz ling", - "v ik", - "Ġd ů", - "Ġit ching", - "ĠP ork", - "ag ua", - "are rs", - "Ġtur meric", - "Ġbis ogno", - "Ġpolicym akers", - "Ġdef iciencies", - "ÅĤ u", - "Ġmarch ing", - "Ġpag ina", - "Ġinter connected", - "ét és", - "Ġsen ators", - "Ġrot ary", - "Mod er", - "pl anned", - "Ġdis belief", - "Ġfemin ism", - "stud ent", - "Ġrul ers", - "I ran", - "ĠF ighting", - "Ġfound ational", - "wo ord", - "ĠMP s", - "ĠDur able", - "ĠRail road", - "Ġun biased", - "here nce", - "Ġelect rons", - "78 7", - "Med ium", - "Ġpip ing", - "L u", - "f ixed", - "h man", - "ĠHe ck", - "Ġthermost at", - "Ġv rij", - "Ġz oning", - "ĠQuant ity", - "Capt ain", - "pe ace", - "Ġhard ness", - "Ġcr ane", - "Ġpal p", - "oin te", - "çķ ¥", - "ASS ERT", - "ĠHans en", - "ĠA ging", - "Ġso ff", - "Ġsim ples", - "Ġâ Ķ", - "Ġprosper ous", - "Ġt icks", - "ĠB ingo", - "ese hen", - "Ġscript ures", - "ĠFrequ ency", - "Ġconsegu ir", - "l aden", - "u els", - "á Å", - "ĠPhil ly", - "Ġju in", - "organ isation", - "ĠHum ans", - "âľ ĵ", - "Ġubiqu itous", - "W ed", - "{ $", - "ĠSt ella", - "Ġtext iles", - "Ġnest ed", - "R IP", - "l ox", - "Ġste alth", - "ĠMon ument", - "s ipa", - "Ġh ides", - "é ments", - "ĠV y", - "ĠSP EC", - "ĠLy nd", - "ĠGab ri", - "Ġgri pping", - "ĠRab bi", - "Ġm L", - "Ġn ak", - "DO I", - "m aps", - "Ġl ambda", - "Ġst umble", - "ĠG ala", - "doctor al", - "c is", - "ĠF ond", - "ĠEx ped", - "Ġshar pen", - "ĠNumer ous", - "Ġdeterg ent", - "S oph", - "Ġre opening", - "Ġimp os", - "Ġfun k", - "Se pt", - "48 8", - "J u", - "Ł æ", - "ĠF IG", - "Ġwom b", - "ĠMotor cycle", - "Ġbetray ed", - "l ik", - "ic ons", - "Ġg uru", - "cl inical", - "ax ies", - "ĠAm ount", - "Ġré ponse", - "ĠEsc orts", - "id ores", - "ĠSteel ers", - "Ġdeterior ation", - "Ġrecurs os", - " ¦", - "ut ta", - "Ġpo op", - "quer que", - "ĠLe aving", - "Ġpersonal ize", - "Ġquot ing", - "C od", - "N os", - "st derr", - "ĠBl ick", - "Ġhack er", - "ĠBak ery", - "d eme", - "ĠS ek", - "Ġv iz", - "ĠPl ot", - "ĠSuper intendent", - "Ġdust y", - "éĺ¿ åij¨", - "ĠEas ily", - "re cy", - "Ġc apped", - "pp a", - "Ġins urg", - "37 4", - "sign al", - "ĠL ets", - "Ġle k", - "Ġart ÃŃculo", - "ãģ Ļ", - "7 27", - "ĠP GA", - "art on", - "Ġz ucchini", - "Ġbi ases", - "ĠSim pl", - "Ġfestiv ities", - "A y", - "Ġam ber", - "Is a", - "ĠEll iot", - "Cal cul", - "Ġjs me", - "Ġplagiar ism", - "5 22", - "ire a", - "Ġmar c", - "ĠAugust ine", - "Ġpalab ras", - "0 33", - "f ers", - "ĠF ou", - "Ġi vermectin", - "Ġcur so", - "ott es", - "Ġtax able", - "ĠOS HA", - "äh lt", - "Effect ive", - "Ġhelm ets", - "4 33", - "s weet", - "Ġc ams", - "ĠT us", - "Ġhe mat", - "Ġpe anuts", - "ĠLe vy", - "EC D", - "g ado", - "as uring", - "Ġgra vy", - "ML S", - "ahren heit", - "oton in", - "Ġha il", - "Ġsc rib", - "Ġz war", - "ĠMar ines", - "æĹ ģ", - "ĠGener ate", - "ĠCour tesy", - "itate a", - "Ġrhin oplasty", - "! »", - "B order", - "d ash", - "ĠP vt", - "ĠD il", - "å° Ĭ", - "Ġdif ÃŃ", - "Ġleak age", - "ĠB reath", - "Ġsl ender", - "ĠBl ow", - "IN ESS", - "ĠMar riott", - "Ġtit anium", - "Ang el", - "ĠC anc", - "Ġpre zent", - "Ġcool est", - "Rec ogn", - "Ġadapt able", - "Q uit", - "Ġc â", - "ry an", - "gr ading", - "Ġben ign", - "Ġreb uilt", - "Ġdisrupt ions", - "Ġmisunder stood", - "ĠHU GE", - "S plit", - "p el", - "ĠD ok", - "ĠJournal ism", - "Ġaqu atic", - "Ġlefto vers", - "un wrap", - "ĠL und", - "ec u", - "æĺ¯ ä", - "Ġpred is", - "Ġsed iment", - "Ġdisgu ise", - "' >", - ", $", - "w itz", - "ost e", - "Ġbr un", - "Ġvid éo", - "å¢ ŀ", - "se lection", - "ĠEm manuel", - "Ġturb ine", - "ip ient", - "Ġbu il", - "roll ment", - "ĠBy te", - "Ġpred nisone", - "ĠOb st", - "s aid", - "Ġwh oles", - "per o", - "ĠSo il", - "ĠIm mediately", - "Ġcell es", - "Ġdownload able", - "Pl ant", - "activ ation", - "ĠHapp iness", - "ĠNeg ative", - "Ġunreal istic", - "ĠElect ro", - "ĠStat istical", - "èĦ ±", - "ĠY ah", - "æĢ ĸ", - "4 34", - "ĠN um", - "ert iary", - "Ġsou hait", - "Ġmail ed", - "tim estamp", - "ĠC oo", - "op ian", - "Ġr ichtig", - "art ic", - "Ġch ased", - "ĠPl enty", - "ator ium", - "ĠUS PS", - "inst alled", - "Ġhoriz ont", - "Ġactivid ades", - "Ġd st", - "ĠT od", - "Ġcon clus", - "ĠD ane", - "Ġund is", - "Ġactiv ités", - "ĠMe ans", - "90 2", - "Ġdisapp earing", - "ĠAve c", - "T a", - "ome z", - "ĠRep orter", - "lin er", - "Ġvac ancies", - "Ġoso b", - "L ate", - "c imiento", - "ĠM IL", - "ĠN ão", - "Ġle icht", - "ach able", - "80 4", - "Ġtroubles ome", - "Ġgri ps", - "c ircle", - "Ġris que", - "Ġtransform ative", - "Health y", - "er st", - "ĠR ita", - "In cludes", - "ĠðŁ Ļ", - "Ġcart a", - "ĠÐ ´", - "Ġtor so", - "Pat ient", - "Ġstiff ness", - "oxet ine", - "in flu", - "Ġph p", - "Ġmet all", - "Ġsust aining", - "Ġdismiss al", - "Ġm un", - "Ġam igos", - "çļĦ å¥", - "ĠS v", - "ak in", - "ĠPro secut", - "eng ono", - "Ġexerc ised", - "CH APTER", - "Ġtail le", - "Ġencuent ra", - "CRIP TION", - "f uck", - "Ġc edar", - "Ġm osaic", - "ĠPort o", - "åľ° ä", - "è´ Ł", - "äch st", - "Ġundes irable", - "ĠI ter", - "Ġord in", - "Fore ign", - "Ġcompetit iveness", - "B its", - "ĠW uhan", - "æİ Ī", - "column s", - "Z oom", - "ft ime", - "ism an", - "Ġsou venir", - "ĠSal z", - "var ian", - "ĠNAS CAR", - "ĠJere miah", - "D epend", - "ĠA be", - "Ġref ill", - "bere ich", - "0 25", - "c ake", - "k ap", - "Ġmon o", - "Ġsol a", - "Tr uth", - "ext ension", - "Consider ing", - "p olitical", - "34 8", - "Ġshot gun", - "æķ ¢", - "Ġvérit able", - "he ard", - "Ġinter sect", - "Ġant is", - "right arrow", - "Ġnin ety", - "w arning", - "raw l", - "39 4", - "ĠCross ing", - "ĠSex y", - "Mus lim", - "I RE", - "x s", - "Ġh il", - "Ġh ires", - "st akes", - "Ġpl ur", - "ling en", - "leg ant", - "Ġgen ere", - "æĢ ¥", - "J ere", - "ĠH utch", - "ĠR icht", - "ĠO VER", - "ĠRe y", - "Ġsub urb", - "t el", - "at aka", - "Ġth romb", - "ĠM V", - "Ġover haul", - "á nt", - "Ġbott led", - "Ġexhib iting", - "Every body", - "ĠClean er", - "Ġscra ps", - "Ġb tn", - "ĠB oh", - "ĠN ile", - "Ġsc out", - "itut ions", - "Ġamb iance", - "Ġnod ig", - "èĪ¬ 度", - "n chen", - "ĠN ail", - "Ġste als", - "Ġmanip ulated", - "åıĹ åĪ°", - "Ġh itch", - "Ġconduct s", - "Ġmilit ants", - "Ġast ounding", - "Ġvag uely", - "B D", - "ĠN amed", - "ath ic", - "br anch", - "è de", - "Ġunf inished", - "Ġnewcom ers", - "w ild", - "y i", - "Î º", - "iss ait", - "Ġexp osures", - "print ed", - "Ġej erc", - "C i", - "Ġte il", - "ĠSc ulpt", - "65 2", - "pres ident", - "eterm ined", - "E ight", - "F LO", - "¾ ½", - "Ġdra ins", - "ĠAppend ix", - "Ġopp os", - "Ġge hör", - "Ġterrit orio", - "ĠPregn ancy", - "Ġl ö", - "if ik", - "em ployed", - "Ġpr atic", - "CO S", - "ĠTr ay", - "ĠCon verter", - "Ġver g", - "Ġwie le", - "icher ung", - "Ġw re", + "▁S yn", + "▁Sy n", + "▁s our", + "▁so ur", + "▁sou r", + "▁L ux", + "▁Lu x", + "ug ar", + "uga r", + "u gar", + "til e", + "ti le", + "t ile", + "▁in fection", + "▁inf ection", + "▁infect ion", + "▁F eb", + "▁Fe b", + "▁C hem", + "▁Ch em", + "▁Che m", + "data set", + "dat aset", + "ch ts", + "cht s", + "D ynamic", + "▁с ред", + "▁qu een", + "▁que en", + "work er", + "wor ker", + "sw ap", + "▁tim estamp", + "▁ timestamp", + "▁In tegr", + "▁Int egr", + "▁ Integr", + "▁inter views", + "▁interview s", + "su ch", + "s uch", + "▁l aughter", + "▁laugh ter", + "pro f", + "pr of", + "▁B ird", + "▁Bi rd", + "▁Bir d", + "( |", + "â n", + "▁g ra", + "▁gr a", + "▁ gra", + "& =", + "ze ns", + "zen s", + "z ens", + "get Message", + "▁O st", + "▁Os t", + "▁g ab", + "▁ga b", + "▁mort gage", + "mult icol", + "multi col", + "LE VEL", + "part ition", + "se en", + "see n", + "s een", + "▁dec lar", + "▁decl ar", + "A U", + "▁o x", + "▁ ox", + "▁l igger", + "▁lig ger", + "▁C arm", + "▁Car m", + "▁Ca rm", + "ge me", + "gem e", + "g eme", + "▁Ve gas", + "▁Veg as", + "▁E ug", + "▁Eu g", + "or us", + "o rus", + "▁b rick", + "▁br ick", + "▁as í", + "▁Mag azine", + "HasColumn Type", + "V R", + "lic her", + "li cher", + "lich er", + "liche r", + "l icher", + "▁F uture", + "▁Fut ure", + "▁ Future", + "▁J ug", + "▁Ju g", + "at tan", + "att an", + "atta n", + "con structor", + "construct or", + "V P", + "▁т ур", + "▁ту р", + "▁ тур", + "чи на", + "чин а", + "Comp arator", + "Compar ator", + "▁aut hentic", + "▁mon ster", + "▁trans formed", + "▁transform ed", + "▁firm s", + "▁fir ms", + "F W", + "▁c atalog", + "▁catal og", + "▁ catalog", + "bo ards", + "board s", + "▁dise ases", + "▁disease s", + "▁Benj amin", + "▁hor izon", + "▁Av ailable", + "▁ Available", + "M vc", + "St ud", + "▁l ord", + "▁lo rd", + "▁ lord", + "gen eral", + "gener al", + "па р", + "п ар", + "▁cab inet", + "▁cabin et", + "▁Bas ic", + "▁ Basic", + "Test Case", + "an sk", + "ans k", + "▁S now", + "▁Sn ow", + "ier ten", + "iert en", + "ierte n", + "i erten", + "▁v ocal", + "▁vo cal", + "▁voc al", + "Pad ding", + "P adding", + "ha lt", + "hal t", + "h alt", + "▁Alex and", + "▁Col omb", + "iv amente", + "iva mente", + "▁art ificial", + "▁Atl anta", + "▁m entre", + "▁men tre", + "▁ment re", + "▁est aba", + "▁estab a", + "▁esta ba", + "je kt", + "jek t", + "j ekt", + "▁sle pt", + "▁end less", + "▁endl ess", + "ér o", + "é ro", + "at tery", + "att ery", + "atter y", + "atte ry", + "uu r", + "u ur", + "▁weak ness", + "▁attempt ing", + "BY TE", + "▁found er", + "▁fo under", + "▁fou nder", + "▁sa lv", + "▁sal v", + "▁Medic ine", + "ti d", + "t id", + "▁Sch we", + "▁Schw e", + "ra ction", + "ract ion", + "r action", + "▁ ¿", + "cr ate", + "c rate", + "SER VER", + "▁comp ound", + "▁con ve", + "▁conv e", + "▁c af", + "▁ca f", + "▁hand ful", + "on ne", + "úblic a", + "▁def ensive", + "▁defens ive", + "Al ignment", + "Align ment", + "▁pr éc", + "▁pré c", + "▁signific ance", + "él é", + "é lé", + "ar ta", + "art a", + "Da m", + "D am", + "▁per pet", + "▁c aller", + "▁call er", + "▁cal ler", + "ic ients", + "ici ents", + "icient s", "ce p", - "Ġinf inity", - "Ġmag ist", - "ĠSpot light", - "5 19", - "W ORK", - "Ġmar row", - "id é", - "Ġem an", - "Ġmas hed", - "ân Äĥ", - "R is", - "ma id", - "Ġimm ersion", - "ĠPost er", - "ĠWin ners", - "Ġcoat ings", - "ĠContract ors", - "ĠW OW", - "Ġha voc", - "so b", - "chn itt", - "Ar c", - "Ġfarm house", - "ĠSil ent", - "ĠContin uous", - "ĠS ver", - "Ġag ony", - "Ġdi pping", - "Ġpresent er", - "Ġdeb ated", - "Ġsym b", - "Null able", - "Arch itect", - "9 40", - "\\ )", - "Ġa que", - "Ġtime frame", - "Ġspect ral", - "Ġchlor ine", - "B inary", - "ous el", - "ram os", - "ĠW idget", - "ĠL ös", - "Ġprogress ing", - "åİ ĭ", - "ind le", - "Ġdisc ourage", - "Ġsubst itution", - "Ġexpress ive", - "bu querque", - "Ġupl ifting", - "â ķ", - "ĠM AP", - "Ġimpro v", - "j unit", - "Ġb ishop", - "Ġm Äĥ", - "Ġh oof", - "spring framework", - "Ġcontag ious", - "\" ../", - "L T", - "ĠD ancing", - "iv ar", - "ge ar", - "Ġes crib", - "ĠGl oria", - "Ġmac OS", - "Ġcritic ize", - "Ġfantas ies", - "9 30", - "ĠUn i", - "ĠMe asures", - "oph ys", - "Ġrap ide", - "Ġstimul i", - "wend ung", - "Ġexponent ially", - "C ro", - "Ġn aughty", - "Ġselect or", - "ĠFin ancing", - "æĭ ¥", - "ĠBos ch", - "Execut ion", - "Ġinsign ificant", - "Ġre write", - "ess im", - "de ck", - "ĠST E", - "ĠBay ern", - "di agn", - "reb bero", - "ĠT oll", - "tr ust", - "Cal endar", - "Ġacc eso", - "Re ceive", - "Ġmodel ed", - "37 6", - "F ra", - "ĠK aiser", - "set Text", + "c ep", + "▁Mult i", + "▁Mul ti", + "▁ Multi", + "▁st olen", + "▁sto len", + "▁stole n", + "▁focus ing", + "em bed", + "emb ed", + "▁b ree", + "▁br ee", + "▁bre e", + "▁A B", + "▁ AB", + "▁occasion s", + "▁occas ions", + "se a", + "s ea", + "Pro v", + "Pr ov", + "P rov", + "че ние", + "▁C ategory", + "▁ Category", + "▁s q", + "▁ sq", + "▁Ф е", + "V A", + "Di ff", + "D iff", + "Tr i", + "T ri", + "iss ement", + "isse ment", + "▁act ress", + "▁П е", + "▁j ej", + "▁je j", + "▁tw isted", + "▁twist ed", + "▁N icol", + "▁Nic ol", + "▁Ni col", + "▁jun ior", + "▁junio r", + "▁juni or", + "So und", + "S ound", + "▁Bra sil", + "▁Bras il", + "▁ju ice", + "▁> >>", + "▁>> >", + "▁ >>>", + "▁A lb", + "▁Al b", + "▁soft ly", + "▁Mc K", + "▁G ren", + "▁Gr en", + "▁Gre n", + "▁ital iano", + "▁cre atures", + "▁creat ures", + "▁creature s", + "▁res idential", + "▁resident ial", + "▁resid ential", + "▁Inst agram", + "uck s", + "uc ks", + "u cks", + "▁k iller", + "▁kill er", + "▁kil ler", + "▁John ny", + "▁enter prise", + "D to", + "ch estra", + "che stra", + "ches tra", + "chestr a", + "▁T el", + "▁Te l", + "▁Act iv", + "▁ Activ", + "fa ctor", + "fac tor", + "fact or", + "f actor", + "ou st", + "ous t", + "o ust", + "▁vac uum", + "ра л", + "р ал", + "') ->", + "' )->", + "▁L eft", + "▁Le ft", + "▁ Left", + "▁de fect", + "▁def ect", + "▁defe ct", + "▁nine te", + "▁nin ete", + "fa re", + "far e", + "f are", + "▁reg ret", + "▁s har", + "▁sh ar", + "▁sha r", + "ctr ine", + "me sh", + "mes h", + "m esh", + "ci ty", + "cit y", + "c ity", + "ic it", + "ici t", + "i cit", + "▁F em", + "▁Fe m", + "lim ited", + "limit ed", + "ok a", + "o ka", + "!\\ !\\", + "Don ald", + "з но", + "▁pro vision", + "▁prov ision", + "▁discuss ions", + "▁discussion s", + "Dr ag", + "D rag", + "▁In cl", + "▁Inc l", "Ex it", - "ĠPer kins", - "om at", - "ĠC rowd", - "Ġk itty", - "au ch", - "Ġafford ed", - "ภŃ", - "ĠUt ilities", - "Ġrobot ics", - "Ġconsolid ate", - "op or", - "so on", - "Ġelect r", - "umber land", - "Ġsurround s", - "Any thing", - "ĠN ur", - "ĠCh ili", - "Ġcons ortium", - "R ank", - "ly s", - "ĠH F", - "ĠO M", - "Ġpart ido", - "Ġsaf ari", - "Ġqual itÃł", - "åį ¢", - "è® ¨", - "Ġresent ment", - "Ġstr anded", - "Ġgal van", - "UR R", - "Ġimplement ations", - "I ce", - "Ġg eme", - "ipp le", - "WAY S", - "ĠF og", - "ack et", - "ĠV augh", - "Ġserv ir", - "sk ip", - "Ġdivers ified", - "akt ion", - "Oper ator", - "in and", - "Ġd c", - "ĠTh rones", - "ĠIn clusion", - "ĠY uan", - "Ġpart ecip", - "Ġpr onto", - "hov ah", - "R ew", - "ĠW an", - "aut ical", - "ĠChe vy", - "Ġprop ria", - "Ġenlight enment", - "ĠNGO s", - "W a", - "Ġco ils", - "ĠEx erc", - "ĠOn ion", - "Ġpers o", - "ĠLine ar", - "Ġmos que", - "Ġdost ÄĻp", - "Prem ium", - "Ġf ave", - "ĠO mar", - "Ġcl enched", - "Th ought", - "Ġrecip roc", - "ĠD uchess", - "Ġthere in", - "ole Äį", - "Inter ior", - "assert True", - "æĦŁ è§ī", - "Ġsmok ers", - "- *-", - "Ġor anges", - "LE SS", - "sub mit", - "ĠEmer ging", - "Ġstabil ize", - "ĠRespons ible", - "ĠOt to", - "T reatment", - "y ang", - "Ġde jar", - "Ġrock ed", - "ĠClass ical", - "ä¿ ±", - "Ġrein vent", - "Graph ics", - "Ġd ummy", - "Ġh ombres", - "Ġsh ave", - "ID ENT", - "ĠSch wartz", - "ĠCor respond", - "Plan ning", - "Ġprofes ional", - "ĠwiÄĻ ks", - "ðĿ IJ", - "O mega", - "Ġd ato", - "Ġpart ed", - "Ġwind shield", - "Ġax es", - "x ia", - "re u", - "ro red", - "ĠF IRST", - "Ġrésult ats", - "ĠGujar at", - "ĠM alt", - "ap rès", - "Ġz ij", - "ĠNa omi", - "ĠDeal er", - "ĠAy urved", - "ĠV ault", - "ocr ine", - "ĠBra vo", - "K ay", - "Ġf encing", - "Pat rick", - "Input Stream", - "ial i", - "Se q", - "Ġkl ass", - "Ġpro claimed", - "Ġsam t", - "Ġhall uc", - "Ġbuck ets", - "Ġrival ry", - "R isk", - "} =", - "in vasive", - "il ian", - "ĠG wen", - "Ġso i", - "Ġdiff use", - "Ġel usive", - "vis ual", - "Ġpens ar", - "Ġdent istry", - "ÑĢ аÐ", - "ĠT enn", - "ĠF rem", - "ÃŃ Å", - "Ġdisc ol", - "den ed", - "ĠX avier", - "ĠWill is", - "åį ł", - "Ġreass uring", - "ĠFell ows", - "Ġprecip itation", - "ĠXia omi", - "if iques", - "ĠB ucks", - "ib re", - "Ġcourse work", - "L V", - "l is", - "n osis", - "CT V", - "Ġprost itution", - "ĠS AM", - "Ġj ij", - "iz ens", - "In g", - "ivid ad", - "ĠIm ag", - "ðŁ ĩ", - "Ġutil izar", - "trans action", - "ĠConsult ants", - "Ġmé th", - "Ġindef initely", - "Ġoutwe igh", - "b ay", - "ab by", - "ĠR PM", - "Ġi ets", - "Ġty ch", - "Ġspark le", - "ĠPle asant", - "k rit", - "ĠM aced", - "Ġam mo", - "Ġgl ands", - "man aged", - "Ġusu arios", + "E xit", + "▁A bd", + "▁Ab d", + "st ory", + "sto ry", + "ie ve", + "iev e", + "i eve", + "▁by ł", + "ol ving", + "olv ing", + "woh ner", + "▁gu idelines", + "▁guide lines", + "▁guid elines", + "▁st raw", + "▁str aw", + "▁stra w", + "ü ss", + "▁бу ло", + "▁bur den", + "▁spat ial", + "▁stret ched", + "▁stretch ed", + "▁I nf", + "▁In f", + "▁ Inf", + "▁type def", + "▁typed ef", + "▁ro bot", + "▁rob ot", + "▁D oc", + "▁Do c", + "▁ Doc", + "pl iers", + "plier s", + "wa l", + "w al", + "ca mp", + "cam p", + "c amp", + "▁dif fé", + "▁diff é", + "▁Mc G", + "▁t el", + "▁te l", + "ar ette", + "aret te", + "▁sub sequently", + "▁subsequ ently", + "▁subsequent ly", + "▁h oney", + "▁hon ey", + "▁ho ney", + "FUN C", + "▁establish ment", + "te sy", + "tes y", + "▁któ ry", + "▁се ль", + "▁F O", + "▁ FO", + "▁Is lands", + "▁Island s", + "▁m p", + "▁ mp", + "Scal ar", + "▁Y an", + "▁Ya n", + "ck en", + "cke n", + "c ken", + "▁var iation", + "▁vari ation", + "i ą", + "op tim", + "opt im", + "az or", + "tu ple", + "t uple", + "▁gr avity", + "▁grav ity", + "▁con clude", + "▁concl ude", + "▁col lections", + "▁collection s", + "▁collect ions", + "▁colle ctions", + "és z", + "é sz", + "▁L iver", + "▁Li ver", + "▁Live r", + "▁Liv er", + "▁eth nic", + "comp ile", + "▁p arl", + "▁par l", + "▁pa rl", + "Sur face", + "{ '", + "▁par agraph", + "▁para graph", + "▁ paragraph", + "pos ite", + "po site", + "ít ulo", + "ob a", + "o ba", + "bin ary", + "b inary", + "ro b", + "r ob", + "▁Pe dro", + "▁Ped ro", + "▁f is", + "▁fi s", + "▁Gr ande", + "▁Grand e", + "▁Gran de", + "▁Gra nde", + "od ox", + "odo x", + "▁pos ting", + "▁post ing", + "< !--", + "▁rac ial", + "▁ra cial", + "CO M", + "C OM", + "ё м", + "▁A UT", + "▁AU T", + "▁ AUT", + "▁d ishes", + "▁dis hes", + "▁dish es", + "assert True", + "▁G row", + "▁Gr ow", + "▁Gro w", + "▁sl id", + "▁ju illet", + "сс о", + "с со", + "Run ner", + "Sa l", + "S al", + "Sa me", + "Sam e", + "S ame", + "▁Stud y", + "▁Col onel", + "▁J oin", + "▁Jo in", + "▁ Join", + "ar ms", + "arm s", + "▁l y", + "▁ ly", + "▁co oper", + "▁cur ves", + "▁curve s", + "▁curv es", + "He alth", + "▁M OD", + "▁MO D", + "▁ MOD", + "▁pr imo", + "▁prim o", + "▁pri mo", + "ock ets", + "ocket s", + "multi column", + "multicol umn", + "▁С ан", + "▁Са н", + "▁H unter", + "▁Hun ter", + "▁Hunt er", + "Custom er", + "ot hy", + "oth y", + "o thy", + "Des ign", + "De sign", + "ma ss", + "mas s", + "m ass", + "▁fam ille", + "▁famil le", + "▁fue ron", + "▁fu eron", + "▁fuer on", + "ä m", + "▁head quarters", + "▁d ign", + "▁di gn", + "▁dig n", + "▁Ro bin", + "▁Rob in", + "▁me ets", + "▁meet s", + "▁so it", + "па да", + "пад а", + ")\" );", + ") \");", + "▁w rapper", + "▁wrap per", + "▁ wrapper", + "▁theoret ical", + "▁u d", + "▁ ud", + "pl icity", + "plic ity", + "plicit y", + "▁w p", + "▁ wp", + "▁испо ль", + "▁c amps", + "▁camp s", + "▁cam ps", + "▁A gency", + "▁Ag ency", + "g c", + "hu m", + "h um", + "AT T", + "A TT", + "B tn", + "C ent", + "▁H elen", + "▁He len", + "▁Hel en", + "▁am plit", + "▁ampl it", + "▁Mem orial", + "und ial", + "SH IFT", + "wi k", + "w ik", + "▁Lie utenant", + "VAL ID", + "▁B ath", + "▁Ba th", + "▁Bat h", + "▁Jeff erson", + "▁C ut", + "▁Cu t", + "▁ Cut", + "▁ser vers", + "▁serv ers", + "▁server s", + "▁serve rs", + "▁ servers", + "ly ph", + "▁CO PY", + "▁COP Y", + "▁comput ers", + "▁computer s", + "▁compute rs", + "const ruction", + "construct ion", + "▁P DF", + "▁PD F", + "▁ PDF", + "▁pro tagon", + "▁prot agon", + "▁fore head", + "custom er", + "Un is", + "U nis", + "▁sign ing", + "▁sig ning", + ". ’", + "F etch", + "▁S core", + "▁Sc ore", + "▁ Score", + "hu man", + "hum an", + "h uman", + "▁down town", + "▁downt own", + "In tern", + "Int ern", + "Inter n", + "▁bes ides", + "▁beside s", + "▁д во", + "▁пра ви", + "▁ прави", + "▁c c", + "▁ cc", + "▁D ebug", + "▁De bug", + "▁Deb ug", + "▁ Debug", + "▁Cl ose", + "▁ Close", + "el ihood", + "eli hood", + "▁al gorithms", + "▁algorithm s", + "▁H amb", + "▁Ham b", + "▁Ha mb", + "ч на", + "▁c ust", + "▁cu st", + "▁mo unted", + "▁mount ed", + "par en", + "pa ren", + "pare n", + "p aren", + "▁isol ated", + "▁A gr", + "▁Ag r", + "▁or bit", + "▁orb it", + "print k", + "▁t urb", + "▁tu rb", + "▁tur b", + "▁gru po", + "ми и", + "\"\" \"", + "\" \"\"", + "▁h ills", + "▁hill s", + "ря д", + "▁B od", + "▁Bo d", + "▁об ще", + "est one", + "esto ne", + "eston e", + "e stone", + "▁satisf ying", + "▁satisfy ing", + "▁I van", + "▁Iv an", + "▁associ ate", + "name d", + "na med", + "nam ed", + "n amed", + "oc cup", + "occ up", + "GP IO", + "G PIO", + "hi t", + "h it", + "▁dis tract", + "▁di stract", + "▁dist ract", + "▁bar rel", + "▁barr el", + "▁in variant", + "di d", + "d id", + "▁l ieu", + "▁li eu", + "▁lie u", + "sc ene", + "UN K", + "▁Ont ario", + "▁M ission", + "▁Miss ion", + "zi al", + "z ial", + "▁comp ete", + "▁compet e", + "▁cou ples", + "▁couple s", + "▁coup les", + "SH A", "S HA", - "y c", - "Ġt ummy", - "Ġen fin", - "Con verter", - "45 3", - "ĠDon ation", - "is ierung", - "Ġo be", - "ĠM TV", - "iss er", - "Ġsuper st", - "Ġflower ing", - "Ġglam orous", - "Ġl ids", - "ad an", - "Ġdown right", - "Ġstimul ates", - "Ġjan vier", - "s igned", - "Ġc err", - "ĠN K", - "ĠU W", - "Ġsp iders", - "Ġpast ors", - "Ad apt", - "ÅĤ n", - "Ġcloud y", - "ĠTri angle", - "Ġdil uted", - "Ġh amb", - "um ann", - "Ġk al", - "ĠTr in", - "Ġstock ing", - "water ing", - "Ġdistinct ly", - "Ġrou ge", - "ĠRat io", - "prag ma", - "Ġr èg", - "Ġdri pping", - "å°± åĥı", - "ĠBron x", - "anne er", - "ĠPub Med", - "at as", - "Ġh aya", - "Ġcre m", - "Ġinter ruption", - "å§ ĵ", - "Ġimprison ed", - "il age", - "ill é", - "Ġca ÅĤ", - "Ġsn el", - "Ġill icit", - "ĠBag h", - "ĠC oca", - "eb ra", - "Ġinnov ate", - "Ġscr ambled", - "Bu ying", - "ĠPubl ishers", - "5 41", - "b ÄĽ", - "as in", - "Ġde ren", - "Ġor ch", - "Ġdé l", - "R ing", - "ill ian", - "ĠDVD s", - "r ger", - "ĠJ ensen", - "Ġspect ators", - "ĠLoad ing", - "Ġinterpre ting", - "Ġevid enced", - "ĠMitar beiter", - "Ġk ennen", - "ĠAl ison", - "ĠX in", - "Con n", - "Ġsuper fic", - "ĠNow adays", - "ĠRed e", - "Ġfert ile", - "æĪĸ èĢħ", - "PAR AM", - "Ġgebru ik", - "Ġc az", - "Ġmission ary", - "ĠTrust ees", - "produ ced", - "5 21", - "T her", - "Ġfor ge", - "Ġro ar", - "Ġcol ore", - "ĠGl uten", - "ref lect", - "ĠHu ang", - "Ġself ie", - "ĠDis pos", - "t ensor", - "ens is", - "ä¸Ģ è", - "ĠTrad ition", - "Ġy uan", - "Ġrespect ing", - "Ġbirth days", - "çij ŀ", - "5 49", - "L G", - "en burg", - "ĠR EM", - "ÃŃ do", - "Ġdef erred", - "br on", - "ĠTr ace", - "bre ws", - "ĠCons umers", - "ĠHy g", - "ĠPsych iatry", - "Ġnue vas", - "Ġpunt os", - "ĠBer uf", - "Ġmotor cycles", - "b p", - "en k", - "ĠR oz", - "erd ale", - "Ġturn out", - "Ġbre wer", - "éĻ į", - "ĠBal let", - "Ġthro ttle", - "Î ·", - "ĠA H", - "Ġmo eten", - "Ġsuit case", - "Ġrend ers", - "ĠEss entially", - "声 éŁ", - "ĠC ells", - "Ġam az", - "Ġreg imes", - "Ġprevent ative", - "Add r", - "ĠProgram m", - "éª Į", - "Ġm alls", - "ĠP est", - "ĠD iaz", - "ĠR J", - "Ġlist e", - "ĠNe gro", - "Ġfer ment", - "Ġinaug ur", - "ĠInstr uments", - "ĠR OM", - "ĠOut reach", - "Ġentre prise", - "Ãī t", - "ĠApr ès", - "Jon athan", - "Ġsp illed", - "ph ys", - "Ġatt est", - "ĠDep end", - "Ġstuff ing", - "Ġnucle us", - "w arming", - "et as", - "ie ct", - "Ġdep osition", - "sk á", - "she ets", - "ĠZimmer man", - "J obs", - "on as", - "ĠRe ception", - "Reg ards", - "ĠBed rooms", - "aza ar", - "ĠLot tery", - "oglob in", - "N ik", - "| =", - "Ġwho pping", - "Ġho op", - "æĤ ¨", - "E duc", - "F IL", - "Ġbe asts", - "ĠU z", - "ox in", - "Ġcat hedral", - "Ent re", - "Ġwy kon", - "G ui", - "Ġt ails", - "Ġp ardon", - "ĠE Q", - "Ġcl amp", - "ĠAl f", - "Ġsw ell", - "ĠSom mer", - "Ġmoder ne", - "^{ (", - "B RE", - "v ir", - "ac l", - "Ġsp aghetti", - "Ġarg ent", - "part um", - "47 1", - "ĠDig est", - "Å «", - "ĠP ose", - "met rical", - "Ġkont akt", - "m essages", - "Ġw s", - "au ft", - "EN A", - "iel i", - "ĠRes orts", - "ĠEvery day", - "Ġflee ing", - "ĠCha os", - "Ġc ierto", - "Y a", - "Ġm uddy", - "Ġsl ash", - "46 2", - "46 3", - "ĠWin ning", - "Ġfract ions", - "occas ion", - "ĠG eme", - "Ġqu elli", - "50 7", - "ĠEst her", - "Ġp encils", - "Ġcre ar", - "çļĦ æĸ", - "ĠCu ando", - "Ġad ject", - "orde aux", - "ĠTher m", - "çĹ ħ", - "Ġf red", - "Ġspecial ties", - "ĠEm otional", - "def ense", - "Ġaer os", - "Ġfot os", - "Ġmour ning", - "Ġann otation", - "Ġinfrast ruct", - "éĺ¿åij¨ éĤ£", - "Ġper il", - "åį ļ", - "44 9", - "Ġtoss ing", - "Ġté mo", - "D ict", - "P ull", - "Z en", - "ĠT eddy", - "ĠC yp", - "ĠH erman", - "ink el", - "Ġdra ining", - "Ent ries", - "ĠKat rina", - "ram ble", - "Ġmotor ists", - "ĠAchie vement", - "Ġpept ide", - "h w", - "al ach", - "ĠH ij", - "ĠVer b", - "ĠPlan ner", - "Ġflu orescent", - "Ġtwe ak", - "osex ual", - "Ġh j", - "ay o", - "av age", - "Ġpr uning", - "Ġsou ps", - "grad able", - "ema akt", - "ĠCH AR", - "ĠBent ley", - "Ġissu ance", - "H mm", - "Ġf ashions", - "rou ter", - "ĠTh urs", - "Ġlet to", - "ĠShe ets", - "Ġmat tered", - "ĠAt hen", - "ID s", - "ĠCare y", - "ĠTru ly", - "ĠPill ow", - "Ġa ire", - "Part ner", - "Ġprés ente", - "Ġdrown ing", - "ort ing", - "Ġda her", - "ĠRec ording", - "ñ as", - "Ġprev ail", - "R ated", - "Ġt elle", - "ou fl", - "BO X", - "ĠChrys ler", - "J ordan", - "j oint", - "Ł å", - "ĠSte ering", - "Ġbudget ing", - "Ġpou Å", - "ow itz", - "ĠD up", - "éĵ ¶", - "Will iams", - "ĠSav age", - "Ġp isc", - "Ġch oke", - "Ġpl um", - "Ġsp arse", - "Ġpe ur", - "ĠKom ment", - "ĠMaur ice", - "K R", - "ut tered", - "mer ged", - "Ġest udio", - "af en", - "Ġsocial ism", - "Ġamb iguous", - "Ġdelet ion", - "Ġwip ing", - "Ġenc ycl", - "Ġnu is", - "Ġmotiv ational", - ".âĢĻ âĢĿ", - "Ġquien es", - "Ign ore", - "K ING", - "Ġsp esso", - "Ġshort cuts", - "Ġhair y", - "ĠRef erences", - "ĠConnect ions", - "Ġmant ener", - "l ost", - "Ġn ave", - "ĠP asta", - "ĠZ ahl", - "Re uters", - "ĠHer b", - "Ġhon oring", - "ĠConst itutional", - "èİ· å", - "ar é", - "com puter", - "ĠSh ops", - "Ġafford ability", - "Ġhat ten", - "Ġnipp les", - "Ġangl ers", - "ace a", - "Ġcomplex ities", - "Ġflav ored", - "Ġm d", - "ar ious", - "ĠT ues", - "ĠE ur", - "Ġup scale", - "Ġac hes", - "Ġdec ad", - "ĠLu ft", - "Ġdesc ending", - "ĠQuart z", - "Ġc ords", - "ĠB ets", - "Ġsh aving", - "Ġsw irl", - "Ġmult iv", - "Ġeval u", - "Ġsul ph", - "ĠEntreprene ur", - "n ine", - "Ġt ally", - "ass i", - "Ġsk im", - "ÅĤ as", - "Ġwilling ly", - "Ġdesper ation", - "Ġcompress or", - "ĠT ribe", - "ge e", - "Ġwin ters", - "Ġshort comings", - "ĠSurg ical", - "ĠPhill ip", - "is ional", - "ĠLe i", - "ĠLe icester", - "ĠCl aus", - "mod al", - "Ġodd ly", - "ĠBlog s", - "ĠRaj as", - "M ÄĽ", - "d ain", - "che z", - "Ġstri ped", - "ĠRu wen", - "0 90", - "} >", - "Ġb ör", - "Ġre ag", - "38 7", - "Ġoblig ated", - "Ġscrat ched", - "ĠShir ley", - "Ġmús ica", - "ĠP ants", - "pl a", - "Ġche esy", - "ĠStaff ord", - "ĠFrequ ently", - "P ero", - "Ġinv aded", - "Ġsub str", - "çļĦ åĽ", - "âĸ ł", - "Ġcov eted", - "5 23", - "Ġn ano", - "Ġv ows", - "min i", - "Ġharm ed", - "ĠBath mate", - "former ly", - "8 75", - "u pper", - "Ġs d", - "Ġhab lar", - "pir atory", - "ä¸Ģ ç§į", - "ĠSon o", - "H ell", - "ĠM ET", - "un ami", - "çļĦ åľ°æĸ", - "Ġly ric", - "ĠChand ler", - "y g", - "ĠR apt", - "ĠV all", - "br ace", - "Ġawaken ing", - "ĠSe as", - "Al le", - "Ġcourage ous", - "èij Ĺ", - "K a", - "Ġst unt", - "ĠF iscal", - "ĠEl m", - "Ġdom inating", - "Ġtrav aux", - "Ġg oo", - "ĠG li", - "Ġac um", - "Ġdiscipl ined", - "ent imes", - "Ex pected", - "part icularly", - "Ġprés ence", - "7 11", - "8 90", - "ĠL ima", - "ĠN olan", - "Ġk ra", - "Ġdis ks", - "Ġra ging", + "▁s ei", + "▁se i", + "▁m igration", + "▁migr ation", + "ac ked", + "ack ed", + "▁b arn", + "▁bar n", + "▁ba rn", + "hal f", + "h alf", + "▁neigh bour", + "▁neighb our", + "ft e", + "f te", + "▁od ds", + "▁odd s", + "▁optim ization", + "▁I C", + "▁ IC", + "▁H end", + "▁He nd", + "▁Hen d", + "pay ment", + "M r", + "') :", + "' ):", + "vo ir", + "v oir", + "▁R ange", + "▁Rang e", + "▁Ran ge", + "▁ Range", + "▁polit icians", + "▁politician s", + "▁K han", + "▁Kh an", + "▁shel ter", + "▁tim ing", + "▁ti ming", + "Create d", + "Creat ed", + "C reated", + "▁sept embre", + "li t", + "l it", + "▁S hel", + "▁She l", + "▁Sh el", + "▁c ouch", + "▁co uch", + "▁cou ch", + "▁d är", + "ult ur", + "▁G iov", + "▁Gi ov", + "ô le", "RE AM", - "Ġnight mares", - "ĠWorld s", - "Le an", - "Ġcant idad", - "ĠJ C", - "Ġmanufact ures", - "erg ic", - "ĠDiv orce", - "Ġyouth s", - "ĠWait ing", - "Ġcabe za", - "ĠB unny", - "ĠD ivid", - "Ġadd itive", - "Ġfro ze", - "ĠSett lement", - "8 21", - "Ġd rap", - "ĠRe ese", - "Ġnie z", - "Ġtransition ing", - "ĠPers ons", - "un its", - "ĠJ UST", - "yst one", - "Ġsleep y", - "ém u", - "util isation", - "ĠModel ing", - "ĠSpec ies", - "rank ed", - "every thing", - "Ġbatht ub", - "ĠdifÃŃ cil", - "an nt", - "Ġarch ived", - "è¦ģ æ±Ĥ", - "Ġrespond ers", - "ĠBi ography", - "ĠCall ed", - "Ġflavor ful", - "ĠLaure l", - "y eah", - "z et", - "in ian", - "Ġb um", - "ĠM uk", - "ĠD OWN", - "Ġse ja", - "cl i", - "Ġart ific", - "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ Ġ", - "Ġgeneral ized", - "Ġmatch up", - "Ste ph", - "ĠMer chant", - "第 äºĮ", - "Ġdemol ition", - "Ġf akt", - "Ġwith drew", - "Ġse ptic", - "Ex cluir", - "ĠPe ach", - "Ġvo iced", - "ĠRom antic", - "Ġstim ulated", - "Ġdoct r", - "F N", - "ĠC ly", - "Ġcre st", - "Ġpain fully", - "wa Äĩ", - "Other s", - "ĠPut ting", - "Ġdiscrim in", - "D addy", - "F ashion", - "M ars", - "× ķ", - "Ġbody building", - "Ġdom ination", - "45 8", - "Ġstreng thens", - "ĠTax es", - "C NN", - "T emp", - "æ° ı", - "Ġadvis ers", - "Ġpursu its", - "arm ac", - "ĠDe utsche", - "inter val", - "Ġtread mill", - "ud der", - "Ġen ce", - "çĶ °", - "Ġsumm oned", - "ĠKn ife", - "s ie", - "ĠC FO", - "ĠL id", - "Ġfruit ful", - "ĠEmer ald", - "Ġexpect ancy", - "åľ¨ ä", - "ĠIr ving", - "Supp rimer", - "g reens", - "Test ing", - "Ġsag t", - "Ġcinem atic", - "larg est", - "ĠYam aha", - "Ġprud ent", - ", )", - "36 9", - "ESS ION", - "Ġvig orous", - "Ġfier c", - "S olid", - "Ġd unk", - "ous ed", - "Ġassass ination", - "byter ian", - "H ugs", - "ĠT rophy", - "Ġrend ez", - "ĠFO X", - "Ġfract ures", - "ĠInsp iration", - "ion ate", - "Ġre think", - "Ġch ia", - "Ġreg rets", - "Ġcatch y", - "Y ES", - "in ctions", - "Ġf é", - "ort en", - "ug gets", - "ĠW ag", - "Ex change", - "ed i", - "ĠS ug", - "Ġr ins", - "ge fÃ", - "ov olta", - "Br idge", - "Valid ation", - "ĠStre ets", - "ĠC ame", - "qu ina", - "pe i", - "Ġsc ents", - "75 2", - "Ġengra ved", - "re peat", - "tt ar", - "Ġbright en", - "nic os", - "ĠKn icks", - "Ġsubt itles", - "ĠLED s", - "ĠÅĽ rod", - "æĦŁ åĪ°", - "ĠBrun swick", - "Ġbuil dup", - "ĠJ elly", - "ual mente", - "ĠUn ters", - "ĠSch warz", - "ĠGe ographic", - "æķ ij", - "Ġawa its", - "Ġrel ocated", - "osa urs", - "Ġtar iffs", - "us st", - "get Id", - "55 1", - "onom ics", - "Max imum", - "Ġerg onomic", - "Ġa just", - "Ġo stat", - "arm in", - "Ġlimit less", - "Ġbit terness", - "AB A", - "Test Case", - "ĠBas is", - "S olar", - "re j", - "Ġf iss", - "ĠH iro", - "Ġtrust ee", - "Ġmis information", - "Ġproced ural", - "ĠMalays ian", - "Ġrif les", - "ĠD aughter", - "ĠR ocks", - "ĠO ok", - "Ġimp lying", - "ĠDe z", - "Ġbook let", - "ien i", - "sh i", - "ĠEst o", - "Ġmes i", - "Ġcann on", - "åĩł ä", - "x Bet", - "Ġw ys", - "Ġp aving", - "ĠB ACK", - "ĠR ak", - "Ġà Ń", - "its u", - "ĠEn s", - "ĠNeed less", - "Ġdict ators", - "S alt", - "ĠT ir", - "Ġun ravel", - "ll en", - "Ġep ub", - "44 7", - "ãĤ ĭ", - "6 78", - "H ill", - "Ġp au", - "Ġpac ientes", - "t ot", - "Ġb tc", - "Ġne ben", - "Ġun not", - "60 9", - "Ġmotiv ating", - "ĠHam as", - "ĠSn ake", - "Ġprobl èmes", - "C ause", - "ĠD irty", - "PH OTO", - "Ġcentr if", - "ĠGuatem ala", - "A xis", - "Ġes os", - "åį ±", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠ", - "Ġbetray al", - "à ¦", - "ale x", - "ĠPh antom", - "Ġpot rebbe", - "ĠCourt ney", - "Ġminist ries", - "ĠHoff man", + "▁O cean", + "▁M B", + "▁ MB", + "▁lie gt", + "▁o v", + "▁ ov", + "▁car pet", + "та р", + "т ар", + "▁го дина", + "▁годи на", + "▁S ão", + "▁о тно", + "▁от но", + "ab ling", + "abl ing", + "a bling", + "in th", + "int h", + "▁purs ue", + "▁Const itution", + "an j", + "▁F BI", + "▁ar row", + "▁arr ow", + "▁ arrow", + "ph ones", + "phone s", + "▁kn ocked", + "▁knock ed", + "▁de com", + "▁dec om", + "ie k", + "i ek", + "ь е", + "St rip", + "Str ip", + "▁V enez", + "▁Ven ez", + "▁Ve nez", + "▁p upp", + "▁pu pp", + "▁pup p", + "bi an", + "bia n", + "b ian", + "▁cot ton", + "h p", + "▁the atre", + "▁accept able", + "cuss ion", + "▁r ounds", + "▁round s", + "▁act ively", + "▁activ ely", + "▁active ly", + "▁among st", + "▁a bc", + "▁ab c", + "▁ abc", + "F M", + "Pop up", + "▁divers ity", + "us z", + "u sz", + "▁employ er", + "spec ially", + "special ly", + "▁sus pected", + "▁suspect ed", + "▁c rypt", + "▁cry pt", + "▁O scar", + "▁Os car", + "no r", + "n or", + "▁bab ies", + "во м", + "▁m undo", + "▁li bert", + "▁lib ert", + "▁liber t", + "S G", + "ah ren", + "ahr en", + "a hren", + "▁magn itude", + "T M", "' +", - "Ġc rou", - "es pace", - "gr ades", - "Ġcar ne", - "Ġbook store", - "ilit ating", - "Äį e", - "Ġramp ant", - "Ġdere cho", - "Ġproget to", - "l aces", - "s ound", - "Ġabs ol", - "Ġgen us", - "Ġcraw ling", - "Ġcl ocks", - "bre aker", - "Ġrev ive", - "Ġreper c", - "ĠH OME", - "Ġsh aken", - "ĠK olkata", - "we gen", - "Ġprompt ing", - "Ġporn ography", - "ĠBull s", - "G AN", - "Ġo jos", - "Ġlo oming", - "Ġze igt", - "Ġjack pots", - "Ġvoc ational", - "Ġber ry", - "s ale", - "enc o", - "ĠCar rier", - "bu ie", - "Associ ate", - "r k", - "Ġc og", - "et us", - "ĠMar itime", - "ĠTom ato", - "Ġrig or", - "ĠHass an", - "Ġe ens", - "ont a", - "Ġdep icting", - "Ġprecaut ion", - "Ġtelesc ope", - "Ġty res", - "åIJĦ ç§į", - "Ġhypot hetical", - "s udo", - "Ï Ģ", - "ĠA head", - "ĠP PC", - "ĠL oud", - "âĢĿ âĢĶ", - "com plex", - "Ġrich ness", - "Ġaseg ur", - "k ter", - "Ġin efficient", - "Ġn s", - "ont ent", - "Ġent icing", - "fl owing", - "39 3", - "Ġsubstant ive", - "Ġric erca", - "Care er", - "e at", - "Ġcan oe", - "St ars", - "ĠCl imb", - "Ġstar ving", - "T ut", - "Z ING", - "Ġto ch", - "Ġdep ot", - "ĠQu ilt", - "Ġauthor itative", - "Ġroll ers", - "SP E", - "Ġconvey ed", - "ĠCarn ival", - "Ġc rib", - "Ġr anc", - "Ġun wind", - "Ġacc ol", - "Ġinf erence", - "Ġcamp ground", - "Ġbol ster", - "Ġexempl ary", - "Ġf lic", - "Ġon boarding", - "ĠB id", - "ĠD LC", - "ĠBack pack", - "ĠOccup ational", - "Cy ber", - "A ustralian", - "at ung", - "ĠW orship", - "ĠF unk", - "rem lin", - "wood s", - "Ġf ences", - "Ġcont our", - "hed en", - "ĠAg encies", - "asc a", - "åĨ ·", - "Ġgast ric", - "ĠS nyder", - "os os", - "Ġro gue", - "Ġback lash", - "ĠZ ane", - "Ġtext ual", - "Ġfresh water", - "Ġrespons ibly", - "ĠMin uten", - "ãģ Ł", - "h lt", - "Ġf ug", - "ĠC ement", - "ĠM iz", - "ĠMon aco", - "zz les", - "an on", - "Ġm aze", - "be en", - "ann en", - "Ġpollut ants", - "4 28", - "7 17", - "M iami", - "i ya", - "Ġsa it", - "Ġaut os", - "çļ Ĩ", - "Ġelect romagnetic", - "Ġdiv ul", - "çī Ī", - "Ġble ed", - "ĠDaniel le", - "ĠCooper ation", - "C old", - "r st", - "ĠP oe", - "Ġdec ree", - "8 45", - "al bum", - "ĠC ain", - "ĠD X", - "ĠL er", - "Ġel dest", - "ĠSu it", - "Ġot ten", - "Ġcoast line", - "ĠTher mal", - "Ġuniqu eness", - "a ic", - "Ġc f", - "Ġd ues", - "Ġn ég", - "ĠNorth western", - "Ġbra king", - "4 48", - "5 14", - "Ġdev oid", - "ĠBed ford", - "Ġtrabal ho", - "U pper", - "Ġl ava", - "AT URES", - "oud re", - "Ġload er", - "个 人", - "Ġaup rès", - "Ġt av", - "Ġre leg", - "ĠP iper", - "qu ist", - "ĠR he", - "Ġsh opper", - "Ġar senal", - "ĠCh ow", - "ĠST AR", - "h og", - "ath om", - "39 1", - "ĠExpl ain", - "ĠDisney land", - "Ġcres c", - "ific ates", - "ĠSm ile", - "Ġcab ins", - "imm el", - "Jess ica", - "Ġmultin ational", - ". âĢ¦", - "7 13", - "ĠD uc", - "ĠLe aves", - "Ġener gie", - "zen ÃŃ", - "Ġing est", - "struct ured", - "ATION AL", - "zeich net", - "n ants", - "Ġg ör", - "ch as", - "em and", - "ant ics", - "Ġacc using", - "Ġfil s", - "Ġgro aned", - "ĠSpr inger", - "Ġenlarg ed", - "Ġbekan nt", - "H op", - "Ġun const", - "Ġpr ä", - "Ġlat en", - "6 14", - "ĠB ates", - "Ġcon ect", - "Ġcon gen", - "Ġun install", - "Ġpart isan", - "Ġresp uesta", - "Ġpow in", - "Ġresid ences", - "Ġperc ussion", - "p ict", - "Ġd ine", - "Ġm k", - "Ġcontest ed", - "Ġeurop é", - "ĠH Y", - "ank ind", - "Ġpat rim", - "ci ences", - "Un is", - "des cribe", - "Ġoxid ative", - "ĠBout ique", - ") ...", - "6 16", - "Ġcom er", - "op rote", - "Ġconstra ined", - "Ġshield s", - "Ġpiè ce", - "B ang", - "R iver", - "on so", - "Ġimm obil", - "ĠNa ples", - "åĭ Ĵ", - "Ġbip olar", - "7 18", - "om ini", - "iet en", - "L ost", - "ĠH ate", - "gr ay", - "ĠAs he", - "fl ash", - "Ġfinal ized", - "Tr aditional", - "åĿ Ĺ", - "Ġscrut in", - "Ġcens orship", - "ĠPione er", - "W olf", - "ĠL IN", - "Ġtrans itional", - "æ¯ ģ", - "Ġmalf unction", - "ĠH ulu", - "air d", - "Ġer z", - "37 9", - "Ġnut zen", - "Ġproc rast", - "Ġvou chers", - "B M", - "Ġbe find", - "ĠD ixon", - "urg ence", - "Ġmid fielder", - "Ġlun ches", - "olog ue", - "ism ic", - "ĠQ i", - "Ġdat etime", - "ĠEnt wicklung", - "Hon estly", - "Ġexcurs ion", - "5 28", - "Ġd um", - "ĠC ros", - "ĠB un", - "Ġel ong", - "Man aging", - "æħ ¢", - "ĠAthlet ics", - "J er", - "z ers", - "ĠD ocker", - "ord inary", - "Ġel k", - "Ġcro is", - "custom er", - "Ġ ĊĠĠĠĠĠĠĠĠ", - "ĠH ER", - "ĠV ince", - "rap ie", - "ĠTra uma", - "än n", - "rup al", - "Ġmake over", - "ĠSh orts", - "Ġpoly nom", - "Ġbuck le", - "N OR", - "Ġle ven", - "ĠJ ab", - "Ġper for", - "be am", - "oph age", - "ĠFre ud", - "è¡Į åĬ¨", - "ĠCla ude", - "ĠCarp enter", - "ĠAl arm", - "Ġcher ries", - "ĠCher yl", - "c reen", - "u url", - "ome gran", - "ĊĊ ĊĠĠĠĠ", - "Ġx en", - "IL LE", - "ĠSom alia", - "0 24", - "ĠJ ungle", - "Ġcomm a", - "pack et", - "Ġster ile", + "▁об ъ", + "▁G ust", + "▁Gu st", + "▁gr ain", + "▁gra in", + "мен т", + "м ент", + "to Equal", + "▁m os", + "▁mo s", + "▁ mos", + "▁consist ently", + "▁consistent ly", + "х у", + "▁domin ant", + "Con verter", + "Convert er", + "at able", + "ata ble", + "a table", + "▁J ag", + "▁Ja g", + "scri ptions", + "script ions", + "scription s", + "s criptions", + "x B", + "▁ ©", + "fol der", + "fold er", + "f older", + "▁sub stance", + "▁subst ance", + "▁по с", + "L o", + "BU S", + "B US", + "bas ic", + "us sen", + "uss en", + "▁co ins", + "▁coin s", + ": -", + "▁N elson", + "▁Nel son", + "In ner", + "ograf ía", + "▁ex empl", + "▁exem pl", + "ch g", + "▁sy nd", + "▁syn d", + "dyn amic", + "d ynamic", + "ver ted", + "vert ed", + "▁EV ENT", + "▁ EVENT", + "se ek", + "see k", + "av ier", + "avi er", + "a vier", + "▁p rot", + "▁pro t", + "▁pr ot", + "▁ prot", + "-- ----", + "---- --", + "--- ---", + "----- -", + "- -----", + "▁con vention", + "▁conv ention", + "▁convent ion", + "▁станов ника", + "gl ing", + "g ling", + "hor a", + "ho ra", + "h ora", + "ши й", + "▁wh ilst", + "ser ialize", + "serial ize", + "s erialize", + "▁R ing", + "([ '", + "( ['", + "▁c her", + "▁ch er", + "▁che r", + "▁ cher", + "сь кі", + "▁D anny", + "▁Dan ny", + "▁re aches", + "▁reach es", + "▁el igible", + "▁P arent", + "▁Par ent", + "▁Pa rent", + "▁ Parent", + "▁came ras", + "▁cam eras", + "▁camera s", + "▁discipl ine", + "▁s illy", + "▁sil ly", + "re ts", + "ret s", + "r ets", + "yt ics", + "▁Reg ional", + "▁Region al", + "▁B aby", + "▁Ba by", + "▁Bab y", + "te le", + "t ele", + "WAR NING", + "WARN ING", + "su pp", + "sup p", + "s upp", + "▁refer ring", + "▁mer ch", + "▁merc h", + "ol ves", + "olve s", + "olv es", + "em et", + "eme t", + "e met", + "ck e", + "c ke", + "▁M unicip", + "▁Mun icip", + "Wh ite", + "▁ Ś", + "ri os", + "rio s", + "r ios", + "log ging", + "▁d x", + "▁ dx", + "▁su sp", + "▁sus p", + "ex ternal", + "▁Liber al", + "▁Lib eral", + "▁Init ialize", + "▁Initial ize", + "▁ Initialize", + "▁exhib ition", + "▁exhibit ion", + "▁ext ensions", + "▁extension s", + "▁extens ions", + "▁ extensions", + "ke eper", + "keep er", + "kee per", + "SY S", + "▁J ake", + "▁Ja ke", + "▁Jak e", + "fo oter", + "foot er", + "foo ter", + "▁ph ones", + "▁phone s", + "▁ phones", + "▁real m", + "▁contribut ed", + "▁contribute d", + "ME SS", + "▁For mat", + "▁Form at", + "▁ Format", + "Per iod", + "▁h id", + "▁hi d", + "▁ hid", + "▁me tres", + "▁met res", + "▁D im", + "▁Di m", + "▁ Dim", + "ache lor", + "achel or", + "▁T ak", + "▁Ta k", + "▁ве ли", + "▁g ram", + "▁gr am", + "▁gra m", + "▁ gram", + "▁M Y", + "▁ MY", + "on ders", + "ond ers", + "onder s", + "onde rs", + "'; \r", + "' ;\r", + "▁F ro", + "▁Fr o", + "▁advant ages", + "▁advantage s", + "io v", + "i ov", + "▁she ets", + "▁sheet s", + "ce mbre", + "c embre", + "ž e", + "] \r", + "▁D J", + "subset eq", + "UP DATE", + "▁b locked", + "▁bl ocked", + "▁block ed", + "▁pan els", + "▁pa nels", + "▁panel s", + "E A", + "nd e", + "n de", + "ê t", + "Bu l", + "B ul", + "▁m eters", + "▁me ters", + "▁met ers", + "▁meter s", + "jo ur", + "j our", + "▁rap port", + "▁rapp ort", + "▁J ak", + "▁Ja k", + "▁V AL", + "▁VA L", + "▁ VAL", + "▁p up", + "▁pu p", + "▁k a", + "▁ ka", + "for ced", + "force d", + "▁ав гу", + "ener gy", + "e nergy", + "▁V a", + "not es", + "no tes", + "note s", + "n otes", + "▁relax ed", + "C r", + "id ding", + "idd ing", + "▁def ines", + "▁define s", + "▁defin es", + "▁kiss ed", + "▁inv asion", + "▁invas ion", + "▁sc reens", + "▁screen s", + "C trl", + "▁pass engers", + "▁passenger s", + "▁Х о", + "ation ship", + "ations hip", + "per cent", + "\\ }", + "▁be ating", + "▁beat ing", + "life ray", + "lifer ay", + "▁V M", + "▁ VM", + "▁Gab riel", + "▁g allery", + "▁gall ery", + "▁Л о", + "iv ot", + "ivo t", + "▁r ental", + "▁ren tal", + "▁rent al", + "▁sh ocked", + "▁shock ed", + "▁Ste in", + "▁B h", + "▁ ло", + "Un e", + "U ne", + "ге н", + "г ен", + "▁kom mun", + "an ka", + "ank a", + "▁C ape", + "▁Cap e", + "▁Ca pe", + "Re ady", + "Read y", + "▁к ри", + "▁ кри", + "tr ag", + "tra g", + "t rag", + "Al ign", + "Ali gn", + "▁host ed", + "▁ho sted", + "▁\\ (", + "▁S ession", + "▁ Session", + "ys k", + "y sk", + "Pen ding", + "P ending", + "ellig ence", + "elli gence", + "▁Never theless", + "bit ro", + "bitr o", + "ho lm", + "hol m", + "quir y", + "▁mechan ical", + "▁D é", + "an eous", + "ane ous", + "▁psych ological", + "▁a broad", + "▁ab road", + "▁a voir", + "▁av oir", + "▁separ ation", + "▁sep aration", + "▁Haw ai", + "iej sc", + "▁N ether", + "▁Ne ther", + "▁Net her", + "▁sub tle", + "bi rd", + "b ird", + "▁mark er", + "▁mar ker", + "▁ marker", + "▁со зда", + "ва ла", + "вал а", + "▁Work ing", + "▁Wor king", + "▁h over", + "▁ho ver", + "▁ hover", + "%%%% %%%%", + "▁м ат", + "▁ма т", + "▁ мат", + "▁s oup", + "▁so up", + "▁sou p", + "Al ert", + "ch r", + "c hr", + "▁P CI", + "▁PC I", + "▁ PCI", + "▁m ús", + "ient ras", + "ien tras", + "▁St orage", + "▁Sto rage", + "▁ Storage", + "▁av ailability", + "▁op era", + "▁oper a", + "▁P roduction", + "▁Produ ction", + "��Product ion", + "ia ne", + "ian e", + "i ane", + "▁Bet ter", + "▁B utton", + "▁But ton", + "▁ Button", + "▁Pe ace", + "▁Mor ris", + "▁s ib", + "▁si b", + "▁f iber", + "▁fi ber", + "▁fib er", + "Int ent", + "▁D esc", + "▁De sc", + "▁Des c", + "▁ Desc", + "ning en", + "n ingen", + "ze j", + "z ej", + "av an", + "ava n", + "a van", + "cover ed", + "cov ered", + "▁s yst", + "▁sy st", + "▁sys t", + "_ +", + "▁орга ни", + "▁Re lig", + "▁Rel ig", + "ци аль", + "▁s pite", + "▁sp ite", + "▁re prés", + "▁~ ~", + "▁ ~~", + "▁to xic", + "▁a pro", + "▁ap ro", + "▁apr o", + "X Y", + "▁tr ips", + "▁tri ps", + "▁trip s", + "▁pl aats", + "▁con vey", + "▁conv ey", + "▁conve y", + "Pr im", + "P rim", + "▁о ста", + "▁ос та", + "▁ост а", + "ok o", + "o ko", + "▁l obby", + "▁lob by", + "▁recommend ations", + "▁recommendation s", + "SP ACE", + "▁overwhel ming", + "ennes see", + "▁ac quire", + "▁acqu ire", + "w m", + "LOB AL", + "▁D EF", + "▁DE F", + "▁ DEF", + "je r", + "j er", + "▁re cur", + "▁rec ur", + "om men", + "omm en", + "▁j og", + "▁jo g", + "▁n ast", + "▁na st", + "▁nas t", + "▁L P", + "▁ LP", + "jo n", + "j on", + "▁w ishes", + "▁wish es", + "▁wis hes", + "▁N ancy", + "▁support ers", + "▁supp orters", + "^{ -\\", + "^{- \\", + "▁T rib", + "▁Tr ib", + "▁Tri b", + "▁ Ä", + "▁disappoint ed", + "▁у ни", + "x D", + "li nt", + "lin t", + "l int", + "I p", + "▁Islam ic", + "än de", + "änd e", + "ä nde", + "end ment", + "dt ype", + "d type", + "▁di gest", + "▁dig est", + "▁Set tings", + "▁Setting s", + "▁ Settings", + "ér a", + "é ra", + "▁aggress ive", + "▁intellig ent", + "eder börd", + "ster dam", + "pc i", + "p ci", + "▁over flow", + "▁ overflow", + "im b", + "i mb", + "re ach", + "rea ch", + "r each", + "cept or", + "cep tor", + "▁yield s", + "▁Se bast", + "▁ut ility", + "▁util ity", + "▁р и", + "▁ ри", + "▁fac ulty", + "▁In ternal", + "▁Intern al", + "▁Inter nal", + "▁ Internal", + "▁attract ed", + "▁attra cted", + "рі в", + "р ів", + "▁mix ing", + "▁R uth", + "▁Ru th", + "▁esc aped", + "▁escape d", + "▁E asy", + "▁dr ain", + "▁r ings", + "▁ring s", + "▁ rings", + "qu ire", + "quir e", + "Av ailable", + "▁ц и", + "▁ ци", + "▁conv ince", + "▁convin ce", + "or sch", + "ors ch", + "ут бо", + "CP P", + "C PP", + "ra ge", + "rag e", + "r age", + "ч і", + "▁p rod", + "▁pro d", + "▁pr od", + "▁ prod", + "▁p ig", + "▁pi g", + "▁C atal", + "▁Cat al", + "▁Ca tal", + "▁al ias", + "▁ali as", + "▁ alias", + "▁че мпи", + "▁чем пи", + "Pl ace", + "P lace", + "▁g orge", + "▁depend ence", + "▁cr uel", + "▁cru el", + "▁ther mal", + "▁therm al", + "ut down", + "ref resh", + "▁re sort", + "▁res ort", + "▁S HA", + "▁SH A", + "▁ SHA", + "ти й", + "fo od", + "foo d", + "f ood", + "▁N ad", + "▁Na d", + "▁pregn ancy", + "▁pro jection", + "▁project ion", + "▁pa ís", + "▁полу чи", + "▁the mes", + "▁them es", + "▁theme s", + "▁fun eral", + "▁cas o", + "▁ca so", + "ле кт", + "лек т", + "Ex tra", + "Ext ra", + "▁t issue", + "▁dr agon", + "▁drag on", + "▁l ig", + "▁li g", + "▁ lig", + "▁n ei", + "▁ne i", + "▁com edy", + "▁come dy", + "▁comed y", + "те м", + "т ем", + "сла в", + "с лав", + "▁pass enger", + "Cl one", + "i ção", + "yg on", + "y gon", + "▁H alf", + "▁Hal f", + "▁la bour", + "▁lab our", + "▁vill ages", + "▁village s", + "▁ві й", + "▁О т", + "▁L isa", + "▁Li sa", + "▁Lis a", + "_ [", + "ba g", + "b ag", + "▁d iver", + "▁di ver", + "▁div er", + "▁dive r", + "▁M L", + "▁ ML", + "▁transl ated", + "▁translate d", + "▁per ò", + "ab ama", + "aba ma", + "▁cas tle", + "▁cast le", + "▁ castle", + "* \\", + "▁reg ia", + "!! !!", + "!!! !", + "! !!!", + "*> (", + "* >(", + "▁Work s", + "▁Wor ks", + "▁N ature", + "▁Nat ure", + "▁Natur e", + "NE L", + "N EL", + "▁P om", + "▁Po m", + "tt a", + "t ta", + "▁Jam ie", + "▁p unch", + "▁pun ch", + "tain ment", + "▁K rieg", + "▁Kr ieg", + "▁restr icted", + "▁restrict ed", + "mob ile", + "m obile", + "▁grand mother", + "Arg uments", + "Argument s", + "▁s inc", + "▁si nc", + "▁sin c", + "▁Mon th", + "▁Mont h", + "▁ Month", + "esc ape", + "e scape", + "▁opt ical", + "▁L ane", + "▁La ne", + "▁Lan e", + "▁Deutsch land", + "▁S aison", + "▁Sa ison", + "▁V irtual", + "▁ Virtual", + "pe z", + "p ez", + "In line", + "ow any", + "owa ny", + "rad io", + "r adio", + "ö ß", + "▁O thers", + "▁Other s", + "MA IN", + "M AIN", + "sc al", + "s cal", + "▁D allas", + "▁Dal las", + "▁an chor", + "▁anc hor", + "▁anch or", + "▁ anchor", + "en cias", + "enc ias", + "encia s", + "enci as", + "▁re porter", + "▁rep orter", + "▁report er", + "▁veget ables", + "▁enforce ment", + "▁Wis consin", + "▁con dem", + "▁cond em", + "▁e b", + "▁ eb", + "▁s its", + "▁sit s", + "▁si ts", + "▁calcul ations", + "▁calculation s", + "▁calc ulations", + "▁\" --", + "▁\"- -", + "ue lle", + "uel le", + "u elle", + "▁tip o", + "▁ti po", + "▁P AR", + "▁PA R", + "▁ PAR", + "co rd", + "cor d", + "c ord", + "▁ро ків", + "ph an", + "pha n", + "p han", + "▁kon nte", + "▁z ap", + "▁za p", + "wr iting", + "writ ing", + "en gu", + "eng u", + "▁pert urb", + "Fac e", + "F ace", + "ag og", + "ago g", + "▁De cl", + "▁Dec l", + "▁ Decl", + "est ly", + "▁War ren", + "▁H ills", + "▁Hill s", + "▁Hil ls", + "▁ref resh", + "▁refr esh", + "▁refres h", + "▁ refresh", + "▁fl ip", + "io p", + "i op", + "▁key board", + "is to", + "ist o", + "i sto", + "▁prom oted", + "▁promote d", + "▁promot ed", + "back s", + "ba cks", + "b acks", + "Enc oding", + "▁ ال", + "▁g min", + "ро б", + "р об", + "▁follow ers", + "▁p epper", + "um ble", + "umb le", + "▁sp ray", + "▁spr ay", + "▁dr ives", + "▁dri ves", + "▁driv es", + "▁drive s", + "P ush", + "cook ie", + "c ookie", + "▁gel dig", + "▁geld ig", + "ig ung", + "igu ng", + "vis it", + "▁at omic", + "▁atom ic", + "▁ atomic", + "▁A thlet", + "▁Ath let", + "▁Or igin", + "▁Ori gin", + "▁ Origin", + "▁H appy", + "▁G ra", + "▁Gr a", + "▁att ribut", + "▁п ов", + "▁по в", + "▁ пов", + "▁n ost", + "▁no st", + "▁nos t", + "▁ nost", + "ur u", + "u ru", + "▁Ne ither", + "▁ma ar", + "ject ions", + "je ctions", + "jection s", + "▁re nov", + "▁ren ov", + "fin ity", + "f inity", + "gener ic", + "init ialize", + "initial ize", + "pgf set", + "▁hyp othes", + "▁ma cro", + "▁mac ro", + "ma ps", + "map s", + "m aps", + "▁f are", + "▁far e", + "▁fa re", + "▁ fare", + "Be st", + "B est", + "uch t", + "uc ht", + "u cht", + "co d", + "c od", + "▁h orm", + "▁hor m", + "▁ho rm", + "▁P oll", + "▁Pol l", + "▁Po ll", + "▁host ing", + "▁Re ading", + "▁Read ing", + "Cert ificate", + "▁и ма", + "▁им а", + "▁C ov", + "▁Co v", + "▁P red", + "▁Pr ed", + "▁Pre d", + "▁ Pred", + "re direct", + "red irect", + "▁l attice", + "▁port folio", + "▁o ven", + "▁ov en", + "▁ oven", + "ie len", + "iel en", + "iele n", + "i elen", + "sub scribe", + "foot note", + "но ю", + "▁mom ento", + "▁moment o", + "▁d ich", + "▁di ch", + "▁dic h", + "▁ent ert", + "▁enter t", + "▁g é", + "▁connect ing", + "▁n acional", + "▁o tt", + "▁ot t", + "▁ ott", + "ні в", + "н ів", + "▁rac ist", + "▁penal ty", + "ül t", + "ü lt", + "▁Israel i", + "▁( †", + "▁desc end", + "▁ос іб", + "▁b elly", + "▁bel ly", + "▁bell y", + "ні сть", + "▁encounter ed", + "T ip", + "▁gu ilt", + "▁d amp", + "▁da mp", + "▁dam p", + "ze ug", + "▁Mem ory", + "▁ Memory", + "Check ed", + "▁Sh akespeare", + "hi ll", + "h ill", + "▁w oke", + "▁wo ke", + "▁sal ary", + "eth eless", + "ethe less", + "e theless", + "▁Т и", + "er de", + "erd e", + "▁He in", + "▁g it", + "▁gi t", + "▁ git", + "=\" \"", + "= \"\"", + "ül l", + "ü ll", + "ge ben", + "geb en", + "g eben", + "Pr es", + "Pre s", + "P res", + "ie val", + "iev al", + "i eval", + "mark er", + "mar ker", + "▁д ан", + "▁да н", + "▁ дан", + "▁oct obre", + "RO L", + "R OL", + "▁jan u", + "▁ja nu", + "▁) :", + "▁ ):", + "br anch", + "▁J erry", + "▁Jer ry", + "ke hr", + "▁contr acts", + "▁contract s", + "▁aff air", + "▁Росси и", + "ja ck", + "j ack", + "AN G", + "A NG", + "▁dro pping", + "▁drop ping", + "▁d ic", + "▁di c", + "sch ool", + "▁Fin land", + "▁d ort", + "▁do rt", + "▁K ings", + "▁King s", + "▁Kin gs", + "▁Arg ument", + "▁ Argument", + "▁Sim ilarly", + "▁Similar ly", + "▁V erm", + "▁Ver m", + "▁Ve rm", + "▁pret end", + "! _", + "łu g", + "ł ug", + "же ння", + "жен ня", + "da ting", + "dat ing", + "d ating", + "cs v", + "c sv", + "▁dialog ue", + "▁dial ogue", + "STR U", + "▁public ly", + "wed ge", + "w edge", + "▁H och", + "▁Ho ch", + "▁spe aks", + "▁speak s", + "▁compens ation", + "an ca", + "anc a", + "text tt", + "▁Fil ter", + "▁ Filter", + "▁part ly", + "▁us eless", + "▁use less", + "▁г у", + "▁ гу", + "▁d eter", + "▁de ter", + "▁det er", + "IE W", + "▁con secut", + "▁cons ecut", + "▁conse cut", + "▁h oly", + "▁hol y", + "▁ho ly", + "▁grad uated", + "▁gradu ated", + "▁graduate d", + "an dal", + "and al", + "anda l", + "ți e", + "ț ie", + "▁W ant", + "▁Wa nt", + "▁Aust ria", + "or den", + "ord en", + "fr ag", + "f rag", + "▁f oo", + "▁fo o", + "▁ foo", + "cl aimed", + "claim ed", + "во е", + "▁not able", + "▁no table", + "▁journal ist", + "▁M ail", + "▁Ma il", + "▁Mai l", + "▁ Mail", + "!( \"", + "! (\"", + "ps e", + "p se", + "▁C lay", + "▁Cl ay", + "iv i", + "i vi", + "▁sc ales", + "▁scale s", + "▁scal es", + "▁er ste", + "▁erst e", + "▁ers te", + "Data Type", + "▁D iam", + "▁Di am", + "í r", + "loc ale", + "local e", + "▁rel uct", + "ien st", + "iens t", + "ast ro", + "astr o", + "act ly", + "я х", + "▁Vill age", + "▁Villa ge", + "▁Vil lage", + "▁d aughters", + "▁daughter s", + "▁manufact urers", + "▁manufacturer s", + "▁print ing", + "▁prin ting", + "ч ка", + "Nd Ex", + "Ch anges", + "Change s", + "▁/ ******/", + "ver tex", + "vert ex", + "▁b rows", + "▁br ows", + "▁bro ws", + "▁brow s", + "▁K ö", + "not ations", + "notation s", + "▁i ls", + "▁il s", + "▁ ils", + "at el", + "ate l", + "C ir", + "▁meaning ful", + "q a", + "▁C old", + "▁Col d", + "▁Co ld", + "ue to", + "u eto", + "you r", + "yo ur", + "y our", + "m f", + "мо в", + "м ов", + "▁Ü ber", + "▁fam ilia", + "▁famil ia", + "▁ste ep", + "▁pres idential", + "▁president ial", + "▁presid ential", + "▁z á", + "▁ zá", + "▁w ars", + "▁war s", + "▁wa rs", + "▁C re", + "▁Cr e", + "▁after wards", + "▁afterward s", + "ha lb", + "hal b", + "▁strugg led", + "▁struggle d", + "Ch art", + "Char t", + "User Id", + "ac ular", + "a cular", + "iv ia", + "ivi a", + "i via", + "▁u gly", + "▁K unst", + "E s", + "▁Q String", + "▁C ow", + "▁Co w", + "Rad ius", + "▁Gr iff", + "▁V as", + "▁Va s", + "HA L", + "H AL", + "Mod ified", + "ra le", + "ral e", + "r ale", + "mem cpy", + "▁в клю", + "▁r s", + "▁ rs", + "▁h alt", + "▁ha lt", + "▁hal t", + "▁ halt", + "▁Miss iss", + "▁h uvud", + "ec a", + "e ca", + "▁Jahrhund ert", + "E urope", + "Sign ature", + "▁grand father", + "▁O regon", + "gu e", + "g ue", + "xy gen", + "fr ames", + "frame s", + "▁hab its", + "▁ha bits", + "▁habit s", "Support ed", - "ĠMu eller", - "L ew", - "at om", - "ĠP une", - "ĠN arr", - "Ġcomplex ion", - "Ġpossibilit Ãł", - "ĠBelf ast", - "ter ra", - "ĠW om", - "oid al", - "70 5", - "itar ia", - "ĠWould n", - "ĠStraw berry", - "or c", - "Ġac upuncture", - "80 3", - "Ġmut ant", - "Ġsp ar", + "Supp orted", + "▁low ered", + "▁lower ed", + "▁rad iation", + "▁radi ation", + "ab en", + "abe n", + "a ben", + "▁Pro gress", + "▁ Progress", + "▁C osta", + "▁Co sta", + "▁Cost a", + "▁Cos ta", + "▁dev oted", + "▁gest ure", + "▁Dez ember", + "▁qu oted", + "▁quote d", + "▁quot ed", + "▁difficult ies", + "т ре", + "▁sustain able", + "▁d ense", + "▁den se", + "▁dens e", + "▁ih rer", + "▁ihr er", + "▁ihre r", + "▁firm ly", + "â t", + "om ent", + "ome nt", + "omen t", + "o ment", + "▁c out", + "▁co ut", + "▁cou t", + "▁ cout", + "▁p oi", + "▁po i", + "d jango", + "▁pro found", + "▁prof ound", + "▁Wil helm", + "▁fl ush", + "▁flu sh", + "▁ flush", + "▁av ril", + "LA B", + "L AB", + "▁B row", + "▁Br ow", + "▁Bro w", + "▁pro pose", + "▁prop ose", + "▁propos e", + "▁r anks", + "▁ran ks", + "▁rank s", + "WI D", + "W ID", + "▁mut ual", + "▁text s", + "▁tex ts", + "▁S ale", + "▁Sal e", + "▁Sa le", + "▁qu asi", + "▁n og", + "▁no g", + "▁ nog", + "▁nouve au", + "▁c v", + "▁ cv", + "▁no ble", + "▁nob le", + "▁dé cembre", + "▁déc embre", + "▁cl ever", + "▁cle ver", + "▁P ir", + "▁Pi r", + "▁graph ics", + "▁graphic s", + "▁ graphics", + "▁G R", + "▁ GR", + "че ской", + "▁s ag", + "▁sa g", + "ict ions", + "iction s", + "i ctions", + "na nt", + "nan t", + "n ant", + "▁th é", + "C G", + "▁Jac ques", + "W M", + "▁F inn", + "▁Fin n", + "▁Fi nn", + "▁dev ast", + "зо м", + "хо в", + "х ов", + "▁En tre", + "▁Ent re", + ". ;", + "▁fl uct", + "▁flu ct", + "▁Sc iences", + "▁Sci ences", + "▁Science s", + "▁т у", + "▁ ту", + "path s", + "pat hs", + "▁sh orter", + "▁short er", + "▁suggest ion", + "ER Y", + "▁D ire", + "▁Di re", + "▁Dir e", + "at eurs", + "ate urs", + "ateur s", + "▁round ed", + "▁t art", + "▁tar t", + "▁ta rt", + "ю ще", + "up er", + "u per", + "▁secret s", + "▁sec rets", + "▁secre ts", + "▁compan ion", + "▁K EY", + "▁ KEY", + "T ile", + "▁B ibli", + "x s", + "▁ang ular", + "▁ angular", + "pa g", + "p ag", + "er ness", + "ern ess", + "erne ss", + "▁S orry", + "▁Sor ry", + "▁ Sorry", + "▁pre diction", + "▁predict ion", + "▁pred iction", + "▁M aking", + "▁Ma king", + "▁Mak ing", + "на род", + "ol are", + "ola re", + "olar e", + "rp c", + "r pc", + "▁t ens", + "▁te ns", + "▁ten s", + "en as", + "ena s", + "e nas", + "▁Re ally", + "▁Real ly", + "H I", + "port al", + "por tal", + "▁for me", + "▁form e", + "gan g", + "ga ng", + "g ang", + "▁l ane", + "▁la ne", + "▁lan e", + "▁ lane", + "▁s tag", + "▁st ag", + "▁sta g", + "▁Mar x", + "▁Ma rx", + "▁L LC", + "▁LL C", + "▁d are", + "▁da re", + "▁dar e", + "▁Olymp ic", + "▁p ant", + "▁pan t", + "▁pa nt", + "build ing", + "; ;", + "▁c ops", + "▁co ps", + "▁cop s", + "▁r ushed", + "▁rush ed", + "▁rus hed", + "▁L ot", + "▁Lo t", + "▁init iative", + "▁initi ative", + "▁inv ite", + "▁Saf ety", + "▁Safe ty", + "FA ILED", + "FAIL ED", + "▁habit ants", + "en sen", + "ens en", + "ense n", + "▁l ég", + "▁W elcome", + "▁Wel come", + "Valid ate", + "▁qu atre", + "▁G ray", + "▁Gr ay", + "▁Gra y", + "▁E ve", + "▁Ev e", + "▁C omb", + "▁Com b", + "▁Co mb", + "▁ Comb", + "▁p endant", + "a qu", + "con figure", + "config ure", + "▁A dm", + "▁Ad m", + "▁rif le", + "▁Exper ience", + "Decl aration", + "▁å r", + "▁ år", + "ill ery", + "ille ry", + "iller y", + "os pel", + "osp el", + "▁A rena", + "▁Ar ena", + "▁Are na", + "▁bo ards", + "▁board s", + "▁ boards", + "▁pur ple", + "▁p ills", + "▁pil ls", + "▁pill s", + "ueto oth", + "li que", + "l ique", + "▁pop ulations", + "▁population s", + "▁popul ations", + "▁acc ent", + "▁ac cent", + "▁r anges", + "▁range s", + "▁ran ges", + "▁rang es", + "▁Anal ysis", + "▁ Analysis", + "▁d ictionary", + "▁Dr agon", + "▁Drag on", + "re ction", + "rect ion", + "r ection", + "▁vis itor", + "▁visit or", + "seg ment", + "▁д р", + "▁F uck", + "▁Fu ck", + "д ж", + "▁ident ification", + "Class Name", + "boot strap", + "▁sur faces", + "▁surface s", + "▁surf aces", + "▁scream ing", + "кт у", + "к ту", + "pl ain", + "sh adow", + "incl udes", + "include s", + "▁j azz", + "▁ja zz", + "▁á l", + "▁ ál", + "ri ka", + "rik a", + "r ika", + "ho p", + "h op", + "▁i on", + "▁io n", + "▁ ion", + "vr e", + "v re", + "▁newsp apers", + "▁newspaper s", + "▁i hn", + "▁ih n", + "▁P arse", + "▁Par se", + "▁Pars e", + "▁ Parse", + "П о", + "▁strict ly", + "▁re covered", + "▁recover ed", + "▁U na", + "▁Un a", + "▁err e", + "▁er re", + "▁ erre", "iss ues", - "ĠEl ena", - "SA GE", - "Ġlob ster", - "4 18", - "v ette", - "Ġd ific", - "get Instance", - "Ġdi agonal", - "è nes", - "ĠBuild ings", - "Ġîn c", - "ĠCEO s", - "IO Exception", - "ĠOk tober", - "Ġtransc end", - "G overn", - "Ġv Äĥ", - "ĠW ert", - "zen iu", - "ĠBro oke", - "Ġtut oring", - "ev il", - "Ġreact ing", - "Ġpersu asive", - "Ġpréc éd", - "t ors", - "ĠP es", - "ĠW irtschaft", - "Ġbroad en", - "EE P", - "Load ing", - "ĠEnh anced", - "Ġasympt omatic", - "Ġintermitt ent", - "nt hia", - "Ġsou venirs", - "ĠAnt ib", - "ĠVar iety", - ") $.", - "B at", - "ĠI PS", - "Ġk im", - "Ġav anz", - "Ch anging", - "Ġbad ges", - "Ġunders c", - "Ġsp arks", - "Ġà İn", - "Ġinf initely", - "ĠQ ing", - "Ġcorrupt ed", - "deme an", - "Ġs enc", - "Ġv owed", - "her ty", - "ĠN ull", - "Ġj ung", - "Ġche ers", - "Ġstand out", - "Ġanticip ating", - "Ġhera us", - "B uf", - "ĠL up", - "ne c", - "Ġinst it", - "co ated", - "Ġscreen ings", - "Ġlobb ying", - ": %", - "re ason", - "Ġw itty", - "ĠT v", - "ĠL TE", - "An ch", - "ĠInt rodu", - "ĠSub aru", - "VER T", - "ĠBuy ers", - "ãĥ Ī", - "Ġdesc ub", - "Ġrhyth ms", - "5 85", - "ac id", - "ĠC HE", - "ĠP enguin", - "Ġad am", - "Ġpo orer", - "oss ed", - "Ġprof ond", - "Ġprohib ition", - "ĠES G", - "ĠPodcast s", - "h ors", - "Ġt ipping", - "Ġin oc", - "ĠM ilit", - "ĠN ET", - "Ġprob abil", - "Ġathlet ics", - "es or", - "ĠR it", - "Ġsp elled", - "ĠBr idges", - "56 2", - "Ġbrilliant ly", - "ĠFut ures", - "Ġbus c", - "Ġdr unken", - "38 9", - "ĠAfric ans", - "âĢ ł", - "ĠL aden", - "Ġpast el", - "ien a", - "AT ES", - "ĠCol onial", - "Ġih nen", - "er ity", - "res p", - "ĠCard iff", - "was hed", - "Ġax e", - "ĠProdu kte", - "Ġd otted", - "ĠX I", - "Cl osed", - "èĥ ¡", - "got ten", - "Ġc oded", - "ad in", - "ĠA ux", - "int ellig", - "Ġeff iciencies", - "ĠIm pl", - "ĠList ings", - "Ġsel ves", - "æ¢ ¦", - "ĠRib bon", - "in herit", - "ĠK iller", - "Ġav ril", - "L ists", - "Ġb aj", - "Ġb inge", - "Ġd l", - "ic ional", - "Ġla ure", - "Gu id", - "( --", - "f eren", - "Ġtransm itter", - "Ġinterpre ter", - "Ġin se", - "ĠJ M", - "Ġconf essed", - "Ġtot ale", - "Ġél éments", - "ĠTrack er", - "Ġc ilantro", - "Ġpot tery", - "Ġvill agers", - "Ġdol or", - "Ġpersu aded", - "Opt im", - "ĠTibet an", - "ĠLuxem bourg", - "ĠVID EO", - "4 27", - "f ico", - "Ġv ase", - "Ġha unting", - "ĠN im", - "ĠJ J", - "ĠMar ÃŃa", - "Al ert", - "ĠElect ions", - "ĠIM F", - "Ġo de", - "ĠC ure", - "Ġat roc", - "Ġmed ically", - "Ġmount s", - "V T", - "in iti", - "le in", - "Ġest oy", - "Ġburn out", - "ĠLuc a", - "Array List", - "effect s", - "C AN", - "b ash", - "h ir", - "ag r", - "ident al", - "Ġviol ently", - "est ar", - "ĠChamp agne", - "ĠRF ID", - "Ġenvision ed", - "Ġhover ing", - "ild o", - "Ġben öt", - "47 7", - "ĠPatri ot", - "Ġcorp se", - "· ç", - "ĠT ulsa", - "Play ers", - "ĠFried man", - "Ġto te", - "Ġinform atie", - "unk nown", - "继 ç»Ń", - "is ins", - "ol uciÃ", - "oh an", - "Ġseem ing", - "48 4", - "ĠMA Y", - "Ġsoll en", - "ch annels", - "gg en", - "Ġbank ers", - "Ġreson ate", - "] *", - "Ġh inges", - "Ġr icon", - "Ġdisc ard", - "zym e", - "Ġbeso ins", - "ĠK örper", - "ary a", - "ĠSh ut", - "Ġles b", - "ĠMar ilyn", - "ÅĻ enÃŃ", - "ĠDel icious", - "L ines", - "g ene", - "rom ax", - "ert os", - "we ights", - "á ch", - "Ġed ific", - "Ġrest less", - "ĠSp o", - "AC A", - "Ġbal m", - "Be at", - "Int ent", - "ĠLand es", - "ĠPrint ed", - "Ġr c", - "Ġest ad", - "Ġsauce pan", - "Ġpubl ishes", - "ĠPul se", - "0 39", - "al iation", - "Ġcl iffs", - "Ġover seeing", - "åľ¨ è¿Ļ", - "Ġintegr ations", - "Ġnational ity", - "Ġelectro ly", - "Regist ered", - "am oto", - "end ale", - "Ġcl air", - "Ġcam per", - "Ġaf rica", - "Ġpued o", - "ĠCompet itive", - "D ash", - "est re", - "60 8", - "obal t", - "Ã¥ ll", - "RO L", - "Ġsett lers", - "å¦ ĩ", - "8 33", - "è ĸ", - "Ġtra iled", - "inte ger", - "ĠDest ination", - "Bal ance", - "Indust ry", - "Ġso othe", - "ĠUn iform", - "Ch i", - "ĠCur rency", - "ĠCou pons", - "Ġendot helial", - "Ġz usätz", - "cess ion", - "Ġindividual ized", - "åIJ ´", - "ĠPar se", - "ĠHar riet", - "ĠFitz gerald", - "u uid", - "ķ å", - "ĠL ok", - "ĠMa ver", - "Ġprow ad", - "Ġrealt Ãł", - "g rab", - "med ium", - "Ġdemand a", - "åĩº äºĨ", - "Ġtub ing", - "ĠP NG", - "Ġland marks", - "ÅĽ wiad", - "ios is", - "Ġgrand daughter", - "Bl oom", - "da q", - "åħĪ çĶŁ", - "ĠA im", - "ĠD ermat", - "Ġtr ud", - "ĠV ita", - "ath am", - "36 7", - "Ġsy nerg", - "ĠCath y", - "Ġdisappear ance", - "Ġfung i", - "l ord", - "st eller", - "ĠR IGHT", - "ĠHe ads", - "iel sen", - "Ġshr inking", - "S pl", - "Ġp ÅĤ", - "Ġb ury", - "sh ake", - "cast ro", - "charg er", - "ĠPattern s", - "Ġf oo", - "imp ression", - "7 25", - "ut é", - "ĠZ ak", - "Ġcomplet a", - "ĠKey board", - "ih il", - "in ers", - "Ġpe ine", - "Ġke inen", - "Ġrest er", - "æĿ ¨", - "Ġsection al", - "Ġs acks", - "ĠP all", - "Ar m", - "Ġgra zing", - "IO US", - "Ġjew els", - "Ġaer ospace", - "ĠLoc ke", - "Ġv ents", - "ià ª", - "you ng", - "ĠDen ise", - "Ġbuff alo", - "ĠThom son", - "åł Ĥ", - "Ġaplic aciÃ", - "U h", - "ĠA IR", - "ĠH IP", - "ĠSte ak", - "ĠReg el", - "Res earchers", - "Ġfoot ing", - "ĠRod gers", - "ĠG os", - "DO M", - "ĠMah arashtra", + "issue s", + "▁exp ense", + "че ния", + "▁do nc", + "▁don c", + "Bi n", + "B in", + "▁Com ment", + "▁Comm ent", + "▁ Comment", + "▁sac rifice", + "▁sacrific e", + "T uple", + "() [", + "( )[", + "▁tra vers", + "▁trav ers", + "Im p", + "I mp", + "J e", + "▁Lin ux", + "▁е ё", + "▁P i", + "▁ Pi", + "▁cur ios", + "▁cu rios", + "▁r age", + "▁rag e", + "▁ra ge", + "▁ rage", + "▁e scal", + "▁es cal", + "▁esc al", + "▁al ignment", + "▁align ment", + "▁pent ru", + "▁cur r", + "▁cu rr", + "▁ curr", + "▁b este", + "▁be ste", + "▁best e", + "▁bes te", + "[] ,", + "[ ],", + "▁// !", + "H ub", + "Vis ibility", + "▁A sk", + "▁As k", + "ab ul", + "a bul", + "co lon", + "col on", + "colo n", + "▁D ays", + "▁Day s", + "▁Da ys", + "Aut hentication", + "ві т", + "▁l od", + "▁lo d", + "xF C", + "x FC", + "Look up", + "js ce", + "Al pha", + "▁harm ony", + "▁harmon y", + "▁W ard", + "▁War d", + "▁Wa rd", + "trans fer", + "▁H orn", + "▁Hor n", + "▁Ho rn", + "▁s d", + "▁ sd", + "so ap", + "▁z ich", + "▁Con sole", + "▁Cons ole", + "▁ Console", + "▁ко ли", + "▁Ph one", + "▁ Phone", + "pa per", + "p aper", + "й н", + "▁z m", + "▁ zm", + "Do ne", + "Don e", + "D one", + "ph ase", + "pha se", + "phas e", + "▁Jul ia", + "▁Ju lia", + "▁Juli a", + "▁ed ited", + "▁edit ed", + "af fe", + "aff e", + "Sy ntax", + "yl l", + "y ll", + "▁Lu cas", + "▁Luc as", + "▁and eren", + "▁andere n", + "▁ander en", + "[ <", + "▁Data base", + "▁Dat abase", + "▁ Database", + "▁spect ral", + "▁spectra l", + "ass ador", + "ска та", + "с ката", + "▁import ante", + "▁important e", + "▁х а", + "▁ ха", + "t z", + "▁s tere", + "▁st ere", + "▁ste re", + "▁ster e", + "▁m elt", + "▁me lt", + "▁mel t", + "▁C row", + "▁Cr ow", + "▁Cro w", + "ш ка", + "it utes", + "itut es", + "itute s", + "itu tes", + "▁satisf ies", + "▁L iga", + "▁Li ga", + "▁t omb", + "▁to mb", + "▁tom b", + "▁f ühr", + "▁ führ", + "▁sol ely", + "▁sole ly", + "▁E ither", + "▁t ennis", + "▁ten nis", + "▁s igh", + "▁si gh", + "▁sig h", + "ser de", + "s erde", + "ub a", + "u ba", + "ę d", + "le z", + "l ez", + "Fac t", + "F act", + "▁sque ez", + "▁Thom pson", + "▁N L", + "▁ NL", + "▁P ara", + "▁Par a", + "▁Pa ra", + "▁? ?", + "▁ ??", + "▁fin ishing", + "▁finish ing", + "She et", + "S heet", + "LIN K", + "L INK", + "▁б ро", + "▁ бро", + "▁l over", + "▁lo ver", + "▁love r", + "▁lov er", + "m achine", + "▁L esser", + "▁Les ser", + "▁Less er", + "pon d", + "po nd", + "p ond", + "▁pain tings", + "▁paint ings", + "▁painting s", + "▁assum ptions", + "▁assumption s", + "▁mod ification", + "fr e", + "f re", + "▁U lt", + "▁Ul t", + "▁A F", + "▁ AF", + "R V", + "bin ding", + "bind ing", + "b inding", + "▁toile t", + "ra r", + "r ar", + "▁an ge", + "▁ang e", + "▁ ange", + "▁she ep", + "PRO TO", + "act ic", + "a ctic", + "▁S peed", + "▁Sp eed", + "▁Spe ed", + "▁ Speed", + "▁I ce", + "gn u", + "g nu", + "ow ned", + "own ed", + "Sub scription", + "yr ics", + "y rics", + "▁back ward", + ">\" .", + "> \".", + "pi t", + "p it", + "▁real istic", + "öff ent", + "az i", + "a zi", + "DE R", + "D ER", + "b ucket", + "én y", + "é ny", + "xF E", + "x FE", + "▁f ancy", + "▁fan cy", + "ex cept", + "▁S ul", + "▁Su l", + "▁l aser", + "▁la ser", + "▁las er", + "Mon itor", + "▁c omic", + "▁com ic", + "▁co mic", + "▁Arch itect", + "▁ex pr", + "▁exp r", + "▁ expr", + "ount ers", + "oun ters", + "ounter s", + "▁Mel bourne", + "com plex", + "comp lex", + "'. $", + "' .$", + "om ot", + "omo t", + "o mot", + "▁M enu", + "▁Me nu", + "▁Men u", + "▁ Menu", + "astic search", + "���ed iting", + "▁edit ing", + "Pre sent", + "Pres ent", + "P resent", + "op les", + "ople s", + "opl es", + "o ples", + "è ncia", + "▁в то", + "gl ise", + "she et", + "s heet", + "▁he lic", + "▁hel ic", + "▁str anger", + "▁strange r", + "▁strang er", + "▁ex ec", + "▁ exec", + "FE R", + "F ER", + "in ian", + "ini an", + "SET TING", + "▁M ix", + "▁Mi x", + "▁ Mix", + "▁com plain", + "▁compl ain", + "▁in crement", + "▁incre ment", + "CS S", + "C SS", + "mm a", + "m ma", + "sl ide", + "▁про тив", + "▁проти в", + "▁Lim ited", + "Con sole", + "Cons ole", + "▁eng aging", + "ul er", + "ule r", + "u ler", + "▁O ptions", + "▁Option s", + "▁Opt ions", + "▁ Options", + "▁l ens", + "▁le ns", + "▁len s", + "Ma il", + "M ail", + "▁bar rier", + "▁barr ier", + "trans port", + "▁c ups", + "▁cu ps", + "▁cup s", + "it err", + "ite rr", + "iter r", + "▁const ants", + "▁constant s", + "▁ constants", + "▁T ech", + "▁Te ch", + "iz io", + "izi o", + "сту па", + "ступ а", + "▁Sw eden", + "at hon", + "ath on", + "a thon", + "▁M agn", + "▁Mag n", + "▁Ma gn", + "trans ition", + "де ла", + "es k", + "e sk", + "So ft", + "S oft", "fun ctions", - "Ġw art", - "ĠT bsp", - "Ġconduct ors", - "Ġd ank", - "ĠS iber", - "ĠP PE", - "Ġhost el", - "graph ic", - "z ac", - "Ġd ing", - "ĠV iking", - "Ġra ining", - "Ġsé lection", - "ĠEm p", - "App s", - "ĠDev ils", - "Gr ant", - "ĠGes ellschaft", - "g ain", - "ĠE clipse", - "Ġdet ta", - "AR A", - "Ġpick le", - "Ad resa", - "Past or", - "j ay", - "Ġb iz", - "ow ment", - "ĠMark t", - "ĠAud ience", - "Ang le", - "ĠMut ual", - "Ġw oo", - "Ġag osto", - "Ġdraw back", - "Ġpip elines", - "èĤ ¯", - "ĠCon v", - "ĠJohn ston", - "Ġprop io", - "Ad ult", - "Ġli ar", - "ĠUnter stÃ", - "èĤ ī", - "6 22", - "Ġde ception", - "Ġv Å¡e", - "ure zza", - "á ria", - "ĠEx cess", - "Ġsch ön", - "Che ap", - "ĊĊĉĉ ĉĉ", - "Emer gency", - "H ero", - "Ġwh ore", - "ĠF erry", - "Ġgroup ing", - "ĠCor on", - "Ġtent ative", - "ĠbÄĻd Äħ", - "ĠMitt el", - "ĠDeterm ine", - "ĠT ricks", - "ĠSp ir", - "ĠDis closure", - "ami ÄĻ", - "ĠPet roleum", - "ĠPack ages", - "ĠWilliam son", - "Ġstrat ég", - "åĩĨ å¤ĩ", - "j ak", - "Ġw t", - "Ġb h", - "Ġpl t", - "ass a", - "Ġport als", - "Ġcounsel ors", - "ĠHus band", - "ĠMeasure ment", - "Ġbe gged", - "ĠB JP", - "Ġpro ss", - "ĠJ unk", - "ĠAut or", - "Ġpet als", - "Ġfill ers", - "Event ually", - "Ġdav anti", - "4 64", - "ĠUn ified", - "48 1", - "Ġmyst ical", - "Ġcoment arios", - "Ġchois ir", - "P oor", - "it one", - "am ation", - "ient ial", - "Ġtot als", - "reng then", - "ĠOn cology", - "AR K", - "Ġmilit ar", - "ĠArch ived", - "Friend ly", - "ĠC itation", - "ĠD abei", - "Ġz wiÄħz", - "ĠExper imental", - "ĠOw ens", - "; \\", - "D ra", - "Ġn asc", - "Ġch ambre", - "Ġop aque", - "uc ent", - "wh atever", - "ĠPark way", - "Ġplanet ary", - "al ogy", - "Ġh oog", - "Ġfo arte", - "ĠHP V", - "ĠT ER", - "ĠG rain", - "ge ois", - "Ch amp", - "Ġtrain ings", - "ĠDev Ops", - "ĠFac ial", - "Ġg arnish", - "se ctor", - "ĠW olves", - "Ġout set", - "Ġquick est", - "Ġsubst ituted", - "ĠAP P", - "ĠDist ribut", - "Start ed", - "Ġparas ites", - "Ġdispat ched", - "ĠZuk unft", - "Ġp ud", - "ĠTe legraph", - "ĠPat io", - "erent ial", - "ĠJud ith", - "Ġgru nd", - "èį ¯", - "5 33", - "ort a", - "Ġte ase", - "Te aching", - "Ġgut ters", - "ĠSpeed way", - "Ġsacrific ed", - "Ġunderest imate", - "m bl", - "Ġd ucks", - "le icht", - "ĠN PC", - "Ġad ept", - "ĠLe isure", - "Ġcompet encies", - "ĠOut er", - "Ġmes a", - "Cor rect", - "Ġoct obre", - "év rier", - "r anno", - "} ]", - "ĠE F", - "ident ifier", - "Ġshow room", - "Ġgl aring", - "Ġclass ify", - "Ġelect rÃ", - "ĠInter mediate", - "ot ide", - "ĠAr bit", - "pos er", - "Ġpoison ous", - "Ġboil ers", - "A rab", - "Ġf um", - "ĠW ick", - "Ġen rol", - "Ġmult idisciplinary", - "Ġdom aine", - "ä¸į è¦ģ", - "ĠCreat es", - "ç»ĵ æŀľ", - "Ġsurn ame", - "P B", - "ĠG avin", - "pay ing", - "æļ ´", - "Ġré el", - "Ġmonument al", - "g maxwell", - "ĠD unk", - "ist y", - "Ġun ab", - "Ġprob abilities", - "Ġmid field", - "bra him", - "Ġdés ormais", - "Ġmitochond rial", - "Ġ ile", - "er ol", - "Ġs vol", - "Ġas pire", - "ĠH wy", - "70 8", - "Art icles", - "Ġcow boy", - "Ġm ound", - "Ġm ommy", - "ĠA UT", - "ite re", - "Ġmod ifier", - "Ġden ies", - "aby rin", - "ĠJon ah", - "Ġkidn apped", - "ĠHern andez", - "ĠB rom", - "ong a", - "Ġind emn", - "Ġlong itudinal", - "ĠQ uran", - "Ġspecial ised", - "Ġvari as", - "Rec ommend", - "Ġearth ly", - "Ġprest ige", - "Ġdistract ing", - "ĠPly mouth", - "Ġn ailed", - "ĠM b", - "Ġtur quoise", - "ĠSere na", - "Ġg oof", - "ack le", - "tre ated", - "D ot", - "is odes", - "ens ible", - "get ting", - "Ġform atted", - "log s", - "ĠProcess or", - "Lin ux", - "G rab", - "d ynamic", - "rict ions", - "Ġcred ential", - "ĠNic ola", - "ĠSuz anne", - "D W", - "ĠT ate", - "Ġv eto", - "Ġcomp ra", - "ä¸Ģ å®ļ", - "abilit Ãł", - "haus en", - "Ġfl attering", - "Ġdirect ement", - "Ġprim ero", - "[: ,", - "Ġenrich ment", - "ĠKardash ian", - "Ġl uce", - "ĠT ory", - "ĠJ al", - "ock ing", - "Ġerect ed", - "ĠT rem", - "ĠS hed", - "Ġdet ain", - "yl ie", - "éĢ Ĥ", - "ĠGro ÃŁ", - "Ġampl itude", - "Ġnan op", - "Miss ing", - "Ġexpon ential", - "ĠCar olyn", - "Ne ither", - "ĠAtt empt", - "ĠMer lin", - "Ġerfol gre", - "t ie", - "Ġfor ts", - "Ġsign ifies", - "Ġprof iling", - "Ġbre ve", - "Ġdin osaur", - "ĠSuper vis", - "mut ex", - "éŃ Ĥ", - "g aben", - "pl icate", - "ck o", - "com mercial", - "Ġdur ant", - "intern o", - "ĠInnov ative", - "~~~~~~~~ ~~~~~~~~", - "Ġprag matic", - "Ġso ient", - "á Å¡", - "Ġmat in", - "ĠBar ber", - "ĠGener ated", - "ĠBol t", - "ĠAu ft", - "7 90", - "G orgeous", - "ĠC argo", - "ĠP itch", - "ĠG PA", - "For ward", - "Ġmig raine", - "ç¬ Ķ", - "zeit ig", - "Ġalk aline", - "isex ual", - "6 13", - "ĠY og", - "ina i", - "ö rs", - "Ġuseful ness", - "Ġét at", + "function s", + "ne a", + "n ea", + "Im plement", + "Impl ement", + "Imp lement", + "ev ery", + "ever y", + "eve ry", + "e very", + "▁Man ufact", + "▁improve ments", + "▁improvement s", + "▁Ind iana", + "▁India na", + "▁Indian a", + "▁host s", + "▁ho sts", + "C V", + "We st", + "W est", + "to wn", + "t own", + "can vas", + "▁ш ко", + "▁Col umn", + "▁ Column", + "▁Par ker", + "▁Park er", + "▁es pa", + "▁esp a", + "▁Pub lish", + "▁которы й", + "av is", + "avi s", + "a vis", + "▁Z w", + "▁emphas is", + "ol v", + "o lv", + "▁re curs", + "▁rec urs", + "▁recur s", + "it aire", + "ita ire", + "▁B ishop", + "▁Bi shop", + "▁Bis hop", + "ne ro", + "ner o", + "n ero", + "▁d eny", + "▁de ny", + "▁den y", + "▁do ub", + "▁dou b", + "peon ato", + "▁C ourse", + "▁Cour se", + "▁Que ens", + "▁Queen s", + "▁bl ur", + "el ed", + "ele d", + "e led", + "iz o", + "i zo", + "▁dé but", + "▁Mod ule", + "▁Mo dule", + "▁ Module", + "▁anx ious", + "▁st are", + "▁star e", + "▁sta re", + "▁Pro position", + "▁K u", + "▁i c", + "▁ ic", + "Per cent", + "Qu ant", + "▁И сто", + "▁h ex", + "▁he x", + "▁ hex", + "ass oci", + "asso ci", + "▁arrang ement", + "▁arrange ment", + "▁bo ats", + "▁boat s", + "Un d", + "U nd", + "▁sl ots", + "▁slot s", + "се н", + "с ен", + "necess ary", + "▁app earing", + "▁appe aring", + "▁appear ing", + "▁R ule", + "▁Ru le", + "▁ Rule", + "▁G T", + "▁ GT", + "For ce", + "et to", + "ett o", + "e tto", + "ze nia", + "zen ia", + "▁o uts", + "▁out s", + "▁ou ts", + "▁ outs", + "▁vari ations", + "▁variation s", + "▁wh ites", + "▁white s", + "▁g lo", + "▁gl o", + "▁B R", + "▁ BR", + "ic ky", + "ick y", + "▁j ury", + "▁ju ry", + "▁jur y", + "▁treat ments", + "▁treatment s", + "▁The ater", + "kn ow", + "k now", + "▁pro files", + "▁prof iles", + "▁profile s", + "▁con spir", + "▁class room", + "▁B ass", + "▁Bas s", + "▁Ba ss", + "▁law yers", + "▁lawyer s", + "v ue", + "▁A rc", + "▁Ar c", + "▁ Arc", + "▁s la", + "▁sl a", + "▁att ending", + "▁attend ing", + "n x", + "m x", + "TO P", + "T OP", + "▁b ored", + "▁bo red", + "▁bore d", + "▁bor ed", + "pre vious", + "prev ious", + "r w", + "pt ic", + "љ у", + "▁app ar", + "▁ap par", + "▁P ont", + "▁Po nt", + ": _", + "ii i", + "i ii", + "▁j erk", + "▁jer k", + "hed ral", + "сс а", + "с са", + "▁Pr ize", + "▁Pri ze", + "▁Р и", + "б ре", + "▁hand les", + "▁handle s", + "▁j ak", + "▁ja k", + "▁Afghan istan", + "▁b oring", + "▁bo ring", + "▁bor ing", + "if ik", + "ifi k", + "▁sh ade", + "▁sha de", + "air o", + "ai ro", + "a iro", + "od ay", + "oda y", + "o day", + "▁pl ates", + "▁plate s", + "▁plat es", + "▁Championship s", + "▁Champion ships", + "▁che eks", + "▁cheek s", + "ri ke", + "rik e", + "r ike", + "▁kön nen", + "▁app le", + "▁ap ple", + "▁appl e", + "▁ apple", + "▁Ed die", + "▁Edd ie", + "▁s od", + "▁so d", + "▁tr ains", + "▁tra ins", + "▁train s", + "pan ic", + "pa nic", + "▁Ad vent", + "▁Adv ent", + "ub re", + "u bre", + "▁d å", + "▁S ymbol", + "▁Sym bol", + "▁ Symbol", + "▁с те", + "▁ст е", + "▁ сте", + "Sa m", + "S am", + "inher it", + "cam era", + "▁c ours", + "▁co urs", + "▁cour s", + "▁cou rs", + "▁make up", + "re gex", + "reg ex", + "▁U E", + "▁ UE", + "▁Det roit", + "▁W eight", + "▁We ight", + "▁ Weight", + "▁P iet", + "▁Pi et", + "▁a ria", + "▁ar ia", + "▁ aria", + "DI RECT", + "DIR ECT", + "ace ae", + "▁In fo", + "▁Inf o", + "▁ Info", + "an ya", + "any a", + "back end", + "▁T ennessee", + "pi cker", + "pic ker", + "pick er", + "p icker", + "▁Le o", + "▁P oss", + "▁Po ss", + "▁Pos s", + "pr ises", + "prise s", + "▁m ature", + "▁mat ure", + "сь ких", + "▁F ant", + "▁Fa nt", + "Re ason", + "▁m oy", + "▁mo y", + "▁B aker", + "▁Ba ker", + "▁Bak er", + "▁sub set", + "▁subs et", + "▁ subset", + "▁Stan ley", + "▁el even", + "▁ele ven", + "▁elev en", + "ol ate", + "ola te", + "o late", + "▁fort une", + "Status Code", + "▁ent ities", + "▁ entities", + "▁Ok ay", + "▁ Okay", + "ц о", + "an os", + "ano s", + "a nos", + "rel ative", + "▁order ing", + "▁ord ering", + "▁No body", + "▁Nob ody", + "▁str len", + "▁ strlen", + "▁r ope", + "▁ro pe", + "▁cig arette", + "hol ds", + "hold s", + "h olds", + "ir able", + "ira ble", + "value Of", + "St ub", + "▁phot ography", + "▁photograph y", + "es tra", + "est ra", + "estr a", + "e stra", + "▁cult ures", + "▁culture s", + "▁decl aration", + "▁declar ation", + "mer cial", + "LI ED", + "au te", + "aut e", + "a ute", + "al ter", + "alt er", + "Sub mit", + "▁Mag ic", + "▁r hythm", + "Pay ment", + "ni h", + "n ih", + "▁inter section", + "l é", + "EN TRY", + "/ )", + "▁m og", + "▁mo g", + "ru st", + "rus t", + "r ust", + "▁threat s", + "▁Mil itary", + "ap or", + "a por", + "▁s igu", + "▁si gu", + "▁sig u", + "set minus", + "▁I ng", + "▁In g", + "st ation", + "stat ion", + "T ake", + "▁s hed", + "▁sh ed", + "▁she d", + "▁Fr ancia", + "▁Franc ia", + "▁Fra ncia", + "▁Fran cia", + "pos ts", + "po sts", + "post s", + "Mar ker", + "Mark er", + "Lower Case", + "▁be find", + "▁bef ind", + "▁C zech", + "▁Cz ech", + "ícul a", + "▁Per formance", + "▁W es", + "▁We s", + "▁L arry", + "▁Lar ry", + "▁o st", + "▁os t", + "▁ ost", + "▁em ails", + "▁email s", + "▁Re lease", + "▁ Release", + "▁ad apter", + "▁adapt er", + "▁ adapter", + "▁pad re", + "ac io", + "aci o", + "a cio", + "▁з ем", + "▁gen etic", + "▁ge netic", + "▁U nd", + "▁Un d", + "▁ Und", + "▁accept ance", + "да н", + "д ан", + "▁Girl s", + "▁Gir ls", + "comp iler", + "compile r", + "su n", + "s un", + "▁whe els", + "▁wheel s", + "▁thorough ly", + "gr und", + "gru nd", + "g rund", + "un ction", + "unct ion", + "▁e lla", + "▁el la", + "▁ell a", + "▁ ella", + "X FF", + "ug s", + "u gs", + "ient os", + "ien tos", + "iento s", + "▁D M", + "▁ DM", + "▁polit ique", + "▁campaign s", + "▁Tok yo", + "▁album s", + "KERN EL", + "pd ata", + "p data", + "▁lap top", + "▁lapt op", + "▁v ál", + "▁vá l", + "▁f ou", + "▁fo u", + "or b", + "o rb", + "▁T ower", + "▁To wer", + "▁Tow er", + "▁Get ting", + "▁cor ners", + "▁corner s", + "▁corn ers", + "pl ess", + "ple ss", + "ples s", + "p less", + "▁special ist", + "▁i v", + "▁ iv", + "Ui nt", + "U int", + "▁name ly", + "▁nam ely", + "▁sc aling", + "▁scal ing", + "Ext ensions", + "Extension s", + "▁cent ro", + "omorph ism", + "▁dé f", + "), \\", + ") ,\\", + "▁contr ary", + "▁contra ry", + "▁str iking", + "▁stri king", + "▁B ere", + "▁Be re", + "▁Ber e", + "▁fore cast", + "▁z ones", + "▁zone s", + "▁zo nes", + "sm art", + "s mart", + "as hi", + "ash i", + "ri n", + "r in", + "NE W", + "▁sim ulations", + "▁simulation s", + "▁R ather", + "▁Ra ther", + "▁Rat her", + "▁Writ ing", + "▁Wr iting", + "▁$ [", + "▁as sh", + "▁ass h", + "▁f ailing", + "▁fa iling", + "▁fail ing", + "▁man if", + "▁B og", + "▁Bo g", + "▁D ir", + "▁Di r", + "▁ Dir", + "▁influ enced", + "▁influence d", + "conf irm", + "▁we igh", + "▁in ventory", + "▁invent ory", + "▁a pare", + "▁ap are", + "▁e u", + "▁ eu", + "char acter", + "io m", + "i om", + "▁o rb", + "▁or b", + "▁ orb", + "dev ices", + "device s", + "▁L ED", + "▁LE D", + "▁ LED", + "▁prop ortion", + "▁proport ion", + "▁Hon or", + "▁Ho nor", + "▁appro aching", + "▁approach ing", + "de leg", + "del eg", + "▁B B", + "▁ BB", + "hel pers", + "help ers", + "helper s", + "re pository", + "rep ository", + "▁б ере", + "▁бе ре", + "▁inhab it", + "▁s ão", + "▁travel ed", + "▁trav eled", + "ne x", + "n ex", + "▁C lin", + "▁Cl in", "CE PT", - "Ġentr ada", - "ĠTem per", - "Ġnad ie", - "mult i", - "ver ing", - "ĠU rugu", - "ĠOut comes", - "Ġtransl ating", - "Let ter", - "ji ang", - "Ġquel qu", - "ĠHart ford", - "Ġsupermarket s", - "Fant astic", - "Ġnov o", - "Ġpolic ing", - "dis abled", - "][ /", - "ĠAT V", - "N H", - "ĠTh irty", - "ĠRepl ica", - "ĠRespons ibility", - "W edding", - "ĠL IC", - "Ġmal practice", - "b ilt", - "ol le", - "ĠC K", - "Ġz at", - "Ġthink ers", - "any e", - "ä st", - "ĠApp rent", - "Ab ility", - "sur face", - "Ġp is", - "Ġd odge", - "Ġv m", - "ĠL ace", - "eth ical", - "IN O", - "cial is", - "Ġcab o", - "Ġoccup ants", - "Ġcapac idad", - "Ġembro idered", - "Ġhac en", - "Ġactivid ad", - "6 75", - "Ġh ath", - "ĠShe ffield", - "Ġcond iciones", - "Ġgro ot", - "Ġcommand ing", - "ĠRa um", - "ĠQuarter ly", - "Ġâľ ĵ", - "Ġrése au", - "6 21", - "Ġpro verb", - "ĠSc outs", - "Ġcam el", - "Ġdal Å¡ÃŃ", - "B oot", - "M CA", - "éĻ Ħ", - "onna ise", - "Ġvibr ating", - "ĠLex ington", - "8 25", - "P i", - "Ġind ifferent", - "Ġstat utes", - "ĠNot tingham", - "US INESS", - "Ġparticul ièrement", - "ĠInfin ite", - "ĠH ose", - "é der", - "Ġpun ches", - "ĠPers pective", - "Ġmö chten", - "Sad ly", - "w rapper", - "Ġbl ot", - "Ġquant ify", - "rog ate", - "Ġcaf eter", - "Ġurg ently", - "z ess", - "es que", - "Ġb ows", - "Ġcon to", - "Ġcur v", - "IT IES", - "ĠAss ets", - "æĿ Ĥ", - "\" @", - "C ute", - "z ik", - "ĠM oy", - "ĠV est", - "Ġser pent", - "ĠDo ch", - "Ph ones", - "ĠTest im", - "4 26", - "in ol", - "Ġcell ar", - "Ġban quet", - "Ġextraord inarily", - "Ġenf ant", - "ĠVeter an", - "Coff ee", - "f ur", - "al ms", - "Ġpar aly", - "Ġpast oral", - "ĠTable ts", - "Ġgast ron", - "ag ogue", - "com put", - "ĠAc quisition", - "ĠHouse hold", - "37 8", - "wind ows", - "Ġbek ommen", - "ĠC arly", - "Ġex ile", - "æľī äºĽ", - "RI ST", - "Met rics", - "pl in", - "ien nes", - "Ġje ux", - "Ġut an", - "Ġhalt ed", - "M otion", - "s uit", - "ish able", - "ĠAss urance", - "Ġmas se", - "Ġcounc ils", - "Ġmenstru al", - "D J", - "E B", - "l uck", - "Ġn oo", - "ĠD OT", - "Ġrecru its", - "N at", - "ar ra", - "ĠH iring", - "Ġun secured", - "let es", - "Ġfung us", - "Ġank les", - "ĠC ube", - "ĠP LAY", - "Ġun expl", - "ĠMar ried", - "Ġfly er", - "L iz", - "Ġk ons", - "mark t", - "CRE ATE", - "H ook", - "ĠL al", - "ĠZ ug", - "hh h", - "æį ¢", - "\" ])", - "ĩ a", - "tain ed", - "ĠPol o", - "rad io", - "Ġsab ot", - "Cap ital", - "Ġshowc ased", - "Ġpot ency", - "æľ ĭ", - "Ġelect ive", - "sk Ã", - "Ġvo i", - "Man age", - "ĠRand all", - "S ac", - "Ġa ure", - "Ġm ÃŃn", - "qu ila", - "oc occ", - "ĠSh am", - "ĠSe iten", - "Ġfr équ", - "Ġdem os", - "umb ar", - "bol t", - "ĠHaz el", - "8 12", - "en é", - "Ġav al", - "ä ger", - "ĠSP F", - "ĠTw itch", - "Cour tesy", - "F ran", - "b h", - "d ragon", - "ĠM H", - "Ġpres so", - "Ġline age", - "Ġmist ress", - "Ġaug ust", - "Tim estamp", - "OTH ER", - "ĠFranch ise", - "Ġv ente", - "ĠEx posure", - "Ġdent ists", - "Ġw issen", - "Ġm t", - "ir led", - "G ift", - "Ġst anza", - "ĠN ora", - "Ġfl ushed", - "Ġauthor itarian", - "comm ittee", - "Ġacid ity", - "ĠDent istry", - "Ġimpecc able", - "F el", - "d x", - "Ġs agen", - "ĠSp ell", - "ĠRes il", - "ĠAP R", - "educ ated", - "ĠAppet ite", - "ym es", - "ĠTo oth", - "Ġbed eut", - "hthal m", - "5 45", - "Ġb ounty", - "Ġl est", - "Ġac este", - "Ġsl ows", - "Ġgl aze", - "ĠAg u", - "ĠHelp ing", - "ĠApprox imately", - "ĠL od", - "Ġsh ingles", - "<< :", - "Ġsp aced", - "integr ation", - "离 å", - "spect rum", - "ĠK ah", + "▁off ense", + "▁in cent", + "▁inc ent", + "ID S", + "I DS", + "▁coeff icients", + "▁coefficient s", + "▁l p", + "▁ lp", + "чно го", + "ч ного", + "▁c d", + "▁ cd", + "mu st", + "mus t", + "m ust", + "▁soon er", + "ez e", + "e ze", + "C at", + "ma ker", + "make r", + "m aker", + "▁r anked", + "▁ran ked", + "▁rank ed", + "ful ness", + "▁part ially", + "▁partial ly", + "▁parti ally", + "Pro m", + "Pr om", + "P rom", + "▁ф он", + "▁фо н", + "▁Pro bably", + "▁c ached", + "▁cache d", + "▁ca ched", + "▁ cached", + "▁bal anced", + "▁balance d", + "ah oma", + "aho ma", + "▁Mur ray", + "▁a li", + "▁al i", + "▁ ali", + "iv os", + "ivo s", + "▁b ark", + "▁bar k", + "IT EM", + "ITE M", + "▁Kir che", + "▁alloc ated", + "▁allocate d", + "Al t", + "A lt", + "▁am éric", + "íl ia", + "í lia", + "▁c ens", + "▁ce ns", + "▁lic enses", + "▁license s", + "▁ licenses", + "ac z", + "a cz", + "▁G ate", + "▁Ga te", + "▁ Gate", + "▁B L", + "▁ BL", + "▁re public", + "▁rep ublic", + "RO W", + "▁состав ля", + "▁соста вля", + "▁Fil ip", + "▁Ind ivid", + "▁tr ials", + "▁tri als", + "▁trial s", + "/* !", + "▁G P", + "▁ GP", + "ni ka", + "nik a", + "n ika", + "▁ex em", + "▁ad vers", + "▁adv ers", + "um ped", + "ump ed", + "▁Dev ice", + "▁ Device", + "wa ke", + "w ake", + "Ex ec", + "ar ding", + "ard ing", + "ardi ng", + "▁pobl ación", + "▁k een", + "▁ke en", + "▁b itch", + "▁bit ch", + "▁embed ded", + "▁B ond", + "▁Bo nd", + "▁Bon d", + "ri des", + "ride s", + "rid es", + "r ides", + "▁W oman", + "▁Wo man", + ". [", + "ér é", + "é ré", + "▁Hash Map", + "▁ HashMap", + "▁co unting", + "▁coun ting", + "▁count ing", + "▁Init ial", + "▁ Initial", + "▁ver se", + "▁vers e", + "▁ verse", + "▁Vere in", + ">\" ,", + "> \",", + "▁an th", + "▁ant h", + "▁ anth", + "ci d", + "c id", + "▁h unt", + "▁hun t", + "на л", + "н ал", + "ci es", + "cie s", + "c ies", + "Pi n", + "P in", + "▁# !", + "ва я", + "sn d", + "s nd", + "▁u k", + "▁ uk", + "▁sw ift", + "▁tempor ada", + "▁environment s", + "▁environ ments", + "claim er", + "eme tery", + "emet ery", + "j är", + "▁ча ст", + "▁час т", + "Trans port", + "▁A rr", + "▁Ar r", + "▁ Arr", + "▁P aper", + "▁Pa per", + "▁Pap er", + "▁b ew", + "▁be w", + "▁ bew", + "▁har vest", + "▁- ----", + "▁-- ---", + "▁--- --", + "▁ -----", + "product s", + "ле т", + "л ет", + "ident ifier", + "RO OT", + "▁M ak", + "▁Ma k", + "▁App ro", + "▁Ap pro", + "▁ Appro", + "ie ri", + "ier i", + "i eri", + "▁F ly", + "▁Fl y", + "▁is set", + "▁iss et", + "▁ isset", + "▁determ ination", + "▁determin ation", + "Ge ometry", + "▁emer ging", + "sub scription", + "ol y", + "o ly", + "▁R ace", + "▁Ra ce", + "▁B ah", + "▁Ba h", + "▁Config uration", + "▁ Configuration", + "▁Inter est", + "ско в", + "ск ов", + "с ков", + "ist rz", + "istr z", + "▁S han", + "▁Sh an", + "▁Sha n", + "▁P ain", + "▁Pa in", + "CON NE", + "ma jor", + "m ajor", + "▁St ay", + "▁Sta y", + "▁bron ze", + "▁f itting", + "▁fit ting", + "▁J ar", + "▁Ja r", + "mg r", + "m gr", + "▁S har", + "▁Sh ar", + "▁Sha r", + "FL O", + "F LO", + "ut er", + "ute r", + "u ter", + "с ы", + "▁cont acts", + "▁contact s", + "▁f iring", + "▁fi ring", + "▁fir ing", + "на н", + "н ан", + "▁prof es", + "sk é", + "s ké", + "▁rule d", + "▁ru led", + "▁rul ed", "=\" /", - "Ġgen om", - "Ġincor poration", - "7 15", - "\\ {", - "av ÃŃa", - "Ġma ñ", - "ham mer", - "Ġcapital ize", - "Ġvo iture", - "Ġflu ent", - "Ġsurpass ed", - "Anth ony", - "ow ell", - "ĠE q", - "ĠEl astic", - "ĠAng lo", - "ĠBalt ic", - "b art", - "in clusive", - "ian za", - "ille urs", - "ãģ §", - "æ¸ ©", - "Ġburst s", - "Sur face", - "5 17", - "5 31", - "6 99", - "ra il", - "ron a", - "48 2", - "ĠHospital ity", - "hy de", - "ĠBulld ogs", - "% -", - "B rain", - "se gment", - "Ġwh irl", - "Ġen cl", - "ĠIs abel", - "Ġg dzie", - "Ġen forcing", - "As ia", - "ĠFl int", - "Ex ists", - "onc é", - "f ew", - "i ates", - "Ġexp ir", - "Ġsong writer", - "Ġextrem es", - "Ġresist ed", - "Ġstation ed", - "Ġax le", + "an dro", + "and ro", + "▁ens uring", + "iz en", + "ize n", + "i zen", + "▁че рез", + "ise cond", + "i second", + "ob il", + "obi l", + "o bil", + "▁re ck", + "▁rec k", + "▁ reck", + ")} (", + ") }(", + "bit map", + "▁B run", + "▁Br un", + "▁Bru n", + "▁Jer usalem", + "▁W o", + "▁Republic ans", + "▁Republican s", + "mat ic", + "m atic", + "▁E arl", + "▁d ock", + "▁do ck", + "▁doc k", + "▁M all", + "▁Mal l", + "▁Ma ll", + "k k", + "▁ Й", + "▁C OL", + "▁CO L", + "▁ COL", + "▁lat ach", + "UI nt", + "U Int", + "ци ональ", + "цион аль", + "циона ль", + "▁seg ments", + "▁segment s", + "▁re fund", + "▁ref und", + "fa c", + "f ac", + "▁Art icle", + "▁B orn", + "▁Bo rn", + "▁Bor n", + "² .", + "br and", + "bra nd", + "b rand", + "{$ \\", + "{ $\\", + "▁s s", + "▁ ss", + "▁Re sources", + "▁Res ources", + "▁Resource s", + "▁ Resources", + "▁re cycl", + "▁rec ycl", + "▁$ $\\", + "▁$$ \\", + "▁Conne ction", + "▁Connect ion", + "▁ Connection", + "▁imp erial", + "▁imper ial", + "▁pract ically", + "▁practical ly", + "▁– ,", + "▁Dis play", + "▁ Display", + "ier no", + "mo uth", + "m outh", + "ed es", + "ede s", + "e des", + "ba hn", + "b ahn", + "▁C atherine", + "▁high way", + "un ting", + "unt ing", + "▁Any way", + "Sp ell", + "Spe ll", + "▁L iste", + "▁List e", + "▁Li ste", + "▁Lis te", + "▁ret rieve", + "▁retr ieve", + "▁retriev e", + "▁z d", + "▁ zd", + "stra ße", + "▁dom inated", + "▁domin ated", + "to uch", + "t ouch", + "▁m b", + "▁ mb", + "LO NG", + "L ONG", + "as ures", + "asure s", + "TL S", + "T LS", + "▁accompl ished", + "▁accomp lished", + "▁accomplish ed", + "▁f ears", + "▁fe ars", + "▁fear s", + "▁seem ingly", + "▁d ag", + "▁da g", + "▁ dag", + "▁b ureau", + "▁bur eau", + "▁Gro ß", + "▁accord ance", + ". ]", + "ou x", + "o ux", + "▁col onial", + "▁colon ial", + "▁compass ion", + "th umb", + "▁s wo", + "▁sw o", + "on line", + "▁J i", + "▁work shop", + "▁works hop", + "▁l ub", + "▁lu b", + "év rier", + "ш і", + ">\" ;", + "> \";", + "▁gener ous", + "▁gene rous", + "ro us", + "rou s", + "r ous", + "av id", + "avi d", + "a vid", + "igen ous", + "▁R aw", + "▁Ra w", + "▁ Raw", + "▁sw ap", + "▁ swap", + "h c", + "java script", + "jav ascript", + "Fact or", + "Fac tor", + "F actor", + "▁gar bage", + "▁M icro", + "▁Mic ro", + "▁Mi cro", + "co u", + "c ou", + "ü ber", + "▁f atal", + "▁fa tal", + "▁fat al", + "▁trans parent", + "▁b earing", + "▁be aring", + "▁bear ing", + "▁celebr ated", + "▁celebrate d", + "VI S", + "V IS", + "▁B M", + "▁ BM", + "▁pr ince", + "▁prin ce", + "to l", + "t ol", + "▁' ", - "ĠM outh", - "ĠH TC", - "ĠR G", - "ie ke", - "Ġj im", - "ĠAm ish", - "Ġcu ore", - "ez ing", - "Ġéqu ipe", - "ĠB ordeaux", - "Ġint rus", - "Ġcamp ers", - "Ġdisput ed", - "ĠEntrepreneurs hip", - "P F", - "ver ify", - "vis ions", - "Ġmel anch", - "Ġde x", - "ĠSt roke", - "Ġz ost", - "ĠSl ip", - "ĠCare ers", - "ĠMad onna", - "Ġdivers ion", - "Ġo me", - "ĠEx ipure", - "For um", - "Ġadm irable", - "cal cul", - "ĠSite Ground", - "Ġhyg ien", - "Ġutens ils", - "60 7", - "47 6", - "Ġmanifest ed", - "Ġéqu ip", - "Ġspä ter", - "ispiels weise", - "7 24", - "st em", - "Ġsh aky", - "ĠBl ocks", - "gu ide", + "apping s", + "▁D OM", + "▁DO M", + "▁ DOM", + "Serial ization", + "▁\" ../../", + "▁\"../ ../", + "ле на", + "лен а", + "▁M IN", + "▁MI N", + "▁ MIN", + "▁Mal ays", + "ун к", + "OS T", + "O ST", + "A H", + "де ль", + "l v", + "è te", + ". (", + "▁o xygen", + "▁under ground", "PRE SS", - "6 45", - "re search", - "per ate", - "get Element", + "P RESS", + "▁Product s", + "▁w age", + "▁wa ge", + "▁deleg ate", + "▁ delegate", + "et on", + "eto n", + "e ton", + "▁m ét", + "▁mé t", + "▁c rypto", + "▁cry pto", + "▁crypt o", + "▁ crypto", + "tt es", + "t tes", + "▁osc ill", + "▁Mar co", + "▁Marc o", + "▁t p", + "▁ tp", + "▁m ales", + "▁ma les", + "▁mal es", + "▁male s", + "▁Mit chell", + "▁P resent", + "▁Pres ent", + "▁Pre sent", + "▁ Present", + "т тя", + "oen ix", + "P riority", + "n ą", + "▁rit ual", + "▁sa cred", + "▁sac red", + "project s", + "▁vess el", + "▁из вест", + "не е", + "ä ft", + "PO INT", + "ang led", + "angle d", + "sp ector", + "spec tor", + "spect or", + "spe ctor", + "▁cons ervation", + "▁conserv ation", + "▁[ ...", + "▁ré alis", + "▁réal is", + "▁ens ures", + "▁ensure s", + "ilib rium", "(' ./", - "Ġpod ob", - "Ġflo ats", - "ä¸ĸ 纪", - "Month ly", - "Ġwarr anted", - "r ne", - "ad ir", - "ÄĽ Å", - "uj o", - "sl ow", - "Ġbloom ing", - "ĠPrep ared", - "Ġw igs", - "Ġg erman", - "ĠC ITY", - "Ġhe he", - "ĠB enson", - "ada pt", - "ç on", - "Ġflu orescence", - "ĠThe men", - "Ġad ip", - "Ġdr illed", - "åĪ Ģ", - "Ġcompl ication", - "ĠGl ow", - "Ġge o", - "Ġill ust", - "çĶ ĺ", - "pill ar", - "r anging", - "u ze", - "ĠD F", - "ĠFl ags", - "Ġqual ifies", - "ĠChar acters", - "Ġwal nuts", - "Ġfool ed", - "Ġt uck", - "at ches", - "Ġan emia", - "ĠZ am", - "Ġprom inence", - "Ġtruth ful", - "以 åIJİ", - "Ġfort ress", - "Ġsimpl istic", - "Ġbrut ality", - "Ġadvers ity", - "产 çĶŁ", - "ĠConvers ely", - "ENG TH", - "Ġresembl ance", - "Ġas bestos", - "Ġca pe", - "rs chein", - "{} \",", - "Ġmisunder stand", - "Ġdup Äĥ", - "ĠK em", - "Ġpart itions", - "ĠInst itutional", - "Ġmut ed", - "ĠCH F", - "Ġconten ido", - "Know ledge", - "ĠObserv atory", - "F ord", - "u ant", - "Ġnew bie", - "Ġserv izi", - "isc opal", - "Al c", - "çļĦç ¬", - "Es pecially", - "Ġow es", - "por ated", - "AL K", - "AC I", - "Ġcrown ed", - "miss ing", - "ĠInflu ence", - "; &", - "l ite", - "s eller", - "Ġatt aching", - "und ers", - "omegran ate", - "l ain", - "l int", - "ph rase", - "ied o", - "sl ip", - "ĠMaster card", - "ĠHuman ity", - "ĠLabor atories", - "ĠShel f", - "ĠRespons ibilities", - "exper ience", - "ĠC umm", - "ĠSe v", - "Ġcontact o", - "Ġap resent", - "Ġlat ent", - "She et", - "Ġearth y", - "Ġsed e", - "Gall ery", - "G olf", - "ĠD opp", - "Ġad jud", - "Ġla x", - "ze iten", - "Ex ecute", - "Ġseg regation", - "aws ze", - "Ġuter us", - "D ub", - "O ak", - "R oman", - "ĠM og", - "ĠF older", - "ĠNo el", - "Editor ial", - "Ġapro xim", - "educ ation", - "Ġmasc ara", - "J en", - "Ġb ât", - "Ġconsum o", - "åѦ çĶŁ", - "Ġsta an", - "Ġgehör t", - "ĠS ob", - "iv ism", - "Ġend lessly", - "ĠAr th", - "inter rupted", - "rt le", - "Vol unte", - "ĠF ool", - "ĠN r", - "Ġé x", - "ib u", - "Ġroad side", - "Certain ly", - "Ġv aping", - "Ġtak ie", - "åİ» äºĨ", - "Ġappla ud", - "7 67", - "ĠW olver", - "ĠL R", - "Ġmin uti", - "Al ign", - "rel igious", - "Ġcollabor ators", - "Pre view", - "Gl ass", - "Ġspray ed", - "ĠJa ipur", - "ĠSlow ly", - "8 11", - "it ian", - "ĠHe ader", - "bl ob", - "ĠMin isters", - "ĠParticip ation", - "Ġdisgr ace", - "ĠN ylon", - "55 3", - "inos a", - "çľĭ çĿĢ", - "Ġvine yards", - "Ġscal ability", - "P ict", - "h ana", - "r ather", - "Ġint ros", - "ĠPr att", - "ĠDo om", - "ĠPart icularly", - "ĠAccess ibility", - "ograp hed", - "Ġspo ilers", - "heart edly", - "Ġconstitu ent", - "Ġred ness", - "tre me", - "urd ue", - "Ġorganis ational", - "èī º", - "ĠCelebr ity", - "Ġiv ory", - "6 24", - "6 23", - "Ġs izz", - "Ġb ia", - "ig ans", - "ĠM SC", - "ĠSu icide", - "l v", - "ap ro", - "Ġfact ions", - "ĠPic asso", - "l ungen", - "Ġse an", - "value Of", - "ogene ity", - "Ġattribut able", - "Ġsp ieg", - "Ġbirth s", - "Particip ants", - "ÅĦst wa", - "Fa ith", - "Ġappl ause", - "9 72", - "V or", - "Ġde vez", - "th in", - "éĤ£ æł·", - "åĵ Ī", - "Ġgang s", - "ĠMoh amed", - "ĠPoss ibly", - "R ows", - "R oger", - "i Phone", - "al ias", - "Ġpro dig", - "Ġthem atic", - "ĠCon rad", - "Ġhar bour", - "Part s", - "Ġreact s", - "Ġintest ine", - "ĠVere in", - "è ¦", - "Ġf att", - "ĠF HA", - "iv ist", - "Ġval leys", - "64 1", - "Ġgi oco", - "Ġli ens", - "Ġprzy got", - "ĠNic ar", - "ĠShort ly", - "ĠRank ing", - "ĠF ate", - "ie use", - "Ġad esso", - "Ġcl ums", - "Ġsp ills", - "ĠLe ase", - "57 1", - "Ġbehaviour al", - "ĠSix th", - "Ġlinger ie", - "Ġdeal ings", - "Ġprohib its", - "Ġsz czegÃ", - "unge re", - "Ġbicy cles", - "ul ant", - "Ġgr ate", - "der n", - "AT ING", - "æĹ ħ", - "Oh io", - "kov á", - "ĠTreasure r", - "P ractice", - "ĠRe i", - "Ġi Phones", - "Al bum", - "49 7", - "Pay load", - "ĠShel ter", - "Ġor thodont", - "Ġed ad", - "Lim ited", - "Ġsic urezza", - "ĠVeget able", - "Ġhorizont ally", - "h és", - "Ġb ile", - "ĠC ycling", - "ĠP end", - "arch ing", - "Ġpres erves", - "Ġut f", - "Ġva ak", - "ĠOP EN", - "Ġpiccol o", - "ĠS ultan", - "qu iera", - "Ġcr ay", - "sw ire", - "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠ", - "ĠPhys icians", - "ĠHon ors", - "ĠWars aw", - "' {", - "Ġc ie", - "ĠT oxic", - "am orph", - "Ġwater falls", - "Ġsw ore", - "Ġmult icultural", - "Ġsym posium", - "57 6", - "uls ive", - "nik Ã", - "Ġconsc ient", - "Commun ication", - "Ġciel o", - "7 65", - "Ġp onds", - "ent ries", - "Ġch akra", - "ĠY i", - "As sembly", - "Ġbenef iting", - "Ġdark est", - "ĠGaz ette", - "ĠBrace let", - "6 95", - "p ocket", - "ĠE arrings", - "Ġopt ics", - "oph ile", - "ĠHigh lands", - "Ġsuff ix", - "Ġmicro bial", - "åıª è¦ģ", - "Ġunanim ously", - "S av", - "e il", - "Ġ Ñĸ", - "ind ependent", - "St ructure", - "ĠCl arks", - "Ġfacile ment", - "n cias", - "} '", - "Ġcl inging", - "Ġob ras", - "Ġcr us", - "Ġer u", - "ĠJud icial", - "Ġapolog ized", - "èt ement", - "W rap", - "Ġg ays", - "Ġz en", - "ĠAl buquerque", - "Ġé ch", - "Ġwait er", - "Ġple ine", - "Ġvision ary", - "æ´» åĬ¨", - "or ama", - "Ġorig inating", - "Ġtherm ometer", - "A aron", - "N s", - "Ġa ching", - "Ġw ob", - "ĠT rap", - "ĠD OM", - "oc cur", - "Ġtim etable", - "ĠWhe eler", - "Argument Exception", - "x p", - "Ġa illeurs", - "ter bury", - "Ġas ist", - "Ġsle eper", - "AB OUT", - "Christ opher", - "Responder Excluir", - "Ġpanor ama", - "A id", - "A RE", - "d yn", - "Ġp ueblo", - "le ague", - "ay as", - "ĠB ax", - "Ġk art", - "Ġper cept", - "Ġty re", - "ĠAr rest", - "ĠAr chie", - "Ġprot otypes", - "Ġcond em", - "ĠAm pl", - "är t", - "66 7", - "ocument ed", - "ĠScript s", - "Äĥri i", - "Ġpelle ts", - "ĠÃīt ats", - "T oy", - "ĠB EL", - "Ġbit te", - "05 2", - "Ġforg iving", - "Ġawa ited", - "ĠFres no", - "al ur", - "Ġtend on", - "sk ich", - "ĠEv elyn", - "Ġsequ ential", - "Ġblind ness", - "åģ ĩ", - "alli ative", - "Ġcl ic", - "Ġbl azing", - "Ġwater color", - "Ġmen ace", - "Pl ug", - "Int roducing", - "Ġassemb ling", - "} :", - "Ġc ient", - "ĠD ude", - "Ġmilit ant", - "Ġstupid ity", - "éĿ¢ çļĦ", - "L EN", - "d riving", - "Ġf ools", - "Ġper i", - "Ġag ora", - "ö ll", - "ĠSm ok", - "col es", - "ĠContact s", - "Ġmai or", - "ĠP OP", - "ays ia", - "Ġind isc", - "Ġmult it", - "Ġcu ent", - "ednes days", - "Ġges am", - "ĠObs erver", - "Ġsop ra", - ". =", - "h air", - "u ire", - "w et", - "Ġc ree", - "Ġe ct", - "ri ents", - "Ġauthor ize", - "Ġinfl ated", - "Ġaus p", - "opor osis", - "i ander", - "Ø ª", - "ĠSt all", - "fter s", - "ä¸ Ŀ", - "In fl", - "Ġlat itude", - "A ustin", - "ĠDes c", - "Ġassert s", - "ĠJo anna", - "bes ondere", - "Ġfung al", - "eth oven", - "ĠAl ma", - "Ġrep ur", - "Ġcr ise", - "Ġnight life", - "Ġsupplement ed", - "Dim ension", - "Ġconcess ions", - "Ġintoler ance", - "r pc", - "z iel", - "led on", - "ĠAs pect", - "Ġgovern ors", - "Ġlos ers", - "trans late", - "ĠDark net", - "ĠCre ed", - "oler ance", - "8 18", - "p ure", - "Ġb isher", - "Ġes f", - "ĠShel by", - "Beaut y", - "Ġartif act", - "Ġadorn ed", - "Ġirrespons ible", - "l ooks", - "Ġpost age", - "ĠSer ious", - "Ġfamil ial", - "49 4", - "term inal", - "UL TS", - "Ġincent iv", - "Ġresur rect", - " ¯", - "ost ream", - "ĠAd option", - "ĠPe y", - "Cont ribut", - "åıij åĩº", - "Ġancest ral", - "Lead ing", - "Ġdilig ently", - "Ġhelic opters", - "Ġeig entlich", - "Ġdehyd ration", - "ĠCh oir", - "Ġpar sing", - "Ġsl uggish", - "Ġsch le", - "Ġflash light", - "Ġbamb ini", - "5 64", - "ĠG amb", - "ĠSt em", - "Ġthrough put", - "Ġret aliation", - "Ġop acity", - "Ġob ec", - "åº Ĺ", - "Alex ander", - "Ġcompart ments", - "D ao", - "j ah", - "Ġin mate", - "Ġsw amp", - "Col ors", - "ĠWork force", - "Ġul cer", - "D rag", - "S ugar", - "ĠC oco", - "Ġdo pp", - "ual a", - "Ġvisit ation", - "Ġmicro organisms", - "ĠAL SO", - "ĠOpt ical", - "Ġpré f", - "Ġattain able", - "Ġt ér", - "ĠT aken", - "Ġleg ge", - "Ġgar ner", - "Ġ ĊĠĠĠĠĠĠĠ", - "Ġc ay", - "ĠC uc", - "Ġbus ca", - "bl own", - "ÈĽ in", - "J J", - "s at", - "z hen", - "th umb", - "åĽ º", - "ĠOff set", - "Ġstri pping", - "Ġsubt ract", - "Ġtrek king", - "ç¿ »", - "ac ons", - "ĠL ara", - "aw l", - "ĠMar a", - "Ġcam ar", - "åį ı", - "Ġschizophren ia", - "C ath", - "ĠC ed", - "ĠRe iki", - "ĠEm erson", - "аР»", - "ĠElement or", - "S ah", - "ode gradable", - "rap ist", - "ilit é", - "ĠShow case", - "Ġdiss ent", - "ĠSleep ing", - "Ġcyl inders", - "Ġindict ment", - "ĠH mm", - "Ġsin ister", - "ĠMad ness", - "Ġthin ly", - "ĠAuthent ication", - "Ġp lywood", - "omm t", - "ĠQu int", - "Ġdiferent e", - "Virgin ia", - "H AND", - "g eld", - "Ġab straction", - "Ġpot er", - "Ġfav ore", - "Ġdéc ou", - "Ġtum ble", - "ĠConcept s", - "Ġragaz za", - "7 22", - "ĠK and", - "olog ne", - "ĠAr duino", - "ĠAd oles", - "ĠSp ending", - "Park ing", - "B ab", - "Ġsh o", - "Ġcond om", - "ĠChe cks", - "Ġancest ry", - "mine craft", - "b os", - "g ap", - "o ÅĽÄĩ", - "Ċ ĊĠĠĠĠĠĠĠĠĠ", - "es po", - "Ġpe aked", - "pect ion", - "Ġdep ended", - "Ġrad ial", - "ĠQuick ly", - "Ġadmitted ly", - "Ġgown s", - "D al", - "s yn", - "Ġser ÃŃa", - "Ġlo oph", - "06 1", - "at ts", - "Ġv orm", - "Ġall ÃŃ", - "ind rical", - "Ġvul gar", - "åıĺ å", - "Ġst ools", - "ink a", - "ÄĻ tr", - "Ġneg atives", - "Ġdivers ification", - "b ett", - "f rage", - "st rict", - "Ġse xt", - "Ġro am", - "uc alypt", - "avor able", - "78 5", - "Ġsole il", - "Ġswall owing", - "ĠFamil ien", - "m eth", - "Ġt ertiary", - "est ate", - "Ġeff ett", - "ĠPe el", - "âĸ º", - "Ġfais ait", - "d B", - "Ġw ards", - "Ġd ossier", - "ĠT end", - "ĠN vidia", - "ĠWe ird", - "Le on", - "Ġuns atisf", - "ĠMag ento", - "ĠBry ce", - "Ġeffic ace", - "_ [", - "b ots", - "Ø ¯", - "Ġbest imm", - "Ġprof il", - "Ġsuccess o", - "Ġfall out", - "ĠEd el", - "æĭ ©", - "ĠPL US", - "ĠpelÃŃcul a", - "Ġdint re", - "N ONE", - "at el", - "ch ine", - "os as", - "ĠF oto", - "erv a", - "Ġgru pos", - "Insp ired", - "8 32", - "R out", - "Ġtop ology", - "ĠPr ay", - "ĠQu el", - "Qu ando", - "Ġuns ur", - "ãģ ¯", - "Ġsie ht", - "Ġchi ropractic", - "Ġries go", - "k ÅĤad", - "l ungs", - "Ġm uerte", - "ans wer", - "Ġimag en", - "ĠBrew ery", - "ĠLeban ese", - "ĠInfant ry", - "H OME", - "M H", - "v ale", - "Ġg oog", - "ĠH its", - "Ġobject ively", - "ĠSer vers", - "Ġlockdown s", - "ĠCharg ers", - "ĠLav ender", - "Ġarrog ance", - "Ġrupt ure", - "8 13", - "V ice", - "Y oga", - "Ġo varian", - "ĠD OC", - "Ġel kaar", - "Ġint ending", - "ĠEl aine", - "ĠFair field", - "Ġembr aces", - "f ault", - "Ġs emiconductor", - "Ġan ál", - "âĢĻ ?", - "end i", - "Re vision", - "Ġyoung ster", - "Ġmor als", - "Ġarch ival", - "test ed", - "Ġmission aries", - "77 3", - "Ġdok ument", - "Ġlur king", - "D omin", - "N amed", - "h und", - "t to", - "Ġh ops", - "ĠC unningham", - "Ġant ic", - "kt Ã", - "ĠRec ru", - "Ġpione ers", - "Ġclog ged", - "7 19", - "8 28", - "W arm", - "w ic", - "Ġent ender", - ".âĢĿ [", - "ĠDr ill", - "ĠIre ne", - "Ġpel let", - "ĠConfeder ate", - "I an", - "ĠW irk", - "Ġer an", - "Ġdivers ify", - "fin als", - "uct ive", - "ang i", - "lic a", - "riv ia", - "ĠShe ikh", - "Ġcast s", - "Ġplot ting", - "Ġmirac ulous", - "B ag", - "ļ çļĦ", - "Ġbo ils", - "ĠPr Ã", - "zi Äĩ", - "æİ¥ åıĹ", - "Ġneglig ent", - "Ġbooth s", - "em ark", - "åŃ Ķ", - "ภ£", - "Ġness uno", - "K ET", - "u vo", - "re on", - "ot y", - "ĠF are", - "Ġsh ack", - "we bsite", - "Ġent ropy", - "Ġunt ouched", - "Ġactiv ating", - "Ġair y", - "èĩ Ĥ", - "ĠClass ics", - "ô te", - "ĠRef und", - "ĠAuthor ities", - "Ġsocia ux", - "Ġb ishops", - "Ġh oc", - "Ġbus car", - "tr uth", - "Sh adow", - "áv á", - "Ġbiom ark", - "Esc ort", - "D ick", - "b ear", - "l oved", - "ĠAct ress", - "ĠDirect ive", - "Ġgas p", - "å¡ ŀ", - "Q C", - "Ġg emaakt", - "ld er", - "Ġsc attering", - "ĠQ ur", - "åħ »", - "ĠYork er", - "hem ian", - "Ġcalcul us", - "8 22", - "l uc", - "m ethyl", - "Ġin om", - "Ġdo ar", - "me asure", - "Y N", - "rit to", - "Ġbr ink", - "Ġpost season", - "ox ia", - "Ġune qu", - "éĢ IJ", - "ĠSar as", - "第 ä¸Ģ", - "Ġrej oice", - "Ġab re", - "Ġpl umm", - "ov ÄĽ", - "ĠTe eth", - "Ġdri zzle", - "ĠAss ault", - "Ġcos y", - "Ġrib bons", - "Ġenchant ing", - "Ġj umper", - "ĠMic rowave", - "ĠCompan ion", - "CTION S", - "bind ung", - "Cert ified", - "Brow ser", - "8 15", - "H arm", - "r ums", - "ra ines", - "we ak", - "Ġz ahl", - "Ġview points", - "Ġselect s", - "Ġimm ature", - "inet ics", - "ĠSUP ER", - "Ġsyll abus", - "It alian", - "yn es", - "Ġfond ament", - "Dec imal", - "Ġexceed ingly", - "Ġrehab ilit", - "Ġanonym ously", - "H IP", - "en ance", - "Ġf ich", - "ow ler", - "ĠQ C", - "ino le", - "itut ing", - "]] >", - "ĠZur ich", - "b ones", - "Ġl icked", - "ĠK ön", - "ob l", - "Ġcar re", - "Ġda ÃŁ", - "Ġhor ribly", - "list en", - "wer p", - "ĠBeck er", - "Hash Map", - "Ġspraw ling", - ": $", - "j ö", - "w ana", - "ar ita", - "Ġto en", - "ĠM ish", - "Ġnot te", - "ure en", - "ark able", - "ĠSer gio", - "ĠAqu arium", - "m Ah", - "Ġsu ced", - "ĠLord s", - "n ab", - "s oc", - "Ġexp oses", - "IT CH", - "Ġabsor bs", - "Ġw es", - "Ġc row", - "Ġto ppings", - "ĠSh it", - "Ġris p", - "Ġcheck point", - "ĠDo ct", - "ĠPre ferred", - "cap ital", - "Ġredes igned", - "adjust ed", - "Ġpresent a", - "Ġcou leurs", - "Ġfore ground", - "ĠUE FA", - "ĠP icks", - "ĠD are", - "ĠL ett", - "Ġdes envol", - "Ġbl asted", - "Ġpick y", - "åº Ĩ", - "Ġconduc ive", - "q i", - "Ġres ale", - "Ġbound ed", - "Ġnat uurl", - "N Z", - "w aves", - "on en", - "Ġp ry", - "ĠV es", - "Ġfin ed", - "ĠApp alach", - "gu ardo", - "ĠVel vet", - "Ġgemeins am", - "Ġprzypad ku", - "W i", - "k amp", - "ĠSt ad", - "ĠSch ol", - "ÅĦ ski", - "ĠFund ament", - "u zzi", - "ĠC RO", - "ĠU ttar", - "ven cy", - "ĠUS S", - "Ġident ific", - "Ġaud iting", - "OT S", - "och t", - "ĠCost co", - "B ounds", - "ur m", - "Ġout law", - "ec o", - "ĊĠĠ ĊĠĠ", - "Ġhost age", - "Ġfa res", - "bur ger", - "Ġliv res", - "éļ IJ", - "9 18", - "T am", - "Ġc uffs", - "Ġre vert", - "ĠL ust", - "ik y", - "Ġfac ade", - "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠ", - "ĠAc res", - "Ġsegment ation", - "Ġcer amics", - "Ġimpe achment", - "ĠSerge ant", - "Ġruth less", - "Ġon c", - "ĠA e", - "ĠCh urches", - "Ġpast ure", - "Ġcomment aire", - "ĠBo oster", - "zz ly", - "Sp in", - "ĠArch bishop", - "Ġpure e", - "First ly", - "ĠVo IP", - "Ġcommemor ate", - "J E", - "f ro", - "Ġpl ante", - "ord ial", - "ish ments", - "Ġmet ros", - "çĿ Ľ", - "comp ile", - "Ġexport ing", - "Ġsar anno", - "ĠArmen ian", - "? <", - "Ġman a", - "ĠHar lem", - "ĠLaf ayette", - "0 75", - "8 64", - "H ospital", - "Ġth wart", - "ac ent", - "Ġem itted", - "ĠHol z", - "j or", - "or ange", - "od at", - "ĠE ck", - "Ġind ign", - "ĠDe leg", - "He ather", - "åIJ ¸", - "indust rial", - "Ġimpr int", - "Ġr g", - "Ġgl azed", - "Ġprob ate", - "Ġmach ining", - "49 8", - "Ġvill as", - "ĠMajor ity", - "ĠKat y", - "S hip", - "n ad", - "ue ill", - "Ġbet re", - "Ġfun nels", - "Ġbring en", - "ĠPol k", - "ĠBrig ade", - "A th", - "Ġme inen", - "57 3", - "dis patch", - "ĠDam on", - "Ġsup ra", - "? _", - "I ENCE", - "P ok", - "x in", - "ic ano", - "ĠC ES", - "Ġpro cent", - "velop ment", - "Ġcur a", - "Ġsk ulle", - "Ġsymbol ism", - "Ġze it", - "Off er", - "ĠGem ini", - "Advant ages", - "Ġa ust", - "Ġp este", - "Ġd ud", - "Ġe a", - "af el", - "bl ings", - "]. [", - "Ġdetect s", - "ĠSport ing", - "еР»", - "9 49", - "c aps", - "ĠD G", - "ap o", - "anc ias", - "ĠAm p", - "ĠVer k", - "Ġrevers ible", - "Sal ary", - "Ġovert urn", - "ĠFried rich", - "ĠEx odus", - "Ġsurf aced", - "pc s", - "at l", - "ĠN airobi", - "Ġqu attro", - "Ġcour ting", - "Ġmar che", - "const ant", - "Ġconcent rates", - "ãĥ »", - "é¦ Ĩ", - "Pos itive", - "ĠFl ights", - "Ġmir rored", - "pret ty", - "Ġcorrel ations", - "Ġsuscept ibility", - "Tele phone", - "5 36", - "ch ol", - "Ġup v", - "ec i", - "Ġsw irling", - "家 ä", - "Ġcontr ario", - "Ñģ к", - "dat etime", - "ĠApplic ants", - "Ġsalv age", - "ÃŃc io", - "v ue", - "y Äĩ", - "ĠS AR", - "ĠIn quiry", - "Ġfe ud", - "ters hire", - "çĥ §", - "ĠBritt any", - "j av", - "s olid", - "Ġcl as", - "Ġper der", - "les ia", - "ĠAl uminium", - "ves ter", - "ĠQu il", - "ste el", - "ĠSen iors", - "Ġdyn asty", - "CON N", - "Column s", - "Ġf oyer", - "Ġl ì", - "ĠH ugs", - "are m", - "Ġtr if", - "Ġent h", - "Ġver h", - "ĠEr nst", - "Ġgre asy", - "ĠImpro ving", - "Ġsweat y", - "ĠAle c", - "ĠLit igation", - "st ores", - "ĠF AA", - "ĠIn vit", - "Ġcor ona", - "Ġneg oci", - "Phil ipp", - "Ġcontradict ory", - "Construct or", - "c ox", - "k id", - "Ġt au", - "ĠT ough", - "ĠGarc ÃŃa", - "Ġ ĊĉĠ", - "ĠL ies", - "ĠSt uttgart", - "ob ed", - "Ġwin ery", - "icip ated", - "Ġtu ple", - "ĠHel ena", - "Ġconstruct s", - "æ´ ĭ", - "Ġd agger", - "Ġe clipse", - "ig rant", - "Ġr ifer", - "Ġtr atta", - "Ġent ice", - "ĠGr at", - "Ġmil le", - "Ġqual quer", - "mas ters", - "ĠAc ute", - "ĠFun nel", - "ĠDry er", - "ĠMood y", - "W inner", - "} -", - "Ġ iced", - "Ġte aser", - "Ġsin ful", - "Ġadapt ations", - "ĠAud rey", - "Ġhero ine", - "Associ ation", - "Nut rition", - "Ġantim icrobial", - "N U", - "r ud", - "u elles", - "Ġf évrier", - "ĠK emp", - "ang an", - "Ġprof und", - "fe et", - "Ref er", - "ĠWood y", - "ĠJenn a", - "ĠÏ Ħ", - "amac are", - "6 33", - "R ic", - "i ard", - "Ġgra ag", - "Ġpath ogen", - "Ġmask ing", - "cr ime", - "ĠPam ela", - "5 77", - "Ġprob iotics", - "Ġste amed", - "Ġnational ism", + "('. /", + "▁те ле", + "▁B log", + "▁Bl og", + "▁Blo g", + "▁Com pan", + "▁Comp an", + "▁Me dal", + "▁Med al", + "▁f printf", + "▁ fprintf", + "tt i", + "t ti", + "ch s", + "c hs", + "▁ann iversary", + "ig gers", + "igger s", + "igg ers", + "ф о", + "\\\" >", + "\\ \">", + "▁du rant", + "▁dur ant", + "▁vent ure", + "▁F itz", + "▁Fi tz", + "▁C BD", + "▁CB D", + "▁b acking", + "▁back ing", + "▁w are", + "▁war e", + "▁wa re", + "▁ ware", + "ev e", + "e ve", + "O G", + "ed ish", + "edi sh", + "▁Giov anni", + "▁Sh are", + "▁Shar e", + "▁Sha re", + "▁ Share", + "▁rec ipes", + "▁recipe s", + "▁recip es", + "big g", + "bi gg", + "b igg", + "▁minor ity", + "▁n ar", + "▁na r", + "▁ nar", + "oll ary", + "ollar y", + "▁F E", + "▁ FE", + "sh irt", + "▁redu ces", + "▁reduce s", + "Ch e", + "C he", + "▁NOT E", + "▁NO TE", + "j query", + "▁F low", + "▁Fl ow", + "▁Flo w", + "▁ Flow", + "task s", + "pr event", + "pre vent", + "prev ent", + "▁со вет", + "▁сов ет", + "it as", + "ita s", + "▁exam ined", + "▁examine d", + "ho n", + "h on", + "▁M ine", + "▁Min e", + "▁Mi ne", + "▁grad ient", + "▁V ien", + "▁Vi en", + "▁b eds", + "▁be ds", + "▁bed s", + "ET H", + "E TH", + "fl at", + "f lat", + "an son", + "ans on", + "▁in tu", + "▁int u", + "▁fl ows", + "▁flo ws", + "▁flow s", + "но к", + "▁E ine", + "▁Ein e", + "ро ди", + "род и", + "▁ко р", + "▁к ор", + "▁ кор", + "▁aff ection", + "▁af fection", + "▁affect ion", + "▁p orts", + "▁por ts", + "▁port s", + "▁ ports", + "__ .", + "_ _.", + "re po", + "rep o", + "ail and", + "ai land", + "▁по да", + "▁под а", + "int age", + "inta ge", + "▁Prote ction", + "î t", + "▁[ {", + "▁l amp", + "▁la mp", + "▁benef icial", + "ка де", + "▁Станов ништво", + "▁l ined", + "▁li ned", + "▁line d", + "▁lin ed", + "▁ lined", + "▁Ex change", + "▁f itted", + "▁fit ted", + "▁v erk", + "▁ver k", + "▁focus es", + "vo d", + "v od", + "▁Car lo", + "▁Carl o", + "▁ра спо", + "▁рас по", + "ain ted", + "aint ed", + "ainte d", + "a inted", + "▁r ape", + "▁rap e", + "▁ra pe", + "▁t ogg", + "▁to gg", + "ac ker", + "ack er", + "a cker", + "T w", + "ra h", + "r ah", + "trans l", + "▁je alous", + "▁re pository", + "▁rep ository", + "▁ repository", + "re marks", + "rem arks", + "remark s", + "▁i e", + "▁ ie", + "í d", + "▁sk ull", + "ra c", + "r ac", + "() ]", + "( )]", + "ri en", + "rie n", + "r ien", + "? (", + "▁K ids", + "▁Ki ds", + "▁Kid s", + "▁sw itched", + "▁switch ed", + "▁G ew", + "▁Ge w", + "▁be ef", + "▁appear ances", + "▁appearance s", + "▁Coll ins", + "▁V illa", + "▁Vill a", + "▁Vi lla", + "▁Vil la", + "▁z ona", + "▁zo na", + "▁n eu", + "▁ne u", + "те льно", + "тель но", + "▁х удо", + "▁oper ational", + "▁operation al", + "ON LY", + "▁h ockey", + "▁ś wi", + "ö k", + "Sl ice", "Ref resh", - "Bo ost", - "Subs cription", - "u ell", - "ä¸į åĪ°", - "ĠClick funnels", - "ĠLuc ia", - "Ġunconst itutional", - "H oney", - " ª", - "Ġl ash", - "ĠF ever", - "ĠR OS", - "ĠL TD", - "ub es", - "Ġje ÅĽli", - "Ġesc apes", - "Ġparl are", - "Ġszy b", - "G ard", - "L aser", - "f acts", - "h ä", - "ĠF ucking", - "ime o", - "apt ic", - "ĠAP A", - "Ġmedium s", - "start ing", - "Ġbull s", - "inds ight", - "Jul ia", - "æĿĢ æŃ»", - "Ġepit helial", - "w ah", - "Ġch ale", - "Ġbut cher", - "Ġdel uxe", - "49 6", - "________________ ____", - "Ġgru ppo", - "èĴ Ĥ", - "H idden", - "m als", - "ĠF asc", - "Ġled ger", - "sk irts", - "Ġdoubt ful", - "gang en", - "Ġvé hic", - "' $", - "æ ĩ", - "ĠF IL", - "äº Ĵ", - "zy c", - "Ġseg uito", - "Ġpul ses", - "ĠLith uania", - "Ġfierc ely", - "0 26", - "ĠA ck", - "Ġwas hes", - "Ġprom oc", - "AR DS", - "Ġhom icide", - "æĿ¥ åĪ°", - "ĠEc ology", - "ĠBI OS", - "T rip", - "ot ropic", - "Ġis o", - "ĠP J", - "Ġus b", - "Ġman ne", - "Ġar ty", - "Ġgr illing", - "Ġtool kit", - "75 5", - "Ġped agog", - "Ġprz ew", - "j p", - "Ġf ooth", - "Ġde em", - "Ġk ier", - "cl iffe", - "Ġag reg", - "ĠBen ef", - "GR AP", - "ĠDES IGN", - "ĠDayton a", - "W o", - "re aching", - "Ġb ist", - "ĠR oo", - "Ġest ruct", - "St rip", - "Ġcur ator", - "Ġlas ers", - "ĠJul ius", - "Ġjed em", - "Ġdess a", - "Ġlibert arian", - "ĠUrugu ay", - "V ote", - "n oc", - "at itis", - "ep am", - "Ġint uit", - "ĠTest osterone", - "æĭ ¬", - "Ġbat tered", - "ÃŃt ica", - "Ġfunctional ities", - "Ġhairst yle", - "Ġtramp oline", - "ou k", - "âĢĿ ]", - "ĠBe et", - "word press", - "Ġdoubt ed", - "ĠBlog ging", - "Ġcompos ers", - "Mc C", - "Ġplac ements", - "Ġhurd le", - "ĠCh im", - "ew ay", - "Ġdocument aries", - "ĠQuest o", - "eling en", - "ĠBir ch", - "g reek", - "in ous", - "Ġpl ight", - "Ġsur ged", - "Ġbook keeping", - "åı ¶", - "è ves", - "Ġbad ass", - "ĠCal iforn", - "reci ate", - "kl ore", - "ç« ŀ", - "Ġapr on", - "ĠWrest ling", - "ĠH ancock", - "Ġgood will", - "Ġext inct", - "Ġappro vals", - "Ġprop ane", - "Ġprec ursor", - "ç§ ¯", - "Ġhel fen", - "Ġcontest ants", - "Ġcual es", - "k us", - "Ġu omini", - "Ġret ract", - "Ġdist inctions", - "Ġmer ci", - "Ġwhis pers", - "é¡ ¿", - "Ġgau che", - "Ġcentr ally", - "6 36", - "S OL", - "c ig", - "c one", - "g row", - "Ġp ups", - "Ġo min", - "Ġcar ve", - "ĠAr cher", - "ĠFl av", - "Com fort", - "Ġhor rors", - "Ġtro tz", - "68 6", - "ĠGuard ians", - "ĠKath rael", - "zek iel", - "Ġtransplant ation", - "N ie", - "Ġcom forts", - "pe es", - "Ġcook ware", - "ĠHum ph", - "Ġvigor ously", - "s and", - "ĠG at", - "ons on", - "Ġconf erencing", - "ER AL", - "Ġcal ves", - "ĠRobot ics", - "l ÃŃ", - "Ġs cept", - "ĠS izes", - "ĠF orsch", - "IC U", - "ĠWild erness", - "Ġtong ues", - "Ġphosph ory", - "Ġmultipl ication", - "ĠPharmaceutical s", - "b ucket", - "ie vers", - "Ġinv ade", - "Ġstr ument", - "ĠAn che", - "ĠOn es", - "Ġmeth ane", - "ĠParam eter", - "Feed back", - "F ake", - "d j", - "p icked", - "ĠD ian", - "Ġav oc", - "set length", - "åIJ ķ", - "En sure", - "Ġmillenn ials", - "e va", - "Ġc ached", - "Ġin kl", - "Ġl us", - "Ġn enÃŃ", - "Ġne ct", - "aj u", - "Ġcart ilage", - "BS D", - "Ġprost itutes", - "( ~", - "7 16", - "D isk", - "h off", - "Ġp ope", - "Ġposs a", - "cons umer", - "ĠOri ent", - "Ġinconven ient", - "Ġbloss oms", - "7 41", - "Ġw agers", - "Ġb ater", - "é ral", - "wn y", - "Ġcar avan", - "ä¸į çŁ¥éģĵ", - "AD S", - "sec ute", - "Ġmer ry", - "LA ST", - "Ġmanif old", - "respons ive", - "Ġleng then", - "A X", - "qu ite", - "Ġim itation", - "Ġfre cu", - "ĠGe ek", - "Ġnu anced", - "Up coming", - "ĠCe iling", - "etz ung", - "ĠPu zzle", - "G em", - "t reatment", - "ĠI ve", - "ĠB V", - "ary ng", - "Ġver m", - "Ġmind er", - "ges amt", - "Ġmi ÄĻd", - "åIJĮ æł·", - "Ġredirect ed", - "Ġcaracter ÃŃsticas", - "ĠLah ore", - "l ater", - "w ares", - "Ä Į", - "ĠD ahl", - "ĠF PS", - "ĠL yme", - "Ġwork ings", - "gr ily", - "Ġvia je", - "Äį enÃŃ", - "Ġcorner stone", - "Ġtip os", - "Serial izer", - "Ġembark ed", - "E lig", - "n oreply", - "it ational", - "ĠP PP", - "ĠTh ames", - "Ġinf in", - "Ġcal le", - "Ġboy cott", - "49 3", - "Ġinh aled", - "ĠWOR LD", - "Ġparal ysis", - "G W", - "ĠN icht", - "ub ble", - "Ġz i", - "olog na", - "Ġbus iest", - "Ġgl ac", - "Ġdist rust", - "Ġdirect ives", - "α Î", - "Ġentit lement", - "B ol", - "G re", - "N ation", - "Ġ ĊĠĠ", - "Ġch atter", - "att end", - "ĠEst onia", - "47 8", - "ç§ ģ", - "ĠSom erset", - "Ġnarrow ly", - "ĠH oy", - "Ġdep iction", - "urg a", - "Ġdro its", - "ĠPerson ality", - "Ġmig rations", - "éª ¨", - "Ġgly c", - "Ġhairst yles", - "Ġapoy o", - "8 65", - "I p", - "re pl", - "Ġsc rape", - "ãĢ ı", - "ĠMal i", - "ÅĤo ÅĽci", - "v io", - "it imate", - "Ġg öra", - "Ġde me", - "ĠP LC", - "Ġab duct", - "Ġout ro", - "oe be", - "Ġcat cher", - "Ġmilit ia", - "unge ons", - "ĠMagn us", - "ĠP ied", - "âĢĿ !", - "Ġra ids", - "Ġbar red", - "Ġur anium", - "Ġsta ples", - "K id", - "P as", - "d orf", - "ow anych", - "ĠEd win", - "yt ical", - "uj ÄĻ", - "Ġtwe aks", - "7 78", - "9 13", - "ĠP AN", - "Ġwe gen", - "ĠThe ology", - "ĠN ass", - "Ġad or", - "Ġz it", - "Ġblood stream", - "ĠEr g", - "Act ual", - "} \")", - "Ġv ragen", - "ĠN ielsen", - "pl ine", - "-------- -", - "son ian", - "Ġx o", - "Ġthumb nail", - "Ġmultipl ied", - "Ġweite ren", - ") $,", - "C AT", - "G arden", - "ĠT J", - "Ġret ina", - "ĠBut t", - "att on", - "Ġmal ign", - "ĠMat th", - "Ġrub y", - "ĠRa ise", - "ĠBroad cast", - "ĠAltern atives", - "Ġdrown ed", - "Ġassim il", - "Ġprerequis ite", - "ĠAlic ia", - "Ġd acÄĥ", - "ĠT os", - "ĠC et", - "nd ers", - "ĠK ultur", - "ĠDe us", - "Ġwel d", - "ĠSl av", - "[] (/", - "Ġdemocr at", - "cook ed", - "V iol", - "f emale", - "Ġ Ċĉ", - "om bo", - "ant ie", - "Sh ot", - "AD I", - "æŶ æľŁ", - "Ġlad en", - "Ġrecruit ers", - "................ ................", - "Ġpsy che", - "Ġdisfr utar", - "V a", - "V intage", - "s g", - "ĠL é", - "ven es", - "lic ense", - "ãĢ İ", - "IS M", - "TE X", - "ĠVers and", - "ĠPred iction", - "FAQ s", - "ĠT au", - "fl ush", - "Ġkey boards", - "RI BUT", - "In ner", - "Ġcre pt", - "Ġfav ourable", - "Ġwal nut", - "Ve hicle", - "ĠMillenn ium", - "S ony", - "v oice", - "Ġb ac", - "ĠY ug", - "ĠÄį i", - "klad nÃŃ", - "ĠMaz da", - "N ope", - "Ġt Ò»", - "Ġpl ains", - "ric ot", - "66 3", - "Ġprin cipe", - "ĠAT T", - "Ġroz p", - "Ġpian ist", - "Ġo asis", - "ĠK err", - "ĠY ak", - "ats by", - "ĠMon etary", - "abs olute", - "ĠRam sey", - "ĠArm or", - "Ġfiber glass", - "Ġculp rit", - "ĠSylv ia", - "Ġpotrze b", - "5 48", - "k b", - "ĠD ug", - "ĠZ ag", - "back end", - "Ġparticip ates", - "ĠCor rection", - "48 7", - "Ġpsych ologists", - "ĠBur k", - "çŁ Ń", - "Ġmerc ato", - "Ġmejor ar", - "Ġenvelop es", - "Ġtecn ologÃŃa", - "B ug", - "Ġc app", - "Ġg ÅĤÃ", - "ĠB inance", - "Ġsm oker", - "Ġpa is", - "opp able", - "ĠSub mission", - "vol ent", - "Ġtow ering", - "valid ation", - "Ġsurrend ered", - "ult z", - "Ġper vasive", - "Ġple ading", - "des k", - "Comm it", - "UST OM", - "mov ie", - "S ympt", - "r án", - "Ask ed", - "D ad", - "Ġon ward", - "ĠSc al", - "ocr at", - "å· Ŀ", - "Ġincom patible", - "Ġradi ator", - "Dist rict", - "A sp", - "K y", - "h aving", - "Ġh alo", - "Ġg oggles", - "ĠM éd", - "ĠW ra", - "ĠN il", - "Ġhad e", - "Ġend emic", - "Ġide e", - "ĠHol t", - "Ġze al", - "build ers", - "Ġfer mented", - "Ġtel lement", - "Hy per", - "L AND", - "Ġshe pherd", - "ss el", - "ĠSc ots", - "ĠRest ore", - "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", - "Ġst ellt", - "ĠF erd", - "ĠTrans cript", - "ĠPurch asing", - "P iece", - "ĠS que", - "ĠD ome", - "ĠD ud", - "ĠPro jek", - "Ġfree ing", - "ĠBr ut", - "Ġclean liness", - "Ġcomun que", - "Ġfet us", - "6 65", - "ĠT ight", - "ĠM IS", - "ĠP overty", - "ĠB inding", - "ĠD rupal", - "ĠN ico", - "Ġcl s", - "Ġsoft ness", - "ĠRel iable", - "in ato", - "id im", - "iv ities", - "ob ac", - "Sp ons", - "Ġhal ten", - "ĠLam ar", - "Ġside walks", - "Ġpred ic", - "compl icated", - "Ġreperc ussions", - "} ( )", + "> ()", + "▁he al", + "if iable", + "ifi able", + "par k", + "p ark", + "▁P ete", + "▁Pe te", + "▁Pet e", + "▁tr aged", + "▁tra ged", + "▁trag ed", + "▁ch uck", + "▁wire less", + "▁wir eless", + "Re place", + "Rep lace", + "IR Q", + "▁се зо", + "i ß", + "▁j unto", + "▁jun to", + "Lo w", + "L ow", + "▁s id", + "▁si d", + "▁ sid", + "Tag Helpers", + "TagHelper s", + "▁comp aring", + "▁compar ing", + "▁c elle", + "▁cell e", + "▁ce lle", + "▁cel le", + "▁obt aining", + "▁obtain ing", + "▁qu ar", + "▁q uar", + "Br o", + "B ro", + "▁E C", + "▁ EC", + "in ea", + "ine a", + "i nea", + "▁F ue", + "▁Fu e", + "▁Prince ss", + "▁Prin cess", + "ij o", + "i jo", + "ge ns", + "gen s", + "g ens", + "PO L", "P OL", - "S erve", - "Ġl ore", - "ad am", - "ig mat", - "Ġtr unc", - "av ir", - "Ġfil ings", - "64 4", - "std out", - "å» ¶", - "l ots", - "r fen", - "Ġl ys", - "ĠS SH", - "Ġup vote", - "ĠSc opus", - "ĠCO PD", - "è¯ ¯", - "RO S", - "Ġprem iered", - "Ġrepe al", - "è° ĭ", - "DU CTION", - "ĠMonte rey", - "Ġst roller", - "ĠCon cer", - "Process ing", - "èĴĭ ä»ĭçŁ", - "ĠS X", - "get Message", - "Ġprom inently", - "Ġfre uen", - "ĠGen etics", - "Ġze igen", - "Ġsum med", - "Ġacknowled gement", - "ĠFranç ois", - "g ift", - "à İn", - "ht a", - "Ġcont a", - "Ġtake away", - "Ġopp ressed", - "ĠRed uced", - "brand ed", - "> :", - "L ed", - "S pect", - "k owski", - "ķ å¸Ī", - "Ġm ister", - "ĠT ED", - "ier ungs", - "Ġfront line", - "het amine", - "ĠRoman ian", - "Ġscal ar", - "Ġturb ulent", - "ĠBos nia", - "Ġs avor", - "ĠF ountain", - "Ġun insured", - "ĠRe yes", - "ĠBr idget", - "Ġtar iff", - "ļ ä", - "ig ten", - "ĠL az", - "acc a", - "ä¸Ń ä", - "85 7", - "Ġment orship", - "uest os", - "Ġjog ging", - "ĠFrances co", - "b ells", - "k am", - "n ft", - "Ġtra verse", - "Ġpattern ed", - "ĠMac ro", - "ĠMo Å", - "ĠMaster Card", - "ĠFif ty", - "ess ing", - "Ġall ot", - "Ġtr itur", - "Ġwork manship", - "Ġsc rum", - "Ġdec on", - "ĠSc rap", - "Ġey ew", - "Ġemer ald", - "ĠExper iences", - "ér ature", - "Ġvert ices", - "Gen esis", - "ĠnÃ¥ got", - "9 15", - "F er", - "f usion", - "j ohn", - "is able", - "Ġv ans", - "ĠSt ro", - "uff les", - "inst ead", - "Ġminim ally", - "Ġstere otype", - "N ancy", - "f resh", - "in u", - "le k", - "id ious", - "ĠC aj", - "Ġst umbling", - "Ġro aring", - "Ġz ape", - "pr on", - "Ġtool bar", - "ĠSupp ose", - "Ġaccompl ishing", - "Path s", - "Ġhypothes es", - "Ess ential", - "Tor onto", - "ĠC out", - "ĠN ess", - "ĠCh ol", - "ĠPr ima", - "Ġlat te", - "Ġsem aines", - "Ġsanit ary", - "9 22", - "M aker", - "Ġh opping", - "Ġh indi", - "ĠO ste", - "Ġfull ness", - "Ġpers ists", - "Ġrev ol", - "Ġtemper atura", - "RA W", - "ãĥ «", - "Ġpied i", - "ĠAdm issions", - "Ġtijd ens", - "Ġdeclar ations", - "Ġin cess", - "Ġcon ject", - "ĠWe aver", - "Ġpo ignant", - "ĠCl othes", - "ĠBen z", - "oul os", - "èĪ į", - "Ġunm ist", - "ĠCater ing", - "g rain", - "ĠTh ick", - "Ġar beiten", - "anc i", - "ĠEl is", - "Ġimm éd", - "Ġpersonn al", - "ĠKick starter", - "n ox", - "Ġg azed", - "ld ots", - "Ġem ph", - "Ġend points", - "Ġave vo", - "ĠGreen ville", - "pat cher", - "ĠTrou ble", - "ĠVamp ire", - "9 16", - "e by", - "Ł æľī", - "Ġag endas", - "It aly", - "Ġmem oria", - "ĠMay er", - "Ġspo iler", - "Ps alm", - "Ġpossibilit é", - "C up", - "C ESS", - "f ing", - "s old", - "ro bi", - "ĠMed ien", - "èµ ŀ", - "trans port", - "Prom ise", - "5 66", - "Ġre aff", - "ra iser", - "bs y", - "ner y", - "Ġspecial ization", - "AN E", - "å¥ Ķ", - "Ġprincip als", - "Ġfib rosis", - "ĠFloor ing", - "Altern atively", - "Ġplata forma", - "er ning", - "Ġmy el", - "Ġhand writing", - "ĠSm ash", - "éģ į", - "ĠEll ie", - "6 77", - "or re", - "Ġp ared", - "ra int", - "est ablish", - "UR A", - "为 ä»Ģä", - "Ġbab es", - "ĠCharg es", - "Ġbew ild", - "an nten", - "Ġd ul", - "ĠB uh", - "Ġinner halb", - "D ent", - "v ang", - "it cher", - "ĠT odo", - "Ġprov oke", - "air a", - "Ġbig ot", - "ĠInd ie", - "Ġgest iÃ", - "Ġsucc ès", - "ĠGT X", - "lä ss", - "ĠAMA ZING", - "B rief", - "c ategories", - "r ists", - "ar Äĥ", - "Ġper g", - "int osh", - "Ġstand by", - "Ġsol ver", - "bel ow", - "ĠBab ies", - "Ġfir ma", - "isec onds", - "6 27", - "F ET", - "r den", - "Ġb Ã¥", - "us ual", - "Ġcare less", - "Ġprocess ion", - "man o", - "Ġprob es", - "ĠVol t", - "ĠMi y", - "QU AL", - "èĻ ij", - "ĠNg uyen", - "Ġtug ged", - "ĠMcL aren", - "Ġpilgr image", - "ĠT omas", - "Ġhand lers", - "ha el", - "Ġoverwhel m", - "æĢĿ æĥ", - "Ġunfore seen", - "Ġs ided", - "ent ine", - "ĠHe il", - "inc y", - "ĠEl k", - "66 1", - "Ġintrig ue", - "ĠNat asha", - "Perm alink", - "R W", - "v ista", - "ym al", - "Ġmanager ial", - "regist ration", - "ĠIth ric", - "K enn", - "R GB", - "Ġl up", - "ro of", - "Ġinter pol", - "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠ", - "Ġmid i", - "zia ÅĤa", - "k ami", - "at um", - "Ġd ib", - "AS A", - "IC I", - "ĠDO ES", - "ĠSem inary", - "Est imated", - "ĠScholars hips", - "Ġtex te", - "6 88", - "ab ra", - "ĠV ER", - "Not ify", - "Ġpet itions", - "Ġdream y", - "ĠSK U", - "OB JECT", - "ĠOw l", - "Ġadj unct", - "> '", - "oll er", - "gl Äħ", - "Just ice", - "Ġdiss olution", - "ih u", - "ĠExp and", - "document class", - "B ew", - "f rey", - "Ġp f", - "Ġex its", - "Ġfl ank", - "ĠAc qu", - "ls en", - "ĠWater loo", - "Ġinspect ors", - "Ġtel é", - "Ġunsub scribe", - "p ainted", - "ĠS EE", - "ck i", - "Ġcommun ion", - "æİ Į", - "Color ado", - "ĠCV S", - "Quant ity", - "C SS", - "N av", - "c ad", - "k ish", - "ĠS eren", - "ĠL ump", - "Ġnot withstanding", - "Ġindividual ity", - "64 7", - "UN K", - "err ick", - "ĠLand sc", - "Ġtruck ing", - "ĠVine yard", - "Ġanomal ies", - "ĠLeip zig", - "0 35", - "Ġh ätte", - "Ġre name", - "pl astic", - "let ons", - "rag es", - "Ġbott oms", - "AP E", - "Ġju xtap", - "Ġren se", - "Ġsid elines", - "Ġcasc ade", - "biet er", - "Acad emic", + "è tres", + "▁h ind", + "▁hi nd", + "▁ hind", + "Var iant", + "Vari ant", + "▁rece ives", + "▁receive s", + "go d", + "g od", + "ik en", + "ike n", + "i ken", + "na il", + "n ail", + "▁amer ican", + "▁ american", + "br as", + "bra s", + "b ras", + "(' \\", + "( '\\", + "ie ce", + "if ference", + "iffer ence", + "iffe rence", + "▁b ubble", + "▁bub ble", + "▁B ear", + "▁Be ar", + "un ivers", + "uni vers", + "▁demand ing", + "sa ved", + "save d", + "s aved", + "▁cred entials", + "MS M", + "M SM", + "▁struct ural", + "Con s", + "Co ns", + "C ons", + "▁Way ne", + "▁blank et", + "▁re pet", + "▁rep et", + "▁repe t", + "Ne g", + "N eg", + "▁exclusive ly", + "▁exclus ively", + "IF I", + "I FI", + "бур г", + "▁arg uing", + "▁Re pub", + "▁Rep ub", + "▁f rowned", + "▁fr owned", + "Met ric", + "M etric", + "sk im", + "ski m", + "s kim", + "▁П ет", + "▁Пе т", + "▁rele ases", + "▁release s", + "▁t ast", + "▁ta st", + "▁p reference", + "▁pre ference", + "▁prefer ence", + "▁S üd", + "▁Sü d", + "oc c", + "o cc", + "▁r x", + "▁ rx", + "activ ate", + "cl am", + "c lam", + "▁фи ль", + "▁Sud denly", + "▁cr ushing", + "▁crush ing", + "▁L ower", + "▁Lo wer", + "▁Low er", + "▁ Lower", + "ei ng", + "e ing", + "wa lt", + "wal t", + "w alt", + "▁Г ер", + "▁Ге р", + "▁m ö", + "ри сто", + "la gen", + "lag en", + "lage n", + "l agen", + "▁co aching", + "▁coach ing", + "ight ers", + "igh ters", + "ighter s", + "▁bas ement", + "▁base ment", + "▁F IX", + "▁FI X", + "▁ FIX", + "Te le", + "T ele", + "With out", + "▁Com mons", + "▁Comm ons", + "▁Common s", + "ul ly", + "ull y", + "h box", + "fl ash", + "▁por tal", + "▁port al", + "▁ portal", + "ot ype", + "o type", + "▁S or", + "▁So r", + "▁trou bles", + "▁trouble s", + "ar si", + "ars i", + "▁с тан", + "▁ста н", + "▁ст ан", + "▁ стан", + "CA M", + "C AM", + "▁de notes", + "▁den otes", + "▁denote s", + "LA NG", + "LAN G", + "L ANG", + "▁Be yond", + "▁Bey ond", + "▁Bo wl", + "▁Bow l", + "▁import antly", + "▁important ly", + "▁W R", + "▁ WR", + "▁rel ating", + "▁a nder", + "▁and er", + "▁an der", + "▁ ander", + "▁gr inned", + "▁grin ned", + "▁D ak", + "▁Da k", + "▁Brook lyn", + "▁d p", + "▁ dp", + "▁P oly", + "▁Pol y", + "▁Po ly", + "▁ Poly", + "▁Sch ul", + "▁B uffer", + "▁Buff er", + "▁ Buffer", + "▁h older", + "▁hold er", + "▁hol der", + "▁ holder", + "IC AL", + "I CAL", + "▁tra iler", + "▁trail er", + "er ek", + "ere k", + "e rek", + "▁n ě", + "▁ ně", + "sh aped", + "shape d", + "sha ped", + ": `", + "▁de code", + "▁dec ode", + "▁ decode", + "▁co unted", + "▁coun ted", + "▁count ed", + "▁v amp", + "▁va mp", + "▁re late", + "▁rel ate", + "▁M ason", + "▁Ma son", + "▁Mas on", + "▁t itled", + "▁title d", + "▁tit led", + "▁Kent ucky", + "▁particip ated", + "▁participate d", + "▁Jenn ifer", + "▁mat rices", + "Cal endar", + "st s", + "s ts", + "Ass oci", + "▁f orum", + "▁for um", + "▁fo rum", + "▁s phere", + "▁sp here", + "▁spher e", + "▁S EO", + "▁SE O", + "pop up", + "▁Current ly", + "CL E", + "C LE", + "▁vol unt", + "▁stell ar", + "for all", + "Is s", + "I ss", + "im et", + "ime t", + "i met", + "q p", + "la test", + "lat est", + "late st", + "▁config ured", + "▁configure d", + "ab ol", + "a bol", + "ig ent", + "igen t", + "ige nt", + "i gent", + "▁delay ed", + "ff ic", + "f fic", + "▁g ing", + "▁gi ng", + "▁ ging", + "▁s cent", + "▁sc ent", + "▁scen t", + "▁disg ust", + "▁disgu st", + "he sis", + "hes is", + "h esis", + "im en", + "ime n", + "i men", + "▁re ign", + "▁П и", + "ul as", + "ula s", + "u las", + "um ing", + "umin g", + "umi ng", + "u ming", + "in nings", + "inn ings", + "Re nd", + "R end", + "id ity", + "idi ty", + "▁do zens", + "▁dozen s", + "wa rf", + "war f", + "▁Del hi", + "▁bi ological", + "▁corrid or", + "Vis ual", + "▁I z", + "▁s uits", + "▁su its", + "▁suit s", + "Py Object", + "ia go", + "i ago", + "▁div ide", + "▁divid e", + "pe nt", + "pen t", + "p ent", + "hel lo", + "hell o", + "h ello", + "▁b eta", + "▁be ta", + "▁bet a", + "▁ beta", + "▁ex terior", + "▁fin est", + "▁fine st", + "▁B ir", + "▁Bi r", + "▁f reed", + "▁fr eed", + "▁free d", + "▁fre ed", + "▁K el", + "▁Ke l", + "Se m", + "S em", + "▁fr uits", + "▁fruit s", + "▁fru its", + "▁serv ants", + "▁servant s", + "▁pub lisher", + "▁publish er", + "▁cop per", + "ol ation", + "o lation", + "se p", + "s ep", + "▁chair man", + "ti k", + "t ik", + "▁m others", + "▁mother s", + "▁mo thers", + "A ug", + "▁je ans", + "[] )", + "[ ])", + "▁D ATA", + "▁DA TA", + "▁ DATA", + "▁reve als", + "▁reveal s", + "▁un conscious", + "▁h acer", + "▁ha cer", + "▁hace r", + "ric ulum", + "▁T ogether", + "▁ш та", + "▁ шта", + "or sz", + "ors z", + "▁c anal", + "▁can al", + "▁ca nal", + "ös t", + "ö st", + "▁equ als", + "▁equal s", + "▁eq uals", + "▁ equals", + "▁по мо", + "▁al location", + "▁all ocation", + "▁alloc ation", + "st änd", + "▁ч ер", + "▁че р", + "ac king", + "ack ing", + "▁motiv ation", + "со н", + "с он", + "▁R ole", + "▁Ro le", + "▁Rol e", + "▁ Role", + "App ly", + "Ap ply", + "ig es", + "ige s", + "i ges", + "* {", + "▁f ires", + "▁fire s", + "▁fi res", + "▁fir es", + "Us ed", + "Use d", + "U sed", + "▁he ute", + "sk iej", + "ski ej", + "▁Or leans", + "yl an", + "y lan", + "▁warm th", + "▁w elfare", + "▁wel fare", + "je m", + "j em", + "▁си сте", + "be z", + "b ez", + "ř e", + "ke e", + "k ee", + "▁segu ito", + "un ge", + "ung e", + "▁y oga", + "▁yo ga", + "▁d ug", + "▁du g", + "▁rest ored", + "▁restore d", + "Dr oid", + "D roid", + "▁P ent", + "▁Pe nt", + "▁Pen t", + "▁ran king", + "���rank ing", + "mo r", + "m or", + ".~ (\\", + "ograph ical", + "ographic al", + "▁p ian", + "▁pi an", + "▁g ates", + "▁gate s", + "▁ga tes", + "▁с ти", + "▁ст и", + "▁ сти", + "s quare", + "▁im plicit", + "▁impl icit", + "▁G ram", + "▁Gr am", + "▁Gra m", + "▁Apr ès", + "▁Ap rès", + "▁Ass istant", + "▁p ac", + "▁pa c", + "▁P ope", + "▁Po pe", + "▁Pop e", + "г ре", + "▁sc attering", + "▁scatter ing", + "стра тив", + "▁all ocate", + "▁alloc ate", + "▁Man hattan", + "▁а нг", + "▁ан г", + "▁ анг", + "▁inter rupted", + "▁interrupt ed", + "ér ieur", + "éri eur", + "érie ur", + "数 据", + "Sign al", + "Sig nal", + "▁Con tract", + "▁Cont ract", + "▁ Contract", + "ór ia", + "ó ria", + "WI TH", + "W ITH", + "хо дя", + "ход я", + "Ag greg", + "A ggreg", + "cul es", + "cu les", + "cule s", + "c ules", + "J an", + "▁s to", + "▁st o", + "▁ sto", + "▁G PIO", + "▁GP IO", + "▁ GPIO", + "▁ident ifying", + "▁identify ing", + "▁p id", + "▁pi d", + "▁ pid", + "ę p", + "▁di git", + "▁dig it", + "el ia", + "eli a", + "e lia", + "inv oke", + "▁Fl oren", + "▁Flor en", + "▁Flo ren", + "▁sh allow", + "▁shall ow", + "get Class", + "getC lass", + "▁advert is", + "ем ы", + "е мы", + "▁H R", + "▁ HR", + "ym an", + "y man", + "▁C E", + "▁ CE", + "▁sec ured", + "▁secure d", + "▁secur ed", + "▁rel atives", + "▁relative s", + "▁relativ es", + "▁s ob", + "▁so b", + "▁s tab", + "▁st ab", + "▁sta b", + "Trans ition", + "▁w en", + "▁we n", + "▁ wen", + "sh ops", + "shop s", + "▁k ont", + "▁kon t", + "▁ko nt", + "▁h acia", + "▁ha cia", + "H y", + "в ри", + "sh ell", + "she ll", + "s hell", + "▁ant ib", + "▁anti b", + "env ironment", + "environ ment", + "um bs", + "umb s", + "Tr acker", + "Track er", + "Tra cker", + "en tr", + "ent r", + "▁Polit ical", + "ex tract", + "ext ract", + "extra ct", + "extr act", + "=\" {{", + "▁m erc", + "▁me rc", + "▁mer c", + "▁p oc", + "▁po c", + "▁Re set", + "▁Res et", + "▁ Reset", + "▁pur ely", + "▁pure ly", + "▁M ul", + "▁Mu l", + "▁gorge ous", + "▁Î n", + "ri ven", + "riv en", + "rive n", + "r iven", + "▁rom ance", + "▁roman ce", + "▁d av", + "▁da v", + "че ского", + "ér ica", + "éri ca", + "éric a", + "▁tra ject", + "▁a rise", + "▁ar ise", + "▁sw ung", + "▁p ockets", + "▁pocket s", + "▁trad itions", + "▁tradition s", + "▁re ver", + "▁r ever", + "▁rev er", + "▁reve r", + ">> >", + "> >>", + "▁n d", + "▁ nd", + "▁di vis", + "▁div is", + "▁bel oved", + "▁quant ities", + "▁é d", + "▁ éd", + "ien do", + "i endo", + "▁tal ented", + "▁talent ed", + "▁C ad", + "▁Ca d", + "▁В ла", + "▁imm igration", + "▁immigr ation", + "▁ju ris", + "▁jur is", + "▁a er", + "▁e aten", + "▁eat en", + "▁m iejsc", + "▁sum mon", + "pe ople", + "▁g ains", + "▁gain s", + "▁ga ins", + "▁пра во", + "▁restr iction", + "▁restrict ion", + "st ub", + "▁b out", + "▁bo ut", + "▁bou t", + "▁slave ry", + "▁sla very", + "▁comput ation", + "▁ar mor", + "▁arm or", + "▁e k", + "▁ ek", + "▁Muslim s", + "▁co operation", + "▁cooper ation", + "▁enh anced", + "▁enhance d", + "os lav", + "▁ab rupt", + "▁pod cast", + "▁hospital s", + "▁hosp itals", + "нь о", + "▁hot els", + "▁hotel s", + "▁Wik ipedia", + "▁ж ен", + "▁же н", + "▁ жен", + "G LOBAL", + "▁Commun ist", + "an gles", + "ang les", + "angle s", + "▁t high", + "▁th igh", + "▁K irk", + "▁Kir k", + "▁t ends", + "▁ten ds", + "▁tend s", + "▁M ode", + "▁Mod e", + "▁Mo de", + "▁ Mode", + "▁N atur", + "▁Nat ur", + "▁de let", + "▁del et", + "▁po pul", + "▁pop ul", + "▁Ch amber", + "▁Cha mber", + "▁Conserv ative", + "kr ieg", + "k rieg", + "▁Class ic", + "▁die sem", + "▁dies em", + "▁diese m", + "▁em power", + "▁emp ower", + "▁M es", + "▁Me s", + "▁de alt", + "▁deal t", + "▁e stad", + "▁est ad", + "▁esta d", + "▁Se it", + "▁cred its", + "▁credit s", + "sub subsection", + "Inv oke", + "▁phys ician", + "це в", + "ц ев", + "ás a", + "á sa", + "▁g ob", + "▁go b", + "▁R ug", + "▁Ru g", + "▁м іс", + "▁мі с", + "sh aller", + "shal ler", + "shall er", + "▁k ol", + "▁ko l", + "▁ kol", + "▁c ared", + "▁car ed", + "▁care d", + "▁ca red", + "▁of icial", + "no s", + "n os", + "▁j el", + "▁je l", + "▁ jel", + "null able", + "GU I", + "G UI", + "▁r app", + "▁rap p", + "▁ra pp", + "▁An nie", + "▁Ann ie", + "▁st ocks", + "▁stock s", + "▁sto cks", + "▁develop er", + "▁pl acement", + "▁place ment", + "▁plac ement", + "▁ placement", + "(\" <", + "▁l avor", + "▁la vor", + "▁lav or", + "▁acc us", + "Mar t", + "Ma rt", + "M art", + "amer ikan", + "▁sk etch", + "▁sent iment", + "▁а мерикан", + "An chor", + "Mer ge", + "Pe ople", + "▁rend ered", + "▁render ed", + "▁la und", + "▁n ons", + "▁no ns", + "▁non s", + "▁bl ew", + "▁ble w", + "k b", + "ate gor", + "ateg or", + "▁franç aise", + "▁français e", + "KE N", + "K EN", + "method s", + "▁Part icip", + "nost i", + "nos ti", + "n osti", + "▁com merce", + "▁commer ce", + "▁ commerce", + "▁до ма", + "▁d re", + "▁dr e", + "▁t win", + "▁tw in", + "▁ded ic", + "▁U TC", + "▁ UTC", + "We ek", + "▁differ ential", + "▁different ial", + "л ё", + "▁Ch oose", + "▁Cho ose", + "▁\" (", + "▁то м", + "▁ том", + "▁про фе", + "em ark", + "e mark", + "▁fe ared", + "▁fear ed", + "sk o", + "s ko", + "Br anch", + "▁in vention", + "▁inv ention", + "▁invent ion", + "er mine", + "erm ine", + "▁car act", + "▁ca ract", + "ро го", + "р ого", + "lo yd", + "▁ку ль", + "▁ куль", + "▁del icate", + "Or gan", + "▁Im pro", + "▁Imp ro", + "▁r ip", + "▁ri p", + "▁ rip", + "Up dated", + "Update d", + "ul ent", + "ule nt", + "▁o bra", + "▁ob ra", + "s uspend", + "Line s", + "Lin es", + "Li nes", + "L ines", + "▁b anda", + "▁band a", + "▁ban da", + "ot ta", + "ott a", + "o tta", + "▁k ole", + "▁ko le", + "▁kol e", + "il io", + "ili o", + "i lio", + "▁output s", + "▁ outputs", + "est ro", + "estr o", + "AAAA AAAA", + "R UN", + "ne nt", + "nen t", + "n ent", + "▁d ated", + "▁da ted", + "▁dat ed", + "▁date d", + "▁ dated", + "▁s py", + "▁sp y", + "▁c rap", + "▁cr ap", + "▁in coming", + "▁inc oming", + "▁ф ев", + "▁фе в", + "PH Y", + "P HY", + "▁O range", + "▁Or ange", + "▁ob server", + "▁observ er", + "▁observe r", + "▁up stairs", + "ion ed", + "io ned", + "ione d", + "i oned", + "▁a tr", + "▁at r", + "▁ atr", + "igh bor", + "▁expect ation", + "Hi s", + "H is", + "im edia", + "i media", + "com put", + "comp ut", + "▁arg v", + "▁ argv", + "▁ear liest", + "та ли", + "тал и", + "т али", + "мо н", + "м он", + "ol len", + "oll en", + "ra ke", + "r ake", + "▁pat ience", + "ходи т", + "ход ит", + "▁де ка", + "▁bu yers", + "▁buy ers", + "▁buyer s", + "▁Conne ct", + "▁ Connect", + "▁Univers al", + "▁adjust ed", + "▁adj usted", + "im eq", + "ime q", + "el lers", + "ell ers", + "elle rs", + "eller s", + "▁ru in", + "▁Cr usher", + "▁Freder ick", + "ott age", + "otta ge", + "▁com prom", + "▁comp rom", + "▁compr om", + "ia sm", + "ias m", + "i asm", + "wa ve", + "w ave", + "▁encour aging", + "��be ans", + "▁bean s", + "▁ beans", + "▁per ceived", + "… ]", + "▁gl obe", + "▁glob e", + "▁glo be", + "▁S F", + "▁ SF", + "he rent", + "her ent", + "here nt", + "▁a like", + "▁al ike", + "▁ali ke", + "▁hur ried", + "qu el", + "que l", + "q uel", + "▁mus icians", + "▁music ians", + "▁musician s", + "ar z", + "a rz", + "по в", + "п ов", + "drop down", + "ac l", + "a cl", + "pre view", + "prev iew", + "p review", + "▁under neath", + "ze ś", + "▁fem ales", + "▁female s", + "list ener", + "listen er", + "▁C AN", + "▁CA N", + "▁ CAN", + "▁T ow", + "▁To w", + "▁pe ers", + "▁peer s", + "tl s", + "t ls", + "at ra", + "atr a", + "a tra", + "se nder", + "send er", + "sen der", + "s ender", + "TIME OUT", + "fu rt", + "fur t", + "f urt", + "▁Gu erra", + "{} )", + "{ })", + "▁D urch", + "▁Dur ch", + "▁s ki", + "▁sk i", + "▁ ski", + "il las", + "ill as", + "illa s", + "▁S of", + "▁So f", + "▁Organ ization", + "▁C leveland", + "▁b utt", + "▁but t", + "▁bu tt", + "▁sim ilarly", + "▁similar ly", + "▁assert True", + "▁ assertTrue", + "▁inev itable", + "ne ll", + "nel l", + "n ell", + "▁R af", + "▁Ra f", + "DIS ABLE", + "am ine", + "ami ne", + "amin e", + "a mine", + "▁Com plete", + "▁Comp lete", + "▁ Complete", + "▁be iden", + "▁bei den", + "▁Chall enge", + "Rad io", + "R adio", + "▁Not ice", + "He x", + "H ex", + "▁C uba", + "▁Cub a", + "▁Cu ba", + "▁aug ust", + "▁Philipp ines", + "Mar gin", + "M argin", + "ja l", + "j al", + "gener ator", + "▁t atto", + "▁ta tto", + "▁H em", + "▁He m", + "▁S alt", + "▁Sal t", + "▁Sa lt", + "un ately", + "unate ly", + "▁terr ain", + "▁terra in", + ",\\ ,", + ", \\,", + "гра д", + "▁c rop", + "▁cr op", + "▁cro p", + "Name d", + "Na med", + "N amed", + "▁W onder", + "▁Wo nder", + "▁Won der", + "es sen", + "ess en", + "esse n", + "▁f ist", + "▁fi st", + "▁fis t", + "▁z oom", + "▁zo om", + "▁ zoom", + "пе н", + "п ен", + "▁ru ling", + "▁rul ing", + "un likely", + "as sy", + "ass y", + "or ent", + "ore nt", + "oren t", + "o rent", + "▁g ibt", + "▁gi bt", + "▁A w", + "sim eq", + "s imeq", + "▁r aid", + "▁ra id", + "▁ raid", + "▁Com par", + "▁Comp ar", + "▁ Compar", + "▁free ly", + "▁fre ely", + "▁esp añ", + "▁espa ñ", + "▁py thon", + "▁ python", + "▁diagn osis", + "▁ch ips", + "▁chip s", + "▁chi ps", + "R azor", + "▁V ert", + "▁Ver t", + "▁Ve rt", + "▁ Vert", + "For ward", + "▁P é", + "▁compar able", + "▁anal ys", + "▁analy s", + "St d", + "S td", + "▁Franç ois", + "▁c ó", + "jo s", + "j os", + "▁p eg", + "▁pe g", + "▁ peg", + "CON ST", + "cl usive", + "▁voy age", + "▁Sch l", + "▁Sc hl", + "Group Layout", + "oi se", + "ois e", + "o ise", + "сс е", + "с се", + "▁cr ush", + "▁cru sh", + "▁Die se", + "▁Di ese", + "▁Dies e", + "▁be kan", + "▁bek an", + "ci t", + "c it", + "▁Ein wohner", + "▁L an", + "▁La n", + "▁dress ing", + "▁s olved", + "▁sol ved", + "▁solve d", + "М а", + "▁C hel", + "▁Ch el", + "▁Che l", + "par ed", + "pa red", + "pare d", + "p ared", + "▁se aled", + "▁sea led", + "▁seal ed", + "}) )", + "} ))", + "anc ouver", + "se h", + "s eh", + "ta bles", + "table s", + "tab les", + "t ables", + "▁red dit", + "▁redd it", + "▁ reddit", + "▁m our", + "▁mo ur", + "▁mou r", + "▁clean up", + "▁ cleanup", + "ov ić", + "ovi ć", + "▁Ur ban", + "oc t", + "o ct", + "то ра", + "тор а", + "▁Le gal", + "▁Leg al", + "▁J ur", + "▁Ju r", + "▁N as", + "▁Na s", + "C ity", + "▁un fortunately", + "▁unfortunate ly", + "▁P ER", + "▁PE R", + "▁ PER", + "ma kers", + "make rs", + "maker s", + "m akers", + "▁sig lo", + "▁k in", + "▁ki n", + "▁ kin", + "co des", + "code s", + "cod es", + "c odes", + "ля р", + "NI NG", + "N ING", + "▁C ec", + "▁Ce c", + "▁C T", + "▁ CT", + "▁R acing", + "▁Ra cing", + "da n", + "d an", + "▁He rz", + "▁Her z", + "▁gen ius", + "▁e urop", + "▁eu rop", + "serv let", + "ow ego", + "owe go", + "▁Im agine", + "▁Imp erial", + "▁Imper ial", + "Re gex", + "Reg ex", + "c é", + "HE D", + "H ED", + "det ect", + "з ни", + "io c", + "i oc", + "Anal ysis", + "Analy sis", + "▁* =", + "▁f ever", + "▁fe ver", + "▁Ob viously", + "F oot", + "Line ar", + "Lin ear", + "▁p ró", + "▁pr ó", + "▁satell ite", + "▁B eng", + "▁Be ng", + "▁Ben g", + "bound s", + "b ounds", + "▁J azz", + "▁Ja zz", + "▁C urt", + "▁Cur t", + "▁Cu rt", + "▁поли ти", + "▁b ild", + "▁bi ld", + "▁bil d", + "▁ bild", + "▁\" \");", + "▁\"\" );", + "▁\"\") ;", + "▁document ary", + "▁gr asp", + "▁gra sp", + "▁gras p", + "▁d la", + "▁dl a", + "TR A", + "T RA", + "▁read ily", + "To r", + "T or", + "C ACHE", + "▁Const ruction", + "▁Construct ion", + "▁d ía", + "да т", + "д ат", + "▁G rey", + "▁Gr ey", + "▁Gre y", + "run ner", + "le ading", + "▁co oked", + "▁cook ed", + "ro log", + "rol og", + "r olog", + "▁annoy ing", + "DE LETE", + "amer ican", + "▁Niger ia", + "▁d ai", + "▁da i", + "▁ dai", + "▁sac rific", + "▁serv ant", + "▁s kb", + "▁sk b", + "▁ skb", + "▁b arg", + "▁bar g", + "▁ba rg", + "pix el", + "p ixel", + "In ject", + "ca ched", + "cache d", + "c ached", + "▁cou pled", + "▁couple d", + "▁coup led", + "un gle", + "ung le", + "pro b", + "pr ob", + "p rob", + ">{ @", + "ла го", + "default s", + "▁por trait", + "▁port rait", + "▁d ental", + "▁den tal", + "▁dent al", + "▁d estro", + "▁dest ro", + "▁r ue", + "▁ru e", + "▁hy brid", + "▁ й", + "▁CO MP", + "▁COM P", + "▁ COMP", + "▁B ent", + "▁Be nt", + "▁Ben t", + "Com pare", + "Comp are", + "Compar e", + "bo th", + "bot h", + "b oth", + "kl ahoma", + "ais er", + "ai ser", + "aise r", + "a iser", + "Su re", + "Sur e", + "S ure", + "▁s olving", + "▁sol ving", + "▁l ista", + "▁li sta", + "▁list a", + "▁ lista", + "▁у чи", + "▁Ev ans", + "▁Eva ns", + "▁f usion", + "▁fus ion", + "▁compl aint", + "▁complain t", + "H P", + "He ap", + "al ways", + "M gr", + "▁appro x", + "▁ approx", + "display style", + "lo rd", + "lor d", + "l ord", + "in sn", + "ins n", + "▁Fe ature", + "▁ Feature", + "RP C", + "R PC", + "▁v et", + "▁ve t", + "▁ vet", + "К а", + "▁kil omet", + "▁kilom et", + "▁deliver ing", + "▁const itution", + "sh ine", + "ле к", + "▁го род", + "▁горо д", + "▁prob able", + "▁run ner", + "▁ runner", + "hr en", + "hre n", + "h ren", + "▁N ep", + "▁Ne p", + "▁over night", + "pr ead", + "pre ad", + "p read", + "л та", + "фор ма", + "CL O", + "C LO", + "ie sa", + "ies a", + "i esa", + "▁object ives", + "▁objective s", + "con tract", + "cont ract", + "contr act", + "EX P", + "▁col ours", + "▁colour s", + "xi co", + "xic o", + "x ico", + "C lean", + "▁light ly", + "▁scen arios", + "▁scenario s", + "▁qu arters", + "▁quarter s", + "▁quart ers", + "▁quar ters", + "▁ quarters", + "▁D ear", + "▁De ar", + "▁l uc", + "▁lu c", + "▁app et", + "▁ap pet", + "▁appe t", + "▁de port", + "▁dep ort", + "Sa fe", + "▁me nos", + "▁men os", + "▁Paul o", + "▁Pa ulo", + "CI AL", + "C IAL", + "ці в", + "ц ів", + "▁R oc", + "▁Ro c", + "▁c aring", + "▁car ing", + "▁ca ring", + "▁elect ro", + "▁de cember", + "▁dec ember", + "▁dece mber", + "▁Phil osoph", + "▁col ored", + "▁color ed", + "▁ colored", + "it sch", + "its ch", + "ropol itan", + "os ti", + "ost i", + "▁N ut", + "▁Nu t", + "▁consecut ive", + "Pe er", + "ar ness", + "arn ess", + "▁ż e", + "▁ że", + "▁A round", + "▁Ar ound", + "af ka", + "▁d io", + "▁di o", + "ci p", + "c ip", + "▁to ys", + "▁toy s", + "cr o", + "c ro", + "▁m iser", + "▁mis er", + "▁mi ser", + "▁mise r", + "check box", + "▁F isher", + "▁Fish er", + "▁gover ned", + "▁govern ed", + "▁h á", + "▁En able", + "▁ Enable", + "▁t rivial", + "▁occup ation", + "ro rs", + "ror s", + "r ors", + "▁l av", + "▁la v", + "▁ lav", + "▁m ou", + "▁mo u", + "▁b ord", + "▁bo rd", + "▁bor d", + "ли ч", + "Ro om", + "R oom", + "') \r", + "' )\r", + "▁art ic", + "▁m ientras", + "ch air", + "cha ir", + "uation s", + "u ations", + "▁comm ented", + "▁comment ed", + "▁trigger ed", + "Can not", + "C annot", + "▁Marc us", + "▁p unct", + "▁pun ct", + "▁achie vement", + "▁achieve ment", + "е ди", + "ext ensions", + "extension s", + "ad ers", + "ade rs", + "ader s", + "a ders", + "jo urs", + "jour s", + "j ours", + "ir lines", + "irl ines", + "▁со стоя", + "V IEW", + "▁Nap ole", + "Conf irm", + "▁por que", + "........ ........", + "▁LI ABILITY", + "Wall et", + "W allet", + "Sub ject", + "al gorithm", + "▁tr iple", + "▁tri ple", + "▁trip le", + "ru b", + "r ub", + "▁se cur", + "▁sec ur", + "▁hand some", + "▁hands ome", + "▁d od", + "▁do d", + "r ès", + "ac ja", + "ch od", + "cho d", + "н ва", + "es ar", + "esa r", + "an chor", + "anc hor", + "anch or", + "▁Soph ie", + "▁Украї ни", + "Up per", + "am ous", + "amo us", + "Fe atures", + "Feature s", + "▁б ли", + "▁ бли", + "Supp ress", + "Sup press", + "▁kil om", + "▁Z u", + "▁belong ed", + "▁Red dit", + "▁pro ces", + "▁proc es", + "▁с тар", + "▁ста р", + "▁ст ар", + "▁F est", + "▁Fe st", + "/ %", + "▁P am", + "▁Pa m", + "st orm", + "sto rm", + "W W", + "P aul", + "▁t ales", + "▁tal es", + "▁ta les", + "▁tale s", + "▁рай она", + "▁райо на", + "▁район а", + "▁spread ing", + "▁s ched", + "▁sc hed", + "▁sch ed", + "▁sche d", + "▁ sched", + "le ased", + "lease d", + "Non Null", + "▁High way", + "▁Re serve", + "▁Res erve", + "▁c ater", + "▁cat er", + "▁ca ter", + "▁t ire", + "▁ti re", + "▁tir e", + "▁por ch", + "qu ier", + "US A", + "U SA", + "▁Sw iss", + "▁ È", + "▁br ave", + "▁bra ve", + "▁explos ion", + "l r", + "▁class ified", + "Ab out", + "▁P ict", + "▁Pic t", + "▁Pi ct", + "▁Dub lin", + "▁separ ately", + "▁separate ly", + "▁bank ing", + "▁ban king", + "▁Christian ity", + "mi gr", + "m igr", + "Ro b", + "R ob", + "се р", + "с ер", + "▁el f", + "▁ elf", + "▁employ ers", + "▁employer s", + "▁S low", + "▁Sl ow", + "▁j uli", + "▁ju li", + "▁jul i", + "west ern", + "w estern", + "▁anal yst", + "▁analy st", + "▁analys t", + "ob serv", + "obs erv", + "▁N ice", + "▁Nic e", + "▁Ni ce", + "▁G C", + "▁ GC", + "▁Let ter", + "▁ha rass", + "▁har ass", + "User name", + "▁A unt", + "▁Au nt", + "▁с ент", + "Su p", + "S up", + "IC ES", + "ICE S", + "RE NT", + "R ENT", + "rat io", + "r atio", + "▁Мо ск", + "▁an gles", + "▁ang les", + "▁angle s", + "▁angl es", + "▁ angles", + "▁l lev", + "▁ll ev", + "_ *", + "▁n it", + "▁ni t", + "▁ nit", + "▁w reck", + "▁pat rol", + "▁loyal ty", + "▁n ationale", + "▁nat ionale", + "▁national e", + "▁nation ale", + "go m", + "g om", + "}$ -", + "} $-", + "▁dis pute", + "▁disput e", + "▁disp ute", + "▁r us", + "▁ru s", + "▁ rus", + "▁П рез", + "▁Пре з", + "▁Indust rial", + "▁dem ocratic", + "▁democr atic", + "b w", + "li mp", + "lim p", + "l imp", + "ur bed", + "urb ed", + "▁mie jsce", + "▁miejsc e", + "ру д", + "▁t ex", + "▁te x", + "▁ tex", + "▁develop ments", + "▁development s", + "▁B right", + "▁Br ight", + "▁Brig ht", + "▁var ying", + "▁va rying", + "▁vary ing", + "fa ct", + "fac t", + "f act", + "▁Port al", + "▁Por tal", + "as is", + "asi s", + "a sis", + "▁горо да", + "▁город а", + "▁cre ativity", + "▁creat ivity", + ")) ))", + "))) )", + ") )))", + ".\" ;", + ". \";", + "ie ux", + "ieu x", + "▁prov isions", + "▁provision s", + "uv e", + "u ve", + "La ng", + "L ang", + "miss ing", + "ра т", + "р ат", + "ph ony", + "▁out line", + "pa s", + "p as", + "el m", + "e lm", + "mon itor", + "TC P", + "T CP", + "ka t", + "k at", + "uc ed", + "uce d", + "u ced", + "\\\" ,", + "\\ \",", + "yn a", + "y na", + "ра бо", + "раб о", + "oc ate", + "oca te", + "▁c ares", + "▁car es", + "▁care s", + "▁ca res", + "▁f ins", + "▁fin s", + "▁fi ns", + "▁he ap", + "▁ heap", + "▁small est", + "äch st", + "▁I X", + "▁ IX", + "re cv", + "rec v", + "key word", + "▁at tra", + "▁att ra", + "▁attr a", + "▁sel bst", + "Un expected", + "Une xpected", + "Sm all", + "▁насе ље", + "▁H us", + "▁Hu s", + "Enc oder", + "Encode r", + "▁un set", + "▁uns et", + "▁home less", + "▁hom eless", + "▁Johann es", + "▁U RI", + "▁ URI", + "ant age", + "anta ge", + "▁in hib", + "▁appreci ated", + "▁appreciate d", + "ie lte", + "iel te", + "ielt e", + "i elte", + "▁st ays", + "▁stay s", + "▁sta ys", + "▁alle ged", + "▁alleg ed", + "▁c oding", + "▁co ding", + "▁cod ing", + "▁tv å", + "pipe line", + "p ipeline", + "▁W or", + "▁Wo r", + "File Path", + "▁accept ing", + "▁Ex cell", + "▁L uther", + "▁Lu ther", + "▁Friend s", + "▁c urt", + "▁cur t", + "▁cu rt", + "▁' $", + "▁ '$", + "▁tight ly", + "▁cz ę", + "▁un necessary", + "▁F ed", + "▁Fe d", + "▁А нд", + "▁Ан д", + "▁H P", + "▁ HP", + "▁String Builder", + "en burg", + "' (", + "vm a", + "v ma", + "▁Ab raham", + "W L", + "▁Re ference", + "▁Refer ence", + "▁ Reference", + "J o", + "Bl ob", + "Blo b", + "▁H ugh", + "▁Hug h", + "▁Hu gh", + "▁Bul gar", + "MESS AGE", + "з во", + "▁avoid ed", + "▁po ems", + "▁poem s", + "▁с ы", + "▁ сы", + "▁O pp", + "▁Op p", + "av irus", + "avi rus", + "Pre view", + "Prev iew", + "P review", + "▁k er", + "▁ke r", + "▁ ker", + "ue va", + "u eva", + "fl ix", + "▁char ging", + "▁charg ing", + "▁motiv ated", + "▁O rd", + "▁Or d", + "▁ Ord", + "▁av eva", + "▁ave va", "x l", - "Ġg orge", - "ĠF rog", - "ĠR MB", - "ĠY ours", - "ĠSh ampoo", - "æķ ı", - "ĠCam den", - "ĠBroad casting", - "Ġsag te", - "ĠComfort able", - "Ġapre nder", - "* =", - "5 88", - "h ands", - "Ġn iv", - "Ġdo od", - "Ġpen insula", - "Ġtut ors", - "en ium", - "ĠS utton", - "ĠF AT", - "Ġwor sen", - "ĠWe apon", - "Ġens uing", - "ĠBlack Berry", - "95 4", - "week ly", - "ĠPant her", - "Ġb ilingual", - "Ġh os", - "Ġwill en", - "ult on", - "ĠV ogue", - "Ġmed ios", + "▁flex ibility", + "ag na", + "agn a", + "▁rac ism", + "d h", + "▁b aking", + "▁ba king", + "F riend", + "ble r", + "bl er", + "b ler", + "▁Log ger", + "▁ Logger", + "Te n", + "T en", + "nav igation", + "▁att achment", + "▁attach ment", + "▁ attachment", + "▁b ajo", + "▁ba jo", + "▁pr icing", + "▁pri cing", + "▁T ip", + "▁Ti p", + "▁ Tip", + "da r", + "d ar", + "G G", + "To ols", + "Tool s", + "Too ls", + "T ools", + "vol ution", + "v olution", + "am as", + "ama s", + "a mas", + "▁b ibli", + "▁adapt ed", + "ox y", + "o xy", + "▁F reedom", + "▁Free dom", + "ri co", + "ric o", + "r ico", + "▁coll apsed", + "▁collapse d", + "z m", + "pl o", + "p lo", + "▁c ô", + "▁r t", + "▁ rt", + "än ger", + "äng er", + "änge r", + "▁D R", + "▁ DR", + "▁Bit coin", + "go w", + "g ow", + "▁ch ez", + "▁che z", + "▁ chez", + "▁ot ro", + "▁te il", + "▁ teil", + "ла га", + "▁St ars", + "▁Star s", + "▁Sta rs", + "▁invest ing", + "▁a board", + "▁ab oard", + "▁f lights", + "▁fl ights", + "▁flight s", + "▁genu inely", + "▁genuine ly", + "▁prom ising", + "Rot ation", + "O cc", + "▁su oi", + "▁suo i", + "string ify", + "ac ies", + "aci es", + "a cies", + "▁G round", + "▁Gr ound", + "▁Gro und", + "▁sequ ences", + "▁sequence s", + "▁c ure", + "▁cur e", + "▁cu re", + "out ine", + "▁! !", + "▁ !!", + "▁G ay", + "▁Ga y", + "▁garden s", + "▁gard ens", + "▁G las", + "▁Gl as", + "▁Tai wan", "reg istry", - "ér ations", - "Ġintr usion", - "ĠMoz illa", - "æݧ åĪ¶", - "S ARS", - "on nen", - "Ġw rought", - "ar ic", - "ul aciÃ", - "ĠL ola", - "Ġex termin", - "Ġche veux", - "bre ro", - "Ġcampaign ing", - "Ġcontain ment", - "Ġbij voorbeeld", - "ĠCarm el", - "ĠInfect ion", - "ĠIllustr ated", - "W or", - "m ul", - "Ġs omme", - "ĠH anna", - ":: {", - "Ġréal iser", - "Ġnour ishing", - "mot or", - "Ġmond iale", - "Ġmetic ulous", - "Ġmalad ie", - "C trl", - "Ġbe ware", - "ll ie", - "Ġpaper back", - "Ġwal mart", - "Ġm ing", - "Ġm eld", - "ĠE MP", - "ĠRe bel", - "sp ÄĽ", - "ĠQu i", - "Com plex", - "Ġpod staw", - "Ġalc anz", - "ĠConnect or", - "?! ?", - "Ġpom p", - "ĠB alls", - "ĠB auer", - "ĠTr ick", - "Ġdecided ly", - "Ġprost itute", - "Ġmoy ens", - "0 27", - "7 31", - "h ospital", - "w l", - "Ġm éc", - "ĠP SD", - "ĠD K", - "Ġex ited", - "Ġk s", - "Ġstud i", - "Ġdom u", - "Ġcommand ers", - "Ver ified", - "ĠFather s", - "ĠHig gins", - "Ġanalyt ic", - "ĠArc ade", - "Ġdilig ent", - "Ġm ating", - "ed ited", - "Ġn ya", - "ĠP EO", - "Ġha unt", - "ĠR ails", - "ĠLe one", - "Tr ad", - "ĠEst ates", - "ĠMom ents", - "Ġconfront ing", - "Creat or", - "Ġfais ant", - "0 37", - "6 85", - "F inder", - "Ġp us", - "Ġm ote", - "Ġv ant", - "ĠN acht", - "ap ur", - "æľ ±", - "Ġimm ort", - "tre es", - "Ind ependent", - "Ġkon nten", - "ré al", - "Doc uments", - "beaut iful", - "forder ungen", - "F ew", - "ĠS HE", - "am ss", - "ĠB org", - "ra x", - "ĠG arten", - "ĠK ush", - "Ġsuper intendent", - "ĠPay ne", - "Ġdetect ives", - "Trans lation", - "Ġpermett re", - "N ich", - "Ġcon not", - "ĠW ien", - "Ġpl atter", - "equ ipped", - "57 2", - "A kt", - "ĠL IST", - "Ġdev rait", - "Ġmicro scopy", - "ĠHold en", - "Whe el", - "6 35", - "L ucky", - "c akes", - "Ñ İ", - "Ġu ri", - "Ġimp ot", - "Ġever lasting", - "Del ay", - "ĠJess ie", - "ujÄħ ce", - "Ġbapt ized", - "Marc us", - "ĠA FP", - "â s", - "ocur rency", - "Ġneces idad", - "Ġouts ider", - "Ġunint ended", - "romy cin", - "A UTH", - "D riving", - "c ams", - "c rum", - "w agon", - "Ġm b", - "Ġcl ase", - "Ġimp urities", - "ĠCom pletely", - "Ġdist ort", - "90 8", - "Ġhyp ers", - "TER N", - "ĠStep hens", - "}{ -", - "ĠBuck et", - "itä ts", - "Ġrése aux", - "P ri", - "Ġwh ining", - "Ġme io", - "ĠY in", - "ĠSh o", - "Ġvers iÃ", - "ĠFl ora", - "æ¡ ij", - "hö ren", - "song writer", - "B in", - "kt ops", - "Ġpow ders", - "Ġprofession nels", - "Ġthread ed", - "Ġtag ging", - "ĠFort nite", - "Ġpier ced", - "ĠH und", - "Ġle ve", - "ĠCh airs", - "Ġsc her", - "åº ·", - "Ġamb iguity", - "Ġgre enery", - "Red uce", - "Ġrecept ive", - "hu ile", + "▁# {", + "▁ #{", + "▁ins pection", + "▁insp ection", + "▁inspect ion", + "Te ll", + "T ell", + "▁` ${", + "p matrix", + "▁reg ulation", + "▁regul ation", + "fin ish", + "▁Ed ge", + "▁ Edge", + "Sp rite", + "S prite", + "▁Conf eder", + "▁immigr ants", + "▁elder ly", + "um ed", + "ume d", + "u med", + "▁Quest ion", + "▁ Question", + "Gate way", + "fo ny", + "fon y", + "f ony", + "ît re", + "î tre", + "▁co sm", + "▁cos m", + "Ro und", + "R ound", + "▁ign oring", + "▁ignor ing", + "▁K i", + "▁sens itivity", + "âte au", + "ât eau", + "▁engine ers", + "▁engineer s", + "▁cor rel", + "▁corre l", + "ir teen", + "irt een", + "▁Sw itzerland", + "▁inher it", + "▁ inherit", + "wo r", + "w or", + "▁mid night", + "▁P un", + "▁Pu n", + "ak te", + "akt e", + "a kte", + "Dis able", + "▁es per", + "▁esp er", + "▁not ation", + "▁ notation", + "▁Univers idad", + "so l", + "s ol", + "de rn", + "der n", + "d ern", + "in ge", + "ing e", + "▁inv itation", + ")} }", + ") }}", + "▁ â", + "▁ess ays", + "▁essay s", + "ar med", + "arm ed", + "ch sel", + "chs el", + "▁не го", + "▁ него", + "▁confirm ation", + "un ity", + "unit y", + "uni ty", + "▁Br other", + "▁Bro ther", + "▁ Є", + "ni ce", + "nic e", + "n ice", + "▁S ue", + "▁Su e", + "▁t ray", + "▁tr ay", + "▁tra y", + "ро и", + "C ookie", + "▁Feder ation", + "IC T", + "I CT", + "▁p éri", + "stud ent", + "▁V ent", + "▁Ven t", + "▁Ve nt", + "K K", + "ST EM", + "aw k", + "▁re un", + "▁pe oples", + "▁people s", + "io res", + "ior es", + "iore s", + "i ores", + "ou bt", + "▁St age", + "▁Sta ge", + "▁ Stage", + "▁c harm", + "▁ch arm", + "▁char m", + "▁cha rm", + "ie ur", + "ieu r", + "i eur", + "▁util ize", + "▁utiliz e", + "▁d istribute", + "▁dist ribute", + "▁distribut e", + "▁g otta", + "▁go tta", + "▁got ta", + "▁block ing", + "H ot", + "br ew", + "bre w", + "b rew", + "▁b onds", + "▁bon ds", + "▁bond s", + "le af", + "Pro te", + "Pr ote", + "P rote", + "▁d ice", + "▁di ce", + "▁dic e", + "▁Nor man", + "▁Norm an", + "▁о кт", + "▁ок т", + "▁in spir", + "▁insp ir", + "Pr iv", + "P riv", + "▁P uerto", + "▁то ва", + "RS T", + "R ST", + "▁s f", + "▁ sf", + "▁qu ale", + "▁qual e", + "ni ck", + "nic k", + "n ick", + "▁sup press", + "▁supp ress", + "ча т", + "ч ат", + "▁H ello", + "▁Hel lo", + "▁Hell o", + "▁ Hello", + "▁crow ded", + "▁crowd ed", + "hba r", + "h bar", + "▁lo ads", + "▁load s", + "▁ loads", + "▁cor rection", + "▁correct ion", + "▁corre ction", + "ad just", + "adj ust", + "▁E state", + "▁Est ate", + "▁Esta te", + "text sc", + "▁cool ing", + "iv eau", + "ive au", + "▁bet ting", + "==== ========", + "======== ====", + "re mark", + "rem ark", + "r emark", + "▁im plications", + "▁impl ications", + "▁p oz", + "▁po z", + "ün g", + "ü ng", + "▁reg ards", + "▁regard s", + "▁a mid", + "▁am id", + "▁habit antes", + "G I", + "▁F ou", + "▁Fo u", + "▁j ar", + "▁ja r", + "▁ jar", + "▁requ iring", + "▁D rupal", + "▁Dru pal", + "▁li ability", + "cz as", + "c zas", + "▁l yrics", + "▁ly rics", + "▁N ort", + "▁No rt", + "▁Nor t", + "si l", + "s il", + "▁M ey", + "▁Me y", + "UN IT", + "ва ния", + "f uture", + "hi r", + "h ir", + "CA L", + "C AL", + "LAB EL", + "▁S weet", + "▁stat ue", + "bor ne", + "born e", + "b orne", + "Not ify", + "▁her itage", + "▁d orm", + "▁do rm", + "▁l ever", + "▁le ver", + "▁lev er", + "▁mut tered", + "} &", + "▁inter mediate", + "▁Wat son", + "▁view ing", + "▁vie wing", + "kt or", + "k tor", + "enti eth", + "xx x", + "x xx", + "at u", + "a tu", + "▁Inst all", + "▁ Install", + "Cont in", + "▁t oute", + "▁to ute", + "▁tou te", + "▁tout e", + "▁P T", + "▁ PT", + "▁u ri", + "▁ur i", + "▁ uri", + "Call ed", + "Cal led", + "C alled", + "▁O FF", + "▁OF F", + "▁ OFF", + "ig lia", + "ic hi", + "ich i", + "i chi", + "с ни", + "V o", + "▁exhib it", + "▁asym pt", + "▁G ulf", + "л ли", + "do min", + "dom in", + "d omin", + "▁départ ement", + "mi l", + "m il", + "▁B ez", + "▁Be z", + "▁l ately", + "▁late ly", + "▁lat ely", + "▁def ining", + "▁defin ing", + "▁E L", + "▁ EL", + "omorph ic", + "▁f ebru", + "▁fe bru", + "▁febr u", + "IS TER", + "IST ER", + "I STER", + "res olved", + "resolve d", + "те й", + "т ей", + "▁S pect", + "▁Sp ect", + "▁Spec t", + "▁Spe ct", + "▁sem pre", + "▁Se pt", + "▁Sep t", + "▁cl earing", + "▁cle aring", + "▁clear ing", + "▁diam eter", + "in do", + "ind o", + "▁soc cer", + "▁D CHECK", + "▁DC HECK", + "vo te", + "v ote", + "▁n omin", + "▁no min", + "▁nom in", + "Type d", + "Ty ped", + "Typ ed", + "Miss ing", + "W as", + "▁Cent ury", + "▁direct ors", + "▁dire ctors", + "▁director s", + "▁mode rate", + "▁moder ate", + "▁Ill uminate", + "▁ Illuminate", + "▁челове к", + "▁B apt", + "▁Ba pt", + "▁Qu ant", + "▁ Quant", + "▁tre ating", + "▁treat ing", + "ag i", + "a gi", + "Si l", + "S il", + "ring e", + "rin ge", + "r inge", + "ł ą", + "el lan", + "ell an", + "ella n", + "▁f ino", + "▁fin o", + "▁fi no", + "Capt ure", + "C apture", + "▁S ic", + "▁Si c", + "▁st amp", + "▁sta mp", + "▁stam p", + "▁B uen", + "▁Bu en", + "▁seg undo", + "▁in verse", + "▁d up", + "▁du p", + "▁ dup", + "▁br oker", + "▁bro ker", + "▁broke r", + "▁search ed", + "▁sear ched", + "be ans", + "bean s", + "▁A BC", + "▁AB C", + "is ha", + "ish a", + "i sha", + "▁Lin ked", + "▁Link ed", + "▁ Linked", + "▁Nich olas", + "▁Sw edish", + "he mal", + "hem al", + "▁E M", + "▁ EM", + "▁j ego", + "▁je go", + "че ский", + "чески й", + "lo t", + "l ot", + "▁dis cret", + "▁disc ret", + "▁discre t", + "▁E g", + "pi ck", + "pic k", + "p ick", + "am on", + "amo n", + "a mon", + "▁Rail way", + "ка р", + "к ар", + "▁nav igate", + "▁navig ate", + "▁Comm ander", + "▁Command er", + "▁disappe ar", + "▁con gress", + "▁congr ess", + "▁graph ic", + "sp r", + "s pr", + "FLO AT", + "▁S erial", + "▁Se rial", + "▁Ser ial", + "▁ Serial", + "▁я нва", + "so cial", + "soc ial", + "s ocial", + "bu ch", + "b uch", + "▁se al", + "▁sea l", + "▁c ement", + "▁ce ment", + "▁Y e", + "ot ti", + "ott i", + "o tti", + "▁The od", + "remove Class", + "▁Jul ie", + "▁Ju lie", + "▁Juli e", + "▁gr öß", + "ST REAM", + "▁G B", + "▁ GB", + "▁Ben ef", + "▁Mat rix", + "▁ Matrix", + "▁ke ine", + "▁cont inent", + "▁contin ent", + "▁ja ar", + "DA I", + "D AI", + "▁S equ", + "▁Se qu", + "▁ Sequ", + "kre is", + "▁c rown", + "▁cr own", + "▁crow n", + "▁cro wn", + "Init ialize", + "Initial ize", + "ax y", + "a xy", + "▁C IA", + "▁int end", + "▁inte nd", + "▁b ub", + "▁bu b", + "▁mask s", + "▁mas ks", + "▁sit uated", + "▁situ ated", + "▁E du", + "▁Ed u", + "▁particip ating", + "ше й", + "ш ей", + "_{ -", + "_ {-", + "▁Tele vision", + "▁pre ferences", + "▁prefer ences", + "▁preference s", + "▁D rop", + "▁Dr op", + "▁ Drop", + "re view", + "rev iew", + "▁vi olation", + "▁viol ation", + "▁ch rist", + "▁chr ist", + "q q", + "▁M yst", + "▁My st", + "comm ands", + "command s", + "▁prim itive", + "ill ance", + "▁r anging", + "▁ran ging", + "▁rang ing", + "▁Adv anced", + ") &", + "▁О б", + "▁sub str", + "▁subst r", + "▁subs tr", + "▁ substr", + "▁clos ure", + "▁clo sure", + "▁ closure", + "tw itter", + "ne z", + "n ez", + "▁pr zed", + "▁prz ed", + "▁prze d", + "▁mer ged", + "▁merge d", + "ur os", + "uro s", + "u ros", + "▁j er", + "▁je r", + "▁ jer", + "▁_ (", + "▁ _(", + "ar an", + "ara n", + "a ran", + "▁P atri", + "▁Pat ri", + "▁Pa tri", + "▁T un", + "▁Tu n", + "U K", + "il iation", + "ili ation", + "▁Ke ith", + "Own Property", + "op sis", + "ops is", + "Ma d", + "M ad", + "▁def ence", + "A ir", + "=$ {", + "= ${", + "cript ors", + "criptor s", + "So m", + "S om", + "▁ ±", + "▁HA VE", + "~~~~ ~~~~", + "▁be aten", + "▁beat en", + "▁int imate", + "▁intim ate", + "op ic", + "o pic", + "▁p řed", + "▁př ed", + "Sh op", + "S hop", + "Table s", + "Tab les", + "T ables", + "▁S I", + "▁ SI", + "re name", + "ren ame", + "rena me", + "r ename", + "▁product ive", + "rib ly", + "r ibly", + "▁L uck", + "▁Lu ck", + "▁Luc k", + "▁kl ub", + "}} ^{", + "}}^ {", + "} }^{", + "▁F ish", + "▁Fi sh", + "PR I", + "P RI", + "en ario", + "ena rio", + "▁pse ud", + "Or d", + "O rd", + "▁quel ques", + "▁D od", + "▁Do d", + "▁p unto", + "▁pun to", + "▁punt o", + "se nal", + "sen al", + "▁Br others", + "▁Bro thers", + "▁Brother s", + "▁diab etes", + "P aint", + "▁person as", + "▁persona s", + "в ър", + "▁n ep", + "▁ne p", + "▁El len", + "▁Ell en", + "▁Elle n", + "▁h ä", + "cr tc", + "c rtc", + "▁frustr ation", + ". ^{[", + "▁s printf", + "▁sprint f", + "▁ sprintf", + "+ -", + "En code", + "Enc ode", + "▁насе лення", + "Draw able", + "▁b ore", + "▁bo re", + "▁bor e", + "▁E ld", + "▁El d", + "те т", + "т ет", + "T ick", + "ar ator", + "ara tor", + "▁Fin ance", + "▁agric ultural", + ")^ {-", + ")^{ -", + ") ^{-", + "may be", + "Sche dule", + "▁[ …]", + "et ection", + "ete ction", + "ль ного", + "льно го", + "▁he els", + "▁En joy", + "Sy s", + "S ys", + "orsz ág", + "CONT ROL", + "cc cc", + "▁D ictionary", + "▁ Dictionary", + "Ne ed", + "N eed", + "▁He aven", + "▁vess els", + "▁vessel s", + "ec ycle", + "e cycle", + "ti es", + "t ies", + "▁e nde", + "▁en de", + "▁end e", + "▁ ende", + "SI NG", + "S ING", + "De scribe", + "Desc ribe", + "▁Pub lished", + "▁Publish ed", + "▁win ds", + "▁wind s", + "neh men", + "▁D ES", + "▁DE S", + "Hor izontal", + "▁L ost", + "▁Los t", + "▁Lo st", + "-- -----------", + "---- ---------", + "-------- -----", + "--- ----------", + "------------ -", + "----- --------", + "---------- ---", + "------ -------", + "--------- ----", + "------- ------", + "----------- --", + "- ------------", + "▁p x", + "▁ px", + "}( {\\", + "} ({\\", + "▁Hein rich", + "oms nitt", + "ho s", + "h os", + "Ro ll", + "R oll", + "tor ch", + "▁equ ity", + "▁eq uity", + "▁collect ing", + "▁l ifting", + "▁lif ting", + "▁lift ing", + "sub figure", + "Ne ver", + "N ever", + "▁L ength", + "▁Le ngth", + "▁ Length", + "▁w inners", + "▁win ners", + "▁winner s", + "▁U SD", + "▁US D", + "▁st esso", + "▁а бо", + "▁al tri", + "▁alt ri", + "▁produ cers", + "▁produce rs", + "▁producer s", + "mon s", + "mo ns", + "m ons", + "▁Pop ular", + "Com b", + "Co mb", + "C omb", + "ab lo", + "abl o", + "a blo", + "RE SET", + "RES ET", + "т ва", + "Over lay", + "▁id iot", + "▁idi ot", + "ex ist", + "Be havior", + "UB LE", + "ier re", + "i erre", + "mine craft", + "▁f os", + "▁fo s", + "▁encuent ra", + "▁scream ed", + "▁polynom ial", + "▁c one", + "▁con e", + "▁co ne", + "▁c ited", + "▁cit ed", + "▁ci ted", + "▁president e", + "▁presid ente", + "▁re sign", + "▁res ign", + "▁y elled", + "▁i k", + "▁ ik", + "Pl us", + "▁Ми ха", + "▁The me", + "▁Th eme", + "▁ Theme", + "▁re li", + "▁r eli", + "▁rel i", + "ne m", + "n em", + "▁a men", + "▁am en", + "▁ amen", + "▁ Ј", + "Th anks", + "Thank s", + "Than ks", + "▁al umin", + "▁sh elf", + "▁shel f", + "!\" );", + "! \");", + "append Child", + "▁l ogs", + "▁lo gs", + "▁log s", + "▁ logs", + "▁re gex", + "▁reg ex", + "▁ regex", + "▁p unk", + "▁pun k", + "CO RE", + "▁b orders", + "▁border s", + "▁bord ers", + "▁bor ders", + "▁Requ ired", + "▁ Required", + "▁f law", + "▁fl aw", + "▁cin ema", + "▁v í", + "▁ ví", + "▁ab ortion", + "▁abort ion", + "jour nal", + "j ournal", + "in itions", + "init ions", + "inition s", + "state ment", + "stat ement", + "▁o urs", + "▁our s", + "▁ou rs", + "▁ ours", + "ó t", + "▁Tur ner", + "▁Turn er", + "in us", + "ev es", + "eve s", + "e ves", + "▁magazine s", + "▁magaz ines", + "… …", + "la ce", + "l ace", + "sl ider", + "slide r", + "▁l ocate", + "▁loc ate", + "▁des arroll", + "P an", + "To m", + "T om", + "▁Land es", + "▁Lan des", + "ol ia", + "oli a", + "o lia", + "▁u nm", + "▁un m", + "▁Sen ator", + "▁ad minister", + "▁admin ister", + "▁ко ји", + "▁' {", + "▁) {", + "▁ ){", + "▁G olf", + "▁Gol f", + "▁g ele", + "▁ge le", + "▁gel e", + "▁d rank", + "▁dr ank", + "pos ing", + "po sing", + "p osing", + "▁en semble", + "he ap", + "sign ature", + "то й", + "ци й", + "scri ber", + "scr iber", + "scribe r", + "scrib er", + "▁ch amp", + "▁cha mp", + "ni o", + "n io", + "la yers", + "lay ers", + "layer s", + "▁tr ump", + "▁mod al", + "▁mo dal", + "▁ modal", + "on ces", + "once s", + "че ння", + "чен ня", + "▁C ort", + "▁Co rt", + "▁Cor t", + "▁sun light", + "▁M use", + "▁Mus e", + "▁Mu se", + "ém ent", + "é ment", + "▁curios ity", + "▁v r", + "▁ vr", + "O ct", + "yl on", + "y lon", + "▁rel ativ", + "st y", + "s ty", + "] /", + "az u", + "a zu", + "▁U SS", + "▁US S", + "▁person a", + "▁pers ona", + "Me n", + "M en", + "▁w ides", + "▁wide s", + "▁wid es", + "▁K as", + "▁Ka s", + "ic ies", + "ici es", + "i cies", + "▁C off", + "▁Co ff", + "▁con solid", + "▁cons olid", + "▁inter active", + "▁interact ive", + "op ing", + "o ping", + "La nd", + "L and", + "▁energ ies", + "▁independ ently", + "▁independent ly", + "inner HTML", + "Requ ire", + "Re quire", + "▁abs urd", + "▁IN FO", + "▁ INFO", + "▁b und", + "▁bu nd", + "▁ bund", + "anz ös", + "▁G ent", + "▁Ge nt", + "▁Gen t", + "▁scholar s", + "▁schol ars", + "▁C reated", + "▁Create d", + "▁Creat ed", + "▁Cre ated", + "▁ Created", + "▁mar ine", + "▁mari ne", + ".. .'", + "... '", + "EN V", + "E NV", + "ach te", + "acht e", + "a chte", + "am ents", + "ament s", + "amen ts", + "a ments", + "▁tr ucks", + "▁truck s", + "▁re wards", + "▁reward s", + "og s", + "o gs", + "Gr een", + "Gre en", + "G reen", + "▁n ä", + "▁inher ited", + "▁inherit ed", + "im ated", + "imate d", + "ima ted", + "imat ed", + "▁F REE", + "▁FR EE", + "▁ FREE", + "▁ext ens", + "da g", + "d ag", + "▁g low", + "▁gl ow", + "▁glo w", + "ar di", + "ard i", + "N F", + "▁evalu ated", + "▁evaluate d", + "▁eval uated", + "▁o ps", + "▁op s", + "▁ ops", + "▁cle aned", + "▁clean ed", + "▁Prov ince", + "▁Provinc e", + "ha bil", + "hab il", + "h abil", + "гра фі", + "▁T CP", + "▁ TCP", + "▁я кі", + "▁як і", + "▁de ce", + "▁dec e", + "▁cont empl", + "▁acquis ition", + "}) $.", + "})$ .", + "} )$.", + "=\" -", + "▁se ctors", + "▁sector s", + "▁sect ors", + ":: <", + "u ß", + "▁trab aj", + "th an", + "tha n", + "t han", + "▁S ta", + "▁St a", + "Mem bers", + "Member s", + "▁r v", + "▁ rv", + ")^ {\\", + ")^{ \\", + ") ^{\\", + "mit t", + "mi tt", + "m itt", + "▁W ang", + "▁Wa ng", + "▁W end", + "▁We nd", + "▁G lass", + "▁Gl ass", + "▁Glas s", + "▁t xt", + "▁tx t", + "▁ txt", + "▁Cam eron", + "ie ls", + "iel s", + "i els", + "▁im mer", + "▁imm er", + "▁ immer", + "▁насе ления", + ".. . /", + "▁ро ди", + "▁ роди", + "▁sophistic ated", + "▁R he", + "▁Rh e", + "us sy", + "uss y", + "▁Sy ria", + "▁Car oline", + "▁Carol ine", + "riter ion", + "ér c", + "é rc", + "Lo ve", + "L ove", + "▁cy cles", + "▁cycle s", + "▁cycl es", + "▁Ter ms", + "▁Term s", + "▁med ieval", + "▁medi eval", + "ь я", + "▁m issions", + "▁miss ions", + "▁mission s", + "Har d", + "Ha rd", + "H ard", + "▁rég ion", + "▁Ph oenix", + "De ep", + "▁sam pling", + "▁dismiss ed", + "prop ri", + "p ropri", + "▁jud ges", + "▁judge s", + "▁judg es", + "ał a", + "a ła", + "ul os", + "ulo s", + "u los", + "▁L ion", + "▁Li on", + "▁loc als", + "▁local s", + "neg ative", + "ogen eous", + "ogene ous", + "▁A pi", + "▁Ap i", + "▁ Api", + "▁d ici", + "▁di ci", + "▁dic i", + "▁а пре", + "▁author ized", + "▁ authorized", + "ze rw", + "zer w", + "▁p g", + "▁ pg", + "▁A WS", + "▁key word", + "▁ keyword", + "▁entrepre neur", + "▁п рое", + "▁про е", + "▁V ancouver", + "it ating", + "ita ting", + "itat ing", + "F ast", + "▁acknowled ged", + "▁acknowledge d", + "▁tour ist", + "▁tou rist", + "▁G rid", + "▁Gr id", + "▁ Grid", + "▁En try", + "▁Ent ry", + "▁ Entry", + "▁g ebru", + "▁ge bru", + "▁geb ru", + "sa t", + "s at", + "ber ger", + "berg er", + "▁T F", + "▁ TF", + "▁m t", + "▁ mt", + "▁Mar cel", + "▁Marc el", + "▁Tw enty", + "▁ ”", + "{} {", + "{ }{", + "hi nt", + "hin t", + "h int", + "▁an onymous", + "Cam p", + "C amp", + "▁** _", + "By Comparator", + "U C", + "▁t ö", + "Event Handler", + "▁t ours", + "▁to urs", + "▁tour s", + "▁tou rs", + "▁lon ely", + "▁Sum mary", + "▁ Summary", + "st ick", + "s tick", + "All owed", + "Allow ed", + "лі в", + "л ів", + "▁B rew", + "▁Br ew", + "▁Bre w", + "AME TER", + "▁review ed", + "ir at", + "ira t", + "i rat", + "▁n erve", + "▁nerv e", + "▁ner ve", + "▁L inda", + "▁Lin da", + "▁Lind a", + "▁dec is", + "▁sp okes", + "▁spoke s", + "▁spo kes", + "▁qu ed", + "▁que d", + "▁q ued", + "▁F T", + "▁ FT", + "▁в ін", + "▁ві н", + "ou sing", + "ous ing", + "o using", + "▁L arge", + "▁Lar ge", + "▁ Large", + "▁op ponents", + "▁oppon ents", + "▁opponent s", + "▁D isc", + "▁Dis c", + "▁Di sc", "Found ation", - "ĠPlatform s", - "ĠHab itat", - "çĮ Ľ", - "ĠAer ospace", - "M ETHOD", - "N orthern", - "S hel", - "am or", - "ip o", - "ĠWe ak", - "ĠTe ens", - "Ġeth os", - "etch up", - "ãĢĭ ,", - "äll en", - "IGH TS", - "A rizona", - "i om", - "ct rl", - "ĠMar vin", - "07 1", - "Ġpoly g", - "Ġlit ig", - "Ġstyl ist", - "Ġunavoid able", - "Ġman ier", - "Ġent ail", - "irl oom", - "Ġauthor ised", - "Ġtou red", - "ðŁ Į", - "Ph i", - "Te en", - "Ġhacer lo", - "äd chen", - "ĠAuthent ic", - "Bud get", - "ĠBerm uda", - "K al", - "Ġt ame", - "Ġd ziÄĻki", - "ĠL ikes", - "Ġdis claimer", - "Con cept", - "ä»ĸ åľ¨", - "rav iolet", - "ĠRequ ires", - "Ġparap hr", - "5 38", - "v res", - "ĠRe ven", - "ĠVe ga", - "Ġreput ed", - "ĠWH Y", - "Bra zil", - "5 46", - "Ġg io", - "ĠW arn", - "ist ica", - "Ġco ke", - "ient as", - "Ġes as", - "è¿ «", - "Ġneck line", - "ĠCA RE", - "Vis itor", - "änd ern", - "Ġsuck er", - "Ġdisturb ances", - "richt en", - "Ġsow ohl", - ". `", - "l ins", - "ic ul", - "ĠC HO", - "Ġha iled", - "ren a", - "és us", - "Ġcomment ators", - "çİ Ľ", - "YO U", - "L abor", - "k ach", - "in cl", - "Ġg ul", - "ĠS ap", - "ph rag", - "Ġref lux", - "Ġorig inate", - "Ġsitu azione", - "ĠPed iatrics", - "ĠRou ter", - "Ġaliment os", - "v are", - "Ġs ut", - "as ily", - "ĠA FC", - "âĢĻ âĢĻ", - "Ġass ures", - "sp o", - "Äį nÄĽ", - "Event Listener", - "Ġast rology", - "Ġnest ing", - "Ġforb id", - "Ġestr ateg", - "Ġjapan ese", - "Ġfacult ies", - "O nt", - "Ġw reath", - "Ġl ij", - "ĠS ands", - "ĠB ones", - "ĠN ä", - "Ġer ased", - "Ed ward", - "äl le", - "e in", - "w ax", - "ĠL ydia", - "Ġch il", - "Ġcl ones", - "ĠSp it", - "Ġmo an", - "ĠBar cl", - "ĠSouth ampton", - "çı Ń", - "ĠBren nan", - "8 26", - "w irk", - "Ġs ooo", - "Ġd yes", - "Ġfor s", - "ĠB AR", - "Ġqu ieres", - "Ġme ist", - "Ġun question", - "ĠZ Ã", - "min ister", - "Ġland fill", - "ĠGu ards", - "è® Ń", - "W ARNING", - "p ixel", - "w m", - "âĢĵ ,", - "az ers", - "Ġform ulations", - "app iness", - "ES E", - "æĪij å", - "È ĺ", - "ĠMar cos", - "dem o", - "Ġwaters hed", - "Ġkomm un", - "æĶ¯ æĮģ", - "6 28", - "Ġl ass", - "ow el", - "pt une", - "ĠJ avier", - "ĠY ay", - "Ġserv iç", - "ĠCon nie", - "Ġfort unes", - "Ġpens ée", - "c um", - "i ore", - "as min", - "ĠH inter", - "op in", - "Ġch oked", - "Ġwere ld", - "Ċĉ ĠĠ", - "col our", - "Ġspr ays", - "ä»Ĭ 天", - "Ġintra venous", - "Ġespec ÃŃf", - "s alt", - "ar ro", - "Ġfre i", - "ĠGl ou", - "ref resh", - "ĠBar bie", - "Ġdiscrim inate", - "I deal", - "k os", - "ĠT agen", - "ĠM ention", - "Ġer wart", - "Ġaud ible", - "ĠSch m", - "Ġten ido", - "Ġcat ers", - "ç§ ĺ", - "Att ack", - "Ġampl ify", - "ĠActiv ation", - "Ġbelang rijk", - "Diam ond", - "int es", - "Ġcare t", - "Ġpers isted", - "Ġdise ñ", - "LL OW", - "06 2", - "ĠBer ks", - "Pre viously", - "缸 å", - "Ġfres co", - "N ING", - "Ġs ill", - "other mal", - "fl ake", - "64 9", - "Ġtransl ucent", - "Ġchill i", - "Ġpam ph", - "f unny", - "v iation", - "ar oo", - "Ġhard ships", - "pos itions", - "ê che", - "Ġord ained", - "ĠEp stein", - "Ġczy li", - "ĠTow ards", - "NAS A", - "Ġv ak", - "ib ble", - "ĠBl onde", - "ĠPre heat", - "ĠBeat rice", - "J ake", - "Ġw ied", - "ĠH ert", - "ãĢĤ [", - "mod ified", - "Ġtrava iller", - "c ass", - "w hel", - "Ġps ic", - "ĠSche ma", - "ĠWer ner", - "Ġreluct antly", - "æ¦ Ĥ", - "Ġpizz as", - "B F", - "Ġt aco", - "ĠS igned", - "ams math", - "å® ģ", - "çĽ ij", - "æµ ĭ", - "ĠExpl oration", - "Ġupl ift", - "ĠLenn on", - "d aily", - "Ġa vent", - "iv ir", - "Ġher pes", - "was ys", - "åıª èĥ", - "ir lp", - "op old", - "ĠK remlin", - "na e", - "70 9", - "ÈĽ e", - "Ġrid den", - "ĠPerson nel", - "produ cing", - "og any", - "Ġpre acher", - "ĠWe ise", - "acc ording", - "Ġnumer ic", - "ĠBeit rag", - "H ouston", - "ĠC rab", - "em bed", - "get t", - "ĠBl ast", - "Rec ords", - "ãĤ ¤", - "interest ed", - "Elect ronic", - "Ġnar ration", - "L atin", - "P u", - "Ġbe ispielsweise", - "ĠB oca", - "Ġmot o", - "ĠPa ige", - "ĠMet eor", - "ĠPay day", - "98 1", - "çľĭ è§ģ", - "ĠConf idence", - "Ġclim bs", - "Ġbump ed", - "idem argin", - "amss ymb", - "e er", - "Ġse wn", - "Ġsh udder", - "Ġk ern", - "Ġrem uner", - "Ġop s", - "load s", - "Ġcou pe", - "è¯ Ĺ", - "ativ i", - "é» İ", - "Ġgegen Ã", - "B G", - "ĠT une", - "ĠR ach", - "ä te", - "Ġsw ivel", - "rs fs", - "hab et", - "ĠKath ryn", - "Ġcess ation", - "odds idemargin", - "Ġh olog", - "ĠD oo", - "ĠV PS", - "ĠSt am", - "() [", - "ĠCl ause", - "ams fonts", - "Ġep oxy", - "Ġsort ir", - "orient ation", - "Interest ingly", - "ĠC oul", - "ĠAd idas", - "80 9", - "Ġdun no", - "7 61", - "y cia", - "up greek", - "ams bsy", - "Ġlay ering", - "Ġri j", - "Ġtele f", - "ĠUnder graduate", - "math rsfs", - "Ġantib acterial", - "ĠRot terdam", - "romy algia", - "wasys ym", - "G ay", - "Ġst opp", - "Ġun interrupted", - "Ġup bringing", - "ĠK ann", - "Ġconsum es", - "Ġaccus ation", - "ensch utz", - "Ġcharism atic", - "s r", - "Ġ ids", - "um ont", - "ĠL ut", - "ĠU mb", - "ĠSt ake", - "oll and", - "Ġdep ois", - "ĠSp oon", - "ET ER", - "éĻ ·", - "ĠCarl son", - "ä¿Ŀ æĬ¤", - "! :", - "0 45", - "M ental", - "Ġp atted", - "ĠK laus", - "Ġar ched", - "Ġstore front", - "Ġbud ding", - "ĠNor ris", - "aa S", - "Ġhoriz ons", - "ĠPaper back", - "usc ular", - "Ġsociet Ãł", - "Ġbrun ette", - "Ġb oun", - "Ġd v", - "ra ison", - "Ġev olves", - "ĠMac ron", - "ĠSam ar", - "Ġfly ers", - "át icas", - "ĠCirc us", - "Ġinhab ited", - "Ġillum inate", - "Ġfals ely", - "Ġpancreat ic", - "Ģ å", - "Ġm êmes", - "Ġth resholds", - "Ġe poch", - "ant as", - "ĠL one", - "ĠO v", - "-- \"", - "65 6", - "Ġerr ands", - "Ġknowing ly", - "TA IN", - "Ġgrasp ed", - "N BA", - "S CH", - "Ġm ute", - "Ġst ava", - "ĠO G", - "é nd", - "Ġcont ar", - "Ġdis per", - "ator ia", - "Ġpop up", - "Ġmil f", - "Com put", - "ICE F", - "N r", - "ĠF AC", - "ĠSt rap", - "Ġpo zi", - "ĠFin ished", - "Ġmicro scopic", - "Ġmie i", - "Ġespañ ol", - "ĠTurt le", - "it uary", - "Ġne b", - "Ġcast e", - "Ġos m", - "Ġdeploy ments", - "ĠTa vern", - "ĠwÅĤa ÅĽnie", - "p oor", - "é rist", - "ĠK ale", - "Ġorder ly", - "Ġcu ad", - "SE E", - "ĠCost ume", - "ĠSi oux", - "Ġprow ess", - "Ġrésult at", - "omorph ic", - "G uy", - "M ess", - "Ġst itched", - "å± ĭ", - "> ()", - "f ans", - "ĠT ud", - "Ġest ava", - "Ġfr at", - "Ġdep uties", - "Ġgen ie", - "Ġhab ÃŃan", - "â ncia", - "Ġpet ites", - "inar ia", - "ĠPersonal ized", - "Ġdispar ate", - "ĠF AM", - "ĠR ene", - "Ġby l", - "Ġthan king", - "tern a", - "co ach", - "ĠTele com", - "Ġmant le", - "H yp", - "c ience", - "Ġp act", - "ĠTh ur", - "ĠK atz", - "80 7", - "Disc ount", - "Ġleaf y", - "Ġtrump et", - "T ar", - "Ġs izable", - "ĠU pt", - "Ġcl en", - "ĠV endor", - "Det ailed", - "ĠEnh ance", - "Organ ization", - "Apr ès", - "Ġcytok ines", - "8 35", - "C rystal", - "N V", - "ĠI brahim", - "ĠK opf", - "Ġpr êt", - "als amic", - "ĠJud ges", - "Tw enty", - "t our", - "ne as", - "ident e", - "Ġpos ibilidad", - "Ġamount ed", - "LL ING", - "Ġroll out", - "Ġsubm arine", - "Spe ak", - "Ġneces idades", - "ĠBuck ingham", - "Ġquals iasi", - "E at", - "G ray", - "H ence", - "N i", - "Ġs ipping", - "ol on", - "ĠV ish", - "Ġperson ale", - "Ġminim ise", - "Coll abor", - "F ear", - "n ak", - "Ġdef icient", - "man ent", - "ĠSur prise", - "Ġlie utenant", - "Ġadminister ing", - "Ġj aws", - "ĠK um", - "Ġoff end", - "ood oo", - "Ġmet t", - "cent e", - "/* !", - "Sp onsored", - "Ġreject s", - "Ġdus k", - "Ġn ici", - "Ġra iling", - "ĠSun rise", - "ĠEnd s", - "ĠBi om", - "ĠPo ison", - "Ġalert ed", - "ĠImport ance", - "Ġscrap ing", - "M IT", - "Ġthe olog", - "le ast", - "to kens", - "Ġro ared", - "Ġincub ated", - "Ġc oco", - "ĠC opp", - "ge ven", - "Ġins ults", - "Ġtem as", - "69 4", - "ĠPers pectives", - "Ġwiel u", - "ĠPir ate", - "Ġqu inoa", - "ip ed", - "ĠSe quence", - "Ġweek day", - "ze ba", - "ĠSc ratch", - "æĬ ±", - "aus ch", - "计 åĪĴ", - "ĠSou ls", - "Ġah ÃŃ", - "ĠSuff olk", - "d ogs", - "Ñ Ī", - "ĠM MO", - "Ġpost graduate", - "â nt", - "Ġenerg ized", - "Ġsucc es", - "Ġkidn apping", - "Ġoportun idad", - "ĠC CTV", - "ĠR edd", - "Ġmarket places", - "Ġtechn ologie", - "Ġge v", - "current ly", - "Ġimperfect ions", - "Ġlatt ice", - "Ġs ytu", - "ĠP ew", - "ter o", - "Ġfl aming", - "ĠHigh light", - "Ġang i", - "rat io", - "éĹ ª", - "fil ters", - "Ġont wikk", - "Ġînt r", - "7 49", - "M Hz", - "P HP", - "Y ay", - "m ud", - "Ġper ched", - "CA ST", - "amil ton", - "Cu ando", - "Near by", - "Ġunanim ous", - "9 85", - "k il", - "ĠT ata", - "Ġst ink", - "Ġch ops", - "Ġbr ittle", - "ĠUn iv", - "app ers", - "ĠVer ification", - "ĠAnch or", - "ĠHoo ver", - "ĠR ogue", - "Ġhapp iest", - "Ġplace holder", - "ĠDet ect", - "Us ername", - "achel ors", - "çŁ £", - "ĠOd yssey", - "7 45", - "h ref", - "is bury", - "ĠC ate", - "Ġsm ack", - "Ġfrustr ations", - "ĠDown s", - "Ġdeut schen", - "viol ent", - "j te", - "v ä", - "ent hal", - "em ie", - "ian y", - "Ġhand bags", - "85 6", - "Ġamb os", - "fin ancial", - "Ġpatri otic", - "F DA", - "ĠT U", - "Ġst ature", - "Ġhe la", - "op olitan", - "Ġj ihad", - "Ġper ÃŃ", - "Ġden otes", - "Ġtotal ing", - "Ġmass ages", - "Ġqual cuno", - "Ġhal ves", - "] \\", - "qu o", - "ĠG au", - "ĠBe ard", - "Ġfirm y", - "Ġreb irth", - "Ġentr usted", - "Coun cil", - "lene ck", - "Ġpobl aciÃ", - "7 34", - "b ab", - "Ā Ā", - "am ate", - "ĠR amos", - "ĠL azar", - "Ġj aren", - "og rá", - "ug get", - "ĠSo zial", - "stat ement", - "R IC", - "ĠK abul", - "Ġcomm uting", - "Ġchild ish", - "ĠHand made", - "ĠComment ary", - "Sty les", - "éĴ Ł", - "Ġ ĉ", - "Ġa ides", - "re comm", - "ĠC Y", - "ĠM n", - "ĠH icks", - "Ġdo able", - "Ġman ger", - "Ġfr antic", - "He avy", - "Al right", - "oph obic", - "/ (", - "S CO", - "ĠS op", - "ĠC akes", - "âĢĿ âĢ¦", - "av ailability", - "ict ive", - "de g", - "Com bo", - "ude au", - "67 9", - "ĠSpec s", - "æķ° æį®", - "Ġc aching", - "ĠT ek", - "ig ua", - "Ġhead phone", - "Ġprin ces", - "Ġobserv ational", - "Ġstro de", - "Ġacceler ator", - "ĠL DL", - "Ġun imagin", - "ĠCh ips", - "Ġback links", - "Ġsn atched", - "ĠNet anyahu", - "Ġvo ie", - "pat ibility", - "ĠHö he", - "Ġd ries", - "al u", - "ich o", - "<< /", - "Ã¥ rd", - "no ise", - "gener ator", - "ĠVen ue", - "Ġcultiv ating", - "Ġdern ières", - "Ġhorr ified", - "S ens", - "Ġst acking", - "ĠCan berra", - "fer a", - "ii ii", - "Ġexpert ly", - "Ġcro ck", - "Ġital iano", - "Ġcarn ival", - "Ġbedrij f", - "elm Ã¤ÃŁ", - "9 28", - "k ont", - "} _{\\", - "ĠA the", - "Ġrep os", - "Ġmembers hips", + "EQ UAL", + "og g", + "o gg", + "Re try", + "Ret ry", + "R etry", + "CHAN NEL", + "▁Е вро", + "▁% .", + "▁ %.", + "▁i i", + "▁ ii", + "de ad", + "d ead", + "▁M ale", + "▁Mal e", + "▁Ma le", "Com pleted", - "ĠAng lic", - "ĠCL ASS", - "ĠNurs ery", - "Report ing", - "Ġad ored", - "ll es", - "we bs", - "rit ure", - "az zi", - "Ġrep ost", - "Ġsecond a", - "Cl osing", - "ĠCreat ivity", - "Line ar", - "an imal", - "Ġg irth", - "am ong", - "ort o", - "oc can", - "av am", - "Ġz eker", - "Ġer hält", - "Ġorgan ically", - "Ġfa ud", - "ĠFre und", - "ĠWil helm", - "åħ¶ å®ŀ", - "Fin ance", - "feed back", - "know ledge", - "Pak istan", - "D raft", - "L INK", - "Ġstory t", - "ĠGar land", - "ĠPartners hips", - "ĠCou ples", - "install ation", - "mom ent", - "c ertain", - "re leased", - "ĠP OWER", - "oc ene", - "ack y", - "Ġtre asury", - "mod er", - "neh mens", - "ĠAnat omy", - "im it", - "res ize", - "Ġcl aire", - "Ġi od", - "99 8", - "Ġnotice ably", - "Ġsalt ed", - "ĠRS VP", - "9 45", - "M u", - "Ġs ire", - "ĠH ick", - "Ġexp elled", - "Cl ock", - "IR T", - "58 6", - "Ġreiter ated", - "ĠSlovak ia", - "l és", - "al to", - "ĠE ternal", - "cc ion", - "St orm", - "Ġannoy ance", - "Ġimmer se", - "ĠCelebr ate", - "ĠInstitut o", - "O cean", - "Ġt as", - "ĠW T", - "Ġche que", - "ĠSe en", - "Ġap nea", - "Ġmillion aire", - "aware ness", - "ĠEve rest", - "Ġpredecess ors", - "R AM", - "l ua", - "Ġf airs", - "ic ent", - "ĠAs pen", - "Ġsal ine", - "vol le", - "Sing apore", - "Ġchromos ome", - "G LO", - "P ixel", - "m idd", - "Ġ ersch", - "erm ann", - "Ġgrow l", - "Ġconc ret", - "Sh aring", - "Ġdas hed", - "78 6", - "Ġrein forcing", - "Ġcleans er", - "ĠMight y", - "B iden", - "M organ", - "Q A", - "he ten", - "ing ed", - "Ġcon es", - "ĠK illing", - "ĠZ inc", - "Ġbro om", - "Ġiniti ating", - "Ġaffirm ation", - "Ġmémo ire", - "S ter", - "Ġf printf", - "Ġv engono", - "Ġse cluded", - "Ġk siÄħÅ", - "ix o", - "á genes", - "ĠWar wick", - "ĠEnt rance", - "Ġdebt or", - "ĠP au", - "Ġcirc ulated", - "ĠRod ney", - "ĠScandin avian", - "F uel", - "W ish", - "Ġtw enties", - "ĠSe vere", - "Ġlim ite", - "ĠRem ed", - "PL Y", - "ĠRic ardo", - "à ĩ", - "ĠM SP", - "ĠM ansion", - "ex change", - "Ġton ed", - "ĠString Builder", - "Ġnovel ist", - "Ġdial ysis", - "åŁİ å¸Ĥ", - "Ġengra ving", - "ĠV IS", - "OP EN", - "Ġrecycl able", - "Ġmont re", - "л Ð", - "Ġapl ik", - "Ġcortic oster", - "R ON", - "T oggle", - "V ideos", - "est ra", - "Ġj oked", - "Ġad hesion", - "Ġper k", - "Ġpe wno", - "ĠAl mond", - "ĠPl ush", - "ĠGr ind", - "Ġmicro bes", - "Ġcogn ition", - "ĠSew ing", - "L iv", - "Ġm end", - "ro vers", - "Ġso fas", - "ä chen", - "Ġvo ic", - "Che f", - "Ġrend ition", - "local host", - "' (", - "5 39", - "ab idi", - "Ġnum érique", - "aut ion", - "ID A", - "Sh ader", - "Ġneg ocio", - "Ġkdy Å", - "Ġpreserv atives", - "Ġm ese", - "and osi", - "Ġle ider", - "Ġstr ony", - "äº «", - "ĠAss ad", - "Ġok res", - "Ġdram as", - "ĠArab ian", - "Ġunlock ing", - "Ġwhims ical", - "9 17", - "_ :", - "at ars", - "ĠK urs", - "pos ite", - "Ġpas a", - "Ġbra v", - "sub set", - "Ġinvent ions", - "ĠContract s", - "Ġcraw led", - "Arg uments", - "ĠCitizens hip", - "Ġdisproportion ately", - "Ġh opped", - "ER IC", - "Ġword press", - "Ġcu est", - "ĠRem odel", - "Part ners", - "bud get", - "ĠGast ro", - "Ġlar vae", - "Ġstewards hip", - "T an", - "ĠT ad", - "ch ner", - "ous y", - "Ġpract ise", - "è tes", - "ĠAb end", - "64 3", - "èµ Ľ", - "ĠPass enger", - "config ure", - "Ġcontra ire", - "Ġprosecut ed", - "Squ are", - "7 35", - "C hen", - "in ne", - "ke letal", - "ĠE cc", - "ĠK op", - "Ġpo orest", - "90 3", - "Å¡ enÃŃ", - "Ġextract ing", - "Ġintimid ated", - "Navig ation", - "p urchase", - "ĠT SA", - "Ġal red", - "Ġext rap", - "ĠGu adal", - "Ġmoment os", - "75 1", - "Ġpu issance", - "Ġhij o", - "Dest roy", - "Ġmiejs ce", - "F ROM", - "ĠN U", - "ĠJack pot", - "ĠCL I", - "Ġinté ress", - ". |", - "V on", - "Ġfor za", - "Ġex iting", - "Äĥ tor", - "Ġod ors", - "ĠFre ight", - "N M", - "ĠM elt", - "Ġwith holding", - "ab c", - "Ġer klär", - "Ġple ad", - "Ġwet en", - "pub lishing", - "Atl antic", - "erial ize", - "K ings", - "b ott", - "Ġb ib", - "ac ulate", - "red uce", - "ex amples", - "Ġgl imps", - "Ġsil enc", - "ka ÅĦ", - "Ġimm oral", - "Ġir gend", - "Ġscore r", - "Non Null", - "ĠPin ot", - "ĠMoz art", - "Ġesf uer", - "am ore", - "ĠB icycle", - "Ġor mai", - "ost ante", - "Ġbl aze", - "Ġexper iential", - "led ged", - "arg ar", - "over line", - "Ġann um", - "ano i", - "Ġmother hood", - "Ġeyel ids", - "´ çļĦ", - "Ġcle ars", - "ĠMar se", - "Ġste aming", - "ĠUs a", - "isco very", - "ĠON LINE", - "ĠCock tail", - "éĻĢ ç", - "âĿ¤ ï¸ı", - "N K", - "d ob", - "ç £", - "ĠG ert", - "ĠO ng", - "ĠO sw", - "Ġmet ropolis", - "ges ter", - "Ġyield ing", - "Ġexplo iting", - "ĠAppro val", - "Ġquot ations", - "Ġrequis ite", - "9 14", - "Ġo vere", - "ol v", - "ond ering", - "ĠAl onso", - "Ġemb ar", - "Ġtro op", - "ĠMal ik", - "ĠERR OR", - "C el", - "q t", - "ĠC IO", - "ĠG rip", - "Ġbi omedical", - "ĠUse ful", - "ĠSil ence", - "ĠSocial ist", - "Ñĭ Ð", - "Ġevangel ical", - "Ġb if", - "Ġdis dain", - "GE NER", - "Ġfl ute", - "Ġphot oc", - "arc a", - "Ġcommission ers", - "ĠProcess es", - "æij ĩ", - "Ġcannabin oids", - "T rying", - "b eth", - "st Ã¥", - "ĠA che", - "ld on", - "Ġr il", - "ret to", - "vey ard", - "Ġchi ropract", - "ĠVers a", - "Ġg osp", - "ĠSh ab", - "OT T", - "Ġoccur rences", - "ĠTim eline", - "activ ité", - "Bre aking", - "ĠDoc s", - "P atch", - "V OL", - "at ifs", - "Ġn c", - "ĠRe cht", - "Ġfour n", - "ĠAg nes", - "Ġnov a", - "ĠEp id", - "section al", - "Ġin verted", - "ig l", - "ĠF au", - "Ġbl asting", - "sc her", - "ĠHon olulu", - "7 64", - "Ġin vert", - "ab it", - "ĠL NG", - "iss et", - "Ġà ħ", - "Ġkind eren", - "part ition", - "rim in", - "Ġgirlfriend s", - "Ġcod ec", - "ĠRevolution ary", - "d ienst", - "ĠF ritz", - "ĠG ins", - "ĠJ B", - "ĠK T", - "ĠGu ill", - "07 7", - "Ġrespir ation", - "ĠEric a", - "éĻ¤ äºĨ", - "H int", - "b ah", - "ç ¦ģ", - "im ar", - "Ġal d", - "itt est", - "Ġi edere", - "Ġpres encia", - "Ġfa una", - "Do ing", - "åĴĮ ä", - "Check ed", - "ĠOp rah", - "Go al", - "Ġinteract s", - "\"} .", - "缴 æİ¥", - "à ¦", - "Ġm ugs", - "Ġman que", - "Ġem ulator", - "Ġfl ung", - "æĿ ľ", - "ĠTra ff", - "Ġnu ovi", - "ĠCB C", - "78 2", - "ĠAR C", - "worth iness", - "ĠPrinc iple", - "ÅĤÄħ cz", - "g ad", - "j ahr", - "m age", - "Ġt aux", - "ĠG us", - "ĠIn hal", - "Ġpr atiques", - "Ġpar ach", - "imes ter", - "Ġrun off", - "Ġsal ir", - "ĠGovern ments", - "77 2", - "VA IL", - "Ġmodal ities", - "S AN", - "r acht", - "Ġid ées", - "Ġassault s", - "ĠSold ier", - "Ġvérit é", - "ĠMald ives", - "A ward", - "em akers", - "te z", - "Ġemb edding", - "Ġble m", - "ĠAccount ability", - "pic uous", - "Ġwors ening", - "Ton ight", - "7 33", - "it ters", - "ĠP ins", - "ĠD irt", - "Ġproblem i", - "Ġâ Ħ", - "Sp ark", - "Ġvent ured", - "Pre paration", - "68 2", - "Pop ulation", - "8 19", - "o ge", - "z ust", - "Ġp én", - "im inary", - "Ġop ciones", - "Ġlast ly", - "trans ition", - "ĠIr vine", - "Ġru ining", - "Ġartic ulated", - "Ġangu ish", - "re ux", - "Ġv z", - "Ġad hering", - "Ġcorrect ive", - "ĠAv atar", - "Ġarchitect ures", - "Ġentr ar", - "Ġza Äį", - "Prior ity", - "ĠAval on", - "ĠU R", - "ĠCann es", - "Ġsuprem acy", - "Ġa fl", - "Ġed ged", - "Ġbook marks", - "Ġequ ities", - "IT ED", - "Ġpor ous", - "Ġmo ons", - "cul us", - "g ars", - "RE QUEST", - "ä¸Ģ ä¸ĭ", - "ĠPe ggy", - "Ġneck laces", - "Ġhal ftime", - "ĠOtt oman", - "Ġcongen ital", - "H art", - "g arde", - "Ġj ardin", - "Ġconvers ational", - "ĠReview ed", - "Ġcru ises", - "Ġét udi", - "Aut omatic", - "ĠBod en", - "Ġworkload s", - "Ġneutr ality", - "ĠTues days", - ") ^", - "G V", - "m w", - "ĠM p", - "ens in", - "ĠWe ed", - "ĠInter vention", - "и Ñı", - "Ġdol phins", - "Ġd osing", - "ac ios", - "Ġst il", - "ĠW ester", - "ĠW anted", - "import e", - "æĪij æĥ", - "59 2", - "ĠRad ar", - "ĠExecut ion", - "Ġexempt ions", - "B ee", - "Ġt ats", - "est en", - "ĠR oku", - "Ġworld ly", - "ĠEx isting", - "Ġvo is", - "IST R", - "Beh avior", - "Ġsuperv ise", - "Ġun i", - "ĠK odi", - "Ġbu iten", - "Ġfin tech", - "Ġocc l", - "ĠAss ign", - "90 7", - "key e", - "MS G", - "ĠDi ary", - "ĠBear ings", - "Ġsarc asm", - "ĠBr an", - "ä¸į çŁ¥", - "Ġcam oufl", - "Ġma akt", - "ĠSim ulator", - "ĠMac Donald", - "Ġt rough", - "âĢĵ .", - "Sh ut", - "Ġing res", - "Ġmotiv ates", - "79 7", - "techn ical", - "Ġspont aneously", - "Ġreef s", - "8 16", - "s erving", - "re verse", - "Ġan unci", - "ĠS ut", - "ĠY up", - "Ġco ined", - "Ġrel ish", - "Ġra isins", - "ĠFrank ie", - "process ed", - "method s", - "ĠYan kee", - "Ġfuer za", - "Ġst if", - "ĠW ort", - "enc oding", - "Ġsl ippers", - "Ġappro ving", - "ét ico", - "ĠCam el", - "Ġpunct uation", - "ac ad", - "ĠIs abella", - "yn ku", - "Ġsil ica", - "æľī 人", - "ĠEll es", - "ĠEN G", - "Ġcomun idad", - "ĠSau v", - "D EN", - "b esch", - "ĠG armin", - "Ġfut ile", - "ĠFe uer", - "Ġdar an", - "Ġchees ecake", - "Ġusu ario", - "it on", - "Ġout skirts", - "CO ME", - "ĠBe v", - "Ġcap ire", - "Sc ot", - "åľ° ä¸Ĭ", - "Ġmig r", - "Ġaer obic", - "ĠHay den", - "ĠDyn asty", - "à ħ", - "Th u", - "Ġmon opol", - "ĠSh ine", - "ĠPar allel", - "ĠHa irst", - "Cap acity", - "åĩł 个", - "Ġincompet ent", - "Ġe gal", - "Ġg azing", - "ĠS UR", - "ĠD ict", - "ĠW alls", - "Ġpe ered", - "ons ense", - "Ġdep ressive", - "Ġrev ived", - "Ġped als", - "Ġmoon light", - "Ġdishon est", - "Mich igan", - "k v", - "l ö", - "ol ib", - "ĠG ives", - "ĠO xygen", - "Ġwater melon", - "Ġpret ended", - "Ġconcern ant", - "Ġbatt led", - "cas ino", - "Ġbust ed", - "Ġouts iders", - "ĠDocument ary", - "Ġmul ch", - "P ane", - "at ian", - "ĠT YPE", - "nd ra", - "ĠF ah", - "ĠK es", - "Ġover st", - "ĠSh all", - "85 8", - "Ġasc end", - "ĠExhib it", - "is el", - "Ġn iew", - "ĠSe eking", - "Ġcount down", - "ĠCom ple", - "Ġcas ing", - "zer w", - "67 1", - "project s", - "åĸľ 欢", - "ĠSoci ology", - "IPP ING", - "B arn", - "J oint", - "m r", - "Ġt inct", - "oss al", - "ĠBr ides", - "Ġcash ier", - "Ġoccup ies", - "O OL", - "w inter", - "Ġde arly", - "Ġz org", - "Ġinter és", - "ano ia", - "Ġsem anas", - "ĠGreen wich", - "èĩª çĶ±", - "Ġsprink led", - "j onal", - "p ain", - "ĠO ui", - "Ġpre ached", - "Ġles en", - "ĠDes ire", - "Ġblock buster", - "Ġgrad ers", - "Ġshoot ers", - "ĠpÅĻ es", - "èĪ °", - "Ġsinc erity", - "F UL", - "l c", - "l azy", - "Ġa pex", - "ĠT rey", - "ĠP ued", - "Ġinf estation", - "AL A", - "Ġrepl icated", - "erent e", - "Ġtab oo", - "alur onic", - "N W", - "ad apter", - "ate a", - "Ġdis sect", - "Ġsc ares", - "è que", - "mo i", - "77 4", - "Ġpes os", - "Ġinterf ering", - "Ġc ss", - "ĠM w", - "ke its", - "Ġle aps", - "we isen", - "Ġdel inqu", - "Ġpar is", - "Ġut ils", - "Ġcro oked", - "Ġretreat s", - "ĠDanger ous", - "indere lla", - "H unter", - "ĠC GI", - "ĠO ECD", - "Ċĉĉ Ċĉĉ", - "sp ill", - "go al", - "Ġbit ters", - "Ġlov ingly", - "ĠSch ro", - "amed i", - "Ġhi atus", - "ĠLud wig", - "N el", - "[ {", - "Ġbe acon", - "ĠB W", - "ĠR ID", - "ĠJ ésus", - "ĠAl ley", - "Ġprot r", - "Ġver bs", - "Cl ip", - "ĠProduct ivity", - "Ġpier re", - "ĠMoh ammad", - "\" *", - "6 32", - "Ġm age", - "Ġco leg", - "Ġver ifying", - "Ġmark up", - "ĠðŁĺ Ĭ", - "Å ģ", - "ĠH es", - "str ateg", - "Ġpod ÃŃa", - "Ġai ut", - "Ġtand is", - "n elles", - "Ġit chy", - "ĠQ aeda", - "ee per", - "ĠHer r", - "Ġren ters", - "Ġcum bers", - "ĠCos metic", - "ĠPep si", - "abidi ol", - "ĠA ED", - "é poque", - "ĠSt rait", - "Ġsub division", - "ĠPl acement", - "Ge ek", - "Break fast", - "Ġshov el", - "Ġd ips", - "Ġcon quest", - "ĠEn viron", - "99 7", - "ĠComp ass", - "Ġtick ing", - "æ¯ ķ", - "Ġequip os", - "Ġraz Ã", - "å¢ Ļ", - "Ġconced ed", - "ĠVander bilt", - "ĠKimber ly", - "0 29", - "人 æ°ij", - "ĠBo ise", - "Ġstress ing", - "ĠCollect or", - "ĠSiem ens", - "Ġscu ola", - "Lew is", - "k op", - "Ġf d", - "Ġb uns", - "ĠD ora", - "ĠO sh", - "58 7", - "pie le", - "Ġproof s", - "aus al", - "burn ing", - "Ġinternation ale", - "st ral", - "Ġha ze", - "ps um", - "å° ¤", - "ĠPres idents", - "Thank fully", - "Ġrot or", - "isse ments", - "Ġye a", - "Ġshr ub", - "walk er", - "A gr", - "un iform", - "ĠSt atic", - "Ġsc ree", - "com patible", - "eren cia", - "ĠMil o", - "è° ·", - "Jac ob", - "Ġunrest ricted", - "Ġaggrav ated", - "8 95", - "b anks", - "Ġp att", - "ĠT rit", - "ri ot", - "Ġag ré", - "Ġvis cos", - "ĠPresident e", - "58 3", - "Att ention", - "89 1", - "cycl ine", - "ĠConserv atives", - "8 38", - "z immer", - "ĠG on", - "ure ka", - "Ġar ithmetic", - "ok ane", - "ĠCra igslist", - "Ġcapac ité", - "ĠFle ming", - "Ġwszyst ko", - "T odd", - "ir me", - "ĠB ayer", - "ĠN EXT", - "Re leased", - "ĠJe anne", - "ĠAng us", - "associ ation", - "C ann", - "Ġu omo", - "Ġass es", - "ateg orie", - "ĠPre cious", - "66 9", - "Menu Item", - "Ġjej ich", - "Ġchant ing", - "Ġéconom ique", - "é ¬", - "ĠC ST", - "um é", - "ĠL oves", - "ress or", - "riv a", - "Ġanal ogue", - "Ass ign", - "month s", - "åѦ ä", - "ĠMead ow", - "ĠRut gers", - "G es", - "g at", - "h Ã", - "m apping", - "Ġa iding", - "ĠCon ce", - "ĠFl uid", - "Ġwall papers", - "Ġadminist rat", - "58 1", - "Ġgather s", - "ĠCann ot", - "ynt hesis", - "recogn ized", - "m ess", - "Ġk ro", - "Ġsp Ã", - "Ġpe a", - "ĠFl ores", - "Ġpred ator", - "Ġmal gré", - "Ġlaun cher", - "Ġrepent ance", - "B ien", - "C rypto", - "ÅĤ uÅ", - "Ġris pond", - "Ġgoal keeper", - "55 7", - "ĠIN ST", - "ĠTHE Y", - "Ġvocal ist", - "Mel issa", - "ĠR IS", - "og li", - "Ġra ve", - "ium s", - "åº Ħ", - "Ġwild fire", - "ĠMal ay", - "ĠLim its", - "sign ature", - "Ġdern iers", - "Ġflor ida", - "ĠZomb ie", - "e o", - "â ij", - "at ters", - "ĠP ascal", - "ĠR U", - "Ġch ast", - "ĠPl ays", - "Ġdelay ing", - "Ġpúblic a", - "Ġpermett ent", - "O liv", - "S v", - "Ġsc elta", - "ĠWe iter", - "ec ost", - "Ġpolit iques", - "Ġsepar ator", - "bro ther", - "8 31", - "M akes", - "ore a", - "ĠIn vent", - "Pro ced", - "Ċĉĉĉ Ċĉĉ", - "ĠArchitect ural", - "system s", - "ĠpÅĻÃŃ pad", - "Ġentend u", - "Ġéx ito", - "Ġunmist ak", - ") ):", - "N ESS", - "ro ve", - "Ġcre f", - "Ġexp osition", - "Ġver n", - "è¿ İ", - "Ġappreci ates", - "Ġpu oi", - "ĠAtt ach", - "ĠBol ivia", - "è¿IJ åĬ¨", - "Ġmisc ar", - "ĠDed icated", - "ver tex", - "ĠW ednesdays", - "Ġwas tes", - "ĠSub sequently", - "ĠKend all", - "Ġcumbers ome", - "ĠT ensor", - "ĠM anny", - "ĠH H", - "Ġsp azio", - "pre pare", - "Ġutil isé", - "65 3", - "ĠLong er", - "éĩĮ çļĦ", - "ĠQual ität", - "ĠPupp y", - "Ġw oes", - "Ġm uestra", - "om id", - "Ġde pleted", - "ge f", - "Ġmuch a", - "fect ion", - "Ġnom inate", - "ĠIsrael is", - "ĠSay ing", - ". ',", - "M is", - "ug i", - "li ore", - "Ġmar ina", - "Ar k", - "åĮ »", - "Ġmyth ical", - "ĠHus sein", - "Ġcomunic aciÃ", - "Ġrefurb ished", - "8 14", - "D ates", - "ig ing", - "qu iet", - "ĠG ä", - "Ġsc ammers", - "ĠWe apons", - "Ġsk ÅĤad", - "ĠPl uto", - "ourn als", - "Ġblock er", - "Ġadop ts", - "ĠSent inel", - "Ġdecom position", - "Ven ue", - "C alled", - "s urgical", - "Ġa vert", - "ĠN ab", - "Ġem inent", - "äº Ī", - "ok rat", - "ĠGr im", - "Ġhuman os", - "text ure", - "ĠSch ritt", - "Rep orts", - "ĠWin chester", - "Ġstere otyp", - "Ġbom ber", - "Ġsp ooky", - "hes ians", - "Ġob en", - "Ġdimin ishing", - "Ġlam inate", - "W are", - "ens ione", - "Ġmet od", - "fl av", - "Ġexecut able", - "Ġbra very", - "hot el", - "Ġunic orn", - "c ars", - "Ġp im", - "Ġun n", - "Ġsn ar", - "Ġwid ening", - "09 1", - "rend e", - "çŃ ij", - "Ġgew orden", - "Ġgly ph", - "ĠCrim son", - "ĠBec oming", - "Ġréfé rence", - "ĠTum blr", - "ĠBark er", - "Ġatroc ities", - "Ġc ages", - "Ġform es", - "RE M", - "Ġrev olving", - "ĠMais on", - "ĠParent hood", - "Ġirre versible", - "Ġnour ish", - "ĠCommit ment", - "r ÄĻ", - "Ġt els", - "if act", - "Ġch oking", - "oll s", - "eter a", - "ĠCal cium", - "Ġdro ite", - "Ġhyper link", - "Ġfleet ing", - "ĠSalv ation", - "Ġobsess ive", - "is kt", - "we hr", - "rit os", - "aut eur", - "IN IT", - "odes k", - "Ġguarantee ing", - "Ġcafeter ia", - "0 34", - "D ragon", - "Ġt ä", - "er in", - "Ġl len", - "ĠM OT", - "ĠL SU", - "oc oc", - "Ġcl ashes", - "get Class", - "Ġrespons iveness", - "Ġna ï", - "ĠJew el", - "ĠGen etic", - "ĠExpl oring", - "zÄħ t", - "ĠMens ch", - "ĠRol le", - "ĠWo W", - "Ġleuke mia", - "ab lishing", - "ĠH uss", - "ĠF ail", - "ĠE G", - "ĠN apa", - "ĠK G", - "Col our", - "Ġnos so", - "Ġsubt ly", - "Ġpars ed", - "! _", - "or bit", - "04 4", - "Did n", - "Ġbot anical", - "Ġmanip ulating", - "Ġlang ue", - "Ġhij os", - "ĠChi ang", - "Fore st", - "E UR", - "Ġb p", - "Ġh ating", - "Ġst un", - "ĠW itt", - "red irect", - "Ġhand elt", - "Ġtu vo", - "Ġdivid es", - "Ġrou ters", - "Ġoct ubre", - "elig ible", - "Occ up", - "f rist", - "s ites", - "½ ¼", - "it ario", - "Ġd ors", - "ĠM EM", - "ĠD ag", - "ĠSt arr", - "own s", - "Ġret inal", - "ner gie", - "att imer", - "Ġsend o", - "88 3", - "ĠÅĽ wie", - "Ġassass in", - "ĠCoin base", - "P ete", - "st asy", - "ĠA SE", - "ie ved", - "Ġall otted", - "ear cher", - "Ġpo Å", - "Ġatt ends", - "ĠOr n", - "Ġét abl", - "Ġpra ises", - "Ġsumm aries", - "ĠRon aldo", - "PRE FIX", - "Ġsnipp ets", - "ĠAppli ances", - "P and", - "Ġt c", - "ĠB ik", - "ĠH L", - "iss age", - "eng ing", - "08 1", - "ét iques", - "Ġaqu ellos", - "olk ien", - "ĠAx is", - "ĠSUV s", - "Ġstalk ing", - "b road", - "FA IL", - "è¡Į 为", - "aten ess", - "ĠMand arin", - "ĠMillion en", - "ĠParam ount", - "Ġhasht ags", - "ĠSurve illance", - "D allas", - "en ade", - "Ġc ependant", - "ĠC ic", - "ĠB ally", - "Ġout ras", - "ĠBe ethoven", - "Ġdu el", - "Ġconstruct ions", + "Comp leted", + "Complete d", + "ty p", + "t yp", + "▁Ty ler", + "Dis k", + "Di sk", + "D isk", + "Hi de", + "H ide", + "iju ana", + "▁public ations", + "▁publication s", + "fo x", + "f ox", + "vis ed", + "vi sed", + "v ised", + "Fore ign", + "Write Line", + "де ра", + "дер а", + "▁remain der", + "Pi cker", + "P icker", + "we alth", + "▁G or", + "▁Go r", + "sequ ently", + "▁coll ision", + "▁Harr ison", + "▁Harris on", + "▁work place", + "▁N ormal", + "▁Nor mal", + "▁Norm al", + "▁ Normal", + "▁B irth", + "▁Bir th", + "▁cons ume", + "▁consum e", + "Sh ift", + "▁avoid ing", + "▁C ha", + "▁Ch a", + "▁An ti", + "▁Ant i", + "▁ch arts", + "▁char ts", + "▁chart s", + "▁P av", + "▁Pa v", + "ст вом", + "ство м", + "ual mente", + "an ed", + "ane d", + "a ned", + "▁A uch", + "▁Au ch", + "rd ev", + "r dev", + "▁she er", + "▁an gl", + "▁ang l", + "sub str", "Gener ate", - "Sl ice", - "Altern ative", - "ĠLars on", - "7 48", - "ĠT EXT", - "if ton", - "cl a", - "Ġreg iment", - "Ġinfl atable", - "ĠJan ice", - "Ġ ®", - "pir acy", - "ĠAnt wort", - "58 4", - "ĠMagn et", - "Ġdevast ation", - "Ġerf ahren", - "Ġcompañ ÃŃa", - "re cer", - "ĠĠĠ Ċ", - "Ġcont ours", - "ĠSe venth", - "LO VE", - "68 1", - "ĠPil gr", - "ĠCyber security", - "Ġsettim ana", - "v ast", - "Ï ħ", - "ĠCl o", - "Ġtre acher", - "Ġwer de", - "ĠStat ements", - "Ġvest ed", - "Ġgan ze", - "Ġimagin able", - "S G", - "d av", - "f amous", - "n ap", - "Ġre opened", - "ia e", - "ass isted", - "Ġke er", - "ull ing", - "ĠZ hu", - "ÅĤ od", - "Pro to", - "åĪ ĺ", - "Un able", - "ĠDr inks", - "Ġtack led", - "Ġaspir ation", - "ĠBatt alion", - "Ġnotor iously", - "ĠSver ige", - "ĠAlej andro", - "l ikely", - "ion y", - "erm i", - "Ġcost ru", - "istic he", - "ĠInter action", - "Ġmig rated", - "Ġremed iation", - "s ender", - "ot in", - "ĠJ ules", - "Ġun popular", - "ĠV anguard", - "ĠMc Connell", - "Ġblock ade", - "ĠBer gen", - "ĠBank ruptcy", - "Since rely", - "Ġcorrel ate", - "Ġts unami", - "ĠFavor ites", - "z sche", - "est ellt", - "ĠH undreds", - "Ġle ased", - "Ġle opard", - "Ġch ius", - "Ġpo king", - "Ġprov incia", - "Ġval ores", - "ĠHow e", - "ĠCan terbury", - "åĪ º", - "Ġsort ie", - "Ġspr out", - "???? ????", - "NAS DAQ", - "Ġentreg a", - "on ite", - "ĠP UR", - "ĠD ivers", - "Ġbr im", - "Ġwait ress", - "gl ise", - "Ġvirt u", - "Ġfunc iÃ", - "8 41", - "Ġ elli", - "ve ck", - "Ġro i", - "Ġco vert", - "Ġrest orative", - "Con clusions", - "Ġtend erness", - "inst ant", - "ĠGall agher", - "Ġdeck ing", - "Ġhierarch ical", - "G ran", - "L U", + "> =", + "▁B ev", + "▁Be v", + "▁ч ем", + "▁че м", + "▁camp o", + "▁cam po", + "▁lect ure", + "hy per", + "▁Balt imore", + "mi x", + "m ix", + "ke iten", + "keit en", + "▁ра ди", + "▁l asted", + "▁la sted", + "▁last ed", + "▁las ted", + "▁discrim ination", + "ig te", + "igt e", + "ok al", + "oka l", + "o kal", + "Ph ase", + "▁T itel", + "▁Tit el", + "▁Fif th", + "▁di agnostic", + "su ng", + "sun g", + "s ung", + "▁giorn ata", + "os ta", + "ost a", + "o sta", + "is co", + "isc o", + "▁S ara", + "▁Sa ra", + "▁Sar a", "m v", - "ķ åĽ", - "Ġd ap", - "Ġde in", - "ĠN uts", - "Ġch unky", - "Ġout age", - "Ġz awsze", - "Bl ocks", - "ĠLab rador", - "wal let", - "ungal ow", - "7 44", - "t ter", - "at ism", - "Ġc if", - "Ġf ucks", - "il ess", - "ow an", - "ĠO asis", - "Ġz iem", - "Ġcamp site", - "ĠOne Plus", - "Ġnecess ario", - "Ġpers oon", - "ĠAP C", - "Ġgro an", - "æĦ ¤", - "ĠHal ifax", - "ĠS IP", - "ĠA by", - "ĠW ichita", - "Ġse is", - "Ġpo zw", - "ph rine", - "ÃŃ os", - "ĠMich a", - "imb ledon", - "Ġdepart ing", - "Ġfis heries", - "ĠÅĵ uvre", - "Ï ī", - "Ġl ider", - "ĠT ears", - "ĠF rey", - "Ġla isse", - "app ointed", - "de b", - "IC LE", - "ĠTH REE", - "asm us", - "è®° å", - "Fun ctions", - "Ġkrij gen", - "ĠI U", - "ĠP sy", - "ĠD ing", - "Ġdel ine", - "Ġmod ulation", - "Ġsub du", - "è´ Ŀ", - "Ġvu ole", - "L ite", - "³ ½", - "ĠB RO", - "ĠN arc", - "Ġau ÃŁer", - "Te acher", - "åĮĹ äº¬", - "ĠP ERSON", - "Ġmark edly", - "Ġwszyst kich", - "Ġsect eur", - "0 38", - "C re", - "ĠC rop", - "ĠF rag", - "ĠN es", - "Ġper oxide", - "Ġmay onnaise", - "Ġest re", - "Ġaut op", - "Ġlevel ing", - "Ġcamp agne", - "Ġreb ate", - "Ġbark ing", - "ĠVul ner", - "Ġinsan ely", - "F ed", - "N as", - "p ending", - "t icket", - "ut zt", - "ĠB isc", - "od ie", - "Ġun married", - "Ġsa uté", - "Ġhand bag", - "Ġser ia", - "Ġtre asured", - "ald a", - "95 1", - "ĠDist inguished", - "Ġassign ing", - "Ġinhib its", - "ĠCou rier", - "7 95", - "D yn", - "p he", - "Ġp og", - "Ġp ago", - "ĠL och", - "Ġpre ven", - "Ġhum iliation", - "tr acking", - "Ġport ability", - "Ġmot el", - "ät ten", - "Ġpharm a", - "Ġrefund ed", - "Ġlin ers", - "ĠB ore", - "ĠL ena", - "Ġby ÅĤa", - "Ġsom os", - "br Ã", - "Ġcart on", - "Ġalign s", - "Ġbull ied", - "ĠCos metics", - "Af rica", - "Ġsa ute", - "Ġmis guided", - "View er", - "Ġdur ée", - "97 1", - "Ġmood s", - "od al", - "ĠF UCK", - "Ġme xico", - "Ġso aps", - "cess o", - "be le", - "inn itus", - "66 8", - "abil ia", - "Ġcontrad ictions", - "n v", - "¢ å", - "ĠA O", - "ĠD IN", - "ĠG ior", - "ip ot", - "Ġhum ane", - "var phi", - "Ġhate ful", - "ĠAus wahl", - "Ġfrag mented", - "ĠBot ox", - "W oman", - "Ġr gb", - "ĠK ul", - "Ġcur r", - "ĠAs hton", - "Ġcommun icates", - "Ġhy po", - "ĠAf ro", - "Ġcy an", - "Ġtown ship", - "ĠWest on", - "xy z", - "ĠLic ensing", - "ĠMechan ics", - "Ġfluor ide", - "Ġs ockets", - "ag han", - "ĠV ue", - "Ġcut est", - "Ġcomplement ed", - "ĠWonder land", - "tu ple", - "Ġclust ering", - "r ish", - "re rs", - "any l", - "Ġins er", - "ĠTr uman", - "Ġbi ochemical", - "ĠLab els", - "ĠO ro", - "ary l", - "Ġund ocumented", - "ik um", - "man age", - "90 6", - "Ġinterview er", - "è¿ĩ æĿ¥", - "Ġkil ka", - "Ġenv ÃŃo", - "Ġlug ares", - "Effect s", - "Ġaffirm ative", - "oter ic", - "ĠGN U", - "T ek", - "est ruct", - "olut o", - "Ġdep reciation", - "ĠShe a", - "Ġdocument o", - "Ġcro cod", - "Ġtire lessly", - "Ġram ifications", - "athe rapy", - "ENC ES", - "Ġdemasi ado", - "N athan", - "ĠM ord", - "ab stract", - "Ġag u", - "Ġsc ented", - "Ch unk", - "Ġcenter piece", - "Ġcongr ats", - "Ġmorph ology", - "Ġsmok y", - "Ġunb earable", - "Ġcr amps", - "åº Ń", - "Ste el", - "éģ ®", - "d in", - "Ġof rec", - "Ġor deal", - "ĠL ingu", - "Ġfe ce", - "Ġint imately", - "Ġaccount ants", - "Ġbar b", - "ĠBig gest", - "ĠMother s", - "Ġs ätt", - "ĠSign ificant", - "hend en", - "Ġconna ître", - "Ġeurope an", - "ĠNeb en", - "ĠMitgl ied", - "W ide", - "\\ \":", - "d ots", - "Å ļ", - "Ġg Ã¥r", - "ank y", - "ention ally", - "bl ich", - "ari amente", - "Ġprec isa", - "ĠRequ ests", - "Ġllev a", - "çĨ Ł", - "Ġdj ango", - "Ġbe vor", - "pt ide", - "ge q", - "Ġun ethical", - "Ġbl ister", - "Ġem ig", - "ĠAll ies", - "Ġî nce", - "ĠBra ves", - "ĠVin ci", - "åħ¬ åı¸", - "m ach", - "s ight", - "ĠD ai", - "Ġlong standing", - "wo ven", - "Ġthin ning", - "ĠProm ote", - "çģ ¯", - "Ġjou eurs", - "Ġhunt ed", - "Ġescal ation", - "Ġo cz", - "Ġh itter", - "ĠA GA", - "ĠM Sc", - "ĠEst ablished", - "Ġwa ard", - "ĠTax i", - "Ġmock ing", - "Ġejac ulation", - "ĊĠĠĠĠ ĉ", - "ick a", - "Ġharm s", - "ĠJer seys", - "Ġampl ification", - "ĠNich ols", - "ĠRaz or", - "Ġsubstr ates", - "è ¸", - "Ġsh roud", - "Ġj ub", - "Ġbl inking", - "Ġhelp ers", - "ðŁ Ķ", - "ä»ĸ 说", - "gu a", - "65 4", - "Ġspot ting", - "ĠTreat ments", - "Ver ify", - "Ġtyr anny", - "en st", - "ĠC FR", - "MA L", - "ex am", - "co vers", - "å¿ Ļ", - "Ġdiss im", - "Ġfuer te", - "Loc ale", - "Produ cer", - "Compar ison", - "ĠShe p", - "Re illy", - "ĠPh ar", - "ett el", - "ĠHun ts", - "ĠC Z", - "Ġch opping", - "Ġper tains", - "ĠSp am", - "ãģ Į", - "ĠPet ro", - "ĠWin ery", - "Ġbomb ard", - "Ġpenn ed", - "ĠR ays", - "Ġk op", - "are k", - "cl ips", - "ĠAl mighty", - "Ġver me", - "irc hen", - "Des de", - "ĠSupport ed", - "Ġgard e", - "ĠInterview s", - "icol or", - "ĠD ive", - "ĠCom pleted", - "sk im", - "Ġrot ated", - "Bar bara", - "ĠSER VICE", - "ed as", - "ke le", - "un ächst", - "IN VALID", - "of en", - "ĠIn cent", - "Ġgr itty", - "ĠAd a", - "Ġdro plets", - "ĠSl ides", - "Ġgym s", - "ĠBE FORE", - "ĠAbs olute", - "Ġinteress ante", - "Ġp rav", - "Ġd agen", - "le hem", - "ĠS PE", - "ol ol", - "ch ronic", - "ĠCh lor", - "lp en", - "Ġadd icts", - "ĠSh ank", - "Pro b", - "ĠMed ication", - "Ġroad way", - "â tre", - "Ġtrou vé", - "Ġimpl icated", - "Ġznaj du", - "Ġbedeut et", - "R U", - "ĠH ath", - "Ġob tenir", - "ĠEng age", - "Ġge he", - "55 8", - "Ġho ops", - "Ġnarrow ing", - "b idden", - "c ulation", - "or ah", - "ĠB arg", - "ĠB orough", - "ĠD over", - "ge al", - "ne ut", - "we e", - "ĠUS P", - "la id", - "iert a", - "Ġapprent ice", - "Ġo e", - "ĠY um", - "ĠCo aches", - "ĠRE VIEW", - "Ġanaly zer", - "Ġisol ates", - "Ġroy alties", - "ĠSloven ia", - "Y outh", - "Ġg lee", - "id ual", - "ĠP AS", - "ge vens", - "Ġout ings", - "ĠPack et", - "IB LE", - "ĠRenew able", - "ĠSapp hire", - "Ġdrap ed", - "F light", - "I J", - "Ġal ma", - "ĠB orrow", - "ĠG uth", - "ĠJ ae", - "Ġun named", - "Ġdark ened", - "ĠYellow stone", - "ĠRee ves", - "S ou", - "ĠT rio", - "Ġat ra", - "az el", - "ĠZ ig", - "ĠBr idal", - "isc us", - "Ġdire cciÃ", - "ĠCA GR", - "ĠEp iscopal", - "ĠWild e", - "î ne", - "ĠNote book", - "ĠSubst ance", - "Y LE", - "ĠS ark", - "am ax", - "Ġden ken", - "la unch", - "Ġdanger ously", - "Ġequip ments", - "6 37", - "7 28", - "C reation", - "Ġproject ing", - "hel ium", - "ér ée", - "ĠOl son", - "Ġakt ual", - "Rab bit", - "Ġfutur istic", - "7 23", - "ver ständ", - "Ġdis ple", - "RE C", - "Ġbeh aving", - "part icip", - "ĠRh in", - "Ġwaist band", - "Ġb isexual", - "ĠD und", - "ĠH UD", - "ĠN ose", - "yn ie", - "aff er", - "Ġprop res", - "çIJ ĥ", - "ĠPf lege", - "ĠO c", - "ient ôt", - "pre cision", - "äºĨ å", - "ta ÅĤ", - "Ġsand box", - "68 7", - "ĠCarl a", - "ĠAlp s", - "Ġconve ying", - "ardonn ay", - "om ile", - "ĠB illing", - "ĠG orgeous", - "ĠK irst", - "ĠRe pe", - "urs ive", - "pos es", - "Ġcred itor", - "Ġswe eter", - "è¢ ģ", - "Å£ ii", - "Ġinfrastruct ures", - "B attery", - "G reetings", - "s ito", - "orn y", - "OT A", - "Ġcondemn ation", - "Ġcient ÃŃf", - "& \\", - "5 78", - "Ġl angu", - "ĠW ij", - "ĠK anye", - "Ġman ure", - "MA IL", - "ĠCh au", - "Ġfl uff", - "of i", - "amil ies", - "b ri", - "ĠS ocket", - "ĠG ale", - "Ġad verts", - "uit ar", - "List ed", - "ĠEconom ist", - "CON D", - "ĠExpert ise", - "ĠvÃŃ ce", - "A vec", - "Ġn j", - "and ising", - "Ġsh aded", - "Ġsc ramble", - "Ġcons olation", - "Comm ission", - "äºĭ æĥħ", - "ĠSteven son", - "ĠJag uar", - "Ġapopt osis", - "d é", - "ic illin", - "Ġh l", - "Ġint racellular", - "LL A", - "Ġslow down", - "Non etheless", - "ĠJenn ings", - "Ġunnecess arily", - "Ġreson ates", - "re ceived", - "Ġs ands", - "ĠS IGN", - "ĠB ands", - "ĠW ANT", - "ĠSe vent", - "ĠInst ance", - "Sh arp", - "Ġclub house", - "67 3", - "Ġnodd ing", - "Dou g", - "ĠSect ions", - "ĠLarg er", - "Ġapprentices hip", - ". +", - "b eds", - "ĠM ature", - "Ġal b", - "Ġun answered", - "Ġman gan", - "Ġinj unction", - "udd ing", - "Ġguard ing", - "67 2", - "ĠBath rooms", - "haw k", - "FLO AT", - "ĠThurs days", - "K atie", - "S printf", - "c ells", - "f ee", - "n of", - "in ci", - "an ine", - "ag lia", - "ĠThe odore", - "Ġer w", - "ĠApp lying", - "zÄħ c", - "Ġs guardo", - "ĠS itz", - "Ġor ally", - "Ġent ren", - "ĠCl oth", - "!!!! !!", - "ĠGuer ra", - "w atching", - "Ġl ondon", - "Ġst alled", - "ling er", - "Ġnie ces", - "é¡ µ", - "Ġrefin ement", - "Ġdemol ished", - "Ġgén érale", - "Ġannot ations", - "ĠGather ing", - "Chall enge", - "D ance", - "Q ui", - "Ġpo chi", - "ull ed", - "Ġjo ven", - "Ġtout ed", - "KE A", - "zn ac", - "Ġrecru iter", - "Ġbrut ally", - "Ġmiscon ception", - "d ust", - "f ant", - "Ġf idelity", - "Ġper pend", - "Ġext rac", - "ĠAll ergy", - "Ġpain less", - "å°± åľ¨", - "ĠPra xis", - "Ġcentr ale", - "n és", - "enc é", - "ĠOr chard", - "UR T", - "asc us", - "pond re", - "Ġhint ed", - "esc ape", - "éĢī æĭ©", - "7 62", - "or an", - "ĠL IMIT", - "Ġpr ů", - "Ġche ats", - "Ġret ir", - "ÅĤ ych", - "Ġcam er", - "ĠAng ular", - "ĠHO A", - "ĠBU Y", - "Ġthirst y", - "J udge", - "z na", - "ĠP uis", - "ra ining", - "Ġincre ments", - "(\" [", - "Se attle", - "ĠQual comm", - "rank ing", - "Ġsanit izer", - "ĠWa ist", - "ĠConven ient", - "C ars", - "D EL", - "T icket", - "Ġme inem", - "Ġver st", - "Ġcard inal", - "ĠInc redible", - "Ġcash back", - "æı ¡", - "ĠDiagn osis", - "ETA ILS", - "Ġcurv ature", - "6 29", - "Ġm ower", - "ag ogy", - "ud en", - "Ġdes ap", - "mer c", - "Ġinter racial", - "Ġgl ide", - "Ġlog istical", - "ĠRev ised", - "ĠBow ling", - "Ġpap rika", - "ä¿¡ æģ¯", - "Ĺ çļĦ", - "re gex", - "we h", - "Ġsub po", - "Ġinnov ators", - "ĠSpr inkle", - "Ġindex ing", - "ĠShow ing", - "aph ne", - "Jo ined", - "æѦ åĻ¨", - "Ġquotid ien", - "ĠElig ibility", - "z iale", - "ag ulation", - "ĠThe ss", - "Ġfl ared", - "ĠSe afood", - "stand s", - "ĠET Fs", - "Ġpharmaceutical s", - "ĠCi udad", - "0 64", - "p ell", - "ĠC erv", - "ĠB ose", - "Ġgener als", - "fer ably", - "Cl aire", - "ĠAv iv", - "Act s", - "ĠOp in", - "ĠLow ell", - "interest ing", - "ĠKee per", - "am ble", - "ĠK m", - "zy k", - "Mod ified", - "prov ided", - "Ġc read", - "ĠT rag", - "ĠP ee", - "une a", - "ites se", - "Ġge omet", - "ÄĽ st", - "Ġacad em", - "Trans ition", - "Ġtox in", - "ĠNation wide", - "Ġboo ze", - "ðĿ Ĺ", - "Ġdownv oted", - "ĠSusp ension", - "A x", - "M isc", - "Ĺ çº", - "Ġa pe", - "is as", - "ĠC obb", - "ĠE Z", - "ens ky", - "Ġmust er", - "Ġdéc ision", - "Ġdav antage", - "Ġrelie ving", - "Enc oding", - "ĠAch illes", - "Gef ällt", - "+ \"", - "w ohl", - "re ten", - "Ġl uke", - "iv irus", - "Ġtr asc", - "Ġcomp iling", - "ub b", - "Ġag rade", - "Ġam alg", - "Ġgrass es", - "iov is", - "%; \">", - "R at", - "h id", - "n ika", - "Ĺ ç", - "Ġback log", - "Re becca", - "ĠEuro s", - "Ġorigin ality", - "Ġrum ours", - "Ġrestra ined", - "ĠPractition er", - "gester one", - "ĠS is", - "ĠCh annels", - "Ġsc ol", - "ĠGr ammar", - "ĠChe es", - "æĿ °", - "Ġdry ness", - "ĠCommission ers", - "Ġtall est", - "Ġuniform ly", - "ĠCelt ics", - "Ġnect ar", - "b und", - "m agn", - "z icht", - "in strument", - "Ġl ance", - "Ġquestion naires", - "Ġprop el", - "Ġang led", - "å¿ į", - "Ġprincipal mente", - "ĠTool kit", - "O dd", - "] ãĢĤ", - "t ell", - "or so", - "ĠH IS", - "ĠH edge", - "ĠJ ury", - "Ġrel ocating", - "Äħ ce", - "Ġcro pped", - "Ġkom ple", - "Ġgre ener", - "Ġovert urned", - "Sex y", - "Ġbras ile", - "Ġrzec zy", - "Ġaeros ol", - "7 29", - "ĠS DS", - "ri ever", - "Ġoff ences", - "Ġdon key", - "ĠDon ovan", - "Ġverb ally", - "Ġreconna issance", - "Ġsanction ed", - "ĠNewsp aper", - "8 61", - "d ocker", - "ol son", - "ĠD ach", - "ĠW ass", - "Ġsh rine", - "ĠCh r", - "Ġam igo", - "åı ¬", - "Ġperpet rators", - "Ġév iter", - "------------ --", - "èİ· åıĸ", - "7 63", - "D rug", - "D iese", - "M es", - "X i", - "ct omy", - "ĠCh avez", - "è tre", - "Ċĉĉĉĉĉĉ ĉĉĉ", - "Ġore gano", - "Ġprend ere", - "Ġnem meno", - "Ġrhet orical", - "Ġanom aly", - "d rag", - "Ġc ript", - "Ġwh ipping", - "Ġme x", - "Ġcr ème", - "Ġsw apping", - "Ġcontent ious", - "]( /", - "Like wise", - "Ġps oriasis", - "Ġphosph orus", - "Ash ley", - "Anch or", - "Ġg earing", - "ĠB PA", - "ĠL AS", - "Ġam ateurs", - "az in", - "omm ission", - "Ġer yth", - "Ġstat ist", - "ĠTe xture", - "($ _", - "ĠForm al", - "ĠBal m", - "Ġsuiv i", - "Ġastron omy", - "Ġczas u", - "Ġendeav our", - "Ġbéné fic", - "Ġcaval ry", - "Ġmehre re", - "ĠWom ens", - "9 44", - "Ġin accessible", - "Ġh indsight", - "Ġv ocation", - "ĠR ifle", - "Ġcl ueless", - "Ġbl i", - "ĠEx pected", - "Ġfinanc ier", - "ĠArgent ine", - "ĠSpiel er", - "ĠBring ing", - "æ¢ ģ", - "mult iple", - "Ġreluct ance", - "Ġwszyst kim", - "GRO UND", - "çļĩ å¸Ŀ", - "Ġw iser", - "ay ana", - "ies a", - "Ġad joining", - "Ġfl op", - "Ġexpl oding", - "Ġnon linear", - "Ġhorse back", - "ĠInf ot", - "Ġsug ary", - "ĠMUS IC", - "v all", - "Ġa ph", - "nt ag", - "go ers", - "ĠAng ie", - "Ġtim id", - "ĠCS R", - "9 26", - "Î ´", - "ĠB am", - "ill usion", - "Ġle th", - "Ġab using", - "Ġback side", - "ug no", - "Ġpersonal ization", - "Ġmis represent", - "ĠGood reads", - "Ġsusp ic", - "Ġpurpos ely", - "ĠMichel in", - "Ġviv ir", - "halt ung", - "zahl ung", - "l aughter", - "o ops", - "ĠM ater", - "op hen", - "ide on", - "Ġcur ric", - "me e", - "lim its", - "Not re", - "ĠVent ura", - "Ġdock ing", - "Ġharmon ious", - "nst ler", - "Ġrall ied", - "9 37", - "G aming", - "ĠT RI", - "Ġinc arnation", - "sc reens", - "05 1", - "Ġpra wn", - "stra at", - "ĠDam it", - "ĠOR DER", - "Ġdispar ity", - "Authent ication", - "ĠT attoo", - "ĠN AME", - "ĠK A", - "Ġacc iÃ", - "Ġche v", - "Ġton er", - "56 8", - "æ· ·", - "Ġconstru cciÃ", - "Ġprue ba", - "E astern", - "b ys", - "k as", - "ĠS our", - "ĠD éc", - "ĠSh aft", - "ĠST ART", - "TR Y", - "ĠFriend ship", - "ĠChi ropractic", - "Ġdy ed", - "Ġa ria", - "ĠS ellers", - "Ġpres cribing", - "Ġnational ist", - "ĠAp i", - "ĠCass idy", - "9 75", - "ĠI so", - "ĠW iring", - "In cluded", - "Ġend ings", - "Ġdep ress", - "Ġpower less", - "AC P", - "Res olution", - "Ġtit ular", - "Ġpregn ancies", - "Ġbold ly", - "Ġbother s", - "//////////////////////////////// ////////////////////////////////", - "Ġverwend et", - "R oss", - "ĠM änner", - "ĠL augh", - "ĠCh ir", - "ĠEn rollment", - "ĠMed i", - "ĠOrgan izational", - "CL UD", - "ĠEthiop ian", - "Ġaffid avit", - "6 64", - "f ach", - "Ġa leg", - "Ġin ks", - "ĠD rops", - "ĠH ue", - "ĠE ch", - "ĠRe els", - "Ġinc arn", - "Ġgl itch", - "ask ing", - "77 6", - "Ġcrown s", - "Wait ing", - "Ġtroll s", - "Jew ish", - "æĢĸ åĨĽ", - "P ars", - "e ce", - "Ġt t", - "Ġg rap", - "ä» ª", - "Ġair s", - "ĠCal der", - "Ġfig ura", - "Ġdrop down", - "ĠDate Time", - "åįģ åĪĨ", - "ĠSpec ification", - "Ġinex plic", - "F itness", - "r ando", - "ĠB aj", - "Ġch atted", - "Ġunf olds", - "ç»ı è¿ĩ", - "Ġméd ico", - "Ġlu ogo", - "follow ing", - "Ġerad icate", - "avour ite", - "Ġdemean or", - "T ue", - "i ards", - "ĠS amm", - "ĠM d", - "ĠD oming", - "Ġext ender", - "Ġden omin", - "Ġning una", - "ĠResil ience", - "D é", - "f inding", - "Ġall uring", - "Ġlight en", - "ĠArt em", - "Ġsynchron ization", - "emeins chaft", - "Ġof ic", - "é cole", - "og ne", - "Ġsa pere", - "ord nung", - "AL I", - "ĠÅĽw iat", - "URR ENT", - "Ġde ceptive", - "ĠSh adows", - "Ġsil enz", - "Ġcorrect ness", - "PS C", - "Ġsustain ably", - "fin ish", - "Ġmá ximo", - "Cook ies", - "Ġd vd", - "ĠP urdue", - "Ġreal istically", - "zie hen", - "Ref lect", - "Mer ge", - "Ġpleas urable", - "Ġméc an", - "n j", - "is ie", - "ĠH aj", - "ĠCl air", - "Ġlegal ization", - "fe ira", - "Up dates", - "Gr acias", - "87 1", - "wi ÅĽcie", - "ĠSir i", - "Ġindu ces", - "Ġfreel ancers", - "Fre edom", - "( %)", - "W s", - "ľ ä", - "Ġe ind", - "ĠWe ih", - "ĠAl erts", - "ĠFl oating", - "ĠSk ate", - "rad as", - "ĠFre el", - "Ġgest ured", - "g ression", - "n ard", - "re li", - "ĠL act", - "Ġpar lor", - "Ġtechn o", - "ĠSw ap", - "ĠGen ie", - "Ass essment", - "Mut ex", - "J os", - "s ummer", - "ļ å", - "Ġcont enders", - "ĠShe ila", - "ĠCO P", - "Ġbank roll", - "ĠObject ive", - "æĦı ä", - "ĠAber deen", - "Ġpoke mon", - "Ġorb ital", - "irlp ool", - "G RA", - "r ass", - "Ġf oe", - "ĠM ö", - "ĠH ak", - "rou w", - "Ġus ÅĤug", - "ip ly", - "ĠV oll", - "ĠEl f", - "ĠBar ney", - "ĠAssoci ations", - "ĠExper ienced", - "åīį å", - "97 3", - "ĠAna heim", - "P olitical", - "Ġs ine", - "out side", - "Ġat rás", - "ne au", - "Ġsc off", - "ĠAm ph", - "nov a", + "▁el ő", + "▁R osen", + "▁Ro sen", + "▁Ros en", + "▁Rose n", + "▁E SP", + "▁ES P", + "ph er", + "p her", + "▁a j", + "▁ aj", + "Path s", + "Pat hs", + "▁R alph", + "▁ž e", + "▁ že", + "ре в", + "р ев", + "▁о коло", + "▁ок оло", + "▁Ag reement", + "▁Word Press", + "an try", + "ant ry", + "▁p icks", + "▁pick s", + "▁pi cks", + "▁pic ks", + "▁N ur", + "▁Nu r", + "chedul ed", + "ki e", + "k ie", + "▁represent ations", + "▁representation s", "++ ){", - "Ġscr ambling", - "Ġdistingu ishing", - "pub lish", - "worm s", - "analy se", - "n x", - "ru ar", - "Ġinf licted", - "Ġunt h", - "ĠAdd s", - "Ġcapt ions", - "Ġpu isse", - "CC C", - "Ġclim at", - "Ġspo ÅĤ", - "Ġacet ate", - "Ġpours u", - "d ial", - "Ġis lam", - "not ify", - "back up", - "ĠOb amacare", - "Ġdorm ant", - "Ġpond ering", - "Ġn ik", - "ĠS é", - "Ġbe ide", - "ĠW ifi", - "ĠH anging", - "Ġse ismic", - "Ġintern s", - "ĠDirect ed", - "Now adays", - "58 2", - "Ġmoder ated", - "Ġun be", - "ef er", - "ĠSc rum", - "Ġair planes", - "add ers", - "alt et", - "Ġwet lands", - "nÄĽ jÅ¡ÃŃ", - "ĠKa plan", - "0 99", - "T ow", - "c idos", - "z ij", - "in vent", - "Ġf enced", - "ĠC app", - "Ġj ugar", - "Ġpl ump", - "Ġind eb", - "sh r", - "sw ap", - "ĠTom atoes", - "Ġaest hetically", - "Ġunders erved", - "ĠCho ices", - "ĠBeng als", - "Crit ical", - "Ġbroch ures", - "an ova", - "Ġp ounded", - "ĠN ude", - "ĠJ ord", - "ott ie", - "Ġclin ician", - "url s", - "ĠST ATE", - "ĠVis its", - "69 2", - "ĠCongress man", - "çļĦå Ħ¿", - "Bel ieve", - "Ġmö g", - "ĠBrother hood", - "Ġracc ont", - "Ġnewcom er", - "Ġextravag ant", - "j unct", - "m ills", - " µ", - "Ġr ä", - "Ġsh a", - "ĠO MG", - "opt ic", - "how ever", - "Ġjak ie", - "Ġbond age", - "ĠObject ives", - "advant ages", - "Ġmund ial", - "ĠRout ine", - "Ġcass ette", - "P ap", - "r w", - "Ġpl ats", - "Ġoff ending", - "ph on", - "Ġgl ancing", - "ĠSh iva", - "Ġchang ement", - "Ġfinal ist", - "}) $", - "Att end", - "ĠâĿ¤ ï¸ı", - "Ġmonst rous", - "M oh", - "è ĵ", - "Ġb anging", - "ĠO ils", - "Ġun born", - "ĠNe utral", - "AC Y", - "ĠCr ushers", - "comm ands", - "Ġflour ishing", - "richt ung", - "Ġpouv ons", - "cond itions", - "ĠSeah awks", - "ar ina", - "iss ances", - "Ġdisc erning", - "ĠCl an", - "ĠGold berg", - "ĠInitial ize", - "Ġunderest imated", - "Ġsistem as", - "B ow", - "q v", - "Ġpro cur", - "ĠEm ory", - "ðŁ İ", - "ĠPres ents", - "ĠJose f", - "ĠMid lands", - "ãĢĭ :\"", - "æij Ĩ", - "T ro", - "Ġt j", - "an j", - "ent en", - "ĠM ina", - "ĠP roud", - "Ġrel atable", - "Res idential", - "éĤ ¦", - "Ġgi ro", - "åŁ ĥ", - "ç»ı æµİ", - "Ġenorm ously", - "Ġheal er", - "Ġzd jÄĻ", - "x F", - "ĠT ECH", - "MA SK", - "ĠPro st", - "Ġgr ids", - "iel lement", - "Ġsub merged", - "UN E", - "Ġexplos ives", - "ĠLie be", - "ĠKid ney", - "Ġnep hews", - "Ġparan ormal", - "he iro", - "Ġun ver", - "Ġdes con", - "ĠStr anger", - "ext ract", - "Ġexacerb ated", - "M K", - "s bury", - "on os", - "Ġn ovember", - "ir con", - "ivid ed", - "ĠCount ies", - "Ġâ Ĺ", - "Foot ball", - "P AT", - "Ġfam ine", - "Ġsweat ers", - "ajÄħc ych", - "ĠBax ter", - "V oor", - "ac ité", - "ment al", - "Ġapp ort", - "Ġsecond e", - "Ġant id", - "ĠCheck ing", - "67 6", - "Ġlit ers", - "ĠWars z", - "Ġgiorn ata", - "Ġt ão", - "Ġd zi", - "Ġj ams", - "ĠSt able", - "Ġpe w", - "Ġag ro", - "itt al", - "ule le", - "ĠOut fit", - "ĠElect oral", - "Ġsoy bean", - "Ġesper a", - "Ġtheat res", - "Ġe czema", - "Ġv ikt", - "ke f", - "Th rive", - "ĠGu pta", - "Ġprofession nel", - "65 7", - "Ġdict ated", - "Ġintens ified", - "record ed", - "Ġka um", - "Mex ico", - "z te", - "¨ æĦı", - "ĠP aste", - "Re ach", - "Ġdict ates", - "Ġgreet ings", - "Snap shot", - "Whats App", - "m ist", - "Ġbelie vable", - "ĠX S", - "uy o", - "Ġpredomin ant", - "Norm ally", - "ĠMerr ill", - "H ug", - "ĵ å", - "ĠW orm", - "ub ation", - "Ġfl irting", - "Ġsm ear", - "aken ing", - "Ġpri zed", - "Ġsym metric", - "Ġcover ings", - "Ġcat ég", - "look up", - "Ġslic ing", - "Ġrepublic an", - "9 35", - "e clipse", - "ent ious", - "ĠS ene", - "ot imes", - "ĠH iking", - "ĠR x", - "aw ia", - "Ġfoot er", - "ĠRoy ale", - "Ġvou lez", - "Bro ok", - "Stack Trace", - "ĠCant on", - "ĠSV G", - "8 29", - "ĠO man", - "Ġest ás", - "Ġmodel os", - "Ġnorm ale", - "Ġid yll", - "pow ers", - "ĠRA W", - "Ġayud ar", - "åī §", - "ĠpÅĻ ip", - "rot ic", - "haw ks", - "Ġunfold ed", - "ĠAntar ctica", - "n z", - "ĠS inai", - "ĠL ank", - "Ġman g", - "__ )", - "ait lin", - "Ġbre thren", - "Ex clusive", - "ĠInt ro", - "EL TS", - "Ġbrown ies", - "ĠHyd raulic", - "Ġkos her", - "áb ado", - "ina ig", - "Ġbre wed", - "Ġdoctor ate", - "XX X", - "Ġempt iness", - "Ġbog us", - "Ġgiov ane", - "Ġin verter", - "ĠC trl", - "Ġwith hold", - "ĠL ig", - "oc in", - "Ġsom it", - "ĠX R", - "Ġarg v", - "IF Y", + "++) {", + "ess ment", + "▁count less", + "Block s", + "Bl ocks", + "Blo cks", + "ym e", + "y me", + "▁c lo", + "▁cl o", + "▁B ened", + "▁Be ned", + "▁Ben ed", + "ch ars", + "char s", + "cha rs", + "▁A gent", + "▁Ag ent", + "▁Age nt", + "▁ Agent", + "▁hist oria", + "▁histor ia", + "▁F loor", + "▁Fl oor", + "▁Flo or", + "▁ten ía", + "▁long est", + "▁lon gest", + "fr ica", + "▁b ef", + "▁be f", + "▁mechan isms", + "▁mechanism s", + "ла зи", + "▁h eter", + "▁he ter", + "▁het er", + "▁athlet es", + "▁period ic", + "▁V otes", + "▁Vo tes", + "ри сти", + "▁n á", + "▁ ná", + "▁m aid", + "▁ma id", + "▁mai d", + "▁s wear", + "▁sw ear", + "▁swe ar", + "▁wip ed", + "▁graph s", + "▁grap hs", + "▁t hesis", + "▁the sis", + "▁th esis", + "▁sens ation", + "pers istence", + "▁V il", + "▁Vi l", + "ac s", + "a cs", + "▁de el", + "sc rib", + "scri b", + "scr ib", + "ie ro", + "ier o", + "i ero", + "▁dis cre", + "▁disc re", + "air y", + "ai ry", + "Data Source", + "q t", + "ic iones", + "ici ones", + "icio nes", + "icion es", + "▁res pected", + "▁respect ed", + "▁f ram", + "▁fr am", + "▁fra m", + "▁spec ialized", + "▁special ized", + "▁prés ent", + "▁pré sent", + "Tur n", + "T urn", + "▁compl aints", + "▁complain ts", + "▁complaint s", + "(\" ,", + "( \",", + "▁Rel ated", + "▁Set ting", + "▁ Setting", + "р ю", + "▁s ą", + "▁P le", + "▁Pl e", + "▁d isse", + "▁dis se", + "▁diss e", + "ca ps", + "cap s", + "c aps", + "▁C ash", + "▁Cas h", + "▁Ca sh", + "▁cons umed", + "▁consum ed", + "▁consume d", + "▁l b", + "▁ lb", + "Ad just", + "Ser ialize", + "Serial ize", + "S erialize", + "is y", + "i sy", + "▁pat ent", + "▁vis ibility", + "▁S ach", + "▁Sa ch", + "▁Sac h", + "ün st", + "▁cy ber", + "▁Bl ake", + "▁Bl oom", + "▁Blo om", + "▁Sh ah", + "▁Sha h", + "PO WER", + "▁in clusion", + "▁incl usion", + "se rie", + "ser ie", + "s erie", + "▁man era", + "sec onds", + "second s", + "is ches", + "isch es", + "ische s", + "isc hes", + "▁C andidate", + "W D", + "op ath", + "o path", + "▁про гра", + "▁efficient ly", + "ap ps", + "app s", + "tool bar", + "we nd", + "wen d", + "w end", + "▁Ne il", + "▁form ats", + "▁format s", + "▁forma ts", + "▁T emplate", + "▁Temp late", + "▁ Template", + "▁min istry", + "▁minist ry", + "▁Char acter", + "▁ Character", + "Un iform", + "▁fon ction", + "не м", + "н ем", + "Wh ile", + "к ва", + "рі я", + "▁D L", + "▁ DL", + "▁L ayout", + "▁La yout", + "▁Lay out", + "▁ Layout", + "не ние", + "▁c aval", + "▁ca val", + "▁cav al", + "▁H ob", + "▁Ho b", + "SP I", + "S PI", + "▁h ely", + "▁he ly", + "▁hel y", + "Dest ination", + "), \r", + ") ,\r", + "▁i OS", + "▁ad mission", + "▁adm ission", + "▁c ss", + "▁cs s", + "▁ css", + "user Id", + "um bling", + "umb ling", + "▁bo oking", + "▁book ing", + "▁COPY RIGHT", + "▁b land", + "▁bl and", + "output s", + "▁sub mission", + "▁subm ission", + "ti t", + "t it", + "fe ctions", + "fect ions", + "fection s", + "fr agment", + "frag ment", + "▁fa ç", + "▁Through out", + "▁distingu ished", + "▁distinguish ed", + "▁ar range", + "▁arr ange", + "▁arrang e", + "ume ric", + "umer ic", + "xf e", + "x fe", + "ip age", + "ipa ge", + "i page", + "ер жа", + "▁C ars", + "▁Car s", + "▁Ca rs", + "▁P AGE", + "▁PA GE", + "▁ PAGE", + "▁a unque", + "▁insert ed", + "smith y", + "AL LOC", + "ALL OC", + "RE C", + "R EC", + "▁B ak", + "▁Ba k", + "▁Str ong", + "ac hen", + "ach en", + "ache n", + "a chen", + "▁Spec ific", + "w q", + "▁Д у", + "MO VE", + "▁mús ica", + "▁C ris", + "▁Cr is", + "ea u", + "e au", + "▁F orum", + "▁For um", + "▁Fo rum", + "li sted", + "list ed", + "l isted", + ")\\ \\", + ") \\\\", + "▁X VI", + "▁XV I", + "▁м оло", + "▁мо ло", + "/ $", + "Be r", + "B er", + "▁tact ics", "Form atter", - "ĠBon uses", - "Write Line", - "ĠÃľ bers", - "nym i", - "ĠOsc ars", - "est r", - "op ot", - "ĠN ecess", - "ĠV ape", - "xt ies", - "par agraph", - "Ġcap az", - "Ġfaith fully", - "Web inar", - "infect ed", - "ĠAbd ullah", - "ĠHosp ice", - "Ġs osp", - "ĠGo at", - "ĠKey words", - "ĠCell ular", - "Ġaggreg ates", - "Ġobliv ious", - "D X", - "in ox", - "Ġpro gen", - "ĠG aines", - "çļĦ å°ı", - "\": [", - "Ġang st", - "59 1", - "Ġscript ing", - "ĠDiv ide", - "Ġrum ored", - "SER VER", - "Ġimpul ses", - "\" \")", - "ĠS gt", - "ĠF aster", - "ĠK ost", - "con cat", - "Ġdeb ilitating", - "ĠEvery where", - "Ġkle in", - "Ġlig and", - "F oto", - "Ġd p", - "Ġk wal", - "Ġi Cloud", - "Ġcond esc", - "Ġsav age", - "ĠTH EN", - "建 ç«ĭ", - "Econom ic", - "ĠSadd am", - "F ully", - "t asks", - "ur idad", - "Ġro lex", - "Ġdet on", - "ĠGe Force", - "Ġbi olog", - "Ġcand ies", - "OP ER", - "çł ģ", - "Pod s", - "ĠExerc ises", - "L F", - "if ix", - "Ġiss uer", - "sh arp", - "Ġobs erves", - "Ġdry wall", - "éĢ ı", - "Equ ipment", - "Ut ility", - "ĠInfect ious", - "Ġrecharge able", - "D ating", - "Ġin let", - "Ġl ont", - "ain a", - "Ġab ge", - "Ġsl ag", - "ĠSp art", - "Ġri pple", - "ĠLat via", - "Ġtact ile", - "G y", - "Z ach", - "Ġp rou", - "ĠSo fa", - "Ġair tight", - "Ġappreci ative", - "DO C", - "ĠSpe ars", - "Ġassert ions", - "Ġf p", - "ĠM arm", - "ĠD umps", - "Ġsh in", - "Ġz wy", - "Ġfore arm", - "Un ter", - "ĠAfter wards", - "Ġwid est", - "Ġemb odies", - "Ġcra ps", - "Jun ior", - "Ġgénéral ement", - "Ġt ribut", - "ĠH ust", - "vent o", - "use ppe", - "ĠChe er", - "Äį it", - "Ġnut meg", - "Ġcha ud", - "emp el", - "ĠZel da", - "vari ables", - "Ġl â", - "ĠM uss", - "ĠIn vis", - "ll as", - "Ġreg iÃ", - "AM L", - "All en", - "Ġfear less", - "ĠPot atoes", - "ĠTour ist", - "opl astic", - "Ġgrape fruit", - "L B", - "d uring", - "ro cess", - "ĠB accarat", - "Ġover power", - "ĠX VI", - "Data Type", - "Ġrod ents", - "Ġress ources", - "d or", - "um ably", - "itt ance", - "Ġweb pages", - "Ġbar re", - "Ġmal ignant", - "Ġnu ove", - "Ġmö j", - "Turn ing", - "Ġpropriet or", - "ĠTah oe", - "Ģ à¸", - "Ġo str", - "ĠR ath", - "Ġk val", - "Ġbl uff", - "Ġhead ings", - "ĠPet it", - "Prov iding", - "Ġévén ements", - "9 88", - "9 68", - "Ġout ages", - "Ġhuman o", - "Ġauf grund", - "tre nd", - "Ġpsych otherapy", - "eld orf", - "Ġspr ang", - "Ġber Ã", - "å®ŀ éĻħ", - "Blog ger", - "Ġw oj", - "ve hicle", - "Ġterm es", - "All oc", - "Ġhom ogeneous", - "Ġtort illa", - "Ġta vern", - "ĠGer ard", - "oooo oooo", - "H ong", - "n in", - "Ġw ann", - "Ġnot wend", - "ave c", - "06 3", - "Comm e", - "Cor p", - "åIJ¬ åĪ°", - "ç»Ħ ç»ĩ", - "h ack", - "ç Ĵ", - "Ġt idal", - "ĠB ord", - "Ġun know", - "Ġcost o", - "Ġmo aned", - "Sp y", - "vas ion", - "Gu ess", - "át icos", - "Ac ross", - "help s", - "Ġc ach", - "ĠS my", - "im ating", - "ĠA CA", - "ver bal", - "Ġle ans", - "Ġover arching", - "Ġste aks", - "irm ing", - "TH IS", - "Ġencompass ing", - "Ġconve ys", - "S ara", - "k art", - "w ag", - "ĠHe brews", - "IC Y", - "ĠExt ensions", - "Test im", - "çİĭ ä", - "Ġeyel ashes", - "Ġimplicit ly", - "\" !", - ". **", - "d rug", - "es on", - "ra ised", - "ix a", - "Ġsk Ã", - "ĠAll oy", - "AM I", - "De al", - "Ġeval uates", - "Ġmac ros", - "67 4", - "åī ij", - "Ġphen otype", - "Ġreass ure", - "C hel", - "M erry", - "Ġdev ise", - "por ters", - "Ġmil ioni", - "Ġener o", - "Fl oor", - "ĠTai pei", - "ॠį", - "m itter", - "In ch", - "Ġgr ud", - "Ġinf requ", - "Ex ercise", - "ĠWolf gang", - "Ġpopul ace", - "/ ,", - "ar riv", - "ot or", - "ol or", - "Ġinter ne", - "Ġpost partum", - "08 8", - "ĠKar achi", - "Ġchron ological", - "ĠAdapt ive", - "Ġparfait ement", - "8 23", - "b usters", - "Ġf f", - "Ġst en", - "Ġres ize", - "Ġar qu", - "ĠCr unch", - "å¯ º", - "ĠBel mont", - "ĠWil mington", - "Ġfib ro", - "ĠThor nton", - "ĠMinor ity", - "!!!!!!!! !!!!!!!!", - "Ġex cludes", - "ĠSt elle", - "Ġform aciÃ", - "ĠRes piratory", - "è che", - "Ġbeaut ies", - "ask ell", - "ĠBi omedical", - "Ġenroll ing", - "WA RE", - "COR D", - "Ġinterchange able", - "Constra int", - "ast re", - "Ġind ig", - "EN SION", - "ĠPat ty", - "ĠMuseum s", - "Ġsumm ertime", - "ĠTeil nehmer", - "Ġp ere", - "ĠM ister", - "ĠB N", - "act ed", - "Ġcol t", - "Ġwood land", - "Ġstock ings", - "Ġstar vation", - "59 4", - "start ed", - "Ġunle ash", - "h aupt", - "ir is", - "Ġr iff", - "com be", - "D ogs", - "m öglich", - "ĠT ages", - "St ub", - "Ġref le", - "Ġactiv ité", - "af one", - "Ġabandon ment", - "ĠCalcul ate", - "Ġdegener ation", - "Ġgeop olitical", - "j az", - "Ġd ura", - "Ġst är", - "ĠP fe", - "Ġv itt", - "pp i", - "au ce", - "Ġdes criptor", + "Format ter", + "op ens", + "ope ns", + "open s", + "▁r h", + "▁ rh", + "▁t ram", + "▁tr am", + "▁tra m", + "V L", + "▁Pro file", + "▁Prof ile", + "▁ Profile", + "▁par ish", + "▁Ray mond", + "▁cont empor", + "▁Pl anning", + "▁Plan ning", + "▁Ч е", + "▁A RM", + "▁AR M", + "▁ ARM", + "▁des ires", + "▁desire s", + "k v", + "O s", + "▁m iner", + "▁min er", + "▁mi ner", + "▁mine r", + "▁qual ify", + "ik u", + "i ku", + "▁der ni", + "ol óg", + "▁K id", + "▁Ki d", + "ane an", + "▁Hol land", + "▁Holl and", + "Aut om", + "Auto m", + "▁Hamilton ian", + "St ation", + "Stat ion", + "js p", + "j sp", + "▁YO UR", + "▁YOU R", + "▁Th ailand", + "effect ive", + "п ло", + "▁relie ved", + "▁O klahoma", + "▁Jul ian", + "▁Juli an", + "▁Julia n", + "▁ind ent", + "▁inde nt", + "▁ indent", + "if r", + "i fr", + "пре де", + "▁fl ame", + "on io", + "oni o", + "o nio", + "As sign", + "Ass ign", + "▁sh ifts", + "▁shift s", + "▁car acter", + "▁caract er", + "if icates", + "ific ates", + "ificate s", + "ifica tes", + "X R", + "▁G FP", + "▁GF P", + "FE ATURE", + "▁M aine", + "▁Ma ine", + "▁Main e", + "▁Mai ne", + "▁f rank", + "▁fr ank", + "▁al igned", + "▁align ed", + "▁ aligned", + "▁p ří", + "▁př í", + "Code Attribute", + "▁M AC", + "▁MA C", + "▁ MAC", + "▁R oot", + "▁Ro ot", + "▁ Root", + "▁F M", + "▁ FM", + "erv ation", + "с лі", + "▁s hy", + "▁sh y", + "▁partic ul", + "▁parti cul", + "pl atz", + "▁hypothes is", + "at hol", + "ath ol", + "s With", + "J s", + "$ ^{-", + "▁#! /", + "▁l emon", + "▁le mon", + "▁a bol", + "▁ab ol", + "▁ abol", + "▁Mil an", + "▁Mi lan", + "an ten", + "ant en", + "ante n", + "a nten", + "▁s ia", + "▁si a", + "ri as", + "ria s", + "r ias", + "▁con sid", + "▁cons id", + "as so", + "ass o", + "ain ers", + "ai ners", + "ainer s", + "aine rs", + "▁cir ca", + "▁circ a", + "re try", + "ret ry", + "r etry", + "▁nue vo", + "const ants", + "constant s", + "▁Med iterr", + "▁Turk ish", + "ion en", + "io nen", + "ione n", + "i onen", + "c rypto", + "▁ev olved", + "▁\" ?", + "▁p úblic", + "▁comp rend", + "▁compre nd", + "▁compr end", + "al lo", + "all o", + "zo om", + "z oom", + "▁dat etime", + "▁date time", + "▁ datetime", + "▁mond iale", + "ма т", + "м ат", + "▁M ask", + "▁Ma sk", + "▁Mas k", + "▁ Mask", + "▁p row", + "▁pro w", + "▁pr ow", + "▁belong ing", + "+ '", + "OUT PUT", + "▁G rab", + "▁Gr ab", + "▁Gra b", + "M ir", + "▁accommod ate", + "▁$ ('#", + "▁ $('#", + "▁Lou ise", + "▁Louis e", + "▁da mit", + "▁dam it", + "}' ,", + "} ',", + "scri pts", + "script s", + "sn apshot", + "snap shot", + "▁sh itty", + "▁shit ty", + "▁y o", + "▁ yo", + "▁belie ving", + "▁inhabit ants", + "W P", + "▁Colomb ia", + "li sts", + "list s", + "l ists", + "▁Mur phy", + "Data set", + "Dat aset", + "▁(! $", + "▁tremend ous", + "▁se ñ", + "▁S ed", + "▁Se d", + "▁sw allowed", + "▁swallow ed", + "om p", + "o mp", + "▁L ate", + "▁La te", + "▁Lat e", + "▁an ys", + "▁any s", + "▁dead ly", + "fol low", + "f ollow", + "▁A nc", + "▁An c", + "▁h w", + "▁ hw", + "wik ipedia", + "ic ts", + "ict s", + "▁Al aska", + "▁sc ary", + "▁scar y", + "▁second o", + "▁sec ondo", + "▁her oes", + "▁hero es", + "▁veter an", + "▁behav iors", + "▁behavior s", + "▁behavi ors", + "- %", + "▁E z", + "▁с і", + "▁ сі", + "tik z", + "▁spect acular", + "▁Ch ron", + "▁( @", + "▁ (@", + "▁de mo", + "▁dem o", + "▁ demo", + "▁ser ialized", + "▁serial ized", + "▁In depend", + "▁Indep end", + "BU ILD", + "fail ure", + "▁P ORT", + "▁PO RT", + "▁ PORT", + "ю чи", + "▁med itation", + "sample s", + "sam ples", + "s amples", + "i ão", + "▁Ни кола", + "▁я зы", + "▁Tr uth", + "▁Tru th", + "▁co efficient", + "▁coeff icient", + "sl ug", + "▁XV III", + "▁XVI II", + "▁XVII I", + "ia o", + "i ao", + "de ck", + "dec k", + "▁раз ви", + "▁ad oles", + "ar ius", + "ari us", + "▁H az", + "▁Ha z", + "▁Pro test", + "▁Prote st", + "ra de", + "rad e", + "r ade", + "не ния", + "▁cl ause", + "conne ctor", + "connect or", + "conn ector", + "RA TE", + "R ATE", + "ц ю", + "▁Conne cticut", + "V S", + "abul ary", + "HO W", + "▁d elen", + "▁de len", + "▁del en", + "▁su ited", + "▁suit ed", + "▁suite d", + "▁Sur vey", + "ze c", + "z ec", + "ți i", + "ț ii", + "▁b acks", + "▁back s", + "▁ba cks", + "▁ backs", + "com merce", + "▁And rea", + "▁Andre a", + "▁Andr ea", + "▁propag anda", + "iz ioni", + "izi oni", + "izio ni", + "▁B il", + "▁Bi l", + "▁In nov", + "▁Inn ov", + "▁forg ive", + "▁oper ates", + "▁operate s", + "▁opera tes", + "ч ний", + "▁l ingu", + "▁lin gu", + "▁ling u", + "▁c ollar", + "▁col lar", + "▁coll ar", + "до л", + "сі й", + "zt en", + "zte n", + "z ten", + "im at", + "ima t", + "i mat", + "▁sh oe", + "ge nder", + "gen der", + "g ender", + "▁leg ally", + "▁legal ly", + "RO P", + "R OP", + "▁S leep", + "deleg ate", + "ID s", + "▁build s", + "▁qu er", + "▁que r", + "▁q uer", + "▁ quer", + "uls ion", + ". “", + "к ло", + "ri se", + "ris e", + "r ise", + "th ink", + "К о", + "▁bacter ia", + "▁magn ific", + "▁prison er", + "Cl ock", + "C lock", + "R B", + "ú t", + "▁L iz", + "▁Li z", + "gr a", + "g ra", + "▁And ré", + "▁Andr é", + "▁D ennis", + "▁Den nis", + "▁sur ge", + "▁surg e", + "ex isting", + "exist ing", + "▁W ald", + "▁Wal d", + "▁Wa ld", + "▁S chema", + "▁Sch ema", + "▁Sche ma", + "▁ Schema", + "▁war nings", + "▁warn ings", + "▁warning s", + "▁qu adr", + "▁quad r", + "at te", + "att e", + "▁E ins", + "▁Ein s", + "▁ad option", + "▁adopt ion", + "▁w anna", + "▁de rive", + "▁der ive", + "▁deriv e", + "▁ derive", + "▁a rena", + "▁are na", + "▁ar ena", + "▁aren a", + "▁Den ver", + "▁F i", + "▁ Fi", + "▁Jess ica", + "acy j", + "R atio", + "▁которы е", + "▁Act ivity", + "▁Activ ity", + "▁ Activity", + "em u", + "e mu", + "▁St alin", + "▁Sta lin", + "ag gi", + "agg i", + "a ggi", + "▁f ün", + "▁f ils", + "▁fil s", + "▁fi ls", + "aj u", + "a ju", + "card s", + "car ds", + "c ards", + "▁att raction", + "▁attract ion", + "▁attr action", + "▁attra ction", + "od ot", + "odo t", + "o dot", + "F at", + "▁H aven", + "▁Ha ven", + "▁Have n", + "▁Hav en", + "▁nine teenth", + "▁ninete enth", + "▁* *\"", + "▁** \"", + "▁m aggio", + "▁mag gio", + "ma ny", + "man y", + "m any", + "win ning", + "▁G A", + "▁ GA", + "▁d ummy", + "▁ dummy", + "Un able", + "en ci", + "enc i", + "ère nt", + "è rent", + "Im g", + "I mg", + "▁t ob", + "▁to b", + "DI P", + "D IP", + "S ince", + "▁Sa fe", + "▁Saf e", + "▁ Safe", + "Gu ard", + "is ure", + "i sure", + "port e", + "por te", + "p orte", + "▁stad ium", + "in di", + "ind i", + "▁App arently", + "ug no", + "▁w olf", + "▁ne ces", + "▁overse as", + "of s", + "o fs", + "ar el", + "are l", + "a rel", + "▁F ine", + "▁Fin e", + "▁Fi ne", + "▁cor rupt", + "▁n ovember", + "▁nov ember", + "▁nove mber", + "▁interpret ed", + "ib ile", + "ibil e", + "▁w ages", + "▁wa ges", + "▁wage s", + "▁Pre tty", + "▁Her bert", + "▁reg istr", + "вы м", + "an swer", + "ans wer", + "▁m orte", + "▁mor te", + "▁mort e", + "▁com posite", + "▁compos ite", + "Tool bar", + "▁iter ator", + "▁ iterator", + "ant ine", + "anti ne", + "▁init ialized", + "▁initial ized", + "▁initialize d", + "▁ initialized", + "▁poor ly", + "Access or", + "▁Han nah", + "▁Hann ah", + "▁то лько", + "ol an", + "ola n", + "o lan", + "▁o tto", + "▁ot to", + "▁ott o", + "▁ otto", + "▁str ikes", + "▁stri kes", + "▁strike s", + "▁conflict s", + "▁conflic ts", + "▁s urg", + "▁su rg", + "▁sur g", + "▁histor ian", + "▁historia n", + "wo man", + "w oman", + "▁l ibraries", + "be w", + "b ew", + ")- -(", + ")-- (", + "ga ther", + "g ather", + "▁L ip", + "▁Li p", + "▁f ict", + "▁fi ct", + "FIL TER", + "@ {", + "▁bl essed", + "▁bless ed", + "et ics", + "etic s", + "eti cs", + "▁f ork", + "▁for k", + "▁Me tal", + "▁Met al", + "▁Meta l", + "po lation", + "pol ation", + "p olation", + "▁negoti ations", + "▁gen us", + "▁genu s", + "▁cont rolling", + "▁control ling", + "VER T", + "VE RT", + "V ERT", + "▁P erry", + "▁Per ry", + "▁S PD", + "▁SP D", + "CA SE", + "C ASE", + "т вер", + "▁C rown", + "▁Cr own", + "▁Cro wn", + "▁Crow n", + "▁ind ul", + "▁indu l", + "▁e hemal", + "▁ampl itude", + "▁amplit ude", + "▁B ach", + "▁Ba ch", + "▁phot ographer", + "▁photograph er", + "n ý", + "▁inv ested", + "▁invest ed", + "▁P arte", + "▁Par te", + "▁Part e", + "▁pro long", + "C U", + "icht et", + "ichte t", + "res ume", + "▁c arb", + "▁car b", + "▁ca rb", + "ur st", + "urs t", + "▁N ixon", + "▁n eur", + "▁ne ur", + "▁neu r", + "▁ neur", + "▁corpor ations", + "▁corporation s", + "Op s", + "O ps", + "u u", + "l m", + "ap ple", + "app le", + "ch te", + "cht e", + "▁deliber ately", + "ber e", + "be re", + "b ere", + "▁fe br", + "▁provinc ia", + "▁provin cia", + "Over flow", + "▁E ight", + "▁ind ication", + "▁indic ation", + "▁pist ol", + "▁к ре", + "▁ кре", + "oc ial", + "oci al", + "o cial", + "▁r und", + "▁run d", + "▁ru nd", + "▁ rund", + "▁se hr", + "ok at", + "oka t", + "o kat", + "ül et", + "ü let", + "▁He at", + "Н а", + "▁о дин", + "▁од ин", + "IC S", + "I CS", + "ay e", + "a ye", + "▁eight een", + "▁t ug", + "▁tu g", + "LO T", + "L OT", + "▁L ar", + "▁La r", + "ning s", + "n ings", + "▁T odd", + "▁To dd", + "▁Tod d", + "▁organis ations", + "▁organisation s", + "▁g enes", + "▁gen es", + "▁ge nes", + "▁gene s", + "B ag", + "Ke ep", + "^{ +", + "Base d", + "Bas ed", + "B ased", + "sk in", + "ski n", + "s kin", + "▁to das", + "▁tod as", + "▁toda s", + "▁illustr ated", + "▁c f", + "▁ cf", + "▁ar riving", + "▁arriv ing", + "▁arr iving", + "▁excess ive", + "▁tra its", + "▁trait s", + "▁s ank", + "▁san k", + "▁Att ribute", + "▁ Attribute", + "▁G D", + "▁ GD", + "com par", + "comp ar", + "▁dent ro", + "br is", + "b ris", + "▁at oms", + "▁atom s", + "fr ed", + "fre d", + "f red", + "▁E val", + "▁Ev al", + "▁Eva l", + "▁ Eval", + "▁di stances", + "▁dist ances", + "▁distance s", + "st aw", + "sta w", + "краї н", + "vari ables", + "variable s", + "l c", + "на ли", + "нал и", + "н али", + "▁чемпи она", + "wi j", + "w ij", + "▁Sim ilar", + "je k", + "j ek", + "Pe t", + "P et", + "=\" $", + "ко то", + "▁R ang", + "▁Ra ng", + "▁Ran g", + "ion ato", + "iona to", + "▁bek annt", + "▁bekan nt", + "! *", + "Li m", + "L im", + "▁concl usions", + "▁conclusion s", + "ain te", + "ai nte", + "aint e", + "a inte", + "- ,", + "▁g ł", + "▁pass ive", + "▁Ga ussian", + "▁stag ione", + "ME DI", + "MED I", + "it ol", + "ito l", + "i tol", + "▁Jer emy", + "View s", + "class List", + "▁desper ately", + "▁desperate ly", + "▁ver l", + "▁ve rl", + "br ace", + "bra ce", + "N P", + "▁c ob", + "▁co b", + "▁A rist", + "▁Ar ist", + "▁Ari st", + "da p", + "d ap", + "Fil ters", + "Filter s", + "'=> '", + "ul tan", + "ult an", + "▁F actory", + "▁ Factory", + "è le", + "▁l asting", + "▁last ing", + "▁las ting", + "▁element ary", + "▁C M", + "▁ CM", + "▁Louis iana", + "▁p ov", + "▁po v", + "PC I", + "P CI", + "è de", + "▁P ink", + "▁Pin k", + "▁Br uno", + "▁Bru no", + "▁Brun o", + "▁Y ellow", + "▁ev angel", + "▁lik elihood", + "WID TH", + "▁$ -", + "▁ $-", + "ni co", + "nic o", + "n ico", + "hu i", + "h ui", + "ak ter", + "akt er", + "akte r", + "ne urs", + "neur s", + "n eurs", + "▁bre eze", + "▁bree ze", + "▁со ста", + "▁He ader", + "▁Head er", + "▁ Header", + "om rå", + "▁D ylan", + "▁Dy lan", + "▁Bi ographie", + "▁Univers ität", + "on so", + "ons o", + "HAND LE", + "J ournal", + "ea st", + "e ast", + "▁sup pliers", + "▁supplier s", + "▁table t", + "▁tab let", + "LI C", + "L IC", + "PER TY", + "ї в", + "▁z aw", + "▁za w", + "▁su bm", + "▁sub m", + "▁Fern ando", + "▁nou velle", + "▁nouve lle", + "▁Point s", + "▁ Points", + "▁str angers", + "▁strange rs", + "▁stranger s", + "▁strang ers", + "Component Model", + "ist ro", + "istr o", + "au rus", + "aur us", + "▁san ct", + "▁о дна", + "▁од на", + "▁В ы", + "▁о на", + "▁он а", + "▁ она", + "vert ical", + "Sp ring", + "▁Har old", + "▁Back ground", + "▁ Background", + "Bal ance", "Key word", - "Pre p", - "ĠTot tenham", - "Ġkay aking", - "ĠPom pe", - "ĠBulgar ian", - "Ġenumer ate", - "Ġvisc eral", - "? âĢĿ.", - "Ġan grily", - "ĠB ail", - "Ġver re", - "æľī å", - "Ġharm ing", - "ĠExt remely", - "èĢĮ æĺ¯", - "Ġcritic izing", - "Ġpad res", - "Ġandere m", - "ĠMent or", - "6 34", - "z uf", - "Ġthe res", - "le itung", - "Ġsp illing", - "lect able", - "Ġprob iotic", - "Ġcounter feit", - "85 1", - "ĠJud as", - "ĠNad u", - "åĮħ æĭ¬", - "éĨ Ĵ", - "Ġzape wn", - "Ġd á", - "Ġg ering", - "ĠP RES", - "oc ent", - "ast Äĥ", - "Ġcl ave", - "az ionale", - "Ġafter market", - "Ġpar ody", - "Ġcor iander", - "ush ima", - "Ġpied s", - "��Inj uries", - "7 26", - "C ooking", - "Ġw atered", - "le ave", - "Ġes qu", - "Ġimport ancia", - "ĠDist ributed", - "Ġsky line", - "Ġbez pie", - "Ġlivest ream", - "Ġadolesc ence", - "L oss", - "Ġw oe", - "Ġd ale", - "ĠR amp", - "ĠR ä", - "Ġex asper", - "ĠFl Ã", - "Ġelect roph", - "ĠDes de", - "Ġselect ively", - "07 8", - "ĠAdvert isement", - "ĠCharacter istics", - "ĠC PC", - "Ġun g", - "Ġbet er", - "Ġsubst itutes", - "ĠSon ny", - "Ġiron ically", - "Ġcatal ytic", - "ĠDial ogue", - "Ġm over", - "Ġu cc", - "Ġcol oc", - "ĠSch a", - "Ġwrong ly", - "Ġsport y", - "ĠOper ational", - "ĠRo asted", - "ouver te", - "å» ·", - "Crit eria", - "8 68", - "h av", - "Ġ Ċĉĉ", - "Ġque ues", - "ger icht", - "ĠEd ith", - "ĠJan uar", - "sub string", - "d ress", - "Ġun plug", - "Ġinter d", - "ĠLe vine", - "è¿ ħ", - "arth ritis", - "RO OT", - "Ġtrou v", - "View ById", - "ĠStart s", - "Ġgard er", - "ĠDar cy", - "Ġvene er", - "Ġindiff erence", - "getElement ById", - "B illy", - "or ca", - "ĠH ib", - "ĠF owler", - "ĠE rs", - "ĠSt ability", - "any thing", - "AR GET", - "opp e", - "Ġsex ist", - "ĠMP H", - "Ġadren al", - "Ġpubblic o", - "Ġdiferen cia", - "ĠheiÃŁ t", - "6 39", - "in ha", - "Ġg oth", - "ĠI ST", - "ĠO ch", - "Ġco ÅĽ", - "Ġson st", - "58 9", - "ĠEth nic", - "DI Y", - "Wal let", - "ĠM oms", - "Ġcom ún", - "ĠJ oomla", - "Ġob nox", - "Ġdu ke", - "Ġtransl ators", - "Ġcrim son", - "Met ric", - "Ġgan zen", - "Ġfertil izers", - "Ġaktu ellen", - "ĠL oy", - "ĠL INK", - "Ġeff ets", - "ĠOr b", - "Ġair ing", - "Ġpolit ic", - "Ġcy top", - "59 6", - "uz ioni", - "ĠCu omo", - "ĠJos ie", - "ĠNicar agua", - ": `", - "Ġun controll", - "Ġpart age", - "ä ns", - "å¤ º", - "Ġanal ges", - "ĠMor ales", - "Ġinstitut ed", - "Ġélect rique", - "A ber", - "U CH", - "W atching", - "Ġc auc", - "le ine", - "Ġl ua", - "Ġst ric", - "ĠM ES", - "ĠB aked", - "Ġcon nu", - "ĠW ig", - "Ġinc ense", - "Ġpropos itions", - "ĠAtt ribution", - "Ġillustr ator", - "ĠWik imedia", - "Ġá reas", - "Incre ase", - "Vert ical", - "M anchester", - "ĠP RI", - "08 4", - "ĠDet ox", - "Ġbul king", - "IR S", - "cons ider", - "ĠBow man", - "ĠLearn ed", - "ĠNS F", - "ĠBegin ner", - "gro ve", - "B RA", - "Ġl umbar", - "ĠF oss", - "Ġbl uetooth", - "Ġsit com", - "ĠReg ards", - "Ġreass urance", - "Cra ig", - "Ãīt at", - "M X", - "t ap", - "Ġd iction", - "ĠL ending", - "ĠE ink", - "ĠE CB", - "Ġpl acer", - "Ġdem ost", - "sh ock", - "sh ima", - "ĠMon o", - "ĠRev ision", - "VENT ION", - "Ġhäuf ig", - "Z O", - "c reation", - "at own", - "Ġst ares", - "ĠH urt", - "ĠJ em", - "iz umab", - "ue ur", - "Ġhis sed", - "ise z", - "ĠPh i", - "De an", - "Ġdobr ze", - "' ')", - "< '", - "M ilitary", - "Ġp pm", - "ĠH ark", - "iss ive", - "ĠBe weg", - "ape ake", - "agn o", - "ĠGu cci", - "åĽ °", - "Ġsem en", - "î tr", - "Ġstro ked", - "ĠMars hal", - "ĠTherap ist", - "Ġbart ender", - "Ġm ú", - "ed ì", - "ĠD ement", - "ĠL imb", - "ĠV ad", - "ĠV isc", - "Ġsome place", - "la res", - "Ġtele port", - "ĠKey word", - "ĠRobb ins", - "8 48", - "G il", - "us ages", - "ust y", - "PA GE", - "Ġlie ux", - "Rel ax", - "Ġrh yme", - "Download s", - "Ġfaç ade", - "7 36", - "B AR", - "m ur", - "id amente", - "Ġbook maker", - "Ġaff luent", - "Ġprim eros", - "Ġorigin als", - "Ġkl ient", - "Ġreun ited", - "ĠMaced onia", - "A WS", - "ĠM unicip", - "Ġsh ifter", - "Ġà İ", - "Ġtem pered", - "ĠInc ident", - "Ġstock p", - "ca ption", - "Ġmig rating", - "а ÑĢ", - "ĠAuthor ization", - "B ike", - "m allow", - "ĠW ants", - "ĠE is", - "ĠY osh", - "79 2", - "ĠP ics", - "Ġqu iero", - "Ġad o", - "ink ling", - "Ġem pre", - "ĠPl asma", - "Ġpast ries", - "Ġsett ore", - "Ġnos es", - "ĠGen re", - "Fe eling", - "Dav is", + "~$ \\", + "~ $\\", + "mal loc", + "m alloc", + "ORM AL", + "Sk ip", + "▁Mu ham", + "▁back wards", + "▁backward s", + "c ów", + "по зи", + "▁back end", + "▁ backend", + "▁de emed", + "▁accur ately", + "▁accurate ly", + "▁trans c", + "▁Broad way", + "▁g rud", + "▁gr ud", + "▁gru d", + "▁N amen", + "▁Name n", + "▁Na men", + "▁Nam en", + "▁sh ifting", + "▁shift ing", + "▁ment ally", + "▁mental ly", + "▁cal ories", + "▁cons ensus", + "Perm issions", + "Permission s", + "▁ob jet", + "▁obj et", + "▁elabor ate", + "at ts", + "att s", + "▁sn ake", + "▁ref res", + "▁refr es", + "ar u", + "a ru", + "▁reflect s", + "oun ge", + "o unge", + "R ank", + "▁K urt", + "▁Kur t", + "▁Ku rt", + "▁p ied", + "▁pie d", + "▁pi ed", + "▁exped ition", + "V el", + "▁O wen", + "Le ad", + "L ead", + "▁utter ly", + "▁Ar be", + "▁bre asts", + "▁breast s", + "IP S", + "I PS", + "▁hung er", + "▁hun ger", + "at em", + "ate m", + "a tem", + "▁vers chied", + "▁versch ied", + "▁Cam era", + "▁ Camera", + "▁Mün chen", + "iv als", + "ival s", + "iva ls", + "i vals", + "▁sp raw", + "▁spr aw", + "▁S ü", + "▁Was ser", + "▁mechan ics", + "Load ed", + "Lo aded", + "db c", + "d bc", + "▁re marks", + "▁rem arks", + "▁remark s", + "▁ remarks", + "▁} ).", + "▁}) .", + "▁ }).", + "▁pain ter", + "▁pa inter", + "▁paint er", + "▁h aut", + "▁ha ut", + "Mar shal", + "IS D", + "I SD", + "▁ve loc", + "▁vel oc", + "▁In cre", + "▁Inc re", + "W ar", + "▁ру с", + "▁com pte", + "▁comp te", + "▁compt e", + "ü g", + "▁Def inition", + "▁ Definition", + "▁G am", + "▁Ga m", + "▁H ir", + "▁Hi r", + "▁witness ed", + "▁g ren", + "▁gr en", + "▁gre n", + "▁ gren", + "▁hur ry", + "ch et", + "che t", + "c het", + "re verse", + "G F", + "▁Qu arter", + "п ла", + "▁s ar", + "▁sa r", + "sb urg", + "sbur g", + "s burg", + "▁D it", + "▁Di t", + "▁ Dit", + "▁Arn old", + "j k", + "▁l ambda", + "▁ lambda", + "è ge", + "▁o z", + "▁ oz", + "▁h ans", + "▁ha ns", + "▁han s", + "▁answ ering", + "▁answer ing", + "▁o live", + "▁ol ive", + "▁sp ont", + "▁spo nt", + "▁inter vals", + "▁interval s", + "> @", + "▁т ран", + "▁тра н", + "▁F ocus", + "▁ Focus", + "ч них", + "▁д ви", + "▁tri angle", + "▁r ally", + "▁P unk", + "▁Pun k", + "▁G and", + "▁Ga nd", + "se ctions", + "section s", + "sect ions", + "сси й", + "AC CESS", + "A CCESS", + "ha rm", + "har m", + "h arm", + "▁Sk ip", + "▁ Skip", + "▁D river", + "▁Dr iver", + "▁Drive r", + "▁ Driver", + "▁Sant iago", + "it ung", + "itu ng", + "▁B arr", + "▁Bar r", + "▁Ba rr", "process or", - "Ġpir acy", - "u ie", - "Ġf ruct", - "el as", - "Ġwh ist", - "ĠN amen", - "Ġpe aches", - "Ġbr ute", - "Ġwater y", - "Ġgroup es", - "ĠFound ations", - "elect ed", - "Ġfragr ances", - "Ġparas ite", - "Ġunle ashed", - "Ġantagon ist", - "liqu id", - "Ġpote va", - "Ġdiscrimin atory", - "C ircle", - "K Y", - "m oon", - "o itte", - "u il", - "Ġl äng", - "Ġk orzyst", - "Ġnew bies", - "æĥ §", - "68 4", - "Ġshel tered", - "Design er", - "Week ly", - "Ġinaug uration", - "ĠWor cester", - "mand u", - "Ġsarc astic", - "Ġp und", - "Ġun comp", - "Ġem pl", - "land ers", - "za am", - "CH ANGE", - "Ġdefe ats", - "Ġaspir in", - "Ġasc ending", - "Ġcontrace ption", - "ĠLocks mith", - "ĠS hips", - "ĠL ithium", - "Ġom it", - "åĿ ĩ", - "igs aw", - "ĠSuggest ions", - "ĠPEO PLE", - "Ġw ol", - "ÃŃ lia", - "Ġdec ipher", - "Ġadjust s", - "ĠRon nie", - "æı ı", - "Ġstem ming", - "Ġdece it", - "ĠInfl ation", - "C es", - "re ichen", - "Ġv ám", - "Ġr v", - "ĠL age", - "Ġinc ision", - "Ġimp over", - "Ġcar rera", - "uss ia", - "ĠTr am", - "Ġder ives", - "ĠMed ina", - "ĠKe en", - "vis o", - "ĠGreen wood", - "Ġawaken ed", - "Tur key", - "Ġacquaint ances", - "çĵ ¦", - "8 34", - "Ġg out", - "ĠT olkien", - "Ġj oc", - ".. \"", - "int ensity", - "Ġpre z", - "ĠCh ances", - "ĠUn o", - "Ġcome ç", - "Ġhappen ings", - "ĠEr n", - "N aturally", - "g na", - "Î ¸", - "ch amp", - "ost at", - "Ġun heard", - "Ġinv ading", - "Ġlo fty", - "bl ade", - "Ġdig s", - "Ġwa ived", - "Fe aturing", - "ãĥ ĥ", - "Ġbin ocular", - "Ġencounter ing", - "OLOG Y", - "K G", - "¤ ä", - "st elle", - "ĠR ae", - "te a", - "Ġz ig", - "Ġet ched", - "ĠZ ambia", - "Ġut ilit", - "Ġalleg ing", - "ĠPas adena", - "Ġdag li", - "ĠLIC ENSE", - "K ernel", - "{ -", - "an ity", - "Ġb g", - "ĠT oni", - "ad ine", - "ĠJ ana", - "ĠAnal og", - "ĠTim er", - "ĠNeed le", - "iñ o", - "it in", - "it ag", - "Ġm isf", - "ĠVal erie", - "95 2", - "ĠSam ples", - "ĠCard iovascular", - "ĠMont y", - "Ġtough ness", - "èį £", - "indust rie", - "Ġexpir y", - "D or", - "Ġt aped", - "ct al", - "Ġha uling", - "Ġun affected", - "In ject", - "ret ag", - "人 ç±»", - "å¥ ´", - "unc ia", - "fin ance", - "Ġconse ils", - "Ġcav ities", - "ĠMeasure ments", - "T ed", - "r ados", - "ł ç«ĭ", - "Ġl ice", - "ĠM asc", - "ĠB EN", - "Ġcon verse", - "pt ics", - "ĠK rit", - "Ġrep ression", - "At om", - "IP E", - "ĠHom emade", - "Ġneglig ible", - "ĠCondition er", - "B LOGGER", - "ĠG rav", - "05 3", - "Ġrein forces", - "ĠCou rage", - "ĠConfig ure", - "ĠSepar ate", - "ĠUz bek", - "Ġsuspic ions", - "ĠN orte", - "Ġprof onde", - "ipp o", - "ĠRep ository", - "75 4", - "ĠMart ial", - "Ext ensions", - "Eng land", - "Ġerre ichen", - "Ġsuperfic ie", - "Ġviscos ity", - "N J", - "h omes", - "q s", - "s aved", - "ĠS idd", - "ep och", - "ĠOr g", - "Ġbar ren", - "Ġnormal ize", - "Sp ain", - "ĠDec re", - "ĠMer ci", - "b ahn", - "k az", - "Ġs iete", - "ĠCh ant", - "Ġsm ashing", - "Ġaut istic", - "Ġextrem ist", - ".' '", - "ĠColl agen", - "Ġparc els", - "S ono", - "en á", - "ĠH G", - "ĠN G", - "ĠMe er", - "Ġsweet est", - "Ġton ic", - "c ookie", - "¶ æ", - "ent ra", - "Ġcom rades", - "ap oration", - "Ġem oji", - "Ġdoc ks", - "Is lam", - "Ġunf avorable", - "ĠCert ificates", - "Ut ilities", - "urop a", - "ĠInnov ations", - "K am", - "x on", - "} },", - "id u", - "ĠT orn", - "Ġv last", - "Ġim ágenes", - "Ġant ip", - "Ġpath ological", - "Ġelectric ian", - "Ġmig raines", - "ĠWhats app", - "ĠSnap dragon", - "ĠDiscount s", - "F ot", - "b ior", - "ĠC ree", - "é rence", - "Ġsl ed", - "Ġpop ulate", - "IS ON", - "Ġmig liore", - "ĠAst ro", - "ĠJoh an", - "Ġleisure ly", - "engine ering", - "æķħ äºĭ", - "ĠDres den", - "p ul", - "Ġwe et", - "âĢ¦ ).", - "Ġur m", - "ĠBrit ney", - "zer os", - "æĹł 论", - "Ġexcer pts", - "K in", - "Ġtr uc", - "ĠTh orn", - "ount ains", - "Ġbu ona", - "Ġpres enza", - "Ġmus ica", - "Ġrev olt", - "ĠWar fare", - "Ġlit res", - "asm ic", - "abol ism", - "ĠOri entation", - "Dem and", - "Ġmiscon ceptions", - "Ġskate board", - "ĠMöglich keiten", - "Ġa ortic", - "st rength", - "ĠG ourmet", - "Ġtr ache", - "ĠNew found", - "ken nt", - "Ġcommission ing", - "å°Ķ çº", - "令 人", - "ĠRud y", - "ĠPars ons", - "H arris", - "Ġd rib", - "ot hed", - "ge ving", - "ĠSh utter", - "Ġver öff", - "Ġfirm ness", - "ĠFe ast", - "Me an", - "Ġsin ners", - "æīĢ è°ĵ", - "Ġliber ated", - "/ )", - "/ {", - "h ara", - "l ude", - "ĠL over", - "Ġresp ite", - "Ġtri um", - "Ġstamp ing", - "Ġverd ade", - "Ġpenet rating", - "G it", - "ĠU ri", - "Ġel uc", - "Ġint el", - "Ġjoy ous", - "Other wise", - "Ġsupervis ory", - "w olves", - "ub ert", - "Ġloc ality", - "co on", - "ĠDesign ing", - "åī ¯", - "fall en", - "Ġgrasp ing", - "Ġobed ient", - "ĠHEL P", - "ĠCly de", - "n od", - "Ġf b", - "ĠD SP", - "ĠSh r", - "ok ay", - "ĠReg iment", - "59 8", - "UB LE", - "Oper ating", - "羣 æŃ£", - "Ġnast ÄĻp", - "Ġproph yl", - "U UID", - "w b", - "ł 说", - "Ġpar mes", - "Ġconf ines", - "Ġinf ancy", - "ogn itive", - "IV ERS", - "çº ·", - "sch ule", - "Ġabandon ing", - "dest ination", - "Ġpermett ant", - "ĠIllustr ator", - "R ent", - "Ġp ep", - "sh ut", - "Ke ith", - "Ġintellect ually", - "Ess ay", - "Ġense ñ", - "éº »", - "Ġabras ive", - "v ary", - "os upp", - "ĠPh araoh", - "Ġsw oop", - "Ġconc ussion", - "ĠErfahr ung", - "ĠHimal ayan", - "ĠExped ition", - "ĠH aley", - "pl asia", - "ĠPro to", - "fl äche", - "èĪ ŀ", - "Ġneuro trans", - "Ġsucc inct", - "ĠRand olph", - "r ati", - "ĠS BC", - "ä ck", - "ĠCons umption", - "Ġboost ers", - "Ġlibr arians", - "p ac", - "as ions", - "un ik", - "Ġsu chen", - "Ġdes em", - "Ġmod a", - "min imum", - "fort une", - "ĠEm m", - "Ġinstall ments", - "ĠSome body", - "åº Ļ", - "Ġsmooth ing", - "ĠSubject s", - "ĠAccept ed", - "P ython", - "U MP", - "s outh", - "Ġ à¸", - "Ġu st", - "ĠM FA", - "ĠCh arts", - "get Logger", - "Ġset backs", - "Ġsk ut", - "Ġexp orters", - "Ġconst ellation", - "Ġtele health", - "Ġfro gs", - "å°Ĩ åĨĽ", - "æĸ¯ çī", - "ĠKy iv", - "éŃ ı", - "ĠRew ard", - "ĠOrt iz", - "Ré pondre", - "ĠMons ieur", - "Ġpsyched elic", - "Ġj ig", - "Ġk ab", - "Ġme est", - "ĠEm il", - "Ġrespect fully", - "Ġelement al", - "ĠTrust ed", - "access ed", - "ĠSold iers", - "Ġlent ils", - "est rian", - "ate k", - "ans a", - "Ġcl ad", - "Ġsp ac", - "Ch arg", - "Ġsol t", - "65 8", - "Ġrh s", - "ĠJa ime", - "Ġunders ide", - "ĠS ven", - "Ġne x", - "lic ensed", - "icht lich", - "99 6", - "oph ilia", - "cz ny", - "ĠOrgan izer", - "ĠEve rett", - "7 38", - "9 36", - "Ġand rogen", - "ĠS BA", - "red itation", - "Ġcel estial", - "Ġanch ors", - "ĠMaur it", - "ĠDust in", - "Ġpolynom ial", - "b ewer", - "y the", - "Ġs is", - "Ġk ara", - "ll t", - "Ġcomb ating", - "Ġred isc", - "ĠPres chool", - "05 5", - "Ġamb assadors", - "ni ÄĻ", - "ĠFI LE", - "Ġresear ches", - "Ġraff le", - "Ġunsett ling", - "Ġd ah", - "qu ent", - "Ġha em", - "Ġso ar", - "ĠSe ats", - "ĠAcc ommodation", - "Ġball room", - "ĠNiger ians", - "priv ile", - "^ *", - "ĠL osing", - "âĢľ âĢĺ", - "ĠK itt", - "ace ae", - "Ġsc ot", - "Ġrel inqu", - "åĩ ¡", - "Sp here", - "Ġimmun ization", - "Ġalarm ed", - "åİŁ åĽł", - "ĠMush room", - "$(' #", - "ĠP LA", - "ĠH erc", - "Ġsh outs", - "Ġcr on", - "Ġbul ld", - "Connect ed", - "ĠOpt imize", + "▁real ised", + "▁realise d", + "ą z", + "le ave", + "▁C omo", + "▁Com o", + "▁Co mo", + "▁Re views", + "▁Review s", + "▁и зда", + "▁из да", + "▁earn ings", + "▁ear nings", + "▁earning s", + "▁S creen", + "▁Sc reen", + "▁Scre en", + "▁ Screen", + "gr and", + "gra nd", + "g rand", + "▁ap ril", + "▁apr il", + "▁sil ently", + "▁silent ly", + "ed o", + "e do", + "ue st", + "ues t", + "u est", + "oo oo", + "▁Исто рия", + "ра з", + "MAGE S", + "MAG ES", + "▁Sing h", + "▁Sin gh", + "▁Per fect", + "▁revolution ary", + "▁н і", + "▁ ні", + "▁Sch ools", + "▁School s", + "R ich", + "▁ch rom", + "▁chr om", + "▁an terior", + "▁ante rior", + "▁Indones ia", + "Con straints", + "Constraint s", + "▁\" __", + "▁\"_ _", + "▁six teen", + "▁sixt een", + "ér e", + "é re", + "мен та", + "мент а", + "N il", + "je l", + "j el", + "че ские", + "чески е", + "▁thr one", + "▁thro ne", + "▁aud iences", + "▁audience s", + "▁i hren", + "▁ih ren", + "▁ihr en", + "▁ihre n", + "ра б", + "Qu ick", + "in burgh", + "fi co", + "fic o", + "f ico", + "▁kid n", + "▁ki dn", + "irm ingham", + "is le", + "isl e", + "iz ación", + "iza ción", + "▁Ch ampions", + "▁Champion s", + "▁вы со", + "ol er", + "ole r", + "o ler", + "▁z ak", + "▁za k", + "▁p lat", + "▁pl at", + "▁V III", + "▁VI II", + "▁VII I", + "at ique", + "ati que", + "li ter", + "lit er", + "l iter", + "▁P rest", + "▁Pr est", + "▁Pres t", + "▁Pre st", + "in is", + "ini s", + "i nis", + "▁scient ist", + "▁m ån", + "▁må n", + "ke ley", + "kel ey", + "▁h yd", + "▁hy d", + "grad uate", + "of t", + "o ft", + "▁N GC", + "on gs", + "ong s", + "▁t ier", + "▁tie r", + "▁ti er", + "▁Sh aw", + "▁Sha w", + "un ächst", + "▁establish ing", + "▁ind icator", + "▁indic ator", + "▁Par ad", + "▁Pa rad", + "▁Para d", + "▁Tr ail", + "▁Tra il", + "UM N", + "▁sp ine", + "▁spin e", + "▁Vis ual", + "▁ Visual", + ":: $", + "▁t eles", + "▁te les", + "▁tele s", + "▁tel es", + "OP ER", + "O PER", + "▁pack aging", + "to ire", + "t oire", + "▁не ско", + "▁product ivity", + "A f", + "ні ї", + "▁de gener", + "▁deg ener", + "br it", + "b rit", "U i", - "ĠB ind", - "ĠD iver", - "ĠSh ame", - "Ġpurpose ful", - "ĠMer ge", - "Ġul cers", - "ĠQual ified", - "ĠNag ar", - "Sure ly", - "Init ially", - "ĠMits ubishi", - "ĠFis heries", - "M ob", - "Z u", - "b ought", - "l ös", - "ĠAn fang", - "Ġer o", - "ĠBr ay", - "ĠSal a", - "ĠST ILL", - "Ġdisrupt ing", - "Ġinterrupt ions", - "Ġsuiv ant", - "T ak", - "Ġgr ille", - "ĠZ odiac", - "ĠPl um", - "Ġperm ette", - "cz nych", - "Ġdess en", - "Ġlemon ade", - "ĠHig hest", - "ĠDJ s", - "åĨħ å®", - "ĠHamm ond", - "C t", - "C oc", + "▁Y am", + "▁Ya m", + "▁d ough", + "▁do ugh", + "▁dou gh", + "os ph", + "osp h", + "▁cl ue", + "▁ре ги", + "▁me ille", + "▁tend ency", + "▁re lay", + "▁rel ay", + "▁design ers", + "▁designer s", + "▁Т у", + "Sh are", + "▁b icy", + "▁bi cy", + "▁M asters", + "▁Ma sters", + "▁Mas ters", + "▁Master s", + "▁м но", + "▁altern atives", + "▁alternative s", + "ет о", + "е то", + "▁coun tr", + "▁count r", + "▁W ow", + "▁Wo w", + "LO CAL", + "LOC AL", + "en ue", + "enu e", + "▁s lim", + "▁sl im", + "к ви", + "▁t ir", + "▁ti r", + "▁do it", + "lic a", + "li ca", + "l ica", + "ci pe", + "cip e", + "c ipe", + "iz ia", + "izi a", + "▁A ires", + "▁Air es", + "▁F alls", + "▁Fall s", + "▁Fal ls", + "▁concent rate", + "▁concentr ate", + "▁ne gl", + "▁neg l", + "▁Re in", + "? ,", + "▁G ott", + "▁Go tt", + "▁Got t", + "▁Ver ify", + "▁ Verify", + "▁Stud ios", + "▁Studio s", + "$ ('#", + "ow ym", + "owy m", + "я в", + "Prim itive", + "▁tax i", + "▁ta xi", + "▁Com mercial", + "▁Ч ер", + "▁Че р", + "place holder", + "se au", + "sea u", + "s eau", + "cor rect", + "he imer", + "heim er", + "▁H of", + "▁Ho f", + "▁d ia", + "▁di a", + "▁i rr", + "▁ir r", + "▁ur ged", + "▁urg ed", + "▁urge d", + "▁a nom", + "▁an om", + "▁ano m", + "▁t arde", + "▁tar de", + "▁tard e", + "ur m", + "u rm", + "▁se ized", + "▁sei zed", + "▁seiz ed", + "DO T", "D OT", - "S rc", - "W Y", - "f ell", - "ed ades", - "ĠA va", - "ĠSh ades", - "99 2", - "ĠMer it", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ Ġ", - "Ġcir cling", - "Ġgrav itational", - "6 38", - "ľ çļĦ", - "ĠTh ou", - "Ġpart ake", - "Ġsl ump", - "Ġdev ait", - "Ġrecomm and", - "Ġphys i", - "Ġbroad caster", - "ĠSil icone", - "bal ances", - "æ´ ŀ", - "Ġunderst atement", - "Sw ap", - "opa ed", - "+- +-", - "R ais", - "b oo", - "Ġp ix", - "ĠI MA", - "ve olar", - "Ġj Query", - "Ġbl anco", - "Ġret arded", - "ĠZ ack", - "Ġdé lic", - "Ġmi xtures", - "Can on", - "Ġalg uns", - "Ġpoly morph", - "ĠEth ical", - "ĠGef Ã", - "Ġmiglior i", - "C ow", - "N atal", - "k ies", - "ĠT elesc", - "ĠJ ing", - "Ġout ils", - "Ġdes halb", - "fore station", - "Ġmus lim", - "../../ ../", - "Ġbrig ade", - "Ġdoctr ines", - "9 55", - "Ġm ong", - "Ġm oe", - "ĠS aga", - "ä¸ °", - "uss es", - "che mic", - "tt es", - "åľ¨ æ", - "Ġbox ed", - "64 8", - "Ġcommand ments", - "ĠSmith sonian", - "Ġtub s", - "Car ol", - "ļ è®®", - "ro ff", - "ĠH ume", - "th reshold", - "ĠV icki", - "form in", - "eth yst", - "Ġhot spot", - "æĺ¯ ä¸Ģ个", - "Ġblue berry", - "Ġenviron nement", - "Ġaccompan ies", - "Rad ius", - "Ġchick pe", - "Ġcambi ar", - "Ġstag gered", - "w ali", - "Ġm ite", - "Ġor o", - "Ġgo vt", - "get to", - "ĠZ ent", - "sh ipping", - "Ġsuff is", - "ĠDom ino", - "Ġbare foot", - "Ġhug ging", - "Ġrhyth mic", - "incre asing", - "d g", - "in ale", - "Ġn ond", - "im agine", - "Ġr m", - "ĠK ass", - "ath s", - "Ġel éct", - "Ġset back", - "Ġset zen", - "ĠSp artan", - "Ġinvestig ates", - "Ġpassion ately", - "uh l", - "Ġjur id", - "ĠPRO DUCT", - "hend e", - "Ġoste oporosis", - "Ir ish", - "Ġráp ido", - "Ġalred edor", - "Ġf used", - "ĠT roll", - "ĠM uff", - "Ġad hered", - "Ġar du", - "Ġph ylogen", - "Ch an", - "ĠLaw son", - "Ġcos mos", - "Ġegg plant", - "Ġdivers os", - "Output Stream", - "Ġpok ed", - "év olution", - "Ġs iano", - "Ġbut termilk", - "ĠZ heng", - "ij e", - "for um", - "Ġanim aux", - "ĠLo ft", - "Ġmelod ic", - "ĠSHO ULD", - "Ġtroph ies", - "Ġn t", - "Ġr t", - "Ġam ps", - "ĠMar quis", - "ÄĽ nÃŃ", - "gi ore", - "Ġsail or", - "ĠNas daq", - "ĠmÃ¥ ste", - "Ġinteroper ability", - "w irtschaft", - "it to", - "Ġf iance", - "le Å", - "ĠS ending", - "Ġde el", - "ĠL ester", - "Ġsa pe", - "Ġacc iones", - "Ġpour rez", - "Ġelim in", - "Ġot to", - "B UR", - "il in", - "ĠM av", - "ĠG aga", - "Ġrel iant", - "Ġcol ores", - "Ġsl ang", - "Ġgener a", - "do ch", - "iger ia", - "string ify", - "riz es", - "Lead ership", - "Clean ing", - "ĠCompat ibility", - "Ġl Ã¥", - "ĠS uc", - "Ġhe irs", - "ĠH anoi", - "ĠO THER", - "Ġro k", - "Ġover flowing", - "Ġneed less", - "pect ing", - "ĠZ ara", - "Ġsch wer", - "gl ut", - "Ġwed ges", - "ĠProc urement", - "Ġgloom y", - "R ever", - "Ġm ellow", - "ĠT ook", - "ĠK nee", - "ES OME", - "rel s", - "ga ard", - "07 9", - "Ġallerg ens", - "ĠShel ley", - "ĠDeal ers", - "w alt", - "he en", - "ac ula", - "ĠC SA", - "Ġpro chain", - "Ġà ĩa", - "EN V", - "Ġque ens", - "Ġdest ino", - "Ġmer gers", - "sk ill", - "Ġtu oi", - "Ġseed lings", - "ĠLect urer", - "Ġabol ition", - "Ġf idd", - "ac om", - "est ine", - "chn ung", - "ED I", - "pop ulation", - "ĠRT X", - "kow o", - "t ale", - "od ic", - "ĠG ong", - "ĠN ath", - "ĠO me", - "ĠUn ix", - "Ċĉĉ ĠĠĠ", - "ĠMe ets", - "sequ ent", - "åĩº çļĦ", - "Ġcamb ios", - "ĠNig el", - "Hig her", - "çļĦåĦ¿ åŃIJ", - "D ental", - "P V", - "V erd", - "c rypto", - "Ġp Äĥ", - "se eking", - "ind ices", - "Ġz uf", - "Ġhand set", - "ĠRem ix", - "ĠOlymp us", - "Ġfunc iona", - "Ġcontempl ated", - "ĠÃĸ sterreich", - "Ġinterrog ation", - "Ġmanif ests", - "Bul let", - "os of", - "ĠH AS", - "Ġag it", - "ex pert", - "Ġsub section", - "Ġant iques", - "0 36", - "w c", - "Ġs clerosis", - "ĠS oda", - "Ġu ber", - "ch Ã", - "ĠR TP", - "Ġar river", - "Ġbo asting", - "Ġrest room", - "ĠInd ies", - "åĽ Ń", - "人 éĥ", - "ĠOut doors", - "ĠVer st", - "Ġafford s", - "ĠDig it", - "Ġcontr ô", - "ĠKap oor", - "q q", - "Ġs arms", - "id on", - "Ġst ile", - "end region", - "Ġsign ify", - "ĠRom â", - "59 7", - "Ġho ax", - "ĠSher lock", - "Ġbout iques", - "techn ology", - "ĠIv ory", - "ĠRais ing", - "= /", - "e lem", - "ià ¶", - "ĠHor iz", - "Ġesp rit", - "Ġpant alla", - "Ġcarp enter", - "Mill is", - ": [", - "E arn", - "ĭ ä¸Ģ", - "end point", - "Ġbr an", - "pr inc", - "Comp ared", - "ĠGrad uation", - "ĠP encil", - "Ġv istas", - "Ġres olver", - "Ġass holes", - "Ġinf uri", - "Ġtri angular", - "sp iel", - "Ġline a", - "Ġcross word", - "98 9", - "ĠSaras ota", - "t ick", - "ĠM ee", - "Ġv ets", - "ĠU A", - "Ġdon uts", - "ĠAll ows", - "ĠPol sce", - "Ġstra pped", - "Ġupset ting", - "Ġiter ator", - "ÅĤe go", - "ĠTact ical", - "al us", - "Ġha uled", - "ĠO TC", - "Ġpass ato", - "Ġver ific", - "OR A", - "ĠInt ensive", - "è¿Ļ 次", - "Ġadm iring", - "Ġwid en", - "ĠPal o", - "omet ri", - "Ġcir cled", - "Ġbrown ed", - "ĠImm obil", - "Ġappet izer", - "Ġnanop articles", - "B ibli", - "me et", - "Äį i", - "\"\" );", - "DE P", - "Inst itut", - "Ġcircum ference", - "Ġminim ized", - "Ġwszyst kie", - "Ġexhilar ating", - "F old", - "n ich", - "ĠT ribute", - "Ġr ätt", - ".\" .", - "Ġshel ving", - "Ġalleg iance", - "ĠLan tern", - "B AS", - "ĠW ett", - "ĠW orse", - "ĠR uf", - "Ġval u", - "Ġpost pone", - "æľ «", - "Ġsat ire", - "oph yll", - "Ġmechan ically", - "éģ ¿", - "57 9", - "Ġescal ating", - "Associ ated", - "ĠKos ovo", - "ĠEarn ings", - "ĠS olic", - "les h", - "ĠNo on", - "ĠGr is", - "sequ ences", - "ĠRob lox", - "iest o", - "èĩª çĦ¶", - "Ġepid em", - "ĠTro jan", - "ĠRank ings", - "aryn geal", - "PLIC ATION", - "ĠB ieber", - "Ġk ry", - "Un its", - "ĠSen ovo", - "ĠBay lor", - "cut aneous", - "every one", - "´ è", - "Ġa a", - "et rics", - "Ġre chts", - "em ann", - "Ġad hes", - "ous ands", - "Re blogged", - "Ġkn ack", - "Ġwarm ly", - "Ġweak est", - "Ext ended", - "Ġdisag reed", - "some one", - "Dat aset", - "Ġzd row", - "again st", - "Ãľ ber", - "( ?)", - "t as", - "v ariant", - "Ġal f", - "ĠB DS", - "Ġcomp ounded", - "ĠV ors", - "ĠCh or", - "ĠInd o", - "Ġreve red", - "Ġrund own", - "Ġcoraz Ã", - "Acknowled g", - "( |", - "W G", - "h ya", - "el astic", - "ĠT ick", - "int ing", - "ob en", - "Ġrust y", - "Spec ification", - "vacc inated", - "Ġdecad ent", - "C rypt", - "| >", - "ĠP ound", - "ĠW yn", - "ĠF alk", - "Ġher vor", - "ne igh", - "Ġind ist", - "Ġcertain e", - "Ġpoly mers", - "ĠMult imedia", - "æĪĺ åľº", - "Under stand", - "Put ting", - "Ġdisgu ised", - "Ġincarcer ated", - "p ause", - "Ġn emen", - "ag ini", - "Ed ited", - "Ġpued an", - "prop ylene", - "turn ed", - "į ç", - "is or", - "ĠF IX", - "ĠO nd", - "Ġpart ing", - "Ġatt ribution", - "Ġcommun ism", - "Ġcost a", - "ĠDec o", - "ĠCow boy", - "ç»ĵ æĿŁ", - "ĠAF TER", - "Ġpeque ño", - "Ġc fg", - "Ġplay lists", - "Ġmis og", - "Ġorganiz aciÃ", - "ä¿ Ħ", - "Ġmol te", - "ĠDor is", - "ĠÄ ij", - "ĠRis ks", - "Ġbour bon", - "8 42", - "k raft", - "Ġp onto", - "ĠIntern acional", - "Ġgro oves", - "ĠBill ie", - "ĠSH OW", - "Ġbour geois", - "c ic", - "Ġo pl", - "ĠC ependant", - "ĠG MC", - "Ġk ite", - "Ġunder cover", - "85 4", - "ĠBre it", - "Ġtransm itting", - "ih anna", - "exp and", - "ĠScot ch", - "Est ablished", - "Ġdash boards", - "Employ ee", - "Ġde formation", - "ra ut", - "ĠL obby", - "all ah", - "Ġrem orse", - "Ġint ently", - "Ġopp ressive", - "Ġcou ches", - "Äħ Äĩ", - "Ġrespond er", - "ĠGovern ors", - "56 9", - "Ġven ous", - "Ġhyp oth", - "CD ATA", - "idem iology", - "C MS", - "Z á", - "d ruck", - "Ġs ina", - "ĠN iem", - "sp ark", - "ĠRep airs", - "Ġbru ises", - "ĠSynt hetic", - "Ġsigu ientes", - "Ġsuf iciente", - "V ir", - "Ġto l", - "Ġfor fe", - "Ġun ui", - "gr ant", - "Ġprov isional", - "Ġmon och", - "Ġcomputer ized", - "Ġkn ights", - "78 3", - "Ġforest ry", - "Ġphotograph ing", - "ĠBrew er", - "Ġwhisper ing", - "ĠTas mania", - "Ġsquirrel s", - "Ġsouha itez", - "Ġoverc rowd", - "âķ IJ", - "z yn", - "Ġt ierra", - "oc ious", - "ach at", - "Ġav vic", - "ĠDe bian", - "Äį et", - "Ġpou co", - "Mic hel", - "Ġmistaken ly", - "Ġdisposit ivo", - "x oxo", - "ĠO A", - "Ġinv igor", - "Ġcr amped", - "Ġlik eness", - "69 1", - "Ġpump kins", - "è· Ŀ", - "School s", - "ĠKnox ville", - "igraph y", - "Ġsuppl ément", - "] -", - "b ite", - "} ));", - "Ġy er", - "ĠM á", - "ra ke", - "Ġcharacter ised", - "ĠRock ies", - "Ġpra ising", - "Ġvel mi", - "Ġsv é", - "ĠMerc er", - "7 46", - "Ġg lean", - "Ġhe als", - "ab as", - "Ġinter play", - "ĠDevelop ed", - "ĠIsrael ites", - "Ġlawn s", - "Ġpharmac ists", - "ĠBeth lehem", - "ĠBrig gs", - "ĠClare nce", - "Ġmanne quin", - "G PS", - "ri ous", - "ie b", - "ight on", - "ĠJ ays", - "Ġad quir", - "iff er", - "put ation", - "Ġlink age", - "99 3", - "Direct ed", - "ĠUnivers ität", - "Ġaccum ulating", - "Ġfeder ally", - "G un", - "N in", - "c ylinder", - "Ġ ern", - "ĠE CO", - "ĠE pson", - "Ġtr iste", - "ĠWh ites", - "umin ous", - "Car bon", - "ĠHub bard", - "Ġgrin ning", - "mov ies", - "Ġînt re", - "ĠnÃ¥ gon", - "7 66", - "p ig", - "Ġ Ñĥ", - "ĭ ä¸Ń", - "Ġc att", - "ou che", - "ĠK iev", - "ov ski", - "Ġpotential s", - "ora uss", - "Ġrespond ent", - "const ruction", - "Ġmes ures", - "ĠMer kel", - "Ġprincip ally", - "Ġnost rils", - "ĠExam iner", - "ĠValue Error", - "ĠStay ing", - "gru ppe", - "Ġdici embre", - "C ancer", - "ĠU F", - "Ġplay able", - "Ġcontrast ed", - "L oved", - "d ong", - "ĠC RA", - "ĠCh al", - "() /", - "Ġer hö", - "Ġdom ingo", - "Ġcirc ulate", - "Ġkn obs", - "åĩ ¯", - "ĠFE MA", - "ĠLiv est", - "Ġon cology", - "ĠE ind", - "Ġout bound", - "ik k", - "Ġev oc", - "Pl ain", - "Ġpsych opath", - "Ġjun io", - "ĠEgypt ians", - "vens ka", - "Ġoso by", - "proto buf", - "ĠConse il", - "ĠZucker berg", - "spill az", - "et ting", - "ĠC ET", - "ist ra", - "Ġtr ac", - "ys es", - "Ġav anti", - "Ġsl ing", - "ĠAl v", - "ĠTr acks", - "Ġann ivers", - "Ġperfect ed", - "ä»ĸ å", - "ĠBlack berry", - "File Path", - "b undle", - "v är", - "z ag", - "Ġw od", - "Ġc au", - "Ġo yster", - "ut or", - "Ġform ato", - "Ġcur bs", - "Ġtem at", - "Tr im", - "Ġlegal ized", - "Ġeste emed", - "天 ç¥ŀ", - "Ġdomin ates", - "ĠDomin ion", - "Ġfraction al", - "ou w", - "ĠI RC", - "ri ent", - "ĠH atch", - "ins urance", - "ĠSh uttle", - "Ġant if", - "Ġprop hetic", - "Ġstrateg ist", - "77 1", - "68 9", - "Ġrecall ing", - "ĠDeb ate", - "ĠHIP AA", - "O VER", - "d ater", - "Ġs idel", - "ĠS ears", - "ĠA ry", - "ĠP ron", - "Ġbl ower", - "ym our", - "ä¸į æĸŃ", - "ĠMet allic", - "Ġsuit ability", - "Ġjed es", - "åĨĽ äºĭ", - "Ġconse il", - "Ġquart et", - "ĠDrop box", - "Ġestud ios", - "N il", - "m inton", - "ag ascar", - "Ġv ending", - "Ġcom ida", - "ĠK urz", - "ric os", - "ĠSl ice", - "69 6", - "ĠLag una", - "Ġdeduct ed", - "é»ij 天", - "ĠSpar ks", - "ĠJub ilee", - "ĠB azaar", - "ĠL ö", - "Ġim itate", - "ĠX T", - "Ġaud itors", - "ĠCal dwell", - "Ġhem isphere", - "Ġneuro science", - "Word Press", - "B ucket", - "R H", - "à ļ", - "é ĸ", - "į ä", - "as semble", - "Ġset ups", - "Ġprop onents", - "Des cribe", - "Ġsand ing", - "ĠPan asonic", - "Ġhydro chlor", - "ĠPour quoi", - "Diff erence", - "ĠPref erences", - "Ġcollaps ing", - "J ump", - "in é", - "is iert", - "ad ay", - "Ġfirst ly", - "let zt", - "��hab l", - "ĠÅ Ł", - "uster ity", - "ĠJud ah", - "Ġconstru ed", - "ĠIg G", - "R ail", - "T ambién", - "a ard", - "Ġas col", - "Ġat rav", - "Ġsc anners", - "Ġeffect ed", - "Le gend", - "Sec onds", - "Ġcitt ad", - "ĠCros by", - "¶ ä¸Ķ", - "Ġl ousy", - "ĠP SP", - "Ġsc ant", - "Ġvol ts", - "Ġdiet ro", - "Ġcolleg iate", - "ĠBour bon", - "prior ity", - "Ġbrewer ies", - "Î Ķ", - "re levant", - "ĠT urb", - "ĠL ONG", - "iv ité", - "Ġré flex", - "Man aged", - "Part ition", - "ĠCP I", - "Ġspo ons", - "m êmes", - "â ŀ", - "Ġc ures", - "Ġd ados", - "ac idad", - "ĠB ef", - "Ġinter v", - "Ġrep rez", - "Ġtape red", - "ograf ia", - "Ġsout en", - "Ġn ests", - "ĠS inn", - "Ġfor ging", - "ĠH AL", - "ĠF IT", - "EN N", - "Ġra ke", - "man ufact", - "Ġturn overs", - "Ġbi odegradable", - "Ġadm ir", - "Ġze er", - "ĠSon oma", - "Ġflag ged", - "ĠScotts dale", - "Ġmisdemean or", - "T ables", - "` {", - "c ible", - "Ġt b", - "ĠF ayette", - "Ġel ic", - "sh oot", - "ĠMore no", - "Ġmodern ization", - "ĠRef resh", - "ATE G", - "ĠHaw th", - "Ġhorr ifying", - "Ġpropor c", - "ĠBatter ies", - "ĠBloss om", - "Ġrg ba", - "9 46", - "am azon", - "ĠA OL", - "ĠC NS", - "ĠD AC", - "ĠJ eb", - "ĠRe vol", - "ĠIm mediate", - "Ġsett les", - "Ad obe", - "block ing", - "RES ULT", - "Ġuniqu ement", - "Ġcon nex", - "em ing", - "ĠW imbledon", - "ĠF G", - "ous ine", - "ov nÃŃ", - "AN TE", - "Ġjud iciary", - "Ġcapital ization", - "ĠMor al", - "Ġspr zed", - "ĠMess i", - "Ġconce ivable", - "Ġsummar izes", - "Ġmasc ot", - "* >(", - "s ufficient", - "Ġf riv", - "im posed", - "ĠM atching", - "Ġatt aining", - "hes da", - "ĠZ y", - "ĠQue ue", - "ĠGrand pa", - "ĠMot ivation", - "69 7", - "Ġbuff ers", - "å£ ģ", - "Ġelectro des", - "Support ing", - "âĶĢâĶĢ âĶĢâĶĢ", - "S ell", - "j castro", - "Ġc rian", - "Ġp ts", - "Ġin medi", - "Ġfind er", - "Ġcor reo", - "ĠCom pletion", - "pre view", - "Ġwel ded", - "Ġprime iro", - "èİ ±", - "ĠBless ings", - "Ġfauc ets", - "omit empty", - "? ;", - "P ra", - "l m", - "in isc", - "Ġtem u", - "Ġcru iser", - "çĽ ĺ", - "geb ung", - "Ġgef Ã", - "ĠJak arta", - "ĠDish washer", - "Ġc ringe", - "Ġf umes", - "Ġb s", - "Ġof recer", - "ĠM ere", - "ĠW oj", - "ĠE inst", - "ĠPr imer", - "ĠPar as", - "individ ual", - "f ern", - "ĠR FC", - "ö st", - "Ġtax is", - "ĠVer onica", - "Ġfacilit ator", - "Ġpanc ake", - "èĭ± éĽĦ", - "Ġcuc ina", - "8 24", - "ĠT essa", - "Ġv io", - "ĠL ec", - "Ġme lee", - "ĠTh umb", - "ĠHe ard", - "ĠSh arks", - "Ġtrav eller", - "ĠProdu ce", - "ĠStruct ures", - "Sympt oms", - "p yt", - "Ġt ann", - "Ġt ÃŃm", - "Ġk enn", - "Ġen regist", - "Ġla ut", - "ĠLe Bron", - "75 3", - "ĠLes bian", - "ĠLuc ifer", - "^^ ^^", - "y cie", - "ĠFeb ruar", - "65 9", - "ĠMass ive", - "redit ary", - "ĠGra ves", - "ĠVij ay", - "Ġh ive", - "Ġpro che", - "ĠE ase", - "Ġund et", - "ian os", - "Ġpos er", - "ç¬ ¦", - "ĠOs aka", - "ĠUnter nehmens", - "Ġconoc imiento", - "ĠHeaven ly", - "nas ium", - "Ġin und", - "Ġj Äħ", - "ap ixel", - "Ġgu ise", - "Ġmet re", - "Ġperm issible", - "Ġbehav ed", - "ĠJes ús", - "ĠDol by", - "Ġrefresh ments", - "Ġdetermin ants", - "Ġapl ica", - "ĠPerc y", - "- %", - "O US", - "h oud", - "r ush", - "te e", - "Ġsp ett", - "Ġsong writing", - "Back up", - "Ġgel atin", + "op acity", + "St rings", + "String s", + "Str ings", + "▁dec iding", + "▁decid ing", + "▁listen ers", + "▁listener s", + "ár a", + "á ra", + "▁pl anted", + "▁plan ted", + "▁plant ed", + "▁é taient", + "▁ét aient", + "Z oom", + "st ví", + "ng th", + "ä ude", + "▁C av", + "▁Ca v", + "▁v endor", + "▁vend or", + "▁ vendor", + "▁ ż", + "▁meas uring", + "▁necess ity", + "▁r ivers", + "▁ri vers", + "▁river s", + "▁riv ers", + "▁labor atory", + "▁E ff", + "▁reprodu ce", + "▁S ak", + "▁Sa k", + "▁not ebook", + "▁note book", + "▁reason ably", + "isecond s", + "i seconds", + "▁Part ial", + "▁ Partial", + "GUI D", + "GU ID", + "G UID", + "▁Per iod", + "▁ Period", + "▁reve aling", + "▁reveal ing", + "▁conv iction", + "▁ н", + "▁бу ли", + "▁altern ate", + "▁alter nate", + "cc iones", + "▁N AT", + "▁NA T", + "▁can onical", + "▁canon ical", + "mo z", + "m oz", + "▁Mé xico", + "M o", + "▁ш а", + "▁ ша", + "lim inary", + "f é", + "чно й", + "ч ной", + "▁Ham burg", + "▁Hamb urg", + "▁influ ential", + "▁b olt", + "▁bo lt", + "▁bol t", + "az zo", + "azz o", + "PH P", + "P HP", + "▁Sa udi", + "▁Saud i", + "▁Sau di", + "▁r m", + "▁ rm", + "▁cer ca", + "▁decor ated", + "▁st aat", + "▁sta at", + "Lo u", + "L ou", + "▁compet itors", + "во ї", + "▁diam ond", + "▁dia mond", + "▁m obil", + "▁mo bil", + "▁mob il", + "Click Listener", + "set State", + "▁s üd", + "; \"", + "œ ur", + "▁Lud wig", + "▁clin ic", + "▁e go", + "▁eg o", + "▁ ego", + "Thread ing", + "▁f ract", + "▁fr act", + "▁fra ct", + "Ref lection", + "oss ip", + "\"] [\"", + "▁L ov", + "▁Lo v", + "Ex press", + "Exp ress", + "Expr ess", + "д ри", + "if acts", + "ifact s", + "▁O ften", + "▁Of ten", + "▁ лу", + "▁p ets", + "▁pe ts", + "▁pet s", + "▁address ing", + "▁m ens", + "▁me ns", + "▁men s", + "▁ED IT", + "▁ EDIT", + "ud der", + "udd er", + "Vert ical", + "ка та", + "Cap t", + "C apt", "verb ose", - "H annah", - "h ay", - "Ġa str", - "ĠR iders", - "Ġcan v", - "Ġsp ong", - "EN E", - "ĠTr udeau", - "ðŁ ĵ", - "IV ES", - "ĠFort y", - "Ġrecon cil", - "kn it", - "Ġtrois ième", - "Frequ ency", - "ĠConstant in", - "ĠAbr am", - "9 31", - "N ine", - "Ġ ï¿", - "ad one", - "ĠP ace", - "ĠG ö", - "here r", - "ĠAl ly", - "AS K", - "Ġhur ricanes", - "ĠSau nders", - "7 42", - "y outube", - "Ġc unning", - "is ive", - "end y", - "Ġj avascript", - "opp ortun", - "ĠST OP", - "Ġps i", - "Ġram en", - "Elim ina", - "ĠChart ered", - "ĠGRO UP", - "Ġintertw ined", - "Ġnatuurl ijk", - "C AL", - "Ġd nia", - "Ġpre cept", - "vent us", - "Ġret in", - "ĠSoc ks", - "ठ°", - "Ben ch", - "Ġabol ished", - "m ite", - "st udio", - "ĠC zy", - "ĠF illing", - "Ġant ico", - "Ġletter ing", - "Ġaston ished", - "D BO", - "P ACK", - "ĠW ander", - "ĠG illes", - "ook ed", - "met ros", + "▁вой ны", + "UNK NOWN", + "un its", + "unit s", + "uni ts", + "per mission", + "perm ission", + "[ _", + "▁er sch", + "▁ers ch", + "▁comm unes", + "▁commun es", + "▁commune s", + "Un ityEngine", + "▁com mut", + "▁comm ut", + "kl ass", + "k lass", + "▁volt age", + "▁volta ge", + "re zent", + "rez ent", + "pe rf", + "per f", + "DR V", + "D RV", + "▁f ame", + "▁fam e", + "▁fa me", + "▁S pot", + "▁Sp ot", + "▁Л ю", + "▁c asting", + "▁cas ting", + "▁cast ing", + "hi m", + "h im", + "▁en gl", + "▁eng l", + "▁int ro", + "▁intr o", + "▁Г у", + "Comp any", + "some thing", + "som ething", + "▁cl icking", + "▁click ing", + "жи ва", + "▁fl ames", + "▁flame s", + "▁random ly", + "ex tr", + "ext r", + "Equal To", + "an ners", + "ann ers", + "anner s", + "anne rs", + "▁p arks", + "▁par ks", + "▁park s", + "▁murm ured", + "ми я", + "▁reason ing", + "сле д", + "▁n er", + "▁ne r", + "▁ ner", + "▁é c", + "▁ éc", + "ow ners", + "own ers", + "owner s", + "▁Д же", + "▁Дж е", + "▁me er", + "▁typ ing", + "▁ty ping", + "▁happ ily", + ".. ...", + "... ..", + ".... .", + ". ....", + "▁Ч а", + "be cca", + "bec ca", + "▁P apers", + "▁Pa pers", + "▁Pap ers", + "▁Paper s", + "▁Or acle", + "▁equ ilibrium", + "man agement", + "Li te", + "L ite", + "▁des ktop", + "▁desk top", + "ă r", + "▁G ill", + "▁Gi ll", + "▁Gil l", + "do rf", + "d orf", + "ig g", + "i gg", + "▁qu esta", + "▁que sta", + "▁quest a", + "▁ questa", + "Warning s", + "Warn ings", + "War nings", + "over flow", + "▁V T", + "▁ VT", + "▁cons isted", + "▁consist ed", + "▁A bu", + "▁Ab u", + "v scale", + "J O", + "ah o", + "a ho", + "▁T ensor", + "▁Ten sor", + "▁ Tensor", + "▁hes itated", + "▁w enn", + "▁we nn", + "▁wen n", + "map sto", + "maps to", + "▁controvers ial", + "M F", + "▁l ac", + "▁la c", + "▁an ch", + "▁anc h", + "▁ anch", + "▁A A", + "▁ AA", + "it ta", + "itt a", + "i tta", + "ul in", + "uli n", + "u lin", + "▁c ler", + "▁cl er", + "▁cle r", + "▁D iana", + "▁Di ana", + "▁Fre ud", + "▁challeng ed", + "▁challenge d", + "лё н", + "л ён", + "▁se ated", + "▁sea ted", + "▁seat ed", + "▁sm iles", + "▁smile s", + "▁cr acked", + "▁crack ed", + "▁а ктив", + "ско ј", + "dict ion", + "di ction", + "d iction", + "ex press", + "exp ress", + "expr ess", + "▁im posed", + "▁imp osed", + "▁pro tests", + "▁prote sts", + "▁protest s", + "▁prot ests", + "▁w ounds", + "▁wound s", + "C ulture", + "N Y", + "prevent Default", + "ad io", + "adi o", + "▁NE W", + "▁ NEW", + "B attle", + "▁se colo", + "▁sec olo", + "▁A x", + "▁found ing", + "(\" -", + "▁ret ro", + "▁retr o", + "▁pot atoes", + "import ant", + "ie me", + "iem e", + "i eme", + "ys ide", + "y side", + "d ummy", + "▁t ilt", + "▁til t", + "▁ti lt", + "▁R ules", + "▁Ru les", + "▁Rule s", + "▁ Rules", + "▁un ters", + "▁unt ers", + "▁unter s", + "A ud", + "V ENDOR", + "ud ge", + "un al", + "una l", + "u nal", + "▁Ad ult", + "▁im pat", + "▁imp at", + "▁rep airs", + "▁repair s", + "▁F erd", + "▁Fe rd", + "▁Fer d", + "▁Az ure", + "▁ Azure", + ")) :", + ") ):", + "▁pag ina", + "▁E pisode", + "File name", + "Fil ename", + "▁j á", + "▁oblig ation", + "ig hed", + "igh ed", + "▁pers istent", + "Mus ic", + "▁C ele", + "▁Ce le", + "▁Cel e", + "▁r y", + "▁ ry", + "▁cert ification", + "ul d", + "u ld", + "▁T L", + "▁ TL", + "▁sk irt", + "▁ski rt", + "▁M ini", + "▁Min i", + "▁Mi ni", + "▁B ring", + "▁Br ing", + ">< ?", + "> %", + "▁P and", + "▁Pan d", + "▁Pa nd", + "▁S UB", + "▁SU B", + "▁ SUB", + "▁compan ions", + "▁companion s", + "▁RE AD", + "▁ READ", + "▁S olutions", + "▁Solution s", + "▁acc essed", + "▁access ed", + "▁p osto", + "▁pos to", + "▁po sto", + "▁post o", + "▁pur suit", + "▁purs uit", + "ow i", + "o wi", + "▁gro cery", + "Sp e", + "S pe", + "haus en", + "▁normal ized", + "▁tra uma", + "gg i", + "g gi", + "ie nia", + "ien ia", + "▁aut umn", + "▁so vere", + "▁sov ere", + "▁Men schen", + "▁Mens chen", + "▁D AG", + "▁DA G", + "▁S ort", + "▁So rt", + "▁Sor t", + "▁ Sort", + "| ---", + "▁l iver", + "▁li ver", + "▁live r", + "▁liv er", + "▁ liver", + "env iron", + "DE CL", + "DEC L", + "▁ма й", + "▁N ak", + "▁Na k", + "bet ween", + "▁gentle man", + "in ging", + "ing ing", + "▁su bur", + "▁sub ur", + "ST O", + "S TO", + "ace ut", + "\\ !", + "▁Fuß ball", + "na r", + "n ar", + "▁b og", + "▁bo g", + "Token s", + "Tok ens", + "▁cer emon", + "▁cere mon", + "DA Y", + "D AY", + "▁out fit", + "▁agric ulture", + "ди и", + "▁N in", + "▁Ni n", + "▁Sp rings", + "▁Spring s", + "▁Spr ings", + "▁Co ach", + "▁d jango", + "▁ django", + "▁C rim", + "▁Cr im", + "▁te cn", + "Th ree", + "em os", + "e mos", + "▁be an", + "▁ bean", + "pi eler", + "pie ler", + "p ieler", + "ri tz", + "rit z", + "r itz", + "ta bs", + "tab s", + "t abs", + "▁Pro blem", + "in and", + "ina nd", + "oc on", + "oco n", + "o con", + "њ и", + "▁bu yer", + "▁buy er", + "us ement", + "use ment", + "▁b or", + "▁bo r", + "▁ bor", + "▁sett embre", + "pp e", + "p pe", + "▁D eg", + "▁De g", + "▁W a", + "▁w ives", + "▁fr anzös", + "▁mar ca", + "▁des cent", + "▁desc ent", + "▁S ha", + "▁Sh a", + "ver ts", + "vert s", + "v erts", + "▁Sh adow", + "▁ Shadow", + "▁Hug o", + "▁Hu go", + "▁A ppe", + "▁App e", + "▁Ap pe", + "▁ Appe", + "▁L ac", + "▁La c", + "al len", + "all en", + "alle n", + "os ity", + "osi ty", + "▁consult ation", + "▁T i", + "▁er ano", + "▁era no", + "▁eran o", + "▁lo vers", + "▁love rs", + "▁lov ers", + "▁lover s", + "▁уни версите", + "▁virt ue", + "▁view ers", + "M u", + "c ategories", + "▁о пера", + "▁over look", + "▁overl ook", + "▁тер рито", + "▁Oper ations", + "▁Operation s", + "▁ Operations", + "è ve", + "- (", + "▁ Ż", + "je v", + "j ev", + "▁c rist", + "▁cr ist", + "▁cris t", + "▁cri st", + "▁мар та", + "▁pro vin", + "▁prov in", + "product ion", + "produ ction", + "prod uction", + "p roduction", + "▁T all", + "▁Tal l", + "▁Ta ll", + "Requ ests", + "Request s", + "▁t iles", + "▁til es", + "▁tile s", + "▁ti les", + "ref lect", + "▁ar gc", + "▁arg c", + "▁ argc", + "▁t emplates", + "▁templ ates", + "▁template s", + "▁ templates", + "AR B", + "A RB", + "▁weiter e", + "▁weit ere", + ")? ;", + ") ?;", + "▁t oll", + "▁to ll", + "▁correspond ence", + "$ ;", + "L T", + "▁t am", + "▁ta m", + "de cess", + "dec ess", + "built in", + "da sh", + "das h", + "d ash", + "ze nie", + "zen ie", + "▁mole cular", + "▁chem icals", + "▁chemical s", + "▁rend ering", + "▁render ing", + "▁Sing les", + "▁Sin gles", + "▁Single s", + "Init ialized", + "Initial ized", + "Initialize d", + "▁Mar tha", + "▁Mart ha", + "ri ere", + "rie re", + "rier e", + "r iere", + "par agraph", + "para graph", + "as ters", + "ast ers", + "aster s", + "aste rs", + "a sters", + "▁dec ides", + "▁decide s", + "▁decid es", + "▁Flor ence", + "▁Flo rence", + "▁Floren ce", + "▁And ers", + "▁An ders", + "мо й", + "▁a pt", + "▁ap t", + "▁ apt", + "▁affili ate", + "ch el", + "che l", + "c hel", + "▁re vision", + "▁rev ision", + "Pat ch", + "P atch", + "▁fi scal", + "▁fis cal", + "wi ę", + "w ię", + "N ational", + "▁depend encies", + "TRAN S", + "TRA NS", + "▁r ack", + "▁rac k", + "▁ra ck", + "sel ling", + "s elling", + "na issance", + "c atalog", + "Sh ip", + "S hip", + "IM AGE", + "I MAGE", + "'] [", + "' ][", + "▁p rv", + "▁pr v", + "▁F en", + "▁Fe n", + "▁rad ar", + "▁ra dar", + "cond itions", + "condition s", + "▁Quest ions", + "▁Question s", + "▁v ivid", + "▁vi vid", + "▁viv id", + "op f", + "o pf", + "FA CE", + "F ACE", + "ry s", + "r ys", + "Ex tract", "Ext ract", - "âĸ Ī", - "ĠLiber ation", - "迦 å°Ķçº", - "Ġdissatisf ied", - "Ġm ids", - "ĠP az", - "ĠG ould", - "og na", - "Ġwater ways", - "ĠSp iele", - "Ġaff lict", - "ĠQu ir", - "ĠFair fax", - "Ġvom it", - "Ġharass ed", - "Ġconstitu ency", - "/ '", - "S of", - "et zen", - "Ġby la", - "Ġtr imester", - "Ġins besondere", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠ ĊĠĠĠĠĠĠĠĠĠĠĠ", - "ĠOr ion", - "Ġallow ances", - "Ġtreat ies", - "Äį as", - "mat ics", - "ĠISS N", - "Ġlivelihood s", - "Ġlesb ians", - "Ġn oss", - "Ġar ches", - "Ġbl urry", - "ÃŃ veis", - "ĠZ ones", - "Ġtotal ed", - "cont ained", - "ethe us", - "åħ¬ ä", - "Ali as", - "Répondre Supprimer", - ": ?", - "L em", - "Ġb d", - "Ġon Click", - "Ġal ém", - "Ġreg ained", - "St ick", - "Ġbit coins", - "Ġprim i", - "ĠAuto CAD", - "Ġtort illas", - "Ġincarcer ation", - "ut zer", - "ĠF ay", - "âĢĿ -", - "Ġche wy", - "Ġsign ifie", - "uff ling", - "ION E", - "Be ach", - "åĬ ª", - "ald i", - "Ġlit re", - "Net flix", - "Tra ffic", - "affe ine", - "Ġpiccol a", - "F ried", - "H ER", - "an us", - "ion age", - "ĠW ille", - "Ġsc outs", - "Ġcommun ic", - "Ġcompl ies", - "Ġcu z", - "75 6", - "Ġclient i", - "Ġcolour ing", - "ĠDiff erences", - "ĠCou pe", - "ĠPick up", - "Ġfract ured", - "éner o", - "ĠBerks hire", - "9 33", - "C er", - "s us", - "Ġre used", - "se ud", - "no ons", - "ĠTrib al", - "Ġmism os", - "Ġshore line", - "ĠNumer ical", - "Ġembry o", - "y ah", - "Ġk as", - "Ġfr Ã¥", - "uj ah", - "ĠBlue print", - "Ġprest o", - "Ġenerg ia", - "Ġpag ar", - "Ġempt ied", - "F ALSE", - "h ner", - "Ġh ort", - "ĠS overe", - "Ġde cember", - "ĠW ach", - "ĠE BIT", - "Ġinf iltration", - "åIJ «", - "Ġcompan ionship", - "ĠCur ve", - "Ġeben so", - "hope fully", - "Ġpren atal", - "×Ļ ×", - "s ock", - "Ġy um", - "Ġcon glomer", - "Ġmin ed", - "ok ol", - "Ġpast ime", - "ĠEng ra", - "ĠQual ifications", - "le ich", - "ĠT issue", - "ĠP AL", - "ĠP vP", - "Ġse ep", - "Ġsh udd", - "Ġab norm", - "Ġdis abling", - "Ġche val", - "Ġpost operative", - "att acks", - "add itional", - "59 3", - "天 ä¸ĭ", - "usc any", - "Ġsubdu ed", - "H amilton", - "Ġch ute", - "Ġtr unks", - "Ġdisc ut", - "Ġpur ge", - "not ification", - "inc or", - "88 2", - "ĠMart a", - "ĠLo is", - "Br ush", - "Ġdock er", - "ĠGib bs", - "Ġaster oid", - "Ġaccol ades", - "ĠHera us", - "R G", - "h uis", - "Ġm iesz", - "ĠS ink", - "ĠE OS", - "ix ir", - "ĠAs ians", - "ú a", - "Ġpu erta", - "Ġgard ener", - "æİ¥ çĿĢ", - "Ġminist re", - "teil ung", - "M ent", - "S UMMARY", - "d ough", - "ro cy", - "ĠT ant", - "ĠE zekiel", - "Ġreg elmÃ¤ÃŁ", - "Ġshort ening", - "AS JC", - "ios ity", - "ĠMa id", - "Ġalt ru", - "Adv ice", - "m ier", - "ät zen", - "Ġprev ailed", - "Ġant ics", - "ĠBy rne", - "Ġprecis o", - "ĠElse vier", - "liwo ÅĽci", - "Ġsjäl v", - "z io", - "Ġh uid", - "ra ints", - "au ga", - "ung sten", - "els en", - "Ġpass ports", - "ĠOff ered", - "Ġfing ern", - "79 3", - "orith ms", - "ĠSir ius", - "ĠGeor ges", - "Ġtransact ional", - "Ġnajle ps", - "Ġt ÃŃtulo", - "ra ient", - "Ġsk ys", - "ĠAr te", - "ĠPh ones", - "ĠAcc ord", - "Ġdehyd rated", - "or gh", - "Ġv arsity", - "Ġcom orbid", - "ĠCal m", - "Ġwel ke", - "75 8", - "cz yn", - "Ġoblig atory", - "Ġseed ed", - "Hel en", - "Ġdysfunction al", - "Ġactress es", - "o are", - "Ġn ook", - "ĠH ats", - "Ġle mons", - "Ġout re", - "by t", - "99 1", - "Ġshut ters", - "Ġastron auts", - "Ġdiz zy", - "ĠHav ana", - "Jam ie", - "or ity", - "Ġd ando", - "ĠS as", - "ĠB orders", - "Ġso ared", - "Ġag itation", - "Ġcr umble", - "ĠEU RO", - "ĠTit anium", - "Ġmoistur izing", - "Ġomin ous", - "ĠT rop", - "ĠA pex", - "Ġsh ading", - "Ġj argon", - "âĢĿ âĢĿ", - "semb les", - "çļĦç ģ", - "Ġintimid ation", - "Ġefect o", - "Cond itions", - "ĠperÃŃ odo", - "T rou", - "Ġb aja", - "ĠT oul", - "ĠT LC", - "Ġhe ur", - "erm is", - "aw esome", - "ĠNear by", - "Invest ig", - "Obs erver", - "åĿļ æĪĺ", - "è¿Ķ åĽŀ", - "C BS", - "ĠN ec", - "iew aÅ", - "ret ien", - "Ġprem ières", - "07 3", - "å¥ Ĺ", - "Ġspread sheets", - "ĠSl ate", - "ĠRom ero", - "ĠTravel ing", - "Begin ning", - "Ġninete en", - "Ġlumin ous", - "Ġparmes an", - "o itation", - "w ania", - "ig d", - "ĠM age", - "let ta", - "Ġsl abs", - "IN DEX", - "07 2", - "Ġbere it", - " ¤", - "in vol", - "Ġl ute", - "ĠB ologna", - "ore nt", - "get Type", - "Ġcons erved", - "Ġav g", - "Ġcomment ator", - "ĠÅ »", - "sk ar", - "è§ ¦", - "Ġcircum vent", - "Ġsumm ons", - "ĠConf idential", - "ĠColomb ian", - "f ork", - "p ap", - "is ées", - "ĠSt rain", - "Ġplan ter", - "Ġhum aine", - "ĠMark us", - "ĠED IT", - "Ġorth opedic", - "ĠFerd inand", - "Ġg arg", - "ĠC rom", - "ĠB abe", - "ĠR MS", - "we gs", - "Ġcomplet eness", - "ĠDon ne", - "la very", - "ĠOb tain", - "änd ig", - "ĠBol she", - "ĠCould n", - "Ġbackpack s", - "hum id", - "ĠOliv ier", - "L ect", - "Ġt ante", - "Ġs ift", - "Ġal oe", - "Ġany how", - "Ġpar amed", - "Ġnight club", - "ĠAir bus", - "Ġpredict or", - "Fac ulty", - "Ġcytok ine", - "9 32", - "T ick", - "W rong", - "a ar", - "Ġc acao", - "Ġe erie", - "ĠM ek", - "Ġbu on", - "Ġgr ime", - "Cl one", - "ĠBro kers", - "Ġdisp enser", - "Ġlie gen", - "Ġcrowd funding", - "uv ian", - "Ġdia phrag", - "ĠFT X", - "Ġintroduct ions", - "Ġd ives", - "Ġmay ores", - "Re peat", - "Ġsw am", - "ĠNe ural", - "Ġdom anda", - "ĠÐ ·", - "éĺ »", - "Ġbread s", - "ĠDream Host", - "K o", - "k own", - "ĠD ixie", - "ĠO WN", - "Ġret reated", - "ili ency", - "Ġimpact o", - "Ċĉĉĉ Ġ", - "AP S", - "ĠMac Arthur", - "Inst ruction", - "ĠLo vers", - "68 3", - "87 6", - "ĠCoord ination", - "Ġnood le", - "æ¨ ª", - "âĢ¦âĢ¦âĢ¦âĢ¦ âĢ¦âĢ¦âĢ¦âĢ¦", - "dro pping", - "F ee", - "ic ur", - "Ġl yn", - "ur Äĥ", - "ĠK afka", - "ĠSu isse", - "æĺ¯ ä¸ª", - "ĠLight house", - "Br anch", - "Ġb ientôt", - "Ġre written", - "ant icipated", - "pt uous", - "Ġfl icked", - "ground s", - "Ġscreen play", - "unk er", - "ĠFree ze", - "Ġphotos h", - "ĠWild cats", - "Ġlegit imately", - "Ġél èves", - "ĠPra ise", - "Sen ator", - "Ġm op", - "ĠE uchar", - "eng age", - "è¿ ·", - "Ġeduc aciÃ", - "ÄĽ ÅĻ", - "ĠDis claimer", - "ĠMad den", - "Ġsig lo", - "nÄĽ nÃŃ", - "Ġregret ted", - "Ġretire es", - "Ġweaken ing", - "ĠPale o", - "teri ores", - "Ġpaj amas", - "ĠE cosystem", - "ue le", - "Ġsc orn", - "gas us", - "ĠRam irez", - "ĠAk ron", - "Ang ela", - "ĠRoss i", - "Ġrefriger ated", - "A im", - "U int", - "Ġt are", - "ĠR iot", - "pl at", - "Ġadapt ability", - "Ġgig gle", - "ĠBB B", - "Ġzo ek", - "èĻ İ", - "Exper ts", - "Ġdével opper", - "Ġirrad iation", - "p ink", - "p ics", - "ĠT ops", - "ĠB ov", - "Ġk rÃ", - "ire nt", - "Ġpre zzo", - "69 3", - "Sl ider", - "Ġconced e", - "' },", - "K L", - "T ill", - "V ariant", - "W ash", - "b ier", - "e ux", - "ĠPro position", - "Ġac erca", - "Ġcount ered", - "gin as", - "æĿ¥ èĩª", - "79 1", - "Ġoven s", - "Ġpreced ence", - "ķ çļĦ", - "ĠC ane", - "Ġcon te", - "Ġout source", - "á rias", - "ces tershire", - "ĠAll a", - "ĠNor wich", - "ĠColl ar", - "æıIJ ä", - "Ġneur onal", - "kc ji", - "B IN", - "g rey", - "w k", - "é ¤", - "Ġy anked", - "ĠI CO", - "ub u", - "Ġcr ater", - "de j", - "ĠPr ints", - "ĠBlack s", - "ĠVer gleich", - "ĠCr imes", - "ĠTor o", - "Ġorigin ates", - "Ġpy ram", - "ĠDez ember", - "C ole", - "Ġc orte", - "ĠP rab", - "ĠR und", - "Ġsu ede", - "ors a", - "Sh aron", - "acc ès", - "Ġstaff ed", - "zie h", - "Ġice berg", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠĠĠĠĠ", - "Ġtab l", - "æĸĩ 件", - "Ġecho ing", - "ĠOpp osition", - "ĠEnc ourage", - "ĠFly ers", - "Ġcongreg ations", - "IFI ED", - "Ġillumin ating", - "meld ung", - "t ips", - "Ġf oes", - "ĠS no", - "Ġpre con", - "Ġrep lying", - "ĠComm od", - "ĠNe ptune", - "Ġport rays", - "tre cht", - "88 1", - "Ġblind ed", - "Ġproc éd", - "ĠPhill ies", - "Ġmobil ization", - "ĠChrom eb", - "ĠDw ight", - "S ect", - "am us", - "Ġr amps", - "ek i", - "ism iss", - "Ġeye ing", - "Reg ional", - "pass ed", - "ucc o", - "Ġinh ale", - "Ġp avilion", - "ic rous", - "lic ts", - "ĠAl m", - "ĠMon arch", - "Ġsales man", - "ĠPan els", - "ĠCompar ative", - "Ġhou den", - "ĠMID I", - "K P", - "k rank", - "r Äĥ", - "ł å", - "ĠL oose", - "Ġgl ances", - "Ġwom ens", - "ç ons", - "Ġheavy weight", - "ĠHyg iene", - "= ${", - "w ap", - "Ġre claimed", - "Ġé cl", - "Ġfarm land", - "bar keit", - "Stand ing", - "Dem o", - "ĠPatt on", - "ĠGuin ness", - "T ec", - "l us", - "ĠW L", - "ĠGr ayson", - "pre is", - "Un sere", - "whe at", - "Ġpestic ide", - "Ġzp ů", - "Ġencycl opedia", - "c ry", - "Ġv ile", - "ĠR ang", - "Ġex ter", - "ĠV iral", - "Ġsing led", - "OR IES", - "åIJ ¯", - "Ġkn elt", - "85 9", - "lock ing", - "Ġflash y", - "/ ****************************************************************************", - "B esch", - "F ör", - "ĠE legant", - "ob jet", - "Ġcheck er", - "æĿ IJ", - "Up grade", - "Steph anie", - "ophage al", - "B ush", - "C annot", - "M t", - "b ass", - "s uggest", - "os so", - "Ġle vy", - "own ership", - "ss ch", - "Ġest é", - "For get", - "bo ats", - "vert ical", - "vo ie", - "ĠCit rus", - "Ġdict ator", - "M igration", - "ĠT ous", - "ĠS PA", - "ĠA in", - "ĠP ussy", - "ĠW F", - "Ġfr antically", - "Ġpass a", - "ĠCo ff", - "Ġvi aggio", - "Ġsen ate", - "Ġpun ishing", - "ät ter", - "db c", - "Abs olute", - "Ġrefin ancing", - "Ġingen uity", - "ĠR ender", - "ĠThe ological", - "ĠCh ains", - "les en", - "Ġes pace", - "Ġmock ed", - "ĠLind en", - "Ġpunt i", - "ĠFot os", - "ĠAshe ville", - "ĠB ess", - "Ġro sy", - "Ġinst ru", - "ĠAs king", - "Ġcheck box", - "Ġabb ia", - "Ġarous al", - "k rä", - "Ġn ossa", - "un ty", - "ick á", - "ä» ¿ä", - "Ġpower ing", - "Ġhom er", - "Ġhyd rop", - "Ġgran ola", - "åĪ¶ 度", - "Ġdés ir", - "Ġheter ogeneous", - "ĠRefriger ator", - "pict ured", - "g ies", - "Ġl er", - "Ġn orte", - "Ġsc uba", - "Ġgr is", - "con current", - "Ġcor r", - "Ġev iction", - "ij ks", - "li w", - "LE VEL", - "ê ter", - "ĠWho ever", - "oj Äħ", - "ĠRub in", - "åĸ Ŀ", - "ĠÏ Ģ", - "Ġstew ard", - "j it", - "Ġe ks", - "ĠL ef", - "Ġall á", - "ĠQ UAL", - "por al", - "Ġfore going", - "pre vent", - "Ġmoment arily", - "Ġmid way", - "Ġfort night", - "Ġdivers as", - "Ġec static", - "carbon ate", - "R and", - "le aders", - "Ġhe aps", - "Ġcan als", - "Ġfin ans", - "pr ud", - "Ġesc orted", - "Ġtransm issions", - "ĠRad iation", - "ĠParent ing", - "ĠNiet zsche", - "Ġence phal", - "M ate", - "j ew", - "ab er", - "ĠR ory", - "ob lig", - "ĠHe b", - "velop e", - "urs ing", - "pack ages", - "ME A", - "Ġhosp ice", - "Ġbou che", - "ĠFO RE", - "Ġfingerprint s", - "Ġtyped ef", - "Ġst aking", - "Ġcar at", - "Ġmon archy", - "Ġra isons", - "urs es", - "08 2", - "ĠIN FO", - "ĠEle ven", - "åı¦ ä¸Ģ", - "or ations", - "ink able", - "ãĢĤ ãĢĬ", - "ĠX II", - "ĠX iao", - "ĠMc Gu", - "ĠRock ets", - "Ġpens are", - "ĠProm pt", - "ĠMcC orm", - "ĠNap oli", - "Ġsynthes ized", - "Ġmangan ese", - "M V", - "art ist", - "Ġsc outing", - "Ġtyp o", - "Ġenc oder", - "Ġneces ita", - "ë n", - "Develop ing", - "ĠTun isia", - "ĠFranç ais", - "ĠSMA RT", - "Ġb asta", - "Ġst ell", - "Ġpro secute", - "ĠD ice", - "Ġwhere abouts", - "Ġcour ant", - "Ġlo is", - "bl owing", - "Ġâ Ĺı", - "Ġclar ifying", - "aud i", - "ĠCN BC", - "Ġtrabaj adores", - "Tu ple", - "j ans", - "st aking", - "Ġhe lt", - "up a", - "Ġes ports", - "Ġmov imiento", - "Ġvan ish", - "Ġge be", - "ĠBer k", - "Ġbul lpen", - "Ġlux e", - "Ġtum our", - "Ġly rical", - "icher t", - "带 çĿĢ", - "æ¶Ī æģ¯", - "Ġmau vais", - "e res", - "Ġt esters", - "ĠThe sis", - "ĠL AB", - "Ġpres se", - "ĠAm érica", - "Ġcut off", - "Ġregist rar", - "Ġpsych ologically", - "Ġtransition ed", - "Look up", - "Ġpac iente", - "Ġheter osexual", - "Ġdissatisf action", - "! \");", - "S eth", - "n ails", - "ig lio", - "ĠM asks", - "Ġdes ktops", - "Ġacc es", - "gr ance", - "ĠBe es", - "ĠEn emy", - "Ġut tered", - "Ġeth ically", - "ĠStra ÃŁe", - "G rey", - "L unch", - "M ountain", - "Ġo ysters", - "ĠA bl", - "ĠM acy", - "ĠD ont", - "Ġso v", - "ĠK ag", - "ult imo", - "ĠSh ri", - "Ġconf ection", - "Ġer ot", - "RE DI", - "Ġwhe y", - "ĠMy rtle", - "Ġsex e", - "Com pletion", - "Capt ure", - "Ġrecol lect", - "administ ration", - "8 49", - "\\ _", - "Ġst ör", - "ĠD ri", - "ĠN ON", - "Ġso zial", - "ĠAn not", - "Ġtre ason", - "Don na", - "ãģ ĭ", - "izz ata", - "ĠRad ical", - "ĠUr du", - "æ¯Ķ è", - "Jim my", - "åħĦ å", - "8 62", - "9 24", - "ar beiten", - "le ck", - "ĠH ive", - "Ġall ure", - "Ġun identified", - "ç os", - "zen iem", - "05 6", - "Ġmid day", - "Ġgear box", - "Ġnucle i", - "h ore", - "on ter", - "Ġe Books", - "Ġv Ã¥r", - "ĠF iji", - "ĠE ph", - "ĠN XT", - "Ġco isa", - "rit ic", - "Ġap Ã", - "ĠRo ast", - "Ġremem brance", - "Ġpoison ed", - "ĠOrig ins", - "Ġmitig ating", - "Ġpla ques", - "Ġlod ged", - "ĠScan ner", - "ÅĦst wo", - "A ce", - "L ors", - "\\ (\\", - "é ŀ", - "ak an", - "ĠSt acey", - "Ġfun kt", - "ĠSh ade", - "ĠCl arity", - "ĠAng ry", - "Ġhar p", - "g ri", - "Ġfor d", - "Ġevery time", - "ĠHy att", - "ĠCast illo", - "ĠFarm ing", - "ĠParticip ant", - "Ġconform ity", - "Ġg enders", - "Ġyou ll", - "ĠF aces", - "ĠR L", - "ie Å", - "iew icz", - "ĠAg reed", - "En ough", - "è¡ Ĺ", - "iot ensin", - "Ġcuc umbers", - "Ġtren ches", - "h ate", - "ol ini", - "Ġsp aring", - "Ġinter sections", - "ĠLe a", - "Ġhum ain", - "ĠPr ä", - "Ġsmart est", - "ĠMA G", - "Cor onavirus", - "ĠComb ination", - "Ġtecn olog", - "Ġsafeguard ing", - "ĠJohannes burg", - "Ġwe eping", - "Ġab rir", - "ber man", - "ĠV ag", - "Ġche ered", - "ik on", - "ĠRe el", - "Ġinf ra", - "ĠLe vin", - "____ _", - "Ġtotal ement", - "ĠDam ien", - "身 ä¸Ĭ", - "ĠBat on", - "ĠGes pr", - "Ġappend ix", - "Ġculmin ation", - "ÅĻeb a", - "y j", - "ĠS SC", - "Ġpro ton", - "ĠL ua", - "ĠV imeo", - "Ġleg gere", - "ĠQu it", - "pre pared", - "Ġsort a", - "Ġpolic eman", - "Ġmel atonin", - "Ġluc id", - "Ġduct s", - "ĠczÄĻ sto", - "Ġensl aved", - "N am", - "o arthritis", - "Ġd angling", - "Ġl obe", - "ĠW D", - "ĠN ana", - "Ġab it", - "Ġpre ved", - "Ġcomm encer", - "ĠAl oe", - "arg as", - "Ġfr iday", - "Ġnon fiction", - "Ġhy brids", - "07 4", - "Ġdisp ersion", - "ĠEnt ire", - "ĠPack ing", - "ĠSE LECT", - "Project s", - "Ġpig ments", - "Ġcyl indrical", - "ĠPent ecost", - "separ ator", - "Ġdiscrep ancy", - "Ġparaly zed", - "ĠAnglic an", - "N ap", - "l ide", - "Ġp innacle", - "ch ien", - "ĠD ias", - "ok us", - "ee a", - "08 6", - "Ġreve rence", - "Ġrevers ing", - "çļĦäºĭ æĥħ", - "Ġcuid ado", - "st ice", - "ĠG ret", - "Ġpl asm", - "ins k", - "Ġsqu id", - "Ġspir ited", - "Ġmelanch oly", - "B tn", - "i OS", - "ch inen", - "Ġwith held", - "ĠB J", - "ĠRe ceived", - "aw an", - "Ġprof iter", - "ze igen", - "roll ers", - "ask an", - "è¡ ¥", - "ĠJur assic", - "çģµ éŃĤ", - "Ġpepp ermint", - "r Äħ", - "ĠB CE", - "08 5", - "ĠMid land", - "Ġmic ron", - "ĠRecommend ation", - "Alg orithm", - "\" ):", - "im iter", - "ĠB anc", - "ĠR ode", - "Ġrich ly", - "sl aught", - "Ġconcurrent ly", - "Ġcorro bor", - "I g", - "ĠB ain", - "ĠK ne", - "Ġunder rated", - "ĠAr b", - "04 8", - "Ġopio ids", - "Ġmasturb ation", - "S igned", - "g oto", - "Ġp iet", - "Ġmon ot", - "Ã¥ l", - "Ġmicro soft", - "Ġcivil ized", - "ĠCorp us", - "Ġimproper ly", - "Ġseren ity", - "re cent", - "Ġb añ", - "Ġm arm", - "Ġbe gs", - "iet te", - "uss ing", - "ĠOr ch", - "Ġur zÄħd", - "AD DR", - "Ġ ł", - "ĠLib ra", - "ĠCON S", - "high light", - "Ġaggreg ated", - "Ġrefriger ation", - "Jere my", - "! \\", - "Ġch ce", - "Ġbar code", - "Ġprop elled", - "ĠCons ent", - "Ġprote cciÃ", - "Ġvic ino", - "Ġapost les", - "ĠRenew al", - "Ġgramm atical", - "Ġre na", - "ĠT ires", - "able ment", - "Ġwin eries", - "ĠTH ANK", - "Pre ferred", - "Ġentr ances", - "ĠDO J", - "Ġscar ves", - "Ġnin ja", - "inde er", - "ĠHarm on", - "Ġarous ed", - "Ġspectro scopy", - "7 88", - "T yler", - "Ġd ane", - "Ġm est", - "qu ake", - "Ġpo ids", - "Ġz ah", - "ring en", - "Be ck", - "ĠCr ush", - "System s", - "Ġiv y", - "ĠRiv iera", - "kef eller", - "ĠC ocoa", - "ĠY ing", - "Ġpar ity", - "ĠEm bro", - "Ġwel ches", - "rid or", - "Ġlip os", - "Ġknock out", - "ĠBever age", - "scrib ed", - "ĠAuditor ium", - "Y L", - "l ighter", - "im on", - "ĠW EEK", - "ĠF ries", - "ĠO CD", - "ĠV IN", - "ĠV ene", - "ĠApp arel", - "Ġter restrial", - "Ġamb ience", - "Ġreact ors", - "æĭ¥ æľī", - "D ere", - "a er", - "Ġle ben", - "Ġk ort", - "pt in", - "Ġdis qual", - "ĠDe ployment", - "(' \\", - "ĠMc Int", - "ĠPresent ed", - "ĠEsc ort", - "Ġbehö ver", - "C atch", - "Ġt aut", - "Ġd ents", - "qu it", - "ag ic", - "em ment", - "ĠL ange", - "Ġbl itz", - "Ġfl a", - "ĠPet ition", - "Ġeleg ir", - "Ġphilosoph ies", - "Ġhonor ary", - "ĠBrew ers", - "Ġbarg ains", - "Ġcancell ations", - "åĦ¿ åŃIJ", - "Ber lin", - "$ )", - "D TO", - "R V", - "at ology", - "ĠP neum", - "ĠL ama", - "Ġsh iver", - "ĠSt yl", - "Ġreason ed", - "Ġvan af", - "以 åīį", - "ĠReal m", - "rec ords", - "ĠBur ma", - "ĠOp ens", - "auth ored", - "C LA", - "er ÃŃa", - "Ġe fic", - "ĠM EN", - "ĠH ause", - "Ġk cal", - "Ġà ļ", - "CO RE", - "ze e", - "inc ible", - "pa ired", - "ĠFund amental", - "I st", - "f ailure", - "ĠIn ject", - "ĠSt acy", - "Ġbl ob", - "Ġweek days", - "Ġge ological", - "è¯ ij", - "ĠDec isions", - "Ġacknowled gment", - "F ECT", - "w ine", - "Ġre kl", - "ĠE rit", - "ĠCon way", - "Ġpsych os", - "æŀ ¶", - "Ġsyn opsis", - "9 65", - "C ASE", - "Ī å¿«", - "ĠS MB", - "ĠM eng", - "St ress", - "ĠCol ony", - "Ġdé rou", - "ĠMon k", - "ĠHel d", - "Ġclim atic", - "æķĻ æİĪ", - "Bit map", - "ĠPD T", - "ĠDemon str", - "Ġbibli ography", - "Ġhamm ered", - "Scient ists", - "ĠG room", - "Pro tein", - "Ġconc ord", - "ĠReg ener", - "gl uc", - "SC RIP", - "Ġsie bie", - "ĠIll ness", - "ĠSat in", - "ĠBeh aviour", - "intern ational", - "Ġevac uated", - "A wards", - "O lymp", - "Ġt enga", - "at iven", - "ve au", - "ol ip", - "Ġde pletion", - "Ġoff en", - "Ġed ema", - "unc iÃ", - "ĠBarn ett", - "ĠHans on", - "ĠSteph an", - "ĠEdu ardo", - "G MO", - "w aters", - "Ġf ij", - "Ġd ope", - "Ġer b", - "ĠBl itz", - "Ġhum ains", - "95 6", - "Ġrock er", - "Ġcarbon ate", - "lieÃŁ lich", - "ĠApost le", - "Ġboc ca", - "Y ork", - "Ġfor ks", - "ĠC RC", - "ĠM ines", - "Ġr ÄĻ", - "int ent", - "Ġsem antics", - "box ing", - "ĠTor rent", - "Dis abled", - "prov oking", - "Ġredd ish", - "Java Script", - "Ġenferm edad", - "ĠTrin idad", - "Ġartific ially", - "Ġcl ung", - "Ġcr adle", - "list ener", - "'] ))", - "Ġsne aking", - "your self", - "æ® ĭ", - "��perpend icular", - "V oc", - "Ġr ů", - "Ġj ailed", - "Ġun resolved", - "ĠY MCA", - "Ġsp ann", - "Ġbu ggy", - "Ġgr ills", - "Ġbre ached", - "Ġimpro b", - "ĠPer se", - "ĠRed ucing", - "Ġled ge", - "IM O", - "Ġcollabor atively", - "Ġonder zoek", - "ĠHors es", - "' --", - "L ets", - "Ġins istence", - "Ġcond oms", - "ĠOff line", - "79 4", - "Ġnost re", - "Ġexcel ente", - "Ġmeille urs", - "ĠVeget ables", - "ĠLiber als", - "Ox ford", - "ĠvÅ¡e chn", - "ĠP ony", - "ĠR ade", - "ĠN ero", - "Ġsp ree", - "Ġround ing", - "Ċĉĉĉĉĉĉ ĉĉĉĉ", - "Ġtrem bled", - "tc p", - "ĠMathemat ical", - "RN As", - "P ossible", - "ĠF ulton", - "ĠN RA", - "ĠO LED", - "Ġhand c", - "Ġes pa", - "ĠDirector ate", - "Ġpedest al", - "ĠNeuro science", - "ĠNewfound land", - "T ail", - "i ÅĤ", - "j erk", - "z ak", - "ĠM itte", - "ist ar", - "ib ar", - "ite iten", - "Ġdec ar", - "Tr acking", - "ĠLegisl ation", - "oprote in", - "7 69", - "Ġd x", - "Ġn ám", - "em outh", - "av g", - "Ġund ue", - "Ġà ĺ", - "ĠAl ban", - "Ġcut ters", - "Ġtax ing", - "ÄĽ k", - "Ġpod rá", - "ĠBel ief", - "Ġcomprom ises", - "Ġrecept ions", - "bard ziej", - "ç«Ļ åľ¨", - "Ġclums y", + "Extra ct", + "il ians", + "ili ans", + "ilia ns", + "pl ug", + "▁a té", + "▁at é", + "и л", + "▁like wise", + "▁L il", + "▁Li l", + "▁Cam peonato", + "AUT O", + "AU TO", + "▁M eta", + "▁Me ta", + "▁Met a", + "▁ Meta", + "re no", + "ren o", + "r eno", + "▁Trans fer", + "▁ Transfer", + "▁Mich elle", + "▁Michel le", + "▁Miche lle", + "bi s", + "b is", + "ń st", + "зо н", + "з он", + "▁C ultural", + "com pass", + "comp ass", + "▁my sql", + "▁ mysql", + "▁cancel led", + "▁cancell ed", + "▁ ’", + "to o", + "t oo", + "▁re bell", + "▁reb ell", + "▁rebel l", + "ég e", + "é ge", + "os z", + "o sz", + "▁com poser", + "▁comp oser", + "▁compos er", + "}\" )", + "} \")", + "▁des erves", + "▁deserve s", + "▁oh ne", + "▁J ed", + "▁Je d", + "K ernel", + "▁pract ition", + "▁in door", + "▁ind oor", + "▁config urations", + "▁configuration s", + "▁m eth", + "▁me th", + "▁met h", + "+ (", + "Quest ion", + "▁bl own", + "▁blo wn", + "▁blow n", ") '", - "n ostic", - "v ascular", - "he he", - "am eth", - "ĠPl ane", - "col lege", - "75 9", - "å¿ ł", - "Ġconcer ne", - "ensing ton", - "ĠPorts mouth", - "Ġbrainstorm ing", - "ĠH ess", - "ast on", - "é taient", - "rit ical", - "Ġtake aways", - "arn ell", - "ann abin", - "Ġexam iner", - "How ard", - "ĠPal ette", - "Ġton o", - "ĠMcC art", - "Fil ename", - "U Int", - "Ġatt aches", - "ĠAr rang", - "Ġeng ulf", - "Ġsocial ize", - "LE FT", - "ĠEng el", - "Ġter reno", - "ĠCO O", - "Me gan", - "fe hl", - "ras se", - "Ġoptim isation", - "pons es", - "89 3", - "ĠTam my", - "ĠSpl ash", - "ĠQUE ST", - "w ired", - "Ġt ending", - "Ġn anny", - "ĠF TC", - "Ġdo ÅĽwiad", - "Ġtele medicine", - "Ġä hn", - "rug ated", - "ĠSA LE", - "Ġcompagn ie", - "ĠTac oma", - "B ull", - "d anger", - "ĠV L", - "ual i", - "Ġdeep ening", - "Ġill usions", - "ér és", - "ĠBi otechnology", - "cal c", - "create Element", - "æĻ ĭ", - "Ġgew oon", - "Ġtv Ã¥", - "Ġupt ime", - "liter ally", - "ĠAnch orage", - "H ear", - "J r", - "V ot", - "ro bot", - "Ġun riv", - "Ġdet achment", - "ĠSh ack", - "Ġboard ed", - "Ġaf icion", - "ĠDec ide", - "Ġear buds", - "refund able", - "M useum", - "n ach", - "iz an", - "Ġad mon", - "In nov", - "Ġret ali", - "ml ich", - "ĠTur ks", - "Click Listener", - "Syn opsis", - "ĠFru its", - "C tx", - "g no", - "p ital", - "id ia", - "ow ay", - "Ġat rial", - "pe ed", - "ub ernetes", - "olog ues", - "ars ely", - "Ġbon nes", - "Ġvoor al", - "Ġtestim onial", - "ĠTob ias", - "Ġcontempl ation", - "Ġhast ily", - "Ġlég ère", - "éli orer", - "Ġtelé fono", - ". ):", - "G ru", - "Ġr arity", - "Ġch y", - "ĠK uala", - "con y", - "Ġpost e", - "Ġcommun auté", - "ĠSw ann", - "Object ive", - "beat able", - "ĠSER VICES", - "ĠGru ppe", - "Ġflatten ed", - "J erry", - "P ent", - "ĠS asha", - "ot id", - "est ens", - "ĠDe S", - "Ġcare rs", - "Ġgen ial", - "IV A", - "78 4", - "John ny", - "Initial ize", - "Ġprogramm able", - "ĠvÃŃde o", - ". «", - "Re gex", - "ĠSp okane", - "tr acks", - "Ġutil isation", - "Ġconfig uring", - "ĠLib re", - "Br andon", - "PRO DUCT", - "Health care", - "Ġshame ful", - "Ġbust le", - "ĠKrist in", - "ĠSpa ÃŁ", - "Ġbrid ging", - "Ġg j", - "ĠD us", - "Wh it", - "Ġpol ity", - "Ġprogram as", - "anch or", - "77 9", - "ĠDar ling", - "Ġunfair ly", - "vare psilon", - "B uck", + "▁Ar gs", + "▁Arg s", + "▁ Args", + "F ake", + "▁d even", + "▁de ven", + "▁dev en", + "istrz ost", + "na io", + "▁\" {", + "▁L it", + "▁Li t", + "com ed", + "co med", + "come d", + "c omed", + "▁st am", + "▁sta m", + "▁pl ugins", + "▁plugin s", + "▁plug ins", + "▁ plugins", + "▁travel ling", + "▁trav elling", + "na ire", + "n aire", + "▁aut onom", + "▁auto nom", + "STRU CT", + "n h", + "né es", + "née s", + "n ées", + "▁consider ably", + "ко р", + "к ор", + "B G", + "▁lad der", + "▁h ast", + "▁has t", + "▁ha st", + "iz ado", + "iza do", + "▁s ele", + "▁se le", + "▁sel e", + "▁W ere", + "▁We re", + "▁Wer e", + "ar don", + "ard on", + "ardo n", + "B ank", + "bund le", + "b undle", + "▁anticip ated", + "▁C ot", + "▁Co t", + "▁else if", + "▁ elseif", + "▁Bl ues", + "▁Blue s", + "▁fil tered", + "▁filter ed", + "▁a uction", + "▁au ction", + "ed uc", + "edu c", + "e duc", + "▁Ex pression", + "▁Express ion", + "▁Exp ression", + "▁ Expression", + "in x", + "i nx", + "▁s ucks", + "▁su cks", + "▁suc ks", + "▁suck s", + "▁ма я", + "EL L", + "E LL", + "ющи й", + "▁Hud son", + "it ä", + "на ми", + "▁fem me", + "in ho", + "▁e vt", + "▁ev t", + "▁ evt", + "istribut ions", + "istribution s", + "▁r uss", + "▁ru ss", + "▁rus s", + "▁pet ition", + "▁petit ion", + "▁г ла", + "▁ гла", + "Si g", + "S ig", + "▁T ut", + "▁Tu t", + "Part ial", + "Ent ities", + "▁b ears", + "▁be ars", + "▁bear s", + "▁h ollow", + "▁hol low", + "__ [\"", + "▁R is", + "ț ă", + "dim s", + "di ms", + "d ims", + "▁compl ained", + "▁complain ed", + "▁m apped", + "▁map ped", + "▁ma pped", + "▁авгу ста", + "▁initi atives", + "▁initiative s", + "▁own s", + "ch ez", + "che z", + "▁dis pon", + "▁disp on", + "▁m ush", + "▁mus h", + "▁mu sh", + "q s", + "▁er folg", + "▁Nor weg", + "▁c et", + "▁ce t", + "im ag", + "ima g", + "i mag", + "▁исто ри", + "▁ни х", + "▁ них", + "Un til", + "U ntil", + "▁s talk", + "▁st alk", + "▁П ра", + "uv o", + "u vo", + "ie rz", + "ier z", + "ri eben", + "rie ben", + "rieb en", + "X T", + "ic als", + "ical s", + "ica ls", + "std out", + "▁extra cted", + "▁extract ed", + "▁Im ages", + "▁Image s", + "▁ Images", + "un def", + "und ef", + "unde f", + "u ndef", + "▁L é", + "▁accommod ation", + "▁T ouch", + "▁To uch", + "▁ Touch", + "▁intent ions", + "▁intention s", + "▁concent rated", + "▁concentr ated", + "▁concentrate d", + "▁Насе ление", + "▁ut ilis", + "▁util is", + "▁сле д", + "▁ след", + "li f", + "l if", + "▁comp ris", + "▁compr is", + "▁с бор", + "med ium", + "medi um", + "St ates", + "State s", + "Stat es", + "▁Би ография", + "▁Fa ith", + "U A", + "ADD RESS", + "▁r ated", + "▁rate d", + "▁rat ed", + "▁ra ted", + "▁ rated", + "▁R ena", + "▁Re na", + "▁Ren a", + "▁C ache", + "▁Ca che", + "▁ Cache", + "▁pe que", + "▁un used", + "▁unus ed", + "▁ unused", + "ni m", + "n im", + "ol ding", + "old ing", + "▁N r", + "R ay", + "ur ls", + "url s", + "▁em issions", + "▁emission s", + "I r", + "▁m å", + "be ar", + "b ear", + "▁L ub", + "▁Lu b", + "▁Out side", + "min ded", + "mind ed", + "▁PRO VID", + "▁s ó", + "▁civil ian", + "Find er", + "Fin der", + "Fi nder", + "F inder", + "▁achie ving", + "mod ified", + "la ne", + "lan e", + "l ane", + "Se nder", + "Send er", "S ender", - "Ġl tc", - "ĠP AP", - "Wh ole", - "Ġsw apped", - "ĠPar al", - "Ġcondition ers", - "ĠSk ull", - "ĠAv ant", - "DE V", - "odd isf", - "ĠView ing", - "ĠEsp resso", - "Ġacet yl", - "8 27", - "E ve", - "Ġd ÃŃ", - "Ġcomp el", - "ĠSome where", - "vey or", - "Ġbutter y", - "Ġhook ups", - "efe ated", - "W ake", - "Ġw ikipedia", - "Ġf anno", - "et ri", - "ĠM k", - "Ġpl otted", - "Ġsal ons", - "fect ure", - "Ġblack mail", - "ris is", - "Ġemb ossed", - "Ġom ission", - "fin ite", - "ĠSon ia", - "Ġho je", - "ç¥ ¥", - "IST S", - "beh avior", - "Serv let", - "Ġcran berry", - "Ġf om", - "Ġf Äĥ", - "ĠB H", - "Ġch ills", - "Ġk b", - "Ġtr zeba", - "ĠK U", - "sp y", - "Ġhost ess", - "ĠAust en", - "gl ob", - "ĠSal ud", - "ĠEin zel", - "Ġminim izes", - "R IGHT", - "ĠK yr", - "Ġmod èles", - "Ġsuggest ive", - "ĠComp ound", - "ĠBas ement", - "Ġfasc ist", - "Ġunderst ated", - "第 ä¸ī", - "Ġvivid ly", - "9 34", - "ĠT OT", - "ĠB its", - "Ġne op", - "ite ur", - "Ġcr umbling", - "Ġfan atic", - "ĠFind ings", - "pie j", - "ĠIV F", - ", ''", - "T es", - "g ÅĤ", - "k unft", - "Ġas cent", - "ere a", - "Ġpa ese", - "bl ast", - "LE x", - "IT ER", - "Ġult raviolet", - "ĠRegist rar", - "Ġabsent ee", - "Ġ ãĥ", - "Ġe res", - "ĠS ON", - "ĠC ancellation", - "Dis able", - "sche dule", - "Ġpriorit izing", - "Ġshar per", - "Ġoverhe ating", - "Individ uals", - "Ġshimmer ing", - "B LOCK", - "Ġc unt", - "Ġst uk", - "ĠR ai", - "ĠR owe", - "iv it", - "Ġsc ooters", - "read able", - "for ter", - "ĠCar amel", - "Ġred s", - "Ġske wed", - "ĠDick inson", - "+ /", - "ĠT asks", - "op rop", - "ĠG RE", - "ĠG reta", - "ov ir", - "ĠBl anche", - "ĠQu arry", - "col s", - "Ġpred atory", - "uj eme", - "ĠPower Shell", - "Å£ Äĥ", - "Ġbreed ers", - "Ġescal ate", - "åĬŀ æ", - "G UI", - "K ER", - "ar ci", - "Ġj ade", - "ĠK ors", - "me at", - "Ġself ies", - "Ġactual ity", - "88 7", - "ĠFre i", - "ĠMA KE", - "Ġnerv ously", - "æı ´", - "Ġperf ekt", - "Enter prise", - "Graph ic", - "Ġingen ious", - "ĠM ER", - "ĠP ip", - "Ġsp ying", - "Ġam ort", - "ĠAl a", - "Ġpa ul", - "Le af", - "Ġextrem ists", - "Ġfol klore", - "ĠMo ines", - "Ġstorm ed", - "Ġcatal ogs", - "Ġsoir ée", - "- '", - "L yn", - "z oom", - "Ġf as", - "Ġre install", - "ĠB AT", - "Ġpl azo", - "Ġsp alle", - "ĠMicro gaming", - "Ġchamp s", - "ĠRa o", - "Ġmic rop", - "ĠDress ing", - "Invest ment", - "Ġdevi ations", - ", âĢĶ", - "Ġd ildo", - "ĠB G", - "ĠD ic", - "ĠH obby", - "ĠF olding", - "ĠR AD", - "ĠO ceans", - "iss ued", - "arch ive", - "ĠJud gment", - "Ġcooper ating", - "ĠRespons ive", - "ĠÃĸ ff", - "compl iant", - "ĠMarx ist", - "é¸ Ł", - "å±ŀ äºİ", - "intellig ence", - "J ill", - "g uez", - "am ino", - "Ġun ob", - "Ġar k", - "Ġover board", - "igh am", - "Ġsol vents", - "åį ĸ", - "ĠMon sters", - "Ġult imi", - "Ġinhib itory", - "ĠLanc et", - "ĠLump ur", - "C ube", - "Ġs ails", - "ĠC ary", - "ĠW aves", - "ie ver", - "ĠK au", - "Ġwalk er", - "Ġwalk way", - "Ġdirection al", - "ĠAus bildung", - "Ġtum ult", - "ĠMcK enzie", - "Ġczas ie", - "Ġamph ib", - "l ocks", - "Ġt ue", - "ĠT odos", - "ĠS ys", - "Ġat l", - "AC S", - "ĠSal isbury", - "Ġbrief s", - "éļ Ĩ", - "ĠCart oon", - "ĠFed ora", - "ĠMuse o", - "ĠInfot rieve", - "Ġobnox ious", - "as sembled", - "ce mic", - "ĠD ior", - "ĠX IX", - "ĠRE QUI", - "ĠProt ector", - "Ġalleg ation", - "iÄĻ ks", - "ĠProm otions", - "è¶ £", - "ograf ÃŃa", - "Ġrecib ir", - "ĠMitgl ieder", - "D AT", - "S IGN", - "Ġ å", - "st ations", - "Ġre but", - "ag ency", - "Ġk raj", - "Ġes pos", - "bl att", - "ĠJe ÅĽli", - "Ġtend ance", - "ĠBoy le", - "Ġlact ose", - "Ġstren uous", - "H ands", - "S eb", - "Ġ ive", - "Ġp ore", - "ĠG osp", - "âĢ¦ ?", - "Man ual", - "ĠPR OT", - "ĠWat kins", - "Activ ities", - "m ixed", - "ĠS per", - "ĠG ou", - "Ġme adow", - "MA RT", - "Ġrec al", - "Ġleft ist", - "Ġelect orate", - "Cl ients", - "ĠBro ch", - "Ġgam me", - "Ġprzed staw", - "Ġeb ony", - "ĠSquad ron", - "ĠFör der", - "A UD", - "F if", - "ĠI H", - "Ġun complicated", - "ĠK ohl", - "Ġcour thouse", - "ĠSch ule", - "mb ox", - "Sc reens", - "ĠMo j", - "ĠUN ICEF", - "anti ate", - "Valid ate", - "Ġinfar ction", - "C atalog", - "S AT", - "Ġp ly", - "ĠC HA", - "ĠM illing", - "Ġbut ler", - "Ġsp ies", - "Ġpost cards", - "Ġmat ured", - "Ġspr ung", - "Ġplate let", - "ĠStat ue", - "Sha res", - "v ict", - "Ġf iddle", - "Ġst av", - "ĠL F", - "ĠN d", - "ĠJ ain", - "Ġac oust", - "ung a", - "Cl a", - "Ġsn atch", - "05 4", - "Cra zy", - "c ru", - "Ġd type", - "ĠL ET", - "Ġco hesion", - "Ġsl umped", - "Ġprevent able", - "Ġhol iness", - "class ified", - "и е", - "ĠRen ee", - "Ġdisag reements", - "Four th", - "] }", - "c ida", - "Ġt iring", - "ĠW Y", - "ĠF ence", - "Ġher ds", - "Ġind ép", - "Ġimp etus", - "Ġbo ek", - "AS ON", - "oper ated", - "ĠWas her", - "upport ed", - "walk ing", - "èģ ļ", - "Ġlymph oma", - "ĠGov t", - "Ġpercor so", - "Ġo trzym", - "le w", - "ĠO micron", - "uc ion", - "Ġsou rire", - "æ¯ Ĺæ", - "ĠGall eries", - "ĠFar rell", - "Load ed", - "Ġvra ag", - "åĶ ±", - "Ġenlight ening", - "Ġconsec u", - "f printf", - "Ġb ú", - "Ġth rom", - "ĠM andal", - "Ġwh istles", - "ink en", - "CO NS", - "Ġcap elli", - "Ġstra ining", - "asc Äĥ", - "Ġdemand é", - "Cur rency", - "失 è´¥", - "Ġgriev ances", - "Ġm ue", - "ĠD ors", - "á lez", - "ĠDe vin", - "ĠCl ash", - "ĠPl at", - "æľī åħ", - "Ġcit rate", - "Ġalign ing", - "awa ited", - "del Ãł", - "ĠRealt ors", - "et ian", - "ina ires", - "Ġsol ace", - "Ġvol v", - "Ġutil ised", - "ĠEval uate", - "mys ql", - "Ġfollic les", - "Ġdictators hip", - "S aving", - "e vol", - "n ose", - "t ch", - "op oulos", - "ĠO ps", - "rib a", - "ah s", - "Ġve zes", - "Ġsn oring", - "Ġnov iembre", - "ĠMor occan", - "ĠPay ing", - "CS F", - "ĠVan ity", - "Ġpubl ique", - "Ġincl uye", - "Ġviv i", - "ĠDomin ique", - "Ġmetaph ors", - "8 37", - "Ġw anneer", - "ĠC z", - "here al", - "Ġz ullen", - "Ġtw or", - "ĠRe levant", - "Ġbusiness men", - "ĠImp ossible", - "cap able", - "olib eral", - "E lev", - "F ro", - "ĠP ots", - "ĠB ugs", - "ĠN ast", - "Ġk etchup", - "Ġpr ét", - "Ġsm ith", - "ĠOr te", - "ST AR", - "Ġcond ensation", - "Ġtool box", - "Ar rays", - "aby tes", - "ĠSub way", - "ãĤ ¯", - "ĠCook er", - "R y", - "st ered", - "ĠS IL", - "ĠW iel", - "ĠZ hen", - "Ġadm ins", - "Ġemer gent", - "ĠSur prisingly", - "Att empt", - "kom st", - "Luc y", - "terror ism", - "Ġindeb ted", - "Ġw iz", - "Ġb az", - "ĠC ologne", - "pl ash", - "con i", - "Ġposs ÃŃvel", - "Ġexist en", - "import ance", - "Ġeyes h", - "ĠStr as", - "Ġexhib itors", - "Ġnic est", - "Ġcycl ist", - "ĠInterest s", - "Ġcate red", - "ĠSkill share", - "D ennis", - "in ine", - "ĠI ELTS", - "un ctions", - "ĠF iat", - "Ġat yp", - "ĠIn jection", - "iant i", - "Ġsy nergy", - "ô ne", - "win ner", - "Ġherram ientas", - "w iet", - "Ġo mb", - "al as", - "Ġg Ã¥ng", - "ol ari", - "ard er", - "Ġlevel ed", - "ĠX IV", - "amm able", - "98 7", - "j ed", - "Ġk rit", - "Ġpl aid", - "Ġinte resse", - "Sp irit", - "ĠSal man", - "nel ly", - "ĠSpace X", - "ĠTan ner", - "Ġnour ishment", - "Ġpest o", - "ĠL ep", - "Ġle va", - "Ġdet tag", - "Ġed gy", - "ĠCa es", - "FOR MAT", - "ĠCry st", - "Ġmillenn ium", - "y am", - "ĵ çļĦ", - "ĠB IM", - "Ġj ac", - "per formed", - "iz ie", - "Ġcons ac", - "Ġent ão", - "Ġent renched", - "Ġappro ves", - "Ġing les", - "éĢ Ķ", - "Back end", - "ĠLO OK", - "åĽŀ çŃĶ", - "intern et", - "I ra", - "t ables", - "Ġa irl", - "Ġh und", - "ĠThe orem", - "Ġgener ale", - "che f", - "ĠReg ions", - "äºĨ ä", - "Ġapproach able", - "ĠHome page", - "ĠBrand ing", - "pot ential", - "Ġenthusi astically", - "ĠDR M", - "integr ated", - "åĺ ´", - "Ġgol fer", - "Ġplur ality", - "g ic", - "Ġf and", - "Ġd unes", - "Ġh oses", - "ad ren", - "ĠD ich", - "ĠW anda", - "Ġres sent", - "ex clusive", - "Ġconsider ate", - "play ers", - "ĠRec ycl", - "Ġground work", - "ĠCommun ion", - "ĠMS N", - "ĠMcC oy", - "Gate way", - "d raft", - "ind ra", - "ĠIn sect", - "St rength", - "Ġfr ances", - "ok in", - "Ġgrace fully", - "Public ations", - "Supp ly", - "ĠDol phin", - "Ġceremon ial", - "ĠGesund heits", - "A rs", - "f irm", - "r ach", - "u ator", - "row ed", - "Ġhand gun", - "Ġpos ibil", - "Ġtem pi", - "ene a", - "Ġcharg ers", - "Ġfear ing", - "ĠHand y", - "ĠDam ascus", - "Ġunl ucky", - "beit et", - "Ġroz wiÄħz", - "ĠKind ern", - "Ġlibert é", - "ĠOt is", - "igg ins", - "ĠSurge on", - "Ġsapp hire", - "9 67", - "P itt", - "T ai", - "l ac", - "Ġwork station", - "Ġsk is", - "ox icity", - "Ġopp ure", - "ĠChrist i", - "A ust", - "D iscovery", - "ĠM ême", - "Ġde odor", - "ĠP umps", - "Ġgo v", - "Ġdis so", - "ĠRes idency", - "OR N", - "za Äĩ", - "Ġuns us", - "Ġcha ired", - "ĠEmb edded", - "Ġfisher man", - "L ONG", - "M U", - "ent ary", - "ĠP ry", - "Ġsur ging", - "(\" <", - "Ġever green", - "åį Ī", - "cur r", - "ĠPrinc ip", - "Ġsang ue", - "ĠCounsel or", - "ĠFol ks", - "Ġdisproportion ate", + "▁Cr ime", + "▁Crim e", + "REQ UI", + "▁open ly", + "▁Belg ium", + "ic ity", + "ici ty", + "icit y", + "i city", + "▁M az", + "▁Ma z", + "▁st agger", + "▁stag ger", + "}} $,", + "}}$ ,", + "} }$,", + "na te", + "nat e", + "n ate", + "'' '", + "' ''", + "▁Ge off", + "ll i", + "l li", + "Su ite", + "▁D istribution", + "▁я кий", + "Com bo", + "Comb o", + "ho oks", + "hook s", + "▁F ight", + "▁Fig ht", + "▁Fi ght", + "Set s", + "Se ts", "S ets", - "g icos", - "re esome", - "ĠI MM", - "ul g", - "ĠN N", - "cl ad", - "ĠTr out", - "Ġpan icked", - "Ġgarden ers", - "8 39", - "n ian", - "v onne", - "Ġf ishes", - "ĠT rot", - "Ġv ign", - "Ġcom une", - "Ġph yt", - "mm as", - "Ġfab ri", - "éĥ¨ éĺŁ", - "Ġtan ning", - "Second ary", - "ugg led", - "ĠFeed ing", - "Cam bridge", - "Ġzak up", - "Ġhomeschool ing", - "T it", - "ĠS ib", - "ĠB umble", - "Ġwe ep", - "ell an", - "Ġind em", - "Ġinter ception", - "ĠTr ash", - "Ġequ iv", - "CON ST", - "Ġao ût", - "åĶ ¯", - "Ġorn amental", - "9 64", - "re use", - "ĠB arth", - "ĠMe asuring", - "bon us", - "Ġgraph ite", - "Ġridic ule", - "Ġretrou ve", - "Ġentwick elt", - "Ġfunn iest", - "I ER", - "le c", - "Ġle apt", - "ĠV oid", - "Ġprov oking", - "Ġsol es", - "ĠAm id", - "Ġinform e", - "â m", - "ĠMind s", - "conf irmed", - "ĠDress es", - "×ķ ×", - "; -", - "Ġby ÅĤy", - "ĠO yster", - "Ġpar i", - "uf e", - "Ġsal ari", - "Ġhouse keeping", - "Ġpolit ica", - "org ung", - "èµ «", - "Phil adelphia", - "Ġclut ching", - "Append ix", - "C IS", - "il igen", - "ĠS OS", - "Ġdown vote", - "Qu ad", - "Ġaward ing", - "ĠKeep s", - "ĠFac ilit", - "ĠHom eless", - "Ġcoh orts", - "/ %", + "▁m k", + "▁ mk", + "▁gu ides", + "▁guide s", + "▁guid es", + "▁princip ale", + "▁principal e", + "Pre ferences", + "ti ny", + "t iny", + "ap pen", + "app en", + "appe n", + "a ppen", + "▁ru ined", + "▁ruin ed", + "▁sl iding", + "▁slid ing", + "▁Z en", + "▁Ze n", + "▁oct ubre", + "pos er", + "po ser", + "pose r", + "p oser", + "▁F lag", + "▁Fl ag", + "▁ Flag", + "▁b oom", + "▁bo om", + "▁Det ect", + "▁activ ation", + "▁обра зова", + "▁entertain ing", + "▁entert aining", + "▁protect ive", + "ál l", + "á ll", + "▁Fl ash", + "▁mid st", + "▁mi dst", + "ствен ной", + "▁Ph D", + "ij ing", + "iji ng", + "cl ub", + "get C", + "▁tro uve", + "▁trou ve", + "am bers", + "amb ers", + "amber s", + "▁g reed", + "▁gr eed", + "▁gre ed", + "am arin", + "ama rin", + "amar in", + "▁suspic ious", + "▁susp icious", + "▁dep uty", + "▁deput y", + "as per", + "asp er", + "▁fun ded", + "▁fund ed", + "al one", + "alo ne", + "▁t ract", + "▁tr act", + "▁tra ct", + "▁ tract", + "▁R ating", + "▁Ra ting", + "▁Rat ing", + "ad ays", + "ada ys", + "a days", + "▁st att", + "▁stat t", + "▁sta tt", + "▁Priv acy", + "▁_ _(", + "▁__ (", + "▁ __(", + "▁f ights", + "▁fight s", + "á j", + "\\ ]", + "ag h", + "a gh", + "or na", + "orn a", + "▁Diam ond", + "▁pro totype", + "▁proto type", + "▁prot otype", + "▁ prototype", + "▁Str ateg", + "ha do", + "had o", + "h ado", + "▁l ungs", + "▁lung s", + "▁lun gs", + "Pro totype", + "Proto type", + "ließ lich", + "▁d ive", + "▁di ve", + "▁div e", + "co v", + "c ov", + "▁M ist", + "▁Mi st", + "▁Mis t", + "▁T ypes", + "▁Type s", + "▁Ty pes", + "▁Typ es", + "▁ Types", + "▁di agonal", + "▁p review", + "▁pre view", + "▁prev iew", + "▁ preview", + "▁Cont ainer", + "▁ Container", + "DESC RIP", + "▁brit ann", + "▁C ord", + "▁Co rd", + "▁Cor d", + "ak ov", + "ako v", + "a kov", + "▁far ming", + "▁farm ing", + "▁p ère", + "▁k ills", + "▁kill s", + "▁kil ls", + "▁Car ib", + "▁Ca rib", + "ћ и", + "▁А л", + "? ;", + "▁пи са", + "▁ писа", + "▁En sure", + "par sed", + "parse d", + "pars ed", + "än ge", + "äng e", + "▁D elta", + "▁Del ta", + "▁ Delta", + "▁g aining", + "▁gain ing", + "▁ga ining", + "▁n oting", + "▁not ing", + "▁no ting", + "▁B arb", + "▁Bar b", + "▁Ba rb", + "▁фев ра", + "▁фе вра", + "Em p", + "E mp", + "▁{ })", + "▁{} )", + "▁ {})", + "▁sy ntax", + "▁syn tax", + "▁synt ax", + "W alk", + "▁P ere", + "▁Per e", + "▁Pe re", + "Is Null", + "▁U V", + "▁ UV", + "▁ret val", + "▁ retval", + "▁sim plicity", + "▁simpl icity", + "▁rein force", + "Lin q", + "▁diff usion", + "▁dis orders", + "▁disorder s", + "ât re", + "â tre", + "ui ty", + "uit y", + "u ity", + "▁hel pless", + "▁help less", + "Me asure", + "▁com pression", + "▁comp ression", + "▁compr ession", + "▁compress ion", + "▁Co al", + "olut ely", + "olute ly", + "og ue", + "o gue", + "▁up ward", + "▁Block ly", + "▁b ride", + "▁br ide", + "parse Int", + "▁is olation", + "▁isol ation", + "▁regul atory", + "ș ti", + "ric ane", + "м б", + "▁с ло", + "▁ сло", + "▁sa lad", + "▁sal ad", + "we i", + "w ei", + "▁B asket", + "▁Bas ket", + "▁M ON", + "▁MO N", + "▁ MON", + "\"> &", + "\" >&", + "do ors", + "door s", + "▁K ill", + "▁Kil l", + "▁Ki ll", + "▁conspir acy", + "▁M iles", + "▁Mil es", + "▁Mi les", + "wa nt", + "wan t", + "w ant", + "Mod ifier", + "▁batter ies", + "▁batt eries", + "iv as", + "iva s", + "i vas", + "▁att endance", + "▁attend ance", + "▁AUT H", + "▁AU TH", + "▁ AUTH", + "▁с ві", + ".. .,", + "... ,", + "▁aggreg ate", + "▁de struct", + "▁dest ruct", + "▁four teen", + "▁м ет", + "▁ме т", + "▁ мет", + "▁both ered", + "▁bother ed", + "el te", + "elt e", + "e lte", + "▁m ism", + "▁mis m", + "▁mi sm", + "▁res ting", + "▁rest ing", + "▁P ars", + "▁Par s", + "▁Pa rs", + "▁ Pars", + "▁id le", + "▁ idle", + "▁d eren", + "▁de ren", + "▁der en", + "▁dere n", + "▁di ary", + "▁dia ry", + "▁v ague", + "▁va gue", + "▁vag ue", + "▁margin al", + "▁marg inal", + "Wr it", + "W rit", + "Bo t", + "B ot", + "▁Met ro", + "▁e arning", + "▁earn ing", + "▁ear ning", + "hist oire", + "his toire", + "▁end orse", + "▁be ard", + "▁bear d", + "▁Chair man", + "ie b", + "i eb", + "▁neut r", + "▁neu tr", + "▁am bit", + "▁amb it", + "▁Leon ard", + "ban ds", + "band s", + "b ands", + "▁D ale", + "▁Da le", + "▁Dal e", + "▁ver ified", + "Al gorithm", + "Enumer able", + "op code", + "cast le", + "cas tle", + "š e", + "▁Venez uela", + "▁de scriptions", + "▁des criptions", + "▁description s", + "▁value d", + "▁val ued", + "▁chapter s", + "▁chap ters", + "▁I ls", + "▁Il s", + "▁cl arity", + "▁clar ity", + "▁tour ists", + "▁tourist s", + "Da n", + "D an", + "▁t ribe", + "▁tr ibe", + "▁tri be", + "▁trib e", + "▁г и", + "▁ ги", + "fol k", + "f olk", + "ac cur", + "acc ur", + "▁St ack", + "▁Sta ck", + "▁ Stack", + "▁adv ocate", + "▁advoc ate", + "▁G ene", + "▁Ge ne", + "▁Gen e", + "Im ages", + "Image s", + "▁rig id", + "▁con greg", + "▁congr eg", + "▁start up", + "▁dead line", + "co uld", + "cou ld", + "c ould", + "▁beg ann", + "▁began n", + "▁cal ci", + "▁calc i", + "▁Cir cle", + "▁Circ le", + "▁in cons", + "▁inc ons", + "▁incon s", + "aaaa aaaa", + "▁rub bed", + "ape ut", + "ua rio", + "uar io", + "u ario", + "worth y", + "wor thy", + "wort hy", + "▁уча сти", + "▁участ и", + "▁fam ília", + "▁synchron ized", + "▁unf air", + "rs p", + "r sp", + "▁soc ieties", + "▁societ ies", + "bo at", + "gr o", + "g ro", + "▁k at", + "▁ka t", + "▁ kat", + "▁p oker", + "▁po ker", + "▁pok er", + "▁l ocks", + "▁loc ks", + "▁lo cks", + "▁lock s", + "▁G F", + "▁ GF", + "▁re conc", + "▁recon c", + "▁Maur ice", + "▁Mau rice", + "__( /*!", + "▁ble eding", + "äs ident", + "▁по след", + "▁после д", + "▁deriv ative", + "ша я", + "cc ió", + "c ció", + "▁cr ushed", + "▁crush ed", + "▁tempor arily", + "▁co aches", + "▁coach es", + "▁Mo vement", + "▁Move ment", + "▁Mov ement", + "}} $.", + "}}$ .", + "} }$.", + "▁K yle", + "▁Ky le", + "▁S ohn", + "▁So hn", + "▁cre ator", + "▁creat or", + "ind ust", + "▁E rik", + "▁Er ik", + "▁se iz", + "▁sei z", + "▁dim ensional", + "▁dimension al", + "▁ dimensional", + "▁I st", + "▁Is t", + "▁pre val", + "▁pr eval", + "▁prev al", + "he ads", + "head s", + "▁про ти", + "▁determ ines", + "▁determine s", + "▁determin es", + "eg y", + "e gy", + "▁U INT", + "▁UI NT", + "▁ UINT", + "▁V olk", + "▁Vol k", + "pa wn", + "p awn", + "Ph oto", + "▁C olin", + "▁Col in", + "▁Co lin", + "ap propri", + "app ropri", + "ort ion", + "st eller", + "stell er", + "É tat", + "▁im ply", + "▁imp ly", + "▁impl y", + "▁t outes", + "▁to utes", + "▁tou tes", + "▁tout es", + "▁toute s", + "VO L", + "V OL", + "an ing", + "ani ng", + "a ning", + "Tool tip", + "ig ious", + "igi ous", + "▁e ternal", + "▁etern al", + "▁P oz", + "▁Po z", + "▁bank rupt", + "▁fail ures", + "▁failure s", + "uer te", + "▁вре ме", + "zu ng", + "z ung", + "▁t cp", + "▁tc p", + "▁ tcp", + "▁cont ainers", + "▁contain ers", + "▁container s", + "ou sel", + "ous el", + "ouse l", + "▁H IV", + "▁con ced", + "▁conc ed", + "▁conce d", + "▁sept iembre", + "gi rl", + "g irl", + "▁C ho", + "▁Ch o", + "▁f az", + "▁fa z", + "▁Up per", + "▁ Upper", + "▁For ces", + "▁Force s", + "äh lt", + "in ject", + "Re ceived", + "MA T", + "M AT", + "ag lia", + "ów nie", + "ówn ie", + "/ '", + "▁p ip", + "▁pi p", + "▁G est", + "▁Ge st", + "▁Ges t", + "▁l ado", + "▁la do", + "▁lad o", + "▁compat ibility", + "▁m are", + "▁mar e", + "▁ma re", + "▁ mare", + "▁Cle arly", + "▁Clear ly", + "vers ation", + "Ver s", + "V ers", + "▁ch ick", + "▁chi ck", + "▁organ ize", + "▁organiz e", + "▁econom ics", + "▁economic s", + "▁ancest ors", + "ME D", + "M ED", + "▁sc rub", + "▁scr ub", + "▁label ed", + "▁lab eled", + "▁п р", + "▁S uz", + "▁Su z", + "▁A str", + "▁As tr", + "▁Ast r", + "allow een", + "allo ween", + "rh s", + "r hs", + "as ci", + "asc i", + "▁C ancer", + "▁Can cer", + "▁H unt", + "▁Hun t", + "▁Hu nt", + "▁switch ing", + "▁R idge", + "Se q", + "S eq", + "▁gi ugno", + "bus iness", + "▁char ming", + "▁charm ing", + "▁I o", + "▁ Io", + "▁prés ident", + "ek ing", + "e king", + "í l", + "en h", + "e nh", + "pr it", + "p rit", + "erc ise", + "án ak", + "á nak", + "▁х ра", + "▁ хра", + "▁b ugs", + "▁bu gs", + "▁bug s", + "▁жи во", + "▁light ning", + "▁never theless", + "▁length s", + "G U", + "H idden", + "Act or", + "Ac tor", + "A ctor", + "To pic", + "Top ic", + "T opic", + "▁H orse", + "▁Hor se", + "ћ е", + "el ines", + "eline s", + "eli nes", + "elin es", + "e lines", + "▁trag edy", + "▁traged y", + "int endo", + "▁abund ance", + "▁ev ac", + "it ably", + "+\\ _\\", + "▁rec ib", + "ua ted", + "uate d", + "u ated", + "рі ї", + "▁fool ish", + "▁foo lish", + "▁t m", + "▁ tm", + "▁des pair", + "▁desp air", + "TO KEN", + "▁comp romise", + "▁comprom ise", + "▁Person en", + "▁Pers onen", + "▁investig ated", + "▁investigate d", + "▁ex clude", + "▁excl ude", + "▁telev is", + "▁tele vis", + "▁pull s", + "▁pul ls", + "▁according ly", + "▁accord ingly", + "▁f ő", + "▁Le ave", + "▁ Leave", + "oper ations", + "operation s", + "cri m", + "cr im", + "c rim", + "▁r hs", + "▁rh s", + "▁ rhs", + "▁form ally", + "▁formal ly", + "▁L ily", + "▁Li ly", + "▁Lil y", + "▁Com ments", + "▁Comm ents", + "▁Comment s", + "▁se ptember", + "▁sept ember", + "ie fs", + "ief s", + "▁tre asure", + "Http Servlet", + "ді в", + "д ів", + "▁dis claimer", + "lu ss", + "l uss", + "▁ка о", + "ro gen", + "rog en", + "r ogen", + "▁Start ing", + "▁Star ting", + "▁d ém", + "▁dé m", + "▁select ing", + "▁ ↘", + "▁О н", + "▁Pract ice", + "▁p orte", + "▁por te", + "▁port e", + "▁ porte", + "▁as sure", + "▁ass ure", + "▁frustr ated", + "S ink", + "▁A ri", + "▁Ar i", + "▁esc ort", + "ais es", + "ai ses", + "aise s", + "a ises", + "▁b ush", + "▁bu sh", + "▁bus h", + "▁Se ine", + "▁F ill", + "▁Fil l", + "▁Fi ll", + "▁ Fill", + "▁S ull", + "▁Su ll", + "▁Sul l", + "Do t", + "D ot", + "vi l", + "v il", + "un ing", + "uni ng", + "u ning", + "Render ing", + "Rend ering", + "sh ake", + "sha ke", + "пи си", + "пис и", + "pt e", + "p te", + "▁b end", + "▁be nd", + "▁ben d", + "▁jewel ry", + "▁Stock holm", + "▁Hon estly", + "! [", + "▁array s", + "▁arr ays", + "▁War ner", + "▁sh aft", + "▁sha ft", + "▁C ann", + "▁Can n", + "▁Ca nn", + "▁Pitt sburgh", + "ir ical", + "iri cal", + "i rical", + "au tre", + "aut re", + "▁R ück", + "▁gen naio", + "▁Ш а", + "an nte", + "ann te", + "annt e", + "ps hire", + "p shire", + "но логи", + "н ологи", + "ét a", + "é ta", + "▁pr inter", + "▁print er", + "▁prin ter", + "▁dam ages", + "▁damage s", + "▁Isa ac", + "▁Famil ie", + "Code s", + "Co des", "C odes", - "Ġm ary", - "ĠW earing", - "Ġte ren", - "Ġdeb es", - "ken v", - "Ph ill", - "Does n", - "ĠRece iver", - "Ġtéc nica", - "( âĢ¦)", - "re go", - "es ia", - "ur ig", - "ĠV OL", - "ĠPro bleme", - "Ġgl a", - "Ġharm onic", - "Ġinspir ations", - "ĠAL S", - "Ġdich iar", - "ĠÏ ĥ", - "ĠDM V", - "Ġredund ancy", - "b ak", - "g iveness", - "om pl", - "ĠT x", - "Ġpart out", - "ĠUS SR", - "Sc alar", - "Trans l", - "ç« ¥", - "Ġbom bers", - "FUN CTION", - "Neg ative", - "Ġmacroph ages", - "? \",", - "Ġu mb", - "ĠM urd", - "Ġcl ove", - "iss ante", - "oh nt", - "09 5", - "IM P", - "Ġton al", - "ภĩ", - "ĠSearch ing", - "Ġcave at", - "Ġsout ien", - "Ġd ut", - "est hetics", - "Ġby lo", - "les iast", - "Ġkind er", - ")) ))", - "ĠComp assion", - "Ġclos eness", - "mark er", - "Ġsimpl ifies", - "Ġalleg es", - "max imum", - "ÅĤo ÅĽÄĩ", - "Inv oke", - "}^ {\\", - "ĠAccept ance", - "ĠMidd leton", - "Ġbéné f", - "\" ", - "K ill", - "Ġn en", - "tern ut", - "Ġdiff user", - "ét ude", - "Ġok az", - "âĺħâĺħ âĺħâĺħ", - "D anny", - "d ance", - "j ou", - "re nowned", - "Ġe inge", - "Ġheart h", - "Ġprec arious", - "äºĭ å®ŀ", - "Ġinstant aneous", - "?! ?!", - "WE B", - "C itation", - "W MS", - "ĠE SS", - "ass urance", - "con cert", - "åľ¨ è¿ĻéĩĮ", - "Ġid ols", - "ĠMain taining", - "ĠPan ic", - "Call ing", - "ä¸ī å", - "åĽŀ åĪ°", - "ĠWolf e", - "âľ ħ", - "ĠSupplement ary", - "niejs ze", - "ĠSauv ignon", - "N FL", - "ĠN ied", - "á k", - "Ġcre are", - "rol le", - "åĪ ij", - "Ġfa its", - "Ġum oÅ", - "Ġmis interpret", - "Ġpun itive", - "Ġtub ular", - "ĠmiÄĻd zy", - "K C", - "a head", - "vers ed", - "ĠAb road", - "Ġkn uckles", - "Ġjak i", - "ĠSher ry", - "script s", - "Ġprobable ment", - "Ġneon atal", - "iê ncia", - "K i", - "Ġ ÅĤat", - "Ġf im", - "Ġf ÄĥrÄĥ", - "Ġb rib", - "Ġg ib", - "Ġg ated", - "Ġinte gers", - "ĠFe in", - "Ġappreci ating", - "const ants", - "Ġphil ipp", - "èĢħ çļĦ", - "Ġdism ay", - "Ġprotagon ists", - "Implement ation", - "J oh", - "M agg", - "al iment", - "ap ult", - "Ġrel a", - "ĠLa os", - "ĠComp ute", - "08 7", - "reci pe", - "ĠAny where", - "ĠPo ems", - "áv ÄĽ", - "ĠRES P", - "ĠBench mark", - "Ġautobi ography", - "W L", - "es cal", - "Ġp oche", - "Ġg els", - "Ġpe asant", - "Ġfl ask", - "iel a", - "Ġgl acier", - "cent ed", - "Ġocc ult", - "Ġwild fires", - "Ġdim ost", - "Ġcere bro", - "Ġinstinct ively", - "Ġbureauc ratic", - "ĠSans krit", - "Ġc n", - "ke leton", - "we k", - "Ġtechn ologically", - "sh an", - "Ġdest abil", - "Ġexecut or", - "++ ,", - "ĠEs per", - "Ġrub ble", - "(! (", - "ĠDI RECT", - "Ġsway ed", - "Ġp igeon", - "Ġl amin", - "ĠA CS", - "Ġst rolling", - "Ġde ceive", - "Ġde lectable", - "EN ABLE", - "cript ors", - "Ġprec inct", - "Ġsuff it", - "06 5", - "wer ken", - "isse ur", - "ĠTravel er", - "oret ical", - "ĠPL AN", - "disc ount", - "Ġense ign", - "w id", - "Ġs oud", - "ĠN aw", - "Ġdef ens", - "ĠAl k", - "Ġext racellular", - "ĠLa unches", - "ç ant", - "Ġré cup", - "ĠCass andra", - "Ġmoo ie", - "enf ant", - "Ġproverb ial", - "9 23", - "p ants", - "Ġf ours", - "ic ie", - "ĠSt itch", - "Ġco lect", - "Ġprov oked", - "Ġcal mer", - "Ġur b", - "ĠBro dy", - "08 3", - "ĠInter im", - "88 4", - "Ġincident al", - "åIJį åŃĹ", - "Ġperf umes", - "stell t", - "contin ental", - "Ġunimagin able", - "U ps", - "Ġn ello", - "os k", - "ĠRes ervation", - "Ġter az", - "lex ia", - "Ġblack berry", - "Ġtransform ational", - "ĠTar ot", - "Ġbru ised", - "Ġendorse ments", - "Hall oween", - "ĠMarse ille", - "8 78", - "Ġs r", - "it atively", - "Ġan geb", - "ĠL aut", - "Ġman power", - "ĠSe y", - "ĠPr zy", - "88 9", - "Ġswim suit", - "к а", - "eni ably", - "O A", - "p om", - "y un", - "à °", - "un nel", - "ĠN ay", - "ide z", - "Ġà ĥ", - "Ġafter noons", - "Int el", - "å¿ ĺ", - "Enc oder", - "' /", - "K yle", - "P ow", - "Q uel", - "c alls", - "Ġm ousse", - "ro pe", - "ce mia", - "é conom", - "ru ci", - "ĠCont ribution", - "Ġwhole heartedly", - "Ġmis chief", - "Ġkn itted", - "Ġdific ult", - "ĠS AL", - "ad ult", - "Ġv êt", - "ĠD arius", - "Ġdo e", - "ĠY as", - "Ġno cturn", - "Ġdi abet", - "anti ated", - "Ġdupl ication", - "Ġglitter ing", - "her st", - "ĠF ancy", - "Ġk to", - "Ġgl aucoma", - "ĠZ n", - "Ġord inarily", - "ĠBon n", - "lie ÃŁen", - "çĮ ®", - "culos keletal", - "8 98", - "H ang", - "I OR", - "M arsh", - "Ġb alk", - "Ġb oca", - "Ġan ges", - "Ġent w", - "Ġpres o", - "ring er", - "Ġé vo", - "Ex ist", - "Ġcompl ètement", - "Ġsat ir", - "Ġregard er", - "88 6", - "May or", - "Ġpon ad", - "Ġefect os", - "9 29", - "Ġp oth", - "Ġf ps", - "res en", - "ric orn", - "stand en", - "ique z", - "gl Äħd", - "Ġten or", - "Min ister", - "ĠBh utan", - "ĠRu iz", - "ο Î", - "ĠImprove ments", - "ç»Ī äºİ", - "Ġexcav ation", - "Ġstal ks", - "T erry", - "Ø ©", - "Ġp out", - "ĠL ys", - "Ġvol gende", - "ĠGl acier", - "ĠPar c", - "ĠPres erve", - "irit to", - "Ġsegment ed", - "ĠHun ters", - "缸 ä¿¡", - "ĠLion el", - "l ery", - "s lee", - "ed ish", - "ig lie", - "ĠD olly", - "Ġwas nt", - "Ġent hr", - "ek te", - "Ġfinal ize", - "ĠMin erals", - "s ports", - "Ġf eline", - "Ġsu pr", - "rou wen", - "Ġus dt", - "Ġmost ra", - "Ġmon oxide", - "ĠSe it", - "Ġrep as", - "ĠBl ender", - "iqu ant", - "View Controller", - "Ġchem ically", - "ĠSur round", - "Ġexperiment ed", - "ĠChem icals", - "ĠRap hael", - "Ġsept iembre", - "cro ft", - "ĠClem son", - "Ġre gex", - "Ġpo ch", - "ĠDe V", - "Ġspecial e", - "Ġfol genden", - "p ossible", - "Ġt rolley", - "Ġp ânÄĥ", - "ke i", - "ĠD ah", - "Ġab ra", - "ĠIn gen", - "Ġinc end", - "Ġcred o", - "cer in", - "Ġestab an", - "Ġsurv ives", - "Pre vent", - "Ġdisgust ed", - "Ġlud icrous", - "ĠNue va", - "ĠFundament als", - "ub ern", - "Ġexp orter", - "ö hn", - "bre llas", - "04 6", - "ĠRam adan", - "Ġorganis ers", - "ĠConsider ations", - "Engine ering", - "Ġoft entimes", - "Ġtelev ised", - "7 98", - "8 63", - "R HP", - "il og", - "ĠW AR", - "ific antly", - "Ġpropos er", - "sub st", - "cons ult", - "ĠMS M", - "Ge o", - "Ġcher cher", - "iph any", - "ĠczÄĻ ÅĽci", - "ĠOverse as", - "M iller", - "a q", - "z gl", - "an agan", - "ĠG PL", - "Ġtw ilight", - "Ġcap o", - "list ing", - "Hel ping", - "ĠAutom obile", - "Ġrealiz ado", - "Ġkol or", - "Bless ings", - "Ġpredic ament", - "S uz", - "Ġt d", - "Ġe uth", - "ĠA ries", - "ĠK ons", - "ĠCh ia", - "Ġcar ga", - "Ġpar anoia", - "ĠAr gs", - "ĠCom cast", - "Ġpot ion", - "hus band", - "ÑĢ еÐ", - "OH N", - "ĠG SM", - "Ġph ased", - "Ġmus ste", - "Ġpower fully", - "Ġequ ate", - "ipp en", - "è¯ ¢", - "ÃŁ t", - "ĠDel ight", - "ĠRel ay", - "69 8", - "Ġsup uesto", + "th rift", + "no b", + "n ob", + "▁c av", + "▁ca v", + "▁techn ically", + "▁technical ly", + "▁I mm", + "▁Im m", + "▁tr icks", + "▁tri cks", + "▁trick s", + "EA R", + "E AR", + "▁Sub ject", + "▁ Subject", + "▁ne eding", + "▁need ing", + "▁G ir", + "▁Gi r", + "Bo ard", + "B oard", + "▁re he", + "▁rem inder", + "▁remind er", + "▁sh iver", + "K it", + "▁strugg les", + "▁struggle s", + "▁gen om", + "▁ge nom", + "im il", + "imi l", + "i mil", + "Reg istration", + "▁gl oves", + "▁glo ves", + "▁Z ur", + "▁Zu r", + "▁B eg", + "▁Be g", + "▁in clusive", + "▁incl usive", + "/ ,", + "og an", + "oga n", + "o gan", + "po que", + "cont rib", + "contr ib", + "ши н", + "ш ин", + "▁M ama", + "▁Ma ma", + "▁Mam a", + "print s", + "▁re named", + "▁ren amed", + "ють ся", + "ю ться", + "net dev", + "▁comp ile", + "▁ compile", + "▁ §", + "M UL", + "▁dr aws", + "▁draw s", + "co ck", + "c ock", + "▁сво и", + "▁M um", + "▁Mu m", + "sp ieler", + "spi eler", + "s pieler", + "▁n ail", + "▁na il", + "▁ nail", + "▁trans it", + "▁S aw", + "▁Sa w", + "▁com press", + "▁comp ress", + "▁compre ss", + "▁compr ess", + "▁ compress", + "▁purch ases", + "▁purchase s", + "▁per forms", + "▁perform s", + "▁dem ol", + "▁demo l", + "▁comm ence", + "▁C B", + "▁ CB", + "▁A ber", + "▁Ab er", + "▁c ush", + "▁cu sh", + "▁ком п", + "▁ру ко", + "▁Muham mad", + "▁Net flix", + "▁Environment al", + "No rm", + "N orm", + "▁w ir", + "null ptr", + "▁refuge es", + "до н", + "д он", + "▁B irmingham", + "New s", + "Ne ws", + "▁В се", + "Or ient", + "O rient", + "As sembly", + "▁introdu cing", + "fin der", + "find er", + "fi nder", + "f inder", + "▁scholar ship", + "▁scholars hip", + "▁ос нова", + "▁основ а", + "if a", + "i fa", + "Si ng", + "S ing", + "ib lic", + "ibli c", + "i blic", + "istribut ed", + "istribute d", + "▁depart ments", + "▁department s", + "CR EF", + "CRE F", + "C REF", + "▁Malays ia", + "CO NF", + "CON F", + "▁Cl aud", + "▁Bu ilt", + "▁ Built", + "RAN GE", + "Re direct", + "Red irect", + "LE ASE", + "-- -------", + "---- -----", + "-------- -", + "--- ------", + "----- ----", + "------ ---", + "------- --", + "- --------", + "▁П у", + "▁n umpy", + "▁num py", + "▁project ed", + "▁remind s", + "▁- *-", + "ib ling", + "ibli ng", + "i bling", + "▁s lower", + "▁sl ower", + "▁slow er", + "op p", + "o pp", + "ro pic", + "rop ic", + "r opic", + "▁Mont real", + "▁detect ive", + "TH READ", + "▁qu é", + "▁R osa", + "▁Ro sa", + "▁Ros a", + "▁seven th", + "▁sevent h", + "Col ors", + "Color s", + "de mo", + "dem o", + "▁E sta", + "▁Est a", + "▁Es ta", + "ff f", + "f ff", + "ick ets", + "icket s", + "Gr e", + "G re", + "á b", + "bo ost", + "▁Go ing", + "▁Su ite", + "▁ Suite", + "▁adapt ation", + "▁j ours", + "▁jour s", + "▁jo urs", + "▁jou rs", + "▁ jours", + "▁Or th", + "▁Ort h", + "х і", + "Fig ure", + "▁su pers", + "▁sup ers", + "▁super s", + "▁access ories", + "we ak", + "▁dist ress", + "fr ied", + "f ried", + "▁go og", + "ка з", + "▁far mer", + "▁farm er", + "it ational", + "itation al", + "itat ional", + "Go ld", + "G old", + "▁ass hole", + "▁assh ole", + "▁Cont roller", + "▁Control ler", + "▁ Controller", + "▁ар хи", + "To o", + "T oo", + "▁mol to", + "▁p ropri", + "▁prop ri", + "▁ propri", + "▁al go", + "▁alg o", + "Af f", + "A ff", + "re sc", + "res c", + "r esc", + "▁D y", + "▁con gr", + "▁T es", + "▁Te s", + "▁W IN", + "▁ WIN", + "de serialize", + "des erialize", + "sy n", + "s yn", + "▁chem istry", + "m iddle", + "▁an imated", + "▁anim ated", + "▁K um", + "▁Ku m", + "file Name", + "Amer ica", + "▁dr ums", + "▁dru ms", + "▁drum s", + "▁program a", + "▁n ej", + "▁ne j", + "▁ nej", + "Read Only", + "▁Б ра", + "-- -----", + "---- ---", + "--- ----", + "----- --", + "------ -", + "- ------", + "Mut ex", + "Mu tex", + "un ned", + "unn ed", + "ynam ics", + "ynamic s", + "co system", + "cos ystem", + "▁R ect", + "▁Re ct", + "▁Rec t", + "▁ Rect", + "▁an ime", + "▁anim e", + "▁I BM", + "▁need le", + "es ser", + "ess er", + "esse r", + "▁incl u", + "▁inc lu", + "Le an", + "tr aining", + "tra ining", + "train ing", + "▁b our", + "▁bo ur", + "▁bou r", + "▁ bour", + "ab ases", + "abase s", + "aba ses", + "▁tak że", + "wa rz", + "war z", + "w arz", + "▁ste pping", + "▁step ping", + "▁T IME", + "▁ TIME", + "▁Ein stein", + "▁Log in", + "▁Lo gin", + "▁ Login", + "pon ential", + "ponent ial", + "De ad", + "D ead", + "in str", + "ins tr", + "inst r", + "▁ne ural", + "▁neu ral", + "▁neur al", + "▁ub ic", + "▁Init ialized", + "▁Initialize d", + "▁Initial ized", + "▁ Initialized", + "▁facil itate", + "G D", + "}{ (", + "} {(", + "D ark", + "▁n ag", + "▁na g", + "min ipage", + "Size s", + "Si zes", + "S izes", + "▁w orm", + "▁wor m", + "▁wo rm", + "bi as", + "bia s", + "b ias", + "Su ch", + "S uch", + "wick lung", + "▁sp ouse", + "▁spo use", + "▁surviv ors", + "er st", + "ers t", + "at ype", + "aty pe", + "a type", + "}) $,", + "})$ ,", + "} )$,", + "▁n l", + "▁ nl", + "▁cogn itive", + "▁o nde", + "▁on de", + "▁ onde", + "▁en abling", + "▁soc iet", + "▁soci et", + "▁c lan", + "▁cl an", + "▁ex cluded", + "▁excl uded", + "▁exclude d", + "▁th under", + "▁ent ropy", + "▁entr opy", + "▁fast est", + "RE EN", + "REE N", + "▁Vien na", + "▁fl owing", + "▁flo wing", + "▁flow ing", + "▁aff irm", + "al om", + "alo m", + "▁h ips", + "▁hi ps", + "▁hip s", + "▁can nab", + "▁st icks", + "▁stick s", + "▁cur riculum", + "▁ret ained", + "▁retain ed", + "▁ext ending", + "▁extend ing", + "ó z", + "he aded", + "head ed", + "ex c", + "e xc", + "▁je ho", + "▁for ests", + "▁fore sts", + "▁forest s", + "ma nia", + "man ia", + "m ania", + "▁C anal", + "▁Can al", + "▁Ca nal", + "▁S out", + "▁So ut", + "▁Sou t", + "▁B ahn", + "▁Ba hn", + "▁Bah n", + "▁T EXT", + "▁TE XT", + "▁ TEXT", + "▁др жа", + "▁User s", + "▁Us ers", + "▁Use rs", + "▁ Users", + "▁G EN", + "▁ GEN", + "sl ash", + "ben falls", + "Text Field", + "▁r av", + "▁ra v", + "▁ rav", + "▁continu ously", + "▁continuous ly", + "IT ER", + "ITE R", + "I TER", + "▁Jen ny", + "▁Jenn y", + "ch os", + "cho s", + "c hos", + "▁am big", + "▁amb ig", + "▁ж ур", + "Aut ow", + "Auto w", + "▁V eter", + "▁Ve ter", + "▁dest in", + "H om", + "au ge", + "aug e", + "a uge", + "▁com mod", + "▁comm od", + "▁gar lic", + "< =", + "▁dram atically", + "▁dramatic ally", + "CA N", + "C AN", + "an cers", + "ance rs", + "anc ers", + "ancer s", + "() }", + "( )}", + "gh ai", + "▁tw ee", + "▁twe e", + "▁сент ября", + "GP U", + "G PU", + "▁B omb", + "▁Bo mb", + "▁young est", + "▁c age", + "▁ca ge", + "ok s", + "o ks", + "ic hes", + "ich es", + "iche s", + "i ches", + "▁T ests", + "▁Te sts", + "▁Test s", + "▁Tes ts", + "▁ Tests", + "sk ý", + "cur y", + "cu ry", + "c ury", + "na ls", + "nal s", + "n als", + "ț a", + "▁V oice", + "▁Vo ice", + "Depend ency", + "v f", + "e ous", + "▁Z a", + "▁am ateur", + "▁G host", + "▁Gh ost", + "▁dis ability", + "▁Вла ди", + "▁rev enge", + "▁reven ge", + "Trans lation", + "▁cour tesy", + "ски я", + "▁bl ob", + "▁blo b", + "▁ blob", + "ä ß", + "ó j", + "▁print s", + "▁prin ts", + "▁ prints", + "▁pro ves", + "▁pr oves", + "▁prov es", + "▁prove s", + ">? [<", + "▁ut ils", + "▁util s", + "▁ utils", + "ty pen", + "type n", + "typ en", + "▁t erra", + "▁ter ra", + "▁terr a", + "▁ terra", + "▁min eral", + "▁mine ral", + "▁miner al", + "▁war rior", + "▁ме ст", + "▁D S", + "▁ DS", + "Em b", + "E mb", + "get Data", + "ли чи", + "лич и", + "▁sa fer", + "▁saf er", + "▁safe r", + "▁com une", + "▁comun e", + "▁hier archy", + "Cred entials", + "res se", + "ress e", + "r esse", + "gr av", + "gra v", + "g rav", + "lo gs", + "log s", + "l ogs", + "br os", + "bro s", + "b ros", + "BUT TON", + "lit eral", "liter al", - "Wil son", - "liwo ÅĽÄĩ", - "Relations hip", - "l op", - "ĠF LO", - "ĠRes urrection", - "Se ek", - "Ġhor rend", - "ĠTrans plant", - "Ġinitial s", - "Ġpoly urethane", - "ĠConnect ing", - "H W", - "ĠC SI", - "Ġsol che", - "ĠMin h", - "Ġkn ocks", - "98 6", - "Ġillustr ating", - "IB M", - "ĠOm ni", - "idel berg", - "HH HH", - "klär ung", - "Ġanál isis", - "r int", - "es ign", - "it ore", - "Ġb ellow", - "Ġor thodox", - "ĠG V", - "... '", - "ĠPe acock", - "Ġcontinu aciÃ", - "Ġmeat balls", - "Ġscor ching", - "rif ten", - "Ġwholes alers", - ") |", - "ĠPro verbs", - "Ġbest owed", - "Ġest rat", - "Ġhand written", - "Ġaccess ion", - "Ġdé g", - "Ġtransport e", - "ĠTown s", - "ĠContin ued", - "ĠHyd rogen", - "ĠGre gg", - "ĠAnders en", - "8 36", - "E co", - "ess ori", - "ist ency", - "Ġhard working", - "ĠNe ut", - "ĠFern andez", - "Ġdiplom at", - "c ube", - "Ġs ly", - "it ura", - "ir ut", - "Ġv ortex", - "pp les", - "ĠR age", - "ĠRe verend", - "Ġsl amming", - "de z", - "ee z", - "Ġunderstand ably", - "Ġfinal ement", - "Sh it", - "En umerable", - "çİ ©", - "ĠAM C", - "AA A", - "ĠDur ant", - "Ġathe ros", - "Ġniñ o", - "invest ment", - "aller genic", - "Ġproté ger", - "F ACE", - "J ar", - "à ij", - "Ġa version", - "se b", - "Ġor i", - "ud y", - "Ġart ikel", - "ĠServ ed", - "Ġtele gram", - "Ġfort ified", - "P AS", - "ack ers", - "Ġacc ès", - "Ġcur iously", - "Ġcivil izations", - "uest ro", - "Ġdent ures", - "ĠHE ALTH", - "è®° è", - "ĠLeist ung", - "俱 åį¢", - "ĠW issenschaft", - "ĠF iesta", - "Ġr us", - "ĠG G", - "uf s", - "amer ican", - "ĠFa ust", - "A chie", - "U b", - "is ko", - "ĠTw ice", - "RO LL", - "Ġopin iÃ", - "ĠNO AA", - "Arch ives", - "é¥ ®", - "ĠErfol g", - "Ġcott ages", - "VAIL ABLE", - "B rid", - "W IDTH", - "Ġa and", - "é taire", - "Se ed", - "åĨ °", - "ĠPy ramid", - "æľº ä", - "G reek", - "ĠL itt", - "Ġex uber", - "Ġunder writing", - "Ġval uations", - "Ġhum bled", - "Ġair ways", - "Ġaffili ations", - "ĠImport ed", - "kenv andine", - "- /", - "Ġa hor", - "om ial", - "Ġsu fr", - "-- ;", - "ens ibly", - "Ġpart ager", - "Ġpre uve", - "inst a", - "Ġaccompan iment", - "Contin uing", - "ĠHapp ens", - "ĠPoll ution", - "ĠAthlet es", - "Ġfry er", - "L on", - "S elling", - "od Ã", - "Ġad apters", - "ber zeug", - "uch ten", - "up ro", + "l iteral", + "▁S r", + "an tal", + "ant al", + "anta l", + "▁mer cy", + "▁merc y", + "DA P", + "D AP", + "▁Mag gie", + "▁sust ained", + "▁sustain ed", + "N M", + "Re view", + "Rev iew", + "▁Buen os", + "▁de aler", + "▁deal er", + "en es", + "ene s", + "e nes", + "▁file Name", + "▁ fileName", + "bb ra", + "b bra", + "ро ма", + "ром а", + "Inst all", + "▁Mor ning", + "LE T", + "L ET", + "ip a", + "i pa", + "G a", + "го в", + "г ов", + "▁Sche dule", + "▁ Schedule", + "▁rep orters", + "▁report ers", + "▁reporter s", + "▁pecul iar", + "▁sup plier", + ")$ -", + ") $-", + "ë l", + "▁roll s", + "▁né cess", + "▁p reg", + "▁pre g", + "▁pr eg", + "▁Re yn", + "▁sur render", + "▁contribut ing", + ")+ \\", + ") +\\", + "PRO P", + "PR OP", + "P ROP", + "▁dec imal", + "▁Town ship", + "gr p", + "g rp", + "▁terror ist", + "pt o", + "p to", + "on en", + "one n", + "o nen", + "▁Polit ics", + "▁Pe arl", + "▁Pear l", + "▁pil low", + "▁pill ow", + "▁gr ades", + "▁grad es", + "▁grade s", + "▁gra des", + "▁ grades", + "TH E", + "T HE", + "▁num ero", + "▁numer o", + "▁nu mero", + "i NdEx", + "M igration", + "PE ND", + "P END", + "ph oto", + "▁cent ered", + "▁center ed", + "▁r het", + "▁rh et", + "egr ünd", + "▁laund ry", + "get Node", + "▁est imation", + "▁estim ation", + "▁I v", + "▁wh oles", + "▁who les", + "▁whole s", + "ше ния", + "▁const itutional", + "▁constitution al", + "am ination", + "amin ation", + "▁Municip al", + "ad t", + "a dt", + "th y", + "t hy", + "▁pub li", + "▁di cembre", + "▁dic embre", + "▁dice mbre", + "` )", + "▁Ch rome", + "ef e", + "e fe", + "con g", + "co ng", + "c ong", + "bre aking", + "break ing", + "at ched", + "atch ed", + "es tr", + "est r", + "e str", + "▁i di", + "▁id i", + "▁ idi", + "VER Y", + "V ERY", + "▁app el", + "▁ap pel", + "▁appe l", + "▁Techn ical", + "tc x", + "t cx", + "DO UBLE", + "se k", + "s ek", + "hu ng", + "h ung", + "▁A ur", + "▁Au r", + "coll apse", + "▁adv ise", + "▁advis e", + "▁Pr imary", + "▁Pri mary", + "▁Prim ary", + "▁ Primary", + "ia z", + "i az", + "▁a nten", + "▁an ten", + "▁ant en", + "▁ante n", + "▁ anten", + "▁bro ader", + "▁broad er", + "▁ju nio", + "▁jun io", + "▁juni o", + "▁w ool", + "▁wo ol", + "▁hat red", + "▁ex agger", "Con v", - "bed ingungen", - "Ġnone x", - "ภ¥", - "çľĭ æĿ¥", - "Ġsyn agogue", - "ĠUl tr", - "ĠConvers ations", - "Ġcoff ees", - "ĠSchwe iz", - "bod ied", - "9 43", - "Ġt anti", - "ĠS ewer", - "ĠR UN", - "ĠJ L", - "ens iÃ", - "Ġz acz", - "ST OR", - "Ġce i", - "Ġsex ism", - "ĠFre ed", - "89 2", - "Ġsed uctive", - "8 67", - "h ark", - "Ġm ichael", - "ĠP OT", - "Ġj ÄĻ", - "Ġmon te", - "Ġnum éro", - "Ġhum ankind", - "Ġmag ician", - "çĥ Ł", - "æ¸ħ æ¥ļ", - "Nov el", - "blesh ooting", - "N ord", - "] \"", - "Ċ ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", - "Ġt ors", - "Ġa float", - "Ġc est", - "Ġinf lict", - "ĠEd ited", - "ipl ier", - "ĠModern a", - "( =", - "f w", - "ra ag", - "Ġv ÄĽt", - "ain ment", - "Ġj ard", - "Ġsc ow", - "Ġdec oder", - "Ġsuch t", - "ĠPres idency", - "Ġhom estead", - "ĠBuff et", - "ĠAngel o", - "Ġregener ative", - "Ġwp ÅĤy", - "Ġoss erv", - "Cred entials", - "Ġembry os", - "ĠLarg est", - "V ING", - "Ġg if", - "ĠN ES", - "ĠY ose", - "ĠV ox", - "Ch a", - "æĪ ı", - "Ġmethod ological", - "Key board", - "Aut or", - "åĨį 次", - "Ġstab bing", - "Ġgebru iken", - "Ġrèg les", - "Ġe ut", - "ĠS od", - "ĠG otta", - "Ġper du", - "Ġend owed", - "arm aceutical", - "St d", - "IN PUT", - "Ch arge", - "ĠGr as", - "08 9", - "sem bler", - "èĪ ª", - "Ġdil ution", - "Ġcust ard", - "ĠScar let", - "did rocks", - "ĠSmooth ie", - "Ġcran berries", - "K M", - "Ģ äºĨ", - "ones ia", - "04 7", - "Ġbra id", - "Ġspect ator", - "Ġvor hand", - "TER S", - "æīį èĥ", - "Ġmél ange", - "M ight", - "im us", - "ĠP ines", - "ge gen", - "Ġsp urred", - "Ġdown fall", - "Ġinvest s", - "sp read", - "ili ates", - "99 4", - "ĠUp coming", - "Ġrev oked", - "ĠFire place", - "Ġfer ro", - "ĠWhit man", - "Ġmemor abilia", - "ĠSurge ons", - "Ġfiduc iary", - "H ING", - "c ancer", - "Ġc idade", - "ro j", - "ĠM oll", - "Ġspe ck", - "ĠSu k", - ".... \"", - "án chez", - "ĠTor re", - "Ġalgebra ic", - "Atl anta", - "e us", - "h ak", - "t aj", - "Ġre inc", - "em aking", - "ib ular", - "ĠRe action", - "ask ets", - "Ġplant a", - "zi ert", - "ĠCD N", - "æĪIJ çļĦ", - "äºĭ 件", - "ĠCab ernet", - "Ġblow job", - "sim pl", - "ĠShap iro", - "âķIJ âķIJ", - ". $$", - "b uck", - "ĠD war", - "Ġdi y", - "Ġbeh aves", - "Ġpresent ers", - "06 8", - "requ ires", - "Supp ose", - "ĠAx el", - "olt Ãł", - "Ġalk yl", - "ĠChes apeake", - "Restaur ant", - "h ower", - "Ġs angu", - "ad ura", - "ĠY or", - "Ġtw itch", - "ins piring", - "Ġexpl ica", - "Ġpot encial", - "Ġune i", - "col onial", - "Ġsea weed", - "Ġhall mark", - "æĦı æĢĿ", - "Ġaudit ory", - "Ġfoss ils", - "Ġsore ness", - "Lin q", - "Ġmitochond ria", - "leist ungen", - "Ġpec ans", - "c ov", - "ent licht", - "ĠP ads", - "ĠL ips", - "Ġdet al", - "Ġed s", - "Ġann uity", - "bl ur", - "Ph D", - "ĠPre v", - "Ġpriest hood", - "Ġmuc us", - "ĠCuis ine", - "D inner", - "N umbers", - "ĠC ouch", - "Ġinf ographic", - "Ġpurpose fully", - "ĠAv ocado", - "ÈĻ t", - "Ġcraft y", - "Ġnatur a", - "ä¸Ģ个 人", - "ĠDies er", - "ĠAppalach ian", - "J enny", - "s led", - "it ization", - "ĠP iazza", - "ĠSt akes", - "Ġrem over", - "amp hetamine", - "å¤ ®", - "Ġplant ations", - "lem agne", - "ĠBern stein", + "Co nv", + "kt ur", + "▁em peror", + "▁Pack age", + "▁ Package", + "TD M", + "T DM", + "\\{ \\", + "\\ {\\", + "whe el", + "▁fe as", + "▁js ou", + "", + "< ?>", + "INST ANCE", + "▁ch ant", + "▁cha nt", + "▁ chant", + "▁Re fer", + "▁Ref er", + "▁S hir", + "▁Sh ir", + "▁ве ка", + "▁Me eting", + "▁Meet ing", + "▁n v", + "▁ nv", + "▁associ ations", + "▁association s", + "it ations", + "itation s", + "itat ions", + "or um", + "o rum", + "▁t ires", + "▁ti res", + "▁tire s", + "▁tir es", + "▁d ash", + "▁da sh", + "▁das h", + "▁ dash", + "▁} ));", + "▁}) );", + "ar to", + "art o", + "▁Ed inburgh", + "W T", + "▁inv ented", + "▁invent ed", + "ve h", + "v eh", + "▁Hind u", + "▁Насе лення", + "▁ur gent", + "▁urg ent", + "▁urge nt", + "text color", + "we rp", + "wer p", + "▁det ector", + "▁detect or", + "▁al tered", + "▁alt ered", + "▁alter ed", + "▁t b", + "▁ tb", + "▁N aval", + "▁Na val", + "▁Nav al", + "▁mem br", + "style sheet", + "styles heet", + "un ts", + "unt s", + "▁nut rition", + "▁S ylv", + "▁Sy lv", + "▁e numer", + "▁en umer", + "▁enum er", + "▁m ines", + "▁min es", + "▁mi nes", + "▁mine s", + "▁l itter", + "▁lit ter", + "▁litt er", + "ž í", + "con current", + "▁sw allow", + "Si r", + "S ir", + "tal k", + "t alk", + "▁de utschen", + "▁deutsch en", + "re peat", + "▁dom ains", + "▁domain s", + "▁Mc Donald", + "▁cand le", + "▁pl ural", + "▁sharp ly", + "▁shar ply", + "orig ine", + "origin e", + "▁c andy", + "▁can dy", + "▁cand y", + "▁kilomet res", + "▁power ed", + "▁pow ered", + "▁ powered", + "▁s ep", + "▁se p", + "▁ sep", + "▁S oci", + "▁So ci", + "▁Soc i", + "▁Ber nie", + "▁Bern ie", + "GE NER", + "GEN ER", + "Ex per", + "Exp er", + "▁Al low", + "▁All ow", + "▁ Allow", + "▁Ern st", + "▁Re becca", + "▁Cont ribut", + "ro utes", + "rou tes", + "route s", + "r outes", + "▁s uffix", + "▁suff ix", + "▁ju lio", + "▁jul io", + "▁juli o", + "▁provinc ial", + "▁provincia l", + "▁provin cial", + "▁appreci ation", + "Us ing", + "U sing", + "abs olute", + "▁cr icket", + "W ould", + "▁Equip ment", + "▁tort ure", + "на х", + "ut ton", + "utt on", + "че ство", + "▁out break", + "▁prevent ing", + "▁mad re", + "▁ret ire", + "end region", + "▁f ais", + "▁fa is", + "▁remember ing", + "▁Al ban", + "▁Alb an", + "▁a rist", + "▁ar ist", + "▁work out", + "▁u z", + "▁ uz", + "as to", + "ast o", + "a sto", + "fort unate", + "fortun ate", + "▁p aste", + "▁past e", + "▁pas te", + "▁pa ste", + "▁M R", + "▁ MR", + "▁o tra", + "▁ot ra", + "S v", + "an gen", + "ang en", + "ange n", + "▁S ierra", + "▁Si erra", + "▁n au", + "▁na u", + "▁s era", + "▁se ra", + "▁ser a", + "$ ~", + "▁cos ì", + ")( (", + ") ((", + "▁propos als", + "▁proposal s", + "it te", + "itt e", + "▁P ero", + "▁Per o", + "▁Pe ro", + "▁te nant", + "▁ten ant", + "▁ tenant", + "Y P", + "▁Param eter", + "▁ Parameter", + "sp ell", + "spe ll", + "▁e merge", + "▁emer ge", + "▁g ek", + "▁ge k", + "ol ence", + "olen ce", + "ot os", + "oto s", + "o tos", + "▁witness es", + "▁watch es", + "▁wat ches", + "▁A ch", + "▁Ac h", + "Cr oss", + "C ross", + "▁янва ря", + "; }", + "▁O NE", + "▁ON E", + "▁ ONE", + "▁care ers", + "▁career s", + "▁faith ful", + "▁J our", + "▁Jo ur", + "▁Gener ate", + "▁Gene rate", + "▁ Generate", + "▁ию ля", + "▁recommend ation", + "w b", + "sk ich", + "ski ch", + "bold math", + "▁orig ins", + "▁origin s", + "▁spin ning", + "▁// \r", + "▁bomb s", + "▁bom bs", + "min ister", + "I o", + "öl ker", + "Autow ired", + "um per", + "ump er", + "ich ael", + "▁contribut ors", + "▁contributor s", + "▁n asty", + "▁na sty", + "▁nas ty", + "▁nast y", + "▁d rap", + "▁dr ap", + "▁Bud apest", + "ur ious", + "uri ous", + "hi d", + "h id", + "▁wel comed", + "▁welcome d", + "▁w agon", + "▁wa gon", + "▁Ва си", + "▁embarrass ed", + "▁Har vey", + "Lo s", + "L os", + "▁S ter", + "▁St er", + "▁Ste r", + "▁enjoy able", + "ör t", + "ö rt", + "Mill is", + "-- )", + "- -)", + "▁d ashed", + "▁das hed", + "▁dash ed", + "\"> < ?", + "\" >' ,", + "> ',", + "▁all iance", + "ic ism", + "ici sm", + "▁NAS A", + "▁NA SA", + "▁p ode", + "▁po de", + "▁pod e", + "č ní", + "▁respon ding", + "▁respond ing", + "▁bl owing", + "▁blo wing", + "▁blow ing", + "ic ké", + "ick é", + "ва но", + "ван о", + "▁H off", + "▁Ho ff", + "▁Hof f", + "MB ER", + "M BER", + "▁civil ization", + "ar ía", + "a ría", + "Un lock", + "ge ts", + "get s", + "g ets", + "no d", + "n od", + "▁S TE", + "▁ST E", + "▁con science", + "PE G", + "ch anging", + "chan ging", + "▁Rich mond", + "ling ton", + "l ington", + "ocr atic", + "▁trav és", + "▁ф ран", + "▁up dating", + "process ing", + "Al ex", + "A lex", + "▁mil itar", + "▁milit ar", + "▁pse udo", + "▁pseud o", + "str len", + "▁be have", + "▁beh ave", + "▁behav e", + "▁distinct ive", + "▁E c", + "▁c x", + "▁ cx", + "▁journal ists", + "▁journalist s", + "vo lt", + "vol t", + "v olt", + "▁sp un", + "▁d urable", + "▁dur able", + "▁pro position", + "▁propos ition", + "▁ proposition", + "thread s", + "▁tw entieth", + "▁ф і", + "▁ фі", + "en son", + "ens on", + "enso n", + "▁self ish", + "▁sel fish", + "ar ium", + "ari um", + "a rium", + "▁de cid", + "▁dec id", + "▁ха рак", + "▁psy chiat", + "▁psych iat", + "g d", + "Z Z", + "ug u", + "u gu", + "▁i ds", + "▁id s", + "▁ ids", + "Man aged", + "▁Leg isl", + "ancell ationToken", + "▁gr ants", + "▁gran ts", + "▁grant s", + "▁lie utenant", + "▁lieu tenant", + "▁Fle et", + "** /", + "* */", + "▁T ig", + "▁Ti g", + "▁accept s", + "▁system atic", + ", {\\", + "▁У кра", + "▁aus ge", + "▁dial ect", + "▁dia lect", + "st ri", + "str i", + "s tri", + "er me", + "erm e", + "▁B esch", + "▁Be sch", + "▁Bes ch", + "lo ve", + "lov e", + "l ove", + "S ensor", + "▁B IT", + "▁ BIT", + "▁т ру", + "▁mist aken", + "▁mistake n", + "p v", + "▁u tf", + "▁ut f", + "▁ utf", + "▁[ \\", + "▁ [\\", + "▁Geb iet", + "▁Mann schaft", + "PAR AMETER", + "▁u rb", + "▁ur b", + "▁ urb", + "▁R eed", + "▁Re ed", + "▁c ough", + "▁co ugh", + "▁cou gh", + "wa ld", + "wal d", + "w ald", + "▁L amb", + "▁La mb", + "▁Lam b", + "▁surv iving", + "▁surviv ing", + "▁s way", + "▁sw ay", + "▁с ве", + "WI SE", + "ä ger", + "f y", + "sk e", + "s ke", + "▁s og", + "▁so g", + "▁Im plement", + "▁Imp lement", + "▁ Implement", + "获 取", + "▁T ools", + "▁To ols", + "▁Tool s", + "▁Too ls", + "▁ Tools", + "▁ne wer", + "▁new er", + "▁exempl e", + "▁exem ple", + "▁l itt", + "▁li tt", + "▁lit t", + "▁вы пу", + "▁у прав", + "Em itter", + "Emit ter", + "IS ING", + "I SING", + "▁органи за", + "▁М і", + "▁Ex amples", + "▁Example s", + "▁I con", + "▁ Icon", + "Get ter", + "▁L ay", + "▁La y", + "▁Col lect", + "▁Coll ect", + "▁ Collect", + "Sa int", + "S aint", + "or able", + "ora ble", + "▁f ick", + "▁fi ck", + "ik h", + "i kh", + "sl ave", + "▁c lay", + "▁cl ay", + "▁W A", + "▁ WA", + "Re po", + "Rep o", + "▁Java Script", + "it r", + "i tr", + "pa id", + "p aid", + "▁home work", + "M iddleware", + "▁r éal", + "▁ré al", + "▁при зна", + "ê m", + "ès e", + "è se", + "▁W ells", + "▁Well s", + "▁Wel ls", + "▁e nero", + "▁en ero", + "▁ener o", + "emperature n", + "▁N aj", + "▁Na j", + "▁Re agan", + "▁comp elling", + "▁tri bes", + "▁trib es", + "▁tribe s", + "▁to String", + "▁ toString", + "pace s", + "pa ces", + "p aces", + "▁harm ful", + "▁Con se", + "▁Cons e", + "od io", + "odi o", + "▁m im", + "▁mi m", + "get Item", + "▁script s", + "▁ scripts", + "ra is", + "rai s", + "r ais", + "▁Ph ase", + "▁ Phase", + "▁An swer", + "▁$ |\\", + "▁$| \\", + "▁as sembled", + "el in", + "eli n", + "e lin", + "ph abet", + "pha bet", + "▁to ast", + "▁tut ti", + "▁tu tti", + "▁be zeichnet", + "Gre at", + "G reat", + "et tes", + "ett es", + "ette s", + "e ttes", + "▁дека бря", + "F ULL", + "▁re gener", + "▁reg ener", + "▁któ re", + "го р", + "г ор", + "is ce", + "isc e", + "▁t oda", + "▁to da", + "▁tod a", + "▁eth ical", + "i q", + "P t", + "ar in", + "ari n", + "a rin", + "ig os", + "igo s", + "i gos", + "▁work shops", + "▁workshop s", + "▁R oche", + "▁Ro che", + "▁Roc he", + "Get String", + "мини стратив", + "m ême", + "▁D aw", + "▁Da w", + "ar ians", + "ari ans", + "aria ns", + "arian s", + "▁imp acts", + "▁impact s", + "▁por table", + "▁port able", + ")- \\", + ") -\\", + "sh ots", + "shot s", + "▁re lev", + "▁rel ev", + "▁rele v", + "PR IV", + "PRI V", + "▁бу ла", + "ard less", + "ul ously", + "ulous ly", + "-- >", + "- ->", + "ol ent", + "ole nt", + "olen t", + "▁э того", + "▁это го", + "▁Gener ic", + "▁Gene ric", + "▁ Generic", + "▁* /,", + "▁*/ ,", + "▁comb inations", + "▁combination s", + "▁re jo", + "с публи", + "cap acity", + "▁tr aces", + "▁tra ces", + "▁trace s", + "▁op acity", + "▁ opacity", + "▁Off icial", + "ic ion", + "ici on", + "icio n", + "▁emotional ly", + "▁emotion ally", + "▁Jo el", + "▁Joe l", + "сько му", + "▁legend ary", + "▁p am", + "▁pa m", + "▁Tamb ién", + ". <", + "ib a", + "i ba", + "mi dt", + "mid t", + "бо м", + "▁en suite", + "Author ization", + "P ag", + "▁hel met", + "▁ter rito", + "▁terr ito", + "second ary", + "▁seg unda", + "▁W ire", + "▁Wi re", + "rec ated", + "▁inv oked", + "▁invoke d", + "▁Value Error", + "▁ф о", + "▁ фо", + "AL IGN", + "CUR RENT", + "\\ +\\_\\", + "▁comp ilation", + "æ r", + "▁Pal mar", + "▁Palm ar", + "▁influ ences", + "▁influence s", + "/ :", + "M ix", + "NO P", + "N OP", + "ec onom", + "e conom", + "▁t ucked", + "▁} );\r", + "▁}); \r", + "▁}) ;\r", + "▁ });\r", + "AN K", + "re ject", + "▁p ension", + "▁pens ion", + "▁gener ates", + "▁generate s", + "ч ё", + "▁in cap", + "▁inc ap", + "▁cl icked", + "▁click ed", + "▁f us", + "▁fu s", + "our ses", + "ours es", + "ourse s", + "▁E aster", + "▁East er", + "% ;", + "zi n", + "z in", + "▁oblig ations", + "▁obligation s", + "▁T ips", + "▁Tip s", + "▁Ti ps", + "}; \r", + "} ;\r", + ".\" _", + "▁B SD", + "▁BS D", + "át ica", + "▁ex pose", + "▁exp ose", + "▁expos e", + "Par s", + "P ars", + "▁Am anda", + "ку п", + "▁gu essed", + "▁guess ed", + "ds i", + "d si", + "▁Le ip", + "Br oad", + "Bro ad", + "B road", + "▁Hug hes", + "▁Hugh es", + "i é", + "▁W ahl", + "▁Wa hl", + "▁former ly", + "Rel ative", + "▁Y u", + "▁Mount ains", + "▁Mountain s", + "▁E num", + "▁En um", + "▁ Enum", + "▁str ang", + "▁stra ng", + "_ -", + "re cht", + "rec ht", + "vi v", + "v iv", + "pa use", + "p ause", + "▁Lond res", + "▁el bow", + "▁Hawai i", + "▁Cas ino", + "Th reshold", + "Un its", + "Unit s", + "In clude", + "ит о", + "и то", + "as ury", + "▁ste ht", + "▁dam ned", + "▁damn ed", + "▁pack ets", + "▁packet s", + "▁W erk", + "▁Wer k", + "▁elev ator", + "ied ad", + "go vern", + "gov ern", + "g overn", + "▁CONTR ACT", + "ma ls", + "mal s", + "m als", + "▁re mem", + "▁rem em", + "▁ent onces", + "▁v as", + "▁va s", + "▁ vas", + "▁sym pathy", + "▁befind et", + "in cing", + "inc ing", + "Data Set", + "▁add itionally", + "▁addition ally", + "▁additional ly", + "▁mus ician", + "▁music ian", + "ше го", + "▁li stop", + "▁list op", + ">\" )", + "> \")", + "Print f", + "▁Fel ix", + "▁car ved", + "▁nice ly", + "▁nic ely", + "го м", + "ch ap", + "cha p", + "▁N ieder", + "▁Ni eder", + "▁Nie der", + "▁L av", + "▁La v", + "▁mod ifications", + "▁modification s", + "mo ment", + "m oment", + "▁bal con", + "▁depend ency", + "CK ET", + "▁van ished", + "▁f ighters", + "▁fight ers", + "▁fighter s", + "▁z unächst", + "io ctl", + "ioc tl", + "▁def ens", + "▁defe ns", + "▁N em", + "▁Ne m", + "Util ity", + "Ut ility", + "▁cur v", + "▁cu rv", + "▁DA MAGES", + "▁Ro gers", + "▁Rog ers", + "▁Roger s", + "▁grat itude", + "▁Den mark", + "ра я", + "gr pc", + "grp c", + "g rpc", + "▁j uni", + "▁ju ni", + "▁jun i", + "▁окт ября", + "▁imm ense", + "▁prevent ed", + "▁prev ented", + "▁fo am", + "▁Ex tra", + "▁Ext ra", + "▁ Extra", + "ai med", + "aim ed", + "▁C riteria", + "▁Crit eria", + "▁ Criteria", + "▁Sim ply", + "box es", + "▁Leg end", + "▁P layers", + "▁Play ers", + "▁Player s", + "▁Mer cedes", + "▁Merc edes", + "▁Br anch", + "▁ Branch", + "TER N", + "T ERN", + "om ena", + "ome na", + "omen a", + "▁incorpor ate", + "con de", + "co nde", + "cond e", + "c onde", + "▁Est ado", + "▁Esta do", + "▁w asted", + "▁was ted", + "▁wa sted", + "▁waste d", + "▁compl aining", + "▁complain ing", + "▁war riors", + "▁warrior s", + "ot er", + "ote r", + "o ter", + "▁э том", + "▁это м", + "▁con ten", + "▁cont en", + "▁co nten", + "▁machine ry", + "▁mach inery", + "▁techn ological", + "▁T D", + "▁ TD", + "▁g ras", + "▁gr as", + "▁gra s", + "▁minim ize", + "▁D oor", + "▁Do or", + "▁b zw", + "▁p rac", + "▁pr ac", + "▁pra c", + "TR EE", + "T REE", + "▁W ing", + "▁Win g", + "▁Wi ng", + "▁Trans action", + "▁ Transaction", + "▁M VT", + "▁Kle in", + "com mons", + "comm ons", + "common s", + "▁} {", + "▁ }{", + "▁Her itage", + "▁f ade", + "▁fa de", + "ро к", + "set Value", + "▁Wal lace", + "▁Wall ace", + "M X", + "▁A CT", + "▁AC T", + "▁ ACT", + "▁foot age", + "▁ent stand", + "ar ga", + "arg a", + "▁n ails", + "▁na ils", + "▁nail s", + "▁capital ism", + "▁G arc", + "▁Gar c", + "▁Ga rc", + "▁susp ension", + "il is", + "ili s", + "▁M ov", + "▁Mo v", + "uff led", + "uffle d", + "Ar c", + "A rc", + "▁Beaut iful", + "WA Y", + "W AY", + "Par allel", "XX XX", - "loc ale", - "J B", - "ĭ å¤ĸ", - "Ġcon g", - "ĠUn s", - "ĠAl as", - "Ġpa ura", - "Ġign ite", - "ĠLight room", - "Ġgrat ification", - "ĠOlymp ia", - "ĠFA ST", - "Ġmont age", - "Ġserm ons", - "Ġting ling", - "nof ollow", - "B ild", - "Ġh aste", - "ac am", - "ĠG ideon", - "ps is", - "aff in", - "ĠRequ irement", - "", - "Rom ans", - "ĠQuart et", - "Ġ Éij", - "Ġw sk", - "Ġd ziaÅĤa", - "ĠB ahn", - "ĠH ä", - "Ġac heter", - "Ġda emon", - "ĠDem s", - "AB ILITY", - "Ġfemin ists", - "spl ash", - "Lad ies", - "D V", - "K U", - "ĠB ienn", - "ĠW eddings", - "ĠE ing", - "ĠTe atro", - "Ġaff licted", - "Ġlight ed", - "och astic", - "家 çļĦ", - "ĠUne x", - "缮 çļĦ", - "ĠFuj i", - "ĠK ramer", - "ress en", - "Ġje ep", - "nes ia", - "Ġpreview s", - "Requ ests", - "åħ· æľī", - "w ki", - "<< <<", - "we go", - "Ġreal tor", - "ĠZ ac", - "man ifest", - "ĠAm nesty", - "Ġround up", - "Ġagree able", - "Ġconv olut", - "Ġcontroll o", - "ĠBlue host", - "éĺ ģ", - "Ġpeque ña", - "Ġwz gl", - "hig her", - "P ump", - "p olar", - "Ġm ule", - "ag l", - "Ġout burst", - "ã os", - "Ġét udes", - "Ġchem o", - "Ġrac er", - "ĠGi useppe", - "Ġmic rom", - "ä»» åĬ¡", - "Ġastron omical", - "Ġencuent ro", - "as an", - "Ġbe ets", - "ĠP arr", - "Ġres urgence", - "ĠAm ir", - "Ġevent os", - "Sh ield", - "Ġgrand eur", - "ĠIN TE", - "Ġspat ula", - "ĠMand ela", - "Ġencuent ran", - "Ġdeter rent", - "Ġwoll te", - "R ome", - "v ideos", - "Ġout raged", - "ub ic", - "ÃŃ da", - "Ġmicro phones", - "æĢ İ", - "Per form", - "æ¯ Ĵ", - "Enter tainment", - "ĠChap ters", - "ĠChanges et", - "l au", - "re el", - "ow aniu", - "ĠF ault", - "Ġad res", - "ö p", - "Ġmal nutrition", - "sm ooth", - "Ġanalys ing", - "Ġdiscretion ary", - "ocia zione", - "Ġmatéri el", - "S we", - "b ole", - "m ö", - "re ven", - "om st", - "ĠC eb", - "ĠC CP", - "ĠP ACK", - "old t", - "Ġent ier", - "Ġinter connect", - "cri zione", - "lo ir", - "Ġfrag mentation", - "Ġdepos iting", - "Ġsq ft", - "C atherine", - "Ġt m", - "Ġw ÅĤos", - "ter ies", - "ĠR inse", - "Ġthink er", - "ĠDe grees", - "ze igt", - "ĠComm ittees", - "ĠBook er", - "ä¸Ĭ ä", - "Ġcalcul ates", - "UL AR", - "î te", - "Ġveter in", - "Ġgran ul", - "Ġdéc idé", - "Ġclip board", - "Ġdowns ides", - "condition ed", - "Ġflick ering", - "Ġgiov ani", - "ĠvÃ¥ ra", - "D ual", - "V ent", - "k und", - "Ġ ÑĤ", - "Ġa usterity", - "Ġin i", - "ord in", - "old ed", - "Ġob liter", - "ĠZ ust", - "Ġcreat ives", - "gu id", - "ĠFranc ia", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠĠĠĠ", - "é© »", - "Ġej ecut", - "ĠSpir its", - "E ra", - "t b", - "ĠB ier", - "Ġdis obed", - "Ġbl asp", - "ĠCl ippers", - "ĠIm am", - "agn an", - "Ġbi otechnology", - "under stand", - "emb ros", - "Ġaffection ate", - "ĠBlank et", - "m ak", - "nd a", - "ĠW ix", - "Ġall ait", - "cl ubs", - "ĠY uri", - "get ti", - "Ġi os", - "Ġint angible", - "Ġref us", - "ĠAg reements", - "Ġcontinu er", - "ĠMet rics", - "ĠÅĽ wiad", - "ĠYe a", - "Ġpneum atic", - "Ġinté gr", - "M EN", - "Ġ iba", - "Ġf udge", - "Ġb rag", - "Ġfor kl", - "ĠA ster", - "Ġyear ning", - "ĠCl over", - "AT P", - "eb en", - "fl ip", - "Comm ittee", - "irection al", - "ĠFo ley", - "Sah aran", - "Ġunequ iv", - "7 43", - "D ON", - "H ip", - "K ick", - "as io", - "Ġval ore", - "Ġchar akter", - "Al bert", - "Ġtool ing", - "Ġdeb unk", - "Ġcool ant", - "ĠHel ic", - "Ġassert ing", - "Ins pect", - "ĠAu ÃŁerdem", - "Ġinqu ired", - "Ġarb ets", - "ĠMcCart ney", - "Ġa jud", - "ĠC PS", - "ĠG auge", - "ĠTh ro", - "Ġque i", - "Ġdef iant", - "Ġcr anes", - "Ġgar ages", - "çº ¸", - "Ġpolar ization", - "approx imately", - "ĠScorp io", - "l um", - "Ġp amiÄĻ", - "Ġbl asts", - "Ġint orno", - "ĠAl ain", - "ĠShe ldon", - "IN TE", - "Ġmi embros", - "Ġorganiz es", - "aron i", - "ĠCarl isle", - "High ly", - "ĠTele fon", - "ĠPub lish", - "Dam age", - "H allo", - "Ġst out", - "ĠM akers", - "ĠP ops", - "oo ga", - "ans son", - "ach sen", - "ĠPe pp", - "ste en", - "Or g", - "ĠOrgan ized", - "ĠpolÃŃt icas", - ": **", - "G ear", - "L ENGTH", - "b ock", - "z ut", - "è ķ", - "Ġof ere", - "ĠC FP", - "ĠB ly", - "ĠF ailed", - "op ausal", - "Ġend ogenous", - "Ġed ibles", - "Ġcle avage", - "Ġenc ima", - "Ex terior", - "}, \\", - "Ġprop ensity", - "Ġstraight en", - "ĠLy ons", - "ĠUm welt", - "Ġzn ac", - "Ġadvers ary", - "ĠJacqu eline", - "ĠB iod", - "ĠD HS", - "ore al", - "cl ar", - "ĠV ocal", - "int ention", - "Ġac ut", - "ĠBl uff", - "Ġleg ality", - "ĠBook mark", - "Ġinitial ized", - "Ġpub erty", - "ns ics", - "Ġpes ky", - "ĠHE AD", - "Ġf url", - "ĠS ildenafil", - "ĠP up", - "Ġne ph", - "ĠK avan", - "ber haupt", - "Ġenc ant", - "Te a", - "Int ellig", - "Ġlie be", - "ted g", - "Plan et", - "Ġruss ian", - "Ġmetaph ysical", - "L AS", - "t ank", - "ent anyl", - "ir am", - "ones e", - "Log o", - "ĠTreat s", - "Ġtwe aking", - "uter onomy", - "Ãĥ O", - "Vict or", - "Ġvolont é", - "chlieÃŁ lich", - "w rapped", - "it ul", - "Ġin oltre", - "ĠG artner", - "og gi", - "Ġmo je", - "Ġtro t", - "Use ful", - "å®ļ ä", - "zb ollah", - "ĠEstablish ment", - "8 79", - "D IV", - "ic Ã", - "ĠM OR", - "ĠB RA", - "Ġas ynchronous", - "ĠSt il", - "Ġam assed", - "Ġsem inal", - "Ġbi ometric", - "yt kown", - "Ġperman ente", - "ĠGal ile", - "non umber", - "pher ds", - "techn ic", - "Ġtranqu ility", - "rÃŃ guez", - "in formatics", - "el ift", - "ĠW IT", - "Ġcl ipped", - "Ġsp anish", - "elf th", - "ah ar", - "Ġpay off", - "ha al", - "ĠBy rd", - "ĠRec all", - "ĠAng ola", - "Ġelev ators", - "Ġpré fé", - "NO DE", - "Ġspawn ed", - "cep ter", - "ul ia", - "ĠIn nen", - "Ġbl azer", - "Ġins iders", - "be er", - "Ġconst expr", - "Ġsw arm", - "ĠConst ance", - "ĠOper ators", - "Ġtak ich", - "Ġpel ig", - "ĠOs borne", - "Ġfel iz", - "å¤Ħ çIJĨ", - "Ġgle aming", - "Ġattain ment", - "Ġenrich ing", - "Ġpreg unta", - "Ġchale ur", - "x bet", - "ĠAl ta", - "Ġhot line", - "Ġsn iper", - "ĠEst imated", - "anz as", - "ä¸ĭ åİ»", - "Ġdistingu ishes", - "Ġaby ss", - "Ġcomed ic", - "c oded", - "ĠC air", - "ĠB OO", - "Ġcom et", - "ere m", - "Ġadd ictions", - "Ġge ographically", - "Pl astic", - "Man ifest", - "ĠMind fulness", - "ĠCrit ics", - "Ġdiver gence", - "Ð ł", - "he ated", - "Ġm unch", - "ĠS ly", - "ĠE min", - "ans k", - "ift ung", - "AP A", - "Ġdin ers", - "Ġinitial ization", - "IR C", + "di ag", + "▁D T", + "▁ DT", + "m q", + "Text View", + "ML E", + "M LE", + "en nen", + "enn en", + "enne n", + "▁infect ed", + "▁therap ist", + "IN GS", + "ING S", + "▁c idade", + "ъ н", + "▁p df", + "▁pd f", + "▁ pdf", + "▁b ump", + "▁bu mp", + "CT X", + "C TX", + "▁IN CLUDING", + "▁ INCLUDING", + "▁G ef", + "▁Ge f", + "ENT IAL", + "▁h andy", + "▁hand y", + "▁han dy", + "▁tempor al", + "▁temp oral", + "▁tempo ral", + "At A", + "IS H", + "I SH", + "▁Pat tern", + "▁ Pattern", + "▁l an", + "▁la n", + "▁ lan", + "ep endant", + "▁sh ining", + "id y", + "i dy", + "▁N T", + "▁ NT", + "▁F ran", + "▁Fr an", + "▁Fra n", + "▁nur ses", + "▁nurs es", + "▁nurse s", + "▁bet ray", + "▁sens ible", + "▁апре ля", + "▁' [", + "▁th irteen", + ")} _{", + ") }_{", + "▁No ah", + "INS ERT", + "ist ically", + "istic ally", + "▁Append ix", + "▁re cher", + "▁rec her", + "Re ceiver", + "▁der nier", + "▁derni er", + "л ла", + "ли за", + "▁Part ido", + "▁max imal", + "▁maxim al", + "sn ap", + "▁ча сть", + "▁част ь", + "▁час ть", + "ST OP", + "STO P", + "S TOP", + "▁ult ra", + "▁ul tra", + "▁dévelop p", + "▁t egen", + "▁te gen", + "▁Ч и", + "LI B", + "L IB", + "▁bas eline", + "▁base line", + "re load", + "rel oad", + "▁Ar bitro", + "▁k all", + "▁ka ll", + "c apture", + "Ar m", + "A rm", + "qu in", + "im pse", + "imp se", + "za s", + "z as", + "▁C and", + "▁Can d", + "▁Ca nd", + "▁br ains", + "▁brain s", + "▁bra ins", + "▁host ile", + "▁mar ble", + "oo ns", + "oon s", + "o ons", + "▁L oss", + "▁Los s", + "▁Lo ss", + "Meta Data", + "▁Rep ública", + "▁and ra", + "▁ andra", + "od en", + "ode n", + "o den", + "▁document ed", + "▁M oses", + "▁Mo ses", + "▁Mos es", + "od d", + "o dd", + "▁w ax", + "▁wa x", + "us ch", + "usc h", + "u sch", + "▁diagn osed", + "in kle", + "ink le", + "▁X box", + "▁seven ty", + "▁sevent y", + "ci as", + "cia s", + "c ias", + "▁nov iembre", + "Com pute", + "Comp ute", + "Comput e", + "}) ;\r", + "}); \r", + "} );\r", + "▁Philip pe", + "▁Philipp e", + "▁F ör", + "Le ave", + "▁s age", + "▁sa ge", + "▁sag e", + "▁un pre", + "▁Fort unately", + "▁a post", + "▁ap ost", + "ent ities", + "enti ties", + "▁el los", + "▁ell os", + "author ized", + "GB T", + "G BT", + "▁ins ist", + "▁insp ire", + "▁inspir e", + "Ma ss", + "M ass", + "▁r ôle", + "fe e", + "f ee", + "ip art", + "ipa rt", + "i part", + "це р", + "ц ер", + "un ate", + "una te", + "u nate", + "▁C NN", + ": }", + "▁unh appy", + "▁import ed", + "▁imp orted", + "H IGH", + "ring s", + "rin gs", + "r ings", + "▁In stance", + "▁Inst ance", + "▁ Instance", + "B ay", + "ag les", + "agle s", + "a gles", + "me e", + "m ee", + "ber y", + "be ry", + "b ery", + "▁St ories", + "▁Sto ries", + "▁Ch ase", + "▁Cha se", + "▁car riage", + "▁mis under", + "▁imag in", + "p w", + "▁M eter", + "▁Me ter", + "▁Met er", + "▁crow ds", + "▁crowd s", + "▁F ame", + "▁Fa me", + "sk ill", + "ski ll", + "s kill", + "▁c omed", + "▁com ed", + "▁co med", + "▁come d", + "▁ comed", + "▁r anch", + "▁ran ch", + "▁l acking", + "▁lack ing", + "▁lac king", + "▁sub mar", + "▁subm ar", + "ia nte", + "ian te", + "iant e", + "i ante", + "▁l anz", + "▁lan z", + "▁слу ж", + "-- ---------", + "---- -------", + "-------- ---", + "--- --------", + "----- ------", + "---------- -", + "------ -----", + "--------- --", + "------- ----", + "- ----------", + "▁ob ten", + "▁obt en", + "▁down stairs", + "Y N", "rot ation", - "Ġimmun osupp", - "Ġcer te", - "æĭī æ", - "Ġzwe iten", - "Ġcellul ose", - "ĠReserv ations", - "Ġméth ode", - "9 66", - "st ico", - "ĠP OW", - "em po", - "ĠL INE", - "ies el", - "Ġdes af", - "Ġdec oding", - "iet Ãł", - "Ġdri e", - "ĠX C", - "ĠCO DE", - "oph agus", - "ĠRead s", - "æĿ¥ äºĨ", - "Ġho hen", - "Ġpare ja", - "Ġmoy enne", - "Ġsham eless", - "Columb ia", - "G ordon", - "Ë Ĩ", - "ou e", - "ore rs", - "ec ks", - "Ġcustom ised", - "Ġder zeit", - "ĠCont rolled", - "å¿ §", - "ĠAccount ant", - "ĠCH ANGE", - "ĠHon est", - "ĠFall out", - "ĠEN T", - "ĠAlp habet", - "Ġrepay ments", - "ĠPine apple", - "Ġpeque ños", - "ĠHort on", - "VERT IS", - "9 39", - "ar ith", - "Ġse p", - "ep ad", - "atur ity", - "Ġident ifiers", - "â ge", - "reci ated", - "ĠST EP", - "Ġpoll uted", - "Press ure", - "Ġpel os", - "WR ITE", - "PLE ASE", - "ĠYE AR", - "ĠBellev ue", - "R IS", - "S aw", + "▁J esse", + "▁Jes se", + "▁Jess e", + "$ (\"#", + "▁p uls", + "▁pu ls", + "▁pul s", + "ir ling", + "irl ing", + "▁Sch aus", + "▁Sc haus", + "▁de ployed", + "▁deploy ed", + "▁{ }\",", + "▁{} \",", + "▁Mar vel", + "EN UM", + "E NUM", + "▁Mat hemat", + "▁Math emat", + "▁n n", + "▁ nn", + "com pet", + "comp et", + "k ów", + "bi l", + "b il", + "Wh ich", + "is ine", + "isi ne", + "▁r ude", + "▁ru de", + "▁n iveau", + "▁á rea", + "▁p rès", + "▁pr ès", + "at is", + "ati s", + "▁[... ]", + "fu r", + "f ur", + "om m", + "o mm", + "pack ed", + "p acked", + "ме не", + "мен е", + "м ене", + "script style", + "▁A th", + "▁At h", + "▁d esp", + "▁de sp", + "▁des p", + "elt emperaturen", + "▁tal ents", + "▁talent s", + "oc y", + "o cy", + "▁r aises", + "▁rais es", + "▁raise s", + "▁ra ises", + "LI MIT", + "L IMIT", + "▁editor ial", + "▁edit orial", + "▁An imal", + "▁Anim al", + "dr ive", + "d rive", + "▁рабо та", + "bs s", + "b ss", + "▁S ev", + "▁Se v", + "ep och", + "e poch", + "▁R C", + "▁ RC", + "UN USED", + "▁mand atory", + "( ?:", + "▁B in", + "▁Bi n", + "▁ Bin", + "▁synt hetic", + "▁g own", + "▁go wn", + "▁D ob", + "▁Do b", + "ka p", + "k ap", + "▁har mon", + "▁harm on", + "▁liber ty", + "▁libert y", + "▁R ice", + "▁Ric e", + "▁pray ers", + "▁pra yers", + "▁prayer s", + "▁m ise", + "▁mis e", + "▁mi se", + "▁conf using", + "▁le ap", + "▁arriv es", + "▁arr ives", + "▁arrive s", + "ka mp", + "k amp", + "▁th ats", + "▁that s", + "AC C", + "A CC", + "▁Param eters", + "▁Parameter s", + "▁ Parameters", + "▁о дно", + "▁од но", + "▁B io", + "▁Bi o", + "d ensity", + "▁gl impse", + "FO RE", + "FOR E", + "▁L isten", + "▁List en", + "▁Li sten", + "▁Liste n", + "▁Lis ten", + "▁ Listen", + "Pr ev", + "Pre v", + "P rev", + "}\\ ,\\", + "}\\, \\", + "} \\,\\", + "ку ль", + "▁S EC", + "▁SE C", + "▁ SEC", + "▁expl ored", + "▁explore d", + "▁explo red", + "▁mean time", + "▁meant ime", + "AI L", + "A IL", + "▁W P", + "▁ WP", + "▁r aison", + "▁rais on", + "▁ra ison", + "▁ex iste", + "▁exist e", + "▁l esser", + "▁les ser", + "▁less er", + "▁Valid ate", + "▁ Validate", + "▁ca ution", + "▁caut ion", + "us ta", + "ust a", + "u sta", + "he ading", + "head ing", + "EF F", + "E FF", + ".' \"", + ". '\"", + "▁Gil bert", + "▁lim itation", + "▁limit ation", + "▁ret our", + "▁Common wealth", + "▁gew ann", + "▁miser able", + "▁net working", + "▁network ing", + "▁ott obre", + "▁otto bre", + "▁D ise", + "▁Dis e", + "▁Di se", "ed ges", - "gh a", - "get Text", - "Ġz robi", - "urs ion", - "06 6", - "ä¸Ń å¿ĥ", - "bel ieve", - "Ġindu cing", - "ĠPatient en", - "Ġket ogenic", - "érist iques", - "F t", - "n k", - "Ġs g", - "Ġb ch", - "ro bes", - "ĠT amb", - "ĠB USINESS", - "Ġch ipped", - "Ġfin i", - "ident ly", - "Ġspec ulated", - "Ġra gged", - "Ġrest a", - "ee e", - "Ġeyes ight", - "Ġcert ify", - "Ind iana", - "Ġarr êt", - "Ġrob ber", - "Ġrecip ro", - "Instance Of", - "Ġchrom atography", - "Ġsic uro", - "Ġpremature ly", - "Ġbisc uit", - "Ġdomic ile", - "Ġreplen ish", - "ĠCamer oon", - "B rend", - "f ps", - "Ġst oop", - "ĠD PS", - "Ġser geant", - "ĠInd icator", - "Ġcomb os", - "Ġconv ain", - "Ġci Äħ", - "query Selector", - "ĠInvestig ations", - "Ġpalp able", - "n ation", - "Ġhe irloom", - "Ġfac endo", - "Ch ap", - "Al ignment", - "ĠSte uer", - "Ġhyp nosis", - "Ġaqu el", - "Ġsurve ying", - "Ġmetabol ites", - "Ġhö ch", - "Ġdov uto", - "Ġparc ours", - "GRO UP", - "LOC ATION", - "re new", - "Ġw ick", - "ĠCh ardonnay", - "ĠSe ine", - "Ġder ail", - "dis covery", - "Ġassign s", - "Hot els", - "Ġpersu asion", - "Ġstip ulated", - "H V", - "re ceive", - "Ġg t", - "ĠT ender", - "ĠR W", - "ĠK g", - "Ġfe brero", - "Ġsw ab", - "Ġvo ire", - "vere in", - "ĠMad agascar", - "ĠMir iam", - "ĠRealt or", - "C ases", - "T rib", - "al te", - "hen y", - "Ġz unächst", - "Ġreg roup", - "az es", - "Ex am", - "Cl ark", - "gar zik", - "ĠMo vers", - "Ġast a", - "Ġhub iera", - "(* )", - "Ġmelt down", - "Ġsabot age", - "t ics", - "w ang", - "z ano", - "it ize", - "el ves", - "MA G", - "Ġsa usages", - "Ġprodu zione", - "Ġhealth iest", - "key word", - "De gree", - "ĠReal me", - "97 4", - "ĠBus ch", - "Ġpanc reas", - "en ough", - "Ġel icit", - "çļĦ ä¸ľè¥¿", - "ĠX ander", - "ĠCont rast", - "æĦı è¯Ĩ", - "ĠOm n", - "Ġdesp ise", - "âĻ ¦", - "y ne", - "Ġp one", - "Ġg Ã¥", - "Ġde utsche", - "ĠE SC", - "ĠFl avor", - "IT EM", - "Ġorig en", - "ðŁ Ļ", - "Ġcoll ars", - "Ġep hemer", - "net e", - "Ġpeu ple", - "er obic", - "ri ety", - "Ġso in", - "ĠSt rengthen", - "ĠInt roducing", - "· ·", - "Ġtrick le", - "ĠEss en", - "Ver se", - "ONE Y", - "ÃŃst ico", - "ĠAlg orithm", - "B alt", - "b omb", - "ed iatric", - "Ġall oys", - "ĠSt arl", - "Ġover shadow", - "Ġcr umb", - "ĠTr istan", - "amb ique", - "bo a", - "Ġmeas les", - "cast s", - "Ġsch Ã", - "Des ktop", - "CH O", - "Ġaspect o", - "Ġtiem pos", - "Ġlin ens", - "Ġpag amento", - "Ġautor idades", - "ĠPerm ission", - "Ġrelent lessly", - "ĠReds kins", - "b ir", - "Ġc é", - "ĠD opo", - "Ġme zi", - "ĠBe ats", - "Ġmult is", - "Ġtext ed", - "Ġfresh men", - "Ġwood ed", - "DE LETE", - "Ġmur als", - "Ġgymn astics", - "j ad", - "p ressed", - "ol ian", - "ĠD errick", - "ĠK redit", - "Ġpart ire", - "Ġco ven", - "Ġmed d", - "Ġcre v", - "Ġinvol untary", - "Ġge hören", - "Ġparticip aciÃ", - "ĠSam my", - "ĠAtt ributes", - "ĠDa ar", - "ĠCru ises", - "Ġkun st", - "ĠJahr hund", - "Ġâī ¤", - "Ġmicrobi ome", - "��lok al", - "Ġpalab ra", - "ĠElis abeth", - "L am", - "è ŀ", - "ĠP add", - "Ġimp ost", - "Ġris ques", - "Ġpick les", - "ĠMc M", - "ĠRed mi", - "çĶŁ åij", - "Pal m", - "Advert isements", - "ĠSha un", - "Byte Array", - "ĠErfahr ungen", - "Ġforc ibly", - "Ġardu ous", - "A na", - "B udd", - "E LE", - "ĠA ES", - "ĠO at", - "ph ol", - "Ġsur rogate", - "Ġform ative", - "Ġsoc iop", - "07 6", - "odd y", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", - "VER Y", - "Ġdess us", - "ĠFred dy", - "Ġeyel iner", - "ĠInvestig ator", - "Ult ra", - "ĠBent on", - "9 27", - ": {", - "R alph", - "w earing", - "is ateur", - "Ġm änn", - "ĠI KEA", - "Ġwh ine", - "Ġfl oss", - "Ġco û", - "Ġunder pin", - "Ġcre cimiento", - "app el", - "Ġer ro", - "ĠSc ream", - "ĠHor izontal", - "Ġbranch ing", - "Supp ress", - "E ating", - "S id", - "Ġun ilateral", - "Ġper ic", - "we ge", - "Ġsl udge", - "Ġinter st", - "ought on", - "Ġconnect ive", - "ĠApp les", - "ĠBy e", - "Ġgam bler", - "ĠFall ing", - "Ġcycl ic", - "Ġdécou vert", - "Ġcytop l", - "C ED", - "I re", - "w ir", - "z um", - "Ġw affle", - "em ap", - "Ġwill s", - "âĢľ (", - "ass ist", - "Ġmost rar", - "Ġcapt ivity", - "ĠMont réal", - "к Ð", - "Ġrestra ints", - "ĠUtil izing", - "Ġvive re", - "P ipeline", - "on et", - "Ġac ord", - "Ġconst ante", - "ĠMag dal", - "zie hung", + "edge s", + "▁s ede", + "▁se de", + "▁sed e", + "ви ча", + "вич а", + "un iform", + "uni form", + "▁дея тель", + "ir os", + "iro s", + "i ros", + "▁d esen", + "▁de sen", + "▁des en", + "▁p arc", + "▁par c", + "▁pa rc", + "▁R ico", + "▁Ric o", + "N s", + "gu id", + "gui d", + "g uid", + "or io", + "ori o", + "o rio", + "ave length", + "avel ength", + "▁G le", + "▁Gl e", + "ince ton", + "inc eton", + "Am az", + "A maz", + "Con struct", + "Const ruct", + "▁m x", + "▁ mx", + "▁V ern", + "▁Ver n", + "▁Ve rn", + "▁Gener ation", + "▁ Generation", + "J ack", + "ro mag", + "rom ag", + "▁vi agra", + "▁via gra", + "▁P eg", + "▁Pe g", + "▁Up dated", + "▁Update d", + "▁ Updated", + "▁over lap", + "▁overl ap", "Event Args", - "Ġborder line", - "Ġappet izers", - "ĠMagn olia", - "Ġapt ly", - "ĠAkt iv", - "Ġtroublesh oot", - "Ġprä sent", - "O t", - "R otation", - "Y up", - "g arden", - "ur ricular", - "Ġch c", - "ĠIn ches", - "ick t", - "pro ven", - "ĠApp l", - "Ġrespons ables", - "ðŁ ĻĤ", - "ĠMag ist", - "Ġip ad", - "ĠKath mandu", - "Ġcél è", - "od on", - "Ġk ins", - "Ġz udem", - "Ġco herence", - "ex cluding", - "Ġsecond ly", - "ĠAm it", - "ĠMy Space", - "ĠIntern ation", - "04 9", - "ĠProt ected", - "Ġterr aces", - "Secret ary", - "LOC AL", - "ĠReserv oir", - "P ier", - "Ġc ac", - "ĠI da", - "ĠF RE", - "ĠCh ak", - "Ġrec ourse", - "pr ay", - "ĠDE F", - "æ´ ģ", - "ĠConf irm", - "Ġeru ption", - "w anted", - "Ġt ief", - "ĠK ak", - "Ġsa ver", - "Ġmem bre", - "Ġfr ance", - "ä» °", - "Ġcent red", - "89 6", - "CR M", - "Ġunst oppable", - "ĠB odies", - "un ce", - "Ġsu ing", - "Ġpart ying", - "aut omatic", - "me ans", - "me hr", - "ĠTr an", - "ĠAll ie", - "Ġpresent i", - "Ġprim aries", - "ĠPat ron", - "aught ered", - "Ġesc uch", - "Ġpromot ers", - "Ġcabin etry", - "Ġcoc he", - "ĠStock ton", - "ĠDort mund", - "ĠEnlight enment", - "Ġto String", - "il ibr", - "ĠR ican", - "rom pt", - "com tag", - "Ġsqu ats", - "ĠPay roll", - "Ġboot y", - "select or", - "fahr t", - "ANG U", - "Az ure", - "B ond", - "ur amente", - "izz ati", - "Ġrenew ables", - "ĠBuch anan", - "Ġvale urs", - "Ġvoul ait", - "Ġench anted", - "Ġmason ry", - "Ġrheumat oid", - "Ġlus cious", - "Ġd au", - "ĠR ope", - "ĠSt rict", - "Ġdi verted", - "iel o", - "ĠLe ap", - "An on", - "Ġcontent ment", - "Ġbur ge", - "Ġgro tes", - "del ivery", - "Ġphilanth ropic", - "Ġbigot ry", - "C ycle", - "Ġl aced", - "ĠM GM", - "Ġobject ed", - "Ġfeed ers", - "åº Ĭ", - "ĠBh ag", - "Ġgee ft", - "Ġfriv ol", - "S olo", - "c ine", - "Ġl apse", - "ĠC inderella", - "Ġas es", - "oc ardi", - "ĠN adal", - "ck ing", - "Ġins uff", - "ĠEx eter", - "Ġcompl ied", - "hib a", - "Ġing estion", - "Ġmill ig", - "ĠGreen land", - "Ġgest ione", - "Bi ography", - "Ġpilgr ims", - "Ġprerequis ites", - "Ġhym n", - "8 72", - ": *", - "G AL", - "a ques", - "e an", - "r ings", - "ĠC ited", - "nd ice", - "ri ques", - "Ġr ites", - "ame le", - "Ġpr ank", - "app are", - "Ġindust ria", - "Ġcit oy", - "Ġbub bling", - "ĠHan over", - "» çļĦ", - "ĠT AG", - "Ġmy sql", - "Ġbo ven", - "me ister", - "ĠPr ud", - "Ġge geben", - "ĠYork ers", - "Ġlib ros", - "Ġvirtual ization", - "ĠVict ims", - "bu ying", - "Ġgem stones", - "Main tenance", - "Integr ation", - "ĠElig ible", - "Ġhamb urger", - "h oo", - "Ġt umbled", - "ĠN Ã", - "ĠJ ap", - "Ġshe ath", - "Ġfre es", - "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠ", - "ĠOwn ership", - "Dist ribution", - "ĠGeb ä", - "initial ize", - "Ġgee ignet", - "Ġfeder ation", - "Ġantit rust", - "Ġrasp berries", - "Ġcontex te", - "c ute", - "s ources", - "Ġbl anks", - "Ġz odat", - "St ories", - "set zung", - "wer king", - "ĠActiv ate", - "Prot ection", - "ĠSchl af", - "æĮī çħ§", - "L IB", - "S ue", - "Ġf onds", - "Ġand er", - "Ġnew found", - "Ġdist al", - "hr te", - "05 7", - "Ġmob iles", - "ĠKen yan", - "Ġnarrow er", - "ĠTit us", - "ĠRoc kefeller", - "Ġcaract ère", - "Ġrispost a", - "Ġepidem iology", - "7 39", - "Ġw ry", - "Ġm amy", - "ĠS ift", - "pl and", - "ĠU ran", - "Ġlong ed", - "Ġperson als", - "ĠAd opt", - "Ġband e", - "çº ¯", - "Ġhun ts", - "ĠKr ank", - "Ġastron aut", - "ĠRanch o", - "ĠS ust", - "ĠC oding", - "Ġun wa", - "ĠAb bas", - "Ġnie uw", - "weight ed", - "Ġpel vis", - "bow l", - "Ġgem stone", - "Ġjou e", - "ĠExpect ations", - "8 46", - "E Z", - "ĠA FL", - "Ġgr unt", - "Ġlet tre", - "Ġtable top", - "ám ara", - "Ġdecis iÃ", - "beh ind", - "ĠAntar ctic", - "Ġbov ine", - "K ansas", - "Ġs ak", - "Ġf athom", - "Ġapp alling", - "ec ided", - "Ġev ade", - "ĠMix ing", - "Ġturb ulence", - "ĠMeta verse", - "glÄħ da", - "F et", - "l nie", - "v v", - "Ġs os", - "Ġm oth", - "ig ate", - "Ġup ro", - "Ġper ten", - "ne eds", - "Ġund one", - "Ġright fully", - "Ġinter fer", - "ĠCl ifton", - "Ġje Å¡tÄĽ", - "ĠEqu ip", - "Ġdiscrep ancies", - ") <", - "O regon", - "k ken", - "Ġh ä", - "Ġr iche", - "Ġtr ance", - "ĠV ib", - "ĠSh ang", - "ĠStr ings", - "Ġrot ting", - "Rel ation", - "ĠFed erer", - "auth ors", - "Ġll ama", - "Ġmemor andum", - "Ġjul io", - "G row", - "H at", - "ı äºĨ", - "Ġat en", - "ide re", - "Ġgo ût", - "Ġso ins", - "Ġper ish", - "Ġrec omp", - "Ġev aporation", - "gener ational", - "Ġprime ira", - "Ġintest ines", - "Ġkw args", - "ĠCaps ules", - "Ġmell an", - "I LED", - "r gb", - "in ject", - "ĠK is", - "Ġexpl ique", - "ĠRes istant", - "ĠTw ain", - "RO DUCTION", - "fe atured", - "79 6", - "Ġstabil ized", - "Ġpione ered", - "ĠHog warts", - "Ġmell itus", - "Ġstron gh", - "Ġh anger", - "ĠA iden", - "ig matic", - "ill ions", - "est own", - "Ġup rising", - "Ġtre ffen", - "ĠHelp ful", - "Ġfost ers", - "è£ Ĥ", - "ĠAbu ja", - "Ġclut ched", - "he ment", - "Ġreg el", - "Ġdirect amente", - "ĠIs la", - "Ġbar rage", - "ĠCheck out", - "å®ĥ çļĦ", - "ĠDj ango", - "Impro ve", - "ĠCasc ade", - "W ear", - "] ):", - "l amp", - "Ġc actus", - "el ight", - "se i", - "ce u", - "ĠW arcraft", - "ĠV ivo", - "ĠAn ge", - "ĠSc rub", - "Ġfall acy", - "Ġten ir", - "Ġgrand pa", - "æĭ Ľ", - "ĠBall room", - "Ġtang y", - "Ġneur on", - "9 62", - "D irty", - "P icker", - "g uy", - "} }$", - "Ġp ong", - "Ġh off", - "ĠP ence", - "est i", - "ĠH ague", - "her son", - "ĠL ash", - "IM PORT", - "98 2", - "ĠWild er", - "ég ét", - "ĠWE LL", - "ĠTel ugu", - "Ġawkward ly", - "Ġwag ons", - "ĠGeoff rey", - "Ġfoc ussed", - "iovis ual", - "P ause", - "V iet", - "Ġs anta", - "Ġsc our", - "Ġcomm encé", - "Ġcol ossal", - "ann es", - "ĠAs per", - "ĠQ ian", - "ĠEx haust", - "OS H", - "Ġaspect os", - "ĠRE LEASE", - "ĠAC M", - "oret te", - "ĠHerm ione", - "ujÄħc ych", - "çļĦç¬ ¬", - "crum bs", - "K an", - "Ġt amaño", - "id ase", - "red e", - "cl os", - "av irus", - "me z", - "leg round", - "ĠBr Ã", - "ĠX Y", - "Ġthird s", - "ĠGal way", + "к ро", + "▁* «", + "▁quest ioned", + "▁question ed", + "So uth", + "S outh", + "not ice", + "▁perman ently", + "▁permanent ly", + "ls t", + "l st", + "fi cie", + "fic ie", + "▁qu ella", + "▁que lla", + "▁quel la", + "▁college s", + "▁colle ges", + "▁colleg es", + "▁disappoint ment", + "▁Lu ft", + "img ur", + "▁trans itions", + "▁transition s", + "▁transit ions", + "▁s eller", + "▁sell er", + "▁sel ler", + "▁ию ня", + "▁O g", + "▁A DD", + "▁AD D", + "▁ ADD", + "▁P ays", + "▁Pa ys", + "▁Pay s", + "COMM AND", + "gr ades", + "grad es", + "grade s", + "gra des", + "▁fe bbra", + "▁C yr", + "▁Cy r", + "▁febbra io", + "et i", + "e ti", + "▁a rom", + "▁ar om", + "▁Cl aude", + "▁Claud e", + "▁UE FA", + "▁жи ве", + "▁Victor ian", + "▁Victoria n", + "ke eping", + "keep ing", + "kee ping", + "ê n", + "▁FIX ME", + "it ime", + "iti me", + "i time", + "ch estr", + "che str", + "ches tr", + "▁Sam sung", + "▁do ctrine", + "▁p ear", + "▁pe ar", + "▁Mediterr anean", + "▁Y a", + "▁v ault", + "▁va ult", + "▁Hist oric", + "▁Histor ic", + "▁se dan", + "▁sed an", + "▁he ated", + "▁heat ed", + "▁polít ica", + "Pro of", + ": {", + "fe m", + "f em", + "▁Frank furt", + "pect ives", + "pective s", + "M G", + "▁E ye", + "da i", + "d ai", + "▁res erves", + "▁reserv es", + "▁reserve s", + "NE R", + "N ER", + "▁tob acco", + "▁frag ments", + "▁fragment s", + "ic c", + "i cc", + "▁b ooth", + "▁bo oth", + "▁boot h", + "▁cru ise", + "▁Test ament", + "co la", + "col a", + "c ola", + "▁Le op", + "▁Leo p", + "▁n oon", + "▁no on", + "▁ noon", + "▁terr ified", + "v b", + "int el", + "inte l", + "al ie", + "ali e", + "a lie", + "▁ver ification", + "yst er", + "ys ter", + "y ster", + "AD ER", + "A DER", + "ch ied", + "chie d", + "chi ed", + "▁data sets", + "▁dat asets", + "▁dataset s", + "▁з і", + "▁ зі", + "▁m iem", + "▁mi em", + "▁mie m", + "ul ates", + "ula tes", + "ulate s", + "▁u uid", + "▁ uuid", + "▁Pict ures", + "▁Picture s", + "▁B rend", + "▁Br end", + "▁Bre nd", + "▁Bren d", + "Bill board", + "▁s tern", + "▁st ern", + "▁ste rn", + "▁ster n", + "▁de nom", + "▁den om", + "▁acc idents", + "▁accident s", + "с ня", + "▁p acking", + "▁pack ing", + "▁pac king", + "ци ја", + "ibli cal", + "iblic al", + "▁Та к", + "▁wh isk", + "▁whis k", + "▁l uego", + "▁lu ego", + "▁rect angle", + "▁ho oks", + "▁hook s", + "▁ hooks", + "▁neg lect", + "▁negl ect", + "▁s ober", + "▁so ber", + "▁sob er", + "pro position", + "Mult iple", + "Multi ple", + ":\" ,", + ": \",", + "▁b apt", + "▁ba pt", + "Par ts", + "Part s", + "P arts", + "▁S election", + "▁Se lection", + "▁Sel ection", + "▁Select ion", + "▁ Selection", + "▁Al pha", + "▁ Alpha", + "we ights", + "weight s", + "ha ll", + "hal l", + "h all", + "со б", + "с об", + "▁l ur", + "▁lu r", + "▁ép oca", + "▁re sted", + "▁r ested", + "▁res ted", + "▁rest ed", + "▁reste d", + "amb igu", + "▁taste s", + "▁tast es", + "amazon aws", + "▁conf ess", + "▁dic iembre", + "▁dici embre", + "im plement", + "impl ement", + "imp lement", + "▁absor ption", + "Ha l", + "H al", + "LE AN", + "▁Z ach", + "▁Za ch", + "▁free ze", + "▁fre eze", + "L BL", + "ST M", + "S TM", + "▁cal c", + "▁ca lc", + "▁ calc", + "={ ()", + "= */", + "▁b t", + "▁ bt", + "Re b", + "R eb", + "▁W ien", + "▁Wi en", + "an ska", + "ans ka", + "ansk a", + "▁s urn", + "▁su rn", + "▁sur n", + "iat ive", + "i ative", + "▁inv ån", + "C Y", + "▁l à", + "am ba", + "amb a", + "le en", + "lee n", + "l een", + "wa hl", + "w ahl", + "▁function ing", + "ți a", + "ț ia", + "get Context", + "ga rt", + "gar t", + "g art", + "▁о бе", + "▁об е", + "Pe n", + "P en", + "vi k", + "v ik", + "Sl ider", + "▁Ac cept", + "▁ Accept", + "Ga p", + "G ap", + "▁J orge", + "SI G", + "S IG", + "▁во с", + "▁го ло", + "▁г оло", + "▁period o", + "ш та", + "▁pat ches", + "▁patch es", + "ко ї", + "är e", + "ä re", + "eng ono", + "li sta", + "list a", + "l ista", + "hor n", + "ho rn", + "h orn", + "▁Com plex", + "▁Comp lex", + "▁ Complex", + "Se nt", + "S ent", + "tr fs", + "▁conv ex", + "▁conve x", + "Gener ation", + "▁міс це", + "com press", + "comp ress", + "▁S ax", + "▁Sa x", + "▁u id", + "▁ui d", + "▁ uid", + "▁Leb ens", + "▁Leben s", + "Com pletion", + "\\| _{", + "\\ |_{", + "in sky", + "ins ky", + "▁sc hon", + "▁sch on", + "▁m asters", + "▁ma sters", + "▁master s", + "▁mas ters", + "▁mast ers", + "in depend", + "inde pend", + "ne ys", + "ney s", + "▁l ied", + "▁li ed", + "▁lie d", + "▁a spir", + "▁asp ir", + "ч ні", + "▁break down", + "▁H arm", + "▁Har m", + "▁Ha rm", + "▁design ing", + "h f", + "▁Ang ela", + "▁Angel a", + "▁con fer", + "▁conf er", + "▁part ido", + "▁parti do", + "▁inter ference", + "ma o", + "m ao", + "▁absor bed", + "▁absorb ed", + "▁V all", + "▁Val l", + "▁Va ll", + "Error Code", + "▁Publish ing", + "va no", + "van o", + "v ano", + "BIT S", + "BI TS", + "B ITS", + "▁de er", + "▁Camp aign", + "▁g raz", + "▁gr az", + "▁gra z", + "CHAN GE", + "▁f eder", + "▁fe der", + "▁fed er", + "if fe", + "iff e", + "hand ed", + "han ded", + "h anded", + "c q", + "um bing", + "umb ing", + "▁un re", + "▁s iendo", + "▁si endo", + "▁sim pler", + "▁simple r", + "▁simpl er", + "wh y", + "w hy", + "ar ettes", + "are ttes", + "aret tes", + "arette s", + "an st", + "ans t", + "▁h ass", + "▁has s", + "▁ha ss", + "▁Enter prise", + "▁m ois", + "▁mo is", + "▁F o", + "▁уча ст", + "ff en", + "f fen", + "▁MOD ULE", + "▁ MODULE", + "▁activ ated", + "▁activate d", + "▁intern acional", + "▁M ittel", + "deg ree", + "▁от кры", + "▁& (", + "get Property", + "is z", + "i sz", + "ced ure", + "▁en ters", + "▁ent ers", + "▁enter s", + "▁S ally", + "▁Sal ly", + "▁Tr ain", + "▁Tra in", + "▁lo gged", + "▁log ged", + "▁R av", + "▁Ra v", + "▁A void", + "▁Av oid", + "▁K aiser", + "▁Ka iser", + "▁ex pend", + "▁exp end", + "ap hor", + "aph or", + "▁b rass", + "▁br ass", + "▁bra ss", + "▁bras s", + "▁mel od", + "▁att itudes", + "▁attitude s", + "* \"", + "W all", + "▁o we", + "▁ owe", + "▁b amb", + "▁ba mb", + "sh ader", + "sha der", + "ce ster", + "ces ter", + "c ester", + "▁P P", + "▁ PP", + "▁migr ations", + "▁migration s", + "ent ric", + "entr ic", + "▁Set up", + "▁ Setup", + "▁Art ist", + "hr e", + "h re", + "▁pol ite", + "▁polit e", + "ah an", + "aha n", + "a han", + "▁lug lio", + "▁pre decess", + "▁S IG", + "▁SI G", + "▁ SIG", + "ті в", + "т ів", + "▁R F", + "▁ RF", + "▁D ry", + "▁Dr y", + "▁m aker", + "▁make r", + "▁ma ker", + "▁ maker", + "ши м", + "ш им", + "▁S ounds", + "▁Sound s", + "▁implement ing", + "▁a h", + "▁ ah", + "▁g ev", + "▁ge v", + "▁du plicate", + "▁L ogan", + "▁Log an", + "▁Lo gan", + "▁G rade", + "▁Gr ade", + "▁Grad e", + "▁Gra de", + "DU CT", + "ís es", + "í ses", + "ér t", + "é rt", + "▁nons ense", + "back up", "Att achment", - "87 4", - "ĠSta ats", - "Ġsout heastern", - "ĠC CC", - "ĠB enny", - "Ġfre estyle", - "Ġinform ações", - "aby te", - "Le o", - "ĠRem oving", - "Ġband wagon", - "ĠView er", - "89 4", - "dog an", - "Ġminist ro", - "Eval uation", - "MES SAGE", - "Ġchandel ier", - "Ġnaï ve", - "ĠP ORT", - "ĠW ired", - "ĠE uras", - "ĠV itt", - "ient i", - "Ġfac cia", - "val uation", - "lo an", - "ĠST D", - "ĠPath ology", - "dim ension", - "ĠRu pert", - "Pref erences", - "ĠKP Is", - "F o", - "ĠB MC", - "ĠH W", - "MA KE", - "ont i", - "Ġel ves", - "ĠAl right", - "Ġstill ness", - "Ġsw immers", - "Ġchalleng er", - "ĠRef lection", - "Ġmart yr", - "Ġdenom ination", - "ĠYug oslav", - "' __", - "Ġd itt", - "ol ite", - "ĠC ri", - "ĠR ama", - "ĠAn ast", - "ipp s", - "ĠAut onomous", - "Ġwrong doing", - "Ġbra ucht", - "е Ñģ", - "Em ployment", - "Ġentr ants", - "ĠCirc ulation", - "ĠBattle field", - "ĠCrow ley", - "Ġerrone ous", - "Ġth rives", - "Ġg f", - "ĠS ous", - "ĠS amp", - "Ġde ceived", - "nd et", - "ĠJ FK", - "ĠIn visible", - "ĠY ong", - "ĠSt upid", - "pro chen", - "Ġsleep ers", - "Ġcit ron", - "ĠWil kinson", - "åįģ å", - "æĴ ¤", - "annot ations", - "ou m", - "Ġv r", - "iss imi", - "Ġeight eenth", - "Ġsolid ar", - "des cribed", - "Ġgi ud", - "Dis closure", - "ĠJo anne", - "Success ful", - "Ġzelf s", - "k W", - "Ġd ill", - "Ġn es", - "ĠD azu", - "Ġtr á", - "Ġup he", - "In flu", - "ĠAnd oc", - "... ?", - "Ġref ract", - "ĠBe gins", - "Sc ar", - "Ġdro g", - "Ġmotor ist", - "ĠMur doch", - "ĠBroad band", - "Ġlud zi", - "Ġtrium phant", - "P el", - "R atio", - "ad resse", - "ĠF N", - "ĠN ost", - "ub ar", - "ĠWh itt", - "ĠSe ymour", - "Ġfr ère", - "eng agement", - "ĠCol leen", - "An nie", - "Ġbrand y", - "åĨ Ĵ", - "Ġrot ates", - "Ġsucc ulent", - "ĠRav i", - "ĠYuk on", - "M RI", - "Ġf era", - "ab h", - "iv ating", - "Ġhome buy", - "ĠOb esity", - "Ġnu ance", - "Ġsin on", - "Ġconsequ ential", - "Ġspeech less", - "Ġhide ous", - "czy Äĩ", - "Ġweiter hin", - "Ġhydrox ychloroquine", - "F U", - "Ġm umbled", - "ro f", - "Ġv itesse", - "us ional", - "ĠD ella", - "Ġat unci", - "ĠG ently", - "ĠG erry", - "ĠU trecht", - "Ġev ils", - "ä¸Ģ æĿ¡", - "Ġaw fully", - "ĠJud iciary", - "Ġcrystall ine", - "Ø ¨", - "ĠE sk", - "ĠPro ducers", - "Ġmon ies", - "Ġunt rue", - "è¯ ļ", - "ĠSign ing", - "ĠGro ove", - "ĠEV s", - "äll er", - "czy wiÅĽcie", - "ĠSpons ored", - "B art", - "ĠH adoop", - "Ġr ye", - "ĠRe charge", - "sc ores", - "Ġma ize", - "ĠTit anic", - "Ġsnap shots", - "Ġfreel ancer", - "Ġpeas ants", - "ent ities", - "ro ir", - "ĠD riven", - "ĠF elt", - "ĠDe bit", - "Ġwr inkle", - "Ġbas eman", - "wh ose", - "Ġqual ifier", - "ĠMa ureen", - "vol tage", - "98 3", - "ä»ĸ们 ä", - "cor p", - "Ġepidemi ological", - "Ġsce gl", - "Ġp ouss", - "Ġo xy", - "om ach", - "Ġrest ores", - "ĠDel ay", - "Ġstre aks", - "Ġobserv able", - "ĠðŁĺ Ľ", - "dep osit", - "Ġtant al", - "ĠIR As", - "Ġdealers hips", - "Pur ple", - "ĠCec il", - "# ,", - "L anguages", - "ĠD inge", - "ĠF irms", - "ĠSh iv", - "Ġcrack er", - "ĠiP ads", - ",âĢĻ âĢĿ", - "öl ker", - "Ġud ziaÅĤ", - "Hu gh", - "8 69", - "B ET", - "Ð ¶", - "Ī å", - "st elling", - "Ġwe arer", - "ĠO V", - "amb les", - "Ġpick ups", - "ĠDel oitte", - "ĠIT S", - "ĠAtt achment", - "ĠBu cc", - "ĠComb ining", - "Ġpriorit ized", - "Ġfootprint s", - "Ġassur ances", - "Ġsvilupp o", - "ĠNarr ative", - "9 47", - "C AS", - "L incoln", - "Ġj uggling", - "ĠCh ong", - "Ġev okes", - "Ġswe atshirt", - "Ġpul ver", - "ĠSher idan", - "Ġital iana", - "Ġrag ione", - "ĠHerm ann", - "ĠCrist ina", - "Ġinteres ante", - "ĠLed ger", - "Ġerf order", - "Ġcerve au", - "S ensor", - "f ragen", - "Ġp cs", - "Ġl int", - "ĠG ry", - "ss l", - "Ġbr us", - "Ġshow down", - "ĠDe af", - "Ġconc ierge", - "ĠMar ley", - "fl uid", - "ĠGe ometry", - "unction al", - "ĠPlay ground", - "grad ient", - "sl ug", - "Ġtin ha", - "B run", - "Ġs ash", - "ĠS ank", - "ul ner", - "erv al", - "Ġfr aternity", - "ior i", - "ĠBar rier", - "Ġroll over", - "pert ension", - "Ġrede velopment", - "ĠHood ie", - "F etch", - "H mmm", - "S ydney", - "he er", - "ĠC ah", - "un ters", - "Ġfl ushing", - "Ġcons umm", - "ull ie", - "Ġgl ist", - "Ġexc ite", - "Ġdev al", - "Sh an", - "ĠDr one", - "part isan", - "ĠVI EW", - "ĠSes ame", - "ĠShep ard", - "ĠGuth rie", - "C ER", - "p oss", - "ur ale", - "ĠV ive", - "ows ka", - "ĠBrit ann", - "IST ORY", - "ĠEsp añ", - "B ri", - "C MD", - "h urt", - "Ġan eur", - "ion ato", - "ĠS icht", - "Ġal ber", - "Ġv antage", - "ĠAs us", - "ina fter", - "ÅĤ ÄĻ", - "ĠCan aan", - "agn es", - "Ġinstall ers", - "Sim pl", - "lu ence", - "Hist orical", - "Ġquere mos", - "n ature", - "Ġre interpret", - "se k", - "ul ares", - "ĠAss assin", - "Ġsex es", - "ĠDis able", - "ĠPaul ine", - "ĠMag ical", - "ĠPlug ins", - "Ġannot ated", - "Ġroomm ates", - "LEx ception", - "r uns", - "ĠS ushi", - "iv ano", - "ap art", - "Ġsp indle", - "ru gs", - "Th ing", - "Ġproduct en", - "Ġdist ributes", - "OT C", - "AB S", - "ĠHel per", - "åł ¡", - "Ġprox ies", - "Ġtamp oco", - "iett ivo", - "ĠA MS", - "Ġal bo", - "nd on", - "ym n", - "Ġsw ag", - "uel o", - "fo am", - "Ġfat ig", - "Data Source", - "Ġcopy writing", - "Ġbatt alion", - "Ġintr ins", - "Ġinduct ed", - "urge on", - "Ġvandal ism", - "9 61", - "m ium", - "u va", - "w altung", - "Ġt xt", - "Ġfree way", - "Ġcal med", - "Ar row", - "Ġpra irie", - "Ġket osis", - "Ġshudd ered", - "G ly", - "Ġh ither", - "Ġv ial", - "Ġback story", - "iet ro", - "Äħ t", - "Ġcoun sell", - "Im g", - "Ġrenew ing", - "got iation", - "Ġpodr ás", - "Ġstagn ant", - "Ġstric ter", - "G li", - "d iam", - "Ġs oddisf", - "id t", - "ĠS uche", - "Ġde graded", - "pp ure", - "ĠR olf", - "Ġche wed", - "Ġserv ic", - "Ġac ordo", - "Ġcr um", - "Ġide ologies", - "ipp ings", - "Ġerr atic", - "omet rics", - "Ġalle in", - "Config ure", - "Ġmanifest o", - "Ve get", - "Ġdesap are", - "j aw", - "l aughs", - "as en", - "Ġret en", - "Ġdel usion", - "Ġaut oc", - "eng ue", - "Re act", - "ê ncias", - "Me hr", - "ĠMart ins", - "mo ins", - "V ILLE", - "\\ âĢĻ", - "f avorite", - "Ġd enna", - "Ġmen acing", - "Ġcounter act", - "Pre heat", - "å¦Ĥ åIJĮ", - "Ġul terior", - "sign ificant", - "Ġfres hen", - "Ġpolymer ase", - "Ġnaz ionale", - "DES CRIPTION", - "Dur ante", - "capt ure", - "ìĿ ´", - "ĺ ç§Ģ", - "Ġh lav", - "om ac", - "et r", - "ĠM anc", - "ab ay", - "Ġun ison", - "ĠK ov", - "av ons", - "Ġrec oup", - "ons ieur", - "ĠPro posed", - "Ġcell o", - "ĠHind us", - "G ain", - "m ack", - "t ub", - "Ġb ould", - "ĠC uts", - "Ġback stage", - "ren gen", - "az as", - "ä cht", - "ĠDav en", - "comm ons", - "ĠComput ational", - "Ġmurder ous", - "æ® ¿", - "��Gust av", - "Ġzosta ÅĤ", - "Ġgrac iously", - "L emon", - "N est", - "er ous", - "Ex ec", - "ĠCar a", - "ros ine", - "CE LL", - "è¢ Ń", - "Equal To", - "Ġmu zzle", - "ĠHung ry", - "Ġprobl ém", - "Ġatten zione", - "Ġdisrespect ful", - "? âĢĿ,", - "F ern", - "p aint", - "Ġde ft", - "Ġte al", - "Ġdiff ered", - "Ġcr ammed", - "ĠItal ians", - "Ġmut ants", - "ĠProv ision", - "Tag ged", - "ĠJu venile", - "enna io", - "ĠOrd inary", - "ĠMong olia", - "ĠInterpret ation", - "A ld", - "p arer", - "Ġl umps", - "Ġun loading", - "Ġsl ashed", - "iet s", - "ä¸į ä»ħ", - "Ġball istic", - "Ġcz yn", - "åħ± 产", - "ĠDoct rine", - "Ġunmistak able", - "Ġbú squ", - "9 42", - "H N", - "S erves", - "Ġw arl", - "im ony", - "ant z", - "ĠCh ung", - "Ġtra itor", - "ĠAtl antis", - "ĠForest ry", - "t rial", - "Ġis chemic", - "Ġpr ides", - "Ġmet tere", - "Ġdu as", - "ubl ique", - "Ġfast ened", - "Ġprote ase", - "ĠAv on", - "Ġcro issance", - "Ġjam med", - "Ġcapac it", - "ĠMagn esium", - "Ġreception ist", - "Ġathe ism", - "ĠHob art", - "Ġanthrop ology", - "P ES", - "h orm", - "s aw", - "ĠS ulf", - "ert i", - "Ġes cl", - "Ġimport a", - "Ġclass ique", - "over ing", - "man ual", - "de ploy", - "pro be", - "05 8", - "ali ÅĽmy", - "ĠEnt wick", - "Ġbear ish", - "Ġesper ar", - "ĠBY U", - "Ġanten nas", - "Ġcompost ing", - "Mah on", - "Ġn udge", - "Ġon slaught", - "ĠM ira", - "ĠM bps", - "Ġv riend", - "ash ire", - "ĠSc ores", - "ĠMon et", - "Ġpred efined", + "▁e cc", + "▁ec c", + "▁Squad ron", + "le arn", + "lear n", + "de precated", + "dep recated", + "▁A ub", + "▁Au b", + "▁G ol", + "▁Go l", + "▁over l", + "SER VICE", + "▁beautiful ly", + "RE L", + "R EL", + "▁G ian", + "▁Gi an", + "▁P apa", + "▁Pa pa", + "▁Pap a", + "res pond", + "respon d", + "resp ond", + "▁Carib bean", + "r n", + "▁худо ж", + "C fg", + "ra i", + "r ai", + "▁sn iff", + "tt o", + "t to", + "оло ги", + "о логи", + "▁r b", + "▁ rb", + "▁inc idents", + "▁incident s", + "▁d uck", + "▁du ck", + "▁PROVID ED", + "Source s", + "S ources", + "▁Chel sea", + "▁t ek", + "▁te k", + "▁ tek", + "▁на лази", + "▁pil ots", + "▁pilot s", + "т ки", + "▁tr aded", + "▁trad ed", + "▁tra ded", + "▁trade d", + "▁Be ijing", + "▁Greg ory", + "scal ar", + "▁incl ined", + "▁inc lined", + "▁K amp", + "▁Kam p", + "▁Ka mp", + "▁M arian", + "▁Mar ian", + "▁Ma rian", + "▁Maria n", + "▁fier ce", + "▁the ft", + "▁th eft", + "ющи х", + "▁In to", + "▁Int o", + "▁ Into", + "con straint", + "parent Node", + "id ental", + "ident al", + "iden tal", + "▁gouver nement", + "▁S ND", + "▁SN D", + "▁Rub y", + "▁Ru by", + "▁mon aster", + "Rec ords", + "Record s", + "▁K ab", + "▁Ka b", + "▁Un iverse", + "▁Univers e", + "▁approxim ate", + "▁approx imate", + "W ater", + "▁Phys ical", + "ap pers", + "app ers", + "appe rs", + "oubt edly", + "ло жен", + "ложе н", + "▁tow el", + "▁sib lings", + "ep h", + "e ph", + "ic ios", + "ici os", + "icio s", + "ра ми", + "▁out rage", + "▁tamb é", + "SR C", + "S RC", + "те лем", + "тел ем", + "V i", + ".' );", + ". ');", + "L M", + "▁m itt", + "▁mit t", + "▁mi tt", + "▁ mitt", + "▁w eed", + "▁we ed", + "▁cr ops", + "▁cro ps", + "▁crop s", + "im an", + "ima n", + "i man", + "Cl aim", + "ins ula", + "▁( “", + "▁Ch anges", + "▁Change s", + "▁ Changes", + "▁invån are", + "ag ain", + "aga in", + "a gain", + "▁c nt", + "▁ cnt", + "▁G az", + "▁Ga z", + "▁a ustral", + "over lay", + "▁Me chan", + "▁sl ammed", + "▁tr ailing", + "▁tra iling", + "▁trail ing", + "▁Bi ography", + "▁appe aling", + "▁appeal ing", + "IV ER", + "IVE R", + "I VER", + "▁A ve", + "▁Av e", + "▁P lot", + "▁Pl ot", + "vo j", + "v oj", + "▁s ung", + "▁su ng", + "▁sun g", + "▁ sung", + "▁u nos", + "▁un os", + "▁uno s", + "Effect s", + "v v", + "co ok", + "c ook", + "But tons", + "Button s", + "▁trans m", + "ier to", + "iert o", + "CON TEXT", + "CONT EXT", + "▁dign ity", + "air ed", + "ai red", + "aire d", + "a ired", + "java x", + "jav ax", + "j avax", + "▁Albert o", + "▁Alber to", + "▁Rec ently", + "▁Recent ly", + "▁fac ial", + "▁fa cial", + "math op", + "mat hop", + "ał o", + "a ło", + "ви д", + "co tt", + "c ott", + "Vari ables", + "Variable s", + "▁R an", + "▁Ra n", + "▁b unk", + "am iliar", + "amil iar", + "CA ST", + "C AST", + "▁fr ü", + "VE D", + "V ED", + "▁NOT ICE", + "▁turn o", + "▁tur no", + "valid ator", + "▁Portug uese", + "▁question ing", + "}} )", + "} })", + "▁l ear", + "▁le ar", + "▁ lear", + "X amarin", + "▁dis adv", + "enc oded", + "encode d", + "▁K ot", + "▁Ko t", + "ra ted", + "rat ed", + "rate d", + "r ated", + "▁The ory", + "ci us", + "c ius", + "▁Dar win", + "ђ е", + "▁dé cl", + "▁déc l", + "▁обла сть", + "ро вич", + "▁mob ility", + "▁mobil ity", + "V F", + "▁х и", + "▁ хи", + "un til", + "unt il", + "u ntil", + "▁bar riers", + "▁barrier s", + "▁barr iers", + "gi f", + "g if", + "▁R oh", + "▁Ro h", + "▁a ging", + "▁ag ing", + "▁ aging", + "▁W idget", + "▁ Widget", + "ol k", + "▁f arms", + "▁far ms", + "▁farm s", + "Check er", + "Che cker", + "Int roduction", + "с мо", + "▁Russ ians", + "▁Russian s", + "▁Russia ns", + "na ments", + "nam ents", + "nament s", + "n aments", + "▁In sert", + "▁Ins ert", + "▁ Insert", + "▁When ever", + "▁Whe never", + "er set", + "ers et", + "it ori", + "itor i", + "ito ri", + "▁D ort", + "▁Do rt", + "▁Dor t", + "▁cost ume", + "▁mathemat ical", + "▁B ast", + "▁Bas t", + "▁Ba st", + "▁nom inated", + "▁nomin ated", + "▁rest oration", + "pos al", + "po sal", + "▁un fortunate", + "P s", + "LI N", + "L IN", + "▁int act", + "▁prov oc", + "▁situ ée", + "▁но ября", + "er mo", + "erm o", + "▁f isher", + "▁fish er", + "▁fis her", + "г ля", + "▁con ting", + "▁cont ing", + "▁contin g", + "▁Do ug", + "▁Dou g", + "\" ?", + "▁E va", + "▁Ev a", + "▁t ops", + "▁to ps", + "▁top s", + "▁Rem ote", + "▁ Remote", + "▁art work", + "▁art illery", + "qu ick", + "▁Arab ia", + "▁SD Value", + "▁Dak ota", + "ia ted", + "iat ed", + "iate d", + "i ated", + "▁Op tim", + "▁Opt im", + "but tons", + "button s", + "▁c ottage", + "▁where in", + "▁tut orial", + "▁S cre", + "▁Sc re", + "▁swe ep", + "▁Coff ee", + "}) }", + "} )}", + "▁му зы", + "host name", + "▁T emp", + "▁Te mp", + "▁Tem p", + "▁ Temp", + "▁F ut", + "▁Fu t", + "re spect", + "res pect", + "resp ect", + "oc z", + "o cz", + "▁pre domin", + "▁pred omin", + "Ind icator", + "en cial", + "enc ial", + "encia l", + "enci al", "UM ENT", - "ekt ion", - "Ġjur ors", - "Ġresemb led", - "ĠAbr ams", - "ĠP eb", - "Ġcon com", - "Ġor chard", - "ĠL ana", - "ĠL MS", - "ge v", - "ib ur", - "ĠLe opard", - "Ġfree zes", - "Ġwish list", - "Ġalt ura", - "Ġsymbol izes", - "Ġvor her", - "writ es", - "Ġdram at", - "Ġsilenz io", - "H g", - "p is", - "u ette", - "Ġl g", - "Ġst amm", - "Ġcon osc", - "ĠR ookie", - "Ġsp out", - "Ġtra inee", - "Ġsign e", - "ĠIs h", - "Rel ative", - "Ass uming", - "ĠEver ton", - "ĠSK F", - "creat ing", - "Ġangl ais", - "Ġs ábado", - "ĠN our", - "ss h", - "Ġval ut", - "ĠLe ute", - "Ġbring t", - "kt a", - "IV ATE", - "ĠMor an", - "ĠEs q", - "Sl ots", - "ĠBru ins", - "ĠÄį as", - "X M", - "Ù ģ", - "Ġn z", - "ĠSt ations", - "Ġaut ob", - "ĠCon ver", - "Ġpercent ile", - "ĠAnt hem", - "Ġaf ar", - "Ġtro va", - "ĠDef endant", - "ĠTor ch", - "ĠSecret ariat", - "æѤ æŶ", - "Ġprá ctica", - "Ġrept iles", - "Ġp ase", - "ĠI ber", - "ĠC yt", - "ust ic", - "Ġla it", - "Ġhum ili", - "Ġna issance", - "éd ia", - "ĠMS I", - "Ġorient al", - "æŃ£ æĺ¯", - "Ġech ter", - "ĠEVERY THING", - "$ (\"#", - "F ULL", - "K el", - "h ose", - "Ġal ten", - "Ġsh uts", - "ĠCh oi", - "Ġrec uer", - "Ġrig ged", - "ĠTravel ers", - "Ġproces os", - "åıį å¯", - "æħ §", - "Ġlaat ste", - "Lux ury", - "Ġsolt anto", - "n ict", - "p ix", - "t um", - "w aste", - "Ġg m", - "ĠC TA", - "ĠR aff", - "ĠG ron", - "ost asis", - "Ġparticip atory", - "ros ive", - "09 2", - "Ste am", - "Ġobjet ivos", - "ĠLon ely", - "ĠbÃ¥ de", - "C urt", - "F urn", - "F IT", - "S umo", - "á Ģ", - "Ġt ys", - "Ġt ainted", - "as one", - "ĠP W", - "ĠG ord", - "ĠG aut", - "Ġgu inea", - "Ġdet alles", - "iter ate", - "col o", - "ĠOut line", - "ĠMart ÃŃ", - "ĠBig ger", - "ader ie", - "stra ight", - "87 3", - "ĠGro cery", - "Ġf apt", - "ĠS coop", - "Ġu g", - "ra pping", - "and ers", - "Ġag itated", - "Ġcomm uter", - "Ġsub ordinate", - "att ie", - "Ġbre eder", - "Ġsw earing", - "Ġsimple mente", - "æĹ ¦", - "Ġsam och", - "æī ¬", - "Ġbirth place", - "çĥ ¦", - "Ġobj ets", - "gra ve", - "Ġpsychiat ry", - "ĠBomb ay", - "ĠMoist ur", - "M ama", - "ri ks", - "ĠF oo", - "Th om", - "Ġpar able", - "ä» ģ", - "äºĨ 解", - "Ġconduct ivity", - "Ġham per", - "Ġscar ring", - "ĠRound up", - "Marg aret", - "迪 ä", - "9 77", - "E gypt", - "c ached", - "Ġp ree", - "ĠS ai", - "ag ÄĻ", - "ab oo", - "vers ions", - "yst ic", - "iet al", - "ather ing", - "Ġed iciÃ", - "ĠPh oebe", - "Ġkind le", - "ĠX er", - "But ter", - "ĠSte reo", - "Ġlif eless", - "ĠWal ters", - "ĠSpons ors", - "Ġexpans ions", - "ĠBurg ess", - "ĠCarb ohyd", - "ent rée", - "Ġg ry", - "ĠH ok", - "Ġk ant", - "Ġapp elle", - "Ġel ke", - "Ġdef y", - "Ġsk id", - "iful ly", - "Ġnorm ative", - "ales e", - "Ġsad dened", - "Ġgef unden", - "ÑĮ Ð", - "ĠInfl amm", - "Hor izontal", - "ĠMillenn ials", - "Ġotten ere", - "G rowth", - "y ÅĤ", - "in izio", - "om od", - "ĠH are", - "ĠG om", - "ĠSt ellen", - "ĠWe x", - "åľ¨ éĤ£éĩĮ", - "Ġblock ers", - "ör d", - "ör t", - "rat om", - "аР·", - "Ġbind ings", - "Ġк Ð", - "Ġgoof y", - "Ä ĵ", - "ĠThe o", - "Ġwalk ers", - "Ġregist ro", - "95 9", - "Ġequival ents", - "utt osto", - "News letter", - "B or", - "Q Q", - "S ending", - "Ġend roit", - "ĠLe es", - "ien iu", - "Ġpot uto", - "Ġdé tails", - "ges etzt", - "fr anch", - "ĠBi har", - "ÅŁ te", - "brain er", - "Ġadam ant", - "! \",", - "Ġp kg", - "il ine", - "ĠB AL", - "ĠK not", - "Ġbi ologist", - "Ġmis fortune", - "Ġdiet a", - "Ġtrig lycer", - "ĠCast ing", - "Ġcorrel ates", - "Short ly", - "J M", - "ı çļĦ", - "ĠD aphne", - "Ġse quest", - "ram ed", - "Ġou bl", - "ĠAN C", - "ĠTer rier", - "ĠRev ival", - "RES H", - "Ġsyst ém", - "Scient ific", - "Ġsouha ite", - "Ġkara oke", - "Zá kladnÃŃ", - "orgh ini", - "Z a", - "Ġd iment", - "ĠI OS", - "ol os", - "Ġun checked", - "rest aur", - "ĠAm os", - "Ġphot ovolta", - "ĠBr at", - "ĠSch ultz", - "roid ism", - "iner ies", - "Ġdetect able", - "ĠInf os", - "æĸ° çļĦ", - "Present ation", - "Ġgratuit a", - "Ġburgl ary", - "B RO", - "i ak", - "re ibt", - "Ġde arest", - "ĠH undred", - "Ġch oc", - "Ġext rad", - "Ġoptim ise", - "Ġanx ieties", - "ĠAdv ances", - "Ġkne eling", - "Ġdav id", - "ĠJen ner", - "ĠÅĽw iet", - "ĠLun ar", - "Ġintox icated", - "ĠWeld ing", - "P ose", - "R oz", - "V illa", - "Ġt ights", - "ĠR udd", - "ĠThe rapeutics", - "Ġbl inding", - "Ġend if", - "Ġcur t", - "Ġdist ing", - "Ġtom ography", - "ĠST ORY", - "Gener ation", - "NE Y", - "Magg ie", - "Ġg ifting", - "Ġph antom", - "Ġlog rar", - "ĠBet hesda", - "Ġprés enter", - "ĠPO V", - "iso ft", - "gro cery", - "ĠBL M", - "Ġbesch ik", - "stoff e", - "Ġestud iantes", - "ĠSah ara", - "ĠArth ritis", - "c annot", - "f ishing", - "v ig", - "at orn", - "Ġf end", - "Ġto me", - "Ġin iz", - "ĠI CS", - "Ġcon ex", - "Ġsh aker", - "Ġblog ged", - "Ġcompl icate", - "Ġbon heur", - "98 4", - "Ġdiffé rence", - "Ġzak res", - "ĠMold ova", - "hydro xy", - "ĠRicht ung", - "A ware", - "ad ier", - "Ġon stage", - "ul ose", - "Ġun published", - "Ġsp ores", - "par allel", - "raph ic", - "Ġsol uciÃ", - "Ġge ology", - "Ġuns alted", - "Ġgod z", - "Ġcasual ty", - "ĠIslam abad", - "é£Ł çī©", - "ε Î", - "mall ows", - "ĠYah weh", - "D ude", - "f ledged", - "as see", - "ĠF aul", - "Ġsu k", - "Ġph oenix", - "der ive", - "è ce", - "Cl ar", - "ĠEm otion", - "AP PY", - "zie Äĩ", - "æŃ£ å", - "Ġrecher ches", - "Ġculmin ating", - "å§Ķ åijĺ", - "o ed", - "Ġj iÅ", - ".âĢĿ )", - "ĠAl gebra", - "Ġmar cas", - "rem arkable", - "Ġbra gging", - "PRO PERTY", - "Develop er", - "BU FFER", - "Pot ential", - "ad av", - "ĠH OL", - "Ġsp ruce", - "iss ants", - "Ġsl aughtered", - "Ġser án", - "Ġwr inkled", - "Ġcond izioni", - "ĠMar j", - "View Model", - "ĠFire stone", - "ĠPhot ographs", - "Art agnan", - "Ġvie ux", - "Ġarbit r", - "Ġfluct uate", - "X I", - "i are", - "Ġp lex", - "ĠB AD", - "Ġk urs", - "Ġsc ala", - "Ġver ste", - "Ġrev olve", - "ĠProp Types", - "fre q", - "ĠWid ow", - "Ġquint essential", - "D ol", - "L ol", - "Q uelle", - "] ));", - "t abs", - "Ġw avy", - "Ġg p", - "se ment", - "yst s", - "Ġcoll oqu", - "Ġir ons", - "Ġextrem ism", - "ĠRel ative", - "inos aur", - "EE EE", - "ĠTit les", - "Ġsor prend", - "ĠPant ry", - "Ġtram ite", - "ĠDh arma", - "éģŃ åĪ°", - "ĠDart mouth", - "ĠKurd ish", - "od ian", - "ĠG ros", - "ob ar", - "Ch uck", - "ĠAc robat", - "Ġcha ise", - "Ġnaj bardziej", - "ĠHab its", - "inform ations", - "Ġpute a", - "Ġn aps", - "ĠT Y", - "ĠL IB", - "ĠL azy", - "ĠE j", - "olog ous", - "ĠSp ine", - "ĠIntern ship", - "Ġfa ible", - "Le aving", - "ĠMos que", - "Ġmenc ion", - "S oul", - "ĠSt abil", - "ĠCh un", - "inn ie", - "ĠDevelopment al", - "sl ide", - "Ġgrat ifying", - "ĠTaiwan ese", - "Ġtats ächlich", - "[ %", - "Ġf ad", - "as Äĥ", - "ĠR ies", - "MM ER", - "ĠSie g", - "Ne ck", - "ĠPhys iology", - "ä¸İ ä", - "ĠHT TPS", - "ĠCle aring", - "help ful", - "Cr unch", - "athe ism", - "Ġunbeliev ably", - "ĠAST M", - "f abet", - "Ġg agner", - "if ig", - "ĠN ails", - "Ġsn ail", - "rows ing", - "Ġnas zej", - "ĠSeason al", - "Ġmism atch", - "Ġperd re", - "program m", - "ĠVenez uel", - "Ġp b", - "ĠB ale", - "ĠG atsby", - "Ġsh abby", - "ĠSer bian", - "print StackTrace", - "åķ ¦", - "ĠAst ros", - "ĠCool er", - "Thread ing", - "ĠCop a", - "m q", - "Ġh ikers", - "ill ant", - "ĠW arl", - "ĠL inen", - "Ġper fe", - "Ġlot us", - "åľ Ĩ", - "Ġconven ed", - "ĠIdent ifying", - "align ment", - "ĠGonz ález", - "Guard ian", - "ĠAUT O", - "Ġfianc é", - "Ċ ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", - "Ġm ètres", - "el man", - "am pl", - "ĠC ine", - "ĠP oc", - "ert ung", - "Ġball park", - "09 8", - "Ġtend rá", - "mo z", - "Ġdisp ensing", - "Rep o", - "ĠFollow ers", - "ĠPA GE", - "ĠClear ance", - "Ġdorm ir", - "T CHA", - "in z", - "ĠP ug", - "ex cellent", - "ĠEx ecute", - "Ġtell es", - "Ġrepl icas", - "Ġclaim ant", - "su its", - "çļĦç Ī", - "Ġrestra ining", - "M aps", - "od der", - "pt ious", - "ä¸ ģ", - "rie z", - "Ġstress ors", - "ĠMet ric", - "ĠTH AN", - "ภ¡", - "Ġcord less", - "Ang elo", - "AMP LE", - "ĠConscious ness", - "I U", - "Ġc zym", - "ĠS erm", - "ad owing", - "ĠR oles", - "ĠK R", - "Ġgu err", - "Ġpar rot", - "ret ain", - "Ġpos izione", - "af ai", - "ĠGl itter", - "Ġir is", - "ĠEst imate", - "Ġtut t", - "'] [", - "Ġpled ges", - "Josh ua", - "Ġcay enne", - "F irm", - "ĠT LS", - "Ġne cks", - "ĠJ og", - "Ġro sa", - "Ġam m", - "ĠAt mos", - "amed a", - "ĠVer se", - "hol z", - "Ġintrus ive", - "Ġphosphory lation", - "ĠS PR", - "Ġsu ave", - "arch ar", - "Ġresult ant", - "Ġdu plex", - "ĠPr as", - "ĠDis abled", - "claim s", - "ĠPo et", - "éĩį æĸ°", - "ĠAW ESOME", - "Ġdens ely", - "ĠKaw asaki", - "P ending", - "ĠA Q", - "Ġde grade", - "ĠO ra", - "Ġnon stop", - "RE AL", - "____ __", - "Ġban ter", - "ĠMethod ology", - "Ġunpre pared", - "Ġerfol gt", - "ĠHuff ington", - "ĠClimb ing", - "Ġreleg ated", - "Ġslog ans", - ", âĢľ", - "b end", - "Ġt ient", - "Ġp inched", - "ik awa", - "ĠAr den", - "tt ed", - "人 å", - "ĠElect ron", - "ĠPA Y", - "Sche me", - "å¨ ľ", - "ĠGor illa", - "Ġnec rosis", - "M ason", - "w idet", - "Ġm afia", - "al ien", - "Ġl abyrinth", - "ĠE SL", - "iz zer", - "cl aw", - "ens itivity", - "wn a", - "Ġsm uggling", - "Ġlat in", - "ĠDr aco", - "Ġtick ed", - "Âł Âł", - "uls ions", - "Ġcritic ised", - "æ¸ ¯", - "Dep art", - "ĠGlass es", - "Åĵ uvre", - "Ġorn ate", - "mk dir", - "Ġrév olution", - "t ut", - "Ġm iedo", - "ĠD umb", - "ĠD EM", - "Ġsh rew", - "are na", - "ĠV iel", - "ign a", - "Ġsk up", - "Ġconst at", - "Ġmind estens", - "Com patible", - "Ġbud ou", - "Ġsepar at", - "ĠRad i", - "ĠFab ulous", - "ĠGran ada", - "icar bon", - "Ġamaz ement", - "ĠLazar us", - "A mber", - "] ],", - "y lp", - "our des", - "ĠF H", - "ann is", - "Ġgener ational", - "Ġland owners", - "ĠPol ly", - "Ġalle z", - "ĠJul io", - "prot ect", - "Ġtecn ologia", - "Ġcushion ing", - "Incre asing", - "Ġhyster ical", - "h nen", - "out door", - "Ġinst ill", - "ĠCent ennial", - "Ġvo ilÃł", - "Ġcart el", - "ér ant", - "sl ider", - "Ġnob les", - "åĽł éĻĢç", - "Ġsor ris", - "太 éĺ", - "ĠPle asure", - "rawd ÄĻ", - "l ub", - "Ġm aje", - "ĠR CA", - "ĠE str", - "ĠE FF", - "au k", - "Ġher m", - "Ġar se", - "fore ign", - "Ġright ful", - "oint ments", - "Ġsize able", - "ĠPre paring", - "95 3", - "ĠHist orically", - "Ġisol ating", - "ĠHyd ra", - "Ġital ian", - "Ġreign ing", - "Ġcomport ement", - "Ġgigg led", - ", #", - "m akes", - "u ars", - "ĠS ow", - "Ġpro clamation", - "ĠW ills", - "ap ar", - "ĠAc ne", - "éĤ£ ç§į", - "ĠJo ined", - "dist ribution", - "ĠPs alms", - "ĠJur is", - "Ġerv aring", - "Ġhele maal", - "Stra ight", - "Ire land", - "Ġan ew", - "Ġl ernen", - "st arch", - "ĠFor ced", - "Ġlight house", - "LE CTION", - "fl akes", - "Ġarm ored", - "Sub st", - "Ġlunch time", - "inf used", - "ĠFel ipe", - "ĠKay la", - "yll is", - "Ġblij ven", - "ĠDex ter", - "ĠczÅĤ owie", - "m oor", - "s we", - "ri pe", - "Ġag nostic", - "Ġund efeated", - "Ġrem ission", - "omm age", - "Ġreal ising", - "ĠEx ist", - "Ġhard y", - "gu est", - "olic ies", - "Ġcere als", - "ãĤ Į", - "Ġbot an", - "ÈĽie i", - "Lower Case", - "Ġvene ers", - "Liqu id", - "T ES", - "] $", - "Ġt ides", - "he b", - "Ġe agles", - "ĠH umb", - "ĠL ambda", - "ys ÅĤ", - "Ġspe z", - "ĠAcc idents", - "ioni ert", - "Ġfond ly", - "ĠPolit ik", - "alg orithm", - "Ġdetr iment", - "Ġelong ated", - "Ġwhirl wind", - "widet ilde", - "Z ur", - "g iv", - "Ġm â", - "Ġto pper", - "ver a", - "ĠD ough", - "ĠH add", - "Ġcl iché", - "ĠIn clusive", - "Ġam aze", - "Ġra ined", - "br ig", - "Log ging", - "æĮ ij", - "help ers", - "Ġbalcon ies", - "Ġalloc ations", - "Ġidyll ic", - "R uth", - "Ġal z", - "Ġat end", - "Ġch an", - "Ġte quila", - "ys m", - "ied e", - "ĠAd der", - "Ġprim al", - "po z", - "sec urities", - "ĠMod ular", - "ĠFound ing", - "Ġcompre hens", - "Ġinspect ing", - "occup ied", - "ĠInvis align", - "b ob", - "Ġf icar", - "il m", - "Ġne em", - "Ġsp iked", - "amm u", - "Ġauthent icate", - "ĠMS G", - "ĠRub io", - "IAL S", - "ĠGru po", - "Ġn fl", - "Ġdel ir", - "IT ES", - "Ġmaterial es", - "ĠMark er", - "Ġmens aje", - "Ġunderm ining", - "Rub y", - "ig gers", - "ĠG und", - "ys er", - "aj ÃŃcÃŃ", - "Ġmakes hift", - "Ġhit ters", - "Ġpool ed", - "Ġcivil isation", - "Ġfasc ia", - "Ġgrass y", - "Ġembark ing", - "Ġexagger ation", - "ĠAngeb ote", - "C upid", - "F acts", - "ch r", - "ĠP c", - "ĠP ek", - "Ġins cribed", - "Ad mission", - "ĠDE BUG", - "js iegel", - "89 7", - "Gu ests", - "ĠJar vis", - "Ġdisinfect ion", - "Ġpenn ies", - "mor ning", - "Dead line", - ". <<", - "Ġp iling", - "Ġm oose", - "ĠD uff", - "ĠN arrow", - "Ġout spoken", - "Ġhon ours", - "RA G", - "Ġwa ive", - "ĠHand ler", - "ĠCur ious", - "ĠPR ICE", - "abs or", - "Ġsyst èmes", - "chem ia", - "Ġa lex", - "ĠC rem", - "ĠC TO", - "ĠL U", - "Ġim balances", - "ied ziaÅĤ", - "Ġins gesamt", - "sh ows", - "wh ole", - "(' #", - "Ph oenix", - "Ġcho isi", - "Ġthanks giving", - "ĠGold stein", - "uj ourd", - "ĠBra h", - "Ġapt itude", - "Ġmalad ies", - "Ġunwa vering", - "f rog", - "Ġal pine", - "ĠK ling", - "Ġsp rite", - "ec onom", - "Ġtra ctors", - "omen ess", - "ĠCam eras", - "Ġweak ly", - "Ġfle as", - "ĠMov es", - "uther land", - "ĠTam ar", - "ĠPros per", - "Ġappre hend", - "D emon", - "Ġm pg", - "ĠT uscany", - "ĠW rang", - "ĠE int", - "ĠYou T", - "Ġsub group", - "Ġwatch dog", - "Ġacqu ist", - "Ġskill ful", - "éri ences", - "Op ens", - "ĠParliament ary", - "ä¿Ŀ æĮģ", - "ĠTud or", - "C ite", - "j ach", - "k appa", - "p hed", - "Ġm ik", - "ll ll", - "Ġbar ric", - "Ġinfl amed", - "col i", - "Ġma estro", - "EC A", - "Ġattract iveness", - "Ġec stasy", - "Ġexempl o", - "Cand idates", - "ĠBuh ari", - "P ont", - "s igh", - "´ ä", - "Ð ¡", - "Ġf arlo", - "ĠM afia", - "Ġv yt", - "ĠG im", - "ĠO j", - "ĠY arn", - "Ġart istry", - "Ġdirect eur", - "bo om", - "ser ious", - "Un iform", - "rab ble", - "ĠAp ocalypse", - "åįģ äºĮ", - "äng en", - "ims y", - "Ġgerm any", - "ðŁĺ Ĥ", - "ĠEli as", - "Ġdesenvol v", - "Ġburge oning", - "L it", - "Ġin icio", - "as her", - "ĠF ired", - "ist ik", - "ous al", - "ĠK W", - "Ġstaff ers", - "Ġfiles ystem", - "ĠHD D", - "open ia", - "Ġdéc ouverte", - "ĠMack enzie", - "ĠVir go", - "Ġhoch wert", - "Ġwart ime", - "Ġhe reditary", - "ĠP acks", - "ult ura", - "Ġaw oke", - "cor ner", - "Christ ine", - "ĠLiter ally", - "Ġmemor ize", - "âĹ ĭ", - "Isa iah", - "o Ã", - "ĠD z", - "ĠF ract", - "Ġdi aries", - "att rs", - "Ġcard stock", - "Ġdoubt less", - "ĠIll ustration", - "ĠInstall ing", - "Ġvid é", - "infect ion", - "Ġwrest le", - "Advert ising", - "ĠShield s", - "k ry", - "s ugar", - "ĠC SP", - "Ġr attle", - "ĠE ly", - "ast anza", - "Ġar sen", - "á logo", - "pr one", - "ĠQ T", - "ij s", - "ma ids", - "Ġbeaut é", - "ĠRep ública", - "Ġbar ber", - "ĠMod ules", - "Ġlymph ocytes", - "ĠSculpt ure", - "L iver", - "P ix", - "Ġh ibern", - "Ġg ist", - "ĠS AY", - "ĠB ikes", - "ult ima", - "Ġins ensitive", - "ĠAl fa", - "ĠDo e", - "ĠKe ystone", - "Ġaw es", - "åĨ ¬", - "Ġgoal ie", - "ĠBel ize", - "des ktop", - "西 æĸ", - "çĪ ¬", - "Business es", - "Ġanecd otal", - "compet itive", - "ottes ville", - "½ ¹", - "ĠF ingers", - "ĠR uns", - "so far", - "Ġman or", - "ile ver", - "ĠQ in", - "ĠApp earance", - "ĠCent res", - "And erson", - "Ġheart break", - "ĠNot ably", - "Ġfilm making", - "Ġgra ppling", - "Mar co", - "ĠBow en", - "Ġsculpt ed", - "Ġabb astanza", - "Ġrecol lection", - "Ġdistint os", - "nab la", - "N ES", - "al ready", - "ĠP anch", - "ĠD enny", - "ĠE ASY", - "ans er", - "Ġpe ep", - "Ġwork book", - "Ġend ocrine", - "ĠNew est", - "ĠQu incy", - "ĠEr rors", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠ", - "Class Name", - "Ġexplan atory", - "Ġscrew driver", - "plan ning", - "аРº", - "ĠIron ically", - "æ£ Ģ", - "B old", - "ĠA ph", - "ĠE HR", - "ull o", - "ann ual", - "Ġsun sets", - "ĠCoun selling", - "Ġtight ness", - "OC s", - "Ġmol asses", - "åģ ¥", - "Ġlleg a", - "Camp us", - "Ġcinem at", - "ĠBets y", - "ĠThess alon", - "Ġs inn", - "ĠB ites", - "and rol", - "ä lp", - "br ingen", - "ior a", - "ĠCont ra", - "ĠPres cott", - "DA O", - "âĸ ¶", - "Mov ies", - "Ġb ends", - "Ġth a", - "Ġl è", - "Ġg at", - "Ġch ut", - "Ġch ien", - "ia ÅĤ", - "Ġcomp ren", - "vel ess", - "ath ons", - "Ġmar ches", - "ĠEr st", - "èµ· äºĨ", - "ĠVill as", - "PO INT", - "Ġcapac itÃł", - "ĠMC U", - "Ġdenom inator", - "ĠClos et", - "Ġimpover ished", - "e as", - "Ġp yl", - "Ġhe res", - "ĠE thel", - "ord ering", - "Ġund eniably", - "Ġhelp en", - "Ġrep osition", - "Ġcr ates", - "Ġpri js", - "Ġobject ifs", - "Bl ank", - "ĠCard iac", - "ĠÎ ´", - "Ġundert ook", - "ograf ie", - "Ġnag ging", - "ĠMorg aine", - "rom es", - "ob ili", - "Ġdev our", - "ĠIN VENTION", - "Ġarr h", - "host ing", - "Br illiant", - "Ġsyn onym", - "Ġeing es", - "G el", - "ç µ", - "ĠM OS", - "nd ung", - "ĠK idd", - "Ġpr acht", - "Ġind icted", - "ĠIs ra", - "ij f", - "ubl ik", - "Ar gent", - "ĠVal idate", - "Or acle", - "ĠMor ph", - "Ġshield ed", - "Cent re", - "ĠBeth any", - "hig hest", - "Ġm amma", - "ac ola", - "ant ry", - "Ġne ues", - "Ġpo ÅĽ", - "ween ey", - "ĠSp are", - "ĠMan uscript", - "ĠEl iza", - "Ġcomment ers", - "ĠAng er", - "da o", - "Ġgest e", - "ĠProdu ced", - "ĠIncre ases", - "Ġdialog ues", - "Loc ations", - "Educ ational", - "K arl", - "P ie", - "gg a", + "U MENT", + "▁SH ALL", + "▁SHA LL", + "▁comm anded", + "▁command ed", + "▁withdraw al", + "io ur", + "i our", + "REG ION", + "s printf", + "▁в ме", + "▁Pay ment", + "▁ Payment", + "▁A nim", + "▁An im", + "▁ Anim", + "pub lish", + "▁se eks", + "▁see ks", + "▁seek s", + "ou w", + "o uw", + "▁G M", + "▁ GM", + "ru gu", + "rug u", + "r ugu", + "us tain", + "ust ain", + "usta in", + "▁) )", + "▁ ))", + "▁consult ing", + "▁D ialog", + "▁ Dialog", + "▁L ars", + "▁La rs", + "▁Lar s", + "▁crit ique", + "▁circ ulation", + "▁circul ation", + "▁land sc", + "▁lands c", + "man aged", + "▁C raft", + "▁Cr aft", + "▁Cra ft", + "▁h erman", + "▁her man", + "af i", + "a fi", + "am y", + "a my", + "▁disc our", + "▁disco ur", + "<> (", + "< >(", + "▁St eph", + "▁Ste ph", + "▁Step h", + "▁toler ance", + "type name", + "typ ename", + "typen ame", + "vent ions", + "vention s", + "zi ał", + "z iał", + "ст ов", + "сто в", + "с тов", + "▁st icking", + "▁stick ing", + "AS C", + "A SC", + "IS O", + "I SO", + "▁Sp encer", + "▁Di dn", + "▁Did n", + "gom ery", + "im iter", + "imit er", + "imi ter", + "dr u", + "d ru", + "Cl ause", + "▁sl ides", + "▁slide s", + "▁slid es", + "## #", + "# ##", + "▁S ugar", + "▁Su gar", + "H Y", + "▁э ти", + "▁Ed wards", + "▁Edward s", + "▁c ents", + "▁cent s", + "oy a", + "o ya", + "ser ts", + "sert s", + "s erts", + "▁H ass", + "▁Ha ss", + "▁Has s", + "▁in gen", + "▁ing en", + "▁ ingen", + "ст ри", + "с три", + "▁s addle", + "sol id", + "s olid", + "▁ch ampions", + "▁champion s", + "▁champ ions", + "- )", + "▁S lov", + "▁Sl ov", + "▁sh iny", + "▁* )&", + "▁*) &", + "▁Def ine", + "č e", + "▁scr ut", + "on den", + "ond en", + "onde n", + "'\" ,", + "' \",", + "uf fs", + "uff s", + "▁o lymp", + "id ential", + "ident ial", + "wa nd", + "wan d", + "w and", + "▁ann ually", + "▁annual ly", + "▁Ark ansas", + "▁s aint", + "▁sa int", + "▁gle ich", + "▁per fection", + "▁perfect ion", + "▁perf ection", + ") >", + "▁sh orts", + "▁short s", + "▁just ified", + "pe ated", + "peat ed", + "pack ages", + "package s", + "dr iven", + "drive n", + "d riven", + "▁Liber ty", + "▁str ipped", + "▁stri pped", + "▁strip ped", + "ше ние", + "▁fün f", + "▁e cosystem", + "ix a", + "i xa", + "▁F resh", + "▁Fr esh", + "▁Fre sh", + "var t", + "va rt", + "v art", + "▁tre ats", + "▁treat s", + "▁st ance", + "▁stan ce", + "▁ stance", + "чё т", + "ч ёт", + "▁p ity", + "▁pi ty", + "▁pit y", + "ad ém", + "▁о кон", + "▁ок он", + "▁C hand", + "▁Ch and", + "▁Cha nd", + "ra b", + "r ab", + "вши й", + "в ший", + "in ski", + "ins ki", + "▁contin ually", + "▁continu ally", + "▁D addy", + "▁Dad dy", + "▁night mare", + "ic ional", + "ici onal", + "icio nal", + "icion al", + "▁e fect", + "ue blo", + "▁l anç", + "▁lan ç", + "▁Col lections", + "▁Collection s", + "▁Collect ions", + "▁ Collections", + "du e", + "d ue", + "am pton", + "amp ton", + "▁mem cpy", + "▁ memcpy", + "▁* *(", + "▁** (", + "is sent", + "iss ent", + "isse nt", + "issen t", + "▁In sp", + "▁Ins p", + "▁Glas gow", + "▁fur ono", + "▁kind ness", + "B i", + "▁comp eted", + "▁compet ed", + "▁compete d", + "▁o ak", + "L arge", + "▁dis gu", + "▁disg u", + "▁k ings", + "▁king s", + "▁kin gs", + "та ми", + "▁st uffed", + "▁stuff ed", + "▁h ilar", + "▁hi lar", + "pub lished", + "publish ed", + "▁st ressed", + "▁str essed", + "▁stress ed", + "▁Pe ak", + "▁lo ader", + "▁load er", + "▁ loader", + "Key board", + "▁re construction", + "▁v od", + "▁vo d", + "▁ vod", + "▁d un", + "▁du n", + "▁understand s", + "te nant", + "ten ant", + "▁ch aque", + "▁cha que", + "▁pre jud", + "ut at", + "uta t", + "u tat", + "▁u so", + "▁us o", + "▁ uso", + "▁He avy", + "▁cu atro", + "▁side walk", + "▁B ug", + "▁Bu g", + "▁mån aden", + "ge o", + "▁un ited", + "▁unit ed", + "▁F iles", + "▁Fil es", + "▁File s", + "▁Fi les", + "▁ Files", + "▁А ль", + "▁Ал ь", + "▁rug by", + "▁fin ancing", + "▁financ ing", + "▁com ply", + "▁comp ly", + "▁compl y", + "& #", + "▁r ushing", + "▁rush ing", + "▁rus hing", + "▁f en", + "▁fe n", + "▁ fen", + "mon g", + "mo ng", + "m ong", + "▁sp é", + "▁present ing", + "IN CLUDING", + "ě l", + "zeich nung", + "Back up", + "▁pe tit", + "▁pet it", + "▁all erg", + "▁alle rg", + "▁aller g", + "ну т", + "н ут", + "▁wor rying", + "▁worry ing", + "▁m amm", + "▁ma mm", + "▁oper and", + "▁opera nd", + ":%.* ]]", + "▁real ise", + "Comm ands", + "Command s", + "▁B ew", + "▁Be w", + "▁ass umes", + "▁assum es", + "▁assume s", + "▁Co vid", + "▁Cov id", + "▁qu and", + "ty ard", + "t yard", + "▁M ono", + "▁Mon o", + "▁Mo no", + "lin ked", + "link ed", + "M ARK", + "Es p", + "E sp", + "▁bless ing", + "▁eyeb rows", + "▁N V", + "▁ NV", + "▁ст ру", + "▁ стру", + "▁mod eling", + "▁model ing", + "▁mode ling", + "▁gre eted", + "Work space", + "▁pe dest", + "▁ped est", + "▁не за", + "lem agne", + "Stat istics", + "▁a ument", + "▁au ment", + "▁spe eds", + "▁speed s", + "▁synd rome", + "CONNE CT", + "za hl", + "z ahl", + "ver so", + "vers o", + "érc ito", + "▁astr onom", + "▁ap rile", + "▁apr ile", + "▁april e", + "že n", + "ž en", + "ве ро", + "вер о", + "dr aft", + "d raft", + "▁g ioc", + "▁gi oc", + "▁com port", + "▁comp ort", + "▁var iance", + "▁vari ance", + "▁real izing", + "▁realiz ing", + "ED IT", + "оло ві", + "▁e star", + "▁est ar", + "▁es tar", + "▁esta r", + "▁s ost", + "▁so st", + "N ORMAL", + "▁ ó", + "▁And r", + "▁An dr", + "ATTR IB", + "▁re de", + "▁r ede", + "▁red e", + "▁t oes", + "▁to es", + "▁toe s", + "▁adv ances", + "▁advance s", + "▁Again st", + "TO M", + "T OM", + "rs s", + "r ss", + "MM MM", + "▁ne west", + "▁new est", + "▁V ER", + "▁ VER", + "▁phrase s", + "▁phr ases", + "an ter", + "ant er", + "ante r", + "La unch", + "▁c hr", + "▁ch r", + "▁ chr", + "▁manufact ured", + "$) ,", + "$ ),", + "roll ment", + "es ton", + "est on", + "esto n", + "e ston", + "▁pe int", + "” )", + "en det", + "end et", + "ende t", + "▁H air", + "▁Ha ir", + "ival ent", + "▁up right", + "gr en", + "gre n", + "g ren", + "an ked", + "ank ed", + "wr ight", + "w right", + "▁m ast", + "▁ma st", + "▁mas t", + "▁on Change", + "▁de bris", + "▁deb ris", + "▁g rap", + "▁gr ap", + "▁gra p", + "et ry", + "etr y", + "e try", + "▁( __", + "▁(_ _", + "▁ (__", + "▁Com merce", + "BO X", + "T ax", + "▁о три", + "▁от ри", + "▁pre vention", + "▁prevent ion", + "▁prev ention", + "▁Fe el", + "▁ex otic", + "▁B ark", + "▁Bar k", + "▁S team", + "▁Ste am", + "fo n", + "f on", + "ol in", + "oli n", + "o lin", + "▁elim inated", + "▁eliminate d", + "▁b c", + "▁ bc", + "▁C ycl", + "▁Cy cl", + "▁$ (\"#", + "▁ $(\"#", + "▁P arl", + "▁Par l", + "▁Pa rl", + "man uel", + "os pher", + "osp her", + "osph er", + "W F", + "An aly", + "Anal y", + "▁nav ig", + "▁re nown", + "▁ren own", + "R x", + "▁W alt", + "▁Wal t", + "▁Wa lt", + "uf fed", + "uff ed", + "▁f oster", + "▁fo ster", + "▁fost er", + "▁fos ter", + "$ :", + "sh ore", + "Conne ctor", + "Conn ector", + "Connect or", + "фи ка", + "▁real ization", + "▁realiz ation", + "L i", + "ct xt", + "ctx t", + "c txt", + "ah oo", + "aho o", + "▁mir acle", + "▁E T", + "▁ ET", + "▁G PS", + "▁GP S", + "▁Observ able", + "▁h f", + "▁ hf", + "▁magnific ent", + "не го", + "BI N", + "B IN", + "▁D orf", + "▁Do rf", + "▁Dor f", + "ie ck", + "ve e", + "v ee", + "▁C raw", + "▁Cr aw", + "▁Cra w", + "/ #", + "▁p ci", + "▁pc i", + "▁ pci", + "ip pet", "ipp et", - "Ġcollect ibles", - "Ġnit ric", - "attan ooga", - "ĠLoad er", - "Ġbang s", - "Ġpersecut ed", - "Ġcalibr ated", - "Ġjewe ils", - "Ġacadem ically", - "j ung", - "v ÄĽt", - "Î ¬", - "Ġo amen", - "ĠW izards", - "ĠO lsen", - "Ġen closures", - "Ġtr atar", - "Ġinc o", - "Ġsal ut", - "ĠAss am", - "Ġsn ark", - "olic ited", - "Sm ooth", - "arna ast", - "Ġace astÄĥ", - "Ġmoo i", - "Ġfamili as", - "ĠLoyal ty", - "Ġk ok", - "ĠK ylie", - "Ġein igen", - "empl oi", - "ĠFar ben", - "Ġbenefici os", - "ĠSY STEM", - "ĠMidd les", - "ĠW ines", - "Ġdis arm", - "St rike", - "ĠInd igo", - "ĠFin ale", - "ĠBank er", - "æĽ´ åĬł", - "Ġapost le", - "ĠWet ter", - "ĠJama ican", - "Ġprá ct", - "Ġunderm ined", - "Ġauditor ium", - "ĠSupervis ors", - "Kont akt", - "9 69", - "A MA", - "V acc", - "z ul", - "É Ļ", - "Ġa ime", - "re au", - "Ġw retched", - "Ġf ountains", - "Ġm Ah", - "face book", - "Ġobject if", - "ÄĽ jÅ¡ÃŃ", - "UN IT", - "Ġvac ances", - "Ġho he", - "ãĢĤ\" (", - "Ġportray ing", - "ĠnÃ¥ gra", - "âĢ¢âĢ¢ âĢ¢âĢ¢", - "ĠDifficult y", - "M ach", - "N ah", - "Ġl ads", - "ĠS ánchez", + "▁Hill ary", + "▁g ir", + "▁gi r", + "▁r and", + "▁ran d", + "▁ra nd", + "▁ rand", + "▁la ying", + "▁lay ing", + "▁D ifferent", + "bo ys", + "boy s", + "vi rt", + "vir t", + "v irt", + "▁enc ryption", + "ás z", + "á sz", + "по р", + "п ор", + "▁sm elled", + "▁smell ed", + "▁sus cept", + "cl uded", + "clude d", + "▁C arn", + "▁Car n", + "▁Ca rn", + "ig ten", + "igt en", + "igte n", + "▁Ch uck", + "▁Prov inc", + "▁per í", + "▁Mar shal", + "▁Mars hal", + "▁ Marshal", + "мо ж", + "g fx", + "os hi", + "osh i", + "▁W HE", + "▁WH E", + "▁relax ation", + ", .", + "we re", + "wer e", + "w ere", + "▁var ieties", + "▁W on", + "▁Wo n", + "▁g aps", + "▁gap s", + "▁ga ps", + "▁st ole", + "▁sto le", + "ig ua", + "igu a", + "ющи е", + "▁Ham pshire", + "ph rase", + "▁pel ícula", + "Process ing", + "▁initial ization", + "oust ic", + "▁Jose f", + "▁Jos ef", + "ic ating", + "ica ting", + "▁good ness", + "TE S", + "T ES", + "▁c ope", + "▁co pe", + "▁cop e", + "▁ cope", + "▁ignor ance", + "▁B rist", + "▁Br ist", + "▁par as", + "▁para s", + "▁pa ras", + "▁accident ally", + "▁t and", + "▁tan d", + "▁ta nd", + "it test", + "itt est", + "itte st", + "▁у ли", + "▁sh ipped", + "▁ship ped", + "▁о ст", + "▁ос т", + "else if", + "▁u size", + "▁us ize", + "hor izontal", + "▁C arr", + "▁Car r", + "▁Ca rr", + "▁pre cip", + "▁prec ip", + "ro z", + "r oz", + "path etic", + "pat hetic", + "ri ved", + "riv ed", + "rive d", + "r ived", + "ro k", + "r ok", + "▁dig ging", + "мо м", + "▁M ull", + "▁Mu ll", + "▁Mul l", + "▁X III", + "▁XII I", + "▁XI II", + "▁pe as", + "▁f oul", + "▁fo ul", + "▁fou l", + "▁travel s", + "▁trav els", + "▁N g", + "▁состав е", + "▁соста ве", + "Mon t", + "Mo nt", + "M ont", + "ar de", + "ard e", + "▁Ste fan", + "^^ ^^", + "▁K iss", + "▁Ki ss", + "▁E k", + "▁ok tober", + "▁mem orable", + "▁memor able", + "') ).", + "')) .", + "' )).", + "▁V ision", + "▁Vis ion", + "▁N ina", + "▁Ni na", + "▁Nin a", + "▁S olar", + "▁So lar", + "▁Sol ar", + "▁highlight ed", + "▁me mo", + "▁mem o", + "me isterschaft", + "side bar", + "SE E", + "S EE", + "▁Nev ada", + "D a", + "▁draw er", + "ast ically", + "astic ally", + "el de", + "eld e", + "sc ribed", + "scri bed", + "scribe d", + "scrib ed", + "▁pri ests", + "▁priest s", + "▁hom mes", + "▁homme s", + "▁in structor", + "▁instruct or", + "кла д", + "▁sp ett", + "▁spe tt", + "\\ -", + "▁ми ра", + "▁ мира", + "▁Look s", + "▁Lo oks", + "▁sle eve", + "▁strong est", + "▁t ête", + "▁Nic ole", + "▁Ni cole", + "▁Nicol e", "im per", - "ad ot", - "ĠL ia", - "ĠG LO", - "Ġpe ering", - "Ġpo ppy", - "Ġpriv il", - "Ġpain staking", - "lo Å", - "Ġattend ants", - "Ġoptim ally", - "Ġsched uler", - "ĠYoung er", - "Elect rical", - "Ġmatur ation", - "Ġconsomm ation", - "Ġrelic s", - "Ġunquestion ably", - "V AR", - "r ama", - "s ensor", - "at rix", - "le es", - "ĠB ai", - "Ġne go", - "Ġatt rib", - "ĠJack ets", - "Ġanx iously", - "Ġterrit oire", - "Ġber th", - "Ġbail out", - "w it", - "Ġw ert", - "oc yan", - "Ġun load", - "Ġcl it", - "ĠK ins", - "Ġfl urry", - "ral tar", - "ps ons", - "RE SP", - "endo za", - "Ġfamiliar ize", - "NS String", - "idem ment", - "Ġrebell ious", - "FUN C", - "Ġoverc ame", - "P reference", - "R FC", - "b ours", - "m isc", - "or ice", - "ĠA pt", - "ĠW ishes", - "ib et", - "ire r", - "ĠSt anton", - "á me", - "Ġbo a", - "put ed", - "Ġbegin nen", - "rab a", - "ä¸Ń 央", - "Ġsquare ly", - "ÑĢ а", - "Ġprz eds", - "Ġmie Äĩ", - "Ġaument ar", - "Ġnaturale za", - "Ġricon os", - "P ET", - "Ġw ither", - "ay ne", - "ĠA IS", - "Ġr anger", - "int érêt", - "Ġtra pping", - "ĠLe hr", - "Ġfil ament", - "ĠCal ab", - "ĠPol ski", - "Ġsil enced", - "ĠPal ermo", - "Ġrom ant", - "ĠFrank ly", - "ĠFind s", - "Ġtor ped", - "ĠÄį ást", - "Ġdiplom ats", - "Ġsolic itor", - "ĠRecon struction", - "Nich olas", - "ĠA hora", - "ĠN ing", - "ĠN are", - "Ġj ol", + "imp er", + "на ча", + "ip per", + "ipp er", + "▁in won", + "il ers", + "ile rs", + "iler s", + "i lers", + "▁Dep uty", + "og e", + "o ge", + "▁de pressed", + "▁dep ressed", + "▁depress ed", + "▁ar te", + "▁art e", + "▁ arte", + "▁comb ining", + "LA ST", + "L AST", + "in ted", + "int ed", + "inte d", + "▁A verage", + "▁Ave rage", + "▁poll ution", + "▁Phill ips", + "▁W M", + "▁ WM", + "}} }\\", + "}}} \\", + "} }}\\", + "Add ed", + "Ad ded", + "▁per ipher", + "Creat ion", + "C reation", + "▁ital ien", + "▁Ch oice", + "▁Cho ice", + "▁ Choice", + "▁EX PRESS", + "▁St ruct", + "▁Str uct", + "▁ Struct", + "ys z", + "y sz", + "Res ize", + "Re size", + "AR GS", + "ARG S", + "▁re po", + "▁rep o", + "▁ repo", + "▁что бы", + "▁p ref", + "▁pre f", + "▁pr ef", + "▁ pref", + "▁earth qu", + "▁Ме кси", + "▁F inale", + "▁Fin ale", + "▁Final e", + "▁h echo", + "▁he cho", + "requ ests", + "request s", + "C ut", + "▁des erved", + "▁deserve d", + "го во", + "гов о", + "▁Re cent", + "▁Rec ent", + "▁ди визи", + "▁support ive", + "пра ви", + "прав и", + "▁irre levant", + "' \r", + "▁c trl", + "▁ ctrl", + "▁De al", + "iz ada", + "iza da", + "u o", + "▁n ort", + "▁no rt", + "▁nor t", "ge ometry", - "Ġun beatable", - "Ġdec als", - "Ġer fÃ", - "ĠShe er", - "Ġcent imeters", - "Ġenc ro", - "Ġap ocalypse", - "Ġfill es", - "UM E", - "ĠFol ge", - ";; ;;", - "ĠGed anken", - "ĠGesund heit", - "k ot", - "s olution", - "v irt", - "å «", - "in Äĥ", - "he on", - "Ġn ifty", - "ĠD ye", - "red uction", - "pe ek", - "ink ler", - "Ġass uring", - "Ġpublic s", - "Re asons", - "Ġé to", - "Ġfre aked", - "Ġpopular ly", - "ĠCH RIST", - "Ev idence", - "æĽ´ å¤ļ", - "9 79", - "< >(", - "ĠM utter", - "ĠB TS", - "ĠD ass", - "ate le", - "Ġr yth", - "chn ik", - "Ġmov imento", - "Ġsch affen", - "Sl ide", - "Ġreass ured", - "ĠDecor ative", - "ĠLond res", - "[ *", - "Ġh mm", - "ĠT isch", - "ĠB SD", - "ĠF ringe", - "ning ton", + "geo metry", + "▁Individ ual", + "er eg", + "ere g", + "e reg", + "▁при ня", + "cre f", + "cr ef", + "c ref", + "═ ═", + "▁com erc", + "▁come rc", + "= _", + "bu nd", + "b und", + "та х", + "il en", + "ile n", + "i len", + "чи та", + "▁corpor ation", + "es z", + "e sz", + "▁= =>", + "▁== >", + "ab lish", + "abl ish", + "Ap r", + "A pr", + "▁r ipped", + "▁ri pped", + "▁rip ped", + "Var s", + "V ars", + "st ret", + "str et", + "stre t", + "▁Frances co", + "Na N", + "▁any time", + "▁autom ated", + "ost ream", + "o stream", + "▁draw ings", + "▁drawing s", + "▁enhance ment", + "ok rat", + "▁Iss ue", + "в ра", + "Cur rency", + "▁w yn", + "▁wy n", + "izar re", + "ét ico", + "mult iple", + "multi ple", + "multip le", + "▁R ate", + "▁Ra te", + "▁Rat e", + "▁ Rate", + "▁I ch", + "▁A uss", + "▁Aus s", + "▁Au ss", + "▁For mer", + "▁Form er", + "Cur ve", + "▁mar vel", + "att ro", + "attr o", + "▁с п", + "BO OL", + "си я", + "go ld", + "g old", + "▁N intendo", + "▁Salv ador", + "▁S olution", + "▁Sol ution", + "AD C", + "A DC", + "бо ра", + "бор а", + "▁Ben nett", + "▁F R", + "▁ FR", + "▁pu eden", + "▁pued en", + "▁puede n", + "pat ient", + "▁P G", + "▁ PG", + "▁J in", + "▁Ji n", + "▁cr ashed", + "▁crash ed", + "▁d enen", + "▁de nen", + "▁den en", + "▁S ample", + "▁Sam ple", + "▁ Sample", + "▁Que bec", + "it ories", + "itor ies", + "ito ries", + "itori es", + "▁b linked", + "▁blink ed", + "▁l ion", + "▁li on", + "▁vo ce", + "▁voc e", + "▁Imp act", + "▁M au", + "▁Ma u", + "▁N ie", + "▁Ni e", + "▁l ob", + "▁lo b", + "▁д ве", + "or neys", + "orney s", + "orne ys", + "▁coast al", + "▁s ensors", + "▁sens ors", + "▁sensor s", + "▁X II", + "▁XI I", + "▁ill usion", + "oj i", + "o ji", + "▁I NC", + "▁IN C", + "▁Dun can", + "y k", + "▁affect ing", + "pu l", + "p ul", + "▁Napole on", + "▁а каде", + "▁com pt", + "▁comp t", + "▁prof itable", + "▁profit able", + "lo e", + "l oe", + "▁deux ième", + "▁W C", + "▁ WC", + "▁v iable", + "▁vi able", + "▁via ble", + "▁D rug", + "▁Dr ug", + "▁Dru g", + "Text Box", + "▁lum inos", + "au té", + "aut é", + "y c", + "št ě", + "▁affili ates", + "▁affiliate s", + "il da", + "ild a", + "con duct", + "cond uct", + "▁e benfalls", + "▁A MD", + "▁AM D", + "▁Mon itor", + "▁ Monitor", + "▁Compan ies", + "▁correct ed", + "▁corre cted", + "ä ck", + "SY STEM", + "other apy", + "▁п еред", + "▁пере д", + "▁пе ред", + "▁bl ues", + "▁blue s", + "at isf", + "ati sf", + "atis f", + "al though", + "alth ough", + "ro st", + "ros t", + "r ost", + "SC AN", + "S CAN", + "▁R AM", + "ці ональ", + "▁vend ors", + "▁vendor s", + "▁custom s", + "▁cust oms", + "▁activ ate", + "▁ activate", + "▁b logs", + "▁bl ogs", + "▁blo gs", + "▁blog s", + "▁br ace", + "▁bra ce", + "▁ brace", + "▁st rat", + "▁str at", + "▁stra t", + "an je", + "anj e", + "щ ё", + "▁t ide", + "▁tid e", + "▁ti de", + "▁Brig ade", + "get Operand", + "▁al iment", + "▁ali ment", + "▁achieve ments", + "▁achievement s", + "▁suspic ion", + "▁susp icion", + "▁touch down", + "br oad", + "bro ad", + "b road", + "io re", + "ior e", + "i ore", + "Compar ison", + "▁m um", + "▁mu m", + "Eng lish", + "▁P icture", + "▁Pict ure", + "▁M ouse", + "▁Mo use", + "▁ Mouse", + "am d", + "a md", + "▁[ `", + "▁den omin", + "▁denom in", + "▁Al eks", + "▁Ale ks", + "▁pr events", + "▁prevent s", + "▁prev ents", + "ó b", + "fe d", + "f ed", + "▁P ray", + "▁Pr ay", + "▁Pra y", + "▁sh ine", + "▁ shine", + "▁cl utch", + "mu x", + "m ux", + "App ro", + "Ap pro", + "▁not ably", + "ch io", + "chi o", + "na ge", + "n age", + "HA S", + "H AS", + "▁' )", + "▁ ')", + "▁M iche", + "▁Mich e", + "▁Mic he", + "▁Mi che", + "t g", + ":: ~", + "▁am ely", + "▁ro dz", + "▁rod z", + "z s", + "tr ait", + "tra it", + "t rait", + "▁k lass", + "▁kl ass", + "▁ klass", + "f ö", + "▁dest ac", + "▁Cl ara", + "▁Clar a", + "f requency", + "▁G it", + "▁Gi t", + "▁по ль", + "▁пол ь", + "▁frequ encies", + "▁febr ero", + "▁st umbled", + "ко ю", + "▁N ames", + "▁Name s", + "▁Na mes", + "▁Nam es", + "▁ Names", + "▁F light", + "▁Fl ight", + "▁p rey", + "▁pre y", + "▁pr ey", + "▁med io", + "▁medi o", + "▁V AR", + "▁VA R", + "▁ VAR", + "▁F loat", + "▁Flo at", + "▁ Float", + "▁Ern est", + "▁Marc atori", + "op ort", + "o port", + "▁cancel lation", + "▁cancell ation", + "▁Br yan", + "▁Bry an", + "—— ——", + "Lu c", + "L uc", + "▁li bre", + "▁lib re", + "▁t ítulo", + "* >", + "▁S andy", + "▁San dy", + "▁Sand y", + "▁Mar ina", + "Be en", + "B een", + "▁w al", + "▁wa l", + "▁ wal", + "▁K ultur", + "▁expl ode", + "▁explo de", + "▁lim iting", + "▁limit ing", + "▁presum ably", + "▁p b", + "▁ pb", + "▁M erc", + "▁Me rc", + "▁Mer c", + "▁ре ки", + "le arning", + "lear ning", + "learn ing", + "C atalog", + "▁C ensus", + "lt e", + "l te", + "▁N ET", + "▁NE T", + "▁ NET", + "ra ising", + "rais ing", + "rai sing", + "сь ке", + "st aff", + "sta ff", + "▁Qu inn", + "▁mem orial", + "▁memor ial", + "▁memo rial", + "п ня", + "▁cu enta", + "▁X I", + "lb l", + "l bl", + "▁v aries", + "▁var ies", + "▁vari es", + "▁va ries", + "▁fluct uations", + "▁дол ж", + "▁осо би", + "▁ware house", + "How ever", + "▁correct ions", + "▁corre ctions", + "▁correction s", + "dh d", + "d hd", + "▁f als", + "▁fa ls", + "▁fal s", + "▁controvers y", + "▁cur se", + "▁t élé", + "▁té lé", + "ře d", + "ř ed", + "▁A U", + "▁ AU", + "▁т ор", + "▁то р", + "▁ тор", + "▁cr ít", + "id an", + "ida n", + "i dan", + "ili ary", + "iliar y", + "ilia ry", + "▁P anel", + "▁Pan el", + "▁Pa nel", + "▁ Panel", + "cul e", + "cu le", + "c ule", + "▁P oor", + "▁Po or", + "▁B A", + "▁ BA", + "▁ignor ant", + "ème s", + "è mes", + "▁aest hetic", + "Link ed", + "Lin ked", + "get Int", + "Un icode", + "[ @", + "▁Z ent", + "▁Ze nt", + "▁Zen t", + "Man ifest", + "▁v ars", + "▁var s", + "▁va rs", + "▁ vars", + "P B", + "▁в у", + "▁ ву", + "▁De scribe", + "▁Desc ribe", + "▁ Describe", + "▁Any thing", + "oi rs", + "oir s", + "o irs", + "▁s ocks", + "▁so cks", + "▁soc ks", + "▁sock s", + "▁im ped", + "▁imp ed", + "▁ne ue", + "▁neu e", + "▁dis pers", + "▁disp ers", + "Col lect", + "Coll ect", + "file r", + "fil er", + "fi ler", + "f iler", + "▁Fr au", + "▁Fra u", + "▁H ockey", + "▁te ens", + "▁teen s", + "▁Rober to", + "▁Robert o", + "la uf", + "l auf", + "ва ть", + "ват ь", + "▁с ко", + "▁ ско", + "is Array", + "▁teen ager", + "Bu ilt", + "▁loud ly", + "Cap acity", + "▁advent ures", + "▁adventure s", + "▁M olly", + "▁Mol ly", + "rec ogn", + "bar s", + "ba rs", + "b ars", + "▁L or", + "▁Lo r", + "▁pu ò", + "▁m ong", + "▁mon g", + "▁mo ng", + "▁ mong", + "in ement", + "ine ment", + "i nement", + "Ass ignment", + "Assign ment", + "▁d iz", + "▁di z", + "less ness", + "▁H alloween", + "▁bit map", + "▁ bitmap", + "Ro m", + "R om", + "на р", + "н ар", + "▁re bel", + "▁reb el", + "▁rad ial", + "▁radi al", + "me asure", + "ni t", + "n it", + "▁Ass ume", + "▁assign ments", + "▁assignment s", + "▁I sn", + "▁Is n", + "▁al tre", + "▁alt re", + "ße r", + "ß er", + "на ль", + "нал ь", + "н аль", + "▁fl ies", + "▁d roit", + "▁dro it", + "▁thick ness", + "▁en jo", + "▁d well", + "▁dw ell", + "▁hom osexual", + "▁e val", + "▁ev al", + "▁ eval", + "$_ {", + "$ _{", + "as ia", + "asi a", + "▁phil os", + "get Current", + "▁veter ans", + "▁veteran s", + "▁Ber keley", + "▁wild life", + "Co p", + "C op", + "ve rn", + "ver n", + "v ern", + "▁ Ú", + "to s", + "t os", + "▁L ed", + "▁Le d", + "▁key words", + "▁keyword s", + "▁med ications", + "▁medic ations", + "▁medication s", + "ne um", + "▁jam ais", + "▁B uc", + "▁Bu c", + "▁P D", + "▁ PD", + "▁State ment", + "▁Stat ement", + "▁ Statement", + "▁P I", + "▁ PI", + "▁Jack ie", + "▁Jac kie", + "▁ord in", + "▁k ör", + "▁kö r", + "en ze", + "enz e", + "▁util ized", + "▁utiliz ed", + "▁utilize d", + "á ct", + "az ed", + "aze d", + "a zed", + "▁sever ely", + "▁severe ly", + "▁ä ven", + "▁li bro", + "▁lib ro", + "▁E u", + "äs t", + "ä st", + "PAR T", + "PA RT", + "P ART", + "▁But ler", + "▁puzz le", + "F all", + "Count ry", + "C ountry", + "pf n", + "p fn", + "▁у країн", + "▁Or chestra", + "▁al to", + "▁alt o", + "▁anc ora", + "▁decom position", + "▁ م", + "▁appet ite", + "ad u", + "a du", + "▁TH AT", + "▁com enz", + "min a", + "mi na", + "m ina", + "▁init iated", + "▁initi ated", + "▁T at", + "▁Ta t", + "▁some time", + "▁som etime", + "▁somet ime", + "re k", + "r ek", + "br ead", + "bre ad", + "b read", + "▁Stat istics", + "▁ Statistics", + "▁C ob", + "▁Co b", + "F ollow", + "▁ge ometric", + "ш ла", + "▁proceed ings", + "D lg", + "se ven", + "s even", + "▁[ -", + "▁ [-", + "▁Buff alo", + "▁bl acks", + "▁black s", + "▁s ov", + "▁so v", + "▁cust ody", + "▁r as", + "▁ra s", + "▁ ras", + "▁tatto o", + "öffent licht", + "Bl o", + "B lo", + "A ustral", + "▁rec uper", + "ле в", + "л ев", + "▁b em", + "▁be m", + "▁t hou", + "▁th ou", + "ori ented", + "orient ed", + "vi r", + "v ir", + "▁col ony", + "▁colon y", + "▁Stan ford", + "Abs olute", + "ad rat", + "adr at", + "▁S itu", + "▁Si tu", + "▁sou vent", + "EX EC", + "▁m ű", + "▁apart ments", + "▁apartment s", + "▁слу ча", + "▁a no", + "▁an o", + "▁ ano", + "WIN DO", + "ac ci", + "acc i", + "▁L au", + "▁La u", + "co urt", + "cou rt", + "c ourt", + "▁manif old", + "▁coal ition", + "▁X IV", + "▁XI V", + "Att rib", + "Attr ib", + "asc ade", + "▁whe at", + "▁strength s", + "FR EE", + "F REE", + "EMP TY", + "▁h ey", + "▁he y", + "as cular", + "asc ular", + "▁pl asma", + "▁b ob", + "▁bo b", + "Sep arator", + "=\" ${", + "=\"$ {", + "▁Z ag", + "▁Za g", + "▁pro jet", + "▁smooth ly", + "SE QU", + "an aly", + "ana ly", + "anal y", "att achment", - "ĠSp icy", - "Ġmult ilingual", - "Res idents", - "ĠAnn abelle", - "î n", - "Ġlun cheon", - "å© ļ", - "ĠKir che", - "ĠLen in", - "häng ig", - "Alc ohol", - "T U", - "Ġus ize", - "ĠK N", - "Ġbest ellen", - "Ġmind less", - "ĠGr anny", - "Ġartist es", - "ĠMS NBC", - "Red irect", - "ĠBuck ley", - "Ġaccru ed", - "idim ensional", - "G ent", - "M ol", - "o ÅĦ", - "ĠG ing", - "ĠChin atown", - "Fact ors", - "ĠLös ung", - ": âĢĶ", - "? ", - "l j", - "Ġ í", - "ĵ åľ°", - "in ality", - "id ated", - "ĠF unc", - "ĠDe ere", - "aj an", - "Ġgra veyard", - "Comm ands", - "owa ÅĤa", - "ĠSon nen", - "Ġrés erv", - "Ġcré é", - "stud ents", - "Ġpon iewaÅ", - "ĠB istro", - "pl ats", - "Ġcare free", - "ĠEng ines", - "Ġsuit ably", - "ĠMid town", - "wind s", - "Ġshield ing", - "Ġgly col", - "ĠNin th", - "ĠSens ors", - "Ġkidd os", - "Cath olic", - "Ġf urent", - "Ġb outs", - "ĠC oh", - "ĠP erman", - "ĠK oz", - "ken ing", - "just ice", - "Ġinterven ing", - "ACC ESS", - "Ġdivis ive", - "Ġhaw k", - "éĺ¶ çº§", - "Ġbinocular s", - "w es", - "Ġa ft", - "ĠR IP", - "ĠR aton", - "Ġout ta", - "Ġtrans genic", - "ĠAd ler", - "ĠLog itech", - "ĠAccess ible", - "Ġutilis ateurs", - "Ġvog lio", - "ĠIllegal ArgumentException", - ":::: ::::", - "` :", - "ĠS aved", - "ot rans", - "ĠP ik", - "Ġv inaig", - "Ġtr ês", - "we ile", - "ĠHe zbollah", - "Ġbr anc", - "sw ear", - "09 6", - "Ġvict or", - "Ġgro in", - "Gener ated", - "Ben jamin", - "ĠDyn am", - "ĠRow an", - "ĠPul itzer", - "Grad uate", - "Ġdenom inations", - "Ġvost ro", - "ĠAche ter", - "C hip", - "v w", - "re active", - "Ġb iker", - "ig ungs", - "Ġcl ans", - "In line", - "ĠOff shore", - "Ġsav ior", - "Ġkick off", - "ĠTim ing", - "Ġdispon ibile", - "Ġrég ime", - "ĠCrypt ocurrency", - "ocl onal", - "ĠArbit ration", - "D ipl", - "E c", - "M IC", - "Ġm x", - "ĠT empl", - "ot el", - "ĠY en", - "int he", - "ĠLe ica", - "ĠBe irut", - "Ġé norm", - "(' --", - "Ġoption ally", - "vis ited", - "ĠDis cipline", - "Ġconv oy", - "ĠBet rieb", - "Ġnic hes", - "Oper ations", - "Ġstraw s", - "ar ines", - "ac ist", - "ĠF as", - "Ġapp r", - "ĠAd mit", - "Ġcond iv", - "Ġlay offs", - "ĠJo ining", - "Ġbru ising", - "ĠSyn chron", - "ĠTow ard", - "ĠAhmed abad", - "Depend ency", - "vell ous", - "B uen", - "K W", - "M ixed", - "R um", - "f ills", - "Ġde w", - "ĠG orge", - "ĠG CC", - "ĠV G", - "Ġres ched", - "co aster", - "Ġcrit ters", - "ĠEr nie", - "Ġadvert iser", - "Ġplug ging", - "ĠWhere ver", - "Mod ifier", - "Ġelev ating", - "Ġconcert ed", - "Ġcinem as", - "Ġappell ate", - "ĠA AC", - "ĠE ig", - "ĠO ss", - "ert ungen", - "Ġstr ife", - "ĠSh u", - "ci Äħ", - "ĠTr ades", - "Ġmet ri", - "arl as", - ")) {", - "Ġmis chie", - "') ->", - "Ġquarter backs", - "user Id", - "ĠSpecial ized", - "ÃŃt ÄĽ", - "Ġcuis ines", - "Ġunve iling", - "OUT PUT", - "Tot ally", - "Rap id", - "st el", - "ĠL ikely", - "ov ou", - "Ġro wing", - "Ġel apsed", - "com pleted", - "Ġred o", - "Ġtrack ers", - "ĠCor ridor", - "Te achers", - "Ġbon a", - "ĠCare fully", - "ĠMP I", - "Ġµ g", - "Ġphilanth ropy", - "e on", - "Ġse af", - "uc o", - "Ġri port", - "ĠSun s", - "ĠBi ochemistry", - "ĠSens itive", - "yy yy", - "phot os", - "Ġo int", - "Ġd iritto", - "Ġh s", - "el ho", - "ĠN RC", - "Ġz orgen", - "ĠWh ale", - "ĠGu ided", - "Ġviol encia", - "Ġmas a", - "Ġfuel ing", - "ĠNight mare", - "Ġesp acios", - "ĠIde e", - "lee ce", - "support Lists", - "decl are", - "ĠGle ich", - "ĠHutch inson", - "ĠUzbek istan", - "- _", - "Ġst ochastic", - "ĠG oo", - "Ġac erc", - "Ġx anax", - "Ġvol um", - "str öm", - "Def ense", - "Ġpin ning", - "Ġrapp el", - "Ġsculpt or", - "ĠBuff y", - "Ġouts ourced", - "ĠVir gil", - "ĠShen zhen", - "Ġbreakthrough s", - "ĠContribut ions", - "Ġsemif inal", - "B ry", - "on k", - "Ġp ug", - "ĠT res", - "ĠT oss", - "os omes", - "ob last", - "eth nic", - "ah ua", - "ĠSh irts", - "Ġconf erred", - "è¯ ¦", - "ĠMet adata", - "ĠAnn apolis", - "ĠSa ud", - "Ġkom plet", - "åħ¨ éĥ¨", - "Carl os", - "d ried", - "Ġan imate", - "Ġe greg", - "ĠO CT", - "ĠK ut", - "Ġz usamm", - "AT TR", - "Ex isting", - "ĠSte vie", - "ĠSub t", - "ĠSqu ares", - "main tenance", - "Ġverb ess", - "Works hop", - "Ġepit ome", - "B ah", - "s afety", - "Ġl s", - "ĠA UTH", - "ur is", - "Ġfind e", - "Ġty ph", - "åı Ļ", - "aur ais", - "ĠSw ami", - "ãĥ ©", - "Ġhabit ants", - "Cor respond", - "ĠDur ante", - "æĴ Ń", - "Ġphysic ist", - "ĠEBIT DA", - "B ott", - "F atal", - "H ousing", - "ĠG rief", - "Ġme c", - "ĠJ V", - "ĠV ariant", - "Ġte h", - "Ġent orno", - "Ġpers pect", - "ĠDis patch", - "Do S", - "Ġwax ing", - "NOW N", - "ĠWhis key", - "ĠZusammen arbeit", - "c atalog", - "ĠW icked", - "Ġsu elo", - "ĠX O", - "Ġcompl ains", - "ese lect", - "All owed", - "大 åѦ", - "Ġspect rom", - "umbled ore", - "ĠBeck ett", - "æ¢ ħ", - "Ġfonction nement", - "ĠDiagn ostics", - "Impro ving", - "ĠPregn ant", - "ĠUnic orn", - "owiÄħ z", - "Ġ ä", - "Ġt ins", - "or ro", - "Ġp ous", - "Ġd d", - "ĠM osaic", - "cl ine", - "ss es", - "Ġet ap", - "Ġinf irm", - "sp ir", - "Ġexact ement", - "Qu otes", - "ĠIdent ifier", - "Ġtweet ing", - "æĢ§ çļĦ", - "Ġlac rosse", - "Incre ased", - "Vin cent", - "ĠPrel iminary", - "woo fer", - "B und", - "s izes", - "t reat", - "ur ilor", - "Ġun cl", - "Ġsupp le", - "ĠNo ël", - "09 4", - "Ġcin que", - "ĠConf erences", - "Ġposit ivo", - "士 åħµ", - "æ¢ µ", - "Ġzaw od", - "ĠVod afone", - "Ġsnork eling", - "Ġremuner ation", - "Ġglimps es", - "( >", - "S af", - "y enne", - "le asing", - "ĠP ause", - "Ġv ás", - "Ġmed ial", - "Ġprof esse", - "Ġsw ojÄħ", - "Ġsearch able", - "Ġtotal itarian", - "ĠRec ap", - "Ġseg regated", - "Ġhyper links", - "Status Code", - "ĠRo oney", - "ĠNavig ate", - "Ġprac own", - "Ġkrij gt", - "Ġw ickets", - "ĠM ermaid", - "os omal", - "app ar", - "empt ive", - "ĠPlay ed", - "ĠHand ic", - "Ass ignment", - "Ġgew esen", - "ĠMath s", - "cod ec", - "Bed room", - "éŃĶ æ", - "mort ar", - "Ġjal ap", - "c imento", - "g f", - "h undred", - "n iki", - "in Ã", - "re ur", - "Ġst ables", - "ust e", - "per mission", - "ats ch", - "Ġsens eless", - "ĠMac s", - "Ġimpl anted", - "Ġped ido", - "ĠIll umin", - "check ing", - "äºļ æĭīæ", - "Ġdép end", - "ĠCyp ress", - "ĠDeut schen", - "l á", - "Ġp aces", - "Ġl ith", - "Ġg ithub", - "ill ar", - "op atra", - "Ġgr ub", - "uc er", - "Ġinf est", - "Ġpred icate", - "Ġble u", - "unn ies", - "ĠTal bot", - "解 éĩĬ", - "Ġscoop ed", - "Ġgor illa", - "åĬª åĬĽ", - "} ))", - "is cono", - "Ġse aw", - "Ġder by", - "æľī ä", - "Ġfaith fulness", - "ni u", - "EX PORT", - "ĠPDF s", - "åģ ı", - "append Child", - "Ġrack et", - "ĠPos itions", - "ĠSwe ep", - "Ġglac iers", - "( !)", - "K ir", - "Ġg tk", - "un lock", - "ĠE ats", - "Ġrep aid", - "OR TS", - "Ġfat ality", - "arden afil", - "Ġkun na", - "tor ch", - "Ġpesso a", - "Ġvoic email", - "F le", - "N ash", - "f illing", - "k omm", - "l od", - "t ow", - "Ġm ermaid", - "ĠI SA", - "uc ional", - "Ġant igu", - "Ġcamp fire", - "ĠArt istic", - "ĠDi ocese", - "Ġast rolog", - "Ġinteract ed", - "ĠSmall er", - "Ġmillenn ia", - "9 63", - "an ke", - "ĠThe e", - "ĠApp reciation", - "Ġpod le", - "Ġchem ist", - "util iser", - "æľĢ ç»Ī", - "Ġbass ist", - "Ġpropag ate", - "çĭ Ĥ", - "Ġchir urg", - "\" ..", - "Ġp alliative", - "Ġre den", - "oc chio", - "ich annel", - "gr as", - "ss eldorf", - "ts chaft", - "Ġteam ing", - "Ġve re", - "Ġprim ers", - "Ġpick led", - "Ġaud ited", - "æĺİ çĻ", - "Ġsne aky", - "Ġti enda", - "ĠAqu arius", - "Ġeffett u", - "ĠMicha els", - "é¤ IJ", - "T ING", - "l ak", - "ĠS CA", - "ĠA go", - "ĠCl im", - "ĠPe ck", - "ĠPM ID", - "ĠKn it", - "omy cin", - "tra umatic", + "bb ing", + "b bing", + "reg ation", + "dash board", + "d ashboard", + "K ing", + "▁v ista", + "▁vis ta", + "▁vi sta", + "▁dep icted", + "▁occur ring", + "▁о фи", + "▁sand wich", + "rc u", + "r cu", + "ke rn", + "ker n", + "k ern", + "▁min ut", + "▁mi nut", + "▁с мер", + "▁t d", + "▁ td", + "so lete", + "sole te", + "sol ete", + "Com plex", + "Comp lex", + "▁t unn", + "▁tu nn", + "▁tun n", + "▁sc arc", + "▁scar c", + "st ead", + "ste ad", + "▁F ail", + "▁Fa il", + "▁ Fail", + "▁R s", + "▁tr ails", + "▁tra ils", + "▁trail s", + "ke m", + "k em", + "▁Rom ans", + "▁Ro mans", + "▁Roman s", + "▁Roma ns", + "at ivity", + "ativ ity", + "Pre vious", + "Prev ious", + "▁de press", + "▁dep ress", + "▁re signed", + "▁res igned", + "▁resign ed", + "get Default", + "▁Tib et", + "▁Ti bet", + "▁Fr anco", + "▁Franc o", + "▁Fran co", + "\") ));", + "\")) );", + "\" )));", + "▁in jection", + "▁inj ection", + "▁inject ion", + "rem oved", + "remove d", + "▁pra ised", + "▁praise d", + "▁A sc", + "▁As c", + "er ase", + "era se", + "eras e", + "e rase", + "▁commission ed", + "MA IL", + "M AIL", + "▁B oh", + "▁Bo h", + "Pol y", + "Po ly", + "P oly", + "▁cin q", + "▁Ab ove", + "▁Josh ua", + "ZE RO", + "Z ERO", + "▁sum mit", + "▁U rs", + "▁Ur s", + "▁c url", + "▁cur l", + "▁cu rl", + "▁v isa", + "▁vis a", + "▁vi sa", + "▁re sur", + "▁res ur", + "={ '", + "= {'", + "fe at", + "▁abs orb", + "▁absor b", + "▁plan ets", + "▁plane ts", + "▁planet s", + "▁prin cess", + "▁prince ss", + "▁Jahrhund erts", + "▁Jahrhundert s", + "x p", + "▁N BC", + "▁ко ми", + "▁ком и", + "▁F UN", + "▁ FUN", + "▁ne uen", + "▁neu en", + "▁neue n", + "▁dé jà", + "▁O z", + "bb en", + "b ben", + "VID EO", + "▁ej empl", + "▁cons iders", + "▁consider s", + "▁consid ers", + "at ri", + "atr i", + "a tri", + "▁ar rog", + "▁arr og", + "io so", + "ios o", + "i oso", + "▁h ace", + "▁ha ce", + "▁contact ed", + "▁un ple", + "▁spons ored", + "▁tr ainer", + "▁tra iner", + "▁train er", + "sb i", + "s bi", + "▁за нима", + "C riterion", + "но то", + "sch eme", + "sche me", + "enn ial", + "per form", + "perf orm", + "▁fix ing", + "▁по стро", + "▁пос тро", + "ar b", + "a rb", + "EX IT", + "▁ca fé", + "▁caf é", + "itut ed", + "itute d", + "itu ted", + "ri ages", + "ria ges", + "riage s", + "T ur", + "▁hab er", + "▁ha ber", + "el asticsearch", + "▁а л", + "▁ ал", + "r h", + "▁v oll", + "▁vo ll", + "▁vol l", + "CL U", + "M il", + "▁mem bres", + "▁membr es", + "▁membre s", + "▁remark ed", + "ва на", + "ван а", + "в ана", + "=\" _", + "Le ss", + "Les s", + "L ess", + "(\" \");", + "▁Y ale", + "▁Ya le", + "ber ries", + "▁rele asing", + "▁im ports", + "▁import s", + "▁imp orts", + "id ea", + "ide a", + "▁( +", + "▁ar qu", + "ific ación", + "ifica ción", + "▁па ра", + "▁пар а", + "▁R angers", + "▁Range rs", + "▁Rang ers", + "▁Ran gers", + "M ic", + "▁n ederbörd", + "▁imag inary", + "▁imagin ary", + "▁special ists", + "▁specialist s", + "▁ho of", + "Mod ules", + "Module s", + "▁sad ly", + "ce il", + "Tab Index", + "at ionale", + "ation ale", + "ational e", + "▁Part ner", + "tb ody", + "t body", + "▁le verage", + "▁lever age", + "D N", + "▁P rec", + "▁Pr ec", + "▁Pre c", + "▁S é", + "▁M am", + "▁Ma m", + "▁a fin", + "▁af in", + "is Valid", + "Ps e", + "P se", + "▁сто ро", + "▁cho pped", + "▁chop ped", + "▁Min or", + "▁Mi nor", + "▁d abei", + "Da vid", + "D avid", + "uss ia", + "▁дере вня", + "▁Id entity", + "▁Ident ity", + "▁ Identity", + "▁L GBT", + "ци је", + "▁Or ts", + "▁Ort s", + "▁part i", + "▁par ti", + "▁B achelor", + "ug a", + "u ga", + "▁O PT", + "▁OP T", + "▁ OPT", + "▁S eth", + "▁Se th", + "▁Set h", + "▁LI ABLE", + "▁inaug ur", + "▁Shan ghai", + "▁relax ing", + "ци она", + "цион а", + "\" %", + "▁o bey", + "▁ob ey", + "▁A irlines", + "▁Air lines", + "Link s", + "Lin ks", + "L inks", + "▁C elt", + "▁Ce lt", + "▁Cel t", + "▁Ad min", + "▁Adm in", + "▁ Admin", + "ag ation", + "▁wor ries", + "IN TE", + "INT E", + "ar ith", + "ari th", + "Fat alf", + "]] )", + "] ])", + "co lm", + "col m", + "▁arch ae", + "▁br ushed", + "▁brush ed", + "▁t ät", + "▁struct ured", + "▁structure d", + "ти и", + "▁home m", + "▁hom em", + "▁ho mem", + "[: ,", + "▁n avy", + "▁na vy", + "▁nav y", + "get Key", + "power ed", + "pow ered", + "▁s ucked", + "▁suc ked", + "▁suck ed", + "▁z omb", + "▁zo mb", + "iss ant", + "issa nt", + "▁M ight", + "▁Mi ght", + "▁Mig ht", + "▁P ull", + "▁Pu ll", + "▁Pul l", + "ri r", + "r ir", + "▁п і", + "▁ пі", + "▁se as", + "▁sea s", + "▁W rest", + "▁Wr est", + "▁t ense", + "▁ten se", + "▁tens e", + "▁a tm", + "▁at m", + "▁have t", + "▁ha vet", + "▁hav et", + "▁pier ws", + "▁trag ic", + "▁D iff", + "▁Di ff", + "▁ Diff", + "▁conf idential", + "▁confident ial", + "success ful", + "ę ż", + "▁Ch ain", + "▁Cha in", + "▁ Chain", + "▁Ken ya", + "Ch oice", + "oc ur", + "o cur", + "an iu", + "ani u", + "▁consult ant", + "▁Ad vis", + "▁Adv is", + "Li f", + "L if", + "▁L ors", + "▁Lo rs", + "▁Lor s", + "avor ite", + "avo rite", + "▁util izing", + "▁utiliz ing", + "▁v intage", "Mat cher", - "ĠBart lett", - "Perm issions", - "scient ific", - "a ÈĽi", - "j eta", - "y te", - "Ġd red", - "ĠB ip", - "Ġeff etti", - "Ġhead band", - "ĠSec onds", - "Ġfol ly", - "ĠCam ille", - "Ġnarr ated", - "ĠClin ics", - "Ġméd ias", - "Ġaplic aciones", - "Ġcondem ning", - "M ID", - "le o", - "Ġsh awl", - "Ġun protected", - "Ġco er", - "ĠLe opold", - "Ġphot ons", - "Ġscient ifique", - "ĠWorks pace", - "ĠJu ventus", - "ç¨ İ", - "ilib re", - "Ġchore ography", - "Ġsmoot hed", - "Ġunsus pecting", - "w asser", - "w reck", - "Ġs ì", - "Ġn ack", - "ĠC ider", - "Ġfl atter", - "com pan", - "Ġmus k", - "Ġeng ross", - "Ġmar co", - "aff t", - "å° Ŀ", - "Ġsqu ads", - "Ġpen ile", - "ĠEp idemiology", - "Ġabund antly", - "Ġvu oi", - "BU ILD", - "Ġblo ated", - "ĠWake field", - "Accept ed", - "Ġbrit ish", - "Ġsuperv ising", - "Ġduplic ates", - "ost ÄĻp", - "ower ing", - "Ġcra bs", - "Ġforeign er", - "ĠLu igi", - "ĠCS F", - "ĠGard ening", - "Ġnit rate", - "ı n", - "Ġyacht s", - "L ily", - "P f", - "Ġa ra", - "Ġa ans", - "Ġp k", - "ro ffen", - "ĠA ero", - "ĠD AT", - "Ġle aped", - "Ġad e", - "Ġwork able", - "lic o", - "Ġder og", - "Ġge vo", - "Ab d", - "Ġprefer ring", - "Ġdiet ing", - "ĠFore nsic", - "Ġsé jour", - "åIJĪ ä", - "Ġragaz zi", - "Ġrecomb inant", - "ruci ating", - "ANGU AGE", - "h led", - "n im", - "Ġre ch", - "Ġre te", - "iz adas", - "ass essment", - "ĠEn larg", - "ĠDr acula", - "ĠAdd ison", - "ĠTown send", - "ĠEmer y", - "Ġsuppress ing", - "ĠUkrain ians", - "Particip ant", - "A gency", - "P ipe", - "m ilk", - "on ych", - "ĠM AD", - "qu ée", - "ĠL oom", - "Ġab iding", - "vers al", - "ft ed", - "Ġem pathetic", - "Ġcons ol", - "Ġel it", - "Ġent halten", - "Ġperson en", - "ĠThat cher", - "Ġcomment aires", - "ges etz", - "ĠAcc reditation", - "ĠPass age", - "Ġcaut ioned", - "Ġprohib iting", - "Port al", - "Ġsubsid ized", - "ç¢ İ", - "ĠReflect ions", - "ĠDSL R", - "A ye", - "X S", - "k ook", - "Ġp omegranate", - "Ġb erg", - "Ġin icial", - "Ġn autical", - "end ered", - "Ġbr û", - "ID AY", - "Ġace ite", - "Lead er", - "Ġclut tered", - "ĠRefer ral", - "C ID", - "R ide", - "k iss", - "Ï Į", - "ch ÄĻ", - "Ġpast ures", - "set Attribute", - "ĠAtt ached", - "ĠAS US", - "Ġnas zych", - "ĠText ile", - "Ġcig ars", - "ĠAuf gaben", - "Ġjug adores", - "ĠpolÃŃt ico", - "Ġvil ket", - "Ġove rest", - "ĠApprent ice", - "ĠSchro eder", - "* :", - "ľ æĪĺ", - "ed ores", - "Ġin version", - "Ġl ords", - "Ġn atal", - "Ġsh atter", - "red en", - "ĠV iz", - "Ġdes erts", - "Ġar bor", - "Ġph ony", - "Ġvar ie", - "ĠGr ades", - "ĠCustom ize", - "Ġsed entary", - "ĠAnne x", - "ĠEli ot", - "Wire less", - "Ġimped ance", - "ĠGlou cester", - "T RI", - "Ġc eea", - "ĠL OS", - "end orf", - "Ġres usc", - "Ġz ile", - "Ġfl am", - "ph an", - "Ġcar box", - "ĠSh ores", - "oph on", - "Ġnut ty", - "Ġcandid acy", - "ĠMo ira", - "æĭ į", - "run ners", - "Ġinhib iting", - "Ġrit mo", - "Ġunve il", - "ĠTerror ism", - "L ynn", - "o em", - "Ġund ead", - "). \"", - "Ġwater mark", - "ĠEn rique", - "Ġabs cess", - "éĢ Ļ", - "Ġzd rav", - "Ġmultip lex", - "ĠCliff ord", - "ĠMaver ick", - "ĠExcess ive", - "Ġhorrend ous", - "D K", - "M argin", - "j peg", - "Ġg ost", - "ĠO kin", - "Ġad idas", - "uch te", - "Ġdown wards", - "ox one", - "ĠTH ERE", - "Ent ities", - "Ġol vid", - "---------------------------------------------------------------- ----------------", - "Mir ror", - "Synt ax", - "C ultural", - "E dd", - "G raham", - "S UN", - "T G", - "u aries", - "pp ard", - "ĠSt unning", - "Ġbr at", - "Ġins ulating", - "Ġprot otyping", - "set Value", - "crib es", - "Ġcard igan", - "US ED", - "ĠSouth western", - "Ġave a", - "Ġum brellas", - "Or ders", - "åİ ħ", - "Ġthread ing", - "iten ess", - "ĠRh ythm", - "ĠNic ol", - "Again st", - "Ġnécess aires", - "environ nement", - "Ġniv eles", - "Ġiedere en", - "Ġt iled", - "Ġc ipher", - "ĠP N", - "Ġcon ci", - "ĠE VA", - "Ġhum mus", - "Out standing", - "ç¥ Ģ", - "Dec oder", - "Ġmultip lying", - "ĠCompos er", - "Ġsniff ed", - "ĠGabri elle", - "ĠAless andro", - "Ġeinzel nen", - "C ad", - "D iana", - "ĠP osit", - "ĠH uh", - "ĠThe rapeutic", - "Ġbest seller", - "Ġexp anse", - "Ġclass ifier", - "bl ad", - "ĠDes mond", - "ĠPol ize", - "åŃ £", - "Ġhistor ique", - "Ġsports books", - "label ed", - "Phil ip", - "Ġprofes or", - "ĠLaure nce", - "Ġpsycho active", - "ĠBulld og", - "ĠT ractor", - "ĠB IR", - "pp elin", - "ie ga", - "Ġher ring", - "ov is", - "Ġdef iance", - "St amp", - "che lle", - "Ġtri pping", - "aster ide", - "leg end", - "Ġgen esis", - "Ġconfig urable", - "Ġok re", - "Ġdepartment al", - "det ect", - "Ġpi uttosto", - "ĠTut or", - "Ġcaptiv ated", - "Offic ials", - "Ġf angs", - "ĠC ENT", - "oc amp", - "arm ee", - "de hyde", - "Ġdeep ened", - "Ġanim ales", - "Ġmaster pieces", - "ĠMil ky", - "Mon ster", - "Ġcel u", - "onn ement", - "Ġhills ide", - "ĠIniti atives", - "Sem itism", - "Ġl anç", - "Ġn ies", - "ĠJ ournals", - "Ġpar ab", - "ĠOr well", - "Ġsoft ening", - "reg or", - "Ġarg c", - "é¢ ľ", - "ĠCON N", - "={ {", - "Tele fon", - "Ġfaint ly", - "Typ ical", - "Ġnort heastern", - "Tem perature", - "igar h", - "Pray er", - "Ġre organ", - "ĠF aux", - "ĠL ark", - "ĠN ish", - "Ġsc én", - "Ġam ici", - "pec ified", - "Ġtrans porter", - "Ġorgan iser", - "Ġparticip ar", - "ĠAct ors", - "Ġré un", - "Ġcra ze", - "ĠInv ite", - "Ġspy ware", - "Bring ing", - "Ġaggi orn", - "ĠMund ial", - "Ġcamar aderie", - "l igen", - "as ley", - "ĠT ric", - "Ġu c", - "ĠL SD", - "ĠG ael", - "Ġimp ractical", - "Ġein zig", - "ĠPer ché", - "人 åĴĮ", - "right eous", - "ete enth", - "TO DO", - "Ġchip set", - "Ġadul tery", - "Ġproto Å", - "Ġnumb ness", - "ĠVoy age", - "O liver", - "e gg", - "× Ķ", - "Ġt ôt", - "ur in", - "ĠM orrow", - "ĠB em", - "ĠW orry", - "ĠW ATCH", - "ĠH ades", - "Ġpr éd", - "Ġcomm iss", - "az zy", - "kt ions", - "ĠSch iff", - "Ġburn ers", - "Ġarrest ing", - "Ġya wn", - "ĠConf uc", - "ĠLor raine", - "Ġthor acic", - "Ġcurric ula", - "N an", - "Ġt ij", - "Ġf ach", - "Ġm oor", - "ĠI W", - "ĠB ite", - "CO D", - "Ġfig lio", - "uit en", - "Ġfav oured", - "Access ibility", - "ĠCre ations", - "Prim itive", - "ĠHerm es", - "Ġcompart ir", - "Ġucz est", - "ĠSung lasses", - "Ġchiropract or", - "Ġle aping", - "âĢĵ >", - "Ġpres up", - "Ġpres ets", - "09 3", - "Ġcrack down", - "Ġinject ing", - "ĠHO USE", - "ĠAdjust ment", - "Russ ell", - "mot ivated", - "ĠLomb ard", - "Ġdetain ees", - "Ġaval anche", - ". >", - "Ġbe pa", - "if ers", - "ab ody", - "ĠW ast", - "ĠF ortun", - "Ġfe ces", - "Ġco pp", - "ific ance", - "ric as", - "Ġna Å¡", - "Ġrecogn ises", - "ĠTest ed", - "Ġbrown ie", - "ĠInte resse", - "Ġlig ament", - "condition ing", - "å®ĭ æ±Ł", - "Ġhog ar", - "Ġtheor ists", - "ĠOpin ions", - "Ġatrav és", - "H AM", - "c rap", - "t une", - "Ġb anged", - "el if", - "ĠI p", - "ĠC YP", - "ĠH ahn", - "Ġch ubby", - "ign é", - "Ġte at", - "Ġz dec", - "Ġdec iso", - "Ġed ging", - "Ġpress ur", - "ĠEd itions", - "Ġkil os", - "ĠNat ale", - "è£ Ķ", - "Ġcorps es", - "ĠNeuro s", - "Ġkam agra", - "FER ENCES", - "Ġhemorrh age", - "\" __", - "R PC", - "w issenschaft", - "Ġs ogen", - "it Ã", - "Ġfor age", - "ĠH mmm", - "Ġat ivid", - "ans ki", - "ĠY elp", - "oid es", - "Ġann at", - "Ġing lés", - "uk in", - "Min nesota", - "ĠGround s", - "Ġunth inkable", - "Ġr ite", - "Ġj as", - "Ġmon oton", - "Ġcr ad", - "ĠEx xon", - "ery l", - "pro st", - "ene gro", - "ĠMO ST", - "Ġvoll ed", - "ĠFau ci", - "c ade", - "f ighter", - "n orth", - "at ul", - "Ġre eling", - "ĠC ig", - "ĠB ON", - "Ġpl atoon", - "Ġim me", - "Ġrel aciones", - "ĠQu entin", - "Ġdé mon", - "ĠFin ch", - "het te", - "ĠMinister io", - "Ġnou vel", - "ĠpiÄĻ k", - "Ġbiomark ers", - "P interest", - "od ox", - "Ġle vers", - "Ġrec apt", - "St raw", - "ĠZ an", - "Im mediately", - "lib eral", - "Ġpale o", - "æĢ» 绣", - "Ġdisl iked", - "Ġrisult ati", - "Ġmex ican", - "P ag", - "it ra", - "Ġde pl", - "ers en", - "ĠR uff", - "ell ungen", - "ew s", - "Res pect", - "Ġsy ringe", - "ĠWil ly", - "Ġdispos izione", - "ĠWin ters", - "éļ Ķ", - "Ġbull ies", - "Ag reed", - "Ġnervous ness", - "Ġprost ÅĻed", - "ĠTrad emark", - "Ġmetast atic", - "è¿ħ éĢŁ", - "Ġdiaphrag m", - "\" ][\"", - ". âĢĵ", - "M BA", - "h ive", - "Ġm oll", - "el age", - "Ġg ulf", - "ĠL auf", - "Ġsh ag", - "ĠO der", - "Ġcont acter", - "Ġart ÃŃculos", - "me yer", - "Ġge bracht", - "ĠRed emption", - "Ġuns uitable", - "Ġforce fully", - "ĠPhil anth", - "ĠBel grade", - "ĠHel met", - "ĠKal am", - "Conc rete", - "t id", - "re ality", - "at ase", - "Ġh ars", - "Ġch iese", - "Ġun armed", - "ĠCh alk", - "Ġfl icker", - "Ġbro od", - "str cmp", - "Le od", - "Ġmodern ity", - "ĠTri ps", - "ĠAppro aches", - "Ġoverl ooks", - "Ġtreasure r", - "ĠMull er", - "Ġbefind et", - "ĠP ainted", - "ĠV ERS", - "ĠWe e", - "ĠCl osure", - "Ġcas ter", - "co ast", - "Ġprotect ors", - "Ġwar um", - "Ġpath ogenesis", - "Ġmag giore", - "ĠAnt oine", - "CC I", - "ĠExt raction", - "omet own", - "Cur ve", - "thread s", - "ucc ino", - "ĠVine gar", - "Ġvier nes", - "Ġveloc idad", - "fle et", - "Rece iver", - "C atal", - "Ġd anych", - "Ġd latego", - "Ġth ugs", - "ĠS ard", - "ip ients", - "Ġgr out", - "Ġsec und", - "ĠInd icators", - "ĠCo il", - "Ġmass ac", - "lin ers", - "äng t", - "B ishop", - "k iller", - "Ġw und", - "Ġm én", - "ak ty", - "Ġam ar", - "other s", - "ĠCl ips", - "AN DS", - "fl are", - "(' ../", - "Ġbooks helf", - "Ġrev amped", - "ĠWal greens", - "Rob ot", - "Ġgan ar", - "åł Ĩ", - "ĠMist akes", - "ĠSic ily", - "Ġjorn ada", - "H erm", - "Ġw affles", - "ver band", - "ĠR itz", - "Ġrec ite", - "ĠAr rival", - "Ġself less", - "init is", - "ĠBrow ne", - "Ġquad ru", - "Ġscrub bing", - "Ġllam ado", - "h ooks", - "t ty", - "ĠA BA", - "Ġexc els", - "ĠBr ack", - "opt imal", - "Ġconv iv", - "Ġstation ery", - "ĠDa o", - "Ġlip ids", - "ĠSN AP", - "äs ident", - "Ġimprob able", - "d oll", - "Ġw ahr", - "Ġh Ã¥", - "Ġl ull", - "ĠS ass", - "Ġdis information", - "Ġjust ices", - "ĠCon ventional", - "Ġri kt", - "Ġorg as", - "ĠNut zung", - "Ġwhistlebl ower", - "ç«ŀ çĶ·", - "Ġsubpo ena", - "C ena", - "_ \"", - "c rim", - "Ġ ike", - "Ġp ears", - "ch anger", - "ĠM iet", - "Ġle m", - "Ġreal iza", - "ĠPal ma", - "ko op", - "Ġsight ings", - "lie re", - "ĠFar be", - "End s", - "Ġcoin vol", - "did n", - "ĠRodrig o", - "Ġmascul inity", - "Ġpals y", - "Ġzar Ã", - "ĠAly ssa", - "Ġrever ber", - "B ake", - "Ġp éd", - "ĠS OME", - "ĠD rex", - "Ġsh ale", - "Ġte es", - "Th reshold", - "Ġsil os", - "Ġwer kt", - "Ġgene alogy", - "stell ar", - "ĠRy zen", - "ĠSI ZE", - "Dou glas", - "ĠCoo ke", - "Ġextrac urricular", - "B oys", - "H earing", - "P ued", - "ĭ å", - "on ato", - "ur é", - "ĠG amma", - "Ġte or", - "Ġimp oses", - "riv ial", - "Ġcre ase", - "ĠMar quette", - "Ġweb cams", - "Ġbi ographies", - "Acc eler", - "ĠMer idian", - "Ġcoord in", - "æĭ Ĵ", - "Ġtoilet ries", - "ĠHend rix", - "ĠLanc ashire", - "ĠAdvoc ates", - "Ġvog lia", - "ĠHein rich", - "B arry", - "P U", - "s atisf", - "on is", - "es co", - "ĠM ILL", - "Ġen vol", - "ĠU ll", - "ĠWh ist", - "Ġimp rim", - "ĠIs les", - "OT OS", - "mar ine", - "rep air", - "Ġheter ogeneity", - "i ks", - "ĠF AB", - "ell ant", - "ĠJ ian", - "ĠV os", - "Ġset zt", - "Ġgl immer", - "ok ovic", - "ste uer", - "fig uration", - "Ġbroad casters", - "zie ren", - "ĠVol k", - "Ġpanel ists", - "Ġcontest ant", - "Ġetern ally", - "Ġrul ings", - "ĠCul inary", - "Ġdias pora", - "ĠAyurved a", - "ĠNä he", - "art is", - "Ġsp iced", - "In novation", - "Ġinv aders", - "Ġstr onie", - "Ġreb ates", - "ĠGen ome", - "Ġsalt water", - "Ġaccommod ates", - "ĠHil ary", - "Ġexh ale", - "ĠWol ff", - "ĠKaj abi", - "* );", - "ľ çĶ¨", - "ĠD mit", - "ĠE SA", - "ĠHow ell", - "Ġsocial izing", - "Ġdou Äĥ", - "Qu and", - "Ġpoly ethylene", - "Ġbutt ocks", - "ĠMah ar", - "ĠTrad itionally", - "Ġdistress ing", - "ĠVik tor", - "indust ry", - "åĿIJ åľ¨", - "Ġcapit ale", - "ĠاÙĦ Ø", - "PUB LIC", - "Ġdisper se", - "H orse", - "Z o", - "c et", - "Ġb elles", - "Ġd uc", - "Ġu staw", - "ĠD SM", - "ĠF idelity", - "Ġsa ff", - "Ġar bet", - "Ġz god", - "ĠEn core", - "Pre cision", - "ĠUN DER", - "è¿ĩ ç¨ĭ", - "lie gen", - "Ġbitters weet", - "N ex", - "[ _", - "Ġs ö", - "Ġan ore", - "am ura", - "if rame", - "ld a", - "ĠE ileen", - "Ġcomm ended", - "Ġz im", - "ĠTr acey", - "quest ions", - "ĠMont essori", - "Ġdelicious ly", - "Gu ar", - "hol t", - "Bel g", - "Exp and", - "Ġbast ards", - "Ġbamb ino", - "ĠLag oon", - "Ġobjet o", - "Ġprotagon ista", - "Ill inois", - "Ġgol pe", - "çĪ¶ äº", - "rompt u", - "O ops", - "c rop", - "g pu", - "Ġto aster", - "Ġon ge", - "ch mal", - "ra ils", - "ĠD iving", - "ĠV ort", - "we eks", - "Ġphot on", - "ĠBar ron", - "06 9", - "Ġprote g", - "ĠPen omet", - "oj is", - "Ġintellect uals", - "ĠMess aging", - "å®Į æĪIJ", - "ĠBea umont", - "Ġdart ed", - "c rew", - "ĠT ons", - "Ġu v", - "Ġpro gesterone", - "ag ir", - "Ġr ink", - "Ġdet achable", - "Ġaut ore", - "ĠZ ah", - "Ġcustom izing", - "Ġshort listed", - "ĠNe ville", - "ĠSupp ressant", - "comp act", - "ĠMS RP", - "Ġheads ets", - "Ġbord ering", - "T N", - "os ome", - "ak ov", - "ĠK ras", - "Ġman iera", - "ĠV ick", - "Ġadd on", - "ret ta", - "AR GS", - "ici i", - "ĠPer uvian", - "ÅĽ rÃ", - "Ġcorner back", - "ĠWood land", - "ĠArm our", - "æķĻ èĤ", - "phant om", - "ĠInsp ir", - "ĠAttend ance", - "Ġdomest ically", - "fab ric", - "Ġdirett amente", - "w ne", - "Ġe aves", - "Ġwas hers", - "red o", - "Ġapp rendre", - "Ġpay lines", - "ĠSp ani", - "ĠAss isted", - "My th", - "ĠDis co", - "Ġchest s", - "Ġpra kty", - "Ġquart ier", - "Conf lict", - "Ġdiscourag ing", - "ĠRecru iting", - "Ġutilit arian", - "B is", - "s ad", - "ĠS ailing", - "Ġde forestation", - "ĠP addy", - "Ġv old", - "é rc", - "Ġact eurs", - "Ġplay wright", - "âĢ¦ ,", - "Ġav ut", - "ok oj", - "Ġuns ustainable", - "Sp read", - "vol i", - "mac ro", - "é¥ Ń", - "éļı çĿĢ", - "ĠFahr zeug", - "Ġperme ability", - "Ġinconsist encies", - "Ġrigu arda", - "ĠHitch cock", - "ĠSene gal", - "T rent", - "f att", - "ł æĥ", - "Ġt ass", - "Ġc ocks", - "Ġcl ipping", - "Ġwould nt", - "ific ent", - "Ġcent ros", - "æĺ Į", - "Ġinj ure", - "ĠCour tyard", - "åŃIJ ä", - "requ ests", - "Ġfu zz", - "Ġsprink ler", - "Ġcontempor aries", - "ĠPé rez", - "ç£ ¨", - "E gg", - "N ão", - "ĠF amiliar", - "ĠL H", - "Ġsh ader", - "Ġmet te", - "ĠSu pper", - "ba o", - "Par allel", - "Ġscript ed", - "Ġsimpl ifying", - "CON F", - "Ġneut roph", - "ĠSant ana", - "Ġinert ia", - "Ġrégul ièrement", - "Ġpatriot ism", - "Pict ures", - "ĠAlv arez", - "P rest", - "S uitable", - "z nam", - "en al", - "ĠS ubl", - "red is", - "ĠJ ihad", - "Ġshe en", - "Ġpo ko", - "ĠAr r", - "Ġplan ks", - "Ġprob ing", - "å° ¸", - "Ġcircum cision", - "Ġbreath less", - "can on", - "Ġchief ly", - "Ġirrit ate", - "Ġcatar act", - "Ġerklär t", - "V V", - "h ier", - "m atter", - "t g", - "Ġm obs", - "ĠT G", - "im oto", - "Ġen am", - "Ġsp ool", - "ĠHe im", - "ric ut", - "Ġgu i", - "be au", - "ĠAr rays", - "ĠAm es", - "ĠClass ified", - "mod o", - "ĠColl ier", - "Ġric otta", - "Ġnap rawdÄĻ", - "Ġstimul ant", - "ĠPok ud", - "Ġdens ities", - "B oo", - "p ipeline", - "Ġr ims", - "ĠG AME", - "oss en", - "ĠTr is", - "de leted", - "Ġdom en", - "ĠPar agu", - "EO F", - "ĠGood bye", - "Ġod by", - "Ġpou ches", - "Aut umn", - "BO O", - "Fi xture", - "ĠIslam ist", - "ĠTN F", - "Ġunatt ended", - "Ġejerc icio", - "ĠImpl ications", - ". );", - ": +", - "B ERS", - "b ait", - "¿ æij©", - "le iter", - "ĠK ou", - "Ġcur sing", - "Ġer h", - "Ġge we", - "LL O", - "OL A", - "OL S", - "ĠDel phi", - "Ġspot k", - "Ne al", - "Ġcoc ina", - "Search ing", - "Har vard", - "ADD RESS", - "HEAD ER", - "Ġh ooking", - "Ġal p", - "ĠE aton", - "ind ent", - "Ġact uellement", - "Ġimp ede", - "å® ª", - "Ġautom ating", - "ĠMart ian", - "Ġhyd rate", - "obe y", - "Ġstretch y", - "æıIJ åĩº", - "å¨ ĺ", - "Chem ical", - "Ġmoh ou", - "аÑĤ ÑĮ", - "D in", - "I QUE", - "m f", - "m ast", - "is ely", - "Ġg ins", - "ĠF acing", - "ov et", - "Ġcar ro", - "the rapy", - "Ġdev oir", - "Ġing rained", - "pat el", - "Ġrich iesta", - "ĠRich ie", - "ĠSa usage", - "ĠTO UR", - "ĠBad en", - "Ġsor gen", - "Mac ro", - "ĠAlexand re", - "Ġbeet les", - "Ġcudd le", - "Ġdownv otes", - "ĠMarian ne", - "K ES", - "ĠT oggle", - "ĠV ass", - "Ġpol io", - "Al ber", - "Ġsym phony", - "ĠGood win", - "Ġfra ught", - "Ġdivers es", - "GP IO", - "Ġdevote es", - "ĠAcceler ator", - "Ġrecipro cal", - "p oker", - "Ġt umbling", - "Ġw oken", - "Ġde inen", - "Ġunder age", - "Ġret ry", - "Ġet apa", - "ok ers", - "Ġesc row", - "ran et", - "Ġhospital izations", - "Ġalg umas", - "check box", - "å¤ļ å°ij", - "z ies", - "â ħ", - "Ġinc ontin", - "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠ", - "ĠRet ention", - "Ġmarg inally", - "Ġcontro le", - "num bered", - "ĠPear ce", - "mot ions", - "ĠSwe at", - "ĠEas ier", - "Ġobstruct ive", - ", :", - "an moins", - "ĠH ector", - "ĠF CA", - "Ġres olves", - "Ġdes pl", - "Ġmor ce", - "Tr ader", - "Ġmad era", - "ĠTele communications", - "produ cer", - ": \",", - "f av", - "h ões", - "Ġh gh", - "ĠS yst", - "ĠP ais", - "Ġk te", - "cl ients", - "ĠHe idelberg", - "Ġev asion", - "Un cle", - "ĠAc et", - "ran j", - "ĠTor ino", - "Ġeleg antly", - "amer on", - "kre is", - "ĠfÃŃs ica", - "Ġdistint as", - "E h", - "E y", - "w onder", - "Ġu uid", - "Ġha zy", - "ĠL ymph", - "ĠG iles", - "æīĵ å", - "åıĤ åĬł", - "adv anced", - "Ġleth arg", - "\" ];", - "A ri", - "ou verture", - "Ġf err", - "id ium", - "id erman", - "av ens", - "Ġass icur", - ".\" [", - "å¿ Ĩ", - "Ġdismiss ing", - "åĸ Ĭ", - "bul k", - "Ġscrap ed", - "an imate", - "ĠS CC", - "Ġdo el", - "ord es", - "Ġam o", - "AR GE", - "Ġhot spots", - "Are as", - "ĠFre ude", - "Ġauthent icated", - "ĠCarl ton", - "Car oline", - "roduct ions", - "Prem ier", - "ĠArchae ology", - "Ġerfolgre ich", - ") >", - "d ijo", - "he ar", - "ĠD irk", - "Ġk reat", - "vel ed", - "Ġpar all", - "Ġcame o", - "Ġbreak age", - "Ġord inate", - "éri ques", - "ĠAth lete", - "ĠEduc ators", - "ĠFE ATURES", - "Ġpá ginas", - "ĠProven ce", - "Ġermög licht", - "C um", - "p ian", - "Ġf eta", - "ing ale", - "Ġre brand", - "ill ors", - "ĠE con", - "Ġres ided", - "Ġoff rir", - "iss ippi", - "unk u", - "DE VICE", - "Ġrain water", - "ĠDisc rimination", - "Ġdad urch", - "Ġfib romyalgia", - "Ġuw agÄĻ", - "inv oke", - "ständ ig", - "ĠNam ibia", - "Ġreprés ente", - "Ġultr asonic", - "ĠDement ia", - "n ol", - "Ġp edd", - "ĠR ipple", - "ĠL us", - "Ġun spoken", - "Ġtr uffle", - "ep en", - "vel ocity", - "Ġunderstand ings", - "ĠQu elle", - "ES P", - "Part icle", - "Ġot c", - "ภ±", - "ĠTrad ers", - "Ġbom bed", - "ç¨ į", - "ĠAthen a", - "Ġevoc ative", - "L av", - "m iot", - "ĠM onde", - "ĠM anga", - "ĠF az", - "Ġse vered", - "ĠG ogh", - "ific ado", - "ĠGr Ã¶ÃŁe", - "Ġmill iseconds", - "ĠWater front", - "ĠDE A", - "Ġhyp oxia", - "ĠPet ty", - "ãĤ ī", - "ĠPlant ation", - "quire r", - "ĠBundes liga", - "IFIC ATION", - "èĴĻ åı¤", - "K inder", - "f ighters", - "Ġbe gle", - "ĠO ce", - "ĠK ron", - "Ġind is", - "Ġfil osof", - "ino ff", - "sh oe", - "Un ity", - "ĠAir Pods", - "Ġsymbol ize", - "è´ §", - "Ġlleg Ã", - "Ġhomosex uals", - "ĠIncor porated", - "ĠVaugh n", - "ĠInvit ational", - "ĠR acial", - "Ġtr an", - "Ġcl ap", - "Ġacc ueill", - "Ġaut opsy", - "!! )", - "Ġpract ising", - "æĪij 说", - "Ġcross roads", - "uk h", - "Ġacqu ires", - "Ġjest e", - "çķ ª", - "Sign s", - "Ġincompet ence", - "ĠAppli ance", - "Ġmarin ade", - "ĠDaven port", - "D opo", - "V ars", - "t ings", - "er ad", - "Ġb alsamic", - "im ismo", - "ĠC ASE", - "ĠW ren", - "Ġr ych", - "ĠK D", - "Ġdec ency", - "ĠMan ip", - "��larg a", - "Ġsem inary", - "Ġvo ord", - "ĠHand el", - "Ġproof reading", - "ĠPsych o", - "enschaft en", - "Qual ifications", - "Ġhaute ur", - "ĠCaval iers", - "w em", - "Ġst oked", - "ĠW unsch", - "Ġby stand", - "Ġpl ucked", - "Ġsl ain", - "Ġintern a", - "iver so", - "host s", - "Ġsé ance", - "Ġquad ratic", - "ĠFest ivals", - "Ġnurt ured", - "uuuu uuuu", - "Ġschö ne", - "ĠFrem ont", - "Ġin ut", - "Ġsh alt", - "Ġab ack", - "Ġapp alled", - "Ġspe zi", - "ĠSc ala", - "Ġdemon ic", - "ô mes", - "roph ysics", - "ĠQuant itative", - "Ġwink ed", - "ĠAnaly ze", - "K Ã", - "V ault", - "b ru", - "Ġm ites", - "Ġdec omp", - "Ġstr an", - "Ġposs ède", - "ĠPar agraph", - "Ġsav our", - "ĠVol leyball", - "Ġmotor ized", - "Ġsnow fall", - "Ġreaders hip", - "Ġren ou", - "ãĤ Ĭ", - "97 6", - "ĠRh ys", - "lu ke", - "ĠAst hma", - "ĠCos mic", - "Ġlever ages", - "Ġobsc ured", - "Ġprv nÃŃ", - "B AD", - "C zy", - "m A", - "od il", - "ĠL DS", - "ell ia", - "ä¸ Ľ", - "Ġbi otech", - "Ġprop Ã", - "Ġä l", - "Ġdism al", - "Ġsharp ening", - "omp onent", - "ähr ung", - "Ve gan", - "Ġling ered", - "Ġvind t", - "ĠCrime a", - "typ ically", - "Ġexplor atory", - "Ġmies zk", - "ĠProsecut or", - "z els", - "Ġun vaccinated", - "Ġus hered", - "Ġent ro", - "Ġent angled", - "und ance", - "Ġmar av", - "ĠMin er", - "ĠTrans parent", - "ben efit", - "ĠSky e", - "ĠCorn el", - "ĠnÄĽ kol", - "Ġcarn iv", - "ĠVaugh an", - "$ [", - "B os", - "I OS", - "J uan", - "Q aeda", - "R ex", - "S r", - "S RC", - "Ġb ays", - "Ġl ily", - "Ġy olks", - "ĠT old", - "ess ay", - "Ġout perform", - "Th ousands", - "Ġpat ched", - "Pro per", - "ĠPr és", - "for ge", - "Ġmajor ité", - "Ġpress ion", - "Ġprim ed", - "ĠPar f", - "Ġir rig", - "ĠCard i", - "änd ert", - "ĠNut zer", - "ĠSA FE", - "Ġconve x", - "Ġnoo it", - "ĠMaurit ius", - "u ÃŁ", - "ĠA GE", - "ĠP ett", - "Ġha vent", - "ĠG NC", - "pl anted", - "ind est", - "og ical", - "Ġfl utter", - "Ġcre me", - "Ġsun burn", - "Ġlic ences", - "ĠLog ging", - "ĠWood ward", - "ĠNOT HING", - "Ġrig idity", - "akt iv", - "ĠBurn ett", - "creat ive", - "âī ¤", - "Ġinaugur ated", - "ļ æľī", - "Ġs hen", - "ĠT K", - "ĠS igh", - "ĠA ure", - "ĠL ina", - "ĠN erd", - "Ġk ul", - "ĠRe is", - "af in", - "for cer", - "arc ia", - "ĠVit amins", - "Ġrefriger ate", - "ĠIgn ore", - "S ed", - "i ola", - "Ġin west", - "st wa", - "ĠE rika", - "ĠCl utch", - "Ġris chio", - "Ġkick er", - "ĠConc erns", - "çģ °", - "Ġmarch a", - "Ġméd ical", - "abl anca", - "Hol lywood", - "Ġdermat itis", - "æĦ¤ æĢĴ", - "D oo", - "d re", - "d ia", - "ĠT OR", - "Ġde utsch", - "ĠL oki", - "Ġsu erte", - "ĠTh orough", - "Ġrec omi", - "ĠPl ano", - "pre chen", - "Le ague", - "IV ING", - "ĠEt c", - "User Id", - "ĠPic nic", - "ĠLob ster", - "Ġdeven u", - "Ġaudiob ook", - "C otton", - "ĠS aff", - "Ġj ullie", - "ide al", - "Ġaut of", - "Ġart ich", - "Ġspecial ise", - "Ġfall back", - "ĠBed eut", - "dec or", - "NY C", - "ĸ åįĹ", - "Ġt innitus", - "Ġc sv", - "as pect", - "il ated", - "ĠC aring", - "ith ing", - "Ġk Wh", - "ise ase", - "Ġbr acing", - "Ġexp o", - "ĠAd ele", - "Ġwalk through", - "ĠRob ust", - "ĠTHE M", - "Ġhyd rating", - "ĠShould n", - "åĿ ¦", - "ĠFat igue", - "ĠTu ition", - "Ġremodel ed", - "Ġcic lo", - "Ġordin ances", - "Zen eca", - "L il", - "Ġe arm", - "ad j", - "ĠP ang", - "ĠN og", - "ĠN DP", - "oy l", - "aps es", - "éģ £", - "Ġcheap ly", - "Port land", - "ĠNord strom", - "羣 çļĦ", - "Ġundergo es", - "åIJķ ç«ŀçĶ·", - "T odo", - "U INT", - "o ffic", - "Ġb ah", - "ĠC hern", - "oc ations", - "Ġk rä", - "ç» ķ", - "class ic", - "ĠSl ave", - "Ġtu v", - "ÑĢ Ñĥ", - "Ġmamm alian", - "ĠvÃŃ ct", - "Ġocas iones", - "Ġlut te", - "Ġfunkt ioniert", - ". {", - "K urt", - "Ġm owing", - "ĠM ETHOD", - "Ġal es", - "res ume", - "Ġaut eurs", - "Ġcro che", - "bas is", - "ĠBarb ados", - "elect ronic", - "Ġpediatric ian", - "Ġsä ger", - "ĠKhal il", - "Ġadject ive", - "Ġimmort ality", - "B le", - "Z N", - "ĠA PS", - "ig are", - "ĠR ost", - "ĠL Y", - "Ġet hereal", - "Ġsl ime", - "Ġut veck", - "TR ANS", - "ĠLow est", - "Ġspark ly", - "Ġmater ially", - "Hard ware", - "Ġimpair ments", - "ĠRus so", - "æĶ» åĩ»", - "Ġf eral", - "Ġd wa", - "Ġsh oving", - "ĠO U", - "Ġdo ble", - "Ġus ur", - "Ġes clus", - "ĠSp ots", - "ump us", - "ĠAdd ition", - "05 9", - "UN C", - "illa ume", - "UM N", - "Ġlibert ad", - "Ġlum inos", - "NEW S", - "++++++++ ++++++++", - "Ġmiscar riage", - "Ġimmédiat ement", - "Ġh overed", - "ge o", - "ub o", - "vers a", - "get Property", - "rit a", - "çļĦ æīĭ", - "Ġconf ianza", - "Ġexc ruciating", - "Ġx box", - "rag t", - "pre ter", - "Ġmor atorium", - "itch ie", - "EC TS", - "Ġvalid ating", - "ĠRob ots", - "Ġexcited ly", - "ĠHam let", - "Sur vey", - "ĠEC G", - "ĠSovere ign", - "Ġkte ÅĻÃŃ", - "> .<", - "l ique", - "ĠR SA", - "Ġover priced", - "Ġsim ile", - "Ġfun ct", - "arn ished", - "Ġcr umbled", - "ĠCont rary", - "Ġdeb emos", - "ĠAnt iqu", - "but tons", - "Ġaf ric", - "å¸ Ń", - "Ġped igree", - "ĠTR AN", - "ĠAlbert ine", - "Coll ins", - "ĠDOWN LOAD", - "* ;", - "k un", - "p itch", - "ĠP ell", - "ĠSt ub", - "ĠBe g", - "=\" ../", - "Ġstar ve", - "ĠSal am", - "Ġmotion ed", - "Ġmoder ators", - "ĠDim it", - "Ġpuis qu", - "Ġkont rol", - "creat or", - "Ġmisc ellaneous", - "Ġost ensibly", - "Ġabras ion", - "Ġsembra va", - "Ġstoryt eller", - "Ġarbitr arily", - "S z", - "b oss", - "r idden", - "¼ ½", - "Ġc ât", - "Ġto c", - "ĠH IM", - "ĠE TS", - "ĠDe bra", - "Ġsym metrical", - "Ġperm alink", - "Ġcat fish", - "Ġru olo", - "ĠCur tain", - "Ġquot as", - "ĠNik ola", - "Ġbik ers", - "Ġgiust o", - "Ġorchestr ated", - "Ġadel ante", - "C able", - "l ocated", - "Ġg our", - "ch im", - "cc an", - "ĠV and", - "ĠSp atial", - "Ġregular s", - "pond i", - "åĴ ļ", - "Ġbra ided", - "Ġsnow board", - "ĠPo inter", - "cr acker", - "æ°ij ä", - "èħ ¿", - "polit ics", - "ĠSCH OOL", - "P ine", - "a quin", - "r ude", - "Ġto ho", - "Ġal ters", - "ĠE ureka", - "ĠK ettle", - "In come", - "Ġgl iding", - "Ġdom ino", - "Ġast fel", - "Ġfur the", - "ĠGP Us", - "ĠJam al", - "ĠBeck ham", - "Ġpolar ized", - "ĠMoz ambique", - "ĠmÃŃn imo", - "O tt", - "Ġf izz", - "ĠT read", - "am ot", - "Ġst anie", - "ĠD ÃŃ", - "op rost", - "ĠO ft", - "ĠJ ou", - "In cluding", - "Ġunder represented", - "Ġmed all", - "Ġap rop", - "uit ary", - "Ġhurt ful", - "çİĭ åĽ", - "Ġgru esome", - "ĠAle ks", - "缴 åĪ°", - "ouv rez", - "H em", - "L ua", - "R ice", - "Ġd ong", - "Ġal mac", - "Ġor acle", - "itt el", - "Ġbr ind", - "val ued", - "Äĥ to", - "ici ens", - "Ġunc anny", - "ĠIT V", - "Ġemp fe", - "ů j", - "jo ined", - "Cons umers", - "Ġrapp ro", - "Ġnap kins", - "ĠWH EN", - "Ġretrie ving", - "Vari ables", - "ĠHeming way", - "b ounds", - "n ier", - "ĠJ ol", - "gg ling", - "Ġâ ħ", - "ĠMc Gr", - "AD s", - "col oured", - "ĠChar itable", - "å¤ļ ä", - "Ġfur iously", - "ĠCro atian", - "çŁ¥ è¯Ĩ", - "Ġinterrupt ing", - "S Q", - "k urs", - "p resa", - "Ġg ull", - "ĠA cknowled", - "ĠC AB", - "ĠB aja", - "ĠF auc", - "Ġk ijken", - "ĠCh orus", - "Ġacc lim", - "Ġacc eder", - "ĠHe ated", - "Ġtyp ography", - "isc illa", - "udd in", - "ĠHa as", - "Ġcock ed", - "TR AN", - "Ġling ua", - "ĠSta ples", - "Ġincap ac", - "Amen ities", - "S IG", + "Match er", + "▁m embre", + "▁me mbre", + "▁mem bre", + "▁membr e", + "▁Ex pect", + "▁Exp ect", + "▁ Expect", + "▁tr acing", + "▁tra cing", + "no g", + "n og", + "▁d ej", + "▁de j", + "▁у че", + "▁lo ops", + "▁loop s", + "▁on click", + "▁G PU", + "▁GP U", + "▁ GPU", + "▁Album s", + "▁Alb ums", + "▁Arch ives", + "ва та", + "ват а", + "▁st ove", + "▁sto ve", + "ш ли", + "an cies", + "anc ies", + "▁geme ente", + "mo b", + "m ob", + "PD F", + "P DF", + "es o", + "e so", + "▁v ég", + "▁vé g", + "Res olve", + "▁te aches", + "▁teach es", + "▁tea ches", + "ло же", + "▁с тво", + "▁ст во", + "▁ ство", + "▁О дна", + "▁f id", + "▁fi d", + "Some thing", + "Som ething", + "▁ne bo", + "▁Valent ine", + "row ning", + "rown ing", + "▁а ле", + "▁ал е", + "aw i", + "a wi", + "is hi", + "ish i", + "▁S PI", + "▁SP I", + "▁ SPI", + "▁s pel", + "▁sp el", + "▁spe l", + "▁б іль", + "▁бі ль", + "▁particip ant", + "▁N ed", + "▁Ne d", + "▁G ast", + "▁Ga st", + "▁Gas t", + "▁bl ond", + "▁blo nd", + "▁s aves", + "▁sa ves", + "▁save s", + "▁sav es", + "col ored", + "color ed", + "colo red", + "▁A CTION", + "▁AC TION", + "▁ACT ION", + "▁ ACTION", + "▁Polit iker", + "}$ )", + "} $)", + "▁D um", + "▁Du m", + "den try", + "d entry", + "Stud ent", + "▁~ =", + "lo ads", + "load s", + "▁F oster", + "▁Fo ster", + "一 个", + "▁P K", + "▁ PK", + "▁S B", + "▁ SB", + "▁H ern", + "▁He rn", + "▁Her n", + "▁Ex hib", + "Listener s", + "Listen ers", + "Su n", + "S un", + "pl ac", + "▁B ever", + "▁Be ver", + "▁Bev er", + "▁incl uy", + "▁inclu y", + "▁d c", + "▁ dc", + "ar gc", + "arg c", + "▁g ed", + "▁ge d", + "▁ ged", + "с па", + "▁Form ula", + "▁с ем", + "▁се м", + "▁em pt", + "▁emp t", + "▁ empt", + "un register", + "▁Queens land", + "ánd ez", + "ot ive", + "oti ve", + "▁al ley", + "▁all ey", + "▁alle y", + "▁Democr at", + "▁trav ail", + "▁$ ,", + "▁ $,", + "R P", + "ро е", + "pers onal", + "person al", + "▁péri ode", + "HO ME", + "om es", + "ome s", + "o mes", + "▁recogn ised", + "he ng", + "hen g", + "h eng", + "▁J ung", + "▁Jun g", + "▁Ju ng", + "▁Ro land", + "▁Rol and", + "▁conv icted", + "Loc ked", + "Lock ed", + "L ocked", + "▁m ari", + "▁mar i", + "▁ma ri", + "▁Lux em", + "refer to", + "De leted", + "Dele ted", + "Delete d", + "Del eted", + "int ent", + "inte nt", + "▁St aats", + "▁Sta ats", + "▁обла сті", + "и т", + "▁са ве", + "▁Pro tocol", + "▁ Protocol", + "ają c", + "ch k", + "Type Info", + "▁p kt", + "▁ pkt", + "▁sc andal", + "▁scan dal", + "▁individ ually", + "▁individual ly", + "FM T", + "F MT", + "▁n j", + "ab ile", + "abil e", + "abi le", + "▁R ivers", + "▁River s", + "PRO PERTY", + "V B", + "wo rt", + "wor t", + "w ort", + "▁split ting", + "▁spl itting", + "ach ten", + "acht en", + "achte n", + "a chten", + "▁AR ISING", + "▁s ip", + "▁si p", + "▁f res", + "▁fr es", + "▁fre s", + "▁g room", + "▁gr oom", + "▁gro om", + "H ol", + "▁c anon", + "▁can on", + "▁ca non", + "▁abrupt ly", + "▁after ward", + "▁R unning", + "▁Run ning", + "▁ Running", + "▁j i", + "▁ ji", + "▁% ,", + "▁ %,", + "▁Palest inian", + "R W", + "pgf scope", + "▁country side", + "▁countr yside", + "▁fort unate", + "▁ fortunate", + "▁c él", + "▁Po inter", + "▁Point er", + "▁ Pointer", + "ens ors", + "ensor s", + "enso rs", + "ra ting", + "rat ing", + "r ating", + "▁buff ers", + "▁buffer s", + "▁buf fers", + "▁re mot", + "▁rem ot", + "▁Prop Types", + "▁N ah", + "▁Na h", + "al tern", + "alt ern", + "alter n", + "▁eas iest", + "▁in vas", + "▁inv as", + "▁cl k", + "▁ clk", + "copy right", + "c opyright", + "▁bl anc", + "SA MP", + "S AMP", + "▁Co hen", + "▁S hell", + "▁She ll", + "▁Sh ell", + "▁Shel l", + "▁ Shell", + "▁destroy ing", + "▁destro ying", + "▁Z el", + "▁Ze l", + "date r", + "da ter", + "dat er", + "d ater", + "če n", + "č en", + "▁f iling", + "▁fil ing", + "▁fi ling", + "▁integr ate", + "xi t", + "x it", + "▁R ET", + "▁RE T", + "▁ RET", + "le ne", + "len e", + "l ene", + "cal ls", + "call s", + "c alls", + "▁sl aughter", + "init ialized", + "initial ized", + "initialize d", + "un ches", + "unch es", + "unc hes", + "▁Tr ace", + "▁Tra ce", + "▁ Trace", + "eff icient", + "▁Wood s", + "▁long itud", + "G N", + "▁K ont", + "▁Kon t", + "▁Ko nt", + "▁chunk s", + "á ch", + "▁unem ployment", + "ac om", + "aco m", + "a com", + "▁sl owed", + "▁slow ed", + "▁out lined", + "▁outline d", + "xff ff", + "xf fff", + "x ffff", + "▁ik ke", + "▁work space", + "▁works pace", + "M c", + "▁k icking", + "▁kick ing", + "▁embed ding", + "ch nitt", + "chn itt", + "er ten", + "ert en", + "▁In terior", + "▁Inter ior", + "▁S ongs", + "▁Son gs", + "▁Song s", + "mm c", + "m mc", + "▁analy zed", + "▁analyze d", + "▁Cou pe", + "▁favor ites", + "▁favorite s", + "▁t t", + "▁ tt", + "▁то й", + "▁ той", + "R outing", + "▁Sil va", + "▁andere m", + "▁ander em", + "▁h onom", + "▁hon om", + "▁ho nom", + "▁исполь зова", + ".\" ]", + ". \"]", + "▁W u", + "le gt", + "leg t", + "▁s poon", + "▁sp oon", + "▁spo on", + "▁j ap", + "▁ja p", + "▁Ext ension", + "▁ Extension", + "er ne", + "ern e", + "▁v agy", + "▁va gy", + "▁vag y", + "▁се ла", + "▁ф унк", + "▁anal ytics", + "▁analyt ics", + "▁s ug", + "▁su g", + "▁A sync", + "▁As ync", + "▁ Async", + "▁pe aks", + "▁peak s", + "▁G ym", + "▁Gy m", + "▁law suit", + "▁laws uit", + "< >", + "ial is", + "i alis", + "et ric", + "etr ic", + "face d", + "fa ced", + "fac ed", + "f aced", + "▁dis rupt", + "▁f å", + "Input s", + "`) ;", "` );", - "Ġl ager", - "el den", - "ang ana", - "Ġloc us", - "ĠEn um", - "Ġcomb ina", - "ĠRE F", - "SD K", - "Ġréal isé", - "Ġfigur ative", - "gall ery", - "Ġc oo", - "ol ated", - "ĠJ av", - "Ġcomp ter", - "Ġbr istles", - "Ġmar iage", - "sw ith", - "irt ies", - "col a", - "ĠHar rington", - "ĠOb i", - "ĠSing ing", - "Ġmagnific ence", - "ĠMaÃŁ nahmen", - "H olding", - "M obil", - "R ear", - "Ġt inted", - "Ġl icht", - "ĠP DP", - "ĠB K", - "ĠD odd", - "hen ce", - "Ġsign alling", - "Ġshort ness", - "ĠNe ur", - "Ġmoment ary", - "Ġprim ordial", - "Ġrev oke", - "Ġguess es", - "æĪĺ è", - "Ġméd ic", - "Ġrenov ate", - "ĠKauf man", - "Ġundersc ores", - "t aste", - "an igans", - "Ġu ffic", - "ac comp", - "Ġfor a", - "ĠW ishing", - "Ġme zz", - "Ġus ando", - "Ġco isas", - "Ġmov able", - "sp acing", - "ĠAm bro", - "Ex hib", - "Ġsteep ed", - "Ġtraged ies", - "War ren", - "æīĢæľī çļĦ", - "does n", - "Ġdelic ately", - "Ġnud ity", - "Ġbé bé", - "Ġantid ote", - "F SA", - "Ġc ring", - "ith romycin", - "ĠP atti", - "Ġfl ore", - "ĠAnd hra", - "An swers", - "Ġwond rous", - "ĠStud ien", - "Ġpou ze", - "Ġglob ale", - "ĠCart ier", - "arant ine", - "gov ina", - "Ġlam inated", - "Lie be", - "B H", - "D it", - "K athy", - "Ġv org", - "Ġcl ás", - "ass urer", - "Ġsl uts", - "ĠCon an", - "ON LY", - "ĠInst ruct", - "ĠHome work", - "Ġför sta", - "Ġsig ma", - "Ġliv raison", - "Ġdust ing", - "Ġeyel id", - "MOD EL", - "Ġclot hed", - "DOWN LOAD", - "ĠAnk ara", - "Ġbaff led", - "ĠLank an", - "f usc", - "j ord", - "Ġc hen", - "Ġl ittered", - "ĠS omm", - "ĠM ás", - "ER GY", - "Ġhead board", - "Ġexist ent", - "Ġgen ug", - "ĠSoc ieties", - "bed ingt", - "ĠChar coal", - "Off ering", - "Ġrein vest", - "Ġlou is", - "Ġcov ari", - "Ġcowork er", - "Ġloung ing", - "ĠVog el", - "F ruit", - "å ª", - "Ġt ux", - "Ġd ucked", - "ĠJ PEG", - "ach u", - "ĠAl askan", - "over flow", - "Ġcomb att", - "ĠHer bs", - "Ġblock age", - "ĠEst imates", - "ĠCamp s", - "Ġinn umerable", - "Check ing", - "Ġupload s", - "Ġdol phin", - "Ġreun iÃ", - "ĠFly er", - "Ġadj ourn", - "Io T", - "ĠReven ge", - "E uropa", - "G rat", - "Y ield", - "á ¸", - "Ġ ï¬ģ", - "um acher", - "aw t", - "Ġlot ions", - "Ġing ested", - "Ġsitu ational", - "host name", - "Ġnob ility", - "Ġdesc endant", - "Vis itors", - "Ġnap kin", - "Ġplac enta", - "Ġpied ra", - "Supplement ary", - "ĠSev illa", - "; /", - "_ >", - "c ite", - "y en", - "Ġre neg", - "Ġha v", - "oc ry", - "Ġafter life", - "Ġacqu a", - "CT RL", - "Ġelement o", - "(! $", - "Ġmaj esty", - "rr rr", - "Ġinici ativa", - "Ġpregunt as", - "ĠBhar at", - "im men", - "Ġest ará", - "Ġspec ie", - "Cl ay", - "IC C", - "ĠUs ername", - "ĠBet hel", - "Ġét ud", - "ĠPlay a", - "ĠRob yn", - "ĠSun ni", - "ĠNA V", - "Ġdov rebbe", - "Ġperipher y", - "Ġmonet ize", - "Ġundis closed", - "O V", - "W ATCH", - "W esley", - "ĠS ore", - "ĠC ie", - "ur so", - "ĠD VR", - "ain ers", - "ĠSt or", - "ĠGr acias", - "const ructor", - "Ġped ir", - "ĠSus ie", - "Ġshell ing", - "ĠOR F", - "Ġincl ine", - "Ġclim bers", - "ĠDies es", - "ĠProtect ing", - "Ġblo ating", - "Israel i", - "Ġráp ida", - "F oo", - "r ées", - "re ward", - "Ġis chemia", - "Ġno except", - "ph osph", - "ied ades", - "Ġgr anny", - "way ne", - "Ġcur few", - "ĠReg ency", - "Ġcam pe", - "ĠVer dict", - "Ġnach halt", - "ĠEisen hower", - "Ġaprend iz", - "C ort", - "D utch", - "n atal", - "Ġn b", - "Ġn intendo", - "ĠR oster", - "ĠN LP", - "to LowerCase", - "ild ed", - "ik in", - "Ġgr umpy", - "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠ", - "ĠAS D", - "output s", - "ĠBus y", - "Ġmobil ize", - "Ġinsult ed", - "FER ENCE", - "Ġdic embre", - "Celebr ate", - "Ġiz quier", - "Ġb anco", - "em otional", - "Ġen sembles", - "Ġsl uÅ", - "Ġvan uit", - "Ġdest ru", - "LL Y", - "Inst itute", - "ĠLE AD", - "ĠCro chet", - "Ġbez el", - "Ġchrom ium", - "Ġsob riety", - "Ġscrub bed", - "ĠRefuge e", - "ĠASE AN", - "Ġha haha", - "Ġsp itting", - "Ġres iliency", - "Ġob tains", - "ĠCl er", - "Ġpay back", - "ĠX III", - "amb ots", - "oph ag", - "ĠCall ie", - "ĠHa unted", - "agon ia", - "unn able", - "Ġlang age", - "...... ...", - "羣 æĺ¯", - "chart ed", - "Ġcath olic", - "Ġbúsqu eda", - "D ump", - "G esch", - "S q", - "Ù Ĥ", - "Ġt eddy", - "re iber", - "inter vention", - "Bl end", - "Ġapart heid", - "ĠHard ing", - "Ġele ktr", - "ĠMic ah", - "Ġintens ify", - "lä gg", - "Ġconve ction", - "Ġrena issance", - "ĠGosp els", - "P oss", - "b ef", - "c ja", - "j ÃŃ", - "ĠH arness", - "ĠF ass", - "ĠAn and", - "Ġdisc ontent", - "Ġvers ed", - "Ġprice Unit", - "Ġblack out", - "ĠCB T", - "Ġwa ivers", - "Ġdiagn osing", - "Det roit", - "Ġtestim onies", - "rä gt", - "Ġintercept ed", - "R oles", - "Ġd unque", - "Ġan on", - "ut ane", - "ĠD ied", - "Ġall geme", - "oll ip", - "Ġunder dog", - "Ġinc iner", - "Ġmod ality", - "ä sta", - "sh ade", - "AL Y", - "AL IGN", - "Ġtemper ate", - "CT L", - "Ġpractical ity", - "Ġwheel ed", - "Ġgam ut", - "ĠMyst ic", - "Ġobliv ion", - "u ers", - "Ġd izer", - "ĠB urt", - "ag ric", - "ĠR ye", - "ĠK ona", - "Ġinc est", - "Ġent fer", - "Ġje an", - "ä¸Ĭ æµ·", - "ĠSam son", - "SUP PORT", - "Ġabduct ed", - "pyt est", - "H ans", - "ĠD ang", - "ab ler", - "Ġpar ola", - "��str len", - "åľ¨ ä¸Ģèµ·", - "äºĨ ä¸Ģ个", - "Ġign ited", - "Ass ist", - "ĠOl ga", - "Ġcolon el", - "Ġbub bly", - "Ġslee pless", - "ĠMcG regor", - "Ġupt o", - "`{ =", - "A FP", - "re fer", - "en joy", - "Ġf roid", - "Ġm oot", - "ĠP opp", - "ĠB res", - "op ies", - "end um", - "ĠK udos", - "Ġins in", - "Ġcre ed", - "ĠCon clusions", - "not ice", - "ĠAfter noon", - "ĠAut os", - "vere z", - "Ġrac ers", - "Ġciv ile", - "ĠWE B", - "ĠRA F", - "æĿ¡ 件", - "ĠGreens boro", - "OND ON", - "Bath room", - "ĠGä ste", - "en ça", - "Ġf iesta", - "Ġb ain", - "Ġin separ", - "Ġr ushes", - "agn ar", - "« ,", - "ifi ée", - "Conf irm", - "Lo an", - "Ġsag ging", - "Wal ter", - "Flex ible", - "Ġacut ely", - "c url", - "p ins", - "Ġc á", - "ig ated", - "ul ter", - "ĠSp iral", - "Ġpa using", - "Ġsch reiben", - "fe eling", - "ĠConst ructor", - "æŀ IJ", - "Ġprod utos", - "é¥ °", - "Ġbeet le", - "Ġoverhe ard", - "S ÃŃ", - "s ounding", - "ĠT anya", - "Ġcl itor", - "Ġunder line", - "Ġprot racted", - "Ġtri pped", - "Ġopp oses", - "Ġmo itié", - "isse urs", - "ĠRece ipt", - "Ġdisposit ivos", - "Specific ally", - "森 æŀĹ", - "subs cription", - "ĠAnnounce ment", - "REDI ENTS", - "S itting", - "st retched", - "ĠG ia", - "Ġdi ario", - "erm antes", - "æĪ Ī", - "Ġcapt ains", - "plan ation", - "ĠAlb ania", - "Ġchromos omes", - "Ġmuit as", - "ĠErgeb nis", - "B eds", - "l assen", - "~ /", - "Ġl Ã¥ng", - "ĠB ells", - "In nen", - "Ġform azione", - "çļĦ åħ", - "min os", - "ĠCol t", - "Ġapplic ability", - "Ġma at", - "icks on", - "Ġfasc ism", - "ĠCP Us", - "解 åĨ", - "Ġstag ione", - "Ġaktu ell", - "Ġsmirk ed", - "m é", - "Ġc éré", - "Ġin securities", - "ĠS ä", - "Ġhe er", - "ĠH uck", - "Ġne oliberal", - "Ġsa i", - "port e", - "pr in", - "Ġstr ung", - "Ġdet ach", - "co ffee", - "val ence", - "IT IONS", - "Ġden k", - "UR AL", - "ĠAc oustic", - "Rec on", - "Ġrum ble", - "zn ik", - "Dev ices", - "Ġseñ or", - "ĠMans field", - "ĠLors que", - "Ġl ures", - "Ġg hetto", - "Ġde hors", - "ĠH AR", - "ĠR ép", - "Ġch ile", - "ath letes", - "Ġcre aciÃ", - "ĠAn imated", - "Ġâ ŀ", - "Ġhab la", - "Ġgrad ients", - "Ġcross ings", - "Ġtail oring", - "ĠMas sey", - "ĠCapital ism", - "ĠExam ine", - "Ġpatch work", - "Ġharsh ly", - "Ġá mb", - "Ġak ty", - "管 çIJĨ", - "Ġpiccol i", - "ĠKö ln", - "ĠPey ton", - "Elig ibility", - "c x", - "p ract", - "Ġf ished", - "Ġu mp", - "Ġbe friend", - "ist ische", - "Ġun important", - "Ġcre ma", - "Ġvis o", - "ĠRes in", - "Ġsch oon", - "dom inated", - "Ġpredict ors", - "BE GIN", - "Old er", - "ĠSaw yer", - "w orn", - "Ġg Äĥ", - "ĠC ER", - "âĢĻ ;", - "ĠF ren", - "ĠO TT", - "Ġcomm uters", - "ĠDe ploy", - "ron ique", - "As ÃŃ", - "Ġbon net", - "Bl ake", - "dom ains", - "ĠMount ed", - "Ġabstract s", - "Ġnucle otide", - "ĠNar uto", - "Ġtrov ato", - "ĠEntsche idung", - "Ġconscient ious", - "Ġincontin ence", - "( {\\", - "B rew", - "al p", - "Ġl le", - "ĠM EP", - "ĠB itter", - "Ġwill power", - "Ġbl anche", - "Ġlong s", - "ĠBl ades", - "sp elling", - "Al ors", - "ĠMin n", - "gl asses", - "HE L", - "Ġarm chair", - "ĠMa estro", - "ĠSa igon", - "Pre paring", - "iac in", - "ĠLE ED", - "Port able", - "=\"\">