Sentence Similarity
sentence-transformers
Safetensors
English
roberta
glyph
ape
embeddings
gguf-friendly
text-embeddings-inference
Instructions to use wimpSquad/glyph-embedder-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use wimpSquad/glyph-embedder-v2 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("wimpSquad/glyph-embedder-v2") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
| { | |
| "version": "1.0", | |
| "truncation": { | |
| "direction": "Right", | |
| "max_length": 256, | |
| "strategy": "LongestFirst", | |
| "stride": 0 | |
| }, | |
| "padding": { | |
| "strategy": "BatchLongest", | |
| "direction": "Right", | |
| "pad_to_multiple_of": null, | |
| "pad_id": 0, | |
| "pad_type_id": 0, | |
| "pad_token": "[PAD]" | |
| }, | |
| "added_tokens": [ | |
| { | |
| "id": 0, | |
| "content": "[PAD]", | |
| "single_word": false, | |
| "lstrip": false, | |
| "rstrip": false, | |
| "normalized": false, | |
| "special": true | |
| }, | |
| { | |
| "id": 1, | |
| "content": "[UNK]", | |
| "single_word": false, | |
| "lstrip": false, | |
| "rstrip": false, | |
| "normalized": false, | |
| "special": true | |
| }, | |
| { | |
| "id": 2, | |
| "content": "[CLS]", | |
| "single_word": false, | |
| "lstrip": false, | |
| "rstrip": false, | |
| "normalized": false, | |
| "special": true | |
| }, | |
| { | |
| "id": 3, | |
| "content": "[SEP]", | |
| "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 | |
| } | |
| ], | |
| "normalizer": null, | |
| "pre_tokenizer": { | |
| "type": "ByteLevel", | |
| "add_prefix_space": false, | |
| "trim_offsets": true, | |
| "use_regex": true | |
| }, | |
| "post_processor": { | |
| "type": "TemplateProcessing", | |
| "single": [ | |
| { | |
| "SpecialToken": { | |
| "id": "[CLS]", | |
| "type_id": 0 | |
| } | |
| }, | |
| { | |
| "Sequence": { | |
| "id": "A", | |
| "type_id": 0 | |
| } | |
| }, | |
| { | |
| "SpecialToken": { | |
| "id": "[SEP]", | |
| "type_id": 0 | |
| } | |
| } | |
| ], | |
| "pair": [ | |
| { | |
| "SpecialToken": { | |
| "id": "[CLS]", | |
| "type_id": 0 | |
| } | |
| }, | |
| { | |
| "Sequence": { | |
| "id": "A", | |
| "type_id": 0 | |
| } | |
| }, | |
| { | |
| "SpecialToken": { | |
| "id": "[SEP]", | |
| "type_id": 0 | |
| } | |
| }, | |
| { | |
| "Sequence": { | |
| "id": "B", | |
| "type_id": 1 | |
| } | |
| }, | |
| { | |
| "SpecialToken": { | |
| "id": "[SEP]", | |
| "type_id": 1 | |
| } | |
| } | |
| ], | |
| "special_tokens": { | |
| "[CLS]": { | |
| "id": "[CLS]", | |
| "ids": [ | |
| 2 | |
| ], | |
| "tokens": [ | |
| "[CLS]" | |
| ] | |
| }, | |
| "[SEP]": { | |
| "id": "[SEP]", | |
| "ids": [ | |
| 3 | |
| ], | |
| "tokens": [ | |
| "[SEP]" | |
| ] | |
| } | |
| } | |
| }, | |
| "decoder": { | |
| "type": "ByteLevel", | |
| "add_prefix_space": true, | |
| "trim_offsets": true, | |
| "use_regex": true | |
| }, | |
| "model": { | |
| "type": "BPE", | |
| "dropout": null, | |
| "unk_token": "[UNK]", | |
| "continuing_subword_prefix": null, | |
| "end_of_word_suffix": null, | |
| "fuse_unk": false, | |
| "byte_fallback": false, | |
| "ignore_merges": false, | |
| "vocab": { | |
| "[PAD]": 0, | |
| "[UNK]": 1, | |
| "[CLS]": 2, | |
| "[SEP]": 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, | |
| "âĨ": 261, | |
| "ti": 262, | |
| "on": 263, | |
| "âĨĴ": 264, | |
| "re": 265, | |
| "in": 266, | |
| "er": 267, | |
| "al": 268, | |
| "en": 269, | |
| "tion": 270, | |
| "an": 271, | |
| "st": 272, | |
| "or": 273, | |
| "es": 274, | |
| "at": 275, | |
| "ar": 276, | |
| "ic": 277, | |
| "le": 278, | |
| "it": 279, | |
| "ation": 280, | |
| "ro": 281, | |
| "ac": 282, | |
| "ed": 283, | |
| "co": 284, | |
| "si": 285, | |
| "ing": 286, | |
| "âĩ": 287, | |
| "âĩĴ": 288, | |
| "ent": 289, | |
| "lo": 290, | |
| "ce": 291, | |
| "un": 292, | |
| "de": 293, | |
| "me": 294, | |
| "se": 295, | |
| "ra": 296, | |
| "di": 297, | |
| "th": 298, | |
| "ity": 299, | |
| "mp": 300, | |
| "li": 301, | |
| "con": 302, | |
| "ch": 303, | |
| "ve": 304, | |
| "ge": 305, | |
| "su": 306, | |
| "ct": 307, | |
| "ri": 308, | |
| "âĨĴâĨĴ": 309, | |
| "il": 310, | |
| "ab": 311, | |
| "tic": 312, | |
| "sp": 313, | |
| "mo": 314, | |
| "pro": 315, | |
| "ter": 316, | |
| "ol": 317, | |
| "as": 318, | |
| "âĪ": 319, | |
| "ur": 320, | |
| ")âĨĴ": 321, | |
| "te": 322, | |
| "¬": 323, | |
| "qu": 324, | |
| "ment": 325, | |
| "ul": 326, | |
| "us": 327, | |
| "res": 328, | |
| "fe": 329, | |
| "po": 330, | |
| "âĨij": 331, | |
| "ex": 332, | |
| "per": 333, | |
| "ÃĹ": 334, | |
| "âī": 335, | |
| "gh": 336, | |
| "ad": 337, | |
| "is": 338, | |
| "he": 339, | |
| "ci": 340, | |
| "vi": 341, | |
| "ver": 342, | |
| "tr": 343, | |
| "ate": 344, | |
| "ap": 345, | |
| "ess": 346, | |
| "for": 347, | |
| "ction": 348, | |
| "sion": 349, | |
| "du": 350, | |
| "comp": 351, | |
| "ma": 352, | |
| "ical": 353, | |
| "ut": 354, | |
| "um": 355, | |
| "ne": 356, | |
| "od": 357, | |
| "str": 358, | |
| ")]": 359, | |
| "sy": 360, | |
| ")âĩĴ": 361, | |
| "to": 362, | |
| "hi": 363, | |
| "tin": 364, | |
| "em": 365, | |
| "ir": 366, | |
| "tive": 367, | |
| "ph": 368, | |
| "no": 369, | |
| "red": 370, | |
| "id": 371, | |
| "la": 372, | |
| "ren": 373, | |
| "ure": 374, | |
| "ant": 375, | |
| "fic": 376, | |
| "ght": 377, | |
| "om": 378, | |
| "ine": 379, | |
| "âĨĴ(": 380, | |
| "ance": 381, | |
| "und": 382, | |
| "âĨĵ": 383, | |
| "of": 384, | |
| "and": 385, | |
| "pl": 386, | |
| "ef": 387, | |
| "wor": 388, | |
| "am": 389, | |
| "log": 390, | |
| "âΧ": 391, | |
| "gen": 392, | |
| "el": 393, | |
| "so": 394, | |
| ")|": 395, | |
| "age": 396, | |
| "able": 397, | |
| "ting": 398, | |
| "ility": 399, | |
| "pres": 400, | |
| "]âĨĴ": 401, | |
| "form": 402, | |
| "spe": 403, | |
| "all": 404, | |
| "gn": 405, | |
| "ho": 406, | |
| "âĬ": 407, | |
| "ble": 408, | |
| "the": 409, | |
| "ations": 410, | |
| "ory": 411, | |
| "ts": 412, | |
| "op": 413, | |
| "cy": 414, | |
| "work": 415, | |
| "stem": 416, | |
| "fi": 417, | |
| "iz": 418, | |
| "ence": 419, | |
| "ater": 420, | |
| "stru": 421, | |
| "âĨĶ": 422, | |
| "par": 423, | |
| "chan": 424, | |
| "low": 425, | |
| "system": 426, | |
| "ty": 427, | |
| "dis": 428, | |
| "up": 429, | |
| "inter": 430, | |
| "ace": 431, | |
| "ers": 432, | |
| "wa": 433, | |
| "ten": 434, | |
| "act": 435, | |
| "mm": 436, | |
| "ality": 437, | |
| "val": 438, | |
| "pre": 439, | |
| "fra": 440, | |
| "qui": 441, | |
| "ta": 442, | |
| "gra": 443, | |
| "pe": 444, | |
| "tical": 445, | |
| "ution": 446, | |
| "ll": 447, | |
| "sh": 448, | |
| "ke": 449, | |
| "fo": 450, | |
| "bra": 451, | |
| "ob": 452, | |
| "ability": 453, | |
| "ass": 454, | |
| "air": 455, | |
| "bo": 456, | |
| "be": 457, | |
| "ly": 458, | |
| "loc": 459, | |
| "do": 460, | |
| "action": 461, | |
| "ari": 462, | |
| "we": 463, | |
| "erg": 464, | |
| "frame": 465, | |
| "ary": 466, | |
| "lu": 467, | |
| "ca": 468, | |
| "struct": 469, | |
| "cess": 470, | |
| "ack": 471, | |
| "water": 472, | |
| "ans": 473, | |
| "sure": 474, | |
| "âī¡": 475, | |
| "ard": 476, | |
| "))": 477, | |
| "fect": 478, | |
| "light": 479, | |
| "min": 480, | |
| "non": 481, | |
| "ys": 482, | |
| "cur": 483, | |
| "bi": 484, | |
| "ase": 485, | |
| "pa": 486, | |
| "end": 487, | |
| "framework": 488, | |
| "time": 489, | |
| "gro": 490, | |
| "mat": 491, | |
| "ous": 492, | |
| "âīĪ": 493, | |
| "sc": 494, | |
| "tiv": 495, | |
| "tra": 496, | |
| "col": 497, | |
| "cep": 498, | |
| "ties": 499, | |
| "sk": 500, | |
| "ev": 501, | |
| "imp": 502, | |
| "pr": 503, | |
| "mal": 504, | |
| "]âĩĴ": 505, | |
| "high": 506, | |
| "ness": 507, | |
| "metr": 508, | |
| "ism": 509, | |
| "comple": 510, | |
| "man": 511, | |
| "ag": 512, | |
| "ele": 513, | |
| "logical": 514, | |
| "âīł": 515, | |
| "ergy": 516, | |
| "ens": 517, | |
| "requi": 518, | |
| "wn": 519, | |
| "ser": 520, | |
| "je": 521, | |
| "ice": 522, | |
| "der": 523, | |
| ")âĨĴ[": 524, | |
| "ori": 525, | |
| "ency": 526, | |
| "temp": 527, | |
| "over": 528, | |
| "energy": 529, | |
| "ath": 530, | |
| "âĨIJ": 531, | |
| "ces": 532, | |
| "ics": 533, | |
| "ron": 534, | |
| "cont": 535, | |
| "ors": 536, | |
| "cre": 537, | |
| "cle": 538, | |
| "cor": 539, | |
| "fin": 540, | |
| "00": 541, | |
| "des": 542, | |
| "cl": 543, | |
| "effect": 544, | |
| "fa": 545, | |
| "feren": 546, | |
| "vari": 547, | |
| "ang": 548, | |
| "ite": 549, | |
| "sur": 550, | |
| "ak": 551, | |
| "ational": 552, | |
| "one": 553, | |
| "ated": 554, | |
| "â΍": 555, | |
| "fun": 556, | |
| "theory": 557, | |
| "cul": 558, | |
| "eng": 559, | |
| "dif": 560, | |
| "olution": 561, | |
| "ctive": 562, | |
| "sa": 563, | |
| "lim": 564, | |
| "dist": 565, | |
| "fici": 566, | |
| ");": 567, | |
| "ural": 568, | |
| "âĬĤ": 569, | |
| "ear": 570, | |
| "bu": 571, | |
| "del": 572, | |
| "trans": 573, | |
| "tial": 574, | |
| "comm": 575, | |
| "ore": 576, | |
| "ther": 577, | |
| "fre": 578, | |
| "hum": 579, | |
| "ody": 580, | |
| "dy": 581, | |
| "out": 582, | |
| "ist": 583, | |
| "ha": 584, | |
| "ze": 585, | |
| "dat": 586, | |
| "int": 587, | |
| "bl": 588, | |
| "âĨĴ[": 589, | |
| "sible": 590, | |
| "uni": 591, | |
| "ature": 592, | |
| "ith": 593, | |
| "da": 594, | |
| "use": 595, | |
| "function": 596, | |
| "ss": 597, | |
| "phys": 598, | |
| "cri": 599, | |
| "pri": 600, | |
| "sist": 601, | |
| "ep": 602, | |
| "required": 603, | |
| "hy": 604, | |
| "):": 605, | |
| "body": 606, | |
| "ue": 607, | |
| "ach": 608, | |
| "tions": 609, | |
| "mechan": 610, | |
| "wer": 611, | |
| "elect": 612, | |
| "xi": 613, | |
| "ort": 614, | |
| "produ": 615, | |
| "sis": 616, | |
| "duality": 617, | |
| "logy": 618, | |
| "speed": 619, | |
| "cell": 620, | |
| "ization": 621, | |
| "pressure": 622, | |
| "dual": 623, | |
| "change": 624, | |
| "model": 625, | |
| "ative": 626, | |
| "complex": 627, | |
| "brain": 628, | |
| "lay": 629, | |
| "space": 630, | |
| "old": 631, | |
| "ong": 632, | |
| "sign": 633, | |
| "tim": 634, | |
| ")âΧ": 635, | |
| "ru": 636, | |
| "limit": 637, | |
| ":[": 638, | |
| "cent": 639, | |
| "tern": 640, | |
| "process": 641, | |
| "ign": 642, | |
| "geo": 643, | |
| "exp": 644, | |
| "mi": 645, | |
| "data": 646, | |
| "vo": 647, | |
| "systems": 648, | |
| "antum": 649, | |
| "ck": 650, | |
| "ms": 651, | |
| "heat": 652, | |
| "rent": 653, | |
| "dep": 654, | |
| "ject": 655, | |
| "reg": 656, | |
| "ures": 657, | |
| "enti": 658, | |
| "ft": 659, | |
| "quantum": 660, | |
| "med": 661, | |
| "ved": 662, | |
| "ill": 663, | |
| "sub": 664, | |
| "sal": 665, | |
| "proper": 666, | |
| "arge": 667, | |
| "gebra": 668, | |
| "ves": 669, | |
| "ox": 670, | |
| "arch": 671, | |
| "rate": 672, | |
| "ons": 673, | |
| "algebra": 674, | |
| "state": 675, | |
| "bre": 676, | |
| "car": 677, | |
| "bal": 678, | |
| "ins": 679, | |
| "human": 680, | |
| "sta": 681, | |
| "ry": 682, | |
| "abs": 683, | |
| "lood": 684, | |
| "âĬĥ": 685, | |
| "ments": 686, | |
| "âĨĴ¬": 687, | |
| "peri": 688, | |
| "cial": 689, | |
| "cap": 690, | |
| "sel": 691, | |
| "ception": 692, | |
| "ight": 693, | |
| "aly": 694, | |
| "const": 695, | |
| "king": 696, | |
| "ric": 697, | |
| "âĨijâĨĴ": 698, | |
| "blood": 699, | |
| "et": 700, | |
| "mis": 701, | |
| "theore": 702, | |
| "by": 703, | |
| "les": 704, | |
| "coun": 705, | |
| "sm": 706, | |
| "kno": 707, | |
| "risk": 708, | |
| "ste": 709, | |
| "ven": 710, | |
| "vel": 711, | |
| "force": 712, | |
| "led": 713, | |
| "formation": 714, | |
| "metry": 715, | |
| "cer": 716, | |
| "grav": 717, | |
| "pos": 718, | |
| "âĪĥ": 719, | |
| "ates": 720, | |
| "inte": 721, | |
| "pol": 722, | |
| "mage": 723, | |
| "ref": 724, | |
| "power": 725, | |
| "com": 726, | |
| "resp": 727, | |
| "tivity": 728, | |
| "mental": 729, | |
| "eld": 730, | |
| "ulation": 731, | |
| "nam": 732, | |
| "fer": 733, | |
| "fication": 734, | |
| "anti": 735, | |
| "sive": 736, | |
| "flu": 737, | |
| "ia": 738, | |
| "stand": 739, | |
| "sition": 740, | |
| "ual": 741, | |
| "ber": 742, | |
| "ict": 743, | |
| "loss": 744, | |
| "mar": 745, | |
| "tension": 746, | |
| "ning": 747, | |
| "mus": 748, | |
| "sci": 749, | |
| "tri": 750, | |
| "tics": 751, | |
| "ference": 752, | |
| "os": 753, | |
| "ial": 754, | |
| "ies": 755, | |
| "cost": 756, | |
| "under": 757, | |
| "fl": 758, | |
| "hema": 759, | |
| "mon": 760, | |
| "tain": 761, | |
| "ple": 762, | |
| "mathema": 763, | |
| "mic": 764, | |
| "cu": 765, | |
| "gener": 766, | |
| "bility": 767, | |
| "vol": 768, | |
| "bit": 769, | |
| "âĪĿ": 770, | |
| "cho": 771, | |
| "contro": 772, | |
| "plan": 773, | |
| "leg": 774, | |
| "cal": 775, | |
| "stu": 776, | |
| "self": 777, | |
| "sym": 778, | |
| ")âĨĴâĨĴ": 779, | |
| "ced": 780, | |
| "ular": 781, | |
| "rain": 782, | |
| "]âĨĴâĨĴ": 783, | |
| "sup": 784, | |
| "au": 785, | |
| "ner": 786, | |
| "'s": 787, | |
| "emp": 788, | |
| "group": 789, | |
| "shi": 790, | |
| "dire": 791, | |
| "law": 792, | |
| "beha": 793, | |
| "physical": 794, | |
| "mass": 795, | |
| "analy": 796, | |
| "ind": 797, | |
| "imm": 798, | |
| "face": 799, | |
| "speci": 800, | |
| "behavi": 801, | |
| "prote": 802, | |
| "son": 803, | |
| "move": 804, | |
| "set": 805, | |
| "tis": 806, | |
| "temper": 807, | |
| "bio": 808, | |
| "real": 809, | |
| "metric": 810, | |
| "rib": 811, | |
| "field": 812, | |
| "mag": 813, | |
| "clo": 814, | |
| "plic": 815, | |
| "gor": 816, | |
| "meth": 817, | |
| "arm": 818, | |
| "net": 819, | |
| ";[": 820, | |
| "tex": 821, | |
| "fail": 822, | |
| "tre": 823, | |
| "bri": 824, | |
| "rel": 825, | |
| "respon": 826, | |
| "serv": 827, | |
| "present": 828, | |
| "perception": 829, | |
| "sul": 830, | |
| "ful": 831, | |
| "depend": 832, | |
| "dynam": 833, | |
| "control": 834, | |
| "ress": 835, | |
| "line": 836, | |
| "ration": 837, | |
| "tation": 838, | |
| "pat": 839, | |
| "structure": 840, | |
| "mem": 841, | |
| "âĩĴ[": 842, | |
| "stor": 843, | |
| "properties": 844, | |
| "ized": 845, | |
| "ey": 846, | |
| "size": 847, | |
| "down": 848, | |
| "cus": 849, | |
| "temperature": 850, | |
| "fact": 851, | |
| "flow": 852, | |
| "evolution": 853, | |
| "behavior": 854, | |
| "ju": 855, | |
| "effici": 856, | |
| ")âĨĶ": 857, | |
| "gu": 858, | |
| "comput": 859, | |
| "motion": 860, | |
| "proble": 861, | |
| "partic": 862, | |
| "lock": 863, | |
| "ot": 864, | |
| ")âī¡": 865, | |
| "mul": 866, | |
| "radi": 867, | |
| "redu": 868, | |
| "ents": 869, | |
| "gene": 870, | |
| ")]âĨĴ": 871, | |
| "rest": 872, | |
| "object": 873, | |
| "ased": 874, | |
| "ition": 875, | |
| "mathematical": 876, | |
| "go": 877, | |
| "art": 878, | |
| "ating": 879, | |
| "mechanism": 880, | |
| "algebraic": 881, | |
| "âΧ[": 882, | |
| "ild": 883, | |
| "tech": 884, | |
| "can": 885, | |
| "ran": 886, | |
| "method": 887, | |
| "im": 888, | |
| "urce": 889, | |
| "equi": 890, | |
| "cept": 891, | |
| "ling": 892, | |
| "org": 893, | |
| "rele": 894, | |
| "divi": 895, | |
| "ame": 896, | |
| "ges": 897, | |
| "gravity": 898, | |
| "sing": 899, | |
| "acter": 900, | |
| "are": 901, | |
| "oper": 902, | |
| "dro": 903, | |
| "univer": 904, | |
| "pred": 905, | |
| "est": 906, | |
| "nor": 907, | |
| "dri": 908, | |
| "leep": 909, | |
| "chem": 910, | |
| "scal": 911, | |
| "class": 912, | |
| "sound": 913, | |
| "signal": 914, | |
| "local": 915, | |
| "grow": 916, | |
| "side": 917, | |
| ").": 918, | |
| "life": 919, | |
| "met": 920, | |
| "pi": 921, | |
| "ption": 922, | |
| "viron": 923, | |
| "istic": 924, | |
| "engine": 925, | |
| "environ": 926, | |
| "experi": 927, | |
| "fu": 928, | |
| "topo": 929, | |
| "production": 930, | |
| "frequ": 931, | |
| "wave": 932, | |
| "distrib": 933, | |
| "econ": 934, | |
| "ds": 935, | |
| "acy": 936, | |
| "alth": 937, | |
| "mple": 938, | |
| "sol": 939, | |
| "back": 940, | |
| "neu": 941, | |
| "econom": 942, | |
| "stability": 943, | |
| "cogn": 944, | |
| "movement": 945, | |
| "sleep": 946, | |
| "new": 947, | |
| "structures": 948, | |
| "ateg": 949, | |
| "ger": 950, | |
| "app": 951, | |
| "food": 952, | |
| "failure": 953, | |
| "va": 954, | |
| "other": 955, | |
| "text": 956, | |
| "âĩĴ(": 957, | |
| "defin": 958, | |
| "dens": 959, | |
| "damage": 960, | |
| "with": 961, | |
| "long": 962, | |
| "tur": 963, | |
| "pu": 964, | |
| "ving": 965, | |
| "cision": 966, | |
| "surface": 967, | |
| "fro": 968, | |
| "growth": 969, | |
| "ick": 970, | |
| "ket": 971, | |
| "absor": 972, | |
| ")âĨIJ": 973, | |
| "ster": 974, | |
| "bound": 975, | |
| "contin": 976, | |
| "ded": 977, | |
| "pop": 978, | |
| "search": 979, | |
| "design": 980, | |
| "mea": 981, | |
| "num": 982, | |
| "US": 983, | |
| "color": 984, | |
| "âĪĪ": 985, | |
| "social": 986, | |
| "lection": 987, | |
| "cover": 988, | |
| "adox": 989, | |
| "ants": 990, | |
| "organ": 991, | |
| "possible": 992, | |
| "ator": 993, | |
| "af": 994, | |
| "structural": 995, | |
| "value": 996, | |
| "specific": 997, | |
| "differen": 998, | |
| "off": 999, | |
| "free": 1000, | |
| "prac": 1001, | |
| "analysis": 1002, | |
| "ili": 1003, | |
| "complexity": 1004, | |
| "mil": 1005, | |
| "adap": 1006, | |
| "sho": 1007, | |
| "land": 1008, | |
| "rup": 1009, | |
| "less": 1010, | |
| "disp": 1011, | |
| "current": 1012, | |
| "tran": 1013, | |
| "condi": 1014, | |
| "ion": 1015, | |
| "inci": 1016, | |
| "ou": 1017, | |
| "hip": 1018, | |
| "ories": 1019, | |
| "distribution": 1020, | |
| "identi": 1021, | |
| "death": 1022, | |
| "micro": 1023, | |
| "ish": 1024, | |
| "represent": 1025, | |
| "angu": 1026, | |
| "actions": 1027, | |
| "weight": 1028, | |
| "muscle": 1029, | |
| "âĪĢ": 1030, | |
| "aut": 1031, | |
| "level": 1032, | |
| "dete": 1033, | |
| "ew": 1034, | |
| "prob": 1035, | |
| "[¬": 1036, | |
| ")ÃĹ": 1037, | |
| "als": 1038, | |
| "consu": 1039, | |
| "pain": 1040, | |
| "]ÃĹ": 1041, | |
| "mater": 1042, | |
| "focus": 1043, | |
| "load": 1044, | |
| "formal": 1045, | |
| "main": 1046, | |
| "ror": 1047, | |
| "termin": 1048, | |
| ":(": 1049, | |
| "equ": 1050, | |
| "langu": 1051, | |
| "clu": 1052, | |
| "exist": 1053, | |
| "19": 1054, | |
| "put": 1055, | |
| "chemical": 1056, | |
| "information": 1057, | |
| "gin": 1058, | |
| "].": 1059, | |
| "gre": 1060, | |
| "glo": 1061, | |
| "year": 1062, | |
| "bur": 1063, | |
| "caus": 1064, | |
| "efficiency": 1065, | |
| "mole": 1066, | |
| "consist": 1067, | |
| "ark": 1068, | |
| "hard": 1069, | |
| "paradox": 1070, | |
| "health": 1071, | |
| "person": 1072, | |
| "ide": 1073, | |
| "head": 1074, | |
| "cted": 1075, | |
| "term": 1076, | |
| "material": 1077, | |
| "tit": 1078, | |
| ")]âĩĴ": 1079, | |
| "immun": 1080, | |
| "gas": 1081, | |
| "char": 1082, | |
| "rela": 1083, | |
| "resist": 1084, | |
| "fla": 1085, | |
| "mer": 1086, | |
| "appro": 1087, | |
| "sen": 1088, | |
| "hol": 1089, | |
| "âĨijâĩĴ": 1090, | |
| "finite": 1091, | |
| "frequency": 1092, | |
| "ler": 1093, | |
| "fil": 1094, | |
| "reli": 1095, | |
| "sens": 1096, | |
| "effects": 1097, | |
| "continu": 1098, | |
| "density": 1099, | |
| "velo": 1100, | |
| "indivi": 1101, | |
| "sequ": 1102, | |
| "conne": 1103, | |
| "break": 1104, | |
| "ash": 1105, | |
| "graph": 1106, | |
| "electron": 1107, | |
| "cei": 1108, | |
| "âĨij|": 1109, | |
| "common": 1110, | |
| "multi": 1111, | |
| "study": 1112, | |
| "individual": 1113, | |
| "sto": 1114, | |
| "from": 1115, | |
| "geometric": 1116, | |
| "legal": 1117, | |
| "men": 1118, | |
| "10": 1119, | |
| "cir": 1120, | |
| "response": 1121, | |
| "count": 1122, | |
| "py": 1123, | |
| "ding": 1124, | |
| "incre": 1125, | |
| "ally": 1126, | |
| "safe": 1127, | |
| "âĨij(": 1128, | |
| "syn": 1129, | |
| "distance": 1130, | |
| "ral": 1131, | |
| "read": 1132, | |
| "resul": 1133, | |
| "stic": 1134, | |
| "impact": 1135, | |
| "bon": 1136, | |
| "tru": 1137, | |
| "cells": 1138, | |
| "known": 1139, | |
| "applic": 1140, | |
| "que": 1141, | |
| "¬(": 1142, | |
| "its": 1143, | |
| "memory": 1144, | |
| "vation": 1145, | |
| "point": 1146, | |
| "tool": 1147, | |
| "mani": 1148, | |
| "awa": 1149, | |
| "port": 1150, | |
| "develo": 1151, | |
| "ars": 1152, | |
| "ink": 1153, | |
| "path": 1154, | |
| "ward": 1155, | |
| "cra": 1156, | |
| "att": 1157, | |
| "models": 1158, | |
| "nu": 1159, | |
| "âĨijÃĹ": 1160, | |
| "effe": 1161, | |
| "release": 1162, | |
| "abili": 1163, | |
| "den": 1164, | |
| "dence": 1165, | |
| "sun": 1166, | |
| "computational": 1167, | |
| "ni": 1168, | |
| "ban": 1169, | |
| "âī¥": 1170, | |
| "cold": 1171, | |
| "physics": 1172, | |
| "pattern": 1173, | |
| "ain": 1174, | |
| "interpre": 1175, | |
| "100": 1176, | |
| "iness": 1177, | |
| "eth": 1178, | |
| "solution": 1179, | |
| "til": 1180, | |
| "smo": 1181, | |
| "fir": 1182, | |
| "ok": 1183, | |
| "small": 1184, | |
| "rand": 1185, | |
| "ape": 1186, | |
| "position": 1187, | |
| "right": 1188, | |
| "ize": 1189, | |
| "sw": 1190, | |
| "perform": 1191, | |
| "language": 1192, | |
| "ted": 1193, | |
| "sed": 1194, | |
| "constrain": 1195, | |
| "ton": 1196, | |
| "20": 1197, | |
| "hor": 1198, | |
| "struction": 1199, | |
| "ines": 1200, | |
| "eye": 1201, | |
| "gg": 1202, | |
| "cry": 1203, | |
| "skin": 1204, | |
| "hand": 1205, | |
| "ld": 1206, | |
| "price": 1207, | |
| "symmetry": 1208, | |
| "adv": 1209, | |
| "theorem": 1210, | |
| "slow": 1211, | |
| "usage": 1212, | |
| "compu": 1213, | |
| "active": 1214, | |
| "tig": 1215, | |
| "source": 1216, | |
| "pur": 1217, | |
| "magne": 1218, | |
| "che": 1219, | |
| "moder": 1220, | |
| "large": 1221, | |
| "geometry": 1222, | |
| "global": 1223, | |
| "fy": 1224, | |
| "tional": 1225, | |
| "topological": 1226, | |
| "fold": 1227, | |
| "commun": 1228, | |
| "soci": 1229, | |
| "bro": 1230, | |
| "dom": 1231, | |
| "shift": 1232, | |
| "based": 1233, | |
| "constant": 1234, | |
| "theoretical": 1235, | |
| "deb": 1236, | |
| "cult": 1237, | |
| "homo": 1238, | |
| "pression": 1239, | |
| "gorith": 1240, | |
| "|¬": 1241, | |
| "algorith": 1242, | |
| "spect": 1243, | |
| "determin": 1244, | |
| "context": 1245, | |
| "omen": 1246, | |
| "normal": 1247, | |
| "fied": 1248, | |
| ")=": 1249, | |
| "];": 1250, | |
| "ground": 1251, | |
| "not": 1252, | |
| "âĨĵâĨĴ": 1253, | |
| "fund": 1254, | |
| "ume": 1255, | |
| "matter": 1256, | |
| "ult": 1257, | |
| "matic": 1258, | |
| "resistance": 1259, | |
| "princi": 1260, | |
| "ream": 1261, | |
| "ings": 1262, | |
| "valid": 1263, | |
| "comb": 1264, | |
| "ques": 1265, | |
| "user": 1266, | |
| "cool": 1267, | |
| "inten": 1268, | |
| "mption": 1269, | |
| "fit": 1270, | |
| "intern": 1271, | |
| "performance": 1272, | |
| "play": 1273, | |
| "ital": 1274, | |
| "volume": 1275, | |
| "direct": 1276, | |
| "tax": 1277, | |
| "liqu": 1278, | |
| "here": 1279, | |
| "constraints": 1280, | |
| ")âĬĤ": 1281, | |
| ")âĩĴ[": 1282, | |
| "xim": 1283, | |
| "lit": 1284, | |
| "ority": 1285, | |
| "measure": 1286, | |
| "stren": 1287, | |
| "ware": 1288, | |
| "oth": 1289, | |
| "quality": 1290, | |
| "obser": 1291, | |
| "atter": 1292, | |
| "mone": 1293, | |
| "optim": 1294, | |
| "aces": 1295, | |
| "origin": 1296, | |
| "gi": 1297, | |
| "corre": 1298, | |
| "gth": 1299, | |
| "strength": 1300, | |
| "order": 1301, | |
| "percei": 1302, | |
| "sibility": 1303, | |
| "develop": 1304, | |
| "ast": 1305, | |
| "vent": 1306, | |
| "problem": 1307, | |
| "integ": 1308, | |
| "network": 1309, | |
| "]|": 1310, | |
| "mechanics": 1311, | |
| "cat": 1312, | |
| "ication": 1313, | |
| "access": 1314, | |
| "decision": 1315, | |
| "ÎĶ": 1316, | |
| "rou": 1317, | |
| "veloc": 1318, | |
| "velocity": 1319, | |
| "NA": 1320, | |
| ")âĩĴ(": 1321, | |
| "bacter": 1322, | |
| "wh": 1323, | |
| "ygen": 1324, | |
| "rit": 1325, | |
| "ason": 1326, | |
| "hold": 1327, | |
| "ffici": 1328, | |
| "ell": 1329, | |
| "type": 1330, | |
| "survi": 1331, | |
| "post": 1332, | |
| "ength": 1333, | |
| "certain": 1334, | |
| "gover": 1335, | |
| "found": 1336, | |
| "phen": 1337, | |
| "preser": 1338, | |
| "uration": 1339, | |
| "void": 1340, | |
| "fall": 1341, | |
| "modern": 1342, | |
| ")¬": 1343, | |
| "sue": 1344, | |
| "âī¤": 1345, | |
| "orbit": 1346, | |
| "her": 1347, | |
| "classical": 1348, | |
| "pay": 1349, | |
| "ben": 1350, | |
| "expan": 1351, | |
| "reaction": 1352, | |
| "molecul": 1353, | |
| "por": 1354, | |
| "loy": 1355, | |
| "black": 1356, | |
| "dra": 1357, | |
| "tal": 1358, | |
| "direction": 1359, | |
| "any": 1360, | |
| "ices": 1361, | |
| "compo": 1362, | |
| "oxygen": 1363, | |
| "dependent": 1364, | |
| "nat": 1365, | |
| "neutr": 1366, | |
| "zation": 1367, | |
| "itch": 1368, | |
| "run": 1369, | |
| "stom": 1370, | |
| "radiation": 1371, | |
| "sha": 1372, | |
| "))]": 1373, | |
| "remo": 1374, | |
| "pan": 1375, | |
| "mor": 1376, | |
| "ctor": 1377, | |
| "ise": 1378, | |
| "diver": 1379, | |
| "scale": 1380, | |
| "itive": 1381, | |
| "alco": 1382, | |
| "absorption": 1383, | |
| "observ": 1384, | |
| "rug": 1385, | |
| "blic": 1386, | |
| "know": 1387, | |
| "gence": 1388, | |
| "predict": 1389, | |
| "rus": 1390, | |
| "tice": 1391, | |
| "og": 1392, | |
| "reso": 1393, | |
| "expansion": 1394, | |
| "ering": 1395, | |
| "chall": 1396, | |
| "liquid": 1397, | |
| "traction": 1398, | |
| "gl": 1399, | |
| "charge": 1400, | |
| "astic": 1401, | |
| ");[": 1402, | |
| "invari": 1403, | |
| "test": 1404, | |
| "govern": 1405, | |
| "alcohol": 1406, | |
| "sco": 1407, | |
| "stress": 1408, | |
| "economic": 1409, | |
| "mand": 1410, | |
| "coll": 1411, | |
| "imal": 1412, | |
| "ini": 1413, | |
| "]âΧ[": 1414, | |
| "equival": 1415, | |
| "capac": 1416, | |
| "understand": 1417, | |
| "bul": 1418, | |
| "](": 1419, | |
| "bers": 1420, | |
| "ternal": 1421, | |
| "survival": 1422, | |
| "ences": 1423, | |
| "view": 1424, | |
| "avoid": 1425, | |
| "conditions": 1426, | |
| "thes": 1427, | |
| "earth": 1428, | |
| "fluid": 1429, | |
| "cause": 1430, | |
| "states": 1431, | |
| "poli": 1432, | |
| "pul": 1433, | |
| "mission": 1434, | |
| "open": 1435, | |
| "ression": 1436, | |
| "diffic": 1437, | |
| "cro": 1438, | |
| "natural": 1439, | |
| "but": 1440, | |
| "indu": 1441, | |
| "inve": 1442, | |
| "perceived": 1443, | |
| "lear": 1444, | |
| "location": 1445, | |
| "biological": 1446, | |
| "immune": 1447, | |
| "iction": 1448, | |
| "particle": 1449, | |
| "nucle": 1450, | |
| "date": 1451, | |
| "arity": 1452, | |
| "drug": 1453, | |
| "come": 1454, | |
| "magnetic": 1455, | |
| "wo": 1456, | |
| "external": 1457, | |
| "fle": 1458, | |
| "altern": 1459, | |
| "accur": 1460, | |
| "activity": 1461, | |
| "war": 1462, | |
| "dynamic": 1463, | |
| "dynamics": 1464, | |
| "bar": 1465, | |
| "unknown": 1466, | |
| "genetic": 1467, | |
| "atom": 1468, | |
| "laws": 1469, | |
| "na": 1470, | |
| "child": 1471, | |
| "place": 1472, | |
| "celer": 1473, | |
| "expe": 1474, | |
| "valu": 1475, | |
| "lic": 1476, | |
| "image": 1477, | |
| "agement": 1478, | |
| "same": 1479, | |
| "balance": 1480, | |
| "dge": 1481, | |
| "world": 1482, | |
| "fat": 1483, | |
| "ters": 1484, | |
| "ople": 1485, | |
| "acid": 1486, | |
| "neg": 1487, | |
| "science": 1488, | |
| "Ch": 1489, | |
| "vail": 1490, | |
| "ases": 1491, | |
| "ledge": 1492, | |
| "universe": 1493, | |
| "tes": 1494, | |
| "]âĨĶ": 1495, | |
| "crete": 1496, | |
| "lip": 1497, | |
| "error": 1498, | |
| "sug": 1499, | |
| "electric": 1500, | |
| "public": 1501, | |
| "people": 1502, | |
| "tor": 1503, | |
| "research": 1504, | |
| "mut": 1505, | |
| "âĨijâĨĴâĨĴ": 1506, | |
| "ian": 1507, | |
| "strateg": 1508, | |
| "cycle": 1509, | |
| "processes": 1510, | |
| "relations": 1511, | |
| "reduction": 1512, | |
| "ring": 1513, | |
| "ination": 1514, | |
| "content": 1515, | |
| "..": 1516, | |
| "jo": 1517, | |
| "like": 1518, | |
| "poten": 1519, | |
| "market": 1520, | |
| "internal": 1521, | |
| "sphere": 1522, | |
| ")âĨĴ(": 1523, | |
| "]âĨĴ[": 1524, | |
| "super": 1525, | |
| "fficient": 1526, | |
| "phenomen": 1527, | |
| "assu": 1528, | |
| "attack": 1529, | |
| "stable": 1530, | |
| "block": 1531, | |
| "ud": 1532, | |
| "vac": 1533, | |
| "standard": 1534, | |
| "arth": 1535, | |
| "exa": 1536, | |
| "expo": 1537, | |
| "via": 1538, | |
| "avail": 1539, | |
| "ane": 1540, | |
| "functions": 1541, | |
| "product": 1542, | |
| "years": 1543, | |
| "delay": 1544, | |
| "]âĩĴ[": 1545, | |
| "domin": 1546, | |
| "pass": 1547, | |
| "stim": 1548, | |
| "tention": 1549, | |
| "transfer": 1550, | |
| "dent": 1551, | |
| "hal": 1552, | |
| "experience": 1553, | |
| "ord": 1554, | |
| "wind": 1555, | |
| "angle": 1556, | |
| "]:": 1557, | |
| "fix": 1558, | |
| "problems": 1559, | |
| "single": 1560, | |
| "CO": 1561, | |
| "atmo": 1562, | |
| "ctions": 1563, | |
| "critical": 1564, | |
| "]¬": 1565, | |
| "ury": 1566, | |
| "fort": 1567, | |
| "phase": 1568, | |
| "ip": 1569, | |
| "ute": 1570, | |
| "lish": 1571, | |
| "invest": 1572, | |
| "own": 1573, | |
| "knowledge": 1574, | |
| "demand": 1575, | |
| "effective": 1576, | |
| "dimen": 1577, | |
| "descri": 1578, | |
| "representation": 1579, | |
| "consumption": 1580, | |
| "dimension": 1581, | |
| "]âΧ": 1582, | |
| "heart": 1583, | |
| "frameworks": 1584, | |
| "detection": 1585, | |
| "@[": 1586, | |
| "Earth": 1587, | |
| "range": 1588, | |
| "]âĨĴ(": 1589, | |
| "quanti": 1590, | |
| "âĨij)": 1591, | |
| "tility": 1592, | |
| "mpli": 1593, | |
| "higher": 1594, | |
| "50": 1595, | |
| "win": 1596, | |
| "random": 1597, | |
| "day": 1598, | |
| "reason": 1599, | |
| "jective": 1600, | |
| "star": 1601, | |
| "top": 1602, | |
| "consci": 1603, | |
| "conscious": 1604, | |
| "rap": 1605, | |
| "activ": 1606, | |
| "asy": 1607, | |
| "potential": 1608, | |
| "vention": 1609, | |
| "definition": 1610, | |
| "she": 1611, | |
| "explo": 1612, | |
| "(¬": 1613, | |
| "capacity": 1614, | |
| "ero": 1615, | |
| "short": 1616, | |
| "DNA": 1617, | |
| "bus": 1618, | |
| "processing": 1619, | |
| "weak": 1620, | |
| "ire": 1621, | |
| "ks": 1622, | |
| "acceler": 1623, | |
| "sitive": 1624, | |
| "dise": 1625, | |
| "complete": 1626, | |
| "cooling": 1627, | |
| "dark": 1628, | |
| "âĬĥ[": 1629, | |
| "eli": 1630, | |
| "tition": 1631, | |
| "dies": 1632, | |
| "need": 1633, | |
| "area": 1634, | |
| "histor": 1635, | |
| "population": 1636, | |
| "understanding": 1637, | |
| "ific": 1638, | |
| "ply": 1639, | |
| "require": 1640, | |
| "cr": 1641, | |
| "exposure": 1642, | |
| "prevent": 1643, | |
| "difference": 1644, | |
| "covery": 1645, | |
| "sof": 1646, | |
| "vor": 1647, | |
| "ball": 1648, | |
| "ping": 1649, | |
| "proof": 1650, | |
| "oil": 1651, | |
| "eness": 1652, | |
| "uring": 1653, | |
| "profit": 1654, | |
| "add": 1655, | |
| "logic": 1656, | |
| "functional": 1657, | |
| "general": 1658, | |
| "lation": 1659, | |
| "bacteria": 1660, | |
| "safety": 1661, | |
| "collap": 1662, | |
| "categ": 1663, | |
| "lack": 1664, | |
| "infe": 1665, | |
| "dig": 1666, | |
| "turn": 1667, | |
| "prim": 1668, | |
| "gravit": 1669, | |
| "evi": 1670, | |
| "practical": 1671, | |
| "results": 1672, | |
| "shape": 1673, | |
| "salt": 1674, | |
| "historical": 1675, | |
| "=[": 1676, | |
| "tives": 1677, | |
| "000": 1678, | |
| "row": 1679, | |
| "electro": 1680, | |
| "manifold": 1681, | |
| "targe": 1682, | |
| "groups": 1683, | |
| "UR": 1684, | |
| "very": 1685, | |
| "continuous": 1686, | |
| "cut": 1687, | |
| "ffe": 1688, | |
| "environmental": 1689, | |
| ")âĬ": 1690, | |
| "âĨĴâĨĴ(": 1691, | |
| "character": 1692, | |
| "recogn": 1693, | |
| "ining": 1694, | |
| "pho": 1695, | |
| "fusion": 1696, | |
| "])": 1697, | |
| "evolutionary": 1698, | |
| "ulty": 1699, | |
| "objects": 1700, | |
| "ints": 1701, | |
| "compe": 1702, | |
| "impos": 1703, | |
| "linear": 1704, | |
| "example": 1705, | |
| "psy": 1706, | |
| "spin": 1707, | |
| "apor": 1708, | |
| "phone": 1709, | |
| "cognitive": 1710, | |
| "aning": 1711, | |
| "statis": 1712, | |
| "hist": 1713, | |
| "hole": 1714, | |
| "techno": 1715, | |
| "actual": 1716, | |
| "consistency": 1717, | |
| "warm": 1718, | |
| "bed": 1719, | |
| ")}": 1720, | |
| "only": 1721, | |
| "resi": 1722, | |
| "choice": 1723, | |
| "base": 1724, | |
| "disrup": 1725, | |
| "employ": 1726, | |
| "animal": 1727, | |
| "vision": 1728, | |
| "treat": 1729, | |
| "phy": 1730, | |
| "interactions": 1731, | |
| "approach": 1732, | |
| "thesis": 1733, | |
| "period": 1734, | |
| "number": 1735, | |
| "progra": 1736, | |
| "methods": 1737, | |
| "event": 1738, | |
| "dev": 1739, | |
| "poor": 1740, | |
| "support": 1741, | |
| "funda": 1742, | |
| "limitations": 1743, | |
| "fire": 1744, | |
| "arti": 1745, | |
| "collapse": 1746, | |
| ")âīĪ": 1747, | |
| "vide": 1748, | |
| "visible": 1749, | |
| "polic": 1750, | |
| "glass": 1751, | |
| "))|": 1752, | |
| "card": 1753, | |
| "pes": 1754, | |
| "ages": 1755, | |
| "pair": 1756, | |
| "sual": 1757, | |
| "sufficient": 1758, | |
| "initial": 1759, | |
| "evidence": 1760, | |
| "ety": 1761, | |
| "protein": 1762, | |
| "soft": 1763, | |
| "def": 1764, | |
| "male": 1765, | |
| "transform": 1766, | |
| "fuel": 1767, | |
| "sity": 1768, | |
| "hot": 1769, | |
| "signific": 1770, | |
| "version": 1771, | |
| "storage": 1772, | |
| "development": 1773, | |
| "fundamental": 1774, | |
| "pen": 1775, | |
| "mel": 1776, | |
| "unt": 1777, | |
| "gravitational": 1778, | |
| "cum": 1779, | |
| "communication": 1780, | |
| "rotation": 1781, | |
| "lue": 1782, | |
| "appe": 1783, | |
| "white": 1784, | |
| "money": 1785, | |
| "URL": 1786, | |
| "bs": 1787, | |
| "ules": 1788, | |
| "interaction": 1789, | |
| "truth": 1790, | |
| "curren": 1791, | |
| "probability": 1792, | |
| "recept": 1793, | |
| "learning": 1794, | |
| "alternative": 1795, | |
| "build": 1796, | |
| "limited": 1797, | |
| "full": 1798, | |
| "rever": 1799, | |
| "uncertain": 1800, | |
| "swe": 1801, | |
| "allow": 1802, | |
| "atory": 1803, | |
| "hypo": 1804, | |
| "))âĨĴ": 1805, | |
| "interest": 1806, | |
| "particles": 1807, | |
| "game": 1808, | |
| "removal": 1809, | |
| "ential": 1810, | |
| "selection": 1811, | |
| "heating": 1812, | |
| "ged": 1813, | |
| "lens": 1814, | |
| "contact": 1815, | |
| "cultural": 1816, | |
| "cla": 1817, | |
| "ology": 1818, | |
| "necess": 1819, | |
| "noise": 1820, | |
| "political": 1821, | |
| "ung": 1822, | |
| "ables": 1823, | |
| "tract": 1824, | |
| "increase": 1825, | |
| "concent": 1826, | |
| "influ": 1827, | |
| "libri": 1828, | |
| "property": 1829, | |
| "sti": 1830, | |
| "input": 1831, | |
| "virus": 1832, | |
| "measurement": 1833, | |
| "uc": 1834, | |
| "extre": 1835, | |
| "âĨĵâĩĴ": 1836, | |
| "sex": 1837, | |
| "environment": 1838, | |
| "difficulty": 1839, | |
| "mach": 1840, | |
| "moment": 1841, | |
| ")ÃĹ(": 1842, | |
| "beli": 1843, | |
| "equilibri": 1844, | |
| "secon": 1845, | |
| "taste": 1846, | |
| "hydro": 1847, | |
| "engineering": 1848, | |
| "code": 1849, | |
| "reshold": 1850, | |
| "]âĬĤ": 1851, | |
| "curity": 1852, | |
| "management": 1853, | |
| "bot": 1854, | |
| "nature": 1855, | |
| "threshold": 1856, | |
| "transmission": 1857, | |
| "tle": 1858, | |
| "stri": 1859, | |
| "auth": 1860, | |
| "duration": 1861, | |
| "patterns": 1862, | |
| "zing": 1863, | |
| "±": 1864, | |
| "flexi": 1865, | |
| "accuracy": 1866, | |
| "compression": 1867, | |
| "stop": 1868, | |
| "neuro": 1869, | |
| "fric": 1870, | |
| "moon": 1871, | |
| "reat": 1872, | |
| "spaces": 1873, | |
| "ission": 1874, | |
| "theories": 1875, | |
| "âī¡[": 1876, | |
| "green": 1877, | |
| "principle": 1878, | |
| "compon": 1879, | |
| "way": 1880, | |
| "shared": 1881, | |
| "zed": 1882, | |
| "observer": 1883, | |
| "In": 1884, | |
| "abstr": 1885, | |
| "breath": 1886, | |
| "ali": 1887, | |
| "security": 1888, | |
| "suc": 1889, | |
| "rier": 1890, | |
| "mod": 1891, | |
| "âĨĵÃĹ": 1892, | |
| "impro": 1893, | |
| "infinite": 1894, | |
| "bir": 1895, | |
| "cancer": 1896, | |
| "equilibrium": 1897, | |
| "scienti": 1898, | |
| "°": 1899, | |
| "axi": 1900, | |
| "ators": 1901, | |
| "planet": 1902, | |
| "fac": 1903, | |
| "condu": 1904, | |
| "hair": 1905, | |
| "pic": 1906, | |
| "regular": 1907, | |
| "generation": 1908, | |
| "hes": 1909, | |
| "ances": 1910, | |
| "empir": 1911, | |
| "resource": 1912, | |
| "strong": 1913, | |
| "let": 1914, | |
| "calcul": 1915, | |
| "universal": 1916, | |
| "interpretation": 1917, | |
| "supply": 1918, | |
| ":¬": 1919, | |
| "ps": 1920, | |
| "bet": 1921, | |
| "assi": 1922, | |
| "tries": 1923, | |
| "restr": 1924, | |
| "consequ": 1925, | |
| "used": 1926, | |
| "nel": 1927, | |
| "length": 1928, | |
| "just": 1929, | |
| "early": 1930, | |
| "blue": 1931, | |
| "factors": 1932, | |
| "rapid": 1933, | |
| "stra": 1934, | |
| ")]|": 1935, | |
| "empirical": 1936, | |
| ")]âĨĴ[": 1937, | |
| "soli": 1938, | |
| "fixed": 1939, | |
| "))âĩĴ": 1940, | |
| "âĨĵâĨĴâĨĴ": 1941, | |
| "ficial": 1942, | |
| "refle": 1943, | |
| "br": 1944, | |
| "ped": 1945, | |
| "cipl": 1946, | |
| "psycho": 1947, | |
| "%_": 1948, | |
| "batter": 1949, | |
| "reality": 1950, | |
| "aries": 1951, | |
| "ba": 1952, | |
| "zy": 1953, | |
| "probabili": 1954, | |
| "multiple": 1955, | |
| "thermal": 1956, | |
| "first": 1957, | |
| "optimization": 1958, | |
| ")âīł": 1959, | |
| "spa": 1960, | |
| "discipl": 1961, | |
| "static": 1962, | |
| "mechanisms": 1963, | |
| "ig": 1964, | |
| "good": 1965, | |
| ")[": 1966, | |
| "oc": 1967, | |
| "benef": 1968, | |
| "government": 1969, | |
| "rum": 1970, | |
| "gal": 1971, | |
| "ological": 1972, | |
| "distin": 1973, | |
| "advant": 1974, | |
| "mas": 1975, | |
| "abo": 1976, | |
| "waves": 1977, | |
| "computer": 1978, | |
| "moist": 1979, | |
| "disease": 1980, | |
| "harm": 1981, | |
| "different": 1982, | |
| "ching": 1983, | |
| "addi": 1984, | |
| "nut": 1985, | |
| "whe": 1986, | |
| "cles": 1987, | |
| "primary": 1988, | |
| "reference": 1989, | |
| "era": 1990, | |
| "hyper": 1991, | |
| "identity": 1992, | |
| "mpto": 1993, | |
| "consistent": 1994, | |
| "flo": 1995, | |
| "jury": 1996, | |
| "lower": 1997, | |
| "âĨIJ(": 1998, | |
| "regul": 1999, | |
| "]]": 2000, | |
| "edi": 2001, | |
| "bub": 2002, | |
| "stain": 2003, | |
| "sugar": 2004, | |
| "âĨĵ(": 2005, | |
| "tail": 2006, | |
| "gation": 2007, | |
| "lat": 2008, | |
| "protection": 2009, | |
| "original": 2010, | |
| "inst": 2011, | |
| "success": 2012, | |
| "audi": 2013, | |
| "ctivity": 2014, | |
| "emotion": 2015, | |
| "cise": 2016, | |
| "composition": 2017, | |
| "herent": 2018, | |
| "poly": 2019, | |
| "boundary": 2020, | |
| "deterministic": 2021, | |
| "relationship": 2022, | |
| "business": 2023, | |
| "align": 2024, | |
| "repe": 2025, | |
| "team": 2026, | |
| "âĨĵ)": 2027, | |
| "limits": 2028, | |
| "lab": 2029, | |
| "vit": 2030, | |
| "classi": 2031, | |
| "medi": 2032, | |
| "neutral": 2033, | |
| "urces": 2034, | |
| "ush": 2035, | |
| ")]âΧ[": 2036, | |
| "dry": 2037, | |
| "²": 2038, | |
| "forces": 2039, | |
| "available": 2040, | |
| "aring": 2041, | |
| "cou": 2042, | |
| "separ": 2043, | |
| "part": 2044, | |
| "homology": 2045, | |
| "simil": 2046, | |
| "mentation": 2047, | |
| "concentration": 2048, | |
| "ff": 2049, | |
| "key": 2050, | |
| "ax": 2051, | |
| "titution": 2052, | |
| "discrete": 2053, | |
| "belief": 2054, | |
| "custom": 2055, | |
| "impossible": 2056, | |
| "room": 2057, | |
| "construction": 2058, | |
| "ending": 2059, | |
| "anger": 2060, | |
| "central": 2061, | |
| "statistical": 2062, | |
| "company": 2063, | |
| "systemic": 2064, | |
| "existence": 2065, | |
| "significant": 2066, | |
| "momentum": 2067, | |
| "flight": 2068, | |
| "ino": 2069, | |
| "points": 2070, | |
| "scre": 2071, | |
| "debt": 2072, | |
| "fig": 2073, | |
| "sets": 2074, | |
| "Mo": 2075, | |
| "core": 2076, | |
| "solar": 2077, | |
| "mes": 2078, | |
| "parent": 2079, | |
| "burn": 2080, | |
| "eco": 2081, | |
| "flation": 2082, | |
| "probabilistic": 2083, | |
| "reflection": 2084, | |
| "eyes": 2085, | |
| "video": 2086, | |
| "rules": 2087, | |
| "ropy": 2088, | |
| "âĨĵ|": 2089, | |
| "some": 2090, | |
| "feel": 2091, | |
| "special": 2092, | |
| "nutri": 2093, | |
| "feed": 2094, | |
| "phot": 2095, | |
| "reness": 2096, | |
| "fore": 2097, | |
| "infection": 2098, | |
| "ude": 2099, | |
| "ily": 2100, | |
| "even": 2101, | |
| "subst": 2102, | |
| "sme": 2103, | |
| "bad": 2104, | |
| "ree": 2105, | |
| "mination": 2106, | |
| "recor": 2107, | |
| "phenomena": 2108, | |
| "ret": 2109, | |
| "adjust": 2110, | |
| "plane": 2111, | |
| "negative": 2112, | |
| "modeling": 2113, | |
| "numbers": 2114, | |
| "correct": 2115, | |
| "acceleration": 2116, | |
| "policy": 2117, | |
| "ay": 2118, | |
| "rig": 2119, | |
| "radio": 2120, | |
| "dream": 2121, | |
| "mit": 2122, | |
| "atures": 2123, | |
| "utility": 2124, | |
| "moisture": 2125, | |
| "insul": 2126, | |
| "hea": 2127, | |
| "techni": 2128, | |
| "appli": 2129, | |
| "payment": 2130, | |
| "tage": 2131, | |
| "tempor": 2132, | |
| "eral": 2133, | |
| "stat": 2134, | |
| "care": 2135, | |
| "output": 2136, | |
| "atmosphere": 2137, | |
| "rigor": 2138, | |
| "vers": 2139, | |
| "variable": 2140, | |
| "application": 2141, | |
| "combin": 2142, | |
| "rough": 2143, | |
| "cred": 2144, | |
| "cha": 2145, | |
| "viol": 2146, | |
| "tox": 2147, | |
| "ina": 2148, | |
| "second": 2149, | |
| "travel": 2150, | |
| "requires": 2151, | |
| "tissue": 2152, | |
| "reduced": 2153, | |
| "challeng": 2154, | |
| "house": 2155, | |
| "auto": 2156, | |
| "gain": 2157, | |
| "ense": 2158, | |
| "confl": 2159, | |
| "cies": 2160, | |
| "visual": 2161, | |
| "minim": 2162, | |
| "metal": 2163, | |
| "dr": 2164, | |
| "loop": 2165, | |
| "topology": 2166, | |
| "check": 2167, | |
| "changes": 2168, | |
| "advantage": 2169, | |
| ")âĪĿ": 2170, | |
| "amo": 2171, | |
| "stream": 2172, | |
| "file": 2173, | |
| "dog": 2174, | |
| "tradi": 2175, | |
| "bank": 2176, | |
| "injury": 2177, | |
| "medical": 2178, | |
| "nuclear": 2179, | |
| "mapp": 2180, | |
| "uth": 2181, | |
| "veri": 2182, | |
| "activation": 2183, | |
| "rigid": 2184, | |
| "mir": 2185, | |
| "stry": 2186, | |
| "ways": 2187, | |
| "math": 2188, | |
| "predictable": 2189, | |
| "forms": 2190, | |
| "home": 2191, | |
| "species": 2192, | |
| "30": 2193, | |
| "anced": 2194, | |
| "orph": 2195, | |
| "cross": 2196, | |
| "meat": 2197, | |
| "threat": 2198, | |
| "max": 2199, | |
| "hier": 2200, | |
| "comes": 2201, | |
| "molecules": 2202, | |
| "entropy": 2203, | |
| "trade": 2204, | |
| "investment": 2205, | |
| "target": 2206, | |
| "uri": 2207, | |
| "inary": 2208, | |
| "itary": 2209, | |
| "sight": 2210, | |
| "simpli": 2211, | |
| "spacetime": 2212, | |
| "molecular": 2213, | |
| "ker": 2214, | |
| "âĢ": 2215, | |
| "meaning": 2216, | |
| "ples": 2217, | |
| "bust": 2218, | |
| "friction": 2219, | |
| "night": 2220, | |
| "mix": 2221, | |
| "result": 2222, | |
| "battery": 2223, | |
| "tu": 2224, | |
| "lif": 2225, | |
| "explan": 2226, | |
| "opti": 2227, | |
| "digital": 2228, | |
| "ancy": 2229, | |
| "cryst": 2230, | |
| "try": 2231, | |
| "ites": 2232, | |
| "sustain": 2233, | |
| ")]âĩĴ[": 2234, | |
| "varies": 2235, | |
| "flavor": 2236, | |
| "invariants": 2237, | |
| "recognition": 2238, | |
| "optimal": 2239, | |
| "inking": 2240, | |
| "cts": 2241, | |
| "emission": 2242, | |
| "outcomes": 2243, | |
| "adapt": 2244, | |
| "The": 2245, | |
| "ati": 2246, | |
| "tas": 2247, | |
| "ture": 2248, | |
| "vul": 2249, | |
| "info": 2250, | |
| ")@": 2251, | |
| "fr": 2252, | |
| "simul": 2253, | |
| "thing": 2254, | |
| "mitig": 2255, | |
| "machine": 2256, | |
| "resolution": 2257, | |
| "smooth": 2258, | |
| "dominant": 2259, | |
| "voltage": 2260, | |
| "question": 2261, | |
| "scientific": 2262, | |
| "discipline": 2263, | |
| "mu": 2264, | |
| "well": 2265, | |
| "degra": 2266, | |
| "center": 2267, | |
| "extreme": 2268, | |
| "hierarch": 2269, | |
| "lead": 2270, | |
| "left": 2271, | |
| "expression": 2272, | |
| "ison": 2273, | |
| "ambi": 2274, | |
| ")âī¡[": 2275, | |
| "vacu": 2276, | |
| "sts": 2277, | |
| "many": 2278, | |
| "sensi": 2279, | |
| "call": 2280, | |
| "jection": 2281, | |
| "bol": 2282, | |
| "˸": 2283, | |
| "treatment": 2284, | |
| "dation": 2285, | |
| "arith": 2286, | |
| "itor": 2287, | |
| "âĩĴ¬": 2288, | |
| "smell": 2289, | |
| "imag": 2290, | |
| "positive": 2291, | |
| "bias": 2292, | |
| "patho": 2293, | |
| "cing": 2294, | |
| "ones": 2295, | |
| "colli": 2296, | |
| "regulation": 2297, | |
| "efficient": 2298, | |
| "software": 2299, | |
| "phi": 2300, | |
| "soil": 2301, | |
| "comfort": 2302, | |
| ")={": 2303, | |
| "har": 2304, | |
| "cam": 2305, | |
| "recovery": 2306, | |
| "personal": 2307, | |
| "zero": 2308, | |
| "prog": 2309, | |
| "gency": 2310, | |
| "factor": 2311, | |
| "solutions": 2312, | |
| "vacuum": 2313, | |
| "role": 2314, | |
| "training": 2315, | |
| "integr": 2316, | |
| "wheel": 2317, | |
| "my": 2318, | |
| "lective": 2319, | |
| "thro": 2320, | |
| "most": 2321, | |
| "now": 2322, | |
| "amine": 2323, | |
| ")(": 2324, | |
| "alle": 2325, | |
| "tiveness": 2326, | |
| "adaptive": 2327, | |
| "appear": 2328, | |
| "sympto": 2329, | |
| "precision": 2330, | |
| "autom": 2331, | |
| "60": 2332, | |
| "hood": 2333, | |
| "closed": 2334, | |
| "equivalent": 2335, | |
| "En": 2336, | |
| "bran": 2337, | |
| "accept": 2338, | |
| "lying": 2339, | |
| "awareness": 2340, | |
| "observation": 2341, | |
| "bor": 2342, | |
| "acro": 2343, | |
| "case": 2344, | |
| "absent": 2345, | |
| "12": 2346, | |
| "kine": 2347, | |
| "deca": 2348, | |
| "thermo": 2349, | |
| "carbon": 2350, | |
| "lli": 2351, | |
| "oid": 2352, | |
| "robust": 2353, | |
| "deci": 2354, | |
| "perspe": 2355, | |
| "equivalence": 2356, | |
| "vulner": 2357, | |
| "contra": 2358, | |
| "ses": 2359, | |
| "string": 2360, | |
| "scopic": 2361, | |
| "]âĨIJ": 2362, | |
| "FC": 2363, | |
| "gam": 2364, | |
| "inflation": 2365, | |
| "sues": 2366, | |
| "stock": 2367, | |
| "leak": 2368, | |
| "more": 2369, | |
| "cessive": 2370, | |
| "layer": 2371, | |
| "ership": 2372, | |
| "dow": 2373, | |
| "applications": 2374, | |
| "cup": 2375, | |
| "inno": 2376, | |
| "station": 2377, | |
| "sensitivity": 2378, | |
| "wid": 2379, | |
| "enge": 2380, | |
| "sty": 2381, | |
| "take": 2382, | |
| "fast": 2383, | |
| "absol": 2384, | |
| "wall": 2385, | |
| "pull": 2386, | |
| "spread": 2387, | |
| "âĨĶ[": 2388, | |
| "evapor": 2389, | |
| "challenge": 2390, | |
| "uro": 2391, | |
| "vis": 2392, | |
| "âīĪ[": 2393, | |
| "elements": 2394, | |
| "correl": 2395, | |
| "consciousness": 2396, | |
| "metic": 2397, | |
| "config": 2398, | |
| "vere": 2399, | |
| "exe": 2400, | |
| "interference": 2401, | |
| "disruption": 2402, | |
| "200": 2403, | |
| "CP": 2404, | |
| "maj": 2405, | |
| "gestion": 2406, | |
| "expect": 2407, | |
| "collision": 2408, | |
| "fut": 2409, | |
| "return": 2410, | |
| "perfect": 2411, | |
| "creation": 2412, | |
| "increased": 2413, | |
| "history": 2414, | |
| "retention": 2415, | |
| "itation": 2416, | |
| "cour": 2417, | |
| "diag": 2418, | |
| "metries": 2419, | |
| "chro": 2420, | |
| "modi": 2421, | |
| "expected": 2422, | |
| "inherent": 2423, | |
| "ancial": 2424, | |
| "escap": 2425, | |
| "refr": 2426, | |
| "fields": 2427, | |
| "),": 2428, | |
| "conserv": 2429, | |
| "âĪ©": 2430, | |
| ")â΍": 2431, | |
| "argu": 2432, | |
| "types": 2433, | |
| "agg": 2434, | |
| ")âΧ[": 2435, | |
| "preservation": 2436, | |
| "placement": 2437, | |
| "absolute": 2438, | |
| "through": 2439, | |
| "chron": 2440, | |
| "ather": 2441, | |
| "boundaries": 2442, | |
| "ideal": 2443, | |
| "]âī¡": 2444, | |
| "danger": 2445, | |
| "maxim": 2446, | |
| "emerg": 2447, | |
| "medic": 2448, | |
| "trig": 2449, | |
| "meric": 2450, | |
| "wood": 2451, | |
| "15": 2452, | |
| "Co": 2453, | |
| "Li": 2454, | |
| "round": 2455, | |
| "true": 2456, | |
| "orial": 2457, | |
| "vessel": 2458, | |
| "affect": 2459, | |
| "circu": 2460, | |
| "flexibility": 2461, | |
| "status": 2462, | |
| "rule": 2463, | |
| "ferred": 2464, | |
| "income": 2465, | |
| "music": 2466, | |
| "differential": 2467, | |
| "causes": 2468, | |
| "fal": 2469, | |
| "cean": 2470, | |
| "plication": 2471, | |
| "relev": 2472, | |
| "future": 2473, | |
| "Americ": 2474, | |
| "photo": 2475, | |
| "uncertainty": 2476, | |
| "influence": 2477, | |
| "amount": 2478, | |
| "ctors": 2479, | |
| "nerve": 2480, | |
| "mirror": 2481, | |
| "âĪĭ": 2482, | |
| "condition": 2483, | |
| "philo": 2484, | |
| "clim": 2485, | |
| "clock": 2486, | |
| "prevention": 2487, | |
| "controlled": 2488, | |
| "clusion": 2489, | |
| "flamm": 2490, | |
| "dex": 2491, | |
| ")âĨĴ¬": 2492, | |
| "drop": 2493, | |
| "representations": 2494, | |
| "category": 2495, | |
| "abstract": 2496, | |
| "credit": 2497, | |
| "ctiveness": 2498, | |
| "dden": 2499, | |
| "media": 2500, | |
| "De": 2501, | |
| "fri": 2502, | |
| "lung": 2503, | |
| "domain": 2504, | |
| "isms": 2505, | |
| "consequences": 2506, | |
| "gap": 2507, | |
| "contraction": 2508, | |
| "sales": 2509, | |
| "adaptation": 2510, | |
| "¦": 2511, | |
| "lism": 2512, | |
| "priori": 2513, | |
| "operation": 2514, | |
| "aneous": 2515, | |
| "fam": 2516, | |
| "lines": 2517, | |
| "ana": 2518, | |
| "economy": 2519, | |
| "measu": 2520, | |
| "consumer": 2521, | |
| "ions": 2522, | |
| "ctu": 2523, | |
| "pose": 2524, | |
| "philoso": 2525, | |
| "bration": 2526, | |
| "map": 2527, | |
| "sch": 2528, | |
| "lingu": 2529, | |
| "predic": 2530, | |
| "materials": 2531, | |
| "connection": 2532, | |
| "screen": 2533, | |
| "TV": 2534, | |
| "book": 2535, | |
| "depth": 2536, | |
| "switch": 2537, | |
| "band": 2538, | |
| "verage": 2539, | |
| "hyd": 2540, | |
| "stimul": 2541, | |
| "solid": 2542, | |
| "degradation": 2543, | |
| "decay": 2544, | |
| "approxim": 2545, | |
| "escape": 2546, | |
| "wi": 2547, | |
| ")]âΧ": 2548, | |
| "ely": 2549, | |
| "fron": 2550, | |
| "alog": 2551, | |
| "plastic": 2552, | |
| "stomach": 2553, | |
| "financial": 2554, | |
| "uniform": 2555, | |
| "tools": 2556, | |
| "purch": 2557, | |
| "components": 2558, | |
| "arithmetic": 2559, | |
| "push": 2560, | |
| "independent": 2561, | |
| "issue": 2562, | |
| "))âΧ": 2563, | |
| "mechanical": 2564, | |
| "crack": 2565, | |
| "appearance": 2566, | |
| "speak": 2567, | |
| "equations": 2568, | |
| "izing": 2569, | |
| "principles": 2570, | |
| "classification": 2571, | |
| "bind": 2572, | |
| "gment": 2573, | |
| "concept": 2574, | |
| "wavel": 2575, | |
| "dou": 2576, | |
| "effectiveness": 2577, | |
| "wavelength": 2578, | |
| "kill": 2579, | |
| "aw": 2580, | |
| "conver": 2581, | |
| "rence": 2582, | |
| "oppos": 2583, | |
| "accum": 2584, | |
| "aging": 2585, | |
| "ickness": 2586, | |
| "algorithm": 2587, | |
| "Ġ[": 2588, | |
| "dead": 2589, | |
| "vement": 2590, | |
| "compan": 2591, | |
| "emer": 2592, | |
| "transp": 2593, | |
| "graphy": 2594, | |
| "broad": 2595, | |
| "elling": 2596, | |
| "circul": 2597, | |
| "breathing": 2598, | |
| "parame": 2599, | |
| "80": 2600, | |
| "service": 2601, | |
| "practice": 2602, | |
| "exists": 2603, | |
| "mid": 2604, | |
| "sitions": 2605, | |
| "rati": 2606, | |
| "ufact": 2607, | |
| "oler": 2608, | |
| "interpret": 2609, | |
| "reasoning": 2610, | |
| "demo": 2611, | |
| "manufact": 2612, | |
| "counter": 2613, | |
| "job": 2614, | |
| "chool": 2615, | |
| "mapping": 2616, | |
| "=(": 2617, | |
| "transition": 2618, | |
| "gri": 2619, | |
| "edge": 2620, | |
| "sensory": 2621, | |
| "receptors": 2622, | |
| "ocean": 2623, | |
| "sell": 2624, | |
| "exer": 2625, | |
| "unique": 2626, | |
| "conflict": 2627, | |
| "SS": 2628, | |
| "spher": 2629, | |
| "word": 2630, | |
| "hour": 2631, | |
| "internet": 2632, | |
| "preferred": 2633, | |
| "match": 2634, | |
| "intu": 2635, | |
| "immedi": 2636, | |
| "applied": 2637, | |
| "egg": 2638, | |
| "fol": 2639, | |
| "iner": 2640, | |
| "âĨĵâĨĵ": 2641, | |
| "asi": 2642, | |
| "âĩĮ": 2643, | |
| "exchange": 2644, | |
| "]@": 2645, | |
| "name": 2646, | |
| "inner": 2647, | |
| "enh": 2648, | |
| "persist": 2649, | |
| "after": 2650, | |
| "mutation": 2651, | |
| "description": 2652, | |
| "massive": 2653, | |
| "immediate": 2654, | |
| "ken": 2655, | |
| "neur": 2656, | |
| "fault": 2657, | |
| "techn": 2658, | |
| "prioriti": 2659, | |
| "school": 2660, | |
| "events": 2661, | |
| "clear": 2662, | |
| "fluctu": 2663, | |
| "coverage": 2664, | |
| "technology": 2665, | |
| "inc": 2666, | |
| "instability": 2667, | |
| "thou": 2668, | |
| "conf": 2669, | |
| "ablish": 2670, | |
| "users": 2671, | |
| "preference": 2672, | |
| "ging": 2673, | |
| "wal": 2674, | |
| "conve": 2675, | |
| "neural": 2676, | |
| "dependency": 2677, | |
| "spectrum": 2678, | |
| "claim": 2679, | |
| "distinct": 2680, | |
| "Euro": 2681, | |
| "bone": 2682, | |
| "onom": 2683, | |
| "account": 2684, | |
| "press": 2685, | |
| "party": 2686, | |
| "evol": 2687, | |
| "dimensional": 2688, | |
| "challenges": 2689, | |
| "emergent": 2690, | |
| "establish": 2691, | |
| "horiz": 2692, | |
| "hydrogen": 2693, | |
| "city": 2694, | |
| "educ": 2695, | |
| "breakdown": 2696, | |
| "stret": 2697, | |
| "track": 2698, | |
| "past": 2699, | |
| "deri": 2700, | |
| "companies": 2701, | |
| "ene": 2702, | |
| "exception": 2703, | |
| "bridge": 2704, | |
| "relativity": 2705, | |
| "alignment": 2706, | |
| "St": 2707, | |
| "ious": 2708, | |
| "late": 2709, | |
| "recomm": 2710, | |
| "cate": 2711, | |
| "tification": 2712, | |
| "start": 2713, | |
| "recommend": 2714, | |
| "cohomology": 2715, | |
| "deli": 2716, | |
| "concer": 2717, | |
| ")];": 2718, | |
| "infra": 2719, | |
| "deep": 2720, | |
| "cons": 2721, | |
| "illu": 2722, | |
| "country": 2723, | |
| "computing": 2724, | |
| "hydration": 2725, | |
| "rors": 2726, | |
| "levels": 2727, | |
| "rights": 2728, | |
| "allowed": 2729, | |
| "EM": 2730, | |
| "FT": 2731, | |
| "hic": 2732, | |
| "ann": 2733, | |
| "mouth": 2734, | |
| "thought": 2735, | |
| "horizon": 2736, | |
| "requ": 2737, | |
| "lik": 2738, | |
| "shut": 2739, | |
| "feedback": 2740, | |
| "lar": 2741, | |
| "vy": 2742, | |
| "skill": 2743, | |
| "shock": 2744, | |
| "astro": 2745, | |
| "degre": 2746, | |
| "tices": 2747, | |
| "film": 2748, | |
| "algorithms": 2749, | |
| "techniques": 2750, | |
| "get": 2751, | |
| "fear": 2752, | |
| "making": 2753, | |
| "mathematics": 2754, | |
| "chain": 2755, | |
| "proto": 2756, | |
| "âĨij[": 2757, | |
| "monitor": 2758, | |
| "cule": 2759, | |
| "computation": 2760, | |
| "observed": 2761, | |
| "correction": 2762, | |
| "program": 2763, | |
| "photon": 2764, | |
| "evaporation": 2765, | |
| "99": 2766, | |
| "total": 2767, | |
| "pati": 2768, | |
| "birth": 2769, | |
| "camera": 2770, | |
| "UV": 2771, | |
| "don": 2772, | |
| "fing": 2773, | |
| "studies": 2774, | |
| "relax": 2775, | |
| "foundational": 2776, | |
| "spatial": 2777, | |
| "aster": 2778, | |
| "}âĨĴ": 2779, | |
| "tism": 2780, | |
| "split": 2781, | |
| ")âĨIJ[": 2782, | |
| "technical": 2783, | |
| "repair": 2784, | |
| "buy": 2785, | |
| "pathogen": 2786, | |
| "tili": 2787, | |
| "priv": 2788, | |
| "tained": 2789, | |
| "symmetries": 2790, | |
| "culture": 2791, | |
| "rag": 2792, | |
| "intelli": 2793, | |
| "currency": 2794, | |
| "isol": 2795, | |
| "tou": 2796, | |
| "correspon": 2797, | |
| "avoidance": 2798, | |
| "building": 2799, | |
| "diagno": 2800, | |
| "inflamm": 2801, | |
| "away": 2802, | |
| "joint": 2803, | |
| "medicine": 2804, | |
| "sor": 2805, | |
| "transformation": 2806, | |
| "bright": 2807, | |
| "purpose": 2808, | |
| "algorithmic": 2809, | |
| "address": 2810, | |
| "climate": 2811, | |
| "hab": 2812, | |
| "ired": 2813, | |
| "encies": 2814, | |
| "simple": 2815, | |
| "isting": 2816, | |
| "hel": 2817, | |
| "outcome": 2818, | |
| "values": 2819, | |
| "ctic": 2820, | |
| "jus": 2821, | |
| "xel": 2822, | |
| "defined": 2823, | |
| "moral": 2824, | |
| "\":": 2825, | |
| ":{": 2826, | |
| "inhi": 2827, | |
| ")âΧ(": 2828, | |
| "molecule": 2829, | |
| ")âĬ£": 2830, | |
| "benefit": 2831, | |
| "explanation": 2832, | |
| "spir": 2833, | |
| "dose": 2834, | |
| "device": 2835, | |
| "agree": 2836, | |
| "hardware": 2837, | |
| "sequence": 2838, | |
| "similar": 2839, | |
| "NP": 2840, | |
| "sil": 2841, | |
| "entry": 2842, | |
| "suit": 2843, | |
| "âĨij)âĩĴ": 2844, | |
| "gender": 2845, | |
| "parts": 2846, | |
| "objective": 2847, | |
| "scatter": 2848, | |
| "perspective": 2849, | |
| "ech": 2850, | |
| "insufficient": 2851, | |
| "ensive": 2852, | |
| ")))": 2853, | |
| "ship": 2854, | |
| "crash": 2855, | |
| "hun": 2856, | |
| "index": 2857, | |
| "âĬ£": 2858, | |
| "fight": 2859, | |
| "symbol": 2860, | |
| "ularity": 2861, | |
| "resources": 2862, | |
| "integrity": 2863, | |
| "innovation": 2864, | |
| "errors": 2865, | |
| "ening": 2866, | |
| "resili": 2867, | |
| "customer": 2868, | |
| "ffic": 2869, | |
| "ov": 2870, | |
| "enzy": 2871, | |
| "dependence": 2872, | |
| "turb": 2873, | |
| "traditional": 2874, | |
| "intr": 2875, | |
| "aling": 2876, | |
| "constru": 2877, | |
| "exha": 2878, | |
| "iron": 2879, | |
| "formul": 2880, | |
| "flat": 2881, | |
| "pixel": 2882, | |
| "necessity": 2883, | |
| "false": 2884, | |
| "friend": 2885, | |
| "40": 2886, | |
| "90": 2887, | |
| "PS": 2888, | |
| "fru": 2889, | |
| "ow": 2890, | |
| "humans": 2891, | |
| "priority": 2892, | |
| "month": 2893, | |
| "debate": 2894, | |
| "integration": 2895, | |
| "kinetic": 2896, | |
| "amp": 2897, | |
| "mentary": 2898, | |
| "herence": 2899, | |
| "board": 2900, | |
| "âĢĵ": 2901, | |
| "inse": 2902, | |
| "flash": 2903, | |
| "metabo": 2904, | |
| "titude": 2905, | |
| "requirement": 2906, | |
| "OS": 2907, | |
| "dop": 2908, | |
| "kid": 2909, | |
| "nar": 2910, | |
| "ineffe": 2911, | |
| "specul": 2912, | |
| "voice": 2913, | |
| "relative": 2914, | |
| "cryp": 2915, | |
| "strategy": 2916, | |
| "emotional": 2917, | |
| "rable": 2918, | |
| "renal": 2919, | |
| "option": 2920, | |
| "An": 2921, | |
| "inves": 2922, | |
| "stro": 2923, | |
| "dia": 2924, | |
| "variables": 2925, | |
| "ethical": 2926, | |
| "issues": 2927, | |
| "phic": 2928, | |
| "mark": 2929, | |
| "empha": 2930, | |
| "toler": 2931, | |
| "ured": 2932, | |
| "traject": 2933, | |
| "strategies": 2934, | |
| "Re": 2935, | |
| "macro": 2936, | |
| "nic": 2937, | |
| "coord": 2938, | |
| "height": 2939, | |
| "nose": 2940, | |
| "bow": 2941, | |
| "door": 2942, | |
| "cas": 2943, | |
| "iling": 2944, | |
| "movi": 2945, | |
| "resol": 2946, | |
| "close": 2947, | |
| "absorb": 2948, | |
| "networks": 2949, | |
| "copy": 2950, | |
| "sper": 2951, | |
| "ustion": 2952, | |
| "existing": 2953, | |
| "ghter": 2954, | |
| "paper": 2955, | |
| "chromo": 2956, | |
| "categor": 2957, | |
| "ities": 2958, | |
| "taneous": 2959, | |
| "female": 2960, | |
| "humid": 2961, | |
| "animals": 2962, | |
| "symptoms": 2963, | |
| "vs": 2964, | |
| "wit": 2965, | |
| "road": 2966, | |
| "eding": 2967, | |
| "construct": 2968, | |
| "chastic": 2969, | |
| "variance": 2970, | |
| "polar": 2971, | |
| "request": 2972, | |
| "atch": 2973, | |
| "attention": 2974, | |
| "vious": 2975, | |
| "import": 2976, | |
| "AC": 2977, | |
| "bas": 2978, | |
| "inclu": 2979, | |
| "atorial": 2980, | |
| "bles": 2981, | |
| "rub": 2982, | |
| "vacc": 2983, | |
| "artificial": 2984, | |
| "every": 2985, | |
| "actic": 2986, | |
| "plant": 2987, | |
| "colon": 2988, | |
| "venue": 2989, | |
| "stochastic": 2990, | |
| "likely": 2991, | |
| "ineffective": 2992, | |
| "cru": 2993, | |
| "sia": 2994, | |
| "hetic": 2995, | |
| "algebras": 2996, | |
| "freezing": 2997, | |
| "employe": 2998, | |
| "binding": 2999, | |
| "exercise": 3000, | |
| "concern": 3001, | |
| "fur": 3002, | |
| "sit": 3003, | |
| "exact": 3004, | |
| "excessive": 3005, | |
| "assess": 3006, | |
| "cloud": 3007, | |
| "equal": 3008, | |
| "craft": 3009, | |
| "others": 3010, | |
| "]âĨĶ[": 3011, | |
| "25": 3012, | |
| "pitch": 3013, | |
| "stabili": 3014, | |
| "vector": 3015, | |
| "iden": 3016, | |
| "partial": 3017, | |
| "illness": 3018, | |
| "hypothesis": 3019, | |
| ")]|[": 3020, | |
| "investig": 3021, | |
| "rates": 3022, | |
| "squ": 3023, | |
| "genes": 3024, | |
| "ween": 3025, | |
| "between": 3026, | |
| "bubble": 3027, | |
| "correspondence": 3028, | |
| "dit": 3029, | |
| "eties": 3030, | |
| "pun": 3031, | |
| "reci": 3032, | |
| "ale": 3033, | |
| "features": 3034, | |
| "teness": 3035, | |
| "archite": 3036, | |
| "chemicals": 3037, | |
| "sensation": 3038, | |
| "electrons": 3039, | |
| "window": 3040, | |
| "Europe": 3041, | |
| "Con": 3042, | |
| "amin": 3043, | |
| "desire": 3044, | |
| "environments": 3045, | |
| "electricity": 3046, | |
| "conservation": 3047, | |
| "ZFC": 3048, | |
| "tine": 3049, | |
| "feature": 3050, | |
| "effort": 3051, | |
| "foot": 3052, | |
| "imple": 3053, | |
| "foundation": 3054, | |
| "medium": 3055, | |
| "relevant": 3056, | |
| "dilation": 3057, | |
| "adrenal": 3058, | |
| ")].": 3059, | |
| "nomi": 3060, | |
| "toxic": 3061, | |
| "bil": 3062, | |
| "analog": 3063, | |
| "list": 3064, | |
| "verse": 3065, | |
| "marke": 3066, | |
| "operations": 3067, | |
| "explosion": 3068, | |
| "elimination": 3069, | |
| "manifolds": 3070, | |
| "combinatorial": 3071, | |
| "link": 3072, | |
| "sin": 3073, | |
| "logies": 3074, | |
| "drive": 3075, | |
| "compound": 3076, | |
| "foreign": 3077, | |
| "ambigu": 3078, | |
| "linguistic": 3079, | |
| "identical": 3080, | |
| "AI": 3081, | |
| "onal": 3082, | |
| "âĨij+": 3083, | |
| "both": 3084, | |
| "bond": 3085, | |
| "industri": 3086, | |
| "categories": 3087, | |
| "sexual": 3088, | |
| "tw": 3089, | |
| "stars": 3090, | |
| "presence": 3091, | |
| "corrup": 3092, | |
| "operator": 3093, | |
| "delayed": 3094, | |
| "polynomi": 3095, | |
| "substance": 3096, | |
| "front": 3097, | |
| "scattering": 3098, | |
| "18": 3099, | |
| "tire": 3100, | |
| "lift": 3101, | |
| "motor": 3102, | |
| "curv": 3103, | |
| "completeness": 3104, | |
| "military": 3105, | |
| "metabolism": 3106, | |
| "AD": 3107, | |
| "fish": 3108, | |
| "glu": 3109, | |
| "gold": 3110, | |
| "lace": 3111, | |
| "concrete": 3112, | |
| "rise": 3113, | |
| "compati": 3114, | |
| "sky": 3115, | |
| "intended": 3116, | |
| "Sun": 3117, | |
| "tun": 3118, | |
| "zone": 3119, | |
| "ats": 3120, | |
| "diet": 3121, | |
| "region": 3122, | |
| "competition": 3123, | |
| "transformations": 3124, | |
| "rigorous": 3125, | |
| "circuit": 3126, | |
| "revenue": 3127, | |
| "step": 3128, | |
| "confir": 3129, | |
| "âĪŀ": 3130, | |
| "strict": 3131, | |
| "wear": 3132, | |
| "requirements": 3133, | |
| "iter": 3134, | |
| "unit": 3135, | |
| "vehic": 3136, | |
| "traffic": 3137, | |
| "Par": 3138, | |
| "rical": 3139, | |
| "mode": 3140, | |
| "urban": 3141, | |
| "extra": 3142, | |
| "due": 3143, | |
| "compens": 3144, | |
| "insic": 3145, | |
| "institution": 3146, | |
| "protocol": 3147, | |
| "curvature": 3148, | |
| "ior": 3149, | |
| "ortion": 3150, | |
| "rot": 3151, | |
| "roll": 3152, | |
| "âĨij]": 3153, | |
| "identify": 3154, | |
| "architect": 3155, | |
| "section": 3156, | |
| "freed": 3157, | |
| "causality": 3158, | |
| "accumulation": 3159, | |
| "11": 3160, | |
| "CD": 3161, | |
| "if": 3162, | |
| "ned": 3163, | |
| "illegal": 3164, | |
| "istics": 3165, | |
| "costs": 3166, | |
| "biology": 3167, | |
| "filter": 3168, | |
| "synthesis": 3169, | |
| "drag": 3170, | |
| "separation": 3171, | |
| "dle": 3172, | |
| "compar": 3173, | |
| "show": 3174, | |
| "abilities": 3175, | |
| "spectral": 3176, | |
| "invariant": 3177, | |
| "bing": 3178, | |
| "cti": 3179, | |
| "ga": 3180, | |
| "tiation": 3181, | |
| "loan": 3182, | |
| "seman": 3183, | |
| "resh": 3184, | |
| "excess": 3185, | |
| "tend": 3186, | |
| "vote": 3187, | |
| "antibio": 3188, | |
| "feeling": 3189, | |
| "decid": 3190, | |
| "cution": 3191, | |
| "cket": 3192, | |
| "tered": 3193, | |
| "discre": 3194, | |
| "driven": 3195, | |
| "orbital": 3196, | |
| "double": 3197, | |
| "gate": 3198, | |
| "two": 3199, | |
| "vous": 3200, | |
| "destruction": 3201, | |
| "thal": 3202, | |
| "fea": 3203, | |
| "areas": 3204, | |
| "differences": 3205, | |
| "verification": 3206, | |
| "crystal": 3207, | |
| "spheric": 3208, | |
| "Po": 3209, | |
| "ampli": 3210, | |
| "zz": 3211, | |
| "ÃĹ(": 3212, | |
| "channel": 3213, | |
| "contrib": 3214, | |
| "tree": 3215, | |
| "receptor": 3216, | |
| "igno": 3217, | |
| "fts": 3218, | |
| "orth": 3219, | |
| "default": 3220, | |
| "tains": 3221, | |
| "wee": 3222, | |
| "infrastructure": 3223, | |
| "illusion": 3224, | |
| "Sch": 3225, | |
| "near": 3226, | |
| "variation": 3227, | |
| "graphic": 3228, | |
| "resilience": 3229, | |
| "replacement": 3230, | |
| "attemp": 3231, | |
| "rock": 3232, | |
| "signals": 3233, | |
| "ogle": 3234, | |
| "relationships": 3235, | |
| "sip": 3236, | |
| "than": 3237, | |
| "lau": 3238, | |
| "electrical": 3239, | |
| "addition": 3240, | |
| "UK": 3241, | |
| "box": 3242, | |
| "weather": 3243, | |
| "Eng": 3244, | |
| "correlation": 3245, | |
| "agreement": 3246, | |
| "vity": 3247, | |
| "letion": 3248, | |
| "dequ": 3249, | |
| "exclu": 3250, | |
| "forced": 3251, | |
| "tiny": 3252, | |
| "wealth": 3253, | |
| "muscles": 3254, | |
| "acci": 3255, | |
| "depression": 3256, | |
| "propa": 3257, | |
| "discovery": 3258, | |
| "waste": 3259, | |
| "nervous": 3260, | |
| "pump": 3261, | |
| "atomic": 3262, | |
| "purchase": 3263, | |
| "17": 3264, | |
| "rational": 3265, | |
| "ert": 3266, | |
| "conven": 3267, | |
| "uted": 3268, | |
| "âĬĦ": 3269, | |
| "wake": 3270, | |
| "capital": 3271, | |
| "mplectic": 3272, | |
| "immunity": 3273, | |
| ")âĨij": 3274, | |
| "rt": 3275, | |
| "teeth": 3276, | |
| "changed": 3277, | |
| "diff": 3278, | |
| "poll": 3279, | |
| "symmetric": 3280, | |
| "division": 3281, | |
| "phenomenon": 3282, | |
| "ownership": 3283, | |
| "fair": 3284, | |
| "gent": 3285, | |
| "las": 3286, | |
| "visibility": 3287, | |
| "tenance": 3288, | |
| "orie": 3289, | |
| "underlying": 3290, | |
| "maintenance": 3291, | |
| "valuation": 3292, | |
| "electromagnetic": 3293, | |
| "physi": 3294, | |
| "finger": 3295, | |
| "faces": 3296, | |
| "ose": 3297, | |
| "zes": 3298, | |
| "ined": 3299, | |
| "arbit": 3300, | |
| "lion": 3301, | |
| "vibration": 3302, | |
| "clean": 3303, | |
| "education": 3304, | |
| "intelligence": 3305, | |
| "humidity": 3306, | |
| "dal": 3307, | |
| "wr": 3308, | |
| "speech": 3309, | |
| "days": 3310, | |
| "mise": 3311, | |
| "sunlight": 3312, | |
| ")â΍(": 3313, | |
| "])âĨĴ": 3314, | |
| "vapor": 3315, | |
| "reproduction": 3316, | |
| "raint": 3317, | |
| "aph": 3318, | |
| "cast": 3319, | |
| "big": 3320, | |
| "prices": 3321, | |
| "milk": 3322, | |
| "contextual": 3323, | |
| "freedom": 3324, | |
| "New": 3325, | |
| "Pro": 3326, | |
| "cure": 3327, | |
| "into": 3328, | |
| "acces": 3329, | |
| "entangle": 3330, | |
| "mind": 3331, | |
| "sensitive": 3332, | |
| "prioritize": 3333, | |
| "intrinsic": 3334, | |
| "coo": 3335, | |
| "associ": 3336, | |
| "ull": 3337, | |
| "table": 3338, | |
| "ante": 3339, | |
| "ardi": 3340, | |
| "sea": 3341, | |
| "olic": 3342, | |
| "nee": 3343, | |
| "plas": 3344, | |
| "cycles": 3345, | |
| "orient": 3346, | |
| "navi": 3347, | |
| "availability": 3348, | |
| "atmospheric": 3349, | |
| "restrict": 3350, | |
| "lifes": 3351, | |
| "sus": 3352, | |
| "buil": 3353, | |
| "commer": 3354, | |
| ")âī": 3355, | |
| "ust": 3356, | |
| "hout": 3357, | |
| "children": 3358, | |
| "opposite": 3359, | |
| "entanglement": 3360, | |
| "rein": 3361, | |
| "simp": 3362, | |
| "mobi": 3363, | |
| "poison": 3364, | |
| "cellular": 3365, | |
| "experiment": 3366, | |
| "contain": 3367, | |
| "freeze": 3368, | |
| "atoms": 3369, | |
| "contrad": 3370, | |
| "patient": 3371, | |
| "Turing": 3372, | |
| "acqui": 3373, | |
| "dehydration": 3374, | |
| "see": 3375, | |
| "spring": 3376, | |
| "ressive": 3377, | |
| "iso": 3378, | |
| "display": 3379, | |
| "maintain": 3380, | |
| "sensor": 3381, | |
| "diversity": 3382, | |
| "asym": 3383, | |
| "axiom": 3384, | |
| "style": 3385, | |
| "lifespan": 3386, | |
| "bef": 3387, | |
| "acts": 3388, | |
| "rare": 3389, | |
| "collective": 3390, | |
| "server": 3391, | |
| "surance": 3392, | |
| "detect": 3393, | |
| "causal": 3394, | |
| "bacterial": 3395, | |
| "adjustment": 3396, | |
| "adrenaline": 3397, | |
| "dequate": 3398, | |
| "before": 3399, | |
| "IS": 3400, | |
| "âĤ": 3401, | |
| "âĨĴâĨĴâĨĴâĨĴ": 3402, | |
| "prof": 3403, | |
| ")âĩĴ¬": 3404, | |
| "subjective": 3405, | |
| "proteins": 3406, | |
| "lands": 3407, | |
| "validation": 3408, | |
| "still": 3409, | |
| "adaptability": 3410, | |
| "];[": 3411, | |
| "race": 3412, | |
| "ske": 3413, | |
| "tro": 3414, | |
| "yo": 3415, | |
| "dient": 3416, | |
| "trait": 3417, | |
| "goal": 3418, | |
| "identification": 3419, | |
| "connected": 3420, | |
| "predictability": 3421, | |
| "transport": 3422, | |
| "hours": 3423, | |
| "without": 3424, | |
| "vable": 3425, | |
| "ank": 3426, | |
| "coding": 3427, | |
| "coherence": 3428, | |
| "calorie": 3429, | |
| "individuals": 3430, | |
| "argument": 3431, | |
| "average": 3432, | |
| "berg": 3433, | |
| "vil": 3434, | |
| "constraint": 3435, | |
| "organization": 3436, | |
| "cataly": 3437, | |
| "Le": 3438, | |
| "mess": 3439, | |
| "writ": 3440, | |
| "ache": 3441, | |
| "blur": 3442, | |
| "timate": 3443, | |
| "absence": 3444, | |
| "barrier": 3445, | |
| "periodic": 3446, | |
| "ratio": 3447, | |
| "cash": 3448, | |
| "fli": 3449, | |
| "iting": 3450, | |
| "uish": 3451, | |
| "]âĩĴ(": 3452, | |
| "displace": 3453, | |
| "trust": 3454, | |
| "bubbles": 3455, | |
| "industrial": 3456, | |
| "Rus": 3457, | |
| "brand": 3458, | |
| "gau": 3459, | |
| "item": 3460, | |
| "lot": 3461, | |
| "decl": 3462, | |
| "adver": 3463, | |
| "tinguish": 3464, | |
| ")).": 3465, | |
| "âĬĥ(": 3466, | |
| "burning": 3467, | |
| "swelling": 3468, | |
| "descrip": 3469, | |
| "basis": 3470, | |
| "onomy": 3471, | |
| "gun": 3472, | |
| "song": 3473, | |
| "ö": 3474, | |
| "achi": 3475, | |
| "ÃŬ": 3476, | |
| "embed": 3477, | |
| "imper": 3478, | |
| "heavy": 3479, | |
| "majority": 3480, | |
| "sperm": 3481, | |
| "easy": 3482, | |
| "otic": 3483, | |
| "pel": 3484, | |
| "wide": 3485, | |
| "extension": 3486, | |
| "paralle": 3487, | |
| "wet": 3488, | |
| "trap": 3489, | |
| "commut": 3490, | |
| "crime": 3491, | |
| "):[": 3492, | |
| "stere": 3493, | |
| "psychological": 3494, | |
| "16": 3495, | |
| "Go": 3496, | |
| "essential": 3497, | |
| "compro": 3498, | |
| "soap": 3499, | |
| "abled": 3500, | |
| "limitation": 3501, | |
| "standardi": 3502, | |
| "operators": 3503, | |
| "organic": 3504, | |
| "Theore": 3505, | |
| "delivery": 3506, | |
| "touch": 3507, | |
| "igh": 3508, | |
| "kes": 3509, | |
| "sent": 3510, | |
| "ictions": 3511, | |
| "decomposition": 3512, | |
| "dim": 3513, | |
| "overload": 3514, | |
| "closure": 3515, | |
| "1000": 3516, | |
| "intensity": 3517, | |
| "half": 3518, | |
| "defense": 3519, | |
| "temporal": 3520, | |
| "<<": 3521, | |
| "Ger": 3522, | |
| "Ġ|": 3523, | |
| "ray": 3524, | |
| "stration": 3525, | |
| "improvement": 3526, | |
| "gauge": 3527, | |
| "ery": 3528, | |
| "oration": 3529, | |
| "look": 3530, | |
| "bodies": 3531, | |
| "scar": 3532, | |
| "related": 3533, | |
| "healthy": 3534, | |
| "testing": 3535, | |
| "stimulation": 3536, | |
| "label": 3537, | |
| "width": 3538, | |
| "stimulus": 3539, | |
| "fluctuations": 3540, | |
| "chromosome": 3541, | |
| "CH": 3542, | |
| "mort": 3543, | |
| "symplectic": 3544, | |
| "guar": 3545, | |
| "drift": 3546, | |
| "accurate": 3547, | |
| "affected": 3548, | |
| "inflammation": 3549, | |
| "bel": 3550, | |
| "insurance": 3551, | |
| "spending": 3552, | |
| "advance": 3553, | |
| "authority": 3554, | |
| "benefits": 3555, | |
| "fan": 3556, | |
| "pulation": 3557, | |
| "women": 3558, | |
| "ano": 3559, | |
| "lect": 3560, | |
| "severe": 3561, | |
| "apan": 3562, | |
| "saving": 3563, | |
| "outside": 3564, | |
| "equation": 3565, | |
| "wards": 3566, | |
| "China": 3567, | |
| "trigger": 3568, | |
| "fed": 3569, | |
| "uation": 3570, | |
| "volution": 3571, | |
| "zo": 3572, | |
| "root": 3573, | |
| "last": 3574, | |
| "interpretations": 3575, | |
| "convex": 3576, | |
| "guarante": 3577, | |
| "AB": 3578, | |
| "nit": 3579, | |
| "national": 3580, | |
| "rac": 3581, | |
| "retin": 3582, | |
| "lions": 3583, | |
| "condens": 3584, | |
| "contract": 3585, | |
| ")âĨĴ{": 3586, | |
| "omorph": 3587, | |
| "plat": 3588, | |
| "element": 3589, | |
| "corpor": 3590, | |
| "variability": 3591, | |
| "reliability": 3592, | |
| "sustainable": 3593, | |
| "follow": 3594, | |
| "ium": 3595, | |
| "detail": 3596, | |
| "digestion": 3597, | |
| "gear": 3598, | |
| "asons": 3599, | |
| "âĨijâĨĴ(": 3600, | |
| "exper": 3601, | |
| "adoption": 3602, | |
| "scen": 3603, | |
| "suppression": 3604, | |
| "classes": 3605, | |
| "manipulation": 3606, | |
| "parameters": 3607, | |
| "Ma": 3608, | |
| "binary": 3609, | |
| "recur": 3610, | |
| "ades": 3611, | |
| "bits": 3612, | |
| "difficult": 3613, | |
| "refraction": 3614, | |
| "incen": 3615, | |
| "monitoring": 3616, | |
| "tolerance": 3617, | |
| "gluco": 3618, | |
| "displacement": 3619, | |
| "AM": 3620, | |
| "page": 3621, | |
| "anxi": 3622, | |
| "tensor": 3623, | |
| "transmit": 3624, | |
| "candi": 3625, | |
| "experimental": 3626, | |
| "microwave": 3627, | |
| "lungs": 3628, | |
| "He": 3629, | |
| "sate": 3630, | |
| "altitude": 3631, | |
| "ened": 3632, | |
| "secre": 3633, | |
| "rip": 3634, | |
| "ists": 3635, | |
| "blind": 3636, | |
| "setting": 3637, | |
| "approaches": 3638, | |
| "relaxation": 3639, | |
| "glucose": 3640, | |
| "istry": 3641, | |
| "utili": 3642, | |
| "inevit": 3643, | |
| "peak": 3644, | |
| "varieties": 3645, | |
| "functionality": 3646, | |
| "respir": 3647, | |
| "drugs": 3648, | |
| "audio": 3649, | |
| "recommended": 3650, | |
| "private": 3651, | |
| "habit": 3652, | |
| "satell": 3653, | |
| "bes": 3654, | |
| "osc": 3655, | |
| "pure": 3656, | |
| "site": 3657, | |
| "zen": 3658, | |
| "defect": 3659, | |
| "admin": 3660, | |
| "bris": 3661, | |
| "society": 3662, | |
| "player": 3663, | |
| "dominance": 3664, | |
| "task": 3665, | |
| "NS": 3666, | |
| "snee": 3667, | |
| "raw": 3668, | |
| "odes": 3669, | |
| "âĬĤ[": 3670, | |
| "crimin": 3671, | |
| "expand": 3672, | |
| "gious": 3673, | |
| "assumption": 3674, | |
| "mitigation": 3675, | |
| "philosophy": 3676, | |
| "contribution": 3677, | |
| "IV": 3678, | |
| "Japan": 3679, | |
| "pal": 3680, | |
| "recei": 3681, | |
| "mptions": 3682, | |
| "¬âĨĴ": 3683, | |
| "shor": 3684, | |
| "arities": 3685, | |
| "âĪĥ(": 3686, | |
| "jud": 3687, | |
| "vulnerability": 3688, | |
| "fine": 3689, | |
| "vas": 3690, | |
| "online": 3691, | |
| "reach": 3692, | |
| "lost": 3693, | |
| "dian": 3694, | |
| "distinguish": 3695, | |
| "bition": 3696, | |
| "âĪĥ[": 3697, | |
| "assumptions": 3698, | |
| "progress": 3699, | |
| "accident": 3700, | |
| "Theorem": 3701, | |
| ")>": 3702, | |
| "living": 3703, | |
| "utes": 3704, | |
| "pling": 3705, | |
| "distortion": 3706, | |
| "tonian": 3707, | |
| "devices": 3708, | |
| "expectation": 3709, | |
| "family": 3710, | |
| "constructive": 3711, | |
| "arbitr": 3712, | |
| "cooking": 3713, | |
| "aer": 3714, | |
| "hone": 3715, | |
| "wire": 3716, | |
| "devi": 3717, | |
| "dium": 3718, | |
| "proced": 3719, | |
| "ird": 3720, | |
| "));": 3721, | |
| "landsc": 3722, | |
| "author": 3723, | |
| "instant": 3724, | |
| "reprodu": 3725, | |
| "tration": 3726, | |
| "irrit": 3727, | |
| "driver": 3728, | |
| "cardin": 3729, | |
| "necessary": 3730, | |
| "vessels": 3731, | |
| "Ad": 3732, | |
| "during": 3733, | |
| "wri": 3734, | |
| "breaking": 3735, | |
| "observable": 3736, | |
| "butter": 3737, | |
| "component": 3738, | |
| "speaker": 3739, | |
| "movie": 3740, | |
| "agency": 3741, | |
| "ming": 3742, | |
| "é": 3743, | |
| "deformation": 3744, | |
| "compact": 3745, | |
| "interplay": 3746, | |
| "webs": 3747, | |
| "orders": 3748, | |
| "straight": 3749, | |
| "complementary": 3750, | |
| "posed": 3751, | |
| "shifts": 3752, | |
| "chemistry": 3753, | |
| "approximation": 3754, | |
| "vehicle": 3755, | |
| "far": 3756, | |
| "gut": 3757, | |
| "incomplete": 3758, | |
| "chance": 3759, | |
| "summ": 3760, | |
| "irrelevant": 3761, | |
| "agent": 3762, | |
| "cession": 3763, | |
| "scaling": 3764, | |
| "community": 3765, | |
| "better": 3766, | |
| "temporary": 3767, | |
| "drink": 3768, | |
| "snow": 3769, | |
| "alter": 3770, | |
| "modu": 3771, | |
| "perturb": 3772, | |
| "doctor": 3773, | |
| "relief": 3774, | |
| "products": 3775, | |
| "lattice": 3776, | |
| "Ar": 3777, | |
| "Hz": 3778, | |
| "ered": 3779, | |
| "dered": 3780, | |
| "exc": 3781, | |
| "rench": 3782, | |
| "partition": 3783, | |
| "rich": 3784, | |
| "failures": 3785, | |
| "connections": 3786, | |
| "hesion": 3787, | |
| "execution": 3788, | |
| "pla": 3789, | |
| "antic": 3790, | |
| "store": 3791, | |
| "undecid": 3792, | |
| "debris": 3793, | |
| "seed": 3794, | |
| "tom": 3795, | |
| "dissip": 3796, | |
| "precise": 3797, | |
| "structured": 3798, | |
| "relativ": 3799, | |
| "pene": 3800, | |
| "nutrient": 3801, | |
| "fiber": 3802, | |
| "answer": 3803, | |
| "samp": 3804, | |
| "driving": 3805, | |
| "lications": 3806, | |
| "centralized": 3807, | |
| "grid": 3808, | |
| "restricted": 3809, | |
| "drain": 3810, | |
| "replication": 3811, | |
| "inste": 3812, | |
| "intake": 3813, | |
| "attraction": 3814, | |
| "sources": 3815, | |
| "pressed": 3816, | |
| "cular": 3817, | |
| "capture": 3818, | |
| "particip": 3819, | |
| "hormone": 3820, | |
| "rush": 3821, | |
| "hit": 3822, | |
| "sickness": 3823, | |
| "independence": 3824, | |
| "tigue": 3825, | |
| "Lie": 3826, | |
| "convergence": 3827, | |
| "mobile": 3828, | |
| "Al": 3829, | |
| "II": 3830, | |
| "each": 3831, | |
| "fill": 3832, | |
| "ots": 3833, | |
| "rhy": 3834, | |
| "ern": 3835, | |
| "unchanged": 3836, | |
| "inement": 3837, | |
| "election": 3838, | |
| "fatigue": 3839, | |
| "distributed": 3840, | |
| "ecological": 3841, | |
| "harmon": 3842, | |
| "coordin": 3843, | |
| "14": 3844, | |
| "MB": 3845, | |
| "[±": 3846, | |
| "reh": 3847, | |
| "ese": 3848, | |
| "lihood": 3849, | |
| "ext": 3850, | |
| "notice": 3851, | |
| "host": 3852, | |
| "manage": 3853, | |
| "etal": 3854, | |
| "bert": 3855, | |
| "genetics": 3856, | |
| "texture": 3857, | |
| "caused": 3858, | |
| "programm": 3859, | |
| "record": 3860, | |
| "arbitrary": 3861, | |
| "easi": 3862, | |
| "ome": 3863, | |
| "oxi": 3864, | |
| "unch": 3865, | |
| "proxim": 3866, | |
| "mail": 3867, | |
| "angular": 3868, | |
| "depletion": 3869, | |
| "regions": 3870, | |
| "preserved": 3871, | |
| "melting": 3872, | |
| "formula": 3873, | |
| "dopamine": 3874, | |
| "polynomial": 3875, | |
| "stereo": 3876, | |
| "oscill": 3877, | |
| "ED": 3878, | |
| "Ri": 3879, | |
| "inting": 3880, | |
| "gest": 3881, | |
| "project": 3882, | |
| "exit": 3883, | |
| "compreh": 3884, | |
| "print": 3885, | |
| "centri": 3886, | |
| "cardi": 3887, | |
| "societal": 3888, | |
| "modular": 3889, | |
| "manufacture": 3890, | |
| "scenari": 3891, | |
| "anxiety": 3892, | |
| "wing": 3893, | |
| "recent": 3894, | |
| "enforce": 3895, | |
| "defic": 3896, | |
| "forward": 3897, | |
| "]âĨĴ¬": 3898, | |
| "useful": 3899, | |
| "broken": 3900, | |
| "likelihood": 3901, | |
| "calculation": 3902, | |
| "coupling": 3903, | |
| "fract": 3904, | |
| "American": 3905, | |
| "@(": 3906, | |
| "PA": 3907, | |
| "]âīł": 3908, | |
| "bend": 3909, | |
| "later": 3910, | |
| "sever": 3911, | |
| "spon": 3912, | |
| "mains": 3913, | |
| "iry": 3914, | |
| "words": 3915, | |
| "manual": 3916, | |
| "criti": 3917, | |
| "critics": 3918, | |
| "risks": 3919, | |
| "analytic": 3920, | |
| "solve": 3921, | |
| "Moon": 3922, | |
| "insulin": 3923, | |
| "sched": 3924, | |
| "crypto": 3925, | |
| "write": 3926, | |
| "70": 3927, | |
| "Fra": 3928, | |
| "tight": 3929, | |
| "best": 3930, | |
| "weap": 3931, | |
| "assessment": 3932, | |
| "proximity": 3933, | |
| ",¬": 3934, | |
| "Ne": 3935, | |
| "ai": 3936, | |
| "strain": 3937, | |
| "perman": 3938, | |
| "adult": 3939, | |
| "dup": 3940, | |
| "nego": 3941, | |
| "organisms": 3942, | |
| "international": 3943, | |
| "diverse": 3944, | |
| "tasks": 3945, | |
| "employee": 3946, | |
| "parallel": 3947, | |
| "ake": 3948, | |
| "van": 3949, | |
| "insight": 3950, | |
| "conclusion": 3951, | |
| "provi": 3952, | |
| "tear": 3953, | |
| "pool": 3954, | |
| "intervention": 3955, | |
| "sample": 3956, | |
| "operational": 3957, | |
| "languages": 3958, | |
| "funding": 3959, | |
| "automatic": 3960, | |
| "hierarchy": 3961, | |
| "corruption": 3962, | |
| "nas": 3963, | |
| "slip": 3964, | |
| "deal": 3965, | |
| "seal": 3966, | |
| "hidden": 3967, | |
| "âĬ¥": 3968, | |
| "disorder": 3969, | |
| "locking": 3970, | |
| "collection": 3971, | |
| "breeding": 3972, | |
| "within": 3973, | |
| "randomness": 3974, | |
| "harmful": 3975, | |
| "lon": 3976, | |
| "season": 3977, | |
| "confusion": 3978, | |
| "too": 3979, | |
| "note": 3980, | |
| "fies": 3981, | |
| "airflow": 3982, | |
| "again": 3983, | |
| "timing": 3984, | |
| "reliable": 3985, | |
| "propagation": 3986, | |
| "buildup": 3987, | |
| "Sy": 3988, | |
| "ei": 3989, | |
| "tish": 3990, | |
| "rix": 3991, | |
| "previous": 3992, | |
| "localized": 3993, | |
| "disparity": 3994, | |
| ")âĬĦ": 3995, | |
| "repeated": 3996, | |
| "axy": 3997, | |
| "stretch": 3998, | |
| "wash": 3999, | |
| "zer": 4000, | |
| "tidal": 4001, | |
| "cook": 4002, | |
| "adjoint": 4003, | |
| "ellow": 4004, | |
| "gradient": 4005, | |
| "religious": 4006, | |
| "dimensions": 4007, | |
| "specialized": 4008, | |
| "))âĨĴ[": 4009, | |
| "lap": 4010, | |
| "ny": 4011, | |
| "pack": 4012, | |
| "riage": 4013, | |
| "dust": 4014, | |
| "therap": 4015, | |
| "unified": 4016, | |
| "judge": 4017, | |
| "semantic": 4018, | |
| "Google": 4019, | |
| "relativistic": 4020, | |
| "]}": 4021, | |
| "oph": 4022, | |
| "will": 4023, | |
| "you": 4024, | |
| "âĨij,": 4025, | |
| "citi": 4026, | |
| "vili": 4027, | |
| "ford": 4028, | |
| "ney": 4029, | |
| "shad": 4030, | |
| "membran": 4031, | |
| "prediction": 4032, | |
| "engineers": 4033, | |
| "running": 4034, | |
| "dangerous": 4035, | |
| "established": 4036, | |
| "degree": 4037, | |
| "inevitable": 4038, | |
| "emo": 4039, | |
| "gue": 4040, | |
| "yellow": 4041, | |
| "instru": 4042, | |
| "abolic": 4043, | |
| "asing": 4044, | |
| "oman": 4045, | |
| "ands": 4046, | |
| "docu": 4047, | |
| "votes": 4048, | |
| "statement": 4049, | |
| "reduce": 4050, | |
| "âĪĪ[": 4051, | |
| "certainty": 4052, | |
| "flexible": 4053, | |
| "AT": 4054, | |
| "])âĩĴ": 4055, | |
| "inside": 4056, | |
| "cosmo": 4057, | |
| "expl": 4058, | |
| "apparent": 4059, | |
| "analyze": 4060, | |
| "jump": 4061, | |
| "practices": 4062, | |
| "transitions": 4063, | |
| "governance": 4064, | |
| "needs": 4065, | |
| "employment": 4066, | |
| "labor": 4067, | |
| "permanent": 4068, | |
| "bric": 4069, | |
| "dol": 4070, | |
| "nap": 4071, | |
| "winter": 4072, | |
| "sum": 4073, | |
| "motiv": 4074, | |
| "teach": 4075, | |
| "arian": 4076, | |
| "bug": 4077, | |
| "brid": 4078, | |
| "background": 4079, | |
| "turbul": 4080, | |
| "]ÃĹ(": 4081, | |
| "comparison": 4082, | |
| "writing": 4083, | |
| "Is": 4084, | |
| "aves": 4085, | |
| "semi": 4086, | |
| "sures": 4087, | |
| "reser": 4088, | |
| "engagement": 4089, | |
| "smoke": 4090, | |
| "placebo": 4091, | |
| "technological": 4092, | |
| "modification": 4093, | |
| "intuition": 4094, | |
| "shutdown": 4095, | |
| "enzyme": 4096, | |
| "investigation": 4097, | |
| "physiological": 4098, | |
| "onin": 4099, | |
| "retained": 4100, | |
| "die": 4101, | |
| "uses": 4102, | |
| "reson": 4103, | |
| "âĨĵ]": 4104, | |
| "boiling": 4105, | |
| "expon": 4106, | |
| "members": 4107, | |
| "download": 4108, | |
| "reading": 4109, | |
| "ethics": 4110, | |
| "smoking": 4111, | |
| "dissipation": 4112, | |
| "nation": 4113, | |
| "tone": 4114, | |
| "uli": 4115, | |
| "ley": 4116, | |
| "lethal": 4117, | |
| "mph": 4118, | |
| "pot": 4119, | |
| "ghting": 4120, | |
| "civili": 4121, | |
| "discomfort": 4122, | |
| "smic": 4123, | |
| "student": 4124, | |
| "numer": 4125, | |
| "fying": 4126, | |
| "blocked": 4127, | |
| "acceptance": 4128, | |
| "protocols": 4129, | |
| "24": 4130, | |
| "ession": 4131, | |
| "escal": 4132, | |
| "rad": 4133, | |
| "chor": 4134, | |
| "update": 4135, | |
| "minor": 4136, | |
| "surround": 4137, | |
| "shield": 4138, | |
| "combustion": 4139, | |
| "catastro": 4140, | |
| "strategic": 4141, | |
| "shell": 4142, | |
| "psychology": 4143, | |
| "galaxy": 4144, | |
| "configuration": 4145, | |
| "trajectory": 4146, | |
| "onto": 4147, | |
| "coup": 4148, | |
| "sider": 4149, | |
| "crisis": 4150, | |
| "nerves": 4151, | |
| "behaviors": 4152, | |
| "domes": 4153, | |
| "decisions": 4154, | |
| "industry": 4155, | |
| "drinking": 4156, | |
| "kernel": 4157, | |
| "categorical": 4158, | |
| "flix": 4159, | |
| "deficit": 4160, | |
| ")âĪĭ": 4161, | |
| "cli": 4162, | |
| "gy": 4163, | |
| "happ": 4164, | |
| "pin": 4165, | |
| "cosmic": 4166, | |
| "uneven": 4167, | |
| "selective": 4168, | |
| "liver": 4169, | |
| "heuri": 4170, | |
| "frag": 4171, | |
| "corro": 4172, | |
| "planning": 4173, | |
| "bottom": 4174, | |
| "abstraction": 4175, | |
| "confid": 4176, | |
| "basic": 4177, | |
| "marketing": 4178, | |
| "compounds": 4179, | |
| "discrepan": 4180, | |
| "Ham": 4181, | |
| "atives": 4182, | |
| "wers": 4183, | |
| "until": 4184, | |
| "thin": 4185, | |
| "pole": 4186, | |
| "extraction": 4187, | |
| "opport": 4188, | |
| "carrier": 4189, | |
| "knot": 4190, | |
| "microscopic": 4191, | |
| "neutron": 4192, | |
| "scope": 4193, | |
| "middle": 4194, | |
| "macroscopic": 4195, | |
| "English": 4196, | |
| "orientation": 4197, | |
| "advertis": 4198, | |
| "retina": 4199, | |
| "flaw": 4200, | |
| "reactions": 4201, | |
| "reasons": 4202, | |
| "ange": 4203, | |
| "thinking": 4204, | |
| "âĨij)âĨĴ": 4205, | |
| "magn": 4206, | |
| "shar": 4207, | |
| "share": 4208, | |
| "jecture": 4209, | |
| "theoretic": 4210, | |
| "quantity": 4211, | |
| "sweat": 4212, | |
| "mixing": 4213, | |
| "ease": 4214, | |
| "omatic": 4215, | |
| "pon": 4216, | |
| "reve": 4217, | |
| "invol": 4218, | |
| "orts": 4219, | |
| "unpredictable": 4220, | |
| "proton": 4221, | |
| "heli": 4222, | |
| "arks": 4223, | |
| "cryption": 4224, | |
| "herit": 4225, | |
| "divergence": 4226, | |
| "planets": 4227, | |
| "CPU": 4228, | |
| "circulation": 4229, | |
| "enhance": 4230, | |
| "West": 4231, | |
| "cting": 4232, | |
| "wron": 4233, | |
| "quali": 4234, | |
| "caffe": 4235, | |
| "curve": 4236, | |
| "dates": 4237, | |
| "morph": 4238, | |
| "induced": 4239, | |
| "assumed": 4240, | |
| "planetary": 4241, | |
| "fraction": 4242, | |
| "derived": 4243, | |
| "larger": 4244, | |
| "brightness": 4245, | |
| "rhyth": 4246, | |
| "iled": 4247, | |
| "vic": 4248, | |
| "lem": 4249, | |
| "lide": 4250, | |
| "quo": 4251, | |
| "pers": 4252, | |
| "isomorph": 4253, | |
| "âĨĵ[": 4254, | |
| "âĨĵ)âĩĴ": 4255, | |
| "]âĨĴ{": 4256, | |
| "formed": 4257, | |
| "beer": 4258, | |
| "critic": 4259, | |
| "expla": 4260, | |
| "texts": 4261, | |
| "elimin": 4262, | |
| "violation": 4263, | |
| "minimize": 4264, | |
| "plasticity": 4265, | |
| "âĨĵâĨĵâĨĵâĨĵ": 4266, | |
| "cable": 4267, | |
| "roof": 4268, | |
| "mous": 4269, | |
| "obli": 4270, | |
| "paid": 4271, | |
| "dynamical": 4272, | |
| "pipe": 4273, | |
| "glut": 4274, | |
| "define": 4275, | |
| "robustness": 4276, | |
| "axioms": 4277, | |
| "âĤĤ": 4278, | |
| "candidate": 4279, | |
| "CA": 4280, | |
| "blow": 4281, | |
| "gion": 4282, | |
| "inqu": 4283, | |
| "injection": 4284, | |
| "oral": 4285, | |
| "matrix": 4286, | |
| "prior": 4287, | |
| "addiction": 4288, | |
| "games": 4289, | |
| "course": 4290, | |
| "predictive": 4291, | |
| "artic": 4292, | |
| "cleaning": 4293, | |
| "smart": 4294, | |
| "police": 4295, | |
| ")âĨĶ(": 4296, | |
| "drople": 4297, | |
| "similarity": 4298, | |
| "dogs": 4299, | |
| "simultaneous": 4300, | |
| "images": 4301, | |
| "Gal": 4302, | |
| "WW": 4303, | |
| "bab": 4304, | |
| "remove": 4305, | |
| "liance": 4306, | |
| "vered": 4307, | |
| "exten": 4308, | |
| "actor": 4309, | |
| "steel": 4310, | |
| "choices": 4311, | |
| "holes": 4312, | |
| "validity": 4313, | |
| "halation": 4314, | |
| "emergence": 4315, | |
| "incentive": 4316, | |
| "caffeine": 4317, | |
| "Bri": 4318, | |
| "ham": 4319, | |
| "tren": 4320, | |
| "enabled": 4321, | |
| "mework": 4322, | |
| "hearing": 4323, | |
| "apes": 4324, | |
| "tooth": 4325, | |
| "plants": 4326, | |
| "amination": 4327, | |
| "valence": 4328, | |
| "ballo": 4329, | |
| "pie": 4330, | |
| "facts": 4331, | |
| "chaos": 4332, | |
| "walls": 4333, | |
| "major": 4334, | |
| "court": 4335, | |
| "speculative": 4336, | |
| "platform": 4337, | |
| "sneeze": 4338, | |
| "landscape": 4339, | |
| "Framework": 4340, | |
| "cation": 4341, | |
| "}âĩĴ": 4342, | |
| "âģ": 4343, | |
| "tization": 4344, | |
| "onic": 4345, | |
| "stage": 4346, | |
| "acti": 4347, | |
| "rating": 4348, | |
| "sudden": 4349, | |
| "quick": 4350, | |
| "using": 4351, | |
| "fever": 4352, | |
| "cible": 4353, | |
| ")]]": 4354, | |
| "ceptions": 4355, | |
| "onses": 4356, | |
| "responses": 4357, | |
| "frequent": 4358, | |
| "burst": 4359, | |
| "stick": 4360, | |
| "bonds": 4361, | |
| "button": 4362, | |
| "isolation": 4363, | |
| "ID": 4364, | |
| "crit": 4365, | |
| "arter": 4366, | |
| "indic": 4367, | |
| "economics": 4368, | |
| "offspring": 4369, | |
| "transpa": 4370, | |
| "sense": 4371, | |
| "ggle": 4372, | |
| "...": 4373, | |
| "thermodynamics": 4374, | |
| "famili": 4375, | |
| "against": 4376, | |
| "domestic": 4377, | |
| "inquiry": 4378, | |
| "tons": 4379, | |
| "ug": 4380, | |
| "inf": 4381, | |
| "infin": 4382, | |
| "story": 4383, | |
| "tele": 4384, | |
| "intersection": 4385, | |
| "web": 4386, | |
| "agric": 4387, | |
| "esthetic": 4388, | |
| "cognition": 4389, | |
| "manife": 4390, | |
| "hormon": 4391, | |
| "prevented": 4392, | |
| "install": 4393, | |
| "plasma": 4394, | |
| "agricult": 4395, | |
| "eval": 4396, | |
| "contains": 4397, | |
| "phones": 4398, | |
| "render": 4399, | |
| "sole": 4400, | |
| "sali": 4401, | |
| "services": 4402, | |
| "metabolic": 4403, | |
| "synchron": 4404, | |
| "vitamin": 4405, | |
| "exhaust": 4406, | |
| "laser": 4407, | |
| "wrong": 4408, | |
| "mist": 4409, | |
| "sand": 4410, | |
| "allocation": 4411, | |
| "abet": 4412, | |
| "heter": 4413, | |
| "plate": 4414, | |
| ")âĪ§Â¬": 4415, | |
| "deploy": 4416, | |
| "trial": 4417, | |
| "plea": 4418, | |
| "detected": 4419, | |
| "brown": 4420, | |
| "warning": 4421, | |
| "melan": 4422, | |
| "occur": 4423, | |
| "implementation": 4424, | |
| "commutative": 4425, | |
| "federal": 4426, | |
| "cases": 4427, | |
| "sac": 4428, | |
| "revolution": 4429, | |
| "unintended": 4430, | |
| "ago": 4431, | |
| "satis": 4432, | |
| "dualizing": 4433, | |
| "bounded": 4434, | |
| "aggreg": 4435, | |
| "help": 4436, | |
| "]â΍": 4437, | |
| "lan": 4438, | |
| "thickness": 4439, | |
| "redund": 4440, | |
| "discharge": 4441, | |
| "minimal": 4442, | |
| "scr": 4443, | |
| "prime": 4444, | |
| "layers": 4445, | |
| "connectivity": 4446, | |
| "circum": 4447, | |
| "pathways": 4448, | |
| "smaller": 4449, | |
| "bullet": 4450, | |
| "mutations": 4451, | |
| "latency": 4452, | |
| "substances": 4453, | |
| "mitigate": 4454, | |
| "months": 4455, | |
| "Hamil": 4456, | |
| "Com": 4457, | |
| "Sou": 4458, | |
| "ffer": 4459, | |
| "riers": 4460, | |
| "offic": 4461, | |
| "obstruction": 4462, | |
| "clin": 4463, | |
| "surfaces": 4464, | |
| "datab": 4465, | |
| "rust": 4466, | |
| "empty": 4467, | |
| "realistic": 4468, | |
| "cussion": 4469, | |
| "axiomatic": 4470, | |
| "occup": 4471, | |
| "compensation": 4472, | |
| "attempt": 4473, | |
| "navigation": 4474, | |
| "manufacturer": 4475, | |
| "critique": 4476, | |
| "confidence": 4477, | |
| "13": 4478, | |
| "Wi": 4479, | |
| "mation": 4480, | |
| "next": 4481, | |
| "pas": 4482, | |
| "titive": 4483, | |
| "decre": 4484, | |
| "gered": 4485, | |
| "lag": 4486, | |
| "USA": 4487, | |
| "shot": 4488, | |
| "199": 4489, | |
| "]|[": 4490, | |
| "consequence": 4491, | |
| "reflex": 4492, | |
| "inhibition": 4493, | |
| "antibiotic": 4494, | |
| "criter": 4495, | |
| "))]âĨĴ": 4496, | |
| "GB": 4497, | |
| "ive": 4498, | |
| "mari": 4499, | |
| "ule": 4500, | |
| "vom": 4501, | |
| "wage": 4502, | |
| "coil": 4503, | |
| "conversion": 4504, | |
| "mother": 4505, | |
| "urine": 4506, | |
| "redness": 4507, | |
| "intes": 4508, | |
| "intro": 4509, | |
| "sequences": 4510, | |
| ")âĬĤ[": 4511, | |
| "preserve": 4512, | |
| "Chri": 4513, | |
| "stationary": 4514, | |
| "intuitive": 4515, | |
| "Na": 4516, | |
| "fly": 4517, | |
| "remain": 4518, | |
| "ension": 4519, | |
| "arrow": 4520, | |
| "chip": 4521, | |
| "propor": 4522, | |
| "urch": 4523, | |
| "healing": 4524, | |
| "elastic": 4525, | |
| "train": 4526, | |
| "osmo": 4527, | |
| "signaling": 4528, | |
| "reliance": 4529, | |
| "pursuit": 4530, | |
| "bottle": 4531, | |
| "regulatory": 4532, | |
| "neurons": 4533, | |
| "oxide": 4534, | |
| "gluten": 4535, | |
| ")âĨĵ": 4536, | |
| "IP": 4537, | |
| "tia": 4538, | |
| "alph": 4539, | |
| "icious": 4540, | |
| "rage": 4541, | |
| "spi": 4542, | |
| "viral": 4543, | |
| "vibr": 4544, | |
| ")|(": 4545, | |
| "implications": 4546, | |
| "final": 4547, | |
| "intent": 4548, | |
| "century": 4549, | |
| "voting": 4550, | |
| "vocal": 4551, | |
| "countries": 4552, | |
| "proofs": 4553, | |
| "photons": 4554, | |
| "philosoph": 4555, | |
| "fruit": 4556, | |
| "acquisition": 4557, | |
| "shadow": 4558, | |
| "Ap": 4559, | |
| "]âīĪ": 4560, | |
| "arrest": 4561, | |
| "unity": 4562, | |
| "demon": 4563, | |
| "forest": 4564, | |
| "curves": 4565, | |
| "paren": 4566, | |
| "diffusion": 4567, | |
| "thern": 4568, | |
| "cali": 4569, | |
| "glasses": 4570, | |
| "reverse": 4571, | |
| "cracks": 4572, | |
| "helium": 4573, | |
| "Net": 4574, | |
| "oing": 4575, | |
| "prag": 4576, | |
| "referen": 4577, | |
| "icy": 4578, | |
| "coffe": 4579, | |
| "adul": 4580, | |
| "traits": 4581, | |
| "subject": 4582, | |
| "bread": 4583, | |
| "scalability": 4584, | |
| "negli": 4585, | |
| "inadequate": 4586, | |
| "hunger": 4587, | |
| "decline": 4588, | |
| "coffee": 4589, | |
| "Bo": 4590, | |
| "hash": 4591, | |
| "vag": 4592, | |
| "pler": 4593, | |
| "lights": 4594, | |
| "series": 4595, | |
| "organs": 4596, | |
| "rupt": 4597, | |
| "developed": 4598, | |
| "invariance": 4599, | |
| "bulk": 4600, | |
| "insulation": 4601, | |
| "diagnosis": 4602, | |
| "nasal": 4603, | |
| "catastrophic": 4604, | |
| "Qu": 4605, | |
| "flip": 4606, | |
| "km": 4607, | |
| "pup": 4608, | |
| "ono": 4609, | |
| "arrange": 4610, | |
| "defe": 4611, | |
| "third": 4612, | |
| "chi": 4613, | |
| "âĪĺ": 4614, | |
| "topy": 4615, | |
| "presi": 4616, | |
| "fraud": 4617, | |
| "colle": 4618, | |
| "odynam": 4619, | |
| "damp": 4620, | |
| "steam": 4621, | |
| "integra": 4622, | |
| "juri": 4623, | |
| "drome": 4624, | |
| "religion": 4625, | |
| "optimize": 4626, | |
| "opening": 4627, | |
| "reversal": 4628, | |
| "measurable": 4629, | |
| "stretching": 4630, | |
| "institutional": 4631, | |
| "week": 4632, | |
| "penetration": 4633, | |
| "philosophical": 4634, | |
| ")âĬĥ": 4635, | |
| "Jo": 4636, | |
| "tise": 4637, | |
| "diges": 4638, | |
| "cones": 4639, | |
| "sodium": 4640, | |
| "aircraft": 4641, | |
| "daily": 4642, | |
| "oxid": 4643, | |
| "behavioral": 4644, | |
| "withdra": 4645, | |
| "standards": 4646, | |
| "needed": 4647, | |
| "sweet": 4648, | |
| "conduction": 4649, | |
| "maximize": 4650, | |
| "measures": 4651, | |
| "compatibility": 4652, | |
| "laughter": 4653, | |
| "commercial": 4654, | |
| "exploration": 4655, | |
| "clinical": 4656, | |
| ")âĪĪ": 4657, | |
| "ER": 4658, | |
| "No": 4659, | |
| "]âĨij": 4660, | |
| "_:": 4661, | |
| "bom": 4662, | |
| "ians": 4663, | |
| "slo": 4664, | |
| "slight": 4665, | |
| "uk": 4666, | |
| "}âΧ": 4667, | |
| "âĨĴâĨij": 4668, | |
| "repl": 4669, | |
| "report": 4670, | |
| "unexpected": 4671, | |
| "congestion": 4672, | |
| "ulations": 4673, | |
| "few": 4674, | |
| "epi": 4675, | |
| "theorems": 4676, | |
| "cheap": 4677, | |
| "importance": 4678, | |
| "bill": 4679, | |
| "loud": 4680, | |
| "diaph": 4681, | |
| "conjecture": 4682, | |
| "contexts": 4683, | |
| "sharing": 4684, | |
| "standing": 4685, | |
| "legi": 4686, | |
| "news": 4687, | |
| "computers": 4688, | |
| "homotopy": 4689, | |
| "stimuli": 4690, | |
| "above": 4691, | |
| "audience": 4692, | |
| "separate": 4693, | |
| "technique": 4694, | |
| "recipro": 4695, | |
| "Hil": 4696, | |
| "Pr": 4697, | |
| "dents": 4698, | |
| "encryption": 4699, | |
| "ask": 4700, | |
| "launch": 4701, | |
| "prepar": 4702, | |
| "colors": 4703, | |
| "timation": 4704, | |
| "cars": 4705, | |
| "fallacy": 4706, | |
| "triggered": 4707, | |
| "tracking": 4708, | |
| "association": 4709, | |
| "Russia": 4710, | |
| "programming": 4711, | |
| "discrepancy": 4712, | |
| "French": 4713, | |
| "GP": 4714, | |
| "Hi": 4715, | |
| "Ho": 4716, | |
| "IR": 4717, | |
| "PM": 4718, | |
| "SR": 4719, | |
| "bath": 4720, | |
| "fresh": 4721, | |
| "tible": 4722, | |
| "ony": 4723, | |
| "covered": 4724, | |
| "liber": 4725, | |
| "worth": 4726, | |
| "grade": 4727, | |
| "budge": 4728, | |
| "ongoing": 4729, | |
| "âĪĥ:": 4730, | |
| ")âĨĶ[": 4731, | |
| "popular": 4732, | |
| "sensors": 4733, | |
| "cats": 4734, | |
| "bene": 4735, | |
| "repetition": 4736, | |
| "loops": 4737, | |
| "persistence": 4738, | |
| "neuron": 4739, | |
| "rubber": 4740, | |
| "accessibility": 4741, | |
| "sharp": 4742, | |
| "diaphrag": 4743, | |
| "So": 4744, | |
| "[âīł": 4745, | |
| "cades": 4746, | |
| "ja": 4747, | |
| "ois": 4748, | |
| "tip": 4749, | |
| "repor": 4750, | |
| "acting": 4751, | |
| "exceptions": 4752, | |
| "kets": 4753, | |
| "fermi": 4754, | |
| "gases": 4755, | |
| "cratic": 4756, | |
| "pulsion": 4757, | |
| "diseases": 4758, | |
| "simplification": 4759, | |
| "mucus": 4760, | |
| "architecture": 4761, | |
| "noticeable": 4762, | |
| "Riem": 4763, | |
| "balloon": 4764, | |
| "melanin": 4765, | |
| "[âīĪ": 4766, | |
| "astr": 4767, | |
| "idi": 4768, | |
| "nodes": 4769, | |
| "âĨĴâĨĵ": 4770, | |
| "spo": 4771, | |
| "vities": 4772, | |
| "compliance": 4773, | |
| "awake": 4774, | |
| "attach": 4775, | |
| "sweating": 4776, | |
| "ecosystem": 4777, | |
| "reinforce": 4778, | |
| "therapy": 4779, | |
| "membrane": 4780, | |
| "Hilbert": 4781, | |
| "REM": 4782, | |
| "aid": 4783, | |
| "hall": 4784, | |
| "pli": 4785, | |
| "lose": 4786, | |
| "mood": 4787, | |
| "âε": 4788, | |
| "fications": 4789, | |
| "hosp": 4790, | |
| "paint": 4791, | |
| "bling": 4792, | |
| "margin": 4793, | |
| "calories": 4794, | |
| "offs": 4795, | |
| "erosion": 4796, | |
| "cutting": 4797, | |
| "hierarchical": 4798, | |
| "automated": 4799, | |
| "execu": 4800, | |
| "degrees": 4801, | |
| "vaccine": 4802, | |
| "concerns": 4803, | |
| "preparation": 4804, | |
| "TL": 4805, | |
| "hind": 4806, | |
| "yl": 4807, | |
| "anchor": 4808, | |
| "rogen": 4809, | |
| "cone": 4810, | |
| ")]_": 4811, | |
| "primal": 4812, | |
| "mono": 4813, | |
| "methodology": 4814, | |
| "popularity": 4815, | |
| "continuity": 4816, | |
| "determinism": 4817, | |
| "owner": 4818, | |
| "satellite": 4819, | |
| "turbulence": 4820, | |
| "parents": 4821, | |
| "'t": 4822, | |
| "ade": 4823, | |
| "jac": 4824, | |
| "ki": 4825, | |
| "nations": 4826, | |
| "wild": 4827, | |
| "ya": 4828, | |
| "review": 4829, | |
| "itate": 4830, | |
| "cop": 4831, | |
| "superi": 4832, | |
| "redshift": 4833, | |
| "foam": 4834, | |
| "served": 4835, | |
| "cream": 4836, | |
| "storm": 4837, | |
| "radius": 4838, | |
| "nucleus": 4839, | |
| "characteristic": 4840, | |
| "âĢĻ": 4841, | |
| "throat": 4842, | |
| "inertia": 4843, | |
| "narra": 4844, | |
| "feasible": 4845, | |
| "asymmetry": 4846, | |
| "details": 4847, | |
| "ML": 4848, | |
| "pment": 4849, | |
| "renew": 4850, | |
| "alert": 4851, | |
| "mean": 4852, | |
| "inequality": 4853, | |
| "upper": 4854, | |
| "preci": 4855, | |
| "cepts": 4856, | |
| "overhead": 4857, | |
| "âĨIJ[": 4858, | |
| "akes": 4859, | |
| "damag": 4860, | |
| "ourier": 4861, | |
| "files": 4862, | |
| "directional": 4863, | |
| "avoided": 4864, | |
| "idealized": 4865, | |
| "severity": 4866, | |
| "numerical": 4867, | |
| "We": 4868, | |
| "]_": 4869, | |
| "nal": 4870, | |
| "unstable": 4871, | |
| "urations": 4872, | |
| "oda": 4873, | |
| "ficacy": 4874, | |
| "efficacy": 4875, | |
| "gram": 4876, | |
| "minutes": 4877, | |
| "malicious": 4878, | |
| "responsibility": 4879, | |
| "imbalance": 4880, | |
| "outer": 4881, | |
| "collab": 4882, | |
| "chronic": 4883, | |
| "ambiguity": 4884, | |
| "Netflix": 4885, | |
| "Fourier": 4886, | |
| "HD": 4887, | |
| "HT": 4888, | |
| "Mars": 4889, | |
| "east": 4890, | |
| "lor": 4891, | |
| "pse": 4892, | |
| "invalid": 4893, | |
| "rocket": 4894, | |
| "seen": 4895, | |
| "abnormal": 4896, | |
| "older": 4897, | |
| "workers": 4898, | |
| "disk": 4899, | |
| "surger": 4900, | |
| "entities": 4901, | |
| "organism": 4902, | |
| "ishment": 4903, | |
| "applicability": 4904, | |
| "intentional": 4905, | |
| "joy": 4906, | |
| "]âΧ(": 4907, | |
| "facil": 4908, | |
| "manufacturing": 4909, | |
| "Paradox": 4910, | |
| "standardized": 4911, | |
| "condensation": 4912, | |
| "summer": 4913, | |
| "sampling": 4914, | |
| "easier": 4915, | |
| "exponential": 4916, | |
| "2000": 4917, | |
| "BC": 4918, | |
| "Gro": 4919, | |
| "farm": 4920, | |
| "mb": 4921, | |
| "tank": 4922, | |
| "inn": 4923, | |
| "moun": 4924, | |
| "vertical": 4925, | |
| "neigh": 4926, | |
| ")]âī¡": 4927, | |
| "cycl": 4928, | |
| "ski": 4929, | |
| "translation": 4930, | |
| "brow": 4931, | |
| "characteristics": 4932, | |
| "reversible": 4933, | |
| "parameter": 4934, | |
| "analogy": 4935, | |
| "container": 4936, | |
| "profession": 4937, | |
| "criteria": 4938, | |
| "eating": 4939, | |
| "fas": 4940, | |
| "reward": 4941, | |
| "incorrect": 4942, | |
| "always": 4943, | |
| "ads": 4944, | |
| "syste": 4945, | |
| "logra": 4946, | |
| "trau": 4947, | |
| "athy": 4948, | |
| "variety": 4949, | |
| "prison": 4950, | |
| "ignition": 4951, | |
| "settle": 4952, | |
| "clothing": 4953, | |
| "singular": 4954, | |
| "incident": 4955, | |
| "microbio": 4956, | |
| "âĪĢ[": 4957, | |
| "questions": 4958, | |
| "currents": 4959, | |
| "distinction": 4960, | |
| "branch": 4961, | |
| "visco": 4962, | |
| "emergency": 4963, | |
| "confirmed": 4964, | |
| "irritation": 4965, | |
| "diaphragm": 4966, | |
| "systematic": 4967, | |
| ")_": 4968, | |
| "Au": 4969, | |
| "som": 4970, | |
| "recall": 4971, | |
| "ener": 4972, | |
| "sian": 4973, | |
| "enter": 4974, | |
| "defici": 4975, | |
| "proven": 4976, | |
| "scales": 4977, | |
| "ishing": 4978, | |
| "gging": 4979, | |
| "policies": 4980, | |
| "wheels": 4981, | |
| "bandwidth": 4982, | |
| "Hamiltonian": 4983, | |
| "HC": 4984, | |
| "bla": 4985, | |
| "cance": 4986, | |
| "dys": 4987, | |
| "rance": 4988, | |
| "tm": 4989, | |
| "venti": 4990, | |
| "aced": 4991, | |
| "uncontrolled": 4992, | |
| "ribu": 4993, | |
| "qual": 4994, | |
| "inefficient": 4995, | |
| "amino": 4996, | |
| "optical": 4997, | |
| "pregn": 4998, | |
| "shed": 4999, | |
| "haz": 5000, | |
| "norm": 5001, | |
| "solving": 5002, | |
| "healthcare": 5003, | |
| "dense": 5004, | |
| "fficiency": 5005, | |
| "conductivity": 5006, | |
| "dreams": 5007, | |
| "America": 5008, | |
| "narrow": 5009, | |
| "simplic": 5010, | |
| "sentence": 5011, | |
| "introdu": 5012, | |
| "]âĬ£": 5013, | |
| "ctives": 5014, | |
| "drun": 5015, | |
| "rant": 5016, | |
| "soda": 5017, | |
| "icing": 5018, | |
| "consider": 5019, | |
| "vectors": 5020, | |
| "prolong": 5021, | |
| "asm": 5022, | |
| "stral": 5023, | |
| "ander": 5024, | |
| "struggle": 5025, | |
| "metrics": 5026, | |
| "eleg": 5027, | |
| "clarity": 5028, | |
| "entity": 5029, | |
| "alysis": 5030, | |
| "depends": 5031, | |
| "identities": 5032, | |
| "homological": 5033, | |
| "tube": 5034, | |
| "enhanced": 5035, | |
| "alteration": 5036, | |
| "Galois": 5037, | |
| "Can": 5038, | |
| "bid": 5039, | |
| "sat": 5040, | |
| "sla": 5041, | |
| "zon": 5042, | |
| "zens": 5043, | |
| "inversion": 5044, | |
| "inverse": 5045, | |
| "attr": 5046, | |
| "aro": 5047, | |
| "itative": 5048, | |
| "coin": 5049, | |
| "decoherence": 5050, | |
| "illa": 5051, | |
| "names": 5052, | |
| "antigen": 5053, | |
| "autonomy": 5054, | |
| "targeted": 5055, | |
| "lenses": 5056, | |
| "configurations": 5057, | |
| "withdrawal": 5058, | |
| "budget": 5059, | |
| "AA": 5060, | |
| "God": 5061, | |
| "Mon": 5062, | |
| "evaluation": 5063, | |
| "gar": 5064, | |
| "ield": 5065, | |
| "rink": 5066, | |
| "}âĨĴ[": 5067, | |
| "ensure": 5068, | |
| "thous": 5069, | |
| "extin": 5070, | |
| "added": 5071, | |
| "mamm": 5072, | |
| "balanced": 5073, | |
| "stagn": 5074, | |
| "juana": 5075, | |
| "norms": 5076, | |
| "crow": 5077, | |
| "attacks": 5078, | |
| "significance": 5079, | |
| "clai": 5080, | |
| "goods": 5081, | |
| "myth": 5082, | |
| "gaps": 5083, | |
| "Germany": 5084, | |
| "marijuana": 5085, | |
| "500": 5086, | |
| "War": 5087, | |
| "lactic": 5088, | |
| "ologies": 5089, | |
| "retail": 5090, | |
| "codes": 5091, | |
| "sph": 5092, | |
| "productivity": 5093, | |
| "powerful": 5094, | |
| "legs": 5095, | |
| "equipment": 5096, | |
| "investors": 5097, | |
| "currence": 5098, | |
| "secondary": 5099, | |
| "judgment": 5100, | |
| "website": 5101, | |
| "insights": 5102, | |
| "surgery": 5103, | |
| "tmsub": 5104, | |
| "Ber": 5105, | |
| "SD": 5106, | |
| "gly": 5107, | |
| "want": 5108, | |
| "incompleteness": 5109, | |
| "stone": 5110, | |
| "abuse": 5111, | |
| "tea": 5112, | |
| "boo": 5113, | |
| "impair": 5114, | |
| "faster": 5115, | |
| "generative": 5116, | |
| "clou": 5117, | |
| "circle": 5118, | |
| "combat": 5119, | |
| "cracy": 5120, | |
| "Model": 5121, | |
| "emissions": 5122, | |
| "automorph": 5123, | |
| "insect": 5124, | |
| "centrifu": 5125, | |
| "schedule": 5126, | |
| "ontological": 5127, | |
| "pleasure": 5128, | |
| "database": 5129, | |
| "microbiome": 5130, | |
| "23": 5131, | |
| "[(": 5132, | |
| "pH": 5133, | |
| "edness": 5134, | |
| "sim": 5135, | |
| "depri": 5136, | |
| "rays": 5137, | |
| "liability": 5138, | |
| "spot": 5139, | |
| "sports": 5140, | |
| "para": 5141, | |
| "univers": 5142, | |
| "populations": 5143, | |
| "cluster": 5144, | |
| "pathway": 5145, | |
| "mutual": 5146, | |
| "simplified": 5147, | |
| "lifting": 5148, | |
| "evolving": 5149, | |
| "beneficial": 5150, | |
| "DP": 5151, | |
| "GI": 5152, | |
| "La": 5153, | |
| "LED": 5154, | |
| "ders": 5155, | |
| "oct": 5156, | |
| "rang": 5157, | |
| "tong": 5158, | |
| "instruction": 5159, | |
| "edges": 5160, | |
| "susp": 5161, | |
| "compos": 5162, | |
| "braid": 5163, | |
| "variations": 5164, | |
| "instin": 5165, | |
| "miscon": 5166, | |
| "missing": 5167, | |
| "generated": 5168, | |
| "organiz": 5169, | |
| "remote": 5170, | |
| "removed": 5171, | |
| "activated": 5172, | |
| "thermodynamic": 5173, | |
| "inhibit": 5174, | |
| "stabilization": 5175, | |
| "filtering": 5176, | |
| "respiratory": 5177, | |
| "criminal": 5178, | |
| "British": 5179, | |
| "tongue": 5180, | |
| "Gö": 5181, | |
| "[âĨĴ": 5182, | |
| "ond": 5183, | |
| "encoding": 5184, | |
| "esian": 5185, | |
| "atching": 5186, | |
| "arms": 5187, | |
| "moving": 5188, | |
| "oly": 5189, | |
| "explic": 5190, | |
| "fier": 5191, | |
| "serious": 5192, | |
| "regi": 5193, | |
| "marriage": 5194, | |
| "magnet": 5195, | |
| "localization": 5196, | |
| "gible": 5197, | |
| "seconds": 5198, | |
| "additional": 5199, | |
| "nutrition": 5200, | |
| "compatible": 5201, | |
| "moduli": 5202, | |
| "prolonged": 5203, | |
| ")âĬĥ[": 5204, | |
| "Bay": 5205, | |
| "CFT": 5206, | |
| "Lo": 5207, | |
| "inser": 5208, | |
| "anol": 5209, | |
| "ato": 5210, | |
| "edit": 5211, | |
| "unce": 5212, | |
| "thick": 5213, | |
| "lization": 5214, | |
| "suic": 5215, | |
| "assign": 5216, | |
| "eft": 5217, | |
| "fiable": 5218, | |
| "disorders": 5219, | |
| "asteroid": 5220, | |
| "descriptions": 5221, | |
| "corrosion": 5222, | |
| "saliva": 5223, | |
| "explicit": 5224, | |
| "21": 5225, | |
| "Bro": 5226, | |
| "eper": 5227, | |
| "hn": 5228, | |
| "hom": 5229, | |
| "retri": 5230, | |
| "enjoy": 5231, | |
| "cooperation": 5232, | |
| "distr": 5233, | |
| "odic": 5234, | |
| "fibers": 5235, | |
| "desired": 5236, | |
| "sale": 5237, | |
| "rank": 5238, | |
| "distributions": 5239, | |
| "charges": 5240, | |
| "filled": 5241, | |
| "torque": 5242, | |
| "statistics": 5243, | |
| "bott": 5244, | |
| "symptom": 5245, | |
| "dows": 5246, | |
| "correlated": 5247, | |
| "skills": 5248, | |
| "toxicity": 5249, | |
| "advancements": 5250, | |
| "recursive": 5251, | |
| "negotiation": 5252, | |
| "pregnancy": 5253, | |
| "Win": 5254, | |
| "],": 5255, | |
| "sl": 5256, | |
| "vents": 5257, | |
| "tide": 5258, | |
| "decades": 5259, | |
| "meta": 5260, | |
| "secure": 5261, | |
| "veget": 5262, | |
| "exclusion": 5263, | |
| "adic": 5264, | |
| "irl": 5265, | |
| "tative": 5266, | |
| "biases": 5267, | |
| "highly": 5268, | |
| "hybrid": 5269, | |
| "expensive": 5270, | |
| "legis": 5271, | |
| "charged": 5272, | |
| "continuation": 5273, | |
| "ggs": 5274, | |
| "learned": 5275, | |
| "bird": 5276, | |
| "straw": 5277, | |
| "cough": 5278, | |
| "simplify": 5279, | |
| "crystals": 5280, | |
| "young": 5281, | |
| "embedded": 5282, | |
| "compromise": 5283, | |
| "aerodynam": 5284, | |
| "scenarios": 5285, | |
| "ventilation": 5286, | |
| "mur": 5287, | |
| "stell": 5288, | |
| "colo": 5289, | |
| "deter": 5290, | |
| "ulsion": 5291, | |
| "contamination": 5292, | |
| "surve": 5293, | |
| "capable": 5294, | |
| "polation": 5295, | |
| "aware": 5296, | |
| "horse": 5297, | |
| "combination": 5298, | |
| "truths": 5299, | |
| "improve": 5300, | |
| "calculus": 5301, | |
| "chaotic": 5302, | |
| "aggressive": 5303, | |
| "broader": 5304, | |
| "feasibility": 5305, | |
| "expertise": 5306, | |
| "spontaneous": 5307, | |
| "Windows": 5308, | |
| "Afric": 5309, | |
| "flood": 5310, | |
| "Ġthe": 5311, | |
| "leverage": 5312, | |
| "sizes": 5313, | |
| "ingre": 5314, | |
| "dil": 5315, | |
| "mps": 5316, | |
| "live": 5317, | |
| "âĪĴ": 5318, | |
| "emit": 5319, | |
| "novel": 5320, | |
| "âĨĶ(": 5321, | |
| "interconnected": 5322, | |
| "create": 5323, | |
| "correlations": 5324, | |
| "controll": 5325, | |
| "gov": 5326, | |
| "drivers": 5327, | |
| "absorbs": 5328, | |
| "dedu": 5329, | |
| "synap": 5330, | |
| "magnetism": 5331, | |
| "foundations": 5332, | |
| "generalization": 5333, | |
| "facial": 5334, | |
| "hesia": 5335, | |
| "rigidity": 5336, | |
| "symbolic": 5337, | |
| "nico": 5338, | |
| "ignored": 5339, | |
| "conveni": 5340, | |
| "deviation": 5341, | |
| "perturbative": 5342, | |
| "reveal": 5343, | |
| "Western": 5344, | |
| "vibrations": 5345, | |
| "halluc": 5346, | |
| "DS": 5347, | |
| "osis": 5348, | |
| "sting": 5349, | |
| "reset": 5350, | |
| "enced": 5351, | |
| "units": 5352, | |
| "seat": 5353, | |
| "constr": 5354, | |
| "consen": 5355, | |
| "tears": 5356, | |
| "âĨij:": 5357, | |
| "cient": 5358, | |
| "pharm": 5359, | |
| "shrink": 5360, | |
| "scrip": 5361, | |
| "complexi": 5362, | |
| "statements": 5363, | |
| "factory": 5364, | |
| "approval": 5365, | |
| "breakage": 5366, | |
| "paths": 5367, | |
| "determined": 5368, | |
| "stian": 5369, | |
| "radioactive": 5370, | |
| "diagnostic": 5371, | |
| "emphasize": 5372, | |
| "ambiguous": 5373, | |
| "detectable": 5374, | |
| "guaranteed": 5375, | |
| "defects": 5376, | |
| "heuristic": 5377, | |
| "advertising": 5378, | |
| "stellar": 5379, | |
| "))]âĩĴ": 5380, | |
| "Mic": 5381, | |
| "cend": 5382, | |
| "merg": 5383, | |
| "pt": 5384, | |
| "recession": 5385, | |
| "coating": 5386, | |
| "unavailable": 5387, | |
| "except": 5388, | |
| "adhesion": 5389, | |
| "cig": 5390, | |
| "phob": 5391, | |
| "minority": 5392, | |
| "counting": 5393, | |
| "refinement": 5394, | |
| "computability": 5395, | |
| "advanced": 5396, | |
| "folding": 5397, | |
| "induction": 5398, | |
| "nail": 5399, | |
| "viruses": 5400, | |
| "neurotransmit": 5401, | |
| "restrictions": 5402, | |
| "nutrients": 5403, | |
| "progression": 5404, | |
| "circular": 5405, | |
| "trajectories": 5406, | |
| "âĨĴâĨĴâĨĴâĨĴâĨĴâĨĴâĨĴâĨĴ": 5407, | |
| "achiev": 5408, | |
| "agriculture": 5409, | |
| "impairment": 5410, | |
| "\"âĨĴ": 5411, | |
| "?âĨĴ": 5412, | |
| "Big": 5413, | |
| "Di": 5414, | |
| "Rep": 5415, | |
| "RNA": 5416, | |
| "Un": 5417, | |
| "cence": 5418, | |
| "hang": 5419, | |
| "wel": 5420, | |
| "ordered": 5421, | |
| "forma": 5422, | |
| "irredu": 5423, | |
| "caref": 5424, | |
| "ears": 5425, | |
| "ignor": 5426, | |
| "geological": 5427, | |
| "rainbow": 5428, | |
| "analytical": 5429, | |
| "realism": 5430, | |
| "metals": 5431, | |
| "slower": 5432, | |
| "improved": 5433, | |
| "restriction": 5434, | |
| "vulnerabilities": 5435, | |
| "constitution": 5436, | |
| "settings": 5437, | |
| "comprehensive": 5438, | |
| "simulation": 5439, | |
| "Gödel": 5440, | |
| "careful": 5441, | |
| "HIV": 5442, | |
| "TC": 5443, | |
| "lant": 5444, | |
| "tially": 5445, | |
| "seiz": 5446, | |
| "mpat": 5447, | |
| "conserved": 5448, | |
| "llation": 5449, | |
| "coral": 5450, | |
| "times": 5451, | |
| "stay": 5452, | |
| "antibodies": 5453, | |
| "foods": 5454, | |
| "causation": 5455, | |
| "electronic": 5456, | |
| "firing": 5457, | |
| "handling": 5458, | |
| "score": 5459, | |
| "childhood": 5460, | |
| "acids": 5461, | |
| "researchers": 5462, | |
| "quantitative": 5463, | |
| "chains": 5464, | |
| "borrow": 5465, | |
| "across": 5466, | |
| "insects": 5467, | |
| "written": 5468, | |
| "mortg": 5469, | |
| "South": 5470, | |
| "referential": 5471, | |
| "Higgs": 5472, | |
| "trauma": 5473, | |
| "hund": 5474, | |
| "oy": 5475, | |
| "inion": 5476, | |
| "anthro": 5477, | |
| "dimin": 5478, | |
| "quad": 5479, | |
| "ically": 5480, | |
| "format": 5481, | |
| "opinion": 5482, | |
| "aged": 5483, | |
| "generator": 5484, | |
| "locked": 5485, | |
| "draw": 5486, | |
| "exhaustion": 5487, | |
| "channels": 5488, | |
| "savings": 5489, | |
| "simplicity": 5490, | |
| "complexities": 5491, | |
| "hundred": 5492, | |
| "Col": 5493, | |
| "EU": 5494, | |
| "Face": 5495, | |
| "]âĬĥ": 5496, | |
| "hu": 5497, | |
| "hur": 5498, | |
| "nia": 5499, | |
| "pick": 5500, | |
| "udo": 5501, | |
| "âĨĴ{": 5502, | |
| "recessive": 5503, | |
| "icin": 5504, | |
| "listic": 5505, | |
| "chick": 5506, | |
| "rival": 5507, | |
| "mold": 5508, | |
| "prohi": 5509, | |
| "trace": 5510, | |
| "phil": 5511, | |
| "allergy": 5512, | |
| "obsc": 5513, | |
| "skull": 5514, | |
| "usea": 5515, | |
| "monoid": 5516, | |
| "audit": 5517, | |
| "guard": 5518, | |
| "frequencies": 5519, | |
| "hardness": 5520, | |
| "falling": 5521, | |
| "Church": 5522, | |
| "electroly": 5523, | |
| "warming": 5524, | |
| "acceptable": 5525, | |
| "switching": 5526, | |
| "horizontal": 5527, | |
| "trapped": 5528, | |
| "secret": 5529, | |
| "coordinate": 5530, | |
| "eigen": 5531, | |
| "isomorphism": 5532, | |
| "pragmatic": 5533, | |
| "elegance": 5534, | |
| "RI": 5535, | |
| "ativity": 5536, | |
| "aspect": 5537, | |
| "aesthetic": 5538, | |
| "iP": 5539, | |
| "pill": 5540, | |
| "sink": 5541, | |
| "attri": 5542, | |
| "thy": 5543, | |
| "exemp": 5544, | |
| "master": 5545, | |
| "allerg": 5546, | |
| "âī¡(": 5547, | |
| "impul": 5548, | |
| "commit": 5549, | |
| "understo": 5550, | |
| "ough": 5551, | |
| "bonding": 5552, | |
| "playback": 5553, | |
| "programs": 5554, | |
| "India": 5555, | |
| "regularity": 5556, | |
| "violence": 5557, | |
| "pupil": 5558, | |
| "digestive": 5559, | |
| "pseudo": 5560, | |
| "understood": 5561, | |
| "email": 5562, | |
| "ners": 5563, | |
| "plo": 5564, | |
| "pict": 5565, | |
| "san": 5566, | |
| "sites": 5567, | |
| "watch": 5568, | |
| "zones": 5569, | |
| "rep": 5570, | |
| "alty": 5571, | |
| "altered": 5572, | |
| "icts": 5573, | |
| "coal": 5574, | |
| "coherent": 5575, | |
| "territ": 5576, | |
| "oline": 5577, | |
| "feet": 5578, | |
| "positions": 5579, | |
| "umin": 5580, | |
| "âĨĵ+": 5581, | |
| "ellip": 5582, | |
| "opi": 5583, | |
| "frames": 5584, | |
| "pet": 5585, | |
| "beam": 5586, | |
| "cord": 5587, | |
| "favor": 5588, | |
| "crimination": 5589, | |
| "tissues": 5590, | |
| "otonin": 5591, | |
| "transi": 5592, | |
| "liter": 5593, | |
| "wound": 5594, | |
| "nausea": 5595, | |
| "topic": 5596, | |
| "competit": 5597, | |
| "inertial": 5598, | |
| "since": 5599, | |
| "iterative": 5600, | |
| "message": 5601, | |
| "citizens": 5602, | |
| "article": 5603, | |
| "deployment": 5604, | |
| "thousands": 5605, | |
| "clouds": 5606, | |
| "centrifugal": 5607, | |
| "consensus": 5608, | |
| "Be": 5609, | |
| "Cl": 5610, | |
| "VD": 5611, | |
| "estimation": 5612, | |
| "decentralized": 5613, | |
| "trick": 5614, | |
| "mazon": 5615, | |
| "caine": 5616, | |
| "printing": 5617, | |
| "pricing": 5618, | |
| "serotonin": 5619, | |
| "union": 5620, | |
| "sheaves": 5621, | |
| "untary": 5622, | |
| "recording": 5623, | |
| "amplit": 5624, | |
| "resolve": 5625, | |
| "confirmation": 5626, | |
| "amplification": 5627, | |
| "conventional": 5628, | |
| "instein": 5629, | |
| "harmonic": 5630, | |
| "enforcement": 5631, | |
| "resonance": 5632, | |
| "lemma": 5633, | |
| "integrable": 5634, | |
| "settlement": 5635, | |
| "viscosity": 5636, | |
| "deprivation": 5637, | |
| "nicotine": 5638, | |
| "constriction": 5639, | |
| "mpathetic": 5640, | |
| "AS": 5641, | |
| "EC": 5642, | |
| "FD": 5643, | |
| "PR": 5644, | |
| "QFT": 5645, | |
| "Red": 5646, | |
| "itions": 5647, | |
| "vine": 5648, | |
| "remains": 5649, | |
| "accent": 5650, | |
| "theft": 5651, | |
| "promotion": 5652, | |
| "profile": 5653, | |
| "¬âĪĥ": 5654, | |
| "quit": 5655, | |
| "pover": 5656, | |
| "exposed": 5657, | |
| "heated": 5658, | |
| ")]}": 5659, | |
| "interface": 5660, | |
| "boson": 5661, | |
| "oride": 5662, | |
| "transaction": 5663, | |
| "unities": 5664, | |
| "mia": 5665, | |
| "mig": 5666, | |
| "medication": 5667, | |
| "stasis": 5668, | |
| "mismatch": 5669, | |
| "setup": 5670, | |
| "aret": 5671, | |
| "north": 5672, | |
| "bounds": 5673, | |
| "dispo": 5674, | |
| "dispers": 5675, | |
| "incidence": 5676, | |
| "headache": 5677, | |
| "attle": 5678, | |
| "firm": 5679, | |
| "swallow": 5680, | |
| "route": 5681, | |
| "technologies": 5682, | |
| "pairs": 5683, | |
| "explanations": 5684, | |
| "visit": 5685, | |
| "pathogens": 5686, | |
| "contradiction": 5687, | |
| "poverty": 5688, | |
| "(âĪĢ": 5689, | |
| "]]âĩĴ": 5690, | |
| "aired": 5691, | |
| "fps": 5692, | |
| "grand": 5693, | |
| "oli": 5694, | |
| "och": 5695, | |
| "sca": 5696, | |
| "tile": 5697, | |
| "inhalation": 5698, | |
| "anom": 5699, | |
| "ancing": 5700, | |
| "espre": 5701, | |
| "ich": 5702, | |
| "rod": 5703, | |
| "unpredictability": 5704, | |
| "ada": 5705, | |
| "civil": 5706, | |
| "housing": 5707, | |
| "works": 5708, | |
| "dissolution": 5709, | |
| "discrimination": 5710, | |
| "braking": 5711, | |
| "being": 5712, | |
| "lightning": 5713, | |
| "nonlinear": 5714, | |
| "impaired": 5715, | |
| "aking": 5716, | |
| "integer": 5717, | |
| "dependencies": 5718, | |
| "patch": 5719, | |
| "computable": 5720, | |
| "slowdown": 5721, | |
| "alternatives": 5722, | |
| "streaming": 5723, | |
| "circuits": 5724, | |
| "pollution": 5725, | |
| "hormones": 5726, | |
| "deficiency": 5727, | |
| "cigaret": 5728, | |
| "espread": 5729, | |
| "Bang": 5730, | |
| "MS": 5731, | |
| "eat": 5732, | |
| "ky": 5733, | |
| "ata": 5734, | |
| "uling": 5735, | |
| "ady": 5736, | |
| "ading": 5737, | |
| "viable": 5738, | |
| "neck": 5739, | |
| "pressures": 5740, | |
| "actors": 5741, | |
| "gradual": 5742, | |
| "counts": 5743, | |
| "âĪĿ[": 5744, | |
| "suppress": 5745, | |
| "singularity": 5746, | |
| "pigment": 5747, | |
| "transist": 5748, | |
| "optimized": 5749, | |
| "barriers": 5750, | |
| "sugars": 5751, | |
| "blockage": 5752, | |
| "spinning": 5753, | |
| "greenhouse": 5754, | |
| "axies": 5755, | |
| "float": 5756, | |
| "speculation": 5757, | |
| "rotational": 5758, | |
| "antibiotics": 5759, | |
| "compromis": 5760, | |
| "corporate": 5761, | |
| "accidental": 5762, | |
| "professional": 5763, | |
| "irreducible": 5764, | |
| "(âīĪ": 5765, | |
| "32": 5766, | |
| "Car": 5767, | |
| "asp": 5768, | |
| "ught": 5769, | |
| "oning": 5770, | |
| "sted": 5771, | |
| "ormal": 5772, | |
| "orange": 5773, | |
| "roots": 5774, | |
| "concepts": 5775, | |
| "ride": 5776, | |
| "reddit": 5777, | |
| "interval": 5778, | |
| "fos": 5779, | |
| "imped": 5780, | |
| "datase": 5781, | |
| "signature": 5782, | |
| "protected": 5783, | |
| "trees": 5784, | |
| "controls": 5785, | |
| "solved": 5786, | |
| "titu": 5787, | |
| "communic": 5788, | |
| "socio": 5789, | |
| "blocks": 5790, | |
| "passeng": 5791, | |
| "tradition": 5792, | |
| "widespread": 5793, | |
| "expectations": 5794, | |
| "excluded": 5795, | |
| "fairness": 5796, | |
| "participation": 5797, | |
| "vomiting": 5798, | |
| "Apple": 5799, | |
| "negligible": 5800, | |
| "Riemann": 5801, | |
| "(âĨij": 5802, | |
| "Ex": 5803, | |
| "Gra": 5804, | |
| "PC": 5805, | |
| "bru": 5806, | |
| "dict": 5807, | |
| "jun": 5808, | |
| "oven": 5809, | |
| "tum": 5810, | |
| "ube": 5811, | |
| "replic": 5812, | |
| "lean": 5813, | |
| "cham": 5814, | |
| "odds": 5815, | |
| "parity": 5816, | |
| "prion": 5817, | |
| "suppressed": 5818, | |
| "protective": 5819, | |
| "experiences": 5820, | |
| "shower": 5821, | |
| "harder": 5822, | |
| "superposition": 5823, | |
| "halt": 5824, | |
| "asympto": 5825, | |
| "competing": 5826, | |
| "symbols": 5827, | |
| "rhythm": 5828, | |
| "baby": 5829, | |
| "innate": 5830, | |
| "shedding": 5831, | |
| "Ara": 5832, | |
| "Amazon": 5833, | |
| "ae": 5834, | |
| "ked": 5835, | |
| "rejection": 5836, | |
| "indirect": 5837, | |
| "inherit": 5838, | |
| "cocaine": 5839, | |
| "destro": 5840, | |
| "meal": 5841, | |
| "libr": 5842, | |
| "gevity": 5843, | |
| "urb": 5844, | |
| "odd": 5845, | |
| "paralysis": 5846, | |
| "luci": 5847, | |
| "curved": 5848, | |
| "mates": 5849, | |
| "breach": 5850, | |
| "missed": 5851, | |
| "certi": 5852, | |
| "losses": 5853, | |
| "controver": 5854, | |
| "relational": 5855, | |
| "juice": 5856, | |
| "methodologies": 5857, | |
| "ready": 5858, | |
| "starvation": 5859, | |
| "darkness": 5860, | |
| "warmth": 5861, | |
| "galaxies": 5862, | |
| "relevance": 5863, | |
| "predictions": 5864, | |
| "jobs": 5865, | |
| "walk": 5866, | |
| "justification": 5867, | |
| "colonial": 5868, | |
| "items": 5869, | |
| "cryptography": 5870, | |
| "longevity": 5871, | |
| "motivation": 5872, | |
| "victim": 5873, | |
| "decrease": 5874, | |
| "%|": 5875, | |
| "Lin": 5876, | |
| "Lag": 5877, | |
| "North": 5878, | |
| "Se": 5879, | |
| "Wit": 5880, | |
| "bending": 5881, | |
| "pac": 5882, | |
| "sque": 5883, | |
| "tape": 5884, | |
| "why": 5885, | |
| "dients": 5886, | |
| "abeli": 5887, | |
| "tower": 5888, | |
| "plug": 5889, | |
| "discussion": 5890, | |
| "preferen": 5891, | |
| "aryn": 5892, | |
| "caution": 5893, | |
| "click": 5894, | |
| "subset": 5895, | |
| "suppor": 5896, | |
| "protect": 5897, | |
| "realization": 5898, | |
| "continued": 5899, | |
| "inese": 5900, | |
| "undecidability": 5901, | |
| "remaining": 5902, | |
| "extinction": 5903, | |
| "transient": 5904, | |
| "abelian": 5905, | |
| "DVD": 5906, | |
| "Sh": 5907, | |
| "uce": 5908, | |
| "vability": 5909, | |
| "deceler": 5910, | |
| "throw": 5911, | |
| "mples": 5912, | |
| "abund": 5913, | |
| "terms": 5914, | |
| "olar": 5915, | |
| "assist": 5916, | |
| "izes": 5917, | |
| "lling": 5918, | |
| "keep": 5919, | |
| "boot": 5920, | |
| "cadian": 5921, | |
| "varied": 5922, | |
| "):{": 5923, | |
| "studi": 5924, | |
| "temperatures": 5925, | |
| "millions": 5926, | |
| "syndrome": 5927, | |
| "banks": 5928, | |
| "competitive": 5929, | |
| "neurological": 5930, | |
| "comfortable": 5931, | |
| "perspectives": 5932, | |
| "privacy": 5933, | |
| "included": 5934, | |
| "implement": 5935, | |
| "ignore": 5936, | |
| "accessible": 5937, | |
| "suscep": 5938, | |
| "utilization": 5939, | |
| "weapons": 5940, | |
| "droplets": 5941, | |
| "Christian": 5942, | |
| "proportional": 5943, | |
| "arrangement": 5944, | |
| "claims": 5945, | |
| "neurotransmitter": 5946, | |
| "destroy": 5947, | |
| "%âĨĴ": 5948, | |
| "(âĨĵ": 5949, | |
| "Dir": 5950, | |
| "Hop": 5951, | |
| "Man": 5952, | |
| "[âĨij": 5953, | |
| "rings": 5954, | |
| "snap": 5955, | |
| "tactic": 5956, | |
| "inference": 5957, | |
| "inva": 5958, | |
| "ancient": 5959, | |
| "rods": 5960, | |
| "quasi": 5961, | |
| "cities": 5962, | |
| "forget": 5963, | |
| "strate": 5964, | |
| "nothing": 5965, | |
| "interven": 5966, | |
| "camp": 5967, | |
| "oversight": 5968, | |
| "istemo": 5969, | |
| "voter": 5970, | |
| "venom": 5971, | |
| "integral": 5972, | |
| "attacker": 5973, | |
| "employer": 5974, | |
| "reflect": 5975, | |
| "sustainability": 5976, | |
| "hierarchies": 5977, | |
| "hunting": 5978, | |
| "enzymes": 5979, | |
| "situation": 5980, | |
| "weeks": 5981, | |
| "blindness": 5982, | |
| "activities": 5983, | |
| "abetes": 5984, | |
| "adults": 5985, | |
| "Latin": 5986, | |
| "Facebook": 5987, | |
| "monoidal": 5988, | |
| "Great": 5989, | |
| "bund": 5990, | |
| "kers": 5991, | |
| "tibility": 5992, | |
| "inconsistent": 5993, | |
| "anni": 5994, | |
| "meter": 5995, | |
| "options": 5996, | |
| "variants": 5997, | |
| "cks": 5998, | |
| "veness": 5999 | |
| }, | |
| "merges": [ | |
| [ | |
| "â", | |
| "Ĩ" | |
| ], | |
| [ | |
| "t", | |
| "i" | |
| ], | |
| [ | |
| "o", | |
| "n" | |
| ], | |
| [ | |
| "âĨ", | |
| "Ĵ" | |
| ], | |
| [ | |
| "r", | |
| "e" | |
| ], | |
| [ | |
| "i", | |
| "n" | |
| ], | |
| [ | |
| "e", | |
| "r" | |
| ], | |
| [ | |
| "a", | |
| "l" | |
| ], | |
| [ | |
| "e", | |
| "n" | |
| ], | |
| [ | |
| "ti", | |
| "on" | |
| ], | |
| [ | |
| "a", | |
| "n" | |
| ], | |
| [ | |
| "s", | |
| "t" | |
| ], | |
| [ | |
| "o", | |
| "r" | |
| ], | |
| [ | |
| "e", | |
| "s" | |
| ], | |
| [ | |
| "a", | |
| "t" | |
| ], | |
| [ | |
| "a", | |
| "r" | |
| ], | |
| [ | |
| "i", | |
| "c" | |
| ], | |
| [ | |
| "l", | |
| "e" | |
| ], | |
| [ | |
| "i", | |
| "t" | |
| ], | |
| [ | |
| "a", | |
| "tion" | |
| ], | |
| [ | |
| "r", | |
| "o" | |
| ], | |
| [ | |
| "a", | |
| "c" | |
| ], | |
| [ | |
| "e", | |
| "d" | |
| ], | |
| [ | |
| "c", | |
| "o" | |
| ], | |
| [ | |
| "s", | |
| "i" | |
| ], | |
| [ | |
| "in", | |
| "g" | |
| ], | |
| [ | |
| "â", | |
| "ĩ" | |
| ], | |
| [ | |
| "âĩ", | |
| "Ĵ" | |
| ], | |
| [ | |
| "en", | |
| "t" | |
| ], | |
| [ | |
| "l", | |
| "o" | |
| ], | |
| [ | |
| "c", | |
| "e" | |
| ], | |
| [ | |
| "u", | |
| "n" | |
| ], | |
| [ | |
| "d", | |
| "e" | |
| ], | |
| [ | |
| "m", | |
| "e" | |
| ], | |
| [ | |
| "s", | |
| "e" | |
| ], | |
| [ | |
| "r", | |
| "a" | |
| ], | |
| [ | |
| "d", | |
| "i" | |
| ], | |
| [ | |
| "t", | |
| "h" | |
| ], | |
| [ | |
| "it", | |
| "y" | |
| ], | |
| [ | |
| "m", | |
| "p" | |
| ], | |
| [ | |
| "l", | |
| "i" | |
| ], | |
| [ | |
| "c", | |
| "on" | |
| ], | |
| [ | |
| "c", | |
| "h" | |
| ], | |
| [ | |
| "v", | |
| "e" | |
| ], | |
| [ | |
| "g", | |
| "e" | |
| ], | |
| [ | |
| "s", | |
| "u" | |
| ], | |
| [ | |
| "c", | |
| "t" | |
| ], | |
| [ | |
| "r", | |
| "i" | |
| ], | |
| [ | |
| "âĨĴ", | |
| "âĨĴ" | |
| ], | |
| [ | |
| "i", | |
| "l" | |
| ], | |
| [ | |
| "a", | |
| "b" | |
| ], | |
| [ | |
| "ti", | |
| "c" | |
| ], | |
| [ | |
| "s", | |
| "p" | |
| ], | |
| [ | |
| "m", | |
| "o" | |
| ], | |
| [ | |
| "p", | |
| "ro" | |
| ], | |
| [ | |
| "t", | |
| "er" | |
| ], | |
| [ | |
| "o", | |
| "l" | |
| ], | |
| [ | |
| "a", | |
| "s" | |
| ], | |
| [ | |
| "â", | |
| "Ī" | |
| ], | |
| [ | |
| "u", | |
| "r" | |
| ], | |
| [ | |
| ")", | |
| "âĨĴ" | |
| ], | |
| [ | |
| "t", | |
| "e" | |
| ], | |
| [ | |
| "Â", | |
| "¬" | |
| ], | |
| [ | |
| "q", | |
| "u" | |
| ], | |
| [ | |
| "m", | |
| "ent" | |
| ], | |
| [ | |
| "u", | |
| "l" | |
| ], | |
| [ | |
| "u", | |
| "s" | |
| ], | |
| [ | |
| "re", | |
| "s" | |
| ], | |
| [ | |
| "f", | |
| "e" | |
| ], | |
| [ | |
| "p", | |
| "o" | |
| ], | |
| [ | |
| "âĨ", | |
| "ij" | |
| ], | |
| [ | |
| "e", | |
| "x" | |
| ], | |
| [ | |
| "p", | |
| "er" | |
| ], | |
| [ | |
| "Ã", | |
| "Ĺ" | |
| ], | |
| [ | |
| "â", | |
| "ī" | |
| ], | |
| [ | |
| "g", | |
| "h" | |
| ], | |
| [ | |
| "a", | |
| "d" | |
| ], | |
| [ | |
| "i", | |
| "s" | |
| ], | |
| [ | |
| "h", | |
| "e" | |
| ], | |
| [ | |
| "c", | |
| "i" | |
| ], | |
| [ | |
| "v", | |
| "i" | |
| ], | |
| [ | |
| "v", | |
| "er" | |
| ], | |
| [ | |
| "t", | |
| "r" | |
| ], | |
| [ | |
| "at", | |
| "e" | |
| ], | |
| [ | |
| "a", | |
| "p" | |
| ], | |
| [ | |
| "es", | |
| "s" | |
| ], | |
| [ | |
| "f", | |
| "or" | |
| ], | |
| [ | |
| "c", | |
| "tion" | |
| ], | |
| [ | |
| "si", | |
| "on" | |
| ], | |
| [ | |
| "d", | |
| "u" | |
| ], | |
| [ | |
| "co", | |
| "mp" | |
| ], | |
| [ | |
| "m", | |
| "a" | |
| ], | |
| [ | |
| "ic", | |
| "al" | |
| ], | |
| [ | |
| "u", | |
| "t" | |
| ], | |
| [ | |
| "u", | |
| "m" | |
| ], | |
| [ | |
| "n", | |
| "e" | |
| ], | |
| [ | |
| "o", | |
| "d" | |
| ], | |
| [ | |
| "st", | |
| "r" | |
| ], | |
| [ | |
| ")", | |
| "]" | |
| ], | |
| [ | |
| "s", | |
| "y" | |
| ], | |
| [ | |
| ")", | |
| "âĩĴ" | |
| ], | |
| [ | |
| "t", | |
| "o" | |
| ], | |
| [ | |
| "h", | |
| "i" | |
| ], | |
| [ | |
| "ti", | |
| "n" | |
| ], | |
| [ | |
| "e", | |
| "m" | |
| ], | |
| [ | |
| "i", | |
| "r" | |
| ], | |
| [ | |
| "ti", | |
| "ve" | |
| ], | |
| [ | |
| "p", | |
| "h" | |
| ], | |
| [ | |
| "n", | |
| "o" | |
| ], | |
| [ | |
| "re", | |
| "d" | |
| ], | |
| [ | |
| "i", | |
| "d" | |
| ], | |
| [ | |
| "l", | |
| "a" | |
| ], | |
| [ | |
| "re", | |
| "n" | |
| ], | |
| [ | |
| "u", | |
| "re" | |
| ], | |
| [ | |
| "an", | |
| "t" | |
| ], | |
| [ | |
| "f", | |
| "ic" | |
| ], | |
| [ | |
| "gh", | |
| "t" | |
| ], | |
| [ | |
| "o", | |
| "m" | |
| ], | |
| [ | |
| "in", | |
| "e" | |
| ], | |
| [ | |
| "âĨĴ", | |
| "(" | |
| ], | |
| [ | |
| "an", | |
| "ce" | |
| ], | |
| [ | |
| "un", | |
| "d" | |
| ], | |
| [ | |
| "âĨ", | |
| "ĵ" | |
| ], | |
| [ | |
| "o", | |
| "f" | |
| ], | |
| [ | |
| "an", | |
| "d" | |
| ], | |
| [ | |
| "p", | |
| "l" | |
| ], | |
| [ | |
| "e", | |
| "f" | |
| ], | |
| [ | |
| "w", | |
| "or" | |
| ], | |
| [ | |
| "a", | |
| "m" | |
| ], | |
| [ | |
| "lo", | |
| "g" | |
| ], | |
| [ | |
| "âĪ", | |
| "§" | |
| ], | |
| [ | |
| "g", | |
| "en" | |
| ], | |
| [ | |
| "e", | |
| "l" | |
| ], | |
| [ | |
| "s", | |
| "o" | |
| ], | |
| [ | |
| ")", | |
| "|" | |
| ], | |
| [ | |
| "a", | |
| "ge" | |
| ], | |
| [ | |
| "ab", | |
| "le" | |
| ], | |
| [ | |
| "tin", | |
| "g" | |
| ], | |
| [ | |
| "il", | |
| "ity" | |
| ], | |
| [ | |
| "p", | |
| "res" | |
| ], | |
| [ | |
| "]", | |
| "âĨĴ" | |
| ], | |
| [ | |
| "for", | |
| "m" | |
| ], | |
| [ | |
| "sp", | |
| "e" | |
| ], | |
| [ | |
| "al", | |
| "l" | |
| ], | |
| [ | |
| "g", | |
| "n" | |
| ], | |
| [ | |
| "h", | |
| "o" | |
| ], | |
| [ | |
| "â", | |
| "Ĭ" | |
| ], | |
| [ | |
| "b", | |
| "le" | |
| ], | |
| [ | |
| "th", | |
| "e" | |
| ], | |
| [ | |
| "ation", | |
| "s" | |
| ], | |
| [ | |
| "or", | |
| "y" | |
| ], | |
| [ | |
| "t", | |
| "s" | |
| ], | |
| [ | |
| "o", | |
| "p" | |
| ], | |
| [ | |
| "c", | |
| "y" | |
| ], | |
| [ | |
| "wor", | |
| "k" | |
| ], | |
| [ | |
| "st", | |
| "em" | |
| ], | |
| [ | |
| "f", | |
| "i" | |
| ], | |
| [ | |
| "i", | |
| "z" | |
| ], | |
| [ | |
| "en", | |
| "ce" | |
| ], | |
| [ | |
| "at", | |
| "er" | |
| ], | |
| [ | |
| "str", | |
| "u" | |
| ], | |
| [ | |
| "âĨ", | |
| "Ķ" | |
| ], | |
| [ | |
| "p", | |
| "ar" | |
| ], | |
| [ | |
| "ch", | |
| "an" | |
| ], | |
| [ | |
| "lo", | |
| "w" | |
| ], | |
| [ | |
| "sy", | |
| "stem" | |
| ], | |
| [ | |
| "t", | |
| "y" | |
| ], | |
| [ | |
| "di", | |
| "s" | |
| ], | |
| [ | |
| "u", | |
| "p" | |
| ], | |
| [ | |
| "in", | |
| "ter" | |
| ], | |
| [ | |
| "ac", | |
| "e" | |
| ], | |
| [ | |
| "er", | |
| "s" | |
| ], | |
| [ | |
| "w", | |
| "a" | |
| ], | |
| [ | |
| "t", | |
| "en" | |
| ], | |
| [ | |
| "ac", | |
| "t" | |
| ], | |
| [ | |
| "m", | |
| "m" | |
| ], | |
| [ | |
| "al", | |
| "ity" | |
| ], | |
| [ | |
| "v", | |
| "al" | |
| ], | |
| [ | |
| "p", | |
| "re" | |
| ], | |
| [ | |
| "f", | |
| "ra" | |
| ], | |
| [ | |
| "qu", | |
| "i" | |
| ], | |
| [ | |
| "t", | |
| "a" | |
| ], | |
| [ | |
| "g", | |
| "ra" | |
| ], | |
| [ | |
| "p", | |
| "e" | |
| ], | |
| [ | |
| "tic", | |
| "al" | |
| ], | |
| [ | |
| "u", | |
| "tion" | |
| ], | |
| [ | |
| "l", | |
| "l" | |
| ], | |
| [ | |
| "s", | |
| "h" | |
| ], | |
| [ | |
| "k", | |
| "e" | |
| ], | |
| [ | |
| "f", | |
| "o" | |
| ], | |
| [ | |
| "b", | |
| "ra" | |
| ], | |
| [ | |
| "o", | |
| "b" | |
| ], | |
| [ | |
| "ab", | |
| "ility" | |
| ], | |
| [ | |
| "as", | |
| "s" | |
| ], | |
| [ | |
| "a", | |
| "ir" | |
| ], | |
| [ | |
| "b", | |
| "o" | |
| ], | |
| [ | |
| "b", | |
| "e" | |
| ], | |
| [ | |
| "l", | |
| "y" | |
| ], | |
| [ | |
| "lo", | |
| "c" | |
| ], | |
| [ | |
| "d", | |
| "o" | |
| ], | |
| [ | |
| "ac", | |
| "tion" | |
| ], | |
| [ | |
| "ar", | |
| "i" | |
| ], | |
| [ | |
| "w", | |
| "e" | |
| ], | |
| [ | |
| "er", | |
| "g" | |
| ], | |
| [ | |
| "fra", | |
| "me" | |
| ], | |
| [ | |
| "ar", | |
| "y" | |
| ], | |
| [ | |
| "l", | |
| "u" | |
| ], | |
| [ | |
| "c", | |
| "a" | |
| ], | |
| [ | |
| "stru", | |
| "ct" | |
| ], | |
| [ | |
| "c", | |
| "ess" | |
| ], | |
| [ | |
| "ac", | |
| "k" | |
| ], | |
| [ | |
| "w", | |
| "ater" | |
| ], | |
| [ | |
| "an", | |
| "s" | |
| ], | |
| [ | |
| "su", | |
| "re" | |
| ], | |
| [ | |
| "âī", | |
| "¡" | |
| ], | |
| [ | |
| "ar", | |
| "d" | |
| ], | |
| [ | |
| ")", | |
| ")" | |
| ], | |
| [ | |
| "fe", | |
| "ct" | |
| ], | |
| [ | |
| "li", | |
| "ght" | |
| ], | |
| [ | |
| "m", | |
| "in" | |
| ], | |
| [ | |
| "n", | |
| "on" | |
| ], | |
| [ | |
| "y", | |
| "s" | |
| ], | |
| [ | |
| "c", | |
| "ur" | |
| ], | |
| [ | |
| "b", | |
| "i" | |
| ], | |
| [ | |
| "a", | |
| "se" | |
| ], | |
| [ | |
| "p", | |
| "a" | |
| ], | |
| [ | |
| "en", | |
| "d" | |
| ], | |
| [ | |
| "frame", | |
| "work" | |
| ], | |
| [ | |
| "ti", | |
| "me" | |
| ], | |
| [ | |
| "g", | |
| "ro" | |
| ], | |
| [ | |
| "m", | |
| "at" | |
| ], | |
| [ | |
| "o", | |
| "us" | |
| ], | |
| [ | |
| "âī", | |
| "Ī" | |
| ], | |
| [ | |
| "s", | |
| "c" | |
| ], | |
| [ | |
| "ti", | |
| "v" | |
| ], | |
| [ | |
| "t", | |
| "ra" | |
| ], | |
| [ | |
| "co", | |
| "l" | |
| ], | |
| [ | |
| "ce", | |
| "p" | |
| ], | |
| [ | |
| "ti", | |
| "es" | |
| ], | |
| [ | |
| "s", | |
| "k" | |
| ], | |
| [ | |
| "e", | |
| "v" | |
| ], | |
| [ | |
| "i", | |
| "mp" | |
| ], | |
| [ | |
| "p", | |
| "r" | |
| ], | |
| [ | |
| "m", | |
| "al" | |
| ], | |
| [ | |
| "]", | |
| "âĩĴ" | |
| ], | |
| [ | |
| "hi", | |
| "gh" | |
| ], | |
| [ | |
| "n", | |
| "ess" | |
| ], | |
| [ | |
| "me", | |
| "tr" | |
| ], | |
| [ | |
| "is", | |
| "m" | |
| ], | |
| [ | |
| "comp", | |
| "le" | |
| ], | |
| [ | |
| "m", | |
| "an" | |
| ], | |
| [ | |
| "a", | |
| "g" | |
| ], | |
| [ | |
| "e", | |
| "le" | |
| ], | |
| [ | |
| "log", | |
| "ical" | |
| ], | |
| [ | |
| "âī", | |
| "ł" | |
| ], | |
| [ | |
| "erg", | |
| "y" | |
| ], | |
| [ | |
| "en", | |
| "s" | |
| ], | |
| [ | |
| "re", | |
| "qui" | |
| ], | |
| [ | |
| "w", | |
| "n" | |
| ], | |
| [ | |
| "s", | |
| "er" | |
| ], | |
| [ | |
| "j", | |
| "e" | |
| ], | |
| [ | |
| "ic", | |
| "e" | |
| ], | |
| [ | |
| "d", | |
| "er" | |
| ], | |
| [ | |
| ")âĨĴ", | |
| "[" | |
| ], | |
| [ | |
| "or", | |
| "i" | |
| ], | |
| [ | |
| "en", | |
| "cy" | |
| ], | |
| [ | |
| "te", | |
| "mp" | |
| ], | |
| [ | |
| "o", | |
| "ver" | |
| ], | |
| [ | |
| "en", | |
| "ergy" | |
| ], | |
| [ | |
| "at", | |
| "h" | |
| ], | |
| [ | |
| "âĨ", | |
| "IJ" | |
| ], | |
| [ | |
| "c", | |
| "es" | |
| ], | |
| [ | |
| "ic", | |
| "s" | |
| ], | |
| [ | |
| "r", | |
| "on" | |
| ], | |
| [ | |
| "con", | |
| "t" | |
| ], | |
| [ | |
| "or", | |
| "s" | |
| ], | |
| [ | |
| "c", | |
| "re" | |
| ], | |
| [ | |
| "c", | |
| "le" | |
| ], | |
| [ | |
| "c", | |
| "or" | |
| ], | |
| [ | |
| "f", | |
| "in" | |
| ], | |
| [ | |
| "0", | |
| "0" | |
| ], | |
| [ | |
| "d", | |
| "es" | |
| ], | |
| [ | |
| "c", | |
| "l" | |
| ], | |
| [ | |
| "ef", | |
| "fect" | |
| ], | |
| [ | |
| "f", | |
| "a" | |
| ], | |
| [ | |
| "fe", | |
| "ren" | |
| ], | |
| [ | |
| "v", | |
| "ari" | |
| ], | |
| [ | |
| "an", | |
| "g" | |
| ], | |
| [ | |
| "it", | |
| "e" | |
| ], | |
| [ | |
| "su", | |
| "r" | |
| ], | |
| [ | |
| "a", | |
| "k" | |
| ], | |
| [ | |
| "ation", | |
| "al" | |
| ], | |
| [ | |
| "on", | |
| "e" | |
| ], | |
| [ | |
| "at", | |
| "ed" | |
| ], | |
| [ | |
| "âĪ", | |
| "¨" | |
| ], | |
| [ | |
| "f", | |
| "un" | |
| ], | |
| [ | |
| "the", | |
| "ory" | |
| ], | |
| [ | |
| "c", | |
| "ul" | |
| ], | |
| [ | |
| "en", | |
| "g" | |
| ], | |
| [ | |
| "di", | |
| "f" | |
| ], | |
| [ | |
| "ol", | |
| "ution" | |
| ], | |
| [ | |
| "c", | |
| "tive" | |
| ], | |
| [ | |
| "s", | |
| "a" | |
| ], | |
| [ | |
| "li", | |
| "m" | |
| ], | |
| [ | |
| "di", | |
| "st" | |
| ], | |
| [ | |
| "fic", | |
| "i" | |
| ], | |
| [ | |
| ")", | |
| ";" | |
| ], | |
| [ | |
| "ur", | |
| "al" | |
| ], | |
| [ | |
| "âĬ", | |
| "Ĥ" | |
| ], | |
| [ | |
| "e", | |
| "ar" | |
| ], | |
| [ | |
| "b", | |
| "u" | |
| ], | |
| [ | |
| "de", | |
| "l" | |
| ], | |
| [ | |
| "tr", | |
| "ans" | |
| ], | |
| [ | |
| "ti", | |
| "al" | |
| ], | |
| [ | |
| "co", | |
| "mm" | |
| ], | |
| [ | |
| "o", | |
| "re" | |
| ], | |
| [ | |
| "th", | |
| "er" | |
| ], | |
| [ | |
| "f", | |
| "re" | |
| ], | |
| [ | |
| "h", | |
| "um" | |
| ], | |
| [ | |
| "od", | |
| "y" | |
| ], | |
| [ | |
| "d", | |
| "y" | |
| ], | |
| [ | |
| "o", | |
| "ut" | |
| ], | |
| [ | |
| "i", | |
| "st" | |
| ], | |
| [ | |
| "h", | |
| "a" | |
| ], | |
| [ | |
| "z", | |
| "e" | |
| ], | |
| [ | |
| "d", | |
| "at" | |
| ], | |
| [ | |
| "in", | |
| "t" | |
| ], | |
| [ | |
| "b", | |
| "l" | |
| ], | |
| [ | |
| "âĨĴ", | |
| "[" | |
| ], | |
| [ | |
| "si", | |
| "ble" | |
| ], | |
| [ | |
| "un", | |
| "i" | |
| ], | |
| [ | |
| "at", | |
| "ure" | |
| ], | |
| [ | |
| "it", | |
| "h" | |
| ], | |
| [ | |
| "d", | |
| "a" | |
| ], | |
| [ | |
| "u", | |
| "se" | |
| ], | |
| [ | |
| "fun", | |
| "ction" | |
| ], | |
| [ | |
| "s", | |
| "s" | |
| ], | |
| [ | |
| "ph", | |
| "ys" | |
| ], | |
| [ | |
| "c", | |
| "ri" | |
| ], | |
| [ | |
| "p", | |
| "ri" | |
| ], | |
| [ | |
| "si", | |
| "st" | |
| ], | |
| [ | |
| "e", | |
| "p" | |
| ], | |
| [ | |
| "requi", | |
| "red" | |
| ], | |
| [ | |
| "h", | |
| "y" | |
| ], | |
| [ | |
| ")", | |
| ":" | |
| ], | |
| [ | |
| "b", | |
| "ody" | |
| ], | |
| [ | |
| "u", | |
| "e" | |
| ], | |
| [ | |
| "ac", | |
| "h" | |
| ], | |
| [ | |
| "tion", | |
| "s" | |
| ], | |
| [ | |
| "me", | |
| "chan" | |
| ], | |
| [ | |
| "w", | |
| "er" | |
| ], | |
| [ | |
| "ele", | |
| "ct" | |
| ], | |
| [ | |
| "x", | |
| "i" | |
| ], | |
| [ | |
| "or", | |
| "t" | |
| ], | |
| [ | |
| "pro", | |
| "du" | |
| ], | |
| [ | |
| "si", | |
| "s" | |
| ], | |
| [ | |
| "du", | |
| "ality" | |
| ], | |
| [ | |
| "log", | |
| "y" | |
| ], | |
| [ | |
| "spe", | |
| "ed" | |
| ], | |
| [ | |
| "ce", | |
| "ll" | |
| ], | |
| [ | |
| "iz", | |
| "ation" | |
| ], | |
| [ | |
| "pres", | |
| "sure" | |
| ], | |
| [ | |
| "du", | |
| "al" | |
| ], | |
| [ | |
| "chan", | |
| "ge" | |
| ], | |
| [ | |
| "mo", | |
| "del" | |
| ], | |
| [ | |
| "a", | |
| "tive" | |
| ], | |
| [ | |
| "comple", | |
| "x" | |
| ], | |
| [ | |
| "bra", | |
| "in" | |
| ], | |
| [ | |
| "la", | |
| "y" | |
| ], | |
| [ | |
| "sp", | |
| "ace" | |
| ], | |
| [ | |
| "ol", | |
| "d" | |
| ], | |
| [ | |
| "on", | |
| "g" | |
| ], | |
| [ | |
| "si", | |
| "gn" | |
| ], | |
| [ | |
| "ti", | |
| "m" | |
| ], | |
| [ | |
| ")", | |
| "âΧ" | |
| ], | |
| [ | |
| "r", | |
| "u" | |
| ], | |
| [ | |
| "lim", | |
| "it" | |
| ], | |
| [ | |
| ":", | |
| "[" | |
| ], | |
| [ | |
| "c", | |
| "ent" | |
| ], | |
| [ | |
| "ter", | |
| "n" | |
| ], | |
| [ | |
| "pro", | |
| "cess" | |
| ], | |
| [ | |
| "i", | |
| "gn" | |
| ], | |
| [ | |
| "ge", | |
| "o" | |
| ], | |
| [ | |
| "ex", | |
| "p" | |
| ], | |
| [ | |
| "m", | |
| "i" | |
| ], | |
| [ | |
| "dat", | |
| "a" | |
| ], | |
| [ | |
| "v", | |
| "o" | |
| ], | |
| [ | |
| "system", | |
| "s" | |
| ], | |
| [ | |
| "ant", | |
| "um" | |
| ], | |
| [ | |
| "c", | |
| "k" | |
| ], | |
| [ | |
| "m", | |
| "s" | |
| ], | |
| [ | |
| "he", | |
| "at" | |
| ], | |
| [ | |
| "ren", | |
| "t" | |
| ], | |
| [ | |
| "de", | |
| "p" | |
| ], | |
| [ | |
| "je", | |
| "ct" | |
| ], | |
| [ | |
| "re", | |
| "g" | |
| ], | |
| [ | |
| "u", | |
| "res" | |
| ], | |
| [ | |
| "en", | |
| "ti" | |
| ], | |
| [ | |
| "f", | |
| "t" | |
| ], | |
| [ | |
| "qu", | |
| "antum" | |
| ], | |
| [ | |
| "m", | |
| "ed" | |
| ], | |
| [ | |
| "v", | |
| "ed" | |
| ], | |
| [ | |
| "il", | |
| "l" | |
| ], | |
| [ | |
| "su", | |
| "b" | |
| ], | |
| [ | |
| "s", | |
| "al" | |
| ], | |
| [ | |
| "pro", | |
| "per" | |
| ], | |
| [ | |
| "ar", | |
| "ge" | |
| ], | |
| [ | |
| "ge", | |
| "bra" | |
| ], | |
| [ | |
| "v", | |
| "es" | |
| ], | |
| [ | |
| "o", | |
| "x" | |
| ], | |
| [ | |
| "ar", | |
| "ch" | |
| ], | |
| [ | |
| "r", | |
| "ate" | |
| ], | |
| [ | |
| "on", | |
| "s" | |
| ], | |
| [ | |
| "al", | |
| "gebra" | |
| ], | |
| [ | |
| "st", | |
| "ate" | |
| ], | |
| [ | |
| "b", | |
| "re" | |
| ], | |
| [ | |
| "c", | |
| "ar" | |
| ], | |
| [ | |
| "b", | |
| "al" | |
| ], | |
| [ | |
| "in", | |
| "s" | |
| ], | |
| [ | |
| "hum", | |
| "an" | |
| ], | |
| [ | |
| "st", | |
| "a" | |
| ], | |
| [ | |
| "r", | |
| "y" | |
| ], | |
| [ | |
| "ab", | |
| "s" | |
| ], | |
| [ | |
| "lo", | |
| "od" | |
| ], | |
| [ | |
| "âĬ", | |
| "ĥ" | |
| ], | |
| [ | |
| "ment", | |
| "s" | |
| ], | |
| [ | |
| "âĨĴ", | |
| "¬" | |
| ], | |
| [ | |
| "per", | |
| "i" | |
| ], | |
| [ | |
| "ci", | |
| "al" | |
| ], | |
| [ | |
| "c", | |
| "ap" | |
| ], | |
| [ | |
| "se", | |
| "l" | |
| ], | |
| [ | |
| "cep", | |
| "tion" | |
| ], | |
| [ | |
| "i", | |
| "ght" | |
| ], | |
| [ | |
| "al", | |
| "y" | |
| ], | |
| [ | |
| "con", | |
| "st" | |
| ], | |
| [ | |
| "k", | |
| "ing" | |
| ], | |
| [ | |
| "r", | |
| "ic" | |
| ], | |
| [ | |
| "âĨij", | |
| "âĨĴ" | |
| ], | |
| [ | |
| "b", | |
| "lood" | |
| ], | |
| [ | |
| "e", | |
| "t" | |
| ], | |
| [ | |
| "m", | |
| "is" | |
| ], | |
| [ | |
| "the", | |
| "ore" | |
| ], | |
| [ | |
| "b", | |
| "y" | |
| ], | |
| [ | |
| "l", | |
| "es" | |
| ], | |
| [ | |
| "co", | |
| "un" | |
| ], | |
| [ | |
| "s", | |
| "m" | |
| ], | |
| [ | |
| "k", | |
| "no" | |
| ], | |
| [ | |
| "ri", | |
| "sk" | |
| ], | |
| [ | |
| "st", | |
| "e" | |
| ], | |
| [ | |
| "v", | |
| "en" | |
| ], | |
| [ | |
| "ve", | |
| "l" | |
| ], | |
| [ | |
| "for", | |
| "ce" | |
| ], | |
| [ | |
| "le", | |
| "d" | |
| ], | |
| [ | |
| "form", | |
| "ation" | |
| ], | |
| [ | |
| "metr", | |
| "y" | |
| ], | |
| [ | |
| "c", | |
| "er" | |
| ], | |
| [ | |
| "gra", | |
| "v" | |
| ], | |
| [ | |
| "po", | |
| "s" | |
| ], | |
| [ | |
| "âĪ", | |
| "ĥ" | |
| ], | |
| [ | |
| "at", | |
| "es" | |
| ], | |
| [ | |
| "in", | |
| "te" | |
| ], | |
| [ | |
| "p", | |
| "ol" | |
| ], | |
| [ | |
| "ma", | |
| "ge" | |
| ], | |
| [ | |
| "re", | |
| "f" | |
| ], | |
| [ | |
| "po", | |
| "wer" | |
| ], | |
| [ | |
| "co", | |
| "m" | |
| ], | |
| [ | |
| "re", | |
| "sp" | |
| ], | |
| [ | |
| "tiv", | |
| "ity" | |
| ], | |
| [ | |
| "ment", | |
| "al" | |
| ], | |
| [ | |
| "el", | |
| "d" | |
| ], | |
| [ | |
| "ul", | |
| "ation" | |
| ], | |
| [ | |
| "n", | |
| "am" | |
| ], | |
| [ | |
| "f", | |
| "er" | |
| ], | |
| [ | |
| "fic", | |
| "ation" | |
| ], | |
| [ | |
| "an", | |
| "ti" | |
| ], | |
| [ | |
| "si", | |
| "ve" | |
| ], | |
| [ | |
| "f", | |
| "lu" | |
| ], | |
| [ | |
| "i", | |
| "a" | |
| ], | |
| [ | |
| "st", | |
| "and" | |
| ], | |
| [ | |
| "si", | |
| "tion" | |
| ], | |
| [ | |
| "u", | |
| "al" | |
| ], | |
| [ | |
| "b", | |
| "er" | |
| ], | |
| [ | |
| "ic", | |
| "t" | |
| ], | |
| [ | |
| "lo", | |
| "ss" | |
| ], | |
| [ | |
| "m", | |
| "ar" | |
| ], | |
| [ | |
| "ten", | |
| "sion" | |
| ], | |
| [ | |
| "n", | |
| "ing" | |
| ], | |
| [ | |
| "m", | |
| "us" | |
| ], | |
| [ | |
| "s", | |
| "ci" | |
| ], | |
| [ | |
| "t", | |
| "ri" | |
| ], | |
| [ | |
| "tic", | |
| "s" | |
| ], | |
| [ | |
| "feren", | |
| "ce" | |
| ], | |
| [ | |
| "o", | |
| "s" | |
| ], | |
| [ | |
| "i", | |
| "al" | |
| ], | |
| [ | |
| "i", | |
| "es" | |
| ], | |
| [ | |
| "co", | |
| "st" | |
| ], | |
| [ | |
| "und", | |
| "er" | |
| ], | |
| [ | |
| "f", | |
| "l" | |
| ], | |
| [ | |
| "he", | |
| "ma" | |
| ], | |
| [ | |
| "m", | |
| "on" | |
| ], | |
| [ | |
| "ta", | |
| "in" | |
| ], | |
| [ | |
| "p", | |
| "le" | |
| ], | |
| [ | |
| "mat", | |
| "hema" | |
| ], | |
| [ | |
| "m", | |
| "ic" | |
| ], | |
| [ | |
| "c", | |
| "u" | |
| ], | |
| [ | |
| "gen", | |
| "er" | |
| ], | |
| [ | |
| "b", | |
| "ility" | |
| ], | |
| [ | |
| "v", | |
| "ol" | |
| ], | |
| [ | |
| "b", | |
| "it" | |
| ], | |
| [ | |
| "âĪ", | |
| "Ŀ" | |
| ], | |
| [ | |
| "ch", | |
| "o" | |
| ], | |
| [ | |
| "cont", | |
| "ro" | |
| ], | |
| [ | |
| "pl", | |
| "an" | |
| ], | |
| [ | |
| "le", | |
| "g" | |
| ], | |
| [ | |
| "c", | |
| "al" | |
| ], | |
| [ | |
| "st", | |
| "u" | |
| ], | |
| [ | |
| "sel", | |
| "f" | |
| ], | |
| [ | |
| "sy", | |
| "m" | |
| ], | |
| [ | |
| ")", | |
| "âĨĴâĨĴ" | |
| ], | |
| [ | |
| "c", | |
| "ed" | |
| ], | |
| [ | |
| "ul", | |
| "ar" | |
| ], | |
| [ | |
| "ra", | |
| "in" | |
| ], | |
| [ | |
| "]", | |
| "âĨĴâĨĴ" | |
| ], | |
| [ | |
| "su", | |
| "p" | |
| ], | |
| [ | |
| "a", | |
| "u" | |
| ], | |
| [ | |
| "n", | |
| "er" | |
| ], | |
| [ | |
| "'", | |
| "s" | |
| ], | |
| [ | |
| "e", | |
| "mp" | |
| ], | |
| [ | |
| "gro", | |
| "up" | |
| ], | |
| [ | |
| "s", | |
| "hi" | |
| ], | |
| [ | |
| "di", | |
| "re" | |
| ], | |
| [ | |
| "la", | |
| "w" | |
| ], | |
| [ | |
| "be", | |
| "ha" | |
| ], | |
| [ | |
| "phys", | |
| "ical" | |
| ], | |
| [ | |
| "m", | |
| "ass" | |
| ], | |
| [ | |
| "an", | |
| "aly" | |
| ], | |
| [ | |
| "in", | |
| "d" | |
| ], | |
| [ | |
| "i", | |
| "mm" | |
| ], | |
| [ | |
| "f", | |
| "ace" | |
| ], | |
| [ | |
| "spe", | |
| "ci" | |
| ], | |
| [ | |
| "beha", | |
| "vi" | |
| ], | |
| [ | |
| "pro", | |
| "te" | |
| ], | |
| [ | |
| "s", | |
| "on" | |
| ], | |
| [ | |
| "mo", | |
| "ve" | |
| ], | |
| [ | |
| "se", | |
| "t" | |
| ], | |
| [ | |
| "ti", | |
| "s" | |
| ], | |
| [ | |
| "temp", | |
| "er" | |
| ], | |
| [ | |
| "bi", | |
| "o" | |
| ], | |
| [ | |
| "re", | |
| "al" | |
| ], | |
| [ | |
| "metr", | |
| "ic" | |
| ], | |
| [ | |
| "ri", | |
| "b" | |
| ], | |
| [ | |
| "fi", | |
| "eld" | |
| ], | |
| [ | |
| "ma", | |
| "g" | |
| ], | |
| [ | |
| "c", | |
| "lo" | |
| ], | |
| [ | |
| "pl", | |
| "ic" | |
| ], | |
| [ | |
| "g", | |
| "or" | |
| ], | |
| [ | |
| "me", | |
| "th" | |
| ], | |
| [ | |
| "ar", | |
| "m" | |
| ], | |
| [ | |
| "ne", | |
| "t" | |
| ], | |
| [ | |
| ";", | |
| "[" | |
| ], | |
| [ | |
| "te", | |
| "x" | |
| ], | |
| [ | |
| "fa", | |
| "il" | |
| ], | |
| [ | |
| "t", | |
| "re" | |
| ], | |
| [ | |
| "b", | |
| "ri" | |
| ], | |
| [ | |
| "re", | |
| "l" | |
| ], | |
| [ | |
| "resp", | |
| "on" | |
| ], | |
| [ | |
| "ser", | |
| "v" | |
| ], | |
| [ | |
| "pres", | |
| "ent" | |
| ], | |
| [ | |
| "per", | |
| "ception" | |
| ], | |
| [ | |
| "su", | |
| "l" | |
| ], | |
| [ | |
| "f", | |
| "ul" | |
| ], | |
| [ | |
| "dep", | |
| "end" | |
| ], | |
| [ | |
| "dy", | |
| "nam" | |
| ], | |
| [ | |
| "contro", | |
| "l" | |
| ], | |
| [ | |
| "res", | |
| "s" | |
| ], | |
| [ | |
| "l", | |
| "ine" | |
| ], | |
| [ | |
| "r", | |
| "ation" | |
| ], | |
| [ | |
| "t", | |
| "ation" | |
| ], | |
| [ | |
| "p", | |
| "at" | |
| ], | |
| [ | |
| "struct", | |
| "ure" | |
| ], | |
| [ | |
| "me", | |
| "m" | |
| ], | |
| [ | |
| "âĩĴ", | |
| "[" | |
| ], | |
| [ | |
| "st", | |
| "or" | |
| ], | |
| [ | |
| "proper", | |
| "ties" | |
| ], | |
| [ | |
| "iz", | |
| "ed" | |
| ], | |
| [ | |
| "e", | |
| "y" | |
| ], | |
| [ | |
| "si", | |
| "ze" | |
| ], | |
| [ | |
| "do", | |
| "wn" | |
| ], | |
| [ | |
| "c", | |
| "us" | |
| ], | |
| [ | |
| "temper", | |
| "ature" | |
| ], | |
| [ | |
| "f", | |
| "act" | |
| ], | |
| [ | |
| "f", | |
| "low" | |
| ], | |
| [ | |
| "ev", | |
| "olution" | |
| ], | |
| [ | |
| "behavi", | |
| "or" | |
| ], | |
| [ | |
| "j", | |
| "u" | |
| ], | |
| [ | |
| "ef", | |
| "fici" | |
| ], | |
| [ | |
| ")", | |
| "âĨĶ" | |
| ], | |
| [ | |
| "g", | |
| "u" | |
| ], | |
| [ | |
| "comp", | |
| "ut" | |
| ], | |
| [ | |
| "mo", | |
| "tion" | |
| ], | |
| [ | |
| "pro", | |
| "ble" | |
| ], | |
| [ | |
| "par", | |
| "tic" | |
| ], | |
| [ | |
| "loc", | |
| "k" | |
| ], | |
| [ | |
| "o", | |
| "t" | |
| ], | |
| [ | |
| ")", | |
| "âī¡" | |
| ], | |
| [ | |
| "m", | |
| "ul" | |
| ], | |
| [ | |
| "ra", | |
| "di" | |
| ], | |
| [ | |
| "re", | |
| "du" | |
| ], | |
| [ | |
| "ent", | |
| "s" | |
| ], | |
| [ | |
| "gen", | |
| "e" | |
| ], | |
| [ | |
| ")]", | |
| "âĨĴ" | |
| ], | |
| [ | |
| "re", | |
| "st" | |
| ], | |
| [ | |
| "ob", | |
| "ject" | |
| ], | |
| [ | |
| "as", | |
| "ed" | |
| ], | |
| [ | |
| "i", | |
| "tion" | |
| ], | |
| [ | |
| "mathema", | |
| "tical" | |
| ], | |
| [ | |
| "g", | |
| "o" | |
| ], | |
| [ | |
| "ar", | |
| "t" | |
| ], | |
| [ | |
| "a", | |
| "ting" | |
| ], | |
| [ | |
| "mechan", | |
| "ism" | |
| ], | |
| [ | |
| "algebra", | |
| "ic" | |
| ], | |
| [ | |
| "âΧ", | |
| "[" | |
| ], | |
| [ | |
| "il", | |
| "d" | |
| ], | |
| [ | |
| "te", | |
| "ch" | |
| ], | |
| [ | |
| "c", | |
| "an" | |
| ], | |
| [ | |
| "r", | |
| "an" | |
| ], | |
| [ | |
| "meth", | |
| "od" | |
| ], | |
| [ | |
| "i", | |
| "m" | |
| ], | |
| [ | |
| "ur", | |
| "ce" | |
| ], | |
| [ | |
| "e", | |
| "qui" | |
| ], | |
| [ | |
| "cep", | |
| "t" | |
| ], | |
| [ | |
| "l", | |
| "ing" | |
| ], | |
| [ | |
| "or", | |
| "g" | |
| ], | |
| [ | |
| "re", | |
| "le" | |
| ], | |
| [ | |
| "di", | |
| "vi" | |
| ], | |
| [ | |
| "a", | |
| "me" | |
| ], | |
| [ | |
| "g", | |
| "es" | |
| ], | |
| [ | |
| "grav", | |
| "ity" | |
| ], | |
| [ | |
| "s", | |
| "ing" | |
| ], | |
| [ | |
| "ac", | |
| "ter" | |
| ], | |
| [ | |
| "a", | |
| "re" | |
| ], | |
| [ | |
| "o", | |
| "per" | |
| ], | |
| [ | |
| "d", | |
| "ro" | |
| ], | |
| [ | |
| "uni", | |
| "ver" | |
| ], | |
| [ | |
| "p", | |
| "red" | |
| ], | |
| [ | |
| "e", | |
| "st" | |
| ], | |
| [ | |
| "n", | |
| "or" | |
| ], | |
| [ | |
| "d", | |
| "ri" | |
| ], | |
| [ | |
| "le", | |
| "ep" | |
| ], | |
| [ | |
| "ch", | |
| "em" | |
| ], | |
| [ | |
| "sc", | |
| "al" | |
| ], | |
| [ | |
| "cl", | |
| "ass" | |
| ], | |
| [ | |
| "so", | |
| "und" | |
| ], | |
| [ | |
| "sign", | |
| "al" | |
| ], | |
| [ | |
| "loc", | |
| "al" | |
| ], | |
| [ | |
| "gro", | |
| "w" | |
| ], | |
| [ | |
| "si", | |
| "de" | |
| ], | |
| [ | |
| ")", | |
| "." | |
| ], | |
| [ | |
| "li", | |
| "fe" | |
| ], | |
| [ | |
| "me", | |
| "t" | |
| ], | |
| [ | |
| "p", | |
| "i" | |
| ], | |
| [ | |
| "p", | |
| "tion" | |
| ], | |
| [ | |
| "vi", | |
| "ron" | |
| ], | |
| [ | |
| "is", | |
| "tic" | |
| ], | |
| [ | |
| "eng", | |
| "ine" | |
| ], | |
| [ | |
| "en", | |
| "viron" | |
| ], | |
| [ | |
| "ex", | |
| "peri" | |
| ], | |
| [ | |
| "f", | |
| "u" | |
| ], | |
| [ | |
| "to", | |
| "po" | |
| ], | |
| [ | |
| "produ", | |
| "ction" | |
| ], | |
| [ | |
| "fre", | |
| "qu" | |
| ], | |
| [ | |
| "wa", | |
| "ve" | |
| ], | |
| [ | |
| "dist", | |
| "rib" | |
| ], | |
| [ | |
| "e", | |
| "con" | |
| ], | |
| [ | |
| "d", | |
| "s" | |
| ], | |
| [ | |
| "ac", | |
| "y" | |
| ], | |
| [ | |
| "al", | |
| "th" | |
| ], | |
| [ | |
| "mp", | |
| "le" | |
| ], | |
| [ | |
| "s", | |
| "ol" | |
| ], | |
| [ | |
| "b", | |
| "ack" | |
| ], | |
| [ | |
| "ne", | |
| "u" | |
| ], | |
| [ | |
| "econ", | |
| "om" | |
| ], | |
| [ | |
| "st", | |
| "ability" | |
| ], | |
| [ | |
| "co", | |
| "gn" | |
| ], | |
| [ | |
| "move", | |
| "ment" | |
| ], | |
| [ | |
| "s", | |
| "leep" | |
| ], | |
| [ | |
| "ne", | |
| "w" | |
| ], | |
| [ | |
| "struct", | |
| "ures" | |
| ], | |
| [ | |
| "ate", | |
| "g" | |
| ], | |
| [ | |
| "g", | |
| "er" | |
| ], | |
| [ | |
| "ap", | |
| "p" | |
| ], | |
| [ | |
| "fo", | |
| "od" | |
| ], | |
| [ | |
| "fail", | |
| "ure" | |
| ], | |
| [ | |
| "v", | |
| "a" | |
| ], | |
| [ | |
| "o", | |
| "ther" | |
| ], | |
| [ | |
| "tex", | |
| "t" | |
| ], | |
| [ | |
| "âĩĴ", | |
| "(" | |
| ], | |
| [ | |
| "de", | |
| "fin" | |
| ], | |
| [ | |
| "d", | |
| "ens" | |
| ], | |
| [ | |
| "da", | |
| "mage" | |
| ], | |
| [ | |
| "w", | |
| "ith" | |
| ], | |
| [ | |
| "l", | |
| "ong" | |
| ], | |
| [ | |
| "t", | |
| "ur" | |
| ], | |
| [ | |
| "p", | |
| "u" | |
| ], | |
| [ | |
| "v", | |
| "ing" | |
| ], | |
| [ | |
| "ci", | |
| "sion" | |
| ], | |
| [ | |
| "sur", | |
| "face" | |
| ], | |
| [ | |
| "f", | |
| "ro" | |
| ], | |
| [ | |
| "grow", | |
| "th" | |
| ], | |
| [ | |
| "ic", | |
| "k" | |
| ], | |
| [ | |
| "ke", | |
| "t" | |
| ], | |
| [ | |
| "abs", | |
| "or" | |
| ], | |
| [ | |
| ")", | |
| "âĨIJ" | |
| ], | |
| [ | |
| "st", | |
| "er" | |
| ], | |
| [ | |
| "bo", | |
| "und" | |
| ], | |
| [ | |
| "con", | |
| "tin" | |
| ], | |
| [ | |
| "d", | |
| "ed" | |
| ], | |
| [ | |
| "po", | |
| "p" | |
| ], | |
| [ | |
| "se", | |
| "arch" | |
| ], | |
| [ | |
| "des", | |
| "ign" | |
| ], | |
| [ | |
| "me", | |
| "a" | |
| ], | |
| [ | |
| "n", | |
| "um" | |
| ], | |
| [ | |
| "U", | |
| "S" | |
| ], | |
| [ | |
| "col", | |
| "or" | |
| ], | |
| [ | |
| "âĪ", | |
| "Ī" | |
| ], | |
| [ | |
| "so", | |
| "cial" | |
| ], | |
| [ | |
| "le", | |
| "ction" | |
| ], | |
| [ | |
| "co", | |
| "ver" | |
| ], | |
| [ | |
| "ad", | |
| "ox" | |
| ], | |
| [ | |
| "ant", | |
| "s" | |
| ], | |
| [ | |
| "org", | |
| "an" | |
| ], | |
| [ | |
| "pos", | |
| "sible" | |
| ], | |
| [ | |
| "at", | |
| "or" | |
| ], | |
| [ | |
| "a", | |
| "f" | |
| ], | |
| [ | |
| "struct", | |
| "ural" | |
| ], | |
| [ | |
| "val", | |
| "ue" | |
| ], | |
| [ | |
| "speci", | |
| "fic" | |
| ], | |
| [ | |
| "dif", | |
| "feren" | |
| ], | |
| [ | |
| "of", | |
| "f" | |
| ], | |
| [ | |
| "fre", | |
| "e" | |
| ], | |
| [ | |
| "pr", | |
| "ac" | |
| ], | |
| [ | |
| "analy", | |
| "sis" | |
| ], | |
| [ | |
| "i", | |
| "li" | |
| ], | |
| [ | |
| "complex", | |
| "ity" | |
| ], | |
| [ | |
| "m", | |
| "il" | |
| ], | |
| [ | |
| "ad", | |
| "ap" | |
| ], | |
| [ | |
| "s", | |
| "ho" | |
| ], | |
| [ | |
| "l", | |
| "and" | |
| ], | |
| [ | |
| "r", | |
| "up" | |
| ], | |
| [ | |
| "l", | |
| "ess" | |
| ], | |
| [ | |
| "di", | |
| "sp" | |
| ], | |
| [ | |
| "cur", | |
| "rent" | |
| ], | |
| [ | |
| "tr", | |
| "an" | |
| ], | |
| [ | |
| "con", | |
| "di" | |
| ], | |
| [ | |
| "i", | |
| "on" | |
| ], | |
| [ | |
| "in", | |
| "ci" | |
| ], | |
| [ | |
| "o", | |
| "u" | |
| ], | |
| [ | |
| "hi", | |
| "p" | |
| ], | |
| [ | |
| "ori", | |
| "es" | |
| ], | |
| [ | |
| "distrib", | |
| "ution" | |
| ], | |
| [ | |
| "id", | |
| "enti" | |
| ], | |
| [ | |
| "de", | |
| "ath" | |
| ], | |
| [ | |
| "mic", | |
| "ro" | |
| ], | |
| [ | |
| "is", | |
| "h" | |
| ], | |
| [ | |
| "re", | |
| "present" | |
| ], | |
| [ | |
| "ang", | |
| "u" | |
| ], | |
| [ | |
| "action", | |
| "s" | |
| ], | |
| [ | |
| "we", | |
| "ight" | |
| ], | |
| [ | |
| "mus", | |
| "cle" | |
| ], | |
| [ | |
| "âĪ", | |
| "Ģ" | |
| ], | |
| [ | |
| "a", | |
| "ut" | |
| ], | |
| [ | |
| "le", | |
| "vel" | |
| ], | |
| [ | |
| "de", | |
| "te" | |
| ], | |
| [ | |
| "e", | |
| "w" | |
| ], | |
| [ | |
| "pro", | |
| "b" | |
| ], | |
| [ | |
| "[", | |
| "¬" | |
| ], | |
| [ | |
| ")", | |
| "ÃĹ" | |
| ], | |
| [ | |
| "al", | |
| "s" | |
| ], | |
| [ | |
| "con", | |
| "su" | |
| ], | |
| [ | |
| "pa", | |
| "in" | |
| ], | |
| [ | |
| "]", | |
| "ÃĹ" | |
| ], | |
| [ | |
| "m", | |
| "ater" | |
| ], | |
| [ | |
| "fo", | |
| "cus" | |
| ], | |
| [ | |
| "lo", | |
| "ad" | |
| ], | |
| [ | |
| "form", | |
| "al" | |
| ], | |
| [ | |
| "ma", | |
| "in" | |
| ], | |
| [ | |
| "r", | |
| "or" | |
| ], | |
| [ | |
| "ter", | |
| "min" | |
| ], | |
| [ | |
| ":", | |
| "(" | |
| ], | |
| [ | |
| "e", | |
| "qu" | |
| ], | |
| [ | |
| "l", | |
| "angu" | |
| ], | |
| [ | |
| "c", | |
| "lu" | |
| ], | |
| [ | |
| "ex", | |
| "ist" | |
| ], | |
| [ | |
| "1", | |
| "9" | |
| ], | |
| [ | |
| "p", | |
| "ut" | |
| ], | |
| [ | |
| "chem", | |
| "ical" | |
| ], | |
| [ | |
| "in", | |
| "formation" | |
| ], | |
| [ | |
| "g", | |
| "in" | |
| ], | |
| [ | |
| "]", | |
| "." | |
| ], | |
| [ | |
| "g", | |
| "re" | |
| ], | |
| [ | |
| "g", | |
| "lo" | |
| ], | |
| [ | |
| "y", | |
| "ear" | |
| ], | |
| [ | |
| "b", | |
| "ur" | |
| ], | |
| [ | |
| "ca", | |
| "us" | |
| ], | |
| [ | |
| "effici", | |
| "ency" | |
| ], | |
| [ | |
| "mo", | |
| "le" | |
| ], | |
| [ | |
| "con", | |
| "sist" | |
| ], | |
| [ | |
| "ar", | |
| "k" | |
| ], | |
| [ | |
| "h", | |
| "ard" | |
| ], | |
| [ | |
| "par", | |
| "adox" | |
| ], | |
| [ | |
| "he", | |
| "alth" | |
| ], | |
| [ | |
| "per", | |
| "son" | |
| ], | |
| [ | |
| "i", | |
| "de" | |
| ], | |
| [ | |
| "he", | |
| "ad" | |
| ], | |
| [ | |
| "ct", | |
| "ed" | |
| ], | |
| [ | |
| "ter", | |
| "m" | |
| ], | |
| [ | |
| "mater", | |
| "ial" | |
| ], | |
| [ | |
| "ti", | |
| "t" | |
| ], | |
| [ | |
| ")]", | |
| "âĩĴ" | |
| ], | |
| [ | |
| "imm", | |
| "un" | |
| ], | |
| [ | |
| "g", | |
| "as" | |
| ], | |
| [ | |
| "ch", | |
| "ar" | |
| ], | |
| [ | |
| "re", | |
| "la" | |
| ], | |
| [ | |
| "re", | |
| "sist" | |
| ], | |
| [ | |
| "f", | |
| "la" | |
| ], | |
| [ | |
| "m", | |
| "er" | |
| ], | |
| [ | |
| "ap", | |
| "pro" | |
| ], | |
| [ | |
| "s", | |
| "en" | |
| ], | |
| [ | |
| "h", | |
| "ol" | |
| ], | |
| [ | |
| "âĨij", | |
| "âĩĴ" | |
| ], | |
| [ | |
| "fin", | |
| "ite" | |
| ], | |
| [ | |
| "frequ", | |
| "ency" | |
| ], | |
| [ | |
| "l", | |
| "er" | |
| ], | |
| [ | |
| "f", | |
| "il" | |
| ], | |
| [ | |
| "re", | |
| "li" | |
| ], | |
| [ | |
| "s", | |
| "ens" | |
| ], | |
| [ | |
| "effect", | |
| "s" | |
| ], | |
| [ | |
| "contin", | |
| "u" | |
| ], | |
| [ | |
| "dens", | |
| "ity" | |
| ], | |
| [ | |
| "ve", | |
| "lo" | |
| ], | |
| [ | |
| "in", | |
| "divi" | |
| ], | |
| [ | |
| "se", | |
| "qu" | |
| ], | |
| [ | |
| "con", | |
| "ne" | |
| ], | |
| [ | |
| "bre", | |
| "ak" | |
| ], | |
| [ | |
| "as", | |
| "h" | |
| ], | |
| [ | |
| "gra", | |
| "ph" | |
| ], | |
| [ | |
| "elect", | |
| "ron" | |
| ], | |
| [ | |
| "ce", | |
| "i" | |
| ], | |
| [ | |
| "âĨij", | |
| "|" | |
| ], | |
| [ | |
| "comm", | |
| "on" | |
| ], | |
| [ | |
| "mul", | |
| "ti" | |
| ], | |
| [ | |
| "stu", | |
| "dy" | |
| ], | |
| [ | |
| "indivi", | |
| "dual" | |
| ], | |
| [ | |
| "st", | |
| "o" | |
| ], | |
| [ | |
| "fro", | |
| "m" | |
| ], | |
| [ | |
| "geo", | |
| "metric" | |
| ], | |
| [ | |
| "leg", | |
| "al" | |
| ], | |
| [ | |
| "m", | |
| "en" | |
| ], | |
| [ | |
| "1", | |
| "0" | |
| ], | |
| [ | |
| "ci", | |
| "r" | |
| ], | |
| [ | |
| "respon", | |
| "se" | |
| ], | |
| [ | |
| "coun", | |
| "t" | |
| ], | |
| [ | |
| "p", | |
| "y" | |
| ], | |
| [ | |
| "d", | |
| "ing" | |
| ], | |
| [ | |
| "in", | |
| "cre" | |
| ], | |
| [ | |
| "all", | |
| "y" | |
| ], | |
| [ | |
| "sa", | |
| "fe" | |
| ], | |
| [ | |
| "âĨij", | |
| "(" | |
| ], | |
| [ | |
| "sy", | |
| "n" | |
| ], | |
| [ | |
| "dist", | |
| "ance" | |
| ], | |
| [ | |
| "r", | |
| "al" | |
| ], | |
| [ | |
| "re", | |
| "ad" | |
| ], | |
| [ | |
| "re", | |
| "sul" | |
| ], | |
| [ | |
| "s", | |
| "tic" | |
| ], | |
| [ | |
| "imp", | |
| "act" | |
| ], | |
| [ | |
| "b", | |
| "on" | |
| ], | |
| [ | |
| "tr", | |
| "u" | |
| ], | |
| [ | |
| "cell", | |
| "s" | |
| ], | |
| [ | |
| "kno", | |
| "wn" | |
| ], | |
| [ | |
| "ap", | |
| "plic" | |
| ], | |
| [ | |
| "qu", | |
| "e" | |
| ], | |
| [ | |
| "¬", | |
| "(" | |
| ], | |
| [ | |
| "it", | |
| "s" | |
| ], | |
| [ | |
| "mem", | |
| "ory" | |
| ], | |
| [ | |
| "v", | |
| "ation" | |
| ], | |
| [ | |
| "po", | |
| "int" | |
| ], | |
| [ | |
| "to", | |
| "ol" | |
| ], | |
| [ | |
| "man", | |
| "i" | |
| ], | |
| [ | |
| "a", | |
| "wa" | |
| ], | |
| [ | |
| "p", | |
| "ort" | |
| ], | |
| [ | |
| "de", | |
| "velo" | |
| ], | |
| [ | |
| "ar", | |
| "s" | |
| ], | |
| [ | |
| "in", | |
| "k" | |
| ], | |
| [ | |
| "p", | |
| "ath" | |
| ], | |
| [ | |
| "w", | |
| "ard" | |
| ], | |
| [ | |
| "c", | |
| "ra" | |
| ], | |
| [ | |
| "at", | |
| "t" | |
| ], | |
| [ | |
| "model", | |
| "s" | |
| ], | |
| [ | |
| "n", | |
| "u" | |
| ], | |
| [ | |
| "âĨij", | |
| "ÃĹ" | |
| ], | |
| [ | |
| "ef", | |
| "fe" | |
| ], | |
| [ | |
| "rele", | |
| "ase" | |
| ], | |
| [ | |
| "ab", | |
| "ili" | |
| ], | |
| [ | |
| "d", | |
| "en" | |
| ], | |
| [ | |
| "d", | |
| "ence" | |
| ], | |
| [ | |
| "s", | |
| "un" | |
| ], | |
| [ | |
| "comput", | |
| "ational" | |
| ], | |
| [ | |
| "n", | |
| "i" | |
| ], | |
| [ | |
| "b", | |
| "an" | |
| ], | |
| [ | |
| "âī", | |
| "¥" | |
| ], | |
| [ | |
| "col", | |
| "d" | |
| ], | |
| [ | |
| "phys", | |
| "ics" | |
| ], | |
| [ | |
| "pat", | |
| "tern" | |
| ], | |
| [ | |
| "a", | |
| "in" | |
| ], | |
| [ | |
| "inter", | |
| "pre" | |
| ], | |
| [ | |
| "1", | |
| "00" | |
| ], | |
| [ | |
| "in", | |
| "ess" | |
| ], | |
| [ | |
| "e", | |
| "th" | |
| ], | |
| [ | |
| "s", | |
| "olution" | |
| ], | |
| [ | |
| "ti", | |
| "l" | |
| ], | |
| [ | |
| "s", | |
| "mo" | |
| ], | |
| [ | |
| "f", | |
| "ir" | |
| ], | |
| [ | |
| "o", | |
| "k" | |
| ], | |
| [ | |
| "sm", | |
| "all" | |
| ], | |
| [ | |
| "r", | |
| "and" | |
| ], | |
| [ | |
| "ap", | |
| "e" | |
| ], | |
| [ | |
| "po", | |
| "sition" | |
| ], | |
| [ | |
| "ri", | |
| "ght" | |
| ], | |
| [ | |
| "iz", | |
| "e" | |
| ], | |
| [ | |
| "s", | |
| "w" | |
| ], | |
| [ | |
| "per", | |
| "form" | |
| ], | |
| [ | |
| "langu", | |
| "age" | |
| ], | |
| [ | |
| "t", | |
| "ed" | |
| ], | |
| [ | |
| "s", | |
| "ed" | |
| ], | |
| [ | |
| "const", | |
| "rain" | |
| ], | |
| [ | |
| "t", | |
| "on" | |
| ], | |
| [ | |
| "2", | |
| "0" | |
| ], | |
| [ | |
| "h", | |
| "or" | |
| ], | |
| [ | |
| "stru", | |
| "ction" | |
| ], | |
| [ | |
| "in", | |
| "es" | |
| ], | |
| [ | |
| "ey", | |
| "e" | |
| ], | |
| [ | |
| "g", | |
| "g" | |
| ], | |
| [ | |
| "c", | |
| "ry" | |
| ], | |
| [ | |
| "sk", | |
| "in" | |
| ], | |
| [ | |
| "h", | |
| "and" | |
| ], | |
| [ | |
| "l", | |
| "d" | |
| ], | |
| [ | |
| "pr", | |
| "ice" | |
| ], | |
| [ | |
| "sym", | |
| "metry" | |
| ], | |
| [ | |
| "ad", | |
| "v" | |
| ], | |
| [ | |
| "theore", | |
| "m" | |
| ], | |
| [ | |
| "s", | |
| "low" | |
| ], | |
| [ | |
| "us", | |
| "age" | |
| ], | |
| [ | |
| "comp", | |
| "u" | |
| ], | |
| [ | |
| "ac", | |
| "tive" | |
| ], | |
| [ | |
| "ti", | |
| "g" | |
| ], | |
| [ | |
| "so", | |
| "urce" | |
| ], | |
| [ | |
| "p", | |
| "ur" | |
| ], | |
| [ | |
| "mag", | |
| "ne" | |
| ], | |
| [ | |
| "ch", | |
| "e" | |
| ], | |
| [ | |
| "mo", | |
| "der" | |
| ], | |
| [ | |
| "l", | |
| "arge" | |
| ], | |
| [ | |
| "geo", | |
| "metry" | |
| ], | |
| [ | |
| "glo", | |
| "bal" | |
| ], | |
| [ | |
| "f", | |
| "y" | |
| ], | |
| [ | |
| "tion", | |
| "al" | |
| ], | |
| [ | |
| "topo", | |
| "logical" | |
| ], | |
| [ | |
| "f", | |
| "old" | |
| ], | |
| [ | |
| "comm", | |
| "un" | |
| ], | |
| [ | |
| "so", | |
| "ci" | |
| ], | |
| [ | |
| "b", | |
| "ro" | |
| ], | |
| [ | |
| "d", | |
| "om" | |
| ], | |
| [ | |
| "shi", | |
| "ft" | |
| ], | |
| [ | |
| "b", | |
| "ased" | |
| ], | |
| [ | |
| "const", | |
| "ant" | |
| ], | |
| [ | |
| "theore", | |
| "tical" | |
| ], | |
| [ | |
| "de", | |
| "b" | |
| ], | |
| [ | |
| "cul", | |
| "t" | |
| ], | |
| [ | |
| "ho", | |
| "mo" | |
| ], | |
| [ | |
| "pres", | |
| "sion" | |
| ], | |
| [ | |
| "gor", | |
| "ith" | |
| ], | |
| [ | |
| "|", | |
| "¬" | |
| ], | |
| [ | |
| "al", | |
| "gorith" | |
| ], | |
| [ | |
| "spe", | |
| "ct" | |
| ], | |
| [ | |
| "de", | |
| "termin" | |
| ], | |
| [ | |
| "con", | |
| "text" | |
| ], | |
| [ | |
| "om", | |
| "en" | |
| ], | |
| [ | |
| "nor", | |
| "mal" | |
| ], | |
| [ | |
| "fi", | |
| "ed" | |
| ], | |
| [ | |
| ")", | |
| "=" | |
| ], | |
| [ | |
| "]", | |
| ";" | |
| ], | |
| [ | |
| "gro", | |
| "und" | |
| ], | |
| [ | |
| "no", | |
| "t" | |
| ], | |
| [ | |
| "âĨĵ", | |
| "âĨĴ" | |
| ], | |
| [ | |
| "f", | |
| "und" | |
| ], | |
| [ | |
| "u", | |
| "me" | |
| ], | |
| [ | |
| "mat", | |
| "ter" | |
| ], | |
| [ | |
| "ul", | |
| "t" | |
| ], | |
| [ | |
| "ma", | |
| "tic" | |
| ], | |
| [ | |
| "resist", | |
| "ance" | |
| ], | |
| [ | |
| "pr", | |
| "inci" | |
| ], | |
| [ | |
| "re", | |
| "am" | |
| ], | |
| [ | |
| "ing", | |
| "s" | |
| ], | |
| [ | |
| "val", | |
| "id" | |
| ], | |
| [ | |
| "com", | |
| "b" | |
| ], | |
| [ | |
| "qu", | |
| "es" | |
| ], | |
| [ | |
| "us", | |
| "er" | |
| ], | |
| [ | |
| "co", | |
| "ol" | |
| ], | |
| [ | |
| "in", | |
| "ten" | |
| ], | |
| [ | |
| "mp", | |
| "tion" | |
| ], | |
| [ | |
| "f", | |
| "it" | |
| ], | |
| [ | |
| "inter", | |
| "n" | |
| ], | |
| [ | |
| "perform", | |
| "ance" | |
| ], | |
| [ | |
| "p", | |
| "lay" | |
| ], | |
| [ | |
| "it", | |
| "al" | |
| ], | |
| [ | |
| "vol", | |
| "ume" | |
| ], | |
| [ | |
| "dire", | |
| "ct" | |
| ], | |
| [ | |
| "ta", | |
| "x" | |
| ], | |
| [ | |
| "li", | |
| "qu" | |
| ], | |
| [ | |
| "he", | |
| "re" | |
| ], | |
| [ | |
| "constrain", | |
| "ts" | |
| ], | |
| [ | |
| ")", | |
| "âĬĤ" | |
| ], | |
| [ | |
| ")âĩĴ", | |
| "[" | |
| ], | |
| [ | |
| "xi", | |
| "m" | |
| ], | |
| [ | |
| "l", | |
| "it" | |
| ], | |
| [ | |
| "or", | |
| "ity" | |
| ], | |
| [ | |
| "mea", | |
| "sure" | |
| ], | |
| [ | |
| "st", | |
| "ren" | |
| ], | |
| [ | |
| "wa", | |
| "re" | |
| ], | |
| [ | |
| "o", | |
| "th" | |
| ], | |
| [ | |
| "qu", | |
| "ality" | |
| ], | |
| [ | |
| "ob", | |
| "ser" | |
| ], | |
| [ | |
| "at", | |
| "ter" | |
| ], | |
| [ | |
| "m", | |
| "one" | |
| ], | |
| [ | |
| "op", | |
| "tim" | |
| ], | |
| [ | |
| "ac", | |
| "es" | |
| ], | |
| [ | |
| "ori", | |
| "gin" | |
| ], | |
| [ | |
| "g", | |
| "i" | |
| ], | |
| [ | |
| "cor", | |
| "re" | |
| ], | |
| [ | |
| "g", | |
| "th" | |
| ], | |
| [ | |
| "stren", | |
| "gth" | |
| ], | |
| [ | |
| "or", | |
| "der" | |
| ], | |
| [ | |
| "per", | |
| "cei" | |
| ], | |
| [ | |
| "si", | |
| "bility" | |
| ], | |
| [ | |
| "develo", | |
| "p" | |
| ], | |
| [ | |
| "a", | |
| "st" | |
| ], | |
| [ | |
| "v", | |
| "ent" | |
| ], | |
| [ | |
| "proble", | |
| "m" | |
| ], | |
| [ | |
| "inte", | |
| "g" | |
| ], | |
| [ | |
| "net", | |
| "work" | |
| ], | |
| [ | |
| "]", | |
| "|" | |
| ], | |
| [ | |
| "mechan", | |
| "ics" | |
| ], | |
| [ | |
| "c", | |
| "at" | |
| ], | |
| [ | |
| "ic", | |
| "ation" | |
| ], | |
| [ | |
| "ac", | |
| "cess" | |
| ], | |
| [ | |
| "de", | |
| "cision" | |
| ], | |
| [ | |
| "Î", | |
| "Ķ" | |
| ], | |
| [ | |
| "ro", | |
| "u" | |
| ], | |
| [ | |
| "ve", | |
| "loc" | |
| ], | |
| [ | |
| "veloc", | |
| "ity" | |
| ], | |
| [ | |
| "N", | |
| "A" | |
| ], | |
| [ | |
| ")âĩĴ", | |
| "(" | |
| ], | |
| [ | |
| "b", | |
| "acter" | |
| ], | |
| [ | |
| "w", | |
| "h" | |
| ], | |
| [ | |
| "y", | |
| "gen" | |
| ], | |
| [ | |
| "r", | |
| "it" | |
| ], | |
| [ | |
| "as", | |
| "on" | |
| ], | |
| [ | |
| "h", | |
| "old" | |
| ], | |
| [ | |
| "f", | |
| "fici" | |
| ], | |
| [ | |
| "el", | |
| "l" | |
| ], | |
| [ | |
| "ty", | |
| "pe" | |
| ], | |
| [ | |
| "sur", | |
| "vi" | |
| ], | |
| [ | |
| "po", | |
| "st" | |
| ], | |
| [ | |
| "eng", | |
| "th" | |
| ], | |
| [ | |
| "cer", | |
| "tain" | |
| ], | |
| [ | |
| "g", | |
| "over" | |
| ], | |
| [ | |
| "fo", | |
| "und" | |
| ], | |
| [ | |
| "ph", | |
| "en" | |
| ], | |
| [ | |
| "pres", | |
| "er" | |
| ], | |
| [ | |
| "ur", | |
| "ation" | |
| ], | |
| [ | |
| "vo", | |
| "id" | |
| ], | |
| [ | |
| "f", | |
| "all" | |
| ], | |
| [ | |
| "moder", | |
| "n" | |
| ], | |
| [ | |
| ")", | |
| "¬" | |
| ], | |
| [ | |
| "su", | |
| "e" | |
| ], | |
| [ | |
| "âī", | |
| "¤" | |
| ], | |
| [ | |
| "or", | |
| "bit" | |
| ], | |
| [ | |
| "h", | |
| "er" | |
| ], | |
| [ | |
| "class", | |
| "ical" | |
| ], | |
| [ | |
| "pa", | |
| "y" | |
| ], | |
| [ | |
| "b", | |
| "en" | |
| ], | |
| [ | |
| "exp", | |
| "an" | |
| ], | |
| [ | |
| "re", | |
| "action" | |
| ], | |
| [ | |
| "mole", | |
| "cul" | |
| ], | |
| [ | |
| "p", | |
| "or" | |
| ], | |
| [ | |
| "lo", | |
| "y" | |
| ], | |
| [ | |
| "bl", | |
| "ack" | |
| ], | |
| [ | |
| "d", | |
| "ra" | |
| ], | |
| [ | |
| "t", | |
| "al" | |
| ], | |
| [ | |
| "dire", | |
| "ction" | |
| ], | |
| [ | |
| "an", | |
| "y" | |
| ], | |
| [ | |
| "ic", | |
| "es" | |
| ], | |
| [ | |
| "comp", | |
| "o" | |
| ], | |
| [ | |
| "ox", | |
| "ygen" | |
| ], | |
| [ | |
| "depend", | |
| "ent" | |
| ], | |
| [ | |
| "n", | |
| "at" | |
| ], | |
| [ | |
| "neu", | |
| "tr" | |
| ], | |
| [ | |
| "z", | |
| "ation" | |
| ], | |
| [ | |
| "it", | |
| "ch" | |
| ], | |
| [ | |
| "r", | |
| "un" | |
| ], | |
| [ | |
| "st", | |
| "om" | |
| ], | |
| [ | |
| "radi", | |
| "ation" | |
| ], | |
| [ | |
| "sh", | |
| "a" | |
| ], | |
| [ | |
| ")", | |
| ")]" | |
| ], | |
| [ | |
| "re", | |
| "mo" | |
| ], | |
| [ | |
| "p", | |
| "an" | |
| ], | |
| [ | |
| "m", | |
| "or" | |
| ], | |
| [ | |
| "ct", | |
| "or" | |
| ], | |
| [ | |
| "i", | |
| "se" | |
| ], | |
| [ | |
| "di", | |
| "ver" | |
| ], | |
| [ | |
| "scal", | |
| "e" | |
| ], | |
| [ | |
| "i", | |
| "tive" | |
| ], | |
| [ | |
| "al", | |
| "co" | |
| ], | |
| [ | |
| "absor", | |
| "ption" | |
| ], | |
| [ | |
| "ob", | |
| "serv" | |
| ], | |
| [ | |
| "ru", | |
| "g" | |
| ], | |
| [ | |
| "bl", | |
| "ic" | |
| ], | |
| [ | |
| "kno", | |
| "w" | |
| ], | |
| [ | |
| "gen", | |
| "ce" | |
| ], | |
| [ | |
| "pred", | |
| "ict" | |
| ], | |
| [ | |
| "r", | |
| "us" | |
| ], | |
| [ | |
| "ti", | |
| "ce" | |
| ], | |
| [ | |
| "o", | |
| "g" | |
| ], | |
| [ | |
| "res", | |
| "o" | |
| ], | |
| [ | |
| "expan", | |
| "sion" | |
| ], | |
| [ | |
| "er", | |
| "ing" | |
| ], | |
| [ | |
| "ch", | |
| "all" | |
| ], | |
| [ | |
| "liqu", | |
| "id" | |
| ], | |
| [ | |
| "tr", | |
| "action" | |
| ], | |
| [ | |
| "g", | |
| "l" | |
| ], | |
| [ | |
| "ch", | |
| "arge" | |
| ], | |
| [ | |
| "as", | |
| "tic" | |
| ], | |
| [ | |
| ");", | |
| "[" | |
| ], | |
| [ | |
| "in", | |
| "vari" | |
| ], | |
| [ | |
| "te", | |
| "st" | |
| ], | |
| [ | |
| "gover", | |
| "n" | |
| ], | |
| [ | |
| "alco", | |
| "hol" | |
| ], | |
| [ | |
| "s", | |
| "co" | |
| ], | |
| [ | |
| "st", | |
| "ress" | |
| ], | |
| [ | |
| "econom", | |
| "ic" | |
| ], | |
| [ | |
| "m", | |
| "and" | |
| ], | |
| [ | |
| "co", | |
| "ll" | |
| ], | |
| [ | |
| "i", | |
| "mal" | |
| ], | |
| [ | |
| "in", | |
| "i" | |
| ], | |
| [ | |
| "]", | |
| "âΧ[" | |
| ], | |
| [ | |
| "equi", | |
| "val" | |
| ], | |
| [ | |
| "cap", | |
| "ac" | |
| ], | |
| [ | |
| "under", | |
| "stand" | |
| ], | |
| [ | |
| "b", | |
| "ul" | |
| ], | |
| [ | |
| "]", | |
| "(" | |
| ], | |
| [ | |
| "b", | |
| "ers" | |
| ], | |
| [ | |
| "tern", | |
| "al" | |
| ], | |
| [ | |
| "survi", | |
| "val" | |
| ], | |
| [ | |
| "en", | |
| "ces" | |
| ], | |
| [ | |
| "vi", | |
| "ew" | |
| ], | |
| [ | |
| "a", | |
| "void" | |
| ], | |
| [ | |
| "condi", | |
| "tions" | |
| ], | |
| [ | |
| "th", | |
| "es" | |
| ], | |
| [ | |
| "ear", | |
| "th" | |
| ], | |
| [ | |
| "flu", | |
| "id" | |
| ], | |
| [ | |
| "ca", | |
| "use" | |
| ], | |
| [ | |
| "st", | |
| "ates" | |
| ], | |
| [ | |
| "po", | |
| "li" | |
| ], | |
| [ | |
| "p", | |
| "ul" | |
| ], | |
| [ | |
| "mis", | |
| "sion" | |
| ], | |
| [ | |
| "op", | |
| "en" | |
| ], | |
| [ | |
| "res", | |
| "sion" | |
| ], | |
| [ | |
| "dif", | |
| "fic" | |
| ], | |
| [ | |
| "c", | |
| "ro" | |
| ], | |
| [ | |
| "nat", | |
| "ural" | |
| ], | |
| [ | |
| "b", | |
| "ut" | |
| ], | |
| [ | |
| "in", | |
| "du" | |
| ], | |
| [ | |
| "in", | |
| "ve" | |
| ], | |
| [ | |
| "percei", | |
| "ved" | |
| ], | |
| [ | |
| "le", | |
| "ar" | |
| ], | |
| [ | |
| "loc", | |
| "ation" | |
| ], | |
| [ | |
| "bio", | |
| "logical" | |
| ], | |
| [ | |
| "immun", | |
| "e" | |
| ], | |
| [ | |
| "ic", | |
| "tion" | |
| ], | |
| [ | |
| "partic", | |
| "le" | |
| ], | |
| [ | |
| "nu", | |
| "cle" | |
| ], | |
| [ | |
| "d", | |
| "ate" | |
| ], | |
| [ | |
| "ar", | |
| "ity" | |
| ], | |
| [ | |
| "d", | |
| "rug" | |
| ], | |
| [ | |
| "co", | |
| "me" | |
| ], | |
| [ | |
| "magne", | |
| "tic" | |
| ], | |
| [ | |
| "w", | |
| "o" | |
| ], | |
| [ | |
| "ex", | |
| "ternal" | |
| ], | |
| [ | |
| "f", | |
| "le" | |
| ], | |
| [ | |
| "al", | |
| "tern" | |
| ], | |
| [ | |
| "ac", | |
| "cur" | |
| ], | |
| [ | |
| "ac", | |
| "tivity" | |
| ], | |
| [ | |
| "w", | |
| "ar" | |
| ], | |
| [ | |
| "dynam", | |
| "ic" | |
| ], | |
| [ | |
| "dynam", | |
| "ics" | |
| ], | |
| [ | |
| "b", | |
| "ar" | |
| ], | |
| [ | |
| "un", | |
| "known" | |
| ], | |
| [ | |
| "gene", | |
| "tic" | |
| ], | |
| [ | |
| "at", | |
| "om" | |
| ], | |
| [ | |
| "law", | |
| "s" | |
| ], | |
| [ | |
| "n", | |
| "a" | |
| ], | |
| [ | |
| "ch", | |
| "ild" | |
| ], | |
| [ | |
| "pl", | |
| "ace" | |
| ], | |
| [ | |
| "ce", | |
| "ler" | |
| ], | |
| [ | |
| "ex", | |
| "pe" | |
| ], | |
| [ | |
| "val", | |
| "u" | |
| ], | |
| [ | |
| "l", | |
| "ic" | |
| ], | |
| [ | |
| "i", | |
| "mage" | |
| ], | |
| [ | |
| "age", | |
| "ment" | |
| ], | |
| [ | |
| "sa", | |
| "me" | |
| ], | |
| [ | |
| "bal", | |
| "ance" | |
| ], | |
| [ | |
| "d", | |
| "ge" | |
| ], | |
| [ | |
| "wor", | |
| "ld" | |
| ], | |
| [ | |
| "f", | |
| "at" | |
| ], | |
| [ | |
| "ter", | |
| "s" | |
| ], | |
| [ | |
| "op", | |
| "le" | |
| ], | |
| [ | |
| "ac", | |
| "id" | |
| ], | |
| [ | |
| "ne", | |
| "g" | |
| ], | |
| [ | |
| "sci", | |
| "ence" | |
| ], | |
| [ | |
| "C", | |
| "h" | |
| ], | |
| [ | |
| "va", | |
| "il" | |
| ], | |
| [ | |
| "as", | |
| "es" | |
| ], | |
| [ | |
| "led", | |
| "ge" | |
| ], | |
| [ | |
| "univer", | |
| "se" | |
| ], | |
| [ | |
| "t", | |
| "es" | |
| ], | |
| [ | |
| "]", | |
| "âĨĶ" | |
| ], | |
| [ | |
| "cre", | |
| "te" | |
| ], | |
| [ | |
| "li", | |
| "p" | |
| ], | |
| [ | |
| "er", | |
| "ror" | |
| ], | |
| [ | |
| "su", | |
| "g" | |
| ], | |
| [ | |
| "elect", | |
| "ric" | |
| ], | |
| [ | |
| "pu", | |
| "blic" | |
| ], | |
| [ | |
| "pe", | |
| "ople" | |
| ], | |
| [ | |
| "t", | |
| "or" | |
| ], | |
| [ | |
| "re", | |
| "search" | |
| ], | |
| [ | |
| "m", | |
| "ut" | |
| ], | |
| [ | |
| "âĨij", | |
| "âĨĴâĨĴ" | |
| ], | |
| [ | |
| "i", | |
| "an" | |
| ], | |
| [ | |
| "str", | |
| "ateg" | |
| ], | |
| [ | |
| "cy", | |
| "cle" | |
| ], | |
| [ | |
| "process", | |
| "es" | |
| ], | |
| [ | |
| "rel", | |
| "ations" | |
| ], | |
| [ | |
| "redu", | |
| "ction" | |
| ], | |
| [ | |
| "r", | |
| "ing" | |
| ], | |
| [ | |
| "in", | |
| "ation" | |
| ], | |
| [ | |
| "cont", | |
| "ent" | |
| ], | |
| [ | |
| ".", | |
| "." | |
| ], | |
| [ | |
| "j", | |
| "o" | |
| ], | |
| [ | |
| "li", | |
| "ke" | |
| ], | |
| [ | |
| "po", | |
| "ten" | |
| ], | |
| [ | |
| "mar", | |
| "ket" | |
| ], | |
| [ | |
| "intern", | |
| "al" | |
| ], | |
| [ | |
| "sp", | |
| "here" | |
| ], | |
| [ | |
| ")âĨĴ", | |
| "(" | |
| ], | |
| [ | |
| "]âĨĴ", | |
| "[" | |
| ], | |
| [ | |
| "su", | |
| "per" | |
| ], | |
| [ | |
| "ffici", | |
| "ent" | |
| ], | |
| [ | |
| "phen", | |
| "omen" | |
| ], | |
| [ | |
| "as", | |
| "su" | |
| ], | |
| [ | |
| "att", | |
| "ack" | |
| ], | |
| [ | |
| "st", | |
| "able" | |
| ], | |
| [ | |
| "b", | |
| "lock" | |
| ], | |
| [ | |
| "u", | |
| "d" | |
| ], | |
| [ | |
| "v", | |
| "ac" | |
| ], | |
| [ | |
| "stand", | |
| "ard" | |
| ], | |
| [ | |
| "ar", | |
| "th" | |
| ], | |
| [ | |
| "ex", | |
| "a" | |
| ], | |
| [ | |
| "ex", | |
| "po" | |
| ], | |
| [ | |
| "vi", | |
| "a" | |
| ], | |
| [ | |
| "a", | |
| "vail" | |
| ], | |
| [ | |
| "an", | |
| "e" | |
| ], | |
| [ | |
| "function", | |
| "s" | |
| ], | |
| [ | |
| "produ", | |
| "ct" | |
| ], | |
| [ | |
| "year", | |
| "s" | |
| ], | |
| [ | |
| "de", | |
| "lay" | |
| ], | |
| [ | |
| "]âĩĴ", | |
| "[" | |
| ], | |
| [ | |
| "dom", | |
| "in" | |
| ], | |
| [ | |
| "p", | |
| "ass" | |
| ], | |
| [ | |
| "s", | |
| "tim" | |
| ], | |
| [ | |
| "ten", | |
| "tion" | |
| ], | |
| [ | |
| "trans", | |
| "fer" | |
| ], | |
| [ | |
| "d", | |
| "ent" | |
| ], | |
| [ | |
| "h", | |
| "al" | |
| ], | |
| [ | |
| "experi", | |
| "ence" | |
| ], | |
| [ | |
| "or", | |
| "d" | |
| ], | |
| [ | |
| "w", | |
| "ind" | |
| ], | |
| [ | |
| "ang", | |
| "le" | |
| ], | |
| [ | |
| "]", | |
| ":" | |
| ], | |
| [ | |
| "fi", | |
| "x" | |
| ], | |
| [ | |
| "proble", | |
| "ms" | |
| ], | |
| [ | |
| "sing", | |
| "le" | |
| ], | |
| [ | |
| "C", | |
| "O" | |
| ], | |
| [ | |
| "at", | |
| "mo" | |
| ], | |
| [ | |
| "ction", | |
| "s" | |
| ], | |
| [ | |
| "cri", | |
| "tical" | |
| ], | |
| [ | |
| "]", | |
| "¬" | |
| ], | |
| [ | |
| "ur", | |
| "y" | |
| ], | |
| [ | |
| "for", | |
| "t" | |
| ], | |
| [ | |
| "ph", | |
| "ase" | |
| ], | |
| [ | |
| "i", | |
| "p" | |
| ], | |
| [ | |
| "u", | |
| "te" | |
| ], | |
| [ | |
| "li", | |
| "sh" | |
| ], | |
| [ | |
| "inve", | |
| "st" | |
| ], | |
| [ | |
| "o", | |
| "wn" | |
| ], | |
| [ | |
| "know", | |
| "ledge" | |
| ], | |
| [ | |
| "de", | |
| "mand" | |
| ], | |
| [ | |
| "effe", | |
| "ctive" | |
| ], | |
| [ | |
| "di", | |
| "men" | |
| ], | |
| [ | |
| "des", | |
| "cri" | |
| ], | |
| [ | |
| "represent", | |
| "ation" | |
| ], | |
| [ | |
| "consu", | |
| "mption" | |
| ], | |
| [ | |
| "dimen", | |
| "sion" | |
| ], | |
| [ | |
| "]", | |
| "âΧ" | |
| ], | |
| [ | |
| "he", | |
| "art" | |
| ], | |
| [ | |
| "framework", | |
| "s" | |
| ], | |
| [ | |
| "dete", | |
| "ction" | |
| ], | |
| [ | |
| "@", | |
| "[" | |
| ], | |
| [ | |
| "E", | |
| "arth" | |
| ], | |
| [ | |
| "ran", | |
| "ge" | |
| ], | |
| [ | |
| "]", | |
| "âĨĴ(" | |
| ], | |
| [ | |
| "qu", | |
| "anti" | |
| ], | |
| [ | |
| "âĨij", | |
| ")" | |
| ], | |
| [ | |
| "til", | |
| "ity" | |
| ], | |
| [ | |
| "mp", | |
| "li" | |
| ], | |
| [ | |
| "high", | |
| "er" | |
| ], | |
| [ | |
| "5", | |
| "0" | |
| ], | |
| [ | |
| "w", | |
| "in" | |
| ], | |
| [ | |
| "rand", | |
| "om" | |
| ], | |
| [ | |
| "da", | |
| "y" | |
| ], | |
| [ | |
| "re", | |
| "ason" | |
| ], | |
| [ | |
| "je", | |
| "ctive" | |
| ], | |
| [ | |
| "st", | |
| "ar" | |
| ], | |
| [ | |
| "to", | |
| "p" | |
| ], | |
| [ | |
| "con", | |
| "sci" | |
| ], | |
| [ | |
| "consci", | |
| "ous" | |
| ], | |
| [ | |
| "ra", | |
| "p" | |
| ], | |
| [ | |
| "ac", | |
| "tiv" | |
| ], | |
| [ | |
| "as", | |
| "y" | |
| ], | |
| [ | |
| "poten", | |
| "tial" | |
| ], | |
| [ | |
| "ven", | |
| "tion" | |
| ], | |
| [ | |
| "defin", | |
| "ition" | |
| ], | |
| [ | |
| "s", | |
| "he" | |
| ], | |
| [ | |
| "exp", | |
| "lo" | |
| ], | |
| [ | |
| "(", | |
| "¬" | |
| ], | |
| [ | |
| "capac", | |
| "ity" | |
| ], | |
| [ | |
| "er", | |
| "o" | |
| ], | |
| [ | |
| "sh", | |
| "ort" | |
| ], | |
| [ | |
| "D", | |
| "NA" | |
| ], | |
| [ | |
| "b", | |
| "us" | |
| ], | |
| [ | |
| "process", | |
| "ing" | |
| ], | |
| [ | |
| "we", | |
| "ak" | |
| ], | |
| [ | |
| "i", | |
| "re" | |
| ], | |
| [ | |
| "k", | |
| "s" | |
| ], | |
| [ | |
| "ac", | |
| "celer" | |
| ], | |
| [ | |
| "si", | |
| "tive" | |
| ], | |
| [ | |
| "di", | |
| "se" | |
| ], | |
| [ | |
| "comple", | |
| "te" | |
| ], | |
| [ | |
| "cool", | |
| "ing" | |
| ], | |
| [ | |
| "d", | |
| "ark" | |
| ], | |
| [ | |
| "âĬĥ", | |
| "[" | |
| ], | |
| [ | |
| "e", | |
| "li" | |
| ], | |
| [ | |
| "ti", | |
| "tion" | |
| ], | |
| [ | |
| "di", | |
| "es" | |
| ], | |
| [ | |
| "ne", | |
| "ed" | |
| ], | |
| [ | |
| "are", | |
| "a" | |
| ], | |
| [ | |
| "hi", | |
| "stor" | |
| ], | |
| [ | |
| "pop", | |
| "ulation" | |
| ], | |
| [ | |
| "understand", | |
| "ing" | |
| ], | |
| [ | |
| "i", | |
| "fic" | |
| ], | |
| [ | |
| "pl", | |
| "y" | |
| ], | |
| [ | |
| "requi", | |
| "re" | |
| ], | |
| [ | |
| "c", | |
| "r" | |
| ], | |
| [ | |
| "expo", | |
| "sure" | |
| ], | |
| [ | |
| "pre", | |
| "vent" | |
| ], | |
| [ | |
| "dif", | |
| "ference" | |
| ], | |
| [ | |
| "cover", | |
| "y" | |
| ], | |
| [ | |
| "s", | |
| "of" | |
| ], | |
| [ | |
| "v", | |
| "or" | |
| ], | |
| [ | |
| "b", | |
| "all" | |
| ], | |
| [ | |
| "p", | |
| "ing" | |
| ], | |
| [ | |
| "pro", | |
| "of" | |
| ], | |
| [ | |
| "o", | |
| "il" | |
| ], | |
| [ | |
| "en", | |
| "ess" | |
| ], | |
| [ | |
| "ur", | |
| "ing" | |
| ], | |
| [ | |
| "pro", | |
| "fit" | |
| ], | |
| [ | |
| "ad", | |
| "d" | |
| ], | |
| [ | |
| "log", | |
| "ic" | |
| ], | |
| [ | |
| "function", | |
| "al" | |
| ], | |
| [ | |
| "gener", | |
| "al" | |
| ], | |
| [ | |
| "l", | |
| "ation" | |
| ], | |
| [ | |
| "bacter", | |
| "ia" | |
| ], | |
| [ | |
| "safe", | |
| "ty" | |
| ], | |
| [ | |
| "coll", | |
| "ap" | |
| ], | |
| [ | |
| "c", | |
| "ateg" | |
| ], | |
| [ | |
| "l", | |
| "ack" | |
| ], | |
| [ | |
| "in", | |
| "fe" | |
| ], | |
| [ | |
| "di", | |
| "g" | |
| ], | |
| [ | |
| "tur", | |
| "n" | |
| ], | |
| [ | |
| "pri", | |
| "m" | |
| ], | |
| [ | |
| "grav", | |
| "it" | |
| ], | |
| [ | |
| "e", | |
| "vi" | |
| ], | |
| [ | |
| "prac", | |
| "tical" | |
| ], | |
| [ | |
| "resul", | |
| "ts" | |
| ], | |
| [ | |
| "sh", | |
| "ape" | |
| ], | |
| [ | |
| "sal", | |
| "t" | |
| ], | |
| [ | |
| "histor", | |
| "ical" | |
| ], | |
| [ | |
| "=", | |
| "[" | |
| ], | |
| [ | |
| "tiv", | |
| "es" | |
| ], | |
| [ | |
| "00", | |
| "0" | |
| ], | |
| [ | |
| "ro", | |
| "w" | |
| ], | |
| [ | |
| "elect", | |
| "ro" | |
| ], | |
| [ | |
| "mani", | |
| "fold" | |
| ], | |
| [ | |
| "t", | |
| "arge" | |
| ], | |
| [ | |
| "group", | |
| "s" | |
| ], | |
| [ | |
| "U", | |
| "R" | |
| ], | |
| [ | |
| "ver", | |
| "y" | |
| ], | |
| [ | |
| "continu", | |
| "ous" | |
| ], | |
| [ | |
| "c", | |
| "ut" | |
| ], | |
| [ | |
| "f", | |
| "fe" | |
| ], | |
| [ | |
| "environ", | |
| "mental" | |
| ], | |
| [ | |
| ")", | |
| "âĬ" | |
| ], | |
| [ | |
| "âĨĴâĨĴ", | |
| "(" | |
| ], | |
| [ | |
| "char", | |
| "acter" | |
| ], | |
| [ | |
| "re", | |
| "cogn" | |
| ], | |
| [ | |
| "in", | |
| "ing" | |
| ], | |
| [ | |
| "ph", | |
| "o" | |
| ], | |
| [ | |
| "fu", | |
| "sion" | |
| ], | |
| [ | |
| "]", | |
| ")" | |
| ], | |
| [ | |
| "evolution", | |
| "ary" | |
| ], | |
| [ | |
| "ul", | |
| "ty" | |
| ], | |
| [ | |
| "object", | |
| "s" | |
| ], | |
| [ | |
| "in", | |
| "ts" | |
| ], | |
| [ | |
| "comp", | |
| "e" | |
| ], | |
| [ | |
| "imp", | |
| "os" | |
| ], | |
| [ | |
| "line", | |
| "ar" | |
| ], | |
| [ | |
| "exa", | |
| "mple" | |
| ], | |
| [ | |
| "p", | |
| "sy" | |
| ], | |
| [ | |
| "sp", | |
| "in" | |
| ], | |
| [ | |
| "ap", | |
| "or" | |
| ], | |
| [ | |
| "ph", | |
| "one" | |
| ], | |
| [ | |
| "cogn", | |
| "itive" | |
| ], | |
| [ | |
| "an", | |
| "ing" | |
| ], | |
| [ | |
| "sta", | |
| "tis" | |
| ], | |
| [ | |
| "hi", | |
| "st" | |
| ], | |
| [ | |
| "ho", | |
| "le" | |
| ], | |
| [ | |
| "tech", | |
| "no" | |
| ], | |
| [ | |
| "act", | |
| "ual" | |
| ], | |
| [ | |
| "consist", | |
| "ency" | |
| ], | |
| [ | |
| "w", | |
| "arm" | |
| ], | |
| [ | |
| "b", | |
| "ed" | |
| ], | |
| [ | |
| ")", | |
| "}" | |
| ], | |
| [ | |
| "on", | |
| "ly" | |
| ], | |
| [ | |
| "re", | |
| "si" | |
| ], | |
| [ | |
| "cho", | |
| "ice" | |
| ], | |
| [ | |
| "b", | |
| "ase" | |
| ], | |
| [ | |
| "dis", | |
| "rup" | |
| ], | |
| [ | |
| "emp", | |
| "loy" | |
| ], | |
| [ | |
| "an", | |
| "imal" | |
| ], | |
| [ | |
| "vi", | |
| "sion" | |
| ], | |
| [ | |
| "tre", | |
| "at" | |
| ], | |
| [ | |
| "ph", | |
| "y" | |
| ], | |
| [ | |
| "inter", | |
| "actions" | |
| ], | |
| [ | |
| "appro", | |
| "ach" | |
| ], | |
| [ | |
| "thes", | |
| "is" | |
| ], | |
| [ | |
| "peri", | |
| "od" | |
| ], | |
| [ | |
| "num", | |
| "ber" | |
| ], | |
| [ | |
| "pro", | |
| "gra" | |
| ], | |
| [ | |
| "method", | |
| "s" | |
| ], | |
| [ | |
| "ev", | |
| "ent" | |
| ], | |
| [ | |
| "de", | |
| "v" | |
| ], | |
| [ | |
| "po", | |
| "or" | |
| ], | |
| [ | |
| "sup", | |
| "port" | |
| ], | |
| [ | |
| "fund", | |
| "a" | |
| ], | |
| [ | |
| "limit", | |
| "ations" | |
| ], | |
| [ | |
| "fi", | |
| "re" | |
| ], | |
| [ | |
| "ar", | |
| "ti" | |
| ], | |
| [ | |
| "collap", | |
| "se" | |
| ], | |
| [ | |
| ")", | |
| "âīĪ" | |
| ], | |
| [ | |
| "vi", | |
| "de" | |
| ], | |
| [ | |
| "vi", | |
| "sible" | |
| ], | |
| [ | |
| "pol", | |
| "ic" | |
| ], | |
| [ | |
| "gl", | |
| "ass" | |
| ], | |
| [ | |
| ")", | |
| ")|" | |
| ], | |
| [ | |
| "c", | |
| "ard" | |
| ], | |
| [ | |
| "p", | |
| "es" | |
| ], | |
| [ | |
| "ag", | |
| "es" | |
| ], | |
| [ | |
| "p", | |
| "air" | |
| ], | |
| [ | |
| "su", | |
| "al" | |
| ], | |
| [ | |
| "su", | |
| "fficient" | |
| ], | |
| [ | |
| "ini", | |
| "tial" | |
| ], | |
| [ | |
| "evi", | |
| "dence" | |
| ], | |
| [ | |
| "e", | |
| "ty" | |
| ], | |
| [ | |
| "prote", | |
| "in" | |
| ], | |
| [ | |
| "sof", | |
| "t" | |
| ], | |
| [ | |
| "de", | |
| "f" | |
| ], | |
| [ | |
| "mal", | |
| "e" | |
| ], | |
| [ | |
| "trans", | |
| "form" | |
| ], | |
| [ | |
| "fu", | |
| "el" | |
| ], | |
| [ | |
| "s", | |
| "ity" | |
| ], | |
| [ | |
| "ho", | |
| "t" | |
| ], | |
| [ | |
| "sign", | |
| "ific" | |
| ], | |
| [ | |
| "ver", | |
| "sion" | |
| ], | |
| [ | |
| "stor", | |
| "age" | |
| ], | |
| [ | |
| "develop", | |
| "ment" | |
| ], | |
| [ | |
| "funda", | |
| "mental" | |
| ], | |
| [ | |
| "p", | |
| "en" | |
| ], | |
| [ | |
| "me", | |
| "l" | |
| ], | |
| [ | |
| "un", | |
| "t" | |
| ], | |
| [ | |
| "gravit", | |
| "ational" | |
| ], | |
| [ | |
| "c", | |
| "um" | |
| ], | |
| [ | |
| "commun", | |
| "ication" | |
| ], | |
| [ | |
| "ro", | |
| "tation" | |
| ], | |
| [ | |
| "lu", | |
| "e" | |
| ], | |
| [ | |
| "ap", | |
| "pe" | |
| ], | |
| [ | |
| "wh", | |
| "ite" | |
| ], | |
| [ | |
| "mone", | |
| "y" | |
| ], | |
| [ | |
| "UR", | |
| "L" | |
| ], | |
| [ | |
| "b", | |
| "s" | |
| ], | |
| [ | |
| "ul", | |
| "es" | |
| ], | |
| [ | |
| "inter", | |
| "action" | |
| ], | |
| [ | |
| "tru", | |
| "th" | |
| ], | |
| [ | |
| "cur", | |
| "ren" | |
| ], | |
| [ | |
| "prob", | |
| "ability" | |
| ], | |
| [ | |
| "re", | |
| "cept" | |
| ], | |
| [ | |
| "lear", | |
| "ning" | |
| ], | |
| [ | |
| "altern", | |
| "ative" | |
| ], | |
| [ | |
| "bu", | |
| "ild" | |
| ], | |
| [ | |
| "limit", | |
| "ed" | |
| ], | |
| [ | |
| "ful", | |
| "l" | |
| ], | |
| [ | |
| "re", | |
| "ver" | |
| ], | |
| [ | |
| "un", | |
| "certain" | |
| ], | |
| [ | |
| "s", | |
| "we" | |
| ], | |
| [ | |
| "al", | |
| "low" | |
| ], | |
| [ | |
| "at", | |
| "ory" | |
| ], | |
| [ | |
| "hy", | |
| "po" | |
| ], | |
| [ | |
| ")", | |
| ")âĨĴ" | |
| ], | |
| [ | |
| "inte", | |
| "rest" | |
| ], | |
| [ | |
| "partic", | |
| "les" | |
| ], | |
| [ | |
| "g", | |
| "ame" | |
| ], | |
| [ | |
| "remo", | |
| "val" | |
| ], | |
| [ | |
| "en", | |
| "tial" | |
| ], | |
| [ | |
| "se", | |
| "lection" | |
| ], | |
| [ | |
| "he", | |
| "ating" | |
| ], | |
| [ | |
| "g", | |
| "ed" | |
| ], | |
| [ | |
| "l", | |
| "ens" | |
| ], | |
| [ | |
| "cont", | |
| "act" | |
| ], | |
| [ | |
| "cult", | |
| "ural" | |
| ], | |
| [ | |
| "c", | |
| "la" | |
| ], | |
| [ | |
| "o", | |
| "logy" | |
| ], | |
| [ | |
| "ne", | |
| "cess" | |
| ], | |
| [ | |
| "no", | |
| "ise" | |
| ], | |
| [ | |
| "poli", | |
| "tical" | |
| ], | |
| [ | |
| "un", | |
| "g" | |
| ], | |
| [ | |
| "ab", | |
| "les" | |
| ], | |
| [ | |
| "tr", | |
| "act" | |
| ], | |
| [ | |
| "incre", | |
| "ase" | |
| ], | |
| [ | |
| "con", | |
| "cent" | |
| ], | |
| [ | |
| "in", | |
| "flu" | |
| ], | |
| [ | |
| "li", | |
| "bri" | |
| ], | |
| [ | |
| "proper", | |
| "ty" | |
| ], | |
| [ | |
| "s", | |
| "ti" | |
| ], | |
| [ | |
| "in", | |
| "put" | |
| ], | |
| [ | |
| "vi", | |
| "rus" | |
| ], | |
| [ | |
| "measure", | |
| "ment" | |
| ], | |
| [ | |
| "u", | |
| "c" | |
| ], | |
| [ | |
| "ex", | |
| "tre" | |
| ], | |
| [ | |
| "âĨĵ", | |
| "âĩĴ" | |
| ], | |
| [ | |
| "se", | |
| "x" | |
| ], | |
| [ | |
| "environ", | |
| "ment" | |
| ], | |
| [ | |
| "diffic", | |
| "ulty" | |
| ], | |
| [ | |
| "m", | |
| "ach" | |
| ], | |
| [ | |
| "mo", | |
| "ment" | |
| ], | |
| [ | |
| ")ÃĹ", | |
| "(" | |
| ], | |
| [ | |
| "be", | |
| "li" | |
| ], | |
| [ | |
| "equi", | |
| "libri" | |
| ], | |
| [ | |
| "se", | |
| "con" | |
| ], | |
| [ | |
| "ta", | |
| "ste" | |
| ], | |
| [ | |
| "hy", | |
| "dro" | |
| ], | |
| [ | |
| "engine", | |
| "ering" | |
| ], | |
| [ | |
| "co", | |
| "de" | |
| ], | |
| [ | |
| "res", | |
| "hold" | |
| ], | |
| [ | |
| "]", | |
| "âĬĤ" | |
| ], | |
| [ | |
| "cur", | |
| "ity" | |
| ], | |
| [ | |
| "man", | |
| "agement" | |
| ], | |
| [ | |
| "bo", | |
| "t" | |
| ], | |
| [ | |
| "n", | |
| "ature" | |
| ], | |
| [ | |
| "th", | |
| "reshold" | |
| ], | |
| [ | |
| "trans", | |
| "mission" | |
| ], | |
| [ | |
| "t", | |
| "le" | |
| ], | |
| [ | |
| "st", | |
| "ri" | |
| ], | |
| [ | |
| "au", | |
| "th" | |
| ], | |
| [ | |
| "d", | |
| "uration" | |
| ], | |
| [ | |
| "pattern", | |
| "s" | |
| ], | |
| [ | |
| "z", | |
| "ing" | |
| ], | |
| [ | |
| "Â", | |
| "±" | |
| ], | |
| [ | |
| "fle", | |
| "xi" | |
| ], | |
| [ | |
| "accur", | |
| "acy" | |
| ], | |
| [ | |
| "comp", | |
| "ression" | |
| ], | |
| [ | |
| "st", | |
| "op" | |
| ], | |
| [ | |
| "neu", | |
| "ro" | |
| ], | |
| [ | |
| "f", | |
| "ric" | |
| ], | |
| [ | |
| "mo", | |
| "on" | |
| ], | |
| [ | |
| "re", | |
| "at" | |
| ], | |
| [ | |
| "sp", | |
| "aces" | |
| ], | |
| [ | |
| "is", | |
| "sion" | |
| ], | |
| [ | |
| "the", | |
| "ories" | |
| ], | |
| [ | |
| "âī¡", | |
| "[" | |
| ], | |
| [ | |
| "gre", | |
| "en" | |
| ], | |
| [ | |
| "princi", | |
| "ple" | |
| ], | |
| [ | |
| "comp", | |
| "on" | |
| ], | |
| [ | |
| "wa", | |
| "y" | |
| ], | |
| [ | |
| "sha", | |
| "red" | |
| ], | |
| [ | |
| "z", | |
| "ed" | |
| ], | |
| [ | |
| "obser", | |
| "ver" | |
| ], | |
| [ | |
| "I", | |
| "n" | |
| ], | |
| [ | |
| "ab", | |
| "str" | |
| ], | |
| [ | |
| "bre", | |
| "ath" | |
| ], | |
| [ | |
| "al", | |
| "i" | |
| ], | |
| [ | |
| "se", | |
| "curity" | |
| ], | |
| [ | |
| "su", | |
| "c" | |
| ], | |
| [ | |
| "ri", | |
| "er" | |
| ], | |
| [ | |
| "mo", | |
| "d" | |
| ], | |
| [ | |
| "âĨĵ", | |
| "ÃĹ" | |
| ], | |
| [ | |
| "imp", | |
| "ro" | |
| ], | |
| [ | |
| "in", | |
| "finite" | |
| ], | |
| [ | |
| "b", | |
| "ir" | |
| ], | |
| [ | |
| "can", | |
| "cer" | |
| ], | |
| [ | |
| "equilibri", | |
| "um" | |
| ], | |
| [ | |
| "sci", | |
| "enti" | |
| ], | |
| [ | |
| "Â", | |
| "°" | |
| ], | |
| [ | |
| "a", | |
| "xi" | |
| ], | |
| [ | |
| "at", | |
| "ors" | |
| ], | |
| [ | |
| "plan", | |
| "et" | |
| ], | |
| [ | |
| "f", | |
| "ac" | |
| ], | |
| [ | |
| "con", | |
| "du" | |
| ], | |
| [ | |
| "h", | |
| "air" | |
| ], | |
| [ | |
| "p", | |
| "ic" | |
| ], | |
| [ | |
| "reg", | |
| "ular" | |
| ], | |
| [ | |
| "gener", | |
| "ation" | |
| ], | |
| [ | |
| "h", | |
| "es" | |
| ], | |
| [ | |
| "an", | |
| "ces" | |
| ], | |
| [ | |
| "emp", | |
| "ir" | |
| ], | |
| [ | |
| "reso", | |
| "urce" | |
| ], | |
| [ | |
| "str", | |
| "ong" | |
| ], | |
| [ | |
| "le", | |
| "t" | |
| ], | |
| [ | |
| "cal", | |
| "cul" | |
| ], | |
| [ | |
| "univer", | |
| "sal" | |
| ], | |
| [ | |
| "interpre", | |
| "tation" | |
| ], | |
| [ | |
| "sup", | |
| "ply" | |
| ], | |
| [ | |
| ":", | |
| "¬" | |
| ], | |
| [ | |
| "p", | |
| "s" | |
| ], | |
| [ | |
| "be", | |
| "t" | |
| ], | |
| [ | |
| "as", | |
| "si" | |
| ], | |
| [ | |
| "tri", | |
| "es" | |
| ], | |
| [ | |
| "re", | |
| "str" | |
| ], | |
| [ | |
| "con", | |
| "sequ" | |
| ], | |
| [ | |
| "us", | |
| "ed" | |
| ], | |
| [ | |
| "ne", | |
| "l" | |
| ], | |
| [ | |
| "l", | |
| "ength" | |
| ], | |
| [ | |
| "ju", | |
| "st" | |
| ], | |
| [ | |
| "ear", | |
| "ly" | |
| ], | |
| [ | |
| "b", | |
| "lue" | |
| ], | |
| [ | |
| "fact", | |
| "ors" | |
| ], | |
| [ | |
| "rap", | |
| "id" | |
| ], | |
| [ | |
| "st", | |
| "ra" | |
| ], | |
| [ | |
| ")]", | |
| "|" | |
| ], | |
| [ | |
| "empir", | |
| "ical" | |
| ], | |
| [ | |
| ")]", | |
| "âĨĴ[" | |
| ], | |
| [ | |
| "so", | |
| "li" | |
| ], | |
| [ | |
| "fix", | |
| "ed" | |
| ], | |
| [ | |
| ")", | |
| ")âĩĴ" | |
| ], | |
| [ | |
| "âĨĵ", | |
| "âĨĴâĨĴ" | |
| ], | |
| [ | |
| "fici", | |
| "al" | |
| ], | |
| [ | |
| "ref", | |
| "le" | |
| ], | |
| [ | |
| "b", | |
| "r" | |
| ], | |
| [ | |
| "p", | |
| "ed" | |
| ], | |
| [ | |
| "ci", | |
| "pl" | |
| ], | |
| [ | |
| "psy", | |
| "cho" | |
| ], | |
| [ | |
| "%", | |
| "_" | |
| ], | |
| [ | |
| "b", | |
| "atter" | |
| ], | |
| [ | |
| "re", | |
| "ality" | |
| ], | |
| [ | |
| "ari", | |
| "es" | |
| ], | |
| [ | |
| "b", | |
| "a" | |
| ], | |
| [ | |
| "z", | |
| "y" | |
| ], | |
| [ | |
| "prob", | |
| "abili" | |
| ], | |
| [ | |
| "multi", | |
| "ple" | |
| ], | |
| [ | |
| "ther", | |
| "mal" | |
| ], | |
| [ | |
| "fir", | |
| "st" | |
| ], | |
| [ | |
| "optim", | |
| "ization" | |
| ], | |
| [ | |
| ")", | |
| "âīł" | |
| ], | |
| [ | |
| "sp", | |
| "a" | |
| ], | |
| [ | |
| "dis", | |
| "cipl" | |
| ], | |
| [ | |
| "sta", | |
| "tic" | |
| ], | |
| [ | |
| "mechanism", | |
| "s" | |
| ], | |
| [ | |
| "i", | |
| "g" | |
| ], | |
| [ | |
| "go", | |
| "od" | |
| ], | |
| [ | |
| ")", | |
| "[" | |
| ], | |
| [ | |
| "o", | |
| "c" | |
| ], | |
| [ | |
| "ben", | |
| "ef" | |
| ], | |
| [ | |
| "govern", | |
| "ment" | |
| ], | |
| [ | |
| "r", | |
| "um" | |
| ], | |
| [ | |
| "g", | |
| "al" | |
| ], | |
| [ | |
| "o", | |
| "logical" | |
| ], | |
| [ | |
| "dis", | |
| "tin" | |
| ], | |
| [ | |
| "adv", | |
| "ant" | |
| ], | |
| [ | |
| "m", | |
| "as" | |
| ], | |
| [ | |
| "ab", | |
| "o" | |
| ], | |
| [ | |
| "wa", | |
| "ves" | |
| ], | |
| [ | |
| "compu", | |
| "ter" | |
| ], | |
| [ | |
| "mo", | |
| "ist" | |
| ], | |
| [ | |
| "dise", | |
| "ase" | |
| ], | |
| [ | |
| "h", | |
| "arm" | |
| ], | |
| [ | |
| "differen", | |
| "t" | |
| ], | |
| [ | |
| "ch", | |
| "ing" | |
| ], | |
| [ | |
| "ad", | |
| "di" | |
| ], | |
| [ | |
| "n", | |
| "ut" | |
| ], | |
| [ | |
| "w", | |
| "he" | |
| ], | |
| [ | |
| "cl", | |
| "es" | |
| ], | |
| [ | |
| "prim", | |
| "ary" | |
| ], | |
| [ | |
| "re", | |
| "ference" | |
| ], | |
| [ | |
| "er", | |
| "a" | |
| ], | |
| [ | |
| "hy", | |
| "per" | |
| ], | |
| [ | |
| "identi", | |
| "ty" | |
| ], | |
| [ | |
| "mp", | |
| "to" | |
| ], | |
| [ | |
| "consist", | |
| "ent" | |
| ], | |
| [ | |
| "f", | |
| "lo" | |
| ], | |
| [ | |
| "j", | |
| "ury" | |
| ], | |
| [ | |
| "low", | |
| "er" | |
| ], | |
| [ | |
| "âĨIJ", | |
| "(" | |
| ], | |
| [ | |
| "reg", | |
| "ul" | |
| ], | |
| [ | |
| "]", | |
| "]" | |
| ], | |
| [ | |
| "ed", | |
| "i" | |
| ], | |
| [ | |
| "bu", | |
| "b" | |
| ], | |
| [ | |
| "sta", | |
| "in" | |
| ], | |
| [ | |
| "sug", | |
| "ar" | |
| ], | |
| [ | |
| "âĨĵ", | |
| "(" | |
| ], | |
| [ | |
| "ta", | |
| "il" | |
| ], | |
| [ | |
| "g", | |
| "ation" | |
| ], | |
| [ | |
| "l", | |
| "at" | |
| ], | |
| [ | |
| "prote", | |
| "ction" | |
| ], | |
| [ | |
| "origin", | |
| "al" | |
| ], | |
| [ | |
| "in", | |
| "st" | |
| ], | |
| [ | |
| "suc", | |
| "cess" | |
| ], | |
| [ | |
| "au", | |
| "di" | |
| ], | |
| [ | |
| "c", | |
| "tivity" | |
| ], | |
| [ | |
| "e", | |
| "motion" | |
| ], | |
| [ | |
| "ci", | |
| "se" | |
| ], | |
| [ | |
| "compo", | |
| "sition" | |
| ], | |
| [ | |
| "he", | |
| "rent" | |
| ], | |
| [ | |
| "pol", | |
| "y" | |
| ], | |
| [ | |
| "bound", | |
| "ary" | |
| ], | |
| [ | |
| "determin", | |
| "istic" | |
| ], | |
| [ | |
| "relations", | |
| "hip" | |
| ], | |
| [ | |
| "bus", | |
| "iness" | |
| ], | |
| [ | |
| "al", | |
| "ign" | |
| ], | |
| [ | |
| "re", | |
| "pe" | |
| ], | |
| [ | |
| "te", | |
| "am" | |
| ], | |
| [ | |
| "âĨĵ", | |
| ")" | |
| ], | |
| [ | |
| "limit", | |
| "s" | |
| ], | |
| [ | |
| "l", | |
| "ab" | |
| ], | |
| [ | |
| "v", | |
| "it" | |
| ], | |
| [ | |
| "cl", | |
| "assi" | |
| ], | |
| [ | |
| "med", | |
| "i" | |
| ], | |
| [ | |
| "neutr", | |
| "al" | |
| ], | |
| [ | |
| "ur", | |
| "ces" | |
| ], | |
| [ | |
| "us", | |
| "h" | |
| ], | |
| [ | |
| ")]", | |
| "âΧ[" | |
| ], | |
| [ | |
| "d", | |
| "ry" | |
| ], | |
| [ | |
| "Â", | |
| "²" | |
| ], | |
| [ | |
| "for", | |
| "ces" | |
| ], | |
| [ | |
| "avail", | |
| "able" | |
| ], | |
| [ | |
| "ar", | |
| "ing" | |
| ], | |
| [ | |
| "co", | |
| "u" | |
| ], | |
| [ | |
| "se", | |
| "par" | |
| ], | |
| [ | |
| "par", | |
| "t" | |
| ], | |
| [ | |
| "homo", | |
| "logy" | |
| ], | |
| [ | |
| "si", | |
| "mil" | |
| ], | |
| [ | |
| "ment", | |
| "ation" | |
| ], | |
| [ | |
| "concent", | |
| "ration" | |
| ], | |
| [ | |
| "f", | |
| "f" | |
| ], | |
| [ | |
| "ke", | |
| "y" | |
| ], | |
| [ | |
| "a", | |
| "x" | |
| ], | |
| [ | |
| "tit", | |
| "ution" | |
| ], | |
| [ | |
| "dis", | |
| "crete" | |
| ], | |
| [ | |
| "beli", | |
| "ef" | |
| ], | |
| [ | |
| "cu", | |
| "stom" | |
| ], | |
| [ | |
| "impos", | |
| "sible" | |
| ], | |
| [ | |
| "ro", | |
| "om" | |
| ], | |
| [ | |
| "con", | |
| "struction" | |
| ], | |
| [ | |
| "end", | |
| "ing" | |
| ], | |
| [ | |
| "ang", | |
| "er" | |
| ], | |
| [ | |
| "cent", | |
| "ral" | |
| ], | |
| [ | |
| "statis", | |
| "tical" | |
| ], | |
| [ | |
| "comp", | |
| "any" | |
| ], | |
| [ | |
| "system", | |
| "ic" | |
| ], | |
| [ | |
| "exist", | |
| "ence" | |
| ], | |
| [ | |
| "signific", | |
| "ant" | |
| ], | |
| [ | |
| "moment", | |
| "um" | |
| ], | |
| [ | |
| "f", | |
| "light" | |
| ], | |
| [ | |
| "in", | |
| "o" | |
| ], | |
| [ | |
| "po", | |
| "ints" | |
| ], | |
| [ | |
| "sc", | |
| "re" | |
| ], | |
| [ | |
| "deb", | |
| "t" | |
| ], | |
| [ | |
| "fi", | |
| "g" | |
| ], | |
| [ | |
| "se", | |
| "ts" | |
| ], | |
| [ | |
| "M", | |
| "o" | |
| ], | |
| [ | |
| "co", | |
| "re" | |
| ], | |
| [ | |
| "sol", | |
| "ar" | |
| ], | |
| [ | |
| "m", | |
| "es" | |
| ], | |
| [ | |
| "pa", | |
| "rent" | |
| ], | |
| [ | |
| "bur", | |
| "n" | |
| ], | |
| [ | |
| "e", | |
| "co" | |
| ], | |
| [ | |
| "fl", | |
| "ation" | |
| ], | |
| [ | |
| "probabili", | |
| "stic" | |
| ], | |
| [ | |
| "ref", | |
| "lection" | |
| ], | |
| [ | |
| "ey", | |
| "es" | |
| ], | |
| [ | |
| "vide", | |
| "o" | |
| ], | |
| [ | |
| "r", | |
| "ules" | |
| ], | |
| [ | |
| "ro", | |
| "py" | |
| ], | |
| [ | |
| "âĨĵ", | |
| "|" | |
| ], | |
| [ | |
| "so", | |
| "me" | |
| ], | |
| [ | |
| "fe", | |
| "el" | |
| ], | |
| [ | |
| "spe", | |
| "cial" | |
| ], | |
| [ | |
| "nut", | |
| "ri" | |
| ], | |
| [ | |
| "fe", | |
| "ed" | |
| ], | |
| [ | |
| "ph", | |
| "ot" | |
| ], | |
| [ | |
| "ren", | |
| "ess" | |
| ], | |
| [ | |
| "fo", | |
| "re" | |
| ], | |
| [ | |
| "infe", | |
| "ction" | |
| ], | |
| [ | |
| "u", | |
| "de" | |
| ], | |
| [ | |
| "il", | |
| "y" | |
| ], | |
| [ | |
| "ev", | |
| "en" | |
| ], | |
| [ | |
| "sub", | |
| "st" | |
| ], | |
| [ | |
| "s", | |
| "me" | |
| ], | |
| [ | |
| "b", | |
| "ad" | |
| ], | |
| [ | |
| "re", | |
| "e" | |
| ], | |
| [ | |
| "min", | |
| "ation" | |
| ], | |
| [ | |
| "re", | |
| "cor" | |
| ], | |
| [ | |
| "phenomen", | |
| "a" | |
| ], | |
| [ | |
| "re", | |
| "t" | |
| ], | |
| [ | |
| "ad", | |
| "just" | |
| ], | |
| [ | |
| "plan", | |
| "e" | |
| ], | |
| [ | |
| "neg", | |
| "ative" | |
| ], | |
| [ | |
| "model", | |
| "ing" | |
| ], | |
| [ | |
| "num", | |
| "bers" | |
| ], | |
| [ | |
| "corre", | |
| "ct" | |
| ], | |
| [ | |
| "acceler", | |
| "ation" | |
| ], | |
| [ | |
| "polic", | |
| "y" | |
| ], | |
| [ | |
| "a", | |
| "y" | |
| ], | |
| [ | |
| "ri", | |
| "g" | |
| ], | |
| [ | |
| "radi", | |
| "o" | |
| ], | |
| [ | |
| "d", | |
| "ream" | |
| ], | |
| [ | |
| "m", | |
| "it" | |
| ], | |
| [ | |
| "at", | |
| "ures" | |
| ], | |
| [ | |
| "u", | |
| "tility" | |
| ], | |
| [ | |
| "moist", | |
| "ure" | |
| ], | |
| [ | |
| "in", | |
| "sul" | |
| ], | |
| [ | |
| "he", | |
| "a" | |
| ], | |
| [ | |
| "tech", | |
| "ni" | |
| ], | |
| [ | |
| "app", | |
| "li" | |
| ], | |
| [ | |
| "pay", | |
| "ment" | |
| ], | |
| [ | |
| "t", | |
| "age" | |
| ], | |
| [ | |
| "temp", | |
| "or" | |
| ], | |
| [ | |
| "er", | |
| "al" | |
| ], | |
| [ | |
| "st", | |
| "at" | |
| ], | |
| [ | |
| "ca", | |
| "re" | |
| ], | |
| [ | |
| "out", | |
| "put" | |
| ], | |
| [ | |
| "atmo", | |
| "sphere" | |
| ], | |
| [ | |
| "ri", | |
| "gor" | |
| ], | |
| [ | |
| "ver", | |
| "s" | |
| ], | |
| [ | |
| "vari", | |
| "able" | |
| ], | |
| [ | |
| "applic", | |
| "ation" | |
| ], | |
| [ | |
| "comb", | |
| "in" | |
| ], | |
| [ | |
| "rou", | |
| "gh" | |
| ], | |
| [ | |
| "c", | |
| "red" | |
| ], | |
| [ | |
| "ch", | |
| "a" | |
| ], | |
| [ | |
| "vi", | |
| "ol" | |
| ], | |
| [ | |
| "to", | |
| "x" | |
| ], | |
| [ | |
| "in", | |
| "a" | |
| ], | |
| [ | |
| "secon", | |
| "d" | |
| ], | |
| [ | |
| "tra", | |
| "vel" | |
| ], | |
| [ | |
| "requi", | |
| "res" | |
| ], | |
| [ | |
| "tis", | |
| "sue" | |
| ], | |
| [ | |
| "redu", | |
| "ced" | |
| ], | |
| [ | |
| "chall", | |
| "eng" | |
| ], | |
| [ | |
| "ho", | |
| "use" | |
| ], | |
| [ | |
| "aut", | |
| "o" | |
| ], | |
| [ | |
| "g", | |
| "ain" | |
| ], | |
| [ | |
| "en", | |
| "se" | |
| ], | |
| [ | |
| "con", | |
| "fl" | |
| ], | |
| [ | |
| "ci", | |
| "es" | |
| ], | |
| [ | |
| "vi", | |
| "sual" | |
| ], | |
| [ | |
| "min", | |
| "im" | |
| ], | |
| [ | |
| "met", | |
| "al" | |
| ], | |
| [ | |
| "d", | |
| "r" | |
| ], | |
| [ | |
| "lo", | |
| "op" | |
| ], | |
| [ | |
| "topo", | |
| "logy" | |
| ], | |
| [ | |
| "che", | |
| "ck" | |
| ], | |
| [ | |
| "chan", | |
| "ges" | |
| ], | |
| [ | |
| "advant", | |
| "age" | |
| ], | |
| [ | |
| ")", | |
| "âĪĿ" | |
| ], | |
| [ | |
| "a", | |
| "mo" | |
| ], | |
| [ | |
| "st", | |
| "ream" | |
| ], | |
| [ | |
| "fi", | |
| "le" | |
| ], | |
| [ | |
| "do", | |
| "g" | |
| ], | |
| [ | |
| "tra", | |
| "di" | |
| ], | |
| [ | |
| "ban", | |
| "k" | |
| ], | |
| [ | |
| "in", | |
| "jury" | |
| ], | |
| [ | |
| "med", | |
| "ical" | |
| ], | |
| [ | |
| "nucle", | |
| "ar" | |
| ], | |
| [ | |
| "m", | |
| "app" | |
| ], | |
| [ | |
| "u", | |
| "th" | |
| ], | |
| [ | |
| "ver", | |
| "i" | |
| ], | |
| [ | |
| "activ", | |
| "ation" | |
| ], | |
| [ | |
| "rig", | |
| "id" | |
| ], | |
| [ | |
| "m", | |
| "ir" | |
| ], | |
| [ | |
| "str", | |
| "y" | |
| ], | |
| [ | |
| "wa", | |
| "ys" | |
| ], | |
| [ | |
| "mat", | |
| "h" | |
| ], | |
| [ | |
| "predict", | |
| "able" | |
| ], | |
| [ | |
| "form", | |
| "s" | |
| ], | |
| [ | |
| "ho", | |
| "me" | |
| ], | |
| [ | |
| "speci", | |
| "es" | |
| ], | |
| [ | |
| "3", | |
| "0" | |
| ], | |
| [ | |
| "an", | |
| "ced" | |
| ], | |
| [ | |
| "or", | |
| "ph" | |
| ], | |
| [ | |
| "cro", | |
| "ss" | |
| ], | |
| [ | |
| "me", | |
| "at" | |
| ], | |
| [ | |
| "th", | |
| "reat" | |
| ], | |
| [ | |
| "ma", | |
| "x" | |
| ], | |
| [ | |
| "hi", | |
| "er" | |
| ], | |
| [ | |
| "com", | |
| "es" | |
| ], | |
| [ | |
| "molecul", | |
| "es" | |
| ], | |
| [ | |
| "ent", | |
| "ropy" | |
| ], | |
| [ | |
| "tra", | |
| "de" | |
| ], | |
| [ | |
| "invest", | |
| "ment" | |
| ], | |
| [ | |
| "targe", | |
| "t" | |
| ], | |
| [ | |
| "u", | |
| "ri" | |
| ], | |
| [ | |
| "in", | |
| "ary" | |
| ], | |
| [ | |
| "it", | |
| "ary" | |
| ], | |
| [ | |
| "si", | |
| "ght" | |
| ], | |
| [ | |
| "si", | |
| "mpli" | |
| ], | |
| [ | |
| "space", | |
| "time" | |
| ], | |
| [ | |
| "molecul", | |
| "ar" | |
| ], | |
| [ | |
| "k", | |
| "er" | |
| ], | |
| [ | |
| "â", | |
| "Ģ" | |
| ], | |
| [ | |
| "me", | |
| "aning" | |
| ], | |
| [ | |
| "pl", | |
| "es" | |
| ], | |
| [ | |
| "bu", | |
| "st" | |
| ], | |
| [ | |
| "fric", | |
| "tion" | |
| ], | |
| [ | |
| "n", | |
| "ight" | |
| ], | |
| [ | |
| "mi", | |
| "x" | |
| ], | |
| [ | |
| "resul", | |
| "t" | |
| ], | |
| [ | |
| "batter", | |
| "y" | |
| ], | |
| [ | |
| "t", | |
| "u" | |
| ], | |
| [ | |
| "li", | |
| "f" | |
| ], | |
| [ | |
| "ex", | |
| "plan" | |
| ], | |
| [ | |
| "op", | |
| "ti" | |
| ], | |
| [ | |
| "dig", | |
| "ital" | |
| ], | |
| [ | |
| "an", | |
| "cy" | |
| ], | |
| [ | |
| "cry", | |
| "st" | |
| ], | |
| [ | |
| "tr", | |
| "y" | |
| ], | |
| [ | |
| "it", | |
| "es" | |
| ], | |
| [ | |
| "su", | |
| "stain" | |
| ], | |
| [ | |
| ")]", | |
| "âĩĴ[" | |
| ], | |
| [ | |
| "vari", | |
| "es" | |
| ], | |
| [ | |
| "fla", | |
| "vor" | |
| ], | |
| [ | |
| "invari", | |
| "ants" | |
| ], | |
| [ | |
| "recogn", | |
| "ition" | |
| ], | |
| [ | |
| "opti", | |
| "mal" | |
| ], | |
| [ | |
| "in", | |
| "king" | |
| ], | |
| [ | |
| "ct", | |
| "s" | |
| ], | |
| [ | |
| "em", | |
| "ission" | |
| ], | |
| [ | |
| "out", | |
| "comes" | |
| ], | |
| [ | |
| "adap", | |
| "t" | |
| ], | |
| [ | |
| "T", | |
| "he" | |
| ], | |
| [ | |
| "a", | |
| "ti" | |
| ], | |
| [ | |
| "t", | |
| "as" | |
| ], | |
| [ | |
| "t", | |
| "ure" | |
| ], | |
| [ | |
| "v", | |
| "ul" | |
| ], | |
| [ | |
| "in", | |
| "fo" | |
| ], | |
| [ | |
| ")", | |
| "@" | |
| ], | |
| [ | |
| "f", | |
| "r" | |
| ], | |
| [ | |
| "si", | |
| "mul" | |
| ], | |
| [ | |
| "th", | |
| "ing" | |
| ], | |
| [ | |
| "mi", | |
| "tig" | |
| ], | |
| [ | |
| "mach", | |
| "ine" | |
| ], | |
| [ | |
| "res", | |
| "olution" | |
| ], | |
| [ | |
| "smo", | |
| "oth" | |
| ], | |
| [ | |
| "domin", | |
| "ant" | |
| ], | |
| [ | |
| "vol", | |
| "tage" | |
| ], | |
| [ | |
| "ques", | |
| "tion" | |
| ], | |
| [ | |
| "scienti", | |
| "fic" | |
| ], | |
| [ | |
| "discipl", | |
| "ine" | |
| ], | |
| [ | |
| "m", | |
| "u" | |
| ], | |
| [ | |
| "w", | |
| "ell" | |
| ], | |
| [ | |
| "de", | |
| "gra" | |
| ], | |
| [ | |
| "cent", | |
| "er" | |
| ], | |
| [ | |
| "extre", | |
| "me" | |
| ], | |
| [ | |
| "hier", | |
| "arch" | |
| ], | |
| [ | |
| "le", | |
| "ad" | |
| ], | |
| [ | |
| "le", | |
| "ft" | |
| ], | |
| [ | |
| "ex", | |
| "pression" | |
| ], | |
| [ | |
| "is", | |
| "on" | |
| ], | |
| [ | |
| "am", | |
| "bi" | |
| ], | |
| [ | |
| ")âī¡", | |
| "[" | |
| ], | |
| [ | |
| "vac", | |
| "u" | |
| ], | |
| [ | |
| "st", | |
| "s" | |
| ], | |
| [ | |
| "man", | |
| "y" | |
| ], | |
| [ | |
| "sen", | |
| "si" | |
| ], | |
| [ | |
| "c", | |
| "all" | |
| ], | |
| [ | |
| "je", | |
| "ction" | |
| ], | |
| [ | |
| "b", | |
| "ol" | |
| ], | |
| [ | |
| "Ë", | |
| "¸" | |
| ], | |
| [ | |
| "treat", | |
| "ment" | |
| ], | |
| [ | |
| "d", | |
| "ation" | |
| ], | |
| [ | |
| "ar", | |
| "ith" | |
| ], | |
| [ | |
| "it", | |
| "or" | |
| ], | |
| [ | |
| "âĩĴ", | |
| "¬" | |
| ], | |
| [ | |
| "sme", | |
| "ll" | |
| ], | |
| [ | |
| "i", | |
| "mag" | |
| ], | |
| [ | |
| "po", | |
| "sitive" | |
| ], | |
| [ | |
| "bi", | |
| "as" | |
| ], | |
| [ | |
| "pat", | |
| "ho" | |
| ], | |
| [ | |
| "c", | |
| "ing" | |
| ], | |
| [ | |
| "on", | |
| "es" | |
| ], | |
| [ | |
| "col", | |
| "li" | |
| ], | |
| [ | |
| "reg", | |
| "ulation" | |
| ], | |
| [ | |
| "effici", | |
| "ent" | |
| ], | |
| [ | |
| "soft", | |
| "ware" | |
| ], | |
| [ | |
| "p", | |
| "hi" | |
| ], | |
| [ | |
| "so", | |
| "il" | |
| ], | |
| [ | |
| "com", | |
| "fort" | |
| ], | |
| [ | |
| ")=", | |
| "{" | |
| ], | |
| [ | |
| "h", | |
| "ar" | |
| ], | |
| [ | |
| "c", | |
| "am" | |
| ], | |
| [ | |
| "re", | |
| "covery" | |
| ], | |
| [ | |
| "person", | |
| "al" | |
| ], | |
| [ | |
| "z", | |
| "ero" | |
| ], | |
| [ | |
| "pro", | |
| "g" | |
| ], | |
| [ | |
| "gen", | |
| "cy" | |
| ], | |
| [ | |
| "fact", | |
| "or" | |
| ], | |
| [ | |
| "solution", | |
| "s" | |
| ], | |
| [ | |
| "vacu", | |
| "um" | |
| ], | |
| [ | |
| "ro", | |
| "le" | |
| ], | |
| [ | |
| "tra", | |
| "ining" | |
| ], | |
| [ | |
| "integ", | |
| "r" | |
| ], | |
| [ | |
| "whe", | |
| "el" | |
| ], | |
| [ | |
| "m", | |
| "y" | |
| ], | |
| [ | |
| "le", | |
| "ctive" | |
| ], | |
| [ | |
| "th", | |
| "ro" | |
| ], | |
| [ | |
| "mo", | |
| "st" | |
| ], | |
| [ | |
| "no", | |
| "w" | |
| ], | |
| [ | |
| "am", | |
| "ine" | |
| ], | |
| [ | |
| ")", | |
| "(" | |
| ], | |
| [ | |
| "al", | |
| "le" | |
| ], | |
| [ | |
| "tiv", | |
| "eness" | |
| ], | |
| [ | |
| "adap", | |
| "tive" | |
| ], | |
| [ | |
| "appe", | |
| "ar" | |
| ], | |
| [ | |
| "sy", | |
| "mpto" | |
| ], | |
| [ | |
| "pre", | |
| "cision" | |
| ], | |
| [ | |
| "aut", | |
| "om" | |
| ], | |
| [ | |
| "6", | |
| "0" | |
| ], | |
| [ | |
| "ho", | |
| "od" | |
| ], | |
| [ | |
| "clo", | |
| "sed" | |
| ], | |
| [ | |
| "equival", | |
| "ent" | |
| ], | |
| [ | |
| "E", | |
| "n" | |
| ], | |
| [ | |
| "b", | |
| "ran" | |
| ], | |
| [ | |
| "ac", | |
| "cept" | |
| ], | |
| [ | |
| "ly", | |
| "ing" | |
| ], | |
| [ | |
| "awa", | |
| "reness" | |
| ], | |
| [ | |
| "observ", | |
| "ation" | |
| ], | |
| [ | |
| "b", | |
| "or" | |
| ], | |
| [ | |
| "ac", | |
| "ro" | |
| ], | |
| [ | |
| "ca", | |
| "se" | |
| ], | |
| [ | |
| "abs", | |
| "ent" | |
| ], | |
| [ | |
| "1", | |
| "2" | |
| ], | |
| [ | |
| "k", | |
| "ine" | |
| ], | |
| [ | |
| "de", | |
| "ca" | |
| ], | |
| [ | |
| "ther", | |
| "mo" | |
| ], | |
| [ | |
| "car", | |
| "bon" | |
| ], | |
| [ | |
| "l", | |
| "li" | |
| ], | |
| [ | |
| "o", | |
| "id" | |
| ], | |
| [ | |
| "ro", | |
| "bust" | |
| ], | |
| [ | |
| "de", | |
| "ci" | |
| ], | |
| [ | |
| "per", | |
| "spe" | |
| ], | |
| [ | |
| "equival", | |
| "ence" | |
| ], | |
| [ | |
| "vul", | |
| "ner" | |
| ], | |
| [ | |
| "con", | |
| "tra" | |
| ], | |
| [ | |
| "s", | |
| "es" | |
| ], | |
| [ | |
| "str", | |
| "ing" | |
| ], | |
| [ | |
| "sco", | |
| "pic" | |
| ], | |
| [ | |
| "]", | |
| "âĨIJ" | |
| ], | |
| [ | |
| "F", | |
| "C" | |
| ], | |
| [ | |
| "g", | |
| "am" | |
| ], | |
| [ | |
| "in", | |
| "flation" | |
| ], | |
| [ | |
| "su", | |
| "es" | |
| ], | |
| [ | |
| "sto", | |
| "ck" | |
| ], | |
| [ | |
| "le", | |
| "ak" | |
| ], | |
| [ | |
| "mo", | |
| "re" | |
| ], | |
| [ | |
| "ces", | |
| "sive" | |
| ], | |
| [ | |
| "lay", | |
| "er" | |
| ], | |
| [ | |
| "ers", | |
| "hip" | |
| ], | |
| [ | |
| "do", | |
| "w" | |
| ], | |
| [ | |
| "applic", | |
| "ations" | |
| ], | |
| [ | |
| "c", | |
| "up" | |
| ], | |
| [ | |
| "in", | |
| "no" | |
| ], | |
| [ | |
| "st", | |
| "ation" | |
| ], | |
| [ | |
| "sensi", | |
| "tivity" | |
| ], | |
| [ | |
| "w", | |
| "id" | |
| ], | |
| [ | |
| "en", | |
| "ge" | |
| ], | |
| [ | |
| "st", | |
| "y" | |
| ], | |
| [ | |
| "ta", | |
| "ke" | |
| ], | |
| [ | |
| "fa", | |
| "st" | |
| ], | |
| [ | |
| "abs", | |
| "ol" | |
| ], | |
| [ | |
| "w", | |
| "all" | |
| ], | |
| [ | |
| "pul", | |
| "l" | |
| ], | |
| [ | |
| "sp", | |
| "read" | |
| ], | |
| [ | |
| "âĨĶ", | |
| "[" | |
| ], | |
| [ | |
| "ev", | |
| "apor" | |
| ], | |
| [ | |
| "chall", | |
| "enge" | |
| ], | |
| [ | |
| "u", | |
| "ro" | |
| ], | |
| [ | |
| "v", | |
| "is" | |
| ], | |
| [ | |
| "âīĪ", | |
| "[" | |
| ], | |
| [ | |
| "ele", | |
| "ments" | |
| ], | |
| [ | |
| "cor", | |
| "rel" | |
| ], | |
| [ | |
| "conscious", | |
| "ness" | |
| ], | |
| [ | |
| "me", | |
| "tic" | |
| ], | |
| [ | |
| "con", | |
| "fig" | |
| ], | |
| [ | |
| "ve", | |
| "re" | |
| ], | |
| [ | |
| "ex", | |
| "e" | |
| ], | |
| [ | |
| "inter", | |
| "ference" | |
| ], | |
| [ | |
| "disrup", | |
| "tion" | |
| ], | |
| [ | |
| "2", | |
| "00" | |
| ], | |
| [ | |
| "C", | |
| "P" | |
| ], | |
| [ | |
| "ma", | |
| "j" | |
| ], | |
| [ | |
| "ges", | |
| "tion" | |
| ], | |
| [ | |
| "expe", | |
| "ct" | |
| ], | |
| [ | |
| "colli", | |
| "sion" | |
| ], | |
| [ | |
| "f", | |
| "ut" | |
| ], | |
| [ | |
| "re", | |
| "turn" | |
| ], | |
| [ | |
| "per", | |
| "fect" | |
| ], | |
| [ | |
| "cre", | |
| "ation" | |
| ], | |
| [ | |
| "incre", | |
| "ased" | |
| ], | |
| [ | |
| "hist", | |
| "ory" | |
| ], | |
| [ | |
| "re", | |
| "tention" | |
| ], | |
| [ | |
| "it", | |
| "ation" | |
| ], | |
| [ | |
| "co", | |
| "ur" | |
| ], | |
| [ | |
| "di", | |
| "ag" | |
| ], | |
| [ | |
| "me", | |
| "tries" | |
| ], | |
| [ | |
| "ch", | |
| "ro" | |
| ], | |
| [ | |
| "mo", | |
| "di" | |
| ], | |
| [ | |
| "expe", | |
| "cted" | |
| ], | |
| [ | |
| "in", | |
| "herent" | |
| ], | |
| [ | |
| "an", | |
| "cial" | |
| ], | |
| [ | |
| "es", | |
| "cap" | |
| ], | |
| [ | |
| "ref", | |
| "r" | |
| ], | |
| [ | |
| "field", | |
| "s" | |
| ], | |
| [ | |
| ")", | |
| "," | |
| ], | |
| [ | |
| "con", | |
| "serv" | |
| ], | |
| [ | |
| "âĪ", | |
| "©" | |
| ], | |
| [ | |
| ")", | |
| "â΍" | |
| ], | |
| [ | |
| "ar", | |
| "gu" | |
| ], | |
| [ | |
| "ty", | |
| "pes" | |
| ], | |
| [ | |
| "ag", | |
| "g" | |
| ], | |
| [ | |
| ")âΧ", | |
| "[" | |
| ], | |
| [ | |
| "preser", | |
| "vation" | |
| ], | |
| [ | |
| "place", | |
| "ment" | |
| ], | |
| [ | |
| "absol", | |
| "ute" | |
| ], | |
| [ | |
| "th", | |
| "rough" | |
| ], | |
| [ | |
| "ch", | |
| "ron" | |
| ], | |
| [ | |
| "ath", | |
| "er" | |
| ], | |
| [ | |
| "bound", | |
| "aries" | |
| ], | |
| [ | |
| "ide", | |
| "al" | |
| ], | |
| [ | |
| "]", | |
| "âī¡" | |
| ], | |
| [ | |
| "d", | |
| "anger" | |
| ], | |
| [ | |
| "ma", | |
| "xim" | |
| ], | |
| [ | |
| "em", | |
| "erg" | |
| ], | |
| [ | |
| "med", | |
| "ic" | |
| ], | |
| [ | |
| "tri", | |
| "g" | |
| ], | |
| [ | |
| "mer", | |
| "ic" | |
| ], | |
| [ | |
| "wo", | |
| "od" | |
| ], | |
| [ | |
| "1", | |
| "5" | |
| ], | |
| [ | |
| "C", | |
| "o" | |
| ], | |
| [ | |
| "L", | |
| "i" | |
| ], | |
| [ | |
| "ro", | |
| "und" | |
| ], | |
| [ | |
| "tr", | |
| "ue" | |
| ], | |
| [ | |
| "ori", | |
| "al" | |
| ], | |
| [ | |
| "ves", | |
| "sel" | |
| ], | |
| [ | |
| "af", | |
| "fect" | |
| ], | |
| [ | |
| "cir", | |
| "cu" | |
| ], | |
| [ | |
| "flexi", | |
| "bility" | |
| ], | |
| [ | |
| "stat", | |
| "us" | |
| ], | |
| [ | |
| "ru", | |
| "le" | |
| ], | |
| [ | |
| "fer", | |
| "red" | |
| ], | |
| [ | |
| "in", | |
| "come" | |
| ], | |
| [ | |
| "mus", | |
| "ic" | |
| ], | |
| [ | |
| "differen", | |
| "tial" | |
| ], | |
| [ | |
| "caus", | |
| "es" | |
| ], | |
| [ | |
| "f", | |
| "al" | |
| ], | |
| [ | |
| "ce", | |
| "an" | |
| ], | |
| [ | |
| "plic", | |
| "ation" | |
| ], | |
| [ | |
| "rele", | |
| "v" | |
| ], | |
| [ | |
| "fut", | |
| "ure" | |
| ], | |
| [ | |
| "A", | |
| "meric" | |
| ], | |
| [ | |
| "pho", | |
| "to" | |
| ], | |
| [ | |
| "uncertain", | |
| "ty" | |
| ], | |
| [ | |
| "influ", | |
| "ence" | |
| ], | |
| [ | |
| "amo", | |
| "unt" | |
| ], | |
| [ | |
| "ct", | |
| "ors" | |
| ], | |
| [ | |
| "ner", | |
| "ve" | |
| ], | |
| [ | |
| "mir", | |
| "ror" | |
| ], | |
| [ | |
| "âĪ", | |
| "ĭ" | |
| ], | |
| [ | |
| "condi", | |
| "tion" | |
| ], | |
| [ | |
| "phi", | |
| "lo" | |
| ], | |
| [ | |
| "c", | |
| "lim" | |
| ], | |
| [ | |
| "c", | |
| "lock" | |
| ], | |
| [ | |
| "pre", | |
| "vention" | |
| ], | |
| [ | |
| "control", | |
| "led" | |
| ], | |
| [ | |
| "clu", | |
| "sion" | |
| ], | |
| [ | |
| "fla", | |
| "mm" | |
| ], | |
| [ | |
| "de", | |
| "x" | |
| ], | |
| [ | |
| ")âĨĴ", | |
| "¬" | |
| ], | |
| [ | |
| "dro", | |
| "p" | |
| ], | |
| [ | |
| "represent", | |
| "ations" | |
| ], | |
| [ | |
| "categ", | |
| "ory" | |
| ], | |
| [ | |
| "abstr", | |
| "act" | |
| ], | |
| [ | |
| "cred", | |
| "it" | |
| ], | |
| [ | |
| "c", | |
| "tiveness" | |
| ], | |
| [ | |
| "d", | |
| "den" | |
| ], | |
| [ | |
| "med", | |
| "ia" | |
| ], | |
| [ | |
| "D", | |
| "e" | |
| ], | |
| [ | |
| "f", | |
| "ri" | |
| ], | |
| [ | |
| "l", | |
| "ung" | |
| ], | |
| [ | |
| "do", | |
| "main" | |
| ], | |
| [ | |
| "ism", | |
| "s" | |
| ], | |
| [ | |
| "consequ", | |
| "ences" | |
| ], | |
| [ | |
| "g", | |
| "ap" | |
| ], | |
| [ | |
| "con", | |
| "traction" | |
| ], | |
| [ | |
| "sal", | |
| "es" | |
| ], | |
| [ | |
| "adap", | |
| "tation" | |
| ], | |
| [ | |
| "Â", | |
| "¦" | |
| ], | |
| [ | |
| "li", | |
| "sm" | |
| ], | |
| [ | |
| "pri", | |
| "ori" | |
| ], | |
| [ | |
| "oper", | |
| "ation" | |
| ], | |
| [ | |
| "ane", | |
| "ous" | |
| ], | |
| [ | |
| "f", | |
| "am" | |
| ], | |
| [ | |
| "l", | |
| "ines" | |
| ], | |
| [ | |
| "an", | |
| "a" | |
| ], | |
| [ | |
| "econom", | |
| "y" | |
| ], | |
| [ | |
| "mea", | |
| "su" | |
| ], | |
| [ | |
| "consu", | |
| "mer" | |
| ], | |
| [ | |
| "i", | |
| "ons" | |
| ], | |
| [ | |
| "ct", | |
| "u" | |
| ], | |
| [ | |
| "po", | |
| "se" | |
| ], | |
| [ | |
| "philo", | |
| "so" | |
| ], | |
| [ | |
| "b", | |
| "ration" | |
| ], | |
| [ | |
| "m", | |
| "ap" | |
| ], | |
| [ | |
| "s", | |
| "ch" | |
| ], | |
| [ | |
| "ling", | |
| "u" | |
| ], | |
| [ | |
| "pred", | |
| "ic" | |
| ], | |
| [ | |
| "material", | |
| "s" | |
| ], | |
| [ | |
| "conne", | |
| "ction" | |
| ], | |
| [ | |
| "scre", | |
| "en" | |
| ], | |
| [ | |
| "T", | |
| "V" | |
| ], | |
| [ | |
| "bo", | |
| "ok" | |
| ], | |
| [ | |
| "dep", | |
| "th" | |
| ], | |
| [ | |
| "sw", | |
| "itch" | |
| ], | |
| [ | |
| "b", | |
| "and" | |
| ], | |
| [ | |
| "ver", | |
| "age" | |
| ], | |
| [ | |
| "hy", | |
| "d" | |
| ], | |
| [ | |
| "stim", | |
| "ul" | |
| ], | |
| [ | |
| "soli", | |
| "d" | |
| ], | |
| [ | |
| "degra", | |
| "dation" | |
| ], | |
| [ | |
| "deca", | |
| "y" | |
| ], | |
| [ | |
| "appro", | |
| "xim" | |
| ], | |
| [ | |
| "escap", | |
| "e" | |
| ], | |
| [ | |
| "w", | |
| "i" | |
| ], | |
| [ | |
| ")]", | |
| "âΧ" | |
| ], | |
| [ | |
| "el", | |
| "y" | |
| ], | |
| [ | |
| "f", | |
| "ron" | |
| ], | |
| [ | |
| "al", | |
| "og" | |
| ], | |
| [ | |
| "pl", | |
| "astic" | |
| ], | |
| [ | |
| "stom", | |
| "ach" | |
| ], | |
| [ | |
| "fin", | |
| "ancial" | |
| ], | |
| [ | |
| "uni", | |
| "form" | |
| ], | |
| [ | |
| "tool", | |
| "s" | |
| ], | |
| [ | |
| "pur", | |
| "ch" | |
| ], | |
| [ | |
| "compon", | |
| "ents" | |
| ], | |
| [ | |
| "arith", | |
| "metic" | |
| ], | |
| [ | |
| "p", | |
| "ush" | |
| ], | |
| [ | |
| "in", | |
| "dependent" | |
| ], | |
| [ | |
| "is", | |
| "sue" | |
| ], | |
| [ | |
| "))", | |
| "âΧ" | |
| ], | |
| [ | |
| "mechan", | |
| "ical" | |
| ], | |
| [ | |
| "cr", | |
| "ack" | |
| ], | |
| [ | |
| "appear", | |
| "ance" | |
| ], | |
| [ | |
| "spe", | |
| "ak" | |
| ], | |
| [ | |
| "equ", | |
| "ations" | |
| ], | |
| [ | |
| "iz", | |
| "ing" | |
| ], | |
| [ | |
| "princi", | |
| "ples" | |
| ], | |
| [ | |
| "classi", | |
| "fication" | |
| ], | |
| [ | |
| "b", | |
| "ind" | |
| ], | |
| [ | |
| "g", | |
| "ment" | |
| ], | |
| [ | |
| "con", | |
| "cept" | |
| ], | |
| [ | |
| "wa", | |
| "vel" | |
| ], | |
| [ | |
| "do", | |
| "u" | |
| ], | |
| [ | |
| "effe", | |
| "ctiveness" | |
| ], | |
| [ | |
| "wavel", | |
| "ength" | |
| ], | |
| [ | |
| "k", | |
| "ill" | |
| ], | |
| [ | |
| "a", | |
| "w" | |
| ], | |
| [ | |
| "con", | |
| "ver" | |
| ], | |
| [ | |
| "ren", | |
| "ce" | |
| ], | |
| [ | |
| "op", | |
| "pos" | |
| ], | |
| [ | |
| "ac", | |
| "cum" | |
| ], | |
| [ | |
| "ag", | |
| "ing" | |
| ], | |
| [ | |
| "ick", | |
| "ness" | |
| ], | |
| [ | |
| "algorith", | |
| "m" | |
| ], | |
| [ | |
| "Ġ", | |
| "[" | |
| ], | |
| [ | |
| "de", | |
| "ad" | |
| ], | |
| [ | |
| "ve", | |
| "ment" | |
| ], | |
| [ | |
| "comp", | |
| "an" | |
| ], | |
| [ | |
| "em", | |
| "er" | |
| ], | |
| [ | |
| "tran", | |
| "sp" | |
| ], | |
| [ | |
| "graph", | |
| "y" | |
| ], | |
| [ | |
| "bro", | |
| "ad" | |
| ], | |
| [ | |
| "el", | |
| "ling" | |
| ], | |
| [ | |
| "cir", | |
| "cul" | |
| ], | |
| [ | |
| "breath", | |
| "ing" | |
| ], | |
| [ | |
| "par", | |
| "ame" | |
| ], | |
| [ | |
| "8", | |
| "0" | |
| ], | |
| [ | |
| "serv", | |
| "ice" | |
| ], | |
| [ | |
| "prac", | |
| "tice" | |
| ], | |
| [ | |
| "exist", | |
| "s" | |
| ], | |
| [ | |
| "m", | |
| "id" | |
| ], | |
| [ | |
| "si", | |
| "tions" | |
| ], | |
| [ | |
| "ra", | |
| "ti" | |
| ], | |
| [ | |
| "u", | |
| "fact" | |
| ], | |
| [ | |
| "ol", | |
| "er" | |
| ], | |
| [ | |
| "interpre", | |
| "t" | |
| ], | |
| [ | |
| "reason", | |
| "ing" | |
| ], | |
| [ | |
| "de", | |
| "mo" | |
| ], | |
| [ | |
| "man", | |
| "ufact" | |
| ], | |
| [ | |
| "coun", | |
| "ter" | |
| ], | |
| [ | |
| "j", | |
| "ob" | |
| ], | |
| [ | |
| "cho", | |
| "ol" | |
| ], | |
| [ | |
| "mapp", | |
| "ing" | |
| ], | |
| [ | |
| "=", | |
| "(" | |
| ], | |
| [ | |
| "tran", | |
| "sition" | |
| ], | |
| [ | |
| "g", | |
| "ri" | |
| ], | |
| [ | |
| "ed", | |
| "ge" | |
| ], | |
| [ | |
| "sens", | |
| "ory" | |
| ], | |
| [ | |
| "recept", | |
| "ors" | |
| ], | |
| [ | |
| "o", | |
| "cean" | |
| ], | |
| [ | |
| "se", | |
| "ll" | |
| ], | |
| [ | |
| "ex", | |
| "er" | |
| ], | |
| [ | |
| "uni", | |
| "que" | |
| ], | |
| [ | |
| "confl", | |
| "ict" | |
| ], | |
| [ | |
| "S", | |
| "S" | |
| ], | |
| [ | |
| "sp", | |
| "her" | |
| ], | |
| [ | |
| "wor", | |
| "d" | |
| ], | |
| [ | |
| "ho", | |
| "ur" | |
| ], | |
| [ | |
| "inter", | |
| "net" | |
| ], | |
| [ | |
| "pre", | |
| "ferred" | |
| ], | |
| [ | |
| "mat", | |
| "ch" | |
| ], | |
| [ | |
| "int", | |
| "u" | |
| ], | |
| [ | |
| "imm", | |
| "edi" | |
| ], | |
| [ | |
| "appli", | |
| "ed" | |
| ], | |
| [ | |
| "e", | |
| "gg" | |
| ], | |
| [ | |
| "f", | |
| "ol" | |
| ], | |
| [ | |
| "in", | |
| "er" | |
| ], | |
| [ | |
| "âĨĵ", | |
| "âĨĵ" | |
| ], | |
| [ | |
| "a", | |
| "si" | |
| ], | |
| [ | |
| "âĩ", | |
| "Į" | |
| ], | |
| [ | |
| "ex", | |
| "change" | |
| ], | |
| [ | |
| "]", | |
| "@" | |
| ], | |
| [ | |
| "n", | |
| "ame" | |
| ], | |
| [ | |
| "in", | |
| "ner" | |
| ], | |
| [ | |
| "en", | |
| "h" | |
| ], | |
| [ | |
| "per", | |
| "sist" | |
| ], | |
| [ | |
| "af", | |
| "ter" | |
| ], | |
| [ | |
| "mut", | |
| "ation" | |
| ], | |
| [ | |
| "descri", | |
| "ption" | |
| ], | |
| [ | |
| "mas", | |
| "sive" | |
| ], | |
| [ | |
| "immedi", | |
| "ate" | |
| ], | |
| [ | |
| "k", | |
| "en" | |
| ], | |
| [ | |
| "ne", | |
| "ur" | |
| ], | |
| [ | |
| "fa", | |
| "ult" | |
| ], | |
| [ | |
| "tech", | |
| "n" | |
| ], | |
| [ | |
| "priori", | |
| "ti" | |
| ], | |
| [ | |
| "s", | |
| "chool" | |
| ], | |
| [ | |
| "ev", | |
| "ents" | |
| ], | |
| [ | |
| "cle", | |
| "ar" | |
| ], | |
| [ | |
| "flu", | |
| "ctu" | |
| ], | |
| [ | |
| "cover", | |
| "age" | |
| ], | |
| [ | |
| "techno", | |
| "logy" | |
| ], | |
| [ | |
| "in", | |
| "c" | |
| ], | |
| [ | |
| "in", | |
| "stability" | |
| ], | |
| [ | |
| "th", | |
| "ou" | |
| ], | |
| [ | |
| "con", | |
| "f" | |
| ], | |
| [ | |
| "ab", | |
| "lish" | |
| ], | |
| [ | |
| "us", | |
| "ers" | |
| ], | |
| [ | |
| "pre", | |
| "ference" | |
| ], | |
| [ | |
| "g", | |
| "ing" | |
| ], | |
| [ | |
| "w", | |
| "al" | |
| ], | |
| [ | |
| "con", | |
| "ve" | |
| ], | |
| [ | |
| "ne", | |
| "ural" | |
| ], | |
| [ | |
| "depend", | |
| "ency" | |
| ], | |
| [ | |
| "spect", | |
| "rum" | |
| ], | |
| [ | |
| "cla", | |
| "im" | |
| ], | |
| [ | |
| "distin", | |
| "ct" | |
| ], | |
| [ | |
| "E", | |
| "uro" | |
| ], | |
| [ | |
| "b", | |
| "one" | |
| ], | |
| [ | |
| "on", | |
| "om" | |
| ], | |
| [ | |
| "ac", | |
| "count" | |
| ], | |
| [ | |
| "pres", | |
| "s" | |
| ], | |
| [ | |
| "par", | |
| "ty" | |
| ], | |
| [ | |
| "ev", | |
| "ol" | |
| ], | |
| [ | |
| "dimension", | |
| "al" | |
| ], | |
| [ | |
| "challeng", | |
| "es" | |
| ], | |
| [ | |
| "emerg", | |
| "ent" | |
| ], | |
| [ | |
| "est", | |
| "ablish" | |
| ], | |
| [ | |
| "hor", | |
| "iz" | |
| ], | |
| [ | |
| "hydro", | |
| "gen" | |
| ], | |
| [ | |
| "c", | |
| "ity" | |
| ], | |
| [ | |
| "ed", | |
| "uc" | |
| ], | |
| [ | |
| "break", | |
| "down" | |
| ], | |
| [ | |
| "st", | |
| "ret" | |
| ], | |
| [ | |
| "tr", | |
| "ack" | |
| ], | |
| [ | |
| "pa", | |
| "st" | |
| ], | |
| [ | |
| "der", | |
| "i" | |
| ], | |
| [ | |
| "compan", | |
| "ies" | |
| ], | |
| [ | |
| "en", | |
| "e" | |
| ], | |
| [ | |
| "ex", | |
| "ception" | |
| ], | |
| [ | |
| "bri", | |
| "dge" | |
| ], | |
| [ | |
| "rela", | |
| "tivity" | |
| ], | |
| [ | |
| "align", | |
| "ment" | |
| ], | |
| [ | |
| "S", | |
| "t" | |
| ], | |
| [ | |
| "i", | |
| "ous" | |
| ], | |
| [ | |
| "l", | |
| "ate" | |
| ], | |
| [ | |
| "re", | |
| "comm" | |
| ], | |
| [ | |
| "c", | |
| "ate" | |
| ], | |
| [ | |
| "ti", | |
| "fication" | |
| ], | |
| [ | |
| "st", | |
| "art" | |
| ], | |
| [ | |
| "recomm", | |
| "end" | |
| ], | |
| [ | |
| "co", | |
| "homology" | |
| ], | |
| [ | |
| "de", | |
| "li" | |
| ], | |
| [ | |
| "con", | |
| "cer" | |
| ], | |
| [ | |
| ")]", | |
| ";" | |
| ], | |
| [ | |
| "in", | |
| "fra" | |
| ], | |
| [ | |
| "de", | |
| "ep" | |
| ], | |
| [ | |
| "con", | |
| "s" | |
| ], | |
| [ | |
| "il", | |
| "lu" | |
| ], | |
| [ | |
| "coun", | |
| "try" | |
| ], | |
| [ | |
| "compu", | |
| "ting" | |
| ], | |
| [ | |
| "hyd", | |
| "ration" | |
| ], | |
| [ | |
| "r", | |
| "ors" | |
| ], | |
| [ | |
| "level", | |
| "s" | |
| ], | |
| [ | |
| "right", | |
| "s" | |
| ], | |
| [ | |
| "allow", | |
| "ed" | |
| ], | |
| [ | |
| "E", | |
| "M" | |
| ], | |
| [ | |
| "F", | |
| "T" | |
| ], | |
| [ | |
| "h", | |
| "ic" | |
| ], | |
| [ | |
| "an", | |
| "n" | |
| ], | |
| [ | |
| "mo", | |
| "uth" | |
| ], | |
| [ | |
| "thou", | |
| "ght" | |
| ], | |
| [ | |
| "horiz", | |
| "on" | |
| ], | |
| [ | |
| "re", | |
| "qu" | |
| ], | |
| [ | |
| "li", | |
| "k" | |
| ], | |
| [ | |
| "sh", | |
| "ut" | |
| ], | |
| [ | |
| "feed", | |
| "back" | |
| ], | |
| [ | |
| "l", | |
| "ar" | |
| ], | |
| [ | |
| "v", | |
| "y" | |
| ], | |
| [ | |
| "sk", | |
| "ill" | |
| ], | |
| [ | |
| "sho", | |
| "ck" | |
| ], | |
| [ | |
| "ast", | |
| "ro" | |
| ], | |
| [ | |
| "de", | |
| "gre" | |
| ], | |
| [ | |
| "tic", | |
| "es" | |
| ], | |
| [ | |
| "fil", | |
| "m" | |
| ], | |
| [ | |
| "algorith", | |
| "ms" | |
| ], | |
| [ | |
| "techni", | |
| "ques" | |
| ], | |
| [ | |
| "ge", | |
| "t" | |
| ], | |
| [ | |
| "fe", | |
| "ar" | |
| ], | |
| [ | |
| "ma", | |
| "king" | |
| ], | |
| [ | |
| "mathema", | |
| "tics" | |
| ], | |
| [ | |
| "ch", | |
| "ain" | |
| ], | |
| [ | |
| "pro", | |
| "to" | |
| ], | |
| [ | |
| "âĨij", | |
| "[" | |
| ], | |
| [ | |
| "mon", | |
| "itor" | |
| ], | |
| [ | |
| "cu", | |
| "le" | |
| ], | |
| [ | |
| "comput", | |
| "ation" | |
| ], | |
| [ | |
| "obser", | |
| "ved" | |
| ], | |
| [ | |
| "corre", | |
| "ction" | |
| ], | |
| [ | |
| "progra", | |
| "m" | |
| ], | |
| [ | |
| "phot", | |
| "on" | |
| ], | |
| [ | |
| "evapor", | |
| "ation" | |
| ], | |
| [ | |
| "9", | |
| "9" | |
| ], | |
| [ | |
| "to", | |
| "tal" | |
| ], | |
| [ | |
| "pa", | |
| "ti" | |
| ], | |
| [ | |
| "bir", | |
| "th" | |
| ], | |
| [ | |
| "cam", | |
| "era" | |
| ], | |
| [ | |
| "U", | |
| "V" | |
| ], | |
| [ | |
| "d", | |
| "on" | |
| ], | |
| [ | |
| "f", | |
| "ing" | |
| ], | |
| [ | |
| "stu", | |
| "dies" | |
| ], | |
| [ | |
| "rela", | |
| "x" | |
| ], | |
| [ | |
| "found", | |
| "ational" | |
| ], | |
| [ | |
| "spa", | |
| "tial" | |
| ], | |
| [ | |
| "a", | |
| "ster" | |
| ], | |
| [ | |
| "}", | |
| "âĨĴ" | |
| ], | |
| [ | |
| "ti", | |
| "sm" | |
| ], | |
| [ | |
| "sp", | |
| "lit" | |
| ], | |
| [ | |
| ")âĨIJ", | |
| "[" | |
| ], | |
| [ | |
| "techn", | |
| "ical" | |
| ], | |
| [ | |
| "re", | |
| "pair" | |
| ], | |
| [ | |
| "bu", | |
| "y" | |
| ], | |
| [ | |
| "patho", | |
| "gen" | |
| ], | |
| [ | |
| "ti", | |
| "li" | |
| ], | |
| [ | |
| "pri", | |
| "v" | |
| ], | |
| [ | |
| "tain", | |
| "ed" | |
| ], | |
| [ | |
| "sym", | |
| "metries" | |
| ], | |
| [ | |
| "cult", | |
| "ure" | |
| ], | |
| [ | |
| "ra", | |
| "g" | |
| ], | |
| [ | |
| "inte", | |
| "lli" | |
| ], | |
| [ | |
| "curren", | |
| "cy" | |
| ], | |
| [ | |
| "is", | |
| "ol" | |
| ], | |
| [ | |
| "to", | |
| "u" | |
| ], | |
| [ | |
| "cor", | |
| "respon" | |
| ], | |
| [ | |
| "avoid", | |
| "ance" | |
| ], | |
| [ | |
| "build", | |
| "ing" | |
| ], | |
| [ | |
| "diag", | |
| "no" | |
| ], | |
| [ | |
| "in", | |
| "flamm" | |
| ], | |
| [ | |
| "awa", | |
| "y" | |
| ], | |
| [ | |
| "jo", | |
| "int" | |
| ], | |
| [ | |
| "medic", | |
| "ine" | |
| ], | |
| [ | |
| "s", | |
| "or" | |
| ], | |
| [ | |
| "trans", | |
| "formation" | |
| ], | |
| [ | |
| "bri", | |
| "ght" | |
| ], | |
| [ | |
| "pur", | |
| "pose" | |
| ], | |
| [ | |
| "algorith", | |
| "mic" | |
| ], | |
| [ | |
| "add", | |
| "ress" | |
| ], | |
| [ | |
| "clim", | |
| "ate" | |
| ], | |
| [ | |
| "h", | |
| "ab" | |
| ], | |
| [ | |
| "i", | |
| "red" | |
| ], | |
| [ | |
| "en", | |
| "cies" | |
| ], | |
| [ | |
| "si", | |
| "mple" | |
| ], | |
| [ | |
| "is", | |
| "ting" | |
| ], | |
| [ | |
| "he", | |
| "l" | |
| ], | |
| [ | |
| "out", | |
| "come" | |
| ], | |
| [ | |
| "valu", | |
| "es" | |
| ], | |
| [ | |
| "c", | |
| "tic" | |
| ], | |
| [ | |
| "j", | |
| "us" | |
| ], | |
| [ | |
| "x", | |
| "el" | |
| ], | |
| [ | |
| "defin", | |
| "ed" | |
| ], | |
| [ | |
| "mor", | |
| "al" | |
| ], | |
| [ | |
| "\"", | |
| ":" | |
| ], | |
| [ | |
| ":", | |
| "{" | |
| ], | |
| [ | |
| "in", | |
| "hi" | |
| ], | |
| [ | |
| ")âΧ", | |
| "(" | |
| ], | |
| [ | |
| "mole", | |
| "cule" | |
| ], | |
| [ | |
| ")âĬ", | |
| "£" | |
| ], | |
| [ | |
| "benef", | |
| "it" | |
| ], | |
| [ | |
| "explan", | |
| "ation" | |
| ], | |
| [ | |
| "sp", | |
| "ir" | |
| ], | |
| [ | |
| "do", | |
| "se" | |
| ], | |
| [ | |
| "dev", | |
| "ice" | |
| ], | |
| [ | |
| "ag", | |
| "ree" | |
| ], | |
| [ | |
| "hard", | |
| "ware" | |
| ], | |
| [ | |
| "sequ", | |
| "ence" | |
| ], | |
| [ | |
| "simil", | |
| "ar" | |
| ], | |
| [ | |
| "N", | |
| "P" | |
| ], | |
| [ | |
| "si", | |
| "l" | |
| ], | |
| [ | |
| "ent", | |
| "ry" | |
| ], | |
| [ | |
| "su", | |
| "it" | |
| ], | |
| [ | |
| "âĨij", | |
| ")âĩĴ" | |
| ], | |
| [ | |
| "gen", | |
| "der" | |
| ], | |
| [ | |
| "par", | |
| "ts" | |
| ], | |
| [ | |
| "ob", | |
| "jective" | |
| ], | |
| [ | |
| "sc", | |
| "atter" | |
| ], | |
| [ | |
| "perspe", | |
| "ctive" | |
| ], | |
| [ | |
| "e", | |
| "ch" | |
| ], | |
| [ | |
| "in", | |
| "sufficient" | |
| ], | |
| [ | |
| "en", | |
| "sive" | |
| ], | |
| [ | |
| "))", | |
| ")" | |
| ], | |
| [ | |
| "shi", | |
| "p" | |
| ], | |
| [ | |
| "cra", | |
| "sh" | |
| ], | |
| [ | |
| "h", | |
| "un" | |
| ], | |
| [ | |
| "in", | |
| "dex" | |
| ], | |
| [ | |
| "âĬ", | |
| "£" | |
| ], | |
| [ | |
| "fi", | |
| "ght" | |
| ], | |
| [ | |
| "sym", | |
| "bol" | |
| ], | |
| [ | |
| "ular", | |
| "ity" | |
| ], | |
| [ | |
| "reso", | |
| "urces" | |
| ], | |
| [ | |
| "integr", | |
| "ity" | |
| ], | |
| [ | |
| "inno", | |
| "vation" | |
| ], | |
| [ | |
| "er", | |
| "rors" | |
| ], | |
| [ | |
| "en", | |
| "ing" | |
| ], | |
| [ | |
| "resi", | |
| "li" | |
| ], | |
| [ | |
| "custom", | |
| "er" | |
| ], | |
| [ | |
| "f", | |
| "fic" | |
| ], | |
| [ | |
| "o", | |
| "v" | |
| ], | |
| [ | |
| "en", | |
| "zy" | |
| ], | |
| [ | |
| "depend", | |
| "ence" | |
| ], | |
| [ | |
| "tur", | |
| "b" | |
| ], | |
| [ | |
| "tradi", | |
| "tional" | |
| ], | |
| [ | |
| "in", | |
| "tr" | |
| ], | |
| [ | |
| "al", | |
| "ing" | |
| ], | |
| [ | |
| "con", | |
| "stru" | |
| ], | |
| [ | |
| "ex", | |
| "ha" | |
| ], | |
| [ | |
| "ir", | |
| "on" | |
| ], | |
| [ | |
| "form", | |
| "ul" | |
| ], | |
| [ | |
| "fl", | |
| "at" | |
| ], | |
| [ | |
| "pi", | |
| "xel" | |
| ], | |
| [ | |
| "necess", | |
| "ity" | |
| ], | |
| [ | |
| "fal", | |
| "se" | |
| ], | |
| [ | |
| "fri", | |
| "end" | |
| ], | |
| [ | |
| "4", | |
| "0" | |
| ], | |
| [ | |
| "9", | |
| "0" | |
| ], | |
| [ | |
| "P", | |
| "S" | |
| ], | |
| [ | |
| "f", | |
| "ru" | |
| ], | |
| [ | |
| "o", | |
| "w" | |
| ], | |
| [ | |
| "hum", | |
| "ans" | |
| ], | |
| [ | |
| "pri", | |
| "ority" | |
| ], | |
| [ | |
| "mon", | |
| "th" | |
| ], | |
| [ | |
| "deb", | |
| "ate" | |
| ], | |
| [ | |
| "integ", | |
| "ration" | |
| ], | |
| [ | |
| "kine", | |
| "tic" | |
| ], | |
| [ | |
| "a", | |
| "mp" | |
| ], | |
| [ | |
| "ment", | |
| "ary" | |
| ], | |
| [ | |
| "he", | |
| "rence" | |
| ], | |
| [ | |
| "bo", | |
| "ard" | |
| ], | |
| [ | |
| "âĢ", | |
| "ĵ" | |
| ], | |
| [ | |
| "in", | |
| "se" | |
| ], | |
| [ | |
| "fl", | |
| "ash" | |
| ], | |
| [ | |
| "met", | |
| "abo" | |
| ], | |
| [ | |
| "tit", | |
| "ude" | |
| ], | |
| [ | |
| "require", | |
| "ment" | |
| ], | |
| [ | |
| "O", | |
| "S" | |
| ], | |
| [ | |
| "d", | |
| "op" | |
| ], | |
| [ | |
| "k", | |
| "id" | |
| ], | |
| [ | |
| "n", | |
| "ar" | |
| ], | |
| [ | |
| "ine", | |
| "ffe" | |
| ], | |
| [ | |
| "spe", | |
| "cul" | |
| ], | |
| [ | |
| "vo", | |
| "ice" | |
| ], | |
| [ | |
| "rela", | |
| "tive" | |
| ], | |
| [ | |
| "cry", | |
| "p" | |
| ], | |
| [ | |
| "strateg", | |
| "y" | |
| ], | |
| [ | |
| "emotion", | |
| "al" | |
| ], | |
| [ | |
| "ra", | |
| "ble" | |
| ], | |
| [ | |
| "ren", | |
| "al" | |
| ], | |
| [ | |
| "op", | |
| "tion" | |
| ], | |
| [ | |
| "A", | |
| "n" | |
| ], | |
| [ | |
| "in", | |
| "ves" | |
| ], | |
| [ | |
| "st", | |
| "ro" | |
| ], | |
| [ | |
| "di", | |
| "a" | |
| ], | |
| [ | |
| "vari", | |
| "ables" | |
| ], | |
| [ | |
| "eth", | |
| "ical" | |
| ], | |
| [ | |
| "is", | |
| "sues" | |
| ], | |
| [ | |
| "ph", | |
| "ic" | |
| ], | |
| [ | |
| "mar", | |
| "k" | |
| ], | |
| [ | |
| "emp", | |
| "ha" | |
| ], | |
| [ | |
| "t", | |
| "oler" | |
| ], | |
| [ | |
| "u", | |
| "red" | |
| ], | |
| [ | |
| "tra", | |
| "ject" | |
| ], | |
| [ | |
| "strateg", | |
| "ies" | |
| ], | |
| [ | |
| "R", | |
| "e" | |
| ], | |
| [ | |
| "m", | |
| "acro" | |
| ], | |
| [ | |
| "n", | |
| "ic" | |
| ], | |
| [ | |
| "co", | |
| "ord" | |
| ], | |
| [ | |
| "he", | |
| "ight" | |
| ], | |
| [ | |
| "no", | |
| "se" | |
| ], | |
| [ | |
| "bo", | |
| "w" | |
| ], | |
| [ | |
| "do", | |
| "or" | |
| ], | |
| [ | |
| "c", | |
| "as" | |
| ], | |
| [ | |
| "il", | |
| "ing" | |
| ], | |
| [ | |
| "mo", | |
| "vi" | |
| ], | |
| [ | |
| "res", | |
| "ol" | |
| ], | |
| [ | |
| "clo", | |
| "se" | |
| ], | |
| [ | |
| "absor", | |
| "b" | |
| ], | |
| [ | |
| "network", | |
| "s" | |
| ], | |
| [ | |
| "co", | |
| "py" | |
| ], | |
| [ | |
| "sp", | |
| "er" | |
| ], | |
| [ | |
| "us", | |
| "tion" | |
| ], | |
| [ | |
| "ex", | |
| "isting" | |
| ], | |
| [ | |
| "gh", | |
| "ter" | |
| ], | |
| [ | |
| "pa", | |
| "per" | |
| ], | |
| [ | |
| "chro", | |
| "mo" | |
| ], | |
| [ | |
| "cate", | |
| "gor" | |
| ], | |
| [ | |
| "i", | |
| "ties" | |
| ], | |
| [ | |
| "t", | |
| "aneous" | |
| ], | |
| [ | |
| "fe", | |
| "male" | |
| ], | |
| [ | |
| "hum", | |
| "id" | |
| ], | |
| [ | |
| "animal", | |
| "s" | |
| ], | |
| [ | |
| "sympto", | |
| "ms" | |
| ], | |
| [ | |
| "v", | |
| "s" | |
| ], | |
| [ | |
| "w", | |
| "it" | |
| ], | |
| [ | |
| "ro", | |
| "ad" | |
| ], | |
| [ | |
| "ed", | |
| "ing" | |
| ], | |
| [ | |
| "con", | |
| "struct" | |
| ], | |
| [ | |
| "ch", | |
| "astic" | |
| ], | |
| [ | |
| "vari", | |
| "ance" | |
| ], | |
| [ | |
| "pol", | |
| "ar" | |
| ], | |
| [ | |
| "requ", | |
| "est" | |
| ], | |
| [ | |
| "at", | |
| "ch" | |
| ], | |
| [ | |
| "at", | |
| "tention" | |
| ], | |
| [ | |
| "vi", | |
| "ous" | |
| ], | |
| [ | |
| "imp", | |
| "ort" | |
| ], | |
| [ | |
| "A", | |
| "C" | |
| ], | |
| [ | |
| "b", | |
| "as" | |
| ], | |
| [ | |
| "in", | |
| "clu" | |
| ], | |
| [ | |
| "at", | |
| "orial" | |
| ], | |
| [ | |
| "bl", | |
| "es" | |
| ], | |
| [ | |
| "ru", | |
| "b" | |
| ], | |
| [ | |
| "vac", | |
| "c" | |
| ], | |
| [ | |
| "arti", | |
| "ficial" | |
| ], | |
| [ | |
| "e", | |
| "very" | |
| ], | |
| [ | |
| "ac", | |
| "tic" | |
| ], | |
| [ | |
| "pl", | |
| "ant" | |
| ], | |
| [ | |
| "col", | |
| "on" | |
| ], | |
| [ | |
| "ven", | |
| "ue" | |
| ], | |
| [ | |
| "sto", | |
| "chastic" | |
| ], | |
| [ | |
| "lik", | |
| "ely" | |
| ], | |
| [ | |
| "ineffe", | |
| "ctive" | |
| ], | |
| [ | |
| "c", | |
| "ru" | |
| ], | |
| [ | |
| "si", | |
| "a" | |
| ], | |
| [ | |
| "he", | |
| "tic" | |
| ], | |
| [ | |
| "algebra", | |
| "s" | |
| ], | |
| [ | |
| "free", | |
| "zing" | |
| ], | |
| [ | |
| "employ", | |
| "e" | |
| ], | |
| [ | |
| "bind", | |
| "ing" | |
| ], | |
| [ | |
| "exer", | |
| "cise" | |
| ], | |
| [ | |
| "concer", | |
| "n" | |
| ], | |
| [ | |
| "f", | |
| "ur" | |
| ], | |
| [ | |
| "s", | |
| "it" | |
| ], | |
| [ | |
| "ex", | |
| "act" | |
| ], | |
| [ | |
| "ex", | |
| "cessive" | |
| ], | |
| [ | |
| "ass", | |
| "ess" | |
| ], | |
| [ | |
| "clo", | |
| "ud" | |
| ], | |
| [ | |
| "equ", | |
| "al" | |
| ], | |
| [ | |
| "cra", | |
| "ft" | |
| ], | |
| [ | |
| "oth", | |
| "ers" | |
| ], | |
| [ | |
| "]âĨĶ", | |
| "[" | |
| ], | |
| [ | |
| "2", | |
| "5" | |
| ], | |
| [ | |
| "p", | |
| "itch" | |
| ], | |
| [ | |
| "st", | |
| "abili" | |
| ], | |
| [ | |
| "ve", | |
| "ctor" | |
| ], | |
| [ | |
| "id", | |
| "en" | |
| ], | |
| [ | |
| "par", | |
| "tial" | |
| ], | |
| [ | |
| "ill", | |
| "ness" | |
| ], | |
| [ | |
| "hypo", | |
| "thesis" | |
| ], | |
| [ | |
| ")]|", | |
| "[" | |
| ], | |
| [ | |
| "inves", | |
| "tig" | |
| ], | |
| [ | |
| "r", | |
| "ates" | |
| ], | |
| [ | |
| "s", | |
| "qu" | |
| ], | |
| [ | |
| "gen", | |
| "es" | |
| ], | |
| [ | |
| "we", | |
| "en" | |
| ], | |
| [ | |
| "bet", | |
| "ween" | |
| ], | |
| [ | |
| "bub", | |
| "ble" | |
| ], | |
| [ | |
| "correspon", | |
| "dence" | |
| ], | |
| [ | |
| "d", | |
| "it" | |
| ], | |
| [ | |
| "e", | |
| "ties" | |
| ], | |
| [ | |
| "p", | |
| "un" | |
| ], | |
| [ | |
| "re", | |
| "ci" | |
| ], | |
| [ | |
| "al", | |
| "e" | |
| ], | |
| [ | |
| "fe", | |
| "atures" | |
| ], | |
| [ | |
| "ten", | |
| "ess" | |
| ], | |
| [ | |
| "arch", | |
| "ite" | |
| ], | |
| [ | |
| "chemical", | |
| "s" | |
| ], | |
| [ | |
| "sens", | |
| "ation" | |
| ], | |
| [ | |
| "electron", | |
| "s" | |
| ], | |
| [ | |
| "win", | |
| "dow" | |
| ], | |
| [ | |
| "Euro", | |
| "pe" | |
| ], | |
| [ | |
| "C", | |
| "on" | |
| ], | |
| [ | |
| "am", | |
| "in" | |
| ], | |
| [ | |
| "des", | |
| "ire" | |
| ], | |
| [ | |
| "environ", | |
| "ments" | |
| ], | |
| [ | |
| "electric", | |
| "ity" | |
| ], | |
| [ | |
| "conserv", | |
| "ation" | |
| ], | |
| [ | |
| "Z", | |
| "FC" | |
| ], | |
| [ | |
| "ti", | |
| "ne" | |
| ], | |
| [ | |
| "fe", | |
| "ature" | |
| ], | |
| [ | |
| "ef", | |
| "fort" | |
| ], | |
| [ | |
| "fo", | |
| "ot" | |
| ], | |
| [ | |
| "imp", | |
| "le" | |
| ], | |
| [ | |
| "found", | |
| "ation" | |
| ], | |
| [ | |
| "medi", | |
| "um" | |
| ], | |
| [ | |
| "relev", | |
| "ant" | |
| ], | |
| [ | |
| "di", | |
| "lation" | |
| ], | |
| [ | |
| "ad", | |
| "renal" | |
| ], | |
| [ | |
| ")]", | |
| "." | |
| ], | |
| [ | |
| "no", | |
| "mi" | |
| ], | |
| [ | |
| "tox", | |
| "ic" | |
| ], | |
| [ | |
| "b", | |
| "il" | |
| ], | |
| [ | |
| "an", | |
| "alog" | |
| ], | |
| [ | |
| "li", | |
| "st" | |
| ], | |
| [ | |
| "ver", | |
| "se" | |
| ], | |
| [ | |
| "mar", | |
| "ke" | |
| ], | |
| [ | |
| "oper", | |
| "ations" | |
| ], | |
| [ | |
| "explo", | |
| "sion" | |
| ], | |
| [ | |
| "eli", | |
| "mination" | |
| ], | |
| [ | |
| "manifold", | |
| "s" | |
| ], | |
| [ | |
| "combin", | |
| "atorial" | |
| ], | |
| [ | |
| "l", | |
| "ink" | |
| ], | |
| [ | |
| "s", | |
| "in" | |
| ], | |
| [ | |
| "log", | |
| "ies" | |
| ], | |
| [ | |
| "dri", | |
| "ve" | |
| ], | |
| [ | |
| "compo", | |
| "und" | |
| ], | |
| [ | |
| "fore", | |
| "ign" | |
| ], | |
| [ | |
| "ambi", | |
| "gu" | |
| ], | |
| [ | |
| "lingu", | |
| "istic" | |
| ], | |
| [ | |
| "iden", | |
| "tical" | |
| ], | |
| [ | |
| "A", | |
| "I" | |
| ], | |
| [ | |
| "on", | |
| "al" | |
| ], | |
| [ | |
| "âĨij", | |
| "+" | |
| ], | |
| [ | |
| "bo", | |
| "th" | |
| ], | |
| [ | |
| "bon", | |
| "d" | |
| ], | |
| [ | |
| "indu", | |
| "stri" | |
| ], | |
| [ | |
| "categ", | |
| "ories" | |
| ], | |
| [ | |
| "sex", | |
| "ual" | |
| ], | |
| [ | |
| "t", | |
| "w" | |
| ], | |
| [ | |
| "st", | |
| "ars" | |
| ], | |
| [ | |
| "pres", | |
| "ence" | |
| ], | |
| [ | |
| "cor", | |
| "rup" | |
| ], | |
| [ | |
| "oper", | |
| "ator" | |
| ], | |
| [ | |
| "delay", | |
| "ed" | |
| ], | |
| [ | |
| "poly", | |
| "nomi" | |
| ], | |
| [ | |
| "subst", | |
| "ance" | |
| ], | |
| [ | |
| "fron", | |
| "t" | |
| ], | |
| [ | |
| "scatter", | |
| "ing" | |
| ], | |
| [ | |
| "1", | |
| "8" | |
| ], | |
| [ | |
| "ti", | |
| "re" | |
| ], | |
| [ | |
| "li", | |
| "ft" | |
| ], | |
| [ | |
| "mo", | |
| "tor" | |
| ], | |
| [ | |
| "cur", | |
| "v" | |
| ], | |
| [ | |
| "comple", | |
| "teness" | |
| ], | |
| [ | |
| "mil", | |
| "itary" | |
| ], | |
| [ | |
| "metabo", | |
| "lism" | |
| ], | |
| [ | |
| "A", | |
| "D" | |
| ], | |
| [ | |
| "f", | |
| "ish" | |
| ], | |
| [ | |
| "g", | |
| "lu" | |
| ], | |
| [ | |
| "g", | |
| "old" | |
| ], | |
| [ | |
| "l", | |
| "ace" | |
| ], | |
| [ | |
| "con", | |
| "crete" | |
| ], | |
| [ | |
| "ri", | |
| "se" | |
| ], | |
| [ | |
| "comp", | |
| "ati" | |
| ], | |
| [ | |
| "sk", | |
| "y" | |
| ], | |
| [ | |
| "inten", | |
| "ded" | |
| ], | |
| [ | |
| "S", | |
| "un" | |
| ], | |
| [ | |
| "t", | |
| "un" | |
| ], | |
| [ | |
| "z", | |
| "one" | |
| ], | |
| [ | |
| "at", | |
| "s" | |
| ], | |
| [ | |
| "di", | |
| "et" | |
| ], | |
| [ | |
| "reg", | |
| "ion" | |
| ], | |
| [ | |
| "compe", | |
| "tition" | |
| ], | |
| [ | |
| "transform", | |
| "ations" | |
| ], | |
| [ | |
| "rigor", | |
| "ous" | |
| ], | |
| [ | |
| "circu", | |
| "it" | |
| ], | |
| [ | |
| "re", | |
| "venue" | |
| ], | |
| [ | |
| "st", | |
| "ep" | |
| ], | |
| [ | |
| "con", | |
| "fir" | |
| ], | |
| [ | |
| "âĪ", | |
| "ŀ" | |
| ], | |
| [ | |
| "str", | |
| "ict" | |
| ], | |
| [ | |
| "we", | |
| "ar" | |
| ], | |
| [ | |
| "require", | |
| "ments" | |
| ], | |
| [ | |
| "it", | |
| "er" | |
| ], | |
| [ | |
| "un", | |
| "it" | |
| ], | |
| [ | |
| "ve", | |
| "hic" | |
| ], | |
| [ | |
| "tra", | |
| "ffic" | |
| ], | |
| [ | |
| "P", | |
| "ar" | |
| ], | |
| [ | |
| "r", | |
| "ical" | |
| ], | |
| [ | |
| "mo", | |
| "de" | |
| ], | |
| [ | |
| "ur", | |
| "ban" | |
| ], | |
| [ | |
| "ex", | |
| "tra" | |
| ], | |
| [ | |
| "du", | |
| "e" | |
| ], | |
| [ | |
| "comp", | |
| "ens" | |
| ], | |
| [ | |
| "ins", | |
| "ic" | |
| ], | |
| [ | |
| "ins", | |
| "titution" | |
| ], | |
| [ | |
| "proto", | |
| "col" | |
| ], | |
| [ | |
| "curv", | |
| "ature" | |
| ], | |
| [ | |
| "i", | |
| "or" | |
| ], | |
| [ | |
| "or", | |
| "tion" | |
| ], | |
| [ | |
| "ro", | |
| "t" | |
| ], | |
| [ | |
| "ro", | |
| "ll" | |
| ], | |
| [ | |
| "âĨij", | |
| "]" | |
| ], | |
| [ | |
| "identi", | |
| "fy" | |
| ], | |
| [ | |
| "archite", | |
| "ct" | |
| ], | |
| [ | |
| "se", | |
| "ction" | |
| ], | |
| [ | |
| "fre", | |
| "ed" | |
| ], | |
| [ | |
| "caus", | |
| "ality" | |
| ], | |
| [ | |
| "accum", | |
| "ulation" | |
| ], | |
| [ | |
| "1", | |
| "1" | |
| ], | |
| [ | |
| "C", | |
| "D" | |
| ], | |
| [ | |
| "i", | |
| "f" | |
| ], | |
| [ | |
| "n", | |
| "ed" | |
| ], | |
| [ | |
| "il", | |
| "legal" | |
| ], | |
| [ | |
| "is", | |
| "tics" | |
| ], | |
| [ | |
| "cost", | |
| "s" | |
| ], | |
| [ | |
| "bio", | |
| "logy" | |
| ], | |
| [ | |
| "fil", | |
| "ter" | |
| ], | |
| [ | |
| "syn", | |
| "thesis" | |
| ], | |
| [ | |
| "dra", | |
| "g" | |
| ], | |
| [ | |
| "separ", | |
| "ation" | |
| ], | |
| [ | |
| "d", | |
| "le" | |
| ], | |
| [ | |
| "comp", | |
| "ar" | |
| ], | |
| [ | |
| "sho", | |
| "w" | |
| ], | |
| [ | |
| "abili", | |
| "ties" | |
| ], | |
| [ | |
| "spect", | |
| "ral" | |
| ], | |
| [ | |
| "invari", | |
| "ant" | |
| ], | |
| [ | |
| "b", | |
| "ing" | |
| ], | |
| [ | |
| "c", | |
| "ti" | |
| ], | |
| [ | |
| "g", | |
| "a" | |
| ], | |
| [ | |
| "ti", | |
| "ation" | |
| ], | |
| [ | |
| "lo", | |
| "an" | |
| ], | |
| [ | |
| "se", | |
| "man" | |
| ], | |
| [ | |
| "res", | |
| "h" | |
| ], | |
| [ | |
| "ex", | |
| "cess" | |
| ], | |
| [ | |
| "ten", | |
| "d" | |
| ], | |
| [ | |
| "vo", | |
| "te" | |
| ], | |
| [ | |
| "anti", | |
| "bio" | |
| ], | |
| [ | |
| "feel", | |
| "ing" | |
| ], | |
| [ | |
| "deci", | |
| "d" | |
| ], | |
| [ | |
| "c", | |
| "ution" | |
| ], | |
| [ | |
| "c", | |
| "ket" | |
| ], | |
| [ | |
| "te", | |
| "red" | |
| ], | |
| [ | |
| "dis", | |
| "cre" | |
| ], | |
| [ | |
| "dri", | |
| "ven" | |
| ], | |
| [ | |
| "orbit", | |
| "al" | |
| ], | |
| [ | |
| "dou", | |
| "ble" | |
| ], | |
| [ | |
| "g", | |
| "ate" | |
| ], | |
| [ | |
| "t", | |
| "wo" | |
| ], | |
| [ | |
| "v", | |
| "ous" | |
| ], | |
| [ | |
| "de", | |
| "struction" | |
| ], | |
| [ | |
| "th", | |
| "al" | |
| ], | |
| [ | |
| "fe", | |
| "a" | |
| ], | |
| [ | |
| "are", | |
| "as" | |
| ], | |
| [ | |
| "differen", | |
| "ces" | |
| ], | |
| [ | |
| "veri", | |
| "fication" | |
| ], | |
| [ | |
| "cryst", | |
| "al" | |
| ], | |
| [ | |
| "spher", | |
| "ic" | |
| ], | |
| [ | |
| "P", | |
| "o" | |
| ], | |
| [ | |
| "a", | |
| "mpli" | |
| ], | |
| [ | |
| "z", | |
| "z" | |
| ], | |
| [ | |
| "ÃĹ", | |
| "(" | |
| ], | |
| [ | |
| "chan", | |
| "nel" | |
| ], | |
| [ | |
| "cont", | |
| "rib" | |
| ], | |
| [ | |
| "tre", | |
| "e" | |
| ], | |
| [ | |
| "recept", | |
| "or" | |
| ], | |
| [ | |
| "ig", | |
| "no" | |
| ], | |
| [ | |
| "f", | |
| "ts" | |
| ], | |
| [ | |
| "or", | |
| "th" | |
| ], | |
| [ | |
| "de", | |
| "fault" | |
| ], | |
| [ | |
| "ta", | |
| "ins" | |
| ], | |
| [ | |
| "we", | |
| "e" | |
| ], | |
| [ | |
| "infra", | |
| "structure" | |
| ], | |
| [ | |
| "illu", | |
| "sion" | |
| ], | |
| [ | |
| "S", | |
| "ch" | |
| ], | |
| [ | |
| "ne", | |
| "ar" | |
| ], | |
| [ | |
| "vari", | |
| "ation" | |
| ], | |
| [ | |
| "graph", | |
| "ic" | |
| ], | |
| [ | |
| "resili", | |
| "ence" | |
| ], | |
| [ | |
| "re", | |
| "placement" | |
| ], | |
| [ | |
| "at", | |
| "temp" | |
| ], | |
| [ | |
| "ro", | |
| "ck" | |
| ], | |
| [ | |
| "signal", | |
| "s" | |
| ], | |
| [ | |
| "og", | |
| "le" | |
| ], | |
| [ | |
| "relationship", | |
| "s" | |
| ], | |
| [ | |
| "si", | |
| "p" | |
| ], | |
| [ | |
| "th", | |
| "an" | |
| ], | |
| [ | |
| "la", | |
| "u" | |
| ], | |
| [ | |
| "elect", | |
| "rical" | |
| ], | |
| [ | |
| "addi", | |
| "tion" | |
| ], | |
| [ | |
| "U", | |
| "K" | |
| ], | |
| [ | |
| "bo", | |
| "x" | |
| ], | |
| [ | |
| "we", | |
| "ather" | |
| ], | |
| [ | |
| "En", | |
| "g" | |
| ], | |
| [ | |
| "correl", | |
| "ation" | |
| ], | |
| [ | |
| "agree", | |
| "ment" | |
| ], | |
| [ | |
| "v", | |
| "ity" | |
| ], | |
| [ | |
| "le", | |
| "tion" | |
| ], | |
| [ | |
| "de", | |
| "qu" | |
| ], | |
| [ | |
| "ex", | |
| "clu" | |
| ], | |
| [ | |
| "for", | |
| "ced" | |
| ], | |
| [ | |
| "tin", | |
| "y" | |
| ], | |
| [ | |
| "we", | |
| "alth" | |
| ], | |
| [ | |
| "mus", | |
| "cles" | |
| ], | |
| [ | |
| "ac", | |
| "ci" | |
| ], | |
| [ | |
| "de", | |
| "pression" | |
| ], | |
| [ | |
| "pro", | |
| "pa" | |
| ], | |
| [ | |
| "dis", | |
| "covery" | |
| ], | |
| [ | |
| "wa", | |
| "ste" | |
| ], | |
| [ | |
| "ner", | |
| "vous" | |
| ], | |
| [ | |
| "pu", | |
| "mp" | |
| ], | |
| [ | |
| "atom", | |
| "ic" | |
| ], | |
| [ | |
| "purch", | |
| "ase" | |
| ], | |
| [ | |
| "1", | |
| "7" | |
| ], | |
| [ | |
| "r", | |
| "ational" | |
| ], | |
| [ | |
| "er", | |
| "t" | |
| ], | |
| [ | |
| "con", | |
| "ven" | |
| ], | |
| [ | |
| "ut", | |
| "ed" | |
| ], | |
| [ | |
| "âĬ", | |
| "Ħ" | |
| ], | |
| [ | |
| "wa", | |
| "ke" | |
| ], | |
| [ | |
| "cap", | |
| "ital" | |
| ], | |
| [ | |
| "mple", | |
| "ctic" | |
| ], | |
| [ | |
| "immun", | |
| "ity" | |
| ], | |
| [ | |
| ")", | |
| "âĨij" | |
| ], | |
| [ | |
| "r", | |
| "t" | |
| ], | |
| [ | |
| "te", | |
| "eth" | |
| ], | |
| [ | |
| "chan", | |
| "ged" | |
| ], | |
| [ | |
| "dif", | |
| "f" | |
| ], | |
| [ | |
| "pol", | |
| "l" | |
| ], | |
| [ | |
| "sym", | |
| "metric" | |
| ], | |
| [ | |
| "divi", | |
| "sion" | |
| ], | |
| [ | |
| "phenomen", | |
| "on" | |
| ], | |
| [ | |
| "own", | |
| "ership" | |
| ], | |
| [ | |
| "f", | |
| "air" | |
| ], | |
| [ | |
| "g", | |
| "ent" | |
| ], | |
| [ | |
| "l", | |
| "as" | |
| ], | |
| [ | |
| "vi", | |
| "sibility" | |
| ], | |
| [ | |
| "ten", | |
| "ance" | |
| ], | |
| [ | |
| "ori", | |
| "e" | |
| ], | |
| [ | |
| "under", | |
| "lying" | |
| ], | |
| [ | |
| "main", | |
| "tenance" | |
| ], | |
| [ | |
| "valu", | |
| "ation" | |
| ], | |
| [ | |
| "electro", | |
| "magnetic" | |
| ], | |
| [ | |
| "phy", | |
| "si" | |
| ], | |
| [ | |
| "fing", | |
| "er" | |
| ], | |
| [ | |
| "f", | |
| "aces" | |
| ], | |
| [ | |
| "o", | |
| "se" | |
| ], | |
| [ | |
| "z", | |
| "es" | |
| ], | |
| [ | |
| "in", | |
| "ed" | |
| ], | |
| [ | |
| "ar", | |
| "bit" | |
| ], | |
| [ | |
| "li", | |
| "on" | |
| ], | |
| [ | |
| "vi", | |
| "bration" | |
| ], | |
| [ | |
| "cle", | |
| "an" | |
| ], | |
| [ | |
| "educ", | |
| "ation" | |
| ], | |
| [ | |
| "intelli", | |
| "gence" | |
| ], | |
| [ | |
| "humid", | |
| "ity" | |
| ], | |
| [ | |
| "d", | |
| "al" | |
| ], | |
| [ | |
| "w", | |
| "r" | |
| ], | |
| [ | |
| "spe", | |
| "ech" | |
| ], | |
| [ | |
| "da", | |
| "ys" | |
| ], | |
| [ | |
| "mi", | |
| "se" | |
| ], | |
| [ | |
| "sun", | |
| "light" | |
| ], | |
| [ | |
| ")â΍", | |
| "(" | |
| ], | |
| [ | |
| "]", | |
| ")âĨĴ" | |
| ], | |
| [ | |
| "v", | |
| "apor" | |
| ], | |
| [ | |
| "re", | |
| "production" | |
| ], | |
| [ | |
| "ra", | |
| "int" | |
| ], | |
| [ | |
| "ap", | |
| "h" | |
| ], | |
| [ | |
| "ca", | |
| "st" | |
| ], | |
| [ | |
| "bi", | |
| "g" | |
| ], | |
| [ | |
| "pr", | |
| "ices" | |
| ], | |
| [ | |
| "mil", | |
| "k" | |
| ], | |
| [ | |
| "context", | |
| "ual" | |
| ], | |
| [ | |
| "freed", | |
| "om" | |
| ], | |
| [ | |
| "N", | |
| "ew" | |
| ], | |
| [ | |
| "P", | |
| "ro" | |
| ], | |
| [ | |
| "c", | |
| "ure" | |
| ], | |
| [ | |
| "in", | |
| "to" | |
| ], | |
| [ | |
| "ac", | |
| "ces" | |
| ], | |
| [ | |
| "ent", | |
| "angle" | |
| ], | |
| [ | |
| "min", | |
| "d" | |
| ], | |
| [ | |
| "sen", | |
| "sitive" | |
| ], | |
| [ | |
| "prioriti", | |
| "ze" | |
| ], | |
| [ | |
| "intr", | |
| "insic" | |
| ], | |
| [ | |
| "co", | |
| "o" | |
| ], | |
| [ | |
| "as", | |
| "soci" | |
| ], | |
| [ | |
| "ul", | |
| "l" | |
| ], | |
| [ | |
| "t", | |
| "able" | |
| ], | |
| [ | |
| "an", | |
| "te" | |
| ], | |
| [ | |
| "ar", | |
| "di" | |
| ], | |
| [ | |
| "se", | |
| "a" | |
| ], | |
| [ | |
| "ol", | |
| "ic" | |
| ], | |
| [ | |
| "ne", | |
| "e" | |
| ], | |
| [ | |
| "pl", | |
| "as" | |
| ], | |
| [ | |
| "cy", | |
| "cles" | |
| ], | |
| [ | |
| "ori", | |
| "ent" | |
| ], | |
| [ | |
| "na", | |
| "vi" | |
| ], | |
| [ | |
| "avail", | |
| "ability" | |
| ], | |
| [ | |
| "atmo", | |
| "spheric" | |
| ], | |
| [ | |
| "restr", | |
| "ict" | |
| ], | |
| [ | |
| "lif", | |
| "es" | |
| ], | |
| [ | |
| "su", | |
| "s" | |
| ], | |
| [ | |
| "bu", | |
| "il" | |
| ], | |
| [ | |
| "comm", | |
| "er" | |
| ], | |
| [ | |
| ")", | |
| "âī" | |
| ], | |
| [ | |
| "u", | |
| "st" | |
| ], | |
| [ | |
| "ho", | |
| "ut" | |
| ], | |
| [ | |
| "child", | |
| "ren" | |
| ], | |
| [ | |
| "oppos", | |
| "ite" | |
| ], | |
| [ | |
| "entangle", | |
| "ment" | |
| ], | |
| [ | |
| "re", | |
| "in" | |
| ], | |
| [ | |
| "si", | |
| "mp" | |
| ], | |
| [ | |
| "mo", | |
| "bi" | |
| ], | |
| [ | |
| "po", | |
| "ison" | |
| ], | |
| [ | |
| "cell", | |
| "ular" | |
| ], | |
| [ | |
| "experi", | |
| "ment" | |
| ], | |
| [ | |
| "con", | |
| "tain" | |
| ], | |
| [ | |
| "free", | |
| "ze" | |
| ], | |
| [ | |
| "atom", | |
| "s" | |
| ], | |
| [ | |
| "contra", | |
| "d" | |
| ], | |
| [ | |
| "pati", | |
| "ent" | |
| ], | |
| [ | |
| "T", | |
| "uring" | |
| ], | |
| [ | |
| "ac", | |
| "qui" | |
| ], | |
| [ | |
| "de", | |
| "hydration" | |
| ], | |
| [ | |
| "se", | |
| "e" | |
| ], | |
| [ | |
| "sp", | |
| "ring" | |
| ], | |
| [ | |
| "res", | |
| "sive" | |
| ], | |
| [ | |
| "is", | |
| "o" | |
| ], | |
| [ | |
| "disp", | |
| "lay" | |
| ], | |
| [ | |
| "main", | |
| "tain" | |
| ], | |
| [ | |
| "sens", | |
| "or" | |
| ], | |
| [ | |
| "diver", | |
| "sity" | |
| ], | |
| [ | |
| "asy", | |
| "m" | |
| ], | |
| [ | |
| "axi", | |
| "om" | |
| ], | |
| [ | |
| "sty", | |
| "le" | |
| ], | |
| [ | |
| "lifes", | |
| "pan" | |
| ], | |
| [ | |
| "b", | |
| "ef" | |
| ], | |
| [ | |
| "ac", | |
| "ts" | |
| ], | |
| [ | |
| "ra", | |
| "re" | |
| ], | |
| [ | |
| "col", | |
| "lective" | |
| ], | |
| [ | |
| "ser", | |
| "ver" | |
| ], | |
| [ | |
| "sur", | |
| "ance" | |
| ], | |
| [ | |
| "dete", | |
| "ct" | |
| ], | |
| [ | |
| "caus", | |
| "al" | |
| ], | |
| [ | |
| "bacter", | |
| "ial" | |
| ], | |
| [ | |
| "adjust", | |
| "ment" | |
| ], | |
| [ | |
| "adrenal", | |
| "ine" | |
| ], | |
| [ | |
| "dequ", | |
| "ate" | |
| ], | |
| [ | |
| "bef", | |
| "ore" | |
| ], | |
| [ | |
| "I", | |
| "S" | |
| ], | |
| [ | |
| "â", | |
| "Ĥ" | |
| ], | |
| [ | |
| "âĨĴâĨĴ", | |
| "âĨĴâĨĴ" | |
| ], | |
| [ | |
| "pro", | |
| "f" | |
| ], | |
| [ | |
| ")âĩĴ", | |
| "¬" | |
| ], | |
| [ | |
| "sub", | |
| "jective" | |
| ], | |
| [ | |
| "prote", | |
| "ins" | |
| ], | |
| [ | |
| "land", | |
| "s" | |
| ], | |
| [ | |
| "valid", | |
| "ation" | |
| ], | |
| [ | |
| "sti", | |
| "ll" | |
| ], | |
| [ | |
| "adapt", | |
| "ability" | |
| ], | |
| [ | |
| "]", | |
| ";[" | |
| ], | |
| [ | |
| "r", | |
| "ace" | |
| ], | |
| [ | |
| "s", | |
| "ke" | |
| ], | |
| [ | |
| "t", | |
| "ro" | |
| ], | |
| [ | |
| "y", | |
| "o" | |
| ], | |
| [ | |
| "di", | |
| "ent" | |
| ], | |
| [ | |
| "tra", | |
| "it" | |
| ], | |
| [ | |
| "go", | |
| "al" | |
| ], | |
| [ | |
| "identi", | |
| "fication" | |
| ], | |
| [ | |
| "conne", | |
| "cted" | |
| ], | |
| [ | |
| "predict", | |
| "ability" | |
| ], | |
| [ | |
| "transp", | |
| "ort" | |
| ], | |
| [ | |
| "hour", | |
| "s" | |
| ], | |
| [ | |
| "wit", | |
| "hout" | |
| ], | |
| [ | |
| "v", | |
| "able" | |
| ], | |
| [ | |
| "an", | |
| "k" | |
| ], | |
| [ | |
| "co", | |
| "ding" | |
| ], | |
| [ | |
| "co", | |
| "herence" | |
| ], | |
| [ | |
| "cal", | |
| "orie" | |
| ], | |
| [ | |
| "individual", | |
| "s" | |
| ], | |
| [ | |
| "argu", | |
| "ment" | |
| ], | |
| [ | |
| "a", | |
| "verage" | |
| ], | |
| [ | |
| "b", | |
| "erg" | |
| ], | |
| [ | |
| "v", | |
| "il" | |
| ], | |
| [ | |
| "const", | |
| "raint" | |
| ], | |
| [ | |
| "organ", | |
| "ization" | |
| ], | |
| [ | |
| "cat", | |
| "aly" | |
| ], | |
| [ | |
| "L", | |
| "e" | |
| ], | |
| [ | |
| "m", | |
| "ess" | |
| ], | |
| [ | |
| "w", | |
| "rit" | |
| ], | |
| [ | |
| "ac", | |
| "he" | |
| ], | |
| [ | |
| "bl", | |
| "ur" | |
| ], | |
| [ | |
| "tim", | |
| "ate" | |
| ], | |
| [ | |
| "abs", | |
| "ence" | |
| ], | |
| [ | |
| "bar", | |
| "rier" | |
| ], | |
| [ | |
| "period", | |
| "ic" | |
| ], | |
| [ | |
| "rati", | |
| "o" | |
| ], | |
| [ | |
| "c", | |
| "ash" | |
| ], | |
| [ | |
| "f", | |
| "li" | |
| ], | |
| [ | |
| "i", | |
| "ting" | |
| ], | |
| [ | |
| "u", | |
| "ish" | |
| ], | |
| [ | |
| "]âĩĴ", | |
| "(" | |
| ], | |
| [ | |
| "disp", | |
| "lace" | |
| ], | |
| [ | |
| "tru", | |
| "st" | |
| ], | |
| [ | |
| "bub", | |
| "bles" | |
| ], | |
| [ | |
| "industri", | |
| "al" | |
| ], | |
| [ | |
| "R", | |
| "us" | |
| ], | |
| [ | |
| "b", | |
| "rand" | |
| ], | |
| [ | |
| "g", | |
| "au" | |
| ], | |
| [ | |
| "it", | |
| "em" | |
| ], | |
| [ | |
| "lo", | |
| "t" | |
| ], | |
| [ | |
| "de", | |
| "cl" | |
| ], | |
| [ | |
| "ad", | |
| "ver" | |
| ], | |
| [ | |
| "ting", | |
| "uish" | |
| ], | |
| [ | |
| "))", | |
| "." | |
| ], | |
| [ | |
| "âĬĥ", | |
| "(" | |
| ], | |
| [ | |
| "bur", | |
| "ning" | |
| ], | |
| [ | |
| "sw", | |
| "elling" | |
| ], | |
| [ | |
| "descri", | |
| "p" | |
| ], | |
| [ | |
| "ba", | |
| "sis" | |
| ], | |
| [ | |
| "onom", | |
| "y" | |
| ], | |
| [ | |
| "g", | |
| "un" | |
| ], | |
| [ | |
| "s", | |
| "ong" | |
| ], | |
| [ | |
| "Ã", | |
| "¶" | |
| ], | |
| [ | |
| "ac", | |
| "hi" | |
| ], | |
| [ | |
| "ÃĹ", | |
| "¬" | |
| ], | |
| [ | |
| "em", | |
| "bed" | |
| ], | |
| [ | |
| "imp", | |
| "er" | |
| ], | |
| [ | |
| "hea", | |
| "vy" | |
| ], | |
| [ | |
| "maj", | |
| "ority" | |
| ], | |
| [ | |
| "sper", | |
| "m" | |
| ], | |
| [ | |
| "e", | |
| "asy" | |
| ], | |
| [ | |
| "o", | |
| "tic" | |
| ], | |
| [ | |
| "p", | |
| "el" | |
| ], | |
| [ | |
| "w", | |
| "ide" | |
| ], | |
| [ | |
| "ex", | |
| "tension" | |
| ], | |
| [ | |
| "par", | |
| "alle" | |
| ], | |
| [ | |
| "we", | |
| "t" | |
| ], | |
| [ | |
| "tra", | |
| "p" | |
| ], | |
| [ | |
| "comm", | |
| "ut" | |
| ], | |
| [ | |
| "cri", | |
| "me" | |
| ], | |
| [ | |
| "):", | |
| "[" | |
| ], | |
| [ | |
| "ste", | |
| "re" | |
| ], | |
| [ | |
| "psycho", | |
| "logical" | |
| ], | |
| [ | |
| "1", | |
| "6" | |
| ], | |
| [ | |
| "G", | |
| "o" | |
| ], | |
| [ | |
| "ess", | |
| "ential" | |
| ], | |
| [ | |
| "comp", | |
| "ro" | |
| ], | |
| [ | |
| "so", | |
| "ap" | |
| ], | |
| [ | |
| "able", | |
| "d" | |
| ], | |
| [ | |
| "limit", | |
| "ation" | |
| ], | |
| [ | |
| "stand", | |
| "ardi" | |
| ], | |
| [ | |
| "oper", | |
| "ators" | |
| ], | |
| [ | |
| "organ", | |
| "ic" | |
| ], | |
| [ | |
| "The", | |
| "ore" | |
| ], | |
| [ | |
| "deli", | |
| "very" | |
| ], | |
| [ | |
| "tou", | |
| "ch" | |
| ], | |
| [ | |
| "i", | |
| "gh" | |
| ], | |
| [ | |
| "k", | |
| "es" | |
| ], | |
| [ | |
| "s", | |
| "ent" | |
| ], | |
| [ | |
| "ic", | |
| "tions" | |
| ], | |
| [ | |
| "de", | |
| "composition" | |
| ], | |
| [ | |
| "di", | |
| "m" | |
| ], | |
| [ | |
| "over", | |
| "load" | |
| ], | |
| [ | |
| "clo", | |
| "sure" | |
| ], | |
| [ | |
| "100", | |
| "0" | |
| ], | |
| [ | |
| "inten", | |
| "sity" | |
| ], | |
| [ | |
| "hal", | |
| "f" | |
| ], | |
| [ | |
| "def", | |
| "ense" | |
| ], | |
| [ | |
| "tempor", | |
| "al" | |
| ], | |
| [ | |
| "<", | |
| "<" | |
| ], | |
| [ | |
| "G", | |
| "er" | |
| ], | |
| [ | |
| "Ġ", | |
| "|" | |
| ], | |
| [ | |
| "ra", | |
| "y" | |
| ], | |
| [ | |
| "str", | |
| "ation" | |
| ], | |
| [ | |
| "impro", | |
| "vement" | |
| ], | |
| [ | |
| "gau", | |
| "ge" | |
| ], | |
| [ | |
| "er", | |
| "y" | |
| ], | |
| [ | |
| "or", | |
| "ation" | |
| ], | |
| [ | |
| "lo", | |
| "ok" | |
| ], | |
| [ | |
| "bo", | |
| "dies" | |
| ], | |
| [ | |
| "sc", | |
| "ar" | |
| ], | |
| [ | |
| "rel", | |
| "ated" | |
| ], | |
| [ | |
| "health", | |
| "y" | |
| ], | |
| [ | |
| "tes", | |
| "ting" | |
| ], | |
| [ | |
| "stim", | |
| "ulation" | |
| ], | |
| [ | |
| "lab", | |
| "el" | |
| ], | |
| [ | |
| "wid", | |
| "th" | |
| ], | |
| [ | |
| "stimul", | |
| "us" | |
| ], | |
| [ | |
| "fluctu", | |
| "ations" | |
| ], | |
| [ | |
| "chromo", | |
| "some" | |
| ], | |
| [ | |
| "C", | |
| "H" | |
| ], | |
| [ | |
| "m", | |
| "ort" | |
| ], | |
| [ | |
| "sy", | |
| "mplectic" | |
| ], | |
| [ | |
| "gu", | |
| "ar" | |
| ], | |
| [ | |
| "dri", | |
| "ft" | |
| ], | |
| [ | |
| "accur", | |
| "ate" | |
| ], | |
| [ | |
| "affect", | |
| "ed" | |
| ], | |
| [ | |
| "inflamm", | |
| "ation" | |
| ], | |
| [ | |
| "b", | |
| "el" | |
| ], | |
| [ | |
| "in", | |
| "surance" | |
| ], | |
| [ | |
| "sp", | |
| "ending" | |
| ], | |
| [ | |
| "adv", | |
| "ance" | |
| ], | |
| [ | |
| "auth", | |
| "ority" | |
| ], | |
| [ | |
| "benef", | |
| "its" | |
| ], | |
| [ | |
| "f", | |
| "an" | |
| ], | |
| [ | |
| "p", | |
| "ulation" | |
| ], | |
| [ | |
| "w", | |
| "omen" | |
| ], | |
| [ | |
| "an", | |
| "o" | |
| ], | |
| [ | |
| "le", | |
| "ct" | |
| ], | |
| [ | |
| "se", | |
| "vere" | |
| ], | |
| [ | |
| "ap", | |
| "an" | |
| ], | |
| [ | |
| "sa", | |
| "ving" | |
| ], | |
| [ | |
| "out", | |
| "side" | |
| ], | |
| [ | |
| "equ", | |
| "ation" | |
| ], | |
| [ | |
| "ward", | |
| "s" | |
| ], | |
| [ | |
| "Ch", | |
| "ina" | |
| ], | |
| [ | |
| "trig", | |
| "ger" | |
| ], | |
| [ | |
| "f", | |
| "ed" | |
| ], | |
| [ | |
| "u", | |
| "ation" | |
| ], | |
| [ | |
| "v", | |
| "olution" | |
| ], | |
| [ | |
| "z", | |
| "o" | |
| ], | |
| [ | |
| "ro", | |
| "ot" | |
| ], | |
| [ | |
| "la", | |
| "st" | |
| ], | |
| [ | |
| "interpret", | |
| "ations" | |
| ], | |
| [ | |
| "conve", | |
| "x" | |
| ], | |
| [ | |
| "guar", | |
| "ante" | |
| ], | |
| [ | |
| "A", | |
| "B" | |
| ], | |
| [ | |
| "n", | |
| "it" | |
| ], | |
| [ | |
| "n", | |
| "ational" | |
| ], | |
| [ | |
| "r", | |
| "ac" | |
| ], | |
| [ | |
| "re", | |
| "tin" | |
| ], | |
| [ | |
| "li", | |
| "ons" | |
| ], | |
| [ | |
| "con", | |
| "dens" | |
| ], | |
| [ | |
| "con", | |
| "tract" | |
| ], | |
| [ | |
| ")âĨĴ", | |
| "{" | |
| ], | |
| [ | |
| "om", | |
| "orph" | |
| ], | |
| [ | |
| "pl", | |
| "at" | |
| ], | |
| [ | |
| "ele", | |
| "ment" | |
| ], | |
| [ | |
| "cor", | |
| "por" | |
| ], | |
| [ | |
| "vari", | |
| "ability" | |
| ], | |
| [ | |
| "reli", | |
| "ability" | |
| ], | |
| [ | |
| "sustain", | |
| "able" | |
| ], | |
| [ | |
| "fol", | |
| "low" | |
| ], | |
| [ | |
| "i", | |
| "um" | |
| ], | |
| [ | |
| "de", | |
| "tail" | |
| ], | |
| [ | |
| "di", | |
| "gestion" | |
| ], | |
| [ | |
| "ge", | |
| "ar" | |
| ], | |
| [ | |
| "as", | |
| "ons" | |
| ], | |
| [ | |
| "âĨij", | |
| "âĨĴ(" | |
| ], | |
| [ | |
| "ex", | |
| "per" | |
| ], | |
| [ | |
| "ad", | |
| "option" | |
| ], | |
| [ | |
| "sc", | |
| "en" | |
| ], | |
| [ | |
| "sup", | |
| "pression" | |
| ], | |
| [ | |
| "class", | |
| "es" | |
| ], | |
| [ | |
| "mani", | |
| "pulation" | |
| ], | |
| [ | |
| "parame", | |
| "ters" | |
| ], | |
| [ | |
| "M", | |
| "a" | |
| ], | |
| [ | |
| "b", | |
| "inary" | |
| ], | |
| [ | |
| "re", | |
| "cur" | |
| ], | |
| [ | |
| "ad", | |
| "es" | |
| ], | |
| [ | |
| "bit", | |
| "s" | |
| ], | |
| [ | |
| "diffic", | |
| "ult" | |
| ], | |
| [ | |
| "refr", | |
| "action" | |
| ], | |
| [ | |
| "inc", | |
| "en" | |
| ], | |
| [ | |
| "monitor", | |
| "ing" | |
| ], | |
| [ | |
| "toler", | |
| "ance" | |
| ], | |
| [ | |
| "glu", | |
| "co" | |
| ], | |
| [ | |
| "displace", | |
| "ment" | |
| ], | |
| [ | |
| "A", | |
| "M" | |
| ], | |
| [ | |
| "p", | |
| "age" | |
| ], | |
| [ | |
| "an", | |
| "xi" | |
| ], | |
| [ | |
| "ten", | |
| "sor" | |
| ], | |
| [ | |
| "trans", | |
| "mit" | |
| ], | |
| [ | |
| "can", | |
| "di" | |
| ], | |
| [ | |
| "experi", | |
| "mental" | |
| ], | |
| [ | |
| "micro", | |
| "wave" | |
| ], | |
| [ | |
| "lung", | |
| "s" | |
| ], | |
| [ | |
| "H", | |
| "e" | |
| ], | |
| [ | |
| "s", | |
| "ate" | |
| ], | |
| [ | |
| "al", | |
| "titude" | |
| ], | |
| [ | |
| "en", | |
| "ed" | |
| ], | |
| [ | |
| "se", | |
| "cre" | |
| ], | |
| [ | |
| "ri", | |
| "p" | |
| ], | |
| [ | |
| "ist", | |
| "s" | |
| ], | |
| [ | |
| "bl", | |
| "ind" | |
| ], | |
| [ | |
| "set", | |
| "ting" | |
| ], | |
| [ | |
| "approach", | |
| "es" | |
| ], | |
| [ | |
| "relax", | |
| "ation" | |
| ], | |
| [ | |
| "gluco", | |
| "se" | |
| ], | |
| [ | |
| "i", | |
| "stry" | |
| ], | |
| [ | |
| "u", | |
| "tili" | |
| ], | |
| [ | |
| "ine", | |
| "vit" | |
| ], | |
| [ | |
| "pe", | |
| "ak" | |
| ], | |
| [ | |
| "vari", | |
| "eties" | |
| ], | |
| [ | |
| "function", | |
| "ality" | |
| ], | |
| [ | |
| "resp", | |
| "ir" | |
| ], | |
| [ | |
| "drug", | |
| "s" | |
| ], | |
| [ | |
| "audi", | |
| "o" | |
| ], | |
| [ | |
| "recommend", | |
| "ed" | |
| ], | |
| [ | |
| "priv", | |
| "ate" | |
| ], | |
| [ | |
| "hab", | |
| "it" | |
| ], | |
| [ | |
| "sate", | |
| "ll" | |
| ], | |
| [ | |
| "b", | |
| "es" | |
| ], | |
| [ | |
| "o", | |
| "sc" | |
| ], | |
| [ | |
| "p", | |
| "ure" | |
| ], | |
| [ | |
| "s", | |
| "ite" | |
| ], | |
| [ | |
| "z", | |
| "en" | |
| ], | |
| [ | |
| "de", | |
| "fect" | |
| ], | |
| [ | |
| "ad", | |
| "min" | |
| ], | |
| [ | |
| "bri", | |
| "s" | |
| ], | |
| [ | |
| "soci", | |
| "ety" | |
| ], | |
| [ | |
| "play", | |
| "er" | |
| ], | |
| [ | |
| "domin", | |
| "ance" | |
| ], | |
| [ | |
| "tas", | |
| "k" | |
| ], | |
| [ | |
| "N", | |
| "S" | |
| ], | |
| [ | |
| "s", | |
| "nee" | |
| ], | |
| [ | |
| "ra", | |
| "w" | |
| ], | |
| [ | |
| "od", | |
| "es" | |
| ], | |
| [ | |
| "âĬĤ", | |
| "[" | |
| ], | |
| [ | |
| "cri", | |
| "min" | |
| ], | |
| [ | |
| "exp", | |
| "and" | |
| ], | |
| [ | |
| "gi", | |
| "ous" | |
| ], | |
| [ | |
| "assu", | |
| "mption" | |
| ], | |
| [ | |
| "mitig", | |
| "ation" | |
| ], | |
| [ | |
| "philoso", | |
| "phy" | |
| ], | |
| [ | |
| "contrib", | |
| "ution" | |
| ], | |
| [ | |
| "I", | |
| "V" | |
| ], | |
| [ | |
| "J", | |
| "apan" | |
| ], | |
| [ | |
| "p", | |
| "al" | |
| ], | |
| [ | |
| "re", | |
| "cei" | |
| ], | |
| [ | |
| "mp", | |
| "tions" | |
| ], | |
| [ | |
| "¬", | |
| "âĨĴ" | |
| ], | |
| [ | |
| "sh", | |
| "or" | |
| ], | |
| [ | |
| "ari", | |
| "ties" | |
| ], | |
| [ | |
| "âĪĥ", | |
| "(" | |
| ], | |
| [ | |
| "ju", | |
| "d" | |
| ], | |
| [ | |
| "vulner", | |
| "ability" | |
| ], | |
| [ | |
| "f", | |
| "ine" | |
| ], | |
| [ | |
| "v", | |
| "as" | |
| ], | |
| [ | |
| "on", | |
| "line" | |
| ], | |
| [ | |
| "re", | |
| "ach" | |
| ], | |
| [ | |
| "lo", | |
| "st" | |
| ], | |
| [ | |
| "di", | |
| "an" | |
| ], | |
| [ | |
| "dis", | |
| "tinguish" | |
| ], | |
| [ | |
| "bi", | |
| "tion" | |
| ], | |
| [ | |
| "âĪĥ", | |
| "[" | |
| ], | |
| [ | |
| "assu", | |
| "mptions" | |
| ], | |
| [ | |
| "prog", | |
| "ress" | |
| ], | |
| [ | |
| "acci", | |
| "dent" | |
| ], | |
| [ | |
| "Theore", | |
| "m" | |
| ], | |
| [ | |
| ")", | |
| ">" | |
| ], | |
| [ | |
| "li", | |
| "ving" | |
| ], | |
| [ | |
| "ut", | |
| "es" | |
| ], | |
| [ | |
| "pl", | |
| "ing" | |
| ], | |
| [ | |
| "dist", | |
| "ortion" | |
| ], | |
| [ | |
| "ton", | |
| "ian" | |
| ], | |
| [ | |
| "dev", | |
| "ices" | |
| ], | |
| [ | |
| "expect", | |
| "ation" | |
| ], | |
| [ | |
| "fam", | |
| "ily" | |
| ], | |
| [ | |
| "constru", | |
| "ctive" | |
| ], | |
| [ | |
| "arbit", | |
| "r" | |
| ], | |
| [ | |
| "coo", | |
| "king" | |
| ], | |
| [ | |
| "a", | |
| "er" | |
| ], | |
| [ | |
| "h", | |
| "one" | |
| ], | |
| [ | |
| "w", | |
| "ire" | |
| ], | |
| [ | |
| "de", | |
| "vi" | |
| ], | |
| [ | |
| "di", | |
| "um" | |
| ], | |
| [ | |
| "pro", | |
| "ced" | |
| ], | |
| [ | |
| "ir", | |
| "d" | |
| ], | |
| [ | |
| "))", | |
| ";" | |
| ], | |
| [ | |
| "land", | |
| "sc" | |
| ], | |
| [ | |
| "auth", | |
| "or" | |
| ], | |
| [ | |
| "inst", | |
| "ant" | |
| ], | |
| [ | |
| "re", | |
| "produ" | |
| ], | |
| [ | |
| "tr", | |
| "ation" | |
| ], | |
| [ | |
| "ir", | |
| "rit" | |
| ], | |
| [ | |
| "dri", | |
| "ver" | |
| ], | |
| [ | |
| "card", | |
| "in" | |
| ], | |
| [ | |
| "necess", | |
| "ary" | |
| ], | |
| [ | |
| "vessel", | |
| "s" | |
| ], | |
| [ | |
| "A", | |
| "d" | |
| ], | |
| [ | |
| "d", | |
| "uring" | |
| ], | |
| [ | |
| "w", | |
| "ri" | |
| ], | |
| [ | |
| "break", | |
| "ing" | |
| ], | |
| [ | |
| "observ", | |
| "able" | |
| ], | |
| [ | |
| "but", | |
| "ter" | |
| ], | |
| [ | |
| "compon", | |
| "ent" | |
| ], | |
| [ | |
| "speak", | |
| "er" | |
| ], | |
| [ | |
| "movi", | |
| "e" | |
| ], | |
| [ | |
| "a", | |
| "gency" | |
| ], | |
| [ | |
| "m", | |
| "ing" | |
| ], | |
| [ | |
| "Ã", | |
| "©" | |
| ], | |
| [ | |
| "de", | |
| "formation" | |
| ], | |
| [ | |
| "comp", | |
| "act" | |
| ], | |
| [ | |
| "inter", | |
| "play" | |
| ], | |
| [ | |
| "we", | |
| "bs" | |
| ], | |
| [ | |
| "ord", | |
| "ers" | |
| ], | |
| [ | |
| "stra", | |
| "ight" | |
| ], | |
| [ | |
| "comple", | |
| "mentary" | |
| ], | |
| [ | |
| "pos", | |
| "ed" | |
| ], | |
| [ | |
| "shi", | |
| "fts" | |
| ], | |
| [ | |
| "chem", | |
| "istry" | |
| ], | |
| [ | |
| "approxim", | |
| "ation" | |
| ], | |
| [ | |
| "vehic", | |
| "le" | |
| ], | |
| [ | |
| "f", | |
| "ar" | |
| ], | |
| [ | |
| "g", | |
| "ut" | |
| ], | |
| [ | |
| "in", | |
| "complete" | |
| ], | |
| [ | |
| "ch", | |
| "ance" | |
| ], | |
| [ | |
| "su", | |
| "mm" | |
| ], | |
| [ | |
| "ir", | |
| "relevant" | |
| ], | |
| [ | |
| "ag", | |
| "ent" | |
| ], | |
| [ | |
| "ces", | |
| "sion" | |
| ], | |
| [ | |
| "scal", | |
| "ing" | |
| ], | |
| [ | |
| "commun", | |
| "ity" | |
| ], | |
| [ | |
| "bet", | |
| "ter" | |
| ], | |
| [ | |
| "tempor", | |
| "ary" | |
| ], | |
| [ | |
| "dr", | |
| "ink" | |
| ], | |
| [ | |
| "s", | |
| "now" | |
| ], | |
| [ | |
| "al", | |
| "ter" | |
| ], | |
| [ | |
| "mo", | |
| "du" | |
| ], | |
| [ | |
| "per", | |
| "turb" | |
| ], | |
| [ | |
| "do", | |
| "ctor" | |
| ], | |
| [ | |
| "reli", | |
| "ef" | |
| ], | |
| [ | |
| "product", | |
| "s" | |
| ], | |
| [ | |
| "lat", | |
| "tice" | |
| ], | |
| [ | |
| "A", | |
| "r" | |
| ], | |
| [ | |
| "H", | |
| "z" | |
| ], | |
| [ | |
| "e", | |
| "red" | |
| ], | |
| [ | |
| "de", | |
| "red" | |
| ], | |
| [ | |
| "ex", | |
| "c" | |
| ], | |
| [ | |
| "ren", | |
| "ch" | |
| ], | |
| [ | |
| "par", | |
| "tition" | |
| ], | |
| [ | |
| "ric", | |
| "h" | |
| ], | |
| [ | |
| "fail", | |
| "ures" | |
| ], | |
| [ | |
| "conne", | |
| "ctions" | |
| ], | |
| [ | |
| "hes", | |
| "ion" | |
| ], | |
| [ | |
| "exe", | |
| "cution" | |
| ], | |
| [ | |
| "p", | |
| "la" | |
| ], | |
| [ | |
| "an", | |
| "tic" | |
| ], | |
| [ | |
| "st", | |
| "ore" | |
| ], | |
| [ | |
| "un", | |
| "decid" | |
| ], | |
| [ | |
| "de", | |
| "bris" | |
| ], | |
| [ | |
| "se", | |
| "ed" | |
| ], | |
| [ | |
| "to", | |
| "m" | |
| ], | |
| [ | |
| "dis", | |
| "sip" | |
| ], | |
| [ | |
| "pre", | |
| "cise" | |
| ], | |
| [ | |
| "struct", | |
| "ured" | |
| ], | |
| [ | |
| "rela", | |
| "tiv" | |
| ], | |
| [ | |
| "pen", | |
| "e" | |
| ], | |
| [ | |
| "nutri", | |
| "ent" | |
| ], | |
| [ | |
| "fi", | |
| "ber" | |
| ], | |
| [ | |
| "ans", | |
| "wer" | |
| ], | |
| [ | |
| "sa", | |
| "mp" | |
| ], | |
| [ | |
| "dri", | |
| "ving" | |
| ], | |
| [ | |
| "lic", | |
| "ations" | |
| ], | |
| [ | |
| "central", | |
| "ized" | |
| ], | |
| [ | |
| "gri", | |
| "d" | |
| ], | |
| [ | |
| "restrict", | |
| "ed" | |
| ], | |
| [ | |
| "d", | |
| "rain" | |
| ], | |
| [ | |
| "re", | |
| "plication" | |
| ], | |
| [ | |
| "in", | |
| "ste" | |
| ], | |
| [ | |
| "in", | |
| "take" | |
| ], | |
| [ | |
| "at", | |
| "traction" | |
| ], | |
| [ | |
| "so", | |
| "urces" | |
| ], | |
| [ | |
| "pres", | |
| "sed" | |
| ], | |
| [ | |
| "cul", | |
| "ar" | |
| ], | |
| [ | |
| "cap", | |
| "ture" | |
| ], | |
| [ | |
| "partic", | |
| "ip" | |
| ], | |
| [ | |
| "hor", | |
| "mone" | |
| ], | |
| [ | |
| "rus", | |
| "h" | |
| ], | |
| [ | |
| "h", | |
| "it" | |
| ], | |
| [ | |
| "s", | |
| "ickness" | |
| ], | |
| [ | |
| "in", | |
| "dependence" | |
| ], | |
| [ | |
| "tig", | |
| "ue" | |
| ], | |
| [ | |
| "Li", | |
| "e" | |
| ], | |
| [ | |
| "conver", | |
| "gence" | |
| ], | |
| [ | |
| "mobi", | |
| "le" | |
| ], | |
| [ | |
| "A", | |
| "l" | |
| ], | |
| [ | |
| "I", | |
| "I" | |
| ], | |
| [ | |
| "e", | |
| "ach" | |
| ], | |
| [ | |
| "f", | |
| "ill" | |
| ], | |
| [ | |
| "o", | |
| "ts" | |
| ], | |
| [ | |
| "r", | |
| "hy" | |
| ], | |
| [ | |
| "er", | |
| "n" | |
| ], | |
| [ | |
| "un", | |
| "changed" | |
| ], | |
| [ | |
| "ine", | |
| "ment" | |
| ], | |
| [ | |
| "ele", | |
| "ction" | |
| ], | |
| [ | |
| "fa", | |
| "tigue" | |
| ], | |
| [ | |
| "distrib", | |
| "uted" | |
| ], | |
| [ | |
| "eco", | |
| "logical" | |
| ], | |
| [ | |
| "har", | |
| "mon" | |
| ], | |
| [ | |
| "coord", | |
| "in" | |
| ], | |
| [ | |
| "1", | |
| "4" | |
| ], | |
| [ | |
| "M", | |
| "B" | |
| ], | |
| [ | |
| "[", | |
| "±" | |
| ], | |
| [ | |
| "re", | |
| "h" | |
| ], | |
| [ | |
| "es", | |
| "e" | |
| ], | |
| [ | |
| "li", | |
| "hood" | |
| ], | |
| [ | |
| "ex", | |
| "t" | |
| ], | |
| [ | |
| "no", | |
| "tice" | |
| ], | |
| [ | |
| "ho", | |
| "st" | |
| ], | |
| [ | |
| "man", | |
| "age" | |
| ], | |
| [ | |
| "et", | |
| "al" | |
| ], | |
| [ | |
| "ber", | |
| "t" | |
| ], | |
| [ | |
| "gene", | |
| "tics" | |
| ], | |
| [ | |
| "text", | |
| "ure" | |
| ], | |
| [ | |
| "caus", | |
| "ed" | |
| ], | |
| [ | |
| "progra", | |
| "mm" | |
| ], | |
| [ | |
| "recor", | |
| "d" | |
| ], | |
| [ | |
| "arbitr", | |
| "ary" | |
| ], | |
| [ | |
| "e", | |
| "asi" | |
| ], | |
| [ | |
| "o", | |
| "me" | |
| ], | |
| [ | |
| "o", | |
| "xi" | |
| ], | |
| [ | |
| "un", | |
| "ch" | |
| ], | |
| [ | |
| "pro", | |
| "xim" | |
| ], | |
| [ | |
| "ma", | |
| "il" | |
| ], | |
| [ | |
| "ang", | |
| "ular" | |
| ], | |
| [ | |
| "dep", | |
| "letion" | |
| ], | |
| [ | |
| "reg", | |
| "ions" | |
| ], | |
| [ | |
| "preser", | |
| "ved" | |
| ], | |
| [ | |
| "mel", | |
| "ting" | |
| ], | |
| [ | |
| "formul", | |
| "a" | |
| ], | |
| [ | |
| "dop", | |
| "amine" | |
| ], | |
| [ | |
| "polynomi", | |
| "al" | |
| ], | |
| [ | |
| "stere", | |
| "o" | |
| ], | |
| [ | |
| "osc", | |
| "ill" | |
| ], | |
| [ | |
| "E", | |
| "D" | |
| ], | |
| [ | |
| "R", | |
| "i" | |
| ], | |
| [ | |
| "in", | |
| "ting" | |
| ], | |
| [ | |
| "ge", | |
| "st" | |
| ], | |
| [ | |
| "pro", | |
| "ject" | |
| ], | |
| [ | |
| "ex", | |
| "it" | |
| ], | |
| [ | |
| "comp", | |
| "reh" | |
| ], | |
| [ | |
| "pr", | |
| "int" | |
| ], | |
| [ | |
| "cent", | |
| "ri" | |
| ], | |
| [ | |
| "car", | |
| "di" | |
| ], | |
| [ | |
| "soci", | |
| "etal" | |
| ], | |
| [ | |
| "mod", | |
| "ular" | |
| ], | |
| [ | |
| "manufact", | |
| "ure" | |
| ], | |
| [ | |
| "scen", | |
| "ari" | |
| ], | |
| [ | |
| "anxi", | |
| "ety" | |
| ], | |
| [ | |
| "w", | |
| "ing" | |
| ], | |
| [ | |
| "re", | |
| "cent" | |
| ], | |
| [ | |
| "en", | |
| "force" | |
| ], | |
| [ | |
| "de", | |
| "fic" | |
| ], | |
| [ | |
| "for", | |
| "ward" | |
| ], | |
| [ | |
| "]âĨĴ", | |
| "¬" | |
| ], | |
| [ | |
| "use", | |
| "ful" | |
| ], | |
| [ | |
| "bro", | |
| "ken" | |
| ], | |
| [ | |
| "like", | |
| "lihood" | |
| ], | |
| [ | |
| "calcul", | |
| "ation" | |
| ], | |
| [ | |
| "cou", | |
| "pling" | |
| ], | |
| [ | |
| "fr", | |
| "act" | |
| ], | |
| [ | |
| "Americ", | |
| "an" | |
| ], | |
| [ | |
| "@", | |
| "(" | |
| ], | |
| [ | |
| "P", | |
| "A" | |
| ], | |
| [ | |
| "]", | |
| "âīł" | |
| ], | |
| [ | |
| "b", | |
| "end" | |
| ], | |
| [ | |
| "l", | |
| "ater" | |
| ], | |
| [ | |
| "se", | |
| "ver" | |
| ], | |
| [ | |
| "sp", | |
| "on" | |
| ], | |
| [ | |
| "ma", | |
| "ins" | |
| ], | |
| [ | |
| "ir", | |
| "y" | |
| ], | |
| [ | |
| "wor", | |
| "ds" | |
| ], | |
| [ | |
| "man", | |
| "ual" | |
| ], | |
| [ | |
| "cri", | |
| "ti" | |
| ], | |
| [ | |
| "cri", | |
| "tics" | |
| ], | |
| [ | |
| "risk", | |
| "s" | |
| ], | |
| [ | |
| "analy", | |
| "tic" | |
| ], | |
| [ | |
| "sol", | |
| "ve" | |
| ], | |
| [ | |
| "Mo", | |
| "on" | |
| ], | |
| [ | |
| "insul", | |
| "in" | |
| ], | |
| [ | |
| "sch", | |
| "ed" | |
| ], | |
| [ | |
| "cryp", | |
| "to" | |
| ], | |
| [ | |
| "wr", | |
| "ite" | |
| ], | |
| [ | |
| "7", | |
| "0" | |
| ], | |
| [ | |
| "F", | |
| "ra" | |
| ], | |
| [ | |
| "ti", | |
| "ght" | |
| ], | |
| [ | |
| "be", | |
| "st" | |
| ], | |
| [ | |
| "we", | |
| "ap" | |
| ], | |
| [ | |
| "assess", | |
| "ment" | |
| ], | |
| [ | |
| "proxim", | |
| "ity" | |
| ], | |
| [ | |
| ",", | |
| "¬" | |
| ], | |
| [ | |
| "N", | |
| "e" | |
| ], | |
| [ | |
| "a", | |
| "i" | |
| ], | |
| [ | |
| "st", | |
| "rain" | |
| ], | |
| [ | |
| "per", | |
| "man" | |
| ], | |
| [ | |
| "ad", | |
| "ult" | |
| ], | |
| [ | |
| "du", | |
| "p" | |
| ], | |
| [ | |
| "ne", | |
| "go" | |
| ], | |
| [ | |
| "organ", | |
| "isms" | |
| ], | |
| [ | |
| "intern", | |
| "ational" | |
| ], | |
| [ | |
| "diver", | |
| "se" | |
| ], | |
| [ | |
| "tas", | |
| "ks" | |
| ], | |
| [ | |
| "employe", | |
| "e" | |
| ], | |
| [ | |
| "paralle", | |
| "l" | |
| ], | |
| [ | |
| "a", | |
| "ke" | |
| ], | |
| [ | |
| "v", | |
| "an" | |
| ], | |
| [ | |
| "in", | |
| "sight" | |
| ], | |
| [ | |
| "con", | |
| "clusion" | |
| ], | |
| [ | |
| "pro", | |
| "vi" | |
| ], | |
| [ | |
| "te", | |
| "ar" | |
| ], | |
| [ | |
| "po", | |
| "ol" | |
| ], | |
| [ | |
| "inter", | |
| "vention" | |
| ], | |
| [ | |
| "sa", | |
| "mple" | |
| ], | |
| [ | |
| "oper", | |
| "ational" | |
| ], | |
| [ | |
| "langu", | |
| "ages" | |
| ], | |
| [ | |
| "fund", | |
| "ing" | |
| ], | |
| [ | |
| "auto", | |
| "matic" | |
| ], | |
| [ | |
| "hierarch", | |
| "y" | |
| ], | |
| [ | |
| "corrup", | |
| "tion" | |
| ], | |
| [ | |
| "n", | |
| "as" | |
| ], | |
| [ | |
| "s", | |
| "lip" | |
| ], | |
| [ | |
| "de", | |
| "al" | |
| ], | |
| [ | |
| "se", | |
| "al" | |
| ], | |
| [ | |
| "hi", | |
| "dden" | |
| ], | |
| [ | |
| "âĬ", | |
| "¥" | |
| ], | |
| [ | |
| "dis", | |
| "order" | |
| ], | |
| [ | |
| "loc", | |
| "king" | |
| ], | |
| [ | |
| "col", | |
| "lection" | |
| ], | |
| [ | |
| "bre", | |
| "eding" | |
| ], | |
| [ | |
| "with", | |
| "in" | |
| ], | |
| [ | |
| "random", | |
| "ness" | |
| ], | |
| [ | |
| "harm", | |
| "ful" | |
| ], | |
| [ | |
| "l", | |
| "on" | |
| ], | |
| [ | |
| "se", | |
| "ason" | |
| ], | |
| [ | |
| "con", | |
| "fusion" | |
| ], | |
| [ | |
| "to", | |
| "o" | |
| ], | |
| [ | |
| "no", | |
| "te" | |
| ], | |
| [ | |
| "fi", | |
| "es" | |
| ], | |
| [ | |
| "air", | |
| "flow" | |
| ], | |
| [ | |
| "ag", | |
| "ain" | |
| ], | |
| [ | |
| "tim", | |
| "ing" | |
| ], | |
| [ | |
| "reli", | |
| "able" | |
| ], | |
| [ | |
| "propa", | |
| "gation" | |
| ], | |
| [ | |
| "buil", | |
| "dup" | |
| ], | |
| [ | |
| "S", | |
| "y" | |
| ], | |
| [ | |
| "e", | |
| "i" | |
| ], | |
| [ | |
| "ti", | |
| "sh" | |
| ], | |
| [ | |
| "ri", | |
| "x" | |
| ], | |
| [ | |
| "pre", | |
| "vious" | |
| ], | |
| [ | |
| "local", | |
| "ized" | |
| ], | |
| [ | |
| "disp", | |
| "arity" | |
| ], | |
| [ | |
| ")âĬ", | |
| "Ħ" | |
| ], | |
| [ | |
| "repe", | |
| "ated" | |
| ], | |
| [ | |
| "ax", | |
| "y" | |
| ], | |
| [ | |
| "stret", | |
| "ch" | |
| ], | |
| [ | |
| "w", | |
| "ash" | |
| ], | |
| [ | |
| "z", | |
| "er" | |
| ], | |
| [ | |
| "ti", | |
| "dal" | |
| ], | |
| [ | |
| "co", | |
| "ok" | |
| ], | |
| [ | |
| "ad", | |
| "joint" | |
| ], | |
| [ | |
| "el", | |
| "low" | |
| ], | |
| [ | |
| "gra", | |
| "dient" | |
| ], | |
| [ | |
| "reli", | |
| "gious" | |
| ], | |
| [ | |
| "dimension", | |
| "s" | |
| ], | |
| [ | |
| "special", | |
| "ized" | |
| ], | |
| [ | |
| ")", | |
| ")âĨĴ[" | |
| ], | |
| [ | |
| "l", | |
| "ap" | |
| ], | |
| [ | |
| "n", | |
| "y" | |
| ], | |
| [ | |
| "p", | |
| "ack" | |
| ], | |
| [ | |
| "ri", | |
| "age" | |
| ], | |
| [ | |
| "du", | |
| "st" | |
| ], | |
| [ | |
| "ther", | |
| "ap" | |
| ], | |
| [ | |
| "uni", | |
| "fied" | |
| ], | |
| [ | |
| "ju", | |
| "dge" | |
| ], | |
| [ | |
| "seman", | |
| "tic" | |
| ], | |
| [ | |
| "Go", | |
| "ogle" | |
| ], | |
| [ | |
| "relativ", | |
| "istic" | |
| ], | |
| [ | |
| "]", | |
| "}" | |
| ], | |
| [ | |
| "o", | |
| "ph" | |
| ], | |
| [ | |
| "w", | |
| "ill" | |
| ], | |
| [ | |
| "y", | |
| "ou" | |
| ], | |
| [ | |
| "âĨij", | |
| "," | |
| ], | |
| [ | |
| "ci", | |
| "ti" | |
| ], | |
| [ | |
| "vi", | |
| "li" | |
| ], | |
| [ | |
| "for", | |
| "d" | |
| ], | |
| [ | |
| "ne", | |
| "y" | |
| ], | |
| [ | |
| "sh", | |
| "ad" | |
| ], | |
| [ | |
| "mem", | |
| "bran" | |
| ], | |
| [ | |
| "pred", | |
| "iction" | |
| ], | |
| [ | |
| "engine", | |
| "ers" | |
| ], | |
| [ | |
| "run", | |
| "ning" | |
| ], | |
| [ | |
| "danger", | |
| "ous" | |
| ], | |
| [ | |
| "establish", | |
| "ed" | |
| ], | |
| [ | |
| "degre", | |
| "e" | |
| ], | |
| [ | |
| "inevit", | |
| "able" | |
| ], | |
| [ | |
| "e", | |
| "mo" | |
| ], | |
| [ | |
| "g", | |
| "ue" | |
| ], | |
| [ | |
| "y", | |
| "ellow" | |
| ], | |
| [ | |
| "in", | |
| "stru" | |
| ], | |
| [ | |
| "ab", | |
| "olic" | |
| ], | |
| [ | |
| "as", | |
| "ing" | |
| ], | |
| [ | |
| "om", | |
| "an" | |
| ], | |
| [ | |
| "and", | |
| "s" | |
| ], | |
| [ | |
| "do", | |
| "cu" | |
| ], | |
| [ | |
| "vo", | |
| "tes" | |
| ], | |
| [ | |
| "state", | |
| "ment" | |
| ], | |
| [ | |
| "redu", | |
| "ce" | |
| ], | |
| [ | |
| "âĪĪ", | |
| "[" | |
| ], | |
| [ | |
| "certain", | |
| "ty" | |
| ], | |
| [ | |
| "flexi", | |
| "ble" | |
| ], | |
| [ | |
| "A", | |
| "T" | |
| ], | |
| [ | |
| "]", | |
| ")âĩĴ" | |
| ], | |
| [ | |
| "in", | |
| "side" | |
| ], | |
| [ | |
| "co", | |
| "smo" | |
| ], | |
| [ | |
| "ex", | |
| "pl" | |
| ], | |
| [ | |
| "ap", | |
| "parent" | |
| ], | |
| [ | |
| "analy", | |
| "ze" | |
| ], | |
| [ | |
| "ju", | |
| "mp" | |
| ], | |
| [ | |
| "prac", | |
| "tices" | |
| ], | |
| [ | |
| "tran", | |
| "sitions" | |
| ], | |
| [ | |
| "govern", | |
| "ance" | |
| ], | |
| [ | |
| "need", | |
| "s" | |
| ], | |
| [ | |
| "employ", | |
| "ment" | |
| ], | |
| [ | |
| "lab", | |
| "or" | |
| ], | |
| [ | |
| "perman", | |
| "ent" | |
| ], | |
| [ | |
| "b", | |
| "ric" | |
| ], | |
| [ | |
| "d", | |
| "ol" | |
| ], | |
| [ | |
| "n", | |
| "ap" | |
| ], | |
| [ | |
| "w", | |
| "inter" | |
| ], | |
| [ | |
| "su", | |
| "m" | |
| ], | |
| [ | |
| "mo", | |
| "tiv" | |
| ], | |
| [ | |
| "te", | |
| "ach" | |
| ], | |
| [ | |
| "ari", | |
| "an" | |
| ], | |
| [ | |
| "bu", | |
| "g" | |
| ], | |
| [ | |
| "bri", | |
| "d" | |
| ], | |
| [ | |
| "back", | |
| "ground" | |
| ], | |
| [ | |
| "tur", | |
| "bul" | |
| ], | |
| [ | |
| "]ÃĹ", | |
| "(" | |
| ], | |
| [ | |
| "compar", | |
| "ison" | |
| ], | |
| [ | |
| "wri", | |
| "ting" | |
| ], | |
| [ | |
| "I", | |
| "s" | |
| ], | |
| [ | |
| "a", | |
| "ves" | |
| ], | |
| [ | |
| "se", | |
| "mi" | |
| ], | |
| [ | |
| "su", | |
| "res" | |
| ], | |
| [ | |
| "res", | |
| "er" | |
| ], | |
| [ | |
| "eng", | |
| "agement" | |
| ], | |
| [ | |
| "smo", | |
| "ke" | |
| ], | |
| [ | |
| "place", | |
| "bo" | |
| ], | |
| [ | |
| "techno", | |
| "logical" | |
| ], | |
| [ | |
| "modi", | |
| "fication" | |
| ], | |
| [ | |
| "intu", | |
| "ition" | |
| ], | |
| [ | |
| "shut", | |
| "down" | |
| ], | |
| [ | |
| "enzy", | |
| "me" | |
| ], | |
| [ | |
| "investig", | |
| "ation" | |
| ], | |
| [ | |
| "physi", | |
| "ological" | |
| ], | |
| [ | |
| "on", | |
| "in" | |
| ], | |
| [ | |
| "re", | |
| "tained" | |
| ], | |
| [ | |
| "di", | |
| "e" | |
| ], | |
| [ | |
| "us", | |
| "es" | |
| ], | |
| [ | |
| "res", | |
| "on" | |
| ], | |
| [ | |
| "âĨĵ", | |
| "]" | |
| ], | |
| [ | |
| "bo", | |
| "iling" | |
| ], | |
| [ | |
| "exp", | |
| "on" | |
| ], | |
| [ | |
| "mem", | |
| "bers" | |
| ], | |
| [ | |
| "down", | |
| "load" | |
| ], | |
| [ | |
| "read", | |
| "ing" | |
| ], | |
| [ | |
| "eth", | |
| "ics" | |
| ], | |
| [ | |
| "smo", | |
| "king" | |
| ], | |
| [ | |
| "dissip", | |
| "ation" | |
| ], | |
| [ | |
| "n", | |
| "ation" | |
| ], | |
| [ | |
| "t", | |
| "one" | |
| ], | |
| [ | |
| "u", | |
| "li" | |
| ], | |
| [ | |
| "le", | |
| "y" | |
| ], | |
| [ | |
| "le", | |
| "thal" | |
| ], | |
| [ | |
| "mp", | |
| "h" | |
| ], | |
| [ | |
| "po", | |
| "t" | |
| ], | |
| [ | |
| "gh", | |
| "ting" | |
| ], | |
| [ | |
| "ci", | |
| "vili" | |
| ], | |
| [ | |
| "dis", | |
| "comfort" | |
| ], | |
| [ | |
| "sm", | |
| "ic" | |
| ], | |
| [ | |
| "stu", | |
| "dent" | |
| ], | |
| [ | |
| "num", | |
| "er" | |
| ], | |
| [ | |
| "fy", | |
| "ing" | |
| ], | |
| [ | |
| "block", | |
| "ed" | |
| ], | |
| [ | |
| "accept", | |
| "ance" | |
| ], | |
| [ | |
| "protocol", | |
| "s" | |
| ], | |
| [ | |
| "2", | |
| "4" | |
| ], | |
| [ | |
| "es", | |
| "sion" | |
| ], | |
| [ | |
| "es", | |
| "cal" | |
| ], | |
| [ | |
| "ra", | |
| "d" | |
| ], | |
| [ | |
| "ch", | |
| "or" | |
| ], | |
| [ | |
| "up", | |
| "date" | |
| ], | |
| [ | |
| "min", | |
| "or" | |
| ], | |
| [ | |
| "sur", | |
| "round" | |
| ], | |
| [ | |
| "shi", | |
| "eld" | |
| ], | |
| [ | |
| "comb", | |
| "ustion" | |
| ], | |
| [ | |
| "cat", | |
| "astro" | |
| ], | |
| [ | |
| "strateg", | |
| "ic" | |
| ], | |
| [ | |
| "she", | |
| "ll" | |
| ], | |
| [ | |
| "psycho", | |
| "logy" | |
| ], | |
| [ | |
| "gal", | |
| "axy" | |
| ], | |
| [ | |
| "config", | |
| "uration" | |
| ], | |
| [ | |
| "traject", | |
| "ory" | |
| ], | |
| [ | |
| "on", | |
| "to" | |
| ], | |
| [ | |
| "co", | |
| "up" | |
| ], | |
| [ | |
| "si", | |
| "der" | |
| ], | |
| [ | |
| "cri", | |
| "sis" | |
| ], | |
| [ | |
| "ner", | |
| "ves" | |
| ], | |
| [ | |
| "behavi", | |
| "ors" | |
| ], | |
| [ | |
| "dom", | |
| "es" | |
| ], | |
| [ | |
| "decision", | |
| "s" | |
| ], | |
| [ | |
| "indu", | |
| "stry" | |
| ], | |
| [ | |
| "dr", | |
| "inking" | |
| ], | |
| [ | |
| "ker", | |
| "nel" | |
| ], | |
| [ | |
| "categor", | |
| "ical" | |
| ], | |
| [ | |
| "fli", | |
| "x" | |
| ], | |
| [ | |
| "defic", | |
| "it" | |
| ], | |
| [ | |
| ")", | |
| "âĪĭ" | |
| ], | |
| [ | |
| "c", | |
| "li" | |
| ], | |
| [ | |
| "g", | |
| "y" | |
| ], | |
| [ | |
| "h", | |
| "app" | |
| ], | |
| [ | |
| "p", | |
| "in" | |
| ], | |
| [ | |
| "co", | |
| "smic" | |
| ], | |
| [ | |
| "un", | |
| "even" | |
| ], | |
| [ | |
| "se", | |
| "lective" | |
| ], | |
| [ | |
| "li", | |
| "ver" | |
| ], | |
| [ | |
| "he", | |
| "uri" | |
| ], | |
| [ | |
| "fra", | |
| "g" | |
| ], | |
| [ | |
| "cor", | |
| "ro" | |
| ], | |
| [ | |
| "plan", | |
| "ning" | |
| ], | |
| [ | |
| "bot", | |
| "tom" | |
| ], | |
| [ | |
| "abstr", | |
| "action" | |
| ], | |
| [ | |
| "conf", | |
| "id" | |
| ], | |
| [ | |
| "bas", | |
| "ic" | |
| ], | |
| [ | |
| "marke", | |
| "ting" | |
| ], | |
| [ | |
| "compound", | |
| "s" | |
| ], | |
| [ | |
| "discre", | |
| "pan" | |
| ], | |
| [ | |
| "H", | |
| "am" | |
| ], | |
| [ | |
| "a", | |
| "tives" | |
| ], | |
| [ | |
| "w", | |
| "ers" | |
| ], | |
| [ | |
| "un", | |
| "til" | |
| ], | |
| [ | |
| "th", | |
| "in" | |
| ], | |
| [ | |
| "po", | |
| "le" | |
| ], | |
| [ | |
| "ex", | |
| "traction" | |
| ], | |
| [ | |
| "op", | |
| "port" | |
| ], | |
| [ | |
| "car", | |
| "rier" | |
| ], | |
| [ | |
| "kno", | |
| "t" | |
| ], | |
| [ | |
| "micro", | |
| "scopic" | |
| ], | |
| [ | |
| "neutr", | |
| "on" | |
| ], | |
| [ | |
| "sco", | |
| "pe" | |
| ], | |
| [ | |
| "mid", | |
| "dle" | |
| ], | |
| [ | |
| "macro", | |
| "scopic" | |
| ], | |
| [ | |
| "Eng", | |
| "lish" | |
| ], | |
| [ | |
| "orient", | |
| "ation" | |
| ], | |
| [ | |
| "adver", | |
| "tis" | |
| ], | |
| [ | |
| "retin", | |
| "a" | |
| ], | |
| [ | |
| "f", | |
| "law" | |
| ], | |
| [ | |
| "re", | |
| "actions" | |
| ], | |
| [ | |
| "re", | |
| "asons" | |
| ], | |
| [ | |
| "an", | |
| "ge" | |
| ], | |
| [ | |
| "th", | |
| "inking" | |
| ], | |
| [ | |
| "âĨij", | |
| ")âĨĴ" | |
| ], | |
| [ | |
| "ma", | |
| "gn" | |
| ], | |
| [ | |
| "sh", | |
| "ar" | |
| ], | |
| [ | |
| "sh", | |
| "are" | |
| ], | |
| [ | |
| "ject", | |
| "ure" | |
| ], | |
| [ | |
| "theore", | |
| "tic" | |
| ], | |
| [ | |
| "quanti", | |
| "ty" | |
| ], | |
| [ | |
| "swe", | |
| "at" | |
| ], | |
| [ | |
| "mix", | |
| "ing" | |
| ], | |
| [ | |
| "e", | |
| "ase" | |
| ], | |
| [ | |
| "o", | |
| "matic" | |
| ], | |
| [ | |
| "p", | |
| "on" | |
| ], | |
| [ | |
| "re", | |
| "ve" | |
| ], | |
| [ | |
| "in", | |
| "vol" | |
| ], | |
| [ | |
| "or", | |
| "ts" | |
| ], | |
| [ | |
| "un", | |
| "predictable" | |
| ], | |
| [ | |
| "pro", | |
| "ton" | |
| ], | |
| [ | |
| "he", | |
| "li" | |
| ], | |
| [ | |
| "ark", | |
| "s" | |
| ], | |
| [ | |
| "cry", | |
| "ption" | |
| ], | |
| [ | |
| "her", | |
| "it" | |
| ], | |
| [ | |
| "diver", | |
| "gence" | |
| ], | |
| [ | |
| "plane", | |
| "ts" | |
| ], | |
| [ | |
| "CP", | |
| "U" | |
| ], | |
| [ | |
| "circul", | |
| "ation" | |
| ], | |
| [ | |
| "enh", | |
| "ance" | |
| ], | |
| [ | |
| "W", | |
| "est" | |
| ], | |
| [ | |
| "c", | |
| "ting" | |
| ], | |
| [ | |
| "w", | |
| "ron" | |
| ], | |
| [ | |
| "qu", | |
| "ali" | |
| ], | |
| [ | |
| "ca", | |
| "ffe" | |
| ], | |
| [ | |
| "cur", | |
| "ve" | |
| ], | |
| [ | |
| "dat", | |
| "es" | |
| ], | |
| [ | |
| "mor", | |
| "ph" | |
| ], | |
| [ | |
| "indu", | |
| "ced" | |
| ], | |
| [ | |
| "assu", | |
| "med" | |
| ], | |
| [ | |
| "planet", | |
| "ary" | |
| ], | |
| [ | |
| "fr", | |
| "action" | |
| ], | |
| [ | |
| "deri", | |
| "ved" | |
| ], | |
| [ | |
| "lar", | |
| "ger" | |
| ], | |
| [ | |
| "bright", | |
| "ness" | |
| ], | |
| [ | |
| "rhy", | |
| "th" | |
| ], | |
| [ | |
| "i", | |
| "led" | |
| ], | |
| [ | |
| "v", | |
| "ic" | |
| ], | |
| [ | |
| "le", | |
| "m" | |
| ], | |
| [ | |
| "li", | |
| "de" | |
| ], | |
| [ | |
| "qu", | |
| "o" | |
| ], | |
| [ | |
| "per", | |
| "s" | |
| ], | |
| [ | |
| "is", | |
| "omorph" | |
| ], | |
| [ | |
| "âĨĵ", | |
| "[" | |
| ], | |
| [ | |
| "âĨĵ", | |
| ")âĩĴ" | |
| ], | |
| [ | |
| "]âĨĴ", | |
| "{" | |
| ], | |
| [ | |
| "form", | |
| "ed" | |
| ], | |
| [ | |
| "be", | |
| "er" | |
| ], | |
| [ | |
| "cri", | |
| "tic" | |
| ], | |
| [ | |
| "exp", | |
| "la" | |
| ], | |
| [ | |
| "tex", | |
| "ts" | |
| ], | |
| [ | |
| "eli", | |
| "min" | |
| ], | |
| [ | |
| "viol", | |
| "ation" | |
| ], | |
| [ | |
| "minim", | |
| "ize" | |
| ], | |
| [ | |
| "plastic", | |
| "ity" | |
| ], | |
| [ | |
| "âĨĵâĨĵ", | |
| "âĨĵâĨĵ" | |
| ], | |
| [ | |
| "c", | |
| "able" | |
| ], | |
| [ | |
| "ro", | |
| "of" | |
| ], | |
| [ | |
| "mo", | |
| "us" | |
| ], | |
| [ | |
| "ob", | |
| "li" | |
| ], | |
| [ | |
| "pa", | |
| "id" | |
| ], | |
| [ | |
| "dynam", | |
| "ical" | |
| ], | |
| [ | |
| "pi", | |
| "pe" | |
| ], | |
| [ | |
| "gl", | |
| "ut" | |
| ], | |
| [ | |
| "def", | |
| "ine" | |
| ], | |
| [ | |
| "robust", | |
| "ness" | |
| ], | |
| [ | |
| "axiom", | |
| "s" | |
| ], | |
| [ | |
| "âĤ", | |
| "Ĥ" | |
| ], | |
| [ | |
| "candi", | |
| "date" | |
| ], | |
| [ | |
| "C", | |
| "A" | |
| ], | |
| [ | |
| "b", | |
| "low" | |
| ], | |
| [ | |
| "g", | |
| "ion" | |
| ], | |
| [ | |
| "in", | |
| "qu" | |
| ], | |
| [ | |
| "in", | |
| "jection" | |
| ], | |
| [ | |
| "or", | |
| "al" | |
| ], | |
| [ | |
| "mat", | |
| "rix" | |
| ], | |
| [ | |
| "pri", | |
| "or" | |
| ], | |
| [ | |
| "add", | |
| "iction" | |
| ], | |
| [ | |
| "gam", | |
| "es" | |
| ], | |
| [ | |
| "cour", | |
| "se" | |
| ], | |
| [ | |
| "predic", | |
| "tive" | |
| ], | |
| [ | |
| "ar", | |
| "tic" | |
| ], | |
| [ | |
| "cle", | |
| "aning" | |
| ], | |
| [ | |
| "sm", | |
| "art" | |
| ], | |
| [ | |
| "pol", | |
| "ice" | |
| ], | |
| [ | |
| ")âĨĶ", | |
| "(" | |
| ], | |
| [ | |
| "dro", | |
| "ple" | |
| ], | |
| [ | |
| "simil", | |
| "arity" | |
| ], | |
| [ | |
| "dog", | |
| "s" | |
| ], | |
| [ | |
| "simul", | |
| "taneous" | |
| ], | |
| [ | |
| "imag", | |
| "es" | |
| ], | |
| [ | |
| "G", | |
| "al" | |
| ], | |
| [ | |
| "W", | |
| "W" | |
| ], | |
| [ | |
| "b", | |
| "ab" | |
| ], | |
| [ | |
| "re", | |
| "move" | |
| ], | |
| [ | |
| "li", | |
| "ance" | |
| ], | |
| [ | |
| "ve", | |
| "red" | |
| ], | |
| [ | |
| "ex", | |
| "ten" | |
| ], | |
| [ | |
| "act", | |
| "or" | |
| ], | |
| [ | |
| "ste", | |
| "el" | |
| ], | |
| [ | |
| "cho", | |
| "ices" | |
| ], | |
| [ | |
| "hol", | |
| "es" | |
| ], | |
| [ | |
| "valid", | |
| "ity" | |
| ], | |
| [ | |
| "hal", | |
| "ation" | |
| ], | |
| [ | |
| "emer", | |
| "gence" | |
| ], | |
| [ | |
| "incen", | |
| "tive" | |
| ], | |
| [ | |
| "caffe", | |
| "ine" | |
| ], | |
| [ | |
| "B", | |
| "ri" | |
| ], | |
| [ | |
| "h", | |
| "am" | |
| ], | |
| [ | |
| "t", | |
| "ren" | |
| ], | |
| [ | |
| "en", | |
| "abled" | |
| ], | |
| [ | |
| "me", | |
| "work" | |
| ], | |
| [ | |
| "he", | |
| "aring" | |
| ], | |
| [ | |
| "ap", | |
| "es" | |
| ], | |
| [ | |
| "to", | |
| "oth" | |
| ], | |
| [ | |
| "pl", | |
| "ants" | |
| ], | |
| [ | |
| "am", | |
| "ination" | |
| ], | |
| [ | |
| "val", | |
| "ence" | |
| ], | |
| [ | |
| "bal", | |
| "lo" | |
| ], | |
| [ | |
| "pi", | |
| "e" | |
| ], | |
| [ | |
| "fac", | |
| "ts" | |
| ], | |
| [ | |
| "cha", | |
| "os" | |
| ], | |
| [ | |
| "wall", | |
| "s" | |
| ], | |
| [ | |
| "maj", | |
| "or" | |
| ], | |
| [ | |
| "cour", | |
| "t" | |
| ], | |
| [ | |
| "specul", | |
| "ative" | |
| ], | |
| [ | |
| "plat", | |
| "form" | |
| ], | |
| [ | |
| "snee", | |
| "ze" | |
| ], | |
| [ | |
| "landsc", | |
| "ape" | |
| ], | |
| [ | |
| "Fra", | |
| "mework" | |
| ], | |
| [ | |
| "c", | |
| "ation" | |
| ], | |
| [ | |
| "}", | |
| "âĩĴ" | |
| ], | |
| [ | |
| "â", | |
| "ģ" | |
| ], | |
| [ | |
| "ti", | |
| "zation" | |
| ], | |
| [ | |
| "on", | |
| "ic" | |
| ], | |
| [ | |
| "st", | |
| "age" | |
| ], | |
| [ | |
| "ac", | |
| "ti" | |
| ], | |
| [ | |
| "ra", | |
| "ting" | |
| ], | |
| [ | |
| "su", | |
| "dden" | |
| ], | |
| [ | |
| "qu", | |
| "ick" | |
| ], | |
| [ | |
| "us", | |
| "ing" | |
| ], | |
| [ | |
| "fe", | |
| "ver" | |
| ], | |
| [ | |
| "ci", | |
| "ble" | |
| ], | |
| [ | |
| ")]", | |
| "]" | |
| ], | |
| [ | |
| "cep", | |
| "tions" | |
| ], | |
| [ | |
| "ons", | |
| "es" | |
| ], | |
| [ | |
| "resp", | |
| "onses" | |
| ], | |
| [ | |
| "frequ", | |
| "ent" | |
| ], | |
| [ | |
| "bur", | |
| "st" | |
| ], | |
| [ | |
| "stic", | |
| "k" | |
| ], | |
| [ | |
| "bon", | |
| "ds" | |
| ], | |
| [ | |
| "but", | |
| "ton" | |
| ], | |
| [ | |
| "isol", | |
| "ation" | |
| ], | |
| [ | |
| "I", | |
| "D" | |
| ], | |
| [ | |
| "c", | |
| "rit" | |
| ], | |
| [ | |
| "ar", | |
| "ter" | |
| ], | |
| [ | |
| "ind", | |
| "ic" | |
| ], | |
| [ | |
| "econom", | |
| "ics" | |
| ], | |
| [ | |
| "off", | |
| "spring" | |
| ], | |
| [ | |
| "tran", | |
| "spa" | |
| ], | |
| [ | |
| "sen", | |
| "se" | |
| ], | |
| [ | |
| "gg", | |
| "le" | |
| ], | |
| [ | |
| "..", | |
| "." | |
| ], | |
| [ | |
| "thermo", | |
| "dynamics" | |
| ], | |
| [ | |
| "fam", | |
| "ili" | |
| ], | |
| [ | |
| "again", | |
| "st" | |
| ], | |
| [ | |
| "domes", | |
| "tic" | |
| ], | |
| [ | |
| "inqu", | |
| "iry" | |
| ], | |
| [ | |
| "t", | |
| "ons" | |
| ], | |
| [ | |
| "u", | |
| "g" | |
| ], | |
| [ | |
| "in", | |
| "f" | |
| ], | |
| [ | |
| "in", | |
| "fin" | |
| ], | |
| [ | |
| "st", | |
| "ory" | |
| ], | |
| [ | |
| "te", | |
| "le" | |
| ], | |
| [ | |
| "inter", | |
| "section" | |
| ], | |
| [ | |
| "we", | |
| "b" | |
| ], | |
| [ | |
| "ag", | |
| "ric" | |
| ], | |
| [ | |
| "est", | |
| "hetic" | |
| ], | |
| [ | |
| "cogn", | |
| "ition" | |
| ], | |
| [ | |
| "mani", | |
| "fe" | |
| ], | |
| [ | |
| "hor", | |
| "mon" | |
| ], | |
| [ | |
| "prevent", | |
| "ed" | |
| ], | |
| [ | |
| "inst", | |
| "all" | |
| ], | |
| [ | |
| "plas", | |
| "ma" | |
| ], | |
| [ | |
| "agric", | |
| "ult" | |
| ], | |
| [ | |
| "e", | |
| "val" | |
| ], | |
| [ | |
| "con", | |
| "tains" | |
| ], | |
| [ | |
| "ph", | |
| "ones" | |
| ], | |
| [ | |
| "ren", | |
| "der" | |
| ], | |
| [ | |
| "so", | |
| "le" | |
| ], | |
| [ | |
| "sal", | |
| "i" | |
| ], | |
| [ | |
| "serv", | |
| "ices" | |
| ], | |
| [ | |
| "met", | |
| "abolic" | |
| ], | |
| [ | |
| "syn", | |
| "chron" | |
| ], | |
| [ | |
| "vit", | |
| "amin" | |
| ], | |
| [ | |
| "exha", | |
| "ust" | |
| ], | |
| [ | |
| "las", | |
| "er" | |
| ], | |
| [ | |
| "wron", | |
| "g" | |
| ], | |
| [ | |
| "m", | |
| "ist" | |
| ], | |
| [ | |
| "s", | |
| "and" | |
| ], | |
| [ | |
| "al", | |
| "location" | |
| ], | |
| [ | |
| "ab", | |
| "et" | |
| ], | |
| [ | |
| "he", | |
| "ter" | |
| ], | |
| [ | |
| "pl", | |
| "ate" | |
| ], | |
| [ | |
| ")âΧ", | |
| "¬" | |
| ], | |
| [ | |
| "dep", | |
| "loy" | |
| ], | |
| [ | |
| "tri", | |
| "al" | |
| ], | |
| [ | |
| "ple", | |
| "a" | |
| ], | |
| [ | |
| "dete", | |
| "cted" | |
| ], | |
| [ | |
| "bro", | |
| "wn" | |
| ], | |
| [ | |
| "war", | |
| "ning" | |
| ], | |
| [ | |
| "mel", | |
| "an" | |
| ], | |
| [ | |
| "oc", | |
| "cur" | |
| ], | |
| [ | |
| "imple", | |
| "mentation" | |
| ], | |
| [ | |
| "commut", | |
| "ative" | |
| ], | |
| [ | |
| "fed", | |
| "eral" | |
| ], | |
| [ | |
| "c", | |
| "ases" | |
| ], | |
| [ | |
| "s", | |
| "ac" | |
| ], | |
| [ | |
| "re", | |
| "volution" | |
| ], | |
| [ | |
| "un", | |
| "intended" | |
| ], | |
| [ | |
| "ag", | |
| "o" | |
| ], | |
| [ | |
| "sa", | |
| "tis" | |
| ], | |
| [ | |
| "dual", | |
| "izing" | |
| ], | |
| [ | |
| "bound", | |
| "ed" | |
| ], | |
| [ | |
| "agg", | |
| "reg" | |
| ], | |
| [ | |
| "hel", | |
| "p" | |
| ], | |
| [ | |
| "]", | |
| "â΍" | |
| ], | |
| [ | |
| "l", | |
| "an" | |
| ], | |
| [ | |
| "th", | |
| "ickness" | |
| ], | |
| [ | |
| "red", | |
| "und" | |
| ], | |
| [ | |
| "dis", | |
| "charge" | |
| ], | |
| [ | |
| "min", | |
| "imal" | |
| ], | |
| [ | |
| "sc", | |
| "r" | |
| ], | |
| [ | |
| "pri", | |
| "me" | |
| ], | |
| [ | |
| "lay", | |
| "ers" | |
| ], | |
| [ | |
| "conne", | |
| "ctivity" | |
| ], | |
| [ | |
| "cir", | |
| "cum" | |
| ], | |
| [ | |
| "path", | |
| "ways" | |
| ], | |
| [ | |
| "small", | |
| "er" | |
| ], | |
| [ | |
| "bul", | |
| "let" | |
| ], | |
| [ | |
| "mut", | |
| "ations" | |
| ], | |
| [ | |
| "lat", | |
| "ency" | |
| ], | |
| [ | |
| "subst", | |
| "ances" | |
| ], | |
| [ | |
| "mitig", | |
| "ate" | |
| ], | |
| [ | |
| "month", | |
| "s" | |
| ], | |
| [ | |
| "Ham", | |
| "il" | |
| ], | |
| [ | |
| "C", | |
| "om" | |
| ], | |
| [ | |
| "S", | |
| "ou" | |
| ], | |
| [ | |
| "f", | |
| "fer" | |
| ], | |
| [ | |
| "ri", | |
| "ers" | |
| ], | |
| [ | |
| "of", | |
| "fic" | |
| ], | |
| [ | |
| "ob", | |
| "struction" | |
| ], | |
| [ | |
| "cl", | |
| "in" | |
| ], | |
| [ | |
| "sur", | |
| "faces" | |
| ], | |
| [ | |
| "dat", | |
| "ab" | |
| ], | |
| [ | |
| "ru", | |
| "st" | |
| ], | |
| [ | |
| "emp", | |
| "ty" | |
| ], | |
| [ | |
| "real", | |
| "istic" | |
| ], | |
| [ | |
| "cus", | |
| "sion" | |
| ], | |
| [ | |
| "axi", | |
| "omatic" | |
| ], | |
| [ | |
| "oc", | |
| "cup" | |
| ], | |
| [ | |
| "compens", | |
| "ation" | |
| ], | |
| [ | |
| "attemp", | |
| "t" | |
| ], | |
| [ | |
| "navi", | |
| "gation" | |
| ], | |
| [ | |
| "manufacture", | |
| "r" | |
| ], | |
| [ | |
| "criti", | |
| "que" | |
| ], | |
| [ | |
| "confid", | |
| "ence" | |
| ], | |
| [ | |
| "1", | |
| "3" | |
| ], | |
| [ | |
| "W", | |
| "i" | |
| ], | |
| [ | |
| "m", | |
| "ation" | |
| ], | |
| [ | |
| "n", | |
| "ext" | |
| ], | |
| [ | |
| "p", | |
| "as" | |
| ], | |
| [ | |
| "ti", | |
| "tive" | |
| ], | |
| [ | |
| "de", | |
| "cre" | |
| ], | |
| [ | |
| "ge", | |
| "red" | |
| ], | |
| [ | |
| "la", | |
| "g" | |
| ], | |
| [ | |
| "US", | |
| "A" | |
| ], | |
| [ | |
| "sho", | |
| "t" | |
| ], | |
| [ | |
| "19", | |
| "9" | |
| ], | |
| [ | |
| "]|", | |
| "[" | |
| ], | |
| [ | |
| "consequ", | |
| "ence" | |
| ], | |
| [ | |
| "refle", | |
| "x" | |
| ], | |
| [ | |
| "inhi", | |
| "bition" | |
| ], | |
| [ | |
| "antibio", | |
| "tic" | |
| ], | |
| [ | |
| "crit", | |
| "er" | |
| ], | |
| [ | |
| ")", | |
| ")]âĨĴ" | |
| ], | |
| [ | |
| "G", | |
| "B" | |
| ], | |
| [ | |
| "i", | |
| "ve" | |
| ], | |
| [ | |
| "m", | |
| "ari" | |
| ], | |
| [ | |
| "u", | |
| "le" | |
| ], | |
| [ | |
| "v", | |
| "om" | |
| ], | |
| [ | |
| "w", | |
| "age" | |
| ], | |
| [ | |
| "co", | |
| "il" | |
| ], | |
| [ | |
| "con", | |
| "version" | |
| ], | |
| [ | |
| "mo", | |
| "ther" | |
| ], | |
| [ | |
| "ur", | |
| "ine" | |
| ], | |
| [ | |
| "red", | |
| "ness" | |
| ], | |
| [ | |
| "int", | |
| "es" | |
| ], | |
| [ | |
| "int", | |
| "ro" | |
| ], | |
| [ | |
| "sequ", | |
| "ences" | |
| ], | |
| [ | |
| ")âĬĤ", | |
| "[" | |
| ], | |
| [ | |
| "preser", | |
| "ve" | |
| ], | |
| [ | |
| "Ch", | |
| "ri" | |
| ], | |
| [ | |
| "station", | |
| "ary" | |
| ], | |
| [ | |
| "intu", | |
| "itive" | |
| ], | |
| [ | |
| "N", | |
| "a" | |
| ], | |
| [ | |
| "f", | |
| "ly" | |
| ], | |
| [ | |
| "re", | |
| "main" | |
| ], | |
| [ | |
| "en", | |
| "sion" | |
| ], | |
| [ | |
| "ar", | |
| "row" | |
| ], | |
| [ | |
| "ch", | |
| "ip" | |
| ], | |
| [ | |
| "pro", | |
| "por" | |
| ], | |
| [ | |
| "ur", | |
| "ch" | |
| ], | |
| [ | |
| "he", | |
| "aling" | |
| ], | |
| [ | |
| "el", | |
| "astic" | |
| ], | |
| [ | |
| "tra", | |
| "in" | |
| ], | |
| [ | |
| "os", | |
| "mo" | |
| ], | |
| [ | |
| "signal", | |
| "ing" | |
| ], | |
| [ | |
| "reli", | |
| "ance" | |
| ], | |
| [ | |
| "pur", | |
| "suit" | |
| ], | |
| [ | |
| "bot", | |
| "tle" | |
| ], | |
| [ | |
| "regul", | |
| "atory" | |
| ], | |
| [ | |
| "neur", | |
| "ons" | |
| ], | |
| [ | |
| "oxi", | |
| "de" | |
| ], | |
| [ | |
| "glut", | |
| "en" | |
| ], | |
| [ | |
| ")", | |
| "âĨĵ" | |
| ], | |
| [ | |
| "I", | |
| "P" | |
| ], | |
| [ | |
| "ti", | |
| "a" | |
| ], | |
| [ | |
| "al", | |
| "ph" | |
| ], | |
| [ | |
| "ic", | |
| "ious" | |
| ], | |
| [ | |
| "ra", | |
| "ge" | |
| ], | |
| [ | |
| "sp", | |
| "i" | |
| ], | |
| [ | |
| "vi", | |
| "ral" | |
| ], | |
| [ | |
| "vi", | |
| "br" | |
| ], | |
| [ | |
| ")|", | |
| "(" | |
| ], | |
| [ | |
| "imp", | |
| "lications" | |
| ], | |
| [ | |
| "fin", | |
| "al" | |
| ], | |
| [ | |
| "int", | |
| "ent" | |
| ], | |
| [ | |
| "cent", | |
| "ury" | |
| ], | |
| [ | |
| "vo", | |
| "ting" | |
| ], | |
| [ | |
| "vo", | |
| "cal" | |
| ], | |
| [ | |
| "coun", | |
| "tries" | |
| ], | |
| [ | |
| "proof", | |
| "s" | |
| ], | |
| [ | |
| "phot", | |
| "ons" | |
| ], | |
| [ | |
| "philoso", | |
| "ph" | |
| ], | |
| [ | |
| "fru", | |
| "it" | |
| ], | |
| [ | |
| "acqui", | |
| "sition" | |
| ], | |
| [ | |
| "shad", | |
| "ow" | |
| ], | |
| [ | |
| "A", | |
| "p" | |
| ], | |
| [ | |
| "]", | |
| "âīĪ" | |
| ], | |
| [ | |
| "ar", | |
| "rest" | |
| ], | |
| [ | |
| "un", | |
| "ity" | |
| ], | |
| [ | |
| "de", | |
| "mon" | |
| ], | |
| [ | |
| "fo", | |
| "rest" | |
| ], | |
| [ | |
| "cur", | |
| "ves" | |
| ], | |
| [ | |
| "pa", | |
| "ren" | |
| ], | |
| [ | |
| "dif", | |
| "fusion" | |
| ], | |
| [ | |
| "ther", | |
| "n" | |
| ], | |
| [ | |
| "cal", | |
| "i" | |
| ], | |
| [ | |
| "glass", | |
| "es" | |
| ], | |
| [ | |
| "rever", | |
| "se" | |
| ], | |
| [ | |
| "crack", | |
| "s" | |
| ], | |
| [ | |
| "heli", | |
| "um" | |
| ], | |
| [ | |
| "N", | |
| "et" | |
| ], | |
| [ | |
| "o", | |
| "ing" | |
| ], | |
| [ | |
| "p", | |
| "rag" | |
| ], | |
| [ | |
| "re", | |
| "feren" | |
| ], | |
| [ | |
| "ic", | |
| "y" | |
| ], | |
| [ | |
| "co", | |
| "ffe" | |
| ], | |
| [ | |
| "ad", | |
| "ul" | |
| ], | |
| [ | |
| "tra", | |
| "its" | |
| ], | |
| [ | |
| "sub", | |
| "ject" | |
| ], | |
| [ | |
| "bre", | |
| "ad" | |
| ], | |
| [ | |
| "scal", | |
| "ability" | |
| ], | |
| [ | |
| "neg", | |
| "li" | |
| ], | |
| [ | |
| "ina", | |
| "dequate" | |
| ], | |
| [ | |
| "hun", | |
| "ger" | |
| ], | |
| [ | |
| "decl", | |
| "ine" | |
| ], | |
| [ | |
| "coffe", | |
| "e" | |
| ], | |
| [ | |
| "B", | |
| "o" | |
| ], | |
| [ | |
| "h", | |
| "ash" | |
| ], | |
| [ | |
| "v", | |
| "ag" | |
| ], | |
| [ | |
| "pl", | |
| "er" | |
| ], | |
| [ | |
| "light", | |
| "s" | |
| ], | |
| [ | |
| "ser", | |
| "ies" | |
| ], | |
| [ | |
| "org", | |
| "ans" | |
| ], | |
| [ | |
| "rup", | |
| "t" | |
| ], | |
| [ | |
| "develop", | |
| "ed" | |
| ], | |
| [ | |
| "invari", | |
| "ance" | |
| ], | |
| [ | |
| "bul", | |
| "k" | |
| ], | |
| [ | |
| "insul", | |
| "ation" | |
| ], | |
| [ | |
| "diagno", | |
| "sis" | |
| ], | |
| [ | |
| "nas", | |
| "al" | |
| ], | |
| [ | |
| "catastro", | |
| "phic" | |
| ], | |
| [ | |
| "Q", | |
| "u" | |
| ], | |
| [ | |
| "f", | |
| "lip" | |
| ], | |
| [ | |
| "k", | |
| "m" | |
| ], | |
| [ | |
| "p", | |
| "up" | |
| ], | |
| [ | |
| "on", | |
| "o" | |
| ], | |
| [ | |
| "ar", | |
| "range" | |
| ], | |
| [ | |
| "de", | |
| "fe" | |
| ], | |
| [ | |
| "th", | |
| "ird" | |
| ], | |
| [ | |
| "ch", | |
| "i" | |
| ], | |
| [ | |
| "âĪ", | |
| "ĺ" | |
| ], | |
| [ | |
| "to", | |
| "py" | |
| ], | |
| [ | |
| "pre", | |
| "si" | |
| ], | |
| [ | |
| "fra", | |
| "ud" | |
| ], | |
| [ | |
| "col", | |
| "le" | |
| ], | |
| [ | |
| "ody", | |
| "nam" | |
| ], | |
| [ | |
| "da", | |
| "mp" | |
| ], | |
| [ | |
| "ste", | |
| "am" | |
| ], | |
| [ | |
| "inte", | |
| "gra" | |
| ], | |
| [ | |
| "ju", | |
| "ri" | |
| ], | |
| [ | |
| "dro", | |
| "me" | |
| ], | |
| [ | |
| "reli", | |
| "gion" | |
| ], | |
| [ | |
| "optim", | |
| "ize" | |
| ], | |
| [ | |
| "open", | |
| "ing" | |
| ], | |
| [ | |
| "rever", | |
| "sal" | |
| ], | |
| [ | |
| "measu", | |
| "rable" | |
| ], | |
| [ | |
| "stret", | |
| "ching" | |
| ], | |
| [ | |
| "institution", | |
| "al" | |
| ], | |
| [ | |
| "wee", | |
| "k" | |
| ], | |
| [ | |
| "pene", | |
| "tration" | |
| ], | |
| [ | |
| "philosoph", | |
| "ical" | |
| ], | |
| [ | |
| ")", | |
| "âĬĥ" | |
| ], | |
| [ | |
| "J", | |
| "o" | |
| ], | |
| [ | |
| "ti", | |
| "se" | |
| ], | |
| [ | |
| "di", | |
| "ges" | |
| ], | |
| [ | |
| "con", | |
| "es" | |
| ], | |
| [ | |
| "so", | |
| "dium" | |
| ], | |
| [ | |
| "air", | |
| "craft" | |
| ], | |
| [ | |
| "da", | |
| "ily" | |
| ], | |
| [ | |
| "ox", | |
| "id" | |
| ], | |
| [ | |
| "behavior", | |
| "al" | |
| ], | |
| [ | |
| "with", | |
| "dra" | |
| ], | |
| [ | |
| "standard", | |
| "s" | |
| ], | |
| [ | |
| "need", | |
| "ed" | |
| ], | |
| [ | |
| "swe", | |
| "et" | |
| ], | |
| [ | |
| "condu", | |
| "ction" | |
| ], | |
| [ | |
| "maxim", | |
| "ize" | |
| ], | |
| [ | |
| "measu", | |
| "res" | |
| ], | |
| [ | |
| "compati", | |
| "bility" | |
| ], | |
| [ | |
| "lau", | |
| "ghter" | |
| ], | |
| [ | |
| "commer", | |
| "cial" | |
| ], | |
| [ | |
| "expl", | |
| "oration" | |
| ], | |
| [ | |
| "clin", | |
| "ical" | |
| ], | |
| [ | |
| ")", | |
| "âĪĪ" | |
| ], | |
| [ | |
| "E", | |
| "R" | |
| ], | |
| [ | |
| "N", | |
| "o" | |
| ], | |
| [ | |
| "]", | |
| "âĨij" | |
| ], | |
| [ | |
| "_", | |
| ":" | |
| ], | |
| [ | |
| "b", | |
| "om" | |
| ], | |
| [ | |
| "i", | |
| "ans" | |
| ], | |
| [ | |
| "s", | |
| "lo" | |
| ], | |
| [ | |
| "s", | |
| "light" | |
| ], | |
| [ | |
| "u", | |
| "k" | |
| ], | |
| [ | |
| "}", | |
| "âΧ" | |
| ], | |
| [ | |
| "âĨĴ", | |
| "âĨij" | |
| ], | |
| [ | |
| "re", | |
| "pl" | |
| ], | |
| [ | |
| "re", | |
| "port" | |
| ], | |
| [ | |
| "un", | |
| "expected" | |
| ], | |
| [ | |
| "con", | |
| "gestion" | |
| ], | |
| [ | |
| "ul", | |
| "ations" | |
| ], | |
| [ | |
| "fe", | |
| "w" | |
| ], | |
| [ | |
| "ep", | |
| "i" | |
| ], | |
| [ | |
| "theore", | |
| "ms" | |
| ], | |
| [ | |
| "che", | |
| "ap" | |
| ], | |
| [ | |
| "import", | |
| "ance" | |
| ], | |
| [ | |
| "b", | |
| "ill" | |
| ], | |
| [ | |
| "lo", | |
| "ud" | |
| ], | |
| [ | |
| "di", | |
| "aph" | |
| ], | |
| [ | |
| "con", | |
| "jecture" | |
| ], | |
| [ | |
| "con", | |
| "texts" | |
| ], | |
| [ | |
| "sh", | |
| "aring" | |
| ], | |
| [ | |
| "stand", | |
| "ing" | |
| ], | |
| [ | |
| "leg", | |
| "i" | |
| ], | |
| [ | |
| "new", | |
| "s" | |
| ], | |
| [ | |
| "compu", | |
| "ters" | |
| ], | |
| [ | |
| "homo", | |
| "topy" | |
| ], | |
| [ | |
| "stim", | |
| "uli" | |
| ], | |
| [ | |
| "abo", | |
| "ve" | |
| ], | |
| [ | |
| "audi", | |
| "ence" | |
| ], | |
| [ | |
| "separ", | |
| "ate" | |
| ], | |
| [ | |
| "techni", | |
| "que" | |
| ], | |
| [ | |
| "reci", | |
| "pro" | |
| ], | |
| [ | |
| "H", | |
| "il" | |
| ], | |
| [ | |
| "P", | |
| "r" | |
| ], | |
| [ | |
| "d", | |
| "ents" | |
| ], | |
| [ | |
| "en", | |
| "cryption" | |
| ], | |
| [ | |
| "as", | |
| "k" | |
| ], | |
| [ | |
| "la", | |
| "unch" | |
| ], | |
| [ | |
| "pre", | |
| "par" | |
| ], | |
| [ | |
| "col", | |
| "ors" | |
| ], | |
| [ | |
| "tim", | |
| "ation" | |
| ], | |
| [ | |
| "car", | |
| "s" | |
| ], | |
| [ | |
| "fall", | |
| "acy" | |
| ], | |
| [ | |
| "trig", | |
| "gered" | |
| ], | |
| [ | |
| "track", | |
| "ing" | |
| ], | |
| [ | |
| "associ", | |
| "ation" | |
| ], | |
| [ | |
| "Rus", | |
| "sia" | |
| ], | |
| [ | |
| "programm", | |
| "ing" | |
| ], | |
| [ | |
| "discrepan", | |
| "cy" | |
| ], | |
| [ | |
| "F", | |
| "rench" | |
| ], | |
| [ | |
| "G", | |
| "P" | |
| ], | |
| [ | |
| "H", | |
| "i" | |
| ], | |
| [ | |
| "H", | |
| "o" | |
| ], | |
| [ | |
| "I", | |
| "R" | |
| ], | |
| [ | |
| "P", | |
| "M" | |
| ], | |
| [ | |
| "S", | |
| "R" | |
| ], | |
| [ | |
| "b", | |
| "ath" | |
| ], | |
| [ | |
| "f", | |
| "resh" | |
| ], | |
| [ | |
| "ti", | |
| "ble" | |
| ], | |
| [ | |
| "on", | |
| "y" | |
| ], | |
| [ | |
| "co", | |
| "vered" | |
| ], | |
| [ | |
| "li", | |
| "ber" | |
| ], | |
| [ | |
| "wor", | |
| "th" | |
| ], | |
| [ | |
| "gra", | |
| "de" | |
| ], | |
| [ | |
| "bu", | |
| "dge" | |
| ], | |
| [ | |
| "ong", | |
| "oing" | |
| ], | |
| [ | |
| "âĪĥ", | |
| ":" | |
| ], | |
| [ | |
| ")âĨĶ", | |
| "[" | |
| ], | |
| [ | |
| "pop", | |
| "ular" | |
| ], | |
| [ | |
| "sens", | |
| "ors" | |
| ], | |
| [ | |
| "cat", | |
| "s" | |
| ], | |
| [ | |
| "ben", | |
| "e" | |
| ], | |
| [ | |
| "repe", | |
| "tition" | |
| ], | |
| [ | |
| "loop", | |
| "s" | |
| ], | |
| [ | |
| "persist", | |
| "ence" | |
| ], | |
| [ | |
| "neur", | |
| "on" | |
| ], | |
| [ | |
| "rub", | |
| "ber" | |
| ], | |
| [ | |
| "acces", | |
| "sibility" | |
| ], | |
| [ | |
| "shar", | |
| "p" | |
| ], | |
| [ | |
| "diaph", | |
| "rag" | |
| ], | |
| [ | |
| "S", | |
| "o" | |
| ], | |
| [ | |
| "[", | |
| "âīł" | |
| ], | |
| [ | |
| "c", | |
| "ades" | |
| ], | |
| [ | |
| "j", | |
| "a" | |
| ], | |
| [ | |
| "o", | |
| "is" | |
| ], | |
| [ | |
| "ti", | |
| "p" | |
| ], | |
| [ | |
| "re", | |
| "por" | |
| ], | |
| [ | |
| "ac", | |
| "ting" | |
| ], | |
| [ | |
| "ex", | |
| "ceptions" | |
| ], | |
| [ | |
| "ke", | |
| "ts" | |
| ], | |
| [ | |
| "fer", | |
| "mi" | |
| ], | |
| [ | |
| "gas", | |
| "es" | |
| ], | |
| [ | |
| "cra", | |
| "tic" | |
| ], | |
| [ | |
| "pul", | |
| "sion" | |
| ], | |
| [ | |
| "dise", | |
| "ases" | |
| ], | |
| [ | |
| "simpli", | |
| "fication" | |
| ], | |
| [ | |
| "mu", | |
| "cus" | |
| ], | |
| [ | |
| "architect", | |
| "ure" | |
| ], | |
| [ | |
| "notice", | |
| "able" | |
| ], | |
| [ | |
| "Ri", | |
| "em" | |
| ], | |
| [ | |
| "ballo", | |
| "on" | |
| ], | |
| [ | |
| "melan", | |
| "in" | |
| ], | |
| [ | |
| "[", | |
| "âīĪ" | |
| ], | |
| [ | |
| "a", | |
| "str" | |
| ], | |
| [ | |
| "i", | |
| "di" | |
| ], | |
| [ | |
| "n", | |
| "odes" | |
| ], | |
| [ | |
| "âĨĴ", | |
| "âĨĵ" | |
| ], | |
| [ | |
| "sp", | |
| "o" | |
| ], | |
| [ | |
| "vi", | |
| "ties" | |
| ], | |
| [ | |
| "comp", | |
| "liance" | |
| ], | |
| [ | |
| "awa", | |
| "ke" | |
| ], | |
| [ | |
| "att", | |
| "ach" | |
| ], | |
| [ | |
| "swe", | |
| "ating" | |
| ], | |
| [ | |
| "eco", | |
| "system" | |
| ], | |
| [ | |
| "rein", | |
| "force" | |
| ], | |
| [ | |
| "therap", | |
| "y" | |
| ], | |
| [ | |
| "membran", | |
| "e" | |
| ], | |
| [ | |
| "Hil", | |
| "bert" | |
| ], | |
| [ | |
| "R", | |
| "EM" | |
| ], | |
| [ | |
| "a", | |
| "id" | |
| ], | |
| [ | |
| "h", | |
| "all" | |
| ], | |
| [ | |
| "p", | |
| "li" | |
| ], | |
| [ | |
| "lo", | |
| "se" | |
| ], | |
| [ | |
| "mo", | |
| "od" | |
| ], | |
| [ | |
| "âĪ", | |
| "µ" | |
| ], | |
| [ | |
| "fic", | |
| "ations" | |
| ], | |
| [ | |
| "ho", | |
| "sp" | |
| ], | |
| [ | |
| "pa", | |
| "int" | |
| ], | |
| [ | |
| "bl", | |
| "ing" | |
| ], | |
| [ | |
| "mar", | |
| "gin" | |
| ], | |
| [ | |
| "cal", | |
| "ories" | |
| ], | |
| [ | |
| "off", | |
| "s" | |
| ], | |
| [ | |
| "ero", | |
| "sion" | |
| ], | |
| [ | |
| "cut", | |
| "ting" | |
| ], | |
| [ | |
| "hierarch", | |
| "ical" | |
| ], | |
| [ | |
| "autom", | |
| "ated" | |
| ], | |
| [ | |
| "exe", | |
| "cu" | |
| ], | |
| [ | |
| "degre", | |
| "es" | |
| ], | |
| [ | |
| "vacc", | |
| "ine" | |
| ], | |
| [ | |
| "concern", | |
| "s" | |
| ], | |
| [ | |
| "prepar", | |
| "ation" | |
| ], | |
| [ | |
| "T", | |
| "L" | |
| ], | |
| [ | |
| "h", | |
| "ind" | |
| ], | |
| [ | |
| "y", | |
| "l" | |
| ], | |
| [ | |
| "an", | |
| "chor" | |
| ], | |
| [ | |
| "ro", | |
| "gen" | |
| ], | |
| [ | |
| "con", | |
| "e" | |
| ], | |
| [ | |
| ")]", | |
| "_" | |
| ], | |
| [ | |
| "pri", | |
| "mal" | |
| ], | |
| [ | |
| "mon", | |
| "o" | |
| ], | |
| [ | |
| "method", | |
| "ology" | |
| ], | |
| [ | |
| "pop", | |
| "ularity" | |
| ], | |
| [ | |
| "continu", | |
| "ity" | |
| ], | |
| [ | |
| "determin", | |
| "ism" | |
| ], | |
| [ | |
| "own", | |
| "er" | |
| ], | |
| [ | |
| "satell", | |
| "ite" | |
| ], | |
| [ | |
| "turbul", | |
| "ence" | |
| ], | |
| [ | |
| "paren", | |
| "ts" | |
| ], | |
| [ | |
| "'", | |
| "t" | |
| ], | |
| [ | |
| "a", | |
| "de" | |
| ], | |
| [ | |
| "j", | |
| "ac" | |
| ], | |
| [ | |
| "k", | |
| "i" | |
| ], | |
| [ | |
| "n", | |
| "ations" | |
| ], | |
| [ | |
| "w", | |
| "ild" | |
| ], | |
| [ | |
| "y", | |
| "a" | |
| ], | |
| [ | |
| "re", | |
| "view" | |
| ], | |
| [ | |
| "it", | |
| "ate" | |
| ], | |
| [ | |
| "co", | |
| "p" | |
| ], | |
| [ | |
| "su", | |
| "peri" | |
| ], | |
| [ | |
| "red", | |
| "shift" | |
| ], | |
| [ | |
| "fo", | |
| "am" | |
| ], | |
| [ | |
| "ser", | |
| "ved" | |
| ], | |
| [ | |
| "cre", | |
| "am" | |
| ], | |
| [ | |
| "stor", | |
| "m" | |
| ], | |
| [ | |
| "radi", | |
| "us" | |
| ], | |
| [ | |
| "nucle", | |
| "us" | |
| ], | |
| [ | |
| "character", | |
| "istic" | |
| ], | |
| [ | |
| "âĢ", | |
| "Ļ" | |
| ], | |
| [ | |
| "thro", | |
| "at" | |
| ], | |
| [ | |
| "iner", | |
| "tia" | |
| ], | |
| [ | |
| "nar", | |
| "ra" | |
| ], | |
| [ | |
| "fea", | |
| "sible" | |
| ], | |
| [ | |
| "asym", | |
| "metry" | |
| ], | |
| [ | |
| "detail", | |
| "s" | |
| ], | |
| [ | |
| "M", | |
| "L" | |
| ], | |
| [ | |
| "p", | |
| "ment" | |
| ], | |
| [ | |
| "re", | |
| "new" | |
| ], | |
| [ | |
| "al", | |
| "ert" | |
| ], | |
| [ | |
| "me", | |
| "an" | |
| ], | |
| [ | |
| "ine", | |
| "quality" | |
| ], | |
| [ | |
| "up", | |
| "per" | |
| ], | |
| [ | |
| "pre", | |
| "ci" | |
| ], | |
| [ | |
| "cep", | |
| "ts" | |
| ], | |
| [ | |
| "over", | |
| "head" | |
| ], | |
| [ | |
| "âĨIJ", | |
| "[" | |
| ], | |
| [ | |
| "ak", | |
| "es" | |
| ], | |
| [ | |
| "da", | |
| "mag" | |
| ], | |
| [ | |
| "ou", | |
| "rier" | |
| ], | |
| [ | |
| "fil", | |
| "es" | |
| ], | |
| [ | |
| "direction", | |
| "al" | |
| ], | |
| [ | |
| "avoid", | |
| "ed" | |
| ], | |
| [ | |
| "ideal", | |
| "ized" | |
| ], | |
| [ | |
| "sever", | |
| "ity" | |
| ], | |
| [ | |
| "numer", | |
| "ical" | |
| ], | |
| [ | |
| "W", | |
| "e" | |
| ], | |
| [ | |
| "]", | |
| "_" | |
| ], | |
| [ | |
| "n", | |
| "al" | |
| ], | |
| [ | |
| "un", | |
| "stable" | |
| ], | |
| [ | |
| "ur", | |
| "ations" | |
| ], | |
| [ | |
| "od", | |
| "a" | |
| ], | |
| [ | |
| "fic", | |
| "acy" | |
| ], | |
| [ | |
| "ef", | |
| "ficacy" | |
| ], | |
| [ | |
| "gra", | |
| "m" | |
| ], | |
| [ | |
| "min", | |
| "utes" | |
| ], | |
| [ | |
| "mal", | |
| "icious" | |
| ], | |
| [ | |
| "respon", | |
| "sibility" | |
| ], | |
| [ | |
| "im", | |
| "balance" | |
| ], | |
| [ | |
| "ou", | |
| "ter" | |
| ], | |
| [ | |
| "coll", | |
| "ab" | |
| ], | |
| [ | |
| "chron", | |
| "ic" | |
| ], | |
| [ | |
| "ambigu", | |
| "ity" | |
| ], | |
| [ | |
| "Net", | |
| "flix" | |
| ], | |
| [ | |
| "F", | |
| "ourier" | |
| ], | |
| [ | |
| "H", | |
| "D" | |
| ], | |
| [ | |
| "H", | |
| "T" | |
| ], | |
| [ | |
| "M", | |
| "ars" | |
| ], | |
| [ | |
| "e", | |
| "ast" | |
| ], | |
| [ | |
| "l", | |
| "or" | |
| ], | |
| [ | |
| "p", | |
| "se" | |
| ], | |
| [ | |
| "in", | |
| "valid" | |
| ], | |
| [ | |
| "ro", | |
| "cket" | |
| ], | |
| [ | |
| "se", | |
| "en" | |
| ], | |
| [ | |
| "ab", | |
| "normal" | |
| ], | |
| [ | |
| "ol", | |
| "der" | |
| ], | |
| [ | |
| "work", | |
| "ers" | |
| ], | |
| [ | |
| "dis", | |
| "k" | |
| ], | |
| [ | |
| "sur", | |
| "ger" | |
| ], | |
| [ | |
| "enti", | |
| "ties" | |
| ], | |
| [ | |
| "organ", | |
| "ism" | |
| ], | |
| [ | |
| "ish", | |
| "ment" | |
| ], | |
| [ | |
| "applic", | |
| "ability" | |
| ], | |
| [ | |
| "inten", | |
| "tional" | |
| ], | |
| [ | |
| "jo", | |
| "y" | |
| ], | |
| [ | |
| "]âΧ", | |
| "(" | |
| ], | |
| [ | |
| "fac", | |
| "il" | |
| ], | |
| [ | |
| "manufact", | |
| "uring" | |
| ], | |
| [ | |
| "Par", | |
| "adox" | |
| ], | |
| [ | |
| "standardi", | |
| "zed" | |
| ], | |
| [ | |
| "condens", | |
| "ation" | |
| ], | |
| [ | |
| "summ", | |
| "er" | |
| ], | |
| [ | |
| "samp", | |
| "ling" | |
| ], | |
| [ | |
| "easi", | |
| "er" | |
| ], | |
| [ | |
| "expon", | |
| "ential" | |
| ], | |
| [ | |
| "2", | |
| "000" | |
| ], | |
| [ | |
| "B", | |
| "C" | |
| ], | |
| [ | |
| "G", | |
| "ro" | |
| ], | |
| [ | |
| "f", | |
| "arm" | |
| ], | |
| [ | |
| "m", | |
| "b" | |
| ], | |
| [ | |
| "t", | |
| "ank" | |
| ], | |
| [ | |
| "in", | |
| "n" | |
| ], | |
| [ | |
| "mo", | |
| "un" | |
| ], | |
| [ | |
| "ver", | |
| "tical" | |
| ], | |
| [ | |
| "ne", | |
| "igh" | |
| ], | |
| [ | |
| ")]", | |
| "âī¡" | |
| ], | |
| [ | |
| "cy", | |
| "cl" | |
| ], | |
| [ | |
| "sk", | |
| "i" | |
| ], | |
| [ | |
| "trans", | |
| "lation" | |
| ], | |
| [ | |
| "bro", | |
| "w" | |
| ], | |
| [ | |
| "character", | |
| "istics" | |
| ], | |
| [ | |
| "rever", | |
| "sible" | |
| ], | |
| [ | |
| "parame", | |
| "ter" | |
| ], | |
| [ | |
| "analog", | |
| "y" | |
| ], | |
| [ | |
| "contain", | |
| "er" | |
| ], | |
| [ | |
| "prof", | |
| "ession" | |
| ], | |
| [ | |
| "criter", | |
| "ia" | |
| ], | |
| [ | |
| "e", | |
| "ating" | |
| ], | |
| [ | |
| "f", | |
| "as" | |
| ], | |
| [ | |
| "re", | |
| "ward" | |
| ], | |
| [ | |
| "in", | |
| "correct" | |
| ], | |
| [ | |
| "al", | |
| "ways" | |
| ], | |
| [ | |
| "ad", | |
| "s" | |
| ], | |
| [ | |
| "sy", | |
| "ste" | |
| ], | |
| [ | |
| "log", | |
| "ra" | |
| ], | |
| [ | |
| "tra", | |
| "u" | |
| ], | |
| [ | |
| "ath", | |
| "y" | |
| ], | |
| [ | |
| "vari", | |
| "ety" | |
| ], | |
| [ | |
| "pri", | |
| "son" | |
| ], | |
| [ | |
| "ign", | |
| "ition" | |
| ], | |
| [ | |
| "set", | |
| "tle" | |
| ], | |
| [ | |
| "clo", | |
| "thing" | |
| ], | |
| [ | |
| "sing", | |
| "ular" | |
| ], | |
| [ | |
| "inci", | |
| "dent" | |
| ], | |
| [ | |
| "micro", | |
| "bio" | |
| ], | |
| [ | |
| "âĪĢ", | |
| "[" | |
| ], | |
| [ | |
| "ques", | |
| "tions" | |
| ], | |
| [ | |
| "curren", | |
| "ts" | |
| ], | |
| [ | |
| "distin", | |
| "ction" | |
| ], | |
| [ | |
| "bran", | |
| "ch" | |
| ], | |
| [ | |
| "vis", | |
| "co" | |
| ], | |
| [ | |
| "emer", | |
| "gency" | |
| ], | |
| [ | |
| "confir", | |
| "med" | |
| ], | |
| [ | |
| "irrit", | |
| "ation" | |
| ], | |
| [ | |
| "diaphrag", | |
| "m" | |
| ], | |
| [ | |
| "syste", | |
| "matic" | |
| ], | |
| [ | |
| ")", | |
| "_" | |
| ], | |
| [ | |
| "A", | |
| "u" | |
| ], | |
| [ | |
| "s", | |
| "om" | |
| ], | |
| [ | |
| "re", | |
| "call" | |
| ], | |
| [ | |
| "en", | |
| "er" | |
| ], | |
| [ | |
| "si", | |
| "an" | |
| ], | |
| [ | |
| "ent", | |
| "er" | |
| ], | |
| [ | |
| "de", | |
| "fici" | |
| ], | |
| [ | |
| "pro", | |
| "ven" | |
| ], | |
| [ | |
| "scal", | |
| "es" | |
| ], | |
| [ | |
| "ish", | |
| "ing" | |
| ], | |
| [ | |
| "gg", | |
| "ing" | |
| ], | |
| [ | |
| "polic", | |
| "ies" | |
| ], | |
| [ | |
| "wheel", | |
| "s" | |
| ], | |
| [ | |
| "band", | |
| "width" | |
| ], | |
| [ | |
| "Hamil", | |
| "tonian" | |
| ], | |
| [ | |
| "H", | |
| "C" | |
| ], | |
| [ | |
| "b", | |
| "la" | |
| ], | |
| [ | |
| "c", | |
| "ance" | |
| ], | |
| [ | |
| "d", | |
| "ys" | |
| ], | |
| [ | |
| "r", | |
| "ance" | |
| ], | |
| [ | |
| "t", | |
| "m" | |
| ], | |
| [ | |
| "v", | |
| "enti" | |
| ], | |
| [ | |
| "ac", | |
| "ed" | |
| ], | |
| [ | |
| "un", | |
| "controlled" | |
| ], | |
| [ | |
| "ri", | |
| "bu" | |
| ], | |
| [ | |
| "qu", | |
| "al" | |
| ], | |
| [ | |
| "ine", | |
| "fficient" | |
| ], | |
| [ | |
| "am", | |
| "ino" | |
| ], | |
| [ | |
| "op", | |
| "tical" | |
| ], | |
| [ | |
| "pre", | |
| "gn" | |
| ], | |
| [ | |
| "sh", | |
| "ed" | |
| ], | |
| [ | |
| "ha", | |
| "z" | |
| ], | |
| [ | |
| "nor", | |
| "m" | |
| ], | |
| [ | |
| "sol", | |
| "ving" | |
| ], | |
| [ | |
| "health", | |
| "care" | |
| ], | |
| [ | |
| "den", | |
| "se" | |
| ], | |
| [ | |
| "ffici", | |
| "ency" | |
| ], | |
| [ | |
| "condu", | |
| "ctivity" | |
| ], | |
| [ | |
| "dream", | |
| "s" | |
| ], | |
| [ | |
| "Americ", | |
| "a" | |
| ], | |
| [ | |
| "nar", | |
| "row" | |
| ], | |
| [ | |
| "simp", | |
| "lic" | |
| ], | |
| [ | |
| "sent", | |
| "ence" | |
| ], | |
| [ | |
| "intro", | |
| "du" | |
| ], | |
| [ | |
| "]", | |
| "âĬ£" | |
| ], | |
| [ | |
| "c", | |
| "tives" | |
| ], | |
| [ | |
| "d", | |
| "run" | |
| ], | |
| [ | |
| "r", | |
| "ant" | |
| ], | |
| [ | |
| "s", | |
| "oda" | |
| ], | |
| [ | |
| "ic", | |
| "ing" | |
| ], | |
| [ | |
| "con", | |
| "sider" | |
| ], | |
| [ | |
| "ve", | |
| "ctors" | |
| ], | |
| [ | |
| "pro", | |
| "long" | |
| ], | |
| [ | |
| "as", | |
| "m" | |
| ], | |
| [ | |
| "str", | |
| "al" | |
| ], | |
| [ | |
| "and", | |
| "er" | |
| ], | |
| [ | |
| "stru", | |
| "ggle" | |
| ], | |
| [ | |
| "metr", | |
| "ics" | |
| ], | |
| [ | |
| "ele", | |
| "g" | |
| ], | |
| [ | |
| "cl", | |
| "arity" | |
| ], | |
| [ | |
| "enti", | |
| "ty" | |
| ], | |
| [ | |
| "aly", | |
| "sis" | |
| ], | |
| [ | |
| "depend", | |
| "s" | |
| ], | |
| [ | |
| "identi", | |
| "ties" | |
| ], | |
| [ | |
| "homo", | |
| "logical" | |
| ], | |
| [ | |
| "tu", | |
| "be" | |
| ], | |
| [ | |
| "enh", | |
| "anced" | |
| ], | |
| [ | |
| "alter", | |
| "ation" | |
| ], | |
| [ | |
| "Gal", | |
| "ois" | |
| ], | |
| [ | |
| "C", | |
| "an" | |
| ], | |
| [ | |
| "b", | |
| "id" | |
| ], | |
| [ | |
| "s", | |
| "at" | |
| ], | |
| [ | |
| "s", | |
| "la" | |
| ], | |
| [ | |
| "z", | |
| "on" | |
| ], | |
| [ | |
| "z", | |
| "ens" | |
| ], | |
| [ | |
| "in", | |
| "version" | |
| ], | |
| [ | |
| "in", | |
| "verse" | |
| ], | |
| [ | |
| "at", | |
| "tr" | |
| ], | |
| [ | |
| "ar", | |
| "o" | |
| ], | |
| [ | |
| "it", | |
| "ative" | |
| ], | |
| [ | |
| "co", | |
| "in" | |
| ], | |
| [ | |
| "de", | |
| "coherence" | |
| ], | |
| [ | |
| "il", | |
| "la" | |
| ], | |
| [ | |
| "nam", | |
| "es" | |
| ], | |
| [ | |
| "anti", | |
| "gen" | |
| ], | |
| [ | |
| "aut", | |
| "onomy" | |
| ], | |
| [ | |
| "targe", | |
| "ted" | |
| ], | |
| [ | |
| "lens", | |
| "es" | |
| ], | |
| [ | |
| "config", | |
| "urations" | |
| ], | |
| [ | |
| "withdra", | |
| "wal" | |
| ], | |
| [ | |
| "budge", | |
| "t" | |
| ], | |
| [ | |
| "A", | |
| "A" | |
| ], | |
| [ | |
| "G", | |
| "od" | |
| ], | |
| [ | |
| "M", | |
| "on" | |
| ], | |
| [ | |
| "e", | |
| "valuation" | |
| ], | |
| [ | |
| "g", | |
| "ar" | |
| ], | |
| [ | |
| "i", | |
| "eld" | |
| ], | |
| [ | |
| "r", | |
| "ink" | |
| ], | |
| [ | |
| "}", | |
| "âĨĴ[" | |
| ], | |
| [ | |
| "en", | |
| "sure" | |
| ], | |
| [ | |
| "th", | |
| "ous" | |
| ], | |
| [ | |
| "ex", | |
| "tin" | |
| ], | |
| [ | |
| "ad", | |
| "ded" | |
| ], | |
| [ | |
| "ma", | |
| "mm" | |
| ], | |
| [ | |
| "bal", | |
| "anced" | |
| ], | |
| [ | |
| "sta", | |
| "gn" | |
| ], | |
| [ | |
| "ju", | |
| "ana" | |
| ], | |
| [ | |
| "nor", | |
| "ms" | |
| ], | |
| [ | |
| "cro", | |
| "w" | |
| ], | |
| [ | |
| "attack", | |
| "s" | |
| ], | |
| [ | |
| "signific", | |
| "ance" | |
| ], | |
| [ | |
| "cla", | |
| "i" | |
| ], | |
| [ | |
| "good", | |
| "s" | |
| ], | |
| [ | |
| "my", | |
| "th" | |
| ], | |
| [ | |
| "gap", | |
| "s" | |
| ], | |
| [ | |
| "Ger", | |
| "many" | |
| ], | |
| [ | |
| "mari", | |
| "juana" | |
| ], | |
| [ | |
| "5", | |
| "00" | |
| ], | |
| [ | |
| "W", | |
| "ar" | |
| ], | |
| [ | |
| "l", | |
| "actic" | |
| ], | |
| [ | |
| "o", | |
| "logies" | |
| ], | |
| [ | |
| "re", | |
| "tail" | |
| ], | |
| [ | |
| "co", | |
| "des" | |
| ], | |
| [ | |
| "sp", | |
| "h" | |
| ], | |
| [ | |
| "produ", | |
| "ctivity" | |
| ], | |
| [ | |
| "power", | |
| "ful" | |
| ], | |
| [ | |
| "leg", | |
| "s" | |
| ], | |
| [ | |
| "equi", | |
| "pment" | |
| ], | |
| [ | |
| "invest", | |
| "ors" | |
| ], | |
| [ | |
| "curren", | |
| "ce" | |
| ], | |
| [ | |
| "second", | |
| "ary" | |
| ], | |
| [ | |
| "jud", | |
| "gment" | |
| ], | |
| [ | |
| "webs", | |
| "ite" | |
| ], | |
| [ | |
| "insight", | |
| "s" | |
| ], | |
| [ | |
| "surger", | |
| "y" | |
| ], | |
| [ | |
| "tm", | |
| "sub" | |
| ], | |
| [ | |
| "B", | |
| "er" | |
| ], | |
| [ | |
| "S", | |
| "D" | |
| ], | |
| [ | |
| "g", | |
| "ly" | |
| ], | |
| [ | |
| "w", | |
| "ant" | |
| ], | |
| [ | |
| "in", | |
| "completeness" | |
| ], | |
| [ | |
| "st", | |
| "one" | |
| ], | |
| [ | |
| "ab", | |
| "use" | |
| ], | |
| [ | |
| "te", | |
| "a" | |
| ], | |
| [ | |
| "bo", | |
| "o" | |
| ], | |
| [ | |
| "imp", | |
| "air" | |
| ], | |
| [ | |
| "fa", | |
| "ster" | |
| ], | |
| [ | |
| "gener", | |
| "ative" | |
| ], | |
| [ | |
| "clo", | |
| "u" | |
| ], | |
| [ | |
| "cir", | |
| "cle" | |
| ], | |
| [ | |
| "comb", | |
| "at" | |
| ], | |
| [ | |
| "cr", | |
| "acy" | |
| ], | |
| [ | |
| "Mo", | |
| "del" | |
| ], | |
| [ | |
| "emission", | |
| "s" | |
| ], | |
| [ | |
| "autom", | |
| "orph" | |
| ], | |
| [ | |
| "inse", | |
| "ct" | |
| ], | |
| [ | |
| "centri", | |
| "fu" | |
| ], | |
| [ | |
| "sched", | |
| "ule" | |
| ], | |
| [ | |
| "onto", | |
| "logical" | |
| ], | |
| [ | |
| "plea", | |
| "sure" | |
| ], | |
| [ | |
| "datab", | |
| "ase" | |
| ], | |
| [ | |
| "microbio", | |
| "me" | |
| ], | |
| [ | |
| "2", | |
| "3" | |
| ], | |
| [ | |
| "[", | |
| "(" | |
| ], | |
| [ | |
| "p", | |
| "H" | |
| ], | |
| [ | |
| "ed", | |
| "ness" | |
| ], | |
| [ | |
| "si", | |
| "m" | |
| ], | |
| [ | |
| "de", | |
| "pri" | |
| ], | |
| [ | |
| "ra", | |
| "ys" | |
| ], | |
| [ | |
| "li", | |
| "ability" | |
| ], | |
| [ | |
| "sp", | |
| "ot" | |
| ], | |
| [ | |
| "sp", | |
| "orts" | |
| ], | |
| [ | |
| "par", | |
| "a" | |
| ], | |
| [ | |
| "univer", | |
| "s" | |
| ], | |
| [ | |
| "pop", | |
| "ulations" | |
| ], | |
| [ | |
| "clu", | |
| "ster" | |
| ], | |
| [ | |
| "path", | |
| "way" | |
| ], | |
| [ | |
| "mut", | |
| "ual" | |
| ], | |
| [ | |
| "simpli", | |
| "fied" | |
| ], | |
| [ | |
| "lif", | |
| "ting" | |
| ], | |
| [ | |
| "evol", | |
| "ving" | |
| ], | |
| [ | |
| "bene", | |
| "ficial" | |
| ], | |
| [ | |
| "D", | |
| "P" | |
| ], | |
| [ | |
| "G", | |
| "I" | |
| ], | |
| [ | |
| "L", | |
| "a" | |
| ], | |
| [ | |
| "L", | |
| "ED" | |
| ], | |
| [ | |
| "d", | |
| "ers" | |
| ], | |
| [ | |
| "o", | |
| "ct" | |
| ], | |
| [ | |
| "r", | |
| "ang" | |
| ], | |
| [ | |
| "t", | |
| "ong" | |
| ], | |
| [ | |
| "in", | |
| "struction" | |
| ], | |
| [ | |
| "ed", | |
| "ges" | |
| ], | |
| [ | |
| "su", | |
| "sp" | |
| ], | |
| [ | |
| "comp", | |
| "os" | |
| ], | |
| [ | |
| "bra", | |
| "id" | |
| ], | |
| [ | |
| "vari", | |
| "ations" | |
| ], | |
| [ | |
| "ins", | |
| "tin" | |
| ], | |
| [ | |
| "mis", | |
| "con" | |
| ], | |
| [ | |
| "mis", | |
| "sing" | |
| ], | |
| [ | |
| "gener", | |
| "ated" | |
| ], | |
| [ | |
| "organ", | |
| "iz" | |
| ], | |
| [ | |
| "remo", | |
| "te" | |
| ], | |
| [ | |
| "remo", | |
| "ved" | |
| ], | |
| [ | |
| "activ", | |
| "ated" | |
| ], | |
| [ | |
| "thermo", | |
| "dynamic" | |
| ], | |
| [ | |
| "inhi", | |
| "bit" | |
| ], | |
| [ | |
| "stabili", | |
| "zation" | |
| ], | |
| [ | |
| "filter", | |
| "ing" | |
| ], | |
| [ | |
| "respir", | |
| "atory" | |
| ], | |
| [ | |
| "crimin", | |
| "al" | |
| ], | |
| [ | |
| "Bri", | |
| "tish" | |
| ], | |
| [ | |
| "tong", | |
| "ue" | |
| ], | |
| [ | |
| "G", | |
| "ö" | |
| ], | |
| [ | |
| "[", | |
| "âĨĴ" | |
| ], | |
| [ | |
| "on", | |
| "d" | |
| ], | |
| [ | |
| "en", | |
| "coding" | |
| ], | |
| [ | |
| "es", | |
| "ian" | |
| ], | |
| [ | |
| "at", | |
| "ching" | |
| ], | |
| [ | |
| "ar", | |
| "ms" | |
| ], | |
| [ | |
| "mo", | |
| "ving" | |
| ], | |
| [ | |
| "ol", | |
| "y" | |
| ], | |
| [ | |
| "ex", | |
| "plic" | |
| ], | |
| [ | |
| "fi", | |
| "er" | |
| ], | |
| [ | |
| "ser", | |
| "ious" | |
| ], | |
| [ | |
| "reg", | |
| "i" | |
| ], | |
| [ | |
| "mar", | |
| "riage" | |
| ], | |
| [ | |
| "mag", | |
| "net" | |
| ], | |
| [ | |
| "local", | |
| "ization" | |
| ], | |
| [ | |
| "gi", | |
| "ble" | |
| ], | |
| [ | |
| "secon", | |
| "ds" | |
| ], | |
| [ | |
| "addi", | |
| "tional" | |
| ], | |
| [ | |
| "nutri", | |
| "tion" | |
| ], | |
| [ | |
| "compati", | |
| "ble" | |
| ], | |
| [ | |
| "modu", | |
| "li" | |
| ], | |
| [ | |
| "prolong", | |
| "ed" | |
| ], | |
| [ | |
| ")", | |
| "âĬĥ[" | |
| ], | |
| [ | |
| "B", | |
| "ay" | |
| ], | |
| [ | |
| "C", | |
| "FT" | |
| ], | |
| [ | |
| "L", | |
| "o" | |
| ], | |
| [ | |
| "in", | |
| "ser" | |
| ], | |
| [ | |
| "an", | |
| "ol" | |
| ], | |
| [ | |
| "at", | |
| "o" | |
| ], | |
| [ | |
| "ed", | |
| "it" | |
| ], | |
| [ | |
| "un", | |
| "ce" | |
| ], | |
| [ | |
| "th", | |
| "ick" | |
| ], | |
| [ | |
| "li", | |
| "zation" | |
| ], | |
| [ | |
| "su", | |
| "ic" | |
| ], | |
| [ | |
| "as", | |
| "sign" | |
| ], | |
| [ | |
| "ef", | |
| "t" | |
| ], | |
| [ | |
| "fi", | |
| "able" | |
| ], | |
| [ | |
| "dis", | |
| "orders" | |
| ], | |
| [ | |
| "aster", | |
| "oid" | |
| ], | |
| [ | |
| "descrip", | |
| "tions" | |
| ], | |
| [ | |
| "corro", | |
| "sion" | |
| ], | |
| [ | |
| "sali", | |
| "va" | |
| ], | |
| [ | |
| "explic", | |
| "it" | |
| ], | |
| [ | |
| "2", | |
| "1" | |
| ], | |
| [ | |
| "B", | |
| "ro" | |
| ], | |
| [ | |
| "e", | |
| "per" | |
| ], | |
| [ | |
| "h", | |
| "n" | |
| ], | |
| [ | |
| "h", | |
| "om" | |
| ], | |
| [ | |
| "re", | |
| "tri" | |
| ], | |
| [ | |
| "en", | |
| "joy" | |
| ], | |
| [ | |
| "co", | |
| "operation" | |
| ], | |
| [ | |
| "di", | |
| "str" | |
| ], | |
| [ | |
| "od", | |
| "ic" | |
| ], | |
| [ | |
| "fi", | |
| "bers" | |
| ], | |
| [ | |
| "des", | |
| "ired" | |
| ], | |
| [ | |
| "sal", | |
| "e" | |
| ], | |
| [ | |
| "ran", | |
| "k" | |
| ], | |
| [ | |
| "distribution", | |
| "s" | |
| ], | |
| [ | |
| "char", | |
| "ges" | |
| ], | |
| [ | |
| "fil", | |
| "led" | |
| ], | |
| [ | |
| "tor", | |
| "que" | |
| ], | |
| [ | |
| "statis", | |
| "tics" | |
| ], | |
| [ | |
| "bot", | |
| "t" | |
| ], | |
| [ | |
| "sympto", | |
| "m" | |
| ], | |
| [ | |
| "dow", | |
| "s" | |
| ], | |
| [ | |
| "correl", | |
| "ated" | |
| ], | |
| [ | |
| "skill", | |
| "s" | |
| ], | |
| [ | |
| "toxic", | |
| "ity" | |
| ], | |
| [ | |
| "advance", | |
| "ments" | |
| ], | |
| [ | |
| "recur", | |
| "sive" | |
| ], | |
| [ | |
| "nego", | |
| "tiation" | |
| ], | |
| [ | |
| "pregn", | |
| "ancy" | |
| ], | |
| [ | |
| "W", | |
| "in" | |
| ], | |
| [ | |
| "]", | |
| "," | |
| ], | |
| [ | |
| "s", | |
| "l" | |
| ], | |
| [ | |
| "v", | |
| "ents" | |
| ], | |
| [ | |
| "ti", | |
| "de" | |
| ], | |
| [ | |
| "de", | |
| "cades" | |
| ], | |
| [ | |
| "me", | |
| "ta" | |
| ], | |
| [ | |
| "se", | |
| "cure" | |
| ], | |
| [ | |
| "ve", | |
| "get" | |
| ], | |
| [ | |
| "ex", | |
| "clusion" | |
| ], | |
| [ | |
| "ad", | |
| "ic" | |
| ], | |
| [ | |
| "ir", | |
| "l" | |
| ], | |
| [ | |
| "ta", | |
| "tive" | |
| ], | |
| [ | |
| "bi", | |
| "ases" | |
| ], | |
| [ | |
| "high", | |
| "ly" | |
| ], | |
| [ | |
| "hy", | |
| "brid" | |
| ], | |
| [ | |
| "exp", | |
| "ensive" | |
| ], | |
| [ | |
| "leg", | |
| "is" | |
| ], | |
| [ | |
| "char", | |
| "ged" | |
| ], | |
| [ | |
| "continu", | |
| "ation" | |
| ], | |
| [ | |
| "gg", | |
| "s" | |
| ], | |
| [ | |
| "lear", | |
| "ned" | |
| ], | |
| [ | |
| "bir", | |
| "d" | |
| ], | |
| [ | |
| "stra", | |
| "w" | |
| ], | |
| [ | |
| "cou", | |
| "gh" | |
| ], | |
| [ | |
| "simpli", | |
| "fy" | |
| ], | |
| [ | |
| "cryst", | |
| "als" | |
| ], | |
| [ | |
| "yo", | |
| "ung" | |
| ], | |
| [ | |
| "embed", | |
| "ded" | |
| ], | |
| [ | |
| "compro", | |
| "mise" | |
| ], | |
| [ | |
| "aer", | |
| "odynam" | |
| ], | |
| [ | |
| "scenari", | |
| "os" | |
| ], | |
| [ | |
| "venti", | |
| "lation" | |
| ], | |
| [ | |
| "m", | |
| "ur" | |
| ], | |
| [ | |
| "st", | |
| "ell" | |
| ], | |
| [ | |
| "co", | |
| "lo" | |
| ], | |
| [ | |
| "de", | |
| "ter" | |
| ], | |
| [ | |
| "ul", | |
| "sion" | |
| ], | |
| [ | |
| "cont", | |
| "amination" | |
| ], | |
| [ | |
| "sur", | |
| "ve" | |
| ], | |
| [ | |
| "cap", | |
| "able" | |
| ], | |
| [ | |
| "pol", | |
| "ation" | |
| ], | |
| [ | |
| "awa", | |
| "re" | |
| ], | |
| [ | |
| "hor", | |
| "se" | |
| ], | |
| [ | |
| "comb", | |
| "ination" | |
| ], | |
| [ | |
| "truth", | |
| "s" | |
| ], | |
| [ | |
| "impro", | |
| "ve" | |
| ], | |
| [ | |
| "calcul", | |
| "us" | |
| ], | |
| [ | |
| "cha", | |
| "otic" | |
| ], | |
| [ | |
| "agg", | |
| "ressive" | |
| ], | |
| [ | |
| "broad", | |
| "er" | |
| ], | |
| [ | |
| "fea", | |
| "sibility" | |
| ], | |
| [ | |
| "exper", | |
| "tise" | |
| ], | |
| [ | |
| "spon", | |
| "taneous" | |
| ], | |
| [ | |
| "Win", | |
| "dows" | |
| ], | |
| [ | |
| "A", | |
| "fric" | |
| ], | |
| [ | |
| "f", | |
| "lood" | |
| ], | |
| [ | |
| "Ġ", | |
| "the" | |
| ], | |
| [ | |
| "le", | |
| "verage" | |
| ], | |
| [ | |
| "si", | |
| "zes" | |
| ], | |
| [ | |
| "ing", | |
| "re" | |
| ], | |
| [ | |
| "di", | |
| "l" | |
| ], | |
| [ | |
| "mp", | |
| "s" | |
| ], | |
| [ | |
| "li", | |
| "ve" | |
| ], | |
| [ | |
| "âĪ", | |
| "Ĵ" | |
| ], | |
| [ | |
| "em", | |
| "it" | |
| ], | |
| [ | |
| "no", | |
| "vel" | |
| ], | |
| [ | |
| "âĨĶ", | |
| "(" | |
| ], | |
| [ | |
| "inter", | |
| "connected" | |
| ], | |
| [ | |
| "cre", | |
| "ate" | |
| ], | |
| [ | |
| "cor", | |
| "relations" | |
| ], | |
| [ | |
| "contro", | |
| "ll" | |
| ], | |
| [ | |
| "go", | |
| "v" | |
| ], | |
| [ | |
| "dri", | |
| "vers" | |
| ], | |
| [ | |
| "absor", | |
| "bs" | |
| ], | |
| [ | |
| "ded", | |
| "u" | |
| ], | |
| [ | |
| "syn", | |
| "ap" | |
| ], | |
| [ | |
| "magne", | |
| "tism" | |
| ], | |
| [ | |
| "found", | |
| "ations" | |
| ], | |
| [ | |
| "general", | |
| "ization" | |
| ], | |
| [ | |
| "fac", | |
| "ial" | |
| ], | |
| [ | |
| "hes", | |
| "ia" | |
| ], | |
| [ | |
| "rigid", | |
| "ity" | |
| ], | |
| [ | |
| "symbol", | |
| "ic" | |
| ], | |
| [ | |
| "nic", | |
| "o" | |
| ], | |
| [ | |
| "igno", | |
| "red" | |
| ], | |
| [ | |
| "conven", | |
| "i" | |
| ], | |
| [ | |
| "devi", | |
| "ation" | |
| ], | |
| [ | |
| "perturb", | |
| "ative" | |
| ], | |
| [ | |
| "reve", | |
| "al" | |
| ], | |
| [ | |
| "West", | |
| "ern" | |
| ], | |
| [ | |
| "vibr", | |
| "ations" | |
| ], | |
| [ | |
| "hall", | |
| "uc" | |
| ], | |
| [ | |
| "D", | |
| "S" | |
| ], | |
| [ | |
| "o", | |
| "sis" | |
| ], | |
| [ | |
| "s", | |
| "ting" | |
| ], | |
| [ | |
| "re", | |
| "set" | |
| ], | |
| [ | |
| "en", | |
| "ced" | |
| ], | |
| [ | |
| "un", | |
| "its" | |
| ], | |
| [ | |
| "se", | |
| "at" | |
| ], | |
| [ | |
| "con", | |
| "str" | |
| ], | |
| [ | |
| "con", | |
| "sen" | |
| ], | |
| [ | |
| "te", | |
| "ars" | |
| ], | |
| [ | |
| "âĨij", | |
| ":" | |
| ], | |
| [ | |
| "ci", | |
| "ent" | |
| ], | |
| [ | |
| "ph", | |
| "arm" | |
| ], | |
| [ | |
| "sh", | |
| "rink" | |
| ], | |
| [ | |
| "sc", | |
| "rip" | |
| ], | |
| [ | |
| "comple", | |
| "xi" | |
| ], | |
| [ | |
| "state", | |
| "ments" | |
| ], | |
| [ | |
| "fact", | |
| "ory" | |
| ], | |
| [ | |
| "appro", | |
| "val" | |
| ], | |
| [ | |
| "break", | |
| "age" | |
| ], | |
| [ | |
| "path", | |
| "s" | |
| ], | |
| [ | |
| "determin", | |
| "ed" | |
| ], | |
| [ | |
| "sti", | |
| "an" | |
| ], | |
| [ | |
| "radio", | |
| "active" | |
| ], | |
| [ | |
| "diagno", | |
| "stic" | |
| ], | |
| [ | |
| "empha", | |
| "size" | |
| ], | |
| [ | |
| "ambigu", | |
| "ous" | |
| ], | |
| [ | |
| "detect", | |
| "able" | |
| ], | |
| [ | |
| "guarante", | |
| "ed" | |
| ], | |
| [ | |
| "defect", | |
| "s" | |
| ], | |
| [ | |
| "heuri", | |
| "stic" | |
| ], | |
| [ | |
| "advertis", | |
| "ing" | |
| ], | |
| [ | |
| "stell", | |
| "ar" | |
| ], | |
| [ | |
| ")", | |
| ")]âĩĴ" | |
| ], | |
| [ | |
| "M", | |
| "ic" | |
| ], | |
| [ | |
| "c", | |
| "end" | |
| ], | |
| [ | |
| "m", | |
| "erg" | |
| ], | |
| [ | |
| "p", | |
| "t" | |
| ], | |
| [ | |
| "re", | |
| "cession" | |
| ], | |
| [ | |
| "co", | |
| "ating" | |
| ], | |
| [ | |
| "un", | |
| "available" | |
| ], | |
| [ | |
| "ex", | |
| "cept" | |
| ], | |
| [ | |
| "ad", | |
| "hesion" | |
| ], | |
| [ | |
| "ci", | |
| "g" | |
| ], | |
| [ | |
| "ph", | |
| "ob" | |
| ], | |
| [ | |
| "min", | |
| "ority" | |
| ], | |
| [ | |
| "coun", | |
| "ting" | |
| ], | |
| [ | |
| "ref", | |
| "inement" | |
| ], | |
| [ | |
| "comput", | |
| "ability" | |
| ], | |
| [ | |
| "adv", | |
| "anced" | |
| ], | |
| [ | |
| "fold", | |
| "ing" | |
| ], | |
| [ | |
| "indu", | |
| "ction" | |
| ], | |
| [ | |
| "na", | |
| "il" | |
| ], | |
| [ | |
| "virus", | |
| "es" | |
| ], | |
| [ | |
| "neuro", | |
| "transmit" | |
| ], | |
| [ | |
| "restr", | |
| "ictions" | |
| ], | |
| [ | |
| "nutri", | |
| "ents" | |
| ], | |
| [ | |
| "prog", | |
| "ression" | |
| ], | |
| [ | |
| "circul", | |
| "ar" | |
| ], | |
| [ | |
| "traject", | |
| "ories" | |
| ], | |
| [ | |
| "âĨĴâĨĴâĨĴâĨĴ", | |
| "âĨĴâĨĴâĨĴâĨĴ" | |
| ], | |
| [ | |
| "achi", | |
| "ev" | |
| ], | |
| [ | |
| "agricult", | |
| "ure" | |
| ], | |
| [ | |
| "impair", | |
| "ment" | |
| ], | |
| [ | |
| "\"", | |
| "âĨĴ" | |
| ], | |
| [ | |
| "?", | |
| "âĨĴ" | |
| ], | |
| [ | |
| "B", | |
| "ig" | |
| ], | |
| [ | |
| "D", | |
| "i" | |
| ], | |
| [ | |
| "R", | |
| "ep" | |
| ], | |
| [ | |
| "R", | |
| "NA" | |
| ], | |
| [ | |
| "U", | |
| "n" | |
| ], | |
| [ | |
| "c", | |
| "ence" | |
| ], | |
| [ | |
| "h", | |
| "ang" | |
| ], | |
| [ | |
| "w", | |
| "el" | |
| ], | |
| [ | |
| "or", | |
| "dered" | |
| ], | |
| [ | |
| "for", | |
| "ma" | |
| ], | |
| [ | |
| "ir", | |
| "redu" | |
| ], | |
| [ | |
| "ca", | |
| "ref" | |
| ], | |
| [ | |
| "ear", | |
| "s" | |
| ], | |
| [ | |
| "ign", | |
| "or" | |
| ], | |
| [ | |
| "geo", | |
| "logical" | |
| ], | |
| [ | |
| "rain", | |
| "bow" | |
| ], | |
| [ | |
| "analy", | |
| "tical" | |
| ], | |
| [ | |
| "real", | |
| "ism" | |
| ], | |
| [ | |
| "met", | |
| "als" | |
| ], | |
| [ | |
| "slow", | |
| "er" | |
| ], | |
| [ | |
| "impro", | |
| "ved" | |
| ], | |
| [ | |
| "restr", | |
| "iction" | |
| ], | |
| [ | |
| "vulner", | |
| "abilities" | |
| ], | |
| [ | |
| "cons", | |
| "titution" | |
| ], | |
| [ | |
| "setting", | |
| "s" | |
| ], | |
| [ | |
| "compreh", | |
| "ensive" | |
| ], | |
| [ | |
| "sim", | |
| "ulation" | |
| ], | |
| [ | |
| "Gö", | |
| "del" | |
| ], | |
| [ | |
| "caref", | |
| "ul" | |
| ], | |
| [ | |
| "H", | |
| "IV" | |
| ], | |
| [ | |
| "T", | |
| "C" | |
| ], | |
| [ | |
| "l", | |
| "ant" | |
| ], | |
| [ | |
| "ti", | |
| "ally" | |
| ], | |
| [ | |
| "se", | |
| "iz" | |
| ], | |
| [ | |
| "mp", | |
| "at" | |
| ], | |
| [ | |
| "con", | |
| "served" | |
| ], | |
| [ | |
| "ll", | |
| "ation" | |
| ], | |
| [ | |
| "cor", | |
| "al" | |
| ], | |
| [ | |
| "tim", | |
| "es" | |
| ], | |
| [ | |
| "sta", | |
| "y" | |
| ], | |
| [ | |
| "anti", | |
| "bodies" | |
| ], | |
| [ | |
| "food", | |
| "s" | |
| ], | |
| [ | |
| "caus", | |
| "ation" | |
| ], | |
| [ | |
| "electron", | |
| "ic" | |
| ], | |
| [ | |
| "fir", | |
| "ing" | |
| ], | |
| [ | |
| "hand", | |
| "ling" | |
| ], | |
| [ | |
| "sco", | |
| "re" | |
| ], | |
| [ | |
| "child", | |
| "hood" | |
| ], | |
| [ | |
| "acid", | |
| "s" | |
| ], | |
| [ | |
| "research", | |
| "ers" | |
| ], | |
| [ | |
| "quanti", | |
| "tative" | |
| ], | |
| [ | |
| "cha", | |
| "ins" | |
| ], | |
| [ | |
| "bor", | |
| "row" | |
| ], | |
| [ | |
| "acro", | |
| "ss" | |
| ], | |
| [ | |
| "inse", | |
| "cts" | |
| ], | |
| [ | |
| "writ", | |
| "ten" | |
| ], | |
| [ | |
| "mort", | |
| "g" | |
| ], | |
| [ | |
| "Sou", | |
| "th" | |
| ], | |
| [ | |
| "referen", | |
| "tial" | |
| ], | |
| [ | |
| "Hi", | |
| "ggs" | |
| ], | |
| [ | |
| "trau", | |
| "ma" | |
| ], | |
| [ | |
| "h", | |
| "und" | |
| ], | |
| [ | |
| "o", | |
| "y" | |
| ], | |
| [ | |
| "in", | |
| "ion" | |
| ], | |
| [ | |
| "an", | |
| "thro" | |
| ], | |
| [ | |
| "di", | |
| "min" | |
| ], | |
| [ | |
| "qu", | |
| "ad" | |
| ], | |
| [ | |
| "ical", | |
| "ly" | |
| ], | |
| [ | |
| "form", | |
| "at" | |
| ], | |
| [ | |
| "op", | |
| "inion" | |
| ], | |
| [ | |
| "ag", | |
| "ed" | |
| ], | |
| [ | |
| "gener", | |
| "ator" | |
| ], | |
| [ | |
| "lock", | |
| "ed" | |
| ], | |
| [ | |
| "dra", | |
| "w" | |
| ], | |
| [ | |
| "exha", | |
| "ustion" | |
| ], | |
| [ | |
| "channel", | |
| "s" | |
| ], | |
| [ | |
| "saving", | |
| "s" | |
| ], | |
| [ | |
| "simplic", | |
| "ity" | |
| ], | |
| [ | |
| "complexi", | |
| "ties" | |
| ], | |
| [ | |
| "hund", | |
| "red" | |
| ], | |
| [ | |
| "C", | |
| "ol" | |
| ], | |
| [ | |
| "E", | |
| "U" | |
| ], | |
| [ | |
| "F", | |
| "ace" | |
| ], | |
| [ | |
| "]", | |
| "âĬĥ" | |
| ], | |
| [ | |
| "h", | |
| "u" | |
| ], | |
| [ | |
| "h", | |
| "ur" | |
| ], | |
| [ | |
| "n", | |
| "ia" | |
| ], | |
| [ | |
| "p", | |
| "ick" | |
| ], | |
| [ | |
| "u", | |
| "do" | |
| ], | |
| [ | |
| "âĨĴ", | |
| "{" | |
| ], | |
| [ | |
| "re", | |
| "cessive" | |
| ], | |
| [ | |
| "ic", | |
| "in" | |
| ], | |
| [ | |
| "li", | |
| "stic" | |
| ], | |
| [ | |
| "ch", | |
| "ick" | |
| ], | |
| [ | |
| "ri", | |
| "val" | |
| ], | |
| [ | |
| "mo", | |
| "ld" | |
| ], | |
| [ | |
| "pro", | |
| "hi" | |
| ], | |
| [ | |
| "tr", | |
| "ace" | |
| ], | |
| [ | |
| "ph", | |
| "il" | |
| ], | |
| [ | |
| "all", | |
| "ergy" | |
| ], | |
| [ | |
| "ob", | |
| "sc" | |
| ], | |
| [ | |
| "sk", | |
| "ull" | |
| ], | |
| [ | |
| "use", | |
| "a" | |
| ], | |
| [ | |
| "mon", | |
| "oid" | |
| ], | |
| [ | |
| "au", | |
| "dit" | |
| ], | |
| [ | |
| "gu", | |
| "ard" | |
| ], | |
| [ | |
| "frequ", | |
| "encies" | |
| ], | |
| [ | |
| "hard", | |
| "ness" | |
| ], | |
| [ | |
| "fall", | |
| "ing" | |
| ], | |
| [ | |
| "Ch", | |
| "urch" | |
| ], | |
| [ | |
| "electro", | |
| "ly" | |
| ], | |
| [ | |
| "warm", | |
| "ing" | |
| ], | |
| [ | |
| "accept", | |
| "able" | |
| ], | |
| [ | |
| "switch", | |
| "ing" | |
| ], | |
| [ | |
| "horizon", | |
| "tal" | |
| ], | |
| [ | |
| "trap", | |
| "ped" | |
| ], | |
| [ | |
| "secre", | |
| "t" | |
| ], | |
| [ | |
| "coordin", | |
| "ate" | |
| ], | |
| [ | |
| "ei", | |
| "gen" | |
| ], | |
| [ | |
| "isomorph", | |
| "ism" | |
| ], | |
| [ | |
| "prag", | |
| "matic" | |
| ], | |
| [ | |
| "eleg", | |
| "ance" | |
| ], | |
| [ | |
| "R", | |
| "I" | |
| ], | |
| [ | |
| "a", | |
| "tivity" | |
| ], | |
| [ | |
| "a", | |
| "spect" | |
| ], | |
| [ | |
| "a", | |
| "esthetic" | |
| ], | |
| [ | |
| "i", | |
| "P" | |
| ], | |
| [ | |
| "p", | |
| "ill" | |
| ], | |
| [ | |
| "s", | |
| "ink" | |
| ], | |
| [ | |
| "at", | |
| "tri" | |
| ], | |
| [ | |
| "th", | |
| "y" | |
| ], | |
| [ | |
| "ex", | |
| "emp" | |
| ], | |
| [ | |
| "ma", | |
| "ster" | |
| ], | |
| [ | |
| "all", | |
| "erg" | |
| ], | |
| [ | |
| "âī¡", | |
| "(" | |
| ], | |
| [ | |
| "imp", | |
| "ul" | |
| ], | |
| [ | |
| "comm", | |
| "it" | |
| ], | |
| [ | |
| "under", | |
| "sto" | |
| ], | |
| [ | |
| "ou", | |
| "gh" | |
| ], | |
| [ | |
| "bon", | |
| "ding" | |
| ], | |
| [ | |
| "play", | |
| "back" | |
| ], | |
| [ | |
| "progra", | |
| "ms" | |
| ], | |
| [ | |
| "In", | |
| "dia" | |
| ], | |
| [ | |
| "regular", | |
| "ity" | |
| ], | |
| [ | |
| "viol", | |
| "ence" | |
| ], | |
| [ | |
| "pup", | |
| "il" | |
| ], | |
| [ | |
| "diges", | |
| "tive" | |
| ], | |
| [ | |
| "pse", | |
| "udo" | |
| ], | |
| [ | |
| "understo", | |
| "od" | |
| ], | |
| [ | |
| "e", | |
| "mail" | |
| ], | |
| [ | |
| "n", | |
| "ers" | |
| ], | |
| [ | |
| "p", | |
| "lo" | |
| ], | |
| [ | |
| "p", | |
| "ict" | |
| ], | |
| [ | |
| "s", | |
| "an" | |
| ], | |
| [ | |
| "s", | |
| "ites" | |
| ], | |
| [ | |
| "w", | |
| "atch" | |
| ], | |
| [ | |
| "z", | |
| "ones" | |
| ], | |
| [ | |
| "re", | |
| "p" | |
| ], | |
| [ | |
| "al", | |
| "ty" | |
| ], | |
| [ | |
| "al", | |
| "tered" | |
| ], | |
| [ | |
| "ic", | |
| "ts" | |
| ], | |
| [ | |
| "co", | |
| "al" | |
| ], | |
| [ | |
| "co", | |
| "herent" | |
| ], | |
| [ | |
| "ter", | |
| "rit" | |
| ], | |
| [ | |
| "ol", | |
| "ine" | |
| ], | |
| [ | |
| "fe", | |
| "et" | |
| ], | |
| [ | |
| "po", | |
| "sitions" | |
| ], | |
| [ | |
| "um", | |
| "in" | |
| ], | |
| [ | |
| "âĨĵ", | |
| "+" | |
| ], | |
| [ | |
| "el", | |
| "lip" | |
| ], | |
| [ | |
| "op", | |
| "i" | |
| ], | |
| [ | |
| "fra", | |
| "mes" | |
| ], | |
| [ | |
| "pe", | |
| "t" | |
| ], | |
| [ | |
| "be", | |
| "am" | |
| ], | |
| [ | |
| "cor", | |
| "d" | |
| ], | |
| [ | |
| "fa", | |
| "vor" | |
| ], | |
| [ | |
| "cri", | |
| "mination" | |
| ], | |
| [ | |
| "tis", | |
| "sues" | |
| ], | |
| [ | |
| "ot", | |
| "onin" | |
| ], | |
| [ | |
| "tran", | |
| "si" | |
| ], | |
| [ | |
| "lit", | |
| "er" | |
| ], | |
| [ | |
| "wo", | |
| "und" | |
| ], | |
| [ | |
| "na", | |
| "usea" | |
| ], | |
| [ | |
| "top", | |
| "ic" | |
| ], | |
| [ | |
| "compe", | |
| "tit" | |
| ], | |
| [ | |
| "iner", | |
| "tial" | |
| ], | |
| [ | |
| "sin", | |
| "ce" | |
| ], | |
| [ | |
| "iter", | |
| "ative" | |
| ], | |
| [ | |
| "mess", | |
| "age" | |
| ], | |
| [ | |
| "citi", | |
| "zens" | |
| ], | |
| [ | |
| "artic", | |
| "le" | |
| ], | |
| [ | |
| "deploy", | |
| "ment" | |
| ], | |
| [ | |
| "thous", | |
| "ands" | |
| ], | |
| [ | |
| "clou", | |
| "ds" | |
| ], | |
| [ | |
| "centrifu", | |
| "gal" | |
| ], | |
| [ | |
| "consen", | |
| "sus" | |
| ], | |
| [ | |
| "B", | |
| "e" | |
| ], | |
| [ | |
| "C", | |
| "l" | |
| ], | |
| [ | |
| "V", | |
| "D" | |
| ], | |
| [ | |
| "es", | |
| "timation" | |
| ], | |
| [ | |
| "de", | |
| "centralized" | |
| ], | |
| [ | |
| "tr", | |
| "ick" | |
| ], | |
| [ | |
| "ma", | |
| "zon" | |
| ], | |
| [ | |
| "ca", | |
| "ine" | |
| ], | |
| [ | |
| "pr", | |
| "inting" | |
| ], | |
| [ | |
| "pr", | |
| "icing" | |
| ], | |
| [ | |
| "ser", | |
| "otonin" | |
| ], | |
| [ | |
| "uni", | |
| "on" | |
| ], | |
| [ | |
| "she", | |
| "aves" | |
| ], | |
| [ | |
| "unt", | |
| "ary" | |
| ], | |
| [ | |
| "recor", | |
| "ding" | |
| ], | |
| [ | |
| "amp", | |
| "lit" | |
| ], | |
| [ | |
| "resol", | |
| "ve" | |
| ], | |
| [ | |
| "confir", | |
| "mation" | |
| ], | |
| [ | |
| "ampli", | |
| "fication" | |
| ], | |
| [ | |
| "conven", | |
| "tional" | |
| ], | |
| [ | |
| "inste", | |
| "in" | |
| ], | |
| [ | |
| "harmon", | |
| "ic" | |
| ], | |
| [ | |
| "enforce", | |
| "ment" | |
| ], | |
| [ | |
| "reson", | |
| "ance" | |
| ], | |
| [ | |
| "lem", | |
| "ma" | |
| ], | |
| [ | |
| "integra", | |
| "ble" | |
| ], | |
| [ | |
| "settle", | |
| "ment" | |
| ], | |
| [ | |
| "visco", | |
| "sity" | |
| ], | |
| [ | |
| "depri", | |
| "vation" | |
| ], | |
| [ | |
| "nico", | |
| "tine" | |
| ], | |
| [ | |
| "constr", | |
| "iction" | |
| ], | |
| [ | |
| "mpat", | |
| "hetic" | |
| ], | |
| [ | |
| "A", | |
| "S" | |
| ], | |
| [ | |
| "E", | |
| "C" | |
| ], | |
| [ | |
| "F", | |
| "D" | |
| ], | |
| [ | |
| "P", | |
| "R" | |
| ], | |
| [ | |
| "Q", | |
| "FT" | |
| ], | |
| [ | |
| "R", | |
| "ed" | |
| ], | |
| [ | |
| "i", | |
| "tions" | |
| ], | |
| [ | |
| "v", | |
| "ine" | |
| ], | |
| [ | |
| "re", | |
| "mains" | |
| ], | |
| [ | |
| "ac", | |
| "cent" | |
| ], | |
| [ | |
| "th", | |
| "eft" | |
| ], | |
| [ | |
| "pro", | |
| "motion" | |
| ], | |
| [ | |
| "pro", | |
| "file" | |
| ], | |
| [ | |
| "¬", | |
| "âĪĥ" | |
| ], | |
| [ | |
| "qu", | |
| "it" | |
| ], | |
| [ | |
| "po", | |
| "ver" | |
| ], | |
| [ | |
| "ex", | |
| "posed" | |
| ], | |
| [ | |
| "he", | |
| "ated" | |
| ], | |
| [ | |
| ")]", | |
| "}" | |
| ], | |
| [ | |
| "inter", | |
| "face" | |
| ], | |
| [ | |
| "bo", | |
| "son" | |
| ], | |
| [ | |
| "ori", | |
| "de" | |
| ], | |
| [ | |
| "trans", | |
| "action" | |
| ], | |
| [ | |
| "uni", | |
| "ties" | |
| ], | |
| [ | |
| "mi", | |
| "a" | |
| ], | |
| [ | |
| "mi", | |
| "g" | |
| ], | |
| [ | |
| "med", | |
| "ication" | |
| ], | |
| [ | |
| "sta", | |
| "sis" | |
| ], | |
| [ | |
| "mis", | |
| "match" | |
| ], | |
| [ | |
| "set", | |
| "up" | |
| ], | |
| [ | |
| "are", | |
| "t" | |
| ], | |
| [ | |
| "nor", | |
| "th" | |
| ], | |
| [ | |
| "bound", | |
| "s" | |
| ], | |
| [ | |
| "disp", | |
| "o" | |
| ], | |
| [ | |
| "disp", | |
| "ers" | |
| ], | |
| [ | |
| "inci", | |
| "dence" | |
| ], | |
| [ | |
| "head", | |
| "ache" | |
| ], | |
| [ | |
| "att", | |
| "le" | |
| ], | |
| [ | |
| "fir", | |
| "m" | |
| ], | |
| [ | |
| "sw", | |
| "allow" | |
| ], | |
| [ | |
| "rou", | |
| "te" | |
| ], | |
| [ | |
| "techno", | |
| "logies" | |
| ], | |
| [ | |
| "pair", | |
| "s" | |
| ], | |
| [ | |
| "explan", | |
| "ations" | |
| ], | |
| [ | |
| "vis", | |
| "it" | |
| ], | |
| [ | |
| "pathogen", | |
| "s" | |
| ], | |
| [ | |
| "contrad", | |
| "iction" | |
| ], | |
| [ | |
| "pover", | |
| "ty" | |
| ], | |
| [ | |
| "(", | |
| "âĪĢ" | |
| ], | |
| [ | |
| "]", | |
| "]âĩĴ" | |
| ], | |
| [ | |
| "a", | |
| "ired" | |
| ], | |
| [ | |
| "f", | |
| "ps" | |
| ], | |
| [ | |
| "g", | |
| "rand" | |
| ], | |
| [ | |
| "o", | |
| "li" | |
| ], | |
| [ | |
| "o", | |
| "ch" | |
| ], | |
| [ | |
| "s", | |
| "ca" | |
| ], | |
| [ | |
| "ti", | |
| "le" | |
| ], | |
| [ | |
| "in", | |
| "halation" | |
| ], | |
| [ | |
| "an", | |
| "om" | |
| ], | |
| [ | |
| "an", | |
| "cing" | |
| ], | |
| [ | |
| "es", | |
| "pre" | |
| ], | |
| [ | |
| "ic", | |
| "h" | |
| ], | |
| [ | |
| "ro", | |
| "d" | |
| ], | |
| [ | |
| "un", | |
| "predictability" | |
| ], | |
| [ | |
| "ad", | |
| "a" | |
| ], | |
| [ | |
| "ci", | |
| "vil" | |
| ], | |
| [ | |
| "ho", | |
| "using" | |
| ], | |
| [ | |
| "work", | |
| "s" | |
| ], | |
| [ | |
| "dis", | |
| "solution" | |
| ], | |
| [ | |
| "dis", | |
| "crimination" | |
| ], | |
| [ | |
| "bra", | |
| "king" | |
| ], | |
| [ | |
| "be", | |
| "ing" | |
| ], | |
| [ | |
| "light", | |
| "ning" | |
| ], | |
| [ | |
| "non", | |
| "linear" | |
| ], | |
| [ | |
| "imp", | |
| "aired" | |
| ], | |
| [ | |
| "ak", | |
| "ing" | |
| ], | |
| [ | |
| "inte", | |
| "ger" | |
| ], | |
| [ | |
| "depend", | |
| "encies" | |
| ], | |
| [ | |
| "pat", | |
| "ch" | |
| ], | |
| [ | |
| "comput", | |
| "able" | |
| ], | |
| [ | |
| "slow", | |
| "down" | |
| ], | |
| [ | |
| "altern", | |
| "atives" | |
| ], | |
| [ | |
| "stream", | |
| "ing" | |
| ], | |
| [ | |
| "circu", | |
| "its" | |
| ], | |
| [ | |
| "poll", | |
| "ution" | |
| ], | |
| [ | |
| "hormon", | |
| "es" | |
| ], | |
| [ | |
| "defici", | |
| "ency" | |
| ], | |
| [ | |
| "cig", | |
| "aret" | |
| ], | |
| [ | |
| "espre", | |
| "ad" | |
| ], | |
| [ | |
| "B", | |
| "ang" | |
| ], | |
| [ | |
| "M", | |
| "S" | |
| ], | |
| [ | |
| "e", | |
| "at" | |
| ], | |
| [ | |
| "k", | |
| "y" | |
| ], | |
| [ | |
| "at", | |
| "a" | |
| ], | |
| [ | |
| "ul", | |
| "ing" | |
| ], | |
| [ | |
| "ad", | |
| "y" | |
| ], | |
| [ | |
| "ad", | |
| "ing" | |
| ], | |
| [ | |
| "vi", | |
| "able" | |
| ], | |
| [ | |
| "ne", | |
| "ck" | |
| ], | |
| [ | |
| "pres", | |
| "sures" | |
| ], | |
| [ | |
| "act", | |
| "ors" | |
| ], | |
| [ | |
| "gra", | |
| "dual" | |
| ], | |
| [ | |
| "coun", | |
| "ts" | |
| ], | |
| [ | |
| "âĪĿ", | |
| "[" | |
| ], | |
| [ | |
| "sup", | |
| "press" | |
| ], | |
| [ | |
| "sing", | |
| "ularity" | |
| ], | |
| [ | |
| "pi", | |
| "gment" | |
| ], | |
| [ | |
| "tran", | |
| "sist" | |
| ], | |
| [ | |
| "optim", | |
| "ized" | |
| ], | |
| [ | |
| "bar", | |
| "riers" | |
| ], | |
| [ | |
| "sug", | |
| "ars" | |
| ], | |
| [ | |
| "block", | |
| "age" | |
| ], | |
| [ | |
| "spin", | |
| "ning" | |
| ], | |
| [ | |
| "green", | |
| "house" | |
| ], | |
| [ | |
| "axi", | |
| "es" | |
| ], | |
| [ | |
| "flo", | |
| "at" | |
| ], | |
| [ | |
| "specul", | |
| "ation" | |
| ], | |
| [ | |
| "rot", | |
| "ational" | |
| ], | |
| [ | |
| "antibio", | |
| "tics" | |
| ], | |
| [ | |
| "compro", | |
| "mis" | |
| ], | |
| [ | |
| "corpor", | |
| "ate" | |
| ], | |
| [ | |
| "accident", | |
| "al" | |
| ], | |
| [ | |
| "profession", | |
| "al" | |
| ], | |
| [ | |
| "irredu", | |
| "cible" | |
| ], | |
| [ | |
| "(", | |
| "âīĪ" | |
| ], | |
| [ | |
| "3", | |
| "2" | |
| ], | |
| [ | |
| "C", | |
| "ar" | |
| ], | |
| [ | |
| "a", | |
| "sp" | |
| ], | |
| [ | |
| "u", | |
| "ght" | |
| ], | |
| [ | |
| "on", | |
| "ing" | |
| ], | |
| [ | |
| "st", | |
| "ed" | |
| ], | |
| [ | |
| "or", | |
| "mal" | |
| ], | |
| [ | |
| "or", | |
| "ange" | |
| ], | |
| [ | |
| "ro", | |
| "ots" | |
| ], | |
| [ | |
| "con", | |
| "cepts" | |
| ], | |
| [ | |
| "ri", | |
| "de" | |
| ], | |
| [ | |
| "red", | |
| "dit" | |
| ], | |
| [ | |
| "inter", | |
| "val" | |
| ], | |
| [ | |
| "fo", | |
| "s" | |
| ], | |
| [ | |
| "imp", | |
| "ed" | |
| ], | |
| [ | |
| "dat", | |
| "ase" | |
| ], | |
| [ | |
| "sign", | |
| "ature" | |
| ], | |
| [ | |
| "prote", | |
| "cted" | |
| ], | |
| [ | |
| "tre", | |
| "es" | |
| ], | |
| [ | |
| "control", | |
| "s" | |
| ], | |
| [ | |
| "sol", | |
| "ved" | |
| ], | |
| [ | |
| "tit", | |
| "u" | |
| ], | |
| [ | |
| "commun", | |
| "ic" | |
| ], | |
| [ | |
| "soci", | |
| "o" | |
| ], | |
| [ | |
| "block", | |
| "s" | |
| ], | |
| [ | |
| "pass", | |
| "eng" | |
| ], | |
| [ | |
| "tradi", | |
| "tion" | |
| ], | |
| [ | |
| "wid", | |
| "espread" | |
| ], | |
| [ | |
| "expect", | |
| "ations" | |
| ], | |
| [ | |
| "exclu", | |
| "ded" | |
| ], | |
| [ | |
| "fair", | |
| "ness" | |
| ], | |
| [ | |
| "particip", | |
| "ation" | |
| ], | |
| [ | |
| "vom", | |
| "iting" | |
| ], | |
| [ | |
| "Ap", | |
| "ple" | |
| ], | |
| [ | |
| "negli", | |
| "gible" | |
| ], | |
| [ | |
| "Riem", | |
| "ann" | |
| ], | |
| [ | |
| "(", | |
| "âĨij" | |
| ], | |
| [ | |
| "E", | |
| "x" | |
| ], | |
| [ | |
| "G", | |
| "ra" | |
| ], | |
| [ | |
| "P", | |
| "C" | |
| ], | |
| [ | |
| "b", | |
| "ru" | |
| ], | |
| [ | |
| "d", | |
| "ict" | |
| ], | |
| [ | |
| "j", | |
| "un" | |
| ], | |
| [ | |
| "o", | |
| "ven" | |
| ], | |
| [ | |
| "t", | |
| "um" | |
| ], | |
| [ | |
| "u", | |
| "be" | |
| ], | |
| [ | |
| "re", | |
| "plic" | |
| ], | |
| [ | |
| "le", | |
| "an" | |
| ], | |
| [ | |
| "ch", | |
| "am" | |
| ], | |
| [ | |
| "od", | |
| "ds" | |
| ], | |
| [ | |
| "par", | |
| "ity" | |
| ], | |
| [ | |
| "pri", | |
| "on" | |
| ], | |
| [ | |
| "sup", | |
| "pressed" | |
| ], | |
| [ | |
| "prote", | |
| "ctive" | |
| ], | |
| [ | |
| "experi", | |
| "ences" | |
| ], | |
| [ | |
| "sho", | |
| "wer" | |
| ], | |
| [ | |
| "hard", | |
| "er" | |
| ], | |
| [ | |
| "super", | |
| "position" | |
| ], | |
| [ | |
| "hal", | |
| "t" | |
| ], | |
| [ | |
| "asy", | |
| "mpto" | |
| ], | |
| [ | |
| "compe", | |
| "ting" | |
| ], | |
| [ | |
| "symbol", | |
| "s" | |
| ], | |
| [ | |
| "rhyth", | |
| "m" | |
| ], | |
| [ | |
| "bab", | |
| "y" | |
| ], | |
| [ | |
| "inn", | |
| "ate" | |
| ], | |
| [ | |
| "shed", | |
| "ding" | |
| ], | |
| [ | |
| "A", | |
| "ra" | |
| ], | |
| [ | |
| "A", | |
| "mazon" | |
| ], | |
| [ | |
| "a", | |
| "e" | |
| ], | |
| [ | |
| "k", | |
| "ed" | |
| ], | |
| [ | |
| "re", | |
| "jection" | |
| ], | |
| [ | |
| "in", | |
| "direct" | |
| ], | |
| [ | |
| "in", | |
| "herit" | |
| ], | |
| [ | |
| "co", | |
| "caine" | |
| ], | |
| [ | |
| "de", | |
| "stro" | |
| ], | |
| [ | |
| "me", | |
| "al" | |
| ], | |
| [ | |
| "li", | |
| "br" | |
| ], | |
| [ | |
| "ge", | |
| "vity" | |
| ], | |
| [ | |
| "ur", | |
| "b" | |
| ], | |
| [ | |
| "od", | |
| "d" | |
| ], | |
| [ | |
| "par", | |
| "alysis" | |
| ], | |
| [ | |
| "lu", | |
| "ci" | |
| ], | |
| [ | |
| "cur", | |
| "ved" | |
| ], | |
| [ | |
| "mat", | |
| "es" | |
| ], | |
| [ | |
| "bre", | |
| "ach" | |
| ], | |
| [ | |
| "mis", | |
| "sed" | |
| ], | |
| [ | |
| "cer", | |
| "ti" | |
| ], | |
| [ | |
| "loss", | |
| "es" | |
| ], | |
| [ | |
| "contro", | |
| "ver" | |
| ], | |
| [ | |
| "rel", | |
| "ational" | |
| ], | |
| [ | |
| "ju", | |
| "ice" | |
| ], | |
| [ | |
| "method", | |
| "ologies" | |
| ], | |
| [ | |
| "read", | |
| "y" | |
| ], | |
| [ | |
| "star", | |
| "vation" | |
| ], | |
| [ | |
| "dark", | |
| "ness" | |
| ], | |
| [ | |
| "warm", | |
| "th" | |
| ], | |
| [ | |
| "gal", | |
| "axies" | |
| ], | |
| [ | |
| "relev", | |
| "ance" | |
| ], | |
| [ | |
| "predic", | |
| "tions" | |
| ], | |
| [ | |
| "job", | |
| "s" | |
| ], | |
| [ | |
| "wal", | |
| "k" | |
| ], | |
| [ | |
| "jus", | |
| "tification" | |
| ], | |
| [ | |
| "colon", | |
| "ial" | |
| ], | |
| [ | |
| "item", | |
| "s" | |
| ], | |
| [ | |
| "crypto", | |
| "graphy" | |
| ], | |
| [ | |
| "lon", | |
| "gevity" | |
| ], | |
| [ | |
| "motiv", | |
| "ation" | |
| ], | |
| [ | |
| "vic", | |
| "tim" | |
| ], | |
| [ | |
| "decre", | |
| "ase" | |
| ], | |
| [ | |
| "%", | |
| "|" | |
| ], | |
| [ | |
| "L", | |
| "in" | |
| ], | |
| [ | |
| "L", | |
| "ag" | |
| ], | |
| [ | |
| "N", | |
| "orth" | |
| ], | |
| [ | |
| "S", | |
| "e" | |
| ], | |
| [ | |
| "W", | |
| "it" | |
| ], | |
| [ | |
| "b", | |
| "ending" | |
| ], | |
| [ | |
| "p", | |
| "ac" | |
| ], | |
| [ | |
| "s", | |
| "que" | |
| ], | |
| [ | |
| "t", | |
| "ape" | |
| ], | |
| [ | |
| "w", | |
| "hy" | |
| ], | |
| [ | |
| "di", | |
| "ents" | |
| ], | |
| [ | |
| "ab", | |
| "eli" | |
| ], | |
| [ | |
| "to", | |
| "wer" | |
| ], | |
| [ | |
| "pl", | |
| "ug" | |
| ], | |
| [ | |
| "dis", | |
| "cussion" | |
| ], | |
| [ | |
| "pre", | |
| "feren" | |
| ], | |
| [ | |
| "ary", | |
| "n" | |
| ], | |
| [ | |
| "ca", | |
| "ution" | |
| ], | |
| [ | |
| "cl", | |
| "ick" | |
| ], | |
| [ | |
| "sub", | |
| "set" | |
| ], | |
| [ | |
| "sup", | |
| "por" | |
| ], | |
| [ | |
| "prote", | |
| "ct" | |
| ], | |
| [ | |
| "real", | |
| "ization" | |
| ], | |
| [ | |
| "continu", | |
| "ed" | |
| ], | |
| [ | |
| "ines", | |
| "e" | |
| ], | |
| [ | |
| "undecid", | |
| "ability" | |
| ], | |
| [ | |
| "remain", | |
| "ing" | |
| ], | |
| [ | |
| "extin", | |
| "ction" | |
| ], | |
| [ | |
| "transi", | |
| "ent" | |
| ], | |
| [ | |
| "abeli", | |
| "an" | |
| ], | |
| [ | |
| "D", | |
| "VD" | |
| ], | |
| [ | |
| "S", | |
| "h" | |
| ], | |
| [ | |
| "u", | |
| "ce" | |
| ], | |
| [ | |
| "v", | |
| "ability" | |
| ], | |
| [ | |
| "de", | |
| "celer" | |
| ], | |
| [ | |
| "th", | |
| "row" | |
| ], | |
| [ | |
| "mp", | |
| "les" | |
| ], | |
| [ | |
| "ab", | |
| "und" | |
| ], | |
| [ | |
| "ter", | |
| "ms" | |
| ], | |
| [ | |
| "ol", | |
| "ar" | |
| ], | |
| [ | |
| "as", | |
| "sist" | |
| ], | |
| [ | |
| "iz", | |
| "es" | |
| ], | |
| [ | |
| "ll", | |
| "ing" | |
| ], | |
| [ | |
| "ke", | |
| "ep" | |
| ], | |
| [ | |
| "bo", | |
| "ot" | |
| ], | |
| [ | |
| "ca", | |
| "dian" | |
| ], | |
| [ | |
| "vari", | |
| "ed" | |
| ], | |
| [ | |
| "):", | |
| "{" | |
| ], | |
| [ | |
| "stu", | |
| "di" | |
| ], | |
| [ | |
| "temper", | |
| "atures" | |
| ], | |
| [ | |
| "mil", | |
| "lions" | |
| ], | |
| [ | |
| "syn", | |
| "drome" | |
| ], | |
| [ | |
| "ban", | |
| "ks" | |
| ], | |
| [ | |
| "compe", | |
| "titive" | |
| ], | |
| [ | |
| "neuro", | |
| "logical" | |
| ], | |
| [ | |
| "comfort", | |
| "able" | |
| ], | |
| [ | |
| "perspe", | |
| "ctives" | |
| ], | |
| [ | |
| "priv", | |
| "acy" | |
| ], | |
| [ | |
| "inclu", | |
| "ded" | |
| ], | |
| [ | |
| "imple", | |
| "ment" | |
| ], | |
| [ | |
| "igno", | |
| "re" | |
| ], | |
| [ | |
| "acces", | |
| "sible" | |
| ], | |
| [ | |
| "sus", | |
| "cep" | |
| ], | |
| [ | |
| "utili", | |
| "zation" | |
| ], | |
| [ | |
| "weap", | |
| "ons" | |
| ], | |
| [ | |
| "drople", | |
| "ts" | |
| ], | |
| [ | |
| "Chri", | |
| "stian" | |
| ], | |
| [ | |
| "propor", | |
| "tional" | |
| ], | |
| [ | |
| "arrange", | |
| "ment" | |
| ], | |
| [ | |
| "clai", | |
| "ms" | |
| ], | |
| [ | |
| "neurotransmit", | |
| "ter" | |
| ], | |
| [ | |
| "destro", | |
| "y" | |
| ], | |
| [ | |
| "%", | |
| "âĨĴ" | |
| ], | |
| [ | |
| "(", | |
| "âĨĵ" | |
| ], | |
| [ | |
| "D", | |
| "ir" | |
| ], | |
| [ | |
| "H", | |
| "op" | |
| ], | |
| [ | |
| "M", | |
| "an" | |
| ], | |
| [ | |
| "[", | |
| "âĨij" | |
| ], | |
| [ | |
| "r", | |
| "ings" | |
| ], | |
| [ | |
| "s", | |
| "nap" | |
| ], | |
| [ | |
| "t", | |
| "actic" | |
| ], | |
| [ | |
| "in", | |
| "ference" | |
| ], | |
| [ | |
| "in", | |
| "va" | |
| ], | |
| [ | |
| "an", | |
| "cient" | |
| ], | |
| [ | |
| "ro", | |
| "ds" | |
| ], | |
| [ | |
| "qu", | |
| "asi" | |
| ], | |
| [ | |
| "ci", | |
| "ties" | |
| ], | |
| [ | |
| "for", | |
| "get" | |
| ], | |
| [ | |
| "str", | |
| "ate" | |
| ], | |
| [ | |
| "no", | |
| "thing" | |
| ], | |
| [ | |
| "inter", | |
| "ven" | |
| ], | |
| [ | |
| "ca", | |
| "mp" | |
| ], | |
| [ | |
| "over", | |
| "sight" | |
| ], | |
| [ | |
| "ist", | |
| "emo" | |
| ], | |
| [ | |
| "vo", | |
| "ter" | |
| ], | |
| [ | |
| "ven", | |
| "om" | |
| ], | |
| [ | |
| "integ", | |
| "ral" | |
| ], | |
| [ | |
| "attack", | |
| "er" | |
| ], | |
| [ | |
| "employ", | |
| "er" | |
| ], | |
| [ | |
| "refle", | |
| "ct" | |
| ], | |
| [ | |
| "sustain", | |
| "ability" | |
| ], | |
| [ | |
| "hierarch", | |
| "ies" | |
| ], | |
| [ | |
| "hun", | |
| "ting" | |
| ], | |
| [ | |
| "enzy", | |
| "mes" | |
| ], | |
| [ | |
| "sit", | |
| "uation" | |
| ], | |
| [ | |
| "wee", | |
| "ks" | |
| ], | |
| [ | |
| "blind", | |
| "ness" | |
| ], | |
| [ | |
| "acti", | |
| "vities" | |
| ], | |
| [ | |
| "abet", | |
| "es" | |
| ], | |
| [ | |
| "adul", | |
| "ts" | |
| ], | |
| [ | |
| "La", | |
| "tin" | |
| ], | |
| [ | |
| "Face", | |
| "book" | |
| ], | |
| [ | |
| "monoid", | |
| "al" | |
| ], | |
| [ | |
| "G", | |
| "reat" | |
| ], | |
| [ | |
| "b", | |
| "und" | |
| ], | |
| [ | |
| "k", | |
| "ers" | |
| ], | |
| [ | |
| "ti", | |
| "bility" | |
| ], | |
| [ | |
| "in", | |
| "consistent" | |
| ], | |
| [ | |
| "an", | |
| "ni" | |
| ], | |
| [ | |
| "me", | |
| "ter" | |
| ], | |
| [ | |
| "op", | |
| "tions" | |
| ], | |
| [ | |
| "vari", | |
| "ants" | |
| ], | |
| [ | |
| "ck", | |
| "s" | |
| ], | |
| [ | |
| "ven", | |
| "ess" | |
| ] | |
| ] | |
| } | |
| } |