| { | |
| "version": "1.0", | |
| "truncation": { | |
| "direction": "Right", | |
| "max_length": 16, | |
| "strategy": "LongestFirst", | |
| "stride": 0 | |
| }, | |
| "padding": null, | |
| "added_tokens": [ | |
| { | |
| "id": 0, | |
| "content": "<s>", | |
| "single_word": false, | |
| "lstrip": false, | |
| "rstrip": false, | |
| "normalized": false, | |
| "special": true | |
| }, | |
| { | |
| "id": 1, | |
| "content": "<pad>", | |
| "single_word": false, | |
| "lstrip": false, | |
| "rstrip": false, | |
| "normalized": false, | |
| "special": true | |
| }, | |
| { | |
| "id": 2, | |
| "content": "</s>", | |
| "single_word": false, | |
| "lstrip": false, | |
| "rstrip": false, | |
| "normalized": false, | |
| "special": true | |
| }, | |
| { | |
| "id": 3, | |
| "content": "<unk>", | |
| "single_word": false, | |
| "lstrip": false, | |
| "rstrip": false, | |
| "normalized": false, | |
| "special": true | |
| }, | |
| { | |
| "id": 4, | |
| "content": "<mask>", | |
| "single_word": false, | |
| "lstrip": false, | |
| "rstrip": false, | |
| "normalized": false, | |
| "special": true | |
| }, | |
| { | |
| "id": 2805, | |
| "content": "<|user|>", | |
| "single_word": false, | |
| "lstrip": false, | |
| "rstrip": false, | |
| "normalized": false, | |
| "special": true | |
| }, | |
| { | |
| "id": 2806, | |
| "content": "<|bot|>", | |
| "single_word": false, | |
| "lstrip": false, | |
| "rstrip": false, | |
| "normalized": false, | |
| "special": true | |
| }, | |
| { | |
| "id": 2807, | |
| "content": "<|end|>", | |
| "single_word": false, | |
| "lstrip": false, | |
| "rstrip": false, | |
| "normalized": false, | |
| "special": true | |
| } | |
| ], | |
| "normalizer": null, | |
| "pre_tokenizer": { | |
| "type": "ByteLevel", | |
| "add_prefix_space": false, | |
| "trim_offsets": true, | |
| "use_regex": true | |
| }, | |
| "post_processor": { | |
| "type": "ByteLevel", | |
| "add_prefix_space": true, | |
| "trim_offsets": false, | |
| "use_regex": true | |
| }, | |
| "decoder": { | |
| "type": "ByteLevel", | |
| "add_prefix_space": true, | |
| "trim_offsets": true, | |
| "use_regex": true | |
| }, | |
| "model": { | |
| "type": "BPE", | |
| "dropout": null, | |
| "unk_token": null, | |
| "continuing_subword_prefix": null, | |
| "end_of_word_suffix": null, | |
| "fuse_unk": false, | |
| "byte_fallback": false, | |
| "ignore_merges": false, | |
| "vocab": { | |
| "<s>": 0, | |
| "<pad>": 1, | |
| "</s>": 2, | |
| "<unk>": 3, | |
| "<mask>": 4, | |
| "!": 5, | |
| "\"": 6, | |
| "#": 7, | |
| "$": 8, | |
| "%": 9, | |
| "&": 10, | |
| "'": 11, | |
| "(": 12, | |
| ")": 13, | |
| "*": 14, | |
| "+": 15, | |
| ",": 16, | |
| "-": 17, | |
| ".": 18, | |
| "/": 19, | |
| "0": 20, | |
| "1": 21, | |
| "2": 22, | |
| "3": 23, | |
| "4": 24, | |
| "5": 25, | |
| "6": 26, | |
| "7": 27, | |
| "8": 28, | |
| "9": 29, | |
| ":": 30, | |
| ";": 31, | |
| "<": 32, | |
| "=": 33, | |
| ">": 34, | |
| "?": 35, | |
| "@": 36, | |
| "A": 37, | |
| "B": 38, | |
| "C": 39, | |
| "D": 40, | |
| "E": 41, | |
| "F": 42, | |
| "G": 43, | |
| "H": 44, | |
| "I": 45, | |
| "J": 46, | |
| "K": 47, | |
| "L": 48, | |
| "M": 49, | |
| "N": 50, | |
| "O": 51, | |
| "P": 52, | |
| "Q": 53, | |
| "R": 54, | |
| "S": 55, | |
| "T": 56, | |
| "U": 57, | |
| "V": 58, | |
| "W": 59, | |
| "X": 60, | |
| "Y": 61, | |
| "Z": 62, | |
| "[": 63, | |
| "\\": 64, | |
| "]": 65, | |
| "^": 66, | |
| "_": 67, | |
| "`": 68, | |
| "a": 69, | |
| "b": 70, | |
| "c": 71, | |
| "d": 72, | |
| "e": 73, | |
| "f": 74, | |
| "g": 75, | |
| "h": 76, | |
| "i": 77, | |
| "j": 78, | |
| "k": 79, | |
| "l": 80, | |
| "m": 81, | |
| "n": 82, | |
| "o": 83, | |
| "p": 84, | |
| "q": 85, | |
| "r": 86, | |
| "s": 87, | |
| "t": 88, | |
| "u": 89, | |
| "v": 90, | |
| "w": 91, | |
| "x": 92, | |
| "y": 93, | |
| "z": 94, | |
| "{": 95, | |
| "|": 96, | |
| "}": 97, | |
| "~": 98, | |
| "¡": 99, | |
| "¢": 100, | |
| "£": 101, | |
| "¤": 102, | |
| "¥": 103, | |
| "¦": 104, | |
| "§": 105, | |
| "¨": 106, | |
| "©": 107, | |
| "ª": 108, | |
| "«": 109, | |
| "¬": 110, | |
| "®": 111, | |
| "¯": 112, | |
| "°": 113, | |
| "±": 114, | |
| "²": 115, | |
| "³": 116, | |
| "´": 117, | |
| "µ": 118, | |
| "¶": 119, | |
| "·": 120, | |
| "¸": 121, | |
| "¹": 122, | |
| "º": 123, | |
| "»": 124, | |
| "¼": 125, | |
| "½": 126, | |
| "¾": 127, | |
| "¿": 128, | |
| "À": 129, | |
| "Á": 130, | |
| "Â": 131, | |
| "Ã": 132, | |
| "Ä": 133, | |
| "Å": 134, | |
| "Æ": 135, | |
| "Ç": 136, | |
| "È": 137, | |
| "É": 138, | |
| "Ê": 139, | |
| "Ë": 140, | |
| "Ì": 141, | |
| "Í": 142, | |
| "Î": 143, | |
| "Ï": 144, | |
| "Ð": 145, | |
| "Ñ": 146, | |
| "Ò": 147, | |
| "Ó": 148, | |
| "Ô": 149, | |
| "Õ": 150, | |
| "Ö": 151, | |
| "×": 152, | |
| "Ø": 153, | |
| "Ù": 154, | |
| "Ú": 155, | |
| "Û": 156, | |
| "Ü": 157, | |
| "Ý": 158, | |
| "Þ": 159, | |
| "ß": 160, | |
| "à": 161, | |
| "á": 162, | |
| "â": 163, | |
| "ã": 164, | |
| "ä": 165, | |
| "å": 166, | |
| "æ": 167, | |
| "ç": 168, | |
| "è": 169, | |
| "é": 170, | |
| "ê": 171, | |
| "ë": 172, | |
| "ì": 173, | |
| "í": 174, | |
| "î": 175, | |
| "ï": 176, | |
| "ð": 177, | |
| "ñ": 178, | |
| "ò": 179, | |
| "ó": 180, | |
| "ô": 181, | |
| "õ": 182, | |
| "ö": 183, | |
| "÷": 184, | |
| "ø": 185, | |
| "ù": 186, | |
| "ú": 187, | |
| "û": 188, | |
| "ü": 189, | |
| "ý": 190, | |
| "þ": 191, | |
| "ÿ": 192, | |
| "Ā": 193, | |
| "ā": 194, | |
| "Ă": 195, | |
| "ă": 196, | |
| "Ą": 197, | |
| "ą": 198, | |
| "Ć": 199, | |
| "ć": 200, | |
| "Ĉ": 201, | |
| "ĉ": 202, | |
| "Ċ": 203, | |
| "ċ": 204, | |
| "Č": 205, | |
| "č": 206, | |
| "Ď": 207, | |
| "ď": 208, | |
| "Đ": 209, | |
| "đ": 210, | |
| "Ē": 211, | |
| "ē": 212, | |
| "Ĕ": 213, | |
| "ĕ": 214, | |
| "Ė": 215, | |
| "ė": 216, | |
| "Ę": 217, | |
| "ę": 218, | |
| "Ě": 219, | |
| "ě": 220, | |
| "Ĝ": 221, | |
| "ĝ": 222, | |
| "Ğ": 223, | |
| "ğ": 224, | |
| "Ġ": 225, | |
| "ġ": 226, | |
| "Ģ": 227, | |
| "ģ": 228, | |
| "Ĥ": 229, | |
| "ĥ": 230, | |
| "Ħ": 231, | |
| "ħ": 232, | |
| "Ĩ": 233, | |
| "ĩ": 234, | |
| "Ī": 235, | |
| "ī": 236, | |
| "Ĭ": 237, | |
| "ĭ": 238, | |
| "Į": 239, | |
| "į": 240, | |
| "İ": 241, | |
| "ı": 242, | |
| "IJ": 243, | |
| "ij": 244, | |
| "Ĵ": 245, | |
| "ĵ": 246, | |
| "Ķ": 247, | |
| "ķ": 248, | |
| "ĸ": 249, | |
| "Ĺ": 250, | |
| "ĺ": 251, | |
| "Ļ": 252, | |
| "ļ": 253, | |
| "Ľ": 254, | |
| "ľ": 255, | |
| "Ŀ": 256, | |
| "ŀ": 257, | |
| "Ł": 258, | |
| "ł": 259, | |
| "Ń": 260, | |
| "in": 261, | |
| "Ġt": 262, | |
| "Ġa": 263, | |
| "es": 264, | |
| "er": 265, | |
| "on": 266, | |
| "Ġs": 267, | |
| "en": 268, | |
| "ing": 269, | |
| "Ġc": 270, | |
| "ti": 271, | |
| "or": 272, | |
| "Ġth": 273, | |
| "nd": 274, | |
| "ed": 275, | |
| "re": 276, | |
| "Ġp": 277, | |
| "Ġw": 278, | |
| "al": 279, | |
| "an": 280, | |
| "ou": 281, | |
| "at": 282, | |
| "it": 283, | |
| "Ġf": 284, | |
| "ar": 285, | |
| "tion": 286, | |
| "Ġb": 287, | |
| "Ġand": 288, | |
| "Ġd": 289, | |
| "Ġthe": 290, | |
| "ic": 291, | |
| "Ġin": 292, | |
| "Ġm": 293, | |
| "Ġto": 294, | |
| "is": 295, | |
| "le": 296, | |
| "Ġo": 297, | |
| "om": 298, | |
| "Ġe": 299, | |
| "Ġh": 300, | |
| "el": 301, | |
| "as": 302, | |
| "ro": 303, | |
| "ent": 304, | |
| "ec": 305, | |
| "Ġof": 306, | |
| "ur": 307, | |
| "ac": 308, | |
| "il": 309, | |
| "th": 310, | |
| "Ġl": 311, | |
| "ly": 312, | |
| "ers": 313, | |
| "us": 314, | |
| "ir": 315, | |
| "ess": 316, | |
| "Ġst": 317, | |
| "et": 318, | |
| "ce": 319, | |
| "Ġg": 320, | |
| "ve": 321, | |
| "Ġn": 322, | |
| "ow": 323, | |
| "oo": 324, | |
| "Ġre": 325, | |
| "im": 326, | |
| "ul": 327, | |
| "ad": 328, | |
| "id": 329, | |
| "ation": 330, | |
| "uc": 331, | |
| "ĠI": 332, | |
| "ig": 333, | |
| "am": 334, | |
| "ter": 335, | |
| "Ġor": 336, | |
| "our": 337, | |
| "ith": 338, | |
| "ĠC": 339, | |
| "Ġr": 340, | |
| "ag": 341, | |
| "Ġcon": 342, | |
| "ĠS": 343, | |
| "Ġwh": 344, | |
| "Ġex": 345, | |
| "Ġwith": 346, | |
| "em": 347, | |
| "un": 348, | |
| "Ġon": 349, | |
| "Ġch": 350, | |
| "Ġpro": 351, | |
| "ver": 352, | |
| "ol": 353, | |
| "ri": 354, | |
| "pp": 355, | |
| "ĠT": 356, | |
| "Ġv": 357, | |
| "Ġy": 358, | |
| "Ġcom": 359, | |
| "Ġfor": 360, | |
| "ew": 361, | |
| "Ġen": 362, | |
| "and": 363, | |
| "te": 364, | |
| "ĠA": 365, | |
| "if": 366, | |
| "ci": 367, | |
| "ents": 368, | |
| "ke": 369, | |
| "Ġal": 370, | |
| "ab": 371, | |
| "ts": 372, | |
| "ud": 373, | |
| "ate": 374, | |
| "tions": 375, | |
| "qu": 376, | |
| "ay": 377, | |
| "ain": 378, | |
| "Ġas": 379, | |
| "ies": 380, | |
| "rou": 381, | |
| "ity": 382, | |
| "Ġtheir": 383, | |
| "ish": 384, | |
| "os": 385, | |
| "ich": 386, | |
| "ap": 387, | |
| "ch": 388, | |
| "ure": 389, | |
| "ook": 390, | |
| "'s": 391, | |
| "ese": 392, | |
| "Ġso": 393, | |
| "ĠM": 394, | |
| "out": 395, | |
| "ion": 396, | |
| "ut": 397, | |
| "igh": 398, | |
| "ĠTh": 399, | |
| "op": 400, | |
| "pl": 401, | |
| "ĠW": 402, | |
| "Ġan": 403, | |
| "Ġbe": 404, | |
| "ome": 405, | |
| "um": 406, | |
| "Ġthat": 407, | |
| "ces": 408, | |
| "gh": 409, | |
| "ting": 410, | |
| "up": 411, | |
| "ĠB": 412, | |
| "ĠR": 413, | |
| "Ġtr": 414, | |
| "ant": 415, | |
| "Ġyou": 416, | |
| "av": 417, | |
| "ĠF": 418, | |
| "ĠJ": 419, | |
| "Ġle": 420, | |
| "ance": 421, | |
| "Ġint": 422, | |
| "Ġli": 423, | |
| "ds": 424, | |
| "st": 425, | |
| "Ġit": 426, | |
| "ally": 427, | |
| "ist": 428, | |
| "eat": 429, | |
| "ĠE": 430, | |
| "ĠP": 431, | |
| "Ġac": 432, | |
| "ere": 433, | |
| "Ġcan": 434, | |
| "ties": 435, | |
| "ous": 436, | |
| "ĠIn": 437, | |
| "Ġun": 438, | |
| "Ġad": 439, | |
| "Ġsh": 440, | |
| "ary": 441, | |
| "Ġde": 442, | |
| "ther": 443, | |
| "ati": 444, | |
| "for": 445, | |
| "od": 446, | |
| "per": 447, | |
| "Ġse": 448, | |
| "Ġsp": 449, | |
| "Ġres": 450, | |
| "age": 451, | |
| "ewish": 452, | |
| "able": 453, | |
| "fer": 454, | |
| "ong": 455, | |
| "Ġthis": 456, | |
| "ating": 457, | |
| "Ġby": 458, | |
| "ĠJewish": 459, | |
| "ful": 460, | |
| "rom": 461, | |
| "ill": 462, | |
| "Ġsoci": 463, | |
| "Ġinto": 464, | |
| "ĠH": 465, | |
| "ors": 466, | |
| "Ġwe": 467, | |
| "als": 468, | |
| "ide": 469, | |
| "Ġlike": 470, | |
| "are": 471, | |
| "ie": 472, | |
| "sur": 473, | |
| "Ġsu": 474, | |
| "Ġcook": 475, | |
| "Ġdi": 476, | |
| "ell": 477, | |
| "ach": 478, | |
| "Ġcont": 479, | |
| "ld": 480, | |
| "ov": 481, | |
| "ue": 482, | |
| "wich": 483, | |
| "âĢ": 484, | |
| "ĠO": 485, | |
| "Ġus": 486, | |
| "Ġour": 487, | |
| "ine": 488, | |
| "Ġcre": 489, | |
| "Ġpl": 490, | |
| "Ġwor": 491, | |
| "ang": 492, | |
| "Ġstud": 493, | |
| "ations": 494, | |
| "Ġcomp": 495, | |
| "andwich": 496, | |
| "ak": 497, | |
| "duc": 498, | |
| "ities": 499, | |
| "les": 500, | |
| "Ġim": 501, | |
| "Ġapp": 502, | |
| "enti": 503, | |
| "ort": 504, | |
| "ans": 505, | |
| "ick": 506, | |
| "Ġcomm": 507, | |
| "iz": 508, | |
| "ien": 509, | |
| "rit": 510, | |
| "ĠN": 511, | |
| "Ġsandwich": 512, | |
| "Ġthese": 513, | |
| "Ġpre": 514, | |
| "Ġinc": 515, | |
| "Ġme": 516, | |
| "Ġem": 517, | |
| "Ġever": 518, | |
| "ust": 519, | |
| "ĠCh": 520, | |
| "rough": 521, | |
| "ff": 522, | |
| "ile": 523, | |
| "low": 524, | |
| "ment": 525, | |
| "og": 526, | |
| "ress": 527, | |
| "tur": 528, | |
| "Ġ\"": 529, | |
| "Ġ(": 530, | |
| "Ġro": 531, | |
| "Ġve": 532, | |
| "ens": 533, | |
| "ore": 534, | |
| "all": 535, | |
| "ect": 536, | |
| "ack": 537, | |
| "Ġveg": 538, | |
| "oc": 539, | |
| "Ġab": 540, | |
| "Ġsome": 541, | |
| "Ġdis": 542, | |
| "Ġins": 543, | |
| "Ġhe": 544, | |
| "ass": 545, | |
| "act": 546, | |
| "round": 547, | |
| "han": 548, | |
| "ition": 549, | |
| "tu": 550, | |
| "vel": 551, | |
| "ĠD": 552, | |
| "Ġup": 553, | |
| "Ġtim": 554, | |
| "end": 555, | |
| "Ġfl": 556, | |
| "Ġthem": 557, | |
| "Ġinter": 558, | |
| "ased": 559, | |
| "ection": 560, | |
| "Ġne": 561, | |
| "Ġexper": 562, | |
| "ight": 563, | |
| "cess": 564, | |
| "eel": 565, | |
| "ious": 566, | |
| "ot": 567, | |
| "oy": 568, | |
| "ves": 569, | |
| "vid": 570, | |
| "Ġj": 571, | |
| "Ġk": 572, | |
| "Ġis": 573, | |
| "Ġte": 574, | |
| "Ġam": 575, | |
| "Ġat": 576, | |
| "est": 577, | |
| "ings": 578, | |
| "Ġcul": 579, | |
| "tic": 580, | |
| "tim": 581, | |
| "edi": 582, | |
| "Ġper": 583, | |
| "ates": 584, | |
| "Ġfam": 585, | |
| "Ġhow": 586, | |
| "uring": 587, | |
| "ace": 588, | |
| "surance": 589, | |
| "Ġcommun": 590, | |
| "Ġexperien": 591, | |
| "ps": 592, | |
| "phan": 593, | |
| "ruc": 594, | |
| "Ġ-": 595, | |
| "ĠG": 596, | |
| "Ġu": 597, | |
| "Ġqu": 598, | |
| "Ġthrough": 599, | |
| "Ġpe": 600, | |
| "Ġpar": 601, | |
| "Ġwas": 602, | |
| "Ġfrom": 603, | |
| "ical": 604, | |
| "thing": 605, | |
| "ood": 606, | |
| "uch": 607, | |
| "Ġwhen": 608, | |
| "Ġvar": 609, | |
| "Ġyour": 610, | |
| "ific": 611, | |
| "ĠFor": 612, | |
| "Ġimp": 613, | |
| "Ġfamil": 614, | |
| "'t": 615, | |
| "In": 616, | |
| "ey": 617, | |
| "ven": 618, | |
| "ving": 619, | |
| "vers": 620, | |
| "Ġsc": 621, | |
| "Ġcare": 622, | |
| "Ġbre": 623, | |
| "Ġdel": 624, | |
| "Ġthey": 625, | |
| "Ġman": 626, | |
| "lec": 627, | |
| "Ġop": 628, | |
| "ast": 629, | |
| "use": 630, | |
| "cep": 631, | |
| "Ġrem": 632, | |
| "Ġexpl": 633, | |
| "ĠWh": 634, | |
| "form": 635, | |
| "âĢ¢": 636, | |
| ").": 637, | |
| "her": 638, | |
| "ial": 639, | |
| "mm": 640, | |
| "ning": 641, | |
| "other": 642, | |
| "ple": 643, | |
| "tand": 644, | |
| "ture": 645, | |
| "Ġ2": 646, | |
| "ĠU": 647, | |
| "ind": 648, | |
| "Ġare": 649, | |
| "Ġsa": 650, | |
| "Ġsur": 651, | |
| "nders": 652, | |
| "Ġpr": 653, | |
| "Ġwrit": 654, | |
| "ature": 655, | |
| "ite": 656, | |
| "Ġduring": 657, | |
| "Ġha": 658, | |
| "Ġhas": 659, | |
| "row": 660, | |
| "ign": 661, | |
| "Ġwhile": 662, | |
| "rib": 663, | |
| "duction": 664, | |
| "Ġsandwiches": 665, | |
| "Ġevery": 666, | |
| "Ġvegan": 667, | |
| "Ġabout": 668, | |
| "nderstand": 669, | |
| "ake": 670, | |
| "ause": 671, | |
| "based": 672, | |
| "cy": 673, | |
| "ep": 674, | |
| "fter": 675, | |
| "ge": 676, | |
| "gr": 677, | |
| "iqu": 678, | |
| "ks": 679, | |
| "ments": 680, | |
| "over": 681, | |
| "se": 682, | |
| "tr": 683, | |
| "ty": 684, | |
| "tain": 685, | |
| "vol": 686, | |
| "Ġ1": 687, | |
| "ĠL": 688, | |
| "Ġed": 689, | |
| "Ġout": 690, | |
| "Ġar": 691, | |
| "ond": 692, | |
| "Ġsm": 693, | |
| "til": 694, | |
| "tive": 695, | |
| "titu": 696, | |
| "Ġpan": 697, | |
| "Ġfeel": 698, | |
| "arm": 699, | |
| "aring": 700, | |
| "Ġbec": 701, | |
| "Ġdue": 702, | |
| "ices": 703, | |
| "Ġover": 704, | |
| "Ġheat": 705, | |
| "ild": 706, | |
| "Ġgo": 707, | |
| "Ġwithin": 708, | |
| "pport": 709, | |
| "ife": 710, | |
| "Ġany": 711, | |
| "avor": 712, | |
| "ĠInsurance": 713, | |
| "Ġspec": 714, | |
| "Ġsocial": 715, | |
| "Ġworld": 716, | |
| "Ġtime": 717, | |
| "**": 718, | |
| "Section": 719, | |
| "com": 720, | |
| "ever": 721, | |
| "he": 722, | |
| "joy": 723, | |
| "li": 724, | |
| "ness": 725, | |
| "pe": 726, | |
| "por": 727, | |
| "uth": 728, | |
| "ved": 729, | |
| "ince": 730, | |
| "Ġauth": 731, | |
| "one": 732, | |
| "Ġser": 733, | |
| "ence": 734, | |
| "Ġeff": 735, | |
| "Ġher": 736, | |
| "ely": 737, | |
| "Ġoffer": 738, | |
| "ilm": 739, | |
| "Ġstr": 740, | |
| "Ġgen": 741, | |
| "ular": 742, | |
| "ages": 743, | |
| "Ġwhat": 744, | |
| "rip": 745, | |
| "tein": 746, | |
| "Ġallow": 747, | |
| "ĠBy": 748, | |
| "Ġlear": 749, | |
| "Ġits": 750, | |
| "ĠOn": 751, | |
| "Ġstudents": 752, | |
| "Ġexperiences": 753, | |
| "mma": 754, | |
| "nderstanding": 755, | |
| "air": 756, | |
| "ber": 757, | |
| "gur": 758, | |
| "hn": 759, | |
| "led": 760, | |
| "lus": 761, | |
| "pec": 762, | |
| "res": 763, | |
| "ted": 764, | |
| "ues": 765, | |
| "uang": 766, | |
| "ĠV": 767, | |
| "Ġafter": 768, | |
| "Ġsuch": 769, | |
| "ency": 770, | |
| "Ġcup": 771, | |
| "tiv": 772, | |
| "ories": 773, | |
| "ound": 774, | |
| "ough": 775, | |
| "ated": 776, | |
| "ard": 777, | |
| "ared": 778, | |
| "tional": 779, | |
| "Ġbet": 780, | |
| "Ġback": 781, | |
| "Ġdes": 782, | |
| "Ġind": 783, | |
| "Ġmak": 784, | |
| "omm": 785, | |
| "Ġeven": 786, | |
| "Ġhel": 787, | |
| "Ġoff": 788, | |
| "Ġno": 789, | |
| "ooth": 790, | |
| "Ġorphan": 791, | |
| "Ġcons": 792, | |
| "Ġwhich": 793, | |
| "Ġche": 794, | |
| "Ġprotein": 795, | |
| "Ġvi": 796, | |
| "Ġenjoy": 797, | |
| "tegr": 798, | |
| "Ġass": 799, | |
| "ĠThis": 800, | |
| "Ġtrad": 801, | |
| "ĠEmma": 802, | |
| "Ġcooking": 803, | |
| "tural": 804, | |
| "Ġdisc": 805, | |
| "Ġinstitu": 806, | |
| "Ġtex": 807, | |
| "Ġbread": 808, | |
| "guru": 809, | |
| "uangguru": 810, | |
| "ble": 811, | |
| "ced": 812, | |
| "itions": 813, | |
| "lud": 814, | |
| "line": 815, | |
| "ng": 816, | |
| "now": 817, | |
| "Ġif": 818, | |
| "ons": 819, | |
| "Ġset": 820, | |
| "ene": 821, | |
| "eng": 822, | |
| "Ġcr": 823, | |
| "ory": 824, | |
| "Ġpers": 825, | |
| "Ġpop": 826, | |
| "Ġprom": 827, | |
| "ould": 828, | |
| "ater": 829, | |
| "ards": 830, | |
| "Ġmin": 831, | |
| "Ġmeat": 832, | |
| "Ġmov": 833, | |
| "Ġhist": 834, | |
| "echn": 835, | |
| "Ġlit": 836, | |
| "ety": 837, | |
| "ette": 838, | |
| "Ġgl": 839, | |
| "Ġgr": 840, | |
| "Ġnew": 841, | |
| "ower": 842, | |
| "ool": 843, | |
| "Ġrel": 844, | |
| "ources": 845, | |
| "Ġconn": 846, | |
| "ĠSo": 847, | |
| "Ġwhere": 848, | |
| "Ġone": 849, | |
| "olog": 850, | |
| "Ġeng": 851, | |
| "ays": 852, | |
| "ost": 853, | |
| "apy": 854, | |
| "ions": 855, | |
| "ople": 856, | |
| "ĠRuangguru": 857, | |
| "Ġtrans": 858, | |
| "struc": 859, | |
| "Ġadd": 860, | |
| "Ġdevel": 861, | |
| "ative": 862, | |
| "illed": 863, | |
| "Ġstudies": 864, | |
| "Ġinclud": 865, | |
| "ĠChar": 866, | |
| "Ġamong": 867, | |
| "Ġcommunities": 868, | |
| "Ġpeople": 869, | |
| "Ġvarious": 870, | |
| "Ġwriters": 871, | |
| "ausea": 872, | |
| "Ġeduc": 873, | |
| "Ġdevelop": 874, | |
| "aud": 875, | |
| "bec": 876, | |
| "cing": 877, | |
| "clus": 878, | |
| "ft": 879, | |
| "gency": 880, | |
| "hi": 881, | |
| "hy": 882, | |
| "ked": 883, | |
| "lic": 884, | |
| "less": 885, | |
| "ney": 886, | |
| "rince": 887, | |
| "Ġ'": 888, | |
| "ĠÂ": 889, | |
| "ĠâĢ": 890, | |
| "iness": 891, | |
| "Ġtrip": 892, | |
| "Ġaround": 893, | |
| "Ġsim": 894, | |
| "Ġsign": 895, | |
| "Ġcar": 896, | |
| "Ġcol": 897, | |
| "Ġpos": 898, | |
| "Ġwarm": 899, | |
| "atch": 900, | |
| "ather": 901, | |
| "iting": 902, | |
| "Ġfilm": 903, | |
| "arbec": 904, | |
| "Ġbl": 905, | |
| "Ġbr": 906, | |
| "Ġbel": 907, | |
| "Ġbro": 908, | |
| "Ġdo": 909, | |
| "Ġdif": 910, | |
| "Ġdist": 911, | |
| "Ġintegr": 912, | |
| "Ġmem": 913, | |
| "Ġele": 914, | |
| "ase": 915, | |
| "enter": 916, | |
| "ecess": 917, | |
| "Ġlife": 918, | |
| "iron": 919, | |
| "Ġnecess": 920, | |
| "identi": 921, | |
| "ĠIs": 922, | |
| "amic": 923, | |
| "tern": 924, | |
| "ĠCon": 925, | |
| "Ġred": 926, | |
| "Ġexam": 927, | |
| "Ġwithout": 928, | |
| "emother": 929, | |
| "Ġonly": 930, | |
| "Ġchar": 931, | |
| "Ġprovid": 932, | |
| "ĠAd": 933, | |
| "Ġall": 934, | |
| "ose": 935, | |
| "apter": 936, | |
| "ĠThe": 937, | |
| "Ġbeen": 938, | |
| "Ġlet": 939, | |
| "ĠPrince": 940, | |
| "Ġsub": 941, | |
| "Ġdivers": 942, | |
| "Ġcontrib": 943, | |
| "ĠNew": 944, | |
| "Ġemp": 945, | |
| "tures": 946, | |
| "Ġroad": 947, | |
| "itional": 948, | |
| "Ġneed": 949, | |
| "Ġ20": 950, | |
| "Ġsurf": 951, | |
| "Ġhave": 952, | |
| "Ġspecific": 953, | |
| "ommy": 954, | |
| "Ġhelp": 955, | |
| "ĠCharles": 956, | |
| "audette": 957, | |
| "clusion": 958, | |
| "ĠâĢĵ": 959, | |
| "emotherapy": 960, | |
| "?\"": 961, | |
| "II": 962, | |
| "af": 963, | |
| "ail": 964, | |
| "app": 965, | |
| "be": 966, | |
| "br": 967, | |
| "cer": 968, | |
| "cour": 969, | |
| "een": 970, | |
| "ear": 971, | |
| "king": 972, | |
| "ling": 973, | |
| "land": 974, | |
| "mer": 975, | |
| "nit": 976, | |
| "oth": 977, | |
| "redi": 978, | |
| "ss": 979, | |
| "sel": 980, | |
| "uce": 981, | |
| "ute": 982, | |
| "vent": 983, | |
| "wards": 984, | |
| "ween": 985, | |
| "ĠY": 986, | |
| "Ġidenti": 987, | |
| "ining": 988, | |
| "Ġty": 989, | |
| "Ġtem": 990, | |
| "Ġtechn": 991, | |
| "Ġcl": 992, | |
| "Ġcer": 993, | |
| "Ġcur": 994, | |
| "Ġcall": 995, | |
| "ord": 996, | |
| "oring": 997, | |
| "Ġthan": 998, | |
| "Ġthere": 999, | |
| "ree": 1000, | |
| "reat": 1001, | |
| "Ġpower": 1002, | |
| "Ġwere": 1003, | |
| "Ġwill": 1004, | |
| "itage": 1005, | |
| "Ġbarbec": 1006, | |
| "ice": 1007, | |
| "Ġinduction": 1008, | |
| "Ġmon": 1009, | |
| "Ġmom": 1010, | |
| "Ġtoge": 1011, | |
| "ash": 1012, | |
| "acti": 1013, | |
| "ility": 1014, | |
| "Ġgrow": 1015, | |
| "Ġnausea": 1016, | |
| "Ġread": 1017, | |
| "adan": 1018, | |
| "ĠIt": 1019, | |
| "amadan": 1020, | |
| "ourse": 1021, | |
| "aged": 1022, | |
| "agine": 1023, | |
| "Ġwho": 1024, | |
| "Ġextr": 1025, | |
| "Ġcho": 1026, | |
| "Ġchick": 1027, | |
| "Ġprof": 1028, | |
| "Ġproduc": 1029, | |
| "ries": 1030, | |
| "Ġensur": 1031, | |
| "Ġencour": 1032, | |
| "Ġalong": 1033, | |
| "aining": 1034, | |
| "chool": 1035, | |
| "ĠThese": 1036, | |
| "Ġacc": 1037, | |
| "Ġdep": 1038, | |
| "fore": 1039, | |
| "Ġresources": 1040, | |
| "ferent": 1041, | |
| "ĠHow": 1042, | |
| "Ġsupport": 1043, | |
| "Ġdiet": 1044, | |
| "Ġcreate": 1045, | |
| "Ġplant": 1046, | |
| "Ġcomple": 1047, | |
| "Ġappro": 1048, | |
| "Ġprep": 1049, | |
| "Ġsomething": 1050, | |
| "Ġheal": 1051, | |
| "Ġupon": 1052, | |
| "Ġknow": 1053, | |
| "ĠGaudette": 1054, | |
| "ificant": 1055, | |
| "Ġfamily": 1056, | |
| "Ġscene": 1057, | |
| "Ġmany": 1058, | |
| "Ġpracti": 1059, | |
| "Ġeffec": 1060, | |
| "Ġgener": 1061, | |
| "Ġbetween": 1062, | |
| "Ġmaking": 1063, | |
| "Ġconsist": 1064, | |
| "Ġtexture": 1065, | |
| "Ġliter": 1066, | |
| "Ġeducation": 1067, | |
| "Ġsignificant": 1068, | |
| "Ġnecessary": 1069, | |
| "Ġproviding": 1070, | |
| "Ġdiverse": 1071, | |
| "Ġtogether": 1072, | |
| ".\"": 1073, | |
| ":**": 1074, | |
| "Con": 1075, | |
| "Th": 1076, | |
| "Wh": 1077, | |
| "au": 1078, | |
| "day": 1079, | |
| "eed": 1080, | |
| "fu": 1081, | |
| "fy": 1082, | |
| "fect": 1083, | |
| "gan": 1084, | |
| "ior": 1085, | |
| "ient": 1086, | |
| "ive": 1087, | |
| "ivid": 1088, | |
| "ote": 1089, | |
| "ry": 1090, | |
| "rphan": 1091, | |
| "sh": 1092, | |
| "so": 1093, | |
| "tle": 1094, | |
| "tro": 1095, | |
| "tud": 1096, | |
| "ual": 1097, | |
| "ution": 1098, | |
| "uals": 1099, | |
| "vide": 1100, | |
| "xt": 1101, | |
| "ym": 1102, | |
| "ðŁ": 1103, | |
| "Ġing": 1104, | |
| "Ġess": 1105, | |
| "Ġke": 1106, | |
| "inary": 1107, | |
| "Ġtake": 1108, | |
| "Ġtreat": 1109, | |
| "Ġag": 1110, | |
| "onents": 1111, | |
| "Ġsk": 1112, | |
| "ening": 1113, | |
| "ends": 1114, | |
| "orical": 1115, | |
| "orpor": 1116, | |
| "Ġthose": 1117, | |
| "nder": 1118, | |
| "nduc": 1119, | |
| "rec": 1120, | |
| "Ġpo": 1121, | |
| "Ġwond": 1122, | |
| "Ġwould": 1123, | |
| "ately": 1124, | |
| "ital": 1125, | |
| "itable": 1126, | |
| "Ġfac": 1127, | |
| "Ġfir": 1128, | |
| "Ġfol": 1129, | |
| "arch": 1130, | |
| "Ġbut": 1131, | |
| "Ġdig": 1132, | |
| "ics": 1133, | |
| "Ġinn": 1134, | |
| "Ġinvol": 1135, | |
| "Ġmo": 1136, | |
| "Ġmed": 1137, | |
| "Ġmar": 1138, | |
| "Ġmag": 1139, | |
| "Ġmain": 1140, | |
| "Ġmod": 1141, | |
| "Ġmake": 1142, | |
| "Ġtowards": 1143, | |
| "Ġtoday": 1144, | |
| "Ġoil": 1145, | |
| "Ġopport": 1146, | |
| "omach": 1147, | |
| "Ġhom": 1148, | |
| "Ġhigh": 1149, | |
| "ross": 1150, | |
| "ently": 1151, | |
| "ures": 1152, | |
| "aces": 1153, | |
| "Ġlo": 1154, | |
| "Ġlay": 1155, | |
| "Ġlook": 1156, | |
| "uss": 1157, | |
| "ired": 1158, | |
| "ession": 1159, | |
| "Ġstories": 1160, | |
| "Ġgu": 1161, | |
| "Ġreg": 1162, | |
| "Ġrequ": 1163, | |
| "ĠIm": 1164, | |
| "ĠCenter": 1165, | |
| "Ġrather": 1166, | |
| "aging": 1167, | |
| "Ġconcep": 1168, | |
| "ĠSe": 1169, | |
| "ĠSome": 1170, | |
| "ĠSchool": 1171, | |
| "unities": 1172, | |
| "Ġchall": 1173, | |
| "Ġchapter": 1174, | |
| "Ġchemotherapy": 1175, | |
| "Ġprot": 1176, | |
| "Ġprocess": 1177, | |
| "Ġprovide": 1178, | |
| "riti": 1179, | |
| "Ġvis": 1180, | |
| "ĠAs": 1181, | |
| "ĠAgency": 1182, | |
| "ains": 1183, | |
| "Ġasked": 1184, | |
| "chie": 1185, | |
| "esearch": 1186, | |
| "ĠMommy": 1187, | |
| "utes": 1188, | |
| "ights": 1189, | |
| "Ġbefore": 1190, | |
| "ĠRamadan": 1191, | |
| "avors": 1192, | |
| "Ġlead": 1193, | |
| "ĠEx": 1194, | |
| "Ġaccess": 1195, | |
| "Ġacross": 1196, | |
| "ĠInc": 1197, | |
| "Ġuniqu": 1198, | |
| "fort": 1199, | |
| "ody": 1200, | |
| "Ġsearing": 1201, | |
| "Ġresp": 1202, | |
| "ief": 1203, | |
| "ĠOrphan": 1204, | |
| "Ġusing": 1205, | |
| "Ġcomponents": 1206, | |
| "ential": 1207, | |
| "Ġprefer": 1208, | |
| "Ġincorpor": 1209, | |
| "Ġemo": 1210, | |
| "ense": 1211, | |
| "Ġveget": 1212, | |
| "vely": 1213, | |
| "Ġtimes": 1214, | |
| "ending": 1215, | |
| "Ġflavor": 1216, | |
| "Ġflavors": 1217, | |
| "Ġintern": 1218, | |
| "Ġcultural": 1219, | |
| "Ġunder": 1220, | |
| "Ġquick": 1221, | |
| "Ġpart": 1222, | |
| "ĠForney": 1223, | |
| "Ġfamilies": 1224, | |
| "lect": 1225, | |
| "Ġexplore": 1226, | |
| "Ġsaf": 1227, | |
| "Ġsurround": 1228, | |
| "Ġhapp": 1229, | |
| "iques": 1230, | |
| "Ġbecome": 1231, | |
| "Ġgoing": 1232, | |
| "Ġauthors": 1233, | |
| "Ġheritage": 1234, | |
| "Ġoffering": 1235, | |
| "Ġstrong": 1236, | |
| "Ġlearn": 1237, | |
| "Ġlearning": 1238, | |
| "ĠOnline": 1239, | |
| "airy": 1240, | |
| "Ġindivid": 1241, | |
| "Ġoffers": 1242, | |
| "Ġcheese": 1243, | |
| "Ġtraditional": 1244, | |
| "Ġinstitutions": 1245, | |
| "Ġmovie": 1246, | |
| "ology": 1247, | |
| "structions": 1248, | |
| "Ġdifferent": 1249, | |
| "ĠAdd": 1250, | |
| "Ġtemper": 1251, | |
| "Ġcalled": 1252, | |
| "Ġprofession": 1253, | |
| "Ġensuring": 1254, | |
| "ĠHowever": 1255, | |
| "Ġpractices": 1256, | |
| "Ġliterature": 1257, | |
| "Conclusion": 1258, | |
| "troduction": 1259, | |
| "Ġingredi": 1260, | |
| "Ġwonder": 1261, | |
| "Ġopportunities": 1262, | |
| "Ġchalleng": 1263, | |
| "Ġunique": 1264, | |
| ".,": 1265, | |
| "Ac": 1266, | |
| "The": 1267, | |
| "ave": 1268, | |
| "bs": 1269, | |
| "bers": 1270, | |
| "cent": 1271, | |
| "eties": 1272, | |
| "gin": 1273, | |
| "get": 1274, | |
| "ground": 1275, | |
| "ip": 1276, | |
| "iti": 1277, | |
| "ike": 1278, | |
| "iod": 1279, | |
| "ll": 1280, | |
| "lab": 1281, | |
| "mooth": 1282, | |
| "ne": 1283, | |
| "ner": 1284, | |
| "ok": 1285, | |
| "ole": 1286, | |
| "oil": 1287, | |
| "pes": 1288, | |
| "pri": 1289, | |
| "ren": 1290, | |
| "ric": 1291, | |
| "rap": 1292, | |
| "ten": 1293, | |
| "tor": 1294, | |
| "ub": 1295, | |
| "utions": 1296, | |
| "uild": 1297, | |
| "vices": 1298, | |
| "ways": 1299, | |
| "ye": 1300, | |
| "ys": 1301, | |
| "yond": 1302, | |
| "Ġide": 1303, | |
| "Ġiron": 1304, | |
| "ines": 1305, | |
| "inem": 1306, | |
| "Ġtas": 1307, | |
| "Ġachie": 1308, | |
| "erm": 1309, | |
| "ern": 1310, | |
| "onal": 1311, | |
| "Ġsou": 1312, | |
| "Ġsour": 1313, | |
| "Ġsol": 1314, | |
| "Ġsati": 1315, | |
| "Ġside": 1316, | |
| "Ġstil": 1317, | |
| "inger": 1318, | |
| "ingly": 1319, | |
| "Ġcap": 1320, | |
| "orks": 1321, | |
| "Ġthin": 1322, | |
| "Ġthen": 1323, | |
| "ream": 1324, | |
| "reci": 1325, | |
| "Ġpi": 1326, | |
| "Ġpass": 1327, | |
| "Ġway": 1328, | |
| "Ġwell": 1329, | |
| "Ġwatch": 1330, | |
| "ality": 1331, | |
| "ances": 1332, | |
| "oun": 1333, | |
| "ited": 1334, | |
| "Ġfi": 1335, | |
| "Ġfos": 1336, | |
| "Ġfill": 1337, | |
| "Ġfoc": 1338, | |
| "Ġfind": 1339, | |
| "Ġbur": 1340, | |
| "Ġbest": 1341, | |
| "Ġbuild": 1342, | |
| "Ġdid": 1343, | |
| "Ġmad": 1344, | |
| "Ġmay": 1345, | |
| "Ġmore": 1346, | |
| "Ġmedi": 1347, | |
| "Ġmuch": 1348, | |
| "Ġtofu": 1349, | |
| "ise": 1350, | |
| "isp": 1351, | |
| "Ġother": 1352, | |
| "Ġeach": 1353, | |
| "Ġhim": 1354, | |
| "els": 1355, | |
| "asy": 1356, | |
| "ason": 1357, | |
| "acter": 1358, | |
| "ilation": 1359, | |
| "ush": 1360, | |
| "Ġstruc": 1361, | |
| "Ġstomach": 1362, | |
| "ets": 1363, | |
| "Ġnot": 1364, | |
| "Ġref": 1365, | |
| "Ġreci": 1366, | |
| "imilation": 1367, | |
| "ider": 1368, | |
| "ame": 1369, | |
| "ĠCom": 1370, | |
| "ĠSh": 1371, | |
| "Ġexc": 1372, | |
| "ems": 1373, | |
| "empor": 1374, | |
| "Ġones": 1375, | |
| "Ġchild": 1376, | |
| "ppor": 1377, | |
| "pped": 1378, | |
| "ĠTo": 1379, | |
| "Ġval": 1380, | |
| "ands": 1381, | |
| "ĠAli": 1382, | |
| "Ġaltern": 1383, | |
| "Ġalso": 1384, | |
| "Ġalways": 1385, | |
| "ateg": 1386, | |
| "ished": 1387, | |
| "ĠThat": 1388, | |
| "ops": 1389, | |
| "ĠWe": 1390, | |
| "ĠWell": 1391, | |
| "ĠWrit": 1392, | |
| "Ġbeyond": 1393, | |
| "ĠBut": 1394, | |
| "Ġtraining": 1395, | |
| "Ġyoung": 1396, | |
| "avig": 1397, | |
| "stance": 1398, | |
| "ĠEng": 1399, | |
| "Ġunc": 1400, | |
| "Ġshap": 1401, | |
| "Ġdeb": 1402, | |
| "atic": 1403, | |
| "Ġsee": 1404, | |
| "Ġsocieties": 1405, | |
| "Ġsuppor": 1406, | |
| "Ġcooked": 1407, | |
| "ells": 1408, | |
| "Ġcontempor": 1409, | |
| "Ġcreating": 1410, | |
| "Ġworks": 1411, | |
| "izing": 1412, | |
| "Ġincre": 1413, | |
| "mentary": 1414, | |
| "ograp": 1415, | |
| "oreover": 1416, | |
| "Ġhear": 1417, | |
| "ender": 1418, | |
| "ightful": 1419, | |
| "Ġjust": 1420, | |
| "Ġteach": 1421, | |
| "Ġperfect": 1422, | |
| "Ġcommunity": 1423, | |
| "Ġunderstanding": 1424, | |
| "Ġvari": 1425, | |
| "Ġimport": 1426, | |
| "Ġoptions": 1427, | |
| "Ġexploring": 1428, | |
| "ĠWhen": 1429, | |
| "ĠUnderstanding": 1430, | |
| "ĠUnit": 1431, | |
| "Ġeveryone": 1432, | |
| "tric": 1433, | |
| "Ġ19": 1434, | |
| "ĠLet": 1435, | |
| "Ġoutcom": 1436, | |
| "Ġsmo": 1437, | |
| "Ġspecial": 1438, | |
| "Ġallows": 1439, | |
| "tivating": 1440, | |
| "Ġbackground": 1441, | |
| "Ġorphanage": 1442, | |
| "Ġorphanages": 1443, | |
| "Ġdiscover": 1444, | |
| "Ġdiscuss": 1445, | |
| "Ġsetting": 1446, | |
| "Ġpopul": 1447, | |
| "Ġpopular": 1448, | |
| "Ġhistorical": 1449, | |
| "Ġglass": 1450, | |
| "Ġgrilled": 1451, | |
| "Ġconnec": 1452, | |
| "ĠSoci": 1453, | |
| "Ġtransform": 1454, | |
| "Ġinclude": 1455, | |
| "hips": 1456, | |
| "Ġ¼": 1457, | |
| "Ġbroad": 1458, | |
| "Ġintegration": 1459, | |
| "Ġmembers": 1460, | |
| "Ġexample": 1461, | |
| "Ġcontribute": 1462, | |
| "Ġ201": 1463, | |
| "Ġsurface": 1464, | |
| "Ġtechniques": 1465, | |
| "Ġpowerful": 1466, | |
| "Ġchicken": 1467, | |
| "Ġappropri": 1468, | |
| "Ġhealth": 1469, | |
| "Ġsignificantly": 1470, | |
| "Ġessential": 1471, | |
| "Ġfollow": 1472, | |
| "Ġinnov": 1473, | |
| "Ġmaintain": 1474, | |
| "Ġlayers": 1475, | |
| "Ġincorporating": 1476, | |
| "Ġquickly": 1477, | |
| "Ġsurrounding": 1478, | |
| "Ġindividuals": 1479, | |
| "Ġingredients": 1480, | |
| "Ġchallenges": 1481, | |
| "labor": 1482, | |
| "Ġtaste": 1483, | |
| "Ġstill": 1484, | |
| "Ġfoster": 1485, | |
| "Ġfocus": 1486, | |
| "Ġmedium": 1487, | |
| "Ġchildren": 1488, | |
| "ĠEngland": 1489, | |
| "Ġcontemporary": 1490, | |
| "Ġoutcomes": 1491, | |
| "!\"": 1492, | |
| "'ll": 1493, | |
| "Induc": 1494, | |
| "Now": 1495, | |
| "aw": 1496, | |
| "bility": 1497, | |
| "body": 1498, | |
| "cc": 1499, | |
| "con": 1500, | |
| "dough": 1501, | |
| "duce": 1502, | |
| "eals": 1503, | |
| "gg": 1504, | |
| "go": 1505, | |
| "gue": 1506, | |
| "ios": 1507, | |
| "ived": 1508, | |
| "ible": 1509, | |
| "ject": 1510, | |
| "light": 1511, | |
| "ms": 1512, | |
| "more": 1513, | |
| "ners": 1514, | |
| "nother": 1515, | |
| "oon": 1516, | |
| "oci": 1517, | |
| "ots": 1518, | |
| "ods": 1519, | |
| "par": 1520, | |
| "press": 1521, | |
| "pite": 1522, | |
| "rans": 1523, | |
| "raf": 1524, | |
| "sues": 1525, | |
| "tly": 1526, | |
| "uing": 1527, | |
| "ually": 1528, | |
| "uage": 1529, | |
| "van": 1530, | |
| "vant": 1531, | |
| "viron": 1532, | |
| "wn": 1533, | |
| "ware": 1534, | |
| "works": 1535, | |
| "yst": 1536, | |
| "yles": 1537, | |
| "âħ": 1538, | |
| "Ġ&": 1539, | |
| "Ġ4": 1540, | |
| "ĠK": 1541, | |
| "Ġes": 1542, | |
| "Ġâħ": 1543, | |
| "inc": 1544, | |
| "ins": 1545, | |
| "inally": 1546, | |
| "Ġtw": 1547, | |
| "Ġtal": 1548, | |
| "Ġtender": 1549, | |
| "Ġaim": 1550, | |
| "erg": 1551, | |
| "ering": 1552, | |
| "Ġsit": 1553, | |
| "Ġsch": 1554, | |
| "Ġsince": 1555, | |
| "Ġsyst": 1556, | |
| "ences": 1557, | |
| "Ġcust": 1558, | |
| "Ġcould": 1559, | |
| "Ġcourse": 1560, | |
| "Ġcinem": 1561, | |
| "Ġcells": 1562, | |
| "tire": 1563, | |
| "tici": 1564, | |
| "tives": 1565, | |
| "titud": 1566, | |
| "tively": 1567, | |
| "orable": 1568, | |
| "Ġthings": 1569, | |
| "Ġthough": 1570, | |
| "read": 1571, | |
| "Ġpol": 1572, | |
| "Ġpans": 1573, | |
| "alm": 1574, | |
| "any": 1575, | |
| "aning": 1576, | |
| "outh": 1577, | |
| "att": 1578, | |
| "atform": 1579, | |
| "Ġfas": 1580, | |
| "Ġfun": 1581, | |
| "Ġfri": 1582, | |
| "Ġfeat": 1583, | |
| "Ġfact": 1584, | |
| "Ġfavor": 1585, | |
| "Ġbas": 1586, | |
| "Ġbook": 1587, | |
| "Ġboth": 1588, | |
| "Ġdr": 1589, | |
| "Ġdec": 1590, | |
| "Ġdet": 1591, | |
| "Ġdem": 1592, | |
| "Ġdish": 1593, | |
| "Ġdress": 1594, | |
| "ically": 1595, | |
| "ications": 1596, | |
| "icious": 1597, | |
| "icient": 1598, | |
| "Ġinf": 1599, | |
| "Ġinsurance": 1600, | |
| "Ġinstance": 1601, | |
| "Ġmis": 1602, | |
| "Ġmight": 1603, | |
| "Ġmind": 1604, | |
| "Ġmouth": 1605, | |
| "Ġtop": 1606, | |
| "Ġtook": 1607, | |
| "Ġocc": 1608, | |
| "Ġown": 1609, | |
| "oms": 1610, | |
| "omes": 1611, | |
| "Ġet": 1612, | |
| "Ġhor": 1613, | |
| "Ġhar": 1614, | |
| "Ġhad": 1615, | |
| "Ġhome": 1616, | |
| "Ġhere": 1617, | |
| "Ġhot": 1618, | |
| "elf": 1619, | |
| "elt": 1620, | |
| "eler": 1621, | |
| "eless": 1622, | |
| "asp": 1623, | |
| "asant": 1624, | |
| "asingly": 1625, | |
| "ented": 1626, | |
| "entle": 1627, | |
| "ece": 1628, | |
| "eck": 1629, | |
| "urt": 1630, | |
| "uries": 1631, | |
| "urther": 1632, | |
| "ily": 1633, | |
| "ilities": 1634, | |
| "thers": 1635, | |
| "Ġlar": 1636, | |
| "Ġless": 1637, | |
| "Ġlow": 1638, | |
| "Ġlang": 1639, | |
| "Ġlau": 1640, | |
| "ires": 1641, | |
| "Ġstar": 1642, | |
| "Ġstate": 1643, | |
| "Ġsteel": 1644, | |
| "Ġstory": 1645, | |
| "etal": 1646, | |
| "etworks": 1647, | |
| "Ġgood": 1648, | |
| "Ġgentle": 1649, | |
| "Ġnut": 1650, | |
| "Ġnood": 1651, | |
| "Ġnavig": 1652, | |
| "Ġnetworks": 1653, | |
| "oods": 1654, | |
| "Ġrepl": 1655, | |
| "Ġreach": 1656, | |
| "iment": 1657, | |
| "ults": 1658, | |
| "ultim": 1659, | |
| "ultural": 1660, | |
| "idst": 1661, | |
| "uccess": 1662, | |
| "ĠIf": 1663, | |
| "ĠIts": 1664, | |
| "ĠCook": 1665, | |
| "ĠCourse": 1666, | |
| "Ġrich": 1667, | |
| "Ġresearch": 1668, | |
| "Ġconven": 1669, | |
| "Ġconvers": 1670, | |
| "ĠSt": 1671, | |
| "ĠSmooth": 1672, | |
| "Ġexter": 1673, | |
| "Ġexpress": 1674, | |
| "ement": 1675, | |
| "ember": 1676, | |
| "Ġonline": 1677, | |
| "Ġproble": 1678, | |
| "veral": 1679, | |
| "old": 1680, | |
| "rive": 1681, | |
| "ritic": 1682, | |
| "pper": 1683, | |
| "ĠTod": 1684, | |
| "Ġvital": 1685, | |
| "Ġform": 1686, | |
| "Ġenviron": 1687, | |
| "Ġentire": 1688, | |
| "ĠAc": 1689, | |
| "ĠAm": 1690, | |
| "cipl": 1691, | |
| "Ġalike": 1692, | |
| "abl": 1693, | |
| "ained": 1694, | |
| "ĠMus": 1695, | |
| "ĠMoreover": 1696, | |
| "uten": 1697, | |
| "ighb": 1698, | |
| "ighting": 1699, | |
| "ĠThrough": 1700, | |
| "ĠWith": 1701, | |
| "Ġbeing": 1702, | |
| "umm": 1703, | |
| "umes": 1704, | |
| "ĠBe": 1705, | |
| "ĠBriti": 1706, | |
| "aven": 1707, | |
| "Ġlevel": 1708, | |
| "ĠPl": 1709, | |
| "ĠPer": 1710, | |
| "Ġaction": 1711, | |
| "Ġcancer": 1712, | |
| "ĠIntroduction": 1713, | |
| "Ġunit": 1714, | |
| "Ġuntil": 1715, | |
| "Ġadap": 1716, | |
| "Ġadds": 1717, | |
| "Ġadvent": 1718, | |
| "Ġshe": 1719, | |
| "Ġshow": 1720, | |
| "Ġdeep": 1721, | |
| "atives": 1722, | |
| "Ġseason": 1723, | |
| "Ġseveral": 1724, | |
| "Ġsociety": 1725, | |
| "ĠHapp": 1726, | |
| "ieve": 1727, | |
| "Ġcookt": 1728, | |
| "Ġcookware": 1729, | |
| "Ġdive": 1730, | |
| "Ġdirec": 1731, | |
| "ĠOft": 1732, | |
| "Ġused": 1733, | |
| "Ġplatform": 1734, | |
| "Ġwork": 1735, | |
| "ationships": 1736, | |
| "Ġcompass": 1737, | |
| "Ġcompared": 1738, | |
| "akers": 1739, | |
| "Ġimm": 1740, | |
| "Ġappreci": 1741, | |
| "entic": 1742, | |
| "Ġcommit": 1743, | |
| "izes": 1744, | |
| "ized": 1745, | |
| "ization": 1746, | |
| "ĠNow": 1747, | |
| "Ġprev": 1748, | |
| "Ġmeal": 1749, | |
| "Ġmeth": 1750, | |
| "Ġmeals": 1751, | |
| "fficient": 1752, | |
| "mental": 1753, | |
| "Ġrole": 1754, | |
| "ected": 1755, | |
| "acters": 1756, | |
| "itionally": 1757, | |
| "tual": 1758, | |
| "Ġneighb": 1759, | |
| "Ġju": 1760, | |
| "Ġissues": 1761, | |
| "Ġcultures": 1762, | |
| "Ġculinary": 1763, | |
| "times": 1764, | |
| "timal": 1765, | |
| "Ġpercep": 1766, | |
| "Ġperiod": 1767, | |
| "Ġexperience": 1768, | |
| "Ġutil": 1769, | |
| "Ġquality": 1770, | |
| "Ġthroughout": 1771, | |
| "Ġpepper": 1772, | |
| "Ġpartici": 1773, | |
| "Ġimpress": 1774, | |
| "Ġfamilial": 1775, | |
| "Ġcareful": 1776, | |
| "Ġbreak": 1777, | |
| "Ġdelightful": 1778, | |
| "Ġdelicious": 1779, | |
| "lecting": 1780, | |
| "Ġopen": 1781, | |
| "Ġoptimal": 1782, | |
| "Ġremains": 1783, | |
| "Ġprim": 1784, | |
| "volution": 1785, | |
| "Ġart": 1786, | |
| "Ġargue": 1787, | |
| "Ġsmooth": 1788, | |
| "Ġfeelings": 1789, | |
| "Ġbecause": 1790, | |
| "Ġbecomes": 1791, | |
| "Ġauthentic": 1792, | |
| "Ġservices": 1793, | |
| "Ġstrateg": 1794, | |
| "Ġgenres": 1795, | |
| "Ġallowing": 1796, | |
| "ĠOnce": 1797, | |
| "berries": 1798, | |
| "pectives": 1799, | |
| "resh": 1800, | |
| "tivity": 1801, | |
| "Ġbetter": 1802, | |
| "Ġdesired": 1803, | |
| "Ġmakes": 1804, | |
| "Ġproteins": 1805, | |
| "Ġview": 1806, | |
| "Ġassoci": 1807, | |
| "Ġinstitutional": 1808, | |
| "ength": 1809, | |
| "Ġcrisp": 1810, | |
| "Ġpersonal": 1811, | |
| "Ġminer": 1812, | |
| "Ġhistory": 1813, | |
| "Ġrelig": 1814, | |
| "Ġrelationships": 1815, | |
| "ological": 1816, | |
| "Ġengaging": 1817, | |
| "Ġ½": 1818, | |
| "Ġcollabor": 1819, | |
| "Ġposs": 1820, | |
| "Ġbring": 1821, | |
| "Ġbelieve": 1822, | |
| "Ġdoes": 1823, | |
| "Ġdistinc": 1824, | |
| "Ġelements": 1825, | |
| "Ġelementary": 1826, | |
| "Ġreduc": 1827, | |
| "Ġcharacters": 1828, | |
| "ĠTheir": 1829, | |
| "Ġneeds": 1830, | |
| "Ġ200": 1831, | |
| "Ġsurfaces": 1832, | |
| "self": 1833, | |
| "Ġidentity": 1834, | |
| "Ġidentify": 1835, | |
| "Ġtypes": 1836, | |
| "Ġclos": 1837, | |
| "Ġcertain": 1838, | |
| "Ġceramic": 1839, | |
| "ording": 1840, | |
| "Ġbarbecue": 1841, | |
| "Ġmoment": 1842, | |
| "Ġmoments": 1843, | |
| "Ġgrowth": 1844, | |
| "Ġready": 1845, | |
| "Ġextra": 1846, | |
| "Ġencourages": 1847, | |
| "Ġcomplex": 1848, | |
| "Ġknown": 1849, | |
| "Ġeffectively": 1850, | |
| "Ġkeep": 1851, | |
| "Ġdiges": 1852, | |
| "Ġmodern": 1853, | |
| "Ġhomeless": 1854, | |
| "Ġregard": 1855, | |
| "Ġrequires": 1856, | |
| "ĠImagine": 1857, | |
| "Ġconcept": 1858, | |
| "ĠExpl": 1859, | |
| "Ġrespons": 1860, | |
| "ĠOrphanages": 1861, | |
| "Ġvegetable": 1862, | |
| "Ġsafety": 1863, | |
| "Ġhappens": 1864, | |
| "Ġtemperature": 1865, | |
| "Ġprofessional": 1866, | |
| "Ġwondered": 1867, | |
| "Activity": 1868, | |
| "Ġsourdough": 1869, | |
| "Ġsatis": 1870, | |
| "Ġpiece": 1871, | |
| "Ġfillings": 1872, | |
| "Ġmade": 1873, | |
| "Ġrecipe": 1874, | |
| "ĠWriters": 1875, | |
| "Ġshaping": 1876, | |
| "Ġincreasingly": 1877, | |
| "ography": 1878, | |
| "Ġsettings": 1879, | |
| "Ġconnections": 1880, | |
| "Ġbroader": 1881, | |
| "Ġappropriate": 1882, | |
| "Ġinnovative": 1883, | |
| "going": 1884, | |
| "iosity": 1885, | |
| "titudes": 1886, | |
| "Ġdetail": 1887, | |
| "urthermore": 1888, | |
| "Ġlanguage": 1889, | |
| "Ġlaugh": 1890, | |
| "uccessful": 1891, | |
| "ĠCooking": 1892, | |
| "ritical": 1893, | |
| "ĠToday": 1894, | |
| "ĠBritish": 1895, | |
| "Ġadventure": 1896, | |
| "ĠHappy": 1897, | |
| "ĠOften": 1898, | |
| "Ġcompassion": 1899, | |
| "Ġparticip": 1900, | |
| "Ġassociated": 1901, | |
| "'re": 1902, | |
| "),": 1903, | |
| ",\"": 1904, | |
| ",'": 1905, | |
| "..": 1906, | |
| "19": 1907, | |
| "As": 1908, | |
| "And": 1909, | |
| "BL": 1910, | |
| "BT": 1911, | |
| "Ex": 1912, | |
| "Finally": 1913, | |
| "GBT": 1914, | |
| "Have": 1915, | |
| "ID": 1916, | |
| "IV": 1917, | |
| "Let": 1918, | |
| "OV": 1919, | |
| "To": 1920, | |
| "Understanding": 1921, | |
| "Wel": 1922, | |
| "aac": 1923, | |
| "aiting": 1924, | |
| "bol": 1925, | |
| "bled": 1926, | |
| "cin": 1927, | |
| "come": 1928, | |
| "dy": 1929, | |
| "der": 1930, | |
| "equ": 1931, | |
| "ether": 1932, | |
| "east": 1933, | |
| "eep": 1934, | |
| "egan": 1935, | |
| "ext": 1936, | |
| "easy": 1937, | |
| "fs": 1938, | |
| "fit": 1939, | |
| "fac": 1940, | |
| "fir": 1941, | |
| "ffor": 1942, | |
| "found": 1943, | |
| "free": 1944, | |
| "gress": 1945, | |
| "gumes": 1946, | |
| "has": 1947, | |
| "hil": 1948, | |
| "hance": 1949, | |
| "heat": 1950, | |
| "hod": 1951, | |
| "iv": 1952, | |
| "ix": 1953, | |
| "ied": 1954, | |
| "ian": 1955, | |
| "iver": 1956, | |
| "iab": 1957, | |
| "ially": 1958, | |
| "ibility": 1959, | |
| "just": 1960, | |
| "jection": 1961, | |
| "know": 1962, | |
| "ls": 1963, | |
| "lu": 1964, | |
| "lim": 1965, | |
| "lavor": 1966, | |
| "man": 1967, | |
| "mat": 1968, | |
| "nec": 1969, | |
| "new": 1970, | |
| "nick": 1971, | |
| "namic": 1972, | |
| "ob": 1973, | |
| "oly": 1974, | |
| "oting": 1975, | |
| "ply": 1976, | |
| "pir": 1977, | |
| "pres": 1978, | |
| "ror": 1979, | |
| "red": 1980, | |
| "rig": 1981, | |
| "run": 1982, | |
| "rang": 1983, | |
| "sing": 1984, | |
| "set": 1985, | |
| "sure": 1986, | |
| "sion": 1987, | |
| "side": 1988, | |
| "stitu": 1989, | |
| "ton": 1990, | |
| "tar": 1991, | |
| "tors": 1992, | |
| "tell": 1993, | |
| "ued": 1994, | |
| "vo": 1995, | |
| "vin": 1996, | |
| "vis": 1997, | |
| "wh": 1998, | |
| "wide": 1999, | |
| "wood": 2000, | |
| "yz": 2001, | |
| "ybe": 2002, | |
| "ynamic": 2003, | |
| "zens": 2004, | |
| "©ed": 2005, | |
| "éed": 2006, | |
| "Ġ3": 2007, | |
| "Ġ5": 2008, | |
| "Ġest": 2009, | |
| "Ġenter": 2010, | |
| "Ġice": 2011, | |
| "ĠðŁ": 2012, | |
| "Ġultim": 2013, | |
| "įĸ": 2014, | |
| "int": 2015, | |
| "ined": 2016, | |
| "ination": 2017, | |
| "induc": 2018, | |
| "inated": 2019, | |
| "Ġtell": 2020, | |
| "Ġtang": 2021, | |
| "Ġtast": 2022, | |
| "Ġaw": 2023, | |
| "Ġaff": 2024, | |
| "Ġahe": 2025, | |
| "Ġagency": 2026, | |
| "eses": 2027, | |
| "esting": 2028, | |
| "esign": 2029, | |
| "erve": 2030, | |
| "erous": 2031, | |
| "erived": 2032, | |
| "ont": 2033, | |
| "onds": 2034, | |
| "Ġsal": 2035, | |
| "Ġsec": 2036, | |
| "Ġsid": 2037, | |
| "Ġsure": 2038, | |
| "Ġsup": 2039, | |
| "Ġsick": 2040, | |
| "Ġsust": 2041, | |
| "Ġsens": 2042, | |
| "Ġstim": 2043, | |
| "Ġsound": 2044, | |
| "Ġslic": 2045, | |
| "Ġsense": 2046, | |
| "Ġself": 2047, | |
| "Ġsuccessful": 2048, | |
| "eness": 2049, | |
| "enpl": 2050, | |
| "Ġco": 2051, | |
| "Ġcle": 2052, | |
| "Ġcent": 2053, | |
| "Ġcuc": 2054, | |
| "Ġcam": 2055, | |
| "Ġcruc": 2056, | |
| "Ġcli": 2057, | |
| "Ġcater": 2058, | |
| "Ġcost": 2059, | |
| "Ġcash": 2060, | |
| "Ġciti": 2061, | |
| "Ġcub": 2062, | |
| "Ġcoun": 2063, | |
| "Ġceler": 2064, | |
| "Ġcritical": 2065, | |
| "tis": 2066, | |
| "tice": 2067, | |
| "tiful": 2068, | |
| "orm": 2069, | |
| "ored": 2070, | |
| "oration": 2071, | |
| "Ġthrow": 2072, | |
| "Ġthym": 2073, | |
| "reenpl": 2074, | |
| "Ġpal": 2075, | |
| "Ġpic": 2076, | |
| "Ġple": 2077, | |
| "Ġpand": 2078, | |
| "Ġpap": 2079, | |
| "Ġpum": 2080, | |
| "Ġpick": 2081, | |
| "Ġpress": 2082, | |
| "Ġpack": 2083, | |
| "Ġpair": 2084, | |
| "Ġwel": 2085, | |
| "Ġwant": 2086, | |
| "Ġwide": 2087, | |
| "Ġwater": 2088, | |
| "Ġwaiting": 2089, | |
| "alan": 2090, | |
| "alog": 2091, | |
| "alinger": 2092, | |
| "alyz": 2093, | |
| "anti": 2094, | |
| "atter": 2095, | |
| "ators": 2096, | |
| "athy": 2097, | |
| "atography": 2098, | |
| "ites": 2099, | |
| "itor": 2100, | |
| "itan": 2101, | |
| "itam": 2102, | |
| "itate": 2103, | |
| "itch": 2104, | |
| "Ġfr": 2105, | |
| "Ġfro": 2106, | |
| "Ġfant": 2107, | |
| "Ġfood": 2108, | |
| "Ġfast": 2109, | |
| "Ġfound": 2110, | |
| "Ġfilled": 2111, | |
| "Ġfash": 2112, | |
| "Ġfelt": 2113, | |
| "Ġfresh": 2114, | |
| "arr": 2115, | |
| "arily": 2116, | |
| "tionally": 2117, | |
| "Ġban": 2118, | |
| "Ġbad": 2119, | |
| "Ġbod": 2120, | |
| "Ġbased": 2121, | |
| "Ġbite": 2122, | |
| "Ġbrow": 2123, | |
| "Ġbene": 2124, | |
| "Ġbody": 2125, | |
| "Ġdon": 2126, | |
| "Ġdow": 2127, | |
| "Ġdim": 2128, | |
| "Ġdri": 2129, | |
| "Ġdry": 2130, | |
| "Ġdairy": 2131, | |
| "Ġdynamic": 2132, | |
| "ication": 2133, | |
| "icien": 2134, | |
| "icates": 2135, | |
| "ictor": 2136, | |
| "Ġinv": 2137, | |
| "Ġinch": 2138, | |
| "Ġinstruc": 2139, | |
| "Ġinstructions": 2140, | |
| "Ġmater": 2141, | |
| "Ġmost": 2142, | |
| "Ġmush": 2143, | |
| "Ġmatter": 2144, | |
| "Ġtomat": 2145, | |
| "levant": 2146, | |
| "Ġothers": 2147, | |
| "omiting": 2148, | |
| "Ġequ": 2149, | |
| "Ġevid": 2150, | |
| "Ġelec": 2151, | |
| "Ġease": 2152, | |
| "Ġeffor": 2153, | |
| "Ġhis": 2154, | |
| "Ġhous": 2155, | |
| "Ġharm": 2156, | |
| "Ġhaven": 2157, | |
| "Ġholy": 2158, | |
| "eld": 2159, | |
| "aster": 2160, | |
| "asting": 2161, | |
| "ashe": 2162, | |
| "rots": 2163, | |
| "roved": 2164, | |
| "rooms": 2165, | |
| "ental": 2166, | |
| "ects": 2167, | |
| "urb": 2168, | |
| "acing": 2169, | |
| "actions": 2170, | |
| "ille": 2171, | |
| "ilmm": 2172, | |
| "ilitate": 2173, | |
| "Ġlim": 2174, | |
| "Ġlong": 2175, | |
| "Ġlov": 2176, | |
| "Ġlenti": 2177, | |
| "Ġlighting": 2178, | |
| "Ġlined": 2179, | |
| "uset": 2180, | |
| "usiness": 2181, | |
| "irit": 2182, | |
| "irtual": 2183, | |
| "Ġste": 2184, | |
| "Ġstand": 2185, | |
| "Ġstay": 2186, | |
| "Ġstain": 2187, | |
| "Ġstov": 2188, | |
| "Ġstates": 2189, | |
| "Ġstep": 2190, | |
| "Ġstyles": 2191, | |
| "Ġgre": 2192, | |
| "Ġget": 2193, | |
| "Ġgrou": 2194, | |
| "Ġgather": 2195, | |
| "Ġgently": 2196, | |
| "Ġgets": 2197, | |
| "Ġnow": 2198, | |
| "Ġnum": 2199, | |
| "Ġnov": 2200, | |
| "Ġnature": 2201, | |
| "Ġreally": 2202, | |
| "Ġreact": 2203, | |
| "Ġrecent": 2204, | |
| "Ġrealm": 2205, | |
| "Ġrevolution": 2206, | |
| "Ġrejection": 2207, | |
| "Ġrelevant": 2208, | |
| "iments": 2209, | |
| "ult": 2210, | |
| "ulate": 2211, | |
| "ulner": 2212, | |
| "aded": 2213, | |
| "ids": 2214, | |
| "ĠInd": 2215, | |
| "ĠInduc": 2216, | |
| "amps": 2217, | |
| "ample": 2218, | |
| "amless": 2219, | |
| "Ġorig": 2220, | |
| "Ġorgan": 2221, | |
| "ourney": 2222, | |
| "ĠCur": 2223, | |
| "ĠCream": 2224, | |
| "ĠCOV": 2225, | |
| "Ġris": 2226, | |
| "Ġrang": 2227, | |
| "Ġright": 2228, | |
| "Ġrush": 2229, | |
| "Ġcond": 2230, | |
| "Ġconte": 2231, | |
| "Ġconvin": 2232, | |
| "ĠSp": 2233, | |
| "ĠSou": 2234, | |
| "ĠSol": 2235, | |
| "ĠSound": 2236, | |
| "ĠSinger": 2237, | |
| "ĠSalinger": 2238, | |
| "Ġwheat": 2239, | |
| "Ġexact": 2240, | |
| "Ġexcess": 2241, | |
| "emo": 2242, | |
| "emic": 2243, | |
| "ements": 2244, | |
| "embled": 2245, | |
| "unity": 2246, | |
| "unning": 2247, | |
| "Ġonions": 2248, | |
| "Ġongoing": 2249, | |
| "Ġcheck": 2250, | |
| "Ġchemo": 2251, | |
| "Ġproper": 2252, | |
| "Ġproduce": 2253, | |
| "Ġproject": 2254, | |
| "Ġprogress": 2255, | |
| "ĠTechn": 2256, | |
| "ĠTrans": 2257, | |
| "Ġvers": 2258, | |
| "Ġvary": 2259, | |
| "Ġvoc": 2260, | |
| "Ġvitam": 2261, | |
| "Ġvomiting": 2262, | |
| "Ġvirtual": 2263, | |
| "Ġvulner": 2264, | |
| "Ġyog": 2265, | |
| "Ġyear": 2266, | |
| "Ġcome": 2267, | |
| "Ġcomes": 2268, | |
| "Ġcoming": 2269, | |
| "Ġcomfort": 2270, | |
| "Ġforget": 2271, | |
| "Ġenhan": 2272, | |
| "Ġenough": 2273, | |
| "Ġenlight": 2274, | |
| "Ġenerg": 2275, | |
| "Ġenhance": 2276, | |
| "Ġensure": 2277, | |
| "ĠAl": 2278, | |
| "ĠAr": 2279, | |
| "ĠAnd": 2280, | |
| "ĠAfter": 2281, | |
| "ĠAnother": 2282, | |
| "ifting": 2283, | |
| "iform": 2284, | |
| "Ġalm": 2285, | |
| "ably": 2286, | |
| "ables": 2287, | |
| "quently": 2288, | |
| "aine": 2289, | |
| "aint": 2290, | |
| "Ġaspec": 2291, | |
| "Ġaspir": 2292, | |
| "ishments": 2293, | |
| "ooked": 2294, | |
| "Ġsogg": 2295, | |
| "Ġsoybe": 2296, | |
| "ĠMon": 2297, | |
| "ĠMass": 2298, | |
| "ĠMany": 2299, | |
| "ĠMaster": 2300, | |
| "ĠMaine": 2301, | |
| "utéed": 2302, | |
| "ĠThey": 2303, | |
| "plications": 2304, | |
| "ĠWatch": 2305, | |
| "Ġanother": 2306, | |
| "Ġanalyz": 2307, | |
| "Ġbeh": 2308, | |
| "Ġbeau": 2309, | |
| "Ġbegin": 2310, | |
| "ume": 2311, | |
| "ump": 2312, | |
| "umin": 2313, | |
| "umber": 2314, | |
| "ummer": 2315, | |
| "ĠBl": 2316, | |
| "ĠBashe": 2317, | |
| "ĠRed": 2318, | |
| "ĠRich": 2319, | |
| "ĠRoth": 2320, | |
| "ĠRye": 2321, | |
| "ĠRhod": 2322, | |
| "Ġtra": 2323, | |
| "Ġtrav": 2324, | |
| "Ġtrend": 2325, | |
| "Ġyouth": 2326, | |
| "aves": 2327, | |
| "ĠFam": 2328, | |
| "ĠFilm": 2329, | |
| "ĠFurthermore": 2330, | |
| "ĠFlavor": 2331, | |
| "ĠJust": 2332, | |
| "Ġintrig": 2333, | |
| "Ġlives": 2334, | |
| "Ġliving": 2335, | |
| "stanti": 2336, | |
| "istance": 2337, | |
| "istrib": 2338, | |
| "ĠPro": 2339, | |
| "ĠPour": 2340, | |
| "ĠPhil": 2341, | |
| "Ġactiv": 2342, | |
| "ĠInstitu": 2343, | |
| "Ġunity": 2344, | |
| "Ġuniform": 2345, | |
| "Ġadher": 2346, | |
| "Ġadvan": 2347, | |
| "Ġshare": 2348, | |
| "Ġshared": 2349, | |
| "Ġdelect": 2350, | |
| "pernick": 2351, | |
| "Ġseem": 2352, | |
| "Ġseamless": 2353, | |
| "Ġspace": 2354, | |
| "Ġspeed": 2355, | |
| "Ġspread": 2356, | |
| "Ġspirit": 2357, | |
| "Ġreson": 2358, | |
| "Ġresid": 2359, | |
| "Ġrestric": 2360, | |
| "Ġresults": 2361, | |
| "ills": 2362, | |
| "Ġsocietal": 2363, | |
| "ĠHer": 2364, | |
| "ĠHamps": 2365, | |
| "ieties": 2366, | |
| "Ġsuitable": 2367, | |
| "Ġsufficient": 2368, | |
| "Ġdialog": 2369, | |
| "ellent": 2370, | |
| "achuset": 2371, | |
| "Ġcontr": 2372, | |
| "Ġcontin": 2373, | |
| "Ġcontro": 2374, | |
| "Ġcontaining": 2375, | |
| "Ġcream": 2376, | |
| "Ġcreations": 2377, | |
| "Ġcreates": 2378, | |
| "Ġcreated": 2379, | |
| "Ġplan": 2380, | |
| "Ġplac": 2381, | |
| "Ġplay": 2382, | |
| "Ġstudent": 2383, | |
| "Ġcompos": 2384, | |
| "akes": 2385, | |
| "Ġimagine": 2386, | |
| "Ġapply": 2387, | |
| "Ġapplic": 2388, | |
| "Ġappear": 2389, | |
| "ize": 2390, | |
| "ĠNausea": 2391, | |
| "Ġprevent": 2392, | |
| "Ġmeans": 2393, | |
| "Ġmeaning": 2394, | |
| "Ġembr": 2395, | |
| "Ġembody": 2396, | |
| "ĠChapter": 2397, | |
| "ĠChemotherapy": 2398, | |
| "ressing": 2399, | |
| "aller": 2400, | |
| "acks": 2401, | |
| "Ġsomeone": 2402, | |
| "Ġsometimes": 2403, | |
| "Ġdispar": 2404, | |
| "Ġdiscipl": 2405, | |
| "Ġinsights": 2406, | |
| "Ġheight": 2407, | |
| "ĠDel": 2408, | |
| "ĠDuring": 2409, | |
| "Ġflame": 2410, | |
| "Ġthemes": 2411, | |
| "Ġinteract": 2412, | |
| "Ġinteresting": 2413, | |
| "Ġneg": 2414, | |
| "Ġnext": 2415, | |
| "otes": 2416, | |
| "Ġjo": 2417, | |
| "Ġjourney": 2418, | |
| "Ġkab": 2419, | |
| "Ġknew": 2420, | |
| "Ġkitch": 2421, | |
| "Ġteasp": 2422, | |
| "Ġample": 2423, | |
| "Ġamidst": 2424, | |
| "Ġatt": 2425, | |
| "Ġatten": 2426, | |
| "Ġattitudes": 2427, | |
| "Ġculture": 2428, | |
| "Ġcultivating": 2429, | |
| "ticut": 2430, | |
| "ticular": 2431, | |
| "time": 2432, | |
| "edients": 2433, | |
| "Ġperform": 2434, | |
| "ĠGree": 2435, | |
| "Ġunderstand": 2436, | |
| "Ġquite": 2437, | |
| "Ġparticular": 2438, | |
| "Ġwhenever": 2439, | |
| "Ġvarieties": 2440, | |
| "Ġimpact": 2441, | |
| "Ġimproved": 2442, | |
| "Ingr": 2443, | |
| "Instructions": 2444, | |
| "Introduction": 2445, | |
| "Ġscrip": 2446, | |
| "Ġdelves": 2447, | |
| "Ġdeliver": 2448, | |
| "Ġmanage": 2449, | |
| "Ġmanaged": 2450, | |
| "lection": 2451, | |
| "Ġopening": 2452, | |
| "Ġremin": 2453, | |
| "Ġremote": 2454, | |
| "Ġremember": 2455, | |
| "Ġexplained": 2456, | |
| "ĠWhy": 2457, | |
| "ĠWhat": 2458, | |
| "ĠWhile": 2459, | |
| "inded": 2460, | |
| "Ġsautéed": 2461, | |
| "Ġpres": 2462, | |
| "Ġeverything": 2463, | |
| "sequently": 2464, | |
| "ĠLay": 2465, | |
| "ĠLife": 2466, | |
| "ĠLGBT": 2467, | |
| "Ġarrang": 2468, | |
| "Ġsmil": 2469, | |
| "Ġfeeling": 2470, | |
| "arming": 2471, | |
| "Ġoverall": 2472, | |
| "Ġgoals": 2473, | |
| "Ġanything": 2474, | |
| "Ġworldwide": 2475, | |
| "comp": 2476, | |
| "coming": 2477, | |
| "comfort": 2478, | |
| "peh": 2479, | |
| "Ġauthor": 2480, | |
| "Ġserve": 2481, | |
| "Ġserving": 2482, | |
| "Ġeffect": 2483, | |
| "Ġefficien": 2484, | |
| "ledge": 2485, | |
| "pecially": 2486, | |
| "ĠVerm": 2487, | |
| "ĠVegan": 2488, | |
| "ĠVictor": 2489, | |
| "Ġdesc": 2490, | |
| "Ġdespite": 2491, | |
| "Ġindicates": 2492, | |
| "ommunity": 2493, | |
| "Ġhelps": 2494, | |
| "Ġnothing": 2495, | |
| "oothe": 2496, | |
| "Ġconsider": 2497, | |
| "Ġchefs": 2498, | |
| "Ġcheeses": 2499, | |
| "Ġvibr": 2500, | |
| "Ġenjoyable": 2501, | |
| "Ġenjoyment": 2502, | |
| "Ġassimilation": 2503, | |
| "Ġtraditions": 2504, | |
| "Ġtextures": 2505, | |
| "Ġiftar": 2506, | |
| "Ġperspectives": 2507, | |
| "Ġpromote": 2508, | |
| "Ġpromoting": 2509, | |
| "Ġpromotes": 2510, | |
| "Ġminim": 2511, | |
| "Ġminutes": 2512, | |
| "Ġmovies": 2513, | |
| "Ġlittle": 2514, | |
| "Ġgluten": 2515, | |
| "Ġnewfound": 2516, | |
| "Ġrelief": 2517, | |
| "Ġconnect": 2518, | |
| "Ġwhereas": 2519, | |
| "Ġengage": 2520, | |
| "Ġengaged": 2521, | |
| "Ġtransition": 2522, | |
| "Ġadditional": 2523, | |
| "Ġincludes": 2524, | |
| "Ġincluding": 2525, | |
| "Ġeducators": 2526, | |
| "Ġdeveloping": 2527, | |
| "Ġdevelopment": 2528, | |
| "ftar": 2529, | |
| "hire": 2530, | |
| "Ġsimple": 2531, | |
| "Ġsimply": 2532, | |
| "Ġcarrots": 2533, | |
| "Ġposition": 2534, | |
| "Ġwarmth": 2535, | |
| "Ġfilms": 2536, | |
| "Ġblending": 2537, | |
| "Ġbrings": 2538, | |
| "Ġbelief": 2539, | |
| "Ġbroth": 2540, | |
| "Ġdistrib": 2541, | |
| "Ġmemorable": 2542, | |
| "ĠIsl": 2543, | |
| "ĠIsland": 2544, | |
| "ĠIsaac": 2545, | |
| "ĠConnec": 2546, | |
| "ĠConsequently": 2547, | |
| "Ġredistrib": 2548, | |
| "Ġexamining": 2549, | |
| "Ġcharacter": 2550, | |
| "Ġsubstanti": 2551, | |
| "Ġcontributes": 2552, | |
| "Ġemphas": 2553, | |
| "Ġempathy": 2554, | |
| "Ġneeded": 2555, | |
| "Ġspecifically": 2556, | |
| "Ġhelping": 2557, | |
| "III": 2558, | |
| "certain": 2559, | |
| "selves": 2560, | |
| "ĠYour": 2561, | |
| "Ġtype": 2562, | |
| "Ġtechnology": 2563, | |
| "Ġcurric": 2564, | |
| "Ġcuriosity": 2565, | |
| "Ġmonth": 2566, | |
| "Ġgrowing": 2567, | |
| "Ġchoices": 2568, | |
| "Ġchoice": 2569, | |
| "Ġchopped": 2570, | |
| "Ġchickpe": 2571, | |
| "Ġproduct": 2572, | |
| "Ġproducts": 2573, | |
| "Ġencourage": 2574, | |
| "Ġalongside": 2575, | |
| "Ġaccording": 2576, | |
| "Ġdepending": 2577, | |
| "Ġdietary": 2578, | |
| "Ġprepar": 2579, | |
| "Ġprepared": 2580, | |
| "Ġhealing": 2581, | |
| "Ġknowledge": 2582, | |
| "Ġeffective": 2583, | |
| "Ġgenerous": 2584, | |
| "Ġconsistent": 2585, | |
| "Ġconsistency": 2586, | |
| "Ġeducational": 2587, | |
| "There": 2588, | |
| "What": 2589, | |
| "While": 2590, | |
| "fying": 2591, | |
| "ymbol": 2592, | |
| "Ġtreatments": 2593, | |
| "Ġagre": 2594, | |
| "Ġskille": 2595, | |
| "Ġskills": 2596, | |
| "Ġpoor": 2597, | |
| "Ġfacilitate": 2598, | |
| "Ġfirm": 2599, | |
| "Ġdigital": 2600, | |
| "Ġinvolving": 2601, | |
| "Ġmotion": 2602, | |
| "Ġmarinated": 2603, | |
| "Ġmagical": 2604, | |
| "Ġmagne": 2605, | |
| "Ġmodels": 2606, | |
| "Ġloaded": 2607, | |
| "Ġrequest": 2608, | |
| "Ġprocesses": 2609, | |
| "Ġvisit": 2610, | |
| "ĠOrphanage": 2611, | |
| "Ġpreferences": 2612, | |
| "Ġemotions": 2613, | |
| "Ġemotionally": 2614, | |
| "Ġvegetables": 2615, | |
| "Ġflavorful": 2616, | |
| "Ġinternal": 2617, | |
| "Ġinternally": 2618, | |
| "Ġsafe": 2619, | |
| "Ġlearned": 2620, | |
| "ĠAdditionally": 2621, | |
| "Ġprofessionals": 2622, | |
| "Ġwonderful": 2623, | |
| "Ġideal": 2624, | |
| "Ġachieve": 2625, | |
| "Ġachieving": 2626, | |
| "Ġsoup": 2627, | |
| "Ġsoups": 2628, | |
| "Ġsolutions": 2629, | |
| "Ġcaptivating": 2630, | |
| "Ġpassed": 2631, | |
| "Ġwatching": 2632, | |
| "Ġburning": 2633, | |
| "Ġbuilding": 2634, | |
| "Ġhimself": 2635, | |
| "Ġstructure": 2636, | |
| "Ġstomachs": 2637, | |
| "ĠComb": 2638, | |
| "Ġexcellent": 2639, | |
| "Ġvalues": 2640, | |
| "Ġalternatives": 2641, | |
| "Ġuncover": 2642, | |
| "Ġuncooked": 2643, | |
| "Ġdebates": 2644, | |
| "Ġsupportive": 2645, | |
| "Ġteachers": 2646, | |
| "Ġimportant": 2647, | |
| "Ġimportance": 2648, | |
| "Ġ198": 2649, | |
| "Ġ199": 2650, | |
| "Ġsmoking": 2651, | |
| "Ġpopulation": 2652, | |
| "Ġpopulations": 2653, | |
| "ĠSocial": 2654, | |
| "Ġtransformation": 2655, | |
| "Ġhealthy": 2656, | |
| "Ġfollowing": 2657, | |
| "Induced": 2658, | |
| "rafting": 2659, | |
| "ĠKeep": 2660, | |
| "Ġespecially": 2661, | |
| "ĠâħĽ": 2662, | |
| "Ġsystems": 2663, | |
| "Ġpolic": 2664, | |
| "Ġfascin": 2665, | |
| "Ġfunc": 2666, | |
| "Ġfriends": 2667, | |
| "Ġfeatures": 2668, | |
| "Ġfactors": 2669, | |
| "Ġfavorite": 2670, | |
| "Ġbasics": 2671, | |
| "Ġdishes": 2672, | |
| "Ġinflu": 2673, | |
| "Ġoccur": 2674, | |
| "Ġhorror": 2675, | |
| "Ġharness": 2676, | |
| "Ġlarg": 2677, | |
| "Ġstarted": 2678, | |
| "Ġstorytell": 2679, | |
| "Ġgentleman": 2680, | |
| "Ġnoodles": 2681, | |
| "Ġnavigate": 2682, | |
| "Ġconventional": 2683, | |
| "Ġconversations": 2684, | |
| "Ġexterior": 2685, | |
| "Ġproblems": 2686, | |
| "Ġenvironments": 2687, | |
| "ĠAmong": 2688, | |
| "ablishments": 2689, | |
| "ĠMuslim": 2690, | |
| "Ġlevels": 2691, | |
| "ĠPlace": 2692, | |
| "Ġadapted": 2693, | |
| "Ġdeepen": 2694, | |
| "Ġcooktop": 2695, | |
| "Ġimmers": 2696, | |
| "Ġappreciation": 2697, | |
| "Ġcommitment": 2698, | |
| "Ġmethods": 2699, | |
| "Ġneighbors": 2700, | |
| "Ġjuic": 2701, | |
| "Ġperceptions": 2702, | |
| "Ġutilizing": 2703, | |
| "Ġcarefully": 2704, | |
| "Ġprimarily": 2705, | |
| "Ġauthenticity": 2706, | |
| "Ġstrategies": 2707, | |
| "Ġminerals": 2708, | |
| "Ġreligious": 2709, | |
| "Ġdistinctive": 2710, | |
| "Ġdigestion": 2711, | |
| "Ġhomelessness": 2712, | |
| "Ġregardless": 2713, | |
| "ĠExploring": 2714, | |
| "Ġresponsible": 2715, | |
| "Ġsatisfying": 2716, | |
| "Ġdetails": 2717, | |
| "Ġcompassionate": 2718, | |
| "Example": 2719, | |
| "Welcome": 2720, | |
| "iabatt": 2721, | |
| "Ġestablishments": 2722, | |
| "induced": 2723, | |
| "Ġtangy": 2724, | |
| "Ġahead": 2725, | |
| "Ġsuper": 2726, | |
| "Ġstimulate": 2727, | |
| "Ġcenturies": 2728, | |
| "Ġcucumber": 2729, | |
| "Ġcamer": 2730, | |
| "Ġcrucial": 2731, | |
| "Ġcashew": 2732, | |
| "Ġcitizens": 2733, | |
| "Ġcubes": 2734, | |
| "Ġcelery": 2735, | |
| "Ġthyme": 2736, | |
| "reenplay": 2737, | |
| "Ġpleasant": 2738, | |
| "Ġpandemic": 2739, | |
| "Ġpumpernick": 2740, | |
| "Ġwelcoming": 2741, | |
| "Ġfashion": 2742, | |
| "Ġbodies": 2743, | |
| "Ġbrowning": 2744, | |
| "Ġbenefit": 2745, | |
| "Ġdown": 2746, | |
| "Ġmushrooms": 2747, | |
| "Ġtomato": 2748, | |
| "Ġequitable": 2749, | |
| "Ġelectric": 2750, | |
| "Ġefforts": 2751, | |
| "Ġharmon": 2752, | |
| "ilmmakers": 2753, | |
| "Ġlimited": 2754, | |
| "Ġlentils": 2755, | |
| "Ġstainless": 2756, | |
| "Ġgroup": 2757, | |
| "Ġnumerous": 2758, | |
| "ĠInduction": 2759, | |
| "ĠCOVID": 2760, | |
| "Ġconvincing": 2761, | |
| "ĠSolutions": 2762, | |
| "Ġexactly": 2763, | |
| "Ġexcessive": 2764, | |
| "Ġvitamins": 2765, | |
| "Ġvulnerable": 2766, | |
| "Ġyogurt": 2767, | |
| "Ġyears": 2768, | |
| "Ġenergy": 2769, | |
| "Ġaspects": 2770, | |
| "Ġaspiring": 2771, | |
| "ĠMassachuset": 2772, | |
| "ĠMastering": 2773, | |
| "Ġbeautiful": 2774, | |
| "ĠBashevis": 2775, | |
| "ĠRhode": 2776, | |
| "Ġtravel": 2777, | |
| "Ġintriguing": 2778, | |
| "ĠPhilip": 2779, | |
| "Ġactivities": 2780, | |
| "Ġseamlessly": 2781, | |
| "Ġrestrictions": 2782, | |
| "ĠHampshire": 2783, | |
| "Ġembracing": 2784, | |
| "Ġkitchens": 2785, | |
| "Ġteaspoon": 2786, | |
| "Ġattention": 2787, | |
| "ĠGreek": 2788, | |
| "Ingredients": 2789, | |
| "ĠLGBTQ": 2790, | |
| "Ġefficiency": 2791, | |
| "ĠVermont": 2792, | |
| "ĠVictorian": 2793, | |
| "Ġvibrant": 2794, | |
| "Ġbeliefs": 2795, | |
| "ĠConnecticut": 2796, | |
| "Ġredistribute": 2797, | |
| "Ġcurricul": 2798, | |
| "Ġmagnetic": 2799, | |
| "Ġfascinating": 2800, | |
| "Ġstorytelling": 2801, | |
| "ĠMuslims": 2802, | |
| "Ġpumpernickel": 2803, | |
| "ĠMassachusetts": 2804 | |
| }, | |
| "merges": [ | |
| "i n", | |
| "Ġ t", | |
| "Ġ a", | |
| "e s", | |
| "e r", | |
| "o n", | |
| "Ġ s", | |
| "e n", | |
| "in g", | |
| "Ġ c", | |
| "t i", | |
| "o r", | |
| "Ġt h", | |
| "n d", | |
| "e d", | |
| "r e", | |
| "Ġ p", | |
| "Ġ w", | |
| "a l", | |
| "a n", | |
| "o u", | |
| "a t", | |
| "i t", | |
| "Ġ f", | |
| "a r", | |
| "ti on", | |
| "Ġ b", | |
| "Ġa nd", | |
| "Ġ d", | |
| "Ġth e", | |
| "i c", | |
| "Ġ in", | |
| "Ġ m", | |
| "Ġt o", | |
| "i s", | |
| "l e", | |
| "Ġ o", | |
| "o m", | |
| "Ġ e", | |
| "Ġ h", | |
| "e l", | |
| "a s", | |
| "r o", | |
| "en t", | |
| "e c", | |
| "Ġo f", | |
| "u r", | |
| "a c", | |
| "i l", | |
| "t h", | |
| "Ġ l", | |
| "l y", | |
| "er s", | |
| "u s", | |
| "i r", | |
| "es s", | |
| "Ġs t", | |
| "e t", | |
| "c e", | |
| "Ġ g", | |
| "v e", | |
| "Ġ n", | |
| "o w", | |
| "o o", | |
| "Ġ re", | |
| "i m", | |
| "u l", | |
| "a d", | |
| "i d", | |
| "a tion", | |
| "u c", | |
| "Ġ I", | |
| "i g", | |
| "a m", | |
| "t er", | |
| "Ġ or", | |
| "ou r", | |
| "it h", | |
| "Ġ C", | |
| "Ġ r", | |
| "a g", | |
| "Ġc on", | |
| "Ġ S", | |
| "Ġw h", | |
| "Ġe x", | |
| "Ġw ith", | |
| "e m", | |
| "u n", | |
| "Ġ on", | |
| "Ġc h", | |
| "Ġp ro", | |
| "v er", | |
| "o l", | |
| "r i", | |
| "p p", | |
| "Ġ T", | |
| "Ġ v", | |
| "Ġ y", | |
| "Ġc om", | |
| "Ġf or", | |
| "e w", | |
| "Ġ en", | |
| "a nd", | |
| "t e", | |
| "Ġ A", | |
| "i f", | |
| "c i", | |
| "ent s", | |
| "k e", | |
| "Ġa l", | |
| "a b", | |
| "t s", | |
| "u d", | |
| "at e", | |
| "tion s", | |
| "q u", | |
| "a y", | |
| "a in", | |
| "Ġa s", | |
| "i es", | |
| "r ou", | |
| "it y", | |
| "Ġthe ir", | |
| "is h", | |
| "o s", | |
| "ic h", | |
| "a p", | |
| "c h", | |
| "u re", | |
| "oo k", | |
| "' s", | |
| "es e", | |
| "Ġs o", | |
| "Ġ M", | |
| "ou t", | |
| "i on", | |
| "u t", | |
| "ig h", | |
| "ĠT h", | |
| "o p", | |
| "p l", | |
| "Ġ W", | |
| "Ġa n", | |
| "Ġb e", | |
| "om e", | |
| "u m", | |
| "Ġth at", | |
| "c es", | |
| "g h", | |
| "t ing", | |
| "u p", | |
| "Ġ B", | |
| "Ġ R", | |
| "Ġt r", | |
| "an t", | |
| "Ġy ou", | |
| "a v", | |
| "Ġ F", | |
| "Ġ J", | |
| "Ġ le", | |
| "an ce", | |
| "Ġin t", | |
| "Ġl i", | |
| "d s", | |
| "s t", | |
| "Ġ it", | |
| "al ly", | |
| "is t", | |
| "e at", | |
| "Ġ E", | |
| "Ġ P", | |
| "Ġa c", | |
| "er e", | |
| "Ġc an", | |
| "ti es", | |
| "ou s", | |
| "ĠI n", | |
| "Ġ un", | |
| "Ġa d", | |
| "Ġs h", | |
| "ar y", | |
| "Ġd e", | |
| "th er", | |
| "a ti", | |
| "f or", | |
| "o d", | |
| "p er", | |
| "Ġs e", | |
| "Ġs p", | |
| "Ġr es", | |
| "ag e", | |
| "ew ish", | |
| "ab le", | |
| "f er", | |
| "on g", | |
| "Ġth is", | |
| "at ing", | |
| "Ġb y", | |
| "ĠJ ewish", | |
| "f ul", | |
| "r om", | |
| "il l", | |
| "Ġso ci", | |
| "Ġint o", | |
| "Ġ H", | |
| "or s", | |
| "Ġw e", | |
| "al s", | |
| "id e", | |
| "Ġli ke", | |
| "a re", | |
| "i e", | |
| "s ur", | |
| "Ġs u", | |
| "Ġc ook", | |
| "Ġd i", | |
| "el l", | |
| "ac h", | |
| "Ġcon t", | |
| "l d", | |
| "o v", | |
| "u e", | |
| "w ich", | |
| "â Ģ", | |
| "Ġ O", | |
| "Ġ us", | |
| "Ġ our", | |
| "in e", | |
| "Ġc re", | |
| "Ġp l", | |
| "Ġw or", | |
| "an g", | |
| "Ġst ud", | |
| "ation s", | |
| "Ġcom p", | |
| "and wich", | |
| "a k", | |
| "d uc", | |
| "i ties", | |
| "l es", | |
| "Ġ im", | |
| "Ġa pp", | |
| "en ti", | |
| "or t", | |
| "an s", | |
| "ic k", | |
| "Ġcom m", | |
| "i z", | |
| "i en", | |
| "r it", | |
| "Ġ N", | |
| "Ġs andwich", | |
| "Ġth ese", | |
| "Ġp re", | |
| "Ġin c", | |
| "Ġm e", | |
| "Ġe m", | |
| "Ġe ver", | |
| "us t", | |
| "ĠC h", | |
| "rou gh", | |
| "f f", | |
| "i le", | |
| "l ow", | |
| "m ent", | |
| "o g", | |
| "r ess", | |
| "t ur", | |
| "Ġ \"", | |
| "Ġ (", | |
| "Ġ ro", | |
| "Ġ ve", | |
| "en s", | |
| "or e", | |
| "al l", | |
| "ec t", | |
| "ac k", | |
| "Ġve g", | |
| "o c", | |
| "Ġa b", | |
| "Ġs ome", | |
| "Ġd is", | |
| "Ġin s", | |
| "Ġh e", | |
| "as s", | |
| "ac t", | |
| "rou nd", | |
| "h an", | |
| "i tion", | |
| "t u", | |
| "v el", | |
| "Ġ D", | |
| "Ġ up", | |
| "Ġt im", | |
| "en d", | |
| "Ġf l", | |
| "Ġthe m", | |
| "Ġin ter", | |
| "as ed", | |
| "ec tion", | |
| "Ġn e", | |
| "Ġex per", | |
| "igh t", | |
| "c ess", | |
| "e el", | |
| "i ous", | |
| "o t", | |
| "o y", | |
| "v es", | |
| "v id", | |
| "Ġ j", | |
| "Ġ k", | |
| "Ġ is", | |
| "Ġt e", | |
| "Ġa m", | |
| "Ġa t", | |
| "es t", | |
| "ing s", | |
| "Ġc ul", | |
| "ti c", | |
| "ti m", | |
| "ed i", | |
| "Ġp er", | |
| "at es", | |
| "Ġf am", | |
| "Ġh ow", | |
| "ur ing", | |
| "ac e", | |
| "sur ance", | |
| "Ġcomm un", | |
| "Ġexper ien", | |
| "p s", | |
| "p han", | |
| "r uc", | |
| "Ġ -", | |
| "Ġ G", | |
| "Ġ u", | |
| "Ġ qu", | |
| "Ġth rough", | |
| "Ġp e", | |
| "Ġp ar", | |
| "Ġw as", | |
| "Ġf rom", | |
| "ic al", | |
| "th ing", | |
| "oo d", | |
| "uc h", | |
| "Ġwh en", | |
| "Ġv ar", | |
| "Ġy our", | |
| "if ic", | |
| "ĠF or", | |
| "Ġim p", | |
| "Ġfam il", | |
| "' t", | |
| "I n", | |
| "e y", | |
| "v en", | |
| "v ing", | |
| "v ers", | |
| "Ġs c", | |
| "Ġc are", | |
| "Ġb re", | |
| "Ġd el", | |
| "Ġthe y", | |
| "Ġm an", | |
| "le c", | |
| "Ġo p", | |
| "as t", | |
| "us e", | |
| "ce p", | |
| "Ġre m", | |
| "Ġex pl", | |
| "ĠW h", | |
| "for m", | |
| "âĢ ¢", | |
| ") .", | |
| "h er", | |
| "i al", | |
| "m m", | |
| "n ing", | |
| "o ther", | |
| "p le", | |
| "t and", | |
| "t ure", | |
| "Ġ 2", | |
| "Ġ U", | |
| "in d", | |
| "Ġa re", | |
| "Ġs a", | |
| "Ġs ur", | |
| "nd ers", | |
| "Ġp r", | |
| "Ġw rit", | |
| "at ure", | |
| "it e", | |
| "Ġd uring", | |
| "Ġh a", | |
| "Ġh as", | |
| "ro w", | |
| "ig n", | |
| "Ġwh ile", | |
| "ri b", | |
| "duc tion", | |
| "Ġsandwich es", | |
| "Ġever y", | |
| "Ġveg an", | |
| "Ġab out", | |
| "nders tand", | |
| "a ke", | |
| "a use", | |
| "b ased", | |
| "c y", | |
| "e p", | |
| "f ter", | |
| "g e", | |
| "g r", | |
| "i qu", | |
| "k s", | |
| "m ents", | |
| "o ver", | |
| "s e", | |
| "t r", | |
| "t y", | |
| "t ain", | |
| "v ol", | |
| "Ġ 1", | |
| "Ġ L", | |
| "Ġ ed", | |
| "Ġ out", | |
| "Ġa r", | |
| "on d", | |
| "Ġs m", | |
| "ti l", | |
| "ti ve", | |
| "ti tu", | |
| "Ġp an", | |
| "Ġf eel", | |
| "ar m", | |
| "ar ing", | |
| "Ġb ec", | |
| "Ġd ue", | |
| "ic es", | |
| "Ġo ver", | |
| "Ġh eat", | |
| "il d", | |
| "Ġg o", | |
| "Ġwith in", | |
| "pp ort", | |
| "if e", | |
| "Ġan y", | |
| "av or", | |
| "ĠIn surance", | |
| "Ġsp ec", | |
| "Ġsoci al", | |
| "Ġwor ld", | |
| "Ġtim e", | |
| "* *", | |
| "S ection", | |
| "c om", | |
| "e ver", | |
| "h e", | |
| "j oy", | |
| "l i", | |
| "n ess", | |
| "p e", | |
| "p or", | |
| "u th", | |
| "v ed", | |
| "in ce", | |
| "Ġa uth", | |
| "on e", | |
| "Ġs er", | |
| "en ce", | |
| "Ġe ff", | |
| "Ġh er", | |
| "el y", | |
| "Ġof fer", | |
| "il m", | |
| "Ġst r", | |
| "Ġg en", | |
| "ul ar", | |
| "ag es", | |
| "Ġwh at", | |
| "ri p", | |
| "te in", | |
| "Ġal low", | |
| "ĠB y", | |
| "Ġle ar", | |
| "Ġit s", | |
| "ĠO n", | |
| "Ġstud ents", | |
| "Ġexperien ces", | |
| "mm a", | |
| "nderstand ing", | |
| "a ir", | |
| "b er", | |
| "g ur", | |
| "h n", | |
| "l ed", | |
| "l us", | |
| "p ec", | |
| "r es", | |
| "t ed", | |
| "u es", | |
| "u ang", | |
| "Ġ V", | |
| "Ġa fter", | |
| "Ġs uch", | |
| "en cy", | |
| "Ġc up", | |
| "ti v", | |
| "or ies", | |
| "ou nd", | |
| "ou gh", | |
| "at ed", | |
| "ar d", | |
| "ar ed", | |
| "tion al", | |
| "Ġb et", | |
| "Ġb ack", | |
| "Ġd es", | |
| "Ġin d", | |
| "Ġm ak", | |
| "om m", | |
| "Ġe ven", | |
| "Ġh el", | |
| "Ġof f", | |
| "Ġn o", | |
| "oo th", | |
| "Ġor phan", | |
| "Ġcon s", | |
| "Ġwh ich", | |
| "Ġch e", | |
| "Ġpro tein", | |
| "Ġv i", | |
| "Ġen joy", | |
| "te gr", | |
| "Ġas s", | |
| "ĠTh is", | |
| "Ġtr ad", | |
| "ĠE mma", | |
| "Ġcook ing", | |
| "tur al", | |
| "Ġdis c", | |
| "Ġins titu", | |
| "Ġte x", | |
| "Ġbre ad", | |
| "gur u", | |
| "uang guru", | |
| "b le", | |
| "c ed", | |
| "i tions", | |
| "l ud", | |
| "l ine", | |
| "n g", | |
| "n ow", | |
| "Ġ if", | |
| "on s", | |
| "Ġs et", | |
| "en e", | |
| "en g", | |
| "Ġc r", | |
| "or y", | |
| "Ġp ers", | |
| "Ġp op", | |
| "Ġp rom", | |
| "ou ld", | |
| "at er", | |
| "ar ds", | |
| "Ġm in", | |
| "Ġm eat", | |
| "Ġm ov", | |
| "Ġh ist", | |
| "ec hn", | |
| "Ġl it", | |
| "et y", | |
| "et te", | |
| "Ġg l", | |
| "Ġg r", | |
| "Ġn ew", | |
| "ow er", | |
| "oo l", | |
| "Ġre l", | |
| "our ces", | |
| "Ġcon n", | |
| "ĠS o", | |
| "Ġwh ere", | |
| "Ġon e", | |
| "ol og", | |
| "Ġen g", | |
| "ay s", | |
| "os t", | |
| "ap y", | |
| "ion s", | |
| "op le", | |
| "ĠR uangguru", | |
| "Ġtr ans", | |
| "st ruc", | |
| "Ġad d", | |
| "Ġde vel", | |
| "ati ve", | |
| "ill ed", | |
| "Ġstud ies", | |
| "Ġinc lud", | |
| "ĠCh ar", | |
| "Ġam ong", | |
| "Ġcommun ities", | |
| "Ġpe ople", | |
| "Ġvar ious", | |
| "Ġwrit ers", | |
| "ause a", | |
| "Ġed uc", | |
| "Ġdevel op", | |
| "a ud", | |
| "b ec", | |
| "c ing", | |
| "c lus", | |
| "f t", | |
| "g ency", | |
| "h i", | |
| "h y", | |
| "k ed", | |
| "l ic", | |
| "l ess", | |
| "n ey", | |
| "r ince", | |
| "Ġ '", | |
| "Ġ Â", | |
| "Ġ âĢ", | |
| "in ess", | |
| "Ġt rip", | |
| "Ġa round", | |
| "Ġs im", | |
| "Ġs ign", | |
| "Ġc ar", | |
| "Ġc ol", | |
| "Ġp os", | |
| "Ġw arm", | |
| "at ch", | |
| "at her", | |
| "it ing", | |
| "Ġf ilm", | |
| "ar bec", | |
| "Ġb l", | |
| "Ġb r", | |
| "Ġb el", | |
| "Ġb ro", | |
| "Ġd o", | |
| "Ġd if", | |
| "Ġd ist", | |
| "Ġin tegr", | |
| "Ġm em", | |
| "Ġe le", | |
| "as e", | |
| "ent er", | |
| "ec ess", | |
| "Ġl ife", | |
| "ir on", | |
| "Ġn ecess", | |
| "id enti", | |
| "ĠI s", | |
| "am ic", | |
| "ter n", | |
| "ĠC on", | |
| "Ġr ed", | |
| "Ġex am", | |
| "Ġwith out", | |
| "em other", | |
| "Ġon ly", | |
| "Ġch ar", | |
| "Ġpro vid", | |
| "ĠA d", | |
| "Ġal l", | |
| "os e", | |
| "ap ter", | |
| "ĠTh e", | |
| "Ġbe en", | |
| "Ġle t", | |
| "ĠP rince", | |
| "Ġsu b", | |
| "Ġdi vers", | |
| "Ġcont rib", | |
| "ĠN ew", | |
| "Ġem p", | |
| "tur es", | |
| "Ġro ad", | |
| "ition al", | |
| "Ġne ed", | |
| "Ġ2 0", | |
| "Ġsur f", | |
| "Ġha ve", | |
| "Ġspec ific", | |
| "omm y", | |
| "Ġhel p", | |
| "ĠChar les", | |
| "aud ette", | |
| "clus ion", | |
| "ĠâĢ ĵ", | |
| "emother apy", | |
| "? \"", | |
| "I I", | |
| "a f", | |
| "a il", | |
| "a pp", | |
| "b e", | |
| "b r", | |
| "c er", | |
| "c our", | |
| "e en", | |
| "e ar", | |
| "k ing", | |
| "l ing", | |
| "l and", | |
| "m er", | |
| "n it", | |
| "o th", | |
| "r edi", | |
| "s s", | |
| "s el", | |
| "u ce", | |
| "u te", | |
| "v ent", | |
| "w ards", | |
| "w een", | |
| "Ġ Y", | |
| "Ġ identi", | |
| "in ing", | |
| "Ġt y", | |
| "Ġt em", | |
| "Ġt echn", | |
| "Ġc l", | |
| "Ġc er", | |
| "Ġc ur", | |
| "Ġc all", | |
| "or d", | |
| "or ing", | |
| "Ġth an", | |
| "Ġth ere", | |
| "re e", | |
| "re at", | |
| "Ġp ower", | |
| "Ġw ere", | |
| "Ġw ill", | |
| "it age", | |
| "Ġb arbec", | |
| "ic e", | |
| "Ġin duction", | |
| "Ġm on", | |
| "Ġm om", | |
| "Ġto ge", | |
| "as h", | |
| "ac ti", | |
| "il ity", | |
| "Ġg row", | |
| "Ġn ausea", | |
| "Ġre ad", | |
| "ad an", | |
| "ĠI t", | |
| "am adan", | |
| "our se", | |
| "ag ed", | |
| "ag ine", | |
| "Ġwh o", | |
| "Ġex tr", | |
| "Ġch o", | |
| "Ġch ick", | |
| "Ġpro f", | |
| "Ġpro duc", | |
| "ri es", | |
| "Ġen sur", | |
| "Ġen cour", | |
| "Ġal ong", | |
| "ain ing", | |
| "ch ool", | |
| "ĠTh ese", | |
| "Ġac c", | |
| "Ġde p", | |
| "for e", | |
| "Ġres ources", | |
| "fer ent", | |
| "ĠH ow", | |
| "Ġsu pport", | |
| "Ġdi et", | |
| "Ġcre ate", | |
| "Ġpl ant", | |
| "Ġcomp le", | |
| "Ġapp ro", | |
| "Ġpre p", | |
| "Ġsome thing", | |
| "Ġhe al", | |
| "Ġup on", | |
| "Ġk now", | |
| "ĠG audette", | |
| "ific ant", | |
| "Ġfamil y", | |
| "Ġsc ene", | |
| "Ġman y", | |
| "Ġpr acti", | |
| "Ġeff ec", | |
| "Ġgen er", | |
| "Ġbet ween", | |
| "Ġmak ing", | |
| "Ġcons ist", | |
| "Ġtex ture", | |
| "Ġlit er", | |
| "Ġeduc ation", | |
| "Ġsign ificant", | |
| "Ġnecess ary", | |
| "Ġprovid ing", | |
| "Ġdivers e", | |
| "Ġtoge ther", | |
| ". \"", | |
| ": **", | |
| "C on", | |
| "T h", | |
| "W h", | |
| "a u", | |
| "d ay", | |
| "e ed", | |
| "f u", | |
| "f y", | |
| "f ect", | |
| "g an", | |
| "i or", | |
| "i ent", | |
| "i ve", | |
| "i vid", | |
| "o te", | |
| "r y", | |
| "r phan", | |
| "s h", | |
| "s o", | |
| "t le", | |
| "t ro", | |
| "t ud", | |
| "u al", | |
| "u tion", | |
| "u als", | |
| "v ide", | |
| "x t", | |
| "y m", | |
| "ð Ł", | |
| "Ġ ing", | |
| "Ġ ess", | |
| "Ġ ke", | |
| "in ary", | |
| "Ġt ake", | |
| "Ġt reat", | |
| "Ġa g", | |
| "on ents", | |
| "Ġs k", | |
| "en ing", | |
| "en ds", | |
| "or ical", | |
| "or por", | |
| "Ġth ose", | |
| "nd er", | |
| "nd uc", | |
| "re c", | |
| "Ġp o", | |
| "Ġw ond", | |
| "Ġw ould", | |
| "at ely", | |
| "it al", | |
| "it able", | |
| "Ġf ac", | |
| "Ġf ir", | |
| "Ġf ol", | |
| "ar ch", | |
| "Ġb ut", | |
| "Ġd ig", | |
| "ic s", | |
| "Ġin n", | |
| "Ġin vol", | |
| "Ġm o", | |
| "Ġm ed", | |
| "Ġm ar", | |
| "Ġm ag", | |
| "Ġm ain", | |
| "Ġm od", | |
| "Ġm ake", | |
| "Ġto wards", | |
| "Ġto day", | |
| "Ġo il", | |
| "Ġo pport", | |
| "om ach", | |
| "Ġh om", | |
| "Ġh igh", | |
| "ro ss", | |
| "ent ly", | |
| "ur es", | |
| "ac es", | |
| "Ġl o", | |
| "Ġl ay", | |
| "Ġl ook", | |
| "us s", | |
| "ir ed", | |
| "ess ion", | |
| "Ġst ories", | |
| "Ġg u", | |
| "Ġre g", | |
| "Ġre qu", | |
| "ĠI m", | |
| "ĠC enter", | |
| "Ġr ather", | |
| "ag ing", | |
| "Ġcon cep", | |
| "ĠS e", | |
| "ĠS ome", | |
| "ĠS chool", | |
| "un ities", | |
| "Ġch all", | |
| "Ġch apter", | |
| "Ġch emotherapy", | |
| "Ġpro t", | |
| "Ġpro cess", | |
| "Ġpro vide", | |
| "ri ti", | |
| "Ġv is", | |
| "ĠA s", | |
| "ĠA gency", | |
| "ain s", | |
| "Ġas ked", | |
| "ch ie", | |
| "ese arch", | |
| "ĠM ommy", | |
| "ut es", | |
| "igh ts", | |
| "Ġbe fore", | |
| "ĠR amadan", | |
| "av ors", | |
| "Ġle ad", | |
| "ĠE x", | |
| "Ġac cess", | |
| "Ġac ross", | |
| "ĠIn c", | |
| "Ġun iqu", | |
| "for t", | |
| "od y", | |
| "Ġse aring", | |
| "Ġres p", | |
| "ie f", | |
| "ĠO rphan", | |
| "Ġus ing", | |
| "Ġcomp onents", | |
| "enti al", | |
| "Ġpre fer", | |
| "Ġinc orpor", | |
| "Ġem o", | |
| "ens e", | |
| "Ġveg et", | |
| "vel y", | |
| "Ġtim es", | |
| "end ing", | |
| "Ġfl avor", | |
| "Ġfl avors", | |
| "Ġinter n", | |
| "Ġcul tural", | |
| "Ġu nder", | |
| "Ġqu ick", | |
| "Ġpar t", | |
| "ĠFor ney", | |
| "Ġfamil ies", | |
| "lec t", | |
| "Ġexpl ore", | |
| "Ġsa f", | |
| "Ġsur round", | |
| "Ġha pp", | |
| "iqu es", | |
| "Ġbec ome", | |
| "Ġgo ing", | |
| "Ġauth ors", | |
| "Ġher itage", | |
| "Ġoffer ing", | |
| "Ġstr ong", | |
| "Ġlear n", | |
| "Ġlear ning", | |
| "ĠOn line", | |
| "air y", | |
| "Ġind ivid", | |
| "Ġoff ers", | |
| "Ġche ese", | |
| "Ġtrad itional", | |
| "Ġinstitu tions", | |
| "Ġmov ie", | |
| "olog y", | |
| "struc tions", | |
| "Ġdif ferent", | |
| "ĠAd d", | |
| "Ġtem per", | |
| "Ġcall ed", | |
| "Ġprof ession", | |
| "Ġensur ing", | |
| "ĠHow ever", | |
| "Ġpracti ces", | |
| "Ġliter ature", | |
| "Con clusion", | |
| "tro duction", | |
| "Ġing redi", | |
| "Ġwond er", | |
| "Ġopport unities", | |
| "Ġchall eng", | |
| "Ġuniqu e", | |
| ". ,", | |
| "A c", | |
| "T he", | |
| "a ve", | |
| "b s", | |
| "b ers", | |
| "c ent", | |
| "e ties", | |
| "g in", | |
| "g et", | |
| "g round", | |
| "i p", | |
| "i ti", | |
| "i ke", | |
| "i od", | |
| "l l", | |
| "l ab", | |
| "m ooth", | |
| "n e", | |
| "n er", | |
| "o k", | |
| "o le", | |
| "o il", | |
| "p es", | |
| "p ri", | |
| "r en", | |
| "r ic", | |
| "r ap", | |
| "t en", | |
| "t or", | |
| "u b", | |
| "u tions", | |
| "u ild", | |
| "v ices", | |
| "w ays", | |
| "y e", | |
| "y s", | |
| "y ond", | |
| "Ġ ide", | |
| "Ġ iron", | |
| "in es", | |
| "in em", | |
| "Ġt as", | |
| "Ġa chie", | |
| "er m", | |
| "er n", | |
| "on al", | |
| "Ġs ou", | |
| "Ġs our", | |
| "Ġs ol", | |
| "Ġs ati", | |
| "Ġs ide", | |
| "Ġs til", | |
| "ing er", | |
| "ing ly", | |
| "Ġc ap", | |
| "or ks", | |
| "Ġth in", | |
| "Ġth en", | |
| "re am", | |
| "re ci", | |
| "Ġp i", | |
| "Ġp ass", | |
| "Ġw ay", | |
| "Ġw ell", | |
| "Ġw atch", | |
| "al ity", | |
| "an ces", | |
| "ou n", | |
| "it ed", | |
| "Ġf i", | |
| "Ġf os", | |
| "Ġf ill", | |
| "Ġf oc", | |
| "Ġf ind", | |
| "Ġb ur", | |
| "Ġb est", | |
| "Ġb uild", | |
| "Ġd id", | |
| "Ġm ad", | |
| "Ġm ay", | |
| "Ġm ore", | |
| "Ġm edi", | |
| "Ġm uch", | |
| "Ġto fu", | |
| "is e", | |
| "is p", | |
| "Ġo ther", | |
| "Ġe ach", | |
| "Ġh im", | |
| "el s", | |
| "as y", | |
| "as on", | |
| "ac ter", | |
| "il ation", | |
| "us h", | |
| "Ġst ruc", | |
| "Ġst omach", | |
| "et s", | |
| "Ġn ot", | |
| "Ġre f", | |
| "Ġre ci", | |
| "im ilation", | |
| "id er", | |
| "am e", | |
| "ĠC om", | |
| "ĠS h", | |
| "Ġex c", | |
| "em s", | |
| "em por", | |
| "Ġon es", | |
| "Ġch ild", | |
| "pp or", | |
| "pp ed", | |
| "ĠT o", | |
| "Ġv al", | |
| "and s", | |
| "ĠA li", | |
| "Ġal tern", | |
| "Ġal so", | |
| "Ġal ways", | |
| "ate g", | |
| "ish ed", | |
| "ĠTh at", | |
| "op s", | |
| "ĠW e", | |
| "ĠW ell", | |
| "ĠW rit", | |
| "Ġbe yond", | |
| "ĠB ut", | |
| "Ġtr aining", | |
| "Ġyou ng", | |
| "av ig", | |
| "st ance", | |
| "ĠE ng", | |
| "Ġun c", | |
| "Ġsh ap", | |
| "Ġde b", | |
| "ati c", | |
| "Ġse e", | |
| "Ġsoci eties", | |
| "Ġsu ppor", | |
| "Ġcook ed", | |
| "ell s", | |
| "Ġcont empor", | |
| "Ġcre ating", | |
| "Ġwor ks", | |
| "iz ing", | |
| "Ġinc re", | |
| "ment ary", | |
| "og rap", | |
| "ore over", | |
| "Ġhe ar", | |
| "end er", | |
| "ight ful", | |
| "Ġj ust", | |
| "Ġte ach", | |
| "Ġper fect", | |
| "Ġcommun ity", | |
| "Ġu nderstanding", | |
| "Ġvar i", | |
| "Ġimp ort", | |
| "Ġop tions", | |
| "Ġexpl oring", | |
| "ĠWh en", | |
| "ĠU nderstanding", | |
| "ĠU nit", | |
| "Ġevery one", | |
| "tr ic", | |
| "Ġ1 9", | |
| "ĠL et", | |
| "Ġout com", | |
| "Ġsm o", | |
| "Ġspec ial", | |
| "Ġallow s", | |
| "tiv ating", | |
| "Ġback ground", | |
| "Ġorphan age", | |
| "Ġorphan ages", | |
| "Ġdisc over", | |
| "Ġdisc uss", | |
| "Ġset ting", | |
| "Ġpop ul", | |
| "Ġpop ular", | |
| "Ġhist orical", | |
| "Ġgl ass", | |
| "Ġgr illed", | |
| "Ġconn ec", | |
| "ĠSo ci", | |
| "Ġtrans form", | |
| "Ġinclud e", | |
| "hi ps", | |
| "ĠÂ ¼", | |
| "Ġbro ad", | |
| "Ġintegr ation", | |
| "Ġmem bers", | |
| "Ġexam ple", | |
| "Ġcontrib ute", | |
| "Ġ20 1", | |
| "Ġsurf ace", | |
| "Ġtechn iques", | |
| "Ġpower ful", | |
| "Ġchick en", | |
| "Ġappro pri", | |
| "Ġheal th", | |
| "Ġsignificant ly", | |
| "Ġess ential", | |
| "Ġfol low", | |
| "Ġinn ov", | |
| "Ġmain tain", | |
| "Ġlay ers", | |
| "Ġincorpor ating", | |
| "Ġquick ly", | |
| "Ġsurround ing", | |
| "Ġindivid uals", | |
| "Ġingredi ents", | |
| "Ġchalleng es", | |
| "lab or", | |
| "Ġtas te", | |
| "Ġstil l", | |
| "Ġfos ter", | |
| "Ġfoc us", | |
| "Ġmedi um", | |
| "Ġchild ren", | |
| "ĠEng land", | |
| "Ġcontempor ary", | |
| "Ġoutcom es", | |
| "! \"", | |
| "' ll", | |
| "I nduc", | |
| "N ow", | |
| "a w", | |
| "b ility", | |
| "b ody", | |
| "c c", | |
| "c on", | |
| "d ough", | |
| "d uce", | |
| "e als", | |
| "g g", | |
| "g o", | |
| "g ue", | |
| "i os", | |
| "i ved", | |
| "i ble", | |
| "j ect", | |
| "l ight", | |
| "m s", | |
| "m ore", | |
| "n ers", | |
| "n other", | |
| "o on", | |
| "o ci", | |
| "o ts", | |
| "o ds", | |
| "p ar", | |
| "p ress", | |
| "p ite", | |
| "r ans", | |
| "r af", | |
| "s ues", | |
| "t ly", | |
| "u ing", | |
| "u ally", | |
| "u age", | |
| "v an", | |
| "v ant", | |
| "v iron", | |
| "w n", | |
| "w are", | |
| "w orks", | |
| "y st", | |
| "y les", | |
| "â ħ", | |
| "Ġ &", | |
| "Ġ 4", | |
| "Ġ K", | |
| "Ġ es", | |
| "Ġ âħ", | |
| "in c", | |
| "in s", | |
| "in ally", | |
| "Ġt w", | |
| "Ġt al", | |
| "Ġt ender", | |
| "Ġa im", | |
| "er g", | |
| "er ing", | |
| "Ġs it", | |
| "Ġs ch", | |
| "Ġs ince", | |
| "Ġs yst", | |
| "en ces", | |
| "Ġc ust", | |
| "Ġc ould", | |
| "Ġc ourse", | |
| "Ġc inem", | |
| "Ġc ells", | |
| "ti re", | |
| "ti ci", | |
| "ti ves", | |
| "ti tud", | |
| "ti vely", | |
| "or able", | |
| "Ġth ings", | |
| "Ġth ough", | |
| "re ad", | |
| "Ġp ol", | |
| "Ġp ans", | |
| "al m", | |
| "an y", | |
| "an ing", | |
| "ou th", | |
| "at t", | |
| "at form", | |
| "Ġf as", | |
| "Ġf un", | |
| "Ġf ri", | |
| "Ġf eat", | |
| "Ġf act", | |
| "Ġf avor", | |
| "Ġb as", | |
| "Ġb ook", | |
| "Ġb oth", | |
| "Ġd r", | |
| "Ġd ec", | |
| "Ġd et", | |
| "Ġd em", | |
| "Ġd ish", | |
| "Ġd ress", | |
| "ic ally", | |
| "ic ations", | |
| "ic ious", | |
| "ic ient", | |
| "Ġin f", | |
| "Ġin surance", | |
| "Ġin stance", | |
| "Ġm is", | |
| "Ġm ight", | |
| "Ġm ind", | |
| "Ġm outh", | |
| "Ġto p", | |
| "Ġto ok", | |
| "Ġo cc", | |
| "Ġo wn", | |
| "om s", | |
| "om es", | |
| "Ġe t", | |
| "Ġh or", | |
| "Ġh ar", | |
| "Ġh ad", | |
| "Ġh ome", | |
| "Ġh ere", | |
| "Ġh ot", | |
| "el f", | |
| "el t", | |
| "el er", | |
| "el ess", | |
| "as p", | |
| "as ant", | |
| "as ingly", | |
| "ent ed", | |
| "ent le", | |
| "ec e", | |
| "ec k", | |
| "ur t", | |
| "ur ies", | |
| "ur ther", | |
| "il y", | |
| "il ities", | |
| "th ers", | |
| "Ġl ar", | |
| "Ġl ess", | |
| "Ġl ow", | |
| "Ġl ang", | |
| "Ġl au", | |
| "ir es", | |
| "Ġst ar", | |
| "Ġst ate", | |
| "Ġst eel", | |
| "Ġst ory", | |
| "et al", | |
| "et works", | |
| "Ġg ood", | |
| "Ġg entle", | |
| "Ġn ut", | |
| "Ġn ood", | |
| "Ġn avig", | |
| "Ġn etworks", | |
| "oo ds", | |
| "Ġre pl", | |
| "Ġre ach", | |
| "im ent", | |
| "ul ts", | |
| "ul tim", | |
| "ul tural", | |
| "id st", | |
| "uc cess", | |
| "ĠI f", | |
| "ĠI ts", | |
| "ĠC ook", | |
| "ĠC ourse", | |
| "Ġr ich", | |
| "Ġr esearch", | |
| "Ġcon ven", | |
| "Ġcon vers", | |
| "ĠS t", | |
| "ĠS mooth", | |
| "Ġex ter", | |
| "Ġex press", | |
| "em ent", | |
| "em ber", | |
| "Ġon line", | |
| "Ġpro ble", | |
| "ver al", | |
| "ol d", | |
| "ri ve", | |
| "ri tic", | |
| "pp er", | |
| "ĠT od", | |
| "Ġv ital", | |
| "Ġfor m", | |
| "Ġen viron", | |
| "Ġen tire", | |
| "ĠA c", | |
| "ĠA m", | |
| "ci pl", | |
| "Ġal ike", | |
| "ab l", | |
| "ain ed", | |
| "ĠM us", | |
| "ĠM oreover", | |
| "ut en", | |
| "igh b", | |
| "igh ting", | |
| "ĠTh rough", | |
| "ĠW ith", | |
| "Ġbe ing", | |
| "um m", | |
| "um es", | |
| "ĠB e", | |
| "ĠB riti", | |
| "av en", | |
| "Ġle vel", | |
| "ĠP l", | |
| "ĠP er", | |
| "Ġac tion", | |
| "Ġcan cer", | |
| "ĠIn troduction", | |
| "Ġun it", | |
| "Ġun til", | |
| "Ġad ap", | |
| "Ġad ds", | |
| "Ġad vent", | |
| "Ġsh e", | |
| "Ġsh ow", | |
| "Ġde ep", | |
| "ati ves", | |
| "Ġse ason", | |
| "Ġse veral", | |
| "Ġsoci ety", | |
| "ĠH app", | |
| "ie ve", | |
| "Ġcook t", | |
| "Ġcook ware", | |
| "Ġdi ve", | |
| "Ġdi rec", | |
| "ĠO ft", | |
| "Ġus ed", | |
| "Ġpl atform", | |
| "Ġwor k", | |
| "ations hips", | |
| "Ġcomp ass", | |
| "Ġcomp ared", | |
| "ak ers", | |
| "Ġim m", | |
| "Ġapp reci", | |
| "enti c", | |
| "Ġcomm it", | |
| "iz es", | |
| "iz ed", | |
| "iz ation", | |
| "ĠN ow", | |
| "Ġpre v", | |
| "Ġme al", | |
| "Ġme th", | |
| "Ġme als", | |
| "ff icient", | |
| "ment al", | |
| "Ġro le", | |
| "ect ed", | |
| "act ers", | |
| "ition ally", | |
| "tu al", | |
| "Ġne ighb", | |
| "Ġj u", | |
| "Ġis sues", | |
| "Ġcul tures", | |
| "Ġcul inary", | |
| "tim es", | |
| "tim al", | |
| "Ġper cep", | |
| "Ġper iod", | |
| "Ġexperien ce", | |
| "Ġu til", | |
| "Ġqu ality", | |
| "Ġthrough out", | |
| "Ġpe pper", | |
| "Ġpar tici", | |
| "Ġimp ress", | |
| "Ġfamil ial", | |
| "Ġcare ful", | |
| "Ġbre ak", | |
| "Ġdel ightful", | |
| "Ġdel icious", | |
| "lec ting", | |
| "Ġop en", | |
| "Ġop timal", | |
| "Ġrem ains", | |
| "Ġpr im", | |
| "vol ution", | |
| "Ġar t", | |
| "Ġar gue", | |
| "Ġsm ooth", | |
| "Ġfeel ings", | |
| "Ġbec ause", | |
| "Ġbec omes", | |
| "Ġauth entic", | |
| "Ġser vices", | |
| "Ġstr ateg", | |
| "Ġgen res", | |
| "Ġallow ing", | |
| "ĠOn ce", | |
| "ber ries", | |
| "pec tives", | |
| "res h", | |
| "tiv ity", | |
| "Ġbet ter", | |
| "Ġdes ired", | |
| "Ġmak es", | |
| "Ġprotein s", | |
| "Ġvi ew", | |
| "Ġass oci", | |
| "Ġinstitu tional", | |
| "eng th", | |
| "Ġcr isp", | |
| "Ġpers onal", | |
| "Ġmin er", | |
| "Ġhist ory", | |
| "Ġrel ig", | |
| "Ġrel ationships", | |
| "olog ical", | |
| "Ġeng aging", | |
| "ĠÂ ½", | |
| "Ġcol labor", | |
| "Ġpos s", | |
| "Ġbr ing", | |
| "Ġbel ieve", | |
| "Ġdo es", | |
| "Ġdist inc", | |
| "Ġele ments", | |
| "Ġele mentary", | |
| "Ġred uc", | |
| "Ġchar acters", | |
| "ĠThe ir", | |
| "Ġneed s", | |
| "Ġ20 0", | |
| "Ġsurf aces", | |
| "sel f", | |
| "Ġidenti ty", | |
| "Ġidenti fy", | |
| "Ġty pes", | |
| "Ġcl os", | |
| "Ġcer tain", | |
| "Ġcer amic", | |
| "ord ing", | |
| "Ġbarbec ue", | |
| "Ġmom ent", | |
| "Ġmom ents", | |
| "Ġgrow th", | |
| "Ġread y", | |
| "Ġextr a", | |
| "Ġencour ages", | |
| "Ġcomple x", | |
| "Ġknow n", | |
| "Ġeffec tively", | |
| "Ġke ep", | |
| "Ġdig es", | |
| "Ġmod ern", | |
| "Ġhom eless", | |
| "Ġreg ard", | |
| "Ġrequ ires", | |
| "ĠIm agine", | |
| "Ġconcep t", | |
| "ĠEx pl", | |
| "Ġresp ons", | |
| "ĠOrphan ages", | |
| "Ġveget able", | |
| "Ġsaf ety", | |
| "Ġhapp ens", | |
| "Ġtemper ature", | |
| "Ġprofession al", | |
| "Ġwonder ed", | |
| "Ac tivity", | |
| "Ġsour dough", | |
| "Ġsati s", | |
| "Ġpi ece", | |
| "Ġfill ings", | |
| "Ġmad e", | |
| "Ġreci pe", | |
| "ĠWrit ers", | |
| "Ġshap ing", | |
| "Ġincre asingly", | |
| "ograp hy", | |
| "Ġsetting s", | |
| "Ġconnec tions", | |
| "Ġbroad er", | |
| "Ġappropri ate", | |
| "Ġinnov ative", | |
| "go ing", | |
| "ios ity", | |
| "titud es", | |
| "Ġdet ail", | |
| "urther more", | |
| "Ġlang uage", | |
| "Ġlau gh", | |
| "uccess ful", | |
| "ĠCook ing", | |
| "ritic al", | |
| "ĠTod ay", | |
| "ĠBriti sh", | |
| "Ġadvent ure", | |
| "ĠHapp y", | |
| "ĠOft en", | |
| "Ġcompass ion", | |
| "Ġpartici p", | |
| "Ġassoci ated", | |
| "' re", | |
| ") ,", | |
| ", \"", | |
| ", '", | |
| ". .", | |
| "1 9", | |
| "A s", | |
| "A nd", | |
| "B L", | |
| "B T", | |
| "E x", | |
| "F inally", | |
| "G BT", | |
| "H ave", | |
| "I D", | |
| "I V", | |
| "L et", | |
| "O V", | |
| "T o", | |
| "U nderstanding", | |
| "W el", | |
| "a ac", | |
| "a iting", | |
| "b ol", | |
| "b led", | |
| "c in", | |
| "c ome", | |
| "d y", | |
| "d er", | |
| "e qu", | |
| "e ther", | |
| "e ast", | |
| "e ep", | |
| "e gan", | |
| "e xt", | |
| "e asy", | |
| "f s", | |
| "f it", | |
| "f ac", | |
| "f ir", | |
| "f for", | |
| "f ound", | |
| "f ree", | |
| "g ress", | |
| "g umes", | |
| "h as", | |
| "h il", | |
| "h ance", | |
| "h eat", | |
| "h od", | |
| "i v", | |
| "i x", | |
| "i ed", | |
| "i an", | |
| "i ver", | |
| "i ab", | |
| "i ally", | |
| "i bility", | |
| "j ust", | |
| "j ection", | |
| "k now", | |
| "l s", | |
| "l u", | |
| "l im", | |
| "l avor", | |
| "m an", | |
| "m at", | |
| "n ec", | |
| "n ew", | |
| "n ick", | |
| "n amic", | |
| "o b", | |
| "o ly", | |
| "o ting", | |
| "p ly", | |
| "p ir", | |
| "p res", | |
| "r or", | |
| "r ed", | |
| "r ig", | |
| "r un", | |
| "r ang", | |
| "s ing", | |
| "s et", | |
| "s ure", | |
| "s ion", | |
| "s ide", | |
| "s titu", | |
| "t on", | |
| "t ar", | |
| "t ors", | |
| "t ell", | |
| "u ed", | |
| "v o", | |
| "v in", | |
| "v is", | |
| "w h", | |
| "w ide", | |
| "w ood", | |
| "y z", | |
| "y be", | |
| "y namic", | |
| "z ens", | |
| "© ed", | |
| "Ã ©ed", | |
| "Ġ 3", | |
| "Ġ 5", | |
| "Ġ est", | |
| "Ġ enter", | |
| "Ġ ice", | |
| "Ġ ðŁ", | |
| "Ġ ultim", | |
| "į ĸ", | |
| "in t", | |
| "in ed", | |
| "in ation", | |
| "in duc", | |
| "in ated", | |
| "Ġt ell", | |
| "Ġt ang", | |
| "Ġt ast", | |
| "Ġa w", | |
| "Ġa ff", | |
| "Ġa he", | |
| "Ġa gency", | |
| "es es", | |
| "es ting", | |
| "es ign", | |
| "er ve", | |
| "er ous", | |
| "er ived", | |
| "on t", | |
| "on ds", | |
| "Ġs al", | |
| "Ġs ec", | |
| "Ġs id", | |
| "Ġs ure", | |
| "Ġs up", | |
| "Ġs ick", | |
| "Ġs ust", | |
| "Ġs ens", | |
| "Ġs tim", | |
| "Ġs ound", | |
| "Ġs lic", | |
| "Ġs ense", | |
| "Ġs elf", | |
| "Ġs uccessful", | |
| "en ess", | |
| "en pl", | |
| "Ġc o", | |
| "Ġc le", | |
| "Ġc ent", | |
| "Ġc uc", | |
| "Ġc am", | |
| "Ġc ruc", | |
| "Ġc li", | |
| "Ġc ater", | |
| "Ġc ost", | |
| "Ġc ash", | |
| "Ġc iti", | |
| "Ġc ub", | |
| "Ġc oun", | |
| "Ġc eler", | |
| "Ġc ritical", | |
| "ti s", | |
| "ti ce", | |
| "ti ful", | |
| "or m", | |
| "or ed", | |
| "or ation", | |
| "Ġth row", | |
| "Ġth ym", | |
| "re enpl", | |
| "Ġp al", | |
| "Ġp ic", | |
| "Ġp le", | |
| "Ġp and", | |
| "Ġp ap", | |
| "Ġp um", | |
| "Ġp ick", | |
| "Ġp ress", | |
| "Ġp ack", | |
| "Ġp air", | |
| "Ġw el", | |
| "Ġw ant", | |
| "Ġw ide", | |
| "Ġw ater", | |
| "Ġw aiting", | |
| "al an", | |
| "al og", | |
| "al inger", | |
| "al yz", | |
| "an ti", | |
| "at ter", | |
| "at ors", | |
| "at hy", | |
| "at ography", | |
| "it es", | |
| "it or", | |
| "it an", | |
| "it am", | |
| "it ate", | |
| "it ch", | |
| "Ġf r", | |
| "Ġf ro", | |
| "Ġf ant", | |
| "Ġf ood", | |
| "Ġf ast", | |
| "Ġf ound", | |
| "Ġf illed", | |
| "Ġf ash", | |
| "Ġf elt", | |
| "Ġf resh", | |
| "ar r", | |
| "ar ily", | |
| "tion ally", | |
| "Ġb an", | |
| "Ġb ad", | |
| "Ġb od", | |
| "Ġb ased", | |
| "Ġb ite", | |
| "Ġb row", | |
| "Ġb ene", | |
| "Ġb ody", | |
| "Ġd on", | |
| "Ġd ow", | |
| "Ġd im", | |
| "Ġd ri", | |
| "Ġd ry", | |
| "Ġd airy", | |
| "Ġd ynamic", | |
| "ic ation", | |
| "ic ien", | |
| "ic ates", | |
| "ic tor", | |
| "Ġin v", | |
| "Ġin ch", | |
| "Ġin struc", | |
| "Ġin structions", | |
| "Ġm ater", | |
| "Ġm ost", | |
| "Ġm ush", | |
| "Ġm atter", | |
| "Ġto mat", | |
| "le vant", | |
| "Ġo thers", | |
| "om iting", | |
| "Ġe qu", | |
| "Ġe vid", | |
| "Ġe lec", | |
| "Ġe ase", | |
| "Ġe ffor", | |
| "Ġh is", | |
| "Ġh ous", | |
| "Ġh arm", | |
| "Ġh aven", | |
| "Ġh oly", | |
| "el d", | |
| "as ter", | |
| "as ting", | |
| "as he", | |
| "ro ts", | |
| "ro ved", | |
| "ro oms", | |
| "ent al", | |
| "ec ts", | |
| "ur b", | |
| "ac ing", | |
| "ac tions", | |
| "il le", | |
| "il mm", | |
| "il itate", | |
| "Ġl im", | |
| "Ġl ong", | |
| "Ġl ov", | |
| "Ġl enti", | |
| "Ġl ighting", | |
| "Ġl ined", | |
| "us et", | |
| "us iness", | |
| "ir it", | |
| "ir tual", | |
| "Ġst e", | |
| "Ġst and", | |
| "Ġst ay", | |
| "Ġst ain", | |
| "Ġst ov", | |
| "Ġst ates", | |
| "Ġst ep", | |
| "Ġst yles", | |
| "Ġg re", | |
| "Ġg et", | |
| "Ġg rou", | |
| "Ġg ather", | |
| "Ġg ently", | |
| "Ġg ets", | |
| "Ġn ow", | |
| "Ġn um", | |
| "Ġn ov", | |
| "Ġn ature", | |
| "Ġre ally", | |
| "Ġre act", | |
| "Ġre cent", | |
| "Ġre alm", | |
| "Ġre volution", | |
| "Ġre jection", | |
| "Ġre levant", | |
| "im ents", | |
| "ul t", | |
| "ul ate", | |
| "ul ner", | |
| "ad ed", | |
| "id s", | |
| "ĠI nd", | |
| "ĠI nduc", | |
| "am ps", | |
| "am ple", | |
| "am less", | |
| "Ġor ig", | |
| "Ġor gan", | |
| "our ney", | |
| "ĠC ur", | |
| "ĠC ream", | |
| "ĠC OV", | |
| "Ġr is", | |
| "Ġr ang", | |
| "Ġr ight", | |
| "Ġr ush", | |
| "Ġcon d", | |
| "Ġcon te", | |
| "Ġcon vin", | |
| "ĠS p", | |
| "ĠS ou", | |
| "ĠS ol", | |
| "ĠS ound", | |
| "ĠS inger", | |
| "ĠS alinger", | |
| "Ġwh eat", | |
| "Ġex act", | |
| "Ġex cess", | |
| "em o", | |
| "em ic", | |
| "em ents", | |
| "em bled", | |
| "un ity", | |
| "un ning", | |
| "Ġon ions", | |
| "Ġon going", | |
| "Ġch eck", | |
| "Ġch emo", | |
| "Ġpro per", | |
| "Ġpro duce", | |
| "Ġpro ject", | |
| "Ġpro gress", | |
| "ĠT echn", | |
| "ĠT rans", | |
| "Ġv ers", | |
| "Ġv ary", | |
| "Ġv oc", | |
| "Ġv itam", | |
| "Ġv omiting", | |
| "Ġv irtual", | |
| "Ġv ulner", | |
| "Ġy og", | |
| "Ġy ear", | |
| "Ġcom e", | |
| "Ġcom es", | |
| "Ġcom ing", | |
| "Ġcom fort", | |
| "Ġfor get", | |
| "Ġen han", | |
| "Ġen ough", | |
| "Ġen light", | |
| "Ġen erg", | |
| "Ġen hance", | |
| "Ġen sure", | |
| "ĠA l", | |
| "ĠA r", | |
| "ĠA nd", | |
| "ĠA fter", | |
| "ĠA nother", | |
| "if ting", | |
| "if orm", | |
| "Ġal m", | |
| "ab ly", | |
| "ab les", | |
| "qu ently", | |
| "ain e", | |
| "ain t", | |
| "Ġas pec", | |
| "Ġas pir", | |
| "ish ments", | |
| "ook ed", | |
| "Ġso gg", | |
| "Ġso ybe", | |
| "ĠM on", | |
| "ĠM ass", | |
| "ĠM any", | |
| "ĠM aster", | |
| "ĠM aine", | |
| "ut éed", | |
| "ĠTh ey", | |
| "pl ications", | |
| "ĠW atch", | |
| "Ġan other", | |
| "Ġan alyz", | |
| "Ġbe h", | |
| "Ġbe au", | |
| "Ġbe gin", | |
| "um e", | |
| "um p", | |
| "um in", | |
| "um ber", | |
| "um mer", | |
| "ĠB l", | |
| "ĠB ashe", | |
| "ĠR ed", | |
| "ĠR ich", | |
| "ĠR oth", | |
| "ĠR ye", | |
| "ĠR hod", | |
| "Ġtr a", | |
| "Ġtr av", | |
| "Ġtr end", | |
| "Ġyou th", | |
| "av es", | |
| "ĠF am", | |
| "ĠF ilm", | |
| "ĠF urthermore", | |
| "ĠF lavor", | |
| "ĠJ ust", | |
| "Ġint rig", | |
| "Ġli ves", | |
| "Ġli ving", | |
| "st anti", | |
| "ist ance", | |
| "ist rib", | |
| "ĠP ro", | |
| "ĠP our", | |
| "ĠP hil", | |
| "Ġac tiv", | |
| "ĠIn stitu", | |
| "Ġun ity", | |
| "Ġun iform", | |
| "Ġad her", | |
| "Ġad van", | |
| "Ġsh are", | |
| "Ġsh ared", | |
| "Ġde lect", | |
| "per nick", | |
| "Ġse em", | |
| "Ġse amless", | |
| "Ġsp ace", | |
| "Ġsp eed", | |
| "Ġsp read", | |
| "Ġsp irit", | |
| "Ġres on", | |
| "Ġres id", | |
| "Ġres tric", | |
| "Ġres ults", | |
| "ill s", | |
| "Ġsoci etal", | |
| "ĠH er", | |
| "ĠH amps", | |
| "ie ties", | |
| "Ġsu itable", | |
| "Ġsu fficient", | |
| "Ġdi alog", | |
| "ell ent", | |
| "ach uset", | |
| "Ġcont r", | |
| "Ġcont in", | |
| "Ġcont ro", | |
| "Ġcont aining", | |
| "Ġcre am", | |
| "Ġcre ations", | |
| "Ġcre ates", | |
| "Ġcre ated", | |
| "Ġpl an", | |
| "Ġpl ac", | |
| "Ġpl ay", | |
| "Ġstud ent", | |
| "Ġcomp os", | |
| "ak es", | |
| "Ġim agine", | |
| "Ġapp ly", | |
| "Ġapp lic", | |
| "Ġapp ear", | |
| "iz e", | |
| "ĠN ausea", | |
| "Ġpre vent", | |
| "Ġme ans", | |
| "Ġme aning", | |
| "Ġem br", | |
| "Ġem body", | |
| "ĠCh apter", | |
| "ĠCh emotherapy", | |
| "ress ing", | |
| "all er", | |
| "ack s", | |
| "Ġsome one", | |
| "Ġsome times", | |
| "Ġdis par", | |
| "Ġdis cipl", | |
| "Ġins ights", | |
| "Ġhe ight", | |
| "ĠD el", | |
| "ĠD uring", | |
| "Ġfl ame", | |
| "Ġthem es", | |
| "Ġinter act", | |
| "Ġinter esting", | |
| "Ġne g", | |
| "Ġne xt", | |
| "ot es", | |
| "Ġj o", | |
| "Ġj ourney", | |
| "Ġk ab", | |
| "Ġk new", | |
| "Ġk itch", | |
| "Ġte asp", | |
| "Ġam ple", | |
| "Ġam idst", | |
| "Ġat t", | |
| "Ġat ten", | |
| "Ġat titudes", | |
| "Ġcul ture", | |
| "Ġcul tivating", | |
| "tic ut", | |
| "tic ular", | |
| "tim e", | |
| "edi ents", | |
| "Ġper form", | |
| "ĠG ree", | |
| "Ġu nderstand", | |
| "Ġqu ite", | |
| "Ġpar ticular", | |
| "Ġwhen ever", | |
| "Ġvar ieties", | |
| "Ġimp act", | |
| "Ġimp roved", | |
| "In gr", | |
| "In structions", | |
| "In troduction", | |
| "Ġsc rip", | |
| "Ġdel ves", | |
| "Ġdel iver", | |
| "Ġman age", | |
| "Ġman aged", | |
| "lec tion", | |
| "Ġop ening", | |
| "Ġrem in", | |
| "Ġrem ote", | |
| "Ġrem ember", | |
| "Ġexpl ained", | |
| "ĠWh y", | |
| "ĠWh at", | |
| "ĠWh ile", | |
| "ind ed", | |
| "Ġsa utéed", | |
| "Ġpr es", | |
| "Ġevery thing", | |
| "se quently", | |
| "ĠL ay", | |
| "ĠL ife", | |
| "ĠL GBT", | |
| "Ġar rang", | |
| "Ġsm il", | |
| "Ġfeel ing", | |
| "arm ing", | |
| "Ġover all", | |
| "Ġgo als", | |
| "Ġany thing", | |
| "Ġworld wide", | |
| "com p", | |
| "com ing", | |
| "com fort", | |
| "pe h", | |
| "Ġauth or", | |
| "Ġser ve", | |
| "Ġser ving", | |
| "Ġeff ect", | |
| "Ġeff icien", | |
| "led ge", | |
| "pec ially", | |
| "ĠV erm", | |
| "ĠV egan", | |
| "ĠV ictor", | |
| "Ġdes c", | |
| "Ġdes pite", | |
| "Ġind icates", | |
| "omm unity", | |
| "Ġhel ps", | |
| "Ġno thing", | |
| "ooth e", | |
| "Ġcons ider", | |
| "Ġche fs", | |
| "Ġche eses", | |
| "Ġvi br", | |
| "Ġenjoy able", | |
| "Ġenjoy ment", | |
| "Ġass imilation", | |
| "Ġtrad itions", | |
| "Ġtex tures", | |
| "Ġif tar", | |
| "Ġpers pectives", | |
| "Ġprom ote", | |
| "Ġprom oting", | |
| "Ġprom otes", | |
| "Ġmin im", | |
| "Ġmin utes", | |
| "Ġmov ies", | |
| "Ġlit tle", | |
| "Ġgl uten", | |
| "Ġnew found", | |
| "Ġrel ief", | |
| "Ġconn ect", | |
| "Ġwhere as", | |
| "Ġeng age", | |
| "Ġeng aged", | |
| "Ġtrans ition", | |
| "Ġadd itional", | |
| "Ġinclud es", | |
| "Ġinclud ing", | |
| "Ġeduc ators", | |
| "Ġdevelop ing", | |
| "Ġdevelop ment", | |
| "ft ar", | |
| "hi re", | |
| "Ġsim ple", | |
| "Ġsim ply", | |
| "Ġcar rots", | |
| "Ġpos ition", | |
| "Ġwarm th", | |
| "Ġfilm s", | |
| "Ġbl ending", | |
| "Ġbr ings", | |
| "Ġbel ief", | |
| "Ġbro th", | |
| "Ġdist rib", | |
| "Ġmem orable", | |
| "ĠIs l", | |
| "ĠIs land", | |
| "ĠIs aac", | |
| "ĠCon nec", | |
| "ĠCon sequently", | |
| "Ġred istrib", | |
| "Ġexam ining", | |
| "Ġchar acter", | |
| "Ġsub stanti", | |
| "Ġcontrib utes", | |
| "Ġemp has", | |
| "Ġemp athy", | |
| "Ġneed ed", | |
| "Ġspecific ally", | |
| "Ġhelp ing", | |
| "II I", | |
| "cer tain", | |
| "sel ves", | |
| "ĠY our", | |
| "Ġty pe", | |
| "Ġtechn ology", | |
| "Ġcur ric", | |
| "Ġcur iosity", | |
| "Ġmon th", | |
| "Ġgrow ing", | |
| "Ġcho ices", | |
| "Ġcho ice", | |
| "Ġcho pped", | |
| "Ġchick pe", | |
| "Ġproduc t", | |
| "Ġproduc ts", | |
| "Ġencour age", | |
| "Ġalong side", | |
| "Ġacc ording", | |
| "Ġdep ending", | |
| "Ġdiet ary", | |
| "Ġprep ar", | |
| "Ġprep ared", | |
| "Ġheal ing", | |
| "Ġknow ledge", | |
| "Ġeffec tive", | |
| "Ġgener ous", | |
| "Ġconsist ent", | |
| "Ġconsist ency", | |
| "Ġeducation al", | |
| "Th ere", | |
| "Wh at", | |
| "Wh ile", | |
| "fy ing", | |
| "ym bol", | |
| "Ġtreat ments", | |
| "Ġag re", | |
| "Ġsk ille", | |
| "Ġsk ills", | |
| "Ġpo or", | |
| "Ġfac ilitate", | |
| "Ġfir m", | |
| "Ġdig ital", | |
| "Ġinvol ving", | |
| "Ġmo tion", | |
| "Ġmar inated", | |
| "Ġmag ical", | |
| "Ġmag ne", | |
| "Ġmod els", | |
| "Ġlo aded", | |
| "Ġrequ est", | |
| "Ġprocess es", | |
| "Ġvis it", | |
| "ĠOrphan age", | |
| "Ġprefer ences", | |
| "Ġemo tions", | |
| "Ġemo tionally", | |
| "Ġveget ables", | |
| "Ġflavor ful", | |
| "Ġintern al", | |
| "Ġintern ally", | |
| "Ġsaf e", | |
| "Ġlearn ed", | |
| "ĠAdd itionally", | |
| "Ġprofession als", | |
| "Ġwonder ful", | |
| "Ġide al", | |
| "Ġachie ve", | |
| "Ġachie ving", | |
| "Ġsou p", | |
| "Ġsou ps", | |
| "Ġsol utions", | |
| "Ġcap tivating", | |
| "Ġpass ed", | |
| "Ġwatch ing", | |
| "Ġbur ning", | |
| "Ġbuild ing", | |
| "Ġhim self", | |
| "Ġstruc ture", | |
| "Ġstomach s", | |
| "ĠCom b", | |
| "Ġexc ellent", | |
| "Ġval ues", | |
| "Ġaltern atives", | |
| "Ġunc over", | |
| "Ġunc ooked", | |
| "Ġdeb ates", | |
| "Ġsuppor tive", | |
| "Ġteach ers", | |
| "Ġimport ant", | |
| "Ġimport ance", | |
| "Ġ19 8", | |
| "Ġ19 9", | |
| "Ġsmo king", | |
| "Ġpopul ation", | |
| "Ġpopul ations", | |
| "ĠSoci al", | |
| "Ġtransform ation", | |
| "Ġhealth y", | |
| "Ġfollow ing", | |
| "Induc ed", | |
| "raf ting", | |
| "ĠK eep", | |
| "Ġes pecially", | |
| "Ġâħ Ľ", | |
| "Ġsyst ems", | |
| "Ġpol ic", | |
| "Ġfas cin", | |
| "Ġfun c", | |
| "Ġfri ends", | |
| "Ġfeat ures", | |
| "Ġfact ors", | |
| "Ġfavor ite", | |
| "Ġbas ics", | |
| "Ġdish es", | |
| "Ġinf lu", | |
| "Ġocc ur", | |
| "Ġhor ror", | |
| "Ġhar ness", | |
| "Ġlar g", | |
| "Ġstar ted", | |
| "Ġstory tell", | |
| "Ġgentle man", | |
| "Ġnood les", | |
| "Ġnavig ate", | |
| "Ġconven tional", | |
| "Ġconvers ations", | |
| "Ġexter ior", | |
| "Ġproble ms", | |
| "Ġenviron ments", | |
| "ĠAm ong", | |
| "abl ishments", | |
| "ĠMus lim", | |
| "Ġlevel s", | |
| "ĠPl ace", | |
| "Ġadap ted", | |
| "Ġdeep en", | |
| "Ġcookt op", | |
| "Ġimm ers", | |
| "Ġappreci ation", | |
| "Ġcommit ment", | |
| "Ġmeth ods", | |
| "Ġneighb ors", | |
| "Ġju ic", | |
| "Ġpercep tions", | |
| "Ġutil izing", | |
| "Ġcareful ly", | |
| "Ġprim arily", | |
| "Ġauthentic ity", | |
| "Ġstrateg ies", | |
| "Ġminer als", | |
| "Ġrelig ious", | |
| "Ġdistinc tive", | |
| "Ġdiges tion", | |
| "Ġhomeless ness", | |
| "Ġregard less", | |
| "ĠExpl oring", | |
| "Ġrespons ible", | |
| "Ġsatis fying", | |
| "Ġdetail s", | |
| "Ġcompassion ate", | |
| "Ex ample", | |
| "Wel come", | |
| "iab att", | |
| "Ġest ablishments", | |
| "induc ed", | |
| "Ġtang y", | |
| "Ġahe ad", | |
| "Ġsup er", | |
| "Ġstim ulate", | |
| "Ġcent uries", | |
| "Ġcuc umber", | |
| "Ġcam er", | |
| "Ġcruc ial", | |
| "Ġcash ew", | |
| "Ġciti zens", | |
| "Ġcub es", | |
| "Ġceler y", | |
| "Ġthym e", | |
| "reenpl ay", | |
| "Ġple asant", | |
| "Ġpand emic", | |
| "Ġpum pernick", | |
| "Ġwel coming", | |
| "Ġfash ion", | |
| "Ġbod ies", | |
| "Ġbrow ning", | |
| "Ġbene fit", | |
| "Ġdow n", | |
| "Ġmush rooms", | |
| "Ġtomat o", | |
| "Ġequ itable", | |
| "Ġelec tric", | |
| "Ġeffor ts", | |
| "Ġharm on", | |
| "ilmm akers", | |
| "Ġlim ited", | |
| "Ġlenti ls", | |
| "Ġstain less", | |
| "Ġgrou p", | |
| "Ġnum erous", | |
| "ĠInduc tion", | |
| "ĠCOV ID", | |
| "Ġconvin cing", | |
| "ĠSol utions", | |
| "Ġexact ly", | |
| "Ġexcess ive", | |
| "Ġvitam ins", | |
| "Ġvulner able", | |
| "Ġyog urt", | |
| "Ġyear s", | |
| "Ġenerg y", | |
| "Ġaspec ts", | |
| "Ġaspir ing", | |
| "ĠMass achuset", | |
| "ĠMaster ing", | |
| "Ġbeau tiful", | |
| "ĠBashe vis", | |
| "ĠRhod e", | |
| "Ġtrav el", | |
| "Ġintrig uing", | |
| "ĠPhil ip", | |
| "Ġactiv ities", | |
| "Ġseamless ly", | |
| "Ġrestric tions", | |
| "ĠHamps hire", | |
| "Ġembr acing", | |
| "Ġkitch ens", | |
| "Ġteasp oon", | |
| "Ġatten tion", | |
| "ĠGree k", | |
| "Ingr edients", | |
| "ĠLGBT Q", | |
| "Ġefficien cy", | |
| "ĠVerm ont", | |
| "ĠVictor ian", | |
| "Ġvibr ant", | |
| "Ġbelief s", | |
| "ĠConnec ticut", | |
| "Ġredistrib ute", | |
| "Ġcurric ul", | |
| "Ġmagne tic", | |
| "Ġfascin ating", | |
| "Ġstorytell ing", | |
| "ĠMuslim s", | |
| "Ġpumpernick el", | |
| "ĠMassachuset ts" | |
| ] | |
| } | |
| } |