From 1767ed14d92bb90f743033ae0f8b6080ed7892f8 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 10 Jun 2026 15:02:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: North-ML1/willow-alpha Source: Original Platform --- .gitattributes | 35 + README.md | 15 + config.json | 25 + model.safetensors | 3 + model.safetensors.index.json | 225 + special_tokens_map.json | 14 + tokenizer.json | 81058 ++++++++++++++++ tokenizer_config.json | 17 + vision_adapter/README.md | 21 + vision_adapter/config.json | 8 + vision_adapter/forge_micro_vision.py | 38 + vision_adapter/vision_adapter/README.md | 21 + vision_adapter/vision_adapter/config.json | 8 + .../vision_adapter/forge_micro_vision.py | 38 + 14 files changed, 81526 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 config.json create mode 100644 model.safetensors create mode 100644 model.safetensors.index.json create mode 100644 special_tokens_map.json create mode 100644 tokenizer.json create mode 100644 tokenizer_config.json create mode 100644 vision_adapter/README.md create mode 100644 vision_adapter/config.json create mode 100644 vision_adapter/forge_micro_vision.py create mode 100644 vision_adapter/vision_adapter/README.md create mode 100644 vision_adapter/vision_adapter/config.json create mode 100644 vision_adapter/vision_adapter/forge_micro_vision.py diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a6344aa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,35 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..d58f1db --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +--- +license: mit +tags: +- llama +- pytorch +- causal-lm +- base-model +- north-ml +- forge +language: +- en +pipeline_tag: text-generation +--- + +Willow Alpha is a early stage version of Forge-1V diff --git a/config.json b/config.json new file mode 100644 index 0000000..0eab5ca --- /dev/null +++ b/config.json @@ -0,0 +1,25 @@ +{ + "architectures": [ + "LlamaForCausalLM" + ], + "attention_bias": false, + "bos_token_id": 1, + "eos_token_id": 2, + "hidden_act": "silu", + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": 2816, + "max_position_embeddings": 2048, + "mlp_bias": false, + "model_type": "llama", + "num_attention_heads": 16, + "num_hidden_layers": 24, + "num_key_value_heads": 4, + "pad_token_id": 0, + "rms_norm_eps": 1e-05, + "rope_theta": 10000.0, + "tie_word_embeddings": true, + "torch_dtype": "bfloat16", + "use_cache": true, + "vocab_size": 16386 +} diff --git a/model.safetensors b/model.safetensors new file mode 100644 index 0000000..7f6c1ec --- /dev/null +++ b/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6162933e3ab803c93c69c9691803f16b4ed8743aad21968156b4fbc3ba61134 +size 1149472840 diff --git a/model.safetensors.index.json b/model.safetensors.index.json new file mode 100644 index 0000000..690743a --- /dev/null +++ b/model.safetensors.index.json @@ -0,0 +1,225 @@ +{ + "metadata": { + "total_size": 1149448192 + }, + "weight_map": { + "model.embed_tokens.weight": "model.safetensors", + "model.layers.0.self_attn.q_proj.weight": "model.safetensors", + "model.layers.0.self_attn.k_proj.weight": "model.safetensors", + "model.layers.0.self_attn.v_proj.weight": "model.safetensors", + "model.layers.0.self_attn.o_proj.weight": "model.safetensors", + "model.layers.0.mlp.gate_proj.weight": "model.safetensors", + "model.layers.0.mlp.up_proj.weight": "model.safetensors", + "model.layers.0.mlp.down_proj.weight": "model.safetensors", + "model.layers.0.input_layernorm.weight": "model.safetensors", + "model.layers.0.post_attention_layernorm.weight": "model.safetensors", + "model.layers.1.self_attn.q_proj.weight": "model.safetensors", + "model.layers.1.self_attn.k_proj.weight": "model.safetensors", + "model.layers.1.self_attn.v_proj.weight": "model.safetensors", + "model.layers.1.self_attn.o_proj.weight": "model.safetensors", + "model.layers.1.mlp.gate_proj.weight": "model.safetensors", + "model.layers.1.mlp.up_proj.weight": "model.safetensors", + "model.layers.1.mlp.down_proj.weight": "model.safetensors", + "model.layers.1.input_layernorm.weight": "model.safetensors", + "model.layers.1.post_attention_layernorm.weight": "model.safetensors", + "model.layers.2.self_attn.q_proj.weight": "model.safetensors", + "model.layers.2.self_attn.k_proj.weight": "model.safetensors", + "model.layers.2.self_attn.v_proj.weight": "model.safetensors", + "model.layers.2.self_attn.o_proj.weight": "model.safetensors", + "model.layers.2.mlp.gate_proj.weight": "model.safetensors", + "model.layers.2.mlp.up_proj.weight": "model.safetensors", + "model.layers.2.mlp.down_proj.weight": "model.safetensors", + "model.layers.2.input_layernorm.weight": "model.safetensors", + "model.layers.2.post_attention_layernorm.weight": "model.safetensors", + "model.layers.3.self_attn.q_proj.weight": "model.safetensors", + "model.layers.3.self_attn.k_proj.weight": "model.safetensors", + "model.layers.3.self_attn.v_proj.weight": "model.safetensors", + "model.layers.3.self_attn.o_proj.weight": "model.safetensors", + "model.layers.3.mlp.gate_proj.weight": "model.safetensors", + "model.layers.3.mlp.up_proj.weight": "model.safetensors", + "model.layers.3.mlp.down_proj.weight": "model.safetensors", + "model.layers.3.input_layernorm.weight": "model.safetensors", + "model.layers.3.post_attention_layernorm.weight": "model.safetensors", + "model.layers.4.self_attn.q_proj.weight": "model.safetensors", + "model.layers.4.self_attn.k_proj.weight": "model.safetensors", + "model.layers.4.self_attn.v_proj.weight": "model.safetensors", + "model.layers.4.self_attn.o_proj.weight": "model.safetensors", + "model.layers.4.mlp.gate_proj.weight": "model.safetensors", + "model.layers.4.mlp.up_proj.weight": "model.safetensors", + "model.layers.4.mlp.down_proj.weight": "model.safetensors", + "model.layers.4.input_layernorm.weight": "model.safetensors", + "model.layers.4.post_attention_layernorm.weight": "model.safetensors", + "model.layers.5.self_attn.q_proj.weight": "model.safetensors", + "model.layers.5.self_attn.k_proj.weight": "model.safetensors", + "model.layers.5.self_attn.v_proj.weight": "model.safetensors", + "model.layers.5.self_attn.o_proj.weight": "model.safetensors", + "model.layers.5.mlp.gate_proj.weight": "model.safetensors", + "model.layers.5.mlp.up_proj.weight": "model.safetensors", + "model.layers.5.mlp.down_proj.weight": "model.safetensors", + "model.layers.5.input_layernorm.weight": "model.safetensors", + "model.layers.5.post_attention_layernorm.weight": "model.safetensors", + "model.layers.6.self_attn.q_proj.weight": "model.safetensors", + "model.layers.6.self_attn.k_proj.weight": "model.safetensors", + "model.layers.6.self_attn.v_proj.weight": "model.safetensors", + "model.layers.6.self_attn.o_proj.weight": "model.safetensors", + "model.layers.6.mlp.gate_proj.weight": "model.safetensors", + "model.layers.6.mlp.up_proj.weight": "model.safetensors", + "model.layers.6.mlp.down_proj.weight": "model.safetensors", + "model.layers.6.input_layernorm.weight": "model.safetensors", + "model.layers.6.post_attention_layernorm.weight": "model.safetensors", + "model.layers.7.self_attn.q_proj.weight": "model.safetensors", + "model.layers.7.self_attn.k_proj.weight": "model.safetensors", + "model.layers.7.self_attn.v_proj.weight": "model.safetensors", + "model.layers.7.self_attn.o_proj.weight": "model.safetensors", + "model.layers.7.mlp.gate_proj.weight": "model.safetensors", + "model.layers.7.mlp.up_proj.weight": "model.safetensors", + "model.layers.7.mlp.down_proj.weight": "model.safetensors", + "model.layers.7.input_layernorm.weight": "model.safetensors", + "model.layers.7.post_attention_layernorm.weight": "model.safetensors", + "model.layers.8.self_attn.q_proj.weight": "model.safetensors", + "model.layers.8.self_attn.k_proj.weight": "model.safetensors", + "model.layers.8.self_attn.v_proj.weight": "model.safetensors", + "model.layers.8.self_attn.o_proj.weight": "model.safetensors", + "model.layers.8.mlp.gate_proj.weight": "model.safetensors", + "model.layers.8.mlp.up_proj.weight": "model.safetensors", + "model.layers.8.mlp.down_proj.weight": "model.safetensors", + "model.layers.8.input_layernorm.weight": "model.safetensors", + "model.layers.8.post_attention_layernorm.weight": "model.safetensors", + "model.layers.9.self_attn.q_proj.weight": "model.safetensors", + "model.layers.9.self_attn.k_proj.weight": "model.safetensors", + "model.layers.9.self_attn.v_proj.weight": "model.safetensors", + "model.layers.9.self_attn.o_proj.weight": "model.safetensors", + "model.layers.9.mlp.gate_proj.weight": "model.safetensors", + "model.layers.9.mlp.up_proj.weight": "model.safetensors", + "model.layers.9.mlp.down_proj.weight": "model.safetensors", + "model.layers.9.input_layernorm.weight": "model.safetensors", + "model.layers.9.post_attention_layernorm.weight": "model.safetensors", + "model.layers.10.self_attn.q_proj.weight": "model.safetensors", + "model.layers.10.self_attn.k_proj.weight": "model.safetensors", + "model.layers.10.self_attn.v_proj.weight": "model.safetensors", + "model.layers.10.self_attn.o_proj.weight": "model.safetensors", + "model.layers.10.mlp.gate_proj.weight": "model.safetensors", + "model.layers.10.mlp.up_proj.weight": "model.safetensors", + "model.layers.10.mlp.down_proj.weight": "model.safetensors", + "model.layers.10.input_layernorm.weight": "model.safetensors", + "model.layers.10.post_attention_layernorm.weight": "model.safetensors", + "model.layers.11.self_attn.q_proj.weight": "model.safetensors", + "model.layers.11.self_attn.k_proj.weight": "model.safetensors", + "model.layers.11.self_attn.v_proj.weight": "model.safetensors", + "model.layers.11.self_attn.o_proj.weight": "model.safetensors", + "model.layers.11.mlp.gate_proj.weight": "model.safetensors", + "model.layers.11.mlp.up_proj.weight": "model.safetensors", + "model.layers.11.mlp.down_proj.weight": "model.safetensors", + "model.layers.11.input_layernorm.weight": "model.safetensors", + "model.layers.11.post_attention_layernorm.weight": "model.safetensors", + "model.layers.12.self_attn.q_proj.weight": "model.safetensors", + "model.layers.12.self_attn.k_proj.weight": "model.safetensors", + "model.layers.12.self_attn.v_proj.weight": "model.safetensors", + "model.layers.12.self_attn.o_proj.weight": "model.safetensors", + "model.layers.12.mlp.gate_proj.weight": "model.safetensors", + "model.layers.12.mlp.up_proj.weight": "model.safetensors", + "model.layers.12.mlp.down_proj.weight": "model.safetensors", + "model.layers.12.input_layernorm.weight": "model.safetensors", + "model.layers.12.post_attention_layernorm.weight": "model.safetensors", + "model.layers.13.self_attn.q_proj.weight": "model.safetensors", + "model.layers.13.self_attn.k_proj.weight": "model.safetensors", + "model.layers.13.self_attn.v_proj.weight": "model.safetensors", + "model.layers.13.self_attn.o_proj.weight": "model.safetensors", + "model.layers.13.mlp.gate_proj.weight": "model.safetensors", + "model.layers.13.mlp.up_proj.weight": "model.safetensors", + "model.layers.13.mlp.down_proj.weight": "model.safetensors", + "model.layers.13.input_layernorm.weight": "model.safetensors", + "model.layers.13.post_attention_layernorm.weight": "model.safetensors", + "model.layers.14.self_attn.q_proj.weight": "model.safetensors", + "model.layers.14.self_attn.k_proj.weight": "model.safetensors", + "model.layers.14.self_attn.v_proj.weight": "model.safetensors", + "model.layers.14.self_attn.o_proj.weight": "model.safetensors", + "model.layers.14.mlp.gate_proj.weight": "model.safetensors", + "model.layers.14.mlp.up_proj.weight": "model.safetensors", + "model.layers.14.mlp.down_proj.weight": "model.safetensors", + "model.layers.14.input_layernorm.weight": "model.safetensors", + "model.layers.14.post_attention_layernorm.weight": "model.safetensors", + "model.layers.15.self_attn.q_proj.weight": "model.safetensors", + "model.layers.15.self_attn.k_proj.weight": "model.safetensors", + "model.layers.15.self_attn.v_proj.weight": "model.safetensors", + "model.layers.15.self_attn.o_proj.weight": "model.safetensors", + "model.layers.15.mlp.gate_proj.weight": "model.safetensors", + "model.layers.15.mlp.up_proj.weight": "model.safetensors", + "model.layers.15.mlp.down_proj.weight": "model.safetensors", + "model.layers.15.input_layernorm.weight": "model.safetensors", + "model.layers.15.post_attention_layernorm.weight": "model.safetensors", + "model.layers.16.self_attn.q_proj.weight": "model.safetensors", + "model.layers.16.self_attn.k_proj.weight": "model.safetensors", + "model.layers.16.self_attn.v_proj.weight": "model.safetensors", + "model.layers.16.self_attn.o_proj.weight": "model.safetensors", + "model.layers.16.mlp.gate_proj.weight": "model.safetensors", + "model.layers.16.mlp.up_proj.weight": "model.safetensors", + "model.layers.16.mlp.down_proj.weight": "model.safetensors", + "model.layers.16.input_layernorm.weight": "model.safetensors", + "model.layers.16.post_attention_layernorm.weight": "model.safetensors", + "model.layers.17.self_attn.q_proj.weight": "model.safetensors", + "model.layers.17.self_attn.k_proj.weight": "model.safetensors", + "model.layers.17.self_attn.v_proj.weight": "model.safetensors", + "model.layers.17.self_attn.o_proj.weight": "model.safetensors", + "model.layers.17.mlp.gate_proj.weight": "model.safetensors", + "model.layers.17.mlp.up_proj.weight": "model.safetensors", + "model.layers.17.mlp.down_proj.weight": "model.safetensors", + "model.layers.17.input_layernorm.weight": "model.safetensors", + "model.layers.17.post_attention_layernorm.weight": "model.safetensors", + "model.layers.18.self_attn.q_proj.weight": "model.safetensors", + "model.layers.18.self_attn.k_proj.weight": "model.safetensors", + "model.layers.18.self_attn.v_proj.weight": "model.safetensors", + "model.layers.18.self_attn.o_proj.weight": "model.safetensors", + "model.layers.18.mlp.gate_proj.weight": "model.safetensors", + "model.layers.18.mlp.up_proj.weight": "model.safetensors", + "model.layers.18.mlp.down_proj.weight": "model.safetensors", + "model.layers.18.input_layernorm.weight": "model.safetensors", + "model.layers.18.post_attention_layernorm.weight": "model.safetensors", + "model.layers.19.self_attn.q_proj.weight": "model.safetensors", + "model.layers.19.self_attn.k_proj.weight": "model.safetensors", + "model.layers.19.self_attn.v_proj.weight": "model.safetensors", + "model.layers.19.self_attn.o_proj.weight": "model.safetensors", + "model.layers.19.mlp.gate_proj.weight": "model.safetensors", + "model.layers.19.mlp.up_proj.weight": "model.safetensors", + "model.layers.19.mlp.down_proj.weight": "model.safetensors", + "model.layers.19.input_layernorm.weight": "model.safetensors", + "model.layers.19.post_attention_layernorm.weight": "model.safetensors", + "model.layers.20.self_attn.q_proj.weight": "model.safetensors", + "model.layers.20.self_attn.k_proj.weight": "model.safetensors", + "model.layers.20.self_attn.v_proj.weight": "model.safetensors", + "model.layers.20.self_attn.o_proj.weight": "model.safetensors", + "model.layers.20.mlp.gate_proj.weight": "model.safetensors", + "model.layers.20.mlp.up_proj.weight": "model.safetensors", + "model.layers.20.mlp.down_proj.weight": "model.safetensors", + "model.layers.20.input_layernorm.weight": "model.safetensors", + "model.layers.20.post_attention_layernorm.weight": "model.safetensors", + "model.layers.21.self_attn.q_proj.weight": "model.safetensors", + "model.layers.21.self_attn.k_proj.weight": "model.safetensors", + "model.layers.21.self_attn.v_proj.weight": "model.safetensors", + "model.layers.21.self_attn.o_proj.weight": "model.safetensors", + "model.layers.21.mlp.gate_proj.weight": "model.safetensors", + "model.layers.21.mlp.up_proj.weight": "model.safetensors", + "model.layers.21.mlp.down_proj.weight": "model.safetensors", + "model.layers.21.input_layernorm.weight": "model.safetensors", + "model.layers.21.post_attention_layernorm.weight": "model.safetensors", + "model.layers.22.self_attn.q_proj.weight": "model.safetensors", + "model.layers.22.self_attn.k_proj.weight": "model.safetensors", + "model.layers.22.self_attn.v_proj.weight": "model.safetensors", + "model.layers.22.self_attn.o_proj.weight": "model.safetensors", + "model.layers.22.mlp.gate_proj.weight": "model.safetensors", + "model.layers.22.mlp.up_proj.weight": "model.safetensors", + "model.layers.22.mlp.down_proj.weight": "model.safetensors", + "model.layers.22.input_layernorm.weight": "model.safetensors", + "model.layers.22.post_attention_layernorm.weight": "model.safetensors", + "model.layers.23.self_attn.q_proj.weight": "model.safetensors", + "model.layers.23.self_attn.k_proj.weight": "model.safetensors", + "model.layers.23.self_attn.v_proj.weight": "model.safetensors", + "model.layers.23.self_attn.o_proj.weight": "model.safetensors", + "model.layers.23.mlp.gate_proj.weight": "model.safetensors", + "model.layers.23.mlp.up_proj.weight": "model.safetensors", + "model.layers.23.mlp.down_proj.weight": "model.safetensors", + "model.layers.23.input_layernorm.weight": "model.safetensors", + "model.layers.23.post_attention_layernorm.weight": "model.safetensors", + "model.norm.weight": "model.safetensors" + } +} diff --git a/special_tokens_map.json b/special_tokens_map.json new file mode 100644 index 0000000..ce5b5a3 --- /dev/null +++ b/special_tokens_map.json @@ -0,0 +1,14 @@ +{ + "bos_token": "", + "eos_token": "", + "unk_token": "", + "pad_token": "", + "additional_special_tokens": [ + "<|user|>", + "<|assistant|>", + "<|system|>", + "<|end|>", + "<|im_start|>", + "<|im_end|>" + ] +} diff --git a/tokenizer.json b/tokenizer.json new file mode 100644 index 0000000..f2b4bc3 --- /dev/null +++ b/tokenizer.json @@ -0,0 +1,81058 @@ +{ + "version": "1.0", + "truncation": null, + "padding": null, + "added_tokens": [ + { + "id": 0, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 1, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 2, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 3, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 4, + "content": "<|user|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 5, + "content": "<|assistant|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 6, + "content": "<|system|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 7, + "content": "<|end|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 16384, + "content": "<|im_start|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 16385, + "content": "<|im_end|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + } + ], + "normalizer": { + "type": "Sequence", + "normalizers": [ + { + "type": "NFC" + } + ] + }, + "pre_tokenizer": { + "type": "ByteLevel", + "add_prefix_space": false, + "trim_offsets": true, + "use_regex": true + }, + "post_processor": { + "type": "TemplateProcessing", + "single": [ + { + "SpecialToken": { + "id": "", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + } + ], + "pair": [ + { + "SpecialToken": { + "id": "", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "SpecialToken": { + "id": "", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "B", + "type_id": 0 + } + } + ], + "special_tokens": { + "": { + "id": "", + "ids": [ + 2 + ], + "tokens": [ + "" + ] + }, + "": { + "id": "", + "ids": [ + 1 + ], + "tokens": [ + "" + ] + } + } + }, + "decoder": { + "type": "ByteLevel", + "add_prefix_space": true, + "trim_offsets": true, + "use_regex": true + }, + "model": { + "type": "BPE", + "dropout": null, + "unk_token": "", + "continuing_subword_prefix": null, + "end_of_word_suffix": null, + "fuse_unk": false, + "byte_fallback": true, + "ignore_merges": false, + "vocab": { + "": 0, + "": 1, + "": 2, + "": 3, + "<|user|>": 4, + "<|assistant|>": 5, + "<|system|>": 6, + "<|end|>": 7, + "!": 8, + "\"": 9, + "#": 10, + "$": 11, + "%": 12, + "&": 13, + "'": 14, + "(": 15, + ")": 16, + "*": 17, + "+": 18, + ",": 19, + "-": 20, + ".": 21, + "/": 22, + "0": 23, + "1": 24, + "2": 25, + "3": 26, + "4": 27, + "5": 28, + "6": 29, + "7": 30, + "8": 31, + "9": 32, + ":": 33, + ";": 34, + "<": 35, + "=": 36, + ">": 37, + "?": 38, + "@": 39, + "A": 40, + "B": 41, + "C": 42, + "D": 43, + "E": 44, + "F": 45, + "G": 46, + "H": 47, + "I": 48, + "J": 49, + "K": 50, + "L": 51, + "M": 52, + "N": 53, + "O": 54, + "P": 55, + "Q": 56, + "R": 57, + "S": 58, + "T": 59, + "U": 60, + "V": 61, + "W": 62, + "X": 63, + "Y": 64, + "Z": 65, + "[": 66, + "\\": 67, + "]": 68, + "^": 69, + "_": 70, + "`": 71, + "a": 72, + "b": 73, + "c": 74, + "d": 75, + "e": 76, + "f": 77, + "g": 78, + "h": 79, + "i": 80, + "j": 81, + "k": 82, + "l": 83, + "m": 84, + "n": 85, + "o": 86, + "p": 87, + "q": 88, + "r": 89, + "s": 90, + "t": 91, + "u": 92, + "v": 93, + "w": 94, + "x": 95, + "y": 96, + "z": 97, + "{": 98, + "|": 99, + "}": 100, + "~": 101, + "¡": 102, + "¢": 103, + "£": 104, + "¤": 105, + "¥": 106, + "¦": 107, + "§": 108, + "¨": 109, + "©": 110, + "ª": 111, + "«": 112, + "¬": 113, + "®": 114, + "¯": 115, + "°": 116, + "±": 117, + "²": 118, + "³": 119, + "´": 120, + "µ": 121, + "¶": 122, + "·": 123, + "¸": 124, + "¹": 125, + "º": 126, + "»": 127, + "¼": 128, + "½": 129, + "¾": 130, + "¿": 131, + "À": 132, + "Á": 133, + "Â": 134, + "Ã": 135, + "Ä": 136, + "Å": 137, + "Æ": 138, + "Ç": 139, + "È": 140, + "É": 141, + "Ê": 142, + "Ë": 143, + "Ì": 144, + "Í": 145, + "Î": 146, + "Ï": 147, + "Ð": 148, + "Ñ": 149, + "Ò": 150, + "Ó": 151, + "Ô": 152, + "Õ": 153, + "Ö": 154, + "×": 155, + "Ø": 156, + "Ù": 157, + "Ú": 158, + "Û": 159, + "Ü": 160, + "Ý": 161, + "Þ": 162, + "ß": 163, + "à": 164, + "á": 165, + "â": 166, + "ã": 167, + "ä": 168, + "å": 169, + "æ": 170, + "ç": 171, + "è": 172, + "é": 173, + "ê": 174, + "ë": 175, + "ì": 176, + "í": 177, + "î": 178, + "ï": 179, + "ð": 180, + "ñ": 181, + "ò": 182, + "ó": 183, + "ô": 184, + "õ": 185, + "ö": 186, + "÷": 187, + "ø": 188, + "ù": 189, + "ú": 190, + "û": 191, + "ü": 192, + "ý": 193, + "þ": 194, + "ÿ": 195, + "Ā": 196, + "ā": 197, + "Ă": 198, + "ă": 199, + "Ą": 200, + "ą": 201, + "Ć": 202, + "ć": 203, + "Ĉ": 204, + "ĉ": 205, + "Ċ": 206, + "ċ": 207, + "Č": 208, + "č": 209, + "Ď": 210, + "ď": 211, + "Đ": 212, + "đ": 213, + "Ē": 214, + "ē": 215, + "Ĕ": 216, + "ĕ": 217, + "Ė": 218, + "ė": 219, + "Ę": 220, + "ę": 221, + "Ě": 222, + "ě": 223, + "Ĝ": 224, + "ĝ": 225, + "Ğ": 226, + "ğ": 227, + "Ġ": 228, + "ġ": 229, + "Ģ": 230, + "ģ": 231, + "Ĥ": 232, + "ĥ": 233, + "Ħ": 234, + "ħ": 235, + "Ĩ": 236, + "ĩ": 237, + "Ī": 238, + "ī": 239, + "Ĭ": 240, + "ĭ": 241, + "Į": 242, + "į": 243, + "İ": 244, + "ı": 245, + "IJ": 246, + "ij": 247, + "Ĵ": 248, + "ĵ": 249, + "Ķ": 250, + "ķ": 251, + "ĸ": 252, + "Ĺ": 253, + "ĺ": 254, + "Ļ": 255, + "ļ": 256, + "Ľ": 257, + "ľ": 258, + "Ŀ": 259, + "ŀ": 260, + "Ł": 261, + "ł": 262, + "Ń": 263, + "ĠĠ": 264, + "Ġt": 265, + "Ġa": 266, + "in": 267, + "he": 268, + "re": 269, + "on": 270, + "Ġthe": 271, + "ĠĠĠĠ": 272, + "er": 273, + "at": 274, + "Ġs": 275, + "Ġo": 276, + "en": 277, + "Ġc": 278, + "es": 279, + "is": 280, + "or": 281, + "an": 282, + "Ġw": 283, + "it": 284, + "Ġp": 285, + "al": 286, + "Ġf": 287, + "Ġan": 288, + "ed": 289, + "ing": 290, + "Ġb": 291, + "Ġof": 292, + "Ġin": 293, + "ar": 294, + "ou": 295, + "Ġm": 296, + "Ġto": 297, + "ion": 298, + "Ġd": 299, + "Ġand": 300, + "ic": 301, + "le": 302, + "ro": 303, + "as": 304, + "ĠĠĠ": 305, + "ent": 306, + "Ġre": 307, + "ct": 308, + "el": 309, + "Ġh": 310, + "Ġth": 311, + "Ġn": 312, + "st": 313, + "Ġe": 314, + "il": 315, + "Ġl": 316, + "om": 317, + "et": 318, + "ĠĠĠĠĠĠĠ": 319, + "Ġis": 320, + "ur": 321, + "im": 322, + "ut": 323, + "ol": 324, + "us": 325, + "am": 326, + "ve": 327, + "ĠT": 328, + "Ġg": 329, + "id": 330, + "âĢ": 331, + "ation": 332, + "ce": 333, + "ot": 334, + "Ġfor": 335, + "Ġbe": 336, + "ch": 337, + "ly": 338, + "ig": 339, + "ow": 340, + "ra": 341, + "Ġst": 342, + "if": 343, + "ĠA": 344, + "ul": 345, + "se": 346, + "ver": 347, + "un": 348, + "ĠS": 349, + "Ġthat": 350, + "Ġon": 351, + "Ġy": 352, + "ir": 353, + "ĠC": 354, + "ĠI": 355, + "od": 356, + "ist": 357, + "ad": 358, + "ith": 359, + "Ġas": 360, + "um": 361, + "Ġpro": 362, + "ay": 363, + "ĠĠĠĠĠĠĠĠ": 364, + "Ġcon": 365, + "th": 366, + "Ġ=": 367, + "her": 368, + "Ġare": 369, + "Ġwith": 370, + "Ġor": 371, + "ge": 372, + "ate": 373, + "Ġyou": 374, + "Ġ(": 375, + "Ġit": 376, + "ers": 377, + "Ġal": 378, + "ĠP": 379, + "Ġwh": 380, + "pe": 381, + "Ġ1": 382, + "ab": 383, + "ess": 384, + "est": 385, + "Ġde": 386, + "ĠThe": 387, + "ment": 388, + "res": 389, + "ĠM": 390, + "ter": 391, + "Ġex": 392, + "Ġv": 393, + "ri": 394, + "qu": 395, + "op": 396, + "and": 397, + "ant": 398, + "ac": 399, + "\"\"": 400, + "Ġhe": 401, + "ill": 402, + "Ġcom": 403, + "em": 404, + "rom": 405, + "ort": 406, + "ity": 407, + "ke": 408, + "ect": 409, + "ore": 410, + "os": 411, + "iv": 412, + "oun": 413, + "ĠB": 414, + "Ġwe": 415, + "ies": 416, + "Ġsu": 417, + "âĢĻ": 418, + "pp": 419, + "ain": 420, + "Ġr": 421, + "oc": 422, + "Ġus": 423, + "end": 424, + "ld": 425, + "Ġby": 426, + "Ġcan": 427, + "ĠH": 428, + "ive": 429, + "igh": 430, + "ĠĠĠĠĠĠĠĠĠĠĠ": 431, + "pt": 432, + "Ġfrom": 433, + "Ġch": 434, + "ĠD": 435, + "ĠW": 436, + "Ġat": 437, + "ĠR": 438, + "ĠE": 439, + "Ġne": 440, + "Ġnot": 441, + "--": 442, + "ĠF": 443, + "Ġha": 444, + "ud": 445, + "ren": 446, + "Ġ2": 447, + "Ġse": 448, + "ĠN": 449, + "art": 450, + "ial": 451, + "ure": 452, + "Ġwas": 453, + "og": 454, + "pl": 455, + "Ġle": 456, + "elf": 457, + "ical": 458, + "ass": 459, + "ĠG": 460, + "Ġsh": 461, + "ĠL": 462, + "Ġun": 463, + "Ġim": 464, + "ult": 465, + "ĠâĢ": 466, + "Ġhave": 467, + "all": 468, + "ions": 469, + "Ġthis": 470, + "red": 471, + "ight": 472, + "ine": 473, + "iz": 474, + "Ġif": 475, + "age": 476, + "ame": 477, + "Ġwor": 478, + "ag": 479, + "urn": 480, + "per": 481, + "ue": 482, + "act": 483, + "out": 484, + "our": 485, + "ost": 486, + "Ġint": 487, + "Ġen": 488, + "de": 489, + "ust": 490, + "ich": 491, + "ff": 492, + "00": 493, + "ell": 494, + "ould": 495, + "Ġab": 496, + "ĠIn": 497, + "ated": 498, + "Ġar": 499, + "The": 500, + "Ġres": 501, + "Ġpl": 502, + "ome": 503, + "ther": 504, + "cl": 505, + "ard": 506, + "orm": 507, + "gh": 508, + "|>": 509, + "<|": 510, + "ans": 511, + "Ġ\"": 512, + "Ġtheir": 513, + "ast": 514, + "):": 515, + "ak": 516, + "Ġyour": 517, + "\"\"\"": 518, + "Ġcont": 519, + "int": 520, + "du": 521, + "Ġk": 522, + "ib": 523, + "ĠO": 524, + "ide": 525, + "Ġall": 526, + "one": 527, + "Ġad": 528, + "ound": 529, + "Ġ'": 530, + "ple": 531, + "cc": 532, + "able": 533, + "Ġwhe": 534, + "port": 535, + "Ġwill": 536, + "der": 537, + "Ġwhich": 538, + "ough": 539, + "ous": 540, + "ĠU": 541, + "ile": 542, + "ary": 543, + "ance": 544, + "``": 545, + "Ġcl": 546, + "ap": 547, + "ations": 548, + "Ġthey": 549, + "ction": 550, + "Ġdis": 551, + "ood": 552, + "ry": 553, + "ence": 554, + "ĠJ": 555, + "ind": 556, + "ong": 557, + "ime": 558, + "Ġret": 559, + "ip": 560, + "vel": 561, + "up": 562, + "ents": 563, + "Ġhas": 564, + "Ġmore": 565, + "ie": 566, + "ĠTh": 567, + "ign": 568, + "ear": 569, + "ks": 570, + "so": 571, + "Ġdo": 572, + "ata": 573, + "ach": 574, + "ia": 575, + "ru": 576, + "âĢĿ": 577, + "ase": 578, + "ress": 579, + "Ġself": 580, + "ber": 581, + "ual": 582, + "ild": 583, + "ater": 584, + "Ġte": 585, + "Ġman": 586, + "ord": 587, + "Ġj": 588, + "ount": 589, + "Ġother": 590, + "Ġme": 591, + "Ġout": 592, + "form": 593, + "ition": 594, + "Ġreturn": 595, + "Ġper": 596, + "ice": 597, + "ake": 598, + "Ġbut": 599, + "ite": 600, + "te": 601, + "ack": 602, + "Ġ:": 603, + "rent": 604, + "Ġcomp": 605, + "ace": 606, + "ens": 607, + "Ġone": 608, + "con": 609, + "Ġalso": 610, + "reat": 611, + "oo": 612, + "fe": 613, + "av": 614, + ").": 615, + "Ġsc": 616, + "'s": 617, + "ely": 618, + "ory": 619, + "ors": 620, + "ire": 621, + "ces": 622, + "ub": 623, + "ict": 624, + "Ġev": 625, + "are": 626, + "ĠâĢľ": 627, + "Ġso": 628, + "Ġsy": 629, + "yth": 630, + "ject": 631, + "Ġwere": 632, + "aus": 633, + "ath": 634, + "ang": 635, + "Ġpart": 636, + "Ġspe": 637, + "ep": 638, + "Ġsp": 639, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 640, + "Ġcomm": 641, + "xt": 642, + "Ġ#": 643, + "Ġwho": 644, + "ail": 645, + "Ġpre": 646, + "gr": 647, + "Ġnum": 648, + "Ġqu": 649, + "----": 650, + "Ġthem": 651, + "Ġtr": 652, + "ree": 653, + "Ġ3": 654, + "Ġpe": 655, + "Ġabout": 656, + "Ġits": 657, + "Ġstud": 658, + "In": 659, + "Ġup": 660, + "Ġapp": 661, + "ish": 662, + "ings": 663, + "very": 664, + "ates": 665, + "Ġ19": 666, + "Ġro": 667, + "ose": 668, + "Ġpr": 669, + "now": 670, + "Ġ[": 671, + "put": 672, + "Ġcol": 673, + "ĠThis": 674, + "Ġstr": 675, + "ph": 676, + "ĠIt": 677, + "Ġmay": 678, + "ĠK": 679, + "Ġfe": 680, + "ĠSt": 681, + "Ġhis": 682, + "low": 683, + "cess": 684, + "ype": 685, + "),": 686, + "Ġtime": 687, + "ob": 688, + "olog": 689, + "ys": 690, + "Ġli": 691, + "vers": 692, + "Ġtra": 693, + "Ġinto": 694, + "Ġra": 695, + "def": 696, + "Ġbec": 697, + "Ġrec": 698, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 699, + "Ġthan": 700, + "ython": 701, + "Ġuse": 702, + "Ġwhen": 703, + "ays": 704, + "ific": 705, + "we": 706, + "ĠV": 707, + "erv": 708, + "rit": 709, + "Ġ-": 710, + "Ġover": 711, + "Ġacc": 712, + "Ġsome": 713, + "ange": 714, + "ise": 715, + "ĠCh": 716, + "Ġnew": 717, + "clud": 718, + "self": 719, + "ople": 720, + "ove": 721, + "arg": 722, + "Ġthere": 723, + "Ġwork": 724, + "Ġ20": 725, + "Ġdif": 726, + "ne": 727, + "ian": 728, + "Ġact": 729, + "Ġbeen": 730, + "Ġob": 731, + "par": 732, + "Ġcons": 733, + "rough": 734, + "cre": 735, + "row": 736, + "Ġyear": 737, + "Ġem": 738, + "Ġbet": 739, + "Ġthese": 740, + "ient": 741, + "irst": 742, + "ener": 743, + "ments": 744, + "alth": 745, + "Ġdata": 746, + "ally": 747, + "Ġgo": 748, + "ode": 749, + "Ġdes": 750, + "eth": 751, + "Ġour": 752, + "Ġhow": 753, + "lect": 754, + "stem": 755, + "ause": 756, + "Ġhel": 757, + "ons": 758, + "Ġgr": 759, + "ds": 760, + "ities": 761, + "Ġval": 762, + "Ġbl": 763, + "',": 764, + "Ġsa": 765, + "ck": 766, + "Ġpeople": 767, + "ook": 768, + "ious": 769, + "Ġspec": 770, + "Ġneed": 771, + "arn": 772, + "Ġunder": 773, + "()": 774, + "Ġtw": 775, + "Ġsuch": 776, + "ffect": 777, + "Ġknow": 778, + "Ġag": 779, + "ĠĊ": 780, + "ool": 781, + "Ġ\"\"\"": 782, + "ĠY": 783, + "Ġ0": 784, + "Ġhelp": 785, + "Ġfun": 786, + "Ġmost": 787, + "Ġused": 788, + "Ġind": 789, + "Ġimport": 790, + "Ġdef": 791, + "ating": 792, + "str": 793, + "erm": 794, + "velop": 795, + "Ġinclud": 796, + "Ġinter": 797, + "Ġrel": 798, + "rib": 799, + "Ġprov": 800, + "ov": 801, + "les": 802, + "ize": 803, + "Ġform": 804, + "ĠAn": 805, + "ax": 806, + "..": 807, + "lic": 808, + "ert": 809, + "Ġonly": 810, + "Ġadd": 811, + "ular": 812, + "Ġel": 813, + "ll": 814, + "Ġ+": 815, + "pro": 816, + "Ġhad": 817, + "hed": 818, + "ics": 819, + "Ġfl": 820, + "Ġass": 821, + "Ġno": 822, + "ied": 823, + "Ġwould": 824, + "Ġph": 825, + "Ġ4": 826, + "Ġlist": 827, + "hen": 828, + "Ġke": 829, + "user": 830, + "Ġprodu": 831, + "Ġany": 832, + "Ġchild": 833, + "ced": 834, + "get": 835, + "Ġfirst": 836, + "Ġmod": 837, + "istant": 838, + "Ġreg": 839, + "ative": 840, + "cept": 841, + "ĠUn": 842, + "als": 843, + "Ġpos": 844, + "ful": 845, + "Ġam": 846, + "Ġthrough": 847, + "Ġget": 848, + "ures": 849, + "ility": 850, + "Ġsub": 851, + "Ġ5": 852, + "ational": 853, + "Ġshould": 854, + "oint": 855, + "Ġtwo": 856, + "Ġoff": 857, + "ark": 858, + "arch": 859, + "Ġwhat": 860, + "Ġatt": 861, + "fter": 862, + "mer": 863, + "Ġsystem": 864, + "uring": 865, + "pr": 866, + "Ġrem": 867, + "oth": 868, + "ick": 869, + "Ġdevelop": 870, + "iss": 871, + "ower": 872, + "ract": 873, + "Ġdiffe": 874, + "com": 875, + "ink": 876, + "ible": 877, + "Ġmany": 878, + "Ġlike": 879, + "Ġinf": 880, + "ten": 881, + "Ġresult": 882, + "Ġrequ": 883, + "its": 884, + "ues": 885, + "assistant": 886, + "ased": 887, + "Ġco": 888, + "ĠHe": 889, + "cy": 890, + "))": 891, + "own": 892, + "Ġsupp": 893, + "Ġset": 894, + "iet": 895, + "ps": 896, + "ution": 897, + "gram": 898, + "ween": 899, + "Ġhealth": 900, + "__": 901, + "Ġtrans": 902, + "ft": 903, + "Ġac": 904, + "fore": 905, + "('": 906, + "ble": 907, + "ĠRe": 908, + "hes": 909, + "Ġbetween": 910, + "Ġinv": 911, + "ĠâĢĵ": 912, + "Ġwell": 913, + "ray": 914, + "ric": 915, + "Ġbu": 916, + "old": 917, + "```": 918, + "Ġwhere": 919, + "ife": 920, + "Ġgiv": 921, + "Ġinst": 922, + "name": 923, + "Ġsm": 924, + "Ġmake": 925, + "wn": 926, + "Ġsur": 927, + "ss": 928, + "Ġpol": 929, + "tern": 930, + "ines": 931, + "ism": 932, + "Ġwater": 933, + "Ġhigh": 934, + "ature": 935, + "Ġ201": 936, + "ident": 937, + "erg": 938, + "ample": 939, + "pect": 940, + "Ġgener": 941, + "ices": 942, + "ĠIf": 943, + "iel": 944, + "ins": 945, + "Ġpres": 946, + "ew": 947, + "Ġvar": 948, + "Ġdet": 949, + "ĠPython": 950, + "Ġcount": 951, + "val": 952, + "pos": 953, + "Ġeach": 954, + "ock": 955, + "ting": 956, + "Ġnumber": 957, + "ade": 958, + "chn": 959, + "gan": 960, + "uc": 961, + "Ġsign": 962, + "ars": 963, + "Ġpers": 964, + "Ġcall": 965, + "ever": 966, + "Ġcur": 967, + "ily": 968, + "Ġcould": 969, + "\",": 970, + "vent": 971, + "ience": 972, + "Ġprogram": 973, + "hat": 974, + "read": 975, + "ural": 976, + "pon": 977, + "ants": 978, + "ts": 979, + "Ġprocess": 980, + "Ġmed": 981, + "yp": 982, + "Ġyears": 983, + "ology": 984, + "Ġfound": 985, + "Ġcre": 986, + "Ġlong": 987, + "Ġlearn": 988, + "Ġsim": 989, + "ern": 990, + "ĠEn": 991, + "Ġeffect": 992, + "ix": 993, + "param": 994, + "Ġfol": 995, + "uch": 996, + "Ġexper": 997, + "ex": 998, + ">>": 999, + "ene": 1000, + "Ġdifferent": 1001, + "formation": 1002, + "Ġusing": 1003, + "Ġext": 1004, + "Ġend": 1005, + "Ġafter": 1006, + "ists": 1007, + "Ġher": 1008, + "tt": 1009, + "aw": 1010, + "Ġrese": 1011, + "Ġthen": 1012, + "ruct": 1013, + "Ġ200": 1014, + "ited": 1015, + "arm": 1016, + "ption": 1017, + "aking": 1018, + "eng": 1019, + "ages": 1020, + "Ġmin": 1021, + "cial": 1022, + "Ġworld": 1023, + "els": 1024, + "Ġed": 1025, + "Ġeven": 1026, + "ork": 1027, + "Ġincre": 1028, + "to": 1029, + "io": 1030, + "Ġjust": 1031, + "iron": 1032, + "Ġent": 1033, + "oy": 1034, + "Ġbecause": 1035, + "ror": 1036, + "Ġread": 1037, + "chool": 1038, + "iew": 1039, + "Ġfind": 1040, + "Ġdist": 1041, + "app": 1042, + "other": 1043, + "Ġway": 1044, + "ically": 1045, + "ually": 1046, + "Ġpa": 1047, + "Ġsk": 1048, + "land": 1049, + "ness": 1050, + "Ġpat": 1051, + "Ġloc": 1052, + "ody": 1053, + "ized": 1054, + "cent": 1055, + "co": 1056, + "Ġfact": 1057, + "Ġche": 1058, + "Ġ6": 1059, + "ection": 1060, + "type": 1061, + "Ġmat": 1062, + "Ġclass": 1063, + "Th": 1064, + "Ġcent": 1065, + "Ġaut": 1066, + "Ġ*": 1067, + "meric": 1068, + "Ġhum": 1069, + "Ġbel": 1070, + "')": 1071, + "Ġsee": 1072, + "ĠPro": 1073, + "Ġgiven": 1074, + "Ġ==": 1075, + "ivers": 1076, + "Ġfunction": 1077, + "ases": 1078, + "ved": 1079, + "ĠAr": 1080, + "bers": 1081, + "ethod": 1082, + "Ġprint": 1083, + "Ġfollow": 1084, + "Ġvery": 1085, + "Ġthose": 1086, + "Ġtechn": 1087, + "ont": 1088, + "ute": 1089, + "Ġdec": 1090, + "ather": 1091, + "rain": 1092, + "oup": 1093, + "Ġsoc": 1094, + "ential": 1095, + "ec": 1096, + "(\"": 1097, + "Ġcor": 1098, + "']": 1099, + "Ġbeing": 1100, + "Ġname": 1101, + "Ġcar": 1102, + "Ġart": 1103, + "Ġear": 1104, + "Ġi": 1105, + "Ġimportant": 1106, + "ward": 1107, + "Ġtest": 1108, + "ning": 1109, + "Ġpub": 1110, + "ĠCom": 1111, + "py": 1112, + "Ġmon": 1113, + "led": 1114, + "Ġlead": 1115, + "Ġdoes": 1116, + "imes": 1117, + "Ġinformation": 1118, + "Ġlevel": 1119, + "Ġright": 1120, + "viron": 1121, + "ug": 1122, + "Ġsaid": 1123, + "blem": 1124, + "Ġav": 1125, + "ĠAmeric": 1126, + "==": 1127, + "Ġcommun": 1128, + "Ġ18": 1129, + "Ġlife": 1130, + "Ġchildren": 1131, + "inal": 1132, + "irect": 1133, + "list": 1134, + "ĠWe": 1135, + "Ġfood": 1136, + "Ġpartic": 1137, + "':": 1138, + "Ġsame": 1139, + "Ġwhile": 1140, + "Ġinte": 1141, + "li": 1142, + "Ġelse": 1143, + "Ġstart": 1144, + "Ġpar": 1145, + "Ġx": 1146, + "Ġduring": 1147, + "Ġ10": 1148, + "Ġown": 1149, + "Ġobject": 1150, + "Ġshe": 1151, + "Ġins": 1152, + "Ġ{": 1153, + ".âĢĿ": 1154, + "stand": 1155, + "ĠNone": 1156, + "any": 1157, + "Ġgra": 1158, + "ĠThey": 1159, + "Ġmain": 1160, + "Ġstate": 1161, + "dition": 1162, + "akes": 1163, + "Ġvalue": 1164, + "ality": 1165, + "ĠFor": 1166, + "Ġperson": 1167, + "20": 1168, + "Ġsol": 1169, + "ted": 1170, + "Ġcomple": 1171, + "Ġfam": 1172, + "Ġbr": 1173, + "Ġback": 1174, + "Ġdep": 1175, + "Ġprovid": 1176, + "hip": 1177, + "ĠAl": 1178, + "Ġrange": 1179, + "tle": 1180, + "Ġboth": 1181, + "the": 1182, + "Ġstudents": 1183, + "ale": 1184, + "Ġproblem": 1185, + "Ġref": 1186, + "ves": 1187, + "sc": 1188, + "Ġmuch": 1189, + "Ġhand": 1190, + "Ġgrow": 1191, + "Ġappro": 1192, + "ivid": 1193, + "Ġop": 1194, + "Ġmust": 1195, + "ets": 1196, + "Ġbefore": 1197, + "ĠAs": 1198, + "ving": 1199, + "Ġdi": 1200, + "Ġconf": 1201, + "Ġhist": 1202, + "Ġevery": 1203, + "ield": 1204, + "Ġexp": 1205, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 1206, + "Ġgl": 1207, + "Ġsupport": 1208, + "Ġchar": 1209, + "ives": 1210, + "Ġgood": 1211, + ".,": 1212, + "Ġserv": 1213, + "ĠSe": 1214, + "Ġactiv": 1215, + "Ġmethod": 1216, + "Ġmade": 1217, + "Ġele": 1218, + "Ġexpl": 1219, + "Ġmy": 1220, + "vern": 1221, + "Ġkey": 1222, + "data": 1223, + "gg": 1224, + "['": 1225, + "Ġtreat": 1226, + "Ġstudy": 1227, + "vironment": 1228, + "Ġser": 1229, + "Ġpower": 1230, + "Ġpoint": 1231, + "._": 1232, + "Ġpass": 1233, + "ĠDe": 1234, + "ify": 1235, + "ĠHow": 1236, + "Ġ8": 1237, + "ency": 1238, + "rol": 1239, + "Ġposs": 1240, + "ci": 1241, + "Ġoften": 1242, + "ined": 1243, + "Ġshow": 1244, + "Ġprot": 1245, + "Ġtype": 1246, + "Ġ`": 1247, + "rue": 1248, + "Ġsmall": 1249, + "Ġ7": 1250, + "Ġpop": 1251, + "Ġvis": 1252, + "Ġtem": 1253, + "Ġbody": 1254, + "ource": 1255, + "Ġtake": 1256, + "num": 1257, + "ator": 1258, + "ger": 1259, + "Ġmem": 1260, + "19": 1261, + "ault": 1262, + "Ġagain": 1263, + "ĠĠĠĠĠ": 1264, + "Ġredu": 1265, + "Ġrep": 1266, + "iqu": 1267, + "Ġimp": 1268, + "ergy": 1269, + "Ġless": 1270, + "Ġdown": 1271, + "ince": 1272, + "000": 1273, + "ty": 1274, + "Ġdesign": 1275, + "acter": 1276, + "lo": 1277, + "Ġris": 1278, + "ave": 1279, + "Ġcommon": 1280, + "10": 1281, + "Ġschool": 1282, + "Ġday": 1283, + "ven": 1284, + "Ġcontain": 1285, + "omen": 1286, + "rite": 1287, + "Ġmet": 1288, + "day": 1289, + "ulation": 1290, + "rest": 1291, + "itions": 1292, + "This": 1293, + "Ġcontin": 1294, + "Ġallow": 1295, + "Ġ|": 1296, + "Ġocc": 1297, + "Ġap": 1298, + "ital": 1299, + "ified": 1300, + "Ġfil": 1301, + "ional": 1302, + "iversity": 1303, + "Ġexample": 1304, + "ished": 1305, + "Ġstring": 1306, + "Ġequ": 1307, + "ids": 1308, + "ired": 1309, + "Ġcle": 1310, + "Ġest": 1311, + "Ġorgan": 1312, + "Ġcell": 1313, + "],": 1314, + "Ġresearch": 1315, + "Ġhim": 1316, + "Ġtoo": 1317, + "Ġnow": 1318, + "Ġdise": 1319, + "word": 1320, + "ret": 1321, + "ames": 1322, + "ape": 1323, + "Ġgu": 1324, + "Ġaround": 1325, + "Ġfile": 1326, + "ull": 1327, + "rence": 1328, + "ash": 1329, + "iety": 1330, + "Ġcare": 1331, + "line": 1332, + "print": 1333, + "ier": 1334, + "Ġlook": 1335, + "Ġwrit": 1336, + "Ġ9": 1337, + "Ġlit": 1338, + "Ġhuman": 1339, + "ross": 1340, + ".\"": 1341, + "Ġunderstand": 1342, + "Ġcurrent": 1343, + "Ġarg": 1344, + "ffic": 1345, + "Ġplan": 1346, + "ared": 1347, + "uss": 1348, + "Ġconst": 1349, + "ĠNew": 1350, + "Ġelect": 1351, + "ries": 1352, + "ats": 1353, + "Ġdisc": 1354, + "ah": 1355, + "ization": 1356, + "ury": 1357, + "python": 1358, + "Ġadv": 1359, + "ividual": 1360, + "Ġland": 1361, + "Ġthree": 1362, + "--------": 1363, + "Ġincluding": 1364, + ".\"\"\"": 1365, + "ĠEx": 1366, + "Ġbuild": 1367, + "ĠCon": 1368, + "ner": 1369, + "ples": 1370, + "Ġ%": 1371, + "arge": 1372, + "file": 1373, + "Ġtyp": 1374, + "Ġpract": 1375, + "itive": 1376, + "mon": 1377, + "raph": 1378, + "oms": 1379, + "ponse": 1380, + "Ġenvironment": 1381, + "Ġsym": 1382, + "Ġdirect": 1383, + "Ġproduct": 1384, + "ral": 1385, + "Ġgreat": 1386, + "Ġcal": 1387, + "ouse": 1388, + "Ġcalled": 1389, + "min": 1390, + "iod": 1391, + "alse": 1392, + "âĢĶ": 1393, + "sh": 1394, + "air": 1395, + "hers": 1396, + "ument": 1397, + "cond": 1398, + "Ġbeh": 1399, + "Ġbo": 1400, + "cul": 1401, + "aterial": 1402, + "set": 1403, + "Ġoper": 1404, + "Ġident": 1405, + "ources": 1406, + "aj": 1407, + "ability": 1408, + "me": 1409, + "angu": 1410, + "ĠThese": 1411, + "Ġreport": 1412, + ",âĢĿ": 1413, + "Ġbre": 1414, + "ĠBut": 1415, + "tr": 1416, + "conom": 1417, + "Ġchang": 1418, + "Input": 1419, + "work": 1420, + "Ġaw": 1421, + "Ġimpro": 1422, + "Ġindividual": 1423, + "oss": 1424, + "Ġgovern": 1425, + "path": 1426, + "ately": 1427, + "Ġtext": 1428, + "ĠYou": 1429, + "ense": 1430, + "Ġwithin": 1431, + "Ġgre": 1432, + "cur": 1433, + "Ġdid": 1434, + "arr": 1435, + "ering": 1436, + "oci": 1437, + "Ġenergy": 1438, + "requ": 1439, + "Ġplace": 1440, + "bs": 1441, + "ĠInd": 1442, + "ination": 1443, + "...": 1444, + "eturn": 1445, + "icult": 1446, + "Ġstand": 1447, + "for": 1448, + "Ġknown": 1449, + "])": 1450, + "ĠAd": 1451, + "Ġinclude": 1452, + "Ġwithout": 1453, + "Ġorder": 1454, + "ĠThere": 1455, + "Ġpot": 1456, + "rror": 1457, + "Ġeas": 1458, + "Ġpublic": 1459, + "Ġeduc": 1460, + "Ġthough": 1461, + "cing": 1462, + "Ġplay": 1463, + "ording": 1464, + "mat": 1465, + "Ġproject": 1466, + "Ġcode": 1467, + "//": 1468, + "ĠSc": 1469, + "orn": 1470, + "ote": 1471, + "Ġsom": 1472, + "ron": 1473, + "Ġconn": 1474, + "Ġquest": 1475, + "Ġterm": 1476, + "ium": 1477, + "ĠWh": 1478, + "Ġproper": 1479, + "Ġdesc": 1480, + "dex": 1481, + "Ġwant": 1482, + "tain": 1483, + "ively": 1484, + "Ġiss": 1485, + "ental": 1486, + "ank": 1487, + "Ġide": 1488, + "ason": 1489, + "apt": 1490, + "import": 1491, + "ask": 1492, + "Ġchange": 1493, + "Ġmight": 1494, + "Ġstill": 1495, + "ĠâĢĺ": 1496, + "Ġeng": 1497, + "Error": 1498, + "uro": 1499, + "ertain": 1500, + "Ġpath": 1501, + "Ġmaterial": 1502, + "args": 1503, + "lish": 1504, + "Ġcour": 1505, + "Ġline": 1506, + "Ġopt": 1507, + "Ġpur": 1508, + "ĠIs": 1509, + "au": 1510, + "cer": 1511, + "Ġopen": 1512, + "Ġpo": 1513, + "Ġmeas": 1514, + "iness": 1515, + "Ġcaus": 1516, + "Ġbest": 1517, + "Ġer": 1518, + "ead": 1519, + "Ġhead": 1520, + "Ġmus": 1521, + "ccess": 1522, + "Ġinc": 1523, + "ton": 1524, + "oh": 1525, + "Ġcap": 1526, + "An": 1527, + "Ġphys": 1528, + "Ġpresent": 1529, + "âĢĵ": 1530, + "Ġanal": 1531, + "agn": 1532, + "Ġve": 1533, + "Ġsocial": 1534, + "ength": 1535, + "Ġmark": 1536, + "Ġmodel": 1537, + "Ġtry": 1538, + "Ġsl": 1539, + "\")": 1540, + "ining": 1541, + "Ġpri": 1542, + "ĠAnd": 1543, + "Ġnp": 1544, + "Ġdevelopment": 1545, + "be": 1546, + "outh": 1547, + "ĠEng": 1548, + "hor": 1549, + "ior": 1550, + "ences": 1551, + "less": 1552, + "Ġcreate": 1553, + "âĢľ": 1554, + "Ġthink": 1555, + "'t": 1556, + "Ġsum": 1557, + "ems": 1558, + "Ġ_": 1559, + "Ġfew": 1560, + "imate": 1561, + "Ġ<": 1562, + "Ġlight": 1563, + "Ġarea": 1564, + "ateg": 1565, + "Ġimm": 1566, + "Ġperform": 1567, + "ision": 1568, + "man": 1569, + "Ġess": 1570, + "Ġrun": 1571, + "Ġmax": 1572, + "Ġlast": 1573, + "Ġ>>": 1574, + "Ġair": 1575, + "enef": 1576, + "Ġprovide": 1577, + "Ġdon": 1578, + "||": 1579, + "Ġenc": 1580, + "sy": 1581, + "not": 1582, + "Ġprof": 1583, + "It": 1584, + "Ġlarge": 1585, + "Ġdev": 1586, + "Ġpain": 1587, + "az": 1588, + "Ġet": 1589, + "ĠGod": 1590, + "atural": 1591, + "Ġbas": 1592, + "Ġmult": 1593, + "reate": 1594, + "alk": 1595, + "Ġdel": 1596, + "Ġfr": 1597, + "Ġtop": 1598, + "Ġgroup": 1599, + "Ġhome": 1600, + "Ġanother": 1601, + "Ġcontrol": 1602, + "mod": 1603, + "Ġlearning": 1604, + "Ġ&": 1605, + "Ġ>>>": 1606, + "amet": 1607, + "ider": 1608, + "cle": 1609, + "of": 1610, + "Ġlow": 1611, + "Ġlab": 1612, + "ways": 1613, + "gin": 1614, + "Ġsit": 1615, + "ians": 1616, + "ailable": 1617, + "Ġorig": 1618, + "What": 1619, + "amp": 1620, + "rist": 1621, + "Ġrisk": 1622, + "ression": 1623, + "Ġfin": 1624, + "ond": 1625, + "aut": 1626, + "ients": 1627, + "Ġreal": 1628, + "Ġaccess": 1629, + "Ġmean": 1630, + "ĠRes": 1631, + "iction": 1632, + "ery": 1633, + "lu": 1634, + "Ġwomen": 1635, + "Ġcult": 1636, + "Ġfollowing": 1637, + "ext": 1638, + "Ġkeep": 1639, + "Ġbetter": 1640, + "ological": 1641, + "view": 1642, + "ĠHowever": 1643, + "##": 1644, + "Ġold": 1645, + "ĠQ": 1646, + "Ġlangu": 1647, + "ĠOn": 1648, + "Ġdisease": 1649, + "Ġant": 1650, + "Ġblood": 1651, + "Ġbelie": 1652, + "br": 1653, + "Ġpossible": 1654, + "Ġbecome": 1655, + "Ġlog": 1656, + "here": 1657, + "Ġ.": 1658, + "Ġmove": 1659, + "Ġopp": 1660, + "Ġappe": 1661, + "by": 1662, + "class": 1663, + "Ġz": 1664, + "ills": 1665, + "Ġleg": 1666, + "arc": 1667, + "oid": 1668, + "ĠBe": 1669, + "Ġsignific": 1670, + "://": 1671, + "ances": 1672, + "ams": 1673, + "Ġperiod": 1674, + "Ġinterest": 1675, + "Ġ``": 1676, + "key": 1677, + "Ġagainst": 1678, + "Ġmeans": 1679, + "Ġbenef": 1680, + "Ġoccur": 1681, + "olum": 1682, + "ĠPh": 1683, + "Ġwords": 1684, + "Ġes": 1685, + "Ġnon": 1686, + "ogn": 1687, + "Ġbased": 1688, + "add": 1689, + "atic": 1690, + "Ġaddition": 1691, + "Ġdiff": 1692, + "Ġlen": 1693, + "Ġinvol": 1694, + "ĠSh": 1695, + "ĠUniversity": 1696, + "ĠCl": 1697, + "Ġlim": 1698, + "string": 1699, + "ww": 1700, + "Ġcause": 1701, + "ĠTo": 1702, + "resent": 1703, + "ĠAmerican": 1704, + "ajor": 1705, + "ories": 1706, + "Ġhere": 1707, + "Ġeconom": 1708, + "ised": 1709, + "Ġhistory": 1710, + "rop": 1711, + "Ġmill": 1712, + "Ġcr": 1713, + "ived": 1714, + "icle": 1715, + "Ġsever": 1716, + "Ġcost": 1717, + "Ġmen": 1718, + "son": 1719, + "yn": 1720, + "ends": 1721, + "ently": 1722, + "andom": 1723, + "Ġ199": 1724, + "Ġearly": 1725, + "orth": 1726, + "ule": 1727, + "text": 1728, + "from": 1729, + "Ġhig": 1730, + "Ġcreat": 1731, + "ling": 1732, + "Ġspecific": 1733, + "ards": 1734, + "Ġ15": 1735, + "Ġapplic": 1736, + "Ġremain": 1737, + "Ġparticular": 1738, + "Ġfore": 1739, + "lished": 1740, + "Ġaffect": 1741, + "Ġinput": 1742, + "til": 1743, + "ĠâĢĶ": 1744, + "Ġgen": 1745, + "olution": 1746, + "Ġsecond": 1747, + "Ġcase": 1748, + "ĠWhen": 1749, + "12": 1750, + "und": 1751, + "Ġavailable": 1752, + "Ġanim": 1753, + "Ġfamily": 1754, + "Ġmil": 1755, + "ests": 1756, + "Ġword": 1757, + "ox": 1758, + "Ġlaw": 1759, + "Ġprevent": 1760, + "ane": 1761, + "Ġstruct": 1762, + "Ġbi": 1763, + "ission": 1764, + "time": 1765, + "Ġtreatment": 1766, + "duct": 1767, + "None": 1768, + "Ġur": 1769, + "Ġarray": 1770, + "ots": 1771, + "Ġbus": 1772, + "ention": 1773, + "ĠPl": 1774, + "ique": 1775, + "Ġlik": 1776, + "ms": 1777, + "Ġtimes": 1778, + "ograph": 1779, + "ended": 1780, + "Ġresp": 1781, + "Ġcond": 1782, + "Ġgovernment": 1783, + "Ġsing": 1784, + "ann": 1785, + "Ġhapp": 1786, + "por": 1787, + "Ġimpact": 1788, + "append": 1789, + "Ġlo": 1790, + "Ġprom": 1791, + "ilar": 1792, + "ploy": 1793, + "Ġresults": 1794, + "idence": 1795, + "ending": 1796, + "ript": 1797, + "Ġable": 1798, + "Ġareas": 1799, + "Ġseveral": 1800, + "Ġfeel": 1801, + "Ġage": 1802, + "ication": 1803, + "Ġrece": 1804, + "mit": 1805, + "ER": 1806, + "Ġnumbers": 1807, + "pecial": 1808, + "ocus": 1809, + "verse": 1810, + "Ġlarg": 1811, + "Ġens": 1812, + "Ġmajor": 1813, + "ides": 1814, + "iving": 1815, + "ĠSp": 1816, + "Ġpost": 1817, + "Ġsince": 1818, + "Ġpercent": 1819, + "Ġothers": 1820, + "Ġplant": 1821, + "Ġsignificant": 1822, + "ĠZ": 1823, + "raw": 1824, + "Ġ12": 1825, + "gs": 1826, + "Ġamong": 1827, + "Ġsay": 1828, + "Ġcertain": 1829, + "ibr": 1830, + "We": 1831, + "Ġsuccess": 1832, + "ribut": 1833, + "Ġsize": 1834, + "St": 1835, + "Ġvalues": 1836, + "Ġfac": 1837, + "Ġrest": 1838, + "atures": 1839, + "Ġthings": 1840, + ":`": 1841, + "Ġnatural": 1842, + "Ġpotential": 1843, + "Ġcomput": 1844, + "aps": 1845, + "ng": 1846, + "Ġturn": 1847, + "ĠUnited": 1848, + "ĠCan": 1849, + "ĠChrist": 1850, + "erc": 1851, + "Ġ/": 1852, + "How": 1853, + "ĠReturn": 1854, + "ither": 1855, + "ek": 1856, + "Ġexcept": 1857, + "Ġpred": 1858, + "ĠTrue": 1859, + "Ġamount": 1860, + "ina": 1861, + "Ġlocal": 1862, + "Ġcomb": 1863, + "Ġspecies": 1864, + "acy": 1865, + "Ġcountry": 1866, + "Ġintern": 1867, + "Ġsent": 1868, + "Ġassoci": 1869, + "Ġnear": 1870, + "Ġlevels": 1871, + "ma": 1872, + "Ġmaking": 1873, + "face": 1874, + "atch": 1875, + "Ġbro": 1876, + "ormal": 1877, + "Ġmonth": 1878, + "ones": 1879, + "Ġraise": 1880, + "\".": 1881, + "Ġflow": 1882, + "Ġdr": 1883, + "urther": 1884, + "uture": 1885, + "orld": 1886, + "Ġcome": 1887, + "Ġexist": 1888, + "Ġrecord": 1889, + "Ġpress": 1890, + "Ġdeterm": 1891, + "ered": 1892, + "Ġview": 1893, + "ole": 1894, + "ĠLe": 1895, + "Ġscient": 1896, + "Ġresponse": 1897, + "Ġcharacter": 1898, + "Ġbehav": 1899, + "ik": 1900, + "sel": 1901, + "array": 1902, + "Ġfour": 1903, + "ĠPar": 1904, + "Ġspace": 1905, + "Ġcheck": 1906, + "Ġ>": 1907, + "Ġrad": 1908, + "ables": 1909, + "\":": 1910, + "Ġparent": 1911, + "though": 1912, + "vert": 1913, + "Ġnext": 1914, + "agement": 1915, + "Ġdue": 1916, + "amples": 1917, + "Ġindust": 1918, + "Ġhard": 1919, + "upp": 1920, + "une": 1921, + "Ġlanguage": 1922, + "Ġaddress": 1923, + "Ġdri": 1924, + ",\"": 1925, + "Ġsystems": 1926, + "If": 1927, + "ok": 1928, + "Ġput": 1929, + "aster": 1930, + "ected": 1931, + "Ġfree": 1932, + "Ġvir": 1933, + "Ġproblems": 1934, + "Ġconsum": 1935, + "ators": 1936, + "ably": 1937, + "ration": 1938, + "tal": 1939, + "ured": 1940, + "ored": 1941, + "ĠX": 1942, + "Ġvari": 1943, + "Ġsw": 1944, + "yd": 1945, + "Ġsays": 1946, + "Ġvarious": 1947, + "Ġnet": 1948, + "ooks": 1949, + "Ġfield": 1950, + "ledge": 1951, + "ortun": 1952, + "format": 1953, + "Ġuser": 1954, + "Ġobs": 1955, + "Ġcir": 1956, + "Ġfocus": 1957, + "Ġnecess": 1958, + "Ġtri": 1959, + "osp": 1960, + "Ġ+=": 1961, + "Ġstep": 1962, + "ĠStates": 1963, + "Ġspecial": 1964, + "obal": 1965, + "Ġrepresent": 1966, + "Ġshort": 1967, + "Ġdat": 1968, + "urope": 1969, + "Ġ@": 1970, + "Ġheart": 1971, + "Ġconc": 1972, + "Ġ17": 1973, + "Ġrele": 1974, + "Create": 1975, + "Ġuntil": 1976, + "Ġalways": 1977, + "ding": 1978, + "Ġtre": 1979, + "Ġevent": 1980, + "ights": 1981, + "Ġneeds": 1982, + "Re": 1983, + "ething": 1984, + "sw": 1985, + "='": 1986, + "Ġtemper": 1987, + "ĠAt": 1988, + "aces": 1989, + "ON": 1990, + "Ġexperience": 1991, + "essage": 1992, + "Ġbir": 1993, + "asing": 1994, + "Ġleft": 1995, + "====": 1996, + "ols": 1997, + "verage": 1998, + "Ġcrit": 1999, + "ĠTe": 2000, + "reg": 2001, + "Ġever": 2002, + "11": 2003, + "ream": 2004, + "Ġrequire": 2005, + "Ġconditions": 2006, + "ohn": 2007, + "ĠFr": 2008, + "Ġcells": 2009, + "ptoms": 2010, + "enc": 2011, + "Ġstat": 2012, + "ilities": 2013, + "lab": 2014, + "vious": 2015, + "Ġdig": 2016, + "ĠWhat": 2017, + "Ġdays": 2018, + "lection": 2019, + "Ġalong": 2020, + "Ġimprove": 2021, + "As": 2022, + "ym": 2023, + "Ġinit": 2024, + "ference": 2025, + "Ġaccount": 2026, + "idd": 2027, + "Ġmar": 2028, + "Ġrole": 2029, + "plit": 2030, + "Ġdefault": 2031, + "rie": 2032, + "Ġlikely": 2033, + "Ġlittle": 2034, + "Ġtypes": 2035, + "Ġtechnology": 2036, + "Ġlater": 2037, + "Ġinvest": 2038, + "ĠOr": 2039, + "ification": 2040, + "ises": 2041, + "ember": 2042, + "Ġfuture": 2043, + "50": 2044, + "ysis": 2045, + "Ġdem": 2046, + "fer": 2047, + "Ġincrease": 2048, + "Ġbook": 2049, + "Ġmulti": 2050, + "stit": 2051, + "aken": 2052, + "Ġchanges": 2053, + "pecially": 2054, + "inter": 2055, + "Ġsugg": 2056, + "icro": 2057, + "place": 2058, + "gen": 2059, + "Ġsource": 2060, + "Ġprofess": 2061, + "Ġworks": 2062, + "oph": 2063, + "plement": 2064, + "plic": 2065, + "ready": 2066, + "ĠAf": 2067, + "oups": 2068, + "Wh": 2069, + "ours": 2070, + "Ġauthor": 2071, + "Ġsubject": 2072, + "ĠEurope": 2073, + "Ġoption": 2074, + "Ġsens": 2075, + "ruction": 2076, + "load": 2077, + "18": 2078, + "ĠCent": 2079, + "oot": 2080, + "ches": 2081, + "oring": 2082, + "Ġrespons": 2083, + "return": 2084, + "Ġflo": 2085, + "Ġsimilar": 2086, + "Ġ16": 2087, + "Ġusually": 2088, + "dep": 2089, + "Ġcommunity": 2090, + "Ġeducation": 2091, + "Ġey": 2092, + "eral": 2093, + "Ġsomething": 2094, + "Ġmov": 2095, + "len": 2096, + "ires": 2097, + "Ġpolit": 2098, + "Ġwhether": 2099, + "Ġcy": 2100, + "ush": 2101, + "ĠIm": 2102, + "rect": 2103, + "Ġfull": 2104, + "Ġacross": 2105, + "ĠSo": 2106, + "stance": 2107, + "rag": 2108, + "Ġsingle": 2109, + "fact": 2110, + "Ġbusiness": 2111, + "Ġlower": 2112, + "rel": 2113, + "Ġdifficult": 2114, + "Ġclear": 2115, + "Ġabove": 2116, + "date": 2117, + "uments": 2118, + "etic": 2119, + "ĠUS": 2120, + "Ġdeath": 2121, + "version": 2122, + "ĠCol": 2123, + "Ġdoc": 2124, + "value": 2125, + "use": 2126, + "Ġpast": 2127, + "Ġlet": 2128, + "ands": 2129, + "ĠMed": 2130, + "Ġdam": 2131, + "AT": 2132, + "Ġwar": 2133, + "imum": 2134, + "Ġhigher": 2135, + "Ġbegin": 2136, + "ĠAll": 2137, + "inf": 2138, + "let": 2139, + "my": 2140, + "istic": 2141, + "IN": 2142, + "selves": 2143, + "Ġgive": 2144, + "Ġwind": 2145, + "There": 2146, + "ware": 2147, + "Ġside": 2148, + "ĠNational": 2149, + "ĠReturns": 2150, + "Ġill": 2151, + "Ġtotal": 2152, + "Ġbrain": 2153, + "ler": 2154, + "Ġtoday": 2155, + "Ġchall": 2156, + "Ġtoget": 2157, + "Ġworking": 2158, + "Ġstrong": 2159, + "Ġtogether": 2160, + "ounds": 2161, + "Ġdescrib": 2162, + "lam": 2163, + "Ġleast": 2164, + "Ġalready": 2165, + "ST": 2166, + "Ġsort": 2167, + "most": 2168, + "ele": 2169, + "ites": 2170, + "aves": 2171, + "ameters": 2172, + "arget": 2173, + "ring": 2174, + "Ġ$": 2175, + "Ġestab": 2176, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 2177, + "iting": 2178, + "Ġwhy": 2179, + "Ġcourse": 2180, + "Ġmot": 2181, + "Ġfar": 2182, + "che": 2183, + "osed": 2184, + "ilt": 2185, + "Ġdeg": 2186, + "Ġteac": 2187, + "OR": 2188, + "sp": 2189, + "Ġdiscuss": 2190, + "aring": 2191, + "Ġsymptoms": 2192, + "omm": 2193, + "chie": 2194, + "ctor": 2195, + "side": 2196, + "ales": 2197, + "Ġoutput": 2198, + "Ġespecially": 2199, + "ĠBy": 2200, + "Ġport": 2201, + "Ġconsider": 2202, + "ipp": 2203, + "Ġeffects": 2204, + "ken": 2205, + "Ġways": 2206, + "For": 2207, + "Ġinflu": 2208, + "Ġquality": 2209, + "Ġplants": 2210, + "Ġprim": 2211, + "ĠFalse": 2212, + "atory": 2213, + "Ġexpect": 2214, + "Ġphysical": 2215, + "30": 2216, + "Ġhtt": 2217, + "Ġcontent": 2218, + "oice": 2219, + "Ġcancer": 2220, + "Ġprotect": 2221, + "inary": 2222, + "Ġsure": 2223, + "Ġask": 2224, + "order": 2225, + "opy": 2226, + "ĠWorld": 2227, + "Ġrelations": 2228, + "Ġmillion": 2229, + "Ġcentury": 2230, + "rodu": 2231, + "roll": 2232, + "Ġpopulation": 2233, + "eds": 2234, + "Ġabs": 2235, + "Ġelif": 2236, + "ibility": 2237, + "Ġcountries": 2238, + "Ġlength": 2239, + "Ġcases": 2240, + "Ġaway": 2241, + "Ġfrequ": 2242, + "gress": 2243, + "Ġindic": 2244, + "acc": 2245, + "Ġenough": 2246, + "fficient": 2247, + "ĠAfric": 2248, + "Ġknowledge": 2249, + "resh": 2250, + "alf": 2251, + "Ġbreak": 2252, + "med": 2253, + "ails": 2254, + "sequ": 2255, + "Ġyoung": 2256, + "ee": 2257, + "Ġreason": 2258, + "ising": 2259, + "Ġdest": 2260, + "dict": 2261, + "Ġloss": 2262, + "Ġresources": 2263, + "Ġmind": 2264, + "Ġeither": 2265, + "Ġhowever": 2266, + "Ġpatients": 2267, + "uation": 2268, + "Ġneg": 2269, + "ything": 2270, + "Ġkind": 2271, + "Ġ30": 2272, + "af": 2273, + "Ġ[]": 2274, + "Ġreduce": 2275, + "url": 2276, + "col": 2277, + "Ġmakes": 2278, + "reen": 2279, + "Ġaccording": 2280, + "Ġgeneral": 2281, + "ns": 2282, + "ivity": 2283, + "Ġnever": 2284, + "rix": 2285, + "omes": 2286, + "oin": 2287, + "head": 2288, + "Ġhaving": 2289, + "omet": 2290, + "Ġresearc": 2291, + "ott": 2292, + "Ġessential": 2293, + "ustom": 2294, + "opt": 2295, + "Ġrandom": 2296, + "Ġlay": 2297, + "ser": 2298, + "ĠBrit": 2299, + "leep": 2300, + "Ġnut": 2301, + "ĠWith": 2302, + "Ġhouse": 2303, + "Ġrequired": 2304, + "Ġproducts": 2305, + "ĠBl": 2306, + "aching": 2307, + "ĠSome": 2308, + "Ġrecogn": 2309, + "Ġarr": 2310, + "Ġconcern": 2311, + "Ġemploy": 2312, + "Ġrate": 2313, + "Ġdone": 2314, + "Ch": 2315, + "Ġgroups": 2316, + "bon": 2317, + "16": 2318, + "Ġfurther": 2319, + "itud": 2320, + "Ġpolic": 2321, + "Ġimage": 2322, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 2323, + "Ġachie": 2324, + "Ġchem": 2325, + "new": 2326, + "Ġactivity": 2327, + "Ġgrowth": 2328, + "nd": 2329, + "ison": 2330, + "oney": 2331, + "ĠEar": 2332, + "Ġcity": 2333, + "ID": 2334, + "ĠCal": 2335, + "ued": 2336, + "Ġprob": 2337, + "aging": 2338, + "pre": 2339, + "Ġstudies": 2340, + "15": 2341, + "Ġcreated": 2342, + "Ġmedical": 2343, + "ĠComm": 2344, + "Ġcondition": 2345, + "To": 2346, + "Ġcalcul": 2347, + "Ġproduction": 2348, + "Ġactivities": 2349, + "aim": 2350, + "Ġdiet": 2351, + "Ġcolor": 2352, + "izing": 2353, + "Ġskills": 2354, + "ird": 2355, + "earch": 2356, + "ourn": 2357, + "([": 2358, + "Ġquestion": 2359, + "org": 2360, + "Ġmaintain": 2361, + "Ġunderstanding": 2362, + "ils": 2363, + "oman": 2364, + "cont": 2365, + "Ġweight": 2366, + "Ġcollect": 2367, + "ĠTr": 2368, + "Ġgoing": 2369, + "Ġtakes": 2370, + "Ġissues": 2371, + "rences": 2372, + "ety": 2373, + "Ġassociated": 2374, + "Ġtradition": 2375, + "Ex": 2376, + "ips": 2377, + "hern": 2378, + "Ġeff": 2379, + "Ġtoward": 2380, + "iver": 2381, + "When": 2382, + "ope": 2383, + "Ġbelow": 2384, + "icial": 2385, + "back": 2386, + "Ġmass": 2387, + "Ġelements": 2388, + "like": 2389, + "Ġfall": 2390, + "Ġseen": 2391, + "Ġnature": 2392, + "Ġjob": 2393, + "play": 2394, + "Write": 2395, + "ĠOne": 2396, + "Ġred": 2397, + "iment": 2398, + "sych": 2399, + "Ġteam": 2400, + "ains": 2401, + "Ġrecomm": 2402, + "ĠVal": 2403, + "Ġut": 2404, + "Ġrequest": 2405, + "Ġpay": 2406, + "ĠPr": 2407, + "14": 2408, + "NA": 2409, + "ections": 2410, + "Ġpaper": 2411, + "Ġcomplex": 2412, + "Con": 2413, + "Ġbecame": 2414, + "ĠĠĠĠĠĠĠĠĠ": 2415, + "ields": 2416, + "bl": 2417, + "iol": 2418, + "action": 2419, + "ml": 2420, + "Ġdom": 2421, + "True": 2422, + "fil": 2423, + "Ġglobal": 2424, + "Ġscience": 2425, + "Ġlot": 2426, + "Ġaction": 2427, + "augh": 2428, + "ES": 2429, + "Ġinstance": 2430, + "ĠAss": 2431, + "max": 2432, + "Ġquick": 2433, + "Ġpattern": 2434, + "Ġelement": 2435, + "Ġcannot": 2436, + "Ġlink": 2437, + "AR": 2438, + "ĠEnglish": 2439, + "Ġax": 2440, + "ley": 2441, + "Ġ--------": 2442, + "Ġbig": 2443, + "ĠJohn": 2444, + "enn": 2445, + "Ġconcept": 2446, + "Ġprovided": 2447, + "Ġposition": 2448, + "amin": 2449, + "ere": 2450, + "Ġstress": 2451, + "Ġsite": 2452, + "Ġarticle": 2453, + "point": 2454, + "itle": 2455, + "Ġrather": 2456, + "ĠĠĊ": 2457, + "Ġsimple": 2458, + "Ġnecessary": 2459, + "ram": 2460, + "ari": 2461, + "Ġ14": 2462, + "ĠHealth": 2463, + "Ġfactors": 2464, + "att": 2465, + "Ġobserv": 2466, + "ae": 2467, + "yle": 2468, + "Ġengine": 2469, + "Ġfail": 2470, + "over": 2471, + "200": 2472, + "Ġflu": 2473, + "Ġeffort": 2474, + "Ġpressure": 2475, + "Ġclimate": 2476, + "Ġparticip": 2477, + "dom": 2478, + "Ġwhole": 2479, + "Ġcut": 2480, + "ublic": 2481, + "Ġeffective": 2482, + "ĠGerm": 2483, + "''": 2484, + "utions": 2485, + "way": 2486, + "osis": 2487, + "Ġmarket": 2488, + "Ġmach": 2489, + "clus": 2490, + "Ġfri": 2491, + "Ġonce": 2492, + "Ġservices": 2493, + "Ġla": 2494, + "Ġensure": 2495, + "Ġlive": 2496, + "urch": 2497, + "wargs": 2498, + "Ġneeded": 2499, + "ĠGo": 2500, + "Ġthemselves": 2501, + "atter": 2502, + "Ġavoid": 2503, + "Pro": 2504, + "Ġ100": 2505, + "Ġstrateg": 2506, + "aced": 2507, + "Ġmethods": 2508, + "Ġindividuals": 2509, + "Ġstates": 2510, + "Ġdeveloped": 2511, + "Ġmaterials": 2512, + "Ġbuilding": 2513, + "ystem": 2514, + "Ġsal": 2515, + "test": 2516, + "elling": 2517, + "ĠWar": 2518, + "ump": 2519, + "Ġstory": 2520, + "wh": 2521, + "depend": 2522, + "ĠNe": 2523, + "ows": 2524, + "empt": 2525, + "ules": 2526, + "ivil": 2527, + "ney": 2528, + "ĠThat": 2529, + "Ġreally": 2530, + "Ġupon": 2531, + "Ġnormal": 2532, + "Ġge": 2533, + "Ġsurface": 2534, + "Ġprovides": 2535, + "rad": 2536, + "idered": 2537, + "Ġopportun": 2538, + "Ġservice": 2539, + "Ġexerc": 2540, + "Ġmanagement": 2541, + "Ġimplement": 2542, + "Ġmembers": 2543, + "iation": 2544, + "bo": 2545, + "Ġexc": 2546, + "17": 2547, + "():": 2548, + "size": 2549, + "Ġskin": 2550, + "Ġsepar": 2551, + "Ġphot": 2552, + "Ġstop": 2553, + "lying": 2554, + "Ġtaken": 2555, + "overed": 2556, + "Ġanalysis": 2557, + "Ġparts": 2558, + "Ġtraining": 2559, + "Ġexperi": 2560, + "aries": 2561, + "Ġcirc": 2562, + "Ġhealthy": 2563, + "Ġquestions": 2564, + "ĠShe": 2565, + "=\"": 2566, + "Ġassess": 2567, + "Ġarch": 2568, + "Ġcat": 2569, + "Ġrelated": 2570, + "Ġsuper": 2571, + "Ġmeasure": 2572, + "start": 2573, + "pri": 2574, + "Ġconsidered": 2575, + "istance": 2576, + "Ġtable": 2577, + "Ġclean": 2578, + "Ġsun": 2579, + "Ġwriting": 2580, + "Ġsaf": 2581, + "Ġpriv": 2582, + "Ġpractice": 2583, + "ĠMan": 2584, + "ening": 2585, + "Ġ--": 2586, + "rem": 2587, + "ctions": 2588, + "rap": 2589, + "Ġindex": 2590, + "Ġground": 2591, + "Ġpage": 2592, + "Ġfarm": 2593, + "Ġsequ": 2594, + "Ġtarget": 2595, + "AS": 2596, + "Ġliving": 2597, + "Ġmeet": 2598, + "log": 2599, + "Ġdru": 2600, + "Ġrelationship": 2601, + "Ġ198": 2602, + "Ġcontinue": 2603, + "illed": 2604, + "acks": 2605, + "Al": 2606, + "ges": 2607, + "Ġincreased": 2608, + "reng": 2609, + "Ġnational": 2610, + "Ġcolum": 2611, + "13": 2612, + "tic": 2613, + "anced": 2614, + "Ġsearch": 2615, + "Ġability": 2616, + "Ġcommand": 2617, + "Ġapproach": 2618, + "unc": 2619, + "raft": 2620, + "Ġsoft": 2621, + "Ġitself": 2622, + "dd": 2623, + "Ġhistor": 2624, + "igure": 2625, + "Ġrev": 2626, + "ĠAm": 2627, + "oose": 2628, + "Ġwhite": 2629, + "ming": 2630, + "rapy": 2631, + "Ġresearchers": 2632, + "Ġfive": 2633, + "\"]": 2634, + "Ġrow": 2635, + "Ġentire": 2636, + "Ġpersonal": 2637, + "Ġsuff": 2638, + "Ġann": 2639, + "Ġcomes": 2640, + "Ġfat": 2641, + "ĠAb": 2642, + "Ġvol": 2643, + "mber": 2644, + "urs": 2645, + "Ġmodern": 2646, + "ores": 2647, + "ĠWest": 2648, + "go": 2649, + "Ġansw": 2650, + "Ġcompon": 2651, + "ĠSouth": 2652, + "ĠMay": 2653, + "Ġsuggest": 2654, + "ze": 2655, + "Ġcame": 2656, + "ĠDo": 2657, + "ribute": 2658, + "You": 2659, + "Ġhol": 2660, + "25": 2661, + "Ġprin": 2662, + "gor": 2663, + "Ġexpos": 2664, + "Ġtrue": 2665, + "Ġpolitical": 2666, + "ĠĠĠĠĠĠ": 2667, + "ription": 2668, + "Ġevidence": 2669, + "wise": 2670, + "sub": 2671, + "ĠIntern": 2672, + "Ġstudent": 2673, + "ply": 2674, + ".)": 2675, + "odes": 2676, + "rs": 2677, + "pec": 2678, + "ried": 2679, + "chan": 2680, + "ĠCont": 2681, + "based": 2682, + "Ġunique": 2683, + "Ġ\\": 2684, + "Ġ25": 2685, + "ened": 2686, + "Ġformat": 2687, + "ournal": 2688, + "iter": 2689, + "aged": 2690, + "Ġdog": 2691, + "Ġtemperature": 2692, + "olic": 2693, + "ĠAmerica": 2694, + "Ġfamil": 2695, + "Ġmedic": 2696, + "Ġeconomic": 2697, + "Ġaverage": 2698, + "hib": 2699, + "Ġregion": 2700, + "Ġver": 2701, + "Ġ13": 2702, + "Ġ**": 2703, + "Ġbenefits": 2704, + "Ġnetwork": 2705, + "Ġoriginal": 2706, + "ĠGe": 2707, + "curity": 2708, + "Ġintrodu": 2709, + "ai": 2710, + "eter": 2711, + "ging": 2712, + "Ġter": 2713, + "Ġfish": 2714, + "Ġprote": 2715, + "Ġmicro": 2716, + "imal": 2717, + "utes": 2718, + "Ġregular": 2719, + "rown": 2720, + "Ġtree": 2721, + "Ġactually": 2722, + "Ġri": 2723, + "aff": 2724, + "edi": 2725, + "ival": 2726, + "ĠHis": 2727, + "gorith": 2728, + "Ġpack": 2729, + "ĠCar": 2730, + "Ġbase": 2731, + "Ġrelig": 2732, + "Un": 2733, + "ey": 2734, + "ĠDr": 2735, + "Ġincreasing": 2736, + "Ġweek": 2737, + "On": 2738, + "lex": 2739, + "Ġreading": 2740, + "model": 2741, + "Ġdecl": 2742, + "Ġanimals": 2743, + "Ġthought": 2744, + "ung": 2745, + "arent": 2746, + "instance": 2747, + "Ġparents": 2748, + "esc": 2749, + "Ġ11": 2750, + "hing": 2751, + "ession": 2752, + "eb": 2753, + "Ġfeed": 2754, + "Ġfire": 2755, + "Ġadult": 2756, + "Ġprevious": 2757, + "].": 2758, + "Ġhost": 2759, + "Ġpoints": 2760, + "off": 2761, + "ĠGr": 2762, + "Ġstructure": 2763, + "Ġwon": 2764, + "ĠNorth": 2765, + "Ġcustom": 2766, + "Ġchalleng": 2767, + "Ġpopular": 2768, + "sum": 2769, + "Ġsust": 2770, + "Ġidentify": 2771, + "ĠStud": 2772, + "Ġpublished": 2773, + "ĠSoc": 2774, + "Ġmor": 2775, + "ictionary": 2776, + "Ġdeb": 2777, + "ensive": 2778, + "Ġmessage": 2779, + "Ġidea": 2780, + "yl": 2781, + "Ġrespect": 2782, + "pid": 2783, + "Ġpositive": 2784, + "Ġhelps": 2785, + "Ġsleep": 2786, + "Ġwebs": 2787, + "ius": 2788, + "Ġblack": 2789, + "minist": 2790, + "Ġ...": 2791, + "Ġwrite": 2792, + "Ġbal": 2793, + "ĠAct": 2794, + "ober": 2795, + "itor": 2796, + "index": 2797, + "Ġsoil": 2798, + "Ġhalf": 2799, + "Ġremov": 2800, + "Ġmultiple": 2801, + "init": 2802, + "fully": 2803, + "ender": 2804, + "ĠYork": 2805, + "astic": 2806, + "uel": 2807, + "ese": 2808, + "erve": 2809, + "Ġ__": 2810, + "Ġstandard": 2811, + "Ġtaking": 2812, + "ĠAust": 2813, + "Ġonline": 2814, + "Ġevents": 2815, + "Ġexam": 2816, + "Ġ50": 2817, + "oon": 2818, + "ties": 2819, + "Ġselect": 2820, + "Ġsix": 2821, + "ĠEm": 2822, + "ĠFl": 2823, + "ibrary": 2824, + "istics": 2825, + "Ġenvironmental": 2826, + "Ġaccept": 2827, + "Ġrights": 2828, + "ĠDep": 2829, + "Ġclos": 2830, + "Ġthroughout": 2831, + "ception": 2832, + "itary": 2833, + "####": 2834, + "ĠMar": 2835, + "ancial": 2836, + "Ġetc": 2837, + "RE": 2838, + "Ġproduce": 2839, + "Ġmonths": 2840, + "vere": 2841, + "Ġsustain": 2842, + "Ġmoney": 2843, + "Ġ)": 2844, + "emic": 2845, + "Ġuses": 2846, + "ĠGu": 2847, + "aling": 2848, + "Ġindustry": 2849, + "pose": 2850, + "ĠChe": 2851, + "Ġ{}": 2852, + "Ġbar": 2853, + "Ġdict": 2854, + "Ġgreater": 2855, + "Ġcompany": 2856, + "Ġsense": 2857, + "Ġsqu": 2858, + "Ġbehavior": 2859, + "iddle": 2860, + "Ġlonger": 2861, + "Ġsociety": 2862, + "Ġdiv": 2863, + "uff": 2864, + "tes": 2865, + "Ġstreng": 2866, + "Ġliter": 2867, + "Ġanc": 2868, + "ension": 2869, + "Ġpredict": 2870, + "result": 2871, + "ĠState": 2872, + "Ġweb": 2873, + "Ġappear": 2874, + "Ġregard": 2875, + "erous": 2876, + "Ġitem": 2877, + "artment": 2878, + "amed": 2879, + "Ġwid": 2880, + "Ġcontact": 2881, + "hol": 2882, + "ters": 2883, + "Ġcorrect": 2884, + "Ġbuilt": 2885, + "ged": 2886, + "Ġyet": 2887, + "Ġeval": 2888, + "Ġdiagn": 2889, + "ribution": 2890, + "Ġterms": 2891, + "Ġsat": 2892, + "Ġgreen": 2893, + "apan": 2894, + "Ġgas": 2895, + "Ġheat": 2896, + "ift": 2897, + "Ġcomputer": 2898, + "lease": 2899, + "Ġconduct": 2900, + "ached": 2901, + "abit": 2902, + "â̦": 2903, + "Ġ197": 2904, + "ĠCo": 2905, + "Ġharm": 2906, + "Ġalmost": 2907, + "Ġbacter": 2908, + "hood": 2909, + "Ġdesigned": 2910, + "ĠWhile": 2911, + "part": 2912, + "atives": 2913, + "Ġemot": 2914, + "But": 2915, + "'.": 2916, + "count": 2917, + "Ġblock": 2918, + "ulations": 2919, + "reed": 2920, + "Ġshape": 2921, + "ccording": 2922, + "aily": 2923, + "Ġrecent": 2924, + "Ġsafe": 2925, + "Ġprec": 2926, + "Ġincludes": 2927, + "Ġtook": 2928, + "Ġfloat": 2929, + "bed": 2930, + "uth": 2931, + "Ġdamage": 2932, + "asc": 2933, + "Ġheav": 2934, + "Ġcauses": 2935, + "Ġfeatures": 2936, + "Ġdeep": 2937, + "De": 2938, + "Ġorigin": 2939, + "Ġreview": 2940, + "fig": 2941, + "Ġaccur": 2942, + "ĠEarth": 2943, + "Ġtell": 2944, + "right": 2945, + "ename": 2946, + "Ġinj": 2947, + "oud": 2948, + "itude": 2949, + "Ġeasy": 2950, + "False": 2951, + "ero": 2952, + "Ġintegr": 2953, + "Ġsurv": 2954, + "Ġmeaning": 2955, + "Ġlives": 2956, + "olume": 2957, + "Ġdocument": 2958, + "Ġvide": 2959, + "Ġpie": 2960, + "ufact": 2961, + "itation": 2962, + "Ġemerg": 2963, + "Ġclaim": 2964, + "Ġthing": 2965, + "Ġspread": 2966, + "Ġsyn": 2967, + "ĠHist": 2968, + "Ġactive": 2969, + "Ġsources": 2970, + "ĠDis": 2971, + "anc": 2972, + "Ġmatter": 2973, + "Ġbegan": 2974, + "Ġbring": 2975, + "AN": 2976, + "Ġmental": 2977, + "Ġallows": 2978, + "htt": 2979, + "rought": 2980, + "Ġcontains": 2981, + "60": 2982, + "Ġhours": 2983, + "Ġwritten": 2984, + "aving": 2985, + "Ġchemical": 2986, + "Ġalgorith": 2987, + "ronic": 2988, + "Ġgenerate": 2989, + "Ġforce": 2990, + "Ġinitial": 2991, + "inks": 2992, + "Ġcaused": 2993, + "Ġseries": 2994, + "ls": 2995, + "ĠNo": 2996, + "ĠCanad": 2997, + "Ġroot": 2998, + "Ġoil": 2999, + "EN": 3000, + "ta": 3001, + "[\"": 3002, + "Ġ194": 3003, + "Ġprograms": 3004, + "Ġcarbon": 3005, + "light": 3006, + "Ġslow": 3007, + "Ġencou": 3008, + "Ġcomplete": 3009, + "lim": 3010, + "ban": 3011, + "abet": 3012, + "ops": 3013, + "words": 3014, + "come": 3015, + "Ġsafety": 3016, + "Ġbasic": 3017, + "é": 3018, + "Ġperformance": 3019, + "arily": 3020, + "Ġoptional": 3021, + "Ġshows": 3022, + "www": 3023, + "Ġnames": 3024, + "Ġsomet": 3025, + "Ġvariety": 3026, + "ĠPe": 3027, + "Ġfru": 3028, + "ĠAfter": 3029, + "Ġinstead": 3030, + "Ġoffer": 3031, + "Ġmechan": 3032, + "ching": 3033, + "ĠPer": 3034, + "Ġtools": 3035, + "Ġeat": 3036, + "Ġsimply": 3037, + "imately": 3038, + "Ġ----------": 3039, + "ister": 3040, + "Ġlocation": 3041, + "aches": 3042, + "Ġdoesn": 3043, + "ĠBritish": 3044, + "Ġshown": 3045, + "ĠJapan": 3046, + "vey": 3047, + "Ġthreat": 3048, + "ounter": 3049, + "Ġissue": 3050, + "iency": 3051, + "Ġparticularly": 3052, + "Ġface": 3053, + "Ġclose": 3054, + "hel": 3055, + "Ġdraw": 3056, + "ĠNot": 3057, + "Ġextra": 3058, + "rast": 3059, + "Ġhold": 3060, + "Res": 3061, + "Ġcontext": 3062, + "mb": 3063, + "lied": 3064, + "Ġexplain": 3065, + "gricult": 3066, + "Ġobjects": 3067, + "Ġviol": 3068, + "Ġbelieve": 3069, + "Ġexec": 3070, + "Ġearth": 3071, + "Ġversion": 3072, + "isions": 3073, + "ĠQu": 3074, + "Ġcompan": 3075, + "Ġid": 3076, + "met": 3077, + "ĠJew": 3078, + "Ġpsych": 3079, + "Ġelectric": 3080, + "Ġfoods": 3081, + "ners": 3082, + "issions": 3083, + "split": 3084, + "Ġdate": 3085, + "cks": 3086, + "erson": 3087, + "Ġste": 3088, + "Ġled": 3089, + "Ġconsist": 3090, + "ĠApp": 3091, + "Ġtalk": 3092, + "eration": 3093, + "32": 3094, + "unction": 3095, + "Ġprogress": 3096, + "Ġsecurity": 3097, + "Ġappropri": 3098, + "Ġadded": 3099, + "AC": 3100, + "icles": 3101, + "Ġdetermine": 3102, + "Ġremove": 3103, + "ĠKing": 3104, + "ĠCount": 3105, + "iven": 3106, + "where": 3107, + "Ġshare": 3108, + "Ġsometimes": 3109, + "Ġ!": 3110, + "Ġlove": 3111, + "ulate": 3112, + "rate": 3113, + "Ġcritical": 3114, + "ster": 3115, + "Ġfem": 3116, + "IS": 3117, + "------": 3118, + "uck": 3119, + "do": 3120, + "erate": 3121, + "Ġinvolved": 3122, + "Ġschools": 3123, + "gn": 3124, + "Ġfit": 3125, + "Ġnode": 3126, + "Ġlines": 3127, + "ĠResearch": 3128, + "code": 3129, + "Ġcru": 3130, + "Ġtraditional": 3131, + "ike": 3132, + "Ġattempt": 3133, + "irit": 3134, + "Ġvalid": 3135, + "rial": 3136, + "Ġapplication": 3137, + "duc": 3138, + "Ġdemon": 3139, + "Ġforms": 3140, + "ĠSchool": 3141, + "Ġmovement": 3142, + "Ġdim": 3143, + "ĠGener": 3144, + "][": 3145, + "ana": 3146, + "PI": 3147, + "Ġec": 3148, + "ĠYour": 3149, + "oration": 3150, + "Ġlif": 3151, + "ervation": 3152, + "Ġdifference": 3153, + "Ġhor": 3154, + "Ġfinancial": 3155, + "ags": 3156, + "AL": 3157, + "ĠMe": 3158, + "Ġoptions": 3159, + "Ġculture": 3160, + "iques": 3161, + "rypt": 3162, + "ED": 3163, + "Ġisinstance": 3164, + "ades": 3165, + "Ġinteract": 3166, + "izes": 3167, + "lands": 3168, + "**": 3169, + "Ġrout": 3170, + "Ġsn": 3171, + "Ġwaste": 3172, + "ucle": 3173, + "Ġoutside": 3174, + "ederal": 3175, + "Ġbill": 3176, + "Com": 3177, + "Ġvisit": 3178, + "Ġprep": 3179, + "Ġir": 3180, + "ait": 3181, + "cles": 3182, + "ief": 3183, + "Ġfast": 3184, + "Ġadditional": 3185, + "Ġanaly": 3186, + "input": 3187, + "Ġerror": 3188, + "Ġcompet": 3189, + "Ġprior": 3190, + "Ġmanufact": 3191, + "22": 3192, + "ĠUs": 3193, + "Ġinstall": 3194, + "Ġrefer": 3195, + "room": 3196, + "rench": 3197, + "Ġgain": 3198, + "Ġwild": 3199, + "cret": 3200, + "Ġincluded": 3201, + "ĠIndia": 3202, + "Ġaff": 3203, + "Ġdoing": 3204, + "gar": 3205, + "Ġox": 3206, + "term": 3207, + "Ġattention": 3208, + "join": 3209, + "lege": 3210, + "Ġindepend": 3211, + "Ġsex": 3212, + "ĠCons": 3213, + "ament": 3214, + "Ġsymb": 3215, + "orks": 3216, + "Ġseem": 3217, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 3218, + "Ġestim": 3219, + "Ġtax": 3220, + "Ġstri": 3221, + "state": 3222, + "Ġaltern": 3223, + "Ġexpress": 3224, + "iful": 3225, + "Ġaccom": 3226, + "Ġaud": 3227, + "Ġeth": 3228, + "Ġsolution": 3229, + "Ġlack": 3230, + "ector": 3231, + "Ġmatrix": 3232, + "Ġful": 3233, + "ĠÂ": 3234, + "vant": 3235, + "Ġpatient": 3236, + "Ġmagn": 3237, + "Ġdirectly": 3238, + "Ġbit": 3239, + "Ġstatus": 3240, + "idge": 3241, + "atively": 3242, + "Ġvacc": 3243, + "ĠParameters": 3244, + "info": 3245, + "Ġmedia": 3246, + "Ġ!=": 3247, + "Ġhttp": 3248, + "ĠWill": 3249, + "Ġcapt": 3250, + "ĠPres": 3251, + "Ġenh": 3252, + "Ġscientists": 3253, + "Ġdou": 3254, + "Ġdaily": 3255, + "uration": 3256, + "ĠInstit": 3257, + "Ġspeed": 3258, + "Ġu": 3259, + "Ġ24": 3260, + "Ġpoll": 3261, + "bre": 3262, + "ht": 3263, + "Ġprimary": 3264, + "Ġos": 3265, + "Ġ,": 3266, + "Ġcamp": 3267, + "Ġmemory": 3268, + "Ġleading": 3269, + "Cl": 3270, + "Ġgrowing": 3271, + "Ġcross": 3272, + "Ġmusic": 3273, + "Ġtravel": 3274, + "Ġbooks": 3275, + "Ġgenerally": 3276, + "Ġachieve": 3277, + "Ġideas": 3278, + "Ġcommit": 3279, + "encies": 3280, + "pass": 3281, + "Ġbab": 3282, + "round": 3283, + "default": 3284, + "oly": 3285, + "Ġhyd": 3286, + "Ġdemonstr": 3287, + "Ġreturns": 3288, + "Ġconfig": 3289, + "Ġcard": 3290, + "Ġdeveloping": 3291, + "Ġgetting": 3292, + "ground": 3293, + "Ġtherefore": 3294, + "ography": 3295, + "Ġlooking": 3296, + "Ġpoor": 3297, + "ĠPre": 3298, + "uild": 3299, + "df": 3300, + "ĠII": 3301, + "vention": 3302, + "ancy": 3303, + "Se": 3304, + "Ġwood": 3305, + "ĠĠĠĠĊ": 3306, + "hens": 3307, + "Ġload": 3308, + "Ġang": 3309, + "Ġaspect": 3310, + "enced": 3311, + "fect": 3312, + "Ġscript": 3313, + "Ġfeet": 3314, + "Ġproduced": 3315, + "Ġautom": 3316, + "gy": 3317, + "lict": 3318, + "Ġserious": 3319, + "Ġvirus": 3320, + "Ġimmedi": 3321, + "ĠReg": 3322, + "Ġexercise": 3323, + "En": 3324, + "Ġinside": 3325, + "nown": 3326, + "que": 3327, + "fort": 3328, + "Ġpolicy": 3329, + "ecause": 3330, + "Ġinfection": 3331, + "Ġnight": 3332, + "Ġofficial": 3333, + "Ġking": 3334, + "Ġeasily": 3335, + "Ġanimal": 3336, + "mar": 3337, + "Ġassum": 3338, + "Ġsil": 3339, + "ET": 3340, + "One": 3341, + "Ġeye": 3342, + "Ġ40": 3343, + "Ġwebsite": 3344, + "bit": 3345, + "ĠScience": 3346, + "Ġdry": 3347, + "alls": 3348, + "nov": 3349, + "oll": 3350, + "ĠMon": 3351, + "aly": 3352, + "Ġframe": 3353, + "loc": 3354, + "Ġveget": 3355, + "Ġleaders": 3356, + "Ġguid": 3357, + "amb": 3358, + "ĠCO": 3359, + "just": 3360, + "izer": 3361, + "rame": 3362, + "iot": 3363, + "Ġcommunities": 3364, + "Ġreported": 3365, + "Ġnegative": 3366, + "Ġreflect": 3367, + "ĠOther": 3368, + "tings": 3369, + "with": 3370, + "ceed": 3371, + "Ġquant": 3372, + "Ġtu": 3373, + "())": 3374, + "Ġlargest": 3375, + "By": 3376, + "Ġcover": 3377, + "Ġhy": 3378, + "Ġspecified": 3379, + "Ġitems": 3380, + "ĠMin": 3381, + "Ġcreating": 3382, + "cs": 3383, + "Ġdecre": 3384, + "Ġgraph": 3385, + "Ġanswer": 3386, + "Ġquickly": 3387, + "asons": 3388, + "Ġdisplay": 3389, + "Ġprobably": 3390, + "ĠChina": 3391, + "ĠMany": 3392, + "Ġuseful": 3393, + "Ġwalk": 3394, + "ĠHere": 3395, + "Gener": 3396, + "Ġprinci": 3397, + "tra": 3398, + "abase": 3399, + "oes": 3400, + "Ġlate": 3401, + "Ġconcent": 3402, + "Ġrequires": 3403, + "Ġsection": 3404, + "Ġdiseases": 3405, + "Ġthus": 3406, + "Ġgame": 3407, + "Ġsomeone": 3408, + "Ġep": 3409, + "ighb": 3410, + "Ġnumpy": 3411, + "Ġwarm": 3412, + "Ġaim": 3413, + "kwargs": 3414, + "conn": 3415, + "Ġtend": 3416, + "ensity": 3417, + "year": 3418, + "Ġsound": 3419, + "lation": 3420, + "Ġsoftware": 3421, + "Ġpict": 3422, + "Ġmother": 3423, + "Ġfiles": 3424, + "Ġdevice": 3425, + "Im": 3426, + "Ġattack": 3427, + "Ġprocesses": 3428, + "arv": 3429, + "Ġtrees": 3430, + "dir": 3431, + "24": 3432, + "IT": 3433, + "Ġmachine": 3434, + "Ġinstit": 3435, + "Ġthird": 3436, + "Return": 3437, + "Ġcompanies": 3438, + "process": 3439, + "Ġdistance": 3440, + "ĠAI": 3441, + ".__": 3442, + "Ġteachers": 3443, + "Ġadminist": 3444, + "iff": 3445, + "Ġcivil": 3446, + "So": 3447, + "Ġ'''": 3448, + "Ġstay": 3449, + "uge": 3450, + "Ġlarger": 3451, + "Ġacid": 3452, + "Ġforest": 3453, + "Ġpython": 3454, + "Ġfib": 3455, + "Ġvit": 3456, + "izations": 3457, + "rage": 3458, + "Ġimages": 3459, + "autiful": 3460, + "21": 3461, + "Ġsequence": 3462, + "Ġestablished": 3463, + "ched": 3464, + "esign": 3465, + "rael": 3466, + "joy": 3467, + "And": 3468, + "ino": 3469, + "ĠSee": 3470, + "Ġfight": 3471, + "ache": 3472, + "Ġfactor": 3473, + "Ġemb": 3474, + "Ġdevices": 3475, + "64": 3476, + "Ġdang": 3477, + "Ġtechniques": 3478, + "Ġfund": 3479, + "ĠAustral": 3480, + "acters": 3481, + "Ġreve": 3482, + "Ġadapt": 3483, + "Ġwide": 3484, + "train": 3485, + "uous": 3486, + "Ġappropriate": 3487, + "Ġfunctions": 3488, + "Ġcred": 3489, + "Ġnation": 3490, + "ildren": 3491, + "Ġkids": 3492, + "Ġargs": 3493, + "Ġstarted": 3494, + "etime": 3495, + "Ġstore": 3496, + "trans": 3497, + "irm": 3498, + "Ġpractices": 3499, + "Ġconnect": 3500, + "Ġpair": 3501, + "length": 3502, + "Ġhumans": 3503, + "IC": 3504, + "Ġdictionary": 3505, + "upper": 3506, + "Ġprivate": 3507, + "Ġfoot": 3508, + "Ġcompared": 3509, + "plot": 3510, + "Ġexact": 3511, + "Ġcomplet": 3512, + "-------": 3513, + "ixed": 3514, + "Ġcolon": 3515, + "Ġtool": 3516, + "Ġinternational": 3517, + "Ġpassed": 3518, + "pan": 3519, + "Ġcontribut": 3520, + "[:": 3521, + "ocks": 3522, + "Ġder": 3523, + "istry": 3524, + "Ġobtain": 3525, + "dis": 3526, + "Ġimportance": 3527, + "olar": 3528, + "Ġoverall": 3529, + "ellig": 3530, + "Ġrequests": 3531, + "Ġdecision": 3532, + "Ġtheory": 3533, + "ĠOut": 3534, + "Ġfields": 3535, + "inct": 3536, + "ĠEd": 3537, + "Ġpan": 3538, + "pond": 3539, + "pat": 3540, + "ilos": 3541, + "Ġhighly": 3542, + "Ġlimit": 3543, + "itable": 3544, + "ĠUse": 3545, + "Ġconnection": 3546, + "Ġtask": 3547, + "Ġones": 3548, + "((": 3549, + "igation": 3550, + "ellow": 3551, + "ĠPart": 3552, + "Ġsevere": 3553, + "Ġbehind": 3554, + "Ġtowards": 3555, + "ham": 3556, + "Ġtim": 3557, + "Ġvideo": 3558, + "Ġusers": 3559, + "Ġsea": 3560, + "Ġdefin": 3561, + "ĠCenter": 3562, + "Ġburn": 3563, + "ternal": 3564, + "Ġdisco": 3565, + "Ġproced": 3566, + "Ġscientific": 3567, + "Ġgard": 3568, + "Ġbroad": 3569, + "ĠEuropean": 3570, + "ech": 3571, + "np": 3572, + "ĠTra": 3573, + "Ġtypically": 3574, + "Ġdigital": 3575, + "ĠAug": 3576, + "aren": 3577, + "EC": 3578, + "ĠSte": 3579, + "Ġquite": 3580, + "Ġtesting": 3581, + "Ġbehavi": 3582, + "ĠData": 3583, + "Ar": 3584, + "ĠMy": 3585, + "ĠFirst": 3586, + "Ġbirth": 3587, + "inate": 3588, + "ameter": 3589, + "Ġbad": 3590, + "Ġtiss": 3591, + "Ġfeature": 3592, + "uary": 3593, + "Ġbeginning": 3594, + "ĠBr": 3595, + "ologies": 3596, + "iam": 3597, + "ĠSm": 3598, + "ĠFrench": 3599, + "Ġapplications": 3600, + "Ġalgorithm": 3601, + "pite": 3602, + "Ġpropos": 3603, + "Ġcolumn": 3604, + "Ġfav": 3605, + "ĠValue": 3606, + "Ġwhose": 3607, + "Ġfinal": 3608, + "Ġproperty": 3609, + "Ġson": 3610, + "Ġdetail": 3611, + "ĠJu": 3612, + "Ġspeak": 3613, + "rition": 3614, + "Ġinfluence": 3615, + "Ġheld": 3616, + "Ġearli": 3617, + "oad": 3618, + "Ġtown": 3619, + "Ġhands": 3620, + "ĠJan": 3621, + "Ġroad": 3622, + "isms": 3623, + "Ġfamilies": 3624, + "Ġwent": 3625, + "uries": 3626, + "ĠMore": 3627, + "ying": 3628, + "ĠRuss": 3629, + "He": 3630, + "ington": 3631, + "Ġprotection": 3632, + "Ġtransport": 3633, + "Ġcontaining": 3634, + "Ġmis": 3635, + "Ġreceived": 3636, + "care": 3637, + "ha": 3638, + "Ġbur": 3639, + "iles": 3640, + "Ġminutes": 3641, + "Ġrepl": 3642, + "Ġcosts": 3643, + "Ġexpected": 3644, + "ĠMost": 3645, + "ypes": 3646, + "Ġcit": 3647, + "Ġmom": 3648, + "Ġmodels": 3649, + "Ġlimited": 3650, + "haps": 3651, + "Ġproperties": 3652, + "Ġfront": 3653, + "Ġdepend": 3654, + "orders": 3655, + "Ġcapital": 3656, + "Ġprotein": 3657, + "Ġproviding": 3658, + "Ġmilitary": 3659, + "Ġvisual": 3660, + "Ġfa": 3661, + "iers": 3662, + "mission": 3663, + "onom": 3664, + "fit": 3665, + "Ġsolar": 3666, + "ĠIsrael": 3667, + "ĠEduc": 3668, + "Ġtests": 3669, + "Ġsupply": 3670, + "Ġenjoy": 3671, + "40": 3672, + "Ġago": 3673, + "Ġcopy": 3674, + "ĠCor": 3675, + "ĠJes": 3676, + "Ġcateg": 3677, + "eks": 3678, + "Ġcou": 3679, + "Ġchallenges": 3680, + "ama": 3681, + "Ġcapac": 3682, + "anks": 3683, + "Ġpurpose": 3684, + "ĠAc": 3685, + "Ġsteps": 3686, + "Ġseek": 3687, + "Not": 3688, + "Ġnews": 3689, + "yond": 3690, + "Ġhabit": 3691, + "Ġlat": 3692, + "Ġargument": 3693, + "ĠIndian": 3694, + "23": 3695, + "Ġsoon": 3696, + "Ġdefined": 3697, + "Ġthous": 3698, + "ifier": 3699, + "Ġsituation": 3700, + "Ġstrength": 3701, + "Ġsave": 3702, + "Ġdoctor": 3703, + "ipment": 3704, + "Ġbacteria": 3705, + "Ġsche": 3706, + "book": 3707, + "ĠAg": 3708, + "80": 3709, + "cal": 3710, + "Ġleaves": 3711, + "Ġclin": 3712, + "Ġancient": 3713, + "Ġsus": 3714, + "Ġsample": 3715, + "itect": 3716, + "Ġcommunication": 3717, + "ĠAfrica": 3718, + "rome": 3719, + "Ġerr": 3720, + "Ġult": 3721, + "Ġstru": 3722, + "Ġreceive": 3723, + "Ġthinking": 3724, + "example": 3725, + "lement": 3726, + "ille": 3727, + "Ġalthough": 3728, + "Ġmaximum": 3729, + "fl": 3730, + "Ġweather": 3731, + "Ġscale": 3732, + "object": 3733, + "========": 3734, + "ĠDef": 3735, + "Ġrob": 3736, + "Ġdemand": 3737, + "cean": 3738, + "Ġreturned": 3739, + "Ġmiss": 3740, + "oke": 3741, + "ĠOf": 3742, + "pril": 3743, + "hold": 3744, + "Ġbound": 3745, + "Ġlabor": 3746, + "Ġpy": 3747, + "field": 3748, + "ĠServ": 3749, + "abetes": 3750, + "Ġshall": 3751, + "Ġequal": 3752, + "board": 3753, + "ĠSch": 3754, + "99": 3755, + "plate": 3756, + "attle": 3757, + "Ġestablish": 3758, + "Ġessay": 3759, + "undred": 3760, + "ĠGl": 3761, + "outhern": 3762, + "Ġcentral": 3763, + "Ġveh": 3764, + "gment": 3765, + "tem": 3766, + "Ġworkers": 3767, + "Sh": 3768, + "ided": 3769, + "bug": 3770, + "Ġtherapy": 3771, + "Ġcultural": 3772, + "Ġinform": 3773, + "Ġmid": 3774, + "cor": 3775, + "ĠInstitute": 3776, + "node": 3777, + "na": 3778, + "Ġvirt": 3779, + "wo": 3780, + "Ġcarry": 3781, + "iforn": 3782, + "Ġsold": 3783, + "Ġnucle": 3784, + "Ġbrought": 3785, + "Ġign": 3786, + "ĠAfrican": 3787, + "dat": 3788, + "ĠDepartment": 3789, + "Ġfather": 3790, + "Ġteaching": 3791, + "rees": 3792, + "rict": 3793, + "Ġcollection": 3794, + "ĠMus": 3795, + "Ġchoose": 3796, + "Ġjud": 3797, + "known": 3798, + "attr": 3799, + "Ġexisting": 3800, + "aul": 3801, + "ĠSept": 3802, + "atus": 3803, + "pir": 3804, + "ĠFrom": 3805, + "These": 3806, + "Ġreach": 3807, + "Ġcharacters": 3808, + "elebr": 3809, + "Ġunit": 3810, + "Ġprofessional": 3811, + "html": 3812, + "Ġ}": 3813, + "Ġcenter": 3814, + "Ġcrucial": 3815, + "Ġrates": 3816, + "uk": 3817, + "Ġevalu": 3818, + "orage": 3819, + "Ġprojects": 3820, + "Ġdegree": 3821, + "lin": 3822, + "Ġegg": 3823, + "Ġplaces": 3824, + "shape": 3825, + "Ġhot": 3826, + "Ġcontroll": 3827, + "Ġprice": 3828, + "Ġcold": 3829, + "dered": 3830, + "Ġremains": 3831, + "Ġmount": 3832, + "Ġgoal": 3833, + "'re": 3834, + "Ġadvant": 3835, + "Ġbecomes": 3836, + "At": 3837, + "ĠDav": 3838, + "water": 3839, + "response": 3840, + "Ġ21": 3841, + "hest": 3842, + "Ġdead": 3843, + "Ġemail": 3844, + "asks": 3845, + "Ġmeasures": 3846, + "Ġseason": 3847, + "Ġefficient": 3848, + "Ġresource": 3849, + "Ġdrink": 3850, + "osing": 3851, + "ĠHer": 3852, + "Ġroom": 3853, + "abilities": 3854, + "ĠAlthough": 3855, + "idents": 3856, + "bar": 3857, + "Ġlost": 3858, + "Ġefforts": 3859, + "Ġadults": 3860, + "Ġcomponents": 3861, + "Ġconstruction": 3862, + "ĠGree": 3863, + "AM": 3864, + "ĠEngland": 3865, + "Ġcool": 3866, + "Ġdark": 3867, + "Ġagricult": 3868, + "hand": 3869, + "ii": 3870, + "ĠRep": 3871, + "Ġgot": 3872, + "Ġscreen": 3873, + "Ġneighb": 3874, + "rim": 3875, + "ports": 3876, + "____": 3877, + "Ġ['": 3878, + "Ġwest": 3879, + "call": 3880, + "Ġwr": 3881, + "itis": 3882, + "Ġlegal": 3883, + "Ġnamed": 3884, + "ifornia": 3885, + "struct": 3886, + "Ġseems": 3887, + "With": 3888, + "Ġfilter": 3889, + "Ġcurrently": 3890, + "oding": 3891, + "Ġassign": 3892, + "Ġlocated": 3893, + "Ġtrack": 3894, + "Ġdetails": 3895, + "Ġmole": 3896, + "ĠEl": 3897, + "obj": 3898, + "Ġeyes": 3899, + "odies": 3900, + "Ġweeks": 3901, + "Ġcho": 3902, + "ĠOct": 3903, + "Ġcook": 3904, + "Ġmatch": 3905, + "Ġ-------": 3906, + "doc": 3907, + "find": 3908, + "Ġeffic": 3909, + "used": 3910, + "math": 3911, + "rab": 3912, + "su": 3913, + ")):": 3914, + "Ġnote": 3915, + "Ġyourself": 3916, + "Ġresponsible": 3917, + "Ġreact": 3918, + "Ġdescribed": 3919, + "Ġcorres": 3920, + "atur": 3921, + "Ġteeth": 3922, + "Ġfriends": 3923, + "Ġvia": 3924, + "While": 3925, + "Ġsec": 3926, + "Ġborn": 3927, + "Ġbott": 3928, + "Ġeverything": 3929, + "see": 3930, + "Ġchoice": 3931, + "Ġpregn": 3932, + "Ġapprox": 3933, + "Ġsites": 3934, + "Ġrule": 3935, + "Ġconflict": 3936, + "Ġnorm": 3937, + "PA": 3938, + "Ġinterp": 3939, + "Ġ2012": 3940, + "Ġcalculate": 3941, + "Ġbasis": 3942, + "Ġbenefit": 3943, + "Ġeating": 3944, + "arning": 3945, + "Ġtransform": 3946, + "Data": 3947, + "uman": 3948, + "ĠDay": 3949, + "Ġapplied": 3950, + "Ġrapid": 3951, + "ĠTrans": 3952, + "force": 3953, + "stant": 3954, + "ulated": 3955, + "ĠMarch": 3956, + "Ġallowed": 3957, + "run": 3958, + "Ġagree": 3959, + "Ġgives": 3960, + "ĠJune": 3961, + "cil": 3962, + "ĠGerman": 3963, + "arian": 3964, + "sor": 3965, + "sort": 3966, + "ester": 3967, + "EL": 3968, + "Ġbreat": 3969, + "ĠJesus": 3970, + "Get": 3971, + "Ġimag": 3972, + "items": 3973, + "irection": 3974, + "Ġsmaller": 3975, + "Ġrecommend": 3976, + "Ġsentence": 3977, + "Ġrare": 3978, + "inese": 3979, + "ĠArt": 3980, + "Ġgold": 3981, + "âĢ¢": 3982, + "rogen": 3983, + "zer": 3984, + "Ġmention": 3985, + "sect": 3986, + "umber": 3987, + "rupt": 3988, + "Ġvolume": 3989, + "ĠRead": 3990, + "Ġbeyond": 3991, + "ĠRiver": 3992, + "Ġconstant": 3993, + "hemat": 3994, + "Ġrunning": 3995, + "ĠComp": 3996, + "can": 3997, + "Ġcommunic": 3998, + "Ġequipment": 3999, + "ĠHistory": 4000, + "pred": 4001, + "label": 4002, + "Ġspirit": 4003, + "Ġstage": 4004, + "aled": 4005, + "fs": 4006, + "ula": 4007, + "Ġoccurs": 4008, + "Ġbool": 4009, + "ĠIS": 4010, + "Ġstrings": 4011, + "Ġenter": 4012, + "100": 4013, + "Ġinstr": 4014, + "ĉĉ": 4015, + "90": 4016, + "Ġmiddle": 4017, + "Ġhundred": 4018, + "Ġprop": 4019, + "Ġpet": 4020, + "Ġhope": 4021, + "ĠAugust": 4022, + "Ġextract": 4023, + "number": 4024, + "Ġdrug": 4025, + "Ġarri": 4026, + "Ġconsequ": 4027, + "Ġsuccessful": 4028, + "Ġtitle": 4029, + "config": 4030, + "âĢĿ.": 4031, + "Ġ2010": 4032, + "Ġanything": 4033, + "Ġelectr": 4034, + "Ġcelebr": 4035, + "atform": 4036, + "Ġmodule": 4037, + "Ġbra": 4038, + "Ġbalance": 4039, + "iar": 4040, + "ĠFin": 4041, + "Ġbul": 4042, + "Ġnothing": 4043, + "ares": 4044, + "Ġreasons": 4045, + "Ġconstruct": 4046, + "Ġexamples": 4047, + "ĠLord": 4048, + "ĠPresident": 4049, + "Ġcompre": 4050, + "ĠSw": 4051, + "IV": 4052, + "Ġrules": 4053, + "RO": 4054, + "Ġoptim": 4055, + "Ġpatterns": 4056, + "Ġren": 4057, + "ĠGet": 4058, + "Ġfuel": 4059, + "ĠValueError": 4060, + "ĠMod": 4061, + "Ġparameters": 4062, + "ĠCalifornia": 4063, + "itch": 4064, + "ĠAssoci": 4065, + "ĠJuly": 4066, + "Ġrot": 4067, + "estic": 4068, + "Ġhimself": 4069, + "och": 4070, + "Ġincor": 4071, + "Ġstyle": 4072, + "ĠChurch": 4073, + "Ġdied": 4074, + "ĠSim": 4075, + "Ġanti": 4076, + "level": 4077, + "illing": 4078, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 4079, + "api": 4080, + "ĠArgs": 4081, + "ĠInternational": 4082, + "Ġopportunity": 4083, + "tered": 4084, + "bal": 4085, + "fix": 4086, + "top": 4087, + "Ġserver": 4088, + "reme": 4089, + "33": 4090, + "apter": 4091, + "ĠCanada": 4092, + "Ġpow": 4093, + "Ġ60": 4094, + "values": 4095, + "ogle": 4096, + "Ġmap": 4097, + "Ġtold": 4098, + "Ġden": 4099, + "ĠAmericans": 4100, + "oming": 4101, + "cast": 4102, + "Ġvict": 4103, + "ĠAlso": 4104, + "Ġarguments": 4105, + "ĠTechn": 4106, + "Ġletter": 4107, + "oe": 4108, + "life": 4109, + "Ġboard": 4110, + "Ġstream": 4111, + "Ġcoord": 4112, + "Ġmath": 4113, + "aset": 4114, + "ĠRed": 4115, + "Ġbed": 4116, + "ION": 4117, + "Ġhttps": 4118, + "Ġ2013": 4119, + "Ġdatabase": 4120, + "Ġcoast": 4121, + "Ġsigns": 4122, + "Ġreplace": 4123, + "Ġdeal": 4124, + "Ġreference": 4125, + "Ġstre": 4126, + "Ġ..": 4127, + "Ġdoct": 4128, + "CO": 4129, + "Ġpowerful": 4130, + "elt": 4131, + "ĠApril": 4132, + "rote": 4133, + "Ġsurround": 4134, + "Ġdistribution": 4135, + "json": 4136, + "ĠThen": 4137, + "ferences": 4138, + "Ġnutri": 4139, + "ĠCreate": 4140, + "write": 4141, + "lib": 4142, + "ĠLear": 4143, + "Ġsummer": 4144, + "ĠVir": 4145, + "Ġstandards": 4146, + "ĠMc": 4147, + "ĠChar": 4148, + "stances": 4149, + "Ġaffected": 4150, + "ĠChristian": 4151, + "item": 4152, + "Ġperfect": 4153, + "Ġtrain": 4154, + "aught": 4155, + "Ġrich": 4156, + "Ġnearly": 4157, + "Ġeconomy": 4158, + "Ġhistorical": 4159, + "down": 4160, + "Ġoffers": 4161, + "inated": 4162, + "Ġsaw": 4163, + "Ġpurch": 4164, + "zz": 4165, + "ĠSystem": 4166, + "map": 4167, + "ĠRet": 4168, + "Ġtrying": 4169, + "Ġbox": 4170, + "Ġpromot": 4171, + "Ġinnov": 4172, + "Ġexplore": 4173, + "Ġapply": 4174, + "ĠFeb": 4175, + "ibly": 4176, + "Ġexpand": 4177, + "Ġfear": 4178, + "Ġtur": 4179, + "Ġrat": 4180, + "Ġfig": 4181, + "Ġalone": 4182, + "ĠWash": 4183, + "Ġguide": 4184, + "RL": 4185, + "à¤": 4186, + "Ġ{'": 4187, + "ager": 4188, + "Ġcommonly": 4189, + "Ad": 4190, + "Ġfollowed": 4191, + "Ġpick": 4192, + "Ġorganization": 4193, + "clusion": 4194, + "Ġstrategies": 4195, + "ica": 4196, + "ĠOur": 4197, + "Ġrecords": 4198, + "Ġsugar": 4199, + "orthern": 4200, + "ĠSeptember": 4201, + "Ġ2011": 4202, + "Ġolder": 4203, + "annel": 4204, + "ford": 4205, + "func": 4206, + "Ġhyp": 4207, + "Ġgradu": 4208, + "eding": 4209, + "ony": 4210, + "Ġspect": 4211, + "Ġeveryone": 4212, + "Ġrepe": 4213, + "Ġasked": 4214, + "ĠBi": 4215, + "ĠEach": 4216, + "Ġdetect": 4217, + "mitted": 4218, + "ĠCommun": 4219, + "roy": 4220, + "Ġisn": 4221, + "Ġpand": 4222, + "Ġteacher": 4223, + "::": 4224, + "ynam": 4225, + "Ġnorth": 4226, + "Ġreligious": 4227, + "Ġwinter": 4228, + "Ġutil": 4229, + "Ġchanged": 4230, + "Ġsin": 4231, + "unk": 4232, + "Ġtrig": 4233, + "ira": 4234, + "urg": 4235, + "ĠKe": 4236, + "Ġvers": 4237, + "Ġrise": 4238, + "Ġleave": 4239, + "inc": 4240, + "ĠArch": 4241, + "Ġ196": 4242, + "wide": 4243, + "Ġdifferences": 4244, + "Ġcam": 4245, + "Ġmal": 4246, + "Ġimmune": 4247, + "Be": 4248, + "Ġreduced": 4249, + "34": 4250, + "ĠAccording": 4251, + "Ġwoman": 4252, + "Ġactions": 4253, + "ought": 4254, + "da": 4255, + "ders": 4256, + "Ġhous": 4257, + "Ġpresence": 4258, + "Ġcommer": 4259, + "ĠCong": 4260, + "Ġcapacity": 4261, + "ĠCity": 4262, + "Ġacqu": 4263, + "pped": 4264, + "ĠChinese": 4265, + "Ġtrade": 4266, + "Ġurl": 4267, + "PS": 4268, + "mark": 4269, + "Ġhon": 4270, + "Ġconver": 4271, + "rec": 4272, + "Ġ26": 4273, + "Ġlabel": 4274, + "Ġsac": 4275, + "ico": 4276, + "Ġquery": 4277, + "Ġrecently": 4278, + "70": 4279, + "Ġextrem": 4280, + "Ġsamples": 4281, + "edia": 4282, + "Ġexposure": 4283, + "Ġ22": 4284, + "Ġjoint": 4285, + "ampl": 4286, + "Ġforward": 4287, + "Ġbaby": 4288, + "Ġrequirements": 4289, + "spec": 4290, + "Ġcompletely": 4291, + "oses": 4292, + "Ġten": 4293, + "Ġfully": 4294, + "gers": 4295, + "Ġgene": 4296, + "ĠLab": 4297, + "Ġswe": 4298, + "debug": 4299, + "Ġintellig": 4300, + "igr": 4301, + "EM": 4302, + "ĠProgram": 4303, + "Some": 4304, + "ĠPol": 4305, + "Ġplot": 4306, + "aters": 4307, + "Ġice": 4308, + "Ġbirds": 4309, + "AD": 4310, + "Ġlibrary": 4311, + "Ġauth": 4312, + "Ġsolutions": 4313, + "Ġmiles": 4314, + "Ġinvolves": 4315, + "more": 4316, + "ocol": 4317, + "ĠGreat": 4318, + "ondon": 4319, + "Ġphilos": 4320, + "Ġhair": 4321, + "Ġplaced": 4322, + "Ġmonit": 4323, + "Ġheight": 4324, + "Ġmode": 4325, + "Ġoperation": 4326, + "related": 4327, + "Ġaxis": 4328, + "Ġassert": 4329, + "ĠEven": 4330, + "Ġconstit": 4331, + "ingu": 4332, + "Is": 4333, + "Ġotherwise": 4334, + "`,": 4335, + "ĠPress": 4336, + "Ġsignificantly": 4337, + "icks": 4338, + "aper": 4339, + "ocr": 4340, + "Ġmember": 4341, + "men": 4342, + "'])": 4343, + "Ġlayer": 4344, + "Ġcitiz": 4345, + "aste": 4346, + "numbers": 4347, + "strict": 4348, + "Ġpal": 4349, + "Ġstrugg": 4350, + "long": 4351, + ");": 4352, + "Ġcompar": 4353, + "Ġ[\"": 4354, + "Ġexpression": 4355, + "ĠDevelop": 4356, + "Ġmob": 4357, + "Ġ2008": 4358, + "ĠCounty": 4359, + "Ġhosp": 4360, + "Ġbeg": 4361, + "ees": 4362, + "iate": 4363, + "craft": 4364, + "oday": 4365, + "Ġopportunities": 4366, + "no": 4367, + "Ġgoes": 4368, + "cember": 4369, + "Ġstra": 4370, + "active": 4371, + "Ġ2015": 4372, + "Ġplanning": 4373, + "Ġseed": 4374, + "Ġfaith": 4375, + "enge": 4376, + "gypt": 4377, + "Ġrock": 4378, + "Ġsouth": 4379, + ")]": 4380, + "Ġupper": 4381, + "Ġcoll": 4382, + "Ġoperations": 4383, + "Ġidentified": 4384, + "Ġexperiences": 4385, + "request": 4386, + "Ġinteresting": 4387, + "Ġemissions": 4388, + "Ġillness": 4389, + "valid": 4390, + "Ġpeace": 4391, + "Ġactual": 4392, + "ĠAut": 4393, + "Ġarchitect": 4394, + "Ġdiabetes": 4395, + "mosp": 4396, + "Ġcollab": 4397, + "II": 4398, + "ovember": 4399, + "tters": 4400, + "Ġgenetic": 4401, + "Now": 4402, + "ĠEducation": 4403, + "ros": 4404, + "iny": 4405, + "Ġcand": 4406, + "phas": 4407, + "Ġplanet": 4408, + "keys": 4409, + "oper": 4410, + "mp": 4411, + "ĠHigh": 4412, + "Ġcoming": 4413, + "----------------": 4414, + "md": 4415, + "Ġing": 4416, + "Ġworth": 4417, + "Generate": 4418, + "osition": 4419, + "Ġcop": 4420, + "Ġanx": 4421, + "Ġhighest": 4422, + "ygen": 4423, + "Ġreducing": 4424, + "Ġlaws": 4425, + "ĠLet": 4426, + "anch": 4427, + "cohol": 4428, + "Ġconsumption": 4429, + "eline": 4430, + "unt": 4431, + "Ġyield": 4432, + "stream": 4433, + "Ġforces": 4434, + "Ġformer": 4435, + "__(": 4436, + "Ġsignal": 4437, + "Ġprocessing": 4438, + "rew": 4439, + "ĠJournal": 4440, + "otal": 4441, + "Ġ2014": 4442, + "ĠJanuary": 4443, + "atin": 4444, + "Ġmuscle": 4445, + "ĠGovern": 4446, + "aur": 4447, + "Ġmoment": 4448, + "Ġtou": 4449, + "comm": 4450, + "Ġacad": 4451, + "igen": 4452, + "Ġsustainable": 4453, + "]:": 4454, + "ĠOctober": 4455, + "US": 4456, + "ĠĠĠĠĠĠĠĠĠĠ": 4457, + "Ġ2009": 4458, + "Ġillust": 4459, + "Ġgiving": 4460, + "Ġdecisions": 4461, + "Ġconnected": 4462, + "works": 4463, + "Ġteach": 4464, + "Ġclient": 4465, + "Ġfederal": 4466, + "airs": 4467, + "Ġmer": 4468, + "ĠInter": 4469, + "All": 4470, + "Ġinvestig": 4471, + "Ġremember": 4472, + "ĠWashington": 4473, + "Ġsetting": 4474, + "Ġdisorder": 4475, + "change": 4476, + "Ġclasses": 4477, + "Ġcomprehens": 4478, + "35": 4479, + "Ġgoals": 4480, + "ouncil": 4481, + "ĠAre": 4482, + "ĠTheir": 4483, + "Ġblue": 4484, + "Ġtopic": 4485, + "gra": 4486, + "Ġdirection": 4487, + "Ġ28": 4488, + "Ġrespond": 4489, + "era": 4490, + "uster": 4491, + "parse": 4492, + "Ġfruit": 4493, + "ste": 4494, + "Ġpassword": 4495, + "gl": 4496, + "Ġseparate": 4497, + "token": 4498, + "Ġsorted": 4499, + "ĠTest": 4500, + "Ġsitu": 4501, + "ĠEast": 4502, + "Ġvariable": 4503, + "rm": 4504, + "Ġjson": 4505, + "dim": 4506, + "Ġweak": 4507, + "Ġmoving": 4508, + "Ġmut": 4509, + "AP": 4510, + "'],": 4511, + "Ġtransfer": 4512, + "conds": 4513, + "Ġappears": 4514, + "Ġlib": 4515, + "apping": 4516, + "Ġwrote": 4517, + "Ġtrust": 4518, + "eries": 4519, + "ĠPark": 4520, + "Ġeight": 4521, + "reedom": 4522, + "Ġregions": 4523, + "Ġdrugs": 4524, + "root": 4525, + "rows": 4526, + "rieved": 4527, + "Ġearlier": 4528, + "error": 4529, + "Ġpun": 4530, + "Ġformed": 4531, + "ref": 4532, + "Ġcities": 4533, + "Ġsupported": 4534, + "ĠList": 4535, + "mary": 4536, + "ĠUK": 4537, + "Ġfert": 4538, + "Ġincreases": 4539, + "OT": 4540, + "Ġmajority": 4541, + "Ġsch": 4542, + "Ġorganizations": 4543, + "Ġqual": 4544, + "Ġconvert": 4545, + "Ġgave": 4546, + "enty": 4547, + "random": 4548, + "Ġmess": 4549, + "Ġwrong": 4550, + "Ġinternal": 4551, + "Ġfrequency": 4552, + "ello": 4553, + "Ġfresh": 4554, + "comp": 4555, + "Ġexhib": 4556, + "wards": 4557, + "Ġfriend": 4558, + "Ġmag": 4559, + "ĠDuring": 4560, + "ogen": 4561, + "Ġeducational": 4562, + "Ġresulting": 4563, + "Ġexecut": 4564, + "db": 4565, + "Ġbillion": 4566, + "flow": 4567, + "Ġmanage": 4568, + "gery": 4569, + "ĠAdd": 4570, + "ĠBlack": 4571, + "orial": 4572, + "ĠPhil": 4573, + "27": 4574, + "isation": 4575, + "Ġstorage": 4576, + "Ġtruth": 4577, + "gal": 4578, + "atically": 4579, + "iding": 4580, + "Ġinstruct": 4581, + "Ġcycle": 4582, + "Ġstories": 4583, + "Ġ23": 4584, + "Ġfair": 4585, + "ĠSun": 4586, + "26": 4587, + "host": 4588, + "ĠEgypt": 4589, + "Ġrisks": 4590, + "iable": 4591, + "ĠAv": 4592, + "Ġtechnologies": 4593, + "Ġrelease": 4594, + "ancing": 4595, + "usion": 4596, + "Ġdiscovered": 4597, + "Ġresistance": 4598, + "lete": 4599, + "ĠBo": 4600, + "Ġast": 4601, + "28": 4602, + "Ġsav": 4603, + "Ġstarting": 4604, + "Ġrelative": 4605, + "Ġmouth": 4606, + "Ġbatter": 4607, + "ĠSince": 4608, + "Ġcontract": 4609, + "pen": 4610, + "Ġstaff": 4611, + "ĠBecause": 4612, + "Ġeasier": 4613, + "ĠID": 4614, + "ĠInst": 4615, + "Ġantib": 4616, + "uit": 4617, + "Ġfigure": 4618, + "olve": 4619, + "arb": 4620, + "Ġvary": 4621, + "oul": 4622, + "ĠRoman": 4623, + "Pl": 4624, + "ky": 4625, + "Ġstim": 4626, + "net": 4627, + "Ġplatform": 4628, + "Ġpiece": 4629, + "pty": 4630, + "porary": 4631, + "rops": 4632, + "Ġvision": 4633, + "ocket": 4634, + "Ġincome": 4635, + "Ġmetal": 4636, + "ĠMex": 4637, + "Ġstatement": 4638, + "Ġplastic": 4639, + "Ġobserved": 4640, + "Ġimmediately": 4641, + "ĠInt": 4642, + "Ġremoved": 4643, + "lines": 4644, + "lean": 4645, + "rip": 4646, + "ĠPat": 4647, + "Ġexcess": 4648, + "Ġ27": 4649, + "https": 4650, + "ias": 4651, + "Ġshap": 4652, + "Ġdivid": 4653, + "29": 4654, + "Ġtox": 4655, + "Ġaspects": 4656, + "ĠMary": 4657, + "Ġtreated": 4658, + "pire": 4659, + "ĠUnion": 4660, + "Ph": 4661, + "Ġeffectively": 4662, + "Ġstructures": 4663, + "Ġinflam": 4664, + "group": 4665, + "Ġcontinued": 4666, + "Ġsend": 4667, + "raction": 4668, + "ĠCour": 4669, + "Ġalternative": 4670, + "`.": 4671, + "standing": 4672, + "pack": 4673, + "ML": 4674, + "Ġentry": 4675, + "Ġefficiency": 4676, + "ev": 4677, + "char": 4678, + "Ġpoly": 4679, + "Ġgeneration": 4680, + "areness": 4681, + "ĠLondon": 4682, + "Ġrecommended": 4683, + "ĠEnvironment": 4684, + "List": 4685, + "Ġdidn": 4686, + "position": 4687, + "flo": 4688, + "Ġmo": 4689, + "ponding": 4690, + "Ġdistinct": 4691, + "Ġabsor": 4692, + "ĠOver": 4693, + "Ġoccup": 4694, + "Ġcommercial": 4695, + "oma": 4696, + "ĠDNA": 4697, + "Ġminimum": 4698, + "ĠRem": 4699, + "Ġlandsc": 4700, + "ĠSur": 4701, + "umb": 4702, + "ĠJust": 4703, + "ĠType": 4704, + "ube": 4705, + "olved": 4706, + "Type": 4707, + "Ġpd": 4708, + "Ġplans": 4709, + "Ġwindow": 4710, + "Ġcounter": 4711, + "open": 4712, + "cular": 4713, + "house": 4714, + "ruary": 4715, + "lor": 4716, + "Ġhandle": 4717, + "rief": 4718, + "Ġcombination": 4719, + "rtype": 4720, + "anish": 4721, + "Ġfemale": 4722, + "Ġdu": 4723, + "Sc": 4724, + "Ġtasks": 4725, + "Ġtuple": 4726, + "ĠNow": 4727, + "Ġtransl": 4728, + "Ġhappen": 4729, + "aign": 4730, + "onal": 4731, + "names": 4732, + "ĠWater": 4733, + "Ġdepending": 4734, + "Ġreports": 4735, + "Ġelim": 4736, + "ĠGeneral": 4737, + "ris": 4738, + "Ġpen": 4739, + "ĠFrance": 4740, + "ously": 4741, + "range": 4742, + "ĠNet": 4743, + "Ġriver": 4744, + "ifically": 4745, + "params": 4746, + "Ġforeign": 4747, + "After": 4748, + "ĠDecember": 4749, + "het": 4750, + "crete": 4751, + "Ġchurch": 4752, + "Ġworked": 4753, + "Ġkid": 4754, + "elines": 4755, + "Ġnative": 4756, + "Ġadjust": 4757, + "Ġded": 4758, + "Ġmilk": 4759, + "Ġiron": 4760, + "ĠHouse": 4761, + "Ġtissue": 4762, + "Ġball": 4763, + "Ġgir": 4764, + "Ġatmosp": 4765, + "Ġattribut": 4766, + "().": 4767, + "uls": 4768, + "Ġtren": 4769, + "Ġchanging": 4770, + "ĠSan": 4771, + "last": 4772, + "{}": 4773, + "Ġencourag": 4774, + "Name": 4775, + "ĠMark": 4776, + "Ġfindings": 4777, + "Ġwin": 4778, + "Ġrelatively": 4779, + "Ġserve": 4780, + "Ġjournal": 4781, + "Ġsymbol": 4782, + "ĠAPI": 4783, + "No": 4784, + "Ġrelevant": 4785, + "ĠUnder": 4786, + "Ġsquare": 4787, + "greg": 4788, + "ĠMor": 4789, + "Ġevolution": 4790, + "Ġperhaps": 4791, + "RI": 4792, + "Ġwatch": 4793, + "Ġphase": 4794, + "Ġemphas": 4795, + "comes": 4796, + "ensions": 4797, + "Ġminor": 4798, + "Set": 4799, + "Ġtru": 4800, + "gu": 4801, + "ĠNovember": 4802, + "ORD": 4803, + "unch": 4804, + "Ġgarden": 4805, + "Ġemotional": 4806, + "ux": 4807, + "Ġsuggests": 4808, + "iform": 4809, + "onic": 4810, + "omas": 4811, + "ells": 4812, + "ifying": 4813, + "Ġcarried": 4814, + "plications": 4815, + "ĠAssociation": 4816, + "pective": 4817, + "ĠPeople": 4818, + "alle": 4819, + "ographic": 4820, + "Ġmedicine": 4821, + "ĠAustralia": 4822, + "omb": 4823, + "othes": 4824, + "icip": 4825, + "ĠCur": 4826, + "Ġ2016": 4827, + "ĠDavid": 4828, + "Ġliqu": 4829, + "iox": 4830, + "45": 4831, + "road": 4832, + "semb": 4833, + "ooth": 4834, + "Ġiniti": 4835, + "AI": 4836, + "]]": 4837, + "title": 4838, + "learn": 4839, + "Ġprefer": 4840, + "Ġproperly": 4841, + "iance": 4842, + "Ġcomfort": 4843, + "ĠHol": 4844, + "Ġassessment": 4845, + "Ġshowed": 4846, + "rig": 4847, + "Ġreality": 4848, + "78": 4849, + "Read": 4850, + "ructure": 4851, + "message": 4852, + "########": 4853, + "hist": 4854, + "Ġupd": 4855, + "Ġexperiment": 4856, + "ĠGermany": 4857, + "udd": 4858, + "orge": 4859, + "ressed": 4860, + "Ġhom": 4861, + "alt": 4862, + "HE": 4863, + "They": 4864, + "Ġexperim": 4865, + "lies": 4866, + "Ġspeech": 4867, + "ij": 4868, + "Ġsurvey": 4869, + "ĠJewish": 4870, + "Ġmathemat": 4871, + "Ġtemperatures": 4872, + "LE": 4873, + "cut": 4874, + "ĠPublic": 4875, + "Ġglass": 4876, + "Ġoxygen": 4877, + "Ġseven": 4878, + "Ġnutrition": 4879, + "Ġcore": 4880, + "image": 4881, + "urance": 4882, + "Ġ80": 4883, + "Ġattract": 4884, + "Ġperformed": 4885, + "Ġheavy": 4886, + "ords": 4887, + "enth": 4888, + "Ġurban": 4889, + "Ġprofession": 4890, + "Ġindependent": 4891, + "Mod": 4892, + "Ġbelieved": 4893, + "'):": 4894, + "Ġ195": 4895, + "ĠMake": 4896, + "Ġcreation": 4897, + "iveness": 4898, + "ĠSociety": 4899, + "Ġpromote": 4900, + "Ġbodies": 4901, + "Ġkeys": 4902, + "Ġrelationships": 4903, + "Ġbuildings": 4904, + "ognitive": 4905, + "Ġrepro": 4906, + "Ġbecoming": 4907, + "Ġelectricity": 4908, + "Ġcert": 4909, + "ĠGen": 4910, + "ĠRev": 4911, + "uable": 4912, + "parent": 4913, + "Ġraw": 4914, + "Ġpars": 4915, + "Ġparty": 4916, + "Ġ2007": 4917, + "Ġcomponent": 4918, + "Ġcontribute": 4919, + "Ġchance": 4920, + "Cont": 4921, + "199": 4922, + "Ġextremely": 4923, + "Ġincorpor": 4924, + "win": 4925, + "Ġdynam": 4926, + "Ġready": 4927, + "ilit": 4928, + "Ġdisorders": 4929, + "sent": 4930, + "inger": 4931, + "idth": 4932, + "Ġrevolution": 4933, + "Ġclinical": 4934, + "Ġindustrial": 4935, + "Ġbottom": 4936, + "emy": 4937, + "idden": 4938, + "Ġlinked": 4939, + "Ġvill": 4940, + "ĠWeb": 4941, + "Ġq": 4942, + "ĠCongress": 4943, + "Ġdepression": 4944, + "ran": 4945, + "deed": 4946, + "Ġclassroom": 4947, + "Ġsets": 4948, + "gener": 4949, + "ophy": 4950, + "ĠSu": 4951, + "fess": 4952, + "ara": 4953, + "Ġnumerous": 4954, + "Ġdrive": 4955, + "ned": 4956, + "Ġinsect": 4957, + "Ġinfections": 4958, + "ĠLaw": 4959, + "Ġtele": 4960, + "Ġclick": 4961, + "Ġslight": 4962, + "Ġinterpret": 4963, + "Ġunits": 4964, + "Ġadvanced": 4965, + "Ġchronic": 4966, + "Ġoffice": 4967, + "ĠPal": 4968, + "acing": 4969, + "Ġcausing": 4970, + "Ġple": 4971, + "ĠJapanese": 4972, + "iring": 4973, + "ĠWilliam": 4974, + "Ġliterature": 4975, + "Ġthousands": 4976, + "Ġtag": 4977, + "ĠBar": 4978, + "Ġcharacteristics": 4979, + "rated": 4980, + "Ġnav": 4981, + "Ġdegrees": 4982, + "rc": 4983, + "Ġfrequently": 4984, + "Ġalcohol": 4985, + "osystem": 4986, + "poses": 4987, + "Ġexactly": 4988, + "Ġdestroy": 4989, + "Ġbank": 4990, + "Ġexpert": 4991, + "Ġhuge": 4992, + "ulum": 4993, + "OS": 4994, + "Ġviolence": 4995, + "cious": 4996, + "Ġrestrict": 4997, + "ested": 4998, + "Ġ2017": 4999, + "Ġdefinition": 5000, + "normal": 5001, + "Ġhealthcare": 5002, + "current": 5003, + "asion": 5004, + "Ġnotes": 5005, + "Ġempty": 5006, + "Ġspring": 5007, + "Ġbelong": 5008, + "erved": 5009, + "vis": 5010, + "Ġphen": 5011, + "table": 5012, + "Ġsurpr": 5013, + "Ġfinding": 5014, + "Ġparameter": 5015, + "roph": 5016, + "ĠThus": 5017, + "Us": 5018, + "ĠSet": 5019, + "Ġflood": 5020, + "Ġfavor": 5021, + "DF": 5022, + "Why": 5023, + "Ġcast": 5024, + "Ġhomes": 5025, + "Ġvul": 5026, + "Ġpicture": 5027, + "post": 5028, + "Ġopin": 5029, + "Ġgets": 5030, + "Here": 5031, + "Ġfilm": 5032, + "36": 5033, + "Ġwa": 5034, + "Ġprinciples": 5035, + "},": 5036, + "Ġmale": 5037, + "za": 5038, + "ycl": 5039, + "ĠUN": 5040, + "Ġintroduced": 5041, + "Ġbone": 5042, + "Ġestimated": 5043, + "Ġcompl": 5044, + "Ġallowing": 5045, + "Ġprepar": 5046, + "amental": 5047, + "amm": 5048, + "Ġconv": 5049, + "ĠJames": 5050, + "useum": 5051, + "rum": 5052, + "inding": 5053, + "Ġsettings": 5054, + "âĢĿ,": 5055, + "Ġwidely": 5056, + "Ġencourage": 5057, + "Ġnovel": 5058, + "Ġcourt": 5059, + "imize": 5060, + "Ġpolicies": 5061, + "west": 5062, + "Ġmission": 5063, + "37": 5064, + "anging": 5065, + "ĠPlan": 5066, + "Ġlinks": 5067, + ".;": 5068, + "DA": 5069, + "output": 5070, + "Ġpp": 5071, + "Ġpresented": 5072, + "Ġfailure": 5073, + "lower": 5074, + "Ġchallenge": 5075, + "rics": 5076, + "ificial": 5077, + "oded": 5078, + "aks": 5079, + "Ġaware": 5080, + "Ġerrors": 5081, + "Ġvital": 5082, + "apers": 5083, + "Ġtechnique": 5084, + "Ġwall": 5085, + "Ġnuclear": 5086, + "ribe": 5087, + "Ġimpos": 5088, + "Ġdepth": 5089, + "Ġtoken": 5090, + "Ġdecades": 5091, + "dev": 5092, + "Ġupdate": 5093, + "Ġ2006": 5094, + "Ġsession": 5095, + "anges": 5096, + "Ġhorm": 5097, + "ĠWhite": 5098, + "Ġtum": 5099, + "http": 5100, + "Ġcitizens": 5101, + "ĠMich": 5102, + "Ġdownload": 5103, + "ĠMedic": 5104, + "ĠCheck": 5105, + "Ġeventually": 5106, + "Ġlearned": 5107, + "Ġterrit": 5108, + "Ġdoub": 5109, + "ensor": 5110, + "Ġtour": 5111, + "Ġapproximately": 5112, + "ĠFound": 5113, + "Ġnor": 5114, + "ĠAnt": 5115, + "Ġtooth": 5116, + "Ġdescription": 5117, + "Ġpages": 5118, + "update": 5119, + "Ġgames": 5120, + "ologist": 5121, + "Ġinvolve": 5122, + "being": 5123, + "Ġconcerns": 5124, + "ishing": 5125, + "which": 5126, + "Ġalph": 5127, + "ĠDi": 5128, + "Ġdetermined": 5129, + "Ġ2000": 5130, + "Ġscore": 5131, + "Ġstar": 5132, + "Ġseeds": 5133, + "ĠOb": 5134, + "ĠWestern": 5135, + "Ġanxiety": 5136, + "Ġunivers": 5137, + "ĠFebruary": 5138, + "SA": 5139, + "UT": 5140, + "option": 5141, + "search": 5142, + "ĠSocial": 5143, + "Ġpollution": 5144, + "ida": 5145, + "Ġzero": 5146, + "Ġpartners": 5147, + "Ġgenes": 5148, + "Ġconducted": 5149, + "Ġpopulations": 5150, + "However": 5151, + "Ġenhance": 5152, + "float": 5153, + "Ġfamous": 5154, + "colum": 5155, + "Ġmoved": 5156, + "Ġreb": 5157, + "Ġorganic": 5158, + "Ġgender": 5159, + "ĠTherefore": 5160, + "Ġvariables": 5161, + "Ġlanguages": 5162, + "main": 5163, + "Ġreleased": 5164, + "body": 5165, + "iling": 5166, + "ĠĠĠĠĠĠĠĠĊ": 5167, + "anted": 5168, + "ocal": 5169, + "ĠWind": 5170, + "Ġhappens": 5171, + "ING": 5172, + "IP": 5173, + "Ġ90": 5174, + "Ġparticipants": 5175, + "38": 5176, + "Ġplease": 5177, + "Ġinjury": 5178, + "Ġfeeling": 5179, + "ĠGreen": 5180, + "ĠRetrieved": 5181, + "ping": 5182, + "eria": 5183, + "Ġdie": 5184, + "Ġanyone": 5185, + "Ġexcell": 5186, + "Ġcircum": 5187, + "ĠFood": 5188, + "ĠWork": 5189, + "Ġshared": 5190, + "Ġadvance": 5191, + "iant": 5192, + "Ġimproved": 5193, + "Ġhelping": 5194, + "Ġvitamin": 5195, + "ĠIts": 5196, + "75": 5197, + "Ġfine": 5198, + "39": 5199, + "CT": 5200, + "Ġrul": 5201, + "ĠPaul": 5202, + "nic": 5203, + "Ġyouth": 5204, + "Str": 5205, + "ĠMet": 5206, + "Ġletters": 5207, + "Ġcontrast": 5208, + "des": 5209, + "Ġradiation": 5210, + "Ġhour": 5211, + "Ġlegis": 5212, + "Ġexternal": 5213, + "Ġrace": 5214, + "csv": 5215, + "orest": 5216, + "Ġbuy": 5217, + "Ġthick": 5218, + "Ġcampaign": 5219, + "Ġcovered": 5220, + "ĠProject": 5221, + "Ġround": 5222, + "Ġsplit": 5223, + "Ġisol": 5224, + "Ġconsult": 5225, + "Ġkwargs": 5226, + "Äģ": 5227, + "Ġleads": 5228, + "Ġauthors": 5229, + "65": 5230, + "Ġwanted": 5231, + "Ġabsol": 5232, + "Ġcolumns": 5233, + "ĠChildren": 5234, + "ya": 5235, + "Ġesc": 5236, + "ĠPhys": 5237, + "inating": 5238, + "Ġiter": 5239, + "Ġexperts": 5240, + "ologists": 5241, + "Ġgenerated": 5242, + "upport": 5243, + "base": 5244, + "Ġreverse": 5245, + "Ġconcepts": 5246, + "Val": 5247, + "Ġhun": 5248, + "rays": 5249, + "ĠAir": 5250, + "ĠMal": 5251, + "ĠMuseum": 5252, + "ĠOnce": 5253, + "cipl": 5254, + "Ġsys": 5255, + "bi": 5256, + "pper": 5257, + "OD": 5258, + "fast": 5259, + "eli": 5260, + "Ġdiscussion": 5261, + "Ġrh": 5262, + "New": 5263, + "Ġwonder": 5264, + "Ġhear": 5265, + "Ġwhom": 5266, + "weight": 5267, + "zing": 5268, + "Ġimpl": 5269, + "Ġexperienced": 5270, + "Hello": 5271, + "req": 5272, + "Ġpip": 5273, + "left": 5274, + "Ġlived": 5275, + "stitution": 5276, + "Frame": 5277, + "Ġcolors": 5278, + "Ġowners": 5279, + "Ġdangerous": 5280, + "Ġ('": 5281, + "Ġemergency": 5282, + "Ġflex": 5283, + "IG": 5284, + "hether": 5285, + "Ġexists": 5286, + "check": 5287, + "Ġkilled": 5288, + "ĠAng": 5289, + "ĠOff": 5290, + "(),": 5291, + "Ġcontinues": 5292, + "lay": 5293, + "Ġmaster": 5294, + "Ġarm": 5295, + "Ġraised": 5296, + "Ġbreast": 5297, + "Ġcombined": 5298, + "Ġeggs": 5299, + "page": 5300, + "Ġturned": 5301, + "Ġcredit": 5302, + "01": 5303, + "mation": 5304, + "pute": 5305, + "Ġflat": 5306, + "icians": 5307, + "Ġreferred": 5308, + "ditionally": 5309, + "Ġdogs": 5310, + "Ġmanufacture": 5311, + "pace": 5312, + "aint": 5313, + "ander": 5314, + "Ġfilename": 5315, + "°": 5316, + "Ġfreedom": 5317, + "Ġacademic": 5318, + "Ġvulner": 5319, + "tenance": 5320, + "Ġvector": 5321, + "matrix": 5322, + "Ġdial": 5323, + "Ġâ": 5324, + "Ġms": 5325, + "ĠMat": 5326, + "Ġsurgery": 5327, + "Ġassist": 5328, + "ĠBra": 5329, + "Ġgrid": 5330, + "riculum": 5331, + "width": 5332, + "ĠDon": 5333, + "Ġdirectory": 5334, + "gest": 5335, + "riage": 5336, + "reshold": 5337, + "power": 5338, + "ĠSub": 5339, + "Ġstrategy": 5340, + "mes": 5341, + "Ġsatis": 5342, + "ortunately": 5343, + "Ġpreviously": 5344, + "Can": 5345, + "Ġocean": 5346, + "osen": 5347, + "ĠNote": 5348, + "ieties": 5349, + "Ġpractical": 5350, + "pop": 5351, + "Ġpresc": 5352, + "ĠWhy": 5353, + "According": 5354, + "Ġbeautiful": 5355, + "ĠHar": 5356, + "Ġfaster": 5357, + "ĠTex": 5358, + "ĠCouncil": 5359, + "Ġmostly": 5360, + "anguage": 5361, + "Ġjobs": 5362, + "ĠJe": 5363, + "Ġfinally": 5364, + "Ġprepared": 5365, + "going": 5366, + "sign": 5367, + "ĠURL": 5368, + "urt": 5369, + "Ġconservation": 5370, + "Ġidentity": 5371, + "resents": 5372, + "Ġ2005": 5373, + "ĠIP": 5374, + "encing": 5375, + "Ġthread": 5376, + "Ġcolle": 5377, + "Ġarticles": 5378, + "Ġrain": 5379, + "MS": 5380, + "Ġbattle": 5381, + "Ġprices": 5382, + "Ġsolid": 5383, + "Ġloop": 5384, + "Ġregarding": 5385, + "ĠOutput": 5386, + "ĠDes": 5387, + "Ġgrass": 5388, + "Ġexception": 5389, + "ourney": 5390, + "content": 5391, + "Ġmonitoring": 5392, + "alog": 5393, + "ĠLin": 5394, + "Ġprime": 5395, + "ker": 5396, + "Ġnoise": 5397, + "returns": 5398, + "rastructure": 5399, + "Ġmentioned": 5400, + "ipe": 5401, + "rep": 5402, + "asure": 5403, + "Ġnutrients": 5404, + "Ġconvers": 5405, + "nel": 5406, + "uing": 5407, + "clude": 5408, + "filename": 5409, + "Ġcollege": 5410, + "ios": 5411, + "mean": 5412, + "det": 5413, + "Ġradio": 5414, + "Ġclearly": 5415, + "ĠDevelopment": 5416, + "Ġpurposes": 5417, + "Ġengineering": 5418, + "well": 5419, + "Ġsand": 5420, + "Id": 5421, + "ĠCollege": 5422, + "Ġhelped": 5423, + "antic": 5424, + "cope": 5425, + "From": 5426, + "CS": 5427, + "Ġalign": 5428, + "ded": 5429, + "ulf": 5430, + "ools": 5431, + "ĠService": 5432, + "ĠST": 5433, + "Many": 5434, + "Reg": 5435, + "Ġ2020": 5436, + "ĠSpanish": 5437, + "Ġreligion": 5438, + "othe": 5439, + "ball": 5440, + "ĠInf": 5441, + "Ġsem": 5442, + "ĠHT": 5443, + "Ġideal": 5444, + "Ġdescribe": 5445, + "Ġdistrict": 5446, + "den": 5447, + "ĠJer": 5448, + "Ġ35": 5449, + "Ġbusinesses": 5450, + "Ġstored": 5451, + "ifies": 5452, + "ĠAtt": 5453, + "Ġperman": 5454, + "Ġsexual": 5455, + "Ġdigest": 5456, + "ped": 5457, + "Ġsubjects": 5458, + "ĠInternet": 5459, + "ĠAN": 5460, + "Ġtreatments": 5461, + "Ġintelligence": 5462, + "sl": 5463, + "inations": 5464, + "ĠPort": 5465, + "Ġvess": 5466, + "Ġappoint": 5467, + "box": 5468, + "Ġreco": 5469, + "BC": 5470, + "ĠDem": 5471, + "Ġnoted": 5472, + "Ġjo": 5473, + "Ġsmart": 5474, + "quest": 5475, + "akers": 5476, + "Ġamounts": 5477, + "Ġannual": 5478, + "pected": 5479, + "oking": 5480, + "Ġmix": 5481, + "Ġvaluable": 5482, + "ĠOrgan": 5483, + "Ġroll": 5484, + "Ġselected": 5485, + "Ġaccurate": 5486, + "ĠMass": 5487, + "Ġwealth": 5488, + "Ġparams": 5489, + "Ġexposed": 5490, + "ĠHel": 5491, + "Ġadding": 5492, + "ago": 5493, + "Ġgod": 5494, + "Ġ<=": 5495, + "fered": 5496, + "ĠSal": 5497, + "Ġreduction": 5498, + "Ġdiscover": 5499, + "cip": 5500, + "ĠHuman": 5501, + "isc": 5502, + "Ġhit": 5503, + "Ġtips": 5504, + "Ġheard": 5505, + "aughter": 5506, + "onac": 5507, + "riting": 5508, + "ĠGreek": 5509, + "Ġadvantage": 5510, + "Ġcorresponding": 5511, + "Ġaccuracy": 5512, + "Ġmist": 5513, + "ĠFe": 5514, + "enses": 5515, + "Ġ70": 5516, + "gi": 5517, + "Ġpresident": 5518, + "Ġmotiv": 5519, + "Ġfarmers": 5520, + "CH": 5521, + "TP": 5522, + "equ": 5523, + "Ġkept": 5524, + "Ġrepresents": 5525, + "isher": 5526, + "Ġreached": 5527, + "Ġcharg": 5528, + "Ġsecure": 5529, + "ishes": 5530, + "abled": 5531, + "Ġscen": 5532, + "ĠArab": 5533, + "Ġmanner": 5534, + "Ġsklearn": 5535, + "Ġlooks": 5536, + "Ġstock": 5537, + "sm": 5538, + "Ġsecret": 5539, + "Ġecosystem": 5540, + "IM": 5541, + "Ġmeeting": 5542, + "Ġliquid": 5543, + "Ġmotor": 5544, + "Ġship": 5545, + "Ġindicate": 5546, + "Ġvoice": 5547, + "Ġcomment": 5548, + "event": 5549, + "Ġcra": 5550, + "Ġstation": 5551, + "Ġdiagnosis": 5552, + "Ġinteger": 5553, + "ĠRel": 5554, + "ĠClass": 5555, + "rier": 5556, + "Ġkill": 5557, + "Ġphone": 5558, + "Ġcontinuous": 5559, + "then": 5560, + "Ġhaz": 5561, + "err": 5562, + "Ġreaction": 5563, + "Ġawareness": 5564, + "Ġinh": 5565, + "Ġelectrical": 5566, + "etch": 5567, + "Ġcry": 5568, + "Ġproposed": 5569, + "Che": 5570, + "Ġ2018": 5571, + "Ġhorse": 5572, + "Ġseconds": 5573, + "Ġtransition": 5574, + "Ġpieces": 5575, + "That": 5576, + "Ġbackground": 5577, + "ollow": 5578, + "Ġbrother": 5579, + "Ġvictim": 5580, + "Ġnodes": 5581, + "Ġtopics": 5582, + "free": 5583, + "Ġauthority": 5584, + "Ġkeeping": 5585, + "Ġimpacts": 5586, + "onacci": 5587, + "ixt": 5588, + "Ġspot": 5589, + "Ġoffset": 5590, + "Ġadop": 5591, + "Ġgrand": 5592, + "Ġflowers": 5593, + "á": 5594, + "inates": 5595, + "Ġbinary": 5596, + "ĠProt": 5597, + "Ġcompleted": 5598, + ")))": 5599, + "Ġvegetables": 5600, + "Ġconsequences": 5601, + "Ġdetailed": 5602, + "ĠMiss": 5603, + "Ġinterested": 5604, + "othing": 5605, + "rates": 5606, + "Ġlic": 5607, + "opes": 5608, + "Ġserved": 5609, + "Ġwear": 5610, + "Ġgrade": 5611, + "Ġsaying": 5612, + "ado": 5613, + "Ġwaters": 5614, + "Ġdefic": 5615, + "Ġlists": 5616, + "ĠGeorge": 5617, + "Ġsouthern": 5618, + "angle": 5619, + "Ġ29": 5620, + "istan": 5621, + "Ġdouble": 5622, + "Ġneuro": 5623, + "oyal": 5624, + "Ġsituations": 5625, + "Ġsan": 5626, + "ĠExt": 5627, + "status": 5628, + "iled": 5629, + "ĠVirgin": 5630, + "osite": 5631, + "Ġcandid": 5632, + "Ġintended": 5633, + "Ġresponsibility": 5634, + "ague": 5635, + "ician": 5636, + "Ġaid": 5637, + "Ġprev": 5638, + "Le": 5639, + "Ġaffects": 5640, + "Ġrenew": 5641, + "Ġmedium": 5642, + "source": 5643, + "Ġoffered": 5644, + "Ġyellow": 5645, + "Ġoperating": 5646, + "Ġblog": 5647, + "Ġexistence": 5648, + "Our": 5649, + "adata": 5650, + "Ġapplicable": 5651, + "Ġrecovery": 5652, + "Ġunf": 5653, + "ĠRober": 5654, + "Ġmuscles": 5655, + "Ġprimarily": 5656, + "leg": 5657, + "Ġmeat": 5658, + "Ġmort": 5659, + "Ġdataset": 5660, + "Ġdro": 5661, + "Ġmeant": 5662, + "[-": 5663, + "Ġalt": 5664, + "ĠGra": 5665, + "48": 5666, + "element": 5667, + "Ġvaccine": 5668, + "CC": 5669, + "Ġchain": 5670, + "Ġvast": 5671, + "ĠBel": 5672, + "Ġoverl": 5673, + "Ġattacks": 5674, + "Ġnotice": 5675, + "ulti": 5676, + "Ġvot": 5677, + "Ġsuitable": 5678, + "Ġpul": 5679, + "SON": 5680, + "ĠCivil": 5681, + "Ġcharge": 5682, + "Ġvehicle": 5683, + "Ġdepends": 5684, + "Ġlinear": 5685, + "Ġlov": 5686, + "Ġinvent": 5687, + "'ll": 5688, + "Ġperiods": 5689, + "Ġsalt": 5690, + "ĠTexas": 5691, + "itage": 5692, + "Ab": 5693, + "Ġnations": 5694, + "Ġcere": 5695, + "ĠCourt": 5696, + "but": 5697, + "urity": 5698, + "Ġmissing": 5699, + "ĠMuslim": 5700, + "ĠCath": 5701, + "tee": 5702, + "Ġpray": 5703, + "Ġelev": 5704, + "Ġinstitutions": 5705, + "axis": 5706, + "TS": 5707, + "Ġmask": 5708, + "icated": 5709, + "ipped": 5710, + "Ġstraight": 5711, + "Ġkinds": 5712, + "ially": 5713, + "Ġlabels": 5714, + "Ġedge": 5715, + "Ġmoist": 5716, + "elled": 5717, + "ĠConf": 5718, + "Ġlatest": 5719, + "=": 5952, + "omin": 5953, + "itness": 5954, + "Ġnurs": 5955, + "Ġgoods": 5956, + "Ġfamiliar": 5957, + "Ġmoral": 5958, + "ĠId": 5959, + "points": 5960, + "Ġinflammation": 5961, + "Ġperm": 5962, + "ĠStudents": 5963, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠ": 5964, + "Ġprogramming": 5965, + "Ġsensitive": 5966, + "Ġoral": 5967, + "Ġshowing": 5968, + "Ġpandas": 5969, + "lock": 5970, + "Ġisland": 5971, + "ĠInit": 5972, + "astern": 5973, + "Ġprofessor": 5974, + "ĠPrint": 5975, + "atever": 5976, + "Ġdra": 5977, + "Ġearn": 5978, + "ĠPri": 5979, + "Ġdriving": 5980, + "Ġsurrounding": 5981, + "Ġliver": 5982, + "Ġinvestment": 5983, + "Ġcollected": 5984, + "Ġcontrolled": 5985, + "gments": 5986, + "Ġce": 5987, + "amily": 5988, + "ria": 5989, + "ĠJud": 5990, + "Ġmel": 5991, + "Ġshar": 5992, + "Ġdecided": 5993, + "Ġvirtual": 5994, + "Ġsettle": 5995, + "Ġmotion": 5996, + "nes": 5997, + "ĠHam": 5998, + "Ġfluid": 5999, + "Ġcardi": 6000, + "Ġplayed": 6001, + "password": 6002, + "ĠSecond": 6003, + "Ġunc": 6004, + "Ġchannel": 6005, + "ĠFurther": 6006, + "Ġtemplate": 6007, + "John": 6008, + "Ġstret": 6009, + "aker": 6010, + "Ġsett": 6011, + "ditional": 6012, + "ĠOnly": 6013, + "Ġlongest": 6014, + "Ġobtained": 6015, + "ĠAD": 6016, + "ĠQue": 6017, + "SS": 6018, + "anged": 6019, + "Ġfacilities": 6020, + "Ġbird": 6021, + "Ġmaintaining": 6022, + "Ġwave": 6023, + "ĠMount": 6024, + "ĠHen": 6025, + "berg": 6026, + "Ġsampl": 6027, + "Ġbrief": 6028, + "Ġdespite": 6029, + "ĠMem": 6030, + "Ġarmy": 6031, + "Another": 6032, + "Ġregularly": 6033, + "Ġconcentration": 6034, + "Ġmovements": 6035, + "acts": 6036, + "ĠGoogle": 6037, + "king": 6038, + "ato": 6039, + "oughly": 6040, + "ĠUp": 6041, + "nums": 6042, + "uilding": 6043, + "duction": 6044, + "Ġrecorded": 6045, + "Ġdomain": 6046, + "Ġslightly": 6047, + "ĠPower": 6048, + "ĠCommission": 6049, + "Ġdf": 6050, + "Ġconfidence": 6051, + "Ġoccurred": 6052, + "ĠMart": 6053, + "vi": 6054, + "Ġtrou": 6055, + "ĠÃ": 6056, + "Ġsector": 6057, + "alysis": 6058, + "ĠMedical": 6059, + "Ġdensity": 6060, + "Ġrecognize": 6061, + "Ġspiritual": 6062, + "ĠTechnology": 6063, + "Ġfeelings": 6064, + "``.": 6065, + "sembly": 6066, + "Ġcoal": 6067, + "ĠEnergy": 6068, + "Ġprocedures": 6069, + "Ġimproving": 6070, + "Ġbow": 6071, + "ĠTreat": 6072, + "ĠSer": 6073, + "App": 6074, + "lers": 6075, + "Ġfif": 6076, + "ĠAp": 6077, + "Ġcloud": 6078, + "sible": 6079, + "ĠElect": 6080, + "Ġrub": 6081, + "Ġnarr": 6082, + "ensus": 6083, + "ivalent": 6084, + "ĠAny": 6085, + "Ġvisible": 6086, + "Ġappearance": 6087, + "aud": 6088, + "ih": 6089, + "Ġadvoc": 6090, + "Ġnerv": 6091, + "comple": 6092, + "conomic": 6093, + "Ġharv": 6094, + "Ġplays": 6095, + "Tr": 6096, + "'))": 6097, + "method": 6098, + "Ġlogging": 6099, + "Ġsubstant": 6100, + "Ġfacilit": 6101, + "Ġdeliver": 6102, + "tag": 6103, + "idx": 6104, + "rolog": 6105, + "Ġshift": 6106, + "Ġinstrument": 6107, + "ĠCode": 6108, + "aser": 6109, + "ĠColum": 6110, + "Ġtro": 6111, + "Ġprepare": 6112, + "Ġperspective": 6113, + "Ġinterests": 6114, + "Ġcrisis": 6115, + "Ġproteins": 6116, + "Ġingred": 6117, + "Ġtherm": 6118, + "Ġcrops": 6119, + "Ġ?": 6120, + "Ġphr": 6121, + "Ġmessages": 6122, + "Ġthin": 6123, + "ĠNASA": 6124, + "Go": 6125, + "Ġforced": 6126, + "ĠSol": 6127, + "hem": 6128, + "Ġchart": 6129, + "ĠCentral": 6130, + "yles": 6131, + "Ġvent": 6132, + "ĠNor": 6133, + "Ġkm": 6134, + "Ġensuring": 6135, + "igration": 6136, + "Ġfertil": 6137, + "var": 6138, + "ĠRa": 6139, + "UN": 6140, + "culate": 6141, + "roke": 6142, + "Over": 6143, + "Ġtested": 6144, + "More": 6145, + "Ġmorning": 6146, + "Ġbrown": 6147, + "Ġplaying": 6148, + "zy": 6149, + "ĠSam": 6150, + "Ġmarg": 6151, + "ĠLou": 6152, + "Ġ2003": 6153, + "Ġagricultural": 6154, + "Ġmonitor": 6155, + "Ġshel": 6156, + "ĠBeautiful": 6157, + "Ġstarts": 6158, + "Ġexplained": 6159, + "Ġpairs": 6160, + "cat": 6161, + "link": 6162, + "rine": 6163, + "van": 6164, + "stood": 6165, + "Ġeast": 6166, + "Ġkn": 6167, + "Ġsyndrome": 6168, + "HO": 6169, + "Ġclosely": 6170, + "car": 6171, + "ĠTem": 6172, + "ĠPost": 6173, + "ĠInstead": 6174, + "Ġgovernments": 6175, + "Ġ2019": 6176, + "cules": 6177, + "Ġresponses": 6178, + "Americ": 6179, + "CD": 6180, + "Ġgrown": 6181, + "Ġoperator": 6182, + "Ġengage": 6183, + "Ġdrinking": 6184, + "ĠSea": 6185, + "olars": 6186, + "ota": 6187, + "coming": 6188, + "ĠControl": 6189, + "ĠArmy": 6190, + "cell": 6191, + "Ġparse": 6192, + "Ġconsumer": 6193, + "Ġ(\"": 6194, + "Ġfelt": 6195, + "Ġartificial": 6196, + "Ġtypical": 6197, + "Ġmanufacturing": 6198, + "Design": 6199, + "Ġstem": 6200, + "Ġclosed": 6201, + "Ġaccel": 6202, + "Ġexplan": 6203, + "lick": 6204, + "Ġconnections": 6205, + "Soup": 6206, + "ario": 6207, + "ĠWomen": 6208, + "next": 6209, + "Ġ2001": 6210, + "Ġhappened": 6211, + "cluded": 6212, + "cher": 6213, + "ĠSci": 6214, + "ĠDet": 6215, + "Ġspaces": 6216, + "ĠPsych": 6217, + "Ġrecognized": 6218, + "Ġlessons": 6219, + "igenous": 6220, + "Ġlose": 6221, + "ĠEvery": 6222, + "Ġmsg": 6223, + "Ġpossess": 6224, + "UR": 6225, + "Ġdecrease": 6226, + "Ġprinciple": 6227, + "ĠBC": 6228, + "Ġbuff": 6229, + "Ġcurriculum": 6230, + "Ġhoriz": 6231, + "67": 6232, + "ÃŃ": 6233, + "Ġwalls": 6234, + "Ġfro": 6235, + "Ġcorrel": 6236, + "Ġdiversity": 6237, + "vals": 6238, + "Ġconvent": 6239, + "55": 6240, + "Ġfalse": 6241, + "imer": 6242, + "Ġdistingu": 6243, + "Ġlooked": 6244, + "Ġdesired": 6245, + "dig": 6246, + "roid": 6247, + "oto": 6248, + "Ġnit": 6249, + "Ġfab": 6250, + "icon": 6251, + "rency": 6252, + "ĠTeac": 6253, + "Ġresidents": 6254, + "ĠAnother": 6255, + "Ġstages": 6256, + "Ġusage": 6257, + "Ġpersons": 6258, + "Ġbiological": 6259, + "yr": 6260, + "Ġborder": 6261, + "Ġweap": 6262, + "ascular": 6263, + "Ġchief": 6264, + "chers": 6265, + "ĠDec": 6266, + "Ġattributes": 6267, + "ĠHoly": 6268, + "iday": 6269, + "ĠMr": 6270, + "Ġsuffering": 6271, + "Ġexplains": 6272, + "Ġopened": 6273, + "eper": 6274, + "Ġmac": 6275, + "Ġnaturally": 6276, + "Ġdatetime": 6277, + "88": 6278, + "Ġwire": 6279, + "Ġband": 6280, + "Ġlocations": 6281, + "ĠProv": 6282, + "plicated": 6283, + "while": 6284, + "ĠStr": 6285, + "ĠSpace": 6286, + "Ġbeneficial": 6287, + "ĠLife": 6288, + "Ġcontem": 6289, + "ometimes": 6290, + "Ġproport": 6291, + "acific": 6292, + "Ġfunding": 6293, + "Key": 6294, + "ĠTwo": 6295, + "ĠDise": 6296, + "copy": 6297, + "spe": 6298, + "Ġwarn": 6299, + "abil": 6300, + "Ġallerg": 6301, + "Per": 6302, + "Ob": 6303, + "Ġtun": 6304, + "Ġopts": 6305, + "Ġsides": 6306, + "Ġsounds": 6307, + "dule": 6308, + "Ġattribute": 6309, + "Ġsuccessfully": 6310, + "Ġharmful": 6311, + "Ġfoss": 6312, + "Ġnetworks": 6313, + "ĠHIV": 6314, + "ifications": 6315, + "Ġinches": 6316, + "erals": 6317, + "eless": 6318, + "ĠYear": 6319, + "Ġrepresentation": 6320, + "My": 6321, + "Ġade": 6322, + "Ġsnow": 6323, + "Ġdoll": 6324, + "ĠFoundation": 6325, + "?âĢĿ": 6326, + "ĠEngine": 6327, + "Ġpackage": 6328, + "AB": 6329, + "Ġfle": 6330, + "Ġleaving": 6331, + "Ġjustice": 6332, + "Ġscan": 6333, + "Ġclaims": 6334, + "Ġrapidly": 6335, + "Ġdtype": 6336, + "Ġratio": 6337, + "Ġfirm": 6338, + "ellect": 6339, + "Ġjoin": 6340, + "asive": 6341, + "'ve": 6342, + "Ġfilled": 6343, + "that": 6344, + "Ġconsid": 6345, + "Ġdomestic": 6346, + "Ġleadership": 6347, + "Ġble": 6348, + "ĠInformation": 6349, + "phone": 6350, + "ĠCommon": 6351, + "cons": 6352, + "ometry": 6353, + "Ġera": 6354, + "Ġemotions": 6355, + "Ġguidelines": 6356, + "ĠNews": 6357, + "Ġbattery": 6358, + "Cal": 6359, + "Time": 6360, + "VID": 6361, + "Ġshell": 6362, + "allel": 6363, + "itors": 6364, + "Ġwait": 6365, + "Ġfunctional": 6366, + "iah": 6367, + "Ġ1990": 6368, + "ĠBook": 6369, + "Ġportion": 6370, + "Ġsuffer": 6371, + "Ġmyth": 6372, + "Ġunless": 6373, + "Ġinfected": 6374, + "LO": 6375, + "omy": 6376, + "abs": 6377, + "verty": 6378, + "ained": 6379, + "Ġages": 6380, + "Ġdram": 6381, + "Ġbytes": 6382, + "Ġprotected": 6383, + "Ġpoverty": 6384, + "Ġdiscovery": 6385, + "iat": 6386, + "Ġgather": 6387, + "Ġconsistent": 6388, + "ĠDel": 6389, + "Ġsupports": 6390, + "Ġconcerned": 6391, + "create": 6392, + "Ġtow": 6393, + "Ġdental": 6394, + "ĠBible": 6395, + "Ġrural": 6396, + "Ġsmooth": 6397, + "Ġreform": 6398, + "ĠJose": 6399, + "address": 6400, + "Ġstated": 6401, + "ĠToday": 6402, + "ĠCare": 6403, + "ĠCarol": 6404, + "Ġagriculture": 6405, + "Ġsuggested": 6406, + "Ġtouch": 6407, + "Ġdir": 6408, + "offset": 6409, + "ette": 6410, + "ibilities": 6411, + "Ġantibiot": 6412, + "mas": 6413, + "Ġtemp": 6414, + "Ġhabitat": 6415, + "ĠBeautifulSoup": 6416, + "organ": 6417, + "ĠDesign": 6418, + "Ġsurvival": 6419, + "Ġskill": 6420, + "Ġethnic": 6421, + "desc": 6422, + "ndarray": 6423, + "oor": 6424, + "ĠSum": 6425, + "oven": 6426, + "Ġinfo": 6427, + "Ġcorpor": 6428, + "Ġtried": 6429, + "asp": 6430, + "Ġstudied": 6431, + "Ġgrav": 6432, + "Ġimmun": 6433, + "space": 6434, + "Ġsynt": 6435, + "ĠConn": 6436, + "Ġheader": 6437, + "Ġmobile": 6438, + "Ġframework": 6439, + "Add": 6440, + "Ġ32": 6441, + "Ġexpensive": 6442, + "filter": 6443, + "clusive": 6444, + "Ġgirls": 6445, + "Ġrepeated": 6446, + "ocation": 6447, + "ĠIr": 6448, + "ĠMain": 6449, + "inity": 6450, + "Ġcls": 6451, + "Ġprevention": 6452, + "Ġinject": 6453, + "ads": 6454, + "anes": 6455, + "Ġregulations": 6456, + "Ġhighlight": 6457, + "During": 6458, + "inte": 6459, + "ĠExamples": 6460, + "abits": 6461, + "agers": 6462, + "Ġmedication": 6463, + "Ġhundreds": 6464, + "Ġcos": 6465, + "Ġunknown": 6466, + "Ġopening": 6467, + "section": 6468, + "files": 6469, + "Col": 6470, + "Me": 6471, + "ĠMil": 6472, + "Ġkit": 6473, + "Ġfloor": 6474, + "ĠMicro": 6475, + "ĠLand": 6476, + "Ġsecondary": 6477, + "arter": 6478, + "Ġworldwide": 6479, + "IL": 6480, + "Or": 6481, + "Ġsen": 6482, + "Ġdetection": 6483, + "Ġju": 6484, + "Ġdirector": 6485, + "Ġlifestyle": 6486, + "Ġcultiv": 6487, + "Ġindicates": 6488, + "esity": 6489, + "ĠSl": 6490, + "Ġauthen": 6491, + "Ġcompare": 6492, + "Ġextensive": 6493, + "Ġgun": 6494, + "irus": 6495, + "Ġkil": 6496, + "Ġdecor": 6497, + "Ġrevealed": 6498, + "Ġstick": 6499, + "Ġcapable": 6500, + "bor": 6501, + "score": 6502, + "ĠRussia": 6503, + "ĠTime": 6504, + "Ġprem": 6505, + "Ġlun": 6506, + "Ġformal": 6507, + "Ġwriter": 6508, + "Ġevaluate": 6509, + "rations": 6510, + "Ġcreative": 6511, + "ini": 6512, + "ceived": 6513, + "Ġsupplement": 6514, + "Ġsick": 6515, + "Ġaccepted": 6516, + "Ġneut": 6517, + "ĠVol": 6518, + "Ġreaders": 6519, + "dist": 6520, + "kes": 6521, + "orter": 6522, + "âĢĻ.": 6523, + "cycl": 6524, + "ĠForm": 6525, + "Ġadj": 6526, + "Ġacts": 6527, + "Ne": 6528, + "scale": 6529, + "lst": 6530, + "Ġtraffic": 6531, + "Ġfoundation": 6532, + "ka": 6533, + "Ġshut": 6534, + "Ġpolice": 6535, + "Ġlisted": 6536, + "Ġapart": 6537, + "Ġtrial": 6538, + "real": 6539, + "cluding": 6540, + "Ġachieved": 6541, + "MP": 6542, + "Ġappreci": 6543, + "rh": 6544, + "dden": 6545, + "ĠEnvironmental": 6546, + "Ġintake": 6547, + "ecut": 6548, + "xy": 6549, + "Ġpig": 6550, + "Ġsuc": 6551, + "Ġrelax": 6552, + "cium": 6553, + "Ġsoldiers": 6554, + "Ġpil": 6555, + "Ġmillions": 6556, + "ĠâĢ¢": 6557, + "cknow": 6558, + "Ġreplaced": 6559, + "Ġdeaths": 6560, + "first": 6561, + "Ġ2002": 6562, + "Ġcollabor": 6563, + "Ġaccompl": 6564, + "Ġbehaviors": 6565, + "Ġopinion": 6566, + "pers": 6567, + "ĠBer": 6568, + "ĠRussian": 6569, + "unte": 6570, + "Ġsegment": 6571, + "Ġviews": 6572, + "ĠManagement": 6573, + "Ġastr": 6574, + "ailed": 6575, + "Ġsports": 6576, + "Ġdiscussed": 6577, + "Develop": 6578, + "Ġleaf": 6579, + "Ġwors": 6580, + "Ġpossibly": 6581, + "Ġhydro": 6582, + "ĠRobert": 6583, + "Ġpure": 6584, + "Ġofficials": 6585, + ".'": 6586, + "Ġapparent": 6587, + "uzz": 6588, + "Ġchosen": 6589, + "Ġintroduction": 6590, + "reet": 6591, + "iology": 6592, + "Ġlibr": 6593, + "Ġwestern": 6594, + "Ġnormally": 6595, + "ĠPers": 6596, + "Ġheaders": 6597, + "ef": 6598, + "Ġplate": 6599, + "lig": 6600, + "eles": 6601, + "ĠSuch": 6602, + "ĠGroup": 6603, + "\\\\": 6604, + "Ġtal": 6605, + "Ġpretty": 6606, + "Ġancest": 6607, + "BN": 6608, + "Ġabuse": 6609, + "Ġrecip": 6610, + "Ġamb": 6611, + "ĠWil": 6612, + "Ġintervention": 6613, + "ĠLike": 6614, + "Ġrail": 6615, + "Ġinteractions": 6616, + "ĠVirginia": 6617, + "ĠAlex": 6618, + "Ġconclusion": 6619, + "ĠThrough": 6620, + "ĠAtl": 6621, + "500": 6622, + "ĠNumber": 6623, + "Ġwalking": 6624, + "Ġenum": 6625, + "appe": 6626, + "ville": 6627, + "Ġreject": 6628, + "ĠSec": 6629, + "color": 6630, + "Ġlatter": 6631, + "Ġzone": 6632, + "Ġexchange": 6633, + "Ġoutdo": 6634, + "Ġelectro": 6635, + "Ġcouple": 6636, + "ingly": 6637, + "under": 6638, + "Ġ->": 6639, + "lements": 6640, + "aming": 6641, + "ĠOF": 6642, + "Ġ31": 6643, + "Ġcloser": 6644, + "Ġinstalled": 6645, + "Ġpermanent": 6646, + "orrow": 6647, + "Ġsudden": 6648, + "Ġchol": 6649, + "Ġimper": 6650, + "Ġoffering": 6651, + "Ġpump": 6652, + "Ġblocks": 6653, + "di": 6654, + "Ġpaid": 6655, + "Ġinjuries": 6656, + "Ġpersist": 6657, + "77": 6658, + "Ġ190": 6659, + "ashion": 6660, + "ĠCompany": 6661, + "Ġpull": 6662, + "icit": 6663, + "ĠTur": 6664, + "igma": 6665, + "Ġdescribes": 6666, + "Ġsteel": 6667, + "Ste": 6668, + "Ġlogger": 6669, + "Class": 6670, + "Ġcatch": 6671, + "Ġtraum": 6672, + "Ġunderlying": 6673, + "pet": 6674, + "sec": 6675, + "ĠCD": 6676, + "Ġextended": 6677, + "Ġdust": 6678, + "Ġintegers": 6679, + "msg": 6680, + "Ġrecognition": 6681, + "Ġtruly": 6682, + "vari": 6683, + "ctors": 6684, + "Ġcustomer": 6685, + "Ġbread": 6686, + "Ġequivalent": 6687, + "ENT": 6688, + "orig": 6689, + "ĠOpen": 6690, + "Ġevaluation": 6691, + "ql": 6692, + "Ġvehicles": 6693, + "Ġfigures": 6694, + "Ġentirely": 6695, + "Ġworse": 6696, + "ront": 6697, + "ĠKore": 6698, + "Ġcomputers": 6699, + "ĠSmith": 6700, + "step": 6701, + "Ġvs": 6702, + "Ġweights": 6703, + "itudes": 6704, + "Ġimmediate": 6705, + "ecute": 6706, + "Ġimpossible": 6707, + "racy": 6708, + "annels": 6709, + "EF": 6710, + "Ġplt": 6711, + "match": 6712, + "Ġadopted": 6713, + "ĠNav": 6714, + "ishment": 6715, + "]))": 6716, + "ny": 6717, + "Ġroles": 6718, + "Ġsignals": 6719, + "idity": 6720, + "'),": 6721, + "inet": 6722, + "Ġsod": 6723, + "Ġstars": 6724, + "Ġconsumers": 6725, + "CA": 6726, + "replace": 6727, + "esting": 6728, + "Ġcategories": 6729, + "obs": 6730, + "Ġtwice": 6731, + "\\_": 6732, + "zen": 6733, + "Ġ500": 6734, + "Ġchapter": 6735, + "ansion": 6736, + "Ġregional": 6737, + "Ġsed": 6738, + "ĠConstitution": 6739, + "alian": 6740, + "Ġunderstood": 6741, + "dri": 6742, + "ups": 6743, + "Ġsurvive": 6744, + "olving": 6745, + "ĠAcc": 6746, + "ĠMo": 6747, + "ĠBet": 6748, + "ano": 6749, + "Ġstrict": 6750, + "Ġmuse": 6751, + "Ġultimately": 6752, + "Other": 6753, + "Ġtrib": 6754, + "Ġrepresented": 6755, + "ĠTypeError": 6756, + "CP": 6757, + "Ġcrop": 6758, + "Ġinteraction": 6759, + "ca": 6760, + "Ġrank": 6761, + "ĠDan": 6762, + "Ġmarked": 6763, + "oted": 6764, + "ĠCreat": 6765, + "Ġangle": 6766, + "89": 6767, + "Ġfrequent": 6768, + "Ġconfiguration": 6769, + "Ġfix": 6770, + "ĠBudd": 6771, + "ä¸": 6772, + "ĠWhether": 6773, + "Ġresolution": 6774, + "Ġuns": 6775, + "product": 6776, + "show": 6777, + "Ġanswers": 6778, + "aph": 6779, + "Ġprints": 6780, + "module": 6781, + "Ġstrengthen": 6782, + "49": 6783, + "ĠAS": 6784, + "agram": 6785, + "Ġflight": 6786, + "Ġsummary": 6787, + "omic": 6788, + "ĠNature": 6789, + "Ġverb": 6790, + "Ġstruggle": 6791, + "Bl": 6792, + "PE": 6793, + "ferent": 6794, + "Ġtrace": 6795, + "burg": 6796, + "orical": 6797, + "Ġparties": 6798, + "Ġproducing": 6799, + "mode": 6800, + "Ġinstructions": 6801, + "Ġaccounts": 6802, + "Ġdecline": 6803, + "Ġcontainer": 6804, + "Ġfell": 6805, + "rape": 6806, + "Ġspeaking": 6807, + "ĠFind": 6808, + "Ġends": 6809, + "Ġfrag": 6810, + "Ġappeared": 6811, + "ada": 6812, + "Ġscal": 6813, + "Pe": 6814, + "ĠSen": 6815, + "ĠPacific": 6816, + "Ġdelay": 6817, + "Ġrepresenting": 6818, + "ye": 6819, + "ĠNations": 6820, + "Ġment": 6821, + "chain": 6822, + "Ġobj": 6823, + "Ġdoctors": 6824, + "ĠJSON": 6825, + "ango": 6826, + "Ġroof": 6827, + "Ġ[[": 6828, + "Ġderived": 6829, + "QL": 6830, + "Ġ]": 6831, + "Ġsoup": 6832, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 6833, + "Ġadministration": 6834, + "Ġaer": 6835, + "orses": 6836, + "Ġsimpl": 6837, + "Ġtit": 6838, + "ĠMiddle": 6839, + "Ġcoff": 6840, + "Ġcarefully": 6841, + "ipping": 6842, + "86": 6843, + "Ġaudience": 6844, + "ĠCatholic": 6845, + "aped": 6846, + "ropical": 6847, + "ras": 6848, + "Ġtick": 6849, + "edy": 6850, + "Ġban": 6851, + "Ġconfir": 6852, + "ĠFlor": 6853, + "allow": 6854, + "Ġlayers": 6855, + "Ġtrigger": 6856, + "bing": 6857, + "Ġthor": 6858, + "ĠLake": 6859, + "ints": 6860, + "icious": 6861, + "Ġneighbor": 6862, + "tery": 6863, + "Ġrespir": 6864, + "Ġmarine": 6865, + "ola": 6866, + "Ġroutine": 6867, + "Ġdedicated": 6868, + "ĠRights": 6869, + "Ġlimits": 6870, + "lets": 6871, + "Ġcoun": 6872, + "Ġgap": 6873, + "ĠRec": 6874, + "Ġcircumstances": 6875, + "Ġfasc": 6876, + "Ġcontents": 6877, + "Ġtherap": 6878, + "oster": 6879, + "ĠAnn": 6880, + "Ġsatell": 6881, + "Ġafford": 6882, + "Ġring": 6883, + "Ġdiscipl": 6884, + "oken": 6885, + "Ġoriginally": 6886, + "Ġmanaging": 6887, + "Ġcourses": 6888, + "Ġdin": 6889, + "ĠCanadian": 6890, + "Ġveter": 6891, + "Ġmassive": 6892, + "Ġtalking": 6893, + "ua": 6894, + "Ġinterview": 6895, + "Ġcommunicate": 6896, + "Ġwaves": 6897, + "plotlib": 6898, + "Ġbroken": 6899, + "Ġelectronic": 6900, + "ĠAdditionally": 6901, + "Ġstimul": 6902, + "76": 6903, + "utch": 6904, + "Ġcolour": 6905, + "Ġhappy": 6906, + "Ġindustries": 6907, + "ĠHenry": 6908, + "Ġaqu": 6909, + "agues": 6910, + "Ġacknow": 6911, + "Ġdaughter": 6912, + "Ġsupporting": 6913, + "Ġdeli": 6914, + "icing": 6915, + "system": 6916, + "PR": 6917, + "onds": 6918, + "Ġassistance": 6919, + "Ġplayer": 6920, + "fields": 6921, + "press": 6922, + "Ġbones": 6923, + "ocratic": 6924, + "Ġnarrow": 6925, + "Ġconcrete": 6926, + "common": 6927, + "reland": 6928, + "ĠTHE": 6929, + "gent": 6930, + "Ġmur": 6931, + "outs": 6932, + "Ġfract": 6933, + "ĠReport": 6934, + "auth": 6935, + "Ġstom": 6936, + "const": 6937, + "graph": 6938, + "ribed": 6939, + "Ġagencies": 6940, + "break": 6941, + "Ġarchitecture": 6942, + ".âĢĻ": 6943, + "CR": 6944, + "Let": 6945, + "block": 6946, + "Ed": 6947, + "inction": 6948, + "rand": 6949, + "umin": 6950, + "ibonacci": 6951, + "Ġagreement": 6952, + "Ġintellect": 6953, + "ĠFranc": 6954, + "otes": 6955, + "String": 6956, + "ĠLouis": 6957, + "Ġtiny": 6958, + "Ġrevers": 6959, + "Ġfiber": 6960, + "session": 6961, + "ala": 6962, + "ĠMa": 6963, + "riend": 6964, + "ĠGlobal": 6965, + "UL": 6966, + "Ġaccum": 6967, + "Ġgreatly": 6968, + "ena": 6969, + "Ġhouses": 6970, + "ĠRevolution": 6971, + "ĠWindows": 6972, + "dtype": 6973, + "ĠStudies": 6974, + "Ġbudget": 6975, + "Ġabund": 6976, + "Ġaccessible": 6977, + "Ġhousehold": 6978, + "Ġchallenging": 6979, + "direct": 6980, + "Ġcategory": 6981, + "Ġdrain": 6982, + "ĠMont": 6983, + "Ġexamine": 6984, + "{'": 6985, + "Ġpossibility": 6986, + "Ġphotos": 6987, + "Ġtor": 6988, + "igate": 6989, + "Ġwish": 6990, + "Ġdelivery": 6991, + "elihood": 6992, + "Ġmanaged": 6993, + "icide": 6994, + "Ġthr": 6995, + "ĠJoseph": 6996, + "tu": 6997, + "Ġflav": 6998, + "Ġtransmission": 6999, + "Ġobjective": 7000, + "Ġestimate": 7001, + "ĠExpl": 7002, + "Ġnecessarily": 7003, + "Ġwants": 7004, + "Ġbot": 7005, + "ĠFederal": 7006, + "ĠChem": 7007, + "Ġexpressed": 7008, + "onia": 7009, + "Ġhabits": 7010, + "Ġcultures": 7011, + "Ġexperiments": 7012, + "Ġpool": 7013, + "Ġgall": 7014, + "Ġmechanism": 7015, + "See": 7016, + "Ġpositions": 7017, + "aria": 7018, + "Ġinterface": 7019, + "Ġguidance": 7020, + "ĠTw": 7021, + "ĠInte": 7022, + "Ġdecide": 7023, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 7024, + "ĠParis": 7025, + "=[": 7026, + "fill": 7027, + "Ġcomposition": 7028, + "Ġopposite": 7029, + "Ġkidney": 7030, + "ĠName": 7031, + "Ġwarming": 7032, + "avery": 7033, + "Ġcraft": 7034, + "Ġimprovement": 7035, + "ume": 7036, + "Ġautomatically": 7037, + "ĠColumb": 7038, + "Your": 7039, + "cursor": 7040, + "riers": 7041, + "Ġmarriage": 7042, + "ĠAbout": 7043, + "Ġcustomers": 7044, + "ĠOffice": 7045, + "ó": 7046, + "born": 7047, + "Ġstack": 7048, + "Ġproduces": 7049, + "Ġattached": 7050, + "Ġprincip": 7051, + "eal": 7052, + "ki": 7053, + "Ġgenerations": 7054, + "Ġsignificance": 7055, + "Ġphilosophy": 7056, + "norm": 7057, + "ĠIreland": 7058, + "iated": 7059, + "ĠSouthern": 7060, + "Ġsharing": 7061, + "esterol": 7062, + "ĠKeep": 7063, + "Dis": 7064, + "ican": 7065, + "Ġcomparison": 7066, + "Ġremark": 7067, + "Ġpurchase": 7068, + "ĠProfessor": 7069, + "try": 7070, + "ĠGood": 7071, + "conf": 7072, + "Ġprocessed": 7073, + "making": 7074, + "nce": 7075, + "Ġguarant": 7076, + "ĠSpec": 7077, + "Ġourselves": 7078, + "Tra": 7079, + "Ġdent": 7080, + "Ġuniverse": 7081, + "Ġcontained": 7082, + "ohyd": 7083, + "Ġpictures": 7084, + "Ġreserv": 7085, + "Ġacids": 7086, + "Te": 7087, + "olf": 7088, + "duced": 7089, + "Returns": 7090, + "hav": 7091, + "Ġmachines": 7092, + "Ġdebug": 7093, + "inn": 7094, + "Ġdoor": 7095, + "ĠStart": 7096, + "47": 7097, + "ĠGold": 7098, + "Ġunable": 7099, + "Ġbelief": 7100, + "oviet": 7101, + "ĠReview": 7102, + "fish": 7103, + "ĠScient": 7104, + "Ġdifficulty": 7105, + "87": 7106, + "Ġchildhood": 7107, + "Ġattend": 7108, + "Ġfewer": 7109, + "Ġcompetition": 7110, + "Check": 7111, + "Ġdiscrim": 7112, + "Ġdoubt": 7113, + "Ġimplemented": 7114, + "Ġwildlife": 7115, + "ĠHome": 7116, + "ipher": 7117, + "Ġprovider": 7118, + "Ġchrom": 7119, + "case": 7120, + "Ġorient": 7121, + "osph": 7122, + "Ġcrim": 7123, + "42": 7124, + "hell": 7125, + "Ġmolecules": 7126, + "parser": 7127, + "depth": 7128, + "Ġinstitution": 7129, + "strip": 7130, + "Ġdepos": 7131, + "agraph": 7132, + "Ġknew": 7133, + "Ġspectrum": 7134, + "ĠCOVID": 7135, + "tical": 7136, + "total": 7137, + "Ġduration": 7138, + "ĠCharles": 7139, + "Ġvulnerable": 7140, + "Ġmoon": 7141, + "ĠMill": 7142, + "Ġarms": 7143, + "Ġcompr": 7144, + "ĠVis": 7145, + "Ġcarb": 7146, + "Ġinformed": 7147, + "Ġdb": 7148, + "eters": 7149, + "ĠPract": 7150, + "Ġstudying": 7151, + "ĠFrank": 7152, + "ĠBro": 7153, + "Ġcluster": 7154, + "Ġcapture": 7155, + "âĢĻ,": 7156, + "Ġreduces": 7157, + "Ġbio": 7158, + "Ġindeed": 7159, + "Ġlock": 7160, + "Ġalle": 7161, + "ĠThose": 7162, + "Ġmeal": 7163, + "ĠClin": 7164, + "onomy": 7165, + "hetic": 7166, + "46": 7167, + "ME": 7168, + "Since": 7169, + "rams": 7170, + "ald": 7171, + "ĠSing": 7172, + "ĠTor": 7173, + "Ġrelation": 7174, + "Ġtells": 7175, + "ĠWell": 7176, + "Ġdecade": 7177, + "Ġmarried": 7178, + "Ġsusp": 7179, + "Ġlots": 7180, + "Ġscholars": 7181, + "Ġmaps": 7182, + "Ġdesire": 7183, + "ĠRad": 7184, + "Ġlaboratory": 7185, + "Ġinstruments": 7186, + "Ġupdated": 7187, + "CL": 7188, + "Ġwitness": 7189, + "Ġshop": 7190, + "author": 7191, + "Ġcart": 7192, + "Ġslowly": 7193, + "anches": 7194, + "First": 7195, + "Ġaircraft": 7196, + "Ġcomments": 7197, + "ensional": 7198, + "Ġinsurance": 7199, + "Ġwis": 7200, + "Ġlies": 7201, + "liament": 7202, + "afe": 7203, + "atern": 7204, + "Ġ300": 7205, + "ĠExper": 7206, + "Ġpreventing": 7207, + "Ġsucceed": 7208, + "ditions": 7209, + "Ġcars": 7210, + "Ġnd": 7211, + "Ġmodified": 7212, + "Ġgal": 7213, + "Ġsubs": 7214, + "Ġchick": 7215, + "Ġpowers": 7216, + "Ġwww": 7217, + "Ġrice": 7218, + "Ġevil": 7219, + "Ġgrace": 7220, + "Ġfighting": 7221, + "Ġvessels": 7222, + "Ġwhatever": 7223, + "Ġsight": 7224, + "itivity": 7225, + "oles": 7226, + "Ġorg": 7227, + "Dr": 7228, + "column": 7229, + "orous": 7230, + "Ġtranslation": 7231, + "Ġforests": 7232, + "oom": 7233, + "tage": 7234, + "upt": 7235, + "email": 7236, + "ocab": 7237, + "ĠCult": 7238, + "Ġpercentage": 7239, + "Ġinsects": 7240, + "ĠTrain": 7241, + "Ġbreathing": 7242, + "ocracy": 7243, + "actions": 7244, + "56": 7245, + "ĠText": 7246, + "ĠPeter": 7247, + "ĠLog": 7248, + "Ġparallel": 7249, + "Ġmeasurement": 7250, + "Med": 7251, + "Ġspr": 7252, + "Ġexercises": 7253, + "location": 7254, + "ĠLabor": 7255, + "pi": 7256, + "target": 7257, + "Ġadvantages": 7258, + "02": 7259, + "stract": 7260, + "Ġuniform": 7261, + "aked": 7262, + "ĠOx": 7263, + "azing": 7264, + "ona": 7265, + "std": 7266, + "using": 7267, + "Ġongoing": 7268, + "Ġlisten": 7269, + "pring": 7270, + "[:,": 7271, + "IF": 7272, + "Ġfly": 7273, + "Ġprison": 7274, + "Ġswim": 7275, + "writ": 7276, + "Ġconven": 7277, + "Ġtroops": 7278, + "Ġcards": 7279, + "Ġmixed": 7280, + "ĠDiv": 7281, + "ĠNatural": 7282, + "Ġreliable": 7283, + "draw": 7284, + "Ġseeing": 7285, + "ĠFrancis": 7286, + "ialize": 7287, + "connect": 7288, + "stone": 7289, + "ĠRob": 7290, + "auty": 7291, + "Ġcyber": 7292, + "Ġmechanisms": 7293, + "Ġabsolute": 7294, + "Lear": 7295, + "antly": 7296, + "ĠVict": 7297, + "ĠComput": 7298, + "Ġruns": 7299, + "Ġconventional": 7300, + ":]": 7301, + "ĠBab": 7302, + "Ġmountain": 7303, + "Ġtrained": 7304, + "Ġahead": 7305, + "Ġnone": 7306, + "anda": 7307, + "server": 7308, + "Ind": 7309, + "sentence": 7310, + "icode": 7311, + "ĠFree": 7312, + "Ġcontamin": 7313, + "ĠUSA": 7314, + "Ġadministr": 7315, + "rt": 7316, + "war": 7317, + "ontal": 7318, + "ĠKnow": 7319, + "rowser": 7320, + "Ġcalling": 7321, + "esh": 7322, + "Ġsheet": 7323, + "ulin": 7324, + "Ġstands": 7325, + "Sub": 7326, + "ĠInv": 7327, + "Ġscores": 7328, + "Ġcompute": 7329, + "has": 7330, + "oric": 7331, + "icate": 7332, + "Ġnine": 7333, + "Ġcalcium": 7334, + "Ġliv": 7335, + "usiness": 7336, + "bert": 7337, + "Ġmining": 7338, + ".\")": 7339, + "Ġseeking": 7340, + "Ġdrawing": 7341, + "Ġgone": 7342, + "ĠPenn": 7343, + "Ġsmoking": 7344, + "Ġfounded": 7345, + "labels": 7346, + "Ġdimensions": 7347, + "ĠProcess": 7348, + "Ġdynamic": 7349, + "kind": 7350, + "amps": 7351, + "ĠDefault": 7352, + "uke": 7353, + "price": 7354, + "Ġstores": 7355, + "Ġdomin": 7356, + "illa": 7357, + "Ġneck": 7358, + "Ġparticipate": 7359, + "================": 7360, + "Ġsweet": 7361, + "ĠSoviet": 7362, + "Ġcovers": 7363, + "Ġbiggest": 7364, + "zed": 7365, + "Ġstable": 7366, + "uality": 7367, + "Ġsacr": 7368, + "cls": 7369, + "Ġterritory": 7370, + "how": 7371, + "kin": 7372, + "Ġhash": 7373, + "ikip": 7374, + "Ġdispos": 7375, + "Ġhidden": 7376, + "sey": 7377, + "ude": 7378, + "ĠLine": 7379, + "RA": 7380, + "Rem": 7381, + "tree": 7382, + "Ġhero": 7383, + "inking": 7384, + "Ġsupplies": 7385, + "ĠInc": 7386, + "ĠAccess": 7387, + "ella": 7388, + "afety": 7389, + "Ġmood": 7390, + "Ġpoet": 7391, + "Ġmagnetic": 7392, + "ĠRome": 7393, + "Ġuniversity": 7394, + "Ġattach": 7395, + "bin": 7396, + "olicy": 7397, + "Ġfeedback": 7398, + "stein": 7399, + "fortunately": 7400, + "grid": 7401, + "EX": 7402, + "Ġcompounds": 7403, + "Ġbridge": 7404, + "pload": 7405, + "Ġprefix": 7406, + "Ġdestroyed": 7407, + "sts": 7408, + "uted": 7409, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 7410, + "olds": 7411, + "Ġrid": 7412, + "Ġstanding": 7413, + "Ġcircle": 7414, + "unched": 7415, + "Ġinher": 7416, + "ĠCa": 7417, + "Ġcorn": 7418, + "Ġoperate": 7419, + "Figure": 7420, + "Ġnan": 7421, + "ĠCall": 7422, + "Ġlibraries": 7423, + "stop": 7424, + "Ġsubstances": 7425, + "Ġ1999": 7426, + "Trans": 7427, + "Ġgut": 7428, + "Ġpron": 7429, + "iences": 7430, + "Ġreward": 7431, + "Ġmanif": 7432, + "idential": 7433, + "account": 7434, + "Ġcutting": 7435, + "Ġvolunte": 7436, + "ani": 7437, + "ĠSym": 7438, + "ĠOption": 7439, + "nger": 7440, + "Ġtaste": 7441, + "Ġrecept": 7442, + "ighter": 7443, + "apse": 7444, + "vin": 7445, + "ĠCr": 7446, + "Ġwarning": 7447, + "Ġteen": 7448, + "Ġelectron": 7449, + "Ġcalculated": 7450, + "Ġ1970": 7451, + "Ġarrived": 7452, + "96": 7453, + "roat": 7454, + "Ġcritic": 7455, + "Ġhem": 7456, + "Ġscene": 7457, + "Ġstatistics": 7458, + "rooms": 7459, + "Ġthreshold": 7460, + "rive": 7461, + "strings": 7462, + "Ġcontrols": 7463, + "oral": 7464, + "ctic": 7465, + "ĠBen": 7466, + "Ġeveryday": 7467, + "ync": 7468, + "Ġresil": 7469, + "ĠCommit": 7470, + "Ġinhib": 7471, + "Ġobesity": 7472, + "Ġdebate": 7473, + "Ġconstitution": 7474, + "eenth": 7475, + "kins": 7476, + "ĠHand": 7477, + "``,": 7478, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 7479, + "ali": 7480, + "soft": 7481, + "rypted": 7482, + "iodiversity": 7483, + "Ġrespectively": 7484, + "ĠMag": 7485, + "ü": 7486, + "Ġyounger": 7487, + "Ġencoding": 7488, + "itory": 7489, + "Ġasc": 7490, + "Ġmeasurements": 7491, + "grad": 7492, + "Ġmand": 7493, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 7494, + "ĠISBN": 7495, + "Ġdeclared": 7496, + "serv": 7497, + "Ġ''": 7498, + "Ġpainting": 7499, + "Ġarrange": 7500, + "Ġobservations": 7501, + "Ġcolleagues": 7502, + "va": 7503, + "Ġmanip": 7504, + "Ġcircuit": 7505, + "Ġvillage": 7506, + "mm": 7507, + "ĠMD": 7508, + "bridge": 7509, + "Ġescape": 7510, + "ifts": 7511, + "ĠCat": 7512, + "ĠIll": 7513, + "Ġholds": 7514, + "zeros": 7515, + "ĠEqu": 7516, + "ĠLong": 7517, + "Ġfever": 7518, + "Ġturns": 7519, + "Ġroute": 7520, + "Ġdemonstrated": 7521, + "ĠYet": 7522, + "Ġpromin": 7523, + "access": 7524, + "asters": 7525, + "ĠRichard": 7526, + "Ġrising": 7527, + "claim": 7528, + "sorted": 7529, + "SP": 7530, + "Then": 7531, + "Pre": 7532, + "Ġadds": 7533, + "Ġtea": 7534, + "Ġ1980": 7535, + "forcement": 7536, + "Stud": 7537, + "endar": 7538, + "Ġaudio": 7539, + "Ġcoffee": 7540, + "Ġfashion": 7541, + "Ġhorses": 7542, + "ĠBur": 7543, + "Ġpreval": 7544, + "local": 7545, + "Ġcollaboration": 7546, + "ĠTake": 7547, + "ĠScot": 7548, + "Ġauthorities": 7549, + "American": 7550, + "Ġcenters": 7551, + "vation": 7552, + "Ġcache": 7553, + "ĠAge": 7554, + "consc": 7555, + "Ġknows": 7556, + "Exception": 7557, + "Ġhealing": 7558, + "cover": 7559, + "Ġbranch": 7560, + "Ġvac": 7561, + "IR": 7562, + "ĠLib": 7563, + "Ġfeeding": 7564, + "Ġcats": 7565, + "âĢĺ": 7566, + "Ġmamm": 7567, + "ustain": 7568, + "earchers": 7569, + "Ġfinds": 7570, + "Ġtip": 7571, + "ĠDisease": 7572, + "Ġstomach": 7573, + "la": 7574, + "pread": 7575, + "inally": 7576, + "erior": 7577, + "Ġaxes": 7578, + "non": 7579, + "raise": 7580, + "Ġdates": 7581, + "comfort": 7582, + "itative": 7583, + "Ġcorner": 7584, + "Ġexpansion": 7585, + "ĠFlorida": 7586, + "rary": 7587, + "Ġpsychological": 7588, + "rd": 7589, + "itter": 7590, + "emia": 7591, + "uffer": 7592, + "Using": 7593, + "Value": 7594, + "ĠCarolina": 7595, + "holders": 7596, + "Ġhus": 7597, + "Ġrig": 7598, + "Ġphotograph": 7599, + "ioxide": 7600, + "mail": 7601, + "ĠMad": 7602, + "Ġguess": 7603, + "Ġstrain": 7604, + "irds": 7605, + "ĠEmpire": 7606, + "Ġindependence": 7607, + "amins": 7608, + "Ġguard": 7609, + "Ġcleaning": 7610, + "Ġtransaction": 7611, + "ikipedia": 7612, + ".')": 7613, + "Ġbath": 7614, + "Ġforg": 7615, + "Ġships": 7616, + "Ġinterpre": 7617, + "Ġoptimal": 7618, + "ĠEss": 7619, + "ĠVer": 7620, + "Under": 7621, + "Ġtransportation": 7622, + "NS": 7623, + "Ġ75": 7624, + "hma": 7625, + "ĠEst": 7626, + "Ġactivation": 7627, + "Ġjoined": 7628, + "Ġrely": 7629, + "Ġrelief": 7630, + "Ġexplo": 7631, + "Ġcalc": 7632, + "Ġcomputing": 7633, + "Ġcriteria": 7634, + "conscious": 7635, + "del": 7636, + "hop": 7637, + "Ġ;": 7638, + "ĠWord": 7639, + "argets": 7640, + "Ġjump": 7641, + "teen": 7642, + "________": 7643, + "oir": 7644, + "Ġnumer": 7645, + "Ġcm": 7646, + "fol": 7647, + "options": 7648, + "ï¼": 7649, + "Ġpartner": 7650, + "Ġdiagnosed": 7651, + "Ġpassing": 7652, + "ixture": 7653, + "Act": 7654, + "ĠExecut": 7655, + "Ġbias": 7656, + "Ġcholesterol": 7657, + "MA": 7658, + "Ġmm": 7659, + "Ġorganized": 7660, + "choice": 7661, + "Ġfre": 7662, + "ĠSign": 7663, + "Ġdefe": 7664, + "numpy": 7665, + "best": 7666, + "ogram": 7667, + "Ġbeliefs": 7668, + "Ġ×": 7669, + "Ġextension": 7670, + "Ġtrials": 7671, + "Ġformula": 7672, + "Ġsigned": 7673, + "Ġfabric": 7674, + "ĠAdminist": 7675, + "Ġdistributed": 7676, + "rovers": 7677, + "Ġgerm": 7678, + "ifferent": 7679, + "Ġunus": 7680, + "Ġprobability": 7681, + "ĠÐ": 7682, + "icago": 7683, + "ulary": 7684, + "Ġnearby": 7685, + "Ġignore": 7686, + "Ġorganisms": 7687, + "Ġaims": 7688, + "Ġschedule": 7689, + "achine": 7690, + "Ġ36": 7691, + "Ġtexts": 7692, + "84": 7693, + "ĠSil": 7694, + "quit": 7695, + "0000": 7696, + "Ġnewsp": 7697, + "rot": 7698, + "opath": 7699, + "ĠGard": 7700, + "Ġdisappe": 7701, + "Ġtwenty": 7702, + "Ġclothing": 7703, + "Ġindices": 7704, + "Ġcrime": 7705, + "OL": 7706, + "bra": 7707, + "lat": 7708, + "Ġhandling": 7709, + "Ġdamaged": 7710, + "Ġov": 7711, + "Ġsoul": 7712, + "Ġdeploy": 7713, + "ogue": 7714, + "plt": 7715, + "Ġrecommendations": 7716, + "Ġcamera": 7717, + "wing": 7718, + "Ġske": 7719, + "ĠMethod": 7720, + "Ġdispl": 7721, + "Ġoutcome": 7722, + "ĠChild": 7723, + "Ġagency": 7724, + "Ġsupposed": 7725, + "Ġdependent": 7726, + "Ġca": 7727, + "ĠEarly": 7728, + "otherapy": 7729, + "Ġingredients": 7730, + "such": 7731, + "Ġpup": 7732, + "Ġinsights": 7733, + "called": 7734, + "Ġinnovation": 7735, + "Ġshapes": 7736, + "Ġsizes": 7737, + "isk": 7738, + "Ġsatisf": 7739, + "Ġwhereas": 7740, + "Ġemployment": 7741, + "Ġmechanical": 7742, + "Ġvisitors": 7743, + "Ġbreath": 7744, + "throp": 7745, + "Ġdeeper": 7746, + "ĠRun": 7747, + "Ġtight": 7748, + "Ġdemonstrate": 7749, + "ĠMichael": 7750, + "%.": 7751, + "athe": 7752, + "Ġpit": 7753, + "opic": 7754, + "Ġeffectiveness": 7755, + "operation": 7756, + "Ġtf": 7757, + "arse": 7758, + "Ġdrawn": 7759, + "world": 7760, + "ĠOh": 7761, + "Ġsaved": 7762, + "Ġconsidering": 7763, + "Part": 7764, + "sim": 7765, + "ĠWild": 7766, + "Ġsurfaces": 7767, + "Ġcorrectly": 7768, + "heast": 7769, + "rection": 7770, + "Ġhousing": 7771, + "Ġmapping": 7772, + "ione": 7773, + "Ġbear": 7774, + "Ġfunds": 7775, + "Ġthousand": 7776, + "Ġmoisture": 7777, + "ĠForest": 7778, + "hesis": 7779, + "airy": 7780, + "Ġdriver": 7781, + "Ġassume": 7782, + "unct": 7783, + "ĠDig": 7784, + "Ġpaths": 7785, + "Ġtissues": 7786, + "oga": 7787, + "core": 7788, + "ora": 7789, + "Ġlegs": 7790, + "Ġfourth": 7791, + "Ġfra": 7792, + "ether": 7793, + "uses": 7794, + "ĠSpe": 7795, + "ĠNut": 7796, + "oolean": 7797, + "Ġgluc": 7798, + "Ġserves": 7799, + "Ġsole": 7800, + "health": 7801, + "Ġsections": 7802, + "Ġalter": 7803, + "Ġwilling": 7804, + "Up": 7805, + "div": 7806, + "Ġdestruction": 7807, + "ĠEffect": 7808, + "Ġaccident": 7809, + "Ġartist": 7810, + "Ġplayers": 7811, + "Ġhydrogen": 7812, + "ĠServices": 7813, + "Ġcryst": 7814, + "Object": 7815, + "Ġaward": 7816, + "ĠWorks": 7817, + "ĠItaly": 7818, + "lamb": 7819, + "Ġstability": 7820, + "anta": 7821, + "ailability": 7822, + "Ġswitch": 7823, + "inv": 7824, + "Ġnerve": 7825, + "Ġgram": 7826, + "rowing": 7827, + "Ġartists": 7828, + "ĠAustralian": 7829, + "sv": 7830, + "andon": 7831, + "akistan": 7832, + "Ġneur": 7833, + "Ġinstances": 7834, + "Ġsilver": 7835, + "matory": 7836, + "ĠNetwork": 7837, + "ĠAgricult": 7838, + "Ġprove": 7839, + "Ġenumerate": 7840, + "Ġtall": 7841, + "Ġdisch": 7842, + "Ġcounts": 7843, + "Once": 7844, + "osc": 7845, + "ownload": 7846, + "Ġentity": 7847, + "Ġdepict": 7848, + "datetime": 7849, + "gov": 7850, + "ĠCap": 7851, + "ĠÎ": 7852, + "Ġhur": 7853, + "ĠSpain": 7854, + "Ġhypothes": 7855, + "adr": 7856, + "ĠWhere": 7857, + "Out": 7858, + "Ġepid": 7859, + "ĠOcean": 7860, + "Ġcommitted": 7861, + "Ġlogic": 7862, + "Ġestimates": 7863, + "Ġaccommod": 7864, + "Ġreactions": 7865, + "Ġforget": 7866, + "Ġcomfortable": 7867, + "ĠSecurity": 7868, + "Even": 7869, + "Ġowner": 7870, + "Ġpredicted": 7871, + "Ġauto": 7872, + "Ġdescript": 7873, + "Ġmovie": 7874, + "ĠHaw": 7875, + "idespread": 7876, + "Ġbeauty": 7877, + "ĠLanguage": 7878, + "Ġscope": 7879, + "Ġexcessive": 7880, + "Ġloved": 7881, + "Ġath": 7882, + "Ġvibr": 7883, + "Ġwindows": 7884, + "Ġholding": 7885, + "Ġrender": 7886, + "pired": 7887, + "herent": 7888, + "Ġrect": 7889, + "(*": 7890, + "rane": 7891, + "Ġstake": 7892, + "Ġdesigns": 7893, + "Ġpanel": 7894, + "sis": 7895, + "prefix": 7896, + "Ġanalyze": 7897, + "Ġfossil": 7898, + "Ġdioxide": 7899, + "ĠSy": 7900, + "Ġkne": 7901, + "Ġsky": 7902, + "Ġincred": 7903, + "ocabulary": 7904, + "bytes": 7905, + "Ġsell": 7906, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 7907, + "Ġentered": 7908, + "Ġchecks": 7909, + "transform": 7910, + "ĠFort": 7911, + "Ġvisited": 7912, + "ĠPlant": 7913, + "ĠSciences": 7914, + "zone": 7915, + "Ġminim": 7916, + "Ġoccasion": 7917, + "Ġsentiment": 7918, + "Ġhazard": 7919, + "Ġpapers": 7920, + "Ġouter": 7921, + "Ġdepart": 7922, + "98": 7923, + "ady": 7924, + "Ġpeak": 7925, + "Ġagent": 7926, + "lambda": 7927, + "Ġpregnant": 7928, + "Ġstd": 7929, + "ĠPub": 7930, + "Ġbutton": 7931, + "Ġinterpretation": 7932, + "Ġadequate": 7933, + "Ġfurn": 7934, + "Ġ186": 7935, + "=(": 7936, + "ĠRom": 7937, + "Ġ65": 7938, + "Ġ150": 7939, + "Ġmoves": 7940, + "Ġobservation": 7941, + "riendly": 7942, + "Ġmeth": 7943, + "ĠSS": 7944, + "Ġbrings": 7945, + "essions": 7946, + "ĠHave": 7947, + "ĠFamily": 7948, + "Ġshock": 7949, + "ĠStreet": 7950, + "Ġpharm": 7951, + "ĠClimate": 7952, + "Ġconverted": 7953, + "osion": 7954, + "ĠEth": 7955, + "Int": 7956, + "ĠException": 7957, + "Ġfemales": 7958, + "uate": 7959, + "Ġmatters": 7960, + "Ġgrew": 7961, + "Ġissued": 7962, + "orph": 7963, + "amil": 7964, + "Ġequation": 7965, + "Ġphysics": 7966, + "Aut": 7967, + "CE": 7968, + "Ġwra": 7969, + "Ġresulted": 7970, + "ĠKingdom": 7971, + "Ġ//": 7972, + "Ġtank": 7973, + "Ġcomposed": 7974, + "ĠAdv": 7975, + "Ġembra": 7976, + "ĠWood": 7977, + "Ġresid": 7978, + "Ġclar": 7979, + "Ġmembr": 7980, + "ĠCancer": 7981, + "Ġputting": 7982, + "Ġpolitics": 7983, + "HT": 7984, + "Ġenables": 7985, + "Ġlands": 7986, + "Ġ1998": 7987, + "Ġmolecular": 7988, + "!\"": 7989, + "Ġconj": 7990, + "Ġshot": 7991, + "ieval": 7992, + "Ġagents": 7993, + "Ġbranches": 7994, + "Ġgreenhouse": 7995, + "Ġcrow": 7996, + "Ġbin": 7997, + "Ġneither": 7998, + "Ġdisabilities": 7999, + "Ġminerals": 8000, + "Ġemployed": 8001, + "Ġtrends": 8002, + "miss": 8003, + "Ġreceiving": 8004, + "Ġcombat": 8005, + "41": 8006, + "BS": 8007, + "ented": 8008, + "amination": 8009, + "Ġhonor": 8010, + "Ġmarks": 8011, + "han": 8012, + "ĠSyn": 8013, + "ĠRoyal": 8014, + "ĠGal": 8015, + "Ġmarkets": 8016, + "Ġassigned": 8017, + "Ġconstantly": 8018, + "Are": 8019, + "Ġthy": 8020, + "ĠNative": 8021, + "Ġwasn": 8022, + "bits": 8023, + "Ġ1000": 8024, + "rieve": 8025, + "Ġdivision": 8026, + "Ġuncertain": 8027, + "ults": 8028, + "Ġirrit": 8029, + "AG": 8030, + "ushed": 8031, + "ĠStudy": 8032, + "Ġsustainability": 8033, + "olit": 8034, + "ugh": 8035, + "Ġnose": 8036, + "ivered": 8037, + "Ġmeters": 8038, + "Ġconversation": 8039, + "Ġsmoke": 8040, + "fn": 8041, + "ĠMax": 8042, + "Ġmatches": 8043, + "Ġrepair": 8044, + "Use": 8045, + "archy": 8046, + "Ġdebt": 8047, + "effect": 8048, + "Ġtons": 8049, + "entry": 8050, + "ĠPan": 8051, + "Ġrobot": 8052, + "Ġrespiratory": 8053, + "Because": 8054, + "ĠEU": 8055, + "Ġinvolving": 8056, + "Process": 8057, + "Ġorgans": 8058, + "isters": 8059, + "Ġburning": 8060, + "ĠDoes": 8061, + "Ġstroke": 8062, + "Ġintegrated": 8063, + "Ġthreats": 8064, + "gression": 8065, + "Ġdoi": 8066, + "Ġmigr": 8067, + "ĠFunction": 8068, + "Ġalgorithms": 8069, + "Ġintellectual": 8070, + "send": 8071, + "Ġdisrupt": 8072, + "everal": 8073, + "Ġcentre": 8074, + "DP": 8075, + "seq": 8076, + "Ġintent": 8077, + "Ġcoverage": 8078, + "ĠGuide": 8079, + "Ġped": 8080, + "Am": 8081, + "amine": 8082, + "Ġvel": 8083, + "Ġspending": 8084, + "Ġprotocol": 8085, + "eras": 8086, + "Ġexport": 8087, + "Ġparticipation": 8088, + "ba": 8089, + "uce": 8090, + "Ġmild": 8091, + "Ġadvert": 8092, + "apped": 8093, + "Ġgrad": 8094, + "ilation": 8095, + "amma": 8096, + "Ġprofile": 8097, + "ressive": 8098, + "Ġbutter": 8099, + "43": 8100, + "pes": 8101, + "Ġvote": 8102, + "Ġintensity": 8103, + "prog": 8104, + "Ġdetected": 8105, + "Ġsensor": 8106, + "Ġfarming": 8107, + "ĠCommittee": 8108, + "Ġ2021": 8109, + "Ġinfect": 8110, + "Ġmos": 8111, + "Ġ1960": 8112, + "Ġdepartment": 8113, + "ĠExample": 8114, + "initely": 8115, + "'m": 8116, + "Ġbless": 8117, + "ĠValley": 8118, + "Ġreven": 8119, + "Ġwidespread": 8120, + "Ġworry": 8121, + "ĠIns": 8122, + "Ġsentences": 8123, + "remove": 8124, + "Implement": 8125, + "Ġconstructed": 8126, + "Ġcav": 8127, + "Ġhop": 8128, + "Ġsymbols": 8129, + "grade": 8130, + "Ġcontemporary": 8131, + "79": 8132, + "Ġhistoric": 8133, + "Ġlegislation": 8134, + "Ġtokens": 8135, + "context": 8136, + "Ġprinted": 8137, + "Ġgro": 8138, + "Ġundert": 8139, + "Ġproviders": 8140, + "Ġpresents": 8141, + "Response": 8142, + "Ġearthqu": 8143, + "Ġattempts": 8144, + "atial": 8145, + "Ġprinting": 8146, + "ĠAuthor": 8147, + "Ġrenewable": 8148, + "ĠNon": 8149, + "Ġbreed": 8150, + "Ġstronger": 8151, + "OP": 8152, + "Ġstatements": 8153, + "Ġannounced": 8154, + "ĠMars": 8155, + "Ġedges": 8156, + "Ġapproved": 8157, + "xx": 8158, + "Ġbits": 8159, + "stack": 8160, + "ĠCamp": 8161, + "ĠPass": 8162, + "Ġlaunched": 8163, + "IA": 8164, + "only": 8165, + "Ġconsume": 8166, + "Ġbacterial": 8167, + "Ġndarray": 8168, + "Hist": 8169, + "aration": 8170, + "ĠFather": 8171, + "Ġrecover": 8172, + "Ġproven": 8173, + "Ġtrend": 8174, + "frequ": 8175, + "usal": 8176, + "Ġpreparation": 8177, + "ĠBank": 8178, + "Ġimplications": 8179, + "Ġplus": 8180, + "Ġpartition": 8181, + "%)": 8182, + "81": 8183, + "TH": 8184, + "heimer": 8185, + "estamp": 8186, + "Ġcomplicated": 8187, + "Ġremoval": 8188, + "oids": 8189, + "Ġquantity": 8190, + "Ġparser": 8191, + "Ġsampling": 8192, + "Ġassociation": 8193, + "Ġpounds": 8194, + "children": 8195, + "Ġcooking": 8196, + "Ġtargets": 8197, + "ĠHall": 8198, + "Ġassets": 8199, + "Ġslavery": 8200, + "neg": 8201, + "Ġsurve": 8202, + "Ġinteractive": 8203, + "Ġordered": 8204, + "Ġexamination": 8205, + "Ġ400": 8206, + "Ġtreating": 8207, + "Cons": 8208, + "itamin": 8209, + "Ġexplanation": 8210, + "iary": 8211, + "sample": 8212, + "Ġinfluenced": 8213, + "ĠStep": 8214, + "Ġnervous": 8215, + "Ġbond": 8216, + "Ġplain": 8217, + "Ġparagraph": 8218, + "headers": 8219, + "Ġgradually": 8220, + "Colum": 8221, + "zil": 8222, + "Ġdys": 8223, + "Ġdisaster": 8224, + "Ġpresentation": 8225, + "Ġdifficulties": 8226, + "Ġcommitment": 8227, + "apes": 8228, + "Ġtemple": 8229, + "sq": 8230, + "ulating": 8231, + "Ġtrip": 8232, + "ioxid": 8233, + "Ġalpha": 8234, + "Ġdream": 8235, + "ĠHim": 8236, + "Ġeastern": 8237, + "Count": 8238, + "Ġcrypt": 8239, + "Ġcompound": 8240, + "Ġphoto": 8241, + "Ġprincipal": 8242, + "Ġfinished": 8243, + "fra": 8244, + "Ġkeyword": 8245, + "ediat": 8246, + "ĠNotes": 8247, + "Ġbabies": 8248, + "Ġdemands": 8249, + "fin": 8250, + "Ġwound": 8251, + "ĠPlease": 8252, + "acco": 8253, + "Ġplane": 8254, + "Ġhardware": 8255, + "Ġpromoting": 8256, + "Ġsubsequent": 8257, + "Ġmice": 8258, + "Ġhole": 8259, + "olesc": 8260, + "ĠPath": 8261, + "','": 8262, + "ĠBefore": 8263, + "Ġindicated": 8264, + "haust": 8265, + "Ġvertical": 8266, + "03": 8267, + "yal": 8268, + "ĠMer": 8269, + "txt": 8270, + "orient": 8271, + "Ġheating": 8272, + "Ġcareful": 8273, + "ĠAcademy": 8274, + "ĠTimes": 8275, + "ĠBrown": 8276, + "ĠEastern": 8277, + "ĠEnd": 8278, + "Ġpassage": 8279, + "Model": 8280, + "esides": 8281, + "Ġda": 8282, + "Ġcontrovers": 8283, + "Ġcoastal": 8284, + "lik": 8285, + "Ġrivers": 8286, + "Ġmetabol": 8287, + ")[": 8288, + "Ġcmd": 8289, + "Ġgrant": 8290, + "Ġarchae": 8291, + "Ġdanger": 8292, + "Ġmathematics": 8293, + "DS": 8294, + "reated": 8295, + "alph": 8296, + "Ġfault": 8297, + "Ġalert": 8298, + "Ġlights": 8299, + "Ġille": 8300, + "Ġcup": 8301, + "child": 8302, + "ading": 8303, + "ĠNorthern": 8304, + "Ġdesert": 8305, + "ventions": 8306, + "Ġinnovative": 8307, + "Sim": 8308, + "jango": 8309, + "Ġteams": 8310, + "itz": 8311, + "Ġtraditions": 8312, + "Ġpublication": 8313, + "Ġdelivered": 8314, + "State": 8315, + "Ġtables": 8316, + "ĠStat": 8317, + "inson": 8318, + "Ġweapons": 8319, + "igue": 8320, + "Ġchannels": 8321, + "ĠScott": 8322, + "Ġseparated": 8323, + "Ġregardless": 8324, + "Ġcooling": 8325, + "Ġtheories": 8326, + "Ġthanks": 8327, + "Ġagreed": 8328, + "Ġmicrob": 8329, + "ECT": 8330, + "Ġexecuted": 8331, + "iological": 8332, + "Ġdelete": 8333, + "Ġequally": 8334, + "roduction": 8335, + "ĠBoard": 8336, + "Ġvictims": 8337, + "Co": 8338, + "Ġturning": 8339, + "Ġcorrelation": 8340, + "env": 8341, + "ĠPy": 8342, + "Ġnewly": 8343, + "Inter": 8344, + "Ġpanels": 8345, + "Ġfacility": 8346, + "Ġturb": 8347, + "ollowing": 8348, + "Ġabilities": 8349, + "Ġmales": 8350, + "ĠAR": 8351, + "ĠBre": 8352, + "ĠMoreover": 8353, + "chen": 8354, + "ubble": 8355, + "ĠVictor": 8356, + "Ġsales": 8357, + "Ġsched": 8358, + "ĠChange": 8359, + "Ġlearners": 8360, + "Ġconfirmed": 8361, + "aid": 8362, + "bur": 8363, + "look": 8364, + "Ġknowing": 8365, + "Ġexplicit": 8366, + "Ġproceed": 8367, + "oples": 8368, + "plicate": 8369, + "Ġbalanced": 8370, + "command": 8371, + "bool": 8372, + "ĠPakistan": 8373, + "Ġparam": 8374, + "Ġwriters": 8375, + "Ġeliminate": 8376, + "ĠMartin": 8377, + "igan": 8378, + "ĠPerson": 8379, + "ĠSpirit": 8380, + "Ġboundaries": 8381, + "Ġuniversal": 8382, + "Ġforth": 8383, + "Ġclust": 8384, + "Ġliteracy": 8385, + "ĠCommunity": 8386, + "Ġcarbohyd": 8387, + "Ġgar": 8388, + "istical": 8389, + "perm": 8390, + "Table": 8391, + "itals": 8392, + "ĠSpecial": 8393, + "Ġengaging": 8394, + "Ġ1997": 8395, + "Ġplenty": 8396, + "Ġidentifying": 8397, + "true": 8398, + "Ġblow": 8399, + "ĠDutch": 8400, + "Ġcopper": 8401, + "DR": 8402, + "Ġsons": 8403, + "Ġsought": 8404, + "ĠAsian": 8405, + "Ġlon": 8406, + "Ġatoms": 8407, + "Ġquiet": 8408, + "Ġextend": 8409, + "Ġtemporary": 8410, + "Please": 8411, + "abling": 8412, + "ibl": 8413, + "Ġblind": 8414, + "ĠDev": 8415, + "ĠQuest": 8416, + "Ġquantum": 8417, + "Ġended": 8418, + "Ġeditor": 8419, + "bound": 8420, + "ĠSup": 8421, + "ourse": 8422, + "etics": 8423, + "ocy": 8424, + "adder": 8425, + "ĠPet": 8426, + "Ġasking": 8427, + "Enter": 8428, + "ĠDespite": 8429, + "Ġarts": 8430, + "creen": 8431, + "Ġautism": 8432, + "Ġmaintained": 8433, + "Ġlect": 8434, + "ĠTeacher": 8435, + "ĠChicago": 8436, + "ovascular": 8437, + "ĠColor": 8438, + "__)": 8439, + "Ġmatching": 8440, + "Ġaffecting": 8441, + "ogenic": 8442, + "Ġproportion": 8443, + "Ġmuseum": 8444, + "Des": 8445, + "itt": 8446, + "ittle": 8447, + "Ġcomplications": 8448, + "ĠDid": 8449, + "Ġremind": 8450, + "Ġstrongly": 8451, + "Ġtut": 8452, + "etary": 8453, + "Ġopposed": 8454, + "ĠBill": 8455, + "oston": 8456, + "Ġbringing": 8457, + "Ġengaged": 8458, + "ĠImport": 8459, + "################": 8460, + "Ġmerely": 8461, + "GB": 8462, + "hyd": 8463, + "ston": 8464, + "sem": 8465, + "this": 8466, + "Ġdealing": 8467, + "Ġaddresses": 8468, + "Ġprecision": 8469, + "isp": 8470, + "ocial": 8471, + "ptions": 8472, + "Ġunw": 8473, + "Ġwisdom": 8474, + "Ġterror": 8475, + "Ġdestination": 8476, + "Ġintegration": 8477, + "Ġminimize": 8478, + "squ": 8479, + "Ġlaser": 8480, + "ponent": 8481, + "dec": 8482, + "Ġpreced": 8483, + "Ġrefuge": 8484, + "Ġmultip": 8485, + "encode": 8486, + "Ġfer": 8487, + "Ġproof": 8488, + "Ġdose": 8489, + "Ġflour": 8490, + "Ġfacing": 8491, + "Ġcharacterized": 8492, + "Ġduty": 8493, + "after": 8494, + "}\".": 8495, + "Ġsocket": 8496, + "ĠLow": 8497, + "Ġabnormal": 8498, + "Ġtheme": 8499, + "Ġcollections": 8500, + ".|": 8501, + "bot": 8502, + "cache": 8503, + "Ġtheore": 8504, + "Ġregulation": 8505, + "ĠModel": 8506, + "Man": 8507, + "PL": 8508, + "Ġtear": 8509, + "Ġabandon": 8510, + "Ġflower": 8511, + "Ġversions": 8512, + "04": 8513, + "Ġ\".": 8514, + "ĠIndust": 8515, + "Ġpriority": 8516, + "Ġviruses": 8517, + "Ġencouraged": 8518, + "AF": 8519, + "Ġconversion": 8520, + "Ġ\",": 8521, + "Ġslave": 8522, + "ATION": 8523, + "Ġgained": 8524, + "ĠItalian": 8525, + "Ġbreeding": 8526, + "Ġcapabilities": 8527, + "Ġsequences": 8528, + "Ġphrase": 8529, + "iture": 8530, + "Ġtowns": 8531, + "bro": 8532, + "rene": 8533, + "rug": 8534, + "Ġpoison": 8535, + "Ġpin": 8536, + "Ġfaced": 8537, + "Ġvoltage": 8538, + "Ġcarrying": 8539, + "Ġsharp": 8540, + "97": 8541, + "bles": 8542, + "ita": 8543, + "Ġlung": 8544, + "ĠHy": 8545, + "Ġpreserve": 8546, + "bas": 8547, + "Ġsrc": 8548, + "Ġhormone": 8549, + "83": 8550, + "heet": 8551, + "Ġfunc": 8552, + "Ġtempor": 8553, + "ĠWho": 8554, + "Ġovercome": 8555, + "Ġconsideration": 8556, + "'].": 8557, + "Ġexperiencing": 8558, + "Ġcaptured": 8559, + "Ġvitamins": 8560, + "pow": 8561, + "Ġdrought": 8562, + "plant": 8563, + "ritis": 8564, + "aining": 8565, + "ĠResources": 8566, + "Ġfocuses": 8567, + "ĠIdent": 8568, + "Source": 8569, + "ĠEc": 8570, + "Ġlaunch": 8571, + "ĠCast": 8572, + "ogether": 8573, + "agon": 8574, + "Ġradius": 8575, + "Ġphenomenon": 8576, + "Ġinterval": 8577, + "ĠDirector": 8578, + "ĠPoint": 8579, + "ĠDO": 8580, + "ruit": 8581, + "Ġracial": 8582, + "Ġsomewhat": 8583, + "ĠRaises": 8584, + "Ġbeings": 8585, + "Ġanywhere": 8586, + "Ġstructural": 8587, + "Ġessentially": 8588, + "Ġglucose": 8589, + "even": 8590, + "ĠFace": 8591, + "Ġunion": 8592, + "coin": 8593, + "distance": 8594, + "pay": 8595, + "Ġ^": 8596, + "ounce": 8597, + "ĠBig": 8598, + "Ġdirected": 8599, + "Ġobserve": 8600, + "sequence": 8601, + "ĠJeff": 8602, + "hash": 8603, + "mem": 8604, + "Ġresist": 8605, + "Ġoverw": 8606, + "Ġvarieties": 8607, + "Ġderiv": 8608, + "Ġfed": 8609, + "Ġgrain": 8610, + "Ġrarely": 8611, + "Ġcurve": 8612, + "bet": 8613, + "zheimer": 8614, + "Ġcallback": 8615, + "Ġclassification": 8616, + "ĠLeg": 8617, + "coln": 8618, + "ĠParty": 8619, + "Ġconcerning": 8620, + "Ġassumed": 8621, + "Path": 8622, + "bu": 8623, + "oung": 8624, + "Ġintense": 8625, + "Ġ37": 8626, + "ĠCurrent": 8627, + "irt": 8628, + "ĠOS": 8629, + "Ġinputs": 8630, + "ĠLook": 8631, + "Ġproved": 8632, + "Ġensures": 8633, + "uels": 8634, + "ostic": 8635, + "Ġminute": 8636, + "rat": 8637, + "td": 8638, + "Ġmeals": 8639, + "Ġdimension": 8640, + "temp": 8641, + "ruption": 8642, + "Ġtract": 8643, + "Ġraises": 8644, + "Ġmetadata": 8645, + "Ġprox": 8646, + "Ġheritage": 8647, + "Ġheads": 8648, + "Ġvideos": 8649, + "Ġstations": 8650, + "header": 8651, + "uten": 8652, + "otype": 8653, + "Ġstead": 8654, + "ĠCy": 8655, + "Ġcomprom": 8656, + "Ġmaybe": 8657, + "Ġlaid": 8658, + "ĠIII": 8659, + "Ġsubstantial": 8660, + "Ġdollars": 8661, + "Ġbag": 8662, + "Ġmold": 8663, + "Ġ'__": 8664, + "Ġlegisl": 8665, + "Find": 8666, + "Ġpadd": 8667, + "Ġhappening": 8668, + "Ġpandemic": 8669, + "agen": 8670, + "exit": 8671, + "Ġremoving": 8672, + "Point": 8673, + "ui": 8674, + "azine": 8675, + "Ġ1996": 8676, + "ĠAND": 8677, + "Ġplug": 8678, + "Ġserving": 8679, + "rey": 8680, + "Ġhence": 8681, + "prime": 8682, + "06": 8683, + "Where": 8684, + "Ġarrays": 8685, + "Ġ185": 8686, + "Ġinspir": 8687, + "ĠFurthermore": 8688, + "Ġbanks": 8689, + "Ġdefense": 8690, + "pattern": 8691, + "Ġmatplotlib": 8692, + "Ġbrand": 8693, + "Ġexceed": 8694, + "quality": 8695, + "ushing": 8696, + "abeth": 8697, + "Ġmodules": 8698, + "ĠIndians": 8699, + "azon": 8700, + "ymph": 8701, + "optional": 8702, + "Ġintest": 8703, + "Ġcust": 8704, + "Ġclothes": 8705, + "oves": 8706, + "Ġcalories": 8707, + "alm": 8708, + "ĠChristmas": 8709, + "template": 8710, + "Ġnitrogen": 8711, + "Ġben": 8712, + "Ġethical": 8713, + "Number": 8714, + "Ġbiodiversity": 8715, + "ĠSafety": 8716, + "Ġdecay": 8717, + "theless": 8718, + "Ġstreet": 8719, + "ĠTim": 8720, + "Ġusual": 8721, + "ĠFire": 8722, + "fulness": 8723, + "gressive": 8724, + "ĠAmong": 8725, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 8726, + "ĠSometimes": 8727, + "ĠRock": 8728, + "domain": 8729, + "edu": 8730, + "acent": 8731, + "ĠAgency": 8732, + "Ġexperimental": 8733, + "vania": 8734, + "Ġnob": 8735, + "Ġlie": 8736, + "Ġinval": 8737, + "Ġlowest": 8738, + "Ġdriven": 8739, + "fasta": 8740, + "Ġmortality": 8741, + "aneous": 8742, + "ĠDistrict": 8743, + "ropy": 8744, + "Hand": 8745, + "Ġfest": 8746, + "help": 8747, + "Ġmixture": 8748, + "ĠMen": 8749, + "Ġhusband": 8750, + "achus": 8751, + "Ġenth": 8752, + "ĠOper": 8753, + "Ġdisk": 8754, + "Ġtub": 8755, + "Ġund": 8756, + "lishing": 8757, + "Ġsensors": 8758, + "Ġfavorite": 8759, + "erman": 8760, + "aneously": 8761, + "Ġcort": 8762, + "Ġrecon": 8763, + "ĠCoast": 8764, + "Ġinn": 8765, + "plex": 8766, + "lication": 8767, + "ceptions": 8768, + "cores": 8769, + "ĠFinally": 8770, + "HS": 8771, + "elfare": 8772, + "Ġtot": 8773, + "ima": 8774, + "Ġfilters": 8775, + "Ġrobust": 8776, + "Ġcounty": 8777, + "Ġradical": 8778, + "Ġwebsites": 8779, + "Ġofficers": 8780, + "ĠColumbia": 8781, + "Ġtab": 8782, + "irth": 8783, + "Ġlistening": 8784, + "Ġchest": 8785, + "Ġprecise": 8786, + "Ġrecycling": 8787, + "Ġamazing": 8788, + "Ġelection": 8789, + "Ġepis": 8790, + "Ġscheme": 8791, + "reek": 8792, + "iana": 8793, + "Ġaggreg": 8794, + "Ġtechnological": 8795, + "ĠGeorg": 8796, + "hy": 8797, + "enza": 8798, + "isible": 8799, + "Ġmanager": 8800, + "Ġcompens": 8801, + "Ġtimeout": 8802, + "Note": 8803, + "Ġstones": 8804, + "Ġ-=": 8805, + "Ġexpertise": 8806, + "tx": 8807, + "Ġcontribution": 8808, + "Ġdiameter": 8809, + "Ġrealize": 8810, + "Ġoldest": 8811, + "ĠSimilar": 8812, + "AA": 8813, + "heric": 8814, + "Ġholes": 8815, + "Ġbuffer": 8816, + "Ġboy": 8817, + "....": 8818, + "Ġspecialized": 8819, + "Ġtrouble": 8820, + "Sm": 8821, + "eor": 8822, + "Ġanalys": 8823, + "pdf": 8824, + "Ġodd": 8825, + "ĠPop": 8826, + "Ġobst": 8827, + "ĠAlzheimer": 8828, + "ĠChristians": 8829, + "Ġinitially": 8830, + "Ġconsciousness": 8831, + "ĠShould": 8832, + "esis": 8833, + "ĠTable": 8834, + "Ġdefect": 8835, + "Ġparas": 8836, + "Ġzip": 8837, + "Ġprotecting": 8838, + "Ġbigger": 8839, + "Ġimagine": 8840, + "Today": 8841, + "ĠFigure": 8842, + "Ġnegot": 8843, + "Ġantibiotics": 8844, + "osh": 8845, + "Ġinsulin": 8846, + "etts": 8847, + "Ġsupplements": 8848, + "Ġentries": 8849, + "syl": 8850, + "asant": 8851, + "ĠPM": 8852, + "Ġacquired": 8853, + "09": 8854, + "dot": 8855, + "itarian": 8856, + "Ġadm": 8857, + "OC": 8858, + "quir": 8859, + "Ġenemy": 8860, + "sche": 8861, + "iki": 8862, + "').": 8863, + "mid": 8864, + "ĠScript": 8865, + "stats": 8866, + "Ġvocabulary": 8867, + "Ġconfirm": 8868, + "Ġengineers": 8869, + "Ġearliest": 8870, + "ĠAvoid": 8871, + "ĠTer": 8872, + "Ġevolved": 8873, + "ĠLiter": 8874, + "Ġcycl": 8875, + "Ġexhaust": 8876, + "Ġapplying": 8877, + "Ġobjectives": 8878, + "ATE": 8879, + "People": 8880, + ":\",": 8881, + "ĠThough": 8882, + "Ġspecification": 8883, + "Ġscientist": 8884, + "Ġmultipl": 8885, + "Ġfalls": 8886, + "Ġargue": 8887, + "Ġjudge": 8888, + ".).": 8889, + "Ke": 8890, + "aws": 8891, + "Ġforecast": 8892, + "Ġinvestigation": 8893, + "ö": 8894, + "Ġtong": 8895, + "ett": 8896, + "ĠDen": 8897, + "Ġgranted": 8898, + "Ġreporting": 8899, + "Ġisolated": 8900, + "Fe": 8901, + "raham": 8902, + "ductive": 8903, + "ĠGrand": 8904, + "ĠTry": 8905, + "Ġpaint": 8906, + "ĠBrazil": 8907, + "PD": 8908, + "books": 8909, + "cmd": 8910, + "·": 8911, + "Ġabsence": 8912, + "Log": 8913, + "Ġcurrency": 8914, + "Ġdrag": 8915, + "Ġnums": 8916, + "Ġdescend": 8917, + "Ġbiology": 8918, + "kl": 8919, + "ocity": 8920, + "Ġcham": 8921, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 8922, + "onym": 8923, + "Ġdress": 8924, + "Ġmeasuring": 8925, + "Ġswit": 8926, + "izabeth": 8927, + "lected": 8928, + "Ġcrew": 8929, + "ĠScotland": 8930, + "Ġdance": 8931, + "Ġrocks": 8932, + "linear": 8933, + "Ġwrites": 8934, + "Ġfatty": 8935, + "ĠSuper": 8936, + "Ġnarrative": 8937, + "ĠHarv": 8938, + "Ġclients": 8939, + "Ġpersonality": 8940, + "Ġidentification": 8941, + "Ġplanting": 8942, + "Ġgalax": 8943, + "cha": 8944, + "Ġbiom": 8945, + "Ġcomplexity": 8946, + "ĠSupport": 8947, + "friendly": 8948, + "nut": 8949, + "Ġlst": 8950, + "ĠPur": 8951, + "Ġworst": 8952, + "erving": 8953, + "Ġchoosing": 8954, + "Ġreplacement": 8955, + "Ġbees": 8956, + "Ġedition": 8957, + "Ġclassify": 8958, + "ographical": 8959, + "ĠImage": 8960, + "Ġexciting": 8961, + "ĠOxford": 8962, + "72": 8963, + "Ge": 8964, + "night": 8965, + "including": 8966, + "Ġfunctioning": 8967, + "Ġrestore": 8968, + "Ġsafely": 8969, + "pathy": 8970, + "Ġ1995": 8971, + "View": 8972, + "Ġsessions": 8973, + "ĠTV": 8974, + "ĠFil": 8975, + "Ġcounsel": 8976, + "ien": 8977, + "mented": 8978, + "Ġdisability": 8979, + "Ġconstra": 8980, + "ĠFlask": 8981, + "Ġprominent": 8982, + "93": 8983, + "green": 8984, + "Ġcommands": 8985, + "ĠHTML": 8986, + "vate": 8987, + "contain": 8988, + "contin": 8989, + "Ġasthma": 8990, + "Ġcriminal": 8991, + "71": 8992, + "ois": 8993, + "Ġease": 8994, + "Ġaddiction": 8995, + "Ġcursor": 8996, + "Ġprogramme": 8997, + "sets": 8998, + "ĠPC": 8999, + "ĠMel": 9000, + "Ġadvent": 9001, + "Ġacute": 9002, + "Ġmagnitude": 9003, + "Ġexpanded": 9004, + "Ġwine": 9005, + "Ġaged": 9006, + "Ġecosystems": 9007, + "Ġislands": 9008, + "opts": 9009, + "ĠAssess": 9010, + "Ġweakness": 9011, + "Ġpreferred": 9012, + "Ġsurprising": 9013, + "Ġthir": 9014, + "imm": 9015, + "ĠHosp": 9016, + "Ġkingdom": 9017, + "Step": 9018, + "ĠSat": 9019, + "Ġnutrient": 9020, + "_{": 9021, + "Ġpiv": 9022, + "ryption": 9023, + "Ġdisturb": 9024, + "Ġgrows": 9025, + "EE": 9026, + "rog": 9027, + "Ġelder": 9028, + "ĠRef": 9029, + "ymes": 9030, + "ESS": 9031, + "Ġfishing": 9032, + "Given": 9033, + "idation": 9034, + "weights": 9035, + "Ġsensitivity": 9036, + "Ġcovering": 9037, + "Ġpunishment": 9038, + "Ġtumor": 9039, + "ĠIrish": 9040, + "Text": 9041, + "xml": 9042, + "Ġmine": 9043, + "enger": 9044, + "Ġcoron": 9045, + "Ġroads": 9046, + "Ġprohib": 9047, + "ĠNOT": 9048, + "Ġwheat": 9049, + "prot": 9050, + "Ġserial": 9051, + "Ġnl": 9052, + "ĠSon": 9053, + "expected": 9054, + "Ġantioxid": 9055, + "brid": 9056, + "buffer": 9057, + "Ġfairly": 9058, + "sylvania": 9059, + "?\"": 9060, + "iest": 9061, + "save": 9062, + "Ġprotective": 9063, + "Ġinspired": 9064, + "Ġboys": 9065, + "Ġtrauma": 9066, + "Ġorbit": 9067, + "ĠLincoln": 9068, + "ĠMoon": 9069, + "ĠBack": 9070, + "Ġsevent": 9071, + "Ġcommission": 9072, + "Ġoccurring": 9073, + "Ġharder": 9074, + "Ġsatellite": 9075, + "Ġmir": 9076, + "eting": 9077, + "Ġroughly": 9078, + "Ġaccompan": 9079, + "Ġmathematical": 9080, + "Ġtwe": 9081, + "Ġmerg": 9082, + "Ġconvey": 9083, + "ĠDictionary": 9084, + "Ġdefend": 9085, + "EST": 9086, + "advant": 9087, + "Ġmineral": 9088, + "century": 9089, + "Ġdecreased": 9090, + "achusetts": 9091, + "74": 9092, + "Ġmouse": 9093, + "Ġarrest": 9094, + "neum": 9095, + "Ġavailability": 9096, + "ao": 9097, + "ĠCS": 9098, + "Ġorders": 9099, + "Ġ42": 9100, + "HD": 9101, + "ura": 9102, + "ema": 9103, + "Ġrational": 9104, + "Ġ33": 9105, + "Ġtransformation": 9106, + "Ġsuscept": 9107, + "Ġtropical": 9108, + "Ġfinger": 9109, + "iral": 9110, + "Spec": 9111, + "Ġye": 9112, + "ĠPen": 9113, + "Ġproductivity": 9114, + "Ġplatforms": 9115, + "Ear": 9116, + "Ġreput": 9117, + "Ġstyles": 9118, + "Ġalarm": 9119, + "ĠMu": 9120, + "ĠBoston": 9121, + "Ġmanual": 9122, + "Ġflags": 9123, + "Ġfocusing": 9124, + "Ġheaven": 9125, + "lights": 9126, + "ĠPlay": 9127, + "Ġexpectations": 9128, + "window": 9129, + "HA": 9130, + "Ġsect": 9131, + "Ġsport": 9132, + "Ġcaught": 9133, + "Ġchances": 9134, + "Ġinsight": 9135, + "month": 9136, + "Ġ1994": 9137, + "Ġconsiderable": 9138, + "Ġheavily": 9139, + "ĠLearn": 9140, + "ĠSupreme": 9141, + ")),": 9142, + "mask": 9143, + "person": 9144, + "Ġdraft": 9145, + "ĠMS": 9146, + "ĠVen": 9147, + "ĠSecret": 9148, + "Ġcreatures": 9149, + "Ġdeficiency": 9150, + "Pars": 9151, + "ĠNever": 9152, + "clos": 9153, + "asts": 9154, + "Ġtraject": 9155, + "forward": 9156, + "Ġcandidate": 9157, + "ĠOnline": 9158, + "Ġdietary": 9159, + "Ġdivine": 9160, + "Ġceremon": 9161, + "Ġvow": 9162, + "occ": 9163, + "Ġgenerator": 9164, + "Ġsuffered": 9165, + "LS": 9166, + "olves": 9167, + "features": 9168, + "ĠCentre": 9169, + ".:": 9170, + "Ġlamb": 9171, + "iber": 9172, + "Ġspin": 9173, + "Ġthereby": 9174, + "project": 9175, + "ĠReading": 9176, + "ĠEngineering": 9177, + "Ġtags": 9178, + "Ġ34": 9179, + "Ġtransc": 9180, + "Ġion": 9181, + "Ġcash": 9182, + "Ġseat": 9183, + "Ġgrains": 9184, + "ĠSwed": 9185, + "abb": 9186, + "ificate": 9187, + "oices": 9188, + "à¥": 9189, + "otton": 9190, + "ifted": 9191, + ":-": 9192, + "Ġkeeps": 9193, + "ĠWithout": 9194, + "Ġregistered": 9195, + "Ġembed": 9196, + "Ġsurge": 9197, + "Ġfatigue": 9198, + "oder": 9199, + "Start": 9200, + "Ġimplementing": 9201, + "Ġignored": 9202, + "handle": 9203, + "Ġflexible": 9204, + "Ġinhabit": 9205, + "ĠAtlantic": 9206, + "OST": 9207, + "rating": 9208, + "tim": 9209, + "Ġfires": 9210, + "security": 9211, + "Ġvaccines": 9212, + "Ġplanned": 9213, + "Ġutility": 9214, + "Ġvolcan": 9215, + "=['": 9216, + "Fix": 9217, + "Ġdetermining": 9218, + "\"):": 9219, + "atal": 9220, + "Ġreign": 9221, + "Ġnest": 9222, + "ĠPot": 9223, + "ĠFund": 9224, + "cii": 9225, + ":`~": 9226, + "plicates": 9227, + "Ġsunlight": 9228, + "Ġqueue": 9229, + "ĠHill": 9230, + "Ġaimed": 9231, + "82": 9232, + "Ġfraction": 9233, + "Ġwheel": 9234, + "Ġexploring": 9235, + "Ġclaimed": 9236, + "Ġoverwhel": 9237, + "mt": 9238, + "ĠJac": 9239, + "Ġpartial": 9240, + "proper": 9241, + "Ġperforming": 9242, + "Ġunusual": 9243, + "Sp": 9244, + "Ġsubstit": 9245, + "Ġmanufacturers": 9246, + "ĠAdministration": 9247, + "а": 9248, + "Ġcub": 9249, + "ĠDou": 9250, + "Ġsuperior": 9251, + "92": 9252, + "ĠLy": 9253, + "Ġneighborhood": 9254, + "oured": 9255, + "Ġcompat": 9256, + "Ġurine": 9257, + "Ġlosses": 9258, + "Ġkilomet": 9259, + "Ġton": 9260, + "erver": 9261, + "Ġimaging": 9262, + "duce": 9263, + "Ġherb": 9264, + "Ġimprovements": 9265, + "Ġcv": 9266, + "Ġstuff": 9267, + "estock": 9268, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 9269, + "Ġbarriers": 9270, + "Ġoutdoor": 9271, + "js": 9272, + "nt": 9273, + "Ġadolesc": 9274, + "ĠAnalysis": 9275, + "aska": 9276, + "Ġpredictions": 9277, + "Ġworship": 9278, + "edge": 9279, + "thritis": 9280, + "Ġclassified": 9281, + "Ġslaves": 9282, + "Ġaddressing": 9283, + "utely": 9284, + "Ġ1950": 9285, + "Ġpurs": 9286, + "Ġimmigr": 9287, + "ĠNaz": 9288, + "Ġinterventions": 9289, + "anned": 9290, + "Ġnursing": 9291, + "Ġsenior": 9292, + "rical": 9293, + "orate": 9294, + "berry": 9295, + "Ġequality": 9296, + "Ġfitness": 9297, + "Before": 9298, + "Ġexhibit": 9299, + "Det": 9300, + "Ġphosph": 9301, + "thetic": 9302, + "Ġphysician": 9303, + "cost": 9304, + "iva": 9305, + "oute": 9306, + "Ġrose": 9307, + "neys": 9308, + "urolog": 9309, + "role": 9310, + "ernel": 9311, + "Ġreveal": 9312, + "Ġpix": 9313, + "aved": 9314, + "Ġemerging": 9315, + "iler": 9316, + "ĠRam": 9317, + "Ġdefines": 9318, + "Ġfaces": 9319, + "Ġseemed": 9320, + "rapeut": 9321, + "ĠOhio": 9322, + "diff": 9323, + "ĠNa": 9324, + "asty": 9325, + "Ġrecall": 9326, + "Ġvariation": 9327, + "swith": 9328, + "08": 9329, + "vol": 9330, + "peror": 9331, + "ĠForce": 9332, + "Ġpursu": 9333, + "Ġspl": 9334, + "Ġsaving": 9335, + "ĠVe": 9336, + "Ġdistances": 9337, + "ĠPrevention": 9338, + "Ġcoordinates": 9339, + "hea": 9340, + "high": 9341, + "Ġpeoples": 9342, + "Ġdigestive": 9343, + "ĠIndex": 9344, + "Ġsitting": 9345, + "Ġaddressed": 9346, + "Ġreferences": 9347, + "Ġrecur": 9348, + "Ġworkplace": 9349, + "apple": 9350, + "Ġprofound": 9351, + "MM": 9352, + "Conn": 9353, + "Ġinstallation": 9354, + "Ġrelie": 9355, + "Ġrotation": 9356, + "Ġclock": 9357, + "Ġperception": 9358, + "Ġmoderate": 9359, + "Ġexploration": 9360, + "Ġauthentic": 9361, + "height": 9362, + "Ġengagement": 9363, + "usalem": 9364, + "ĠCross": 9365, + "Ġbuck": 9366, + "Ġmetals": 9367, + "Ġreaching": 9368, + "ela": 9369, + "Ġsignature": 9370, + "Ġcardiovascular": 9371, + "Form": 9372, + "ĠBusiness": 9373, + "earing": 9374, + "Ġmarketing": 9375, + "Ġecological": 9376, + "balance": 9377, + "About": 9378, + "Ass": 9379, + "dest": 9380, + "ashes": 9381, + "omal": 9382, + "Ġpromise": 9383, + "Ġvariations": 9384, + "Python": 9385, + "ideo": 9386, + "'}": 9387, + "Every": 9388, + "username": 9389, + "Ġcure": 9390, + "ĠpH": 9391, + "ĠCir": 9392, + "Ġran": 9393, + "Ġadvis": 9394, + "Ġemotion": 9395, + "FS": 9396, + "eem": 9397, + "Ġ'.": 9398, + "FI": 9399, + "Ġfo": 9400, + "Ġbatch": 9401, + "omial": 9402, + "ĠImp": 9403, + "uis": 9404, + "ä": 9405, + "Ġ55": 9406, + "Ġconsumed": 9407, + "uum": 9408, + "Ġpestic": 9409, + "employ": 9410, + "ĠLead": 9411, + "Ġworker": 9412, + "__':": 9413, + "ilder": 9414, + "ceive": 9415, + "Ġconcluded": 9416, + "Inf": 9417, + "ĠPerform": 9418, + "Ġthermal": 9419, + "Ġclassical": 9420, + "Ġscreening": 9421, + "Ġemphasis": 9422, + "73": 9423, + "Ġbs": 9424, + "Ġsimult": 9425, + "Ġbleeding": 9426, + "indu": 9427, + "Ġregister": 9428, + "Ġminimal": 9429, + "ĠArticle": 9430, + "TR": 9431, + "pus": 9432, + "asy": 9433, + "ĠThree": 9434, + "Ġlegend": 9435, + "Ġcharacteristic": 9436, + "Ġrhyth": 9437, + "adel": 9438, + "ĠLim": 9439, + "ĠModern": 9440, + "Ġtribes": 9441, + "rin": 9442, + "Ġtack": 9443, + "ĠTop": 9444, + "ĠContin": 9445, + "DataFrame": 9446, + "Ġic": 9447, + "ĠZeal": 9448, + "Ġsteam": 9449, + "EO": 9450, + "PC": 9451, + "ĠBuilding": 9452, + "izers": 9453, + "Ġenorm": 9454, + "Ġeducators": 9455, + "parts": 9456, + "Ġtaxes": 9457, + "ĠMassachusetts": 9458, + "TC": 9459, + "Yes": 9460, + "reams": 9461, + "Ġpermission": 9462, + "Ġargued": 9463, + "ĠPennsylvania": 9464, + "sys": 9465, + "Ġassembly": 9466, + "Ġjoy": 9467, + "erty": 9468, + "ĠHeart": 9469, + "Ġindicating": 9470, + "Ġnutritional": 9471, + "ĠStandard": 9472, + "hire": 9473, + "wan": 9474, + "Ġcreativity": 9475, + "ĠElizabeth": 9476, + "Ġpropag": 9477, + "Ġconference": 9478, + "Ġidx": 9479, + "Ġdisplayed": 9480, + "icular": 9481, + "ĠBal": 9482, + "arters": 9483, + "Ġquarter": 9484, + "Ġviewed": 9485, + "Ġforming": 9486, + "Who": 9487, + "Ġholy": 9488, + "Ġburied": 9489, + "Ġfriendly": 9490, + "Ġlungs": 9491, + "Ġfats": 9492, + "Ġfisher": 9493, + "Ġdiffer": 9494, + "Ġmeaningful": 9495, + "ĠEdward": 9496, + "Ġremarkable": 9497, + "TER": 9498, + "Ġtube": 9499, + "ograp": 9500, + "Ġplanets": 9501, + "Ġalternatives": 9502, + "ĠDri": 9503, + "cyclop": 9504, + "ĠDesc": 9505, + "ĠFact": 9506, + "ĠLight": 9507, + "--------------------------------": 9508, + "giene": 9509, + "ĠQueen": 9510, + "Ġlip": 9511, + "aded": 9512, + "Ġposts": 9513, + "Ġdigit": 9514, + "ĠJerusalem": 9515, + "itual": 9516, + "Ġchat": 9517, + "elsius": 9518, + "ĠConfed": 9519, + "Ġneutral": 9520, + "Ġmg": 9521, + "unicip": 9522, + "ĠSir": 9523, + "Ġspoken": 9524, + "Ġsubsc": 9525, + "Ġpassion": 9526, + "models": 9527, + "Ġstopped": 9528, + "Ġfacilitate": 9529, + "ĠEPA": 9530, + "Ġsupplied": 9531, + "Ġlighting": 9532, + "Ġstreams": 9533, + "ĠRh": 9534, + "dimensional": 9535, + "Ġinequ": 9536, + "Ġvan": 9537, + "ĠJul": 9538, + "rolled": 9539, + "Ġpollut": 9540, + "Ġlimitations": 9541, + "athered": 9542, + "300": 9543, + "Ġlake": 9544, + "ishop": 9545, + "Ġmyst": 9546, + "Ġphysically": 9547, + "startswith": 9548, + "Ġaccurately": 9549, + "Ġshaped": 9550, + "eness": 9551, + "else": 9552, + "ansas": 9553, + "Ġdoctrine": 9554, + "Att": 9555, + "ptom": 9556, + "ensed": 9557, + "Ġindigenous": 9558, + "po": 9559, + "Ġentertain": 9560, + "94": 9561, + "ifice": 9562, + "Ġcompress": 9563, + "Ġappointed": 9564, + "sur": 9565, + "alities": 9566, + "Ġprofit": 9567, + "mn": 9568, + "ĠNum": 9569, + "Ġevident": 9570, + "ĠImm": 9571, + "objects": 9572, + "91": 9573, + "ĠSac": 9574, + "Ġneural": 9575, + "Ġabstract": 9576, + "Ġspan": 9577, + "covery": 9578, + "Ġexamined": 9579, + "derr": 9580, + "aret": 9581, + "Ġdocumentation": 9582, + "specific": 9583, + "Ġmusical": 9584, + "Ġjudgment": 9585, + "(['": 9586, + "Min": 9587, + "make": 9588, + "vl": 9589, + "о": 9590, + "Ġweigh": 9591, + "ĠIndepend": 9592, + "Ġreturning": 9593, + "Ġdesk": 9594, + "Ġactively": 9595, + "meth": 9596, + "Ġpad": 9597, + "Ġmys": 9598, + "ĠEp": 9599, + "Cur": 9600, + "osity": 9601, + "ĠNode": 9602, + "Ġcontributions": 9603, + "larg": 9604, + "ĠBu": 9605, + "ĠUl": 9606, + "Ġbreaks": 9607, + "MI": 9608, + "ĠHead": 9609, + "Ġelected": 9610, + "ĠOrganization": 9611, + "Ġordinary": 9612, + "ĠCambridge": 9613, + "Ġillegal": 9614, + "Ġsending": 9615, + "ĠLo": 9616, + "full": 9617, + "Ġdemocracy": 9618, + "ĠZealand": 9619, + "ĠRoad": 9620, + "('/": 9621, + "Ġbehavioral": 9622, + "ĠFacebook": 9623, + "eping": 9624, + "Ġmic": 9625, + "ĠFarm": 9626, + "Ġ1992": 9627, + "Ġdeeply": 9628, + "Ġsatisfact": 9629, + "Ġenthus": 9630, + "Ġorth": 9631, + "Ġentering": 9632, + "ĠProp": 9633, + "Dep": 9634, + "samples": 9635, + "Ġpipe": 9636, + "Ġpowder": 9637, + "Last": 9638, + "Ġtargeted": 9639, + "Ġstrike": 9640, + "Gr": 9641, + "ĠFibonacci": 9642, + "ercury": 9643, + "Ġpayment": 9644, + "clusions": 9645, + "Ġestablishment": 9646, + "ĠProtection": 9647, + "LA": 9648, + "uris": 9649, + "ĠPain": 9650, + "avirus": 9651, + "Ġessays": 9652, + "Ġenterpr": 9653, + "Ġhorizontal": 9654, + "Ġdiscrimination": 9655, + "aired": 9656, + "Ġfet": 9657, + "irms": 9658, + "ĠCard": 9659, + "Ġshorter": 9660, + "Ġsheep": 9661, + "Ġflows": 9662, + "ĠMarx": 9663, + "Ġvegetation": 9664, + "Ġles": 9665, + "Ġgast": 9666, + "adow": 9667, + "Ġmedian": 9668, + "Ġentr": 9669, + "']:": 9670, + "Ġoccas": 9671, + "heets": 9672, + "Ġdairy": 9673, + "ortion": 9674, + "ĠEconom": 9675, + "Ġresolve": 9676, + "cking": 9677, + "Ġsurg": 9678, + "Image": 9679, + "Ġsettlement": 9680, + "OW": 9681, + "Sum": 9682, + "Ġ\")": 9683, + "Ġroyal": 9684, + "Ġrequirement": 9685, + "Ġ£": 9686, + "Ġboundary": 9687, + "Car": 9688, + "Ġdur": 9689, + "urches": 9690, + "Ġspray": 9691, + "opyright": 9692, + "Ġfalling": 9693, + "Ġmanifest": 9694, + "two": 9695, + "iments": 9696, + "Ġgaps": 9697, + "ĠLast": 9698, + "Ġinterior": 9699, + "axes": 9700, + "Ġregarded": 9701, + "PU": 9702, + "Ġhier": 9703, + "Ġalive": 9704, + "ĠFour": 9705, + "develop": 9706, + "Ġacres": 9707, + "columns": 9708, + "Ġpill": 9709, + "ĠRail": 9710, + "Ġkilling": 9711, + "ĠArg": 9712, + "Ġchemistry": 9713, + "Ġcattle": 9714, + "Ġalphabet": 9715, + "Ġinfant": 9716, + "partition": 9717, + "ĠMichigan": 9718, + "IST": 9719, + "nodes": 9720, + "Ġgent": 9721, + "Ġspecify": 9722, + "Ġcontributed": 9723, + "Eng": 9724, + "cap": 9725, + "ĠAri": 9726, + "Ġinitiatives": 9727, + "cd": 9728, + "ulpt": 9729, + "through": 9730, + "Ġengines": 9731, + "Ġrequested": 9732, + "Ġreads": 9733, + "Each": 9734, + "freq": 9735, + "umes": 9736, + "bered": 9737, + "cient": 9738, + "idal": 9739, + "IO": 9740, + "Ġdies": 9741, + "ĠWal": 9742, + "Ġemployee": 9743, + "Ġdiets": 9744, + "Ġpsychology": 9745, + "queue": 9746, + "Ġgirl": 9747, + "src": 9748, + "Ġanger": 9749, + "Ġrab": 9750, + "Ġstrategic": 9751, + "Ġwaiting": 9752, + "Ġsins": 9753, + "Ġwearing": 9754, + "Ġinitiative": 9755, + "description": 9756, + "May": 9757, + "Search": 9758, + "Ġster": 9759, + "arest": 9760, + "Ġmedieval": 9761, + "Ġsolving": 9762, + "holds": 9763, + "Ġassignment": 9764, + "ĠConnect": 9765, + "52": 9766, + "ĠIncre": 9767, + "Ġaging": 9768, + "Ġexecute": 9769, + "Ġirr": 9770, + "Ġminority": 9771, + "PT": 9772, + "ĠHor": 9773, + "Ġcalendar": 9774, + "Rec": 9775, + "Size": 9776, + "iability": 9777, + "Ġcas": 9778, + "ĠWay": 9779, + "ĠAdam": 9780, + "ĠMean": 9781, + "Ġhat": 9782, + "ĠUnfortunately": 9783, + "matic": 9784, + "Ġacknowled": 9785, + "Ġchromos": 9786, + "Make": 9787, + "zero": 9788, + "Ġbinding": 9789, + "Ġgases": 9790, + "ĠAM": 9791, + "ĠSupp": 9792, + "Ġranges": 9793, + "Ġfeels": 9794, + "Ġinfants": 9795, + "exist": 9796, + "Ġbatteries": 9797, + "(_": 9798, + "EG": 9799, + "Em": 9800, + "Ġbeans": 9801, + "ĠUr": 9802, + "anger": 9803, + "Ġcirculation": 9804, + "07": 9805, + "Ġbene": 9806, + "Ġviolent": 9807, + "ĠSar": 9808, + "Ġemit": 9809, + "Ġattitude": 9810, + "Ġdirections": 9811, + "Ġdivide": 9812, + "Series": 9813, + "zymes": 9814, + "Ġcow": 9815, + "Ġwal": 9816, + "Invalid": 9817, + "Ġassistant": 9818, + "Ġwouldn": 9819, + "ĠCalculate": 9820, + "Ġwider": 9821, + "accur": 9822, + "Ġrac": 9823, + "angered": 9824, + "nia": 9825, + "Ġcontra": 9826, + "Ġpeer": 9827, + "rowth": 9828, + "IDS": 9829, + "ĠCommand": 9830, + "Ġtongue": 9831, + "uity": 9832, + "ĠCT": 9833, + "ĠMove": 9834, + "Ġusername": 9835, + "ĠAbraham": 9836, + "Ġgravity": 9837, + "Ġtact": 9838, + "Ġfought": 9839, + "utf": 9840, + "ĠTom": 9841, + "ponds": 9842, + "Ġflexibility": 9843, + "Ġcandidates": 9844, + "!âĢĿ": 9845, + "dem": 9846, + "job": 9847, + "erated": 9848, + "ĠPolicy": 9849, + "Ġsculpt": 9850, + "Ġ95": 9851, + "Ġresearcher": 9852, + "Ġhormones": 9853, + "ĠHospital": 9854, + "swe": 9855, + "ĠMath": 9856, + "Ġcompost": 9857, + "mega": 9858, + "Ġadapted": 9859, + "Ġmail": 9860, + "Ġintroduce": 9861, + "ĠConsider": 9862, + "Ġachievement": 9863, + "Ġtensor": 9864, + "Ġtomat": 9865, + "ĠLic": 9866, + "Ġcontributing": 9867, + "She": 9868, + "ĠNov": 9869, + "letter": 9870, + "Also": 9871, + "Ġhabitats": 9872, + "gence": 9873, + "ori": 9874, + "Ġencounter": 9875, + "mal": 9876, + "heit": 9877, + "secut": 9878, + "ocon": 9879, + "ĠPhilipp": 9880, + "Ġ~": 9881, + "Ġaspir": 9882, + "decode": 9883, + "feren": 9884, + "Ġoverview": 9885, + "2014": 9886, + "clear": 9887, + "oli": 9888, + "aints": 9889, + "Ġcharged": 9890, + "Ġflying": 9891, + "Ġorigins": 9892, + "tuple": 9893, + "Ġ120": 9894, + "Ġbyte": 9895, + "Ġ')": 9896, + "Ġ',": 9897, + "Ġspots": 9898, + "Ġartif": 9899, + "Ġoptimize": 9900, + "Ġbrowser": 9901, + "Ġspecim": 9902, + "Ġdegrad": 9903, + "Ġjoints": 9904, + "Don": 9905, + "Ġflash": 9906, + "Ġlogical": 9907, + "Ġbarrier": 9908, + "Ġemerged": 9909, + "Ġchicken": 9910, + "Ġthroat": 9911, + "ochem": 9912, + "Ġowned": 9913, + "Ġcatalog": 9914, + "Ġefficiently": 9915, + "elescope": 9916, + "Ġvelocity": 9917, + "Ġcord": 9918, + "Ġstood": 9919, + "Ġenabling": 9920, + "Fl": 9921, + "Ġcommunications": 9922, + "Ġfascinating": 9923, + "ranean": 9924, + "Ġprovince": 9925, + "ĠDisc": 9926, + "havior": 9927, + "oys": 9928, + "aya": 9929, + "ĠFile": 9930, + "Ġspecialist": 9931, + "Ġcolonial": 9932, + "Art": 9933, + "RC": 9934, + "Ġbat": 9935, + "rox": 9936, + "enter": 9937, + "ulty": 9938, + "Ġreasonable": 9939, + "connected": 9940, + "Ġpilot": 9941, + "tication": 9942, + "Ġprey": 9943, + "psy": 9944, + "Ġinspect": 9945, + "ĠAsk": 9946, + "Ġappeal": 9947, + "Ġtolerance": 9948, + "Ġathlet": 9949, + "rapeutic": 9950, + "Ġcodes": 9951, + "Ġgate": 9952, + "ador": 9953, + "Ġlikelihood": 9954, + "Ġprivacy": 9955, + "Ġthreatened": 9956, + "ĠIV": 9957, + "Ġexecutive": 9958, + "ĠPDF": 9959, + "Ġranging": 9960, + "Ġritual": 9961, + "izz": 9962, + "pectives": 9963, + "ĠParliament": 9964, + "ĠTrust": 9965, + "ĠIslamic": 9966, + "ustainable": 9967, + "Rel": 9968, + "opher": 9969, + "ĠBattle": 9970, + "Ġraising": 9971, + "Ġprovin": 9972, + "Ġbelieves": 9973, + "Ġcelebrated": 9974, + "Ġinvolvement": 9975, + "OM": 9976, + "unks": 9977, + "Ġspatial": 9978, + "Ġpossibilities": 9979, + "Ġencount": 9980, + "ĠSurvey": 9981, + "Ġuniversities": 9982, + "FF": 9983, + "Ġsoph": 9984, + "ĠMult": 9985, + "activ": 9986, + "Ġhappiness": 9987, + "Ġdescribing": 9988, + "Ġprecip": 9989, + "Ġbind": 9990, + "Ġchlor": 9991, + "ĠTreatment": 9992, + "Ġfuels": 9993, + "ĠIT": 9994, + "Ġachieving": 9995, + "Element": 9996, + "Ġtone": 9997, + "Ġft": 9998, + "ĠLess": 9999, + "Ġ48": 10000, + "Ġrestoration": 10001, + "Ġinfluences": 10002, + "Ġmosquit": 10003, + "Ġfellow": 10004, + "Ġlin": 10005, + "astics": 10006, + "Ġvaries": 10007, + "Ġrestaur": 10008, + "ĠConservation": 10009, + "Ġgods": 10010, + "borne": 10011, + "%,": 10012, + "Dict": 10013, + "isations": 10014, + "iger": 10015, + "ureau": 10016, + "Ġpolar": 10017, + "Ġdifferently": 10018, + "Ġcontainers": 10019, + "Ġgeometry": 10020, + "ĠMuslims": 10021, + "'d": 10022, + "Ġhumanity": 10023, + "Ġappend": 10024, + "Ġcontinuing": 10025, + "ahren": 10026, + "operative": 10027, + "Despite": 10028, + "Ext": 10029, + "Ġcul": 10030, + "Ġwelfare": 10031, + "una": 10032, + "ĠMot": 10033, + "rained": 10034, + "Ġcollective": 10035, + "subject": 10036, + "ĠChristianity": 10037, + "pub": 10038, + "Ġintention": 10039, + "comb": 10040, + "Ġholiday": 10041, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 10042, + "Ġmothers": 10043, + "perature": 10044, + "\",\"": 10045, + "Ġviral": 10046, + "ĠNavy": 10047, + "Ġdil": 10048, + "ĠViet": 10049, + "Ġdiscussions": 10050, + "ĠAlexander": 10051, + "een": 10052, + "Ġbeat": 10053, + "Ġcompass": 10054, + "Ġpointed": 10055, + "Ġminds": 10056, + "Ġprivile": 10057, + "Ġlivestock": 10058, + "stra": 10059, + "Ġrecording": 10060, + "oving": 10061, + "chnology": 10062, + "Ġexecution": 10063, + "Ġcontrolling": 10064, + "ĠPalest": 10065, + "Ġdominant": 10066, + "pg": 10067, + "Ġ1920": 10068, + "Ġsmallest": 10069, + "site": 10070, + "Ġwithdraw": 10071, + "Ġarise": 10072, + "Ġcompression": 10073, + "cludes": 10074, + "argument": 10075, + "Ġhealthier": 10076, + "Ġdrivers": 10077, + "ĠJohnson": 10078, + "Ġharvest": 10079, + "\"],": 10080, + "DL": 10081, + "Post": 10082, + "UM": 10083, + "made": 10084, + "е": 10085, + "Ġscr": 10086, + "ĠRemember": 10087, + "54": 10088, + "zip": 10089, + "ĠCost": 10090, + "ĠWriting": 10091, + "Ġunt": 10092, + "Ġtrick": 10093, + "Ġsocieties": 10094, + "document": 10095, + "Ġsacred": 10096, + "Ġnic": 10097, + "ĠSQL": 10098, + "Ġtransmit": 10099, + "bris": 10100, + "Ġsettled": 10101, + "mad": 10102, + "ĠIss": 10103, + "ĠMid": 10104, + "ĠStar": 10105, + "Ġmountains": 10106, + "ĠDigital": 10107, + "aping": 10108, + "ĠArts": 10109, + "Ġencoded": 10110, + "Ġverte": 10111, + "corr": 10112, + "ĠKorea": 10113, + "OK": 10114, + "groups": 10115, + "Ġacting": 10116, + "ĠImpro": 10117, + "Ġconflicts": 10118, + "Ġboolean": 10119, + "Ġschedul": 10120, + "bel": 10121, + "stud": 10122, + "Ġdefinitely": 10123, + "Ġrestrictions": 10124, + "Ġpreparing": 10125, + "-----+": 10126, + "Field": 10127, + "ami": 10128, + "ocolate": 10129, + "Ġtob": 10130, + "Ġlens": 10131, + "Ġhumidity": 10132, + "ĠBlue": 10133, + "Convert": 10134, + "Ġintegrity": 10135, + "ï¼Į": 10136, + "ĠHarvard": 10137, + "poly": 10138, + "Ġsegments": 10139, + "execute": 10140, + "Ġdevast": 10141, + "ĠLevel": 10142, + "Ġchecking": 10143, + "Ġfold": 10144, + "Ġru": 10145, + "Ġ1930": 10146, + "']['": 10147, + "Ġpoem": 10148, + "ĠStrateg": 10149, + "ahrenheit": 10150, + "ĠClean": 10151, + "Ġintr": 10152, + "Ġ{\"": 10153, + "Request": 10154, + "Ġwatching": 10155, + "Ġtelling": 10156, + "ila": 10157, + "ĠBooks": 10158, + "Ġshoot": 10159, + "Ġestate": 10160, + "Ġabsorb": 10161, + "ĠUnderstanding": 10162, + "har": 10163, + "sex": 10164, + "Ġoblig": 10165, + "Call": 10166, + "ĠUV": 10167, + "Ġdot": 10168, + "vector": 10169, + "obile": 10170, + "Ġattitudes": 10171, + "Ġskip": 10172, + "Ġhandler": 10173, + "ĠHeritage": 10174, + "found": 10175, + "Ġtill": 10176, + "uther": 10177, + "Ġprolong": 10178, + "ĠMand": 10179, + "ogs": 10180, + "plates": 10181, + "issipp": 10182, + "Ġ64": 10183, + "adelph": 10184, + "Ret": 10185, + "Ġinstant": 10186, + "ĠSystems": 10187, + "Ġhunting": 10188, + "Ġprescribed": 10189, + "fall": 10190, + "Ġhall": 10191, + "Ġpersonnel": 10192, + "ĠTestament": 10193, + "Like": 10194, + "Ġpets": 10195, + "Ġtobacco": 10196, + "53": 10197, + "worth": 10198, + "ptic": 10199, + "ĠDC": 10200, + "Ġdisadvant": 10201, + "ĠProduct": 10202, + "Ġidentical": 10203, + "zyme": 10204, + "stall": 10205, + "ĠPo": 10206, + "Ġillnesses": 10207, + "Ġsavings": 10208, + "ultiple": 10209, + "Ġregulatory": 10210, + "Ġdramatic": 10211, + "Parser": 10212, + "utils": 10213, + "insert": 10214, + "Ġmeta": 10215, + "Ġoperators": 10216, + "Ġtracking": 10217, + "ĠKen": 10218, + "Ġconserv": 10219, + "Ġgrounds": 10220, + "Ġ1993": 10221, + "Ġvegetable": 10222, + "Ġepoch": 10223, + "(-": 10224, + "Ġfing": 10225, + "Ġgiant": 10226, + "igs": 10227, + "ĠJustice": 10228, + "Ġ-----": 10229, + "Ġbare": 10230, + "Ġtom": 10231, + "ĠProblem": 10232, + "ĠDataFrame": 10233, + "Google": 10234, + "Creat": 10235, + "ĠGiven": 10236, + "Ġtraits": 10237, + "Ġcombine": 10238, + "Ġfarms": 10239, + "Ġvarying": 10240, + "62": 10241, + "foo": 10242, + "Ġnice": 10243, + "Ġsuit": 10244, + "Ġassociate": 10245, + "Ġclosest": 10246, + "vereign": 10247, + "Ġcompletion": 10248, + "Ġpenal": 10249, + "Ġsuicide": 10250, + "Ġapplies": 10251, + "Ġprayer": 10252, + "likely": 10253, + "Ġnltk": 10254, + "ĠEr": 10255, + "ĠEconomic": 10256, + "ĠGre": 10257, + "Ġresc": 10258, + "categ": 10259, + "Ġgum": 10260, + "Ġrequiring": 10261, + "Ġanticip": 10262, + "Ġwonderful": 10263, + "Ġdisplays": 10264, + "Just": 10265, + "VER": 10266, + "]):": 10267, + "Ġelsewhere": 10268, + "fficients": 10269, + "Ġbreaking": 10270, + "Num": 10271, + "Ġthesis": 10272, + "formed": 10273, + "mann": 10274, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 10275, + "Ġorientation": 10276, + "Ġresilience": 10277, + "Oper": 10278, + "eval": 10279, + "foot": 10280, + "Ġma": 10281, + "Ġlosing": 10282, + "Ġenabled": 10283, + "brew": 10284, + "ĠHelp": 10285, + "Next": 10286, + "card": 10287, + "pons": 10288, + "ĠCle": 10289, + "Ġresistant": 10290, + "Ġgetattr": 10291, + "Ġfinish": 10292, + "Ġmedicines": 10293, + "Ġsad": 10294, + "isely": 10295, + "ĠWrite": 10296, + "compass": 10297, + "ĠAmazon": 10298, + "Ġelectrons": 10299, + "DB": 10300, + "Two": 10301, + "hene": 10302, + "thread": 10303, + "Ġupload": 10304, + "Ġqualities": 10305, + "ĠâĨ": 10306, + "ati": 10307, + "oler": 10308, + "ĠMah": 10309, + "Ġlabour": 10310, + "screen": 10311, + "ĠMA": 10312, + "Ġ1991": 10313, + "regular": 10314, + "style": 10315, + "Ġperpet": 10316, + "Ġevening": 10317, + "Any": 10318, + "Ġliterary": 10319, + "layers": 10320, + "adelphia": 10321, + "Ġdish": 10322, + "Ġprediction": 10323, + "Ġownership": 10324, + "Ġreversed": 10325, + "WS": 10326, + "ĠSri": 10327, + "orted": 10328, + "Ġcancers": 10329, + "Ġindirect": 10330, + "Ġcalm": 10331, + "Ġincident": 10332, + "Ġreceives": 10333, + "ucky": 10334, + "Ġcoupl": 10335, + "task": 10336, + "Ġperceived": 10337, + "Ġeverywhere": 10338, + "Ġpopularity": 10339, + "Ġhypothesis": 10340, + "Ġenormous": 10341, + "build": 10342, + "home": 10343, + "report": 10344, + "Ġborrow": 10345, + "peare": 10346, + "Ġvig": 10347, + "ĠInput": 10348, + "ĠPolit": 10349, + "cm": 10350, + "Ġmigration": 10351, + "Ġham": 10352, + "rav": 10353, + "Ġcream": 10354, + "okes": 10355, + "Ġdefinitions": 10356, + "Ġgly": 10357, + "Ġcha": 10358, + "ĠObs": 10359, + "Ġmodify": 10360, + "iders": 10361, + "aka": 10362, + "Ġcorrespond": 10363, + "Ġfur": 10364, + "Ġapps": 10365, + "Ġcycles": 10366, + "ometric": 10367, + "connection": 10368, + "ovenant": 10369, + "Ġinherent": 10370, + "ifiers": 10371, + "ĠSand": 10372, + "ĠLat": 10373, + "Ġcircular": 10374, + "58": 10375, + "Sign": 10376, + "ĠCrit": 10377, + "ĠHence": 10378, + "Ġsummar": 10379, + "Ġfrust": 10380, + "ilst": 10381, + "ĠTH": 10382, + "Ġarmed": 10383, + "ĠChapter": 10384, + "ponents": 10385, + "ĠOrig": 10386, + "Ġpaying": 10387, + "commun": 10388, + "TY": 10389, + "Ġchose": 10390, + "ĠArctic": 10391, + "Ġpurchased": 10392, + "hello": 10393, + "Ġmetabolism": 10394, + "]),": 10395, + "cert": 10396, + "you": 10397, + "ĠBos": 10398, + "Ġoutbreak": 10399, + "Ġacceptable": 10400, + "Ġconcentrations": 10401, + "Ġwars": 10402, + "Ġexit": 10403, + "Ġsymmet": 10404, + "Ġexisted": 10405, + "Ġassessments": 10406, + "ĠHTTP": 10407, + "Ġmarginal": 10408, + "ologically": 10409, + "Ġdiarr": 10410, + "agnetic": 10411, + "ĠSoft": 10412, + "\"),": 10413, + "loss": 10414, + "Ġbomb": 10415, + "Ġdevelopers": 10416, + "speed": 10417, + "Ġsodium": 10418, + "fire": 10419, + "ĠMur": 10420, + "Ġtrem": 10421, + "Ġenhanced": 10422, + "ĠScholar": 10423, + "Ġstreets": 10424, + "á¹": 10425, + "second": 10426, + "ĠParent": 10427, + "Ġdebris": 10428, + "ĠDar": 10429, + "agan": 10430, + "Ġ'/": 10431, + "Ġdiscomfort": 10432, + "Ġsmell": 10433, + "ĠWhich": 10434, + "limit": 10435, + "Ġestablishing": 10436, + "Ġevaluated": 10437, + "Ġtransformed": 10438, + "onald": 10439, + "Ġastronom": 10440, + "Learn": 10441, + "Ġstakeholders": 10442, + "BA": 10443, + "law": 10444, + "mag": 10445, + "Ġhoney": 10446, + "resource": 10447, + "Ġchair": 10448, + "ĠEmer": 10449, + "Ġsovereign": 10450, + "akespeare": 10451, + "Ġpriest": 10452, + "Ġaccounting": 10453, + "Ġnoticed": 10454, + "Ġwash": 10455, + "ĠGreece": 10456, + "device": 10457, + "ĠDaniel": 10458, + "ĠExecuting": 10459, + "Acc": 10460, + "KE": 10461, + "ĠSaint": 10462, + "Ġcann": 10463, + "ĠRight": 10464, + "indrome": 10465, + "oked": 10466, + "Ġlifetime": 10467, + "Ġdynamics": 10468, + "Ġaccompanied": 10469, + "DE": 10470, + "Ġcrown": 10471, + "Ġcotton": 10472, + "Ġpuzz": 10473, + "ouch": 10474, + "ascii": 10475, + "chron": 10476, + "ĠHindu": 10477, + "Ġburned": 10478, + "Ġdiscipline": 10479, + "Ġsail": 10480, + "Ġtransmitted": 10481, + "Ġcontinent": 10482, + "Ġrepresentative": 10483, + "ĠTraining": 10484, + "ĠAgriculture": 10485, + "Ġtk": 10486, + "ĠMarg": 10487, + "Ġcolonies": 10488, + "Max": 10489, + "Ġdating": 10490, + "raises": 10491, + "ĠAction": 10492, + "Ġthemes": 10493, + "Ġgenerating": 10494, + "bean": 10495, + "Ġtendency": 10496, + "dataset": 10497, + "Ġprevents": 10498, + "cf": 10499, + "eller": 10500, + "area": 10501, + "Ġdesignated": 10502, + "Ġcourts": 10503, + "Ġpainful": 10504, + "Hel": 10505, + "sqrt": 10506, + "ĠTO": 10507, + "Ġsubt": 10508, + "Ġseverity": 10509, + "Ġinvestigate": 10510, + "service": 10511, + "Ġsurgical": 10512, + "World": 10513, + "ceans": 10514, + "ĠDoc": 10515, + "profit": 10516, + "ĠAgain": 10517, + "Ġhospitals": 10518, + "Ġtelevision": 10519, + "was": 10520, + "olumes": 10521, + "ĠSmall": 10522, + "Ġpupils": 10523, + "erb": 10524, + "Ġnom": 10525, + "apor": 10526, + "Ġtransactions": 10527, + "Ġboat": 10528, + "BI": 10529, + "Ġul": 10530, + "inth": 10531, + "ersion": 10532, + "ĠWall": 10533, + "ysical": 10534, + "Ġblank": 10535, + "Ġtape": 10536, + "icy": 10537, + "Ġclub": 10538, + "auses": 10539, + "Ġrestricted": 10540, + "Ġcalculation": 10541, + "FC": 10542, + "dated": 10543, + "Ġadverse": 10544, + "Ġrays": 10545, + "Ġgrades": 10546, + "Ġanalog": 10547, + "iterranean": 10548, + "Ġhygiene": 10549, + "inite": 10550, + "opl": 10551, + "ials": 10552, + "redit": 10553, + "Ġmarker": 10554, + "Ġopposition": 10555, + "Ġangles": 10556, + "Ġtranslated": 10557, + "Ġupdates": 10558, + "Gu": 10559, + "Ġsees": 10560, + "Ġpatch": 10561, + "Ġcheap": 10562, + "Ġcomplement": 10563, + "scan": 10564, + "Ġbroader": 10565, + "Ġmerge": 10566, + "Ġglobe": 10567, + "Mon": 10568, + "Net": 10569, + "ĠTree": 10570, + "68": 10571, + "ĠGulf": 10572, + "Ġcouldn": 10573, + "Ġendpoint": 10574, + "Ġquantities": 10575, + "Ġvictory": 10576, + "Ġpoetry": 10577, + "Ġaest": 10578, + "Ġcough": 10579, + "stat": 10580, + "seud": 10581, + "ipy": 10582, + "issance": 10583, + "posed": 10584, + "Ġparticle": 10585, + "Ġdrinks": 10586, + "backs": 10587, + "Ġrib": 10588, + "necess": 10589, + "ĠYoung": 10590, + "Ġinfluenza": 10591, + "Ġreflected": 10592, + "ĠMississipp": 10593, + "ĠFrancisco": 10594, + "Ġbeta": 10595, + "Ġregulate": 10596, + "Ġpredators": 10597, + "Ġpreserved": 10598, + "Ġperfectly": 10599, + "ĠPortug": 10600, + "Ġscenario": 10601, + "aa": 10602, + "elve": 10603, + "ĠBul": 10604, + "Ġopinions": 10605, + "dt": 10606, + "note": 10607, + "Ġmig": 10608, + "Ġimproves": 10609, + "Ġverify": 10610, + "Ġcelebrate": 10611, + "Ġversus": 10612, + "ĠDivision": 10613, + "ĠInvest": 10614, + "ĠCorn": 10615, + "Ġpersu": 10616, + "Ġending": 10617, + "Ġofficer": 10618, + "Ġpace": 10619, + "asm": 10620, + "about": 10621, + "Config": 10622, + "Ġreflects": 10623, + "Ġshed": 10624, + "Ġclassic": 10625, + ")|": 10626, + "PP": 10627, + "front": 10628, + "iams": 10629, + "Ġsql": 10630, + "ĠPage": 10631, + "Ġclay": 10632, + "Ġdistinction": 10633, + "ĠHistorical": 10634, + "Ġshru": 10635, + "Ġaccord": 10636, + "Ġcooperation": 10637, + "Ġreviews": 10638, + "days": 10639, + "uits": 10640, + "Ġshr": 10641, + "Ġwhenever": 10642, + "Ġrepeat": 10643, + "Ġphotographs": 10644, + "63": 10645, + "FT": 10646, + "zo": 10647, + "Ġoils": 10648, + "rait": 10649, + "Ġven": 10650, + "ĠDiet": 10651, + "Ġcontamination": 10652, + "web": 10653, + "Ġdevelops": 10654, + "Ġfinance": 10655, + "randint": 10656, + "Dec": 10657, + "Node": 10658, + "}.": 10659, + "ĠNext": 10660, + "ĠLittle": 10661, + "Ġessence": 10662, + "и": 10663, + "ouds": 10664, + "Ġaggressive": 10665, + "aterials": 10666, + "Ġultimate": 10667, + "complete": 10668, + "original": 10669, + "gex": 10670, + "Ġfactory": 10671, + "ĠOtherwise": 10672, + "ĠMinister": 10673, + "ĠPhysical": 10674, + "bury": 10675, + "ĠKenn": 10676, + "Ġrainf": 10677, + "Ġinvasive": 10678, + "Ġhouseholds": 10679, + "Ġtumors": 10680, + "Ġmotivation": 10681, + "Ġdischarge": 10682, + "Ġmembrane": 10683, + "ediatric": 10684, + "Event": 10685, + "Ġcov": 10686, + "Ġpel": 10687, + "Ġpneum": 10688, + "uri": 10689, + "Ġgathered": 10690, + "agrams": 10691, + "lier": 10692, + "Ġparad": 10693, + "Ġannually": 10694, + "Ġcolony": 10695, + "Ġjuice": 10696, + "ĠNob": 10697, + "Ġconsent": 10698, + "Ġidentifier": 10699, + "Ġdelta": 10700, + "Ġgrammar": 10701, + "gon": 10702, + "wa": 10703, + "Ġthrive": 10704, + "Ġfifth": 10705, + "Ġinhabitants": 10706, + "olver": 10707, + "unique": 10708, + "emies": 10709, + "assert": 10710, + "Ġdistinguish": 10711, + "pie": 10712, + "ĠGene": 10713, + "Ġremed": 10714, + "ĠPhot": 10715, + "results": 10716, + "Ġpriorit": 10717, + "Ġbegun": 10718, + "Ġnotion": 10719, + "Ġadopt": 10720, + "Ġrod": 10721, + ",'": 10722, + "Ġdw": 10723, + "ifer": 10724, + "Ġdevelopments": 10725, + "Ġincorporate": 10726, + "Box": 10727, + "CN": 10728, + "LL": 10729, + "eous": 10730, + "hu": 10731, + "hot": 10732, + "Ġvag": 10733, + "ĠIndeed": 10734, + "ateral": 10735, + "2011": 10736, + "ĠPhiladelphia": 10737, + "Ġabsolutely": 10738, + "Ġoverlap": 10739, + "Ġhaven": 10740, + "Ġvaried": 10741, + "entials": 10742, + "Ġpasses": 10743, + "ĠOnt": 10744, + "Ac": 10745, + "Line": 10746, + "ĠCapt": 10747, + "ĠFore": 10748, + "ĠLED": 10749, + "ĠKar": 10750, + "2012": 10751, + "Ġvectors": 10752, + "PG": 10753, + "cule": 10754, + "volume": 10755, + "verb": 10756, + "ĠJo": 10757, + "Index": 10758, + "Ġvisits": 10759, + "mediate": 10760, + "Ġmetabolic": 10761, + "Ġpione": 10762, + "also": 10763, + "ayer": 10764, + "Ġnuts": 10765, + "Ġencouraging": 10766, + "ĠClick": 10767, + "Ġdipl": 10768, + "Ġalongside": 10769, + "ĠGeorgia": 10770, + "language": 10771, + "inci": 10772, + "Ġvom": 10773, + "ĠField": 10774, + "Ġreadily": 10775, + "ĠConference": 10776, + "eno": 10777, + "Ġnur": 10778, + "Ġstabil": 10779, + "Ġjew": 10780, + "Ġconfusion": 10781, + "Ġloan": 10782, + "Ġbullying": 10783, + "oting": 10784, + "quence": 10785, + "Ġadoption": 10786, + "shaped": 10787, + ")-": 10788, + "ĠHa": 10789, + "Ġsciences": 10790, + "Ġconvin": 10791, + "Ġbrothers": 10792, + "Ġincent": 10793, + "Ġthrow": 10794, + "isticated": 10795, + "Ġgift": 10796, + "Ġ44": 10797, + "ugg": 10798, + "Ġconfident": 10799, + "Ġequipped": 10800, + "Ġforever": 10801, + "Ġfrequencies": 10802, + "Ġfost": 10803, + "ĠTre": 10804, + "ĠTown": 10805, + "ĠRest": 10806, + "Ġplates": 10807, + "Ġsoils": 10808, + "Ġzones": 10809, + "Ġseparation": 10810, + "Ġcompetitive": 10811, + "ĠArea": 10812, + "Ġearthquake": 10813, + "Ġpest": 10814, + "Ġlymph": 10815, + "Ġforb": 10816, + "ĠMic": 10817, + "Ġapi": 10818, + "Ġlambda": 10819, + "bow": 10820, + "Ġtap": 10821, + "Ġcoefficients": 10822, + "69": 10823, + "Ġbapt": 10824, + "Ġonset": 10825, + "Ġteens": 10826, + "Ġimpair": 10827, + "Ġgenome": 10828, + "Ġcuts": 10829, + "Ġnewspaper": 10830, + "Mat": 10831, + "economic": 10832, + "otypes": 10833, + "ithub": 10834, + "ouses": 10835, + "Ġhasattr": 10836, + "Ġedit": 10837, + "ackson": 10838, + "Ġsemi": 10839, + ")*": 10840, + "hour": 10841, + "nan": 10842, + "Ġtort": 10843, + "Ġtends": 10844, + "itled": 10845, + "åı": 10846, + "asma": 10847, + "ĠString": 10848, + "ĠProper": 10849, + "script": 10850, + "culating": 10851, + "Ġreservoir": 10852, + "Ġrainfall": 10853, + "Red": 10854, + "Ġinev": 10855, + "img": 10856, + "ĠUser": 10857, + "Ġglac": 10858, + "Ġcaps": 10859, + "Ġburden": 10860, + "Ġsurprise": 10861, + "quiry": 10862, + "ĠIter": 10863, + "Ġatom": 10864, + "Ġpractition": 10865, + "Ġdefaults": 10866, + "Ġcopyright": 10867, + "irable": 10868, + "ouri": 10869, + "util": 10870, + "ĠSelf": 10871, + "Ġshore": 10872, + "Ġenforcement": 10873, + "Ġspeeds": 10874, + "2010": 10875, + "Ġdiagnostic": 10876, + "Ġappointment": 10877, + "Ġguarantee": 10878, + "burn": 10879, + "pair": 10880, + "delete": 10881, + "Ġpermit": 10882, + "Ġreflection": 10883, + "chem": 10884, + "2008": 10885, + "Ġneighbors": 10886, + "59": 10887, + "soup": 10888, + "ĠBureau": 10889, + "Ġadvances": 10890, + "Ġtuples": 10891, + "Ġelderly": 10892, + "Ġsimultaneously": 10893, + "ĠSqu": 10894, + "outheast": 10895, + "Ġ'%": 10896, + "Ġexped": 10897, + "Ġterminal": 10898, + "Ġvirtually": 10899, + "ĠJersey": 10900, + "Ġmyself": 10901, + "51": 10902, + "times": 10903, + "Ġtension": 10904, + "raine": 10905, + "umn": 10906, + "ĠNY": 10907, + "Ġintervals": 10908, + "ĠCommons": 10909, + "Ġavoiding": 10910, + "gregation": 10911, + "ĠLinear": 10912, + "Ġcro": 10913, + "ĠBang": 10914, + "ĠHebrew": 10915, + "Ġlegacy": 10916, + "ĠMediterranean": 10917, + "Ġfunded": 10918, + "Ġsongs": 10919, + "]])": 10920, + "Ġsel": 10921, + "isted": 10922, + "ĠChief": 10923, + "Ġcoat": 10924, + "Ġreasoning": 10925, + "Ġwat": 10926, + "channel": 10927, + "ospel": 10928, + "Health": 10929, + "ĠAssessment": 10930, + "Ġbron": 10931, + "Ġoperational": 10932, + "Def": 10933, + "Ġgardens": 10934, + "Ġreproductive": 10935, + "Ġtheoretical": 10936, + "Ġmanagers": 10937, + "Ġspinal": 10938, + "ĠView": 10939, + "Ġlegit": 10940, + "Ġplanted": 10941, + "Ġswelling": 10942, + "Ġdigits": 10943, + "\"])": 10944, + "public": 10945, + "vas": 10946, + "ĠSource": 10947, + "ĠPay": 10948, + "ĠDue": 10949, + "cycle": 10950, + "Ġswimming": 10951, + "Ġrom": 10952, + "ims": 10953, + "Ġunlikely": 10954, + "(\"--": 10955, + "ĠPlace": 10956, + "ĠLee": 10957, + "2009": 10958, + "Ġexpanding": 10959, + "Ġmistakes": 10960, + "Ġwarnings": 10961, + "Ġcorporate": 10962, + "Ġsusceptible": 10963, + "Ġfan": 10964, + "Ġfirms": 10965, + "Ġmature": 10966, + "ĠAff": 10967, + "oved": 10968, + "Ġprosper": 10969, + "Ġretain": 10970, + "Ġrealized": 10971, + "Ġpenet": 10972, + "ĠObject": 10973, + "iances": 10974, + "Ġreveals": 10975, + "tml": 10976, + "ications": 10977, + "ĠSection": 10978, + "Ġprol": 10979, + "ogens": 10980, + "ophical": 10981, + "Ġadministrative": 10982, + "Ġbeneath": 10983, + "\"))": 10984, + "live": 10985, + "Ġborders": 10986, + "ĠOpt": 10987, + "Ġrecre": 10988, + "Ġregener": 10989, + "awa": 10990, + "Ġmini": 10991, + "ĠSunday": 10992, + "Ġabsorption": 10993, + "frequency": 10994, + "2000": 10995, + "61": 10996, + "Ġreserved": 10997, + "berries": 10998, + "Ġkitchen": 10999, + "idate": 11000, + "endment": 11001, + "ĠWales": 11002, + "ĠBeing": 11003, + "Ġstatistical": 11004, + "Ġloaded": 11005, + "ĠLaboratory": 11006, + ">`": 11007, + "Ġwise": 11008, + "Ġworn": 11009, + "Ġconsistently": 11010, + "Ġdistricts": 11011, + "variable": 11012, + "ĠPractice": 11013, + "ĠMississippi": 11014, + "Ġhex": 11015, + "ĠVitamin": 11016, + "Ġbuying": 11017, + "Ġchecked": 11018, + "Construct": 11019, + "ĠEgyptian": 11020, + "Ġfertilizer": 11021, + "Ġobstac": 11022, + "nc": 11023, + "Ġlob": 11024, + "Ġunlike": 11025, + "Ġscar": 11026, + "Ġspoke": 11027, + "Ġ85": 11028, + "loop": 11029, + "Ġframes": 11030, + "Ġvaccination": 11031, + "Ġpleasure": 11032, + "worm": 11033, + "ĠBased": 11034, + "extend": 11035, + "asets": 11036, + "Ġgest": 11037, + "Ġscales": 11038, + "reprene": 11039, + "Ġprevalence": 11040, + "ĠHawai": 11041, + "jud": 11042, + "ĠMoses": 11043, + "Ġchunk": 11044, + "ĠFre": 11045, + "ĠUnlike": 11046, + "Ġmetric": 11047, + "shot": 11048, + "Ġputs": 11049, + "Ġsynthetic": 11050, + "Ġ},": 11051, + "ĠBit": 11052, + "Ġperf": 11053, + "ĠIslands": 11054, + "Ġhybrid": 11055, + "Ġenjoyed": 11056, + "Ġancestors": 11057, + "Comm": 11058, + "SM": 11059, + "orrh": 11060, + "gered": 11061, + "illion": 11062, + "Ġunexpected": 11063, + "Ġdoors": 11064, + "Ġelevated": 11065, + "gency": 11066, + "Ġreaches": 11067, + "ĠGall": 11068, + "Ġkg": 11069, + "indices": 11070, + "Ġsubmit": 11071, + "enefits": 11072, + "uct": 11073, + "wer": 11074, + "ĠLocal": 11075, + "Ġregime": 11076, + "Ġentities": 11077, + "Ġproductive": 11078, + "Ġamongst": 11079, + "elements": 11080, + "Ġcopies": 11081, + "Ġirrigation": 11082, + "cin": 11083, + "ĠCell": 11084, + "Ġrooms": 11085, + "Ġmeditation": 11086, + "Ġmemories": 11087, + "Ġmenu": 11088, + "Wind": 11089, + "ĠJava": 11090, + "Ġ38": 11091, + "Ġpromising": 11092, + "Ġcloth": 11093, + "Ġquadr": 11094, + "Ġproposal": 11095, + "Ġvillages": 11096, + "Ġisolation": 11097, + "Ġfant": 11098, + "Ġmuc": 11099, + "Ġdele": 11100, + "ĠMrs": 11101, + "Ġvine": 11102, + "Ġincorporated": 11103, + "ĠGarden": 11104, + "itus": 11105, + "arks": 11106, + "uscript": 11107, + "Ġvalve": 11108, + "Ġcivilization": 11109, + "Ġembry": 11110, + "Ġoccupied": 11111, + "ĠTri": 11112, + "mentia": 11113, + "ĠDam": 11114, + "ĠEM": 11115, + "assium": 11116, + "Ġposit": 11117, + "ĠIndones": 11118, + "Ġpaintings": 11119, + "ropri": 11120, + "Ġcombinations": 11121, + "Ġstruggling": 11122, + "}')": 11123, + "Ġsale": 11124, + "Ġtech": 11125, + "Ġaccidents": 11126, + "Ġrepet": 11127, + "Ġpartnership": 11128, + "Ġruled": 11129, + "bul": 11130, + "Ġfreq": 11131, + "Ġdense": 11132, + "Ġiteration": 11133, + "Ġmetrics": 11134, + "Ġoccurrence": 11135, + "stic": 11136, + "Ġchurches": 11137, + "rible": 11138, + "Ġseriously": 11139, + "Ġutilized": 11140, + "ĠFuture": 11141, + "Ġblo": 11142, + "guard": 11143, + "Download": 11144, + "Ġpose": 11145, + "arer": 11146, + "ĠStan": 11147, + "Ġsubprocess": 11148, + "Ġartistic": 11149, + "Ġprecisely": 11150, + "Ġattempted": 11151, + "Ġ©": 11152, + ")\"\"\"": 11153, + "Ġampl": 11154, + "Ġgraduate": 11155, + "ĠBiology": 11156, + "Ġgentle": 11157, + "Lab": 11158, + "Ġenzymes": 11159, + "Ġcompliance": 11160, + "Ġaccomplish": 11161, + "Ġiv": 11162, + "Ġbask": 11163, + "ĠIran": 11164, + "sole": 11165, + "ĠImplement": 11166, + "Ġstretch": 11167, + "Ġsacrifice": 11168, + "ĠMental": 11169, + "Ġjuris": 11170, + "engers": 11171, + "Ġdropped": 11172, + "({'": 11173, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 11174, + "Ġtrav": 11175, + "Ġoptical": 11176, + "aternal": 11177, + "ught": 11178, + "Vector": 11179, + "inery": 11180, + "Ġsug": 11181, + "Ġdevelopmental": 11182, + "history": 11183, + "Ġsuddenly": 11184, + "Ġknee": 11185, + "iblical": 11186, + "consum": 11187, + "Ġlasting": 11188, + "ĠLeague": 11189, + "ylon": 11190, + "Ġvessel": 11191, + "cyclopedia": 11192, + "Ġsophisticated": 11193, + "ocols": 11194, + "ĠLos": 11195, + "Ġvisiting": 11196, + "ĠMedia": 11197, + "Ġelementary": 11198, + "Ġeaten": 11199, + "Ġexhibition": 11200, + "Ġgear": 11201, + "ĠCN": 11202, + "period": 11203, + "ghan": 11204, + "ĠOtt": 11205, + "feature": 11206, + "ĠKh": 11207, + "Ġconnecting": 11208, + "Ġincorrect": 11209, + "ĠCA": 11210, + "ĠON": 11211, + "Ġquote": 11212, + "Ġsetup": 11213, + "there": 11214, + "plicit": 11215, + "opathy": 11216, + "CON": 11217, + "Pat": 11218, + "aque": 11219, + "iations": 11220, + "onin": 11221, + "Ġcanal": 11222, + "timeout": 11223, + "Ġlawn": 11224, + "Ġintegral": 11225, + "Ġexpressions": 11226, + "olation": 11227, + "unit": 11228, + "unning": 11229, + "ĠLoad": 11230, + "Ġtrading": 11231, + "Ġ2022": 11232, + "holder": 11233, + "uclear": 11234, + "Ġattributed": 11235, + "Cells": 11236, + "cr": 11237, + "itate": 11238, + "Ġconqu": 11239, + "Ġencompass": 11240, + "Ġcalculations": 11241, + "Ġ1940": 11242, + "Ġtourism": 11243, + "Ġlicense": 11244, + "atoes": 11245, + "Ġalumin": 11246, + "Ġanalyzed": 11247, + "ón": 11248, + "healthy": 11249, + "erge": 11250, + "ributes": 11251, + "attles": 11252, + "Ġpromotes": 11253, + "Ġnavigate": 11254, + "Ġadjacent": 11255, + "Gen": 11256, + "route": 11257, + "®": 11258, + "Ġears": 11259, + "loads": 11260, + "Ġcontributes": 11261, + "ĠNutrition": 11262, + "late": 11263, + "Ġhack": 11264, + "ĠPut": 11265, + "ĠWis": 11266, + "Ġ1945": 11267, + "ifting": 11268, + "ĠWikipedia": 11269, + "Ġindoor": 11270, + "Ġphones": 11271, + "Ġcoins": 11272, + "Ġalignment": 11273, + "move": 11274, + "çļ": 11275, + "Ġtherapeutic": 11276, + "Ġlakes": 11277, + "ĠProm": 11278, + "ĠDat": 11279, + "Ġarter": 11280, + "Ref": 11281, + "untary": 11282, + "Ġallergies": 11283, + "ĠHum": 11284, + "Ġfeather": 11285, + "Ġherself": 11286, + "Ġbasically": 11287, + "Ġencourages": 11288, + "ĠMicrosoft": 11289, + "ñ": 11290, + "ĠAndrew": 11291, + "'''": 11292, + "inois": 11293, + "Ġshelter": 11294, + "Ġneurons": 11295, + "alpha": 11296, + "oconut": 11297, + "LC": 11298, + "QU": 11299, + "Ġcable": 11300, + "lymp": 11301, + "secret": 11302, + "Ġseal": 11303, + "Ġmyster": 11304, + "aze": 11305, + "ĠPhilos": 11306, + "ĠLinux": 11307, + "Ġtherapies": 11308, + "Os": 11309, + "Ġbonds": 11310, + "Ġlingu": 11311, + "Ġgray": 11312, + "ĠHard": 11313, + "Ġfiltered": 11314, + "Ġfavour": 11315, + "ĠMexican": 11316, + "Ġduties": 11317, + "ĠIntegr": 11318, + "Ġclusters": 11319, + "Back": 11320, + "HER": 11321, + "drop": 11322, + "warn": 11323, + "Ġpests": 11324, + "ĠAC": 11325, + "ĠSeveral": 11326, + "Ġdeleg": 11327, + "Ġ''.": 11328, + "ĠVan": 11329, + "ĠEnc": 11330, + "2013": 11331, + "Ġbroadcast": 11332, + "Ġbite": 11333, + "Ġunderground": 11334, + "Ġsensory": 11335, + "Ġhosts": 11336, + "iotic": 11337, + "ĠSn": 11338, + "ĠMarc": 11339, + "Ġpackaging": 11340, + "Ġ1944": 11341, + "Ġsuspect": 11342, + "Ġmammals": 11343, + "Ġstats": 11344, + "ĠSolar": 11345, + "ĠPS": 11346, + "ĠBuild": 11347, + "Ġthank": 11348, + "ĠXML": 11349, + "57": 11350, + "olt": 11351, + "Ġcoin": 11352, + "owners": 11353, + "Ġmeteor": 11354, + "ĠIndigenous": 11355, + "Ġtotally": 11356, + "Ġpra": 11357, + "omer": 11358, + "ĠNorm": 11359, + "Ġempire": 11360, + "arios": 11361, + "Ġblockchain": 11362, + "Ġvalidate": 11363, + "ĠJefferson": 11364, + "Ġfails": 11365, + "ĠSus": 11366, + "Ġasset": 11367, + "Ġcomprehension": 11368, + "auc": 11369, + "iac": 11370, + "vy": 11371, + "Ġhal": 11372, + "Ġunicode": 11373, + "Ġfootprint": 11374, + "High": 11375, + "bf": 11376, + "custom": 11377, + "Ġstatic": 11378, + "ĠPaper": 11379, + "Ġreset": 11380, + "rices": 11381, + "Cor": 11382, + "Ġcab": 11383, + "selection": 11384, + "Ġrough": 11385, + "Ġsimulation": 11386, + "Ġorganisations": 11387, + "Ġintelligent": 11388, + "lie": 11389, + "natural": 11390, + "Ġdistant": 11391, + "lem": 11392, + "stru": 11393, + "tokens": 11394, + "Ġexceptions": 11395, + "Expl": 11396, + "Ġconstraints": 11397, + "Tree": 11398, + "isons": 11399, + "itic": 11400, + "ĠLi": 11401, + "Ġtrail": 11402, + "icking": 11403, + "Ġdimin": 11404, + "Ġthoroughly": 11405, + "some": 11406, + "yes": 11407, + "Ġmunicip": 11408, + "Ġperspectives": 11409, + "Ġcellular": 11410, + "atching": 11411, + "Ġdentist": 11412, + "Ġsectors": 11413, + "â": 11414, + "ĠAud": 11415, + "ĠCub": 11416, + "Ġrecurs": 11417, + "Ġflask": 11418, + "ĠWeek": 11419, + "Ġdetermines": 11420, + "Ġsuggesting": 11421, + "Ġconsisting": 11422, + "ĠSecretary": 11423, + "Ġvolumes": 11424, + "ighth": 11425, + "ĠFred": 11426, + "Ġstrange": 11427, + "Ġsuggestions": 11428, + "elligence": 11429, + "Ġdramatically": 11430, + "Ġpeers": 11431, + "Ġfunctionality": 11432, + "Ġsocio": 11433, + "ĠOften": 11434, + "Ġpipeline": 11435, + "Av": 11436, + "pm": 11437, + "ĠHyd": 11438, + "ĠDifferent": 11439, + "Ġneurolog": 11440, + "Ġcompos": 11441, + "lectric": 11442, + "interval": 11443, + "ĠPeace": 11444, + "Researchers": 11445, + "Ġflavor": 11446, + "Ġrevenue": 11447, + "={": 11448, + "rons": 11449, + "Ġcsv": 11450, + "Ġpale": 11451, + "Ġloud": 11452, + "ĠTurn": 11453, + "ulative": 11454, + "Ġ250": 11455, + "obic": 11456, + "cker": 11457, + "Ġhighlights": 11458, + "exists": 11459, + "Ġencryption": 11460, + "regon": 11461, + "ODO": 11462, + "construction": 11463, + "Ġhung": 11464, + "Ġarbit": 11465, + "Ġresidential": 11466, + "Ġcheese": 11467, + "ĠStudent": 11468, + "Finally": 11469, + "Look": 11470, + "lined": 11471, + "pa": 11472, + "Ġcoding": 11473, + "ivities": 11474, + "Ġsparse": 11475, + "prov": 11476, + "ercase": 11477, + "who": 11478, + "XX": 11479, + "Ġfox": 11480, + "Ġatomic": 11481, + "ĠEll": 11482, + "Ġseq": 11483, + "Inte": 11484, + "Ġamino": 11485, + "Ġliterally": 11486, + "onomous": 11487, + "Ġapparently": 11488, + "ethe": 11489, + "ĠSher": 11490, + "Ġweaken": 11491, + "ĠLew": 11492, + "ĠJackson": 11493, + "ĠNeed": 11494, + "ĠNeuro": 11495, + "logger": 11496, + "Ġfibers": 11497, + "Ġqualified": 11498, + "lob": 11499, + "Ġ[(": 11500, + "ĠTwitter": 11501, + "don": 11502, + "atile": 11503, + "Ġchocolate": 11504, + "iph": 11505, + "aware": 11506, + "Ġdialect": 11507, + "Ġnam": 11508, + "Ġplacing": 11509, + "Ġwinds": 11510, + "ĠBlood": 11511, + "Ġstruck": 11512, + "Ġvolunteers": 11513, + "uan": 11514, + "Ġsister": 11515, + "Ġunnecess": 11516, + "Ġremem": 11517, + "Ġinterpreted": 11518, + "gart": 11519, + "pin": 11520, + "Ġbought": 11521, + "elly": 11522, + "Ġwhites": 11523, + "Ġdisp": 11524, + "Ġtransferred": 11525, + "Ġattractive": 11526, + "yer": 11527, + "entity": 11528, + "eling": 11529, + "Ġsleeping": 11530, + "Research": 11531, + "Array": 11532, + "Fr": 11533, + "ws": 11534, + "Ġwing": 11535, + "Ġanch": 11536, + "Ġkin": 11537, + "Ġarrival": 11538, + "Ġdoses": 11539, + "otten": 11540, + "aine": 11541, + "ĠEval": 11542, + "forced": 11543, + "Ġerosion": 11544, + "ROM": 11545, + "Ġmobility": 11546, + "Ġcollapse": 11547, + "awn": 11548, + "Ġtough": 11549, + "ĠCape": 11550, + "Ġash": 11551, + "Ġempower": 11552, + "Ġmerch": 11553, + "effective": 11554, + "Ġinch": 11555, + "Ġhide": 11556, + "ĠSearch": 11557, + "ĠFar": 11558, + "Ġprone": 11559, + "ĠVar": 11560, + "iano": 11561, + "Ġcurr": 11562, + "Ġentitled": 11563, + "Ġguest": 11564, + "Ġstrains": 11565, + "Build": 11566, + "ji": 11567, + "Ġdual": 11568, + "Ġhopes": 11569, + "ceeds": 11570, + "than": 11571, + "Ġsystematic": 11572, + "ĠOrder": 11573, + "ĠCentury": 11574, + "Ġdocumented": 11575, + "Ġspreading": 11576, + "generate": 11577, + "Ġinvalid": 11578, + "RNA": 11579, + "dy": 11580, + "alg": 11581, + "Ġheal": 11582, + "coord": 11583, + "Ġcombust": 11584, + "Ġvariant": 11585, + "Ġvacuum": 11586, + "ĠWildlife": 11587, + "Further": 11588, + "activity": 11589, + "Ġsurveys": 11590, + "bell": 11591, + "cies": 11592, + "è": 11593, + "reens": 11594, + "imp": 11595, + "'][": 11596, + "Ġcontaminated": 11597, + "Desc": 11598, + "pal": 11599, + "pany": 11600, + "Ġcig": 11601, + "Ġbeach": 11602, + "Ġdecom": 11603, + "ordinary": 11604, + "Ġsoap": 11605, + "angel": 11606, + "Ġawait": 11607, + "Ġsorts": 11608, + "Ġ1989": 11609, + "VC": 11610, + "Ġip": 11611, + "Ġorange": 11612, + "ĠEvent": 11613, + "Ġ39": 11614, + "llib": 11615, + "Ġmemor": 11616, + "mond": 11617, + "([[": 11618, + "ĠApple": 11619, + "Ġhazards": 11620, + "Understanding": 11621, + "aug": 11622, + "efficient": 11623, + "kit": 11624, + "Ġpor": 11625, + "Ġbags": 11626, + "Ġconclusions": 11627, + "Ġretrieve": 11628, + "Ġdiarrhea": 11629, + "uv": 11630, + "ctu": 11631, + "phase": 11632, + "ĠKids": 11633, + "ooked": 11634, + "ĠYes": 11635, + "Ġoutputs": 11636, + "Ġmeetings": 11637, + "Ġdistinctive": 11638, + "keras": 11639, + "Ġaside": 11640, + "arded": 11641, + "Ġtrim": 11642, + "Through": 11643, + "Ġpacket": 11644, + "Ġpsychiat": 11645, + "kg": 11646, + "Ġshares": 11647, + "Ġsheets": 11648, + "Ġrefused": 11649, + "Ġencrypted": 11650, + "ippet": 11651, + "ĠPerhaps": 11652, + "Ġglobally": 11653, + "Ġappreciate": 11654, + "mo": 11655, + "ĠMaster": 11656, + "Ġdried": 11657, + "Ġsuffix": 11658, + "affe": 11659, + "ĠAccount": 11660, + "ĠSanta": 11661, + "Ġunders": 11662, + "ĠUnivers": 11663, + "icked": 11664, + "Ġdrives": 11665, + "ĠCorpor": 11666, + "Regression": 11667, + "çļĦ": 11668, + "Ps": 11669, + "fr": 11670, + "tw": 11671, + "imation": 11672, + "Ġdisag": 11673, + "Ġformats": 11674, + "Ġlayout": 11675, + "Ġadaptation": 11676, + "powered": 11677, + "asal": 11678, + "otion": 11679, + "ĠCreek": 11680, + "ĠHun": 11681, + "Ġvalley": 11682, + "ĠDecl": 11683, + "ĠNether": 11684, + "bestos": 11685, + "ĠOntario": 11686, + "Opt": 11687, + "ĠBrain": 11688, + "Ġbroke": 11689, + "Ġinjured": 11690, + "Ġacquire": 11691, + "Ġtel": 11692, + "rer": 11693, + "Ġnotable": 11694, + "closed": 11695, + "ĠStation": 11696, + "Ġprovision": 11697, + "Ġrespective": 11698, + "Ġdescendants": 11699, + "Ġfoster": 11700, + "ĠBern": 11701, + "Ġdistract": 11702, + "ĠFriday": 11703, + "Ġdemocratic": 11704, + "Ġassessed": 11705, + "success": 11706, + "Ġinfectious": 11707, + "Ġadolescents": 11708, + "His": 11709, + "warning": 11710, + "sters": 11711, + "Ġyields": 11712, + "mental": 11713, + "Ġabol": 11714, + "Ġelig": 11715, + "Ġ41": 11716, + "Ġopens": 11717, + "Ġconcentrated": 11718, + "directory": 11719, + "1000": 11720, + "tax": 11721, + "wall": 11722, + "Ġstere": 11723, + "Ġalike": 11724, + "ĠBon": 11725, + "oca": 11726, + "ocated": 11727, + "Ġshade": 11728, + "icted": 11729, + "Ġspons": 11730, + "ypically": 11731, + "Ġminister": 11732, + "ĠQuality": 11733, + "placement": 11734, + "Ġconsequence": 11735, + "rick": 11736, + "orious": 11737, + "ĠSM": 11738, + "aylor": 11739, + "Ġshoes": 11740, + "Ġarrive": 11741, + "Ġutilize": 11742, + "End": 11743, + "Take": 11744, + "sen": 11745, + "ti": 11746, + "ĠSav": 11747, + "ods": 11748, + "metadata": 11749, + "Ġsurrounded": 11750, + "record": 11751, + "Ġfreely": 11752, + "Ġchamber": 11753, + ")/": 11754, + "github": 11755, + "Ġfetch": 11756, + "ĠCH": 11757, + "ĠHem": 11758, + "III": 11759, + "Ġabundant": 11760, + "Ġabundance": 11761, + "Ġconvenient": 11762, + "Ġembedded": 11763, + "Both": 11764, + "Lvl": 11765, + "Ġrings": 11766, + "Ġdesigning": 11767, + "Ġfilms": 11768, + "Ġconsuming": 11769, + "Ġresponsibilities": 11770, + "Ġreviewed": 11771, + "ĠMissouri": 11772, + "Ġoceans": 11773, + "Ġaltered": 11774, + "ĠBest": 11775, + "Ġphon": 11776, + "Ġsubmitted": 11777, + "Ġdiagram": 11778, + "Ġ{}\".": 11779, + "Ġparsed": 11780, + "Base": 11781, + "GET": 11782, + "ĠHaving": 11783, + "Ġ'-": 11784, + "energy": 11785, + "Ġindependently": 11786, + "ĠMinistry": 11787, + "ĠEC": 11788, + "ĠNep": 11789, + "Ġintens": 11790, + "Ġoperated": 11791, + "Ġcrash": 11792, + "Ġinvestments": 11793, + "Ġofficially": 11794, + "Ġmagazine": 11795, + "Ġwelcome": 11796, + "Ġpersistent": 11797, + "umer": 11798, + "Ġenzyme": 11799, + "addr": 11800, + "ika": 11801, + "ĠGuard": 11802, + "ĠOthers": 11803, + "Ġabandoned": 11804, + "TO": 11805, + "Ġbee": 11806, + "seed": 11807, + "select": 11808, + "ffs": 11809, + "Ġblast": 11810, + "Ġlocally": 11811, + "ercise": 11812, + "Ġportray": 11813, + "Ġliberal": 11814, + "Ġcertificate": 11815, + "ineteenth": 11816, + "ĠColorado": 11817, + "ĠIde": 11818, + "ĠFair": 11819, + "ĠOR": 11820, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 11821, + "radius": 11822, + "Common": 11823, + "ĠWilliams": 11824, + "Ġimagination": 11825, + "Ġhonest": 11826, + "Ġimplies": 11827, + "ĠBetween": 11828, + "Ġdisposal": 11829, + "ĠSimilarly": 11830, + "Ġvomiting": 11831, + "hard": 11832, + "Ġsulf": 11833, + "Ġpink": 11834, + "ulates": 11835, + "Ġdiam": 11836, + "Ġcapability": 11837, + "Ġeconomics": 11838, + "Ġmonthly": 11839, + "Ġindicator": 11840, + "Ġmasses": 11841, + "processing": 11842, + "compile": 11843, + "Ġcrack": 11844, + "Ġawarded": 11845, + "esium": 11846, + "Ġerect": 11847, + "Ġloose": 11848, + "ĠRNA": 11849, + "Ġdepri": 11850, + "Ġspacecraft": 11851, + "Ġfluids": 11852, + "Ġcoordinate": 11853, + "-%": 11854, + "Ġwage": 11855, + "Ġregression": 11856, + "Ġgenerates": 11857, + "Ġpayments": 11858, + "Ġschema": 11859, + "Ġallergic": 11860, + "ĠCDC": 11861, + "Ġdrainage": 11862, + "ride": 11863, + "heat": 11864, + "Ġinclusive": 11865, + "Ġbeam": 11866, + "abases": 11867, + "Ġvice": 11868, + "Ġproud": 11869, + "Ġ600": 11870, + "Ġlanding": 11871, + "Ġsymptom": 11872, + "lessly": 11873, + "Ġnormalized": 11874, + "Ġpackages": 11875, + "Ġdialogue": 11876, + "wd": 11877, + "erator": 11878, + "Ġoste": 11879, + "Ġdying": 11880, + "agonal": 11881, + "Ġwooden": 11882, + "Ġgradient": 11883, + "Ġreputation": 11884, + "400": 11885, + "Work": 11886, + "zes": 11887, + "ashed": 11888, + "imary": 11889, + "Ġleak": 11890, + "Ġreson": 11891, + "Ġmolecule": 11892, + "Ġscalar": 11893, + "lon": 11894, + "sing": 11895, + "ourage": 11896, + "ĠPu": 11897, + "Ġintra": 11898, + "Ġbrush": 11899, + "Ġmarkers": 11900, + "Ġprescription": 11901, + "800": 11902, + "MD": 11903, + "async": 11904, + "Ġhtml": 11905, + "ĠCB": 11906, + "Ġrats": 11907, + "arts": 11908, + "clean": 11909, + "Ġcontinuously": 11910, + "dr": 11911, + "separ": 11912, + "istent": 11913, + "ĠTheory": 11914, + "ĠMind": 11915, + "Ġdisabled": 11916, + "alking": 11917, + "western": 11918, + "Ġtitles": 11919, + "Click": 11920, + "oT": 11921, + "zona": 11922, + "Ġ(âĢľ": 11923, + "ĠNic": 11924, + "ĠLater": 11925, + "Ġbladder": 11926, + "ĠAncient": 11927, + "Ġendangered": 11928, + "2015": 11929, + "ĠShakespeare": 11930, + "Char": 11931, + "Ġsurvived": 11932, + "Scient": 11933, + "Ġinvented": 11934, + "Ġsatisfaction": 11935, + "Ġomega": 11936, + "acity": 11937, + "ĠOregon": 11938, + "ĠUt": 11939, + "Ġspelling": 11940, + "ĠAssembly": 11941, + "Ġfemin": 11942, + "Ġmanufacturer": 11943, + "Ġselling": 11944, + "iser": 11945, + "ĠNation": 11946, + "ĠOcc": 11947, + "Ġimpressive": 11948, + "tics": 11949, + "Ġbold": 11950, + "Ġhar": 11951, + "ĠOlymp": 11952, + "Ġundergo": 11953, + "Ġcollecting": 11954, + "Ġfallen": 11955, + "ĠUsed": 11956, + "Ġfertility": 11957, + "Ġcosm": 11958, + "Ġtrajectory": 11959, + "Ġpursue": 11960, + "GE": 11961, + "TA": 11962, + "Âł": 11963, + "utical": 11964, + "Ġ'--": 11965, + "Ġteaches": 11966, + "Ġsearching": 11967, + "Ġtutorial": 11968, + ".]": 11969, + "mers": 11970, + "Ñģ": 11971, + "Ġanthrop": 11972, + "ĠSpring": 11973, + "ĠOffic": 11974, + "Ġsoy": 11975, + "Ġpreferences": 11976, + "liers": 11977, + "2017": 11978, + "Ġmorph": 11979, + "correct": 11980, + "Ġsediment": 11981, + "!!": 11982, + "CI": 11983, + "hex": 11984, + "itzer": 11985, + "Ġfiction": 11986, + "actor": 11987, + "ometer": 11988, + "Ġpayload": 11989, + "Ġtraveling": 11990, + "Ġbottle": 11991, + "Ġinherit": 11992, + "Ġimmigrants": 11993, + "SI": 11994, + "ĠRandom": 11995, + "Ġthickness": 11996, + "({": 11997, + "Rep": 11998, + "arium": 11999, + "ĠCR": 12000, + "ĠIra": 12001, + "thood": 12002, + "Ġrelating": 12003, + "ĠProtest": 12004, + "Ġrecommends": 12005, + "binary": 12006, + "Ġwings": 12007, + "Ġmile": 12008, + "uts": 12009, + "Ġcomparing": 12010, + "Ġpartially": 12011, + "apters": 12012, + "ĠRegular": 12013, + "Ġbelongs": 12014, + "Ġcarbohydrates": 12015, + "Ġmesh": 12016, + "Ġeco": 12017, + "ĠTib": 12018, + "Ġinvasion": 12019, + "science": 12020, + "Ġpredomin": 12021, + "ĠStandards": 12022, + "Met": 12023, + "Ġwake": 12024, + "olis": 12025, + "mentation": 12026, + "terior": 12027, + "rium": 12028, + "ĠBah": 12029, + "ĠFDA": 12030, + "ĠJr": 12031, + "Ġinterrupt": 12032, + "Ġoffices": 12033, + "Ġscenarios": 12034, + "Ġinspiration": 12035, + "FA": 12036, + "Ġdivers": 12037, + "cho": 12038, + "Ġlean": 12039, + "Ġappet": 12040, + "Ġcooked": 12041, + "Ġæ": 12042, + "Ġtang": 12043, + "Ġannot": 12044, + "Ġorganism": 12045, + "Ġpathways": 12046, + "Ġacceptance": 12047, + "Ġoriginated": 12048, + "Ġtunnel": 12049, + "Will": 12050, + "ĪĴ": 12051, + "ĠRather": 12052, + "Ġunto": 12053, + "Ġengineer": 12054, + "ĠMaryland": 12055, + "ĠSamuel": 12056, + "iors": 12057, + "Ġsore": 12058, + "Ġdrops": 12059, + "ĠSa": 12060, + "Ġwashing": 12061, + "early": 12062, + "Ġskull": 12063, + "Ġcarries": 12064, + "Ġoppon": 12065, + "ĠPhD": 12066, + "Ġmovies": 12067, + "Ġsnap": 12068, + "Ġdecreases": 12069, + "arbor": 12070, + "Writing": 12071, + "Ġtoile": 12072, + "Ġnoun": 12073, + "Ġalk": 12074, + "Ġproducers": 12075, + ",âĢĻ": 12076, + ":%": 12077, + "iop": 12078, + "income": 12079, + "eros": 12080, + "thur": 12081, + "Ġemails": 12082, + "Ġrelate": 12083, + "Ġ43": 12084, + "Ġgenu": 12085, + "Ġexcav": 12086, + "Ġthirty": 12087, + "Ġcannab": 12088, + "Mar": 12089, + "ja": 12090, + "actic": 12091, + "Ġattr": 12092, + "Ġparks": 12093, + "oons": 12094, + "via": 12095, + "ĠTerm": 12096, + "Ġvocal": 12097, + "phones": 12098, + "Ġrobots": 12099, + "Ġbulk": 12100, + "ĠCulture": 12101, + "ĠJacob": 12102, + "Ġnamely": 12103, + ".),": 12104, + "URL": 12105, + "Ġinvention": 12106, + "Ġmonument": 12107, + "ĠAltern": 12108, + "Ġapproval": 12109, + "Ġaids": 12110, + "Ġmeter": 12111, + "Ġfloating": 12112, + "ĠInitialize": 12113, + "Ġentrance": 12114, + ".-": 12115, + "Fil": 12116, + "ĠAT": 12117, + "ĠCre": 12118, + "---": 12119, + "Ġdispers": 12120, + "Ġphy": 12121, + "ĠConvention": 12122, + "Ġaffordable": 12123, + "Ġfingers": 12124, + ":',": 12125, + "pu": 12126, + "Ġarc": 12127, + "defined": 12128, + "Ġpainted": 12129, + "azz": 12130, + "Ġpalm": 12131, + "ĠClinical": 12132, + "Ġsubsid": 12133, + "Open": 12134, + "tf": 12135, + "xic": 12136, + "arians": 12137, + "Ġconvention": 12138, + "Ġdementia": 12139, + "Ġdefining": 12140, + "lux": 12141, + "Ġmirror": 12142, + "isition": 12143, + "Ġbull": 12144, + "Ġreh": 12145, + "changed": 12146, + "ĠKn": 12147, + "lope": 12148, + "AND": 12149, + "Ġadministered": 12150, + "display": 12151, + "handler": 12152, + "Ġscholar": 12153, + "elson": 12154, + "Ġdesigners": 12155, + "ĠAfghan": 12156, + "lammatory": 12157, + "ART": 12158, + "FL": 12159, + "outer": 12160, + "Ġharsh": 12161, + "Ġeternal": 12162, + "amation": 12163, + "ĠBa": 12164, + "Ġ978": 12165, + "white": 12166, + "Ġmoments": 12167, + "ĠMusic": 12168, + "Ġauthentication": 12169, + "National": 12170, + "ä»": 12171, + "ĠTODO": 12172, + "ifference": 12173, + "verages": 12174, + "Ġcope": 12175, + "Ġconsiderations": 12176, + "Ġenhancing": 12177, + "Ġnumerical": 12178, + "Ġsle": 12179, + "Ġglory": 12180, + "Ġcrimes": 12181, + "Ġstructured": 12182, + "Ġuter": 12183, + "Ġcamps": 12184, + "swered": 12185, + "Py": 12186, + "Ġprogression": 12187, + "ĠDie": 12188, + "ĠLink": 12189, + "Ġintric": 12190, + "Ġpartly": 12191, + "Ġsomewhere": 12192, + "Ġcareg": 12193, + "azy": 12194, + "dependent": 12195, + "Ġroutes": 12196, + "Ġbrains": 12197, + "Ġcompassion": 12198, + "rying": 12199, + "ignment": 12200, + "Ġmanuscript": 12201, + "ĠKent": 12202, + "Ġinsulation": 12203, + "Ġparticipating": 12204, + "Ġstriking": 12205, + "Ġcommittee": 12206, + "scope": 12207, + "oline": 12208, + "igm": 12209, + "ĠFed": 12210, + "ĠOs": 12211, + "angular": 12212, + "Ġextraction": 12213, + "signal": 12214, + "Ġcharges": 12215, + "Ġanalyses": 12216, + "gro": 12217, + "Ġshield": 12218, + "Ġimported": 12219, + "Ġinflation": 12220, + "they": 12221, + "Ġnecessity": 12222, + "ĠWithin": 12223, + "dominal": 12224, + "ĠPeriod": 12225, + "ĠMathemat": 12226, + "ĠKeyError": 12227, + "Ġphenomena": 12228, + "ĠSenate": 12229, + "Ġlecture": 12230, + "PV": 12231, + "ĠSep": 12232, + "ĠSeries": 12233, + "Ġarthritis": 12234, + "Ġpreservation": 12235, + "factor": 12236, + "Ġdemonstrates": 12237, + "driver": 12238, + "Ġmurder": 12239, + "Length": 12240, + "nn": 12241, + "Ġshouldn": 12242, + "Ġshoulder": 12243, + "ricane": 12244, + "Ġduct": 12245, + "Ġrecycled": 12246, + "closure": 12247, + "Current": 12248, + "Ġcum": 12249, + "Ġcited": 12250, + "esar": 12251, + "Ġ\"%": 12252, + "ressing": 12253, + "Ġtwelve": 12254, + "ĠReal": 12255, + "Ġorganisation": 12256, + "Ġfacial": 12257, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 12258, + "Ġextracted": 12259, + "Ġmalaria": 12260, + "Ġimmunity": 12261, + "vity": 12262, + "onaut": 12263, + "Ġphases": 12264, + "Ġcelebration": 12265, + "Ġpesticides": 12266, + "ĠFac": 12267, + "Ġtexture": 12268, + "Ġanat": 12269, + "ĠSP": 12270, + "aven": 12271, + "athan": 12272, + "Ġdetector": 12273, + "Ġcomputed": 12274, + "Ġaffairs": 12275, + "Ġtiming": 12276, + "ĠObama": 12277, + "Ġwarr": 12278, + "itational": 12279, + "amount": 12280, + "nex": 12281, + "Ġgran": 12282, + "Ġincidence": 12283, + "Ġradi": 12284, + "Ġbowel": 12285, + "Ġantibiotic": 12286, + "herical": 12287, + "orer": 12288, + "Ġbutt": 12289, + "tein": 12290, + "Ġspine": 12291, + "ĠArm": 12292, + "thew": 12293, + "Ġevolutionary": 12294, + "Ġtower": 12295, + "Gl": 12296, + "Option": 12297, + "counter": 12298, + "inals": 12299, + "ĠFull": 12300, + "Ġsearc": 12301, + "clip": 12302, + "Ġspark": 12303, + "cession": 12304, + "Ġinterfe": 12305, + "hedral": 12306, + "Ġtreaty": 12307, + "Ġworkshop": 12308, + "Ġirregular": 12309, + "iotics": 12310, + "ĠDefine": 12311, + "Ġmagic": 12312, + "Ġrevolutionary": 12313, + "ĠDriver": 12314, + "lav": 12315, + "Ġinclusion": 12316, + "Ġmim": 12317, + "idel": 12318, + "Ġyoga": 12319, + "cluster": 12320, + "ĠThird": 12321, + "Ġvalidation": 12322, + "integer": 12323, + "Ġthorough": 12324, + "Su": 12325, + "fold": 12326, + "pres": 12327, + "paren": 12328, + "attered": 12329, + "Ġ'\\": 12330, + "phal": 12331, + "appy": 12332, + "Ġsalvation": 12333, + "ĠAngeles": 12334, + "Ġber": 12335, + "uble": 12336, + "Ġprotocols": 12337, + "Ġphysicians": 12338, + "ĠContact": 12339, + "Ġverbose": 12340, + "Water": 12341, + "iro": 12342, + "itting": 12343, + "Ġpine": 12344, + "Ġgamma": 12345, + "ĠRisk": 12346, + "Ġretail": 12347, + "Ġlengths": 12348, + "ĠIllinois": 12349, + "ĠQuestions": 12350, + "Ġfilling": 12351, + "asures": 12352, + "imals": 12353, + "ĠAvailable": 12354, + "Ġearned": 12355, + "Ġarrangement": 12356, + "API": 12357, + "Have": 12358, + "ĠRE": 12359, + "Ġkings": 12360, + "support": 12361, + "Ġtribe": 12362, + "Ġhurt": 12363, + "Ġyes": 12364, + "ĠMong": 12365, + "ocent": 12366, + "ĠIndividual": 12367, + "ĠShort": 12368, + "ĠIntroduction": 12369, + "ĠComputer": 12370, + "Ġincredibly": 12371, + "\").": 12372, + "hops": 12373, + "ĠCore": 12374, + "Ġasks": 12375, + "pts": 12376, + "ĠFollowing": 12377, + "Ġkernel": 12378, + "reshape": 12379, + "ĠSTEM": 12380, + "good": 12381, + "Ġafra": 12382, + "oning": 12383, + "omon": 12384, + "unctions": 12385, + "Ġenemies": 12386, + "Ġspir": 12387, + "2016": 12388, + "Ġmodeling": 12389, + "Ġtriangle": 12390, + "Ġsurviv": 12391, + "Ġflooding": 12392, + "Ġterritories": 12393, + "achel": 12394, + "ĠGM": 12395, + "Ġdispar": 12396, + "Ġcampus": 12397, + "Ġdeposits": 12398, + "game": 12399, + "}'.": 12400, + "rose": 12401, + "Ġstems": 12402, + "agger": 12403, + "Ġequations": 12404, + "Ġrealm": 12405, + "ognition": 12406, + "Ġcitizen": 12407, + "History": 12408, + "Ġencountered": 12409, + "GS": 12410, + "ieth": 12411, + "pool": 12412, + "abetic": 12413, + "ĠBio": 12414, + "ulture": 12415, + "Ġelab": 12416, + "commit": 12417, + "ĠGenerate": 12418, + "callback": 12419, + "Ġhazardous": 12420, + "utations": 12421, + "oping": 12422, + "ĠWrit": 12423, + "Ġsorting": 12424, + "Christ": 12425, + "2007": 12426, + "Ġseasonal": 12427, + "ĠTemple": 12428, + "ĠArizona": 12429, + "when": 12430, + "ĠTro": 12431, + "ĠTai": 12432, + "Ġappl": 12433, + "ĠStory": 12434, + "ĠIsa": 12435, + "empty": 12436, + "Ġethics": 12437, + "Ġmystery": 12438, + "average": 12439, + "inator": 12440, + "Ġhill": 12441, + "Ġfolder": 12442, + "Ġafraid": 12443, + "Ġtied": 12444, + "igo": 12445, + "velength": 12446, + "aceutical": 12447, + "Ġindicators": 12448, + "series": 12449, + "Ġemployers": 12450, + "ĠTu": 12451, + "emed": 12452, + "ĠHig": 12453, + "ĠRo": 12454, + "ĠEs": 12455, + "Ġ46": 12456, + "Ġattain": 12457, + "ĠEnter": 12458, + "Ġexpenses": 12459, + "ĠEmploy": 12460, + "Ġgraphics": 12461, + "Ġboxes": 12462, + "Students": 12463, + "Ġderivative": 12464, + "Ġnurse": 12465, + "PDF": 12466, + "Ġbands": 12467, + "irs": 12468, + "exception": 12469, + "Ġbrid": 12470, + "curs": 12471, + "control": 12472, + "human": 12473, + "orus": 12474, + "Ġlag": 12475, + "ĠDrug": 12476, + "()`": 12477, + "ĠClub": 12478, + "city": 12479, + "station": 12480, + "odd": 12481, + "Ġcompact": 12482, + "Ġsinging": 12483, + "Ġmutations": 12484, + "Classifier": 12485, + "Ġdepartments": 12486, + ")(": 12487, + "VD": 12488, + "oard": 12489, + "thal": 12490, + "ĠHarr": 12491, + "aza": 12492, + "Ġconducting": 12493, + "ĠNetherlands": 12494, + ":||": 12495, + "Ġchains": 12496, + "Ġdisasters": 12497, + "ologic": 12498, + "ĠVolume": 12499, + "Ġavoided": 12500, + "Ġcardiac": 12501, + "Ġdistinguished": 12502, + "ĠSymptoms": 12503, + "Ġsolely": 12504, + "Ġmerged": 12505, + "ĠIraq": 12506, + "User": 12507, + "Ġtens": 12508, + "Ġanswered": 12509, + "Ġcontrary": 12510, + "reatment": 12511, + "Ġscra": 12512, + "Ġsafer": 12513, + "Ġ99": 12514, + "Ġfactorial": 12515, + "Ġabsorbed": 12516, + "Ġconversations": 12517, + "Ġsyntax": 12518, + "Func": 12519, + "RS": 12520, + "Ġexplored": 12521, + "Which": 12522, + "rament": 12523, + "ĠLicense": 12524, + "itan": 12525, + "etically": 12526, + "ĠAst": 12527, + "Ġclouds": 12528, + "reement": 12529, + "ĠEns": 12530, + "iking": 12531, + "ĠPrinc": 12532, + "Ġfatal": 12533, + "ĠSchools": 12534, + "Ġmultiply": 12535, + "Ġunnecessary": 12536, + "PN": 12537, + "Public": 12538, + "Ġfont": 12539, + "Ġyard": 12540, + "Ġcommem": 12541, + "Ġclassifier": 12542, + "Ġdiver": 12543, + "Ġattachment": 12544, + "Fig": 12545, + "fly": 12546, + "vs": 12547, + "leton": 12548, + "ĠFish": 12549, + "Ġscreens": 12550, + "phant": 12551, + "ĠRecent": 12552, + "Ġrefrig": 12553, + "Ġbusy": 12554, + "Second": 12555, + "Ġspeakers": 12556, + "Ġsoda": 12557, + "rus": 12558, + "Ġts": 12559, + "Ġ1900": 12560, + "Ġcolored": 12561, + "exc": 12562, + "Ġskilled": 12563, + "Ġrighteous": 12564, + "Ġpublications": 12565, + "ĠResource": 12566, + "ĠColon": 12567, + "Ġgathering": 12568, + "Ġlift": 12569, + "ĠCase": 12570, + "ĠFA": 12571, + "fficiency": 12572, + "Ġloans": 12573, + "ĠVirt": 12574, + "ĠPhilippines": 12575, + "anth": 12576, + "chars": 12577, + "Ġdishes": 12578, + "Ġathletes": 12579, + "BM": 12580, + "Ġok": 12581, + "asa": 12582, + "acher": 12583, + "illance": 12584, + "duate": 12585, + "ĠThanks": 12586, + "Ġextinction": 12587, + "Ġeducated": 12588, + "Ġbelonging": 12589, + "Ġhunger": 12590, + "Ġacknowledge": 12591, + "aments": 12592, + "Ġseiz": 12593, + "Ġentreprene": 12594, + "Ġpubl": 12595, + "Ġzinc": 12596, + "ournals": 12597, + "Ġstrip": 12598, + "ĠTeachers": 12599, + "Ġexplicitly": 12600, + "ĠIndependence": 12601, + "ĠJane": 12602, + "Ġdecimal": 12603, + "ĠResearchers": 12604, + "2006": 12605, + "errors": 12606, + "}'": 12607, + "ĠSom": 12608, + "ĠWin": 12609, + "ĠSelect": 12610, + "Ġprotest": 12611, + "ĠCloud": 12612, + "ĠFinancial": 12613, + "Ġmutual": 12614, + "network": 12615, + "ĠUpdate": 12616, + "Ġphrases": 12617, + "Ġinjection": 12618, + "mult": 12619, + "stead": 12620, + "Ġbears": 12621, + "ader": 12622, + "ĠMajor": 12623, + "Ġsubstring": 12624, + "Ġxml": 12625, + "span": 12626, + "Ġarchive": 12627, + "Ġaccompany": 12628, + "Ġtriggers": 12629, + "Edit": 12630, + "onymous": 12631, + "Pub": 12632, + "jo": 12633, + "Ġ800": 12634, + "Ġwritings": 12635, + "Ġcataly": 12636, + "Ġprogressive": 12637, + "Mean": 12638, + "Ġrejected": 12639, + "lings": 12640, + "scores": 12641, + "ÑĤ": 12642, + "ospy": 12643, + "ĠRub": 12644, + "Ġenv": 12645, + "Ġargues": 12646, + "Ġpotassium": 12647, + "Ġaccessed": 12648, + "clusively": 12649, + "Ġgeographic": 12650, + "meta": 12651, + "docs": 12652, + "ampling": 12653, + "Ġsettlers": 12654, + "Ġsteady": 12655, + "cir": 12656, + "olph": 12657, + "ĠConvert": 12658, + "Ġinvestors": 12659, + "Ġshallow": 12660, + "BL": 12661, + "ĠCit": 12662, + "istically": 12663, + "Ġunity": 12664, + "pert": 12665, + "deg": 12666, + "Ġfeat": 12667, + "lla": 12668, + "ietal": 12669, + "Ġextends": 12670, + "atories": 12671, + "Ġfaculty": 12672, + "sequently": 12673, + "tion": 12674, + "Ġions": 12675, + "Ġcerv": 12676, + "ĠJun": 12677, + "Ġpride": 12678, + "ĠVari": 12679, + "Execute": 12680, + "Ġsubsequently": 12681, + "Ġcoefficient": 12682, + "Ġcollaborative": 12683, + "Ġoccasionally": 12684, + "pot": 12685, + "anol": 12686, + "Ġbills": 12687, + "Ġmud": 12688, + "ĠJon": 12689, + "Children": 12690, + "marks": 12691, + "Ġatmospheric": 12692, + "nesota": 12693, + "Ġoutdoors": 12694, + "ĠKorean": 12695, + "gae": 12696, + "Ġresolved": 12697, + "Ġdisput": 12698, + "Ġspeaker": 12699, + "Ġrubber": 12700, + "ĠWilson": 12701, + "ropriate": 12702, + ")||": 12703, + "ĠMes": 12704, + "apore": 12705, + "Ġtempt": 12706, + "Ġmachinery": 12707, + "Ġfurniture": 12708, + "Ġoverwhelming": 12709, + "ĠVietnam": 12710, + "aft": 12711, + "Ġdeer": 12712, + "Ġactors": 12713, + "Ġediting": 12714, + "Ġservers": 12715, + "Ġextraordinary": 12716, + "doi": 12717, + "ĠMonday": 12718, + "Ġdangers": 12719, + "Ġreplacing": 12720, + "tick": 12721, + "ĠFa": 12722, + "Ġstops": 12723, + "ĠMarine": 12724, + "Ġspreads": 12725, + "Ġautomated": 12726, + "ĠMonth": 12727, + "Ġdeadly": 12728, + "Ġneighbour": 12729, + "ĠWorking": 12730, + "ĠScientific": 12731, + "she": 12732, + "inition": 12733, + "Ġcod": 12734, + "Ġfles": 12735, + "Ġstraw": 12736, + "ogene": 12737, + "Ġplasma": 12738, + "Ġimportantly": 12739, + "Ġlimiting": 12740, + "Ġprospect": 12741, + "Ġtorch": 12742, + "Ġracism": 12743, + "н": 12744, + "Ġnull": 12745, + "ĠHon": 12746, + "Ġscipy": 12747, + "ĠCenters": 12748, + "Ġartifacts": 12749, + "Ġdegradation": 12750, + "]+": 12751, + "Ġmart": 12752, + "idget": 12753, + "Ġbearing": 12754, + "estone": 12755, + "ĠMess": 12756, + "ĠHit": 12757, + "Ġanalyzing": 12758, + "Ġincredible": 12759, + "Ġgifts": 12760, + "ĠHu": 12761, + "ĠNO": 12762, + "ĠLove": 12763, + "plete": 12764, + "ausea": 12765, + "layer": 12766, + "fare": 12767, + "ni": 12768, + "pher": 12769, + "wra": 12770, + "Init": 12771, + "Ġconfused": 12772, + "Ġillum": 12773, + "Ġ1988": 12774, + "Ġ°": 12775, + "Ġtimestamp": 12776, + "Output": 12777, + "Based": 12778, + "ĠSem": 12779, + "pton": 12780, + "ensing": 12781, + "Ġbugs": 12782, + "Ġpreserving": 12783, + "ĠShow": 12784, + "Comp": 12785, + "Ġthyroid": 12786, + "Ġuncertainty": 12787, + "Ġcompatible": 12788, + "_.": 12789, + "atre": 12790, + "ĠIO": 12791, + "Ġnearest": 12792, + "ĠFall": 12793, + "ograms": 12794, + "ĠUk": 12795, + "Ġ52": 12796, + "Ġexpend": 12797, + "ictionaries": 12798, + "Ġhistorians": 12799, + "Ġlifes": 12800, + "Ġnurses": 12801, + "Ġcriticism": 12802, + "Ĥ¬": 12803, + "itar": 12804, + "olas": 12805, + "ĠPR": 12806, + "Ġride": 12807, + "ĠEver": 12808, + "ĠGDP": 12809, + "ĠAlaska": 12810, + "Ġ``'": 12811, + "apsed": 12812, + "Ġrepresentatives": 12813, + "Ġdatabases": 12814, + "counts": 12815, + "Ġgaining": 12816, + "Ġmi": 12817, + "asis": 12818, + "stock": 12819, + "imeter": 12820, + "Ġgains": 12821, + "Ġorn": 12822, + "encoding": 12823, + "negative": 12824, + "Ġprecipitation": 12825, + "mount": 12826, + "Ġmissions": 12827, + "plan": 12828, + "Ġreliability": 12829, + "symb": 12830, + "Ġassociations": 12831, + "Ġattacked": 12832, + "Ġruling": 12833, + "ĠStatistics": 12834, + "Ġbins": 12835, + "oub": 12836, + "akh": 12837, + "Ġoutline": 12838, + "forms": 12839, + "Ġpermitted": 12840, + "Ġsubtle": 12841, + "ĠRequ": 12842, + "Ġcreature": 12843, + "Ġillustrate": 12844, + "ĠOptional": 12845, + "Orig": 12846, + "ĠSO": 12847, + "estring": 12848, + "ĠDal": 12849, + "Ġprovisions": 12850, + "Ġdevoted": 12851, + "Ġposted": 12852, + "Ġexcited": 12853, + "Ġinflammatory": 12854, + "Ġweapon": 12855, + "sigma": 12856, + "iner": 12857, + "stderr": 12858, + "Ġmeets": 12859, + "ĠExp": 12860, + "Ġcrust": 12861, + "ERS": 12862, + "Ġcampaigns": 12863, + "Ġpivot": 12864, + "Ġinequality": 12865, + "accuracy": 12866, + "vance": 12867, + "Ġtorn": 12868, + "odox": 12869, + "Ġfounder": 12870, + "ĠArray": 12871, + "ĠDeath": 12872, + "Ġpathogens": 12873, + "Ġcondem": 12874, + "Ġflowing": 12875, + "2005": 12876, + "Ġweekly": 12877, + "ALL": 12878, + "Ġfulf": 12879, + "Ġfibonacci": 12880, + "Ġstimulate": 12881, + "uns": 12882, + "ĠWed": 12883, + "compute": 12884, + "Though": 12885, + "Ġprevented": 12886, + "osaurs": 12887, + "Ġtremend": 12888, + "Ġreferen": 12889, + "ushes": 12890, + "ĠPope": 12891, + "ĠMachine": 12892, + "Ġtransparent": 12893, + "ynasty": 12894, + "bid": 12895, + "uid": 12896, + "Ġought": 12897, + "ĠTal": 12898, + "ĠAh": 12899, + "auss": 12900, + "Ġtranscript": 12901, + "Ġelections": 12902, + "Ġassumptions": 12903, + "Ġstrengths": 12904, + "Ġcontroller": 12905, + "ĠIntelligence": 12906, + "Ġsanct": 12907, + "Ġodl": 12908, + "Ġfrozen": 12909, + "ĠScientists": 12910, + "sal": 12911, + "town": 12912, + "Ġinade": 12913, + "ĠEve": 12914, + "elli": 12915, + "Ġ\"\\": 12916, + "Ġtransplant": 12917, + "Ġ": 13381, + "Ġhills": 13382, + "ĠAz": 13383, + "ĠIron": 13384, + "Ġorb": 13385, + "Ġorch": 13386, + "ĠMaking": 13387, + "quarters": 13388, + "ĠRos": 13389, + "Sur": 13390, + "Ġpushed": 13391, + "ĠAP": 13392, + "ocate": 13393, + "Ġintersection": 13394, + "Ġ49": 13395, + "Ġ180": 13396, + "Ġpicked": 13397, + "Ġjewel": 13398, + "Ġendeav": 13399, + "FO": 13400, + "fers": 13401, + "review": 13402, + "Ġcovenant": 13403, + "ilton": 13404, + "omed": 13405, + "ĠHan": 13406, + "pars": 13407, + "proof": 13408, + "Ġworksheets": 13409, + "Ġhighlighted": 13410, + "Ġrailroad": 13411, + "vised": 13412, + "Ġpear": 13413, + "gebra": 13414, + "Ġvoices": 13415, + "ĠStone": 13416, + "ova": 13417, + "ĠWeather": 13418, + "Ġevaluating": 13419, + "Ġoptimization": 13420, + "Ġhypert": 13421, + "600": 13422, + "??": 13423, + "cb": 13424, + "ÑĢ": 13425, + "inch": 13426, + "Ġwhilst": 13427, + "Ġabdominal": 13428, + "2018": 13429, + "Ġimpression": 13430, + "Ġrises": 13431, + "auge": 13432, + "Ġdigestion": 13433, + "Ġtanks": 13434, + "ĠCass": 13435, + "ĠPear": 13436, + "ĠMatt": 13437, + "Ġsho": 13438, + "cler": 13439, + "arness": 13440, + "Ġdeviation": 13441, + "Ġcontexts": 13442, + "hammad": 13443, + "Ġrolling": 13444, + "}{": 13445, + "Ġtired": 13446, + "Ġticks": 13447, + "Ġovers": 13448, + "Ġasbestos": 13449, + "Ġoperates": 13450, + "Ġdamaging": 13451, + "ĠMinnesota": 13452, + "Ġpunct": 13453, + "Ġadvancements": 13454, + "Ġmitigate": 13455, + "Ġcavity": 13456, + "rors": 13457, + "sized": 13458, + "Ġà¤": 13459, + "Ġcave": 13460, + "uning": 13461, + "ĠMos": 13462, + "ĠBase": 13463, + "ĠFer": 13464, + "Ġinfer": 13465, + "Ġdiscussing": 13466, + "\"]],": 13467, + "Ġreferring": 13468, + "Ġsilicon": 13469, + "Ġdrying": 13470, + "Ġgraphic": 13471, + "Ġinstitutional": 13472, + "Ġelectronics": 13473, + "Ġdefeat": 13474, + "Did": 13475, + "EW": 13476, + "fight": 13477, + "ĠÏ": 13478, + "Ġbom": 13479, + "Ġevolving": 13480, + "Ġdistress": 13481, + "entially": 13482, + "Ġmonetary": 13483, + "Ġspecialists": 13484, + "chester": 13485, + "Ġassumption": 13486, + "Ġdenied": 13487, + "Ġsurprised": 13488, + "Ġcustoms": 13489, + "ĠImpact": 13490, + "dess": 13491, + "Ġly": 13492, + "abc": 13493, + "ĠDom": 13494, + "ĠLower": 13495, + "Ġevolve": 13496, + "Ġactivated": 13497, + "ĠSleep": 13498, + "Ġrupt": 13499, + "ensitive": 13500, + "Ġfungi": 13501, + "gorithm": 13502, + "flat": 13503, + "ĠMountain": 13504, + "Ġadvocates": 13505, + "ĠConfederate": 13506, + "Ġpneumonia": 13507, + "Aug": 13508, + "Function": 13509, + "SE": 13510, + "tmp": 13511, + "ĠSant": 13512, + "ĠFig": 13513, + "ĠGil": 13514, + "Ġplastics": 13515, + "Ġcomposite": 13516, + "Ġinsu": 13517, + "rieves": 13518, + "Example": 13519, + "Ġ1979": 13520, + "Ġiterable": 13521, + "Ġaquatic": 13522, + "Hz": 13523, + "Pres": 13524, + "mia": 13525, + "Ġpseud": 13526, + "ĠSound": 13527, + "ĠFOR": 13528, + "Ġdismiss": 13529, + "Ġautonomous": 13530, + "ĠColl": 13531, + "Ġfailures": 13532, + "Ġ1987": 13533, + "ĉĉĉ": 13534, + "Ġdinner": 13535, + "Update": 13536, + "wait": 13537, + "æľ": 13538, + "Ġbeds": 13539, + "entieth": 13540, + "ĠNich": 13541, + "Ġresidence": 13542, + "ĠUnit": 13543, + "ĠAlways": 13544, + "Ġsingular": 13545, + "Ġimpacted": 13546, + "Ġcircuits": 13547, + "Ġintegrate": 13548, + "breaks": 13549, + "Ġbottles": 13550, + "Ġstorms": 13551, + "Handler": 13552, + "Ġgastro": 13553, + "SER": 13554, + "icides": 13555, + "adi": 13556, + "andas": 13557, + "Ġheated": 13558, + "2020": 13559, + "Ġnerves": 13560, + "Ġdisappear": 13561, + "Syn": 13562, + "oa": 13563, + "uer": 13564, + "Ġhip": 13565, + "storm": 13566, + "settings": 13567, + "Ġbasestring": 13568, + "Ġpitch": 13569, + "Ġgums": 13570, + "ĠCut": 13571, + "render": 13572, + "Ġmainstream": 13573, + "apses": 13574, + "Ġprophe": 13575, + "ĠElectric": 13576, + "Ġadvertising": 13577, + "Ġdens": 13578, + "Ġthinks": 13579, + "amous": 13580, + "Ġprobe": 13581, + "Ġhepat": 13582, + "apel": 13583, + "ailing": 13584, + "Ġremedy": 13585, + "Ġdestro": 13586, + "Ġintroducing": 13587, + "ĠGreeks": 13588, + "risk": 13589, + "ĠExtract": 13590, + "Ġdollar": 13591, + "Ġantioxidants": 13592, + "Ġsink": 13593, + "urated": 13594, + "olly": 13595, + "Ġsep": 13596, + "plane": 13597, + "Ġcommod": 13598, + "Ġcoinc": 13599, + "Ġabsent": 13600, + "ĠHispan": 13601, + "Result": 13602, + "Ġangry": 13603, + "Ġpowered": 13604, + "ĠBabylon": 13605, + "Ġclarity": 13606, + "Ġtubes": 13607, + "km": 13608, + "Ġthrown": 13609, + "Ġlith": 13610, + "ĠER": 13611, + "parameters": 13612, + "Ġelectrom": 13613, + "cery": 13614, + "Ġwarmer": 13615, + "Ġguided": 13616, + "Ġreceptors": 13617, + "Ġfestival": 13618, + "ĠSoftware": 13619, + "Free": 13620, + "bind": 13621, + "cuit": 13622, + "tab": 13623, + "tri": 13624, + "Compute": 13625, + "Content": 13626, + "ĠDemocratic": 13627, + "ĠSingapore": 13628, + "Ġinver": 13629, + "vec": 13630, + "ĠCert": 13631, + "Ġalgae": 13632, + "Ġviable": 13633, + "emet": 13634, + "Ġarrow": 13635, + "Ġkeras": 13636, + "âĢĿ)": 13637, + "Ġscrap": 13638, + "Ġii": 13639, + "Ġpotatoes": 13640, + "classes": 13641, + "Ġdeclined": 13642, + "Ġrocket": 13643, + "Ġvoting": 13644, + "digits": 13645, + "Ġdevastating": 13646, + "}`": 13647, + "edges": 13648, + "Ġthumb": 13649, + "Ġnort": 13650, + "esteem": 13651, + "Ġdehyd": 13652, + "ĠDu": 13653, + "Ġfees": 13654, + "Ġinfinite": 13655, + "Ġexplores": 13656, + "Ġinvestigated": 13657, + "Ġduplicate": 13658, + "Ġbasket": 13659, + "Message": 13660, + "Space": 13661, + "pol": 13662, + "Ġids": 13663, + "Ġlarv": 13664, + "amic": 13665, + "ĠLen": 13666, + "Ġadmitted": 13667, + "Ġactor": 13668, + "insula": 13669, + "Ġerupt": 13670, + "ennis": 13671, + "ACK": 13672, + "longest": 13673, + "ĠAdded": 13674, + "ĠPhysics": 13675, + "Group": 13676, + "orney": 13677, + "eded": 13678, + "ĠBody": 13679, + "ĠChoose": 13680, + "ĠBegin": 13681, + "Ġturtle": 13682, + "fd": 13683, + "Ġcarn": 13684, + "Ġmira": 13685, + "ulent": 13686, + "Ġproc": 13687, + "ĠNig": 13688, + "ĠOil": 13689, + "Ġfled": 13690, + "autions": 13691, + "NAME": 13692, + "Ġvisualization": 13693, + "PRO": 13694, + "jamin": 13695, + "ko": 13696, + "×Ļ": 13697, + "ĠDaily": 13698, + "ĠLiving": 13699, + "versely": 13700, + "appoint": 13701, + "Ġpacked": 13702, + "ĠDeterm": 13703, + "Ġguns": 13704, + "Ġveterin": 13705, + "ĠProphet": 13706, + "Ġsqlite": 13707, + "Test": 13708, + "inely": 13709, + "igating": 13710, + "emics": 13711, + "Ġdisable": 13712, + "ermat": 13713, + "Ġpurple": 13714, + "Ġbreakdown": 13715, + "Ġcalculating": 13716, + "Ġassessing": 13717, + "Ġdraws": 13718, + "market": 13719, + "Ġphilosophical": 13720, + "Ġsituated": 13721, + "Ġwealthy": 13722, + "ĠArabic": 13723, + "ĠChemical": 13724, + "Ġdescriptions": 13725, + "Good": 13726, + "rior": 13727, + "Ġtracks": 13728, + "Ġattrs": 13729, + "Ġcounting": 13730, + "Ġfollowers": 13731, + "Ġtemplates": 13732, + "Ġreply": 13733, + "Ġfifty": 13734, + "ĠOptionParser": 13735, + "Ġaccordance": 13736, + "ĠBitcoin": 13737, + "tz": 13738, + "Ġslic": 13739, + "ationally": 13740, + "Ġcurious": 13741, + "Ġpatches": 13742, + "regn": 13743, + "Ġconsiderably": 13744, + "Ġenhances": 13745, + "ĠBuddhist": 13746, + "enaissance": 13747, + "Ġepisode": 13748, + "Date": 13749, + "Ġow": 13750, + "Ġtoys": 13751, + "asia": 13752, + "ĠPL": 13753, + "ĠNap": 13754, + "Ġshifts": 13755, + "Ġgrants": 13756, + "ĠComb": 13757, + "Ġbrill": 13758, + "Ġgovernance": 13759, + "Ġsimilarity": 13760, + "INT": 13761, + "ĠCarib": 13762, + "Ġconjunction": 13763, + "Ġenterprise": 13764, + "*(": 13765, + "master": 13766, + "ĠCL": 13767, + "acon": 13768, + "ibli": 13769, + "Ġmankind": 13770, + "Ġvalued": 13771, + "Ġdeterior": 13772, + "Ġguides": 13773, + "ottom": 13774, + "ĠCountry": 13775, + "Ġutilizing": 13776, + "Ġpulled": 13777, + "claimed": 13778, + "large": 13779, + "Ġlunch": 13780, + "ĠWW": 13781, + "Ġsenses": 13782, + "Ġdominated": 13783, + "Ident": 13784, + "abilitation": 13785, + "Ġrecipient": 13786, + "Ġbucket": 13787, + "Ġconservative": 13788, + "lass": 13789, + "pip": 13790, + "rous": 13791, + "åIJ": 13792, + "ĠTR": 13793, + "owa": 13794, + "Ġunpre": 13795, + "velt": 13796, + "ĠProf": 13797, + "Ġhardly": 13798, + "Ġcomparable": 13799, + "Ġattracted": 13800, + "Ġlicensed": 13801, + "LOG": 13802, + "Ġarchaeological": 13803, + "four": 13804, + "inge": 13805, + "Ġbark": 13806, + "Ġdp": 13807, + "icut": 13808, + "states": 13809, + "olutions": 13810, + "ĠDate": 13811, + "Ġgrams": 13812, + "Ġrelatives": 13813, + "Ġsymbolic": 13814, + "ĠTransport": 13815, + "Ġpurchasing": 13816, + "Ġthrone": 13817, + "Ġprovinces": 13818, + ",)": 13819, + "DD": 13820, + "links": 13821, + "rl": 13822, + "Ġthri": 13823, + "ĠWars": 13824, + "outine": 13825, + "\"\"\"%": 13826, + "Ġexplos": 13827, + "Ġpracticing": 13828, + "Ġdatasets": 13829, + "General": 13830, + "Ġlandscapes": 13831, + "Ġcertified": 13832, + "rophic": 13833, + "Ġdefeated": 13834, + "Ġmethane": 13835, + "Ġscheduled": 13836, + "Ġaug": 13837, + "Ġps": 13838, + "ĠPap": 13839, + "agus": 13840, + "Ġspider": 13841, + "Ġharmony": 13842, + "Dev": 13843, + "Ġexplaining": 13844, + "Ġcoronavirus": 13845, + "God": 13846, + "Well": 13847, + "Ġmines": 13848, + "Ġsecre": 13849, + "Ġadul": 13850, + "Ġrecovered": 13851, + "Stream": 13852, + "Ġworkshops": 13853, + "Prov": 13854, + "Ġcompensation": 13855, + "ĠAx": 13856, + "ĠMission": 13857, + "positive": 13858, + "Ġresemb": 13859, + "swer": 13860, + "Ġdiscoveries": 13861, + "Ġgalaxies": 13862, + "Mus": 13863, + "Ġconce": 13864, + "Ġexclusively": 13865, + "Ġprojection": 13866, + "viously": 13867, + "Ġconverts": 13868, + "ĠMemory": 13869, + "ĠTurkey": 13870, + "ĠLouisiana": 13871, + "IX": 13872, + "tles": 13873, + "Ġpediatric": 13874, + "Ġseism": 13875, + "ĠGh": 13876, + "ĠAnimal": 13877, + "othy": 13878, + "uesday": 13879, + "Ġmounted": 13880, + "super": 13881, + "ĠFranklin": 13882, + "Ġtomatoes": 13883, + "indergarten": 13884, + "elcome": 13885, + "Ġhook": 13886, + "Ġlig": 13887, + "ĠGraph": 13888, + "ordan": 13889, + "Ġblacks": 13890, + "()[": 13891, + "Ġindent": 13892, + "Ġinvited": 13893, + "Ġ1984": 13894, + "Ġslower": 13895, + "Ġiterations": 13896, + "ĠADHD": 13897, + "Ġingredient": 13898, + "affeine": 13899, + "Ġcb": 13900, + "Ġcs": 13901, + "Ġinduced": 13902, + "users": 13903, + "ĠMaterials": 13904, + "ĠDown": 13905, + "artz": 13906, + "percent": 13907, + "click": 13908, + "ĠYouth": 13909, + "[::-": 13910, + "ĠPhilip": 13911, + "Load": 13912, + "à¸": 13913, + "leans": 13914, + "Ġhorn": 13915, + "Ġgross": 13916, + "rared": 13917, + "ĠWi": 13918, + "Ġcompressed": 13919, + "Ġpreference": 13920, + "Ġsupportive": 13921, + "Ġmagnet": 13922, + "Ġsuspected": 13923, + "Ġcharts": 13924, + "ĠVisual": 13925, + "Ġfraud": 13926, + "Ġoccasions": 13927, + "Ġinterfere": 13928, + "emetery": 13929, + "reach": 13930, + "eld": 13931, + "qual": 13932, + "ocur": 13933, + "plus": 13934, + "Ġblame": 13935, + "Ġcoating": 13936, + "Ġsimulate": 13937, + "(\"\\": 13938, + "oosevelt": 13939, + "Ġfathers": 13940, + "ĠArchitect": 13941, + "Ġprisoners": 13942, + "Ġmultiplication": 13943, + "cross": 13944, + "rock": 13945, + "ĠBad": 13946, + "Ġworms": 13947, + "Ġdataframe": 13948, + "restrial": 13949, + "Ġclosing": 13950, + "interest": 13951, + "ĠCultural": 13952, + "Ġcontradict": 13953, + "OV": 13954, + "uty": 13955, + "amel": 13956, + "ĠMust": 13957, + "ĠBell": 13958, + "Ġchapters": 13959, + "igned": 13960, + "ĠQur": 13961, + "register": 13962, + "ĠTrump": 13963, + "Ġconnectivity": 13964, + "parents": 13965, + "rophy": 13966, + "ĠYears": 13967, + "Ġspecimens": 13968, + "Op": 13969, + "Ġbars": 13970, + "imated": 13971, + "ĠBot": 13972, + "Ġsuited": 13973, + "ĠHom": 13974, + "ĠDuke": 13975, + "ĠFest": 13976, + "ĠCarl": 13977, + "Ġaccumulation": 13978, + "ĠCurrently": 13979, + "Top": 13980, + "gas": 13981, + "heastern": 13982, + "Ġsor": 13983, + "Ġexams": 13984, + "Ġadvised": 13985, + "Ġportions": 13986, + "news": 13987, + "ASE": 13988, + "Ġexamining": 13989, + "Ġnavigation": 13990, + "five": 13991, + "kers": 13992, + "Ġbats": 13993, + "emale": 13994, + "Ġsafeguard": 13995, + "Client": 13996, + "Green": 13997, + "ĠRab": 13998, + "ĠGar": 13999, + "available": 14000, + "Ġcombining": 14001, + "Ġreleases": 14002, + "ĠCollect": 14003, + "eroids": 14004, + "Ġwinning": 14005, + "Ġconvenience": 14006, + "Ġappliances": 14007, + "hs": 14008, + "vars": 14009, + "ç": 14010, + "Ġstuck": 14011, + "pler": 14012, + "izable": 14013, + "ĠDeep": 14014, + "ĠHealthy": 14015, + "Ġspeaks": 14016, + "ĠChemistry": 14017, + "]['": 14018, + "onto": 14019, + "Ġslope": 14020, + "Ġbattles": 14021, + "Ġdictionaries": 14022, + "Ġnurt": 14023, + "Ġvon": 14024, + "ĠEdition": 14025, + "ĠGPS": 14026, + "ĠLuke": 14027, + "Ġenact": 14028, + "Ġadmit": 14029, + "ĠAlab": 14030, + "olecular": 14031, + "Ġannounce": 14032, + "Ġconsistency": 14033, + "ĠArchived": 14034, + "Ġnewspapers": 14035, + "ĠCastle": 14036, + "PM": 14037, + "ositive": 14038, + "ĠFlu": 14039, + "ĠLarge": 14040, + "Ġprogrammes": 14041, + "ITY": 14042, + "ĠDiabetes": 14043, + "Ġbench": 14044, + "immune": 14045, + "ĠHitler": 14046, + "(__": 14047, + "Ġ).": 14048, + "Ġtiles": 14049, + "Ġfp": 14050, + "Ġbubble": 14051, + "Ġrevel": 14052, + "izoph": 14053, + "Ġcompiled": 14054, + "Ġkidneys": 14055, + "Learning": 14056, + "Remember": 14057, + "Ġteenagers": 14058, + "ĠDougl": 14059, + "Direct": 14060, + "Vis": 14061, + "dictionary": 14062, + "Ġlact": 14063, + "perial": 14064, + "Ġsphere": 14065, + "weet": 14066, + "Ġheadaches": 14067, + "Ġdiscusses": 14068, + "Ġmembership": 14069, + "Ġsixth": 14070, + "Ġdecreasing": 14071, + "Ġinitiated": 14072, + "ĠNobel": 14073, + "?)": 14074, + "Location": 14075, + "Ġmes": 14076, + "Ġdated": 14077, + "ilib": 14078, + "otional": 14079, + "Ġdeals": 14080, + "ĠDownload": 14081, + "ĠWatch": 14082, + "ĠKa": 14083, + "away": 14084, + "ĠArk": 14085, + "Ġimmigration": 14086, + "Ġsurely": 14087, + "Ġcatast": 14088, + "Ġterrible": 14089, + "Ġmonitored": 14090, + "lastname": 14091, + "written": 14092, + "Ġyeast": 14093, + "Ġentertainment": 14094, + "ĠVirtual": 14095, + "Ö¼": 14096, + "ĠDraw": 14097, + "Ġintu": 14098, + "Ġafternoon": 14099, + "Ġlocate": 14100, + "Ġcheaper": 14101, + "Ġeducate": 14102, + "Ġlogin": 14103, + "ĠFrame": 14104, + "Ġinnovations": 14105, + "Ġsatellites": 14106, + "ĠAdvanced": 14107, + "Ġmicrobes": 14108, + "Ġceremony": 14109, + "Sym": 14110, + "dates": 14111, + "dumps": 14112, + "turn": 14113, + "ĠCE": 14114, + "ĠCamb": 14115, + "acerb": 14116, + "Ġdiscrete": 14117, + "orship": 14118, + "ttes": 14119, + "Thus": 14120, + "ĠArist": 14121, + "atson": 14122, + "Ġgeography": 14123, + "Ġphotography": 14124, + "Ġfracture": 14125, + "izophren": 14126, + "Ġrear": 14127, + "ĠCounter": 14128, + "Ġassem": 14129, + "Ġvic": 14130, + "Ġchim": 14131, + "Ġquot": 14132, + "Ġpersonally": 14133, + "Ġmeanings": 14134, + "Ġemployer": 14135, + "calc": 14136, + "Ġstrictly": 14137, + "Ġcrystal": 14138, + "Ġhierarchy": 14139, + "hum": 14140, + "have": 14141, + "Ġsends": 14142, + "isol": 14143, + "Ġanest": 14144, + "Ġconclude": 14145, + "three": 14146, + "Ġobese": 14147, + "Ġbelt": 14148, + "atherine": 14149, + "Ġposture": 14150, + "region": 14151, + "Ġinvesting": 14152, + "Ġpeaceful": 14153, + "ciplinary": 14154, + "consin": 14155, + "Ġaggregate": 14156, + "Ġgalaxy": 14157, + "gel": 14158, + "edience": 14159, + "Ġlenses": 14160, + "ĠTax": 14161, + "ĠInnov": 14162, + "Ġempir": 14163, + "Ġclassrooms": 14164, + "Ġpresenting": 14165, + "Ġviewing": 14166, + "2001": 14167, + "ĠDepression": 14168, + "Ġfears": 14169, + "Ġscenes": 14170, + "design": 14171, + "inology": 14172, + "Ġfw": 14173, + "Ġink": 14174, + "ĠStore": 14175, + "ĠKennedy": 14176, + "Scientists": 14177, + "bird": 14178, + "α": 14179, + "ĠMoh": 14180, + "ĠNelson": 14181, + "articles": 14182, + "Ġchemotherapy": 14183, + "Ġ255": 14184, + "Only": 14185, + "ĠEmperor": 14186, + "ĠTesting": 14187, + "Ġvoters": 14188, + "Ġfragments": 14189, + "!\")": 14190, + "ho": 14191, + "}\\": 14192, + "Ġoct": 14193, + "Ġmul": 14194, + "Ġassemb": 14195, + "aying": 14196, + "emb": 14197, + "epoch": 14198, + "Ġregulated": 14199, + "Ġbreeds": 14200, + "Ġdelight": 14201, + "ĠBridge": 14202, + "Ġcameras": 14203, + "Ġwetlands": 14204, + "ĠMovement": 14205, + "Ġalkal": 14206, + "'\\": 14207, + "DI": 14208, + "Ġsou": 14209, + "imedia": 14210, + "iley": 14211, + "feed": 14212, + "Ġintermediate": 14213, + "Ġcareers": 14214, + "Ġplacement": 14215, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 14216, + "Ġloads": 14217, + "Ġfundament": 14218, + "Ġnucleus": 14219, + "Ġpractitioners": 14220, + "bec": 14221, + "Ġty": 14222, + "Ġhunt": 14223, + "idays": 14224, + "ĠSite": 14225, + "ĠIoT": 14226, + "accept": 14227, + "ĠNG": 14228, + "Intern": 14229, + "Ġtraged": 14230, + "Ġurgent": 14231, + "ĠLeon": 14232, + "uppercase": 14233, + "Ġvariants": 14234, + "Context": 14235, + "ĠDepending": 14236, + "Ġdrawings": 14237, + "ĠSmart": 14238, + "Ġtruck": 14239, + "Ġjoining": 14240, + "Ġdisciplines": 14241, + "timestamp": 14242, + "ĠIterate": 14243, + "Bel": 14244, + "_,": 14245, + "mi": 14246, + "makers": 14247, + "Ġtale": 14248, + "urally": 14249, + "ĠCustom": 14250, + "keep": 14251, + "ppers": 14252, + "ĠHot": 14253, + "ĠHop": 14254, + "Ġspont": 14255, + "Ġparliament": 14256, + "Ġencrypt": 14257, + "Ġlogs": 14258, + "Ġpromoted": 14259, + "ĠCommunication": 14260, + "Early": 14261, + "OUR": 14262, + "cos": 14263, + "Ġfate": 14264, + "idae": 14265, + "Ġwheels": 14266, + "Ġfee": 14267, + "('\\": 14268, + "Ġherbs": 14269, + "rength": 14270, + "Ġmanufactured": 14271, + "Ġimposed": 14272, + "Ġregistration": 14273, + "Ġcultivation": 14274, + "ĠIndustrial": 14275, + "Ġneurological": 14276, + "ĠAlabama": 14277, + "held": 14278, + "alo": 14279, + "Ġreq": 14280, + "ĠTrib": 14281, + "ĠCelsius": 14282, + "Ġdecent": 14283, + "ĠOp": 14284, + "Ġfolk": 14285, + "Ġenters": 14286, + "Ġencode": 14287, + "azard": 14288, + "ACT": 14289, + "Ġillustrations": 14290, + "ĠSpecies": 14291, + "Ġobstacles": 14292, + "etheless": 14293, + "Ġmakers": 14294, + "Ġhub": 14295, + "riends": 14296, + "Ġ1800": 14297, + "Ġdelayed": 14298, + "Ġreceptor": 14299, + "Ġconstitutional": 14300, + "ĠCorporation": 14301, + "El": 14302, + "mus": 14303, + "mble": 14304, + "Ġsperm": 14305, + "ĠAF": 14306, + "ĠMagn": 14307, + "ĠRoosevelt": 14308, + "agle": 14309, + "Ġnegatively": 14310, + "blocks": 14311, + "Ġ1941": 14312, + "Ġlabeled": 14313, + "Ġpulse": 14314, + "Ġrescue": 14315, + "NG": 14316, + "Whether": 14317, + "eg": 14318, + "Ġnausea": 14319, + "Ġluck": 14320, + "vement": 14321, + "Ġgang": 14322, + "ultural": 14323, + "Ġresort": 14324, + "Ġgluten": 14325, + "Ġdelicate": 14326, + "Ġtriple": 14327, + "ĠGermans": 14328, + "Ġ1942": 14329, + "Ġbreathe": 14330, + "ĠBuddh": 14331, + "ĠSyria": 14332, + "largest": 14333, + "Ġ(:": 14334, + "illation": 14335, + "ĠRole": 14336, + "ĠRenaissance": 14337, + "ĠOl": 14338, + "Ġoverweight": 14339, + "Ġhandled": 14340, + "Ġmethodology": 14341, + "Ġverbal": 14342, + "ĠMuhammad": 14343, + "itzerland": 14344, + "Writ": 14345, + "inner": 14346, + "Ġdy": 14347, + "ĠCI": 14348, + "ĠHas": 14349, + "plication": 14350, + "week": 14351, + "Ġsystemic": 14352, + "Ġfoundations": 14353, + "Ġservants": 14354, + "Ġmaximize": 14355, + "ĠPrinci": 14356, + "Ġ1985": 14357, + "Shk": 14358, + "ĠMarket": 14359, + "Ġstretching": 14360, + "Ġbiomass": 14361, + "ĠNazi": 14362, + "ĠDeclaration": 14363, + "DO": 14364, + "sa": 14365, + "Ġlmax": 14366, + "ĠPit": 14367, + "clamation": 14368, + "ĠJup": 14369, + "Ġquotes": 14370, + "ockets": 14371, + "Ġprojected": 14372, + "ĠUsually": 14373, + "Ġsilent": 14374, + "ĠArchives": 14375, + "Ġhorizon": 14376, + "ĠGolden": 14377, + "ĠPow": 14378, + "Ġweren": 14379, + "Ġabortion": 14380, + "Ġdiscount": 14381, + "Ġpromised": 14382, + "Ġaccommodate": 14383, + "GBT": 14384, + "DEF": 14385, + "LP": 14386, + "cription": 14387, + "mac": 14388, + "ĠBox": 14389, + "ĠGive": 14390, + "Ġ'_": 14391, + "angles": 14392, + "ancies": 14393, + "Ġdarkness": 14394, + "Module": 14395, + "Ġruler": 14396, + "Ġacceleration": 14397, + "ĠMiller": 14398, + "Ġpharmaceutical": 14399, + "far": 14400, + "Ġbay": 14401, + "ĠTotal": 14402, + "Ġforty": 14403, + "ĠCop": 14404, + "Ġexacerb": 14405, + "Ġsupre": 14406, + "nea": 14407, + "Ġurllib": 14408, + "ĠFront": 14409, + "ĠCollection": 14410, + "Ġredirect": 14411, + "Ġcorresponds": 14412, + "Ġcertification": 14413, + "Oct": 14414, + "pc": 14415, + "zens": 14416, + "Ġfans": 14417, + "Ġnick": 14418, + "intest": 14419, + "Ġobsc": 14420, + "Ġwatering": 14421, + "appropriate": 14422, + "Ġpracticed": 14423, + "Ġsurviving": 14424, + "Ġcement": 14425, + "isphere": 14426, + "ĠAfghanistan": 14427, + "(**": 14428, + "mill": 14429, + "ĠCov": 14430, + "ĠMach": 14431, + "Ġseats": 14432, + "ĠKansas": 14433, + "lications": 14434, + "Ġpassengers": 14435, + "minute": 14436, + "ĠCarbon": 14437, + "Ġthreads": 14438, + "ĠMemorial": 14439, + "ĠTreaty": 14440, + "olitan": 14441, + "ĠParents": 14442, + "Long": 14443, + "orie": 14444, + "ĠPack": 14445, + "Ġric": 14446, + "renn": 14447, + "ducing": 14448, + "Ġinspire": 14449, + "Ġfluctu": 14450, + "Ġrevision": 14451, + "-------+": 14452, + "temperature": 14453, + "Columns": 14454, + "KEY": 14455, + "Ġdeleted": 14456, + "Her": 14457, + "Home": 14458, + "Ġchips": 14459, + "\"\"\":": 14460, + "Ġwellbeing": 14461, + "Those": 14462, + "Ġ||": 14463, + "anna": 14464, + "ORE": 14465, + "ersonal": 14466, + "Ġanxious": 14467, + "ĠHolmes": 14468, + "Ġsubstantially": 14469, + "lag": 14470, + "pick": 14471, + "ourge": 14472, + "clf": 14473, + "Ġ'{": 14474, + "Ġoverse": 14475, + "Ġbreakfast": 14476, + "Ġpersonalized": 14477, + "ĠGrant": 14478, + "Ġdirt": 14479, + "Ġpenalty": 14480, + "aron": 14481, + "Ġexclusive": 14482, + "Ġshadow": 14483, + "owned": 14484, + "Ġsocially": 14485, + "Ġflux": 14486, + "Ġblocking": 14487, + "ĠEducational": 14488, + "Ġpetition": 14489, + "Ġeliminating": 14490, + "small": 14491, + "ĠCreative": 14492, + "150": 14493, + "Ġlazy": 14494, + "Ġunhealthy": 14495, + "Ġintrig": 14496, + "Ġblend": 14497, + "scape": 14498, + "Ġobserving": 14499, + "Ġ1982": 14500, + "Ġ\\\\": 14501, + "metric": 14502, + "ambling": 14503, + "linder": 14504, + "Ġodds": 14505, + "ĠPrize": 14506, + "Ġreserves": 14507, + "Ġcaution": 14508, + "Ġtremendous": 14509, + "Ġinquiry": 14510, + "Ġhate": 14511, + "Ġalb": 14512, + "Ġvapor": 14513, + "Ġhistorically": 14514, + "Ġanniversary": 14515, + "Ġcontracts": 14516, + "Ġaligned": 14517, + "Ġtailored": 14518, + "Ġventilation": 14519, + "ĠPersian": 14520, + "Ġrailway": 14521, + "Black": 14522, + "ĠCaribbean": 14523, + "Several": 14524, + "enium": 14525, + "Ġpod": 14526, + "Ġbeer": 14527, + "Ġseaf": 14528, + "ĠAnton": 14529, + "Ġcompleting": 14530, + "Ġvoluntary": 14531, + "Ġcredentials": 14532, + "button": 14533, + "Ġpremature": 14534, + "Ġflesh": 14535, + "itime": 14536, + "unting": 14537, + "ĠSix": 14538, + "ĠCredit": 14539, + "ĠFord": 14540, + "Ġenroll": 14541, + "ĠOpp": 14542, + "Ġpatri": 14543, + "coe": 14544, + "Ġincidents": 14545, + "Ġperiodic": 14546, + "Ġconcert": 14547, + "Therefore": 14548, + "Ġrecognised": 14549, + "enna": 14550, + "Ġconstitute": 14551, + "ĠDemocr": 14552, + "Ġstdout": 14553, + "Ġcarbohydrate": 14554, + "intestinal": 14555, + "]\")": 14556, + "Ġsour": 14557, + "Ġcoc": 14558, + "elta": 14559, + "ĠWalk": 14560, + "ĠRog": 14561, + "Ġabroad": 14562, + "ensively": 14563, + "obb": 14564, + "Ġreminder": 14565, + "Ġperforms": 14566, + "Ġconsultation": 14567, + "ĠAuthority": 14568, + "Ġarteries": 14569, + "fa": 14570, + "relu": 14571, + "Ġsake": 14572, + "Ġnested": 14573, + "ĠSaturday": 14574, + "Ġconform": 14575, + "Ġrust": 14576, + "ĠFahrenheit": 14577, + "Ġjack": 14578, + "Ġrefined": 14579, + "Ġconfined": 14580, + "Ġpromises": 14581, + "optim": 14582, + "Chapter": 14583, + "Ġcrossing": 14584, + "Ġtimber": 14585, + "Ġsoldier": 14586, + "ulses": 14587, + "ĠMorris": 14588, + "Ġreinforce": 14589, + "Ġforgotten": 14590, + "Access": 14591, + "Head": 14592, + "SK": 14593, + "WH": 14594, + "bone": 14595, + "pk": 14596, + "ĠAk": 14597, + "uniform": 14598, + "Ġchamp": 14599, + "ĠRaj": 14600, + "ĠLady": 14601, + "Ġunited": 14602, + "aki": 14603, + "Ġpointing": 14604, + "short": 14605, + "Ġmilit": 14606, + "Ġdestructive": 14607, + "Ġconditioning": 14608, + "Ġharmonic": 14609, + "ĠQuant": 14610, + "Ġreforms": 14611, + "olerance": 14612, + "Ġpositively": 14613, + "WA": 14614, + "lists": 14615, + "imity": 14616, + "ĠDun": 14617, + "Ġrelies": 14618, + "Thread": 14619, + "Ġtestim": 14620, + "Ġheading": 14621, + "player": 14622, + "ĠFlore": 14623, + "Ġinterviews": 14624, + "tail": 14625, + "stable": 14626, + "otive": 14627, + "Ġchron": 14628, + "ĠFle": 14629, + "Ġsew": 14630, + "ĠYellow": 14631, + "Ġcorrection": 14632, + "ĠLev": 14633, + "encil": 14634, + "Ġmagnesium": 14635, + "Ġpolymer": 14636, + "Ġadvocate": 14637, + "ĠTurk": 14638, + "Ġhemorrh": 14639, + "Ġreconstruct": 14640, + "NO": 14641, + "dog": 14642, + "Ġsne": 14643, + "Ġballs": 14644, + "urrection": 14645, + "usive": 14646, + "ĠSud": 14647, + "Ġlets": 14648, + "Ġscaling": 14649, + "angers": 14650, + "cedented": 14651, + "ĠPrime": 14652, + "ĠRegion": 14653, + "Ġradioactive": 14654, + "Ġremedies": 14655, + "UG": 14656, + "rase": 14657, + "Ġdaughters": 14658, + "ĠCab": 14659, + "resistant": 14660, + "keley": 14661, + "Ġperipher": 14662, + "Ġattending": 14663, + "Ġafterwards": 14664, + "Ġapost": 14665, + "Ġprofiles": 14666, + "Ġmedicinal": 14667, + "Ġvolunteer": 14668, + "Ġsurveillance": 14669, + "оÐ": 14670, + "Ġlifespan": 14671, + "rish": 14672, + "esian": 14673, + "letal": 14674, + "Ġcorrupt": 14675, + "ARS": 14676, + "Ġignor": 14677, + "Ġwireless": 14678, + "oscow": 14679, + "Ġexpedition": 14680, + "ilibrium": 14681, + "`\"\"\"": 14682, + "eed": 14683, + "thesis": 14684, + "reference": 14685, + "Ġcin": 14686, + "Ġhits": 14687, + "Ġrecru": 14688, + "ĠVeter": 14689, + "Ġwhereby": 14690, + "Ġedited": 14691, + "Ġcaring": 14692, + "Ġcalibr": 14693, + "Ġneglect": 14694, + "Ġmechanics": 14695, + "Ġconsisted": 14696, + "Ġachievements": 14697, + "Ġburst": 14698, + "Ġrecommendation": 14699, + "Ġacquisition": 14700, + "ĠJudah": 14701, + "ĠScripture": 14702, + "DC": 14703, + "uz": 14704, + "herence": 14705, + "Ġanarch": 14706, + "ĠAIDS": 14707, + "ĠBurn": 14708, + "article": 14709, + "Ġenrich": 14710, + "arettes": 14711, + "Ġfolks": 14712, + "Ġ1981": 14713, + "256": 14714, + "subprocess": 14715, + "Ġresponded": 14716, + "Ġexplanations": 14717, + "Ġseventh": 14718, + "ĠArguments": 14719, + "Map": 14720, + "Spe": 14721, + "lated": 14722, + "äº": 14723, + "eric": 14724, + "ĠNi": 14725, + "Ġreserve": 14726, + "dup": 14727, + "Ġmodifications": 14728, + "Ġcorruption": 14729, + "Ġrefresh": 14730, + "Ġmaxim": 14731, + "Ġrecognizing": 14732, + "Ġstandardized": 14733, + "Ġupt": 14734, + "Ġloading": 14735, + "rosis": 14736, + "ĠPlanning": 14737, + "ĠEvolution": 14738, + "Ġinadequate": 14739, + "pairs": 14740, + "ĠSH": 14741, + "Ġwhales": 14742, + "Ġdeple": 14743, + "ĠBru": 14744, + "Ġunclear": 14745, + "agog": 14746, + "ĠKit": 14747, + "2002": 14748, + "tesy": 14749, + "ĠIndiana": 14750, + "ĠMatthew": 14751, + "ĠBasic": 14752, + "Ġknock": 14753, + "Main": 14754, + "Non": 14755, + "Off": 14756, + "hn": 14757, + "eton": 14758, + "Ġdeemed": 14759, + "ĠJob": 14760, + "Ġinterference": 14761, + "ĠReference": 14762, + "Ġpoems": 14763, + "Ġparticipated": 14764, + "ĠMountains": 14765, + "Ġaesthetic": 14766, + "Ġfeathers": 14767, + "course": 14768, + "iloc": 14769, + "ĠFive": 14770, + "erves": 14771, + "Ġempathy": 14772, + "Ġtransparency": 14773, + "steroid": 14774, + "Ġmyths": 14775, + "Ġtears": 14776, + "Pal": 14777, + "eland": 14778, + "images": 14779, + "ĠCensus": 14780, + "ĠPi": 14781, + "ĠBenefits": 14782, + "ĠGir": 14783, + "izational": 14784, + "Ġenerg": 14785, + "Ġ1918": 14786, + "Ġindication": 14787, + "Conf": 14788, + "Ġremoves": 14789, + "ĠKnowledge": 14790, + "ĠConnecticut": 14791, + "Ġarbitrary": 14792, + "Ev": 14793, + "bian": 14794, + "ĠIU": 14795, + "ĠDor": 14796, + "Ġartery": 14797, + "Ġevac": 14798, + "Ġ53": 14799, + "Ġpotent": 14800, + "Import": 14801, + "Ġstruggles": 14802, + "Ġmixing": 14803, + "Ġbriefly": 14804, + "Ġcosmic": 14805, + "Author": 14806, + "Ġlegitimate": 14807, + "isa": 14808, + "ili": 14809, + "ĠTen": 14810, + "ĠNuclear": 14811, + "ĠGame": 14812, + "Ġ\"/": 14813, + "forest": 14814, + "ĠArthur": 14815, + "venue": 14816, + "Ġsalmon": 14817, + "Ġreligions": 14818, + "Ġconnects": 14819, + "Ġacceler": 14820, + "Ġtraumatic": 14821, + "Ġsatisfy": 14822, + "Ġcannabis": 14823, + "Ġintricate": 14824, + "Types": 14825, + "dam": 14826, + "arange": 14827, + "ĠFacts": 14828, + "Ġplaque": 14829, + "akota": 14830, + "ĠUT": 14831, + "Ġguilty": 14832, + "Ġmillenn": 14833, + "Ġfarmer": 14834, + "Ġoxide": 14835, + "Ġinformal": 14836, + "mathbf": 14837, + "Ġantioxidant": 14838, + "Ġpixel": 14839, + "Europe": 14840, + "instein": 14841, + "Ġmarch": 14842, + "ulator": 14843, + "ĠSex": 14844, + "ĠCPU": 14845, + "quential": 14846, + "acle": 14847, + "ĠBush": 14848, + "Ġscattered": 14849, + "Ġnewborn": 14850, + "Ġcountless": 14851, + "Ġjsonify": 14852, + "celand": 14853, + "Ġbridges": 14854, + "CM": 14855, + "ativity": 14856, + "ito": 14857, + "Ġlighter": 14858, + "Ġstocks": 14859, + "ĠAy": 14860, + "ounding": 14861, + "ĠStop": 14862, + "Ġpreschool": 14863, + "acterial": 14864, + "ĠPrice": 14865, + "ĠCharl": 14866, + "ĠGrade": 14867, + "ا": 14868, + "Ġdns": 14869, + "Ġho": 14870, + "ollo": 14871, + "chi": 14872, + "Ġ(-": 14873, + "Ġshortly": 14874, + "Ġfitting": 14875, + "unciation": 14876, + "Ġtile": 14877, + "heres": 14878, + "ĠAw": 14879, + "Ġexem": 14880, + "Ġhes": 14881, + "Ġrash": 14882, + "Ġperceive": 14883, + "inalg": 14884, + "Ġbrick": 14885, + "iasis": 14886, + "Ġfrost": 14887, + "Total": 14888, + "half": 14889, + "Ġverse": 14890, + "ishers": 14891, + "ĠAges": 14892, + "Ġasync": 14893, + "weather": 14894, + "Ġbloom": 14895, + "Ġgenetically": 14896, + "Ġworksheet": 14897, + "Ġseemingly": 14898, + "Ġ1969": 14899, + "Ġlunar": 14900, + "Ġdinosaurs": 14901, + "Ġcompromise": 14902, + "Ġtranscription": 14903, + "fires": 14904, + "isy": 14905, + "imb": 14906, + "owed": 14907, + "ĠBesides": 14908, + "ĠHad": 14909, + "Ġraces": 14910, + "ĠChat": 14911, + "Ġextending": 14912, + "oyd": 14913, + "Ġgrab": 14914, + "Ġhistogram": 14915, + "Ġmetres": 14916, + "trig": 14917, + "Recent": 14918, + "Ġ{}'.": 14919, + "Ġlatitude": 14920, + "ELECT": 14921, + "Ġoptimized": 14922, + "Ġhomeless": 14923, + "Ġappreciation": 14924, + "ĠBenjamin": 14925, + "Iter": 14926, + "iencies": 14927, + "know": 14928, + "Ġtie": 14929, + "inus": 14930, + "orse": 14931, + "analysis": 14932, + "Ġwool": 14933, + "itives": 14934, + "imore": 14935, + "eman": 14936, + "ĠHou": 14937, + "Ġplots": 14938, + "ĠReserve": 14939, + "Ġremainder": 14940, + "Ġ1976": 14941, + "Ġlacking": 14942, + "ĠIsraeli": 14943, + "property": 14944, + "Ġsubtract": 14945, + "å¤": 14946, + "Ġties": 14947, + "Ġharness": 14948, + "Ġproxy": 14949, + "third": 14950, + "ĠFROM": 14951, + "ĠUpper": 14952, + "Ġdesirable": 14953, + "Ġrelates": 14954, + "Ġartic": 14955, + "shore": 14956, + "Ġsimilarly": 14957, + "Ġsurroundings": 14958, + "OG": 14959, + "Parent": 14960, + "eu": 14961, + "orative": 14962, + "esty": 14963, + "ĠThursday": 14964, + "Ġ57": 14965, + "Ġinfest": 14966, + "Ġpollen": 14967, + "Ġslide": 14968, + "Ġnormalize": 14969, + "Ġcommanded": 14970, + "ĠSimple": 14971, + "ĠTaiwan": 14972, + "ĠEX": 14973, + "ĠFreedom": 14974, + "Ġpeas": 14975, + "ĠResults": 14976, + "attrs": 14977, + "Ġdischarg": 14978, + "roleum": 14979, + "ĠWisconsin": 14980, + "bad": 14981, + "aten": 14982, + "ĠPoll": 14983, + "ĠBeng": 14984, + "Ġimg": 14985, + "Ġdisinf": 14986, + "ĠThings": 14987, + "Ġconsol": 14988, + "Ġregards": 14989, + "Ġinspection": 14990, + "Ġ97": 14991, + "Ġutter": 14992, + "Ġtraveled": 14993, + "ĠCorps": 14994, + "ĠSwitzerland": 14995, + "NR": 14996, + "induced": 14997, + "Ġdece": 14998, + "riages": 14999, + "ĠLuc": 15000, + "Ġflies": 15001, + "Ġsolved": 15002, + "ĠAlf": 15003, + "ĠBeach": 15004, + "Ġdeclaration": 15005, + "ĠRegional": 15006, + "Ġacidic": 15007, + "corpor": 15008, + "ĠISO": 15009, + "download": 15010, + "Ġsatisfied": 15011, + "ĠEffects": 15012, + "ĠRailroad": 15013, + "izophrenia": 15014, + ".*": 15015, + "bins": 15016, + "Ġprag": 15017, + "Ġbell": 15018, + "Ġmaternal": 15019, + "rable": 15020, + "Ġpointer": 15021, + "Ġsimilarities": 15022, + "Ġshaping": 15023, + "events": 15024, + "Ġallev": 15025, + "ĠUrban": 15026, + "symbol": 15027, + "Ġhepatitis": 15028, + ")+": 15029, + "ju": 15030, + "wiki": 15031, + "Ġfart": 15032, + "Ġrenown": 15033, + "Ġasym": 15034, + "ophers": 15035, + "Ġsucc": 15036, + "ĠEaster": 15037, + "Ġdisplacement": 15038, + "Ġjournals": 15039, + "Ġcompelling": 15040, + "Ġ2023": 15041, + "Ġworlds": 15042, + "Ġ*=": 15043, + "']]": 15044, + "ĠGenerally": 15045, + "Ġbrack": 15046, + "tokenize": 15047, + "Ġinventory": 15048, + "diction": 15049, + "©": 15050, + "Ġtast": 15051, + "Ġlapt": 15052, + "uma": 15053, + "threshold": 15054, + "ĠBir": 15055, + "ĠBob": 15056, + "Ġseam": 15057, + "velope": 15058, + "feeding": 15059, + "Ġmotif": 15060, + "topic": 15061, + "Ġpalace": 15062, + "ĠBelow": 15063, + "Ġuterus": 15064, + "'``": 15065, + "Ġfake": 15066, + "Ġdign": 15067, + "Ġplural": 15068, + "Ġgrasp": 15069, + "Ġsocietal": 15070, + "Ġlateral": 15071, + "Ġharmon": 15072, + "Ġfossils": 15073, + "HR": 15074, + "spect": 15075, + "Ġsigma": 15076, + "ĠWas": 15077, + "Ġresident": 15078, + "rule": 15079, + "Ġgrat": 15080, + "arming": 15081, + "Ġopio": 15082, + "gged": 15083, + "ashing": 15084, + "oxide": 15085, + "ĠPlot": 15086, + "ATA": 15087, + "Ġmaintains": 15088, + "Ġodor": 15089, + "ĠCreating": 15090, + "ĠProtestant": 15091, + "Ġgenuine": 15092, + "SD": 15093, + "gate": 15094, + "Ġpraise": 15095, + "Ġfool": 15096, + "olute": 15097, + "ĠCopyright": 15098, + "Ġwithstand": 15099, + "Ġdeck": 15100, + "Ġcontinually": 15101, + "Ġgrey": 15102, + "Ġfriction": 15103, + "modules": 15104, + "Ġcleaned": 15105, + "Ġstayed": 15106, + "ICE": 15107, + "Ġpronounced": 15108, + "Ġcontroversy": 15109, + "ennessee": 15110, + "Cent": 15111, + "Copyright": 15112, + "`):": 15113, + "iy": 15114, + "onder": 15115, + "Ġozone": 15116, + "Ġfits": 15117, + "ĠTogether": 15118, + "ĠCertain": 15119, + "ĠBat": 15120, + "ĠBall": 15121, + "ĠBird": 15122, + "Ġcorrosion": 15123, + "loom": 15124, + "Ġphotograp": 15125, + "Entry": 15126, + "Ġultras": 15127, + "Ġmissed": 15128, + "Ġpermits": 15129, + "ĠPublishing": 15130, + "Ġpedest": 15131, + "ĠPersonal": 15132, + "Ġspirits": 15133, + "Social": 15134, + "bol": 15135, + "Ġwounds": 15136, + "uming": 15137, + "ovie": 15138, + "Ġimmense": 15139, + "Ġexceptional": 15140, + "Ġobtaining": 15141, + "Ġunwanted": 15142, + "Ġprosperity": 15143, + "Book": 15144, + "System": 15145, + "Vari": 15146, + "cols": 15147, + "Ġtoll": 15148, + "Ġgently": 15149, + "estyles": 15150, + "acre": 15151, + "Ġate": 15152, + "ĠFollow": 15153, + "Ġsyll": 15154, + "Ġoffspring": 15155, + "Ġsmok": 15156, + "ariat": 15157, + "Ġappropriately": 15158, + "Ġepisodes": 15159, + "ĠDocument": 15160, + "Optional": 15161, + "ĠNigeria": 15162, + "Ġtent": 15163, + "Ġcer": 15164, + "Ġbod": 15165, + "Ġglands": 15166, + "Ġrum": 15167, + "Ġintro": 15168, + "ĠJordan": 15169, + "Ġdozen": 15170, + "prison": 15171, + "exper": 15172, + "Ġ66": 15173, + "Ġbrands": 15174, + "Ġexplosion": 15175, + "ĠPoland": 15176, + "Ġswitching": 15177, + "ĠMathematics": 15178, + "ĠIOError": 15179, + "Ġinsufficient": 15180, + "olia": 15181, + "ĠIC": 15182, + "ayan": 15183, + "ĠGreg": 15184, + "Ġworried": 15185, + "ĠKim": 15186, + "Ġkeywords": 15187, + "Ġidentifies": 15188, + "ĠDefense": 15189, + "Ġteachings": 15190, + "Ġwatershed": 15191, + "Ġstrengthening": 15192, + "================================": 15193, + "ĠCaesar": 15194, + "ĠMethods": 15195, + "orientation": 15196, + "ĠIndustry": 15197, + "fund": 15198, + "á¸": 15199, + "Ġcater": 15200, + "ĠMIT": 15201, + "ĠMoscow": 15202, + "Ġprejud": 15203, + "Ġprinter": 15204, + "Ġindivid": 15205, + "Ġposes": 15206, + "Ġ1890": 15207, + "Ġbackgrounds": 15208, + "ĠAllow": 15209, + "Ġcombines": 15210, + "Ġcritically": 15211, + "Ġprimitive": 15212, + "prehens": 15213, + "Ġconception": 15214, + "ĠContent": 15215, + "ĠMaria": 15216, + "Ġrendered": 15217, + "ĠRelations": 15218, + "Vectorizer": 15219, + "Serv": 15220, + "oors": 15221, + "uy": 15222, + "information": 15223, + "Ġabd": 15224, + "Ġneedle": 15225, + "Ġtwentieth": 15226, + "ĠWeight": 15227, + "Ġgrave": 15228, + "Ġprototype": 15229, + "rones": 15230, + "Ġrevised": 15231, + "Ġsteep": 15232, + "irtual": 15233, + "Ġsugars": 15234, + ")])": 15235, + "Yet": 15236, + "bral": 15237, + "gb": 15238, + "Ġosc": 15239, + "ourag": 15240, + "Ġmas": 15241, + "acular": 15242, + "Ġnoteb": 15243, + "Ġtrash": 15244, + "uese": 15245, + "ĠPharm": 15246, + "Ġgraphs": 15247, + "Ġdemanding": 15248, + "ĠArchae": 15249, + "Ġresidual": 15250, + "Ġwithdrawal": 15251, + "ĠCaptain": 15252, + "Ġunprecedented": 15253, + "Ju": 15254, + "Sw": 15255, + "Ġwrap": 15256, + "Ġfname": 15257, + "adays": 15258, + "ĠBroad": 15259, + "Ġchunks": 15260, + "ĠNort": 15261, + "Ġquoted": 15262, + "ĠExercise": 15263, + "Ġprofits": 15264, + "Ġgenre": 15265, + "ĠConserv": 15266, + "Ġstrikes": 15267, + "Ġbitter": 15268, + "graduate": 15269, + "Ġtrusted": 15270, + "Ġrebell": 15271, + "Ġdepicted": 15272, + "ĠSynd": 15273, + "Ġconvinced": 15274, + "Ġsurvivors": 15275, + "Following": 15276, + "Pred": 15277, + "Ġinability": 15278, + "Ġdamp": 15279, + "ĠJack": 15280, + "Ġtrunk": 15281, + "ethyl": 15282, + "Ġmatrices": 15283, + "Ġbroker": 15284, + "ĠTele": 15285, + "Ġstopping": 15286, + "Ġtablets": 15287, + "Ġreplication": 15288, + "Ġvulnerability": 15289, + "ĠJean": 15290, + "Ġtemporarily": 15291, + "secutive": 15292, + "ĠEmergency": 15293, + "ĠPhilosophy": 15294, + "Ġbrilliant": 15295, + "AV": 15296, + "Tube": 15297, + "Ġgauge": 15298, + "ĠAli": 15299, + "semin": 15300, + "ĠHung": 15301, + "Ġnotably": 15302, + "Ġoutbreaks": 15303, + "Ġtrap": 15304, + "ĠCompar": 15305, + "Ġboats": 15306, + "Ġerad": 15307, + "ĠBlock": 15308, + "Ġmutation": 15309, + "Ġimplant": 15310, + "Ġsettlements": 15311, + "Ġmosquito": 15312, + "ĠAffairs": 15313, + "ocaust": 15314, + "ĠWednesday": 15315, + "jan": 15316, + "oen": 15317, + "ilateral": 15318, + "ĠCru": 15319, + "ĠBan": 15320, + "avy": 15321, + "Ġsuppress": 15322, + "Ġaccessibility": 15323, + "Ġwastewater": 15324, + "ĠPolitical": 15325, + "ioned": 15326, + "Ġstew": 15327, + "ĠNurs": 15328, + "ĠLind": 15329, + "ĠLoss": 15330, + "Ġoutlined": 15331, + "ubric": 15332, + "Ġcarcin": 15333, + "Ġdrill": 15334, + "Ġtrips": 15335, + "Unfortunately": 15336, + "ACE": 15337, + "Ġdoctest": 15338, + "Ġjewelry": 15339, + "micro": 15340, + "nl": 15341, + "Ġcel": 15342, + "Ġcaffeine": 15343, + "seconds": 15344, + "ĠDog": 15345, + "Ġdisci": 15346, + "ailand": 15347, + "Ġobey": 15348, + "Ġfirstname": 15349, + "ĠCompan": 15350, + "arring": 15351, + "byte": 15352, + "ĠOrleans": 15353, + "Ġcalculates": 15354, + "Ġfractures": 15355, + "Ġcounseling": 15356, + "Ġacknowledged": 15357, + "aml": 15358, + "ĠSpar": 15359, + "ĠCos": 15360, + "ĠJos": 15361, + "expl": 15362, + "Ġcontacts": 15363, + "Ġschemes": 15364, + "ĠLawrence": 15365, + "Ġpoisoning": 15366, + "Ġtactics": 15367, + "Ġinheritance": 15368, + "++": 15369, + "Bas": 15370, + "FOR": 15371, + "Mode": 15372, + "giving": 15373, + "timately": 15374, + "Åį": 15375, + "Ġyog": 15376, + "adj": 15377, + "peat": 15378, + "ivation": 15379, + "Ġspell": 15380, + "Ġdifferential": 15381, + "culiar": 15382, + "ĠAmendment": 15383, + "Ġcharging": 15384, + "secution": 15385, + "Auth": 15386, + "named": 15387, + "png": 15388, + "solving": 15389, + "åħ": 15390, + "onstr": 15391, + "Ġtheft": 15392, + "Ġana": 15393, + "Ġdrew": 15394, + "ĠTa": 15395, + "ĠTob": 15396, + "otor": 15397, + "Ġstays": 15398, + "ĠSel": 15399, + "ĠMit": 15400, + "ĠDental": 15401, + "ĠLes": 15402, + "Ġdispute": 15403, + "reating": 15404, + "weed": 15405, + "Ġautumn": 15406, + "Ġpasswords": 15407, + "Ġsubjected": 15408, + "Ġformatted": 15409, + "Ġgardening": 15410, + "Ġbulbs": 15411, + "Ġbowl": 15412, + "folio": 15413, + "Ġwrapped": 15414, + "Ġdysfunction": 15415, + "Ġbore": 15416, + "Ġrewards": 15417, + "Ġchr": 15418, + "Ġcounties": 15419, + "Ġcentres": 15420, + "Ġpole": 15421, + "Ġ1983": 15422, + "Ġcommander": 15423, + "Ġcommandment": 15424, + "ĠMaybe": 15425, + "Ġconcentrate": 15426, + "Ġinvestigations": 15427, + "carbon": 15428, + "olitical": 15429, + "################################": 15430, + ")).": 15431, + "inent": 15432, + "Ġtheology": 15433, + "charge": 15434, + "rac": 15435, + "ĠSug": 15436, + "Ġ110": 15437, + "Ġvein": 15438, + "Ġdiffers": 15439, + "Ġwarfare": 15440, + "Ġinitialize": 15441, + "Ġtimely": 15442, + "Ġillustration": 15443, + "ĠAttribute": 15444, + "Ġmargin": 15445, + "ĠRadio": 15446, + "Ġpursuit": 15447, + "Ġpuzzle": 15448, + "Run": 15449, + "SU": 15450, + "à¦": 15451, + "Ġ),": 15452, + "iciency": 15453, + "ĠSE": 15454, + "Ġoutstanding": 15455, + "ĠVerm": 15456, + "Ġprocessor": 15457, + "ĠProb": 15458, + "Ġlesser": 15459, + "Web": 15460, + "Ġdeclare": 15461, + "Ġreflecting": 15462, + "Ġagreements": 15463, + "Ġconverting": 15464, + "ĠInitiative": 15465, + "Ġcrowd": 15466, + "square": 15467, + "ĠEconomics": 15468, + "especially": 15469, + "Ġpour": 15470, + "aman": 15471, + "threat": 15472, + "ĠFlow": 15473, + "rencies": 15474, + "ĠGas": 15475, + "Ġretention": 15476, + "Ġquit": 15477, + "STR": 15478, + "Ġtalked": 15479, + "Ġfitted": 15480, + "Additionally": 15481, + "payload": 15482, + "Ġcubic": 15483, + "ĠHawaii": 15484, + "Ġtoilet": 15485, + "Ġunemployment": 15486, + "Poly": 15487, + "harm": 15488, + "je": 15489, + "Ġolive": 15490, + "Ġcock": 15491, + "Ġfier": 15492, + "isting": 15493, + "ĠPH": 15494, + "Ġexcluded": 15495, + "ante": 15496, + "ĠLakes": 15497, + "inton": 15498, + "convert": 15499, + "ĠUniverse": 15500, + "tration": 15501, + "encoded": 15502, + "black": 15503, + "Ġmicroorganisms": 15504, + "Ġpanic": 15505, + "Ġ1967": 15506, + "Ġstimulus": 15507, + "ĠDefaults": 15508, + "à¥į": 15509, + "Ġmysterious": 15510, + "Filter": 15511, + ".\",": 15512, + "/.": 15513, + "houses": 15514, + "mind": 15515, + "illy": 15516, + "olith": 15517, + "usually": 15518, + "Ġgay": 15519, + "Ġbeef": 15520, + "Ġunconscious": 15521, + "ĠOk": 15522, + "Ġcomma": 15523, + "ailure": 15524, + "ĠViol": 15525, + "Ġaccused": 15526, + "Ġemperor": 15527, + "Ġdesires": 15528, + "Ġ58": 15529, + "Ġtravels": 15530, + "Ġadjusted": 15531, + "Calculate": 15532, + "Active": 15533, + "Ġcoupled": 15534, + "Ġshrubs": 15535, + "cision": 15536, + "sol": 15537, + "otine": 15538, + "Ġstain": 15539, + "ĠSD": 15540, + "Ġeleg": 15541, + "before": 15542, + "Ġ1973": 15543, + "ĠCoal": 15544, + "Ġadjustments": 15545, + "Know": 15546, + "verts": 15547, + "ĠSoutheast": 15548, + "ĠPerm": 15549, + "ĠPRO": 15550, + "ĠWy": 15551, + "ĠLank": 15552, + "Ġfounding": 15553, + "Ġ63": 15554, + ".\".": 15555, + "ĠNewton": 15556, + "aux": 15557, + "Ġheadache": 15558, + "128": 15559, + "Sept": 15560, + "ĠParticip": 15561, + "Ġvotes": 15562, + "ĠRepublican": 15563, + "ĠLiterature": 15564, + "Ġfostering": 15565, + "April": 15566, + "Sometimes": 15567, + "è¯": 15568, + "Ġhay": 15569, + "ĠHay": 15570, + "ĠFox": 15571, + "udge": 15572, + "Ġcorners": 15573, + "Ġequals": 15574, + "Ġbasin": 15575, + "ĠClark": 15576, + "ĠPlants": 15577, + "ikes": 15578, + "Ġlowercase": 15579, + "ĠAustria": 15580, + "Ġdivisions": 15581, + "trajs": 15582, + "Ġcapitalism": 15583, + "products": 15584, + "Ġrendering": 15585, + "Ġpixels": 15586, + "Ag": 15587, + "Dat": 15588, + "safe": 15589, + "Ġbon": 15590, + "Ġsta": 15591, + "ĠWatson": 15592, + "Ġmanure": 15593, + "Ġvariance": 15594, + "Ġnutrit": 15595, + "Ġ1972": 15596, + "database": 15597, + "ĠAddress": 15598, + "Ġrestaurants": 15599, + "ourgeois": 15600, + "seen": 15601, + "ĠĠĠĠĠĠĠĠĠĠĠĠĊ": 15602, + "ĠMP": 15603, + "ĠRay": 15604, + "Ġjet": 15605, + "Ġ1964": 15606, + "ĠAnth": 15607, + "Ġpaste": 15608, + "ramid": 15609, + "2003": 15610, + "ĠConsult": 15611, + "traj": 15612, + "Ġdisappeared": 15613, + "ĠEthiop": 15614, + "ĠUtah": 15615, + "IB": 15616, + "March": 15617, + "both": 15618, + "null": 15619, + "Ġwolves": 15620, + "Ġpumps": 15621, + "ership": 15622, + "ĠMas": 15623, + "Ġshower": 15624, + "Ġ\"{": 15625, + "Ġcarrier": 15626, + "Ġmonarch": 15627, + "Ġlegally": 15628, + "serial": 15629, + "Ġweighted": 15630, + "Ġ1975": 15631, + "ĠDisorder": 15632, + "package": 15633, + "Ġeliminated": 15634, + "ĠSolomon": 15635, + "olescent": 15636, + "Ġchromosome": 15637, + "Feb": 15638, + "fw": 15639, + "Ġfn": 15640, + "Ġfibr": 15641, + "rob": 15642, + "imag": 15643, + "Ġadhes": 15644, + "Ġspam": 15645, + "Ġcoral": 15646, + "Ġauthorized": 15647, + "Ġdependence": 15648, + "Ġconsiders": 15649, + "ĠAgricultural": 15650, + "Ġcryptocur": 15651, + "Ġwounded": 15652, + "ĠKenya": 15653, + "category": 15654, + "Ġremembered": 15655, + "Ġcervical": 15656, + "Food": 15657, + "linalg": 15658, + "Ġbesides": 15659, + "ige": 15660, + "ĠBBC": 15661, + "ĠHost": 15662, + "Ġ\"-": 15663, + "Ġpeaks": 15664, + "Ġfactories": 15665, + "IND": 15666, + "Ġchallenged": 15667, + "Ġblocked": 15668, + "Ġbillions": 15669, + "ĠUsage": 15670, + "Ġreplied": 15671, + "Ġconstitu": 15672, + "Ġnaval": 15673, + "equal": 15674, + "ĠExtension": 15675, + "Ġharvesting": 15676, + "ĠExecutive": 15677, + "Similar": 15678, + "atype": 15679, + "Ġfut": 15680, + "Ġfreed": 15681, + "Ġdwell": 15682, + "ctx": 15683, + "ummy": 15684, + "ĠLGBT": 15685, + "perform": 15686, + "Ġpeculiar": 15687, + "Ġfeast": 15688, + "Ġrecipe": 15689, + "posure": 15690, + "Ġextensively": 15691, + "Ġprize": 15692, + "Ġpreventive": 15693, + "Ġurinary": 15694, + "ĠImperial": 15695, + "Ġsaturated": 15696, + "Ġadaptive": 15697, + "TSD": 15698, + "ĠSkills": 15699, + "Ġmelting": 15700, + "Ġcomprised": 15701, + "Ġlarvae": 15702, + "hang": 15703, + "Ġib": 15704, + "ĠIceland": 15705, + "Ġseas": 15706, + "Ġmodification": 15707, + "ydney": 15708, + "ĠAppro": 15709, + "Ġanalytical": 15710, + "ĠSimon": 15711, + "Ġaltogether": 15712, + "ĠPrior": 15713, + "Ġdecorated": 15714, + "Ġtribal": 15715, + "Ġgallons": 15716, + "Ġexploitation": 15717, + "ĠVenus": 15718, + "Ġsurgeon": 15719, + "Fact": 15720, + "URE": 15721, + "lan": 15722, + "Ġctx": 15723, + "Ġdos": 15724, + "etry": 15725, + "ĠCand": 15726, + "acies": 15727, + "Ġaddict": 15728, + "Ġglue": 15729, + "Ġdescending": 15730, + "123": 15731, + "Ġcylinder": 15732, + "Ġpriorities": 15733, + "ĠPrep": 15734, + "Ġepit": 15735, + "Ġcomprehen": 15736, + "digit": 15737, + "Ġcorporations": 15738, + "Color": 15739, + "Among": 15740, + "English": 15741, + "NB": 15742, + "Port": 15743, + "Range": 15744, + "hr": 15745, + "hal": 15746, + "Ġwed": 15747, + "Ġtodd": 15748, + "Ġnasal": 15749, + "ĠDE": 15750, + "rend": 15751, + "Ġenforce": 15752, + "ĠChronic": 15753, + "Ġgrazing": 15754, + "summary": 15755, + "ĠPatrick": 15756, + "Ġaltitude": 15757, + "Ġindividually": 15758, + "SC": 15759, + "West": 15760, + "utter": 15761, + "ĠSort": 15762, + "Ġhed": 15763, + "ĠLie": 15764, + "Ġinstinct": 15765, + "Ġreadings": 15766, + "Ġimpaired": 15767, + "Ġmetall": 15768, + "colors": 15769, + "Prot": 15770, + "Print": 15771, + "Ġtroubles": 15772, + "Ġdelivering": 15773, + "Ġinevitable": 15774, + "Ġelectromagnetic": 15775, + "LD": 15776, + "onian": 15777, + "edic": 15778, + "Ġranks": 15779, + "Ġuncomfort": 15780, + "ellar": 15781, + "angar": 15782, + "Ġlearner": 15783, + "Ġtreats": 15784, + "Ġmemorial": 15785, + "END": 15786, + "[:-": 15787, + "Ġreproduce": 15788, + "Ġstraightforward": 15789, + "ĠAccessed": 15790, + "ochemical": 15791, + "GR": 15792, + "Section": 15793, + "cv": 15794, + "cop": 15795, + "around": 15796, + "Ġeps": 15797, + "changes": 15798, + "segment": 15799, + "Ġhect": 15800, + "Ġspite": 15801, + "endswith": 15802, + "ĠZe": 15803, + "Ġgasoline": 15804, + "Comput": 15805, + "oultry": 15806, + "ĠAnti": 15807, + "wave": 15808, + "educ": 15809, + "Ġmapped": 15810, + "uter": 15811, + "ĠRap": 15812, + "ĠFisher": 15813, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 15814, + "ĠKings": 15815, + "ĠVill": 15816, + "Ġgeneric": 15817, + "Ġservant": 15818, + "ĠExcel": 15819, + "Ġdomains": 15820, + "Ġtargeting": 15821, + "Ġemergence": 15822, + "ĠApollo": 15823, + "Ġhungry": 15824, + "Est": 15825, + "sin": 15826, + "uated": 15827, + "walk": 15828, + "owing": 15829, + "Ġ1917": 15830, + "Ġrecruit": 15831, + "ĠVideo": 15832, + "Ġlasted": 15833, + "banana": 15834, + "Ġburial": 15835, + "Ġbulb": 15836, + "Ġpromotion": 15837, + "ĠPatients": 15838, + "ĠHamilton": 15839, + "Bet": 15840, + "June": 15841, + "gene": 15842, + "uber": 15843, + "Ùİ": 15844, + "è¡": 15845, + "isan": 15846, + "Ġincons": 15847, + "olk": 15848, + "occur": 15849, + "Ġuncon": 15850, + "ysics": 15851, + "Ġeconomically": 15852, + "Ġcrossed": 15853, + "Ġfreshwater": 15854, + "Ġwelding": 15855, + "Ġwarned": 15856, + "Ġveterans": 15857, + "Ġundertaken": 15858, + "ĠMichel": 15859, + "Ġquadratic": 15860, + "Ġalleviate": 15861, + "Ġultrasound": 15862, + "SH": 15863, + "inging": 15864, + "uting": 15865, + "Ġgarb": 15866, + "irie": 15867, + "assment": 15868, + "ĠGaza": 15869, + "ĠChi": 15870, + "Ġwherever": 15871, + "controlled": 15872, + "Ġsynchron": 15873, + "Ġ1948": 15874, + "Ġassuming": 15875, + "Ġclimbing": 15876, + "Ġturbine": 15877, + "Ġbuttons": 15878, + "Ġbrows": 15879, + "ĠDNS": 15880, + "ĠKir": 15881, + "Ġinvisible": 15882, + "Ġ67": 15883, + "Ġflowering": 15884, + "ĠIsraelites": 15885, + "sentiment": 15886, + "ĠArabia": 15887, + "Ġdiesel": 15888, + "Ax": 15889, + "Frequ": 15890, + "telling": 15891, + "Ġpiano": 15892, + "Ġbure": 15893, + "imeters": 15894, + "ĠTour": 15895, + "ithm": 15896, + "Ġalien": 15897, + "ĠPra": 15898, + "ĠEle": 15899, + "ĠGames": 15900, + "Ġclot": 15901, + "ĠStaff": 15902, + "Ġtrains": 15903, + "Ġ2030": 15904, + "Ġmindfulness": 15905, + "Ġdemonstration": 15906, + "processed": 15907, + "Ġfiltering": 15908, + "Ġprophet": 15909, + "noise": 15910, + "Ġworthy": 15911, + "Address": 15912, + "Ġmanipulate": 15913, + "ĠDiego": 15914, + "ĠLenin": 15915, + "Age": 15916, + "Ġpm": 15917, + "Ġbiblical": 15918, + "units": 15919, + "Ġoccurrences": 15920, + "Ġcritics": 15921, + "Ġconceptual": 15922, + "ucket": 15923, + "Ġcommunicating": 15924, + "Ġintestine": 15925, + "dl": 15926, + "Ġum": 15927, + "isl": 15928, + "Ġgaming": 15929, + "otonin": 15930, + "race": 15931, + "Ġvet": 15932, + "ĠRoss": 15933, + "plements": 15934, + "Ġ68": 15935, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 15936, + "Ġfluores": 15937, + "substring": 15938, + "Ġcompete": 15939, + "Ġemphasize": 15940, + "Ġfloods": 15941, + "ĠSalv": 15942, + "ĠBerkeley": 15943, + "Ġarrested": 15944, + "Ġlinguistic": 15945, + "Ġfungus": 15946, + "âĦ": 15947, + "åĪ": 15948, + "Ġmelt": 15949, + "ilization": 15950, + "Ġ130": 15951, + "ĠRod": 15952, + "osex": 15953, + "Ġimports": 15954, + "Ġmaturity": 15955, + "Ġpassages": 15956, + "Ġdamages": 15957, + "ĠDiagn": 15958, + "Ġrecipes": 15959, + "ĠJupiter": 15960, + "rust": 15961, + "Ġsemic": 15962, + "Ġore": 15963, + "ĠTalk": 15964, + "ĠTuesday": 15965, + "ĠAstr": 15966, + "ĠSample": 15967, + "ĠPil": 15968, + "ĠWaste": 15969, + "ĠNx": 15970, + "ĠGer": 15971, + "Ġaggression": 15972, + "insic": 15973, + "ĠUSDA": 15974, + "Ġportable": 15975, + "ĠPrimary": 15976, + "Ġglasses": 15977, + "Ġuntreated": 15978, + "ĠIssue": 15979, + "æķ": 15980, + "Ġwand": 15981, + "estab": 15982, + "emen": 15983, + "ĠLoc": 15984, + "ĠOak": 15985, + "ignore": 15986, + "phi": 15987, + "Ġbiases": 15988, + "Ġvariability": 15989, + "Ġ1971": 15990, + "Ġquantitative": 15991, + "Ġcouples": 15992, + "Ġdeny": 15993, + "ĠMoore": 15994, + "Ġgrocery": 15995, + "Keep": 15996, + "dose": 15997, + "heart": 15998, + "Ġhint": 15999, + "urd": 16000, + "Ġbeaches": 16001, + "gevity": 16002, + "illary": 16003, + "ĠRose": 16004, + "ĠNat": 16005, + "Ġscans": 16006, + "Ġstrand": 16007, + "Ġwells": 16008, + "Ġjustify": 16009, + "Ġdelim": 16010, + "Ġcomputational": 16011, + "Ġradar": 16012, + "Ġ---": 16013, + "Ġrival": 16014, + "Ġturtles": 16015, + "Ġmomentum": 16016, + "Ġdissolved": 16017, + "Ġvibrant": 16018, + "Ġwrapper": 16019, + "Ġrestaurant": 16020, + "Ġsovereignty": 16021, + "arry": 16022, + "otle": 16023, + "Ġiterate": 16024, + "ĠDub": 16025, + "aphor": 16026, + "Ġdesper": 16027, + "cepts": 16028, + "Ġcurves": 16029, + "application": 16030, + "Ġapproaching": 16031, + "Ġpotato": 16032, + "Ġheaded": 16033, + "beat": 16034, + "Ġpicking": 16035, + "Ġsuspended": 16036, + "Ġmicrobial": 16037, + "Ġadventure": 16038, + "Ġimpairment": 16039, + "=\"\"": 16040, + "ãĢ": 16041, + "Ġbites": 16042, + "Ġincoming": 16043, + "Ġlux": 16044, + "resolution": 16045, + "respons": 16046, + "Ġadject": 16047, + "Ġwellness": 16048, + "reader": 16049, + "ĠAdams": 16050, + "ĠPhill": 16051, + "Ġexamines": 16052, + "limited": 16053, + "Ġfasta": 16054, + "Ġalleged": 16055, + "ĠClinic": 16056, + "ĠClear": 16057, + "Ġrenowned": 16058, + "110": 16059, + "batch": 16060, + "food": 16061, + "figure": 16062, + "mother": 16063, + "multi": 16064, + "Ġfired": 16065, + "Ġshaft": 16066, + "cca": 16067, + "ĠThailand": 16068, + "ĠImages": 16069, + "relation": 16070, + "Ġestimation": 16071, + "risis": 16072, + "Ġpigs": 16073, + "Ġwalks": 16074, + "Ġtensorflow": 16075, + "Ġveterinarian": 16076, + ".],": 16077, + "kw": 16078, + "lades": 16079, + "ship": 16080, + "rient": 16081, + "plug": 16082, + "Ġunre": 16083, + "Ġresponding": 16084, + "Ġretrieved": 16085, + "Ġhasn": 16086, + "Ġproblematic": 16087, + "ĠConsequently": 16088, + "ĠAndroid": 16089, + "login": 16090, + "country": 16091, + "htm": 16092, + "Sequence": 16093, + "ĠPolice": 16094, + "Ġearthquakes": 16095, + "Day": 16096, + "tan": 16097, + "ĠâĢĻ": 16098, + "rev": 16099, + "ulus": 16100, + "adian": 16101, + "Ġ(`": 16102, + "ĠRain": 16103, + "ĠRoc": 16104, + "Ġintact": 16105, + "Ġclip": 16106, + "oof": 16107, + ").\"\"\"": 16108, + "ĠStress": 16109, + "ĠCham": 16110, + "Ġindoors": 16111, + "Ġeditors": 16112, + "Ġstatue": 16113, + "Ġlaun": 16114, + "ĠPeru": 16115, + "Ġautomation": 16116, + "Ġimperative": 16117, + "Ġguaranteed": 16118, + "Ġadvertise": 16119, + "Ġnoble": 16120, + "Ġlesions": 16121, + ":])": 16122, + "Having": 16123, + "building": 16124, + "Ä«": 16125, + "Ġrepository": 16126, + "ĠSave": 16127, + "ĠSports": 16128, + "Ġnoting": 16129, + "ĠFat": 16130, + "ĠFoot": 16131, + "oglob": 16132, + "Inv": 16133, + "ĠYouTube": 16134, + "Exper": 16135, + "Ġgroundwater": 16136, + "ĠActivity": 16137, + "patient": 16138, + "ĠGenesis": 16139, + "Ġsprink": 16140, + "ĠKentucky": 16141, + ".(": 16142, + "Volume": 16143, + "ĠAbs": 16144, + "ĠPa": 16145, + "ĠError": 16146, + "outing": 16147, + "Ġcuriosity": 16148, + "Ġautonomy": 16149, + "Ġplanes": 16150, + "Ġbehave": 16151, + "Ġlowering": 16152, + "Ġwoods": 16153, + "flag": 16154, + "ĠPsychiat": 16155, + "Ġelectroly": 16156, + "Ġproximity": 16157, + "ĠSarah": 16158, + "ĠObserv": 16159, + "Ġberries": 16160, + "ROR": 16161, + "family": 16162, + "tensor": 16163, + "Ġtender": 16164, + "include": 16165, + "Ġcables": 16166, + "arre": 16167, + "ulse": 16168, + "seek": 16169, + "Ġlever": 16170, + "Ġimplicit": 16171, + "ĠOd": 16172, + "Ġ::": 16173, + "Ġartwork": 16174, + "anny": 16175, + "Ġprecautions": 16176, + "Ġaltar": 16177, + "Ġtolerate": 16178, + "Ġhypertension": 16179, + "ĠDouglas": 16180, + "bt": 16181, + "Ġmant": 16182, + "ĠTaking": 16183, + "ĠAL": 16184, + "ĠCC": 16185, + "emma": 16186, + "('%": 16187, + "Ġ78": 16188, + "Ġaccountability": 16189, + "Ġemphasizes": 16190, + "Ġcracks": 16191, + "ĠAnnual": 16192, + "ĠTorah": 16193, + "Ġvolcanic": 16194, + "piece": 16195, + "bach": 16196, + "birth": 16197, + "Ġwires": 16198, + "aran": 16199, + "ĠTennessee": 16200, + "idian": 16201, + "ravel": 16202, + "ĠBMI": 16203, + "Ġchi": 16204, + "Ġray": 16205, + "Ġelastic": 16206, + "Ġbackend": 16207, + "attributes": 16208, + "Ġclinic": 16209, + "flies": 16210, + "Ġastronaut": 16211, + "Furthermore": 16212, + ")?": 16213, + "><": 16214, + "uf": 16215, + "Ġcues": 16216, + "Ġpond": 16217, + "ĠWinter": 16218, + "Ġpret": 16219, + "mercial": 16220, + "Ġherpes": 16221, + "Ġpressing": 16222, + "logging": 16223, + "Ġdialog": 16224, + "Ġpurely": 16225, + "Ġsimpler": 16226, + "hit": 16227, + "Å¡": 16228, + "Ġdwar": 16229, + "ĠTips": 16230, + "idates": 16231, + "Ġconsole": 16232, + "Ġwashed": 16233, + "Ġtrapped": 16234, + "Ġexcite": 16235, + "Ġtransported": 16236, + "Ġapproximate": 16237, + "Ġpresidential": 16238, + "ĠToronto": 16239, + "Ġintestinal": 16240, + "ĠStanford": 16241, + "Ġdivorce": 16242, + "Life": 16243, + "library": 16244, + "mates": 16245, + "yers": 16246, + "Ġpocket": 16247, + "alin": 16248, + "Ġmad": 16249, + "think": 16250, + "iller": 16251, + "Ġshame": 16252, + "Ġsomehow": 16253, + "ĠChile": 16254, + "Ġsigning": 16255, + "Ġpublish": 16256, + "Ġbike": 16257, + "Ġlikes": 16258, + "United": 16259, + "Ġ1978": 16260, + "Ġfriendship": 16261, + "Ġ1968": 16262, + "ĠEvidence": 16263, + "Ġdeployed": 16264, + "between": 16265, + "Ġuncomfortable": 16266, + "!')": 16267, + "Ġnesting": 16268, + "ĠMRI": 16269, + "ĠNormal": 16270, + "Ġclause": 16271, + "Ġperenn": 16272, + "Ġdetox": 16273, + "Ġguitar": 16274, + "bsite": 16275, + "Analy": 16276, + "Ġbreakthrough": 16277, + "Ġmicrobi": 16278, + "lighten": 16279, + "Ġvalidity": 16280, + "ĠMeasure": 16281, + "altimore": 16282, + "Ġceiling": 16283, + "Ġresilient": 16284, + "Ġobligations": 16285, + "Ġbaptism": 16286, + "Ġnutritious": 16287, + "Ms": 16288, + "birds": 16289, + "iage": 16290, + "install": 16291, + "Ġwishes": 16292, + "Ġmock": 16293, + "ĠSize": 16294, + "ĠPier": 16295, + "opor": 16296, + "ĠDakota": 16297, + "ĠEat": 16298, + "Ġshifted": 16299, + "Ġimprison": 16300, + "alling": 16301, + "Ġ1850": 16302, + "Ġdivisible": 16303, + "uffle": 16304, + "ochond": 16305, + "Ġexhibits": 16306, + "Ġrecreational": 16307, + "Ġobligation": 16308, + "rator": 16309, + "tol": 16310, + "zi": 16311, + "Ġub": 16312, + "incre": 16313, + "release": 16314, + "isen": 16315, + "Ġreplic": 16316, + "urable": 16317, + "rade": 16318, + "ĠNC": 16319, + "clust": 16320, + "Ġprelim": 16321, + "Ġupset": 16322, + "Ġ62": 16323, + "Three": 16324, + "Ġcentered": 16325, + "Ġhandful": 16326, + "media": 16327, + "Ġecology": 16328, + "ĠPartners": 16329, + "expensive": 16330, + "ĠMilitary": 16331, + "ĠIdentify": 16332, + "Ġcaregivers": 16333, + "/{": 16334, + "Doc": 16335, + "]*": 16336, + "cards": 16337, + "tor": 16338, + "inar": 16339, + "Ġpi": 16340, + "Ġdancing": 16341, + "Ġlime": 16342, + "ĠBarn": 16343, + "ĠFrequ": 16344, + "ĠLanc": 16345, + "Ġ\"))": 16346, + "gets": 16347, + "ĠProgress": 16348, + "Ġmonop": 16349, + "Ġ700": 16350, + "Ġguilt": 16351, + "Ġdelicious": 16352, + "Ġportrait": 16353, + "Select": 16354, + "steps": 16355, + "ĠPortuguese": 16356, + "Mr": 16357, + "UD": 16358, + "bn": 16359, + "bus": 16360, + "browser": 16361, + "iating": 16362, + "pret": 16363, + "Ġnu": 16364, + "Ġeigen": 16365, + "ĠSnow": 16366, + "ĠIce": 16367, + "ensis": 16368, + "ĠKat": 16369, + "arms": 16370, + "Ġholistic": 16371, + "Ġdemonstrating": 16372, + "Ġtuber": 16373, + "species": 16374, + "ĠSummer": 16375, + "Ġtalent": 16376, + "Ġwitnessed": 16377, + "ĠRuntime": 16378, + "Ġirritation": 16379, + "Ġfisheries": 16380, + "Ġfantastic": 16381, + "Ġseizures": 16382, + "Ġnour": 16383 + }, + "merges": [ + [ + "Ġ", + "Ġ" + ], + [ + "Ġ", + "t" + ], + [ + "Ġ", + "a" + ], + [ + "i", + "n" + ], + [ + "h", + "e" + ], + [ + "r", + "e" + ], + [ + "o", + "n" + ], + [ + "Ġt", + "he" + ], + [ + "ĠĠ", + "ĠĠ" + ], + [ + "e", + "r" + ], + [ + "a", + "t" + ], + [ + "Ġ", + "s" + ], + [ + "Ġ", + "o" + ], + [ + "e", + "n" + ], + [ + "Ġ", + "c" + ], + [ + "e", + "s" + ], + [ + "i", + "s" + ], + [ + "o", + "r" + ], + [ + "a", + "n" + ], + [ + "Ġ", + "w" + ], + [ + "i", + "t" + ], + [ + "Ġ", + "p" + ], + [ + "a", + "l" + ], + [ + "Ġ", + "f" + ], + [ + "Ġa", + "n" + ], + [ + "e", + "d" + ], + [ + "in", + "g" + ], + [ + "Ġ", + "b" + ], + [ + "Ġo", + "f" + ], + [ + "Ġ", + "in" + ], + [ + "a", + "r" + ], + [ + "o", + "u" + ], + [ + "Ġ", + "m" + ], + [ + "Ġt", + "o" + ], + [ + "i", + "on" + ], + [ + "Ġ", + "d" + ], + [ + "Ġan", + "d" + ], + [ + "i", + "c" + ], + [ + "l", + "e" + ], + [ + "r", + "o" + ], + [ + "a", + "s" + ], + [ + "ĠĠ", + "Ġ" + ], + [ + "en", + "t" + ], + [ + "Ġ", + "re" + ], + [ + "c", + "t" + ], + [ + "e", + "l" + ], + [ + "Ġ", + "h" + ], + [ + "Ġt", + "h" + ], + [ + "Ġ", + "n" + ], + [ + "s", + "t" + ], + [ + "Ġ", + "e" + ], + [ + "i", + "l" + ], + [ + "Ġ", + "l" + ], + [ + "o", + "m" + ], + [ + "e", + "t" + ], + [ + "ĠĠĠĠ", + "ĠĠĠ" + ], + [ + "Ġ", + "is" + ], + [ + "u", + "r" + ], + [ + "i", + "m" + ], + [ + "u", + "t" + ], + [ + "o", + "l" + ], + [ + "u", + "s" + ], + [ + "a", + "m" + ], + [ + "v", + "e" + ], + [ + "Ġ", + "T" + ], + [ + "Ġ", + "g" + ], + [ + "i", + "d" + ], + [ + "â", + "Ģ" + ], + [ + "at", + "ion" + ], + [ + "c", + "e" + ], + [ + "o", + "t" + ], + [ + "Ġf", + "or" + ], + [ + "Ġb", + "e" + ], + [ + "c", + "h" + ], + [ + "l", + "y" + ], + [ + "i", + "g" + ], + [ + "o", + "w" + ], + [ + "r", + "a" + ], + [ + "Ġs", + "t" + ], + [ + "i", + "f" + ], + [ + "Ġ", + "A" + ], + [ + "u", + "l" + ], + [ + "s", + "e" + ], + [ + "v", + "er" + ], + [ + "u", + "n" + ], + [ + "Ġ", + "S" + ], + [ + "Ġth", + "at" + ], + [ + "Ġ", + "on" + ], + [ + "Ġ", + "y" + ], + [ + "i", + "r" + ], + [ + "Ġ", + "C" + ], + [ + "Ġ", + "I" + ], + [ + "o", + "d" + ], + [ + "is", + "t" + ], + [ + "a", + "d" + ], + [ + "it", + "h" + ], + [ + "Ġa", + "s" + ], + [ + "u", + "m" + ], + [ + "Ġp", + "ro" + ], + [ + "a", + "y" + ], + [ + "ĠĠĠĠ", + "ĠĠĠĠ" + ], + [ + "Ġc", + "on" + ], + [ + "t", + "h" + ], + [ + "Ġ", + "=" + ], + [ + "he", + "r" + ], + [ + "Ġa", + "re" + ], + [ + "Ġw", + "ith" + ], + [ + "Ġo", + "r" + ], + [ + "g", + "e" + ], + [ + "at", + "e" + ], + [ + "Ġy", + "ou" + ], + [ + "Ġ", + "(" + ], + [ + "Ġ", + "it" + ], + [ + "er", + "s" + ], + [ + "Ġa", + "l" + ], + [ + "Ġ", + "P" + ], + [ + "Ġw", + "h" + ], + [ + "p", + "e" + ], + [ + "Ġ", + "1" + ], + [ + "a", + "b" + ], + [ + "es", + "s" + ], + [ + "es", + "t" + ], + [ + "Ġd", + "e" + ], + [ + "ĠT", + "he" + ], + [ + "m", + "ent" + ], + [ + "re", + "s" + ], + [ + "Ġ", + "M" + ], + [ + "t", + "er" + ], + [ + "Ġe", + "x" + ], + [ + "Ġ", + "v" + ], + [ + "r", + "i" + ], + [ + "q", + "u" + ], + [ + "o", + "p" + ], + [ + "an", + "d" + ], + [ + "an", + "t" + ], + [ + "a", + "c" + ], + [ + "\"", + "\"" + ], + [ + "Ġ", + "he" + ], + [ + "il", + "l" + ], + [ + "Ġc", + "om" + ], + [ + "e", + "m" + ], + [ + "ro", + "m" + ], + [ + "or", + "t" + ], + [ + "it", + "y" + ], + [ + "k", + "e" + ], + [ + "e", + "ct" + ], + [ + "o", + "re" + ], + [ + "o", + "s" + ], + [ + "i", + "v" + ], + [ + "ou", + "n" + ], + [ + "Ġ", + "B" + ], + [ + "Ġw", + "e" + ], + [ + "i", + "es" + ], + [ + "Ġs", + "u" + ], + [ + "âĢ", + "Ļ" + ], + [ + "p", + "p" + ], + [ + "a", + "in" + ], + [ + "Ġ", + "r" + ], + [ + "o", + "c" + ], + [ + "Ġ", + "us" + ], + [ + "en", + "d" + ], + [ + "l", + "d" + ], + [ + "Ġb", + "y" + ], + [ + "Ġc", + "an" + ], + [ + "Ġ", + "H" + ], + [ + "i", + "ve" + ], + [ + "ig", + "h" + ], + [ + "ĠĠĠĠ", + "ĠĠĠĠĠĠĠ" + ], + [ + "p", + "t" + ], + [ + "Ġf", + "rom" + ], + [ + "Ġc", + "h" + ], + [ + "Ġ", + "D" + ], + [ + "Ġ", + "W" + ], + [ + "Ġa", + "t" + ], + [ + "Ġ", + "R" + ], + [ + "Ġ", + "E" + ], + [ + "Ġn", + "e" + ], + [ + "Ġn", + "ot" + ], + [ + "-", + "-" + ], + [ + "Ġ", + "F" + ], + [ + "Ġh", + "a" + ], + [ + "u", + "d" + ], + [ + "re", + "n" + ], + [ + "Ġ", + "2" + ], + [ + "Ġs", + "e" + ], + [ + "Ġ", + "N" + ], + [ + "ar", + "t" + ], + [ + "i", + "al" + ], + [ + "u", + "re" + ], + [ + "Ġw", + "as" + ], + [ + "o", + "g" + ], + [ + "p", + "l" + ], + [ + "Ġ", + "le" + ], + [ + "el", + "f" + ], + [ + "ic", + "al" + ], + [ + "as", + "s" + ], + [ + "Ġ", + "G" + ], + [ + "Ġs", + "h" + ], + [ + "Ġ", + "L" + ], + [ + "Ġ", + "un" + ], + [ + "Ġ", + "im" + ], + [ + "ul", + "t" + ], + [ + "Ġ", + "âĢ" + ], + [ + "Ġha", + "ve" + ], + [ + "al", + "l" + ], + [ + "ion", + "s" + ], + [ + "Ġth", + "is" + ], + [ + "re", + "d" + ], + [ + "igh", + "t" + ], + [ + "in", + "e" + ], + [ + "i", + "z" + ], + [ + "Ġ", + "if" + ], + [ + "a", + "ge" + ], + [ + "am", + "e" + ], + [ + "Ġw", + "or" + ], + [ + "a", + "g" + ], + [ + "ur", + "n" + ], + [ + "p", + "er" + ], + [ + "u", + "e" + ], + [ + "a", + "ct" + ], + [ + "ou", + "t" + ], + [ + "ou", + "r" + ], + [ + "o", + "st" + ], + [ + "Ġin", + "t" + ], + [ + "Ġ", + "en" + ], + [ + "d", + "e" + ], + [ + "u", + "st" + ], + [ + "ic", + "h" + ], + [ + "f", + "f" + ], + [ + "0", + "0" + ], + [ + "el", + "l" + ], + [ + "ou", + "ld" + ], + [ + "Ġa", + "b" + ], + [ + "ĠI", + "n" + ], + [ + "at", + "ed" + ], + [ + "Ġa", + "r" + ], + [ + "T", + "he" + ], + [ + "Ġre", + "s" + ], + [ + "Ġp", + "l" + ], + [ + "om", + "e" + ], + [ + "t", + "her" + ], + [ + "c", + "l" + ], + [ + "ar", + "d" + ], + [ + "or", + "m" + ], + [ + "g", + "h" + ], + [ + "|", + ">" + ], + [ + "<", + "|" + ], + [ + "an", + "s" + ], + [ + "Ġ", + "\"" + ], + [ + "Ġthe", + "ir" + ], + [ + "as", + "t" + ], + [ + ")", + ":" + ], + [ + "a", + "k" + ], + [ + "Ġyou", + "r" + ], + [ + "\"\"", + "\"" + ], + [ + "Ġcon", + "t" + ], + [ + "in", + "t" + ], + [ + "d", + "u" + ], + [ + "Ġ", + "k" + ], + [ + "i", + "b" + ], + [ + "Ġ", + "O" + ], + [ + "id", + "e" + ], + [ + "Ġal", + "l" + ], + [ + "on", + "e" + ], + [ + "Ġa", + "d" + ], + [ + "oun", + "d" + ], + [ + "Ġ", + "'" + ], + [ + "p", + "le" + ], + [ + "c", + "c" + ], + [ + "ab", + "le" + ], + [ + "Ġw", + "he" + ], + [ + "p", + "ort" + ], + [ + "Ġw", + "ill" + ], + [ + "d", + "er" + ], + [ + "Ġwh", + "ich" + ], + [ + "ou", + "gh" + ], + [ + "ou", + "s" + ], + [ + "Ġ", + "U" + ], + [ + "i", + "le" + ], + [ + "ar", + "y" + ], + [ + "an", + "ce" + ], + [ + "`", + "`" + ], + [ + "Ġc", + "l" + ], + [ + "a", + "p" + ], + [ + "ation", + "s" + ], + [ + "Ġthe", + "y" + ], + [ + "ct", + "ion" + ], + [ + "Ġd", + "is" + ], + [ + "o", + "od" + ], + [ + "r", + "y" + ], + [ + "en", + "ce" + ], + [ + "Ġ", + "J" + ], + [ + "in", + "d" + ], + [ + "on", + "g" + ], + [ + "im", + "e" + ], + [ + "Ġre", + "t" + ], + [ + "i", + "p" + ], + [ + "v", + "el" + ], + [ + "u", + "p" + ], + [ + "ent", + "s" + ], + [ + "Ġh", + "as" + ], + [ + "Ġm", + "ore" + ], + [ + "i", + "e" + ], + [ + "ĠT", + "h" + ], + [ + "ig", + "n" + ], + [ + "e", + "ar" + ], + [ + "k", + "s" + ], + [ + "s", + "o" + ], + [ + "Ġd", + "o" + ], + [ + "at", + "a" + ], + [ + "a", + "ch" + ], + [ + "i", + "a" + ], + [ + "r", + "u" + ], + [ + "âĢ", + "Ŀ" + ], + [ + "as", + "e" + ], + [ + "res", + "s" + ], + [ + "Ġs", + "elf" + ], + [ + "b", + "er" + ], + [ + "u", + "al" + ], + [ + "il", + "d" + ], + [ + "at", + "er" + ], + [ + "Ġt", + "e" + ], + [ + "Ġm", + "an" + ], + [ + "or", + "d" + ], + [ + "Ġ", + "j" + ], + [ + "oun", + "t" + ], + [ + "Ġo", + "ther" + ], + [ + "Ġm", + "e" + ], + [ + "Ġo", + "ut" + ], + [ + "f", + "orm" + ], + [ + "it", + "ion" + ], + [ + "Ġret", + "urn" + ], + [ + "Ġp", + "er" + ], + [ + "ic", + "e" + ], + [ + "a", + "ke" + ], + [ + "Ġb", + "ut" + ], + [ + "it", + "e" + ], + [ + "t", + "e" + ], + [ + "ac", + "k" + ], + [ + "Ġ", + ":" + ], + [ + "ren", + "t" + ], + [ + "Ġcom", + "p" + ], + [ + "a", + "ce" + ], + [ + "en", + "s" + ], + [ + "Ġon", + "e" + ], + [ + "c", + "on" + ], + [ + "Ġal", + "so" + ], + [ + "re", + "at" + ], + [ + "o", + "o" + ], + [ + "f", + "e" + ], + [ + "a", + "v" + ], + [ + ")", + "." + ], + [ + "Ġs", + "c" + ], + [ + "'", + "s" + ], + [ + "el", + "y" + ], + [ + "or", + "y" + ], + [ + "or", + "s" + ], + [ + "i", + "re" + ], + [ + "c", + "es" + ], + [ + "u", + "b" + ], + [ + "ic", + "t" + ], + [ + "Ġe", + "v" + ], + [ + "a", + "re" + ], + [ + "ĠâĢ", + "ľ" + ], + [ + "Ġs", + "o" + ], + [ + "Ġs", + "y" + ], + [ + "y", + "th" + ], + [ + "j", + "ect" + ], + [ + "Ġwe", + "re" + ], + [ + "a", + "us" + ], + [ + "at", + "h" + ], + [ + "an", + "g" + ], + [ + "Ġp", + "art" + ], + [ + "Ġs", + "pe" + ], + [ + "e", + "p" + ], + [ + "Ġs", + "p" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠĠĠ" + ], + [ + "Ġcom", + "m" + ], + [ + "x", + "t" + ], + [ + "Ġ", + "#" + ], + [ + "Ġwh", + "o" + ], + [ + "a", + "il" + ], + [ + "Ġp", + "re" + ], + [ + "g", + "r" + ], + [ + "Ġn", + "um" + ], + [ + "Ġ", + "qu" + ], + [ + "--", + "--" + ], + [ + "Ġthe", + "m" + ], + [ + "Ġt", + "r" + ], + [ + "re", + "e" + ], + [ + "Ġ", + "3" + ], + [ + "Ġp", + "e" + ], + [ + "Ġab", + "out" + ], + [ + "Ġit", + "s" + ], + [ + "Ġst", + "ud" + ], + [ + "I", + "n" + ], + [ + "Ġ", + "up" + ], + [ + "Ġa", + "pp" + ], + [ + "is", + "h" + ], + [ + "ing", + "s" + ], + [ + "ver", + "y" + ], + [ + "at", + "es" + ], + [ + "Ġ1", + "9" + ], + [ + "Ġ", + "ro" + ], + [ + "o", + "se" + ], + [ + "Ġp", + "r" + ], + [ + "n", + "ow" + ], + [ + "Ġ", + "[" + ], + [ + "p", + "ut" + ], + [ + "Ġc", + "ol" + ], + [ + "ĠTh", + "is" + ], + [ + "Ġst", + "r" + ], + [ + "p", + "h" + ], + [ + "ĠI", + "t" + ], + [ + "Ġm", + "ay" + ], + [ + "Ġ", + "K" + ], + [ + "Ġf", + "e" + ], + [ + "ĠS", + "t" + ], + [ + "Ġh", + "is" + ], + [ + "l", + "ow" + ], + [ + "c", + "ess" + ], + [ + "y", + "pe" + ], + [ + ")", + "," + ], + [ + "Ġt", + "ime" + ], + [ + "o", + "b" + ], + [ + "ol", + "og" + ], + [ + "y", + "s" + ], + [ + "Ġl", + "i" + ], + [ + "ver", + "s" + ], + [ + "Ġt", + "ra" + ], + [ + "Ġint", + "o" + ], + [ + "Ġ", + "ra" + ], + [ + "de", + "f" + ], + [ + "Ġbe", + "c" + ], + [ + "Ġre", + "c" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠĠ" + ], + [ + "Ġth", + "an" + ], + [ + "yth", + "on" + ], + [ + "Ġus", + "e" + ], + [ + "Ġwhe", + "n" + ], + [ + "ay", + "s" + ], + [ + "if", + "ic" + ], + [ + "w", + "e" + ], + [ + "Ġ", + "V" + ], + [ + "er", + "v" + ], + [ + "r", + "it" + ], + [ + "Ġ", + "-" + ], + [ + "Ġo", + "ver" + ], + [ + "Ġa", + "cc" + ], + [ + "Ġs", + "ome" + ], + [ + "an", + "ge" + ], + [ + "is", + "e" + ], + [ + "ĠC", + "h" + ], + [ + "Ġne", + "w" + ], + [ + "cl", + "ud" + ], + [ + "s", + "elf" + ], + [ + "op", + "le" + ], + [ + "o", + "ve" + ], + [ + "ar", + "g" + ], + [ + "Ġthe", + "re" + ], + [ + "Ġwor", + "k" + ], + [ + "Ġ2", + "0" + ], + [ + "Ġd", + "if" + ], + [ + "n", + "e" + ], + [ + "i", + "an" + ], + [ + "Ġa", + "ct" + ], + [ + "Ġbe", + "en" + ], + [ + "Ġo", + "b" + ], + [ + "p", + "ar" + ], + [ + "Ġcon", + "s" + ], + [ + "r", + "ough" + ], + [ + "c", + "re" + ], + [ + "ro", + "w" + ], + [ + "Ġy", + "ear" + ], + [ + "Ġe", + "m" + ], + [ + "Ġb", + "et" + ], + [ + "Ġthe", + "se" + ], + [ + "i", + "ent" + ], + [ + "ir", + "st" + ], + [ + "en", + "er" + ], + [ + "ment", + "s" + ], + [ + "al", + "th" + ], + [ + "Ġd", + "ata" + ], + [ + "al", + "ly" + ], + [ + "Ġg", + "o" + ], + [ + "od", + "e" + ], + [ + "Ġd", + "es" + ], + [ + "et", + "h" + ], + [ + "Ġo", + "ur" + ], + [ + "Ġh", + "ow" + ], + [ + "le", + "ct" + ], + [ + "st", + "em" + ], + [ + "aus", + "e" + ], + [ + "Ġhe", + "l" + ], + [ + "on", + "s" + ], + [ + "Ġg", + "r" + ], + [ + "d", + "s" + ], + [ + "it", + "ies" + ], + [ + "Ġv", + "al" + ], + [ + "Ġb", + "l" + ], + [ + "'", + "," + ], + [ + "Ġs", + "a" + ], + [ + "c", + "k" + ], + [ + "Ġpe", + "ople" + ], + [ + "oo", + "k" + ], + [ + "i", + "ous" + ], + [ + "Ġspe", + "c" + ], + [ + "Ġne", + "ed" + ], + [ + "ar", + "n" + ], + [ + "Ġun", + "der" + ], + [ + "(", + ")" + ], + [ + "Ġt", + "w" + ], + [ + "Ġsu", + "ch" + ], + [ + "ff", + "ect" + ], + [ + "Ġk", + "now" + ], + [ + "Ġa", + "g" + ], + [ + "Ġ", + "Ċ" + ], + [ + "o", + "ol" + ], + [ + "Ġ", + "\"\"\"" + ], + [ + "Ġ", + "Y" + ], + [ + "Ġ", + "0" + ], + [ + "Ġhel", + "p" + ], + [ + "Ġf", + "un" + ], + [ + "Ġm", + "ost" + ], + [ + "Ġus", + "ed" + ], + [ + "Ġin", + "d" + ], + [ + "Ġim", + "port" + ], + [ + "Ġde", + "f" + ], + [ + "at", + "ing" + ], + [ + "st", + "r" + ], + [ + "er", + "m" + ], + [ + "vel", + "op" + ], + [ + "Ġin", + "clud" + ], + [ + "Ġin", + "ter" + ], + [ + "Ġre", + "l" + ], + [ + "ri", + "b" + ], + [ + "Ġpro", + "v" + ], + [ + "o", + "v" + ], + [ + "l", + "es" + ], + [ + "iz", + "e" + ], + [ + "Ġfor", + "m" + ], + [ + "ĠA", + "n" + ], + [ + "a", + "x" + ], + [ + ".", + "." + ], + [ + "l", + "ic" + ], + [ + "er", + "t" + ], + [ + "Ġon", + "ly" + ], + [ + "Ġad", + "d" + ], + [ + "ul", + "ar" + ], + [ + "Ġ", + "el" + ], + [ + "l", + "l" + ], + [ + "Ġ", + "+" + ], + [ + "p", + "ro" + ], + [ + "Ġh", + "ad" + ], + [ + "he", + "d" + ], + [ + "ic", + "s" + ], + [ + "Ġf", + "l" + ], + [ + "Ġas", + "s" + ], + [ + "Ġn", + "o" + ], + [ + "i", + "ed" + ], + [ + "Ġw", + "ould" + ], + [ + "Ġp", + "h" + ], + [ + "Ġ", + "4" + ], + [ + "Ġl", + "ist" + ], + [ + "he", + "n" + ], + [ + "Ġ", + "ke" + ], + [ + "us", + "er" + ], + [ + "Ġpro", + "du" + ], + [ + "Ġan", + "y" + ], + [ + "Ġch", + "ild" + ], + [ + "c", + "ed" + ], + [ + "g", + "et" + ], + [ + "Ġf", + "irst" + ], + [ + "Ġm", + "od" + ], + [ + "ist", + "ant" + ], + [ + "Ġre", + "g" + ], + [ + "at", + "ive" + ], + [ + "ce", + "pt" + ], + [ + "ĠU", + "n" + ], + [ + "al", + "s" + ], + [ + "Ġp", + "os" + ], + [ + "f", + "ul" + ], + [ + "Ġa", + "m" + ], + [ + "Ġth", + "rough" + ], + [ + "Ġg", + "et" + ], + [ + "u", + "res" + ], + [ + "il", + "ity" + ], + [ + "Ġsu", + "b" + ], + [ + "Ġ", + "5" + ], + [ + "ation", + "al" + ], + [ + "Ġsh", + "ould" + ], + [ + "o", + "int" + ], + [ + "Ġtw", + "o" + ], + [ + "Ġof", + "f" + ], + [ + "ar", + "k" + ], + [ + "ar", + "ch" + ], + [ + "Ġwh", + "at" + ], + [ + "Ġat", + "t" + ], + [ + "f", + "ter" + ], + [ + "m", + "er" + ], + [ + "Ġsy", + "stem" + ], + [ + "ur", + "ing" + ], + [ + "p", + "r" + ], + [ + "Ġre", + "m" + ], + [ + "ot", + "h" + ], + [ + "ic", + "k" + ], + [ + "Ġde", + "velop" + ], + [ + "is", + "s" + ], + [ + "ow", + "er" + ], + [ + "ra", + "ct" + ], + [ + "Ġdif", + "fe" + ], + [ + "c", + "om" + ], + [ + "in", + "k" + ], + [ + "ib", + "le" + ], + [ + "Ġman", + "y" + ], + [ + "Ġli", + "ke" + ], + [ + "Ġin", + "f" + ], + [ + "t", + "en" + ], + [ + "Ġres", + "ult" + ], + [ + "Ġre", + "qu" + ], + [ + "it", + "s" + ], + [ + "u", + "es" + ], + [ + "ass", + "istant" + ], + [ + "as", + "ed" + ], + [ + "Ġc", + "o" + ], + [ + "ĠH", + "e" + ], + [ + "c", + "y" + ], + [ + ")", + ")" + ], + [ + "ow", + "n" + ], + [ + "Ġsu", + "pp" + ], + [ + "Ġs", + "et" + ], + [ + "i", + "et" + ], + [ + "p", + "s" + ], + [ + "ut", + "ion" + ], + [ + "gr", + "am" + ], + [ + "we", + "en" + ], + [ + "Ġhe", + "alth" + ], + [ + "_", + "_" + ], + [ + "Ġtr", + "ans" + ], + [ + "f", + "t" + ], + [ + "Ġa", + "c" + ], + [ + "f", + "ore" + ], + [ + "(", + "'" + ], + [ + "b", + "le" + ], + [ + "ĠR", + "e" + ], + [ + "he", + "s" + ], + [ + "Ġbet", + "ween" + ], + [ + "Ġin", + "v" + ], + [ + "ĠâĢ", + "ĵ" + ], + [ + "Ġw", + "ell" + ], + [ + "ra", + "y" + ], + [ + "r", + "ic" + ], + [ + "Ġb", + "u" + ], + [ + "ol", + "d" + ], + [ + "``", + "`" + ], + [ + "Ġwhe", + "re" + ], + [ + "if", + "e" + ], + [ + "Ġg", + "iv" + ], + [ + "Ġin", + "st" + ], + [ + "n", + "ame" + ], + [ + "Ġs", + "m" + ], + [ + "Ġm", + "ake" + ], + [ + "w", + "n" + ], + [ + "Ġs", + "ur" + ], + [ + "s", + "s" + ], + [ + "Ġp", + "ol" + ], + [ + "ter", + "n" + ], + [ + "in", + "es" + ], + [ + "is", + "m" + ], + [ + "Ġw", + "ater" + ], + [ + "Ġh", + "igh" + ], + [ + "at", + "ure" + ], + [ + "Ġ20", + "1" + ], + [ + "id", + "ent" + ], + [ + "er", + "g" + ], + [ + "am", + "ple" + ], + [ + "pe", + "ct" + ], + [ + "Ġg", + "ener" + ], + [ + "ic", + "es" + ], + [ + "ĠI", + "f" + ], + [ + "i", + "el" + ], + [ + "in", + "s" + ], + [ + "Ġp", + "res" + ], + [ + "e", + "w" + ], + [ + "Ġv", + "ar" + ], + [ + "Ġd", + "et" + ], + [ + "ĠP", + "ython" + ], + [ + "Ġc", + "ount" + ], + [ + "v", + "al" + ], + [ + "p", + "os" + ], + [ + "Ġe", + "ach" + ], + [ + "oc", + "k" + ], + [ + "t", + "ing" + ], + [ + "Ġnum", + "ber" + ], + [ + "ad", + "e" + ], + [ + "ch", + "n" + ], + [ + "g", + "an" + ], + [ + "u", + "c" + ], + [ + "Ġs", + "ign" + ], + [ + "ar", + "s" + ], + [ + "Ġp", + "ers" + ], + [ + "Ġc", + "all" + ], + [ + "e", + "ver" + ], + [ + "Ġc", + "ur" + ], + [ + "il", + "y" + ], + [ + "Ġc", + "ould" + ], + [ + "\"", + "," + ], + [ + "v", + "ent" + ], + [ + "i", + "ence" + ], + [ + "Ġpro", + "gram" + ], + [ + "h", + "at" + ], + [ + "re", + "ad" + ], + [ + "ur", + "al" + ], + [ + "p", + "on" + ], + [ + "ant", + "s" + ], + [ + "t", + "s" + ], + [ + "Ġpro", + "cess" + ], + [ + "Ġm", + "ed" + ], + [ + "y", + "p" + ], + [ + "Ġyear", + "s" + ], + [ + "olog", + "y" + ], + [ + "Ġf", + "ound" + ], + [ + "Ġc", + "re" + ], + [ + "Ġl", + "ong" + ], + [ + "Ġle", + "arn" + ], + [ + "Ġs", + "im" + ], + [ + "er", + "n" + ], + [ + "ĠE", + "n" + ], + [ + "Ġe", + "ffect" + ], + [ + "i", + "x" + ], + [ + "par", + "am" + ], + [ + "Ġf", + "ol" + ], + [ + "u", + "ch" + ], + [ + "Ġex", + "per" + ], + [ + "e", + "x" + ], + [ + ">", + ">" + ], + [ + "en", + "e" + ], + [ + "Ġdiffe", + "rent" + ], + [ + "form", + "ation" + ], + [ + "Ġus", + "ing" + ], + [ + "Ġex", + "t" + ], + [ + "Ġ", + "end" + ], + [ + "Ġa", + "fter" + ], + [ + "ist", + "s" + ], + [ + "Ġ", + "her" + ], + [ + "t", + "t" + ], + [ + "a", + "w" + ], + [ + "Ġre", + "se" + ], + [ + "Ġthe", + "n" + ], + [ + "ru", + "ct" + ], + [ + "Ġ2", + "00" + ], + [ + "it", + "ed" + ], + [ + "ar", + "m" + ], + [ + "pt", + "ion" + ], + [ + "ak", + "ing" + ], + [ + "en", + "g" + ], + [ + "ag", + "es" + ], + [ + "Ġm", + "in" + ], + [ + "c", + "ial" + ], + [ + "Ġwor", + "ld" + ], + [ + "el", + "s" + ], + [ + "Ġ", + "ed" + ], + [ + "Ġev", + "en" + ], + [ + "or", + "k" + ], + [ + "Ġin", + "cre" + ], + [ + "t", + "o" + ], + [ + "i", + "o" + ], + [ + "Ġj", + "ust" + ], + [ + "ir", + "on" + ], + [ + "Ġ", + "ent" + ], + [ + "o", + "y" + ], + [ + "Ġbec", + "ause" + ], + [ + "r", + "or" + ], + [ + "Ġre", + "ad" + ], + [ + "ch", + "ool" + ], + [ + "ie", + "w" + ], + [ + "Ġf", + "ind" + ], + [ + "Ġd", + "ist" + ], + [ + "a", + "pp" + ], + [ + "ot", + "her" + ], + [ + "Ġw", + "ay" + ], + [ + "ical", + "ly" + ], + [ + "ual", + "ly" + ], + [ + "Ġp", + "a" + ], + [ + "Ġs", + "k" + ], + [ + "l", + "and" + ], + [ + "n", + "ess" + ], + [ + "Ġp", + "at" + ], + [ + "Ġl", + "oc" + ], + [ + "od", + "y" + ], + [ + "iz", + "ed" + ], + [ + "c", + "ent" + ], + [ + "c", + "o" + ], + [ + "Ġf", + "act" + ], + [ + "Ġc", + "he" + ], + [ + "Ġ", + "6" + ], + [ + "ect", + "ion" + ], + [ + "t", + "ype" + ], + [ + "Ġm", + "at" + ], + [ + "Ġcl", + "ass" + ], + [ + "T", + "h" + ], + [ + "Ġc", + "ent" + ], + [ + "Ġa", + "ut" + ], + [ + "Ġ", + "*" + ], + [ + "mer", + "ic" + ], + [ + "Ġh", + "um" + ], + [ + "Ġb", + "el" + ], + [ + "'", + ")" + ], + [ + "Ġse", + "e" + ], + [ + "ĠP", + "ro" + ], + [ + "Ġgiv", + "en" + ], + [ + "Ġ=", + "=" + ], + [ + "i", + "vers" + ], + [ + "Ġfun", + "ction" + ], + [ + "as", + "es" + ], + [ + "v", + "ed" + ], + [ + "ĠA", + "r" + ], + [ + "b", + "ers" + ], + [ + "eth", + "od" + ], + [ + "Ġpr", + "int" + ], + [ + "Ġfol", + "low" + ], + [ + "Ġ", + "very" + ], + [ + "Ġth", + "ose" + ], + [ + "Ġte", + "chn" + ], + [ + "on", + "t" + ], + [ + "ut", + "e" + ], + [ + "Ġde", + "c" + ], + [ + "at", + "her" + ], + [ + "ra", + "in" + ], + [ + "ou", + "p" + ], + [ + "Ġs", + "oc" + ], + [ + "ent", + "ial" + ], + [ + "e", + "c" + ], + [ + "(", + "\"" + ], + [ + "Ġc", + "or" + ], + [ + "'", + "]" + ], + [ + "Ġbe", + "ing" + ], + [ + "Ġn", + "ame" + ], + [ + "Ġc", + "ar" + ], + [ + "Ġar", + "t" + ], + [ + "Ġe", + "ar" + ], + [ + "Ġ", + "i" + ], + [ + "Ġimport", + "ant" + ], + [ + "w", + "ard" + ], + [ + "Ġt", + "est" + ], + [ + "n", + "ing" + ], + [ + "Ġp", + "ub" + ], + [ + "ĠC", + "om" + ], + [ + "p", + "y" + ], + [ + "Ġm", + "on" + ], + [ + "l", + "ed" + ], + [ + "Ġle", + "ad" + ], + [ + "Ġdo", + "es" + ], + [ + "im", + "es" + ], + [ + "Ġin", + "formation" + ], + [ + "Ġle", + "vel" + ], + [ + "Ġr", + "ight" + ], + [ + "v", + "iron" + ], + [ + "u", + "g" + ], + [ + "Ġsa", + "id" + ], + [ + "ble", + "m" + ], + [ + "Ġa", + "v" + ], + [ + "ĠA", + "meric" + ], + [ + "=", + "=" + ], + [ + "Ġcomm", + "un" + ], + [ + "Ġ1", + "8" + ], + [ + "Ġl", + "ife" + ], + [ + "Ġchild", + "ren" + ], + [ + "in", + "al" + ], + [ + "ire", + "ct" + ], + [ + "l", + "ist" + ], + [ + "ĠW", + "e" + ], + [ + "Ġf", + "ood" + ], + [ + "Ġpart", + "ic" + ], + [ + "'", + ":" + ], + [ + "Ġs", + "ame" + ], + [ + "Ġwh", + "ile" + ], + [ + "Ġint", + "e" + ], + [ + "l", + "i" + ], + [ + "Ġel", + "se" + ], + [ + "Ġst", + "art" + ], + [ + "Ġp", + "ar" + ], + [ + "Ġ", + "x" + ], + [ + "Ġd", + "uring" + ], + [ + "Ġ1", + "0" + ], + [ + "Ġo", + "wn" + ], + [ + "Ġob", + "ject" + ], + [ + "Ġs", + "he" + ], + [ + "Ġin", + "s" + ], + [ + "Ġ", + "{" + ], + [ + ".", + "âĢĿ" + ], + [ + "st", + "and" + ], + [ + "ĠN", + "one" + ], + [ + "an", + "y" + ], + [ + "Ġg", + "ra" + ], + [ + "ĠThe", + "y" + ], + [ + "Ġm", + "ain" + ], + [ + "Ġst", + "ate" + ], + [ + "d", + "ition" + ], + [ + "ak", + "es" + ], + [ + "Ġval", + "ue" + ], + [ + "al", + "ity" + ], + [ + "ĠF", + "or" + ], + [ + "Ġpers", + "on" + ], + [ + "2", + "0" + ], + [ + "Ġs", + "ol" + ], + [ + "t", + "ed" + ], + [ + "Ġcom", + "ple" + ], + [ + "Ġf", + "am" + ], + [ + "Ġb", + "r" + ], + [ + "Ġb", + "ack" + ], + [ + "Ġde", + "p" + ], + [ + "Ġprov", + "id" + ], + [ + "h", + "ip" + ], + [ + "ĠA", + "l" + ], + [ + "Ġr", + "ange" + ], + [ + "t", + "le" + ], + [ + "Ġb", + "oth" + ], + [ + "t", + "he" + ], + [ + "Ġstud", + "ents" + ], + [ + "al", + "e" + ], + [ + "Ġpro", + "blem" + ], + [ + "Ġre", + "f" + ], + [ + "v", + "es" + ], + [ + "s", + "c" + ], + [ + "Ġm", + "uch" + ], + [ + "Ġh", + "and" + ], + [ + "Ġg", + "row" + ], + [ + "Ġapp", + "ro" + ], + [ + "iv", + "id" + ], + [ + "Ġo", + "p" + ], + [ + "Ġm", + "ust" + ], + [ + "et", + "s" + ], + [ + "Ġbe", + "fore" + ], + [ + "ĠA", + "s" + ], + [ + "v", + "ing" + ], + [ + "Ġd", + "i" + ], + [ + "Ġcon", + "f" + ], + [ + "Ġh", + "ist" + ], + [ + "Ġe", + "very" + ], + [ + "iel", + "d" + ], + [ + "Ġex", + "p" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠĠĠĠĠĠ" + ], + [ + "Ġg", + "l" + ], + [ + "Ġsupp", + "ort" + ], + [ + "Ġch", + "ar" + ], + [ + "iv", + "es" + ], + [ + "Ġg", + "ood" + ], + [ + ".", + "," + ], + [ + "Ġs", + "erv" + ], + [ + "ĠS", + "e" + ], + [ + "Ġact", + "iv" + ], + [ + "Ġm", + "ethod" + ], + [ + "Ġm", + "ade" + ], + [ + "Ġe", + "le" + ], + [ + "Ġex", + "pl" + ], + [ + "Ġm", + "y" + ], + [ + "ver", + "n" + ], + [ + "Ġke", + "y" + ], + [ + "d", + "ata" + ], + [ + "g", + "g" + ], + [ + "[", + "'" + ], + [ + "Ġt", + "reat" + ], + [ + "Ġstud", + "y" + ], + [ + "viron", + "ment" + ], + [ + "Ġs", + "er" + ], + [ + "Ġp", + "ower" + ], + [ + "Ġp", + "oint" + ], + [ + ".", + "_" + ], + [ + "Ġp", + "ass" + ], + [ + "ĠD", + "e" + ], + [ + "if", + "y" + ], + [ + "ĠH", + "ow" + ], + [ + "Ġ", + "8" + ], + [ + "en", + "cy" + ], + [ + "ro", + "l" + ], + [ + "Ġpos", + "s" + ], + [ + "c", + "i" + ], + [ + "Ġof", + "ten" + ], + [ + "in", + "ed" + ], + [ + "Ġsh", + "ow" + ], + [ + "Ġpro", + "t" + ], + [ + "Ġt", + "ype" + ], + [ + "Ġ", + "`" + ], + [ + "r", + "ue" + ], + [ + "Ġsm", + "all" + ], + [ + "Ġ", + "7" + ], + [ + "Ġp", + "op" + ], + [ + "Ġv", + "is" + ], + [ + "Ġt", + "em" + ], + [ + "Ġb", + "ody" + ], + [ + "our", + "ce" + ], + [ + "Ġt", + "ake" + ], + [ + "n", + "um" + ], + [ + "at", + "or" + ], + [ + "g", + "er" + ], + [ + "Ġm", + "em" + ], + [ + "1", + "9" + ], + [ + "a", + "ult" + ], + [ + "Ġag", + "ain" + ], + [ + "ĠĠĠĠ", + "Ġ" + ], + [ + "Ġre", + "du" + ], + [ + "Ġre", + "p" + ], + [ + "i", + "qu" + ], + [ + "Ġim", + "p" + ], + [ + "erg", + "y" + ], + [ + "Ġl", + "ess" + ], + [ + "Ġd", + "own" + ], + [ + "in", + "ce" + ], + [ + "00", + "0" + ], + [ + "t", + "y" + ], + [ + "Ġdes", + "ign" + ], + [ + "act", + "er" + ], + [ + "l", + "o" + ], + [ + "Ġr", + "is" + ], + [ + "a", + "ve" + ], + [ + "Ġcomm", + "on" + ], + [ + "1", + "0" + ], + [ + "Ġs", + "chool" + ], + [ + "Ġd", + "ay" + ], + [ + "v", + "en" + ], + [ + "Ġcont", + "ain" + ], + [ + "om", + "en" + ], + [ + "r", + "ite" + ], + [ + "Ġm", + "et" + ], + [ + "d", + "ay" + ], + [ + "ul", + "ation" + ], + [ + "re", + "st" + ], + [ + "it", + "ions" + ], + [ + "Th", + "is" + ], + [ + "Ġcont", + "in" + ], + [ + "Ġall", + "ow" + ], + [ + "Ġ", + "|" + ], + [ + "Ġo", + "cc" + ], + [ + "Ġa", + "p" + ], + [ + "it", + "al" + ], + [ + "if", + "ied" + ], + [ + "Ġf", + "il" + ], + [ + "ion", + "al" + ], + [ + "ivers", + "ity" + ], + [ + "Ġex", + "ample" + ], + [ + "is", + "hed" + ], + [ + "Ġstr", + "ing" + ], + [ + "Ġe", + "qu" + ], + [ + "id", + "s" + ], + [ + "i", + "red" + ], + [ + "Ġc", + "le" + ], + [ + "Ġ", + "est" + ], + [ + "Ġor", + "gan" + ], + [ + "Ġc", + "ell" + ], + [ + "]", + "," + ], + [ + "Ġrese", + "arch" + ], + [ + "Ġh", + "im" + ], + [ + "Ġto", + "o" + ], + [ + "Ġn", + "ow" + ], + [ + "Ġdis", + "e" + ], + [ + "w", + "ord" + ], + [ + "re", + "t" + ], + [ + "am", + "es" + ], + [ + "a", + "pe" + ], + [ + "Ġg", + "u" + ], + [ + "Ġar", + "ound" + ], + [ + "Ġf", + "ile" + ], + [ + "ul", + "l" + ], + [ + "ren", + "ce" + ], + [ + "as", + "h" + ], + [ + "iet", + "y" + ], + [ + "Ġc", + "are" + ], + [ + "l", + "ine" + ], + [ + "pr", + "int" + ], + [ + "i", + "er" + ], + [ + "Ġl", + "ook" + ], + [ + "Ġw", + "rit" + ], + [ + "Ġ", + "9" + ], + [ + "Ġl", + "it" + ], + [ + "Ġhum", + "an" + ], + [ + "ro", + "ss" + ], + [ + ".", + "\"" + ], + [ + "Ġunder", + "stand" + ], + [ + "Ġcur", + "rent" + ], + [ + "Ġar", + "g" + ], + [ + "ff", + "ic" + ], + [ + "Ġpl", + "an" + ], + [ + "a", + "red" + ], + [ + "us", + "s" + ], + [ + "Ġcon", + "st" + ], + [ + "ĠN", + "ew" + ], + [ + "Ġe", + "lect" + ], + [ + "ri", + "es" + ], + [ + "at", + "s" + ], + [ + "Ġdis", + "c" + ], + [ + "a", + "h" + ], + [ + "iz", + "ation" + ], + [ + "ur", + "y" + ], + [ + "p", + "ython" + ], + [ + "Ġad", + "v" + ], + [ + "ivid", + "ual" + ], + [ + "Ġl", + "and" + ], + [ + "Ġth", + "ree" + ], + [ + "----", + "----" + ], + [ + "Ġinclud", + "ing" + ], + [ + ".", + "\"\"\"" + ], + [ + "ĠE", + "x" + ], + [ + "Ġbu", + "ild" + ], + [ + "ĠC", + "on" + ], + [ + "n", + "er" + ], + [ + "pl", + "es" + ], + [ + "Ġ", + "%" + ], + [ + "ar", + "ge" + ], + [ + "f", + "ile" + ], + [ + "Ġt", + "yp" + ], + [ + "Ġp", + "ract" + ], + [ + "it", + "ive" + ], + [ + "m", + "on" + ], + [ + "ra", + "ph" + ], + [ + "om", + "s" + ], + [ + "pon", + "se" + ], + [ + "Ġen", + "vironment" + ], + [ + "Ġsy", + "m" + ], + [ + "Ġd", + "irect" + ], + [ + "Ġprodu", + "ct" + ], + [ + "r", + "al" + ], + [ + "Ġg", + "reat" + ], + [ + "Ġc", + "al" + ], + [ + "ou", + "se" + ], + [ + "Ġcall", + "ed" + ], + [ + "m", + "in" + ], + [ + "i", + "od" + ], + [ + "al", + "se" + ], + [ + "âĢ", + "Ķ" + ], + [ + "s", + "h" + ], + [ + "a", + "ir" + ], + [ + "her", + "s" + ], + [ + "um", + "ent" + ], + [ + "con", + "d" + ], + [ + "Ġbe", + "h" + ], + [ + "Ġb", + "o" + ], + [ + "c", + "ul" + ], + [ + "ater", + "ial" + ], + [ + "s", + "et" + ], + [ + "Ġo", + "per" + ], + [ + "Ġ", + "ident" + ], + [ + "our", + "ces" + ], + [ + "a", + "j" + ], + [ + "ab", + "ility" + ], + [ + "m", + "e" + ], + [ + "ang", + "u" + ], + [ + "ĠThe", + "se" + ], + [ + "Ġre", + "port" + ], + [ + ",", + "âĢĿ" + ], + [ + "Ġb", + "re" + ], + [ + "ĠB", + "ut" + ], + [ + "t", + "r" + ], + [ + "con", + "om" + ], + [ + "Ġch", + "ang" + ], + [ + "In", + "put" + ], + [ + "w", + "ork" + ], + [ + "Ġa", + "w" + ], + [ + "Ġim", + "pro" + ], + [ + "Ġind", + "ividual" + ], + [ + "os", + "s" + ], + [ + "Ġgo", + "vern" + ], + [ + "p", + "ath" + ], + [ + "at", + "ely" + ], + [ + "Ġte", + "xt" + ], + [ + "ĠY", + "ou" + ], + [ + "en", + "se" + ], + [ + "Ġwith", + "in" + ], + [ + "Ġg", + "re" + ], + [ + "c", + "ur" + ], + [ + "Ġd", + "id" + ], + [ + "ar", + "r" + ], + [ + "er", + "ing" + ], + [ + "oc", + "i" + ], + [ + "Ġen", + "ergy" + ], + [ + "re", + "qu" + ], + [ + "Ġpl", + "ace" + ], + [ + "b", + "s" + ], + [ + "ĠIn", + "d" + ], + [ + "in", + "ation" + ], + [ + "..", + "." + ], + [ + "et", + "urn" + ], + [ + "ic", + "ult" + ], + [ + "Ġst", + "and" + ], + [ + "f", + "or" + ], + [ + "Ġknow", + "n" + ], + [ + "]", + ")" + ], + [ + "ĠA", + "d" + ], + [ + "Ġinclud", + "e" + ], + [ + "Ġwith", + "out" + ], + [ + "Ġor", + "der" + ], + [ + "ĠThe", + "re" + ], + [ + "Ġp", + "ot" + ], + [ + "r", + "ror" + ], + [ + "Ġe", + "as" + ], + [ + "Ġpub", + "lic" + ], + [ + "Ġed", + "uc" + ], + [ + "Ġth", + "ough" + ], + [ + "c", + "ing" + ], + [ + "Ġpl", + "ay" + ], + [ + "ord", + "ing" + ], + [ + "m", + "at" + ], + [ + "Ġpro", + "ject" + ], + [ + "Ġc", + "ode" + ], + [ + "/", + "/" + ], + [ + "ĠS", + "c" + ], + [ + "or", + "n" + ], + [ + "ot", + "e" + ], + [ + "Ġs", + "om" + ], + [ + "r", + "on" + ], + [ + "Ġcon", + "n" + ], + [ + "Ġqu", + "est" + ], + [ + "Ġt", + "erm" + ], + [ + "i", + "um" + ], + [ + "ĠW", + "h" + ], + [ + "Ġpro", + "per" + ], + [ + "Ġdes", + "c" + ], + [ + "de", + "x" + ], + [ + "Ġw", + "ant" + ], + [ + "t", + "ain" + ], + [ + "iv", + "ely" + ], + [ + "Ġis", + "s" + ], + [ + "ent", + "al" + ], + [ + "an", + "k" + ], + [ + "Ġ", + "ide" + ], + [ + "as", + "on" + ], + [ + "a", + "pt" + ], + [ + "im", + "port" + ], + [ + "as", + "k" + ], + [ + "Ġch", + "ange" + ], + [ + "Ġm", + "ight" + ], + [ + "Ġst", + "ill" + ], + [ + "ĠâĢ", + "ĺ" + ], + [ + "Ġen", + "g" + ], + [ + "E", + "rror" + ], + [ + "u", + "ro" + ], + [ + "ert", + "ain" + ], + [ + "Ġp", + "ath" + ], + [ + "Ġm", + "aterial" + ], + [ + "arg", + "s" + ], + [ + "l", + "ish" + ], + [ + "Ġc", + "our" + ], + [ + "Ġl", + "ine" + ], + [ + "Ġo", + "pt" + ], + [ + "Ġp", + "ur" + ], + [ + "ĠI", + "s" + ], + [ + "a", + "u" + ], + [ + "c", + "er" + ], + [ + "Ġop", + "en" + ], + [ + "Ġp", + "o" + ], + [ + "Ġme", + "as" + ], + [ + "in", + "ess" + ], + [ + "Ġc", + "aus" + ], + [ + "Ġb", + "est" + ], + [ + "Ġ", + "er" + ], + [ + "e", + "ad" + ], + [ + "Ġhe", + "ad" + ], + [ + "Ġm", + "us" + ], + [ + "cc", + "ess" + ], + [ + "Ġin", + "c" + ], + [ + "t", + "on" + ], + [ + "o", + "h" + ], + [ + "Ġc", + "ap" + ], + [ + "A", + "n" + ], + [ + "Ġph", + "ys" + ], + [ + "Ġpres", + "ent" + ], + [ + "âĢ", + "ĵ" + ], + [ + "Ġan", + "al" + ], + [ + "ag", + "n" + ], + [ + "Ġ", + "ve" + ], + [ + "Ġsoc", + "ial" + ], + [ + "eng", + "th" + ], + [ + "Ġm", + "ark" + ], + [ + "Ġmod", + "el" + ], + [ + "Ġt", + "ry" + ], + [ + "Ġs", + "l" + ], + [ + "\"", + ")" + ], + [ + "in", + "ing" + ], + [ + "Ġp", + "ri" + ], + [ + "ĠAn", + "d" + ], + [ + "Ġn", + "p" + ], + [ + "Ġdevelop", + "ment" + ], + [ + "b", + "e" + ], + [ + "ou", + "th" + ], + [ + "ĠEn", + "g" + ], + [ + "h", + "or" + ], + [ + "i", + "or" + ], + [ + "en", + "ces" + ], + [ + "l", + "ess" + ], + [ + "Ġcre", + "ate" + ], + [ + "âĢ", + "ľ" + ], + [ + "Ġth", + "ink" + ], + [ + "'", + "t" + ], + [ + "Ġs", + "um" + ], + [ + "em", + "s" + ], + [ + "Ġ", + "_" + ], + [ + "Ġfe", + "w" + ], + [ + "im", + "ate" + ], + [ + "Ġ", + "<" + ], + [ + "Ġl", + "ight" + ], + [ + "Ġare", + "a" + ], + [ + "ate", + "g" + ], + [ + "Ġim", + "m" + ], + [ + "Ġper", + "form" + ], + [ + "is", + "ion" + ], + [ + "m", + "an" + ], + [ + "Ġ", + "ess" + ], + [ + "Ġr", + "un" + ], + [ + "Ġm", + "ax" + ], + [ + "Ġl", + "ast" + ], + [ + "Ġ", + ">>" + ], + [ + "Ġa", + "ir" + ], + [ + "ene", + "f" + ], + [ + "Ġprov", + "ide" + ], + [ + "Ġd", + "on" + ], + [ + "|", + "|" + ], + [ + "Ġen", + "c" + ], + [ + "s", + "y" + ], + [ + "n", + "ot" + ], + [ + "Ġpro", + "f" + ], + [ + "I", + "t" + ], + [ + "Ġl", + "arge" + ], + [ + "Ġde", + "v" + ], + [ + "Ġp", + "ain" + ], + [ + "a", + "z" + ], + [ + "Ġe", + "t" + ], + [ + "ĠG", + "od" + ], + [ + "at", + "ural" + ], + [ + "Ġb", + "as" + ], + [ + "Ġm", + "ult" + ], + [ + "re", + "ate" + ], + [ + "al", + "k" + ], + [ + "Ġd", + "el" + ], + [ + "Ġf", + "r" + ], + [ + "Ġto", + "p" + ], + [ + "Ġgr", + "oup" + ], + [ + "Ġh", + "ome" + ], + [ + "Ġan", + "other" + ], + [ + "Ġcont", + "rol" + ], + [ + "m", + "od" + ], + [ + "Ġlearn", + "ing" + ], + [ + "Ġ", + "&" + ], + [ + "Ġ>>", + ">" + ], + [ + "am", + "et" + ], + [ + "id", + "er" + ], + [ + "c", + "le" + ], + [ + "o", + "f" + ], + [ + "Ġl", + "ow" + ], + [ + "Ġl", + "ab" + ], + [ + "w", + "ays" + ], + [ + "g", + "in" + ], + [ + "Ġs", + "it" + ], + [ + "i", + "ans" + ], + [ + "ail", + "able" + ], + [ + "Ġor", + "ig" + ], + [ + "W", + "hat" + ], + [ + "am", + "p" + ], + [ + "r", + "ist" + ], + [ + "Ġris", + "k" + ], + [ + "ress", + "ion" + ], + [ + "Ġf", + "in" + ], + [ + "on", + "d" + ], + [ + "a", + "ut" + ], + [ + "i", + "ents" + ], + [ + "Ġre", + "al" + ], + [ + "Ġacc", + "ess" + ], + [ + "Ġme", + "an" + ], + [ + "ĠR", + "es" + ], + [ + "ict", + "ion" + ], + [ + "er", + "y" + ], + [ + "l", + "u" + ], + [ + "Ġw", + "omen" + ], + [ + "Ġc", + "ult" + ], + [ + "Ġfollow", + "ing" + ], + [ + "e", + "xt" + ], + [ + "Ġke", + "ep" + ], + [ + "Ġbet", + "ter" + ], + [ + "olog", + "ical" + ], + [ + "v", + "iew" + ], + [ + "ĠHow", + "ever" + ], + [ + "#", + "#" + ], + [ + "Ġo", + "ld" + ], + [ + "Ġ", + "Q" + ], + [ + "Ġl", + "angu" + ], + [ + "ĠO", + "n" + ], + [ + "Ġdise", + "ase" + ], + [ + "Ġan", + "t" + ], + [ + "Ġbl", + "ood" + ], + [ + "Ġbel", + "ie" + ], + [ + "b", + "r" + ], + [ + "Ġposs", + "ible" + ], + [ + "Ġbec", + "ome" + ], + [ + "Ġl", + "og" + ], + [ + "he", + "re" + ], + [ + "Ġ", + "." + ], + [ + "Ġm", + "ove" + ], + [ + "Ġo", + "pp" + ], + [ + "Ġap", + "pe" + ], + [ + "b", + "y" + ], + [ + "cl", + "ass" + ], + [ + "Ġ", + "z" + ], + [ + "ill", + "s" + ], + [ + "Ġle", + "g" + ], + [ + "ar", + "c" + ], + [ + "o", + "id" + ], + [ + "ĠB", + "e" + ], + [ + "Ġsign", + "ific" + ], + [ + ":", + "//" + ], + [ + "an", + "ces" + ], + [ + "am", + "s" + ], + [ + "Ġper", + "iod" + ], + [ + "Ġinte", + "rest" + ], + [ + "Ġ", + "``" + ], + [ + "ke", + "y" + ], + [ + "Ġagain", + "st" + ], + [ + "Ġme", + "ans" + ], + [ + "Ġb", + "enef" + ], + [ + "Ġocc", + "ur" + ], + [ + "ol", + "um" + ], + [ + "ĠP", + "h" + ], + [ + "Ġwor", + "ds" + ], + [ + "Ġ", + "es" + ], + [ + "Ġn", + "on" + ], + [ + "og", + "n" + ], + [ + "Ġb", + "ased" + ], + [ + "ad", + "d" + ], + [ + "at", + "ic" + ], + [ + "Ġadd", + "ition" + ], + [ + "Ġdif", + "f" + ], + [ + "Ġl", + "en" + ], + [ + "Ġinv", + "ol" + ], + [ + "ĠS", + "h" + ], + [ + "ĠUn", + "iversity" + ], + [ + "ĠC", + "l" + ], + [ + "Ġl", + "im" + ], + [ + "str", + "ing" + ], + [ + "w", + "w" + ], + [ + "Ġc", + "ause" + ], + [ + "ĠT", + "o" + ], + [ + "res", + "ent" + ], + [ + "ĠAmeric", + "an" + ], + [ + "aj", + "or" + ], + [ + "or", + "ies" + ], + [ + "Ġhe", + "re" + ], + [ + "Ġe", + "conom" + ], + [ + "is", + "ed" + ], + [ + "Ġhist", + "ory" + ], + [ + "ro", + "p" + ], + [ + "Ġm", + "ill" + ], + [ + "Ġc", + "r" + ], + [ + "iv", + "ed" + ], + [ + "ic", + "le" + ], + [ + "Ġse", + "ver" + ], + [ + "Ġc", + "ost" + ], + [ + "Ġm", + "en" + ], + [ + "s", + "on" + ], + [ + "y", + "n" + ], + [ + "end", + "s" + ], + [ + "ent", + "ly" + ], + [ + "and", + "om" + ], + [ + "Ġ19", + "9" + ], + [ + "Ġear", + "ly" + ], + [ + "or", + "th" + ], + [ + "u", + "le" + ], + [ + "te", + "xt" + ], + [ + "f", + "rom" + ], + [ + "Ġh", + "ig" + ], + [ + "Ġc", + "reat" + ], + [ + "l", + "ing" + ], + [ + "Ġspec", + "ific" + ], + [ + "ard", + "s" + ], + [ + "Ġ1", + "5" + ], + [ + "Ġapp", + "lic" + ], + [ + "Ġrem", + "ain" + ], + [ + "Ġpartic", + "ular" + ], + [ + "Ġf", + "ore" + ], + [ + "l", + "ished" + ], + [ + "Ġa", + "ffect" + ], + [ + "Ġin", + "put" + ], + [ + "t", + "il" + ], + [ + "ĠâĢ", + "Ķ" + ], + [ + "Ġg", + "en" + ], + [ + "ol", + "ution" + ], + [ + "Ġse", + "cond" + ], + [ + "Ġc", + "ase" + ], + [ + "ĠW", + "hen" + ], + [ + "1", + "2" + ], + [ + "un", + "d" + ], + [ + "Ġav", + "ailable" + ], + [ + "Ġan", + "im" + ], + [ + "Ġfam", + "ily" + ], + [ + "Ġm", + "il" + ], + [ + "est", + "s" + ], + [ + "Ġwor", + "d" + ], + [ + "o", + "x" + ], + [ + "Ġl", + "aw" + ], + [ + "Ġpre", + "vent" + ], + [ + "an", + "e" + ], + [ + "Ġst", + "ruct" + ], + [ + "Ġb", + "i" + ], + [ + "iss", + "ion" + ], + [ + "t", + "ime" + ], + [ + "Ġtreat", + "ment" + ], + [ + "du", + "ct" + ], + [ + "N", + "one" + ], + [ + "Ġ", + "ur" + ], + [ + "Ġar", + "ray" + ], + [ + "ot", + "s" + ], + [ + "Ġb", + "us" + ], + [ + "ent", + "ion" + ], + [ + "ĠP", + "l" + ], + [ + "iqu", + "e" + ], + [ + "Ġli", + "k" + ], + [ + "m", + "s" + ], + [ + "Ġt", + "imes" + ], + [ + "og", + "raph" + ], + [ + "end", + "ed" + ], + [ + "Ġres", + "p" + ], + [ + "Ġcon", + "d" + ], + [ + "Ġgovern", + "ment" + ], + [ + "Ġs", + "ing" + ], + [ + "an", + "n" + ], + [ + "Ġha", + "pp" + ], + [ + "p", + "or" + ], + [ + "Ġimp", + "act" + ], + [ + "app", + "end" + ], + [ + "Ġl", + "o" + ], + [ + "Ġpro", + "m" + ], + [ + "il", + "ar" + ], + [ + "pl", + "oy" + ], + [ + "Ġresult", + "s" + ], + [ + "id", + "ence" + ], + [ + "end", + "ing" + ], + [ + "ri", + "pt" + ], + [ + "Ġab", + "le" + ], + [ + "Ġare", + "as" + ], + [ + "Ġsever", + "al" + ], + [ + "Ġfe", + "el" + ], + [ + "Ġa", + "ge" + ], + [ + "ic", + "ation" + ], + [ + "Ġre", + "ce" + ], + [ + "m", + "it" + ], + [ + "E", + "R" + ], + [ + "Ġnum", + "bers" + ], + [ + "pe", + "cial" + ], + [ + "oc", + "us" + ], + [ + "ver", + "se" + ], + [ + "Ġl", + "arg" + ], + [ + "Ġen", + "s" + ], + [ + "Ġm", + "ajor" + ], + [ + "id", + "es" + ], + [ + "iv", + "ing" + ], + [ + "ĠS", + "p" + ], + [ + "Ġp", + "ost" + ], + [ + "Ġs", + "ince" + ], + [ + "Ġper", + "cent" + ], + [ + "Ġother", + "s" + ], + [ + "Ġpl", + "ant" + ], + [ + "Ġsignific", + "ant" + ], + [ + "Ġ", + "Z" + ], + [ + "ra", + "w" + ], + [ + "Ġ1", + "2" + ], + [ + "g", + "s" + ], + [ + "Ġam", + "ong" + ], + [ + "Ġs", + "ay" + ], + [ + "Ġc", + "ertain" + ], + [ + "ib", + "r" + ], + [ + "W", + "e" + ], + [ + "Ġsu", + "ccess" + ], + [ + "rib", + "ut" + ], + [ + "Ġs", + "ize" + ], + [ + "S", + "t" + ], + [ + "Ġval", + "ues" + ], + [ + "Ġf", + "ac" + ], + [ + "Ġre", + "st" + ], + [ + "at", + "ures" + ], + [ + "Ġth", + "ings" + ], + [ + ":", + "`" + ], + [ + "Ġn", + "atural" + ], + [ + "Ġpot", + "ential" + ], + [ + "Ġcomp", + "ut" + ], + [ + "ap", + "s" + ], + [ + "n", + "g" + ], + [ + "Ġt", + "urn" + ], + [ + "ĠUn", + "ited" + ], + [ + "ĠC", + "an" + ], + [ + "ĠCh", + "rist" + ], + [ + "er", + "c" + ], + [ + "Ġ", + "/" + ], + [ + "H", + "ow" + ], + [ + "ĠR", + "eturn" + ], + [ + "it", + "her" + ], + [ + "e", + "k" + ], + [ + "Ġex", + "cept" + ], + [ + "Ġp", + "red" + ], + [ + "ĠT", + "rue" + ], + [ + "Ġam", + "ount" + ], + [ + "in", + "a" + ], + [ + "Ġloc", + "al" + ], + [ + "Ġcom", + "b" + ], + [ + "Ġspec", + "ies" + ], + [ + "ac", + "y" + ], + [ + "Ġcount", + "ry" + ], + [ + "Ġinter", + "n" + ], + [ + "Ġs", + "ent" + ], + [ + "Ġass", + "oci" + ], + [ + "Ġne", + "ar" + ], + [ + "Ġlevel", + "s" + ], + [ + "m", + "a" + ], + [ + "Ġm", + "aking" + ], + [ + "f", + "ace" + ], + [ + "at", + "ch" + ], + [ + "Ġb", + "ro" + ], + [ + "orm", + "al" + ], + [ + "Ġmon", + "th" + ], + [ + "on", + "es" + ], + [ + "Ġra", + "ise" + ], + [ + "\"", + "." + ], + [ + "Ġf", + "low" + ], + [ + "Ġd", + "r" + ], + [ + "ur", + "ther" + ], + [ + "ut", + "ure" + ], + [ + "or", + "ld" + ], + [ + "Ġcom", + "e" + ], + [ + "Ġex", + "ist" + ], + [ + "Ġrec", + "ord" + ], + [ + "Ġp", + "ress" + ], + [ + "Ġdet", + "erm" + ], + [ + "e", + "red" + ], + [ + "Ġv", + "iew" + ], + [ + "o", + "le" + ], + [ + "ĠL", + "e" + ], + [ + "Ġsc", + "ient" + ], + [ + "Ġres", + "ponse" + ], + [ + "Ġchar", + "acter" + ], + [ + "Ġbeh", + "av" + ], + [ + "i", + "k" + ], + [ + "s", + "el" + ], + [ + "ar", + "ray" + ], + [ + "Ġf", + "our" + ], + [ + "ĠP", + "ar" + ], + [ + "Ġsp", + "ace" + ], + [ + "Ġche", + "ck" + ], + [ + "Ġ", + ">" + ], + [ + "Ġra", + "d" + ], + [ + "ab", + "les" + ], + [ + "\"", + ":" + ], + [ + "Ġpa", + "rent" + ], + [ + "th", + "ough" + ], + [ + "ver", + "t" + ], + [ + "Ġne", + "xt" + ], + [ + "age", + "ment" + ], + [ + "Ġd", + "ue" + ], + [ + "am", + "ples" + ], + [ + "Ġind", + "ust" + ], + [ + "Ġh", + "ard" + ], + [ + "u", + "pp" + ], + [ + "un", + "e" + ], + [ + "Ġlangu", + "age" + ], + [ + "Ġadd", + "ress" + ], + [ + "Ġd", + "ri" + ], + [ + ",", + "\"" + ], + [ + "Ġsystem", + "s" + ], + [ + "I", + "f" + ], + [ + "o", + "k" + ], + [ + "Ġp", + "ut" + ], + [ + "as", + "ter" + ], + [ + "ect", + "ed" + ], + [ + "Ġf", + "ree" + ], + [ + "Ġv", + "ir" + ], + [ + "Ġproblem", + "s" + ], + [ + "Ġcons", + "um" + ], + [ + "at", + "ors" + ], + [ + "ab", + "ly" + ], + [ + "r", + "ation" + ], + [ + "t", + "al" + ], + [ + "ure", + "d" + ], + [ + "ore", + "d" + ], + [ + "Ġ", + "X" + ], + [ + "Ġvar", + "i" + ], + [ + "Ġs", + "w" + ], + [ + "y", + "d" + ], + [ + "Ġs", + "ays" + ], + [ + "Ġvar", + "ious" + ], + [ + "Ġn", + "et" + ], + [ + "oo", + "ks" + ], + [ + "Ġf", + "ield" + ], + [ + "led", + "ge" + ], + [ + "ort", + "un" + ], + [ + "form", + "at" + ], + [ + "Ġus", + "er" + ], + [ + "Ġob", + "s" + ], + [ + "Ġc", + "ir" + ], + [ + "Ġf", + "ocus" + ], + [ + "Ġne", + "cess" + ], + [ + "Ġt", + "ri" + ], + [ + "os", + "p" + ], + [ + "Ġ+", + "=" + ], + [ + "Ġst", + "ep" + ], + [ + "ĠSt", + "ates" + ], + [ + "Ġspec", + "ial" + ], + [ + "ob", + "al" + ], + [ + "Ġrep", + "resent" + ], + [ + "Ġsh", + "ort" + ], + [ + "Ġd", + "at" + ], + [ + "uro", + "pe" + ], + [ + "Ġ", + "@" + ], + [ + "Ġhe", + "art" + ], + [ + "Ġcon", + "c" + ], + [ + "Ġ1", + "7" + ], + [ + "Ġre", + "le" + ], + [ + "C", + "reate" + ], + [ + "Ġun", + "til" + ], + [ + "Ġal", + "ways" + ], + [ + "d", + "ing" + ], + [ + "Ġt", + "re" + ], + [ + "Ġev", + "ent" + ], + [ + "ight", + "s" + ], + [ + "Ġneed", + "s" + ], + [ + "R", + "e" + ], + [ + "eth", + "ing" + ], + [ + "s", + "w" + ], + [ + "=", + "'" + ], + [ + "Ġtem", + "per" + ], + [ + "ĠA", + "t" + ], + [ + "ac", + "es" + ], + [ + "O", + "N" + ], + [ + "Ġexper", + "ience" + ], + [ + "ess", + "age" + ], + [ + "Ġb", + "ir" + ], + [ + "as", + "ing" + ], + [ + "Ġle", + "ft" + ], + [ + "==", + "==" + ], + [ + "ol", + "s" + ], + [ + "ver", + "age" + ], + [ + "Ġc", + "rit" + ], + [ + "ĠT", + "e" + ], + [ + "re", + "g" + ], + [ + "Ġe", + "ver" + ], + [ + "1", + "1" + ], + [ + "re", + "am" + ], + [ + "Ġrequ", + "ire" + ], + [ + "Ġcond", + "itions" + ], + [ + "oh", + "n" + ], + [ + "ĠF", + "r" + ], + [ + "Ġcell", + "s" + ], + [ + "pt", + "oms" + ], + [ + "en", + "c" + ], + [ + "Ġst", + "at" + ], + [ + "il", + "ities" + ], + [ + "l", + "ab" + ], + [ + "v", + "ious" + ], + [ + "Ġd", + "ig" + ], + [ + "ĠW", + "hat" + ], + [ + "Ġd", + "ays" + ], + [ + "le", + "ction" + ], + [ + "Ġal", + "ong" + ], + [ + "Ġimpro", + "ve" + ], + [ + "A", + "s" + ], + [ + "y", + "m" + ], + [ + "Ġin", + "it" + ], + [ + "fe", + "rence" + ], + [ + "Ġacc", + "ount" + ], + [ + "id", + "d" + ], + [ + "Ġm", + "ar" + ], + [ + "Ġro", + "le" + ], + [ + "pl", + "it" + ], + [ + "Ġdef", + "ault" + ], + [ + "ri", + "e" + ], + [ + "Ġlik", + "ely" + ], + [ + "Ġlit", + "tle" + ], + [ + "Ġtyp", + "es" + ], + [ + "Ġtechn", + "ology" + ], + [ + "Ġl", + "ater" + ], + [ + "Ġinv", + "est" + ], + [ + "ĠO", + "r" + ], + [ + "ific", + "ation" + ], + [ + "is", + "es" + ], + [ + "em", + "ber" + ], + [ + "Ġf", + "uture" + ], + [ + "5", + "0" + ], + [ + "ys", + "is" + ], + [ + "Ġde", + "m" + ], + [ + "f", + "er" + ], + [ + "Ġincre", + "ase" + ], + [ + "Ġb", + "ook" + ], + [ + "Ġmult", + "i" + ], + [ + "st", + "it" + ], + [ + "ak", + "en" + ], + [ + "Ġchang", + "es" + ], + [ + "pecial", + "ly" + ], + [ + "in", + "ter" + ], + [ + "Ġsu", + "gg" + ], + [ + "ic", + "ro" + ], + [ + "pl", + "ace" + ], + [ + "g", + "en" + ], + [ + "Ġs", + "ource" + ], + [ + "Ġprof", + "ess" + ], + [ + "Ġwor", + "ks" + ], + [ + "op", + "h" + ], + [ + "ple", + "ment" + ], + [ + "pl", + "ic" + ], + [ + "read", + "y" + ], + [ + "ĠA", + "f" + ], + [ + "ou", + "ps" + ], + [ + "W", + "h" + ], + [ + "our", + "s" + ], + [ + "Ġaut", + "hor" + ], + [ + "Ġsub", + "ject" + ], + [ + "ĠE", + "urope" + ], + [ + "Ġo", + "ption" + ], + [ + "Ġs", + "ens" + ], + [ + "ru", + "ction" + ], + [ + "lo", + "ad" + ], + [ + "1", + "8" + ], + [ + "ĠC", + "ent" + ], + [ + "o", + "ot" + ], + [ + "c", + "hes" + ], + [ + "or", + "ing" + ], + [ + "Ġresp", + "ons" + ], + [ + "ret", + "urn" + ], + [ + "Ġfl", + "o" + ], + [ + "Ġsim", + "ilar" + ], + [ + "Ġ1", + "6" + ], + [ + "Ġus", + "ually" + ], + [ + "de", + "p" + ], + [ + "Ġcommun", + "ity" + ], + [ + "Ġeduc", + "ation" + ], + [ + "Ġe", + "y" + ], + [ + "er", + "al" + ], + [ + "Ġsom", + "ething" + ], + [ + "Ġm", + "ov" + ], + [ + "l", + "en" + ], + [ + "i", + "res" + ], + [ + "Ġpol", + "it" + ], + [ + "Ġwhe", + "ther" + ], + [ + "Ġc", + "y" + ], + [ + "us", + "h" + ], + [ + "ĠI", + "m" + ], + [ + "re", + "ct" + ], + [ + "Ġf", + "ull" + ], + [ + "Ġac", + "ross" + ], + [ + "ĠS", + "o" + ], + [ + "st", + "ance" + ], + [ + "ra", + "g" + ], + [ + "Ġsing", + "le" + ], + [ + "f", + "act" + ], + [ + "Ġbus", + "iness" + ], + [ + "Ġl", + "ower" + ], + [ + "re", + "l" + ], + [ + "Ġdiff", + "icult" + ], + [ + "Ġcle", + "ar" + ], + [ + "Ġab", + "ove" + ], + [ + "d", + "ate" + ], + [ + "um", + "ents" + ], + [ + "et", + "ic" + ], + [ + "ĠU", + "S" + ], + [ + "Ġde", + "ath" + ], + [ + "vers", + "ion" + ], + [ + "ĠC", + "ol" + ], + [ + "Ġd", + "oc" + ], + [ + "val", + "ue" + ], + [ + "us", + "e" + ], + [ + "Ġp", + "ast" + ], + [ + "Ġle", + "t" + ], + [ + "and", + "s" + ], + [ + "ĠM", + "ed" + ], + [ + "Ġd", + "am" + ], + [ + "A", + "T" + ], + [ + "Ġw", + "ar" + ], + [ + "im", + "um" + ], + [ + "Ġhig", + "her" + ], + [ + "Ġbe", + "gin" + ], + [ + "ĠA", + "ll" + ], + [ + "in", + "f" + ], + [ + "le", + "t" + ], + [ + "m", + "y" + ], + [ + "ist", + "ic" + ], + [ + "I", + "N" + ], + [ + "sel", + "ves" + ], + [ + "Ġg", + "ive" + ], + [ + "Ġw", + "ind" + ], + [ + "The", + "re" + ], + [ + "w", + "are" + ], + [ + "Ġs", + "ide" + ], + [ + "ĠN", + "ational" + ], + [ + "ĠReturn", + "s" + ], + [ + "Ġ", + "ill" + ], + [ + "Ġto", + "tal" + ], + [ + "Ġb", + "rain" + ], + [ + "l", + "er" + ], + [ + "Ġto", + "day" + ], + [ + "Ġch", + "all" + ], + [ + "Ġto", + "get" + ], + [ + "Ġwork", + "ing" + ], + [ + "Ġstr", + "ong" + ], + [ + "Ġtoget", + "her" + ], + [ + "ound", + "s" + ], + [ + "Ġdesc", + "rib" + ], + [ + "l", + "am" + ], + [ + "Ġle", + "ast" + ], + [ + "Ġal", + "ready" + ], + [ + "S", + "T" + ], + [ + "Ġs", + "ort" + ], + [ + "m", + "ost" + ], + [ + "e", + "le" + ], + [ + "it", + "es" + ], + [ + "av", + "es" + ], + [ + "amet", + "ers" + ], + [ + "arg", + "et" + ], + [ + "r", + "ing" + ], + [ + "Ġ", + "$" + ], + [ + "Ġest", + "ab" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠĠ" + ], + [ + "it", + "ing" + ], + [ + "Ġwh", + "y" + ], + [ + "Ġcour", + "se" + ], + [ + "Ġm", + "ot" + ], + [ + "Ġf", + "ar" + ], + [ + "c", + "he" + ], + [ + "os", + "ed" + ], + [ + "il", + "t" + ], + [ + "Ġde", + "g" + ], + [ + "Ġte", + "ac" + ], + [ + "O", + "R" + ], + [ + "s", + "p" + ], + [ + "Ġdisc", + "uss" + ], + [ + "ar", + "ing" + ], + [ + "Ġsym", + "ptoms" + ], + [ + "om", + "m" + ], + [ + "ch", + "ie" + ], + [ + "ct", + "or" + ], + [ + "s", + "ide" + ], + [ + "al", + "es" + ], + [ + "Ġout", + "put" + ], + [ + "Ġes", + "pecially" + ], + [ + "ĠB", + "y" + ], + [ + "Ġp", + "ort" + ], + [ + "Ġcons", + "ider" + ], + [ + "i", + "pp" + ], + [ + "Ġeffect", + "s" + ], + [ + "k", + "en" + ], + [ + "Ġw", + "ays" + ], + [ + "F", + "or" + ], + [ + "Ġinf", + "lu" + ], + [ + "Ġqu", + "ality" + ], + [ + "Ġpl", + "ants" + ], + [ + "Ġpr", + "im" + ], + [ + "ĠF", + "alse" + ], + [ + "at", + "ory" + ], + [ + "Ġex", + "pect" + ], + [ + "Ġphys", + "ical" + ], + [ + "3", + "0" + ], + [ + "Ġh", + "tt" + ], + [ + "Ġcont", + "ent" + ], + [ + "o", + "ice" + ], + [ + "Ġcan", + "cer" + ], + [ + "Ġprot", + "ect" + ], + [ + "in", + "ary" + ], + [ + "Ġsu", + "re" + ], + [ + "Ġas", + "k" + ], + [ + "or", + "der" + ], + [ + "op", + "y" + ], + [ + "ĠW", + "orld" + ], + [ + "Ġrel", + "ations" + ], + [ + "Ġmill", + "ion" + ], + [ + "Ġcent", + "ury" + ], + [ + "ro", + "du" + ], + [ + "ro", + "ll" + ], + [ + "Ġpop", + "ulation" + ], + [ + "ed", + "s" + ], + [ + "Ġab", + "s" + ], + [ + "Ġel", + "if" + ], + [ + "ib", + "ility" + ], + [ + "Ġcount", + "ries" + ], + [ + "Ġl", + "ength" + ], + [ + "Ġc", + "ases" + ], + [ + "Ġaw", + "ay" + ], + [ + "Ġf", + "requ" + ], + [ + "g", + "ress" + ], + [ + "Ġind", + "ic" + ], + [ + "ac", + "c" + ], + [ + "Ġen", + "ough" + ], + [ + "ffic", + "ient" + ], + [ + "ĠAf", + "ric" + ], + [ + "Ġknow", + "ledge" + ], + [ + "res", + "h" + ], + [ + "al", + "f" + ], + [ + "Ġbre", + "ak" + ], + [ + "m", + "ed" + ], + [ + "ail", + "s" + ], + [ + "se", + "qu" + ], + [ + "Ġyou", + "ng" + ], + [ + "e", + "e" + ], + [ + "Ġre", + "ason" + ], + [ + "is", + "ing" + ], + [ + "Ġd", + "est" + ], + [ + "d", + "ict" + ], + [ + "Ġl", + "oss" + ], + [ + "Ġres", + "ources" + ], + [ + "Ġm", + "ind" + ], + [ + "Ġe", + "ither" + ], + [ + "Ġhow", + "ever" + ], + [ + "Ġpat", + "ients" + ], + [ + "u", + "ation" + ], + [ + "Ġne", + "g" + ], + [ + "yth", + "ing" + ], + [ + "Ġk", + "ind" + ], + [ + "Ġ3", + "0" + ], + [ + "a", + "f" + ], + [ + "Ġ[", + "]" + ], + [ + "Ġredu", + "ce" + ], + [ + "ur", + "l" + ], + [ + "c", + "ol" + ], + [ + "Ġm", + "akes" + ], + [ + "re", + "en" + ], + [ + "Ġacc", + "ording" + ], + [ + "Ġgener", + "al" + ], + [ + "n", + "s" + ], + [ + "iv", + "ity" + ], + [ + "Ġne", + "ver" + ], + [ + "ri", + "x" + ], + [ + "om", + "es" + ], + [ + "o", + "in" + ], + [ + "he", + "ad" + ], + [ + "Ġha", + "ving" + ], + [ + "om", + "et" + ], + [ + "Ġrese", + "arc" + ], + [ + "ot", + "t" + ], + [ + "Ġess", + "ential" + ], + [ + "ust", + "om" + ], + [ + "op", + "t" + ], + [ + "Ġr", + "andom" + ], + [ + "Ġl", + "ay" + ], + [ + "s", + "er" + ], + [ + "ĠB", + "rit" + ], + [ + "le", + "ep" + ], + [ + "Ġn", + "ut" + ], + [ + "ĠW", + "ith" + ], + [ + "Ġh", + "ouse" + ], + [ + "Ġrequ", + "ired" + ], + [ + "Ġproduct", + "s" + ], + [ + "ĠB", + "l" + ], + [ + "ach", + "ing" + ], + [ + "ĠS", + "ome" + ], + [ + "Ġrec", + "ogn" + ], + [ + "Ġar", + "r" + ], + [ + "Ġconc", + "ern" + ], + [ + "Ġem", + "ploy" + ], + [ + "Ġr", + "ate" + ], + [ + "Ġd", + "one" + ], + [ + "C", + "h" + ], + [ + "Ġgr", + "oups" + ], + [ + "b", + "on" + ], + [ + "1", + "6" + ], + [ + "Ġf", + "urther" + ], + [ + "it", + "ud" + ], + [ + "Ġpol", + "ic" + ], + [ + "Ġim", + "age" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ" + ], + [ + "Ġa", + "chie" + ], + [ + "Ġche", + "m" + ], + [ + "ne", + "w" + ], + [ + "Ġactiv", + "ity" + ], + [ + "Ġgrow", + "th" + ], + [ + "n", + "d" + ], + [ + "is", + "on" + ], + [ + "one", + "y" + ], + [ + "ĠE", + "ar" + ], + [ + "Ġc", + "ity" + ], + [ + "I", + "D" + ], + [ + "ĠC", + "al" + ], + [ + "u", + "ed" + ], + [ + "Ġpro", + "b" + ], + [ + "ag", + "ing" + ], + [ + "p", + "re" + ], + [ + "Ġstud", + "ies" + ], + [ + "1", + "5" + ], + [ + "Ġcre", + "ated" + ], + [ + "Ġmed", + "ical" + ], + [ + "ĠCom", + "m" + ], + [ + "Ġcon", + "dition" + ], + [ + "T", + "o" + ], + [ + "Ġcal", + "cul" + ], + [ + "Ġprodu", + "ction" + ], + [ + "Ġactiv", + "ities" + ], + [ + "a", + "im" + ], + [ + "Ġd", + "iet" + ], + [ + "Ġcol", + "or" + ], + [ + "iz", + "ing" + ], + [ + "Ġsk", + "ills" + ], + [ + "ir", + "d" + ], + [ + "ear", + "ch" + ], + [ + "our", + "n" + ], + [ + "(", + "[" + ], + [ + "Ġquest", + "ion" + ], + [ + "or", + "g" + ], + [ + "Ġmain", + "tain" + ], + [ + "Ġunderstand", + "ing" + ], + [ + "il", + "s" + ], + [ + "om", + "an" + ], + [ + "con", + "t" + ], + [ + "Ġwe", + "ight" + ], + [ + "Ġcol", + "lect" + ], + [ + "ĠT", + "r" + ], + [ + "Ġgo", + "ing" + ], + [ + "Ġt", + "akes" + ], + [ + "Ġiss", + "ues" + ], + [ + "ren", + "ces" + ], + [ + "et", + "y" + ], + [ + "Ġassoci", + "ated" + ], + [ + "Ġtra", + "dition" + ], + [ + "E", + "x" + ], + [ + "ip", + "s" + ], + [ + "her", + "n" + ], + [ + "Ġe", + "ff" + ], + [ + "Ġto", + "ward" + ], + [ + "i", + "ver" + ], + [ + "W", + "hen" + ], + [ + "o", + "pe" + ], + [ + "Ġbel", + "ow" + ], + [ + "ic", + "ial" + ], + [ + "b", + "ack" + ], + [ + "Ġm", + "ass" + ], + [ + "Ġele", + "ments" + ], + [ + "li", + "ke" + ], + [ + "Ġf", + "all" + ], + [ + "Ġse", + "en" + ], + [ + "Ġn", + "ature" + ], + [ + "Ġj", + "ob" + ], + [ + "pl", + "ay" + ], + [ + "W", + "rite" + ], + [ + "ĠO", + "ne" + ], + [ + "Ġre", + "d" + ], + [ + "im", + "ent" + ], + [ + "sy", + "ch" + ], + [ + "Ġte", + "am" + ], + [ + "ain", + "s" + ], + [ + "Ġrec", + "omm" + ], + [ + "ĠV", + "al" + ], + [ + "Ġ", + "ut" + ], + [ + "Ġrequ", + "est" + ], + [ + "Ġp", + "ay" + ], + [ + "ĠP", + "r" + ], + [ + "1", + "4" + ], + [ + "N", + "A" + ], + [ + "ect", + "ions" + ], + [ + "Ġpa", + "per" + ], + [ + "Ġcomple", + "x" + ], + [ + "C", + "on" + ], + [ + "Ġbec", + "ame" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "Ġ" + ], + [ + "iel", + "ds" + ], + [ + "b", + "l" + ], + [ + "i", + "ol" + ], + [ + "act", + "ion" + ], + [ + "m", + "l" + ], + [ + "Ġd", + "om" + ], + [ + "T", + "rue" + ], + [ + "f", + "il" + ], + [ + "Ġgl", + "obal" + ], + [ + "Ġsc", + "ience" + ], + [ + "Ġl", + "ot" + ], + [ + "Ġa", + "ction" + ], + [ + "au", + "gh" + ], + [ + "E", + "S" + ], + [ + "Ġinst", + "ance" + ], + [ + "ĠA", + "ss" + ], + [ + "m", + "ax" + ], + [ + "Ġqu", + "ick" + ], + [ + "Ġpat", + "tern" + ], + [ + "Ġele", + "ment" + ], + [ + "Ġcan", + "not" + ], + [ + "Ġl", + "ink" + ], + [ + "A", + "R" + ], + [ + "ĠEng", + "lish" + ], + [ + "Ġa", + "x" + ], + [ + "le", + "y" + ], + [ + "Ġ", + "--------" + ], + [ + "Ġb", + "ig" + ], + [ + "ĠJ", + "ohn" + ], + [ + "en", + "n" + ], + [ + "Ġcon", + "cept" + ], + [ + "Ġprovid", + "ed" + ], + [ + "Ġpos", + "ition" + ], + [ + "am", + "in" + ], + [ + "e", + "re" + ], + [ + "Ġst", + "ress" + ], + [ + "Ġs", + "ite" + ], + [ + "Ġart", + "icle" + ], + [ + "p", + "oint" + ], + [ + "it", + "le" + ], + [ + "Ġr", + "ather" + ], + [ + "ĠĠ", + "Ċ" + ], + [ + "Ġsim", + "ple" + ], + [ + "Ġnecess", + "ary" + ], + [ + "r", + "am" + ], + [ + "ar", + "i" + ], + [ + "Ġ1", + "4" + ], + [ + "ĠHe", + "alth" + ], + [ + "Ġfact", + "ors" + ], + [ + "at", + "t" + ], + [ + "Ġobs", + "erv" + ], + [ + "a", + "e" + ], + [ + "y", + "le" + ], + [ + "Ġeng", + "ine" + ], + [ + "Ġf", + "ail" + ], + [ + "o", + "ver" + ], + [ + "2", + "00" + ], + [ + "Ġfl", + "u" + ], + [ + "Ġeff", + "ort" + ], + [ + "Ġpress", + "ure" + ], + [ + "Ġcl", + "imate" + ], + [ + "Ġpartic", + "ip" + ], + [ + "d", + "om" + ], + [ + "Ġwho", + "le" + ], + [ + "Ġc", + "ut" + ], + [ + "ub", + "lic" + ], + [ + "Ġeffect", + "ive" + ], + [ + "ĠG", + "erm" + ], + [ + "'", + "'" + ], + [ + "ut", + "ions" + ], + [ + "w", + "ay" + ], + [ + "os", + "is" + ], + [ + "Ġmark", + "et" + ], + [ + "Ġm", + "ach" + ], + [ + "cl", + "us" + ], + [ + "Ġf", + "ri" + ], + [ + "Ġon", + "ce" + ], + [ + "Ġserv", + "ices" + ], + [ + "Ġl", + "a" + ], + [ + "Ġens", + "ure" + ], + [ + "Ġl", + "ive" + ], + [ + "ur", + "ch" + ], + [ + "w", + "args" + ], + [ + "Ġneed", + "ed" + ], + [ + "ĠG", + "o" + ], + [ + "Ġthem", + "selves" + ], + [ + "at", + "ter" + ], + [ + "Ġav", + "oid" + ], + [ + "P", + "ro" + ], + [ + "Ġ1", + "00" + ], + [ + "Ġstr", + "ateg" + ], + [ + "ac", + "ed" + ], + [ + "Ġmethod", + "s" + ], + [ + "Ġindividual", + "s" + ], + [ + "Ġst", + "ates" + ], + [ + "Ġdevelop", + "ed" + ], + [ + "Ġmaterial", + "s" + ], + [ + "Ġbuild", + "ing" + ], + [ + "y", + "stem" + ], + [ + "Ġs", + "al" + ], + [ + "t", + "est" + ], + [ + "ell", + "ing" + ], + [ + "ĠW", + "ar" + ], + [ + "um", + "p" + ], + [ + "Ġst", + "ory" + ], + [ + "w", + "h" + ], + [ + "dep", + "end" + ], + [ + "ĠN", + "e" + ], + [ + "ow", + "s" + ], + [ + "em", + "pt" + ], + [ + "ul", + "es" + ], + [ + "iv", + "il" + ], + [ + "ne", + "y" + ], + [ + "ĠTh", + "at" + ], + [ + "Ġre", + "ally" + ], + [ + "Ġup", + "on" + ], + [ + "Ġn", + "ormal" + ], + [ + "Ġg", + "e" + ], + [ + "Ġsur", + "face" + ], + [ + "Ġprovid", + "es" + ], + [ + "ra", + "d" + ], + [ + "ide", + "red" + ], + [ + "Ġopp", + "ortun" + ], + [ + "Ġserv", + "ice" + ], + [ + "Ġex", + "erc" + ], + [ + "Ġman", + "agement" + ], + [ + "Ġim", + "plement" + ], + [ + "Ġmem", + "bers" + ], + [ + "i", + "ation" + ], + [ + "b", + "o" + ], + [ + "Ġex", + "c" + ], + [ + "1", + "7" + ], + [ + "(", + "):" + ], + [ + "s", + "ize" + ], + [ + "Ġsk", + "in" + ], + [ + "Ġse", + "par" + ], + [ + "Ġph", + "ot" + ], + [ + "Ġst", + "op" + ], + [ + "ly", + "ing" + ], + [ + "Ġt", + "aken" + ], + [ + "ove", + "red" + ], + [ + "Ġanal", + "ysis" + ], + [ + "Ġpart", + "s" + ], + [ + "Ġtra", + "ining" + ], + [ + "Ġexper", + "i" + ], + [ + "ar", + "ies" + ], + [ + "Ġcir", + "c" + ], + [ + "Ġhealth", + "y" + ], + [ + "Ġquest", + "ions" + ], + [ + "ĠS", + "he" + ], + [ + "=", + "\"" + ], + [ + "Ġass", + "ess" + ], + [ + "Ġar", + "ch" + ], + [ + "Ġc", + "at" + ], + [ + "Ġrel", + "ated" + ], + [ + "Ġsu", + "per" + ], + [ + "Ġmeas", + "ure" + ], + [ + "st", + "art" + ], + [ + "p", + "ri" + ], + [ + "Ġcons", + "idered" + ], + [ + "ist", + "ance" + ], + [ + "Ġt", + "able" + ], + [ + "Ġcle", + "an" + ], + [ + "Ġs", + "un" + ], + [ + "Ġwrit", + "ing" + ], + [ + "Ġsa", + "f" + ], + [ + "Ġpri", + "v" + ], + [ + "Ġpract", + "ice" + ], + [ + "ĠM", + "an" + ], + [ + "en", + "ing" + ], + [ + "Ġ", + "--" + ], + [ + "re", + "m" + ], + [ + "ct", + "ions" + ], + [ + "ra", + "p" + ], + [ + "Ġin", + "dex" + ], + [ + "Ġgr", + "ound" + ], + [ + "Ġp", + "age" + ], + [ + "Ġf", + "arm" + ], + [ + "Ġse", + "qu" + ], + [ + "Ġt", + "arget" + ], + [ + "A", + "S" + ], + [ + "Ġl", + "iving" + ], + [ + "Ġme", + "et" + ], + [ + "l", + "og" + ], + [ + "Ġd", + "ru" + ], + [ + "Ġrelations", + "hip" + ], + [ + "Ġ19", + "8" + ], + [ + "Ġcontin", + "ue" + ], + [ + "ill", + "ed" + ], + [ + "ac", + "ks" + ], + [ + "A", + "l" + ], + [ + "g", + "es" + ], + [ + "Ġincre", + "ased" + ], + [ + "ren", + "g" + ], + [ + "Ġn", + "ational" + ], + [ + "Ġcol", + "um" + ], + [ + "1", + "3" + ], + [ + "t", + "ic" + ], + [ + "an", + "ced" + ], + [ + "Ġse", + "arch" + ], + [ + "Ġab", + "ility" + ], + [ + "Ġcomm", + "and" + ], + [ + "Ġappro", + "ach" + ], + [ + "un", + "c" + ], + [ + "ra", + "ft" + ], + [ + "Ġso", + "ft" + ], + [ + "Ġits", + "elf" + ], + [ + "d", + "d" + ], + [ + "Ġhist", + "or" + ], + [ + "ig", + "ure" + ], + [ + "Ġre", + "v" + ], + [ + "ĠA", + "m" + ], + [ + "oo", + "se" + ], + [ + "Ġwh", + "ite" + ], + [ + "m", + "ing" + ], + [ + "ra", + "py" + ], + [ + "Ġresearc", + "hers" + ], + [ + "Ġf", + "ive" + ], + [ + "\"", + "]" + ], + [ + "Ġro", + "w" + ], + [ + "Ġent", + "ire" + ], + [ + "Ġperson", + "al" + ], + [ + "Ġsu", + "ff" + ], + [ + "Ġan", + "n" + ], + [ + "Ġcom", + "es" + ], + [ + "Ġf", + "at" + ], + [ + "ĠA", + "b" + ], + [ + "Ġv", + "ol" + ], + [ + "m", + "ber" + ], + [ + "ur", + "s" + ], + [ + "Ġmod", + "ern" + ], + [ + "o", + "res" + ], + [ + "ĠW", + "est" + ], + [ + "g", + "o" + ], + [ + "Ġan", + "sw" + ], + [ + "Ġcomp", + "on" + ], + [ + "ĠS", + "outh" + ], + [ + "ĠM", + "ay" + ], + [ + "Ġsugg", + "est" + ], + [ + "z", + "e" + ], + [ + "Ġc", + "ame" + ], + [ + "ĠD", + "o" + ], + [ + "rib", + "ute" + ], + [ + "Y", + "ou" + ], + [ + "Ġh", + "ol" + ], + [ + "2", + "5" + ], + [ + "Ġpr", + "in" + ], + [ + "g", + "or" + ], + [ + "Ġex", + "pos" + ], + [ + "Ġtr", + "ue" + ], + [ + "Ġpolit", + "ical" + ], + [ + "ĠĠĠĠ", + "ĠĠ" + ], + [ + "ri", + "ption" + ], + [ + "Ġev", + "idence" + ], + [ + "w", + "ise" + ], + [ + "s", + "ub" + ], + [ + "ĠIn", + "tern" + ], + [ + "Ġstud", + "ent" + ], + [ + "p", + "ly" + ], + [ + ".", + ")" + ], + [ + "od", + "es" + ], + [ + "r", + "s" + ], + [ + "pe", + "c" + ], + [ + "ri", + "ed" + ], + [ + "ch", + "an" + ], + [ + "ĠC", + "ont" + ], + [ + "b", + "ased" + ], + [ + "Ġun", + "ique" + ], + [ + "Ġ", + "\\" + ], + [ + "Ġ2", + "5" + ], + [ + "en", + "ed" + ], + [ + "Ġform", + "at" + ], + [ + "ourn", + "al" + ], + [ + "it", + "er" + ], + [ + "ag", + "ed" + ], + [ + "Ġd", + "og" + ], + [ + "Ġtemper", + "ature" + ], + [ + "ol", + "ic" + ], + [ + "ĠAmeric", + "a" + ], + [ + "Ġfam", + "il" + ], + [ + "Ġmed", + "ic" + ], + [ + "Ġeconom", + "ic" + ], + [ + "Ġa", + "verage" + ], + [ + "h", + "ib" + ], + [ + "Ġreg", + "ion" + ], + [ + "Ġ", + "ver" + ], + [ + "Ġ1", + "3" + ], + [ + "Ġ*", + "*" + ], + [ + "Ġbenef", + "its" + ], + [ + "Ġnet", + "work" + ], + [ + "Ġorig", + "inal" + ], + [ + "ĠG", + "e" + ], + [ + "cur", + "ity" + ], + [ + "Ġint", + "rodu" + ], + [ + "a", + "i" + ], + [ + "et", + "er" + ], + [ + "g", + "ing" + ], + [ + "Ġt", + "er" + ], + [ + "Ġf", + "ish" + ], + [ + "Ġpro", + "te" + ], + [ + "Ġm", + "icro" + ], + [ + "im", + "al" + ], + [ + "ut", + "es" + ], + [ + "Ġreg", + "ular" + ], + [ + "row", + "n" + ], + [ + "Ġt", + "ree" + ], + [ + "Ġact", + "ually" + ], + [ + "Ġ", + "ri" + ], + [ + "a", + "ff" + ], + [ + "ed", + "i" + ], + [ + "iv", + "al" + ], + [ + "ĠH", + "is" + ], + [ + "gor", + "ith" + ], + [ + "Ġp", + "ack" + ], + [ + "ĠC", + "ar" + ], + [ + "Ġb", + "ase" + ], + [ + "Ġrel", + "ig" + ], + [ + "U", + "n" + ], + [ + "e", + "y" + ], + [ + "ĠD", + "r" + ], + [ + "Ġincre", + "asing" + ], + [ + "Ġwe", + "ek" + ], + [ + "O", + "n" + ], + [ + "le", + "x" + ], + [ + "Ġread", + "ing" + ], + [ + "mod", + "el" + ], + [ + "Ġde", + "cl" + ], + [ + "Ġanim", + "als" + ], + [ + "Ġthough", + "t" + ], + [ + "un", + "g" + ], + [ + "a", + "rent" + ], + [ + "in", + "stance" + ], + [ + "Ġparent", + "s" + ], + [ + "es", + "c" + ], + [ + "Ġ1", + "1" + ], + [ + "h", + "ing" + ], + [ + "ess", + "ion" + ], + [ + "e", + "b" + ], + [ + "Ġfe", + "ed" + ], + [ + "Ġf", + "ire" + ], + [ + "Ġad", + "ult" + ], + [ + "Ġpre", + "vious" + ], + [ + "]", + "." + ], + [ + "Ġh", + "ost" + ], + [ + "Ġpoint", + "s" + ], + [ + "o", + "ff" + ], + [ + "ĠG", + "r" + ], + [ + "Ġstruct", + "ure" + ], + [ + "Ġw", + "on" + ], + [ + "ĠN", + "orth" + ], + [ + "Ġc", + "ustom" + ], + [ + "Ġchall", + "eng" + ], + [ + "Ġpop", + "ular" + ], + [ + "s", + "um" + ], + [ + "Ġsu", + "st" + ], + [ + "Ġident", + "ify" + ], + [ + "ĠSt", + "ud" + ], + [ + "Ġpub", + "lished" + ], + [ + "ĠS", + "oc" + ], + [ + "Ġm", + "or" + ], + [ + "iction", + "ary" + ], + [ + "Ġde", + "b" + ], + [ + "ens", + "ive" + ], + [ + "Ġm", + "essage" + ], + [ + "Ġide", + "a" + ], + [ + "y", + "l" + ], + [ + "Ġres", + "pect" + ], + [ + "p", + "id" + ], + [ + "Ġpos", + "itive" + ], + [ + "Ġhelp", + "s" + ], + [ + "Ġs", + "leep" + ], + [ + "Ġwe", + "bs" + ], + [ + "i", + "us" + ], + [ + "Ġbl", + "ack" + ], + [ + "min", + "ist" + ], + [ + "Ġ", + "..." + ], + [ + "Ġw", + "rite" + ], + [ + "Ġb", + "al" + ], + [ + "ĠA", + "ct" + ], + [ + "o", + "ber" + ], + [ + "it", + "or" + ], + [ + "in", + "dex" + ], + [ + "Ġso", + "il" + ], + [ + "Ġh", + "alf" + ], + [ + "Ġrem", + "ov" + ], + [ + "Ġmulti", + "ple" + ], + [ + "in", + "it" + ], + [ + "ful", + "ly" + ], + [ + "end", + "er" + ], + [ + "ĠY", + "ork" + ], + [ + "ast", + "ic" + ], + [ + "u", + "el" + ], + [ + "es", + "e" + ], + [ + "er", + "ve" + ], + [ + "Ġ", + "__" + ], + [ + "Ġstand", + "ard" + ], + [ + "Ġt", + "aking" + ], + [ + "ĠA", + "ust" + ], + [ + "Ġon", + "line" + ], + [ + "Ġev", + "ents" + ], + [ + "Ġex", + "am" + ], + [ + "Ġ5", + "0" + ], + [ + "o", + "on" + ], + [ + "t", + "ies" + ], + [ + "Ġse", + "lect" + ], + [ + "Ġs", + "ix" + ], + [ + "ĠE", + "m" + ], + [ + "ĠF", + "l" + ], + [ + "ibr", + "ary" + ], + [ + "ist", + "ics" + ], + [ + "Ġenvironment", + "al" + ], + [ + "Ġac", + "cept" + ], + [ + "Ġright", + "s" + ], + [ + "ĠD", + "ep" + ], + [ + "Ġcl", + "os" + ], + [ + "Ġthrough", + "out" + ], + [ + "cept", + "ion" + ], + [ + "it", + "ary" + ], + [ + "##", + "##" + ], + [ + "ĠM", + "ar" + ], + [ + "an", + "cial" + ], + [ + "Ġet", + "c" + ], + [ + "R", + "E" + ], + [ + "Ġprodu", + "ce" + ], + [ + "Ġmonth", + "s" + ], + [ + "ve", + "re" + ], + [ + "Ġsust", + "ain" + ], + [ + "Ġm", + "oney" + ], + [ + "Ġ", + ")" + ], + [ + "em", + "ic" + ], + [ + "Ġus", + "es" + ], + [ + "ĠG", + "u" + ], + [ + "al", + "ing" + ], + [ + "Ġindust", + "ry" + ], + [ + "p", + "ose" + ], + [ + "ĠC", + "he" + ], + [ + "Ġ{", + "}" + ], + [ + "Ġb", + "ar" + ], + [ + "Ġd", + "ict" + ], + [ + "Ġgre", + "ater" + ], + [ + "Ġcomp", + "any" + ], + [ + "Ġs", + "ense" + ], + [ + "Ġs", + "qu" + ], + [ + "Ġbehav", + "ior" + ], + [ + "idd", + "le" + ], + [ + "Ġlong", + "er" + ], + [ + "Ġsoc", + "iety" + ], + [ + "Ġd", + "iv" + ], + [ + "u", + "ff" + ], + [ + "t", + "es" + ], + [ + "Ġst", + "reng" + ], + [ + "Ġlit", + "er" + ], + [ + "Ġan", + "c" + ], + [ + "ens", + "ion" + ], + [ + "Ġpred", + "ict" + ], + [ + "res", + "ult" + ], + [ + "ĠSt", + "ate" + ], + [ + "Ġwe", + "b" + ], + [ + "Ġappe", + "ar" + ], + [ + "Ġreg", + "ard" + ], + [ + "er", + "ous" + ], + [ + "Ġit", + "em" + ], + [ + "art", + "ment" + ], + [ + "am", + "ed" + ], + [ + "Ġw", + "id" + ], + [ + "Ġcont", + "act" + ], + [ + "h", + "ol" + ], + [ + "t", + "ers" + ], + [ + "Ġcor", + "rect" + ], + [ + "Ġbu", + "ilt" + ], + [ + "g", + "ed" + ], + [ + "Ġy", + "et" + ], + [ + "Ġev", + "al" + ], + [ + "Ġdi", + "agn" + ], + [ + "rib", + "ution" + ], + [ + "Ġterm", + "s" + ], + [ + "Ġs", + "at" + ], + [ + "Ġgre", + "en" + ], + [ + "ap", + "an" + ], + [ + "Ġg", + "as" + ], + [ + "Ġhe", + "at" + ], + [ + "if", + "t" + ], + [ + "Ġcomput", + "er" + ], + [ + "le", + "ase" + ], + [ + "Ġcon", + "duct" + ], + [ + "ac", + "hed" + ], + [ + "ab", + "it" + ], + [ + "âĢ", + "¦" + ], + [ + "Ġ19", + "7" + ], + [ + "ĠC", + "o" + ], + [ + "Ġh", + "arm" + ], + [ + "Ġal", + "most" + ], + [ + "Ġb", + "acter" + ], + [ + "h", + "ood" + ], + [ + "Ġdesign", + "ed" + ], + [ + "ĠWh", + "ile" + ], + [ + "p", + "art" + ], + [ + "at", + "ives" + ], + [ + "Ġem", + "ot" + ], + [ + "B", + "ut" + ], + [ + "'", + "." + ], + [ + "c", + "ount" + ], + [ + "Ġbl", + "ock" + ], + [ + "ul", + "ations" + ], + [ + "re", + "ed" + ], + [ + "Ġsh", + "ape" + ], + [ + "cc", + "ording" + ], + [ + "ail", + "y" + ], + [ + "Ġrec", + "ent" + ], + [ + "Ġsa", + "fe" + ], + [ + "Ġpre", + "c" + ], + [ + "Ġinclud", + "es" + ], + [ + "Ġtoo", + "k" + ], + [ + "Ġflo", + "at" + ], + [ + "b", + "ed" + ], + [ + "ut", + "h" + ], + [ + "Ġdam", + "age" + ], + [ + "as", + "c" + ], + [ + "Ġhe", + "av" + ], + [ + "Ġcaus", + "es" + ], + [ + "Ġfe", + "atures" + ], + [ + "Ġde", + "ep" + ], + [ + "D", + "e" + ], + [ + "Ġorig", + "in" + ], + [ + "Ġre", + "view" + ], + [ + "f", + "ig" + ], + [ + "Ġacc", + "ur" + ], + [ + "ĠEar", + "th" + ], + [ + "Ġt", + "ell" + ], + [ + "r", + "ight" + ], + [ + "en", + "ame" + ], + [ + "Ġin", + "j" + ], + [ + "ou", + "d" + ], + [ + "itud", + "e" + ], + [ + "Ġeas", + "y" + ], + [ + "F", + "alse" + ], + [ + "er", + "o" + ], + [ + "Ġinte", + "gr" + ], + [ + "Ġsur", + "v" + ], + [ + "Ġmean", + "ing" + ], + [ + "Ġl", + "ives" + ], + [ + "olum", + "e" + ], + [ + "Ġdoc", + "ument" + ], + [ + "Ġv", + "ide" + ], + [ + "Ġp", + "ie" + ], + [ + "u", + "fact" + ], + [ + "it", + "ation" + ], + [ + "Ġem", + "erg" + ], + [ + "Ġcl", + "aim" + ], + [ + "Ġth", + "ing" + ], + [ + "Ġsp", + "read" + ], + [ + "Ġsy", + "n" + ], + [ + "ĠH", + "ist" + ], + [ + "Ġact", + "ive" + ], + [ + "Ġs", + "ources" + ], + [ + "ĠD", + "is" + ], + [ + "an", + "c" + ], + [ + "Ġmat", + "ter" + ], + [ + "Ġbe", + "gan" + ], + [ + "Ġbr", + "ing" + ], + [ + "A", + "N" + ], + [ + "Ġm", + "ental" + ], + [ + "Ġallow", + "s" + ], + [ + "h", + "tt" + ], + [ + "rough", + "t" + ], + [ + "Ġcontain", + "s" + ], + [ + "6", + "0" + ], + [ + "Ġh", + "ours" + ], + [ + "Ġwrit", + "ten" + ], + [ + "av", + "ing" + ], + [ + "Ġchem", + "ical" + ], + [ + "Ġal", + "gorith" + ], + [ + "ron", + "ic" + ], + [ + "Ġgener", + "ate" + ], + [ + "Ġfor", + "ce" + ], + [ + "Ġinit", + "ial" + ], + [ + "in", + "ks" + ], + [ + "Ġcaus", + "ed" + ], + [ + "Ġser", + "ies" + ], + [ + "l", + "s" + ], + [ + "ĠN", + "o" + ], + [ + "ĠCan", + "ad" + ], + [ + "Ġro", + "ot" + ], + [ + "Ġo", + "il" + ], + [ + "E", + "N" + ], + [ + "t", + "a" + ], + [ + "[", + "\"" + ], + [ + "Ġ19", + "4" + ], + [ + "Ġprogram", + "s" + ], + [ + "Ġcar", + "bon" + ], + [ + "l", + "ight" + ], + [ + "Ġs", + "low" + ], + [ + "Ġenc", + "ou" + ], + [ + "Ġcomple", + "te" + ], + [ + "l", + "im" + ], + [ + "b", + "an" + ], + [ + "ab", + "et" + ], + [ + "op", + "s" + ], + [ + "word", + "s" + ], + [ + "c", + "ome" + ], + [ + "Ġsaf", + "ety" + ], + [ + "Ġbas", + "ic" + ], + [ + "Ã", + "©" + ], + [ + "Ġperform", + "ance" + ], + [ + "ar", + "ily" + ], + [ + "Ġoption", + "al" + ], + [ + "Ġshow", + "s" + ], + [ + "ww", + "w" + ], + [ + "Ġn", + "ames" + ], + [ + "Ġsom", + "et" + ], + [ + "Ġvar", + "iety" + ], + [ + "ĠP", + "e" + ], + [ + "Ġf", + "ru" + ], + [ + "ĠA", + "fter" + ], + [ + "Ġinst", + "ead" + ], + [ + "Ġoff", + "er" + ], + [ + "Ġme", + "chan" + ], + [ + "ch", + "ing" + ], + [ + "ĠP", + "er" + ], + [ + "Ġto", + "ols" + ], + [ + "Ġe", + "at" + ], + [ + "Ġsim", + "ply" + ], + [ + "im", + "ately" + ], + [ + "Ġ--------", + "--" + ], + [ + "ist", + "er" + ], + [ + "Ġloc", + "ation" + ], + [ + "ac", + "hes" + ], + [ + "Ġdoes", + "n" + ], + [ + "ĠBrit", + "ish" + ], + [ + "Ġsh", + "own" + ], + [ + "ĠJ", + "apan" + ], + [ + "ve", + "y" + ], + [ + "Ġth", + "reat" + ], + [ + "oun", + "ter" + ], + [ + "Ġiss", + "ue" + ], + [ + "i", + "ency" + ], + [ + "Ġparticular", + "ly" + ], + [ + "Ġf", + "ace" + ], + [ + "Ġcl", + "ose" + ], + [ + "he", + "l" + ], + [ + "Ġd", + "raw" + ], + [ + "ĠN", + "ot" + ], + [ + "Ġext", + "ra" + ], + [ + "r", + "ast" + ], + [ + "Ġh", + "old" + ], + [ + "R", + "es" + ], + [ + "Ġcont", + "ext" + ], + [ + "m", + "b" + ], + [ + "l", + "ied" + ], + [ + "Ġexpl", + "ain" + ], + [ + "gr", + "icult" + ], + [ + "Ġobject", + "s" + ], + [ + "Ġv", + "iol" + ], + [ + "Ġbelie", + "ve" + ], + [ + "Ġex", + "ec" + ], + [ + "Ġear", + "th" + ], + [ + "Ġ", + "version" + ], + [ + "is", + "ions" + ], + [ + "ĠQ", + "u" + ], + [ + "Ġcomp", + "an" + ], + [ + "Ġ", + "id" + ], + [ + "m", + "et" + ], + [ + "ĠJ", + "ew" + ], + [ + "Ġp", + "sych" + ], + [ + "Ġelect", + "ric" + ], + [ + "Ġfood", + "s" + ], + [ + "n", + "ers" + ], + [ + "iss", + "ions" + ], + [ + "s", + "plit" + ], + [ + "Ġd", + "ate" + ], + [ + "c", + "ks" + ], + [ + "ers", + "on" + ], + [ + "Ġst", + "e" + ], + [ + "Ġl", + "ed" + ], + [ + "Ġcons", + "ist" + ], + [ + "ĠA", + "pp" + ], + [ + "Ġt", + "alk" + ], + [ + "er", + "ation" + ], + [ + "3", + "2" + ], + [ + "un", + "ction" + ], + [ + "Ġpro", + "gress" + ], + [ + "Ġse", + "curity" + ], + [ + "Ġappro", + "pri" + ], + [ + "Ġadd", + "ed" + ], + [ + "A", + "C" + ], + [ + "ic", + "les" + ], + [ + "Ġdeterm", + "ine" + ], + [ + "Ġrem", + "ove" + ], + [ + "ĠK", + "ing" + ], + [ + "ĠC", + "ount" + ], + [ + "iv", + "en" + ], + [ + "w", + "here" + ], + [ + "Ġsh", + "are" + ], + [ + "Ġsomet", + "imes" + ], + [ + "Ġ", + "!" + ], + [ + "Ġl", + "ove" + ], + [ + "ul", + "ate" + ], + [ + "r", + "ate" + ], + [ + "Ġcrit", + "ical" + ], + [ + "st", + "er" + ], + [ + "Ġf", + "em" + ], + [ + "I", + "S" + ], + [ + "----", + "--" + ], + [ + "u", + "ck" + ], + [ + "d", + "o" + ], + [ + "er", + "ate" + ], + [ + "Ġinvol", + "ved" + ], + [ + "Ġschool", + "s" + ], + [ + "g", + "n" + ], + [ + "Ġf", + "it" + ], + [ + "Ġn", + "ode" + ], + [ + "Ġl", + "ines" + ], + [ + "ĠRes", + "earch" + ], + [ + "c", + "ode" + ], + [ + "Ġc", + "ru" + ], + [ + "Ġtradition", + "al" + ], + [ + "i", + "ke" + ], + [ + "Ġatt", + "empt" + ], + [ + "ir", + "it" + ], + [ + "Ġval", + "id" + ], + [ + "ri", + "al" + ], + [ + "Ġapplic", + "ation" + ], + [ + "du", + "c" + ], + [ + "Ġde", + "mon" + ], + [ + "Ġform", + "s" + ], + [ + "ĠS", + "chool" + ], + [ + "Ġmove", + "ment" + ], + [ + "Ġd", + "im" + ], + [ + "ĠG", + "ener" + ], + [ + "]", + "[" + ], + [ + "an", + "a" + ], + [ + "P", + "I" + ], + [ + "Ġe", + "c" + ], + [ + "ĠY", + "our" + ], + [ + "or", + "ation" + ], + [ + "Ġl", + "if" + ], + [ + "erv", + "ation" + ], + [ + "Ġdiffe", + "rence" + ], + [ + "Ġh", + "or" + ], + [ + "Ġfin", + "ancial" + ], + [ + "ag", + "s" + ], + [ + "A", + "L" + ], + [ + "ĠM", + "e" + ], + [ + "Ġopt", + "ions" + ], + [ + "Ġcult", + "ure" + ], + [ + "iqu", + "es" + ], + [ + "ry", + "pt" + ], + [ + "E", + "D" + ], + [ + "Ġis", + "instance" + ], + [ + "ad", + "es" + ], + [ + "Ġinter", + "act" + ], + [ + "iz", + "es" + ], + [ + "land", + "s" + ], + [ + "*", + "*" + ], + [ + "Ġr", + "out" + ], + [ + "Ġs", + "n" + ], + [ + "Ġwas", + "te" + ], + [ + "uc", + "le" + ], + [ + "Ġout", + "side" + ], + [ + "ed", + "eral" + ], + [ + "Ġb", + "ill" + ], + [ + "C", + "om" + ], + [ + "Ġvis", + "it" + ], + [ + "Ġpre", + "p" + ], + [ + "Ġ", + "ir" + ], + [ + "a", + "it" + ], + [ + "cl", + "es" + ], + [ + "ie", + "f" + ], + [ + "Ġf", + "ast" + ], + [ + "Ġaddition", + "al" + ], + [ + "Ġanal", + "y" + ], + [ + "in", + "put" + ], + [ + "Ġer", + "ror" + ], + [ + "Ġcomp", + "et" + ], + [ + "Ġpri", + "or" + ], + [ + "Ġman", + "ufact" + ], + [ + "2", + "2" + ], + [ + "ĠU", + "s" + ], + [ + "Ġinst", + "all" + ], + [ + "Ġref", + "er" + ], + [ + "ro", + "om" + ], + [ + "ren", + "ch" + ], + [ + "Ġg", + "ain" + ], + [ + "Ġw", + "ild" + ], + [ + "cre", + "t" + ], + [ + "Ġinclud", + "ed" + ], + [ + "ĠInd", + "ia" + ], + [ + "Ġa", + "ff" + ], + [ + "Ġdo", + "ing" + ], + [ + "g", + "ar" + ], + [ + "Ġo", + "x" + ], + [ + "ter", + "m" + ], + [ + "Ġatt", + "ention" + ], + [ + "j", + "oin" + ], + [ + "le", + "ge" + ], + [ + "Ġin", + "depend" + ], + [ + "Ġse", + "x" + ], + [ + "ĠC", + "ons" + ], + [ + "am", + "ent" + ], + [ + "Ġsym", + "b" + ], + [ + "or", + "ks" + ], + [ + "Ġse", + "em" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠĠĠ" + ], + [ + "Ġest", + "im" + ], + [ + "Ġt", + "ax" + ], + [ + "Ġst", + "ri" + ], + [ + "st", + "ate" + ], + [ + "Ġal", + "tern" + ], + [ + "Ġexp", + "ress" + ], + [ + "if", + "ul" + ], + [ + "Ġacc", + "om" + ], + [ + "Ġa", + "ud" + ], + [ + "Ġe", + "th" + ], + [ + "Ġsol", + "ution" + ], + [ + "Ġl", + "ack" + ], + [ + "ect", + "or" + ], + [ + "Ġmat", + "rix" + ], + [ + "Ġf", + "ul" + ], + [ + "Ġ", + "Â" + ], + [ + "v", + "ant" + ], + [ + "Ġpat", + "ient" + ], + [ + "Ġm", + "agn" + ], + [ + "Ġdirect", + "ly" + ], + [ + "Ġb", + "it" + ], + [ + "Ġstat", + "us" + ], + [ + "id", + "ge" + ], + [ + "at", + "ively" + ], + [ + "Ġv", + "acc" + ], + [ + "ĠPar", + "ameters" + ], + [ + "inf", + "o" + ], + [ + "Ġmed", + "ia" + ], + [ + "Ġ!", + "=" + ], + [ + "Ġhtt", + "p" + ], + [ + "ĠW", + "ill" + ], + [ + "Ġc", + "apt" + ], + [ + "ĠP", + "res" + ], + [ + "Ġen", + "h" + ], + [ + "Ġscient", + "ists" + ], + [ + "Ġd", + "ou" + ], + [ + "Ġd", + "aily" + ], + [ + "ur", + "ation" + ], + [ + "ĠIn", + "stit" + ], + [ + "Ġspe", + "ed" + ], + [ + "Ġ", + "u" + ], + [ + "Ġ2", + "4" + ], + [ + "Ġpol", + "l" + ], + [ + "b", + "re" + ], + [ + "h", + "t" + ], + [ + "Ġprim", + "ary" + ], + [ + "Ġo", + "s" + ], + [ + "Ġ", + "," + ], + [ + "Ġc", + "amp" + ], + [ + "Ġmem", + "ory" + ], + [ + "Ġlead", + "ing" + ], + [ + "C", + "l" + ], + [ + "Ġgrow", + "ing" + ], + [ + "Ġc", + "ross" + ], + [ + "Ġmus", + "ic" + ], + [ + "Ġtra", + "vel" + ], + [ + "Ġb", + "ooks" + ], + [ + "Ġgener", + "ally" + ], + [ + "Ġachie", + "ve" + ], + [ + "Ġide", + "as" + ], + [ + "Ġcomm", + "it" + ], + [ + "enc", + "ies" + ], + [ + "p", + "ass" + ], + [ + "Ġb", + "ab" + ], + [ + "r", + "ound" + ], + [ + "def", + "ault" + ], + [ + "ol", + "y" + ], + [ + "Ġh", + "yd" + ], + [ + "Ġdemon", + "str" + ], + [ + "Ġreturn", + "s" + ], + [ + "Ġconf", + "ig" + ], + [ + "Ġc", + "ard" + ], + [ + "Ġdevelop", + "ing" + ], + [ + "Ġget", + "ting" + ], + [ + "gr", + "ound" + ], + [ + "Ġthere", + "fore" + ], + [ + "ograph", + "y" + ], + [ + "Ġlook", + "ing" + ], + [ + "Ġpo", + "or" + ], + [ + "ĠP", + "re" + ], + [ + "u", + "ild" + ], + [ + "d", + "f" + ], + [ + "ĠI", + "I" + ], + [ + "vent", + "ion" + ], + [ + "an", + "cy" + ], + [ + "S", + "e" + ], + [ + "Ġw", + "ood" + ], + [ + "ĠĠĠĠ", + "Ċ" + ], + [ + "hen", + "s" + ], + [ + "Ġlo", + "ad" + ], + [ + "Ġan", + "g" + ], + [ + "Ġas", + "pect" + ], + [ + "en", + "ced" + ], + [ + "f", + "ect" + ], + [ + "Ġsc", + "ript" + ], + [ + "Ġfe", + "et" + ], + [ + "Ġprodu", + "ced" + ], + [ + "Ġaut", + "om" + ], + [ + "g", + "y" + ], + [ + "l", + "ict" + ], + [ + "Ġser", + "ious" + ], + [ + "Ġvir", + "us" + ], + [ + "Ġimm", + "edi" + ], + [ + "ĠRe", + "g" + ], + [ + "Ġexerc", + "ise" + ], + [ + "E", + "n" + ], + [ + "Ġins", + "ide" + ], + [ + "now", + "n" + ], + [ + "qu", + "e" + ], + [ + "f", + "ort" + ], + [ + "Ġpolic", + "y" + ], + [ + "ec", + "ause" + ], + [ + "Ġinf", + "ection" + ], + [ + "Ġn", + "ight" + ], + [ + "Ġoff", + "icial" + ], + [ + "Ġk", + "ing" + ], + [ + "Ġeas", + "ily" + ], + [ + "Ġanim", + "al" + ], + [ + "m", + "ar" + ], + [ + "Ġass", + "um" + ], + [ + "Ġs", + "il" + ], + [ + "E", + "T" + ], + [ + "O", + "ne" + ], + [ + "Ġey", + "e" + ], + [ + "Ġ4", + "0" + ], + [ + "Ġwebs", + "ite" + ], + [ + "b", + "it" + ], + [ + "ĠSc", + "ience" + ], + [ + "Ġd", + "ry" + ], + [ + "all", + "s" + ], + [ + "n", + "ov" + ], + [ + "ol", + "l" + ], + [ + "ĠM", + "on" + ], + [ + "al", + "y" + ], + [ + "Ġfr", + "ame" + ], + [ + "l", + "oc" + ], + [ + "Ġve", + "get" + ], + [ + "Ġlead", + "ers" + ], + [ + "Ġgu", + "id" + ], + [ + "am", + "b" + ], + [ + "ĠC", + "O" + ], + [ + "j", + "ust" + ], + [ + "iz", + "er" + ], + [ + "r", + "ame" + ], + [ + "i", + "ot" + ], + [ + "Ġcommun", + "ities" + ], + [ + "Ġreport", + "ed" + ], + [ + "Ġneg", + "ative" + ], + [ + "Ġref", + "lect" + ], + [ + "ĠO", + "ther" + ], + [ + "t", + "ings" + ], + [ + "w", + "ith" + ], + [ + "ce", + "ed" + ], + [ + "Ġqu", + "ant" + ], + [ + "Ġt", + "u" + ], + [ + "()", + ")" + ], + [ + "Ġlarg", + "est" + ], + [ + "B", + "y" + ], + [ + "Ġco", + "ver" + ], + [ + "Ġh", + "y" + ], + [ + "Ġspec", + "ified" + ], + [ + "Ġit", + "ems" + ], + [ + "ĠM", + "in" + ], + [ + "Ġcreat", + "ing" + ], + [ + "c", + "s" + ], + [ + "Ġde", + "cre" + ], + [ + "Ġgra", + "ph" + ], + [ + "Ġansw", + "er" + ], + [ + "Ġquick", + "ly" + ], + [ + "as", + "ons" + ], + [ + "Ġdis", + "play" + ], + [ + "Ġprob", + "ably" + ], + [ + "ĠCh", + "ina" + ], + [ + "ĠM", + "any" + ], + [ + "Ġuse", + "ful" + ], + [ + "Ġw", + "alk" + ], + [ + "ĠHe", + "re" + ], + [ + "G", + "ener" + ], + [ + "Ġprin", + "ci" + ], + [ + "t", + "ra" + ], + [ + "ab", + "ase" + ], + [ + "o", + "es" + ], + [ + "Ġl", + "ate" + ], + [ + "Ġcon", + "cent" + ], + [ + "Ġrequ", + "ires" + ], + [ + "Ġs", + "ection" + ], + [ + "Ġdise", + "ases" + ], + [ + "Ġth", + "us" + ], + [ + "Ġg", + "ame" + ], + [ + "Ġsome", + "one" + ], + [ + "Ġe", + "p" + ], + [ + "igh", + "b" + ], + [ + "Ġnum", + "py" + ], + [ + "Ġw", + "arm" + ], + [ + "Ġa", + "im" + ], + [ + "k", + "wargs" + ], + [ + "con", + "n" + ], + [ + "Ġt", + "end" + ], + [ + "ens", + "ity" + ], + [ + "y", + "ear" + ], + [ + "Ġs", + "ound" + ], + [ + "l", + "ation" + ], + [ + "Ġsoft", + "ware" + ], + [ + "Ġp", + "ict" + ], + [ + "Ġm", + "other" + ], + [ + "Ġfil", + "es" + ], + [ + "Ġdev", + "ice" + ], + [ + "I", + "m" + ], + [ + "Ġatt", + "ack" + ], + [ + "Ġprocess", + "es" + ], + [ + "ar", + "v" + ], + [ + "Ġtre", + "es" + ], + [ + "d", + "ir" + ], + [ + "2", + "4" + ], + [ + "I", + "T" + ], + [ + "Ġmach", + "ine" + ], + [ + "Ġinst", + "it" + ], + [ + "Ġth", + "ird" + ], + [ + "R", + "eturn" + ], + [ + "Ġcompan", + "ies" + ], + [ + "pro", + "cess" + ], + [ + "Ġdist", + "ance" + ], + [ + "ĠA", + "I" + ], + [ + ".", + "__" + ], + [ + "Ġteac", + "hers" + ], + [ + "Ġad", + "minist" + ], + [ + "if", + "f" + ], + [ + "Ġc", + "ivil" + ], + [ + "S", + "o" + ], + [ + "Ġ'", + "''" + ], + [ + "Ġst", + "ay" + ], + [ + "u", + "ge" + ], + [ + "Ġlarg", + "er" + ], + [ + "Ġac", + "id" + ], + [ + "Ġfore", + "st" + ], + [ + "Ġp", + "ython" + ], + [ + "Ġf", + "ib" + ], + [ + "Ġv", + "it" + ], + [ + "iz", + "ations" + ], + [ + "ra", + "ge" + ], + [ + "Ġim", + "ages" + ], + [ + "aut", + "iful" + ], + [ + "2", + "1" + ], + [ + "Ġsequ", + "ence" + ], + [ + "Ġestab", + "lished" + ], + [ + "c", + "hed" + ], + [ + "es", + "ign" + ], + [ + "ra", + "el" + ], + [ + "j", + "oy" + ], + [ + "An", + "d" + ], + [ + "in", + "o" + ], + [ + "ĠSe", + "e" + ], + [ + "Ġf", + "ight" + ], + [ + "ac", + "he" + ], + [ + "Ġfact", + "or" + ], + [ + "Ġem", + "b" + ], + [ + "Ġdev", + "ices" + ], + [ + "6", + "4" + ], + [ + "Ġd", + "ang" + ], + [ + "Ġtechn", + "iques" + ], + [ + "Ġfun", + "d" + ], + [ + "ĠAust", + "ral" + ], + [ + "act", + "ers" + ], + [ + "Ġre", + "ve" + ], + [ + "Ġad", + "apt" + ], + [ + "Ġw", + "ide" + ], + [ + "t", + "rain" + ], + [ + "u", + "ous" + ], + [ + "Ġappropri", + "ate" + ], + [ + "Ġfun", + "ctions" + ], + [ + "Ġc", + "red" + ], + [ + "Ġn", + "ation" + ], + [ + "ild", + "ren" + ], + [ + "Ġk", + "ids" + ], + [ + "Ġarg", + "s" + ], + [ + "Ġstart", + "ed" + ], + [ + "et", + "ime" + ], + [ + "Ġst", + "ore" + ], + [ + "tr", + "ans" + ], + [ + "ir", + "m" + ], + [ + "Ġpract", + "ices" + ], + [ + "Ġconn", + "ect" + ], + [ + "Ġpa", + "ir" + ], + [ + "l", + "ength" + ], + [ + "Ġhum", + "ans" + ], + [ + "I", + "C" + ], + [ + "Ġd", + "ictionary" + ], + [ + "upp", + "er" + ], + [ + "Ġpriv", + "ate" + ], + [ + "Ġf", + "oot" + ], + [ + "Ġcomp", + "ared" + ], + [ + "pl", + "ot" + ], + [ + "Ġex", + "act" + ], + [ + "Ġcomple", + "t" + ], + [ + "------", + "-" + ], + [ + "ix", + "ed" + ], + [ + "Ġcol", + "on" + ], + [ + "Ġto", + "ol" + ], + [ + "Ġintern", + "ational" + ], + [ + "Ġpass", + "ed" + ], + [ + "p", + "an" + ], + [ + "Ġcont", + "ribut" + ], + [ + "[", + ":" + ], + [ + "oc", + "ks" + ], + [ + "Ġd", + "er" + ], + [ + "ist", + "ry" + ], + [ + "Ġob", + "tain" + ], + [ + "d", + "is" + ], + [ + "Ġimport", + "ance" + ], + [ + "ol", + "ar" + ], + [ + "Ġover", + "all" + ], + [ + "ell", + "ig" + ], + [ + "Ġrequ", + "ests" + ], + [ + "Ġdec", + "ision" + ], + [ + "Ġthe", + "ory" + ], + [ + "ĠO", + "ut" + ], + [ + "Ġf", + "ields" + ], + [ + "in", + "ct" + ], + [ + "ĠE", + "d" + ], + [ + "Ġp", + "an" + ], + [ + "pon", + "d" + ], + [ + "p", + "at" + ], + [ + "il", + "os" + ], + [ + "Ġhigh", + "ly" + ], + [ + "Ġlim", + "it" + ], + [ + "it", + "able" + ], + [ + "ĠU", + "se" + ], + [ + "Ġconn", + "ection" + ], + [ + "Ġt", + "ask" + ], + [ + "Ġon", + "es" + ], + [ + "(", + "(" + ], + [ + "ig", + "ation" + ], + [ + "ell", + "ow" + ], + [ + "ĠP", + "art" + ], + [ + "Ġse", + "vere" + ], + [ + "Ġbeh", + "ind" + ], + [ + "Ġtoward", + "s" + ], + [ + "h", + "am" + ], + [ + "Ġt", + "im" + ], + [ + "Ġvide", + "o" + ], + [ + "Ġus", + "ers" + ], + [ + "Ġse", + "a" + ], + [ + "Ġdef", + "in" + ], + [ + "ĠCent", + "er" + ], + [ + "Ġb", + "urn" + ], + [ + "tern", + "al" + ], + [ + "Ġdis", + "co" + ], + [ + "Ġpro", + "ced" + ], + [ + "Ġscient", + "ific" + ], + [ + "Ġg", + "ard" + ], + [ + "Ġbro", + "ad" + ], + [ + "ĠEurope", + "an" + ], + [ + "e", + "ch" + ], + [ + "n", + "p" + ], + [ + "ĠT", + "ra" + ], + [ + "Ġtyp", + "ically" + ], + [ + "Ġdig", + "ital" + ], + [ + "ĠA", + "ug" + ], + [ + "a", + "ren" + ], + [ + "E", + "C" + ], + [ + "ĠS", + "te" + ], + [ + "Ġqu", + "ite" + ], + [ + "Ġtest", + "ing" + ], + [ + "Ġbehav", + "i" + ], + [ + "ĠD", + "ata" + ], + [ + "A", + "r" + ], + [ + "ĠM", + "y" + ], + [ + "ĠF", + "irst" + ], + [ + "Ġbir", + "th" + ], + [ + "in", + "ate" + ], + [ + "amet", + "er" + ], + [ + "Ġb", + "ad" + ], + [ + "Ġt", + "iss" + ], + [ + "Ġfe", + "ature" + ], + [ + "u", + "ary" + ], + [ + "Ġbegin", + "ning" + ], + [ + "ĠB", + "r" + ], + [ + "olog", + "ies" + ], + [ + "i", + "am" + ], + [ + "ĠS", + "m" + ], + [ + "ĠF", + "rench" + ], + [ + "Ġapplic", + "ations" + ], + [ + "Ġalgorith", + "m" + ], + [ + "p", + "ite" + ], + [ + "Ġpro", + "pos" + ], + [ + "Ġcolum", + "n" + ], + [ + "Ġf", + "av" + ], + [ + "ĠVal", + "ue" + ], + [ + "Ġwho", + "se" + ], + [ + "Ġf", + "inal" + ], + [ + "Ġproper", + "ty" + ], + [ + "Ġs", + "on" + ], + [ + "Ġdet", + "ail" + ], + [ + "ĠJ", + "u" + ], + [ + "Ġspe", + "ak" + ], + [ + "r", + "ition" + ], + [ + "Ġinflu", + "ence" + ], + [ + "Ġhe", + "ld" + ], + [ + "Ġear", + "li" + ], + [ + "o", + "ad" + ], + [ + "Ġto", + "wn" + ], + [ + "Ġhand", + "s" + ], + [ + "ĠJ", + "an" + ], + [ + "Ġro", + "ad" + ], + [ + "ism", + "s" + ], + [ + "Ġfamil", + "ies" + ], + [ + "Ġw", + "ent" + ], + [ + "ur", + "ies" + ], + [ + "ĠM", + "ore" + ], + [ + "y", + "ing" + ], + [ + "ĠR", + "uss" + ], + [ + "H", + "e" + ], + [ + "ing", + "ton" + ], + [ + "Ġprot", + "ection" + ], + [ + "Ġtrans", + "port" + ], + [ + "Ġcontain", + "ing" + ], + [ + "Ġm", + "is" + ], + [ + "Ġrece", + "ived" + ], + [ + "c", + "are" + ], + [ + "h", + "a" + ], + [ + "Ġb", + "ur" + ], + [ + "il", + "es" + ], + [ + "Ġmin", + "utes" + ], + [ + "Ġre", + "pl" + ], + [ + "Ġcost", + "s" + ], + [ + "Ġexpect", + "ed" + ], + [ + "ĠM", + "ost" + ], + [ + "yp", + "es" + ], + [ + "Ġc", + "it" + ], + [ + "Ġm", + "om" + ], + [ + "Ġmod", + "els" + ], + [ + "Ġlim", + "ited" + ], + [ + "h", + "aps" + ], + [ + "Ġproper", + "ties" + ], + [ + "Ġfr", + "ont" + ], + [ + "Ġdep", + "end" + ], + [ + "ord", + "ers" + ], + [ + "Ġcap", + "ital" + ], + [ + "Ġprote", + "in" + ], + [ + "Ġprovid", + "ing" + ], + [ + "Ġmil", + "itary" + ], + [ + "Ġvis", + "ual" + ], + [ + "Ġf", + "a" + ], + [ + "i", + "ers" + ], + [ + "m", + "ission" + ], + [ + "on", + "om" + ], + [ + "f", + "it" + ], + [ + "Ġsol", + "ar" + ], + [ + "ĠIs", + "rael" + ], + [ + "ĠE", + "duc" + ], + [ + "Ġtest", + "s" + ], + [ + "Ġsupp", + "ly" + ], + [ + "Ġen", + "joy" + ], + [ + "4", + "0" + ], + [ + "Ġag", + "o" + ], + [ + "Ġc", + "opy" + ], + [ + "ĠC", + "or" + ], + [ + "ĠJ", + "es" + ], + [ + "Ġc", + "ateg" + ], + [ + "e", + "ks" + ], + [ + "Ġc", + "ou" + ], + [ + "Ġchalleng", + "es" + ], + [ + "am", + "a" + ], + [ + "Ġcap", + "ac" + ], + [ + "an", + "ks" + ], + [ + "Ġpur", + "pose" + ], + [ + "ĠA", + "c" + ], + [ + "Ġstep", + "s" + ], + [ + "Ġsee", + "k" + ], + [ + "N", + "ot" + ], + [ + "Ġnew", + "s" + ], + [ + "y", + "ond" + ], + [ + "Ġh", + "abit" + ], + [ + "Ġl", + "at" + ], + [ + "Ġarg", + "ument" + ], + [ + "ĠInd", + "ian" + ], + [ + "2", + "3" + ], + [ + "Ġso", + "on" + ], + [ + "Ġdef", + "ined" + ], + [ + "Ġth", + "ous" + ], + [ + "if", + "ier" + ], + [ + "Ġsit", + "uation" + ], + [ + "Ġstreng", + "th" + ], + [ + "Ġsa", + "ve" + ], + [ + "Ġdo", + "ctor" + ], + [ + "ip", + "ment" + ], + [ + "Ġbacter", + "ia" + ], + [ + "Ġsc", + "he" + ], + [ + "b", + "ook" + ], + [ + "ĠA", + "g" + ], + [ + "8", + "0" + ], + [ + "c", + "al" + ], + [ + "Ġle", + "aves" + ], + [ + "Ġcl", + "in" + ], + [ + "Ġanc", + "ient" + ], + [ + "Ġs", + "us" + ], + [ + "Ġs", + "ample" + ], + [ + "it", + "ect" + ], + [ + "Ġcommun", + "ication" + ], + [ + "ĠAfric", + "a" + ], + [ + "rom", + "e" + ], + [ + "Ġer", + "r" + ], + [ + "Ġ", + "ult" + ], + [ + "Ġst", + "ru" + ], + [ + "Ġrece", + "ive" + ], + [ + "Ġthink", + "ing" + ], + [ + "ex", + "ample" + ], + [ + "le", + "ment" + ], + [ + "il", + "le" + ], + [ + "Ġal", + "though" + ], + [ + "Ġmax", + "imum" + ], + [ + "f", + "l" + ], + [ + "Ġwe", + "ather" + ], + [ + "Ġsc", + "ale" + ], + [ + "ob", + "ject" + ], + [ + "====", + "====" + ], + [ + "ĠDe", + "f" + ], + [ + "Ġro", + "b" + ], + [ + "Ġdem", + "and" + ], + [ + "ce", + "an" + ], + [ + "Ġreturn", + "ed" + ], + [ + "Ġm", + "iss" + ], + [ + "o", + "ke" + ], + [ + "ĠO", + "f" + ], + [ + "pr", + "il" + ], + [ + "h", + "old" + ], + [ + "Ġb", + "ound" + ], + [ + "Ġlab", + "or" + ], + [ + "Ġp", + "y" + ], + [ + "f", + "ield" + ], + [ + "ĠS", + "erv" + ], + [ + "abet", + "es" + ], + [ + "Ġsh", + "all" + ], + [ + "Ġequ", + "al" + ], + [ + "bo", + "ard" + ], + [ + "ĠS", + "ch" + ], + [ + "9", + "9" + ], + [ + "pl", + "ate" + ], + [ + "at", + "tle" + ], + [ + "Ġestab", + "lish" + ], + [ + "Ġess", + "ay" + ], + [ + "und", + "red" + ], + [ + "ĠG", + "l" + ], + [ + "out", + "hern" + ], + [ + "Ġcent", + "ral" + ], + [ + "Ġve", + "h" + ], + [ + "g", + "ment" + ], + [ + "t", + "em" + ], + [ + "Ġwork", + "ers" + ], + [ + "S", + "h" + ], + [ + "id", + "ed" + ], + [ + "b", + "ug" + ], + [ + "Ġthe", + "rapy" + ], + [ + "Ġcult", + "ural" + ], + [ + "Ġin", + "form" + ], + [ + "Ġm", + "id" + ], + [ + "c", + "or" + ], + [ + "ĠInstit", + "ute" + ], + [ + "n", + "ode" + ], + [ + "n", + "a" + ], + [ + "Ġvir", + "t" + ], + [ + "w", + "o" + ], + [ + "Ġcar", + "ry" + ], + [ + "if", + "orn" + ], + [ + "Ġs", + "old" + ], + [ + "Ġn", + "ucle" + ], + [ + "Ġb", + "rought" + ], + [ + "Ġ", + "ign" + ], + [ + "ĠAfric", + "an" + ], + [ + "d", + "at" + ], + [ + "ĠDep", + "artment" + ], + [ + "Ġf", + "ather" + ], + [ + "Ġte", + "aching" + ], + [ + "re", + "es" + ], + [ + "r", + "ict" + ], + [ + "Ġcol", + "lection" + ], + [ + "ĠM", + "us" + ], + [ + "Ġch", + "oose" + ], + [ + "Ġj", + "ud" + ], + [ + "k", + "nown" + ], + [ + "at", + "tr" + ], + [ + "Ġexist", + "ing" + ], + [ + "a", + "ul" + ], + [ + "ĠSe", + "pt" + ], + [ + "at", + "us" + ], + [ + "p", + "ir" + ], + [ + "ĠF", + "rom" + ], + [ + "The", + "se" + ], + [ + "Ġre", + "ach" + ], + [ + "Ġchar", + "acters" + ], + [ + "ele", + "br" + ], + [ + "Ġun", + "it" + ], + [ + "Ġprofess", + "ional" + ], + [ + "ht", + "ml" + ], + [ + "Ġ", + "}" + ], + [ + "Ġcent", + "er" + ], + [ + "Ġcru", + "cial" + ], + [ + "Ġr", + "ates" + ], + [ + "u", + "k" + ], + [ + "Ġeval", + "u" + ], + [ + "or", + "age" + ], + [ + "Ġproject", + "s" + ], + [ + "Ġdeg", + "ree" + ], + [ + "l", + "in" + ], + [ + "Ġe", + "gg" + ], + [ + "Ġpl", + "aces" + ], + [ + "sh", + "ape" + ], + [ + "Ġh", + "ot" + ], + [ + "Ġcont", + "roll" + ], + [ + "Ġpr", + "ice" + ], + [ + "Ġcol", + "d" + ], + [ + "de", + "red" + ], + [ + "Ġremain", + "s" + ], + [ + "Ġm", + "ount" + ], + [ + "Ġgo", + "al" + ], + [ + "'", + "re" + ], + [ + "Ġadv", + "ant" + ], + [ + "Ġbec", + "omes" + ], + [ + "A", + "t" + ], + [ + "ĠD", + "av" + ], + [ + "w", + "ater" + ], + [ + "res", + "ponse" + ], + [ + "Ġ2", + "1" + ], + [ + "he", + "st" + ], + [ + "Ġde", + "ad" + ], + [ + "Ġem", + "ail" + ], + [ + "as", + "ks" + ], + [ + "Ġmeas", + "ures" + ], + [ + "Ġse", + "ason" + ], + [ + "Ġe", + "fficient" + ], + [ + "Ġres", + "ource" + ], + [ + "Ġdr", + "ink" + ], + [ + "os", + "ing" + ], + [ + "ĠH", + "er" + ], + [ + "Ġro", + "om" + ], + [ + "ab", + "ilities" + ], + [ + "ĠAl", + "though" + ], + [ + "id", + "ents" + ], + [ + "b", + "ar" + ], + [ + "Ġl", + "ost" + ], + [ + "Ġeffort", + "s" + ], + [ + "Ġadult", + "s" + ], + [ + "Ġcompon", + "ents" + ], + [ + "Ġconst", + "ruction" + ], + [ + "ĠG", + "ree" + ], + [ + "A", + "M" + ], + [ + "ĠEng", + "land" + ], + [ + "Ġc", + "ool" + ], + [ + "Ġd", + "ark" + ], + [ + "Ġa", + "gricult" + ], + [ + "h", + "and" + ], + [ + "i", + "i" + ], + [ + "ĠR", + "ep" + ], + [ + "Ġg", + "ot" + ], + [ + "Ġsc", + "reen" + ], + [ + "Ġne", + "ighb" + ], + [ + "r", + "im" + ], + [ + "port", + "s" + ], + [ + "__", + "__" + ], + [ + "Ġ[", + "'" + ], + [ + "Ġw", + "est" + ], + [ + "c", + "all" + ], + [ + "Ġw", + "r" + ], + [ + "it", + "is" + ], + [ + "Ġleg", + "al" + ], + [ + "Ġn", + "amed" + ], + [ + "iforn", + "ia" + ], + [ + "st", + "ruct" + ], + [ + "Ġse", + "ems" + ], + [ + "W", + "ith" + ], + [ + "Ġfil", + "ter" + ], + [ + "Ġcurrent", + "ly" + ], + [ + "od", + "ing" + ], + [ + "Ġass", + "ign" + ], + [ + "Ġloc", + "ated" + ], + [ + "Ġtra", + "ck" + ], + [ + "Ġdet", + "ails" + ], + [ + "Ġm", + "ole" + ], + [ + "ĠE", + "l" + ], + [ + "ob", + "j" + ], + [ + "Ġey", + "es" + ], + [ + "od", + "ies" + ], + [ + "Ġwe", + "eks" + ], + [ + "Ġch", + "o" + ], + [ + "ĠO", + "ct" + ], + [ + "Ġc", + "ook" + ], + [ + "Ġmat", + "ch" + ], + [ + "Ġ", + "-------" + ], + [ + "d", + "oc" + ], + [ + "f", + "ind" + ], + [ + "Ġe", + "ffic" + ], + [ + "us", + "ed" + ], + [ + "m", + "ath" + ], + [ + "ra", + "b" + ], + [ + "s", + "u" + ], + [ + ")", + "):" + ], + [ + "Ġnot", + "e" + ], + [ + "Ġyour", + "self" + ], + [ + "Ġrespons", + "ible" + ], + [ + "Ġre", + "act" + ], + [ + "Ġdescrib", + "ed" + ], + [ + "Ġcor", + "res" + ], + [ + "at", + "ur" + ], + [ + "Ġte", + "eth" + ], + [ + "Ġfri", + "ends" + ], + [ + "Ġv", + "ia" + ], + [ + "Wh", + "ile" + ], + [ + "Ġse", + "c" + ], + [ + "Ġb", + "orn" + ], + [ + "Ġb", + "ott" + ], + [ + "Ġever", + "ything" + ], + [ + "se", + "e" + ], + [ + "Ġch", + "oice" + ], + [ + "Ġpre", + "gn" + ], + [ + "Ġappro", + "x" + ], + [ + "Ġsit", + "es" + ], + [ + "Ġr", + "ule" + ], + [ + "Ġconf", + "lict" + ], + [ + "Ġn", + "orm" + ], + [ + "P", + "A" + ], + [ + "Ġinter", + "p" + ], + [ + "Ġ201", + "2" + ], + [ + "Ġcalcul", + "ate" + ], + [ + "Ġbas", + "is" + ], + [ + "Ġbenef", + "it" + ], + [ + "Ġe", + "ating" + ], + [ + "arn", + "ing" + ], + [ + "Ġtrans", + "form" + ], + [ + "D", + "ata" + ], + [ + "um", + "an" + ], + [ + "ĠD", + "ay" + ], + [ + "Ġapp", + "lied" + ], + [ + "Ġra", + "pid" + ], + [ + "ĠTr", + "ans" + ], + [ + "for", + "ce" + ], + [ + "st", + "ant" + ], + [ + "ul", + "ated" + ], + [ + "ĠM", + "arch" + ], + [ + "Ġallow", + "ed" + ], + [ + "r", + "un" + ], + [ + "Ġag", + "ree" + ], + [ + "Ġgiv", + "es" + ], + [ + "ĠJ", + "une" + ], + [ + "c", + "il" + ], + [ + "ĠGerm", + "an" + ], + [ + "ar", + "ian" + ], + [ + "s", + "or" + ], + [ + "s", + "ort" + ], + [ + "est", + "er" + ], + [ + "E", + "L" + ], + [ + "Ġb", + "reat" + ], + [ + "ĠJes", + "us" + ], + [ + "G", + "et" + ], + [ + "Ġim", + "ag" + ], + [ + "it", + "ems" + ], + [ + "ire", + "ction" + ], + [ + "Ġsmall", + "er" + ], + [ + "Ġrecomm", + "end" + ], + [ + "Ġsent", + "ence" + ], + [ + "Ġra", + "re" + ], + [ + "ines", + "e" + ], + [ + "ĠAr", + "t" + ], + [ + "Ġg", + "old" + ], + [ + "âĢ", + "¢" + ], + [ + "ro", + "gen" + ], + [ + "z", + "er" + ], + [ + "Ġm", + "ention" + ], + [ + "se", + "ct" + ], + [ + "um", + "ber" + ], + [ + "ru", + "pt" + ], + [ + "Ġv", + "olume" + ], + [ + "ĠRe", + "ad" + ], + [ + "Ġbe", + "yond" + ], + [ + "ĠR", + "iver" + ], + [ + "Ġconst", + "ant" + ], + [ + "he", + "mat" + ], + [ + "Ġrun", + "ning" + ], + [ + "ĠCom", + "p" + ], + [ + "c", + "an" + ], + [ + "Ġcommun", + "ic" + ], + [ + "Ġequ", + "ipment" + ], + [ + "ĠHist", + "ory" + ], + [ + "p", + "red" + ], + [ + "lab", + "el" + ], + [ + "Ġsp", + "irit" + ], + [ + "Ġst", + "age" + ], + [ + "al", + "ed" + ], + [ + "f", + "s" + ], + [ + "ul", + "a" + ], + [ + "Ġoccur", + "s" + ], + [ + "Ġb", + "ool" + ], + [ + "ĠI", + "S" + ], + [ + "Ġstr", + "ings" + ], + [ + "Ġent", + "er" + ], + [ + "1", + "00" + ], + [ + "Ġin", + "str" + ], + [ + "ĉ", + "ĉ" + ], + [ + "9", + "0" + ], + [ + "Ġm", + "iddle" + ], + [ + "Ġh", + "undred" + ], + [ + "Ġpro", + "p" + ], + [ + "Ġp", + "et" + ], + [ + "Ġh", + "ope" + ], + [ + "ĠAug", + "ust" + ], + [ + "Ġext", + "ract" + ], + [ + "num", + "ber" + ], + [ + "Ġdru", + "g" + ], + [ + "Ġar", + "ri" + ], + [ + "Ġcon", + "sequ" + ], + [ + "Ġsuccess", + "ful" + ], + [ + "Ġt", + "itle" + ], + [ + "con", + "fig" + ], + [ + "âĢĿ", + "." + ], + [ + "Ġ201", + "0" + ], + [ + "Ġan", + "ything" + ], + [ + "Ġelect", + "r" + ], + [ + "Ġc", + "elebr" + ], + [ + "at", + "form" + ], + [ + "Ġmod", + "ule" + ], + [ + "Ġb", + "ra" + ], + [ + "Ġbal", + "ance" + ], + [ + "i", + "ar" + ], + [ + "ĠF", + "in" + ], + [ + "Ġb", + "ul" + ], + [ + "Ġnot", + "hing" + ], + [ + "a", + "res" + ], + [ + "Ġre", + "asons" + ], + [ + "Ġconst", + "ruct" + ], + [ + "Ġex", + "amples" + ], + [ + "ĠL", + "ord" + ], + [ + "ĠPres", + "ident" + ], + [ + "Ġcomp", + "re" + ], + [ + "ĠS", + "w" + ], + [ + "I", + "V" + ], + [ + "Ġr", + "ules" + ], + [ + "R", + "O" + ], + [ + "Ġopt", + "im" + ], + [ + "Ġpattern", + "s" + ], + [ + "Ġre", + "n" + ], + [ + "ĠG", + "et" + ], + [ + "Ġf", + "uel" + ], + [ + "ĠValue", + "Error" + ], + [ + "ĠM", + "od" + ], + [ + "Ġpar", + "ameters" + ], + [ + "ĠCal", + "ifornia" + ], + [ + "it", + "ch" + ], + [ + "ĠAss", + "oci" + ], + [ + "ĠJu", + "ly" + ], + [ + "Ġro", + "t" + ], + [ + "est", + "ic" + ], + [ + "Ġhim", + "self" + ], + [ + "o", + "ch" + ], + [ + "Ġinc", + "or" + ], + [ + "Ġst", + "yle" + ], + [ + "ĠCh", + "urch" + ], + [ + "Ġd", + "ied" + ], + [ + "ĠS", + "im" + ], + [ + "Ġant", + "i" + ], + [ + "le", + "vel" + ], + [ + "ill", + "ing" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠĠĠĠĠĠ" + ], + [ + "ap", + "i" + ], + [ + "ĠAr", + "gs" + ], + [ + "ĠIntern", + "ational" + ], + [ + "Ġopportun", + "ity" + ], + [ + "te", + "red" + ], + [ + "b", + "al" + ], + [ + "f", + "ix" + ], + [ + "t", + "op" + ], + [ + "Ġser", + "ver" + ], + [ + "re", + "me" + ], + [ + "3", + "3" + ], + [ + "ap", + "ter" + ], + [ + "ĠCanad", + "a" + ], + [ + "Ġp", + "ow" + ], + [ + "Ġ6", + "0" + ], + [ + "val", + "ues" + ], + [ + "og", + "le" + ], + [ + "Ġm", + "ap" + ], + [ + "Ġto", + "ld" + ], + [ + "Ġd", + "en" + ], + [ + "ĠAmeric", + "ans" + ], + [ + "om", + "ing" + ], + [ + "c", + "ast" + ], + [ + "Ġv", + "ict" + ], + [ + "ĠAl", + "so" + ], + [ + "Ġarg", + "uments" + ], + [ + "ĠTe", + "chn" + ], + [ + "Ġlet", + "ter" + ], + [ + "o", + "e" + ], + [ + "l", + "ife" + ], + [ + "Ġbo", + "ard" + ], + [ + "Ġst", + "ream" + ], + [ + "Ġco", + "ord" + ], + [ + "Ġm", + "ath" + ], + [ + "as", + "et" + ], + [ + "ĠR", + "ed" + ], + [ + "Ġb", + "ed" + ], + [ + "I", + "ON" + ], + [ + "Ġhtt", + "ps" + ], + [ + "Ġ201", + "3" + ], + [ + "Ġdat", + "abase" + ], + [ + "Ġco", + "ast" + ], + [ + "Ġsign", + "s" + ], + [ + "Ġre", + "place" + ], + [ + "Ġde", + "al" + ], + [ + "Ġre", + "ference" + ], + [ + "Ġst", + "re" + ], + [ + "Ġ", + ".." + ], + [ + "Ġdo", + "ct" + ], + [ + "C", + "O" + ], + [ + "Ġpower", + "ful" + ], + [ + "el", + "t" + ], + [ + "ĠA", + "pril" + ], + [ + "ro", + "te" + ], + [ + "Ġsur", + "round" + ], + [ + "Ġdist", + "ribution" + ], + [ + "j", + "son" + ], + [ + "ĠThe", + "n" + ], + [ + "fe", + "rences" + ], + [ + "Ġnut", + "ri" + ], + [ + "ĠC", + "reate" + ], + [ + "w", + "rite" + ], + [ + "l", + "ib" + ], + [ + "ĠL", + "ear" + ], + [ + "Ġsum", + "mer" + ], + [ + "ĠV", + "ir" + ], + [ + "Ġstand", + "ards" + ], + [ + "ĠM", + "c" + ], + [ + "ĠCh", + "ar" + ], + [ + "st", + "ances" + ], + [ + "Ġaffect", + "ed" + ], + [ + "ĠChrist", + "ian" + ], + [ + "it", + "em" + ], + [ + "Ġper", + "fect" + ], + [ + "Ġtra", + "in" + ], + [ + "augh", + "t" + ], + [ + "Ġr", + "ich" + ], + [ + "Ġnear", + "ly" + ], + [ + "Ġeconom", + "y" + ], + [ + "Ġhistor", + "ical" + ], + [ + "d", + "own" + ], + [ + "Ġoff", + "ers" + ], + [ + "in", + "ated" + ], + [ + "Ġsa", + "w" + ], + [ + "Ġpur", + "ch" + ], + [ + "z", + "z" + ], + [ + "ĠS", + "ystem" + ], + [ + "m", + "ap" + ], + [ + "ĠR", + "et" + ], + [ + "Ġtry", + "ing" + ], + [ + "Ġbo", + "x" + ], + [ + "Ġprom", + "ot" + ], + [ + "Ġin", + "nov" + ], + [ + "Ġexpl", + "ore" + ], + [ + "Ġapp", + "ly" + ], + [ + "ĠF", + "eb" + ], + [ + "ib", + "ly" + ], + [ + "Ġexp", + "and" + ], + [ + "Ġf", + "ear" + ], + [ + "Ġt", + "ur" + ], + [ + "Ġr", + "at" + ], + [ + "Ġf", + "ig" + ], + [ + "Ġal", + "one" + ], + [ + "ĠW", + "ash" + ], + [ + "Ġgu", + "ide" + ], + [ + "R", + "L" + ], + [ + "à", + "¤" + ], + [ + "Ġ{", + "'" + ], + [ + "ag", + "er" + ], + [ + "Ġcommon", + "ly" + ], + [ + "A", + "d" + ], + [ + "Ġfollow", + "ed" + ], + [ + "Ġp", + "ick" + ], + [ + "Ġorgan", + "ization" + ], + [ + "clus", + "ion" + ], + [ + "Ġstrateg", + "ies" + ], + [ + "ic", + "a" + ], + [ + "ĠO", + "ur" + ], + [ + "Ġrecord", + "s" + ], + [ + "Ġsu", + "gar" + ], + [ + "ort", + "hern" + ], + [ + "ĠSept", + "ember" + ], + [ + "Ġ201", + "1" + ], + [ + "Ġold", + "er" + ], + [ + "ann", + "el" + ], + [ + "f", + "ord" + ], + [ + "f", + "unc" + ], + [ + "Ġh", + "yp" + ], + [ + "Ġgra", + "du" + ], + [ + "ed", + "ing" + ], + [ + "on", + "y" + ], + [ + "Ġspe", + "ct" + ], + [ + "Ġevery", + "one" + ], + [ + "Ġre", + "pe" + ], + [ + "Ġask", + "ed" + ], + [ + "ĠB", + "i" + ], + [ + "ĠE", + "ach" + ], + [ + "Ġdet", + "ect" + ], + [ + "mit", + "ted" + ], + [ + "ĠComm", + "un" + ], + [ + "ro", + "y" + ], + [ + "Ġis", + "n" + ], + [ + "Ġp", + "and" + ], + [ + "Ġteac", + "her" + ], + [ + ":", + ":" + ], + [ + "yn", + "am" + ], + [ + "Ġn", + "orth" + ], + [ + "Ġrelig", + "ious" + ], + [ + "Ġw", + "inter" + ], + [ + "Ġut", + "il" + ], + [ + "Ġchang", + "ed" + ], + [ + "Ġs", + "in" + ], + [ + "un", + "k" + ], + [ + "Ġtr", + "ig" + ], + [ + "i", + "ra" + ], + [ + "ur", + "g" + ], + [ + "ĠK", + "e" + ], + [ + "Ġ", + "vers" + ], + [ + "Ġr", + "ise" + ], + [ + "Ġle", + "ave" + ], + [ + "in", + "c" + ], + [ + "ĠAr", + "ch" + ], + [ + "Ġ19", + "6" + ], + [ + "w", + "ide" + ], + [ + "Ġdiffe", + "rences" + ], + [ + "Ġc", + "am" + ], + [ + "Ġm", + "al" + ], + [ + "Ġimm", + "une" + ], + [ + "B", + "e" + ], + [ + "Ġredu", + "ced" + ], + [ + "3", + "4" + ], + [ + "ĠA", + "ccording" + ], + [ + "Ġw", + "oman" + ], + [ + "Ġact", + "ions" + ], + [ + "ough", + "t" + ], + [ + "d", + "a" + ], + [ + "d", + "ers" + ], + [ + "Ġh", + "ous" + ], + [ + "Ġpres", + "ence" + ], + [ + "Ġcomm", + "er" + ], + [ + "ĠC", + "ong" + ], + [ + "Ġcapac", + "ity" + ], + [ + "ĠC", + "ity" + ], + [ + "Ġac", + "qu" + ], + [ + "pp", + "ed" + ], + [ + "ĠCh", + "inese" + ], + [ + "Ġtra", + "de" + ], + [ + "Ġur", + "l" + ], + [ + "P", + "S" + ], + [ + "m", + "ark" + ], + [ + "Ġh", + "on" + ], + [ + "Ġcon", + "ver" + ], + [ + "re", + "c" + ], + [ + "Ġ2", + "6" + ], + [ + "Ġlab", + "el" + ], + [ + "Ġs", + "ac" + ], + [ + "ic", + "o" + ], + [ + "Ġqu", + "ery" + ], + [ + "Ġrec", + "ently" + ], + [ + "7", + "0" + ], + [ + "Ġext", + "rem" + ], + [ + "Ġs", + "amples" + ], + [ + "ed", + "ia" + ], + [ + "Ġexpos", + "ure" + ], + [ + "Ġ2", + "2" + ], + [ + "Ġj", + "oint" + ], + [ + "am", + "pl" + ], + [ + "Ġfor", + "ward" + ], + [ + "Ġbab", + "y" + ], + [ + "Ġrequire", + "ments" + ], + [ + "s", + "pec" + ], + [ + "Ġcomplet", + "ely" + ], + [ + "os", + "es" + ], + [ + "Ġt", + "en" + ], + [ + "Ġful", + "ly" + ], + [ + "g", + "ers" + ], + [ + "Ġg", + "ene" + ], + [ + "ĠL", + "ab" + ], + [ + "Ġs", + "we" + ], + [ + "de", + "bug" + ], + [ + "Ġint", + "ellig" + ], + [ + "ig", + "r" + ], + [ + "E", + "M" + ], + [ + "ĠPro", + "gram" + ], + [ + "S", + "ome" + ], + [ + "ĠP", + "ol" + ], + [ + "Ġpl", + "ot" + ], + [ + "at", + "ers" + ], + [ + "Ġ", + "ice" + ], + [ + "Ġbir", + "ds" + ], + [ + "A", + "D" + ], + [ + "Ġl", + "ibrary" + ], + [ + "Ġaut", + "h" + ], + [ + "Ġsol", + "utions" + ], + [ + "Ġmil", + "es" + ], + [ + "Ġinvol", + "ves" + ], + [ + "m", + "ore" + ], + [ + "oc", + "ol" + ], + [ + "ĠG", + "reat" + ], + [ + "ond", + "on" + ], + [ + "Ġph", + "ilos" + ], + [ + "Ġha", + "ir" + ], + [ + "Ġpl", + "aced" + ], + [ + "Ġmon", + "it" + ], + [ + "Ġhe", + "ight" + ], + [ + "Ġm", + "ode" + ], + [ + "Ġoper", + "ation" + ], + [ + "rel", + "ated" + ], + [ + "Ġax", + "is" + ], + [ + "Ġass", + "ert" + ], + [ + "ĠE", + "ven" + ], + [ + "Ġconst", + "it" + ], + [ + "ing", + "u" + ], + [ + "I", + "s" + ], + [ + "Ġother", + "wise" + ], + [ + "`", + "," + ], + [ + "ĠP", + "ress" + ], + [ + "Ġsignificant", + "ly" + ], + [ + "ic", + "ks" + ], + [ + "a", + "per" + ], + [ + "oc", + "r" + ], + [ + "Ġmem", + "ber" + ], + [ + "m", + "en" + ], + [ + "']", + ")" + ], + [ + "Ġlay", + "er" + ], + [ + "Ġcit", + "iz" + ], + [ + "ast", + "e" + ], + [ + "num", + "bers" + ], + [ + "str", + "ict" + ], + [ + "Ġp", + "al" + ], + [ + "Ġstru", + "gg" + ], + [ + "l", + "ong" + ], + [ + ")", + ";" + ], + [ + "Ġcomp", + "ar" + ], + [ + "Ġ[", + "\"" + ], + [ + "Ġexp", + "ression" + ], + [ + "ĠDe", + "velop" + ], + [ + "Ġm", + "ob" + ], + [ + "Ġ200", + "8" + ], + [ + "ĠCount", + "y" + ], + [ + "Ġh", + "osp" + ], + [ + "Ġbe", + "g" + ], + [ + "e", + "es" + ], + [ + "i", + "ate" + ], + [ + "c", + "raft" + ], + [ + "od", + "ay" + ], + [ + "Ġopportun", + "ities" + ], + [ + "n", + "o" + ], + [ + "Ġgo", + "es" + ], + [ + "ce", + "mber" + ], + [ + "Ġst", + "ra" + ], + [ + "act", + "ive" + ], + [ + "Ġ201", + "5" + ], + [ + "Ġplan", + "ning" + ], + [ + "Ġse", + "ed" + ], + [ + "Ġfa", + "ith" + ], + [ + "en", + "ge" + ], + [ + "gy", + "pt" + ], + [ + "Ġro", + "ck" + ], + [ + "Ġs", + "outh" + ], + [ + ")", + "]" + ], + [ + "Ġ", + "upper" + ], + [ + "Ġcol", + "l" + ], + [ + "Ġoper", + "ations" + ], + [ + "Ġident", + "ified" + ], + [ + "Ġexperi", + "ences" + ], + [ + "requ", + "est" + ], + [ + "Ġinterest", + "ing" + ], + [ + "Ġem", + "issions" + ], + [ + "Ġill", + "ness" + ], + [ + "val", + "id" + ], + [ + "Ġpe", + "ace" + ], + [ + "Ġact", + "ual" + ], + [ + "ĠA", + "ut" + ], + [ + "Ġarch", + "itect" + ], + [ + "Ġdi", + "abetes" + ], + [ + "m", + "osp" + ], + [ + "Ġcol", + "lab" + ], + [ + "I", + "I" + ], + [ + "ove", + "mber" + ], + [ + "tt", + "ers" + ], + [ + "Ġgen", + "etic" + ], + [ + "N", + "ow" + ], + [ + "ĠEduc", + "ation" + ], + [ + "ro", + "s" + ], + [ + "in", + "y" + ], + [ + "Ġc", + "and" + ], + [ + "ph", + "as" + ], + [ + "Ġplan", + "et" + ], + [ + "ke", + "ys" + ], + [ + "op", + "er" + ], + [ + "m", + "p" + ], + [ + "ĠH", + "igh" + ], + [ + "Ġcom", + "ing" + ], + [ + "--------", + "--------" + ], + [ + "m", + "d" + ], + [ + "Ġ", + "ing" + ], + [ + "Ġwor", + "th" + ], + [ + "Gener", + "ate" + ], + [ + "os", + "ition" + ], + [ + "Ġc", + "op" + ], + [ + "Ġan", + "x" + ], + [ + "Ġhig", + "hest" + ], + [ + "y", + "gen" + ], + [ + "Ġredu", + "cing" + ], + [ + "Ġlaw", + "s" + ], + [ + "ĠL", + "et" + ], + [ + "an", + "ch" + ], + [ + "co", + "hol" + ], + [ + "Ġconsum", + "ption" + ], + [ + "el", + "ine" + ], + [ + "un", + "t" + ], + [ + "Ġy", + "ield" + ], + [ + "st", + "ream" + ], + [ + "Ġfor", + "ces" + ], + [ + "Ġform", + "er" + ], + [ + "__", + "(" + ], + [ + "Ġsign", + "al" + ], + [ + "Ġprocess", + "ing" + ], + [ + "re", + "w" + ], + [ + "ĠJ", + "ournal" + ], + [ + "ot", + "al" + ], + [ + "Ġ201", + "4" + ], + [ + "ĠJan", + "uary" + ], + [ + "at", + "in" + ], + [ + "Ġmus", + "cle" + ], + [ + "ĠGo", + "vern" + ], + [ + "a", + "ur" + ], + [ + "Ġmom", + "ent" + ], + [ + "Ġt", + "ou" + ], + [ + "com", + "m" + ], + [ + "Ġac", + "ad" + ], + [ + "ig", + "en" + ], + [ + "Ġsustain", + "able" + ], + [ + "]", + ":" + ], + [ + "ĠOct", + "ober" + ], + [ + "U", + "S" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "ĠĠ" + ], + [ + "Ġ200", + "9" + ], + [ + "Ġill", + "ust" + ], + [ + "Ġgiv", + "ing" + ], + [ + "Ġdec", + "isions" + ], + [ + "Ġconn", + "ected" + ], + [ + "w", + "orks" + ], + [ + "Ġte", + "ach" + ], + [ + "Ġcl", + "ient" + ], + [ + "Ġf", + "ederal" + ], + [ + "air", + "s" + ], + [ + "Ġm", + "er" + ], + [ + "ĠIn", + "ter" + ], + [ + "A", + "ll" + ], + [ + "Ġinvest", + "ig" + ], + [ + "Ġrem", + "ember" + ], + [ + "ĠWash", + "ington" + ], + [ + "Ġset", + "ting" + ], + [ + "Ġdis", + "order" + ], + [ + "ch", + "ange" + ], + [ + "Ġclass", + "es" + ], + [ + "Ġcompre", + "hens" + ], + [ + "3", + "5" + ], + [ + "Ġgo", + "als" + ], + [ + "oun", + "cil" + ], + [ + "ĠA", + "re" + ], + [ + "ĠThe", + "ir" + ], + [ + "Ġbl", + "ue" + ], + [ + "Ġtop", + "ic" + ], + [ + "g", + "ra" + ], + [ + "Ġd", + "irection" + ], + [ + "Ġ2", + "8" + ], + [ + "Ġres", + "pond" + ], + [ + "er", + "a" + ], + [ + "ust", + "er" + ], + [ + "par", + "se" + ], + [ + "Ġfru", + "it" + ], + [ + "st", + "e" + ], + [ + "Ġpass", + "word" + ], + [ + "g", + "l" + ], + [ + "Ġsepar", + "ate" + ], + [ + "to", + "ken" + ], + [ + "Ġsort", + "ed" + ], + [ + "ĠT", + "est" + ], + [ + "Ġsit", + "u" + ], + [ + "ĠE", + "ast" + ], + [ + "Ġvari", + "able" + ], + [ + "r", + "m" + ], + [ + "Ġj", + "son" + ], + [ + "d", + "im" + ], + [ + "Ġwe", + "ak" + ], + [ + "Ġmov", + "ing" + ], + [ + "Ġm", + "ut" + ], + [ + "A", + "P" + ], + [ + "']", + "," + ], + [ + "Ġtrans", + "fer" + ], + [ + "con", + "ds" + ], + [ + "Ġappe", + "ars" + ], + [ + "Ġl", + "ib" + ], + [ + "app", + "ing" + ], + [ + "Ġw", + "rote" + ], + [ + "Ġtr", + "ust" + ], + [ + "er", + "ies" + ], + [ + "ĠP", + "ark" + ], + [ + "Ġe", + "ight" + ], + [ + "reed", + "om" + ], + [ + "Ġreg", + "ions" + ], + [ + "Ġdru", + "gs" + ], + [ + "ro", + "ot" + ], + [ + "row", + "s" + ], + [ + "rie", + "ved" + ], + [ + "Ġearli", + "er" + ], + [ + "er", + "ror" + ], + [ + "Ġp", + "un" + ], + [ + "Ġform", + "ed" + ], + [ + "re", + "f" + ], + [ + "Ġc", + "ities" + ], + [ + "Ġsupport", + "ed" + ], + [ + "ĠL", + "ist" + ], + [ + "m", + "ary" + ], + [ + "ĠU", + "K" + ], + [ + "Ġf", + "ert" + ], + [ + "Ġincre", + "ases" + ], + [ + "O", + "T" + ], + [ + "Ġmajor", + "ity" + ], + [ + "Ġs", + "ch" + ], + [ + "Ġorgan", + "izations" + ], + [ + "Ġqu", + "al" + ], + [ + "Ġcon", + "vert" + ], + [ + "Ġg", + "ave" + ], + [ + "ent", + "y" + ], + [ + "r", + "andom" + ], + [ + "Ġm", + "ess" + ], + [ + "Ġwr", + "ong" + ], + [ + "Ġintern", + "al" + ], + [ + "Ġfrequ", + "ency" + ], + [ + "ell", + "o" + ], + [ + "Ġf", + "resh" + ], + [ + "com", + "p" + ], + [ + "Ġex", + "hib" + ], + [ + "ward", + "s" + ], + [ + "Ġfri", + "end" + ], + [ + "Ġm", + "ag" + ], + [ + "ĠD", + "uring" + ], + [ + "og", + "en" + ], + [ + "Ġeduc", + "ational" + ], + [ + "Ġresult", + "ing" + ], + [ + "Ġexec", + "ut" + ], + [ + "d", + "b" + ], + [ + "Ġbill", + "ion" + ], + [ + "f", + "low" + ], + [ + "Ġman", + "age" + ], + [ + "ger", + "y" + ], + [ + "ĠAd", + "d" + ], + [ + "ĠBl", + "ack" + ], + [ + "or", + "ial" + ], + [ + "ĠPh", + "il" + ], + [ + "2", + "7" + ], + [ + "is", + "ation" + ], + [ + "Ġst", + "orage" + ], + [ + "Ġtr", + "uth" + ], + [ + "g", + "al" + ], + [ + "at", + "ically" + ], + [ + "id", + "ing" + ], + [ + "Ġinst", + "ruct" + ], + [ + "Ġcy", + "cle" + ], + [ + "Ġst", + "ories" + ], + [ + "Ġ2", + "3" + ], + [ + "Ġf", + "air" + ], + [ + "ĠS", + "un" + ], + [ + "2", + "6" + ], + [ + "h", + "ost" + ], + [ + "ĠE", + "gypt" + ], + [ + "Ġris", + "ks" + ], + [ + "i", + "able" + ], + [ + "ĠA", + "v" + ], + [ + "Ġtechn", + "ologies" + ], + [ + "Ġrele", + "ase" + ], + [ + "an", + "cing" + ], + [ + "us", + "ion" + ], + [ + "Ġdisc", + "overed" + ], + [ + "Ġres", + "istance" + ], + [ + "le", + "te" + ], + [ + "ĠB", + "o" + ], + [ + "Ġa", + "st" + ], + [ + "2", + "8" + ], + [ + "Ġs", + "av" + ], + [ + "Ġstart", + "ing" + ], + [ + "Ġrel", + "ative" + ], + [ + "Ġm", + "outh" + ], + [ + "Ġb", + "atter" + ], + [ + "ĠS", + "ince" + ], + [ + "Ġcont", + "ract" + ], + [ + "p", + "en" + ], + [ + "Ġst", + "aff" + ], + [ + "ĠB", + "ecause" + ], + [ + "Ġeas", + "ier" + ], + [ + "ĠI", + "D" + ], + [ + "ĠIn", + "st" + ], + [ + "Ġant", + "ib" + ], + [ + "u", + "it" + ], + [ + "Ġf", + "igure" + ], + [ + "ol", + "ve" + ], + [ + "ar", + "b" + ], + [ + "Ġv", + "ary" + ], + [ + "ou", + "l" + ], + [ + "ĠR", + "oman" + ], + [ + "P", + "l" + ], + [ + "k", + "y" + ], + [ + "Ġst", + "im" + ], + [ + "n", + "et" + ], + [ + "Ġpl", + "atform" + ], + [ + "Ġpie", + "ce" + ], + [ + "pt", + "y" + ], + [ + "por", + "ary" + ], + [ + "ro", + "ps" + ], + [ + "Ġvis", + "ion" + ], + [ + "ock", + "et" + ], + [ + "Ġinc", + "ome" + ], + [ + "Ġmet", + "al" + ], + [ + "ĠM", + "ex" + ], + [ + "Ġstate", + "ment" + ], + [ + "Ġpl", + "astic" + ], + [ + "Ġobserv", + "ed" + ], + [ + "Ġimmedi", + "ately" + ], + [ + "ĠIn", + "t" + ], + [ + "Ġremov", + "ed" + ], + [ + "l", + "ines" + ], + [ + "le", + "an" + ], + [ + "ri", + "p" + ], + [ + "ĠP", + "at" + ], + [ + "Ġex", + "cess" + ], + [ + "Ġ2", + "7" + ], + [ + "htt", + "ps" + ], + [ + "i", + "as" + ], + [ + "Ġsh", + "ap" + ], + [ + "Ġd", + "ivid" + ], + [ + "2", + "9" + ], + [ + "Ġto", + "x" + ], + [ + "Ġaspect", + "s" + ], + [ + "ĠM", + "ary" + ], + [ + "Ġtre", + "ated" + ], + [ + "p", + "ire" + ], + [ + "ĠUn", + "ion" + ], + [ + "P", + "h" + ], + [ + "Ġeffect", + "ively" + ], + [ + "Ġstruct", + "ures" + ], + [ + "Ġinf", + "lam" + ], + [ + "gr", + "oup" + ], + [ + "Ġcontin", + "ued" + ], + [ + "Ġs", + "end" + ], + [ + "ra", + "ction" + ], + [ + "ĠC", + "our" + ], + [ + "Ġaltern", + "ative" + ], + [ + "`", + "." + ], + [ + "stand", + "ing" + ], + [ + "p", + "ack" + ], + [ + "M", + "L" + ], + [ + "Ġent", + "ry" + ], + [ + "Ġeffic", + "iency" + ], + [ + "e", + "v" + ], + [ + "ch", + "ar" + ], + [ + "Ġpol", + "y" + ], + [ + "Ġgener", + "ation" + ], + [ + "aren", + "ess" + ], + [ + "ĠL", + "ondon" + ], + [ + "Ġrecomm", + "ended" + ], + [ + "ĠEn", + "vironment" + ], + [ + "L", + "ist" + ], + [ + "Ġdid", + "n" + ], + [ + "pos", + "ition" + ], + [ + "f", + "lo" + ], + [ + "Ġm", + "o" + ], + [ + "pon", + "ding" + ], + [ + "Ġdist", + "inct" + ], + [ + "Ġabs", + "or" + ], + [ + "ĠO", + "ver" + ], + [ + "Ġocc", + "up" + ], + [ + "Ġcommer", + "cial" + ], + [ + "om", + "a" + ], + [ + "ĠD", + "NA" + ], + [ + "Ġmin", + "imum" + ], + [ + "ĠR", + "em" + ], + [ + "Ġland", + "sc" + ], + [ + "ĠS", + "ur" + ], + [ + "um", + "b" + ], + [ + "ĠJ", + "ust" + ], + [ + "ĠT", + "ype" + ], + [ + "ub", + "e" + ], + [ + "ol", + "ved" + ], + [ + "T", + "ype" + ], + [ + "Ġp", + "d" + ], + [ + "Ġpl", + "ans" + ], + [ + "Ġwind", + "ow" + ], + [ + "Ġc", + "ounter" + ], + [ + "op", + "en" + ], + [ + "c", + "ular" + ], + [ + "h", + "ouse" + ], + [ + "ru", + "ary" + ], + [ + "l", + "or" + ], + [ + "Ġhand", + "le" + ], + [ + "rie", + "f" + ], + [ + "Ġcomb", + "ination" + ], + [ + "r", + "type" + ], + [ + "an", + "ish" + ], + [ + "Ġfem", + "ale" + ], + [ + "Ġd", + "u" + ], + [ + "S", + "c" + ], + [ + "Ġt", + "asks" + ], + [ + "Ġtu", + "ple" + ], + [ + "ĠN", + "ow" + ], + [ + "Ġtrans", + "l" + ], + [ + "Ġhapp", + "en" + ], + [ + "a", + "ign" + ], + [ + "on", + "al" + ], + [ + "n", + "ames" + ], + [ + "ĠW", + "ater" + ], + [ + "Ġdep", + "ending" + ], + [ + "Ġreport", + "s" + ], + [ + "Ġel", + "im" + ], + [ + "ĠGener", + "al" + ], + [ + "r", + "is" + ], + [ + "Ġp", + "en" + ], + [ + "ĠFr", + "ance" + ], + [ + "ous", + "ly" + ], + [ + "r", + "ange" + ], + [ + "ĠN", + "et" + ], + [ + "Ġri", + "ver" + ], + [ + "if", + "ically" + ], + [ + "param", + "s" + ], + [ + "Ġfore", + "ign" + ], + [ + "A", + "fter" + ], + [ + "ĠDe", + "cember" + ], + [ + "he", + "t" + ], + [ + "cre", + "te" + ], + [ + "Ġch", + "urch" + ], + [ + "Ġwork", + "ed" + ], + [ + "Ġk", + "id" + ], + [ + "el", + "ines" + ], + [ + "Ġn", + "ative" + ], + [ + "Ġad", + "just" + ], + [ + "Ġd", + "ed" + ], + [ + "Ġmil", + "k" + ], + [ + "Ġ", + "iron" + ], + [ + "ĠH", + "ouse" + ], + [ + "Ġtiss", + "ue" + ], + [ + "Ġb", + "all" + ], + [ + "Ġg", + "ir" + ], + [ + "Ġat", + "mosp" + ], + [ + "Ġatt", + "ribut" + ], + [ + "(", + ")." + ], + [ + "ul", + "s" + ], + [ + "Ġt", + "ren" + ], + [ + "Ġchang", + "ing" + ], + [ + "ĠS", + "an" + ], + [ + "l", + "ast" + ], + [ + "{", + "}" + ], + [ + "Ġencou", + "rag" + ], + [ + "N", + "ame" + ], + [ + "ĠM", + "ark" + ], + [ + "Ġfind", + "ings" + ], + [ + "Ġw", + "in" + ], + [ + "Ġrel", + "atively" + ], + [ + "Ġser", + "ve" + ], + [ + "Ġj", + "ournal" + ], + [ + "Ġsymb", + "ol" + ], + [ + "ĠA", + "PI" + ], + [ + "N", + "o" + ], + [ + "Ġrele", + "vant" + ], + [ + "ĠUn", + "der" + ], + [ + "Ġsqu", + "are" + ], + [ + "g", + "reg" + ], + [ + "ĠM", + "or" + ], + [ + "Ġev", + "olution" + ], + [ + "Ġper", + "haps" + ], + [ + "R", + "I" + ], + [ + "Ġw", + "atch" + ], + [ + "Ġph", + "ase" + ], + [ + "Ġem", + "phas" + ], + [ + "com", + "es" + ], + [ + "ens", + "ions" + ], + [ + "Ġmin", + "or" + ], + [ + "S", + "et" + ], + [ + "Ġt", + "ru" + ], + [ + "g", + "u" + ], + [ + "ĠN", + "ovember" + ], + [ + "OR", + "D" + ], + [ + "un", + "ch" + ], + [ + "Ġgard", + "en" + ], + [ + "Ġemot", + "ional" + ], + [ + "u", + "x" + ], + [ + "Ġsugg", + "ests" + ], + [ + "if", + "orm" + ], + [ + "on", + "ic" + ], + [ + "om", + "as" + ], + [ + "ell", + "s" + ], + [ + "ify", + "ing" + ], + [ + "Ġcar", + "ried" + ], + [ + "plic", + "ations" + ], + [ + "ĠAssoci", + "ation" + ], + [ + "pect", + "ive" + ], + [ + "ĠPe", + "ople" + ], + [ + "al", + "le" + ], + [ + "ograph", + "ic" + ], + [ + "Ġmedic", + "ine" + ], + [ + "ĠAustral", + "ia" + ], + [ + "om", + "b" + ], + [ + "ot", + "hes" + ], + [ + "ic", + "ip" + ], + [ + "ĠC", + "ur" + ], + [ + "Ġ201", + "6" + ], + [ + "ĠDav", + "id" + ], + [ + "Ġli", + "qu" + ], + [ + "io", + "x" + ], + [ + "4", + "5" + ], + [ + "ro", + "ad" + ], + [ + "se", + "mb" + ], + [ + "o", + "oth" + ], + [ + "Ġinit", + "i" + ], + [ + "A", + "I" + ], + [ + "]", + "]" + ], + [ + "t", + "itle" + ], + [ + "le", + "arn" + ], + [ + "Ġpre", + "fer" + ], + [ + "Ġproper", + "ly" + ], + [ + "i", + "ance" + ], + [ + "Ġcom", + "fort" + ], + [ + "ĠH", + "ol" + ], + [ + "Ġassess", + "ment" + ], + [ + "Ġshow", + "ed" + ], + [ + "r", + "ig" + ], + [ + "Ġre", + "ality" + ], + [ + "7", + "8" + ], + [ + "R", + "ead" + ], + [ + "ruct", + "ure" + ], + [ + "m", + "essage" + ], + [ + "####", + "####" + ], + [ + "h", + "ist" + ], + [ + "Ġup", + "d" + ], + [ + "Ġexper", + "iment" + ], + [ + "ĠGerm", + "any" + ], + [ + "ud", + "d" + ], + [ + "or", + "ge" + ], + [ + "ress", + "ed" + ], + [ + "Ġh", + "om" + ], + [ + "al", + "t" + ], + [ + "H", + "E" + ], + [ + "The", + "y" + ], + [ + "Ġexper", + "im" + ], + [ + "l", + "ies" + ], + [ + "Ġspe", + "ech" + ], + [ + "i", + "j" + ], + [ + "Ġsur", + "vey" + ], + [ + "ĠJew", + "ish" + ], + [ + "Ġmat", + "hemat" + ], + [ + "Ġtemper", + "atures" + ], + [ + "L", + "E" + ], + [ + "c", + "ut" + ], + [ + "ĠP", + "ublic" + ], + [ + "Ġgl", + "ass" + ], + [ + "Ġox", + "ygen" + ], + [ + "Ġse", + "ven" + ], + [ + "Ġnut", + "rition" + ], + [ + "Ġc", + "ore" + ], + [ + "im", + "age" + ], + [ + "ur", + "ance" + ], + [ + "Ġ8", + "0" + ], + [ + "Ġatt", + "ract" + ], + [ + "Ġperform", + "ed" + ], + [ + "Ġheav", + "y" + ], + [ + "ord", + "s" + ], + [ + "ent", + "h" + ], + [ + "Ġur", + "ban" + ], + [ + "Ġprofess", + "ion" + ], + [ + "Ġindepend", + "ent" + ], + [ + "M", + "od" + ], + [ + "Ġbelie", + "ved" + ], + [ + "'", + "):" + ], + [ + "Ġ19", + "5" + ], + [ + "ĠM", + "ake" + ], + [ + "Ġcre", + "ation" + ], + [ + "iven", + "ess" + ], + [ + "ĠSoc", + "iety" + ], + [ + "Ġprom", + "ote" + ], + [ + "Ġb", + "odies" + ], + [ + "Ġke", + "ys" + ], + [ + "Ġrelationship", + "s" + ], + [ + "Ġbuild", + "ings" + ], + [ + "ogn", + "itive" + ], + [ + "Ġre", + "pro" + ], + [ + "Ġbec", + "oming" + ], + [ + "Ġelectric", + "ity" + ], + [ + "Ġc", + "ert" + ], + [ + "ĠG", + "en" + ], + [ + "ĠRe", + "v" + ], + [ + "u", + "able" + ], + [ + "p", + "arent" + ], + [ + "Ġra", + "w" + ], + [ + "Ġp", + "ars" + ], + [ + "Ġpart", + "y" + ], + [ + "Ġ200", + "7" + ], + [ + "Ġcompon", + "ent" + ], + [ + "Ġcont", + "ribute" + ], + [ + "Ġch", + "ance" + ], + [ + "C", + "ont" + ], + [ + "19", + "9" + ], + [ + "Ġextrem", + "ely" + ], + [ + "Ġincor", + "por" + ], + [ + "w", + "in" + ], + [ + "Ġd", + "ynam" + ], + [ + "Ġread", + "y" + ], + [ + "il", + "it" + ], + [ + "Ġdis", + "orders" + ], + [ + "s", + "ent" + ], + [ + "ing", + "er" + ], + [ + "id", + "th" + ], + [ + "Ġrev", + "olution" + ], + [ + "Ġclin", + "ical" + ], + [ + "Ġindust", + "rial" + ], + [ + "Ġbott", + "om" + ], + [ + "em", + "y" + ], + [ + "idd", + "en" + ], + [ + "Ġlink", + "ed" + ], + [ + "Ġv", + "ill" + ], + [ + "ĠWe", + "b" + ], + [ + "Ġ", + "q" + ], + [ + "ĠCong", + "ress" + ], + [ + "Ġdep", + "ression" + ], + [ + "r", + "an" + ], + [ + "de", + "ed" + ], + [ + "Ġclass", + "room" + ], + [ + "Ġset", + "s" + ], + [ + "g", + "ener" + ], + [ + "oph", + "y" + ], + [ + "ĠS", + "u" + ], + [ + "f", + "ess" + ], + [ + "ar", + "a" + ], + [ + "Ġnum", + "erous" + ], + [ + "Ġdri", + "ve" + ], + [ + "n", + "ed" + ], + [ + "Ġin", + "sect" + ], + [ + "Ġinf", + "ections" + ], + [ + "ĠL", + "aw" + ], + [ + "Ġte", + "le" + ], + [ + "Ġcl", + "ick" + ], + [ + "Ġsl", + "ight" + ], + [ + "Ġinterp", + "ret" + ], + [ + "Ġun", + "its" + ], + [ + "Ġadv", + "anced" + ], + [ + "Ġch", + "ronic" + ], + [ + "Ġoff", + "ice" + ], + [ + "ĠP", + "al" + ], + [ + "ac", + "ing" + ], + [ + "Ġcaus", + "ing" + ], + [ + "Ġp", + "le" + ], + [ + "ĠJapan", + "ese" + ], + [ + "ir", + "ing" + ], + [ + "ĠWill", + "iam" + ], + [ + "Ġliter", + "ature" + ], + [ + "Ġthous", + "ands" + ], + [ + "Ġt", + "ag" + ], + [ + "ĠB", + "ar" + ], + [ + "Ġcharacter", + "istics" + ], + [ + "r", + "ated" + ], + [ + "Ġn", + "av" + ], + [ + "Ġdeg", + "rees" + ], + [ + "r", + "c" + ], + [ + "Ġfrequ", + "ently" + ], + [ + "Ġal", + "cohol" + ], + [ + "os", + "ystem" + ], + [ + "pos", + "es" + ], + [ + "Ġexact", + "ly" + ], + [ + "Ġdest", + "roy" + ], + [ + "Ġb", + "ank" + ], + [ + "Ġexper", + "t" + ], + [ + "Ġh", + "uge" + ], + [ + "ul", + "um" + ], + [ + "O", + "S" + ], + [ + "Ġviol", + "ence" + ], + [ + "c", + "ious" + ], + [ + "Ġre", + "strict" + ], + [ + "est", + "ed" + ], + [ + "Ġ201", + "7" + ], + [ + "Ġdefin", + "ition" + ], + [ + "n", + "ormal" + ], + [ + "Ġhealth", + "care" + ], + [ + "cur", + "rent" + ], + [ + "as", + "ion" + ], + [ + "Ġnot", + "es" + ], + [ + "Ġem", + "pty" + ], + [ + "Ġsp", + "ring" + ], + [ + "Ġbel", + "ong" + ], + [ + "erv", + "ed" + ], + [ + "v", + "is" + ], + [ + "Ġp", + "hen" + ], + [ + "t", + "able" + ], + [ + "Ġsur", + "pr" + ], + [ + "Ġfind", + "ing" + ], + [ + "Ġpar", + "ameter" + ], + [ + "ro", + "ph" + ], + [ + "ĠTh", + "us" + ], + [ + "U", + "s" + ], + [ + "ĠS", + "et" + ], + [ + "Ġfl", + "ood" + ], + [ + "Ġfav", + "or" + ], + [ + "D", + "F" + ], + [ + "Wh", + "y" + ], + [ + "Ġc", + "ast" + ], + [ + "Ġh", + "omes" + ], + [ + "Ġv", + "ul" + ], + [ + "Ġpict", + "ure" + ], + [ + "p", + "ost" + ], + [ + "Ġop", + "in" + ], + [ + "Ġget", + "s" + ], + [ + "H", + "ere" + ], + [ + "Ġfil", + "m" + ], + [ + "3", + "6" + ], + [ + "Ġw", + "a" + ], + [ + "Ġprinci", + "ples" + ], + [ + "}", + "," + ], + [ + "Ġm", + "ale" + ], + [ + "z", + "a" + ], + [ + "y", + "cl" + ], + [ + "ĠU", + "N" + ], + [ + "Ġintrodu", + "ced" + ], + [ + "Ġb", + "one" + ], + [ + "Ġestim", + "ated" + ], + [ + "Ġcom", + "pl" + ], + [ + "Ġallow", + "ing" + ], + [ + "Ġpre", + "par" + ], + [ + "am", + "ental" + ], + [ + "am", + "m" + ], + [ + "Ġcon", + "v" + ], + [ + "ĠJ", + "ames" + ], + [ + "use", + "um" + ], + [ + "r", + "um" + ], + [ + "ind", + "ing" + ], + [ + "Ġset", + "tings" + ], + [ + "âĢĿ", + "," + ], + [ + "Ġwid", + "ely" + ], + [ + "Ġencou", + "rage" + ], + [ + "Ġno", + "vel" + ], + [ + "Ġcour", + "t" + ], + [ + "im", + "ize" + ], + [ + "Ġpolic", + "ies" + ], + [ + "w", + "est" + ], + [ + "Ġm", + "ission" + ], + [ + "3", + "7" + ], + [ + "ang", + "ing" + ], + [ + "ĠPl", + "an" + ], + [ + "Ġl", + "inks" + ], + [ + ".", + ";" + ], + [ + "D", + "A" + ], + [ + "out", + "put" + ], + [ + "Ġp", + "p" + ], + [ + "Ġpresent", + "ed" + ], + [ + "Ġfail", + "ure" + ], + [ + "low", + "er" + ], + [ + "Ġchall", + "enge" + ], + [ + "r", + "ics" + ], + [ + "ific", + "ial" + ], + [ + "od", + "ed" + ], + [ + "ak", + "s" + ], + [ + "Ġaw", + "are" + ], + [ + "Ġerr", + "ors" + ], + [ + "Ġv", + "ital" + ], + [ + "ap", + "ers" + ], + [ + "Ġtechn", + "ique" + ], + [ + "Ġw", + "all" + ], + [ + "Ġnucle", + "ar" + ], + [ + "rib", + "e" + ], + [ + "Ġim", + "pos" + ], + [ + "Ġdep", + "th" + ], + [ + "Ġto", + "ken" + ], + [ + "Ġdec", + "ades" + ], + [ + "de", + "v" + ], + [ + "Ġup", + "date" + ], + [ + "Ġ200", + "6" + ], + [ + "Ġs", + "ession" + ], + [ + "ang", + "es" + ], + [ + "Ġh", + "orm" + ], + [ + "ĠWh", + "ite" + ], + [ + "Ġt", + "um" + ], + [ + "htt", + "p" + ], + [ + "Ġcitiz", + "ens" + ], + [ + "ĠM", + "ich" + ], + [ + "Ġdown", + "load" + ], + [ + "ĠMed", + "ic" + ], + [ + "ĠChe", + "ck" + ], + [ + "Ġevent", + "ually" + ], + [ + "Ġlearn", + "ed" + ], + [ + "Ġter", + "rit" + ], + [ + "Ġdou", + "b" + ], + [ + "ens", + "or" + ], + [ + "Ġt", + "our" + ], + [ + "Ġapprox", + "imately" + ], + [ + "ĠF", + "ound" + ], + [ + "Ġn", + "or" + ], + [ + "ĠAn", + "t" + ], + [ + "Ġto", + "oth" + ], + [ + "Ġdesc", + "ription" + ], + [ + "Ġp", + "ages" + ], + [ + "up", + "date" + ], + [ + "Ġg", + "ames" + ], + [ + "olog", + "ist" + ], + [ + "Ġinvol", + "ve" + ], + [ + "be", + "ing" + ], + [ + "Ġconcern", + "s" + ], + [ + "ish", + "ing" + ], + [ + "wh", + "ich" + ], + [ + "Ġal", + "ph" + ], + [ + "ĠD", + "i" + ], + [ + "Ġdeterm", + "ined" + ], + [ + "Ġ200", + "0" + ], + [ + "Ġsc", + "ore" + ], + [ + "Ġst", + "ar" + ], + [ + "Ġse", + "eds" + ], + [ + "ĠO", + "b" + ], + [ + "ĠWest", + "ern" + ], + [ + "Ġanx", + "iety" + ], + [ + "Ġun", + "ivers" + ], + [ + "ĠFeb", + "ruary" + ], + [ + "S", + "A" + ], + [ + "U", + "T" + ], + [ + "opt", + "ion" + ], + [ + "se", + "arch" + ], + [ + "ĠSoc", + "ial" + ], + [ + "Ġpoll", + "ution" + ], + [ + "id", + "a" + ], + [ + "Ġz", + "ero" + ], + [ + "Ġpart", + "ners" + ], + [ + "Ġgen", + "es" + ], + [ + "Ġconduct", + "ed" + ], + [ + "Ġpop", + "ulations" + ], + [ + "How", + "ever" + ], + [ + "Ġenh", + "ance" + ], + [ + "flo", + "at" + ], + [ + "Ġfam", + "ous" + ], + [ + "c", + "olum" + ], + [ + "Ġmov", + "ed" + ], + [ + "Ġre", + "b" + ], + [ + "Ġorgan", + "ic" + ], + [ + "Ġg", + "ender" + ], + [ + "ĠThere", + "fore" + ], + [ + "Ġvari", + "ables" + ], + [ + "Ġlangu", + "ages" + ], + [ + "m", + "ain" + ], + [ + "Ġrele", + "ased" + ], + [ + "b", + "ody" + ], + [ + "il", + "ing" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "Ċ" + ], + [ + "ant", + "ed" + ], + [ + "oc", + "al" + ], + [ + "ĠW", + "ind" + ], + [ + "Ġhapp", + "ens" + ], + [ + "IN", + "G" + ], + [ + "I", + "P" + ], + [ + "Ġ9", + "0" + ], + [ + "Ġparticip", + "ants" + ], + [ + "3", + "8" + ], + [ + "Ġp", + "lease" + ], + [ + "Ġinj", + "ury" + ], + [ + "Ġfeel", + "ing" + ], + [ + "ĠG", + "reen" + ], + [ + "ĠRet", + "rieved" + ], + [ + "p", + "ing" + ], + [ + "er", + "ia" + ], + [ + "Ġd", + "ie" + ], + [ + "Ġany", + "one" + ], + [ + "Ġexc", + "ell" + ], + [ + "Ġcirc", + "um" + ], + [ + "ĠF", + "ood" + ], + [ + "ĠW", + "ork" + ], + [ + "Ġsh", + "ared" + ], + [ + "Ġadv", + "ance" + ], + [ + "i", + "ant" + ], + [ + "Ġimpro", + "ved" + ], + [ + "Ġhelp", + "ing" + ], + [ + "Ġvit", + "amin" + ], + [ + "ĠIt", + "s" + ], + [ + "7", + "5" + ], + [ + "Ġf", + "ine" + ], + [ + "3", + "9" + ], + [ + "C", + "T" + ], + [ + "Ġr", + "ul" + ], + [ + "ĠP", + "aul" + ], + [ + "n", + "ic" + ], + [ + "Ġyou", + "th" + ], + [ + "S", + "tr" + ], + [ + "ĠM", + "et" + ], + [ + "Ġle", + "tters" + ], + [ + "Ġcont", + "rast" + ], + [ + "d", + "es" + ], + [ + "Ġrad", + "iation" + ], + [ + "Ġh", + "our" + ], + [ + "Ġleg", + "is" + ], + [ + "Ġex", + "ternal" + ], + [ + "Ġra", + "ce" + ], + [ + "cs", + "v" + ], + [ + "ore", + "st" + ], + [ + "Ġbu", + "y" + ], + [ + "Ġth", + "ick" + ], + [ + "Ġcamp", + "aign" + ], + [ + "Ġc", + "overed" + ], + [ + "ĠPro", + "ject" + ], + [ + "Ġr", + "ound" + ], + [ + "Ġs", + "plit" + ], + [ + "Ġis", + "ol" + ], + [ + "Ġcons", + "ult" + ], + [ + "Ġk", + "wargs" + ], + [ + "Ä", + "ģ" + ], + [ + "Ġlead", + "s" + ], + [ + "Ġauth", + "ors" + ], + [ + "6", + "5" + ], + [ + "Ġwant", + "ed" + ], + [ + "Ġabs", + "ol" + ], + [ + "Ġcolum", + "ns" + ], + [ + "ĠCh", + "ildren" + ], + [ + "y", + "a" + ], + [ + "Ġes", + "c" + ], + [ + "ĠPh", + "ys" + ], + [ + "in", + "ating" + ], + [ + "Ġit", + "er" + ], + [ + "Ġexper", + "ts" + ], + [ + "olog", + "ists" + ], + [ + "Ġgener", + "ated" + ], + [ + "upp", + "ort" + ], + [ + "b", + "ase" + ], + [ + "Ġre", + "verse" + ], + [ + "Ġconcept", + "s" + ], + [ + "V", + "al" + ], + [ + "Ġh", + "un" + ], + [ + "ra", + "ys" + ], + [ + "ĠA", + "ir" + ], + [ + "ĠM", + "al" + ], + [ + "ĠM", + "useum" + ], + [ + "ĠOn", + "ce" + ], + [ + "ci", + "pl" + ], + [ + "Ġsy", + "s" + ], + [ + "b", + "i" + ], + [ + "pp", + "er" + ], + [ + "O", + "D" + ], + [ + "f", + "ast" + ], + [ + "el", + "i" + ], + [ + "Ġdiscuss", + "ion" + ], + [ + "Ġr", + "h" + ], + [ + "N", + "ew" + ], + [ + "Ġwon", + "der" + ], + [ + "Ġhe", + "ar" + ], + [ + "Ġwh", + "om" + ], + [ + "we", + "ight" + ], + [ + "z", + "ing" + ], + [ + "Ġim", + "pl" + ], + [ + "Ġexperi", + "enced" + ], + [ + "H", + "ello" + ], + [ + "re", + "q" + ], + [ + "Ġp", + "ip" + ], + [ + "le", + "ft" + ], + [ + "Ġl", + "ived" + ], + [ + "stit", + "ution" + ], + [ + "F", + "rame" + ], + [ + "Ġcol", + "ors" + ], + [ + "Ġown", + "ers" + ], + [ + "Ġdang", + "erous" + ], + [ + "Ġ(", + "'" + ], + [ + "Ġemerg", + "ency" + ], + [ + "Ġf", + "lex" + ], + [ + "I", + "G" + ], + [ + "he", + "ther" + ], + [ + "Ġex", + "ists" + ], + [ + "che", + "ck" + ], + [ + "Ġk", + "illed" + ], + [ + "ĠAn", + "g" + ], + [ + "ĠO", + "ff" + ], + [ + "(", + ")," + ], + [ + "Ġcontin", + "ues" + ], + [ + "l", + "ay" + ], + [ + "Ġm", + "aster" + ], + [ + "Ġar", + "m" + ], + [ + "Ġra", + "ised" + ], + [ + "Ġbre", + "ast" + ], + [ + "Ġcomb", + "ined" + ], + [ + "Ġegg", + "s" + ], + [ + "p", + "age" + ], + [ + "Ġturn", + "ed" + ], + [ + "Ġcred", + "it" + ], + [ + "0", + "1" + ], + [ + "m", + "ation" + ], + [ + "put", + "e" + ], + [ + "Ġfl", + "at" + ], + [ + "ic", + "ians" + ], + [ + "Ġrefer", + "red" + ], + [ + "dition", + "ally" + ], + [ + "Ġdog", + "s" + ], + [ + "Ġmanufact", + "ure" + ], + [ + "p", + "ace" + ], + [ + "ain", + "t" + ], + [ + "and", + "er" + ], + [ + "Ġfil", + "ename" + ], + [ + "Â", + "°" + ], + [ + "Ġf", + "reedom" + ], + [ + "Ġacad", + "emic" + ], + [ + "Ġvul", + "ner" + ], + [ + "ten", + "ance" + ], + [ + "Ġve", + "ctor" + ], + [ + "mat", + "rix" + ], + [ + "Ġd", + "ial" + ], + [ + "Ġ", + "â" + ], + [ + "Ġm", + "s" + ], + [ + "ĠM", + "at" + ], + [ + "Ġsur", + "gery" + ], + [ + "Ġass", + "ist" + ], + [ + "ĠB", + "ra" + ], + [ + "Ġgr", + "id" + ], + [ + "ric", + "ulum" + ], + [ + "w", + "idth" + ], + [ + "ĠD", + "on" + ], + [ + "Ġdirect", + "ory" + ], + [ + "g", + "est" + ], + [ + "ri", + "age" + ], + [ + "resh", + "old" + ], + [ + "p", + "ower" + ], + [ + "ĠS", + "ub" + ], + [ + "Ġstrateg", + "y" + ], + [ + "m", + "es" + ], + [ + "Ġsat", + "is" + ], + [ + "ortun", + "ately" + ], + [ + "Ġprevious", + "ly" + ], + [ + "C", + "an" + ], + [ + "Ġo", + "cean" + ], + [ + "os", + "en" + ], + [ + "ĠN", + "ote" + ], + [ + "iet", + "ies" + ], + [ + "Ġpract", + "ical" + ], + [ + "p", + "op" + ], + [ + "Ġpres", + "c" + ], + [ + "ĠWh", + "y" + ], + [ + "A", + "ccording" + ], + [ + "Ġbe", + "autiful" + ], + [ + "ĠH", + "ar" + ], + [ + "Ġf", + "aster" + ], + [ + "ĠT", + "ex" + ], + [ + "ĠC", + "ouncil" + ], + [ + "Ġmost", + "ly" + ], + [ + "angu", + "age" + ], + [ + "Ġjob", + "s" + ], + [ + "ĠJ", + "e" + ], + [ + "Ġfin", + "ally" + ], + [ + "Ġprep", + "ared" + ], + [ + "go", + "ing" + ], + [ + "s", + "ign" + ], + [ + "ĠU", + "RL" + ], + [ + "ur", + "t" + ], + [ + "Ġcons", + "ervation" + ], + [ + "Ġident", + "ity" + ], + [ + "res", + "ents" + ], + [ + "Ġ200", + "5" + ], + [ + "ĠI", + "P" + ], + [ + "en", + "cing" + ], + [ + "Ġth", + "read" + ], + [ + "Ġcol", + "le" + ], + [ + "Ġart", + "icles" + ], + [ + "Ġra", + "in" + ], + [ + "M", + "S" + ], + [ + "Ġb", + "attle" + ], + [ + "Ġpr", + "ices" + ], + [ + "Ġsol", + "id" + ], + [ + "Ġlo", + "op" + ], + [ + "Ġregard", + "ing" + ], + [ + "ĠOut", + "put" + ], + [ + "ĠD", + "es" + ], + [ + "Ġgr", + "ass" + ], + [ + "Ġexcept", + "ion" + ], + [ + "our", + "ney" + ], + [ + "cont", + "ent" + ], + [ + "Ġmonit", + "oring" + ], + [ + "al", + "og" + ], + [ + "ĠL", + "in" + ], + [ + "Ġpr", + "ime" + ], + [ + "k", + "er" + ], + [ + "Ġno", + "ise" + ], + [ + "return", + "s" + ], + [ + "rast", + "ructure" + ], + [ + "Ġmention", + "ed" + ], + [ + "i", + "pe" + ], + [ + "re", + "p" + ], + [ + "as", + "ure" + ], + [ + "Ġnutri", + "ents" + ], + [ + "Ġcon", + "vers" + ], + [ + "n", + "el" + ], + [ + "u", + "ing" + ], + [ + "clud", + "e" + ], + [ + "fil", + "ename" + ], + [ + "Ġcol", + "lege" + ], + [ + "i", + "os" + ], + [ + "me", + "an" + ], + [ + "d", + "et" + ], + [ + "Ġrad", + "io" + ], + [ + "Ġclear", + "ly" + ], + [ + "ĠDevelop", + "ment" + ], + [ + "Ġpur", + "poses" + ], + [ + "Ġengine", + "ering" + ], + [ + "w", + "ell" + ], + [ + "Ġs", + "and" + ], + [ + "I", + "d" + ], + [ + "ĠCol", + "lege" + ], + [ + "Ġhelp", + "ed" + ], + [ + "ant", + "ic" + ], + [ + "co", + "pe" + ], + [ + "F", + "rom" + ], + [ + "C", + "S" + ], + [ + "Ġal", + "ign" + ], + [ + "d", + "ed" + ], + [ + "ul", + "f" + ], + [ + "ool", + "s" + ], + [ + "ĠServ", + "ice" + ], + [ + "ĠS", + "T" + ], + [ + "M", + "any" + ], + [ + "Re", + "g" + ], + [ + "Ġ20", + "20" + ], + [ + "ĠSp", + "anish" + ], + [ + "Ġrelig", + "ion" + ], + [ + "ot", + "he" + ], + [ + "b", + "all" + ], + [ + "ĠIn", + "f" + ], + [ + "Ġs", + "em" + ], + [ + "ĠH", + "T" + ], + [ + "Ġide", + "al" + ], + [ + "Ġdescrib", + "e" + ], + [ + "Ġdist", + "rict" + ], + [ + "d", + "en" + ], + [ + "ĠJ", + "er" + ], + [ + "Ġ3", + "5" + ], + [ + "Ġbusiness", + "es" + ], + [ + "Ġst", + "ored" + ], + [ + "if", + "ies" + ], + [ + "ĠA", + "tt" + ], + [ + "Ġper", + "man" + ], + [ + "Ġsex", + "ual" + ], + [ + "Ġdig", + "est" + ], + [ + "p", + "ed" + ], + [ + "Ġsubject", + "s" + ], + [ + "ĠIntern", + "et" + ], + [ + "ĠA", + "N" + ], + [ + "Ġtreat", + "ments" + ], + [ + "Ġintellig", + "ence" + ], + [ + "s", + "l" + ], + [ + "in", + "ations" + ], + [ + "ĠP", + "ort" + ], + [ + "Ġv", + "ess" + ], + [ + "Ġapp", + "oint" + ], + [ + "b", + "ox" + ], + [ + "Ġrec", + "o" + ], + [ + "B", + "C" + ], + [ + "ĠD", + "em" + ], + [ + "Ġnot", + "ed" + ], + [ + "Ġj", + "o" + ], + [ + "Ġsm", + "art" + ], + [ + "qu", + "est" + ], + [ + "ak", + "ers" + ], + [ + "Ġamount", + "s" + ], + [ + "Ġann", + "ual" + ], + [ + "pect", + "ed" + ], + [ + "ok", + "ing" + ], + [ + "Ġm", + "ix" + ], + [ + "Ġval", + "uable" + ], + [ + "ĠOr", + "gan" + ], + [ + "Ġro", + "ll" + ], + [ + "Ġselect", + "ed" + ], + [ + "Ġaccur", + "ate" + ], + [ + "ĠM", + "ass" + ], + [ + "Ġwe", + "alth" + ], + [ + "Ġpar", + "ams" + ], + [ + "Ġexpos", + "ed" + ], + [ + "ĠH", + "el" + ], + [ + "Ġadd", + "ing" + ], + [ + "ag", + "o" + ], + [ + "Ġg", + "od" + ], + [ + "Ġ<", + "=" + ], + [ + "fe", + "red" + ], + [ + "ĠS", + "al" + ], + [ + "Ġredu", + "ction" + ], + [ + "Ġdisco", + "ver" + ], + [ + "c", + "ip" + ], + [ + "ĠH", + "uman" + ], + [ + "is", + "c" + ], + [ + "Ġh", + "it" + ], + [ + "Ġt", + "ips" + ], + [ + "Ġhe", + "ard" + ], + [ + "augh", + "ter" + ], + [ + "on", + "ac" + ], + [ + "rit", + "ing" + ], + [ + "ĠGree", + "k" + ], + [ + "Ġadvant", + "age" + ], + [ + "Ġcorres", + "ponding" + ], + [ + "Ġaccur", + "acy" + ], + [ + "Ġm", + "ist" + ], + [ + "ĠF", + "e" + ], + [ + "ens", + "es" + ], + [ + "Ġ7", + "0" + ], + [ + "g", + "i" + ], + [ + "Ġpres", + "ident" + ], + [ + "Ġmot", + "iv" + ], + [ + "Ġfarm", + "ers" + ], + [ + "C", + "H" + ], + [ + "T", + "P" + ], + [ + "e", + "qu" + ], + [ + "Ġke", + "pt" + ], + [ + "Ġrep", + "resents" + ], + [ + "is", + "her" + ], + [ + "Ġre", + "ached" + ], + [ + "Ġch", + "arg" + ], + [ + "Ġsec", + "ure" + ], + [ + "is", + "hes" + ], + [ + "ab", + "led" + ], + [ + "Ġsc", + "en" + ], + [ + "ĠA", + "rab" + ], + [ + "Ġman", + "ner" + ], + [ + "Ġsk", + "learn" + ], + [ + "Ġl", + "ooks" + ], + [ + "Ġst", + "ock" + ], + [ + "s", + "m" + ], + [ + "Ġse", + "cret" + ], + [ + "Ġec", + "osystem" + ], + [ + "I", + "M" + ], + [ + "Ġmeet", + "ing" + ], + [ + "Ġliqu", + "id" + ], + [ + "Ġmot", + "or" + ], + [ + "Ġsh", + "ip" + ], + [ + "Ġindic", + "ate" + ], + [ + "Ġv", + "oice" + ], + [ + "Ġcom", + "ment" + ], + [ + "e", + "vent" + ], + [ + "Ġc", + "ra" + ], + [ + "Ġst", + "ation" + ], + [ + "Ġdiagn", + "osis" + ], + [ + "Ġinte", + "ger" + ], + [ + "ĠR", + "el" + ], + [ + "ĠCl", + "ass" + ], + [ + "ri", + "er" + ], + [ + "Ġk", + "ill" + ], + [ + "Ġph", + "one" + ], + [ + "Ġcontin", + "uous" + ], + [ + "t", + "hen" + ], + [ + "Ġha", + "z" + ], + [ + "er", + "r" + ], + [ + "Ġre", + "action" + ], + [ + "Ġaw", + "areness" + ], + [ + "Ġin", + "h" + ], + [ + "Ġelectr", + "ical" + ], + [ + "et", + "ch" + ], + [ + "Ġc", + "ry" + ], + [ + "Ġpropos", + "ed" + ], + [ + "C", + "he" + ], + [ + "Ġ201", + "8" + ], + [ + "Ġhor", + "se" + ], + [ + "Ġse", + "conds" + ], + [ + "Ġtrans", + "ition" + ], + [ + "Ġpie", + "ces" + ], + [ + "T", + "hat" + ], + [ + "Ġback", + "ground" + ], + [ + "ol", + "low" + ], + [ + "Ġbro", + "ther" + ], + [ + "Ġvict", + "im" + ], + [ + "Ġn", + "odes" + ], + [ + "Ġtop", + "ics" + ], + [ + "f", + "ree" + ], + [ + "Ġauthor", + "ity" + ], + [ + "Ġkeep", + "ing" + ], + [ + "Ġimpact", + "s" + ], + [ + "onac", + "ci" + ], + [ + "i", + "xt" + ], + [ + "Ġsp", + "ot" + ], + [ + "Ġoff", + "set" + ], + [ + "Ġad", + "op" + ], + [ + "Ġgr", + "and" + ], + [ + "Ġflow", + "ers" + ], + [ + "Ã", + "¡" + ], + [ + "in", + "ates" + ], + [ + "Ġb", + "inary" + ], + [ + "ĠPro", + "t" + ], + [ + "Ġcomple", + "ted" + ], + [ + "))", + ")" + ], + [ + "Ġveget", + "ables" + ], + [ + "Ġconsequ", + "ences" + ], + [ + "Ġdetail", + "ed" + ], + [ + "ĠM", + "iss" + ], + [ + "Ġinterest", + "ed" + ], + [ + "oth", + "ing" + ], + [ + "r", + "ates" + ], + [ + "Ġl", + "ic" + ], + [ + "op", + "es" + ], + [ + "Ġserv", + "ed" + ], + [ + "Ġwe", + "ar" + ], + [ + "Ġgra", + "de" + ], + [ + "Ġsay", + "ing" + ], + [ + "ad", + "o" + ], + [ + "Ġw", + "aters" + ], + [ + "Ġdef", + "ic" + ], + [ + "Ġlist", + "s" + ], + [ + "ĠGe", + "orge" + ], + [ + "Ġs", + "outhern" + ], + [ + "ang", + "le" + ], + [ + "Ġ2", + "9" + ], + [ + "ist", + "an" + ], + [ + "Ġdou", + "ble" + ], + [ + "Ġne", + "uro" + ], + [ + "oy", + "al" + ], + [ + "Ġsitu", + "ations" + ], + [ + "Ġs", + "an" + ], + [ + "ĠE", + "xt" + ], + [ + "st", + "atus" + ], + [ + "il", + "ed" + ], + [ + "ĠVir", + "gin" + ], + [ + "os", + "ite" + ], + [ + "Ġcand", + "id" + ], + [ + "Ġint", + "ended" + ], + [ + "Ġrespons", + "ibility" + ], + [ + "ag", + "ue" + ], + [ + "ic", + "ian" + ], + [ + "Ġa", + "id" + ], + [ + "Ġpre", + "v" + ], + [ + "L", + "e" + ], + [ + "Ġaffect", + "s" + ], + [ + "Ġre", + "new" + ], + [ + "Ġmed", + "ium" + ], + [ + "s", + "ource" + ], + [ + "Ġof", + "fered" + ], + [ + "Ġy", + "ellow" + ], + [ + "Ġoper", + "ating" + ], + [ + "Ġbl", + "og" + ], + [ + "Ġexist", + "ence" + ], + [ + "O", + "ur" + ], + [ + "ad", + "ata" + ], + [ + "Ġapplic", + "able" + ], + [ + "Ġreco", + "very" + ], + [ + "Ġun", + "f" + ], + [ + "ĠR", + "ober" + ], + [ + "Ġmus", + "cles" + ], + [ + "Ġprim", + "arily" + ], + [ + "le", + "g" + ], + [ + "Ġme", + "at" + ], + [ + "Ġm", + "ort" + ], + [ + "Ġdat", + "aset" + ], + [ + "Ġd", + "ro" + ], + [ + "Ġme", + "ant" + ], + [ + "[", + "-" + ], + [ + "Ġal", + "t" + ], + [ + "ĠG", + "ra" + ], + [ + "4", + "8" + ], + [ + "ele", + "ment" + ], + [ + "Ġvacc", + "ine" + ], + [ + "C", + "C" + ], + [ + "Ġch", + "ain" + ], + [ + "Ġv", + "ast" + ], + [ + "ĠB", + "el" + ], + [ + "Ġover", + "l" + ], + [ + "Ġatt", + "acks" + ], + [ + "Ġnot", + "ice" + ], + [ + "ult", + "i" + ], + [ + "Ġv", + "ot" + ], + [ + "Ġsu", + "itable" + ], + [ + "Ġp", + "ul" + ], + [ + "S", + "ON" + ], + [ + "ĠC", + "ivil" + ], + [ + "Ġchar", + "ge" + ], + [ + "Ġveh", + "icle" + ], + [ + "Ġdep", + "ends" + ], + [ + "Ġline", + "ar" + ], + [ + "Ġl", + "ov" + ], + [ + "Ġinv", + "ent" + ], + [ + "'", + "ll" + ], + [ + "Ġperiod", + "s" + ], + [ + "Ġsal", + "t" + ], + [ + "ĠTex", + "as" + ], + [ + "it", + "age" + ], + [ + "A", + "b" + ], + [ + "Ġn", + "ations" + ], + [ + "Ġc", + "ere" + ], + [ + "ĠCour", + "t" + ], + [ + "b", + "ut" + ], + [ + "ur", + "ity" + ], + [ + "Ġmiss", + "ing" + ], + [ + "ĠMus", + "lim" + ], + [ + "ĠC", + "ath" + ], + [ + "te", + "e" + ], + [ + "Ġp", + "ray" + ], + [ + "Ġele", + "v" + ], + [ + "Ġinstit", + "utions" + ], + [ + "ax", + "is" + ], + [ + "T", + "S" + ], + [ + "Ġm", + "ask" + ], + [ + "ic", + "ated" + ], + [ + "ipp", + "ed" + ], + [ + "Ġstra", + "ight" + ], + [ + "Ġkind", + "s" + ], + [ + "ial", + "ly" + ], + [ + "Ġlab", + "els" + ], + [ + "Ġed", + "ge" + ], + [ + "Ġmo", + "ist" + ], + [ + "ell", + "ed" + ], + [ + "ĠCon", + "f" + ], + [ + "Ġlat", + "est" + ], + [ + "<", + "/" + ], + [ + "ĠD", + "irect" + ], + [ + "Ġcall", + "s" + ], + [ + "i", + "verse" + ], + [ + "ĠL", + "ORD" + ], + [ + "Ġadv", + "ice" + ], + [ + "6", + "6" + ], + [ + "Ġb", + "ud" + ], + [ + "Ġp", + "ush" + ], + [ + "Ġproced", + "ure" + ], + [ + "Ġcomprehens", + "ive" + ], + [ + "Ġj", + "ourney" + ], + [ + "Ġbo", + "ost" + ], + [ + "Ġinst", + "ruction" + ], + [ + "viron", + "ments" + ], + [ + "Ġmeas", + "ured" + ], + [ + "Ġhelp", + "ful" + ], + [ + "Ġinf", + "rastructure" + ], + [ + "Ġcr", + "is" + ], + [ + "ĠRep", + "ublic" + ], + [ + "Ġs", + "ong" + ], + [ + "Ġout", + "comes" + ], + [ + "ĠL", + "a" + ], + [ + "cl", + "ose" + ], + [ + "cl", + "ient" + ], + [ + "ĠAs", + "ia" + ], + [ + "Ġspec", + "ifically" + ], + [ + "t", + "k" + ], + [ + "F", + "ile" + ], + [ + "Ġd", + "rop" + ], + [ + "Ġtechn", + "ical" + ], + [ + "Ġwid", + "th" + ], + [ + "in", + "der" + ], + [ + "Ġst", + "orm" + ], + [ + "um", + "s" + ], + [ + "um", + "ps" + ], + [ + "Ġsp", + "ent" + ], + [ + "Ġ", + "\"\"" + ], + [ + "c", + "el" + ], + [ + "hip", + "s" + ], + [ + "ĠTh", + "omas" + ], + [ + "Ġext", + "ent" + ], + [ + "Ġst", + "one" + ], + [ + "Ġimplement", + "ation" + ], + [ + "Ġen", + "able" + ], + [ + "ĠIs", + "lam" + ], + [ + "Ġfocus", + "ed" + ], + [ + "Ġon", + "to" + ], + [ + "Ġ4", + "5" + ], + [ + "Ġgreat", + "est" + ], + [ + "Ġo", + "d" + ], + [ + "ĠGovern", + "ment" + ], + [ + "ar", + "row" + ], + [ + "Ġcare", + "er" + ], + [ + "Ġt", + "ail" + ], + [ + "Ġare", + "n" + ], + [ + "ĠK", + "ey" + ], + [ + "Ġins", + "ert" + ], + [ + "Ġmain", + "ly" + ], + [ + "pred", + "ict" + ], + [ + "Ġpro", + "s" + ], + [ + "9", + "5" + ], + [ + "k", + "ens" + ], + [ + "Ġfollow", + "s" + ], + [ + "Ġbr", + "ight" + ], + [ + "ĠE", + "v" + ], + [ + "av", + "a" + ], + [ + "t", + "ypes" + ], + [ + "Ġsp", + "end" + ], + [ + "Ġcons", + "cious" + ], + [ + "Ġcho", + "ices" + ], + [ + "Ġsu", + "fficient" + ], + [ + "Ġlandsc", + "ape" + ], + [ + "h", + "i" + ], + [ + "Al", + "though" + ], + [ + "Ġintern", + "et" + ], + [ + "ĠLear", + "ning" + ], + [ + "Ġform", + "ation" + ], + [ + "Ġreg", + "ist" + ], + [ + "Ġref", + "ers" + ], + [ + "Ġdi", + "verse" + ], + [ + "Ġc", + "ognitive" + ], + [ + "Ġhe", + "aring" + ], + [ + "Ġhosp", + "ital" + ], + [ + "O", + "f" + ], + [ + "r", + "ich" + ], + [ + "w", + "ind" + ], + [ + "Ġgl", + "ob" + ], + [ + "Ġatmosp", + "here" + ], + [ + "r", + "id" + ], + [ + "Ġsol", + "ve" + ], + [ + "w", + "ood" + ], + [ + "}", + ")" + ], + [ + "Ġcent", + "uries" + ], + [ + "ĠIs", + "land" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "ĠĠĠĠ" + ], + [ + "Ġrem", + "ote" + ], + [ + "D", + "o" + ], + [ + "Ġ", + "vert" + ], + [ + "Ġthough", + "ts" + ], + [ + "g", + "a" + ], + [ + "Ġqu", + "e" + ], + [ + "ex", + "p" + ], + [ + "f", + "aces" + ], + [ + "Ġob", + "vious" + ], + [ + "s", + "es" + ], + [ + "ĠI", + "N" + ], + [ + "Ġor", + "d" + ], + [ + "Ġmet", + "ab" + ], + [ + "atur", + "ally" + ], + [ + "ic", + "ed" + ], + [ + "Ġpregn", + "ancy" + ], + [ + "c", + "ers" + ], + [ + "Ġw", + "ife" + ], + [ + "Ġoff", + "ic" + ], + [ + "Ġdist", + "ribut" + ], + [ + "ot", + "ic" + ], + [ + "os", + "a" + ], + [ + "Ġhy", + "per" + ], + [ + "Ġpotential", + "ly" + ], + [ + "Ġcertain", + "ly" + ], + [ + "4", + "4" + ], + [ + "Ġsy", + "nd" + ], + [ + "Ġbeg", + "ins" + ], + [ + "Ġexcell", + "ent" + ], + [ + "Ġlead", + "er" + ], + [ + "Ġcl", + "im" + ], + [ + "f", + "unction" + ], + [ + "Ġdis", + "s" + ], + [ + "Ġw", + "el" + ], + [ + "ĠO", + "ld" + ], + [ + "s", + "k" + ], + [ + "8", + "5" + ], + [ + "Ġre", + "in" + ], + [ + "Ġdef", + "ine" + ], + [ + "Ġfact", + "s" + ], + [ + "ĠBrit", + "ain" + ], + [ + "ar", + "ant" + ], + [ + "oun", + "ced" + ], + [ + "tt", + "y" + ], + [ + "Ġincreasing", + "ly" + ], + [ + "ĠUs", + "ing" + ], + [ + "M", + "ost" + ], + [ + "est", + "yle" + ], + [ + "ĠM", + "ac" + ], + [ + "ĠâĢ", + "¦" + ], + [ + "Ġpartic", + "les" + ], + [ + "3", + "1" + ], + [ + "Q", + "u" + ], + [ + "ĠSt", + "and" + ], + [ + "P", + "ar" + ], + [ + "qu", + "ery" + ], + [ + "Ġfail", + "ed" + ], + [ + "Ġ200", + "4" + ], + [ + "v", + "ision" + ], + [ + "E", + "P" + ], + [ + "Ġmain", + "tenance" + ], + [ + "ĠR", + "ich" + ], + [ + "Ġse", + "lection" + ], + [ + "Ġcreat", + "es" + ], + [ + "Ġdoc", + "uments" + ], + [ + "f", + "rame" + ], + [ + "Ġtox", + "ic" + ], + [ + "ĠB", + "as" + ], + [ + "Ġrec", + "ycl" + ], + [ + "Ġfl", + "ag" + ], + [ + "Ġlarg", + "ely" + ], + [ + "Ġto", + "ler" + ], + [ + "Ġphen", + "omen" + ], + [ + "ĠAc", + "ad" + ], + [ + "ĠMex", + "ico" + ], + [ + "Ġdivid", + "ed" + ], + [ + "Ġm", + "it" + ], + [ + "ĠD", + "ist" + ], + [ + "Ġless", + "on" + ], + [ + "w", + "hat" + ], + [ + "Ġt", + "aught" + ], + [ + "Ġw", + "et" + ], + [ + "Ġbehavi", + "our" + ], + [ + "m", + "ic" + ], + [ + "Ġprom", + "pt" + ], + [ + "Ġfund", + "amental" + ], + [ + "ĠN", + "AS" + ], + [ + "Ġreg", + "ul" + ], + [ + "Ġext", + "reme" + ], + [ + "Ġfor", + "t" + ], + [ + "Ġcons", + "ists" + ], + [ + "ĠJew", + "s" + ], + [ + "Ġf", + "ill" + ], + [ + "ĠL", + "ibrary" + ], + [ + "Ġread", + "er" + ], + [ + "Ġsub", + "sequ" + ], + [ + "Ġf", + "ixed" + ], + [ + "qu", + "ate" + ], + [ + "Ġappro", + "aches" + ], + [ + "Ġemploy", + "ees" + ], + [ + "a", + "el" + ], + [ + "ĠL", + "atin" + ], + [ + "ars", + "h" + ], + [ + "Ġrow", + "s" + ], + [ + "re", + "ci" + ], + [ + "Ġme", + "re" + ], + [ + "ur", + "b" + ], + [ + "----", + "-" + ], + [ + "Ġremain", + "ing" + ], + [ + "ri", + "an" + ], + [ + "ĠB", + "ay" + ], + [ + "b", + "and" + ], + [ + "ĠS", + "k" + ], + [ + "pp", + "ing" + ], + [ + "c", + "ript" + ], + [ + "Ġremain", + "ed" + ], + [ + "Ġfru", + "its" + ], + [ + "ĠC", + "am" + ], + [ + "Ġin", + "ner" + ], + [ + "Ġro", + "ots" + ], + [ + "0", + "5" + ], + [ + "P", + "r" + ], + [ + "ĠPro", + "fess" + ], + [ + "Ġp", + "ark" + ], + [ + "st", + "ore" + ], + [ + "Ġprofession", + "als" + ], + [ + "Ġn", + "orthern" + ], + [ + "Ġsub", + "stance" + ], + [ + "Ġen", + "vironments" + ], + [ + "n", + "am" + ], + [ + "Ġchemical", + "s" + ], + [ + "Ġd", + "ut" + ], + [ + "Ġmedic", + "ations" + ], + [ + "ĠMedic", + "ine" + ], + [ + "ĠB", + "oth" + ], + [ + "Ġco", + "e" + ], + [ + "Ġ>", + "=" + ], + [ + "om", + "in" + ], + [ + "it", + "ness" + ], + [ + "Ġn", + "urs" + ], + [ + "Ġgood", + "s" + ], + [ + "Ġfamil", + "iar" + ], + [ + "Ġmor", + "al" + ], + [ + "ĠI", + "d" + ], + [ + "point", + "s" + ], + [ + "Ġinflam", + "mation" + ], + [ + "Ġper", + "m" + ], + [ + "ĠStud", + "ents" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠ" + ], + [ + "Ġprogram", + "ming" + ], + [ + "Ġsens", + "itive" + ], + [ + "Ġor", + "al" + ], + [ + "Ġshow", + "ing" + ], + [ + "Ġpand", + "as" + ], + [ + "l", + "ock" + ], + [ + "Ġis", + "land" + ], + [ + "ĠIn", + "it" + ], + [ + "as", + "tern" + ], + [ + "Ġprofess", + "or" + ], + [ + "ĠPr", + "int" + ], + [ + "ate", + "ver" + ], + [ + "Ġd", + "ra" + ], + [ + "Ġe", + "arn" + ], + [ + "ĠP", + "ri" + ], + [ + "Ġdri", + "ving" + ], + [ + "Ġsurround", + "ing" + ], + [ + "Ġli", + "ver" + ], + [ + "Ġinvest", + "ment" + ], + [ + "Ġcollect", + "ed" + ], + [ + "Ġcontroll", + "ed" + ], + [ + "g", + "ments" + ], + [ + "Ġc", + "e" + ], + [ + "am", + "ily" + ], + [ + "ri", + "a" + ], + [ + "ĠJ", + "ud" + ], + [ + "Ġm", + "el" + ], + [ + "Ġsh", + "ar" + ], + [ + "Ġdec", + "ided" + ], + [ + "Ġvirt", + "ual" + ], + [ + "Ġset", + "tle" + ], + [ + "Ġmot", + "ion" + ], + [ + "n", + "es" + ], + [ + "ĠH", + "am" + ], + [ + "Ġflu", + "id" + ], + [ + "Ġcard", + "i" + ], + [ + "Ġplay", + "ed" + ], + [ + "pass", + "word" + ], + [ + "ĠSe", + "cond" + ], + [ + "Ġun", + "c" + ], + [ + "Ġch", + "annel" + ], + [ + "ĠF", + "urther" + ], + [ + "Ġtem", + "plate" + ], + [ + "J", + "ohn" + ], + [ + "Ġst", + "ret" + ], + [ + "ak", + "er" + ], + [ + "Ġset", + "t" + ], + [ + "dition", + "al" + ], + [ + "ĠOn", + "ly" + ], + [ + "Ġlong", + "est" + ], + [ + "Ġobtain", + "ed" + ], + [ + "ĠA", + "D" + ], + [ + "ĠQ", + "ue" + ], + [ + "S", + "S" + ], + [ + "ang", + "ed" + ], + [ + "Ġfac", + "ilities" + ], + [ + "Ġbir", + "d" + ], + [ + "Ġmaintain", + "ing" + ], + [ + "Ġw", + "ave" + ], + [ + "ĠM", + "ount" + ], + [ + "ĠH", + "en" + ], + [ + "ber", + "g" + ], + [ + "Ġs", + "ampl" + ], + [ + "Ġb", + "rief" + ], + [ + "Ġdes", + "pite" + ], + [ + "ĠM", + "em" + ], + [ + "Ġar", + "my" + ], + [ + "An", + "other" + ], + [ + "Ġregular", + "ly" + ], + [ + "Ġconcent", + "ration" + ], + [ + "Ġmove", + "ments" + ], + [ + "act", + "s" + ], + [ + "ĠGo", + "ogle" + ], + [ + "k", + "ing" + ], + [ + "at", + "o" + ], + [ + "ough", + "ly" + ], + [ + "ĠU", + "p" + ], + [ + "num", + "s" + ], + [ + "uild", + "ing" + ], + [ + "du", + "ction" + ], + [ + "Ġrecord", + "ed" + ], + [ + "Ġdom", + "ain" + ], + [ + "Ġslight", + "ly" + ], + [ + "ĠP", + "ower" + ], + [ + "ĠComm", + "ission" + ], + [ + "Ġd", + "f" + ], + [ + "Ġconf", + "idence" + ], + [ + "Ġoccur", + "red" + ], + [ + "ĠM", + "art" + ], + [ + "v", + "i" + ], + [ + "Ġtr", + "ou" + ], + [ + "Ġ", + "Ã" + ], + [ + "Ġs", + "ector" + ], + [ + "al", + "ysis" + ], + [ + "ĠMed", + "ical" + ], + [ + "Ġd", + "ensity" + ], + [ + "Ġrecogn", + "ize" + ], + [ + "Ġspirit", + "ual" + ], + [ + "ĠTechn", + "ology" + ], + [ + "Ġfeel", + "ings" + ], + [ + "``", + "." + ], + [ + "semb", + "ly" + ], + [ + "Ġco", + "al" + ], + [ + "ĠEn", + "ergy" + ], + [ + "Ġproced", + "ures" + ], + [ + "Ġimpro", + "ving" + ], + [ + "Ġb", + "ow" + ], + [ + "ĠT", + "reat" + ], + [ + "ĠS", + "er" + ], + [ + "A", + "pp" + ], + [ + "l", + "ers" + ], + [ + "Ġf", + "if" + ], + [ + "ĠA", + "p" + ], + [ + "Ġcl", + "oud" + ], + [ + "s", + "ible" + ], + [ + "ĠE", + "lect" + ], + [ + "Ġr", + "ub" + ], + [ + "Ġn", + "arr" + ], + [ + "ens", + "us" + ], + [ + "ival", + "ent" + ], + [ + "ĠAn", + "y" + ], + [ + "Ġvis", + "ible" + ], + [ + "Ġappear", + "ance" + ], + [ + "a", + "ud" + ], + [ + "i", + "h" + ], + [ + "Ġadv", + "oc" + ], + [ + "Ġn", + "erv" + ], + [ + "com", + "ple" + ], + [ + "conom", + "ic" + ], + [ + "Ġh", + "arv" + ], + [ + "Ġpl", + "ays" + ], + [ + "T", + "r" + ], + [ + "'", + "))" + ], + [ + "m", + "ethod" + ], + [ + "Ġlog", + "ging" + ], + [ + "Ġsub", + "stant" + ], + [ + "Ġfac", + "ilit" + ], + [ + "Ġdel", + "iver" + ], + [ + "t", + "ag" + ], + [ + "id", + "x" + ], + [ + "rol", + "og" + ], + [ + "Ġsh", + "ift" + ], + [ + "Ġinstr", + "ument" + ], + [ + "ĠC", + "ode" + ], + [ + "as", + "er" + ], + [ + "ĠC", + "olum" + ], + [ + "Ġt", + "ro" + ], + [ + "Ġprep", + "are" + ], + [ + "Ġpers", + "pective" + ], + [ + "Ġinterest", + "s" + ], + [ + "Ġcris", + "is" + ], + [ + "Ġprote", + "ins" + ], + [ + "Ġing", + "red" + ], + [ + "Ġthe", + "rm" + ], + [ + "Ġc", + "rops" + ], + [ + "Ġ", + "?" + ], + [ + "Ġph", + "r" + ], + [ + "Ġmess", + "ages" + ], + [ + "Ġth", + "in" + ], + [ + "ĠNAS", + "A" + ], + [ + "G", + "o" + ], + [ + "Ġfor", + "ced" + ], + [ + "ĠS", + "ol" + ], + [ + "he", + "m" + ], + [ + "Ġch", + "art" + ], + [ + "ĠCent", + "ral" + ], + [ + "y", + "les" + ], + [ + "Ġv", + "ent" + ], + [ + "ĠN", + "or" + ], + [ + "Ġk", + "m" + ], + [ + "Ġens", + "uring" + ], + [ + "ig", + "ration" + ], + [ + "Ġfert", + "il" + ], + [ + "v", + "ar" + ], + [ + "ĠR", + "a" + ], + [ + "U", + "N" + ], + [ + "cul", + "ate" + ], + [ + "ro", + "ke" + ], + [ + "O", + "ver" + ], + [ + "Ġtest", + "ed" + ], + [ + "M", + "ore" + ], + [ + "Ġmor", + "ning" + ], + [ + "Ġb", + "rown" + ], + [ + "Ġplay", + "ing" + ], + [ + "z", + "y" + ], + [ + "ĠS", + "am" + ], + [ + "Ġm", + "arg" + ], + [ + "ĠL", + "ou" + ], + [ + "Ġ200", + "3" + ], + [ + "Ġagricult", + "ural" + ], + [ + "Ġmon", + "itor" + ], + [ + "Ġshe", + "l" + ], + [ + "ĠBe", + "autiful" + ], + [ + "Ġstart", + "s" + ], + [ + "Ġexplain", + "ed" + ], + [ + "Ġpair", + "s" + ], + [ + "c", + "at" + ], + [ + "l", + "ink" + ], + [ + "r", + "ine" + ], + [ + "v", + "an" + ], + [ + "st", + "ood" + ], + [ + "Ġe", + "ast" + ], + [ + "Ġk", + "n" + ], + [ + "Ġsynd", + "rome" + ], + [ + "H", + "O" + ], + [ + "Ġclos", + "ely" + ], + [ + "c", + "ar" + ], + [ + "ĠT", + "em" + ], + [ + "ĠP", + "ost" + ], + [ + "ĠInst", + "ead" + ], + [ + "Ġgovern", + "ments" + ], + [ + "Ġ201", + "9" + ], + [ + "cul", + "es" + ], + [ + "Ġrespons", + "es" + ], + [ + "A", + "meric" + ], + [ + "C", + "D" + ], + [ + "Ġgrow", + "n" + ], + [ + "Ġoper", + "ator" + ], + [ + "Ġeng", + "age" + ], + [ + "Ġdrink", + "ing" + ], + [ + "ĠSe", + "a" + ], + [ + "ol", + "ars" + ], + [ + "ot", + "a" + ], + [ + "com", + "ing" + ], + [ + "ĠCont", + "rol" + ], + [ + "ĠAr", + "my" + ], + [ + "c", + "ell" + ], + [ + "Ġpar", + "se" + ], + [ + "Ġconsum", + "er" + ], + [ + "Ġ(", + "\"" + ], + [ + "Ġf", + "elt" + ], + [ + "Ġart", + "ificial" + ], + [ + "Ġtyp", + "ical" + ], + [ + "Ġmanufact", + "uring" + ], + [ + "D", + "esign" + ], + [ + "Ġst", + "em" + ], + [ + "Ġcl", + "osed" + ], + [ + "Ġacc", + "el" + ], + [ + "Ġexpl", + "an" + ], + [ + "lic", + "k" + ], + [ + "Ġconn", + "ections" + ], + [ + "S", + "oup" + ], + [ + "ar", + "io" + ], + [ + "ĠW", + "omen" + ], + [ + "ne", + "xt" + ], + [ + "Ġ200", + "1" + ], + [ + "Ġhapp", + "ened" + ], + [ + "clud", + "ed" + ], + [ + "c", + "her" + ], + [ + "ĠS", + "ci" + ], + [ + "ĠD", + "et" + ], + [ + "Ġsp", + "aces" + ], + [ + "ĠP", + "sych" + ], + [ + "Ġrecogn", + "ized" + ], + [ + "Ġless", + "ons" + ], + [ + "igen", + "ous" + ], + [ + "Ġl", + "ose" + ], + [ + "ĠE", + "very" + ], + [ + "Ġms", + "g" + ], + [ + "Ġposs", + "ess" + ], + [ + "U", + "R" + ], + [ + "Ġdecre", + "ase" + ], + [ + "Ġprinci", + "ple" + ], + [ + "ĠB", + "C" + ], + [ + "Ġbu", + "ff" + ], + [ + "Ġcur", + "riculum" + ], + [ + "Ġhor", + "iz" + ], + [ + "6", + "7" + ], + [ + "Ã", + "Ń" + ], + [ + "Ġw", + "alls" + ], + [ + "Ġf", + "ro" + ], + [ + "Ġcor", + "rel" + ], + [ + "Ġd", + "iversity" + ], + [ + "v", + "als" + ], + [ + "Ġcon", + "vent" + ], + [ + "5", + "5" + ], + [ + "Ġf", + "alse" + ], + [ + "im", + "er" + ], + [ + "Ġdist", + "ingu" + ], + [ + "Ġlook", + "ed" + ], + [ + "Ġdes", + "ired" + ], + [ + "d", + "ig" + ], + [ + "ro", + "id" + ], + [ + "ot", + "o" + ], + [ + "Ġn", + "it" + ], + [ + "Ġf", + "ab" + ], + [ + "ic", + "on" + ], + [ + "ren", + "cy" + ], + [ + "ĠTe", + "ac" + ], + [ + "Ġres", + "idents" + ], + [ + "ĠAn", + "other" + ], + [ + "Ġst", + "ages" + ], + [ + "Ġus", + "age" + ], + [ + "Ġpers", + "ons" + ], + [ + "Ġbi", + "ological" + ], + [ + "y", + "r" + ], + [ + "Ġb", + "order" + ], + [ + "Ġwe", + "ap" + ], + [ + "asc", + "ular" + ], + [ + "Ġch", + "ief" + ], + [ + "c", + "hers" + ], + [ + "ĠD", + "ec" + ], + [ + "Ġattribut", + "es" + ], + [ + "ĠH", + "oly" + ], + [ + "id", + "ay" + ], + [ + "ĠM", + "r" + ], + [ + "Ġsuff", + "ering" + ], + [ + "Ġexpl", + "ains" + ], + [ + "Ġopen", + "ed" + ], + [ + "e", + "per" + ], + [ + "Ġm", + "ac" + ], + [ + "Ġn", + "aturally" + ], + [ + "Ġdat", + "etime" + ], + [ + "8", + "8" + ], + [ + "Ġw", + "ire" + ], + [ + "Ġb", + "and" + ], + [ + "Ġloc", + "ations" + ], + [ + "ĠPro", + "v" + ], + [ + "plic", + "ated" + ], + [ + "wh", + "ile" + ], + [ + "ĠSt", + "r" + ], + [ + "ĠSp", + "ace" + ], + [ + "Ġbenef", + "icial" + ], + [ + "ĠL", + "ife" + ], + [ + "Ġcont", + "em" + ], + [ + "omet", + "imes" + ], + [ + "Ġpro", + "port" + ], + [ + "ac", + "ific" + ], + [ + "Ġfun", + "ding" + ], + [ + "K", + "ey" + ], + [ + "ĠT", + "wo" + ], + [ + "ĠD", + "ise" + ], + [ + "c", + "opy" + ], + [ + "s", + "pe" + ], + [ + "Ġw", + "arn" + ], + [ + "ab", + "il" + ], + [ + "Ġall", + "erg" + ], + [ + "P", + "er" + ], + [ + "O", + "b" + ], + [ + "Ġt", + "un" + ], + [ + "Ġopt", + "s" + ], + [ + "Ġs", + "ides" + ], + [ + "Ġs", + "ounds" + ], + [ + "du", + "le" + ], + [ + "Ġatt", + "ribute" + ], + [ + "Ġsuccess", + "fully" + ], + [ + "Ġharm", + "ful" + ], + [ + "Ġf", + "oss" + ], + [ + "Ġnet", + "works" + ], + [ + "ĠH", + "IV" + ], + [ + "ific", + "ations" + ], + [ + "Ġinc", + "hes" + ], + [ + "er", + "als" + ], + [ + "el", + "ess" + ], + [ + "ĠY", + "ear" + ], + [ + "Ġrepresent", + "ation" + ], + [ + "M", + "y" + ], + [ + "Ġa", + "de" + ], + [ + "Ġs", + "now" + ], + [ + "Ġd", + "oll" + ], + [ + "ĠFound", + "ation" + ], + [ + "?", + "âĢĿ" + ], + [ + "ĠEng", + "ine" + ], + [ + "Ġpack", + "age" + ], + [ + "A", + "B" + ], + [ + "Ġf", + "le" + ], + [ + "Ġle", + "aving" + ], + [ + "Ġjust", + "ice" + ], + [ + "Ġsc", + "an" + ], + [ + "Ġclaim", + "s" + ], + [ + "Ġrapid", + "ly" + ], + [ + "Ġd", + "type" + ], + [ + "Ġrat", + "io" + ], + [ + "Ġf", + "irm" + ], + [ + "el", + "lect" + ], + [ + "Ġj", + "oin" + ], + [ + "as", + "ive" + ], + [ + "'", + "ve" + ], + [ + "Ġf", + "illed" + ], + [ + "th", + "at" + ], + [ + "Ġcons", + "id" + ], + [ + "Ġdom", + "estic" + ], + [ + "Ġleaders", + "hip" + ], + [ + "Ġb", + "le" + ], + [ + "ĠIn", + "formation" + ], + [ + "ph", + "one" + ], + [ + "ĠCom", + "mon" + ], + [ + "con", + "s" + ], + [ + "omet", + "ry" + ], + [ + "Ġer", + "a" + ], + [ + "Ġemot", + "ions" + ], + [ + "Ġguid", + "elines" + ], + [ + "ĠNew", + "s" + ], + [ + "Ġbatter", + "y" + ], + [ + "C", + "al" + ], + [ + "T", + "ime" + ], + [ + "V", + "ID" + ], + [ + "Ġshe", + "ll" + ], + [ + "alle", + "l" + ], + [ + "it", + "ors" + ], + [ + "Ġw", + "ait" + ], + [ + "Ġfunction", + "al" + ], + [ + "ia", + "h" + ], + [ + "Ġ199", + "0" + ], + [ + "ĠB", + "ook" + ], + [ + "Ġport", + "ion" + ], + [ + "Ġsuff", + "er" + ], + [ + "Ġm", + "yth" + ], + [ + "Ġun", + "less" + ], + [ + "Ġinf", + "ected" + ], + [ + "L", + "O" + ], + [ + "om", + "y" + ], + [ + "ab", + "s" + ], + [ + "ver", + "ty" + ], + [ + "ain", + "ed" + ], + [ + "Ġag", + "es" + ], + [ + "Ġdr", + "am" + ], + [ + "Ġby", + "tes" + ], + [ + "Ġprot", + "ected" + ], + [ + "Ġpo", + "verty" + ], + [ + "Ġdisco", + "very" + ], + [ + "i", + "at" + ], + [ + "Ġg", + "ather" + ], + [ + "Ġconsist", + "ent" + ], + [ + "ĠD", + "el" + ], + [ + "Ġsupport", + "s" + ], + [ + "Ġconcern", + "ed" + ], + [ + "cre", + "ate" + ], + [ + "Ġto", + "w" + ], + [ + "Ġd", + "ental" + ], + [ + "ĠB", + "ible" + ], + [ + "Ġr", + "ural" + ], + [ + "Ġsm", + "ooth" + ], + [ + "Ġre", + "form" + ], + [ + "ĠJ", + "ose" + ], + [ + "add", + "ress" + ], + [ + "Ġst", + "ated" + ], + [ + "ĠT", + "oday" + ], + [ + "ĠC", + "are" + ], + [ + "ĠCar", + "ol" + ], + [ + "Ġagricult", + "ure" + ], + [ + "Ġsuggest", + "ed" + ], + [ + "Ġtou", + "ch" + ], + [ + "Ġd", + "ir" + ], + [ + "off", + "set" + ], + [ + "et", + "te" + ], + [ + "ib", + "ilities" + ], + [ + "Ġantib", + "iot" + ], + [ + "m", + "as" + ], + [ + "Ġtem", + "p" + ], + [ + "Ġhabit", + "at" + ], + [ + "ĠBeautiful", + "Soup" + ], + [ + "or", + "gan" + ], + [ + "ĠD", + "esign" + ], + [ + "Ġsurv", + "ival" + ], + [ + "Ġsk", + "ill" + ], + [ + "Ġeth", + "nic" + ], + [ + "d", + "esc" + ], + [ + "nd", + "array" + ], + [ + "o", + "or" + ], + [ + "ĠS", + "um" + ], + [ + "ov", + "en" + ], + [ + "Ġinf", + "o" + ], + [ + "Ġcor", + "por" + ], + [ + "Ġtri", + "ed" + ], + [ + "as", + "p" + ], + [ + "Ġstud", + "ied" + ], + [ + "Ġgra", + "v" + ], + [ + "Ġimm", + "un" + ], + [ + "sp", + "ace" + ], + [ + "Ġsyn", + "t" + ], + [ + "ĠCon", + "n" + ], + [ + "Ġhead", + "er" + ], + [ + "Ġmob", + "ile" + ], + [ + "Ġframe", + "work" + ], + [ + "A", + "dd" + ], + [ + "Ġ3", + "2" + ], + [ + "Ġexp", + "ensive" + ], + [ + "fil", + "ter" + ], + [ + "clus", + "ive" + ], + [ + "Ġgir", + "ls" + ], + [ + "Ġrepe", + "ated" + ], + [ + "oc", + "ation" + ], + [ + "ĠI", + "r" + ], + [ + "ĠM", + "ain" + ], + [ + "in", + "ity" + ], + [ + "Ġcl", + "s" + ], + [ + "Ġprevent", + "ion" + ], + [ + "Ġin", + "ject" + ], + [ + "ad", + "s" + ], + [ + "an", + "es" + ], + [ + "Ġreg", + "ulations" + ], + [ + "Ġhigh", + "light" + ], + [ + "D", + "uring" + ], + [ + "int", + "e" + ], + [ + "ĠEx", + "amples" + ], + [ + "ab", + "its" + ], + [ + "ag", + "ers" + ], + [ + "Ġmed", + "ication" + ], + [ + "Ġhundred", + "s" + ], + [ + "Ġc", + "os" + ], + [ + "Ġun", + "known" + ], + [ + "Ġopen", + "ing" + ], + [ + "se", + "ction" + ], + [ + "fil", + "es" + ], + [ + "C", + "ol" + ], + [ + "M", + "e" + ], + [ + "ĠM", + "il" + ], + [ + "Ġk", + "it" + ], + [ + "Ġflo", + "or" + ], + [ + "ĠM", + "icro" + ], + [ + "ĠL", + "and" + ], + [ + "Ġsecond", + "ary" + ], + [ + "ar", + "ter" + ], + [ + "Ġworld", + "wide" + ], + [ + "I", + "L" + ], + [ + "O", + "r" + ], + [ + "Ġs", + "en" + ], + [ + "Ġdet", + "ection" + ], + [ + "Ġj", + "u" + ], + [ + "Ġdirect", + "or" + ], + [ + "Ġlif", + "estyle" + ], + [ + "Ġcult", + "iv" + ], + [ + "Ġindic", + "ates" + ], + [ + "es", + "ity" + ], + [ + "ĠS", + "l" + ], + [ + "Ġaut", + "hen" + ], + [ + "Ġcomp", + "are" + ], + [ + "Ġext", + "ensive" + ], + [ + "Ġg", + "un" + ], + [ + "ir", + "us" + ], + [ + "Ġk", + "il" + ], + [ + "Ġdec", + "or" + ], + [ + "Ġreve", + "aled" + ], + [ + "Ġst", + "ick" + ], + [ + "Ġcap", + "able" + ], + [ + "b", + "or" + ], + [ + "sc", + "ore" + ], + [ + "ĠRuss", + "ia" + ], + [ + "ĠT", + "ime" + ], + [ + "Ġpre", + "m" + ], + [ + "Ġl", + "un" + ], + [ + "Ġform", + "al" + ], + [ + "Ġwrit", + "er" + ], + [ + "Ġevalu", + "ate" + ], + [ + "r", + "ations" + ], + [ + "Ġcreat", + "ive" + ], + [ + "in", + "i" + ], + [ + "ce", + "ived" + ], + [ + "Ġsupp", + "lement" + ], + [ + "Ġs", + "ick" + ], + [ + "Ġaccept", + "ed" + ], + [ + "Ġne", + "ut" + ], + [ + "ĠV", + "ol" + ], + [ + "Ġread", + "ers" + ], + [ + "d", + "ist" + ], + [ + "k", + "es" + ], + [ + "or", + "ter" + ], + [ + "âĢĻ", + "." + ], + [ + "cy", + "cl" + ], + [ + "ĠF", + "orm" + ], + [ + "Ġad", + "j" + ], + [ + "Ġact", + "s" + ], + [ + "N", + "e" + ], + [ + "sc", + "ale" + ], + [ + "l", + "st" + ], + [ + "Ġtra", + "ffic" + ], + [ + "Ġfound", + "ation" + ], + [ + "k", + "a" + ], + [ + "Ġsh", + "ut" + ], + [ + "Ġpol", + "ice" + ], + [ + "Ġlist", + "ed" + ], + [ + "Ġap", + "art" + ], + [ + "Ġtri", + "al" + ], + [ + "re", + "al" + ], + [ + "clud", + "ing" + ], + [ + "Ġachie", + "ved" + ], + [ + "M", + "P" + ], + [ + "Ġapp", + "reci" + ], + [ + "r", + "h" + ], + [ + "dd", + "en" + ], + [ + "ĠEnvironment", + "al" + ], + [ + "Ġint", + "ake" + ], + [ + "ec", + "ut" + ], + [ + "x", + "y" + ], + [ + "Ġp", + "ig" + ], + [ + "Ġsu", + "c" + ], + [ + "Ġrel", + "ax" + ], + [ + "ci", + "um" + ], + [ + "Ġsold", + "iers" + ], + [ + "Ġp", + "il" + ], + [ + "Ġmill", + "ions" + ], + [ + "ĠâĢ", + "¢" + ], + [ + "ck", + "now" + ], + [ + "Ġrepl", + "aced" + ], + [ + "Ġdeath", + "s" + ], + [ + "f", + "irst" + ], + [ + "Ġ200", + "2" + ], + [ + "Ġcollab", + "or" + ], + [ + "Ġaccom", + "pl" + ], + [ + "Ġbehavi", + "ors" + ], + [ + "Ġopin", + "ion" + ], + [ + "p", + "ers" + ], + [ + "ĠB", + "er" + ], + [ + "ĠRuss", + "ian" + ], + [ + "un", + "te" + ], + [ + "Ġse", + "gment" + ], + [ + "Ġview", + "s" + ], + [ + "ĠMan", + "agement" + ], + [ + "Ġa", + "str" + ], + [ + "ail", + "ed" + ], + [ + "Ġs", + "ports" + ], + [ + "Ġdiscuss", + "ed" + ], + [ + "De", + "velop" + ], + [ + "Ġle", + "af" + ], + [ + "Ġwor", + "s" + ], + [ + "Ġposs", + "ibly" + ], + [ + "Ġhyd", + "ro" + ], + [ + "ĠRober", + "t" + ], + [ + "Ġp", + "ure" + ], + [ + "Ġofficial", + "s" + ], + [ + ".", + "'" + ], + [ + "Ġapp", + "arent" + ], + [ + "u", + "zz" + ], + [ + "Ġch", + "osen" + ], + [ + "Ġintrodu", + "ction" + ], + [ + "re", + "et" + ], + [ + "i", + "ology" + ], + [ + "Ġl", + "ibr" + ], + [ + "Ġwest", + "ern" + ], + [ + "Ġnorm", + "ally" + ], + [ + "ĠP", + "ers" + ], + [ + "Ġhead", + "ers" + ], + [ + "e", + "f" + ], + [ + "Ġpl", + "ate" + ], + [ + "l", + "ig" + ], + [ + "el", + "es" + ], + [ + "ĠS", + "uch" + ], + [ + "ĠGr", + "oup" + ], + [ + "\\", + "\\" + ], + [ + "Ġt", + "al" + ], + [ + "Ġpre", + "tty" + ], + [ + "Ġanc", + "est" + ], + [ + "B", + "N" + ], + [ + "Ġab", + "use" + ], + [ + "Ġrec", + "ip" + ], + [ + "Ġam", + "b" + ], + [ + "ĠW", + "il" + ], + [ + "Ġinter", + "vention" + ], + [ + "ĠL", + "ike" + ], + [ + "Ġra", + "il" + ], + [ + "Ġinteract", + "ions" + ], + [ + "ĠVirgin", + "ia" + ], + [ + "ĠA", + "lex" + ], + [ + "Ġcon", + "clusion" + ], + [ + "ĠTh", + "rough" + ], + [ + "ĠAt", + "l" + ], + [ + "5", + "00" + ], + [ + "ĠN", + "umber" + ], + [ + "Ġwalk", + "ing" + ], + [ + "Ġen", + "um" + ], + [ + "ap", + "pe" + ], + [ + "v", + "ille" + ], + [ + "Ġre", + "ject" + ], + [ + "ĠS", + "ec" + ], + [ + "col", + "or" + ], + [ + "Ġl", + "atter" + ], + [ + "Ġz", + "one" + ], + [ + "Ġex", + "change" + ], + [ + "Ġout", + "do" + ], + [ + "Ġelect", + "ro" + ], + [ + "Ġcou", + "ple" + ], + [ + "ing", + "ly" + ], + [ + "un", + "der" + ], + [ + "Ġ-", + ">" + ], + [ + "le", + "ments" + ], + [ + "am", + "ing" + ], + [ + "ĠO", + "F" + ], + [ + "Ġ3", + "1" + ], + [ + "Ġclos", + "er" + ], + [ + "Ġinstall", + "ed" + ], + [ + "Ġperman", + "ent" + ], + [ + "or", + "row" + ], + [ + "Ġsu", + "dden" + ], + [ + "Ġch", + "ol" + ], + [ + "Ġim", + "per" + ], + [ + "Ġoff", + "ering" + ], + [ + "Ġp", + "ump" + ], + [ + "Ġbl", + "ocks" + ], + [ + "d", + "i" + ], + [ + "Ġpa", + "id" + ], + [ + "Ġinj", + "uries" + ], + [ + "Ġpers", + "ist" + ], + [ + "7", + "7" + ], + [ + "Ġ19", + "0" + ], + [ + "ash", + "ion" + ], + [ + "ĠComp", + "any" + ], + [ + "Ġp", + "ull" + ], + [ + "ic", + "it" + ], + [ + "ĠT", + "ur" + ], + [ + "ig", + "ma" + ], + [ + "Ġdescrib", + "es" + ], + [ + "Ġste", + "el" + ], + [ + "S", + "te" + ], + [ + "Ġlog", + "ger" + ], + [ + "Cl", + "ass" + ], + [ + "Ġc", + "atch" + ], + [ + "Ġtra", + "um" + ], + [ + "Ġunder", + "lying" + ], + [ + "p", + "et" + ], + [ + "se", + "c" + ], + [ + "ĠC", + "D" + ], + [ + "Ġext", + "ended" + ], + [ + "Ġd", + "ust" + ], + [ + "Ġinte", + "gers" + ], + [ + "ms", + "g" + ], + [ + "Ġrecogn", + "ition" + ], + [ + "Ġtru", + "ly" + ], + [ + "v", + "ari" + ], + [ + "ct", + "ors" + ], + [ + "Ġcustom", + "er" + ], + [ + "Ġb", + "read" + ], + [ + "Ġequ", + "ivalent" + ], + [ + "EN", + "T" + ], + [ + "or", + "ig" + ], + [ + "ĠO", + "pen" + ], + [ + "Ġeval", + "uation" + ], + [ + "q", + "l" + ], + [ + "Ġveh", + "icles" + ], + [ + "Ġfig", + "ures" + ], + [ + "Ġentire", + "ly" + ], + [ + "Ġwor", + "se" + ], + [ + "r", + "ont" + ], + [ + "ĠK", + "ore" + ], + [ + "Ġcomput", + "ers" + ], + [ + "ĠSm", + "ith" + ], + [ + "st", + "ep" + ], + [ + "Ġv", + "s" + ], + [ + "Ġwe", + "ights" + ], + [ + "itud", + "es" + ], + [ + "Ġimmedi", + "ate" + ], + [ + "ec", + "ute" + ], + [ + "Ġimpos", + "sible" + ], + [ + "ra", + "cy" + ], + [ + "ann", + "els" + ], + [ + "E", + "F" + ], + [ + "Ġpl", + "t" + ], + [ + "mat", + "ch" + ], + [ + "Ġadop", + "ted" + ], + [ + "ĠN", + "av" + ], + [ + "ish", + "ment" + ], + [ + "]", + "))" + ], + [ + "n", + "y" + ], + [ + "Ġro", + "les" + ], + [ + "Ġsign", + "als" + ], + [ + "id", + "ity" + ], + [ + "'", + ")," + ], + [ + "in", + "et" + ], + [ + "Ġs", + "od" + ], + [ + "Ġst", + "ars" + ], + [ + "Ġconsum", + "ers" + ], + [ + "C", + "A" + ], + [ + "re", + "place" + ], + [ + "est", + "ing" + ], + [ + "Ġcateg", + "ories" + ], + [ + "ob", + "s" + ], + [ + "Ġtw", + "ice" + ], + [ + "\\", + "_" + ], + [ + "z", + "en" + ], + [ + "Ġ5", + "00" + ], + [ + "Ġch", + "apter" + ], + [ + "ans", + "ion" + ], + [ + "Ġreg", + "ional" + ], + [ + "Ġs", + "ed" + ], + [ + "ĠCon", + "stitution" + ], + [ + "al", + "ian" + ], + [ + "Ġunder", + "stood" + ], + [ + "d", + "ri" + ], + [ + "up", + "s" + ], + [ + "Ġsurv", + "ive" + ], + [ + "ol", + "ving" + ], + [ + "ĠA", + "cc" + ], + [ + "ĠM", + "o" + ], + [ + "ĠB", + "et" + ], + [ + "an", + "o" + ], + [ + "Ġstr", + "ict" + ], + [ + "Ġmus", + "e" + ], + [ + "Ġult", + "imately" + ], + [ + "O", + "ther" + ], + [ + "Ġt", + "rib" + ], + [ + "Ġrepresent", + "ed" + ], + [ + "ĠType", + "Error" + ], + [ + "C", + "P" + ], + [ + "Ġc", + "rop" + ], + [ + "Ġinter", + "action" + ], + [ + "c", + "a" + ], + [ + "Ġr", + "ank" + ], + [ + "ĠD", + "an" + ], + [ + "Ġmark", + "ed" + ], + [ + "ot", + "ed" + ], + [ + "ĠC", + "reat" + ], + [ + "Ġang", + "le" + ], + [ + "8", + "9" + ], + [ + "Ġfrequ", + "ent" + ], + [ + "Ġconfig", + "uration" + ], + [ + "Ġf", + "ix" + ], + [ + "ĠB", + "udd" + ], + [ + "ä", + "¸" + ], + [ + "ĠW", + "hether" + ], + [ + "Ġres", + "olution" + ], + [ + "Ġun", + "s" + ], + [ + "pro", + "duct" + ], + [ + "sh", + "ow" + ], + [ + "Ġansw", + "ers" + ], + [ + "ap", + "h" + ], + [ + "Ġprint", + "s" + ], + [ + "mod", + "ule" + ], + [ + "Ġstreng", + "then" + ], + [ + "4", + "9" + ], + [ + "ĠA", + "S" + ], + [ + "ag", + "ram" + ], + [ + "Ġfl", + "ight" + ], + [ + "Ġsum", + "mary" + ], + [ + "om", + "ic" + ], + [ + "ĠN", + "ature" + ], + [ + "Ġver", + "b" + ], + [ + "Ġstrugg", + "le" + ], + [ + "B", + "l" + ], + [ + "P", + "E" + ], + [ + "fe", + "rent" + ], + [ + "Ġtra", + "ce" + ], + [ + "b", + "urg" + ], + [ + "or", + "ical" + ], + [ + "Ġpart", + "ies" + ], + [ + "Ġprodu", + "cing" + ], + [ + "m", + "ode" + ], + [ + "Ġinstruct", + "ions" + ], + [ + "Ġaccount", + "s" + ], + [ + "Ġdecl", + "ine" + ], + [ + "Ġcontain", + "er" + ], + [ + "Ġf", + "ell" + ], + [ + "ra", + "pe" + ], + [ + "Ġspe", + "aking" + ], + [ + "ĠF", + "ind" + ], + [ + "Ġend", + "s" + ], + [ + "Ġf", + "rag" + ], + [ + "Ġappe", + "ared" + ], + [ + "ad", + "a" + ], + [ + "Ġsc", + "al" + ], + [ + "P", + "e" + ], + [ + "ĠS", + "en" + ], + [ + "ĠP", + "acific" + ], + [ + "Ġdel", + "ay" + ], + [ + "Ġrepresent", + "ing" + ], + [ + "y", + "e" + ], + [ + "ĠN", + "ations" + ], + [ + "Ġm", + "ent" + ], + [ + "ch", + "ain" + ], + [ + "Ġob", + "j" + ], + [ + "Ġdoct", + "ors" + ], + [ + "ĠJ", + "SON" + ], + [ + "ang", + "o" + ], + [ + "Ġro", + "of" + ], + [ + "Ġ[", + "[" + ], + [ + "Ġder", + "ived" + ], + [ + "Q", + "L" + ], + [ + "Ġ", + "]" + ], + [ + "Ġs", + "oup" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠ" + ], + [ + "Ġadminist", + "ration" + ], + [ + "Ġa", + "er" + ], + [ + "ors", + "es" + ], + [ + "Ġsim", + "pl" + ], + [ + "Ġt", + "it" + ], + [ + "ĠM", + "iddle" + ], + [ + "Ġco", + "ff" + ], + [ + "Ġcare", + "fully" + ], + [ + "ipp", + "ing" + ], + [ + "8", + "6" + ], + [ + "Ġaud", + "ience" + ], + [ + "ĠCath", + "olic" + ], + [ + "ap", + "ed" + ], + [ + "rop", + "ical" + ], + [ + "r", + "as" + ], + [ + "Ġt", + "ick" + ], + [ + "ed", + "y" + ], + [ + "Ġb", + "an" + ], + [ + "Ġconf", + "ir" + ], + [ + "ĠFl", + "or" + ], + [ + "all", + "ow" + ], + [ + "Ġlay", + "ers" + ], + [ + "Ġtrig", + "ger" + ], + [ + "b", + "ing" + ], + [ + "Ġth", + "or" + ], + [ + "ĠL", + "ake" + ], + [ + "int", + "s" + ], + [ + "ic", + "ious" + ], + [ + "Ġneighb", + "or" + ], + [ + "ter", + "y" + ], + [ + "Ġresp", + "ir" + ], + [ + "Ġmar", + "ine" + ], + [ + "ol", + "a" + ], + [ + "Ġrout", + "ine" + ], + [ + "Ġded", + "icated" + ], + [ + "ĠR", + "ights" + ], + [ + "Ġlim", + "its" + ], + [ + "le", + "ts" + ], + [ + "Ġc", + "oun" + ], + [ + "Ġg", + "ap" + ], + [ + "ĠRe", + "c" + ], + [ + "Ġcircum", + "stances" + ], + [ + "Ġf", + "asc" + ], + [ + "Ġcont", + "ents" + ], + [ + "Ġthe", + "rap" + ], + [ + "ost", + "er" + ], + [ + "ĠAn", + "n" + ], + [ + "Ġsat", + "ell" + ], + [ + "Ġaff", + "ord" + ], + [ + "Ġr", + "ing" + ], + [ + "Ġdis", + "cipl" + ], + [ + "ok", + "en" + ], + [ + "Ġorigin", + "ally" + ], + [ + "Ġman", + "aging" + ], + [ + "Ġcour", + "ses" + ], + [ + "Ġd", + "in" + ], + [ + "ĠCanad", + "ian" + ], + [ + "Ġv", + "eter" + ], + [ + "Ġmass", + "ive" + ], + [ + "Ġtalk", + "ing" + ], + [ + "u", + "a" + ], + [ + "Ġinter", + "view" + ], + [ + "Ġcommunic", + "ate" + ], + [ + "Ġw", + "aves" + ], + [ + "plot", + "lib" + ], + [ + "Ġbro", + "ken" + ], + [ + "Ġelect", + "ronic" + ], + [ + "ĠAd", + "ditionally" + ], + [ + "Ġstim", + "ul" + ], + [ + "7", + "6" + ], + [ + "ut", + "ch" + ], + [ + "Ġcol", + "our" + ], + [ + "Ġhapp", + "y" + ], + [ + "Ġindust", + "ries" + ], + [ + "ĠHen", + "ry" + ], + [ + "Ġa", + "qu" + ], + [ + "ag", + "ues" + ], + [ + "Ġa", + "cknow" + ], + [ + "Ġd", + "aughter" + ], + [ + "Ġsupport", + "ing" + ], + [ + "Ġdel", + "i" + ], + [ + "ic", + "ing" + ], + [ + "sy", + "stem" + ], + [ + "P", + "R" + ], + [ + "on", + "ds" + ], + [ + "Ġass", + "istance" + ], + [ + "Ġplay", + "er" + ], + [ + "f", + "ields" + ], + [ + "p", + "ress" + ], + [ + "Ġb", + "ones" + ], + [ + "ocr", + "atic" + ], + [ + "Ġn", + "arrow" + ], + [ + "Ġcon", + "crete" + ], + [ + "com", + "mon" + ], + [ + "re", + "land" + ], + [ + "ĠT", + "HE" + ], + [ + "g", + "ent" + ], + [ + "Ġm", + "ur" + ], + [ + "out", + "s" + ], + [ + "Ġf", + "ract" + ], + [ + "ĠRe", + "port" + ], + [ + "aut", + "h" + ], + [ + "Ġst", + "om" + ], + [ + "con", + "st" + ], + [ + "g", + "raph" + ], + [ + "rib", + "ed" + ], + [ + "Ġag", + "encies" + ], + [ + "bre", + "ak" + ], + [ + "Ġarchitect", + "ure" + ], + [ + ".", + "âĢĻ" + ], + [ + "C", + "R" + ], + [ + "L", + "et" + ], + [ + "bl", + "ock" + ], + [ + "E", + "d" + ], + [ + "in", + "ction" + ], + [ + "r", + "and" + ], + [ + "um", + "in" + ], + [ + "ib", + "onacci" + ], + [ + "Ġagree", + "ment" + ], + [ + "Ġint", + "ellect" + ], + [ + "ĠFr", + "anc" + ], + [ + "ot", + "es" + ], + [ + "Str", + "ing" + ], + [ + "ĠLou", + "is" + ], + [ + "Ġt", + "iny" + ], + [ + "Ġre", + "vers" + ], + [ + "Ġfib", + "er" + ], + [ + "s", + "ession" + ], + [ + "al", + "a" + ], + [ + "ĠM", + "a" + ], + [ + "ri", + "end" + ], + [ + "ĠGl", + "obal" + ], + [ + "U", + "L" + ], + [ + "Ġacc", + "um" + ], + [ + "Ġgreat", + "ly" + ], + [ + "en", + "a" + ], + [ + "Ġhous", + "es" + ], + [ + "ĠRev", + "olution" + ], + [ + "ĠWind", + "ows" + ], + [ + "d", + "type" + ], + [ + "ĠStud", + "ies" + ], + [ + "Ġbud", + "get" + ], + [ + "Ġab", + "und" + ], + [ + "Ġaccess", + "ible" + ], + [ + "Ġhouse", + "hold" + ], + [ + "Ġchalleng", + "ing" + ], + [ + "d", + "irect" + ], + [ + "Ġcateg", + "ory" + ], + [ + "Ġd", + "rain" + ], + [ + "ĠM", + "ont" + ], + [ + "Ġexam", + "ine" + ], + [ + "{", + "'" + ], + [ + "Ġposs", + "ibility" + ], + [ + "Ġphot", + "os" + ], + [ + "Ġt", + "or" + ], + [ + "ig", + "ate" + ], + [ + "Ġw", + "ish" + ], + [ + "Ġdeli", + "very" + ], + [ + "eli", + "hood" + ], + [ + "Ġman", + "aged" + ], + [ + "ic", + "ide" + ], + [ + "Ġth", + "r" + ], + [ + "ĠJose", + "ph" + ], + [ + "t", + "u" + ], + [ + "Ġfl", + "av" + ], + [ + "Ġtrans", + "mission" + ], + [ + "Ġobject", + "ive" + ], + [ + "Ġest", + "imate" + ], + [ + "ĠEx", + "pl" + ], + [ + "Ġnecess", + "arily" + ], + [ + "Ġw", + "ants" + ], + [ + "Ġb", + "ot" + ], + [ + "ĠF", + "ederal" + ], + [ + "ĠChe", + "m" + ], + [ + "Ġexpress", + "ed" + ], + [ + "on", + "ia" + ], + [ + "Ġh", + "abits" + ], + [ + "Ġcult", + "ures" + ], + [ + "Ġexperim", + "ents" + ], + [ + "Ġp", + "ool" + ], + [ + "Ġg", + "all" + ], + [ + "Ġmechan", + "ism" + ], + [ + "S", + "ee" + ], + [ + "Ġpos", + "itions" + ], + [ + "ar", + "ia" + ], + [ + "Ġinter", + "face" + ], + [ + "Ġguid", + "ance" + ], + [ + "ĠT", + "w" + ], + [ + "ĠIn", + "te" + ], + [ + "Ġdec", + "ide" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "Ġ" + ], + [ + "ĠPar", + "is" + ], + [ + "=", + "[" + ], + [ + "f", + "ill" + ], + [ + "Ġcomp", + "osition" + ], + [ + "Ġopp", + "osite" + ], + [ + "Ġkid", + "ney" + ], + [ + "ĠN", + "ame" + ], + [ + "Ġwarm", + "ing" + ], + [ + "a", + "very" + ], + [ + "Ġc", + "raft" + ], + [ + "Ġimprove", + "ment" + ], + [ + "um", + "e" + ], + [ + "Ġautom", + "atically" + ], + [ + "ĠColum", + "b" + ], + [ + "Y", + "our" + ], + [ + "cur", + "sor" + ], + [ + "ri", + "ers" + ], + [ + "Ġmar", + "riage" + ], + [ + "ĠAb", + "out" + ], + [ + "Ġcustom", + "ers" + ], + [ + "ĠOff", + "ice" + ], + [ + "Ã", + "³" + ], + [ + "b", + "orn" + ], + [ + "Ġst", + "ack" + ], + [ + "Ġprodu", + "ces" + ], + [ + "Ġatt", + "ached" + ], + [ + "Ġprin", + "cip" + ], + [ + "e", + "al" + ], + [ + "k", + "i" + ], + [ + "Ġgener", + "ations" + ], + [ + "Ġsignific", + "ance" + ], + [ + "Ġphilos", + "ophy" + ], + [ + "n", + "orm" + ], + [ + "ĠI", + "reland" + ], + [ + "i", + "ated" + ], + [ + "ĠS", + "outhern" + ], + [ + "Ġsh", + "aring" + ], + [ + "ester", + "ol" + ], + [ + "ĠKe", + "ep" + ], + [ + "D", + "is" + ], + [ + "ic", + "an" + ], + [ + "Ġcompar", + "ison" + ], + [ + "Ġrem", + "ark" + ], + [ + "Ġpurch", + "ase" + ], + [ + "ĠProfess", + "or" + ], + [ + "t", + "ry" + ], + [ + "ĠG", + "ood" + ], + [ + "con", + "f" + ], + [ + "Ġprocess", + "ed" + ], + [ + "m", + "aking" + ], + [ + "n", + "ce" + ], + [ + "Ġgu", + "arant" + ], + [ + "ĠS", + "pec" + ], + [ + "Ġour", + "selves" + ], + [ + "T", + "ra" + ], + [ + "Ġd", + "ent" + ], + [ + "Ġun", + "iverse" + ], + [ + "Ġcontain", + "ed" + ], + [ + "oh", + "yd" + ], + [ + "Ġpict", + "ures" + ], + [ + "Ġres", + "erv" + ], + [ + "Ġac", + "ids" + ], + [ + "T", + "e" + ], + [ + "ol", + "f" + ], + [ + "du", + "ced" + ], + [ + "Return", + "s" + ], + [ + "h", + "av" + ], + [ + "Ġmach", + "ines" + ], + [ + "Ġdeb", + "ug" + ], + [ + "in", + "n" + ], + [ + "Ġdo", + "or" + ], + [ + "ĠSt", + "art" + ], + [ + "4", + "7" + ], + [ + "ĠG", + "old" + ], + [ + "Ġun", + "able" + ], + [ + "Ġbelie", + "f" + ], + [ + "ov", + "iet" + ], + [ + "ĠRe", + "view" + ], + [ + "f", + "ish" + ], + [ + "ĠSc", + "ient" + ], + [ + "Ġdifficult", + "y" + ], + [ + "8", + "7" + ], + [ + "Ġchild", + "hood" + ], + [ + "Ġatt", + "end" + ], + [ + "Ġfew", + "er" + ], + [ + "Ġcompet", + "ition" + ], + [ + "Che", + "ck" + ], + [ + "Ġdisc", + "rim" + ], + [ + "Ġdoub", + "t" + ], + [ + "Ġimplement", + "ed" + ], + [ + "Ġwild", + "life" + ], + [ + "ĠH", + "ome" + ], + [ + "ip", + "her" + ], + [ + "Ġprovid", + "er" + ], + [ + "Ġch", + "rom" + ], + [ + "c", + "ase" + ], + [ + "Ġor", + "ient" + ], + [ + "os", + "ph" + ], + [ + "Ġcr", + "im" + ], + [ + "4", + "2" + ], + [ + "he", + "ll" + ], + [ + "Ġmole", + "cules" + ], + [ + "par", + "ser" + ], + [ + "dep", + "th" + ], + [ + "Ġinstit", + "ution" + ], + [ + "st", + "rip" + ], + [ + "Ġde", + "pos" + ], + [ + "ag", + "raph" + ], + [ + "Ġk", + "new" + ], + [ + "Ġspect", + "rum" + ], + [ + "ĠCO", + "VID" + ], + [ + "t", + "ical" + ], + [ + "t", + "otal" + ], + [ + "Ġd", + "uration" + ], + [ + "ĠChar", + "les" + ], + [ + "Ġvulner", + "able" + ], + [ + "Ġm", + "oon" + ], + [ + "ĠM", + "ill" + ], + [ + "Ġar", + "ms" + ], + [ + "Ġcomp", + "r" + ], + [ + "ĠV", + "is" + ], + [ + "Ġcar", + "b" + ], + [ + "Ġinform", + "ed" + ], + [ + "Ġd", + "b" + ], + [ + "et", + "ers" + ], + [ + "ĠP", + "ract" + ], + [ + "Ġstudy", + "ing" + ], + [ + "ĠFr", + "ank" + ], + [ + "ĠB", + "ro" + ], + [ + "Ġcl", + "uster" + ], + [ + "Ġcapt", + "ure" + ], + [ + "âĢĻ", + "," + ], + [ + "Ġredu", + "ces" + ], + [ + "Ġb", + "io" + ], + [ + "Ġin", + "deed" + ], + [ + "Ġl", + "ock" + ], + [ + "Ġal", + "le" + ], + [ + "ĠTh", + "ose" + ], + [ + "Ġme", + "al" + ], + [ + "ĠCl", + "in" + ], + [ + "onom", + "y" + ], + [ + "he", + "tic" + ], + [ + "4", + "6" + ], + [ + "M", + "E" + ], + [ + "S", + "ince" + ], + [ + "r", + "ams" + ], + [ + "al", + "d" + ], + [ + "ĠS", + "ing" + ], + [ + "ĠT", + "or" + ], + [ + "Ġrel", + "ation" + ], + [ + "Ġtell", + "s" + ], + [ + "ĠW", + "ell" + ], + [ + "Ġdec", + "ade" + ], + [ + "Ġmar", + "ried" + ], + [ + "Ġsus", + "p" + ], + [ + "Ġl", + "ots" + ], + [ + "Ġsch", + "olars" + ], + [ + "Ġm", + "aps" + ], + [ + "Ġdes", + "ire" + ], + [ + "ĠR", + "ad" + ], + [ + "Ġlabor", + "atory" + ], + [ + "Ġinstr", + "uments" + ], + [ + "Ġupd", + "ated" + ], + [ + "C", + "L" + ], + [ + "Ġw", + "itness" + ], + [ + "Ġsh", + "op" + ], + [ + "aut", + "hor" + ], + [ + "Ġc", + "art" + ], + [ + "Ġslow", + "ly" + ], + [ + "an", + "ches" + ], + [ + "F", + "irst" + ], + [ + "Ġair", + "craft" + ], + [ + "Ġcom", + "ments" + ], + [ + "ens", + "ional" + ], + [ + "Ġins", + "urance" + ], + [ + "Ġw", + "is" + ], + [ + "Ġl", + "ies" + ], + [ + "li", + "ament" + ], + [ + "a", + "fe" + ], + [ + "ater", + "n" + ], + [ + "Ġ3", + "00" + ], + [ + "ĠEx", + "per" + ], + [ + "Ġprevent", + "ing" + ], + [ + "Ġsuc", + "ceed" + ], + [ + "d", + "itions" + ], + [ + "Ġc", + "ars" + ], + [ + "Ġn", + "d" + ], + [ + "Ġmod", + "ified" + ], + [ + "Ġg", + "al" + ], + [ + "Ġsub", + "s" + ], + [ + "Ġch", + "ick" + ], + [ + "Ġpow", + "ers" + ], + [ + "Ġw", + "ww" + ], + [ + "Ġr", + "ice" + ], + [ + "Ġev", + "il" + ], + [ + "Ġgra", + "ce" + ], + [ + "Ġfight", + "ing" + ], + [ + "Ġvess", + "els" + ], + [ + "Ġwh", + "atever" + ], + [ + "Ġs", + "ight" + ], + [ + "it", + "ivity" + ], + [ + "ol", + "es" + ], + [ + "Ġor", + "g" + ], + [ + "D", + "r" + ], + [ + "colum", + "n" + ], + [ + "or", + "ous" + ], + [ + "Ġtrans", + "lation" + ], + [ + "Ġforest", + "s" + ], + [ + "o", + "om" + ], + [ + "t", + "age" + ], + [ + "u", + "pt" + ], + [ + "em", + "ail" + ], + [ + "oc", + "ab" + ], + [ + "ĠC", + "ult" + ], + [ + "Ġpercent", + "age" + ], + [ + "Ġinsect", + "s" + ], + [ + "ĠT", + "rain" + ], + [ + "Ġbreat", + "hing" + ], + [ + "oc", + "racy" + ], + [ + "act", + "ions" + ], + [ + "5", + "6" + ], + [ + "ĠT", + "ext" + ], + [ + "ĠP", + "eter" + ], + [ + "ĠL", + "og" + ], + [ + "Ġpar", + "allel" + ], + [ + "Ġmeasure", + "ment" + ], + [ + "M", + "ed" + ], + [ + "Ġsp", + "r" + ], + [ + "Ġexerc", + "ises" + ], + [ + "loc", + "ation" + ], + [ + "ĠLab", + "or" + ], + [ + "p", + "i" + ], + [ + "t", + "arget" + ], + [ + "Ġadvant", + "ages" + ], + [ + "0", + "2" + ], + [ + "st", + "ract" + ], + [ + "Ġun", + "iform" + ], + [ + "ak", + "ed" + ], + [ + "ĠO", + "x" + ], + [ + "az", + "ing" + ], + [ + "on", + "a" + ], + [ + "st", + "d" + ], + [ + "us", + "ing" + ], + [ + "Ġon", + "going" + ], + [ + "Ġlist", + "en" + ], + [ + "pr", + "ing" + ], + [ + "[:", + "," + ], + [ + "I", + "F" + ], + [ + "Ġf", + "ly" + ], + [ + "Ġpr", + "ison" + ], + [ + "Ġsw", + "im" + ], + [ + "w", + "rit" + ], + [ + "Ġcon", + "ven" + ], + [ + "Ġtro", + "ops" + ], + [ + "Ġc", + "ards" + ], + [ + "Ġm", + "ixed" + ], + [ + "ĠD", + "iv" + ], + [ + "ĠN", + "atural" + ], + [ + "Ġrel", + "iable" + ], + [ + "d", + "raw" + ], + [ + "Ġsee", + "ing" + ], + [ + "ĠFranc", + "is" + ], + [ + "ial", + "ize" + ], + [ + "conn", + "ect" + ], + [ + "st", + "one" + ], + [ + "ĠR", + "ob" + ], + [ + "aut", + "y" + ], + [ + "Ġcy", + "ber" + ], + [ + "Ġmechan", + "isms" + ], + [ + "Ġabsol", + "ute" + ], + [ + "L", + "ear" + ], + [ + "ant", + "ly" + ], + [ + "ĠV", + "ict" + ], + [ + "ĠCom", + "put" + ], + [ + "Ġrun", + "s" + ], + [ + "Ġconvent", + "ional" + ], + [ + ":", + "]" + ], + [ + "ĠB", + "ab" + ], + [ + "Ġmount", + "ain" + ], + [ + "Ġtra", + "ined" + ], + [ + "Ġa", + "head" + ], + [ + "Ġn", + "one" + ], + [ + "and", + "a" + ], + [ + "ser", + "ver" + ], + [ + "In", + "d" + ], + [ + "sent", + "ence" + ], + [ + "ic", + "ode" + ], + [ + "ĠF", + "ree" + ], + [ + "Ġcont", + "amin" + ], + [ + "ĠUS", + "A" + ], + [ + "Ġadminist", + "r" + ], + [ + "r", + "t" + ], + [ + "w", + "ar" + ], + [ + "ont", + "al" + ], + [ + "ĠK", + "now" + ], + [ + "row", + "ser" + ], + [ + "Ġcall", + "ing" + ], + [ + "es", + "h" + ], + [ + "Ġshe", + "et" + ], + [ + "ul", + "in" + ], + [ + "Ġstand", + "s" + ], + [ + "S", + "ub" + ], + [ + "ĠIn", + "v" + ], + [ + "Ġsc", + "ores" + ], + [ + "Ġcomp", + "ute" + ], + [ + "h", + "as" + ], + [ + "or", + "ic" + ], + [ + "ic", + "ate" + ], + [ + "Ġn", + "ine" + ], + [ + "Ġcal", + "cium" + ], + [ + "Ġl", + "iv" + ], + [ + "us", + "iness" + ], + [ + "ber", + "t" + ], + [ + "Ġmin", + "ing" + ], + [ + ".\"", + ")" + ], + [ + "Ġseek", + "ing" + ], + [ + "Ġdraw", + "ing" + ], + [ + "Ġg", + "one" + ], + [ + "ĠP", + "enn" + ], + [ + "Ġsm", + "oking" + ], + [ + "Ġfound", + "ed" + ], + [ + "lab", + "els" + ], + [ + "Ġdim", + "ensions" + ], + [ + "ĠPro", + "cess" + ], + [ + "Ġdynam", + "ic" + ], + [ + "k", + "ind" + ], + [ + "am", + "ps" + ], + [ + "ĠDef", + "ault" + ], + [ + "u", + "ke" + ], + [ + "pr", + "ice" + ], + [ + "Ġst", + "ores" + ], + [ + "Ġdom", + "in" + ], + [ + "ill", + "a" + ], + [ + "Ġne", + "ck" + ], + [ + "Ġparticip", + "ate" + ], + [ + "========", + "========" + ], + [ + "Ġswe", + "et" + ], + [ + "ĠS", + "oviet" + ], + [ + "Ġco", + "vers" + ], + [ + "Ġbig", + "gest" + ], + [ + "z", + "ed" + ], + [ + "Ġst", + "able" + ], + [ + "ual", + "ity" + ], + [ + "Ġsac", + "r" + ], + [ + "cl", + "s" + ], + [ + "Ġterrit", + "ory" + ], + [ + "h", + "ow" + ], + [ + "k", + "in" + ], + [ + "Ġhas", + "h" + ], + [ + "ik", + "ip" + ], + [ + "Ġdis", + "pos" + ], + [ + "Ġh", + "idden" + ], + [ + "se", + "y" + ], + [ + "ud", + "e" + ], + [ + "ĠL", + "ine" + ], + [ + "R", + "A" + ], + [ + "R", + "em" + ], + [ + "t", + "ree" + ], + [ + "Ġhe", + "ro" + ], + [ + "ink", + "ing" + ], + [ + "Ġsupp", + "lies" + ], + [ + "ĠIn", + "c" + ], + [ + "ĠA", + "ccess" + ], + [ + "ell", + "a" + ], + [ + "af", + "ety" + ], + [ + "Ġm", + "ood" + ], + [ + "Ġpo", + "et" + ], + [ + "Ġmagn", + "etic" + ], + [ + "ĠR", + "ome" + ], + [ + "Ġun", + "iversity" + ], + [ + "Ġatt", + "ach" + ], + [ + "b", + "in" + ], + [ + "olic", + "y" + ], + [ + "Ġfeed", + "back" + ], + [ + "ste", + "in" + ], + [ + "f", + "ortunately" + ], + [ + "gr", + "id" + ], + [ + "E", + "X" + ], + [ + "Ġcomp", + "ounds" + ], + [ + "Ġbr", + "idge" + ], + [ + "pl", + "oad" + ], + [ + "Ġpre", + "fix" + ], + [ + "Ġdestroy", + "ed" + ], + [ + "st", + "s" + ], + [ + "ut", + "ed" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠ" + ], + [ + "ol", + "ds" + ], + [ + "Ġr", + "id" + ], + [ + "Ġstand", + "ing" + ], + [ + "Ġcir", + "cle" + ], + [ + "unc", + "hed" + ], + [ + "Ġin", + "her" + ], + [ + "ĠC", + "a" + ], + [ + "Ġcor", + "n" + ], + [ + "Ġoper", + "ate" + ], + [ + "F", + "igure" + ], + [ + "Ġn", + "an" + ], + [ + "ĠC", + "all" + ], + [ + "Ġlibr", + "aries" + ], + [ + "st", + "op" + ], + [ + "Ġsub", + "stances" + ], + [ + "Ġ199", + "9" + ], + [ + "Tr", + "ans" + ], + [ + "Ġg", + "ut" + ], + [ + "Ġpr", + "on" + ], + [ + "i", + "ences" + ], + [ + "Ġre", + "ward" + ], + [ + "Ġman", + "if" + ], + [ + "ident", + "ial" + ], + [ + "acc", + "ount" + ], + [ + "Ġcut", + "ting" + ], + [ + "Ġvol", + "unte" + ], + [ + "an", + "i" + ], + [ + "ĠS", + "ym" + ], + [ + "ĠO", + "ption" + ], + [ + "n", + "ger" + ], + [ + "Ġt", + "aste" + ], + [ + "Ġre", + "cept" + ], + [ + "igh", + "ter" + ], + [ + "ap", + "se" + ], + [ + "v", + "in" + ], + [ + "ĠC", + "r" + ], + [ + "Ġw", + "arning" + ], + [ + "Ġte", + "en" + ], + [ + "Ġelect", + "ron" + ], + [ + "Ġcalcul", + "ated" + ], + [ + "Ġ197", + "0" + ], + [ + "Ġarri", + "ved" + ], + [ + "9", + "6" + ], + [ + "ro", + "at" + ], + [ + "Ġcrit", + "ic" + ], + [ + "Ġhe", + "m" + ], + [ + "Ġsc", + "ene" + ], + [ + "Ġstat", + "istics" + ], + [ + "ro", + "oms" + ], + [ + "Ġth", + "reshold" + ], + [ + "ri", + "ve" + ], + [ + "str", + "ings" + ], + [ + "Ġcontrol", + "s" + ], + [ + "or", + "al" + ], + [ + "ct", + "ic" + ], + [ + "ĠB", + "en" + ], + [ + "Ġevery", + "day" + ], + [ + "yn", + "c" + ], + [ + "Ġres", + "il" + ], + [ + "ĠCom", + "mit" + ], + [ + "Ġin", + "hib" + ], + [ + "Ġob", + "esity" + ], + [ + "Ġdeb", + "ate" + ], + [ + "Ġconstit", + "ution" + ], + [ + "e", + "enth" + ], + [ + "k", + "ins" + ], + [ + "ĠH", + "and" + ], + [ + "``", + "," + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ" + ], + [ + "al", + "i" + ], + [ + "so", + "ft" + ], + [ + "rypt", + "ed" + ], + [ + "iod", + "iversity" + ], + [ + "Ġrespect", + "ively" + ], + [ + "ĠM", + "ag" + ], + [ + "Ã", + "¼" + ], + [ + "Ġyou", + "nger" + ], + [ + "Ġenc", + "oding" + ], + [ + "it", + "ory" + ], + [ + "Ġas", + "c" + ], + [ + "Ġmeasure", + "ments" + ], + [ + "g", + "rad" + ], + [ + "Ġm", + "and" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠ" + ], + [ + "ĠIS", + "BN" + ], + [ + "Ġdecl", + "ared" + ], + [ + "s", + "erv" + ], + [ + "Ġ'", + "'" + ], + [ + "Ġpain", + "ting" + ], + [ + "Ġarr", + "ange" + ], + [ + "Ġobserv", + "ations" + ], + [ + "Ġcolle", + "agues" + ], + [ + "v", + "a" + ], + [ + "Ġman", + "ip" + ], + [ + "Ġcirc", + "uit" + ], + [ + "Ġvill", + "age" + ], + [ + "m", + "m" + ], + [ + "ĠM", + "D" + ], + [ + "br", + "idge" + ], + [ + "Ġesc", + "ape" + ], + [ + "if", + "ts" + ], + [ + "ĠC", + "at" + ], + [ + "ĠI", + "ll" + ], + [ + "Ġhol", + "ds" + ], + [ + "zer", + "os" + ], + [ + "ĠE", + "qu" + ], + [ + "ĠL", + "ong" + ], + [ + "Ġfe", + "ver" + ], + [ + "Ġturn", + "s" + ], + [ + "Ġrout", + "e" + ], + [ + "Ġdemonstr", + "ated" + ], + [ + "ĠY", + "et" + ], + [ + "Ġpro", + "min" + ], + [ + "ac", + "cess" + ], + [ + "ast", + "ers" + ], + [ + "ĠRich", + "ard" + ], + [ + "Ġris", + "ing" + ], + [ + "cl", + "aim" + ], + [ + "sort", + "ed" + ], + [ + "S", + "P" + ], + [ + "The", + "n" + ], + [ + "P", + "re" + ], + [ + "Ġad", + "ds" + ], + [ + "Ġte", + "a" + ], + [ + "Ġ198", + "0" + ], + [ + "force", + "ment" + ], + [ + "St", + "ud" + ], + [ + "end", + "ar" + ], + [ + "Ġaud", + "io" + ], + [ + "Ġcoff", + "ee" + ], + [ + "Ġf", + "ashion" + ], + [ + "Ġh", + "orses" + ], + [ + "ĠB", + "ur" + ], + [ + "Ġpre", + "val" + ], + [ + "loc", + "al" + ], + [ + "Ġcollab", + "oration" + ], + [ + "ĠT", + "ake" + ], + [ + "ĠSc", + "ot" + ], + [ + "Ġauthor", + "ities" + ], + [ + "Americ", + "an" + ], + [ + "Ġcent", + "ers" + ], + [ + "v", + "ation" + ], + [ + "Ġc", + "ache" + ], + [ + "ĠA", + "ge" + ], + [ + "con", + "sc" + ], + [ + "Ġknow", + "s" + ], + [ + "Ex", + "ception" + ], + [ + "Ġhe", + "aling" + ], + [ + "co", + "ver" + ], + [ + "Ġbr", + "anch" + ], + [ + "Ġv", + "ac" + ], + [ + "I", + "R" + ], + [ + "ĠL", + "ib" + ], + [ + "Ġfeed", + "ing" + ], + [ + "Ġc", + "ats" + ], + [ + "âĢ", + "ĺ" + ], + [ + "Ġm", + "amm" + ], + [ + "ust", + "ain" + ], + [ + "ear", + "chers" + ], + [ + "Ġfind", + "s" + ], + [ + "Ġt", + "ip" + ], + [ + "ĠDise", + "ase" + ], + [ + "Ġstom", + "ach" + ], + [ + "l", + "a" + ], + [ + "p", + "read" + ], + [ + "in", + "ally" + ], + [ + "er", + "ior" + ], + [ + "Ġax", + "es" + ], + [ + "n", + "on" + ], + [ + "ra", + "ise" + ], + [ + "Ġd", + "ates" + ], + [ + "com", + "fort" + ], + [ + "it", + "ative" + ], + [ + "Ġcor", + "ner" + ], + [ + "Ġexp", + "ansion" + ], + [ + "ĠFlor", + "ida" + ], + [ + "r", + "ary" + ], + [ + "Ġpsych", + "ological" + ], + [ + "r", + "d" + ], + [ + "it", + "ter" + ], + [ + "em", + "ia" + ], + [ + "uff", + "er" + ], + [ + "Us", + "ing" + ], + [ + "Val", + "ue" + ], + [ + "ĠCarol", + "ina" + ], + [ + "hold", + "ers" + ], + [ + "Ġh", + "us" + ], + [ + "Ġr", + "ig" + ], + [ + "Ġphot", + "ograph" + ], + [ + "iox", + "ide" + ], + [ + "m", + "ail" + ], + [ + "ĠM", + "ad" + ], + [ + "Ġgu", + "ess" + ], + [ + "Ġst", + "rain" + ], + [ + "ir", + "ds" + ], + [ + "ĠEm", + "pire" + ], + [ + "Ġindepend", + "ence" + ], + [ + "am", + "ins" + ], + [ + "Ġgu", + "ard" + ], + [ + "Ġclean", + "ing" + ], + [ + "Ġtrans", + "action" + ], + [ + "ikip", + "edia" + ], + [ + ".", + "')" + ], + [ + "Ġb", + "ath" + ], + [ + "Ġfor", + "g" + ], + [ + "Ġsh", + "ips" + ], + [ + "Ġinter", + "pre" + ], + [ + "Ġopt", + "imal" + ], + [ + "ĠE", + "ss" + ], + [ + "ĠV", + "er" + ], + [ + "Un", + "der" + ], + [ + "Ġtransport", + "ation" + ], + [ + "N", + "S" + ], + [ + "Ġ7", + "5" + ], + [ + "h", + "ma" + ], + [ + "ĠE", + "st" + ], + [ + "Ġactiv", + "ation" + ], + [ + "Ġjo", + "ined" + ], + [ + "Ġre", + "ly" + ], + [ + "Ġrel", + "ief" + ], + [ + "Ġexpl", + "o" + ], + [ + "Ġcal", + "c" + ], + [ + "Ġcomput", + "ing" + ], + [ + "Ġcrit", + "eria" + ], + [ + "consc", + "ious" + ], + [ + "d", + "el" + ], + [ + "h", + "op" + ], + [ + "Ġ", + ";" + ], + [ + "ĠW", + "ord" + ], + [ + "arg", + "ets" + ], + [ + "Ġj", + "ump" + ], + [ + "te", + "en" + ], + [ + "____", + "____" + ], + [ + "o", + "ir" + ], + [ + "Ġnum", + "er" + ], + [ + "Ġc", + "m" + ], + [ + "f", + "ol" + ], + [ + "opt", + "ions" + ], + [ + "ï", + "¼" + ], + [ + "Ġpart", + "ner" + ], + [ + "Ġdiagn", + "osed" + ], + [ + "Ġpass", + "ing" + ], + [ + "ixt", + "ure" + ], + [ + "A", + "ct" + ], + [ + "ĠEx", + "ecut" + ], + [ + "Ġbi", + "as" + ], + [ + "Ġchol", + "esterol" + ], + [ + "M", + "A" + ], + [ + "Ġm", + "m" + ], + [ + "Ġorgan", + "ized" + ], + [ + "ch", + "oice" + ], + [ + "Ġf", + "re" + ], + [ + "ĠS", + "ign" + ], + [ + "Ġde", + "fe" + ], + [ + "num", + "py" + ], + [ + "b", + "est" + ], + [ + "og", + "ram" + ], + [ + "Ġbelie", + "fs" + ], + [ + "Ġ", + "×" + ], + [ + "Ġext", + "ension" + ], + [ + "Ġtri", + "als" + ], + [ + "Ġform", + "ula" + ], + [ + "Ġsign", + "ed" + ], + [ + "Ġfab", + "ric" + ], + [ + "ĠAd", + "minist" + ], + [ + "Ġdistribut", + "ed" + ], + [ + "ro", + "vers" + ], + [ + "Ġg", + "erm" + ], + [ + "if", + "ferent" + ], + [ + "Ġun", + "us" + ], + [ + "Ġprob", + "ability" + ], + [ + "Ġ", + "Ð" + ], + [ + "ic", + "ago" + ], + [ + "ul", + "ary" + ], + [ + "Ġnear", + "by" + ], + [ + "Ġign", + "ore" + ], + [ + "Ġorgan", + "isms" + ], + [ + "Ġaim", + "s" + ], + [ + "Ġsche", + "dule" + ], + [ + "ach", + "ine" + ], + [ + "Ġ3", + "6" + ], + [ + "Ġtext", + "s" + ], + [ + "8", + "4" + ], + [ + "ĠS", + "il" + ], + [ + "qu", + "it" + ], + [ + "00", + "00" + ], + [ + "Ġnew", + "sp" + ], + [ + "ro", + "t" + ], + [ + "op", + "ath" + ], + [ + "ĠG", + "ard" + ], + [ + "Ġdis", + "appe" + ], + [ + "Ġtw", + "enty" + ], + [ + "Ġcl", + "othing" + ], + [ + "Ġind", + "ices" + ], + [ + "Ġcr", + "ime" + ], + [ + "O", + "L" + ], + [ + "b", + "ra" + ], + [ + "l", + "at" + ], + [ + "Ġhand", + "ling" + ], + [ + "Ġdam", + "aged" + ], + [ + "Ġo", + "v" + ], + [ + "Ġs", + "oul" + ], + [ + "Ġde", + "ploy" + ], + [ + "og", + "ue" + ], + [ + "pl", + "t" + ], + [ + "Ġrecommend", + "ations" + ], + [ + "Ġcam", + "era" + ], + [ + "w", + "ing" + ], + [ + "Ġs", + "ke" + ], + [ + "ĠM", + "ethod" + ], + [ + "Ġdis", + "pl" + ], + [ + "Ġout", + "come" + ], + [ + "ĠCh", + "ild" + ], + [ + "Ġag", + "ency" + ], + [ + "Ġsupp", + "osed" + ], + [ + "Ġdepend", + "ent" + ], + [ + "Ġc", + "a" + ], + [ + "ĠEar", + "ly" + ], + [ + "othe", + "rapy" + ], + [ + "Ġingred", + "ients" + ], + [ + "s", + "uch" + ], + [ + "Ġp", + "up" + ], + [ + "Ġins", + "ights" + ], + [ + "call", + "ed" + ], + [ + "Ġinnov", + "ation" + ], + [ + "Ġshap", + "es" + ], + [ + "Ġs", + "izes" + ], + [ + "is", + "k" + ], + [ + "Ġsatis", + "f" + ], + [ + "Ġwhere", + "as" + ], + [ + "Ġemploy", + "ment" + ], + [ + "Ġmechan", + "ical" + ], + [ + "Ġvisit", + "ors" + ], + [ + "Ġbreat", + "h" + ], + [ + "th", + "rop" + ], + [ + "Ġde", + "eper" + ], + [ + "ĠR", + "un" + ], + [ + "Ġt", + "ight" + ], + [ + "Ġdemonstr", + "ate" + ], + [ + "ĠMich", + "ael" + ], + [ + "%", + "." + ], + [ + "at", + "he" + ], + [ + "Ġp", + "it" + ], + [ + "op", + "ic" + ], + [ + "Ġeffect", + "iveness" + ], + [ + "op", + "eration" + ], + [ + "Ġt", + "f" + ], + [ + "ar", + "se" + ], + [ + "Ġdra", + "wn" + ], + [ + "w", + "orld" + ], + [ + "ĠO", + "h" + ], + [ + "Ġsav", + "ed" + ], + [ + "Ġconsid", + "ering" + ], + [ + "P", + "art" + ], + [ + "s", + "im" + ], + [ + "ĠW", + "ild" + ], + [ + "Ġsur", + "faces" + ], + [ + "Ġcorrect", + "ly" + ], + [ + "he", + "ast" + ], + [ + "re", + "ction" + ], + [ + "Ġhous", + "ing" + ], + [ + "Ġm", + "apping" + ], + [ + "ion", + "e" + ], + [ + "Ġbe", + "ar" + ], + [ + "Ġfun", + "ds" + ], + [ + "Ġthous", + "and" + ], + [ + "Ġmoist", + "ure" + ], + [ + "ĠF", + "orest" + ], + [ + "hes", + "is" + ], + [ + "air", + "y" + ], + [ + "Ġdri", + "ver" + ], + [ + "Ġassum", + "e" + ], + [ + "un", + "ct" + ], + [ + "ĠD", + "ig" + ], + [ + "Ġpath", + "s" + ], + [ + "Ġtiss", + "ues" + ], + [ + "og", + "a" + ], + [ + "c", + "ore" + ], + [ + "or", + "a" + ], + [ + "Ġleg", + "s" + ], + [ + "Ġfour", + "th" + ], + [ + "Ġf", + "ra" + ], + [ + "et", + "her" + ], + [ + "us", + "es" + ], + [ + "ĠS", + "pe" + ], + [ + "ĠN", + "ut" + ], + [ + "oo", + "lean" + ], + [ + "Ġgl", + "uc" + ], + [ + "Ġserv", + "es" + ], + [ + "Ġso", + "le" + ], + [ + "he", + "alth" + ], + [ + "Ġs", + "ections" + ], + [ + "Ġal", + "ter" + ], + [ + "Ġwill", + "ing" + ], + [ + "U", + "p" + ], + [ + "d", + "iv" + ], + [ + "Ġdest", + "ruction" + ], + [ + "ĠE", + "ffect" + ], + [ + "Ġacc", + "ident" + ], + [ + "Ġart", + "ist" + ], + [ + "Ġplay", + "ers" + ], + [ + "Ġhyd", + "rogen" + ], + [ + "ĠServ", + "ices" + ], + [ + "Ġcry", + "st" + ], + [ + "Ob", + "ject" + ], + [ + "Ġa", + "ward" + ], + [ + "ĠW", + "orks" + ], + [ + "ĠIt", + "aly" + ], + [ + "lam", + "b" + ], + [ + "Ġst", + "ability" + ], + [ + "ant", + "a" + ], + [ + "ail", + "ability" + ], + [ + "Ġsw", + "itch" + ], + [ + "in", + "v" + ], + [ + "Ġn", + "erve" + ], + [ + "Ġgr", + "am" + ], + [ + "row", + "ing" + ], + [ + "Ġart", + "ists" + ], + [ + "ĠAustral", + "ian" + ], + [ + "s", + "v" + ], + [ + "and", + "on" + ], + [ + "ak", + "istan" + ], + [ + "Ġne", + "ur" + ], + [ + "Ġinst", + "ances" + ], + [ + "Ġsil", + "ver" + ], + [ + "mat", + "ory" + ], + [ + "ĠNet", + "work" + ], + [ + "ĠA", + "gricult" + ], + [ + "Ġpro", + "ve" + ], + [ + "Ġenum", + "erate" + ], + [ + "Ġt", + "all" + ], + [ + "Ġdis", + "ch" + ], + [ + "Ġcount", + "s" + ], + [ + "On", + "ce" + ], + [ + "os", + "c" + ], + [ + "own", + "load" + ], + [ + "Ġent", + "ity" + ], + [ + "Ġdep", + "ict" + ], + [ + "dat", + "etime" + ], + [ + "g", + "ov" + ], + [ + "ĠC", + "ap" + ], + [ + "Ġ", + "Î" + ], + [ + "Ġh", + "ur" + ], + [ + "ĠSp", + "ain" + ], + [ + "Ġhyp", + "othes" + ], + [ + "ad", + "r" + ], + [ + "ĠW", + "here" + ], + [ + "O", + "ut" + ], + [ + "Ġe", + "pid" + ], + [ + "ĠO", + "cean" + ], + [ + "Ġcommit", + "ted" + ], + [ + "Ġlog", + "ic" + ], + [ + "Ġestim", + "ates" + ], + [ + "Ġaccom", + "mod" + ], + [ + "Ġreact", + "ions" + ], + [ + "Ġfor", + "get" + ], + [ + "Ġcomfort", + "able" + ], + [ + "ĠSec", + "urity" + ], + [ + "E", + "ven" + ], + [ + "Ġown", + "er" + ], + [ + "Ġpredict", + "ed" + ], + [ + "Ġaut", + "o" + ], + [ + "Ġdesc", + "ript" + ], + [ + "Ġmov", + "ie" + ], + [ + "ĠH", + "aw" + ], + [ + "ides", + "pread" + ], + [ + "Ġbe", + "auty" + ], + [ + "ĠL", + "anguage" + ], + [ + "Ġsc", + "ope" + ], + [ + "Ġexcess", + "ive" + ], + [ + "Ġlov", + "ed" + ], + [ + "Ġa", + "th" + ], + [ + "Ġv", + "ibr" + ], + [ + "Ġwind", + "ows" + ], + [ + "Ġhold", + "ing" + ], + [ + "Ġren", + "der" + ], + [ + "p", + "ired" + ], + [ + "he", + "rent" + ], + [ + "Ġre", + "ct" + ], + [ + "(", + "*" + ], + [ + "r", + "ane" + ], + [ + "Ġst", + "ake" + ], + [ + "Ġdesign", + "s" + ], + [ + "Ġpan", + "el" + ], + [ + "s", + "is" + ], + [ + "pre", + "fix" + ], + [ + "Ġanaly", + "ze" + ], + [ + "Ġfoss", + "il" + ], + [ + "Ġd", + "ioxide" + ], + [ + "ĠS", + "y" + ], + [ + "Ġk", + "ne" + ], + [ + "Ġsk", + "y" + ], + [ + "Ġinc", + "red" + ], + [ + "ocab", + "ulary" + ], + [ + "by", + "tes" + ], + [ + "Ġs", + "ell" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠĠĠ" + ], + [ + "Ġent", + "ered" + ], + [ + "Ġche", + "cks" + ], + [ + "trans", + "form" + ], + [ + "ĠF", + "ort" + ], + [ + "Ġvis", + "ited" + ], + [ + "ĠPl", + "ant" + ], + [ + "ĠSci", + "ences" + ], + [ + "z", + "one" + ], + [ + "Ġmin", + "im" + ], + [ + "Ġocc", + "asion" + ], + [ + "Ġsent", + "iment" + ], + [ + "Ġhaz", + "ard" + ], + [ + "Ġp", + "apers" + ], + [ + "Ġout", + "er" + ], + [ + "Ġdep", + "art" + ], + [ + "9", + "8" + ], + [ + "ad", + "y" + ], + [ + "Ġpe", + "ak" + ], + [ + "Ġag", + "ent" + ], + [ + "lamb", + "da" + ], + [ + "Ġpregn", + "ant" + ], + [ + "Ġst", + "d" + ], + [ + "ĠP", + "ub" + ], + [ + "Ġbut", + "ton" + ], + [ + "Ġinterpret", + "ation" + ], + [ + "Ġade", + "quate" + ], + [ + "Ġf", + "urn" + ], + [ + "Ġ18", + "6" + ], + [ + "=", + "(" + ], + [ + "ĠR", + "om" + ], + [ + "Ġ6", + "5" + ], + [ + "Ġ15", + "0" + ], + [ + "Ġmov", + "es" + ], + [ + "Ġobserv", + "ation" + ], + [ + "riend", + "ly" + ], + [ + "Ġm", + "eth" + ], + [ + "ĠS", + "S" + ], + [ + "Ġbr", + "ings" + ], + [ + "ess", + "ions" + ], + [ + "ĠH", + "ave" + ], + [ + "ĠF", + "amily" + ], + [ + "Ġsh", + "ock" + ], + [ + "ĠSt", + "reet" + ], + [ + "Ġph", + "arm" + ], + [ + "ĠCl", + "imate" + ], + [ + "Ġconver", + "ted" + ], + [ + "os", + "ion" + ], + [ + "ĠE", + "th" + ], + [ + "In", + "t" + ], + [ + "ĠEx", + "ception" + ], + [ + "Ġfem", + "ales" + ], + [ + "u", + "ate" + ], + [ + "Ġmat", + "ters" + ], + [ + "Ġgre", + "w" + ], + [ + "Ġiss", + "ued" + ], + [ + "or", + "ph" + ], + [ + "am", + "il" + ], + [ + "Ġequ", + "ation" + ], + [ + "Ġphys", + "ics" + ], + [ + "A", + "ut" + ], + [ + "C", + "E" + ], + [ + "Ġw", + "ra" + ], + [ + "Ġresult", + "ed" + ], + [ + "ĠKing", + "dom" + ], + [ + "Ġ", + "//" + ], + [ + "Ġt", + "ank" + ], + [ + "Ġcomp", + "osed" + ], + [ + "ĠAd", + "v" + ], + [ + "Ġemb", + "ra" + ], + [ + "ĠW", + "ood" + ], + [ + "Ġres", + "id" + ], + [ + "Ġcl", + "ar" + ], + [ + "Ġmem", + "br" + ], + [ + "ĠCan", + "cer" + ], + [ + "Ġput", + "ting" + ], + [ + "Ġpolit", + "ics" + ], + [ + "H", + "T" + ], + [ + "Ġen", + "ables" + ], + [ + "Ġland", + "s" + ], + [ + "Ġ199", + "8" + ], + [ + "Ġmole", + "cular" + ], + [ + "!", + "\"" + ], + [ + "Ġcon", + "j" + ], + [ + "Ġsh", + "ot" + ], + [ + "ie", + "val" + ], + [ + "Ġag", + "ents" + ], + [ + "Ġbr", + "anches" + ], + [ + "Ġgreen", + "house" + ], + [ + "Ġc", + "row" + ], + [ + "Ġb", + "in" + ], + [ + "Ġne", + "ither" + ], + [ + "Ġdis", + "abilities" + ], + [ + "Ġmin", + "erals" + ], + [ + "Ġemploy", + "ed" + ], + [ + "Ġtren", + "ds" + ], + [ + "m", + "iss" + ], + [ + "Ġrece", + "iving" + ], + [ + "Ġcomb", + "at" + ], + [ + "4", + "1" + ], + [ + "B", + "S" + ], + [ + "ent", + "ed" + ], + [ + "am", + "ination" + ], + [ + "Ġhon", + "or" + ], + [ + "Ġmar", + "ks" + ], + [ + "h", + "an" + ], + [ + "ĠS", + "yn" + ], + [ + "ĠR", + "oyal" + ], + [ + "ĠG", + "al" + ], + [ + "Ġmark", + "ets" + ], + [ + "Ġassign", + "ed" + ], + [ + "Ġconstant", + "ly" + ], + [ + "A", + "re" + ], + [ + "Ġth", + "y" + ], + [ + "ĠN", + "ative" + ], + [ + "Ġwas", + "n" + ], + [ + "b", + "its" + ], + [ + "Ġ1", + "000" + ], + [ + "rie", + "ve" + ], + [ + "Ġdiv", + "ision" + ], + [ + "Ġunc", + "ertain" + ], + [ + "ult", + "s" + ], + [ + "Ġir", + "rit" + ], + [ + "A", + "G" + ], + [ + "us", + "hed" + ], + [ + "ĠStud", + "y" + ], + [ + "Ġsustain", + "ability" + ], + [ + "ol", + "it" + ], + [ + "u", + "gh" + ], + [ + "Ġn", + "ose" + ], + [ + "ive", + "red" + ], + [ + "Ġmet", + "ers" + ], + [ + "Ġconvers", + "ation" + ], + [ + "Ġsm", + "oke" + ], + [ + "f", + "n" + ], + [ + "ĠM", + "ax" + ], + [ + "Ġmat", + "ches" + ], + [ + "Ġrep", + "air" + ], + [ + "U", + "se" + ], + [ + "arch", + "y" + ], + [ + "Ġdeb", + "t" + ], + [ + "e", + "ffect" + ], + [ + "Ġt", + "ons" + ], + [ + "ent", + "ry" + ], + [ + "ĠP", + "an" + ], + [ + "Ġrob", + "ot" + ], + [ + "Ġrespir", + "atory" + ], + [ + "B", + "ecause" + ], + [ + "ĠE", + "U" + ], + [ + "Ġinvol", + "ving" + ], + [ + "Pro", + "cess" + ], + [ + "Ġorg", + "ans" + ], + [ + "ist", + "ers" + ], + [ + "Ġburn", + "ing" + ], + [ + "ĠDo", + "es" + ], + [ + "Ġst", + "roke" + ], + [ + "Ġintegr", + "ated" + ], + [ + "Ġthreat", + "s" + ], + [ + "g", + "ression" + ], + [ + "Ġdo", + "i" + ], + [ + "Ġm", + "igr" + ], + [ + "ĠF", + "unction" + ], + [ + "Ġalgorith", + "ms" + ], + [ + "Ġintellect", + "ual" + ], + [ + "s", + "end" + ], + [ + "Ġdis", + "rupt" + ], + [ + "ever", + "al" + ], + [ + "Ġcent", + "re" + ], + [ + "D", + "P" + ], + [ + "se", + "q" + ], + [ + "Ġint", + "ent" + ], + [ + "Ġco", + "verage" + ], + [ + "ĠGu", + "ide" + ], + [ + "Ġp", + "ed" + ], + [ + "A", + "m" + ], + [ + "am", + "ine" + ], + [ + "Ġv", + "el" + ], + [ + "Ġsp", + "ending" + ], + [ + "Ġprot", + "ocol" + ], + [ + "er", + "as" + ], + [ + "Ġex", + "port" + ], + [ + "Ġparticip", + "ation" + ], + [ + "b", + "a" + ], + [ + "u", + "ce" + ], + [ + "Ġm", + "ild" + ], + [ + "Ġad", + "vert" + ], + [ + "app", + "ed" + ], + [ + "Ġgra", + "d" + ], + [ + "il", + "ation" + ], + [ + "am", + "ma" + ], + [ + "Ġpro", + "file" + ], + [ + "ress", + "ive" + ], + [ + "Ġbut", + "ter" + ], + [ + "4", + "3" + ], + [ + "p", + "es" + ], + [ + "Ġv", + "ote" + ], + [ + "Ġint", + "ensity" + ], + [ + "pro", + "g" + ], + [ + "Ġdet", + "ected" + ], + [ + "Ġsens", + "or" + ], + [ + "Ġfarm", + "ing" + ], + [ + "ĠCommit", + "tee" + ], + [ + "Ġ20", + "21" + ], + [ + "Ġinf", + "ect" + ], + [ + "Ġm", + "os" + ], + [ + "Ġ19", + "60" + ], + [ + "Ġdep", + "artment" + ], + [ + "ĠEx", + "ample" + ], + [ + "init", + "ely" + ], + [ + "'", + "m" + ], + [ + "Ġbl", + "ess" + ], + [ + "ĠVal", + "ley" + ], + [ + "Ġre", + "ven" + ], + [ + "Ġw", + "idespread" + ], + [ + "Ġwor", + "ry" + ], + [ + "ĠIn", + "s" + ], + [ + "Ġsent", + "ences" + ], + [ + "rem", + "ove" + ], + [ + "Im", + "plement" + ], + [ + "Ġconstruct", + "ed" + ], + [ + "Ġc", + "av" + ], + [ + "Ġh", + "op" + ], + [ + "Ġsymb", + "ols" + ], + [ + "gra", + "de" + ], + [ + "Ġcontem", + "porary" + ], + [ + "7", + "9" + ], + [ + "Ġhistor", + "ic" + ], + [ + "Ġlegis", + "lation" + ], + [ + "Ġto", + "kens" + ], + [ + "con", + "text" + ], + [ + "Ġprint", + "ed" + ], + [ + "Ġg", + "ro" + ], + [ + "Ġunder", + "t" + ], + [ + "Ġprovid", + "ers" + ], + [ + "Ġpres", + "ents" + ], + [ + "Res", + "ponse" + ], + [ + "Ġearth", + "qu" + ], + [ + "Ġattempt", + "s" + ], + [ + "at", + "ial" + ], + [ + "Ġprint", + "ing" + ], + [ + "ĠAut", + "hor" + ], + [ + "Ġrenew", + "able" + ], + [ + "ĠN", + "on" + ], + [ + "Ġbre", + "ed" + ], + [ + "Ġstrong", + "er" + ], + [ + "O", + "P" + ], + [ + "Ġstate", + "ments" + ], + [ + "Ġann", + "ounced" + ], + [ + "ĠM", + "ars" + ], + [ + "Ġed", + "ges" + ], + [ + "Ġappro", + "ved" + ], + [ + "x", + "x" + ], + [ + "Ġb", + "its" + ], + [ + "st", + "ack" + ], + [ + "ĠC", + "amp" + ], + [ + "ĠP", + "ass" + ], + [ + "Ġla", + "unched" + ], + [ + "I", + "A" + ], + [ + "on", + "ly" + ], + [ + "Ġconsum", + "e" + ], + [ + "Ġbacter", + "ial" + ], + [ + "Ġnd", + "array" + ], + [ + "H", + "ist" + ], + [ + "ar", + "ation" + ], + [ + "ĠF", + "ather" + ], + [ + "Ġrec", + "over" + ], + [ + "Ġprov", + "en" + ], + [ + "Ġtren", + "d" + ], + [ + "f", + "requ" + ], + [ + "us", + "al" + ], + [ + "Ġprepar", + "ation" + ], + [ + "ĠB", + "ank" + ], + [ + "Ġim", + "plications" + ], + [ + "Ġpl", + "us" + ], + [ + "Ġpart", + "ition" + ], + [ + "%", + ")" + ], + [ + "8", + "1" + ], + [ + "T", + "H" + ], + [ + "he", + "imer" + ], + [ + "est", + "amp" + ], + [ + "Ġcom", + "plicated" + ], + [ + "Ġremov", + "al" + ], + [ + "o", + "ids" + ], + [ + "Ġquant", + "ity" + ], + [ + "Ġpars", + "er" + ], + [ + "Ġsampl", + "ing" + ], + [ + "Ġassoci", + "ation" + ], + [ + "Ġp", + "ounds" + ], + [ + "ch", + "ildren" + ], + [ + "Ġcook", + "ing" + ], + [ + "Ġt", + "argets" + ], + [ + "ĠH", + "all" + ], + [ + "Ġass", + "ets" + ], + [ + "Ġsl", + "avery" + ], + [ + "ne", + "g" + ], + [ + "Ġsur", + "ve" + ], + [ + "Ġinteract", + "ive" + ], + [ + "Ġor", + "dered" + ], + [ + "Ġexam", + "ination" + ], + [ + "Ġ4", + "00" + ], + [ + "Ġtreat", + "ing" + ], + [ + "C", + "ons" + ], + [ + "it", + "amin" + ], + [ + "Ġexplan", + "ation" + ], + [ + "i", + "ary" + ], + [ + "s", + "ample" + ], + [ + "Ġinflu", + "enced" + ], + [ + "ĠSte", + "p" + ], + [ + "Ġnerv", + "ous" + ], + [ + "Ġb", + "ond" + ], + [ + "Ġpl", + "ain" + ], + [ + "Ġpar", + "agraph" + ], + [ + "head", + "ers" + ], + [ + "Ġgradu", + "ally" + ], + [ + "C", + "olum" + ], + [ + "z", + "il" + ], + [ + "Ġd", + "ys" + ], + [ + "Ġdis", + "aster" + ], + [ + "Ġpresent", + "ation" + ], + [ + "Ġdifficult", + "ies" + ], + [ + "Ġcommit", + "ment" + ], + [ + "ap", + "es" + ], + [ + "Ġtem", + "ple" + ], + [ + "s", + "q" + ], + [ + "ul", + "ating" + ], + [ + "Ġtri", + "p" + ], + [ + "iox", + "id" + ], + [ + "Ġalph", + "a" + ], + [ + "Ġd", + "ream" + ], + [ + "ĠH", + "im" + ], + [ + "Ġeas", + "tern" + ], + [ + "C", + "ount" + ], + [ + "Ġc", + "rypt" + ], + [ + "Ġcomp", + "ound" + ], + [ + "Ġphot", + "o" + ], + [ + "Ġprincip", + "al" + ], + [ + "Ġfin", + "ished" + ], + [ + "f", + "ra" + ], + [ + "Ġkey", + "word" + ], + [ + "edi", + "at" + ], + [ + "ĠNot", + "es" + ], + [ + "Ġbab", + "ies" + ], + [ + "Ġdem", + "ands" + ], + [ + "f", + "in" + ], + [ + "Ġw", + "ound" + ], + [ + "ĠP", + "lease" + ], + [ + "ac", + "co" + ], + [ + "Ġplan", + "e" + ], + [ + "Ġhard", + "ware" + ], + [ + "Ġpromot", + "ing" + ], + [ + "Ġsubsequ", + "ent" + ], + [ + "Ġm", + "ice" + ], + [ + "Ġh", + "ole" + ], + [ + "ol", + "esc" + ], + [ + "ĠP", + "ath" + ], + [ + "',", + "'" + ], + [ + "ĠBe", + "fore" + ], + [ + "Ġindic", + "ated" + ], + [ + "ha", + "ust" + ], + [ + "Ġvert", + "ical" + ], + [ + "0", + "3" + ], + [ + "y", + "al" + ], + [ + "ĠM", + "er" + ], + [ + "t", + "xt" + ], + [ + "or", + "ient" + ], + [ + "Ġhe", + "ating" + ], + [ + "Ġcare", + "ful" + ], + [ + "ĠAcad", + "emy" + ], + [ + "ĠT", + "imes" + ], + [ + "ĠB", + "rown" + ], + [ + "ĠE", + "astern" + ], + [ + "ĠEn", + "d" + ], + [ + "Ġpass", + "age" + ], + [ + "Mod", + "el" + ], + [ + "es", + "ides" + ], + [ + "Ġd", + "a" + ], + [ + "Ġcont", + "rovers" + ], + [ + "Ġcoast", + "al" + ], + [ + "li", + "k" + ], + [ + "Ġri", + "vers" + ], + [ + "Ġmetab", + "ol" + ], + [ + ")", + "[" + ], + [ + "Ġc", + "md" + ], + [ + "Ġgr", + "ant" + ], + [ + "Ġarch", + "ae" + ], + [ + "Ġdang", + "er" + ], + [ + "Ġmathemat", + "ics" + ], + [ + "D", + "S" + ], + [ + "re", + "ated" + ], + [ + "al", + "ph" + ], + [ + "Ġf", + "ault" + ], + [ + "Ġal", + "ert" + ], + [ + "Ġlight", + "s" + ], + [ + "Ġ", + "ille" + ], + [ + "Ġc", + "up" + ], + [ + "ch", + "ild" + ], + [ + "ad", + "ing" + ], + [ + "ĠN", + "orthern" + ], + [ + "Ġdes", + "ert" + ], + [ + "vent", + "ions" + ], + [ + "Ġinnov", + "ative" + ], + [ + "S", + "im" + ], + [ + "j", + "ango" + ], + [ + "Ġte", + "ams" + ], + [ + "it", + "z" + ], + [ + "Ġtra", + "ditions" + ], + [ + "Ġpublic", + "ation" + ], + [ + "Ġdel", + "ivered" + ], + [ + "St", + "ate" + ], + [ + "Ġt", + "ables" + ], + [ + "ĠSt", + "at" + ], + [ + "ins", + "on" + ], + [ + "Ġweap", + "ons" + ], + [ + "ig", + "ue" + ], + [ + "Ġch", + "annels" + ], + [ + "ĠSc", + "ott" + ], + [ + "Ġsepar", + "ated" + ], + [ + "Ġregard", + "less" + ], + [ + "Ġcool", + "ing" + ], + [ + "Ġthe", + "ories" + ], + [ + "Ġthan", + "ks" + ], + [ + "Ġag", + "reed" + ], + [ + "Ġmicro", + "b" + ], + [ + "EC", + "T" + ], + [ + "Ġexecut", + "ed" + ], + [ + "i", + "ological" + ], + [ + "Ġde", + "lete" + ], + [ + "Ġequ", + "ally" + ], + [ + "rodu", + "ction" + ], + [ + "ĠBo", + "ard" + ], + [ + "Ġvictim", + "s" + ], + [ + "C", + "o" + ], + [ + "Ġturn", + "ing" + ], + [ + "Ġcorrel", + "ation" + ], + [ + "en", + "v" + ], + [ + "ĠP", + "y" + ], + [ + "Ġnew", + "ly" + ], + [ + "In", + "ter" + ], + [ + "Ġpan", + "els" + ], + [ + "Ġfac", + "ility" + ], + [ + "Ġtur", + "b" + ], + [ + "ollow", + "ing" + ], + [ + "Ġab", + "ilities" + ], + [ + "Ġm", + "ales" + ], + [ + "ĠA", + "R" + ], + [ + "ĠB", + "re" + ], + [ + "ĠMore", + "over" + ], + [ + "c", + "hen" + ], + [ + "ub", + "ble" + ], + [ + "ĠVict", + "or" + ], + [ + "Ġs", + "ales" + ], + [ + "Ġsc", + "hed" + ], + [ + "ĠCh", + "ange" + ], + [ + "Ġlearn", + "ers" + ], + [ + "Ġconfir", + "med" + ], + [ + "a", + "id" + ], + [ + "b", + "ur" + ], + [ + "l", + "ook" + ], + [ + "Ġknow", + "ing" + ], + [ + "Ġexpl", + "icit" + ], + [ + "Ġpro", + "ceed" + ], + [ + "op", + "les" + ], + [ + "plic", + "ate" + ], + [ + "Ġbal", + "anced" + ], + [ + "comm", + "and" + ], + [ + "b", + "ool" + ], + [ + "ĠP", + "akistan" + ], + [ + "Ġpar", + "am" + ], + [ + "Ġwrit", + "ers" + ], + [ + "Ġelim", + "inate" + ], + [ + "ĠMart", + "in" + ], + [ + "ig", + "an" + ], + [ + "ĠP", + "erson" + ], + [ + "ĠSp", + "irit" + ], + [ + "Ġbound", + "aries" + ], + [ + "Ġunivers", + "al" + ], + [ + "Ġfor", + "th" + ], + [ + "Ġcl", + "ust" + ], + [ + "Ġliter", + "acy" + ], + [ + "ĠCommun", + "ity" + ], + [ + "Ġcarb", + "ohyd" + ], + [ + "Ġg", + "ar" + ], + [ + "ist", + "ical" + ], + [ + "per", + "m" + ], + [ + "T", + "able" + ], + [ + "it", + "als" + ], + [ + "ĠS", + "pecial" + ], + [ + "Ġeng", + "aging" + ], + [ + "Ġ199", + "7" + ], + [ + "Ġpl", + "enty" + ], + [ + "Ġidentify", + "ing" + ], + [ + "t", + "rue" + ], + [ + "Ġb", + "low" + ], + [ + "ĠD", + "utch" + ], + [ + "Ġcop", + "per" + ], + [ + "D", + "R" + ], + [ + "Ġs", + "ons" + ], + [ + "Ġs", + "ought" + ], + [ + "ĠAs", + "ian" + ], + [ + "Ġl", + "on" + ], + [ + "Ġat", + "oms" + ], + [ + "Ġqu", + "iet" + ], + [ + "Ġext", + "end" + ], + [ + "Ġtem", + "porary" + ], + [ + "P", + "lease" + ], + [ + "ab", + "ling" + ], + [ + "ib", + "l" + ], + [ + "Ġbl", + "ind" + ], + [ + "ĠDe", + "v" + ], + [ + "ĠQu", + "est" + ], + [ + "Ġquant", + "um" + ], + [ + "Ġend", + "ed" + ], + [ + "Ġed", + "itor" + ], + [ + "b", + "ound" + ], + [ + "ĠS", + "up" + ], + [ + "our", + "se" + ], + [ + "et", + "ics" + ], + [ + "oc", + "y" + ], + [ + "ad", + "der" + ], + [ + "ĠP", + "et" + ], + [ + "Ġask", + "ing" + ], + [ + "En", + "ter" + ], + [ + "ĠDes", + "pite" + ], + [ + "Ġar", + "ts" + ], + [ + "cre", + "en" + ], + [ + "Ġaut", + "ism" + ], + [ + "Ġmaintain", + "ed" + ], + [ + "Ġle", + "ct" + ], + [ + "ĠTeac", + "her" + ], + [ + "ĠCh", + "icago" + ], + [ + "ov", + "ascular" + ], + [ + "ĠCol", + "or" + ], + [ + "__", + ")" + ], + [ + "Ġmat", + "ching" + ], + [ + "Ġaffect", + "ing" + ], + [ + "ogen", + "ic" + ], + [ + "Ġproport", + "ion" + ], + [ + "Ġmuse", + "um" + ], + [ + "D", + "es" + ], + [ + "it", + "t" + ], + [ + "it", + "tle" + ], + [ + "Ġcom", + "plications" + ], + [ + "ĠD", + "id" + ], + [ + "Ġrem", + "ind" + ], + [ + "Ġstrong", + "ly" + ], + [ + "Ġt", + "ut" + ], + [ + "et", + "ary" + ], + [ + "Ġopp", + "osed" + ], + [ + "ĠB", + "ill" + ], + [ + "ost", + "on" + ], + [ + "Ġbring", + "ing" + ], + [ + "Ġeng", + "aged" + ], + [ + "ĠIm", + "port" + ], + [ + "########", + "########" + ], + [ + "Ġmere", + "ly" + ], + [ + "G", + "B" + ], + [ + "h", + "yd" + ], + [ + "st", + "on" + ], + [ + "se", + "m" + ], + [ + "th", + "is" + ], + [ + "Ġde", + "aling" + ], + [ + "Ġaddress", + "es" + ], + [ + "Ġprec", + "ision" + ], + [ + "is", + "p" + ], + [ + "oc", + "ial" + ], + [ + "pt", + "ions" + ], + [ + "Ġun", + "w" + ], + [ + "Ġwis", + "dom" + ], + [ + "Ġter", + "ror" + ], + [ + "Ġdest", + "ination" + ], + [ + "Ġintegr", + "ation" + ], + [ + "Ġmin", + "imize" + ], + [ + "s", + "qu" + ], + [ + "Ġl", + "aser" + ], + [ + "pon", + "ent" + ], + [ + "de", + "c" + ], + [ + "Ġpre", + "ced" + ], + [ + "Ġref", + "uge" + ], + [ + "Ġmult", + "ip" + ], + [ + "enc", + "ode" + ], + [ + "Ġf", + "er" + ], + [ + "Ġpro", + "of" + ], + [ + "Ġdo", + "se" + ], + [ + "Ġfl", + "our" + ], + [ + "Ġfac", + "ing" + ], + [ + "Ġcharacter", + "ized" + ], + [ + "Ġdut", + "y" + ], + [ + "a", + "fter" + ], + [ + "}", + "\"." + ], + [ + "Ġs", + "ocket" + ], + [ + "ĠL", + "ow" + ], + [ + "Ġab", + "normal" + ], + [ + "Ġthem", + "e" + ], + [ + "Ġcollect", + "ions" + ], + [ + ".", + "|" + ], + [ + "b", + "ot" + ], + [ + "c", + "ache" + ], + [ + "Ġthe", + "ore" + ], + [ + "Ġreg", + "ulation" + ], + [ + "ĠMod", + "el" + ], + [ + "M", + "an" + ], + [ + "P", + "L" + ], + [ + "Ġt", + "ear" + ], + [ + "Ġab", + "andon" + ], + [ + "Ġflow", + "er" + ], + [ + "Ġvers", + "ions" + ], + [ + "0", + "4" + ], + [ + "Ġ\"", + "." + ], + [ + "ĠInd", + "ust" + ], + [ + "Ġprior", + "ity" + ], + [ + "Ġvirus", + "es" + ], + [ + "Ġencourag", + "ed" + ], + [ + "A", + "F" + ], + [ + "Ġcon", + "version" + ], + [ + "Ġ\"", + "," + ], + [ + "Ġsl", + "ave" + ], + [ + "AT", + "ION" + ], + [ + "Ġgain", + "ed" + ], + [ + "ĠIt", + "alian" + ], + [ + "Ġbre", + "eding" + ], + [ + "Ġcap", + "abilities" + ], + [ + "Ġsequ", + "ences" + ], + [ + "Ġphr", + "ase" + ], + [ + "it", + "ure" + ], + [ + "Ġtown", + "s" + ], + [ + "b", + "ro" + ], + [ + "ren", + "e" + ], + [ + "ru", + "g" + ], + [ + "Ġpo", + "ison" + ], + [ + "Ġp", + "in" + ], + [ + "Ġfac", + "ed" + ], + [ + "Ġvol", + "tage" + ], + [ + "Ġcarry", + "ing" + ], + [ + "Ġshar", + "p" + ], + [ + "9", + "7" + ], + [ + "b", + "les" + ], + [ + "it", + "a" + ], + [ + "Ġl", + "ung" + ], + [ + "ĠH", + "y" + ], + [ + "Ġpres", + "erve" + ], + [ + "b", + "as" + ], + [ + "Ġs", + "rc" + ], + [ + "Ġhorm", + "one" + ], + [ + "8", + "3" + ], + [ + "he", + "et" + ], + [ + "Ġfun", + "c" + ], + [ + "Ġtem", + "por" + ], + [ + "ĠWh", + "o" + ], + [ + "Ġover", + "come" + ], + [ + "Ġconsider", + "ation" + ], + [ + "']", + "." + ], + [ + "Ġexperi", + "encing" + ], + [ + "Ġcapt", + "ured" + ], + [ + "Ġvit", + "amins" + ], + [ + "p", + "ow" + ], + [ + "Ġd", + "rought" + ], + [ + "pl", + "ant" + ], + [ + "rit", + "is" + ], + [ + "ain", + "ing" + ], + [ + "ĠRes", + "ources" + ], + [ + "Ġfocus", + "es" + ], + [ + "ĠId", + "ent" + ], + [ + "S", + "ource" + ], + [ + "ĠE", + "c" + ], + [ + "Ġla", + "unch" + ], + [ + "ĠC", + "ast" + ], + [ + "og", + "ether" + ], + [ + "ag", + "on" + ], + [ + "Ġrad", + "ius" + ], + [ + "Ġphenomen", + "on" + ], + [ + "Ġinter", + "val" + ], + [ + "ĠDirect", + "or" + ], + [ + "ĠP", + "oint" + ], + [ + "ĠD", + "O" + ], + [ + "ru", + "it" + ], + [ + "Ġra", + "cial" + ], + [ + "Ġsome", + "what" + ], + [ + "ĠRa", + "ises" + ], + [ + "Ġbe", + "ings" + ], + [ + "Ġany", + "where" + ], + [ + "Ġstruct", + "ural" + ], + [ + "Ġessential", + "ly" + ], + [ + "Ġgluc", + "ose" + ], + [ + "e", + "ven" + ], + [ + "ĠF", + "ace" + ], + [ + "Ġun", + "ion" + ], + [ + "co", + "in" + ], + [ + "d", + "istance" + ], + [ + "p", + "ay" + ], + [ + "Ġ", + "^" + ], + [ + "oun", + "ce" + ], + [ + "ĠB", + "ig" + ], + [ + "Ġdirect", + "ed" + ], + [ + "Ġobs", + "erve" + ], + [ + "sequ", + "ence" + ], + [ + "ĠJe", + "ff" + ], + [ + "h", + "ash" + ], + [ + "m", + "em" + ], + [ + "Ġres", + "ist" + ], + [ + "Ġover", + "w" + ], + [ + "Ġvar", + "ieties" + ], + [ + "Ġder", + "iv" + ], + [ + "Ġf", + "ed" + ], + [ + "Ġg", + "rain" + ], + [ + "Ġrare", + "ly" + ], + [ + "Ġcur", + "ve" + ], + [ + "b", + "et" + ], + [ + "z", + "heimer" + ], + [ + "Ġcall", + "back" + ], + [ + "Ġclass", + "ification" + ], + [ + "ĠLe", + "g" + ], + [ + "col", + "n" + ], + [ + "ĠPart", + "y" + ], + [ + "Ġconcern", + "ing" + ], + [ + "Ġassum", + "ed" + ], + [ + "P", + "ath" + ], + [ + "b", + "u" + ], + [ + "oun", + "g" + ], + [ + "Ġint", + "ense" + ], + [ + "Ġ3", + "7" + ], + [ + "ĠCur", + "rent" + ], + [ + "ir", + "t" + ], + [ + "ĠO", + "S" + ], + [ + "Ġinput", + "s" + ], + [ + "ĠL", + "ook" + ], + [ + "Ġprov", + "ed" + ], + [ + "Ġens", + "ures" + ], + [ + "u", + "els" + ], + [ + "ost", + "ic" + ], + [ + "Ġmin", + "ute" + ], + [ + "r", + "at" + ], + [ + "t", + "d" + ], + [ + "Ġme", + "als" + ], + [ + "Ġdim", + "ension" + ], + [ + "tem", + "p" + ], + [ + "ru", + "ption" + ], + [ + "Ġtra", + "ct" + ], + [ + "Ġra", + "ises" + ], + [ + "Ġmet", + "adata" + ], + [ + "Ġpro", + "x" + ], + [ + "Ġher", + "itage" + ], + [ + "Ġhead", + "s" + ], + [ + "Ġvide", + "os" + ], + [ + "Ġst", + "ations" + ], + [ + "head", + "er" + ], + [ + "ut", + "en" + ], + [ + "ot", + "ype" + ], + [ + "Ġst", + "ead" + ], + [ + "ĠC", + "y" + ], + [ + "Ġcomp", + "rom" + ], + [ + "Ġmay", + "be" + ], + [ + "Ġla", + "id" + ], + [ + "ĠII", + "I" + ], + [ + "Ġsubstant", + "ial" + ], + [ + "Ġdoll", + "ars" + ], + [ + "Ġb", + "ag" + ], + [ + "Ġm", + "old" + ], + [ + "Ġ'", + "__" + ], + [ + "Ġlegis", + "l" + ], + [ + "F", + "ind" + ], + [ + "Ġp", + "add" + ], + [ + "Ġhapp", + "ening" + ], + [ + "Ġpand", + "emic" + ], + [ + "ag", + "en" + ], + [ + "ex", + "it" + ], + [ + "Ġremov", + "ing" + ], + [ + "P", + "oint" + ], + [ + "u", + "i" + ], + [ + "az", + "ine" + ], + [ + "Ġ199", + "6" + ], + [ + "ĠAN", + "D" + ], + [ + "Ġpl", + "ug" + ], + [ + "Ġserv", + "ing" + ], + [ + "re", + "y" + ], + [ + "Ġhe", + "nce" + ], + [ + "pr", + "ime" + ], + [ + "0", + "6" + ], + [ + "W", + "here" + ], + [ + "Ġar", + "rays" + ], + [ + "Ġ18", + "5" + ], + [ + "Ġins", + "pir" + ], + [ + "ĠFurther", + "more" + ], + [ + "Ġb", + "anks" + ], + [ + "Ġdef", + "ense" + ], + [ + "pat", + "tern" + ], + [ + "Ġmat", + "plotlib" + ], + [ + "Ġbr", + "and" + ], + [ + "Ġex", + "ceed" + ], + [ + "qu", + "ality" + ], + [ + "ush", + "ing" + ], + [ + "ab", + "eth" + ], + [ + "Ġmod", + "ules" + ], + [ + "ĠInd", + "ians" + ], + [ + "az", + "on" + ], + [ + "ym", + "ph" + ], + [ + "opt", + "ional" + ], + [ + "Ġint", + "est" + ], + [ + "Ġc", + "ust" + ], + [ + "Ġcl", + "othes" + ], + [ + "ov", + "es" + ], + [ + "Ġcal", + "ories" + ], + [ + "al", + "m" + ], + [ + "ĠChrist", + "mas" + ], + [ + "tem", + "plate" + ], + [ + "Ġnit", + "rogen" + ], + [ + "Ġb", + "en" + ], + [ + "Ġeth", + "ical" + ], + [ + "N", + "umber" + ], + [ + "Ġb", + "iodiversity" + ], + [ + "ĠS", + "afety" + ], + [ + "Ġdec", + "ay" + ], + [ + "the", + "less" + ], + [ + "Ġstre", + "et" + ], + [ + "ĠT", + "im" + ], + [ + "Ġus", + "ual" + ], + [ + "ĠF", + "ire" + ], + [ + "ful", + "ness" + ], + [ + "gress", + "ive" + ], + [ + "ĠAm", + "ong" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠĠĠ" + ], + [ + "ĠS", + "ometimes" + ], + [ + "ĠR", + "ock" + ], + [ + "dom", + "ain" + ], + [ + "ed", + "u" + ], + [ + "ac", + "ent" + ], + [ + "ĠAg", + "ency" + ], + [ + "Ġexperim", + "ental" + ], + [ + "van", + "ia" + ], + [ + "Ġn", + "ob" + ], + [ + "Ġl", + "ie" + ], + [ + "Ġinv", + "al" + ], + [ + "Ġlow", + "est" + ], + [ + "Ġdri", + "ven" + ], + [ + "fast", + "a" + ], + [ + "Ġmort", + "ality" + ], + [ + "ane", + "ous" + ], + [ + "ĠDist", + "rict" + ], + [ + "ro", + "py" + ], + [ + "H", + "and" + ], + [ + "Ġf", + "est" + ], + [ + "hel", + "p" + ], + [ + "Ġm", + "ixture" + ], + [ + "ĠM", + "en" + ], + [ + "Ġhus", + "band" + ], + [ + "ach", + "us" + ], + [ + "Ġent", + "h" + ], + [ + "ĠO", + "per" + ], + [ + "Ġdis", + "k" + ], + [ + "Ġt", + "ub" + ], + [ + "Ġun", + "d" + ], + [ + "lish", + "ing" + ], + [ + "Ġsens", + "ors" + ], + [ + "Ġfavor", + "ite" + ], + [ + "erm", + "an" + ], + [ + "ane", + "ously" + ], + [ + "Ġc", + "ort" + ], + [ + "Ġre", + "con" + ], + [ + "ĠCo", + "ast" + ], + [ + "Ġin", + "n" + ], + [ + "ple", + "x" + ], + [ + "lic", + "ation" + ], + [ + "cept", + "ions" + ], + [ + "co", + "res" + ], + [ + "ĠFin", + "ally" + ], + [ + "H", + "S" + ], + [ + "elf", + "are" + ], + [ + "Ġto", + "t" + ], + [ + "im", + "a" + ], + [ + "Ġfil", + "ters" + ], + [ + "Ġrob", + "ust" + ], + [ + "Ġcount", + "y" + ], + [ + "Ġrad", + "ical" + ], + [ + "Ġwebs", + "ites" + ], + [ + "Ġoffic", + "ers" + ], + [ + "ĠColumb", + "ia" + ], + [ + "Ġt", + "ab" + ], + [ + "ir", + "th" + ], + [ + "Ġlist", + "ening" + ], + [ + "Ġche", + "st" + ], + [ + "Ġprec", + "ise" + ], + [ + "Ġrecycl", + "ing" + ], + [ + "Ġam", + "azing" + ], + [ + "Ġele", + "ction" + ], + [ + "Ġep", + "is" + ], + [ + "Ġsche", + "me" + ], + [ + "ree", + "k" + ], + [ + "ian", + "a" + ], + [ + "Ġag", + "greg" + ], + [ + "Ġtechn", + "ological" + ], + [ + "ĠGe", + "org" + ], + [ + "h", + "y" + ], + [ + "en", + "za" + ], + [ + "is", + "ible" + ], + [ + "Ġman", + "ager" + ], + [ + "Ġcomp", + "ens" + ], + [ + "Ġtime", + "out" + ], + [ + "N", + "ote" + ], + [ + "Ġst", + "ones" + ], + [ + "Ġ-", + "=" + ], + [ + "Ġexpert", + "ise" + ], + [ + "t", + "x" + ], + [ + "Ġcont", + "ribution" + ], + [ + "Ġdi", + "ameter" + ], + [ + "Ġreal", + "ize" + ], + [ + "Ġold", + "est" + ], + [ + "ĠSim", + "ilar" + ], + [ + "A", + "A" + ], + [ + "her", + "ic" + ], + [ + "Ġhol", + "es" + ], + [ + "Ġbuff", + "er" + ], + [ + "Ġb", + "oy" + ], + [ + "..", + ".." + ], + [ + "Ġspecial", + "ized" + ], + [ + "Ġtrou", + "ble" + ], + [ + "S", + "m" + ], + [ + "e", + "or" + ], + [ + "Ġanal", + "ys" + ], + [ + "p", + "df" + ], + [ + "Ġo", + "dd" + ], + [ + "ĠP", + "op" + ], + [ + "Ġob", + "st" + ], + [ + "ĠAl", + "zheimer" + ], + [ + "ĠChrist", + "ians" + ], + [ + "Ġinitial", + "ly" + ], + [ + "Ġconscious", + "ness" + ], + [ + "ĠSh", + "ould" + ], + [ + "es", + "is" + ], + [ + "ĠT", + "able" + ], + [ + "Ġdef", + "ect" + ], + [ + "Ġpar", + "as" + ], + [ + "Ġz", + "ip" + ], + [ + "Ġprotect", + "ing" + ], + [ + "Ġbig", + "ger" + ], + [ + "Ġimag", + "ine" + ], + [ + "T", + "oday" + ], + [ + "ĠF", + "igure" + ], + [ + "Ġneg", + "ot" + ], + [ + "Ġantibiot", + "ics" + ], + [ + "os", + "h" + ], + [ + "Ġins", + "ulin" + ], + [ + "et", + "ts" + ], + [ + "Ġsupp", + "lements" + ], + [ + "Ġent", + "ries" + ], + [ + "sy", + "l" + ], + [ + "as", + "ant" + ], + [ + "ĠP", + "M" + ], + [ + "Ġacqu", + "ired" + ], + [ + "0", + "9" + ], + [ + "d", + "ot" + ], + [ + "it", + "arian" + ], + [ + "Ġad", + "m" + ], + [ + "O", + "C" + ], + [ + "qu", + "ir" + ], + [ + "Ġen", + "emy" + ], + [ + "sc", + "he" + ], + [ + "ik", + "i" + ], + [ + "'", + ")." + ], + [ + "m", + "id" + ], + [ + "ĠSc", + "ript" + ], + [ + "st", + "ats" + ], + [ + "Ġv", + "ocabulary" + ], + [ + "Ġconf", + "irm" + ], + [ + "Ġengine", + "ers" + ], + [ + "Ġearli", + "est" + ], + [ + "ĠAv", + "oid" + ], + [ + "ĠT", + "er" + ], + [ + "Ġev", + "olved" + ], + [ + "ĠL", + "iter" + ], + [ + "Ġcy", + "cl" + ], + [ + "Ġex", + "haust" + ], + [ + "Ġapp", + "lying" + ], + [ + "Ġobject", + "ives" + ], + [ + "AT", + "E" + ], + [ + "Pe", + "ople" + ], + [ + ":", + "\"," + ], + [ + "ĠTh", + "ough" + ], + [ + "Ġspecific", + "ation" + ], + [ + "Ġscient", + "ist" + ], + [ + "Ġmulti", + "pl" + ], + [ + "Ġfall", + "s" + ], + [ + "Ġarg", + "ue" + ], + [ + "Ġjud", + "ge" + ], + [ + ".", + ")." + ], + [ + "K", + "e" + ], + [ + "aw", + "s" + ], + [ + "Ġfore", + "cast" + ], + [ + "Ġinvest", + "igation" + ], + [ + "Ã", + "¶" + ], + [ + "Ġt", + "ong" + ], + [ + "et", + "t" + ], + [ + "ĠD", + "en" + ], + [ + "Ġgr", + "anted" + ], + [ + "Ġreport", + "ing" + ], + [ + "Ġisol", + "ated" + ], + [ + "F", + "e" + ], + [ + "ra", + "ham" + ], + [ + "duct", + "ive" + ], + [ + "ĠGr", + "and" + ], + [ + "ĠT", + "ry" + ], + [ + "Ġpain", + "t" + ], + [ + "ĠBra", + "zil" + ], + [ + "P", + "D" + ], + [ + "b", + "ooks" + ], + [ + "c", + "md" + ], + [ + "Â", + "·" + ], + [ + "Ġabs", + "ence" + ], + [ + "L", + "og" + ], + [ + "Ġcur", + "rency" + ], + [ + "Ġd", + "rag" + ], + [ + "Ġnum", + "s" + ], + [ + "Ġdesc", + "end" + ], + [ + "Ġbi", + "ology" + ], + [ + "k", + "l" + ], + [ + "oc", + "ity" + ], + [ + "Ġch", + "am" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠ" + ], + [ + "on", + "ym" + ], + [ + "Ġd", + "ress" + ], + [ + "Ġmeas", + "uring" + ], + [ + "Ġsw", + "it" + ], + [ + "iz", + "abeth" + ], + [ + "lect", + "ed" + ], + [ + "Ġcre", + "w" + ], + [ + "ĠScot", + "land" + ], + [ + "Ġd", + "ance" + ], + [ + "Ġro", + "cks" + ], + [ + "line", + "ar" + ], + [ + "Ġwrit", + "es" + ], + [ + "Ġfat", + "ty" + ], + [ + "ĠSu", + "per" + ], + [ + "Ġnarr", + "ative" + ], + [ + "ĠH", + "arv" + ], + [ + "Ġcl", + "ients" + ], + [ + "Ġperson", + "ality" + ], + [ + "Ġident", + "ification" + ], + [ + "Ġplant", + "ing" + ], + [ + "Ġgal", + "ax" + ], + [ + "ch", + "a" + ], + [ + "Ġbi", + "om" + ], + [ + "Ġcomplex", + "ity" + ], + [ + "ĠS", + "upport" + ], + [ + "f", + "riendly" + ], + [ + "n", + "ut" + ], + [ + "Ġl", + "st" + ], + [ + "ĠP", + "ur" + ], + [ + "Ġwor", + "st" + ], + [ + "erv", + "ing" + ], + [ + "Ġcho", + "osing" + ], + [ + "Ġreplace", + "ment" + ], + [ + "Ġbe", + "es" + ], + [ + "Ġed", + "ition" + ], + [ + "Ġclass", + "ify" + ], + [ + "ograph", + "ical" + ], + [ + "ĠIm", + "age" + ], + [ + "Ġexc", + "iting" + ], + [ + "ĠOx", + "ford" + ], + [ + "7", + "2" + ], + [ + "G", + "e" + ], + [ + "n", + "ight" + ], + [ + "in", + "cluding" + ], + [ + "Ġfunction", + "ing" + ], + [ + "Ġrest", + "ore" + ], + [ + "Ġsaf", + "ely" + ], + [ + "path", + "y" + ], + [ + "Ġ199", + "5" + ], + [ + "V", + "iew" + ], + [ + "Ġs", + "essions" + ], + [ + "ĠT", + "V" + ], + [ + "ĠF", + "il" + ], + [ + "Ġcoun", + "sel" + ], + [ + "i", + "en" + ], + [ + "ment", + "ed" + ], + [ + "Ġdis", + "ability" + ], + [ + "Ġconst", + "ra" + ], + [ + "ĠFl", + "ask" + ], + [ + "Ġpromin", + "ent" + ], + [ + "9", + "3" + ], + [ + "g", + "reen" + ], + [ + "Ġcomm", + "ands" + ], + [ + "ĠHT", + "ML" + ], + [ + "v", + "ate" + ], + [ + "con", + "tain" + ], + [ + "cont", + "in" + ], + [ + "Ġast", + "hma" + ], + [ + "Ġcrim", + "inal" + ], + [ + "7", + "1" + ], + [ + "o", + "is" + ], + [ + "Ġe", + "ase" + ], + [ + "Ġadd", + "iction" + ], + [ + "Ġcur", + "sor" + ], + [ + "Ġprogram", + "me" + ], + [ + "s", + "ets" + ], + [ + "ĠP", + "C" + ], + [ + "ĠM", + "el" + ], + [ + "Ġad", + "vent" + ], + [ + "Ġac", + "ute" + ], + [ + "Ġmagn", + "itude" + ], + [ + "Ġexpand", + "ed" + ], + [ + "Ġw", + "ine" + ], + [ + "Ġag", + "ed" + ], + [ + "Ġecosystem", + "s" + ], + [ + "Ġis", + "lands" + ], + [ + "op", + "ts" + ], + [ + "ĠAss", + "ess" + ], + [ + "Ġweak", + "ness" + ], + [ + "Ġprefer", + "red" + ], + [ + "Ġsurpr", + "ising" + ], + [ + "Ġth", + "ir" + ], + [ + "im", + "m" + ], + [ + "ĠH", + "osp" + ], + [ + "Ġking", + "dom" + ], + [ + "Ste", + "p" + ], + [ + "ĠS", + "at" + ], + [ + "Ġnutri", + "ent" + ], + [ + "_", + "{" + ], + [ + "Ġp", + "iv" + ], + [ + "ry", + "ption" + ], + [ + "Ġdist", + "urb" + ], + [ + "Ġgrow", + "s" + ], + [ + "E", + "E" + ], + [ + "ro", + "g" + ], + [ + "Ġel", + "der" + ], + [ + "ĠRe", + "f" + ], + [ + "ym", + "es" + ], + [ + "ES", + "S" + ], + [ + "Ġfish", + "ing" + ], + [ + "G", + "iven" + ], + [ + "id", + "ation" + ], + [ + "we", + "ights" + ], + [ + "Ġsens", + "itivity" + ], + [ + "Ġcover", + "ing" + ], + [ + "Ġpun", + "ishment" + ], + [ + "Ġtum", + "or" + ], + [ + "ĠIr", + "ish" + ], + [ + "T", + "ext" + ], + [ + "x", + "ml" + ], + [ + "Ġm", + "ine" + ], + [ + "eng", + "er" + ], + [ + "Ġcor", + "on" + ], + [ + "Ġroad", + "s" + ], + [ + "Ġpro", + "hib" + ], + [ + "ĠN", + "OT" + ], + [ + "Ġwhe", + "at" + ], + [ + "pro", + "t" + ], + [ + "Ġser", + "ial" + ], + [ + "Ġn", + "l" + ], + [ + "ĠS", + "on" + ], + [ + "ex", + "pected" + ], + [ + "Ġant", + "ioxid" + ], + [ + "br", + "id" + ], + [ + "b", + "uffer" + ], + [ + "Ġfair", + "ly" + ], + [ + "syl", + "vania" + ], + [ + "?", + "\"" + ], + [ + "i", + "est" + ], + [ + "s", + "ave" + ], + [ + "Ġprotect", + "ive" + ], + [ + "Ġins", + "pired" + ], + [ + "Ġbo", + "ys" + ], + [ + "Ġtraum", + "a" + ], + [ + "Ġor", + "bit" + ], + [ + "ĠLin", + "coln" + ], + [ + "ĠM", + "oon" + ], + [ + "ĠB", + "ack" + ], + [ + "Ġse", + "vent" + ], + [ + "Ġcomm", + "ission" + ], + [ + "Ġoccur", + "ring" + ], + [ + "Ġhard", + "er" + ], + [ + "Ġsatell", + "ite" + ], + [ + "Ġm", + "ir" + ], + [ + "et", + "ing" + ], + [ + "Ġr", + "oughly" + ], + [ + "Ġaccom", + "pan" + ], + [ + "Ġmathemat", + "ical" + ], + [ + "Ġt", + "we" + ], + [ + "Ġm", + "erg" + ], + [ + "Ġcon", + "vey" + ], + [ + "ĠD", + "ictionary" + ], + [ + "Ġdef", + "end" + ], + [ + "E", + "ST" + ], + [ + "ad", + "vant" + ], + [ + "Ġmin", + "eral" + ], + [ + "cent", + "ury" + ], + [ + "Ġdecre", + "ased" + ], + [ + "achus", + "etts" + ], + [ + "7", + "4" + ], + [ + "Ġm", + "ouse" + ], + [ + "Ġar", + "rest" + ], + [ + "ne", + "um" + ], + [ + "Ġav", + "ailability" + ], + [ + "a", + "o" + ], + [ + "ĠC", + "S" + ], + [ + "Ġor", + "ders" + ], + [ + "Ġ4", + "2" + ], + [ + "H", + "D" + ], + [ + "ur", + "a" + ], + [ + "em", + "a" + ], + [ + "Ġr", + "ational" + ], + [ + "Ġ3", + "3" + ], + [ + "Ġtrans", + "formation" + ], + [ + "Ġsus", + "cept" + ], + [ + "Ġt", + "ropical" + ], + [ + "Ġf", + "inger" + ], + [ + "ir", + "al" + ], + [ + "S", + "pec" + ], + [ + "Ġy", + "e" + ], + [ + "ĠP", + "en" + ], + [ + "Ġproduct", + "ivity" + ], + [ + "Ġplatform", + "s" + ], + [ + "E", + "ar" + ], + [ + "Ġre", + "put" + ], + [ + "Ġst", + "yles" + ], + [ + "Ġal", + "arm" + ], + [ + "ĠM", + "u" + ], + [ + "ĠB", + "oston" + ], + [ + "Ġman", + "ual" + ], + [ + "Ġfl", + "ags" + ], + [ + "Ġfocus", + "ing" + ], + [ + "Ġheav", + "en" + ], + [ + "l", + "ights" + ], + [ + "ĠPl", + "ay" + ], + [ + "Ġexpect", + "ations" + ], + [ + "wind", + "ow" + ], + [ + "H", + "A" + ], + [ + "Ġs", + "ect" + ], + [ + "Ġs", + "port" + ], + [ + "Ġc", + "aught" + ], + [ + "Ġch", + "ances" + ], + [ + "Ġins", + "ight" + ], + [ + "mon", + "th" + ], + [ + "Ġ199", + "4" + ], + [ + "Ġconsider", + "able" + ], + [ + "Ġheav", + "ily" + ], + [ + "ĠLear", + "n" + ], + [ + "ĠSup", + "reme" + ], + [ + ")", + ")," + ], + [ + "m", + "ask" + ], + [ + "p", + "erson" + ], + [ + "Ġd", + "raft" + ], + [ + "ĠM", + "S" + ], + [ + "ĠV", + "en" + ], + [ + "ĠSe", + "cret" + ], + [ + "Ġcreat", + "ures" + ], + [ + "Ġdefic", + "iency" + ], + [ + "P", + "ars" + ], + [ + "ĠN", + "ever" + ], + [ + "cl", + "os" + ], + [ + "ast", + "s" + ], + [ + "Ġtra", + "ject" + ], + [ + "for", + "ward" + ], + [ + "Ġcandid", + "ate" + ], + [ + "ĠOn", + "line" + ], + [ + "Ġdiet", + "ary" + ], + [ + "Ġdiv", + "ine" + ], + [ + "Ġcere", + "mon" + ], + [ + "Ġv", + "ow" + ], + [ + "oc", + "c" + ], + [ + "Ġgener", + "ator" + ], + [ + "Ġsuff", + "ered" + ], + [ + "L", + "S" + ], + [ + "ol", + "ves" + ], + [ + "fe", + "atures" + ], + [ + "ĠCent", + "re" + ], + [ + ".", + ":" + ], + [ + "Ġl", + "amb" + ], + [ + "ib", + "er" + ], + [ + "Ġsp", + "in" + ], + [ + "Ġthere", + "by" + ], + [ + "pro", + "ject" + ], + [ + "ĠRead", + "ing" + ], + [ + "ĠEngine", + "ering" + ], + [ + "Ġt", + "ags" + ], + [ + "Ġ3", + "4" + ], + [ + "Ġtrans", + "c" + ], + [ + "Ġ", + "ion" + ], + [ + "Ġc", + "ash" + ], + [ + "Ġse", + "at" + ], + [ + "Ġgra", + "ins" + ], + [ + "ĠSw", + "ed" + ], + [ + "ab", + "b" + ], + [ + "ific", + "ate" + ], + [ + "o", + "ices" + ], + [ + "à", + "¥" + ], + [ + "ot", + "ton" + ], + [ + "if", + "ted" + ], + [ + ":", + "-" + ], + [ + "Ġkeep", + "s" + ], + [ + "ĠWith", + "out" + ], + [ + "Ġregist", + "ered" + ], + [ + "Ġem", + "bed" + ], + [ + "Ġsur", + "ge" + ], + [ + "Ġfat", + "igue" + ], + [ + "od", + "er" + ], + [ + "St", + "art" + ], + [ + "Ġimplement", + "ing" + ], + [ + "Ġign", + "ored" + ], + [ + "hand", + "le" + ], + [ + "Ġflex", + "ible" + ], + [ + "Ġinh", + "abit" + ], + [ + "ĠAtl", + "antic" + ], + [ + "O", + "ST" + ], + [ + "r", + "ating" + ], + [ + "t", + "im" + ], + [ + "Ġf", + "ires" + ], + [ + "se", + "curity" + ], + [ + "Ġvacc", + "ines" + ], + [ + "Ġplan", + "ned" + ], + [ + "Ġut", + "ility" + ], + [ + "Ġvol", + "can" + ], + [ + "=", + "['" + ], + [ + "F", + "ix" + ], + [ + "Ġdeterm", + "ining" + ], + [ + "\"", + "):" + ], + [ + "at", + "al" + ], + [ + "Ġre", + "ign" + ], + [ + "Ġn", + "est" + ], + [ + "ĠP", + "ot" + ], + [ + "ĠF", + "und" + ], + [ + "ci", + "i" + ], + [ + ":`", + "~" + ], + [ + "plic", + "ates" + ], + [ + "Ġsun", + "light" + ], + [ + "Ġque", + "ue" + ], + [ + "ĠH", + "ill" + ], + [ + "Ġaim", + "ed" + ], + [ + "8", + "2" + ], + [ + "Ġf", + "raction" + ], + [ + "Ġwhe", + "el" + ], + [ + "Ġexpl", + "oring" + ], + [ + "Ġclaim", + "ed" + ], + [ + "Ġoverw", + "hel" + ], + [ + "m", + "t" + ], + [ + "ĠJ", + "ac" + ], + [ + "Ġpart", + "ial" + ], + [ + "pro", + "per" + ], + [ + "Ġperform", + "ing" + ], + [ + "Ġunus", + "ual" + ], + [ + "S", + "p" + ], + [ + "Ġsub", + "stit" + ], + [ + "Ġmanufacture", + "rs" + ], + [ + "ĠAdminist", + "ration" + ], + [ + "Ð", + "°" + ], + [ + "Ġc", + "ub" + ], + [ + "ĠD", + "ou" + ], + [ + "Ġsuper", + "ior" + ], + [ + "9", + "2" + ], + [ + "ĠL", + "y" + ], + [ + "Ġneighbor", + "hood" + ], + [ + "ou", + "red" + ], + [ + "Ġcomp", + "at" + ], + [ + "Ġur", + "ine" + ], + [ + "Ġloss", + "es" + ], + [ + "Ġkil", + "omet" + ], + [ + "Ġt", + "on" + ], + [ + "er", + "ver" + ], + [ + "Ġim", + "aging" + ], + [ + "du", + "ce" + ], + [ + "Ġher", + "b" + ], + [ + "Ġimprove", + "ments" + ], + [ + "Ġc", + "v" + ], + [ + "Ġst", + "uff" + ], + [ + "est", + "ock" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠĠĠĠ" + ], + [ + "Ġbar", + "riers" + ], + [ + "Ġoutdo", + "or" + ], + [ + "j", + "s" + ], + [ + "n", + "t" + ], + [ + "Ġad", + "olesc" + ], + [ + "ĠAn", + "alysis" + ], + [ + "ask", + "a" + ], + [ + "Ġpredict", + "ions" + ], + [ + "Ġwors", + "hip" + ], + [ + "ed", + "ge" + ], + [ + "th", + "ritis" + ], + [ + "Ġclass", + "ified" + ], + [ + "Ġsl", + "aves" + ], + [ + "Ġaddress", + "ing" + ], + [ + "ut", + "ely" + ], + [ + "Ġ19", + "50" + ], + [ + "Ġpur", + "s" + ], + [ + "Ġimm", + "igr" + ], + [ + "ĠN", + "az" + ], + [ + "Ġinter", + "ventions" + ], + [ + "ann", + "ed" + ], + [ + "Ġnurs", + "ing" + ], + [ + "Ġsen", + "ior" + ], + [ + "r", + "ical" + ], + [ + "or", + "ate" + ], + [ + "ber", + "ry" + ], + [ + "Ġequ", + "ality" + ], + [ + "Ġfit", + "ness" + ], + [ + "Be", + "fore" + ], + [ + "Ġexhib", + "it" + ], + [ + "D", + "et" + ], + [ + "Ġph", + "osph" + ], + [ + "the", + "tic" + ], + [ + "Ġphys", + "ician" + ], + [ + "c", + "ost" + ], + [ + "iv", + "a" + ], + [ + "out", + "e" + ], + [ + "Ġro", + "se" + ], + [ + "ne", + "ys" + ], + [ + "u", + "rolog" + ], + [ + "ro", + "le" + ], + [ + "ern", + "el" + ], + [ + "Ġreve", + "al" + ], + [ + "Ġp", + "ix" + ], + [ + "av", + "ed" + ], + [ + "Ġemerg", + "ing" + ], + [ + "il", + "er" + ], + [ + "ĠR", + "am" + ], + [ + "Ġdef", + "ines" + ], + [ + "Ġfac", + "es" + ], + [ + "Ġseem", + "ed" + ], + [ + "rape", + "ut" + ], + [ + "ĠOh", + "io" + ], + [ + "d", + "iff" + ], + [ + "ĠN", + "a" + ], + [ + "ast", + "y" + ], + [ + "Ġrec", + "all" + ], + [ + "Ġvari", + "ation" + ], + [ + "sw", + "ith" + ], + [ + "0", + "8" + ], + [ + "v", + "ol" + ], + [ + "per", + "or" + ], + [ + "ĠFor", + "ce" + ], + [ + "Ġpur", + "su" + ], + [ + "Ġs", + "pl" + ], + [ + "Ġs", + "aving" + ], + [ + "ĠV", + "e" + ], + [ + "Ġdist", + "ances" + ], + [ + "ĠPre", + "vention" + ], + [ + "Ġcoord", + "inates" + ], + [ + "he", + "a" + ], + [ + "h", + "igh" + ], + [ + "Ġpe", + "oples" + ], + [ + "Ġdigest", + "ive" + ], + [ + "ĠIn", + "dex" + ], + [ + "Ġsit", + "ting" + ], + [ + "Ġaddress", + "ed" + ], + [ + "Ġre", + "ferences" + ], + [ + "Ġrec", + "ur" + ], + [ + "Ġwork", + "place" + ], + [ + "app", + "le" + ], + [ + "Ġprof", + "ound" + ], + [ + "M", + "M" + ], + [ + "Con", + "n" + ], + [ + "Ġinstall", + "ation" + ], + [ + "Ġrel", + "ie" + ], + [ + "Ġrot", + "ation" + ], + [ + "Ġcl", + "ock" + ], + [ + "Ġper", + "ception" + ], + [ + "Ġmod", + "erate" + ], + [ + "Ġexpl", + "oration" + ], + [ + "Ġauthen", + "tic" + ], + [ + "he", + "ight" + ], + [ + "Ġeng", + "agement" + ], + [ + "usal", + "em" + ], + [ + "ĠC", + "ross" + ], + [ + "Ġbu", + "ck" + ], + [ + "Ġmet", + "als" + ], + [ + "Ġre", + "aching" + ], + [ + "el", + "a" + ], + [ + "Ġsign", + "ature" + ], + [ + "Ġcardi", + "ovascular" + ], + [ + "F", + "orm" + ], + [ + "ĠB", + "usiness" + ], + [ + "ear", + "ing" + ], + [ + "Ġmarket", + "ing" + ], + [ + "Ġec", + "ological" + ], + [ + "bal", + "ance" + ], + [ + "Ab", + "out" + ], + [ + "A", + "ss" + ], + [ + "d", + "est" + ], + [ + "as", + "hes" + ], + [ + "om", + "al" + ], + [ + "Ġprom", + "ise" + ], + [ + "Ġvari", + "ations" + ], + [ + "P", + "ython" + ], + [ + "ide", + "o" + ], + [ + "'", + "}" + ], + [ + "E", + "very" + ], + [ + "user", + "name" + ], + [ + "Ġc", + "ure" + ], + [ + "Ġp", + "H" + ], + [ + "ĠC", + "ir" + ], + [ + "Ġr", + "an" + ], + [ + "Ġadv", + "is" + ], + [ + "Ġemot", + "ion" + ], + [ + "F", + "S" + ], + [ + "e", + "em" + ], + [ + "Ġ'", + "." + ], + [ + "F", + "I" + ], + [ + "Ġf", + "o" + ], + [ + "Ġb", + "atch" + ], + [ + "om", + "ial" + ], + [ + "ĠIm", + "p" + ], + [ + "u", + "is" + ], + [ + "Ã", + "¤" + ], + [ + "Ġ5", + "5" + ], + [ + "Ġconsum", + "ed" + ], + [ + "u", + "um" + ], + [ + "Ġp", + "estic" + ], + [ + "em", + "ploy" + ], + [ + "ĠL", + "ead" + ], + [ + "Ġwork", + "er" + ], + [ + "__", + "':" + ], + [ + "il", + "der" + ], + [ + "ce", + "ive" + ], + [ + "Ġcon", + "cluded" + ], + [ + "In", + "f" + ], + [ + "ĠPer", + "form" + ], + [ + "Ġtherm", + "al" + ], + [ + "Ġclass", + "ical" + ], + [ + "Ġscreen", + "ing" + ], + [ + "Ġemphas", + "is" + ], + [ + "7", + "3" + ], + [ + "Ġb", + "s" + ], + [ + "Ġsim", + "ult" + ], + [ + "Ġble", + "eding" + ], + [ + "in", + "du" + ], + [ + "Ġreg", + "ister" + ], + [ + "Ġmin", + "imal" + ], + [ + "ĠArt", + "icle" + ], + [ + "T", + "R" + ], + [ + "p", + "us" + ], + [ + "as", + "y" + ], + [ + "ĠTh", + "ree" + ], + [ + "Ġleg", + "end" + ], + [ + "Ġcharacter", + "istic" + ], + [ + "Ġrh", + "yth" + ], + [ + "ad", + "el" + ], + [ + "ĠL", + "im" + ], + [ + "ĠMod", + "ern" + ], + [ + "Ġtrib", + "es" + ], + [ + "r", + "in" + ], + [ + "Ġt", + "ack" + ], + [ + "ĠT", + "op" + ], + [ + "ĠCont", + "in" + ], + [ + "Data", + "Frame" + ], + [ + "Ġ", + "ic" + ], + [ + "ĠZ", + "eal" + ], + [ + "Ġste", + "am" + ], + [ + "E", + "O" + ], + [ + "P", + "C" + ], + [ + "ĠB", + "uilding" + ], + [ + "iz", + "ers" + ], + [ + "Ġen", + "orm" + ], + [ + "Ġeduc", + "ators" + ], + [ + "part", + "s" + ], + [ + "Ġtax", + "es" + ], + [ + "ĠMass", + "achusetts" + ], + [ + "T", + "C" + ], + [ + "Y", + "es" + ], + [ + "re", + "ams" + ], + [ + "Ġper", + "mission" + ], + [ + "Ġarg", + "ued" + ], + [ + "ĠPenn", + "sylvania" + ], + [ + "s", + "ys" + ], + [ + "Ġas", + "sembly" + ], + [ + "Ġj", + "oy" + ], + [ + "ert", + "y" + ], + [ + "ĠHe", + "art" + ], + [ + "Ġindic", + "ating" + ], + [ + "Ġnutrition", + "al" + ], + [ + "ĠStand", + "ard" + ], + [ + "h", + "ire" + ], + [ + "w", + "an" + ], + [ + "Ġcreat", + "ivity" + ], + [ + "ĠEl", + "izabeth" + ], + [ + "Ġprop", + "ag" + ], + [ + "Ġcon", + "ference" + ], + [ + "Ġid", + "x" + ], + [ + "Ġdisplay", + "ed" + ], + [ + "ic", + "ular" + ], + [ + "ĠB", + "al" + ], + [ + "art", + "ers" + ], + [ + "Ġqu", + "arter" + ], + [ + "Ġview", + "ed" + ], + [ + "Ġform", + "ing" + ], + [ + "Wh", + "o" + ], + [ + "Ġhol", + "y" + ], + [ + "Ġbur", + "ied" + ], + [ + "Ġfriend", + "ly" + ], + [ + "Ġlun", + "gs" + ], + [ + "Ġf", + "ats" + ], + [ + "Ġf", + "isher" + ], + [ + "Ġdiff", + "er" + ], + [ + "Ġmeaning", + "ful" + ], + [ + "ĠEd", + "ward" + ], + [ + "Ġremark", + "able" + ], + [ + "T", + "ER" + ], + [ + "Ġt", + "ube" + ], + [ + "og", + "rap" + ], + [ + "Ġplan", + "ets" + ], + [ + "Ġaltern", + "atives" + ], + [ + "ĠD", + "ri" + ], + [ + "cycl", + "op" + ], + [ + "ĠD", + "esc" + ], + [ + "ĠF", + "act" + ], + [ + "ĠL", + "ight" + ], + [ + "----------------", + "----------------" + ], + [ + "gi", + "ene" + ], + [ + "ĠQue", + "en" + ], + [ + "Ġl", + "ip" + ], + [ + "ad", + "ed" + ], + [ + "Ġpost", + "s" + ], + [ + "Ġdig", + "it" + ], + [ + "ĠJer", + "usalem" + ], + [ + "it", + "ual" + ], + [ + "Ġch", + "at" + ], + [ + "els", + "ius" + ], + [ + "ĠConf", + "ed" + ], + [ + "Ġneut", + "ral" + ], + [ + "Ġm", + "g" + ], + [ + "un", + "icip" + ], + [ + "ĠS", + "ir" + ], + [ + "Ġsp", + "oken" + ], + [ + "Ġsub", + "sc" + ], + [ + "Ġpass", + "ion" + ], + [ + "mod", + "els" + ], + [ + "Ġstop", + "ped" + ], + [ + "Ġfacilit", + "ate" + ], + [ + "ĠE", + "PA" + ], + [ + "Ġsupp", + "lied" + ], + [ + "Ġlight", + "ing" + ], + [ + "Ġstre", + "ams" + ], + [ + "ĠR", + "h" + ], + [ + "dim", + "ensional" + ], + [ + "Ġin", + "equ" + ], + [ + "Ġv", + "an" + ], + [ + "ĠJ", + "ul" + ], + [ + "roll", + "ed" + ], + [ + "Ġpoll", + "ut" + ], + [ + "Ġlimit", + "ations" + ], + [ + "athe", + "red" + ], + [ + "3", + "00" + ], + [ + "Ġl", + "ake" + ], + [ + "ish", + "op" + ], + [ + "Ġmy", + "st" + ], + [ + "Ġphys", + "ically" + ], + [ + "start", + "swith" + ], + [ + "Ġaccur", + "ately" + ], + [ + "Ġshap", + "ed" + ], + [ + "en", + "ess" + ], + [ + "el", + "se" + ], + [ + "ans", + "as" + ], + [ + "Ġdoct", + "rine" + ], + [ + "A", + "tt" + ], + [ + "pt", + "om" + ], + [ + "ens", + "ed" + ], + [ + "Ġind", + "igenous" + ], + [ + "p", + "o" + ], + [ + "Ġent", + "ertain" + ], + [ + "9", + "4" + ], + [ + "if", + "ice" + ], + [ + "Ġcomp", + "ress" + ], + [ + "Ġappoint", + "ed" + ], + [ + "s", + "ur" + ], + [ + "al", + "ities" + ], + [ + "Ġprof", + "it" + ], + [ + "m", + "n" + ], + [ + "ĠN", + "um" + ], + [ + "Ġev", + "ident" + ], + [ + "ĠIm", + "m" + ], + [ + "object", + "s" + ], + [ + "9", + "1" + ], + [ + "ĠS", + "ac" + ], + [ + "Ġne", + "ural" + ], + [ + "Ġab", + "stract" + ], + [ + "Ġsp", + "an" + ], + [ + "co", + "very" + ], + [ + "Ġexam", + "ined" + ], + [ + "der", + "r" + ], + [ + "are", + "t" + ], + [ + "Ġdocument", + "ation" + ], + [ + "spec", + "ific" + ], + [ + "Ġmus", + "ical" + ], + [ + "Ġjud", + "gment" + ], + [ + "(", + "['" + ], + [ + "M", + "in" + ], + [ + "m", + "ake" + ], + [ + "v", + "l" + ], + [ + "Ð", + "¾" + ], + [ + "Ġwe", + "igh" + ], + [ + "ĠIn", + "depend" + ], + [ + "Ġreturn", + "ing" + ], + [ + "Ġdes", + "k" + ], + [ + "Ġactiv", + "ely" + ], + [ + "m", + "eth" + ], + [ + "Ġp", + "ad" + ], + [ + "Ġm", + "ys" + ], + [ + "ĠE", + "p" + ], + [ + "C", + "ur" + ], + [ + "os", + "ity" + ], + [ + "ĠN", + "ode" + ], + [ + "Ġcontribut", + "ions" + ], + [ + "l", + "arg" + ], + [ + "ĠB", + "u" + ], + [ + "ĠU", + "l" + ], + [ + "Ġbreak", + "s" + ], + [ + "M", + "I" + ], + [ + "ĠHe", + "ad" + ], + [ + "Ġelect", + "ed" + ], + [ + "ĠOrgan", + "ization" + ], + [ + "Ġord", + "inary" + ], + [ + "ĠCam", + "bridge" + ], + [ + "Ġille", + "gal" + ], + [ + "Ġs", + "ending" + ], + [ + "ĠL", + "o" + ], + [ + "ful", + "l" + ], + [ + "Ġdem", + "ocracy" + ], + [ + "ĠZeal", + "and" + ], + [ + "ĠR", + "oad" + ], + [ + "('", + "/" + ], + [ + "Ġbehavior", + "al" + ], + [ + "ĠFace", + "book" + ], + [ + "ep", + "ing" + ], + [ + "Ġm", + "ic" + ], + [ + "ĠF", + "arm" + ], + [ + "Ġ199", + "2" + ], + [ + "Ġdeep", + "ly" + ], + [ + "Ġsatis", + "fact" + ], + [ + "Ġenth", + "us" + ], + [ + "Ġor", + "th" + ], + [ + "Ġent", + "ering" + ], + [ + "ĠPro", + "p" + ], + [ + "D", + "ep" + ], + [ + "s", + "amples" + ], + [ + "Ġp", + "ipe" + ], + [ + "Ġpow", + "der" + ], + [ + "L", + "ast" + ], + [ + "Ġtarget", + "ed" + ], + [ + "Ġstri", + "ke" + ], + [ + "G", + "r" + ], + [ + "ĠF", + "ibonacci" + ], + [ + "erc", + "ury" + ], + [ + "Ġpay", + "ment" + ], + [ + "clus", + "ions" + ], + [ + "Ġestablish", + "ment" + ], + [ + "ĠProt", + "ection" + ], + [ + "L", + "A" + ], + [ + "ur", + "is" + ], + [ + "ĠP", + "ain" + ], + [ + "av", + "irus" + ], + [ + "Ġess", + "ays" + ], + [ + "Ġenter", + "pr" + ], + [ + "Ġhoriz", + "ontal" + ], + [ + "Ġdiscrim", + "ination" + ], + [ + "a", + "ired" + ], + [ + "Ġf", + "et" + ], + [ + "ir", + "ms" + ], + [ + "ĠC", + "ard" + ], + [ + "Ġsh", + "orter" + ], + [ + "Ġshe", + "ep" + ], + [ + "Ġflow", + "s" + ], + [ + "ĠMar", + "x" + ], + [ + "Ġveget", + "ation" + ], + [ + "Ġl", + "es" + ], + [ + "Ġg", + "ast" + ], + [ + "ad", + "ow" + ], + [ + "Ġmed", + "ian" + ], + [ + "Ġent", + "r" + ], + [ + "']", + ":" + ], + [ + "Ġocc", + "as" + ], + [ + "he", + "ets" + ], + [ + "Ġd", + "airy" + ], + [ + "ort", + "ion" + ], + [ + "ĠE", + "conom" + ], + [ + "Ġres", + "olve" + ], + [ + "ck", + "ing" + ], + [ + "Ġsur", + "g" + ], + [ + "Im", + "age" + ], + [ + "Ġsettle", + "ment" + ], + [ + "O", + "W" + ], + [ + "S", + "um" + ], + [ + "Ġ\"", + ")" + ], + [ + "Ġro", + "yal" + ], + [ + "Ġrequire", + "ment" + ], + [ + "ĠÂ", + "£" + ], + [ + "Ġbound", + "ary" + ], + [ + "C", + "ar" + ], + [ + "Ġd", + "ur" + ], + [ + "ur", + "ches" + ], + [ + "Ġsp", + "ray" + ], + [ + "opy", + "right" + ], + [ + "Ġfall", + "ing" + ], + [ + "Ġmanif", + "est" + ], + [ + "t", + "wo" + ], + [ + "im", + "ents" + ], + [ + "Ġg", + "aps" + ], + [ + "ĠL", + "ast" + ], + [ + "Ġinter", + "ior" + ], + [ + "ax", + "es" + ], + [ + "Ġregard", + "ed" + ], + [ + "P", + "U" + ], + [ + "Ġh", + "ier" + ], + [ + "Ġal", + "ive" + ], + [ + "ĠF", + "our" + ], + [ + "de", + "velop" + ], + [ + "Ġac", + "res" + ], + [ + "colum", + "ns" + ], + [ + "Ġp", + "ill" + ], + [ + "ĠR", + "ail" + ], + [ + "Ġk", + "illing" + ], + [ + "ĠAr", + "g" + ], + [ + "Ġchem", + "istry" + ], + [ + "Ġcat", + "tle" + ], + [ + "Ġalph", + "abet" + ], + [ + "Ġinf", + "ant" + ], + [ + "part", + "ition" + ], + [ + "ĠMich", + "igan" + ], + [ + "I", + "ST" + ], + [ + "n", + "odes" + ], + [ + "Ġg", + "ent" + ], + [ + "Ġspec", + "ify" + ], + [ + "Ġcontribut", + "ed" + ], + [ + "E", + "ng" + ], + [ + "c", + "ap" + ], + [ + "ĠA", + "ri" + ], + [ + "Ġiniti", + "atives" + ], + [ + "c", + "d" + ], + [ + "ul", + "pt" + ], + [ + "th", + "rough" + ], + [ + "Ġeng", + "ines" + ], + [ + "Ġrequest", + "ed" + ], + [ + "Ġread", + "s" + ], + [ + "E", + "ach" + ], + [ + "f", + "req" + ], + [ + "um", + "es" + ], + [ + "be", + "red" + ], + [ + "c", + "ient" + ], + [ + "id", + "al" + ], + [ + "I", + "O" + ], + [ + "Ġd", + "ies" + ], + [ + "ĠW", + "al" + ], + [ + "Ġemploy", + "ee" + ], + [ + "Ġdiet", + "s" + ], + [ + "Ġpsych", + "ology" + ], + [ + "que", + "ue" + ], + [ + "Ġgir", + "l" + ], + [ + "s", + "rc" + ], + [ + "Ġan", + "ger" + ], + [ + "Ġra", + "b" + ], + [ + "Ġstrateg", + "ic" + ], + [ + "Ġwa", + "iting" + ], + [ + "Ġs", + "ins" + ], + [ + "Ġwe", + "aring" + ], + [ + "Ġiniti", + "ative" + ], + [ + "desc", + "ription" + ], + [ + "M", + "ay" + ], + [ + "S", + "earch" + ], + [ + "Ġst", + "er" + ], + [ + "are", + "st" + ], + [ + "Ġmed", + "ieval" + ], + [ + "Ġsol", + "ving" + ], + [ + "hol", + "ds" + ], + [ + "Ġassign", + "ment" + ], + [ + "ĠConn", + "ect" + ], + [ + "5", + "2" + ], + [ + "ĠIn", + "cre" + ], + [ + "Ġag", + "ing" + ], + [ + "Ġexec", + "ute" + ], + [ + "Ġir", + "r" + ], + [ + "Ġminor", + "ity" + ], + [ + "P", + "T" + ], + [ + "ĠH", + "or" + ], + [ + "Ġcal", + "endar" + ], + [ + "R", + "ec" + ], + [ + "S", + "ize" + ], + [ + "i", + "ability" + ], + [ + "Ġc", + "as" + ], + [ + "ĠW", + "ay" + ], + [ + "ĠAd", + "am" + ], + [ + "ĠMe", + "an" + ], + [ + "Ġh", + "at" + ], + [ + "ĠUn", + "fortunately" + ], + [ + "mat", + "ic" + ], + [ + "Ġacknow", + "led" + ], + [ + "Ġchrom", + "os" + ], + [ + "M", + "ake" + ], + [ + "z", + "ero" + ], + [ + "Ġb", + "inding" + ], + [ + "Ġg", + "ases" + ], + [ + "ĠA", + "M" + ], + [ + "ĠS", + "upp" + ], + [ + "Ġr", + "anges" + ], + [ + "Ġfe", + "els" + ], + [ + "Ġinf", + "ants" + ], + [ + "ex", + "ist" + ], + [ + "Ġbatter", + "ies" + ], + [ + "(", + "_" + ], + [ + "E", + "G" + ], + [ + "E", + "m" + ], + [ + "Ġbe", + "ans" + ], + [ + "ĠU", + "r" + ], + [ + "ang", + "er" + ], + [ + "Ġcirc", + "ulation" + ], + [ + "0", + "7" + ], + [ + "Ġb", + "ene" + ], + [ + "Ġviol", + "ent" + ], + [ + "ĠS", + "ar" + ], + [ + "Ġem", + "it" + ], + [ + "Ġatt", + "itude" + ], + [ + "Ġdirect", + "ions" + ], + [ + "Ġdiv", + "ide" + ], + [ + "S", + "eries" + ], + [ + "z", + "ymes" + ], + [ + "Ġc", + "ow" + ], + [ + "Ġw", + "al" + ], + [ + "In", + "valid" + ], + [ + "Ġass", + "istant" + ], + [ + "Ġwould", + "n" + ], + [ + "ĠCal", + "culate" + ], + [ + "Ġw", + "ider" + ], + [ + "ac", + "cur" + ], + [ + "Ġra", + "c" + ], + [ + "ange", + "red" + ], + [ + "n", + "ia" + ], + [ + "Ġcont", + "ra" + ], + [ + "Ġpe", + "er" + ], + [ + "row", + "th" + ], + [ + "ID", + "S" + ], + [ + "ĠComm", + "and" + ], + [ + "Ġtong", + "ue" + ], + [ + "u", + "ity" + ], + [ + "ĠC", + "T" + ], + [ + "ĠM", + "ove" + ], + [ + "Ġuser", + "name" + ], + [ + "ĠAb", + "raham" + ], + [ + "Ġgrav", + "ity" + ], + [ + "Ġt", + "act" + ], + [ + "Ġf", + "ought" + ], + [ + "ut", + "f" + ], + [ + "ĠT", + "om" + ], + [ + "pon", + "ds" + ], + [ + "Ġflex", + "ibility" + ], + [ + "Ġcandid", + "ates" + ], + [ + "!", + "âĢĿ" + ], + [ + "d", + "em" + ], + [ + "j", + "ob" + ], + [ + "er", + "ated" + ], + [ + "ĠP", + "olicy" + ], + [ + "Ġsc", + "ulpt" + ], + [ + "Ġ9", + "5" + ], + [ + "Ġresearc", + "her" + ], + [ + "Ġhorm", + "ones" + ], + [ + "ĠHosp", + "ital" + ], + [ + "s", + "we" + ], + [ + "ĠM", + "ath" + ], + [ + "Ġcomp", + "ost" + ], + [ + "me", + "ga" + ], + [ + "Ġadapt", + "ed" + ], + [ + "Ġm", + "ail" + ], + [ + "Ġintrodu", + "ce" + ], + [ + "ĠCons", + "ider" + ], + [ + "Ġachieve", + "ment" + ], + [ + "Ġt", + "ensor" + ], + [ + "Ġto", + "mat" + ], + [ + "ĠL", + "ic" + ], + [ + "Ġcontribut", + "ing" + ], + [ + "S", + "he" + ], + [ + "ĠN", + "ov" + ], + [ + "let", + "ter" + ], + [ + "Al", + "so" + ], + [ + "Ġhabit", + "ats" + ], + [ + "g", + "ence" + ], + [ + "or", + "i" + ], + [ + "Ġenc", + "ounter" + ], + [ + "m", + "al" + ], + [ + "he", + "it" + ], + [ + "se", + "cut" + ], + [ + "oc", + "on" + ], + [ + "ĠPhil", + "ipp" + ], + [ + "Ġ", + "~" + ], + [ + "Ġas", + "pir" + ], + [ + "de", + "code" + ], + [ + "fe", + "ren" + ], + [ + "Ġover", + "view" + ], + [ + "20", + "14" + ], + [ + "cle", + "ar" + ], + [ + "ol", + "i" + ], + [ + "ain", + "ts" + ], + [ + "Ġcharg", + "ed" + ], + [ + "Ġf", + "lying" + ], + [ + "Ġorig", + "ins" + ], + [ + "tu", + "ple" + ], + [ + "Ġ1", + "20" + ], + [ + "Ġby", + "te" + ], + [ + "Ġ'", + ")" + ], + [ + "Ġ'", + "," + ], + [ + "Ġsp", + "ots" + ], + [ + "Ġart", + "if" + ], + [ + "Ġoptim", + "ize" + ], + [ + "Ġb", + "rowser" + ], + [ + "Ġspec", + "im" + ], + [ + "Ġdeg", + "rad" + ], + [ + "Ġjoint", + "s" + ], + [ + "D", + "on" + ], + [ + "Ġfl", + "ash" + ], + [ + "Ġlog", + "ical" + ], + [ + "Ġbar", + "rier" + ], + [ + "Ġemerg", + "ed" + ], + [ + "Ġchick", + "en" + ], + [ + "Ġth", + "roat" + ], + [ + "oc", + "hem" + ], + [ + "Ġown", + "ed" + ], + [ + "Ġcat", + "alog" + ], + [ + "Ġefficient", + "ly" + ], + [ + "eles", + "cope" + ], + [ + "Ġvel", + "ocity" + ], + [ + "Ġc", + "ord" + ], + [ + "Ġst", + "ood" + ], + [ + "Ġen", + "abling" + ], + [ + "F", + "l" + ], + [ + "Ġcommunic", + "ations" + ], + [ + "Ġfasc", + "inating" + ], + [ + "rane", + "an" + ], + [ + "Ġprov", + "ince" + ], + [ + "ĠDis", + "c" + ], + [ + "hav", + "ior" + ], + [ + "o", + "ys" + ], + [ + "ay", + "a" + ], + [ + "ĠF", + "ile" + ], + [ + "Ġspecial", + "ist" + ], + [ + "Ġcolon", + "ial" + ], + [ + "Ar", + "t" + ], + [ + "R", + "C" + ], + [ + "Ġb", + "at" + ], + [ + "ro", + "x" + ], + [ + "ent", + "er" + ], + [ + "ult", + "y" + ], + [ + "Ġreason", + "able" + ], + [ + "conn", + "ected" + ], + [ + "Ġpil", + "ot" + ], + [ + "t", + "ication" + ], + [ + "Ġpre", + "y" + ], + [ + "ps", + "y" + ], + [ + "Ġins", + "pect" + ], + [ + "ĠAs", + "k" + ], + [ + "Ġappe", + "al" + ], + [ + "Ġtoler", + "ance" + ], + [ + "Ġath", + "let" + ], + [ + "rapeut", + "ic" + ], + [ + "Ġc", + "odes" + ], + [ + "Ġg", + "ate" + ], + [ + "ad", + "or" + ], + [ + "Ġlik", + "elihood" + ], + [ + "Ġpriv", + "acy" + ], + [ + "Ġthreat", + "ened" + ], + [ + "ĠI", + "V" + ], + [ + "Ġexecut", + "ive" + ], + [ + "ĠP", + "DF" + ], + [ + "Ġr", + "anging" + ], + [ + "Ġr", + "itual" + ], + [ + "iz", + "z" + ], + [ + "pect", + "ives" + ], + [ + "ĠPar", + "liament" + ], + [ + "ĠTr", + "ust" + ], + [ + "ĠIslam", + "ic" + ], + [ + "ustain", + "able" + ], + [ + "R", + "el" + ], + [ + "op", + "her" + ], + [ + "ĠB", + "attle" + ], + [ + "Ġra", + "ising" + ], + [ + "Ġprov", + "in" + ], + [ + "Ġbelie", + "ves" + ], + [ + "Ġcelebr", + "ated" + ], + [ + "Ġinvolve", + "ment" + ], + [ + "O", + "M" + ], + [ + "un", + "ks" + ], + [ + "Ġsp", + "atial" + ], + [ + "Ġposs", + "ibilities" + ], + [ + "Ġenc", + "ount" + ], + [ + "ĠSur", + "vey" + ], + [ + "Ġunivers", + "ities" + ], + [ + "F", + "F" + ], + [ + "Ġs", + "oph" + ], + [ + "ĠM", + "ult" + ], + [ + "act", + "iv" + ], + [ + "Ġhapp", + "iness" + ], + [ + "Ġdescrib", + "ing" + ], + [ + "Ġprec", + "ip" + ], + [ + "Ġb", + "ind" + ], + [ + "Ġch", + "lor" + ], + [ + "ĠTreat", + "ment" + ], + [ + "Ġf", + "uels" + ], + [ + "ĠI", + "T" + ], + [ + "Ġachie", + "ving" + ], + [ + "E", + "lement" + ], + [ + "Ġt", + "one" + ], + [ + "Ġf", + "t" + ], + [ + "ĠL", + "ess" + ], + [ + "Ġ4", + "8" + ], + [ + "Ġrest", + "oration" + ], + [ + "Ġinflu", + "ences" + ], + [ + "Ġmos", + "quit" + ], + [ + "Ġf", + "ellow" + ], + [ + "Ġl", + "in" + ], + [ + "ast", + "ics" + ], + [ + "Ġvar", + "ies" + ], + [ + "Ġrest", + "aur" + ], + [ + "ĠCons", + "ervation" + ], + [ + "Ġgod", + "s" + ], + [ + "bor", + "ne" + ], + [ + "%", + "," + ], + [ + "D", + "ict" + ], + [ + "is", + "ations" + ], + [ + "ig", + "er" + ], + [ + "ure", + "au" + ], + [ + "Ġpol", + "ar" + ], + [ + "Ġdifferent", + "ly" + ], + [ + "Ġcontain", + "ers" + ], + [ + "Ġge", + "ometry" + ], + [ + "ĠMuslim", + "s" + ], + [ + "'", + "d" + ], + [ + "Ġhuman", + "ity" + ], + [ + "Ġapp", + "end" + ], + [ + "Ġcontin", + "uing" + ], + [ + "ah", + "ren" + ], + [ + "oper", + "ative" + ], + [ + "Des", + "pite" + ], + [ + "E", + "xt" + ], + [ + "Ġc", + "ul" + ], + [ + "Ġw", + "elfare" + ], + [ + "un", + "a" + ], + [ + "ĠM", + "ot" + ], + [ + "rain", + "ed" + ], + [ + "Ġcollect", + "ive" + ], + [ + "sub", + "ject" + ], + [ + "ĠChristian", + "ity" + ], + [ + "p", + "ub" + ], + [ + "Ġint", + "ention" + ], + [ + "com", + "b" + ], + [ + "Ġhol", + "iday" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠ" + ], + [ + "Ġmother", + "s" + ], + [ + "per", + "ature" + ], + [ + "\",", + "\"" + ], + [ + "Ġvir", + "al" + ], + [ + "ĠNav", + "y" + ], + [ + "Ġd", + "il" + ], + [ + "ĠV", + "iet" + ], + [ + "Ġdiscuss", + "ions" + ], + [ + "ĠAlex", + "ander" + ], + [ + "e", + "en" + ], + [ + "Ġbe", + "at" + ], + [ + "Ġcomp", + "ass" + ], + [ + "Ġpoint", + "ed" + ], + [ + "Ġmind", + "s" + ], + [ + "Ġpriv", + "ile" + ], + [ + "Ġliv", + "estock" + ], + [ + "st", + "ra" + ], + [ + "Ġrec", + "ording" + ], + [ + "ov", + "ing" + ], + [ + "chn", + "ology" + ], + [ + "Ġexec", + "ution" + ], + [ + "Ġcontroll", + "ing" + ], + [ + "ĠPal", + "est" + ], + [ + "Ġdomin", + "ant" + ], + [ + "p", + "g" + ], + [ + "Ġ19", + "20" + ], + [ + "Ġsmall", + "est" + ], + [ + "s", + "ite" + ], + [ + "Ġwith", + "draw" + ], + [ + "Ġar", + "ise" + ], + [ + "Ġcomp", + "ression" + ], + [ + "clud", + "es" + ], + [ + "arg", + "ument" + ], + [ + "Ġhealth", + "ier" + ], + [ + "Ġdri", + "vers" + ], + [ + "ĠJohn", + "son" + ], + [ + "Ġharv", + "est" + ], + [ + "\"", + "]," + ], + [ + "D", + "L" + ], + [ + "P", + "ost" + ], + [ + "U", + "M" + ], + [ + "m", + "ade" + ], + [ + "Ð", + "µ" + ], + [ + "Ġsc", + "r" + ], + [ + "ĠRem", + "ember" + ], + [ + "5", + "4" + ], + [ + "z", + "ip" + ], + [ + "ĠC", + "ost" + ], + [ + "ĠW", + "riting" + ], + [ + "Ġun", + "t" + ], + [ + "Ġtr", + "ick" + ], + [ + "Ġsoc", + "ieties" + ], + [ + "doc", + "ument" + ], + [ + "Ġsac", + "red" + ], + [ + "Ġn", + "ic" + ], + [ + "ĠS", + "QL" + ], + [ + "Ġtrans", + "mit" + ], + [ + "br", + "is" + ], + [ + "Ġsett", + "led" + ], + [ + "m", + "ad" + ], + [ + "ĠI", + "ss" + ], + [ + "ĠM", + "id" + ], + [ + "ĠSt", + "ar" + ], + [ + "Ġmount", + "ains" + ], + [ + "ĠDig", + "ital" + ], + [ + "ap", + "ing" + ], + [ + "ĠAr", + "ts" + ], + [ + "Ġenc", + "oded" + ], + [ + "Ġver", + "te" + ], + [ + "cor", + "r" + ], + [ + "ĠKore", + "a" + ], + [ + "O", + "K" + ], + [ + "gr", + "oups" + ], + [ + "Ġact", + "ing" + ], + [ + "ĠIm", + "pro" + ], + [ + "Ġconflict", + "s" + ], + [ + "Ġb", + "oolean" + ], + [ + "Ġsched", + "ul" + ], + [ + "b", + "el" + ], + [ + "st", + "ud" + ], + [ + "Ġdef", + "initely" + ], + [ + "Ġrestrict", + "ions" + ], + [ + "Ġprepar", + "ing" + ], + [ + "-----", + "+" + ], + [ + "F", + "ield" + ], + [ + "am", + "i" + ], + [ + "ocol", + "ate" + ], + [ + "Ġto", + "b" + ], + [ + "Ġl", + "ens" + ], + [ + "Ġhum", + "idity" + ], + [ + "ĠBl", + "ue" + ], + [ + "Con", + "vert" + ], + [ + "Ġintegr", + "ity" + ], + [ + "ï¼", + "Į" + ], + [ + "ĠHarv", + "ard" + ], + [ + "p", + "oly" + ], + [ + "Ġse", + "gments" + ], + [ + "ex", + "ecute" + ], + [ + "Ġdev", + "ast" + ], + [ + "ĠLe", + "vel" + ], + [ + "Ġcheck", + "ing" + ], + [ + "Ġf", + "old" + ], + [ + "Ġr", + "u" + ], + [ + "Ġ19", + "30" + ], + [ + "']", + "['" + ], + [ + "Ġpo", + "em" + ], + [ + "ĠStr", + "ateg" + ], + [ + "ahren", + "heit" + ], + [ + "ĠC", + "lean" + ], + [ + "Ġint", + "r" + ], + [ + "Ġ{", + "\"" + ], + [ + "Re", + "quest" + ], + [ + "Ġwatch", + "ing" + ], + [ + "Ġt", + "elling" + ], + [ + "il", + "a" + ], + [ + "ĠB", + "ooks" + ], + [ + "Ġsh", + "oot" + ], + [ + "Ġest", + "ate" + ], + [ + "Ġabsor", + "b" + ], + [ + "ĠUnder", + "standing" + ], + [ + "h", + "ar" + ], + [ + "se", + "x" + ], + [ + "Ġob", + "lig" + ], + [ + "C", + "all" + ], + [ + "ĠU", + "V" + ], + [ + "Ġd", + "ot" + ], + [ + "ve", + "ctor" + ], + [ + "ob", + "ile" + ], + [ + "Ġatt", + "itudes" + ], + [ + "Ġsk", + "ip" + ], + [ + "Ġhand", + "ler" + ], + [ + "ĠHer", + "itage" + ], + [ + "f", + "ound" + ], + [ + "Ġt", + "ill" + ], + [ + "ut", + "her" + ], + [ + "Ġpro", + "long" + ], + [ + "ĠM", + "and" + ], + [ + "og", + "s" + ], + [ + "pl", + "ates" + ], + [ + "iss", + "ipp" + ], + [ + "Ġ6", + "4" + ], + [ + "adel", + "ph" + ], + [ + "R", + "et" + ], + [ + "Ġinst", + "ant" + ], + [ + "ĠSystem", + "s" + ], + [ + "Ġhun", + "ting" + ], + [ + "Ġpresc", + "ribed" + ], + [ + "f", + "all" + ], + [ + "Ġh", + "all" + ], + [ + "Ġperson", + "nel" + ], + [ + "ĠTest", + "ament" + ], + [ + "L", + "ike" + ], + [ + "Ġp", + "ets" + ], + [ + "Ġtob", + "acco" + ], + [ + "5", + "3" + ], + [ + "w", + "orth" + ], + [ + "pt", + "ic" + ], + [ + "ĠD", + "C" + ], + [ + "Ġdis", + "advant" + ], + [ + "ĠPro", + "duct" + ], + [ + "Ġident", + "ical" + ], + [ + "zy", + "me" + ], + [ + "st", + "all" + ], + [ + "ĠP", + "o" + ], + [ + "Ġillness", + "es" + ], + [ + "Ġsav", + "ings" + ], + [ + "ulti", + "ple" + ], + [ + "Ġregul", + "atory" + ], + [ + "Ġdram", + "atic" + ], + [ + "Pars", + "er" + ], + [ + "ut", + "ils" + ], + [ + "ins", + "ert" + ], + [ + "Ġmet", + "a" + ], + [ + "Ġoper", + "ators" + ], + [ + "Ġtrack", + "ing" + ], + [ + "ĠK", + "en" + ], + [ + "Ġcons", + "erv" + ], + [ + "Ġgr", + "ounds" + ], + [ + "Ġ199", + "3" + ], + [ + "Ġveget", + "able" + ], + [ + "Ġep", + "och" + ], + [ + "(", + "-" + ], + [ + "Ġf", + "ing" + ], + [ + "Ġg", + "iant" + ], + [ + "ig", + "s" + ], + [ + "ĠJust", + "ice" + ], + [ + "Ġ", + "-----" + ], + [ + "Ġb", + "are" + ], + [ + "Ġto", + "m" + ], + [ + "ĠPro", + "blem" + ], + [ + "ĠData", + "Frame" + ], + [ + "Go", + "ogle" + ], + [ + "C", + "reat" + ], + [ + "ĠG", + "iven" + ], + [ + "Ġtra", + "its" + ], + [ + "Ġcomb", + "ine" + ], + [ + "Ġfarm", + "s" + ], + [ + "Ġvary", + "ing" + ], + [ + "6", + "2" + ], + [ + "f", + "oo" + ], + [ + "Ġn", + "ice" + ], + [ + "Ġsu", + "it" + ], + [ + "Ġassoci", + "ate" + ], + [ + "Ġclos", + "est" + ], + [ + "vere", + "ign" + ], + [ + "Ġcomplet", + "ion" + ], + [ + "Ġpen", + "al" + ], + [ + "Ġsu", + "icide" + ], + [ + "Ġapp", + "lies" + ], + [ + "Ġpray", + "er" + ], + [ + "lik", + "ely" + ], + [ + "Ġnl", + "tk" + ], + [ + "ĠE", + "r" + ], + [ + "ĠE", + "conomic" + ], + [ + "ĠG", + "re" + ], + [ + "Ġres", + "c" + ], + [ + "c", + "ateg" + ], + [ + "Ġg", + "um" + ], + [ + "Ġrequ", + "iring" + ], + [ + "Ġant", + "icip" + ], + [ + "Ġwonder", + "ful" + ], + [ + "Ġdispl", + "ays" + ], + [ + "J", + "ust" + ], + [ + "V", + "ER" + ], + [ + "]", + "):" + ], + [ + "Ġelse", + "where" + ], + [ + "ffic", + "ients" + ], + [ + "Ġbre", + "aking" + ], + [ + "N", + "um" + ], + [ + "Ġthe", + "sis" + ], + [ + "form", + "ed" + ], + [ + "man", + "n" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠ" + ], + [ + "Ġorient", + "ation" + ], + [ + "Ġresil", + "ience" + ], + [ + "O", + "per" + ], + [ + "e", + "val" + ], + [ + "f", + "oot" + ], + [ + "Ġm", + "a" + ], + [ + "Ġl", + "osing" + ], + [ + "Ġen", + "abled" + ], + [ + "bre", + "w" + ], + [ + "ĠHel", + "p" + ], + [ + "N", + "ext" + ], + [ + "c", + "ard" + ], + [ + "p", + "ons" + ], + [ + "ĠC", + "le" + ], + [ + "Ġres", + "istant" + ], + [ + "Ġget", + "attr" + ], + [ + "Ġfin", + "ish" + ], + [ + "Ġmedic", + "ines" + ], + [ + "Ġs", + "ad" + ], + [ + "is", + "ely" + ], + [ + "ĠW", + "rite" + ], + [ + "com", + "pass" + ], + [ + "ĠAm", + "azon" + ], + [ + "Ġelectr", + "ons" + ], + [ + "D", + "B" + ], + [ + "T", + "wo" + ], + [ + "he", + "ne" + ], + [ + "th", + "read" + ], + [ + "Ġu", + "pload" + ], + [ + "Ġqual", + "ities" + ], + [ + "Ġâ", + "Ĩ" + ], + [ + "at", + "i" + ], + [ + "ol", + "er" + ], + [ + "ĠM", + "ah" + ], + [ + "Ġlab", + "our" + ], + [ + "s", + "creen" + ], + [ + "ĠM", + "A" + ], + [ + "Ġ199", + "1" + ], + [ + "reg", + "ular" + ], + [ + "st", + "yle" + ], + [ + "Ġper", + "pet" + ], + [ + "Ġeven", + "ing" + ], + [ + "An", + "y" + ], + [ + "Ġliter", + "ary" + ], + [ + "lay", + "ers" + ], + [ + "adelph", + "ia" + ], + [ + "Ġdis", + "h" + ], + [ + "Ġpred", + "iction" + ], + [ + "Ġowners", + "hip" + ], + [ + "Ġrevers", + "ed" + ], + [ + "W", + "S" + ], + [ + "ĠS", + "ri" + ], + [ + "ort", + "ed" + ], + [ + "Ġcan", + "cers" + ], + [ + "Ġind", + "irect" + ], + [ + "Ġcal", + "m" + ], + [ + "Ġinc", + "ident" + ], + [ + "Ġrece", + "ives" + ], + [ + "uck", + "y" + ], + [ + "Ġcou", + "pl" + ], + [ + "t", + "ask" + ], + [ + "Ġper", + "ceived" + ], + [ + "Ġevery", + "where" + ], + [ + "Ġpopular", + "ity" + ], + [ + "Ġhypothes", + "is" + ], + [ + "Ġenorm", + "ous" + ], + [ + "b", + "uild" + ], + [ + "h", + "ome" + ], + [ + "re", + "port" + ], + [ + "Ġb", + "orrow" + ], + [ + "pe", + "are" + ], + [ + "Ġv", + "ig" + ], + [ + "ĠIn", + "put" + ], + [ + "ĠPol", + "it" + ], + [ + "c", + "m" + ], + [ + "Ġm", + "igration" + ], + [ + "Ġh", + "am" + ], + [ + "ra", + "v" + ], + [ + "Ġcre", + "am" + ], + [ + "ok", + "es" + ], + [ + "Ġdefin", + "itions" + ], + [ + "Ġg", + "ly" + ], + [ + "Ġch", + "a" + ], + [ + "ĠO", + "bs" + ], + [ + "Ġmod", + "ify" + ], + [ + "id", + "ers" + ], + [ + "ak", + "a" + ], + [ + "Ġcorres", + "pond" + ], + [ + "Ġf", + "ur" + ], + [ + "Ġapp", + "s" + ], + [ + "Ġcy", + "cles" + ], + [ + "omet", + "ric" + ], + [ + "conn", + "ection" + ], + [ + "oven", + "ant" + ], + [ + "Ġin", + "herent" + ], + [ + "if", + "iers" + ], + [ + "ĠS", + "and" + ], + [ + "ĠL", + "at" + ], + [ + "Ġcirc", + "ular" + ], + [ + "5", + "8" + ], + [ + "S", + "ign" + ], + [ + "ĠC", + "rit" + ], + [ + "ĠH", + "ence" + ], + [ + "Ġsum", + "mar" + ], + [ + "Ġfr", + "ust" + ], + [ + "il", + "st" + ], + [ + "ĠT", + "H" + ], + [ + "Ġar", + "med" + ], + [ + "ĠCh", + "apter" + ], + [ + "pon", + "ents" + ], + [ + "ĠOr", + "ig" + ], + [ + "Ġpay", + "ing" + ], + [ + "comm", + "un" + ], + [ + "T", + "Y" + ], + [ + "Ġch", + "ose" + ], + [ + "ĠAr", + "ctic" + ], + [ + "Ġpurch", + "ased" + ], + [ + "hell", + "o" + ], + [ + "Ġmetabol", + "ism" + ], + [ + "]", + ")," + ], + [ + "c", + "ert" + ], + [ + "y", + "ou" + ], + [ + "ĠB", + "os" + ], + [ + "Ġout", + "break" + ], + [ + "Ġaccept", + "able" + ], + [ + "Ġconcent", + "rations" + ], + [ + "Ġw", + "ars" + ], + [ + "Ġex", + "it" + ], + [ + "Ġsym", + "met" + ], + [ + "Ġexist", + "ed" + ], + [ + "Ġassess", + "ments" + ], + [ + "ĠHT", + "TP" + ], + [ + "Ġmarg", + "inal" + ], + [ + "olog", + "ically" + ], + [ + "Ġdi", + "arr" + ], + [ + "agn", + "etic" + ], + [ + "ĠSo", + "ft" + ], + [ + "\"", + ")," + ], + [ + "l", + "oss" + ], + [ + "Ġb", + "omb" + ], + [ + "Ġdevelop", + "ers" + ], + [ + "spe", + "ed" + ], + [ + "Ġsod", + "ium" + ], + [ + "f", + "ire" + ], + [ + "ĠM", + "ur" + ], + [ + "Ġtre", + "m" + ], + [ + "Ġenh", + "anced" + ], + [ + "ĠSch", + "olar" + ], + [ + "Ġstre", + "ets" + ], + [ + "á", + "¹" + ], + [ + "se", + "cond" + ], + [ + "ĠP", + "arent" + ], + [ + "Ġde", + "bris" + ], + [ + "ĠD", + "ar" + ], + [ + "ag", + "an" + ], + [ + "Ġ'", + "/" + ], + [ + "Ġdis", + "comfort" + ], + [ + "Ġsm", + "ell" + ], + [ + "ĠWh", + "ich" + ], + [ + "lim", + "it" + ], + [ + "Ġestablish", + "ing" + ], + [ + "Ġevalu", + "ated" + ], + [ + "Ġtransform", + "ed" + ], + [ + "onal", + "d" + ], + [ + "Ġastr", + "onom" + ], + [ + "Lear", + "n" + ], + [ + "Ġstake", + "holders" + ], + [ + "B", + "A" + ], + [ + "l", + "aw" + ], + [ + "m", + "ag" + ], + [ + "Ġh", + "oney" + ], + [ + "res", + "ource" + ], + [ + "Ġch", + "air" + ], + [ + "ĠE", + "mer" + ], + [ + "Ġso", + "vereign" + ], + [ + "akes", + "peare" + ], + [ + "Ġpri", + "est" + ], + [ + "Ġaccount", + "ing" + ], + [ + "Ġnot", + "iced" + ], + [ + "Ġwas", + "h" + ], + [ + "ĠGree", + "ce" + ], + [ + "dev", + "ice" + ], + [ + "ĠDan", + "iel" + ], + [ + "ĠExecut", + "ing" + ], + [ + "A", + "cc" + ], + [ + "K", + "E" + ], + [ + "ĠS", + "aint" + ], + [ + "Ġcan", + "n" + ], + [ + "ĠR", + "ight" + ], + [ + "ind", + "rome" + ], + [ + "ok", + "ed" + ], + [ + "Ġlif", + "etime" + ], + [ + "Ġdynam", + "ics" + ], + [ + "Ġaccompan", + "ied" + ], + [ + "D", + "E" + ], + [ + "Ġc", + "rown" + ], + [ + "Ġc", + "otton" + ], + [ + "Ġp", + "uzz" + ], + [ + "ou", + "ch" + ], + [ + "as", + "cii" + ], + [ + "ch", + "ron" + ], + [ + "ĠH", + "indu" + ], + [ + "Ġburn", + "ed" + ], + [ + "Ġdiscipl", + "ine" + ], + [ + "Ġs", + "ail" + ], + [ + "Ġtrans", + "mitted" + ], + [ + "Ġcontin", + "ent" + ], + [ + "Ġrepresent", + "ative" + ], + [ + "ĠTrain", + "ing" + ], + [ + "ĠAgricult", + "ure" + ], + [ + "Ġt", + "k" + ], + [ + "ĠM", + "arg" + ], + [ + "Ġcolon", + "ies" + ], + [ + "M", + "ax" + ], + [ + "Ġd", + "ating" + ], + [ + "ra", + "ises" + ], + [ + "ĠA", + "ction" + ], + [ + "Ġthem", + "es" + ], + [ + "Ġgener", + "ating" + ], + [ + "be", + "an" + ], + [ + "Ġtend", + "ency" + ], + [ + "dat", + "aset" + ], + [ + "Ġprev", + "ents" + ], + [ + "c", + "f" + ], + [ + "ell", + "er" + ], + [ + "are", + "a" + ], + [ + "Ġdesign", + "ated" + ], + [ + "Ġcour", + "ts" + ], + [ + "Ġpain", + "ful" + ], + [ + "H", + "el" + ], + [ + "sq", + "rt" + ], + [ + "ĠT", + "O" + ], + [ + "Ġsub", + "t" + ], + [ + "Ġsever", + "ity" + ], + [ + "Ġinvestig", + "ate" + ], + [ + "serv", + "ice" + ], + [ + "Ġsurg", + "ical" + ], + [ + "W", + "orld" + ], + [ + "ce", + "ans" + ], + [ + "ĠD", + "oc" + ], + [ + "pro", + "fit" + ], + [ + "ĠAg", + "ain" + ], + [ + "Ġhosp", + "itals" + ], + [ + "Ġtele", + "vision" + ], + [ + "w", + "as" + ], + [ + "olum", + "es" + ], + [ + "ĠSm", + "all" + ], + [ + "Ġpup", + "ils" + ], + [ + "er", + "b" + ], + [ + "Ġn", + "om" + ], + [ + "ap", + "or" + ], + [ + "Ġtrans", + "actions" + ], + [ + "Ġbo", + "at" + ], + [ + "B", + "I" + ], + [ + "Ġ", + "ul" + ], + [ + "in", + "th" + ], + [ + "ers", + "ion" + ], + [ + "ĠW", + "all" + ], + [ + "ys", + "ical" + ], + [ + "Ġbl", + "ank" + ], + [ + "Ġt", + "ape" + ], + [ + "ic", + "y" + ], + [ + "Ġcl", + "ub" + ], + [ + "aus", + "es" + ], + [ + "Ġrestrict", + "ed" + ], + [ + "Ġcalc", + "ulation" + ], + [ + "F", + "C" + ], + [ + "d", + "ated" + ], + [ + "Ġad", + "verse" + ], + [ + "Ġra", + "ys" + ], + [ + "Ġgra", + "des" + ], + [ + "Ġanal", + "og" + ], + [ + "iter", + "ranean" + ], + [ + "Ġhy", + "giene" + ], + [ + "in", + "ite" + ], + [ + "op", + "l" + ], + [ + "ial", + "s" + ], + [ + "red", + "it" + ], + [ + "Ġmark", + "er" + ], + [ + "Ġopp", + "osition" + ], + [ + "Ġang", + "les" + ], + [ + "Ġtransl", + "ated" + ], + [ + "Ġupd", + "ates" + ], + [ + "G", + "u" + ], + [ + "Ġse", + "es" + ], + [ + "Ġpat", + "ch" + ], + [ + "Ġche", + "ap" + ], + [ + "Ġcomple", + "ment" + ], + [ + "sc", + "an" + ], + [ + "Ġbroad", + "er" + ], + [ + "Ġmer", + "ge" + ], + [ + "Ġglob", + "e" + ], + [ + "M", + "on" + ], + [ + "N", + "et" + ], + [ + "ĠT", + "ree" + ], + [ + "6", + "8" + ], + [ + "ĠG", + "ulf" + ], + [ + "Ġcould", + "n" + ], + [ + "Ġend", + "point" + ], + [ + "Ġquant", + "ities" + ], + [ + "Ġvict", + "ory" + ], + [ + "Ġpoet", + "ry" + ], + [ + "Ġa", + "est" + ], + [ + "Ġc", + "ough" + ], + [ + "st", + "at" + ], + [ + "se", + "ud" + ], + [ + "ip", + "y" + ], + [ + "iss", + "ance" + ], + [ + "pos", + "ed" + ], + [ + "Ġpartic", + "le" + ], + [ + "Ġdr", + "inks" + ], + [ + "b", + "acks" + ], + [ + "Ġ", + "rib" + ], + [ + "ne", + "cess" + ], + [ + "ĠY", + "oung" + ], + [ + "Ġinflu", + "enza" + ], + [ + "Ġreflect", + "ed" + ], + [ + "ĠMiss", + "issipp" + ], + [ + "ĠFrancis", + "co" + ], + [ + "Ġbet", + "a" + ], + [ + "Ġreg", + "ulate" + ], + [ + "Ġpred", + "ators" + ], + [ + "Ġpres", + "erved" + ], + [ + "Ġperfect", + "ly" + ], + [ + "ĠPort", + "ug" + ], + [ + "Ġscen", + "ario" + ], + [ + "a", + "a" + ], + [ + "el", + "ve" + ], + [ + "ĠB", + "ul" + ], + [ + "Ġopin", + "ions" + ], + [ + "d", + "t" + ], + [ + "n", + "ote" + ], + [ + "Ġm", + "ig" + ], + [ + "Ġimpro", + "ves" + ], + [ + "Ġver", + "ify" + ], + [ + "Ġcelebr", + "ate" + ], + [ + "Ġvers", + "us" + ], + [ + "ĠDiv", + "ision" + ], + [ + "ĠInv", + "est" + ], + [ + "ĠC", + "orn" + ], + [ + "Ġpers", + "u" + ], + [ + "Ġend", + "ing" + ], + [ + "Ġoffic", + "er" + ], + [ + "Ġp", + "ace" + ], + [ + "as", + "m" + ], + [ + "ab", + "out" + ], + [ + "Con", + "fig" + ], + [ + "Ġreflect", + "s" + ], + [ + "Ġs", + "hed" + ], + [ + "Ġclass", + "ic" + ], + [ + ")", + "|" + ], + [ + "P", + "P" + ], + [ + "f", + "ront" + ], + [ + "i", + "ams" + ], + [ + "Ġs", + "ql" + ], + [ + "ĠP", + "age" + ], + [ + "Ġcl", + "ay" + ], + [ + "Ġdist", + "inction" + ], + [ + "ĠHist", + "orical" + ], + [ + "Ġsh", + "ru" + ], + [ + "Ġacc", + "ord" + ], + [ + "Ġco", + "operation" + ], + [ + "Ġreview", + "s" + ], + [ + "d", + "ays" + ], + [ + "u", + "its" + ], + [ + "Ġsh", + "r" + ], + [ + "Ġwhen", + "ever" + ], + [ + "Ġrepe", + "at" + ], + [ + "Ġphotograph", + "s" + ], + [ + "6", + "3" + ], + [ + "F", + "T" + ], + [ + "z", + "o" + ], + [ + "Ġo", + "ils" + ], + [ + "ra", + "it" + ], + [ + "Ġv", + "en" + ], + [ + "ĠD", + "iet" + ], + [ + "Ġcont", + "amination" + ], + [ + "we", + "b" + ], + [ + "Ġdevelop", + "s" + ], + [ + "Ġfin", + "ance" + ], + [ + "rand", + "int" + ], + [ + "D", + "ec" + ], + [ + "N", + "ode" + ], + [ + "}", + "." + ], + [ + "ĠN", + "ext" + ], + [ + "ĠL", + "ittle" + ], + [ + "Ġess", + "ence" + ], + [ + "Ð", + "¸" + ], + [ + "ou", + "ds" + ], + [ + "Ġag", + "gressive" + ], + [ + "aterial", + "s" + ], + [ + "Ġult", + "imate" + ], + [ + "comple", + "te" + ], + [ + "orig", + "inal" + ], + [ + "ge", + "x" + ], + [ + "Ġfact", + "ory" + ], + [ + "ĠOther", + "wise" + ], + [ + "ĠMin", + "ister" + ], + [ + "ĠPhys", + "ical" + ], + [ + "b", + "ury" + ], + [ + "ĠK", + "enn" + ], + [ + "Ġra", + "inf" + ], + [ + "Ġinv", + "asive" + ], + [ + "Ġhouse", + "holds" + ], + [ + "Ġtum", + "ors" + ], + [ + "Ġmotiv", + "ation" + ], + [ + "Ġdisch", + "arge" + ], + [ + "Ġmembr", + "ane" + ], + [ + "ediat", + "ric" + ], + [ + "E", + "vent" + ], + [ + "Ġc", + "ov" + ], + [ + "Ġp", + "el" + ], + [ + "Ġp", + "neum" + ], + [ + "ur", + "i" + ], + [ + "Ġg", + "athered" + ], + [ + "ag", + "rams" + ], + [ + "li", + "er" + ], + [ + "Ġpar", + "ad" + ], + [ + "Ġann", + "ually" + ], + [ + "Ġcolon", + "y" + ], + [ + "Ġju", + "ice" + ], + [ + "ĠN", + "ob" + ], + [ + "Ġcons", + "ent" + ], + [ + "Ġident", + "ifier" + ], + [ + "Ġdel", + "ta" + ], + [ + "Ġgram", + "mar" + ], + [ + "g", + "on" + ], + [ + "w", + "a" + ], + [ + "Ġth", + "rive" + ], + [ + "Ġfif", + "th" + ], + [ + "Ġinhabit", + "ants" + ], + [ + "ol", + "ver" + ], + [ + "un", + "ique" + ], + [ + "em", + "ies" + ], + [ + "ass", + "ert" + ], + [ + "Ġdistingu", + "ish" + ], + [ + "p", + "ie" + ], + [ + "ĠG", + "ene" + ], + [ + "Ġrem", + "ed" + ], + [ + "ĠPh", + "ot" + ], + [ + "result", + "s" + ], + [ + "Ġprior", + "it" + ], + [ + "Ġbeg", + "un" + ], + [ + "Ġnot", + "ion" + ], + [ + "Ġad", + "opt" + ], + [ + "Ġro", + "d" + ], + [ + ",", + "'" + ], + [ + "Ġd", + "w" + ], + [ + "if", + "er" + ], + [ + "Ġdevelop", + "ments" + ], + [ + "Ġincorpor", + "ate" + ], + [ + "B", + "ox" + ], + [ + "C", + "N" + ], + [ + "L", + "L" + ], + [ + "e", + "ous" + ], + [ + "h", + "u" + ], + [ + "h", + "ot" + ], + [ + "Ġv", + "ag" + ], + [ + "ĠIn", + "deed" + ], + [ + "ater", + "al" + ], + [ + "20", + "11" + ], + [ + "ĠPhil", + "adelphia" + ], + [ + "Ġabsol", + "utely" + ], + [ + "Ġoverl", + "ap" + ], + [ + "Ġha", + "ven" + ], + [ + "Ġvar", + "ied" + ], + [ + "ential", + "s" + ], + [ + "Ġpass", + "es" + ], + [ + "ĠOn", + "t" + ], + [ + "A", + "c" + ], + [ + "L", + "ine" + ], + [ + "ĠC", + "apt" + ], + [ + "ĠF", + "ore" + ], + [ + "ĠL", + "ED" + ], + [ + "ĠK", + "ar" + ], + [ + "20", + "12" + ], + [ + "Ġve", + "ctors" + ], + [ + "P", + "G" + ], + [ + "c", + "ule" + ], + [ + "v", + "olume" + ], + [ + "ver", + "b" + ], + [ + "ĠJ", + "o" + ], + [ + "In", + "dex" + ], + [ + "Ġvis", + "its" + ], + [ + "med", + "iate" + ], + [ + "Ġmetab", + "olic" + ], + [ + "Ġp", + "ione" + ], + [ + "al", + "so" + ], + [ + "ay", + "er" + ], + [ + "Ġnut", + "s" + ], + [ + "Ġencourag", + "ing" + ], + [ + "ĠC", + "lick" + ], + [ + "Ġdi", + "pl" + ], + [ + "Ġalong", + "side" + ], + [ + "ĠGeorg", + "ia" + ], + [ + "l", + "anguage" + ], + [ + "in", + "ci" + ], + [ + "Ġv", + "om" + ], + [ + "ĠF", + "ield" + ], + [ + "Ġread", + "ily" + ], + [ + "ĠCon", + "ference" + ], + [ + "en", + "o" + ], + [ + "Ġn", + "ur" + ], + [ + "Ġst", + "abil" + ], + [ + "Ġj", + "ew" + ], + [ + "Ġconf", + "usion" + ], + [ + "Ġlo", + "an" + ], + [ + "Ġbul", + "lying" + ], + [ + "ot", + "ing" + ], + [ + "qu", + "ence" + ], + [ + "Ġad", + "option" + ], + [ + "sh", + "aped" + ], + [ + ")", + "-" + ], + [ + "ĠH", + "a" + ], + [ + "Ġsc", + "iences" + ], + [ + "Ġconv", + "in" + ], + [ + "Ġbrother", + "s" + ], + [ + "Ġin", + "cent" + ], + [ + "Ġth", + "row" + ], + [ + "istic", + "ated" + ], + [ + "Ġg", + "ift" + ], + [ + "Ġ4", + "4" + ], + [ + "ug", + "g" + ], + [ + "Ġconf", + "ident" + ], + [ + "Ġequ", + "ipped" + ], + [ + "Ġfore", + "ver" + ], + [ + "Ġfrequ", + "encies" + ], + [ + "Ġf", + "ost" + ], + [ + "ĠT", + "re" + ], + [ + "ĠT", + "own" + ], + [ + "ĠR", + "est" + ], + [ + "Ġpl", + "ates" + ], + [ + "Ġso", + "ils" + ], + [ + "Ġz", + "ones" + ], + [ + "Ġsepar", + "ation" + ], + [ + "Ġcompet", + "itive" + ], + [ + "ĠAre", + "a" + ], + [ + "Ġearthqu", + "ake" + ], + [ + "Ġp", + "est" + ], + [ + "Ġl", + "ymph" + ], + [ + "Ġfor", + "b" + ], + [ + "ĠM", + "ic" + ], + [ + "Ġap", + "i" + ], + [ + "Ġlamb", + "da" + ], + [ + "b", + "ow" + ], + [ + "Ġt", + "ap" + ], + [ + "Ġcoe", + "fficients" + ], + [ + "6", + "9" + ], + [ + "Ġb", + "apt" + ], + [ + "Ġon", + "set" + ], + [ + "Ġte", + "ens" + ], + [ + "Ġimp", + "air" + ], + [ + "Ġgen", + "ome" + ], + [ + "Ġcut", + "s" + ], + [ + "Ġnewsp", + "aper" + ], + [ + "M", + "at" + ], + [ + "e", + "conomic" + ], + [ + "ot", + "ypes" + ], + [ + "ith", + "ub" + ], + [ + "ous", + "es" + ], + [ + "Ġhas", + "attr" + ], + [ + "Ġed", + "it" + ], + [ + "acks", + "on" + ], + [ + "Ġsem", + "i" + ], + [ + ")", + "*" + ], + [ + "h", + "our" + ], + [ + "n", + "an" + ], + [ + "Ġt", + "ort" + ], + [ + "Ġt", + "ends" + ], + [ + "it", + "led" + ], + [ + "å", + "ı" + ], + [ + "as", + "ma" + ], + [ + "ĠSt", + "ring" + ], + [ + "ĠPro", + "per" + ], + [ + "sc", + "ript" + ], + [ + "cul", + "ating" + ], + [ + "Ġreserv", + "oir" + ], + [ + "Ġrainf", + "all" + ], + [ + "R", + "ed" + ], + [ + "Ġin", + "ev" + ], + [ + "im", + "g" + ], + [ + "ĠU", + "ser" + ], + [ + "Ġgl", + "ac" + ], + [ + "Ġcap", + "s" + ], + [ + "Ġbur", + "den" + ], + [ + "Ġsurpr", + "ise" + ], + [ + "quir", + "y" + ], + [ + "ĠI", + "ter" + ], + [ + "Ġat", + "om" + ], + [ + "Ġpract", + "ition" + ], + [ + "Ġdefault", + "s" + ], + [ + "Ġcopy", + "right" + ], + [ + "ira", + "ble" + ], + [ + "ou", + "ri" + ], + [ + "ut", + "il" + ], + [ + "ĠS", + "elf" + ], + [ + "Ġsh", + "ore" + ], + [ + "Ġen", + "forcement" + ], + [ + "Ġspe", + "eds" + ], + [ + "20", + "10" + ], + [ + "Ġdiagn", + "ostic" + ], + [ + "Ġappoint", + "ment" + ], + [ + "Ġguarant", + "ee" + ], + [ + "b", + "urn" + ], + [ + "p", + "air" + ], + [ + "de", + "lete" + ], + [ + "Ġper", + "mit" + ], + [ + "Ġref", + "lection" + ], + [ + "che", + "m" + ], + [ + "200", + "8" + ], + [ + "Ġneighb", + "ors" + ], + [ + "5", + "9" + ], + [ + "s", + "oup" + ], + [ + "ĠB", + "ureau" + ], + [ + "Ġadv", + "ances" + ], + [ + "Ġtu", + "ples" + ], + [ + "Ġelder", + "ly" + ], + [ + "Ġsimult", + "aneously" + ], + [ + "ĠS", + "qu" + ], + [ + "out", + "heast" + ], + [ + "Ġ'", + "%" + ], + [ + "Ġexp", + "ed" + ], + [ + "Ġterm", + "inal" + ], + [ + "Ġvirt", + "ually" + ], + [ + "ĠJer", + "sey" + ], + [ + "Ġmys", + "elf" + ], + [ + "5", + "1" + ], + [ + "t", + "imes" + ], + [ + "Ġt", + "ension" + ], + [ + "ra", + "ine" + ], + [ + "um", + "n" + ], + [ + "ĠN", + "Y" + ], + [ + "Ġinter", + "vals" + ], + [ + "ĠComm", + "ons" + ], + [ + "Ġavoid", + "ing" + ], + [ + "greg", + "ation" + ], + [ + "ĠLine", + "ar" + ], + [ + "Ġc", + "ro" + ], + [ + "ĠB", + "ang" + ], + [ + "ĠHe", + "brew" + ], + [ + "Ġleg", + "acy" + ], + [ + "ĠMed", + "iterranean" + ], + [ + "Ġfund", + "ed" + ], + [ + "Ġsong", + "s" + ], + [ + "]", + "])" + ], + [ + "Ġs", + "el" + ], + [ + "ist", + "ed" + ], + [ + "ĠCh", + "ief" + ], + [ + "Ġco", + "at" + ], + [ + "Ġreason", + "ing" + ], + [ + "Ġw", + "at" + ], + [ + "ch", + "annel" + ], + [ + "osp", + "el" + ], + [ + "He", + "alth" + ], + [ + "ĠAssess", + "ment" + ], + [ + "Ġbr", + "on" + ], + [ + "Ġoper", + "ational" + ], + [ + "De", + "f" + ], + [ + "Ġgard", + "ens" + ], + [ + "Ġrepro", + "ductive" + ], + [ + "Ġtheore", + "tical" + ], + [ + "Ġman", + "agers" + ], + [ + "Ġsp", + "inal" + ], + [ + "ĠV", + "iew" + ], + [ + "Ġleg", + "it" + ], + [ + "Ġplant", + "ed" + ], + [ + "Ġsw", + "elling" + ], + [ + "Ġdig", + "its" + ], + [ + "\"", + "])" + ], + [ + "p", + "ublic" + ], + [ + "v", + "as" + ], + [ + "ĠS", + "ource" + ], + [ + "ĠP", + "ay" + ], + [ + "ĠD", + "ue" + ], + [ + "cy", + "cle" + ], + [ + "Ġswim", + "ming" + ], + [ + "Ġ", + "rom" + ], + [ + "im", + "s" + ], + [ + "Ġun", + "likely" + ], + [ + "(\"", + "--" + ], + [ + "ĠPl", + "ace" + ], + [ + "ĠLe", + "e" + ], + [ + "200", + "9" + ], + [ + "Ġexpand", + "ing" + ], + [ + "Ġmist", + "akes" + ], + [ + "Ġwarn", + "ings" + ], + [ + "Ġcorpor", + "ate" + ], + [ + "Ġsuscept", + "ible" + ], + [ + "Ġf", + "an" + ], + [ + "Ġf", + "irms" + ], + [ + "Ġm", + "ature" + ], + [ + "ĠA", + "ff" + ], + [ + "ov", + "ed" + ], + [ + "Ġpros", + "per" + ], + [ + "Ġret", + "ain" + ], + [ + "Ġreal", + "ized" + ], + [ + "Ġpen", + "et" + ], + [ + "ĠOb", + "ject" + ], + [ + "ian", + "ces" + ], + [ + "Ġreve", + "als" + ], + [ + "t", + "ml" + ], + [ + "ic", + "ations" + ], + [ + "ĠS", + "ection" + ], + [ + "Ġpro", + "l" + ], + [ + "og", + "ens" + ], + [ + "oph", + "ical" + ], + [ + "Ġadministr", + "ative" + ], + [ + "Ġbene", + "ath" + ], + [ + "\"", + "))" + ], + [ + "l", + "ive" + ], + [ + "Ġb", + "orders" + ], + [ + "ĠO", + "pt" + ], + [ + "Ġrec", + "re" + ], + [ + "Ġreg", + "ener" + ], + [ + "aw", + "a" + ], + [ + "Ġmin", + "i" + ], + [ + "ĠSun", + "day" + ], + [ + "Ġabsor", + "ption" + ], + [ + "frequ", + "ency" + ], + [ + "2", + "000" + ], + [ + "6", + "1" + ], + [ + "Ġres", + "erved" + ], + [ + "ber", + "ries" + ], + [ + "Ġkit", + "chen" + ], + [ + "id", + "ate" + ], + [ + "end", + "ment" + ], + [ + "ĠW", + "ales" + ], + [ + "ĠBe", + "ing" + ], + [ + "Ġstat", + "istical" + ], + [ + "Ġload", + "ed" + ], + [ + "ĠLabor", + "atory" + ], + [ + ">", + "`" + ], + [ + "Ġw", + "ise" + ], + [ + "Ġwor", + "n" + ], + [ + "Ġconsist", + "ently" + ], + [ + "Ġdistrict", + "s" + ], + [ + "vari", + "able" + ], + [ + "ĠPract", + "ice" + ], + [ + "ĠMississipp", + "i" + ], + [ + "Ġhe", + "x" + ], + [ + "ĠV", + "itamin" + ], + [ + "Ġbu", + "ying" + ], + [ + "Ġcheck", + "ed" + ], + [ + "Con", + "struct" + ], + [ + "ĠEgypt", + "ian" + ], + [ + "Ġfertil", + "izer" + ], + [ + "Ġobst", + "ac" + ], + [ + "n", + "c" + ], + [ + "Ġl", + "ob" + ], + [ + "Ġun", + "like" + ], + [ + "Ġsc", + "ar" + ], + [ + "Ġsp", + "oke" + ], + [ + "Ġ8", + "5" + ], + [ + "lo", + "op" + ], + [ + "Ġfr", + "ames" + ], + [ + "Ġvacc", + "ination" + ], + [ + "Ġple", + "asure" + ], + [ + "w", + "orm" + ], + [ + "ĠB", + "ased" + ], + [ + "ext", + "end" + ], + [ + "as", + "ets" + ], + [ + "Ġg", + "est" + ], + [ + "Ġsc", + "ales" + ], + [ + "rep", + "rene" + ], + [ + "Ġpreval", + "ence" + ], + [ + "ĠHaw", + "ai" + ], + [ + "j", + "ud" + ], + [ + "ĠM", + "oses" + ], + [ + "Ġch", + "unk" + ], + [ + "ĠF", + "re" + ], + [ + "ĠUn", + "like" + ], + [ + "Ġmet", + "ric" + ], + [ + "sh", + "ot" + ], + [ + "Ġput", + "s" + ], + [ + "Ġsyn", + "thetic" + ], + [ + "Ġ}", + "," + ], + [ + "ĠB", + "it" + ], + [ + "Ġper", + "f" + ], + [ + "ĠIs", + "lands" + ], + [ + "Ġhy", + "brid" + ], + [ + "Ġenjoy", + "ed" + ], + [ + "Ġancest", + "ors" + ], + [ + "C", + "omm" + ], + [ + "S", + "M" + ], + [ + "or", + "rh" + ], + [ + "ge", + "red" + ], + [ + "ill", + "ion" + ], + [ + "Ġun", + "expected" + ], + [ + "Ġdo", + "ors" + ], + [ + "Ġelev", + "ated" + ], + [ + "g", + "ency" + ], + [ + "Ġre", + "aches" + ], + [ + "ĠG", + "all" + ], + [ + "Ġk", + "g" + ], + [ + "ind", + "ices" + ], + [ + "Ġsub", + "mit" + ], + [ + "enef", + "its" + ], + [ + "u", + "ct" + ], + [ + "w", + "er" + ], + [ + "ĠL", + "ocal" + ], + [ + "Ġreg", + "ime" + ], + [ + "Ġent", + "ities" + ], + [ + "Ġproduct", + "ive" + ], + [ + "Ġamong", + "st" + ], + [ + "ele", + "ments" + ], + [ + "Ġcop", + "ies" + ], + [ + "Ġirr", + "igation" + ], + [ + "c", + "in" + ], + [ + "ĠC", + "ell" + ], + [ + "Ġro", + "oms" + ], + [ + "Ġmed", + "itation" + ], + [ + "Ġmem", + "ories" + ], + [ + "Ġmen", + "u" + ], + [ + "W", + "ind" + ], + [ + "ĠJ", + "ava" + ], + [ + "Ġ3", + "8" + ], + [ + "Ġprom", + "ising" + ], + [ + "Ġcl", + "oth" + ], + [ + "Ġqu", + "adr" + ], + [ + "Ġpropos", + "al" + ], + [ + "Ġvill", + "ages" + ], + [ + "Ġisol", + "ation" + ], + [ + "Ġf", + "ant" + ], + [ + "Ġm", + "uc" + ], + [ + "Ġde", + "le" + ], + [ + "ĠM", + "rs" + ], + [ + "Ġv", + "ine" + ], + [ + "Ġincorpor", + "ated" + ], + [ + "ĠGard", + "en" + ], + [ + "it", + "us" + ], + [ + "ar", + "ks" + ], + [ + "us", + "cript" + ], + [ + "Ġval", + "ve" + ], + [ + "Ġcivil", + "ization" + ], + [ + "Ġemb", + "ry" + ], + [ + "Ġoccup", + "ied" + ], + [ + "ĠT", + "ri" + ], + [ + "ment", + "ia" + ], + [ + "ĠD", + "am" + ], + [ + "ĠE", + "M" + ], + [ + "ass", + "ium" + ], + [ + "Ġpos", + "it" + ], + [ + "ĠInd", + "ones" + ], + [ + "Ġpain", + "tings" + ], + [ + "rop", + "ri" + ], + [ + "Ġcomb", + "inations" + ], + [ + "Ġstrugg", + "ling" + ], + [ + "}", + "')" + ], + [ + "Ġs", + "ale" + ], + [ + "Ġte", + "ch" + ], + [ + "Ġacc", + "idents" + ], + [ + "Ġrep", + "et" + ], + [ + "Ġpartners", + "hip" + ], + [ + "Ġrul", + "ed" + ], + [ + "b", + "ul" + ], + [ + "Ġf", + "req" + ], + [ + "Ġd", + "ense" + ], + [ + "Ġit", + "eration" + ], + [ + "Ġmet", + "rics" + ], + [ + "Ġoccur", + "rence" + ], + [ + "st", + "ic" + ], + [ + "Ġch", + "urches" + ], + [ + "rib", + "le" + ], + [ + "Ġserious", + "ly" + ], + [ + "Ġutil", + "ized" + ], + [ + "ĠF", + "uture" + ], + [ + "Ġbl", + "o" + ], + [ + "gu", + "ard" + ], + [ + "D", + "ownload" + ], + [ + "Ġp", + "ose" + ], + [ + "are", + "r" + ], + [ + "ĠSt", + "an" + ], + [ + "Ġsub", + "process" + ], + [ + "Ġart", + "istic" + ], + [ + "Ġprec", + "isely" + ], + [ + "Ġattempt", + "ed" + ], + [ + "ĠÂ", + "©" + ], + [ + ")", + "\"\"\"" + ], + [ + "Ġam", + "pl" + ], + [ + "Ġgradu", + "ate" + ], + [ + "ĠBi", + "ology" + ], + [ + "Ġgent", + "le" + ], + [ + "L", + "ab" + ], + [ + "Ġen", + "zymes" + ], + [ + "Ġcompl", + "iance" + ], + [ + "Ġaccompl", + "ish" + ], + [ + "Ġ", + "iv" + ], + [ + "Ġb", + "ask" + ], + [ + "ĠI", + "ran" + ], + [ + "so", + "le" + ], + [ + "ĠIm", + "plement" + ], + [ + "Ġstret", + "ch" + ], + [ + "Ġsacr", + "ifice" + ], + [ + "ĠM", + "ental" + ], + [ + "Ġj", + "uris" + ], + [ + "eng", + "ers" + ], + [ + "Ġdro", + "pped" + ], + [ + "(", + "{'" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ" + ], + [ + "Ġtra", + "v" + ], + [ + "Ġopt", + "ical" + ], + [ + "atern", + "al" + ], + [ + "ugh", + "t" + ], + [ + "V", + "ector" + ], + [ + "in", + "ery" + ], + [ + "Ġsu", + "g" + ], + [ + "Ġdevelopment", + "al" + ], + [ + "hist", + "ory" + ], + [ + "Ġsudden", + "ly" + ], + [ + "Ġkne", + "e" + ], + [ + "ibl", + "ical" + ], + [ + "con", + "sum" + ], + [ + "Ġlast", + "ing" + ], + [ + "ĠLe", + "ague" + ], + [ + "yl", + "on" + ], + [ + "Ġvess", + "el" + ], + [ + "cyclop", + "edia" + ], + [ + "Ġsoph", + "isticated" + ], + [ + "oc", + "ols" + ], + [ + "ĠL", + "os" + ], + [ + "Ġvis", + "iting" + ], + [ + "ĠMed", + "ia" + ], + [ + "Ġelement", + "ary" + ], + [ + "Ġeat", + "en" + ], + [ + "Ġexhib", + "ition" + ], + [ + "Ġg", + "ear" + ], + [ + "ĠC", + "N" + ], + [ + "per", + "iod" + ], + [ + "gh", + "an" + ], + [ + "ĠO", + "tt" + ], + [ + "fe", + "ature" + ], + [ + "ĠK", + "h" + ], + [ + "Ġconnect", + "ing" + ], + [ + "Ġincor", + "rect" + ], + [ + "ĠC", + "A" + ], + [ + "ĠO", + "N" + ], + [ + "Ġqu", + "ote" + ], + [ + "Ġset", + "up" + ], + [ + "the", + "re" + ], + [ + "plic", + "it" + ], + [ + "opath", + "y" + ], + [ + "C", + "ON" + ], + [ + "P", + "at" + ], + [ + "a", + "que" + ], + [ + "i", + "ations" + ], + [ + "on", + "in" + ], + [ + "Ġcan", + "al" + ], + [ + "time", + "out" + ], + [ + "Ġla", + "wn" + ], + [ + "Ġintegr", + "al" + ], + [ + "Ġexpress", + "ions" + ], + [ + "ol", + "ation" + ], + [ + "un", + "it" + ], + [ + "un", + "ning" + ], + [ + "ĠL", + "oad" + ], + [ + "Ġtra", + "ding" + ], + [ + "Ġ20", + "22" + ], + [ + "hol", + "der" + ], + [ + "ucle", + "ar" + ], + [ + "Ġattribut", + "ed" + ], + [ + "C", + "ells" + ], + [ + "c", + "r" + ], + [ + "it", + "ate" + ], + [ + "Ġcon", + "qu" + ], + [ + "Ġen", + "compass" + ], + [ + "Ġcalcul", + "ations" + ], + [ + "Ġ194", + "0" + ], + [ + "Ġtour", + "ism" + ], + [ + "Ġlic", + "ense" + ], + [ + "at", + "oes" + ], + [ + "Ġal", + "umin" + ], + [ + "Ġanaly", + "zed" + ], + [ + "ó", + "n" + ], + [ + "health", + "y" + ], + [ + "er", + "ge" + ], + [ + "ribut", + "es" + ], + [ + "att", + "les" + ], + [ + "Ġpromot", + "es" + ], + [ + "Ġnav", + "igate" + ], + [ + "Ġadj", + "acent" + ], + [ + "G", + "en" + ], + [ + "r", + "oute" + ], + [ + "Â", + "®" + ], + [ + "Ġe", + "ars" + ], + [ + "load", + "s" + ], + [ + "Ġcontribut", + "es" + ], + [ + "ĠNut", + "rition" + ], + [ + "l", + "ate" + ], + [ + "Ġh", + "ack" + ], + [ + "ĠP", + "ut" + ], + [ + "ĠW", + "is" + ], + [ + "Ġ194", + "5" + ], + [ + "if", + "ting" + ], + [ + "ĠW", + "ikipedia" + ], + [ + "Ġind", + "oor" + ], + [ + "Ġph", + "ones" + ], + [ + "Ġco", + "ins" + ], + [ + "Ġalign", + "ment" + ], + [ + "m", + "ove" + ], + [ + "ç", + "ļ" + ], + [ + "Ġthe", + "rapeutic" + ], + [ + "Ġl", + "akes" + ], + [ + "ĠP", + "rom" + ], + [ + "ĠD", + "at" + ], + [ + "Ġar", + "ter" + ], + [ + "Re", + "f" + ], + [ + "unt", + "ary" + ], + [ + "Ġallerg", + "ies" + ], + [ + "ĠH", + "um" + ], + [ + "Ġfe", + "ather" + ], + [ + "Ġher", + "self" + ], + [ + "Ġbas", + "ically" + ], + [ + "Ġencourag", + "es" + ], + [ + "ĠMicro", + "soft" + ], + [ + "Ã", + "±" + ], + [ + "ĠAnd", + "rew" + ], + [ + "''", + "'" + ], + [ + "ino", + "is" + ], + [ + "Ġshel", + "ter" + ], + [ + "Ġneur", + "ons" + ], + [ + "alph", + "a" + ], + [ + "ocon", + "ut" + ], + [ + "L", + "C" + ], + [ + "Q", + "U" + ], + [ + "Ġc", + "able" + ], + [ + "ly", + "mp" + ], + [ + "se", + "cret" + ], + [ + "Ġse", + "al" + ], + [ + "Ġmy", + "ster" + ], + [ + "az", + "e" + ], + [ + "ĠPh", + "ilos" + ], + [ + "ĠLin", + "ux" + ], + [ + "Ġtherap", + "ies" + ], + [ + "O", + "s" + ], + [ + "Ġb", + "onds" + ], + [ + "Ġl", + "ingu" + ], + [ + "Ġg", + "ray" + ], + [ + "ĠH", + "ard" + ], + [ + "Ġfil", + "tered" + ], + [ + "Ġfav", + "our" + ], + [ + "ĠMex", + "ican" + ], + [ + "Ġdut", + "ies" + ], + [ + "ĠInte", + "gr" + ], + [ + "Ġclust", + "ers" + ], + [ + "B", + "ack" + ], + [ + "H", + "ER" + ], + [ + "d", + "rop" + ], + [ + "w", + "arn" + ], + [ + "Ġp", + "ests" + ], + [ + "ĠA", + "C" + ], + [ + "ĠS", + "everal" + ], + [ + "Ġde", + "leg" + ], + [ + "Ġ'", + "'." + ], + [ + "ĠV", + "an" + ], + [ + "ĠEn", + "c" + ], + [ + "20", + "13" + ], + [ + "Ġbroad", + "cast" + ], + [ + "Ġb", + "ite" + ], + [ + "Ġunder", + "ground" + ], + [ + "Ġsens", + "ory" + ], + [ + "Ġhost", + "s" + ], + [ + "iot", + "ic" + ], + [ + "ĠS", + "n" + ], + [ + "ĠM", + "arc" + ], + [ + "Ġpack", + "aging" + ], + [ + "Ġ194", + "4" + ], + [ + "Ġsus", + "pect" + ], + [ + "Ġmamm", + "als" + ], + [ + "Ġst", + "ats" + ], + [ + "ĠS", + "olar" + ], + [ + "ĠP", + "S" + ], + [ + "ĠB", + "uild" + ], + [ + "Ġthan", + "k" + ], + [ + "ĠX", + "ML" + ], + [ + "5", + "7" + ], + [ + "ol", + "t" + ], + [ + "Ġco", + "in" + ], + [ + "own", + "ers" + ], + [ + "Ġmet", + "eor" + ], + [ + "ĠInd", + "igenous" + ], + [ + "Ġtot", + "ally" + ], + [ + "Ġp", + "ra" + ], + [ + "om", + "er" + ], + [ + "ĠN", + "orm" + ], + [ + "Ġem", + "pire" + ], + [ + "ari", + "os" + ], + [ + "Ġblock", + "chain" + ], + [ + "Ġvalid", + "ate" + ], + [ + "ĠJeff", + "erson" + ], + [ + "Ġf", + "ails" + ], + [ + "ĠS", + "us" + ], + [ + "Ġass", + "et" + ], + [ + "Ġcomprehens", + "ion" + ], + [ + "a", + "uc" + ], + [ + "i", + "ac" + ], + [ + "v", + "y" + ], + [ + "Ġh", + "al" + ], + [ + "Ġun", + "icode" + ], + [ + "Ġfoot", + "print" + ], + [ + "H", + "igh" + ], + [ + "b", + "f" + ], + [ + "c", + "ustom" + ], + [ + "Ġst", + "atic" + ], + [ + "ĠP", + "aper" + ], + [ + "Ġres", + "et" + ], + [ + "ric", + "es" + ], + [ + "C", + "or" + ], + [ + "Ġc", + "ab" + ], + [ + "se", + "lection" + ], + [ + "Ġr", + "ough" + ], + [ + "Ġsim", + "ulation" + ], + [ + "Ġorgan", + "isations" + ], + [ + "Ġintellig", + "ent" + ], + [ + "l", + "ie" + ], + [ + "n", + "atural" + ], + [ + "Ġd", + "istant" + ], + [ + "le", + "m" + ], + [ + "st", + "ru" + ], + [ + "to", + "kens" + ], + [ + "Ġexcept", + "ions" + ], + [ + "Ex", + "pl" + ], + [ + "Ġconstra", + "ints" + ], + [ + "T", + "ree" + ], + [ + "is", + "ons" + ], + [ + "it", + "ic" + ], + [ + "ĠL", + "i" + ], + [ + "Ġtra", + "il" + ], + [ + "ick", + "ing" + ], + [ + "Ġdim", + "in" + ], + [ + "Ġthor", + "oughly" + ], + [ + "s", + "ome" + ], + [ + "y", + "es" + ], + [ + "Ġm", + "unicip" + ], + [ + "Ġpers", + "pectives" + ], + [ + "Ġcell", + "ular" + ], + [ + "atch", + "ing" + ], + [ + "Ġdent", + "ist" + ], + [ + "Ġsect", + "ors" + ], + [ + "Ã", + "¢" + ], + [ + "ĠA", + "ud" + ], + [ + "ĠC", + "ub" + ], + [ + "Ġrec", + "urs" + ], + [ + "Ġfl", + "ask" + ], + [ + "ĠWe", + "ek" + ], + [ + "Ġdeterm", + "ines" + ], + [ + "Ġsuggest", + "ing" + ], + [ + "Ġconsist", + "ing" + ], + [ + "ĠSecret", + "ary" + ], + [ + "Ġv", + "olumes" + ], + [ + "igh", + "th" + ], + [ + "ĠF", + "red" + ], + [ + "Ġstr", + "ange" + ], + [ + "Ġsuggest", + "ions" + ], + [ + "ellig", + "ence" + ], + [ + "Ġdram", + "atically" + ], + [ + "Ġpe", + "ers" + ], + [ + "Ġfunction", + "ality" + ], + [ + "Ġsoc", + "io" + ], + [ + "ĠOf", + "ten" + ], + [ + "Ġpip", + "eline" + ], + [ + "A", + "v" + ], + [ + "p", + "m" + ], + [ + "ĠH", + "yd" + ], + [ + "ĠD", + "ifferent" + ], + [ + "Ġne", + "urolog" + ], + [ + "Ġcomp", + "os" + ], + [ + "lect", + "ric" + ], + [ + "inter", + "val" + ], + [ + "ĠPe", + "ace" + ], + [ + "Res", + "earchers" + ], + [ + "Ġflav", + "or" + ], + [ + "Ġreven", + "ue" + ], + [ + "=", + "{" + ], + [ + "r", + "ons" + ], + [ + "Ġc", + "sv" + ], + [ + "Ġp", + "ale" + ], + [ + "Ġl", + "oud" + ], + [ + "ĠT", + "urn" + ], + [ + "ul", + "ative" + ], + [ + "Ġ2", + "50" + ], + [ + "ob", + "ic" + ], + [ + "ck", + "er" + ], + [ + "Ġhigh", + "lights" + ], + [ + "ex", + "ists" + ], + [ + "Ġenc", + "ryption" + ], + [ + "reg", + "on" + ], + [ + "OD", + "O" + ], + [ + "const", + "ruction" + ], + [ + "Ġh", + "ung" + ], + [ + "Ġar", + "bit" + ], + [ + "Ġres", + "idential" + ], + [ + "Ġche", + "ese" + ], + [ + "ĠStud", + "ent" + ], + [ + "F", + "inally" + ], + [ + "L", + "ook" + ], + [ + "l", + "ined" + ], + [ + "p", + "a" + ], + [ + "Ġc", + "oding" + ], + [ + "iv", + "ities" + ], + [ + "Ġsp", + "arse" + ], + [ + "pro", + "v" + ], + [ + "erc", + "ase" + ], + [ + "wh", + "o" + ], + [ + "X", + "X" + ], + [ + "Ġf", + "ox" + ], + [ + "Ġat", + "omic" + ], + [ + "ĠE", + "ll" + ], + [ + "Ġse", + "q" + ], + [ + "In", + "te" + ], + [ + "Ġam", + "ino" + ], + [ + "Ġliter", + "ally" + ], + [ + "onom", + "ous" + ], + [ + "Ġapparent", + "ly" + ], + [ + "et", + "he" + ], + [ + "ĠS", + "her" + ], + [ + "Ġwe", + "aken" + ], + [ + "ĠL", + "ew" + ], + [ + "ĠJ", + "ackson" + ], + [ + "ĠNe", + "ed" + ], + [ + "ĠNe", + "uro" + ], + [ + "log", + "ger" + ], + [ + "Ġfib", + "ers" + ], + [ + "Ġqual", + "ified" + ], + [ + "l", + "ob" + ], + [ + "Ġ[", + "(" + ], + [ + "ĠTw", + "itter" + ], + [ + "d", + "on" + ], + [ + "at", + "ile" + ], + [ + "Ġch", + "ocolate" + ], + [ + "ip", + "h" + ], + [ + "aw", + "are" + ], + [ + "Ġdial", + "ect" + ], + [ + "Ġn", + "am" + ], + [ + "Ġpl", + "acing" + ], + [ + "Ġwind", + "s" + ], + [ + "ĠBl", + "ood" + ], + [ + "Ġstru", + "ck" + ], + [ + "Ġvolunte", + "ers" + ], + [ + "u", + "an" + ], + [ + "Ġs", + "ister" + ], + [ + "Ġun", + "necess" + ], + [ + "Ġrem", + "em" + ], + [ + "Ġinterpre", + "ted" + ], + [ + "g", + "art" + ], + [ + "p", + "in" + ], + [ + "Ġb", + "ought" + ], + [ + "el", + "ly" + ], + [ + "Ġwh", + "ites" + ], + [ + "Ġdis", + "p" + ], + [ + "Ġtransfer", + "red" + ], + [ + "Ġattract", + "ive" + ], + [ + "y", + "er" + ], + [ + "ent", + "ity" + ], + [ + "el", + "ing" + ], + [ + "Ġsleep", + "ing" + ], + [ + "Res", + "earch" + ], + [ + "Ar", + "ray" + ], + [ + "F", + "r" + ], + [ + "w", + "s" + ], + [ + "Ġw", + "ing" + ], + [ + "Ġan", + "ch" + ], + [ + "Ġk", + "in" + ], + [ + "Ġarri", + "val" + ], + [ + "Ġd", + "oses" + ], + [ + "ot", + "ten" + ], + [ + "ain", + "e" + ], + [ + "ĠE", + "val" + ], + [ + "for", + "ced" + ], + [ + "Ġer", + "osion" + ], + [ + "RO", + "M" + ], + [ + "Ġmob", + "ility" + ], + [ + "Ġcoll", + "apse" + ], + [ + "a", + "wn" + ], + [ + "Ġt", + "ough" + ], + [ + "ĠC", + "ape" + ], + [ + "Ġas", + "h" + ], + [ + "Ġem", + "power" + ], + [ + "Ġmer", + "ch" + ], + [ + "effect", + "ive" + ], + [ + "Ġin", + "ch" + ], + [ + "Ġh", + "ide" + ], + [ + "ĠS", + "earch" + ], + [ + "ĠF", + "ar" + ], + [ + "Ġpr", + "one" + ], + [ + "ĠV", + "ar" + ], + [ + "ian", + "o" + ], + [ + "Ġcur", + "r" + ], + [ + "Ġent", + "itled" + ], + [ + "Ġgu", + "est" + ], + [ + "Ġstra", + "ins" + ], + [ + "B", + "uild" + ], + [ + "j", + "i" + ], + [ + "Ġd", + "ual" + ], + [ + "Ġh", + "opes" + ], + [ + "ce", + "eds" + ], + [ + "th", + "an" + ], + [ + "Ġsystem", + "atic" + ], + [ + "ĠOr", + "der" + ], + [ + "ĠCent", + "ury" + ], + [ + "Ġdocument", + "ed" + ], + [ + "Ġspread", + "ing" + ], + [ + "gener", + "ate" + ], + [ + "Ġinval", + "id" + ], + [ + "R", + "NA" + ], + [ + "d", + "y" + ], + [ + "al", + "g" + ], + [ + "Ġhe", + "al" + ], + [ + "co", + "ord" + ], + [ + "Ġcomb", + "ust" + ], + [ + "Ġvari", + "ant" + ], + [ + "Ġvac", + "uum" + ], + [ + "ĠWild", + "life" + ], + [ + "F", + "urther" + ], + [ + "act", + "ivity" + ], + [ + "Ġsurve", + "ys" + ], + [ + "b", + "ell" + ], + [ + "c", + "ies" + ], + [ + "Ã", + "¨" + ], + [ + "re", + "ens" + ], + [ + "im", + "p" + ], + [ + "']", + "[" + ], + [ + "Ġcontamin", + "ated" + ], + [ + "D", + "esc" + ], + [ + "p", + "al" + ], + [ + "p", + "any" + ], + [ + "Ġc", + "ig" + ], + [ + "Ġbe", + "ach" + ], + [ + "Ġde", + "com" + ], + [ + "ord", + "inary" + ], + [ + "Ġso", + "ap" + ], + [ + "ang", + "el" + ], + [ + "Ġaw", + "ait" + ], + [ + "Ġsort", + "s" + ], + [ + "Ġ198", + "9" + ], + [ + "V", + "C" + ], + [ + "Ġ", + "ip" + ], + [ + "Ġor", + "ange" + ], + [ + "ĠE", + "vent" + ], + [ + "Ġ3", + "9" + ], + [ + "ll", + "ib" + ], + [ + "Ġmem", + "or" + ], + [ + "mon", + "d" + ], + [ + "([", + "[" + ], + [ + "ĠApp", + "le" + ], + [ + "Ġhaz", + "ards" + ], + [ + "Under", + "standing" + ], + [ + "a", + "ug" + ], + [ + "e", + "fficient" + ], + [ + "k", + "it" + ], + [ + "Ġp", + "or" + ], + [ + "Ġb", + "ags" + ], + [ + "Ġcon", + "clusions" + ], + [ + "Ġret", + "rieve" + ], + [ + "Ġdiarr", + "hea" + ], + [ + "u", + "v" + ], + [ + "ct", + "u" + ], + [ + "ph", + "ase" + ], + [ + "ĠK", + "ids" + ], + [ + "ook", + "ed" + ], + [ + "ĠY", + "es" + ], + [ + "Ġoutput", + "s" + ], + [ + "Ġmeet", + "ings" + ], + [ + "Ġdistinct", + "ive" + ], + [ + "ker", + "as" + ], + [ + "Ġas", + "ide" + ], + [ + "ard", + "ed" + ], + [ + "Ġtr", + "im" + ], + [ + "Th", + "rough" + ], + [ + "Ġpack", + "et" + ], + [ + "Ġpsych", + "iat" + ], + [ + "k", + "g" + ], + [ + "Ġsh", + "ares" + ], + [ + "Ġshe", + "ets" + ], + [ + "Ġref", + "used" + ], + [ + "Ġenc", + "rypted" + ], + [ + "ipp", + "et" + ], + [ + "ĠPer", + "haps" + ], + [ + "Ġglob", + "ally" + ], + [ + "Ġappreci", + "ate" + ], + [ + "m", + "o" + ], + [ + "ĠM", + "aster" + ], + [ + "Ġdri", + "ed" + ], + [ + "Ġsuff", + "ix" + ], + [ + "aff", + "e" + ], + [ + "ĠAcc", + "ount" + ], + [ + "ĠS", + "anta" + ], + [ + "Ġun", + "ders" + ], + [ + "ĠUn", + "ivers" + ], + [ + "ick", + "ed" + ], + [ + "Ġdri", + "ves" + ], + [ + "ĠCor", + "por" + ], + [ + "Reg", + "ression" + ], + [ + "çļ", + "Ħ" + ], + [ + "P", + "s" + ], + [ + "f", + "r" + ], + [ + "t", + "w" + ], + [ + "im", + "ation" + ], + [ + "Ġdis", + "ag" + ], + [ + "Ġform", + "ats" + ], + [ + "Ġlay", + "out" + ], + [ + "Ġadapt", + "ation" + ], + [ + "pow", + "ered" + ], + [ + "as", + "al" + ], + [ + "ot", + "ion" + ], + [ + "ĠC", + "reek" + ], + [ + "ĠH", + "un" + ], + [ + "Ġval", + "ley" + ], + [ + "ĠDe", + "cl" + ], + [ + "ĠNet", + "her" + ], + [ + "best", + "os" + ], + [ + "ĠOnt", + "ario" + ], + [ + "O", + "pt" + ], + [ + "ĠB", + "rain" + ], + [ + "Ġbro", + "ke" + ], + [ + "Ġinj", + "ured" + ], + [ + "Ġacqu", + "ire" + ], + [ + "Ġt", + "el" + ], + [ + "re", + "r" + ], + [ + "Ġnot", + "able" + ], + [ + "cl", + "osed" + ], + [ + "ĠSt", + "ation" + ], + [ + "Ġprov", + "ision" + ], + [ + "Ġrespect", + "ive" + ], + [ + "Ġdescend", + "ants" + ], + [ + "Ġf", + "oster" + ], + [ + "ĠB", + "ern" + ], + [ + "Ġdist", + "ract" + ], + [ + "ĠFr", + "iday" + ], + [ + "Ġdem", + "ocratic" + ], + [ + "Ġassess", + "ed" + ], + [ + "su", + "ccess" + ], + [ + "Ġinfect", + "ious" + ], + [ + "Ġadolesc", + "ents" + ], + [ + "H", + "is" + ], + [ + "w", + "arning" + ], + [ + "st", + "ers" + ], + [ + "Ġy", + "ields" + ], + [ + "ment", + "al" + ], + [ + "Ġab", + "ol" + ], + [ + "Ġel", + "ig" + ], + [ + "Ġ4", + "1" + ], + [ + "Ġop", + "ens" + ], + [ + "Ġconcent", + "rated" + ], + [ + "direct", + "ory" + ], + [ + "1", + "000" + ], + [ + "t", + "ax" + ], + [ + "w", + "all" + ], + [ + "Ġst", + "ere" + ], + [ + "Ġal", + "ike" + ], + [ + "ĠB", + "on" + ], + [ + "oc", + "a" + ], + [ + "oc", + "ated" + ], + [ + "Ġsh", + "ade" + ], + [ + "ict", + "ed" + ], + [ + "Ġsp", + "ons" + ], + [ + "yp", + "ically" + ], + [ + "Ġmin", + "ister" + ], + [ + "ĠQ", + "uality" + ], + [ + "place", + "ment" + ], + [ + "Ġconsequ", + "ence" + ], + [ + "r", + "ick" + ], + [ + "or", + "ious" + ], + [ + "ĠS", + "M" + ], + [ + "ay", + "lor" + ], + [ + "Ġsh", + "oes" + ], + [ + "Ġarri", + "ve" + ], + [ + "Ġutil", + "ize" + ], + [ + "E", + "nd" + ], + [ + "T", + "ake" + ], + [ + "s", + "en" + ], + [ + "t", + "i" + ], + [ + "ĠS", + "av" + ], + [ + "od", + "s" + ], + [ + "met", + "adata" + ], + [ + "Ġsurround", + "ed" + ], + [ + "rec", + "ord" + ], + [ + "Ġfre", + "ely" + ], + [ + "Ġcham", + "ber" + ], + [ + ")", + "/" + ], + [ + "g", + "ithub" + ], + [ + "Ġf", + "etch" + ], + [ + "ĠC", + "H" + ], + [ + "ĠH", + "em" + ], + [ + "II", + "I" + ], + [ + "Ġabund", + "ant" + ], + [ + "Ġabund", + "ance" + ], + [ + "Ġconven", + "ient" + ], + [ + "Ġembed", + "ded" + ], + [ + "B", + "oth" + ], + [ + "L", + "vl" + ], + [ + "Ġr", + "ings" + ], + [ + "Ġdesign", + "ing" + ], + [ + "Ġfil", + "ms" + ], + [ + "Ġconsum", + "ing" + ], + [ + "Ġrespons", + "ibilities" + ], + [ + "Ġreview", + "ed" + ], + [ + "ĠMiss", + "ouri" + ], + [ + "Ġo", + "ceans" + ], + [ + "Ġal", + "tered" + ], + [ + "ĠB", + "est" + ], + [ + "Ġph", + "on" + ], + [ + "Ġsub", + "mitted" + ], + [ + "Ġdi", + "agram" + ], + [ + "Ġ{}", + "\"." + ], + [ + "Ġpars", + "ed" + ], + [ + "B", + "ase" + ], + [ + "G", + "ET" + ], + [ + "ĠH", + "aving" + ], + [ + "Ġ'", + "-" + ], + [ + "ener", + "gy" + ], + [ + "Ġindepend", + "ently" + ], + [ + "ĠMin", + "istry" + ], + [ + "ĠE", + "C" + ], + [ + "ĠN", + "ep" + ], + [ + "Ġint", + "ens" + ], + [ + "Ġoper", + "ated" + ], + [ + "Ġcr", + "ash" + ], + [ + "Ġinvest", + "ments" + ], + [ + "Ġofficial", + "ly" + ], + [ + "Ġmag", + "azine" + ], + [ + "Ġwel", + "come" + ], + [ + "Ġpersist", + "ent" + ], + [ + "um", + "er" + ], + [ + "Ġen", + "zyme" + ], + [ + "add", + "r" + ], + [ + "ik", + "a" + ], + [ + "ĠGu", + "ard" + ], + [ + "ĠOther", + "s" + ], + [ + "Ġabandon", + "ed" + ], + [ + "T", + "O" + ], + [ + "Ġbe", + "e" + ], + [ + "se", + "ed" + ], + [ + "se", + "lect" + ], + [ + "ff", + "s" + ], + [ + "Ġbl", + "ast" + ], + [ + "Ġloc", + "ally" + ], + [ + "erc", + "ise" + ], + [ + "Ġport", + "ray" + ], + [ + "Ġlib", + "eral" + ], + [ + "Ġcert", + "ificate" + ], + [ + "inet", + "eenth" + ], + [ + "ĠColor", + "ado" + ], + [ + "ĠI", + "de" + ], + [ + "ĠF", + "air" + ], + [ + "ĠO", + "R" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "Ġ" + ], + [ + "rad", + "ius" + ], + [ + "Com", + "mon" + ], + [ + "ĠWill", + "iams" + ], + [ + "Ġimag", + "ination" + ], + [ + "Ġhon", + "est" + ], + [ + "Ġimpl", + "ies" + ], + [ + "ĠBet", + "ween" + ], + [ + "Ġdispos", + "al" + ], + [ + "ĠSimilar", + "ly" + ], + [ + "Ġvom", + "iting" + ], + [ + "h", + "ard" + ], + [ + "Ġs", + "ulf" + ], + [ + "Ġp", + "ink" + ], + [ + "ul", + "ates" + ], + [ + "Ġdi", + "am" + ], + [ + "Ġcap", + "ability" + ], + [ + "Ġeconom", + "ics" + ], + [ + "Ġmonth", + "ly" + ], + [ + "Ġindic", + "ator" + ], + [ + "Ġmass", + "es" + ], + [ + "process", + "ing" + ], + [ + "comp", + "ile" + ], + [ + "Ġcra", + "ck" + ], + [ + "Ġaward", + "ed" + ], + [ + "es", + "ium" + ], + [ + "Ġe", + "rect" + ], + [ + "Ġl", + "oose" + ], + [ + "ĠR", + "NA" + ], + [ + "Ġdep", + "ri" + ], + [ + "Ġspace", + "craft" + ], + [ + "Ġflu", + "ids" + ], + [ + "Ġcoord", + "inate" + ], + [ + "-", + "%" + ], + [ + "Ġw", + "age" + ], + [ + "Ġreg", + "ression" + ], + [ + "Ġgener", + "ates" + ], + [ + "Ġpay", + "ments" + ], + [ + "Ġsche", + "ma" + ], + [ + "Ġallerg", + "ic" + ], + [ + "ĠCD", + "C" + ], + [ + "Ġdrain", + "age" + ], + [ + "r", + "ide" + ], + [ + "he", + "at" + ], + [ + "Ġin", + "clusive" + ], + [ + "Ġbe", + "am" + ], + [ + "ab", + "ases" + ], + [ + "Ġv", + "ice" + ], + [ + "Ġpr", + "oud" + ], + [ + "Ġ6", + "00" + ], + [ + "Ġland", + "ing" + ], + [ + "Ġsym", + "ptom" + ], + [ + "less", + "ly" + ], + [ + "Ġnormal", + "ized" + ], + [ + "Ġpack", + "ages" + ], + [ + "Ġdial", + "ogue" + ], + [ + "w", + "d" + ], + [ + "er", + "ator" + ], + [ + "Ġo", + "ste" + ], + [ + "Ġd", + "ying" + ], + [ + "ag", + "onal" + ], + [ + "Ġwood", + "en" + ], + [ + "Ġgrad", + "ient" + ], + [ + "Ġreput", + "ation" + ], + [ + "4", + "00" + ], + [ + "W", + "ork" + ], + [ + "z", + "es" + ], + [ + "as", + "hed" + ], + [ + "im", + "ary" + ], + [ + "Ġle", + "ak" + ], + [ + "Ġres", + "on" + ], + [ + "Ġmole", + "cule" + ], + [ + "Ġscal", + "ar" + ], + [ + "l", + "on" + ], + [ + "s", + "ing" + ], + [ + "ou", + "rage" + ], + [ + "ĠP", + "u" + ], + [ + "Ġint", + "ra" + ], + [ + "Ġbr", + "ush" + ], + [ + "Ġmark", + "ers" + ], + [ + "Ġpresc", + "ription" + ], + [ + "8", + "00" + ], + [ + "M", + "D" + ], + [ + "as", + "ync" + ], + [ + "Ġh", + "tml" + ], + [ + "ĠC", + "B" + ], + [ + "Ġr", + "ats" + ], + [ + "art", + "s" + ], + [ + "cle", + "an" + ], + [ + "Ġcontinuous", + "ly" + ], + [ + "d", + "r" + ], + [ + "se", + "par" + ], + [ + "ist", + "ent" + ], + [ + "ĠThe", + "ory" + ], + [ + "ĠM", + "ind" + ], + [ + "Ġdis", + "abled" + ], + [ + "alk", + "ing" + ], + [ + "west", + "ern" + ], + [ + "Ġtit", + "les" + ], + [ + "C", + "lick" + ], + [ + "o", + "T" + ], + [ + "z", + "ona" + ], + [ + "Ġ(", + "âĢľ" + ], + [ + "ĠN", + "ic" + ], + [ + "ĠL", + "ater" + ], + [ + "Ġbl", + "adder" + ], + [ + "ĠAn", + "cient" + ], + [ + "Ġend", + "angered" + ], + [ + "20", + "15" + ], + [ + "ĠSh", + "akespeare" + ], + [ + "Ch", + "ar" + ], + [ + "Ġsurv", + "ived" + ], + [ + "Sc", + "ient" + ], + [ + "Ġinvent", + "ed" + ], + [ + "Ġsatisfact", + "ion" + ], + [ + "Ġo", + "mega" + ], + [ + "ac", + "ity" + ], + [ + "ĠO", + "regon" + ], + [ + "ĠU", + "t" + ], + [ + "Ġsp", + "elling" + ], + [ + "ĠAs", + "sembly" + ], + [ + "Ġfem", + "in" + ], + [ + "Ġmanufacture", + "r" + ], + [ + "Ġs", + "elling" + ], + [ + "is", + "er" + ], + [ + "ĠN", + "ation" + ], + [ + "ĠO", + "cc" + ], + [ + "Ġimp", + "ressive" + ], + [ + "t", + "ics" + ], + [ + "Ġb", + "old" + ], + [ + "Ġh", + "ar" + ], + [ + "ĠO", + "lymp" + ], + [ + "Ġunder", + "go" + ], + [ + "Ġcollect", + "ing" + ], + [ + "Ġfall", + "en" + ], + [ + "ĠUs", + "ed" + ], + [ + "Ġfert", + "ility" + ], + [ + "Ġcos", + "m" + ], + [ + "Ġtraject", + "ory" + ], + [ + "Ġpurs", + "ue" + ], + [ + "G", + "E" + ], + [ + "T", + "A" + ], + [ + "Â", + "ł" + ], + [ + "ut", + "ical" + ], + [ + "Ġ'", + "--" + ], + [ + "Ġteac", + "hes" + ], + [ + "Ġsearch", + "ing" + ], + [ + "Ġtut", + "orial" + ], + [ + ".", + "]" + ], + [ + "m", + "ers" + ], + [ + "Ñ", + "ģ" + ], + [ + "Ġan", + "throp" + ], + [ + "ĠS", + "pring" + ], + [ + "ĠO", + "ffic" + ], + [ + "Ġso", + "y" + ], + [ + "Ġpre", + "ferences" + ], + [ + "li", + "ers" + ], + [ + "20", + "17" + ], + [ + "Ġmor", + "ph" + ], + [ + "cor", + "rect" + ], + [ + "Ġsed", + "iment" + ], + [ + "!", + "!" + ], + [ + "C", + "I" + ], + [ + "he", + "x" + ], + [ + "it", + "zer" + ], + [ + "Ġf", + "iction" + ], + [ + "act", + "or" + ], + [ + "omet", + "er" + ], + [ + "Ġpay", + "load" + ], + [ + "Ġtravel", + "ing" + ], + [ + "Ġbot", + "tle" + ], + [ + "Ġinher", + "it" + ], + [ + "Ġimmigr", + "ants" + ], + [ + "S", + "I" + ], + [ + "ĠR", + "andom" + ], + [ + "Ġthick", + "ness" + ], + [ + "(", + "{" + ], + [ + "R", + "ep" + ], + [ + "ar", + "ium" + ], + [ + "ĠC", + "R" + ], + [ + "ĠI", + "ra" + ], + [ + "th", + "ood" + ], + [ + "Ġrel", + "ating" + ], + [ + "ĠPro", + "test" + ], + [ + "Ġrecomm", + "ends" + ], + [ + "b", + "inary" + ], + [ + "Ġw", + "ings" + ], + [ + "Ġm", + "ile" + ], + [ + "ut", + "s" + ], + [ + "Ġcomp", + "aring" + ], + [ + "Ġpart", + "ially" + ], + [ + "apt", + "ers" + ], + [ + "ĠReg", + "ular" + ], + [ + "Ġbelong", + "s" + ], + [ + "Ġcarbohyd", + "rates" + ], + [ + "Ġm", + "esh" + ], + [ + "Ġe", + "co" + ], + [ + "ĠT", + "ib" + ], + [ + "Ġinv", + "asion" + ], + [ + "sc", + "ience" + ], + [ + "Ġpred", + "omin" + ], + [ + "ĠStand", + "ards" + ], + [ + "M", + "et" + ], + [ + "Ġw", + "ake" + ], + [ + "ol", + "is" + ], + [ + "ment", + "ation" + ], + [ + "ter", + "ior" + ], + [ + "ri", + "um" + ], + [ + "ĠB", + "ah" + ], + [ + "ĠF", + "DA" + ], + [ + "ĠJ", + "r" + ], + [ + "Ġinter", + "rupt" + ], + [ + "Ġoff", + "ices" + ], + [ + "Ġscen", + "arios" + ], + [ + "Ġinspir", + "ation" + ], + [ + "F", + "A" + ], + [ + "Ġd", + "ivers" + ], + [ + "ch", + "o" + ], + [ + "Ġle", + "an" + ], + [ + "Ġapp", + "et" + ], + [ + "Ġcook", + "ed" + ], + [ + "Ġ", + "æ" + ], + [ + "Ġt", + "ang" + ], + [ + "Ġan", + "not" + ], + [ + "Ġorgan", + "ism" + ], + [ + "Ġpath", + "ways" + ], + [ + "Ġaccept", + "ance" + ], + [ + "Ġorigin", + "ated" + ], + [ + "Ġtun", + "nel" + ], + [ + "W", + "ill" + ], + [ + "Ī", + "Ĵ" + ], + [ + "ĠR", + "ather" + ], + [ + "Ġun", + "to" + ], + [ + "Ġengine", + "er" + ], + [ + "ĠMary", + "land" + ], + [ + "ĠSam", + "uel" + ], + [ + "i", + "ors" + ], + [ + "Ġs", + "ore" + ], + [ + "Ġd", + "rops" + ], + [ + "ĠS", + "a" + ], + [ + "Ġwas", + "hing" + ], + [ + "ear", + "ly" + ], + [ + "Ġsk", + "ull" + ], + [ + "Ġcar", + "ries" + ], + [ + "Ġopp", + "on" + ], + [ + "ĠPh", + "D" + ], + [ + "Ġmov", + "ies" + ], + [ + "Ġsn", + "ap" + ], + [ + "Ġdecre", + "ases" + ], + [ + "arb", + "or" + ], + [ + "W", + "riting" + ], + [ + "Ġto", + "ile" + ], + [ + "Ġn", + "oun" + ], + [ + "Ġal", + "k" + ], + [ + "Ġprodu", + "cers" + ], + [ + ",", + "âĢĻ" + ], + [ + ":", + "%" + ], + [ + "i", + "op" + ], + [ + "in", + "come" + ], + [ + "er", + "os" + ], + [ + "th", + "ur" + ], + [ + "Ġem", + "ails" + ], + [ + "Ġrel", + "ate" + ], + [ + "Ġ4", + "3" + ], + [ + "Ġgen", + "u" + ], + [ + "Ġexc", + "av" + ], + [ + "Ġthir", + "ty" + ], + [ + "Ġcann", + "ab" + ], + [ + "M", + "ar" + ], + [ + "j", + "a" + ], + [ + "act", + "ic" + ], + [ + "Ġatt", + "r" + ], + [ + "Ġpar", + "ks" + ], + [ + "o", + "ons" + ], + [ + "v", + "ia" + ], + [ + "ĠT", + "erm" + ], + [ + "Ġv", + "ocal" + ], + [ + "ph", + "ones" + ], + [ + "Ġrob", + "ots" + ], + [ + "Ġbul", + "k" + ], + [ + "ĠCult", + "ure" + ], + [ + "ĠJac", + "ob" + ], + [ + "Ġnam", + "ely" + ], + [ + ".", + ")," + ], + [ + "U", + "RL" + ], + [ + "Ġinv", + "ention" + ], + [ + "Ġmon", + "ument" + ], + [ + "ĠAl", + "tern" + ], + [ + "Ġappro", + "val" + ], + [ + "Ġa", + "ids" + ], + [ + "Ġmet", + "er" + ], + [ + "Ġflo", + "ating" + ], + [ + "ĠInit", + "ialize" + ], + [ + "Ġentr", + "ance" + ], + [ + ".", + "-" + ], + [ + "F", + "il" + ], + [ + "ĠA", + "T" + ], + [ + "ĠC", + "re" + ], + [ + "--", + "-" + ], + [ + "Ġdis", + "pers" + ], + [ + "Ġph", + "y" + ], + [ + "ĠCon", + "vention" + ], + [ + "Ġafford", + "able" + ], + [ + "Ġfing", + "ers" + ], + [ + ":", + "'," + ], + [ + "p", + "u" + ], + [ + "Ġar", + "c" + ], + [ + "def", + "ined" + ], + [ + "Ġpain", + "ted" + ], + [ + "az", + "z" + ], + [ + "Ġpal", + "m" + ], + [ + "ĠClin", + "ical" + ], + [ + "Ġsubs", + "id" + ], + [ + "O", + "pen" + ], + [ + "t", + "f" + ], + [ + "x", + "ic" + ], + [ + "ar", + "ians" + ], + [ + "Ġcon", + "vention" + ], + [ + "Ġde", + "mentia" + ], + [ + "Ġdef", + "ining" + ], + [ + "lu", + "x" + ], + [ + "Ġmir", + "ror" + ], + [ + "is", + "ition" + ], + [ + "Ġb", + "ull" + ], + [ + "Ġre", + "h" + ], + [ + "ch", + "anged" + ], + [ + "ĠK", + "n" + ], + [ + "lo", + "pe" + ], + [ + "AN", + "D" + ], + [ + "Ġadminist", + "ered" + ], + [ + "dis", + "play" + ], + [ + "hand", + "ler" + ], + [ + "Ġsch", + "olar" + ], + [ + "els", + "on" + ], + [ + "Ġdesign", + "ers" + ], + [ + "ĠAf", + "ghan" + ], + [ + "lam", + "matory" + ], + [ + "AR", + "T" + ], + [ + "F", + "L" + ], + [ + "ou", + "ter" + ], + [ + "Ġh", + "arsh" + ], + [ + "Ġe", + "ternal" + ], + [ + "am", + "ation" + ], + [ + "ĠB", + "a" + ], + [ + "Ġ9", + "78" + ], + [ + "wh", + "ite" + ], + [ + "Ġmom", + "ents" + ], + [ + "ĠMus", + "ic" + ], + [ + "Ġauthen", + "tication" + ], + [ + "N", + "ational" + ], + [ + "ä", + "»" + ], + [ + "ĠT", + "ODO" + ], + [ + "if", + "ference" + ], + [ + "ver", + "ages" + ], + [ + "Ġco", + "pe" + ], + [ + "Ġconsider", + "ations" + ], + [ + "Ġenh", + "ancing" + ], + [ + "Ġnumer", + "ical" + ], + [ + "Ġs", + "le" + ], + [ + "Ġgl", + "ory" + ], + [ + "Ġcr", + "imes" + ], + [ + "Ġstruct", + "ured" + ], + [ + "Ġut", + "er" + ], + [ + "Ġcam", + "ps" + ], + [ + "swe", + "red" + ], + [ + "P", + "y" + ], + [ + "Ġpro", + "gression" + ], + [ + "ĠD", + "ie" + ], + [ + "ĠL", + "ink" + ], + [ + "Ġint", + "ric" + ], + [ + "Ġpart", + "ly" + ], + [ + "Ġsome", + "where" + ], + [ + "Ġcare", + "g" + ], + [ + "az", + "y" + ], + [ + "depend", + "ent" + ], + [ + "Ġrout", + "es" + ], + [ + "Ġbra", + "ins" + ], + [ + "Ġcompass", + "ion" + ], + [ + "ry", + "ing" + ], + [ + "ign", + "ment" + ], + [ + "Ġman", + "uscript" + ], + [ + "ĠK", + "ent" + ], + [ + "Ġins", + "ulation" + ], + [ + "Ġparticip", + "ating" + ], + [ + "Ġstri", + "king" + ], + [ + "Ġcommit", + "tee" + ], + [ + "s", + "cope" + ], + [ + "ol", + "ine" + ], + [ + "ig", + "m" + ], + [ + "ĠF", + "ed" + ], + [ + "ĠO", + "s" + ], + [ + "ang", + "ular" + ], + [ + "Ġextra", + "ction" + ], + [ + "sign", + "al" + ], + [ + "Ġcharg", + "es" + ], + [ + "Ġanalys", + "es" + ], + [ + "g", + "ro" + ], + [ + "Ġsh", + "ield" + ], + [ + "Ġimport", + "ed" + ], + [ + "Ġinf", + "lation" + ], + [ + "the", + "y" + ], + [ + "Ġnecess", + "ity" + ], + [ + "ĠWith", + "in" + ], + [ + "dom", + "inal" + ], + [ + "ĠPer", + "iod" + ], + [ + "ĠMat", + "hemat" + ], + [ + "ĠKey", + "Error" + ], + [ + "Ġphenomen", + "a" + ], + [ + "ĠSen", + "ate" + ], + [ + "Ġlect", + "ure" + ], + [ + "P", + "V" + ], + [ + "ĠS", + "ep" + ], + [ + "ĠS", + "eries" + ], + [ + "Ġar", + "thritis" + ], + [ + "Ġpres", + "ervation" + ], + [ + "fact", + "or" + ], + [ + "Ġdemonstr", + "ates" + ], + [ + "dri", + "ver" + ], + [ + "Ġmur", + "der" + ], + [ + "L", + "ength" + ], + [ + "n", + "n" + ], + [ + "Ġshould", + "n" + ], + [ + "Ġshould", + "er" + ], + [ + "ric", + "ane" + ], + [ + "Ġdu", + "ct" + ], + [ + "Ġrecycl", + "ed" + ], + [ + "clos", + "ure" + ], + [ + "Cur", + "rent" + ], + [ + "Ġc", + "um" + ], + [ + "Ġc", + "ited" + ], + [ + "es", + "ar" + ], + [ + "Ġ\"", + "%" + ], + [ + "ress", + "ing" + ], + [ + "Ġtw", + "elve" + ], + [ + "ĠRe", + "al" + ], + [ + "Ġorgan", + "isation" + ], + [ + "Ġfac", + "ial" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠ" + ], + [ + "Ġextract", + "ed" + ], + [ + "Ġmal", + "aria" + ], + [ + "Ġimmun", + "ity" + ], + [ + "v", + "ity" + ], + [ + "on", + "aut" + ], + [ + "Ġph", + "ases" + ], + [ + "Ġcelebr", + "ation" + ], + [ + "Ġpestic", + "ides" + ], + [ + "ĠF", + "ac" + ], + [ + "Ġtext", + "ure" + ], + [ + "Ġan", + "at" + ], + [ + "ĠS", + "P" + ], + [ + "av", + "en" + ], + [ + "ath", + "an" + ], + [ + "Ġdet", + "ector" + ], + [ + "Ġcomput", + "ed" + ], + [ + "Ġaff", + "airs" + ], + [ + "Ġtim", + "ing" + ], + [ + "ĠOb", + "ama" + ], + [ + "Ġw", + "arr" + ], + [ + "it", + "ational" + ], + [ + "am", + "ount" + ], + [ + "ne", + "x" + ], + [ + "Ġgr", + "an" + ], + [ + "Ġinc", + "idence" + ], + [ + "Ġrad", + "i" + ], + [ + "Ġbow", + "el" + ], + [ + "Ġantibiot", + "ic" + ], + [ + "her", + "ical" + ], + [ + "ore", + "r" + ], + [ + "Ġbut", + "t" + ], + [ + "te", + "in" + ], + [ + "Ġsp", + "ine" + ], + [ + "ĠAr", + "m" + ], + [ + "the", + "w" + ], + [ + "Ġevolution", + "ary" + ], + [ + "Ġtow", + "er" + ], + [ + "G", + "l" + ], + [ + "O", + "ption" + ], + [ + "c", + "ounter" + ], + [ + "in", + "als" + ], + [ + "ĠF", + "ull" + ], + [ + "Ġse", + "arc" + ], + [ + "cl", + "ip" + ], + [ + "Ġsp", + "ark" + ], + [ + "cess", + "ion" + ], + [ + "Ġinter", + "fe" + ], + [ + "hed", + "ral" + ], + [ + "Ġtreat", + "y" + ], + [ + "Ġworks", + "hop" + ], + [ + "Ġir", + "regular" + ], + [ + "iot", + "ics" + ], + [ + "ĠDef", + "ine" + ], + [ + "Ġmag", + "ic" + ], + [ + "Ġrevolution", + "ary" + ], + [ + "ĠDri", + "ver" + ], + [ + "l", + "av" + ], + [ + "Ġin", + "clusion" + ], + [ + "Ġm", + "im" + ], + [ + "id", + "el" + ], + [ + "Ġy", + "oga" + ], + [ + "cl", + "uster" + ], + [ + "ĠTh", + "ird" + ], + [ + "Ġvalid", + "ation" + ], + [ + "inte", + "ger" + ], + [ + "Ġthor", + "ough" + ], + [ + "S", + "u" + ], + [ + "f", + "old" + ], + [ + "p", + "res" + ], + [ + "p", + "aren" + ], + [ + "at", + "tered" + ], + [ + "Ġ'", + "\\" + ], + [ + "ph", + "al" + ], + [ + "app", + "y" + ], + [ + "Ġsal", + "vation" + ], + [ + "ĠAng", + "eles" + ], + [ + "Ġb", + "er" + ], + [ + "ub", + "le" + ], + [ + "Ġprot", + "ocols" + ], + [ + "Ġphys", + "icians" + ], + [ + "ĠCont", + "act" + ], + [ + "Ġverb", + "ose" + ], + [ + "W", + "ater" + ], + [ + "i", + "ro" + ], + [ + "it", + "ting" + ], + [ + "Ġp", + "ine" + ], + [ + "Ġg", + "amma" + ], + [ + "ĠR", + "isk" + ], + [ + "Ġret", + "ail" + ], + [ + "Ġlength", + "s" + ], + [ + "ĠIll", + "inois" + ], + [ + "ĠQuest", + "ions" + ], + [ + "Ġf", + "illing" + ], + [ + "as", + "ures" + ], + [ + "im", + "als" + ], + [ + "ĠAv", + "ailable" + ], + [ + "Ġearn", + "ed" + ], + [ + "Ġarrange", + "ment" + ], + [ + "A", + "PI" + ], + [ + "H", + "ave" + ], + [ + "ĠR", + "E" + ], + [ + "Ġk", + "ings" + ], + [ + "s", + "upport" + ], + [ + "Ġt", + "ribe" + ], + [ + "Ġh", + "urt" + ], + [ + "Ġy", + "es" + ], + [ + "ĠM", + "ong" + ], + [ + "oc", + "ent" + ], + [ + "ĠInd", + "ividual" + ], + [ + "ĠSh", + "ort" + ], + [ + "ĠInt", + "roduction" + ], + [ + "ĠComput", + "er" + ], + [ + "Ġincred", + "ibly" + ], + [ + "\"", + ")." + ], + [ + "h", + "ops" + ], + [ + "ĠC", + "ore" + ], + [ + "Ġas", + "ks" + ], + [ + "pt", + "s" + ], + [ + "ĠF", + "ollowing" + ], + [ + "Ġk", + "ernel" + ], + [ + "resh", + "ape" + ], + [ + "ĠST", + "EM" + ], + [ + "g", + "ood" + ], + [ + "Ġa", + "fra" + ], + [ + "on", + "ing" + ], + [ + "om", + "on" + ], + [ + "un", + "ctions" + ], + [ + "Ġen", + "emies" + ], + [ + "Ġsp", + "ir" + ], + [ + "20", + "16" + ], + [ + "Ġmodel", + "ing" + ], + [ + "Ġtri", + "angle" + ], + [ + "Ġsurv", + "iv" + ], + [ + "Ġflood", + "ing" + ], + [ + "Ġterrit", + "ories" + ], + [ + "ac", + "hel" + ], + [ + "ĠG", + "M" + ], + [ + "Ġdis", + "par" + ], + [ + "Ġcamp", + "us" + ], + [ + "Ġdepos", + "its" + ], + [ + "g", + "ame" + ], + [ + "}", + "'." + ], + [ + "ro", + "se" + ], + [ + "Ġst", + "ems" + ], + [ + "ag", + "ger" + ], + [ + "Ġequ", + "ations" + ], + [ + "Ġreal", + "m" + ], + [ + "ogn", + "ition" + ], + [ + "Ġcitiz", + "en" + ], + [ + "Hist", + "ory" + ], + [ + "Ġencount", + "ered" + ], + [ + "G", + "S" + ], + [ + "i", + "eth" + ], + [ + "p", + "ool" + ], + [ + "ab", + "etic" + ], + [ + "ĠB", + "io" + ], + [ + "ult", + "ure" + ], + [ + "Ġel", + "ab" + ], + [ + "com", + "mit" + ], + [ + "ĠGener", + "ate" + ], + [ + "call", + "back" + ], + [ + "Ġhazard", + "ous" + ], + [ + "ut", + "ations" + ], + [ + "op", + "ing" + ], + [ + "ĠW", + "rit" + ], + [ + "Ġsort", + "ing" + ], + [ + "Ch", + "rist" + ], + [ + "200", + "7" + ], + [ + "Ġseason", + "al" + ], + [ + "ĠTem", + "ple" + ], + [ + "ĠAri", + "zona" + ], + [ + "w", + "hen" + ], + [ + "ĠT", + "ro" + ], + [ + "ĠT", + "ai" + ], + [ + "Ġapp", + "l" + ], + [ + "ĠSt", + "ory" + ], + [ + "ĠIs", + "a" + ], + [ + "empt", + "y" + ], + [ + "Ġeth", + "ics" + ], + [ + "Ġmyst", + "ery" + ], + [ + "a", + "verage" + ], + [ + "in", + "ator" + ], + [ + "Ġh", + "ill" + ], + [ + "Ġfol", + "der" + ], + [ + "Ġafra", + "id" + ], + [ + "Ġt", + "ied" + ], + [ + "ig", + "o" + ], + [ + "vel", + "ength" + ], + [ + "ace", + "utical" + ], + [ + "Ġindic", + "ators" + ], + [ + "ser", + "ies" + ], + [ + "Ġemploy", + "ers" + ], + [ + "ĠT", + "u" + ], + [ + "em", + "ed" + ], + [ + "ĠH", + "ig" + ], + [ + "ĠR", + "o" + ], + [ + "ĠE", + "s" + ], + [ + "Ġ4", + "6" + ], + [ + "Ġatt", + "ain" + ], + [ + "ĠEn", + "ter" + ], + [ + "Ġexp", + "enses" + ], + [ + "ĠEm", + "ploy" + ], + [ + "Ġgraph", + "ics" + ], + [ + "Ġbox", + "es" + ], + [ + "Stud", + "ents" + ], + [ + "Ġderiv", + "ative" + ], + [ + "Ġnur", + "se" + ], + [ + "P", + "DF" + ], + [ + "Ġb", + "ands" + ], + [ + "ir", + "s" + ], + [ + "ex", + "ception" + ], + [ + "Ġbr", + "id" + ], + [ + "cur", + "s" + ], + [ + "cont", + "rol" + ], + [ + "h", + "uman" + ], + [ + "or", + "us" + ], + [ + "Ġl", + "ag" + ], + [ + "ĠD", + "rug" + ], + [ + "()", + "`" + ], + [ + "ĠCl", + "ub" + ], + [ + "c", + "ity" + ], + [ + "st", + "ation" + ], + [ + "od", + "d" + ], + [ + "Ġcomp", + "act" + ], + [ + "Ġsing", + "ing" + ], + [ + "Ġmut", + "ations" + ], + [ + "Class", + "ifier" + ], + [ + "Ġdepart", + "ments" + ], + [ + ")", + "(" + ], + [ + "V", + "D" + ], + [ + "o", + "ard" + ], + [ + "th", + "al" + ], + [ + "ĠH", + "arr" + ], + [ + "az", + "a" + ], + [ + "Ġconduct", + "ing" + ], + [ + "ĠNether", + "lands" + ], + [ + ":", + "||" + ], + [ + "Ġch", + "ains" + ], + [ + "Ġdis", + "asters" + ], + [ + "olog", + "ic" + ], + [ + "ĠV", + "olume" + ], + [ + "Ġavoid", + "ed" + ], + [ + "Ġcardi", + "ac" + ], + [ + "Ġdistingu", + "ished" + ], + [ + "ĠSym", + "ptoms" + ], + [ + "Ġsole", + "ly" + ], + [ + "Ġmerg", + "ed" + ], + [ + "ĠIra", + "q" + ], + [ + "U", + "ser" + ], + [ + "Ġt", + "ens" + ], + [ + "Ġan", + "swered" + ], + [ + "Ġcont", + "rary" + ], + [ + "reat", + "ment" + ], + [ + "Ġsc", + "ra" + ], + [ + "Ġsa", + "fer" + ], + [ + "Ġ9", + "9" + ], + [ + "Ġfactor", + "ial" + ], + [ + "Ġabsor", + "bed" + ], + [ + "Ġconvers", + "ations" + ], + [ + "Ġsynt", + "ax" + ], + [ + "F", + "unc" + ], + [ + "R", + "S" + ], + [ + "Ġexpl", + "ored" + ], + [ + "Wh", + "ich" + ], + [ + "ram", + "ent" + ], + [ + "ĠLic", + "ense" + ], + [ + "it", + "an" + ], + [ + "et", + "ically" + ], + [ + "ĠA", + "st" + ], + [ + "Ġcl", + "ouds" + ], + [ + "ree", + "ment" + ], + [ + "ĠEn", + "s" + ], + [ + "ik", + "ing" + ], + [ + "ĠPr", + "inc" + ], + [ + "Ġfat", + "al" + ], + [ + "ĠSchool", + "s" + ], + [ + "Ġmultip", + "ly" + ], + [ + "Ġunnecess", + "ary" + ], + [ + "P", + "N" + ], + [ + "P", + "ublic" + ], + [ + "Ġf", + "ont" + ], + [ + "Ġy", + "ard" + ], + [ + "Ġcomm", + "em" + ], + [ + "Ġclass", + "ifier" + ], + [ + "Ġdi", + "ver" + ], + [ + "Ġattach", + "ment" + ], + [ + "F", + "ig" + ], + [ + "f", + "ly" + ], + [ + "v", + "s" + ], + [ + "le", + "ton" + ], + [ + "ĠF", + "ish" + ], + [ + "Ġsc", + "reens" + ], + [ + "ph", + "ant" + ], + [ + "ĠRe", + "cent" + ], + [ + "Ġref", + "rig" + ], + [ + "Ġbus", + "y" + ], + [ + "Se", + "cond" + ], + [ + "Ġspeak", + "ers" + ], + [ + "Ġsod", + "a" + ], + [ + "r", + "us" + ], + [ + "Ġt", + "s" + ], + [ + "Ġ19", + "00" + ], + [ + "Ġcol", + "ored" + ], + [ + "ex", + "c" + ], + [ + "Ġsk", + "illed" + ], + [ + "Ġright", + "eous" + ], + [ + "Ġpublic", + "ations" + ], + [ + "ĠRes", + "ource" + ], + [ + "ĠCol", + "on" + ], + [ + "Ġgather", + "ing" + ], + [ + "Ġl", + "ift" + ], + [ + "ĠC", + "ase" + ], + [ + "ĠF", + "A" + ], + [ + "ffic", + "iency" + ], + [ + "Ġlo", + "ans" + ], + [ + "ĠVir", + "t" + ], + [ + "ĠPhilipp", + "ines" + ], + [ + "an", + "th" + ], + [ + "ch", + "ars" + ], + [ + "Ġdis", + "hes" + ], + [ + "Ġathlet", + "es" + ], + [ + "B", + "M" + ], + [ + "Ġo", + "k" + ], + [ + "as", + "a" + ], + [ + "ac", + "her" + ], + [ + "ill", + "ance" + ], + [ + "du", + "ate" + ], + [ + "ĠTh", + "anks" + ], + [ + "Ġext", + "inction" + ], + [ + "Ġeduc", + "ated" + ], + [ + "Ġbelong", + "ing" + ], + [ + "Ġhun", + "ger" + ], + [ + "Ġacknow", + "ledge" + ], + [ + "am", + "ents" + ], + [ + "Ġse", + "iz" + ], + [ + "Ġent", + "reprene" + ], + [ + "Ġpub", + "l" + ], + [ + "Ġz", + "inc" + ], + [ + "ourn", + "als" + ], + [ + "Ġstri", + "p" + ], + [ + "ĠTeac", + "hers" + ], + [ + "Ġexplicit", + "ly" + ], + [ + "ĠIndepend", + "ence" + ], + [ + "ĠJ", + "ane" + ], + [ + "Ġdec", + "imal" + ], + [ + "ĠRes", + "earchers" + ], + [ + "200", + "6" + ], + [ + "err", + "ors" + ], + [ + "}", + "'" + ], + [ + "ĠS", + "om" + ], + [ + "ĠW", + "in" + ], + [ + "ĠSe", + "lect" + ], + [ + "Ġprot", + "est" + ], + [ + "ĠCl", + "oud" + ], + [ + "ĠFin", + "ancial" + ], + [ + "Ġmut", + "ual" + ], + [ + "net", + "work" + ], + [ + "ĠUp", + "date" + ], + [ + "Ġphr", + "ases" + ], + [ + "Ġinject", + "ion" + ], + [ + "m", + "ult" + ], + [ + "st", + "ead" + ], + [ + "Ġbe", + "ars" + ], + [ + "ad", + "er" + ], + [ + "ĠM", + "ajor" + ], + [ + "Ġsub", + "string" + ], + [ + "Ġx", + "ml" + ], + [ + "sp", + "an" + ], + [ + "Ġarch", + "ive" + ], + [ + "Ġaccom", + "pany" + ], + [ + "Ġtrig", + "gers" + ], + [ + "Ed", + "it" + ], + [ + "onym", + "ous" + ], + [ + "P", + "ub" + ], + [ + "j", + "o" + ], + [ + "Ġ8", + "00" + ], + [ + "Ġwrit", + "ings" + ], + [ + "Ġcat", + "aly" + ], + [ + "Ġprogress", + "ive" + ], + [ + "Me", + "an" + ], + [ + "Ġreject", + "ed" + ], + [ + "l", + "ings" + ], + [ + "s", + "cores" + ], + [ + "Ñ", + "Ĥ" + ], + [ + "os", + "py" + ], + [ + "ĠR", + "ub" + ], + [ + "Ġen", + "v" + ], + [ + "Ġarg", + "ues" + ], + [ + "Ġpot", + "assium" + ], + [ + "Ġaccess", + "ed" + ], + [ + "clus", + "ively" + ], + [ + "Ġge", + "ographic" + ], + [ + "met", + "a" + ], + [ + "doc", + "s" + ], + [ + "ampl", + "ing" + ], + [ + "Ġsett", + "lers" + ], + [ + "Ġstead", + "y" + ], + [ + "c", + "ir" + ], + [ + "ol", + "ph" + ], + [ + "ĠCon", + "vert" + ], + [ + "Ġinvest", + "ors" + ], + [ + "Ġshall", + "ow" + ], + [ + "B", + "L" + ], + [ + "ĠC", + "it" + ], + [ + "ist", + "ically" + ], + [ + "Ġun", + "ity" + ], + [ + "per", + "t" + ], + [ + "de", + "g" + ], + [ + "Ġfe", + "at" + ], + [ + "ll", + "a" + ], + [ + "iet", + "al" + ], + [ + "Ġext", + "ends" + ], + [ + "ator", + "ies" + ], + [ + "Ġfac", + "ulty" + ], + [ + "sequ", + "ently" + ], + [ + "t", + "ion" + ], + [ + "Ġ", + "ions" + ], + [ + "Ġc", + "erv" + ], + [ + "ĠJ", + "un" + ], + [ + "Ġpr", + "ide" + ], + [ + "ĠV", + "ari" + ], + [ + "Ex", + "ecute" + ], + [ + "Ġsubsequ", + "ently" + ], + [ + "Ġcoe", + "fficient" + ], + [ + "Ġcollabor", + "ative" + ], + [ + "Ġoccasion", + "ally" + ], + [ + "p", + "ot" + ], + [ + "an", + "ol" + ], + [ + "Ġb", + "ills" + ], + [ + "Ġm", + "ud" + ], + [ + "ĠJ", + "on" + ], + [ + "Ch", + "ildren" + ], + [ + "mar", + "ks" + ], + [ + "Ġatmosp", + "heric" + ], + [ + "nes", + "ota" + ], + [ + "Ġoutdo", + "ors" + ], + [ + "ĠKore", + "an" + ], + [ + "g", + "ae" + ], + [ + "Ġres", + "olved" + ], + [ + "Ġdis", + "put" + ], + [ + "Ġspeak", + "er" + ], + [ + "Ġrub", + "ber" + ], + [ + "ĠWil", + "son" + ], + [ + "ropri", + "ate" + ], + [ + ")", + "||" + ], + [ + "ĠM", + "es" + ], + [ + "ap", + "ore" + ], + [ + "Ġtem", + "pt" + ], + [ + "Ġmach", + "inery" + ], + [ + "Ġfurn", + "iture" + ], + [ + "Ġoverwhel", + "ming" + ], + [ + "ĠViet", + "nam" + ], + [ + "a", + "ft" + ], + [ + "Ġde", + "er" + ], + [ + "Ġact", + "ors" + ], + [ + "Ġed", + "iting" + ], + [ + "Ġser", + "vers" + ], + [ + "Ġextra", + "ordinary" + ], + [ + "do", + "i" + ], + [ + "ĠMon", + "day" + ], + [ + "Ġdang", + "ers" + ], + [ + "Ġrepl", + "acing" + ], + [ + "t", + "ick" + ], + [ + "ĠF", + "a" + ], + [ + "Ġstop", + "s" + ], + [ + "ĠMar", + "ine" + ], + [ + "Ġspread", + "s" + ], + [ + "Ġautom", + "ated" + ], + [ + "ĠMon", + "th" + ], + [ + "Ġdead", + "ly" + ], + [ + "Ġneighb", + "our" + ], + [ + "ĠWork", + "ing" + ], + [ + "ĠScient", + "ific" + ], + [ + "s", + "he" + ], + [ + "in", + "ition" + ], + [ + "Ġc", + "od" + ], + [ + "Ġf", + "les" + ], + [ + "Ġst", + "raw" + ], + [ + "og", + "ene" + ], + [ + "Ġpl", + "asma" + ], + [ + "Ġimportant", + "ly" + ], + [ + "Ġlim", + "iting" + ], + [ + "Ġpros", + "pect" + ], + [ + "Ġtor", + "ch" + ], + [ + "Ġrac", + "ism" + ], + [ + "Ð", + "½" + ], + [ + "Ġn", + "ull" + ], + [ + "ĠH", + "on" + ], + [ + "Ġsc", + "ipy" + ], + [ + "ĠCent", + "ers" + ], + [ + "Ġartif", + "acts" + ], + [ + "Ġdegrad", + "ation" + ], + [ + "]", + "+" + ], + [ + "Ġm", + "art" + ], + [ + "id", + "get" + ], + [ + "Ġbe", + "aring" + ], + [ + "est", + "one" + ], + [ + "ĠM", + "ess" + ], + [ + "ĠH", + "it" + ], + [ + "Ġanaly", + "zing" + ], + [ + "Ġincred", + "ible" + ], + [ + "Ġg", + "ifts" + ], + [ + "ĠH", + "u" + ], + [ + "ĠN", + "O" + ], + [ + "ĠL", + "ove" + ], + [ + "ple", + "te" + ], + [ + "ause", + "a" + ], + [ + "lay", + "er" + ], + [ + "f", + "are" + ], + [ + "n", + "i" + ], + [ + "p", + "her" + ], + [ + "w", + "ra" + ], + [ + "In", + "it" + ], + [ + "Ġconf", + "used" + ], + [ + "Ġill", + "um" + ], + [ + "Ġ198", + "8" + ], + [ + "ĠÂ", + "°" + ], + [ + "Ġtim", + "estamp" + ], + [ + "Out", + "put" + ], + [ + "B", + "ased" + ], + [ + "ĠS", + "em" + ], + [ + "pt", + "on" + ], + [ + "ens", + "ing" + ], + [ + "Ġbu", + "gs" + ], + [ + "Ġpres", + "erving" + ], + [ + "ĠSh", + "ow" + ], + [ + "Com", + "p" + ], + [ + "Ġthy", + "roid" + ], + [ + "Ġuncertain", + "ty" + ], + [ + "Ġcompat", + "ible" + ], + [ + "_", + "." + ], + [ + "at", + "re" + ], + [ + "ĠI", + "O" + ], + [ + "Ġne", + "arest" + ], + [ + "ĠF", + "all" + ], + [ + "og", + "rams" + ], + [ + "ĠU", + "k" + ], + [ + "Ġ5", + "2" + ], + [ + "Ġexp", + "end" + ], + [ + "iction", + "aries" + ], + [ + "Ġhistor", + "ians" + ], + [ + "Ġlif", + "es" + ], + [ + "Ġnurs", + "es" + ], + [ + "Ġcritic", + "ism" + ], + [ + "Ĥ", + "¬" + ], + [ + "it", + "ar" + ], + [ + "ol", + "as" + ], + [ + "ĠP", + "R" + ], + [ + "Ġr", + "ide" + ], + [ + "ĠE", + "ver" + ], + [ + "ĠG", + "DP" + ], + [ + "ĠAl", + "aska" + ], + [ + "Ġ``", + "'" + ], + [ + "aps", + "ed" + ], + [ + "Ġrepresent", + "atives" + ], + [ + "Ġdat", + "abases" + ], + [ + "count", + "s" + ], + [ + "Ġgain", + "ing" + ], + [ + "Ġm", + "i" + ], + [ + "as", + "is" + ], + [ + "st", + "ock" + ], + [ + "im", + "eter" + ], + [ + "Ġg", + "ains" + ], + [ + "Ġor", + "n" + ], + [ + "enc", + "oding" + ], + [ + "neg", + "ative" + ], + [ + "Ġprecip", + "itation" + ], + [ + "m", + "ount" + ], + [ + "Ġm", + "issions" + ], + [ + "pl", + "an" + ], + [ + "Ġrel", + "iability" + ], + [ + "sy", + "mb" + ], + [ + "Ġassoci", + "ations" + ], + [ + "Ġattack", + "ed" + ], + [ + "Ġrul", + "ing" + ], + [ + "ĠStat", + "istics" + ], + [ + "Ġb", + "ins" + ], + [ + "ou", + "b" + ], + [ + "ak", + "h" + ], + [ + "Ġout", + "line" + ], + [ + "form", + "s" + ], + [ + "Ġper", + "mitted" + ], + [ + "Ġsub", + "tle" + ], + [ + "ĠRe", + "qu" + ], + [ + "Ġcreat", + "ure" + ], + [ + "Ġillust", + "rate" + ], + [ + "ĠOption", + "al" + ], + [ + "O", + "rig" + ], + [ + "ĠS", + "O" + ], + [ + "est", + "ring" + ], + [ + "ĠD", + "al" + ], + [ + "Ġprov", + "isions" + ], + [ + "Ġdev", + "oted" + ], + [ + "Ġpost", + "ed" + ], + [ + "Ġexc", + "ited" + ], + [ + "Ġinflam", + "matory" + ], + [ + "Ġweap", + "on" + ], + [ + "s", + "igma" + ], + [ + "in", + "er" + ], + [ + "st", + "derr" + ], + [ + "Ġme", + "ets" + ], + [ + "ĠEx", + "p" + ], + [ + "Ġcr", + "ust" + ], + [ + "ER", + "S" + ], + [ + "Ġcampaign", + "s" + ], + [ + "Ġpiv", + "ot" + ], + [ + "Ġinequ", + "ality" + ], + [ + "accur", + "acy" + ], + [ + "v", + "ance" + ], + [ + "Ġt", + "orn" + ], + [ + "od", + "ox" + ], + [ + "Ġfound", + "er" + ], + [ + "ĠAr", + "ray" + ], + [ + "ĠDe", + "ath" + ], + [ + "Ġpath", + "ogens" + ], + [ + "Ġcond", + "em" + ], + [ + "Ġflow", + "ing" + ], + [ + "200", + "5" + ], + [ + "Ġweek", + "ly" + ], + [ + "AL", + "L" + ], + [ + "Ġful", + "f" + ], + [ + "Ġfib", + "onacci" + ], + [ + "Ġstim", + "ulate" + ], + [ + "un", + "s" + ], + [ + "ĠW", + "ed" + ], + [ + "com", + "pute" + ], + [ + "Th", + "ough" + ], + [ + "Ġprevent", + "ed" + ], + [ + "osa", + "urs" + ], + [ + "Ġtrem", + "end" + ], + [ + "Ġre", + "feren" + ], + [ + "us", + "hes" + ], + [ + "ĠP", + "ope" + ], + [ + "ĠM", + "achine" + ], + [ + "Ġtrans", + "parent" + ], + [ + "yn", + "asty" + ], + [ + "b", + "id" + ], + [ + "u", + "id" + ], + [ + "Ġo", + "ught" + ], + [ + "ĠT", + "al" + ], + [ + "ĠA", + "h" + ], + [ + "aus", + "s" + ], + [ + "Ġtrans", + "cript" + ], + [ + "Ġelect", + "ions" + ], + [ + "Ġassum", + "ptions" + ], + [ + "Ġstrength", + "s" + ], + [ + "Ġcontroll", + "er" + ], + [ + "ĠInt", + "elligence" + ], + [ + "Ġsan", + "ct" + ], + [ + "Ġod", + "l" + ], + [ + "Ġfro", + "zen" + ], + [ + "ĠScient", + "ists" + ], + [ + "s", + "al" + ], + [ + "t", + "own" + ], + [ + "Ġin", + "ade" + ], + [ + "ĠE", + "ve" + ], + [ + "ell", + "i" + ], + [ + "Ġ\"", + "\\" + ], + [ + "Ġtrans", + "plant" + ], + [ + "Ġ<", + "/" + ], + [ + "Ġreal", + "istic" + ], + [ + "AT", + "H" + ], + [ + "uls", + "ion" + ], + [ + "Ġaccompl", + "ished" + ], + [ + "ĠInte", + "rest" + ], + [ + "Ġalumin", + "um" + ], + [ + "C", + "ode" + ], + [ + "ic", + "ul" + ], + [ + "Ġcall", + "able" + ], + [ + "Ġsee", + "ks" + ], + [ + "Ġmus", + "h" + ], + [ + "Ġselect", + "ing" + ], + [ + "Ġpoor", + "ly" + ], + [ + "ĠRem", + "ove" + ], + [ + "Ġsucceed", + "ed" + ], + [ + "ĠNever", + "theless" + ], + [ + "Ġenthus", + "i" + ], + [ + "ĠTib", + "et" + ], + [ + "r", + "up" + ], + [ + "s", + "pring" + ], + [ + "Ġc", + "ensus" + ], + [ + "Ġp", + "upp" + ], + [ + "Ġb", + "or" + ], + [ + "Ġd", + "ump" + ], + [ + "ex", + "pr" + ], + [ + "Ġautom", + "atic" + ], + [ + "writ", + "er" + ], + [ + "paren", + "cy" + ], + [ + "F", + "i" + ], + [ + "Ġs", + "word" + ], + [ + "Ġc", + "her" + ], + [ + "an", + "z" + ], + [ + "ĠP", + "red" + ], + [ + "ĠM", + "ap" + ], + [ + "ĠB", + "or" + ], + [ + "ĠSt", + "ill" + ], + [ + "ruct", + "ive" + ], + [ + "ĠPr", + "ince" + ], + [ + "Ġcoord", + "ination" + ], + [ + "c", + "od" + ], + [ + "i", + "ative" + ], + [ + "le", + "arning" + ], + [ + "Ġl", + "oyal" + ], + [ + "et", + "ed" + ], + [ + "ass", + "es" + ], + [ + "ĠL", + "u" + ], + [ + "ĠJ", + "im" + ], + [ + "Ġhome", + "work" + ], + [ + "cont", + "ents" + ], + [ + "Ġsal", + "ary" + ], + [ + "Ġdiagn", + "ose" + ], + [ + "Ġaff", + "il" + ], + [ + "Ġeffic", + "acy" + ], + [ + "Par", + "se" + ], + [ + "w", + "riting" + ], + [ + "Ġt", + "ar" + ], + [ + "ĠA", + "qu" + ], + [ + "ĠS", + "plit" + ], + [ + "ĠJ", + "ones" + ], + [ + "Ġj", + "aw" + ], + [ + "Ġorgan", + "ize" + ], + [ + "ĠSc", + "he" + ], + [ + "ĠRes", + "ponse" + ], + [ + "Ġprotect", + "s" + ], + [ + "nd", + "im" + ], + [ + "ĠDav", + "is" + ], + [ + "Ġcook", + "ies" + ], + [ + "Ġpip", + "es" + ], + [ + "Ġelev", + "ation" + ], + [ + "ĠPsych", + "ology" + ], + [ + "Ġtal", + "ks" + ], + [ + "ig", + "uous" + ], + [ + "ĠC", + "ro" + ], + [ + "ĠB", + "ow" + ], + [ + "gr", + "ounds" + ], + [ + "pos", + "itory" + ], + [ + "Ġcontrovers", + "ial" + ], + [ + "Ġrhyth", + "m" + ], + [ + "Ġtack", + "le" + ], + [ + "E", + "A" + ], + [ + "S", + "QL" + ], + [ + "s", + "ocket" + ], + [ + "Ġh", + "ang" + ], + [ + "ĠM", + "arsh" + ], + [ + "ine", + "a" + ], + [ + "te", + "enth" + ], + [ + "Ġsub", + "str" + ], + [ + "Ġve", + "ins" + ], + [ + "Ġlib", + "erty" + ], + [ + "Ġflat", + "ten" + ], + [ + "Ġasc", + "ending" + ], + [ + "D", + "oes" + ], + [ + "Ġin", + "verse" + ], + [ + "Ġex", + "clude" + ], + [ + "Ġ4", + "7" + ], + [ + "cent", + "er" + ], + [ + "ug", + "s" + ], + [ + "Ġeconom", + "ies" + ], + [ + "Ġheart", + "s" + ], + [ + "ĠAll", + "ah" + ], + [ + "ĠGu", + "id" + ], + [ + "Ġfeature", + "d" + ], + [ + "ĠMc", + "C" + ], + [ + "Ġtox", + "ins" + ], + [ + "std", + "out" + ], + [ + ".", + "âĢĶ" + ], + [ + "ĠM", + "uch" + ], + [ + "Ġcons", + "ensus" + ], + [ + "Ġrep", + "ublic" + ], + [ + "Ġdeg", + "ener" + ], + [ + "Ph", + "oto" + ], + [ + "Ġcolle", + "ges" + ], + [ + "Ġshop", + "ping" + ], + [ + "Ġcombust", + "ion" + ], + [ + "y", + "an" + ], + [ + "Ġc", + "ouncil" + ], + [ + "ĠS", + "i" + ], + [ + "ody", + "nam" + ], + [ + "mon", + "ary" + ], + [ + "Ġbo", + "ot" + ], + [ + "Ġsn", + "ake" + ], + [ + "Ġdefect", + "s" + ], + [ + "p", + "ad" + ], + [ + "ig", + "ious" + ], + [ + "ĠB", + "h" + ], + [ + "ip", + "ation" + ], + [ + "ep", + "s" + ], + [ + "Ġpath", + "way" + ], + [ + "ĠTe", + "am" + ], + [ + "Ġflu", + "or" + ], + [ + "Ġcou", + "rage" + ], + [ + "Ġvirt", + "ue" + ], + [ + "Ġimag", + "ery" + ], + [ + "Ġc", + "raw" + ], + [ + "Ġtra", + "ces" + ], + [ + "Ġconf", + "ront" + ], + [ + "Ġgen", + "us" + ], + [ + "Ġsustain", + "ed" + ], + [ + "Ġincorpor", + "ating" + ], + [ + "Ġcast", + "le" + ], + [ + "ios", + "ity" + ], + [ + "P", + "OST" + ], + [ + "Ġ(", + "(" + ], + [ + "ĠH", + "ur" + ], + [ + "Ġun", + "employ" + ], + [ + "Ġatt", + "ended" + ], + [ + "ock", + "er" + ], + [ + "Ġrest", + "ored" + ], + [ + "Ġarr", + "anged" + ], + [ + "Ġsn", + "ippet" + ], + [ + "Ġfoot", + "ball" + ], + [ + "b", + "b" + ], + [ + "ĠC", + "ON" + ], + [ + "Ġex", + "ert" + ], + [ + "Ġ5", + "1" + ], + [ + "ĠBe", + "havior" + ], + [ + "Ġmen", + "stru" + ], + [ + "fact", + "ory" + ], + [ + "Ġpush", + "ing" + ], + [ + "dri", + "ven" + ], + [ + "Ġvow", + "els" + ], + [ + "Ġt", + "elescope" + ], + [ + "an", + "ium" + ], + [ + "Ġg", + "land" + ], + [ + "se", + "p" + ], + [ + "ĠM", + "other" + ], + [ + "ĠN", + "S" + ], + [ + "ote", + "chnology" + ], + [ + "Ġgen", + "etics" + ], + [ + "inf", + "lammatory" + ], + [ + "Ġsepar", + "ately" + ], + [ + "Ġtele", + "phone" + ], + [ + "inder", + "gart" + ], + [ + "Ġtempor", + "al" + ], + [ + "Ġdesk", + "top" + ], + [ + "ĠIndones", + "ia" + ], + [ + "ĠâĢ", + "Ŀ" + ], + [ + "Ġsc", + "rew" + ], + [ + "Ġ[", + "-" + ], + [ + "ĠCh", + "all" + ], + [ + "Ġem", + "ission" + ], + [ + "str", + "ong" + ], + [ + "ĠCom", + "pute" + ], + [ + "Ġmicro", + "sc" + ], + [ + "Ġembra", + "ce" + ], + [ + "D", + "ense" + ], + [ + "un", + "ci" + ], + [ + "ĠS", + "ent" + ], + [ + "od", + "ge" + ], + [ + "path", + "s" + ], + [ + "Ġsl", + "ice" + ], + [ + "It", + "em" + ], + [ + "ĠOr", + "th" + ], + [ + "go", + "vern" + ], + [ + "Ġir", + "re" + ], + [ + "Ġappet", + "ite" + ], + [ + "f", + "ather" + ], + [ + "f", + "etch" + ], + [ + "m", + "ay" + ], + [ + "s", + "n" + ], + [ + "ĠS", + "ustainable" + ], + [ + "ĠThe", + "rapy" + ], + [ + "ach", + "ment" + ], + [ + "Ġcol", + "ours" + ], + [ + "ĠAn", + "aly" + ], + [ + "Ġpres", + "um" + ], + [ + "En", + "c" + ], + [ + "Ġsevere", + "ly" + ], + [ + "Ġillust", + "rated" + ], + [ + "Ġmac", + "ro" + ], + [ + "ĠLew", + "is" + ], + [ + "T", + "em" + ], + [ + "t", + "ags" + ], + [ + "Ġp", + "ap" + ], + [ + "il", + "ty" + ], + [ + "ot", + "yp" + ], + [ + "Ġr", + "ating" + ], + [ + "Ġhistor", + "ian" + ], + [ + "ii", + "i" + ], + [ + "ĠGovern", + "or" + ], + [ + "comple", + "x" + ], + [ + "Inf", + "o" + ], + [ + "F", + "ound" + ], + [ + "d", + "in" + ], + [ + "ĠC", + "ook" + ], + [ + "ĠP", + "A" + ], + [ + "end", + "a" + ], + [ + "Ġse", + "asons" + ], + [ + "Ġwork", + "force" + ], + [ + "Ġpass", + "ive" + ], + [ + "Ġinflu", + "ential" + ], + [ + "Ġobvious", + "ly" + ], + [ + "ĠScott", + "ish" + ], + [ + "Ġpadd", + "ing" + ], + [ + "a", + "ver" + ], + [ + "Ġ", + "å" + ], + [ + "Ġc", + "ipher" + ], + [ + "ĠL", + "uther" + ], + [ + "Ġint", + "ensive" + ], + [ + "eng", + "ine" + ], + [ + "io", + "let" + ], + [ + "ĠTe", + "aching" + ], + [ + "Ġpolit", + "icians" + ], + [ + "Ġport", + "s" + ], + [ + "Ġpharm", + "ac" + ], + [ + "D", + "i" + ], + [ + "Ġw", + "ages" + ], + [ + "Ġst", + "iff" + ], + [ + "pe", + "ction" + ], + [ + "pro", + "b" + ], + [ + "Ġsub", + "set" + ], + [ + "augh", + "ters" + ], + [ + "Ġstress", + "ed" + ], + [ + "urs", + "day" + ], + [ + "Ġtransl", + "ate" + ], + [ + "Ġpreval", + "ent" + ], + [ + "ĠVictor", + "ia" + ], + [ + "Ġcas", + "ual" + ], + [ + "Ġs", + "q" + ], + [ + "ĠR", + "en" + ], + [ + "con", + "dition" + ], + [ + "Ġsp", + "herical" + ], + [ + "ex", + "cept" + ], + [ + "tra", + "ce" + ], + [ + "Ġcateg", + "or" + ], + [ + "ros", + "ion" + ], + [ + "UL", + "T" + ], + [ + "Ġrelie", + "ve" + ], + [ + "f", + "at" + ], + [ + "Ġall", + "ergy" + ], + [ + "Ġdeterm", + "ination" + ], + [ + "Ġarchitect", + "ural" + ], + [ + "Ġrepeated", + "ly" + ], + [ + "ĠStep", + "hen" + ], + [ + "u", + "ction" + ], + [ + "Ġcon", + "ve" + ], + [ + "ag", + "ine" + ], + [ + "ĠV", + "i" + ], + [ + "ĠCon", + "stant" + ], + [ + "ĠAd", + "ditional" + ], + [ + "Ġful", + "fill" + ], + [ + "y", + "ard" + ], + [ + "qu", + "es" + ], + [ + "ĠB", + "ed" + ], + [ + "ps", + "on" + ], + [ + "ĠRe", + "ferences" + ], + [ + "py", + "plot" + ], + [ + "Ġenvironment", + "ally" + ], + [ + "Ġpri", + "ests" + ], + [ + "Ġrandom", + "ly" + ], + [ + "organ", + "isms" + ], + [ + "Ġsubstit", + "ute" + ], + [ + "n", + "oon" + ], + [ + "Ġm", + "ercury" + ], + [ + "Ġst", + "oring" + ], + [ + "Ġsh", + "ipping" + ], + [ + "arg", + "o" + ], + [ + "ĠAn", + "ne" + ], + [ + "pro", + "gram" + ], + [ + "Ġpat", + "ent" + ], + [ + "uss", + "ion" + ], + [ + "Ġcost", + "ly" + ], + [ + ":`", + "\\" + ], + [ + "Ġsens", + "ation" + ], + [ + "Ġsynt", + "hesis" + ], + [ + "B", + "O" + ], + [ + "G", + "rid" + ], + [ + "t", + "ip" + ], + [ + "Ġ", + "icon" + ], + [ + "Ġb", + "aking" + ], + [ + "Ġl", + "ying" + ], + [ + "ĠS", + "pr" + ], + [ + "est", + "ion" + ], + [ + "Ġend", + "e" + ], + [ + "Ġpress", + "ures" + ], + [ + "Ġ198", + "6" + ], + [ + "atur", + "day" + ], + [ + "Ġnorm", + "s" + ], + [ + "Ġkilomet", + "ers" + ], + [ + "U", + "P" + ], + [ + "in", + "ian" + ], + [ + "Ġ5", + "4" + ], + [ + "Ġbuild", + "s" + ], + [ + "Ġpublic", + "ly" + ], + [ + "ox", + "els" + ], + [ + "enn", + "es" + ], + [ + "Ġge", + "ographical" + ], + [ + "Ġinher", + "ited" + ], + [ + "Ġepid", + "emic" + ], + [ + "Ġprolong", + "ed" + ], + [ + "Ġpro", + "state" + ], + [ + "ĠTh", + "ink" + ], + [ + "Ġgovern", + "or" + ], + [ + "tain", + "ing" + ], + [ + "yn", + "omial" + ], + [ + "Ġsw", + "allow" + ], + [ + "IN", + "E" + ], + [ + "Pro", + "per" + ], + [ + "Ġrelax", + "ation" + ], + [ + "M", + "ark" + ], + [ + "s", + "leep" + ], + [ + "Ġb", + "ases" + ], + [ + "Ġbe", + "et" + ], + [ + "ĠH", + "o" + ], + [ + "Ġfun", + "g" + ], + [ + "ĠEn", + "cyclopedia" + ], + [ + "Ġequ", + "ity" + ], + [ + "Ġbeh", + "alf" + ], + [ + "rel", + "s" + ], + [ + "Ġattempt", + "ing" + ], + [ + "Ġinsert", + "ed" + ], + [ + "ĠNor", + "way" + ], + [ + "ĠRom", + "ans" + ], + [ + "Ġpollut", + "ants" + ], + [ + "J", + "an" + ], + [ + "it", + "oring" + ], + [ + "Ġb", + "es" + ], + [ + "ill", + "es" + ], + [ + "ĠB", + "apt" + ], + [ + "Ġapp", + "le" + ], + [ + "ĠEn", + "t" + ], + [ + "ĠAs", + "h" + ], + [ + "Ġexp", + "ense" + ], + [ + "Ġ7", + "2" + ], + [ + "roll", + "er" + ], + [ + "Ġassign", + "ments" + ], + [ + "Ġwa", + "velength" + ], + [ + "Ġmist", + "ake" + ], + [ + "Ġrefuge", + "es" + ], + [ + "!", + ")" + ], + [ + "re", + "verse" + ], + [ + "Ġb", + "ip" + ], + [ + "le", + "tters" + ], + [ + "Ġ5", + "6" + ], + [ + "Ġbu", + "g" + ], + [ + "Ġbas", + "ics" + ], + [ + "ĠTra", + "de" + ], + [ + "p", + "ur" + ], + [ + "p", + "rom" + ], + [ + "w", + "ill" + ], + [ + "Ġd", + "reams" + ], + [ + "ĠT", + "aylor" + ], + [ + "ĠC", + "old" + ], + [ + "Ġret", + "ire" + ], + [ + "Ġem", + "erge" + ], + [ + "Ġkey", + "board" + ], + [ + "Ġposs", + "ession" + ], + [ + "resent", + "ation" + ], + [ + "Ġdiv", + "or" + ], + [ + "ĠBel", + "g" + ], + [ + "Ġfle", + "et" + ], + [ + "he", + "el" + ], + [ + "Ġd", + "t" + ], + [ + "st", + "ruction" + ], + [ + "om", + "atic" + ], + [ + "ivers", + "ary" + ], + [ + "Ġbo", + "ards" + ], + [ + "Ġprec", + "ious" + ], + [ + "ĠAnt", + "ar" + ], + [ + "Ġb", + "ounds" + ], + [ + "Ġin", + "cl" + ], + [ + "ut", + "ation" + ], + [ + "os", + "aur" + ], + [ + "end", + "ers" + ], + [ + "ĠW", + "HO" + ], + [ + "00", + "1" + ], + [ + "ĠCon", + "c" + ], + [ + "Ġantib", + "odies" + ], + [ + "Ġmotiv", + "ated" + ], + [ + "Le", + "vel" + ], + [ + "nes", + "day" + ], + [ + "Ġsacr", + "ific" + ], + [ + "bur", + "gh" + ], + [ + "g", + "ender" + ], + [ + "s", + "chool" + ], + [ + "ĠE", + "S" + ], + [ + "ĠE", + "lement" + ], + [ + "Ġsc", + "roll" + ], + [ + "ob", + "e" + ], + [ + "Ġass", + "ault" + ], + [ + "Ġmod", + "es" + ], + [ + "Ġcir", + "cles" + ], + [ + "Ġox", + "id" + ], + [ + "ĠÂ", + "·" + ], + [ + "Ġtherap", + "ist" + ], + [ + "ĠEss", + "ay" + ], + [ + "Ġt", + "ries" + ], + [ + "Ġt", + "mp" + ], + [ + "Ġn", + "ineteenth" + ], + [ + "Ġhe", + "ter" + ], + [ + "Ġfe", + "as" + ], + [ + "OR", + "T" + ], + [ + "Ġstay", + "ing" + ], + [ + "Ġgold", + "en" + ], + [ + "ĠBer", + "lin" + ], + [ + "Ġimper", + "ial" + ], + [ + "orient", + "ed" + ], + [ + "Ġelig", + "ible" + ], + [ + "Ġc", + "ows" + ], + [ + "ĠC", + "el" + ], + [ + "ĠH", + "ind" + ], + [ + "com", + "put" + ], + [ + "Ġmat", + "ched" + ], + [ + "Ġbas", + "eline" + ], + [ + "Ġtrig", + "gered" + ], + [ + "Ġgrav", + "itational" + ], + [ + "y", + "our" + ], + [ + "Ġch", + "ip" + ], + [ + "Ġob", + "l" + ], + [ + "Ġsqu", + "ares" + ], + [ + "Ġoccup", + "ation" + ], + [ + "Ġrepro", + "duction" + ], + [ + "Colum", + "n" + ], + [ + "ĠSwed", + "en" + ], + [ + "D", + "ist" + ], + [ + "V", + "I" + ], + [ + "Ġl", + "ining" + ], + [ + "ĠP", + "oly" + ], + [ + "Ġphys", + "iological" + ], + [ + "Ġaccording", + "ly" + ], + [ + "Ġtradition", + "ally" + ], + [ + "200", + "4" + ], + [ + "\"", + ">" + ], + [ + "Ġh", + "ills" + ], + [ + "ĠA", + "z" + ], + [ + "ĠI", + "ron" + ], + [ + "Ġor", + "b" + ], + [ + "Ġor", + "ch" + ], + [ + "ĠM", + "aking" + ], + [ + "qu", + "arters" + ], + [ + "ĠR", + "os" + ], + [ + "S", + "ur" + ], + [ + "Ġp", + "ushed" + ], + [ + "ĠA", + "P" + ], + [ + "oc", + "ate" + ], + [ + "Ġinter", + "section" + ], + [ + "Ġ4", + "9" + ], + [ + "Ġ18", + "0" + ], + [ + "Ġpick", + "ed" + ], + [ + "Ġjew", + "el" + ], + [ + "Ġende", + "av" + ], + [ + "F", + "O" + ], + [ + "f", + "ers" + ], + [ + "re", + "view" + ], + [ + "Ġc", + "ovenant" + ], + [ + "il", + "ton" + ], + [ + "om", + "ed" + ], + [ + "ĠH", + "an" + ], + [ + "par", + "s" + ], + [ + "pro", + "of" + ], + [ + "Ġworks", + "heets" + ], + [ + "Ġhighlight", + "ed" + ], + [ + "Ġrail", + "road" + ], + [ + "v", + "ised" + ], + [ + "Ġp", + "ear" + ], + [ + "ge", + "bra" + ], + [ + "Ġv", + "oices" + ], + [ + "ĠSt", + "one" + ], + [ + "ov", + "a" + ], + [ + "ĠWe", + "ather" + ], + [ + "Ġevalu", + "ating" + ], + [ + "Ġoptim", + "ization" + ], + [ + "Ġhyper", + "t" + ], + [ + "6", + "00" + ], + [ + "?", + "?" + ], + [ + "c", + "b" + ], + [ + "Ñ", + "Ģ" + ], + [ + "in", + "ch" + ], + [ + "Ġwh", + "ilst" + ], + [ + "Ġab", + "dominal" + ], + [ + "20", + "18" + ], + [ + "Ġimp", + "ression" + ], + [ + "Ġris", + "es" + ], + [ + "au", + "ge" + ], + [ + "Ġdigest", + "ion" + ], + [ + "Ġt", + "anks" + ], + [ + "ĠC", + "ass" + ], + [ + "ĠP", + "ear" + ], + [ + "ĠM", + "att" + ], + [ + "Ġsh", + "o" + ], + [ + "cl", + "er" + ], + [ + "arn", + "ess" + ], + [ + "Ġdev", + "iation" + ], + [ + "Ġcontext", + "s" + ], + [ + "ham", + "mad" + ], + [ + "Ġroll", + "ing" + ], + [ + "}", + "{" + ], + [ + "Ġt", + "ired" + ], + [ + "Ġt", + "icks" + ], + [ + "Ġo", + "vers" + ], + [ + "Ġas", + "bestos" + ], + [ + "Ġoper", + "ates" + ], + [ + "Ġdam", + "aging" + ], + [ + "ĠMin", + "nesota" + ], + [ + "Ġpun", + "ct" + ], + [ + "Ġadvance", + "ments" + ], + [ + "Ġmit", + "igate" + ], + [ + "Ġcav", + "ity" + ], + [ + "r", + "ors" + ], + [ + "s", + "ized" + ], + [ + "Ġ", + "à¤" + ], + [ + "Ġc", + "ave" + ], + [ + "un", + "ing" + ], + [ + "ĠM", + "os" + ], + [ + "ĠB", + "ase" + ], + [ + "ĠF", + "er" + ], + [ + "Ġinf", + "er" + ], + [ + "Ġdiscuss", + "ing" + ], + [ + "\"]", + "]," + ], + [ + "Ġrefer", + "ring" + ], + [ + "Ġsil", + "icon" + ], + [ + "Ġdry", + "ing" + ], + [ + "Ġgraph", + "ic" + ], + [ + "Ġinstitution", + "al" + ], + [ + "Ġelectron", + "ics" + ], + [ + "Ġdefe", + "at" + ], + [ + "D", + "id" + ], + [ + "E", + "W" + ], + [ + "f", + "ight" + ], + [ + "Ġ", + "Ï" + ], + [ + "Ġb", + "om" + ], + [ + "Ġev", + "olving" + ], + [ + "Ġdist", + "ress" + ], + [ + "ential", + "ly" + ], + [ + "Ġmon", + "etary" + ], + [ + "Ġspecial", + "ists" + ], + [ + "che", + "ster" + ], + [ + "Ġassum", + "ption" + ], + [ + "Ġden", + "ied" + ], + [ + "Ġsurpr", + "ised" + ], + [ + "Ġcust", + "oms" + ], + [ + "ĠImp", + "act" + ], + [ + "d", + "ess" + ], + [ + "Ġl", + "y" + ], + [ + "ab", + "c" + ], + [ + "ĠD", + "om" + ], + [ + "ĠL", + "ower" + ], + [ + "Ġev", + "olve" + ], + [ + "Ġactiv", + "ated" + ], + [ + "ĠS", + "leep" + ], + [ + "Ġr", + "upt" + ], + [ + "ens", + "itive" + ], + [ + "Ġfun", + "gi" + ], + [ + "gorith", + "m" + ], + [ + "fl", + "at" + ], + [ + "ĠMount", + "ain" + ], + [ + "Ġadvoc", + "ates" + ], + [ + "ĠConfed", + "erate" + ], + [ + "Ġpneum", + "onia" + ], + [ + "A", + "ug" + ], + [ + "F", + "unction" + ], + [ + "S", + "E" + ], + [ + "t", + "mp" + ], + [ + "ĠS", + "ant" + ], + [ + "ĠF", + "ig" + ], + [ + "ĠG", + "il" + ], + [ + "Ġpl", + "astics" + ], + [ + "Ġcomp", + "osite" + ], + [ + "Ġins", + "u" + ], + [ + "rie", + "ves" + ], + [ + "Ex", + "ample" + ], + [ + "Ġ197", + "9" + ], + [ + "Ġiter", + "able" + ], + [ + "Ġaqu", + "atic" + ], + [ + "H", + "z" + ], + [ + "P", + "res" + ], + [ + "m", + "ia" + ], + [ + "Ġp", + "seud" + ], + [ + "ĠS", + "ound" + ], + [ + "ĠF", + "OR" + ], + [ + "Ġdis", + "miss" + ], + [ + "Ġaut", + "onomous" + ], + [ + "ĠCol", + "l" + ], + [ + "Ġfail", + "ures" + ], + [ + "Ġ198", + "7" + ], + [ + "ĉĉ", + "ĉ" + ], + [ + "Ġdin", + "ner" + ], + [ + "Up", + "date" + ], + [ + "w", + "ait" + ], + [ + "æ", + "ľ" + ], + [ + "Ġb", + "eds" + ], + [ + "ent", + "ieth" + ], + [ + "ĠN", + "ich" + ], + [ + "Ġres", + "idence" + ], + [ + "ĠUn", + "it" + ], + [ + "ĠAl", + "ways" + ], + [ + "Ġsing", + "ular" + ], + [ + "Ġimpact", + "ed" + ], + [ + "Ġcirc", + "uits" + ], + [ + "Ġintegr", + "ate" + ], + [ + "bre", + "aks" + ], + [ + "Ġbott", + "les" + ], + [ + "Ġstorm", + "s" + ], + [ + "Hand", + "ler" + ], + [ + "Ġgast", + "ro" + ], + [ + "S", + "ER" + ], + [ + "ic", + "ides" + ], + [ + "ad", + "i" + ], + [ + "and", + "as" + ], + [ + "Ġhe", + "ated" + ], + [ + "20", + "20" + ], + [ + "Ġnerv", + "es" + ], + [ + "Ġdisappe", + "ar" + ], + [ + "S", + "yn" + ], + [ + "o", + "a" + ], + [ + "u", + "er" + ], + [ + "Ġh", + "ip" + ], + [ + "st", + "orm" + ], + [ + "set", + "tings" + ], + [ + "Ġbas", + "estring" + ], + [ + "Ġp", + "itch" + ], + [ + "Ġg", + "ums" + ], + [ + "ĠC", + "ut" + ], + [ + "ren", + "der" + ], + [ + "Ġmain", + "stream" + ], + [ + "aps", + "es" + ], + [ + "Ġprop", + "he" + ], + [ + "ĠElect", + "ric" + ], + [ + "Ġadvert", + "ising" + ], + [ + "Ġd", + "ens" + ], + [ + "Ġth", + "inks" + ], + [ + "am", + "ous" + ], + [ + "Ġpro", + "be" + ], + [ + "Ġhe", + "pat" + ], + [ + "ap", + "el" + ], + [ + "ail", + "ing" + ], + [ + "Ġrem", + "edy" + ], + [ + "Ġdest", + "ro" + ], + [ + "Ġintrodu", + "cing" + ], + [ + "ĠGree", + "ks" + ], + [ + "ris", + "k" + ], + [ + "ĠExt", + "ract" + ], + [ + "Ġdoll", + "ar" + ], + [ + "Ġantioxid", + "ants" + ], + [ + "Ġs", + "ink" + ], + [ + "ur", + "ated" + ], + [ + "ol", + "ly" + ], + [ + "Ġse", + "p" + ], + [ + "pl", + "ane" + ], + [ + "Ġcomm", + "od" + ], + [ + "Ġco", + "inc" + ], + [ + "Ġabs", + "ent" + ], + [ + "ĠHis", + "pan" + ], + [ + "Res", + "ult" + ], + [ + "Ġang", + "ry" + ], + [ + "Ġpow", + "ered" + ], + [ + "ĠBab", + "ylon" + ], + [ + "Ġclar", + "ity" + ], + [ + "Ġtub", + "es" + ], + [ + "k", + "m" + ], + [ + "Ġth", + "rown" + ], + [ + "Ġl", + "ith" + ], + [ + "ĠE", + "R" + ], + [ + "param", + "eters" + ], + [ + "Ġelect", + "rom" + ], + [ + "cer", + "y" + ], + [ + "Ġwar", + "mer" + ], + [ + "Ġguid", + "ed" + ], + [ + "Ġrecept", + "ors" + ], + [ + "Ġfest", + "ival" + ], + [ + "ĠSoft", + "ware" + ], + [ + "F", + "ree" + ], + [ + "b", + "ind" + ], + [ + "c", + "uit" + ], + [ + "t", + "ab" + ], + [ + "t", + "ri" + ], + [ + "Com", + "pute" + ], + [ + "Cont", + "ent" + ], + [ + "ĠDem", + "ocratic" + ], + [ + "ĠSing", + "apore" + ], + [ + "Ġin", + "ver" + ], + [ + "ve", + "c" + ], + [ + "ĠC", + "ert" + ], + [ + "Ġal", + "gae" + ], + [ + "Ġv", + "iable" + ], + [ + "em", + "et" + ], + [ + "Ġar", + "row" + ], + [ + "Ġk", + "eras" + ], + [ + "âĢĿ", + ")" + ], + [ + "Ġsc", + "rap" + ], + [ + "Ġi", + "i" + ], + [ + "Ġpot", + "atoes" + ], + [ + "class", + "es" + ], + [ + "Ġdecl", + "ined" + ], + [ + "Ġrock", + "et" + ], + [ + "Ġvot", + "ing" + ], + [ + "dig", + "its" + ], + [ + "Ġdevast", + "ating" + ], + [ + "}", + "`" + ], + [ + "ed", + "ges" + ], + [ + "Ġth", + "umb" + ], + [ + "Ġn", + "ort" + ], + [ + "est", + "eem" + ], + [ + "Ġde", + "hyd" + ], + [ + "ĠD", + "u" + ], + [ + "Ġfe", + "es" + ], + [ + "Ġinf", + "inite" + ], + [ + "Ġexpl", + "ores" + ], + [ + "Ġinvestig", + "ated" + ], + [ + "Ġdu", + "plicate" + ], + [ + "Ġbask", + "et" + ], + [ + "M", + "essage" + ], + [ + "S", + "pace" + ], + [ + "p", + "ol" + ], + [ + "Ġ", + "ids" + ], + [ + "Ġl", + "arv" + ], + [ + "am", + "ic" + ], + [ + "ĠL", + "en" + ], + [ + "Ġad", + "mitted" + ], + [ + "Ġact", + "or" + ], + [ + "ins", + "ula" + ], + [ + "Ġer", + "upt" + ], + [ + "enn", + "is" + ], + [ + "AC", + "K" + ], + [ + "long", + "est" + ], + [ + "ĠAdd", + "ed" + ], + [ + "ĠPhys", + "ics" + ], + [ + "Gr", + "oup" + ], + [ + "or", + "ney" + ], + [ + "ed", + "ed" + ], + [ + "ĠB", + "ody" + ], + [ + "ĠCh", + "oose" + ], + [ + "ĠBe", + "gin" + ], + [ + "Ġtur", + "tle" + ], + [ + "f", + "d" + ], + [ + "Ġc", + "arn" + ], + [ + "Ġm", + "ira" + ], + [ + "ul", + "ent" + ], + [ + "Ġpro", + "c" + ], + [ + "ĠN", + "ig" + ], + [ + "ĠO", + "il" + ], + [ + "Ġfl", + "ed" + ], + [ + "aut", + "ions" + ], + [ + "NA", + "ME" + ], + [ + "Ġvisual", + "ization" + ], + [ + "P", + "RO" + ], + [ + "j", + "amin" + ], + [ + "k", + "o" + ], + [ + "×", + "Ļ" + ], + [ + "ĠD", + "aily" + ], + [ + "ĠL", + "iving" + ], + [ + "vers", + "ely" + ], + [ + "app", + "oint" + ], + [ + "Ġpack", + "ed" + ], + [ + "ĠDet", + "erm" + ], + [ + "Ġgun", + "s" + ], + [ + "Ġveter", + "in" + ], + [ + "ĠProp", + "het" + ], + [ + "Ġsql", + "ite" + ], + [ + "T", + "est" + ], + [ + "in", + "ely" + ], + [ + "ig", + "ating" + ], + [ + "em", + "ics" + ], + [ + "Ġdis", + "able" + ], + [ + "erm", + "at" + ], + [ + "Ġpur", + "ple" + ], + [ + "Ġbreak", + "down" + ], + [ + "Ġcalcul", + "ating" + ], + [ + "Ġassess", + "ing" + ], + [ + "Ġdraw", + "s" + ], + [ + "mark", + "et" + ], + [ + "Ġphilos", + "ophical" + ], + [ + "Ġsitu", + "ated" + ], + [ + "Ġwealth", + "y" + ], + [ + "ĠArab", + "ic" + ], + [ + "ĠChem", + "ical" + ], + [ + "Ġdescript", + "ions" + ], + [ + "G", + "ood" + ], + [ + "ri", + "or" + ], + [ + "Ġtra", + "cks" + ], + [ + "Ġatt", + "rs" + ], + [ + "Ġcount", + "ing" + ], + [ + "Ġfollow", + "ers" + ], + [ + "Ġtem", + "plates" + ], + [ + "Ġrep", + "ly" + ], + [ + "Ġfif", + "ty" + ], + [ + "ĠOption", + "Parser" + ], + [ + "Ġaccord", + "ance" + ], + [ + "ĠBit", + "coin" + ], + [ + "t", + "z" + ], + [ + "Ġs", + "lic" + ], + [ + "ation", + "ally" + ], + [ + "Ġcur", + "ious" + ], + [ + "Ġpat", + "ches" + ], + [ + "reg", + "n" + ], + [ + "Ġconsider", + "ably" + ], + [ + "Ġenh", + "ances" + ], + [ + "ĠBudd", + "hist" + ], + [ + "ena", + "issance" + ], + [ + "Ġepis", + "ode" + ], + [ + "D", + "ate" + ], + [ + "Ġo", + "w" + ], + [ + "Ġto", + "ys" + ], + [ + "as", + "ia" + ], + [ + "ĠP", + "L" + ], + [ + "ĠN", + "ap" + ], + [ + "Ġsh", + "ifts" + ], + [ + "Ġgr", + "ants" + ], + [ + "ĠCom", + "b" + ], + [ + "Ġbr", + "ill" + ], + [ + "Ġgovern", + "ance" + ], + [ + "Ġsimilar", + "ity" + ], + [ + "IN", + "T" + ], + [ + "ĠCar", + "ib" + ], + [ + "Ġconj", + "unction" + ], + [ + "Ġenterpr", + "ise" + ], + [ + "*", + "(" + ], + [ + "m", + "aster" + ], + [ + "ĠC", + "L" + ], + [ + "ac", + "on" + ], + [ + "ib", + "li" + ], + [ + "Ġman", + "kind" + ], + [ + "Ġval", + "ued" + ], + [ + "Ġdet", + "erior" + ], + [ + "Ġgu", + "ides" + ], + [ + "ott", + "om" + ], + [ + "ĠCount", + "ry" + ], + [ + "Ġutil", + "izing" + ], + [ + "Ġpul", + "led" + ], + [ + "claim", + "ed" + ], + [ + "l", + "arge" + ], + [ + "Ġl", + "unch" + ], + [ + "ĠW", + "W" + ], + [ + "Ġsens", + "es" + ], + [ + "Ġdom", + "inated" + ], + [ + "Id", + "ent" + ], + [ + "abil", + "itation" + ], + [ + "Ġrecip", + "ient" + ], + [ + "Ġbuck", + "et" + ], + [ + "Ġconserv", + "ative" + ], + [ + "l", + "ass" + ], + [ + "p", + "ip" + ], + [ + "r", + "ous" + ], + [ + "å", + "IJ" + ], + [ + "ĠT", + "R" + ], + [ + "ow", + "a" + ], + [ + "Ġun", + "pre" + ], + [ + "vel", + "t" + ], + [ + "ĠPro", + "f" + ], + [ + "Ġhard", + "ly" + ], + [ + "Ġcompar", + "able" + ], + [ + "Ġattract", + "ed" + ], + [ + "Ġlic", + "ensed" + ], + [ + "LO", + "G" + ], + [ + "Ġarchae", + "ological" + ], + [ + "f", + "our" + ], + [ + "ing", + "e" + ], + [ + "Ġb", + "ark" + ], + [ + "Ġd", + "p" + ], + [ + "ic", + "ut" + ], + [ + "st", + "ates" + ], + [ + "ol", + "utions" + ], + [ + "ĠD", + "ate" + ], + [ + "Ġgr", + "ams" + ], + [ + "Ġrel", + "atives" + ], + [ + "Ġsymb", + "olic" + ], + [ + "ĠTrans", + "port" + ], + [ + "Ġpurch", + "asing" + ], + [ + "Ġthr", + "one" + ], + [ + "Ġprovin", + "ces" + ], + [ + ",", + ")" + ], + [ + "D", + "D" + ], + [ + "l", + "inks" + ], + [ + "r", + "l" + ], + [ + "Ġth", + "ri" + ], + [ + "ĠW", + "ars" + ], + [ + "out", + "ine" + ], + [ + "\"\"\"", + "%" + ], + [ + "Ġexpl", + "os" + ], + [ + "Ġpract", + "icing" + ], + [ + "Ġdat", + "asets" + ], + [ + "Gener", + "al" + ], + [ + "Ġlandsc", + "apes" + ], + [ + "Ġcert", + "ified" + ], + [ + "roph", + "ic" + ], + [ + "Ġdefe", + "ated" + ], + [ + "Ġmeth", + "ane" + ], + [ + "Ġschedul", + "ed" + ], + [ + "Ġa", + "ug" + ], + [ + "Ġp", + "s" + ], + [ + "ĠP", + "ap" + ], + [ + "ag", + "us" + ], + [ + "Ġsp", + "ider" + ], + [ + "Ġharm", + "ony" + ], + [ + "De", + "v" + ], + [ + "Ġexplain", + "ing" + ], + [ + "Ġcoron", + "avirus" + ], + [ + "G", + "od" + ], + [ + "W", + "ell" + ], + [ + "Ġm", + "ines" + ], + [ + "Ġse", + "cre" + ], + [ + "Ġad", + "ul" + ], + [ + "Ġrec", + "overed" + ], + [ + "St", + "ream" + ], + [ + "Ġworks", + "hops" + ], + [ + "Pro", + "v" + ], + [ + "Ġcompens", + "ation" + ], + [ + "ĠA", + "x" + ], + [ + "ĠM", + "ission" + ], + [ + "pos", + "itive" + ], + [ + "Ġrese", + "mb" + ], + [ + "sw", + "er" + ], + [ + "Ġdiscover", + "ies" + ], + [ + "Ġgalax", + "ies" + ], + [ + "M", + "us" + ], + [ + "Ġcon", + "ce" + ], + [ + "Ġex", + "clusively" + ], + [ + "Ġproject", + "ion" + ], + [ + "vious", + "ly" + ], + [ + "Ġconver", + "ts" + ], + [ + "ĠMem", + "ory" + ], + [ + "ĠTur", + "key" + ], + [ + "ĠLouis", + "iana" + ], + [ + "I", + "X" + ], + [ + "t", + "les" + ], + [ + "Ġp", + "ediatric" + ], + [ + "Ġse", + "ism" + ], + [ + "ĠG", + "h" + ], + [ + "ĠAn", + "imal" + ], + [ + "oth", + "y" + ], + [ + "ues", + "day" + ], + [ + "Ġmount", + "ed" + ], + [ + "su", + "per" + ], + [ + "ĠFrank", + "lin" + ], + [ + "Ġtomat", + "oes" + ], + [ + "indergart", + "en" + ], + [ + "el", + "come" + ], + [ + "Ġh", + "ook" + ], + [ + "Ġl", + "ig" + ], + [ + "ĠG", + "raph" + ], + [ + "ord", + "an" + ], + [ + "Ġbl", + "acks" + ], + [ + "()", + "[" + ], + [ + "Ġind", + "ent" + ], + [ + "Ġinv", + "ited" + ], + [ + "Ġ198", + "4" + ], + [ + "Ġslow", + "er" + ], + [ + "Ġiter", + "ations" + ], + [ + "ĠAD", + "HD" + ], + [ + "Ġingred", + "ient" + ], + [ + "affe", + "ine" + ], + [ + "Ġc", + "b" + ], + [ + "Ġc", + "s" + ], + [ + "Ġin", + "duced" + ], + [ + "us", + "ers" + ], + [ + "ĠM", + "aterials" + ], + [ + "ĠD", + "own" + ], + [ + "art", + "z" + ], + [ + "per", + "cent" + ], + [ + "cl", + "ick" + ], + [ + "ĠYou", + "th" + ], + [ + "[:", + ":-" + ], + [ + "ĠPhil", + "ip" + ], + [ + "L", + "oad" + ], + [ + "à", + "¸" + ], + [ + "le", + "ans" + ], + [ + "Ġh", + "orn" + ], + [ + "Ġg", + "ross" + ], + [ + "ra", + "red" + ], + [ + "ĠW", + "i" + ], + [ + "Ġcomp", + "ressed" + ], + [ + "Ġpre", + "ference" + ], + [ + "Ġsupport", + "ive" + ], + [ + "Ġmagn", + "et" + ], + [ + "Ġsus", + "pected" + ], + [ + "Ġchart", + "s" + ], + [ + "ĠVis", + "ual" + ], + [ + "Ġfra", + "ud" + ], + [ + "Ġoccas", + "ions" + ], + [ + "Ġinterfe", + "re" + ], + [ + "emet", + "ery" + ], + [ + "re", + "ach" + ], + [ + "el", + "d" + ], + [ + "qu", + "al" + ], + [ + "oc", + "ur" + ], + [ + "pl", + "us" + ], + [ + "Ġbl", + "ame" + ], + [ + "Ġco", + "ating" + ], + [ + "Ġsim", + "ulate" + ], + [ + "(\"", + "\\" + ], + [ + "oose", + "velt" + ], + [ + "Ġfather", + "s" + ], + [ + "ĠArch", + "itect" + ], + [ + "Ġprison", + "ers" + ], + [ + "Ġmultipl", + "ication" + ], + [ + "c", + "ross" + ], + [ + "ro", + "ck" + ], + [ + "ĠB", + "ad" + ], + [ + "Ġwor", + "ms" + ], + [ + "Ġdata", + "frame" + ], + [ + "rest", + "rial" + ], + [ + "Ġclos", + "ing" + ], + [ + "inte", + "rest" + ], + [ + "ĠCult", + "ural" + ], + [ + "Ġcontra", + "dict" + ], + [ + "O", + "V" + ], + [ + "ut", + "y" + ], + [ + "am", + "el" + ], + [ + "ĠM", + "ust" + ], + [ + "ĠB", + "ell" + ], + [ + "Ġch", + "apters" + ], + [ + "ign", + "ed" + ], + [ + "ĠQ", + "ur" + ], + [ + "reg", + "ister" + ], + [ + "ĠTr", + "ump" + ], + [ + "Ġconnect", + "ivity" + ], + [ + "parent", + "s" + ], + [ + "roph", + "y" + ], + [ + "ĠYear", + "s" + ], + [ + "Ġspecim", + "ens" + ], + [ + "O", + "p" + ], + [ + "Ġb", + "ars" + ], + [ + "im", + "ated" + ], + [ + "ĠB", + "ot" + ], + [ + "Ġsu", + "ited" + ], + [ + "ĠH", + "om" + ], + [ + "ĠD", + "uke" + ], + [ + "ĠF", + "est" + ], + [ + "ĠCar", + "l" + ], + [ + "Ġaccum", + "ulation" + ], + [ + "ĠCurrent", + "ly" + ], + [ + "T", + "op" + ], + [ + "g", + "as" + ], + [ + "he", + "astern" + ], + [ + "Ġs", + "or" + ], + [ + "Ġex", + "ams" + ], + [ + "Ġadv", + "ised" + ], + [ + "Ġport", + "ions" + ], + [ + "new", + "s" + ], + [ + "AS", + "E" + ], + [ + "Ġexam", + "ining" + ], + [ + "Ġnav", + "igation" + ], + [ + "f", + "ive" + ], + [ + "k", + "ers" + ], + [ + "Ġb", + "ats" + ], + [ + "em", + "ale" + ], + [ + "Ġsafe", + "guard" + ], + [ + "Cl", + "ient" + ], + [ + "G", + "reen" + ], + [ + "ĠR", + "ab" + ], + [ + "ĠG", + "ar" + ], + [ + "av", + "ailable" + ], + [ + "Ġcomb", + "ining" + ], + [ + "Ġrele", + "ases" + ], + [ + "ĠCol", + "lect" + ], + [ + "ero", + "ids" + ], + [ + "Ġwin", + "ning" + ], + [ + "Ġconven", + "ience" + ], + [ + "Ġappl", + "iances" + ], + [ + "h", + "s" + ], + [ + "v", + "ars" + ], + [ + "Ã", + "§" + ], + [ + "Ġst", + "uck" + ], + [ + "pl", + "er" + ], + [ + "iz", + "able" + ], + [ + "ĠDe", + "ep" + ], + [ + "ĠHealth", + "y" + ], + [ + "Ġspeak", + "s" + ], + [ + "ĠChem", + "istry" + ], + [ + "]", + "['" + ], + [ + "on", + "to" + ], + [ + "Ġs", + "lope" + ], + [ + "Ġb", + "attles" + ], + [ + "Ġd", + "ictionaries" + ], + [ + "Ġn", + "urt" + ], + [ + "Ġv", + "on" + ], + [ + "ĠE", + "dition" + ], + [ + "ĠG", + "PS" + ], + [ + "ĠL", + "uke" + ], + [ + "Ġen", + "act" + ], + [ + "Ġad", + "mit" + ], + [ + "ĠAl", + "ab" + ], + [ + "ole", + "cular" + ], + [ + "Ġann", + "ounce" + ], + [ + "Ġconsist", + "ency" + ], + [ + "ĠArch", + "ived" + ], + [ + "Ġnewsp", + "apers" + ], + [ + "ĠCast", + "le" + ], + [ + "P", + "M" + ], + [ + "os", + "itive" + ], + [ + "ĠF", + "lu" + ], + [ + "ĠL", + "arge" + ], + [ + "Ġprogram", + "mes" + ], + [ + "IT", + "Y" + ], + [ + "ĠDi", + "abetes" + ], + [ + "Ġben", + "ch" + ], + [ + "imm", + "une" + ], + [ + "ĠHit", + "ler" + ], + [ + "(", + "__" + ], + [ + "Ġ", + ")." + ], + [ + "Ġt", + "iles" + ], + [ + "Ġf", + "p" + ], + [ + "Ġb", + "ubble" + ], + [ + "Ġre", + "vel" + ], + [ + "iz", + "oph" + ], + [ + "Ġcomp", + "iled" + ], + [ + "Ġkid", + "neys" + ], + [ + "Lear", + "ning" + ], + [ + "Rem", + "ember" + ], + [ + "Ġteen", + "agers" + ], + [ + "ĠDou", + "gl" + ], + [ + "D", + "irect" + ], + [ + "V", + "is" + ], + [ + "d", + "ictionary" + ], + [ + "Ġl", + "act" + ], + [ + "per", + "ial" + ], + [ + "Ġsp", + "here" + ], + [ + "we", + "et" + ], + [ + "Ġhead", + "aches" + ], + [ + "Ġdiscuss", + "es" + ], + [ + "Ġmembers", + "hip" + ], + [ + "Ġsix", + "th" + ], + [ + "Ġdecre", + "asing" + ], + [ + "Ġiniti", + "ated" + ], + [ + "ĠNob", + "el" + ], + [ + "?", + ")" + ], + [ + "L", + "ocation" + ], + [ + "Ġm", + "es" + ], + [ + "Ġd", + "ated" + ], + [ + "il", + "ib" + ], + [ + "ot", + "ional" + ], + [ + "Ġde", + "als" + ], + [ + "ĠD", + "ownload" + ], + [ + "ĠW", + "atch" + ], + [ + "ĠK", + "a" + ], + [ + "aw", + "ay" + ], + [ + "ĠAr", + "k" + ], + [ + "Ġimm", + "igration" + ], + [ + "Ġsure", + "ly" + ], + [ + "Ġcat", + "ast" + ], + [ + "Ġter", + "rible" + ], + [ + "Ġmonit", + "ored" + ], + [ + "last", + "name" + ], + [ + "writ", + "ten" + ], + [ + "Ġye", + "ast" + ], + [ + "Ġentertain", + "ment" + ], + [ + "ĠVirt", + "ual" + ], + [ + "Ö", + "¼" + ], + [ + "ĠD", + "raw" + ], + [ + "Ġint", + "u" + ], + [ + "Ġafter", + "noon" + ], + [ + "Ġloc", + "ate" + ], + [ + "Ġche", + "aper" + ], + [ + "Ġeduc", + "ate" + ], + [ + "Ġlog", + "in" + ], + [ + "ĠFr", + "ame" + ], + [ + "Ġinnov", + "ations" + ], + [ + "Ġsatell", + "ites" + ], + [ + "ĠAdv", + "anced" + ], + [ + "Ġmicrob", + "es" + ], + [ + "Ġceremon", + "y" + ], + [ + "S", + "ym" + ], + [ + "d", + "ates" + ], + [ + "d", + "umps" + ], + [ + "t", + "urn" + ], + [ + "ĠC", + "E" + ], + [ + "ĠC", + "amb" + ], + [ + "ac", + "erb" + ], + [ + "Ġdis", + "crete" + ], + [ + "ors", + "hip" + ], + [ + "tt", + "es" + ], + [ + "Th", + "us" + ], + [ + "ĠAr", + "ist" + ], + [ + "ats", + "on" + ], + [ + "Ġge", + "ography" + ], + [ + "Ġphot", + "ography" + ], + [ + "Ġfract", + "ure" + ], + [ + "izoph", + "ren" + ], + [ + "Ġre", + "ar" + ], + [ + "ĠC", + "ounter" + ], + [ + "Ġas", + "sem" + ], + [ + "Ġv", + "ic" + ], + [ + "Ġch", + "im" + ], + [ + "Ġqu", + "ot" + ], + [ + "Ġperson", + "ally" + ], + [ + "Ġmean", + "ings" + ], + [ + "Ġemploy", + "er" + ], + [ + "cal", + "c" + ], + [ + "Ġstrict", + "ly" + ], + [ + "Ġcryst", + "al" + ], + [ + "Ġhier", + "archy" + ], + [ + "h", + "um" + ], + [ + "h", + "ave" + ], + [ + "Ġs", + "ends" + ], + [ + "is", + "ol" + ], + [ + "Ġan", + "est" + ], + [ + "Ġcon", + "clude" + ], + [ + "th", + "ree" + ], + [ + "Ġob", + "ese" + ], + [ + "Ġbel", + "t" + ], + [ + "ather", + "ine" + ], + [ + "Ġpost", + "ure" + ], + [ + "reg", + "ion" + ], + [ + "Ġinvest", + "ing" + ], + [ + "Ġpeace", + "ful" + ], + [ + "cipl", + "inary" + ], + [ + "cons", + "in" + ], + [ + "Ġaggreg", + "ate" + ], + [ + "Ġgalax", + "y" + ], + [ + "g", + "el" + ], + [ + "ed", + "ience" + ], + [ + "Ġl", + "enses" + ], + [ + "ĠT", + "ax" + ], + [ + "ĠIn", + "nov" + ], + [ + "Ġem", + "pir" + ], + [ + "Ġclass", + "rooms" + ], + [ + "Ġpresent", + "ing" + ], + [ + "Ġview", + "ing" + ], + [ + "200", + "1" + ], + [ + "ĠDep", + "ression" + ], + [ + "Ġfear", + "s" + ], + [ + "Ġscen", + "es" + ], + [ + "d", + "esign" + ], + [ + "in", + "ology" + ], + [ + "Ġf", + "w" + ], + [ + "Ġin", + "k" + ], + [ + "ĠSt", + "ore" + ], + [ + "ĠKenn", + "edy" + ], + [ + "Scient", + "ists" + ], + [ + "b", + "ird" + ], + [ + "Î", + "±" + ], + [ + "ĠM", + "oh" + ], + [ + "ĠN", + "elson" + ], + [ + "art", + "icles" + ], + [ + "Ġchem", + "otherapy" + ], + [ + "Ġ25", + "5" + ], + [ + "On", + "ly" + ], + [ + "ĠEm", + "peror" + ], + [ + "ĠTest", + "ing" + ], + [ + "Ġvot", + "ers" + ], + [ + "Ġfrag", + "ments" + ], + [ + "!", + "\")" + ], + [ + "h", + "o" + ], + [ + "}", + "\\" + ], + [ + "Ġo", + "ct" + ], + [ + "Ġm", + "ul" + ], + [ + "Ġas", + "semb" + ], + [ + "ay", + "ing" + ], + [ + "em", + "b" + ], + [ + "ep", + "och" + ], + [ + "Ġreg", + "ulated" + ], + [ + "Ġbre", + "eds" + ], + [ + "Ġdel", + "ight" + ], + [ + "ĠBr", + "idge" + ], + [ + "Ġcam", + "eras" + ], + [ + "Ġwet", + "lands" + ], + [ + "ĠMove", + "ment" + ], + [ + "Ġalk", + "al" + ], + [ + "'", + "\\" + ], + [ + "D", + "I" + ], + [ + "Ġs", + "ou" + ], + [ + "im", + "edia" + ], + [ + "ile", + "y" + ], + [ + "fe", + "ed" + ], + [ + "Ġinter", + "mediate" + ], + [ + "Ġcare", + "ers" + ], + [ + "Ġplace", + "ment" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠ" + ], + [ + "Ġload", + "s" + ], + [ + "Ġfund", + "ament" + ], + [ + "Ġnucle", + "us" + ], + [ + "Ġpractition", + "ers" + ], + [ + "b", + "ec" + ], + [ + "Ġt", + "y" + ], + [ + "Ġh", + "unt" + ], + [ + "id", + "ays" + ], + [ + "ĠS", + "ite" + ], + [ + "ĠI", + "oT" + ], + [ + "ac", + "cept" + ], + [ + "ĠN", + "G" + ], + [ + "In", + "tern" + ], + [ + "Ġtra", + "ged" + ], + [ + "Ġur", + "gent" + ], + [ + "ĠLe", + "on" + ], + [ + "upp", + "ercase" + ], + [ + "Ġvari", + "ants" + ], + [ + "Con", + "text" + ], + [ + "ĠDep", + "ending" + ], + [ + "Ġdraw", + "ings" + ], + [ + "ĠSm", + "art" + ], + [ + "Ġtru", + "ck" + ], + [ + "Ġjo", + "ining" + ], + [ + "Ġdiscipl", + "ines" + ], + [ + "tim", + "estamp" + ], + [ + "ĠIter", + "ate" + ], + [ + "B", + "el" + ], + [ + "_", + "," + ], + [ + "m", + "i" + ], + [ + "m", + "akers" + ], + [ + "Ġt", + "ale" + ], + [ + "ur", + "ally" + ], + [ + "ĠC", + "ustom" + ], + [ + "ke", + "ep" + ], + [ + "pp", + "ers" + ], + [ + "ĠH", + "ot" + ], + [ + "ĠH", + "op" + ], + [ + "Ġsp", + "ont" + ], + [ + "Ġpar", + "liament" + ], + [ + "Ġenc", + "rypt" + ], + [ + "Ġlog", + "s" + ], + [ + "Ġpromot", + "ed" + ], + [ + "ĠCommun", + "ication" + ], + [ + "Ear", + "ly" + ], + [ + "O", + "UR" + ], + [ + "c", + "os" + ], + [ + "Ġf", + "ate" + ], + [ + "id", + "ae" + ], + [ + "Ġwhe", + "els" + ], + [ + "Ġfe", + "e" + ], + [ + "('", + "\\" + ], + [ + "Ġher", + "bs" + ], + [ + "reng", + "th" + ], + [ + "Ġmanufact", + "ured" + ], + [ + "Ġimpos", + "ed" + ], + [ + "Ġregist", + "ration" + ], + [ + "Ġcultiv", + "ation" + ], + [ + "ĠIndust", + "rial" + ], + [ + "Ġneurolog", + "ical" + ], + [ + "ĠAlab", + "ama" + ], + [ + "he", + "ld" + ], + [ + "al", + "o" + ], + [ + "Ġre", + "q" + ], + [ + "ĠT", + "rib" + ], + [ + "ĠC", + "elsius" + ], + [ + "Ġde", + "cent" + ], + [ + "ĠO", + "p" + ], + [ + "Ġfol", + "k" + ], + [ + "Ġent", + "ers" + ], + [ + "Ġenc", + "ode" + ], + [ + "az", + "ard" + ], + [ + "AC", + "T" + ], + [ + "Ġillust", + "rations" + ], + [ + "ĠSpec", + "ies" + ], + [ + "Ġobstac", + "les" + ], + [ + "ethe", + "less" + ], + [ + "Ġm", + "akers" + ], + [ + "Ġh", + "ub" + ], + [ + "ri", + "ends" + ], + [ + "Ġ18", + "00" + ], + [ + "Ġdelay", + "ed" + ], + [ + "Ġrecept", + "or" + ], + [ + "Ġconstitution", + "al" + ], + [ + "ĠCorpor", + "ation" + ], + [ + "E", + "l" + ], + [ + "m", + "us" + ], + [ + "m", + "ble" + ], + [ + "Ġs", + "perm" + ], + [ + "ĠA", + "F" + ], + [ + "ĠM", + "agn" + ], + [ + "ĠR", + "oosevelt" + ], + [ + "ag", + "le" + ], + [ + "Ġneg", + "atively" + ], + [ + "bl", + "ocks" + ], + [ + "Ġ194", + "1" + ], + [ + "Ġlabel", + "ed" + ], + [ + "Ġpul", + "se" + ], + [ + "Ġresc", + "ue" + ], + [ + "N", + "G" + ], + [ + "W", + "hether" + ], + [ + "e", + "g" + ], + [ + "Ġn", + "ausea" + ], + [ + "Ġl", + "uck" + ], + [ + "ve", + "ment" + ], + [ + "Ġg", + "ang" + ], + [ + "ult", + "ural" + ], + [ + "Ġres", + "ort" + ], + [ + "Ġgl", + "uten" + ], + [ + "Ġdel", + "icate" + ], + [ + "Ġtri", + "ple" + ], + [ + "ĠGerm", + "ans" + ], + [ + "Ġ194", + "2" + ], + [ + "Ġbreat", + "he" + ], + [ + "ĠBudd", + "h" + ], + [ + "ĠSy", + "ria" + ], + [ + "larg", + "est" + ], + [ + "Ġ(", + ":" + ], + [ + "ill", + "ation" + ], + [ + "ĠR", + "ole" + ], + [ + "ĠR", + "enaissance" + ], + [ + "ĠO", + "l" + ], + [ + "Ġover", + "weight" + ], + [ + "Ġhand", + "led" + ], + [ + "Ġmethod", + "ology" + ], + [ + "Ġver", + "bal" + ], + [ + "ĠMu", + "hammad" + ], + [ + "itzer", + "land" + ], + [ + "W", + "rit" + ], + [ + "in", + "ner" + ], + [ + "Ġd", + "y" + ], + [ + "ĠC", + "I" + ], + [ + "ĠH", + "as" + ], + [ + "pl", + "ication" + ], + [ + "we", + "ek" + ], + [ + "Ġsystem", + "ic" + ], + [ + "Ġfound", + "ations" + ], + [ + "Ġserv", + "ants" + ], + [ + "Ġmax", + "imize" + ], + [ + "ĠPr", + "inci" + ], + [ + "Ġ198", + "5" + ], + [ + "Sh", + "k" + ], + [ + "ĠMark", + "et" + ], + [ + "Ġstret", + "ching" + ], + [ + "Ġbiom", + "ass" + ], + [ + "ĠNaz", + "i" + ], + [ + "ĠDecl", + "aration" + ], + [ + "D", + "O" + ], + [ + "s", + "a" + ], + [ + "Ġl", + "max" + ], + [ + "ĠP", + "it" + ], + [ + "cl", + "amation" + ], + [ + "ĠJ", + "up" + ], + [ + "Ġqu", + "otes" + ], + [ + "ock", + "ets" + ], + [ + "Ġproject", + "ed" + ], + [ + "ĠUs", + "ually" + ], + [ + "Ġsil", + "ent" + ], + [ + "ĠArch", + "ives" + ], + [ + "Ġhoriz", + "on" + ], + [ + "ĠGold", + "en" + ], + [ + "ĠP", + "ow" + ], + [ + "Ġwe", + "ren" + ], + [ + "Ġab", + "ortion" + ], + [ + "Ġdisc", + "ount" + ], + [ + "Ġprom", + "ised" + ], + [ + "Ġaccommod", + "ate" + ], + [ + "GB", + "T" + ], + [ + "D", + "EF" + ], + [ + "L", + "P" + ], + [ + "c", + "ription" + ], + [ + "m", + "ac" + ], + [ + "ĠB", + "ox" + ], + [ + "ĠG", + "ive" + ], + [ + "Ġ'", + "_" + ], + [ + "ang", + "les" + ], + [ + "anc", + "ies" + ], + [ + "Ġdark", + "ness" + ], + [ + "Mod", + "ule" + ], + [ + "Ġrul", + "er" + ], + [ + "Ġaccel", + "eration" + ], + [ + "ĠMill", + "er" + ], + [ + "Ġpharm", + "aceutical" + ], + [ + "f", + "ar" + ], + [ + "Ġb", + "ay" + ], + [ + "ĠT", + "otal" + ], + [ + "Ġfor", + "ty" + ], + [ + "ĠC", + "op" + ], + [ + "Ġex", + "acerb" + ], + [ + "Ġsu", + "pre" + ], + [ + "ne", + "a" + ], + [ + "Ġur", + "llib" + ], + [ + "ĠFr", + "ont" + ], + [ + "ĠCol", + "lection" + ], + [ + "Ġred", + "irect" + ], + [ + "Ġcorres", + "ponds" + ], + [ + "Ġcert", + "ification" + ], + [ + "O", + "ct" + ], + [ + "p", + "c" + ], + [ + "z", + "ens" + ], + [ + "Ġf", + "ans" + ], + [ + "Ġn", + "ick" + ], + [ + "int", + "est" + ], + [ + "Ġob", + "sc" + ], + [ + "Ġwater", + "ing" + ], + [ + "app", + "ropriate" + ], + [ + "Ġpract", + "iced" + ], + [ + "Ġsurv", + "iving" + ], + [ + "Ġce", + "ment" + ], + [ + "isp", + "here" + ], + [ + "ĠAfghan", + "istan" + ], + [ + "(", + "**" + ], + [ + "m", + "ill" + ], + [ + "ĠC", + "ov" + ], + [ + "ĠM", + "ach" + ], + [ + "Ġse", + "ats" + ], + [ + "ĠK", + "ansas" + ], + [ + "lic", + "ations" + ], + [ + "Ġpass", + "engers" + ], + [ + "min", + "ute" + ], + [ + "ĠCar", + "bon" + ], + [ + "Ġthread", + "s" + ], + [ + "ĠMem", + "orial" + ], + [ + "ĠTreat", + "y" + ], + [ + "olit", + "an" + ], + [ + "ĠParent", + "s" + ], + [ + "L", + "ong" + ], + [ + "or", + "ie" + ], + [ + "ĠP", + "ack" + ], + [ + "Ġr", + "ic" + ], + [ + "ren", + "n" + ], + [ + "du", + "cing" + ], + [ + "Ġins", + "pire" + ], + [ + "Ġflu", + "ctu" + ], + [ + "Ġrev", + "ision" + ], + [ + "-------", + "+" + ], + [ + "tem", + "perature" + ], + [ + "Colum", + "ns" + ], + [ + "KE", + "Y" + ], + [ + "Ġdele", + "ted" + ], + [ + "H", + "er" + ], + [ + "H", + "ome" + ], + [ + "Ġch", + "ips" + ], + [ + "\"\"\"", + ":" + ], + [ + "Ġwell", + "being" + ], + [ + "Th", + "ose" + ], + [ + "Ġ|", + "|" + ], + [ + "ann", + "a" + ], + [ + "OR", + "E" + ], + [ + "erson", + "al" + ], + [ + "Ġanx", + "ious" + ], + [ + "ĠHol", + "mes" + ], + [ + "Ġsubstant", + "ially" + ], + [ + "l", + "ag" + ], + [ + "p", + "ick" + ], + [ + "our", + "ge" + ], + [ + "cl", + "f" + ], + [ + "Ġ'", + "{" + ], + [ + "Ġover", + "se" + ], + [ + "Ġbreak", + "fast" + ], + [ + "Ġpersonal", + "ized" + ], + [ + "ĠGr", + "ant" + ], + [ + "Ġdir", + "t" + ], + [ + "Ġpenal", + "ty" + ], + [ + "ar", + "on" + ], + [ + "Ġex", + "clusive" + ], + [ + "Ġsh", + "adow" + ], + [ + "own", + "ed" + ], + [ + "Ġsocial", + "ly" + ], + [ + "Ġflu", + "x" + ], + [ + "Ġblock", + "ing" + ], + [ + "ĠEduc", + "ational" + ], + [ + "Ġpet", + "ition" + ], + [ + "Ġelim", + "inating" + ], + [ + "sm", + "all" + ], + [ + "ĠCreat", + "ive" + ], + [ + "1", + "50" + ], + [ + "Ġl", + "azy" + ], + [ + "Ġun", + "healthy" + ], + [ + "Ġint", + "rig" + ], + [ + "Ġbl", + "end" + ], + [ + "sc", + "ape" + ], + [ + "Ġobserv", + "ing" + ], + [ + "Ġ198", + "2" + ], + [ + "Ġ\\", + "\\" + ], + [ + "met", + "ric" + ], + [ + "amb", + "ling" + ], + [ + "lin", + "der" + ], + [ + "Ġod", + "ds" + ], + [ + "ĠPri", + "ze" + ], + [ + "Ġreserv", + "es" + ], + [ + "Ġca", + "ution" + ], + [ + "Ġtremend", + "ous" + ], + [ + "Ġin", + "quiry" + ], + [ + "Ġh", + "ate" + ], + [ + "Ġal", + "b" + ], + [ + "Ġv", + "apor" + ], + [ + "Ġhistor", + "ically" + ], + [ + "Ġann", + "iversary" + ], + [ + "Ġcontract", + "s" + ], + [ + "Ġalign", + "ed" + ], + [ + "Ġtail", + "ored" + ], + [ + "Ġvent", + "ilation" + ], + [ + "ĠPers", + "ian" + ], + [ + "Ġrail", + "way" + ], + [ + "Bl", + "ack" + ], + [ + "ĠCarib", + "bean" + ], + [ + "S", + "everal" + ], + [ + "en", + "ium" + ], + [ + "Ġp", + "od" + ], + [ + "Ġbe", + "er" + ], + [ + "Ġse", + "af" + ], + [ + "ĠAn", + "ton" + ], + [ + "Ġcomple", + "ting" + ], + [ + "Ġvol", + "untary" + ], + [ + "Ġcred", + "entials" + ], + [ + "but", + "ton" + ], + [ + "Ġprem", + "ature" + ], + [ + "Ġfles", + "h" + ], + [ + "it", + "ime" + ], + [ + "un", + "ting" + ], + [ + "ĠS", + "ix" + ], + [ + "ĠC", + "redit" + ], + [ + "ĠF", + "ord" + ], + [ + "Ġen", + "roll" + ], + [ + "ĠO", + "pp" + ], + [ + "Ġpat", + "ri" + ], + [ + "co", + "e" + ], + [ + "Ġinc", + "idents" + ], + [ + "Ġperiod", + "ic" + ], + [ + "Ġconc", + "ert" + ], + [ + "There", + "fore" + ], + [ + "Ġrecogn", + "ised" + ], + [ + "enn", + "a" + ], + [ + "Ġconstit", + "ute" + ], + [ + "ĠDem", + "ocr" + ], + [ + "Ġstd", + "out" + ], + [ + "Ġcarbohyd", + "rate" + ], + [ + "intest", + "inal" + ], + [ + "]", + "\")" + ], + [ + "Ġs", + "our" + ], + [ + "Ġc", + "oc" + ], + [ + "el", + "ta" + ], + [ + "ĠW", + "alk" + ], + [ + "ĠR", + "og" + ], + [ + "Ġab", + "road" + ], + [ + "ens", + "ively" + ], + [ + "ob", + "b" + ], + [ + "Ġrem", + "inder" + ], + [ + "Ġperform", + "s" + ], + [ + "Ġconsult", + "ation" + ], + [ + "ĠAuthor", + "ity" + ], + [ + "Ġarter", + "ies" + ], + [ + "f", + "a" + ], + [ + "re", + "lu" + ], + [ + "Ġs", + "ake" + ], + [ + "Ġn", + "ested" + ], + [ + "ĠS", + "aturday" + ], + [ + "Ġcon", + "form" + ], + [ + "Ġr", + "ust" + ], + [ + "ĠF", + "ahrenheit" + ], + [ + "Ġj", + "ack" + ], + [ + "Ġref", + "ined" + ], + [ + "Ġconf", + "ined" + ], + [ + "Ġprom", + "ises" + ], + [ + "opt", + "im" + ], + [ + "Ch", + "apter" + ], + [ + "Ġcross", + "ing" + ], + [ + "Ġtim", + "ber" + ], + [ + "Ġsold", + "ier" + ], + [ + "uls", + "es" + ], + [ + "ĠMor", + "ris" + ], + [ + "Ġrein", + "force" + ], + [ + "Ġforg", + "otten" + ], + [ + "A", + "ccess" + ], + [ + "H", + "ead" + ], + [ + "S", + "K" + ], + [ + "W", + "H" + ], + [ + "b", + "one" + ], + [ + "p", + "k" + ], + [ + "ĠA", + "k" + ], + [ + "un", + "iform" + ], + [ + "Ġch", + "amp" + ], + [ + "ĠR", + "aj" + ], + [ + "ĠL", + "ady" + ], + [ + "Ġun", + "ited" + ], + [ + "ak", + "i" + ], + [ + "Ġpoint", + "ing" + ], + [ + "sh", + "ort" + ], + [ + "Ġmil", + "it" + ], + [ + "Ġdest", + "ructive" + ], + [ + "Ġcondition", + "ing" + ], + [ + "Ġharm", + "onic" + ], + [ + "ĠQu", + "ant" + ], + [ + "Ġreform", + "s" + ], + [ + "oler", + "ance" + ], + [ + "Ġposit", + "ively" + ], + [ + "W", + "A" + ], + [ + "l", + "ists" + ], + [ + "im", + "ity" + ], + [ + "ĠD", + "un" + ], + [ + "Ġrel", + "ies" + ], + [ + "Th", + "read" + ], + [ + "Ġtest", + "im" + ], + [ + "Ġhead", + "ing" + ], + [ + "play", + "er" + ], + [ + "ĠFl", + "ore" + ], + [ + "Ġinterview", + "s" + ], + [ + "t", + "ail" + ], + [ + "st", + "able" + ], + [ + "ot", + "ive" + ], + [ + "Ġch", + "ron" + ], + [ + "ĠF", + "le" + ], + [ + "Ġse", + "w" + ], + [ + "ĠY", + "ellow" + ], + [ + "Ġcor", + "rection" + ], + [ + "ĠLe", + "v" + ], + [ + "enc", + "il" + ], + [ + "Ġmagn", + "esium" + ], + [ + "Ġpoly", + "mer" + ], + [ + "Ġadvoc", + "ate" + ], + [ + "ĠTur", + "k" + ], + [ + "Ġhem", + "orrh" + ], + [ + "Ġrecon", + "struct" + ], + [ + "N", + "O" + ], + [ + "d", + "og" + ], + [ + "Ġs", + "ne" + ], + [ + "Ġb", + "alls" + ], + [ + "ur", + "rection" + ], + [ + "us", + "ive" + ], + [ + "ĠS", + "ud" + ], + [ + "Ġle", + "ts" + ], + [ + "Ġsc", + "aling" + ], + [ + "ang", + "ers" + ], + [ + "ced", + "ented" + ], + [ + "ĠPr", + "ime" + ], + [ + "ĠReg", + "ion" + ], + [ + "Ġradio", + "active" + ], + [ + "Ġremed", + "ies" + ], + [ + "U", + "G" + ], + [ + "r", + "ase" + ], + [ + "Ġd", + "aughters" + ], + [ + "ĠC", + "ab" + ], + [ + "res", + "istant" + ], + [ + "ke", + "ley" + ], + [ + "Ġper", + "ipher" + ], + [ + "Ġatt", + "ending" + ], + [ + "Ġafter", + "wards" + ], + [ + "Ġap", + "ost" + ], + [ + "Ġprof", + "iles" + ], + [ + "Ġmedic", + "inal" + ], + [ + "Ġvolunte", + "er" + ], + [ + "Ġsurve", + "illance" + ], + [ + "о", + "Ð" + ], + [ + "Ġlifes", + "pan" + ], + [ + "r", + "ish" + ], + [ + "es", + "ian" + ], + [ + "le", + "tal" + ], + [ + "Ġcor", + "rupt" + ], + [ + "AR", + "S" + ], + [ + "Ġign", + "or" + ], + [ + "Ġwire", + "less" + ], + [ + "osc", + "ow" + ], + [ + "Ġexped", + "ition" + ], + [ + "ilib", + "rium" + ], + [ + "`", + "\"\"\"" + ], + [ + "e", + "ed" + ], + [ + "t", + "hesis" + ], + [ + "re", + "ference" + ], + [ + "Ġc", + "in" + ], + [ + "Ġh", + "its" + ], + [ + "Ġrec", + "ru" + ], + [ + "ĠV", + "eter" + ], + [ + "Ġwhere", + "by" + ], + [ + "Ġed", + "ited" + ], + [ + "Ġcar", + "ing" + ], + [ + "Ġcal", + "ibr" + ], + [ + "Ġneg", + "lect" + ], + [ + "Ġmechan", + "ics" + ], + [ + "Ġconsist", + "ed" + ], + [ + "Ġachieve", + "ments" + ], + [ + "Ġbur", + "st" + ], + [ + "Ġrecommend", + "ation" + ], + [ + "Ġacqu", + "isition" + ], + [ + "ĠJud", + "ah" + ], + [ + "ĠScript", + "ure" + ], + [ + "D", + "C" + ], + [ + "u", + "z" + ], + [ + "he", + "rence" + ], + [ + "Ġan", + "arch" + ], + [ + "ĠA", + "IDS" + ], + [ + "ĠB", + "urn" + ], + [ + "art", + "icle" + ], + [ + "Ġen", + "rich" + ], + [ + "are", + "ttes" + ], + [ + "Ġfol", + "ks" + ], + [ + "Ġ198", + "1" + ], + [ + "25", + "6" + ], + [ + "sub", + "process" + ], + [ + "Ġrespond", + "ed" + ], + [ + "Ġexplan", + "ations" + ], + [ + "Ġsevent", + "h" + ], + [ + "ĠArg", + "uments" + ], + [ + "M", + "ap" + ], + [ + "S", + "pe" + ], + [ + "l", + "ated" + ], + [ + "ä", + "º" + ], + [ + "er", + "ic" + ], + [ + "ĠN", + "i" + ], + [ + "Ġres", + "erve" + ], + [ + "du", + "p" + ], + [ + "Ġmod", + "ifications" + ], + [ + "Ġcor", + "ruption" + ], + [ + "Ġref", + "resh" + ], + [ + "Ġmax", + "im" + ], + [ + "Ġrecogn", + "izing" + ], + [ + "Ġstandard", + "ized" + ], + [ + "Ġu", + "pt" + ], + [ + "Ġload", + "ing" + ], + [ + "ros", + "is" + ], + [ + "ĠPlan", + "ning" + ], + [ + "ĠEv", + "olution" + ], + [ + "Ġinade", + "quate" + ], + [ + "p", + "airs" + ], + [ + "ĠS", + "H" + ], + [ + "Ġwh", + "ales" + ], + [ + "Ġde", + "ple" + ], + [ + "ĠB", + "ru" + ], + [ + "Ġun", + "clear" + ], + [ + "ag", + "og" + ], + [ + "ĠK", + "it" + ], + [ + "200", + "2" + ], + [ + "tes", + "y" + ], + [ + "ĠIndian", + "a" + ], + [ + "ĠMat", + "thew" + ], + [ + "ĠBas", + "ic" + ], + [ + "Ġkn", + "ock" + ], + [ + "M", + "ain" + ], + [ + "N", + "on" + ], + [ + "O", + "ff" + ], + [ + "h", + "n" + ], + [ + "et", + "on" + ], + [ + "Ġde", + "emed" + ], + [ + "ĠJ", + "ob" + ], + [ + "Ġinter", + "ference" + ], + [ + "ĠRe", + "ference" + ], + [ + "Ġpo", + "ems" + ], + [ + "Ġparticip", + "ated" + ], + [ + "ĠMount", + "ains" + ], + [ + "Ġaest", + "hetic" + ], + [ + "Ġfeather", + "s" + ], + [ + "c", + "ourse" + ], + [ + "il", + "oc" + ], + [ + "ĠF", + "ive" + ], + [ + "erv", + "es" + ], + [ + "Ġem", + "pathy" + ], + [ + "Ġtrans", + "parency" + ], + [ + "ster", + "oid" + ], + [ + "Ġmyth", + "s" + ], + [ + "Ġtear", + "s" + ], + [ + "P", + "al" + ], + [ + "el", + "and" + ], + [ + "im", + "ages" + ], + [ + "ĠC", + "ensus" + ], + [ + "ĠP", + "i" + ], + [ + "ĠB", + "enefits" + ], + [ + "ĠG", + "ir" + ], + [ + "iz", + "ational" + ], + [ + "Ġen", + "erg" + ], + [ + "Ġ19", + "18" + ], + [ + "Ġind", + "ication" + ], + [ + "Con", + "f" + ], + [ + "Ġremov", + "es" + ], + [ + "ĠKnow", + "ledge" + ], + [ + "ĠConnect", + "icut" + ], + [ + "Ġarbit", + "rary" + ], + [ + "E", + "v" + ], + [ + "b", + "ian" + ], + [ + "ĠI", + "U" + ], + [ + "ĠD", + "or" + ], + [ + "Ġar", + "tery" + ], + [ + "Ġev", + "ac" + ], + [ + "Ġ5", + "3" + ], + [ + "Ġpot", + "ent" + ], + [ + "Im", + "port" + ], + [ + "Ġstrugg", + "les" + ], + [ + "Ġmix", + "ing" + ], + [ + "Ġbrief", + "ly" + ], + [ + "Ġcos", + "mic" + ], + [ + "Aut", + "hor" + ], + [ + "Ġlegit", + "imate" + ], + [ + "is", + "a" + ], + [ + "il", + "i" + ], + [ + "ĠT", + "en" + ], + [ + "ĠN", + "uclear" + ], + [ + "ĠG", + "ame" + ], + [ + "Ġ\"", + "/" + ], + [ + "fore", + "st" + ], + [ + "ĠAr", + "thur" + ], + [ + "ven", + "ue" + ], + [ + "Ġsal", + "mon" + ], + [ + "Ġrelig", + "ions" + ], + [ + "Ġconnect", + "s" + ], + [ + "Ġaccel", + "er" + ], + [ + "Ġtraum", + "atic" + ], + [ + "Ġsatisf", + "y" + ], + [ + "Ġcannab", + "is" + ], + [ + "Ġintric", + "ate" + ], + [ + "T", + "ypes" + ], + [ + "d", + "am" + ], + [ + "ar", + "ange" + ], + [ + "ĠF", + "acts" + ], + [ + "Ġpl", + "aque" + ], + [ + "ak", + "ota" + ], + [ + "ĠU", + "T" + ], + [ + "Ġgu", + "ilty" + ], + [ + "Ġmill", + "enn" + ], + [ + "Ġfar", + "mer" + ], + [ + "Ġox", + "ide" + ], + [ + "Ġinform", + "al" + ], + [ + "math", + "bf" + ], + [ + "Ġantioxid", + "ant" + ], + [ + "Ġpix", + "el" + ], + [ + "E", + "urope" + ], + [ + "in", + "stein" + ], + [ + "Ġm", + "arch" + ], + [ + "ul", + "ator" + ], + [ + "ĠS", + "ex" + ], + [ + "ĠC", + "PU" + ], + [ + "qu", + "ential" + ], + [ + "ac", + "le" + ], + [ + "ĠB", + "ush" + ], + [ + "Ġsc", + "attered" + ], + [ + "Ġnew", + "born" + ], + [ + "Ġcount", + "less" + ], + [ + "Ġjson", + "ify" + ], + [ + "cel", + "and" + ], + [ + "Ġbrid", + "ges" + ], + [ + "C", + "M" + ], + [ + "at", + "ivity" + ], + [ + "it", + "o" + ], + [ + "Ġl", + "ighter" + ], + [ + "Ġst", + "ocks" + ], + [ + "ĠA", + "y" + ], + [ + "ound", + "ing" + ], + [ + "ĠSt", + "op" + ], + [ + "Ġpres", + "chool" + ], + [ + "acter", + "ial" + ], + [ + "ĠPr", + "ice" + ], + [ + "ĠChar", + "l" + ], + [ + "ĠGra", + "de" + ], + [ + "Ø", + "§" + ], + [ + "Ġd", + "ns" + ], + [ + "Ġh", + "o" + ], + [ + "ol", + "lo" + ], + [ + "ch", + "i" + ], + [ + "Ġ(", + "-" + ], + [ + "Ġshort", + "ly" + ], + [ + "Ġfit", + "ting" + ], + [ + "unci", + "ation" + ], + [ + "Ġt", + "ile" + ], + [ + "he", + "res" + ], + [ + "ĠA", + "w" + ], + [ + "Ġex", + "em" + ], + [ + "Ġhe", + "s" + ], + [ + "Ġr", + "ash" + ], + [ + "Ġper", + "ceive" + ], + [ + "inal", + "g" + ], + [ + "Ġbr", + "ick" + ], + [ + "ias", + "is" + ], + [ + "Ġfro", + "st" + ], + [ + "T", + "otal" + ], + [ + "h", + "alf" + ], + [ + "Ġ", + "verse" + ], + [ + "is", + "hers" + ], + [ + "ĠA", + "ges" + ], + [ + "Ġas", + "ync" + ], + [ + "we", + "ather" + ], + [ + "Ġbl", + "oom" + ], + [ + "Ġgen", + "etically" + ], + [ + "Ġworks", + "heet" + ], + [ + "Ġseem", + "ingly" + ], + [ + "Ġ196", + "9" + ], + [ + "Ġlun", + "ar" + ], + [ + "Ġdin", + "osaurs" + ], + [ + "Ġcomprom", + "ise" + ], + [ + "Ġtransc", + "ription" + ], + [ + "f", + "ires" + ], + [ + "is", + "y" + ], + [ + "im", + "b" + ], + [ + "ow", + "ed" + ], + [ + "ĠB", + "esides" + ], + [ + "ĠH", + "ad" + ], + [ + "Ġra", + "ces" + ], + [ + "ĠCh", + "at" + ], + [ + "Ġext", + "ending" + ], + [ + "oy", + "d" + ], + [ + "Ġgra", + "b" + ], + [ + "Ġhist", + "ogram" + ], + [ + "Ġmet", + "res" + ], + [ + "tr", + "ig" + ], + [ + "Re", + "cent" + ], + [ + "Ġ{}", + "'." + ], + [ + "Ġlat", + "itude" + ], + [ + "EL", + "ECT" + ], + [ + "Ġoptim", + "ized" + ], + [ + "Ġhom", + "eless" + ], + [ + "Ġappreci", + "ation" + ], + [ + "ĠBen", + "jamin" + ], + [ + "I", + "ter" + ], + [ + "i", + "encies" + ], + [ + "k", + "now" + ], + [ + "Ġt", + "ie" + ], + [ + "in", + "us" + ], + [ + "or", + "se" + ], + [ + "an", + "alysis" + ], + [ + "Ġw", + "ool" + ], + [ + "it", + "ives" + ], + [ + "im", + "ore" + ], + [ + "em", + "an" + ], + [ + "ĠH", + "ou" + ], + [ + "Ġpl", + "ots" + ], + [ + "ĠRes", + "erve" + ], + [ + "Ġremain", + "der" + ], + [ + "Ġ197", + "6" + ], + [ + "Ġlack", + "ing" + ], + [ + "ĠIsrael", + "i" + ], + [ + "proper", + "ty" + ], + [ + "Ġsubt", + "ract" + ], + [ + "å", + "¤" + ], + [ + "Ġt", + "ies" + ], + [ + "Ġh", + "arness" + ], + [ + "Ġpro", + "xy" + ], + [ + "th", + "ird" + ], + [ + "ĠF", + "ROM" + ], + [ + "ĠU", + "pper" + ], + [ + "Ġdes", + "irable" + ], + [ + "Ġrel", + "ates" + ], + [ + "Ġart", + "ic" + ], + [ + "sh", + "ore" + ], + [ + "Ġsimilar", + "ly" + ], + [ + "Ġsurround", + "ings" + ], + [ + "O", + "G" + ], + [ + "P", + "arent" + ], + [ + "e", + "u" + ], + [ + "or", + "ative" + ], + [ + "est", + "y" + ], + [ + "ĠTh", + "ursday" + ], + [ + "Ġ5", + "7" + ], + [ + "Ġinf", + "est" + ], + [ + "Ġpol", + "len" + ], + [ + "Ġsl", + "ide" + ], + [ + "Ġnormal", + "ize" + ], + [ + "Ġcommand", + "ed" + ], + [ + "ĠSim", + "ple" + ], + [ + "ĠTai", + "wan" + ], + [ + "ĠE", + "X" + ], + [ + "ĠF", + "reedom" + ], + [ + "Ġpe", + "as" + ], + [ + "ĠRes", + "ults" + ], + [ + "attr", + "s" + ], + [ + "Ġdisch", + "arg" + ], + [ + "role", + "um" + ], + [ + "ĠWis", + "consin" + ], + [ + "b", + "ad" + ], + [ + "at", + "en" + ], + [ + "ĠP", + "oll" + ], + [ + "ĠB", + "eng" + ], + [ + "Ġim", + "g" + ], + [ + "Ġdis", + "inf" + ], + [ + "ĠTh", + "ings" + ], + [ + "Ġcons", + "ol" + ], + [ + "Ġreg", + "ards" + ], + [ + "Ġins", + "pection" + ], + [ + "Ġ9", + "7" + ], + [ + "Ġut", + "ter" + ], + [ + "Ġtravel", + "ed" + ], + [ + "ĠCor", + "ps" + ], + [ + "ĠSw", + "itzerland" + ], + [ + "N", + "R" + ], + [ + "in", + "duced" + ], + [ + "Ġde", + "ce" + ], + [ + "ri", + "ages" + ], + [ + "ĠL", + "uc" + ], + [ + "Ġfl", + "ies" + ], + [ + "Ġsol", + "ved" + ], + [ + "ĠAl", + "f" + ], + [ + "ĠBe", + "ach" + ], + [ + "Ġdecl", + "aration" + ], + [ + "ĠReg", + "ional" + ], + [ + "Ġacid", + "ic" + ], + [ + "cor", + "por" + ], + [ + "ĠIS", + "O" + ], + [ + "down", + "load" + ], + [ + "Ġsatisf", + "ied" + ], + [ + "ĠEffect", + "s" + ], + [ + "ĠRail", + "road" + ], + [ + "izophren", + "ia" + ], + [ + ".", + "*" + ], + [ + "b", + "ins" + ], + [ + "Ġp", + "rag" + ], + [ + "Ġb", + "ell" + ], + [ + "Ġm", + "aternal" + ], + [ + "ra", + "ble" + ], + [ + "Ġpo", + "inter" + ], + [ + "Ġsimilar", + "ities" + ], + [ + "Ġshap", + "ing" + ], + [ + "ev", + "ents" + ], + [ + "Ġalle", + "v" + ], + [ + "ĠUr", + "ban" + ], + [ + "symb", + "ol" + ], + [ + "Ġhepat", + "itis" + ], + [ + ")", + "+" + ], + [ + "j", + "u" + ], + [ + "w", + "iki" + ], + [ + "Ġf", + "art" + ], + [ + "Ġre", + "nown" + ], + [ + "Ġas", + "ym" + ], + [ + "op", + "hers" + ], + [ + "Ġsu", + "cc" + ], + [ + "ĠE", + "aster" + ], + [ + "Ġdis", + "placement" + ], + [ + "Ġj", + "ournals" + ], + [ + "Ġcomp", + "elling" + ], + [ + "Ġ20", + "23" + ], + [ + "Ġworld", + "s" + ], + [ + "Ġ*", + "=" + ], + [ + "']", + "]" + ], + [ + "ĠGener", + "ally" + ], + [ + "Ġbra", + "ck" + ], + [ + "token", + "ize" + ], + [ + "Ġinvent", + "ory" + ], + [ + "d", + "iction" + ], + [ + "Â", + "©" + ], + [ + "Ġt", + "ast" + ], + [ + "Ġl", + "apt" + ], + [ + "um", + "a" + ], + [ + "th", + "reshold" + ], + [ + "ĠB", + "ir" + ], + [ + "ĠB", + "ob" + ], + [ + "Ġse", + "am" + ], + [ + "vel", + "ope" + ], + [ + "fe", + "eding" + ], + [ + "Ġmot", + "if" + ], + [ + "top", + "ic" + ], + [ + "Ġpal", + "ace" + ], + [ + "ĠBel", + "ow" + ], + [ + "Ġuter", + "us" + ], + [ + "'", + "``" + ], + [ + "Ġf", + "ake" + ], + [ + "Ġd", + "ign" + ], + [ + "Ġpl", + "ural" + ], + [ + "Ġgr", + "asp" + ], + [ + "Ġsoc", + "ietal" + ], + [ + "Ġlater", + "al" + ], + [ + "Ġharm", + "on" + ], + [ + "Ġfoss", + "ils" + ], + [ + "H", + "R" + ], + [ + "s", + "pect" + ], + [ + "Ġs", + "igma" + ], + [ + "ĠW", + "as" + ], + [ + "Ġres", + "ident" + ], + [ + "ru", + "le" + ], + [ + "Ġgr", + "at" + ], + [ + "arm", + "ing" + ], + [ + "Ġop", + "io" + ], + [ + "gg", + "ed" + ], + [ + "ash", + "ing" + ], + [ + "ox", + "ide" + ], + [ + "ĠPl", + "ot" + ], + [ + "AT", + "A" + ], + [ + "Ġmaintain", + "s" + ], + [ + "Ġod", + "or" + ], + [ + "ĠCreat", + "ing" + ], + [ + "ĠProtest", + "ant" + ], + [ + "Ġgenu", + "ine" + ], + [ + "S", + "D" + ], + [ + "g", + "ate" + ], + [ + "Ġp", + "raise" + ], + [ + "Ġf", + "ool" + ], + [ + "ol", + "ute" + ], + [ + "ĠC", + "opyright" + ], + [ + "Ġwith", + "stand" + ], + [ + "Ġde", + "ck" + ], + [ + "Ġcontin", + "ually" + ], + [ + "Ġgre", + "y" + ], + [ + "Ġfr", + "iction" + ], + [ + "mod", + "ules" + ], + [ + "Ġclean", + "ed" + ], + [ + "Ġstay", + "ed" + ], + [ + "IC", + "E" + ], + [ + "Ġpron", + "ounced" + ], + [ + "Ġcontrovers", + "y" + ], + [ + "ennes", + "see" + ], + [ + "C", + "ent" + ], + [ + "C", + "opyright" + ], + [ + "`", + "):" + ], + [ + "i", + "y" + ], + [ + "on", + "der" + ], + [ + "Ġo", + "zone" + ], + [ + "Ġf", + "its" + ], + [ + "ĠT", + "ogether" + ], + [ + "ĠC", + "ertain" + ], + [ + "ĠB", + "at" + ], + [ + "ĠB", + "all" + ], + [ + "ĠB", + "ird" + ], + [ + "Ġcor", + "rosion" + ], + [ + "lo", + "om" + ], + [ + "Ġphot", + "ograp" + ], + [ + "En", + "try" + ], + [ + "Ġult", + "ras" + ], + [ + "Ġmiss", + "ed" + ], + [ + "Ġperm", + "its" + ], + [ + "ĠPub", + "lishing" + ], + [ + "Ġped", + "est" + ], + [ + "ĠPerson", + "al" + ], + [ + "Ġspir", + "its" + ], + [ + "S", + "ocial" + ], + [ + "b", + "ol" + ], + [ + "Ġw", + "ounds" + ], + [ + "um", + "ing" + ], + [ + "ov", + "ie" + ], + [ + "Ġimm", + "ense" + ], + [ + "Ġexcept", + "ional" + ], + [ + "Ġobtain", + "ing" + ], + [ + "Ġunw", + "anted" + ], + [ + "Ġprosper", + "ity" + ], + [ + "B", + "ook" + ], + [ + "S", + "ystem" + ], + [ + "V", + "ari" + ], + [ + "c", + "ols" + ], + [ + "Ġto", + "ll" + ], + [ + "Ġg", + "ently" + ], + [ + "est", + "yles" + ], + [ + "ac", + "re" + ], + [ + "Ġat", + "e" + ], + [ + "ĠF", + "ollow" + ], + [ + "Ġsy", + "ll" + ], + [ + "Ġoff", + "spring" + ], + [ + "Ġsm", + "ok" + ], + [ + "ari", + "at" + ], + [ + "Ġappropri", + "ately" + ], + [ + "Ġepis", + "odes" + ], + [ + "ĠDoc", + "ument" + ], + [ + "Option", + "al" + ], + [ + "ĠNig", + "eria" + ], + [ + "Ġt", + "ent" + ], + [ + "Ġc", + "er" + ], + [ + "Ġb", + "od" + ], + [ + "Ġg", + "lands" + ], + [ + "Ġr", + "um" + ], + [ + "Ġint", + "ro" + ], + [ + "ĠJ", + "ordan" + ], + [ + "Ġdo", + "zen" + ], + [ + "pr", + "ison" + ], + [ + "ex", + "per" + ], + [ + "Ġ6", + "6" + ], + [ + "Ġbr", + "ands" + ], + [ + "Ġexpl", + "osion" + ], + [ + "ĠPol", + "and" + ], + [ + "Ġswit", + "ching" + ], + [ + "ĠMathemat", + "ics" + ], + [ + "ĠIO", + "Error" + ], + [ + "Ġinsu", + "fficient" + ], + [ + "ol", + "ia" + ], + [ + "ĠI", + "C" + ], + [ + "ay", + "an" + ], + [ + "ĠG", + "reg" + ], + [ + "Ġwor", + "ried" + ], + [ + "ĠK", + "im" + ], + [ + "Ġkey", + "words" + ], + [ + "Ġident", + "ifies" + ], + [ + "ĠDef", + "ense" + ], + [ + "Ġteach", + "ings" + ], + [ + "Ġwaters", + "hed" + ], + [ + "Ġstrengthen", + "ing" + ], + [ + "================", + "================" + ], + [ + "ĠCa", + "esar" + ], + [ + "ĠMethod", + "s" + ], + [ + "orient", + "ation" + ], + [ + "ĠIndust", + "ry" + ], + [ + "f", + "und" + ], + [ + "á", + "¸" + ], + [ + "Ġc", + "ater" + ], + [ + "ĠM", + "IT" + ], + [ + "ĠM", + "oscow" + ], + [ + "Ġpre", + "jud" + ], + [ + "Ġpr", + "inter" + ], + [ + "Ġind", + "ivid" + ], + [ + "Ġpos", + "es" + ], + [ + "Ġ18", + "90" + ], + [ + "Ġback", + "grounds" + ], + [ + "ĠAl", + "low" + ], + [ + "Ġcomb", + "ines" + ], + [ + "Ġcrit", + "ically" + ], + [ + "Ġprim", + "itive" + ], + [ + "pre", + "hens" + ], + [ + "Ġconcept", + "ion" + ], + [ + "ĠCont", + "ent" + ], + [ + "ĠMar", + "ia" + ], + [ + "Ġren", + "dered" + ], + [ + "ĠRel", + "ations" + ], + [ + "Vector", + "izer" + ], + [ + "S", + "erv" + ], + [ + "o", + "ors" + ], + [ + "u", + "y" + ], + [ + "in", + "formation" + ], + [ + "Ġab", + "d" + ], + [ + "Ġneed", + "le" + ], + [ + "Ġtw", + "entieth" + ], + [ + "ĠWe", + "ight" + ], + [ + "Ġgra", + "ve" + ], + [ + "Ġprot", + "otype" + ], + [ + "ron", + "es" + ], + [ + "Ġrev", + "ised" + ], + [ + "Ġste", + "ep" + ], + [ + "irt", + "ual" + ], + [ + "Ġsug", + "ars" + ], + [ + ")", + "])" + ], + [ + "Y", + "et" + ], + [ + "b", + "ral" + ], + [ + "g", + "b" + ], + [ + "Ġo", + "sc" + ], + [ + "ou", + "rag" + ], + [ + "Ġm", + "as" + ], + [ + "ac", + "ular" + ], + [ + "Ġnot", + "eb" + ], + [ + "Ġtr", + "ash" + ], + [ + "ues", + "e" + ], + [ + "ĠPh", + "arm" + ], + [ + "Ġgraph", + "s" + ], + [ + "Ġdemand", + "ing" + ], + [ + "ĠArch", + "ae" + ], + [ + "Ġresid", + "ual" + ], + [ + "Ġwithdraw", + "al" + ], + [ + "ĠCapt", + "ain" + ], + [ + "Ġunpre", + "cedented" + ], + [ + "J", + "u" + ], + [ + "S", + "w" + ], + [ + "Ġw", + "rap" + ], + [ + "Ġf", + "name" + ], + [ + "ad", + "ays" + ], + [ + "ĠB", + "road" + ], + [ + "Ġch", + "unks" + ], + [ + "ĠN", + "ort" + ], + [ + "Ġqu", + "oted" + ], + [ + "ĠEx", + "ercise" + ], + [ + "Ġprof", + "its" + ], + [ + "Ġgen", + "re" + ], + [ + "ĠCons", + "erv" + ], + [ + "Ġstri", + "kes" + ], + [ + "Ġbit", + "ter" + ], + [ + "gra", + "duate" + ], + [ + "Ġtrust", + "ed" + ], + [ + "Ġreb", + "ell" + ], + [ + "Ġdepict", + "ed" + ], + [ + "ĠSyn", + "d" + ], + [ + "Ġconvin", + "ced" + ], + [ + "Ġsurviv", + "ors" + ], + [ + "F", + "ollowing" + ], + [ + "P", + "red" + ], + [ + "Ġin", + "ability" + ], + [ + "Ġd", + "amp" + ], + [ + "ĠJ", + "ack" + ], + [ + "Ġtr", + "unk" + ], + [ + "eth", + "yl" + ], + [ + "Ġmat", + "rices" + ], + [ + "Ġbro", + "ker" + ], + [ + "ĠTe", + "le" + ], + [ + "Ġstop", + "ping" + ], + [ + "Ġtable", + "ts" + ], + [ + "Ġrepl", + "ication" + ], + [ + "Ġvulner", + "ability" + ], + [ + "ĠJe", + "an" + ], + [ + "Ġtempor", + "arily" + ], + [ + "secut", + "ive" + ], + [ + "ĠEmer", + "gency" + ], + [ + "ĠPhilos", + "ophy" + ], + [ + "Ġbrill", + "iant" + ], + [ + "A", + "V" + ], + [ + "T", + "ube" + ], + [ + "Ġg", + "auge" + ], + [ + "ĠA", + "li" + ], + [ + "se", + "min" + ], + [ + "ĠH", + "ung" + ], + [ + "Ġnot", + "ably" + ], + [ + "Ġout", + "breaks" + ], + [ + "Ġtra", + "p" + ], + [ + "ĠCom", + "par" + ], + [ + "Ġbo", + "ats" + ], + [ + "Ġer", + "ad" + ], + [ + "ĠBl", + "ock" + ], + [ + "Ġmut", + "ation" + ], + [ + "Ġimpl", + "ant" + ], + [ + "Ġsettle", + "ments" + ], + [ + "Ġmosquit", + "o" + ], + [ + "ĠAff", + "airs" + ], + [ + "oca", + "ust" + ], + [ + "ĠWed", + "nesday" + ], + [ + "j", + "an" + ], + [ + "o", + "en" + ], + [ + "il", + "ateral" + ], + [ + "ĠC", + "ru" + ], + [ + "ĠB", + "an" + ], + [ + "av", + "y" + ], + [ + "Ġsupp", + "ress" + ], + [ + "Ġaccess", + "ibility" + ], + [ + "Ġwaste", + "water" + ], + [ + "ĠPolit", + "ical" + ], + [ + "ion", + "ed" + ], + [ + "Ġst", + "ew" + ], + [ + "ĠN", + "urs" + ], + [ + "ĠL", + "ind" + ], + [ + "ĠL", + "oss" + ], + [ + "Ġout", + "lined" + ], + [ + "ub", + "ric" + ], + [ + "Ġcar", + "cin" + ], + [ + "Ġdr", + "ill" + ], + [ + "Ġtri", + "ps" + ], + [ + "Un", + "fortunately" + ], + [ + "AC", + "E" + ], + [ + "Ġdoct", + "est" + ], + [ + "Ġjewel", + "ry" + ], + [ + "m", + "icro" + ], + [ + "n", + "l" + ], + [ + "Ġc", + "el" + ], + [ + "Ġc", + "affeine" + ], + [ + "se", + "conds" + ], + [ + "ĠD", + "og" + ], + [ + "Ġdis", + "ci" + ], + [ + "ail", + "and" + ], + [ + "Ġob", + "ey" + ], + [ + "Ġfirst", + "name" + ], + [ + "ĠCom", + "pan" + ], + [ + "arr", + "ing" + ], + [ + "by", + "te" + ], + [ + "ĠOr", + "leans" + ], + [ + "Ġcalcul", + "ates" + ], + [ + "Ġfract", + "ures" + ], + [ + "Ġcounsel", + "ing" + ], + [ + "Ġacknowled", + "ged" + ], + [ + "am", + "l" + ], + [ + "ĠS", + "par" + ], + [ + "ĠC", + "os" + ], + [ + "ĠJ", + "os" + ], + [ + "ex", + "pl" + ], + [ + "Ġcontact", + "s" + ], + [ + "Ġsche", + "mes" + ], + [ + "ĠLaw", + "rence" + ], + [ + "Ġpoison", + "ing" + ], + [ + "Ġtact", + "ics" + ], + [ + "Ġinherit", + "ance" + ], + [ + "+", + "+" + ], + [ + "B", + "as" + ], + [ + "F", + "OR" + ], + [ + "M", + "ode" + ], + [ + "g", + "iving" + ], + [ + "t", + "imately" + ], + [ + "Å", + "į" + ], + [ + "Ġy", + "og" + ], + [ + "ad", + "j" + ], + [ + "pe", + "at" + ], + [ + "iv", + "ation" + ], + [ + "Ġsp", + "ell" + ], + [ + "Ġdifferent", + "ial" + ], + [ + "cul", + "iar" + ], + [ + "ĠAm", + "endment" + ], + [ + "Ġcharg", + "ing" + ], + [ + "sec", + "ution" + ], + [ + "A", + "uth" + ], + [ + "n", + "amed" + ], + [ + "p", + "ng" + ], + [ + "s", + "olving" + ], + [ + "å", + "ħ" + ], + [ + "on", + "str" + ], + [ + "Ġthe", + "ft" + ], + [ + "Ġan", + "a" + ], + [ + "Ġd", + "rew" + ], + [ + "ĠT", + "a" + ], + [ + "ĠT", + "ob" + ], + [ + "ot", + "or" + ], + [ + "Ġst", + "ays" + ], + [ + "ĠS", + "el" + ], + [ + "ĠM", + "it" + ], + [ + "ĠD", + "ental" + ], + [ + "ĠL", + "es" + ], + [ + "Ġdis", + "pute" + ], + [ + "reat", + "ing" + ], + [ + "we", + "ed" + ], + [ + "Ġaut", + "umn" + ], + [ + "Ġpass", + "words" + ], + [ + "Ġsubject", + "ed" + ], + [ + "Ġformat", + "ted" + ], + [ + "Ġgard", + "ening" + ], + [ + "Ġbul", + "bs" + ], + [ + "Ġbow", + "l" + ], + [ + "fol", + "io" + ], + [ + "Ġwra", + "pped" + ], + [ + "Ġdys", + "function" + ], + [ + "Ġb", + "ore" + ], + [ + "Ġre", + "wards" + ], + [ + "Ġch", + "r" + ], + [ + "Ġcount", + "ies" + ], + [ + "Ġcent", + "res" + ], + [ + "Ġpo", + "le" + ], + [ + "Ġ198", + "3" + ], + [ + "Ġcommand", + "er" + ], + [ + "Ġcommand", + "ment" + ], + [ + "ĠMay", + "be" + ], + [ + "Ġconcent", + "rate" + ], + [ + "Ġinvestig", + "ations" + ], + [ + "car", + "bon" + ], + [ + "olit", + "ical" + ], + [ + "################", + "################" + ], + [ + ")", + ")." + ], + [ + "in", + "ent" + ], + [ + "Ġthe", + "ology" + ], + [ + "ch", + "arge" + ], + [ + "ra", + "c" + ], + [ + "ĠS", + "ug" + ], + [ + "Ġ1", + "10" + ], + [ + "Ġve", + "in" + ], + [ + "Ġdiff", + "ers" + ], + [ + "Ġwar", + "fare" + ], + [ + "Ġinitial", + "ize" + ], + [ + "Ġtim", + "ely" + ], + [ + "Ġillust", + "ration" + ], + [ + "ĠAtt", + "ribute" + ], + [ + "Ġmarg", + "in" + ], + [ + "ĠRad", + "io" + ], + [ + "Ġpursu", + "it" + ], + [ + "Ġpuzz", + "le" + ], + [ + "R", + "un" + ], + [ + "S", + "U" + ], + [ + "à", + "¦" + ], + [ + "Ġ", + ")," + ], + [ + "ic", + "iency" + ], + [ + "ĠS", + "E" + ], + [ + "Ġout", + "standing" + ], + [ + "ĠV", + "erm" + ], + [ + "Ġprocess", + "or" + ], + [ + "ĠPro", + "b" + ], + [ + "Ġless", + "er" + ], + [ + "We", + "b" + ], + [ + "Ġdecl", + "are" + ], + [ + "Ġreflect", + "ing" + ], + [ + "Ġagree", + "ments" + ], + [ + "Ġconver", + "ting" + ], + [ + "ĠInit", + "iative" + ], + [ + "Ġcrow", + "d" + ], + [ + "squ", + "are" + ], + [ + "ĠEconom", + "ics" + ], + [ + "es", + "pecially" + ], + [ + "Ġp", + "our" + ], + [ + "am", + "an" + ], + [ + "th", + "reat" + ], + [ + "ĠF", + "low" + ], + [ + "ren", + "cies" + ], + [ + "ĠG", + "as" + ], + [ + "Ġret", + "ention" + ], + [ + "Ġqu", + "it" + ], + [ + "ST", + "R" + ], + [ + "Ġtalk", + "ed" + ], + [ + "Ġfit", + "ted" + ], + [ + "Ad", + "ditionally" + ], + [ + "pay", + "load" + ], + [ + "Ġcub", + "ic" + ], + [ + "ĠHawai", + "i" + ], + [ + "Ġtoile", + "t" + ], + [ + "Ġunemploy", + "ment" + ], + [ + "P", + "oly" + ], + [ + "h", + "arm" + ], + [ + "j", + "e" + ], + [ + "Ġo", + "live" + ], + [ + "Ġc", + "ock" + ], + [ + "Ġf", + "ier" + ], + [ + "ist", + "ing" + ], + [ + "ĠP", + "H" + ], + [ + "Ġex", + "cluded" + ], + [ + "ant", + "e" + ], + [ + "ĠL", + "akes" + ], + [ + "int", + "on" + ], + [ + "con", + "vert" + ], + [ + "ĠUn", + "iverse" + ], + [ + "tr", + "ation" + ], + [ + "enc", + "oded" + ], + [ + "bl", + "ack" + ], + [ + "Ġmicro", + "organisms" + ], + [ + "Ġpan", + "ic" + ], + [ + "Ġ196", + "7" + ], + [ + "Ġstimul", + "us" + ], + [ + "ĠDefault", + "s" + ], + [ + "à¥", + "į" + ], + [ + "Ġmyster", + "ious" + ], + [ + "Fil", + "ter" + ], + [ + ".", + "\"," + ], + [ + "/", + "." + ], + [ + "h", + "ouses" + ], + [ + "m", + "ind" + ], + [ + "il", + "ly" + ], + [ + "ol", + "ith" + ], + [ + "us", + "ually" + ], + [ + "Ġg", + "ay" + ], + [ + "Ġbe", + "ef" + ], + [ + "Ġun", + "conscious" + ], + [ + "ĠO", + "k" + ], + [ + "Ġcomm", + "a" + ], + [ + "ail", + "ure" + ], + [ + "ĠV", + "iol" + ], + [ + "Ġacc", + "used" + ], + [ + "Ġem", + "peror" + ], + [ + "Ġdes", + "ires" + ], + [ + "Ġ5", + "8" + ], + [ + "Ġtravel", + "s" + ], + [ + "Ġadjust", + "ed" + ], + [ + "Cal", + "culate" + ], + [ + "Act", + "ive" + ], + [ + "Ġcoupl", + "ed" + ], + [ + "Ġshru", + "bs" + ], + [ + "c", + "ision" + ], + [ + "s", + "ol" + ], + [ + "ot", + "ine" + ], + [ + "Ġst", + "ain" + ], + [ + "ĠS", + "D" + ], + [ + "Ġele", + "g" + ], + [ + "be", + "fore" + ], + [ + "Ġ197", + "3" + ], + [ + "ĠCo", + "al" + ], + [ + "Ġadjust", + "ments" + ], + [ + "K", + "now" + ], + [ + "ver", + "ts" + ], + [ + "ĠS", + "outheast" + ], + [ + "ĠP", + "erm" + ], + [ + "ĠP", + "RO" + ], + [ + "ĠW", + "y" + ], + [ + "ĠL", + "ank" + ], + [ + "Ġfound", + "ing" + ], + [ + "Ġ6", + "3" + ], + [ + ".\"", + "." + ], + [ + "ĠNew", + "ton" + ], + [ + "au", + "x" + ], + [ + "Ġhead", + "ache" + ], + [ + "12", + "8" + ], + [ + "Se", + "pt" + ], + [ + "ĠPart", + "icip" + ], + [ + "Ġvot", + "es" + ], + [ + "ĠRepublic", + "an" + ], + [ + "ĠLiter", + "ature" + ], + [ + "Ġfost", + "ering" + ], + [ + "A", + "pril" + ], + [ + "S", + "ometimes" + ], + [ + "è", + "¯" + ], + [ + "Ġh", + "ay" + ], + [ + "ĠH", + "ay" + ], + [ + "ĠF", + "ox" + ], + [ + "ud", + "ge" + ], + [ + "Ġcor", + "ners" + ], + [ + "Ġequ", + "als" + ], + [ + "Ġbas", + "in" + ], + [ + "ĠCl", + "ark" + ], + [ + "ĠPl", + "ants" + ], + [ + "ik", + "es" + ], + [ + "Ġlower", + "case" + ], + [ + "ĠAust", + "ria" + ], + [ + "Ġdiv", + "isions" + ], + [ + "tra", + "js" + ], + [ + "Ġcapital", + "ism" + ], + [ + "product", + "s" + ], + [ + "Ġrender", + "ing" + ], + [ + "Ġpix", + "els" + ], + [ + "A", + "g" + ], + [ + "D", + "at" + ], + [ + "s", + "afe" + ], + [ + "Ġb", + "on" + ], + [ + "Ġst", + "a" + ], + [ + "ĠW", + "atson" + ], + [ + "Ġman", + "ure" + ], + [ + "Ġvari", + "ance" + ], + [ + "Ġnut", + "rit" + ], + [ + "Ġ197", + "2" + ], + [ + "dat", + "abase" + ], + [ + "ĠAdd", + "ress" + ], + [ + "Ġrestaur", + "ants" + ], + [ + "ourge", + "ois" + ], + [ + "se", + "en" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĊ" + ], + [ + "ĠM", + "P" + ], + [ + "ĠR", + "ay" + ], + [ + "Ġj", + "et" + ], + [ + "Ġ19", + "64" + ], + [ + "ĠAn", + "th" + ], + [ + "Ġpast", + "e" + ], + [ + "ram", + "id" + ], + [ + "200", + "3" + ], + [ + "ĠCons", + "ult" + ], + [ + "tra", + "j" + ], + [ + "Ġdisappe", + "ared" + ], + [ + "ĠEth", + "iop" + ], + [ + "ĠUt", + "ah" + ], + [ + "I", + "B" + ], + [ + "M", + "arch" + ], + [ + "b", + "oth" + ], + [ + "n", + "ull" + ], + [ + "Ġw", + "olves" + ], + [ + "Ġp", + "umps" + ], + [ + "ers", + "hip" + ], + [ + "ĠM", + "as" + ], + [ + "Ġsh", + "ower" + ], + [ + "Ġ\"", + "{" + ], + [ + "Ġcar", + "rier" + ], + [ + "Ġmon", + "arch" + ], + [ + "Ġleg", + "ally" + ], + [ + "ser", + "ial" + ], + [ + "Ġweight", + "ed" + ], + [ + "Ġ197", + "5" + ], + [ + "ĠDis", + "order" + ], + [ + "pack", + "age" + ], + [ + "Ġelim", + "inated" + ], + [ + "ĠSol", + "omon" + ], + [ + "oles", + "cent" + ], + [ + "Ġchromos", + "ome" + ], + [ + "F", + "eb" + ], + [ + "f", + "w" + ], + [ + "Ġf", + "n" + ], + [ + "Ġf", + "ibr" + ], + [ + "ro", + "b" + ], + [ + "im", + "ag" + ], + [ + "Ġad", + "hes" + ], + [ + "Ġsp", + "am" + ], + [ + "Ġcor", + "al" + ], + [ + "Ġauthor", + "ized" + ], + [ + "Ġdepend", + "ence" + ], + [ + "Ġconsid", + "ers" + ], + [ + "ĠAgricult", + "ural" + ], + [ + "Ġcrypt", + "ocur" + ], + [ + "Ġwound", + "ed" + ], + [ + "ĠKen", + "ya" + ], + [ + "categ", + "ory" + ], + [ + "Ġremem", + "bered" + ], + [ + "Ġcerv", + "ical" + ], + [ + "F", + "ood" + ], + [ + "l", + "inalg" + ], + [ + "Ġb", + "esides" + ], + [ + "ig", + "e" + ], + [ + "ĠB", + "BC" + ], + [ + "ĠH", + "ost" + ], + [ + "Ġ\"", + "-" + ], + [ + "Ġpe", + "aks" + ], + [ + "Ġfact", + "ories" + ], + [ + "IN", + "D" + ], + [ + "Ġchalleng", + "ed" + ], + [ + "Ġblock", + "ed" + ], + [ + "Ġbill", + "ions" + ], + [ + "ĠUs", + "age" + ], + [ + "Ġrepl", + "ied" + ], + [ + "Ġconstit", + "u" + ], + [ + "Ġnav", + "al" + ], + [ + "equ", + "al" + ], + [ + "ĠExt", + "ension" + ], + [ + "Ġharv", + "esting" + ], + [ + "ĠExecut", + "ive" + ], + [ + "Sim", + "ilar" + ], + [ + "at", + "ype" + ], + [ + "Ġf", + "ut" + ], + [ + "Ġf", + "reed" + ], + [ + "Ġd", + "well" + ], + [ + "ct", + "x" + ], + [ + "um", + "my" + ], + [ + "ĠL", + "GBT" + ], + [ + "per", + "form" + ], + [ + "Ġpe", + "culiar" + ], + [ + "Ġfe", + "ast" + ], + [ + "Ġrec", + "ipe" + ], + [ + "pos", + "ure" + ], + [ + "Ġext", + "ensively" + ], + [ + "Ġpri", + "ze" + ], + [ + "Ġprevent", + "ive" + ], + [ + "Ġur", + "inary" + ], + [ + "ĠIm", + "perial" + ], + [ + "Ġsat", + "urated" + ], + [ + "Ġadapt", + "ive" + ], + [ + "TS", + "D" + ], + [ + "ĠSk", + "ills" + ], + [ + "Ġmel", + "ting" + ], + [ + "Ġcompr", + "ised" + ], + [ + "Ġlarv", + "ae" + ], + [ + "h", + "ang" + ], + [ + "Ġ", + "ib" + ], + [ + "ĠI", + "celand" + ], + [ + "Ġse", + "as" + ], + [ + "Ġmod", + "ification" + ], + [ + "yd", + "ney" + ], + [ + "ĠApp", + "ro" + ], + [ + "Ġanaly", + "tical" + ], + [ + "ĠSim", + "on" + ], + [ + "Ġalt", + "ogether" + ], + [ + "ĠPri", + "or" + ], + [ + "Ġdecor", + "ated" + ], + [ + "Ġtrib", + "al" + ], + [ + "Ġgall", + "ons" + ], + [ + "Ġexplo", + "itation" + ], + [ + "ĠVen", + "us" + ], + [ + "Ġsurge", + "on" + ], + [ + "F", + "act" + ], + [ + "U", + "RE" + ], + [ + "l", + "an" + ], + [ + "Ġc", + "tx" + ], + [ + "Ġd", + "os" + ], + [ + "et", + "ry" + ], + [ + "ĠC", + "and" + ], + [ + "ac", + "ies" + ], + [ + "Ġadd", + "ict" + ], + [ + "Ġgl", + "ue" + ], + [ + "Ġdesc", + "ending" + ], + [ + "12", + "3" + ], + [ + "Ġcy", + "linder" + ], + [ + "Ġprior", + "ities" + ], + [ + "ĠPre", + "p" + ], + [ + "Ġep", + "it" + ], + [ + "Ġcompre", + "hen" + ], + [ + "dig", + "it" + ], + [ + "Ġcorpor", + "ations" + ], + [ + "Col", + "or" + ], + [ + "Am", + "ong" + ], + [ + "Eng", + "lish" + ], + [ + "N", + "B" + ], + [ + "P", + "ort" + ], + [ + "R", + "ange" + ], + [ + "h", + "r" + ], + [ + "h", + "al" + ], + [ + "Ġw", + "ed" + ], + [ + "Ġto", + "dd" + ], + [ + "Ġn", + "asal" + ], + [ + "ĠD", + "E" + ], + [ + "ren", + "d" + ], + [ + "Ġen", + "force" + ], + [ + "ĠCh", + "ronic" + ], + [ + "Ġgra", + "zing" + ], + [ + "sum", + "mary" + ], + [ + "ĠPat", + "rick" + ], + [ + "Ġalt", + "itude" + ], + [ + "Ġindivid", + "ually" + ], + [ + "S", + "C" + ], + [ + "W", + "est" + ], + [ + "ut", + "ter" + ], + [ + "ĠS", + "ort" + ], + [ + "Ġhe", + "d" + ], + [ + "ĠL", + "ie" + ], + [ + "Ġinst", + "inct" + ], + [ + "Ġread", + "ings" + ], + [ + "Ġimp", + "aired" + ], + [ + "Ġmet", + "all" + ], + [ + "col", + "ors" + ], + [ + "Pro", + "t" + ], + [ + "Pr", + "int" + ], + [ + "Ġtrou", + "bles" + ], + [ + "Ġdeliver", + "ing" + ], + [ + "Ġinev", + "itable" + ], + [ + "Ġelectrom", + "agnetic" + ], + [ + "L", + "D" + ], + [ + "on", + "ian" + ], + [ + "ed", + "ic" + ], + [ + "Ġr", + "anks" + ], + [ + "Ġun", + "comfort" + ], + [ + "ell", + "ar" + ], + [ + "ang", + "ar" + ], + [ + "Ġlearn", + "er" + ], + [ + "Ġtreat", + "s" + ], + [ + "Ġmem", + "orial" + ], + [ + "EN", + "D" + ], + [ + "[:", + "-" + ], + [ + "Ġrepro", + "duce" + ], + [ + "Ġstraight", + "forward" + ], + [ + "ĠAccess", + "ed" + ], + [ + "ochem", + "ical" + ], + [ + "G", + "R" + ], + [ + "S", + "ection" + ], + [ + "c", + "v" + ], + [ + "c", + "op" + ], + [ + "ar", + "ound" + ], + [ + "Ġe", + "ps" + ], + [ + "ch", + "anges" + ], + [ + "se", + "gment" + ], + [ + "Ġhe", + "ct" + ], + [ + "Ġsp", + "ite" + ], + [ + "ends", + "with" + ], + [ + "ĠZ", + "e" + ], + [ + "Ġgas", + "oline" + ], + [ + "Com", + "put" + ], + [ + "oul", + "try" + ], + [ + "ĠAnt", + "i" + ], + [ + "w", + "ave" + ], + [ + "ed", + "uc" + ], + [ + "Ġm", + "apped" + ], + [ + "ut", + "er" + ], + [ + "ĠR", + "ap" + ], + [ + "ĠF", + "isher" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ" + ], + [ + "ĠK", + "ings" + ], + [ + "ĠV", + "ill" + ], + [ + "Ġgener", + "ic" + ], + [ + "Ġserv", + "ant" + ], + [ + "ĠEx", + "cel" + ], + [ + "Ġdom", + "ains" + ], + [ + "Ġtarget", + "ing" + ], + [ + "Ġemerg", + "ence" + ], + [ + "ĠAp", + "ollo" + ], + [ + "Ġhung", + "ry" + ], + [ + "E", + "st" + ], + [ + "s", + "in" + ], + [ + "u", + "ated" + ], + [ + "w", + "alk" + ], + [ + "ow", + "ing" + ], + [ + "Ġ19", + "17" + ], + [ + "Ġrec", + "ruit" + ], + [ + "ĠV", + "ideo" + ], + [ + "Ġlast", + "ed" + ], + [ + "ban", + "ana" + ], + [ + "Ġbur", + "ial" + ], + [ + "Ġbul", + "b" + ], + [ + "Ġpromot", + "ion" + ], + [ + "ĠPat", + "ients" + ], + [ + "ĠHam", + "ilton" + ], + [ + "B", + "et" + ], + [ + "J", + "une" + ], + [ + "g", + "ene" + ], + [ + "u", + "ber" + ], + [ + "Ù", + "İ" + ], + [ + "è", + "¡" + ], + [ + "is", + "an" + ], + [ + "Ġin", + "cons" + ], + [ + "ol", + "k" + ], + [ + "oc", + "cur" + ], + [ + "Ġun", + "con" + ], + [ + "ys", + "ics" + ], + [ + "Ġeconom", + "ically" + ], + [ + "Ġcross", + "ed" + ], + [ + "Ġfresh", + "water" + ], + [ + "Ġwel", + "ding" + ], + [ + "Ġwarn", + "ed" + ], + [ + "Ġveter", + "ans" + ], + [ + "Ġundert", + "aken" + ], + [ + "ĠMic", + "hel" + ], + [ + "Ġquadr", + "atic" + ], + [ + "Ġallev", + "iate" + ], + [ + "Ġultras", + "ound" + ], + [ + "S", + "H" + ], + [ + "ing", + "ing" + ], + [ + "ut", + "ing" + ], + [ + "Ġg", + "arb" + ], + [ + "ir", + "ie" + ], + [ + "ass", + "ment" + ], + [ + "ĠG", + "aza" + ], + [ + "ĠCh", + "i" + ], + [ + "Ġwhere", + "ver" + ], + [ + "cont", + "rolled" + ], + [ + "Ġsyn", + "chron" + ], + [ + "Ġ194", + "8" + ], + [ + "Ġassum", + "ing" + ], + [ + "Ġclim", + "bing" + ], + [ + "Ġturb", + "ine" + ], + [ + "Ġbutt", + "ons" + ], + [ + "Ġb", + "rows" + ], + [ + "ĠD", + "NS" + ], + [ + "ĠK", + "ir" + ], + [ + "Ġinv", + "isible" + ], + [ + "Ġ6", + "7" + ], + [ + "Ġflow", + "ering" + ], + [ + "ĠIsrael", + "ites" + ], + [ + "sent", + "iment" + ], + [ + "ĠArab", + "ia" + ], + [ + "Ġdies", + "el" + ], + [ + "A", + "x" + ], + [ + "F", + "requ" + ], + [ + "t", + "elling" + ], + [ + "Ġp", + "iano" + ], + [ + "Ġb", + "ure" + ], + [ + "im", + "eters" + ], + [ + "ĠT", + "our" + ], + [ + "ith", + "m" + ], + [ + "Ġal", + "ien" + ], + [ + "ĠP", + "ra" + ], + [ + "ĠE", + "le" + ], + [ + "ĠG", + "ames" + ], + [ + "Ġcl", + "ot" + ], + [ + "ĠSt", + "aff" + ], + [ + "Ġtra", + "ins" + ], + [ + "Ġ20", + "30" + ], + [ + "Ġmind", + "fulness" + ], + [ + "Ġdemonstr", + "ation" + ], + [ + "process", + "ed" + ], + [ + "Ġfilter", + "ing" + ], + [ + "Ġprop", + "het" + ], + [ + "no", + "ise" + ], + [ + "Ġworth", + "y" + ], + [ + "Add", + "ress" + ], + [ + "Ġmanip", + "ulate" + ], + [ + "ĠDie", + "go" + ], + [ + "ĠLen", + "in" + ], + [ + "A", + "ge" + ], + [ + "Ġp", + "m" + ], + [ + "Ġb", + "iblical" + ], + [ + "un", + "its" + ], + [ + "Ġoccur", + "rences" + ], + [ + "Ġcrit", + "ics" + ], + [ + "Ġconcept", + "ual" + ], + [ + "uck", + "et" + ], + [ + "Ġcommunic", + "ating" + ], + [ + "Ġintest", + "ine" + ], + [ + "d", + "l" + ], + [ + "Ġ", + "um" + ], + [ + "is", + "l" + ], + [ + "Ġg", + "aming" + ], + [ + "ot", + "onin" + ], + [ + "ra", + "ce" + ], + [ + "Ġv", + "et" + ], + [ + "ĠR", + "oss" + ], + [ + "ple", + "ments" + ], + [ + "Ġ6", + "8" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠ" + ], + [ + "Ġflu", + "ores" + ], + [ + "sub", + "string" + ], + [ + "Ġcompet", + "e" + ], + [ + "Ġemphas", + "ize" + ], + [ + "Ġflood", + "s" + ], + [ + "ĠSal", + "v" + ], + [ + "ĠBer", + "keley" + ], + [ + "Ġarrest", + "ed" + ], + [ + "Ġlingu", + "istic" + ], + [ + "Ġfung", + "us" + ], + [ + "â", + "Ħ" + ], + [ + "å", + "Ī" + ], + [ + "Ġm", + "elt" + ], + [ + "il", + "ization" + ], + [ + "Ġ1", + "30" + ], + [ + "ĠR", + "od" + ], + [ + "ose", + "x" + ], + [ + "Ġimport", + "s" + ], + [ + "Ġmat", + "urity" + ], + [ + "Ġpass", + "ages" + ], + [ + "Ġdam", + "ages" + ], + [ + "ĠDi", + "agn" + ], + [ + "Ġrecip", + "es" + ], + [ + "ĠJup", + "iter" + ], + [ + "r", + "ust" + ], + [ + "Ġs", + "emic" + ], + [ + "Ġo", + "re" + ], + [ + "ĠT", + "alk" + ], + [ + "ĠT", + "uesday" + ], + [ + "ĠA", + "str" + ], + [ + "ĠS", + "ample" + ], + [ + "ĠP", + "il" + ], + [ + "ĠW", + "aste" + ], + [ + "ĠN", + "x" + ], + [ + "ĠG", + "er" + ], + [ + "Ġag", + "gression" + ], + [ + "ins", + "ic" + ], + [ + "ĠUS", + "DA" + ], + [ + "Ġport", + "able" + ], + [ + "ĠPr", + "imary" + ], + [ + "Ġglass", + "es" + ], + [ + "Ġunt", + "reated" + ], + [ + "ĠIss", + "ue" + ], + [ + "æ", + "ķ" + ], + [ + "Ġw", + "and" + ], + [ + "est", + "ab" + ], + [ + "em", + "en" + ], + [ + "ĠL", + "oc" + ], + [ + "ĠO", + "ak" + ], + [ + "ign", + "ore" + ], + [ + "ph", + "i" + ], + [ + "Ġbi", + "ases" + ], + [ + "Ġvari", + "ability" + ], + [ + "Ġ197", + "1" + ], + [ + "Ġquant", + "itative" + ], + [ + "Ġcou", + "ples" + ], + [ + "Ġden", + "y" + ], + [ + "ĠMo", + "ore" + ], + [ + "Ġgro", + "cery" + ], + [ + "Ke", + "ep" + ], + [ + "d", + "ose" + ], + [ + "he", + "art" + ], + [ + "Ġh", + "int" + ], + [ + "ur", + "d" + ], + [ + "Ġbe", + "aches" + ], + [ + "ge", + "vity" + ], + [ + "ill", + "ary" + ], + [ + "ĠR", + "ose" + ], + [ + "ĠN", + "at" + ], + [ + "Ġsc", + "ans" + ], + [ + "Ġstr", + "and" + ], + [ + "Ġwell", + "s" + ], + [ + "Ġjust", + "ify" + ], + [ + "Ġdel", + "im" + ], + [ + "Ġcomput", + "ational" + ], + [ + "Ġrad", + "ar" + ], + [ + "Ġ--", + "-" + ], + [ + "Ġri", + "val" + ], + [ + "Ġtur", + "tles" + ], + [ + "Ġmoment", + "um" + ], + [ + "Ġdiss", + "olved" + ], + [ + "Ġvibr", + "ant" + ], + [ + "Ġwra", + "pper" + ], + [ + "Ġrestaur", + "ant" + ], + [ + "Ġsovereign", + "ty" + ], + [ + "ar", + "ry" + ], + [ + "ot", + "le" + ], + [ + "Ġit", + "erate" + ], + [ + "ĠD", + "ub" + ], + [ + "ap", + "hor" + ], + [ + "Ġdes", + "per" + ], + [ + "cept", + "s" + ], + [ + "Ġcur", + "ves" + ], + [ + "app", + "lication" + ], + [ + "Ġappro", + "aching" + ], + [ + "Ġpot", + "ato" + ], + [ + "Ġhead", + "ed" + ], + [ + "be", + "at" + ], + [ + "Ġpick", + "ing" + ], + [ + "Ġsusp", + "ended" + ], + [ + "Ġmicrob", + "ial" + ], + [ + "Ġadvent", + "ure" + ], + [ + "Ġimpair", + "ment" + ], + [ + "=", + "\"\"" + ], + [ + "ã", + "Ģ" + ], + [ + "Ġb", + "ites" + ], + [ + "Ġin", + "coming" + ], + [ + "Ġl", + "ux" + ], + [ + "res", + "olution" + ], + [ + "res", + "pons" + ], + [ + "Ġad", + "ject" + ], + [ + "Ġwell", + "ness" + ], + [ + "read", + "er" + ], + [ + "ĠAd", + "ams" + ], + [ + "ĠPh", + "ill" + ], + [ + "Ġexam", + "ines" + ], + [ + "lim", + "ited" + ], + [ + "Ġfast", + "a" + ], + [ + "Ġalle", + "ged" + ], + [ + "ĠClin", + "ic" + ], + [ + "ĠCle", + "ar" + ], + [ + "Ġrenown", + "ed" + ], + [ + "1", + "10" + ], + [ + "b", + "atch" + ], + [ + "f", + "ood" + ], + [ + "f", + "igure" + ], + [ + "m", + "other" + ], + [ + "m", + "ulti" + ], + [ + "Ġf", + "ired" + ], + [ + "Ġsh", + "aft" + ], + [ + "cc", + "a" + ], + [ + "ĠTh", + "ailand" + ], + [ + "ĠIm", + "ages" + ], + [ + "rel", + "ation" + ], + [ + "Ġestim", + "ation" + ], + [ + "ris", + "is" + ], + [ + "Ġpig", + "s" + ], + [ + "Ġwal", + "ks" + ], + [ + "Ġtensor", + "flow" + ], + [ + "Ġveterin", + "arian" + ], + [ + ".", + "]," + ], + [ + "k", + "w" + ], + [ + "l", + "ades" + ], + [ + "s", + "hip" + ], + [ + "ri", + "ent" + ], + [ + "pl", + "ug" + ], + [ + "Ġun", + "re" + ], + [ + "Ġres", + "ponding" + ], + [ + "Ġret", + "rieved" + ], + [ + "Ġhas", + "n" + ], + [ + "Ġproblem", + "atic" + ], + [ + "ĠCon", + "sequently" + ], + [ + "ĠAnd", + "roid" + ], + [ + "log", + "in" + ], + [ + "count", + "ry" + ], + [ + "ht", + "m" + ], + [ + "Se", + "quence" + ], + [ + "ĠPol", + "ice" + ], + [ + "Ġearthqu", + "akes" + ], + [ + "D", + "ay" + ], + [ + "t", + "an" + ], + [ + "Ġ", + "âĢĻ" + ], + [ + "re", + "v" + ], + [ + "ul", + "us" + ], + [ + "ad", + "ian" + ], + [ + "Ġ(", + "`" + ], + [ + "ĠR", + "ain" + ], + [ + "ĠR", + "oc" + ], + [ + "Ġint", + "act" + ], + [ + "Ġcl", + "ip" + ], + [ + "oo", + "f" + ], + [ + ").", + "\"\"\"" + ], + [ + "ĠSt", + "ress" + ], + [ + "ĠCh", + "am" + ], + [ + "Ġind", + "oors" + ], + [ + "Ġed", + "itors" + ], + [ + "Ġstat", + "ue" + ], + [ + "Ġla", + "un" + ], + [ + "ĠPer", + "u" + ], + [ + "Ġautom", + "ation" + ], + [ + "Ġimper", + "ative" + ], + [ + "Ġguarant", + "eed" + ], + [ + "Ġadvert", + "ise" + ], + [ + "Ġnob", + "le" + ], + [ + "Ġles", + "ions" + ], + [ + ":", + "])" + ], + [ + "H", + "aving" + ], + [ + "b", + "uilding" + ], + [ + "Ä", + "«" + ], + [ + "Ġre", + "pository" + ], + [ + "ĠS", + "ave" + ], + [ + "ĠS", + "ports" + ], + [ + "Ġnot", + "ing" + ], + [ + "ĠF", + "at" + ], + [ + "ĠF", + "oot" + ], + [ + "og", + "lob" + ], + [ + "In", + "v" + ], + [ + "ĠYou", + "Tube" + ], + [ + "Ex", + "per" + ], + [ + "Ġground", + "water" + ], + [ + "ĠAct", + "ivity" + ], + [ + "pat", + "ient" + ], + [ + "ĠGen", + "esis" + ], + [ + "Ġspr", + "ink" + ], + [ + "ĠKent", + "ucky" + ], + [ + ".", + "(" + ], + [ + "V", + "olume" + ], + [ + "ĠA", + "bs" + ], + [ + "ĠP", + "a" + ], + [ + "ĠE", + "rror" + ], + [ + "out", + "ing" + ], + [ + "Ġcur", + "iosity" + ], + [ + "Ġaut", + "onomy" + ], + [ + "Ġplan", + "es" + ], + [ + "Ġbeh", + "ave" + ], + [ + "Ġlower", + "ing" + ], + [ + "Ġwood", + "s" + ], + [ + "fl", + "ag" + ], + [ + "ĠPsych", + "iat" + ], + [ + "Ġelectro", + "ly" + ], + [ + "Ġprox", + "imity" + ], + [ + "ĠSar", + "ah" + ], + [ + "ĠObs", + "erv" + ], + [ + "Ġber", + "ries" + ], + [ + "R", + "OR" + ], + [ + "f", + "amily" + ], + [ + "t", + "ensor" + ], + [ + "Ġt", + "ender" + ], + [ + "in", + "clude" + ], + [ + "Ġc", + "ables" + ], + [ + "ar", + "re" + ], + [ + "ul", + "se" + ], + [ + "se", + "ek" + ], + [ + "Ġle", + "ver" + ], + [ + "Ġim", + "plicit" + ], + [ + "ĠO", + "d" + ], + [ + "Ġ:", + ":" + ], + [ + "Ġart", + "work" + ], + [ + "ann", + "y" + ], + [ + "Ġprec", + "autions" + ], + [ + "Ġalt", + "ar" + ], + [ + "Ġtoler", + "ate" + ], + [ + "Ġhypert", + "ension" + ], + [ + "ĠDougl", + "as" + ], + [ + "b", + "t" + ], + [ + "Ġm", + "ant" + ], + [ + "ĠT", + "aking" + ], + [ + "ĠA", + "L" + ], + [ + "ĠC", + "C" + ], + [ + "em", + "ma" + ], + [ + "('", + "%" + ], + [ + "Ġ7", + "8" + ], + [ + "Ġaccount", + "ability" + ], + [ + "Ġemphas", + "izes" + ], + [ + "Ġcra", + "cks" + ], + [ + "ĠAnn", + "ual" + ], + [ + "ĠTor", + "ah" + ], + [ + "Ġvolcan", + "ic" + ], + [ + "pie", + "ce" + ], + [ + "b", + "ach" + ], + [ + "b", + "irth" + ], + [ + "Ġw", + "ires" + ], + [ + "ar", + "an" + ], + [ + "ĠT", + "ennessee" + ], + [ + "id", + "ian" + ], + [ + "ra", + "vel" + ], + [ + "ĠB", + "MI" + ], + [ + "Ġch", + "i" + ], + [ + "Ġra", + "y" + ], + [ + "Ġel", + "astic" + ], + [ + "Ġback", + "end" + ], + [ + "att", + "ributes" + ], + [ + "Ġclin", + "ic" + ], + [ + "fl", + "ies" + ], + [ + "Ġastr", + "onaut" + ], + [ + "Further", + "more" + ], + [ + ")", + "?" + ], + [ + ">", + "<" + ], + [ + "u", + "f" + ], + [ + "Ġc", + "ues" + ], + [ + "Ġp", + "ond" + ], + [ + "ĠW", + "inter" + ], + [ + "Ġpre", + "t" + ], + [ + "mer", + "cial" + ], + [ + "Ġher", + "pes" + ], + [ + "Ġpress", + "ing" + ], + [ + "log", + "ging" + ], + [ + "Ġdial", + "og" + ], + [ + "Ġpure", + "ly" + ], + [ + "Ġsimpl", + "er" + ], + [ + "h", + "it" + ], + [ + "Å", + "¡" + ], + [ + "Ġd", + "war" + ], + [ + "ĠT", + "ips" + ], + [ + "id", + "ates" + ], + [ + "Ġcon", + "sole" + ], + [ + "Ġwas", + "hed" + ], + [ + "Ġtra", + "pped" + ], + [ + "Ġexc", + "ite" + ], + [ + "Ġtransport", + "ed" + ], + [ + "Ġapprox", + "imate" + ], + [ + "Ġpresident", + "ial" + ], + [ + "ĠTor", + "onto" + ], + [ + "Ġintest", + "inal" + ], + [ + "ĠStan", + "ford" + ], + [ + "Ġdivor", + "ce" + ], + [ + "L", + "ife" + ], + [ + "l", + "ibrary" + ], + [ + "m", + "ates" + ], + [ + "y", + "ers" + ], + [ + "Ġp", + "ocket" + ], + [ + "al", + "in" + ], + [ + "Ġm", + "ad" + ], + [ + "th", + "ink" + ], + [ + "ill", + "er" + ], + [ + "Ġsh", + "ame" + ], + [ + "Ġsome", + "how" + ], + [ + "ĠCh", + "ile" + ], + [ + "Ġsign", + "ing" + ], + [ + "Ġpub", + "lish" + ], + [ + "Ġbi", + "ke" + ], + [ + "Ġlik", + "es" + ], + [ + "Un", + "ited" + ], + [ + "Ġ197", + "8" + ], + [ + "Ġfriends", + "hip" + ], + [ + "Ġ196", + "8" + ], + [ + "ĠEv", + "idence" + ], + [ + "Ġdeploy", + "ed" + ], + [ + "bet", + "ween" + ], + [ + "Ġuncomfort", + "able" + ], + [ + "!", + "')" + ], + [ + "Ġn", + "esting" + ], + [ + "ĠM", + "RI" + ], + [ + "ĠN", + "ormal" + ], + [ + "Ġcl", + "ause" + ], + [ + "Ġpe", + "renn" + ], + [ + "Ġdet", + "ox" + ], + [ + "Ġgu", + "itar" + ], + [ + "bs", + "ite" + ], + [ + "An", + "aly" + ], + [ + "Ġbreak", + "through" + ], + [ + "Ġmicro", + "bi" + ], + [ + "light", + "en" + ], + [ + "Ġvalid", + "ity" + ], + [ + "ĠMe", + "asure" + ], + [ + "alt", + "imore" + ], + [ + "Ġce", + "iling" + ], + [ + "Ġresil", + "ient" + ], + [ + "Ġoblig", + "ations" + ], + [ + "Ġbapt", + "ism" + ], + [ + "Ġnutrit", + "ious" + ], + [ + "M", + "s" + ], + [ + "b", + "irds" + ], + [ + "i", + "age" + ], + [ + "in", + "stall" + ], + [ + "Ġw", + "ishes" + ], + [ + "Ġm", + "ock" + ], + [ + "ĠS", + "ize" + ], + [ + "ĠP", + "ier" + ], + [ + "op", + "or" + ], + [ + "ĠD", + "akota" + ], + [ + "ĠE", + "at" + ], + [ + "Ġsh", + "ifted" + ], + [ + "Ġim", + "prison" + ], + [ + "all", + "ing" + ], + [ + "Ġ18", + "50" + ], + [ + "Ġdiv", + "isible" + ], + [ + "uff", + "le" + ], + [ + "och", + "ond" + ], + [ + "Ġexhib", + "its" + ], + [ + "Ġrecre", + "ational" + ], + [ + "Ġobl", + "igation" + ], + [ + "r", + "ator" + ], + [ + "t", + "ol" + ], + [ + "z", + "i" + ], + [ + "Ġ", + "ub" + ], + [ + "in", + "cre" + ], + [ + "re", + "lease" + ], + [ + "is", + "en" + ], + [ + "Ġre", + "plic" + ], + [ + "ur", + "able" + ], + [ + "ra", + "de" + ], + [ + "ĠN", + "C" + ], + [ + "cl", + "ust" + ], + [ + "Ġpre", + "lim" + ], + [ + "Ġup", + "set" + ], + [ + "Ġ6", + "2" + ], + [ + "Th", + "ree" + ], + [ + "Ġcent", + "ered" + ], + [ + "Ġhand", + "ful" + ], + [ + "med", + "ia" + ], + [ + "Ġec", + "ology" + ], + [ + "ĠPart", + "ners" + ], + [ + "exp", + "ensive" + ], + [ + "ĠMil", + "itary" + ], + [ + "ĠIdent", + "ify" + ], + [ + "Ġcareg", + "ivers" + ], + [ + "/", + "{" + ], + [ + "D", + "oc" + ], + [ + "]", + "*" + ], + [ + "c", + "ards" + ], + [ + "t", + "or" + ], + [ + "in", + "ar" + ], + [ + "Ġp", + "i" + ], + [ + "Ġd", + "ancing" + ], + [ + "Ġl", + "ime" + ], + [ + "ĠB", + "arn" + ], + [ + "ĠF", + "requ" + ], + [ + "ĠL", + "anc" + ], + [ + "Ġ\"", + "))" + ], + [ + "get", + "s" + ], + [ + "ĠPro", + "gress" + ], + [ + "Ġmon", + "op" + ], + [ + "Ġ7", + "00" + ], + [ + "Ġgu", + "ilt" + ], + [ + "Ġdel", + "icious" + ], + [ + "Ġport", + "rait" + ], + [ + "Se", + "lect" + ], + [ + "step", + "s" + ], + [ + "ĠPortug", + "uese" + ], + [ + "M", + "r" + ], + [ + "U", + "D" + ], + [ + "b", + "n" + ], + [ + "b", + "us" + ], + [ + "b", + "rowser" + ], + [ + "i", + "ating" + ], + [ + "p", + "ret" + ], + [ + "Ġn", + "u" + ], + [ + "Ġe", + "igen" + ], + [ + "ĠS", + "now" + ], + [ + "ĠI", + "ce" + ], + [ + "ens", + "is" + ], + [ + "ĠK", + "at" + ], + [ + "arm", + "s" + ], + [ + "Ġhol", + "istic" + ], + [ + "Ġdemonstr", + "ating" + ], + [ + "Ġtu", + "ber" + ], + [ + "spec", + "ies" + ], + [ + "ĠSum", + "mer" + ], + [ + "Ġtal", + "ent" + ], + [ + "Ġwitness", + "ed" + ], + [ + "ĠRun", + "time" + ], + [ + "Ġirrit", + "ation" + ], + [ + "Ġfisher", + "ies" + ], + [ + "Ġfant", + "astic" + ], + [ + "Ġseiz", + "ures" + ], + [ + "Ġn", + "our" + ] + ] + } +} \ No newline at end of file diff --git a/tokenizer_config.json b/tokenizer_config.json new file mode 100644 index 0000000..d5f50a1 --- /dev/null +++ b/tokenizer_config.json @@ -0,0 +1,17 @@ +{ + "model_max_length": 2048, + "bos_token": "", + "eos_token": "", + "unk_token": "", + "pad_token": "", + "additional_special_tokens": [ + "<|user|>", + "<|assistant|>", + "<|system|>", + "<|end|>", + "<|im_start|>", + "<|im_end|>" + ], + "tokenizer_class": "PreTrainedTokenizerFast", + "chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}<|im_start|>system\n{{ message['content'] }}<|im_end|>\n{% elif message['role'] == 'user' %}<|im_start|>user\n{{ message['content'] }}<|im_end|>\n{% elif message['role'] == 'assistant' %}<|im_start|>assistant\n{{ message['content'] }}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}" +} diff --git a/vision_adapter/README.md b/vision_adapter/README.md new file mode 100644 index 0000000..202372b --- /dev/null +++ b/vision_adapter/README.md @@ -0,0 +1,21 @@ +--- +license: mit +--- + +# Forge-1V Micro Vision Adapter Scaffold + +This folder contains an experimental, untrained micro vision-adapter scaffold for future Forge-1V work. + +It is intentionally separate from the main text checkpoint: + +- The main `config.json` remains Llama-compatible. +- The GGUF export remains text-only. +- These files do not make the released model able to view images. + +Suggested target design: + +- Tiny patch encoder: 3-channel images to a small vision width. +- Projection: vision width to the 1024-dimensional Forge text hidden size. +- Prefix tokens: projected visual tokens can be prepended to the text sequence in a future custom multimodal training run. + +Approximate extra parameters for the scaffold design are well under 1M, keeping the total system under 400M parameters. diff --git a/vision_adapter/config.json b/vision_adapter/config.json new file mode 100644 index 0000000..e583d89 --- /dev/null +++ b/vision_adapter/config.json @@ -0,0 +1,8 @@ +{ + "image_size": 224, + "patch_size": 16, + "vision_width": 128, + "text_hidden_size": 1024, + "num_prefix_tokens": 16, + "status": "experimental_untrained_scaffold" +} diff --git a/vision_adapter/forge_micro_vision.py b/vision_adapter/forge_micro_vision.py new file mode 100644 index 0000000..2192150 --- /dev/null +++ b/vision_adapter/forge_micro_vision.py @@ -0,0 +1,38 @@ +from dataclasses import dataclass + +import torch +import torch.nn as nn + + +@dataclass +class ForgeMicroVisionConfig: + image_size: int = 224 + patch_size: int = 16 + vision_width: int = 128 + text_hidden_size: int = 1024 + num_prefix_tokens: int = 16 + + +class ForgeMicroVisionAdapter(nn.Module): + """Tiny untrained image-to-prefix adapter scaffold for Forge-1V experiments.""" + + def __init__(self, config: ForgeMicroVisionConfig = ForgeMicroVisionConfig()): + super().__init__() + self.config = config + self.patch_embed = nn.Conv2d( + 3, + config.vision_width, + kernel_size=config.patch_size, + stride=config.patch_size, + bias=False, + ) + self.pool = nn.AdaptiveAvgPool1d(config.num_prefix_tokens) + self.norm = nn.LayerNorm(config.vision_width) + self.proj = nn.Linear(config.vision_width, config.text_hidden_size, bias=False) + + def forward(self, images: torch.Tensor) -> torch.Tensor: + patches = self.patch_embed(images) + tokens = patches.flatten(2) + tokens = self.pool(tokens).transpose(1, 2) + tokens = self.norm(tokens) + return self.proj(tokens) diff --git a/vision_adapter/vision_adapter/README.md b/vision_adapter/vision_adapter/README.md new file mode 100644 index 0000000..202372b --- /dev/null +++ b/vision_adapter/vision_adapter/README.md @@ -0,0 +1,21 @@ +--- +license: mit +--- + +# Forge-1V Micro Vision Adapter Scaffold + +This folder contains an experimental, untrained micro vision-adapter scaffold for future Forge-1V work. + +It is intentionally separate from the main text checkpoint: + +- The main `config.json` remains Llama-compatible. +- The GGUF export remains text-only. +- These files do not make the released model able to view images. + +Suggested target design: + +- Tiny patch encoder: 3-channel images to a small vision width. +- Projection: vision width to the 1024-dimensional Forge text hidden size. +- Prefix tokens: projected visual tokens can be prepended to the text sequence in a future custom multimodal training run. + +Approximate extra parameters for the scaffold design are well under 1M, keeping the total system under 400M parameters. diff --git a/vision_adapter/vision_adapter/config.json b/vision_adapter/vision_adapter/config.json new file mode 100644 index 0000000..e583d89 --- /dev/null +++ b/vision_adapter/vision_adapter/config.json @@ -0,0 +1,8 @@ +{ + "image_size": 224, + "patch_size": 16, + "vision_width": 128, + "text_hidden_size": 1024, + "num_prefix_tokens": 16, + "status": "experimental_untrained_scaffold" +} diff --git a/vision_adapter/vision_adapter/forge_micro_vision.py b/vision_adapter/vision_adapter/forge_micro_vision.py new file mode 100644 index 0000000..2192150 --- /dev/null +++ b/vision_adapter/vision_adapter/forge_micro_vision.py @@ -0,0 +1,38 @@ +from dataclasses import dataclass + +import torch +import torch.nn as nn + + +@dataclass +class ForgeMicroVisionConfig: + image_size: int = 224 + patch_size: int = 16 + vision_width: int = 128 + text_hidden_size: int = 1024 + num_prefix_tokens: int = 16 + + +class ForgeMicroVisionAdapter(nn.Module): + """Tiny untrained image-to-prefix adapter scaffold for Forge-1V experiments.""" + + def __init__(self, config: ForgeMicroVisionConfig = ForgeMicroVisionConfig()): + super().__init__() + self.config = config + self.patch_embed = nn.Conv2d( + 3, + config.vision_width, + kernel_size=config.patch_size, + stride=config.patch_size, + bias=False, + ) + self.pool = nn.AdaptiveAvgPool1d(config.num_prefix_tokens) + self.norm = nn.LayerNorm(config.vision_width) + self.proj = nn.Linear(config.vision_width, config.text_hidden_size, bias=False) + + def forward(self, images: torch.Tensor) -> torch.Tensor: + patches = self.patch_embed(images) + tokens = patches.flatten(2) + tokens = self.pool(tokens).transpose(1, 2) + tokens = self.norm(tokens) + return self.proj(tokens)