diff --git "a/tokenizer.json" "b/tokenizer.json" new file mode 100644--- /dev/null +++ "b/tokenizer.json" @@ -0,0 +1,59645 @@ +{ + "version": "1.0", + "truncation": null, + "padding": null, + "added_tokens": [ + { + "id": 0, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 1, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 2, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + } + ], + "normalizer": { + "type": "Sequence", + "normalizers": [ + { + "type": "Prepend", + "prepend": "▁" + }, + { + "type": "Replace", + "pattern": { + "String": " " + }, + "content": "▁" + } + ] + }, + "pre_tokenizer": null, + "post_processor": { + "type": "TemplateProcessing", + "single": [ + { + "Sequence": { + "id": "A", + "type_id": 0 + } + } + ], + "pair": [ + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "B", + "type_id": 1 + } + } + ], + "special_tokens": {} + }, + "decoder": { + "type": "Sequence", + "decoders": [ + { + "type": "Replace", + "pattern": { + "String": "▁" + }, + "content": " " + }, + { + "type": "ByteFallback" + }, + { + "type": "Fuse" + }, + { + "type": "Strip", + "content": " ", + "start": 1, + "stop": 0 + } + ] + }, + "model": { + "type": "BPE", + "dropout": null, + "unk_token": "", + "continuing_subword_prefix": null, + "end_of_word_suffix": null, + "fuse_unk": true, + "byte_fallback": true, + "vocab": { + "": 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, + "▁t": 259, + "▁a": 260, + "he": 261, + "in": 262, + "er": 263, + "on": 264, + "re": 265, + "▁the": 266, + "at": 267, + "▁s": 268, + "▁o": 269, + "en": 270, + "▁w": 271, + "an": 272, + "or": 273, + "is": 274, + "it": 275, + "es": 276, + "▁c": 277, + "ed": 278, + "al": 279, + "▁f": 280, + "nd": 281, + "ar": 282, + "▁p": 283, + "▁b": 284, + "ing": 285, + "▁of": 286, + "ou": 287, + "▁in": 288, + "▁m": 289, + "ic": 290, + "▁and": 291, + "▁to": 292, + "ion": 293, + "as": 294, + "▁d": 295, + "le": 296, + "▁h": 297, + "om": 298, + "ent": 299, + "▁th": 300, + "il": 301, + "▁T": 302, + "▁S": 303, + "st": 304, + "▁re": 305, + "ro": 306, + "el": 307, + "ct": 308, + "▁A": 309, + "▁n": 310, + "▁l": 311, + "et": 312, + "▁C": 313, + "▁I": 314, + "▁e": 315, + "id": 316, + "am": 317, + "ol": 318, + "ut": 319, + "▁g": 320, + "ad": 321, + "ot": 322, + "ur": 323, + "ve": 324, + "ce": 325, + "▁M": 326, + "im": 327, + "ation": 328, + "ly": 329, + "ig": 330, + "▁on": 331, + "▁be": 332, + "▁for": 333, + "▁is": 334, + "ch": 335, + "ay": 336, + "us": 337, + "ver": 338, + "ow": 339, + "▁B": 340, + "▁P": 341, + "▁that": 342, + "ir": 343, + "▁st": 344, + "▁(": 345, + "▁The": 346, + "ter": 347, + "▁he": 348, + "ith": 349, + "▁H": 350, + "ul": 351, + "un": 352, + "se": 353, + "▁y": 354, + "▁as": 355, + "ra": 356, + "▁R": 357, + "▁D": 358, + "▁W": 359, + "▁with": 360, + "if": 361, + "▁it": 362, + "▁F": 363, + "▁wh": 364, + "em": 365, + "▁was": 366, + "▁an": 367, + "ag": 368, + "▁al": 369, + "ri": 370, + "ist": 371, + "ers": 372, + "▁L": 373, + "▁con": 374, + "est": 375, + "od": 376, + "▁N": 377, + "th": 378, + "ac": 379, + "and": 380, + "▁E": 381, + "her": 382, + "op": 383, + "ate": 384, + "um": 385, + "ill": 386, + "▁G": 387, + "▁pro": 388, + "▁at": 389, + "ab": 390, + "▁v": 391, + "ess": 392, + "ld": 393, + "our": 394, + "▁de": 395, + "rom": 396, + "oc": 397, + "ew": 398, + "res": 399, + "pp": 400, + "▁com": 401, + "ity": 402, + "qu": 403, + "ht": 404, + "▁or": 405, + "▁by": 406, + "▁J": 407, + "ment": 408, + "os": 409, + "ke": 410, + "ore": 411, + "ort": 412, + "▁O": 413, + "ect": 414, + "iv": 415, + "ain": 416, + "▁ex": 417, + "▁are": 418, + "▁\"": 419, + "art": 420, + "ies": 421, + "ant": 422, + "▁from": 423, + "▁se": 424, + "▁su": 425, + "▁ha": 426, + "▁r": 427, + "end": 428, + "all": 429, + "..": 430, + "ive": 431, + "▁you": 432, + "ud": 433, + "nt": 434, + "▁not": 435, + "▁<": 436, + "▁U": 437, + "ard": 438, + "ust": 439, + "pt": 440, + "▁ch": 441, + "▁this": 442, + "pe": 443, + "ight": 444, + "▁sh": 445, + "ear": 446, + "ial": 447, + "▁In": 448, + "▁u": 449, + "▁le": 450, + "▁have": 451, + "ould": 452, + "out": 453, + "ge": 454, + "▁his": 455, + "ame": 456, + "rou": 457, + "▁we": 458, + "ell": 459, + "ass": 460, + "ure": 461, + "ber": 462, + "og": 463, + "ich": 464, + "ost": 465, + "ine": 466, + "▁St": 467, + "▁wor": 468, + "ast": 469, + "▁pl": 470, + "ans": 471, + "ue": 472, + "per": 473, + "▁=": 474, + "pl": 475, + "▁cl": 476, + "▁K": 477, + "ak": 478, + "ions": 479, + "ub": 480, + "age": 481, + "▁ab": 482, + "ia": 483, + "are": 484, + "ff": 485, + "ok": 486, + "ome": 487, + "▁“": 488, + "ack": 489, + "ong": 490, + "ary": 491, + "▁j": 492, + "▁us": 493, + "ated": 494, + "▁has": 495, + "ire": 496, + "▁k": 497, + "--": 498, + "ap": 499, + "ical": 500, + "iz": 501, + "cl": 502, + "ip": 503, + "ther": 504, + "=\"": 505, + "ice": 506, + "▁whe": 507, + "ry": 508, + "▁all": 509, + "▁Th": 510, + "ide": 511, + "ous": 512, + "ere": 513, + ");": 514, + "ex": 515, + "gh": 516, + "ult": 517, + "ie": 518, + "▁go": 519, + "▁can": 520, + "▁Ch": 521, + "▁im": 522, + "▁un": 523, + "ction": 524, + "av": 525, + "ind": 526, + "cc": 527, + "▁but": 528, + "▁which": 529, + "▁V": 530, + "ence": 531, + "▁ad": 532, + "able": 533, + "▁int": 534, + "▁their": 535, + "orm": 536, + "▁who": 537, + "▁en": 538, + "▁{": 539, + "▁do": 540, + "▁will": 541, + "ime": 542, + "▁comp": 543, + "▁cont": 544, + "▁had": 545, + "▁me": 546, + "▁they": 547, + "ord": 548, + "▁*": 549, + "ian": 550, + "port": 551, + "▁were": 552, + "one": 553, + "▁}": 554, + "▁res": 555, + "act": 556, + "ib": 557, + "ign": 558, + "ations": 559, + "▁out": 560, + "//": 561, + "so": 562, + "fer": 563, + "ru": 564, + "ep": 565, + "▁one": 566, + "con": 567, + "▁ar": 568, + "ount": 569, + "ance": 570, + "▁her": 571, + "▁sa": 572, + "mer": 573, + "ook": 574, + "▁Y": 575, + "ace": 576, + "ally": 577, + "▁ne": 578, + "▁up": 579, + "lic": 580, + "▁It": 581, + "▁He": 582, + "▁man": 583, + "▁if": 584, + "ile": 585, + "urn": 586, + "ish": 587, + "ks": 588, + "▁more": 589, + "ase": 590, + "": 684, + "old": 685, + "▁ret": 686, + "▁comm": 687, + "ational": 688, + "▁any": 689, + "get": 690, + "ext": 691, + "ove": 692, + "ade": 693, + "ne": 694, + "oll": 695, + "clud": 696, + "▁first": 697, + "ath": 698, + "▁off": 699, + "oy": 700, + "ng": 701, + "ater": 702, + "aw": 703, + "▁into": 704, + "▁than": 705, + "ublic": 706, + "▁bec": 707, + "▁rec": 708, + "▁our": 709, + "▁$": 710, + "▁–": 711, + "ool": 712, + "▁people": 713, + "▁some": 714, + "ring": 715, + "**": 716, + "ty": 717, + "iss": 718, + "ink": 719, + "amp": 720, + "ons": 721, + "elf": 722, + "▁As": 723, + "ef": 724, + "ont": 725, + "▁Se": 726, + "▁class": 727, + "ual": 728, + "▁des": 729, + "▁what": 730, + "ious": 731, + "▁This": 732, + "lect": 733, + "we": 734, + "▁him": 735, + "ert": 736, + "▁acc": 737, + "ond": 738, + "sp": 739, + "▁under": 740, + "▁get": 741, + "▁Com": 742, + "▁act": 743, + "igh": 744, + "▁no": 745, + "ick": 746, + "▁ind": 747, + "man": 748, + "iew": 749, + "▁like": 750, + "▁am": 751, + "ood": 752, + "pec": 753, + "▁inter": 754, + "rib": 755, + "ock": 756, + "ced": 757, + "ug": 758, + "ram": 759, + "▁two": 760, + "▁includ": 761, + "red": 762, + "ited": 763, + "eth": 764, + ".\"": 765, + "ities": 766, + "les": 767, + "ft": 768, + "▁We": 769, + "▁Ar": 770, + "▁just": 771, + "round": 772, + "▁New": 773, + "▁only": 774, + "rough": 775, + "ident": 776, + "▁att": 777, + "ode": 778, + "▁return": 779, + "ata": 780, + "▁Wh": 781, + "ward": 782, + "ause": 783, + "▁bet": 784, + "olog": 785, + "▁fe": 786, + "▁years": 787, + "▁//": 788, + "meric": 789, + "ning": 790, + "▁play": 791, + "▁co": 792, + "ener": 793, + "▁[": 794, + "▁cons": 795, + "▁tra": 796, + "▁after": 797, + "▁how": 798, + "row": 799, + "▁bl": 800, + "▁most": 801, + "ough": 802, + "oint": 803, + "▁reg": 804, + "▁&": 805, + "ife": 806, + "ied": 807, + "▁prov": 808, + "▁ass": 809, + "▁_": 810, + "ivers": 811, + "ull": 812, + "cre": 813, + "▁rel": 814, + "ict": 815, + "▁De": 816, + "▁may": 817, + "land": 818, + "itt": 819, + "ise": 820, + "▁pol": 821, + "▁exp": 822, + "ork": 823, + "▁inv": 824, + "ics": 825, + "als": 826, + "▁ra": 827, + "----": 828, + "▁through": 829, + "▁em": 830, + "arch": 831, + "hip": 832, + "ific": 833, + "▁public": 834, + "▁could": 835, + "▁Americ": 836, + "uring": 837, + "ren": 838, + "ps": 839, + "ased": 840, + "io": 841, + "▁.": 842, + "▁where": 843, + "▁Al": 844, + "▁add": 845, + "yst": 846, + "▁pr": 847, + "ms": 848, + "oth": 849, + "▁": 1138, + "▁while": 1139, + "ized": 1140, + "▁ext": 1141, + "▁Con": 1142, + "ection": 1143, + "▁read": 1144, + "att": 1145, + "ruct": 1146, + "alk": 1147, + "vernment": 1148, + "▁three": 1149, + "▁Comm": 1150, + "ually": 1151, + "ology": 1152, + "▁during": 1153, + "ved": 1154, + "▁dist": 1155, + "▁||": 1156, + "▁—": 1157, + "ets": 1158, + "../": 1159, + "▁last": 1160, + "▁Col": 1161, + "▁does": 1162, + "▁Q": 1163, + "▁sign": 1164, + "▁som": 1165, + "▁There": 1166, + "ript": 1167, + "▁same": 1168, + "eng": 1169, + "ury": 1170, + "▁car": 1171, + "▁est": 1172, + "ital": 1173, + "▁system": 1174, + "▁hand": 1175, + "▁gener": 1176, + "▁char": 1177, + "▁care": 1178, + "ants": 1179, + "ek": 1180, + "ired": 1181, + "▁both": 1182, + "▁Ph": 1183, + "▁They": 1184, + "▁support": 1185, + "pro": 1186, + "eg": 1187, + "ww": 1188, + "ann": 1189, + "ness": 1190, + "mber": 1191, + "bers": 1192, + "▁Z": 1193, + "anc": 1194, + "omen": 1195, + "://": 1196, + "outh": 1197, + "chn": 1198, + "ural": 1199, + "raph": 1200, + "▁here": 1201, + "▁law": 1202, + "▁day": 1203, + "ator": 1204, + "ional": 1205, + "ined": 1206, + "ross": 1207, + "▁How": 1208, + "ety": 1209, + "ared": 1210, + "▁book": 1211, + "ody": 1212, + "the": 1213, + "arm": 1214, + "son": 1215, + "▁school": 1216, + "▁take": 1217, + "▁United": 1218, + "illion": 1219, + "▁result": 1220, + "▁Bl": 1221, + "▁point": 1222, + "ina": 1223, + "▁mem": 1224, + "ml": 1225, + "▁direct": 1226, + "inal": 1227, + "▁still": 1228, + "▁hist": 1229, + "▁str": 1230, + "orth": 1231, + "to": 1232, + "▁team": 1233, + "ected": 1234, + "▁contin": 1235, + "▁find": 1236, + "▁against": 1237, + "▁gl": 1238, + "▁inf": 1239, + "ON": 1240, + "essage": 1241, + "▁sim": 1242, + "▁conf": 1243, + "lement": 1244, + "▁la": 1245, + "usic": 1246, + "▁state": 1247, + "▁dep": 1248, + "▁Sp": 1249, + "▁including": 1250, + "▁say": 1251, + "ohn": 1252, + "app": 1253, + "▁around": 1254, + "▁each": 1255, + "ox": 1256, + "ically": 1257, + "▁data": 1258, + "ense": 1259, + "uro": 1260, + "eb": 1261, + "▁real": 1262, + "▁partic": 1263, + "▁place": 1264, + "IN": 1265, + "▁report": 1266, + "▁program": 1267, + "▁number": 1268, + "rist": 1269, + "▁par": 1270, + "oad": 1271, + "▁Pl": 1272, + "ik": 1273, + "▁fact": 1274, + "iving": 1275, + "▁pass": 1276, + "▁av": 1277, + "ym": 1278, + "ror": 1279, + "▁At": 1280, + "oid": 1281, + "▁Mar": 1282, + "▁Eng": 1283, + "ery": 1284, + "gy": 1285, + "▁business": 1286, + "lish": 1287, + "ission": 1288, + "▁build": 1289, + "▁appro": 1290, + "▁sl": 1291, + "▁mark": 1292, + "ister": 1293, + "ccess": 1294, + "▁John": 1295, + "▁second": 1296, + "▁che": 1297, + "line": 1298, + "▁open": 1299, + "▁pop": 1300, + "put": 1301, + "akes": 1302, + "▁different": 1303, + "uthor": 1304, + "ived": 1305, + "▁leg": 1306, + "ought": 1307, + "rid": 1308, + "ron": 1309, + "cur": 1310, + "▁home": 1311, + "▁All": 1312, + "ref": 1313, + "▁organ": 1314, + "urch": 1315, + "ple": 1316, + "▁going": 1317, + "(\"": 1318, + "enn": 1319, + "ris": 1320, + "▁‘": 1321, + "▁iss": 1322, + "▁mov": 1323, + "sh": 1324, + "',": 1325, + "▁information": 1326, + "▁Be": 1327, + "▁oper": 1328, + "uman": 1329, + "▁list": 1330, + "▁run": 1331, + "ley": 1332, + "▁ca": 1333, + "pos": 1334, + "▁case": 1335, + "ving": 1336, + "▁must": 1337, + "▁vis": 1338, + "ocial": 1339, + "▁head": 1340, + "▁best": 1341, + "ration": 1342, + "▁bro": 1343, + "▁prot": 1344, + "ober": 1345, + "▁rele": 1346, + "span": 1347, + "▁prof": 1348, + "yn": 1349, + "();": 1350, + "▁main": 1351, + "▁:": 1352, + "▁+": 1353, + "conom": 1354, + "lection": 1355, + "gg": 1356, + "ploy": 1357, + "ternational": 1358, + "▁provid": 1359, + "ument": 1360, + "▁family": 1361, + "▁May": 1362, + "oard": 1363, + "ially": 1364, + "▁Or": 1365, + "une": 1366, + "div": 1367, + "▁rece": 1368, + "▁record": 1369, + "--------": 1370, + "til": 1371, + "▁So": 1372, + "▁since": 1373, + "▁States": 1374, + "iver": 1375, + "med": 1376, + "▁government": 1377, + "▁expl": 1378, + "▁adv": 1379, + "▁Res": 1380, + "set": 1381, + "ittle": 1382, + "><": 1449, + "▁never": 1450, + "inc": 1451, + "▁dem": 1452, + "▁happ": 1453, + "▁month": 1454, + "ases": 1455, + "ately": 1456, + "▁sing": 1457, + "▁self": 1458, + "▁country": 1459, + "▁invest": 1460, + "▁post": 1461, + "▁stand": 1462, + "ES": 1463, + "▁Car": 1464, + "▁too": 1465, + "▁project": 1466, + "▁value": 1467, + "▁type": 1468, + "ling": 1469, + "▁York": 1470, + "▁Man": 1471, + "▁When": 1472, + "▁incre": 1473, + "rict": 1474, + "▁*/": 1475, + "ertain": 1476, + "▁That": 1477, + "▁priv": 1478, + "ream": 1479, + "▁current": 1480, + "▁Te": 1481, + "▁small": 1482, + "ried": 1483, + "▁film": 1484, + "▁belie": 1485, + "by": 1486, + "ajor": 1487, + "▁without": 1488, + "of": 1489, + "ality": 1490, + "org": 1491, + "▁order": 1492, + "stand": 1493, + "▁Go": 1494, + "▁techn": 1495, + "▁National": 1496, + "▁effect": 1497, + "▁er": 1498, + "▁Christ": 1499, + "▁come": 1500, + "OR": 1501, + "itions": 1502, + "yp": 1503, + "▁Euro": 1504, + "▁sk": 1505, + "ething": 1506, + "▁sol": 1507, + "▁company": 1508, + "ivid": 1509, + "▁Am": 1510, + "▁To": 1511, + "▁cap": 1512, + "lation": 1513, + "****": 1514, + "▁turn": 1515, + "▁allow": 1516, + "▁sever": 1517, + "▁spe": 1518, + "html": 1519, + "ining": 1520, + "urs": 1521, + "▁What": 1522, + "Ex": 1523, + "ev": 1524, + "resent": 1525, + "▁later": 1526, + "aim": 1527, + "atic": 1528, + "../../": 1529, + "ask": 1530, + "▁Co": 1531, + "▁next": 1532, + "▁top": 1533, + "▁No": 1534, + "▁quest": 1535, + "▁inc": 1536, + "▁mat": 1537, + "iven": 1538, + "▁consider": 1539, + "▁called": 1540, + "▁put": 1541, + "ead": 1542, + "▁elect": 1543, + "▁women": 1544, + "▁prom": 1545, + "ethod": 1546, + "▁World": 1547, + "thing": 1548, + "▁music": 1549, + "▁until": 1550, + "ium": 1551, + "ograph": 1552, + "▁mar": 1553, + "▁group": 1554, + "====": 1555, + "▁little": 1556, + "▁i": 1557, + "▁Pol": 1558, + "▁htt": 1559, + "▁things": 1560, + "▁plan": 1561, + "▁,": 1562, + "▁orig": 1563, + "▁aff": 1564, + "ged": 1565, + "▁using": 1566, + "▁desc": 1567, + "▁fac": 1568, + "ump": 1569, + "ope": 1570, + "▁children": 1571, + "▁might": 1572, + "▁met": 1573, + "reen": 1574, + "▁left": 1575, + "▁present": 1576, + "ample": 1577, + "▁manag": 1578, + "▁within": 1579, + "▁ide": 1580, + "itle": 1581, + "▁State": 1582, + "ush": 1583, + "oman": 1584, + "▁something": 1585, + "ify": 1586, + "▁land": 1587, + "▁ask": 1588, + "EN": 1589, + "▁million": 1590, + "▁known": 1591, + "▁det": 1592, + "vious": 1593, + "▁po": 1594, + "▁mil": 1595, + "▁seem": 1596, + "▁game": 1597, + "right": 1598, + "iron": 1599, + "▁Ass": 1600, + "ney": 1601, + "▁Europe": 1602, + "ourn": 1603, + "▁lot": 1604, + "▁important": 1605, + "▁let": 1606, + "▁equ": 1607, + "ferences": 1608, + "ended": 1609, + "ulation": 1610, + "▁eng": 1611, + "▁beh": 1612, + "ories": 1613, + "▁val": 1614, + "▁es": 1615, + "ai": 1616, + "▁Ge": 1617, + "ger": 1618, + "▁says": 1619, + "▁bre": 1620, + "ently": 1621, + "▁near": 1622, + "▁cr": 1623, + "ternal": 1624, + "ats": 1625, + "▁local": 1626, + "▁Ger": 1627, + "ret": 1628, + "('": 1629, + "cont": 1630, + "aster": 1631, + "▁success": 1632, + "▁occ": 1633, + "ording": 1634, + "arge": 1635, + "▁men": 1636, + "▁War": 1637, + "here": 1638, + "▁war": 1639, + "▁By": 1640, + "▁href": 1641, + "▁level": 1642, + "gin": 1643, + "▁Brit": 1644, + "▁With": 1645, + "▁win": 1646, + "▁got": 1647, + "▁try": 1648, + "ention": 1649, + "▁Pr": 1650, + "▁Count": 1651, + "ault": 1652, + "▁author": 1653, + "▁always": 1654, + "dd": 1655, + "iam": 1656, + "▁view": 1657, + "ference": 1658, + "▁Pres": 1659, + "▁After": 1660, + "▁proper": 1661, + "osed": 1662, + "▁Af": 1663, + "irc": 1664, + "▁city": 1665, + "idd": 1666, + "▁less": 1667, + "▁members": 1668, + "Pro": 1669, + "▁charact": 1670, + "▁friend": 1671, + "▁social": 1672, + "▁Ju": 1673, + "ID": 1674, + "my": 1675, + "lex": 1676, + "ued": 1677, + "▁econom": 1678, + "▁feel": 1679, + "▁water": 1680, + "▁fore": 1681, + "▁Min": 1682, + "▁Med": 1683, + "source": 1684, + "used": 1685, + "ably": 1686, + "▁event": 1687, + "ively": 1688, + "▁grow": 1689, + "▁major": 1690, + "▁big": 1691, + "▁His": 1692, + "▁non": 1693, + "▁came": 1694, + "icle": 1695, + "uary": 1696, + "▁South": 1697, + "▁story": 1698, + "▁Ab": 1699, + "▁opt": 1700, + "▁history": 1701, + "wards": 1702, + "▁week": 1703, + "ene": 1704, + "▁Fl": 1705, + "▁pay": 1706, + "▁area": 1707, + "ait": 1708, + "▁chang": 1709, + "AN": 1710, + "cer": 1711, + "▁move": 1712, + "▁human": 1713, + "▁else": 1714, + "▁product": 1715, + "▁Par": 1716, + "▁Mr": 1717, + "▁days": 1718, + "▁Oct": 1719, + "alse": 1720, + "▁Aust": 1721, + "rand": 1722, + "ailable": 1723, + "▁season": 1724, + "▁educ": 1725, + "trans": 1726, + "ception": 1727, + "ST": 1728, + "message": 1729, + "▁young": 1730, + "icy": 1731, + "▁Act": 1732, + "rop": 1733, + "alf": 1734, + "work": 1735, + "▁death": 1736, + "▁true": 1737, + "▁et": 1738, + "ole": 1739, + "▁early": 1740, + "artment": 1741, + "oney": 1742, + "name": 1743, + "▁One": 1744, + "▁employ": 1745, + "▁community": 1746, + "▁service": 1747, + "▁School": 1748, + "stit": 1749, + "▁word": 1750, + "ler": 1751, + "Name": 1752, + "td": 1753, + "▁change": 1754, + "▁thought": 1755, + "▁took": 1756, + "col": 1757, + "▁Gu": 1758, + "▁proble": 1759, + "ee": 1760, + "▁pub": 1761, + "ered": 1762, + "eral": 1763, + "▁hard": 1764, + "yle": 1765, + "▁several": 1766, + "▁better": 1767, + "▁Will": 1768, + "ours": 1769, + "ering": 1770, + "add": 1771, + "▁Cal": 1772, + "lege": 1773, + "back": 1774, + "side": 1775, + "AL": 1776, + "▁research": 1777, + "▁along": 1778, + "▁March": 1779, + "ches": 1780, + "duct": 1781, + "▁Su": 1782, + "osp": 1783, + "▁En": 1784, + "▁sit": 1785, + "........": 1786, + "ination": 1787, + "▁Aug": 1788, + "▁following": 1789, + "▁dra": 1790, + "▁Ed": 1791, + "▁pract": 1792, + "leg": 1793, + "▁fund": 1794, + "▁working": 1795, + "iod": 1796, + "ability": 1797, + "▁meet": 1798, + "▁estab": 1799, + "ustom": 1800, + "for": 1801, + "▁Bro": 1802, + "ony": 1803, + "▁became": 1804, + "▁away": 1805, + "▁Apr": 1806, + "▁private": 1807, + "▁eas": 1808, + "▁activ": 1809, + "▁offer": 1810, + "▁full": 1811, + "val": 1812, + "▁camp": 1813, + "ards": 1814, + "▁series": 1815, + "▁Sept": 1816, + "uck": 1817, + "this": 1818, + "▁keep": 1819, + "ances": 1820, + "▁students": 1821, + "))": 1822, + "not": 1823, + "ched": 1824, + "angu": 1825, + "▁final": 1826, + "af": 1827, + "▁often": 1828, + "ential": 1829, + "▁cult": 1830, + "▁addition": 1831, + "rad": 1832, + "ortun": 1833, + "▁far": 1834, + "▁based": 1835, + "ales": 1836, + "ored": 1837, + "ribut": 1838, + "▁house": 1839, + "▁Rep": 1840, + "▁Har": 1841, + "ending": 1842, + "▁Pe": 1843, + "roll": 1844, + "▁June": 1845, + "itor": 1846, + "ront": 1847, + "uff": 1848, + "▁become": 1849, + "):": 1850, + "▁past": 1851, + "▁North": 1852, + "ule": 1853, + "go": 1854, + "bl": 1855, + "viron": 1856, + "uture": 1857, + "aut": 1858, + "▁Em": 1859, + "▁City": 1860, + "ament": 1861, + "▁cost": 1862, + "Th": 1863, + "obal": 1864, + "▁--": 1865, + "It": 1866, + "▁didn": 1867, + "▁indust": 1868, + "Type": 1869, + "ights": 1870, + "▁market": 1871, + "ising": 1872, + "ividual": 1873, + "▁love": 1874, + "▁Her": 1875, + "▁profess": 1876, + "▁cond": 1877, + "▁access": 1878, + "▁January": 1879, + "ured": 1880, + "▁able": 1881, + "▁Part": 1882, + "aint": 1883, + "AS": 1884, + "iol": 1885, + "▁kind": 1886, + "sel": 1887, + "▁Mc": 1888, + "empt": 1889, + "▁short": 1890, + "umm": 1891, + "de": 1892, + "▁July": 1893, + "acy": 1894, + "▁foot": 1895, + "▁given": 1896, + "▁available": 1897, + "▁Fran": 1898, + "rew": 1899, + "▁April": 1900, + "▁development": 1901, + "▁song": 1902, + "Ch": 1903, + "urther": 1904, + "▁X": 1905, + "key": 1906, + "RE": 1907, + "▁!": 1908, + "▁large": 1909, + "▁free": 1910, + "▁among": 1911, + "idence": 1912, + "▁field": 1913, + "code": 1914, + "▁di": 1915, + "ane": 1916, + "aff": 1917, + "ateg": 1918, + "ready": 1919, + "▁include": 1920, + "aken": 1921, + "▁References": 1922, + "▁Im": 1923, + "▁invol": 1924, + "ither": 1925, + "▁experience": 1926, + "▁went": 1927, + "version": 1928, + "▁services": 1929, + "▁Dep": 1930, + "Id": 1931, + "▁making": 1932, + "▁aut": 1933, + "▁However": 1934, + "▁Comp": 1935, + "rap": 1936, + "▁German": 1937, + "▁=>": 1938, + "▁President": 1939, + "reg": 1940, + "rem": 1941, + "▁arg": 1942, + "▁Canad": 1943, + "Con": 1944, + "bum": 1945, + "ware": 1946, + "\".": 1947, + "▁tri": 1948, + "▁mean": 1949, + "param": 1950, + "yl": 1951, + "▁ident": 1952, + "gether": 1953, + "▁together": 1954, + "▁Me": 1955, + "cember": 1956, + "▁particular": 1957, + "▁conn": 1958, + "iter": 1959, + "aps": 1960, + "ache": 1961, + "/>": 1962, + "▁tell": 1963, + "▁September": 1964, + "▁across": 1965, + "▁trad": 1966, + "▁having": 1967, + "▁October": 1968, + "▁understand": 1969, + "▁claim": 1970, + "sw": 1971, + "▁won": 1972, + "comm": 1973, + "▁certain": 1974, + "▁times": 1975, + "▁lim": 1976, + "arget": 1977, + "▁clear": 1978, + "▁course": 1979, + "ows": 1980, + "over": 1981, + "▁August": 1982, + "IT": 1983, + "curity": 1984, + "vironment": 1985, + "▁individual": 1986, + "▁special": 1987, + "▁deb": 1988, + "ovember": 1989, + "onse": 1990, + "▁national": 1991, + "cil": 1992, + "ape": 1993, + "▁air": 1994, + "ources": 1995, + "▁sw": 1996, + "▁Russ": 1997, + "▁Art": 1998, + "ung": 1999, + "most": 2000, + "ipp": 2001, + "▁give": 2002, + "▁object": 2003, + "str": 2004, + "inks": 2005, + "##": 2006, + "Re": 2007, + "▁cover": 2008, + "▁Off": 2009, + "String": 2010, + "▁My": 2011, + "▁others": 2012, + "amed": 2013, + "▁appear": 2014, + "▁hold": 2015, + "ogn": 2016, + "▁Ag": 2017, + "ief": 2018, + "▁Reg": 2019, + "▁Per": 2020, + "▁period": 2021, + "▁December": 2022, + "Cont": 2023, + "▁side": 2024, + "ilt": 2025, + "▁five": 2026, + "▁bas": 2027, + "▁>": 2028, + "▁dev": 2029, + "play": 2030, + "▁Afric": 2031, + "abor": 2032, + "▁provide": 2033, + "▁foc": 2034, + "▁Feb": 2035, + "▁though": 2036, + "ports": 2037, + "aterial": 2038, + "▁represent": 2039, + "▁already": 2040, + "▁job": 2041, + "▁lik": 2042, + "▁Bar": 2043, + "▁ever": 2044, + "ison": 2045, + "▁example": 2046, + "▁pa": 2047, + "?\"": 2048, + "head": 2049, + "▁ben": 2050, + "itive": 2051, + "▁App": 2052, + "▁Hist": 2053, + "▁former": 2054, + "▁These": 2055, + "reet": 2056, + "▁crit": 2057, + "▁least": 2058, + "ift": 2059, + "▁jo": 2060, + "▁talk": 2061, + "oice": 2062, + "▁November": 2063, + "▁doc": 2064, + "ones": 2065, + "▁political": 2066, + "▁today": 2067, + "▁Not": 2068, + "itary": 2069, + "ague": 2070, + "▁County": 2071, + "imate": 2072, + "▁Dav": 2073, + "irl": 2074, + "▁El": 2075, + "LE": 2076, + "ociety": 2077, + "▁void": 2078, + "▁`": 2079, + "lev": 2080, + "▁init": 2081, + "cript": 2082, + "\"/>": 2083, + "▁applic": 2084, + "▁conc": 2085, + "▁larg": 2086, + "▁told": 2087, + "lu": 2088, + "▁why": 2089, + "ma": 2090, + "ients": 2091, + "▁thing": 2092, + "▁held": 2093, + "▁God": 2094, + "cret": 2095, + "ides": 2096, + "pect": 2097, + "though": 2098, + "▁ant": 2099, + "▁fre": 2100, + "▁tem": 2101, + "ened": 2102, + "▁key": 2103, + "Com": 2104, + "▁Cont": 2105, + "▁Cour": 2106, + "▁America": 2107, + "▁compet": 2108, + "ey": 2109, + "▁shall": 2110, + "▁study": 2111, + "iet": 2112, + "▁port": 2113, + "▁future": 2114, + "ington": 2115, + "▁money": 2116, + "ster": 2117, + "olution": 2118, + "▁member": 2119, + "hern": 2120, + "opt": 2121, + "▁mult": 2122, + "▁control": 2123, + "▁account": 2124, + "ser": 2125, + "cing": 2126, + "▁began": 2127, + "aces": 2128, + "augh": 2129, + "▁six": 2130, + "▁fail": 2131, + "▁vol": 2132, + "▁tax": 2133, + "▁role": 2134, + "illed": 2135, + "▁House": 2136, + "▁means": 2137, + "▁Gl": 2138, + "▁once": 2139, + "▁West": 2140, + "▁**": 2141, + "vert": 2142, + "▁describ": 2143, + "elt": 2144, + "▁players": 2145, + "ervice": 2146, + "AC": 2147, + "IC": 2148, + "ike": 2149, + "▁done": 2150, + "▁creat": 2151, + "▁/**": 2152, + "▁British": 2153, + "▁album": 2154, + "▁sent": 2155, + "www": 2156, + "▁net": 2157, + "▁seen": 2158, + "▁light": 2159, + "translation": 2160, + "apt": 2161, + "▁Dr": 2162, + "▁impro": 2163, + "oph": 2164, + "▁Austral": 2165, + "▁treat": 2166, + "▁possible": 2167, + "mod": 2168, + "ique": 2169, + "ership": 2170, + "ength": 2171, + "▁relations": 2172, + "epend": 2173, + "time": 2174, + "amb": 2175, + "▁Cor": 2176, + "▁works": 2177, + "ills": 2178, + "ournal": 2179, + "▁Char": 2180, + "▁Do": 2181, + "▁enough": 2182, + "▁whether": 2183, + "▁sure": 2184, + "ruary": 2185, + "▁age": 2186, + "anguage": 2187, + "itted": 2188, + "▁room": 2189, + "ze": 2190, + "ideo": 2191, + "▁building": 2192, + "▁body": 2193, + "▁ve": 2194, + "umb": 2195, + "▁bo": 2196, + "ression": 2197, + "▁reason": 2198, + "minist": 2199, + "▁started": 2200, + "ilar": 2201, + "▁King": 2202, + "▁tw": 2203, + "uild": 2204, + "▁strong": 2205, + "irth": 2206, + "▁pot": 2207, + "▁pri": 2208, + "wh": 2209, + "▁pur": 2210, + "▁live": 2211, + "ivil": 2212, + "▁percent": 2213, + "hers": 2214, + "▁single": 2215, + "▁tot": 2216, + "ondon": 2217, + "itte": 2218, + "Res": 2219, + "ators": 2220, + "new": 2221, + "alt": 2222, + "▁months": 2223, + "ocation": 2224, + "▁Des": 2225, + "class": 2226, + "type": 2227, + "▁Pa": 2228, + "ests": 2229, + "ham": 2230, + "▁Qu": 2231, + "htt": 2232, + "▁phot": 2233, + "adem": 2234, + "▁character": 2235, + "▁night": 2236, + "▁due": 2237, + "▁mom": 2238, + "ground": 2239, + "iff": 2240, + "▁International": 2241, + "lete": 2242, + "▁English": 2243, + "face": 2244, + "▁court": 2245, + "▁exc": 2246, + "ots": 2247, + "▁anal": 2248, + "ouncil": 2249, + "ival": 2250, + "▁ris": 2251, + "▁February": 2252, + "▁received": 2253, + "▁exist": 2254, + "ruction": 2255, + "▁ey": 2256, + "off": 2257, + "▁hig": 2258, + "▁struct": 2259, + "▁rights": 2260, + "aining": 2261, + "▁complet": 2262, + "▁title": 2263, + "pre": 2264, + "ecut": 2265, + "We": 2266, + "▁null": 2267, + "▁saf": 2268, + "▁method": 2269, + "▁question": 2270, + "▁visit": 2271, + "▁upon": 2272, + "▁enc": 2273, + "▁common": 2274, + "umn": 2275, + "▁Acc": 2276, + "ands": 2277, + "ification": 2278, + "▁viol": 2279, + "▁Che": 2280, + "ama": 2281, + "anies": 2282, + "▁false": 2283, + "▁custom": 2284, + "action": 2285, + "▁position": 2286, + "▁stop": 2287, + "▁require": 2288, + "▁II": 2289, + "▁address": 2290, + "oon": 2291, + "ples": 2292, + "▁==": 2293, + "urg": 2294, + "ibility": 2295, + "rain": 2296, + "uation": 2297, + "▁create": 2298, + "▁deter": 2299, + "▁super": 2300, + "iction": 2301, + "▁career": 2302, + "opy": 2303, + "br": 2304, + "rodu": 2305, + "now": 2306, + "Ar": 2307, + "List": 2308, + "▁half": 2309, + "▁town": 2310, + "▁ce": 2311, + "▁begin": 2312, + "IS": 2313, + "▁learn": 2314, + "▁La": 2315, + "Cl": 2316, + "irm": 2317, + "ilities": 2318, + "▁third": 2319, + "▁respons": 2320, + "ino": 2321, + "ana": 2322, + "▁discuss": 2323, + "field": 2324, + "▁subject": 2325, + "▁Court": 2326, + "▁general": 2327, + "ille": 2328, + "▁typ": 2329, + "▁London": 2330, + "▁announ": 2331, + "▁international": 2332, + "utes": 2333, + "ald": 2334, + "ED": 2335, + "▁Sw": 2336, + "▁tre": 2337, + "▁parent": 2338, + "rag": 2339, + "ederal": 2340, + "def": 2341, + "▁further": 2342, + "▁opportun": 2343, + "fo": 2344, + "▁ple": 2345, + "▁Gener": 2346, + "order": 2347, + "▁benef": 2348, + "fig": 2349, + "ids": 2350, + "selves": 2351, + "▁review": 2352, + "▁Mich": 2353, + "ancial": 2354, + "▁taken": 2355, + "fl": 2356, + "hing": 2357, + "▁doing": 2358, + "hold": 2359, + "ibr": 2360, + "ien": 2361, + "▁Dis": 2362, + "year": 2363, + "▁Stud": 2364, + "▁Law": 2365, + "irt": 2366, + "▁food": 2367, + "gress": 2368, + "▁cou": 2369, + "ules": 2370, + "apan": 2371, + "▁yet": 2372, + "▁previous": 2373, + "▁official": 2374, + "▁original": 2375, + "▁action": 2376, + "▁attack": 2377, + "▁signific": 2378, + "▁media": 2379, + "▁William": 2380, + "▁material": 2381, + "▁While": 2382, + "uf": 2383, + "▁deal": 2384, + "▁break": 2385, + "▁mind": 2386, + "▁)": 2387, + "▁site": 2388, + "._": 2389, + "ological": 2390, + "▁personal": 2391, + "▁z": 2392, + "EC": 2393, + "▁agre": 2394, + "▁Sm": 2395, + "ett": 2396, + "na": 2397, + "▁press": 2398, + "▁comb": 2399, + "▁text": 2400, + "ender": 2401, + "▁played": 2402, + "▁however": 2403, + "▁himself": 2404, + "▁father": 2405, + "▁dou": 2406, + "▁education": 2407, + "▁face": 2408, + "ume": 2409, + "ided": 2410, + "▁sound": 2411, + "▁mor": 2412, + "rench": 2413, + "lected": 2414, + "▁redu": 2415, + "▁wind": 2416, + "▁mot": 2417, + "▁Associ": 2418, + "▁From": 2419, + "▁phys": 2420, + "▁countries": 2421, + "ceed": 2422, + "\"><": 2423, + "▁almost": 2424, + "uk": 2425, + "▁repl": 2426, + "ends": 2427, + "▁chall": 2428, + "▁dest": 2429, + "▁gen": 2430, + "▁Ang": 2431, + "ops": 2432, + "▁Just": 2433, + "▁recogn": 2434, + "▁associ": 2435, + "▁Tra": 2436, + "AM": 2437, + "▁dr": 2438, + "ached": 2439, + "▁makes": 2440, + "ittee": 2441, + "iddle": 2442, + "▁published": 2443, + "oor": 2444, + "▁hon": 2445, + "▁diff": 2446, + "earch": 2447, + "▁fall": 2448, + "▁Phil": 2449, + "▁mag": 2450, + "rest": 2451, + "atural": 2452, + "▁particip": 2453, + "▁asked": 2454, + "aring": 2455, + "▁effort": 2456, + "▁industry": 2457, + "eal": 2458, + "AP": 2459, + "▁Sch": 2460, + "hib": 2461, + "▁black": 2462, + "▁rad": 2463, + "▁Park": 2464, + "\")": 2465, + "▁See": 2466, + "▁bring": 2467, + "▁low": 2468, + "aced": 2469, + "ese": 2470, + "▁vari": 2471, + "▁College": 2472, + "▁whole": 2473, + "ari": 2474, + "▁China": 2475, + "▁meas": 2476, + "▁environment": 2477, + "▁released": 2478, + "▁companies": 2479, + "omin": 2480, + "ava": 2481, + "▁detail": 2482, + "▁president": 2483, + "▁Japan": 2484, + "▁Ser": 2485, + "atter": 2486, + "▁ener": 2487, + "bsite": 2488, + "▁id": 2489, + "▁birth": 2490, + "istic": 2491, + "abel": 2492, + "lin": 2493, + "▁ep": 2494, + "▁x": 2495, + "▁actually": 2496, + "▁son": 2497, + "▁content": 2498, + "▁fav": 2499, + "cast": 2500, + "▁issues": 2501, + "bar": 2502, + "▁prob": 2503, + "▁Calif": 2504, + "date": 2505, + "pecially": 2506, + "▁various": 2507, + "ades": 2508, + "▁looking": 2509, + "▁Department": 2510, + "▁bit": 2511, + "ummer": 2512, + "sy": 2513, + "cial": 2514, + "▁space": 2515, + "▁Some": 2516, + "▁San": 2517, + "▁believe": 2518, + "▁host": 2519, + "clus": 2520, + "▁heart": 2521, + "▁jud": 2522, + "▁Don": 2523, + "▁either": 2524, + "▁rather": 2525, + "▁Center": 2526, + "▁necess": 2527, + "▁Mon": 2528, + "ford": 2529, + "roups": 2530, + "atures": 2531, + "▁Fin": 2532, + "▁respect": 2533, + "----------------": 2534, + "icult": 2535, + "string": 2536, + "▁Sen": 2537, + "raft": 2538, + "▁policy": 2539, + "ET": 2540, + "▁ap": 2541, + "▁links": 2542, + "▁suff": 2543, + "▁events": 2544, + "▁lo": 2545, + "▁ago": 2546, + "▁http": 2547, + "book": 2548, + "▁High": 2549, + "▁mother": 2550, + "▁op": 2551, + "▁aud": 2552, + "asing": 2553, + "▁dri": 2554, + "joy": 2555, + "▁histor": 2556, + "▁sugg": 2557, + "▁above": 2558, + "▁century": 2559, + "▁doesn": 2560, + "▁deg": 2561, + "rance": 2562, + "▁entire": 2563, + "▁ground": 2564, + "▁worked": 2565, + "▁games": 2566, + "▁coll": 2567, + "▁Ear": 2568, + "chie": 2569, + "▁news": 2570, + "ornia": 2571, + "▁office": 2572, + "ental": 2573, + "▁provided": 2574, + "▁Health": 2575, + "▁br": 2576, + "▁total": 2577, + "▁circ": 2578, + "▁Dist": 2579, + "load": 2580, + "▁party": 2581, + "atory": 2582, + "▁Dem": 2583, + "rug": 2584, + "▁pers": 2585, + "▁Direct": 2586, + "ae": 2587, + "▁amount": 2588, + "▁close": 2589, + "▁...": 2590, + "▁similar": 2591, + "bject": 2592, + "▁property": 2593, + "▁focus": 2594, + "ocr": 2595, + "▁football": 2596, + "ography": 2597, + "▁David": 2598, + "▁led": 2599, + "▁miss": 2600, + "orge": 2601, + "▁late": 2602, + "estern": 2603, + "attle": 2604, + "▁rev": 2605, + "oe": 2606, + "▁according": 2607, + "eed": 2608, + "▁Wash": 2609, + "▁living": 2610, + "ession": 2611, + "▁decl": 2612, + "▁military": 2613, + "▁French": 2614, + "▁created": 2615, + "mb": 2616, + "aching": 2617, + "▁hours": 2618, + "ION": 2619, + "▁European": 2620, + "▁significant": 2621, + "▁areas": 2622, + "uments": 2623, + "RO": 2624, + "▁More": 2625, + "▁saw": 2626, + "useum": 2627, + "▁front": 2628, + "▁built": 2629, + "aign": 2630, + "▁prim": 2631, + "▁hom": 2632, + "▁California": 2633, + "ication": 2634, + "▁wanted": 2635, + "mp": 2636, + "▁version": 2637, + "▁sex": 2638, + "inter": 2639, + "▁required": 2640, + "bor": 2641, + "▁comes": 2642, + "▁problem": 2643, + "▁accept": 2644, + "▁regard": 2645, + "utions": 2646, + "▁Ac": 2647, + "▁/*": 2648, + "▁compl": 2649, + "▁needs": 2650, + "ael": 2651, + "▁written": 2652, + "▁target": 2653, + ".)": 2654, + "unction": 2655, + "▁mer": 2656, + "▁imm": 2657, + "quest": 2658, + "rael": 2659, + "▁behind": 2660, + "▁cell": 2661, + "▁bar": 2662, + "▁que": 2663, + "▁First": 2664, + "inary": 2665, + "▁https": 2666, + "▁step": 2667, + "▁friends": 2668, + "itch": 2669, + "▁relig": 2670, + "uel": 2671, + "▁energy": 2672, + "ledge": 2673, + "▁Ret": 2674, + "▁issue": 2675, + "▁continue": 2676, + "▁India": 2677, + "▁share": 2678, + "igation": 2679, + "▁global": 2680, + "▁Hol": 2681, + "▁idea": 2682, + "▁relationship": 2683, + "▁Pat": 2684, + "ector": 2685, + "▁impact": 2686, + "▁Republic": 2687, + "��grad": 2688, + "ridge": 2689, + "▁population": 2690, + "ude": 2691, + "▁ens": 2692, + "********": 2693, + "ci": 2694, + "▁ill": 2695, + "▁taking": 2696, + "oke": 2697, + "▁abs": 2698, + "▁static": 2699, + "▁Post": 2700, + "▁CO": 2701, + "▁TH": 2702, + "ires": 2703, + "▁influ": 2704, + "▁expect": 2705, + "▁sat": 2706, + "▁log": 2707, + "▁base": 2708, + "▁famil": 2709, + "▁sold": 2710, + "▁Mark": 2711, + "aving": 2712, + "▁Washington": 2713, + "▁concern": 2714, + "▁neg": 2715, + "ogle": 2716, + "▁Instit": 2717, + "▁style": 2718, + "////": 2719, + "▁included": 2720, + "▁arch": 2721, + "▁check": 2722, + "▁white": 2723, + "▁string": 2724, + "▁results": 2725, + "▁cut": 2726, + "cover": 2727, + "▁nothing": 2728, + "dom": 2729, + "ux": 2730, + "anks": 2731, + "sequ": 2732, + "▁especially": 2733, + "▁fig": 2734, + "atives": 2735, + "▁words": 2736, + "▁difficult": 2737, + "▁size": 2738, + "▁model": 2739, + "▁woman": 2740, + "ees": 2741, + "▁cases": 2742, + "▁Fil": 2743, + "▁fire": 2744, + "ica": 2745, + "▁News": 2746, + "▁enjoy": 2747, + "▁served": 2748, + "ager": 2749, + "iting": 2750, + "unch": 2751, + "▁Indian": 2752, + "ites": 2753, + "▁popular": 2754, + "▁anim": 2755, + "▁Black": 2756, + "▁production": 2757, + "▁contract": 2758, + "ips": 2759, + "▁History": 2760, + "▁anything": 2761, + "oved": 2762, + "elling": 2763, + "▁walk": 2764, + "▁request": 2765, + "▁East": 2766, + "▁matter": 2767, + "ening": 2768, + "Value": 2769, + "medi": 2770, + "Wh": 2771, + "▁itself": 2772, + "▁UK": 2773, + "▁clos": 2774, + "▁Paul": 2775, + "▁Church": 2776, + "▁sett": 2777, + "▁Council": 2778, + "rim": 2779, + "\");": 2780, + "▁technology": 2781, + "▁online": 2782, + "▁document": 2783, + "▁Pal": 2784, + "iple": 2785, + "▁video": 2786, + "rought": 2787, + "▁Air": 2788, + "▁Our": 2789, + "▁named": 2790, + "▁born": 2791, + "ctor": 2792, + "▁James": 2793, + "▁cred": 2794, + "▁section": 2795, + "▁attempt": 2796, + "▁pain": 2797, + "▁vict": 2798, + "▁Now": 2799, + "▁stre": 2800, + "▁refer": 2801, + "ensive": 2802, + "▁Trans": 2803, + "▁General": 2804, + "▁board": 2805, + "ems": 2806, + "ension": 2807, + "▁div": 2808, + "▁propos": 2809, + "▁quick": 2810, + "▁Cong": 2811, + "▁decision": 2812, + "pped": 2813, + "▁website": 2814, + "ampions": 2815, + "roid": 2816, + "ams": 2817, + "data": 2818, + "▁road": 2819, + "▁added": 2820, + "▁file": 2821, + "body": 2822, + "▁range": 2823, + "rote": 2824, + "▁band": 2825, + "▁answ": 2826, + "cle": 2827, + "▁likely": 2828, + "▁financial": 2829, + "ky": 2830, + "▁themselves": 2831, + "To": 2832, + "LL": 2833, + "urb": 2834, + "▁getting": 2835, + "▁pack": 2836, + "▁Commun": 2837, + "▁police": 2838, + "ribute": 2839, + "hood": 2840, + "▁economic": 2841, + "itional": 2842, + "script": 2843, + "rab": 2844, + "▁Israel": 2845, + "men": 2846, + "▁groups": 2847, + "▁recent": 2848, + "▁///": 2849, + "▁died": 2850, + "▁Rober": 2851, + "icles": 2852, + "▁shows": 2853, + "aker": 2854, + "▁assist": 2855, + "text": 2856, + "verage": 2857, + "▁girl": 2858, + "▁Mor": 2859, + "▁Canada": 2860, + "▁security": 2861, + "uge": 2862, + "iences": 2863, + "raw": 2864, + "▁cal": 2865, + "▁legal": 2866, + "unt": 2867, + "aries": 2868, + "coming": 2869, + "ico": 2870, + "icated": 2871, + "▁performance": 2872, + "Data": 2873, + "ises": 2874, + "▁bi": 2875, + "airs": 2876, + "ummary": 2877, + "rown": 2878, + "rie": 2879, + "▁achie": 2880, + "▁lost": 2881, + "▁travel": 2882, + "Col": 2883, + "▁Trump": 2884, + "▁writing": 2885, + "enc": 2886, + "▁pie": 2887, + "▁established": 2888, + "ption": 2889, + "CO": 2890, + "));": 2891, + "▁Ital": 2892, + "▁Inter": 2893, + "▁moment": 2894, + "ught": 2895, + "▁Jew": 2896, + "▁terms": 2897, + "▁engine": 2898, + ".[": 2899, + "oud": 2900, + "▁instit": 2901, + "yd": 2902, + "▁sym": 2903, + "▁points": 2904, + "▁cannot": 2905, + "▁insp": 2906, + "▁reported": 2907, + "▁path": 2908, + "▁soon": 2909, + "▁date": 2910, + "▁outside": 2911, + "▁Of": 2912, + "▁sense": 2913, + "▁language": 2914, + "▁Prof": 2915, + "▁Cons": 2916, + "▁coming": 2917, + "▁%": 2918, + "▁introdu": 2919, + "▁evidence": 2920, + "▁lives": 2921, + "▁states": 2922, + "▁Pre": 2923, + "▁page": 2924, + "isions": 2925, + "▁stay": 2926, + "▁exam": 2927, + "▁ten": 2928, + "ospital": 2929, + "idth": 2930, + "UR": 2931, + "▁Je": 2932, + "nes": 2933, + "▁People": 2934, + "▁everything": 2935, + "],": 2936, + "value": 2937, + "fully": 2938, + "▁red": 2939, + "room": 2940, + "▁forward": 2941, + "▁broad": 2942, + "nb": 2943, + "▁mass": 2944, + "▁ess": 2945, + "▁vot": 2946, + "▁quite": 2947, + "▁books": 2948, + "iber": 2949, + "px": 2950, + "ags": 2951, + "▁minutes": 2952, + "ply": 2953, + "su": 2954, + "▁nov": 2955, + "▁response": 2956, + "ha": 2957, + "▁\\": 2958, + "avy": 2959, + "nov": 2960, + "list": 2961, + "▁someone": 2962, + "oper": 2963, + "rick": 2964, + "etimes": 2965, + "▁trying": 2966, + "▁conduct": 2967, + "util": 2968, + "fect": 2969, + "========": 2970, + "lier": 2971, + "ny": 2972, + "▁management": 2973, + "comp": 2974, + "▁Ant": 2975, + "▁Val": 2976, + "▁Ber": 2977, + "▁Rich": 2978, + "▁administ": 2979, + "ully": 2980, + "▁training": 2981, + "▁Int": 2982, + "▁wrote": 2983, + "sych": 2984, + "▁Red": 2985, + "▁beaut": 2986, + "▁bad": 2987, + "▁gave": 2988, + "lements": 2989, + "▁England": 2990, + "▁products": 2991, + "▁modern": 2992, + "ING": 2993, + "▁Net": 2994, + "ysis": 2995, + "▁dam": 2996, + "▁considered": 2997, + "▁Thom": 2998, + "arter": 2999, + "▁campaign": 3000, + "uses": 3001, + "].": 3002, + "ores": 3003, + "▁needed": 3004, + "eks": 3005, + "▁changes": 3006, + "▁fight": 3007, + "US": 3008, + "ables": 3009, + "▁cle": 3010, + "▁involved": 3011, + "▁George": 3012, + "▁staff": 3013, + "▁sus": 3014, + "ying": 3015, + "▁table": 3016, + "▁located": 3017, + "tain": 3018, + "▁ste": 3019, + "▁article": 3020, + "▁region": 3021, + "▁risk": 3022, + "▁feature": 3023, + "▁Ne": 3024, + "ords": 3025, + "cks": 3026, + "▁whose": 3027, + "ging": 3028, + "levision": 3029, + "lim": 3030, + "▁Sim": 3031, + "izing": 3032, + "▁inj": 3033, + "iles": 3034, + "▁accom": 3035, + "▁director": 3036, + "▁Ste": 3037, + "mit": 3038, + "duc": 3039, + "pite": 3040, + "▁civil": 3041, + "aves": 3042, + "▁hot": 3043, + "dis": 3044, + "▁Association": 3045, + "aur": 3046, + "bt": 3047, + "ocal": 3048, + "ounter": 3049, + "▁sil": 3050, + "▁quality": 3051, + "▁watch": 3052, + "ara": 3053, + "▁capital": 3054, + "▁vill": 3055, + "oul": 3056, + "▁Street": 3057, + "▁External": 3058, + "▁award": 3059, + "pose": 3060, + "▁moved": 3061, + "▁club": 3062, + "▁round": 3063, + "omb": 3064, + "asons": 3065, + "rel": 3066, + "▁probably": 3067, + "▁Arch": 3068, + "pper": 3069, + "▁tour": 3070, + "irit": 3071, + "▁dig": 3072, + "BC": 3073, + "▁Br": 3074, + "▁System": 3075, + "];": 3076, + "▁Jack": 3077, + "▁includes": 3078, + "▁knew": 3079, + "AD": 3080, + "location": 3081, + "▁cho": 3082, + "anger": 3083, + "light": 3084, + "itiz": 3085, + "▁&&": 3086, + "istry": 3087, + "▁During": 3088, + "icro": 3089, + "ida": 3090, + "▁String": 3091, + "▁According": 3092, + "▁deep": 3093, + "wood": 3094, + "▁natural": 3095, + "▁brought": 3096, + "ners": 3097, + "▁source": 3098, + "▁currently": 3099, + "▁Jer": 3100, + "hel": 3101, + "▁below": 3102, + "▁suggest": 3103, + "ressed": 3104, + "Er": 3105, + "aged": 3106, + "ties": 3107, + "▁increase": 3108, + "based": 3109, + "▁League": 3110, + "olic": 3111, + "▁Book": 3112, + "▁fem": 3113, + "▁Press": 3114, + "icip": 3115, + "ements": 3116, + "▁throughout": 3117, + "itting": 3118, + "see": 3119, + "▁release": 3120, + "anced": 3121, + "▁Company": 3122, + "▁Gr": 3123, + "▁Port": 3124, + "ibrary": 3125, + "ges": 3126, + "ius": 3127, + "net": 3128, + "▁Public": 3129, + "▁soft": 3130, + "▁wife": 3131, + "▁felt": 3132, + "▁emer": 3133, + "haps": 3134, + "▁specific": 3135, + "▁track": 3136, + "▁Add": 3137, + "▁films": 3138, + "serv": 3139, + "▁prior": 3140, + "ander": 3141, + "You": 3142, + "▁fell": 3143, + "rong": 3144, + "▁announced": 3145, + "▁princ": 3146, + "▁Institute": 3147, + "aughter": 3148, + "onent": 3149, + "Un": 3150, + "vis": 3151, + "▁ways": 3152, + "($": 3153, + "▁wond": 3154, + "resp": 3155, + "▁separ": 3156, + "igned": 3157, + "Exception": 3158, + "▁Other": 3159, + "▁Group": 3160, + "▁seems": 3161, + "ecutive": 3162, + "ville": 3163, + "▁expected": 3164, + "nbsp": 3165, + "▁Inc": 3166, + "ayer": 3167, + "▁hor": 3168, + "▁Then": 3169, + "▁medical": 3170, + "lands": 3171, + "arc": 3172, + "▁stri": 3173, + "▁contact": 3174, + "ago": 3175, + "ij": 3176, + "▁Great": 3177, + "▁comput": 3178, + "▁Day": 3179, + "atur": 3180, + "▁longer": 3181, + "▁stru": 3182, + "▁leading": 3183, + "▁professional": 3184, + "▁throw": 3185, + "▁Dan": 3186, + "▁improve": 3187, + "apter": 3188, + "Get": 3189, + "▁systems": 3190, + ".'": 3191, + "▁TV": 3192, + "▁fa": 3193, + "▁loss": 3194, + "lam": 3195, + "▁Ter": 3196, + "▁Michael": 3197, + "▁scient": 3198, + "▁capt": 3199, + "▁cele": 3200, + "sec": 3201, + "itar": 3202, + "▁independ": 3203, + "asc": 3204, + "agement": 3205, + "▁higher": 3206, + "OT": 3207, + "▁names": 3208, + "▁Christian": 3209, + "▁force": 3210, + "▁Research": 3211, + "cis": 3212, + "▁Rec": 3213, + "itation": 3214, + "▁color": 3215, + "▁ri": 3216, + "test": 3217, + "▁described": 3218, + "▁Mary": 3219, + "vey": 3220, + "▁nation": 3221, + "▁protect": 3222, + "▁France": 3223, + "▁dise": 3224, + "oo": 3225, + "down": 3226, + "alls": 3227, + "▁wasn": 3228, + "▁weeks": 3229, + "▁den": 3230, + "▁threat": 3231, + "▁Vol": 3232, + "▁collect": 3233, + "▁List": 3234, + "atform": 3235, + "met": 3236, + "▁rate": 3237, + "imately": 3238, + "unk": 3239, + "ado": 3240, + "▁term": 3241, + "rc": 3242, + "▁tou": 3243, + "▁boy": 3244, + "▁White": 3245, + "▁Educ": 3246, + "oyal": 3247, + "▁culture": 3248, + "▁potential": 3249, + "▁turned": 3250, + "▁Found": 3251, + "▁und": 3252, + "umber": 3253, + "ped": 3254, + "odes": 3255, + "idents": 3256, + "nown": 3257, + "amer": 3258, + "▁Board": 3259, + "▁Lou": 3260, + "▁Australia": 3261, + "▁practice": 3262, + "▁provides": 3263, + "▁meeting": 3264, + "UT": 3265, + "raz": 3266, + "uration": 3267, + "Sh": 3268, + "▁nature": 3269, + "▁Def": 3270, + "Tr": 3271, + "▁growth": 3272, + "▁Bel": 3273, + "▁movie": 3274, + "▁appoint": 3275, + "▁Mart": 3276, + "▁continued": 3277, + "▁society": 3278, + "▁cross": 3279, + "▁?": 3280, + "▁takes": 3281, + "▁player": 3282, + "icon": 3283, + "▁cand": 3284, + "▁prevent": 3285, + "▁Get": 3286, + "▁leave": 3287, + "▁liter": 3288, + "writ": 3289, + "▁District": 3290, + "▁questions": 3291, + "▁playing": 3292, + "▁!=": 3293, + "▁Up": 3294, + "▁eyes": 3295, + "▁cause": 3296, + "▁church": 3297, + "path": 3298, + "ampionship": 3299, + "▁govern": 3300, + "▁hous": 3301, + "▁problems": 3302, + "▁origin": 3303, + "▁interview": 3304, + "▁pret": 3305, + "▁norm": 3306, + "▁mid": 3307, + "ols": 3308, + "atus": 3309, + "▁hope": 3310, + "▁assert": 3311, + "▁establish": 3312, + "rect": 3313, + "▁student": 3314, + "▁related": 3315, + "▁network": 3316, + "▁Mem": 3317, + "iment": 3318, + "▁block": 3319, + "osition": 3320, + "▁recently": 3321, + "▁Year": 3322, + "▁IN": 3323, + "▁print": 3324, + "ufact": 3325, + "eared": 3326, + "▁schools": 3327, + "▁conditions": 3328, + "▁purch": 3329, + "mission": 3330, + "▁immedi": 3331, + "▁Congress": 3332, + "▁emb": 3333, + "▁Government": 3334, + "top": 3335, + "init": 3336, + "mon": 3337, + "▁knowledge": 3338, + "ENT": 3339, + "IM": 3340, + "▁wait": 3341, + "▁parents": 3342, + "▁acqu": 3343, + "().": 3344, + "ming": 3345, + "▁developed": 3346, + "Object": 3347, + "▁hands": 3348, + "▁Commission": 3349, + "▁mix": 3350, + "')": 3351, + "▁pick": 3352, + "▁Mod": 3353, + "log": 3354, + "born": 3355, + "▁teac": 3356, + "file": 3357, + "▁everyone": 3358, + "itect": 3359, + "mitted": 3360, + "▁heard": 3361, + "▁simply": 3362, + "▁org": 3363, + "▁dead": 3364, + "Ind": 3365, + "▁science": 3366, + "▁integ": 3367, + "▁draw": 3368, + "▁pict": 3369, + "▁Tex": 3370, + "▁ver": 3371, + "arily": 3372, + "▁instead": 3373, + "▁complete": 3374, + "▁Mag": 3375, + "................": 3376, + "▁drug": 3377, + "▁Africa": 3378, + "▁brother": 3379, + "▁search": 3380, + "▁determin": 3381, + "lor": 3382, + "▁link": 3383, + "▁consum": 3384, + "come": 3385, + "▁Music": 3386, + "▁hit": 3387, + "ivity": 3388, + "▁features": 3389, + "▁necessary": 3390, + "▁opportunity": 3391, + "▁mis": 3392, + "▁match": 3393, + "▁programs": 3394, + "▁squ": 3395, + "▁implement": 3396, + "size": 3397, + "▁hop": 3398, + "▁Union": 3399, + "iance": 3400, + "▁Hall": 3401, + "▁Robert": 3402, + "▁average": 3403, + "erc": 3404, + "▁remember": 3405, + "▁federal": 3406, + "yond": 3407, + "▁speak": 3408, + "ications": 3409, + "iers": 3410, + "▁serious": 3411, + "color": 3412, + "▁bank": 3413, + "band": 3414, + "▁regular": 3415, + "▁Miss": 3416, + "rack": 3417, + "acc": 3418, + "▁dom": 3419, + "▁looked": 3420, + "iqu": 3421, + "link": 3422, + "inese": 3423, + "▁context": 3424, + "equ": 3425, + "▁easy": 3426, + "▁treatment": 3427, + "▁station": 3428, + "alled": 3429, + "undred": 3430, + "perty": 3431, + "▁Mil": 3432, + "▁Most": 3433, + "▁code": 3434, + "ston": 3435, + "());": 3436, + "▁sort": 3437, + "▁Committee": 3438, + "▁saying": 3439, + "iation": 3440, + "▁Ob": 3441, + "aily": 3442, + "▁recomm": 3443, + "ribution": 3444, + "uate": 3445, + "▁arriv": 3446, + "▁Mus": 3447, + "▁Sub": 3448, + "▁River": 3449, + "▁favor": 3450, + "▁challeng": 3451, + "▁Party": 3452, + "▁Green": 3453, + "▁Ben": 3454, + "▁THE": 3455, + "▁stage": 3456, + "▁activities": 3457, + "rian": 3458, + "▁conv": 3459, + "▁lower": 3460, + "▁occur": 3461, + "istan": 3462, + "arning": 3463, + "▁mus": 3464, + "▁Over": 3465, + "▁isn": 3466, + "pace": 3467, + "▁star": 3468, + "DE": 3469, + "▁Ann": 3470, + "▁billion": 3471, + "pri": 3472, + "http": 3473, + "ulations": 3474, + "hem": 3475, + "▁approach": 3476, + "index": 3477, + "▁eight": 3478, + "atal": 3479, + "▁Are": 3480, + "illing": 3481, + "bert": 3482, + "▁running": 3483, + "▁Angel": 3484, + "▁Mal": 3485, + "ares": 3486, + "enty": 3487, + "comes": 3488, + "const": 3489, + "▁African": 3490, + "▁organization": 3491, + "▁Tw": 3492, + "▁election": 3493, + "icient": 3494, + "▁foreign": 3495, + "▁Ev": 3496, + "▁constit": 3497, + "▁Tom": 3498, + "IG": 3499, + "▁decided": 3500, + "▁trade": 3501, + "CC": 3502, + "▁Here": 3503, + "eters": 3504, + "▁surv": 3505, + "ctions": 3506, + "▁du": 3507, + "▁gra": 3508, + "▁user": 3509, + "oring": 3510, + "▁north": 3511, + "▁patients": 3512, + "state": 3513, + "▁Mex": 3514, + "▁center": 3515, + "semb": 3516, + "▁sens": 3517, + "▁produced": 3518, + "force": 3519, + "lying": 3520, + "ternet": 3521, + "bit": 3522, + "▁oil": 3523, + "▁Germany": 3524, + "▁mention": 3525, + "url": 3526, + "Set": 3527, + "ned": 3528, + "▁•": 3529, + "▁Science": 3530, + "board": 3531, + "\";": 3532, + "▁additional": 3533, + "imum": 3534, + "rast": 3535, + "▁Bill": 3536, + "▁reading": 3537, + "▁qual": 3538, + "rated": 3539, + "Class": 3540, + "but": 3541, + "▁Que": 3542, + "▁Home": 3543, + "▁comment": 3544, + "▁via": 3545, + "▁Award": 3546, + "▁Since": 3547, + "▁contribut": 3548, + "▁Sam": 3549, + "▁organiz": 3550, + "urt": 3551, + "▁race": 3552, + "▁degree": 3553, + "rame": 3554, + "▁sen": 3555, + "▁message": 3556, + "outhern": 3557, + "▁options": 3558, + "▁grand": 3559, + "mark": 3560, + "He": 3561, + "nav": 3562, + "▁paper": 3563, + "▁Director": 3564, + "▁returned": 3565, + "aging": 3566, + "Error": 3567, + "like": 3568, + "▁species": 3569, + "▁Div": 3570, + "roy": 3571, + "▁Leg": 3572, + "▁image": 3573, + "itz": 3574, + "mercial": 3575, + "stance": 3576, + "ech": 3577, + "iful": 3578, + "▁cast": 3579, + "▁Chinese": 3580, + "▁stories": 3581, + "het": 3582, + "▁perfect": 3583, + "gen": 3584, + "▁complex": 3585, + "▁designed": 3586, + "▁tal": 3587, + "▁cy": 3588, + "▁rock": 3589, + "▁Out": 3590, + "erve": 3591, + "gl": 3592, + "▁application": 3593, + "▁movement": 3594, + "rief": 3595, + "sk": 3596, + "rial": 3597, + "where": 3598, + "▁followed": 3599, + "▁passed": 3600, + "▁worth": 3601, + "ui": 3602, + "▁lack": 3603, + "▁Rel": 3604, + "▁thous": 3605, + "do": 3606, + "▁projects": 3607, + "▁neigh": 3608, + "Mod": 3609, + "▁families": 3610, + "['": 3611, + "View": 3612, + "▁Vir": 3613, + "▁Although": 3614, + "▁Democr": 3615, + "▁beginning": 3616, + "▁rout": 3617, + "▁largest": 3618, + "▁Texas": 3619, + "▁parts": 3620, + "▁veh": 3621, + "js": 3622, + "▁background": 3623, + "▁attention": 3624, + "▁price": 3625, + "astic": 3626, + "▁Society": 3627, + "▁Techn": 3628, + "▁blood": 3629, + "oken": 3630, + "change": 3631, + "En": 3632, + "▁goal": 3633, + "oom": 3634, + "▁reve": 3635, + "▁although": 3636, + "▁pred": 3637, + "▁Even": 3638, + "▁spent": 3639, + "▁nearly": 3640, + "\":": 3641, + "▁television": 3642, + "\">": 4074, + "New": 4075, + "▁operations": 4076, + "▁farm": 4077, + "Int": 4078, + "▁length": 4079, + "▁Cup": 4080, + "▁growing": 4081, + "▁frequ": 4082, + "▁details": 4083, + "▁completed": 4084, + "▁Ham": 4085, + "▁Child": 4086, + "ada": 4087, + "EO": 4088, + "':": 4089, + "▁inform": 4090, + "▁Jose": 4091, + "mas": 4092, + "▁academ": 4093, + "▁fear": 4094, + "known": 4095, + "EM": 4096, + "▁interesting": 4097, + "▁location": 4098, + "ils": 4099, + "▁pull": 4100, + "▁Form": 4101, + "irection": 4102, + "▁toward": 4103, + "▁slow": 4104, + "▁transfer": 4105, + "▁hus": 4106, + "▁Canadian": 4107, + "▁Road": 4108, + "▁investig": 4109, + "ibly": 4110, + "▁Bi": 4111, + "▁anc": 4112, + "▁Oh": 4113, + "▁Royal": 4114, + "▁Charles": 4115, + "user": 4116, + "antic": 4117, + "▁central": 4118, + "▁Sl": 4119, + "ste": 4120, + "ounds": 4121, + "ancy": 4122, + "▁array": 4123, + "itude": 4124, + "▁opin": 4125, + "ula": 4126, + "group": 4127, + "▁Los": 4128, + "IR": 4129, + "udget": 4130, + "▁structure": 4131, + "▁fix": 4132, + "▁Cap": 4133, + "house": 4134, + "▁Sa": 4135, + "▁expand": 4136, + "▁effects": 4137, + "▁giving": 4138, + "▁artist": 4139, + "well": 4140, + "De": 4141, + "▁dram": 4142, + "▁thinking": 4143, + "stant": 4144, + "▁Ma": 4145, + "sembly": 4146, + "bed": 4147, + "▁Mo": 4148, + "▁enter": 4149, + "▁myself": 4150, + "Node": 4151, + "▁sales": 4152, + "▁ge": 4153, + "item": 4154, + "▁traditional": 4155, + "▁climate": 4156, + "▁polic": 4157, + "md": 4158, + "▁tried": 4159, + "▁reached": 4160, + "▁commercial": 4161, + "ategy": 4162, + "▁helped": 4163, + "▁Mass": 4164, + "▁Human": 4165, + "▁Florida": 4166, + "itable": 4167, + "▁stra": 4168, + "▁wonder": 4169, + "!\"": 4170, + "▁reb": 4171, + "riage": 4172, + "icine": 4173, + "win": 4174, + "▁aw": 4175, + "bre": 4176, + "▁rule": 4177, + "▁aware": 4178, + "▁Island": 4179, + "▁effective": 4180, + "▁parties": 4181, + "box": 4182, + "▁gas": 4183, + "▁Camp": 4184, + "▁ideas": 4185, + "▁Cur": 4186, + "▁answer": 4187, + "▁wood": 4188, + "▁Iran": 4189, + "▁Pub": 4190, + "empl": 4191, + "▁Bay": 4192, + "▁bill": 4193, + "atab": 4194, + "▁transport": 4195, + "▁letter": 4196, + "▁eth": 4197, + "▁shot": 4198, + "▁achieve": 4199, + "▁types": 4200, + "api": 4201, + "▁remains": 4202, + "ride": 4203, + "▁chance": 4204, + "▁OF": 4205, + "▁Chicago": 4206, + "▁village": 4207, + "▁);": 4208, + "Qu": 4209, + "▁phil": 4210, + "▁Lord": 4211, + "▁perhaps": 4212, + "▁collabor": 4213, + "All": 4214, + "Info": 4215, + "▁beautiful": 4216, + "za": 4217, + "▁Mont": 4218, + "▁Econom": 4219, + "▁autom": 4220, + "▁providing": 4221, + "eria": 4222, + "▁Star": 4223, + "▁serve": 4224, + "▁les": 4225, + "iant": 4226, + "▁Paris": 4227, + "azine": 4228, + "▁positive": 4229, + "▁mission": 4230, + "ena": 4231, + "▁swe": 4232, + "▁Foundation": 4233, + "▁reach": 4234, + "▁ready": 4235, + "hens": 4236, + "OD": 4237, + "▁understanding": 4238, + "▁card": 4239, + "▁cook": 4240, + "▁vote": 4241, + "▁Grand": 4242, + "▁element": 4243, + "table": 4244, + "▁Frid": 4245, + "▁ones": 4246, + "ato": 4247, + "orial": 4248, + "On": 4249, + "ici": 4250, + "▁altern": 4251, + "lict": 4252, + "▁greater": 4253, + "▁adopt": 4254, + "word": 4255, + "▁hospital": 4256, + "▁agreement": 4257, + "▁Sunday": 4258, + "▁appropri": 4259, + "▁ult": 4260, + "▁responsible": 4261, + "▁ang": 4262, + "▁Americans": 4263, + "▁Jo": 4264, + "▁etc": 4265, + "▁store": 4266, + "length": 4267, + "”,": 4268, + "▁innov": 4269, + "▁quarter": 4270, + "▁highly": 4271, + "For": 4272, + "▁Rem": 4273, + "▁investment": 4274, + "ube": 4275, + "▁double": 4276, + "▁Development": 4277, + "asion": 4278, + "▁sust": 4279, + "SE": 4280, + "ails": 4281, + "sm": 4282, + "▁primary": 4283, + "▁signed": 4284, + "▁Hill": 4285, + "ette": 4286, + "▁assess": 4287, + "▁majority": 4288, + "▁seemed": 4289, + "▁architect": 4290, + "▁artists": 4291, + "Event": 4292, + "▁organizations": 4293, + "▁reports": 4294, + "eder": 4295, + "vant": 4296, + "▁shown": 4297, + "▁initial": 4298, + "▁activity": 4299, + "uit": 4300, + "Text": 4301, + "▁Australian": 4302, + "doc": 4303, + "▁numbers": 4304, + "▁Good": 4305, + "aper": 4306, + "▁therefore": 4307, + "▁Tor": 4308, + "▁annual": 4309, + "▁thus": 4310, + "▁Vict": 4311, + "orage": 4312, + "▁Gen": 4313, + "ifying": 4314, + "▁Sol": 4315, + "▁Brown": 4316, + "atre": 4317, + "▁bus": 4318, + "▁initi": 4319, + "▁Ver": 4320, + "▁sche": 4321, + "iverse": 4322, + "ping": 4323, + "▁lines": 4324, + "road": 4325, + "isation": 4326, + "▁Land": 4327, + "ala": 4328, + "▁Kh": 4329, + "▁Top": 4330, + "ulf": 4331, + "▁male": 4332, + "▁laws": 4333, + "▁Islam": 4334, + "race": 4335, + "Config": 4336, + "▁condition": 4337, + "gar": 4338, + "gest": 4339, + "▁Prov": 4340, + "AA": 4341, + "▁Rock": 4342, + "▁occup": 4343, + "▁piece": 4344, + "▁register": 4345, + "_.": 4346, + "▁prop": 4347, + "▁employees": 4348, + "▁writer": 4349, + "iar": 4350, + "▁Rad": 4351, + "▁numer": 4352, + "▁beg": 4353, + "inn": 4354, + "▁repe": 4355, + "▁moving": 4356, + "▁green": 4357, + "anned": 4358, + "▁correct": 4359, + "▁Care": 4360, + "oma": 4361, + "▁digital": 4362, + "▁Sk": 4363, + "left": 4364, + "▁Bur": 4365, + "OM": 4366, + "eds": 4367, + "▁impl": 4368, + "▁trial": 4369, + "ano": 4370, + "▁Sun": 4371, + "rd": 4372, + "▁Championship": 4373, + "▁Lat": 4374, + "▁husband": 4375, + "Pl": 4376, + "ancing": 4377, + "▁stream": 4378, + "▁categ": 4379, + "▁truth": 4380, + "But": 4381, + "▁shoot": 4382, + "▁tim": 4383, + "▁raised": 4384, + "▁Also": 4385, + "Path": 4386, + "▁completely": 4387, + "▁Lu": 4388, + "pack": 4389, + "▁huge": 4390, + "▁wear": 4391, + "▁lived": 4392, + "▁immediately": 4393, + "▁Oper": 4394, + "▁faith": 4395, + "isf": 4396, + "ulate": 4397, + "())": 4398, + "olean": 4399, + "▁couldn": 4400, + "▁variety": 4401, + "▁surround": 4402, + "▁emot": 4403, + "edia": 4404, + "▁Hel": 4405, + "▁cris": 4406, + "▁crim": 4407, + "nel": 4408, + "▁credit": 4409, + "▁-->": 4410, + "▁susp": 4411, + "exp": 4412, + "▁af": 4413, + "bol": 4414, + "▁Friday": 4415, + "▁About": 4416, + "▁fully": 4417, + "▁gone": 4418, + "▁radio": 4419, + "cons": 4420, + "Index": 4421, + "▁Japanese": 4422, + "▁sun": 4423, + "ady": 4424, + "▁officials": 4425, + "▁sports": 4426, + "▁cultural": 4427, + "▁Open": 4428, + "▁Arab": 4429, + "State": 4430, + "▁dog": 4431, + "▁independent": 4432, + "izes": 4433, + "▁kept": 4434, + "burg": 4435, + "▁note": 4436, + "▁Step": 4437, + "▁scene": 4438, + "▁vers": 4439, + "▁attract": 4440, + "Field": 4441, + "uated": 4442, + "config": 4443, + "▁citizens": 4444, + "anta": 4445, + "ros": 4446, + "Add": 4447, + "▁starting": 4448, + "▁kids": 4449, + "▁Di": 4450, + "▁AP": 4451, + "▁generally": 4452, + "▁Nov": 4453, + "▁violence": 4454, + "App": 4455, + "▁": 13707, + "UK": 13708, + "▁Nashville": 13709, + "▁Salt": 13710, + "▁Danish": 13711, + "ciplinary": 13712, + "ellers": 13713, + "▁Richmond": 13714, + "▁swing": 13715, + "▁labels": 13716, + "area": 13717, + "▁Ronald": 13718, + "▁Merc": 13719, + "▁Disease": 13720, + "▁execute": 13721, + "▁owns": 13722, + "▁HE": 13723, + "Render": 13724, + "▁Tig": 13725, + "▁achievements": 13726, + "▁steady": 13727, + "▁paths": 13728, + "vector": 13729, + "rien": 13730, + "▁tremendous": 13731, + "toggle": 13732, + "▁preserved": 13733, + "▁legally": 13734, + "▁epic": 13735, + "LECT": 13736, + "▁lease": 13737, + "ancellor": 13738, + "ordination": 13739, + "▁Carlos": 13740, + "application": 13741, + "riors": 13742, + "▁outbreak": 13743, + "tech": 13744, + "▁sponsored": 13745, + "▁gaming": 13746, + "▁dece": 13747, + "▁completing": 13748, + "Show": 13749, + "▁Shah": 13750, + "ifferent": 13751, + "▁graphic": 13752, + "▁Treasury": 13753, + "▁hier": 13754, + "▁bonus": 13755, + "▁developer": 13756, + "▁marijuana": 13757, + "Enabled": 13758, + "idel": 13759, + "eded": 13760, + "owner": 13761, + "BE": 13762, + "▁Late": 13763, + "▁DR": 13764, + "▁photographer": 13765, + "▁nurse": 13766, + "ailure": 13767, + "▁SU": 13768, + "▁instrumental": 13769, + "▁Medic": 13770, + "▁Episode": 13771, + "itched": 13772, + "uez": 13773, + "▁<=": 13774, + "omon": 13775, + "▁rolling": 13776, + "▁Cut": 13777, + "▁Thor": 13778, + "▁Frances": 13779, + "irk": 13780, + "▁tob": 13781, + "▁cried": 13782, + "riven": 13783, + "▁tropical": 13784, + "▁Lith": 13785, + "▁dimin": 13786, + "▁weigh": 13787, + "enny": 13788, + "nia": 13789, + "▁Encyclop": 13790, + "▁Sources": 13791, + "▁Champions": 13792, + "▁typedef": 13793, + "osc": 13794, + "ti": 13795, + "▁Kids": 13796, + "▁experiencing": 13797, + "GS": 13798, + "mid": 13799, + "▁Available": 13800, + "▁robust": 13801, + "▁provincial": 13802, + "rones": 13803, + "▁Sha": 13804, + "▁wise": 13805, + "account": 13806, + "sn": 13807, + "hero": 13808, + "▁drums": 13809, + "Will": 13810, + "▁worn": 13811, + "▁Cathedral": 13812, + "▁Advanced": 13813, + "▁Got": 13814, + "(*": 13815, + "osevelt": 13816, + "▁greet": 13817, + "uple": 13818, + "▁Rav": 13819, + "opath": 13820, + "▁relate": 13821, + "azy": 13822, + "▁walks": 13823, + "▁Nam": 13824, + "Bytes": 13825, + "▁partially": 13826, + "▁deny": 13827, + "▁Challenge": 13828, + "▁Greater": 13829, + "▁mistakes": 13830, + "Writer": 13831, + "bn": 13832, + "▁tourists": 13833, + "endum": 13834, + "iev": 13835, + "▁Rogers": 13836, + "▁Wes": 13837, + "▁enjoying": 13838, + "▁Indigenous": 13839, + "▁Mans": 13840, + "▁iPhone": 13841, + "▁harvest": 13842, + "▁belonging": 13843, + "▁Springs": 13844, + "▁ignor": 13845, + "▁identical": 13846, + "▁implementing": 13847, + "▁Ground": 13848, + "▁safely": 13849, + "allow": 13850, + "arms": 13851, + "▁commod": 13852, + "▁acceptable": 13853, + "Look": 13854, + "Draw": 13855, + "▁Alt": 13856, + "▁rental": 13857, + "ascular": 13858, + "▁Brexit": 13859, + "ignment": 13860, + "▁combine": 13861, + "▁Default": 13862, + "▁Emma": 13863, + "▁Eug": 13864, + "▁retained": 13865, + "▁intrig": 13866, + "▁aux": 13867, + "▁Wang": 13868, + "▁translate": 13869, + "hy": 13870, + "▁mortgage": 13871, + "▁acknowledge": 13872, + "▁stolen": 13873, + "immer": 13874, + "]]": 13875, + "aha": 13876, + "▁strikes": 13877, + "▁loving": 13878, + "OUT": 13879, + "▁reporters": 13880, + "ernel": 13881, + "▁Buffalo": 13882, + "former": 13883, + "▁Individual": 13884, + "▁terminal": 13885, + "▁Bird": 13886, + "ancel": 13887, + "asia": 13888, + "▁contra": 13889, + "▁banned": 13890, + "▁respected": 13891, + "▁cousin": 13892, + "▁ho": 13893, + "!)": 13894, + "even": 13895, + "▁reaches": 13896, + "▁classification": 13897, + "cling": 13898, + "▁embarrass": 13899, + "▁fragment": 13900, + "▁preval": 13901, + "rable": 13902, + "▁Fed": 13903, + "▁Storm": 13904, + "ocaust": 13905, + "aho": 13906, + "olving": 13907, + "▁).": 13908, + "▁Queensland": 13909, + "▁matching": 13910, + "▁journalism": 13911, + "▁och": 13912, + "▁Baby": 13913, + "plugins": 13914, + "▁Pictures": 13915, + "▁separation": 13916, + "▁weakness": 13917, + "▁smoking": 13918, + "▁packed": 13919, + "asses": 13920, + "▁electoral": 13921, + "▁humanitarian": 13922, + "▁citizenship": 13923, + "oids": 13924, + "▁Golf": 13925, + "LS": 13926, + "etheless": 13927, + "▁automatic": 13928, + "▁fundra": 13929, + "▁\"/": 13930, + "▁renowned": 13931, + "▁prestigious": 13932, + "▁Pic": 13933, + "oving": 13934, + "▁Pain": 13935, + "▁Solar": 13936, + ";<": 13937, + "▁fame": 13938, + "▁Import": 13939, + "▁Corporate": 13940, + "player": 13941, + "▁cub": 13942, + "complete": 13943, + "Byte": 13944, + "▁murdered": 13945, + "▁Draw": 13946, + "ieg": 13947, + "argin": 13948, + "▁orange": 13949, + "▁courtesy": 13950, + "▁attributed": 13951, + "sche": 13952, + "arded": 13953, + "▁suggesting": 13954, + "▁poster": 13955, + "▁holes": 13956, + "▁Primary": 13957, + "double": 13958, + "▁Bibli": 13959, + "▁Religion": 13960, + "▁Defence": 13961, + "▁Morning": 13962, + "▁vector": 13963, + "▁handful": 13964, + "▁fears": 13965, + "▁Curt": 13966, + "iens": 13967, + "▁holy": 13968, + "▁Rank": 13969, + "▁Tell": 13970, + "▁recognised": 13971, + "▁cameras": 13972, + "clip": 13973, + "▁rolled": 13974, + "▁Upper": 13975, + "▁Particip": 13976, + "super": 13977, + "▁sacrifice": 13978, + "itated": 13979, + "▁Scientific": 13980, + "▁indicating": 13981, + "▁belongs": 13982, + "▁fellows": 13983, + "apshot": 13984, + "▁Pick": 13985, + "▁nationwide": 13986, + "ocker": 13987, + "▁closest": 13988, + "ducer": 13989, + "stration": 13990, + "Xml": 13991, + "▁prol": 13992, + "Day": 13993, + "▁architectural": 13994, + "▁Config": 13995, + "▁moderate": 13996, + "oped": 13997, + "arding": 13998, + "Root": 13999, + "▁eter": 14000, + "▁Assess": 14001, + "▁Watson": 14002, + "▁Cameron": 14003, + "▁ranking": 14004, + "prov": 14005, + "▁subdiv": 14006, + "▁Barcel": 14007, + "▁mysterious": 14008, + "▁specialized": 14009, + "▁Cover": 14010, + "▁ambit": 14011, + "▁bay": 14012, + "▁Holland": 14013, + "▁scandal": 14014, + "▁uncertainty": 14015, + "▁ambass": 14016, + "▁tackle": 14017, + "func": 14018, + "▁Lebanon": 14019, + "ylan": 14020, + "▁charter": 14021, + "▁gardens": 14022, + "▁displays": 14023, + "Oct": 14024, + "grim": 14025, + "▁worthy": 14026, + "▁anticipated": 14027, + "▁matrix": 14028, + "expl": 14029, + "hal": 14030, + "▁donated": 14031, + "liers": 14032, + "▁formally": 14033, + "▁workshops": 14034, + "▁Terms": 14035, + "▁Commercial": 14036, + "▁statue": 14037, + "framework": 14038, + "▁pink": 14039, + "▁Cha": 14040, + "▁considers": 14041, + "▁Roosevelt": 14042, + "▁fright": 14043, + "▁achieving": 14044, + "▁rugby": 14045, + "incinn": 14046, + "letion": 14047, + "alin": 14048, + "▁urged": 14049, + "▁cognitive": 14050, + "▁fossil": 14051, + "▁naval": 14052, + "webpack": 14053, + "▁editorial": 14054, + "▁interactive": 14055, + "[:": 14056, + "▁museums": 14057, + "▁Lux": 14058, + "otherapy": 14059, + "asures": 14060, + "▁Ralph": 14061, + "iox": 14062, + "▁tragedy": 14063, + "▁shoulders": 14064, + "▁consensus": 14065, + "Fig": 14066, + "som": 14067, + "▁Fisher": 14068, + "▁infer": 14069, + "▁letting": 14070, + "▁prejud": 14071, + "▁varied": 14072, + "gart": 14073, + "▁recipe": 14074, + "▁nit": 14075, + "itate": 14076, + "▁Kay": 14077, + "▁Nad": 14078, + "})": 14079, + "▁genes": 14080, + "▁oxygen": 14081, + "▁Reviews": 14082, + "▁Shar": 14083, + "big": 14084, + "▁caps": 14085, + "closed": 14086, + "▁Conserv": 14087, + "▁advocacy": 14088, + "▁Architecture": 14089, + "▁rounds": 14090, + "Account": 14091, + "▁stomach": 14092, + "▁orientation": 14093, + "RY": 14094, + "Google": 14095, + "Serv": 14096, + "▁msg": 14097, + "Fi": 14098, + "▁researcher": 14099, + "▁disappear": 14100, + "▁WAR": 14101, + "▁Single": 14102, + "▁unp": 14103, + "▁Soci": 14104, + "▁Bath": 14105, + "addy": 14106, + "▁phones": 14107, + "▁rendered": 14108, + "▁donations": 14109, + "▁complexity": 14110, + "Sy": 14111, + "▁libraries": 14112, + "▁creativity": 14113, + "▁Andre": 14114, + "▁tribes": 14115, + "▁Ele": 14116, + "▁Categories": 14117, + "▁chocolate": 14118, + "Flo": 14119, + "comed": 14120, + "desc": 14121, + "▁chron": 14122, + "▁noting": 14123, + "▁diamond": 14124, + "bery": 14125, + "▁MC": 14126, + "▁consultant": 14127, + "▁barg": 14128, + "▁Higher": 14129, + "▁associations": 14130, + "▁fulfill": 14131, + "▁bug": 14132, + "▁tender": 14133, + "esters": 14134, + "▁farming": 14135, + "Dom": 14136, + "Meta": 14137, + "▁dimensions": 14138, + "▁Related": 14139, + "!'": 14140, + "etta": 14141, + "alling": 14142, + "▁Lion": 14143, + "▁tenure": 14144, + "mount": 14145, + "▁Feature": 14146, + "▁relatives": 14147, + "▁trailer": 14148, + "▁ng": 14149, + "istle": 14150, + "Custom": 14151, + "▁ethics": 14152, + "ovo": 14153, + "▁Ton": 14154, + "▁compelling": 14155, + "▁Truth": 14156, + "▁spite": 14157, + "ASH": 14158, + "▁reminded": 14159, + "▁EV": 14160, + "▁Arg": 14161, + "▁refuse": 14162, + "building": 14163, + "cedented": 14164, + "▁elderly": 14165, + "▁Soc": 14166, + "prof": 14167, + "▁Vlad": 14168, + "▁hem": 14169, + "leased": 14170, + "Args": 14171, + "din": 14172, + "▁drunk": 14173, + "▁diplomatic": 14174, + "▁promising": 14175, + "incinnati": 14176, + "▁Coach": 14177, + "▁palace": 14178, + "▁diagnosed": 14179, + "aset": 14180, + "▁toll": 14181, + "bone": 14182, + "pered": 14183, + "▁drives": 14184, + "▁Jama": 14185, + "▁tobacco": 14186, + "▁Brist": 14187, + "▁enhanced": 14188, + "▁Qual": 14189, + "Desc": 14190, + "▁placing": 14191, + "▁Magic": 14192, + "▁triumph": 14193, + "▁Jeremy": 14194, + "angular": 14195, + "▁badly": 14196, + "▁habitat": 14197, + "rup": 14198, + "▁Lore": 14199, + "▁meth": 14200, + "ampa": 14201, + "▁excellence": 14202, + "}/": 14203, + "▁certification": 14204, + "▁Victorian": 14205, + "▁helic": 14206, + "bishop": 14207, + "▁neglig": 14208, + "▁conserv": 14209, + "▁proxy": 14210, + "▁Karen": 14211, + "▁surn": 14212, + "▁Emergency": 14213, + "eston": 14214, + "▁beneficial": 14215, + "via": 14216, + "hell": 14217, + "▁ministers": 14218, + "▁Too": 14219, + "plant": 14220, + "▁Ve": 14221, + "avan": 14222, + "iii": 14223, + "▁continent": 14224, + "▁meals": 14225, + "wright": 14226, + "▁horn": 14227, + "▁Austrian": 14228, + "Definition": 14229, + "▁Meet": 14230, + "egu": 14231, + "move": 14232, + "▁Independence": 14233, + "Christ": 14234, + "psy": 14235, + "▁bones": 14236, + "▁alliance": 14237, + "▁executives": 14238, + "▁divine": 14239, + "▁Kil": 14240, + "▁embrace": 14241, + "▁chemistry": 14242, + "azed": 14243, + "▁hills": 14244, + "▁survivors": 14245, + "▁vacation": 14246, + "▁affecting": 14247, + "▁commemor": 14248, + "Obj": 14249, + "amped": 14250, + "yll": 14251, + "▁cave": 14252, + "▁syndrome": 14253, + "▁Internal": 14254, + "legate": 14255, + "reens": 14256, + "▁viewing": 14257, + "igo": 14258, + "▁unity": 14259, + "▁Nurs": 14260, + "▁Certain": 14261, + "▁constitute": 14262, + "begin": 14263, + "▁outs": 14264, + "Lin": 14265, + "▁Infantry": 14266, + "▁guaranteed": 14267, + "▁deployed": 14268, + "orts": 14269, + "▁Deg": 14270, + "▁rows": 14271, + "▁competitions": 14272, + "▁posit": 14273, + "▁maj": 14274, + "▁Tol": 14275, + "▁Harvey": 14276, + "Option": 14277, + "usc": 14278, + "▁HD": 14279, + "▁Diamond": 14280, + "▁Similarly": 14281, + "arse": 14282, + "▁Barcelona": 14283, + "▁Want": 14284, + "▁predecess": 14285, + "ummy": 14286, + "sterdam": 14287, + "ported": 14288, + "▁Muhammad": 14289, + "▁stones": 14290, + "obb": 14291, + "▁tune": 14292, + "▁Iraqi": 14293, + "▁harsh": 14294, + "▁initiated": 14295, + "wig": 14296, + "▁Edwards": 14297, + "▁wrapped": 14298, + "▁quantity": 14299, + "▁skilled": 14300, + "▁Todd": 14301, + "▁Parks": 14302, + "▁hypothes": 14303, + "asting": 14304, + "▁FO": 14305, + "▁deserve": 14306, + "Rect": 14307, + "wrap": 14308, + "▁strip": 14309, + "▁Status": 14310, + "▁assemb": 14311, + "▁Statement": 14312, + "qual": 14313, + "skip": 14314, + "school": 14315, + "▁Representative": 14316, + "▁steep": 14317, + "▁predomin": 14318, + "▁processed": 14319, + "▁Lloyd": 14320, + "accept": 14321, + "government": 14322, + "▁praised": 14323, + "▁assignment": 14324, + "▁pic": 14325, + "▁HR": 14326, + "Dialog": 14327, + "▁Initiative": 14328, + "▁Zone": 14329, + "▁Fro": 14330, + "▁Testament": 14331, + "hn": 14332, + "▁Delaware": 14333, + "events": 14334, + "unting": 14335, + "ourt": 14336, + "celand": 14337, + "▁Dennis": 14338, + "▁mouse": 14339, + "ér": 14340, + "▁Cities": 14341, + "insert": 14342, + "▁Begin": 14343, + "▁Bobby": 14344, + "ifiers": 14345, + "marks": 14346, + "▁Ring": 14347, + "oro": 14348, + "▁FROM": 14349, + "▁flesh": 14350, + "▁Ax": 14351, + "▁Alexand": 14352, + "▁Mi": 14353, + "thlete": 14354, + "▁Athens": 14355, + "ento": 14356, + "▁disclosure": 14357, + "▁revised": 14358, + "Good": 14359, + "▁knife": 14360, + "▁disrupt": 14361, + "tail": 14362, + "▁qualities": 14363, + "PAR": 14364, + "▁ski": 14365, + "▁Barack": 14366, + "=\"\"": 14367, + "▁Grey": 14368, + "▁removing": 14369, + "▁Dad": 14370, + "items": 14371, + ",[": 14372, + "▁bell": 14373, + "region": 14374, + "activ": 14375, + "Exec": 14376, + "uru": 14377, + "▁Lot": 14378, + "Delete": 14379, + "alg": 14380, + "▁verify": 14381, + "▁Email": 14382, + "Storage": 14383, + "▁peers": 14384, + "▁Partners": 14385, + "none": 14386, + "▁transit": 14387, + "▁Strategy": 14388, + "▁advocates": 14389, + "friendly": 14390, + "▁resigned": 14391, + "Ac": 14392, + "▁Ja": 14393, + "SM": 14394, + "▁sleeping": 14395, + "▁Leonard": 14396, + "nut": 14397, + "▁prescribed": 14398, + "▁compassion": 14399, + "▁Southeast": 14400, + "▁Ara": 14401, + "ivia": 14402, + "ln": 14403, + "▁generous": 14404, + "▁shirt": 14405, + "▁Partnership": 14406, + "▁proteins": 14407, + "Graph": 14408, + "▁overview": 14409, + "uler": 14410, + "specific": 14411, + "▁stakeholders": 14412, + "his": 14413, + "▁lasted": 14414, + "▁Cir": 14415, + "▁Welcome": 14416, + "▁advantages": 14417, + "▁evac": 14418, + "rite": 14419, + "▁sword": 14420, + "▁Columbus": 14421, + "▁enroll": 14422, + "inea": 14423, + "▁Glasgow": 14424, + "▁fitness": 14425, + "▁accessed": 14426, + "▁concerts": 14427, + "▁Summit": 14428, + "VERS": 14429, + "▁praise": 14430, + "KEY": 14431, + "Copy": 14432, + "▁spo": 14433, + "▁dimension": 14434, + "▁counterpart": 14435, + "▁intelligent": 14436, + "Assert": 14437, + "▁hitting": 14438, + "isen": 14439, + "▁schem": 14440, + "ambling": 14441, + "▁resid": 14442, + "▁writings": 14443, + "▁highlighted": 14444, + "▁thesis": 14445, + "▁[[": 14446, + "▁Bright": 14447, + "▁Ye": 14448, + "▁belt": 14449, + "▁Sony": 14450, + "▁mothers": 14451, + "▁struggled": 14452, + "▁Kos": 14453, + "oin": 14454, + "▁Ghana": 14455, + "▁Location": 14456, + "▁bases": 14457, + "Rev": 14458, + "umbled": 14459, + "walk": 14460, + "▁Lit": 14461, + "▁visitor": 14462, + "▁documented": 14463, + "cott": 14464, + "▁Speed": 14465, + "▁Alberta": 14466, + "password": 14467, + "▁Nord": 14468, + "▁Communication": 14469, + "▁singers": 14470, + "rift": 14471, + "ullivan": 14472, + "▁mathematics": 14473, + "▁Archive": 14474, + "▁collecting": 14475, + "ynamic": 14476, + "protobuf": 14477, + "▁prox": 14478, + "▁reluct": 14479, + "▁Message": 14480, + "▁avec": 14481, + "▁Stream": 14482, + "▁observe": 14483, + "—\"": 14484, + "Mock": 14485, + ".--": 14486, + "▁knee": 14487, + "▁ambitious": 14488, + "▁demanding": 14489, + "▁receipt": 14490, + "allet": 14491, + "▁Ug": 14492, + "amine": 14493, + "▁Pred": 14494, + "▁diabetes": 14495, + "▁Basketball": 14496, + "▁Costa": 14497, + "▁Sold": 14498, + "mund": 14499, + "▁Scholar": 14500, + "▁boundary": 14501, + "attribute": 14502, + "Gen": 14503, + "▁Securities": 14504, + "▁pointing": 14505, + "▁Cincinnati": 14506, + "▁Kel": 14507, + "buf": 14508, + "auto": 14509, + "▁Node": 14510, + "▁maxim": 14511, + "▁Eld": 14512, + "▁bitter": 14513, + "▁GDP": 14514, + "▁Voice": 14515, + "▁audit": 14516, + "▁cord": 14517, + "▁prosecution": 14518, + "▁bacteria": 14519, + "▁insisted": 14520, + "▁Eight": 14521, + "▁Players": 14522, + "ORY": 14523, + "raska": 14524, + "Who": 14525, + "election": 14526, + "ucker": 14527, + "▁Quality": 14528, + "▁essence": 14529, + "▁apolog": 14530, + "▁barrel": 14531, + "AK": 14532, + "▁opponent": 14533, + "FORM": 14534, + "▁vic": 14535, + "▁checking": 14536, + "'))": 14537, + "▁Eve": 14538, + "viously": 14539, + "▁reactions": 14540, + "▁coins": 14541, + "▁ber": 14542, + "▁eleven": 14543, + "Tab": 14544, + "▁tempt": 14545, + "assets": 14546, + "ragment": 14547, + "▁romance": 14548, + "▁resil": 14549, + "▁bearing": 14550, + ")).": 14551, + "impl": 14552, + "▁Colombia": 14553, + "boolean": 14554, + "▁productive": 14555, + "▁bias": 14556, + "Av": 14557, + "unal": 14558, + "▁dealt": 14559, + "▁Graduate": 14560, + "▁unt": 14561, + "achers": 14562, + "▁grey": 14563, + "phones": 14564, + "uction": 14565, + "Changed": 14566, + "▁cattle": 14567, + "▁odds": 14568, + "▁Something": 14569, + "▁dose": 14570, + "▁Catal": 14571, + "olves": 14572, + "▁Tab": 14573, + "NOT": 14574, + "▁Rena": 14575, + "▁reprodu": 14576, + "▁Happy": 14577, + "▁affirm": 14578, + "▁commented": 14579, + "▁criticized": 14580, + "▁beating": 14581, + "usive": 14582, + "▁Harper": 14583, + "ologically": 14584, + "▁preventing": 14585, + "▁Counsel": 14586, + "gender": 14587, + "▁Arabic": 14588, + "▁Vari": 14589, + "▁precise": 14590, + "▁globally": 14591, + "▁excitement": 14592, + "▁DI": 14593, + "▁assisted": 14594, + "▁teaches": 14595, + "▁aired": 14596, + "▁Cruz": 14597, + "unches": 14598, + "orized": 14599, + "▁Garc": 14600, + "▁necessity": 14601, + "▁Pierre": 14602, + "▁Haz": 14603, + "▁reson": 14604, + "▁enrolled": 14605, + "▁Ple": 14606, + "▁infring": 14607, + "▁Kle": 14608, + "▁diam": 14609, + "▁biology": 14610, + "igma": 14611, + "▁timing": 14612, + "▁Nan": 14613, + "▁logical": 14614, + "ORK": 14615, + "▁vegetables": 14616, + "aired": 14617, + "▁medic": 14618, + "▁Cohen": 14619, + "connection": 14620, + "▁defending": 14621, + "▁partnerships": 14622, + "▁Fiction": 14623, + "▁grows": 14624, + "▁FR": 14625, + "▁computing": 14626, + "ulates": 14627, + "Del": 14628, + "▁jer": 14629, + "▁dispar": 14630, + "Icon": 14631, + "▁Comb": 14632, + "clock": 14633, + "chair": 14634, + "▁pleasant": 14635, + "▁detection": 14636, + "▁Gets": 14637, + "▁Leo": 14638, + "ymph": 14639, + "▁glory": 14640, + "▁cruel": 14641, + "national": 14642, + "▁Regulation": 14643, + "▁commentary": 14644, + "▁attorneys": 14645, + "▁explicitly": 14646, + "▁reasonably": 14647, + "▁recur": 14648, + "Pub": 14649, + "▁premiere": 14650, + "▁sang": 14651, + "Editor": 14652, + "▁Originally": 14653, + "▁regards": 14654, + "▁Half": 14655, + "▁Better": 14656, + "▁welcomed": 14657, + "▁pursuing": 14658, + "PER": 14659, + "eted": 14660, + "▁premises": 14661, + "▁Bud": 14662, + "▁Blu": 14663, + "▁electro": 14664, + "▁Ident": 14665, + "visor": 14666, + "video": 14667, + "▁Venezuela": 14668, + "cert": 14669, + "▁absent": 14670, + "ados": 14671, + "▁compound": 14672, + ";/": 14673, + "▁youngest": 14674, + "▁historically": 14675, + "▁mandate": 14676, + "coq": 14677, + "▁Gene": 14678, + "lit": 14679, + "Black": 14680, + "▁Ghost": 14681, + "▁Appeals": 14682, + "▁fires": 14683, + "▁spectacular": 14684, + "vals": 14685, + "asa": 14686, + "▁consulting": 14687, + "▁ceiling": 14688, + "ws": 14689, + "MAX": 14690, + "▁Ave": 14691, + "iban": 14692, + "▁Background": 14693, + "▁Artists": 14694, + "argument": 14695, + "▁Bert": 14696, + "▁predicted": 14697, + "job": 14698, + "▁twin": 14699, + "lia": 14700, + "▁shar": 14701, + "Pattern": 14702, + "▁Gospel": 14703, + "▁mounted": 14704, + "▁Valent": 14705, + "▁Stri": 14706, + "auer": 14707, + "▁listened": 14708, + "▁ss": 14709, + "▁witnessed": 14710, + "▁Moz": 14711, + "▁successor": 14712, + "?)": 14713, + "▁foster": 14714, + "▁''": 14715, + "▁Ambassador": 14716, + "▁suspension": 14717, + "padding": 14718, + "Media": 14719, + "▁encountered": 14720, + "Main": 14721, + "founder": 14722, + "▁conferences": 14723, + "instein": 14724, + "▁lens": 14725, + "▁lasting": 14726, + "▁pap": 14727, + "▁modest": 14728, + "▁grandmother": 14729, + "▁Kan": 14730, + "fiction": 14731, + "▁editing": 14732, + "▁characteristic": 14733, + "inite": 14734, + "▁Arena": 14735, + "abul": 14736, + "▁Deal": 14737, + "▁Joan": 14738, + "Support": 14739, + "▁wished": 14740, + "▁Pin": 14741, + "▁Branch": 14742, + "Fields": 14743, + "▁comme": 14744, + "ême": 14745, + "▁Nut": 14746, + "▁blues": 14747, + "▁cheer": 14748, + "▁delayed": 14749, + "▁unprecedented": 14750, + "▁interviewed": 14751, + "▁---": 14752, + "▁Wells": 14753, + "▁robot": 14754, + "▁bulk": 14755, + "▁inherit": 14756, + "▁honors": 14757, + "▁Wi": 14758, + "▁shield": 14759, + "▁deadly": 14760, + "twitter": 14761, + "arr": 14762, + "uly": 14763, + "ochem": 14764, + "mock": 14765, + "▁pursuit": 14766, + "▁festivals": 14767, + "asive": 14768, + "▁intersection": 14769, + "▁Dragon": 14770, + "eto": 14771, + "▁toxic": 14772, + "▁competitors": 14773, + "▁sque": 14774, + "▁wound": 14775, + "▁javax": 14776, + "▁lap": 14777, + "▁pressed": 14778, + "▁hyd": 14779, + "än": 14780, + "Some": 14781, + "Member": 14782, + "iri": 14783, + "▁Collect": 14784, + "LIC": 14785, + "emon": 14786, + "▁Educational": 14787, + "▁filling": 14788, + "▁Airl": 14789, + "▁ballot": 14790, + "▁shr": 14791, + "▁interf": 14792, + "▁draws": 14793, + "ylon": 14794, + "▁Eddie": 14795, + "▁secular": 14796, + "▁PDF": 14797, + "▁bund": 14798, + "▁Michelle": 14799, + "ocity": 14800, + "▁Julia": 14801, + "▁crops": 14802, + "gom": 14803, + "▁Hugh": 14804, + "▁auction": 14805, + "▁append": 14806, + "▁Delta": 14807, + "▁priorities": 14808, + "adoop": 14809, + "▁verse": 14810, + "▁embedd": 14811, + "▁appell": 14812, + "▁Kid": 14813, + "▁receiver": 14814, + "▁detention": 14815, + "▁physicians": 14816, + "▁Terror": 14817, + "rieve": 14818, + "YPE": 14819, + "bank": 14820, + "▁packages": 14821, + "Active": 14822, + "queue": 14823, + "▁submar": 14824, + "▁arise": 14825, + "▁thoroughly": 14826, + "▁trauma": 14827, + "▁united": 14828, + "▁Hait": 14829, + "▁cake": 14830, + "HTML": 14831, + "▁Hockey": 14832, + "▁unnecess": 14833, + "▁metab": 14834, + "closure": 14835, + "▁IF": 14836, + "ctors": 14837, + "▁canc": 14838, + "ographers": 14839, + "▁defendants": 14840, + "▁Manufact": 14841, + "▁Dictionary": 14842, + "▁explaining": 14843, + "▁cricket": 14844, + "▁mature": 14845, + "▁Experience": 14846, + "▁Summary": 14847, + "▁lingu": 14848, + "▁flew": 14849, + "income": 14850, + "▁intensity": 14851, + "umed": 14852, + "▁": 14853, + "e": 14854, + "t": 14855, + "a": 14856, + "o": 14857, + "i": 14858, + "n": 14859, + "r": 14860, + "s": 14861, + "h": 14862, + "l": 14863, + "d": 14864, + "c": 14865, + "u": 14866, + "m": 14867, + "p": 14868, + "f": 14869, + "g": 14870, + "y": 14871, + "w": 14872, + ".": 14873, + "b": 14874, + ",": 14875, + "v": 14876, + "k": 14877, + "S": 14878, + "T": 14879, + "A": 14880, + "I": 14881, + "1": 14882, + "C": 14883, + "0": 14884, + "-": 14885, + "\"": 14886, + "2": 14887, + ")": 14888, + "(": 14889, + "M": 14890, + "P": 14891, + "x": 14892, + "/": 14893, + "B": 14894, + "R": 14895, + "E": 14896, + "D": 14897, + "N": 14898, + "L": 14899, + "H": 14900, + "'": 14901, + "F": 14902, + ":": 14903, + "O": 14904, + "W": 14905, + "9": 14906, + "_": 14907, + "G": 14908, + ">": 14909, + "=": 14910, + ";": 14911, + "3": 14912, + "<": 14913, + "’": 14914, + "j": 14915, + "5": 14916, + "4": 14917, + "8": 14918, + "z": 14919, + "U": 14920, + "q": 14921, + "J": 14922, + "6": 14923, + "7": 14924, + "*": 14925, + "V": 14926, + "K": 14927, + "Y": 14928, + "“": 14929, + "”": 14930, + "}": 14931, + "{": 14932, + "|": 14933, + "?": 14934, + "[": 14935, + "]": 14936, + "–": 14937, + "$": 14938, + "&": 14939, + "!": 14940, + "#": 14941, + "—": 14942, + "%": 14943, + "Q": 14944, + "+": 14945, + "@": 14946, + "X": 14947, + "é": 14948, + "Z": 14949, + "\\": 14950, + "`": 14951, + "‘": 14952, + "á": 14953, + "í": 14954, + "ó": 14955, + "^": 14956, + "ä": 14957, + "•": 14958, + "è": 14959, + "à": 14960, + "ö": 14961, + "»": 14962, + "ü": 14963, + "~": 14964, + "а": 14965, + "о": 14966, + "е": 14967, + "£": 14968, + "и": 14969, + "н": 14970, + "«": 14971, + "т": 14972, + "å": 14973, + "§": 14974, + "ç": 14975, + "р": 14976, + "ñ": 14977, + "ê": 14978, + "©": 14979, + "°": 14980, + "с": 14981, + "·": 14982, + "ā": 14983, + "ा": 14984, + "в": 14985, + "⁄": 14986, + "â": 14987, + "л": 14988, + "α": 14989, + "к": 14990, + "ú": 14991, + "€": 14992, + "­": 14993, + "क": 14994, + "′": 14995, + "र": 14996, + "ο": 14997, + "े": 14998, + "ا": 14999, + "д": 15000, + "É": 15001, + "®": 15002, + "ć": 15003, + "ã": 15004, + "ν": 15005, + "ō": 15006, + "τ": 15007, + "м": 15008, + "ø": 15009, + "у": 15010, + "š": 15011, + "п": 15012, + "ô": 15013, + "−": 15014, + "ε": 15015, + "्": 15016, + "ı": 15017, + "μ": 15018, + "ι": 15019, + "→": 15020, + "ł": 15021, + "×": 15022, + "न": 15023, + "ि": 15024, + "ी": 15025, + "↑": 15026, + "स": 15027, + "č": 15028, + "ं": 15029, + "ă": 15030, + "я": 15031, + "з": 15032, + "î": 15033, + "的": 15034, + "ρ": 15035, + "त": 15036, + "ь": 15037, + "σ": 15038, + "ل": 15039, + "æ": 15040, + "ह": 15041, + "म": 15042, + "б": 15043, + "π": 15044, + "ς": 15045, + "ş": 15046, + "ы": 15047, + "ë": 15048, + "й": 15049, + "г": 15050, + "λ": 15051, + "ū": 15052, + "κ": 15053, + "ī": 15054, + "ر": 15055, + "†": 15056, + "ल": 15057, + "ù": 15058, + "♦": 15059, + "‐": 15060, + "ो": 15061, + "ï": 15062, + "ž": 15063, + "ч": 15064, + "प": 15065, + "य": 15066, + "م": 15067, + "ن": 15068, + "¿": 15069, + "η": 15070, + "ו": 15071, + "ß": 15072, + "י": 15073, + "द": 15074, + "›": 15075, + "β": 15076, + "œ": 15077, + "و": 15078, + "व": 15079, + "і": 15080, + "。": 15081, + "ی": 15082, + "←": 15083, + "υ": 15084, + "γ": 15085, + "́": 15086, + "ò": 15087, + "ý": 15088, + "δ": 15089, + "د": 15090, + "Á": 15091, + "─": 15092, + "ń": 15093, + "ज": 15094, + "ت": 15095, + "Ö": 15096, + "ğ": 15097, + "ي": 15098, + "ה": 15099, + "û": 15100, + "ب": 15101, + "ί": 15102, + "θ": 15103, + "ब": 15104, + "ж": 15105, + "ת": 15106, + "¶": 15107, + "ц": 15108, + "Â": 15109, + "х": 15110, + "С": 15111, + "Š": 15112, + "ω": 15113, + "│": 15114, + "ग": 15115, + "ś": 15116, + "の": 15117, + "ל": 15118, + "ș": 15119, + "±": 15120, + "’": 15121, + "س": 15122, + "ę": 15123, + "ه": 15124, + "П": 15125, + "ु": 15126, + "ì": 15127, + "ш": 15128, + "¡": 15129, + "ð": 15130, + "ř": 15131, + "ē": 15132, + "ר": 15133, + "ό": 15134, + "„": 15135, + "ー": 15136, + "В": 15137, + "中": 15138, + "、": 15139, + "έ": 15140, + "ά": 15141, + "א": 15142, + "用": 15143, + "ב": 15144, + "।": 15145, + "õ": 15146, + "φ": 15147, + "★": 15148, + "ą": 15149, + "ю": 15150, + "Ó": 15151, + "Ç": 15152, + "מ": 15153, + "一": 15154, + "ع": 15155, + "ě": 15156, + "Р": 15157, + "⋆": 15158, + "ф": 15159, + "ש": 15160, + "थ": 15161, + "İ": 15162, + "ή": 15163, + "श": 15164, + "ए": 15165, + "À": 15166, + "数": 15167, + "О": 15168, + "ट": 15169, + "ै": 15170, + "К": 15171, + "Ã": 15172, + "χ": 15173, + "Ü": 15174, + "🙂": 15175, + "Č": 15176, + "Å": 15177, + "Н": 15178, + "ف": 15179, + "А": 15180, + "是": 15181, + "भ": 15182, + "ż": 15183, + "ン": 15184, + "“": 15185, + "€": 15186, + "ش": 15187, + "अ": 15188, + "”": 15189, + "―": 15190, + "在": 15191, + "文": 15192, + "М": 15193, + "日": 15194, + "ة": 15195, + "を": 15196, + "щ": 15197, + "Đ": 15198, + "ू": 15199, + "И": 15200, + "ύ": 15201, + "Δ": 15202, + "Ž": 15203, + "च": 15204, + "有": 15205, + "●": 15206, + "¢": 15207, + "ड": 15208, + "—": 15209, + "נ": 15210, + "ə": 15211, + "ț": 15212, + "不": 15213, + "ک": 15214, + "ע": 15215, + "る": 15216, + "ė": 15217, + "उ": 15218, + "す": 15219, + "上": 15220, + "ţ": 15221, + "♘": 15222, + "इ": 15223, + "Ø": 15224, + "し": 15225, + "ス": 15226, + "ʻ": 15227, + "大": 15228, + "定": 15229, + "đ": 15230, + "ト": 15231, + "Α": 15232, + "Ł": 15233, + "に": 15234, + "ح": 15235, + "ד": 15236, + "ѕ": 15237, + "आ": 15238, + "ख": 15239, + "ק": 15240, + "Ś": 15241, + "Ō": 15242, + "ق": 15243, + "ň": 15244, + "Д": 15245, + "Т": 15246, + "Ä": 15247, + "️": 15248, + "个": 15249, + "이": 15250, + "": 15251, + "ἐ": 15252, + "ő": 15253, + "э": 15254, + "ध": 15255, + "ח": 15256, + "Ş": 15257, + "成": 15258, + "时": 15259, + "़": 15260, + "イ": 15261, + "ج": 15262, + "为": 15263, + "ز": 15264, + "件": 15265, + "置": 15266, + "Î": 15267, + "Í": 15268, + "ὶ": 15269, + "כ": 15270, + "以": 15271, + "方": 15272, + "类": 15273, + "♗": 15274, + "要": 15275, + "औ": 15276, + "Ε": 15277, + "新": 15278, + "本": 15279, + "可": 15280, + "ḥ": 15281, + "ṣ": 15282, + "↩": 15283, + "行": 15284, + "ა": 15285, + "ם": 15286, + "下": 15287, + "い": 15288, + "Æ": 15289, + "Σ": 15290, + "和": 15291, + "Б": 15292, + "า": 15293, + "法": 15294, + "ك": 15295, + "ク": 15296, + "פ": 15297, + "ʿ": 15298, + "据": 15299, + "出": 15300, + "≥": 15301, + "ッ": 15302, + "常": 15303, + "人": 15304, + "取": 15305, + "た": 15306, + "入": 15307, + "फ": 15308, + "ル": 15309, + "加": 15310, + "خ": 15311, + "ま": 15312, + "对": 15313, + "₹": 15314, + "►": 15315, + "ष": 15316, + "Г": 15317, + "َ": 15318, + "ი": 15319, + "到": 15320, + "ъ": 15321, + "地": 15322, + "で": 15323, + "ἀ": 15324, + "ʼ": 15325, + "と": 15326, + "다": 15327, + "ź": 15328, + "♕": 15329, + "ệ": 15330, + "Ú": 15331, + "表": 15332, + "分": 15333, + "て": 15334, + "Е": 15335, + "は": 15336, + "ξ": 15337, + "ṇ": 15338, + "Π": 15339, + "名": 15340, + "ˈ": 15341, + "接": 15342, + "使": 15343, + "リ": 15344, + "≤": 15345, + "ա": 15346, + "示": 15347, + "È": 15348, + "ई": 15349, + "¥": 15350, + "ư": 15351, + "我": 15352, + "의": 15353, + "作": 15354, + "回": 15355, + "Ð": 15356, + "У": 15357, + "ร": 15358, + "が": 15359, + "な": 15360, + "ア": 15361, + "ラ": 15362, + "З": 15363, + "理": 15364, + "ס": 15365, + "ص": 15366, + "生": 15367, + "ṭ": 15368, + "ὸ": 15369, + "ώ": 15370, + "小": 15371, + "👼": 15372, + "了": 15373, + "ὐ": 15374, + "所": 15375, + "发": 15376, + "信": 15377, + "部": 15378, + "ῦ": 15379, + "▲": 15380, + "设": 15381, + "息": 15382, + "þ": 15383, + "Ñ": 15384, + "น": 15385, + "前": 15386, + "Τ": 15387, + "能": 15388, + "أ": 15389, + "如": 15390, + "ῖ": 15391, + "字": 15392, + "会": 15393, + "子": 15394, + "ן": 15395, + "ť": 15396, + "에": 15397, + "•": 15398, + "는": 15399, + "Ι": 15400, + "タ": 15401, + "式": 15402, + "れ": 15403, + "面": 15404, + "ط": 15405, + "Ο": 15406, + "்": 15407, + "图": 15408, + "学": 15409, + "动": 15410, + "하": 15411, + "ạ": 15412, + "ण": 15413, + "Κ": 15414, + "化": 15415, + "性": 15416, + "体": 15417, + "Л": 15418, + "ド": 15419, + "果": 15420, + "ῶ": 15421, + "ů": 15422, + "于": 15423, + "存": 15424, + "‍": 15425, + "年": 15426, + "한": 15427, + "合": 15428, + "点": 15429, + "‹": 15430, + "国": 15431, + "Μ": 15432, + "最": 15433, + "自": 15434, + "‡": 15435, + "内": 15436, + "通": 15437, + "器": 15438, + "位": 15439, + "后": 15440, + "度": 15441, + "া": 15442, + "フ": 15443, + "ג": 15444, + "标": 15445, + "پ": 15446, + "レ": 15447, + "ე": 15448, + "Ā": 15449, + "¬": 15450, + "ё": 15451, + "Ż": 15452, + "这": 15453, + "过": 15454, + "ט": 15455, + "ː": 15456, + "开": 15457, + "月": 15458, + "指": 15459, + "‚": 15460, + "さ": 15461, + "シ": 15462, + "间": 15463, + "■": 15464, + "包": 15465, + "–": 15466, + "ả": 15467, + "ּ": 15468, + "值": 15469, + "获": 15470, + "ὲ": 15471, + "อ": 15472, + "请": 15473, + "・": 15474, + "기": 15475, + "가": 15476, + "ế": 15477, + "צ": 15478, + "ก": 15479, + "码": 15480, + "⇒": 15481, + "正": 15482, + "ơ": 15483, + "̈": 15484, + "로": 15485, + "」": 15486, + "「": 15487, + "ロ": 15488, + "ὰ": 15489, + "户": 15490, + "เ": 15491, + "지": 15492, + "Ω": 15493, + "্": 15494, + "∞": 15495, + "Ф": 15496, + "当": 15497, + "除": 15498, + "사": 15499, + "ジ": 15500, + "建": 15501, + "ζ": 15502, + "こ": 15503, + "实": 15504, + "گ": 15505, + "か": 15506, + "制": 15507, + "参": 15508, + "ָ": 15509, + "关": 15510, + "程": 15511, + "返": 15512, + "을": 15513, + "😉": 15514, + "่": 15515, + "り": 15516, + "型": 15517, + "コ": 15518, + "目": 15519, + "多": 15520, + "列": 15521, + "选": 15522, + "号": 15523, + "Ê": 15524, + "Η": 15525, + "ั": 15526, + "ง": 15527, + "ὴ": 15528, + "重": 15529, + "查": 15530, + "象": 15531, + "道": 15532, + "ม": 15533, + "ễ": 15534, + "来": 15535, + "Λ": 15536, + "金": 15537, + "务": 15538, + "事": 15539, + "量": 15540, + "口": 15541, + "්": 15542, + "™": 15543, + "ն": 15544, + "第": 15545, + "ى": 15546, + "バ": 15547, + "之": 15548, + "メ": 15549, + "인": 15550, + "高": 15551, + "调": 15552, + "რ": 15553, + "ს": 15554, + "天": 15555, + "ῆ": 15556, + "更": 15557, + "Γ": 15558, + "应": 15559, + "🚀": 15560, + "者": 15561, + "明": 15562, + "容": 15563, + "代": 15564, + "始": 15565, + "单": 15566, + "全": 15567, + "ņ": 15568, + "ِ": 15569, + "Ν": 15570, + "将": 15571, + "主": 15572, + "否": 15573, + "≈": 15574, + "路": 15575, + "র": 15576, + "同": 15577, + "解": 15578, + "公": 15579, + "서": 15580, + "プ": 15581, + "♖": 15582, + "例": 15583, + "📅": 15584, + "🧹": 15585, + "得": 15586, + "录": 15587, + "ז": 15588, + "或": 15589, + "ウ": 15590, + "ї": 15591, + "海": 15592, + "手": 15593, + "ị": 15594, + "🏜": 15595, + "♥": 15596, + "放": 15597, + "،": 15598, + "保": 15599, + "🐣": 15600, + "组": 15601, + "시": 15602, + "छ": 15603, + "⋅": 15604, + "Þ": 15605, + "리": 15606, + "ր": 15607, + "片": 15608, + "ɪ": 15609, + "配": 15610, + "정": 15611, + "∈": 15612, + "期": 15613, + "ψ": 15614, + "스": 15615, + "න": 15616, + "Ḥ": 15617, + "ְ": 15618, + "¦": 15619, + "元": 15620, + "进": 15621, + "已": 15622, + "ض": 15623, + "空": 15624, + "니": 15625, + "آ": 15626, + "̄": 15627, + "グ": 15628, + "ἰ": 15629, + "求": 15630, + "⁡": 15631, + "수": 15632, + "ɔ": 15633, + "를": 15634, + "デ": 15635, + "网": 15636, + "ộ": 15637, + "き": 15638, + "三": 15639, + "ら": 15640, + "功": 15641, + "消": 15642, + "址": 15643, + "需": 15644, + "█": 15645, + "其": 15646, + "어": 15647, + "电": 15648, + "二": 15649, + "ย": 15650, + "ි": 15651, + "次": 15652, + "マ": 15653, + "고": 15654, + "∂": 15655, + "ո": 15656, + "ล": 15657, + "认": 15658, + "提": 15659, + "ִ": 15660, + "版": 15661, + "密": 15662, + "❤": 15663, + "ิ": 15664, + "向": 15665, + "家": 15666, + "ј": 15667, + "相": 15668, + "Х": 15669, + "テ": 15670, + "你": 15671, + "系": 15672, + "就": 15673, + "ौ": 15674, + "服": 15675, + "ॅ": 15676, + "与": 15677, + "ḍ": 15678, + "改": 15679, + "キ": 15680, + "ַ": 15681, + "ส": 15682, + "Ч": 15683, + "源": 15684, + "✓": 15685, + "Φ": 15686, + "结": 15687, + "山": 15688, + "平": 15689, + "属": 15690, + "ų": 15691, + "水": 15692, + "ṃ": 15693, + "트": 15694, + "ি": 15695, + "く": 15696, + "∼": 15697, + "页": 15698, + "失": 15699, + "心": 15700, + "ầ": 15701, + "集": 15702, + "工": 15703, + "交": 15704, + "》": 15705, + "̊": 15706, + "处": 15707, + "ŏ": 15708, + "̃": 15709, + "ŋ": 15710, + "《": 15711, + "注": 15712, + "ե": 15713, + "대": 15714, + "ว": 15715, + "外": 15716, + "あ": 15717, + "此": 15718, + "้": 15719, + "ო": 15720, + "إ": 15721, + "ǎ": 15722, + "支": 15723, + "现": 15724, + "里": 15725, + "南": 15726, + "ɛ": 15727, + "√": 15728, + "よ": 15729, + "创": 15730, + "ذ": 15731, + "〉": 15732, + "Э": 15733, + "送": 15734, + "情": 15735, + "자": 15736, + "都": 15737, + "Ђ": 15738, + "ガ": 15739, + "ท": 15740, + "物": 15741, + "持": 15742, + "Ρ": 15743, + "被": 15744, + "记": 15745, + "▪": 15746, + "う": 15747, + "ブ": 15748, + "도": 15749, + "载": 15750, + "〈": 15751, + "時": 15752, + "语": 15753, + "线": 15754, + "好": 15755, + "状": 15756, + "等": 15757, + "原": 15758, + "ʾ": 15759, + "♪": 15760, + "├": 15761, + "オ": 15762, + "Ô": 15763, + "ლ": 15764, + "♣": 15765, + "区": 15766, + "ƒ": 15767, + "ך": 15768, + "ɵ": 15769, + "ṛ": 15770, + "特": 15771, + "მ": 15772, + "态": 15773, + "ُ": 15774, + "ন": 15775, + "ி": 15776, + "从": 15777, + "初": 15778, + "ด": 15779, + "Я": 15780, + "غ": 15781, + "安": 15782, + "은": 15783, + "ἔ": 15784, + "語": 15785, + "镇": 15786, + "க": 15787, + "∗": 15788, + "显": 15789, + "格": 15790, + "王": 15791, + "ի": 15792, + "ृ": 15793, + "Υ": 15794, + "บ": 15795, + "ئ": 15796, + "意": 15797, + "并": 15798, + "घ": 15799, + "模": 15800, + "÷": 15801, + "്": 15802, + "索": 15803, + "カ": 15804, + "ี": 15805, + "전": 15806, + "错": 15807, + "↵": 15808, + "该": 15809, + "ậ": 15810, + "Œ": 15811, + "光": 15812, + "Ș": 15813, + "也": 15814, + "ọ": 15815, + "基": 15816, + "清": 15817, + "상": 15818, + "設": 15819, + "ව": 15820, + "述": 15821, + "无": 15822, + "ồ": 15823, + "校": 15824, + "计": 15825, + "ố": 15826, + "限": 15827, + "北": 15828, + "ľ": 15829, + "サ": 15830, + "料": 15831, + "节": 15832, + "ὁ": 15833, + "ා": 15834, + "є": 15835, + "姊": 15836, + "变": 15837, + "ნ": 15838, + "Ц": 15839, + "‒": 15840, + "̍": 15841, + "っ": 15842, + "则": 15843, + "社": 15844, + "段": 15845, + "ে": 15846, + "操": 15847, + "输": 15848, + "义": 15849, + "Ć": 15850, + "ث": 15851, + "も": 15852, + "ْ": 15853, + "ィ": 15854, + "机": 15855, + "没": 15856, + "形": 15857, + "台": 15858, + "西": 15859, + "ὑ": 15860, + "条": 15861, + "♔": 15862, + "修": 15863, + "比": 15864, + "த": 15865, + "未": 15866, + "默": 15867, + "ṅ": 15868, + "ห": 15869, + "ক": 15870, + "ต": 15871, + "་": 15872, + "收": 15873, + "보": 15874, + "ム": 15875, + "符": 15876, + "知": 15877, + "ओ": 15878, + "ठ": 15879, + "直": 15880, + "转": 15881, + "ය": 15882, + "传": 15883, + "力": 15884, + "引": 15885, + "完": 15886, + "エ": 15887, + "色": 15888, + "流": 15889, + "제": 15890, + "ÿ": 15891, + "添": 15892, + "있": 15893, + "記": 15894, + "": 15895, + "他": 15896, + "询": 15897, + "效": 15898, + "ბ": 15899, + "看": 15900, + "ර": 15901, + "於": 15902, + "库": 15903, + "题": 15904, + "只": 15905, + "美": 15906, + "管": 15907, + "☆": 15908, + "签": 15909, + "ම": 15910, + "ு": 15911, + "控": 15912, + "ّ": 15913, + "Ï": 15914, + "Χ": 15915, + "ব": 15916, + "ん": 15917, + "利": 15918, + "ւ": 15919, + "项": 15920, + "序": 15921, + "아": 15922, + "端": 15923, + "装": 15924, + "♠": 15925, + "村": 15926, + "由": 15927, + "去": 15928, + "↓": 15929, + "ක": 15930, + "들": 15931, + "Θ": 15932, + "해": 15933, + "̧": 15934, + "复": 15935, + "ە": 15936, + "经": 15937, + "パ": 15938, + "Β": 15939, + "ấ": 15940, + "國": 15941, + "≠": 15942, + "": 15943, + "😀": 15944, + "용": 15945, + "英": 15946, + "视": 15947, + "客": 15948, + "ظ": 15949, + "ค": 15950, + "确": 15951, + "具": 15952, + "ョ": 15953, + "构": 15954, + "일": 15955, + "ვ": 15956, + "ֹ": 15957, + "І": 15958, + "チ": 15959, + "必": 15960, + "ம": 15961, + "根": 15962, + "Ш": 15963, + "素": 15964, + "画": 15965, + "连": 15966, + "及": 15967, + "品": 15968, + "算": 15969, + "起": 15970, + "성": 15971, + "주": 15972, + "】": 15973, + "動": 15974, + "再": 15975, + "開": 15976, + "부": 15977, + "任": 15978, + "证": 15979, + "✔": 15980, + "თ": 15981, + "们": 15982, + "お": 15983, + "京": 15984, + "然": 15985, + "导": 15986, + "界": 15987, + "ἄ": 15988, + "【": 15989, + "ʹ": 15990, + "市": 15991, + "编": 15992, + "花": 15993, + "국": 15994, + "而": 15995, + "步": 15996, + "ớ": 15997, + "十": 15998, + "ֶ": 15999, + "ŭ": 16000, + "断": 16001, + "∑": 16002, + "少": 16003, + "换": 16004, + "พ": 16005, + "◦": 16006, + "̓": 16007, + "ত": 16008, + "ත": 16009, + "▼": 16010, + "删": 16011, + "权": 16012, + "造": 16013, + "世": 16014, + "先": 16015, + "按": 16016, + "活": 16017, + "民": 16018, + "나": 16019, + "登": 16020, + "称": 16021, + "დ": 16022, + "ờ": 16023, + "セ": 16024, + "太": 16025, + "州": 16026, + "试": 16027, + "Ò": 16028, + "田": 16029, + "└": 16030, + "라": 16031, + "문": 16032, + "동": 16033, + "으": 16034, + "命": 16035, + "ƒ": 16036, + "长": 16037, + "易": 16038, + "◆": 16039, + "ɑ": 16040, + "写": 16041, + "神": 16042, + "执": 16043, + "移": 16044, + "ἡ": 16045, + "城": 16046, + "误": 16047, + "因": 16048, + "드": 16049, + "统": 16050, + "ہ": 16051, + "ர": 16052, + "每": 16053, + "조": 16054, + "身": 16055, + "ढ": 16056, + "‬": 16057, + "打": 16058, + "ா": 16059, + "ề": 16060, + "资": 16061, + "け": 16062, + "め": 16063, + "ァ": 16064, + "み": 16065, + "그": 16066, + "板": 16067, + "¤": 16068, + "付": 16069, + "微": 16070, + "四": 16071, + "ナ": 16072, + "場": 16073, + "會": 16074, + "街": 16075, + "败": 16076, + "소": 16077, + "五": 16078, + "志": 16079, + "ʃ": 16080, + "布": 16081, + "間": 16082, + "장": 16083, + "ứ": 16084, + "白": 16085, + "李": 16086, + "Õ": 16087, + "ダ": 16088, + "您": 16089, + "비": 16090, + "Ж": 16091, + "경": 16092, + "უ": 16093, + "问": 16094, + "块": 16095, + "立": 16096, + "‘": 16097, + "ὅ": 16098, + "個": 16099, + "ῷ": 16100, + "ะ": 16101, + "∘": 16102, + "ු": 16103, + "ў": 16104, + "别": 16105, + "學": 16106, + "框": 16107, + "ম": 16108, + "ソ": 16109, + "ニ": 16110, + "音": 16111, + "ʊ": 16112, + "東": 16113, + "级": 16114, + "구": 16115, + "য": 16116, + "ป": 16117, + "读": 16118, + "স": 16119, + "์": 16120, + "测": 16121, + "無": 16122, + "書": 16123, + "ὺ": 16124, + "공": 16125, + "ப": 16126, + "條": 16127, + "令": 16128, + "女": 16129, + "业": 16130, + "展": 16131, + "些": 16132, + "析": 16133, + "非": 16134, + "史": 16135, + "신": 16136, + "论": 16137, + "モ": 16138, + "झ": 16139, + "说": 16140, + "ἱ": 16141, + "ャ": 16142, + "真": 16143, + "ュ": 16144, + "验": 16145, + "维": 16146, + "ุ": 16147, + "样": 16148, + "整": 16149, + "ツ": 16150, + "考": 16151, + "教": 16152, + "话": 16153, + "ũ": 16154, + "研": 16155, + "せ": 16156, + "ォ": 16157, + "ắ": 16158, + "产": 16159, + "қ": 16160, + "含": 16161, + "告": 16162, + "司": 16163, + "精": 16164, + "ء": 16165, + "Ë": 16166, + "启": 16167, + "还": 16168, + "̶": 16169, + "چ": 16170, + "⭐": 16171, + "ェ": 16172, + "կ": 16173, + "여": 16174, + "つ": 16175, + "ֵ": 16176, + "∫": 16177, + "香": 16178, + "과": 16179, + "だ": 16180, + "头": 16181, + "ׁ": 16182, + "⁠": 16183, + "ল": 16184, + "後": 16185, + "터": 16186, + "‚": 16187, + "ǐ": 16188, + "ǔ": 16189, + "极": 16190, + "ベ": 16191, + "函": 16192, + "원": 16193, + "林": 16194, + "ः": 16195, + "两": 16196, + "ĩ": 16197, + "ے": 16198, + "ポ": 16199, + "□": 16200, + "至": 16201, + "Ý": 16202, + "ไ": 16203, + "յ": 16204, + "화": 16205, + "ノ": 16206, + "何": 16207, + "ස": 16208, + "천": 16209, + "ビ": 16210, + "言": 16211, + "供": 16212, + "联": 16213, + "적": 16214, + "್": 16215, + "▶": 16216, + "共": 16217, + "우": 16218, + "像": 16219, + "되": 16220, + "위": 16221, + "检": 16222, + "择": 16223, + "⟩": 16224, + "判": 16225, + "款": 16226, + "ද": 16227, + "ợ": 16228, + "博": 16229, + "į": 16230, + "它": 16231, + "ủ": 16232, + "ħ": 16233, + "ʔ": 16234, + "်": 16235, + "简": 16236, + "种": 16237, + "➤": 16238, + "세": 16239, + "超": 16240, + "商": 16241, + "串": 16242, + "Ἀ": 16243, + "ļ": 16244, + "ụ": 16245, + "♫": 16246, + "◊": 16247, + "径": 16248, + "ල": 16249, + "想": 16250, + "ऐ": 16251, + "克": 16252, + "各": 16253, + "ـ": 16254, + "但": 16255, + "ǣ": 16256, + "郡": 16257, + "প": 16258, + "ช": 16259, + "备": 16260, + "即": 16261, + "止": 16262, + "究": 16263, + "♭": 16264, + "ネ": 16265, + "员": 16266, + "된": 16267, + "중": 16268, + "推": 16269, + "ズ": 16270, + "ミ": 16271, + "周": 16272, + "จ": 16273, + "域": 16274, + "ት": 16275, + "影": 16276, + "": 16277, + "层": 16278, + "แ": 16279, + "え": 16280, + "受": 16281, + "科": 16282, + "ű": 16283, + "~": 16284, + "長": 16285, + "வ": 16286, + "Ì": 16287, + "缓": 16288, + "요": 16289, + "մ": 16290, + "개": 16291, + "電": 16292, + "œ": 16293, + "ץ": 16294, + "そ": 16295, + "册": 16296, + "星": 16297, + "습": 16298, + "発": 16299, + "乡": 16300, + "ս": 16301, + "할": 16302, + "": 16303, + "來": 16304, + "角": 16305, + "达": 16306, + "‟": 16307, + "反": 16308, + "增": 16309, + "找": 16310, + "տ": 16311, + "拉": 16312, + "資": 16313, + "為": 16314, + "這": 16315, + "右": 16316, + "描": 16317, + "章": 16318, + "边": 16319, + "ื": 16320, + "ን": 16321, + "运": 16322, + "유": 16323, + "ữ": 16324, + "選": 16325, + "ү": 16326, + "报": 16327, + "њ": 16328, + "『": 16329, + "气": 16330, + "학": 16331, + "左": 16332, + "江": 16333, + "ể": 16334, + "切": 16335, + "』": 16336, + "压": 16337, + "那": 16338, + "ď": 16339, + "击": 16340, + "報": 16341, + "면": 16342, + "හ": 16343, + "额": 16344, + "首": 16345, + "很": 16346, + "景": 16347, + "선": 16348, + "포": 16349, + "ө": 16350, + "给": 16351, + "钱": 16352, + "士": 16353, + "호": 16354, + "ข": 16355, + "გ": 16356, + "夜": 16357, + "ザ": 16358, + "政": 16359, + "ᾶ": 16360, + "书": 16361, + "ல": 16362, + "率": 16363, + "═": 16364, + "监": 16365, + "双": 16366, + "ɡ": 16367, + "ക": 16368, + "≡": 16369, + "异": 16370, + "ॉ": 16371, + "德": 16372, + "石": 16373, + "菜": 16374, + "︎": 16375, + "武": 16376, + "把": 16377, + "技": 16378, + "省": 16379, + "站": 16380, + "总": 16381, + "ἶ": 16382, + "ட": 16383, + "油": 16384, + "Ț": 16385, + "⠀": 16386, + "近": 16387, + "∙": 16388, + "东": 16389, + "歌": 16390, + "ன": 16391, + "Ю": 16392, + "₱": 16393, + "": 16394, + "দ": 16395, + "Ṣ": 16396, + "ち": 16397, + "ി": 16398, + "ტ": 16399, + "乐": 16400, + "费": 16401, + "모": 16402, + "∆": 16403, + "게": 16404, + "명": 16405, + "○": 16406, + "档": 16407, + "ǫ": 16408, + "ћ": 16409, + "ෙ": 16410, + "助": 16411, + "ச": 16412, + "ῳ": 16413, + "內": 16414, + "연": 16415, + "ু": 16416, + "阿": 16417, + "识": 16418, + "안": 16419, + "局": 16420, + "施": 16421, + "업": 16422, + "ู": 16423, + "己": 16424, + "木": 16425, + "ප": 16426, + "ピ": 16427, + "港": 16428, + "链": 16429, + "环": 16430, + "교": 16431, + "오": 16432, + "⟨": 16433, + "川": 16434, + "미": 16435, + "프": 16436, + "្": 16437, + "Ṭ": 16438, + "华": 16439, + "院": 16440, + "河": 16441, + "実": 16442, + "排": 16443, + "秒": 16444, + "☐": 16445, + "古": 16446, + "络": 16447, + "频": 16448, + "値": 16449, + "ῇ": 16450, + "且": 16451, + "搜": 16452, + "ხ": 16453, + "치": 16454, + "辑": 16455, + "ẓ": 16456, + "照": 16457, + "着": 16458, + "邮": 16459, + "거": 16460, + "ワ": 16461, + "群": 16462, + "義": 16463, + "航": 16464, + "ケ": 16465, + "才": 16466, + "离": 16467, + "간": 16468, + "愛": 16469, + "̲": 16470, + "八": 16471, + "广": 16472, + "합": 16473, + "過": 16474, + "錢": 16475, + "̋": 16476, + "做": 16477, + "斯": 16478, + "發": 16479, + "房": 16480, + "概": 16481, + "候": 16482, + "么": 16483, + "背": 16484, + "钮": 16485, + "것": 16486, + "ር": 16487, + "百": 16488, + "카": 16489, + "沒": 16490, + "Ψ": 16491, + "ự": 16492, + "ಿ": 16493, + "ἴ": 16494, + "ˌ": 16495, + "়": 16496, + "კ": 16497, + "შ": 16498, + "许": 16499, + "발": 16500, + "び": 16501, + "만": 16502, + "재": 16503, + "ේ": 16504, + "変": 16505, + "▸": 16506, + "青": 16507, + "刷": 16508, + "野": 16509, + "ボ": 16510, + "영": 16511, + "입": 16512, + "바": 16513, + "响": 16514, + "友": 16515, + "带": 16516, + "案": 16517, + "键": 16518, + "Ἰ": 16519, + "见": 16520, + "触": 16521, + "း": 16522, + "ರ": 16523, + "币": 16524, + "藏": 16525, + "및": 16526, + "회": 16527, + "ġ": 16528, + "‰": 16529, + "現": 16530, + "ை": 16531, + "마": 16532, + "感": 16533, + "马": 16534, + "계": 16535, + "曲": 16536, + "快": 16537, + "진": 16538, + "見": 16539, + "說": 16540, + "機": 16541, + "ಾ": 16542, + "听": 16543, + "跳": 16544, + "단": 16545, + "ට": 16546, + "千": 16547, + "播": 16548, + "松": 16549, + "黑": 16550, + "术": 16551, + "내": 16552, + "와": 16553, + "Ξ": 16554, + "福": 16555, + "架": 16556, + "連": 16557, + "무": 16558, + "‭": 16559, + "ば": 16560, + "老": 16561, + "や": 16562, + "龍": 16563, + "ḳ": 16564, + "插": 16565, + "份": 16566, + "宋": 16567, + "區": 16568, + "味": 16569, + "略": 16570, + "闭": 16571, + "জ": 16572, + "氏": 16573, + "警": 16574, + "門": 16575, + "관": 16576, + "ന": 16577, + "典": 16578, + "况": 16579, + "门": 16580, + "呼": 16581, + "境": 16582, + "🏻": 16583, + "印": 16584, + "노": 16585, + "球": 16586, + "速": 16587, + "土": 16588, + "認": 16589, + "የ": 16590, + "历": 16591, + "场": 16592, + "華": 16593, + "በ": 16594, + "堂": 16595, + "ῃ": 16596, + "⬜": 16597, + "族": 16598, + "確": 16599, + "访": 16600, + "파": 16601, + "ග": 16602, + "☏": 16603, + "✅": 16604, + "計": 16605, + "须": 16606, + "ய": 16607, + "待": 16608, + "览": 16609, + "방": 16610, + "低": 16611, + "治": 16612, + "్": 16613, + "什": 16614, + "依": 16615, + "承": 16616, + "风": 16617, + "생": 16618, + "김": 16619, + "➡": 16620, + "線": 16621, + "體": 16622, + "체": 16623, + "质": 16624, + "ተ": 16625, + "官": 16626, + "վ": 16627, + "ள": 16628, + "Ḩ": 16629, + "ど": 16630, + "纤": 16631, + "씨": 16632, + "🏆": 16633, + "對": 16634, + "실": 16635, + "思": 16636, + "规": 16637, + "ʒ": 16638, + "束": 16639, + "າ": 16640, + "러": 16641, + "ํ": 16642, + "ổ": 16643, + "介": 16644, + "适": 16645, + "関": 16646, + "저": 16647, + "ǒ": 16648, + "∠": 16649, + "坐": 16650, + "火": 16651, + "馬": 16652, + "래": 16653, + "ĭ": 16654, + "ừ": 16655, + "현": 16656, + "ĝ": 16657, + "致": 16658, + "산": 16659, + "թ": 16660, + "ở": 16661, + "宽": 16662, + "张": 16663, + "游": 16664, + "데": 16665, + "ỳ": 16666, + "皇": 16667, + "米": 16668, + "续": 16669, + "號": 16670, + "黄": 16671, + "ැ": 16672, + "ɒ": 16673, + "ハ": 16674, + "细": 16675, + "范": 16676, + "Й": 16677, + "享": 16678, + "結": 16679, + "與": 16680, + "评": 16681, + "디": 16682, + "행": 16683, + "射": 16684, + "關": 16685, + "ธ": 16686, + "經": 16687, + "額": 16688, + "优": 16689, + "永": 16690, + "ው": 16691, + "括": 16692, + "শ": 16693, + "ാ": 16694, + "材": 16695, + "住": 16696, + "戦": 16697, + "対": 16698, + "预": 16699, + "작": 16700, + "Ī": 16701, + "ӏ": 16702, + "へ": 16703, + "亚": 16704, + "红": 16705, + "ペ": 16706, + "弟": 16707, + "退": 16708, + "半": 16709, + "業": 16710, + "😂": 16711, + "ট": 16712, + "‖": 16713, + "們": 16714, + "留": 16715, + "크": 16716, + "張": 16717, + "예": 16718, + "ử": 16719, + "լ": 16720, + "ศ": 16721, + "አ": 16722, + "食": 16723, + "ത": 16724, + "轮": 16725, + "ു": 16726, + "ὼ": 16727, + "肉": 16728, + "ף": 16729, + "別": 16730, + "店": 16731, + "록": 16732, + "ἑ": 16733, + "또": 16734, + "ာ": 16735, + "わ": 16736, + "ĕ": 16737, + "ḫ": 16738, + "追": 16739, + "陳": 16740, + "ქ": 16741, + "😊": 16742, + "ں": 16743, + "検": 16744, + "複": 16745, + "详": 16746, + "โ": 16747, + "함": 16748, + "六": 16749, + "春": 16750, + "ા": 16751, + "ホ": 16752, + "尚": 16753, + "继": 16754, + "龙": 16755, + "👌": 16756, + "∇": 16757, + "价": 16758, + "ใ": 16759, + "车": 16760, + "본": 16761, + "ា": 16762, + "ḷ": 16763, + "朝": 16764, + "私": 16765, + "製": 16766, + "ŵ": 16767, + "ɣ": 16768, + "∅": 16769, + "今": 16770, + "余": 16771, + "መ": 16772, + "男": 16773, + "室": 16774, + "타": 16775, + "…": 16776, + "腿": 16777, + "际": 16778, + "ὖ": 16779, + "♀": 16780, + "她": 16781, + "投": 16782, + "爱": 16783, + "형": 16784, + "准": 16785, + "足": 16786, + "ም": 16787, + "話": 16788, + "설": 16789, + "Ա": 16790, + "ゴ": 16791, + "島": 16792, + "深": 16793, + "강": 16794, + "Ľ": 16795, + "郎": 16796, + "ὀ": 16797, + "阅": 16798, + "🔥": 16799, + "卡": 16800, + "热": 16801, + "牛": 16802, + "窗": 16803, + "附": 16804, + "ስ": 16805, + "⏎": 16806, + "停": 16807, + "父": 16808, + "隔": 16809, + "Ă": 16810, + "☎": 16811, + "九": 16812, + "侧": 16813, + "强": 16814, + "Ř": 16815, + "习": 16816, + "船": 16817, + "‪": 16818, + "問": 16819, + "酒": 16820, + "식": 16821, + "ል": 16822, + "ਾ": 16823, + "七": 16824, + "久": 16825, + "便": 16826, + "著": 16827, + "某": 16828, + "让": 16829, + "Ы": 16830, + "আ": 16831, + "∥": 16832, + "음": 16833, + "հ": 16834, + "ས": 16835, + "订": 16836, + "項": 16837, + "Ţ": 16838, + "ለ": 16839, + "专": 16840, + "掉": 16841, + "構": 16842, + "距": 16843, + "風": 16844, + "ো": 16845, + "♯": 16846, + "編": 16847, + "訊": 16848, + "請": 16849, + "論": 16850, + "양": 16851, + "♒": 16852, + "育": 16853, + "ց": 16854, + "屏": 16855, + "術": 16856, + "防": 16857, + "গ": 16858, + "進": 16859, + "↳": 16860, + "仁": 16861, + "판": 16862, + "另": 16863, + "당": 16864, + "ನ": 16865, + "効": 16866, + "続": 16867, + "ற": 16868, + "较": 16869, + "Հ": 16870, + "几": 16871, + "敗": 16872, + "普": 16873, + "ী": 16874, + "仅": 16875, + "분": 16876, + "池": 16877, + "波": 16878, + "ً": 16879, + "ು": 16880, + "洋": 16881, + "缩": 16882, + "署": 16883, + "운": 16884, + "━": 16885, + "演": 16886, + "销": 16887, + "ḩ": 16888, + "ヤ": 16889, + "底": 16890, + "網": 16891, + "约": 16892, + "若": 16893, + "็": 16894, + "午": 16895, + "围": 16896, + "锅": 16897, + "免": 16898, + "媒": 16899, + "脚": 16900, + "버": 16901, + "출": 16902, + "ɖ": 16903, + "沙": 16904, + "绑": 16905, + "ɾ": 16906, + "Έ": 16907, + "ფ": 16908, + "‹": 16909, + "": 16910, + "գ": 16911, + "ユ": 16912, + "喜": 16913, + "坛": 16914, + "粒": 16915, + "填": 16916, + "宗": 16917, + "核": 16918, + "樂": 16919, + "票": 16920, + "還": 16921, + "통": 16922, + "Ÿ": 16923, + "ณ": 16924, + "树": 16925, + "良": 16926, + "頭": 16927, + "រ": 16928, + "ẹ": 16929, + "井": 16930, + "走": 16931, + "태": 16932, + "ര": 16933, + "ỹ": 16934, + "伸": 16935, + "吸": 16936, + "账": 16937, + "ヨ": 16938, + "园": 16939, + "藤": 16940, + "ञ": 16941, + "ా": 16942, + "ይ": 16943, + "储": 16944, + "ǝ": 16945, + "〜": 16946, + "雄": 16947, + "點": 16948, + "🙁": 16949, + "陽": 16950, + "餐": 16951, + "ర": 16952, + "ေ": 16953, + "颜": 16954, + "레": 16955, + "ນ": 16956, + "♂": 16957, + "ھ": 16958, + "湖": 16959, + "않": 16960, + "ந": 16961, + "ἦ": 16962, + "聚": 16963, + "Ζ": 16964, + "夏": 16965, + "車": 16966, + "処": 16967, + "粉": 16968, + "ĉ": 16969, + "љ": 16970, + "ነ": 16971, + "ヒ": 16972, + "暗": 16973, + "메": 16974, + "პ": 16975, + "∕": 16976, + "眼": 16977, + "じ": 16978, + "释": 16979, + "ղ": 16980, + "হ": 16981, + "ἁ": 16982, + "吉": 16983, + "種": 16984, + "软": 16985, + "": 16986, + "ც": 16987, + "↔": 16988, + "宿": 16989, + "帮": 16990, + "延": 16991, + "應": 16992, + "▬": 16993, + "声": 16994, + "夫": 16995, + "態": 16996, + "阳": 16997, + "반": 16998, + "ʁ": 16999, + "奇": 17000, + "宝": 17001, + "종": 17002, + "Ь": 17003, + "դ": 17004, + "ᾳ": 17005, + "͡": 17006, + "负": 17007, + "題": 17008, + "👍": 17009, + "􀳦": 17010, + "随": 17011, + "🇺": 17012, + "∴": 17013, + "寺": 17014, + "差": 17015, + "滑": 17016, + "策": 17017, + "缺": 17018, + "후": 17019, + "數": 17020, + "词": 17021, + "역": 17022, + "ই": 17023, + "ు": 17024, + "፡": 17025, + "津": 17026, + "視": 17027, + "임": 17028, + "ۆ": 17029, + "⁢": 17030, + "跟": 17031, + "더": 17032, + "추": 17033, + "യ": 17034, + "မ": 17035, + "ያ": 17036, + "べ": 17037, + "康": 17038, + "弹": 17039, + "標": 17040, + "ং": 17041, + "図": 17042, + "绘": 17043, + "落": 17044, + "越": 17045, + "陈": 17046, + "充": 17047, + "封": 17048, + "尔": 17049, + "雅": 17050, + "증": 17051, + "ɐ": 17052, + "ɨ": 17053, + "ု": 17054, + "ặ": 17055, + "ὄ": 17056, + "ὡ": 17057, + "▌": 17058, + "군": 17059, + "능": 17060, + "최": 17061, + "표": 17062, + "委": 17063, + "授": 17064, + "력": 17065, + "참": 17066, + "ŷ": 17067, + "傳": 17068, + "望": 17069, + "洲": 17070, + "처": 17071, + "키": 17072, + "ķ": 17073, + "ผ": 17074, + "✘": 17075, + "幕": 17076, + "旅": 17077, + "苏": 17078, + "배": 17079, + "코": 17080, + "😦": 17081, + "县": 17082, + "尼": 17083, + "映": 17084, + "년": 17085, + "̱": 17086, + "င": 17087, + "决": 17088, + "划": 17089, + "송": 17090, + "없": 17091, + "ಕ": 17092, + "ದ": 17093, + "∪": 17094, + "栏": 17095, + "番": 17096, + "议": 17097, + "": 17098, + "ֲ": 17099, + "谷": 17100, + "隐": 17101, + "̇": 17102, + "බ": 17103, + "წ": 17104, + "兵": 17105, + "終": 17106, + "观": 17107, + "🙏": 17108, + "玉": 17109, + "預": 17110, + "ँ": 17111, + "ి": 17112, + "ね": 17113, + "句": 17114, + "君": 17115, + "ʌ": 17116, + "允": 17117, + "居": 17118, + "浏": 17119, + "血": 17120, + "ṁ": 17121, + "劉": 17122, + "干": 17123, + "മ": 17124, + "ོ": 17125, + "楼": 17126, + "滚": 17127, + "牌": 17128, + "當": 17129, + "ը": 17130, + "අ": 17131, + "座": 17132, + "智": 17133, + "译": 17134, + "錯": 17135, + "법": 17136, + "": 17137, + "ὔ": 17138, + "削": 17139, + "液": 17140, + "션": 17141, + "야": 17142, + "万": 17143, + "师": 17144, + "酸": 17145, + "静": 17146, + "ೆ": 17147, + "ἵ": 17148, + "麼": 17149, + "‰": 17150, + "̯": 17151, + "ք": 17152, + "ਰ": 17153, + "層": 17154, + "巴": 17155, + "결": 17156, + "🇸": 17157, + "員": 17158, + "금": 17159, + "복": 17160, + "ێ": 17161, + "ം": 17162, + "ន": 17163, + "啊": 17164, + "園": 17165, + "軍": 17166, + "针": 17167, + "남": 17168, + "̥": 17169, + "Ά": 17170, + "ถ": 17171, + "₦": 17172, + "织": 17173, + "際": 17174, + "館": 17175, + "က": 17176, + "升": 17177, + "守": 17178, + "節": 17179, + "繁": 17180, + "ག": 17181, + "ろ": 17182, + "短": 17183, + "변": 17184, + "̂": 17185, + "檔": 17186, + "鸡": 17187, + "확": 17188, + "ട": 17189, + "ภ": 17190, + "艺": 17191, + "顶": 17192, + "청": 17193, + "필": 17194, + "ზ": 17195, + "云": 17196, + "冲": 17197, + "透": 17198, + "钟": 17199, + "속": 17200, + "ண": 17201, + "ိ": 17202, + "ὕ": 17203, + "又": 17204, + "团": 17205, + "庄": 17206, + "목": 17207, + "套": 17208, + "采": 17209, + "플": 17210, + "̀": 17211, + "死": 17212, + "気": 17213, + "飛": 17214, + "ર": 17215, + "တ": 17216, + "ና": 17217, + "盘": 17218, + "馆": 17219, + "府": 17220, + "証": 17221, + "환": 17222, + "👉": 17223, + "պ": 17224, + "✖": 17225, + "禁": 17226, + "胡": 17227, + "込": 17228, + "등": 17229, + "↝": 17230, + "净": 17231, + "故": 17232, + "黃": 17233, + "때": 17234, + "চ": 17235, + "兰": 17236, + "富": 17237, + "扩": 17238, + "植": 17239, + "盐": 17240, + "縣": 17241, + "罗": 17242, + "검": 17243, + "ී": 17244, + "ằ": 17245, + "草": 17246, + "왕": 17247, + "Ѕ": 17248, + "將": 17249, + "替": 17250, + "株": 17251, + "親": 17252, + "評": 17253, + "👏": 17254, + "組": 17255, + "般": 17256, + "민": 17257, + "Į": 17258, + "母": 17259, + "洗": 17260, + "滤": 17261, + "Ù": 17262, + "Û": 17263, + "ግ": 17264, + "ỏ": 17265, + "ゲ": 17266, + "吧": 17267, + "灣": 17268, + "骤": 17269, + "려": 17270, + "ژ": 17271, + "ಂ": 17272, + "哈": 17273, + "箱": 17274, + "Ē": 17275, + "録": 17276, + "ỉ": 17277, + "佳": 17278, + "務": 17279, + "翻": 17280, + "読": 17281, + "课": 17282, + "載": 17283, + "ገ": 17284, + "∨": 17285, + "均": 17286, + "希": 17287, + "篇": 17288, + "陆": 17289, + "차": 17290, + "ʽ": 17291, + "ಸ": 17292, + "പ": 17293, + "ི": 17294, + "∀": 17295, + "叫": 17296, + "屋": 17297, + "師": 17298, + "往": 17299, + "晶": 17300, + "末": 17301, + "達": 17302, + "队": 17303, + "료": 17304, + "ϊ": 17305, + "帝": 17306, + "独": 17307, + "班": 17308, + "類": 17309, + "ʀ": 17310, + "ழ": 17311, + "വ": 17312, + "န": 17313, + "ẽ": 17314, + "℗": 17315, + "健": 17316, + "碼": 17317, + "ො": 17318, + "Ḳ": 17319, + "む": 17320, + "丁": 17321, + "善": 17322, + "申": 17323, + "평": 17324, + "拍": 17325, + "각": 17326, + "ಲ": 17327, + "✨": 17328, + "宮": 17329, + "熟": 17330, + "紀": 17331, + "অ": 17332, + "Ἐ": 17333, + "⇐": 17334, + "伊": 17335, + "势": 17336, + "匹": 17337, + "皮": 17338, + "規": 17339, + "ማ": 17340, + "ἢ": 17341, + "ず": 17342, + "ಗ": 17343, + "ស": 17344, + "塊": 17345, + "秀": 17346, + "终": 17347, + "购": 17348, + "錄": 17349, + "Ό": 17350, + "ಮ": 17351, + "່": 17352, + "እ": 17353, + "互": 17354, + "參": 17355, + "😛": 17356, + "Ј": 17357, + "ษ": 17358, + "⋯": 17359, + "刘": 17360, + "医": 17361, + "尾": 17362, + "探": 17363, + "顯": 17364, + "ỗ": 17365, + "念": 17366, + "⟶": 17367, + "丝": 17368, + "妹": 17369, + "̅": 17370, + "∧": 17371, + "△": 17372, + "叔": 17373, + "応": 17374, + "扌": 17375, + "課": 17376, + "매": 17377, + "ড": 17378, + "ે": 17379, + "ギ": 17380, + "亻": 17381, + "幣": 17382, + "憶": 17383, + "拿": 17384, + "满": 17385, + "統": 17386, + "순": 17387, + "심": 17388, + "ం": 17389, + "བ": 17390, + "律": 17391, + "椒": 17392, + "네": 17393, + "Ħ": 17394, + "ٹ": 17395, + "ല": 17396, + "ญ": 17397, + "ῥ": 17398, + "氣": 17399, + "Ū": 17400, + "ች": 17401, + "⇓": 17402, + "宇": 17403, + "ŝ": 17404, + "⁣": 17405, + "圆": 17406, + "战": 17407, + "換": 17408, + "答": 17409, + "월": 17410, + "했": 17411, + "̆": 17412, + "ವ": 17413, + "森": 17414, + "備": 17415, + "儿": 17416, + "唐": 17417, + "慢": 17418, + "물": 17419, + "բ": 17420, + "־": 17421, + "ತ": 17422, + "➢": 17423, + "亮": 17424, + "培": 17425, + "归": 17426, + "锁": 17427, + "້": 17428, + "ひ": 17429, + "梁": 17430, + "欢": 17431, + "암": 17432, + "ؤ": 17433, + "ન": 17434, + "฿": 17435, + "ṯ": 17436, + "企": 17437, + "卷": 17438, + "奖": 17439, + "른": 17440, + "블": 17441, + "술": 17442, + "ẩ": 17443, + "ἕ": 17444, + "⊙": 17445, + "盖": 17446, + "": 17447, + "🏼": 17448, + "ষ": 17449, + "ἤ": 17450, + "┬": 17451, + "ご": 17452, + "御": 17453, + "积": 17454, + "讯": 17455, + "雪": 17456, + "雲": 17457, + "권": 17458, + "羅": 17459, + "건": 17460, + "👇": 17461, + "ヘ": 17462, + "护": 17463, + "竹": 17464, + "초": 17465, + "": 17466, + "ভ": 17467, + "ላ": 17468, + "假": 17469, + "嘉": 17470, + "够": 17471, + "彩": 17472, + "零": 17473, + "ក": 17474, + "✪": 17475, + "匙": 17476, + "夢": 17477, + "盛": 17478, + "값": 17479, + "ģ": 17480, + "ባ": 17481, + "ከ": 17482, + "┴": 17483, + "質": 17484, + "轴": 17485, + "클": 17486, + "્": 17487, + "早": 17488, + "桥": 17489, + "毛": 17490, + "甲": 17491, + "품": 17492, + "ಪ": 17493, + "ಯ": 17494, + "举": 17495, + "协": 17496, + "朱": 17497, + "極": 17498, + "秋": 17499, + "었": 17500, + "ʕ": 17501, + "ల": 17502, + "♡": 17503, + "刻": 17504, + "昭": 17505, + "染": 17506, + "羊": 17507, + "臺": 17508, + "領": 17509, + "집": 17510, + "ར": 17511, + "☼": 17512, + "稿": 17513, + "細": 17514, + "领": 17515, + "伯": 17516, + "固": 17517, + "朋": 17518, + "杨": 17519, + "葉": 17520, + "降": 17521, + "브": 17522, + "క": 17523, + "似": 17524, + "楊": 17525, + "聊": 17526, + "試": 17527, + "適": 17528, + "두": 17529, + "패": 17530, + "һ": 17531, + "ད": 17532, + "叶": 17533, + "批": 17534, + "汤": 17535, + "漢": 17536, + "练": 17537, + "": 17538, + "এ": 17539, + "兴": 17540, + "察": 17541, + "托": 17542, + "許": 17543, + "递": 17544, + "광": 17545, + "😭": 17546, + "̪": 17547, + "Щ": 17548, + "ऊ": 17549, + "※": 17550, + "☉": 17551, + "军": 17552, + "凤": 17553, + "尺": 17554, + "覆": 17555, + "백": 17556, + "న": 17557, + "唯": 17558, + "散": 17559, + "梅": 17560, + "달": 17561, + "불": 17562, + "직": 17563, + "ṟ": 17564, + "ὥ": 17565, + "忠": 17566, + "択": 17567, + "旧": 17568, + "昌": 17569, + "笔": 17570, + "誤": 17571, + "워": 17572, + "ប": 17573, + "‧": 17574, + "↗": 17575, + "汉": 17576, + "泰": 17577, + "浮": 17578, + "烧": 17579, + "豆": 17580, + "順": 17581, + "顺": 17582, + "격": 17583, + "😍": 17584, + "ˆ": 17585, + "哪": 17586, + "聖": 17587, + "赖": 17588, + "远": 17589, + "革": 17590, + "ꞌ": 17591, + "ே": 17592, + "圖": 17593, + "實": 17594, + "從": 17595, + "泉": 17596, + "運": 17597, + "외": 17598, + "ང": 17599, + "စ": 17600, + "⇑": 17601, + "尽": 17602, + "隊": 17603, + "離": 17604, + "약": 17605, + "է": 17606, + "ฟ": 17607, + "ረ": 17608, + "ἂ": 17609, + "嗎": 17610, + "惠": 17611, + "˜": 17612, + "ɦ": 17613, + "খ": 17614, + "ἅ": 17615, + "₩": 17616, + "◄": 17617, + "協": 17618, + "導": 17619, + "説": 17620, + "韓": 17621, + "토": 17622, + "伝": 17623, + "랑": 17624, + "ਸ": 17625, + "ங": 17626, + "單": 17627, + "庫": 17628, + "派": 17629, + "給": 17630, + "聞": 17631, + "虎": 17632, + "費": 17633, + "麻": 17634, + "린": 17635, + "번": 17636, + "ღ": 17637, + "↙": 17638, + "∣": 17639, + "偏": 17640, + "刊": 17641, + "姜": 17642, + "季": 17643, + "寸": 17644, + "臂": 17645, + "링": 17646, + "박": 17647, + "輸": 17648, + "钥": 17649, + "ત": 17650, + "佛": 17651, + "威": 17652, + "峰": 17653, + "病": 17654, + "액": 17655, + "특": 17656, + "Մ": 17657, + "ܐ": 17658, + "ម": 17659, + "姿": 17660, + "截": 17661, + "茶": 17662, + "难": 17663, + "ပ": 17664, + "∷": 17665, + "⚠": 17666, + "瑜": 17667, + "町": 17668, + "県": 17669, + "頁": 17670, + "말": 17671, + "ȳ": 17672, + "▾": 17673, + "摩": 17674, + "玩": 17675, + "童": 17676, + "雙": 17677, + "따": 17678, + "준": 17679, + "": 17680, + "ਿ": 17681, + "樣": 17682, + "牙": 17683, + "纪": 17684, + "耳": 17685, + "알": 17686, + "히": 17687, + "❯": 17688, + "减": 17689, + "講": 17690, + "迎": 17691, + "석": 17692, + "템": 17693, + "": 17694, + "મ": 17695, + "அ": 17696, + "ള": 17697, + "ན": 17698, + "ደ": 17699, + "ድ": 17700, + "並": 17701, + "割": 17702, + "徐": 17703, + "衣": 17704, + "議": 17705, + "變": 17706, + "급": 17707, + "류": 17708, + "열": 17709, + "🌟": 17710, + "„": 17711, + "Ğ": 17712, + "ׂ": 17713, + "ກ": 17714, + "ត": 17715, + "☒": 17716, + "優": 17717, + "塔": 17718, + "绝": 17719, + "興": 17720, + "언": 17721, + "ብ": 17722, + "佐": 17723, + "證": 17724, + "闻": 17725, + "든": 17726, + "吃": 17727, + "決": 17728, + "聯": 17729, + "魔": 17730, + "귀": 17731, + "며": 17732, + "페": 17733, + "": 17734, + "ණ": 17735, + "ອ": 17736, + "げ": 17737, + "萬": 17738, + "铁": 17739, + "될": 17740, + "🎉": 17741, + "ੀ": 17742, + "ጥ": 17743, + "Ḫ": 17744, + "妳": 17745, + "暂": 17746, + "約": 17747, + "舞": 17748, + "营": 17749, + "遊": 17750, + "티": 17751, + "효": 17752, + "ජ": 17753, + "ུ": 17754, + "ḏ": 17755, + "⦁": 17756, + "宁": 17757, + "強": 17758, + "済": 17759, + "激": 17760, + "硬": 17761, + "覧": 17762, + "训": 17763, + "鱼": 17764, + "울": 17765, + "질": 17766, + "ќ": 17767, + "ὃ": 17768, + "础": 17769, + "聲": 17770, + "货": 17771, + "였": 17772, + "ռ": 17773, + "ধ": 17774, + "ച": 17775, + "െ": 17776, + "ራ": 17777, + "∃": 17778, + "偷": 17779, + "刑": 17780, + "唱": 17781, + "拟": 17782, + "貴": 17783, + "隆": 17784, + "ɲ": 17785, + "ә": 17786, + "०": 17787, + "ெ": 17788, + "⃣": 17789, + "匀": 17790, + "姓": 17791, + "權": 17792, + "浪": 17793, + "葱": 17794, + "谢": 17795, + "까": 17796, + "ḵ": 17797, + "⊕": 17798, + "剪": 17799, + "測": 17800, + "讓": 17801, + "銀": 17802, + "같": 17803, + "테": 17804, + "۰": 17805, + "વ": 17806, + "ી": 17807, + "ḗ": 17808, + "☺": 17809, + "復": 17810, + "温": 17811, + "調": 17812, + "ວ": 17813, + "俊": 17814, + "办": 17815, + "毫": 17816, + "溪": 17817, + "簡": 17818, + "纳": 17819, + "遍": 17820, + "루": 17821, + "շ": 17822, + "ซ": 17823, + "ງ": 17824, + "ດ": 17825, + "ရ": 17826, + "ြ": 17827, + "⚡": 17828, + "吗": 17829, + "循": 17830, + "扰": 17831, + "秘": 17832, + "練": 17833, + "齐": 17834, + "승": 17835, + "ˊ": 17836, + "మ": 17837, + "མ": 17838, + "ង": 17839, + "ẻ": 17840, + "伽": 17841, + "厅": 17842, + "晚": 17843, + "產": 17844, + "贴": 17845, + "郭": 17846, + "雨": 17847, + "১": 17848, + "త": 17849, + "ಬ": 17850, + "സ": 17851, + "‛": 17852, + "◘": 17853, + "占": 17854, + "範": 17855, + "荐": 17856, + "衛": 17857, + "迷": 17858, + "색": 17859, + "온": 17860, + "స": 17861, + "係": 17862, + "农": 17863, + "刀": 17864, + "厚": 17865, + "従": 17866, + "沈": 17867, + "근": 17868, + "Ѓ": 17869, + "ণ": 17870, + "వ": 17871, + "ყ": 17872, + "ታ": 17873, + "宣": 17874, + "横": 17875, + "橋": 17876, + "残": 17877, + "益": 17878, + "银": 17879, + "থ": 17880, + "ེ": 17881, + "⊗": 17882, + "┼": 17883, + "░": 17884, + "垂": 17885, + "审": 17886, + "扫": 17887, + "抽": 17888, + "洪": 17889, + "새": 17890, + "🤣": 17891, + "ゃ": 17892, + "圈": 17893, + "怎": 17894, + "怪": 17895, + "ළ": 17896, + "ເ": 17897, + "夹": 17898, + "笑": 17899, + "紅": 17900, + "股": 17901, + "խ": 17902, + "ẫ": 17903, + "⊂": 17904, + "吳": 17905, + "拳": 17906, + "簽": 17907, + "육": 17908, + "측": 17909, + "🚨": 17910, + "ɹ": 17911, + "̣": 17912, + "ҳ": 17913, + "ৰ": 17914, + "攻": 17915, + "沿": 17916, + "腰": 17917, + "莱": 17918, + "處": 17919, + "護": 17920, + "露": 17921, + "🇬": 17922, + "😁": 17923, + "̳": 17924, + "ལ": 17925, + "သ": 17926, + "ျ": 17927, + "≅": 17928, + "恢": 17929, + "戸": 17930, + "振": 17931, + "祖": 17932, + "級": 17933, + "訓": 17934, + "識": 17935, + "陵": 17936, + "駅": 17937, + "창": 17938, + "ȩ": 17939, + "զ": 17940, + "ٔ": 17941, + "⁎": 17942, + "借": 17943, + "旋": 17944, + "杂": 17945, + "梦": 17946, + "蛋": 17947, + "逻": 17948, + "避": 17949, + "감": 17950, + "갑": 17951, + "피": 17952, + "🇷": 17953, + "ો": 17954, + "റ": 17955, + "ἠ": 17956, + "床": 17957, + "征": 17958, + "樹": 17959, + "瑞": 17960, + "耗": 17961, + "점": 17962, + "택": 17963, + "Ն": 17964, + "২": 17965, + "ோ": 17966, + "ὗ": 17967, + "⌘": 17968, + "央": 17969, + "幸": 17970, + "裡": 17971, + "별": 17972, + "ջ": 17973, + "འ": 17974, + "ិ": 17975, + "Ẓ": 17976, + "Ἑ": 17977, + "⋮": 17978, + "临": 17979, + "亜": 17980, + "様": 17981, + "維": 17982, + "習": 17983, + "遠": 17984, + "骨": 17985, + "애": 17986, + "१": 17987, + "┐": 17988, + "ょ": 17989, + "勝": 17990, + "庭": 17991, + "欧": 17992, + "洞": 17993, + "雷": 17994, + "颗": 17995, + "밀": 17996, + "🏽": 17997, + "ċ": 17998, + "ັ": 17999, + "團": 18000, + "妃": 18001, + "灵": 18002, + "缘": 18003, + "赤": 18004, + "항": 18005, + "🇦": 18006, + "ਲ": 18007, + "ወ": 18008, + "✦": 18009, + "休": 18010, + "廣": 18011, + "払": 18012, + "曾": 18013, + "ඩ": 18014, + "ሪ": 18015, + "ぎ": 18016, + "異": 18017, + "續": 18018, + "飞": 18019, + "Ե": 18020, + "ప": 18021, + "ಡ": 18022, + "◀": 18023, + "✈": 18024, + "✉": 18025, + "✗": 18026, + "争": 18027, + "冷": 18028, + "囲": 18029, + "捞": 18030, + "枚": 18031, + "膜": 18032, + "赋": 18033, + "🔸": 18034, + "ž": 18035, + "ծ": 18036, + "ۡ": 18037, + "↖": 18038, + "⚭": 18039, + "価": 18040, + "恩": 18041, + "摘": 18042, + "歯": 18043, + "芳": 18044, + "🇧": 18045, + "۱": 18046, + "ூ": 18047, + "ሰ": 18048, + "↘": 18049, + "⇨": 18050, + "众": 18051, + "兩": 18052, + "岩": 18053, + "弘": 18054, + "忘": 18055, + "戰": 18056, + "抗": 18057, + "混": 18058, + "渡": 18059, + "날": 18060, + "북": 18061, + "🇪": 18062, + "🤔": 18063, + "ቀ": 18064, + "⊆": 18065, + "兼": 18066, + "剛": 18067, + "戏": 18068, + "胸": 18069, + "蓝": 18070, + "虚": 18071, + "讲": 18072, + "難": 18073, + "魏": 18074, + "너": 18075, + "절": 18076, + "එ": 18077, + "党": 18078, + "禮": 18079, + "聽": 18080, + "詳": 18081, + "독": 18082, + "렴": 18083, + "샘": 18084, + "ǧ": 18085, + "؟": 18086, + "ခ": 18087, + "側": 18088, + "匿": 18089, + "哲": 18090, + "塞": 18091, + "敬": 18092, + "桑": 18093, + "熱": 18094, + "莫": 18095, + "蘭": 18096, + "辶": 18097, + "ລ": 18098, + "လ": 18099, + "∩": 18100, + "仙": 18101, + "慶": 18102, + "準": 18103, + "鬼": 18104, + "Ġ": 18105, + "ǀ": 18106, + "ਕ": 18107, + "ொ": 18108, + "⎜": 18109, + "丸": 18110, + "孔": 18111, + "孫": 18112, + "折": 18113, + "沸": 18114, + "破": 18115, + "藝": 18116, + "該": 18117, + "讀": 18118, + "鎖": 18119, + "르": 18120, + "웨": 18121, + "충": 18122, + "Ĉ": 18123, + "ǂ": 18124, + "ֽ": 18125, + "٠": 18126, + "ও": 18127, + "⇄": 18128, + "▒": 18129, + "孩": 18130, + "殺": 18131, + "紫": 18132, + "遮": 18133, + "驗": 18134, + "희": 18135, + "ɫ": 18136, + "ғ": 18137, + "ਨ": 18138, + "ક": 18139, + "இ": 18140, + "ွ": 18141, + "ṉ": 18142, + "∶": 18143, + "儀": 18144, + "崎": 18145, + "帐": 18146, + "擇": 18147, + "楽": 18148, + "觉": 18149, + "須": 18150, + "존": 18151, + "향": 18152, + "": 18153, + "🙌": 18154, + "ɕ": 18155, + "̩": 18156, + "উ": 18157, + "ੇ": 18158, + "ீ": 18159, + "ึ": 18160, + "ມ": 18161, + "ክ": 18162, + "々": 18163, + "乘": 18164, + "乱": 18165, + "侍": 18166, + "哥": 18167, + "寶": 18168, + "岡": 18169, + "曜": 18170, + "槽": 18171, + "突": 18172, + "醫": 18173, + "陸": 18174, + "🌈": 18175, + "🏾": 18176, + "̠": 18177, + "ٌ": 18178, + "ං": 18179, + "┌": 18180, + "丰": 18181, + "帳": 18182, + "济": 18183, + "環": 18184, + "穿": 18185, + "粘": 18186, + "豊": 18187, + "Ӏ": 18188, + "ჯ": 18189, + "乎": 18190, + "刚": 18191, + "拔": 18192, + "缀": 18193, + "̨": 18194, + "ਮ": 18195, + "ະ": 18196, + "ྱ": 18197, + "အ": 18198, + "យ": 18199, + "Ṛ": 18200, + "単": 18201, + "岛": 18202, + "嵌": 18203, + "庆": 18204, + "斗": 18205, + "湾": 18206, + "轻": 18207, + "담": 18208, + "օ": 18209, + "ਹ": 18210, + "副": 18211, + "創": 18212, + "忽": 18213, + "柱": 18214, + "盟": 18215, + "腹": 18216, + "苗": 18217, + "詞": 18218, + "轉": 18219, + "윤": 18220, + "💥": 18221, + "Գ": 18222, + "པ": 18223, + "ẵ": 18224, + "ぶ": 18225, + "勒": 18226, + "洛": 18227, + "獎": 18228, + "築": 18229, + "簿": 18230, + "総": 18231, + "蔡": 18232, + "蕭": 18233, + "贝": 18234, + "醒": 18235, + "閉": 18236, + "활": 18237, + "Ə": 18238, + "ຫ": 18239, + "ሚ": 18240, + "₤": 18241, + "☝": 18242, + "➜": 18243, + "买": 18244, + "倒": 18245, + "宜": 18246, + "岸": 18247, + "恋": 18248, + "澳": 18249, + "燕": 18250, + "途": 18251, + "👩": 18252, + "ছ": 18253, + "પ": 18254, + "ണ": 18255, + "ጠ": 18256, + "☰": 18257, + "ゆ": 18258, + "ヴ": 18259, + "亞": 18260, + "卫": 18261, + "曹": 18262, + "渐": 18263, + "渲": 18264, + "爆": 18265, + "犬": 18266, + "總": 18267, + "觀": 18268, + "謝": 18269, + "鄉": 18270, + "階": 18271, + "": 18272, + "💪": 18273, + "Ę": 18274, + "ফ": 18275, + "ទ": 18276, + "広": 18277, + "招": 18278, + "敏": 18279, + "殊": 18280, + "焦": 18281, + "煮": 18282, + "矿": 18283, + "脂": 18284, + "討": 18285, + "责": 18286, + "魚": 18287, + "‡": 18288, + "Ń": 18289, + "ෝ": 18290, + "ໍ": 18291, + "ほ": 18292, + "啟": 18293, + "炒": 18294, + "畫": 18295, + "职": 18296, + "誌": 18297, + "글": 18298, + "람": 18299, + "받": 18300, + "편": 18301, + "†": 18302, + "Կ": 18303, + "ບ": 18304, + "♈": 18305, + "丽": 18306, + "毁": 18307, + "泡": 18308, + "熊": 18309, + "珍": 18310, + "黒": 18311, + "꞉": 18312, + "범": 18313, + "험": 18314, + "": 18315, + "િ": 18316, + "య": 18317, + "ධ": 18318, + "奥": 18319, + "孝": 18320, + "拖": 18321, + "殿": 18322, + "酱": 18323, + "널": 18324, + "름": 18325, + "림": 18326, + "ਪ": 18327, + "ં": 18328, + "ົ": 18329, + "℘": 18330, + "呈": 18331, + "滿": 18332, + "献": 18333, + "経": 18334, + "転": 18335, + "阶": 18336, + "👀": 18337, + "📸": 18338, + "😎": 18339, + "Ἡ": 18340, + "☀": 18341, + "伦": 18342, + "奈": 18343, + "宫": 18344, + "柳": 18345, + "歴": 18346, + "補": 18347, + "韩": 18348, + "막": 18349, + "Ď": 18350, + "ӕ": 18351, + "ަ": 18352, + "০": 18353, + "ჩ": 18354, + "急": 18355, + "拥": 18356, + "绍": 18357, + "Ё": 18358, + "ძ": 18359, + "ፍ": 18360, + "Ọ": 18361, + "丹": 18362, + "予": 18363, + "冬": 18364, + "劇": 18365, + "幾": 18366, + "抱": 18367, + "淀": 18368, + "爾": 18369, + "糖": 18370, + "蒙": 18371, + "趙": 18372, + "鄭": 18373, + "驱": 18374, + "철": 18375, + "": 18376, + "": 18377, + "🎄": 18378, + "Є": 18379, + "Ў": 18380, + "ґ": 18381, + "۔": 18382, + "જ": 18383, + "ಳ": 18384, + "┘": 18385, + "ゼ": 18386, + "丢": 18387, + "侯": 18388, + "剂": 18389, + "則": 18390, + "弃": 18391, + "羽": 18392, + "药": 18393, + "魂": 18394, + "립": 18395, + "베": 18396, + "ѓ": 18397, + "Ս": 18398, + "గ": 18399, + "ព": 18400, + "➔": 18401, + "圣": 18402, + "戶": 18403, + "祥": 18404, + "覺": 18405, + "遇": 18406, + "邊": 18407, + "鳳": 18408, + "객": 18409, + "응": 18410, + "ǃ": 18411, + "ట": 18412, + "့": 18413, + "ቸ": 18414, + "ካ": 18415, + "⁃": 18416, + "≫": 18417, + "ⴰ": 18418, + "ふ": 18419, + "剧": 18420, + "專": 18421, + "慧": 18422, + "沟": 18423, + "純": 18424, + "艦": 18425, + "董": 18426, + "較": 18427, + "震": 18428, + "💙": 18429, + "ુ": 18430, + "❶": 18431, + "乙": 18432, + "坂": 18433, + "娱": 18434, + "抛": 18435, + "沢": 18436, + "슬": 18437, + "": 18438, + "ˋ": 18439, + "ң": 18440, + "׳": 18441, + "ܝ": 18442, + "॥": 18443, + "ਦ": 18444, + "ೊ": 18445, + "ສ": 18446, + "⟵": 18447, + "估": 18448, + "執": 18449, + "捷": 18450, + "筑": 18451, + "迪": 18452, + "顾": 18453, + "홍": 18454, + "Ő": 18455, + "ٰ": 18456, + "勇": 18457, + "榮": 18458, + "烈": 18459, + "赵": 18460, + "阻": 18461, + "障": 18462, + "병": 18463, + "살": 18464, + "커": 18465, + "👨": 18466, + "💕": 18467, + "ΐ": 18468, + "ђ": 18469, + "േ": 18470, + "ီ": 18471, + "ዳ": 18472, + "ល": 18473, + "ុ": 18474, + "厂": 18475, + "坡": 18476, + "彦": 18477, + "拼": 18478, + "摄": 18479, + "旗": 18480, + "肩": 18481, + "虑": 18482, + "融": 18483, + "詩": 18484, + "談": 18485, + "辦": 18486, + "靠": 18487, + "Ž": 18488, + "ळ": 18489, + "ಹ": 18490, + "ှ": 18491, + "❖": 18492, + "⸻": 18493, + "丘": 18494, + "傷": 18495, + "吴": 18496, + "尝": 18497, + "桂": 18498, + "監": 18499, + "荣": 18500, + "跨": 18501, + "鲁": 18502, + "麗": 18503, + "량": 18504, + "령": 18505, + "폭": 18506, + "허": 18507, + "😃": 18508, + "ਬ": 18509, + "ፈ": 18510, + "亲": 18511, + "冠": 18512, + "害": 18513, + "寫": 18514, + "慈": 18515, + "既": 18516, + "暴": 18517, + "楚": 18518, + "泽": 18519, + "積": 18520, + "響": 18521, + "져": 18522, + "🔗": 18523, + "Š": 18524, + "Ŝ": 18525, + "ֻ": 18526, + "္": 18527, + "售": 18528, + "寧": 18529, + "拜": 18530, + "玄": 18531, + "礼": 18532, + "賀": 18533, + "贵": 18534, + "鼠": 18535, + "난": 18536, + "״": 18537, + "ਜ": 18538, + "‣": 18539, + "団": 18540, + "堡": 18541, + "墨": 18542, + "孟": 18543, + "尋": 18544, + "挙": 18545, + "撒": 18546, + "晓": 18547, + "浦": 18548, + "満": 18549, + "烯": 18550, + "税": 18551, + "葡": 18552, + "軟": 18553, + "遺": 18554, + "鉄": 18555, + "饮": 18556, + "麦": 18557, + "Ė": 18558, + "ʉ": 18559, + "ङ": 18560, + "ੁ": 18561, + "ੰ": 18562, + "સ": 18563, + "ద": 18564, + "ሆ": 18565, + "Ἄ": 18566, + "✊": 18567, + "✍": 18568, + "救": 18569, + "秦": 18570, + "稍": 18571, + "舒": 18572, + "蘇": 18573, + "赛": 18574, + "길": 18575, + "황": 18576, + "ʏ": 18577, + "ڕ": 18578, + "ങ": 18579, + "ኢ": 18580, + "វ": 18581, + "↥": 18582, + "⊥": 18583, + "⎻": 18584, + "兒": 18585, + "养": 18586, + "孙": 18587, + "崇": 18588, + "巧": 18589, + "摸": 18590, + "旦": 18591, + "昵": 18592, + "杰": 18593, + "浙": 18594, + "珠": 18595, + "租": 18596, + "荷": 18597, + "韦": 18598, + "컴": 18599, + "🇨": 18600, + "ĵ": 18601, + "ˇ": 18602, + "̌": 18603, + "ٍ": 18604, + "ಟ": 18605, + "⁩": 18606, + "ぐ": 18607, + "仔": 18608, + "佈": 18609, + "哨": 18610, + "寿": 18611, + "尊": 18612, + "汇": 18613, + "産": 18614, + "睡": 18615, + "紧": 18616, + "耶": 18617, + "裁": 18618, + "財": 18619, + "辣": 18620, + "鲜": 18621, + "黎": 18622, + "봉": 18623, + "": 18624, + "ұ": 18625, + "Վ": 18626, + "ժ": 18627, + "ٱ": 18628, + "ോ": 18629, + "ህ": 18630, + "∎": 18631, + "☛": 18632, + "☞": 18633, + "呂": 18634, + "嘴": 18635, + "撃": 18636, + "琴": 18637, + "迟": 18638, + "됩": 18639, + "🇮": 18640, + "😆": 18641, + "ǁ": 18642, + "ຍ": 18643, + "ዮ": 18644, + "ἷ": 18645, + "∝": 18646, + "冰": 18647, + "呢": 18648, + "咬": 18649, + "啓": 18650, + "漫": 18651, + "狂": 18652, + "萄": 18653, + "衡": 18654, + "鹿": 18655, + "삼": 18656, + "접": 18657, + "펄": 18658, + "ɴ": 18659, + "ඇ": 18660, + "គ": 18661, + "伟": 18662, + "伴": 18663, + "宏": 18664, + "寨": 18665, + "巻": 18666, + "忆": 18667, + "担": 18668, + "汽": 18669, + "況": 18670, + "磁": 18671, + "罪": 18672, + "訳": 18673, + "讨": 18674, + "财": 18675, + "벤": 18676, + "완": 18677, + "즈": 18678, + "": 18679, + "🇳": 18680, + "🎵": 18681, + "ɬ": 18682, + "٫": 18683, + "ಜ": 18684, + "ඉ": 18685, + "ශ": 18686, + "✕": 18687, + "亭": 18688, + "仍": 18689, + "冒": 18690, + "敦": 18691, + "潮": 18692, + "玲": 18693, + "苦": 18694, + "辉": 18695, + "险": 18696, + "願": 18697, + "験": 18698, + "鳥": 18699, + "옵": 18700, + "족": 18701, + "총": 18702, + "": 18703, + "": 18704, + "🤗": 18705, + "չ": 18706, + "ڈ": 18707, + "ਗ": 18708, + "ံ": 18709, + "ሕ": 18710, + "ጋ": 18711, + "ី": 18712, + "┤": 18713, + "壁": 18714, + "掌": 18715, + "援": 18716, + "歡": 18717, + "毕": 18718, + "沥": 18719, + "濟": 18720, + "督": 18721, + "稱": 18722, + "糊": 18723, + "补": 18724, + "鎮": 18725, + "餘": 18726, + "鮮": 18727, + "딩": 18728, + "련": 18729, + "손": 18730, + "책": 18731, + "Ҳ": 18732, + "ദ": 18733, + "ជ": 18734, + "ᴇ": 18735, + "⚽": 18736, + "仓": 18737, + "倍": 18738, + "坪": 18739, + "携": 18740, + "桃": 18741, + "睛": 18742, + "膝": 18743, + "萨": 18744, + "陶": 18745, + "곡": 18746, + "덕": 18747, + "럼": 18748, + "💚": 18749, + "š": 18750, + "Қ": 18751, + "ೇ": 18752, + "ቅ": 18753, + "፣": 18754, + "⊃": 18755, + "▷": 18756, + "倭": 18757, + "坊": 18758, + "席": 18759, + "幻": 18760, + "弯": 18761, + "悟": 18762, + "戲": 18763, + "挺": 18764, + "斜": 18765, + "権": 18766, + "獻": 18767, + "盧": 18768, + "翔": 18769, + "輪": 18770, + "輯": 18771, + "雜": 18772, + "🙄": 18773, + "ǵ": 18774, + "ܘ": 18775, + "๋": 18776, + "両": 18777, + "倫": 18778, + "売": 18779, + "尖": 18780, + "捕": 18781, + "柔": 18782, + "歷": 18783, + "磨": 18784, + "祭": 18785, + "镜": 18786, + "론": 18787, + "💰": 18788, + "۲": 18789, + "డ": 18790, + "ີ": 18791, + "ແ": 18792, + "ែ": 18793, + "Ḍ": 18794, + "⇌": 18795, + "契": 18796, + "宙": 18797, + "狀": 18798, + "裝": 18799, + "覽": 18800, + "豪": 18801, + "逆": 18802, + "뉴": 18803, + "채": 18804, + "컨": 18805, + "케": 18806, + "ɜ": 18807, + "؛": 18808, + "ਤ": 18809, + "ྲ": 18810, + "ዋ": 18811, + "ἥ": 18812, + "ぞ": 18813, + "勢": 18814, + "塘": 18815, + "帶": 18816, + "採": 18817, + "撤": 18818, + "檢": 18819, + "欣": 18820, + "랜": 18821, + "램": 18822, + "먼": 18823, + "싱": 18824, + "줄": 18825, + "̞": 18826, + "ԛ": 18827, + "୍": 18828, + "ච": 18829, + "ὧ": 18830, + "≃": 18831, + "✌": 18832, + "❌": 18833, + "仲": 18834, + "戳": 18835, + "榜": 18836, + "毒": 18837, + "浩": 18838, + "淑": 18839, + "灯": 18840, + "瓜": 18841, + "納": 18842, + "纯": 18843, + "耀": 18844, + "胜": 18845, + "腦": 18846, + "茂": 18847, + "퍼": 18848, + "🇹": 18849, + "󠁧": 18850, + "ϋ": 18851, + "ԁ": 18852, + "ৃ": 18853, + "ິ": 18854, + "ሥ": 18855, + "ច": 18856, + "ḇ": 18857, + "☠": 18858, + "幅": 18859, + "徳": 18860, + "扇": 18861, + "拒": 18862, + "晴": 18863, + "灰": 18864, + "矩": 18865, + "籍": 18866, + "蔵": 18867, + "薄": 18868, + "貞": 18869, + "辛": 18870, + "鐘": 18871, + "饰": 18872, + "많": 18873, + "Ķ": 18874, + "Ի": 18875, + "ڵ": 18876, + "់": 18877, + "ぬ": 18878, + "匯": 18879, + "却": 18880, + "垫": 18881, + "尉": 18882, + "恭": 18883, + "桌": 18884, + "绕": 18885, + "賞": 18886, + "趣": 18887, + "輝": 18888, + "십": 18889, + "엔": 18890, + "캐": 18891, + "💜": 18892, + "ӧ": 18893, + "ॐ": 18894, + "ీ": 18895, + "Ῥ": 18896, + "₽": 18897, + "⎟": 18898, + "严": 18899, + "促": 18900, + "刺": 18901, + "塑": 18902, + "役": 18903, + "拦": 18904, + "棋": 18905, + "澤": 18906, + "甘": 18907, + "絵": 18908, + "虽": 18909, + "袁": 18910, + "観": 18911, + "辅": 18912, + "풍": 18913, + "": 18914, + "": 18915, + "🎶": 18916, + "ǚ": 18917, + "ˀ": 18918, + "ѳ": 18919, + "Ո": 18920, + "ූ": 18921, + "េ": 18922, + "↦": 18923, + "⋄": 18924, + "⚫": 18925, + "剩": 18926, + "卻": 18927, + "憲": 18928, + "诉": 18929, + "赞": 18930, + "邦": 18931, + "靈": 18932, + "혜": 18933, + "": 18934, + "🏳": 18935, + "😱": 18936, + "Թ": 18937, + "ۇ": 18938, + "ੋ": 18939, + "ય": 18940, + "ฉ": 18941, + "⁦": 18942, + "↪": 18943, + "≦": 18944, + "⬇": 18945, + "俄": 18946, + "巨": 18947, + "搭": 18948, + "柏": 18949, + "炎": 18950, + "疑": 18951, + "矢": 18952, + "筆": 18953, + "耐": 18954, + "臣": 18955, + "践": 18956, + "런": 18957, + "볼": 18958, + "삭": 18959, + "취": 18960, + "": 18961, + "": 18962, + "🇲": 18963, + "📌": 18964, + "😄": 18965, + "😳": 18966, + "›": 18967, + "ި": 18968, + "ঙ": 18969, + "৪": 18970, + "৯": 18971, + "ే": 18972, + "ሉ": 18973, + "ᴀ": 18974, + "ᾷ": 18975, + "≪": 18976, + "伏": 18977, + "危": 18978, + "庙": 18979, + "彼": 18980, + "晉": 18981, + "甚": 18982, + "祝": 18983, + "脑": 18984, + "芸": 18985, + "註": 18986, + "谈": 18987, + "闲": 18988, + "🏴": 18989, + "Ĝ": 18990, + "փ": 18991, + "எ": 18992, + "ෂ": 18993, + "ዜ": 18994, + "ំ": 18995, + "ẕ": 18996, + "奴": 18997, + "怕": 18998, + "抵": 18999, + "朗": 19000, + "査": 19001, + "輔": 19002, + "逐": 19003, + "녀": 19004, + "올": 19005, + "좌": 19006, + "📷": 19007, + "📺": 19008, + "̑": 19009, + "ຈ": 19010, + "ဆ": 19011, + "ቶ": 19012, + "ጣ": 19013, + "Ộ": 19014, + "✡": 19015, + "仕": 19016, + "娘": 19017, + "抬": 19018, + "曼": 19019, + "杜": 19020, + "극": 19021, + "털": 19022, + "ʋ": 19023, + "ܪ": 19024, + "ർ": 19025, + "▄": 19026, + "❄": 19027, + "埠": 19028, + "忙": 19029, + "掘": 19030, + "氵": 19031, + "漏": 19032, + "痛": 19033, + "芝": 19034, + "诺": 19035, + "邑": 19036, + "飯": 19037, + "돌": 19038, + "먹": 19039, + "엘": 19040, + "": 19041, + "🌹": 19042, + "Ą": 19043, + "२": 19044, + "උ": 19045, + "ጵ": 19046, + "ូ": 19047, + "Ὁ": 19048, + "⎛": 19049, + "☑": 19050, + "奶": 19051, + "寻": 19052, + "帖": 19053, + "弓": 19054, + "彭": 19055, + "戻": 19056, + "挂": 19057, + "昇": 19058, + "潘": 19059, + "獨": 19060, + "蒜": 19061, + "郑": 19062, + "靜": 19063, + "찰": 19064, + "": 19065, + "😘": 19066, + "̵": 19067, + "།": 19068, + "ယ": 19069, + "ሳ": 19070, + "ዊ": 19071, + "ዝ": 19072, + "⎝": 19073, + "⎞": 19074, + "◎": 19075, + "仮": 19076, + "勾": 19077, + "圳": 19078, + "媽": 19079, + "廷": 19080, + "拌": 19081, + "碗": 19082, + "碰": 19083, + "絕": 19084, + "絡": 19085, + "藍": 19086, + "贷": 19087, + "魯": 19088, + "닛": 19089, + "롤": 19090, + "좋": 19091, + "축": 19092, + "💔": 19093, + "💯": 19094, + "💻": 19095, + "ɗ": 19096, + "ʺ": 19097, + "ূ": 19098, + "ஆ": 19099, + "ฐ": 19100, + "ໃ": 19101, + "Ἱ": 19102, + "⎠": 19103, + "⬆": 19104, + "亡": 19105, + "勤": 19106, + "卓": 19107, + "妙": 19108, + "悪": 19109, + "损": 19110, + "晋": 19111, + "杭": 19112, + "璃": 19113, + "紙": 19114, + "緊": 19115, + "绿": 19116, + "肌": 19117, + "陰": 19118, + "던": 19119, + "숙": 19120, + "탄": 19121, + "투": 19122, + "🇵": 19123, + "🎥": 19124, + "🔴": 19125, + "ȟ": 19126, + "̤": 19127, + "͞": 19128, + "ѣ": 19129, + "৩": 19130, + "ஸ": 19131, + "ో": 19132, + "ሩ": 19133, + "ដ": 19134, + "₡": 19135, + "↠": 19136, + "儲": 19137, + "岳": 19138, + "崔": 19139, + "扶": 19140, + "昆": 19141, + "毎": 19142, + "氧": 19143, + "汁": 19144, + "臨": 19145, + "遵": 19146, + "︠": 19147, + "︡": 19148, + "ް": 19149, + "ߋ": 19150, + "ശ": 19151, + "ຂ": 19152, + "ỷ": 19153, + "⇔": 19154, + "⌀": 19155, + "宅": 19156, + "愿": 19157, + "症": 19158, + "袋": 19159, + "貼": 19160, + "辞": 19161, + "鐵": 19162, + "隨": 19163, + "됨": 19164, + "착": 19165, + "찾": 19166, + "🌍": 19167, + "Œ": 19168, + "ʂ": 19169, + "ʎ": 19170, + "ਵ": 19171, + "ஜ": 19172, + "അ": 19173, + "ൂ": 19174, + "ፖ": 19175, + "亦": 19176, + "倉": 19177, + "凉": 19178, + "凌": 19179, + "剤": 19180, + "奨": 19181, + "姐": 19182, + "恒": 19183, + "擎": 19184, + "斷": 19185, + "渠": 19186, + "猫": 19187, + "疗": 19188, + "肥": 19189, + "舍": 19190, + "菊": 19191, + "蓮": 19192, + "裕": 19193, + "譜": 19194, + "賽": 19195, + "顧": 19196, + "鼓": 19197, + "누": 19198, + "듈": 19199, + "았": 19200, + "얼": 19201, + "Ť": 19202, + "ڤ": 19203, + "હ": 19204, + "ಶ": 19205, + "ື": 19206, + "∏": 19207, + "◬": 19208, + "✮": 19209, + "ぼ": 19210, + "努": 19211, + "劳": 19212, + "叱": 19213, + "壇": 19214, + "壽": 19215, + "奉": 19216, + "孤": 19217, + "慎": 19218, + "挑": 19219, + "旺": 19220, + "泛": 19221, + "濃": 19222, + "烏": 19223, + "盆": 19224, + "碧": 19225, + "穆": 19226, + "紹": 19227, + "翼": 19228, + "詢": 19229, + "貢": 19230, + "갖": 19231, + "논": 19232, + "망": 19233, + "움": 19234, + "": 19235, + "": 19236, + "👋": 19237, + "🖤": 19238, + "Ź": 19239, + "ɯ": 19240, + "ې": 19241, + "ऑ": 19242, + "ᐳ": 19243, + "₴": 19244, + "₵": 19245, + "ざ": 19246, + "乌": 19247, + "乾": 19248, + "僕": 19249, + "幫": 19250, + "戴": 19251, + "抓": 19252, + "挖": 19253, + "浜": 19254, + "浴": 19255, + "涛": 19256, + "淳": 19257, + "溥": 19258, + "玛": 19259, + "盤": 19260, + "累": 19261, + "臉": 19262, + "違": 19263, + "잘": 19264, + "훈": 19265, + "🇱": 19266, + "ĺ": 19267, + "ŕ": 19268, + "͜": 19269, + "Բ": 19270, + "١": 19271, + "٢": 19272, + "ঁ": 19273, + "દ": 19274, + "ീ": 19275, + "ဲ": 19276, + "ខ": 19277, + "ᴛ": 19278, + "⇢": 19279, + "❧": 19280, + "乃": 19281, + "倾": 19282, + "冊": 19283, + "懷": 19284, + "扣": 19285, + "昨": 19286, + "杀": 19287, + "杯": 19288, + "涉": 19289, + "湯": 19290, + "溶": 19291, + "牧": 19292, + "狗": 19293, + "狼": 19294, + "疆": 19295, + "縮": 19296, + "腾": 19297, + "閱": 19298, + "顏": 19299, + "ʟ": 19300, + "Դ": 19301, + "֣": 19302, + "֥": 19303, + "۵": 19304, + "ഷ": 19305, + "ཆ": 19306, + "ዓ": 19307, + "⇧": 19308, + "叠": 19309, + "吾": 19310, + "困": 19311, + "壳": 19312, + "徽": 19313, + "悦": 19314, + "減": 19315, + "焯": 19316, + "甜": 19317, + "莉": 19318, + "諸": 19319, + "豐": 19320, + "貝": 19321, + "賢": 19322, + "週": 19323, + "鏡": 19324, + "陣": 19325, + "규": 19326, + "뮤": 19327, + "헌": 19328, + "": 19329, + "🟩": 19330, + "ʈ": 19331, + "͟": 19332, + "Њ": 19333, + "ܬ": 19334, + "ު": 19335, + "ା": 19336, + "உ": 19337, + "ಣ": 19338, + "ຕ": 19339, + "ኖ": 19340, + "ዕ": 19341, + "ᴏ": 19342, + "♄": 19343, + "➞": 19344, + "づ": 19345, + "亂": 19346, + "偉": 19347, + "傅": 19348, + "寄": 19349, + "尤": 19350, + "峡": 19351, + "掃": 19352, + "握": 19353, + "擦": 19354, + "樓": 19355, + "涂": 19356, + "竖": 19357, + "脊": 19358, + "臀": 19359, + "舊": 19360, + "艾": 19361, + "誠": 19362, + "負": 19363, + "跡": 19364, + "踪": 19365, + "逸": 19366, + "遗": 19367, + "鑑": 19368, + "阪": 19369, + "霊": 19370, + "끝": 19371, + "써": 19372, + "턴": 19373, + "": 19374, + "🎃": 19375, + "💖": 19376, + "💛": 19377, + "ˆ": 19378, + "Ģ": 19379, + "Ї": 19380, + "Џ": 19381, + "Լ": 19382, + "ੱ": 19383, + "ગ": 19384, + "લ": 19385, + "ର": 19386, + "ె": 19387, + "ሁ": 19388, + "អ": 19389, + "◇": 19390, + "♬": 19391, + "儒": 19392, + "兆": 19393, + "叉": 19394, + "唷": 19395, + "増": 19396, + "婦": 19397, + "屯": 19398, + "徒": 19399, + "戀": 19400, + "拓": 19401, + "枝": 19402, + "獣": 19403, + "疾": 19404, + "稳": 19405, + "筌": 19406, + "職": 19407, + "萝": 19408, + "隱": 19409, + "霞": 19410, + "님": 19411, + "락": 19412, + "못": 19413, + "잡": 19414, + "콘": 19415, + "": 19416, + "🎧": 19417, + "📝": 19418, + "Ě": 19419, + "Պ": 19420, + "Տ": 19421, + "৳": 19422, + "చ": 19423, + "ථ": 19424, + "ຄ": 19425, + "ທ": 19426, + "ោ": 19427, + "ἃ": 19428, + "‫": 19429, + "円": 19430, + "凯": 19431, + "慕": 19432, + "拡": 19433, + "柄": 19434, + "柯": 19435, + "沖": 19436, + "犯": 19437, + "療": 19438, + "輕": 19439, + "農": 19440, + "鈴": 19441, + "阴": 19442, + "낸": 19443, + "쓰": 19444, + "쪽": 19445, + "🎨": 19446, + "Ɩ": 19447, + "ɓ": 19448, + "ʝ": 19449, + "ˑ": 19450, + "֖": 19451, + "ާ": 19452, + "ආ": 19453, + "ຢ": 19454, + "ሎ": 19455, + "ណ": 19456, + "ḡ": 19457, + "ḻ": 19458, + "ṓ": 19459, + "✿": 19460, + "❝": 19461, + "俗": 19462, + "兄": 19463, + "坏": 19464, + "姚": 19465, + "姫": 19466, + "履": 19467, + "帧": 19468, + "晨": 19469, + "沉": 19470, + "淡": 19471, + "溫": 19472, + "熙": 19473, + "緒": 19474, + "艘": 19475, + "荒": 19476, + "菲": 19477, + "葛": 19478, + "軒": 19479, + "迭": 19480, + "閣": 19481, + "閲": 19482, + "높": 19483, + "솔": 19484, + "율": 19485, + "컬": 19486, + "탈": 19487, + "🏿": 19488, + "💡": 19489, + "ɢ": 19490, + "ܠ": 19491, + "އ": 19492, + "శ": 19493, + "ḱ": 19494, + "Ὀ": 19495, + "₯": 19496, + "▣": 19497, + "♊": 19498, + "✫": 19499, + "✶": 19500, + "ゾ": 19501, + "凭": 19502, + "卜": 19503, + "収": 19504, + "啦": 19505, + "婷": 19506, + "尹": 19507, + "岗": 19508, + "巡": 19509, + "廊": 19510, + "弥": 19511, + "悲": 19512, + "泥": 19513, + "烫": 19514, + "継": 19515, + "譯": 19516, + "購": 19517, + "邓": 19518, + "錦": 19519, + "龸": 19520, + "츠": 19521, + "친": 19522, + "튀": 19523, + "Ɛ": 19524, + "Ћ": 19525, + "Յ": 19526, + "Ր": 19527, + "։": 19528, + "ܢ": 19529, + "৮": 19530, + "ജ": 19531, + "ཁ": 19532, + "ዎ": 19533, + "ᴥ": 19534, + "⌊": 19535, + "乳": 19536, + "伺": 19537, + "劍": 19538, + "勁": 19539, + "寒": 19540, + "岁": 19541, + "忍": 19542, + "怒": 19543, + "搞": 19544, + "桜": 19545, + "肤": 19546, + "舉": 19547, + "迁": 19548, + "逗": 19549, + "鍵": 19550, + "阵": 19551, + "陀": 19552, + "꽃": 19553, + "늘": 19554, + "머": 19555, + "억": 19556, + "": 19557, + "👑": 19558, + "󠁢": 19559, + "󠁿": 19560, + "ɚ": 19561, + "ঠ": 19562, + "৭": 19563, + "ಅ": 19564, + "ྒ": 19565, + "ሊ": 19566, + "ሮ": 19567, + "☕": 19568, + "✎": 19569, + "❮": 19570, + "ⵉ": 19571, + "仪": 19572, + "仰": 19573, + "伤": 19574, + "偶": 19575, + "喷": 19576, + "奕": 19577, + "屈": 19578, + "崩": 19579, + "恐": 19580, + "敵": 19581, + "歲": 19582, + "毅": 19583, + "淋": 19584, + "滩": 19585, + "燃": 19586, + "營": 19587, + "盒": 19588, + "繼": 19589, + "胞": 19590, + "苑": 19591, + "莊": 19592, + "蒸": 19593, + "蛇": 19594, + "養": 19595, + "馈": 19596, + "걸": 19597, + "란": 19598, + "례": 19599, + "읽": 19600, + "짜": 19601, + "침": 19602, + "흥": 19603, + "📰": 19604, + "😅": 19605, + "Ċ": 19606, + "ֿ": 19607, + "ಚ": 19608, + "ዘ": 19609, + "Ḏ": 19610, + "Ỷ": 19611, + "ῡ": 19612, + "ⲟ": 19613, + "催": 19614, + "價": 19615, + "券": 19616, + "吒": 19617, + "坦": 19618, + "婆": 19619, + "屬": 19620, + "朴": 19621, + "炸": 19622, + "裹": 19623, + "跑": 19624, + "険": 19625, + "눈": 19626, + "릴": 19627, + "": 19628, + "💫": 19629, + "🗣": 19630, + "🚩": 19631, + "🤷": 19632, + "ɤ": 19633, + "̬": 19634, + "ঞ": 19635, + "ೀ": 19636, + "ቢ": 19637, + "ኑ": 19638, + "ዲ": 19639, + "Ὅ": 19640, + "ὠ": 19641, + "▴": 19642, + "◼": 19643, + "児": 19644, + "墅": 19645, + "宀": 19646, + "廖": 19647, + "廟": 19648, + "栗": 19649, + "汪": 19650, + "浅": 19651, + "瓦": 19652, + "競": 19653, + "粗": 19654, + "诗": 19655, + "辺": 19656, + "銘": 19657, + "頼": 19658, + "께": 19659, + "팅": 19660, + "🎤": 19661, + "👊": 19662, + "🔊": 19663, + "😮": 19664, + "̚": 19665, + "ձ": 19666, + "֑": 19667, + "ਖ": 19668, + "શ": 19669, + "అ": 19670, + "జ": 19671, + "ඳ": 19672, + "ฑ": 19673, + "ປ": 19674, + "ူ": 19675, + "ጉ": 19676, + "ះ": 19677, + "Ḵ": 19678, + "ἧ": 19679, + "ὢ": 19680, + "⌋": 19681, + "▻": 19682, + "◌": 19683, + "⚾": 19684, + "ⵏ": 19685, + "凡": 19686, + "卿": 19687, + "墙": 19688, + "壞": 19689, + "夷": 19690, + "悉": 19691, + "懂": 19692, + "拆": 19693, + "摇": 19694, + "泳": 19695, + "滋": 19696, + "碟": 19697, + "紐": 19698, + "脈": 19699, + "虹": 19700, + "訪": 19701, + "誰": 19702, + "邉": 19703, + "釣": 19704, + "隙": 19705, + "룹": 19706, + "맞": 19707, + "징": 19708, + "": 19709, + "🌎": 19710, + "🐉": 19711, + "💀": 19712, + "💋": 19713, + "🤩": 19714, + "̝": 19715, + "۹": 19716, + "ܕ": 19717, + "ܡ": 19718, + "ੂ": 19719, + "ഞ": 19720, + "ည": 19721, + "ဖ": 19722, + "ኛ": 19723, + "ហ": 19724, + "坝": 19725, + "墓": 19726, + "幽": 19727, + "废": 19728, + "弱": 19729, + "怡": 19730, + "梯": 19731, + "浸": 19732, + "甫": 19733, + "竞": 19734, + "箭": 19735, + "莲": 19736, + "黨": 19737, + "답": 19738, + "렉": 19739, + "빈": 19740, + "옥": 19741, + "📱": 19742, + "ቃ": 19743, + "ធ": 19744, + "⌉": 19745, + "◯": 19746, + "☿": 19747, + "⚹": 19748, + "ゥ": 19749, + "咖": 19750, + "夠": 19751, + "妻": 19752, + "幹": 19753, + "惑": 19754, + "歸": 19755, + "湘": 19756, + "爭": 19757, + "玻": 19758, + "砂": 19759, + "碎": 19760, + "祐": 19761, + "筋": 19762, + "粤": 19763, + "織": 19764, + "舟": 19765, + "裏": 19766, + "贡": 19767, + "赫": 19768, + "躺": 19769, + "迹": 19770, + "鄧": 19771, + "頻": 19772, + "顎": 19773, + "髮": 19774, + "鶴": 19775, + "겠": 19776, + "놀": 19777, + "벌": 19778, + "악": 19779, + "익": 19780, + "Ư": 19781, + "Ъ": 19782, + "Һ": 19783, + "ڑ": 19784, + "۴": 19785, + "۷": 19786, + "ދ": 19787, + "ટ": 19788, + "ထ": 19789, + "ሲ": 19790, + "ቤ": 19791, + "ᐅ": 19792, + "Ἔ": 19793, + "ἣ": 19794, + "∉": 19795, + "⎯": 19796, + "◉": 19797, + "◾": 19798, + "ぜ": 19799, + "吹": 19800, + "営": 19801, + "圧": 19802, + "堆": 19803, + "娜": 19804, + "宾": 19805, + "怀": 19806, + "拢": 19807, + "擊": 19808, + "據": 19809, + "汗": 19810, + "疫": 19811, + "竟": 19812, + "笋": 19813, + "絲": 19814, + "邻": 19815, + "醋": 19816, + "騎": 19817, + "鳴": 19818, + "齊": 19819, + "혹": 19820, + "🌿": 19821, + "📚": 19822, + "😜": 19823, + "🤦": 19824, + "ƍ": 19825, + "Ǫ": 19826, + "ˁ": 19827, + "ˉ": 19828, + "џ": 19829, + "ֱ": 19830, + "۳": 19831, + "۸": 19832, + "މ": 19833, + "ऽ": 19834, + "ಭ": 19835, + "ഭ": 19836, + "ฒ": 19837, + "ྐ": 19838, + "ሙ": 19839, + "ỡ": 19840, + "♮": 19841, + "〒": 19842, + "仿": 19843, + "喝": 19844, + "坑": 19845, + "妈": 19846, + "娃": 19847, + "扎": 19848, + "拷": 19849, + "旭": 19850, + "欄": 19851, + "瀬": 19852, + "焼": 19853, + "熔": 19854, + "緣": 19855, + "综": 19856, + "罩": 19857, + "蔣": 19858, + "蚁": 19859, + "衝": 19860, + "貓": 19861, + "赏": 19862, + "軸": 19863, + "遅": 19864, + "靖": 19865, + "顆": 19866, + "견": 19867, + "녕": 19868, + "앞": 19869, + "폴": 19870, + "": 19871, + "😡": 19872, + "🥇": 19873, + "Ɣ": 19874, + "ǰ": 19875, + "ɽ": 19876, + "̔": 19877, + "̕": 19878, + "Խ": 19879, + "ճ": 19880, + "ނ": 19881, + "८": 19882, + "ਚ": 19883, + "ೋ": 19884, + "ඒ": 19885, + "ฆ": 19886, + "ຮ": 19887, + "ໄ": 19888, + "ါ": 19889, + "ើ": 19890, + "⌈": 19891, + "☌": 19892, + "☯": 19893, + "傑": 19894, + "刪": 19895, + "嚴": 19896, + "塚": 19897, + "婚": 19898, + "幼": 19899, + "弧": 19900, + "彰": 19901, + "徴": 19902, + "怨": 19903, + "悔": 19904, + "晃": 19905, + "歳": 19906, + "洁": 19907, + "潭": 19908, + "疒": 19909, + "皆": 19910, + "禅": 19911, + "綠": 19912, + "翠": 19913, + "腐": 19914, + "虫": 19915, + "訂": 19916, + "诊": 19917, + "買": 19918, + "辰": 19919, + "邀": 19920, + "險": 19921, + "霸": 19922, + "굴": 19923, + "넌": 19924, + "죽": 19925, + "🇫": 19926, + "🎁": 19927, + "🏈": 19928, + "ĥ": 19929, + "Ү": 19930, + "Ք": 19931, + "׃": 19932, + "ރ": 19933, + "ஒ": 19934, + "ೂ": 19935, + "ฤ": 19936, + "๊": 19937, + "ᓂ": 19938, + "ḋ": 19939, + "Ỉ": 19940, + "║": 19941, + "☃": 19942, + "仏": 19943, + "佩": 19944, + "兽": 19945, + "剣": 19946, + "喬": 19947, + "圓": 19948, + "夕": 19949, + "弾": 19950, + "栋": 19951, + "梨": 19952, + "漸": 19953, + "爸": 19954, + "珊": 19955, + "薛": 19956, + "谁": 19957, + "郁": 19958, + "鍾": 19959, + "鑰": 19960, + "頂": 19961, + "ꜣ": 19962, + "깅": 19963, + "셀": 19964, + "잔": 19965, + "쟁": 19966, + "째": 19967, + "킹": 19968, + "펌": 19969, + "퓨": 19970, + "협": 19971, + "": 19972, + "": 19973, + "": 19974, + "🌸": 19975, + "🏀": 19976, + "👎": 19977, + "📍": 19978, + "🖖": 19979, + "😐": 19980, + "ɟ": 19981, + "ɳ": 19982, + "̟": 19983, + "٩": 19984, + "਼": 19985, + "ି": 19986, + "ඔ": 19987, + "๑": 19988, + "ቱ": 19989, + "ቲ": 19990, + "ኃ": 19991, + "ዚ": 19992, + "ፋ": 19993, + "ᐃ": 19994, + "ᴡ": 19995, + "≧": 19996, + "✰": 19997, + "➶": 19998, + "ⵜ": 19999, + "乔": 20000, + "冯": 20001, + "厨": 20002, + "壮": 20003, + "妇": 20004, + "姆": 20005, + "彝": 20006, + "患": 20007, + "拨": 20008, + "札": 20009, + "棒": 20010, + "污": 20011, + "淮": 20012, + "災": 20013, + "煌": 20014, + "瓷": 20015, + "盡": 20016, + "眠": 20017, + "竜": 20018, + "綱": 20019, + "臭": 20020, + "蜜": 20021, + "訁": 20022, + "誉": 20023, + "诚": 20024, + "锦": 20025, + "阝": 20026, + "雑": 20027, + "雖": 20028, + "궁": 20029, + "럭": 20030, + "튼": 20031, + "🎓": 20032, + "💬": 20033, + "📎": 20034, + "🔵": 20035, + "😇": 20036, + "😢": 20037, + "🟨": 20038, + "🥰": 20039, + "Ŋ": 20040, + "ȝ": 20041, + "ɻ": 20042, + "ʑ": 20043, + "̰": 20044, + "Օ": 20045, + "ײ": 20046, + "٣": 20047, + "ܒ": 20048, + "ܩ": 20049, + "హ": 20050, + "ഇ": 20051, + "ྟ": 20052, + "ᥙ": 20053, + "➹": 20054, + "劲": 20055, + "勉": 20056, + "勿": 20057, + "厘": 20058, + "吐": 20059, + "哀": 20060, + "堅": 20061, + "壊": 20062, + "岐": 20063, + "岑": 20064, + "惊": 20065, + "懒": 20066, + "押": 20067, + "揚": 20068, + "損": 20069, + "暑": 20070, + "暖": 20071, + "歐": 20072, + "汚": 20073, + "畅": 20074, + "盾": 20075, + "碑": 20076, + "笨": 20077, + "纹": 20078, + "纽": 20079, + "肯": 20080, + "蒼": 20081, + "薩": 20082, + "藩": 20083, + "誘": 20084, + "赠": 20085, + "郷": 20086, + "阮": 20087, + "飾": 20088, + "饭": 20089, + "鴻": 20090, + "겨": 20091, + "랩": 20092, + "벨": 20093, + "": 20094, + "🏃": 20095, + "Ɵ": 20096, + "̦": 20097, + "Ө": 20098, + "۶": 20099, + "৬": 20100, + "ഴ": 20101, + "ཕ": 20102, + "ཡ": 20103, + "ᑦ": 20104, + "ᴅ": 20105, + "Ἴ": 20106, + "⚖": 20107, + "✝": 20108, + "❒": 20109, + "ⵔ": 20110, + "゚": 20111, + "卧": 20112, + "埃": 20113, + "媛": 20114, + "専": 20115, + "巷": 20116, + "帰": 20117, + "彬": 20118, + "悠": 20119, + "戒": 20120, + "捨": 20121, + "杉": 20122, + "椅": 20123, + "欲": 20124, + "歩": 20125, + "漂": 20126, + "狐": 20127, + "猛": 20128, + "畢": 20129, + "絶": 20130, + "菇": 20131, + "豫": 20132, + "醉": 20133, + "颈": 20134, + "느": 20135, + "앱": 20136, + "🌐": 20137, + "🎭": 20138, + "🔒": 20139, + "😔": 20140, + "͂": 20141, + "ϛ": 20142, + "ܫ": 20143, + "ડ": 20144, + "ಷ": 20145, + "ฮ": 20146, + "ພ": 20147, + "ཀ": 20148, + "ჭ": 20149, + "ቡ": 20150, + "ዱ": 20151, + "ញ": 20152, + "Ἕ": 20153, + "☍": 20154, + "☮": 20155, + "☽": 20156, + "♃": 20157, + "♐": 20158, + "⯈": 20159, + "〔": 20160, + "ゅ": 20161, + "ヶ": 20162, + "伙": 20163, + "俯": 20164, + "俱": 20165, + "冥": 20166, + "咨": 20167, + "哭": 20168, + "圍": 20169, + "坚": 20170, + "垣": 20171, + "宴": 20172, + "審": 20173, + "嵐": 20174, + "扬": 20175, + "栄": 20176, + "桐": 20177, + "浓": 20178, + "淘": 20179, + "潜": 20180, + "瀏": 20181, + "芬": 20182, + "茅": 20183, + "荧": 20184, + "萧": 20185, + "蓉": 20186, + "蟲": 20187, + "辽": 20188, + "邵": 20189, + "釋": 20190, + "針": 20191, + "铜": 20192, + "騙": 20193, + "갈": 20194, + "빛": 20195, + "앙": 20196, + "젝": 20197, + "찬": 20198, + "쳐": 20199, + "혁": 20200, + "": 20201, + "": 20202, + "🌷": 20203, + "😈": 20204, + "Ň": 20205, + "Ű": 20206, + "Ǝ": 20207, + "̺": 20208, + "̼": 20209, + "ѡ": 20210, + "ਆ": 20211, + "અ": 20212, + "ણ": 20213, + "ஞ": 20214, + "బ": 20215, + "ಎ": 20216, + "എ": 20217, + "ൽ": 20218, + "ሽ": 20219, + "♓": 20220, + "✚": 20221, + "➭": 20222, + "ⲁ": 20223, + "ⴻ": 20224, + "佑": 20225, + "呀": 20226, + "嘯": 20227, + "庸": 20228, + "恵": 20229, + "惡": 20230, + "慮": 20231, + "掛": 20232, + "潤": 20233, + "炭": 20234, + "烟": 20235, + "燒": 20236, + "爬": 20237, + "獄": 20238, + "窓": 20239, + "緑": 20240, + "縄": 20241, + "脱": 20242, + "裸": 20243, + "販": 20244, + "鋼": 20245, + "鏈": 20246, + "雁": 20247, + "顿": 20248, + "낭": 20249, + "넘": 20250, + "몇": 20251, + "슴": 20252, + "얻": 20253, + "웃": 20254, + "잠": 20255, + "휴": 20256, + "": 20257, + "": 20258, + "🇩": 20259, + "🇭": 20260, + "🎬": 20261, + "🦀": 20262, + "🧑": 20263, + "ʍ": 20264, + "ލ": 20265, + "ެ": 20266, + "ಥ": 20267, + "ഗ": 20268, + "ഹ": 20269, + "ൻ": 20270, + "භ": 20271, + "ෑ": 20272, + "ሌ": 20273, + "ቻ": 20274, + "ኩ": 20275, + "ẳ": 20276, + "₫": 20277, + "₮": 20278, + "♌": 20279, + "⚓": 20280, + "⚔": 20281, + "丈": 20282, + "伍": 20283, + "伐": 20284, + "卖": 20285, + "召": 20286, + "吏": 20287, + "啡": 20288, + "嘛": 20289, + "塩": 20290, + "姬": 20291, + "寂": 20292, + "弁": 20293, + "惟": 20294, + "抑": 20295, + "撑": 20296, + "撞": 20297, + "撰": 20298, + "敢": 20299, + "昏": 20300, + "棄": 20301, + "涯": 20302, + "溢": 20303, + "滅": 20304, + "澄": 20305, + "炼": 20306, + "爵": 20307, + "琉": 20308, + "琳": 20309, + "禾": 20310, + "緩": 20311, + "繰": 20312, + "纸": 20313, + "翰": 20314, + "肪": 20315, + "芦": 20316, + "莎": 20317, + "薬": 20318, + "裴": 20319, + "貌": 20320, + "辭": 20321, + "遷": 20322, + "邱": 20323, + "酷": 20324, + "闘": 20325, + "隠": 20326, + "馮": 20327, + "麺": 20328, + "龄": 20329, + "덱": 20330, + "릉": 20331, + "맥": 20332, + "밤": 20333, + "센": 20334, + "혼": 20335, + "": 20336, + "": 20337, + "": 20338, + "": 20339, + "": 20340, + "🌺": 20341, + "Ί": 20342, + "Շ": 20343, + "ֆ": 20344, + "֗": 20345, + "ۋ": 20346, + "৫": 20347, + "ੈ": 20348, + "ધ": 20349, + "ཚ": 20350, + "ဘ": 20351, + "ဝ": 20352, + "Ⴄ": 20353, + "ኣ": 20354, + "ዶ": 20355, + "ᵻ": 20356, + "ẋ": 20357, + "Ẹ": 20358, + "Ἥ": 20359, + "₺": 20360, + "↻": 20361, + "⤴": 20362, + "ⵎ": 20363, + "丙": 20364, + "乖": 20365, + "债": 20366, + "剑": 20367, + "咸": 20368, + "届": 20369, + "嶺": 20370, + "庵": 20371, + "廢": 20372, + "弄": 20373, + "忄": 20374, + "悬": 20375, + "惜": 20376, + "懿": 20377, + "拾": 20378, + "撮": 20379, + "棉": 20380, + "歉": 20381, + "淚": 20382, + "燈": 20383, + "瞬": 20384, + "筒": 20385, + "绩": 20386, + "绪": 20387, + "聘": 20388, + "菩": 20389, + "蒋": 20390, + "蒲": 20391, + "虾": 20392, + "覚": 20393, + "謙": 20394, + "貨": 20395, + "迅": 20396, + "遥": 20397, + "邪": 20398, + "鈥": 20399, + "锂": 20400, + "陪": 20401, + "雀": 20402, + "韻": 20403, + "饼": 20404, + "鸿": 20405, + "鹏": 20406, + "넷": 20407, + "렌": 20408, + "빠": 20409, + "욱": 20410, + "웹": 20411, + "즘": 20412, + "콜": 20413, + "쿠": 20414, + "폐": 20415, + "": 20416, + "𐤋": 20417, + "🇰": 20418, + "🌴": 20419, + "🍀": 20420, + "👁": 20421, + "💃": 20422, + "😏": 20423, + "̭": 20424, + "͵": 20425, + "Ґ": 20426, + "Զ": 20427, + "Ւ": 20428, + "ਅ": 20429, + "ਡ": 20430, + "੍": 20431, + "କ": 20432, + "ବ": 20433, + "ಧ": 20434, + "Ⴍ": 20435, + "ᐈ": 20436, + "ᠠ": 20437, + "᧐": 20438, + "ṿ": 20439, + "Ả": 20440, + "ἓ": 20441, + "ὦ": 20442, + "ᾧ": 20443, + "♩": 20444, + "⚙": 20445, + "❗": 20446, + "➕": 20447, + "ⲓ": 20448, + "亿": 20449, + "勋": 20450, + "坤": 20451, + "岭": 20452, + "彻": 20453, + "怖": 20454, + "惯": 20455, + "敷": 20456, + "旁": 20457, + "栅": 20458, + "栈": 20459, + "械": 20460, + "涼": 20461, + "獲": 20462, + "眉": 20463, + "眾": 20464, + "磊": 20465, + "穩": 20466, + "翁": 20467, + "肖": 20468, + "肚": 20469, + "腳": 20470, + "蒂": 20471, + "螺": 20472, + "裂": 20473, + "責": 20474, + "贤": 20475, + "郵": 20476, + "锋": 20477, + "霍": 20478, + "頃": 20479, + "頓": 20480, + "鼎": 20481, + "鼻": 20482, + "골": 20483, + "층": 20484, + "큰": 20485, + "틀": 20486, + "틱": 20487, + "풀": 20488, + "👤": 20489, + "💗": 20490, + "😬": 20491, + "🤍": 20492, + "Ɔ": 20493, + "Ɂ": 20494, + "ɩ": 20495, + "ˏ": 20496, + "͕": 20497, + "Ռ": 20498, + "ܵ": 20499, + "ऋ": 20500, + "५": 20501, + "ਂ": 20502, + "બ": 20503, + "ભ": 20504, + "ନ": 20505, + "ൊ": 20506, + "၀": 20507, + "ᴜ": 20508, + "Ấ": 20509, + "₪": 20510, + "♑": 20511, + "⥨": 20512, + "⺩": 20513, + "〓": 20514, + "侵": 20515, + "兑": 20516, + "凰": 20517, + "凱": 20518, + "卢": 20519, + "卦": 20520, + "囗": 20521, + "塗": 20522, + "奏": 20523, + "宪": 20524, + "寓": 20525, + "徑": 20526, + "摆": 20527, + "斎": 20528, + "杏": 20529, + "毓": 20530, + "滴": 20531, + "烹": 20532, + "煙": 20533, + "犹": 20534, + "猪": 20535, + "琪": 20536, + "盈": 20537, + "窝": 20538, + "肅": 20539, + "肺": 20540, + "胶": 20541, + "脉": 20542, + "脫": 20543, + "菱": 20544, + "蔽": 20545, + "裙": 20546, + "覃": 20547, + "詠": 20548, + "賓": 20549, + "賭": 20550, + "賴": 20551, + "軽": 20552, + "逃": 20553, + "遭": 20554, + "鉛": 20555, + "鍋": 20556, + "雍": 20557, + "麥": 20558, + "齋": 20559, + "ꯥ": 20560, + "룡": 20561, + "릭": 20562, + "맨": 20563, + "싸": 20564, + "압": 20565, + "즉": 20566, + "첫": 20567, + "칭": 20568, + "텍": 20569, + "핸": 20570, + "": 20571, + "": 20572, + "🇯": 20573, + "🍷": 20574, + "🎯": 20575, + "😷": 20576, + "Ǧ": 20577, + "ʜ": 20578, + "ހ": 20579, + "ީ": 20580, + "७": 20581, + "ਟ": 20582, + "ତ": 20583, + "ູ": 20584, + "ሞ": 20585, + "ጅ": 20586, + "ភ": 20587, + "ᴄ": 20588, + "ἳ": 20589, + "ῴ": 20590, + "⇩": 20591, + "⋱": 20592, + "⏤": 20593, + "✒": 20594, + "⬅": 20595, + "〇": 20596, + "乗": 20597, + "侦": 20598, + "傾": 20599, + "僧": 20600, + "吕": 20601, + "呵": 20602, + "哦": 20603, + "喔": 20604, + "嗣": 20605, + "嗯": 20606, + "圭": 20607, + "姑": 20608, + "忌": 20609, + "懺": 20610, + "搖": 20611, + "晰": 20612, + "朵": 20613, + "桶": 20614, + "湿": 20615, + "滨": 20616, + "烦": 20617, + "琦": 20618, + "瑰": 20619, + "瓣": 20620, + "瓶": 20621, + "盲": 20622, + "穴": 20623, + "繫": 20624, + "纵": 20625, + "肘": 20626, + "脸": 20627, + "艹": 20628, + "蜀": 20629, + "蝶": 20630, + "觸": 20631, + "鞋": 20632, + "鬥": 20633, + "鸭": 20634, + "낙": 20635, + "떠": 20636, + "렇": 20637, + "셰": 20638, + "좀": 20639, + "핑": 20640, + "헤": 20641, + "": 20642, + "𐤌": 20643, + "🎸": 20644, + "📈": 20645, + "🔋": 20646, + "ȧ": 20647, + "ʤ": 20648, + "̜": 20649, + "̮": 20650, + "ͅ": 20651, + "͇": 20652, + "ͤ": 20653, + "ܥ": 20654, + "ସ": 20655, + "ฎ": 20656, + "ຊ": 20657, + "ཐ": 20658, + "ኝ": 20659, + "ዛ": 20660, + "ᐊ": 20661, + "ថ": 20662, + "៉": 20663, + "Ố": 20664, + "⃗": 20665, + "┃": 20666, + "☊": 20667, + "♎": 20668, + "✯": 20669, + "❀": 20670, + "❘": 20671, + "⦿": 20672, + "勃": 20673, + "咲": 20674, + "妖": 20675, + "屁": 20676, + "廳": 20677, + "揮": 20678, + "暫": 20679, + "朔": 20680, + "棟": 20681, + "沼": 20682, + "淵": 20683, + "烤": 20684, + "玫": 20685, + "眞": 20686, + "窄": 20687, + "筛": 20688, + "纬": 20689, + "腔": 20690, + "舱": 20691, + "芡": 20692, + "袖": 20693, + "襲": 20694, + "訴": 20695, + "詹": 20696, + "遲": 20697, + "醇": 20698, + "錫": 20699, + "驚": 20700, + "렬": 20701, + "룻": 20702, + "쇼": 20703, + "왜": 20704, + "춘": 20705, + "춤": 20706, + "": 20707, + "": 20708, + "𐤀": 20709, + "🎅": 20710, + "🐧": 20711, + "👦": 20712, + "🔹": 20713, + "😋": 20714, + "󠁥": 20715, + "󠁮": 20716, + "Ů": 20717, + "ɸ": 20718, + "͚": 20719, + "Љ": 20720, + "ѵ": 20721, + "٤": 20722, + "ৌ": 20723, + "ઈ": 20724, + "ચ": 20725, + "ମ": 20726, + "భ": 20727, + "ష": 20728, + "ൃ": 20729, + "๒": 20730, + "၁": 20731, + "ᄯ": 20732, + "ኮ": 20733, + "ጭ": 20734, + "ᖅ": 20735, + "ៃ": 20736, + "័": 20737, + "ῄ": 20738, + "∮": 20739, + "⊖": 20740, + "⌃": 20741, + "✩": 20742, + "❍": 20743, + "❞": 20744, + "⩾": 20745, + "〕": 20746, + "仑": 20747, + "宛": 20748, + "徹": 20749, + "慰": 20750, + "戎": 20751, + "氷": 20752, + "汝": 20753, + "猿": 20754, + "盗": 20755, + "硕": 20756, + "硼": 20757, + "祿": 20758, + "稚": 20759, + "糹": 20760, + "綾": 20761, + "苡": 20762, + "蚂": 20763, + "衍": 20764, + "譚": 20765, + "谭": 20766, + "贸": 20767, + "趕": 20768, + "鉴": 20769, + "锻": 20770, + "雕": 20771, + "飲": 20772, + "骑": 20773, + "鸟": 20774, + "鸽": 20775, + "균": 20776, + "낮": 20777, + "략": 20778, + "뺍": 20779, + "염": 20780, + "웅": 20781, + "촌": 20782, + "푸": 20783, + "픽": 20784, + "혀": 20785, + "": 20786, + "🇿": 20787, + "🌊": 20788, + "🎂": 20789, + "🎹": 20790, + "💉": 20791, + "🔍": 20792, + "😕": 20793, + "😥": 20794, + "🤯": 20795, + "ʘ": 20796, + "ˮ": 20797, + "˹": 20798, + "˺": 20799, + "̹": 20800, + "͈": 20801, + "ѧ": 20802, + "ԝ": 20803, + "ڠ": 20804, + "ܚ": 20805, + "ވ": 20806, + "ސ": 20807, + "४": 20808, + "९": 20809, + "ৈ": 20810, + "એ": 20811, + "ഡ": 20812, + "ധ": 20813, + "ബ": 20814, + "ሓ": 20815, + "ួ": 20816, + "Ἅ": 20817, + "Ἠ": 20818, + "ῑ": 20819, + "▫": 20820, + "◁": 20821, + "♏": 20822, + "➣": 20823, + "ゐ": 20824, + "哉": 20825, + "唤": 20826, + "嫁": 20827, + "嫌": 20828, + "廉": 20829, + "彥": 20830, + "彷": 20831, + "措": 20832, + "昔": 20833, + "晒": 20834, + "杆": 20835, + "棍": 20836, + "棠": 20837, + "涵": 20838, + "漠": 20839, + "濱": 20840, + "煎": 20841, + "爛": 20842, + "疲": 20843, + "砖": 20844, + "秉": 20845, + "簧": 20846, + "綿": 20847, + "肝": 20848, + "荊": 20849, + "菠": 20850, + "萍": 20851, + "診": 20852, + "譲": 20853, + "诸": 20854, + "谱": 20855, + "踏": 20856, + "踢": 20857, + "逢": 20858, + "钢": 20859, + "锡": 20860, + "闹": 20861, + "阜": 20862, + "飽": 20863, + "馨": 20864, + "麟": 20865, + "麵": 20866, + "ꯃ": 20867, + "ꯣ": 20868, + "긴": 20869, + "럽": 20870, + "룰": 20871, + "므": 20872, + "밍": 20873, + "슨": 20874, + "홈": 20875, + "𐤉": 20876, + "📹": 20877, + "😯": 20878, + "🤘": 20879, + "Ŭ": 20880, + "ʐ": 20881, + "Փ": 20882, + "ٽ": 20883, + "ڭ": 20884, + "ঘ": 20885, + "ਣ": 20886, + "ષ": 20887, + "୧": 20888, + "ై": 20889, + "ಒ": 20890, + "ಠ": 20891, + "ആ": 20892, + "ฝ": 20893, + "၉": 20894, + "ቁ": 20895, + "Ꭰ": 20896, + "ᑕ": 20897, + "ᓇ": 20898, + "ᔭ": 20899, + "ᴍ": 20900, + "Ἁ": 20901, + "┝": 20902, + "☸": 20903, + "♛": 20904, + "⺼": 20905, + "ぱ": 20906, + "仇": 20907, + "俠": 20908, + "冻": 20909, + "凹": 20910, + "埔": 20911, + "壤": 20912, + "嫩": 20913, + "嬪": 20914, + "尿": 20915, + "彪": 20916, + "恆": 20917, + "扱": 20918, + "抜": 20919, + "挪": 20920, + "昂": 20921, + "曉": 20922, + "曰": 20923, + "楠": 20924, + "楷": 20925, + "橄": 20926, + "欽": 20927, + "殖": 20928, + "爪": 20929, + "獅": 20930, + "禪": 20931, + "稀": 20932, + "縦": 20933, + "膠": 20934, + "茫": 20935, + "虛": 20936, + "誕": 20937, + "轅": 20938, + "辆": 20939, + "钻": 20940, + "阈": 20941, + "隣": 20942, + "霜": 20943, + "駒": 20944, + "驾": 20945, + "꿈": 20946, + "랙": 20947, + "률": 20948, + "쌍": 20949, + "엽": 20950, + "짓": 20951, + "쿨": 20952, + "팀": 20953, + "폰": 20954, + "": 20955, + "🌲": 20956, + "🎟": 20957, + "💨": 20958, + "🤝": 20959, + "Ĭ": 20960, + "Ļ": 20961, + "ŗ": 20962, + "Ơ": 20963, + "Ǹ": 20964, + "̙": 20965, + "̻": 20966, + "̽": 20967, + "͍": 20968, + "͔": 20969, + "Ќ": 20970, + "ѐ": 20971, + "՝": 20972, + "֙": 20973, + "ܦ": 20974, + "६": 20975, + "થ": 20976, + "ୁ": 20977, + "ஷ": 20978, + "ణ": 20979, + "ಆ": 20980, + "ಇ": 20981, + "ဒ": 20982, + "ሐ": 20983, + "ዩ": 20984, + "ጊ": 20985, + "ጎ": 20986, + "ጽ": 20987, + "ᒃ": 20988, + "ḃ": 20989, + "ṷ": 20990, + "ᾖ": 20991, + "℧": 20992, + "⋖": 20993, + "☹": 20994, + "✸": 20995, + "倡": 20996, + "募": 20997, + "吊": 20998, + "寞": 20999, + "寬": 21000, + "帯": 21001, + "弦": 21002, + "彈": 21003, + "彳": 21004, + "彿": 21005, + "恨": 21006, + "拱": 21007, + "拽": 21008, + "斌": 21009, + "枪": 21010, + "柴": 21011, + "殷": 21012, + "润": 21013, + "烂": 21014, + "瘋": 21015, + "禄": 21016, + "穂": 21017, + "窦": 21018, + "絆": 21019, + "罰": 21020, + "胃": 21021, + "艇": 21022, + "芒": 21023, + "薇": 21024, + "贊": 21025, + "贾": 21026, + "鄂": 21027, + "酯": 21028, + "釈": 21029, + "銷": 21030, + "铺": 21031, + "霧": 21032, + "鷹": 21033, + "뒤": 21034, + "랍": 21035, + "읍": 21036, + "칠": 21037, + "캔": 21038, + "퀴": 21039, + "킨": 21040, + "탁": 21041, + "": 21042, + "": 21043, + "": 21044, + "🤓": 21045, + "🥂": 21046, + "Ĥ": 21047, + "ȕ": 21048, + "ȼ": 21049, + "̗": 21050, + "͎": 21051, + "ͣ": 21052, + "Ә": 21053, + "ӣ": 21054, + "ښ": 21055, + "ܣ": 21056, + "ކ": 21057, + "३": 21058, + "ঝ": 21059, + "ਘ": 21060, + "આ": 21061, + "ஏ": 21062, + "ཤ": 21063, + "ቆ": 21064, + "ឹ": 21065, + "ᠨ": 21066, + "ḑ": 21067, + "⁂": 21068, + "⇠": 21069, + "∖": 21070, + "⌥": 21071, + "␣": 21072, + "╗": 21073, + "♉": 21074, + "✄": 21075, + "✢": 21076, + "✭": 21077, + "ⵓ": 21078, + "ぇ": 21079, + "ヌ": 21080, + "丛": 21081, + "乞": 21082, + "亥": 21083, + "亨": 21084, + "億": 21085, + "労": 21086, + "卑": 21087, + "厦": 21088, + "厳": 21089, + "壓": 21090, + "奎": 21091, + "妮": 21092, + "娟": 21093, + "巿": 21094, + "帆": 21095, + "帕": 21096, + "抢": 21097, + "搬": 21098, + "撕": 21099, + "斛": 21100, + "榄": 21101, + "浄": 21102, + "淨": 21103, + "潔": 21104, + "炳": 21105, + "礎": 21106, + "祷": 21107, + "稲": 21108, + "穎": 21109, + "縁": 21110, + "纷": 21111, + "纺": 21112, + "绵": 21113, + "肃": 21114, + "脏": 21115, + "腊": 21116, + "臟": 21117, + "苯": 21118, + "茄": 21119, + "藥": 21120, + "衆": 21121, + "襄": 21122, + "諾": 21123, + "謎": 21124, + "跃": 21125, + "轨": 21126, + "迦": 21127, + "遼": 21128, + "駐": 21129, + "념": 21130, + "농": 21131, + "닝": 21132, + "득": 21133, + "뷰": 21134, + "빌": 21135, + "삶": 21136, + "척": 21137, + "텐": 21138, + "": 21139, + "": 21140, + "": 21141, + "": 21142, + "🌱": 21143, + "🎮": 21144, + "🏡": 21145, + "🐶": 21146, + "🐺": 21147, + "💎": 21148, + "💩": 21149, + "📂": 21150, + "📧": 21151, + "😒": 21152, + "🙋": 21153, + "🥳": 21154, + "˗": 21155, + "̘": 21156, + "͙": 21157, + "Ϊ": 21158, + "Է": 21159, + "֔": 21160, + "٨": 21161, + "ପ": 21162, + "၂": 21163, + "Ⴑ": 21164, + "ᓗ": 21165, + "Ệ": 21166, + "Ứ": 21167, + "Ὑ": 21168, + "‿": 21169, + "₣": 21170, + "∓": 21171, + "⚪": 21172, + "ヅ": 21173, + "ヲ": 21174, + "傲": 21175, + "剎": 21176, + "卯": 21177, + "唔": 21178, + "嘗": 21179, + "堀": 21180, + "寅": 21181, + "巫": 21182, + "帅": 21183, + "幌": 21184, + "幺": 21185, + "廚": 21186, + "恶": 21187, + "挥": 21188, + "旨": 21189, + "梧": 21190, + "槍": 21191, + "泣": 21192, + "溝": 21193, + "牢": 21194, + "狄": 21195, + "猜": 21196, + "琼": 21197, + "痕": 21198, + "砲": 21199, + "碳": 21200, + "紋": 21201, + "纲": 21202, + "罕": 21203, + "膏": 21204, + "苹": 21205, + "蓋": 21206, + "薦": 21207, + "謂": 21208, + "谓": 21209, + "贺": 21210, + "躲": 21211, + "辨": 21212, + "逝": 21213, + "銅": 21214, + "鋒": 21215, + "钓": 21216, + "陌": 21217, + "陷": 21218, + "雞": 21219, + "駿": 21220, + "鸞": 21221, + "끼": 21222, + "돈": 21223, + "됐": 21224, + "롯": 21225, + "엄": 21226, + "죠": 21227, + "﴿": 21228, + "🍁": 21229, + "🎙": 21230, + "📄": 21231, + "📣": 21232, + "🔔": 21233, + "󠁳": 21234, + "ƅ": 21235, + "ƛ": 21236, + "ƴ": 21237, + "ɭ": 21238, + "ˎ": 21239, + "̉": 21240, + "͖": 21241, + "͘": 21242, + "͛": 21243, + "Ճ": 21244, + "ৎ": 21245, + "ਇ": 21246, + "ಉ": 21247, + "೧": 21248, + "ຽ": 21249, + "ཅ": 21250, + "ཟ": 21251, + "ྗ": 21252, + "ဂ": 21253, + "Ⴀ": 21254, + "ᄋ": 21255, + "ጀ": 21256, + "ጨ": 21257, + "ᑲ": 21258, + "ᓄ": 21259, + "Ḹ": 21260, + "ỵ": 21261, + "ὓ": 21262, + "ὤ": 21263, + "ᾴ": 21264, + "⇆": 21265, + "▏": 21266, + "◻": 21267, + "♅": 21268, + "✱": 21269, + "✴": 21270, + "❇": 21271, + "❑": 21272, + "❓": 21273, + "➥": 21274, + "➨": 21275, + "ⲉ": 21276, + "ⲛ": 21277, + "ⵙ": 21278, + "⸺": 21279, + "凸": 21280, + "励": 21281, + "勳": 21282, + "匡": 21283, + "叢": 21284, + "呆": 21285, + "啥": 21286, + "夾": 21287, + "奔": 21288, + "寮": 21289, + "庚": 21290, + "彌": 21291, + "愈": 21292, + "抹": 21293, + "揭": 21294, + "撫": 21295, + "斐": 21296, + "斥": 21297, + "柿": 21298, + "棚": 21299, + "椎": 21300, + "橡": 21301, + "氙": 21302, + "沪": 21303, + "沫": 21304, + "淸": 21305, + "湛": 21306, + "爷": 21307, + "爹": 21308, + "畑": 21309, + "硅": 21310, + "粵": 21311, + "纠": 21312, + "胆": 21313, + "茨": 21314, + "荡": 21315, + "蘑": 21316, + "衬": 21317, + "谋": 21318, + "谐": 21319, + "谨": 21320, + "軌": 21321, + "閔": 21322, + "闪": 21323, + "頒": 21324, + "ꯂ": 21325, + "닫": 21326, + "덤": 21327, + "델": 21328, + "몽": 21329, + "벽": 21330, + "셋": 21331, + "싶": 21332, + "죄": 21333, + "킬": 21334, + "탐": 21335, + "텔": 21336, + "": 21337, + "": 21338, + "": 21339, + "": 21340, + "": 21341, + "": 21342, + "": 21343, + "": 21344, + "𐤍": 21345, + "𐤕": 21346, + "🇴": 21347, + "🌳": 21348, + "👸": 21349, + "💣": 21350, + "📖": 21351, + "📲": 21352, + "🖐": 21353, + "😝": 21354, + "🤐": 21355, + "🤠": 21356, + "🤬": 21357, + "🦖": 21358, + "Ŷ": 21359, + "Ƅ": 21360, + "ɥ": 21361, + "ʙ": 21362, + "ʧ": 21363, + "̡": 21364, + "̫": 21365, + "̴": 21366, + "͉": 21367, + "ӗ": 21368, + "Ջ": 21369, + "װ": 21370, + "ۈ": 21371, + "ੜ": 21372, + "ధ": 21373, + "ూ": 21374, + "ొ": 21375, + "ഥ": 21376, + "ൾ": 21377, + "ඹ": 21378, + "ෘ": 21379, + "ๆ": 21380, + "ຶ": 21381, + "ླ": 21382, + "Ⴈ": 21383, + "ჟ": 21384, + "ᅳ": 21385, + "ሻ": 21386, + "ጃ": 21387, + "ᐧ": 21388, + "ᓴ": 21389, + "ẃ": 21390, + "ẖ": 21391, + "Ị": 21392, + "‽": 21393, + "↴": 21394, + "⏰": 21395, + "▭": 21396, + "♍": 21397, + "✠": 21398, + "❏": 21399, + "❣": 21400, + "➖": 21401, + "⤵": 21402, + "ⵍ": 21403, + "傻": 21404, + "冈": 21405, + "凝": 21406, + "勘": 21407, + "匠": 21408, + "吞": 21409, + "吻": 21410, + "嘆": 21411, + "奢": 21412, + "婉": 21413, + "嬌": 21414, + "尘": 21415, + "幡": 21416, + "幢": 21417, + "恰": 21418, + "扭": 21419, + "挤": 21420, + "捉": 21421, + "擁": 21422, + "暦": 21423, + "橘": 21424, + "欠": 21425, + "猶": 21426, + "癌": 21427, + "碩": 21428, + "祠": 21429, + "笠": 21430, + "籤": 21431, + "粥": 21432, + "胤": 21433, + "褲": 21434, + "襪": 21435, + "謀": 21436, + "讼": 21437, + "賣": 21438, + "赌": 21439, + "趋": 21440, + "轩": 21441, + "迫": 21442, + "逛": 21443, + "鈞": 21444, + "闇": 21445, + "雯": 21446, + "韋": 21447, + "頑": 21448, + "駄": 21449, + "驼": 21450, + "魁": 21451, + "魅": 21452, + "끄": 21453, + "놓": 21454, + "둘": 21455, + "럴": 21456, + "뢰": 21457, + "셔": 21458, + "숨": 21459, + "촬": 21460, + "콩": 21461, + "팔": 21462, + "획": 21463, + "휘": 21464, + "흡": 21465, + "": 21466, + "": 21467, + "": 21468, + "": 21469, + "﴾": 21470, + "𐤁": 21471, + "🇾": 21472, + "🌏": 21473, + "🍺": 21474, + "🍾": 21475, + "🎼": 21476, + "👧": 21477, + "👹": 21478, + "👽": 21479, + "💐": 21480, + "💓": 21481, + "💞": 21482, + "💧": 21483, + "🙃": 21484, + "🙈": 21485, + "🛑": 21486, + "Ĺ": 21487, + "ƿ": 21488, + "ȃ": 21489, + "͓": 21490, + "͗": 21491, + "Ծ": 21492, + "Ղ": 21493, + "Ց": 21494, + "٧": 21495, + "ਫ": 21496, + "ખ": 21497, + "ળ": 21498, + "ଗ": 21499, + "ୀ": 21500, + "ఎ": 21501, + "ཞ": 21502, + "ჰ": 21503, + "ሃ": 21504, + "ቋ": 21505, + "ቦ": 21506, + "ኒ": 21507, + "ṳ": 21508, + "Ế": 21509, + "Ề": 21510, + "Ổ": 21511, + "Ủ": 21512, + "Ὄ": 21513, + "ᾤ": 21514, + "≲": 21515, + "≳": 21516, + "⊟": 21517, + "⊤": 21518, + "⏟": 21519, + "✋": 21520, + "✣": 21521, + "ⲣ": 21522, + "ⲥ": 21523, + "ⴷ": 21524, + "ⵣ": 21525, + "ぽ": 21526, + "併": 21527, + "俞": 21528, + "偵": 21529, + "兔": 21530, + "刃": 21531, + "匪": 21532, + "哩": 21533, + "唉": 21534, + "喊": 21535, + "喪": 21536, + "坎": 21537, + "埋": 21538, + "壯": 21539, + "奪": 21540, + "媚": 21541, + "宰": 21542, + "嶋": 21543, + "巳": 21544, + "巾": 21545, + "帥": 21546, + "廓": 21547, + "廠": 21548, + "愉": 21549, + "愼": 21550, + "掩": 21551, + "搅": 21552, + "暢": 21553, + "杖": 21554, + "氛": 21555, + "沃": 21556, + "瀛": 21557, + "灭": 21558, + "炖": 21559, + "牟": 21560, + "狩": 21561, + "狱": 21562, + "瑛": 21563, + "疏": 21564, + "癸": 21565, + "磐": 21566, + "礁": 21567, + "禹": 21568, + "綜": 21569, + "纖": 21570, + "耕": 21571, + "聪": 21572, + "聰": 21573, + "肢": 21574, + "腕": 21575, + "腥": 21576, + "腸": 21577, + "舌": 21578, + "萌": 21579, + "葬": 21580, + "葵": 21581, + "虞": 21582, + "衰": 21583, + "謹": 21584, + "豬": 21585, + "賊": 21586, + "跪": 21587, + "蹄": 21588, + "蹤": 21589, + "逾": 21590, + "酿": 21591, + "銃": 21592, + "铅": 21593, + "阁": 21594, + "阱": 21595, + "陕": 21596, + "韧": 21597, + "顕": 21598, + "饱": 21599, + "鬆": 21600, + "鸣": 21601, + "鹅": 21602, + "龐": 21603, + "ꯩ": 21604, + "겟": 21605, + "꾸": 21606, + "납": 21607, + "넣": 21608, + "댓": 21609, + "몰": 21610, + "셈": 21611, + "슈": 21612, + "옹": 21613, + "": 21614, + "": 21615, + "": 21616, + "🐐": 21617, + "👈": 21618, + "👻": 21619, + "💍": 21620, + "🕊": 21621, + "🗓": 21622, + "ŧ": 21623, + "Ƭ": 21624, + "ǹ": 21625, + "ǽ": 21626, + "ȋ": 21627, + "˓": 21628, + "̖": 21629, + "ҷ": 21630, + "ӯ": 21631, + "Չ": 21632, + "՚": 21633, + "ֺ": 21634, + "ۀ": 21635, + "ৱ": 21636, + "ൈ": 21637, + "ྡ": 21638, + "ྫ": 21639, + "ဇ": 21640, + "ᄃ": 21641, + "ᄏ": 21642, + "ኔ": 21643, + "ዴ": 21644, + "Ꮒ": 21645, + "ៅ": 21646, + "។": 21647, + "Ừ": 21648, + "ᾔ": 21649, + "⊵": 21650, + "╯": 21651, + "▽": 21652, + "⚒": 21653, + "⛳": 21654, + "✽": 21655, + "❥": 21656, + "❭": 21657, + "⦵": 21658, + "⩽": 21659, + "⭕": 21660, + "ⲙ": 21661, + "ⲡ": 21662, + "ゑ": 21663, + "丑": 21664, + "働": 21665, + "冀": 21666, + "剌": 21667, + "劃": 21668, + "劑": 21669, + "匈": 21670, + "卒": 21671, + "卸": 21672, + "叙": 21673, + "圾": 21674, + "坯": 21675, + "垃": 21676, + "夺": 21677, + "奄": 21678, + "奮": 21679, + "婴": 21680, + "尸": 21681, + "庁": 21682, + "愁": 21683, + "憑": 21684, + "挡": 21685, + "攝": 21686, + "昧": 21687, + "棱": 21688, + "樊": 21689, + "樺": 21690, + "橙": 21691, + "泊": 21692, + "泌": 21693, + "炮": 21694, + "狮": 21695, + "甄": 21696, + "甸": 21697, + "睿": 21698, + "矽": 21699, + "粹": 21700, + "糕": 21701, + "芋": 21702, + "芹": 21703, + "荆": 21704, + "蕉": 21705, + "蠻": 21706, + "詰": 21707, + "謠": 21708, + "貿": 21709, + "镀": 21710, + "閃": 21711, + "雾": 21712, + "韶": 21713, + "颁": 21714, + "驻": 21715, + "鹰": 21716, + "龜": 21717, + "곳": 21718, + "떤": 21719, + "맵": 21720, + "맹": 21721, + "몬": 21722, + "봄": 21723, + "붙": 21724, + "빙": 21725, + "섭": 21726, + "씩": 21727, + "펜": 21728, + "폼": 21729, + "": 21730, + "": 21731, + "": 21732, + "": 21733, + "🌜": 21734, + "🍅": 21735, + "🍳": 21736, + "🎩": 21737, + "🏋": 21738, + "📢": 21739, + "📦": 21740, + "🗺": 21741, + "😞": 21742, + "😤": 21743, + "😴": 21744, + "🤖": 21745, + "🤞": 21746, + "Ϣ": 21747, + "ӓ": 21748, + "Ժ": 21749, + "ঢ": 21750, + "ਉ": 21751, + "છ": 21752, + "ଳ": 21753, + "ஊ": 21754, + "ഉ": 21755, + "ඟ": 21756, + "ฬ": 21757, + "๕": 21758, + "ຖ": 21759, + "ྨ": 21760, + "Ⴣ": 21761, + "ሱ": 21762, + "ሴ": 21763, + "ጫ": 21764, + "ጸ": 21765, + "ፊ": 21766, + "Ꭶ": 21767, + "Ꮕ": 21768, + "ᓕ": 21769, + "ᕐ": 21770, + "ᘊ": 21771, + "ផ": 21772, + "ᠣ": 21773, + "ᠬ": 21774, + "ṱ": 21775, + "ἆ": 21776, + "Ᾱ": 21777, + "⁨": 21778, + "₸": 21779, + "⇀": 21780, + "≐": 21781, + "⌐": 21782, + "⎣": 21783, + "⎪": 21784, + "⏩": 21785, + "⏳": 21786, + "┗": 21787, + "╮": 21788, + "╰": 21789, + "╴": 21790, + "☄": 21791, + "♋": 21792, + "♢": 21793, + "✂": 21794, + "✏": 21795, + "➝": 21796, + "ⲧ": 21797, + "ⵢ": 21798, + "侠": 21799, + "倩": 21800, + "勞": 21801, + "吨": 21802, + "嗚": 21803, + "堪": 21804, + "塵": 21805, + "壹": 21806, + "妤": 21807, + "娛": 21808, + "屆": 21809, + "崙": 21810, + "徵": 21811, + "悅": 21812, + "悼": 21813, + "慘": 21814, + "憾": 21815, + "扑": 21816, + "抖": 21817, + "捏": 21818, + "捐": 21819, + "擔": 21820, + "斤": 21821, + "昊": 21822, + "晾": 21823, + "曝": 21824, + "曽": 21825, + "椭": 21826, + "樽": 21827, + "櫃": 21828, + "歧": 21829, + "燥": 21830, + "爲": 21831, + "琛": 21832, + "瑋": 21833, + "瑠": 21834, + "璋": 21835, + "璐": 21836, + "璧": 21837, + "祁": 21838, + "祈": 21839, + "窖": 21840, + "篮": 21841, + "糸": 21842, + "綁": 21843, + "綺": 21844, + "緯": 21845, + "罐": 21846, + "羨": 21847, + "舎": 21848, + "荘": 21849, + "菁": 21850, + "蓬": 21851, + "薪": 21852, + "藉": 21853, + "蚊": 21854, + "谦": 21855, + "豹": 21856, + "賈": 21857, + "赐": 21858, + "趁": 21859, + "迴": 21860, + "遣": 21861, + "邸": 21862, + "鑫": 21863, + "锐": 21864, + "閩": 21865, + "隻": 21866, + "顔": 21867, + "飼": 21868, + "骆": 21869, + "Ꞌ": 21870, + "ꯔ": 21871, + "ꯕ": 21872, + "ꯤ": 21873, + "끔": 21874, + "둥": 21875, + "룩": 21876, + "밖": 21877, + "섬": 21878, + "쓴": 21879, + "욕": 21880, + "젊": 21881, + "첨": 21882, + "칸": 21883, + "": 21884, + "": 21885, + "": 21886, + "": 21887, + "𐤓": 21888, + "𒀭": 21889, + "🌻": 21890, + "🍃": 21891, + "🍔": 21892, + "🍸": 21893, + "🏠": 21894, + "🏫": 21895, + "📕": 21896, + "🔬": 21897, + "🗳": 21898, + "😨": 21899, + "😩": 21900, + "😶": 21901, + "🤪": 21902, + "ĸ": 21903, + "Ŏ": 21904, + "͝": 21905, + "ͯ": 21906, + "Ή": 21907, + "ϝ": 21908, + "ϟ": 21909, + "ܗ": 21910, + "ਯ": 21911, + "ଦ": 21912, + "ฅ": 21913, + "ຼ": 21914, + "ྤ": 21915, + "ྷ": 21916, + "ሠ": 21917, + "ኤ": 21918, + "Ꭲ": 21919, + "ᐦ": 21920, + "ᑐ": 21921, + "ឃ": 21922, + "ẏ": 21923, + "ẑ": 21924, + "Ὡ": 21925, + "ᾱ": 21926, + "∊": 21927, + "⊢": 21928, + "⎡": 21929, + "⎢": 21930, + "⎦": 21931, + "┻": 21932, + "▇": 21933, + "◗": 21934, + "◽": 21935, + "☾": 21936, + "➽": 21937, + "ⴱ": 21938, + "ぁ": 21939, + "ぴ": 21940, + "冗": 21941, + "凶": 21942, + "卤": 21943, + "厄": 21944, + "厭": 21945, + "吟": 21946, + "埼": 21947, + "夸": 21948, + "奧": 21949, + "妍": 21950, + "婕": 21951, + "嫡": 21952, + "峪": 21953, + "崖": 21954, + "嶼": 21955, + "巍": 21956, + "巣": 21957, + "帽": 21958, + "恕": 21959, + "恪": 21960, + "愚": 21961, + "戈": 21962, + "揉": 21963, + "搶": 21964, + "敞": 21965, + "杞": 21966, + "梓": 21967, + "梳": 21968, + "泄": 21969, + "涌": 21970, + "澡": 21971, + "濁": 21972, + "濮": 21973, + "灌": 21974, + "爽": 21975, + "牆": 21976, + "牲": 21977, + "猴": 21978, + "琵": 21979, + "琶": 21980, + "瑚": 21981, + "瑟": 21982, + "碌": 21983, + "粿": 21984, + "缤": 21985, + "翅": 21986, + "胎": 21987, + "脩": 21988, + "腌": 21989, + "腺": 21990, + "膀": 21991, + "舜": 21992, + "蔚": 21993, + "蕾": 21994, + "蝠": 21995, + "衫": 21996, + "託": 21997, + "诞": 21998, + "貫": 21999, + "贈": 22000, + "贫": 22001, + "赚": 22002, + "赴": 22003, + "輿": 22004, + "迈": 22005, + "违": 22006, + "銭": 22007, + "钦": 22008, + "閒": 22009, + "阎": 22010, + "霖": 22011, + "餅": 22012, + "馅": 22013, + "駆": 22014, + "ꜥ": 22015, + "돼": 22016, + "떨": 22017, + "뜻": 22018, + "롭": 22019, + "멘": 22020, + "묵": 22021, + "빨": 22022, + "뿐": 22023, + "쁜": 22024, + "쉬": 22025, + "켜": 22026, + "탑": 22027, + "홀": 22028, + "흰": 22029, + "": 22030, + "": 22031, + "": 22032, + "": 22033, + "": 22034, + "": 22035, + "𐠂": 22036, + "🅱": 22037, + "🍿": 22038, + "🎈": 22039, + "🏅": 22040, + "🐱": 22041, + "🐳": 22042, + "💼": 22043, + "🔆": 22044, + "🔑": 22045, + "🕵": 22046, + "😑": 22047, + "🚙": 22048, + "🚶": 22049, + "🛏": 22050, + "🤙": 22051, + "🥕": 22052, + "🦅": 22053, + "🦉": 22054, + "🦕": 22055, + "🧐": 22056, + "􀁺": 22057, + "Ņ": 22058, + "ƞ": 22059, + "ȏ": 22060, + "̎": 22061, + "Ώ": 22062, + "ΰ": 22063, + "ѝ": 22064, + "Ԁ": 22065, + "Ը": 22066, + "ګ": 22067, + "ۖ": 22068, + "ۚ": 22069, + "۪": 22070, + "ܟ": 22071, + "ܳ": 22072, + "ތ": 22073, + "॰": 22074, + "ਭ": 22075, + "ஐ": 22076, + "ஹ": 22077, + "ೈ": 22078, + "ฃ": 22079, + "ຜ": 22080, + "ຸ": 22081, + "ໂ": 22082, + "ဟ": 22083, + "ᄉ": 22084, + "ቂ": 22085, + "ኘ": 22086, + "Ꭹ": 22087, + "Ꮃ": 22088, + "Ꮝ": 22089, + "ᑎ": 22090, + "ᓭ": 22091, + "ᠭ": 22092, + "Ḡ": 22093, + "ḣ": 22094, + "Ạ": 22095, + "Ớ": 22096, + "Ἦ": 22097, + "ὂ": 22098, + "‱": 22099, + "⁓": 22100, + "Ↄ": 22101, + "⊇": 22102, + "⎤": 22103, + "╭": 22104, + "☁": 22105, + "☔": 22106, + "☘": 22107, + "☭": 22108, + "♻": 22109, + "⚕": 22110, + "⛄": 22111, + "✧": 22112, + "➧": 22113, + "➲": 22114, + "⟋": 22115, + "⧫": 22116, + "ぃ": 22117, + "ぷ": 22118, + "丞": 22119, + "佣": 22120, + "兹": 22121, + "勧": 22122, + "喇": 22123, + "塾": 22124, + "壬": 22125, + "寇": 22126, + "寝": 22127, + "岔": 22128, + "岱": 22129, + "庶": 22130, + "廃": 22131, + "廈": 22132, + "弗": 22133, + "憂": 22134, + "懸": 22135, + "扮": 22136, + "扯": 22137, + "抄": 22138, + "披": 22139, + "抯": 22140, + "撇": 22141, + "斋": 22142, + "枣": 22143, + "榕": 22144, + "檀": 22145, + "氩": 22146, + "汀": 22147, + "沮": 22148, + "渋": 22149, + "渚": 22150, + "渾": 22151, + "溜": 22152, + "滕": 22153, + "滾": 22154, + "漆": 22155, + "潛": 22156, + "濤": 22157, + "焉": 22158, + "煤": 22159, + "狭": 22160, + "瑪": 22161, + "瘦": 22162, + "磅": 22163, + "祀": 22164, + "稅": 22165, + "���": 22166, + "績": 22167, + "繞": 22168, + "纂": 22169, + "脆": 22170, + "腩": 22171, + "舰": 22172, + "舶": 22173, + "芽": 22174, + "萱": 22175, + "蛮": 22176, + "蜂": 22177, + "譽": 22178, + "豌": 22179, + "趨": 22180, + "踊": 22181, + "踝": 22182, + "躍": 22183, + "辊": 22184, + "逊": 22185, + "逼": 22186, + "鈕": 22187, + "铃": 22188, + "铝": 22189, + "隋": 22190, + "鞭": 22191, + "颂": 22192, + "驿": 22193, + "鴨": 22194, + "鹤": 22195, + "齡": 22196, + "ꯅ": 22197, + "ꯡ": 22198, + "곤": 22199, + "냅": 22200, + "닥": 22201, + "뛰": 22202, + "렸": 22203, + "멀": 22204, + "멜": 22205, + "묘": 22206, + "밝": 22207, + "봐": 22208, + "쇄": 22209, + "숫": 22210, + "왔": 22211, + "젤": 22212, + "줍": 22213, + "즐": 22214, + "칼": 22215, + "탕": 22216, + "틴": 22217, + "팝": 22218, + "": 22219, + "": 22220, + "": 22221, + "": 22222, + "𐠰": 22223, + "𐤔": 22224, + "🇽": 22225, + "🌧": 22226, + "🍻": 22227, + "🎒": 22228, + "🎷": 22229, + "🏄": 22230, + "🏝": 22231, + "🐛": 22232, + "🐝": 22233, + "👯": 22234, + "💝": 22235, + "💸": 22236, + "📩": 22237, + "📽": 22238, + "🔖": 22239, + "🕺": 22240, + "🖥": 22241, + "🗞": 22242, + "😖": 22243, + "😲": 22244, + "😵": 22245, + "🙇": 22246, + "🛢": 22247, + "🢖": 22248, + "🤡": 22249, + "🧟": 22250, + "🧡": 22251, + "Ŧ": 22252, + "Ų": 22253, + "Ɖ": 22254, + "Ɗ": 22255, + "ǭ": 22256, + "ȁ": 22257, + "ȅ": 22258, + "ʇ": 22259, + "̐": 22260, + "͊": 22261, + "ͥ": 22262, + "ͮ": 22263, + "Ύ": 22264, + "ӑ": 22265, + "Ӧ": 22266, + "٥": 22267, + "ڪ": 22268, + "ܲ": 22269, + "ފ": 22270, + "ޮ": 22271, + "ঃ": 22272, + "ਧ": 22273, + "ફ": 22274, + "ଡ": 22275, + "ଲ": 22276, + "େ": 22277, + "ഒ": 22278, + "ཏ": 22279, + "ဗ": 22280, + "ሜ": 22281, + "ኪ": 22282, + "ጆ": 22283, + "ጡ": 22284, + "ፃ": 22285, + "ፎ": 22286, + "።": 22287, + "Ꮎ": 22288, + "Ꮣ": 22289, + "ᐢ": 22290, + "ᐣ": 22291, + "ᒪ": 22292, + "ᔪ": 22293, + "ឆ": 22294, + "៍": 22295, + "᠌": 22296, + "ᠡ": 22297, + "ᴋ": 22298, + "ṙ": 22299, + "ṫ": 22300, + "Ậ": 22301, + "ᾗ": 22302, + "⁕": 22303, + "₿": 22304, + "⊘": 22305, + "⎥": 22306, + "⎮": 22307, + "◕": 22308, + "☜": 22309, + "➼": 22310, + "ⲩ": 22311, + "〰": 22312, + "丫": 22313, + "伪": 22314, + "佬": 22315, + "償": 22316, + "兜": 22317, + "剖": 22318, + "劫": 22319, + "呑": 22320, + "咤": 22321, + "咪": 22322, + "嚇": 22323, + "壱": 22324, + "妾": 22325, + "娄": 22326, + "寛": 22327, + "寵": 22328, + "嵩": 22329, + "弊": 22330, + "恂": 22331, + "慣": 22332, + "拠": 22333, + "拯": 22334, + "挿": 22335, + "撲": 22336, + "擬": 22337, + "擾": 22338, + "斬": 22339, + "晏": 22340, + "晟": 22341, + "暮": 22342, + "曆": 22343, + "栖": 22344, + "栽": 22345, + "桦": 22346, + "楓": 22347, + "橫": 22348, + "殘": 22349, + "汶": 22350, + "浆": 22351, + "涙": 22352, + "淆": 22353, + "渔": 22354, + "溃": 22355, + "滸": 22356, + "澜": 22357, + "灿": 22358, + "炝": 22359, + "炫": 22360, + "煩": 22361, + "牽": 22362, + "瑶": 22363, + "碁": 22364, + "碍": 22365, + "祺": 22366, + "禍": 22367, + "禿": 22368, + "秩": 22369, + "穗": 22370, + "穣": 22371, + "穷": 22372, + "窟": 22373, + "竺": 22374, + "筹": 22375, + "箕": 22376, + "粮": 22377, + "绳": 22378, + "绷": 22379, + "缅": 22380, + "羞": 22381, + "膽": 22382, + "苍": 22383, + "菅": 22384, + "菘": 22385, + "薰": 22386, + "藻": 22387, + "虐": 22388, + "蛙": 22389, + "蛤": 22390, + "蝙": 22391, + "裔": 22392, + "賦": 22393, + "辖": 22394, + "辱": 22395, + "鎭": 22396, + "閾": 22397, + "闽": 22398, + "阔": 22399, + "隴": 22400, + "韵": 22401, + "驛": 22402, + "驶": 22403, + "黔": 22404, + "ꯨ": 22405, + "긍": 22406, + "끈": 22407, + "뇌": 22408, + "닌": 22409, + "믿": 22410, + "빅": 22411, + "잇": 22412, + "짐": 22413, + "첩": 22414, + "튜": 22415, + "틸": 22416, + "펙": 22417, + "픈": 22418, + "핀": 22419, + "흐": 22420, + "힘": 22421, + "": 22422, + "": 22423, + "": 22424, + "": 22425, + "": 22426, + "": 22427, + "": 22428, + "": 22429, + "": 22430, + "": 22431, + "": 22432, + "": 22433, + "𐤊": 22434, + "🇻": 22435, + "🌋": 22436, + "🍎": 22437, + "🍕": 22438, + "🍦": 22439, + "🍵": 22440, + "🎊": 22441, + "🏁": 22442, + "🏊": 22443, + "🏛": 22444, + "🐇": 22445, + "🐘": 22446, + "🐦": 22447, + "👰": 22448, + "💁": 22449, + "💲": 22450, + "💵": 22451, + "📊": 22452, + "🔎": 22453, + "🔷": 22454, + "🗯": 22455, + "😠": 22456, + "🚌": 22457, + "🚴": 22458, + "🤢": 22459, + "🥉": 22460, + "🥊": 22461, + "🦊": 22462, + "🧙": 22463, + "Ʊ": 22464, + "ȯ": 22465, + "͌": 22466, + "͢": 22467, + "Ҫ": 22468, + "ҫ": 22469, + "Ӕ": 22470, + "՞": 22471, + "֜": 22472, + "֨": 22473, + "ڌ": 22474, + "ڬ": 22475, + "۩": 22476, + "ܛ": 22477, + "ޖ": 22478, + "ޫ": 22479, + "ߞ": 22480, + "ਈ": 22481, + "ૃ": 22482, + "ଣ": 22483, + "ୟ": 22484, + "ఆ": 22485, + "ఉ": 22486, + "థ": 22487, + "ృ": 22488, + "ಖ": 22489, + "ೃ": 22490, + "ഫ": 22491, + "ඕ": 22492, + "ฏ": 22493, + "ฯ": 22494, + "๖": 22495, + "ཉ": 22496, + "ᄀ": 22497, + "ኳ": 22498, + "ፅ": 22499, + "Ꮅ": 22500, + "ᒥ": 22501, + "ᓐ": 22502, + "ឋ": 22503, + "ឌ": 22504, + "Ṯ": 22505, + "ẗ": 22506, + "ᾰ": 22507, + "": 22508, + "℟": 22509, + "↲": 22510, + "⌛": 22511, + "⍵": 22512, + "⏭": 22513, + "┛": 22514, + "╝": 22515, + "▂": 22516, + "◂": 22517, + "☪": 22518, + "⚈": 22519, + "⚜": 22520, + "⛔": 22521, + "➚": 22522, + "⬤": 22523, + "ⲏ": 22524, + "ⲕ": 22525, + "ⲱ": 22526, + "ⵡ": 22527, + "亀": 22528, + "伞": 22529, + "倪": 22530, + "僅": 22531, + "僵": 22532, + "冶": 22533, + "剁": 22534, + "剥": 22535, + "叛": 22536, + "咒": 22537, + "唄": 22538, + "啤": 22539, + "嘎": 22540, + "堤": 22541, + "堯": 22542, + "墊": 22543, + "姉": 22544, + "孚": 22545, + "宵": 22546, + "屑": 22547, + "峯": 22548, + "峻": 22549, + "庞": 22550, + "廬": 22551, + "彙": 22552, + "悄": 22553, + "憐": 22554, + "懶": 22555, + "戊": 22556, + "扔": 22557, + "捲": 22558, + "摔": 22559, + "擺": 22560, + "攀": 22561, + "敲": 22562, + "斑": 22563, + "暉": 22564, + "柜": 22565, + "歇": 22566, + "氖": 22567, + "氦": 22568, + "汰": 22569, + "汲": 22570, + "汾": 22571, + "渍": 22572, + "滇": 22573, + "漁": 22574, + "潞": 22575, + "炉": 22576, + "焰": 22577, + "爺": 22578, + "狸": 22579, + "瘤": 22580, + "皖": 22581, + "瞿": 22582, + "矮": 22583, + "硫": 22584, + "禧": 22585, + "窑": 22586, + "籠": 22587, + "糧": 22588, + "紗": 22589, + "縛": 22590, + "繪": 22591, + "绸": 22592, + "耆": 22593, + "聡": 22594, + "肇": 22595, + "肴": 22596, + "脣": 22597, + "臥": 22598, + "艳": 22599, + "芯": 22600, + "荃": 22601, + "萊": 22602, + "蓄": 22603, + "蟹": 22604, + "裘": 22605, + "詐": 22606, + "誓": 22607, + "諮": 22608, + "贯": 22609, + "赢": 22610, + "赣": 22611, + "辟": 22612, + "辻": 22613, + "逍": 22614, + "邢": 22615, + "鉢": 22616, + "錬": 22617, + "鎌": 22618, + "铭": 22619, + "锚": 22620, + "閭": 22621, + "陂": 22622, + "隅": 22623, + "雇": 22624, + "韜": 22625, + "颖": 22626, + "飄": 22627, + "飘": 22628, + "麿": 22629, + "齒": 22630, + "괴": 22631, + "깊": 22632, + "녁": 22633, + "녹": 22634, + "덴": 22635, + "땅": 22636, + "떻": 22637, + "맛": 22638, + "뭐": 22639, + "삽": 22640, + "섹": 22641, + "앤": 22642, + "엇": 22643, + "캡": 22644, + "흑": 22645, + "": 22646, + "": 22647, + "": 22648, + "": 22649, + "": 22650, + "": 22651, + "": 22652, + "": 22653, + "": 22654, + "": 22655, + "": 22656, + "": 22657, + "": 22658, + "": 22659, + "": 22660, + "": 22661, + "𐌹": 22662, + "🌛": 22663, + "🌞": 22664, + "🌾": 22665, + "🍂": 22666, + "🍑": 22667, + "🍝": 22668, + "🎞": 22669, + "🎾": 22670, + "🏉": 22671, + "🐻": 22672, + "💆": 22673, + "💌": 22674, + "💿": 22675, + "📜": 22676, + "📡": 22677, + "🔧": 22678, + "🔫": 22679, + "🗨": 22680, + "😰": 22681, + "😻": 22682, + "🙅": 22683, + "🚣": 22684, + "🤑": 22685, + "🤤": 22686, + "🧘": 22687, + "Ũ": 22688, + "ƕ": 22689, + "ǜ": 22690, + "Ǵ": 22691, + "ȇ": 22692, + "Ȗ": 22693, + "ȵ": 22694, + "ɞ": 22695, + "̢": 22696, + "͑": 22697, + "ͧ": 22698, + "ϧ": 22699, + "Ѣ": 22700, + "ӱ": 22701, + "Ֆ": 22702, + "֤": 22703, + "ׇ": 22704, + "څ": 22705, + "ډ": 22706, + "ڙ": 22707, + "ގ": 22708, + "ਥ": 22709, + "ૂ": 22710, + "ଂ": 22711, + "ଇ": 22712, + "ஓ": 22713, + "ಘ": 22714, + "ഖ": 22715, + "ཇ": 22716, + "Ⴋ": 22717, + "ቴ": 22718, + "ፕ": 22719, + "Ꭴ": 22720, + "Ꮇ": 22721, + "ᑭ": 22722, + "ឡ": 22723, + "ᠢ": 22724, + "ᠤ": 22725, + "ᴘ": 22726, + "ᴠ": 22727, + "᷈": 22728, + "Ṅ": 22729, + "Ṗ": 22730, + "ṡ": 22731, + "Ữ": 22732, + "": 22733, + "⅄": 22734, + "↽": 22735, + "≒": 22736, + "≟": 22737, + "≢": 22738, + "⋊": 22739, + "⎬": 22740, + "╢": 22741, + "♾": 22742, + "♿": 22743, + "❉": 22744, + "➛": 22745, + "➟": 22746, + "⤏": 22747, + "⦰": 22748, + "⪯": 22749, + "ⴳ": 22750, + "ⵖ": 22751, + "ぺ": 22752, + "ヰ": 22753, + "丟": 22754, + "丨": 22755, + "仆": 22756, + "傍": 22757, + "僑": 22758, + "劣": 22759, + "吩": 22760, + "啸": 22761, + "喀": 22762, + "奠": 22763, + "娥": 22764, + "屠": 22765, + "屿": 22766, + "峨": 22767, + "嶽": 22768, + "巖": 22769, + "弼": 22770, + "慨": 22771, + "扁": 22772, + "抚": 22773, + "拐": 22774, + "捧": 22775, + "敌": 22776, + "晕": 22777, + "曦": 22778, + "枫": 22779, + "桁": 22780, + "桩": 22781, + "梭": 22782, + "椿": 22783, + "楔": 22784, + "楞": 22785, + "樵": 22786, + "欺": 22787, + "歪": 22788, + "殻": 22789, + "沁": 22790, + "沂": 22791, + "沛": 22792, + "浚": 22793, + "潟": 22794, + "濕": 22795, + "煸": 22796, + "牡": 22797, + "猎": 22798, + "珂": 22799, + "疼": 22800, + "眶": 22801, + "眸": 22802, + "睦": 22803, + "矛": 22804, + "磯": 22805, + "祚": 22806, + "禎": 22807, + "禦": 22808, + "穀": 22809, + "笹": 22810, + "篆": 22811, + "粟": 22812, + "糟": 22813, + "绣": 22814, + "肋": 22815, + "胀": 22816, + "胗": 22817, + "芙": 22818, + "菌": 22819, + "蕃": 22820, + "薫": 22821, + "蜊": 22822, + "蝦": 22823, + "螢": 22824, + "袍": 22825, + "諫": 22826, + "豈": 22827, + "遙": 22828, + "邨": 22829, + "郊": 22830, + "酉": 22831, + "酬": 22832, + "醬": 22833, + "铸": 22834, + "閻": 22835, + "闵": 22836, + "陝": 22837, + "鞍": 22838, + "鞠": 22839, + "頌": 22840, + "饒": 22841, + "骼": 22842, + "鬧": 22843, + "鬱": 22844, + "魄": 22845, + "鱿": 22846, + "麒": 22847, + "Ꞓ": 22848, + "ꯄ": 22849, + "ꯍ": 22850, + "ꯢ": 22851, + "갱": 22852, + "꼭": 22853, + "냥": 22854, + "둑": 22855, + "밥": 22856, + "밴": 22857, + "뿔": 22858, + "쉽": 22859, + "씬": 22860, + "앨": 22861, + "켓": 22862, + "쿼": 22863, + "팬": 22864, + "": 22865, + "": 22866, + "": 22867, + "": 22868, + "": 22869, + "": 22870, + "": 22871, + "": 22872, + "": 22873, + "": 22874, + "𐠚": 22875, + "𐤏": 22876, + "🅰": 22877, + "🌕": 22878, + "🌡": 22879, + "🌬": 22880, + "🌰": 22881, + "🍼": 22882, + "🏍": 22883, + "🏏": 22884, + "🏟": 22885, + "🏥": 22886, + "🏨": 22887, + "🐍": 22888, + "🐕": 22889, + "🐼": 22890, + "👂": 22891, + "👔": 22892, + "👪": 22893, + "👮": 22894, + "👶": 22895, + "👿": 22896, + "💅": 22897, + "💇": 22898, + "💊": 22899, + "📆": 22900, + "📋": 22901, + "📞": 22902, + "🔛": 22903, + "🕹": 22904, + "🖼": 22905, + "😫": 22906, + "🚒": 22907, + "🤨": 22908, + "🤫": 22909, + "🥺": 22910, + "🦃": 22911, + "🦄": 22912, + "🦋": 22913, + "🧀": 22914, + "🧚": 22915, + "🧞": 22916, + "󠁣": 22917, + "󠁬": 22918, + "󠁴": 22919, + "󠁷": 22920, + "Ĵ": 22921, + "Ƒ": 22922, + "Ɨ": 22923, + "ǘ": 22924, + "ǥ": 22925, + "Ǿ": 22926, + "ɘ": 22927, + "˃": 22928, + "˒": 22929, + "˨": 22930, + "˩": 22931, + "̒": 22932, + "͋": 22933, + "͠": 22934, + "ͦ": 22935, + "ͨ": 22936, + "ϫ": 22937, + "Ѳ": 22938, + "Ӱ": 22939, + "Ձ": 22940, + "֍": 22941, + "ؕ": 22942, + "ڻ": 22943, + "ହ": 22944, + "୦": 22945, + "୨": 22946, + "ఖ": 22947, + "ඊ": 22948, + "ฺ": 22949, + "๔": 22950, + "ཛ": 22951, + "ཨ": 22952, + "ྣ": 22953, + "ྩ": 22954, + "၈": 22955, + "Ⴊ": 22956, + "Ⴒ": 22957, + "Ⴕ": 22958, + "ᅠ": 22959, + "ሀ": 22960, + "ሬ": 22961, + "ቄ": 22962, + "ኅ": 22963, + "ኦ": 22964, + "ዙ": 22965, + "ጦ": 22966, + "Ꭻ": 22967, + "Ꮤ": 22968, + "Ꮧ": 22969, + "Ꮵ": 22970, + "ᐤ": 22971, + "ᓯ": 22972, + "ᖏ": 22973, + "ឈ": 22974, + "១": 22975, + "ᠮ": 22976, + "ᠯ": 22977, + "ᠳ": 22978, + "ḓ": 22979, + "ḕ": 22980, + "Ḣ": 22981, + "ṗ": 22982, + "Ẕ": 22983, + "Ἵ": 22984, + "ᾠ": 22985, + "ῤ": 22986, + "℣": 22987, + "∋": 22988, + "∟": 22989, + "∵": 22990, + "≔": 22991, + "⊄": 22992, + "⋗": 22993, + "⌂": 22994, + "▀": 22995, + "▰": 22996, + "☋": 22997, + "☖": 22998, + "⚛": 22999, + "⛪": 23000, + "❔": 23001, + "➾": 23002, + "ⴼ": 23003, + "ⵕ": 23004, + "〖": 23005, + "〽": 23006, + "伎": 23007, + "伶": 23008, + "侨": 23009, + "侶": 23010, + "俐": 23011, + "傘": 23012, + "僚": 23013, + "冉": 23014, + "剔": 23015, + "卵": 23016, + "叡": 23017, + "呉": 23018, + "呪": 23019, + "咳": 23020, + "喘": 23021, + "噴": 23022, + "坳": 23023, + "堕": 23024, + "墩": 23025, + "奋": 23026, + "妓": 23027, + "妨": 23028, + "尻": 23029, + "巢": 23030, + "帘": 23031, + "廁": 23032, + "恼": 23033, + "惱": 23034, + "愣": 23035, + "愷": 23036, + "慌": 23037, + "憤": 23038, + "懋": 23039, + "懐": 23040, + "戌": 23041, + "拂": 23042, + "搓": 23043, + "敕": 23044, + "敖": 23045, + "曇": 23046, + "曙": 23047, + "杣": 23048, + "枢": 23049, + "枯": 23050, + "桓": 23051, + "棲": 23052, + "樞": 23053, + "汴": 23054, + "沧": 23055, + "泪": 23056, + "泼": 23057, + "洽": 23058, + "浒": 23059, + "涤": 23060, + "淫": 23061, + "渊": 23062, + "滝": 23063, + "漳": 23064, + "潁": 23065, + "澹": 23066, + "瀑": 23067, + "熬": 23068, + "犀": 23069, + "狙": 23070, + "狠": 23071, + "獯": 23072, + "瑤": 23073, + "瑩": 23074, + "璇": 23075, + "畜": 23076, + "痴": 23077, + "皓": 23078, + "盜": 23079, + "眩": 23080, + "瞭": 23081, + "矣": 23082, + "磷": 23083, + "礙": 23084, + "祸": 23085, + "秤": 23086, + "笛": 23087, + "箇": 23088, + "籺": 23089, + "缉": 23090, + "缝": 23091, + "缴": 23092, + "罢": 23093, + "罵": 23094, + "翟": 23095, + "耦": 23096, + "耿": 23097, + "腱": 23098, + "臼": 23099, + "艷": 23100, + "芜": 23101, + "茉": 23102, + "茜": 23103, + "茹": 23104, + "荔": 23105, + "荻": 23106, + "蕩": 23107, + "裳": 23108, + "訶": 23109, + "諺": 23110, + "謨": 23111, + "讚": 23112, + "谜": 23113, + "貧": 23114, + "贞": 23115, + "趴": 23116, + "蹈": 23117, + "辯": 23118, + "遂": 23119, + "酥": 23120, + "酪": 23121, + "釜": 23122, + "鎧": 23123, + "钉": 23124, + "钩": 23125, + "锥": 23126, + "隸": 23127, + "颠": 23128, + "駕": 23129, + "驅": 23130, + "骸": 23131, + "鲍": 23132, + "鲤": 23133, + "鲸": 23134, + "鴉": 23135, + "鵬": 23136, + "齿": 23137, + "ꓘ": 23138, + "ꯊ": 23139, + "겹": 23140, + "굿": 23141, + "꼬": 23142, + "났": 23143, + "넓": 23144, + "늑": 23145, + "늬": 23146, + "닐": 23147, + "덜": 23148, + "듯": 23149, + "랫": 23150, + "렵": 23151, + "룸": 23152, + "릿": 23153, + "뱅": 23154, + "뿌": 23155, + "샤": 23156, + "숭": 23157, + "얘": 23158, + "왘": 23159, + "왼": 23160, + "줘": 23161, + "짝": 23162, + "짧": 23163, + "칙": 23164, + "큼": 23165, + "훨": 23166, + "": 23167, + "": 23168, + "": 23169, + "": 23170, + "": 23171, + "": 23172, + "": 23173, + "": 23174, + "": 23175, + "𐠀": 23176, + "𐠩": 23177, + "𐤃": 23178, + "𐤐": 23179, + "🌚": 23180, + "🌝": 23181, + "🍆": 23182, + "🍋": 23183, + "🍮": 23184, + "🎰": 23185, + "🏌": 23186, + "🏒": 23187, + "🏗": 23188, + "🏘": 23189, + "🏭": 23190, + "🐾": 23191, + "🐿": 23192, + "👟": 23193, + "👱": 23194, + "👷": 23195, + "💄": 23196, + "💤": 23197, + "💳": 23198, + "📁": 23199, + "📉": 23200, + "🔶": 23201, + "🕔": 23202, + "🖨": 23203, + "🗽": 23204, + "😗": 23205, + "😟": 23206, + "😣": 23207, + "😧": 23208, + "😸": 23209, + "🚗": 23210, + "🥁": 23211, + "🦁": 23212, + "🦸": 23213, + "🧛": 23214, + "🧵": 23215, + "Ĕ": 23216, + "Ƶ": 23217, + "Ʒ": 23218, + "Ƹ": 23219, + "ǿ": 23220, + "ȣ": 23221, + "ɮ": 23222, + "˄": 23223, + "˲": 23224, + "̏": 23225, + "̷": 23226, + "̸": 23227, + "̾": 23228, + "͐": 23229, + "͒": 23230, + "ͬ": 23231, + "ϸ": 23232, + "ӄ": 23233, + "ׄ": 23234, + "٦": 23235, + "ړ": 23236, + "ޔ": 23237, + "޹": 23238, + "ਏ": 23239, + "ਛ": 23240, + "ઓ": 23241, + "ઞ": 23242, + "ଜ": 23243, + "ଶ": 23244, + "ஃ": 23245, + "ஈ": 23246, + "ഓ": 23247, + "๘": 23248, + "ຣ": 23249, + "ဏ": 23250, + "၃": 23251, + "Ⴐ": 23252, + "ჲ": 23253, + "ᆞ": 23254, + "ኸ": 23255, + "ፓ": 23256, + "Ꮆ": 23257, + "Ꮳ": 23258, + "Ᏸ": 23259, + "Ᏹ": 23260, + "ᒡ": 23261, + "ᓲ": 23262, + "ᖃ": 23263, + "ᖶ": 23264, + "ᘖ": 23265, + "ᘘ": 23266, + "ឺ": 23267, + "ៀ": 23268, + "៛": 23269, + "ᵿ": 23270, + "ẞ": 23271, + "Ở": 23272, + "ἒ": 23273, + "ῠ": 23274, + "": 23275, + "₧": 23276, + "₲": 23277, + "₾": 23278, + "⃞": 23279, + "↧": 23280, + "⇋": 23281, + "≘": 23282, + "⍺": 23283, + "┓": 23284, + "╸": 23285, + "▦": 23286, + "⚬": 23287, + "⛈": 23288, + "❋": 23289, + "⬛": 23290, + "⮀": 23291, + "⮂": 23292, + "ⲗ": 23293, + "乏": 23294, + "侗": 23295, + "俺": 23296, + "倚": 23297, + "兮": 23298, + "剰": 23299, + "叻": 23300, + "吶": 23301, + "咱": 23302, + "哔": 23303, + "啪": 23304, + "喂": 23305, + "喧": 23306, + "喵": 23307, + "嘘": 23308, + "嘱": 23309, + "囚": 23310, + "墟": 23311, + "壺": 23312, + "奸": 23313, + "媳": 23314, + "嬉": 23315, + "孕": 23316, + "宠": 23317, + "寳": 23318, + "尬": 23319, + "屍": 23320, + "屹": 23321, + "崛": 23322, + "庐": 23323, + "彎": 23324, + "彤": 23325, + "彫": 23326, + "忧": 23327, + "恥": 23328, + "愧": 23329, + "慷": 23330, + "懇": 23331, + "戚": 23332, + "抒": 23333, + "拭": 23334, + "捶": 23335, + "搏": 23336, + "摂": 23337, + "撐": 23338, + "敎": 23339, + "斡": 23340, + "柚": 23341, + "榴": 23342, + "槟": 23343, + "樱": 23344, + "櫻": 23345, + "毗": 23346, + "毘": 23347, + "汐": 23348, + "沱": 23349, + "泗": 23350, + "浇": 23351, + "涪": 23352, + "淇": 23353, + "渗": 23354, + "渤": 23355, + "渥": 23356, + "渴": 23357, + "湊": 23358, + "滗": 23359, + "澎": 23360, + "濡": 23361, + "焊": 23362, + "焔": 23363, + "爐": 23364, + "獸": 23365, + "琬": 23366, + "瑾": 23367, + "疃": 23368, + "疱": 23369, + "盃": 23370, + "盎": 23371, + "眷": 23372, + "禺": 23373, + "禽": 23374, + "秊": 23375, + "穹": 23376, + "窩": 23377, + "竈": 23378, + "竊": 23379, + "笼": 23380, + "箔": 23381, + "籽": 23382, + "綫": 23383, + "締": 23384, + "纱": 23385, + "缸": 23386, + "羌": 23387, + "肆": 23388, + "肠": 23389, + "胖": 23390, + "脳": 23391, + "膳": 23392, + "臻": 23393, + "芊": 23394, + "茭": 23395, + "茵": 23396, + "莓": 23397, + "薔": 23398, + "蘿": 23399, + "虢": 23400, + "蛛": 23401, + "蝴": 23402, + "衢": 23403, + "衷": 23404, + "裤": 23405, + "褶": 23406, + "誼": 23407, + "諭": 23408, + "豉": 23409, + "貯": 23410, + "跋": 23411, + "跌": 23412, + "蹟": 23413, + "蹴": 23414, + "躁": 23415, + "郝": 23416, + "鄰": 23417, + "酶": 23418, + "鋪": 23419, + "鏗": 23420, + "鑒": 23421, + "闆": 23422, + "闖": 23423, + "霆": 23424, + "韭": 23425, + "餓": 23426, + "饪": 23427, + "饺": 23428, + "駱": 23429, + "騰": 23430, + "鴦": 23431, + "鵝": 23432, + "鷲": 23433, + "鹃": 23434, + "ꟷ": 23435, + "ꯏ": 23436, + "ꯟ": 23437, + "갓": 23438, + "갔": 23439, + "갤": 23440, + "끊": 23441, + "낌": 23442, + "냄": 23443, + "댄": 23444, + "댑": 23445, + "듬": 23446, + "쁘": 23447, + "슐": 23448, + "옴": 23449, + "젠": 23450, + "줌": 23451, + "찍": 23452, + "컵": 23453, + "퇴": 23454, + "펀": 23455, + "혔": 23456, + "힐": 23457, + "": 23458, + "": 23459, + "": 23460, + "": 23461, + "": 23462, + "": 23463, + "": 23464, + "": 23465, + "": 23466, + "": 23467, + "": 23468, + "": 23469, + "": 23470, + "": 23471, + "": 23472, + "": 23473, + "": 23474, + "": 23475, + "": 23476, + "": 23477, + "": 23478, + "": 23479, + "": 23480, + "𐠭": 23481, + "𐤇": 23482, + "🅾": 23483, + "🆕": 23484, + "🌙": 23485, + "🌭": 23486, + "🌼": 23487, + "🍒": 23488, + "🍓": 23489, + "🍩": 23490, + "🍪": 23491, + "🍬": 23492, + "🍰": 23493, + "🎗": 23494, + "🎡": 23495, + "🎫": 23496, + "🏇": 23497, + "🏖": 23498, + "🐌": 23499, + "🐒": 23500, + "🐜": 23501, + "🐪": 23502, + "🐰": 23503, + "👐": 23504, + "👖": 23505, + "👥": 23506, + "👳": 23507, + "💂": 23508, + "💭": 23509, + "🔐": 23510, + "🔝": 23511, + "🔨": 23512, + "🕉": 23513, + "🕎": 23514, + "🕑": 23515, + "🕷": 23516, + "🖋": 23517, + "😓": 23518, + "😪": 23519, + "🙊": 23520, + "🚇": 23521, + "🚢": 23522, + "🚺": 23523, + "🤟": 23524, + "🤴": 23525, + "🤹": 23526, + "🤾": 23527, + "🥘": 23528, + "🦌": 23529, + "🦍": 23530, + "🧖": 23531, + "🧗": 23532, + "🧜": 23533, + "Ĩ": 23534, + "Ŕ": 23535, + "Ɓ": 23536, + "Ƴ": 23537, + "ȍ": 23538, + "ȗ": 23539, + "ɶ": 23540, + "͆": 23541, + "͏": 23542, + "ͩ": 23543, + "ͼ": 23544, + "Ϙ": 23545, + "ϳ": 23546, + "ѫ": 23547, + "Ғ": 23548, + "ҝ": 23549, + "ҭ": 23550, + "Ұ": 23551, + "ӡ": 23552, + "ԏ": 23553, + "֏": 23554, + "ֳ": 23555, + "٪": 23556, + "ۍ": 23557, + "۟": 23558, + "ۤ": 23559, + "ܙ": 23560, + "ܰ": 23561, + "ܼ": 23562, + "ބ": 23563, + "ߣ": 23564, + "ॊ": 23565, + "॒": 23566, + "ਠ": 23567, + "ଙ": 23568, + "ଧ": 23569, + "ଷ": 23570, + "୩": 23571, + "ೌ": 23572, + "ඝ": 23573, + "ຟ": 23574, + "ໆ": 23575, + "ཙ": 23576, + "ཱ": 23577, + "ဥ": 23578, + "၍": 23579, + "Ⴃ": 23580, + "Ⴅ": 23581, + "Ⴎ": 23582, + "ᄅ": 23583, + "ᅲ": 23584, + "ሑ": 23585, + "ሔ": 23586, + "ቹ": 23587, + "ቿ": 23588, + "ኞ": 23589, + "ጂ": 23590, + "ፀ": 23591, + "Ꭷ": 23592, + "Ꭺ": 23593, + "Ꭽ": 23594, + "Ꭿ": 23595, + "Ꮜ": 23596, + "Ꮹ": 23597, + "ᐝ": 23598, + "ᖓ": 23599, + "ᜒ": 23600, + "៌": 23601, + "០": 23602, + "ᠩ": 23603, + "ᠷ": 23604, + "Ḧ": 23605, + "Ḷ": 23606, + "ṕ": 23607, + "Ẃ": 23608, + "Ẩ": 23609, + "Ờ": 23610, + "Ụ": 23611, + "Ἤ": 23612, + "Ὠ": 23613, + "‮": 23614, + "₭": 23615, + "℞": 23616, + "ↂ": 23617, + "↕": 23618, + "↯": 23619, + "⇊": 23620, + "⇾": 23621, + "⊑": 23622, + "⌚": 23623, + "⎧": 23624, + "⎩": 23625, + "⏪": 23626, + "⏱": 23627, + "┏": 23628, + "╚": 23629, + "╟": 23630, + "╠": 23631, + "╱": 23632, + "╲": 23633, + "╳": 23634, + "▆": 23635, + "▹": 23636, + "▿": 23637, + "☂": 23638, + "☚": 23639, + "☢": 23640, + "☩": 23641, + "☻": 23642, + "♁": 23643, + "♞": 23644, + "♨": 23645, + "⚑": 23646, + "⚗": 23647, + "⛅": 23648, + "⛑": 23649, + "⛰": 23650, + "⛹": 23651, + "✳": 23652, + "❐": 23653, + "❕": 23654, + "➠": 23655, + "⟹": 23656, + "⨯": 23657, + "ⴽ": 23658, + "〗": 23659, + "乍": 23660, + "仄": 23661, + "仗": 23662, + "侃": 23663, + "倶": 23664, + "偽": 23665, + "僖": 23666, + "兀": 23667, + "冕": 23668, + "冤": 23669, + "刁": 23670, + "刈": 23671, + "勅": 23672, + "勸": 23673, + "卉": 23674, + "卍": 23675, + "吁": 23676, + "吵": 23677, + "咀": 23678, + "咐": 23679, + "咯": 23680, + "哺": 23681, + "喃": 23682, + "喆": 23683, + "噶": 23684, + "嚼": 23685, + "垒": 23686, + "夔": 23687, + "妄": 23688, + "妥": 23689, + "嬢": 23690, + "孜": 23691, + "宕": 23692, + "宥": 23693, + "宸": 23694, + "尧": 23695, + "岚": 23696, + "崗": 23697, + "巌": 23698, + "庾": 23699, + "廿": 23700, + "恣": 23701, + "悩": 23702, + "惨": 23703, + "惰": 23704, + "扉": 23705, + "拘": 23706, + "挫": 23707, + "捻": 23708, + "掠": 23709, + "掲": 23710, + "擋": 23711, + "擒": 23712, + "擴": 23713, + "攘": 23714, + "攜": 23715, + "斉": 23716, + "昕": 23717, + "晖": 23718, + "晗": 23719, + "暁": 23720, + "暈": 23721, + "枋": 23722, + "枕": 23723, + "枸": 23724, + "栩": 23725, + "梵": 23726, + "樫": 23727, + "檐": 23728, + "檚": 23729, + "歙": 23730, + "殤": 23731, + "沾": 23732, + "涨": 23733, + "淺": 23734, + "渭": 23735, + "溯": 23736, + "漱": 23737, + "灘": 23738, + "炯": 23739, + "烃": 23740, + "烙": 23741, + "燁": 23742, + "牵": 23743, + "珀": 23744, + "璽": 23745, + "瓊": 23746, + "畔": 23747, + "皿": 23748, + "瞧": 23749, + "瞪": 23750, + "瞻": 23751, + "砷": 23752, + "硯": 23753, + "稻": 23754, + "窮": 23755, + "竇": 23756, + "竭": 23757, + "竿": 23758, + "筠": 23759, + "篠": 23760, + "篤": 23761, + "糠": 23762, + "絮": 23763, + "綸": 23764, + "縉": 23765, + "罷": 23766, + "羲": 23767, + "翘": 23768, + "脖": 23769, + "腻": 23770, + "芥": 23771, + "芭": 23772, + "芷": 23773, + "苟": 23774, + "茲": 23775, + "莞": 23776, + "蒿": 23777, + "蔻": 23778, + "蕙": 23779, + "蕨": 23780, + "蘆": 23781, + "蜘": 23782, + "蠢": 23783, + "覇": 23784, + "诀": 23785, + "诈": 23786, + "谊": 23787, + "谿": 23788, + "豁": 23789, + "賜": 23790, + "贮": 23791, + "赁": 23792, + "赶": 23793, + "趾": 23794, + "蹲": 23795, + "輩": 23796, + "遞": 23797, + "邏": 23798, + "邹": 23799, + "醤": 23800, + "鉅": 23801, + "鐸": 23802, + "鑽": 23803, + "钧": 23804, + "锯": 23805, + "隧": 23806, + "雋": 23807, + "霄": 23808, + "颇": 23809, + "饶": 23810, + "馍": 23811, + "駁": 23812, + "驰": 23813, + "髋": 23814, + "髪": 23815, + "鹽": 23816, + "黙": 23817, + "黛": 23818, + "괜": 23819, + "깍": 23820, + "깜": 23821, + "깨": 23822, + "꼴": 23823, + "꿔": 23824, + "냐": 23825, + "놈": 23826, + "늦": 23827, + "닉": 23828, + "덧": 23829, + "딸": 23830, + "똑": 23831, + "뚝": 23832, + "롱": 23833, + "멋": 23834, + "벳": 23835, + "뽕": 23836, + "섯": 23837, + "쇠": 23838, + "숲": 23839, + "쉼": 23840, + "옆": 23841, + "왈": 23842, + "웍": 23843, + "찮": 23844, + "팩": 23845, + "핵": 23846, + "혈": 23847, + "흔": 23848, + "": 23849, + "": 23850, + "": 23851, + "": 23852, + "": 23853, + "": 23854, + "": 23855, + "": 23856, + "": 23857, + "": 23858, + "": 23859, + "": 23860, + "": 23861, + "": 23862, + "": 23863, + "": 23864, + "": 23865, + "": 23866, + "": 23867, + "￾": 23868, + "𐠃": 23869, + "🃏": 23870, + "🌉": 23871, + "🌨": 23872, + "🌩": 23873, + "🌵": 23874, + "🌶": 23875, + "🍇": 23876, + "🍌": 23877, + "🍟": 23878, + "🍭": 23879, + "🍹": 23880, + "🎀": 23881, + "🎆": 23882, + "🏙": 23883, + "🏹": 23884, + "🐀": 23885, + "🐎": 23886, + "🐑": 23887, + "🐞": 23888, + "🐬": 23889, + "🐸": 23890, + "👄": 23891, + "👓": 23892, + "👠": 23893, + "👣": 23894, + "💑": 23895, + "📏": 23896, + "📔": 23897, + "📶": 23898, + "📻": 23899, + "📼": 23900, + "🔘": 23901, + "🔭": 23902, + "🕘": 23903, + "🖕": 23904, + "🗡": 23905, + "😌": 23906, + "😚": 23907, + "😺": 23908, + "🚑": 23909, + "🛒": 23910, + "🛣": 23911, + "🛫": 23912, + "🡆": 23913, + "🤸": 23914, + "🤽": 23915, + "🥈": 23916, + "🥶": 23917, + "🦗": 23918, + "🦯": 23919, + "🦹": 23920, + "🧠": 23921, + "􏰁": 23922, + "Ǒ": 23923, + "Ǻ": 23924, + "Ƚ": 23925, + "ɝ": 23926, + "ɰ": 23927, + "ɱ": 23928, + "ʄ": 23929, + "ʞ": 23930, + "˔": 23931, + "̿": 23932, + "ͪ": 23933, + "ϯ": 23934, + "Ѵ": 23935, + "҉": 23936, + "ҡ": 23937, + "ҥ": 23938, + "Ԝ": 23939, + "֪": 23940, + "ٓ": 23941, + "ٗ": 23942, + "٬": 23943, + "ٴ": 23944, + "ۂ": 23945, + "ۃ": 23946, + "ܸ": 23947, + "݂": 23948, + "ߊ": 23949, + "ऱ": 23950, + "॑": 23951, + "ਓ": 23952, + "ੌ": 23953, + "ઘ": 23954, + "ઝ": 23955, + "ଚ": 23956, + "ଟ": 23957, + "ୋ": 23958, + "ఇ": 23959, + "ఫ": 23960, + "ಈ": 23961, + "ಫ": 23962, + "೨": 23963, + "ൗ": 23964, + "ඛ": 23965, + "๏": 23966, + "๓": 23967, + "ཧ": 23968, + "ဓ": 23969, + "၊": 23970, + "Ⴌ": 23971, + "ሄ": 23972, + "ሒ": 23973, + "ሣ": 23974, + "ሯ": 23975, + "ዐ": 23976, + "ዬ": 23977, + "Ꮩ": 23978, + "ᐏ": 23979, + "ᐠ": 23980, + "ᓀ": 23981, + "ᓚ": 23982, + "ᓪ": 23983, + "ᕋ": 23984, + "ᕬ": 23985, + "៊": 23986, + "៧": 23987, + "ᠵ": 23988, + "ᠶ": 23989, + "ᴚ": 23990, + "ḯ": 23991, + "Ṁ": 23992, + "Ṿ": 23993, + "Ẁ": 23994, + "Ồ": 23995, + "Ự": 23996, + "Ỳ": 23997, + "Ὃ": 23998, + "Ὕ": 23999, + "Ὥ": 24000, + "ᾐ": 24001, + "ῗ": 24002, + "⃰": 24003, + "ↄ": 24004, + "⇤": 24005, + "⌠": 24006, + "⏯": 24007, + "⏲": 24008, + "␠": 24009, + "▢": 24010, + "▵": 24011, + "◍": 24012, + "◙": 24013, + "◡": 24014, + "◢": 24015, + "☙": 24016, + "⚧": 24017, + "⚶": 24018, + "⛵": 24019, + "✵": 24020, + "✻": 24021, + "➻": 24022, + "⫷": 24023, + "ⵄ": 24024, + "゙": 24025, + "ヂ": 24026, + "ヽ": 24027, + "ㄆ": 24028, + "㇆": 24029, + "䓪": 24030, + "丕": 24031, + "侈": 24032, + "俏": 24033, + "俟": 24034, + "俾": 24035, + "倦": 24036, + "偕": 24037, + "僊": 24038, + "儡": 24039, + "兌": 24040, + "兎": 24041, + "冨": 24042, + "冪": 24043, + "凑": 24044, + "凪": 24045, + "剞": 24046, + "剿": 24047, + "勲": 24048, + "勵": 24049, + "厥": 24050, + "叟": 24051, + "叮": 24052, + "咋": 24053, + "咏": 24054, + "咕": 24055, + "咗": 24056, + "哎": 24057, + "唇": 24058, + "喉": 24059, + "喱": 24060, + "嗅": 24061, + "嗨": 24062, + "嘅": 24063, + "嘲": 24064, + "噁": 24065, + "囉": 24066, + "囊": 24067, + "坟": 24068, + "堰": 24069, + "塌": 24070, + "壢": 24071, + "壶": 24072, + "姞": 24073, + "姦": 24074, + "姨": 24075, + "姩": 24076, + "婁": 24077, + "婊": 24078, + "尙": 24079, + "岬": 24080, + "峽": 24081, + "崑": 24082, + "嵬": 24083, + "巅": 24084, + "巽": 24085, + "帛": 24086, + "帜": 24087, + "廂": 24088, + "弐": 24089, + "悶": 24090, + "惇": 24091, + "惩": 24092, + "懲": 24093, + "拙": 24094, + "拝": 24095, + "捗": 24096, + "掀": 24097, + "揽": 24098, + "摺": 24099, + "摻": 24100, + "撥": 24101, + "撼": 24102, + "擠": 24103, + "旬": 24104, + "旱": 24105, + "晦": 24106, + "暨": 24107, + "柘": 24108, + "柬": 24109, + "栃": 24110, + "栢": 24111, + "梶": 24112, + "棵": 24113, + "椰": 24114, + "榆": 24115, + "榛": 24116, + "檜": 24117, + "櫛": 24118, + "欸": 24119, + "殼": 24120, + "毀": 24121, + "毯": 24122, + "氢": 24123, + "氬": 24124, + "汕": 24125, + "泓": 24126, + "泾": 24127, + "涅": 24128, + "涇": 24129, + "涩": 24130, + "淄": 24131, + "淬": 24132, + "渓": 24133, + "渝": 24134, + "湃": 24135, + "溺": 24136, + "溼": 24137, + "滄": 24138, + "滞": 24139, + "潼": 24140, + "灸": 24141, + "灼": 24142, + "灾": 24143, + "炜": 24144, + "焕": 24145, + "煥": 24146, + "熏": 24147, + "熹": 24148, + "熾": 24149, + "燙": 24150, + "燦": 24151, + "牺": 24152, + "犁": 24153, + "玮": 24154, + "珪": 24155, + "琅": 24156, + "疯": 24157, + "疵": 24158, + "癲": 24159, + "盪": 24160, + "盼": 24161, + "睇": 24162, + "睐": 24163, + "睜": 24164, + "瞳": 24165, + "硐": 24166, + "礻": 24167, + "祇": 24168, + "祉": 24169, + "祕": 24170, + "稔": 24171, + "竄": 24172, + "粧": 24173, + "絞": 24174, + "綰": 24175, + "縫": 24176, + "縱": 24177, + "缠": 24178, + "罡": 24179, + "羡": 24180, + "翊": 24181, + "耸": 24182, + "肿": 24183, + "胰": 24184, + "胺": 24185, + "脇": 24186, + "膨": 24187, + "臧": 24188, + "舆": 24189, + "苓": 24190, + "苻": 24191, + "荀": 24192, + "莘": 24193, + "蔓": 24194, + "蕴": 24195, + "藪": 24196, + "蚀": 24197, + "蜇": 24198, + "袈": 24199, + "裾": 24200, + "褒": 24201, + "褚": 24202, + "誥": 24203, + "諒": 24204, + "諷": 24205, + "诱": 24206, + "谣": 24207, + "賛": 24208, + "赭": 24209, + "趟": 24210, + "踐": 24211, + "踩": 24212, + "辩": 24213, + "邽": 24214, + "酵": 24215, + "醜": 24216, + "釗": 24217, + "鍘": 24218, + "闊": 24219, + "阀": 24220, + "隷": 24221, + "霹": 24222, + "顫": 24223, + "餵": 24224, + "饧": 24225, + "駝": 24226, + "騒": 24227, + "騷": 24228, + "驟": 24229, + "驳": 24230, + "骅": 24231, + "鯨": 24232, + "鸦": 24233, + "麴": 24234, + "龟": 24235, + "ꓬ": 24236, + "꧀": 24237, + "ꯉ": 24238, + "ꯝ": 24239, + "겸": 24240, + "곁": 24241, + "궤": 24242, + "꺼": 24243, + "꾼": 24244, + "낼": 24245, + "냈": 24246, + "넥": 24247, + "닙": 24248, + "덩": 24249, + "둠": 24250, + "듭": 24251, + "딱": 24252, + "렛": 24253, + "릅": 24254, + "멍": 24255, + "멸": 24256, + "몸": 24257, + "밑": 24258, + "벗": 24259, + "봇": 24260, + "샹": 24261, + "셜": 24262, + "싫": 24263, + "엑": 24264, + "엿": 24265, + "윈": 24266, + "융": 24267, + "잃": 24268, + "졌": 24269, + "짬": 24270, + "찌": 24271, + "촉": 24272, + "톡": 24273, + "툴": 24274, + "펼": 24275, + "헬": 24276, + "": 24277, + "": 24278, + "": 24279, + "": 24280, + "": 24281, + "": 24282, + "": 24283, + "": 24284, + "": 24285, + "": 24286, + "": 24287, + "": 24288, + "": 24289, + "": 24290, + "": 24291, + "": 24292, + "": 24293, + "": 24294, + "": 24295, + "": 24296, + "": 24297, + "": 24298, + "": 24299, + "": 24300, + "": 24301, + "": 24302, + "": 24303, + "": 24304, + "": 24305, + "": 24306, + "": 24307, + "": 24308, + "": 24309, + "": 24310, + "": 24311, + "": 24312, + "": 24313, + "": 24314, + "": 24315, + "": 24316, + "": 24317, + "𐀺": 24318, + "𐠊": 24319, + "𐤅": 24320, + "𐤎": 24321, + "𐭥": 24322, + "𒀯": 24323, + "🆙": 24324, + "🆚": 24325, + "🇼": 24326, + "🌘": 24327, + "🍄": 24328, + "🍍": 24329, + "🍗": 24330, + "🍯": 24331, + "🍴": 24332, + "🎢": 24333, + "🎣": 24334, + "🎲": 24335, + "🎻": 24336, + "🏎": 24337, + "🏦": 24338, + "🏺": 24339, + "🐈": 24340, + "🐊": 24341, + "🐓": 24342, + "🐙": 24343, + "🐟": 24344, + "🐩": 24345, + "🐭": 24346, + "👗": 24347, + "👙": 24348, + "👢": 24349, + "💘": 24350, + "💢": 24351, + "💦": 24352, + "��": 24353, + "📃": 24354, + "📒": 24355, + "🔃": 24356, + "🔓": 24357, + "🔮": 24358, + "🔰": 24359, + "🕋": 24360, + "🖍": 24361, + "🗑": 24362, + "🗝": 24363, + "😹": 24364, + "🙀": 24365, + "🙆": 24366, + "🚐": 24367, + "🚘": 24368, + "🚧": 24369, + "🚫": 24370, + "🚲": 24371, + "🚵": 24372, + "🛁": 24373, + "🛄": 24374, + "🛍": 24375, + "🛎": 24376, + "🛠": 24377, + "🛬": 24378, + "🤮": 24379, + "🤳": 24380, + "🥀": 24381, + "🥐": 24382, + "🥗": 24383, + "🥚": 24384, + "🥲": 24385, + "🧔": 24386, + "🧝": 24387, + "ƚ": 24388, + "ƭ": 24389, + "Ƿ": 24390, + "ǻ": 24391, + "ȉ": 24392, + "Ȏ": 24393, + "Ȧ": 24394, + "ȷ": 24395, + "Ʉ": 24396, + "ʡ": 24397, + "˅": 24398, + "˥": 24399, + "̛": 24400, + "ͫ": 24401, + "ͭ": 24402, + "Ͷ": 24403, + "ϗ": 24404, + "Ϝ": 24405, + "ϣ": 24406, + "Ң": 24407, + "Ҷ": 24408, + "ҹ": 24409, + "Ӯ": 24410, + "ԓ": 24411, + "֚": 24412, + "֛": 24413, + "֭": 24414, + "ٺ": 24415, + "ټ": 24416, + "ڢ": 24417, + "ۗ": 24418, + "ܿ": 24419, + "ށ": 24420, + "ޠ": 24421, + "ߌ": 24422, + "ࡀ": 24423, + "ॢ": 24424, + "ਐ": 24425, + "ଓ": 24426, + "ଭ": 24427, + "ௌ": 24428, + "ళ": 24429, + "೩": 24430, + "ഈ": 24431, + "ഠ": 24432, + "ඥ": 24433, + "ෆ": 24434, + "๗": 24435, + "๙": 24436, + "ဉ": 24437, + "၏": 24438, + "Ⴂ": 24439, + "Ⴇ": 24440, + "ᄂ": 24441, + "ᄆ": 24442, + "ᅡ": 24443, + "ᅬ": 24444, + "ᅱ": 24445, + "ሺ": 24446, + "ቷ": 24447, + "ዉ": 24448, + "ጌ": 24449, + "ጓ": 24450, + "ጢ": 24451, + "ጪ": 24452, + "Ꮞ": 24453, + "Ꮟ": 24454, + "Ᏻ": 24455, + "ᐱ": 24456, + "ᐸ": 24457, + "ᒋ": 24458, + "ᒐ": 24459, + "ᕆ": 24460, + "ᕒ": 24461, + "ᖚ": 24462, + "ᜃ": 24463, + "ឥ": 24464, + "ឧ": 24465, + "ឲ": 24466, + "ៈ": 24467, + "២": 24468, + "៩": 24469, + "᠎": 24470, + "ᠰ": 24471, + "ᥱ": 24472, + "ᱤ": 24473, + "ᶑ": 24474, + "Ḱ": 24475, + "ṍ": 24476, + "ṝ": 24477, + "Ṡ": 24478, + "ṽ": 24479, + "Ẽ": 24480, + "Ể": 24481, + "Ễ": 24482, + "Ử": 24483, + "Ἆ": 24484, + "ὣ": 24485, + "⁞": 24486, + "": 24487, + "₢": 24488, + "⅃": 24489, + "↹": 24490, + "⇜": 24491, + "⇪": 24492, + "∛": 24493, + "⊨": 24494, + "⋃": 24495, + "⋈": 24496, + "⌁": 24497, + "⌄": 24498, + "⌙": 24499, + "⎌": 24500, + "⎨": 24501, + "⏏": 24502, + "⏸": 24503, + "┳": 24504, + "╔": 24505, + "╹": 24506, + "▍": 24507, + "▨": 24508, + "▮": 24509, + "◈": 24510, + "◖": 24511, + "☗": 24512, + "☧": 24513, + "♙": 24514, + "♧": 24515, + "⚱": 24516, + "⛩": 24517, + "⛽": 24518, + "✆": 24519, + "❆": 24520, + "➪": 24521, + "➰": 24522, + "⟫": 24523, + "⟺": 24524, + "⨍": 24525, + "⬥": 24526, + "⭤": 24527, + "⮁": 24528, + "⮃": 24529, + "⯑": 24530, + "ⱡ": 24531, + "ⵃ": 24532, + "ⵇ": 24533, + "ⵛ": 24534, + "ⵟ": 24535, + "ゝ": 24536, + "ㄨ": 24537, + "乒": 24538, + "乓": 24539, + "亘": 24540, + "亩": 24541, + "佯": 24542, + "佰": 24543, + "侑": 24544, + "俣": 24545, + "俬": 24546, + "俳": 24547, + "倖": 24548, + "倮": 24549, + "偿": 24550, + "傢": 24551, + "傣": 24552, + "僻": 24553, + "儉": 24554, + "儖": 24555, + "兇": 24556, + "兢": 24557, + "凋": 24558, + "凍": 24559, + "刮": 24560, + "勐": 24561, + "匆": 24562, + "卽": 24563, + "厉": 24564, + "厌": 24565, + "叩": 24566, + "叭": 24567, + "呗": 24568, + "呜": 24569, + "呦": 24570, + "哼": 24571, + "喋": 24572, + "喚": 24573, + "喻": 24574, + "嗪": 24575, + "嘩": 24576, + "噪": 24577, + "圃": 24578, + "垓": 24579, + "垭": 24580, + "奚": 24581, + "奭": 24582, + "妊": 24583, + "妞": 24584, + "姝": 24585, + "娇": 24586, + "娑": 24587, + "娠": 24588, + "婢": 24589, + "嫔": 24590, + "嬴": 24591, + "孽": 24592, + "寰": 24593, + "尷": 24594, + "屉": 24595, + "屎": 24596, + "峠": 24597, + "巩": 24598, + "幗": 24599, + "廻": 24600, + "彗": 24601, + "恍": 24602, + "恺": 24603, + "愍": 24604, + "愕": 24605, + "愤": 24606, + "戍": 24607, + "戟": 24608, + "扛": 24609, + "拗": 24610, + "挟": 24611, + "挽": 24612, + "捅": 24613, + "擂": 24614, + "敘": 24615, + "敛": 24616, + "旷": 24617, + "昴": 24618, + "昼": 24619, + "晁": 24620, + "晩": 24621, + "曖": 24622, + "曳": 24623, + "曷": 24624, + "杲": 24625, + "枠": 24626, + "桢": 24627, + "棗": 24628, + "棘": 24629, + "楢": 24630, + "槐": 24631, + "樁": 24632, + "樋": 24633, + "樑": 24634, + "樟": 24635, + "檻": 24636, + "毋": 24637, + "汎": 24638, + "沅": 24639, + "沌": 24640, + "洙": 24641, + "洼": 24642, + "涕": 24643, + "渉": 24644, + "渣": 24645, + "渦": 24646, + "渺": 24647, + "湜": 24648, + "滬": 24649, + "漾": 24650, + "潢": 24651, + "澧": 24652, + "濯": 24653, + "烘": 24654, + "烽": 24655, + "熄": 24656, + "犠": 24657, + "珮": 24658, + "琊": 24659, + "琮": 24660, + "瑣": 24661, + "瓠": 24662, + "瓤": 24663, + "畝": 24664, + "畿": 24665, + "疊": 24666, + "疚": 24667, + "瘾": 24668, + "癒": 24669, + "皎": 24670, + "皺": 24671, + "盂": 24672, + "眨": 24673, + "睫": 24674, + "矫": 24675, + "矶": 24676, + "砕": 24677, + "砚": 24678, + "碱": 24679, + "礌": 24680, + "稣": 24681, + "稷": 24682, + "穰": 24683, + "窪": 24684, + "窶": 24685, + "筵": 24686, + "糙": 24687, + "絃": 24688, + "絳": 24689, + "絹": 24690, + "綏": 24691, + "綬": 24692, + "綴": 24693, + "緋": 24694, + "緝": 24695, + "繡": 24696, + "繩": 24697, + "纶": 24698, + "绅": 24699, + "缆": 24700, + "罚": 24701, + "翡": 24702, + "耍": 24703, + "耻": 24704, + "聂": 24705, + "聳": 24706, + "聴": 24707, + "聶": 24708, + "胁": 24709, + "胄": 24710, + "脯": 24711, + "膚": 24712, + "膛": 24713, + "艶": 24714, + "苾": 24715, + "茎": 24716, + "荏": 24717, + "荪": 24718, + "莒": 24719, + "菻": 24720, + "葦": 24721, + "葷": 24722, + "蓑": 24723, + "蓓": 24724, + "蓟": 24725, + "薯": 24726, + "藕": 24727, + "藜": 24728, + "蘄": 24729, + "蘋": 24730, + "蚕": 24731, + "蛍": 24732, + "衙": 24733, + "衿": 24734, + "袞": 24735, + "襟": 24736, + "襯": 24737, + "覓": 24738, + "詔": 24739, + "諦": 24740, + "謡": 24741, + "讃": 24742, + "诵": 24743, + "豢": 24744, + "贰": 24745, + "赓": 24746, + "赘": 24747, + "轢": 24748, + "轧": 24749, + "辐": 24750, + "迂": 24751, + "邁": 24752, + "邕": 24753, + "邯": 24754, + "鄴": 24755, + "酰": 24756, + "醍": 24757, + "釆": 24758, + "釘": 24759, + "釵": 24760, + "錠": 24761, + "鍏": 24762, + "钍": 24763, + "钼": 24764, + "铨": 24765, + "锣": 24766, + "镁": 24767, + "闫": 24768, + "闾": 24769, + "阐": 24770, + "阡": 24771, + "陇": 24772, + "陛": 24773, + "陞": 24774, + "隍": 24775, + "雒": 24776, + "霓": 24777, + "靺": 24778, + "靼": 24779, + "頰": 24780, + "駙": 24781, + "駛": 24782, + "驕": 24783, + "骏": 24784, + "骥": 24785, + "鮎": 24786, + "鱗": 24787, + "鳶": 24788, + "鴿": 24789, + "鵜": 24790, + "鷗": 24791, + "鹹": 24792, + "黏": 24793, + "龚": 24794, + "ꜜ": 24795, + "ꜱ": 24796, + "ꦶ": 24797, + "ꭥ": 24798, + "ꯀ": 24799, + "ꯁ": 24800, + "ꯈ": 24801, + "ꯜ": 24802, + "ꯦ": 24803, + "걱": 24804, + "곰": 24805, + "곽": 24806, + "괄": 24807, + "깐": 24808, + "뀐": 24809, + "닷": 24810, + "돕": 24811, + "듣": 24812, + "딘": 24813, + "똥": 24814, + "뚱": 24815, + "롬": 24816, + "륭": 24817, + "멈": 24818, + "몹": 24819, + "밭": 24820, + "벡": 24821, + "뷔": 24822, + "쁨": 24823, + "삐": 24824, + "샷": 24825, + "셨": 24826, + "쉐": 24827, + "쌓": 24828, + "썰": 24829, + "쓸": 24830, + "엠": 24831, + "옷": 24832, + "웠": 24833, + "잭": 24834, + "쥐": 24835, + "즌": 24836, + "짱": 24837, + "쳤": 24838, + "춰": 24839, + "콤": 24840, + "쾌": 24841, + "큐": 24842, + "큽": 24843, + "퉁": 24844, + "픔": 24845, + "횟": 24846, + "흘": 24847, + "흠": 24848, + "": 24849, + "": 24850, + "": 24851, + "": 24852, + "": 24853, + "": 24854, + "": 24855, + "": 24856, + "": 24857, + "": 24858, + "": 24859, + "": 24860, + "": 24861, + "": 24862, + "": 24863, + "": 24864, + "": 24865, + "": 24866, + "": 24867, + "": 24868, + "": 24869, + "": 24870, + "": 24871, + "": 24872, + "": 24873, + "": 24874, + "": 24875, + "": 24876, + "": 24877, + "": 24878, + "": 24879, + "": 24880, + "": 24881, + "": 24882, + "": 24883, + "": 24884, + "": 24885, + "": 24886, + "": 24887, + "": 24888, + "": 24889, + "": 24890, + "": 24891, + "": 24892, + "": 24893, + "": 24894, + "": 24895, + "": 24896, + "": 24897, + "": 24898, + "": 24899, + "": 24900, + "": 24901, + "": 24902, + "": 24903, + "𐌴": 24904, + "𐌺": 24905, + "𐍂": 24906, + "𐍃": 24907, + "𐎡": 24908, + "𐎢": 24909, + "𐎫": 24910, + "𐠙": 24911, + "𐠯": 24912, + "𐡋": 24913, + "𐩺": 24914, + "𐬀": 24915, + "𐭲": 24916, + "𒂗": 24917, + "𒃲": 24918, + "𒈾": 24919, + "𝋂": 24920, + "𞤢": 24921, + "🅴": 24922, + "🇶": 24923, + "🌃": 24924, + "🌅": 24925, + "🌠": 24926, + "🌥": 24927, + "🍜": 24928, + "🍫": 24929, + "🍽": 24930, + "🎇": 24931, + "🎐": 24932, + "🎛": 24933, + "🏂": 24934, + "🏪": 24935, + "🏷": 24936, + "🐂": 24937, + "🐄": 24938, + "🐗": 24939, + "🐚": 24940, + "🐤": 24941, + "👅": 24942, + "👕": 24943, + "👚": 24944, + "👞": 24945, + "👫": 24946, + "👭": 24947, + "💒": 24948, + "💟": 24949, + "💴": 24950, + "📐": 24951, + "📑": 24952, + "📓": 24953, + "📤": 24954, + "📥": 24955, + "📨": 24956, + "📫": 24957, + "📮": 24958, + "🔁": 24959, + "🔡": 24960, + "🔢": 24961, + "🔦": 24962, + "🔱": 24963, + "🔲": 24964, + "🔺": 24965, + "🕐": 24966, + "🕖": 24967, + "🕯": 24968, + "🕳": 24969, + "🕶": 24970, + "🕸": 24971, + "🗒": 24972, + "🗿": 24973, + "😽": 24974, + "😾": 24975, + "🚁": 24976, + "🚚": 24977, + "🚦": 24978, + "🛤": 24979, + "🛳": 24980, + "🛸": 24981, + "🟠": 24982, + "🤌": 24983, + "🤎": 24984, + "🤕": 24985, + "🤧": 24986, + "🤵": 24987, + "🤼": 24988, + "🥃": 24989, + "🥋": 24990, + "🥎": 24991, + "🥖": 24992, + "🥝": 24993, + "🥩": 24994, + "🦇": 24995, + "🦈": 24996, + "🦎": 24997, + "🦑": 24998, + "🦘": 24999, + "🧊": 25000, + "🧢": 25001, + "🩸": 25002, + "🪐": 25003, + "Ŗ": 25004, + "ƌ": 25005, + "Ɲ": 25006, + "ƣ": 25007, + "Ʀ": 25008, + "ƨ": 25009, + "Ʋ": 25010, + "ƶ": 25011, + "ǟ": 25012, + "ǯ": 25013, + "Ƕ": 25014, + "ȡ": 25015, + "Ȼ": 25016, + "Ʌ": 25017, + "ɠ": 25018, + "ɧ": 25019, + "ʖ": 25020, + "ʛ": 25021, + "ʠ": 25022, + "ʢ": 25023, + "˧": 25024, + "Ѡ": 25025, + "ѯ": 25026, + "җ": 25027, + "Ҭ": 25028, + "Ҽ": 25029, + "Ӈ": 25030, + "Ӓ": 25031, + "Ӣ": 25032, + "ӿ": 25033, + "Ԓ": 25034, + "Ԯ": 25035, + "՛": 25036, + "ױ": 25037, + "ځ": 25038, + "ڊ": 25039, + "ڼ": 25040, + "۞": 25041, + "܂": 25042, + "ܓ": 25043, + "ݣ": 25044, + "ޅ": 25045, + "ޯ": 25046, + "ऍ": 25047, + "॔": 25048, + "ঐ": 25049, + "੧": 25050, + "ઉ": 25051, + "ଅ": 25052, + "ଆ": 25053, + "ଏ": 25054, + "ଘ": 25055, + "ଝ": 25056, + "ୂ": 25057, + "ୱ": 25058, + "ೞ": 25059, + "೫": 25060, + "ഏ": 25061, + "ഘ": 25062, + "ඬ": 25063, + "ෞ": 25064, + "๐": 25065, + "༛": 25066, + "ྔ": 25067, + "ྙ": 25068, + "ྦ": 25069, + "࿊": 25070, + "။": 25071, + "ႈ": 25072, + "Ⴘ": 25073, + "Ⴞ": 25074, + "ჸ": 25075, + "ᄎ": 25076, + "ᄑ": 25077, + "ᄒ": 25078, + "ᅢ": 25079, + "ᅮ": 25080, + "ሂ": 25081, + "ሟ": 25082, + "ሶ": 25083, + "ቨ": 25084, + "ኀ": 25085, + "ኽ": 25086, + "ዞ": 25087, + "ጁ": 25088, + "ጹ": 25089, + "ፁ": 25090, + "ፉ": 25091, + "ፌ": 25092, + "ፒ": 25093, + "፩": 25094, + "Ꭱ": 25095, + "Ꮄ": 25096, + "Ꮌ": 25097, + "Ꮐ": 25098, + "Ꮑ": 25099, + "Ꮓ": 25100, + "Ꮡ": 25101, + "Ꮲ": 25102, + "Ꮻ": 25103, + "Ꮼ": 25104, + "Ꮿ": 25105, + "ᐋ": 25106, + "ᐍ": 25107, + "ᓈ": 25108, + "ᓾ": 25109, + "ᔚ": 25110, + "ᕕ": 25111, + "ᕙ": 25112, + "ᕱ": 25113, + "ᖉ": 25114, + "ᖊ": 25115, + "ᖗ": 25116, + "ᗩ": 25117, + "ᘙ": 25118, + "ᜓ": 25119, + "ឬ": 25120, + "ឱ": 25121, + "ៗ": 25122, + "៥": 25123, + "ᠲ": 25124, + "ᡝ": 25125, + "ᡳ": 25126, + "ᨾ": 25127, + "᮪": 25128, + "ᵽ": 25129, + "Ḑ": 25130, + "ḹ": 25131, + "Ṇ": 25132, + "Ṫ": 25133, + "ẁ": 25134, + "Ẇ": 25135, + "ẇ": 25136, + "ẍ": 25137, + "Ầ": 25138, + "Ẫ": 25139, + "Ắ": 25140, + "Ẵ": 25141, + "Ẻ": 25142, + "Ỏ": 25143, + "Ợ": 25144, + "Ỹ": 25145, + "ἲ": 25146, + "Ὤ": 25147, + "ᾄ": 25148, + "ᾕ": 25149, + "ῐ": 25150, + "ῧ": 25151, + "‵": 25152, + "⁊": 25153, + "↣": 25154, + "↱": 25155, + "⇃": 25156, + "⇖": 25157, + "⇦": 25158, + "⇽": 25159, + "∸": 25160, + "≺": 25161, + "≻": 25162, + "⊔": 25163, + "⊹": 25164, + "⌒": 25165, + "⌧": 25166, + "⍨": 25167, + "⎼": 25168, + "⏬": 25169, + "┣": 25170, + "╋": 25171, + "╒": 25172, + "▓": 25173, + "▔": 25174, + "◐": 25175, + "◔": 25176, + "☤": 25177, + "☦": 25178, + "☷": 25179, + "♆": 25180, + "♟": 25181, + "♤": 25182, + "⚰": 25183, + "⛏": 25184, + "⛴": 25185, + "⛷": 25186, + "❚": 25187, + "❛": 25188, + "❦": 25189, + "❰": 25190, + "❱": 25191, + "➂": 25192, + "➊": 25193, + "➋": 25194, + "➙": 25195, + "➦": 25196, + "➳": 25197, + "⟱": 25198, + "⟴": 25199, + "⧼": 25200, + "⧽": 25201, + "⫸": 25202, + "⬩": 25203, + "ⱱ": 25204, + "Ⲁ": 25205, + "Ⲕ": 25206, + "ⴹ": 25207, + "ⵊ": 25208, + "⿰": 25209, + "ぢ": 25210, + "ヮ": 25211, + "ヱ": 25212, + "ㄅ": 25213, + "ㄇ": 25214, + "ㄌ": 25215, + "ㄒ": 25216, + "ㄧ": 25217, + "丶": 25218, + "乕": 25219, + "亳": 25220, + "佔": 25221, + "侬": 25222, + "侮": 25223, + "俵": 25224, + "倆": 25225, + "偃": 25226, + "儔": 25227, + "儘": 25228, + "儼": 25229, + "冇": 25230, + "冑": 25231, + "冼": 25232, + "凛": 25233, + "勛": 25234, + "勺": 25235, + "匝": 25236, + "卐": 25237, + "卞": 25238, + "厲": 25239, + "叁": 25240, + "吼": 25241, + "呸": 25242, + "咁": 25243, + "咄": 25244, + "咽": 25245, + "哑": 25246, + "哮": 25247, + "啾": 25248, + "嗔": 25249, + "嘈": 25250, + "嘖": 25251, + "嘢": 25252, + "嘻": 25253, + "嚣": 25254, + "嚷": 25255, + "囂": 25256, + "囍": 25257, + "圉": 25258, + "埤": 25259, + "堵": 25260, + "壕": 25261, + "奐": 25262, + "妆": 25263, + "妝": 25264, + "娶": 25265, + "婧": 25266, + "嫂": 25267, + "嫣": 25268, + "嫦": 25269, + "嫻": 25270, + "寡": 25271, + "尓": 25272, + "峇": 25273, + "崮": 25274, + "帀": 25275, + "忿": 25276, + "怜": 25277, + "恬": 25278, + "悰": 25279, + "惕": 25280, + "惚": 25281, + "惧": 25282, + "惲": 25283, + "惶": 25284, + "惹": 25285, + "戯": 25286, + "扠": 25287, + "抎": 25288, + "拇": 25289, + "拏": 25290, + "拚": 25291, + "捌": 25292, + "捍": 25293, + "掏": 25294, + "掺": 25295, + "揆": 25296, + "摊": 25297, + "撬": 25298, + "擀": 25299, + "擅": 25300, + "攬": 25301, + "攸": 25302, + "斩": 25303, + "旻": 25304, + "昉": 25305, + "昱": 25306, + "晤": 25307, + "曠": 25308, + "柑": 25309, + "柵": 25310, + "桿": 25311, + "梟": 25312, + "棕": 25313, + "棣": 25314, + "棺": 25315, + "楕": 25316, + "楯": 25317, + "榨": 25318, + "榻": 25319, + "橱": 25320, + "檗": 25321, + "櫒": 25322, + "歹": 25323, + "歿": 25324, + "氨": 25325, + "氮": 25326, + "沐": 25327, + "沔": 25328, + "泮": 25329, + "洒": 25330, + "洮": 25331, + "涧": 25332, + "淒": 25333, + "淪": 25334, + "渟": 25335, + "湄": 25336, + "溅": 25337, + "溟": 25338, + "滙": 25339, + "漣": 25340, + "漬": 25341, + "漿": 25342, + "潇": 25343, + "潰": 25344, + "澀": 25345, + "澈": 25346, + "濂": 25347, + "濛": 25348, + "濠": 25349, + "濬": 25350, + "濾": 25351, + "瀧": 25352, + "瀹": 25353, + "瀾": 25354, + "灑": 25355, + "炬": 25356, + "烛": 25357, + "烩": 25358, + "焖": 25359, + "焚": 25360, + "煉": 25361, + "煊": 25362, + "煜": 25363, + "燮": 25364, + "爻": 25365, + "犍": 25366, + "獵": 25367, + "玟": 25368, + "珑": 25369, + "珺": 25370, + "琇": 25371, + "琨": 25372, + "瑄": 25373, + "瑨": 25374, + "璞": 25375, + "瓢": 25376, + "甌": 25377, + "甕": 25378, + "甩": 25379, + "畏": 25380, + "疎": 25381, + "痪": 25382, + "瘡": 25383, + "瘫": 25384, + "癖": 25385, + "癡": 25386, + "皋": 25387, + "盏": 25388, + "眺": 25389, + "矯": 25390, + "砍": 25391, + "砦": 25392, + "祢": 25393, + "秧": 25394, + "稼": 25395, + "稽": 25396, + "窃": 25397, + "窯": 25398, + "窺": 25399, + "笆": 25400, + "笈": 25401, + "筍": 25402, + "筧": 25403, + "筷": 25404, + "篷": 25405, + "籃": 25406, + "籬": 25407, + "糜": 25408, + "糯": 25409, + "紡": 25410, + "紳": 25411, + "繋": 25412, + "繹": 25413, + "繽": 25414, + "纏": 25415, + "绒": 25416, + "绥": 25417, + "绮": 25418, + "绰": 25419, + "缎": 25420, + "罣": 25421, + "羆": 25422, + "羔": 25423, + "羹": 25424, + "胥": 25425, + "胭": 25426, + "腈": 25427, + "膺": 25428, + "臘": 25429, + "臚": 25430, + "舅": 25431, + "舔": 25432, + "舗": 25433, + "艮": 25434, + "芮": 25435, + "苇": 25436, + "苞": 25437, + "莆": 25438, + "莪": 25439, + "莹": 25440, + "莽": 25441, + "菴": 25442, + "葆": 25443, + "葫": 25444, + "葺": 25445, + "蒺": 25446, + "蔦": 25447, + "蔭": 25448, + "薙": 25449, + "蘊": 25450, + "虔": 25451, + "虜": 25452, + "蚝": 25453, + "蛎": 25454, + "蛾": 25455, + "蜑": 25456, + "蜻": 25457, + "蝉": 25458, + "衞": 25459, + "裟": 25460, + "褪": 25461, + "襬": 25462, + "訟": 25463, + "訣": 25464, + "訥": 25465, + "詭": 25466, + "諤": 25467, + "謊": 25468, + "讶": 25469, + "谌": 25470, + "谕": 25471, + "豚": 25472, + "貂": 25473, + "貪": 25474, + "貸": 25475, + "贛": 25476, + "贪": 25477, + "赦": 25478, + "踮": 25479, + "躯": 25480, + "軾": 25481, + "轄": 25482, + "轎": 25483, + "辮": 25484, + "迥": 25485, + "遐": 25486, + "遜": 25487, + "邇": 25488, + "邳": 25489, + "郢": 25490, + "郯": 25491, + "鄒": 25492, + "醐": 25493, + "醚": 25494, + "醺": 25495, + "鈧": 25496, + "鈺": 25497, + "鉉": 25498, + "鉤": 25499, + "銓": 25500, + "鋤": 25501, + "鑄": 25502, + "鑼": 25503, + "钊": 25504, + "钨": 25505, + "铎": 25506, + "锛": 25507, + "锟": 25508, + "锹": 25509, + "閑": 25510, + "闯": 25511, + "隈": 25512, + "靑": 25513, + "靚": 25514, + "靡": 25515, + "靳": 25516, + "鞨": 25517, + "頸": 25518, + "顛": 25519, + "顷": 25520, + "颐": 25521, + "颯": 25522, + "餌": 25523, + "饿": 25524, + "馗": 25525, + "馥": 25526, + "馭": 25527, + "騫": 25528, + "驯": 25529, + "驹": 25530, + "骚": 25531, + "鮭": 25532, + "鳌": 25533, + "鳜": 25534, + "鳩": 25535, + "鴛": 25536, + "鷺": 25537, + "鸢": 25538, + "鸯": 25539, + "鸳": 25540, + "鹭": 25541, + "麓": 25542, + "麽": 25543, + "齢": 25544, + "齣": 25545, + "Ꜥ": 25546, + "ꞩ": 25547, + "ꦩ": 25548, + "ꦸ": 25549, + "ꦺ": 25550, + "ꯌ": 25551, + "ꯎ": 25552, + "ꯧ": 25553, + "곧": 25554, + "곱": 25555, + "깝": 25556, + "끌": 25557, + "낚": 25558, + "냉": 25559, + "넛": 25560, + "늄": 25561, + "닭": 25562, + "덟": 25563, + "돋": 25564, + "돛": 25565, + "뒷": 25566, + "딧": 25567, + "땡": 25568, + "떡": 25569, + "랐": 25570, + "랴": 25571, + "륙": 25572, + "륜": 25573, + "맙": 25574, + "멤": 25575, + "멧": 25576, + "묻": 25577, + "믹": 25578, + "뱀": 25579, + "붉": 25580, + "빵": 25581, + "뻔": 25582, + "쌀": 25583, + "썬": 25584, + "앗": 25585, + "옛": 25586, + "옮": 25587, + "잉": 25588, + "잖": 25589, + "젓": 25590, + "졸": 25591, + "캘": 25592, + "캠": 25593, + "켰": 25594, + "퀀": 25595, + "퀸": 25596, + "킴": 25597, + "탬": 25598, + "텀": 25599, + "톨": 25600, + "팟": 25601, + "펫": 25602, + "펴": 25603, + "헨": 25604, + "훌": 25605, + "흄": 25606, + "흉": 25607, + "": 25608, + "": 25609, + "": 25610, + "": 25611, + "": 25612, + "": 25613, + "": 25614, + "": 25615, + "": 25616, + "": 25617, + "": 25618, + "": 25619, + "": 25620, + "": 25621, + "": 25622, + "": 25623, + "": 25624, + "": 25625, + "": 25626, + "": 25627, + "": 25628, + "": 25629, + "": 25630, + "": 25631, + "": 25632, + "": 25633, + "": 25634, + "": 25635, + "": 25636, + "": 25637, + "": 25638, + "": 25639, + "": 25640, + "": 25641, + "": 25642, + "": 25643, + "": 25644, + "": 25645, + "": 25646, + "": 25647, + "": 25648, + "": 25649, + "": 25650, + "": 25651, + "": 25652, + "": 25653, + "": 25654, + "": 25655, + "": 25656, + "": 25657, + "": 25658, + "": 25659, + "": 25660, + "": 25661, + "": 25662, + "": 25663, + "": 25664, + "": 25665, + "": 25666, + "": 25667, + "": 25668, + "": 25669, + "": 25670, + "": 25671, + "": 25672, + "": 25673, + "": 25674, + "": 25675, + "": 25676, + "": 25677, + "": 25678, + "": 25679, + "": 25680, + "": 25681, + "": 25682, + "": 25683, + "": 25684, + "": 25685, + "": 25686, + "": 25687, + "": 25688, + "": 25689, + "": 25690, + "": 25691, + "": 25692, + "𐎣": 25693, + "𐠁": 25694, + "𐠱": 25695, + "𐤄": 25696, + "𐤒": 25697, + "𐤖": 25698, + "𐩧": 25699, + "𐭠": 25700, + "𐱅": 25701, + "𑁋": 25702, + "𒊩": 25703, + "𝋃": 25704, + "𝋅": 25705, + "🅐": 25706, + "🅘": 25707, + "🅶": 25708, + "🅿": 25709, + "🆖": 25710, + "🌀": 25711, + "🌑": 25712, + "🌓": 25713, + "🌖": 25714, + "🌤": 25715, + "🌦": 25716, + "🌫": 25717, + "🌮": 25718, + "🌯": 25719, + "🍊": 25720, + "🍐": 25721, + "🍛": 25722, + "🍞": 25723, + "🍠": 25724, + "🍧": 25725, + "🎌": 25726, + "🎍": 25727, + "🎖": 25728, + "🎠": 25729, + "🎪": 25730, + "🎱": 25731, + "🎿": 25732, + "🏐": 25733, + "🏔": 25734, + "🏢": 25735, + "🏧": 25736, + "🏮": 25737, + "🏰": 25738, + "🏵": 25739, + "🏸": 25740, + "🐁": 25741, + "🐆": 25742, + "🐏": 25743, + "🐖": 25744, + "🐠": 25745, + "🐢": 25746, + "🐥": 25747, + "🐵": 25748, + "🐹": 25749, + "🐽": 25750, + "👆": 25751, + "👴": 25752, + "💺": 25753, + "💾": 25754, + "📙": 25755, + "📪": 25756, + "📬": 25757, + "📭": 25758, + "📯": 25759, + "📳": 25760, + "📴": 25761, + "📵": 25762, + "📿": 25763, + "🔄": 25764, + "🔈": 25765, + "🔉": 25766, + "🔜": 25767, + "🔣": 25768, + "🔪": 25769, + "🕕": 25770, + "🕚": 25771, + "🕟": 25772, + "🕡": 25773, + "🖇": 25774, + "🖱": 25775, + "🗂": 25776, + "🗄": 25777, + "🗜": 25778, + "🙉": 25779, + "🙍": 25780, + "🚂": 25781, + "🚅": 25782, + "🚕": 25783, + "🚜": 25784, + "🚪": 25785, + "🚹": 25786, + "🛋": 25787, + "🛐": 25788, + "🛰": 25789, + "🛵": 25790, + "🛶": 25791, + "🛷": 25792, + "🟥": 25793, + "🢂": 25794, + "🤚": 25795, + "🤰": 25796, + "🤲": 25797, + "🥅": 25798, + "🥟": 25799, + "🥤": 25800, + "🥥": 25801, + "🥦": 25802, + "🥨": 25803, + "🥴": 25804, + "🥵": 25805, + "🦆": 25806, + "🦐": 25807, + "🦣": 25808, + "🦾": 25809, + "🧎": 25810, + "🧒": 25811, + "🧥": 25812, + "🧦": 25813, + "🧪": 25814, + "🧰": 25815, + "🧸": 25816, + "🩺": 25817, + "🪶": 25818, + "𢜠": 25819, + "ƀ": 25820, + "ƃ": 25821, + "ƙ": 25822, + "Ƥ": 25823, + "ƹ": 25824, + "Ǎ": 25825, + "ǖ": 25826, + "Ǡ": 25827, + "Ȋ": 25828, + "Ȣ": 25829, + "Ȩ": 25830, + "Ȫ": 25831, + "ȫ": 25832, + "ɷ": 25833, + "ʚ": 25834, + "˂": 25835, + "˕": 25836, + "˖": 25837, + "˞": 25838, + "˦": 25839, + "ͻ": 25840, + "ϩ": 25841, + "Ϫ": 25842, + "Ϸ": 25843, + "ϻ": 25844, + "Ͽ": 25845, + "Ѐ": 25846, + "ѽ": 25847, + "ѿ": 25848, + "ҍ": 25849, + "ҙ": 25850, + "Ҡ": 25851, + "Ҥ": 25852, + "Ӄ": 25853, + "ӈ": 25854, + "ӊ": 25855, + "ӝ": 25856, + "ӟ": 25857, + "ӳ": 25858, + "׀": 25859, + "ٖ": 25860, + "ڀ": 25861, + "ږ": 25862, + "ۅ": 25863, + "۝": 25864, + "ۣ": 25865, + "ۭ": 25866, + "ܨ": 25867, + "ܶ": 25868, + "ޙ": 25869, + "ߦ": 25870, + "߫": 25871, + "߳": 25872, + "ॡ": 25873, + "ਝ": 25874, + "ਞ": 25875, + "੪": 25876, + "੯": 25877, + "ઇ": 25878, + "ૡ": 25879, + "ଉ": 25880, + "ଖ": 25881, + "ଛ": 25882, + "ଥ": 25883, + "ଫ": 25884, + "଼": 25885, + "ୃ": 25886, + "ୈ": 25887, + "ఈ": 25888, + "ౌ": 25889, + "ಓ": 25890, + "ಞ": 25891, + "೪": 25892, + "๛": 25893, + "໌": 25894, + "༧": 25895, + "ྭ": 25896, + "࿔": 25897, + "ဌ": 25898, + "ဍ": 25899, + "၄": 25900, + "၇": 25901, + "ႆ": 25902, + "ႇ": 25903, + "ႏ": 25904, + "Ⴉ": 25905, + "Ⴓ": 25906, + "Ⴔ": 25907, + "Ⴚ": 25908, + "Ⴜ": 25909, + "Ⴝ": 25910, + "Ⴢ": 25911, + "Ⴥ": 25912, + "ᄄ": 25913, + "ᅦ": 25914, + "ᅰ": 25915, + "ᅴ": 25916, + "ᅵ": 25917, + "ሦ": 25918, + "ሸ": 25919, + "ሹ": 25920, + "ሾ": 25921, + "ኙ": 25922, + "ኹ": 25923, + "ዔ": 25924, + "ዥ": 25925, + "ጻ": 25926, + "፪": 25927, + "፳": 25928, + "Ꭳ": 25929, + "Ꭸ": 25930, + "Ꮈ": 25931, + "Ꮏ": 25932, + "Ꮖ": 25933, + "Ꮗ": 25934, + "Ꮠ": 25935, + "Ꮯ": 25936, + "Ꮴ": 25937, + "Ꮺ": 25938, + "Ᏺ": 25939, + "Ᏼ": 25940, + "ᐁ": 25941, + "ᐎ": 25942, + "ᐞ": 25943, + "ᑫ": 25944, + "ᑳ": 25945, + "ᒣ": 25946, + "ᒧ": 25947, + "ᒼ": 25948, + "ᔨ": 25949, + "ᕗ": 25950, + "ᖆ": 25951, + "ᗪ": 25952, + "ᚌ": 25953, + "ᛦ": 25954, + "ᜈ": 25955, + "ᜊ": 25956, + "ᜌ": 25957, + "ឍ": 25958, + "ឿ": 25959, + "៏": 25960, + "ᠦ": 25961, + "ᠪ": 25962, + "ᡠ": 25963, + "ᣞ": 25964, + "ᤱ": 25965, + "ᨕ": 25966, + "᪻": 25967, + "ᮔ": 25968, + "ᱚ": 25969, + "ᱟ": 25970, + "ᴉ": 25971, + "ᵺ": 25972, + "Ḟ": 25973, + "ḟ": 25974, + "ḿ": 25975, + "Ṃ": 25976, + "Ṉ": 25977, + "ṥ": 25978, + "Ṽ": 25979, + "Ẅ": 25980, + "ẅ": 25981, + "Ẑ": 25982, + "ẘ": 25983, + "Ằ": 25984, + "Ỡ": 25985, + "Ỵ": 25986, + "Ἶ": 25987, + "Ὦ": 25988, + "ᾀ": 25989, + "ᾑ": 25990, + "ῒ": 25991, + "Ὶ": 25992, + "₠": 25993, + "⃛": 25994, + "℔": 25995, + "↛": 25996, + "↡": 25997, + "↺": 25998, + "⇁": 25999, + "⇂": 26000, + "⇈": 26001, + "⇘": 26002, + "⇙": 26003, + "⇣": 26004, + "∤": 26005, + "≯": 26006, + "⊞": 26007, + "⊰": 26008, + "⊿": 26009, + "⋀": 26010, + "⋙": 26011, + "⌵": 26012, + "⌿": 26013, + "⍝": 26014, + "⎈": 26015, + "⎫": 26016, + "⎭": 26017, + "⏀": 26018, + "⏞": 26019, + "⏫": 26020, + "⏮": 26021, + "┆": 26022, + "┇": 26023, + "┖": 26024, + "╬": 26025, + "▩": 26026, + "◞": 26027, + "◠": 26028, + "◣": 26029, + "☨": 26030, + "♇": 26031, + "♜": 26032, + "⛲": 26033, + "✷": 26034, + "❁": 26035, + "❂": 26036, + "❃": 26037, + "❊": 26038, + "❎": 26039, + "❷": 26040, + "❸": 26041, + "❹": 26042, + "➃": 26043, + "➗": 26044, + "➵": 26045, + "➿": 26046, + "⠇": 26047, + "⤍": 26048, + "⤕": 26049, + "⧝": 26050, + "⨁": 26051, + "⭑": 26052, + "⭒": 26053, + "⭠": 26054, + "⭨": 26055, + "⮑": 26056, + "⮚": 26057, + "⮞": 26058, + "ⱥ": 26059, + "ⲃ": 26060, + "ⲇ": 26061, + "ⲑ": 26062, + "Ⲛ": 26063, + "ⲝ": 26064, + "Ⲥ": 26065, + "Ⲭ": 26066, + "ⴲ": 26067, + "ⵀ": 26068, + "ⵗ": 26069, + "⸮": 26070, + "ゎ": 26071, + "ㄈ": 26072, + "ㄊ": 26073, + "ㄎ": 26074, + "ㄘ": 26075, + "ㄛ": 26076, + "ㄞ": 26077, + "㵋": 26078, + "䡲": 26079, + "丧": 26080, + "丼": 26081, + "乂": 26082, + "亶": 26083, + "伉": 26084, + "伫": 26085, + "佘": 26086, + "佟": 26087, + "佼": 26088, + "侏": 26089, + "俘": 26090, + "俭": 26091, + "倔": 26092, + "倘": 26093, + "傀": 26094, + "債": 26095, + "僮": 26096, + "僰": 26097, + "儞": 26098, + "儷": 26099, + "兖": 26100, + "兗": 26101, + "冴": 26102, + "凳": 26103, + "刹": 26104, + "剃": 26105, + "劝": 26106, + "劵": 26107, + "勱": 26108, + "匐": 26109, + "卅": 26110, + "厝": 26111, + "厢": 26112, + "叹": 26113, + "呃": 26114, + "呐": 26115, + "咆": 26116, + "咫": 26117, + "哇": 26118, + "哟": 26119, + "哽": 26120, + "唧": 26121, + "喫": 26122, + "嗆": 26123, + "嘀": 26124, + "嘟": 26125, + "嘶": 26126, + "嘿": 26127, + "噓": 26128, + "噢": 26129, + "囑": 26130, + "圏": 26131, + "圩": 26132, + "圻": 26133, + "垄": 26134, + "埴": 26135, + "墉": 26136, + "墮": 26137, + "墾": 26138, + "夥": 26139, + "姒": 26140, + "姻": 26141, + "嫖": 26142, + "嫚": 26143, + "嫫": 26144, + "嬬": 26145, + "嬰": 26146, + "孺": 26147, + "宍": 26148, + "宦": 26149, + "寔": 26150, + "峒": 26151, + "峭": 26152, + "峴": 26153, + "崧": 26154, + "弈": 26155, + "弋": 26156, + "弔": 26157, + "弩": 26158, + "彡": 26159, + "徧": 26160, + "徨": 26161, + "忱": 26162, + "恤": 26163, + "悌": 26164, + "悍": 26165, + "悖": 26166, + "悚": 26167, + "悯": 26168, + "愨": 26169, + "慵": 26170, + "憙": 26171, + "戛": 26172, + "戾": 26173, + "抣": 26174, + "抦": 26175, + "抰": 26176, + "抻": 26177, + "拣": 26178, + "挣": 26179, + "挨": 26180, + "掖": 26181, + "掙": 26182, + "揀": 26183, + "揺": 26184, + "搴": 26185, + "摧": 26186, + "摯": 26187, + "擷": 26188, + "斧": 26189, + "昶": 26190, + "晝": 26191, + "曄": 26192, + "曬": 26193, + "朐": 26194, + "朦": 26195, + "杈": 26196, + "杓": 26197, + "杠": 26198, + "柒": 26199, + "棧": 26200, + "楨": 26201, + "楫": 26202, + "楸": 26203, + "榭": 26204, + "槻": 26205, + "樸": 26206, + "櫥": 26207, + "欒": 26208, + "歓": 26209, + "歗": 26210, + "歼": 26211, + "殇": 26212, + "殉": 26213, + "氟": 26214, + "汊": 26215, + "泵": 26216, + "泻": 26217, + "洱": 26218, + "洸": 26219, + "浣": 26220, + "涓": 26221, + "涡": 26222, + "涮": 26223, + "淌": 26224, + "淹": 26225, + "渇": 26226, + "湟": 26227, + "湲": 26228, + "溧": 26229, + "滎": 26230, + "滯": 26231, + "滲": 26232, + "漉": 26233, + "濒": 26234, + "濫": 26235, + "瀋": 26236, + "瀚": 26237, + "瀟": 26238, + "瀨": 26239, + "灏": 26240, + "灶": 26241, + "烬": 26242, + "焱": 26243, + "煒": 26244, + "煲": 26245, + "煽": 26246, + "熠": 26247, + "燎": 26248, + "爨": 26249, + "犢": 26250, + "犧": 26251, + "狁": 26252, + "狡": 26253, + "猗": 26254, + "猙": 26255, + "猷": 26256, + "獰": 26257, + "玖": 26258, + "玥": 26259, + "玺": 26260, + "珉": 26261, + "珣": 26262, + "珩": 26263, + "瑕": 26264, + "璨": 26265, + "璩": 26266, + "璿": 26267, + "瓘": 26268, + "瓮": 26269, + "甑": 26270, + "畠": 26271, + "畲": 26272, + "畳": 26273, + "疇": 26274, + "疮": 26275, + "痊": 26276, + "痠": 26277, + "瘟": 26278, + "癱": 26279, + "皐": 26280, + "皱": 26281, + "睁": 26282, + "瞄": 26283, + "瞥": 26284, + "瞰": 26285, + "矗": 26286, + "砌": 26287, + "砜": 26288, + "砥": 26289, + "硝": 26290, + "碓": 26291, + "礦": 26292, + "礪": 26293, + "祓": 26294, + "祜": 26295, + "祟": 26296, + "禱": 26297, + "穌": 26298, + "窒": 26299, + "窘": 26300, + "竑": 26301, + "笃": 26302, + "筐": 26303, + "筝": 26304, + "筱": 26305, + "箍": 26306, + "箏": 26307, + "篦": 26308, + "篩": 26309, + "簇": 26310, + "簸": 26311, + "籐": 26312, + "糞": 26313, + "紓": 26314, + "紘": 26315, + "絜": 26316, + "絢": 26317, + "綽": 26318, + "緬": 26319, + "繆": 26320, + "繕": 26321, + "聒": 26322, + "肽": 26323, + "脅": 26324, + "脽": 26325, + "脾": 26326, + "腎": 26327, + "腫": 26328, + "臓": 26329, + "舐": 26330, + "舖": 26331, + "舘": 26332, + "舵": 26333, + "舷": 26334, + "艰": 26335, + "苛": 26336, + "苜": 26337, + "苣": 26338, + "茗": 26339, + "茼": 26340, + "荫": 26341, + "荼": 26342, + "菓": 26343, + "菸": 26344, + "萩": 26345, + "蓿": 26346, + "蔑": 26347, + "蔔": 26348, + "蔥": 26349, + "蕊": 26350, + "蕪": 26351, + "薊": 26352, + "薮": 26353, + "薹": 26354, + "藹": 26355, + "蚣": 26356, + "蚵": 26357, + "蛏": 26358, + "蛟": 26359, + "蜃": 26360, + "蜍": 26361, + "蜒": 26362, + "蝕": 26363, + "螯": 26364, + "蟾": 26365, + "蠔": 26366, + "衔": 26367, + "衮": 26368, + "衾": 26369, + "袙": 26370, + "袭": 26371, + "袴": 26372, + "褐": 26373, + "覲": 26374, + "觅": 26375, + "觐": 26376, + "詧": 26377, + "詮": 26378, + "誅": 26379, + "誦": 26380, + "誨": 26381, + "諧": 26382, + "譬": 26383, + "讷": 26384, + "讹": 26385, + "诃": 26386, + "谅": 26387, + "谧": 26388, + "貳": 26389, + "貽": 26390, + "賁": 26391, + "贏": 26392, + "贻": 26393, + "跂": 26394, + "踒": 26395, + "蹂": 26396, + "蹊": 26397, + "躡": 26398, + "軻": 26399, + "輦": 26400, + "轟": 26401, + "辈": 26402, + "辜": 26403, + "辿": 26404, + "迄": 26405, + "逮": 26406, + "逵": 26407, + "遁": 26408, + "遏": 26409, + "遡": 26410, + "邈": 26411, + "郏": 26412, + "郞": 26413, + "鄆": 26414, + "鄕": 26415, + "鄙": 26416, + "鄯": 26417, + "鄱": 26418, + "鄺": 26419, + "酔": 26420, + "酝": 26421, + "醪": 26422, + "釀": 26423, + "鈉": 26424, + "鉻": 26425, + "銮": 26426, + "銳": 26427, + "鋸": 26428, + "錐": 26429, + "錚": 26430, + "錶": 26431, + "鍊": 26432, + "鍮": 26433, + "鎔": 26434, + "鎗": 26435, + "鎬": 26436, + "鐡": 26437, + "鐨": 26438, + "鑠": 26439, + "鑾": 26440, + "铮": 26441, + "锈": 26442, + "閨": 26443, + "閼": 26444, + "闡": 26445, + "闢": 26446, + "闰": 26447, + "闸": 26448, + "陁": 26449, + "陡": 26450, + "隶": 26451, + "雉": 26452, + "雳": 26453, + "霎": 26454, + "靂": 26455, + "靴": 26456, + "鞆": 26457, + "韃": 26458, + "韬": 26459, + "頤": 26460, + "顥": 26461, + "飢": 26462, + "餃": 26463, + "饵": 26464, + "駭": 26465, + "驤": 26466, + "驪": 26467, + "髄": 26468, + "髓": 26469, + "鮑": 26470, + "鮨": 26471, + "鰐": 26472, + "鱔": 26473, + "鲻": 26474, + "鳞": 26475, + "鵰": 26476, + "鶏": 26477, + "鶯": 26478, + "鸠": 26479, + "鸾": 26480, + "鹵": 26481, + "黯": 26482, + "鼇": 26483, + "鼐": 26484, + "龔": 26485, + "ꙗ": 26486, + "Ꜣ": 26487, + "ꦁ": 26488, + "ꦏ": 26489, + "ꦝ": 26490, + "ꦤ": 26491, + "ꯑ": 26492, + "ꯖ": 26493, + "ꯛ": 26494, + "갯": 26495, + "걷": 26496, + "겪": 26497, + "깔": 26498, + "꺾": 26499, + "뀌": 26500, + "낯": 26501, + "눌": 26502, + "댐": 26503, + "듀": 26504, + "딜": 26505, + "딥": 26506, + "떴": 26507, + "뚜": 26508, + "뜨": 26509, + "랄": 26510, + "렐": 26511, + "렘": 26512, + "룽": 26513, + "뤄": 26514, + "맴": 26515, + "맷": 26516, + "묶": 26517, + "밟": 26518, + "볶": 26519, + "붕": 26520, + "븐": 26521, + "빗": 26522, + "빤": 26523, + "뽑": 26524, + "샌": 26525, + "섞": 26526, + "솥": 26527, + "쇰": 26528, + "쉘": 26529, + "슷": 26530, + "싼": 26531, + "썼": 26532, + "씀": 26533, + "얇": 26534, + "얹": 26535, + "엉": 26536, + "윗": 26537, + "잊": 26538, + "잤": 26539, + "찜": 26540, + "챔": 26541, + "캣": 26542, + "켄": 26543, + "탓": 26544, + "텝": 26545, + "톱": 26546, + "퐁": 26547, + "햇": 26548, + "헝": 26549, + "홉": 26550, + "훔": 26551, + "힙": 26552, + "": 26553, + "": 26554, + "": 26555, + "": 26556, + "": 26557, + "": 26558, + "": 26559, + "": 26560, + "": 26561, + "": 26562, + "": 26563, + "": 26564, + "": 26565, + "": 26566, + "": 26567, + "": 26568, + "": 26569, + "": 26570, + "": 26571, + "": 26572, + "": 26573, + "": 26574, + "": 26575, + "": 26576, + "": 26577, + "": 26578, + "": 26579, + "": 26580, + "": 26581, + "": 26582, + "": 26583, + "": 26584, + "": 26585, + "": 26586, + "": 26587, + "": 26588, + "": 26589, + "": 26590, + "": 26591, + "": 26592, + "": 26593, + "": 26594, + "": 26595, + "": 26596, + "": 26597, + "": 26598, + "": 26599, + "": 26600, + "": 26601, + "": 26602, + "": 26603, + "": 26604, + "": 26605, + "": 26606, + "": 26607, + "": 26608, + "": 26609, + "": 26610, + "": 26611, + "": 26612, + "": 26613, + "": 26614, + "": 26615, + "": 26616, + "": 26617, + "": 26618, + "": 26619, + "": 26620, + "": 26621, + "": 26622, + "": 26623, + "": 26624, + "": 26625, + "": 26626, + "": 26627, + "": 26628, + "": 26629, + "": 26630, + "": 26631, + "": 26632, + "": 26633, + "": 26634, + "": 26635, + "": 26636, + "": 26637, + "": 26638, + "": 26639, + "": 26640, + "": 26641, + "": 26642, + "": 26643, + "": 26644, + "": 26645, + "": 26646, + "": 26647, + "": 26648, + "": 26649, + "": 26650, + "": 26651, + "": 26652, + "": 26653, + "": 26654, + "": 26655, + "": 26656, + "": 26657, + "": 26658, + "": 26659, + "": 26660, + "": 26661, + "": 26662, + "": 26663, + "": 26664, + "": 26665, + "": 26666, + "": 26667, + "": 26668, + "": 26669, + "": 26670, + "": 26671, + "": 26672, + "": 26673, + "": 26674, + "": 26675, + "": 26676, + "": 26677, + "": 26678, + "": 26679, + "": 26680, + "": 26681, + "": 26682, + "": 26683, + "": 26684, + "": 26685, + "": 26686, + "": 26687, + "": 26688, + "": 26689, + "": 26690, + "": 26691, + "": 26692, + "": 26693, + "": 26694, + "": 26695, + "": 26696, + "": 26697, + "": 26698, + "": 26699, + "": 26700, + "": 26701, + "": 26702, + "": 26703, + "": 26704, + "": 26705, + "": 26706, + "": 26707, + "": 26708, + "": 26709, + "": 26710, + "": 26711, + "": 26712, + "": 26713, + "": 26714, + "": 26715, + "": 26716, + "": 26717, + "": 26718, + "": 26719, + "": 26720, + "": 26721, + "": 26722, + "": 26723, + "": 26724, + "": 26725, + "": 26726, + "": 26727, + "": 26728, + "": 26729, + "𐌳": 26730, + "𐎠": 26731, + "𐏁": 26732, + "𐠋": 26733, + "𐠍": 26734, + "𐠕": 26735, + "𐠝": 26736, + "𐠥": 26737, + "𐠮": 26738, + "𐡀": 26739, + "𐤂": 26740, + "𐩣": 26741, + "𐩨": 26742, + "𐩱": 26743, + "𐬎": 26744, + "𐭩": 26745, + "𐭬": 26746, + "𐭭": 26747, + "𐰤": 26748, + "𐰼": 26749, + "𑀢": 26750, + "𒆠": 26751, + "𒈹": 26752, + "𒌆": 26753, + "𒌓": 26754, + "𝋁": 26755, + "𝋆": 26756, + "𞤭": 26757, + "🀄": 26758, + "🄯": 26759, + "🅔": 26760, + "🅡": 26761, + "🅻": 26762, + "🆎": 26763, + "🆓": 26764, + "🆔": 26765, + "🆗": 26766, + "🆘": 26767, + "🌂": 26768, + "🌄": 26769, + "🌆": 26770, + "🌌": 26771, + "🌔": 26772, + "🌗": 26773, + "🌪": 26774, + "🍏": 26775, + "🍖": 26776, + "🍘": 26777, + "🍢": 26778, + "🍣": 26779, + "🍨": 26780, + "🍶": 26781, + "🎎": 26782, + "🎳": 26783, + "🎺": 26784, + "🏓": 26785, + "🏚": 26786, + "🏬": 26787, + "🐃": 26788, + "🐅": 26789, + "🐋": 26790, + "🐔": 26791, + "🐡": 26792, + "🐨": 26793, + "🐮": 26794, + "🐲": 26795, + "🐴": 26796, + "👃": 26797, + "👒": 26798, + "👛": 26799, + "👜": 26800, + "👺": 26801, + "👾": 26802, + "💏": 26803, + "💮": 26804, + "💶": 26805, + "💹": 26806, + "📀": 26807, + "📗": 26808, + "📘": 26809, + "📠": 26810, + "🔀": 26811, + "🔂": 26812, + "🔇": 26813, + "🔕": 26814, + "🔙": 26815, + "🔟": 26816, + "🔠": 26817, + "🔳": 26818, + "🔼": 26819, + "🔽": 26820, + "🕌": 26821, + "🕒": 26822, + "🕓": 26823, + "🕙": 26824, + "🕛": 26825, + "🕜": 26826, + "🕝": 26827, + "🕣": 26828, + "🕴": 26829, + "🖊": 26830, + "🖌": 26831, + "🖲": 26832, + "🗃": 26833, + "🗻": 26834, + "🗾": 26835, + "😙": 26836, + "😼": 26837, + "🙎": 26838, + "🚃": 26839, + "🚄": 26840, + "🚈": 26841, + "🚊": 26842, + "🚍": 26843, + "🚎": 26844, + "🚏": 26845, + "🚓": 26846, + "🚔": 26847, + "🚞": 26848, + "🚡": 26849, + "🚭": 26850, + "🚮": 26851, + "🚰": 26852, + "🚳": 26853, + "🚼": 26854, + "🚾": 26855, + "🛀": 26856, + "🛌": 26857, + "🛡": 26858, + "🛩": 26859, + "🛴": 26860, + "🛻": 26861, + "🛼": 26862, + "🜨": 26863, + "🟡": 26864, + "🟢": 26865, + "🟣": 26866, + "🟦": 26867, + "🢔": 26868, + "🤏": 26869, + "🤛": 26870, + "🤭": 26871, + "🤶": 26872, + "🥑": 26873, + "🥒": 26874, + "🥛": 26875, + "🥜": 26876, + "🥡": 26877, + "🥢": 26878, + "🥧": 26879, + "🥫": 26880, + "🥬": 26881, + "🥭": 26882, + "🥱": 26883, + "🥹": 26884, + "🥼": 26885, + "🥿": 26886, + "🦂": 26887, + "🦏": 26888, + "🦚": 26889, + "🦝": 26890, + "🦠": 26891, + "🦡": 26892, + "🦫": 26893, + "🦬": 26894, + "🦮": 26895, + "🦲": 26896, + "🦺": 26897, + "🦼": 26898, + "🦽": 26899, + "🧁": 26900, + "🧂": 26901, + "🧋": 26902, + "🧍": 26903, + "🧓": 26904, + "🧣": 26905, + "🧩": 26906, + "🧬": 26907, + "🧭": 26908, + "🧮": 26909, + "🩳": 26910, + "🩻": 26911, + "🪤": 26912, + "🫶": 26913, + "𢆥": 26914, + "􀂃": 26915, + "􏰀": 26916, + "􏰜": 26917, + "Ŵ": 26918, + "Ƈ": 26919, + "ƈ": 26920, + "Ƌ": 26921, + "Ƙ": 26922, + "Ɯ": 26923, + "Ƨ": 26924, + "Ʃ": 26925, + "ƫ": 26926, + "Ʈ": 26927, + "ƻ": 26928, + "Ǘ": 26929, + "Ǟ": 26930, + "Ǣ": 26931, + "Ȅ": 26932, + "Ȇ": 26933, + "Ȍ": 26934, + "ȓ": 26935, + "Ȯ": 26936, + "ȹ": 26937, + "ɂ": 26938, + "Ƀ": 26939, + "Ɇ": 26940, + "ɉ": 26941, + "Ɏ": 26942, + "ɺ": 26943, + "ɿ": 26944, + "ʦ": 26945, + "ˬ": 26946, + "˭": 26947, + "Ͱ": 26948, + "ͷ": 26949, + "΁": 26950, + "΃": 26951, + "Ϗ": 26952, + "ϙ": 26953, + "Ϛ": 26954, + "Ϡ": 26955, + "Ϭ": 26956, + "Ͻ": 26957, + "Ͼ": 26958, + "Ѧ": 26959, + "Ѩ": 26960, + "Ѫ": 26961, + "Ѱ": 26962, + "ѷ": 26963, + "Җ": 26964, + "ҟ": 26965, + "ҧ": 26966, + "Ӂ": 26967, + "ӂ": 26968, + "Ӊ": 26969, + "ӛ": 26970, + "Ӝ": 26971, + "Ӟ": 26972, + "ӥ": 26973, + "Ӭ": 26974, + "ӭ": 26975, + "Ӳ": 26976, + "Ԋ": 26977, + "ԋ": 26978, + "ԑ": 26979, + "Ԕ": 26980, + "ԕ": 26981, + "Ԗ": 26982, + "ԗ": 26983, + "Ԣ": 26984, + "ԣ": 26985, + "ԯ": 26986, + "֊": 26987, + "֎": 26988, + "֘": 26989, + "֝": 26990, + "؉": 26991, + "ؽ": 26992, + "ٕ": 26993, + "ٮ": 26994, + "ٻ": 26995, + "ڏ": 26996, + "ڨ": 26997, + "ڰ": 26998, + "ڳ": 26999, + "ڷ": 27000, + "ۏ": 27001, + "ۓ": 27002, + "ۘ": 27003, + "ۥ": 27004, + "۫": 27005, + "۽": 27006, + "ܹ": 27007, + "ܺ": 27008, + "ޏ": 27009, + "ޕ": 27010, + "ޢ": 27011, + "ߏ": 27012, + "ߐ": 27013, + "ߓ": 27014, + "ߘ": 27015, + "ߙ": 27016, + "ߵ": 27017, + "ॠ": 27018, + "ঋ": 27019, + "ਊ": 27020, + "੨": 27021, + "ઍ": 27022, + "ૈ": 27023, + "ૌ": 27024, + "ଁ": 27025, + "୪": 27026, + "ఏ": 27027, + "ఐ": 27028, + "ఒ": 27029, + "ఠ": 27030, + "ఴ": 27031, + "ಊ": 27032, + "ಏ": 27033, + "ಐ": 27034, + "ಔ": 27035, + "ಱ": 27036, + "ൺ": 27037, + "ඡ": 27038, + "ෛ": 27039, + "෴": 27040, + "ฌ": 27041, + "ຝ": 27042, + "༜": 27043, + "༡": 27044, + "༨": 27045, + "༺": 27046, + "༻": 27047, + "༼": 27048, + "༽": 27049, + "ཎ": 27050, + "ྕ": 27051, + "၅": 27052, + "၆": 27053, + "ၚ": 27054, + "ၸ": 27055, + "ၾ": 27056, + "ႁ": 27057, + "ႊ": 27058, + "Ⴁ": 27059, + "Ⴗ": 27060, + "ᄇ": 27061, + "ᅌ": 27062, + "ᅣ": 27063, + "ᅤ": 27064, + "ቈ": 27065, + "ቐ": 27066, + "ቑ": 27067, + "ቓ": 27068, + "ቪ": 27069, + "ቬ": 27070, + "ኋ": 27071, + "ኾ": 27072, + "ጐ": 27073, + "ጤ": 27074, + "ጩ": 27075, + "ጲ": 27076, + "፤": 27077, + "፫": 27078, + "፬": 27079, + "፯": 27080, + "Ꭼ": 27081, + "Ꮀ": 27082, + "Ꮂ": 27083, + "Ꮉ": 27084, + "Ꮊ": 27085, + "Ꮋ": 27086, + "Ꮙ": 27087, + "Ꮛ": 27088, + "Ꮥ": 27089, + "Ꮦ": 27090, + "Ꮪ": 27091, + "Ꮫ": 27092, + "Ꮰ": 27093, + "Ꮶ": 27094, + "Ꮷ": 27095, + "Ꮽ": 27096, + "Ᏽ": 27097, + "ᐌ": 27098, + "ᐗ": 27099, + "ᐚ": 27100, + "ᐡ": 27101, + "ᐯ": 27102, + "ᑌ": 27103, + "ᑏ": 27104, + "ᑖ": 27105, + "ᑗ": 27106, + "ᑮ": 27107, + "ᑯ": 27108, + "ᑾ": 27109, + "ᒍ": 27110, + "ᒑ": 27111, + "ᒫ": 27112, + "ᓘ": 27113, + "ᓱ": 27114, + "ᔑ": 27115, + "ᔿ": 27116, + "ᕀ": 27117, + "ᕃ": 27118, + "ᕝ": 27119, + "ᕞ": 27120, + "ᕻ": 27121, + "ᖕ": 27122, + "ᖽ": 27123, + "ᗅ": 27124, + "ᗸ": 27125, + "ᘛ": 27126, + "ᚇ": 27127, + "ᚘ": 27128, + "ᚢ": 27129, + "ᛃ": 27130, + "ᛕ": 27131, + "ᛟ": 27132, + "ᜉ": 27133, + "ᜐ": 27134, + "᜔": 27135, + "឵": 27136, + "៣": 27137, + "៨": 27138, + "ᠥ": 27139, + "ᠴ": 27140, + "ᡤ": 27141, + "ᡵ": 27142, + "ᤔ": 27143, + "ᤢ": 27144, + "ᩦ": 27145, + "ᩴ": 27146, + "᪽": 27147, + "ᮀ": 27148, + "ᮘ": 27149, + "ᮛ": 27150, + "ᮧ": 27151, + "᯲": 27152, + "ᱠ": 27153, + "ᳵ": 27154, + "ᴖ": 27155, + "ᴗ": 27156, + "ᴢ": 27157, + "ᵵ": 27158, + "ᶐ": 27159, + "ᶖ": 27160, + "᷅": 27161, + "᷎": 27162, + "ḁ": 27163, + "ḅ": 27164, + "Ḉ": 27165, + "ḉ": 27166, + "Ḗ": 27167, + "Ḙ": 27168, + "Ḝ": 27169, + "ḭ": 27170, + "Ṕ": 27171, + "Ṟ": 27172, + "ṹ": 27173, + "ṻ": 27174, + "Ẉ": 27175, + "ẉ": 27176, + "ẙ": 27177, + "Ẳ": 27178, + "Ặ": 27179, + "Ỗ": 27180, + "Ἢ": 27181, + "ᾅ": 27182, + "ᾆ": 27183, + "‸": 27184, + "⁀": 27185, + "⁋": 27186, + "⁑": 27187, + "₥": 27188, + "₰": 27189, + "₷": 27190, + "℮": 27191, + "⅌": 27192, + "↜": 27193, + "↞": 27194, + "↤": 27195, + "↬": 27196, + "↮": 27197, + "↶": 27198, + "↸": 27199, + "⇅": 27200, + "⇏": 27201, + "⇗": 27202, + "⇚": 27203, + "⇞": 27204, + "⇟": 27205, + "⇥": 27206, + "∜": 27207, + "∢": 27208, + "∲": 27209, + "∾": 27210, + "≁": 27211, + "≋": 27212, + "≍": 27213, + "≖": 27214, + "≙": 27215, + "≣": 27216, + "≬": 27217, + "⊊": 27218, + "⊧": 27219, + "⊭": 27220, + "⊲": 27221, + "⋁": 27222, + "⋭": 27223, + "⋰": 27224, + "⌑": 27225, + "⌣": 27226, + "⌨": 27227, + "⌫": 27228, + "⍪": 27229, + "⏹": 27230, + "⏺": 27231, + "␮": 27232, + "⑆": 27233, + "╤": 27234, + "▉": 27235, + "▊": 27236, + "▋": 27237, + "▎": 27238, + "▐": 27239, + "▕": 27240, + "◃": 27241, + "◅": 27242, + "◓": 27243, + "◜": 27244, + "◝": 27245, + "◟": 27246, + "◤": 27247, + "◪": 27248, + "☓": 27249, + "☡": 27250, + "☣": 27251, + "☫": 27252, + "☱": 27253, + "☳": 27254, + "☴": 27255, + "♚": 27256, + "♝": 27257, + "⚐": 27258, + "⚘": 27259, + "⚤": 27260, + "⚵": 27261, + "⛎": 27262, + "⛱": 27263, + "⛸": 27264, + "⛺": 27265, + "✑": 27266, + "✞": 27267, + "✹": 27268, + "❨": 27269, + "❩": 27270, + "❺": 27271, + "❾": 27272, + "➀": 27273, + "➌": 27274, + "➩": 27275, + "⟡": 27276, + "⟳": 27277, + "⠧": 27278, + "⤓": 27279, + "⤧": 27280, + "⤷": 27281, + "⧸": 27282, + "⩣": 27283, + "⪆": 27284, + "⪍": 27285, + "⪚": 27286, + "⪰": 27287, + "⬈": 27288, + "Ɽ": 27289, + "ⱨ": 27290, + "ⱪ": 27291, + "Ɐ": 27292, + "ⱺ": 27293, + "Ⲡ": 27294, + "Ⲣ": 27295, + "Ⲩ": 27296, + "Ⲫ": 27297, + "ⲭ": 27298, + "⸬": 27299, + "⹋": 27300, + "⿱": 27301, + "⿿": 27302, + "〃": 27303, + "〘": 27304, + "〙": 27305, + "〝": 27306, + "ぅ": 27307, + "ぉ": 27308, + "ゞ": 27309, + "ヵ": 27310, + "ヺ": 27311, + "ㄉ": 27312, + "ㄍ": 27313, + "ㄏ": 27314, + "ㄓ": 27315, + "ㄢ": 27316, + "ㇼ": 27317, + "㻬": 27318, + "丄": 27319, + "乇": 27320, + "乛": 27321, + "乜": 27322, + "乽": 27323, + "乿": 27324, + "亠": 27325, + "亢": 27326, + "仚": 27327, + "仟": 27328, + "仡": 27329, + "仵": 27330, + "佇": 27331, + "佚": 27332, + "佢": 27333, + "佶": 27334, + "侂": 27335, + "俑": 27336, + "俩": 27337, + "倀": 27338, + "倣": 27339, + "偈": 27340, + "偲": 27341, + "傭": 27342, + "僈": 27343, + "僙": 27344, + "僜": 27345, + "僪": 27346, + "僯": 27347, + "僱": 27348, + "儃": 27349, + "儎": 27350, + "儕": 27351, + "儵": 27352, + "儺": 27353, + "冢": 27354, + "凄": 27355, + "凜": 27356, + "凵": 27357, + "剉": 27358, + "劈": 27359, + "劭": 27360, + "勣": 27361, + "匁": 27362, + "匂": 27363, + "匕": 27364, + "匚": 27365, + "叄": 27366, + "吓": 27367, + "吖": 27368, + "吠": 27369, + "吡": 27370, + "吿": 27371, + "咥": 27372, + "咹": 27373, + "咼": 27374, + "哄": 27375, + "哆": 27376, + "哓": 27377, + "唆": 27378, + "唬": 27379, + "唵": 27380, + "唹": 27381, + "啃": 27382, + "啜": 27383, + "啞": 27384, + "喰": 27385, + "喽": 27386, + "嗜": 27387, + "嗡": 27388, + "嘔": 27389, + "嘰": 27390, + "噗": 27391, + "噘": 27392, + "噛": 27393, + "噩": 27394, + "嚨": 27395, + "囎": 27396, + "囡": 27397, + "圜": 27398, + "坞": 27399, + "坠": 27400, + "坧": 27401, + "坨": 27402, + "坵": 27403, + "垅": 27404, + "垛": 27405, + "垠": 27406, + "垢": 27407, + "堃": 27408, + "堝": 27409, + "堺": 27410, + "塁": 27411, + "塅": 27412, + "塢": 27413, + "墀": 27414, + "墜": 27415, + "墳": 27416, + "壩": 27417, + "壼": 27418, + "夐": 27419, + "夭": 27420, + "奂": 27421, + "姣": 27422, + "姥": 27423, + "姵": 27424, + "姸": 27425, + "娣": 27426, + "娼": 27427, + "婀": 27428, + "婑": 27429, + "婶": 27430, + "婺": 27431, + "婿": 27432, + "媧": 27433, + "嫽": 27434, + "嬅": 27435, + "孑": 27436, + "孖": 27437, + "孛": 27438, + "孰": 27439, + "宄": 27440, + "宓": 27441, + "寃": 27442, + "寥": 27443, + "尕": 27444, + "屐": 27445, + "岫": 27446, + "峙": 27447, + "崚": 27448, + "崟": 27449, + "崢": 27450, + "嶇": 27451, + "嶠": 27452, + "巂": 27453, + "巛": 27454, + "幀": 27455, + "幵": 27456, + "庖": 27457, + "庠": 27458, + "庲": 27459, + "廰": 27460, + "廴": 27461, + "弒": 27462, + "弛": 27463, + "弭": 27464, + "彊": 27465, + "彧": 27466, + "徃": 27467, + "徭": 27468, + "忋": 27469, + "怠": 27470, + "怯": 27471, + "恁": 27472, + "悝": 27473, + "悴": 27474, + "悵": 27475, + "惆": 27476, + "愽": 27477, + "慍": 27478, + "慾": 27479, + "憎": 27480, + "憔": 27481, + "憧": 27482, + "懌": 27483, + "懼": 27484, + "戮": 27485, + "扆": 27486, + "扈": 27487, + "扳": 27488, + "抉": 27489, + "拧": 27490, + "拮": 27491, + "拶": 27492, + "捜": 27493, + "掬": 27494, + "掰": 27495, + "掸": 27496, + "揃": 27497, + "揖": 27498, + "搔": 27499, + "摁": 27500, + "摒": 27501, + "摭": 27502, + "撈": 27503, + "撻": 27504, + "撿": 27505, + "擰": 27506, + "攒": 27507, + "攔": 27508, + "攣": 27509, + "攤": 27510, + "敍": 27511, + "斂": 27512, + "斟": 27513, + "旌": 27514, + "昀": 27515, + "昝": 27516, + "昫": 27517, + "晌": 27518, + "晢": 27519, + "晳": 27520, + "暇": 27521, + "暐": 27522, + "暠": 27523, + "暹": 27524, + "暾": 27525, + "曵": 27526, + "朕": 27527, + "朮": 27528, + "朽": 27529, + "杮": 27530, + "杵": 27531, + "枱": 27532, + "枳": 27533, + "枴": 27534, + "枹": 27535, + "柞": 27536, + "柠": 27537, + "栓": 27538, + "栞": 27539, + "栾": 27540, + "桉": 27541, + "桟": 27542, + "桠": 27543, + "梏": 27544, + "梗": 27545, + "梢": 27546, + "棨": 27547, + "棿": 27548, + "椋": 27549, + "椚": 27550, + "楂": 27551, + "楙": 27552, + "楣": 27553, + "榊": 27554, + "榎": 27555, + "榠": 27556, + "榷": 27557, + "槃": 27558, + "槊": 27559, + "槙": 27560, + "槛": 27561, + "槲": 27562, + "槹": 27563, + "樗": 27564, + "橇": 27565, + "檍": 27566, + "檒": 27567, + "櫈": 27568, + "櫓": 27569, + "欖": 27570, + "欹": 27571, + "歃": 27572, + "歎": 27573, + "殆": 27574, + "殭": 27575, + "殯": 27576, + "殲": 27577, + "毙": 27578, + "氈": 27579, + "氪": 27580, + "汙": 27581, + "汜": 27582, + "汧": 27583, + "沽": 27584, + "泂": 27585, + "泠": 27586, + "泫": 27587, + "泯": 27588, + "泺": 27589, + "洄": 27590, + "洩": 27591, + "洵": 27592, + "洺": 27593, + "浑": 27594, + "浽": 27595, + "涝": 27596, + "淞": 27597, + "淦": 27598, + "淯": 27599, + "渎": 27600, + "渕": 27601, + "渙": 27602, + "湍": 27603, + "湝": 27604, + "湧": 27605, + "滁": 27606, + "滌": 27607, + "滔": 27608, + "滥": 27609, + "潍": 27610, + "潙": 27611, + "潺": 27612, + "澆": 27613, + "澍": 27614, + "澔": 27615, + "澗": 27616, + "澣": 27617, + "澪": 27618, + "瀉": 27619, + "瀼": 27620, + "灞": 27621, + "炊": 27622, + "炙": 27623, + "炤": 27624, + "炽": 27625, + "烋": 27626, + "烨": 27627, + "焙": 27628, + "煨": 27629, + "熈": 27630, + "熒": 27631, + "燐": 27632, + "燧": 27633, + "牝": 27634, + "牤": 27635, + "狽": 27636, + "猟": 27637, + "猥": 27638, + "猩": 27639, + "猱": 27640, + "猾": 27641, + "獫": 27642, + "獺": 27643, + "珈": 27644, + "珙": 27645, + "珞": 27646, + "珥": 27647, + "珧": 27648, + "琐": 27649, + "琢": 27650, + "琥": 27651, + "瑀": 27652, + "瑙": 27653, + "璁": 27654, + "璝": 27655, + "璟": 27656, + "璠": 27657, + "甍": 27658, + "甓": 27659, + "甦": 27660, + "畩": 27661, + "畵": 27662, + "疋": 27663, + "疍": 27664, + "痹": 27665, + "瘠": 27666, + "瘵": 27667, + "癔": 27668, + "癭": 27669, + "皂": 27670, + "皃": 27671, + "皈": 27672, + "盞": 27673, + "眈": 27674, + "睹": 27675, + "瞎": 27676, + "瞑": 27677, + "瞼": 27678, + "瞽": 27679, + "矚": 27680, + "矸": 27681, + "砧": 27682, + "砸": 27683, + "磚": 27684, + "祗": 27685, + "祯": 27686, + "禊": 27687, + "禕": 27688, + "禰": 27689, + "秭": 27690, + "稗": 27691, + "稜": 27692, + "稹": 27693, + "穏": 27694, + "穠": 27695, + "穢": 27696, + "窈": 27697, + "窍": 27698, + "窥": 27699, + "竅": 27700, + "竒": 27701, + "笅": 27702, + "笏": 27703, + "笥": 27704, + "笪": 27705, + "笴": 27706, + "笺": 27707, + "筥": 27708, + "筴": 27709, + "箋": 27710, + "箐": 27711, + "箫": 27712, + "篡": 27713, + "篱": 27714, + "簪": 27715, + "籀": 27716, + "籌": 27717, + "粋": 27718, + "粕": 27719, + "粛": 27720, + "粱": 27721, + "糍": 27722, + "糗": 27723, + "糰": 27724, + "紆": 27725, + "紇": 27726, + "紮": 27727, + "綢": 27728, + "綦": 27729, + "綵": 27730, + "綻": 27731, + "緻": 27732, + "繇": 27733, + "纜": 27734, + "纰": 27735, + "绎": 27736, + "绚": 27737, + "绛": 27738, + "绫": 27739, + "绽": 27740, + "缪": 27741, + "罠": 27742, + "羕": 27743, + "羚": 27744, + "羯": 27745, + "翌": 27746, + "耘": 27747, + "聙": 27748, + "聹": 27749, + "聿": 27750, + "肓": 27751, + "肾": 27752, + "胧": 27753, + "胴": 27754, + "脐": 27755, + "���": 27756, + "脹": 27757, + "腴": 27758, + "膈": 27759, + "膩": 27760, + "舫": 27761, + "艱": 27762, + "芍": 27763, + "芩": 27764, + "芫": 27765, + "苔": 27766, + "苙": 27767, + "苧": 27768, + "苷": 27769, + "茧": 27770, + "茯": 27771, + "茱": 27772, + "茴": 27773, + "荅": 27774, + "荥": 27775, + "荸": 27776, + "菏": 27777, + "菖": 27778, + "菟": 27779, + "萃": 27780, + "萋": 27781, + "萜": 27782, + "萤": 27783, + "萼": 27784, + "葭": 27785, + "蒔": 27786, + "蔬": 27787, + "蔼": 27788, + "薑": 27789, + "薗": 27790, + "蘸": 27791, + "蚤": 27792, + "蛄": 27793, + "蛉": 27794, + "蛹": 27795, + "蜈": 27796, + "蜓": 27797, + "蜡": 27798, + "蜿": 27799, + "蝇": 27800, + "蝎": 27801, + "蝗": 27802, + "蝮": 27803, + "蝸": 27804, + "蟒": 27805, + "蟠": 27806, + "蠅": 27807, + "蠡": 27808, + "蠱": 27809, + "蠶": 27810, + "衽": 27811, + "袂": 27812, + "袅": 27813, + "袜": 27814, + "袤": 27815, + "袵": 27816, + "裵": 27817, + "褌": 27818, + "褘": 27819, + "褻": 27820, + "襍": 27821, + "襖": 27822, + "觚": 27823, + "訛": 27824, + "誇": 27825, + "誒": 27826, + "誾": 27827, + "諏": 27828, + "諶": 27829, + "謔": 27830, + "謬": 27831, + "謾": 27832, + "譓": 27833, + "譙": 27834, + "譴": 27835, + "讫": 27836, + "讽": 27837, + "诘": 27838, + "诠": 27839, + "诡": 27840, + "谎": 27841, + "谟": 27842, + "谬": 27843, + "豔": 27844, + "豳": 27845, + "豸": 27846, + "豺": 27847, + "賤": 27848, + "贄": 27849, + "贅": 27850, + "贩": 27851, + "贬": 27852, + "贱": 27853, + "贼": 27854, + "贿": 27855, + "赎": 27856, + "赔": 27857, + "趼": 27858, + "踵": 27859, + "蹙": 27860, + "蹬": 27861, + "蹭": 27862, + "躬": 27863, + "軆": 27864, + "輛": 27865, + "轔": 27866, + "轳": 27867, + "轼": 27868, + "辄": 27869, + "辘": 27870, + "迳": 27871, + "逈": 27872, + "遑": 27873, + "邙": 27874, + "邛": 27875, + "邠": 27876, + "郓": 27877, + "郤": 27878, + "郴": 27879, + "鄄": 27880, + "鄔": 27881, + "鄜": 27882, + "鄲": 27883, + "酃": 27884, + "酋": 27885, + "酌": 27886, + "酢": 27887, + "醮": 27888, + "釁": 27889, + "釉": 27890, + "釤": 27891, + "釼": 27892, + "鈍": 27893, + "鈑": 27894, + "鈔": 27895, + "鈖": 27896, + "鈦": 27897, + "鉗": 27898, + "鉱": 27899, + "鉾": 27900, + "銉": 27901, + "銑": 27902, + "銖": 27903, + "銚": 27904, + "銜": 27905, + "銪": 27906, + "銹": 27907, + "鋳": 27908, + "錆": 27909, + "錒": 27910, + "錨": 27911, + "鍔": 27912, + "鍬": 27913, + "鏃": 27914, + "鏊": 27915, + "鏑": 27916, + "鏘": 27917, + "鏵": 27918, + "鐔": 27919, + "鐙": 27920, + "鐚": 27921, + "鑲": 27922, + "鑿": 27923, + "钙": 27924, + "钞": 27925, + "钰": 27926, + "铠": 27927, + "锕": 27928, + "锢": 27929, + "锷": 27930, + "镂": 27931, + "镖": 27932, + "镶": 27933, + "閇": 27934, + "閏": 27935, + "閤": 27936, + "閬": 27937, + "閹": 27938, + "闌": 27939, + "闍": 27940, + "闐": 27941, + "闔": 27942, + "闕": 27943, + "闷": 27944, + "阙": 27945, + "陋": 27946, + "陜": 27947, + "陥": 27948, + "隕": 27949, + "隼": 27950, + "雛": 27951, + "雫": 27952, + "靛": 27953, + "鞏": 27954, + "鞑": 27955, + "鞘": 27956, + "鞥": 27957, + "韆": 27958, + "頗": 27959, + "頡": 27960, + "顒": 27961, + "顓": 27962, + "顽": 27963, + "颅": 27964, + "颉": 27965, + "颕": 27966, + "颱": 27967, + "飙": 27968, + "飴": 27969, + "饅": 27970, + "饉": 27971, + "馋": 27972, + "馔": 27973, + "馳": 27974, + "馴": 27975, + "駞": 27976, + "駸": 27977, + "騏": 27978, + "騨": 27979, + "騮": 27980, + "驂": 27981, + "驃": 27982, + "驄": 27983, + "驭": 27984, + "驮": 27985, + "驴": 27986, + "骂": 27987, + "骄": 27988, + "骋": 27989, + "骗": 27990, + "骶": 27991, + "髏": 27992, + "髒": 27993, + "髙": 27994, + "髦": 27995, + "髯": 27996, + "髻": 27997, + "鬢": 27998, + "鬨": 27999, + "鬻": 28000, + "鬾": 28001, + "魘": 28002, + "鮡": 28003, + "鯛": 28004, + "鰭": 28005, + "鰰": 28006, + "鲫": 28007, + "鳃": 28008, + "鳍": 28009, + "鵺": 28010, + "鶡": 28011, + "鶻": 28012, + "麋": 28013, + "黍": 28014, + "黐": 28015, + "鼈": 28016, + "龕": 28017, + "龢": 28018, + "ꁈ": 28019, + "ꆃ": 28020, + "ꊐ": 28021, + "ꓠ": 28022, + "Ꙉ": 28023, + "ꙋ": 28024, + "ꜹ": 28025, + "ꝍ": 28026, + "Ꝑ": 28027, + "Ꝓ": 28028, + "Ꞁ": 28029, + "ꞓ": 28030, + "ꞝ": 28031, + "Ꞩ": 28032, + "ꞵ": 28033, + "ꠣ": 28034, + "ꦀ": 28035, + "ꦕ": 28036, + "ꦛ": 28037, + "ꦟ": 28038, + "ꦠ": 28039, + "ꦢ": 28040, + "ꦮ": 28041, + "ꦯ": 28042, + "ꦱ": 28043, + "ꦲ": 28044, + "ꪮ": 28045, + "ꭕ": 28046, + "ꯆ": 28047, + "ꯗ": 28048, + "ꯠ": 28049, + "꯭": 28050, + "갇": 28051, + "겼": 28052, + "굵": 28053, + "굽": 28054, + "깽": 28055, + "꽁": 28056, + "꽂": 28057, + "꽉": 28058, + "끓": 28059, + "끗": 28060, + "낳": 28061, + "넬": 28062, + "댁": 28063, + "댕": 28064, + "덮": 28065, + "됬": 28066, + "둔": 28067, + "둬": 28068, + "떄": 28069, + "떳": 28070, + "떼": 28071, + "뚤": 28072, + "뜸": 28073, + "랗": 28074, + "룬": 28075, + "맡": 28076, + "뭇": 28077, + "뭔": 28078, + "뭘": 28079, + "뮬": 28080, + "밉": 28081, + "벅": 28082, + "벚": 28083, + "봅": 28084, + "봤": 28085, + "붐": 28086, + "붓": 28087, + "빳": 28088, + "빼": 28089, + "뻐": 28090, + "뻤": 28091, + "뽐": 28092, + "뿜": 28093, + "쇱": 28094, + "싹": 28095, + "쌈": 28096, + "쎄": 28097, + "쏟": 28098, + "쑥": 28099, + "씁": 28100, + "앉": 28101, + "앓": 28102, + "앰": 28103, + "앵": 28104, + "얀": 28105, + "욬": 28106, + "윌": 28107, + "잎": 28108, + "젼": 28109, + "쥬": 28110, + "짚": 28111, + "쩍": 28112, + "찐": 28113, + "춢": 28114, + "칫": 28115, + "쿄": 28116, + "쿵": 28117, + "탭": 28118, + "톤": 28119, + "톰": 28120, + "튕": 28121, + "튠": 28122, + "팁": 28123, + "펍": 28124, + "펑": 28125, + "펠": 28126, + "푼": 28127, + "풋": 28128, + "핫": 28129, + "훼": 28130, + "힌": 28131, + "": 28132, + "": 28133, + "": 28134, + "": 28135, + "": 28136, + "": 28137, + "": 28138, + "": 28139, + "": 28140, + "": 28141, + "": 28142, + "": 28143, + "": 28144, + "": 28145, + "": 28146, + "": 28147, + "": 28148, + "": 28149, + "": 28150, + "": 28151, + "": 28152, + "": 28153, + "": 28154, + "": 28155, + "": 28156, + "": 28157, + "": 28158, + "": 28159, + "": 28160, + "": 28161, + "": 28162, + "": 28163, + "": 28164, + "": 28165, + "": 28166, + "": 28167, + "": 28168, + "": 28169, + "": 28170, + "": 28171, + "": 28172, + "": 28173, + "": 28174, + "": 28175, + "": 28176, + "": 28177, + "": 28178, + "": 28179, + "": 28180, + "": 28181, + "": 28182, + "": 28183, + "": 28184, + "": 28185, + "": 28186, + "": 28187, + "": 28188, + "": 28189, + "": 28190, + "": 28191, + "": 28192, + "": 28193, + "": 28194, + "": 28195, + "": 28196, + "": 28197, + "": 28198, + "": 28199, + "": 28200, + "": 28201, + "": 28202, + "": 28203, + "": 28204, + "": 28205, + "": 28206, + "": 28207, + "": 28208, + "": 28209, + "": 28210, + "": 28211, + "": 28212, + "": 28213, + "": 28214, + "": 28215, + "": 28216, + "": 28217, + "": 28218, + "": 28219, + "": 28220, + "": 28221, + "": 28222, + "": 28223, + "": 28224, + "": 28225, + "": 28226, + "": 28227, + "": 28228, + "": 28229, + "": 28230, + "": 28231, + "": 28232, + "": 28233, + "": 28234, + "": 28235, + "": 28236, + "": 28237, + "": 28238, + "": 28239, + "": 28240, + "": 28241, + "": 28242, + "": 28243, + "": 28244, + "": 28245, + "": 28246, + "": 28247, + "": 28248, + "": 28249, + "": 28250, + "": 28251, + "": 28252, + "": 28253, + "": 28254, + "": 28255, + "": 28256, + "": 28257, + "": 28258, + "": 28259, + "": 28260, + "": 28261, + "": 28262, + "": 28263, + "": 28264, + "": 28265, + "": 28266, + "": 28267, + "": 28268, + "": 28269, + "": 28270, + "": 28271, + "": 28272, + "": 28273, + "": 28274, + "": 28275, + "": 28276, + "": 28277, + "": 28278, + "": 28279, + "": 28280, + "": 28281, + "": 28282, + "": 28283, + "": 28284, + "": 28285, + "": 28286, + "": 28287, + "": 28288, + "": 28289, + "": 28290, + "": 28291, + "": 28292, + "": 28293, + "": 28294, + "": 28295, + "": 28296, + "": 28297, + "": 28298, + "": 28299, + "": 28300, + "": 28301, + "": 28302, + "": 28303, + "": 28304, + "": 28305, + "": 28306, + "": 28307, + "": 28308, + "": 28309, + "": 28310, + "": 28311, + "": 28312, + "": 28313, + "": 28314, + "": 28315, + "": 28316, + "": 28317, + "": 28318, + "": 28319, + "": 28320, + "": 28321, + "": 28322, + "": 28323, + "": 28324, + "": 28325, + "": 28326, + "": 28327, + "": 28328, + "": 28329, + "": 28330, + "": 28331, + "": 28332, + "": 28333, + "": 28334, + "": 28335, + "": 28336, + "": 28337, + "": 28338, + "": 28339, + "": 28340, + "": 28341, + "": 28342, + "": 28343, + "": 28344, + "": 28345, + "": 28346, + "": 28347, + "": 28348, + "": 28349, + "": 28350, + "": 28351, + "": 28352, + "": 28353, + "": 28354, + "": 28355, + "": 28356, + "": 28357, + "": 28358, + "": 28359, + "": 28360, + "": 28361, + "": 28362, + "": 28363, + "": 28364, + "": 28365, + "": 28366, + "": 28367, + "": 28368, + "": 28369, + "": 28370, + "": 28371, + "": 28372, + "": 28373, + "": 28374, + "": 28375, + "": 28376, + "": 28377, + "": 28378, + "": 28379, + "": 28380, + "": 28381, + "": 28382, + "": 28383, + "": 28384, + "": 28385, + "": 28386, + "": 28387, + "": 28388, + "": 28389, + "": 28390, + "": 28391, + "": 28392, + "": 28393, + "": 28394, + "": 28395, + "": 28396, + "": 28397, + "": 28398, + "": 28399, + "": 28400, + "": 28401, + "": 28402, + "": 28403, + "": 28404, + "": 28405, + "": 28406, + "": 28407, + "": 28408, + "": 28409, + "": 28410, + "": 28411, + "": 28412, + "": 28413, + "": 28414, + "": 28415, + "": 28416, + "": 28417, + "": 28418, + "": 28419, + "": 28420, + "": 28421, + "": 28422, + "": 28423, + "": 28424, + "": 28425, + "": 28426, + "": 28427, + "": 28428, + "": 28429, + "": 28430, + "": 28431, + "": 28432, + "": 28433, + "": 28434, + "": 28435, + "": 28436, + "": 28437, + "": 28438, + "": 28439, + "": 28440, + "": 28441, + "": 28442, + "": 28443, + "": 28444, + "": 28445, + "": 28446, + "": 28447, + "": 28448, + "": 28449, + "": 28450, + "": 28451, + "": 28452, + "﨑": 28453, + "﨣": 28454, + "﨩": 28455, + "𐀕": 28456, + "𐀚": 28457, + "𐀜": 28458, + "𐀯": 28459, + "𐀴": 28460, + "𐀶": 28461, + "𐀷": 28462, + "𐂖": 28463, + "𐄀": 28464, + "𐊀": 28465, + "𐌁": 28466, + "𐌂": 28467, + "𐌈": 28468, + "𐌋": 28469, + "𐌍": 28470, + "𐌎": 28471, + "𐌐": 28472, + "𐌑": 28473, + "𐌔": 28474, + "𐌘": 28475, + "𐌙": 28476, + "𐌰": 28477, + "𐌲": 28478, + "𐌻": 28479, + "𐌿": 28480, + "𐍄": 28481, + "𐎚": 28482, + "𐎰": 28483, + "𐎱": 28484, + "𐎲": 28485, + "����": 28486, + "𐎹": 28487, + "𐎼": 28488, + "𐓘": 28489, + "𐓻": 28490, + "𐠏": 28491, + "𐠒": 28492, + "𐠛": 28493, + "𐠟": 28494, + "𐠠": 28495, + "𐠡": 28496, + "𐠵": 28497, + "𐡁": 28498, + "𐡂": 28499, + "𐡄": 28500, + "𐡕": 28501, + "𐤈": 28502, + "𐨐": 28503, + "𐨿": 28504, + "𐩪": 28505, + "𐬛": 28506, + "𐬱": 28507, + "𐭧": 28508, + "𐭪": 28509, + "𐭫": 28510, + "𐭮": 28511, + "𐭱": 28512, + "𐰃": 28513, + "𐰄": 28514, + "𐰅": 28515, + "𐰇": 28516, + "𐰉": 28517, + "𐰋": 28518, + "𐰏": 28519, + "𐰘": 28520, + "𐰜": 28521, + "𐰵": 28522, + "𐰽": 28523, + "𑀔": 28524, + "𑀬": 28525, + "𑀲": 28526, + "𑀸": 28527, + "𑀺": 28528, + "𑁆": 28529, + "𑄀": 28530, + "𑄟": 28531, + "𑄧": 28532, + "𑌮": 28533, + "𑖦": 28534, + "𑖼": 28535, + "𒁀": 28536, + "𒂍": 28537, + "𒃶": 28538, + "𒄀": 28539, + "𒄑": 28540, + "𒆜": 28541, + "𒆷": 28542, + "𒇻": 28543, + "𒈠": 28544, + "𒋰": 28545, + "𒋾": 28546, + "𒌋": 28547, + "𒌌": 28548, + "𒍪": 28549, + "𓆎": 28550, + "𓈉": 28551, + "𓈖": 28552, + "𔄂": 28553, + "𝅥": 28554, + "𝋄": 28555, + "𝋇": 28556, + "𝋊": 28557, + "𝋌": 28558, + "𝋏": 28559, + "𝋑": 28560, + "𝋒": 28561, + "𞤤": 28562, + "𞤪": 28563, + "𞥄": 28564, + "🅝": 28565, + "🅞": 28566, + "🅟": 28567, + "🅣": 28568, + "🅧": 28569, + "🅸": 28570, + "🆄": 28571, + "🆅": 28572, + "🆑": 28573, + "🌽": 28574, + "🍉": 28575, + "🍙": 28576, + "🍡": 28577, + "🍥": 28578, + "🍱": 28579, + "🍲": 28580, + "🎋": 28581, + "🎏": 28582, + "🎔": 28583, + "🎚": 28584, + "🎽": 28585, + "🏩": 28586, + "🏯": 28587, + "🐫": 28588, + "🐯": 28589, + "🐷": 28590, + "👘": 28591, + "👝": 28592, + "👲": 28593, + "👵": 28594, + "💈": 28595, + "💱": 28596, + "💽": 28597, + "📇": 28598, + "📛": 28599, + "📟": 28600, + "🔅": 28601, + "🔏": 28602, + "🔚": 28603, + "🔞": 28604, + "🔩": 28605, + "🔯": 28606, + "🔻": 28607, + "🕞": 28608, + "🕠": 28609, + "🕤": 28610, + "🕥": 28611, + "🕦": 28612, + "🕧": 28613, + "🕰": 28614, + "🗼": 28615, + "😿": 28616, + "🚆": 28617, + "🚖": 28618, + "🚛": 28619, + "🚝": 28620, + "🚠": 28621, + "🚤": 28622, + "🚥": 28623, + "🚬": 28624, + "🚷": 28625, + "🚻": 28626, + "🚽": 28627, + "🛂": 28628, + "🛃": 28629, + "🛅": 28630, + "🛗": 28631, + "🛞": 28632, + "🛟": 28633, + "🛥": 28634, + "🛹": 28635, + "🛺": 28636, + "🟫": 28637, + "🤒": 28638, + "🤜": 28639, + "🤥": 28640, + "🤺": 28641, + "🤿": 28642, + "🥄": 28643, + "🥍": 28644, + "🥏": 28645, + "🥓": 28646, + "🥞": 28647, + "🥠": 28648, + "🥪": 28649, + "🥻": 28650, + "🥽": 28651, + "🥾": 28652, + "🦒": 28653, + "🦓": 28654, + "🦛": 28655, + "🦟": 28656, + "🦤": 28657, + "🦦": 28658, + "🦧": 28659, + "🦭": 28660, + "🦰": 28661, + "🦱": 28662, + "🦳": 28663, + "🦷": 28664, + "🧅": 28665, + "🧇": 28666, + "🧈": 28667, + "🧏": 28668, + "🧕": 28669, + "🧤": 28670, + "🧧": 28671, + "🧨": 28672, + "🧯": 28673, + "🧲": 28674, + "🧳": 28675, + "🧴": 28676, + "🧶": 28677, + "🧻": 28678, + "🧾": 28679, + "🧿": 28680, + "🩰": 28681, + "🩴": 28682, + "🩹": 28683, + "🩼": 28684, + "🪁": 28685, + "🪂": 28686, + "🪃": 28687, + "🪄": 28688, + "🪔": 28689, + "🪖": 28690, + "🪘": 28691, + "🪞": 28692, + "🪟": 28693, + "🪠": 28694, + "🪢": 28695, + "🪣": 28696, + "🪥": 28697, + "🪦": 28698, + "🪨": 28699, + "🪪": 28700, + "🪫": 28701, + "🪲": 28702, + "🪴": 28703, + "🪷": 28704, + "🫅": 28705, + "🫐": 28706, + "🫘": 28707, + "🫡": 28708, + "🫢": 28709, + "🫣": 28710, + "🫤": 28711, + "🫦": 28712, + "🫳": 28713, + "🫵": 28714, + "𠀋": 28715, + "𠜎": 28716, + "𠮷": 28717, + "𥶄": 28718, + "𧺯": 28719, + "𨁂": 28720, + "𬶐": 28721, + "󠀡": 28722, + "󰡔": 28723, + "󰡕": 28724, + "󱐂": 28725, + "󾠣": 28726, + "􀂉": 28727, + "􀃕": 28728, + "Ƃ": 28729, + "Ƣ": 28730, + "ƥ": 28731, + "ƽ": 28732, + "ƾ": 28733, + "Ǐ": 28734, + "Ǔ": 28735, + "ǡ": 28736, + "ǩ": 28737, + "Ǭ": 28738, + "Ǽ": 28739, + "Ȃ": 28740, + "Ȉ": 28741, + "Ȕ": 28742, + "Ȝ": 28743, + "Ȟ": 28744, + "ȥ": 28745, + "Ȭ": 28746, + "ȭ": 28747, + "Ȱ": 28748, + "ȱ": 28749, + "ȴ": 28750, + "ȶ": 28751, + "ȸ": 28752, + "Ⱥ": 28753, + "ɇ": 28754, + "Ɉ": 28755, + "Ɋ": 28756, + "ɋ": 28757, + "ɏ": 28758, + "ʬ": 28759, + "ʯ": 28760, + "˯": 28761, + "˰": 28762, + "˳": 28763, + "˴": 28764, + "˵": 28765, + "ͽ": 28766, + "΀": 28767, + "Ϋ": 28768, + "Ϟ": 28769, + "ϡ": 28770, + "ϥ": 28771, + "ϭ": 28772, + "϶": 28773, + "Ϻ": 28774, + "ѩ": 28775, + "Ѭ": 28776, + "ѭ": 28777, + "Ѯ": 28778, + "ѱ": 28779, + "Ѷ": 28780, + "ѹ": 28781, + "Ѻ": 28782, + "Ѽ": 28783, + "Ѿ": 28784, + "҄": 28785, + "Ҋ": 28786, + "ҋ": 28787, + "Ҕ": 28788, + "ҕ": 28789, + "Ҙ": 28790, + "ҩ": 28791, + "Ҹ": 28792, + "Ӆ": 28793, + "Ӛ": 28794, + "Ӡ": 28795, + "Ӥ": 28796, + "ӵ": 28797, + "ӹ": 28798, + "ӽ": 28799, + "Ԍ": 28800, + "Ԑ": 28801, + "Ԛ": 28802, + "Ԟ": 28803, + "ԟ": 28804, + "Ԡ": 28805, + "ԡ": 28806, + "Ԥ": 28807, + "ԥ": 28808, + "ԧ": 28809, + "Ԫ": 28810, + "ՙ": 28811, + "ՠ": 28812, + "֕": 28813, + "֞": 28814, + "֡": 28815, + "֧": 28816, + "֫": 28817, + "֮": 28818, + "֯": 28819, + "ׅ": 28820, + "׺": 28821, + "؂": 28822, + "؋": 28823, + "ؑ": 28824, + "؜": 28825, + "ٚ": 28826, + "ٛ": 28827, + "ٟ": 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, + "亵": 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, + "噹": 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, + "熛": 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, + "痒": 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, + "碣": 30298, + "碴": 30299, + "碾": 30300, + "磆": 30301, + "磏": 30302, + "磕": 30303, + "磡": 30304, + "磬": 30305, + "磴": 30306, + "礏": 30307, + "礒": 30308, + "礫": 30309, + "礽": 30310, + "祎": 30311, + "祘": 30312, + "祩": 30313, + "祫": 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, + "緘": 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, + "舛": 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, + "薜": 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, + "蝟": 30550, + "蝨": 30551, + "蝰": 30552, + "蝿": 30553, + "螂": 30554, + "螃": 30555, + "螻": 30556, + "蟄": 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, + "譛": 30638, + "譠": 30639, + "譫": 30640, + "讖": 30641, + "讜": 30642, + "诅": 30643, + "诌": 30644, + "诏": 30645, + "诒": 30646, + "诛": 30647, + "诧": 30648, + "诬": 30649, + "诲": 30650, + "谍": 30651, + "谑": 30652, + "谒": 30653, + "谙": 30654, + "谚": 30655, + "谛": 30656, + "谩": 30657, + "谪": 30658, + "谯": 30659, + "谺": 30660, + "豎": 30661, + "豕": 30662, + "豨": 30663, + "貅": 30664, + "貉": 30665, + "貊": 30666, + "貘": 30667, + "貲": 30668, + "賃": 30669, + "賚": 30670, + "賠": 30671, + "賡": 30672, + "賨": 30673, + "賬": 30674, + "賺": 30675, + "賻": 30676, + "贇": 30677, + "贍": 30678, + "贖": 30679, + "赟": 30680, + "赳": 30681, + "跛": 30682, + "跤": 30683, + "跩": 30684, + "跺": 30685, + "跿": 30686, + "踉": 30687, + "踭": 30688, + "踰": 30689, + "蹌": 30690, + "蹕": 30691, + "蹦": 30692, + "蹺": 30693, + "蹼": 30694, + "躄": 30695, + "躉": 30696, + "躰": 30697, + "躱": 30698, + "軀": 30699, + "軫": 30700, + "軼": 30701, + "輟": 30702, + "轍": 30703, + "轘": 30704, + "轰": 30705, + "轲": 30706, + "轶": 30707, + "辁": 30708, + "辗": 30709, + "辳": 30710, + "迊": 30711, + "迢": 30712, + "逋": 30713, + "逕": 30714, + "逡": 30715, + "逧": 30716, + "逶": 30717, + "遒": 30718, + "遛": 30719, + "遝": 30720, + "遢": 30721, + "遨": 30722, + "遴": 30723, + "遽": 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, + "釟": 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, + "镒": 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, + "駰": 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, + "鬐": 30963, + "鬓": 30964, + "鬘": 30965, + "鬟": 30966, + "鬪": 30967, + "鬯": 30968, + "魍": 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, + "겁": 31129, + "겊": 31130, + "겜": 31131, + "곬": 31132, + "굳": 31133, + "궈": 31134, + "궨": 31135, + "귄": 31136, + "귱": 31137, + "긷": 31138, + "깎": 31139, + "깡": 31140, + "깬": 31141, + "깻": 31142, + "껄": 31143, + "껍": 31144, + "껑": 31145, + "껴": 31146, + "껸": 31147, + "꼈": 31148, + "꼰": 31149, + "꼽": 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, + "뽀": 31217, + "뽈": 31218, + "뾰": 31219, + "뿯": 31220, + "쁠": 31221, + "샆": 31222, + "샐": 31223, + "샴": 31224, + "섐": 31225, + "셉": 31226, + "셧": 31227, + "셴": 31228, + "솟": 31229, + "쇨": 31230, + "숟": 31231, + "쉰": 31232, + "쉴": 31233, + "슭": 31234, + "싣": 31235, + "쌩": 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, + "": 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", + "h e", + "i n", + "e r", + "o n", + "r e", + "▁t he", + "▁th e", + "▁ the", + "a t", + "▁ s", + "▁ o", + "e n", + "▁ w", + "a n", + "o r", + "i s", + "i t", + "e s", + "▁ c", + "e d", + "a l", + "▁ f", + "n d", + "a r", + "▁ p", + "▁ b", + "in g", + "i ng", + "▁o f", + "▁ of", + "o u", + "▁i n", + "▁ in", + "▁ m", + "i c", + "▁a nd", + "▁an d", + "▁ and", + "▁t o", + "▁ to", + "io n", + "i on", + "a s", + "▁ d", + "l e", + "▁ h", + "o m", + "en t", + "e nt", + "▁t h", + "▁ th", + "i l", + "▁ T", + "▁ S", + "s t", + "▁r e", + "▁ re", + "r o", + "e l", + "c t", + "▁ A", + "▁ n", + "▁ l", + "e t", + "▁ C", + "▁ I", + "▁ e", + "i d", + "a m", + "o l", + "u t", + "▁ g", + "a d", + "o t", + "u r", + "v e", + "c e", + "▁ M", + "i m", + "at ion", + "ati on", + "l y", + "i g", + "▁o n", + "▁ on", + "▁b e", + "▁ be", + "▁f or", + "▁fo r", + "▁ for", + "▁i s", + "▁ is", + "c h", + "a y", + "u s", + "ve r", + "v er", + "o w", + "▁ B", + "▁ P", + "▁t hat", + "▁th at", + "▁ that", + "i r", + "▁s t", + "▁ st", + "▁ (", + "▁T he", + "▁Th e", + "▁ The", + "te r", + "t er", + "▁h e", + "▁ he", + "it h", + "i th", + "▁ H", + "u l", + "u n", + "s e", + "▁ y", + "▁a s", + "▁ as", + "r a", + "▁ R", + "▁ D", + "▁ W", + "▁w ith", + "▁ with", + "i f", + "▁i t", + "▁ it", + "▁ F", + "▁w h", + "▁ wh", + "e m", + "▁w as", + "▁wa s", + "▁ was", + "▁a n", + "▁ an", + "a g", + "▁a l", + "▁ al", + "r i", + "is t", + "i st", + "er s", + "e rs", + "▁ L", + "▁c on", + "▁co n", + "▁ con", + "es t", + "e st", + "o d", + "▁ N", + "t h", + "a c", + "an d", + "a nd", + "▁ E", + "he r", + "h er", + "o p", + "at e", + "a te", + "u m", + "il l", + "i ll", + "▁ G", + "▁p ro", + "▁pr o", + "▁ pro", + "▁a t", + "▁ at", + "a b", + "▁ v", + "es s", + "e ss", + "l d", + "ou r", + "o ur", + "▁d e", + "▁ de", + "ro m", + "r om", + "o c", + "e w", + "re s", + "r es", + "p p", + "▁c om", + "▁co m", + "▁ com", + "it y", + "i ty", + "q u", + "h t", + "▁o r", + "▁ or", + "▁b y", + "▁ by", + "▁ J", + "me nt", + "men t", + "m ent", + "o s", + "k e", + "or e", + "o re", + "or t", + "o rt", + "▁ O", + "ec t", + "e ct", + "i v", + "ai n", + "a in", + "▁e x", + "▁ ex", + "▁a re", + "▁ar e", + "▁ are", + "▁ \"", + "ar t", + "a rt", + "ie s", + "i es", + "an t", + "a nt", + "▁f rom", + "▁fro m", + "▁fr om", + "▁ from", + "▁s e", + "▁ se", + "▁s u", + "▁ su", + "▁h a", + "▁ ha", + "▁ r", + "en d", + "e nd", + "al l", + "a ll", + ". .", + "iv e", + "i ve", + "▁y ou", + "▁ you", + "u d", + "n t", + "▁n ot", + "▁no t", + "▁ not", + "▁ <", + "▁ U", + "ar d", + "a rd", + "us t", + "u st", + "p t", + "▁c h", + "▁ ch", + "▁t his", + "▁th is", + "▁ this", + "p e", + "ig ht", + "igh t", + "i ght", + "▁s h", + "▁ sh", + "e ar", + "ia l", + "i al", + "▁I n", + "▁ In", + "▁ u", + "▁l e", + "▁ le", + "▁h ave", + "▁ha ve", + "ou ld", + "oul d", + "ou t", + "o ut", + "g e", + "▁h is", + "▁ his", + "am e", + "a me", + "ro u", + "r ou", + "▁w e", + "▁ we", + "el l", + "e ll", + "as s", + "a ss", + "ur e", + "u re", + "be r", + "b er", + "o g", + "ic h", + "i ch", + "os t", + "o st", + "in e", + "i ne", + "▁S t", + "▁ St", + "▁w or", + "▁ wor", + "as t", + "a st", + "▁p l", + "▁ pl", + "an s", + "a ns", + "u e", + "pe r", + "p er", + "▁ =", + "p l", + "▁c l", + "▁ cl", + "▁ K", + "a k", + "ion s", + "io ns", + "i ons", + "u b", + "ag e", + "a ge", + "▁a b", + "▁ ab", + "i a", + "ar e", + "a re", + "f f", + "o k", + "om e", + "o me", + "▁ “", + "ac k", + "a ck", + "on g", + "o ng", + "ar y", + "a ry", + "▁ j", + "▁u s", + "▁ us", + "at ed", + "ate d", + "a ted", + "▁h as", + "▁ha s", + "▁ has", + "ir e", + "i re", + "▁ k", + "- -", + "a p", + "ic al", + "ica l", + "i cal", + "i z", + "c l", + "i p", + "th er", + "the r", + "t her", + "= \"", + "ic e", + "i ce", + "▁w he", + "▁wh e", + "▁ whe", + "r y", + "▁a ll", + "▁al l", + "▁ all", + "▁T h", + "▁ Th", + "id e", + "i de", + "ou s", + "o us", + "er e", + "e re", + ") ;", + "e x", + "g h", + "ul t", + "u lt", + "i e", + "▁g o", + "▁ go", + "▁c an", + "▁ca n", + "▁ can", + "▁C h", + "▁ Ch", + "▁i m", + "▁ im", + "▁u n", + "▁ un", + "ct ion", + "a v", + "in d", + "i nd", + "c c", + "▁b ut", + "▁bu t", + "▁ but", + "▁wh ich", + "▁ which", + "▁ V", + "en ce", + "enc e", + "e nce", + "▁a d", + "▁ ad", + "ab le", + "a ble", + "▁in t", + "▁i nt", + "▁ int", + "▁the ir", + "or m", + "o rm", + "▁w ho", + "▁wh o", + "▁ who", + "▁e n", + "▁ en", + "▁ {", + "▁d o", + "▁ do", + "▁w ill", + "▁ will", + "im e", + "i me", + "▁com p", + "▁co mp", + "▁ comp", + "▁c ont", + "▁con t", + "▁co nt", + "▁ cont", + "▁h ad", + "▁ha d", + "▁m e", + "▁ me", + "▁the y", + "▁th ey", + "▁ they", + "or d", + "o rd", + "▁ *", + "ia n", + "i an", + "por t", + "po rt", + "p ort", + "▁w ere", + "▁we re", + "▁wer e", + "on e", + "o ne", + "▁ }", + "▁re s", + "▁r es", + "▁ res", + "ac t", + "a ct", + "i b", + "ig n", + "i gn", + "at ions", + "ation s", + "ati ons", + "▁o ut", + "▁ou t", + "▁ out", + "/ /", + "s o", + "fe r", + "f er", + "r u", + "e p", + "▁o ne", + "▁on e", + "▁ one", + "co n", + "c on", + "▁a r", + "▁ ar", + "ou nt", + "oun t", + "o unt", + "an ce", + "anc e", + "a nce", + "▁h er", + "▁he r", + "▁ her", + "▁s a", + "▁ sa", + "me r", + "m er", + "oo k", + "o ok", + "▁ Y", + "ac e", + "a ce", + "al ly", + "all y", + "▁n e", + "▁ ne", + "▁u p", + "▁ up", + "li c", + "l ic", + "▁I t", + "▁ It", + "▁H e", + "▁ He", + "▁m an", + "▁ma n", + "▁ man", + "▁i f", + "▁ if", + "il e", + "i le", + "ur n", + "is h", + "i sh", + "k s", + "▁m ore", + "▁mor e", + "▁mo re", + "▁ more", + "as e", + "a se", + "< /", + "or y", + "o ry", + "d u", + "▁t r", + "▁ tr", + "▁s o", + "▁ so", + "re ss", + "res s", + "r ess", + "ri t", + "r it", + "▁a pp", + "▁ap p", + "▁ app", + "ve ry", + "ver y", + "v ery", + "▁y ear", + "▁ye ar", + "▁ year", + "er v", + "ak e", + "a ke", + "o v", + "in t", + "i nt", + "▁ab out", + "▁ about", + "▁p er", + "▁pe r", + "▁ per", + "ve rs", + "ver s", + "v ers", + "▁a g", + "▁ ag", + "en ts", + "ent s", + "▁R e", + "▁ Re", + "it ion", + "iti on", + "▁p art", + "▁par t", + "▁pa rt", + "▁ part", + "▁o ther", + "▁ other", + "▁b een", + "▁be en", + "ac h", + "a ch", + "▁al so", + "▁ also", + "an g", + "a ng", + "▁d is", + "▁di s", + "▁ dis", + "il d", + "i ld", + "os e", + "o se", + "ow n", + "o wn", + "▁q u", + "▁ qu", + "▁n ew", + "▁ne w", + "▁ new", + "▁it s", + "▁i ts", + "▁ its", + ") ,", + ") .", + "l l", + "for m", + "fo rm", + "f orm", + "ai l", + "a il", + "el y", + "e ly", + "▁e v", + "▁ ev", + "ce s", + "c es", + "en s", + "e ns", + "o b", + "ou nd", + "oun d", + "o und", + "▁p e", + "▁ pe", + "it e", + "i te", + "re e", + "r ee", + "ir st", + "irs t", + "▁l i", + "▁ li", + "re at", + "rea t", + "▁U n", + "▁ Un", + "ay s", + "a ys", + "▁w ould", + "or s", + "o rs", + "in gs", + "ing s", + "ve l", + "v el", + "▁s p", + "▁ sp", + "ter n", + "t ern", + "he d", + "h ed", + "ri c", + "r ic", + "▁w ork", + "▁wor k", + "▁ work", + "op le", + "o ple", + "▁t e", + "▁ te", + "c k", + "▁t here", + "▁the re", + "▁th ere", + "▁ there", + "▁s c", + "▁ sc", + "ar k", + "▁y our", + "▁you r", + "▁k n", + "▁p re", + "▁pr e", + "▁ pre", + "nd er", + "n der", + "▁s he", + "▁sh e", + "▁ she", + "co m", + "c om", + "▁ |", + "▁o ver", + "▁ over", + "▁m y", + "▁ my", + "▁t ime", + "▁tim e", + "▁ time", + "▁t hem", + "▁the m", + "▁th em", + "je ct", + "j ect", + "l i", + "▁ -", + "us e", + "u se", + "t e", + "at es", + "ate s", + "a tes", + "p h", + "w n", + "▁r o", + "▁ ro", + "▁ '", + "ft er", + "f ter", + "▁w hen", + "▁wh en", + "▁whe n", + "▁ when", + "▁s aid", + "▁sa id", + "w o", + "\" >", + "ol d", + "o ld", + "▁re t", + "▁r et", + "▁ ret", + "▁com m", + "▁co mm", + "▁ comm", + "at ional", + "ation al", + "▁a ny", + "▁an y", + "▁ any", + "ge t", + "g et", + "ex t", + "ov e", + "o ve", + "ad e", + "a de", + "n e", + "ol l", + "o ll", + "cl ud", + "▁f irst", + "▁ first", + "at h", + "a th", + "▁o ff", + "▁of f", + "▁ off", + "o y", + "n g", + "at er", + "ate r", + "a ter", + "a w", + "▁in to", + "▁int o", + "▁t han", + "▁th an", + "ub lic", + "▁b ec", + "▁be c", + "▁ bec", + "▁re c", + "▁r ec", + "▁ rec", + "▁o ur", + "▁ou r", + "▁ our", + "▁ $", + "▁ –", + "oo l", + "o ol", + "▁pe ople", + "▁ people", + "▁s ome", + "▁so me", + "▁som e", + "▁ some", + "ri ng", + "rin g", + "r ing", + "* *", + "t y", + "is s", + "i ss", + "in k", + "am p", + "a mp", + "on s", + "o ns", + "el f", + "▁A s", + "▁ As", + "e f", + "on t", + "o nt", + "▁S e", + "▁ Se", + "▁cl ass", + "▁ class", + "ua l", + "u al", + "▁d es", + "▁de s", + "▁ des", + "▁w hat", + "▁wh at", + "▁ what", + "io us", + "i ous", + "▁T his", + "▁Th is", + "▁ This", + "le ct", + "l ect", + "w e", + "▁h im", + "er t", + "e rt", + "▁a cc", + "▁ac c", + "▁ acc", + "on d", + "o nd", + "s p", + "▁u nder", + "▁un der", + "▁und er", + "▁ under", + "▁g et", + "▁ge t", + "▁ get", + "▁C om", + "▁Co m", + "▁ Com", + "▁a ct", + "▁ac t", + "▁ act", + "ig h", + "i gh", + "▁n o", + "▁ no", + "ic k", + "i ck", + "▁in d", + "▁i nd", + "▁ ind", + "ma n", + "m an", + "ie w", + "i ew", + "▁l ike", + "▁li ke", + "▁lik e", + "▁ like", + "▁a m", + "▁ am", + "oo d", + "o od", + "pe c", + "p ec", + "▁in ter", + "▁int er", + "▁ inter", + "ri b", + "r ib", + "oc k", + "o ck", + "ce d", + "c ed", + "u g", + "ra m", + "r am", + "▁t wo", + "▁tw o", + "▁ two", + "▁in clud", + "▁incl ud", + "▁ includ", + "re d", + "r ed", + "it ed", + "ite d", + "i ted", + "et h", + "e th", + ". \"", + "it ies", + "iti es", + "i ties", + "le s", + "l es", + "f t", + "▁W e", + "▁ We", + "▁A r", + "▁ Ar", + "▁j ust", + "▁ju st", + "▁ just", + "ro und", + "rou nd", + "r ound", + "▁N ew", + "▁Ne w", + "▁ New", + "▁on ly", + "▁ only", + "rou gh", + "r ough", + "id ent", + "ide nt", + "iden t", + "▁a tt", + "▁at t", + "▁ att", + "od e", + "o de", + "▁ret urn", + "▁ return", + "at a", + "a ta", + "▁W h", + "▁ Wh", + "war d", + "wa rd", + "w ard", + "au se", + "aus e", + "a use", + "▁b et", + "▁be t", + "▁ bet", + "ol og", + "olo g", + "o log", + "▁f e", + "▁ fe", + "▁y ears", + "▁year s", + "▁ye ars", + "▁/ /", + "▁ //", + "mer ic", + "me ric", + "ni ng", + "n ing", + "▁p lay", + "▁pl ay", + "▁ play", + "▁c o", + "▁ co", + "en er", + "ene r", + "e ner", + "▁ [", + "▁c ons", + "▁con s", + "▁co ns", + "▁ cons", + "▁t ra", + "▁tr a", + "▁ tra", + "▁a fter", + "▁af ter", + "▁ after", + "▁h ow", + "▁ho w", + "▁ how", + "ro w", + "r ow", + "▁b l", + "▁ bl", + "▁m ost", + "▁mo st", + "▁mos t", + "▁ most", + "ou gh", + "oi nt", + "oin t", + "o int", + "▁re g", + "▁r eg", + "▁ reg", + "▁ &", + "if e", + "i fe", + "ie d", + "i ed", + "▁pro v", + "▁pr ov", + "▁ prov", + "▁a ss", + "▁as s", + "▁ ass", + "▁ _", + "iv ers", + "ive rs", + "iver s", + "i vers", + "ul l", + "u ll", + "cr e", + "c re", + "▁re l", + "▁r el", + "▁ rel", + "ic t", + "i ct", + "▁D e", + "▁ De", + "▁m ay", + "▁ma y", + "▁ may", + "la nd", + "lan d", + "l and", + "it t", + "i tt", + "is e", + "i se", + "▁p ol", + "▁po l", + "▁ pol", + "▁ex p", + "▁ exp", + "or k", + "▁in v", + "ic s", + "i cs", + "al s", + "a ls", + "▁r a", + "▁ ra", + "-- --", + "--- -", + "- ---", + "▁th rough", + "▁thr ough", + "▁ through", + "▁e m", + "▁ em", + "ar ch", + "arc h", + "hi p", + "h ip", + "if ic", + "▁p ublic", + "▁pub lic", + "▁ public", + "▁c ould", + "▁cou ld", + "▁A meric", + "▁ Americ", + "ur ing", + "uri ng", + "u ring", + "re n", + "r en", + "p s", + "as ed", + "ase d", + "i o", + "▁ .", + "▁w here", + "▁wh ere", + "▁whe re", + "▁ where", + "▁A l", + "▁ Al", + "▁a dd", + "▁ad d", + "▁ add", + "ys t", + "y st", + "▁p r", + "▁ pr", + "m s", + "ot h", + "o th", + "▁< /", + "▁ ", + "▁wh ile", + "▁ while", + "iz ed", + "ize d", + "i zed", + "▁ex t", + "▁ ext", + "▁C on", + "▁Co n", + "▁ Con", + "ect ion", + "e ction", + "▁re ad", + "▁r ead", + "▁ read", + "at t", + "a tt", + "ru ct", + "r uct", + "al k", + "vern ment", + "▁th ree", + "▁thr ee", + "▁Com m", + "▁Co mm", + "▁ Comm", + "ual ly", + "u ally", + "ol ogy", + "olog y", + "olo gy", + "▁d uring", + "▁du ring", + "ve d", + "v ed", + "▁d ist", + "▁dis t", + "▁di st", + "▁ dist", + "▁| |", + "▁ ||", + "▁ —", + "et s", + "e ts", + ".. /", + ". ./", + "▁l ast", + "▁la st", + "▁las t", + "▁ last", + "▁C ol", + "▁Co l", + "▁ Col", + "▁d oes", + "▁do es", + "▁ Q", + "▁s ign", + "▁si gn", + "▁sig n", + "▁ sign", + "▁s om", + "▁so m", + "▁ som", + "▁T here", + "▁The re", + "▁Th ere", + "▁ There", + "ri pt", + "rip t", + "r ipt", + "▁s ame", + "▁sa me", + "en g", + "e ng", + "ur y", + "u ry", + "▁c ar", + "▁ca r", + "▁ car", + "▁e st", + "▁es t", + "▁ est", + "it al", + "ita l", + "▁s ystem", + "▁ system", + "▁h and", + "▁ha nd", + "▁ hand", + "▁g ener", + "▁gen er", + "▁ge ner", + "▁gene r", + "▁ gener", + "▁c har", + "▁ch ar", + "▁cha r", + "▁ char", + "▁c are", + "▁car e", + "▁ca re", + "▁ care", + "an ts", + "ant s", + "e k", + "ir ed", + "ire d", + "i red", + "▁b oth", + "▁bo th", + "▁bot h", + "▁P h", + "▁ Ph", + "▁The y", + "▁Th ey", + "▁ They", + "▁su pport", + "▁supp ort", + "▁sup port", + "▁ support", + "pr o", + "p ro", + "e g", + "w w", + "an n", + "ne ss", + "nes s", + "n ess", + "mb er", + "m ber", + "ber s", + "be rs", + "b ers", + "▁ Z", + "an c", + "om en", + "ome n", + "o men", + ": //", + "ou th", + "out h", + "o uth", + "ch n", + "c hn", + "ur al", + "ura l", + "u ral", + "ra ph", + "rap h", + "r aph", + "▁h ere", + "▁he re", + "▁her e", + "▁ here", + "▁l aw", + "▁la w", + "▁ law", + "▁d ay", + "▁da y", + "▁ day", + "at or", + "ato r", + "ion al", + "io nal", + "in ed", + "ine d", + "i ned", + "ro ss", + "ros s", + "r oss", + "▁H ow", + "▁Ho w", + "▁ How", + "et y", + "e ty", + "ar ed", + "are d", + "a red", + "▁b ook", + "▁bo ok", + "▁ book", + "od y", + "o dy", + "th e", + "t he", + "ar m", + "a rm", + "so n", + "s on", + "▁s chool", + "▁sch ool", + "▁ school", + "▁t ake", + "▁ta ke", + "▁Un ited", + "▁Unit ed", + "ill ion", + "▁res ult", + "▁ result", + "▁B l", + "▁ Bl", + "▁p oint", + "▁po int", + "▁ point", + "in a", + "i na", + "▁m em", + "▁me m", + "▁ mem", + "m l", + "▁d irect", + "▁di rect", + "▁ direct", + "in al", + "ina l", + "i nal", + "▁st ill", + "▁h ist", + "▁his t", + "▁ hist", + "▁s tr", + "▁st r", + "▁ str", + "or th", + "ort h", + "t o", + "▁te am", + "▁tea m", + "ect ed", + "ec ted", + "▁cont in", + "▁ contin", + "▁f ind", + "▁fin d", + "▁ find", + "▁again st", + "▁g l", + "▁ gl", + "▁in f", + "▁ inf", + "O N", + "ess age", + "▁s im", + "▁si m", + "▁ sim", + "▁con f", + "▁ conf", + "le ment", + "lem ent", + "l ement", + "▁l a", + "▁ la", + "us ic", + "▁st ate", + "▁stat e", + "▁ state", + "▁d ep", + "▁de p", + "▁ dep", + "▁S p", + "▁ Sp", + "▁includ ing", + "▁ including", + "▁s ay", + "▁sa y", + "oh n", + "o hn", + "ap p", + "a pp", + "▁a round", + "▁ar ound", + "▁e ach", + "o x", + "ic ally", + "ical ly", + "▁d ata", + "▁da ta", + "▁dat a", + "▁ data", + "en se", + "ens e", + "ur o", + "u ro", + "e b", + "▁re al", + "▁r eal", + "▁ real", + "▁part ic", + "▁pl ace", + "▁ place", + "I N", + "▁re port", + "▁rep ort", + "▁pro gram", + "▁pr ogram", + "▁n umber", + "▁num ber", + "▁nu mber", + "▁ number", + "ri st", + "ris t", + "r ist", + "▁p ar", + "▁pa r", + "▁ par", + "oa d", + "o ad", + "▁P l", + "▁ Pl", + "i k", + "▁f act", + "▁fac t", + "▁fa ct", + "iv ing", + "i ving", + "▁p ass", + "▁pa ss", + "▁pas s", + "▁ pass", + "▁a v", + "▁ av", + "y m", + "ro r", + "r or", + "▁A t", + "▁ At", + "oi d", + "o id", + "▁M ar", + "▁Ma r", + "▁ Mar", + "▁E ng", + "▁En g", + "▁ Eng", + "er y", + "e ry", + "g y", + "▁b usiness", + "▁bus iness", + "li sh", + "lis h", + "l ish", + "iss ion", + "▁b uild", + "▁bu ild", + "▁ build", + "▁app ro", + "▁ap pro", + "▁s l", + "▁ sl", + "▁m ark", + "▁mar k", + "▁ mark", + "is ter", + "ist er", + "i ster", + "cc ess", + "c cess", + "▁J ohn", + "▁Jo hn", + "▁Joh n", + "▁ John", + "▁se cond", + "▁sec ond", + "▁ second", + "▁c he", + "▁ch e", + "▁ che", + "li ne", + "lin e", + "l ine", + "▁o pen", + "▁op en", + "▁ open", + "▁p op", + "▁po p", + "▁ pop", + "p ut", + "ak es", + "ake s", + "a kes", + "▁d ifferent", + "▁differ ent", + "ut hor", + "uth or", + "iv ed", + "ive d", + "i ved", + "▁l eg", + "▁le g", + "▁ leg", + "ou ght", + "ough t", + "o ught", + "ri d", + "r id", + "ro n", + "r on", + "c ur", + "▁h ome", + "▁hom e", + "▁ho me", + "▁ home", + "▁A ll", + "▁Al l", + "▁ All", + "re f", + "r ef", + "▁or gan", + "▁org an", + "▁ organ", + "ur ch", + "pl e", + "p le", + "▁go ing", + "▁ going", + "( \"", + "en n", + "ri s", + "r is", + "▁ ‘", + "▁is s", + "▁i ss", + "▁ iss", + "▁m ov", + "▁mo v", + "s h", + "' ,", + "▁in formation", + "▁inform ation", + "▁B e", + "▁ Be", + "▁o per", + "▁op er", + "▁ oper", + "um an", + "uma n", + "u man", + "▁l ist", + "▁li st", + "▁ list", + "▁r un", + "▁ru n", + "▁ run", + "le y", + "l ey", + "▁c a", + "▁ ca", + "po s", + "p os", + "▁c ase", + "▁ca se", + "▁cas e", + "▁ case", + "vin g", + "vi ng", + "v ing", + "▁m ust", + "▁mus t", + "▁v is", + "▁vi s", + "▁ vis", + "oc ial", + "oci al", + "o cial", + "▁h ead", + "▁he ad", + "▁ head", + "▁b est", + "▁be st", + "▁bes t", + "▁ best", + "rat ion", + "r ation", + "▁b ro", + "▁br o", + "▁ bro", + "▁p rot", + "▁pro t", + "▁pr ot", + "▁ prot", + "ob er", + "obe r", + "o ber", + "▁re le", + "▁r ele", + "▁rel e", + "sp an", + "s pan", + "▁pro f", + "▁pr of", + "▁ prof", + "y n", + "() ;", + "( );", + "▁m ain", + "▁ma in", + "▁ main", + "▁ :", + "▁ +", + "con om", + "le ction", + "lect ion", + "l ection", + "g g", + "pl oy", + "ter national", + "tern ational", + "▁prov id", + "um ent", + "ume nt", + "u ment", + "▁f amily", + "▁fam ily", + "▁famil y", + "▁ family", + "▁M ay", + "▁Ma y", + "▁ May", + "oa rd", + "o ard", + "ial ly", + "i ally", + "▁O r", + "▁ Or", + "un e", + "u ne", + "di v", + "d iv", + "▁re ce", + "▁rec e", + "▁rec ord", + "▁reco rd", + "▁ record", + "---- ----", + "ti l", + "t il", + "▁S o", + "▁ So", + "▁s ince", + "▁sin ce", + "▁si nce", + "▁St ates", + "▁State s", + "▁Stat es", + "iv er", + "ive r", + "i ver", + "me d", + "m ed", + "▁go vernment", + "▁govern ment", + "▁ government", + "▁ex pl", + "▁exp l", + "▁ expl", + "▁ad v", + "▁R es", + "▁Re s", + "▁ Res", + "se t", + "s et", + "it tle", + "itt le", + ">< /", + "> <", + "▁n ever", + "▁ne ver", + "in c", + "▁d em", + "▁de m", + "▁ dem", + "▁h app", + "▁ha pp", + "▁mon th", + "▁ month", + "as es", + "ase s", + "a ses", + "at ely", + "ate ly", + "▁s ing", + "▁sin g", + "▁si ng", + "▁s elf", + "▁sel f", + "▁ self", + "▁count ry", + "▁in vest", + "▁inv est", + "▁p ost", + "▁pos t", + "▁po st", + "▁ post", + "▁st and", + "▁ stand", + "E S", + "▁C ar", + "▁Ca r", + "▁ Car", + "▁t oo", + "▁to o", + "▁pro ject", + "▁ project", + "▁v alue", + "▁val ue", + "▁ value", + "▁t ype", + "▁typ e", + "▁ty pe", + "▁ type", + "li ng", + "lin g", + "l ing", + "▁Y ork", + "▁M an", + "▁Ma n", + "▁ Man", + "▁W hen", + "▁Wh en", + "▁Whe n", + "▁ When", + "▁in cre", + "▁inc re", + "ri ct", + "ric t", + "r ict", + "▁* /", + "▁ */", + "er tain", + "ert ain", + "▁T hat", + "▁Th at", + "▁ That", + "▁p riv", + "▁pr iv", + "▁pri v", + "▁ priv", + "re am", + "rea m", + "▁cur rent", + "▁ current", + "▁T e", + "▁ Te", + "▁sm all", + "▁ small", + "ri ed", + "rie d", + "r ied", + "▁fil m", + "▁be lie", + "▁bel ie", + "b y", + "aj or", + "▁with out", + "o f", + "al ity", + "ali ty", + "or g", + "▁or der", + "▁ord er", + "▁ order", + "st and", + "stan d", + "▁G o", + "▁ Go", + "▁te chn", + "▁tech n", + "▁N ational", + "▁Nation al", + "▁Nat ional", + "▁e ffect", + "▁eff ect", + "▁ effect", + "▁e r", + "▁ er", + "▁Ch rist", + "▁Chris t", + "▁ Christ", + "▁c ome", + "▁com e", + "▁co me", + "▁ come", + "O R", + "it ions", + "ition s", + "iti ons", + "y p", + "▁E uro", + "▁s k", + "▁ sk", + "et hing", + "eth ing", + "e thing", + "▁s ol", + "▁so l", + "▁comp any", + "▁compan y", + "iv id", + "▁A m", + "▁ Am", + "▁T o", + "▁ To", + "▁c ap", + "▁ca p", + "▁ cap", + "l ation", + "** **", + "▁t urn", + "▁tur n", + "▁al low", + "▁all ow", + "▁ allow", + "▁s ever", + "▁se ver", + "▁s pe", + "▁sp e", + "▁ spe", + "ht ml", + "h tml", + "in ing", + "ini ng", + "i ning", + "ur s", + "u rs", + "▁W hat", + "▁Wh at", + "▁ What", + "E x", + "e v", + "res ent", + "▁l ater", + "▁la ter", + "▁late r", + "▁lat er", + "ai m", + "a im", + "at ic", + "ati c", + "../ ../", + "as k", + "a sk", + "▁C o", + "▁ Co", + "▁n ext", + "▁ next", + "▁t op", + "▁to p", + "▁ top", + "▁N o", + "▁ No", + "▁qu est", + "▁que st", + "▁ quest", + "▁in c", + "▁ inc", + "▁m at", + "▁ma t", + "▁ mat", + "iv en", + "ive n", + "i ven", + "▁cons ider", + "▁c alled", + "▁call ed", + "▁cal led", + "▁ called", + "▁p ut", + "▁pu t", + "▁ put", + "e ad", + "▁e lect", + "▁el ect", + "▁ele ct", + "▁ elect", + "▁w omen", + "▁p rom", + "▁pro m", + "▁pr om", + "eth od", + "▁W orld", + "▁Wor ld", + "▁ World", + "th ing", + "t hing", + "▁m usic", + "▁mus ic", + "▁un til", + "▁unt il", + "i um", + "og raph", + "ograp h", + "o graph", + "▁m ar", + "▁ma r", + "▁ mar", + "▁g roup", + "▁gr oup", + "▁gro up", + "▁ group", + "== ==", + "▁l ittle", + "▁lit tle", + "▁ i", + "▁P ol", + "▁Po l", + "▁ Pol", + "▁h tt", + "▁ htt", + "▁th ings", + "▁thing s", + "▁thin gs", + "▁p lan", + "▁pl an", + "▁ plan", + "▁ ,", + "▁o rig", + "▁or ig", + "▁ orig", + "▁a ff", + "▁af f", + "▁ aff", + "ge d", + "g ed", + "▁us ing", + "▁ using", + "▁d esc", + "▁de sc", + "▁des c", + "▁ desc", + "▁f ac", + "▁fa c", + "um p", + "u mp", + "op e", + "o pe", + "▁child ren", + "▁ children", + "▁m ight", + "▁mi ght", + "▁m et", + "▁me t", + "▁ met", + "re en", + "ree n", + "r een", + "▁l eft", + "▁le ft", + "▁ left", + "▁p resent", + "▁pres ent", + "▁ present", + "am ple", + "amp le", + "ampl e", + "▁man ag", + "▁with in", + "▁i de", + "▁id e", + "▁ ide", + "it le", + "i tle", + "▁St ate", + "▁Stat e", + "▁ State", + "us h", + "u sh", + "om an", + "oma n", + "o man", + "▁some thing", + "▁som ething", + "if y", + "▁l and", + "▁la nd", + "▁ land", + "▁a sk", + "▁as k", + "▁ ask", + "E N", + "▁m illion", + "▁mill ion", + "▁k nown", + "▁kn own", + "▁know n", + "▁ known", + "▁d et", + "▁de t", + "▁ det", + "vi ous", + "v ious", + "▁p o", + "▁ po", + "▁m il", + "▁mi l", + "▁se em", + "▁see m", + "▁g ame", + "▁ game", + "ri ght", + "rig ht", + "r ight", + "ir on", + "iro n", + "i ron", + "▁A ss", + "▁As s", + "▁ Ass", + "ne y", + "n ey", + "▁Euro pe", + "our n", + "o urn", + "▁l ot", + "▁lo t", + "▁import ant", + "▁ important", + "▁l et", + "▁le t", + "▁ let", + "▁e qu", + "▁ equ", + "fer ences", + "ference s", + "end ed", + "ul ation", + "u lation", + "▁e ng", + "▁en g", + "▁ eng", + "▁b eh", + "▁be h", + "or ies", + "ori es", + "o ries", + "▁v al", + "▁ val", + "▁e s", + "▁ es", + "a i", + "▁G e", + "▁ Ge", + "ge r", + "g er", + "▁s ays", + "▁sa ys", + "▁say s", + "▁b re", + "▁br e", + "▁ bre", + "ent ly", + "▁n ear", + "▁ne ar", + "▁c r", + "▁ cr", + "ter nal", + "tern al", + "at s", + "a ts", + "▁l ocal", + "▁loc al", + "▁lo cal", + "▁ local", + "▁G er", + "▁Ge r", + "re t", + "r et", + "( '", + "con t", + "co nt", + "c ont", + "as ter", + "ast er", + "aste r", + "a ster", + "▁su ccess", + "▁suc cess", + "▁ success", + "▁o cc", + "▁ occ", + "or ding", + "ord ing", + "ordin g", + "ar ge", + "arg e", + "▁m en", + "▁me n", + "▁ men", + "▁W ar", + "he re", + "her e", + "h ere", + "▁w ar", + "▁wa r", + "▁ war", + "▁B y", + "▁ By", + "▁h ref", + "▁le vel", + "▁ level", + "gi n", + "g in", + "▁B rit", + "▁Br it", + "▁W ith", + "▁Wi th", + "▁ With", + "▁w in", + "▁ win", + "▁g ot", + "▁go t", + "▁t ry", + "▁tr y", + "ent ion", + "enti on", + "▁P r", + "▁ Pr", + "▁C ount", + "▁Co unt", + "▁Coun t", + "▁Cou nt", + "▁ Count", + "au lt", + "aul t", + "a ult", + "▁a uthor", + "▁aut hor", + "▁auth or", + "▁ author", + "▁al ways", + "d d", + "ia m", + "i am", + "▁v iew", + "▁vi ew", + "▁ view", + "fer ence", + "fe rence", + "▁P res", + "▁Pr es", + "▁Pre s", + "▁A fter", + "▁Af ter", + "▁ After", + "▁pro per", + "▁pr oper", + "▁prop er", + "os ed", + "ose d", + "▁A f", + "ir c", + "i rc", + "▁c ity", + "id d", + "i dd", + "▁l ess", + "▁le ss", + "▁les s", + "▁ less", + "▁mem bers", + "▁member s", + "Pr o", + "P ro", + "▁char act", + "▁cha ract", + "▁f riend", + "▁ friend", + "▁s ocial", + "▁so cial", + "▁soci al", + "▁J u", + "I D", + "m y", + "le x", + "l ex", + "ue d", + "u ed", + "▁e conom", + "▁ econom", + "▁fe el", + "▁fee l", + "▁w ater", + "▁wat er", + "▁wa ter", + "▁ water", + "▁f ore", + "▁for e", + "▁fo re", + "▁ fore", + "▁M in", + "▁Mi n", + "▁ Min", + "▁M ed", + "▁Me d", + "▁ Med", + "s ource", + "us ed", + "use d", + "ab ly", + "▁e vent", + "▁ev ent", + "▁even t", + "▁ event", + "iv ely", + "ive ly", + "▁g row", + "▁gr ow", + "▁gro w", + "▁m ajor", + "▁maj or", + "▁b ig", + "▁bi g", + "▁ big", + "▁H is", + "▁n on", + "▁no n", + "▁ non", + "▁c ame", + "▁ca me", + "▁cam e", + "ic le", + "i cle", + "ua ry", + "u ary", + "▁S outh", + "▁So uth", + "▁st ory", + "▁ story", + "▁A b", + "▁ Ab", + "▁o pt", + "▁op t", + "▁ opt", + "▁hist ory", + "▁histor y", + "ward s", + "war ds", + "w ards", + "▁we ek", + "▁ week", + "en e", + "e ne", + "▁F l", + "▁ Fl", + "▁p ay", + "▁pa y", + "▁ pay", + "▁a rea", + "▁are a", + "▁ area", + "ai t", + "a it", + "▁ch ang", + "▁cha ng", + "A N", + "ce r", + "c er", + "▁m ove", + "▁mov e", + "▁mo ve", + "▁ move", + "▁h uman", + "▁hum an", + "▁ human", + "▁el se", + "▁p roduct", + "▁pro duct", + "▁produ ct", + "▁ product", + "▁P ar", + "▁Pa r", + "▁ Par", + "▁M r", + "▁d ays", + "▁day s", + "▁da ys", + "▁ days", + "▁O ct", + "▁ Oct", + "al se", + "als e", + "▁A ust", + "ra nd", + "ran d", + "r and", + "ail able", + "▁se ason", + "▁sea son", + "▁ season", + "▁e duc", + "▁ed uc", + "tr ans", + "tra ns", + "ce ption", + "cept ion", + "S T", + "m essage", + "▁you ng", + "ic y", + "i cy", + "▁A ct", + "▁Ac t", + "▁ Act", + "ro p", + "r op", + "al f", + "wor k", + "w ork", + "▁de ath", + "▁tr ue", + "▁tru e", + "▁ true", + "▁e t", + "▁ et", + "ol e", + "o le", + "▁ear ly", + "art ment", + "on ey", + "one y", + "o ney", + "na me", + "nam e", + "n ame", + "▁O ne", + "▁On e", + "▁ One", + "▁em ploy", + "▁commun ity", + "▁s ervice", + "▁serv ice", + "▁ service", + "▁S chool", + "▁Sch ool", + "st it", + "▁w ord", + "▁wor d", + "▁ word", + "le r", + "l er", + "N ame", + "t d", + "▁ch ange", + "▁chang e", + "▁ change", + "▁th ought", + "▁though t", + "▁t ook", + "▁to ok", + "▁too k", + "co l", + "c ol", + "▁G u", + "▁ Gu", + "▁pro ble", + "▁prob le", + "e e", + "▁p ub", + "▁pu b", + "▁ pub", + "er ed", + "ere d", + "e red", + "er al", + "era l", + "e ral", + "▁h ard", + "▁ha rd", + "▁har d", + "▁ hard", + "yl e", + "y le", + "▁sever al", + "▁bet ter", + "▁W ill", + "▁Wil l", + "▁Wi ll", + "▁ Will", + "ou rs", + "our s", + "o urs", + "er ing", + "e ring", + "ad d", + "a dd", + "▁C al", + "▁Ca l", + "▁ Cal", + "le ge", + "leg e", + "ba ck", + "b ack", + "si de", + "s ide", + "A L", + "▁re search", + "▁res earch", + "▁rese arch", + "▁researc h", + "▁a long", + "▁al ong", + "▁M arch", + "▁Mar ch", + "▁Marc h", + "ch es", + "che s", + "c hes", + "du ct", + "duc t", + "d uct", + "▁S u", + "▁ Su", + "os p", + "o sp", + "▁E n", + "▁ En", + "▁s it", + "▁si t", + "... .....", + ".... ....", + "..... ...", + "in ation", + "▁A ug", + "▁follow ing", + "▁d ra", + "▁dr a", + "▁E d", + "▁ Ed", + "▁p ract", + "▁pr act", + "▁pra ct", + "le g", + "l eg", + "▁f und", + "▁fun d", + "▁fu nd", + "▁ fund", + "▁wor king", + "▁work ing", + "io d", + "i od", + "ab ility", + "abil ity", + "▁me et", + "▁est ab", + "▁es tab", + "▁ estab", + "ust om", + "fo r", + "f or", + "▁B ro", + "▁Br o", + "on y", + "o ny", + "▁bec ame", + "▁a way", + "▁aw ay", + "▁ away", + "▁A pr", + "▁Ap r", + "▁priv ate", + "▁ private", + "▁e as", + "▁act iv", + "▁ activ", + "▁of fer", + "▁off er", + "▁f ull", + "▁fu ll", + "▁ full", + "va l", + "v al", + "▁c amp", + "▁ca mp", + "▁cam p", + "ar ds", + "ard s", + "▁s eries", + "▁se ries", + "▁ser ies", + "▁Se pt", + "▁Sep t", + "uc k", + "u ck", + "th is", + "t his", + "▁ke ep", + "an ces", + "ance s", + "anc es", + "▁stud ents", + "▁student s", + ") )", + "no t", + "n ot", + "ch ed", + "che d", + "c hed", + "an gu", + "ang u", + "▁f inal", + "▁fin al", + "▁ final", + "a f", + "▁o ften", + "▁of ten", + "ent ial", + "enti al", + "▁c ult", + "▁cu lt", + "▁cul t", + "▁add ition", + "ra d", + "r ad", + "ort un", + "▁f ar", + "▁fa r", + "▁b ased", + "▁bas ed", + "▁base d", + "▁ based", + "al es", + "ale s", + "a les", + "or ed", + "ore d", + "o red", + "ri but", + "rib ut", + "▁h ouse", + "▁hous e", + "▁ho use", + "▁ house", + "▁R ep", + "▁Re p", + "▁ Rep", + "▁H ar", + "▁Ha r", + "en ding", + "end ing", + "▁P e", + "▁ Pe", + "ro ll", + "rol l", + "r oll", + "▁J une", + "▁Ju ne", + "▁Jun e", + "it or", + "ito r", + "ro nt", + "ron t", + "r ont", + "uf f", + "u ff", + "▁be come", + "▁bec ome", + ") :", + "▁p ast", + "▁pa st", + "▁pas t", + "▁N orth", + "▁Nor th", + "▁Nort h", + "ul e", + "u le", + "g o", + "b l", + "vi ron", + "v iron", + "ut ure", + "u ture", + "au t", + "a ut", + "▁E m", + "▁ Em", + "▁C ity", + "am ent", + "ame nt", + "a ment", + "▁c ost", + "▁co st", + "▁cos t", + "T h", + "ob al", + "o bal", + "▁- -", + "▁ --", + "I t", + "▁did n", + "▁ind ust", + "T ype", + "ight s", + "igh ts", + "▁mark et", + "▁ market", + "is ing", + "ivid ual", + "▁l ove", + "▁lo ve", + "▁lov e", + "▁H er", + "▁He r", + "▁prof ess", + "▁c ond", + "▁con d", + "▁co nd", + "▁ cond", + "▁a ccess", + "▁acc ess", + "▁ac cess", + "▁ access", + "▁Jan uary", + "ur ed", + "ure d", + "u red", + "▁a ble", + "▁ab le", + "▁ able", + "▁P art", + "▁Par t", + "▁Pa rt", + "▁ Part", + "ain t", + "ai nt", + "a int", + "A S", + "io l", + "i ol", + "▁k ind", + "▁ kind", + "se l", + "s el", + "▁M c", + "em pt", + "emp t", + "▁sh ort", + "▁ short", + "um m", + "u mm", + "d e", + "▁J uly", + "▁Ju ly", + "▁Jul y", + "ac y", + "a cy", + "▁f oot", + "▁fo ot", + "▁ foot", + "▁g iven", + "▁give n", + "▁av ailable", + "▁F ran", + "▁Fr an", + "re w", + "r ew", + "▁Apr il", + "▁develop ment", + "▁s ong", + "▁so ng", + "▁son g", + "C h", + "ur ther", + "urt her", + "▁ X", + "ke y", + "k ey", + "R E", + "▁ !", + "▁l arge", + "▁larg e", + "▁f ree", + "▁fre e", + "▁fr ee", + "▁ free", + "▁am ong", + "id ence", + "ide nce", + "iden ce", + "▁f ield", + "▁ field", + "co de", + "c ode", + "▁d i", + "▁ di", + "an e", + "a ne", + "af f", + "a ff", + "at eg", + "ate g", + "re ady", + "read y", + "rea dy", + "▁includ e", + "▁incl ude", + "▁ include", + "ak en", + "ake n", + "a ken", + "▁Re ferences", + "▁I m", + "▁ Im", + "▁in vol", + "▁inv ol", + "it her", + "ith er", + "i ther", + "▁exper ience", + "▁experien ce", + "▁w ent", + "▁we nt", + "vers ion", + "v ersion", + "▁serv ices", + "▁service s", + "▁D ep", + "▁De p", + "▁ Dep", + "I d", + "▁m aking", + "▁ma king", + "▁ making", + "▁a ut", + "▁au t", + "▁ aut", + "▁How ever", + "▁Com p", + "▁Co mp", + "▁ Comp", + "ra p", + "r ap", + "▁G erman", + "▁Ger man", + "▁= >", + "▁Pres ident", + "re g", + "r eg", + "re m", + "r em", + "▁ar g", + "▁ arg", + "▁Can ad", + "Co n", + "C on", + "bu m", + "b um", + "war e", + "wa re", + "w are", + "\" .", + "▁t ri", + "▁tr i", + "▁m ean", + "▁me an", + "par am", + "pa ram", + "y l", + "▁ide nt", + "▁id ent", + "▁ ident", + "ge ther", + "get her", + "g ether", + "▁t ogether", + "▁to gether", + "▁M e", + "▁ Me", + "ce mber", + "c ember", + "▁part icular", + "▁partic ular", + "▁con n", + "▁ conn", + "it er", + "ite r", + "i ter", + "ap s", + "a ps", + "ac he", + "ach e", + "a che", + "/ >", + "▁t ell", + "▁te ll", + "▁tel l", + "▁Sept ember", + "▁ac ross", + "▁t rad", + "▁tr ad", + "▁tra d", + "▁h aving", + "▁ha ving", + "▁Oct ober", + "▁under stand", + "▁underst and", + "▁cl aim", + "▁ claim", + "s w", + "▁w on", + "com m", + "co mm", + "▁c ertain", + "▁cert ain", + "▁cer tain", + "▁t imes", + "▁time s", + "▁tim es", + "▁l im", + "▁li m", + "▁ lim", + "ar get", + "arg et", + "arge t", + "▁c lear", + "▁cl ear", + "▁cle ar", + "▁ clear", + "▁c ourse", + "▁co urse", + "▁cour se", + "ow s", + "o ws", + "ov er", + "ove r", + "o ver", + "▁Aug ust", + "I T", + "cur ity", + "c urity", + "viron ment", + "▁ind ividual", + "▁spec ial", + "▁spe cial", + "▁d eb", + "▁de b", + "ov ember", + "ove mber", + "on se", + "ons e", + "▁n ational", + "▁nation al", + "▁ national", + "ci l", + "c il", + "ap e", + "a pe", + "▁a ir", + "▁ air", + "our ces", + "ource s", + "▁s w", + "▁ sw", + "▁R uss", + "▁Ru ss", + "▁A rt", + "▁Ar t", + "▁ Art", + "un g", + "u ng", + "mo st", + "m ost", + "ip p", + "i pp", + "▁g ive", + "▁o bject", + "▁ob ject", + "▁obj ect", + "▁ object", + "st r", + "s tr", + "in ks", + "ink s", + "# #", + "R e", + "▁c over", + "▁co ver", + "▁ cover", + "▁O ff", + "▁Of f", + "▁ Off", + "St ring", + "Str ing", + "▁M y", + "▁ My", + "▁other s", + "am ed", + "ame d", + "a med", + "▁app ear", + "▁h old", + "▁hol d", + "▁ho ld", + "▁ hold", + "og n", + "o gn", + "▁A g", + "ie f", + "i ef", + "▁R eg", + "▁Re g", + "▁ Reg", + "▁P er", + "▁Pe r", + "▁ Per", + "▁per iod", + "▁De cember", + "▁Dec ember", + "Con t", + "Co nt", + "C ont", + "▁s ide", + "▁si de", + "▁sid e", + "▁ side", + "il t", + "i lt", + "▁f ive", + "▁ five", + "▁b as", + "▁ bas", + "▁ >", + "▁d ev", + "▁de v", + "▁ dev", + "pl ay", + "p lay", + "▁Af ric", + "ab or", + "a bor", + "▁prov ide", + "▁provid e", + "▁f oc", + "▁fo c", + "▁F eb", + "▁Fe b", + "▁th ough", + "▁ though", + "port s", + "por ts", + "p orts", + "ate rial", + "ater ial", + "▁re present", + "▁rep resent", + "▁al ready", + "▁j ob", + "▁jo b", + "▁ job", + "▁l ik", + "▁li k", + "▁ lik", + "▁B ar", + "▁Ba r", + "▁ Bar", + "▁e ver", + "▁ev er", + "▁ ever", + "is on", + "i son", + "▁ex ample", + "▁exam ple", + "▁ example", + "▁p a", + "▁ pa", + "? \"", + "he ad", + "h ead", + "▁b en", + "▁be n", + "▁ ben", + "it ive", + "iti ve", + "▁A pp", + "▁Ap p", + "▁ App", + "▁H ist", + "▁His t", + "▁ Hist", + "▁for mer", + "▁form er", + "▁ former", + "▁The se", + "▁Th ese", + "re et", + "ree t", + "▁c rit", + "▁cr it", + "▁le ast", + "if t", + "i ft", + "▁j o", + "▁ jo", + "▁t alk", + "▁tal k", + "oi ce", + "o ice", + "▁N ovember", + "▁Nov ember", + "▁d oc", + "▁do c", + "▁ doc", + "on es", + "one s", + "o nes", + "▁polit ical", + "▁to day", + "▁N ot", + "▁No t", + "▁ Not", + "it ary", + "itar y", + "ita ry", + "ag ue", + "agu e", + "▁Count y", + "▁Coun ty", + "im ate", + "ima te", + "i mate", + "▁D av", + "▁Da v", + "ir l", + "i rl", + "▁E l", + "▁ El", + "L E", + "oc iety", + "oci ety", + "▁v oid", + "▁vo id", + "▁ void", + "▁ `", + "le v", + "l ev", + "▁in it", + "▁ init", + "cr ipt", + "c ript", + "\" />", + "▁app lic", + "▁con c", + "▁l arg", + "▁t old", + "▁to ld", + "l u", + "▁w hy", + "▁wh y", + "m a", + "ient s", + "ien ts", + "i ents", + "▁t hing", + "▁th ing", + "▁thin g", + "▁ thing", + "▁h eld", + "▁he ld", + "▁hel d", + "▁ held", + "▁G od", + "▁Go d", + "cre t", + "cr et", + "c ret", + "id es", + "ide s", + "i des", + "pe ct", + "pec t", + "p ect", + "th ough", + "▁a nt", + "▁an t", + "▁ ant", + "▁f re", + "▁fr e", + "▁t em", + "▁te m", + "en ed", + "ene d", + "e ned", + "▁k ey", + "▁ke y", + "▁ key", + "Co m", + "C om", + "▁C ont", + "▁Con t", + "▁Co nt", + "▁ Cont", + "▁C our", + "▁Co ur", + "▁Cou r", + "▁Americ a", + "▁com pet", + "▁comp et", + "e y", + "▁sh all", + "▁stud y", + "ie t", + "i et", + "▁p ort", + "▁po rt", + "▁por t", + "▁ port", + "▁f uture", + "▁fu ture", + "▁fut ure", + "ing ton", + "▁m oney", + "▁mon ey", + "▁mo ney", + "st er", + "ste r", + "s ter", + "ol ution", + "▁m ember", + "▁me mber", + "▁mem ber", + "▁ member", + "her n", + "h ern", + "op t", + "o pt", + "▁m ult", + "▁ mult", + "▁cont rol", + "▁ control", + "▁acc ount", + "▁ac count", + "▁ account", + "se r", + "s er", + "ci ng", + "c ing", + "▁be gan", + "▁beg an", + "ac es", + "ace s", + "a ces", + "au gh", + "aug h", + "▁s ix", + "▁si x", + "▁f ail", + "▁fa il", + "▁v ol", + "▁vo l", + "▁ vol", + "▁t ax", + "▁ta x", + "▁r ole", + "▁ro le", + "▁ role", + "il led", + "ill ed", + "ille d", + "▁H ouse", + "▁Hou se", + "▁Ho use", + "▁Hous e", + "▁me ans", + "▁mean s", + "▁G l", + "▁ Gl", + "▁o nce", + "▁on ce", + "▁W est", + "▁We st", + "▁Wes t", + "▁* *", + "▁ **", + "ve rt", + "ver t", + "v ert", + "▁desc rib", + "el t", + "e lt", + "▁play ers", + "▁player s", + "erv ice", + "A C", + "I C", + "ik e", + "i ke", + "▁d one", + "▁do ne", + "▁don e", + "▁c reat", + "▁cre at", + "▁/ **", + "▁/* *", + "▁Brit ish", + "▁al bum", + "▁s ent", + "▁se nt", + "▁sen t", + "ww w", + "w ww", + "▁n et", + "▁ne t", + "▁ net", + "▁s een", + "▁se en", + "▁see n", + "▁l ight", + "▁li ght", + "▁ light", + "trans lation", + "ap t", + "a pt", + "▁D r", + "▁im pro", + "▁imp ro", + "op h", + "o ph", + "▁Aust ral", + "▁t reat", + "▁tre at", + "▁p ossible", + "▁poss ible", + "mo d", + "m od", + "iqu e", + "i que", + "er ship", + "ers hip", + "eng th", + "▁rel ations", + "▁relation s", + "ep end", + "tim e", + "ti me", + "t ime", + "am b", + "a mb", + "▁C or", + "▁Co r", + "▁w orks", + "▁wor ks", + "▁work s", + "▁ works", + "il ls", + "ill s", + "our nal", + "ourn al", + "▁C har", + "▁Ch ar", + "▁Cha r", + "▁ Char", + "▁D o", + "▁ Do", + "▁en ough", + "▁wh ether", + "▁whe ther", + "▁s ure", + "▁su re", + "▁sur e", + "ru ary", + "r uary", + "▁a ge", + "▁ag e", + "▁ age", + "angu age", + "it ted", + "itt ed", + "itte d", + "▁r oom", + "▁ro om", + "▁ room", + "z e", + "ide o", + "▁build ing", + "▁ building", + "▁b ody", + "▁bo dy", + "▁ body", + "▁v e", + "▁ ve", + "um b", + "u mb", + "▁b o", + "▁ bo", + "ress ion", + "r ession", + "▁re ason", + "min ist", + "▁start ed", + "▁star ted", + "il ar", + "ila r", + "▁K ing", + "▁t w", + "▁ tw", + "ui ld", + "u ild", + "▁st rong", + "▁str ong", + "▁ strong", + "ir th", + "irt h", + "▁p ot", + "▁po t", + "▁p ri", + "▁pr i", + "▁ pri", + "w h", + "▁p ur", + "▁pu r", + "▁ pur", + "▁l ive", + "▁li ve", + "▁liv e", + "▁ live", + "iv il", + "▁per cent", + "he rs", + "her s", + "h ers", + "▁s ingle", + "▁sing le", + "▁t ot", + "▁to t", + "on don", + "ond on", + "it te", + "itt e", + "Re s", + "R es", + "at ors", + "ator s", + "ato rs", + "ne w", + "n ew", + "al t", + "a lt", + "▁month s", + "oc ation", + "▁D es", + "▁De s", + "▁ Des", + "cl ass", + "ty pe", + "t ype", + "▁P a", + "es ts", + "est s", + "ha m", + "h am", + "▁Q u", + "▁ Qu", + "ht t", + "h tt", + "▁p hot", + "▁ph ot", + "ad em", + "ade m", + "a dem", + "▁char acter", + "▁charact er", + "▁n ight", + "▁ night", + "▁d ue", + "▁du e", + "▁m om", + "▁mo m", + "gr ound", + "g round", + "if f", + "i ff", + "▁In ternational", + "▁Inter national", + "le te", + "let e", + "▁Eng lish", + "fa ce", + "f ace", + "▁c ourt", + "▁co urt", + "▁cour t", + "▁cou rt", + "▁ex c", + "ot s", + "o ts", + "▁a nal", + "▁an al", + "▁ anal", + "oun cil", + "iv al", + "iva l", + "i val", + "▁r is", + "▁ri s", + "▁ ris", + "▁Feb ruary", + "▁re ceived", + "▁rece ived", + "▁receive d", + "▁ex ist", + "ru ction", + "ruct ion", + "r uction", + "▁e y", + "▁ ey", + "of f", + "o ff", + "▁h ig", + "▁st ruct", + "▁str uct", + "▁stru ct", + "▁ struct", + "▁r ights", + "▁right s", + "ain ing", + "ai ning", + "a ining", + "▁comp let", + "▁compl et", + "▁t itle", + "▁tit le", + "▁ title", + "pr e", + "p re", + "ec ut", + "e cut", + "W e", + "▁n ull", + "▁nu ll", + "▁ null", + "▁s af", + "▁sa f", + "▁m ethod", + "▁meth od", + "▁ method", + "▁quest ion", + "▁vis it", + "▁up on", + "▁en c", + "▁ enc", + "▁com mon", + "▁comm on", + "▁ common", + "um n", + "▁A cc", + "▁Ac c", + "▁ Acc", + "an ds", + "and s", + "if ication", + "ific ation", + "▁v iol", + "▁vi ol", + "▁C he", + "▁Ch e", + "▁ Che", + "am a", + "a ma", + "an ies", + "ani es", + "▁f alse", + "▁ false", + "▁c ustom", + "▁cust om", + "▁ custom", + "act ion", + "a ction", + "▁p osition", + "▁pos ition", + "▁posit ion", + "▁ position", + "▁s top", + "▁st op", + "▁ stop", + "▁requ ire", + "▁ require", + "▁I I", + "▁ II", + "▁add ress", + "▁ address", + "oo n", + "o on", + "pl es", + "ple s", + "p les", + "▁= =", + "▁ ==", + "ur g", + "ib ility", + "ra in", + "r ain", + "u ation", + "▁c reate", + "▁cre ate", + "▁creat e", + "▁ create", + "▁d eter", + "▁de ter", + "▁det er", + "▁su per", + "▁sup er", + "▁ super", + "ict ion", + "i ction", + "▁care er", + "op y", + "o py", + "b r", + "ro du", + "no w", + "n ow", + "A r", + "L ist", + "▁h alf", + "▁hal f", + "▁t own", + "▁to wn", + "▁tow n", + "▁ town", + "▁c e", + "▁ ce", + "▁b egin", + "▁be gin", + "▁beg in", + "▁ begin", + "I S", + "▁le arn", + "▁L a", + "▁ La", + "C l", + "ir m", + "i rm", + "il ities", + "ili ties", + "ilit ies", + "▁th ird", + "▁resp ons", + "in o", + "i no", + "an a", + "a na", + "▁disc uss", + "fi eld", + "f ield", + "▁su bject", + "▁sub ject", + "▁C ourt", + "▁Co urt", + "▁Cour t", + "▁Cou rt", + "▁gener al", + "▁gen eral", + "▁gene ral", + "il le", + "ill e", + "▁t yp", + "▁ty p", + "▁L ondon", + "▁ann oun", + "▁in ternational", + "▁inter national", + "▁intern ational", + "ut es", + "ute s", + "u tes", + "al d", + "a ld", + "E D", + "▁S w", + "▁ Sw", + "▁t re", + "▁tr e", + "▁ tre", + "▁p arent", + "▁par ent", + "▁pa rent", + "▁ parent", + "ra g", + "r ag", + "ed eral", + "eder al", + "de f", + "d ef", + "▁f urther", + "▁fur ther", + "▁opp ortun", + "f o", + "▁p le", + "▁pl e", + "▁ ple", + "▁G ener", + "▁Ge ner", + "▁Gen er", + "▁Gene r", + "▁ Gener", + "or der", + "ord er", + "▁ben ef", + "fi g", + "f ig", + "id s", + "i ds", + "sel ves", + "▁re view", + "▁rev iew", + "▁M ich", + "▁Mic h", + "▁Mi ch", + "an cial", + "anc ial", + "▁t aken", + "▁take n", + "▁ta ken", + "f l", + "hi ng", + "h ing", + "▁do ing", + "▁doi ng", + "hol d", + "ho ld", + "h old", + "ib r", + "i br", + "ie n", + "i en", + "▁D is", + "▁Di s", + "▁ Dis", + "ye ar", + "y ear", + "▁St ud", + "▁Stu d", + "▁L aw", + "▁La w", + "ir t", + "i rt", + "▁f ood", + "▁fo od", + "gr ess", + "g ress", + "▁c ou", + "▁co u", + "ul es", + "ule s", + "u les", + "ap an", + "a pan", + "▁y et", + "▁ye t", + "▁pre vious", + "▁prev ious", + "▁off icial", + "▁offic ial", + "▁orig inal", + "▁origin al", + "▁ original", + "▁a ction", + "▁act ion", + "▁ action", + "▁att ack", + "▁sign ific", + "▁m edia", + "▁med ia", + "▁ media", + "▁Will iam", + "▁m aterial", + "▁mater ial", + "▁ material", + "▁Wh ile", + "u f", + "▁d eal", + "▁de al", + "▁bre ak", + "▁ break", + "▁m ind", + "▁min d", + "▁mi nd", + "▁ mind", + "▁ )", + "▁s ite", + "▁sit e", + "▁si te", + "▁ site", + ". _", + "olog ical", + "▁person al", + "▁ z", + "E C", + "▁ag re", + "▁S m", + "▁ Sm", + "et t", + "e tt", + "n a", + "▁p ress", + "▁pre ss", + "▁pr ess", + "▁pres s", + "▁ press", + "▁c omb", + "▁com b", + "▁co mb", + "▁t ext", + "▁ text", + "en der", + "end er", + "e nder", + "▁play ed", + "▁how ever", + "▁him self", + "▁f ather", + "▁fa ther", + "▁fat her", + "▁ father", + "▁d ou", + "▁do u", + "▁educ ation", + "▁f ace", + "▁fac e", + "▁fa ce", + "▁ face", + "um e", + "u me", + "id ed", + "ide d", + "▁s ound", + "▁so und", + "▁m or", + "▁mo r", + "ren ch", + "lect ed", + "l ected", + "▁re du", + "▁r edu", + "▁red u", + "▁w ind", + "▁win d", + "▁ wind", + "▁m ot", + "▁mo t", + "▁Ass oci", + "▁F rom", + "▁Fr om", + "▁Fro m", + "▁ From", + "▁ph ys", + "▁count ries", + "ce ed", + "c eed", + "\"> <", + "\" ><", + "▁al most", + "u k", + "▁re pl", + "▁rep l", + "en ds", + "end s", + "▁ch all", + "▁cha ll", + "▁d est", + "▁de st", + "▁des t", + "▁ dest", + "▁g en", + "▁ge n", + "▁ gen", + "▁A ng", + "▁An g", + "op s", + "o ps", + "▁J ust", + "▁Ju st", + "▁ Just", + "▁rec ogn", + "▁reco gn", + "▁ass oci", + "▁T ra", + "▁Tr a", + "▁ Tra", + "A M", + "▁d r", + "▁ dr", + "ac hed", + "ach ed", + "ache d", + "a ched", + "▁m akes", + "▁make s", + "▁ma kes", + "itt ee", + "itte e", + "idd le", + "▁pub lished", + "▁publis hed", + "▁publish ed", + "oo r", + "o or", + "▁h on", + "▁ho n", + "▁d iff", + "▁dif f", + "▁di ff", + "ear ch", + "e arch", + "▁f all", + "▁fa ll", + "▁ fall", + "▁Ph il", + "▁m ag", + "▁ma g", + "re st", + "res t", + "r est", + "at ural", + "atur al", + "▁part icip", + "▁partic ip", + "▁as ked", + "▁ask ed", + "ar ing", + "ari ng", + "a ring", + "▁eff ort", + "▁indust ry", + "e al", + "A P", + "▁S ch", + "▁Sc h", + "hi b", + "h ib", + "▁bl ack", + "▁r ad", + "▁ra d", + "▁ rad", + "▁P ark", + "▁Par k", + "\" )", + "▁S ee", + "▁Se e", + "▁ See", + "▁b ring", + "▁br ing", + "▁l ow", + "▁lo w", + "▁ low", + "ac ed", + "ace d", + "a ced", + "es e", + "e se", + "▁v ari", + "▁var i", + "▁Col lege", + "▁wh ole", + "▁who le", + "ar i", + "a ri", + "▁Ch ina", + "▁me as", + "▁en vironment", + "▁re leased", + "▁rele ased", + "▁release d", + "▁comp anies", + "▁compan ies", + "om in", + "o min", + "av a", + "a va", + "▁de tail", + "▁det ail", + "▁pres ident", + "▁J apan", + "▁Ja pan", + "▁S er", + "▁Se r", + "▁ Ser", + "at ter", + "att er", + "▁e ner", + "▁en er", + "▁ ener", + "bs ite", + "b site", + "▁i d", + "▁ id", + "▁b irth", + "ist ic", + "ab el", + "a bel", + "li n", + "l in", + "▁e p", + "▁ ep", + "▁ x", + "▁act ually", + "▁actual ly", + "▁s on", + "▁so n", + "▁ son", + "▁cont ent", + "▁ content", + "▁f av", + "▁fa v", + "ca st", + "c ast", + "▁iss ues", + "▁issue s", + "▁ issues", + "ba r", + "b ar", + "▁pro b", + "▁pr ob", + "▁Cal if", + "da te", + "dat e", + "d ate", + "pec ially", + "▁var ious", + "▁vari ous", + "ad es", + "ade s", + "a des", + "▁look ing", + "▁lo oking", + "▁ looking", + "▁Dep artment", + "▁b it", + "▁bi t", + "▁ bit", + "um mer", + "umm er", + "s y", + "ci al", + "c ial", + "▁s pace", + "▁sp ace", + "▁ space", + "▁S ome", + "▁So me", + "▁Som e", + "▁ Some", + "▁S an", + "▁Sa n", + "▁bel ieve", + "▁belie ve", + "▁h ost", + "▁ho st", + "▁ host", + "cl us", + "▁he art", + "▁hear t", + "▁ heart", + "▁j ud", + "▁ju d", + "▁ jud", + "▁D on", + "▁Do n", + "▁ Don", + "▁e ither", + "▁r ather", + "▁ra ther", + "▁rat her", + "▁C enter", + "▁Cent er", + "▁ne cess", + "▁ necess", + "▁M on", + "▁Mo n", + "▁ Mon", + "for d", + "fo rd", + "f ord", + "ro ups", + "rou ps", + "roup s", + "at ures", + "ature s", + "atur es", + "▁F in", + "▁re spect", + "▁res pect", + "▁resp ect", + "-------- --------", + "ic ult", + "st ring", + "str ing", + "▁S en", + "▁Se n", + "ra ft", + "▁pol icy", + "▁polic y", + "E T", + "▁a p", + "▁ ap", + "▁l inks", + "▁link s", + "▁lin ks", + "▁s uff", + "▁su ff", + "▁ev ents", + "▁even ts", + "▁event s", + "▁ events", + "▁l o", + "▁ lo", + "▁a go", + "▁ag o", + "▁ ago", + "▁h ttp", + "▁htt p", + "▁ http", + "bo ok", + "b ook", + "▁H igh", + "▁Hig h", + "▁m other", + "▁mot her", + "▁mo ther", + "▁ mother", + "▁o p", + "▁ op", + "▁a ud", + "▁au d", + "▁ aud", + "as ing", + "asi ng", + "▁d ri", + "▁dr i", + "jo y", + "j oy", + "▁hist or", + "▁s ugg", + "▁su gg", + "▁ab ove", + "▁cent ury", + "▁ century", + "▁does n", + "▁d eg", + "▁de g", + "▁ deg", + "ra nce", + "ran ce", + "r ance", + "▁ent ire", + "▁g round", + "▁gr ound", + "▁gro und", + "▁ ground", + "▁wor ked", + "▁work ed", + "▁g ames", + "▁game s", + "▁c oll", + "▁co ll", + "▁col l", + "▁ coll", + "▁E ar", + "ch ie", + "chi e", + "▁ne ws", + "▁new s", + "▁ news", + "or nia", + "orn ia", + "▁off ice", + "▁offic e", + "ent al", + "▁prov ided", + "▁provid ed", + "▁provide d", + "▁He alth", + "▁b r", + "▁ br", + "▁t otal", + "▁tot al", + "▁c irc", + "▁cir c", + "▁D ist", + "▁Dis t", + "▁Di st", + "lo ad", + "l oad", + "▁part y", + "▁par ty", + "▁ party", + "at ory", + "ator y", + "ato ry", + "▁D em", + "▁De m", + "ru g", + "r ug", + "▁p ers", + "▁per s", + "▁pe rs", + "▁ pers", + "▁D irect", + "▁Di rect", + "▁ Direct", + "a e", + "▁a mount", + "▁am ount", + "▁cl ose", + "▁clos e", + "▁ close", + "▁. ..", + "▁.. .", + "▁ ...", + "▁sim ilar", + "b ject", + "▁pro perty", + "▁proper ty", + "▁ property", + "▁f ocus", + "▁foc us", + "▁ focus", + "oc r", + "o cr", + "▁foot ball", + "ograph y", + "ograp hy", + "▁Dav id", + "▁l ed", + "▁le d", + "▁ led", + "▁m iss", + "▁mis s", + "▁mi ss", + "▁ miss", + "or ge", + "org e", + "▁l ate", + "▁la te", + "▁lat e", + "▁ late", + "es tern", + "est ern", + "ester n", + "at tle", + "att le", + "▁re v", + "▁r ev", + "o e", + "▁acc ording", + "▁accord ing", + "ee d", + "e ed", + "▁W ash", + "▁Was h", + "▁l iving", + "▁li ving", + "▁liv ing", + "ess ion", + "▁de cl", + "▁dec l", + "▁mil itary", + "▁milit ary", + "▁F rench", + "▁cre ated", + "▁creat ed", + "▁create d", + "m b", + "ac hing", + "ach ing", + "a ching", + "▁h ours", + "▁hour s", + "▁ho urs", + "IO N", + "I ON", + "▁Europe an", + "▁signific ant", + "▁are as", + "▁area s", + "um ents", + "ument s", + "u ments", + "R O", + "▁M ore", + "▁Mor e", + "▁Mo re", + "▁s aw", + "▁sa w", + "use um", + "▁f ront", + "▁fro nt", + "▁fr ont", + "▁ front", + "▁bu ilt", + "ai gn", + "a ign", + "▁p rim", + "▁pr im", + "▁pri m", + "▁h om", + "▁ho m", + "▁Calif ornia", + "ic ation", + "▁w anted", + "▁want ed", + "m p", + "▁v ersion", + "▁vers ion", + "▁ version", + "▁s ex", + "▁se x", + "▁ sex", + "in ter", + "int er", + "▁requ ired", + "▁require d", + "bo r", + "b or", + "▁com es", + "▁co mes", + "▁come s", + "▁ comes", + "▁pro blem", + "▁proble m", + "▁prob lem", + "▁ac cept", + "▁ accept", + "▁reg ard", + "ut ions", + "ution s", + "▁A c", + "▁ Ac", + "▁/ *", + "▁com pl", + "▁comp l", + "▁ne eds", + "▁need s", + "ae l", + "a el", + "▁writ ten", + "▁ written", + "▁t arget", + "▁tar get", + "▁ target", + ". )", + "un ction", + "unct ion", + "▁m er", + "▁me r", + "▁ mer", + "▁im m", + "▁i mm", + "▁ imm", + "qu est", + "que st", + "ques t", + "ra el", + "r ael", + "▁beh ind", + "▁c ell", + "▁ce ll", + "▁ cell", + "▁b ar", + "▁ bar", + "▁qu e", + "▁q ue", + "▁ que", + "▁F irst", + "▁ First", + "in ary", + "ina ry", + "inar y", + "▁htt ps", + "▁http s", + "▁ https", + "▁st ep", + "▁ste p", + "▁ step", + "▁friend s", + "it ch", + "▁re lig", + "▁rel ig", + "▁reli g", + "ue l", + "u el", + "▁e nergy", + "▁ener gy", + "led ge", + "l edge", + "▁R et", + "▁Re t", + "▁ Ret", + "▁iss ue", + "▁ issue", + "▁contin ue", + "▁continu e", + "▁Ind ia", + "▁sh are", + "▁shar e", + "ig ation", + "▁gl obal", + "▁glob al", + "▁ global", + "▁H ol", + "▁Ho l", + "▁ide a", + "▁relations hip", + "▁relation ship", + "▁P at", + "▁Pa t", + "▁ Pat", + "ect or", + "e ctor", + "▁imp act", + "▁Re public", + "▁Rep ublic", + "▁g rad", + "▁gr ad", + "▁gra d", + "▁ grad", + "rid ge", + "▁pop ulation", + "ud e", + "u de", + "▁e ns", + "▁en s", + "▁ ens", + "**** ****", + "c i", + "▁i ll", + "▁il l", + "▁ ill", + "▁t aking", + "▁ta king", + "ok e", + "o ke", + "▁a bs", + "▁ab s", + "▁ abs", + "▁st atic", + "▁stat ic", + "▁ static", + "▁P ost", + "▁Po st", + "▁ Post", + "▁C O", + "▁ CO", + "▁T H", + "▁ TH", + "ir es", + "ire s", + "i res", + "▁inf lu", + "▁ex pect", + "▁exp ect", + "▁s at", + "▁sa t", + "▁l og", + "▁lo g", + "▁ log", + "▁b ase", + "▁bas e", + "▁ base", + "▁f amil", + "▁fam il", + "▁s old", + "▁so ld", + "▁sol d", + "▁M ark", + "▁Mar k", + "▁ Mark", + "av ing", + "a ving", + "▁Wash ington", + "▁conc ern", + "▁n eg", + "▁ne g", + "og le", + "▁In stit", + "▁Inst it", + "▁st yle", + "▁ style", + "// //", + "▁includ ed", + "▁include d", + "▁ar ch", + "▁arc h", + "▁ arch", + "▁che ck", + "▁ check", + "▁wh ite", + "▁ white", + "▁st ring", + "▁str ing", + "▁stri ng", + "▁ string", + "▁res ults", + "▁result s", + "▁c ut", + "▁cu t", + "▁ cut", + "co ver", + "c over", + "▁n othing", + "▁not hing", + "▁no thing", + "do m", + "d om", + "u x", + "an ks", + "ank s", + "se qu", + "s equ", + "▁es pecially", + "▁f ig", + "▁ fig", + "at ives", + "ative s", + "ati ves", + "▁w ords", + "▁wor ds", + "▁word s", + "▁ words", + "▁diff icult", + "▁s ize", + "▁si ze", + "▁ size", + "▁mod el", + "▁mode l", + "▁mo del", + "▁ model", + "▁w oman", + "▁ woman", + "ee s", + "e es", + "▁c ases", + "▁ca ses", + "▁case s", + "▁cas es", + "▁F il", + "▁ Fil", + "▁f ire", + "▁ fire", + "ic a", + "i ca", + "▁New s", + "▁Ne ws", + "▁en joy", + "▁s erved", + "▁serv ed", + "▁ser ved", + "▁serve d", + "ag er", + "age r", + "a ger", + "it ing", + "iti ng", + "i ting", + "un ch", + "unc h", + "▁Ind ian", + "▁India n", + "it es", + "ite s", + "i tes", + "▁pop ular", + "▁an im", + "▁ anim", + "▁Bl ack", + "▁ Black", + "▁p roduction", + "▁pro duction", + "▁produ ction", + "▁product ion", + "▁cont ract", + "▁contra ct", + "ip s", + "i ps", + "▁Hist ory", + "▁Histor y", + "▁any thing", + "ov ed", + "ove d", + "o ved", + "el ling", + "ell ing", + "elli ng", + "▁w alk", + "▁wal k", + "▁ walk", + "▁re quest", + "▁requ est", + "▁ request", + "▁E ast", + "▁m atter", + "▁mat ter", + "en ing", + "e ning", + "Val ue", + "V alue", + "med i", + "me di", + "W h", + "▁it self", + "▁its elf", + "▁U K", + "▁ UK", + "▁cl os", + "▁P aul", + "▁Pa ul", + "▁Ch urch", + "▁s ett", + "▁se tt", + "▁set t", + "▁ sett", + "▁C ouncil", + "▁Coun cil", + "ri m", + "r im", + "\") ;", + "\" );", + "▁techn ology", + "▁on line", + "▁d ocument", + "▁doc ument", + "▁ document", + "▁P al", + "▁Pa l", + "ip le", + "ipl e", + "i ple", + "▁v ideo", + "▁ video", + "ro ught", + "rou ght", + "rough t", + "r ought", + "▁A ir", + "▁O ur", + "▁ Our", + "▁n amed", + "▁name d", + "▁na med", + "▁nam ed", + "▁ named", + "▁b orn", + "▁ born", + "ct or", + "▁J ames", + "▁Jam es", + "▁Ja mes", + "▁c red", + "▁cre d", + "▁cr ed", + "▁s ection", + "▁se ction", + "▁sect ion", + "▁ section", + "▁att empt", + "▁p ain", + "▁pa in", + "▁v ict", + "▁vi ct", + "▁vic t", + "▁N ow", + "▁No w", + "▁ Now", + "▁s tre", + "▁st re", + "▁str e", + "▁re fer", + "▁ref er", + "ens ive", + "▁Tr ans", + "▁Tra ns", + "▁ Trans", + "▁Gener al", + "▁Gen eral", + "▁Gene ral", + "▁ General", + "▁b oard", + "▁bo ard", + "▁ board", + "em s", + "e ms", + "ens ion", + "▁d iv", + "▁di v", + "▁ div", + "▁pro pos", + "▁prop os", + "▁qu ick", + "▁qui ck", + "▁C ong", + "▁Con g", + "▁Co ng", + "▁dec ision", + "pp ed", + "p ped", + "▁we bsite", + "▁web site", + "amp ions", + "ampion s", + "ro id", + "r oid", + "am s", + "a ms", + "da ta", + "dat a", + "d ata", + "▁r oad", + "▁ro ad", + "▁ road", + "▁add ed", + "▁f ile", + "▁fil e", + "▁ file", + "bo dy", + "b ody", + "▁r ange", + "▁ran ge", + "▁ range", + "ro te", + "rot e", + "r ote", + "▁b and", + "▁ban d", + "▁ band", + "▁an sw", + "cl e", + "c le", + "▁like ly", + "▁lik ely", + "▁ likely", + "▁fin ancial", + "k y", + "▁them selves", + "T o", + "L L", + "ur b", + "▁get ting", + "▁ge tting", + "▁p ack", + "▁pa ck", + "▁ pack", + "▁Comm un", + "▁pol ice", + "▁polic e", + "rib ute", + "ribut e", + "ho od", + "h ood", + "▁econom ic", + "it ional", + "ition al", + "sc ript", + "s cript", + "ra b", + "r ab", + "▁Is rael", + "me n", + "m en", + "▁g roups", + "▁group s", + "▁gro ups", + "▁re cent", + "▁rec ent", + "▁rece nt", + "▁// /", + "▁/ //", + "▁d ied", + "▁di ed", + "▁die d", + "▁R ober", + "▁Rob er", + "▁Ro ber", + "ic les", + "icle s", + "i cles", + "▁sh ows", + "▁show s", + "ak er", + "ake r", + "a ker", + "▁ass ist", + "t ext", + "ve rage", + "ver age", + "▁g irl", + "▁M or", + "▁Mo r", + "▁Can ada", + "▁Canad a", + "▁se curity", + "▁sec urity", + "▁ security", + "ug e", + "u ge", + "ience s", + "ien ces", + "i ences", + "ra w", + "r aw", + "▁c al", + "▁ca l", + "▁ cal", + "▁le gal", + "▁leg al", + "▁ legal", + "un t", + "u nt", + "ar ies", + "ari es", + "a ries", + "com ing", + "co ming", + "c oming", + "ic o", + "i co", + "ic ated", + "ica ted", + "icate d", + "▁perform ance", + "D ata", + "is es", + "ise s", + "i ses", + "▁b i", + "▁ bi", + "air s", + "ai rs", + "a irs", + "umm ary", + "ro wn", + "row n", + "r own", + "ri e", + "r ie", + "▁a chie", + "▁l ost", + "▁lo st", + "▁los t", + "▁tra vel", + "▁trav el", + "Co l", + "C ol", + "▁Tr ump", + "▁Tru mp", + "▁writ ing", + "▁ writing", + "en c", + "▁p ie", + "▁estab lished", + "▁establish ed", + "pt ion", + "C O", + ")) ;", + ") );", + "▁It al", + "▁In ter", + "▁Int er", + "▁ Inter", + "▁mom ent", + "▁mo ment", + "ug ht", + "u ght", + "▁J ew", + "▁Je w", + "▁ter ms", + "▁term s", + "▁eng ine", + "▁ engine", + ". [", + "ou d", + "o ud", + "▁in stit", + "▁inst it", + "y d", + "▁s ym", + "▁sy m", + "▁ sym", + "▁point s", + "▁po ints", + "▁ points", + "▁c annot", + "▁can not", + "▁cann ot", + "▁in sp", + "▁ins p", + "▁re ported", + "▁rep orted", + "▁report ed", + "▁p ath", + "▁pat h", + "▁pa th", + "▁ path", + "▁s oon", + "▁so on", + "▁d ate", + "▁da te", + "▁dat e", + "▁ date", + "▁out side", + "▁outs ide", + "▁O f", + "▁ Of", + "▁s ense", + "▁sens e", + "▁sen se", + "▁l anguage", + "▁ language", + "▁Pro f", + "▁Pr of", + "▁C ons", + "▁Con s", + "▁Co ns", + "▁ Cons", + "▁c oming", + "▁com ing", + "▁co ming", + "▁ coming", + "▁ %", + "▁int rodu", + "▁ev idence", + "▁l ives", + "▁li ves", + "▁live s", + "▁liv es", + "▁st ates", + "▁stat es", + "▁state s", + "▁P re", + "▁Pr e", + "▁ Pre", + "▁p age", + "▁pa ge", + "▁ page", + "is ions", + "ision s", + "▁st ay", + "▁ex am", + "▁t en", + "▁te n", + "▁ ten", + "osp ital", + "id th", + "U R", + "▁J e", + "ne s", + "n es", + "▁Pe ople", + "▁every thing", + "] ,", + "val ue", + "v alue", + "ful ly", + "full y", + "f ully", + "▁re d", + "▁r ed", + "▁ red", + "ro om", + "r oom", + "▁for ward", + "▁ forward", + "▁b road", + "▁bro ad", + "▁br oad", + "n b", + "▁m ass", + "▁ma ss", + "▁e ss", + "▁es s", + "▁ ess", + "▁v ot", + "▁vo t", + "▁qu ite", + "▁qui te", + "▁book s", + "▁ books", + "ib er", + "i ber", + "p x", + "ag s", + "a gs", + "▁min utes", + "▁minute s", + "pl y", + "p ly", + "s u", + "▁n ov", + "▁no v", + "▁ nov", + "▁res ponse", + "▁resp onse", + "▁respons e", + "▁ response", + "h a", + "▁ \\", + "av y", + "a vy", + "no v", + "n ov", + "li st", + "lis t", + "l ist", + "▁some one", + "op er", + "ope r", + "o per", + "ri ck", + "ric k", + "r ick", + "et imes", + "etime s", + "▁tr ying", + "▁try ing", + "▁con duct", + "▁cond uct", + "ut il", + "u til", + "fe ct", + "f ect", + "==== ====", + "li er", + "lie r", + "l ier", + "n y", + "▁man agement", + "▁manag ement", + "▁manage ment", + "com p", + "co mp", + "▁A nt", + "▁An t", + "▁V al", + "▁ Val", + "▁B er", + "▁Be r", + "▁R ich", + "▁Ric h", + "▁ad minist", + "▁admin ist", + "ul ly", + "ull y", + "▁tr aining", + "▁tra ining", + "▁train ing", + "▁I nt", + "▁In t", + "▁ Int", + "▁w rote", + "sy ch", + "▁R ed", + "▁Re d", + "▁ Red", + "▁be aut", + "▁b ad", + "▁ bad", + "▁g ave", + "le ments", + "lement s", + "lem ents", + "l ements", + "▁Eng land", + "▁product s", + "▁mod ern", + "▁moder n", + "IN G", + "▁N et", + "▁Ne t", + "▁ Net", + "ys is", + "y sis", + "▁d am", + "▁da m", + "▁ dam", + "▁consider ed", + "▁Th om", + "ar ter", + "art er", + "▁camp aign", + "us es", + "use s", + "u ses", + "] .", + "or es", + "ore s", + "o res", + "▁ne eded", + "▁need ed", + "ek s", + "e ks", + "▁ch anges", + "▁chang es", + "▁change s", + "▁f ight", + "▁fig ht", + "U S", + "ab les", + "able s", + "a bles", + "▁c le", + "▁cl e", + "▁ cle", + "▁inv olved", + "▁invol ved", + "▁involve d", + "▁Ge orge", + "▁Georg e", + "▁st aff", + "▁s us", + "▁su s", + "y ing", + "▁t able", + "▁ta ble", + "▁tab le", + "▁ table", + "▁l ocated", + "▁loc ated", + "ta in", + "t ain", + "▁s te", + "▁st e", + "▁ ste", + "▁art icle", + "▁ article", + "▁reg ion", + "▁ region", + "▁r isk", + "▁ris k", + "▁ri sk", + "▁fe ature", + "▁feat ure", + "▁N e", + "▁ Ne", + "or ds", + "ord s", + "ck s", + "c ks", + "▁wh ose", + "▁who se", + "gin g", + "gi ng", + "g ing", + "le vision", + "lev ision", + "li m", + "l im", + "▁S im", + "▁Si m", + "▁ Sim", + "iz ing", + "i zing", + "▁in j", + "il es", + "ile s", + "i les", + "▁acc om", + "▁ac com", + "▁direct or", + "▁S te", + "▁St e", + "mi t", + "m it", + "du c", + "d uc", + "pi te", + "p ite", + "▁c ivil", + "av es", + "ave s", + "a ves", + "▁h ot", + "▁ho t", + "▁ hot", + "di s", + "d is", + "▁Associ ation", + "au r", + "a ur", + "b t", + "oc al", + "oca l", + "o cal", + "ount er", + "oun ter", + "▁s il", + "▁si l", + "▁qu ality", + "▁qual ity", + "▁q uality", + "▁ quality", + "▁w atch", + "▁wat ch", + "▁ watch", + "ar a", + "a ra", + "▁cap ital", + "▁v ill", + "▁vi ll", + "ou l", + "o ul", + "▁St reet", + "▁Stre et", + "▁Ex ternal", + "▁a ward", + "▁aw ard", + "pos e", + "po se", + "p ose", + "▁m oved", + "▁mov ed", + "▁move d", + "▁mo ved", + "▁cl ub", + "▁r ound", + "▁ro und", + "▁ round", + "om b", + "o mb", + "as ons", + "ason s", + "re l", + "r el", + "▁prob ably", + "▁Ar ch", + "pp er", + "p per", + "▁t our", + "▁to ur", + "▁tou r", + "ir it", + "iri t", + "i rit", + "▁d ig", + "▁di g", + "▁ dig", + "B C", + "▁B r", + "▁S ystem", + "▁ System", + "] ;", + "▁J ack", + "▁Jac k", + "▁Ja ck", + "▁includ es", + "▁include s", + "▁incl udes", + "▁k new", + "▁kn ew", + "A D", + "loc ation", + "l ocation", + "▁c ho", + "▁ch o", + "▁ cho", + "an ger", + "ang er", + "ange r", + "li ght", + "lig ht", + "l ight", + "it iz", + "iti z", + "▁& &", + "ist ry", + "▁D uring", + "▁Du ring", + "▁Dur ing", + "ic ro", + "id a", + "i da", + "▁St ring", + "▁Str ing", + "▁Stri ng", + "▁ String", + "▁Acc ording", + "▁de ep", + "wo od", + "w ood", + "▁n atural", + "▁ natural", + "▁b rought", + "▁bro ught", + "▁br ought", + "ne rs", + "ner s", + "n ers", + "▁s ource", + "▁ source", + "▁current ly", + "▁J er", + "▁Je r", + "he l", + "h el", + "▁be low", + "▁bel ow", + "▁sugg est", + "ress ed", + "r essed", + "E r", + "ag ed", + "age d", + "a ged", + "ti es", + "t ies", + "▁incre ase", + "base d", + "bas ed", + "b ased", + "▁Le ague", + "ol ic", + "oli c", + "o lic", + "▁B ook", + "▁Bo ok", + "▁ Book", + "▁f em", + "▁fe m", + "▁P ress", + "▁Pr ess", + "▁Pres s", + "▁Pre ss", + "ic ip", + "ici p", + "em ents", + "ement s", + "emen ts", + "e ments", + "▁through out", + "it ting", + "itt ing", + "i tting", + "se e", + "s ee", + "▁re lease", + "▁rele ase", + "an ced", + "ance d", + "anc ed", + "▁Comp any", + "▁G r", + "▁P ort", + "▁Po rt", + "▁ Port", + "ib rary", + "ibr ary", + "ge s", + "g es", + "i us", + "ne t", + "n et", + "▁P ublic", + "▁Pub lic", + "▁so ft", + "▁ soft", + "▁w ife", + "▁f elt", + "▁fe lt", + "▁e mer", + "▁em er", + "ha ps", + "h aps", + "▁spec ific", + "▁ specific", + "▁t rack", + "▁tr ack", + "▁tra ck", + "▁ track", + "▁A dd", + "▁Ad d", + "▁ Add", + "▁fil ms", + "▁film s", + "ser v", + "s erv", + "▁p rior", + "▁pr ior", + "▁pri or", + "an der", + "and er", + "a nder", + "Y ou", + "▁f ell", + "▁fe ll", + "ro ng", + "ron g", + "r ong", + "▁ann ounced", + "▁announ ced", + "▁announce d", + "▁pr inc", + "▁Instit ute", + "augh ter", + "on ent", + "one nt", + "U n", + "vi s", + "v is", + "▁w ays", + "▁way s", + "▁wa ys", + "▁ ways", + "( $", + "▁w ond", + "▁won d", + "re sp", + "res p", + "▁se par", + "ig ned", + "ign ed", + "Ex ception", + "▁O ther", + "▁G roup", + "▁Gr oup", + "▁Gro up", + "▁ Group", + "▁se ems", + "▁see ms", + "▁seem s", + "ecut ive", + "v ille", + "▁exp ected", + "▁expect ed", + "▁ expected", + "nb sp", + "▁In c", + "ay er", + "a yer", + "▁h or", + "▁ho r", + "▁ hor", + "▁T hen", + "▁The n", + "▁Th en", + "▁med ical", + "▁medic al", + "land s", + "lan ds", + "l ands", + "ar c", + "a rc", + "▁st ri", + "▁str i", + "▁cont act", + "ag o", + "a go", + "i j", + "▁G reat", + "▁Gre at", + "▁com put", + "▁comp ut", + "▁D ay", + "▁Da y", + "▁ Day", + "at ur", + "▁long er", + "▁lon ger", + "▁st ru", + "▁str u", + "▁le ading", + "▁lead ing", + "▁profess ional", + "▁profession al", + "▁th row", + "▁thr ow", + "▁thro w", + "▁D an", + "▁Da n", + "▁impro ve", + "ap ter", + "apt er", + "Ge t", + "G et", + "▁system s", + ". '", + "▁T V", + "▁ TV", + "▁f a", + "▁ fa", + "▁l oss", + "▁lo ss", + "▁los s", + "la m", + "l am", + "▁T er", + "▁Te r", + "▁ Ter", + "▁Mich ael", + "▁sc ient", + "▁c apt", + "▁ca pt", + "▁cap t", + "▁ capt", + "▁c ele", + "▁ce le", + "se c", + "s ec", + "it ar", + "ita r", + "▁in depend", + "▁ind epend", + "as c", + "a sc", + "ag ement", + "age ment", + "▁high er", + "▁hig her", + "O T", + "▁n ames", + "▁name s", + "▁na mes", + "▁nam es", + "▁ names", + "▁Christ ian", + "▁for ce", + "▁ force", + "▁Re search", + "▁Res earch", + "ci s", + "c is", + "▁R ec", + "▁Re c", + "▁ Rec", + "it ation", + "▁co lor", + "▁col or", + "▁ color", + "▁r i", + "▁ ri", + "te st", + "tes t", + "t est", + "▁des cribed", + "▁desc ribed", + "▁describ ed", + "▁describe d", + "▁M ary", + "▁Mar y", + "▁Ma ry", + "ve y", + "v ey", + "▁n ation", + "▁prot ect", + "▁prote ct", + "▁F rance", + "▁Fran ce", + "▁Fr ance", + "▁d ise", + "▁dis e", + "▁di se", + "o o", + "do wn", + "d own", + "al ls", + "all s", + "▁was n", + "▁wa sn", + "▁we eks", + "▁week s", + "▁d en", + "▁de n", + "▁ den", + "▁th reat", + "▁V ol", + "▁Vo l", + "▁ Vol", + "▁col lect", + "▁coll ect", + "▁colle ct", + "▁L ist", + "▁Li st", + "▁ List", + "at form", + "me t", + "m et", + "▁r ate", + "▁ra te", + "▁rat e", + "▁ rate", + "im ately", + "imate ly", + "un k", + "ad o", + "a do", + "▁te rm", + "▁ter m", + "▁ term", + "r c", + "▁t ou", + "▁to u", + "▁b oy", + "▁bo y", + "▁ boy", + "▁Wh ite", + "▁Whit e", + "▁E duc", + "▁Ed uc", + "oy al", + "▁c ulture", + "▁cult ure", + "▁cul ture", + "▁pot ential", + "▁turn ed", + "▁tur ned", + "▁F ound", + "▁ Found", + "▁u nd", + "▁un d", + "▁ und", + "um ber", + "umb er", + "u mber", + "pe d", + "p ed", + "od es", + "ode s", + "o des", + "id ents", + "ident s", + "iden ts", + "now n", + "no wn", + "n own", + "am er", + "ame r", + "a mer", + "▁B oard", + "▁Bo ard", + "▁L ou", + "▁Lo u", + "▁Austral ia", + "▁pract ice", + "▁prov ides", + "▁provid es", + "▁provide s", + "▁me eting", + "▁meet ing", + "U T", + "ra z", + "r az", + "ur ation", + "u ration", + "S h", + "▁n ature", + "▁na ture", + "▁D ef", + "▁De f", + "▁ Def", + "T r", + "▁grow th", + "▁B el", + "▁Be l", + "▁mov ie", + "▁app oint", + "▁ap point", + "▁M art", + "▁Mar t", + "▁Ma rt", + "▁contin ued", + "▁continue d", + "▁continu ed", + "▁s ociety", + "▁soci ety", + "▁societ y", + "▁c ross", + "▁cr oss", + "▁cro ss", + "▁ ?", + "▁t akes", + "▁take s", + "▁ta kes", + "▁pl ayer", + "▁play er", + "▁ player", + "ic on", + "ico n", + "i con", + "▁c and", + "▁can d", + "▁ca nd", + "▁pre vent", + "▁pr event", + "▁prev ent", + "▁G et", + "▁Ge t", + "▁ Get", + "▁le ave", + "▁l iter", + "▁li ter", + "▁lit er", + "w rit", + "▁Dist rict", + "▁quest ions", + "▁question s", + "▁play ing", + "▁! =", + "▁U p", + "▁ Up", + "▁e yes", + "▁ey es", + "▁eye s", + "▁c ause", + "▁ca use", + "▁ch urch", + "pat h", + "pa th", + "p ath", + "ampions hip", + "ampion ship", + "▁go vern", + "▁h ous", + "▁ho us", + "▁proble ms", + "▁problem s", + "▁orig in", + "▁inter view", + "▁p ret", + "▁pre t", + "▁pr et", + "▁ pret", + "▁n orm", + "▁no rm", + "▁nor m", + "▁m id", + "▁mi d", + "▁ mid", + "ol s", + "o ls", + "at us", + "▁h ope", + "▁hop e", + "▁ho pe", + "▁ass ert", + "▁ assert", + "▁estab lish", + "re ct", + "rec t", + "r ect", + "▁stud ent", + "▁rel ated", + "▁relate d", + "▁ related", + "▁net work", + "▁M em", + "▁Me m", + "▁ Mem", + "im ent", + "ime nt", + "i ment", + "▁b lock", + "▁bl ock", + "▁ block", + "os ition", + "osit ion", + "▁rec ently", + "▁recent ly", + "▁Y ear", + "▁Ye ar", + "▁I N", + "▁ IN", + "▁pr int", + "▁pri nt", + "▁ print", + "uf act", + "ear ed", + "e ared", + "▁school s", + "▁sch ools", + "▁cond itions", + "▁condition s", + "▁p urch", + "▁pur ch", + "miss ion", + "m ission", + "▁im medi", + "▁Con gress", + "▁Cong ress", + "▁e mb", + "▁em b", + "▁Go vernment", + "▁Govern ment", + "to p", + "t op", + "in it", + "ini t", + "mo n", + "m on", + "▁know ledge", + "EN T", + "I M", + "▁w ait", + "▁wa it", + "▁ wait", + "▁par ents", + "▁parent s", + "▁ac qu", + "() .", + "( ).", + "min g", + "mi ng", + "m ing", + "▁develop ed", + "Ob ject", + "Obj ect", + "O bject", + "▁h ands", + "▁hand s", + "▁Com mission", + "▁Comm ission", + "▁m ix", + "▁mi x", + "' )", + "▁p ick", + "▁pic k", + "▁M od", + "▁Mo d", + "▁ Mod", + "lo g", + "l og", + "bor n", + "b orn", + "▁te ac", + "▁tea c", + "fil e", + "fi le", + "f ile", + "▁every one", + "it ect", + "ite ct", + "mit ted", + "m itted", + "▁he ard", + "▁hear d", + "▁sim ply", + "▁simpl y", + "▁or g", + "▁ org", + "▁d ead", + "▁de ad", + "In d", + "I nd", + "▁sc ience", + "▁int eg", + "▁d raw", + "▁dra w", + "▁dr aw", + "▁ draw", + "▁p ict", + "▁pic t", + "▁T ex", + "▁Te x", + "▁v er", + "▁ve r", + "▁ ver", + "ar ily", + "ari ly", + "▁inst ead", + "▁com plete", + "▁comp lete", + "▁complet e", + "▁ complete", + "▁M ag", + "▁Ma g", + "........ ........", + "▁d rug", + "▁dr ug", + "▁Afric a", + "▁bro ther", + "▁br other", + "▁s earch", + "▁se arch", + "▁sear ch", + "▁ search", + "▁deter min", + "lo r", + "l or", + "▁l ink", + "▁lin k", + "▁ link", + "▁cons um", + "com e", + "co me", + "c ome", + "▁M usic", + "▁Mus ic", + "▁h it", + "iv ity", + "▁fe atures", + "▁feature s", + "▁feat ures", + "▁necess ary", + "▁opportun ity", + "▁m is", + "▁mi s", + "▁m atch", + "▁mat ch", + "▁ match", + "▁program s", + "▁s qu", + "▁imp lement", + "▁impl ement", + "si ze", + "s ize", + "▁h op", + "▁ho p", + "▁ hop", + "▁Un ion", + "ia nce", + "ian ce", + "i ance", + "▁H all", + "▁Ha ll", + "▁Hal l", + "▁Rober t", + "▁Rob ert", + "▁Ro bert", + "▁a verage", + "▁aver age", + "er c", + "e rc", + "▁re member", + "▁rem ember", + "▁f ederal", + "yo nd", + "y ond", + "▁spe ak", + "ic ations", + "ication s", + "ie rs", + "ier s", + "i ers", + "▁ser ious", + "co lor", + "col or", + "▁b ank", + "▁ban k", + "▁ bank", + "ban d", + "ba nd", + "b and", + "▁reg ular", + "▁regul ar", + "▁M iss", + "▁Mi ss", + "ra ck", + "rac k", + "r ack", + "ac c", + "a cc", + "▁d om", + "▁do m", + "▁ dom", + "▁look ed", + "▁lo oked", + "i qu", + "lin k", + "l ink", + "in ese", + "ine se", + "ines e", + "▁con text", + "▁cont ext", + "▁ context", + "e qu", + "▁e asy", + "▁eas y", + "▁treat ment", + "▁st ation", + "▁stat ion", + "al led", + "all ed", + "alle d", + "und red", + "per ty", + "pert y", + "▁M il", + "▁Mi l", + "▁M ost", + "▁Mo st", + "▁Mos t", + "▁c ode", + "▁co de", + "▁ code", + "st on", + "s ton", + "() );", + "()) ;", + "( ));", + "▁s ort", + "▁so rt", + "▁ sort", + "▁Comm ittee", + "▁sa ying", + "▁say ing", + "iat ion", + "i ation", + "▁O b", + "▁ Ob", + "ail y", + "ai ly", + "a ily", + "▁re comm", + "▁reco mm", + "rib ution", + "ribut ion", + "ua te", + "u ate", + "▁ar riv", + "▁M us", + "▁Mu s", + "▁S ub", + "▁Su b", + "▁ Sub", + "▁R iver", + "▁f avor", + "▁fav or", + "▁chall eng", + "▁Par ty", + "▁Part y", + "▁G reen", + "▁Gr een", + "▁Gree n", + "▁Gre en", + "▁B en", + "▁Be n", + "▁T HE", + "▁TH E", + "▁st age", + "▁ stage", + "▁activ ities", + "ri an", + "ria n", + "r ian", + "▁con v", + "▁l ower", + "▁low er", + "▁lo wer", + "▁occ ur", + "ist an", + "ista n", + "i stan", + "ar ning", + "arn ing", + "▁m us", + "▁O ver", + "▁ Over", + "▁is n", + "▁i sn", + "pa ce", + "p ace", + "▁st ar", + "▁ star", + "D E", + "▁An n", + "▁b illion", + "▁bill ion", + "pr i", + "p ri", + "htt p", + "h ttp", + "ul ations", + "ulation s", + "he m", + "h em", + "▁appro ach", + "ind ex", + "▁e ight", + "at al", + "ata l", + "▁A re", + "▁Ar e", + "▁ Are", + "il ling", + "ill ing", + "ber t", + "be rt", + "b ert", + "▁r unning", + "▁run ning", + "▁Ang el", + "▁M al", + "▁Ma l", + "ar es", + "are s", + "a res", + "en ty", + "ent y", + "com es", + "co mes", + "come s", + "con st", + "cons t", + "▁Afric an", + "▁Africa n", + "▁organ ization", + "▁organiz ation", + "▁T w", + "▁e lection", + "▁el ection", + "▁elect ion", + "▁ele ction", + "▁ election", + "ic ient", + "ici ent", + "▁fore ign", + "▁E v", + "▁ Ev", + "▁con stit", + "▁const it", + "▁T om", + "▁To m", + "I G", + "▁dec ided", + "▁decide d", + "▁tr ade", + "▁tra de", + "▁trad e", + "C C", + "▁H ere", + "▁He re", + "▁Her e", + "et ers", + "eter s", + "e ters", + "▁sur v", + "ct ions", + "ction s", + "▁d u", + "▁ du", + "▁g ra", + "▁gr a", + "▁u ser", + "▁us er", + "▁use r", + "▁ user", + "or ing", + "ori ng", + "o ring", + "▁n orth", + "▁nor th", + "▁nort h", + "▁pat ients", + "▁patient s", + "st ate", + "stat e", + "▁M ex", + "▁Me x", + "▁c enter", + "▁cent er", + "▁ center", + "se mb", + "sem b", + "▁s ens", + "▁se ns", + "▁sen s", + "▁pro duced", + "▁produ ced", + "▁produce d", + "for ce", + "ly ing", + "l ying", + "ter net", + "tern et", + "bi t", + "b it", + "▁o il", + "▁German y", + "▁m ention", + "▁ment ion", + "ur l", + "u rl", + "Se t", + "S et", + "ne d", + "n ed", + "▁ •", + "▁Sc ience", + "bo ard", + "b oard", + "\" ;", + "▁add itional", + "▁addition al", + "im um", + "ra st", + "ras t", + "r ast", + "▁B ill", + "▁Bi ll", + "▁re ading", + "▁read ing", + "▁qu al", + "▁q ual", + "▁ qual", + "ra ted", + "rate d", + "rat ed", + "r ated", + "Cl ass", + "bu t", + "b ut", + "▁Q ue", + "▁Qu e", + "▁ Que", + "▁H ome", + "▁Hom e", + "▁Ho me", + "▁com ment", + "▁comm ent", + "▁comme nt", + "▁ comment", + "▁v ia", + "▁vi a", + "▁ via", + "▁A ward", + "▁Aw ard", + "▁S ince", + "▁Sin ce", + "▁Si nce", + "▁cont ribut", + "▁S am", + "▁Sa m", + "▁organ iz", + "ur t", + "u rt", + "▁r ace", + "▁ra ce", + "▁rac e", + "▁ race", + "▁deg ree", + "ra me", + "ram e", + "r ame", + "▁s en", + "▁se n", + "▁ sen", + "▁m essage", + "▁mess age", + "▁ message", + "out hern", + "outh ern", + "▁o ptions", + "▁opt ions", + "▁option s", + "▁ options", + "▁g rand", + "▁gr and", + "▁gra nd", + "▁gran d", + "mar k", + "m ark", + "H e", + "na v", + "n av", + "▁p aper", + "▁pa per", + "▁pap er", + "▁Direct or", + "▁return ed", + "ag ing", + "a ging", + "Er ror", + "li ke", + "lik e", + "l ike", + "▁spec ies", + "▁spe cies", + "▁D iv", + "▁Di v", + "ro y", + "r oy", + "▁L eg", + "▁Le g", + "▁im age", + "▁imag e", + "▁ image", + "it z", + "mer cial", + "st ance", + "stan ce", + "ec h", + "e ch", + "if ul", + "i ful", + "▁c ast", + "▁ca st", + "▁cas t", + "▁ cast", + "▁Ch inese", + "▁st ories", + "he t", + "h et", + "▁per fect", + "▁perf ect", + "ge n", + "g en", + "▁com plex", + "▁comp lex", + "▁compl ex", + "▁des igned", + "▁design ed", + "▁t al", + "▁ta l", + "▁c y", + "▁ cy", + "▁r ock", + "▁ro ck", + "▁ rock", + "▁O ut", + "▁ Out", + "er ve", + "erv e", + "g l", + "▁app lication", + "▁applic ation", + "▁ application", + "▁mov ement", + "▁move ment", + "▁mo vement", + "ri ef", + "rie f", + "r ief", + "s k", + "ri al", + "ria l", + "r ial", + "wh ere", + "whe re", + "w here", + "▁follow ed", + "▁pass ed", + "▁w orth", + "▁wor th", + "▁ worth", + "u i", + "▁l ack", + "▁la ck", + "▁R el", + "▁Re l", + "▁ Rel", + "▁th ous", + "d o", + "▁project s", + "▁ne igh", + "M od", + "▁famil ies", + "[ '", + "V iew", + "▁V ir", + "▁Vi r", + "▁Al though", + "▁Dem ocr", + "▁begin ning", + "▁r out", + "▁ro ut", + "▁large st", + "▁larg est", + "▁Tex as", + "▁p arts", + "▁part s", + "▁par ts", + "▁v eh", + "▁ve h", + "j s", + "▁back ground", + "▁ background", + "▁att ention", + "▁pr ice", + "▁pri ce", + "▁pric e", + "ast ic", + "▁S ociety", + "▁Soci ety", + "▁Soc iety", + "▁Te chn", + "▁Tech n", + "▁bl ood", + "ok en", + "oke n", + "o ken", + "ch ange", + "chan ge", + "E n", + "▁go al", + "oo m", + "o om", + "▁re ve", + "▁rev e", + "▁al though", + "▁p red", + "▁pre d", + "▁pr ed", + "▁E ven", + "▁Ev en", + "▁Eve n", + "▁sp ent", + "▁spe nt", + "▁near ly", + "\" :", + "▁te levision", + "▁tele vision", + "\"> < /", + "\" >", + "▁ />", + "Ne w", + "N ew", + "▁oper ations", + "▁operation s", + "▁f arm", + "▁far m", + "▁fa rm", + "In t", + "I nt", + "▁l ength", + "▁ length", + "▁C up", + "▁Cu p", + "▁gr owing", + "▁grow ing", + "▁gro wing", + "▁f requ", + "▁fre qu", + "▁fr equ", + "▁det ails", + "▁detail s", + "▁comp leted", + "▁complet ed", + "▁compl eted", + "▁complete d", + "▁H am", + "▁Ha m", + "▁Ch ild", + "▁ Child", + "ad a", + "a da", + "E O", + "' :", + "▁in form", + "▁inf orm", + "▁info rm", + "▁J ose", + "▁Jo se", + "▁Jos e", + "ma s", + "m as", + "▁ac adem", + "▁f ear", + "▁fe ar", + "k nown", + "E M", + "▁interest ing", + "▁l ocation", + "▁loc ation", + "▁ location", + "il s", + "i ls", + "▁p ull", + "▁pu ll", + "▁pul l", + "▁F orm", + "▁For m", + "▁ Form", + "ir ection", + "ire ction", + "irect ion", + "i rection", + "▁to ward", + "▁tow ard", + "▁s low", + "▁sl ow", + "▁trans fer", + "▁h us", + "▁ hus", + "▁Canad ian", + "▁R oad", + "▁Ro ad", + "▁invest ig", + "ib ly", + "ibl y", + "▁B i", + "▁an c", + "▁ anc", + "▁O h", + "▁ Oh", + "▁R oyal", + "▁Roy al", + "▁Char les", + "▁Charl es", + "us er", + "use r", + "u ser", + "ant ic", + "▁cent ral", + "▁S l", + "▁ Sl", + "st e", + "s te", + "ound s", + "oun ds", + "an cy", + "anc y", + "▁ar ray", + "▁ array", + "it ude", + "▁o pin", + "▁op in", + "ul a", + "u la", + "gr oup", + "g roup", + "▁L os", + "▁Lo s", + "I R", + "ud get", + "▁st ructure", + "▁struct ure", + "▁f ix", + "▁ fix", + "▁C ap", + "▁Ca p", + "ho use", + "h ouse", + "▁S a", + "▁exp and", + "▁effect s", + "▁g iving", + "▁art ist", + "we ll", + "w ell", + "D e", + "▁d ram", + "▁dra m", + "▁dr am", + "▁th inking", + "▁think ing", + "▁thin king", + "st ant", + "stan t", + "▁M a", + "semb ly", + "be d", + "b ed", + "▁M o", + "▁en ter", + "▁ent er", + "▁ enter", + "▁my self", + "No de", + "N ode", + "▁s ales", + "▁sa les", + "▁sal es", + "▁sale s", + "▁g e", + "▁ ge", + "it em", + "ite m", + "▁trad itional", + "▁tradition al", + "▁cl imate", + "▁clim ate", + "▁p olic", + "▁pol ic", + "▁po lic", + "m d", + "▁t ried", + "▁tr ied", + "▁tri ed", + "▁re ached", + "▁reach ed", + "▁com mercial", + "ate gy", + "ateg y", + "▁hel ped", + "▁help ed", + "▁M ass", + "▁Ma ss", + "▁Mas s", + "▁H uman", + "▁Hu man", + "▁Flor ida", + "it able", + "ita ble", + "i table", + "▁s tra", + "▁st ra", + "▁str a", + "▁ stra", + "▁w onder", + "▁won der", + "▁wond er", + "! \"", + "▁re b", + "▁r eb", + "ri age", + "ria ge", + "ic ine", + "ici ne", + "w in", + "▁a w", + "▁ aw", + "br e", + "b re", + "▁r ule", + "▁rul e", + "▁ru le", + "▁a ware", + "▁aw are", + "▁ aware", + "▁Is land", + "▁effect ive", + "▁part ies", + "▁par ties", + "bo x", + "b ox", + "▁g as", + "▁C amp", + "▁Ca mp", + "▁Cam p", + "▁ide as", + "▁idea s", + "▁C ur", + "▁Cu r", + "▁ Cur", + "▁answ er", + "▁w ood", + "▁ wood", + "▁I ran", + "▁Ir an", + "▁Ira n", + "▁P ub", + "▁Pu b", + "▁ Pub", + "em pl", + "emp l", + "▁B ay", + "▁Ba y", + "▁b ill", + "▁bi ll", + "at ab", + "ata b", + "a tab", + "▁trans port", + "▁let ter", + "▁ letter", + "▁e th", + "▁et h", + "▁ eth", + "▁s hot", + "▁sh ot", + "▁ shot", + "▁achie ve", + "▁t ypes", + "▁type s", + "▁typ es", + "▁ty pes", + "▁ types", + "ap i", + "a pi", + "▁rem ains", + "▁remain s", + "ri de", + "rid e", + "r ide", + "▁ch ance", + "▁cha nce", + "▁O F", + "▁Chic ago", + "▁vill age", + "▁) ;", + "▁ );", + "Q u", + "▁ph il", + "▁L ord", + "▁Lo rd", + "▁per haps", + "▁coll abor", + "Al l", + "A ll", + "In fo", + "▁beaut iful", + "z a", + "▁M ont", + "▁Mon t", + "▁Mo nt", + "▁E conom", + "▁aut om", + "▁auto m", + "▁prov iding", + "▁provid ing", + "er ia", + "e ria", + "▁St ar", + "▁ Star", + "▁s erve", + "▁serv e", + "▁ser ve", + "▁l es", + "▁le s", + "▁ les", + "ia nt", + "ian t", + "i ant", + "▁Par is", + "▁Pa ris", + "az ine", + "▁pos itive", + "▁posit ive", + "▁m ission", + "▁miss ion", + "▁ mission", + "en a", + "e na", + "▁s we", + "▁sw e", + "▁Found ation", + "▁re ach", + "▁ reach", + "▁re ady", + "▁read y", + "▁ ready", + "he ns", + "hen s", + "h ens", + "O D", + "▁under standing", + "▁understand ing", + "▁c ard", + "▁car d", + "▁ca rd", + "▁ card", + "▁c ook", + "▁co ok", + "▁v ote", + "▁vot e", + "▁vo te", + "▁G rand", + "▁Gr and", + "▁Gra nd", + "▁Gran d", + "▁e lement", + "▁el ement", + "▁ele ment", + "▁ element", + "ta ble", + "tab le", + "t able", + "▁F rid", + "▁Fr id", + "▁o nes", + "▁on es", + "▁one s", + "▁ ones", + "at o", + "a to", + "or ial", + "ori al", + "oria l", + "o rial", + "O n", + "ic i", + "i ci", + "▁al tern", + "▁alt ern", + "▁alter n", + "lic t", + "li ct", + "l ict", + "▁great er", + "▁gre ater", + "▁ad opt", + "wo rd", + "wor d", + "w ord", + "▁h ospital", + "▁ag reement", + "▁agre ement", + "▁agree ment", + "▁Sund ay", + "▁Sun day", + "▁appro pri", + "▁u lt", + "▁ ult", + "▁respons ible", + "▁a ng", + "▁an g", + "▁ ang", + "▁Americ ans", + "▁American s", + "▁America ns", + "▁J o", + "▁et c", + "▁st ore", + "▁ store", + "l ength", + "” ,", + "▁in nov", + "▁inn ov", + "▁qu arter", + "▁high ly", + "F or", + "▁R em", + "▁Re m", + "▁ Rem", + "▁invest ment", + "ub e", + "u be", + "▁d ouble", + "▁dou ble", + "▁ double", + "▁Develop ment", + "as ion", + "asi on", + "▁s ust", + "▁su st", + "▁sus t", + "S E", + "ail s", + "ai ls", + "a ils", + "s m", + "▁pr imary", + "▁prim ary", + "▁s igned", + "▁sign ed", + "▁sig ned", + "▁H ill", + "et te", + "ett e", + "▁ass ess", + "▁major ity", + "▁se emed", + "▁see med", + "▁seem ed", + "▁arch itect", + "▁art ists", + "▁artist s", + "Ev ent", + "E vent", + "▁organ izations", + "▁organization s", + "▁organiz ations", + "▁re ports", + "▁rep orts", + "▁report s", + "ed er", + "e der", + "va nt", + "van t", + "v ant", + "▁sh own", + "▁show n", + "▁init ial", + "▁initi al", + "▁act ivity", + "▁activ ity", + "ui t", + "u it", + "T ext", + "▁Austral ian", + "▁Australia n", + "do c", + "d oc", + "▁num bers", + "▁number s", + "▁G ood", + "▁Go od", + "▁ Good", + "ap er", + "ape r", + "a per", + "▁there fore", + "▁T or", + "▁To r", + "▁ann ual", + "▁t hus", + "▁th us", + "▁V ict", + "▁Vi ct", + "or age", + "ora ge", + "o rage", + "▁G en", + "▁Ge n", + "▁ Gen", + "if ying", + "ify ing", + "▁S ol", + "▁So l", + "▁B rown", + "▁Bro wn", + "▁Br own", + "at re", + "a tre", + "▁b us", + "▁bu s", + "▁ bus", + "▁in iti", + "▁init i", + "▁V er", + "▁Ve r", + "▁ Ver", + "▁s che", + "▁sc he", + "▁sch e", + "▁ sche", + "ivers e", + "iver se", + "i verse", + "pi ng", + "pin g", + "p ing", + "▁l ines", + "▁li nes", + "▁line s", + "▁lin es", + "▁ lines", + "ro ad", + "r oad", + "is ation", + "▁L and", + "▁La nd", + "al a", + "a la", + "▁K h", + "▁T op", + "▁To p", + "▁ Top", + "ul f", + "▁m ale", + "▁mal e", + "▁ma le", + "▁l aws", + "▁law s", + "▁la ws", + "▁Is lam", + "ra ce", + "rac e", + "r ace", + "Con fig", + "▁cond ition", + "ga r", + "g ar", + "ge st", + "ges t", + "g est", + "▁Pro v", + "▁Pr ov", + "A A", + "▁R ock", + "▁Ro ck", + "▁Roc k", + "▁occ up", + "▁p iece", + "▁pie ce", + "▁ piece", + "▁reg ister", + "▁ register", + "_ .", + "▁p rop", + "▁pro p", + "▁pr op", + "▁ prop", + "▁employ ees", + "▁employee s", + "▁writ er", + "▁write r", + "▁ writer", + "ia r", + "i ar", + "▁R ad", + "▁Ra d", + "▁n umer", + "▁num er", + "▁nu mer", + "▁b eg", + "▁be g", + "in n", + "▁re pe", + "▁rep e", + "▁m oving", + "▁mov ing", + "▁mo ving", + "▁g reen", + "▁gr een", + "▁gre en", + "▁ green", + "an ned", + "ann ed", + "anne d", + "▁c orrect", + "▁cor rect", + "▁C are", + "▁Car e", + "▁Ca re", + "om a", + "o ma", + "▁dig ital", + "▁S k", + "▁ Sk", + "le ft", + "l eft", + "▁B ur", + "▁Bu r", + "O M", + "ed s", + "e ds", + "▁im pl", + "▁imp l", + "▁ impl", + "▁t rial", + "▁tr ial", + "▁tri al", + "an o", + "a no", + "▁S un", + "▁Su n", + "r d", + "▁Ch ampionship", + "▁Champions hip", + "▁L at", + "▁La t", + "▁hus band", + "P l", + "an cing", + "anc ing", + "▁st ream", + "▁stre am", + "▁ stream", + "▁c ateg", + "▁cat eg", + "▁tr uth", + "▁tru th", + "B ut", + "▁sh oot", + "▁t im", + "▁ tim", + "▁ra ised", + "▁raise d", + "▁Al so", + "Pat h", + "P ath", + "▁complet ely", + "▁complete ly", + "▁L u", + "pa ck", + "p ack", + "▁h uge", + "▁w ear", + "▁we ar", + "▁l ived", + "▁li ved", + "▁live d", + "▁liv ed", + "▁immedi ately", + "▁immediate ly", + "▁O per", + "▁Op er", + "▁ Oper", + "▁fa ith", + "is f", + "ul ate", + "ula te", + "u late", + "() )", + "( ))", + "ol ean", + "ole an", + "o lean", + "▁could n", + "▁var iety", + "▁vari ety", + "▁sur round", + "▁em ot", + "ed ia", + "▁H el", + "▁He l", + "▁ Hel", + "▁c ris", + "▁cr is", + "▁c rim", + "▁cr im", + "ne l", + "n el", + "▁c redit", + "▁cr edit", + "▁cred it", + "▁- ->", + "▁-- >", + "▁ -->", + "▁su sp", + "▁sus p", + "ex p", + "▁a f", + "▁ af", + "bo l", + "b ol", + "▁Frid ay", + "▁Fr iday", + "▁Ab out", + "▁f ully", + "▁full y", + "▁ fully", + "▁g one", + "▁go ne", + "▁rad io", + "con s", + "co ns", + "c ons", + "Ind ex", + "▁Japan ese", + "▁s un", + "▁su n", + "ad y", + "a dy", + "▁offic ials", + "▁official s", + "▁s ports", + "▁sp orts", + "▁sport s", + "▁c ultural", + "▁cult ural", + "▁O pen", + "▁Op en", + "▁ Open", + "▁A rab", + "▁Ar ab", + "▁Ara b", + "St ate", + "Stat e", + "▁d og", + "▁do g", + "▁independ ent", + "iz es", + "ize s", + "i zes", + "▁ke pt", + "bur g", + "b urg", + "▁n ote", + "▁not e", + "▁no te", + "▁ note", + "▁St ep", + "▁Ste p", + "▁sc ene", + "▁scen e", + "▁v ers", + "▁ve rs", + "▁ver s", + "▁ vers", + "▁att ract", + "Fi eld", + "F ield", + "uate d", + "ua ted", + "u ated", + "con fig", + "conf ig", + "▁citiz ens", + "▁citizen s", + "an ta", + "ant a", + "ro s", + "r os", + "Ad d", + "A dd", + "▁start ing", + "▁star ting", + "▁k ids", + "▁kid s", + "▁D i", + "▁A P", + "▁ AP", + "▁gener ally", + "▁general ly", + "▁N ov", + "▁No v", + "▁viol ence", + "A pp", + "▁< !--", + "▁t ouch", + "▁to uch", + "▁tou ch", + "▁Se cond", + "▁Sec ond", + "At t", + "A tt", + "de n", + "d en", + "in ct", + "inc t", + "Re quest", + "Requ est", + "ce l", + "c el", + "▁d rive", + "▁dr ive", + "▁dri ve", + "▁driv e", + "▁w ild", + "▁ wild", + "▁offic er", + "▁office r", + "sh ip", + "s hip", + "▁rec ords", + "▁record s", + "▁al ign", + "▁ align", + "▁str ateg", + "ro nic", + "ron ic", + "r onic", + "S S", + "min e", + "mi ne", + "m ine", + "▁S om", + "▁So m", + "▁g ives", + "▁give s", + "il ing", + "ili ng", + "i ling", + "▁st ock", + "▁ stock", + "▁p p", + "▁ pp", + "act ive", + "activ e", + "▁S T", + "▁ ST", + "▁l atest", + "▁la test", + "▁late st", + "▁lat est", + "▁m aster", + "▁ma ster", + "▁ master", + "es ter", + "est er", + "e ster", + "▁h ar", + "▁ha r", + "▁ har", + "▁c ert", + "▁ce rt", + "▁cer t", + "▁ cert", + "▁B ig", + "▁Bi g", + "▁d ream", + "▁ch oice", + "▁cho ice", + "oa t", + "o at", + "li s", + "l is", + "▁administ ration", + "▁admin istration", + "ab y", + "a by", + "▁happ en", + "▁a spect", + "▁as pect", + "▁u ses", + "▁us es", + "▁use s", + "▁ uses", + "▁sex ual", + "▁influ ence", + "▁con fig", + "▁conf ig", + "▁ config", + "cont ent", + "▁s hip", + "▁sh ip", + "▁ ship", + "▁m iles", + "▁mil es", + "▁mile s", + "▁mi les", + ") (", + "g ment", + "▁w eb", + "▁we b", + "▁ web", + "▁claim s", + "at ively", + "ative ly", + "▁F ace", + "▁Fac e", + "▁Fa ce", + "▁f ailed", + "▁fail ed", + "▁fa iled", + "▁ à", + "▁off ered", + "▁offer ed", + "bo ur", + "b our", + "it led", + "itle d", + "h i", + "g r", + "▁fem ale", + "▁P lan", + "▁Pl an", + "▁pres ented", + "▁present ed", + "▁c lin", + "▁cl in", + "▁D ec", + "▁De c", + "▁ Dec", + "▁birth s", + "▁e lements", + "▁el ements", + "▁element s", + "▁ele ments", + "▁M el", + "▁Me l", + "▁s pread", + "▁sp read", + "▁spr ead", + "▁benef its", + "▁benefit s", + "▁f if", + "▁sc hol", + "▁sch ol", + "▁comput er", + "▁h appy", + "▁happ y", + "▁ar rest", + "▁pre viously", + "▁previous ly", + "▁prev iously", + "O L", + "▁Cath olic", + "▁demon str", + "ar sh", + "ars h", + "▁r oll", + "▁ro ll", + "▁ roll", + "▁s y", + "▁ sy", + "▁c orn", + "▁cor n", + "▁re asons", + "▁reason s", + "▁t ro", + "▁tr o", + "ha nd", + "han d", + "h and", + "stand ing", + "stan ding", + "▁soft ware", + "▁inst all", + "▁Angel es", + "▁J im", + "▁high est", + "▁hig hest", + "▁Jew ish", + "in i", + "i ni", + "▁m ill", + "▁mil l", + "▁mi ll", + "▁ mill", + "ri g", + "r ig", + "ak ers", + "ake rs", + "aker s", + "el ine", + "eli ne", + "e line", + "▁# ##", + "▁## #", + "▁Service s", + "▁Serv ices", + "▁Div ision", + "▁Di vision", + "▁Ar ts", + "▁Art s", + "▁T ime", + "▁Tim e", + "▁ Time", + "▁a ffect", + "▁aff ect", + "▁af fect", + "▁com mit", + "▁comm it", + "on ents", + "onent s", + "el led", + "ell ed", + "elle d", + "▁certain ly", + "Wh at", + "W hat", + "os oph", + "▁conn ection", + "▁connect ion", + "▁ connection", + "▁ch ief", + "▁open ing", + "▁op ening", + "E qu", + "▁At l", + "▁ph one", + "▁ phone", + "▁d oll", + "▁do ll", + "▁F re", + "▁Fr e", + "▁def end", + "▁defe nd", + "W ith", + "▁s afe", + "▁sa fe", + "▁saf e", + "No t", + "N ot", + "▁fig ure", + "▁T own", + "▁To wn", + "uc lear", + "ucle ar", + "u clear", + "▁app ly", + "▁ap ply", + "▁est im", + "▁es tim", + "▁Pro ject", + "▁ Project", + "▁M ond", + "▁Mon d", + "▁Mo nd", + "▁lead ership", + "▁leaders hip", + "▁leader ship", + "ap ers", + "ape rs", + "aper s", + "a pers", + "f unction", + "▁custom ers", + "▁customer s", + "F L", + "▁pro ceed", + "▁proc eed", + "C E", + "▁c ancer", + "▁can cer", + "▁canc er", + "pr int", + "pri nt", + "▁fl oor", + "▁flo or", + "▁( !", + "▁crit ical", + "▁critic al", + "▁p lease", + "▁ple ase", + "▁l oad", + "▁lo ad", + "▁ load", + "ul ed", + "ule d", + "u led", + "▁I re", + "▁Ir e", + "▁talk ing", + "▁tal king", + "▁record ed", + "ye r", + "y er", + "ter m", + "te rm", + "▁s hop", + "▁sh op", + "▁g ets", + "▁get s", + "▁ge ts", + "▁r ank", + "▁ran k", + "▁ rank", + "▁S pan", + "▁Sp an", + "or din", + "ord in", + "▁sk ills", + "▁skill s", + "▁c ru", + "▁cr u", + "in ner", + "inn er", + "ti tle", + "t itle", + "▁s ell", + "▁se ll", + "▁sel l", + "▁event ually", + "▁F e", + "▁ Fe", + "an da", + "and a", + "▁i gn", + "▁ ign", + "ic ian", + "ici an", + "▁de but", + "▁deb ut", + "▁me ant", + "▁mean t", + "▁w at", + "▁wa t", + "en ced", + "ence d", + "enc ed", + "▁ca used", + "▁cause d", + "pa t", + "p at", + "▁m ap", + "▁ma p", + "▁ map", + "ig ration", + "igr ation", + "▁h arm", + "▁ha rm", + "▁har m", + "▁T est", + "▁Te st", + "▁ Test", + "▁S atur", + "▁Sat ur", + "▁p et", + "▁pe t", + "▁ pet", + "▁ »", + "▁in put", + "▁ input", + "um er", + "ume r", + "u mer", + "d t", + "▁pl aced", + "▁place d", + "O ver", + "▁P olit", + "▁Pol it", + "▁Po lit", + "▁Ch ief", + "▁S pe", + "▁Sp e", + "▁Mex ico", + "ruct ure", + "▁d anger", + "se ction", + "sect ion", + "s ection", + "▁min or", + "▁M att", + "▁Ma tt", + "▁Mat t", + "ar den", + "ard en", + "▁for ms", + "▁form s", + "▁cl osed", + "▁close d", + "▁clos ed", + "▁ closed", + "n s", + "▁W ed", + "▁We d", + "▁end ed", + "▁ende d", + "▁ ended", + "el la", + "ell a", + "▁A v", + "▁ Av", + "▁mur der", + "▁f amous", + "▁fam ous", + "em ic", + "e mic", + "Con text", + "Cont ext", + "▁Ge org", + "tain ed", + "ta ined", + "t ained", + "▁ex isting", + "▁exist ing", + "▁W rit", + "▁ Writ", + "▁dif ference", + "▁differ ence", + "▁The ir", + "▁B ecause", + "▁look s", + "ant ly", + "us ing", + "▁cons ult", + "▁st ated", + "▁stat ed", + "▁state d", + "De f", + "D ef", + "! !", + "▁I ll", + "▁Il l", + "S P", + "O P", + "▁n oted", + "▁not ed", + "▁no ted", + "▁note d", + "F A", + "▁w id", + "▁b log", + "▁bl og", + "▁ blog", + "▁ind ex", + "▁ index", + "P h", + "▁oper ation", + "est ic", + "▁L ong", + "▁Lo ng", + "▁ Long", + "li g", + "l ig", + "▁Virgin ia", + "▁crit ic", + "stit ution", + "▁Hen ry", + "▁i r", + "▁ ir", + "▁A M", + "▁ AM", + "O C", + "▁l if", + "▁li f", + "▁D u", + "▁Academ y", + "▁f ine", + "▁fin e", + "▁h our", + "▁ho ur", + "▁ hour", + "▁r ail", + "▁ra il", + "rie ved", + "rieve d", + "ar io", + "ari o", + "▁sen ior", + "▁dis app", + "tr ue", + "ic ians", + "ici ans", + "ician s", + "El ement", + "E lement", + "▁con vers", + "▁conv ers", + "▁conver s", + "▁prot ected", + "▁protect ed", + "it a", + "i ta", + "▁us ers", + "▁use rs", + "▁user s", + "▁ex erc", + "▁c ounter", + "▁count er", + "▁coun ter", + "▁e arth", + "▁ear th", + "▁se a", + "▁ sea", + "▁me asure", + "▁meas ure", + "▁E nd", + "▁En d", + "▁ End", + "//// ////", + "ew ork", + "e work", + "or ney", + "orn ey", + "orne y", + "resp ond", + "el low", + "ell ow", + "ello w", + "▁ex press", + "▁exp ress", + "ip ment", + "▁w el", + "▁we l", + "▁T im", + "▁val id", + "▁ valid", + "▁cre ating", + "▁creat ing", + "▁business es", + "▁prot ection", + "▁protect ion", + "▁prote ction", + "▁comp ared", + "▁compar ed", + "▁compare d", + "▁the ory", + "▁a rm", + "▁ar m", + "▁ arm", + "▁h ab", + "▁ha b", + "▁ hab", + "▁ch arge", + "▁char ge", + "▁charg e", + "▁Mart in", + "yn am", + "y nam", + "▁tem per", + "▁par am", + "▁pa ram", + "▁para m", + "▁ param", + "▁J ul", + "▁Ju l", + "il i", + "i li", + "▁p ric", + "▁pr ic", + "▁pri c", + "le vel", + "lev el", + "▁C ast", + "▁Ca st", + "▁Cas t", + "▁w indow", + "▁wind ow", + "▁ window", + "▁U SA", + "▁US A", + "▁l ab", + "▁la b", + "▁per formed", + "▁perform ed", + "n ext", + "▁me chan", + "▁P lay", + "▁Pl ay", + "er vation", + "erv ation", + "▁_ _", + "▁ __", + "' ;", + "▁all ows", + "▁allow s", + "▁P M", + "▁ PM", + "▁n ormal", + "▁norm al", + "▁nor mal", + "▁ normal", + "ha b", + "h ab", + "▁W ho", + "▁Wh o", + "▁ Who", + "▁P et", + "▁Pe t", + "▁Fil m", + "▁t rou", + "▁tr ou", + "▁tro u", + "▁s elect", + "▁se lect", + "▁sel ect", + "▁ select", + "yn c", + "▁p aint", + "▁pa int", + "▁pain t", + "▁des pite", + "▁desp ite", + "ellig ence", + "elli gence", + "bl ock", + "b lock", + "▁s ave", + "▁sa ve", + "▁sav e", + "act ions", + "action s", + "a ctions", + "av en", + "ave n", + "a ven", + "▁go als", + "▁goal s", + "▁c ities", + "▁E arth", + "▁Ear th", + "▁To day", + "▁Tod ay", + "ask et", + "te s", + "t es", + "▁Hist or", + "▁ref lect", + "gr ad", + "g rad", + "▁B et", + "▁Be t", + "▁con struct", + "▁const ruct", + "▁ construct", + "▁fin ished", + "▁finish ed", + "▁ finished", + "rol ler", + "roll er", + "▁Man agement", + "A l", + "at ever", + "ate ver", + "▁ £", + "▁d efe", + "▁de fe", + "▁def e", + "▁P enn", + "▁Pen n", + "▁l iber", + "▁li ber", + "▁lib er", + "▁St at", + "▁ Stat", + "For m", + "F orm", + "▁ch air", + "▁cha ir", + "▁ chair", + "▁s end", + "▁se nd", + "▁sen d", + "▁ send", + "▁a ctions", + "▁act ions", + "▁action s", + "▁ actions", + "ic it", + "ici t", + "cl usion", + "clus ion", + "▁opportun ities", + "▁d irection", + "▁direct ion", + "▁di rection", + "▁L iving", + "▁Li ving", + "= '", + "▁c hem", + "▁ch em", + "▁che m", + "in y", + "i ny", + "or ter", + "ort er", + "ri son", + "ris on", + "r ison", + "▁f ans", + "▁fa ns", + "▁fan s", + "g u", + "Serv ice", + "S ervice", + "▁un f", + "▁L ast", + "▁La st", + "▁Las t", + "▁ Last", + "j o", + "▁T re", + "▁Tr e", + "▁s ector", + "▁se ctor", + "▁sect or", + "▁F ederal", + "▁Fed eral", + "▁inter ested", + "▁interest ed", + "▁t rain", + "▁tr ain", + "▁tra in", + "▁S il", + "▁Si l", + "ne ct", + "n ect", + "▁A ny", + "▁An y", + "▁ Any", + "▁benef it", + "▁build ings", + "▁building s", + "▁k m", + "▁ km", + "▁Profess or", + "st ances", + "stance s", + "stan ces", + "ur ies", + "uri es", + "u ries", + "g n", + "▁Se cretary", + "▁Secret ary", + "▁Go ogle", + "▁ Google", + "▁An other", + "▁re ality", + "▁real ity", + "▁b attle", + "▁batt le", + "▁bat tle", + "▁W ood", + "▁c atch", + "▁cat ch", + "▁l abor", + "▁la bor", + "▁lab or", + "▁ent ry", + "▁ entry", + "az ing", + "a zing", + "▁large r", + "▁larg er", + "▁fun ding", + "▁fund ing", + "▁Jes us", + "▁author ity", + "▁material s", + "▁mater ials", + "▁W eb", + "▁We b", + "▁ Web", + "pi d", + "p id", + "▁ext rem", + "▁u t", + "▁ ut", + "pr et", + "pre t", + "p ret", + "▁Ob ama", + "▁in str", + "▁inst r", + "▁ins tr", + "▁Satur day", + "ur a", + "u ra", + "▁w ants", + "▁want s", + "▁sh ared", + "▁share d", + "▁shar ed", + "▁for med", + "▁form ed", + "▁ formed", + "ic ks", + "ick s", + "i cks", + "er ved", + "erv ed", + "erve d", + "▁your self", + "▁d aily", + "▁da ily", + "▁pro posed", + "▁propos ed", + "▁prop osed", + "▁part ner", + "▁re ference", + "▁refer ence", + "▁ reference", + "▁L ab", + "▁La b", + "az z", + "a zz", + "▁Ir eland", + "▁Ire land", + "I A", + "olog ies", + "k i", + "▁O ld", + "▁Ol d", + "▁w all", + "▁wa ll", + "▁wal l", + "▁ wall", + "er r", + "▁act ual", + "▁abs ol", + "▁r an", + "▁ra n", + "▁ ran", + "U L", + "▁( )", + "▁ ()", + "I f", + "▁Ital ian", + "▁dev ice", + "▁ device", + "▁histor ical", + "▁historic al", + "▁eas ily", + "un ched", + "unch ed", + "unc hed", + "▁c lient", + "▁cl ient", + "▁ client", + "▁f resh", + "▁fre sh", + "▁fr esh", + "O f", + "en ted", + "ent ed", + "ente d", + "▁A uthor", + "▁Aut hor", + "▁de script", + "▁des cript", + "▁desc ript", + "▁pro ced", + "▁proc ed", + "pt y", + "p ty", + "▁other wise", + "▁we ight", + "▁weigh t", + "▁ weight", + "p o", + "ata base", + "atab ase", + "▁man ager", + "▁manag er", + "▁manage r", + "VI D", + "V ID", + "▁over all", + "▁not ice", + "▁Just ice", + "▁pat tern", + "▁elect ric", + "M ap", + "▁circ um", + "▁b rief", + "▁br ief", + "▁exper ien", + "▁o ption", + "▁opt ion", + "▁ option", + "as tern", + "ast ern", + "aster n", + "row d", + "▁E lect", + "▁El ect", + "▁Ele ct", + "▁exact ly", + "▁produ ce", + "▁w ww", + "▁ www", + "▁S up", + "▁Su p", + "▁offic ers", + "▁office rs", + "▁officer s", + "oc ol", + "o col", + "▁e mail", + "▁em ail", + "▁ email", + "▁t error", + "▁ter ror", + "▁terr or", + "Ar ray", + "▁death s", + "▁power ful", + "▁dep artment", + "▁depart ment", + "\" \"", + "▁c op", + "▁co p", + "un icip", + "ac ing", + "a cing", + "et ry", + "ia s", + "i as", + "▁plan ning", + "▁free dom", + "▁fre edom", + "��b udget", + "ner ship", + "ners hip", + "n ership", + "in gu", + "ing u", + "par ent", + "pa rent", + "paren t", + "p arent", + "ap ache", + "▁ed itor", + "▁fe eling", + "▁feel ing", + "▁fee ling", + "▁att end", + "▁B o", + "▁ Bo", + "▁j oin", + "▁jo in", + "▁ join", + "▁s av", + "▁sa v", + "▁appro x", + "ial og", + "ia log", + "******** ********", + "▁D en", + "▁De n", + "▁app ears", + "▁appear s", + "▁sur face", + "▁surf ace", + "▁m arg", + "▁mar g", + "▁old er", + "▁ older", + "▁k ing", + "▁ king", + "▁learn ed", + "▁be coming", + "▁bec oming", + "▁compet ition", + "M L", + "▁L ake", + "▁La ke", + "▁B uild", + "▁Bu ild", + "▁ Build", + "▁in ternal", + "▁inter nal", + "▁intern al", + "▁ internal", + "▁aud ience", + "lic k", + "li ck", + "l ick", + "our ney", + "ourn ey", + "or row", + "▁ex pert", + "▁exp ert", + "▁exper t", + "▁introdu ced", + "▁introduce d", + "▁we ap", + "M S", + "▁L ike", + "▁Li ke", + "▁P an", + "▁Pa n", + "▁ Pan", + "▁e lected", + "▁el ected", + "▁elect ed", + "▁b ound", + "▁bo und", + "▁ bound", + "? ”", + "B A", + "▁un it", + "▁ unit", + "T H", + "De s", + "D es", + "▁I ts", + "▁It s", + "▁W ind", + "▁Win d", + "▁Wi nd", + "▁polic ies", + "L e", + "▁be comes", + "▁become s", + "▁li mit", + "▁lim it", + "▁B ack", + "▁Ba ck", + "▁ Back", + "▁S et", + "▁Se t", + "▁ Set", + "th let", + "ult ural", + "▁d efined", + "▁def ined", + "▁defin ed", + "▁define d", + "▁M ur", + "▁Mu r", + "▁ob vious", + "▁r ow", + "▁ro w", + "▁ row", + "▁I ra", + "▁Ir a", + "▁Span ish", + "▁com fort", + "▁ comfort", + "▁f ounded", + "▁found ed", + "▁M iddle", + "▁job s", + "▁jo bs", + "It em", + "▁p oll", + "▁pol l", + "▁po ll", + "ig an", + "iga n", + "i gan", + "▁con tains", + "▁cont ains", + "▁contain s", + "▁D et", + "▁De t", + "▁ Det", + "Co de", + "C ode", + "▁t ask", + "▁ta sk", + "▁ task", + "ash ion", + "▁Se curity", + "▁Sec urity", + "bu r", + "b ur", + "▁Mon day", + "▁Mond ay", + "p m", + "▁ex ecutive", + "▁execut ive", + "ol k", + "▁supp orted", + "▁support ed", + "▁sup ported", + "▁for ced", + "▁force d", + "▁ forced", + "▁Face book", + "▁As ia", + "▁s ources", + "▁source s", + "g t", + "em porary", + "▁se lected", + "▁select ed", + "▁sel ected", + "ca re", + "car e", + "c are", + "▁m ess", + "▁me ss", + "▁mes s", + "▁Eng ine", + "▁co ach", + "▁cap acity", + "▁dec ades", + "▁decade s", + "▁st reet", + "▁stre et", + "▁require ments", + "▁requirement s", + "▁King dom", + "▁numer ous", + "C L", + "▁Vict or", + "▁Vi ctor", + "▁press ure", + "+ +", + "▁rem ained", + "▁remain ed", + "fi l", + "f il", + "pr ot", + "pro t", + "p rot", + "▁appoint ed", + "▁pres ence", + "en ses", + "ens es", + "ense s", + "▁polit ics", + "▁method s", + "▁bas ic", + "▁Gl obal", + "▁F oot", + "▁contin ues", + "▁continue s", + "▁continu es", + "ho st", + "h ost", + "ai s", + "a is", + "▁recomm end", + "st ream", + "▁D ou", + "▁Do u", + "▁chall enge", + "▁challeng e", + "▁M os", + "▁Mo s", + "▁a im", + "▁ aim", + "id den", + "idd en", + "i dden", + "▁John son", + "▁de fin", + "▁def in", + "▁b rain", + "▁br ain", + "▁bra in", + "▁E U", + "▁dest roy", + "▁M ain", + "▁Ma in", + "▁ Main", + "in ger", + "ing er", + "▁H ot", + "▁Ho t", + "▁Jose ph", + "▁cr ime", + "▁crim e", + "▁w arm", + "▁war m", + "▁wa rm", + "E X", + "S ize", + "▁direct ed", + "ed d", + "e dd", + "▁se tting", + "▁set ting", + "▁sett ing", + "▁y outh", + "▁you th", + "▁P op", + "▁Po p", + "▁mem ory", + "▁memor y", + "im al", + "ima l", + "i mal", + "▁environment al", + "▁R ights", + "▁Right s", + "in et", + "ine t", + "i net", + "▁n or", + "▁no r", + "▁Brit ain", + "▁it ems", + "▁item s", + "▁ items", + "▁cho ose", + "▁car ried", + "sp ect", + "spec t", + "spe ct", + "s pect", + "▁h air", + "▁ha ir", + "▁C r", + "▁A ff", + "▁Af f", + "p onse", + "▁L ove", + "▁Lo ve", + "ó n", + "▁reg arding", + "▁regard ing", + "pi re", + "pir e", + "p ire", + "▁H on", + "▁Ho n", + "▁sc en", + "ob ject", + "obj ect", + "o bject", + "▁c alls", + "▁call s", + "▁cal ls", + "▁L ee", + "▁Le e", + "re c", + "r ec", + "▁ad vant", + "▁adv ant", + "▁M at", + "▁Ma t", + "▁ Mat", + "▁stra ight", + "▁just ice", + "def ine", + "▁C ivil", + "▁ag ree", + "▁agre e", + "ru n", + "r un", + "▁com mission", + "▁comm ission", + "el ess", + "ele ss", + "e less", + "▁I d", + "▁ Id", + "▁Or gan", + "▁ex cell", + "▁exc ell", + "▁equ ipment", + "▁ass um", + "▁D ata", + "▁Da ta", + "▁ Data", + "▁pict ure", + "▁pic ture", + "ca n", + "c an", + "ma p", + "m ap", + "R A", + "x y", + "s l", + "▁p rec", + "▁pre c", + "▁pr ec", + "we st", + "w est", + "▁re source", + "▁res ource", + "▁ resource", + "▁Mus lim", + ", '", + "▁le aving", + "ir us", + "▁Spec ial", + "▁Spe cial", + "oc h", + "o ch", + "▁instit utions", + "▁institution s", + "os ton", + "ost on", + "o ston", + "▁fun ds", + "▁fund s", + "▁R os", + "▁Ro s", + "no de", + "n ode", + "E E", + "▁cris is", + "▁r are", + "▁ra re", + "▁s pl", + "▁sp l", + "▁inter ests", + "▁interest s", + "▁n av", + "▁na v", + "▁ nav", + "work s", + "wor ks", + "w orks", + "▁Commun ity", + "cre ate", + "c reate", + "▁sh owed", + "▁show ed", + "▁J eff", + "▁Je ff", + "st ra", + "str a", + "s tra", + "▁Sen ate", + "D A", + "re ci", + "rec i", + "▁K n", + "▁rest aur", + "▁sat isf", + "▁iss ued", + "▁issue d", + "▁e val", + "▁ev al", + "▁ eval", + "▁sp eed", + "▁spe ed", + "▁con ference", + "▁s rc", + "▁ src", + "date d", + "da ted", + "dat ed", + "d ated", + "▁S ir", + "▁Si r", + "en th", + "ent h", + "il la", + "ill a", + "▁Carol ina", + "▁res idents", + "▁resident s", + "▁resid ents", + "or por", + "▁s olid", + "▁sol id", + "O r", + "▁c at", + "▁ca t", + "▁ cat", + "▁r ise", + "▁ris e", + "▁ri se", + "▁ rise", + "▁c ry", + "▁cr y", + "▁un ivers", + "▁s equ", + "▁se qu", + "▁ sequ", + "▁col umn", + "▁ column", + "ver se", + "vers e", + "▁agre ed", + "▁agree d", + "▁un iversity", + "▁univers ity", + "▁l abel", + "▁la bel", + "▁lab el", + "▁ label", + "b o", + "▁her self", + "ram ework", + "rame work", + "▁opin ion", + "▁c ool", + "▁co ol", + "▁A ut", + "▁ Aut", + "un te", + "unt e", + "▁In formation", + "B S", + "▁r ates", + "▁ra tes", + "▁rate s", + "▁rat es", + "▁ rates", + "O W", + "▁app eal", + "▁Ira q", + "▁cover ed", + "▁ covered", + "gy pt", + "▁se cret", + "▁sec ret", + "▁a head", + "▁develop ing", + "▁im ages", + "▁image s", + "▁imag es", + "▁ images", + "al ing", + "ali ng", + "alin g", + "a ling", + "▁Col umb", + "▁Ret rieved", + "yle s", + "yl es", + "y les", + "▁ad apt", + "ff ic", + "A meric", + "in put", + "▁F ollow", + "▁n one", + "▁no ne", + "▁non e", + "▁ none", + "▁he avy", + "▁heav y", + "▁B u", + "▁ar rang", + "▁a gency", + "▁ag ency", + "▁H ead", + "▁He ad", + "▁ Head", + "▁challeng es", + "▁challenge s", + "▁pat ient", + "▁e ye", + "▁ey e", + "▁A wards", + "▁Award s", + "▁Aw ards", + "▁M en", + "▁Me n", + "▁ Men", + "▁L ead", + "▁Le ad", + "st yle", + "▁co ast", + "▁neigh bor", + "▁neighb or", + "▁str ategy", + "▁strateg y", + "ar ant", + "ara nt", + "a rant", + "od ies", + "u a", + "▁rest rict", + "▁bl ue", + "▁m ist", + "▁mis t", + "▁mi st", + "ch ild", + "chi ld", + "▁appropri ate", + "▁W ater", + "▁Wat er", + "li ent", + "lie nt", + "l ient", + "H and", + "pos es", + "pose s", + "po ses", + "p oses", + "ur ban", + "urb an", + "▁may be", + "▁f eed", + "▁fe ed", + "▁fee d", + "E d", + "le m", + "l em", + "ba n", + "b an", + "▁m ental", + "▁ment al", + "▁r ob", + "▁ro b", + "▁clear ly", + "▁trans l", + "▁crim inal", + "▁stand ards", + "▁standard s", + "▁four th", + "▁G all", + "▁Gal l", + "▁Ga ll", + "ist ance", + "istan ce", + "ista nce", + "i stance", + "▁It aly", + "▁Ital y", + "▁would n", + "▁You ng", + "▁thous ands", + "▁thousand s", + "▁O nce", + "▁On ce", + "▁re form", + "▁ref orm", + "▁supp ly", + "▁sup ply", + "▁te aching", + "▁teac hing", + "▁teach ing", + "▁tea ching", + "uff er", + "uf fer", + "om s", + "o ms", + "ul ty", + "ult y", + "▁w est", + "▁we st", + "▁ west", + "ay out", + "▁redu ce", + "▁red uce", + "is ters", + "ist ers", + "ister s", + "i sters", + "▁a mb", + "▁am b", + "▁ amb", + "ic ed", + "ice d", + "i ced", + "ce ll", + "cel l", + "c ell", + "ch en", + "che n", + "c hen", + "▁ep isode", + "▁epis ode", + "▁B ob", + "▁Bo b", + "ya n", + "y an", + "os h", + "o sh", + "▁E ach", + "lo ok", + "l ook", + "in fo", + "inf o", + "▁Ad minist", + "urs day", + "▁mar riage", + "▁F und", + "▁Fun d", + "▁Fu nd", + "ar ts", + "art s", + "` `", + "M A", + "▁mention ed", + "pa ge", + "p age", + "▁V is", + "▁Vi s", + "▁ Vis", + "▁dou bt", + "▁P ac", + "▁Pa c", + "T S", + "ef ul", + "e ful", + "=\"../../ ../../", + "=\"../../../ ../", + "V al", + "ent ially", + "ential ly", + "enti ally", + "▁view s", + "us ion", + "▁ins urance", + "▁ter rit", + "▁terr it", + "▁For ce", + "▁music al", + "▁mus ical", + "▁F ree", + "▁Fre e", + "▁Fr ee", + "▁pack age", + "▁ package", + "rol led", + "roll ed", + "▁con sequ", + "▁cons equ", + "▁L iber", + "▁Li ber", + "▁Lib er", + "▁me asures", + "▁meas ures", + "▁measure s", + "▁new sp", + "▁news p", + "TE R", + "T ER", + "we b", + "w eb", + "va r", + "v ar", + "re ate", + "reat e", + "rea te", + "act ory", + "actor y", + "▁pl us", + "▁ plus", + "▁Sc ot", + "la ng", + "lan g", + "l ang", + "▁P erson", + "▁Per son", + "▁Pers on", + "▁s ites", + "▁sit es", + "▁site s", + "▁si tes", + "▁pl ays", + "▁play s", + "ot hing", + "oth ing", + "o thing", + "▁he ight", + "▁ height", + "gen cy", + "g ency", + "pos t", + "po st", + "p ost", + "▁be long", + "▁bel ong", + "▁separ ate", + "▁gener ation", + "▁gene ration", + "ir craft", + "irc raft", + "na m", + "n am", + "f rom", + "▁rese arc", + "▁l ov", + "▁lo v", + "ri ve", + "riv e", + "r ive", + "▁cal c", + "▁w ish", + "▁wis h", + "▁f ort", + "▁for t", + "▁fo rt", + "▁ fort", + "▁F amily", + "▁s leep", + "▁sle ep", + "B uild", + "▁trans form", + "▁ transform", + "▁some w", + "▁som ew", + "[ ]", + "it ors", + "itor s", + "ito rs", + "ip e", + "i pe", + "▁mod els", + "▁model s", + "▁mode ls", + "▁ models", + "▁belie ved", + "▁believe d", + "▁st uff", + "▁Go vern", + "▁Gov ern", + "▁U k", + "N A", + "or ation", + "o ration", + "M P", + "ki ns", + "kin s", + "k ins", + "ch o", + "c ho", + "▁b ool", + "▁bo ol", + "os ure", + "▁s light", + "▁sl ight", + "▁sli ght", + "▁S ar", + "▁Sa r", + "w idth", + "▁s olution", + "▁sol ution", + "▁it em", + "▁ item", + "▁E gypt", + "▁t end", + "▁te nd", + "▁ten d", + "▁j ava", + "▁jav a", + "▁ java", + "▁S eries", + "▁Se ries", + "▁Ser ies", + "Se r", + "S er", + "▁Christ mas", + "▁T ues", + "▁Tu es", + "yl v", + "ens us", + "y t", + "▁M edia", + "▁Med ia", + "▁ Media", + "▁Sup reme", + "▁ ;", + "▁c ells", + "▁cell s", + "▁d epend", + "▁dep end", + "▁ depend", + "▁B oth", + "▁Bo th", + "▁Bot h", + "def ault", + "▁In ternet", + "▁Inter net", + "▁C H", + "▁ CH", + "▁Mc C", + "▁own er", + "▁ow ner", + "▁ owner", + "▁out put", + "▁ output", + "▁B oston", + "▁Bo ston", + "▁Bos ton", + "ru it", + "r uit", + "az on", + "▁C orpor", + "▁Cor por", + "▁Corp or", + "▁sub sequ", + "▁subs equ", + "am in", + "ami n", + "a min", + "▁H aw", + "▁Ha w", + "pt ions", + "ption s", + "> &", + "▁spe ech", + "ph as", + "pha s", + "p has", + "ra cy", + "rac y", + "r acy", + "▁C D", + "▁ CD", + "M essage", + "▁com mitted", + "▁comm itted", + "▁commit ted", + "▁sp ot", + "▁spo t", + "▁r uns", + "▁run s", + "▁ru ns", + "b a", + "ra te", + "rat e", + "r ate", + "▁s ect", + "▁se ct", + "▁sec t", + "▁ sect", + "go ing", + "▁be havior", + "▁behav ior", + "▁behavi or", + "▁l oved", + "▁love d", + "▁lo ved", + "▁lov ed", + "▁n ine", + "▁Med ical", + "▁Medic al", + "▁= ==", + "▁== =", + "ot ed", + "ote d", + "o ted", + "▁un its", + "▁unit s", + "▁Char l", + "▁Cha rl", + "▁W here", + "▁Wh ere", + "▁Whe re", + "▁ Where", + "▁t ick", + "▁mult i", + "▁B oy", + "▁Bo y", + "▁p ush", + "▁pu sh", + "▁ push", + "▁W al", + "▁conf lict", + "▁conflic t", + "▁W all", + "▁Wal l", + "tr a", + "t ra", + "ol a", + "o la", + "▁J oe", + "▁Jo e", + "▁F estival", + "▁en tered", + "▁ent ered", + "▁enter ed", + "▁see ing", + "▁W he", + "▁Wh e", + "co unt", + "c ount", + "▁S and", + "▁San d", + "▁Sa nd", + "▁most ly", + "▁c rowd", + "▁e ast", + "▁eas t", + "▁r ich", + "▁ri ch", + "▁ric h", + "▁ rich", + "▁P rot", + "▁Pro t", + "▁Pr ot", + "▁ Prot", + "Th at", + "T hat", + "▁Th ursday", + "an i", + "a ni", + "▁pur poses", + "▁purpose s", + "▁Techn ology", + "▁Re port", + "▁Rep ort", + "▁F ort", + "▁For t", + "▁s ustain", + "▁sus tain", + "▁sust ain", + "▁big gest", + "▁P ower", + "▁Po wer", + "▁t a", + "▁ ta", + "▁B efore", + "▁Be fore", + "▁t hr", + "▁th r", + "▁Pol icy", + "▁ Policy", + "▁academ ic", + "▁L ibrary", + "▁Lib rary", + "em y", + "e my", + "▁d ie", + "▁di e", + "bu ild", + "b uild", + "P E", + "il er", + "ile r", + "i ler", + "us ter", + "ust er", + "u ster", + "▁is land", + "▁com par", + "▁comp ar", + "▁man aged", + "▁manag ed", + "▁manage d", + "▁G ra", + "▁Gr a", + "B e", + "▁foc used", + "▁focus ed", + "▁M rs", + "▁Mr s", + "Tr ans", + "Tra ns", + "▁prof ession", + "▁profess ion", + "ot i", + "o ti", + "se cut", + "sec ut", + "s ecut", + "▁u ns", + "▁un s", + "▁ uns", + "▁adv oc", + "ce an", + "c ean", + "y r", + "▁la unched", + "▁launch ed", + "▁fact ors", + "▁fa ctors", + "▁factor s", + "▁ind ic", + "▁In vest", + "▁Inv est", + "cl aim", + "▁fac ilities", + "▁facilit ies", + "pp ing", + "p ping", + "▁str ength", + "▁streng th", + "ri cs", + "ric s", + "r ics", + "ba se", + "bas e", + "b ase", + "nes day", + "▁m ut", + "if ier", + "U p", + "▁requ ires", + "▁require s", + "ab ilities", + "abil ities", + "▁import ance", + "▁Val ley", + "ow l", + "▁F urther", + "▁dam age", + "▁S tr", + "▁St r", + "▁ Str", + "ers ion", + "c a", + "▁re place", + "▁repl ace", + "▁ replace", + "▁ra ise", + "▁per spect", + "▁pers pect", + "ra py", + "rap y", + "▁g rew", + "▁gr ew", + "▁gre w", + "as y", + "a sy", + "▁P ak", + "▁Pa k", + "▁ter min", + "▁term in", + "yt h", + "y th", + "li es", + "lie s", + "l ies", + "t a", + "O ut", + "ol it", + "oli t", + "o lit", + "er ror", + "err or", + "raz il", + "▁R o", + "▁original ly", + "▁origin ally", + "▁determin ed", + "▁determine d", + "▁d im", + "▁di m", + "▁ dim", + "ir ty", + "irt y", + "▁S qu", + "ens ions", + "ension s", + "os is", + "o sis", + "as ure", + "▁dr ink", + "cs s", + "c ss", + "ia na", + "ian a", + "i ana", + "ic ted", + "ict ed", + "me s", + "m es", + "▁p un", + "▁pu n", + "▁G ames", + "▁Game s", + "▁Ga mes", + "▁sc ale", + "▁ scale", + "▁s ale", + "▁sa le", + "▁sal e", + "▁S ov", + "▁So v", + "ste in", + "▁e qual", + "▁equ al", + "▁ equal", + "▁veh icle", + "▁m icro", + "▁w itness", + "▁gu itar", + "▁gl ass", + "▁Tues day", + "} ,", + "▁c old", + "▁co ld", + "▁col d", + "▁Pol ice", + "▁cl ients", + "▁client s", + "▁Ir ish", + "▁S how", + "▁Sh ow", + "▁ Show", + "▁f low", + "▁fl ow", + "▁flo w", + "▁ flow", + "in ding", + "ind ing", + "▁v ision", + "▁vis ion", + "▁ vision", + "▁Or der", + "▁ Order", + "ar en", + "are n", + "a ren", + "▁S ection", + "▁Se ction", + "▁K ar", + "▁Ka r", + "▁author ities", + "▁scient ific", + "▁for est", + "▁fore st", + "▁fo rest", + "ro ud", + "rou d", + "r oud", + "▁arriv ed", + "▁arrive d", + "▁B as", + "▁Ba s", + "ir med", + "irm ed", + "li fe", + "l ife", + "if ically", + "ific ally", + "▁CO VID", + "rib uted", + "ribut ed", + "ribute d", + "▁l isted", + "▁list ed", + "▁ listed", + "▁r iver", + "▁ri ver", + "▁riv er", + "▁ river", + "Ge ner", + "Gen er", + "G ener", + "UL L", + "U LL", + "▁oper ating", + "▁opera ting", + "se s", + "s es", + "▁ad vert", + "▁adv ert", + "▁approx imately", + "▁girl s", + "▁la unch", + "go ogle", + "▁J ones", + "▁Jo nes", + "▁Jon es", + "▁house hold", + "an ging", + "ang ing", + "▁Ch air", + "▁Cha ir", + "▁b reat", + "▁bre at", + "fi t", + "f it", + "▁arg ument", + "▁ argument", + "al le", + "all e", + "▁t ree", + "▁tr ee", + "▁tre e", + "▁ tree", + "init ely", + "inite ly", + "includ e", + "▁N ext", + "▁ Next", + "▁ar my", + "▁arm y", + "in em", + "ine m", + "AS S", + "A SS", + "P R", + "▁ill ust", + "▁miss ing", + "▁Z eal", + "▁Ze al", + "▁f it", + "▁ fit", + "▁Cent re", + "▁J on", + "▁Jo n", + "▁Stud ies", + "▁b urn", + "▁bur n", + "▁ burn", + "▁E ll", + "▁El l", + "▁n uclear", + "▁nu clear", + "▁int ended", + "ic an", + "ica n", + "i can", + "▁comm ittee", + "ass ert", + "▁cor respond", + "▁r at", + "▁ra t", + "▁ rat", + "▁T our", + "▁To ur", + "▁invest igation", + "▁investig ation", + "▁dec isions", + "▁decision s", + "▁field s", + "▁ fields", + "▁anc ient", + "▁con clud", + "▁bel ief", + "▁belie f", + "▁home s", + "▁hom es", + "▁ho mes", + "▁e c", + "▁ ec", + "▁win ning", + "▁ winning", + "▁c amer", + "▁ca mer", + "▁came r", + "▁cam er", + "ip les", + "iple s", + "ipl es", + "i ples", + "i h", + "C A", + "▁M ot", + "▁Mo t", + "▁And rew", + "▁Andre w", + "▁g ar", + "▁ gar", + "▁hous ing", + "▁ho using", + "▁En ter", + "▁Ent er", + "▁s kin", + "▁sk in", + "▁ski n", + "▁favor ite", + "▁s pect", + "▁sp ect", + "▁spec t", + "▁spe ct", + "▁ spect", + "▁doc uments", + "▁document s", + "ique s", + "iqu es", + "i ques", + "▁ident ity", + "▁id entity", + "cl es", + "cle s", + "c les", + "▁Wed nesday", + "po wer", + "p ower", + "L og", + "▁c as", + "▁ca s", + "▁n ode", + "��no de", + "▁ node", + "▁s erving", + "▁serv ing", + "▁ser ving", + "▁kn ows", + "▁know s", + "▁t rip", + "▁tr ip", + "▁tri p", + "asket ball", + "A d", + "▁h earing", + "▁he aring", + "▁hear ing", + "▁re ject", + "▁j ourney", + "▁S outhern", + "▁South ern", + "▁j oint", + "▁jo int", + "▁join t", + "▁com ments", + "▁comm ents", + "▁comment s", + "▁art icles", + "▁article s", + "st art", + "star t", + "▁deter mine", + "▁determin e", + "=\" #", + "et ing", + "e ting", + "ri be", + "rib e", + "▁f le", + "▁fl e", + "cur rent", + "uc ky", + "uck y", + "▁man ner", + "▁t ools", + "▁to ols", + "▁too ls", + "▁tool s", + "▁d istance", + "▁dist ance", + "▁di stance", + "is hop", + "ish op", + "um s", + "u ms", + "▁s ession", + "▁ session", + "▁pract ices", + "▁practice s", + "▁exper iences", + "▁experience s", + "▁experien ces", + "▁dis covered", + "▁discover ed", + "u ous", + "▁for mat", + "▁form at", + "▁ format", + "ES T", + "E ST", + "▁p ages", + "▁pa ges", + "▁page s", + "▁rele vant", + "▁Zeal and", + "▁S ports", + "▁Sp orts", + "▁Sport s", + "▁mach ine", + "▁n otes", + "▁not es", + "▁no tes", + "▁note s", + "us hed", + "ush ed", + "▁applic ations", + "▁application s", + "▁f ailure", + "▁fail ure", + "▁E p", + "▁b an", + "▁ ban", + "ra nt", + "ran t", + "r ant", + "or a", + "o ra", + "▁a uth", + "▁aut h", + "▁au th", + "▁ auth", + "▁Par liament", + "▁step s", + "▁ste ps", + "▁e ra", + "▁er a", + "▁ era", + "▁Des pite", + "im b", + "i mb", + "=\" ../", + "▁tw enty", + "▁e state", + "▁est ate", + "dd en", + "d den", + "ol es", + "ole s", + "o les", + "▁sp end", + "▁spe nd", + "▁we alth", + "▁ wealth", + "ai d", + "a id", + "du le", + "d ule", + "▁con cent", + "▁conc ent", + "▁conce nt", + "P S", + "▁app arent", + "▁ap parent", + "Co unt", + "C ount", + "▁P lease", + "▁Ple ase", + "▁s ister", + "▁si ster", + "▁: =", + "▁un less", + "▁Te am", + "▁anim als", + "▁animal s", + "▁pre fer", + "; &", + "▁pro perties", + "▁proper ties", + "un der", + "und er", + "u nder", + "▁Con ference", + "▁William s", + "▁B razil", + "f e", + "▁Dem ocratic", + "▁Democr atic", + "▁Democrat ic", + "mon d", + "mo nd", + "m ond", + "Par am", + "í a", + "▁un c", + "▁ unc", + "▁app lied", + "la w", + "l aw", + "é s", + "Man ager", + "▁do ctor", + "▁doct or", + "▁d omin", + "▁do min", + "▁dom in", + "▁award ed", + "▁aw arded", + "▁in stitution", + "▁instit ution", + "▁h ero", + "▁he ro", + "▁her o", + "▁ hero", + "▁F our", + "▁he at", + "▁respons ibility", + "▁v acc", + "▁vac c", + "▁Dan iel", + "▁C EO", + "▁CE O", + "▁res ol", + "▁We ek", + "rast ructure", + "▁adv ance", + "ut ch", + "En t", + "E nt", + "▁W ay", + "P A", + "ge nt", + "gen t", + "g ent", + "▁exp ression", + "▁express ion", + "▁St and", + "▁Stan d", + "▁app reci", + "▁co lon", + "▁col on", + "▁D ev", + "▁De v", + "▁ Dev", + "▁wh atever", + "▁what ever", + "ock et", + "▁disc ussion", + "▁discuss ion", + "ia no", + "ian o", + "i ano", + "▁mark eting", + "▁market ing", + "in der", + "ind er", + "i nder", + "▁cl asses", + "▁class es", + "▁ classes", + "▁g uid", + "▁gu id", + "▁b ottom", + "▁bott om", + "▁ bottom", + "▁O k", + "ON T", + "▁M ike", + "▁Mi ke", + "ia t", + "i at", + "▁d ivid", + "▁div id", + "▁re ferred", + "▁refer red", + "d a", + "▁Th rough", + "▁f inding", + "▁fin ding", + "▁find ing", + "▁Ch ris", + "ans as", + "▁le ague", + "▁s ac", + "▁sa c", + "▁tr uly", + "▁tru ly", + "▁ é", + "C R", + "▁on to", + "▁ onto", + "▁Ret urn", + "▁ Return", + "▁l ock", + "▁loc k", + "▁lo ck", + "▁ lock", + "▁de part", + "▁dep art", + "▁def ense", + "al ign", + "ali gn", + "▁hel ping", + "▁help ing", + "ja va", + "jav a", + "j ava", + "▁i ce", + "▁ ice", + "te en", + "t een", + "he w", + "h ew", + "▁n ative", + "▁ded icated", + "▁pre par", + "▁prep ar", + "▁st ood", + "it age", + "ita ge", + "▁su dden", + "▁ess ential", + "▁concern s", + "ri er", + "rie r", + "r ier", + "▁reg ional", + "▁region al", + "▁G ar", + "▁Ga r", + "▁Republic an", + "S A", + "▁p al", + "▁pa l", + "▁Col or", + "▁Co lor", + "▁ Color", + "▁ex ecut", + "▁exec ut", + "▁l it", + "▁li t", + "▁ lit", + "ner gy", + "T D", + "▁re move", + "▁rem ove", + "▁remov e", + "▁ remove", + "The re", + "Th ere", + "T here", + "▁Y es", + "▁Ye s", + "▁ Yes", + "▁s core", + "▁sc ore", + "at ically", + "atic ally", + "▁en h", + "et ic", + "▁Francis co", + "▁R ail", + "▁Ra il", + "so ft", + "gr eg", + "g reg", + "x x", + "▁rel igion", + "▁relig ion", + "▁Sw ed", + "ip al", + "▁inter pret", + "▁trad ition", + "con text", + "cont ext", + "▁C amb", + "▁Ca mb", + "▁Cam b", + "▁in struct", + "▁inst ruct", + "▁instr uct", + "▁M ax", + "▁Ma x", + "▁ Max", + "▁purch ase", + "og rap", + "ion e", + "io ne", + "i one", + "▁be at", + "▁ beat", + "oc racy", + "ocr acy", + "o z", + "ar ian", + "ari an", + "aria n", + "a rian", + "▁cent re", + "▁p assion", + "▁pass ion", + "ph p", + "▁G reek", + "▁Gree k", + "▁Gre ek", + "▁m useum", + "▁p il", + "======== ========", + "▁Pak istan", + "▁rem oved", + "▁remove d", + "▁remov ed", + "▁te acher", + "▁teac her", + "▁teach er", + "▁tea cher", + "▁part nership", + "▁partner ship", + "▁partners hip", + "ff ect", + "f fect", + "▁F red", + "▁Fre d", + "▁Fr ed", + "in gly", + "ing ly", + "▁prep ared", + "▁prepar ed", + "▁prepare d", + "▁con cert", + "▁conc ert", + "▁conce rt", + "▁V an", + "cl usive", + "clus ive", + "▁ident ified", + "▁re nt", + "▁r ent", + "▁ rent", + "pr ess", + "pre ss", + "pres s", + "p ress", + "ad or", + "ado r", + "▁s an", + "▁sa n", + "▁F ar", + "▁Fa r", + "ap ping", + "app ing", + "a pping", + "co very", + "cover y", + "In ter", + "Int er", + "▁feature d", + "▁feat ured", + "val id", + "▁c ash", + "▁ca sh", + "▁cas h", + "▁experience d", + "▁experien ced", + "ze n", + "z en", + "▁ent ertain", + "▁enter tain", + "▁Qu een", + "▁Que en", + "ni c", + "n ic", + "▁N orthern", + "▁North ern", + "▁Nort hern", + "▁do ct", + "▁doc t", + "▁s td", + "▁st d", + "▁ std", + "▁up date", + "▁ update", + "rel ated", + "## ##", + "▁acc ur", + "▁ac cur", + "oi r", + "o ir", + "wh ich", + "▁k ill", + "▁kil l", + "▁techn ical", + "▁aff ord", + "▁af ford", + "▁Pal est", + "▁am azing", + "AT ION", + "co re", + "cor e", + "c ore", + "F rom", + "▁stud io", + "▁profess or", + "on ed", + "one d", + "o ned", + "▁n ice", + "▁nic e", + "▁hon or", + "ap ed", + "ape d", + "a ped", + "▁ar ms", + "▁arm s", + "▁ arms", + "▁hold ing", + "▁hol ding", + "▁conduct ed", + "▁commun ication", + "oe s", + "o es", + "che ck", + "▁Ex ecutive", + "▁a ircraft", + "▁air craft", + "▁N Y", + "▁ NY", + "▁sh ape", + "▁person s", + "▁pers ons", + "▁Sov iet", + "ut s", + "u ts", + "▁I D", + "▁ ID", + "▁K en", + "▁Ke n", + "▁c ars", + "▁car s", + "▁ca rs", + "▁d iss", + "▁dis s", + "▁di ss", + "▁recogn ized", + "▁recognize d", + "le gal", + "leg al", + "▁ev ening", + "▁even ing", + "▁c er", + "▁ce r", + "▁ cer", + "▁Jack son", + "ro ws", + "row s", + "r ows", + "et ime", + "e time", + "▁R E", + "▁ RE", + "om y", + "o my", + "▁H ospital", + "▁com pos", + "▁comp os", + "▁J ac", + "▁Ja c", + "▁en force", + "▁ra pid", + "name s", + "na mes", + "nam es", + "n ames", + "▁al le", + "▁all e", + "▁ alle", + "re nce", + "ren ce", + "r ence", + "ans ion", + "▁con tain", + "▁cont ain", + "Cal l", + "C all", + "b i", + "▁AN D", + "▁ AND", + "▁C L", + "▁ CL", + "▁D own", + "▁Do wn", + "▁ Down", + "▁b ird", + "▁bi rd", + "▁tr end", + "▁tre nd", + "▁extrem ely", + "▁extreme ly", + "▁count y", + "▁coun ty", + "ab eth", + "abet h", + "▁a ren", + "▁are n", + "▁ar en", + "▁ aren", + "▁Pac ific", + "▁O ffic", + "▁Off ic", + "▁Con f", + "▁supp osed", + "▁sup posed", + "▁suppose d", + "el ler", + "ell er", + "elle r", + "in ent", + "ine nt", + "ag on", + "ago n", + "a gon", + "Pro perty", + "▁a lt", + "▁al t", + "▁ alt", + "▁On ly", + "▁ Only", + "▁Ear ly", + "▁Earl y", + "li b", + "l ib", + "▁c ore", + "▁co re", + "▁cor e", + "▁ core", + "▁Kore a", + "▁G al", + "▁Ga l", + "▁P riv", + "▁Pr iv", + "▁Pri v", + "or al", + "ora l", + "o ral", + "▁K enn", + "▁Ken n", + "▁De sign", + "▁Des ign", + "▁follow s", + "▁cre ation", + "▁creat ion", + "▁ed ition", + "▁M aster", + "▁Ma ster", + "▁Mas ter", + "f alse", + "▁main tain", + "ur er", + "ure r", + "I F", + "▁stand ing", + "▁ standing", + "ourn ament", + "▁pr ices", + "▁pri ces", + "▁price s", + "▁pric es", + "as te", + "ast e", + "a ste", + "▁p m", + "▁ pm", + "Re ad", + "R ead", + "▁circum stances", + "▁Sp ain", + "▁W in", + "▁Wi n", + "▁dom estic", + "▁f ellow", + "▁fell ow", + "wh ile", + "> (", + "▁s election", + "▁se lection", + "▁select ion", + "▁sel ection", + "▁c oun", + "▁co un", + "▁cou n", + "▁se ek", + "▁see k", + "▁concern ed", + "▁own ed", + "▁ow ned", + "▁ owned", + "osoph y", + "▁appear ance", + "▁small er", + "▁c ab", + "▁ca b", + "▁accept ed", + "▁custom er", + "▁cust omer", + "▁jud ge", + "▁adv ice", + "▁great est", + "▁gre atest", + "▁v an", + "▁ van", + "▁In f", + "▁ex change", + "▁exch ange", + "▁Georg ia", + "▁s port", + "▁sp ort", + "▁spo rt", + "ploy ment", + "S u", + "EC T", + "E CT", + "▁f iles", + "▁fil es", + "▁file s", + "▁ files", + "▁em phas", + "▁b ra", + "▁br a", + "▁ bra", + "▁di agn", + "▁s ets", + "▁se ts", + "▁set s", + "▁I II", + "▁II I", + "▁ III", + "▁a ctor", + "▁act or", + "▁ actor", + "▁d raft", + "▁dra ft", + "▁c alling", + "▁call ing", + "▁cal ling", + "▁sp ring", + "▁spr ing", + "▁ spring", + "B l", + "ha s", + "h as", + "▁att ended", + "▁attend ed", + "▁n il", + "lo ng", + "lon g", + "l ong", + "▁Mich igan", + ";< /", + "; ", + "▁ ->", + "▁cl oud", + "▁ cloud", + "▁ass ets", + "▁asset s", + "▁ assets", + "▁fl at", + "▁Be ach", + "▁bg color", + "▁bro ken", + "▁br oken", + "▁broke n", + "▁Book s", + "▁struct ures", + "▁structure s", + "▁T ax", + "▁Ta x", + "olog ist", + "▁scient ists", + "▁scientist s", + "▁fe at", + "qu ery", + "que ry", + "quer y", + "▁Che ck", + "▁ Check", + "▁lic ense", + "▁g ift", + "▁T al", + "▁Ta l", + "cre en", + "cr een", + "c reen", + "▁wide ly", + "▁wid ely", + "▁# #", + "▁ ##", + "▁b omb", + "▁bo mb", + "▁bom b", + "▁Gu ard", + "▁comb ination", + "▁let ters", + "▁letter s", + "▁em pty", + "▁ empty", + "▁desc ribe", + "▁describ e", + "▁ex ception", + "▁except ion", + "▁as king", + "▁ask ing", + "adel ph", + "angu ages", + "anguage s", + "▁Sc iences", + "▁Science s", + "▁Af ghan", + "hi re", + "h ire", + "▁L ight", + "▁Li ght", + "▁g ather", + "R I", + "f ree", + "St atus", + "Stat us", + "ad ata", + "ada ta", + "a data", + "▁sc ope", + "▁ scope", + "aw n", + "a wn", + "▁Re present", + "▁Rep resent", + "▁cont rast", + "▁contra st", + "▁b es", + "▁be s", + "▁ bes", + "▁max imum", + "▁maxim um", + "▁s yn", + "▁sy n", + "E W", + "▁decl ared", + "▁declare d", + "▁Step hen", + "▁h orse", + "▁hor se", + "f a", + "achus etts", + "▁R od", + "▁Ro d", + "▁M arg", + "▁Mar g", + "he red", + "her ed", + "here d", + "h ered", + "▁W is", + "▁Wi s", + "ir o", + "i ro", + "▁Tay lor", + "▁Ph ys", + "▁phot ograph", + "▁photo graph", + "▁h yp", + "▁hy p", + "▁G irl", + "▁Gi rl", + "▁bring s", + "▁br ings", + "▁ref uge", + "▁typ ically", + "▁typical ly", + "hip s", + "hi ps", + "h ips", + "▁re venue", + "▁reven ue", + "li nes", + "line s", + "lin es", + "l ines", + "ad ding", + "add ing", + "opy right", + "per son", + "pers on", + "p erson", + "mer ce", + "▁own ers", + "▁owner s", + "▁ow ners", + "ain e", + "ai ne", + "a ine", + "▁rece iving", + "▁fact s", + "▁fac ts", + "oc key", + "ock ey", + "▁E qu", + "▁ Equ", + "▁V ice", + "▁Vi ce", + "ag ged", + "a gged", + "▁put ting", + "▁pu tting", + "S p", + "ag ram", + "a gram", + "▁thought s", + "▁though ts", + "▁mass ive", + "▁I ss", + "▁Is s", + "ra ne", + "ran e", + "r ane", + "▁ex port", + "▁exp ort", + "▁ce rem", + "▁cer em", + "W rit", + "▁he av", + "▁ex amples", + "▁example s", + "▁exam ples", + "▁Olymp ic", + "▁P sych", + "▁Govern or", + "▁account s", + "▁m ode", + "▁mod e", + "▁mo de", + "▁ mode", + "▁qu i", + "▁q ui", + "▁in ternet", + "▁inter net", + "▁intern et", + "▁danger ous", + "ellect ual", + "▁B ul", + "▁Bu l", + "▁D un", + "▁Du n", + "▁Ex per", + "▁Exp er", + "▁acc ord", + "_ ,", + "ug in", + "u gin", + "▁K ong", + "▁ch arged", + "▁char ged", + "▁charg ed", + "▁charge d", + "▁p u", + "▁chem ical", + "▁ult imately", + "▁ultimate ly", + "▁pass eng", + "▁v oc", + "▁vo c", + "P C", + "▁v ast", + "▁gu ys", + "▁guy s", + "is ms", + "ism s", + "▁a u", + "▁ au", + "▁in g", + "▁i ng", + "▁ ing", + "I O", + "Su b", + "S ub", + "In put", + "▁opp osition", + "▁op position", + "▁oppos ition", + "En d", + "E nd", + "AR T", + "▁c ategory", + "▁categ ory", + "▁ category", + "▁h un", + "▁imp ossible", + "if er", + "ife r", + "i fer", + "st one", + "ston e", + "adelph ia", + "exp ected", + "Con n", + "m m", + "▁re cover", + "▁rec over", + "▁reco ver", + "ri ne", + "rin e", + "r ine", + "Re t", + "R et", + "▁f at", + "▁fa t", + "▁suff icient", + "▁bo ys", + "▁boy s", + "▁b ought", + "▁bo ught", + "ze r", + "z er", + "▁B ell", + "▁Be ll", + "▁Bel l", + "▁t elling", + "▁tell ing", + "▁tel ling", + "ious ly", + "i ously", + "▁bo olean", + "▁bool ean", + "▁ boolean", + "uation s", + "u ations", + "▁hon est", + "▁r ough", + "▁ rough", + "▁p od", + "▁po d", + "ru ption", + "rupt ion", + "▁min ute", + "▁ minute", + "en ame", + "ena me", + "e name", + "▁s oci", + "▁so ci", + "▁N ote", + "▁No te", + "▁Not e", + "▁m ine", + "▁min e", + "▁mi ne", + "▁ mine", + "▁I l", + "od ing", + "o ding", + "▁D E", + "▁ DE", + "▁un known", + "▁w estern", + "▁west ern", + "▁ western", + "▁H and", + "▁Ha nd", + "▁Han d", + "▁ Hand", + "a o", + "ist ant", + "istan t", + "ista nt", + "i stant", + "▁P en", + "▁Pe n", + "▁s hel", + "▁sh el", + "▁she l", + "▁p ra", + "▁pr a", + "▁f rag", + "▁fra g", + "▁fr ag", + "▁Mass achusetts", + "▁O p", + "▁ Op", + "▁man age", + "▁manag e", + "▁L uc", + "▁Lu c", + "▁pre dict", + "▁pred ict", + "▁repe ated", + "▁repeat ed", + "im ents", + "iment s", + "i ments", + "▁young er", + "aw a", + "a wa", + "ou ts", + "out s", + "o uts", + "AL L", + "A LL", + "ad ing", + "adi ng", + "a ding", + "ma l", + "m al", + "▁pa nel", + "▁pan el", + "▁ panel", + "▁car bon", + "▁u pper", + "▁up per", + "▁Rev olution", + "▁inc ident", + "▁dec ide", + "▁poss ibly", + "▁Wil son", + "ip ping", + "ipp ing", + "ippi ng", + "i pping", + "He ad", + "H ead", + "ag ues", + "ague s", + "agu es", + "ar et", + "are t", + "a ret", + "▁med ium", + "et her", + "eth er", + "ethe r", + "e ther", + "▁del ivery", + "▁deliver y", + "▁ret ire", + "▁H un", + "▁Hu n", + "▁B on", + "▁Bo n", + "▁under st", + "hi st", + "his t", + "h ist", + "▁H om", + "▁Ho m", + "▁U r", + "▁process ing", + "▁world wide", + "yer s", + "ye rs", + "y ers", + "▁newsp aper", + "▁candid ates", + "▁candidate s", + "▁b right", + "▁br ight", + "▁implement ation", + "▁f unc", + "▁fun c", + "▁ func", + "▁en ds", + "▁end s", + "▁ ends", + "Comp onent", + "▁comp ens", + "▁M ir", + "▁Mi r", + "▁thous and", + "k o", + "▁b asketball", + "▁w orse", + "▁wor se", + "▁princ iples", + "▁principle s", + "cl ose", + "▁ent itled", + "▁H ong", + "▁Hon g", + "▁Ho ng", + "▁H y", + "il a", + "i la", + "ho p", + "h op", + "▁int ent", + "▁st orm", + "▁cont rovers", + "▁ch ain", + "▁cha in", + "▁ chain", + "▁Corpor ation", + "▁Corp oration", + "▁T O", + "▁ TO", + "▁s urg", + "▁sur g", + "▁d rama", + "▁dra ma", + "▁dr ama", + "▁dram a", + "▁opp os", + "▁op pos", + "▁million s", + "▁mill ions", + "▁f rame", + "▁fra me", + "▁fram e", + "▁fr ame", + "▁ frame", + "▁sc ored", + "▁score d", + "id en", + "ide n", + "i den", + "▁L es", + "▁Le s", + "t x", + "▁L abor", + "▁La bor", + "▁Lab or", + "br o", + "b ro", + "▁r ural", + "▁ru ral", + "ch ester", + "che ster", + "ches ter", + "S C", + "or mal", + "orm al", + "▁F ox", + "Act ion", + "A ction", + "▁a thlet", + "▁w arn", + "▁war n", + "ic ide", + "ici de", + "▁L ive", + "▁Li ve", + "▁E s", + "▁se asons", + "▁season s", + "ens ity", + "▁a ctors", + "▁act ors", + "▁actor s", + "▁grad uate", + "▁ graduate", + "en ant", + "ena nt", + "▁spirit ual", + "▁spir itual", + "▁i con", + "▁ icon", + "▁pict ures", + "▁picture s", + "The y", + "Th ey", + "▁p ortion", + "▁port ion", + "he ader", + "head er", + "▁De ath", + "pr ise", + "pri se", + "p rise", + "ru m", + "r um", + "T V", + "Re c", + "R ec", + "▁T ype", + "▁Ty pe", + "▁ Type", + "du ction", + "duct ion", + "d uction", + "▁P rem", + "▁Pr em", + "▁Pre m", + "▁s uit", + "▁su it", + "▁def inition", + "▁defin ition", + "▁f actor", + "▁fact or", + "▁fa ctor", + "se m", + "s em", + "▁Cur rent", + "▁ Current", + "▁v ul", + "▁r oot", + "▁ro ot", + "▁ root", + "A Y", + "▁H arry", + "▁Har ry", + "▁phot os", + "▁photo s", + "▁E nt", + "▁En t", + "▁ Ent", + "▁rep resents", + "▁represent s", + "▁M P", + "▁ MP", + "▁t un", + "▁tu n", + "▁th rows", + "▁throw s", + "▁thr ows", + "▁thro ws", + "▁B ush", + "▁Bu sh", + "▁Bus h", + "▁un able", + "▁una ble", + "▁n omin", + "▁no min", + "▁nom in", + "▁cour ts", + "▁court s", + "▁t empl", + "▁tem pl", + "Fi l", + "F il", + "▁deliver ed", + "▁A L", + "▁ AL", + "▁P ers", + "▁Pe rs", + "▁Per s", + "▁R ight", + "▁ Right", + "t arget", + "ly n", + "l yn", + "▁N ULL", + "▁p our", + "▁po ur", + "▁prov isions", + "▁provision s", + "ow nt", + "own t", + "in ity", + "init y", + "ini ty", + "i nity", + "▁a band", + "▁ab and", + "▁s ought", + "▁so ught", + "▁fac ulty", + "is ted", + "ist ed", + "ad s", + "a ds", + "▁ad ults", + "▁adult s", + "▁strugg le", + "▁v o", + "▁ vo", + "▁t on", + "▁to n", + "▁ ton", + "In stance", + "Inst ance", + "ua ble", + "u able", + "▁b uff", + "▁bu ff", + "ph y", + "p hy", + "ess ed", + "A V", + "Ex p", + "▁Am ong", + "▁b anks", + "▁bank s", + "▁ban ks", + "▁Engine ering", + "▁Office r", + "▁Offic er", + "▁S uch", + "▁Su ch", + "tain ing", + "ta ining", + "t aining", + "▁Alex ander", + "▁Alexand er", + "▁came ra", + "▁camer a", + "▁cam era", + "▁b ridge", + "▁ bridge", + "▁l as", + "▁la s", + "▁ch osen", + "▁cho sen", + "▁chose n", + "S ource", + "▁or ders", + "▁order s", + "▁ord ers", + "▁ orders", + "▁te ach", + "▁teac h", + "▁tea ch", + "▁n ations", + "▁nation s", + "ro me", + "rom e", + "r ome", + "▁C at", + "▁Ca t", + "▁P oint", + "▁Po int", + "▁ Point", + "▁f urn", + "▁fur n", + "pro fit", + "prof it", + "▁c art", + "▁car t", + "▁ca rt", + "▁public ation", + "▁pub lication", + "▁Al bert", + "▁Alb ert", + "▁f iction", + "▁ fiction", + "▁surround ing", + "To ken", + "T oken", + "▁dif ferences", + "▁differ ences", + "▁difference s", + "▁Aff airs", + "▁E X", + "▁ EX", + "▁R en", + "▁Re n", + "▁fe els", + "▁feel s", + "▁fee ls", + "as p", + "a sp", + "Ac t", + "A ct", + "▁comp onent", + "▁ component", + "▁m ixed", + "▁mix ed", + "▁ext ends", + "▁extend s", + "it ure", + "i ture", + "▁l ies", + "▁li es", + "▁lie s", + "▁ lies", + "ent ry", + "▁main ly", + "▁high light", + "el ines", + "eline s", + "eli nes", + "e lines", + "▁C orn", + "▁Cor n", + "Of f", + "O ff", + "N ull", + "▁M ean", + "▁Me an", + "▁discuss ed", + "▁im press", + "▁imp ress", + "if act", + "m o", + "▁rel ative", + "eg er", + "e ger", + "▁p it", + "▁enjoy ed", + "ar ray", + "arr ay", + "ap ped", + "app ed", + "a pped", + "▁government s", + "▁govern ments", + "▁eng aged", + "▁engage d", + "sh ire", + "s hire", + "ap es", + "ape s", + "a pes", + "▁ob tain", + "ide os", + "ideo s", + "▁k ick", + "pl om", + "▁stre ets", + "▁street s", + "▁res olution", + "▁resol ution", + "F C", + "▁organ ized", + "▁organiz ed", + "▁temper ature", + "▁techn ologies", + "ivers ary", + "op her", + "oph er", + "▁review s", + "per ties", + "pert ies", + "▁dro pped", + "▁drop ped", + "▁m oral", + "▁mor al", + "▁mo ral", + "ba l", + "b al", + "T O", + "ed u", + "e du", + "▁b atter", + "▁batt er", + "▁bat ter", + "▁s now", + "▁sn ow", + "▁w inner", + "▁win ner", + "B ase", + "▁Islam ic", + "bt n", + "b tn", + "rehens ive", + "▁co ordin", + "▁Th ough", + "▁Tor onto", + "▁O nt", + "▁On t", + "▁pro vision", + "▁prov ision", + "U E", + "h r", + "▁ad ult", + "▁G i", + "▁T urn", + "▁Tur n", + "▁arrest ed", + "▁Phil adelphia", + "se n", + "s en", + "▁Dav is", + "▁Da vis", + "▁B attle", + "▁Bat tle", + "▁Batt le", + "ro g", + "r og", + "is d", + "i sd", + "▁t ournament", + "▁Olymp ics", + "▁Olympic s", + "▁mot iv", + "▁N az", + "▁Na z", + "[ \"", + "▁st ands", + "▁stand s", + "ir ation", + "i ration", + "▁p or", + "▁po r", + "▁ por", + "so le", + "s ole", + "ca se", + "c ase", + "af ter", + "a fter", + "▁Th ank", + "▁f ill", + "▁fil l", + "▁Ber lin", + "▁ext ensive", + "we ight", + "▁read ers", + "▁reader s", + "▁pass ing", + "▁frequ ently", + "▁frequent ly", + "▁P u", + "al i", + "a li", + "▁p hen", + "▁ph en", + "▁de lay", + "▁del ay", + "▁Mod ern", + "▁L ady", + "▁La dy", + "▁Lad y", + "▁O R", + "▁ OR", + "▁col le", + "▁coll e", + "▁t om", + "▁to m", + "▁fl ood", + "▁flo od", + "ut ies", + "u ties", + "▁Israel i", + "T C", + "▁particip ants", + "▁D C", + "▁ DC", + "▁H ard", + "▁Har d", + "▁Ha rd", + "er ves", + "erv es", + "erve s", + "▁B ang", + "▁Ba ng", + "▁Ban g", + "▁for get", + "▁forg et", + "▁m el", + "▁me l", + "on ly", + "hold ers", + "holder s", + "hol ders", + "▁C reat", + "▁Cre at", + "▁st ret", + "▁str et", + "▁stre t", + "▁Hol lywood", + "rat or", + "r ator", + "▁result ing", + "▁vis itors", + "▁visit ors", + "▁visitor s", + "▁increasing ly", + "▁f asc", + "▁fa sc", + "▁Su pport", + "▁Sup port", + "▁Supp ort", + "▁ Support", + "▁sh ock", + "▁Tur key", + "▁Turk ey", + "\") .", + "\" ).", + "▁sh aring", + "▁shar ing", + "▁walk ing", + "▁wal king", + "id ers", + "ide rs", + "ider s", + "i ders", + "am il", + "ami l", + "▁L ind", + "▁Li nd", + "▁Lin d", + "▁init ially", + "▁initial ly", + "▁initi ally", + "if ies", + "ik i", + "i ki", + "ee n", + "e en", + "re quest", + "requ est", + "▁poss ibility", + "▁enforce ment", + "▁{ }", + "▁ {}", + "\") ,", + "\" ),", + "▁Un ivers", + "▁pro spect", + "▁pros pect", + "v i", + "N av", + "D S", + "▁w alls", + "▁wall s", + "▁wal ls", + "▁M ill", + "▁Mil l", + "▁Mi ll", + "▁Color ado", + "▁suff ered", + "▁suffer ed", + "ib ilities", + "AM E", + "A ME", + "ir a", + "i ra", + "Op er", + "O per", + "▁A sh", + "▁As h", + "St y", + "S ty", + "( {", + "▁reg ions", + "▁region s", + "pe s", + "p es", + "▁ ]", + "▁close ly", + "▁clos ely", + "▁att orney", + "IS T", + "I ST", + "? '", + "an na", + "ann a", + "he mat", + "hem at", + "▁Econom ic", + "▁P hot", + "▁Ph ot", + "▁turn s", + "▁tur ns", + "▁walk ed", + "▁wal ked", + "ul pt", + "’ ,", + "▁Count ry", + "▁N ame", + "▁Na me", + "▁Nam e", + "▁ Name", + "▁along side", + "▁loc ations", + "▁location s", + "▁E ric", + "▁Er ic", + "ad ed", + "ade d", + "ac ter", + "act er", + "▁S ign", + "▁Si gn", + "▁ Sign", + "▁l iqu", + "▁li qu", + "\\ \\", + "ca l", + "c al", + "’ .", + "ut ed", + "ute d", + "u ted", + "▁w aste", + "▁was te", + "▁wa ste", + "▁A ccess", + "▁Acc ess", + "▁Ac cess", + "▁ Access", + "▁plan et", + "▁plane t", + "▁m o", + "▁ mo", + "tern oon", + "el lo", + "ell o", + "▁L ocal", + "▁Lo cal", + "▁Loc al", + "▁ Local", + "▁pl ot", + "▁observ ed", + "▁obser ved", + "▁observe d", + "ol ved", + "olve d", + "ren cy", + "r ency", + "ir ms", + "irm s", + "▁s weet", + "▁swe et", + "ar ser", + "ars er", + "arse r", + "▁nar row", + "go r", + "g or", + "▁ob lig", + "▁obl ig", + "▁t een", + "▁te en", + "▁ teen", + "iss ions", + "ission s", + "▁N ic", + "▁Ni c", + "app end", + "▁ne ither", + "th ur", + "▁wel come", + "▁O tt", + "▁H oly", + "▁Hol y", + "▁Ho ly", + "▁recogn ition", + "ain ts", + "aint s", + "a ints", + "▁I P", + "▁ IP", + "▁al leg", + "▁all eg", + "▁alle g", + "RE F", + "▁r ac", + "▁ra c", + "▁ rac", + "▁S anta", + "▁San ta", + "▁Sant a", + "▁inter face", + "▁interf ace", + "▁ interface", + "▁act ress", + "n ull", + "▁A dam", + "▁Ad am", + "Ch e", + "C he", + "▁p ure", + "▁pur e", + "▁pu re", + "▁S at", + "▁Sa t", + "▁Pr inc", + "▁R est", + "▁Re st", + "▁Res t", + "▁c up", + "▁cu p", + "on ic", + "oni c", + "o nic", + "▁D utch", + "▁c ro", + "▁cr o", + "▁L ater", + "▁La ter", + "▁Lat er", + "▁Late r", + "Po int", + "P oint", + "ow ed", + "Cont ent", + "▁name space", + "▁names pace", + "▁ namespace", + "▁med icine", + "▁medic ine", + "▁lo an", + "ut ation", + "▁St ory", + "▁f ixed", + "▁fix ed", + "Att ribute", + "▁associ ation", + "▁b att", + "▁bat t", + "▁reason able", + "▁our selves", + "▁pain ting", + "▁paint ing", + "▁close r", + "▁clos er", + "▁ro oms", + "▁room s", + "▁ rooms", + "▁acqu ired", + "▁acquire d", + "▁c raft", + "▁cra ft", + "▁ craft", + "▁St ill", + "A F", + "▁expl ore", + "▁explo re", + "▁s ole", + "▁so le", + "▁sol e", + "▁ sole", + "el e", + "e le", + "▁program me", + "end ar", + "enda r", + "▁beaut y", + "▁pro ve", + "▁prov e", + "▁pr ove", + "▁shoot ing", + "▁arg uments", + "▁argument s", + "▁Mil itary", + "▁ris ks", + "▁risk s", + "▁under t", + "▁und ert", + "▁K ey", + "▁Ke y", + "▁ Key", + "▁signific antly", + "▁significant ly", + "▁+ =", + "R un", + "▁P age", + "▁Pa ge", + "▁ Page", + "▁In depend", + "▁Ind epend", + "con n", + "Equ al", + "E qual", + "▁s ight", + "▁si ght", + "▁sig ht", + "pe rial", + "per ial", + "▁sign s", + "▁sig ns", + "AB LE", + "( (", + "▁vis ited", + "▁visit ed", + "▁at mosp", + "▁w ine", + "▁win e", + "im a", + "i ma", + "ol ec", + "ole c", + "▁tr acks", + "▁tra cks", + "▁track s", + "▁M s", + "▁mark ed", + "▁mar ked", + "▁re lation", + "▁rel ation", + "x ml", + "cre te", + "cret e", + "▁s elling", + "▁sell ing", + "▁sel ling", + "▁ selling", + "▁N C", + "▁ NC", + "▁exc ited", + "▁on going", + "de p", + "d ep", + "eb ug", + "pro perty", + "▁success fully", + "▁successful ly", + "al ty", + "alt y", + "ten ance", + "T P", + "▁W atch", + "▁Wat ch", + "ol is", + "oli s", + "o lis", + "▁R ose", + "▁Ros e", + "▁Ro se", + "▁person nel", + "ef t", + "e ft", + "▁B ru", + "▁Br u", + "▁D id", + "▁Di d", + "▁f lex", + "▁fl ex", + "▁fle x", + "Par t", + "P art", + "Opt ions", + "Option s", + "O ptions", + "▁fav our", + "▁f ormal", + "▁for mal", + "▁form al", + "im er", + "ime r", + "i mer", + "H ow", + "▁rel ief", + "▁reli ef", + "▁B BC", + "ol n", + "o ln", + "mon t", + "mo nt", + "m ont", + "▁territ ory", + "▁d iverse", + "▁di verse", + "▁divers e", + "▁diver se", + "▁L ine", + "▁Li ne", + "▁Lin e", + "▁ Line", + "ud i", + "u di", + "▁F ather", + "▁Fa ther", + "▁s ad", + "▁sa d", + "▁g rown", + "▁gr own", + "▁grow n", + "▁gro wn", + "▁en emy", + "▁f ont", + "▁fo nt", + "▁ font", + "▁sym bol", + "▁symb ol", + "▁Pl ace", + "▁mount ain", + "▁ha bit", + "▁hab it", + "▁re mind", + "▁rem ind", + "win g", + "w ing", + "▁particip ate", + "os es", + "ose s", + "o ses", + "aut hor", + "auth or", + "a uthor", + "it arian", + "itar ian", + "ita rian", + "we et", + "▁w al", + "▁wa l", + "▁b roke", + "▁bro ke", + "▁br oke", + "▁ide al", + "▁id eal", + "▁idea l", + "▁princ ipal", + "▁det ailed", + "▁detail ed", + "▁A ction", + "▁Act ion", + "▁ Action", + "▁elim in", + "▁eff icient", + "▁l ect", + "▁le ct", + "▁ lect", + "um es", + "ume s", + "u mes", + "▁d atabase", + "▁data base", + "OR T", + "nes ota", + "▁A h", + "tr ack", + "tra ck", + "t rack", + "▁s hips", + "▁sh ips", + "▁ship s", + "se x", + "s ex", + "▁ph ase", + "ap se", + "aps e", + "▁sym pt", + "▁V en", + "▁Ve n", + "le ts", + "let s", + "l ets", + "▁L y", + "▁techn iques", + "▁technique s", + "▁achie ved", + "▁achieve d", + "▁fl ag", + "he ight", + "▁v ess", + "▁ve ss", + "▁C ost", + "▁Co st", + "▁Cos t", + "ateg ory", + "▁sol ar", + "▁Palest in", + "▁ch ampionship", + "▁champion ship", + "ap ore", + "Hand ler", + "Handle r", + "▁report ing", + "▁St art", + "▁Star t", + "▁ Start", + "oi s", + "o is", + "▁human s", + "▁hum ans", + "▁coun sel", + "▁architect ure", + "▁F ord", + "▁For d", + "▁F ac", + "▁Fa c", + "p y", + "if est", + "ife st", + "fa st", + "f ast", + "G o", + "▁mat ches", + "▁match es", + "▁r ing", + "▁ri ng", + "▁ ring", + "▁restaur ant", + "▁ret ired", + "▁retire d", + "▁con ven", + "▁conv en", + "▁near by", + "▁F a", + "▁N ick", + "▁Nic k", + "▁Ni ck", + "av or", + "co hol", + "coh ol", + "ra ged", + "rag ed", + "rage d", + "r aged", + "▁re in", + "os a", + "o sa", + "ar ation", + "a ration", + "▁B a", + "▁ex ternal", + "qu ir", + "▁Reg ister", + "▁emot ional", + "▁emotion al", + "▁re co", + "▁rec o", + "▁G ree", + "▁Gr ee", + "▁Gre e", + "▁absol utely", + "▁absolute ly", + "▁is ol", + "▁sugg ests", + "▁suggest s", + "D P", + "▁Ar iz", + "▁Ari z", + "▁b ear", + "▁be ar", + "▁conf idence", + "▁N S", + "▁ NS", + "le rs", + "ler s", + "l ers", + "B O", + "ol der", + "old er", + "▁Uk raine", + "▁Ukrain e", + "▁ch art", + "▁char t", + "▁cha rt", + "▁st rict", + "▁str ict", + "▁stri ct", + "▁B ible", + "▁Bi ble", + "▁pro file", + "▁prof ile", + "▁ profile", + "▁s in", + "▁si n", + "▁exp ansion", + "ens ed", + "ense d", + "▁Fin ancial", + "▁re li", + "▁r eli", + "▁rel i", + "SO N", + "S ON", + "t ure", + "hu s", + "h us", + "be ll", + "bel l", + "b ell", + "▁Camb ridge", + "▁Cam bridge", + "ak a", + "a ka", + "▁appro val", + "▁H ou", + "▁Ho u", + "▁meet ings", + "▁meeting s", + "ord an", + "nav bar", + "serv ice", + "s ervice", + "▁M ake", + "▁Ma ke", + "▁deg rees", + "▁degree s", + "wor th", + "w orth", + "▁ass istant", + "▁assist ant", + "▁fin ds", + "▁find s", + "▁st ick", + "▁en able", + "L oad", + "▁T reat", + "▁Tre at", + "▁second s", + "AN D", + "▁N OT", + "▁NO T", + "▁ NOT", + "▁o dd", + "▁ odd", + "▁tr ouble", + "▁trou ble", + "ort ion", + "var d", + "va rd", + "v ard", + "▁com edy", + "▁come dy", + "▁comed y", + "it als", + "ital s", + "ita ls", + "▁S ource", + "▁ Source", + "▁b ath", + "▁bat h", + "▁r iv", + "▁ri v", + "▁ riv", + "▁dis cipl", + "▁disc ipl", + "▁perman ent", + "▁jud gment", + "▁kit chen", + "▁s olo", + "▁so lo", + "▁sol o", + "et ch", + "▁col lected", + "▁coll ected", + "▁collect ed", + "▁sil ver", + "▁cons umer", + "▁consum er", + "ki nd", + "kin d", + "k ind", + "L C", + "▁th ick", + "▁L i", + "▁J enn", + "▁Jen n", + "▁found ation", + "▁strateg ic", + "▁cour ses", + "▁course s", + "▁f acing", + "▁fac ing", + "▁fa cing", + "▁vict im", + "▁vic tim", + "▁B udd", + "▁Bu dd", + "▁Bud d", + "▁disc rim", + "▁f ee", + "▁fe e", + "▁turn ing", + "▁tur ning", + "pe rs", + "per s", + "p ers", + "re nder", + "ren der", + "r ender", + "▁Scott ish", + "b ottom", + "▁belie ves", + "▁believe s", + "ri ble", + "rib le", + "r ible", + "▁sur prise", + "▁surpr ise", + "▁dep th", + "▁ depth", + "▁l aid", + "▁la id", + "Sh e", + "S he", + "▁assess ment", + "▁collabor ation", + "▁Min nesota", + "▁pro hib", + "▁pre gn", + "▁B rian", + "▁Br ian", + "js on", + "j son", + "▁con stant", + "▁const ant", + "F actory", + "Bl ock", + "B lock", + "el ement", + "ele ment", + "e lement", + "▁e lig", + "▁el ig", + "en da", + "end a", + "▁dis miss", + "▁B rand", + "▁Br and", + "▁Bra nd", + "eder ation", + "▁H ave", + "▁Ha ve", + "ver ty", + "vert y", + "▁l ots", + "▁lot s", + "▁lo ts", + "▁dra wn", + "▁dr awn", + "▁draw n", + "▁real ized", + "▁realize d", + "ra it", + "r ait", + "▁g arden", + "▁gar den", + "▁accom mod", + "▁W orks", + "▁Wor ks", + "▁Work s", + "it zer", + "itz er", + "▁l osing", + "▁los ing", + "▁imag ine", + "pro ject", + "Wh en", + "W hen", + "▁new ly", + "▁ass ault", + "▁destroy ed", + "▁I mm", + "▁Im m", + "▁sche dule", + "▁sched ule", + "PR O", + "P RO", + "▁polit icians", + "▁politician s", + "▁exhib ition", + "▁exhibit ion", + "▁pull ed", + "▁pul led", + "K E", + "▁Con nect", + "▁Conn ect", + "if icate", + "ific ate", + "▁A venue", + "▁O s", + "og en", + "o gen", + "s rc", + "▁e cho", + "▁ec ho", + "ple te", + "p lete", + "▁E vent", + "▁Ev ent", + "▁Even t", + "▁Eve nt", + "▁ Event", + "▁g ent", + "▁gen t", + "▁ge nt", + "▁ gent", + "▁H ay", + "▁Ha y", + "▁wor st", + "▁af ternoon", + "▁beh alf", + "po l", + "p ol", + "as hed", + "ash ed", + "▁elect ronic", + "▁electron ic", + "▁electro nic", + "▁Fin ally", + "▁Final ly", + "Lin e", + "L ine", + "Lin k", + "L ink", + "▁W H", + "▁N ever", + "▁Ne ver", + "▁Nev er", + "____ ____", + "▁A gency", + "▁Ag ency", + "▁opt im", + "▁op tim", + "▁A ge", + "▁Ag e", + "▁Dis ney", + "er ies", + "e ries", + "▁underst ood", + "▁invest ors", + "ic ious", + "ici ous", + "▁ ·", + "or ne", + "orn e", + "▁acc used", + "▁po verty", + "▁T y", + "aint iff", + "▁s ick", + "▁si ck", + "▁happ ening", + "▁happen ing", + "oc ated", + "oca ted", + "ocate d", + "▁pract ical", + "▁e lev", + "▁el ev", + "▁ele v", + "cer ning", + "▁R ef", + "▁Re f", + "▁ Ref", + "▁top ic", + "Def ault", + "▁impro ved", + "▁improve d", + "▁Sen ior", + "▁Sh ort", + "▁Port ug", + "og y", + "o gy", + "is l", + "i sl", + "▁dist ingu", + "▁Ont ario", + "▁e scape", + "▁esc ape", + "P P", + "che ma", + "▁Bro ther", + "▁Br other", + "me m", + "m em", + "▁r ot", + "▁ro t", + "▁ rot", + "mission s", + "miss ions", + "m issions", + "▁y es", + "▁ye s", + "▁ yes", + "▁f ab", + "▁fa b", + "▁Lew is", + "enn is", + "He l", + "H el", + "vo id", + "v oid", + "▁p ed", + "▁pe d", + "▁ ped", + "▁in fo", + "▁inf o", + "▁ info", + "▁D er", + "▁De r", + "▁sett lement", + "▁settle ment", + "▁comp onents", + "▁component s", + "▁W ars", + "▁War s", + "▁p as", + "▁pa s", + "▁ex ceed", + "▁exc eed", + "▁M iller", + "▁Mil ler", + "▁Mill er", + "▁P ut", + "▁Pu t", + "▁d ans", + "▁da ns", + "ch ar", + "cha r", + "c har", + "an te", + "ant e", + "B uffer", + "▁Cl inton", + "▁Clin ton", + "n ce", + "ER T", + "▁Gall ery", + "▁K now", + "▁Kn ow", + "▁Off icial", + "▁Offic ial", + "IN E", + "I NE", + "ps on", + "p son", + "▁mom ents", + "▁moment s", + "▁mo ments", + "▁C A", + "▁ CA", + "▁h ur", + "▁Trans port", + "▁d é", + "▁fundament al", + "▁tax es", + "▁Per form", + "▁S em", + "▁Se m", + "▁D am", + "▁Da m", + "▁A rea", + "▁Are a", + "▁pub lis", + "▁con tained", + "▁cont ained", + "▁contain ed", + "▁cap able", + "▁effect ively", + "▁effective ly", + "▁t rib", + "▁tr ib", + "▁tri b", + "▁fif th", + "▁k illing", + "▁kill ing", + "▁kil ling", + "▁law yer", + "▁co ffee", + "▁Sy ria", + "writ e", + "w rite", + "c s", + "D o", + "▁oppos ite", + "inc oln", + "▁P ay", + "▁Pa y", + "▁cons ists", + "▁consist s", + "▁vul ner", + "se lect", + "sel ect", + "s elect", + "vi der", + "v ider", + "ar on", + "aro n", + "a ron", + "▁St ock", + "▁s event", + "▁se vent", + "▁seven t", + "▁P roduct", + "▁Pro duct", + "st atus", + "stat us", + "▁r ose", + "▁ro se", + "▁ rose", + "og g", + "o gg", + "▁as sign", + "▁ass ign", + "▁P rom", + "▁Pro m", + "▁Pr om", + "▁ref used", + "▁refuse d", + "▁Ariz ona", + "pt r", + "p tr", + "Re source", + "Res ource", + "▁im mediate", + "▁immedi ate", + "▁r h", + "▁ rh", + "▁st ores", + "▁store s", + "▁tal ent", + "▁tale nt", + "▁t ight", + "▁r u", + "▁ ru", + "▁Kore an", + "▁Korea n", + "an do", + "and o", + "C ell", + "ur ches", + "urch es", + "▁con taining", + "▁cont aining", + "▁contain ing", + "▁an x", + "or ry", + "▁Build ing", + "▁n ut", + "▁nu t", + "▁ nut", + "▁An ton", + "▁Ant on", + "ure au", + "▁ex ists", + "▁exist s", + "▁M A", + "▁ MA", + "▁f aced", + "▁fac ed", + "▁face d", + "▁fa ced", + "▁str ike", + "▁stri ke", + "ser ver", + "serv er", + "s erver", + "▁behav i", + "og ether", + "o gether", + "▁trans action", + "▁G reg", + "▁Gr eg", + "▁Gre g", + "▁C rit", + "▁Cr it", + "▁found er", + "▁fo under", + "▁ founder", + "▁St ation", + "▁Stat ion", + "▁pro test", + "▁prot est", + "▁prote st", + "▁l anguages", + "▁language s", + "▁Pre vious", + "▁ro of", + "$ {", + "▁ag ents", + "▁agent s", + "▁b oat", + "▁bo at", + "l anguage", + "▁det ect", + "il ton", + "ilt on", + "▁r oy", + "▁ro y", + "▁ roy", + "▁il legal", + "ou red", + "our ed", + "o ured", + "form at", + "for mat", + "ot es", + "ote s", + "o tes", + "▁e gg", + "▁b ranch", + "▁br anch", + "▁bran ch", + "▁Gold en", + "▁Cont rol", + "▁ Control", + "St art", + "Star t", + "▁M arc", + "▁Mar c", + "▁Ma rc", + "▁phil osophy", + "▁philosoph y", + "▁sched uled", + "▁schedule d", + "▁B ad", + "▁Ba d", + "▁A S", + "▁ AS", + "▁Pr ize", + "▁Pri ze", + "Tr ue", + "▁V ideo", + "▁S ix", + "▁Si x", + "po ol", + "p ool", + "▁M ult", + "▁Mu lt", + "▁ Mult", + "ble s", + "bl es", + "b les", + "▁A li", + "▁Al i", + "▁m al", + "▁ma l", + "▁ mal", + "le an", + "l ean", + "ha r", + "h ar", + "▁Cap ital", + "▁l augh", + "▁inv olving", + "▁invol ving", + "eg in", + "e gin", + "▁On line", + "▁al umni", + "ok ing", + "o king", + "an th", + "ant h", + "▁se vere", + "▁sever e", + "S o", + "▁Sing apore", + "▁Vict oria", + "▁Victor ia", + "in ts", + "int s", + "P age", + "ol ly", + "oll y", + "▁Ex pl", + "▁Exp l", + "ies t", + "ie st", + "i est", + "▁D ate", + "▁Da te", + "▁ Date", + "▁R yan", + "▁Ry an", + "is a", + "i sa", + "▁f ulf", + "ig ious", + "▁B all", + "▁Bal l", + "▁Ba ll", + "ri p", + "r ip", + "▁P ot", + "▁Po t", + "▁feat uring", + "▁res istance", + "▁some what", + "▁somew hat", + "▁K at", + "▁Ka t", + "ev in", + "e vin", + "▁m ob", + "▁mo b", + "r l", + "ep ing", + "e ping", + "▁C ase", + "▁Ca se", + "▁Cas e", + "▁ Case", + "red it", + "r edit", + "▁Dig ital", + "▁perform ing", + "as ka", + "ask a", + "▁de cor", + "▁dec or", + "▁inv ited", + "▁int ellectual", + "oc us", + "▁suff ering", + "▁suffer ing", + "ve re", + "ver e", + "v ere", + "▁v ice", + "▁vi ce", + "▁vic e", + "▁ass igned", + "▁assign ed", + "▁Viet nam", + "▁Person al", + "▁ex plan", + "▁exp lan", + "▁expl an", + "re ll", + "rel l", + "r ell", + "y o", + "▁N otes", + "▁No tes", + "▁Not es", + "▁Note s", + "ac le", + "a cle", + "▁re action", + "▁react ion", + "▁perform ances", + "▁performance s", + "und le", + "▁f ees", + "▁fe es", + "▁fee s", + "▁r andom", + "▁ran dom", + "▁Atl antic", + "▁respect ively", + "▁respective ly", + "▁p apers", + "▁pa pers", + "▁paper s", + "▁pap ers", + "▁administ rative", + "R C", + "um a", + "u ma", + "▁F ind", + "▁Fin d", + "▁M arsh", + "▁Mar sh", + "▁Mars h", + "▁gu est", + "▁Bel g", + "▁link ed", + "▁lin ked", + "fin d", + "fi nd", + "f ind", + "▁sche me", + "▁schem e", + "▁T ake", + "▁Ta ke", + "▁jur isd", + "% )", + "▁M ethod", + "▁ Method", + "id i", + "i di", + ") {", + "▁manufact uring", + "▁K ansas", + "▁conf ident", + "= #", + "▁professional s", + "▁profession als", + "▁president ial", + "▁purch ased", + "▁purchase d", + "▁T ony", + "▁To ny", + "▁Ton y", + "▁pl enty", + "I B", + "▁supp orts", + "▁support s", + "▁sup ports", + "ph a", + "p ha", + "▁St aff", + "igen ous", + "▁Le on", + "▁Leo n", + "▁L ow", + "▁Lo w", + "▁us ual", + "▁encou rage", + "▁encourag e", + "▁exp ensive", + "om ic", + "o mic", + "▁off ices", + "▁offic es", + "▁office s", + "▁in novation", + "▁innov ation", + "St yle", + "Sty le", + "T A", + "▁up dated", + "▁update d", + "ata log", + "atal og", + "▁point ed", + "▁sudden ly", + "ri bed", + "rib ed", + "ribe d", + "��p ray", + "▁pr ay", + "▁pra y", + "ou ri", + "our i", + "o uri", + "▁y ards", + "▁yard s", + "id get", + "v o", + "▁U t", + "▁consequ ences", + "▁consequence s", + "▁Tr ade", + "▁Tra de", + "▁Trad e", + "Pr e", + "P re", + "▁real ize", + "p a", + "▁en ding", + "▁end ing", + "▁ ending", + "▁Tur k", + "▁Sc hol", + "▁Sch ol", + "▁Ex t", + "▁ Ext", + "▁talk s", + "▁tal ks", + "ia h", + "i ah", + "▁Cap tain", + "▁Capt ain", + "▁contribut ions", + "▁contribution s", + "ix ed", + "▁s ample", + "▁an aly", + "▁anal y", + "ma king", + "m aking", + "▁r ub", + "▁ru b", + "▁ rub", + "if ts", + "ift s", + "▁C opyright", + "▁S av", + "▁Sa v", + "▁j oy", + "▁jo y", + "▁ joy", + "ow a", + "o wa", + "do or", + "d oor", + "ache lor", + "achel or", + "▁ch ose", + "▁cho se", + "▁div ided", + "▁divid ed", + "▁Hot el", + "I Z", + "AC K", + "il ty", + "ilt y", + "C o", + "▁ve get", + "▁C ustom", + "▁ Custom", + "ot he", + "oth e", + "o the", + "▁t all", + "▁tal l", + "▁ta ll", + "in ations", + "ination s", + "re ement", + "ree ment", + "▁med al", + "un s", + "u ns", + "ish ment", + "▁prom inent", + "▁but ton", + "▁ button", + "▁A rm", + "▁Ar m", + "▁vis ible", + "ov a", + "o va", + "! ”", + "qu arters", + "▁May be", + "▁equ ival", + "ay a", + "a ya", + "▁co vers", + "▁cover s", + "▁s plit", + "▁sp lit", + "▁spl it", + "▁d ialog", + "▁dial og", + "▁S yd", + "▁Sy d", + "▁ext ension", + "sc ale", + "▁conf irm", + "▁fil ter", + "▁ filter", + "▁scene s", + "▁scen es", + "na l", + "n al", + "it o", + "i to", + "U s", + "▁base ball", + "▁re sc", + "▁r esc", + "▁res c", + "▁prom ise", + "p ush", + "li k", + "l ik", + "▁g ained", + "▁gain ed", + "▁ev olution", + "ra ry", + "r ary", + "▁kind s", + "▁proper ly", + "▁a live", + "▁al ive", + "ry pt", + "fo l", + "f ol", + "▁re covery", + "▁recover y", + "▁reco very", + "im g", + "▁attempt s", + "ag an", + "aga n", + "a gan", + "▁p icked", + "▁pick ed", + "▁pic ked", + "▁watch ed", + "▁wat ched", + "▁Sim on", + "▁Si mon", + "▁N AS", + "▁B and", + "▁Ba nd", + "▁Ban d", + "po p", + "p op", + "fo und", + "f ound", + "▁Lic ense", + "▁com bat", + "▁comb at", + "▁re ader", + "▁read er", + "▁f ly", + "▁fl y", + "▁ fly", + "O h", + "▁R oll", + "▁Ro ll", + "▁land scape", + "▁return ing", + "ocr atic", + "vis ion", + "v ision", + "▁net works", + "▁network s", + "▁d inner", + "▁W as", + "▁For est", + "▁Fore st", + "▁w edd", + "▁we dd", + "▁exc iting", + "▁enc ounter", + "▁Def ense", + "▁recogn ize", + "▁Pol and", + "▁Po land", + "▁L iter", + "▁Li ter", + "▁Lit er", + "▁There fore", + "▁L incoln", + "▁propos al", + "▁{ @", + "ne ws", + "new s", + "▁P rior", + "▁Pr ior", + "▁Pri or", + "▁ ~", + "▁opp osed", + "▁op posed", + "▁oppos ed", + "or ig", + "ori g", + "o rig", + "▁C ulture", + "▁Matt hew", + "▁t emplate", + "▁templ ate", + "▁ template", + "▁A k", + "▁M ap", + "▁Ma p", + "▁ Map", + "▁ill ness", + "▁w orry", + "▁wor ry", + "▁princ iple", + "▁L td", + "▁sent ence", + "▁c ards", + "▁car ds", + "▁card s", + "▁ste el", + "▁Polit ical", + "▁sw im", + "▁encou rag", + "▁u rl", + "▁ur l", + "▁ url", + "▁employ ed", + "▁w er", + "▁we r", + "▁ wer", + "▁comp rehensive", + "▁H ung", + "▁Hu ng", + "▁Hun g", + "un a", + "u na", + "▁regular ly", + "be l", + "b el", + "▁aware ness", + "▁prom pt", + "▁D aily", + "▁Da ily", + "▁f estival", + "▁fest ival", + "▁R a", + "ran k", + "r ank", + "▁phen omen", + "▁dist ributed", + "▁distribut ed", + "me ta", + "met a", + "m eta", + "▁f ramework", + "▁frame work", + "▁fram ework", + "▁ framework", + "ce rs", + "cer s", + "c ers", + "▁gener ated", + "▁generate d", + "▁gene rated", + "▁O N", + "▁ ON", + "▁jo ining", + "▁join ing", + "▁r ide", + "▁ri de", + "▁rid e", + "▁ ride", + "▁I mp", + "▁Im p", + "▁n urs", + "▁nu rs", + "F I", + "▁slow ly", + "▁con scious", + "▁consc ious", + "▁expand ed", + "▁B ol", + "▁Bo l", + "▁B at", + "▁Ba t", + "p ng", + "ul ous", + "On e", + "O ne", + "▁ent reprene", + "▁consider ing", + "fo nt", + "f ont", + "▁t rav", + "▁tr av", + "▁tra v", + "▁J ordan", + "▁par agraph", + "▁para graph", + "▁subject s", + "az a", + "a za", + "▁C ook", + "▁Co ok", + "au g", + "a ug", + "▁Con c", + "sp e", + "s pe", + "▁kn owing", + "▁know ing", + "st ep", + "ste p", + "go v", + "g ov", + "\" ]", + "V ersion", + "cons in", + "▁H T", + "▁ HT", + "▁C ab", + "▁Ca b", + "▁applic able", + "▁contin uing", + "▁continu ing", + "▁the rapy", + "▁therap y", + "▁grad uated", + "▁graduate d", + "▁talk ed", + "▁tal ked", + "▁pre ced", + "▁prec ed", + "▁Mark et", + "▁T ro", + "▁Tr o", + "▁F ile", + "▁Fil e", + "▁ File", + "▁strateg ies", + "▁oper ate", + "▁opera te", + "▁Air port", + "ra c", + "r ac", + "▁de leg", + "▁del eg", + "▁cr imes", + "▁crim es", + "▁crime s", + "i ón", + "▁in formed", + "▁inform ed", + "▁M S", + "▁ MS", + "Ar g", + "▁represent ative", + "▁result ed", + "▁recomm ended", + "▁recommend ed", + "▁mer ely", + "▁mere ly", + "▁leg end", + "v y", + "▁Mem orial", + "▁h idden", + "▁ad mitted", + "▁adm itted", + "▁admit ted", + "▁b are", + "▁bar e", + "▁di plom", + "▁F ull", + "▁Fu ll", + "▁Hou ston", + "▁Hous ton", + "▁v ideos", + "▁video s", + "▁con cerning", + "▁concern ing", + "▁cent uries", + "▁Per haps", + "yo u", + "y ou", + "ok ed", + "oke d", + "o ked", + "▁carry ing", + "own town", + "ownt own", + "▁K ir", + "▁su spect", + "▁sus pect", + "▁susp ect", + "▁necess arily", + "▁reg ime", + "s g", + "▁ex cess", + "▁exc ess", + "▁prov ince", + "▁H o", + "m t", + "▁r ising", + "▁ris ing", + "▁s ky", + "▁sk y", + "▁ sky", + "ri ent", + "rie nt", + "rien t", + "r ient", + "▁particip ation", + "▁C ON", + "▁CO N", + "▁ CON", + "▁St one", + "▁Du ke", + "an gers", + "ang ers", + "ange rs", + "anger s", + "▁writ es", + "▁write s", + "▁A st", + "▁As t", + "▁cy cle", + "▁cycl e", + "▁ cycle", + "▁Democr ats", + "▁Democrat s", + "▁inst alled", + "▁install ed", + "▁tr ained", + "▁tra ined", + "▁train ed", + "E m", + "▁G rant", + "▁Gr ant", + "▁Gra nt", + "▁Gran t", + "▁pay ing", + "▁pa ying", + "▁expl ains", + "▁explain s", + "od d", + "o dd", + "▁message s", + "▁mess ages", + "su pport", + "▁th read", + "▁thr ead", + "▁` ``", + "▁`` `", + "▁in vent", + "▁inv ent", + "▁H op", + "▁Ho p", + "E P", + "▁F riend", + "call ed", + "cal led", + "c alled", + "▁D isc", + "▁Dis c", + "▁Di sc", + "oc cer", + "occ er", + "▁M oh", + "▁Mo h", + "▁j e", + "▁ je", + "▁v ert", + "▁ve rt", + "▁ver t", + "▁ vert", + "▁pro of", + "Ch ild", + "che stra", + "ches tra", + "U I", + "se ct", + "sec t", + "s ect", + "▁entertain ment", + "C D", + "et ary", + "eta ry", + "▁Hist oric", + "▁Histor ic", + "az e", + "a ze", + "▁K evin", + "▁Ke vin", + "▁document ary", + "▁H ind", + "▁v otes", + "▁vot es", + "▁vote s", + "▁vo tes", + "▁C as", + "▁Ca s", + "ool s", + "oo ls", + "o ols", + "sh e", + "s he", + "▁dem ocracy", + "end if", + "▁C re", + "▁Cr e", + "▁proced ures", + "▁procedure s", + "U B", + "▁he ads", + "▁head s", + "▁Micro soft", + "▁health care", + "▁J ane", + "▁Jan e", + "▁Ja ne", + "R S", + "ab a", + "a ba", + "writ er", + "write r", + "is k", + "i sk", + "▁s cr", + "▁sc r", + "% .", + "ou ch", + "o uch", + "▁fac ilit", + "F unction", + "▁s ettings", + "▁sett ings", + "▁setting s", + "▁ settings", + "▁sc ulpt", + "▁( (", + "▁ ((", + "▁ar med", + "▁arm ed", + "//////// ////////", + "▁accord ance", + "▁g ro", + "▁gr o", + "or gan", + "org an", + "F ONT", + "▁b rown", + "▁bro wn", + "▁br own", + "includ ing", + "▁L as", + "▁La s", + "▁m yth", + "▁my th", + "▁C ru", + "▁Cr u", + "▁sustain able", + "▁comfort able", + "▁b ag", + "▁Th ird", + "as cript", + "asc ript", + "a script", + "▁Sc ient", + "br a", + "b ra", + "▁nar rative", + "gr ade", + "grad e", + "▁rem ote", + "i y", + "▁ent ity", + "▁ entity", + "▁apparent ly", + "▁Att orney", + "▁Se ason", + "▁Sea son", + "ro ke", + "r oke", + "▁Afghan istan", + "cur ities", + "▁acknow led", + "ot ten", + "ott en", + "otte n", + "▁C am", + "▁Ca m", + "▁l y", + "▁ ly", + "em an", + "e man", + "▁prep are", + "▁prepar e", + "▁h at", + "▁ha t", + "▁ hat", + "R L", + "▁Com put", + "▁Comp ut", + "▁pro ved", + "▁prov ed", + "▁pr oved", + "▁prove d", + "▁consum ers", + "▁consumer s", + "▁exper iment", + "as ts", + "ast s", + "com mon", + "comm on", + "▁T en", + "▁Te n", + "▁S che", + "▁Sc he", + "▁Sch e", + "iction ary", + "▁N ob", + "▁No b", + "▁pro vider", + "▁prov ider", + "▁provid er", + "▁provide r", + "▁en gage", + "▁eng age", + "▁T able", + "▁Ta ble", + "▁Tab le", + "▁ Table", + "▁Pe ace", + "M M", + "▁f ol", + "▁fo l", + "▁ fol", + "Ex t", + "▁percent age", + "▁oper ated", + "▁operate d", + "▁opera ted", + "▁Har vard", + "▁st range", + "▁str ange", + "date s", + "da tes", + "dat es", + "d ates", + "Y es", + "▁unc ertain", + "▁cont rolled", + "▁control led", + "▁Is lands", + "▁Island s", + "ra se", + "ras e", + "r ase", + "▁l ift", + "▁li ft", + "▁lif t", + "▁univers ities", + "Num ber", + "N umber", + "▁sy nt", + "▁syn t", + "num ber", + "n umber", + "▁Co oper", + "or i", + "o ri", + "Equ als", + "Equal s", + "▁m agn", + "▁mag n", + "▁ma gn", + "▁cons istent", + "▁consist ent", + "el d", + "e ld", + "▁Sar ah", + "▁Jac ob", + "▁str uck", + "▁stru ck", + "▁direct ors", + "▁director s", + "▁Wis consin", + "▁D oes", + "▁Do es", + "im ental", + "iment al", + "▁Pat rick", + "▁Patri ck", + "▁Tr ue", + "▁Tru e", + "▁ True", + "ya rd", + "y ard", + "fa ll", + "f all", + "▁Ar gent", + "▁Arg ent", + "▁Su pp", + "▁Sup p", + "▁( “", + "f ront", + "▁sign al", + "▁sig nal", + "ester day", + "▁> >", + "▁ >>", + "▁pro fit", + "▁prof it", + "▁ profit", + "▁S ever", + "▁Se ver", + "▁eth nic", + "▁int roduction", + "▁introdu ction", + "pres ent", + "p resent", + "▁Syd ney", + "▁arg ued", + "▁argue d", + "▁a x", + "▁ ax", + "▁Wh ether", + "▁Whe ther", + "▁subsequ ent", + "ing ham", + "▁F OR", + "▁FO R", + "▁ FOR", + "▁find ings", + "▁finding s", + "▁o k", + "▁ ok", + "▁sp aces", + "▁space s", + "▁E mer", + "▁Em er", + "▁N FL", + "▁sympt oms", + "▁title s", + "▁tit les", + "▁B C", + "▁ BC", + "▁Ar thur", + "F irst", + "▁E N", + "▁ EN", + "▁H as", + "▁Ha s", + "▁ Has", + "▁d iversity", + "▁divers ity", + "▁t ill", + "va s", + "v as", + "▁v ital", + "▁vit al", + "▁deep ly", + "▁brother s", + "sh ow", + "s how", + "▁main tenance", + "▁w ire", + "dis play", + "▁P ict", + "▁Pi ct", + "▁Pic t", + "▁R oss", + "▁Ros s", + "▁Ro ss", + "ble d", + "bl ed", + "b led", + "t w", + "pt on", + "p ton", + "▁second ary", + "▁represent ation", + "▁Gu ide", + "▁ext reme", + "▁extrem e", + "▁do main", + "▁dom ain", + "pe ople", + "re gon", + "reg on", + "▁describ es", + "▁describe s", + "is ition", + "▁L ie", + "▁Li e", + "▁t ack", + "▁ta ck", + "▁consider ation", + "em eter", + "▁N ether", + "▁Net her", + "▁Ne ther", + "iz z", + "i zz", + "▁g rass", + "▁gr ass", + "▁gra ss", + "▁Do ctor", + "( &", + "▁ant icip", + "ric ts", + "rict s", + "an not", + "ann ot", + "▁val uable", + "% ,", + "el ve", + "▁b ass", + "▁bas s", + "▁ bass", + "▁had n", + "▁ser iously", + "▁serious ly", + "ual ity", + "u ality", + "▁Stud ents", + "▁Student s", + "▁represent ing", + "es see", + "ess ee", + "▁A T", + "▁ AT", + "▁F inal", + "▁Fin al", + "▁g ay", + "▁innov ative", + "▁cl ar", + "pa y", + "p ay", + "C reate", + "▁N orm", + "▁No rm", + "▁Nor m", + "▁sub mitted", + "▁submit ted", + "Comm and", + "V D", + "▁ad min", + "▁adm in", + "▁ admin", + "▁p ip", + "▁v irus", + "▁vir us", + "▁G ro", + "▁Gr o", + "▁list ening", + "▁listen ing", + "▁capt ured", + "▁capture d", + "▁ur g", + "▁ urg", + "▁t ough", + "▁tou gh", + "▁S ant", + "▁San t", + "▁Sa nt", + "▁v ary", + "▁var y", + "▁ev il", + "é t", + "▁cont ributed", + "▁contribut ed", + "▁contribute d", + "▁N a", + "▁m yst", + "▁my st", + "▁T ai", + "▁Ta i", + "▁version s", + "▁vers ions", + "om et", + "ome t", + "o met", + "▁polit ician", + "ration s", + "rat ions", + "r ations", + "ra id", + "r aid", + "▁M ach", + "▁Mac h", + "▁Ma ch", + "▁ad j", + "▁st ake", + "▁con vent", + "▁conv ent", + "▁conven t", + "name d", + "na med", + "nam ed", + "n amed", + "▁cons ent", + "ograph er", + "ograp her", + "▁offic ially", + "▁official ly", + "▁P R", + "▁ PR", + "▁comm only", + "▁common ly", + "▁un us", + "▁top ics", + "▁topic s", + "▁b ott", + "▁bo tt", + "▁bot t", + "▁d ates", + "▁date s", + "▁da tes", + "▁dat es", + "▁ dates", + "▁qual ified", + "▁cont ribution", + "▁contribut ion", + "tt p", + "ol id", + "oli d", + "es c", + "e sc", + "▁con clusion", + "de scription", + "des cription", + "▁D ead", + "▁De ad", + "} }", + "p i", + "P r", + "▁f ranch", + "▁fr anch", + "il ey", + "ile y", + "i ley", + "ur ers", + "ure rs", + "urer s", + "de t", + "d et", + "▁w earing", + "▁we aring", + "▁wear ing", + "ra v", + "r av", + "▁y ield", + "▁disapp oint", + "▁music ians", + "▁mus icians", + "▁musician s", + "▁commun ications", + "▁communication s", + "▁fl oat", + "▁flo at", + "▁ float", + "co w", + "c ow", + "▁par liament", + "▁child hood", + "is er", + "ise r", + "i ser", + "ear ing", + "e aring", + "▁Cont in", + "t le", + "▁advert ising", + "▁advertis ing", + "hold er", + "hol der", + "h older", + "▁Jud ge", + "in st", + "ins t", + "▁per mission", + "▁perm ission", + ". ;", + "▁f ruit", + "▁fr uit", + "▁fru it", + "ar ry", + "arr y", + "▁comp ris", + "ar ia", + "ari a", + "a ria", + "We b", + "W eb", + "▁Mary land", + "▁sett led", + "▁settle d", + "ac her", + "ach er", + "ache r", + "a cher", + "▁f aces", + "▁fac es", + "▁face s", + "▁fa ces", + "od ed", + "ode d", + "▁z one", + "▁ zone", + "ist ent", + "ab et", + "a bet", + "as ant", + "asa nt", + "▁ch ap", + "▁cha p", + "ul ating", + "ula ting", + "▁H an", + "▁Ha n", + "▁Mag azine", + "▁s impl", + "▁sim pl", + "be c", + "b ec", + "▁govern or", + "▁init iative", + "▁initi ative", + "▁conclud ed", + "pro cess", + "bo y", + "b oy", + "Sp ec", + "S pec", + "▁D om", + "▁Do m", + "▁ Dom", + "Ne t", + "N et", + "ba ss", + "bas s", + "b ass", + "▁Ind iana", + "▁India na", + "▁Indian a", + "ad er", + "ade r", + "a der", + "▁I V", + "▁ IV", + "▁typ ical", + "▁Mc G", + "▁Col on", + "▁Co lon", + "▁priv ile", + "▁b igger", + "▁big ger", + "ro it", + "▁Ch ange", + "▁ Change", + "▁Wind ows", + "▁vot ers", + "▁vote rs", + "▁vo ters", + "ob by", + "obb y", + "▁so il", + "▁club s", + "▁do ors", + "▁door s", + "▁G il", + "▁Gi l", + "▁in ner", + "▁inn er", + "▁ inner", + "▁hol iday", + "▁com posed", + "▁comp osed", + "▁compos ed", + "olit an", + "▁priv acy", + "ia mi", + "iam i", + "i ami", + "▁rep utation", + "or ses", + "ors es", + "orse s", + "▁b on", + "▁bo n", + "▁ bon", + "▁miss ed", + "al o", + "a lo", + "▁pos ts", + "▁post s", + "▁J ay", + "▁Ja y", + "▁gr ounds", + "▁ground s", + "▁de aling", + "▁deal ing", + "▁pr ime", + "▁pri me", + "▁prim e", + "air e", + "ai re", + "a ire", + "▁dra wing", + "▁draw ing", + "For mat", + "Form at", + "▁H it", + "▁e le", + "▁el e", + "▁ ele", + "ri ate", + "ria te", + "r iate", + "▁pil ot", + "▁e astern", + "▁eas tern", + "▁east ern", + "▁li ked", + "▁like d", + "▁lik ed", + "La st", + "L ast", + "▁ad m", + "▁t ail", + "▁ta il", + "▁ tail", + "ition ally", + "itional ly", + "ua n", + "u an", + "▁proced ure", + "▁w ave", + "▁wa ve", + "Ret urn", + "ov en", + "ove n", + "o ven", + "w a", + "Cont roller", + "Control ler", + "at tr", + "att r", + "aw s", + "a ws", + "▁C lin", + "▁Cl in", + "▁in hab", + "▁y ellow", + "lay out", + "l ayout", + "List ener", + "se tt", + "set t", + "s ett", + "▁pre v", + "▁pr ev", + "▁transport ation", + "▁def ine", + "▁defin e", + "▁ define", + "▁lim its", + "▁limit s", + "▁Mount ain", + "B U", + "▁defe ated", + "▁defeat ed", + "claim ed", + "▁Im age", + "▁ Image", + "▁S ab", + "▁Sa b", + "Re p", + "R ep", + "▁G re", + "▁Gr e", + "▁con test", + "▁cont est", + "as ty", + "ast y", + "▁fin ance", + "▁surg ery", + "▁surge ry", + "▁epis odes", + "▁episode s", + "è re", + "ad esh", + "ade sh", + "ades h", + "ca rd", + "car d", + "c ard", + "ia mond", + "iam ond", + "au x", + "a ux", + "▁Chair man", + "▁pl ane", + "▁plan e", + "▁surpr ised", + "▁surprise d", + "▁vis iting", + "▁visit ing", + "▁form ation", + "▁format ion", + "▁ formation", + "D T", + "man s", + "ma ns", + "m ans", + "▁pro port", + "▁prop ort", + "▁Al b", + "ma in", + "m ain", + "▁G h", + "▁c inem", + "▁den ied", + "▁Cor ps", + "▁Corp s", + "▁occ as", + "le ctions", + "lect ions", + "lection s", + "▁any where", + "▁cerem ony", + "gor ith", + "▁Con vention", + "▁And erson", + "▁D or", + "▁Do r", + "ob j", + "▁O regon", + "IN T", + "▁j u", + "▁Anth ony", + "fer red", + "▁ac id", + "▁t ort", + "▁to rt", + "▁tor t", + "▁bu sy", + "▁bus y", + "cy cl", + "▁B alt", + "▁Bal t", + "▁Ba lt", + "pi r", + "p ir", + "wor ld", + "w orld", + "▁al cohol", + "ni e", + "n ie", + "en cing", + "enc ing", + "ud es", + "ude s", + "u des", + "pack age", + "C an", + "c ul", + "▁cont ribute", + "▁contribut e", + "▁ann iversary", + "res ponse", + "resp onse", + "hi gh", + "h igh", + "▁gu ilty", + "▁s um", + "▁su m", + "▁t ables", + "▁table s", + "▁ta bles", + "▁tab les", + "▁L in", + "▁Li n", + "▁ Lin", + "▁wind ows", + "▁window s", + "▁d riven", + "▁dr iven", + "▁dri ven", + "▁driv en", + "▁drive n", + "n i", + "en ter", + "ent er", + "ente r", + "is cal", + "isc al", + "▁a side", + "▁as ide", + "on der", + "ond er", + "onde r", + "o nder", + "▁int ention", + "▁intent ion", + "in king", + "ink ing", + "ri ers", + "rie rs", + "rier s", + "r iers", + "▁E c", + "▁h ate", + "▁ha te", + "▁hat e", + "▁establish ment", + "ab ama", + "aba ma", + "▁be ach", + "▁s alt", + "▁sa lt", + "▁sal t", + "▁pay ments", + "▁payment s", + "▁dis cl", + "▁disc l", + "▁se ats", + "▁sea ts", + "▁seat s", + "▁se ctions", + "▁section s", + "▁sect ions", + "▁air port", + "ang el", + "ange l", + "olog ists", + "ologist s", + "▁f lo", + "▁fl o", + "▁P itt", + "▁Pi tt", + "▁trans ferred", + "▁transfer red", + "VE R", + "V ER", + "ye s", + "y es", + "▁T ok", + "▁To k", + "▁P C", + "▁ PC", + "▁ne ck", + "▁Mean while", + "light s", + "l ights", + "Che ck", + "▁retire ment", + "▁z ero", + "ut her", + "uth er", + "u ther", + "▁Al len", + "▁All en", + "pe ror", + "per or", + "fil ter", + "dep end", + "d epend", + "▁Nether lands", + "maker s", + "make rs", + "m akers", + "ann els", + "annel s", + "anne ls", + "▁ob viously", + "▁obvious ly", + "▁H aving", + "▁Ha ving", + "▁Tenn essee", + "O K", + "▁He art", + "▁P ope", + "▁Pop e", + "▁Po pe", + "▁F all", + "▁Fa ll", + "▁Fal l", + "▁M other", + "▁Mo ther", + "▁Mot her", + "▁incre ases", + "▁increase s", + "▁bo ost", + "▁v oting", + "▁vot ing", + "▁vo ting", + "irt ual", + "st yles", + "style s", + "ia ble", + "i able", + "▁k il", + "▁Care er", + "▁f ought", + "▁fo ught", + "▁tr ail", + "▁tra il", + "▁Miss ouri", + "▁ch ampion", + "▁dise ases", + "▁disease s", + "▁compet itive", + "▁h ell", + "▁he ll", + "▁hel l", + "▁ hell", + "▁aud io", + "▁gr ade", + "▁grad e", + "▁gra de", + "▁ grade", + "▁h opes", + "▁hope s", + "▁hop es", + "▁ho pes", + "▁imm igration", + "j i", + "▁heav ily", + "u v", + "our se", + "ours e", + "o urse", + "ie ce", + "▁aff airs", + "▁affair s", + "▁Col lection", + "▁Coll ection", + "▁Collect ion", + "▁ Collection", + "▁cap ture", + "▁capt ure", + "▁ent hus", + "cont ainer", + "script ion", + "s cription", + "al y", + "a ly", + "Fil ter", + "▁h ydro", + "▁hyd ro", + "▁ex clud", + "▁defend ant", + "▁La bour", + "▁Lab our", + "so r", + "s or", + "▁Fil ms", + "▁Film s", + "▁Acc ount", + "▁Ac count", + "▁ Account", + "▁tr ading", + "▁tra ding", + "▁trad ing", + "on ia", + "oni a", + "o nia", + "▁inj uries", + "par ams", + "param s", + "▁Environment al", + "W E", + "▁cop ies", + "▁f ram", + "▁fra m", + "▁fr am", + "▁independ ence", + "▁l ayer", + "▁la yer", + "▁lay er", + "▁feel ings", + "▁feeling s", + "▁s ees", + "▁se es", + "▁see s", + "▁Wh ich", + "▁compens ation", + "no n", + "n on", + "T ube", + "▁inj ured", + "▁C reek", + "▁Cre ek", + "▁Mex ican", + "▁de light", + "▁del ight", + "▁atmosp here", + "d i", + "▁out standing", + "▁gener ate", + "▁gene rate", + "▁Con st", + "▁Cons t", + "▁ Const", + "▁re duction", + "▁redu ction", + "▁red uction", + "▁aff ili", + "▁th irty", + "▁s aved", + "▁sa ved", + "▁save d", + "▁sav ed", + "▁members hip", + "▁member ship", + ": ", + "▁to ler", + "EN D", + "▁M as", + "▁Ma s", + "▁mount ains", + "▁mountain s", + "▁ben ch", + "win ning", + "▁Further more", + "▁Se cret", + "▁Sec ret", + "▁organis ations", + "▁organisation s", + "▁trans actions", + "▁transaction s", + "▁poss ess", + "▁p asses", + "▁pass es", + "▁pas ses", + "▁T itle", + "▁Tit le", + "▁ Title", + "▁h ospitals", + "▁hospital s", + "on ing", + "oni ng", + "o ning", + "si te", + "s ite", + "▁no ise", + "▁tick et", + "▁K al", + "▁Ka l", + "▁month ly", + "▁Jon athan", + "▁en abled", + "▁enable d", + "▁Frank lin", + "▁l isting", + "▁list ing", + "▁h ockey", + "▁week ly", + "▁Ab d", + "▁l ady", + "▁la dy", + "▁lad y", + "▁c ul", + "▁cu l", + "▁ cul", + "▁del iber", + "▁strong er", + "▁w is", + "OR D", + "Ac c", + "A cc", + "▁ch annels", + "▁channel s", + "▁Wal ker", + "▁Walk er", + "Q U", + "▁B lock", + "▁Bl ock", + "▁ Block", + "▁R ab", + "▁Ra b", + "Un it", + "bo und", + "b ound", + "▁sh arp", + "▁shar p", + "▁Connect icut", + "▁r ating", + "▁ra ting", + "▁rat ing", + "▁ rating", + "r é", + "> ,", + "la y", + "l ay", + "Sc ript", + "S cript", + "▁every where", + "Cont ainer", + "▁g olf", + "▁br ands", + "▁brand s", + "▁bran ds", + "▁S port", + "▁Sp ort", + "▁R ound", + "▁Ro und", + "▁ag enda", + "▁accompan ied", + "▁m ile", + "▁mil e", + "▁mi le", + "cl asses", + "class es", + "▁C redit", + "▁Cr edit", + "▁schol ar", + "ba d", + "b ad", + "▁el der", + "doc ument", + "d ocument", + "▁L anguage", + "rit ion", + "r ition", + "ab il", + "▁agre ements", + "▁agreement s", + "▁agree ments", + "▁s pan", + "▁sp an", + "▁ span", + "▁bre ast", + "▁K ath", + "▁Kat h", + "▁Ka th", + "▁weap on", + "ograph ical", + "ographic al", + "▁birth day", + "▁a er", + "▁ter rible", + "▁terr ible", + "▁Vill age", + "▁should n", + "▁control s", + "OC K", + "” )", + "▁Ch amber", + "▁Cha mber", + "▁fol ks", + "▁folk s", + "▁prom oting", + "▁promot ing", + "Pro ject", + "at eful", + "ate ful", + "▁B or", + "▁Bo r", + "▁P ath", + "▁Pa th", + "▁Pat h", + "▁ Path", + "io rs", + "ior s", + "i ors", + "▁w et", + "▁we t", + "▁t ower", + "▁to wer", + "▁tow er", + "▁replace ment", + "▁un con", + "▁unc on", + "▁me ets", + "▁meet s", + "▁dist urb", + "▁P ear", + "▁Pe ar", + "ut ils", + "util s", + ".) ,", + ". ),", + "▁f ishing", + "▁fish ing", + "N ext", + "▁cl imb", + "▁clim b", + "▁Ro ger", + "▁Rog er", + "▁M L", + "▁ ML", + "▁Th ings", + "▁some how", + "▁G ram", + "▁Gr am", + "▁Gra m", + "Ent ity", + "▁Common wealth", + "▁rough ly", + "▁Re cent", + "▁Rec ent", + "▁Dougl as", + "▁Indust ry", + "og s", + "o gs", + "▁hy per", + "▁hyp er", + "▁sub stance", + "do i", + "d oi", + "f rame", + "▁prom ised", + "▁promise d", + "west ern", + "w estern", + "▁Stand ard", + "fl y", + "f ly", + "AN T", + "▁con dem", + "▁cond em", + "▁Tok yo", + "▁app lies", + "▁m ask", + "▁ma sk", + "▁For ces", + "▁Force s", + "▁K it", + "Po rt", + "P ort", + "Dir ect", + "D irect", + "▁acqu isition", + "sh ot", + "s hot", + "▁sym b", + "▁sy mb", + "G E", + "ia ng", + "ian g", + "i ang", + "ibr aries", + "▁d ust", + "▁du st", + "▁norm ally", + "▁normal ly", + "▁voice s", + "▁vo ices", + "De c", + "D ec", + "▁belie fs", + "▁belief s", + "pl it", + "p lit", + "ã o", + "▁threat ened", + "▁D ue", + "▁Du e", + "▁Tai wan", + "▁univers al", + "au th", + "aut h", + "a uth", + "▁s pir", + "▁sp ir", + "▁I ron", + "▁Ir on", + "▁M ars", + "▁Mar s", + "▁Ma rs", + "▁develop ments", + "▁development s", + "▁un em", + "▁une m", + "▁. .", + "▁ ..", + "▁guarant ee", + "▁mod ified", + "m i", + "oun ced", + "ounce d", + "▁conf lic", + "Off set", + "and al", + "anda l", + "c r", + "▁g re", + "▁gr e", + "and ra", + "▁dep ression", + "▁c omic", + "▁com ic", + "▁co mic", + "▁t ech", + "▁te ch", + "▁ tech", + "in cial", + "inc ial", + "n ormal", + "ight ers", + "igh ters", + "ighter s", + "▁Or leans", + "▁Sim ilar", + "▁B ased", + "▁Bas ed", + "▁Base d", + "▁as sembly", + "▁assemb ly", + "ct ic", + "enn ial", + "par se", + "p arse", + "▁Bi ography", + "▁ke ys", + "▁key s", + "▁ keys", + "In it", + "▁per mitted", + "▁permit ted", + "▁perm itted", + "▁discuss ions", + "▁discussion s", + "▁journal ists", + "▁journalist s", + "▁al ert", + "▁p ul", + "▁pu l", + "▁afford able", + "▁Thom pson", + "io p", + "i op", + "le ep", + "lee p", + "▁minor ity", + "▁m oon", + "▁mo on", + "iol ogy", + "i ology", + "▁Ind ians", + "▁India ns", + "▁Indian s", + "▁announce ment", + "▁compl aint", + "▁Veg as", + "▁remember ed", + "▁h ook", + "▁ho ok", + "en ess", + "ene ss", + "e ness", + "▁fund ed", + "▁G ary", + "▁Gar y", + "▁Ga ry", + "▁mach ines", + "▁machine s", + "ba t", + "b at", + "▁S in", + "▁Si n", + "▁With in", + "▁T ech", + "▁Te ch", + "di ct", + "d ict", + "▁l ikes", + "▁li kes", + "▁like s", + "▁lik es", + "▁F ame", + "▁Fa me", + "Pro cess", + "▁inter vention", + "▁extra ordinary", + "ga me", + "g ame", + "augh ters", + "aughter s", + "▁M uch", + "▁Mu ch", + "or ic", + "ori c", + "o ric", + "▁O pt", + "▁Op t", + "▁ Opt", + "▁fl ash", + "▁cor ruption", + "▁b owl", + "▁bow l", + "▁c uts", + "▁cut s", + "▁cu ts", + "Util s", + "▁Col omb", + "▁compl icated", + "▁B os", + "▁Bo s", + "em p", + "e mp", + "ar do", + "ard o", + "▁address es", + "á s", + "ui nt", + "u int", + "▁w his", + "▁wh is", + "▁m m", + "▁ mm", + "▁Com ment", + "▁Comm ent", + "▁sign ature", + "II I", + "I II", + "▁circ le", + "▁cir cle", + "▁Arch ives", + "▁Archive s", + "if ting", + "ift ing", + ", _", + "▁the mes", + "▁them es", + "▁theme s", + "or ia", + "ori a", + "o ria", + "bi d", + "b id", + ". :", + "iv a", + "i va", + "▁l oud", + "▁lo ud", + "return s", + "ro t", + "r ot", + "W indow", + "▁streng then", + "▁strength en", + "IT H", + "I TH", + "h o", + "N e", + "ph ony", + "▁fant astic", + "ce ptions", + "cept ions", + "ception s", + "▁surv ived", + "▁survive d", + "▁surviv ed", + "ra tes", + "rate s", + "rat es", + "r ates", + "▁s olve", + "▁sol ve", + "▁indic ates", + "▁indicate s", + "▁dram atic", + "▁h ang", + "▁ha ng", + "not e", + "no te", + "n ote", + "▁t ox", + "▁to x", + "▁install ation", + "file s", + "fil es", + "fi les", + "f iles", + "um ps", + "ump s", + "▁D VD", + "se a", + "▁D rag", + "▁Dr ag", + "▁Dra g", + "c d", + "▁fab ric", + "▁D rug", + "▁Dr ug", + "▁Christian ity", + "G l", + "▁r um", + "▁ru m", + "▁ rum", + "▁J ess", + "▁Je ss", + "▁Jes s", + "▁rel iable", + "▁reli able", + "ro ph", + "rop h", + "r oph", + "▁w ars", + "▁war s", + "▁wa rs", + "-- -", + "- --", + "▁guid elines", + "▁guide lines", + "▁P rop", + "▁Pro p", + "▁Pr op", + "ho me", + "h ome", + "AC E", + "A CE", + "ed it", + "sett ings", + "s ettings", + "▁dem ocratic", + "▁W oman", + "▁d at", + "▁da t", + "▁ dat", + "▁r ational", + "▁rat ional", + "▁ratio nal", + "▁Un it", + "▁ Unit", + "▁emer ged", + "▁six th", + "▁dream s", + "equ al", + "e qual", + "▁lo ans", + "▁loan s", + "▁d iet", + "▁di et", + "▁die t", + "▁refuge es", + "▁T el", + "▁Te l", + "▁ob st", + "▁batter y", + "▁batt ery", + "▁bat tery", + "ST R", + "S TR", + "▁E ffect", + "wa ll", + "w all", + "▁demonstr ated", + "▁demonstrate d", + "▁Ut ah", + "▁convert ed", + "▁conver ted", + "▁may or", + "P e", + "▁f est", + "▁fe st", + "▁compos er", + "osit ory", + "▁respons es", + "▁response s", + "▁nom inated", + "▁nomin ated", + "▁household s", + "▁rev eal", + "▁reve al", + "▁w ake", + "▁wa ke", + "▁pe ak", + "an cell", + "ance ll", + "anc ell", + "ancel l", + "ri ving", + "riv ing", + "r iving", + "▁rare ly", + "▁ins ight", + "▁up dates", + "▁update s", + "▁B run", + "▁Br un", + "▁Bru n", + "ag h", + "a gh", + "▁rat io", + "▁Res erve", + "▁off ensive", + "el li", + "ell i", + "▁Balt imore", + "wa s", + "w as", + "▁N ik", + "▁Ni k", + "▁M om", + "▁Mo m", + "▁p ace", + "▁pa ce", + "▁ pace", + "ou p", + "o up", + "▁per pet", + "▁c rown", + "▁cr own", + "▁cro wn", + "lev eland", + "level and", + "ib li", + "ibl i", + "▁Up on", + "▁In sp", + "▁Ins p", + "▁prep aration", + "▁prepar ation", + "▁M ind", + "▁Min d", + "▁Mi nd", + "ic ons", + "ico ns", + "icon s", + "i cons", + "▁m ock", + "▁mo ck", + "▁ mock", + "less ly", + "% ;", + "▁T it", + "ar o", + "a ro", + "▁Sus an", + "▁S ud", + "▁Su d", + "im ages", + "image s", + "ima ges", + "s ession", + "ir ds", + "ird s", + "M ENT", + "▁open s", + "▁op ens", + "▁integ ration", + "▁s orry", + "▁in ches", + "▁inc hes", + "Inter face", + "▁prot ests", + "▁protest s", + "▁w orship", + "▁wor ship", + "▁O w", + "▁p adding", + "▁ padding", + "AC T", + "A CT", + "▁produ cers", + "▁produce rs", + "▁producer s", + "▁col lections", + "▁collect ions", + "▁collection s", + "▁colle ctions", + "He ight", + "▁ly rics", + "▁feed back", + "▁c hest", + "▁ch est", + "▁che st", + "▁th rown", + "▁throw n", + "▁thr own", + "▁thro wn", + "▁Char lie", + "▁Charl ie", + "▁surround ed", + "▁G iven", + "▁Gi ven", + "▁b utter", + "▁but ter", + "▁d ear", + "▁de ar", + "▁Pitt s", + "▁F ell", + "▁Fe ll", + "▁Fel l", + "▁N ash", + "▁Na sh", + "▁inter act", + "▁tr ends", + "▁trend s", + "▁[ ...]", + "▁de lete", + "▁ delete", + "▁U lt", + "▁Ul t", + "▁We bsite", + "▁Web site", + "▁be er", + "es is", + "e sis", + "▁h ole", + "▁hol e", + "▁ho le", + "▁pro ven", + "▁prov en", + "▁pr oven", + "▁prove n", + "▁execut ed", + "▁exec uted", + "▁execute d", + "fa re", + "f are", + "▁Marg aret", + "▁G a", + "▁concept s", + "▁difficult y", + "AT H", + "A TH", + "em en", + "e men", + "▁N av", + "▁Na v", + "▁ Nav", + "▁Pr ice", + "▁Pri ce", + "to ken", + "t oken", + "▁viol ation", + "▁V iol", + "▁Vi ol", + "▁rec ru", + "▁ €", + "E l", + "▁athlet es", + "Ent ry", + "en ti", + "ent i", + "fl oat", + "▁t rick", + "▁tr ick", + "▁tri ck", + "▁pre ferred", + "▁prefer red", + "▁f inger", + "▁fin ger", + "▁fing er", + "ef ully", + "eful ly", + "e fully", + "▁H ell", + "▁He ll", + "▁Hel l", + "ol ph", + "▁con vin", + "▁conv in", + "▁imm un", + "▁display ed", + "▁And y", + "▁An dy", + "▁t oken", + "▁to ken", + "▁ token", + "ult ane", + "▁c lock", + "▁cl ock", + "▁ clock", + "ho ur", + "h our", + "▁organ ic", + "▁opin ions", + "▁opinion s", + "▁we bsites", + "▁website s", + "▁Wor king", + "▁Work ing", + "▁E P", + "▁ EP", + "▁car eful", + "▁care ful", + "▁Tre as", + "ab out", + "ur ity", + "uri ty", + "u rity", + "▁sub sc", + "▁subs c", + "▁ab ortion", + "▁cl othing", + "lement ary", + "▁Ser b", + "▁as set", + "▁ass et", + "▁N elson", + "lo c", + "l oc", + "us tain", + "ust ain", + "▁P H", + "▁ PH", + "▁r ival", + "▁ri val", + "▁riv al", + "▁st yles", + "▁style s", + "▁ styles", + "▁b ow", + "▁bo w", + "▁ bow", + "▁some body", + "et he", + "eth e", + "e the", + "att an", + "▁Ex change", + "▁w ider", + "▁wide r", + "▁wid er", + "▁W right", + "▁as ks", + "▁ask s", + "▁ asks", + "Mod ule", + "am pl", + "amp l", + "▁Ed ition", + "▁advent ure", + "▁g ross", + "▁gr oss", + "▁gro ss", + "pr ead", + "pre ad", + "p read", + "Param eter", + "P o", + "iat ric", + "▁Brook lyn", + "▁Econom ics", + "▁Economic s", + "so rt", + "sor t", + "s ort", + "IE S", + "I ES", + "▁con ver", + "▁conv er", + "▁S el", + "▁Se l", + "▁eval uation", + "▁int ense", + "▁R ace", + "▁Ra ce", + "▁B att", + "▁Ba tt", + "▁Bat t", + "▁G row", + "▁Gr ow", + "▁Gro w", + "▁al gorith", + "▁e xit", + "▁ex it", + "▁signific ance", + "▁Cr ime", + "▁Crim e", + "▁foc using", + "▁focus ing", + "▁con ce", + "▁co nce", + "▁conc e", + "ö r", + "▁passeng ers", + "▁passenger s", + "▁C arter", + "▁Car ter", + "▁Cart er", + "▁un expected", + "D C", + "é n", + "▁U nt", + "▁Un t", + "▁C ultural", + "▁j ail", + "▁s amples", + "▁sample s", + "IZ E", + "res hold", + "resh old", + "▁G un", + "▁Gu n", + "M on", + "si s", + "s is", + "▁ex empt", + "▁sy nd", + "▁syn d", + "▁inf ection", + "▁infect ion", + "ca che", + "c ache", + "li e", + "l ie", + "▁disp ute", + "▁disput e", + "▁Pl aces", + "▁Place s", + "▁N ear", + "▁Ne ar", + "▁b rowser", + "ke ys", + "key s", + "▁V eter", + "▁Ve ter", + "▁min ds", + "▁mind s", + "▁N othing", + "▁No thing", + "▁Not hing", + "▁sp ark", + "con nect", + "conn ect", + "▁Mel bourne", + "▁ch arity", + "▁char ity", + "▁cha rity", + "es ty", + "est y", + "Cont rol", + "▁Hon or", + "▁K han", + "▁Kh an", + "▁activ ists", + "▁activist s", + "▁emphas is", + "ri n", + "r in", + "ene ath", + "▁un w", + "T ag", + "▁legisl ative", + "▁us age", + "▁under lying", + "ba s", + "b as", + "▁in line", + "▁man ifest", + "▁fl our", + "▁flo ur", + "R ange", + "▁cert ificate", + "ra pper", + "rap per", + "r apper", + "▁E ag", + "▁s heet", + "▁she et", + "▁par allel", + "gi c", + "g ic", + "▁con sole", + "▁cons ole", + "▁p ill", + "▁pil l", + "▁S i", + "rid ges", + "ridge s", + "se nd", + "sen d", + "s end", + "sk y", + "s ky", + "▁negoti ations", + "▁my ster", + "▁myst er", + "▁b ran", + "▁br an", + "▁bra n", + "▁cap abilities", + "▁Aust ria", + "ch ron", + "▁ast ron", + "▁C R", + "▁ CR", + "▁D ak", + "▁Da k", + "▁Independ ent", + "▁fall en", + "artifact Id", + "▁c ogn", + "▁co gn", + "re source", + "res ource", + "▁re ly", + "▁r ely", + "▁rel y", + "▁per m", + "▁pe rm", + "▁respect ive", + "gment s", + "g ments", + "▁do zen", + "▁st ack", + "▁ stack", + "▁C leveland", + "▁hand ling", + "be n", + "b en", + "▁man ip", + "▁design er", + "▁e ase", + "▁eas e", + "▁L em", + "▁Le m", + "▁spe aker", + "▁speak er", + "▁behavi our", + "ides pread", + "▁exam ination", + "▁c ream", + "▁cre am", + "▁de emed", + "Po s", + "P os", + "▁trans formation", + "▁transform ation", + "▁cour age", + "▁cou rage", + "ig ate", + "iga te", + "i gate", + "▁J os", + "▁Jo s", + "de velop", + "▁spe aks", + "▁speak s", + "▁se ctors", + "▁sector s", + "▁sect ors", + "▁ex haust", + "▁Anton io", + "▁Ben j", + "▁ed ited", + "▁C and", + "▁Can d", + "▁Ca nd", + "▁B uck", + "▁Bu ck", + "▁H ills", + "▁Hill s", + "▁c razy", + "▁cr azy", + "▁cra zy", + "ut t", + "u tt", + "▁R u", + "▁bl ank", + "▁mist ake", + "▁res olve", + "▁resol ve", + "uate s", + "ua tes", + "u ates", + "▁concent ration", + "pr es", + "pre s", + "p res", + "▁w elfare", + "▁wel fare", + "▁b old", + "▁bo ld", + "▁bol d", + "up load", + "u pload", + "▁cur rency", + "▁Represent atives", + "▁Representative s", + "T M", + "▁A le", + "▁Al e", + "▁r é", + "▁ ré", + "ol i", + "o li", + "om er", + "ome r", + "o mer", + "▁c ust", + "▁cu st", + "▁Barbar a", + "▁sc ores", + "▁score s", + "▁e quality", + "▁equ ality", + "▁equal ity", + "▁l ib", + "▁li b", + "▁ lib", + "▁par ish", + "▁pr ayer", + "▁pra yer", + "▁pray er", + "▁surv ival", + "▁surviv al", + "st al", + "ou nce", + "oun ce", + "▁vis its", + "▁visit s", + "J son", + "P at", + "be s", + "b es", + "la d", + "l ad", + "▁att ending", + "▁attend ing", + "▁colon ial", + "▁* )", + "▁M ort", + "▁Mor t", + "▁Mo rt", + "▁b id", + "▁bi d", + "▁ bid", + "▁S elect", + "▁Se lect", + "▁Sel ect", + "▁ Select", + "end or", + "▁agric ulture", + "▁P L", + "▁ PL", + "▁anx iety", + "St at", + "▁demonstr ate", + "B o", + "ac ent", + "ace nt", + "a cent", + "pl us", + "▁O cc", + "St r", + "S tr", + "▁ob ser", + "▁dis order", + "▁n otion", + "▁not ion", + "▁De scription", + "▁Des cription", + "▁ Description", + "ac hel", + "ach el", + "ache l", + "gi e", + "g ie", + "▁m arch", + "▁mar ch", + "▁estim ates", + "▁estimate s", + "▁succeed ed", + "▁in stant", + "▁inst ant", + "▁B E", + "▁ BE", + "▁Commission er", + "▁D ocument", + "▁Doc ument", + "▁ Document", + "▁l oves", + "▁love s", + "▁lo ves", + "▁lov es", + "let ter", + "lett er", + "▁C ole", + "▁Col e", + "▁Co le", + "▁Ad vent", + "▁Adv ent", + "▁prop ag", + "an go", + "ang o", + "net ic", + "n etic", + "H ttp", + "▁te eth", + "▁comp rom", + "( [", + "▁Commun ications", + "▁Communication s", + "Ch ange", + "▁K ings", + "▁King s", + "Writ e", + "W rite", + "ua na", + "uan a", + "u ana", + "▁un likely", + "▁unlike ly", + "▁ex clus", + "G e", + "▁ult imate", + "Po st", + "Pos t", + "P ost", + "ist ical", + "istic al", + "▁Mon th", + "▁Mont h", + "▁ar rive", + "▁arriv e", + "ver ning", + "vern ing", + "ug s", + "u gs", + "▁Le arning", + "▁Lear ning", + "▁Learn ing", + "AT A", + "A TA", + "group Id", + "S l", + "Qu e", + "Q ue", + "ik h", + "i kh", + "Par ams", + "Param s", + "▁cult iv", + "▁employ ers", + "▁employer s", + "▁Nor way", + "▁N BA", + "▁For um", + "▁gr ants", + "▁grant s", + "▁gran ts", + "wind ow", + "w indow", + "▁over ride", + "▁ex ped", + "▁exp ed", + "▁oper ational", + "▁operation al", + "wor ds", + "word s", + "w ords", + "▁mechan ism", + "▁Anal ysis", + "field s", + "▁Marsh all", + "▁F L", + "▁ FL", + "ut able", + "u table", + "em ies", + "▁pain ted", + "▁paint ed", + "O p", + "▁v it", + "▁vi t", + "▁B art", + "▁Bar t", + "▁Ba rt", + "▁surv iv", + "▁author ized", + "▁auth orized", + "▁l iv", + "▁li v", + "▁cas ual", + "th rough", + "▁sub section", + "▁subs ection", + "▁educ ated", + "Pro t", + "Pr ot", + "P rot", + "Gener al", + "Gen eral", + "▁Y an", + "▁volunte ers", + "▁volunteer s", + "Em pty", + "ca p", + "c ap", + "▁m a", + "▁ ma", + "ar th", + "art h", + "▁am endment", + "▁amend ment", + "▁em otion", + "▁emot ion", + "▁S pr", + "▁Sp r", + "No ne", + "Non e", + "N one", + "▁furn iture", + "▁vill ages", + "▁village s", + "▁p ounds", + "▁trans mission", + "▁among st", + "ou ver", + "Pos ition", + "P osition", + "▁d ad", + "▁da d", + "▁Hit ler", + "ac les", + "acle s", + "a cles", + "▁b oss", + "▁bo ss", + "▁D al", + "▁Da l", + "▁Uk rain", + "ur se", + "urs e", + "▁B ull", + "▁Bu ll", + "▁Bul l", + "ij ing", + "▁f old", + "▁fol d", + "▁fo ld", + "▁ fold", + "▁L ess", + "▁Le ss", + "▁Les s", + "▁t ies", + "▁tie s", + "▁ ties", + "▁it er", + "▁i ter", + "▁ iter", + "▁pat ent", + "IV E", + "I VE", + "▁Com ments", + "▁Comm ents", + "▁Comment s", + "it udes", + "itude s", + "▁cy ber", + "mo ther", + "m other", + "▁cont ents", + "▁content s", + "K ind", + "qu er", + "que r", + "q uer", + "▁dr ove", + "▁dro ve", + "z o", + "▁o ught", + "▁ou ght", + "▁ ought", + "▁Al ice", + "▁Ali ce", + "is an", + "isa n", + "ie re", + "ier e", + "i ere", + "cont in", + "▁municip ality", + "▁municipal ity", + "▁out door", + "gl y", + "g ly", + "▁Lim ited", + "c f", + "co ll", + "col l", + "c oll", + "ug ins", + "ugin s", + "ti m", + "t im", + "▁re ign", + "▁where as", + "▁neigh b", + "▁L LC", + "▁LL C", + "di ng", + "din g", + "d ing", + "▁dec lined", + "▁decl ined", + "▁decline d", + "os ystem", + "o system", + "▁c m", + "▁ cm", + "▁de eper", + "▁deep er", + "he im", + "▁P ap", + "▁Pa p", + "▁Base ball", + "ac co", + "acc o", + "▁B log", + "▁Bl og", + "s v", + "▁comm ander", + "▁command er", + "▁target ed", + "I X", + "▁p ron", + "▁pro n", + "▁pr on", + "▁phot ography", + "▁photograph y", + "▁main taining", + "▁maintain ing", + "▁in ev", + "buf fer", + "b uffer", + "it ative", + "▁port folio", + "er man", + "▁G raham", + "▁Gra ham", + "▁C ow", + "▁Co w", + "▁imp rison", + "▁D ise", + "▁Dis e", + "▁Di se", + "▁C ome", + "▁Com e", + "▁Co me", + "▁Jim my", + "▁Inst agram", + "▁B ed", + "▁Be d", + "▁fil ename", + "▁file name", + "▁t ries", + "▁tr ies", + "▁tri es", + "▁myst ery", + "▁myster y", + "▁K y", + "▁is lands", + "▁island s", + "ation ally", + "ational ly", + "▁Res ults", + "▁cred its", + "▁credit s", + "▁St even", + "▁Ste ven", + "▁Steve n", + "▁Stev en", + "▁inv asion", + "▁testim ony", + "ig s", + "i gs", + "▁enorm ous", + "▁n aturally", + "▁natural ly", + "▁O il", + "▁L ank", + "▁N eg", + "▁Ne g", + "▁Iran ian", + "ut ical", + "r m", + "semb le", + "sem ble", + "ot ton", + "ott on", + "▁direct ory", + "▁director y", + "▁st uck", + "▁per su", + "▁pers u", + "▁NAS A", + "▁Ur ban", + "▁St ev", + "▁Ste v", + "▁deter mination", + "▁determin ation", + "V AL", + "▁N ar", + "▁Na r", + "▁man uscript", + "▁dis put", + "▁disp ut", + "▁frequ ency", + "f amily", + "▁particip ating", + "▁so vere", + "▁every day", + "▁prep aring", + "▁prepar ing", + "▁sur ge", + "▁surg e", + "d ebug", + "▁Pal ace", + "▁rep orter", + "▁report er", + "S chema", + "▁min istry", + "▁separ ated", + "▁separate d", + "▁an ger", + "▁ang er", + "▁ anger", + "ER E", + "E RE", + "▁A BC", + "▁AB C", + "un es", + "une s", + "u nes", + "bl ing", + "b ling", + "▁Arab ia", + "▁act ively", + "▁activ ely", + "▁active ly", + "▁bank ing", + "▁ban king", + "▁P y", + "▁comp are", + "▁compar e", + "ta b", + "t ab", + "om etry", + "omet ry", + "or ious", + "ori ous", + "▁par ams", + "▁param s", + "▁para ms", + "▁ params", + "▁vent ure", + "▁ven ture", + "▁strugg ling", + "Se arch", + "S earch", + "▁l ying", + "▁ly ing", + "▁ lying", + "B L", + "M D", + "▁in ject", + "▁inj ect", + "▁Ar men", + "▁Arm en", + "mat ch", + "m atch", + "▁w rest", + "di m", + "d im", + "sk i", + "s ki", + "rupt ed", + "rup ted", + "▁music ian", + "▁mus ician", + "▁enter prise", + "▁c able", + "▁ca ble", + "▁cab le", + "▁EX P", + "styles heet", + "▁tom orrow", + "▁Com pet", + "▁Comp et", + "▁U RL", + "▁ URL", + "▁correspond ing", + "▁em power", + "▁An c", + "ar est", + "are st", + "ares t", + "a rest", + "▁Pro perty", + "▁ Property", + "ic ker", + "ick er", + "i cker", + "ma de", + "mad e", + "m ade", + "▁sc oring", + "▁S umm", + "▁Su mm", + "▁ch ronic", + "▁chron ic", + "▁improve ments", + "▁improvement s", + "▁ph rase", + "▁s ke", + "▁sk e", + "▁Dub lin", + "\") )", + "\" ))", + "▁w idespread", + "dev ice", + "▁sens itive", + "▁B illy", + "▁Bill y", + "▁imp ression", + "▁impress ion", + "▁any more", + "▁F em", + "▁Fe m", + "▁h ip", + "▁ hip", + "▁remov al", + "▁Mar x", + "▁Car ib", + "▁Ca rib", + "▁Le ban", + "▁Direct ors", + "▁Director s", + "ow ned", + "own ed", + "▁j ack", + "▁en act", + "▁sign ing", + "▁sig ning", + "▁B achelor", + "W ork", + "() :", + "( ):", + "ra pe", + "rap e", + "r ape", + "Im pl", + "▁re vol", + "▁rev ol", + "▁Lu ke", + "▁N ort", + "▁No rt", + "▁Nor t", + "▁n erv", + "▁main stream", + "Do wn", + "D own", + "▁C rown", + "▁Cr own", + "▁Cro wn", + "ot ing", + "oti ng", + "o ting", + "we ek", + "ot hy", + "oth y", + "▁acc um", + "ug g", + "u gg", + "▁Circ uit", + "▁terror ist", + "▁m art", + "▁mar t", + "▁ma rt", + "▁d ial", + "▁di al", + "secut ive", + "s ecutive", + "▁ex ports", + "▁exp orts", + "▁export s", + "▁ exports", + "▁convin ced", + "s a", + "▁lic ensed", + "▁license d", + "K e", + "▁S elf", + "▁Sel f", + "▁ex isted", + "▁exist ed", + "▁frequ ent", + "▁dis count", + "▁disc ount", + "▁Benj amin", + "▁a sc", + "▁as c", + "▁ asc", + "▁An ti", + "▁Ant i", + "▁anal yst", + "▁analy st", + "▁analys t", + "▁impact s", + "▁in aug", + "▁Broad way", + "▁S hel", + "▁She l", + "▁Sh el", + "▁res erve", + "▁reserv e", + "Se e", + "S ee", + "▁ag greg", + "▁life time", + "▁lif etime", + "▁cult ures", + "▁culture s", + "in ces", + "ince s", + "inc es", + "▁dev ast", + "▁High way", + "▁conv icted", + "qu is", + "▁dis abled", + "▁ disabled", + "▁b ills", + "▁bill s", + "▁Rob inson", + "▁Robin son", + "▁hard er", + "▁har der", + "▁Jun ior", + "pro duct", + "p roduct", + "ok er", + "oke r", + "o ker", + "No w", + "N ow", + "ow der", + "sc reen", + "s creen", + "▁he ading", + "▁head ing", + "▁P resent", + "▁Pres ent", + "▁O wn", + "▁Ow n", + "▁ad mit", + "▁adm it", + "▁re call", + "▁rec all", + "▁des ired", + "▁desire d", + "▁( '", + "▁ ('", + "▁H ope", + "▁Ho pe", + "▁Hop e", + "▁aud iences", + "▁audience s", + "▁re ply", + "▁rep ly", + "▁repl y", + "ber ry", + "ta sk", + "t ask", + "AR Y", + "A RY", + "▁b ars", + "▁bar s", + "do cs", + "doc s", + "cl ick", + "c lick", + "as m", + "a sm", + "▁s id", + "▁si d", + "▁c ous", + "▁co us", + "▁cou s", + "▁t ale", + "▁tal e", + "▁ta le", + "▁rom antic", + "ci pl", + "c ipl", + "Exp ression", + "▁Int elligence", + "Oper ation", + "▁des cent", + "▁desc ent", + "▁travel ing", + "▁trav eling", + "ol y", + "o ly", + "▁Ex press", + "��Exp ress", + "▁k iss", + "▁Up date", + "▁ Update", + "▁pe er", + "▁ign ore", + "▁ignor e", + "▁dev oted", + "el ing", + "eli ng", + "e ling", + "▁rev eals", + "▁reve als", + "▁reveal s", + "ID S", + "I DS", + "▁Mov ie", + "▁inter action", + "▁interact ion", + "it ol", + "ito l", + "▁tele phone", + "▁C E", + "▁ CE", + "▁B enn", + "▁Ben n", + "ag ers", + "age rs", + "ager s", + "a gers", + "▁B apt", + "▁Ba pt", + "▁ens uring", + "▁V enez", + "▁Ven ez", + "▁un like", + "▁ent ities", + "▁fif ty", + "▁ann ually", + "▁annual ly", + "im m", + "i mm", + "u z", + "▁R oute", + "▁Ro ute", + "▁exp ense", + "& #", + "▁D a", + "d r", + "▁newsp apers", + "▁newspaper s", + "▁king dom", + "▁m ere", + "▁me re", + "▁mer e", + "mod els", + "model s", + "mode ls", + "NA ME", + "N AME", + "▁N aval", + "▁Na val", + "▁Nav al", + "ig a", + "i ga", + "ra ss", + "ras s", + "r ass", + "ric ulum", + "CO DE", + "▁And roid", + "▁C oun", + "▁Co un", + "▁Cou n", + "▁when ever", + "▁g race", + "▁gr ace", + "▁gra ce", + "▁L iver", + "▁Live r", + "▁Li ver", + "▁sh ots", + "▁shot s", + "wa it", + "w ait", + "▁com pan", + "▁comp an", + "▁w ounded", + "▁wound ed", + "▁administ er", + "▁admin ister", + "li ned", + "line d", + "lin ed", + "l ined", + "▁Pat ri", + "▁f ur", + "▁fu r", + "▁step ped", + "▁ste pped", + "▁g rav", + "▁gr av", + "▁gra v", + "Re l", + "R el", + "▁d ated", + "▁date d", + "▁da ted", + "▁dat ed", + "▁ dated", + "P H", + "▁T ar", + "▁Ta r", + "▁celebr ation", + "▁celeb ration", + "▁Mor ris", + "li ver", + "live r", + "l iver", + "am ous", + "▁B O", + "▁ BO", + "at tered", + "att ered", + "atter ed", + "▁< ?", + "▁Man h", + "▁sm oke", + "Rec ord", + "▁Ex ception", + "▁ Exception", + "ty pes", + "type s", + "t ypes", + "ir s", + "i rs", + "▁Belg ium", + "▁ac comp", + "▁accom p", + "▁x ml", + "▁ xml", + "ha sh", + "has h", + "h ash", + "▁p rest", + "▁pre st", + "▁pr est", + "▁pres t", + "as hes", + "ash es", + "▁sim ultane", + "ro rs", + "ror s", + "r ors", + "F R", + "▁Indones ia", + "▁im posed", + "▁imp osed", + "▁wood en", + "▁Pu erto", + "Le t", + "L et", + "▁m ood", + "▁mo od", + "▁fant asy", + "▁convent ional", + "▁convention al", + "▁p ride", + "▁pr ide", + "▁pri de", + "▁popular ity", + "C al", + "ace utical", + "▁meas ured", + "▁measure d", + "▁def ence", + "▁defe nce", + "▁Inter view", + "▁Priv acy", + "R ight", + "▁Ch ile", + "▁Soft ware", + "▁br ut", + "▁T alk", + "▁Tal k", + "▁cal endar", + "ex ec", + "cc a", + "c ca", + "▁d ish", + "▁dis h", + "▁di sh", + "Se rial", + "Ser ial", + "▁vers us", + "ou st", + "ous t", + "o ust", + "st ory", + "▁in cent", + "▁inc ent", + "▁I de", + "▁Id e", + "▁s up", + "▁su p", + "▁Charl otte", + "▁trad itions", + "▁tradition s", + "▁L ang", + "▁La ng", + "▁lim itations", + "▁limit ations", + "▁sit uated", + "▁War ren", + "▁ang ry", + "▁j ew", + "▁je w", + "▁psych ological", + "al ia", + "ali a", + "a lia", + "in ar", + "ina r", + "▁eng aging", + "▁Camp bell", + "en ger", + "eng er", + "enge r", + "▁uns igned", + "▁Sw iss", + "▁C B", + "▁Re form", + "▁Ref orm", + "▁doll ar", + "og ue", + "▁L uther", + "▁Lu ther", + "▁p in", + "▁ pin", + "we g", + "w eg", + "▁T ele", + "▁Te le", + "▁Tel e", + "▁low est", + "▁lo west", + "▁phys ician", + "▁con gress", + "▁wor ried", + "▁pursu ant", + "O ur", + "▁co aches", + "▁coach es", + "S ettings", + "▁m eal", + "▁me al", + "if ice", + "ific e", + "▁Stew art", + "▁R ule", + "▁Ru le", + "dis t", + "di st", + "d ist", + "F e", + "▁bur den", + "▁Be aut", + "▁Z h", + "▁jun ior", + "▁Be ijing", + "Th read", + "▁B it", + "▁Bi t", + "▁con stra", + "▁cons tra", + "▁const ra", + "yt ics", + "▁arrang ed", + "ov es", + "ove s", + "o ves", + "▁c ann", + "▁can n", + "▁qu ote", + "▁Orig in", + "O b", + "▁N ap", + "▁Na p", + "=\" _", + "▁Elect ric", + "▁Cub a", + "▁Cu ba", + "mod al", + "▁P as", + "▁Pa s", + "▁con j", + "M ar", + "▁G ill", + "▁Gi ll", + "▁Gil l", + "st at", + "▁h az", + "▁ha z", + "de l", + "d el", + "▁bi ological", + "St ore", + "▁> =", + "▁he ader", + "▁head er", + "▁ header", + "▁circ uit", + "▁corpor ation", + "▁b om", + "▁bo m", + "▁M aj", + "▁Ma j", + "▁A long", + "▁Al ong", + "ogg le", + "bu l", + "b ul", + "▁th ro", + "▁thr o", + "▁veter an", + "ed ly", + "P T", + "▁co oking", + "▁cook ing", + "▁B G", + "COL OR", + "p df", + "ful l", + "f ull", + "Loc ation", + "L ocation", + "▁C ele", + "▁Le ave", + "▁campaign s", + "ga te", + "g ate", + "▁fle et", + "▁oper ates", + "▁operate s", + "▁opera tes", + "▁est imate", + "▁estim ate", + "Has h", + "H ash", + "> .", + "▁V ar", + "▁oblig ations", + "▁obligation s", + "▁I sa", + "▁Is a", + "▁C S", + "▁ CS", + "▁s aving", + "▁sa ving", + "▁sav ing", + "▁de sp", + "▁des p", + "▁pass enger", + "▁passeng er", + "▁IS BN", + "ja r", + "j ar", + "ourn als", + "ournal s", + "▁Mar ie", + "▁Ma rie", + "▁g est", + "▁ge st", + "▁ gest", + "S w", + "▁arrang ements", + "▁arrangement s", + "▁W ould", + "V I", + "▁Sy rian", + "▁Syria n", + "bl og", + "b log", + "iz on", + "▁C old", + "▁Col d", + "▁Co ld", + "▁Commun ist", + "v m", + "▁Bl ood", + "▁Bl oom", + "▁\" \\", + "da le", + "d ale", + "ü r", + "▁aut on", + "▁auto n", + "▁au ton", + "▁Vol ume", + "ru b", + "r ub", + "▁gall ery", + "▁Or chestra", + "▁c alm", + "▁cal m", + "▁F ried", + "▁Fr ied", + "▁R id", + "▁conscious ness", + "\") );", + "\")) ;", + "\" ));", + "▁C itiz", + "D O", + "▁Pl ant", + "▁Plan t", + "Pro perties", + "▁H amp", + "▁Ham p", + "▁Ha mp", + "W S", + ". $", + "▁att ributes", + "▁attribute s", + "▁pres um", + "▁r anks", + "▁rank s", + "▁ran ks", + "▁g otten", + "▁got ten", + "▁prop ortion", + "▁proport ion", + "▁incorpor ated", + "▁str iking", + "▁stri king", + "ch i", + "c hi", + "▁F if", + "L a", + "▁B aker", + "▁Ba ker", + "▁I an", + "▁c oc", + "▁co c", + "▁dam aged", + "▁damage d", + "▁Fac ulty", + "sp ace", + "s pace", + "▁accompl ish", + "▁accomp lish", + "ge nce", + "gen ce", + "g ence", + "▁dis ability", + "▁h oped", + "▁hope d", + "▁hop ed", + "▁ho ped", + "▁st ability", + "jo in", + "j oin", + "▁par ad", + "▁pa rad", + "▁para d", + "▁B Y", + "ra ys", + "ray s", + "r ays", + "▁Pl us", + "▁P eters", + "▁Pe ters", + "▁Peter s", + "▁Pet ers", + "▁p y", + "▁ py", + "▁cont rary", + "▁contra ry", + "▁) ,", + "▁ ),", + "▁im per", + "▁imp er", + "em ail", + "e mail", + "▁c atalog", + "▁star ring", + "▁O m", + "▁T ag", + "▁Ta g", + "▁ Tag", + "▁account ing", + "▁sold ier", + "▁F el", + "▁Fe l", + "▁difficult ies", + "▁al ien", + "or ted", + "ort ed", + "▁T s", + "▁l uck", + "▁p ump", + "▁pu mp", + "▁C lear", + "▁Cl ear", + "▁Cle ar", + "▁Plan ning", + "▁Cons ider", + "▁influ ential", + "▁elect rical", + "▁electric al", + "▁T otal", + "Doc ument", + "D ocument", + "▁fin gers", + "▁fing ers", + "▁finger s", + "▁ear liest", + "▁con version", + "▁conv ersion", + "▁convers ion", + "an al", + "ana l", + "a nal", + "▁V ery", + "▁Ver y", + "▁Ve ry", + "IL L", + "I LL", + "▁Naz i", + "▁Na zi", + "▁resc ue", + "tt ing", + "t ting", + "▁former ly", + "▁controvers ial", + "ve c", + "v ec", + "fi ve", + "f ive", + "▁s ed", + "▁se d", + "ateg ories", + "▁Mot or", + "▁c ow", + "▁co w", + "▁ cow", + "ro duct", + "rodu ct", + "▁C ass", + "▁Ca ss", + "▁Cas s", + "▁re cre", + "▁rec re", + "ocol ate", + "▁h ash", + "▁ha sh", + "▁has h", + "▁ hash", + "▁J oy", + "▁Jo y", + "re fix", + "ref ix", + "▁wh ilst", + "▁m arry", + "▁mar ry", + "▁P aper", + "▁Pa per", + "▁Pap er", + "w ill", + "▁tem por", + "▁w age", + "▁wa ge", + "▁po em", + "▁b one", + "▁bo ne", + "▁bon e", + "▁ bone", + "▁incred ibly", + "▁be ings", + "▁being s", + "OR E", + "O RE", + "▁g rid", + "▁gr id", + "▁gri d", + "▁ grid", + "ma te", + "mat e", + "m ate", + "▁dam ages", + "▁damage s", + "▁S O", + "▁ SO", + "▁Comput er", + "▁pres erve", + "▁a wait", + "▁aw ait", + "▁E T", + "▁ ET", + "▁Comm ons", + "▁Common s", + "▁b eneath", + "▁R equ", + "▁Re qu", + "▁ Requ", + "▁no body", + "▁nob ody", + "ro ns", + "ron s", + "r ons", + "▁Ke ep", + "▁Pitts burgh", + "▁he aven", + "▁heav en", + "▁V ersion", + "▁ Version", + "os l", + "o sl", + "▁laws uit", + "▁lawsu it", + "▁P S", + "▁ PS", + "▁in stances", + "▁inst ances", + "▁instance s", + "▁ign ored", + "▁ignore d", + "▁ignor ed", + "▁Cor p", + "anc ouver", + "tw o", + "t wo", + "▁T ask", + "▁Ta sk", + "▁ Task", + "▁supp ose", + "▁sup pose", + "▁estab lishing", + "▁establish ing", + "DI R", + "D IR", + "▁Malays ia", + "▁T ower", + "▁To wer", + ": (", + "▁document ation", + "▁La ura", + "▁d ying", + "▁s ail", + "▁sa il", + "▁over come", + "▁break fast", + "ip t", + "i pt", + "▁host s", + "tain s", + "ta ins", + "t ains", + "at ible", + "ati ble", + "cycl op", + "▁commun icate", + "▁M aur", + "▁Ma ur", + "▁ant ib", + "▁anti b", + "uss ion", + "▁ex amine", + "▁exam ine", + "▁Os car", + "▁Osc ar", + "▁Mit chell", + "▁s occer", + "▁t ip", + "▁s hops", + "▁sh ops", + "▁shop s", + "▁occasion ally", + "▁ref lected", + "▁reflect ed", + "In st", + "▁Pub lishing", + "▁Publis hing", + "▁l ucky", + "▁luck y", + "r t", + "▁protect ing", + "mo uth", + "m outh", + "▁con secutive", + "▁cons ecutive", + "ij uana", + "▁text s", + "▁dis ch", + "▁disc h", + "▁Just in", + "im ation", + "ost ic", + "ar ity", + "ari ty", + "a rity", + "ma ke", + "m ake", + "Col lection", + "ill ery", + "ille ry", + "iller y", + "▁K a", + "▁T am", + "▁Ta m", + "▁def ensive", + "ir acy", + "ira cy", + "i racy", + "ro le", + "rol e", + "r ole", + "▁transl ated", + "▁translate d", + "ist ence", + "▁t ie", + "▁M unicip", + "▁Mun icip", + "▁Mo vement", + "▁Mov ement", + "▁Move ment", + "ik ing", + "iki ng", + "i king", + "▁Pr int", + "▁Pri nt", + "▁sh adow", + "ra ma", + "ram a", + "r ama", + "▁c oup", + "▁co up", + "▁cou p", + "bi nd", + "bin d", + "b ind", + "▁T u", + "ail and", + "ai land", + "RO M", + "R OM", + "▁D ance", + "▁Dan ce", + "▁Da nce", + "▁scholars hip", + "▁scholar ship", + "ze d", + "z ed", + "▁b orders", + "▁border s", + "ill ance", + "illa nce", + "od a", + "o da", + "gr aph", + "g raph", + "▁Ins urance", + "si m", + "s im", + "▁de pos", + "▁dep os", + "▁neigh bour", + "▁neighb our", + "▁col leges", + "▁college s", + "▁colle ges", + "id ad", + "ida d", + "( :", + "▁coron avirus", + "▁mar ine", + "▁ma rine", + "Cur rent", + "ail ing", + "ai ling", + "a iling", + "> >", + "▁H eb", + "▁He b", + "th a", + "t ha", + "▁S hop", + "▁Sh op", + "▁f u", + "▁d il", + "▁di l", + "▁vert ical", + "▁N ep", + "▁Ne p", + "▁S ad", + "▁Sa d", + "▁am end", + "▁ass ass", + "ga l", + "g al", + "▁m ini", + "▁min i", + "▁mi ni", + "GE T", + "G ET", + "k h", + "▁branch es", + "▁bran ches", + "▁introdu ce", + "▁love ly", + "▁lov ely", + "▁pod cast", + "▁invest igate", + "▁investig ate", + "▁volunte er", + "▁D ra", + "▁Dr a", + "▁C ore", + "▁Co re", + "▁Cor e", + "▁ Core", + "fl ix", + "f lix", + "▁impl ications", + "▁S D", + "▁ SD", + "▁Manh attan", + "at eur", + "ate ur", + "itt ees", + "itte es", + "ittee s", + "▁Girl s", + "▁st em", + "▁ste m", + "▁re ception", + "▁rece ption", + "▁recept ion", + "▁rele ases", + "▁release s", + "▁B us", + "▁Bu s", + "▁Fell ows", + "▁Fellow s", + "▁al arm", + "▁m aps", + "▁map s", + "▁ma ps", + "▁re sign", + "▁res ign", + "gr een", + "g reen", + "▁M ust", + "▁Mus t", + "▁Mu st", + "▁T ob", + "▁To b", + "os ex", + "ose x", + "o sex", + "▁en emies", + "▁Argent ina", + "▁Re ading", + "▁Read ing", + "ir ates", + "ira tes", + "i rates", + "al ion", + "ali on", + "▁Venez uel", + "▁vess el", + "▁Inter est", + "▁t ennis", + "ut ter", + "utt er", + "w p", + "▁m eters", + "▁me ters", + "▁met ers", + "▁n a", + "▁ na", + "ze s", + "z es", + "▁d uration", + "▁du ration", + "▁lo gic", + "▁log ic", + "▁De cl", + "▁Dec l", + "▁ Decl", + "it é", + "par en", + "pa ren", + "p aren", + "om ed", + "ome d", + "o med", + "▁d aughters", + "▁daughter s", + "▁econom ics", + "▁economic s", + "Bo ok", + "B ook", + "▁jud icial", + "▁Way ne", + "▁histor ian", + "▁Mur ray", + "Conn ection", + "▁Ph arm", + "▁f ert", + "▁fe rt", + "▁fer t", + "▁govern ance", + "▁c ache", + "▁ca che", + "▁ cache", + "▁ac res", + "su ch", + "s uch", + "p ur", + "▁for ty", + "▁fort y", + "▁dis pos", + "▁disp os", + "▁mem orial", + "▁memor ial", + "▁Carib bean", + "G R", + "▁Jeff erson", + "hu man", + "h uman", + "▁occup ation", + "▁bar ely", + "▁bare ly", + "▁pro gressive", + "▁progress ive", + "▁J uan", + "▁Ju an", + "▁Crim inal", + "is sa", + "iss a", + "pl an", + "p lan", + "▁ne utral", + "▁M aine", + "▁Ma ine", + "▁Main e", + "▁m ater", + "▁mat er", + "▁ma ter", + "▁prem ium", + "▁st ir", + ": #", + "▁D eb", + "▁De b", + "▁develop ers", + "▁developer s", + "▁b low", + "▁bl ow", + "▁E li", + "▁El i", + "ke e", + "k ee", + "▁F r", + "or ient", + "ori ent", + "o rient", + "▁part ial", + "▁re ct", + "▁r ect", + "▁rec t", + "▁ rect", + "add ress", + "▁Un like", + "ran ean", + "rane an", + "▁Perform ance", + "fo o", + "f oo", + "▁j av", + "▁ jav", + "▁L ane", + "▁La ne", + "▁b uck", + "▁bu ck", + "▁Re lease", + "▁T un", + "▁Tu n", + "▁K ate", + "▁Kat e", + "▁Ka te", + "zo ne", + "z one", + "▁Brother s", + "▁HT ML", + "▁ HTML", + "▁s la", + "▁sl a", + "▁Every thing", + "▁P roduction", + "▁Pro duction", + "▁Product ion", + "sp ring", + "▁virt ually", + "▁virtual ly", + "▁C P", + "▁ CP", + "is ode", + "▁S ide", + "▁Si de", + "▁Sid e", + "Int eger", + "▁Oper a", + "▁Op era", + "▁Arch ived", + "▁Archive d", + "o i", + "bor der", + "b order", + "ass ion", + "ir ts", + "irt s", + "▁oper a", + "▁op era", + "▁G race", + "▁Gr ace", + "▁Gra ce", + "cl ear", + "cle ar", + "c lear", + "▁part ly", + "▁lux ury", + "▁expand ing", + "orig inal", + "▁t ips", + "▁tip s", + "▁elect ron", + "▁electro n", + "▁land ing", + "boot strap", + "on i", + "o ni", + "▁bound aries", + "▁ha rass", + "▁har ass", + "ac re", + "a cre", + "An y", + "A ny", + "es tab", + "est ab", + "▁mix ture", + "it ual", + "B M", + "▁The ater", + ".. .\"", + "... \"", + "par ty", + "part y", + "▁sh oes", + "Ph one", + "▁se eks", + "▁see ks", + "▁seek s", + "▁f t", + "▁ ft", + "▁eng ines", + "▁engine s", + "▁emot ions", + "▁emotion s", + "▁Port land", + "book s", + "▁ad option", + "▁adopt ion", + "▁y e", + "▁ ye", + "▁grad ually", + "▁f oss", + "▁fo ss", + "Hel per", + "▁B L", + "▁ BL", + "O U", + "ric ane", + "▁min im", + "▁mini m", + "▁Liber al", + "▁Lib eral", + "▁Del hi", + "▁pros per", + "▁Song s", + "▁Son gs", + "▁off ense", + "or ph", + "▁de cent", + "▁dec ent", + "▁dece nt", + "▁re verse", + "▁revers e", + "▁N EW", + "▁NE W", + "▁g al", + "▁ gal", + "er name", + "ern ame", + "F T", + "▁h ub", + "ra ham", + "▁gold en", + "ol en", + "ole n", + "o len", + "ro ck", + "roc k", + "r ock", + "▁the ories", + "▁Em peror", + "A E", + "S im", + "F ont", + "cy cle", + "cycl e", + "▁sh out", + "back s", + "ba cks", + "b acks", + "le ting", + "let ing", + "l eting", + "▁Associ ate", + "▁Ukrain ian", + "S ession", + "▁forg otten", + "▁N AT", + "▁o vert", + "▁over t", + "▁fl ower", + "▁flow er", + "▁flo wer", + "F S", + "▁department s", + "▁depart ments", + "Loc al", + "L ocal", + "▁R ain", + "▁Ra in", + "▁A w", + "▁integ rity", + "▁manufact urers", + "▁manufacturer s", + "au c", + "a uc", + "▁life style", + "▁lif estyle", + "▁institution al", + "▁pro found", + "▁prof ound", + "H E", + "▁bur ning", + "▁burn ing", + "Re ference", + "▁rece ives", + "▁receive s", + "▁t ons", + "▁to ns", + "▁ton s", + "▁ tons", + "up id", + "u pid", + "su r", + "s ur", + "▁C os", + "▁Co s", + "▁d ensity", + "' >", + "▁food s", + "▁t ired", + "▁tr ains", + "▁tra ins", + "▁train s", + "▁NC AA", + "▁publis her", + "▁publish er", + "En c", + "▁A qu", + "ed a", + "e da", + "▁sla very", + "▁slave ry", + "oc ate", + "oca te", + "▁vol unt", + "▁contin uous", + "▁continu ous", + "f n", + "pro file", + "prof ile", + "▁p ushing", + "▁push ing", + "▁Stan ley", + "▁l obby", + "▁ok ay", + "▁c ancel", + "▁can cel", + "▁canc el", + "▁App ro", + "▁Ap pro", + "est one", + "eston e", + "e stone", + "AS E", + "A SE", + "▁Ear l", + "▁arrang ement", + "▁O K", + "▁ OK", + "` ,", + "▁Egypt ian", + "▁coll apse", + "requ ire", + "ef f", + "e ff", + "AR D", + "▁cert ified", + "▁n u", + "abet es", + "▁attract ive", + "▁sl ave", + "▁sla ve", + "ict ional", + "iction al", + "▁Const ruction", + "▁[ '", + "▁ ['", + "oen ix", + "▁S ay", + "▁Sa y", + "▁V ancouver", + "▁al lies", + "▁all ies", + "bo w", + "b ow", + "du ced", + "duc ed", + "▁activ ist", + "Or der", + "▁S tre", + "▁St re", + "▁Str e", + "▁S now", + "▁Sn ow", + "▁pub lish", + "▁publis h", + "▁b less", + "▁bl ess", + "▁ble ss", + "▁B ond", + "▁Bo nd", + "▁Bon d", + "en v", + "et on", + "eto n", + "e ton", + "rient ation", + "▁W ard", + "▁War d", + "▁t urb", + "▁tur b", + "▁Sh are", + "▁Sha re", + "▁Shar e", + "▁alleg ations", + "/ .", + "▁o s", + "▁ os", + "▁Stud io", + "▁Orig inal", + "▁Origin al", + "▁satisf ied", + "▁de ck", + "▁dec k", + "▁B arry", + "▁Bar ry", + "▁sav ings", + "▁saving s", + "▁P ra", + "▁Pr a", + "▁Ar n", + "▁ab und", + "▁D rive", + "▁Dr ive", + "▁claim ing", + "{ {", + "▁fasc inating", + "▁Ev ents", + "▁Even ts", + "▁Event s", + "▁Indust rial", + "ze ns", + "zen s", + "z ens", + "▁object ives", + "▁objective s", + "iv als", + "ival s", + "iva ls", + "i vals", + "u y", + "▁b ot", + "▁bo t", + "▁ bot", + "▁C art", + "▁Car t", + "▁Ca rt", + "▁pre vention", + "▁prevent ion", + "▁prev ention", + "in os", + "ino s", + "▁K night", + "▁Kn ight", + "mate rial", + "m aterial", + "▁Al tern", + "▁Alt ern", + "▁d ign", + "▁di gn", + "▁dig n", + "De p", + "D ep", + "▁dist ribut", + "▁art ificial", + "ac ular", + "▁brief ly", + "▁search ing", + "▁sear ching", + "▁cons olid", + "▁achie vement", + "▁achieve ment", + "ct x", + "c tx", + "▁st adium", + "=\"../../ ../", + "=\"../ ../../", + "▁egg s", + "▁L eft", + "▁Le ft", + "▁ Left", + "▁d ining", + "▁di ning", + "day s", + "da ys", + "d ays", + "▁h es", + "▁he s", + "▁ hes", + "RE E", + "R EE", + "▁comp uters", + "▁comput ers", + "▁computer s", + "▁Den mark", + "▁dist inction", + "▁distinct ion", + "▁J ava", + "▁Ja va", + "▁rh yth", + "▁P il", + "▁Pi l", + "▁adv ocate", + "▁advoc ate", + "Mar k", + "M ark", + "▁hand ed", + "▁out er", + "▁ou ter", + "▁ outer", + "S m", + "=\" /", + "▁b ull", + "▁bu ll", + "▁bul l", + "▁p arse", + "▁par se", + "▁ parse", + "▁l oop", + "▁lo op", + "▁O d", + ".) .", + ". ).", + "▁corpor ations", + "▁corporation s", + "▁N BC", + "▁high lights", + "▁highlight s", + "▁ven ue", + "▁ venue", + "▁Oper ations", + "▁Operation s", + "▁war ned", + "▁warn ed", + "to wn", + "t own", + "P ass", + "▁m ilit", + "▁mil it", + "▁mi lit", + "▁W W", + "▁depend ent", + "▁re vers", + "▁rev ers", + "▁reve rs", + "Men u", + "ou ses", + "ous es", + "ouse s", + "o uses", + "▁Co al", + "d y", + "▁Th ailand", + "Nav Bar", + "ab is", + "▁type d", + "▁typ ed", + "▁ty ped", + "rator s", + "rat ors", + "r ators", + "▁L ad", + "▁La d", + "▁overse as", + "▁K am", + "▁Ka m", + "▁J azz", + "▁Ja zz", + "p iece", + "ar iable", + "ari able", + "aria ble", + "▁stay ing", + "path y", + "pat hy", + "P ORT", + "▁propos als", + "▁proposal s", + "▁t ut", + "▁tu t", + "pe are", + "▁ ”", + "▁decl are", + "le ton", + "let on", + "l eton", + "▁oblig ation", + "▁obl igation", + "▁c ig", + "▁Cl oud", + "▁Bo ys", + "▁Boy s", + "▁appro ached", + "▁approach ed", + "▁H end", + "▁He nd", + "▁Hen d", + "▁Com merce", + "▁arch ae", + "c ustom", + "▁wis dom", + "▁S ec", + "▁Se c", + "▁ Sec", + "▁cook ies", + "▁ch icken", + "▁N eb", + "▁Ne b", + "or us", + "▁und efined", + "viron ments", + "vironment s", + "` .", + "▁Hawai i", + "▁report edly", + "▁reported ly", + "▁Im perial", + "▁John ny", + "se ud", + "▁V o", + "▁p arks", + "▁par ks", + "▁park s", + "▁T rad", + "▁Tr ad", + "▁Tra d", + "▁con vention", + "▁conv ention", + "▁convent ion", + "? :", + "ue se", + "ues e", + "u ese", + "▁Current ly", + "V E", + "gress ion", + "gr ession", + "g ression", + "▁Jer ry", + "s ystem", + "St ar", + "min ute", + "in burgh", + "▁distingu ished", + "▁favour ite", + "▁J SON", + "▁Tr ail", + "▁Tra il", + "▁Writ ing", + "▁th rew", + "▁thr ew", + "▁Re source", + "▁Res ource", + "▁ Resource", + "▁gr ateful", + "▁grat eful", + "at on", + "ato n", + "a ton", + "▁sh ipping", + "▁ship ping", + "le e", + "l ee", + "▁s isters", + "▁sister s", + "▁si sters", + "▁produ ces", + "▁produce s", + "▁gather ing", + "▁T oy", + "▁To y", + "Don ald", + "▁H ann", + "▁Han n", + "▁Liter ature", + "▁function al", + "ma y", + "m ay", + "▁Jenn ifer", + "▁b io", + "▁bi o", + "▁d ump", + "▁du mp", + "▁exper imental", + "▁experiment al", + "▁b in", + "▁bi n", + "▁ bin", + "▁Reg iment", + "▁L l", + "Se c", + "S ec", + "▁Gr iff", + "▁Every one", + "on ies", + "oni es", + "▁p up", + "▁pu p", + "▁c rypt", + "▁cry pt", + "▁sc ream", + "ol o", + "o lo", + "▁Coll ins", + "U C", + "▁cont rad", + "▁contra d", + "▁pe oples", + "▁people s", + "▁act ed", + "▁ac ted", + "▁f ails", + "▁fail s", + "▁fa ils", + "val ues", + "value s", + "ON E", + "O NE", + "ud a", + "u da", + "▁in valid", + "▁inval id", + "▁av ailability", + ") \"", + "▁L arry", + "▁hard ware", + "en son", + "ens on", + "▁manufact urer", + "▁r anging", + "▁ran ging", + "B R", + "cis ely", + "▁D ays", + "▁Day s", + "▁Da ys", + "▁Look ing", + "▁Lo oking", + "▁T agged", + "▁Ta gged", + "▁Tag ged", + "li ve", + "l ive", + "▁ro utes", + "▁rout es", + "▁route s", + "▁h ire", + "▁ hire", + "▁ ↑", + "▁rec ruit", + "▁recru it", + "▁Le arn", + "▁Lear n", + "▁M oney", + "▁Mon ey", + "▁Mo ney", + "Le ft", + "L eft", + "t n", + ".* *", + ". **", + "oo p", + "o op", + "▁o x", + "▁ ox", + "ad i", + "a di", + "▁f ate", + "▁fa te", + "▁fat e", + "▁F al", + "▁Fa l", + "bo t", + "b ot", + "▁O range", + "▁Or ange", + "▁convers ations", + "▁conversation s", + "ci es", + "c ies", + "▁S M", + "▁ SM", + "▁gl ob", + "▁l ayout", + "▁lay out", + "▁ layout", + "▁ch amber", + "▁cha mber", + "he ld", + "hel d", + "h eld", + "▁De ep", + "iz able", + "▁review ed", + "▁C ou", + "▁Co u", + "am an", + "ama n", + "a man", + "▁view ers", + "▁terror ism", + "▁bl ame", + "▁Cons ult", + "▁Brazil ian", + "▁n ose", + "▁no se", + "▁equ ipped", + "▁veter ans", + "▁veteran s", + "▁exclusive ly", + "▁exclus ively", + "▁K r", + "as ted", + "ast ed", + "aste d", + "in ternal", + "inter nal", + "▁c amps", + "▁camp s", + "▁cam ps", + "en berg", + "▁want ing", + "▁Bang l", + "▁Ban gl", + "an ted", + "ant ed", + "ante d", + "▁Z e", + "▁repe at", + "▁gl obe", + "▁glob e", + "▁Mar vel", + "▁Ark ansas", + "▁Em ploy", + "▁supp lement", + "▁Ev ans", + "min ation", + "m ination", + "▁t issue", + "▁B ou", + "▁Bo u", + "▁F ant", + "▁Fa nt", + "▁Transport ation", + "▁susp ended", + "writ ing", + "▁Den ver", + "▁mus cle", + "▁sat ellite", + "▁int ellig", + "al ties", + "alt ies", + "▁v ig", + "▁vi g", + "▁Mark eting", + "▁Market ing", + "if fs", + "iff s", + "▁prof its", + "▁profit s", + "Ar t", + "A rt", + "▁conflict s", + "▁conflic ts", + "▁repeated ly", + "▁repeat edly", + "▁Lead ership", + "▁Leader ship", + "'] ,", + "' ],", + "▁fore cast", + "win d", + "w ind", + "▁inhab itants", + "D I", + "V er", + "▁a qu", + "▁commission ed", + "▁med ian", + "▁media n", + "▁G uy", + "▁Gu y", + "▁cross ed", + "▁Dak ota", + "T emplate", + "ound ing", + "oun ding", + "▁r iding", + "▁ri ding", + "▁rid ing", + "▁Par ker", + "▁Park er", + "▁t ears", + "▁te ars", + "▁tea rs", + "▁f ool", + "▁fo ol", + "▁b ab", + "{ }", + "▁temper atures", + "▁temperature s", + "dis abled", + "iat ive", + "i ative", + "▁Portug al", + "▁trem end", + "▁ind igenous", + "he art", + "▁entreprene urs", + "▁entrepreneur s", + "▁r ice", + "▁ri ce", + "▁ric e", + "hi ll", + "h ill", + "di g", + "d ig", + "▁rest ored", + "▁restore d", + "▁vess els", + "▁vessel s", + "▁S EC", + "▁SE C", + "an ch", + "anc h", + "j pg", + "weg ian", + "mod e", + "mo de", + "m ode", + "az ines", + "azine s", + "▁Int eg", + "re place", + "ke ley", + "P tr", + "▁Pr incess", + "▁Prince ss", + "▁Princ ess", + "▁J en", + "▁Je n", + "▁Pro test", + "▁Prot est", + "▁occasion s", + "▁occas ions", + "▁C IA", + "▁ingred ients", + "T e", + "▁Invest ment", + "ot ive", + "oti ve", + "▁Al aska", + "▁decre ase", + "▁I L", + "▁ IL", + "▁ec osystem", + "▁c hat", + "▁ch at", + "▁cha t", + "▁Univers al", + "▁ch arts", + "▁char ts", + "▁chart s", + "▁bro ader", + "▁broad er", + "▁dep uty", + "com fort", + "▁diagn osis", + "▁K az", + "▁Ka z", + "▁spe akers", + "▁speak ers", + "▁speaker s", + "▁h ack", + "▁ha ck", + "or se", + "ors e", + "cre ts", + "cret s", + "cr ets", + "▁Ter rit", + "point s", + "po ints", + "H R", + "▁go verning", + "▁govern ing", + "▁expl oring", + "▁explo ring", + "cript or", + "▁Er n", + "orney s", + "orne ys", + "om ing", + "omin g", + "o ming", + "▁nerv ous", + "▁Re member", + "▁Rem ember", + "e conom", + "▁Again st", + "co py", + "c opy", + "▁rac ism", + "▁light ing", + "▁tour ism", + "▁Alf red", + "▁Ex hib", + "x it", + "z h", + "As ync", + "▁f ailing", + "▁fail ing", + "▁fa iling", + "▁S ustain", + "▁Sus tain", + "▁be side", + "▁bes ide", + "▁A my", + "▁Am y", + "inter face", + "▁F u", + "to String", + "▁L E", + "▁ LE", + "▁B eng", + "▁Be ng", + "▁Ben g", + "▁phys ics", + "▁che cks", + "▁check s", + "▁d ivers", + "▁di vers", + "▁div ers", + "▁diver s", + "▁st ating", + "▁stat ing", + "▁V I", + "▁ VI", + "▁gen us", + "▁genu s", + "▁accompl ished", + "▁accomp lished", + "▁accomplish ed", + "▁R ic", + "▁rout ine", + "▁n ort", + "▁no rt", + "▁nor t", + "▁C ould", + "▁Cou ld", + "▁el ite", + "▁F ellow", + "▁Fell ow", + "▁Fel low", + "▁o m", + "▁ om", + "▁s can", + "▁sc an", + "at oes", + "ato es", + "▁sec ured", + "▁secure d", + "è s", + "▁enthus i", + "▁Be yond", + "▁subs idi", + "▁subsid i", + "▁M ason", + "▁Ma son", + "▁Mas on", + "▁M es", + "▁Me s", + "ul us", + "ulu s", + "ce ive", + "▁sal ary", + "▁am ended", + "▁amend ed", + "▁L anc", + "▁requ iring", + "▁dep ict", + "▁meaning ful", + "▁sh ore", + "▁ shore", + "▁a mid", + "▁am id", + "▁E dd", + "▁Ed d", + "▁c ir", + "▁re store", + "▁rest ore", + "▁Cl ar", + "De scription", + "Des cription", + "▁O S", + "▁ OS", + "▁re tain", + "▁ret ain", + "▁C er", + "ol ver", + "olve r", + "▁pregn ant", + "▁Academ ic", + "▁Cont ract", + "▁C lay", + "▁Cl ay", + "▁Spe aker", + "▁Comp anies", + "▁P oll", + "▁Pol l", + "▁Po ll", + "ch t", + "c ht", + "▁recip ient", + "L ong", + "▁S tra", + "▁St ra", + "▁Str a", + "E v", + "▁o ral", + "▁or al", + "▁ oral", + "▁per ceived", + "▁P ent", + "▁Pe nt", + "▁Pen t", + "▁R io", + "▁T ry", + "▁Tr y", + "▁cinem a", + "▁Oper ation", + "▁ Operation", + "▁n am", + "▁na m", + "▁ nam", + "▁bo ards", + "▁board s", + "art icle", + "▁gr ave", + "▁gra ve", + "▁grav e", + "H ost", + "il lo", + "ill o", + "uc ks", + "uck s", + "u cks", + "ev a", + "e va", + "▁Or thodox", + "▁Squ ad", + "ent ials", + "ential s", + "enti als", + "▁R ap", + "▁Ra p", + "▁reflect s", + "▁a bol", + "▁ab ol", + "▁coal ition", + "▁H ud", + "▁Hu d", + "uc le", + "u cle", + "▁w allet", + "▁wall et", + "▁wal let", + "▁fun eral", + "▁swim ming", + "de lete", + "akes peare", + "▁Sing h", + "▁Sin gh", + "_ ;", + "▁attempt ing", + "▁n odd", + "▁no dd", + "op es", + "ope s", + "o pes", + "▁F ab", + "▁Fa b", + "▁cast le", + "▁cas tle", + "an non", + "ann on", + "▁Down load", + "pan el", + "pa nel", + "▁ क", + "▁phenomen on", + "ig ion", + "er ving", + "erv ing", + "eli hood", + "▁Kar l", + "▁Ka rl", + "▁b unch", + "▁T ogether", + "▁To gether", + "gu n", + "g un", + "ix on", + "an ne", + "ann e", + "ton s", + "to ns", + "t ons", + ": **", + "▁accompan y", + "▁accomp any", + "▁trans parent", + "▁poll ution", + "▁p ocket", + "ie ve", + "iev e", + "os ph", + "osp h", + "cl oud", + "est amp", + "▁B irth", + "▁Cra ig", + "▁U l", + "ms g", + "m sg", + "▁Bern ard", + "iv an", + "iva n", + "i van", + "▁G ran", + "▁Gr an", + "▁Gra n", + "▁travel ed", + "▁N i", + "▁Lie utenant", + "ri se", + "ris e", + "r ise", + "▁sur ely", + "▁sure ly", + "▁ex ch", + "▁exc h", + "▁there by", + "is ons", + "ison s", + "▁legit imate", + "▁scient ist", + "Us e", + "U se", + "th ere", + "ther e", + "the re", + "t here", + "▁R ather", + "▁Ra ther", + "▁Rat her", + "▁mechan isms", + "▁mechanism s", + "▁D est", + "▁De st", + "▁Des t", + "▁Me eting", + "▁Meet ing", + "▁Bes ides", + "▁F ern", + "▁Fer n", + "▁comp eting", + "▁compet ing", + "▁societ ies", + "▁refer ring", + "▁N E", + "▁ NE", + "▁I ce", + "mark et", + "▁pun ishment", + "▁ident ification", + "IN D", + "▁G ray", + "▁Gr ay", + "▁Gra y", + "▁com ply", + "▁comp ly", + "▁compl y", + "sy m", + "s ym", + "F P", + "▁no ble", + "▁nob le", + "▁ch ances", + "▁chance s", + "▁an imation", + "▁anim ation", + "brid ge", + "b ridge", + "iter ranean", + "ri or", + "r ior", + "▁tal ented", + "▁talent ed", + "▁S even", + "▁Se ven", + "▁' /", + "▁St ore", + "▁ Store", + "▁Friend s", + "trans form", + "▁Mad ison", + "c p", + "▁fin ishing", + "▁finish ing", + "▁C BS", + "▁CB S", + "▁C le", + "▁Cl e", + "▁class room", + "▁adapt ation", + "▁class ified", + "hand le", + "▁n ick", + "▁nic k", + "▁vol umes", + "▁volume s", + "S k", + "▁T ru", + "▁Tr u", + "▁high way", + "i ć", + "▁T ree", + "▁Tr ee", + "▁Tre e", + "▁ Tree", + "is p", + "i sp", + "▁clean ing", + "▁nav igation", + "rec ord", + "▁In v", + "▁e leg", + "▁el eg", + "▁ele g", + "▁mut ual", + "▁in clusion", + "▁incl usion", + "▁supp lied", + "▁f ond", + "▁fo nd", + "▁attract ed", + "irm ingham", + "ym n", + "▁sol ely", + "▁sole ly", + "▁Schol ars", + "▁Scholar s", + "▁m igration", + "▁expl oration", + "▁explo ration", + "▁t err", + "▁ter r", + "▁Camp aign", + "▁adequ ate", + "▁consist ently", + "▁consistent ly", + "▁sc iences", + "▁science s", + "aps ed", + "apse d", + "▁Ste el", + "▁f atal", + "▁fat al", + "▁L isa", + "▁Li sa", + "▁civil ian", + "A fter", + "▁home less", + "▁hom eless", + "ap os", + "a pos", + "▁comp eted", + "▁compet ed", + "▁compete d", + "▁co inc", + "ri k", + "r ik", + "wh at", + "w hat", + "▁t ar", + "▁ta r", + "▁bre aks", + "▁break s", + "▁exper iments", + "▁experiment s", + "▁Ed inburgh", + "▁Le ader", + "▁Lead er", + "▁Pl ayer", + "▁Play er", + "▁R ules", + "▁Ru les", + "▁Rule s", + "▁ut ter", + "▁ utter", + "act or", + "a ctor", + "or ld", + "ap per", + "app er", + "a pper", + "oth s", + "▁Liver pool", + "min d", + "mi nd", + "m ind", + "▁treat ments", + "▁treatment s", + "▁W orth", + "▁Wor th", + "▁form ula", + "c m", + "▁a ver", + "▁av er", + "▁ aver", + "▁M obile", + "ni ty", + "n ity", + "▁earn ings", + "▁earning s", + "S ign", + "▁conv iction", + "it ime", + "iti me", + "i time", + "web kit", + "▁Fa ith", + "go od", + "g ood", + "▁App lication", + "▁Applic ation", + "▁ Application", + "▁in hib", + "▁depart ure", + "N C", + "▁bed room", + "▁ret ro", + "ens ing", + "reg ister", + "w idget", + "▁A round", + "▁Ar ound", + "▁t raged", + "▁tr aged", + "▁tra ged", + "▁pat ri", + "▁lo aded", + "▁load ed", + "▁key board", + "▁fif teen", + "▁conven ient", + "it ations", + "itation s", + "▁Cap itol", + "▁p roc", + "▁pro c", + "▁pr oc", + "cret ion", + "al so", + "als o", + "▁Net flix", + "ERR OR", + "▁pre cisely", + "▁precise ly", + "▁special ist", + "B P", + "▁P ant", + "▁Pa nt", + "▁Pan t", + "▁Add ress", + "▁ Address", + "un ted", + "unt ed", + "unte d", + "em or", + "▁pract ition", + "▁address ing", + "▁S ean", + "▁Se an", + "▁Sea n", + "▁c ock", + "▁co ck", + "▁coc k", + "▁fem ales", + "▁female s", + "oc c", + "o cc", + "▁app lying", + "▁apply ing", + "▁dis orders", + "▁disorder s", + "▁Comm ander", + "▁Command er", + "▁Other s", + "▁san ctions", + "IA L", + "I AL", + "ro c", + "r oc", + "▁P arent", + "▁Par ent", + "▁Pa rent", + "▁ Parent", + "G u", + "Tr a", + "T ra", + "foot er", + "foo ter", + "▁Que bec", + "▁cont roller", + "▁control ler", + "▁inc idents", + "▁incident s", + "el sh", + "els h", + "▁Str ateg", + "▁S ales", + "▁Sal es", + "▁Sa les", + "▁check ed", + "▁Nor wegian", + "▁isol ated", + "Param eters", + "Parameter s", + "fi sh", + "f ish", + "ho ver", + "h over", + "J ohn", + "▁anim ated", + "▁se curities", + "▁C C", + "▁ CC", + "so me", + "som e", + "s ome", + "▁pa inter", + "▁pain ter", + "▁paint er", + "▁M aterial", + "▁Vis it", + "▁for ests", + "▁forest s", + "▁under ground", + "▁C emetery", + "▁f o", + "▁ fo", + "▁ent ries", + "▁ad mir", + "▁adm ir", + "▁man ual", + "▁controvers y", + "▁icon ic", + "ION S", + "IO NS", + "▁column s", + "▁struct ural", + "▁C hen", + "▁Ch en", + "▁Che n", + "el ect", + "ele ct", + "e lect", + "▁desc end", + "f und", + "▁A ld", + "▁Al d", + "lim inary", + "▁g ram", + "▁gr am", + "▁gra m", + "▁ gram", + "▁Week ly", + "▁c oat", + "▁co at", + "▁Un til", + "▁Unt il", + "▁B ot", + "▁Bo t", + "▁A ren", + "▁Ar en", + "▁Are n", + "▁Nev ada", + "▁g ri", + "▁gr i", + "▁stre aming", + "▁stream ing", + "▁J oint", + "▁Jo int", + "▁international ly", + "▁intern ationally", + "▁g host", + "▁h unting", + "▁hun ting", + "st age", + "▁hon our", + "▁count ies", + "▁coun ties", + "▁st om", + "▁Portug uese", + "▁cur ious", + "▁ut ility", + "▁util ity", + "▁L en", + "▁Le n", + "am ents", + "ament s", + "a ments", + "zi ng", + "z ing", + "▁touch down", + "Ar e", + "A re", + "▁Eth iop", + "▁Qu arter", + "v ation", + "ip her", + "iph er", + "▁spect rum", + "▁Freder ick", + "D D", + "▁c omed", + "▁com ed", + "▁co med", + "▁come d", + "▁ comed", + "No n", + "N on", + "▁n inet", + "▁nine t", + "▁discipl ine", + "▁imm une", + "▁immun e", + "▁C ry", + "▁Cr y", + "▁genu ine", + "▁ste am", + "▁a est", + "▁direct ions", + "▁direction s", + "▁C her", + "▁Ch er", + "▁Che r", + "▁e uro", + "▁( _", + "▁ (_", + "▁b ike", + "▁bi ke", + "▁Act iv", + "▁less on", + "▁les son", + "▁l at", + "▁la t", + "▁Mont real", + "▁b inding", + "▁bin ding", + "▁bind ing", + "ip h", + "i ph", + "Dev ice", + "▁con vey", + "▁conv ey", + "greg ation", + "__ (", + "or er", + "ore r", + "US T", + "U ST", + "H ist", + "▁ →", + "} \"", + "er ness", + "ern ess", + "▁qu oted", + "▁quote d", + "▁wealth y", + "T IM", + "▁m ales", + "▁male s", + "▁mal es", + "▁ma les", + "▁s li", + "▁sl i", + "par ency", + "pa rency", + "paren cy", + "Par ent", + "P arent", + "▁N ag", + "▁Na g", + "Ev ery", + "E very", + "equ als", + "equal s", + "hop s", + "ho ps", + "h ops", + "▁St ories", + "oc ese", + "▁friend ship", + "▁friends hip", + "iv ic", + "▁adapt ed", + "▁overwhel ming", + "▁any body", + "ax y", + "a xy", + "ob uf", + "o buf", + "▁he arts", + "▁heart s", + "▁hear ts", + "▁opt ional", + "▁option al", + "▁val ley", + "il ateral", + "pr ises", + "pri ses", + "prise s", + "Co re", + "C ore", + "▁B eth", + "▁Be th", + "▁Bet h", + "▁P el", + "▁Pe l", + "▁In n", + "; ->", + "It er", + "I ter", + "▁g ifts", + "▁gift s", + "▁cross ing", + "ic ism", + "ici sm", + "▁l ung", + "▁happ iness", + "▁dismiss ed", + "▁fin ancing", + "yn asty", + "▁e ager", + "▁S oon", + "▁So on", + "if le", + "▁C ensus", + "▁Min or", + "to ol", + "t ool", + "ex ample", + "▁M ade", + "▁Mad e", + "▁Ma de", + "▁v ibr", + "▁vi br", + "▁mon ument", + "▁s hed", + "▁sh ed", + "▁she d", + "▁coast al", + "▁per f", + "▁L ock", + "▁Lo ck", + "▁Loc k", + "ar ged", + "arg ed", + "arge d", + "▁the oret", + "▁phil osoph", + "▁philos oph", + "ial ize", + "▁f uck", + "▁fu ck", + "▁accept ance", + "▁f ake", + "▁fa ke", + "▁G ay", + "▁Ga y", + "▁no mination", + "▁nom ination", + "▁nomin ation", + "▁except ional", + "▁exception al", + "for ced", + "force d", + "▁Stud ios", + "▁Studio s", + "▁b ronze", + "▁G as", + "▁Ga s", + "▁le af", + "▁Cont ent", + "▁ Content", + "] :", + "ro se", + "ros e", + "r ose", + "▁` `", + "▁ ``", + "▁sent enced", + "▁sentence d", + "Met adata", + "Meta data", + "▁P od", + "▁Po d", + "▁S S", + "▁ SS", + "▁Bl ues", + "▁Blue s", + "▁Blu es", + "t emplate", + "▁R achel", + "▁aw esome", + "▁Sh akespeare", + "▁exhib it", + "th ey", + "the y", + "▁w ages", + "▁wa ges", + "▁wage s", + "▁Bul gar", + "▁E R", + "▁ ER", + "gr id", + "g rid", + "▁im perial", + "▁imper ial", + "▁ad mission", + "▁adm ission", + "▁divor ce", + "▁rail road", + "▁r ivers", + "▁ri vers", + "▁river s", + "▁riv ers", + "▁scen ario", + "op ter", + "opt er", + "hel p", + "▁engine ers", + "▁engineer s", + "rape ut", + "le sh", + "les h", + "l esh", + "▁imag ination", + "▁f r", + "▁Med iterranean", + "▁s car", + "▁sc ar", + "▁S han", + "▁Sh an", + "▁Sha n", + "▁h anging", + "▁hang ing", + "▁seven th", + "▁sevent h", + "Bo dy", + "B ody", + "▁N ancy", + "▁Nan cy", + "▁Hel p", + "H as", + "▁arg ues", + "▁argue s", + "na n", + "n an", + "De cl", + "Dec l", + "▁Le vel", + "▁Lev el", + "▁ Level", + "▁c ra", + "▁cr a", + "▁Hun ter", + "▁s izes", + "▁size s", + "▁si zes", + "▁Sm art", + "▁loc ked", + "▁lock ed", + "▁E state", + "▁Est ate", + "▁to night", + "▁ton ight", + "▁Ne uro", + "▁football er", + "▁reform s", + "▁se eds", + "▁see ds", + "▁seed s", + "▁Ex cell", + "▁che ese", + "▁passion ate", + "Re qu", + "R equ", + "▁The ory", + "▁c am", + "▁ca m", + "▁C ris", + "▁Cr is", + "▁we ird", + "▁B irmingham", + "lo n", + "l on", + "▁Im pro", + "▁Imp ro", + "▁app s", + "▁ap ps", + "ft en", + "f ten", + "▁battle s", + "▁batt les", + "▁peace ful", + "bor ough", + "bo rough", + "b orough", + "ve ment", + "v ement", + "▁cl ause", + "xy gen", + "▁Fl ore", + "▁Flor e", + "▁D J", + "▁r ic", + "▁ri c", + "▁ ric", + "med iate", + "medi ate", + "media te", + "▁Ph oenix", + "▁A y", + "▁Ch ron", + "act eria", + "acter ia", + "ow ski", + "ows ki", + "▁Mach ine", + "▁O liver", + "▁Ol iver", + "▁after wards", + "ik es", + "ike s", + "i kes", + "▁fl ows", + "▁flow s", + "▁flo ws", + "▁cons isting", + "▁consist ing", + "T itle", + "▁ob sc", + "▁C atherine", + "▁Gab ri", + "▁a pi", + "▁ap i", + "▁ api", + "Te r", + "T er", + "▁Per ry", + "n atural", + "▁l on", + "▁lo n", + "▁ lon", + "N um", + "▁Har rison", + "▁Harris on", + "▁en vironments", + "▁environment s", + "pr op", + "pro p", + "p rop", + "▁é t", + "▁ ét", + "▁wild life", + "▁Ab raham", + "▁em bra", + "▁emb ra", + "ä r", + "▁Town ship", + "▁vari ables", + "▁variable s", + "▁restrict ed", + "In valid", + "▁F alse", + "▁Fal se", + "▁ False", + "▁psych ology", + "▁K rist", + "▁Kr ist", + "▁follow ers", + "▁shel ter", + "▁N at", + "▁Na t", + "▁M aking", + "▁Ma king", + "ym e", + "y me", + "▁Ke ith", + "▁E t", + "▁describ ing", + "▁domin ant", + "▁In novation", + "▁t ours", + "▁to urs", + "▁tour s", + "▁tou rs", + "▁tr adem", + "▁tra dem", + "▁trad em", + "▁trade m", + "▁w ishes", + "▁wish es", + "▁wis hes", + "pi n", + "p in", + "▁by te", + "▁ byte", + "ef e", + "e fe", + "▁unem ployment", + "Hand le", + "▁Cr oat", + "▁Cro at", + "▁revolution ary", + "anth rop", + "▁ag gressive", + "IG HT", + "ter ior", + "te rior", + "▁Art ist", + "▁cur riculum", + "▁per ception", + "▁v el", + "▁ve l", + "▁ vel", + "pl ed", + "ple d", + "p led", + "▁t out", + "▁to ut", + "▁tou t", + "▁r itual", + "▁C hel", + "▁Ch el", + "▁Che l", + "▁prot ocol", + "pl ugin", + "as er", + "ase r", + "a ser", + "▁t ent", + "▁te nt", + "▁ten t", + "k t", + "▁Art icles", + "▁Article s", + "be y", + "b ey", + "▁f iling", + "▁fil ing", + "▁A bu", + "▁Ab u", + "▁Clin ical", + "▁f ier", + "▁R ivers", + "▁River s", + "▁f ib", + "▁Through out", + "▁B aron", + "▁Bar on", + "▁Ba ron", + "▁doct rine", + "▁Imp act", + "▁d istant", + "▁dist ant", + "▁di stant", + "▁Ho using", + "▁Hous ing", + "ath on", + "▁mechan ical", + "▁m ath", + "▁mat h", + "▁ma th", + "▁ math", + "▁Tur ner", + "▁Turn er", + "▁st ere", + "▁ste re", + "▁mir ror", + "ou ter", + "out er", + "oute r", + "▁bur ned", + "▁burn ed", + "fo ur", + "f our", + "▁phil os", + "▁d ressed", + "▁dr essed", + "▁dress ed", + "▁re ads", + "▁read s", + "eng ine", + "▁t ribute", + "▁trib ute", + "▁t race", + "▁tr ace", + "▁tra ce", + "in ely", + "ine ly", + "▁encourag ing", + "▁He len", + "▁Hel en", + "st ack", + "em it", + "e mit", + "▁H ost", + "▁Ho st", + "▁ Host", + "▁acknowled ged", + "▁acknowledge d", + "▁bond s", + "▁bon ds", + "▁ex pat", + "▁exp at", + "▁pregn ancy", + "red ited", + "redit ed", + "▁W ikipedia", + "▁sl aves", + "▁sla ves", + "▁slave s", + "▁Never theless", + "▁N iger", + "▁Nig er", + "▁Ni ger", + "▁determin ing", + "▁screen ing", + "▁techn ological", + "for ward", + "▁sus tained", + "▁sust ained", + "▁sustain ed", + "▁non profit", + "▁G O", + "▁ GO", + "▁M asters", + "▁Ma sters", + "▁Master s", + "▁Mas ters", + "▁Am bass", + "▁m ild", + "▁mil d", + "▁mi ld", + "▁B ody", + "▁Bo dy", + "▁ Body", + "▁Agric ulture", + "Cl asses", + "Class es", + "▁m os", + "▁mo s", + "▁Stat istics", + "▁War ner", + "▁S top", + "▁St op", + "ar ma", + "arm a", + "vent ions", + "vention s", + "▁T ick", + "▁innoc ent", + "▁Em ily", + "▁Con stant", + "▁Const ant", + "sel ling", + "s elling", + "▁f led", + "▁fl ed", + "▁fle d", + "▁A aron", + "▁L oc", + "▁Lo c", + "▁ Loc", + "oon s", + "oo ns", + "o ons", + "▁land ed", + "F alse", + "ob i", + "o bi", + "▁facilit ate", + "▁Bill board", + "▁B ron", + "▁Bro n", + "▁Br on", + "▁T ed", + "▁Te d", + "og an", + "oga n", + "o gan", + "au l", + "a ul", + "▁M O", + "▁ MO", + "▁cab inet", + "▁cabin et", + "▁un re", + "▁h ence", + "▁he nce", + "k m", + "▁d ual", + "▁du al", + "▁S ure", + "▁Su re", + "▁Sur e", + "face book", + "▁de fect", + "▁def ect", + "▁defe ct", + "▁sh ame", + "▁bank rupt", + "re ck", + "rec k", + "▁Techn ical", + "Value s", + "Val ues", + "▁B io", + "▁Bi o", + "▁prom ises", + "▁promise s", + "▁BG COLOR", + "▁bott le", + "▁bot tle", + "RE S", + "R ES", + "▁F inn", + "▁Fin n", + "▁en ables", + "▁enable s", + "we r", + "w er", + "▁Ser ge", + "ac er", + "ace r", + "a cer", + "▁d iver", + "▁di ver", + "▁div er", + "▁EXP ECT", + ") ]", + "▁M yst", + "▁My st", + "Re d", + "R ed", + "▁Mount ains", + "▁Mountain s", + "fo ny", + "f ony", + "▁em bar", + "▁emb ar", + "ab ad", + "aba d", + "a bad", + "ins ula", + "wh e", + "w he", + "▁M eg", + "▁Me g", + "▁Vi enna", + "▁F ine", + "▁Fin e", + "▁Bapt ist", + "▁G ov", + "▁Go v", + "▁Ken ya", + "▁oper ators", + "▁operator s", + "▁cl uster", + "▁sur render", + "▁en de", + "▁end e", + "comp onent", + "▁record ings", + "▁recording s", + "▁Pub lis", + "he alth", + "▁S yn", + "▁Sy n", + "▁g ig", + "▁C inem", + "be st", + "bes t", + "b est", + "te enth", + "teen th", + "t eenth", + "▁differ ently", + "▁different ly", + "f i", + "▁work place", + "▁C u", + "ix el", + "▁sustain ability", + "▁susp ected", + "▁suspect ed", + "▁re un", + "▁I M", + "▁ IM", + "▁Colon el", + "▁f lights", + "▁fl ights", + "▁flight s", + "▁E C", + "▁ EC", + "▁j ournals", + "▁journal s", + "▁Th ink", + "r h", + "as i", + "a si", + "▁t ub", + "▁tu b", + "▁Stan ford", + "am med", + "amm ed", + "ab ling", + "a bling", + "▁sac red", + "▁sacr ed", + "▁cust ody", + "▁M ack", + "▁Mac k", + "▁Ma ck", + "▁under graduate", + "▁by tes", + "▁byte s", + "Test s", + "T ests", + ">( );", + "> ();", + "▁acqu ire", + "annot ation", + "il itation", + "ilit ation", + "ov ak", + "ova k", + "▁m issions", + "▁miss ions", + "▁mission s", + "▁ missions", + "▁host ing", + "▁ir re", + "ial s", + "ia ls", + "i als", + "ur able", + "ura ble", + "u rable", + "ch ain", + "cha in", + "▁b its", + "▁bit s", + "▁bi ts", + "▁P un", + "▁Pu n", + "▁works hop", + "en um", + "e num", + "▁co aching", + "▁coach ing", + "ble m", + "bl em", + "b lem", + "Arg ument", + "Cl ick", + "C lick", + "▁correct ly", + "al ph", + "priv ate", + "▁C ho", + "▁Ch o", + "▁st eal", + "▁ste al", + "▁m i", + "▁ mi", + "▁rest oration", + "▁R ud", + "▁Ru d", + "D ir", + "ut ory", + "▁Hamp shire", + "▁t orn", + "▁tor n", + "AR E", + "A RE", + "yl um", + "bre aking", + "break ing", + "▁exam ined", + "▁examine d", + "▁g ear", + "▁ge ar", + "▁med ieval", + "z i", + "▁sp ots", + "▁spot s", + "▁spo ts", + "gl obal", + "▁L ost", + "▁Los t", + "▁Lo st", + "ke d", + "k ed", + "▁S oph", + "▁So ph", + "▁w ore", + "▁wor e", + "▁back ing", + "▁po ison", + "▁G on", + "▁Go n", + "▁phys ically", + "▁physical ly", + "Tr ack", + "Tra ck", + "T rack", + "▁conf usion", + "▁sm iled", + "▁smile d", + "▁seem ingly", + "V ector", + "ic ked", + "ick ed", + "list ed", + "lis ted", + "l isted", + "▁opp onents", + "▁opponent s", + "Me d", + "M ed", + "f ocus", + "▁re named", + "▁re nown", + "▁I C", + "▁ IC", + "▁sh ook", + "ow ell", + "o well", + "▁inter actions", + "▁interact ions", + "▁interaction s", + "▁simultane ously", + "▁Ne il", + "▁f ut", + "▁fu t", + "▁el abor", + "▁W onder", + "▁Ger mans", + "▁German s", + "Ed it", + "▁Nor man", + "▁Norm an", + "▁NAT O", + "▁Aut om", + "▁Auto m", + "▁decl aration", + "▁deliver ing", + "e an", + "Con s", + "Co ns", + "C ons", + "▁r ib", + "▁ri b", + "▁ rib", + "h l", + "▁re cy", + "▁rec y", + "▁ang le", + "▁ angle", + "▁earth qu", + "m ult", + "▁Par am", + "▁Pa ram", + "▁ Param", + "▁st roke", + "▁str oke", + "▁for ming", + "▁form ing", + "▁pass word", + "▁ password", + "▁labor atory", + "▁e pid", + "▁ep id", + "▁revenue s", + "▁reven ues", + "▁pu zz", + "▁St ars", + "▁Star s", + "▁met aph", + "he sis", + "hes is", + "h esis", + "▁grand father", + "▁ins ights", + "▁insight s", + "▁Nich olas", + "▁Cons ervative", + "▁Conserv ative", + "▁contribut ing", + "▁S cript", + "▁Sc ript", + "▁ Script", + "▁consult ation", + "▁stat ute", + "▁S oul", + "▁So ul", + "▁g ains", + "▁gain s", + "▁W elsh", + "▁Wel sh", + "▁exp end", + "▁C ant", + "▁Can t", + "▁Ca nt", + "▁hot els", + "▁hotel s", + "▁adj acent", + "▁u pload", + "▁up load", + "▁ upload", + "▁up set", + "▁nurs ing", + "▁sign als", + "▁signal s", + "▁U C", + "▁ UC", + "▁viol ations", + "▁violation s", + "▁D og", + "▁Do g", + "▁satisf action", + "▁P i", + "▁re covered", + "▁recover ed", + "▁cho osing", + "▁Class ic", + "▁Rob in", + "▁Ro bin", + "C ar", + "▁the rap", + "ac ión", + "D ebug", + "▁dark ness", + "▁lo ose", + "ic ular", + "N Y", + "▁T ib", + "le tt", + "let t", + "l ett", + "▁o u", + "▁ ou", + "Re ader", + "Read er", + "ac o", + "a co", + "▁n ights", + "▁night s", + "▁st ops", + "▁stop s", + "it i", + "i ti", + "▁Vin cent", + "▁care ers", + "▁career s", + "▁Psych ology", + "▁H us", + "▁Hu s", + "▁loc ally", + "▁local ly", + "▁m es", + "▁me s", + "▁ mes", + "param eter", + "▁tr ips", + "▁tri ps", + "▁trip s", + "is hops", + "ish ops", + "ishop s", + "▁St age", + "▁observ ation", + "▁obser vation", + "▁k een", + "▁ke en", + "▁g onna", + "▁consequ ence", + "▁assert Equals", + "J ECT", + "▁g rat", + "▁gr at", + "▁gra t", + "▁in tr", + "▁int r", + "dep th", + "▁Met ro", + "▁in direct", + "▁ind irect", + "▁rad iation", + "▁bur st", + "▁C T", + "▁ CT", + "on da", + "ond a", + "▁l ips", + "▁li ps", + "▁lip s", + "▁do zens", + "▁dozen s", + "▁R uth", + "▁Ru th", + "▁D oc", + "▁Do c", + "▁ Doc", + "▁D im", + "▁Di m", + "▁s ew", + "▁se w", + "▁T OD", + "▁TO D", + "▁h tml", + "▁ html", + "pe rt", + "per t", + "p ert", + "V P", + "▁t ong", + "▁to ng", + "▁ton g", + "▁M all", + "▁Mal l", + "▁Ma ll", + "nt ax", + "▁H orn", + "▁Hor n", + "▁t ension", + "▁y ard", + "▁ yard", + "▁Mad rid", + "av ia", + "a via", + "ul u", + "u lu", + "▁port rait", + "▁trans formed", + "▁transform ed", + "k g", + "▁w ings", + "▁win gs", + "▁wing s", + "▁car ries", + "St ack", + "▁( *", + "▁ (*", + "▁st upid", + "F ound", + "L oc", + "s ql", + "he astern", + "heast ern", + "▁L ower", + "▁Lo wer", + "▁Low er", + "▁app earing", + "▁appear ing", + "▁tou ched", + "▁touch ed", + "▁Add itional", + "▁print ing", + "▁L ev", + "▁Le v", + "▁Ter ry", + "▁observ ations", + "▁observation s", + "▁st unning", + "e ur", + "cover ed", + "▁challeng ed", + "▁challenge d", + "▁Er ror", + "▁ Error", + "▁hy brid", + "as hing", + "ash ing", + "pat ch", + "p atch", + "▁His pan", + "▁re vel", + "▁rev el", + "▁reve l", + "▁b reach", + "▁bre ach", + "const ruction", + "construct ion", + "▁re called", + "▁rec alled", + "▁recall ed", + "▁re hab", + "▁Fin land", + "▁R y", + "▁H em", + "▁He m", + "▁C ell", + "▁ Cell", + "▁C arm", + "▁Car m", + "▁Ca rm", + "▁Y ale", + "hav ior", + "▁Heb rew", + "▁Ber keley", + "▁Bangl adesh", + "ad min", + "▁r ally", + "▁Met ropolitan", + "go w", + "g ow", + "▁inv oke", + "wh en", + "whe n", + "w hen", + "▁alleged ly", + "▁alleg edly", + "▁calc ulated", + "▁K ind", + "▁ Kind", + "id al", + "ida l", + "▁A B", + "▁ AB", + "▁inf lation", + "On ly", + "▁legend ary", + "▁s its", + "▁sit s", + "▁si ts", + "▁B M", + "▁ BM", + "▁f ru", + "▁fr u", + "EC K", + "▁C lean", + "▁Cl ean", + "▁Cle an", + "it ement", + "ite ment", + "item ent", + "▁imp ressed", + "▁impress ed", + "▁treat y", + "▁influ ences", + "▁influence s", + "ier ra", + "et ics", + "etic s", + "fer s", + "fe rs", + "f ers", + "▁compl aints", + "▁complaint s", + "▁en v", + "▁ env", + "bu s", + "b us", + "gu s", + "g us", + "wo man", + "w oman", + "▁res olved", + "▁resol ved", + "▁resolve d", + "▁d ancing", + "▁adv ised", + "▁advis ed", + "sh ore", + "▁Lank a", + "▁ É", + "iss ues", + "issue s", + "▁in tim", + "▁int im", + "▁flex ible", + "ub ble", + "▁F DA", + "▁E lection", + "▁El ection", + "▁Elect ion", + "▁Ele ction", + "▁set up", + "▁Su ccess", + "S O", + "▁t ape", + "▁ta pe", + "▁tap e", + "▁connect ing", + "▁A er", + "ad ows", + "ado ws", + "adow s", + "▁with d", + "▁qual ify", + "▁renew able", + "▁b rick", + "▁br ick", + "▁conf used", + "co s", + "c os", + "▁build er", + "Do c", + "D oc", + "▁nodd ed", + "▁un cle", + "▁unc le", + "▁B eh", + "▁Be h", + "▁L P", + "▁F alls", + "▁Fall s", + "▁Fal ls", + "▁soph istic", + "▁lit igation", + "▁ab ilities", + "▁ abilities", + "▁+ +", + "▁ ++", + "▁he aling", + "V ol", + "id ays", + "ida ys", + "iday s", + "i days", + "▁t el", + "▁te l", + "▁tour ist", + "▁tou rist", + "ca pt", + "cap t", + "c apt", + "▁r ocks", + "▁ro cks", + "▁rock s", + "la te", + "l ate", + "▁ret reat", + "ane ous", + "ho t", + "h ot", + "or rect", + "▁re cept", + "▁rece pt", + "▁program mes", + "▁programme s", + "▁Four th", + "▁work force", + "M ult", + "▁in cl", + "▁inc l", + "▁la yers", + "▁lay ers", + "▁layer s", + "pp ers", + "pper s", + "p pers", + "▁H ab", + "▁Ha b", + "▁Anc ient", + "Par ser", + "P arser", + "▁effect iveness", + "▁effective ness", + "▁div isions", + "▁division s", + "▁hon ored", + "▁honor ed", + "in ery", + "ine ry", + "iner y", + "▁strugg les", + "▁struggle s", + "▁em pire", + "▁h al", + "▁ha l", + "▁ hal", + "▁F ish", + "▁G ate", + "▁Ga te", + "▁F itz", + "▁Sym phony", + "▁line ar", + "▁lin ear", + "▁A G", + "▁ AG", + "▁not ably", + "▁investig ations", + "▁investigation s", + "▁un pre", + "▁unp re", + "▁K irk", + "▁Kir k", + "▁eval uate", + ".. ...", + "... ..", + ".... .", + ". ....", + "▁poss ibilities", + "ling ton", + "l ington", + ". *", + "ex ports", + "exp orts", + "▁hum or", + "▁Creat ive", + "▁Cre ative", + "▁Aut o", + "it ches", + "itch es", + "▁pip eline", + "▁Treat y", + "▁Guard ian", + "▁privile ge", + "Wh ere", + "W here", + "c ategory", + "▁Over all", + "▁s ake", + "▁sa ke", + "▁I O", + "▁ IO", + "Con st", + "Cons t", + "▁Palest ine", + "▁Palestin e", + "ck er", + "c ker", + "▁long est", + "▁lon gest", + "▁s ear", + "▁se ar", + "▁sea r", + "pe name", + "pen ame", + "p ename", + "▁V ent", + "▁Ven t", + "▁Ve nt", + "▁CN N", + "▁c odes", + "▁co des", + "▁code s", + "▁track ing", + "▁W ITH", + "▁bar riers", + "▁affect s", + "▁dem ol", + "▁b ind", + "▁bi nd", + "▁bin d", + "▁ bind", + "▁inv ested", + "▁invest ed", + "▁surve illance", + "ve t", + "v et", + "▁R at", + "▁Ra t", + "ch ing", + "chi ng", + "c hing", + "▁in herent", + "▁inher ent", + "▁s orts", + "▁sort s", + "▁P ad", + "▁Pa d", + "▁count s", + "▁coun ts", + "▁App lic", + "▁eth ical", + "▁demand ed", + "N E", + "▁subs id", + "ne cess", + "▁bath room", + "ET H", + "E TH", + "▁t ap", + "▁ta p", + "on de", + "ond e", + "▁a sh", + "▁as h", + "▁ ash", + "▁un ions", + "▁union s", + "A pi", + "ia ted", + "iat ed", + "iate d", + "i ated", + "▁Democr at", + "▁Conf eder", + "▁F ast", + "▁Fa st", + "▁R ot", + "▁Ro t", + "re ach", + "rea ch", + "be at", + "▁P ul", + "▁Pu l", + "▁fl uid", + "▁flu id", + "qu ality", + "qual ity", + "q uality", + "ew ise", + "e wise", + "L A", + "▁advert is", + "▁dis abilities", + "▁bo ats", + "▁boat s", + "og ram", + "o gram", + "▁F ight", + "▁Fig ht", + "▁tr aff", + "▁tra ff", + "▁cons isted", + "▁consist ed", + "▁mer ch", + "Bo olean", + "block List", + "H A", + "▁box es", + "▁Gl as", + "▁fl av", + "▁pan els", + "▁panel s", + "ens ively", + "ensive ly", + "▁ven ues", + "▁venue s", + "▁p ension", + "▁Associ ated", + "▁Associate d", + "ve lt", + "vel t", + "v elt", + "▁Pe ak", + "▁invest ing", + "▁s el", + "▁se l", + "▁ sel", + "▁disapp eared", + "▁disappear ed", + "sc ious", + "P an", + "ic ating", + "ica ting", + "▁p owder", + "▁S A", + "▁ SA", + "en te", + "ent e", + "▁rid ic", + "Pol icy", + "▁conduct ing", + "▁le ather", + "▁chapter s", + "▁chap ters", + "▁Joh ann", + "▁P oly", + "▁Pol y", + "▁Po ly", + "import ant", + "he imer", + "heim er", + "ui ty", + "uit y", + "u ity", + "ut ers", + "ute rs", + "u ters", + "▁min imal", + "▁mini mal", + "▁minim al", + "bor ne", + "born e", + "b orne", + "FA ULT", + "▁g ran", + "▁gr an", + "▁gra n", + "▁accur acy", + "▁S id", + "▁Si d", + "▁Hung ary", + "▁D ouble", + "▁Dou ble", + "▁set tle", + "▁sett le", + "▁in equ", + "ar son", + "ars on", + "▁e ars", + "▁ear s", + "▁ ears", + "writ ten", + "sh ort", + "▁In clud", + "▁Bre ak", + "de g", + "d eg", + "at ile", + "ati le", + "▁witness es", + "▁Com pl", + "▁Comp l", + "by te", + "▁emb od", + "▁cou ples", + "▁couple s", + "▁coup les", + "al m", + "ev al", + "eva l", + "e val", + "be t", + "b et", + "▁r ape", + "▁ra pe", + "▁ rape", + "IT E", + "I TE", + "▁th reshold", + "W A", + "▁b ol", + "▁bo l", + "▁ bol", + "App lication", + "▁Let ter", + "▁hand led", + "▁handle d", + "depend ency", + "▁dom inated", + "▁domin ated", + "▁Put in", + "▁po ems", + "▁poem s", + "▁sh aped", + "▁shape d", + "ah n", + "a hn", + "▁s ig", + "▁si g", + "▁sa uce", + "▁lo go", + "▁log o", + "rec ated", + "▁lif ted", + "▁lift ed", + "▁Work ers", + "▁ev olved", + "▁liber ty", + "▁pro pri", + "▁prop ri", + "▁B rew", + "▁Br ew", + "▁Bre w", + "J ust", + "om ous", + "▁back ed", + "▁G ard", + "▁Gar d", + "▁Ga rd", + "▁K l", + "▁s ir", + "▁si r", + "▁p ending", + "▁pen ding", + "▁ident ifying", + "▁identify ing", + "er ver", + "erv er", + "erve r", + "▁str ings", + "▁string s", + "▁N athan", + "▁Nat han", + "▁re serv", + "▁res erv", + "in ee", + "ine e", + "▁in quiry", + "st ock", + "enti eth", + "▁up grad", + "▁Pract ice", + "▁Music al", + "▁Mus ical", + "▁G P", + "▁met res", + "ug hed", + "▁Cont emporary", + "▁Hind u", + "▁wond ering", + "▁wonder ing", + "▁car rier", + "▁d rag", + "▁dra g", + "▁dr ag", + "S N", + "▁ref lection", + "▁reflect ion", + "ici ary", + "▁Sud an", + "▁summ it", + "▁sum mit", + "fo ld", + "fol d", + "f old", + "▁mag azines", + "▁magazine s", + "cp p", + "c pp", + "▁Liber ty", + "▁territ ories", + "J ob", + "▁d ub", + "▁du b", + "▁wond ered", + "▁wonder ed", + "▁n odes", + "▁no des", + "▁node s", + "ul ator", + "SE T", + "S ET", + "▁p ale", + "▁pa le", + "▁pal e", + "▁Cons ervation", + "▁Conserv ation", + "▁Phil osophy", + "D L", + "▁V AL", + "▁ VAL", + "▁Ad mir", + "▁consp iracy", + "▁Hud son", + "▁in cur", + "▁inc ur", + "▁F unction", + "▁Fun ction", + "▁ Function", + "▁re public", + "▁rep ublic", + "▁aff air", + "▁I R", + "▁ IR", + "comm and", + "▁Mur phy", + "▁l ip", + "▁li p", + "▁dis cretion", + "▁Up dated", + "▁Update d", + "▁L L", + "▁ LL", + "ens ional", + "ension al", + "mi ll", + "m ill", + "▁re marks", + "▁rem arks", + "▁remark s", + "▁pre de", + "▁pred e", + "▁import antly", + "▁important ly", + "com ment", + "comm ent", + "▁in sect", + "▁ins ect", + "▁Lab els", + "clus ions", + "clusion s", + "▁Advis ory", + "▁for um", + "▁fo rum", + "ibl ical", + "ibli cal", + "▁neighbor s", + "▁neighb ors", + "Ph oto", + "▁v i", + "▁ vi", + "▁name ly", + "▁nam ely", + "Op t", + "O pt", + "▁entreprene ur", + "▁a like", + "▁al ike", + "W orld", + "▁in vention", + "▁inv ention", + "▁invent ion", + "▁bel oved", + "▁elimin ate", + "▁ca bin", + "▁cab in", + "▁war ming", + "▁warm ing", + "▁B R", + "▁ BR", + "▁discuss ing", + "▁res erves", + "▁reserve s", + "▁reserv es", + "J an", + "▁c her", + "▁ch er", + "▁che r", + "▁ cher", + "form ed", + "for med", + "▁attend ance", + "▁anal ys", + "▁analy s", + "▁Mu ham", + "▁wait ed", + "▁wa ited", + "▁e arning", + "▁ear ning", + "▁earn ing", + "w ild", + "▁la ughed", + "▁laugh ed", + "▁o w", + "▁ ow", + "▁orig ins", + "▁origin s", + "▁applic ant", + "▁civil ians", + "▁civilian s", + "▁S ug", + "▁Su g", + "▁j son", + "▁ json", + ", --", + "▁Res ponse", + "▁Resp onse", + "▁ Response", + "▁St u", + "▁character ized", + "am ation", + "▁g ray", + "▁gr ay", + "▁gra y", + "▁In side", + "▁Ins ide", + "▁foot age", + "▁a rc", + "▁ar c", + "▁ arc", + "▁Econom y", + "▁R ico", + "▁Ric o", + "-- >", + "- ->", + "U K", + "▁Nash ville", + "▁S alt", + "▁Sal t", + "▁Sa lt", + "▁Dan ish", + "cipl inary", + "el lers", + "ell ers", + "eller s", + "elle rs", + "▁Rich mond", + "▁s wing", + "▁sw ing", + "▁lab els", + "▁label s", + "are a", + "a rea", + "▁Ron ald", + "▁M erc", + "▁Me rc", + "▁Mer c", + "▁Dise ase", + "▁execut e", + "▁exec ute", + "▁own s", + "▁ow ns", + "▁H E", + "▁ HE", + "Re nder", + "R ender", + "▁T ig", + "▁achieve ments", + "▁achievement s", + "▁ste ady", + "▁stead y", + "▁path s", + "ve ctor", + "v ector", + "ri en", + "rie n", + "r ien", + "▁tremend ous", + "t oggle", + "▁pres erved", + "▁preserve d", + "▁leg ally", + "▁legal ly", + "▁ep ic", + "LE CT", + "L ECT", + "▁le ase", + "▁ lease", + "ancell or", + "ancel lor", + "ord ination", + "ordin ation", + "▁Carl os", + "app lication", + "ri ors", + "rior s", + "r iors", + "▁out break", + "te ch", + "t ech", + "▁spons ored", + "▁g aming", + "▁de ce", + "▁dec e", + "▁comp leting", + "▁complet ing", + "▁compl eting", + "Sh ow", + "S how", + "▁Sh ah", + "▁Sha h", + "iffer ent", + "▁graph ic", + "▁Treas ury", + "▁h ier", + "▁bon us", + "▁develop er", + "▁mar ijuana", + "En abled", + "id el", + "ide l", + "i del", + "ed ed", + "ow ner", + "own er", + "B E", + "▁L ate", + "▁La te", + "▁Lat e", + "▁D R", + "▁ DR", + "▁phot ographer", + "▁photograph er", + "▁n urse", + "▁nurs e", + "ail ure", + "▁S U", + "▁ SU", + "▁instrument al", + "▁Med ic", + "▁Ep isode", + "it ched", + "itch ed", + "ue z", + "u ez", + "▁< =", + "om on", + "o mon", + "▁roll ing", + "▁ rolling", + "▁C ut", + "▁Cu t", + "▁T hor", + "▁Th or", + "▁Fran ces", + "▁France s", + "▁Fr ances", + "ir k", + "▁t ob", + "▁to b", + "▁c ried", + "▁cr ied", + "ri ven", + "riv en", + "rive n", + "r iven", + "▁t ropical", + "▁L ith", + "▁Li th", + "▁Lit h", + "▁di min", + "▁dim in", + "▁we igh", + "en ny", + "enn y", + "ni a", + "n ia", + "▁En cyclop", + "▁S ources", + "▁Source s", + "▁Ch ampions", + "▁type def", + "▁typed ef", + "os c", + "o sc", + "t i", + "▁K ids", + "▁Kid s", + "▁experien cing", + "G S", + "mi d", + "m id", + "▁Av ailable", + "▁rob ust", + "▁prov incial", + "ro nes", + "ron es", + "r ones", + "▁S ha", + "▁Sh a", + "▁w ise", + "▁wis e", + "▁ wise", + "ac count", + "acc ount", + "acco unt", + "s n", + "he ro", + "her o", + "h ero", + "▁dr ums", + "W ill", + "▁w orn", + "▁wor n", + "▁Cat hedral", + "▁Adv anced", + "▁G ot", + "▁Go t", + "( *", + "ose velt", + "▁g reet", + "▁gre et", + "up le", + "u ple", + "▁R av", + "��Ra v", + "op ath", + "o path", + "▁re late", + "▁rel ate", + "az y", + "a zy", + "▁walk s", + "▁wal ks", + "▁N am", + "▁Na m", + "By tes", + "Byte s", + "▁part ially", + "▁partial ly", + "▁de ny", + "▁den y", + "▁Chall enge", + "▁Great er", + "▁Gre ater", + "▁mist akes", + "▁mistake s", + "Writ er", + "Write r", + "b n", + "▁tour ists", + "▁tourist s", + "end um", + "ie v", + "i ev", + "▁Ro gers", + "▁Rog ers", + "▁Roger s", + "▁W es", + "▁We s", + "▁enjoy ing", + "▁Ind igenous", + "▁M ans", + "▁Man s", + "▁Ma ns", + "▁i Phone", + "▁har vest", + "▁belong ing", + "▁Spring s", + "▁Spr ings", + "▁ign or", + "▁ident ical", + "▁implement ing", + "▁G round", + "▁Gr ound", + "▁Gro und", + "▁saf ely", + "▁safe ly", + "al low", + "all ow", + "ar ms", + "arm s", + "▁com mod", + "▁comm od", + "▁accept able", + "L ook", + "D raw", + "▁A lt", + "▁Al t", + "▁r ental", + "▁rent al", + "asc ular", + "▁Bre xit", + "ign ment", + "▁comb ine", + "▁Def ault", + "▁ Default", + "▁Em ma", + "▁E ug", + "▁re tained", + "▁ret ained", + "▁retain ed", + "▁int rig", + "▁intr ig", + "▁a ux", + "▁au x", + "▁ aux", + "▁W ang", + "▁trans late", + "▁transl ate", + "h y", + "▁mort gage", + "▁acknow ledge", + "▁acknowled ge", + "▁st olen", + "im mer", + "imm er", + "] ]", + "ah a", + "a ha", + "▁str ikes", + "▁stri kes", + "▁strike s", + "▁l oving", + "▁lo ving", + "▁lov ing", + "OU T", + "O UT", + "▁rep orters", + "▁report ers", + "▁reporter s", + "er nel", + "ern el", + "▁Buff alo", + "form er", + "for mer", + "▁Ind ividual", + "▁term inal", + "▁termin al", + "▁B ird", + "▁Bi rd", + "an cel", + "ance l", + "anc el", + "as ia", + "asi a", + "▁con tra", + "▁cont ra", + "▁b anned", + "▁ban ned", + "▁resp ected", + "▁respect ed", + "▁cous in", + "▁h o", + "▁ ho", + "! )", + "ev en", + "e ven", + "▁re aches", + "▁reach es", + "▁class ification", + "cl ing", + "c ling", + "▁embar rass", + "▁f ragment", + "▁fra gment", + "▁frag ment", + "▁pre val", + "▁pr eval", + "▁prev al", + "ra ble", + "rab le", + "r able", + "▁F ed", + "▁Fe d", + "▁St orm", + "oca ust", + "ah o", + "a ho", + "ol ving", + "▁) .", + "▁ ).", + "▁Queens land", + "▁mat ching", + "▁match ing", + "▁journal ism", + "▁o ch", + "▁ och", + "▁B aby", + "▁Ba by", + "▁Bab y", + "pl ugins", + "plugin s", + "▁Pict ures", + "▁separ ation", + "▁weak ness", + "▁sm oking", + "▁pack ed", + "as ses", + "ass es", + "▁elect oral", + "▁human itarian", + "▁citizens hip", + "▁citizen ship", + "oid s", + "oi ds", + "o ids", + "▁G olf", + "L S", + "eth eless", + "ethe less", + "e theless", + "▁autom atic", + "▁fund ra", + "▁\" /", + "▁renown ed", + "▁prest igious", + "▁P ic", + "▁Pi c", + "ov ing", + "o ving", + "▁P ain", + "▁Pa in", + "▁Sol ar", + "; <", + "▁f ame", + "▁fam e", + "▁fa me", + "▁Im port", + "▁Imp ort", + "▁Corpor ate", + "pl ayer", + "play er", + "▁c ub", + "▁cu b", + "com plete", + "comp lete", + "By te", + "▁murder ed", + "▁D raw", + "▁Dr aw", + "▁Dra w", + "▁ Draw", + "ie g", + "i eg", + "ar gin", + "arg in", + "▁o range", + "▁or ange", + "▁court esy", + "▁att ributed", + "▁attribute d", + "sc he", + "s che", + "ard ed", + "▁suggest ing", + "▁p oster", + "▁pos ter", + "▁post er", + "▁po ster", + "▁h oles", + "▁hol es", + "▁hole s", + "▁ho les", + "▁Pr imary", + "d ouble", + "▁B ibli", + "▁Rel igion", + "▁Def ence", + "▁Mor ning", + "▁v ector", + "▁ve ctor", + "▁ vector", + "▁hand ful", + "▁f ears", + "▁fe ars", + "▁fear s", + "▁C urt", + "▁Cur t", + "▁Cu rt", + "ie ns", + "ien s", + "i ens", + "▁h oly", + "▁hol y", + "▁ho ly", + "▁R ank", + "▁T ell", + "▁Te ll", + "▁Tel l", + "▁recogn ised", + "▁came ras", + "▁camer as", + "▁camera s", + "cl ip", + "▁roll ed", + "▁ rolled", + "▁U pper", + "▁Up per", + "▁Part icip", + "su per", + "▁sacr ifice", + "it ated", + "ita ted", + "itate d", + "▁Scient ific", + "▁ind icating", + "▁indic ating", + "▁belong s", + "▁fell ows", + "▁fellow s", + "ap shot", + "aps hot", + "▁P ick", + "▁Pi ck", + "▁Pic k", + "▁nation wide", + "oc ker", + "ock er", + "o cker", + "▁close st", + "▁clos est", + "du cer", + "duc er", + "st ration", + "str ation", + "X ml", + "▁p rol", + "▁pro l", + "▁pr ol", + "D ay", + "▁architect ural", + "▁Con fig", + "▁Conf ig", + "▁ Config", + "▁mode rate", + "▁moder ate", + "op ed", + "ope d", + "o ped", + "ar ding", + "ard ing", + "R oot", + "▁e ter", + "▁et er", + "▁ eter", + "▁Ass ess", + "▁Wat son", + "▁Camer on", + "▁rank ing", + "▁ran king", + "pr ov", + "pro v", + "▁sub div", + "▁Bar cel", + "▁myster ious", + "▁special ized", + "▁C over", + "▁Co ver", + "▁Cov er", + "▁am bit", + "▁amb it", + "▁b ay", + "▁Hol land", + "▁Holl and", + "▁sc andal", + "▁uncertain ty", + "▁am bass", + "▁amb ass", + "▁tack le", + "f unc", + "▁Leban on", + "yl an", + "y lan", + "▁ch arter", + "▁char ter", + "▁chart er", + "▁g ardens", + "▁garden s", + "▁display s", + "▁displ ays", + "O ct", + "gr im", + "g rim", + "▁worth y", + "▁anticip ated", + "▁mat rix", + "ex pl", + "exp l", + "ha l", + "h al", + "▁don ated", + "li ers", + "lier s", + "lie rs", + "l iers", + "▁form ally", + "▁formal ly", + "▁works hops", + "▁workshop s", + "▁Ter ms", + "▁Com mercial", + "▁stat ue", + "frame work", + "f ramework", + "▁p ink", + "▁pin k", + "▁C ha", + "▁Ch a", + "▁cons iders", + "▁consider s", + "▁Ro osevelt", + "▁f right", + "▁fr ight", + "▁achie ving", + "▁r ugby", + "inc inn", + "let ion", + "al in", + "ali n", + "a lin", + "▁ur ged", + "▁urg ed", + "▁cogn itive", + "▁foss il", + "▁n aval", + "▁nav al", + "▁na val", + "web pack", + "▁editor ial", + "▁inter active", + "▁interact ive", + "[ :", + "▁museum s", + "▁L ux", + "▁Lu x", + "othe rapy", + "as ures", + "asure s", + "▁R alph", + "io x", + "i ox", + "▁traged y", + "▁should ers", + "▁shoulder s", + "▁cons ensus", + "Fi g", + "F ig", + "so m", + "s om", + "▁F isher", + "▁Fish er", + "▁in fer", + "▁inf er", + "▁le tting", + "▁let ting", + "▁pre jud", + "▁var ied", + "▁vari ed", + "gar t", + "ga rt", + "g art", + "▁rec ipe", + "▁recip e", + "▁n it", + "it ate", + "ita te", + "▁K ay", + "▁Ka y", + "▁N ad", + "▁Na d", + "} )", + "▁gen es", + "▁ge nes", + "▁gene s", + "▁o xygen", + "▁Review s", + "▁S har", + "▁Sh ar", + "▁Sha r", + "bi g", + "b ig", + "▁c aps", + "▁ca ps", + "▁cap s", + "cl osed", + "close d", + "▁Con serv", + "▁Cons erv", + "▁advoc acy", + "▁Architect ure", + "▁r ounds", + "▁round s", + "Acc ount", + "Ac count", + "▁stom ach", + "▁o rientation", + "R Y", + "Go ogle", + "Ser v", + "S erv", + "▁m sg", + "▁ msg", + "F i", + "▁research er", + "▁researc her", + "▁disapp ear", + "▁W AR", + "▁S ingle", + "▁Sing le", + "▁un p", + "▁S oci", + "▁So ci", + "▁Soc i", + "▁B ath", + "▁Ba th", + "▁Bat h", + "ad dy", + "add y", + "▁ph ones", + "▁phone s", + "▁ phones", + "▁render ed", + "▁don ations", + "▁complex ity", + "S y", + "▁l ibraries", + "▁creat ivity", + "▁And re", + "▁tri bes", + "▁trib es", + "▁E le", + "▁El e", + "▁C ategories", + "▁ch ocolate", + "Fl o", + "F lo", + "com ed", + "co med", + "come d", + "c omed", + "de sc", + "des c", + "d esc", + "▁ch ron", + "▁ chron", + "▁n oting", + "▁not ing", + "▁no ting", + "▁d iamond", + "▁diam ond", + "ber y", + "be ry", + "b ery", + "▁M C", + "▁ MC", + "▁consult ant", + "▁b arg", + "▁bar g", + "▁High er", + "▁Hig her", + "▁associ ations", + "▁association s", + "▁fulf ill", + "▁b ug", + "▁bu g", + "▁t ender", + "▁te nder", + "▁ten der", + "▁tend er", + "es ters", + "est ers", + "ester s", + "e sters", + "▁far ming", + "▁farm ing", + "Do m", + "D om", + "Met a", + "Me ta", + "M eta", + "▁dim ensions", + "▁dimension s", + "▁Rel ated", + "! '", + "et ta", + "ett a", + "al ling", + "all ing", + "▁L ion", + "▁Li on", + "▁ten ure", + "mo unt", + "m ount", + "▁Fe ature", + "▁rel atives", + "▁relative s", + "▁tra iler", + "▁trail er", + "▁n g", + "▁ ng", + "is tle", + "ist le", + "C ustom", + "▁eth ics", + "ov o", + "o vo", + "▁T on", + "▁To n", + "▁comp elling", + "▁Tr uth", + "▁Tru th", + "▁s pite", + "▁sp ite", + "AS H", + "A SH", + "▁remind ed", + "▁E V", + "▁Ar g", + "▁ Arg", + "▁ref use", + "build ing", + "ced ented", + "▁elder ly", + "▁S oc", + "▁So c", + "pr of", + "pro f", + "▁V lad", + "▁h em", + "▁he m", + "▁ hem", + "le ased", + "lease d", + "Ar gs", + "Arg s", + "di n", + "d in", + "▁dr unk", + "▁diplom atic", + "▁prom ising", + "incinn ati", + "▁Co ach", + "▁pal ace", + "▁diagn osed", + "as et", + "ase t", + "a set", + "▁t oll", + "▁to ll", + "bon e", + "bo ne", + "b one", + "pe red", + "per ed", + "p ered", + "▁dr ives", + "▁dri ves", + "▁driv es", + "▁drive s", + "▁J ama", + "▁Jam a", + "▁Ja ma", + "▁tob acco", + "▁B rist", + "▁Br ist", + "▁enh anced", + "▁enhance d", + "▁Q ual", + "▁Qu al", + "De sc", + "Des c", + "D esc", + "▁pl acing", + "▁Mag ic", + "▁Ma gic", + "▁tri umph", + "▁Jer emy", + "ang ular", + "▁bad ly", + "▁habit at", + "ru p", + "r up", + "▁L ore", + "▁Lo re", + "▁m eth", + "▁me th", + "▁met h", + "am pa", + "amp a", + "▁excell ence", + "} /", + "▁cert ification", + "▁Victor ian", + "▁Victoria n", + "▁he lic", + "▁hel ic", + "b ishop", + "▁neg lig", + "▁con serv", + "▁cons erv", + "▁pro xy", + "▁prox y", + "▁K aren", + "▁Kar en", + "▁Ka ren", + "▁s urn", + "▁sur n", + "▁Emer gency", + "es ton", + "est on", + "e ston", + "▁benef icial", + "vi a", + "v ia", + "he ll", + "hel l", + "h ell", + "▁min isters", + "▁minister s", + "▁mini sters", + "▁T oo", + "▁To o", + "pl ant", + "plan t", + "▁V e", + "av an", + "ava n", + "a van", + "ii i", + "i ii", + "▁cont inent", + "▁contin ent", + "▁m eals", + "▁me als", + "▁meal s", + "w right", + "▁h orn", + "▁hor n", + "▁Aust rian", + "▁Austria n", + "Def inition", + "▁Me et", + "eg u", + "e gu", + "mo ve", + "m ove", + "▁Independ ence", + "Ch rist", + "ps y", + "p sy", + "▁b ones", + "▁bo nes", + "▁bon es", + "▁bone s", + "▁all iance", + "▁executive s", + "▁execut ives", + "▁div ine", + "▁K il", + "▁emb race", + "▁embra ce", + "▁chem istry", + "az ed", + "aze d", + "a zed", + "▁h ills", + "▁hill s", + "▁surviv ors", + "▁vac ation", + "▁affect ing", + "▁comm emor", + "Ob j", + "am ped", + "amp ed", + "yl l", + "y ll", + "▁c ave", + "▁ca ve", + "▁synd rome", + "▁In ternal", + "▁Inter nal", + "le gate", + "leg ate", + "re ens", + "ree ns", + "reen s", + "▁view ing", + "ig o", + "i go", + "▁u nity", + "▁un ity", + "▁unit y", + "▁N urs", + "▁C ertain", + "▁Cert ain", + "▁Cer tain", + "▁constit ute", + "▁constitu te", + "be gin", + "b egin", + "▁o uts", + "▁out s", + "▁ou ts", + "▁ outs", + "L in", + "▁Inf antry", + "▁guarant eed", + "▁guarantee d", + "▁deploy ed", + "or ts", + "ort s", + "▁D eg", + "▁De g", + "▁r ows", + "▁ro ws", + "▁row s", + "▁ rows", + "▁compet itions", + "▁competition s", + "▁p osit", + "▁pos it", + "▁m aj", + "▁ma j", + "▁T ol", + "▁To l", + "▁Har vey", + "Opt ion", + "O ption", + "us c", + "u sc", + "▁H D", + "▁D iamond", + "▁Similar ly", + "ar se", + "ars e", + "▁Barcel ona", + "▁W ant", + "▁prede cess", + "um my", + "umm y", + "ster dam", + "port ed", + "por ted", + "p orted", + "▁Muham mad", + "▁st ones", + "▁stone s", + "ob b", + "o bb", + "▁t une", + "▁tun e", + "▁tu ne", + "▁Iraq i", + "▁h arsh", + "▁har sh", + "▁init iated", + "▁initi ated", + "w ig", + "▁Ed wards", + "▁Edward s", + "▁wra pped", + "▁quant ity", + "▁sk illed", + "▁skill ed", + "▁T odd", + "▁To dd", + "▁Tod d", + "▁P arks", + "▁Par ks", + "▁Park s", + "▁hyp othes", + "as ting", + "ast ing", + "▁F O", + "▁ FO", + "▁des erve", + "Re ct", + "Rec t", + "R ect", + "w rap", + "▁st rip", + "▁str ip", + "▁stri p", + "▁St atus", + "▁Stat us", + "▁ Status", + "▁as semb", + "▁State ment", + "▁Stat ement", + "qu al", + "q ual", + "sk ip", + "ski p", + "s chool", + "▁Represent ative", + "▁ste ep", + "▁pred omin", + "▁process ed", + "▁proc essed", + "▁Ll oyd", + "ac cept", + "go vernment", + "▁pra ised", + "▁praise d", + "▁ass ignment", + "▁assign ment", + "▁p ic", + "▁H R", + "▁ HR", + "D ialog", + "▁Init iative", + "▁Z one", + "▁F ro", + "▁Fr o", + "▁Test ament", + "h n", + "▁Del aware", + "ev ents", + "event s", + "even ts", + "un ting", + "unt ing", + "ou rt", + "our t", + "o urt", + "ce land", + "cel and", + "c eland", + "▁D ennis", + "▁m ouse", + "▁mo use", + "é r", + "▁C ities", + "ins ert", + "▁B egin", + "▁Be gin", + "▁B obby", + "▁Bob by", + "if iers", + "ifier s", + "mark s", + "mar ks", + "m arks", + "▁R ing", + "or o", + "o ro", + "▁F ROM", + "▁FR OM", + "▁f lesh", + "▁fl esh", + "▁fle sh", + "▁A x", + "▁Alex and", + "▁M i", + "th lete", + "thlet e", + "▁At hens", + "en to", + "ent o", + "▁dis closure", + "▁discl osure", + "▁rev ised", + "Go od", + "G ood", + "▁kn ife", + "▁dis rupt", + "ta il", + "t ail", + "▁qual ities", + "PA R", + "P AR", + "▁s ki", + "▁sk i", + "▁ ski", + "▁Bar ack", + "▁Ba rack", + "=\" \"", + "= \"\"", + "▁G rey", + "▁Gr ey", + "▁Gre y", + "▁rem oving", + "▁remov ing", + "▁D ad", + "▁Da d", + "it ems", + "ite ms", + "item s", + ", [", + "▁b ell", + "▁be ll", + "▁bel l", + "▁ bell", + "reg ion", + "act iv", + "Ex ec", + "ur u", + "u ru", + "▁L ot", + "▁Lo t", + "De lete", + "al g", + "▁ver ify", + "▁E mail", + "▁Em ail", + "St orage", + "▁pe ers", + "▁peer s", + "▁Part ners", + "no ne", + "non e", + "n one", + "▁trans it", + "▁Str ategy", + "▁Strateg y", + "▁advoc ates", + "▁advocate s", + "friend ly", + "▁res igned", + "▁resign ed", + "A c", + "▁J a", + "S M", + "▁sle eping", + "▁sleep ing", + "▁Leon ard", + "n ut", + "▁pres cribed", + "▁comp assion", + "▁S outheast", + "▁A ra", + "▁Ar a", + "iv ia", + "i via", + "l n", + "▁gener ous", + "▁gene rous", + "▁sh irt", + "▁Part nership", + "▁Partners hip", + "▁prote ins", + "▁protein s", + "G raph", + "▁over view", + "ul er", + "ule r", + "u ler", + "spec ific", + "▁stake holders", + "hi s", + "h is", + "▁l asted", + "▁last ed", + "▁las ted", + "▁C ir", + "▁Wel come", + "▁advant ages", + "▁advantage s", + "▁ev ac", + "ri te", + "rit e", + "r ite", + "▁s word", + "▁sw ord", + "▁Columb us", + "▁en roll", + "ine a", + "▁Glas gow", + "▁f itness", + "▁fit ness", + "▁acc essed", + "▁access ed", + "▁concert s", + "▁Summ it", + "VER S", + "VE RS", + "V ERS", + "▁pra ise", + "KE Y", + "Co py", + "C opy", + "▁s po", + "▁sp o", + "▁dim ension", + "▁counter part", + "▁intellig ent", + "Ass ert", + "▁h itting", + "▁hit ting", + "is en", + "ise n", + "i sen", + "▁sc hem", + "▁sch em", + "▁sche m", + "am bling", + "amb ling", + "▁res id", + "▁writ ings", + "▁writing s", + "▁highlight ed", + "▁t hesis", + "▁the sis", + "▁th esis", + "▁[ [", + "▁B right", + "▁Br ight", + "▁Brig ht", + "▁Y e", + "▁b elt", + "▁be lt", + "▁bel t", + "▁S ony", + "▁So ny", + "▁Son y", + "▁mot hers", + "▁mother s", + "▁strugg led", + "▁struggle d", + "▁K os", + "oi n", + "o in", + "▁Gh ana", + "▁L ocation", + "▁Loc ation", + "▁ Location", + "▁b ases", + "▁bas es", + "▁base s", + "Re v", + "R ev", + "um bled", + "umb led", + "w alk", + "▁L it", + "▁Li t", + "▁vis itor", + "▁visit or", + "▁document ed", + "co tt", + "c ott", + "▁Sp eed", + "▁Spe ed", + "▁Albert a", + "pass word", + "▁N ord", + "▁No rd", + "▁Nor d", + "▁Commun ication", + "▁sing ers", + "▁singer s", + "▁sin gers", + "ri ft", + "r ift", + "ull ivan", + "▁mathemat ics", + "▁Arch ive", + "▁collect ing", + "ynam ic", + "prot obuf", + "▁pro x", + "▁pr ox", + "▁rel uct", + "▁M essage", + "▁Mess age", + "▁ Message", + "▁a vec", + "▁av ec", + "▁St ream", + "▁Stre am", + "▁ Stream", + "▁observ e", + "▁obser ve", + "— \"", + "M ock", + ".- -", + ". --", + "▁kn ee", + "▁ambit ious", + "▁demand ing", + "▁rece ipt", + "al let", + "all et", + "alle t", + "▁U g", + "am ine", + "amin e", + "ami ne", + "a mine", + "▁P red", + "▁Pr ed", + "▁Pre d", + "▁di abetes", + "▁B asketball", + "▁Cost a", + "▁Cos ta", + "▁S old", + "▁So ld", + "▁Sol d", + "m und", + "▁Schol ar", + "▁bound ary", + "att ribute", + "Ge n", + "G en", + "▁Se curities", + "▁point ing", + "▁C incinnati", + "▁K el", + "▁Ke l", + "bu f", + "b uf", + "au to", + "aut o", + "▁N ode", + "▁No de", + "▁ Node", + "▁max im", + "▁E ld", + "▁El d", + "▁b itter", + "▁bit ter", + "▁G DP", + "▁V oice", + "▁Vo ice", + "▁aud it", + "▁c ord", + "▁co rd", + "▁cor d", + "▁pro secution", + "▁prosecut ion", + "▁b acteria", + "▁ins isted", + "▁E ight", + "▁Play ers", + "▁Player s", + "OR Y", + "O RY", + "ras ka", + "r aska", + "Wh o", + "W ho", + "el ection", + "ele ction", + "elect ion", + "e lection", + "uc ker", + "uck er", + "u cker", + "▁Q uality", + "▁Qu ality", + "▁Qual ity", + "▁ess ence", + "▁ap olog", + "▁bar rel", + "A K", + "▁opp onent", + "FOR M", + "▁v ic", + "▁vi c", + "▁check ing", + "') )", + "' ))", + "▁E ve", + "▁Ev e", + "vious ly", + "vi ously", + "v iously", + "▁re actions", + "▁reaction s", + "▁react ions", + "▁co ins", + "▁b er", + "▁be r", + "▁ ber", + "▁el even", + "▁elev en", + "▁ele ven", + "T ab", + "▁t empt", + "▁tem pt", + "ass ets", + "ra gment", + "rag ment", + "▁rom ance", + "▁res il", + "▁b earing", + "▁be aring", + "▁bear ing", + ")) .", + ") ).", + "im pl", + "imp l", + "▁Colomb ia", + "bo olean", + "▁product ive", + "▁b ias", + "▁bi as", + "A v", + "un al", + "una l", + "u nal", + "▁de alt", + "▁deal t", + "▁Grad uate", + "▁u nt", + "▁un t", + "▁ unt", + "ac hers", + "ach ers", + "ache rs", + "acher s", + "a chers", + "▁g rey", + "▁gr ey", + "▁gre y", + "ph ones", + "phone s", + "uct ion", + "u ction", + "Ch anged", + "Change d", + "▁c attle", + "▁cat tle", + "▁odd s", + "▁Some thing", + "▁Som ething", + "▁d ose", + "▁do se", + "▁C atal", + "▁Cat al", + "ol ves", + "olve s", + "▁T ab", + "▁Ta b", + "▁ Tab", + "NO T", + "N OT", + "▁R ena", + "▁Re na", + "▁Ren a", + "▁rep rodu", + "▁H appy", + "▁aff irm", + "▁comm ented", + "▁comment ed", + "▁critic ized", + "▁be ating", + "▁beat ing", + "us ive", + "▁Har per", + "olog ically", + "ological ly", + "▁prevent ing", + "▁Coun sel", + "ge nder", + "gen der", + "g ender", + "▁Arab ic", + "▁V ari", + "▁Var i", + "▁prec ise", + "▁global ly", + "▁glob ally", + "▁exc itement", + "▁D I", + "▁ DI", + "▁ass isted", + "▁assist ed", + "▁te aches", + "▁teac hes", + "▁teach es", + "▁tea ches", + "▁a ired", + "▁air ed", + "▁ aired", + "▁Cr uz", + "▁Cru z", + "un ches", + "unch es", + "unc hes", + "or ized", + "ori zed", + "▁G arc", + "▁Gar c", + "▁Ga rc", + "▁necess ity", + "▁Pier re", + "▁H az", + "▁Ha z", + "▁re son", + "▁res on", + "▁en rolled", + "▁enroll ed", + "▁P le", + "▁Pl e", + "▁inf ring", + "▁K le", + "▁Kl e", + "▁d iam", + "▁di am", + "▁b iology", + "▁bi ology", + "ig ma", + "▁tim ing", + "▁N an", + "▁Na n", + "▁log ical", + "▁logic al", + "OR K", + "▁veget ables", + "air ed", + "ai red", + "aire d", + "a ired", + "▁med ic", + "▁Co hen", + "conn ection", + "connect ion", + "▁def ending", + "▁defend ing", + "▁partnership s", + "▁partners hips", + "▁F iction", + "▁g rows", + "▁gr ows", + "▁grow s", + "▁gro ws", + "▁F R", + "▁ FR", + "▁comput ing", + "ul ates", + "ula tes", + "ulate s", + "De l", + "D el", + "▁j er", + "▁je r", + "▁dis par", + "▁disp ar", + "I con", + "▁C omb", + "▁Com b", + "▁Co mb", + "cl ock", + "c lock", + "ch air", + "cha ir", + "▁ple asant", + "▁det ection", + "▁detect ion", + "▁G ets", + "▁Ge ts", + "▁Get s", + "▁Le o", + "ym ph", + "▁gl ory", + "▁cr uel", + "▁cru el", + "n ational", + "▁Reg ulation", + "▁comment ary", + "▁att orneys", + "▁attorney s", + "▁explicit ly", + "▁reason ably", + "▁re cur", + "▁rec ur", + "P ub", + "▁prem iere", + "▁premier e", + "▁s ang", + "▁sa ng", + "▁san g", + "Ed itor", + "Edit or", + "▁Origin ally", + "▁Original ly", + "▁reg ards", + "▁regard s", + "▁H alf", + "▁Hal f", + "▁Bet ter", + "▁wel comed", + "▁welcome d", + "▁purs uing", + "▁pursu ing", + "PE R", + "P ER", + "et ed", + "e ted", + "▁prem ises", + "▁B ud", + "▁Bu d", + "▁B lu", + "▁Bl u", + "▁elect ro", + "▁Id ent", + "▁Ide nt", + "vis or", + "vi sor", + "v ideo", + "▁Venezuel a", + "ce rt", + "cer t", + "c ert", + "▁abs ent", + "ad os", + "ado s", + "▁comp ound", + "; /", + "▁young est", + "▁histor ically", + "▁historical ly", + "▁historic ally", + "▁man date", + "▁mand ate", + "co q", + "▁G ene", + "▁Ge ne", + "▁Gen e", + "li t", + "l it", + "Bl ack", + "▁G host", + "▁Gh ost", + "▁App eals", + "▁f ires", + "▁fire s", + "▁spect acular", + "val s", + "va ls", + "v als", + "as a", + "a sa", + "▁consult ing", + "▁ce iling", + "w s", + "MA X", + "▁A ve", + "▁Av e", + "ib an", + "i ban", + "▁Back ground", + "▁Art ists", + "▁Artist s", + "arg ument", + "▁B ert", + "▁Be rt", + "▁Ber t", + "▁pred icted", + "▁predict ed", + "jo b", + "j ob", + "▁t win", + "▁tw in", + "li a", + "l ia", + "▁s har", + "▁sh ar", + "Pat tern", + "▁G ospel", + "▁mount ed", + "▁mo unted", + "▁Val ent", + "▁St ri", + "▁Str i", + "au er", + "a uer", + "▁list ened", + "▁listen ed", + "▁s s", + "▁ ss", + "▁witness ed", + "▁M oz", + "▁Mo z", + "▁success or", + "? )", + "▁f oster", + "▁fo ster", + "▁' '", + "▁ ''", + "▁Ambass ador", + "▁susp ension", + "p adding", + "Med ia", + "M edia", + "▁encounter ed", + "M ain", + "fo under", + "found er", + "▁con ferences", + "▁conference s", + "in stein", + "▁l ens", + "▁le ns", + "▁len s", + "▁l asting", + "▁last ing", + "▁las ting", + "▁p ap", + "▁pa p", + "▁mod est", + "▁mode st", + "▁mo dest", + "▁grand mother", + "▁K an", + "▁Ka n", + "fi ction", + "f iction", + "▁ed iting", + "▁character istic", + "in ite", + "init e", + "ini te", + "▁Ar ena", + "▁Are na", + "▁Aren a", + "ab ul", + "a bul", + "▁D eal", + "▁De al", + "▁Jo an", + "Su pport", + "▁w ished", + "▁wish ed", + "▁wis hed", + "▁P in", + "▁Pi n", + "▁B ranch", + "▁Br anch", + "Field s", + "▁com me", + "▁comm e", + "ê me", + "▁N ut", + "▁bl ues", + "▁blue s", + "▁che er", + "▁delay ed", + "▁unpre cedented", + "▁interview ed", + "▁- --", + "▁-- -", + "▁ ---", + "▁W ells", + "▁Well s", + "▁Wel ls", + "▁ro bot", + "▁rob ot", + "▁bul k", + "▁inher it", + "▁hon ors", + "▁honor s", + "▁W i", + "▁sh ield", + "▁dead ly", + "tw itter", + "ar r", + "ul y", + "u ly", + "oc hem", + "och em", + "mo ck", + "m ock", + "▁purs uit", + "▁pursu it", + "▁festival s", + "▁fest ivals", + "as ive", + "asi ve", + "▁inter section", + "▁Dr agon", + "▁Drag on", + "▁Dra gon", + "et o", + "e to", + "▁tox ic", + "▁compet itors", + "▁s que", + "▁squ e", + "▁w ound", + "▁java x", + "▁jav ax", + "▁l ap", + "▁la p", + "▁p ressed", + "▁pr essed", + "▁press ed", + "▁h yd", + "▁hy d", + "ä n", + "So me", + "S ome", + "Mem ber", + "Me mber", + "M ember", + "ir i", + "i ri", + "▁Col lect", + "▁Coll ect", + "L IC", + "em on", + "e mon", + "▁Educ ational", + "▁Education al", + "▁f illing", + "▁fil ling", + "▁fill ing", + "▁A irl", + "▁Air l", + "▁ball ot", + "▁s hr", + "▁sh r", + "▁inter f", + "▁dra ws", + "▁dr aws", + "▁draw s", + "yl on", + "y lon", + "▁Edd ie", + "▁sec ular", + "▁P DF", + "▁b und", + "▁bu nd", + "▁Mich elle", + "▁Michel le", + "oc ity", + "oci ty", + "▁Ju lia", + "▁Jul ia", + "▁cr ops", + "▁cro ps", + "go m", + "g om", + "▁Hu gh", + "▁Hug h", + "▁a uction", + "▁au ction", + "▁app end", + "▁ append", + "▁D elta", + "▁Del ta", + "▁prior ities", + "ad oop", + "ado op", + "▁ver se", + "▁vers e", + "▁ verse", + "▁emb edd", + "▁app ell", + "▁K id", + "▁rece iver", + "▁receive r", + "▁det ention", + "▁phys icians", + "▁physician s", + "▁T error", + "▁Ter ror", + "rie ve", + "r ieve", + "Y PE", + "ban k", + "b ank", + "▁pack ages", + "▁package s", + "Act ive", + "que ue", + "▁sub mar", + "▁a rise", + "▁ar ise", + "▁thorough ly", + "▁tra uma", + "▁un ited", + "▁unit ed", + "▁H ait", + "▁Ha it", + "▁c ake", + "▁ca ke", + "HT ML", + "▁H ockey", + "▁un necess", + "▁me tab", + "▁met ab", + "cl osure", + "▁I F", + "▁ IF", + "ct ors", + "ctor s", + "▁c anc", + "▁can c", + "ograph ers", + "ograp hers", + "ographer s", + "▁defend ants", + "▁defendant s", + "▁Man ufact", + "▁D ictionary", + "▁expl aining", + "▁explain ing", + "▁crick et", + "▁m ature", + "▁mat ure", + "▁ma ture", + "▁Exper ience", + "▁S ummary", + "▁Summ ary", + "▁l ingu", + "▁lin gu", + "▁fl ew", + "▁fle w", + "in come", + "inc ome", + "▁int ensity", + "um ed", + "ume d", + "u med" + ] + } +} \ No newline at end of file