diff --git "a/tokenizer.json" "b/tokenizer.json"
new file mode 100644--- /dev/null
+++ "b/tokenizer.json"
@@ -0,0 +1,201627 @@
+{
+  "version": "1.0",
+  "truncation": {
+    "direction": "Right",
+    "max_length": 4096,
+    "strategy": "LongestFirst",
+    "stride": 0
+  },
+  "padding": {
+    "strategy": {
+      "Fixed": 4096
+    },
+    "direction": "Right",
+    "pad_to_multiple_of": null,
+    "pad_id": 0,
+    "pad_type_id": 0,
+    "pad_token": "<pad>"
+  },
+  "added_tokens": [
+    {
+      "id": 0,
+      "content": "<pad>",
+      "single_word": false,
+      "lstrip": false,
+      "rstrip": false,
+      "normalized": true,
+      "special": true
+    },
+    {
+      "id": 1,
+      "content": "</s>",
+      "single_word": false,
+      "lstrip": false,
+      "rstrip": false,
+      "normalized": true,
+      "special": true
+    },
+    {
+      "id": 2,
+      "content": "<s>",
+      "single_word": false,
+      "lstrip": false,
+      "rstrip": false,
+      "normalized": true,
+      "special": true
+    },
+    {
+      "id": 65,
+      "content": "[CLS]",
+      "single_word": false,
+      "lstrip": false,
+      "rstrip": false,
+      "normalized": true,
+      "special": true
+    },
+    {
+      "id": 66,
+      "content": "[SEP]",
+      "single_word": false,
+      "lstrip": false,
+      "rstrip": false,
+      "normalized": true,
+      "special": true
+    },
+    {
+      "id": 67,
+      "content": "[MASK]",
+      "single_word": false,
+      "lstrip": true,
+      "rstrip": false,
+      "normalized": true,
+      "special": true
+    },
+    {
+      "id": 100,
+      "content": "<unk>",
+      "single_word": false,
+      "lstrip": false,
+      "rstrip": false,
+      "normalized": true,
+      "special": true
+    }
+  ],
+  "normalizer": {
+    "type": "Sequence",
+    "normalizers": [
+      {
+        "type": "Strip",
+        "strip_left": false,
+        "strip_right": true
+      },
+      {
+        "type": "Replace",
+        "pattern": {
+          "Regex": " {2,}"
+        },
+        "content": "▁"
+      }
+    ]
+  },
+  "pre_tokenizer": {
+    "type": "Metaspace",
+    "replacement": "▁",
+    "add_prefix_space": true,
+    "prepend_scheme": "always"
+  },
+  "post_processor": {
+    "type": "TemplateProcessing",
+    "single": [
+      {
+        "SpecialToken": {
+          "id": "[CLS]",
+          "type_id": 0
+        }
+      },
+      {
+        "Sequence": {
+          "id": "A",
+          "type_id": 0
+        }
+      },
+      {
+        "SpecialToken": {
+          "id": "[SEP]",
+          "type_id": 0
+        }
+      }
+    ],
+    "pair": [
+      {
+        "SpecialToken": {
+          "id": "[CLS]",
+          "type_id": 0
+        }
+      },
+      {
+        "Sequence": {
+          "id": "A",
+          "type_id": 0
+        }
+      },
+      {
+        "SpecialToken": {
+          "id": "[SEP]",
+          "type_id": 0
+        }
+      },
+      {
+        "Sequence": {
+          "id": "B",
+          "type_id": 1
+        }
+      },
+      {
+        "SpecialToken": {
+          "id": "[SEP]",
+          "type_id": 1
+        }
+      }
+    ],
+    "special_tokens": {
+      "[CLS]": {
+        "id": "[CLS]",
+        "ids": [
+          65
+        ],
+        "tokens": [
+          "[CLS]"
+        ]
+      },
+      "[SEP]": {
+        "id": "[SEP]",
+        "ids": [
+          66
+        ],
+        "tokens": [
+          "[SEP]"
+        ]
+      }
+    }
+  },
+  "decoder": {
+    "type": "Metaspace",
+    "replacement": "▁",
+    "add_prefix_space": true,
+    "prepend_scheme": "always"
+  },
+  "model": {
+    "type": "Unigram",
+    "unk_id": 100,
+    "vocab": [
+      [
+        "<pad>",
+        0.0
+      ],
+      [
+        "</s>",
+        0.0
+      ],
+      [
+        "<s>",
+        0.0
+      ],
+      [
+        "<sep_0>",
+        0.0
+      ],
+      [
+        "<sep_1>",
+        0.0
+      ],
+      [
+        "<sep_2>",
+        0.0
+      ],
+      [
+        "<sep_3>",
+        0.0
+      ],
+      [
+        "<sep_4>",
+        0.0
+      ],
+      [
+        "<no_saic_raw_sp>",
+        0.0
+      ],
+      [
+        "<length_0>",
+        0.0
+      ],
+      [
+        "<length_1>",
+        0.0
+      ],
+      [
+        "<length_2>",
+        0.0
+      ],
+      [
+        "<length_3>",
+        0.0
+      ],
+      [
+        "<length_4>",
+        0.0
+      ],
+      [
+        "<length_5>",
+        0.0
+      ],
+      [
+        "<length_6>",
+        0.0
+      ],
+      [
+        "<length_7>",
+        0.0
+      ],
+      [
+        "<length_8>",
+        0.0
+      ],
+      [
+        "<length_9>",
+        0.0
+      ],
+      [
+        "<length_10>",
+        0.0
+      ],
+      [
+        "<length_11>",
+        0.0
+      ],
+      [
+        "<length_12>",
+        0.0
+      ],
+      [
+        "<length_13>",
+        0.0
+      ],
+      [
+        "<length_14>",
+        0.0
+      ],
+      [
+        "<length_15>",
+        0.0
+      ],
+      [
+        "<length_16>",
+        0.0
+      ],
+      [
+        "<length_17>",
+        0.0
+      ],
+      [
+        "<length_18>",
+        0.0
+      ],
+      [
+        "<length_19>",
+        0.0
+      ],
+      [
+        "<length_20>",
+        0.0
+      ],
+      [
+        "<length_s>",
+        0.0
+      ],
+      [
+        "<length_m>",
+        0.0
+      ],
+      [
+        "<length_l>",
+        0.0
+      ],
+      [
+        "<::::>",
+        0.0
+      ],
+      [
+        "<space>",
+        0.0
+      ],
+      [
+        "<unused_34>",
+        0.0
+      ],
+      [
+        "<unused_35>",
+        0.0
+      ],
+      [
+        "<unused_36>",
+        0.0
+      ],
+      [
+        "<no_query_sp>",
+        0.0
+      ],
+      [
+        "<no_passage_raw_sp>",
+        0.0
+      ],
+      [
+        "<unused_39>",
+        0.0
+      ],
+      [
+        "<unused_40>",
+        0.0
+      ],
+      [
+        "<unused_41>",
+        0.0
+      ],
+      [
+        "<unused_42>",
+        0.0
+      ],
+      [
+        "<unused_43>",
+        0.0
+      ],
+      [
+        "<unused_44>",
+        0.0
+      ],
+      [
+        "<unused_45>",
+        0.0
+      ],
+      [
+        "<unused_46>",
+        0.0
+      ],
+      [
+        "<unused_47>",
+        0.0
+      ],
+      [
+        "<unused_48>",
+        0.0
+      ],
+      [
+        "<unused_49>",
+        0.0
+      ],
+      [
+        "<paraphrasing_0>",
+        0.0
+      ],
+      [
+        "<paraphrasing_1>",
+        0.0
+      ],
+      [
+        "<paraphrasing_2>",
+        0.0
+      ],
+      [
+        "<paraphrasing_3>",
+        0.0
+      ],
+      [
+        "<paraphrasing_4>",
+        0.0
+      ],
+      [
+        "<paraphrasing_5>",
+        0.0
+      ],
+      [
+        "<paraphrasing_6>",
+        0.0
+      ],
+      [
+        "<paraphrasing_7>",
+        0.0
+      ],
+      [
+        "<paraphrasing_8>",
+        0.0
+      ],
+      [
+        "<empty>",
+        0.0
+      ],
+      [
+        "<row>",
+        0.0
+      ],
+      [
+        "<cn>",
+        0.0
+      ],
+      [
+        "<t>",
+        0.0
+      ],
+      [
+        "<ans>",
+        0.0
+      ],
+      [
+        "[CLS]",
+        0.0
+      ],
+      [
+        "[SEP]",
+        0.0
+      ],
+      [
+        "[MASK]",
+        0.0
+      ],
+      [
+        "<unused_67>",
+        0.0
+      ],
+      [
+        "<unused_68>",
+        0.0
+      ],
+      [
+        "<unused_69>",
+        0.0
+      ],
+      [
+        "<unused_70>",
+        0.0
+      ],
+      [
+        "<unused_71>",
+        0.0
+      ],
+      [
+        "<unused_72>",
+        0.0
+      ],
+      [
+        "<unused_73>",
+        0.0
+      ],
+      [
+        "<unused_74>",
+        0.0
+      ],
+      [
+        "<unused_75>",
+        0.0
+      ],
+      [
+        "<unused_76>",
+        0.0
+      ],
+      [
+        "<unused_77>",
+        0.0
+      ],
+      [
+        "<unused_78>",
+        0.0
+      ],
+      [
+        "<unused_79>",
+        0.0
+      ],
+      [
+        "<unused_80>",
+        0.0
+      ],
+      [
+        "<unused_81>",
+        0.0
+      ],
+      [
+        "<unused_82>",
+        0.0
+      ],
+      [
+        "<unused_83>",
+        0.0
+      ],
+      [
+        "<unused_84>",
+        0.0
+      ],
+      [
+        "<unused_85>",
+        0.0
+      ],
+      [
+        "<unused_86>",
+        0.0
+      ],
+      [
+        "<unused_87>",
+        0.0
+      ],
+      [
+        "<unused_88>",
+        0.0
+      ],
+      [
+        "<unused_89>",
+        0.0
+      ],
+      [
+        "<unused_90>",
+        0.0
+      ],
+      [
+        "<unused_91>",
+        0.0
+      ],
+      [
+        "<unused_92>",
+        0.0
+      ],
+      [
+        "<unused_93>",
+        0.0
+      ],
+      [
+        "<unused_94>",
+        0.0
+      ],
+      [
+        "<unused_95>",
+        0.0
+      ],
+      [
+        "<unused_96>",
+        0.0
+      ],
+      [
+        "<unused_97>",
+        0.0
+      ],
+      [
+        "<unused_98>",
+        0.0
+      ],
+      [
+        "<unk>",
+        0.0
+      ],
+      [
+        "!",
+        0.0
+      ],
+      [
+        "\"",
+        0.0
+      ],
+      [
+        "#",
+        0.0
+      ],
+      [
+        "$",
+        0.0
+      ],
+      [
+        "%",
+        0.0
+      ],
+      [
+        "&",
+        0.0
+      ],
+      [
+        "'",
+        0.0
+      ],
+      [
+        "(",
+        0.0
+      ],
+      [
+        ")",
+        0.0
+      ],
+      [
+        "*",
+        0.0
+      ],
+      [
+        "+",
+        0.0
+      ],
+      [
+        ",",
+        0.0
+      ],
+      [
+        "-",
+        0.0
+      ],
+      [
+        ".",
+        0.0
+      ],
+      [
+        "/",
+        0.0
+      ],
+      [
+        "0",
+        0.0
+      ],
+      [
+        "1",
+        0.0
+      ],
+      [
+        "2",
+        0.0
+      ],
+      [
+        "3",
+        0.0
+      ],
+      [
+        "4",
+        0.0
+      ],
+      [
+        "5",
+        0.0
+      ],
+      [
+        "6",
+        0.0
+      ],
+      [
+        "7",
+        0.0
+      ],
+      [
+        "8",
+        0.0
+      ],
+      [
+        "9",
+        0.0
+      ],
+      [
+        ":",
+        0.0
+      ],
+      [
+        ";",
+        0.0
+      ],
+      [
+        "<",
+        0.0
+      ],
+      [
+        "=",
+        0.0
+      ],
+      [
+        ">",
+        0.0
+      ],
+      [
+        "?",
+        0.0
+      ],
+      [
+        "@",
+        0.0
+      ],
+      [
+        "A",
+        0.0
+      ],
+      [
+        "B",
+        0.0
+      ],
+      [
+        "C",
+        0.0
+      ],
+      [
+        "D",
+        0.0
+      ],
+      [
+        "E",
+        0.0
+      ],
+      [
+        "F",
+        0.0
+      ],
+      [
+        "G",
+        0.0
+      ],
+      [
+        "H",
+        0.0
+      ],
+      [
+        "I",
+        0.0
+      ],
+      [
+        "J",
+        0.0
+      ],
+      [
+        "K",
+        0.0
+      ],
+      [
+        "L",
+        0.0
+      ],
+      [
+        "M",
+        0.0
+      ],
+      [
+        "N",
+        0.0
+      ],
+      [
+        "O",
+        0.0
+      ],
+      [
+        "P",
+        0.0
+      ],
+      [
+        "Q",
+        0.0
+      ],
+      [
+        "R",
+        0.0
+      ],
+      [
+        "S",
+        0.0
+      ],
+      [
+        "T",
+        0.0
+      ],
+      [
+        "U",
+        0.0
+      ],
+      [
+        "V",
+        0.0
+      ],
+      [
+        "W",
+        0.0
+      ],
+      [
+        "X",
+        0.0
+      ],
+      [
+        "Y",
+        0.0
+      ],
+      [
+        "Z",
+        0.0
+      ],
+      [
+        "[",
+        0.0
+      ],
+      [
+        "\\",
+        0.0
+      ],
+      [
+        "]",
+        0.0
+      ],
+      [
+        "^",
+        0.0
+      ],
+      [
+        "_",
+        0.0
+      ],
+      [
+        "`",
+        0.0
+      ],
+      [
+        "a",
+        0.0
+      ],
+      [
+        "b",
+        0.0
+      ],
+      [
+        "c",
+        0.0
+      ],
+      [
+        "d",
+        0.0
+      ],
+      [
+        "e",
+        0.0
+      ],
+      [
+        "f",
+        0.0
+      ],
+      [
+        "g",
+        0.0
+      ],
+      [
+        "h",
+        0.0
+      ],
+      [
+        "i",
+        0.0
+      ],
+      [
+        "j",
+        0.0
+      ],
+      [
+        "k",
+        0.0
+      ],
+      [
+        "l",
+        0.0
+      ],
+      [
+        "m",
+        0.0
+      ],
+      [
+        "n",
+        0.0
+      ],
+      [
+        "o",
+        0.0
+      ],
+      [
+        "p",
+        0.0
+      ],
+      [
+        "q",
+        0.0
+      ],
+      [
+        "r",
+        0.0
+      ],
+      [
+        "s",
+        0.0
+      ],
+      [
+        "t",
+        0.0
+      ],
+      [
+        "u",
+        0.0
+      ],
+      [
+        "v",
+        0.0
+      ],
+      [
+        "w",
+        0.0
+      ],
+      [
+        "x",
+        0.0
+      ],
+      [
+        "y",
+        0.0
+      ],
+      [
+        "z",
+        0.0
+      ],
+      [
+        "{",
+        0.0
+      ],
+      [
+        "|",
+        0.0
+      ],
+      [
+        "}",
+        0.0
+      ],
+      [
+        "~",
+        0.0
+      ],
+      [
+        "¡",
+        0.0
+      ],
+      [
+        "¢",
+        0.0
+      ],
+      [
+        "£",
+        0.0
+      ],
+      [
+        "¤",
+        0.0
+      ],
+      [
+        "¥",
+        0.0
+      ],
+      [
+        "¦",
+        0.0
+      ],
+      [
+        "§",
+        0.0
+      ],
+      [
+        "¨",
+        0.0
+      ],
+      [
+        "©",
+        0.0
+      ],
+      [
+        "ª",
+        0.0
+      ],
+      [
+        "«",
+        0.0
+      ],
+      [
+        "¬",
+        0.0
+      ],
+      [
+        "®",
+        0.0
+      ],
+      [
+        "¯",
+        0.0
+      ],
+      [
+        "°",
+        0.0
+      ],
+      [
+        "±",
+        0.0
+      ],
+      [
+        "²",
+        0.0
+      ],
+      [
+        "³",
+        0.0
+      ],
+      [
+        "´",
+        0.0
+      ],
+      [
+        "µ",
+        0.0
+      ],
+      [
+        "¶",
+        0.0
+      ],
+      [
+        "·",
+        0.0
+      ],
+      [
+        "¸",
+        0.0
+      ],
+      [
+        "¹",
+        0.0
+      ],
+      [
+        "º",
+        0.0
+      ],
+      [
+        "»",
+        0.0
+      ],
+      [
+        "¼",
+        0.0
+      ],
+      [
+        "½",
+        0.0
+      ],
+      [
+        "¾",
+        0.0
+      ],
+      [
+        "¿",
+        0.0
+      ],
+      [
+        "À",
+        0.0
+      ],
+      [
+        "Á",
+        0.0
+      ],
+      [
+        "Â",
+        0.0
+      ],
+      [
+        "Ã",
+        0.0
+      ],
+      [
+        "Ä",
+        0.0
+      ],
+      [
+        "Å",
+        0.0
+      ],
+      [
+        "Æ",
+        0.0
+      ],
+      [
+        "Ç",
+        0.0
+      ],
+      [
+        "È",
+        0.0
+      ],
+      [
+        "É",
+        0.0
+      ],
+      [
+        "Ê",
+        0.0
+      ],
+      [
+        "Ë",
+        0.0
+      ],
+      [
+        "Ì",
+        0.0
+      ],
+      [
+        "Í",
+        0.0
+      ],
+      [
+        "Î",
+        0.0
+      ],
+      [
+        "Ï",
+        0.0
+      ],
+      [
+        "Ð",
+        0.0
+      ],
+      [
+        "Ñ",
+        0.0
+      ],
+      [
+        "Ò",
+        0.0
+      ],
+      [
+        "Ó",
+        0.0
+      ],
+      [
+        "Ô",
+        0.0
+      ],
+      [
+        "Õ",
+        0.0
+      ],
+      [
+        "Ö",
+        0.0
+      ],
+      [
+        "×",
+        0.0
+      ],
+      [
+        "Ø",
+        0.0
+      ],
+      [
+        "Ù",
+        0.0
+      ],
+      [
+        "Ú",
+        0.0
+      ],
+      [
+        "Û",
+        0.0
+      ],
+      [
+        "Ü",
+        0.0
+      ],
+      [
+        "Ý",
+        0.0
+      ],
+      [
+        "Þ",
+        0.0
+      ],
+      [
+        "ß",
+        0.0
+      ],
+      [
+        "à",
+        0.0
+      ],
+      [
+        "á",
+        0.0
+      ],
+      [
+        "â",
+        0.0
+      ],
+      [
+        "ã",
+        0.0
+      ],
+      [
+        "ä",
+        0.0
+      ],
+      [
+        "å",
+        0.0
+      ],
+      [
+        "æ",
+        0.0
+      ],
+      [
+        "ç",
+        0.0
+      ],
+      [
+        "è",
+        0.0
+      ],
+      [
+        "é",
+        0.0
+      ],
+      [
+        "ê",
+        0.0
+      ],
+      [
+        "ë",
+        0.0
+      ],
+      [
+        "ì",
+        0.0
+      ],
+      [
+        "í",
+        0.0
+      ],
+      [
+        "î",
+        0.0
+      ],
+      [
+        "ï",
+        0.0
+      ],
+      [
+        "ð",
+        0.0
+      ],
+      [
+        "ñ",
+        0.0
+      ],
+      [
+        "ò",
+        0.0
+      ],
+      [
+        "ó",
+        0.0
+      ],
+      [
+        "ô",
+        0.0
+      ],
+      [
+        "õ",
+        0.0
+      ],
+      [
+        "ö",
+        0.0
+      ],
+      [
+        "÷",
+        0.0
+      ],
+      [
+        "ø",
+        0.0
+      ],
+      [
+        "ù",
+        0.0
+      ],
+      [
+        "ú",
+        0.0
+      ],
+      [
+        "û",
+        0.0
+      ],
+      [
+        "ü",
+        0.0
+      ],
+      [
+        "ý",
+        0.0
+      ],
+      [
+        "þ",
+        0.0
+      ],
+      [
+        "ÿ",
+        0.0
+      ],
+      [
+        "Ā",
+        0.0
+      ],
+      [
+        "ā",
+        0.0
+      ],
+      [
+        "Ă",
+        0.0
+      ],
+      [
+        "ă",
+        0.0
+      ],
+      [
+        "Ą",
+        0.0
+      ],
+      [
+        "ą",
+        0.0
+      ],
+      [
+        "Ć",
+        0.0
+      ],
+      [
+        "ć",
+        0.0
+      ],
+      [
+        "Ĉ",
+        0.0
+      ],
+      [
+        "ĉ",
+        0.0
+      ],
+      [
+        "Ċ",
+        0.0
+      ],
+      [
+        "ċ",
+        0.0
+      ],
+      [
+        "Č",
+        0.0
+      ],
+      [
+        "č",
+        0.0
+      ],
+      [
+        "Ď",
+        0.0
+      ],
+      [
+        "ď",
+        0.0
+      ],
+      [
+        "Đ",
+        0.0
+      ],
+      [
+        "đ",
+        0.0
+      ],
+      [
+        "Ē",
+        0.0
+      ],
+      [
+        "ē",
+        0.0
+      ],
+      [
+        "Ĕ",
+        0.0
+      ],
+      [
+        "ĕ",
+        0.0
+      ],
+      [
+        "Ė",
+        0.0
+      ],
+      [
+        "ė",
+        0.0
+      ],
+      [
+        "Ę",
+        0.0
+      ],
+      [
+        "ę",
+        0.0
+      ],
+      [
+        "Ě",
+        0.0
+      ],
+      [
+        "ě",
+        0.0
+      ],
+      [
+        "Ĝ",
+        0.0
+      ],
+      [
+        "ĝ",
+        0.0
+      ],
+      [
+        "Ğ",
+        0.0
+      ],
+      [
+        "ğ",
+        0.0
+      ],
+      [
+        "▁",
+        0.0
+      ],
+      [
+        "ġ",
+        0.0
+      ],
+      [
+        "Ģ",
+        0.0
+      ],
+      [
+        "ģ",
+        0.0
+      ],
+      [
+        "Ĥ",
+        0.0
+      ],
+      [
+        "ĥ",
+        0.0
+      ],
+      [
+        "Ħ",
+        0.0
+      ],
+      [
+        "ħ",
+        0.0
+      ],
+      [
+        "Ĩ",
+        0.0
+      ],
+      [
+        "ĩ",
+        0.0
+      ],
+      [
+        "Ī",
+        0.0
+      ],
+      [
+        "ī",
+        0.0
+      ],
+      [
+        "Ĭ",
+        0.0
+      ],
+      [
+        "ĭ",
+        0.0
+      ],
+      [
+        "Į",
+        0.0
+      ],
+      [
+        "į",
+        0.0
+      ],
+      [
+        "İ",
+        0.0
+      ],
+      [
+        "ı",
+        0.0
+      ],
+      [
+        "IJ",
+        0.0
+      ],
+      [
+        "ij",
+        0.0
+      ],
+      [
+        "Ĵ",
+        0.0
+      ],
+      [
+        "ĵ",
+        0.0
+      ],
+      [
+        "Ķ",
+        0.0
+      ],
+      [
+        "ķ",
+        0.0
+      ],
+      [
+        "ĸ",
+        0.0
+      ],
+      [
+        "Ĺ",
+        0.0
+      ],
+      [
+        "ĺ",
+        0.0
+      ],
+      [
+        "Ļ",
+        0.0
+      ],
+      [
+        "ļ",
+        0.0
+      ],
+      [
+        "Ľ",
+        0.0
+      ],
+      [
+        "ľ",
+        0.0
+      ],
+      [
+        "Ŀ",
+        0.0
+      ],
+      [
+        "ŀ",
+        0.0
+      ],
+      [
+        "Ł",
+        0.0
+      ],
+      [
+        "ł",
+        0.0
+      ],
+      [
+        "Ń",
+        0.0
+      ],
+      [
+        "▁t",
+        0.0
+      ],
+      [
+        "▁a",
+        0.0
+      ],
+      [
+        "he",
+        0.0
+      ],
+      [
+        "in",
+        0.0
+      ],
+      [
+        "re",
+        0.0
+      ],
+      [
+        "on",
+        0.0
+      ],
+      [
+        "▁the",
+        0.0
+      ],
+      [
+        "er",
+        0.0
+      ],
+      [
+        "▁s",
+        0.0
+      ],
+      [
+        "at",
+        0.0
+      ],
+      [
+        "▁w",
+        0.0
+      ],
+      [
+        "▁o",
+        0.0
+      ],
+      [
+        "en",
+        0.0
+      ],
+      [
+        "▁c",
+        0.0
+      ],
+      [
+        "it",
+        0.0
+      ],
+      [
+        "is",
+        0.0
+      ],
+      [
+        "an",
+        0.0
+      ],
+      [
+        "or",
+        0.0
+      ],
+      [
+        "es",
+        0.0
+      ],
+      [
+        "▁b",
+        0.0
+      ],
+      [
+        "ed",
+        0.0
+      ],
+      [
+        "▁f",
+        0.0
+      ],
+      [
+        "ing",
+        0.0
+      ],
+      [
+        "▁p",
+        0.0
+      ],
+      [
+        "ou",
+        0.0
+      ],
+      [
+        "▁an",
+        0.0
+      ],
+      [
+        "al",
+        0.0
+      ],
+      [
+        "ar",
+        0.0
+      ],
+      [
+        "▁to",
+        0.0
+      ],
+      [
+        "▁m",
+        0.0
+      ],
+      [
+        "▁of",
+        0.0
+      ],
+      [
+        "▁in",
+        0.0
+      ],
+      [
+        "▁d",
+        0.0
+      ],
+      [
+        "▁h",
+        0.0
+      ],
+      [
+        "▁and",
+        0.0
+      ],
+      [
+        "ic",
+        0.0
+      ],
+      [
+        "as",
+        0.0
+      ],
+      [
+        "le",
+        0.0
+      ],
+      [
+        "▁th",
+        0.0
+      ],
+      [
+        "ion",
+        0.0
+      ],
+      [
+        "om",
+        0.0
+      ],
+      [
+        "ll",
+        0.0
+      ],
+      [
+        "ent",
+        0.0
+      ],
+      [
+        "▁n",
+        0.0
+      ],
+      [
+        "▁l",
+        0.0
+      ],
+      [
+        "st",
+        0.0
+      ],
+      [
+        "▁re",
+        0.0
+      ],
+      [
+        "ve",
+        0.0
+      ],
+      [
+        "▁e",
+        0.0
+      ],
+      [
+        "ro",
+        0.0
+      ],
+      [
+        "ly",
+        0.0
+      ],
+      [
+        "▁be",
+        0.0
+      ],
+      [
+        "▁g",
+        0.0
+      ],
+      [
+        "▁T",
+        0.0
+      ],
+      [
+        "ct",
+        0.0
+      ],
+      [
+        "▁S",
+        0.0
+      ],
+      [
+        "id",
+        0.0
+      ],
+      [
+        "ot",
+        0.0
+      ],
+      [
+        "▁I",
+        0.0
+      ],
+      [
+        "ut",
+        0.0
+      ],
+      [
+        "et",
+        0.0
+      ],
+      [
+        "▁A",
+        0.0
+      ],
+      [
+        "▁is",
+        0.0
+      ],
+      [
+        "▁on",
+        0.0
+      ],
+      [
+        "im",
+        0.0
+      ],
+      [
+        "am",
+        0.0
+      ],
+      [
+        "ow",
+        0.0
+      ],
+      [
+        "ay",
+        0.0
+      ],
+      [
+        "ad",
+        0.0
+      ],
+      [
+        "se",
+        0.0
+      ],
+      [
+        "▁that",
+        0.0
+      ],
+      [
+        "▁C",
+        0.0
+      ],
+      [
+        "ig",
+        0.0
+      ],
+      [
+        "▁for",
+        0.0
+      ],
+      [
+        "ac",
+        0.0
+      ],
+      [
+        "▁y",
+        0.0
+      ],
+      [
+        "ver",
+        0.0
+      ],
+      [
+        "ur",
+        0.0
+      ],
+      [
+        "▁u",
+        0.0
+      ],
+      [
+        "ld",
+        0.0
+      ],
+      [
+        "▁st",
+        0.0
+      ],
+      [
+        "▁M",
+        0.0
+      ],
+      [
+        "'s",
+        0.0
+      ],
+      [
+        "▁he",
+        0.0
+      ],
+      [
+        "▁it",
+        0.0
+      ],
+      [
+        "ation",
+        0.0
+      ],
+      [
+        "ith",
+        0.0
+      ],
+      [
+        "ir",
+        0.0
+      ],
+      [
+        "ce",
+        0.0
+      ],
+      [
+        "▁you",
+        0.0
+      ],
+      [
+        "il",
+        0.0
+      ],
+      [
+        "▁B",
+        0.0
+      ],
+      [
+        "▁wh",
+        0.0
+      ],
+      [
+        "ol",
+        0.0
+      ],
+      [
+        "▁P",
+        0.0
+      ],
+      [
+        "▁with",
+        0.0
+      ],
+      [
+        "▁1",
+        0.0
+      ],
+      [
+        "ter",
+        0.0
+      ],
+      [
+        "ch",
+        0.0
+      ],
+      [
+        "▁as",
+        0.0
+      ],
+      [
+        "▁we",
+        0.0
+      ],
+      [
+        "▁(",
+        0.0
+      ],
+      [
+        "nd",
+        0.0
+      ],
+      [
+        "ill",
+        0.0
+      ],
+      [
+        "▁D",
+        0.0
+      ],
+      [
+        "if",
+        0.0
+      ],
+      [
+        "▁2",
+        0.0
+      ],
+      [
+        "ag",
+        0.0
+      ],
+      [
+        "ers",
+        0.0
+      ],
+      [
+        "ke",
+        0.0
+      ],
+      [
+        "▁\"",
+        0.0
+      ],
+      [
+        "▁H",
+        0.0
+      ],
+      [
+        "em",
+        0.0
+      ],
+      [
+        "▁con",
+        0.0
+      ],
+      [
+        "▁W",
+        0.0
+      ],
+      [
+        "▁R",
+        0.0
+      ],
+      [
+        "her",
+        0.0
+      ],
+      [
+        "▁was",
+        0.0
+      ],
+      [
+        "▁r",
+        0.0
+      ],
+      [
+        "od",
+        0.0
+      ],
+      [
+        "▁F",
+        0.0
+      ],
+      [
+        "ul",
+        0.0
+      ],
+      [
+        "ate",
+        0.0
+      ],
+      [
+        "▁at",
+        0.0
+      ],
+      [
+        "ri",
+        0.0
+      ],
+      [
+        "pp",
+        0.0
+      ],
+      [
+        "ore",
+        0.0
+      ],
+      [
+        "▁The",
+        0.0
+      ],
+      [
+        "▁se",
+        0.0
+      ],
+      [
+        "us",
+        0.0
+      ],
+      [
+        "▁pro",
+        0.0
+      ],
+      [
+        "▁ha",
+        0.0
+      ],
+      [
+        "um",
+        0.0
+      ],
+      [
+        "▁are",
+        0.0
+      ],
+      [
+        "▁de",
+        0.0
+      ],
+      [
+        "ain",
+        0.0
+      ],
+      [
+        "and",
+        0.0
+      ],
+      [
+        "▁or",
+        0.0
+      ],
+      [
+        "igh",
+        0.0
+      ],
+      [
+        "est",
+        0.0
+      ],
+      [
+        "ist",
+        0.0
+      ],
+      [
+        "ab",
+        0.0
+      ],
+      [
+        "rom",
+        0.0
+      ],
+      [
+        "▁N",
+        0.0
+      ],
+      [
+        "th",
+        0.0
+      ],
+      [
+        "▁com",
+        0.0
+      ],
+      [
+        "▁G",
+        0.0
+      ],
+      [
+        "un",
+        0.0
+      ],
+      [
+        "op",
+        0.0
+      ],
+      [
+        "00",
+        0.0
+      ],
+      [
+        "▁L",
+        0.0
+      ],
+      [
+        "▁not",
+        0.0
+      ],
+      [
+        "ess",
+        0.0
+      ],
+      [
+        "▁ex",
+        0.0
+      ],
+      [
+        "▁v",
+        0.0
+      ],
+      [
+        "res",
+        0.0
+      ],
+      [
+        "▁E",
+        0.0
+      ],
+      [
+        "ew",
+        0.0
+      ],
+      [
+        "ity",
+        0.0
+      ],
+      [
+        "ant",
+        0.0
+      ],
+      [
+        "▁by",
+        0.0
+      ],
+      [
+        "el",
+        0.0
+      ],
+      [
+        "os",
+        0.0
+      ],
+      [
+        "ort",
+        0.0
+      ],
+      [
+        "oc",
+        0.0
+      ],
+      [
+        "qu",
+        0.0
+      ],
+      [
+        "▁from",
+        0.0
+      ],
+      [
+        "▁have",
+        0.0
+      ],
+      [
+        "▁su",
+        0.0
+      ],
+      [
+        "ive",
+        0.0
+      ],
+      [
+        "ould",
+        0.0
+      ],
+      [
+        "▁sh",
+        0.0
+      ],
+      [
+        "▁this",
+        0.0
+      ],
+      [
+        "nt",
+        0.0
+      ],
+      [
+        "ra",
+        0.0
+      ],
+      [
+        "pe",
+        0.0
+      ],
+      [
+        "ight",
+        0.0
+      ],
+      [
+        "art",
+        0.0
+      ],
+      [
+        "ment",
+        0.0
+      ],
+      [
+        "▁al",
+        0.0
+      ],
+      [
+        "ust",
+        0.0
+      ],
+      [
+        "end",
+        0.0
+      ],
+      [
+        "--",
+        0.0
+      ],
+      [
+        "all",
+        0.0
+      ],
+      [
+        "▁O",
+        0.0
+      ],
+      [
+        "ack",
+        0.0
+      ],
+      [
+        "▁ch",
+        0.0
+      ],
+      [
+        "▁le",
+        0.0
+      ],
+      [
+        "ies",
+        0.0
+      ],
+      [
+        "red",
+        0.0
+      ],
+      [
+        "ard",
+        0.0
+      ],
+      [
+        "âĢ",
+        0.0
+      ],
+      [
+        "out",
+        0.0
+      ],
+      [
+        "▁J",
+        0.0
+      ],
+      [
+        "▁ab",
+        0.0
+      ],
+      [
+        "ear",
+        0.0
+      ],
+      [
+        "iv",
+        0.0
+      ],
+      [
+        "ally",
+        0.0
+      ],
+      [
+        "our",
+        0.0
+      ],
+      [
+        "ost",
+        0.0
+      ],
+      [
+        "gh",
+        0.0
+      ],
+      [
+        "pt",
+        0.0
+      ],
+      [
+        "▁pl",
+        0.0
+      ],
+      [
+        "ast",
+        0.0
+      ],
+      [
+        "▁can",
+        0.0
+      ],
+      [
+        "ak",
+        0.0
+      ],
+      [
+        "ome",
+        0.0
+      ],
+      [
+        "ud",
+        0.0
+      ],
+      [
+        "The",
+        0.0
+      ],
+      [
+        "▁his",
+        0.0
+      ],
+      [
+        "▁do",
+        0.0
+      ],
+      [
+        "▁go",
+        0.0
+      ],
+      [
+        "▁has",
+        0.0
+      ],
+      [
+        "ge",
+        0.0
+      ],
+      [
+        "'t",
+        0.0
+      ],
+      [
+        "▁U",
+        0.0
+      ],
+      [
+        "rou",
+        0.0
+      ],
+      [
+        "▁sa",
+        0.0
+      ],
+      [
+        "▁j",
+        0.0
+      ],
+      [
+        "▁but",
+        0.0
+      ],
+      [
+        "▁wor",
+        0.0
+      ],
+      [
+        "▁all",
+        0.0
+      ],
+      [
+        "ect",
+        0.0
+      ],
+      [
+        "▁k",
+        0.0
+      ],
+      [
+        "ame",
+        0.0
+      ],
+      [
+        "▁will",
+        0.0
+      ],
+      [
+        "ok",
+        0.0
+      ],
+      [
+        "▁whe",
+        0.0
+      ],
+      [
+        "▁they",
+        0.0
+      ],
+      [
+        "ide",
+        0.0
+      ],
+      [
+        "01",
+        0.0
+      ],
+      [
+        "ff",
+        0.0
+      ],
+      [
+        "ich",
+        0.0
+      ],
+      [
+        "pl",
+        0.0
+      ],
+      [
+        "ther",
+        0.0
+      ],
+      [
+        "▁tr",
+        0.0
+      ],
+      [
+        "..",
+        0.0
+      ],
+      [
+        "▁int",
+        0.0
+      ],
+      [
+        "ie",
+        0.0
+      ],
+      [
+        "ure",
+        0.0
+      ],
+      [
+        "age",
+        0.0
+      ],
+      [
+        "▁ne",
+        0.0
+      ],
+      [
+        "ial",
+        0.0
+      ],
+      [
+        "ap",
+        0.0
+      ],
+      [
+        "ine",
+        0.0
+      ],
+      [
+        "ice",
+        0.0
+      ],
+      [
+        "▁me",
+        0.0
+      ],
+      [
+        "▁out",
+        0.0
+      ],
+      [
+        "ans",
+        0.0
+      ],
+      [
+        "one",
+        0.0
+      ],
+      [
+        "ong",
+        0.0
+      ],
+      [
+        "ions",
+        0.0
+      ],
+      [
+        "▁who",
+        0.0
+      ],
+      [
+        "▁K",
+        0.0
+      ],
+      [
+        "▁up",
+        0.0
+      ],
+      [
+        "▁their",
+        0.0
+      ],
+      [
+        "▁ad",
+        0.0
+      ],
+      [
+        "▁3",
+        0.0
+      ],
+      [
+        "▁us",
+        0.0
+      ],
+      [
+        "ated",
+        0.0
+      ],
+      [
+        "ous",
+        0.0
+      ],
+      [
+        "▁more",
+        0.0
+      ],
+      [
+        "ue",
+        0.0
+      ],
+      [
+        "og",
+        0.0
+      ],
+      [
+        "▁St",
+        0.0
+      ],
+      [
+        "ind",
+        0.0
+      ],
+      [
+        "ike",
+        0.0
+      ],
+      [
+        "▁so",
+        0.0
+      ],
+      [
+        "ime",
+        0.0
+      ],
+      [
+        "per",
+        0.0
+      ],
+      [
+        ".\"",
+        0.0
+      ],
+      [
+        "ber",
+        0.0
+      ],
+      [
+        "iz",
+        0.0
+      ],
+      [
+        "act",
+        0.0
+      ],
+      [
+        "▁one",
+        0.0
+      ],
+      [
+        "▁said",
+        0.0
+      ],
+      [
+        "▁-",
+        0.0
+      ],
+      [
+        "are",
+        0.0
+      ],
+      [
+        "▁your",
+        0.0
+      ],
+      [
+        "cc",
+        0.0
+      ],
+      [
+        "▁Th",
+        0.0
+      ],
+      [
+        "▁cl",
+        0.0
+      ],
+      [
+        "ep",
+        0.0
+      ],
+      [
+        "ake",
+        0.0
+      ],
+      [
+        "able",
+        0.0
+      ],
+      [
+        "ip",
+        0.0
+      ],
+      [
+        "▁cont",
+        0.0
+      ],
+      [
+        "▁which",
+        0.0
+      ],
+      [
+        "ia",
+        0.0
+      ],
+      [
+        "▁im",
+        0.0
+      ],
+      [
+        "▁about",
+        0.0
+      ],
+      [
+        "▁were",
+        0.0
+      ],
+      [
+        "very",
+        0.0
+      ],
+      [
+        "ub",
+        0.0
+      ],
+      [
+        "▁had",
+        0.0
+      ],
+      [
+        "▁en",
+        0.0
+      ],
+      [
+        "▁comp",
+        0.0
+      ],
+      [
+        ",\"",
+        0.0
+      ],
+      [
+        "▁In",
+        0.0
+      ],
+      [
+        "▁un",
+        0.0
+      ],
+      [
+        "▁ag",
+        0.0
+      ],
+      [
+        "ire",
+        0.0
+      ],
+      [
+        "ace",
+        0.0
+      ],
+      [
+        "au",
+        0.0
+      ],
+      [
+        "ary",
+        0.0
+      ],
+      [
+        "▁would",
+        0.0
+      ],
+      [
+        "ass",
+        0.0
+      ],
+      [
+        "ry",
+        0.0
+      ],
+      [
+        "▁âĢ",
+        0.0
+      ],
+      [
+        "cl",
+        0.0
+      ],
+      [
+        "ook",
+        0.0
+      ],
+      [
+        "ere",
+        0.0
+      ],
+      [
+        "so",
+        0.0
+      ],
+      [
+        "▁V",
+        0.0
+      ],
+      [
+        "ign",
+        0.0
+      ],
+      [
+        "ib",
+        0.0
+      ],
+      [
+        "▁off",
+        0.0
+      ],
+      [
+        "▁te",
+        0.0
+      ],
+      [
+        "ven",
+        0.0
+      ],
+      [
+        "▁Y",
+        0.0
+      ],
+      [
+        "ile",
+        0.0
+      ],
+      [
+        "ose",
+        0.0
+      ],
+      [
+        "ite",
+        0.0
+      ],
+      [
+        "orm",
+        0.0
+      ],
+      [
+        "▁201",
+        0.0
+      ],
+      [
+        "▁res",
+        0.0
+      ],
+      [
+        "▁man",
+        0.0
+      ],
+      [
+        "▁per",
+        0.0
+      ],
+      [
+        "▁other",
+        0.0
+      ],
+      [
+        "ord",
+        0.0
+      ],
+      [
+        "ult",
+        0.0
+      ],
+      [
+        "▁been",
+        0.0
+      ],
+      [
+        "▁like",
+        0.0
+      ],
+      [
+        "ase",
+        0.0
+      ],
+      [
+        "ance",
+        0.0
+      ],
+      [
+        "ks",
+        0.0
+      ],
+      [
+        "ays",
+        0.0
+      ],
+      [
+        "own",
+        0.0
+      ],
+      [
+        "ence",
+        0.0
+      ],
+      [
+        "▁dis",
+        0.0
+      ],
+      [
+        "ction",
+        0.0
+      ],
+      [
+        "▁any",
+        0.0
+      ],
+      [
+        "▁app",
+        0.0
+      ],
+      [
+        "▁sp",
+        0.0
+      ],
+      [
+        "int",
+        0.0
+      ],
+      [
+        "ress",
+        0.0
+      ],
+      [
+        "ations",
+        0.0
+      ],
+      [
+        "ail",
+        0.0
+      ],
+      [
+        "▁4",
+        0.0
+      ],
+      [
+        "ical",
+        0.0
+      ],
+      [
+        "▁them",
+        0.0
+      ],
+      [
+        "▁her",
+        0.0
+      ],
+      [
+        "ount",
+        0.0
+      ],
+      [
+        "▁Ch",
+        0.0
+      ],
+      [
+        "▁ar",
+        0.0
+      ],
+      [
+        "▁if",
+        0.0
+      ],
+      [
+        "▁there",
+        0.0
+      ],
+      [
+        "▁pe",
+        0.0
+      ],
+      [
+        "▁year",
+        0.0
+      ],
+      [
+        "av",
+        0.0
+      ],
+      [
+        "▁my",
+        0.0
+      ],
+      [
+        "▁some",
+        0.0
+      ],
+      [
+        "▁when",
+        0.0
+      ],
+      [
+        "ough",
+        0.0
+      ],
+      [
+        "ach",
+        0.0
+      ],
+      [
+        "▁than",
+        0.0
+      ],
+      [
+        "ru",
+        0.0
+      ],
+      [
+        "ond",
+        0.0
+      ],
+      [
+        "ick",
+        0.0
+      ],
+      [
+        "▁over",
+        0.0
+      ],
+      [
+        "vel",
+        0.0
+      ],
+      [
+        "▁qu",
+        0.0
+      ],
+      [
+        "ĊĊ",
+        0.0
+      ],
+      [
+        "▁sc",
+        0.0
+      ],
+      [
+        "reat",
+        0.0
+      ],
+      [
+        "ree",
+        0.0
+      ],
+      [
+        "▁It",
+        0.0
+      ],
+      [
+        "ound",
+        0.0
+      ],
+      [
+        "port",
+        0.0
+      ],
+      [
+        "▁also",
+        0.0
+      ],
+      [
+        "▁part",
+        0.0
+      ],
+      [
+        "fter",
+        0.0
+      ],
+      [
+        "▁kn",
+        0.0
+      ],
+      [
+        "▁bec",
+        0.0
+      ],
+      [
+        "▁time",
+        0.0
+      ],
+      [
+        "ens",
+        0.0
+      ],
+      [
+        "▁5",
+        0.0
+      ],
+      [
+        "ople",
+        0.0
+      ],
+      [
+        "▁what",
+        0.0
+      ],
+      [
+        "▁no",
+        0.0
+      ],
+      [
+        "du",
+        0.0
+      ],
+      [
+        "mer",
+        0.0
+      ],
+      [
+        "ang",
+        0.0
+      ],
+      [
+        "▁new",
+        0.0
+      ],
+      [
+        "----",
+        0.0
+      ],
+      [
+        "▁get",
+        0.0
+      ],
+      [
+        "ory",
+        0.0
+      ],
+      [
+        "ition",
+        0.0
+      ],
+      [
+        "ings",
+        0.0
+      ],
+      [
+        "▁just",
+        0.0
+      ],
+      [
+        "▁into",
+        0.0
+      ],
+      [
+        "▁0",
+        0.0
+      ],
+      [
+        "ents",
+        0.0
+      ],
+      [
+        "ove",
+        0.0
+      ],
+      [
+        "te",
+        0.0
+      ],
+      [
+        "▁people",
+        0.0
+      ],
+      [
+        "▁pre",
+        0.0
+      ],
+      [
+        "▁its",
+        0.0
+      ],
+      [
+        "▁rec",
+        0.0
+      ],
+      [
+        "▁tw",
+        0.0
+      ],
+      [
+        "ian",
+        0.0
+      ],
+      [
+        "irst",
+        0.0
+      ],
+      [
+        "ark",
+        0.0
+      ],
+      [
+        "ors",
+        0.0
+      ],
+      [
+        "▁work",
+        0.0
+      ],
+      [
+        "ade",
+        0.0
+      ],
+      [
+        "ob",
+        0.0
+      ],
+      [
+        "▁she",
+        0.0
+      ],
+      [
+        "▁our",
+        0.0
+      ],
+      [
+        "wn",
+        0.0
+      ],
+      [
+        "ink",
+        0.0
+      ],
+      [
+        "lic",
+        0.0
+      ],
+      [
+        "▁19",
+        0.0
+      ],
+      [
+        "▁He",
+        0.0
+      ],
+      [
+        "ish",
+        0.0
+      ],
+      [
+        "nder",
+        0.0
+      ],
+      [
+        "ause",
+        0.0
+      ],
+      [
+        "▁him",
+        0.0
+      ],
+      [
+        "ons",
+        0.0
+      ],
+      [
+        "▁[",
+        0.0
+      ],
+      [
+        "▁ro",
+        0.0
+      ],
+      [
+        "form",
+        0.0
+      ],
+      [
+        "ild",
+        0.0
+      ],
+      [
+        "ates",
+        0.0
+      ],
+      [
+        "vers",
+        0.0
+      ],
+      [
+        "▁only",
+        0.0
+      ],
+      [
+        "oll",
+        0.0
+      ],
+      [
+        "▁spe",
+        0.0
+      ],
+      [
+        "ck",
+        0.0
+      ],
+      [
+        "ell",
+        0.0
+      ],
+      [
+        "amp",
+        0.0
+      ],
+      [
+        "▁acc",
+        0.0
+      ],
+      [
+        "▁bl",
+        0.0
+      ],
+      [
+        "ious",
+        0.0
+      ],
+      [
+        "urn",
+        0.0
+      ],
+      [
+        "ft",
+        0.0
+      ],
+      [
+        "ood",
+        0.0
+      ],
+      [
+        "▁how",
+        0.0
+      ],
+      [
+        "hed",
+        0.0
+      ],
+      [
+        "▁'",
+        0.0
+      ],
+      [
+        "▁after",
+        0.0
+      ],
+      [
+        "aw",
+        0.0
+      ],
+      [
+        "▁att",
+        0.0
+      ],
+      [
+        "ov",
+        0.0
+      ],
+      [
+        "ne",
+        0.0
+      ],
+      [
+        "▁play",
+        0.0
+      ],
+      [
+        "erv",
+        0.0
+      ],
+      [
+        "ict",
+        0.0
+      ],
+      [
+        "▁could",
+        0.0
+      ],
+      [
+        "itt",
+        0.0
+      ],
+      [
+        "▁am",
+        0.0
+      ],
+      [
+        "▁first",
+        0.0
+      ],
+      [
+        "▁6",
+        0.0
+      ],
+      [
+        "▁act",
+        0.0
+      ],
+      [
+        "▁$",
+        0.0
+      ],
+      [
+        "ec",
+        0.0
+      ],
+      [
+        "hing",
+        0.0
+      ],
+      [
+        "ual",
+        0.0
+      ],
+      [
+        "ull",
+        0.0
+      ],
+      [
+        "▁comm",
+        0.0
+      ],
+      [
+        "oy",
+        0.0
+      ],
+      [
+        "old",
+        0.0
+      ],
+      [
+        "ces",
+        0.0
+      ],
+      [
+        "ater",
+        0.0
+      ],
+      [
+        "▁fe",
+        0.0
+      ],
+      [
+        "▁bet",
+        0.0
+      ],
+      [
+        "we",
+        0.0
+      ],
+      [
+        "iff",
+        0.0
+      ],
+      [
+        "▁two",
+        0.0
+      ],
+      [
+        "ock",
+        0.0
+      ],
+      [
+        "▁back",
+        0.0
+      ],
+      [
+        ").",
+        0.0
+      ],
+      [
+        "ident",
+        0.0
+      ],
+      [
+        "▁under",
+        0.0
+      ],
+      [
+        "rough",
+        0.0
+      ],
+      [
+        "sel",
+        0.0
+      ],
+      [
+        "xt",
+        0.0
+      ],
+      [
+        "▁may",
+        0.0
+      ],
+      [
+        "round",
+        0.0
+      ],
+      [
+        "▁po",
+        0.0
+      ],
+      [
+        "ph",
+        0.0
+      ],
+      [
+        "iss",
+        0.0
+      ],
+      [
+        "▁des",
+        0.0
+      ],
+      [
+        "▁most",
+        0.0
+      ],
+      [
+        "▁did",
+        0.0
+      ],
+      [
+        "▁add",
+        0.0
+      ],
+      [
+        "ject",
+        0.0
+      ],
+      [
+        "▁inc",
+        0.0
+      ],
+      [
+        "fore",
+        0.0
+      ],
+      [
+        "▁pol",
+        0.0
+      ],
+      [
+        "ont",
+        0.0
+      ],
+      [
+        "▁again",
+        0.0
+      ],
+      [
+        "clud",
+        0.0
+      ],
+      [
+        "tern",
+        0.0
+      ],
+      [
+        "▁know",
+        0.0
+      ],
+      [
+        "▁need",
+        0.0
+      ],
+      [
+        "▁cons",
+        0.0
+      ],
+      [
+        "▁co",
+        0.0
+      ],
+      [
+        "��.",
+        0.0
+      ],
+      [
+        "▁want",
+        0.0
+      ],
+      [
+        "▁see",
+        0.0
+      ],
+      [
+        "▁7",
+        0.0
+      ],
+      [
+        "ning",
+        0.0
+      ],
+      [
+        "iew",
+        0.0
+      ],
+      [
+        "▁This",
+        0.0
+      ],
+      [
+        "ced",
+        0.0
+      ],
+      [
+        "▁even",
+        0.0
+      ],
+      [
+        "▁ind",
+        0.0
+      ],
+      [
+        "ty",
+        0.0
+      ],
+      [
+        "▁We",
+        0.0
+      ],
+      [
+        "ath",
+        0.0
+      ],
+      [
+        "▁these",
+        0.0
+      ],
+      [
+        "▁pr",
+        0.0
+      ],
+      [
+        "▁use",
+        0.0
+      ],
+      [
+        "▁because",
+        0.0
+      ],
+      [
+        "▁fl",
+        0.0
+      ],
+      [
+        "ng",
+        0.0
+      ],
+      [
+        "▁now",
+        0.0
+      ],
+      [
+        "▁âĢĵ",
+        0.0
+      ],
+      [
+        "com",
+        0.0
+      ],
+      [
+        "ise",
+        0.0
+      ],
+      [
+        "▁make",
+        0.0
+      ],
+      [
+        "▁then",
+        0.0
+      ],
+      [
+        "ower",
+        0.0
+      ],
+      [
+        "▁every",
+        0.0
+      ],
+      [
+        "▁Un",
+        0.0
+      ],
+      [
+        "▁sec",
+        0.0
+      ],
+      [
+        "oss",
+        0.0
+      ],
+      [
+        "uch",
+        0.0
+      ],
+      [
+        "▁em",
+        0.0
+      ],
+      [
+        "▁=",
+        0.0
+      ],
+      [
+        "▁Re",
+        0.0
+      ],
+      [
+        "ied",
+        0.0
+      ],
+      [
+        "rit",
+        0.0
+      ],
+      [
+        "▁inv",
+        0.0
+      ],
+      [
+        "lect",
+        0.0
+      ],
+      [
+        "▁supp",
+        0.0
+      ],
+      [
+        "ating",
+        0.0
+      ],
+      [
+        "▁look",
+        0.0
+      ],
+      [
+        "man",
+        0.0
+      ],
+      [
+        "pect",
+        0.0
+      ],
+      [
+        "▁8",
+        0.0
+      ],
+      [
+        "row",
+        0.0
+      ],
+      [
+        "▁bu",
+        0.0
+      ],
+      [
+        "▁where",
+        0.0
+      ],
+      [
+        "ific",
+        0.0
+      ],
+      [
+        "▁years",
+        0.0
+      ],
+      [
+        "ily",
+        0.0
+      ],
+      [
+        "▁diff",
+        0.0
+      ],
+      [
+        "▁should",
+        0.0
+      ],
+      [
+        "▁rem",
+        0.0
+      ],
+      [
+        "Th",
+        0.0
+      ],
+      [
+        "In",
+        0.0
+      ],
+      [
+        "▁ev",
+        0.0
+      ],
+      [
+        "day",
+        0.0
+      ],
+      [
+        "'re",
+        0.0
+      ],
+      [
+        "rib",
+        0.0
+      ],
+      [
+        "▁rel",
+        0.0
+      ],
+      [
+        "ss",
+        0.0
+      ],
+      [
+        "▁def",
+        0.0
+      ],
+      [
+        "▁right",
+        0.0
+      ],
+      [
+        "▁sy",
+        0.0
+      ],
+      [
+        "),",
+        0.0
+      ],
+      [
+        "les",
+        0.0
+      ],
+      [
+        "000",
+        0.0
+      ],
+      [
+        "hen",
+        0.0
+      ],
+      [
+        "▁through",
+        0.0
+      ],
+      [
+        "▁Tr",
+        0.0
+      ],
+      [
+        "__",
+        0.0
+      ],
+      [
+        "▁way",
+        0.0
+      ],
+      [
+        "▁don",
+        0.0
+      ],
+      [
+        "▁,",
+        0.0
+      ],
+      [
+        "▁10",
+        0.0
+      ],
+      [
+        "ased",
+        0.0
+      ],
+      [
+        "▁ass",
+        0.0
+      ],
+      [
+        "ublic",
+        0.0
+      ],
+      [
+        "▁reg",
+        0.0
+      ],
+      [
+        "▁And",
+        0.0
+      ],
+      [
+        "ix",
+        0.0
+      ],
+      [
+        "▁very",
+        0.0
+      ],
+      [
+        "▁includ",
+        0.0
+      ],
+      [
+        "other",
+        0.0
+      ],
+      [
+        "▁imp",
+        0.0
+      ],
+      [
+        "oth",
+        0.0
+      ],
+      [
+        "▁sub",
+        0.0
+      ],
+      [
+        "▁âĢĶ",
+        0.0
+      ],
+      [
+        "▁being",
+        0.0
+      ],
+      [
+        "arg",
+        0.0
+      ],
+      [
+        "▁Wh",
+        0.0
+      ],
+      [
+        "==",
+        0.0
+      ],
+      [
+        "ible",
+        0.0
+      ],
+      [
+        "▁does",
+        0.0
+      ],
+      [
+        "ange",
+        0.0
+      ],
+      [
+        "ram",
+        0.0
+      ],
+      [
+        "▁9",
+        0.0
+      ],
+      [
+        "ert",
+        0.0
+      ],
+      [
+        "ps",
+        0.0
+      ],
+      [
+        "ited",
+        0.0
+      ],
+      [
+        "ational",
+        0.0
+      ],
+      [
+        "▁br",
+        0.0
+      ],
+      [
+        "▁down",
+        0.0
+      ],
+      [
+        "▁many",
+        0.0
+      ],
+      [
+        "aking",
+        0.0
+      ],
+      [
+        "▁call",
+        0.0
+      ],
+      [
+        "uring",
+        0.0
+      ],
+      [
+        "ities",
+        0.0
+      ],
+      [
+        "▁ph",
+        0.0
+      ],
+      [
+        "ics",
+        0.0
+      ],
+      [
+        "als",
+        0.0
+      ],
+      [
+        "▁dec",
+        0.0
+      ],
+      [
+        "ative",
+        0.0
+      ],
+      [
+        "ener",
+        0.0
+      ],
+      [
+        "▁before",
+        0.0
+      ],
+      [
+        "ility",
+        0.0
+      ],
+      [
+        "▁well",
+        0.0
+      ],
+      [
+        "▁much",
+        0.0
+      ],
+      [
+        "erson",
+        0.0
+      ],
+      [
+        "▁those",
+        0.0
+      ],
+      [
+        "▁such",
+        0.0
+      ],
+      [
+        "▁ke",
+        0.0
+      ],
+      [
+        "▁end",
+        0.0
+      ],
+      [
+        "▁But",
+        0.0
+      ],
+      [
+        "ason",
+        0.0
+      ],
+      [
+        "ting",
+        0.0
+      ],
+      [
+        "▁long",
+        0.0
+      ],
+      [
+        "ef",
+        0.0
+      ],
+      [
+        "▁think",
+        0.0
+      ],
+      [
+        "ys",
+        0.0
+      ],
+      [
+        "▁bel",
+        0.0
+      ],
+      [
+        "▁sm",
+        0.0
+      ],
+      [
+        "its",
+        0.0
+      ],
+      [
+        "ax",
+        0.0
+      ],
+      [
+        "▁own",
+        0.0
+      ],
+      [
+        "▁prov",
+        0.0
+      ],
+      [
+        "▁set",
+        0.0
+      ],
+      [
+        "ife",
+        0.0
+      ],
+      [
+        "ments",
+        0.0
+      ],
+      [
+        "ble",
+        0.0
+      ],
+      [
+        "ward",
+        0.0
+      ],
+      [
+        "▁show",
+        0.0
+      ],
+      [
+        "▁pres",
+        0.0
+      ],
+      [
+        "ms",
+        0.0
+      ],
+      [
+        "omet",
+        0.0
+      ],
+      [
+        "▁ob",
+        0.0
+      ],
+      [
+        "▁say",
+        0.0
+      ],
+      [
+        "▁Sh",
+        0.0
+      ],
+      [
+        "ts",
+        0.0
+      ],
+      [
+        "ful",
+        0.0
+      ],
+      [
+        "▁eff",
+        0.0
+      ],
+      [
+        "▁gu",
+        0.0
+      ],
+      [
+        "▁inst",
+        0.0
+      ],
+      [
+        "und",
+        0.0
+      ],
+      [
+        "ren",
+        0.0
+      ],
+      [
+        "cess",
+        0.0
+      ],
+      [
+        "▁ent",
+        0.0
+      ],
+      [
+        "▁You",
+        0.0
+      ],
+      [
+        "▁good",
+        0.0
+      ],
+      [
+        "▁start",
+        0.0
+      ],
+      [
+        "ince",
+        0.0
+      ],
+      [
+        "▁made",
+        0.0
+      ],
+      [
+        "tt",
+        0.0
+      ],
+      [
+        "stem",
+        0.0
+      ],
+      [
+        "olog",
+        0.0
+      ],
+      [
+        "up",
+        0.0
+      ],
+      [
+        "▁|",
+        0.0
+      ],
+      [
+        "ump",
+        0.0
+      ],
+      [
+        "▁hel",
+        0.0
+      ],
+      [
+        "vern",
+        0.0
+      ],
+      [
+        "ular",
+        0.0
+      ],
+      [
+        "ually",
+        0.0
+      ],
+      [
+        "▁ac",
+        0.0
+      ],
+      [
+        "▁mon",
+        0.0
+      ],
+      [
+        "▁last",
+        0.0
+      ],
+      [
+        "▁200",
+        0.0
+      ],
+      [
+        "10",
+        0.0
+      ],
+      [
+        "▁stud",
+        0.0
+      ],
+      [
+        "ures",
+        0.0
+      ],
+      [
+        "▁Ar",
+        0.0
+      ],
+      [
+        "self",
+        0.0
+      ],
+      [
+        "ars",
+        0.0
+      ],
+      [
+        "meric",
+        0.0
+      ],
+      [
+        "ues",
+        0.0
+      ],
+      [
+        "cy",
+        0.0
+      ],
+      [
+        "▁min",
+        0.0
+      ],
+      [
+        "ollow",
+        0.0
+      ],
+      [
+        "▁col",
+        0.0
+      ],
+      [
+        "io",
+        0.0
+      ],
+      [
+        "▁mod",
+        0.0
+      ],
+      [
+        "▁count",
+        0.0
+      ],
+      [
+        "▁Com",
+        0.0
+      ],
+      [
+        "hes",
+        0.0
+      ],
+      [
+        "▁fin",
+        0.0
+      ],
+      [
+        "air",
+        0.0
+      ],
+      [
+        "ier",
+        0.0
+      ],
+      [
+        "âĢĶ",
+        0.0
+      ],
+      [
+        "read",
+        0.0
+      ],
+      [
+        "ank",
+        0.0
+      ],
+      [
+        "atch",
+        0.0
+      ],
+      [
+        "ever",
+        0.0
+      ],
+      [
+        "▁str",
+        0.0
+      ],
+      [
+        "▁point",
+        0.0
+      ],
+      [
+        "ork",
+        0.0
+      ],
+      [
+        "▁New",
+        0.0
+      ],
+      [
+        "▁sur",
+        0.0
+      ],
+      [
+        "ool",
+        0.0
+      ],
+      [
+        "alk",
+        0.0
+      ],
+      [
+        "ement",
+        0.0
+      ],
+      [
+        "▁used",
+        0.0
+      ],
+      [
+        "ract",
+        0.0
+      ],
+      [
+        "ween",
+        0.0
+      ],
+      [
+        "▁same",
+        0.0
+      ],
+      [
+        "oun",
+        0.0
+      ],
+      [
+        "▁Al",
+        0.0
+      ],
+      [
+        "ci",
+        0.0
+      ],
+      [
+        "▁differe",
+        0.0
+      ],
+      [
+        "▁while",
+        0.0
+      ],
+      [
+        "--------",
+        0.0
+      ],
+      [
+        "▁game",
+        0.0
+      ],
+      [
+        "cept",
+        0.0
+      ],
+      [
+        "▁sim",
+        0.0
+      ],
+      [
+        "...",
+        0.0
+      ],
+      [
+        "▁inter",
+        0.0
+      ],
+      [
+        "ek",
+        0.0
+      ],
+      [
+        "▁report",
+        0.0
+      ],
+      [
+        "▁produ",
+        0.0
+      ],
+      [
+        "▁still",
+        0.0
+      ],
+      [
+        "led",
+        0.0
+      ],
+      [
+        "ah",
+        0.0
+      ],
+      [
+        "▁here",
+        0.0
+      ],
+      [
+        "▁world",
+        0.0
+      ],
+      [
+        "▁though",
+        0.0
+      ],
+      [
+        "▁num",
+        0.0
+      ],
+      [
+        "arch",
+        0.0
+      ],
+      [
+        "imes",
+        0.0
+      ],
+      [
+        "ale",
+        0.0
+      ],
+      [
+        "▁Se",
+        0.0
+      ],
+      [
+        "▁If",
+        0.0
+      ],
+      [
+        "//",
+        0.0
+      ],
+      [
+        "▁Le",
+        0.0
+      ],
+      [
+        "▁ret",
+        0.0
+      ],
+      [
+        "▁ref",
+        0.0
+      ],
+      [
+        "▁trans",
+        0.0
+      ],
+      [
+        "ner",
+        0.0
+      ],
+      [
+        "ution",
+        0.0
+      ],
+      [
+        "ters",
+        0.0
+      ],
+      [
+        "▁take",
+        0.0
+      ],
+      [
+        "▁Cl",
+        0.0
+      ],
+      [
+        "▁conf",
+        0.0
+      ],
+      [
+        "way",
+        0.0
+      ],
+      [
+        "ave",
+        0.0
+      ],
+      [
+        "▁going",
+        0.0
+      ],
+      [
+        "▁sl",
+        0.0
+      ],
+      [
+        "ug",
+        0.0
+      ],
+      [
+        "▁Americ",
+        0.0
+      ],
+      [
+        "▁spec",
+        0.0
+      ],
+      [
+        "▁hand",
+        0.0
+      ],
+      [
+        "▁between",
+        0.0
+      ],
+      [
+        "ists",
+        0.0
+      ],
+      [
+        "▁De",
+        0.0
+      ],
+      [
+        "oot",
+        0.0
+      ],
+      [
+        "It",
+        0.0
+      ],
+      [
+        "▁ear",
+        0.0
+      ],
+      [
+        "▁against",
+        0.0
+      ],
+      [
+        "▁high",
+        0.0
+      ],
+      [
+        "gan",
+        0.0
+      ],
+      [
+        "az",
+        0.0
+      ],
+      [
+        "ather",
+        0.0
+      ],
+      [
+        "▁exp",
+        0.0
+      ],
+      [
+        "▁op",
+        0.0
+      ],
+      [
+        "▁ins",
+        0.0
+      ],
+      [
+        "▁gr",
+        0.0
+      ],
+      [
+        "▁help",
+        0.0
+      ],
+      [
+        "▁requ",
+        0.0
+      ],
+      [
+        "ets",
+        0.0
+      ],
+      [
+        "ins",
+        0.0
+      ],
+      [
+        "▁Pro",
+        0.0
+      ],
+      [
+        "ism",
+        0.0
+      ],
+      [
+        "▁found",
+        0.0
+      ],
+      [
+        "land",
+        0.0
+      ],
+      [
+        "ata",
+        0.0
+      ],
+      [
+        "uss",
+        0.0
+      ],
+      [
+        "ames",
+        0.0
+      ],
+      [
+        "▁person",
+        0.0
+      ],
+      [
+        "▁great",
+        0.0
+      ],
+      [
+        "pr",
+        0.0
+      ],
+      [
+        "▁sign",
+        0.0
+      ],
+      [
+        "▁An",
+        0.0
+      ],
+      [
+        "'ve",
+        0.0
+      ],
+      [
+        "▁somet",
+        0.0
+      ],
+      [
+        "▁ser",
+        0.0
+      ],
+      [
+        "hip",
+        0.0
+      ],
+      [
+        "▁run",
+        0.0
+      ],
+      [
+        "▁:",
+        0.0
+      ],
+      [
+        "▁ter",
+        0.0
+      ],
+      [
+        "irect",
+        0.0
+      ],
+      [
+        "▁follow",
+        0.0
+      ],
+      [
+        "▁det",
+        0.0
+      ],
+      [
+        "ices",
+        0.0
+      ],
+      [
+        "▁find",
+        0.0
+      ],
+      [
+        "12",
+        0.0
+      ],
+      [
+        "▁mem",
+        0.0
+      ],
+      [
+        "▁cr",
+        0.0
+      ],
+      [
+        "ered",
+        0.0
+      ],
+      [
+        "ex",
+        0.0
+      ],
+      [
+        "▁ext",
+        0.0
+      ],
+      [
+        "uth",
+        0.0
+      ],
+      [
+        "ense",
+        0.0
+      ],
+      [
+        "co",
+        0.0
+      ],
+      [
+        "▁team",
+        0.0
+      ],
+      [
+        "ving",
+        0.0
+      ],
+      [
+        "ouse",
+        0.0
+      ],
+      [
+        "ash",
+        0.0
+      ],
+      [
+        "att",
+        0.0
+      ],
+      [
+        "ved",
+        0.0
+      ],
+      [
+        "▁system",
+        0.0
+      ],
+      [
+        "▁As",
+        0.0
+      ],
+      [
+        "der",
+        0.0
+      ],
+      [
+        "ives",
+        0.0
+      ],
+      [
+        "min",
+        0.0
+      ],
+      [
+        "▁lead",
+        0.0
+      ],
+      [
+        "▁Bl",
+        0.0
+      ],
+      [
+        "cent",
+        0.0
+      ],
+      [
+        "▁around",
+        0.0
+      ],
+      [
+        "▁govern",
+        0.0
+      ],
+      [
+        "▁cur",
+        0.0
+      ],
+      [
+        "velop",
+        0.0
+      ],
+      [
+        "any",
+        0.0
+      ],
+      [
+        "▁cour",
+        0.0
+      ],
+      [
+        "alth",
+        0.0
+      ],
+      [
+        "ages",
+        0.0
+      ],
+      [
+        "ize",
+        0.0
+      ],
+      [
+        "▁car",
+        0.0
+      ],
+      [
+        "ode",
+        0.0
+      ],
+      [
+        "▁law",
+        0.0
+      ],
+      [
+        "▁read",
+        0.0
+      ],
+      [
+        "'m",
+        0.0
+      ],
+      [
+        "con",
+        0.0
+      ],
+      [
+        "▁real",
+        0.0
+      ],
+      [
+        "▁support",
+        0.0
+      ],
+      [
+        "▁12",
+        0.0
+      ],
+      [
+        "....",
+        0.0
+      ],
+      [
+        "▁really",
+        0.0
+      ],
+      [
+        "ness",
+        0.0
+      ],
+      [
+        "▁fact",
+        0.0
+      ],
+      [
+        "▁day",
+        0.0
+      ],
+      [
+        "▁both",
+        0.0
+      ],
+      [
+        "ying",
+        0.0
+      ],
+      [
+        "▁serv",
+        0.0
+      ],
+      [
+        "▁For",
+        0.0
+      ],
+      [
+        "▁three",
+        0.0
+      ],
+      [
+        "▁wom",
+        0.0
+      ],
+      [
+        "▁med",
+        0.0
+      ],
+      [
+        "ody",
+        0.0
+      ],
+      [
+        "▁They",
+        0.0
+      ],
+      [
+        "50",
+        0.0
+      ],
+      [
+        "▁exper",
+        0.0
+      ],
+      [
+        "ton",
+        0.0
+      ],
+      [
+        "▁each",
+        0.0
+      ],
+      [
+        "akes",
+        0.0
+      ],
+      [
+        "▁che",
+        0.0
+      ],
+      [
+        "▁cre",
+        0.0
+      ],
+      [
+        "ines",
+        0.0
+      ],
+      [
+        "▁rep",
+        0.0
+      ],
+      [
+        "19",
+        0.0
+      ],
+      [
+        "gg",
+        0.0
+      ],
+      [
+        "illion",
+        0.0
+      ],
+      [
+        "▁grou",
+        0.0
+      ],
+      [
+        "ute",
+        0.0
+      ],
+      [
+        "ik",
+        0.0
+      ],
+      [
+        "We",
+        0.0
+      ],
+      [
+        "get",
+        0.0
+      ],
+      [
+        "ER",
+        0.0
+      ],
+      [
+        "▁met",
+        0.0
+      ],
+      [
+        "▁says",
+        0.0
+      ],
+      [
+        "ox",
+        0.0
+      ],
+      [
+        "▁during",
+        0.0
+      ],
+      [
+        "ern",
+        0.0
+      ],
+      [
+        "ized",
+        0.0
+      ],
+      [
+        "ared",
+        0.0
+      ],
+      [
+        "▁fam",
+        0.0
+      ],
+      [
+        "ically",
+        0.0
+      ],
+      [
+        "▁happ",
+        0.0
+      ],
+      [
+        "▁Is",
+        0.0
+      ],
+      [
+        "▁char",
+        0.0
+      ],
+      [
+        "med",
+        0.0
+      ],
+      [
+        "vent",
+        0.0
+      ],
+      [
+        "▁gener",
+        0.0
+      ],
+      [
+        "ient",
+        0.0
+      ],
+      [
+        "ple",
+        0.0
+      ],
+      [
+        "iet",
+        0.0
+      ],
+      [
+        "rent",
+        0.0
+      ],
+      [
+        "11",
+        0.0
+      ],
+      [
+        "ves",
+        0.0
+      ],
+      [
+        "ption",
+        0.0
+      ],
+      [
+        "▁20",
+        0.0
+      ],
+      [
+        "formation",
+        0.0
+      ],
+      [
+        "▁cor",
+        0.0
+      ],
+      [
+        "▁offic",
+        0.0
+      ],
+      [
+        "ield",
+        0.0
+      ],
+      [
+        "▁too",
+        0.0
+      ],
+      [
+        "ision",
+        0.0
+      ],
+      [
+        "▁inf",
+        0.0
+      ],
+      [
+        "▁Z",
+        0.0
+      ],
+      [
+        "the",
+        0.0
+      ],
+      [
+        "oad",
+        0.0
+      ],
+      [
+        "▁public",
+        0.0
+      ],
+      [
+        "▁prog",
+        0.0
+      ],
+      [
+        "ric",
+        0.0
+      ],
+      [
+        "**",
+        0.0
+      ],
+      [
+        "▁war",
+        0.0
+      ],
+      [
+        "▁power",
+        0.0
+      ],
+      [
+        "view",
+        0.0
+      ],
+      [
+        "▁few",
+        0.0
+      ],
+      [
+        "▁loc",
+        0.0
+      ],
+      [
+        "▁different",
+        0.0
+      ],
+      [
+        "▁state",
+        0.0
+      ],
+      [
+        "▁head",
+        0.0
+      ],
+      [
+        "'ll",
+        0.0
+      ],
+      [
+        "▁poss",
+        0.0
+      ],
+      [
+        "▁stat",
+        0.0
+      ],
+      [
+        "ret",
+        0.0
+      ],
+      [
+        "ants",
+        0.0
+      ],
+      [
+        "▁val",
+        0.0
+      ],
+      [
+        "▁iss",
+        0.0
+      ],
+      [
+        "▁cle",
+        0.0
+      ],
+      [
+        "ivers",
+        0.0
+      ],
+      [
+        "anc",
+        0.0
+      ],
+      [
+        "▁expl",
+        0.0
+      ],
+      [
+        "▁another",
+        0.0
+      ],
+      [
+        "▁Q",
+        0.0
+      ],
+      [
+        "▁av",
+        0.0
+      ],
+      [
+        "thing",
+        0.0
+      ],
+      [
+        "nce",
+        0.0
+      ],
+      [
+        "Wh",
+        0.0
+      ],
+      [
+        "▁child",
+        0.0
+      ],
+      [
+        "▁since",
+        0.0
+      ],
+      [
+        "ired",
+        0.0
+      ],
+      [
+        "less",
+        0.0
+      ],
+      [
+        "▁life",
+        0.0
+      ],
+      [
+        "▁develop",
+        0.0
+      ],
+      [
+        "ittle",
+        0.0
+      ],
+      [
+        "▁dep",
+        0.0
+      ],
+      [
+        "▁pass",
+        0.0
+      ],
+      [
+        "ãĥ",
+        0.0
+      ],
+      [
+        "▁turn",
+        0.0
+      ],
+      [
+        "orn",
+        0.0
+      ],
+      [
+        "This",
+        0.0
+      ],
+      [
+        "bers",
+        0.0
+      ],
+      [
+        "ross",
+        0.0
+      ],
+      [
+        "▁Ad",
+        0.0
+      ],
+      [
+        "▁fr",
+        0.0
+      ],
+      [
+        "▁resp",
+        0.0
+      ],
+      [
+        "▁second",
+        0.0
+      ],
+      [
+        "oh",
+        0.0
+      ],
+      [
+        "▁/",
+        0.0
+      ],
+      [
+        "▁disc",
+        0.0
+      ],
+      [
+        "▁&",
+        0.0
+      ],
+      [
+        "▁something",
+        0.0
+      ],
+      [
+        "▁comple",
+        0.0
+      ],
+      [
+        "▁ed",
+        0.0
+      ],
+      [
+        "▁fil",
+        0.0
+      ],
+      [
+        "▁month",
+        0.0
+      ],
+      [
+        "aj",
+        0.0
+      ],
+      [
+        "uc",
+        0.0
+      ],
+      [
+        "▁government",
+        0.0
+      ],
+      [
+        "▁without",
+        0.0
+      ],
+      [
+        "▁leg",
+        0.0
+      ],
+      [
+        "▁dist",
+        0.0
+      ],
+      [
+        "▁put",
+        0.0
+      ],
+      [
+        "▁quest",
+        0.0
+      ],
+      [
+        "ann",
+        0.0
+      ],
+      [
+        "▁prot",
+        0.0
+      ],
+      [
+        "20",
+        0.0
+      ],
+      [
+        "▁never",
+        0.0
+      ],
+      [
+        "ience",
+        0.0
+      ],
+      [
+        "▁level",
+        0.0
+      ],
+      [
+        "▁art",
+        0.0
+      ],
+      [
+        "▁things",
+        0.0
+      ],
+      [
+        "▁might",
+        0.0
+      ],
+      [
+        "▁effect",
+        0.0
+      ],
+      [
+        "▁contro",
+        0.0
+      ],
+      [
+        "▁cent",
+        0.0
+      ],
+      [
+        "▁18",
+        0.0
+      ],
+      [
+        "▁allow",
+        0.0
+      ],
+      [
+        "▁belie",
+        0.0
+      ],
+      [
+        "chool",
+        0.0
+      ],
+      [
+        "ott",
+        0.0
+      ],
+      [
+        "▁incre",
+        0.0
+      ],
+      [
+        "▁feel",
+        0.0
+      ],
+      [
+        "▁result",
+        0.0
+      ],
+      [
+        "▁lot",
+        0.0
+      ],
+      [
+        "▁fun",
+        0.0
+      ],
+      [
+        "ote",
+        0.0
+      ],
+      [
+        "▁ty",
+        0.0
+      ],
+      [
+        "erest",
+        0.0
+      ],
+      [
+        "▁contin",
+        0.0
+      ],
+      [
+        "▁using",
+        0.0
+      ],
+      [
+        "▁big",
+        0.0
+      ],
+      [
+        "201",
+        0.0
+      ],
+      [
+        "▁ask",
+        0.0
+      ],
+      [
+        "▁best",
+        0.0
+      ],
+      [
+        "▁)",
+        0.0
+      ],
+      [
+        "IN",
+        0.0
+      ],
+      [
+        "▁opp",
+        0.0
+      ],
+      [
+        "30",
+        0.0
+      ],
+      [
+        "▁number",
+        0.0
+      ],
+      [
+        "iness",
+        0.0
+      ],
+      [
+        "St",
+        0.0
+      ],
+      [
+        "lease",
+        0.0
+      ],
+      [
+        "▁ca",
+        0.0
+      ],
+      [
+        "▁must",
+        0.0
+      ],
+      [
+        "▁direct",
+        0.0
+      ],
+      [
+        "▁gl",
+        0.0
+      ],
+      [
+        "▁<",
+        0.0
+      ],
+      [
+        "▁open",
+        0.0
+      ],
+      [
+        "▁post",
+        0.0
+      ],
+      [
+        "▁come",
+        0.0
+      ],
+      [
+        "▁seem",
+        0.0
+      ],
+      [
+        "ording",
+        0.0
+      ],
+      [
+        "▁week",
+        0.0
+      ],
+      [
+        "ately",
+        0.0
+      ],
+      [
+        "ital",
+        0.0
+      ],
+      [
+        "▁el",
+        0.0
+      ],
+      [
+        "riend",
+        0.0
+      ],
+      [
+        "▁far",
+        0.0
+      ],
+      [
+        "▁tra",
+        0.0
+      ],
+      [
+        "inal",
+        0.0
+      ],
+      [
+        "▁pri",
+        0.0
+      ],
+      [
+        "▁US",
+        0.0
+      ],
+      [
+        "▁place",
+        0.0
+      ],
+      [
+        "▁form",
+        0.0
+      ],
+      [
+        "▁told",
+        0.0
+      ],
+      [
+        "\":",
+        0.0
+      ],
+      [
+        "ains",
+        0.0
+      ],
+      [
+        "ature",
+        0.0
+      ],
+      [
+        "▁Trump",
+        0.0
+      ],
+      [
+        "▁stand",
+        0.0
+      ],
+      [
+        "▁#",
+        0.0
+      ],
+      [
+        "ider",
+        0.0
+      ],
+      [
+        "▁Fr",
+        0.0
+      ],
+      [
+        "▁next",
+        0.0
+      ],
+      [
+        "▁soc",
+        0.0
+      ],
+      [
+        "▁pur",
+        0.0
+      ],
+      [
+        "▁let",
+        0.0
+      ],
+      [
+        "▁little",
+        0.0
+      ],
+      [
+        "▁hum",
+        0.0
+      ],
+      [
+        "▁i",
+        0.0
+      ],
+      [
+        "ron",
+        0.0
+      ],
+      [
+        "15",
+        0.0
+      ],
+      [
+        "▁15",
+        0.0
+      ],
+      [
+        "▁commun",
+        0.0
+      ],
+      [
+        "▁mark",
+        0.0
+      ],
+      [
+        "▁There",
+        0.0
+      ],
+      [
+        "▁wr",
+        0.0
+      ],
+      [
+        "▁That",
+        0.0
+      ],
+      [
+        "▁information",
+        0.0
+      ],
+      [
+        "ways",
+        0.0
+      ],
+      [
+        "▁bus",
+        0.0
+      ],
+      [
+        "app",
+        0.0
+      ],
+      [
+        "▁invest",
+        0.0
+      ],
+      [
+        "me",
+        0.0
+      ],
+      [
+        "▁hard",
+        0.0
+      ],
+      [
+        "ained",
+        0.0
+      ],
+      [
+        "ead",
+        0.0
+      ],
+      [
+        "▁import",
+        0.0
+      ],
+      [
+        "▁appro",
+        0.0
+      ],
+      [
+        "▁test",
+        0.0
+      ],
+      [
+        "▁tri",
+        0.0
+      ],
+      [
+        "▁rest",
+        0.0
+      ],
+      [
+        "osed",
+        0.0
+      ],
+      [
+        "▁full",
+        0.0
+      ],
+      [
+        "▁care",
+        0.0
+      ],
+      [
+        "▁Sp",
+        0.0
+      ],
+      [
+        "▁case",
+        0.0
+      ],
+      [
+        "ON",
+        0.0
+      ],
+      [
+        "▁sk",
+        0.0
+      ],
+      [
+        "▁less",
+        0.0
+      ],
+      [
+        "▁+",
+        0.0
+      ],
+      [
+        "▁partic",
+        0.0
+      ],
+      [
+        "▁Pl",
+        0.0
+      ],
+      [
+        "ably",
+        0.0
+      ],
+      [
+        "uck",
+        0.0
+      ],
+      [
+        "ished",
+        0.0
+      ],
+      [
+        "chn",
+        0.0
+      ],
+      [
+        "be",
+        0.0
+      ],
+      [
+        "▁list",
+        0.0
+      ],
+      [
+        "ator",
+        0.0
+      ],
+      [
+        "▁top",
+        0.0
+      ],
+      [
+        "▁adv",
+        0.0
+      ],
+      [
+        "▁Be",
+        0.0
+      ],
+      [
+        "ruct",
+        0.0
+      ],
+      [
+        "▁dem",
+        0.0
+      ],
+      [
+        "ration",
+        0.0
+      ],
+      [
+        "ling",
+        0.0
+      ],
+      [
+        "gy",
+        0.0
+      ],
+      [
+        "reen",
+        0.0
+      ],
+      [
+        "ger",
+        0.0
+      ],
+      [
+        "▁home",
+        0.0
+      ],
+      [
+        "▁left",
+        0.0
+      ],
+      [
+        "▁better",
+        0.0
+      ],
+      [
+        "▁data",
+        0.0
+      ],
+      [
+        "▁11",
+        0.0
+      ],
+      [
+        "▁attack",
+        0.0
+      ],
+      [
+        "▁proble",
+        0.0
+      ],
+      [
+        "line",
+        0.0
+      ],
+      [
+        "ards",
+        0.0
+      ],
+      [
+        "▁beh",
+        0.0
+      ],
+      [
+        "ral",
+        0.0
+      ],
+      [
+        "▁How",
+        0.0
+      ],
+      [
+        "▁She",
+        0.0
+      ],
+      [
+        "arge",
+        0.0
+      ],
+      [
+        "▁--",
+        0.0
+      ],
+      [
+        "://",
+        0.0
+      ],
+      [
+        "▁bro",
+        0.0
+      ],
+      [
+        "▁Ph",
+        0.0
+      ],
+      [
+        "ats",
+        0.0
+      ],
+      [
+        "▁build",
+        0.0
+      ],
+      [
+        "ww",
+        0.0
+      ],
+      [
+        "ided",
+        0.0
+      ],
+      [
+        "aim",
+        0.0
+      ],
+      [
+        "ases",
+        0.0
+      ],
+      [
+        "ency",
+        0.0
+      ],
+      [
+        "▁main",
+        0.0
+      ],
+      [
+        "ined",
+        0.0
+      ],
+      [
+        "▁including",
+        0.0
+      ],
+      [
+        "▁{",
+        0.0
+      ],
+      [
+        "▁got",
+        0.0
+      ],
+      [
+        "▁interest",
+        0.0
+      ],
+      [
+        "▁keep",
+        0.0
+      ],
+      [
+        "▁X",
+        0.0
+      ],
+      [
+        "▁eas",
+        0.0
+      ],
+      [
+        "aining",
+        0.0
+      ],
+      [
+        "▁class",
+        0.0
+      ],
+      [
+        "âĢ¦",
+        0.0
+      ],
+      [
+        "▁No",
+        0.0
+      ],
+      [
+        "▁var",
+        0.0
+      ],
+      [
+        "▁small",
+        0.0
+      ],
+      [
+        "ample",
+        0.0
+      ],
+      [
+        "AT",
+        0.0
+      ],
+      [
+        "▁ide",
+        0.0
+      ],
+      [
+        "▁So",
+        0.0
+      ],
+      [
+        "▁rece",
+        0.0
+      ],
+      [
+        "▁polit",
+        0.0
+      ],
+      [
+        "▁mov",
+        0.0
+      ],
+      [
+        "▁plan",
+        0.0
+      ],
+      [
+        "▁percent",
+        0.0
+      ],
+      [
+        "iving",
+        0.0
+      ],
+      [
+        "▁camp",
+        0.0
+      ],
+      [
+        "▁pay",
+        0.0
+      ],
+      [
+        "14",
+        0.0
+      ],
+      [
+        "sc",
+        0.0
+      ],
+      [
+        "ised",
+        0.0
+      ],
+      [
+        "▁unt",
+        0.0
+      ],
+      [
+        "oney",
+        0.0
+      ],
+      [
+        "ploy",
+        0.0
+      ],
+      [
+        "====",
+        0.0
+      ],
+      [
+        "▁didn",
+        0.0
+      ],
+      [
+        "▁Ind",
+        0.0
+      ],
+      [
+        "els",
+        0.0
+      ],
+      [
+        "ertain",
+        0.0
+      ],
+      [
+        "▁pos",
+        0.0
+      ],
+      [
+        "____",
+        0.0
+      ],
+      [
+        "iver",
+        0.0
+      ],
+      [
+        "▁process",
+        0.0
+      ],
+      [
+        "▁program",
+        0.0
+      ],
+      [
+        "ified",
+        0.0
+      ],
+      [
+        "▁Rep",
+        0.0
+      ],
+      [
+        "16",
+        0.0
+      ],
+      [
+        "uro",
+        0.0
+      ],
+      [
+        "ology",
+        0.0
+      ],
+      [
+        "atter",
+        0.0
+      ],
+      [
+        "ina",
+        0.0
+      ],
+      [
+        "▁name",
+        0.0
+      ],
+      [
+        "▁All",
+        0.0
+      ],
+      [
+        "▁four",
+        0.0
+      ],
+      [
+        "▁return",
+        0.0
+      ],
+      [
+        "vious",
+        0.0
+      ],
+      [
+        "bs",
+        0.0
+      ],
+      [
+        "▁called",
+        0.0
+      ],
+      [
+        "▁move",
+        0.0
+      ],
+      [
+        "▁Sc",
+        0.0
+      ],
+      [
+        "ird",
+        0.0
+      ],
+      [
+        "▁group",
+        0.0
+      ],
+      [
+        "▁bre",
+        0.0
+      ],
+      [
+        "▁men",
+        0.0
+      ],
+      [
+        "▁cap",
+        0.0
+      ],
+      [
+        "ten",
+        0.0
+      ],
+      [
+        "ee",
+        0.0
+      ],
+      [
+        "▁dri",
+        0.0
+      ],
+      [
+        "leg",
+        0.0
+      ],
+      [
+        "here",
+        0.0
+      ],
+      [
+        "uthor",
+        0.0
+      ],
+      [
+        "▁pat",
+        0.0
+      ],
+      [
+        "▁current",
+        0.0
+      ],
+      [
+        "ides",
+        0.0
+      ],
+      [
+        "▁pop",
+        0.0
+      ],
+      [
+        "to",
+        0.0
+      ],
+      [
+        "ention",
+        0.0
+      ],
+      [
+        "▁always",
+        0.0
+      ],
+      [
+        "▁mil",
+        0.0
+      ],
+      [
+        "▁women",
+        0.0
+      ],
+      [
+        "▁16",
+        0.0
+      ],
+      [
+        "▁old",
+        0.0
+      ],
+      [
+        "iven",
+        0.0
+      ],
+      [
+        "raph",
+        0.0
+      ],
+      [
+        "▁Or",
+        0.0
+      ],
+      [
+        "ror",
+        0.0
+      ],
+      [
+        "ently",
+        0.0
+      ],
+      [
+        "▁near",
+        0.0
+      ],
+      [
+        "▁Ex",
+        0.0
+      ],
+      [
+        "ream",
+        0.0
+      ],
+      [
+        "sh",
+        0.0
+      ],
+      [
+        "▁14",
+        0.0
+      ],
+      [
+        "▁free",
+        0.0
+      ],
+      [
+        "ission",
+        0.0
+      ],
+      [
+        "stand",
+        0.0
+      ],
+      [
+        "▁Con",
+        0.0
+      ],
+      [
+        "ality",
+        0.0
+      ],
+      [
+        "used",
+        0.0
+      ],
+      [
+        "13",
+        0.0
+      ],
+      [
+        "▁design",
+        0.0
+      ],
+      [
+        "▁change",
+        0.0
+      ],
+      [
+        "▁chang",
+        0.0
+      ],
+      [
+        "▁bo",
+        0.0
+      ],
+      [
+        "▁vis",
+        0.0
+      ],
+      [
+        "ember",
+        0.0
+      ],
+      [
+        "▁book",
+        0.0
+      ],
+      [
+        "ready",
+        0.0
+      ],
+      [
+        "▁kill",
+        0.0
+      ],
+      [
+        "25",
+        0.0
+      ],
+      [
+        "pped",
+        0.0
+      ],
+      [
+        "▁away",
+        0.0
+      ],
+      [
+        "▁able",
+        0.0
+      ],
+      [
+        "▁country",
+        0.0
+      ],
+      [
+        "▁const",
+        0.0
+      ],
+      [
+        "arn",
+        0.0
+      ],
+      [
+        "▁order",
+        0.0
+      ],
+      [
+        "AR",
+        0.0
+      ],
+      [
+        "ior",
+        0.0
+      ],
+      [
+        "ium",
+        0.0
+      ],
+      [
+        "orth",
+        0.0
+      ],
+      [
+        "18",
+        0.0
+      ],
+      [
+        "ailable",
+        0.0
+      ],
+      [
+        "▁sw",
+        0.0
+      ],
+      [
+        "▁million",
+        0.0
+      ],
+      [
+        "▁13",
+        0.0
+      ],
+      [
+        "atic",
+        0.0
+      ],
+      [
+        "ted",
+        0.0
+      ],
+      [
+        "▁Go",
+        0.0
+      ],
+      [
+        "▁oper",
+        0.0
+      ],
+      [
+        "eng",
+        0.0
+      ],
+      [
+        "▁thing",
+        0.0
+      ],
+      [
+        "ajor",
+        0.0
+      ],
+      [
+        "conom",
+        0.0
+      ],
+      [
+        "▁Comm",
+        0.0
+      ],
+      [
+        "▁why",
+        0.0
+      ],
+      [
+        "ured",
+        0.0
+      ],
+      [
+        "ural",
+        0.0
+      ],
+      [
+        "▁school",
+        0.0
+      ],
+      [
+        "by",
+        0.0
+      ],
+      [
+        "▁Mar",
+        0.0
+      ],
+      [
+        "▁aff",
+        0.0
+      ],
+      [
+        "▁days",
+        0.0
+      ],
+      [
+        "▁ann",
+        0.0
+      ],
+      [
+        "ush",
+        0.0
+      ],
+      [
+        "ane",
+        0.0
+      ],
+      [
+        "If",
+        0.0
+      ],
+      [
+        "eg",
+        0.0
+      ],
+      [
+        "▁prof",
+        0.0
+      ],
+      [
+        "▁health",
+        0.0
+      ],
+      [
+        "outh",
+        0.0
+      ],
+      [
+        "But",
+        0.0
+      ],
+      [
+        "ional",
+        0.0
+      ],
+      [
+        ".,",
+        0.0
+      ],
+      [
+        "▁sol",
+        0.0
+      ],
+      [
+        "▁already",
+        0.0
+      ],
+      [
+        "▁30",
+        0.0
+      ],
+      [
+        "▁charact",
+        0.0
+      ],
+      [
+        "He",
+        0.0
+      ],
+      [
+        "▁friend",
+        0.0
+      ],
+      [
+        "ES",
+        0.0
+      ],
+      [
+        "ians",
+        0.0
+      ],
+      [
+        "icle",
+        0.0
+      ],
+      [
+        "'d",
+        0.0
+      ],
+      [
+        "▁On",
+        0.0
+      ],
+      [
+        "▁least",
+        0.0
+      ],
+      [
+        "▁prom",
+        0.0
+      ],
+      [
+        "▁dr",
+        0.0
+      ],
+      [
+        "▁hist",
+        0.0
+      ],
+      [
+        "ither",
+        0.0
+      ],
+      [
+        "▁est",
+        0.0
+      ],
+      [
+        "iqu",
+        0.0
+      ],
+      [
+        "17",
+        0.0
+      ],
+      [
+        "son",
+        0.0
+      ],
+      [
+        "▁tell",
+        0.0
+      ],
+      [
+        "▁talk",
+        0.0
+      ],
+      [
+        "ohn",
+        0.0
+      ],
+      [
+        "oint",
+        0.0
+      ],
+      [
+        "lection",
+        0.0
+      ],
+      [
+        "AN",
+        0.0
+      ],
+      [
+        "▁until",
+        0.0
+      ],
+      [
+        "augh",
+        0.0
+      ],
+      [
+        "▁later",
+        0.0
+      ],
+      [
+        "▁ve",
+        0.0
+      ],
+      [
+        "▁view",
+        0.0
+      ],
+      [
+        "ending",
+        0.0
+      ],
+      [
+        "ived",
+        0.0
+      ],
+      [
+        "▁word",
+        0.0
+      ],
+      [
+        "ware",
+        0.0
+      ],
+      [
+        "▁cost",
+        0.0
+      ],
+      [
+        "▁enough",
+        0.0
+      ],
+      [
+        "▁give",
+        0.0
+      ],
+      [
+        "▁United",
+        0.0
+      ],
+      [
+        "▁techn",
+        0.0
+      ],
+      [
+        "arent",
+        0.0
+      ],
+      [
+        "OR",
+        0.0
+      ],
+      [
+        "▁par",
+        0.0
+      ],
+      [
+        "▁Dr",
+        0.0
+      ],
+      [
+        "▁2016",
+        0.0
+      ],
+      [
+        "rist",
+        0.0
+      ],
+      [
+        "ering",
+        0.0
+      ],
+      [
+        "▁Â",
+        0.0
+      ],
+      [
+        "▁large",
+        0.0
+      ],
+      [
+        "side",
+        0.0
+      ],
+      [
+        "acy",
+        0.0
+      ],
+      [
+        "ccess",
+        0.0
+      ],
+      [
+        "▁win",
+        0.0
+      ],
+      [
+        "▁important",
+        0.0
+      ],
+      [
+        "▁199",
+        0.0
+      ],
+      [
+        "▁doesn",
+        0.0
+      ],
+      [
+        "▁17",
+        0.0
+      ],
+      [
+        "▁business",
+        0.0
+      ],
+      [
+        "▁clear",
+        0.0
+      ],
+      [
+        "▁rese",
+        0.0
+      ],
+      [
+        "\",",
+        0.0
+      ],
+      [
+        "ury",
+        0.0
+      ],
+      [
+        "▁equ",
+        0.0
+      ],
+      [
+        "aster",
+        0.0
+      ],
+      [
+        "alf",
+        0.0
+      ],
+      [
+        "▁American",
+        0.0
+      ],
+      [
+        "nect",
+        0.0
+      ],
+      [
+        "▁expect",
+        0.0
+      ],
+      [
+        "iversity",
+        0.0
+      ],
+      [
+        "▁occ",
+        0.0
+      ],
+      [
+        "▁Fl",
+        0.0
+      ],
+      [
+        "▁kind",
+        0.0
+      ],
+      [
+        "▁mean",
+        0.0
+      ],
+      [
+        "▁past",
+        0.0
+      ],
+      [
+        "▁dev",
+        0.0
+      ],
+      [
+        "▁bas",
+        0.0
+      ],
+      [
+        "let",
+        0.0
+      ],
+      [
+        "raft",
+        0.0
+      ],
+      [
+        "▁organ",
+        0.0
+      ],
+      [
+        "▁del",
+        0.0
+      ],
+      [
+        "▁perform",
+        0.0
+      ],
+      [
+        "▁story",
+        0.0
+      ],
+      [
+        "▁season",
+        0.0
+      ],
+      [
+        "▁Col",
+        0.0
+      ],
+      [
+        "▁claim",
+        0.0
+      ],
+      [
+        "▁came",
+        0.0
+      ],
+      [
+        "▁within",
+        0.0
+      ],
+      [
+        "▁line",
+        0.0
+      ],
+      [
+        "▁project",
+        0.0
+      ],
+      [
+        "▁At",
+        0.0
+      ],
+      [
+        "▁control",
+        0.0
+      ],
+      [
+        "ended",
+        0.0
+      ],
+      [
+        "▁Sy",
+        0.0
+      ],
+      [
+        "▁air",
+        0.0
+      ],
+      [
+        "ization",
+        0.0
+      ],
+      [
+        "▁*",
+        0.0
+      ],
+      [
+        "ley",
+        0.0
+      ],
+      [
+        "▁money",
+        0.0
+      ],
+      [
+        "idd",
+        0.0
+      ],
+      [
+        "You",
+        0.0
+      ],
+      [
+        "for",
+        0.0
+      ],
+      [
+        "▁family",
+        0.0
+      ],
+      [
+        "▁making",
+        0.0
+      ],
+      [
+        "▁bit",
+        0.0
+      ],
+      [
+        "▁police",
+        0.0
+      ],
+      [
+        "▁happen",
+        0.0
+      ],
+      [
+        "▁vers",
+        0.0
+      ],
+      [
+        "ony",
+        0.0
+      ],
+      [
+        "uff",
+        0.0
+      ],
+      [
+        "▁When",
+        0.0
+      ],
+      [
+        "▁sit",
+        0.0
+      ],
+      [
+        "ideo",
+        0.0
+      ],
+      [
+        "lf",
+        0.0
+      ],
+      [
+        "ison",
+        0.0
+      ],
+      [
+        "▁sure",
+        0.0
+      ],
+      [
+        "gin",
+        0.0
+      ],
+      [
+        "▁appear",
+        0.0
+      ],
+      [
+        "▁light",
+        0.0
+      ],
+      [
+        "▁es",
+        0.0
+      ],
+      [
+        "of",
+        0.0
+      ],
+      [
+        "▁water",
+        0.0
+      ],
+      [
+        "▁times",
+        0.0
+      ],
+      [
+        "not",
+        0.0
+      ],
+      [
+        "▁grow",
+        0.0
+      ],
+      [
+        "▁company",
+        0.0
+      ],
+      [
+        "▁Te",
+        0.0
+      ],
+      [
+        "ows",
+        0.0
+      ],
+      [
+        "▁mar",
+        0.0
+      ],
+      [
+        "ource",
+        0.0
+      ],
+      [
+        "iol",
+        0.0
+      ],
+      [
+        "arm",
+        0.0
+      ],
+      [
+        "br",
+        0.0
+      ],
+      [
+        "▁example",
+        0.0
+      ],
+      [
+        "▁conc",
+        0.0
+      ],
+      [
+        "▁fore",
+        0.0
+      ],
+      [
+        "▁To",
+        0.0
+      ],
+      [
+        "pro",
+        0.0
+      ],
+      [
+        "EN",
+        0.0
+      ],
+      [
+        "ries",
+        0.0
+      ],
+      [
+        "▁25",
+        0.0
+      ],
+      [
+        "▁Can",
+        0.0
+      ],
+      [
+        "ney",
+        0.0
+      ],
+      [
+        "▁actually",
+        0.0
+      ],
+      [
+        "▁ever",
+        0.0
+      ],
+      [
+        "urity",
+        0.0
+      ],
+      [
+        "aken",
+        0.0
+      ],
+      [
+        "aps",
+        0.0
+      ],
+      [
+        "▁tax",
+        0.0
+      ],
+      [
+        "▁major",
+        0.0
+      ],
+      [
+        "ama",
+        0.0
+      ],
+      [
+        "▁often",
+        0.0
+      ],
+      [
+        "eral",
+        0.0
+      ],
+      [
+        "▁human",
+        0.0
+      ],
+      [
+        "▁job",
+        0.0
+      ],
+      [
+        "ister",
+        0.0
+      ],
+      [
+        "▁available",
+        0.0
+      ],
+      [
+        "ocr",
+        0.0
+      ],
+      [
+        "enn",
+        0.0
+      ],
+      [
+        "aid",
+        0.0
+      ],
+      [
+        "ivid",
+        0.0
+      ],
+      [
+        "▁record",
+        0.0
+      ],
+      [
+        "?\"",
+        0.0
+      ],
+      [
+        "▁sing",
+        0.0
+      ],
+      [
+        "▁Am",
+        0.0
+      ],
+      [
+        "idence",
+        0.0
+      ],
+      [
+        "▁news",
+        0.0
+      ],
+      [
+        "ster",
+        0.0
+      ],
+      [
+        "▁econom",
+        0.0
+      ],
+      [
+        "▁following",
+        0.0
+      ],
+      [
+        "▁Br",
+        0.0
+      ],
+      [
+        "ising",
+        0.0
+      ],
+      [
+        "▁hour",
+        0.0
+      ],
+      [
+        "most",
+        0.0
+      ],
+      [
+        "ument",
+        0.0
+      ],
+      [
+        "▁sex",
+        0.0
+      ],
+      [
+        "▁desc",
+        0.0
+      ],
+      [
+        "▁become",
+        0.0
+      ],
+      [
+        "▁Ed",
+        0.0
+      ],
+      [
+        "▁took",
+        0.0
+      ],
+      [
+        "▁having",
+        0.0
+      ],
+      [
+        "▁product",
+        0.0
+      ],
+      [
+        "ault",
+        0.0
+      ],
+      [
+        "As",
+        0.0
+      ],
+      [
+        "aring",
+        0.0
+      ],
+      [
+        "▁means",
+        0.0
+      ],
+      [
+        "▁hop",
+        0.0
+      ],
+      [
+        "une",
+        0.0
+      ],
+      [
+        "▁cho",
+        0.0
+      ],
+      [
+        "▁certain",
+        0.0
+      ],
+      [
+        "▁non",
+        0.0
+      ],
+      [
+        "▁deal",
+        0.0
+      ],
+      [
+        "24",
+        0.0
+      ],
+      [
+        "lement",
+        0.0
+      ],
+      [
+        "oci",
+        0.0
+      ],
+      [
+        "ene",
+        0.0
+      ],
+      [
+        "▁side",
+        0.0
+      ],
+      [
+        "▁Pr",
+        0.0
+      ],
+      [
+        "▁May",
+        0.0
+      ],
+      [
+        "▁reason",
+        0.0
+      ],
+      [
+        "ued",
+        0.0
+      ],
+      [
+        "ched",
+        0.0
+      ],
+      [
+        "ulation",
+        0.0
+      ],
+      [
+        "▁elect",
+        0.0
+      ],
+      [
+        "▁official",
+        0.0
+      ],
+      [
+        "▁possible",
+        0.0
+      ],
+      [
+        "▁hold",
+        0.0
+      ],
+      [
+        "ands",
+        0.0
+      ],
+      [
+        "ots",
+        0.0
+      ],
+      [
+        "▁city",
+        0.0
+      ],
+      [
+        "ories",
+        0.0
+      ],
+      [
+        "▁sever",
+        0.0
+      ],
+      [
+        "▁children",
+        0.0
+      ],
+      [
+        "▁once",
+        0.0
+      ],
+      [
+        "▁activ",
+        0.0
+      ],
+      [
+        "ler",
+        0.0
+      ],
+      [
+        "▁night",
+        0.0
+      ],
+      [
+        "itions",
+        0.0
+      ],
+      [
+        "▁John",
+        0.0
+      ],
+      [
+        "ape",
+        0.0
+      ],
+      [
+        "play",
+        0.0
+      ],
+      [
+        "▁done",
+        0.0
+      ],
+      [
+        "▁lim",
+        0.0
+      ],
+      [
+        "▁working",
+        0.0
+      ],
+      [
+        "▁Pres",
+        0.0
+      ],
+      [
+        "orld",
+        0.0
+      ],
+      [
+        "eb",
+        0.0
+      ],
+      [
+        "▁Co",
+        0.0
+      ],
+      [
+        "▁body",
+        0.0
+      ],
+      [
+        "ails",
+        0.0
+      ],
+      [
+        "utes",
+        0.0
+      ],
+      [
+        "▁Mr",
+        0.0
+      ],
+      [
+        "▁whether",
+        0.0
+      ],
+      [
+        "▁author",
+        0.0
+      ],
+      [
+        "rop",
+        0.0
+      ],
+      [
+        "▁proper",
+        0.0
+      ],
+      [
+        "▁seen",
+        0.0
+      ],
+      [
+        ");",
+        0.0
+      ],
+      [
+        "▁fac",
+        0.0
+      ],
+      [
+        "▁Su",
+        0.0
+      ],
+      [
+        "▁cond",
+        0.0
+      ],
+      [
+        "iting",
+        0.0
+      ],
+      [
+        "▁course",
+        0.0
+      ],
+      [
+        "▁}",
+        0.0
+      ],
+      [
+        "----------------",
+        0.0
+      ],
+      [
+        "aign",
+        0.0
+      ],
+      [
+        "▁event",
+        0.0
+      ],
+      [
+        "▁eng",
+        0.0
+      ],
+      [
+        "▁pot",
+        0.0
+      ],
+      [
+        "▁intern",
+        0.0
+      ],
+      [
+        "iam",
+        0.0
+      ],
+      [
+        "▁short",
+        0.0
+      ],
+      [
+        "empt",
+        0.0
+      ],
+      [
+        "ãĤ",
+        0.0
+      ],
+      [
+        "▁God",
+        0.0
+      ],
+      [
+        "ilar",
+        0.0
+      ],
+      [
+        "80",
+        0.0
+      ],
+      [
+        "▁orig",
+        0.0
+      ],
+      [
+        "IS",
+        0.0
+      ],
+      [
+        "ourn",
+        0.0
+      ],
+      [
+        "ability",
+        0.0
+      ],
+      [
+        "itive",
+        0.0
+      ],
+      [
+        "▁dam",
+        0.0
+      ],
+      [
+        "▁100",
+        0.0
+      ],
+      [
+        "▁press",
+        0.0
+      ],
+      [
+        "▁doing",
+        0.0
+      ],
+      [
+        "▁protect",
+        0.0
+      ],
+      [
+        "ring",
+        0.0
+      ],
+      [
+        "▁thought",
+        0.0
+      ],
+      [
+        "▁question",
+        0.0
+      ],
+      [
+        "rew",
+        0.0
+      ],
+      [
+        "▁War",
+        0.0
+      ],
+      [
+        "▁several",
+        0.0
+      ],
+      [
+        "▁State",
+        0.0
+      ],
+      [
+        "▁given",
+        0.0
+      ],
+      [
+        "▁fund",
+        0.0
+      ],
+      [
+        "▁Tw",
+        0.0
+      ],
+      [
+        "▁went",
+        0.0
+      ],
+      [
+        "ances",
+        0.0
+      ],
+      [
+        "work",
+        0.0
+      ],
+      [
+        "por",
+        0.0
+      ],
+      [
+        "my",
+        0.0
+      ],
+      [
+        "40",
+        0.0
+      ],
+      [
+        "▁arg",
+        0.0
+      ],
+      [
+        "artment",
+        0.0
+      ],
+      [
+        "ustom",
+        0.0
+      ],
+      [
+        "▁polic",
+        0.0
+      ],
+      [
+        "▁meet",
+        0.0
+      ],
+      [
+        "▁creat",
+        0.0
+      ],
+      [
+        "22",
+        0.0
+      ],
+      [
+        "▁States",
+        0.0
+      ],
+      [
+        "▁games",
+        0.0
+      ],
+      [
+        "raw",
+        0.0
+      ],
+      [
+        "uture",
+        0.0
+      ],
+      [
+        "▁understand",
+        0.0
+      ],
+      [
+        "urs",
+        0.0
+      ],
+      [
+        "▁Ob",
+        0.0
+      ],
+      [
+        "lish",
+        0.0
+      ],
+      [
+        "sy",
+        0.0
+      ],
+      [
+        "▁makes",
+        0.0
+      ],
+      [
+        "▁won",
+        0.0
+      ],
+      [
+        "agon",
+        0.0
+      ],
+      [
+        "▁htt",
+        0.0
+      ],
+      [
+        "▁love",
+        0.0
+      ],
+      [
+        "ential",
+        0.0
+      ],
+      [
+        "▁complete",
+        0.0
+      ],
+      [
+        "par",
+        0.0
+      ],
+      [
+        "▁Im",
+        0.0
+      ],
+      [
+        "AL",
+        0.0
+      ],
+      [
+        "▁account",
+        0.0
+      ],
+      [
+        "Âł",
+        0.0
+      ],
+      [
+        "ored",
+        0.0
+      ],
+      [
+        "vert",
+        0.0
+      ],
+      [
+        "▁ident",
+        0.0
+      ],
+      [
+        "▁2015",
+        0.0
+      ],
+      [
+        "▁others",
+        0.0
+      ],
+      [
+        "▁Min",
+        0.0
+      ],
+      [
+        "iber",
+        0.0
+      ],
+      [
+        "verage",
+        0.0
+      ],
+      [
+        "There",
+        0.0
+      ],
+      [
+        "itional",
+        0.0
+      ],
+      [
+        "dd",
+        0.0
+      ],
+      [
+        "▁prob",
+        0.0
+      ],
+      [
+        "▁young",
+        0.0
+      ],
+      [
+        "▁along",
+        0.0
+      ],
+      [
+        "▁according",
+        0.0
+      ],
+      [
+        "▁yet",
+        0.0
+      ],
+      [
+        "▁members",
+        0.0
+      ],
+      [
+        "▁What",
+        0.0
+      ],
+      [
+        "oid",
+        0.0
+      ],
+      [
+        "▁Man",
+        0.0
+      ],
+      [
+        "And",
+        0.0
+      ],
+      [
+        "▁among",
+        0.0
+      ],
+      [
+        "ai",
+        0.0
+      ],
+      [
+        "▁employ",
+        0.0
+      ],
+      [
+        "▁Res",
+        0.0
+      ],
+      [
+        "▁>",
+        0.0
+      ],
+      [
+        "▁invol",
+        0.0
+      ],
+      [
+        "▁low",
+        0.0
+      ],
+      [
+        "af",
+        0.0
+      ],
+      [
+        "▁Car",
+        0.0
+      ],
+      [
+        "▁hig",
+        0.0
+      ],
+      [
+        "▁One",
+        0.0
+      ],
+      [
+        "▁Sec",
+        0.0
+      ],
+      [
+        "ination",
+        0.0
+      ],
+      [
+        "▁likely",
+        0.0
+      ],
+      [
+        "▁ant",
+        0.0
+      ],
+      [
+        "aged",
+        0.0
+      ],
+      [
+        "▁Russ",
+        0.0
+      ],
+      [
+        "▁ben",
+        0.0
+      ],
+      [
+        "▁rele",
+        0.0
+      ],
+      [
+        "For",
+        0.0
+      ],
+      [
+        "back",
+        0.0
+      ],
+      [
+        "▁Not",
+        0.0
+      ],
+      [
+        "▁president",
+        0.0
+      ],
+      [
+        "ball",
+        0.0
+      ],
+      [
+        "▁access",
+        0.0
+      ],
+      [
+        "ividual",
+        0.0
+      ],
+      [
+        "▁Dem",
+        0.0
+      ],
+      [
+        "▁Euro",
+        0.0
+      ],
+      [
+        "60",
+        0.0
+      ],
+      [
+        "▁known",
+        0.0
+      ],
+      [
+        "irl",
+        0.0
+      ],
+      [
+        "▁Gr",
+        0.0
+      ],
+      [
+        "▁early",
+        0.0
+      ],
+      [
+        "use",
+        0.0
+      ],
+      [
+        "iety",
+        0.0
+      ],
+      [
+        "âĢĵ",
+        0.0
+      ],
+      [
+        "▁fight",
+        0.0
+      ],
+      [
+        "▁sent",
+        0.0
+      ],
+      [
+        "▁today",
+        0.0
+      ],
+      [
+        "▁market",
+        0.0
+      ],
+      [
+        "\".",
+        0.0
+      ],
+      [
+        "▁based",
+        0.0
+      ],
+      [
+        "▁strong",
+        0.0
+      ],
+      [
+        "urther",
+        0.0
+      ],
+      [
+        "▁deb",
+        0.0
+      ],
+      [
+        "mber",
+        0.0
+      ],
+      [
+        "▁problem",
+        0.0
+      ],
+      [
+        "▁death",
+        0.0
+      ],
+      [
+        "▁social",
+        0.0
+      ],
+      [
+        "imate",
+        0.0
+      ],
+      [
+        "AS",
+        0.0
+      ],
+      [
+        "ortun",
+        0.0
+      ],
+      [
+        "▁campaign",
+        0.0
+      ],
+      [
+        "ery",
+        0.0
+      ],
+      [
+        "Ch",
+        0.0
+      ],
+      [
+        "▁ey",
+        0.0
+      ],
+      [
+        "ially",
+        0.0
+      ],
+      [
+        "▁mus",
+        0.0
+      ],
+      [
+        "wh",
+        0.0
+      ],
+      [
+        "pos",
+        0.0
+      ],
+      [
+        "▁er",
+        0.0
+      ],
+      [
+        "▁saf",
+        0.0
+      ],
+      [
+        "▁months",
+        0.0
+      ],
+      [
+        "iron",
+        0.0
+      ],
+      [
+        "▁viol",
+        0.0
+      ],
+      [
+        "▁five",
+        0.0
+      ],
+      [
+        "▁stre",
+        0.0
+      ],
+      [
+        "▁players",
+        0.0
+      ],
+      [
+        "inc",
+        0.0
+      ],
+      [
+        "ald",
+        0.0
+      ],
+      [
+        "year",
+        0.0
+      ],
+      [
+        "aun",
+        0.0
+      ],
+      [
+        "▁success",
+        0.0
+      ],
+      [
+        "▁present",
+        0.0
+      ],
+      [
+        "erence",
+        0.0
+      ],
+      [
+        "▁2014",
+        0.0
+      ],
+      [
+        "▁sugg",
+        0.0
+      ],
+      [
+        "▁particular",
+        0.0
+      ],
+      [
+        "▁try",
+        0.0
+      ],
+      [
+        "▁suggest",
+        0.0
+      ],
+      [
+        "▁Christ",
+        0.0
+      ],
+      [
+        "ones",
+        0.0
+      ],
+      [
+        "▁priv",
+        0.0
+      ],
+      [
+        "23",
+        0.0
+      ],
+      [
+        "▁crit",
+        0.0
+      ],
+      [
+        "▁land",
+        0.0
+      ],
+      [
+        "▁local",
+        0.0
+      ],
+      [
+        "ify",
+        0.0
+      ],
+      [
+        "29",
+        0.0
+      ],
+      [
+        "▁aut",
+        0.0
+      ],
+      [
+        "ED",
+        0.0
+      ],
+      [
+        "▁Gu",
+        0.0
+      ],
+      [
+        "▁mult",
+        0.0
+      ],
+      [
+        "▁political",
+        0.0
+      ],
+      [
+        "▁asked",
+        0.0
+      ],
+      [
+        "▁former",
+        0.0
+      ],
+      [
+        "itter",
+        0.0
+      ],
+      [
+        "ript",
+        0.0
+      ],
+      [
+        "▁close",
+        0.0
+      ],
+      [
+        "▁pract",
+        0.0
+      ],
+      [
+        "▁York",
+        0.0
+      ],
+      [
+        "▁getting",
+        0.0
+      ],
+      [
+        "▁across",
+        0.0
+      ],
+      [
+        "▁comb",
+        0.0
+      ],
+      [
+        "▁believe",
+        0.0
+      ],
+      [
+        "▁z",
+        0.0
+      ],
+      [
+        "▁toget",
+        0.0
+      ],
+      [
+        "▁together",
+        0.0
+      ],
+      [
+        "▁Cent",
+        0.0
+      ],
+      [
+        "irc",
+        0.0
+      ],
+      [
+        "▁individual",
+        0.0
+      ],
+      [
+        "▁Mc",
+        0.0
+      ],
+      [
+        "27",
+        0.0
+      ],
+      [
+        "isk",
+        0.0
+      ],
+      [
+        "▁Eng",
+        0.0
+      ],
+      [
+        "▁face",
+        0.0
+      ],
+      [
+        "▁24",
+        0.0
+      ],
+      [
+        "▁value",
+        0.0
+      ],
+      [
+        "▁area",
+        0.0
+      ],
+      [
+        "ev",
+        0.0
+      ],
+      [
+        "▁writ",
+        0.0
+      ],
+      [
+        "▁President",
+        0.0
+      ],
+      [
+        "▁vot",
+        0.0
+      ],
+      [
+        "▁key",
+        0.0
+      ],
+      [
+        "▁mom",
+        0.0
+      ],
+      [
+        "put",
+        0.0
+      ],
+      [
+        "▁anything",
+        0.0
+      ],
+      [
+        "▁experience",
+        0.0
+      ],
+      [
+        "attle",
+        0.0
+      ],
+      [
+        "▁mind",
+        0.0
+      ],
+      [
+        "aff",
+        0.0
+      ],
+      [
+        "omm",
+        0.0
+      ],
+      [
+        "▁future",
+        0.0
+      ],
+      [
+        "ged",
+        0.0
+      ],
+      [
+        "▁cut",
+        0.0
+      ],
+      [
+        "▁tot",
+        0.0
+      ],
+      [
+        "itch",
+        0.0
+      ],
+      [
+        "▁video",
+        0.0
+      ],
+      [
+        "▁investig",
+        0.0
+      ],
+      [
+        "▁net",
+        0.0
+      ],
+      [
+        "▁My",
+        0.0
+      ],
+      [
+        "rict",
+        0.0
+      ],
+      [
+        "ien",
+        0.0
+      ],
+      [
+        ".)",
+        0.0
+      ],
+      [
+        "▁impro",
+        0.0
+      ],
+      [
+        "though",
+        0.0
+      ],
+      [
+        "wards",
+        0.0
+      ],
+      [
+        "▁connect",
+        0.0
+      ],
+      [
+        "▁Med",
+        0.0
+      ],
+      [
+        "selves",
+        0.0
+      ],
+      [
+        "ensive",
+        0.0
+      ],
+      [
+        "mb",
+        0.0
+      ],
+      [
+        "ober",
+        0.0
+      ],
+      [
+        "ators",
+        0.0
+      ],
+      [
+        "An",
+        0.0
+      ],
+      [
+        "▁50",
+        0.0
+      ],
+      [
+        "▁redu",
+        0.0
+      ],
+      [
+        "resent",
+        0.0
+      ],
+      [
+        "▁above",
+        0.0
+      ],
+      [
+        "▁fre",
+        0.0
+      ],
+      [
+        "▁Europe",
+        0.0
+      ],
+      [
+        "sw",
+        0.0
+      ],
+      [
+        "▁amount",
+        0.0
+      ],
+      [
+        "▁App",
+        0.0
+      ],
+      [
+        "▁either",
+        0.0
+      ],
+      [
+        "▁milit",
+        0.0
+      ],
+      [
+        "▁anal",
+        0.0
+      ],
+      [
+        "▁fail",
+        0.0
+      ],
+      [
+        "▁En",
+        0.0
+      ],
+      [
+        "ales",
+        0.0
+      ],
+      [
+        "▁special",
+        0.0
+      ],
+      [
+        "▁black",
+        0.0
+      ],
+      [
+        "IT",
+        0.0
+      ],
+      [
+        "cher",
+        0.0
+      ],
+      [
+        "▁looking",
+        0.0
+      ],
+      [
+        "▁fire",
+        0.0
+      ],
+      [
+        "yn",
+        0.0
+      ],
+      [
+        "▁almost",
+        0.0
+      ],
+      [
+        "oon",
+        0.0
+      ],
+      [
+        "▁study",
+        0.0
+      ],
+      [
+        "▁miss",
+        0.0
+      ],
+      [
+        "ches",
+        0.0
+      ],
+      [
+        "rown",
+        0.0
+      ],
+      [
+        "▁tre",
+        0.0
+      ],
+      [
+        "▁community",
+        0.0
+      ],
+      [
+        "▁media",
+        0.0
+      ],
+      [
+        "▁food",
+        0.0
+      ],
+      [
+        "▁comes",
+        0.0
+      ],
+      [
+        "▁University",
+        0.0
+      ],
+      [
+        "▁single",
+        0.0
+      ],
+      [
+        "What",
+        0.0
+      ],
+      [
+        "uly",
+        0.0
+      ],
+      [
+        "▁half",
+        0.0
+      ],
+      [
+        "ague",
+        0.0
+      ],
+      [
+        "hod",
+        0.0
+      ],
+      [
+        "▁Republic",
+        0.0
+      ],
+      [
+        "▁started",
+        0.0
+      ],
+      [
+        "▁quick",
+        0.0
+      ],
+      [
+        "oto",
+        0.0
+      ],
+      [
+        "book",
+        0.0
+      ],
+      [
+        "▁issue",
+        0.0
+      ],
+      [
+        "itor",
+        0.0
+      ],
+      [
+        "▁else",
+        0.0
+      ],
+      [
+        "▁consider",
+        0.0
+      ],
+      [
+        "26",
+        0.0
+      ],
+      [
+        "rodu",
+        0.0
+      ],
+      [
+        "▁taken",
+        0.0
+      ],
+      [
+        "28",
+        0.0
+      ],
+      [
+        "99",
+        0.0
+      ],
+      [
+        "▁With",
+        0.0
+      ],
+      [
+        "▁true",
+        0.0
+      ],
+      [
+        "▁wa",
+        0.0
+      ],
+      [
+        "▁trad",
+        0.0
+      ],
+      [
+        "▁ago",
+        0.0
+      ],
+      [
+        "▁mess",
+        0.0
+      ],
+      [
+        "ief",
+        0.0
+      ],
+      [
+        "▁added",
+        0.0
+      ],
+      [
+        "oke",
+        0.0
+      ],
+      [
+        "▁bad",
+        0.0
+      ],
+      [
+        "▁fav",
+        0.0
+      ],
+      [
+        "33",
+        0.0
+      ],
+      [
+        "▁similar",
+        0.0
+      ],
+      [
+        "ask",
+        0.0
+      ],
+      [
+        "▁Don",
+        0.0
+      ],
+      [
+        "▁character",
+        0.0
+      ],
+      [
+        "orts",
+        0.0
+      ],
+      [
+        "▁House",
+        0.0
+      ],
+      [
+        "▁reported",
+        0.0
+      ],
+      [
+        "▁type",
+        0.0
+      ],
+      [
+        "val",
+        0.0
+      ],
+      [
+        "iod",
+        0.0
+      ],
+      [
+        "▁However",
+        0.0
+      ],
+      [
+        "▁targ",
+        0.0
+      ],
+      [
+        "▁entire",
+        0.0
+      ],
+      [
+        "pping",
+        0.0
+      ],
+      [
+        "▁history",
+        0.0
+      ],
+      [
+        "▁live",
+        0.0
+      ],
+      [
+        "ffic",
+        0.0
+      ],
+      [
+        "........",
+        0.0
+      ],
+      [
+        "ederal",
+        0.0
+      ],
+      [
+        "▁trying",
+        0.0
+      ],
+      [
+        "▁discuss",
+        0.0
+      ],
+      [
+        "▁Har",
+        0.0
+      ],
+      [
+        "aces",
+        0.0
+      ],
+      [
+        "lished",
+        0.0
+      ],
+      [
+        "▁self",
+        0.0
+      ],
+      [
+        "osp",
+        0.0
+      ],
+      [
+        "rest",
+        0.0
+      ],
+      [
+        "▁room",
+        0.0
+      ],
+      [
+        "elt",
+        0.0
+      ],
+      [
+        "▁fall",
+        0.0
+      ],
+      [
+        "olution",
+        0.0
+      ],
+      [
+        "▁et",
+        0.0
+      ],
+      [
+        "▁x",
+        0.0
+      ],
+      [
+        "▁isn",
+        0.0
+      ],
+      [
+        "▁idea",
+        0.0
+      ],
+      [
+        "bo",
+        0.0
+      ],
+      [
+        "▁sound",
+        0.0
+      ],
+      [
+        "▁Dep",
+        0.0
+      ],
+      [
+        "▁someone",
+        0.0
+      ],
+      [
+        "cially",
+        0.0
+      ],
+      [
+        "ully",
+        0.0
+      ],
+      [
+        "▁foc",
+        0.0
+      ],
+      [
+        "▁object",
+        0.0
+      ],
+      [
+        "ift",
+        0.0
+      ],
+      [
+        "aper",
+        0.0
+      ],
+      [
+        "▁player",
+        0.0
+      ],
+      [
+        "▁rather",
+        0.0
+      ],
+      [
+        "▁service",
+        0.0
+      ],
+      [
+        "ashing",
+        0.0
+      ],
+      [
+        "▁Do",
+        0.0
+      ],
+      [
+        "▁Part",
+        0.0
+      ],
+      [
+        "rug",
+        0.0
+      ],
+      [
+        "mon",
+        0.0
+      ],
+      [
+        "ply",
+        0.0
+      ],
+      [
+        "▁mor",
+        0.0
+      ],
+      [
+        "▁nothing",
+        0.0
+      ],
+      [
+        "▁provide",
+        0.0
+      ],
+      [
+        "IC",
+        0.0
+      ],
+      [
+        "ung",
+        0.0
+      ],
+      [
+        "▁party",
+        0.0
+      ],
+      [
+        "▁exist",
+        0.0
+      ],
+      [
+        "▁mag",
+        0.0
+      ],
+      [
+        "70",
+        0.0
+      ],
+      [
+        "▁rul",
+        0.0
+      ],
+      [
+        "▁house",
+        0.0
+      ],
+      [
+        "▁behind",
+        0.0
+      ],
+      [
+        "▁however",
+        0.0
+      ],
+      [
+        "▁World",
+        0.0
+      ],
+      [
+        "▁sum",
+        0.0
+      ],
+      [
+        "▁applic",
+        0.0
+      ],
+      [
+        "▁;",
+        0.0
+      ],
+      [
+        "▁function",
+        0.0
+      ],
+      [
+        "gr",
+        0.0
+      ],
+      [
+        "▁Pol",
+        0.0
+      ],
+      [
+        "▁front",
+        0.0
+      ],
+      [
+        "200",
+        0.0
+      ],
+      [
+        "▁series",
+        0.0
+      ],
+      [
+        "▁tem",
+        0.0
+      ],
+      [
+        "▁typ",
+        0.0
+      ],
+      [
+        "ills",
+        0.0
+      ],
+      [
+        "▁opt",
+        0.0
+      ],
+      [
+        "▁points",
+        0.0
+      ],
+      [
+        "▁below",
+        0.0
+      ],
+      [
+        "itted",
+        0.0
+      ],
+      [
+        "▁specific",
+        0.0
+      ],
+      [
+        "▁2017",
+        0.0
+      ],
+      [
+        "umb",
+        0.0
+      ],
+      [
+        "▁ra",
+        0.0
+      ],
+      [
+        "▁previous",
+        0.0
+      ],
+      [
+        "▁pret",
+        0.0
+      ],
+      [
+        "reme",
+        0.0
+      ],
+      [
+        "▁custom",
+        0.0
+      ],
+      [
+        "▁court",
+        0.0
+      ],
+      [
+        "▁Me",
+        0.0
+      ],
+      [
+        "▁repl",
+        0.0
+      ],
+      [
+        "▁whole",
+        0.0
+      ],
+      [
+        "go",
+        0.0
+      ],
+      [
+        "cer",
+        0.0
+      ],
+      [
+        "▁treat",
+        0.0
+      ],
+      [
+        "▁Act",
+        0.0
+      ],
+      [
+        "▁probably",
+        0.0
+      ],
+      [
+        "▁learn",
+        0.0
+      ],
+      [
+        "ender",
+        0.0
+      ],
+      [
+        "▁Ass",
+        0.0
+      ],
+      [
+        "▁version",
+        0.0
+      ],
+      [
+        "now",
+        0.0
+      ],
+      [
+        "▁check",
+        0.0
+      ],
+      [
+        "▁Cal",
+        0.0
+      ],
+      [
+        "RE",
+        0.0
+      ],
+      [
+        "minist",
+        0.0
+      ],
+      [
+        "On",
+        0.0
+      ],
+      [
+        "ources",
+        0.0
+      ],
+      [
+        "▁benef",
+        0.0
+      ],
+      [
+        "▁doc",
+        0.0
+      ],
+      [
+        "▁deter",
+        0.0
+      ],
+      [
+        "▁enc",
+        0.0
+      ],
+      [
+        "▁super",
+        0.0
+      ],
+      [
+        "▁address",
+        0.0
+      ],
+      [
+        "▁vict",
+        0.0
+      ],
+      [
+        "▁2013",
+        0.0
+      ],
+      [
+        "▁meas",
+        0.0
+      ],
+      [
+        "tr",
+        0.0
+      ],
+      [
+        "▁field",
+        0.0
+      ],
+      [
+        "When",
+        0.0
+      ],
+      [
+        "▁signific",
+        0.0
+      ],
+      [
+        "uge",
+        0.0
+      ],
+      [
+        "▁feat",
+        0.0
+      ],
+      [
+        "▁common",
+        0.0
+      ],
+      [
+        "load",
+        0.0
+      ],
+      [
+        "▁begin",
+        0.0
+      ],
+      [
+        "▁bring",
+        0.0
+      ],
+      [
+        "▁action",
+        0.0
+      ],
+      [
+        "erman",
+        0.0
+      ],
+      [
+        "▁describ",
+        0.0
+      ],
+      [
+        "▁indust",
+        0.0
+      ],
+      [
+        "▁wanted",
+        0.0
+      ],
+      [
+        "ried",
+        0.0
+      ],
+      [
+        "ming",
+        0.0
+      ],
+      [
+        "▁attempt",
+        0.0
+      ],
+      [
+        "45",
+        0.0
+      ],
+      [
+        "fer",
+        0.0
+      ],
+      [
+        "▁due",
+        0.0
+      ],
+      [
+        "ression",
+        0.0
+      ],
+      [
+        "##",
+        0.0
+      ],
+      [
+        "▁shall",
+        0.0
+      ],
+      [
+        "▁six",
+        0.0
+      ],
+      [
+        "oo",
+        0.0
+      ],
+      [
+        "▁step",
+        0.0
+      ],
+      [
+        "▁pub",
+        0.0
+      ],
+      [
+        "▁himself",
+        0.0
+      ],
+      [
+        "▁23",
+        0.0
+      ],
+      [
+        "▁cop",
+        0.0
+      ],
+      [
+        "▁dest",
+        0.0
+      ],
+      [
+        "▁stop",
+        0.0
+      ],
+      [
+        "AC",
+        0.0
+      ],
+      [
+        "ibility",
+        0.0
+      ],
+      [
+        "▁lab",
+        0.0
+      ],
+      [
+        "icult",
+        0.0
+      ],
+      [
+        "▁hours",
+        0.0
+      ],
+      [
+        "▁create",
+        0.0
+      ],
+      [
+        "▁further",
+        0.0
+      ],
+      [
+        "▁America",
+        0.0
+      ],
+      [
+        "▁City",
+        0.0
+      ],
+      [
+        "▁dou",
+        0.0
+      ],
+      [
+        "head",
+        0.0
+      ],
+      [
+        "ST",
+        0.0
+      ],
+      [
+        "▁North",
+        0.0
+      ],
+      [
+        "cing",
+        0.0
+      ],
+      [
+        "▁national",
+        0.0
+      ],
+      [
+        "ule",
+        0.0
+      ],
+      [
+        "▁Inst",
+        0.0
+      ],
+      [
+        "▁taking",
+        0.0
+      ],
+      [
+        "▁Qu",
+        0.0
+      ],
+      [
+        "irt",
+        0.0
+      ],
+      [
+        "▁red",
+        0.0
+      ],
+      [
+        "▁research",
+        0.0
+      ],
+      [
+        "viron",
+        0.0
+      ],
+      [
+        "▁Ge",
+        0.0
+      ],
+      [
+        "▁break",
+        0.0
+      ],
+      [
+        "ana",
+        0.0
+      ],
+      [
+        "▁space",
+        0.0
+      ],
+      [
+        "aterial",
+        0.0
+      ],
+      [
+        "▁recent",
+        0.0
+      ],
+      [
+        "▁Ab",
+        0.0
+      ],
+      [
+        "▁general",
+        0.0
+      ],
+      [
+        "▁hit",
+        0.0
+      ],
+      [
+        "▁period",
+        0.0
+      ],
+      [
+        "▁everything",
+        0.0
+      ],
+      [
+        "ively",
+        0.0
+      ],
+      [
+        "▁phys",
+        0.0
+      ],
+      [
+        "▁saying",
+        0.0
+      ],
+      [
+        "anks",
+        0.0
+      ],
+      [
+        "▁cou",
+        0.0
+      ],
+      [
+        "▁cult",
+        0.0
+      ],
+      [
+        "aced",
+        0.0
+      ],
+      [
+        "eal",
+        0.0
+      ],
+      [
+        "uation",
+        0.0
+      ],
+      [
+        "▁coun",
+        0.0
+      ],
+      [
+        "lu",
+        0.0
+      ],
+      [
+        "▁include",
+        0.0
+      ],
+      [
+        "▁position",
+        0.0
+      ],
+      [
+        "▁After",
+        0.0
+      ],
+      [
+        "▁Canad",
+        0.0
+      ],
+      [
+        "▁Em",
+        0.0
+      ],
+      [
+        "▁imm",
+        0.0
+      ],
+      [
+        "▁Red",
+        0.0
+      ],
+      [
+        "▁pick",
+        0.0
+      ],
+      [
+        "▁compl",
+        0.0
+      ],
+      [
+        "▁matter",
+        0.0
+      ],
+      [
+        "reg",
+        0.0
+      ],
+      [
+        "ext",
+        0.0
+      ],
+      [
+        "angu",
+        0.0
+      ],
+      [
+        "isc",
+        0.0
+      ],
+      [
+        "ole",
+        0.0
+      ],
+      [
+        "aut",
+        0.0
+      ],
+      [
+        "▁compet",
+        0.0
+      ],
+      [
+        "eed",
+        0.0
+      ],
+      [
+        "fect",
+        0.0
+      ],
+      [
+        "▁21",
+        0.0
+      ],
+      [
+        "▁Sen",
+        0.0
+      ],
+      [
+        "▁These",
+        0.0
+      ],
+      [
+        "asing",
+        0.0
+      ],
+      [
+        "▁cannot",
+        0.0
+      ],
+      [
+        "▁init",
+        0.0
+      ],
+      [
+        "▁relations",
+        0.0
+      ],
+      [
+        "ached",
+        0.0
+      ],
+      [
+        "▁bar",
+        0.0
+      ],
+      [
+        "▁40",
+        0.0
+      ],
+      [
+        "▁TH",
+        0.0
+      ],
+      [
+        "▁2012",
+        0.0
+      ],
+      [
+        "▁vol",
+        0.0
+      ],
+      [
+        "▁ground",
+        0.0
+      ],
+      [
+        "▁security",
+        0.0
+      ],
+      [
+        "▁upd",
+        0.0
+      ],
+      [
+        "ilt",
+        0.0
+      ],
+      [
+        "35",
+        0.0
+      ],
+      [
+        "▁concern",
+        0.0
+      ],
+      [
+        "▁Just",
+        0.0
+      ],
+      [
+        "▁white",
+        0.0
+      ],
+      [
+        "▁seems",
+        0.0
+      ],
+      [
+        "▁Her",
+        0.0
+      ],
+      [
+        "pecially",
+        0.0
+      ],
+      [
+        "ients",
+        0.0
+      ],
+      [
+        "▁announ",
+        0.0
+      ],
+      [
+        "▁fig",
+        0.0
+      ],
+      [
+        "ights",
+        0.0
+      ],
+      [
+        "▁stri",
+        0.0
+      ],
+      [
+        "like",
+        0.0
+      ],
+      [
+        "ids",
+        0.0
+      ],
+      [
+        "▁sus",
+        0.0
+      ],
+      [
+        "▁watch",
+        0.0
+      ],
+      [
+        "▁â",
+        0.0
+      ],
+      [
+        "▁wind",
+        0.0
+      ],
+      [
+        "▁Cont",
+        0.0
+      ],
+      [
+        "▁itself",
+        0.0
+      ],
+      [
+        "▁mass",
+        0.0
+      ],
+      [
+        "Al",
+        0.0
+      ],
+      [
+        "yle",
+        0.0
+      ],
+      [
+        "ique",
+        0.0
+      ],
+      [
+        "▁National",
+        0.0
+      ],
+      [
+        "▁abs",
+        0.0
+      ],
+      [
+        "▁pack",
+        0.0
+      ],
+      [
+        "▁outside",
+        0.0
+      ],
+      [
+        "▁anim",
+        0.0
+      ],
+      [
+        "▁pain",
+        0.0
+      ],
+      [
+        "eter",
+        0.0
+      ],
+      [
+        "▁manag",
+        0.0
+      ],
+      [
+        "duct",
+        0.0
+      ],
+      [
+        "ogn",
+        0.0
+      ],
+      [
+        "▁]",
+        0.0
+      ],
+      [
+        "▁Sept",
+        0.0
+      ],
+      [
+        "sec",
+        0.0
+      ],
+      [
+        "off",
+        0.0
+      ],
+      [
+        "▁Jan",
+        0.0
+      ],
+      [
+        "▁foot",
+        0.0
+      ],
+      [
+        "ades",
+        0.0
+      ],
+      [
+        "▁third",
+        0.0
+      ],
+      [
+        "▁mot",
+        0.0
+      ],
+      [
+        "▁evidence",
+        0.0
+      ],
+      [
+        "inton",
+        0.0
+      ],
+      [
+        "▁threat",
+        0.0
+      ],
+      [
+        "apt",
+        0.0
+      ],
+      [
+        "ples",
+        0.0
+      ],
+      [
+        "cle",
+        0.0
+      ],
+      [
+        "▁lo",
+        0.0
+      ],
+      [
+        "▁decl",
+        0.0
+      ],
+      [
+        "��item",
+        0.0
+      ],
+      [
+        "medi",
+        0.0
+      ],
+      [
+        "▁represent",
+        0.0
+      ],
+      [
+        "omb",
+        0.0
+      ],
+      [
+        "amer",
+        0.0
+      ],
+      [
+        "▁significant",
+        0.0
+      ],
+      [
+        "ograph",
+        0.0
+      ],
+      [
+        "su",
+        0.0
+      ],
+      [
+        "▁cal",
+        0.0
+      ],
+      [
+        "ires",
+        0.0
+      ],
+      [
+        "0000",
+        0.0
+      ],
+      [
+        "ID",
+        0.0
+      ],
+      [
+        "AM",
+        0.0
+      ],
+      [
+        "▁simply",
+        0.0
+      ],
+      [
+        "▁longer",
+        0.0
+      ],
+      [
+        "▁file",
+        0.0
+      ],
+      [
+        "OT",
+        0.0
+      ],
+      [
+        "che",
+        0.0
+      ],
+      [
+        "So",
+        0.0
+      ],
+      [
+        "ateg",
+        0.0
+      ],
+      [
+        "org",
+        0.0
+      ],
+      [
+        "▁His",
+        0.0
+      ],
+      [
+        "▁ener",
+        0.0
+      ],
+      [
+        "▁dom",
+        0.0
+      ],
+      [
+        "▁upon",
+        0.0
+      ],
+      [
+        "ili",
+        0.0
+      ],
+      [
+        "\":\"",
+        0.0
+      ],
+      [
+        "▁themselves",
+        0.0
+      ],
+      [
+        "▁coming",
+        0.0
+      ],
+      [
+        "▁quite",
+        0.0
+      ],
+      [
+        "▁difficult",
+        0.0
+      ],
+      [
+        "▁Bar",
+        0.0
+      ],
+      [
+        "ilities",
+        0.0
+      ],
+      [
+        "rel",
+        0.0
+      ],
+      [
+        "ends",
+        0.0
+      ],
+      [
+        "cial",
+        0.0
+      ],
+      [
+        "64",
+        0.0
+      ],
+      [
+        "▁woman",
+        0.0
+      ],
+      [
+        "rap",
+        0.0
+      ],
+      [
+        "yr",
+        0.0
+      ],
+      [
+        "▁necess",
+        0.0
+      ],
+      [
+        "ips",
+        0.0
+      ],
+      [
+        "▁text",
+        0.0
+      ],
+      [
+        "▁require",
+        0.0
+      ],
+      [
+        "▁military",
+        0.0
+      ],
+      [
+        "▁review",
+        0.0
+      ],
+      [
+        "▁respons",
+        0.0
+      ],
+      [
+        "75",
+        0.0
+      ],
+      [
+        "▁subject",
+        0.0
+      ],
+      [
+        "▁instead",
+        0.0
+      ],
+      [
+        "▁issues",
+        0.0
+      ],
+      [
+        "▁gen",
+        0.0
+      ],
+      [
+        "\",\"",
+        0.0
+      ],
+      [
+        "▁minutes",
+        0.0
+      ],
+      [
+        "▁weap",
+        0.0
+      ],
+      [
+        "ray",
+        0.0
+      ],
+      [
+        "amed",
+        0.0
+      ],
+      [
+        "time",
+        0.0
+      ],
+      [
+        "bl",
+        0.0
+      ],
+      [
+        "How",
+        0.0
+      ],
+      [
+        "▁code",
+        0.0
+      ],
+      [
+        "▁Sm",
+        0.0
+      ],
+      [
+        "▁higher",
+        0.0
+      ],
+      [
+        "▁Ste",
+        0.0
+      ],
+      [
+        "ris",
+        0.0
+      ],
+      [
+        "▁page",
+        0.0
+      ],
+      [
+        "▁students",
+        0.0
+      ],
+      [
+        "▁Intern",
+        0.0
+      ],
+      [
+        "▁method",
+        0.0
+      ],
+      [
+        "▁Aug",
+        0.0
+      ],
+      [
+        "▁Per",
+        0.0
+      ],
+      [
+        "▁Ag",
+        0.0
+      ],
+      [
+        "▁policy",
+        0.0
+      ],
+      [
+        "▁Sw",
+        0.0
+      ],
+      [
+        "▁exec",
+        0.0
+      ],
+      [
+        "▁accept",
+        0.0
+      ],
+      [
+        "ume",
+        0.0
+      ],
+      [
+        "ribut",
+        0.0
+      ],
+      [
+        "▁words",
+        0.0
+      ],
+      [
+        "▁final",
+        0.0
+      ],
+      [
+        "▁changes",
+        0.0
+      ],
+      [
+        "▁Democr",
+        0.0
+      ],
+      [
+        "▁friends",
+        0.0
+      ],
+      [
+        "▁respect",
+        0.0
+      ],
+      [
+        "▁ep",
+        0.0
+      ],
+      [
+        "▁compan",
+        0.0
+      ],
+      [
+        "ivil",
+        0.0
+      ],
+      [
+        "▁damage",
+        0.0
+      ],
+      [
+        "****",
+        0.0
+      ],
+      [
+        "ogle",
+        0.0
+      ],
+      [
+        "vironment",
+        0.0
+      ],
+      [
+        "▁neg",
+        0.0
+      ],
+      [
+        "ental",
+        0.0
+      ],
+      [
+        "▁ap",
+        0.0
+      ],
+      [
+        "▁total",
+        0.0
+      ],
+      [
+        "ival",
+        0.0
+      ],
+      [
+        "!\"",
+        0.0
+      ],
+      [
+        "lim",
+        0.0
+      ],
+      [
+        "▁needs",
+        0.0
+      ],
+      [
+        "▁agre",
+        0.0
+      ],
+      [
+        "▁development",
+        0.0
+      ],
+      [
+        "▁age",
+        0.0
+      ],
+      [
+        "iple",
+        0.0
+      ],
+      [
+        "21",
+        0.0
+      ],
+      [
+        "▁results",
+        0.0
+      ],
+      [
+        "▁Af",
+        0.0
+      ],
+      [
+        "Sh",
+        0.0
+      ],
+      [
+        "▁gun",
+        0.0
+      ],
+      [
+        "▁Obama",
+        0.0
+      ],
+      [
+        "roll",
+        0.0
+      ],
+      [
+        "▁@",
+        0.0
+      ],
+      [
+        "▁rights",
+        0.0
+      ],
+      [
+        "▁Brit",
+        0.0
+      ],
+      [
+        "▁running",
+        0.0
+      ],
+      [
+        "▁wasn",
+        0.0
+      ],
+      [
+        "▁port",
+        0.0
+      ],
+      [
+        "▁rate",
+        0.0
+      ],
+      [
+        "▁pretty",
+        0.0
+      ],
+      [
+        "▁target",
+        0.0
+      ],
+      [
+        "▁saw",
+        0.0
+      ],
+      [
+        "▁circ",
+        0.0
+      ],
+      [
+        "▁works",
+        0.0
+      ],
+      [
+        "icro",
+        0.0
+      ],
+      [
+        "alt",
+        0.0
+      ],
+      [
+        "over",
+        0.0
+      ],
+      [
+        "www",
+        0.0
+      ],
+      [
+        "That",
+        0.0
+      ],
+      [
+        "lier",
+        0.0
+      ],
+      [
+        "▁everyone",
+        0.0
+      ],
+      [
+        "ude",
+        0.0
+      ],
+      [
+        "▁pie",
+        0.0
+      ],
+      [
+        "iddle",
+        0.0
+      ],
+      [
+        "rael",
+        0.0
+      ],
+      [
+        "▁rad",
+        0.0
+      ],
+      [
+        "▁block",
+        0.0
+      ],
+      [
+        "▁walk",
+        0.0
+      ],
+      [
+        "To",
+        0.0
+      ],
+      [
+        "ãģ",
+        0.0
+      ],
+      [
+        "nes",
+        0.0
+      ],
+      [
+        "▁Aust",
+        0.0
+      ],
+      [
+        "aul",
+        0.0
+      ],
+      [
+        "rote",
+        0.0
+      ],
+      [
+        "▁South",
+        0.0
+      ],
+      [
+        "ession",
+        0.0
+      ],
+      [
+        "oph",
+        0.0
+      ],
+      [
+        "▁shows",
+        0.0
+      ],
+      [
+        "▁site",
+        0.0
+      ],
+      [
+        "▁jo",
+        0.0
+      ],
+      [
+        "▁risk",
+        0.0
+      ],
+      [
+        "clus",
+        0.0
+      ],
+      [
+        "lt",
+        0.0
+      ],
+      [
+        "▁inj",
+        0.0
+      ],
+      [
+        "iding",
+        0.0
+      ],
+      [
+        "▁Spe",
+        0.0
+      ],
+      [
+        "▁chall",
+        0.0
+      ],
+      [
+        "irm",
+        0.0
+      ],
+      [
+        "▁22",
+        0.0
+      ],
+      [
+        "itting",
+        0.0
+      ],
+      [
+        "str",
+        0.0
+      ],
+      [
+        "▁hy",
+        0.0
+      ],
+      [
+        "LE",
+        0.0
+      ],
+      [
+        "key",
+        0.0
+      ],
+      [
+        "▁began",
+        0.0
+      ],
+      [
+        "atur",
+        0.0
+      ],
+      [
+        "ashington",
+        0.0
+      ],
+      [
+        "lam",
+        0.0
+      ],
+      [
+        "▁Dav",
+        0.0
+      ],
+      [
+        "bit",
+        0.0
+      ],
+      [
+        "▁size",
+        0.0
+      ],
+      [
+        "▁Par",
+        0.0
+      ],
+      [
+        "38",
+        0.0
+      ],
+      [
+        "ournal",
+        0.0
+      ],
+      [
+        "face",
+        0.0
+      ],
+      [
+        "▁decision",
+        0.0
+      ],
+      [
+        "▁larg",
+        0.0
+      ],
+      [
+        "▁jud",
+        0.0
+      ],
+      [
+        "rect",
+        0.0
+      ],
+      [
+        "▁continue",
+        0.0
+      ],
+      [
+        "▁Oct",
+        0.0
+      ],
+      [
+        "overed",
+        0.0
+      ],
+      [
+        "▁Int",
+        0.0
+      ],
+      [
+        "========",
+        0.0
+      ],
+      [
+        "▁parent",
+        0.0
+      ],
+      [
+        "▁Will",
+        0.0
+      ],
+      [
+        "▁easy",
+        0.0
+      ],
+      [
+        "▁drug",
+        0.0
+      ],
+      [
+        "anger",
+        0.0
+      ],
+      [
+        "▁sense",
+        0.0
+      ],
+      [
+        "▁di",
+        0.0
+      ],
+      [
+        "iday",
+        0.0
+      ],
+      [
+        "▁energy",
+        0.0
+      ],
+      [
+        "istic",
+        0.0
+      ],
+      [
+        "▁associ",
+        0.0
+      ],
+      [
+        "arter",
+        0.0
+      ],
+      [
+        "obal",
+        0.0
+      ],
+      [
+        "eks",
+        0.0
+      ],
+      [
+        "▁El",
+        0.0
+      ],
+      [
+        "urch",
+        0.0
+      ],
+      [
+        "▁girl",
+        0.0
+      ],
+      [
+        "oe",
+        0.0
+      ],
+      [
+        "itle",
+        0.0
+      ],
+      [
+        "▁28",
+        0.0
+      ],
+      [
+        "▁Che",
+        0.0
+      ],
+      [
+        "▁request",
+        0.0
+      ],
+      [
+        "▁soon",
+        0.0
+      ],
+      [
+        "▁host",
+        0.0
+      ],
+      [
+        "ky",
+        0.0
+      ],
+      [
+        "▁states",
+        0.0
+      ],
+      [
+        "omes",
+        0.0
+      ],
+      [
+        "▁material",
+        0.0
+      ],
+      [
+        "lex",
+        0.0
+      ],
+      [
+        "▁moment",
+        0.0
+      ],
+      [
+        "▁answ",
+        0.0
+      ],
+      [
+        "onse",
+        0.0
+      ],
+      [
+        "▁especially",
+        0.0
+      ],
+      [
+        "▁norm",
+        0.0
+      ],
+      [
+        "▁services",
+        0.0
+      ],
+      [
+        "pite",
+        0.0
+      ],
+      [
+        "ran",
+        0.0
+      ],
+      [
+        "▁role",
+        0.0
+      ],
+      [
+        "44",
+        0.0
+      ],
+      [
+        "):",
+        0.0
+      ],
+      [
+        "▁cred",
+        0.0
+      ],
+      [
+        "Cl",
+        0.0
+      ],
+      [
+        "________",
+        0.0
+      ],
+      [
+        "▁mat",
+        0.0
+      ],
+      [
+        "▁log",
+        0.0
+      ],
+      [
+        "▁Clinton",
+        0.0
+      ],
+      [
+        "OU",
+        0.0
+      ],
+      [
+        "▁office",
+        0.0
+      ],
+      [
+        "▁26",
+        0.0
+      ],
+      [
+        "▁charg",
+        0.0
+      ],
+      [
+        "▁track",
+        0.0
+      ],
+      [
+        "ma",
+        0.0
+      ],
+      [
+        "▁heart",
+        0.0
+      ],
+      [
+        "▁ball",
+        0.0
+      ],
+      [
+        "▁personal",
+        0.0
+      ],
+      [
+        "▁building",
+        0.0
+      ],
+      [
+        "na",
+        0.0
+      ],
+      [
+        "set",
+        0.0
+      ],
+      [
+        "body",
+        0.0
+      ],
+      [
+        "▁Black",
+        0.0
+      ],
+      [
+        "▁increase",
+        0.0
+      ],
+      [
+        "itten",
+        0.0
+      ],
+      [
+        "▁needed",
+        0.0
+      ],
+      [
+        "36",
+        0.0
+      ],
+      [
+        "32",
+        0.0
+      ],
+      [
+        "=\"",
+        0.0
+      ],
+      [
+        "▁lost",
+        0.0
+      ],
+      [
+        "▁became",
+        0.0
+      ],
+      [
+        "▁groups",
+        0.0
+      ],
+      [
+        "▁Mus",
+        0.0
+      ],
+      [
+        "▁wrote",
+        0.0
+      ],
+      [
+        "▁Pe",
+        0.0
+      ],
+      [
+        "▁prop",
+        0.0
+      ],
+      [
+        "joy",
+        0.0
+      ],
+      [
+        "é",
+        0.0
+      ],
+      [
+        "▁White",
+        0.0
+      ],
+      [
+        "▁dead",
+        0.0
+      ],
+      [
+        ".'",
+        0.0
+      ],
+      [
+        "▁http",
+        0.0
+      ],
+      [
+        "▁webs",
+        0.0
+      ],
+      [
+        "OS",
+        0.0
+      ],
+      [
+        "▁inside",
+        0.0
+      ],
+      [
+        "▁wrong",
+        0.0
+      ],
+      [
+        "▁statement",
+        0.0
+      ],
+      [
+        "▁...",
+        0.0
+      ],
+      [
+        "yl",
+        0.0
+      ],
+      [
+        "▁film",
+        0.0
+      ],
+      [
+        "▁music",
+        0.0
+      ],
+      [
+        "▁share",
+        0.0
+      ],
+      [
+        "ification",
+        0.0
+      ],
+      [
+        "▁release",
+        0.0
+      ],
+      [
+        "▁forward",
+        0.0
+      ],
+      [
+        "▁stay",
+        0.0
+      ],
+      [
+        "▁comput",
+        0.0
+      ],
+      [
+        "itte",
+        0.0
+      ],
+      [
+        "ser",
+        0.0
+      ],
+      [
+        "▁original",
+        0.0
+      ],
+      [
+        "▁card",
+        0.0
+      ],
+      [
+        "▁cand",
+        0.0
+      ],
+      [
+        "▁div",
+        0.0
+      ],
+      [
+        "atural",
+        0.0
+      ],
+      [
+        "▁favor",
+        0.0
+      ],
+      [
+        "OM",
+        0.0
+      ],
+      [
+        "▁cases",
+        0.0
+      ],
+      [
+        "uses",
+        0.0
+      ],
+      [
+        "▁section",
+        0.0
+      ],
+      [
+        "▁leave",
+        0.0
+      ],
+      [
+        "ging",
+        0.0
+      ],
+      [
+        "oved",
+        0.0
+      ],
+      [
+        "▁Washington",
+        0.0
+      ],
+      [
+        "39",
+        0.0
+      ],
+      [
+        "▁Gl",
+        0.0
+      ],
+      [
+        "▁required",
+        0.0
+      ],
+      [
+        "action",
+        0.0
+      ],
+      [
+        "apan",
+        0.0
+      ],
+      [
+        "oor",
+        0.0
+      ],
+      [
+        "iter",
+        0.0
+      ],
+      [
+        "▁King",
+        0.0
+      ],
+      [
+        "▁countries",
+        0.0
+      ],
+      [
+        "▁German",
+        0.0
+      ],
+      [
+        "lling",
+        0.0
+      ],
+      [
+        "▁27",
+        0.0
+      ],
+      [
+        "34",
+        0.0
+      ],
+      [
+        "▁questions",
+        0.0
+      ],
+      [
+        "▁prim",
+        0.0
+      ],
+      [
+        "▁cell",
+        0.0
+      ],
+      [
+        "▁shoot",
+        0.0
+      ],
+      [
+        "▁anyone",
+        0.0
+      ],
+      [
+        "▁West",
+        0.0
+      ],
+      [
+        "▁affect",
+        0.0
+      ],
+      [
+        "epend",
+        0.0
+      ],
+      [
+        "▁online",
+        0.0
+      ],
+      [
+        "▁Israel",
+        0.0
+      ],
+      [
+        "▁September",
+        0.0
+      ],
+      [
+        "▁ability",
+        0.0
+      ],
+      [
+        "▁content",
+        0.0
+      ],
+      [
+        "ises",
+        0.0
+      ],
+      [
+        "▁reve",
+        0.0
+      ],
+      [
+        "▁laun",
+        0.0
+      ],
+      [
+        "▁indic",
+        0.0
+      ],
+      [
+        "▁force",
+        0.0
+      ],
+      [
+        "cast",
+        0.0
+      ],
+      [
+        "▁sold",
+        0.0
+      ],
+      [
+        "aving",
+        0.0
+      ],
+      [
+        "fl",
+        0.0
+      ],
+      [
+        "▁soft",
+        0.0
+      ],
+      [
+        "▁companies",
+        0.0
+      ],
+      [
+        "ceed",
+        0.0
+      ],
+      [
+        "▁article",
+        0.0
+      ],
+      [
+        "▁aud",
+        0.0
+      ],
+      [
+        "▁rev",
+        0.0
+      ],
+      [
+        "▁educ",
+        0.0
+      ],
+      [
+        "▁playing",
+        0.0
+      ],
+      [
+        "05",
+        0.0
+      ],
+      [
+        "▁held",
+        0.0
+      ],
+      [
+        "ctor",
+        0.0
+      ],
+      [
+        "▁released",
+        0.0
+      ],
+      [
+        "▁federal",
+        0.0
+      ],
+      [
+        "37",
+        0.0
+      ],
+      [
+        "▁administ",
+        0.0
+      ],
+      [
+        "▁interview",
+        0.0
+      ],
+      [
+        "▁install",
+        0.0
+      ],
+      [
+        "▁received",
+        0.0
+      ],
+      [
+        "▁source",
+        0.0
+      ],
+      [
+        "uk",
+        0.0
+      ],
+      [
+        "Ph",
+        0.0
+      ],
+      [
+        "▁serious",
+        0.0
+      ],
+      [
+        "▁created",
+        0.0
+      ],
+      [
+        "▁cause",
+        0.0
+      ],
+      [
+        "▁immedi",
+        0.0
+      ],
+      [
+        "▁defin",
+        0.0
+      ],
+      [
+        "uel",
+        0.0
+      ],
+      [
+        "▁Department",
+        0.0
+      ],
+      [
+        "ctions",
+        0.0
+      ],
+      [
+        "▁Cour",
+        0.0
+      ],
+      [
+        "▁Now",
+        0.0
+      ],
+      [
+        "ze",
+        0.0
+      ],
+      [
+        "ites",
+        0.0
+      ],
+      [
+        "itution",
+        0.0
+      ],
+      [
+        "▁late",
+        0.0
+      ],
+      [
+        "▁speak",
+        0.0
+      ],
+      [
+        "ners",
+        0.0
+      ],
+      [
+        "▁legal",
+        0.0
+      ],
+      [
+        "ari",
+        0.0
+      ],
+      [
+        "▁Cor",
+        0.0
+      ],
+      [
+        "▁weeks",
+        0.0
+      ],
+      [
+        "▁model",
+        0.0
+      ],
+      [
+        "▁pred",
+        0.0
+      ],
+      [
+        "▁exact",
+        0.0
+      ],
+      [
+        "BC",
+        0.0
+      ],
+      [
+        "▁By",
+        0.0
+      ],
+      [
+        "ING",
+        0.0
+      ],
+      [
+        "osing",
+        0.0
+      ],
+      [
+        "▁takes",
+        0.0
+      ],
+      [
+        "▁regard",
+        0.0
+      ],
+      [
+        "▁opportun",
+        0.0
+      ],
+      [
+        "▁price",
+        0.0
+      ],
+      [
+        "▁198",
+        0.0
+      ],
+      [
+        "▁Apr",
+        0.0
+      ],
+      [
+        "fully",
+        0.0
+      ],
+      [
+        "▁ord",
+        0.0
+      ],
+      [
+        "▁problems",
+        0.0
+      ],
+      [
+        "ruction",
+        0.0
+      ],
+      [
+        "ham",
+        0.0
+      ],
+      [
+        "▁Count",
+        0.0
+      ],
+      [
+        "lege",
+        0.0
+      ],
+      [
+        "▁leaders",
+        0.0
+      ],
+      [
+        "ET",
+        0.0
+      ],
+      [
+        "lev",
+        0.0
+      ],
+      [
+        "▁deep",
+        0.0
+      ],
+      [
+        "ological",
+        0.0
+      ],
+      [
+        "ese",
+        0.0
+      ],
+      [
+        "haps",
+        0.0
+      ],
+      [
+        "▁Some",
+        0.0
+      ],
+      [
+        "▁pers",
+        0.0
+      ],
+      [
+        "▁contract",
+        0.0
+      ],
+      [
+        "▁relationship",
+        0.0
+      ],
+      [
+        "sp",
+        0.0
+      ],
+      [
+        "oud",
+        0.0
+      ],
+      [
+        "▁base",
+        0.0
+      ],
+      [
+        "48",
+        0.0
+      ],
+      [
+        "mit",
+        0.0
+      ],
+      [
+        "Ad",
+        0.0
+      ],
+      [
+        "ancial",
+        0.0
+      ],
+      [
+        "▁consum",
+        0.0
+      ],
+      [
+        "▁potential",
+        0.0
+      ],
+      [
+        "▁langu",
+        0.0
+      ],
+      [
+        "rem",
+        0.0
+      ],
+      [
+        "eth",
+        0.0
+      ],
+      [
+        "▁relig",
+        0.0
+      ],
+      [
+        "ressed",
+        0.0
+      ],
+      [
+        "66",
+        0.0
+      ],
+      [
+        "▁link",
+        0.0
+      ],
+      [
+        "▁lower",
+        0.0
+      ],
+      [
+        "ayer",
+        0.0
+      ],
+      [
+        "▁June",
+        0.0
+      ],
+      [
+        "▁fem",
+        0.0
+      ],
+      [
+        "unt",
+        0.0
+      ],
+      [
+        "erc",
+        0.0
+      ],
+      [
+        "urd",
+        0.0
+      ],
+      [
+        "▁contact",
+        0.0
+      ],
+      [
+        "▁ill",
+        0.0
+      ],
+      [
+        "▁mother",
+        0.0
+      ],
+      [
+        "▁estab",
+        0.0
+      ],
+      [
+        "htt",
+        0.0
+      ],
+      [
+        "▁March",
+        0.0
+      ],
+      [
+        "▁Bro",
+        0.0
+      ],
+      [
+        "▁China",
+        0.0
+      ],
+      [
+        "▁29",
+        0.0
+      ],
+      [
+        "▁squ",
+        0.0
+      ],
+      [
+        "▁provided",
+        0.0
+      ],
+      [
+        "▁average",
+        0.0
+      ],
+      [
+        "asons",
+        0.0
+      ],
+      [
+        "▁2011",
+        0.0
+      ],
+      [
+        "▁exam",
+        0.0
+      ],
+      [
+        "lin",
+        0.0
+      ],
+      [
+        "55",
+        0.0
+      ],
+      [
+        "ned",
+        0.0
+      ],
+      [
+        "▁perfect",
+        0.0
+      ],
+      [
+        "▁tou",
+        0.0
+      ],
+      [
+        "alse",
+        0.0
+      ],
+      [
+        "ux",
+        0.0
+      ],
+      [
+        "▁buy",
+        0.0
+      ],
+      [
+        "▁shot",
+        0.0
+      ],
+      [
+        "▁collect",
+        0.0
+      ],
+      [
+        "▁phot",
+        0.0
+      ],
+      [
+        "▁played",
+        0.0
+      ],
+      [
+        "▁surpr",
+        0.0
+      ],
+      [
+        "▁officials",
+        0.0
+      ],
+      [
+        "▁simple",
+        0.0
+      ],
+      [
+        "avy",
+        0.0
+      ],
+      [
+        "▁industry",
+        0.0
+      ],
+      [
+        "▁hands",
+        0.0
+      ],
+      [
+        "ground",
+        0.0
+      ],
+      [
+        "▁pull",
+        0.0
+      ],
+      [
+        "▁round",
+        0.0
+      ],
+      [
+        "▁user",
+        0.0
+      ],
+      [
+        "▁range",
+        0.0
+      ],
+      [
+        "uary",
+        0.0
+      ],
+      [
+        "▁private",
+        0.0
+      ],
+      [
+        "ops",
+        0.0
+      ],
+      [
+        "ees",
+        0.0
+      ],
+      [
+        "▁ways",
+        0.0
+      ],
+      [
+        "▁Mich",
+        0.0
+      ],
+      [
+        "▁veh",
+        0.0
+      ],
+      [
+        "▁except",
+        0.0
+      ],
+      [
+        "▁terms",
+        0.0
+      ],
+      [
+        "imum",
+        0.0
+      ],
+      [
+        "pper",
+        0.0
+      ],
+      [
+        "ION",
+        0.0
+      ],
+      [
+        "ores",
+        0.0
+      ],
+      [
+        "▁Dragon",
+        0.0
+      ],
+      [
+        "oul",
+        0.0
+      ],
+      [
+        "▁den",
+        0.0
+      ],
+      [
+        "▁performance",
+        0.0
+      ],
+      [
+        "▁bill",
+        0.0
+      ],
+      [
+        "cil",
+        0.0
+      ],
+      [
+        "47",
+        0.0
+      ],
+      [
+        "▁environment",
+        0.0
+      ],
+      [
+        "▁exc",
+        0.0
+      ],
+      [
+        "add",
+        0.0
+      ],
+      [
+        "▁worth",
+        0.0
+      ],
+      [
+        "▁pict",
+        0.0
+      ],
+      [
+        "▁chance",
+        0.0
+      ],
+      [
+        "▁2018",
+        0.0
+      ],
+      [
+        "bor",
+        0.0
+      ],
+      [
+        "▁speed",
+        0.0
+      ],
+      [
+        "iction",
+        0.0
+      ],
+      [
+        "▁alleg",
+        0.0
+      ],
+      [
+        "▁Japan",
+        0.0
+      ],
+      [
+        "atory",
+        0.0
+      ],
+      [
+        "reet",
+        0.0
+      ],
+      [
+        "▁match",
+        0.0
+      ],
+      [
+        "▁II",
+        0.0
+      ],
+      [
+        "▁stru",
+        0.0
+      ],
+      [
+        "order",
+        0.0
+      ],
+      [
+        "▁ste",
+        0.0
+      ],
+      [
+        "▁living",
+        0.0
+      ],
+      [
+        "▁struct",
+        0.0
+      ],
+      [
+        "ino",
+        0.0
+      ],
+      [
+        "▁separ",
+        0.0
+      ],
+      [
+        "hern",
+        0.0
+      ],
+      [
+        "▁response",
+        0.0
+      ],
+      [
+        "▁enjoy",
+        0.0
+      ],
+      [
+        "▁via",
+        0.0
+      ],
+      [
+        "AD",
+        0.0
+      ],
+      [
+        "uments",
+        0.0
+      ],
+      [
+        "acebook",
+        0.0
+      ],
+      [
+        "▁member",
+        0.0
+      ],
+      [
+        "ibr",
+        0.0
+      ],
+      [
+        "izing",
+        0.0
+      ],
+      [
+        "▁tool",
+        0.0
+      ],
+      [
+        "▁Mon",
+        0.0
+      ],
+      [
+        "▁While",
+        0.0
+      ],
+      [
+        "hood",
+        0.0
+      ],
+      [
+        "▁Ang",
+        0.0
+      ],
+      [
+        "▁Def",
+        0.0
+      ],
+      [
+        "▁offer",
+        0.0
+      ],
+      [
+        "Tr",
+        0.0
+      ],
+      [
+        "aur",
+        0.0
+      ],
+      [
+        "▁turned",
+        0.0
+      ],
+      [
+        "▁July",
+        0.0
+      ],
+      [
+        "down",
+        0.0
+      ],
+      [
+        "anced",
+        0.0
+      ],
+      [
+        "▁recently",
+        0.0
+      ],
+      [
+        "▁Ear",
+        0.0
+      ],
+      [
+        "▁ce",
+        0.0
+      ],
+      [
+        "▁Star",
+        0.0
+      ],
+      [
+        "▁Cong",
+        0.0
+      ],
+      [
+        "rought",
+        0.0
+      ],
+      [
+        "▁blood",
+        0.0
+      ],
+      [
+        "▁hope",
+        0.0
+      ],
+      [
+        "▁comment",
+        0.0
+      ],
+      [
+        "aint",
+        0.0
+      ],
+      [
+        "▁arri",
+        0.0
+      ],
+      [
+        "iles",
+        0.0
+      ],
+      [
+        "▁particip",
+        0.0
+      ],
+      [
+        "ought",
+        0.0
+      ],
+      [
+        "ription",
+        0.0
+      ],
+      [
+        "08",
+        0.0
+      ],
+      [
+        "49",
+        0.0
+      ],
+      [
+        "▁gave",
+        0.0
+      ],
+      [
+        "▁select",
+        0.0
+      ],
+      [
+        "▁killed",
+        0.0
+      ],
+      [
+        "sych",
+        0.0
+      ],
+      [
+        "▁goes",
+        0.0
+      ],
+      [
+        "ij",
+        0.0
+      ],
+      [
+        "▁coll",
+        0.0
+      ],
+      [
+        "▁impact",
+        0.0
+      ],
+      [
+        "atives",
+        0.0
+      ],
+      [
+        "▁Ser",
+        0.0
+      ],
+      [
+        "09",
+        0.0
+      ],
+      [
+        "▁August",
+        0.0
+      ],
+      [
+        "▁boy",
+        0.0
+      ],
+      [
+        "de",
+        0.0
+      ],
+      [
+        "▁Des",
+        0.0
+      ],
+      [
+        "▁felt",
+        0.0
+      ],
+      [
+        "US",
+        0.0
+      ],
+      [
+        "▁expected",
+        0.0
+      ],
+      [
+        "▁image",
+        0.0
+      ],
+      [
+        "▁Mark",
+        0.0
+      ],
+      [
+        "ccording",
+        0.0
+      ],
+      [
+        "oice",
+        0.0
+      ],
+      [
+        "EC",
+        0.0
+      ],
+      [
+        "▁Mag",
+        0.0
+      ],
+      [
+        "ened",
+        0.0
+      ],
+      [
+        "hold",
+        0.0
+      ],
+      [
+        "▁Post",
+        0.0
+      ],
+      [
+        "▁prevent",
+        0.0
+      ],
+      [
+        "No",
+        0.0
+      ],
+      [
+        "▁involved",
+        0.0
+      ],
+      [
+        "▁eyes",
+        0.0
+      ],
+      [
+        "▁quickly",
+        0.0
+      ],
+      [
+        "At",
+        0.0
+      ],
+      [
+        "unk",
+        0.0
+      ],
+      [
+        "▁behav",
+        0.0
+      ],
+      [
+        "▁ur",
+        0.0
+      ],
+      [
+        "▁led",
+        0.0
+      ],
+      [
+        "come",
+        0.0
+      ],
+      [
+        "ey",
+        0.0
+      ],
+      [
+        "▁candid",
+        0.0
+      ],
+      [
+        "▁earlier",
+        0.0
+      ],
+      [
+        "▁focus",
+        0.0
+      ],
+      [
+        "ety",
+        0.0
+      ],
+      [
+        "Pro",
+        0.0
+      ],
+      [
+        "ledge",
+        0.0
+      ],
+      [
+        "ixed",
+        0.0
+      ],
+      [
+        "illed",
+        0.0
+      ],
+      [
+        "▁popular",
+        0.0
+      ],
+      [
+        "AP",
+        0.0
+      ],
+      [
+        "▁sett",
+        0.0
+      ],
+      [
+        "light",
+        0.0
+      ],
+      [
+        "▁various",
+        0.0
+      ],
+      [
+        "inks",
+        0.0
+      ],
+      [
+        "▁levels",
+        0.0
+      ],
+      [
+        "▁road",
+        0.0
+      ],
+      [
+        "ellig",
+        0.0
+      ],
+      [
+        "ables",
+        0.0
+      ],
+      [
+        "hel",
+        0.0
+      ],
+      [
+        "ittee",
+        0.0
+      ],
+      [
+        "▁Gener",
+        0.0
+      ],
+      [
+        "ype",
+        0.0
+      ],
+      [
+        "▁heard",
+        0.0
+      ],
+      [
+        "icles",
+        0.0
+      ],
+      [
+        "▁mis",
+        0.0
+      ],
+      [
+        "▁users",
+        0.0
+      ],
+      [
+        "▁San",
+        0.0
+      ],
+      [
+        "▁improve",
+        0.0
+      ],
+      [
+        "▁father",
+        0.0
+      ],
+      [
+        "▁search",
+        0.0
+      ],
+      [
+        "They",
+        0.0
+      ],
+      [
+        "vil",
+        0.0
+      ],
+      [
+        "▁profess",
+        0.0
+      ],
+      [
+        "▁knew",
+        0.0
+      ],
+      [
+        "▁loss",
+        0.0
+      ],
+      [
+        "▁events",
+        0.0
+      ],
+      [
+        "65",
+        0.0
+      ],
+      [
+        "▁billion",
+        0.0
+      ],
+      [
+        "07",
+        0.0
+      ],
+      [
+        "02",
+        0.0
+      ],
+      [
+        "▁News",
+        0.0
+      ],
+      [
+        "▁AM",
+        0.0
+      ],
+      [
+        "▁cover",
+        0.0
+      ],
+      [
+        "where",
+        0.0
+      ],
+      [
+        "ension",
+        0.0
+      ],
+      [
+        "▁bott",
+        0.0
+      ],
+      [
+        "▁areas",
+        0.0
+      ],
+      [
+        "ences",
+        0.0
+      ],
+      [
+        "ope",
+        0.0
+      ],
+      [
+        "▁Twitter",
+        0.0
+      ],
+      [
+        "ael",
+        0.0
+      ],
+      [
+        "▁gets",
+        0.0
+      ],
+      [
+        "▁Google",
+        0.0
+      ],
+      [
+        "▁sn",
+        0.0
+      ],
+      [
+        "iant",
+        0.0
+      ],
+      [
+        "▁vote",
+        0.0
+      ],
+      [
+        "▁nearly",
+        0.0
+      ],
+      [
+        "▁included",
+        0.0
+      ],
+      [
+        "▁recogn",
+        0.0
+      ],
+      [
+        "zz",
+        0.0
+      ],
+      [
+        "mm",
+        0.0
+      ],
+      [
+        "aled",
+        0.0
+      ],
+      [
+        "▁happened",
+        0.0
+      ],
+      [
+        "04",
+        0.0
+      ],
+      [
+        "▁hot",
+        0.0
+      ],
+      [
+        "▁whose",
+        0.0
+      ],
+      [
+        "▁civil",
+        0.0
+      ],
+      [
+        "▁suff",
+        0.0
+      ],
+      [
+        "oes",
+        0.0
+      ],
+      [
+        "itiz",
+        0.0
+      ],
+      [
+        "▁Syri",
+        0.0
+      ],
+      [
+        "▁respond",
+        0.0
+      ],
+      [
+        "▁hon",
+        0.0
+      ],
+      [
+        "▁features",
+        0.0
+      ],
+      [
+        "▁economic",
+        0.0
+      ],
+      [
+        "▁April",
+        0.0
+      ],
+      [
+        "rim",
+        0.0
+      ],
+      [
+        "▁technology",
+        0.0
+      ],
+      [
+        "▁option",
+        0.0
+      ],
+      [
+        "aging",
+        0.0
+      ],
+      [
+        "▁purch",
+        0.0
+      ],
+      [
+        "Re",
+        0.0
+      ],
+      [
+        "▁lat",
+        0.0
+      ],
+      [
+        "chie",
+        0.0
+      ],
+      [
+        "isl",
+        0.0
+      ],
+      [
+        "▁recomm",
+        0.0
+      ],
+      [
+        "uf",
+        0.0
+      ],
+      [
+        "▁training",
+        0.0
+      ],
+      [
+        "▁effects",
+        0.0
+      ],
+      [
+        "▁fast",
+        0.0
+      ],
+      [
+        "▁2010",
+        0.0
+      ],
+      [
+        "▁occur",
+        0.0
+      ],
+      [
+        "▁website",
+        0.0
+      ],
+      [
+        "▁email",
+        0.0
+      ],
+      [
+        "▁sens",
+        0.0
+      ],
+      [
+        "ech",
+        0.0
+      ],
+      [
+        "▁oil",
+        0.0
+      ],
+      [
+        "▁influ",
+        0.0
+      ],
+      [
+        "▁currently",
+        0.0
+      ],
+      [
+        "▁Sch",
+        0.0
+      ],
+      [
+        "▁Add",
+        0.0
+      ],
+      [
+        "▁goal",
+        0.0
+      ],
+      [
+        "▁scient",
+        0.0
+      ],
+      [
+        "▁conv",
+        0.0
+      ],
+      [
+        "100",
+        0.0
+      ],
+      [
+        "emy",
+        0.0
+      ],
+      [
+        "▁decided",
+        0.0
+      ],
+      [
+        "▁travel",
+        0.0
+      ],
+      [
+        "▁mention",
+        0.0
+      ],
+      [
+        "LL",
+        0.0
+      ],
+      [
+        "03",
+        0.0
+      ],
+      [
+        "▁election",
+        0.0
+      ],
+      [
+        "▁phone",
+        0.0
+      ],
+      [
+        "▁looks",
+        0.0
+      ],
+      [
+        "▁situation",
+        0.0
+      ],
+      [
+        "▁cy",
+        0.0
+      ],
+      [
+        "▁hor",
+        0.0
+      ],
+      [
+        "bed",
+        0.0
+      ],
+      [
+        "▁Court",
+        0.0
+      ],
+      [
+        "aily",
+        0.0
+      ],
+      [
+        "aves",
+        0.0
+      ],
+      [
+        "▁quality",
+        0.0
+      ],
+      [
+        "▁Comp",
+        0.0
+      ],
+      [
+        "wise",
+        0.0
+      ],
+      [
+        "▁table",
+        0.0
+      ],
+      [
+        "▁staff",
+        0.0
+      ],
+      [
+        "▁Wind",
+        0.0
+      ],
+      [
+        "ett",
+        0.0
+      ],
+      [
+        "▁tried",
+        0.0
+      ],
+      [
+        "idered",
+        0.0
+      ],
+      [
+        "▁addition",
+        0.0
+      ],
+      [
+        "▁box",
+        0.0
+      ],
+      [
+        "▁lack",
+        0.0
+      ],
+      [
+        "arily",
+        0.0
+      ],
+      [
+        "▁wide",
+        0.0
+      ],
+      [
+        "▁mid",
+        0.0
+      ],
+      [
+        "▁board",
+        0.0
+      ],
+      [
+        "ysis",
+        0.0
+      ],
+      [
+        "▁anti",
+        0.0
+      ],
+      [
+        "ha",
+        0.0
+      ],
+      [
+        "▁dig",
+        0.0
+      ],
+      [
+        "ening",
+        0.0
+      ],
+      [
+        "▁dro",
+        0.0
+      ],
+      [
+        "Con",
+        0.0
+      ],
+      [
+        "68",
+        0.0
+      ],
+      [
+        "▁slow",
+        0.0
+      ],
+      [
+        "based",
+        0.0
+      ],
+      [
+        "sequ",
+        0.0
+      ],
+      [
+        "▁path",
+        0.0
+      ],
+      [
+        "Ex",
+        0.0
+      ],
+      [
+        "aker",
+        0.0
+      ],
+      [
+        "▁worked",
+        0.0
+      ],
+      [
+        "▁pen",
+        0.0
+      ],
+      [
+        "▁engine",
+        0.0
+      ],
+      [
+        "▁looked",
+        0.0
+      ],
+      [
+        "▁Super",
+        0.0
+      ],
+      [
+        "▁Serv",
+        0.0
+      ],
+      [
+        "▁victim",
+        0.0
+      ],
+      [
+        "Un",
+        0.0
+      ],
+      [
+        "▁property",
+        0.0
+      ],
+      [
+        "▁introdu",
+        0.0
+      ],
+      [
+        "▁execut",
+        0.0
+      ],
+      [
+        "▁PM",
+        0.0
+      ],
+      [
+        "Le",
+        0.0
+      ],
+      [
+        "▁color",
+        0.0
+      ],
+      [
+        "▁More",
+        0.0
+      ],
+      [
+        "▁60",
+        0.0
+      ],
+      [
+        "▁network",
+        0.0
+      ],
+      [
+        "▁date",
+        0.0
+      ],
+      [
+        "cul",
+        0.0
+      ],
+      [
+        "idge",
+        0.0
+      ],
+      [
+        "▁extra",
+        0.0
+      ],
+      [
+        "31",
+        0.0
+      ],
+      [
+        "▁sle",
+        0.0
+      ],
+      [
+        "67",
+        0.0
+      ],
+      [
+        "▁wond",
+        0.0
+      ],
+      [
+        "▁reports",
+        0.0
+      ],
+      [
+        "just",
+        0.0
+      ],
+      [
+        "▁Austral",
+        0.0
+      ],
+      [
+        "▁capital",
+        0.0
+      ],
+      [
+        "▁ens",
+        0.0
+      ],
+      [
+        "▁command",
+        0.0
+      ],
+      [
+        "▁allowed",
+        0.0
+      ],
+      [
+        "▁prep",
+        0.0
+      ],
+      [
+        "▁capt",
+        0.0
+      ],
+      [
+        "hib",
+        0.0
+      ],
+      [
+        "▁numbers",
+        0.0
+      ],
+      [
+        "chan",
+        0.0
+      ],
+      [
+        "▁fair",
+        0.0
+      ],
+      [
+        "mp",
+        0.0
+      ],
+      [
+        "oms",
+        0.0
+      ],
+      [
+        "▁reach",
+        0.0
+      ],
+      [
+        "With",
+        0.0
+      ],
+      [
+        "tain",
+        0.0
+      ],
+      [
+        "▁broad",
+        0.0
+      ],
+      [
+        "▁couple",
+        0.0
+      ],
+      [
+        "ecause",
+        0.0
+      ],
+      [
+        "lying",
+        0.0
+      ],
+      [
+        "▁Feb",
+        0.0
+      ],
+      [
+        "▁screen",
+        0.0
+      ],
+      [
+        "▁lives",
+        0.0
+      ],
+      [
+        "▁prior",
+        0.0
+      ],
+      [
+        "▁Congress",
+        0.0
+      ],
+      [
+        "Ar",
+        0.0
+      ],
+      [
+        "▁approach",
+        0.0
+      ],
+      [
+        "▁emer",
+        0.0
+      ],
+      [
+        "aries",
+        0.0
+      ],
+      [
+        "▁Dis",
+        0.0
+      ],
+      [
+        "serv",
+        0.0
+      ],
+      [
+        "▁Ne",
+        0.0
+      ],
+      [
+        "▁built",
+        0.0
+      ],
+      [
+        "cies",
+        0.0
+      ],
+      [
+        "▁repe",
+        0.0
+      ],
+      [
+        "▁rules",
+        0.0
+      ],
+      [
+        "force",
+        0.0
+      ],
+      [
+        "▁Pal",
+        0.0
+      ],
+      [
+        "▁financial",
+        0.0
+      ],
+      [
+        "▁considered",
+        0.0
+      ],
+      [
+        "▁Char",
+        0.0
+      ],
+      [
+        "nces",
+        0.0
+      ],
+      [
+        "▁IS",
+        0.0
+      ],
+      [
+        "▁brought",
+        0.0
+      ],
+      [
+        "▁bi",
+        0.0
+      ],
+      [
+        "iers",
+        0.0
+      ],
+      [
+        "▁Sim",
+        0.0
+      ],
+      [
+        "OP",
+        0.0
+      ],
+      [
+        "▁products",
+        0.0
+      ],
+      [
+        "▁visit",
+        0.0
+      ],
+      [
+        "▁document",
+        0.0
+      ],
+      [
+        "▁conduct",
+        0.0
+      ],
+      [
+        "▁completely",
+        0.0
+      ],
+      [
+        "ining",
+        0.0
+      ],
+      [
+        "▁Calif",
+        0.0
+      ],
+      [
+        "ibly",
+        0.0
+      ],
+      [
+        "▁written",
+        0.0
+      ],
+      [
+        "▁TV",
+        0.0
+      ],
+      [
+        "ements",
+        0.0
+      ],
+      [
+        "▁draw",
+        0.0
+      ],
+      [
+        "One",
+        0.0
+      ],
+      [
+        "▁published",
+        0.0
+      ],
+      [
+        "▁secret",
+        0.0
+      ],
+      [
+        "rain",
+        0.0
+      ],
+      [
+        "het",
+        0.0
+      ],
+      [
+        "▁Facebook",
+        0.0
+      ],
+      [
+        "onday",
+        0.0
+      ],
+      [
+        "▁Up",
+        0.0
+      ],
+      [
+        "▁sexual",
+        0.0
+      ],
+      [
+        "▁thous",
+        0.0
+      ],
+      [
+        "▁Pat",
+        0.0
+      ],
+      [
+        "▁ess",
+        0.0
+      ],
+      [
+        "▁standard",
+        0.0
+      ],
+      [
+        "▁arm",
+        0.0
+      ],
+      [
+        "ges",
+        0.0
+      ],
+      [
+        "ection",
+        0.0
+      ],
+      [
+        "▁fell",
+        0.0
+      ],
+      [
+        "▁foreign",
+        0.0
+      ],
+      [
+        "ani",
+        0.0
+      ],
+      [
+        "▁Friday",
+        0.0
+      ],
+      [
+        "▁regular",
+        0.0
+      ],
+      [
+        "inary",
+        0.0
+      ],
+      [
+        "▁increased",
+        0.0
+      ],
+      [
+        "▁usually",
+        0.0
+      ],
+      [
+        "▁demon",
+        0.0
+      ],
+      [
+        "▁dark",
+        0.0
+      ],
+      [
+        "▁additional",
+        0.0
+      ],
+      [
+        "rol",
+        0.0
+      ],
+      [
+        "▁Of",
+        0.0
+      ],
+      [
+        "▁production",
+        0.0
+      ],
+      [
+        "!!",
+        0.0
+      ],
+      [
+        "undred",
+        0.0
+      ],
+      [
+        "▁international",
+        0.0
+      ],
+      [
+        "idents",
+        0.0
+      ],
+      [
+        "▁Free",
+        0.0
+      ],
+      [
+        "roup",
+        0.0
+      ],
+      [
+        "▁race",
+        0.0
+      ],
+      [
+        "▁mach",
+        0.0
+      ],
+      [
+        "▁huge",
+        0.0
+      ],
+      [
+        "All",
+        0.0
+      ],
+      [
+        "lear",
+        0.0
+      ],
+      [
+        "ovember",
+        0.0
+      ],
+      [
+        "▁town",
+        0.0
+      ],
+      [
+        "▁attention",
+        0.0
+      ],
+      [
+        "▁Off",
+        0.0
+      ],
+      [
+        "yond",
+        0.0
+      ],
+      [
+        "▁Then",
+        0.0
+      ],
+      [
+        "field",
+        0.0
+      ],
+      [
+        "▁terror",
+        0.0
+      ],
+      [
+        "raz",
+        0.0
+      ],
+      [
+        "▁Bo",
+        0.0
+      ],
+      [
+        "▁meeting",
+        0.0
+      ],
+      [
+        "▁Park",
+        0.0
+      ],
+      [
+        "▁arrest",
+        0.0
+      ],
+      [
+        "▁fear",
+        0.0
+      ],
+      [
+        "▁aw",
+        0.0
+      ],
+      [
+        "▁Val",
+        0.0
+      ],
+      [
+        "oring",
+        0.0
+      ],
+      [
+        "',",
+        0.0
+      ],
+      [
+        "▁extreme",
+        0.0
+      ],
+      [
+        "arr",
+        0.0
+      ],
+      [
+        "▁workers",
+        0.0
+      ],
+      [
+        "After",
+        0.0
+      ],
+      [
+        "▁31",
+        0.0
+      ],
+      [
+        "net",
+        0.0
+      ],
+      [
+        "ament",
+        0.0
+      ],
+      [
+        "▁directly",
+        0.0
+      ],
+      [
+        "▁population",
+        0.0
+      ],
+      [
+        "ube",
+        0.0
+      ],
+      [
+        "▁October",
+        0.0
+      ],
+      [
+        "▁IN",
+        0.0
+      ],
+      [
+        "▁January",
+        0.0
+      ],
+      [
+        "59",
+        0.0
+      ],
+      [
+        "▁David",
+        0.0
+      ],
+      [
+        "▁cross",
+        0.0
+      ],
+      [
+        "cember",
+        0.0
+      ],
+      [
+        "▁First",
+        0.0
+      ],
+      [
+        "▁message",
+        0.0
+      ],
+      [
+        "irit",
+        0.0
+      ],
+      [
+        "▁nation",
+        0.0
+      ],
+      [
+        "▁poll",
+        0.0
+      ],
+      [
+        "isions",
+        0.0
+      ],
+      [
+        "▁answer",
+        0.0
+      ],
+      [
+        "ny",
+        0.0
+      ],
+      [
+        "isode",
+        0.0
+      ],
+      [
+        "▁carry",
+        0.0
+      ],
+      [
+        "▁Russia",
+        0.0
+      ],
+      [
+        "▁hear",
+        0.0
+      ],
+      [
+        "ength",
+        0.0
+      ],
+      [
+        "roy",
+        0.0
+      ],
+      [
+        "▁natural",
+        0.0
+      ],
+      [
+        "inally",
+        0.0
+      ],
+      [
+        "▁dog",
+        0.0
+      ],
+      [
+        "mitted",
+        0.0
+      ],
+      [
+        "▁trade",
+        0.0
+      ],
+      [
+        "▁subst",
+        0.0
+      ],
+      [
+        "▁multiple",
+        0.0
+      ],
+      [
+        "▁Afric",
+        0.0
+      ],
+      [
+        "▁fans",
+        0.0
+      ],
+      [
+        "▁sort",
+        0.0
+      ],
+      [
+        "▁global",
+        0.0
+      ],
+      [
+        "ication",
+        0.0
+      ],
+      [
+        "▁Wed",
+        0.0
+      ],
+      [
+        "ara",
+        0.0
+      ],
+      [
+        "▁achie",
+        0.0
+      ],
+      [
+        "▁language",
+        0.0
+      ],
+      [
+        "vey",
+        0.0
+      ],
+      [
+        "▁tal",
+        0.0
+      ],
+      [
+        "▁necessary",
+        0.0
+      ],
+      [
+        "▁details",
+        0.0
+      ],
+      [
+        "▁sen",
+        0.0
+      ],
+      [
+        "▁Sund",
+        0.0
+      ],
+      [
+        "▁Reg",
+        0.0
+      ],
+      [
+        "▁Rec",
+        0.0
+      ],
+      [
+        "06",
+        0.0
+      ],
+      [
+        "▁sil",
+        0.0
+      ],
+      [
+        "ressive",
+        0.0
+      ],
+      [
+        "▁medical",
+        0.0
+      ],
+      [
+        "unch",
+        0.0
+      ],
+      [
+        "ornia",
+        0.0
+      ],
+      [
+        "▁und",
+        0.0
+      ],
+      [
+        "fort",
+        0.0
+      ],
+      [
+        "ocks",
+        0.0
+      ],
+      [
+        "▁Monday",
+        0.0
+      ],
+      [
+        "uesday",
+        0.0
+      ],
+      [
+        "craft",
+        0.0
+      ],
+      [
+        "77",
+        0.0
+      ],
+      [
+        "urt",
+        0.0
+      ],
+      [
+        "▁ver",
+        0.0
+      ],
+      [
+        "▁Hill",
+        0.0
+      ],
+      [
+        "▁receive",
+        0.0
+      ],
+      [
+        "▁morning",
+        0.0
+      ],
+      [
+        "estern",
+        0.0
+      ],
+      [
+        "▁bank",
+        0.0
+      ],
+      [
+        "▁sat",
+        0.0
+      ],
+      [
+        "irth",
+        0.0
+      ],
+      [
+        "▁High",
+        0.0
+      ],
+      [
+        "▁device",
+        0.0
+      ],
+      [
+        "▁THE",
+        0.0
+      ],
+      [
+        "▁Center",
+        0.0
+      ],
+      [
+        "▁safe",
+        0.0
+      ],
+      [
+        "▁ple",
+        0.0
+      ],
+      [
+        "▁Canada",
+        0.0
+      ],
+      [
+        "▁systems",
+        0.0
+      ],
+      [
+        "▁assist",
+        0.0
+      ],
+      [
+        "▁surv",
+        0.0
+      ],
+      [
+        "▁battle",
+        0.0
+      ],
+      [
+        "▁Soc",
+        0.0
+      ],
+      [
+        "vertis",
+        0.0
+      ],
+      [
+        "She",
+        0.0
+      ],
+      [
+        "▁paper",
+        0.0
+      ],
+      [
+        "▁growth",
+        0.0
+      ],
+      [
+        "▁cast",
+        0.0
+      ],
+      [
+        "Sc",
+        0.0
+      ],
+      [
+        "▁plans",
+        0.0
+      ],
+      [
+        "lled",
+        0.0
+      ],
+      [
+        "▁parts",
+        0.0
+      ],
+      [
+        "▁wall",
+        0.0
+      ],
+      [
+        "▁movement",
+        0.0
+      ],
+      [
+        "▁practice",
+        0.0
+      ],
+      [
+        "imately",
+        0.0
+      ],
+      [
+        "▁display",
+        0.0
+      ],
+      [
+        "▁sometimes",
+        0.0
+      ],
+      [
+        "omp",
+        0.0
+      ],
+      [
+        "▁Paul",
+        0.0
+      ],
+      [
+        "▁Yes",
+        0.0
+      ],
+      [
+        "king",
+        0.0
+      ],
+      [
+        "58",
+        0.0
+      ],
+      [
+        "oly",
+        0.0
+      ],
+      [
+        "▁son",
+        0.0
+      ],
+      [
+        "▁avoid",
+        0.0
+      ],
+      [
+        "okes",
+        0.0
+      ],
+      [
+        "▁Jew",
+        0.0
+      ],
+      [
+        "▁towards",
+        0.0
+      ],
+      [
+        "asc",
+        0.0
+      ],
+      [
+        "▁//",
+        0.0
+      ],
+      [
+        "▁Kore",
+        0.0
+      ],
+      [
+        "▁talking",
+        0.0
+      ],
+      [
+        "▁correct",
+        0.0
+      ],
+      [
+        "▁spent",
+        0.0
+      ],
+      [
+        "icks",
+        0.0
+      ],
+      [
+        "iable",
+        0.0
+      ],
+      [
+        "eared",
+        0.0
+      ],
+      [
+        "▁term",
+        0.0
+      ],
+      [
+        "▁wants",
+        0.0
+      ],
+      [
+        "oming",
+        0.0
+      ],
+      [
+        "▁ut",
+        0.0
+      ],
+      [
+        "▁doub",
+        0.0
+      ],
+      [
+        "▁forces",
+        0.0
+      ],
+      [
+        "▁please",
+        0.0
+      ],
+      [
+        "69",
+        0.0
+      ],
+      [
+        "▁November",
+        0.0
+      ],
+      [
+        "atform",
+        0.0
+      ],
+      [
+        "ondon",
+        0.0
+      ],
+      [
+        "▁ones",
+        0.0
+      ],
+      [
+        "▁immediately",
+        0.0
+      ],
+      [
+        "▁Russian",
+        0.0
+      ],
+      [
+        "▁Met",
+        0.0
+      ],
+      [
+        "▁deg",
+        0.0
+      ],
+      [
+        "▁parents",
+        0.0
+      ],
+      [
+        "CH",
+        0.0
+      ],
+      [
+        "▁Americans",
+        0.0
+      ],
+      [
+        "aly",
+        0.0
+      ],
+      [
+        "▁Mod",
+        0.0
+      ],
+      [
+        "▁shown",
+        0.0
+      ],
+      [
+        "▁conditions",
+        0.0
+      ],
+      [
+        "▁stuff",
+        0.0
+      ],
+      [
+        "▁reb",
+        0.0
+      ],
+      [
+        "▁Your",
+        0.0
+      ],
+      [
+        "▁includes",
+        0.0
+      ],
+      [
+        "nown",
+        0.0
+      ],
+      [
+        "▁Sam",
+        0.0
+      ],
+      [
+        "▁experien",
+        0.0
+      ],
+      [
+        "mission",
+        0.0
+      ],
+      [
+        "▁Even",
+        0.0
+      ],
+      [
+        "aught",
+        0.0
+      ],
+      [
+        "▁announced",
+        0.0
+      ],
+      [
+        "▁Republican",
+        0.0
+      ],
+      [
+        "▁determin",
+        0.0
+      ],
+      [
+        "▁described",
+        0.0
+      ],
+      [
+        "▁County",
+        0.0
+      ],
+      [
+        "()",
+        0.0
+      ],
+      [
+        "▁door",
+        0.0
+      ],
+      [
+        "▁changed",
+        0.0
+      ],
+      [
+        "▁neigh",
+        0.0
+      ],
+      [
+        "▁Here",
+        0.0
+      ],
+      [
+        "▁clean",
+        0.0
+      ],
+      [
+        "▁pan",
+        0.0
+      ],
+      [
+        "▁December",
+        0.0
+      ],
+      [
+        "▁European",
+        0.0
+      ],
+      [
+        "iring",
+        0.0
+      ],
+      [
+        "apter",
+        0.0
+      ],
+      [
+        "▁club",
+        0.0
+      ],
+      [
+        "▁Tuesday",
+        0.0
+      ],
+      [
+        "▁paid",
+        0.0
+      ],
+      [
+        "▁Net",
+        0.0
+      ],
+      [
+        "▁attacks",
+        0.0
+      ],
+      [
+        "▁characters",
+        0.0
+      ],
+      [
+        "▁alone",
+        0.0
+      ],
+      [
+        "▁director",
+        0.0
+      ],
+      [
+        "dom",
+        0.0
+      ],
+      [
+        "▁35",
+        0.0
+      ],
+      [
+        "▁load",
+        0.0
+      ],
+      [
+        "▁rout",
+        0.0
+      ],
+      [
+        "▁California",
+        0.0
+      ],
+      [
+        "▁finally",
+        0.0
+      ],
+      [
+        "▁rac",
+        0.0
+      ],
+      [
+        "▁contr",
+        0.0
+      ],
+      [
+        "▁exactly",
+        0.0
+      ],
+      [
+        "resh",
+        0.0
+      ],
+      [
+        "pri",
+        0.0
+      ],
+      [
+        "▁Islam",
+        0.0
+      ],
+      [
+        "▁nature",
+        0.0
+      ],
+      [
+        "▁career",
+        0.0
+      ],
+      [
+        "▁latest",
+        0.0
+      ],
+      [
+        "▁convers",
+        0.0
+      ],
+      [
+        "▁Sl",
+        0.0
+      ],
+      [
+        "pose",
+        0.0
+      ],
+      [
+        "cient",
+        0.0
+      ],
+      [
+        "▁Inc",
+        0.0
+      ],
+      [
+        "ivity",
+        0.0
+      ],
+      [
+        "88",
+        0.0
+      ],
+      [
+        "▁Att",
+        0.0
+      ],
+      [
+        "▁Mor",
+        0.0
+      ],
+      [
+        "nesday",
+        0.0
+      ],
+      [
+        "▁weight",
+        0.0
+      ],
+      [
+        "ken",
+        0.0
+      ],
+      [
+        "▁note",
+        0.0
+      ],
+      [
+        "▁teams",
+        0.0
+      ],
+      [
+        "▁\\",
+        0.0
+      ],
+      [
+        "airs",
+        0.0
+      ],
+      [
+        "▁Green",
+        0.0
+      ],
+      [
+        "▁hundred",
+        0.0
+      ],
+      [
+        "onent",
+        0.0
+      ],
+      [
+        "▁streng",
+        0.0
+      ],
+      [
+        "▁consist",
+        0.0
+      ],
+      [
+        "icated",
+        0.0
+      ],
+      [
+        "▁regul",
+        0.0
+      ],
+      [
+        "▁lic",
+        0.0
+      ],
+      [
+        "astic",
+        0.0
+      ],
+      [
+        "▁ten",
+        0.0
+      ],
+      [
+        "ursday",
+        0.0
+      ],
+      [
+        "elligence",
+        0.0
+      ],
+      [
+        "ously",
+        0.0
+      ],
+      [
+        "▁UK",
+        0.0
+      ],
+      [
+        "BI",
+        0.0
+      ],
+      [
+        "▁costs",
+        0.0
+      ],
+      [
+        "▁independ",
+        0.0
+      ],
+      [
+        "▁AP",
+        0.0
+      ],
+      [
+        "▁normal",
+        0.0
+      ],
+      [
+        "▁hom",
+        0.0
+      ],
+      [
+        "▁obvious",
+        0.0
+      ],
+      [
+        "▁swe",
+        0.0
+      ],
+      [
+        "▁star",
+        0.0
+      ],
+      [
+        "▁ready",
+        0.0
+      ],
+      [
+        "acher",
+        0.0
+      ],
+      [
+        "▁implement",
+        0.0
+      ],
+      [
+        "gest",
+        0.0
+      ],
+      [
+        "▁song",
+        0.0
+      ],
+      [
+        "▁Get",
+        0.0
+      ],
+      [
+        "▁Lab",
+        0.0
+      ],
+      [
+        "▁interesting",
+        0.0
+      ],
+      [
+        "using",
+        0.0
+      ],
+      [
+        "▁giving",
+        0.0
+      ],
+      [
+        "▁Sunday",
+        0.0
+      ],
+      [
+        "▁etc",
+        0.0
+      ],
+      [
+        "▁middle",
+        0.0
+      ],
+      [
+        "▁remember",
+        0.0
+      ],
+      [
+        "right",
+        0.0
+      ],
+      [
+        "osition",
+        0.0
+      ],
+      [
+        "utions",
+        0.0
+      ],
+      [
+        "▁max",
+        0.0
+      ],
+      [
+        "46",
+        0.0
+      ],
+      [
+        "▁yourself",
+        0.0
+      ],
+      [
+        "▁demand",
+        0.0
+      ],
+      [
+        "▁treatment",
+        0.0
+      ],
+      [
+        "▁danger",
+        0.0
+      ],
+      [
+        "▁Cons",
+        0.0
+      ],
+      [
+        "▁guy",
+        0.0
+      ],
+      [
+        "▁British",
+        0.0
+      ],
+      [
+        "▁physical",
+        0.0
+      ],
+      [
+        "▁related",
+        0.0
+      ],
+      [
+        "▁remain",
+        0.0
+      ],
+      [
+        "▁couldn",
+        0.0
+      ],
+      [
+        "▁refer",
+        0.0
+      ],
+      [
+        "▁citiz",
+        0.0
+      ],
+      [
+        "box",
+        0.0
+      ],
+      [
+        "ENT",
+        0.0
+      ],
+      [
+        "board",
+        0.0
+      ],
+      [
+        "▁inn",
+        0.0
+      ],
+      [
+        "IG",
+        0.0
+      ],
+      [
+        "ero",
+        0.0
+      ],
+      [
+        "▁Street",
+        0.0
+      ],
+      [
+        "ospital",
+        0.0
+      ],
+      [
+        "rench",
+        0.0
+      ],
+      [
+        "chers",
+        0.0
+      ],
+      [
+        "▁stra",
+        0.0
+      ],
+      [
+        "OL",
+        0.0
+      ],
+      [
+        "ager",
+        0.0
+      ],
+      [
+        "▁AN",
+        0.0
+      ],
+      [
+        "▁easily",
+        0.0
+      ],
+      [
+        "IA",
+        0.0
+      ],
+      [
+        "enge",
+        0.0
+      ],
+      [
+        "iny",
+        0.0
+      ],
+      [
+        "▁clos",
+        0.0
+      ],
+      [
+        "ocked",
+        0.0
+      ],
+      [
+        "▁uses",
+        0.0
+      ],
+      [
+        "▁Coun",
+        0.0
+      ],
+      [
+        "Im",
+        0.0
+      ],
+      [
+        "uild",
+        0.0
+      ],
+      [
+        "??",
+        0.0
+      ],
+      [
+        "more",
+        0.0
+      ],
+      [
+        "▁ang",
+        0.0
+      ],
+      [
+        "▁write",
+        0.0
+      ],
+      [
+        "olute",
+        0.0
+      ],
+      [
+        "57",
+        0.0
+      ],
+      [
+        "▁leader",
+        0.0
+      ],
+      [
+        "▁reading",
+        0.0
+      ],
+      [
+        "</",
+        0.0
+      ],
+      [
+        "▁autom",
+        0.0
+      ],
+      [
+        "ests",
+        0.0
+      ],
+      [
+        "43",
+        0.0
+      ],
+      [
+        "▁legisl",
+        0.0
+      ],
+      [
+        "▁Gold",
+        0.0
+      ],
+      [
+        "▁designed",
+        0.0
+      ],
+      [
+        "▁ST",
+        0.0
+      ],
+      [
+        "▁Leg",
+        0.0
+      ],
+      [
+        "ares",
+        0.0
+      ],
+      [
+        "▁beaut",
+        0.0
+      ],
+      [
+        "▁Tex",
+        0.0
+      ],
+      [
+        "▁appears",
+        0.0
+      ],
+      [
+        "▁strugg",
+        0.0
+      ],
+      [
+        "▁Rom",
+        0.0
+      ],
+      [
+        "▁00",
+        0.0
+      ],
+      [
+        "▁choice",
+        0.0
+      ],
+      [
+        "▁particularly",
+        0.0
+      ],
+      [
+        "▁From",
+        0.0
+      ],
+      [
+        "oper",
+        0.0
+      ],
+      [
+        "▁London",
+        0.0
+      ],
+      [
+        "anned",
+        0.0
+      ],
+      [
+        "▁allows",
+        0.0
+      ],
+      [
+        "obile",
+        0.0
+      ],
+      [
+        "▁difference",
+        0.0
+      ],
+      [
+        "âĢ¢",
+        0.0
+      ],
+      [
+        "▁View",
+        0.0
+      ],
+      [
+        "▁Wednesday",
+        0.0
+      ],
+      [
+        "▁although",
+        0.0
+      ],
+      [
+        "▁relative",
+        0.0
+      ],
+      [
+        "▁application",
+        0.0
+      ],
+      [
+        "atever",
+        0.0
+      ],
+      [
+        "▁aren",
+        0.0
+      ],
+      [
+        "▁myself",
+        0.0
+      ],
+      [
+        "▁imag",
+        0.0
+      ],
+      [
+        "▁dise",
+        0.0
+      ],
+      [
+        "▁society",
+        0.0
+      ],
+      [
+        "▁frequ",
+        0.0
+      ],
+      [
+        "▁English",
+        0.0
+      ],
+      [
+        "▁poor",
+        0.0
+      ],
+      [
+        "▁Day",
+        0.0
+      ],
+      [
+        "▁writing",
+        0.0
+      ],
+      [
+        "▁seven",
+        0.0
+      ],
+      [
+        "▁starting",
+        0.0
+      ],
+      [
+        "▁bud",
+        0.0
+      ],
+      [
+        "▁print",
+        0.0
+      ],
+      [
+        "▁Trans",
+        0.0
+      ],
+      [
+        "ufact",
+        0.0
+      ],
+      [
+        "▁Stud",
+        0.0
+      ],
+      [
+        "new",
+        0.0
+      ],
+      [
+        "▁crim",
+        0.0
+      ],
+      [
+        "▁gives",
+        0.0
+      ],
+      [
+        "▁cool",
+        0.0
+      ],
+      [
+        "ae",
+        0.0
+      ],
+      [
+        "iance",
+        0.0
+      ],
+      [
+        "▁General",
+        0.0
+      ],
+      [
+        "▁thinking",
+        0.0
+      ],
+      [
+        "▁save",
+        0.0
+      ],
+      [
+        "▁limited",
+        0.0
+      ],
+      [
+        "▁Party",
+        0.0
+      ],
+      [
+        "▁meaning",
+        0.0
+      ],
+      [
+        "pen",
+        0.0
+      ],
+      [
+        "owers",
+        0.0
+      ],
+      [
+        "▁Jack",
+        0.0
+      ],
+      [
+        "EM",
+        0.0
+      ],
+      [
+        "▁nice",
+        0.0
+      ],
+      [
+        "rupt",
+        0.0
+      ],
+      [
+        "▁gas",
+        0.0
+      ],
+      [
+        "▁eight",
+        0.0
+      ],
+      [
+        "▁feet",
+        0.0
+      ],
+      [
+        "▁effort",
+        0.0
+      ],
+      [
+        "▁ign",
+        0.0
+      ],
+      [
+        "icit",
+        0.0
+      ],
+      [
+        "Bl",
+        0.0
+      ],
+      [
+        "coin",
+        0.0
+      ],
+      [
+        "▁opin",
+        0.0
+      ],
+      [
+        "▁brain",
+        0.0
+      ],
+      [
+        "While",
+        0.0
+      ],
+      [
+        "hest",
+        0.0
+      ],
+      [
+        "▁Thursday",
+        0.0
+      ],
+      [
+        "▁wouldn",
+        0.0
+      ],
+      [
+        "aughter",
+        0.0
+      ],
+      [
+        "▁touch",
+        0.0
+      ],
+      [
+        "lements",
+        0.0
+      ],
+      [
+        "▁studies",
+        0.0
+      ],
+      [
+        "▁center",
+        0.0
+      ],
+      [
+        "cont",
+        0.0
+      ],
+      [
+        "orge",
+        0.0
+      ],
+      [
+        "▁computer",
+        0.0
+      ],
+      [
+        "▁investigation",
+        0.0
+      ],
+      [
+        "Pl",
+        0.0
+      ],
+      [
+        "orks",
+        0.0
+      ],
+      [
+        "▁2008",
+        0.0
+      ],
+      [
+        "▁increasing",
+        0.0
+      ],
+      [
+        "▁store",
+        0.0
+      ],
+      [
+        "▁comments",
+        0.0
+      ],
+      [
+        "▁bal",
+        0.0
+      ],
+      [
+        "men",
+        0.0
+      ],
+      [
+        "▁doll",
+        0.0
+      ],
+      [
+        "▁liber",
+        0.0
+      ],
+      [
+        "▁wife",
+        0.0
+      ],
+      [
+        "▁laws",
+        0.0
+      ],
+      [
+        "aturday",
+        0.0
+      ],
+      [
+        "itness",
+        0.0
+      ],
+      [
+        "▁modern",
+        0.0
+      ],
+      [
+        "▁Sk",
+        0.0
+      ],
+      [
+        "▁administration",
+        0.0
+      ],
+      [
+        "▁opportunity",
+        0.0
+      ],
+      [
+        "▁sal",
+        0.0
+      ],
+      [
+        "▁powerful",
+        0.0
+      ],
+      [
+        "My",
+        0.0
+      ],
+      [
+        "▁claims",
+        0.0
+      ],
+      [
+        "▁Earth",
+        0.0
+      ],
+      [
+        "ords",
+        0.0
+      ],
+      [
+        "▁title",
+        0.0
+      ],
+      [
+        "▁esc",
+        0.0
+      ],
+      [
+        "name",
+        0.0
+      ],
+      [
+        "Not",
+        0.0
+      ],
+      [
+        "omen",
+        0.0
+      ],
+      [
+        "▁beyond",
+        0.0
+      ],
+      [
+        "▁camer",
+        0.0
+      ],
+      [
+        "▁sell",
+        0.0
+      ],
+      [
+        "itute",
+        0.0
+      ],
+      [
+        "earch",
+        0.0
+      ],
+      [
+        "▁appl",
+        0.0
+      ],
+      [
+        "iment",
+        0.0
+      ],
+      [
+        "42",
+        0.0
+      ],
+      [
+        "▁Art",
+        0.0
+      ],
+      [
+        "▁unf",
+        0.0
+      ],
+      [
+        "▁violence",
+        0.0
+      ],
+      [
+        "urg",
+        0.0
+      ],
+      [
+        "▁East",
+        0.0
+      ],
+      [
+        "▁compared",
+        0.0
+      ],
+      [
+        "▁options",
+        0.0
+      ],
+      [
+        "▁throughout",
+        0.0
+      ],
+      [
+        "▁vs",
+        0.0
+      ],
+      [
+        "igr",
+        0.0
+      ],
+      [
+        ".[",
+        0.0
+      ],
+      [
+        "aches",
+        0.0
+      ],
+      [
+        "78",
+        0.0
+      ],
+      [
+        "▁files",
+        0.0
+      ],
+      [
+        "FL",
+        0.0
+      ],
+      [
+        "EL",
+        0.0
+      ],
+      [
+        "arian",
+        0.0
+      ],
+      [
+        "▁James",
+        0.0
+      ],
+      [
+        "▁Air",
+        0.0
+      ],
+      [
+        "anch",
+        0.0
+      ],
+      [
+        "▁detail",
+        0.0
+      ],
+      [
+        "▁piece",
+        0.0
+      ],
+      [
+        "PS",
+        0.0
+      ],
+      [
+        "▁named",
+        0.0
+      ],
+      [
+        "▁education",
+        0.0
+      ],
+      [
+        "▁drive",
+        0.0
+      ],
+      [
+        "▁items",
+        0.0
+      ],
+      [
+        "▁student",
+        0.0
+      ],
+      [
+        "iced",
+        0.0
+      ],
+      [
+        "::",
+        0.0
+      ],
+      [
+        "ico",
+        0.0
+      ],
+      [
+        "▁throw",
+        0.0
+      ],
+      [
+        "▁scene",
+        0.0
+      ],
+      [
+        "▁complex",
+        0.0
+      ],
+      [
+        "▁2009",
+        0.0
+      ],
+      [
+        "▁prec",
+        0.0
+      ],
+      [
+        "▁Bre",
+        0.0
+      ],
+      [
+        "79",
+        0.0
+      ],
+      [
+        "▁concept",
+        0.0
+      ],
+      [
+        "▁status",
+        0.0
+      ],
+      [
+        "aming",
+        0.0
+      ],
+      [
+        "▁died",
+        0.0
+      ],
+      [
+        "▁knowledge",
+        0.0
+      ],
+      [
+        "▁beginning",
+        0.0
+      ],
+      [
+        "OD",
+        0.0
+      ],
+      [
+        "ruary",
+        0.0
+      ],
+      [
+        "▁certainly",
+        0.0
+      ],
+      [
+        "▁guys",
+        0.0
+      ],
+      [
+        "▁slight",
+        0.0
+      ],
+      [
+        "inn",
+        0.0
+      ],
+      [
+        "ounds",
+        0.0
+      ],
+      [
+        "▁fine",
+        0.0
+      ],
+      [
+        "▁fat",
+        0.0
+      ],
+      [
+        "ications",
+        0.0
+      ],
+      [
+        "▁perhaps",
+        0.0
+      ],
+      [
+        "▁Ant",
+        0.0
+      ],
+      [
+        "▁income",
+        0.0
+      ],
+      [
+        "▁https",
+        0.0
+      ],
+      [
+        "▁majority",
+        0.0
+      ],
+      [
+        "ports",
+        0.0
+      ],
+      [
+        "ston",
+        0.0
+      ],
+      [
+        "▁greater",
+        0.0
+      ],
+      [
+        "▁feed",
+        0.0
+      ],
+      [
+        "entially",
+        0.0
+      ],
+      [
+        "▁safety",
+        0.0
+      ],
+      [
+        "▁unique",
+        0.0
+      ],
+      [
+        "andom",
+        0.0
+      ],
+      [
+        "▁gone",
+        0.0
+      ],
+      [
+        "▁showed",
+        0.0
+      ],
+      [
+        "▁histor",
+        0.0
+      ],
+      [
+        "▁counter",
+        0.0
+      ],
+      [
+        "ius",
+        0.0
+      ],
+      [
+        "ida",
+        0.0
+      ],
+      [
+        "▁leading",
+        0.0
+      ],
+      [
+        "ipe",
+        0.0
+      ],
+      [
+        "▁send",
+        0.0
+      ],
+      [
+        "▁Donald",
+        0.0
+      ],
+      [
+        "erve",
+        0.0
+      ],
+      [
+        "▁defense",
+        0.0
+      ],
+      [
+        "inese",
+        0.0
+      ],
+      [
+        "▁yes",
+        0.0
+      ],
+      [
+        "▁Fire",
+        0.0
+      ],
+      [
+        "▁Muslim",
+        0.0
+      ],
+      [
+        "raq",
+        0.0
+      ],
+      [
+        "▁continued",
+        0.0
+      ],
+      [
+        "osh",
+        0.0
+      ],
+      [
+        "▁provides",
+        0.0
+      ],
+      [
+        "▁prison",
+        0.0
+      ],
+      [
+        "▁Pre",
+        0.0
+      ],
+      [
+        "▁happy",
+        0.0
+      ],
+      [
+        "▁economy",
+        0.0
+      ],
+      [
+        "▁trust",
+        0.0
+      ],
+      [
+        "ags",
+        0.0
+      ],
+      [
+        "▁Game",
+        0.0
+      ],
+      [
+        "▁weapons",
+        0.0
+      ],
+      [
+        "uman",
+        0.0
+      ],
+      [
+        "▁Cle",
+        0.0
+      ],
+      [
+        "itation",
+        0.0
+      ],
+      [
+        "▁analysis",
+        0.0
+      ],
+      [
+        "▁Times",
+        0.0
+      ],
+      [
+        "▁science",
+        0.0
+      ],
+      [
+        "->",
+        0.0
+      ],
+      [
+        "▁figure",
+        0.0
+      ],
+      [
+        "▁disapp",
+        0.0
+      ],
+      [
+        "enty",
+        0.0
+      ],
+      [
+        "▁software",
+        0.0
+      ],
+      [
+        "▁ult",
+        0.0
+      ],
+      [
+        "▁officers",
+        0.0
+      ],
+      [
+        "New",
+        0.0
+      ],
+      [
+        "Is",
+        0.0
+      ],
+      [
+        "▁remains",
+        0.0
+      ],
+      [
+        "▁India",
+        0.0
+      ],
+      [
+        "▁psych",
+        0.0
+      ],
+      [
+        "rief",
+        0.0
+      ],
+      [
+        "▁cat",
+        0.0
+      ],
+      [
+        "esc",
+        0.0
+      ],
+      [
+        "▁observ",
+        0.0
+      ],
+      [
+        "▁stage",
+        0.0
+      ],
+      [
+        "▁Dark",
+        0.0
+      ],
+      [
+        "▁enter",
+        0.0
+      ],
+      [
+        "change",
+        0.0
+      ],
+      [
+        "▁passed",
+        0.0
+      ],
+      [
+        "▁despite",
+        0.0
+      ],
+      [
+        "▁Out",
+        0.0
+      ],
+      [
+        "▁movie",
+        0.0
+      ],
+      [
+        "rs",
+        0.0
+      ],
+      [
+        "▁voice",
+        0.0
+      ],
+      [
+        "mine",
+        0.0
+      ],
+      [
+        "▁Play",
+        0.0
+      ],
+      [
+        "▁toward",
+        0.0
+      ],
+      [
+        "▁Ter",
+        0.0
+      ],
+      [
+        "▁region",
+        0.0
+      ],
+      [
+        "▁values",
+        0.0
+      ],
+      [
+        "orters",
+        0.0
+      ],
+      [
+        "▁mount",
+        0.0
+      ],
+      [
+        "▁officer",
+        0.0
+      ],
+      [
+        "▁Other",
+        0.0
+      ],
+      [
+        "ban",
+        0.0
+      ],
+      [
+        "▁hous",
+        0.0
+      ],
+      [
+        "wood",
+        0.0
+      ],
+      [
+        "room",
+        0.0
+      ],
+      [
+        "IV",
+        0.0
+      ],
+      [
+        "▁Sun",
+        0.0
+      ],
+      [
+        "see",
+        0.0
+      ],
+      [
+        "▁Over",
+        0.0
+      ],
+      [
+        "rog",
+        0.0
+      ],
+      [
+        "90",
+        0.0
+      ],
+      [
+        "▁lay",
+        0.0
+      ],
+      [
+        "▁Tur",
+        0.0
+      ],
+      [
+        "awn",
+        0.0
+      ],
+      [
+        "▁pressure",
+        0.0
+      ],
+      [
+        "▁Sub",
+        0.0
+      ],
+      [
+        "▁books",
+        0.0
+      ],
+      [
+        "edom",
+        0.0
+      ],
+      [
+        "▁Sand",
+        0.0
+      ],
+      [
+        "AA",
+        0.0
+      ],
+      [
+        "ago",
+        0.0
+      ],
+      [
+        "▁reasons",
+        0.0
+      ],
+      [
+        "ford",
+        0.0
+      ],
+      [
+        "▁activity",
+        0.0
+      ],
+      [
+        "UT",
+        0.0
+      ],
+      [
+        "Now",
+        0.0
+      ],
+      [
+        "▁Senate",
+        0.0
+      ],
+      [
+        "cell",
+        0.0
+      ],
+      [
+        "night",
+        0.0
+      ],
+      [
+        "▁calls",
+        0.0
+      ],
+      [
+        "inter",
+        0.0
+      ],
+      [
+        "▁letter",
+        0.0
+      ],
+      [
+        "▁Rob",
+        0.0
+      ],
+      [
+        "▁Je",
+        0.0
+      ],
+      [
+        "▁choose",
+        0.0
+      ],
+      [
+        "▁Law",
+        0.0
+      ],
+      [
+        "Get",
+        0.0
+      ],
+      [
+        "Be",
+        0.0
+      ],
+      [
+        "▁rob",
+        0.0
+      ],
+      [
+        "▁types",
+        0.0
+      ],
+      [
+        "▁platform",
+        0.0
+      ],
+      [
+        "▁quarter",
+        0.0
+      ],
+      [
+        "RA",
+        0.0
+      ],
+      [
+        "▁Time",
+        0.0
+      ],
+      [
+        "▁maybe",
+        0.0
+      ],
+      [
+        "▁Cr",
+        0.0
+      ],
+      [
+        "95",
+        0.0
+      ],
+      [
+        "pre",
+        0.0
+      ],
+      [
+        "▁moving",
+        0.0
+      ],
+      [
+        "▁lif",
+        0.0
+      ],
+      [
+        "▁gold",
+        0.0
+      ],
+      [
+        "▁som",
+        0.0
+      ],
+      [
+        "▁patients",
+        0.0
+      ],
+      [
+        "▁truth",
+        0.0
+      ],
+      [
+        "▁Ke",
+        0.0
+      ],
+      [
+        "urance",
+        0.0
+      ],
+      [
+        "antly",
+        0.0
+      ],
+      [
+        "mar",
+        0.0
+      ],
+      [
+        "▁charge",
+        0.0
+      ],
+      [
+        "▁Great",
+        0.0
+      ],
+      [
+        "▁cele",
+        0.0
+      ],
+      [
+        "--------------------------------",
+        0.0
+      ],
+      [
+        "▁rock",
+        0.0
+      ],
+      [
+        "roid",
+        0.0
+      ],
+      [
+        "ancy",
+        0.0
+      ],
+      [
+        "▁credit",
+        0.0
+      ],
+      [
+        "aud",
+        0.0
+      ],
+      [
+        "By",
+        0.0
+      ],
+      [
+        "▁Every",
+        0.0
+      ],
+      [
+        "▁moved",
+        0.0
+      ],
+      [
+        "inger",
+        0.0
+      ],
+      [
+        "ribution",
+        0.0
+      ],
+      [
+        "▁names",
+        0.0
+      ],
+      [
+        "▁straight",
+        0.0
+      ],
+      [
+        "▁Health",
+        0.0
+      ],
+      [
+        "▁Well",
+        0.0
+      ],
+      [
+        "▁feature",
+        0.0
+      ],
+      [
+        "▁rule",
+        0.0
+      ],
+      [
+        "▁sche",
+        0.0
+      ],
+      [
+        "inated",
+        0.0
+      ],
+      [
+        "▁Michael",
+        0.0
+      ],
+      [
+        "berg",
+        0.0
+      ],
+      [
+        "41",
+        0.0
+      ],
+      [
+        "iled",
+        0.0
+      ],
+      [
+        "band",
+        0.0
+      ],
+      [
+        "▁click",
+        0.0
+      ],
+      [
+        "▁Angel",
+        0.0
+      ],
+      [
+        "onents",
+        0.0
+      ],
+      [
+        "ÂŃ",
+        0.0
+      ],
+      [
+        "▁Iraq",
+        0.0
+      ],
+      [
+        "▁Saturday",
+        0.0
+      ],
+      [
+        "▁aware",
+        0.0
+      ],
+      [
+        "part",
+        0.0
+      ],
+      [
+        "▁pattern",
+        0.0
+      ],
+      [
+        "OW",
+        0.0
+      ],
+      [
+        "▁Let",
+        0.0
+      ],
+      [
+        "▁grad",
+        0.0
+      ],
+      [
+        "igned",
+        0.0
+      ],
+      [
+        "▁associated",
+        0.0
+      ],
+      [
+        "▁style",
+        0.0
+      ],
+      [
+        "no",
+        0.0
+      ],
+      [
+        "iation",
+        0.0
+      ],
+      [
+        "aith",
+        0.0
+      ],
+      [
+        "ilies",
+        0.0
+      ],
+      [
+        "▁stories",
+        0.0
+      ],
+      [
+        "uration",
+        0.0
+      ],
+      [
+        "▁individuals",
+        0.0
+      ],
+      [
+        "▁âĢ¦",
+        0.0
+      ],
+      [
+        "miss",
+        0.0
+      ],
+      [
+        "▁Associ",
+        0.0
+      ],
+      [
+        "ishing",
+        0.0
+      ],
+      [
+        "aby",
+        0.0
+      ],
+      [
+        "▁summer",
+        0.0
+      ],
+      [
+        "▁Ben",
+        0.0
+      ],
+      [
+        "▁32",
+        0.0
+      ],
+      [
+        "▁arch",
+        0.0
+      ],
+      [
+        "uty",
+        0.0
+      ],
+      [
+        "▁Texas",
+        0.0
+      ],
+      [
+        "hol",
+        0.0
+      ],
+      [
+        "▁fully",
+        0.0
+      ],
+      [
+        "▁mill",
+        0.0
+      ],
+      [
+        "▁followed",
+        0.0
+      ],
+      [
+        "▁Bill",
+        0.0
+      ],
+      [
+        "▁Indian",
+        0.0
+      ],
+      [
+        "▁Secret",
+        0.0
+      ],
+      [
+        "▁Bel",
+        0.0
+      ],
+      [
+        "▁February",
+        0.0
+      ],
+      [
+        "▁jobs",
+        0.0
+      ],
+      [
+        "▁seemed",
+        0.0
+      ],
+      [
+        "▁Govern",
+        0.0
+      ],
+      [
+        "ipped",
+        0.0
+      ],
+      [
+        "▁reality",
+        0.0
+      ],
+      [
+        "▁lines",
+        0.0
+      ],
+      [
+        "▁park",
+        0.0
+      ],
+      [
+        "▁measure",
+        0.0
+      ],
+      [
+        "▁Our",
+        0.0
+      ],
+      [
+        "IM",
+        0.0
+      ],
+      [
+        "▁brother",
+        0.0
+      ],
+      [
+        "▁growing",
+        0.0
+      ],
+      [
+        "▁ban",
+        0.0
+      ],
+      [
+        "▁estim",
+        0.0
+      ],
+      [
+        "▁cry",
+        0.0
+      ],
+      [
+        "▁School",
+        0.0
+      ],
+      [
+        "▁mechan",
+        0.0
+      ],
+      [
+        "▁OF",
+        0.0
+      ],
+      [
+        "▁Windows",
+        0.0
+      ],
+      [
+        "▁rates",
+        0.0
+      ],
+      [
+        "▁Oh",
+        0.0
+      ],
+      [
+        "▁positive",
+        0.0
+      ],
+      [
+        "▁culture",
+        0.0
+      ],
+      [
+        "istics",
+        0.0
+      ],
+      [
+        "ica",
+        0.0
+      ],
+      [
+        "▁har",
+        0.0
+      ],
+      [
+        "ya",
+        0.0
+      ],
+      [
+        "itely",
+        0.0
+      ],
+      [
+        "ipp",
+        0.0
+      ],
+      [
+        "▁map",
+        0.0
+      ],
+      [
+        "encies",
+        0.0
+      ],
+      [
+        "▁William",
+        0.0
+      ],
+      [
+        "II",
+        0.0
+      ],
+      [
+        "akers",
+        0.0
+      ],
+      [
+        "56",
+        0.0
+      ],
+      [
+        "▁Mart",
+        0.0
+      ],
+      [
+        "▁Rem",
+        0.0
+      ],
+      [
+        "▁altern",
+        0.0
+      ],
+      [
+        "itude",
+        0.0
+      ],
+      [
+        "▁coach",
+        0.0
+      ],
+      [
+        "rowd",
+        0.0
+      ],
+      [
+        "Don",
+        0.0
+      ],
+      [
+        "▁kids",
+        0.0
+      ],
+      [
+        "▁journal",
+        0.0
+      ],
+      [
+        "▁corpor",
+        0.0
+      ],
+      [
+        "▁false",
+        0.0
+      ],
+      [
+        "▁web",
+        0.0
+      ],
+      [
+        "▁sleep",
+        0.0
+      ],
+      [
+        "▁contain",
+        0.0
+      ],
+      [
+        "▁sto",
+        0.0
+      ],
+      [
+        "▁bed",
+        0.0
+      ],
+      [
+        "iverse",
+        0.0
+      ],
+      [
+        "▁Rich",
+        0.0
+      ],
+      [
+        "▁Chinese",
+        0.0
+      ],
+      [
+        "▁pun",
+        0.0
+      ],
+      [
+        "▁meant",
+        0.0
+      ],
+      [
+        "known",
+        0.0
+      ],
+      [
+        "▁notice",
+        0.0
+      ],
+      [
+        "▁favorite",
+        0.0
+      ],
+      [
+        "aven",
+        0.0
+      ],
+      [
+        "▁condition",
+        0.0
+      ],
+      [
+        "▁purpose",
+        0.0
+      ],
+      [
+        "))",
+        0.0
+      ],
+      [
+        "▁organization",
+        0.0
+      ],
+      [
+        "▁challeng",
+        0.0
+      ],
+      [
+        "▁manufact",
+        0.0
+      ],
+      [
+        "▁susp",
+        0.0
+      ],
+      [
+        "▁Ac",
+        0.0
+      ],
+      [
+        "▁critic",
+        0.0
+      ],
+      [
+        "unes",
+        0.0
+      ],
+      [
+        "uclear",
+        0.0
+      ],
+      [
+        "▁mer",
+        0.0
+      ],
+      [
+        "vention",
+        0.0
+      ],
+      [
+        "▁80",
+        0.0
+      ],
+      [
+        "▁mist",
+        0.0
+      ],
+      [
+        "▁Us",
+        0.0
+      ],
+      [
+        "▁Tor",
+        0.0
+      ],
+      [
+        "http",
+        0.0
+      ],
+      [
+        "olf",
+        0.0
+      ],
+      [
+        "▁larger",
+        0.0
+      ],
+      [
+        "▁advant",
+        0.0
+      ],
+      [
+        "▁resear",
+        0.0
+      ],
+      [
+        "▁actions",
+        0.0
+      ],
+      [
+        "ml",
+        0.0
+      ],
+      [
+        "▁kept",
+        0.0
+      ],
+      [
+        "▁aim",
+        0.0
+      ],
+      [
+        ",'",
+        0.0
+      ],
+      [
+        "col",
+        0.0
+      ],
+      [
+        "▁benefits",
+        0.0
+      ],
+      [
+        "ifying",
+        0.0
+      ],
+      [
+        "▁actual",
+        0.0
+      ],
+      [
+        "▁International",
+        0.0
+      ],
+      [
+        "▁vehicle",
+        0.0
+      ],
+      [
+        "▁chief",
+        0.0
+      ],
+      [
+        "▁efforts",
+        0.0
+      ],
+      [
+        "▁League",
+        0.0
+      ],
+      [
+        "▁Most",
+        0.0
+      ],
+      [
+        "▁wait",
+        0.0
+      ],
+      [
+        "▁adult",
+        0.0
+      ],
+      [
+        "▁overall",
+        0.0
+      ],
+      [
+        "▁speech",
+        0.0
+      ],
+      [
+        "▁highly",
+        0.0
+      ],
+      [
+        "▁female",
+        0.0
+      ],
+      [
+        "▁error",
+        0.0
+      ],
+      [
+        "▁effective",
+        0.0
+      ],
+      [
+        "54",
+        0.0
+      ],
+      [
+        "▁encour",
+        0.0
+      ],
+      [
+        "well",
+        0.0
+      ],
+      [
+        "▁failed",
+        0.0
+      ],
+      [
+        "▁conserv",
+        0.0
+      ],
+      [
+        "▁programs",
+        0.0
+      ],
+      [
+        "▁trou",
+        0.0
+      ],
+      [
+        "▁ahead",
+        0.0
+      ],
+      [
+        "500",
+        0.0
+      ],
+      [
+        "vertisement",
+        0.0
+      ],
+      [
+        "IP",
+        0.0
+      ],
+      [
+        "▁Found",
+        0.0
+      ],
+      [
+        "pir",
+        0.0
+      ],
+      [
+        "▁%",
+        0.0
+      ],
+      [
+        "▁crime",
+        0.0
+      ],
+      [
+        "ander",
+        0.0
+      ],
+      [
+        "▁location",
+        0.0
+      ],
+      [
+        "▁Iran",
+        0.0
+      ],
+      [
+        "▁behavior",
+        0.0
+      ],
+      [
+        "azing",
+        0.0
+      ],
+      [
+        "▁rare",
+        0.0
+      ],
+      [
+        "▁emb",
+        0.0
+      ],
+      [
+        "▁caused",
+        0.0
+      ],
+      [
+        "▁ship",
+        0.0
+      ],
+      [
+        "▁active",
+        0.0
+      ],
+      [
+        "▁contribut",
+        0.0
+      ],
+      [
+        "▁green",
+        0.0
+      ],
+      [
+        "▁acqu",
+        0.0
+      ],
+      [
+        "▁reflect",
+        0.0
+      ],
+      [
+        "venue",
+        0.0
+      ],
+      [
+        "▁firm",
+        0.0
+      ],
+      [
+        "▁birth",
+        0.0
+      ],
+      [
+        "].",
+        0.0
+      ],
+      [
+        "▁clearly",
+        0.0
+      ],
+      [
+        "▁emot",
+        0.0
+      ],
+      [
+        "▁agency",
+        0.0
+      ],
+      [
+        "riage",
+        0.0
+      ],
+      [
+        "▁memory",
+        0.0
+      ],
+      [
+        "98",
+        0.0
+      ],
+      [
+        "SA",
+        0.0
+      ],
+      [
+        "▁See",
+        0.0
+      ],
+      [
+        "acing",
+        0.0
+      ],
+      [
+        "CC",
+        0.0
+      ],
+      [
+        "▁biggest",
+        0.0
+      ],
+      [
+        "▁rap",
+        0.0
+      ],
+      [
+        "▁basic",
+        0.0
+      ],
+      [
+        "▁band",
+        0.0
+      ],
+      [
+        "eat",
+        0.0
+      ],
+      [
+        "▁suspect",
+        0.0
+      ],
+      [
+        "▁Mac",
+        0.0
+      ],
+      [
+        "▁90",
+        0.0
+      ],
+      [
+        "mark",
+        0.0
+      ],
+      [
+        "istan",
+        0.0
+      ],
+      [
+        "▁spread",
+        0.0
+      ],
+      [
+        "ams",
+        0.0
+      ],
+      [
+        "ki",
+        0.0
+      ],
+      [
+        "asy",
+        0.0
+      ],
+      [
+        "rav",
+        0.0
+      ],
+      [
+        "▁Rober",
+        0.0
+      ],
+      [
+        "▁demonstr",
+        0.0
+      ],
+      [
+        "rated",
+        0.0
+      ],
+      [
+        "▁absolute",
+        0.0
+      ],
+      [
+        "▁places",
+        0.0
+      ],
+      [
+        "▁impl",
+        0.0
+      ],
+      [
+        "ibrary",
+        0.0
+      ],
+      [
+        "▁cards",
+        0.0
+      ],
+      [
+        "▁destroy",
+        0.0
+      ],
+      [
+        "▁virt",
+        0.0
+      ],
+      [
+        "vere",
+        0.0
+      ],
+      [
+        "▁appeared",
+        0.0
+      ],
+      [
+        "yan",
+        0.0
+      ],
+      [
+        "point",
+        0.0
+      ],
+      [
+        "▁beg",
+        0.0
+      ],
+      [
+        "▁temper",
+        0.0
+      ],
+      [
+        "spe",
+        0.0
+      ],
+      [
+        "anted",
+        0.0
+      ],
+      [
+        "ears",
+        0.0
+      ],
+      [
+        "▁Direct",
+        0.0
+      ],
+      [
+        "▁length",
+        0.0
+      ],
+      [
+        "▁blog",
+        0.0
+      ],
+      [
+        "amb",
+        0.0
+      ],
+      [
+        "▁integ",
+        0.0
+      ],
+      [
+        "▁resources",
+        0.0
+      ],
+      [
+        "acc",
+        0.0
+      ],
+      [
+        "iful",
+        0.0
+      ],
+      [
+        "▁spot",
+        0.0
+      ],
+      [
+        "▁forced",
+        0.0
+      ],
+      [
+        "▁thousands",
+        0.0
+      ],
+      [
+        "▁Minister",
+        0.0
+      ],
+      [
+        "▁qual",
+        0.0
+      ],
+      [
+        "▁French",
+        0.0
+      ],
+      [
+        "atically",
+        0.0
+      ],
+      [
+        "▁generally",
+        0.0
+      ],
+      [
+        "▁drink",
+        0.0
+      ],
+      [
+        "▁thus",
+        0.0
+      ],
+      [
+        "IL",
+        0.0
+      ],
+      [
+        "odes",
+        0.0
+      ],
+      [
+        "▁appropri",
+        0.0
+      ],
+      [
+        "▁Read",
+        0.0
+      ],
+      [
+        "▁whom",
+        0.0
+      ],
+      [
+        "▁eye",
+        0.0
+      ],
+      [
+        "▁college",
+        0.0
+      ],
+      [
+        "▁45",
+        0.0
+      ],
+      [
+        "irection",
+        0.0
+      ],
+      [
+        "▁ensure",
+        0.0
+      ],
+      [
+        "▁apparent",
+        0.0
+      ],
+      [
+        "iders",
+        0.0
+      ],
+      [
+        "▁religious",
+        0.0
+      ],
+      [
+        "▁minor",
+        0.0
+      ],
+      [
+        "olic",
+        0.0
+      ],
+      [
+        "▁tro",
+        0.0
+      ],
+      [
+        "▁Why",
+        0.0
+      ],
+      [
+        "ribute",
+        0.0
+      ],
+      [
+        "met",
+        0.0
+      ],
+      [
+        "▁primary",
+        0.0
+      ],
+      [
+        "▁developed",
+        0.0
+      ],
+      [
+        "▁peace",
+        0.0
+      ],
+      [
+        "▁skin",
+        0.0
+      ],
+      [
+        "ste",
+        0.0
+      ],
+      [
+        "ava",
+        0.0
+      ],
+      [
+        "▁blue",
+        0.0
+      ],
+      [
+        "▁families",
+        0.0
+      ],
+      [
+        "▁ir",
+        0.0
+      ],
+      [
+        "▁apply",
+        0.0
+      ],
+      [
+        "▁inform",
+        0.0
+      ],
+      [
+        "▁Smith",
+        0.0
+      ],
+      [
+        "CT",
+        0.0
+      ],
+      [
+        "ii",
+        0.0
+      ],
+      [
+        "▁limit",
+        0.0
+      ],
+      [
+        "▁resist",
+        0.0
+      ],
+      [
+        "................",
+        0.0
+      ],
+      [
+        "umn",
+        0.0
+      ],
+      [
+        "▁conflic",
+        0.0
+      ],
+      [
+        "▁twe",
+        0.0
+      ],
+      [
+        "udd",
+        0.0
+      ],
+      [
+        "▁Tom",
+        0.0
+      ],
+      [
+        "▁liter",
+        0.0
+      ],
+      [
+        "que",
+        0.0
+      ],
+      [
+        "bon",
+        0.0
+      ],
+      [
+        "▁hair",
+        0.0
+      ],
+      [
+        "▁eventually",
+        0.0
+      ],
+      [
+        "▁pus",
+        0.0
+      ],
+      [
+        "▁helped",
+        0.0
+      ],
+      [
+        "▁agg",
+        0.0
+      ],
+      [
+        "orney",
+        0.0
+      ],
+      [
+        "▁Apple",
+        0.0
+      ],
+      [
+        "▁fit",
+        0.0
+      ],
+      [
+        "▁Sur",
+        0.0
+      ],
+      [
+        "▁prem",
+        0.0
+      ],
+      [
+        "▁sales",
+        0.0
+      ],
+      [
+        "▁seconds",
+        0.0
+      ],
+      [
+        "▁strength",
+        0.0
+      ],
+      [
+        "▁feeling",
+        0.0
+      ],
+      [
+        "¿½",
+        0.0
+      ],
+      [
+        "▁tour",
+        0.0
+      ],
+      [
+        "▁knows",
+        0.0
+      ],
+      [
+        "oom",
+        0.0
+      ],
+      [
+        "▁exerc",
+        0.0
+      ],
+      [
+        "▁somew",
+        0.0
+      ],
+      [
+        "�",
+        0.0
+      ],
+      [
+        ">>",
+        0.0
+      ],
+      [
+        "▁spokes",
+        0.0
+      ],
+      [
+        "▁ideas",
+        0.0
+      ],
+      [
+        "▁regist",
+        0.0
+      ],
+      [
+        "soft",
+        0.0
+      ],
+      [
+        "▁Del",
+        0.0
+      ],
+      [
+        "▁PC",
+        0.0
+      ],
+      [
+        "▁propos",
+        0.0
+      ],
+      [
+        "▁launch",
+        0.0
+      ],
+      [
+        "▁bottom",
+        0.0
+      ],
+      [
+        "TH",
+        0.0
+      ],
+      [
+        "▁Please",
+        0.0
+      ],
+      [
+        "vest",
+        0.0
+      ],
+      [
+        "itz",
+        0.0
+      ],
+      [
+        "▁Inter",
+        0.0
+      ],
+      [
+        "▁script",
+        0.0
+      ],
+      [
+        "▁rat",
+        0.0
+      ],
+      [
+        "arning",
+        0.0
+      ],
+      [
+        "▁il",
+        0.0
+      ],
+      [
+        "▁Jer",
+        0.0
+      ],
+      [
+        "▁Are",
+        0.0
+      ],
+      [
+        "▁whatever",
+        0.0
+      ],
+      [
+        "oken",
+        0.0
+      ],
+      [
+        "cience",
+        0.0
+      ],
+      [
+        "▁mode",
+        0.0
+      ],
+      [
+        "▁agree",
+        0.0
+      ],
+      [
+        "▁sources",
+        0.0
+      ],
+      [
+        "▁initial",
+        0.0
+      ],
+      [
+        "▁restrict",
+        0.0
+      ],
+      [
+        "▁wonder",
+        0.0
+      ],
+      [
+        "usion",
+        0.0
+      ],
+      [
+        "####",
+        0.0
+      ],
+      [
+        "▁Sil",
+        0.0
+      ],
+      [
+        "ville",
+        0.0
+      ],
+      [
+        "▁burn",
+        0.0
+      ],
+      [
+        "tw",
+        0.0
+      ],
+      [
+        "asion",
+        0.0
+      ],
+      [
+        "▁£",
+        0.0
+      ],
+      [
+        "▁nor",
+        0.0
+      ],
+      [
+        "uing",
+        0.0
+      ],
+      [
+        "▁reached",
+        0.0
+      ],
+      [
+        "▁sun",
+        0.0
+      ],
+      [
+        "▁categ",
+        0.0
+      ],
+      [
+        "igration",
+        0.0
+      ],
+      [
+        "▁cook",
+        0.0
+      ],
+      [
+        "▁promot",
+        0.0
+      ],
+      [
+        "▁male",
+        0.0
+      ],
+      [
+        "▁climate",
+        0.0
+      ],
+      [
+        "▁fix",
+        0.0
+      ],
+      [
+        "▁alleged",
+        0.0
+      ],
+      [
+        "UR",
+        0.0
+      ],
+      [
+        "alled",
+        0.0
+      ],
+      [
+        "▁images",
+        0.0
+      ],
+      [
+        "Cont",
+        0.0
+      ],
+      [
+        "ota",
+        0.0
+      ],
+      [
+        "▁schools",
+        0.0
+      ],
+      [
+        "ios",
+        0.0
+      ],
+      [
+        "▁drop",
+        0.0
+      ],
+      [
+        "▁stream",
+        0.0
+      ],
+      [
+        "▁Mo",
+        0.0
+      ],
+      [
+        "▁previously",
+        0.0
+      ],
+      [
+        "aling",
+        0.0
+      ],
+      [
+        "▁pet",
+        0.0
+      ],
+      [
+        "▁double",
+        0.0
+      ],
+      [
+        "▁(@",
+        0.0
+      ],
+      [
+        "annel",
+        0.0
+      ],
+      [
+        "▁default",
+        0.0
+      ],
+      [
+        "ties",
+        0.0
+      ],
+      [
+        "▁rank",
+        0.0
+      ],
+      [
+        "▁Dec",
+        0.0
+      ],
+      [
+        "▁Council",
+        0.0
+      ],
+      [
+        "▁weapon",
+        0.0
+      ],
+      [
+        "▁stock",
+        0.0
+      ],
+      [
+        "▁analy",
+        0.0
+      ],
+      [
+        "▁Str",
+        0.0
+      ],
+      [
+        "▁picture",
+        0.0
+      ],
+      [
+        "▁Police",
+        0.0
+      ],
+      [
+        "ference",
+        0.0
+      ],
+      [
+        "▁century",
+        0.0
+      ],
+      [
+        "▁citizens",
+        0.0
+      ],
+      [
+        "▁onto",
+        0.0
+      ],
+      [
+        "▁expand",
+        0.0
+      ],
+      [
+        "▁hero",
+        0.0
+      ],
+      [
+        "▁Sol",
+        0.0
+      ],
+      [
+        "▁wild",
+        0.0
+      ],
+      [
+        "▁update",
+        0.0
+      ],
+      [
+        "▁customers",
+        0.0
+      ],
+      [
+        "ront",
+        0.0
+      ],
+      [
+        "def",
+        0.0
+      ],
+      [
+        "▁lik",
+        0.0
+      ],
+      [
+        "▁criminal",
+        0.0
+      ],
+      [
+        "▁Christian",
+        0.0
+      ],
+      [
+        "SP",
+        0.0
+      ],
+      [
+        "76",
+        0.0
+      ],
+      [
+        "▁leaving",
+        0.0
+      ],
+      [
+        "▁otherwise",
+        0.0
+      ],
+      [
+        "▁Dist",
+        0.0
+      ],
+      [
+        "▁basis",
+        0.0
+      ],
+      [
+        "52",
+        0.0
+      ],
+      [
+        "53",
+        0.0
+      ],
+      [
+        "icip",
+        0.0
+      ],
+      [
+        "▁Ber",
+        0.0
+      ],
+      [
+        "▁recommend",
+        0.0
+      ],
+      [
+        "▁floor",
+        0.0
+      ],
+      [
+        "▁crowd",
+        0.0
+      ],
+      [
+        "oles",
+        0.0
+      ],
+      [
+        "▁70",
+        0.0
+      ],
+      [
+        "▁central",
+        0.0
+      ],
+      [
+        "▁Ev",
+        0.0
+      ],
+      [
+        "▁dream",
+        0.0
+      ],
+      [
+        "▁download",
+        0.0
+      ],
+      [
+        "▁confir",
+        0.0
+      ],
+      [
+        "▁Thom",
+        0.0
+      ],
+      [
+        "▁window",
+        0.0
+      ],
+      [
+        "▁happens",
+        0.0
+      ],
+      [
+        "▁unit",
+        0.0
+      ],
+      [
+        "▁tend",
+        0.0
+      ],
+      [
+        "▁spl",
+        0.0
+      ],
+      [
+        "▁becomes",
+        0.0
+      ],
+      [
+        "▁fighting",
+        0.0
+      ],
+      [
+        "▁predict",
+        0.0
+      ],
+      [
+        "▁Press",
+        0.0
+      ],
+      [
+        "▁Power",
+        0.0
+      ],
+      [
+        "▁heavy",
+        0.0
+      ],
+      [
+        "aked",
+        0.0
+      ],
+      [
+        "▁fan",
+        0.0
+      ],
+      [
+        "orter",
+        0.0
+      ],
+      [
+        "ategy",
+        0.0
+      ],
+      [
+        "BA",
+        0.0
+      ],
+      [
+        "izes",
+        0.0
+      ],
+      [
+        "▁spend",
+        0.0
+      ],
+      [
+        "Here",
+        0.0
+      ],
+      [
+        "▁2007",
+        0.0
+      ],
+      [
+        "▁adop",
+        0.0
+      ],
+      [
+        "▁Ham",
+        0.0
+      ],
+      [
+        "▁football",
+        0.0
+      ],
+      [
+        "▁Port",
+        0.0
+      ],
+      [
+        "oday",
+        0.0
+      ],
+      [
+        "51",
+        0.0
+      ],
+      [
+        "ampions",
+        0.0
+      ],
+      [
+        "▁transfer",
+        0.0
+      ],
+      [
+        "ht",
+        0.0
+      ],
+      [
+        "▁38",
+        0.0
+      ],
+      [
+        "term",
+        0.0
+      ],
+      [
+        "acity",
+        0.0
+      ],
+      [
+        "▁bur",
+        0.0
+      ],
+      [
+        "],",
+        0.0
+      ],
+      [
+        "ternal",
+        0.0
+      ],
+      [
+        "rig",
+        0.0
+      ],
+      [
+        "but",
+        0.0
+      ],
+      [
+        "▁therefore",
+        0.0
+      ],
+      [
+        "▁Because",
+        0.0
+      ],
+      [
+        "resp",
+        0.0
+      ],
+      [
+        "rey",
+        0.0
+      ],
+      [
+        "▁mission",
+        0.0
+      ],
+      [
+        "Some",
+        0.0
+      ],
+      [
+        "▁noted",
+        0.0
+      ],
+      [
+        "▁assum",
+        0.0
+      ],
+      [
+        "▁disease",
+        0.0
+      ],
+      [
+        "▁edit",
+        0.0
+      ],
+      [
+        "▁progress",
+        0.0
+      ],
+      [
+        "rd",
+        0.0
+      ],
+      [
+        "▁Brown",
+        0.0
+      ],
+      [
+        "ocal",
+        0.0
+      ],
+      [
+        "▁adding",
+        0.0
+      ],
+      [
+        "▁raised",
+        0.0
+      ],
+      [
+        "▁Any",
+        0.0
+      ],
+      [
+        "▁tick",
+        0.0
+      ],
+      [
+        "▁seeing",
+        0.0
+      ],
+      [
+        "▁People",
+        0.0
+      ],
+      [
+        "▁agreement",
+        0.0
+      ],
+      [
+        "▁server",
+        0.0
+      ],
+      [
+        "▁wat",
+        0.0
+      ],
+      [
+        "▁debate",
+        0.0
+      ],
+      [
+        "▁supposed",
+        0.0
+      ],
+      [
+        "iling",
+        0.0
+      ],
+      [
+        "▁largest",
+        0.0
+      ],
+      [
+        "▁successful",
+        0.0
+      ],
+      [
+        "▁Pri",
+        0.0
+      ],
+      [
+        "▁Democratic",
+        0.0
+      ],
+      [
+        "▁jump",
+        0.0
+      ],
+      [
+        "▁Syria",
+        0.0
+      ],
+      [
+        "▁owners",
+        0.0
+      ],
+      [
+        "▁offers",
+        0.0
+      ],
+      [
+        "▁shooting",
+        0.0
+      ],
+      [
+        "▁effic",
+        0.0
+      ],
+      [
+        "sey",
+        0.0
+      ],
+      [
+        "▁haven",
+        0.0
+      ],
+      [
+        "verse",
+        0.0
+      ],
+      [
+        "tered",
+        0.0
+      ],
+      [
+        "▁Light",
+        0.0
+      ],
+      [
+        "imal",
+        0.0
+      ],
+      [
+        "▁Big",
+        0.0
+      ],
+      [
+        "▁defend",
+        0.0
+      ],
+      [
+        "▁beat",
+        0.0
+      ],
+      [
+        "▁records",
+        0.0
+      ],
+      [
+        "%)",
+        0.0
+      ],
+      [
+        "▁scen",
+        0.0
+      ],
+      [
+        "▁employees",
+        0.0
+      ],
+      [
+        "▁devices",
+        0.0
+      ],
+      [
+        "hem",
+        0.0
+      ],
+      [
+        "▁commer",
+        0.0
+      ],
+      [
+        "▁Mex",
+        0.0
+      ],
+      [
+        "▁benefit",
+        0.0
+      ],
+      [
+        "▁Prof",
+        0.0
+      ],
+      [
+        "▁illeg",
+        0.0
+      ],
+      [
+        "▁surface",
+        0.0
+      ],
+      [
+        "▁Also",
+        0.0
+      ],
+      [
+        "▁harm",
+        0.0
+      ],
+      [
+        "ingly",
+        0.0
+      ],
+      [
+        "wide",
+        0.0
+      ],
+      [
+        "▁Alex",
+        0.0
+      ],
+      [
+        "▁shut",
+        0.0
+      ],
+      [
+        "▁Cur",
+        0.0
+      ],
+      [
+        "▁lose",
+        0.0
+      ],
+      [
+        "pm",
+        0.0
+      ],
+      [
+        "▁challenge",
+        0.0
+      ],
+      [
+        "semb",
+        0.0
+      ],
+      [
+        "▁station",
+        0.0
+      ],
+      [
+        "▁intelligence",
+        0.0
+      ],
+      [
+        "▁accur",
+        0.0
+      ],
+      [
+        "▁Flor",
+        0.0
+      ],
+      [
+        "▁requires",
+        0.0
+      ],
+      [
+        "▁Mal",
+        0.0
+      ],
+      [
+        "bum",
+        0.0
+      ],
+      [
+        "▁hospital",
+        0.0
+      ],
+      [
+        "▁spirit",
+        0.0
+      ],
+      [
+        "▁offered",
+        0.0
+      ],
+      [
+        "▁produce",
+        0.0
+      ],
+      [
+        "▁Commun",
+        0.0
+      ],
+      [
+        "▁creating",
+        0.0
+      ],
+      [
+        "▁cris",
+        0.0
+      ],
+      [
+        "spect",
+        0.0
+      ],
+      [
+        "▁ended",
+        0.0
+      ],
+      [
+        "▁daily",
+        0.0
+      ],
+      [
+        "▁voters",
+        0.0
+      ],
+      [
+        "lands",
+        0.0
+      ],
+      [
+        "ias",
+        0.0
+      ],
+      [
+        "ih",
+        0.0
+      ],
+      [
+        "ona",
+        0.0
+      ],
+      [
+        "▁smart",
+        0.0
+      ],
+      [
+        "▁Office",
+        0.0
+      ],
+      [
+        "▁Lord",
+        0.0
+      ],
+      [
+        "rial",
+        0.0
+      ],
+      [
+        "▁Internet",
+        0.0
+      ],
+      [
+        "▁circum",
+        0.0
+      ],
+      [
+        "▁extremely",
+        0.0
+      ],
+      [
+        "'.",
+        0.0
+      ],
+      [
+        "▁opinion",
+        0.0
+      ],
+      [
+        "▁Mil",
+        0.0
+      ],
+      [
+        "▁gain",
+        0.0
+      ],
+      [
+        "BS",
+        0.0
+      ],
+      [
+        "▁Fin",
+        0.0
+      ],
+      [
+        "yp",
+        0.0
+      ],
+      [
+        "▁useful",
+        0.0
+      ],
+      [
+        "▁budget",
+        0.0
+      ],
+      [
+        "▁comfort",
+        0.0
+      ],
+      [
+        "isf",
+        0.0
+      ],
+      [
+        "▁background",
+        0.0
+      ],
+      [
+        "eline",
+        0.0
+      ],
+      [
+        "▁episode",
+        0.0
+      ],
+      [
+        "▁enemy",
+        0.0
+      ],
+      [
+        "▁trial",
+        0.0
+      ],
+      [
+        "▁establish",
+        0.0
+      ],
+      [
+        "date",
+        0.0
+      ],
+      [
+        "▁Cap",
+        0.0
+      ],
+      [
+        "▁continues",
+        0.0
+      ],
+      [
+        "▁showing",
+        0.0
+      ],
+      [
+        "▁Union",
+        0.0
+      ],
+      [
+        "with",
+        0.0
+      ],
+      [
+        "▁posted",
+        0.0
+      ],
+      [
+        "▁System",
+        0.0
+      ],
+      [
+        "▁eat",
+        0.0
+      ],
+      [
+        "rian",
+        0.0
+      ],
+      [
+        "▁rise",
+        0.0
+      ],
+      [
+        "▁Germany",
+        0.0
+      ],
+      [
+        "ils",
+        0.0
+      ],
+      [
+        "▁signed",
+        0.0
+      ],
+      [
+        "▁vill",
+        0.0
+      ],
+      [
+        "▁grand",
+        0.0
+      ],
+      [
+        "mor",
+        0.0
+      ],
+      [
+        "▁England",
+        0.0
+      ],
+      [
+        "▁projects",
+        0.0
+      ],
+      [
+        "umber",
+        0.0
+      ],
+      [
+        "▁conference",
+        0.0
+      ],
+      [
+        "za",
+        0.0
+      ],
+      [
+        "▁responsible",
+        0.0
+      ],
+      [
+        "▁Arab",
+        0.0
+      ],
+      [
+        "▁learned",
+        0.0
+      ],
+      [
+        "âĢĶâĢĶ",
+        0.0
+      ],
+      [
+        "ipping",
+        0.0
+      ],
+      [
+        "▁George",
+        0.0
+      ],
+      [
+        "OC",
+        0.0
+      ],
+      [
+        "▁returned",
+        0.0
+      ],
+      [
+        "▁Australia",
+        0.0
+      ],
+      [
+        "▁brief",
+        0.0
+      ],
+      [
+        "Qu",
+        0.0
+      ],
+      [
+        "▁brand",
+        0.0
+      ],
+      [
+        "illing",
+        0.0
+      ],
+      [
+        "abled",
+        0.0
+      ],
+      [
+        "▁highest",
+        0.0
+      ],
+      [
+        "▁train",
+        0.0
+      ],
+      [
+        "▁Commission",
+        0.0
+      ],
+      [
+        "while",
+        0.0
+      ],
+      [
+        "▁nom",
+        0.0
+      ],
+      [
+        "ception",
+        0.0
+      ],
+      [
+        "▁mut",
+        0.0
+      ],
+      [
+        "▁Blue",
+        0.0
+      ],
+      [
+        "▁incident",
+        0.0
+      ],
+      [
+        "vant",
+        0.0
+      ],
+      [
+        "86",
+        0.0
+      ],
+      [
+        "▁ID",
+        0.0
+      ],
+      [
+        "▁nuclear",
+        0.0
+      ],
+      [
+        "74",
+        0.0
+      ],
+      [
+        "▁Like",
+        0.0
+      ],
+      [
+        "▁RE",
+        0.0
+      ],
+      [
+        "▁Micro",
+        0.0
+      ],
+      [
+        "li",
+        0.0
+      ],
+      [
+        "mail",
+        0.0
+      ],
+      [
+        "▁charges",
+        0.0
+      ],
+      [
+        "89",
+        0.0
+      ],
+      [
+        "▁adjust",
+        0.0
+      ],
+      [
+        "ado",
+        0.0
+      ],
+      [
+        "▁earth",
+        0.0
+      ],
+      [
+        "NA",
+        0.0
+      ],
+      [
+        "▁prices",
+        0.0
+      ],
+      [
+        "PA",
+        0.0
+      ],
+      [
+        "▁draft",
+        0.0
+      ],
+      [
+        "▁runs",
+        0.0
+      ],
+      [
+        "▁candidate",
+        0.0
+      ],
+      [
+        "enses",
+        0.0
+      ],
+      [
+        "▁management",
+        0.0
+      ],
+      [
+        "▁Phil",
+        0.0
+      ],
+      [
+        "▁Miss",
+        0.0
+      ],
+      [
+        "▁teach",
+        0.0
+      ],
+      [
+        "gram",
+        0.0
+      ],
+      [
+        "▁understanding",
+        0.0
+      ],
+      [
+        "ait",
+        0.0
+      ],
+      [
+        "icago",
+        0.0
+      ],
+      [
+        "Add",
+        0.0
+      ],
+      [
+        "▁Ep",
+        0.0
+      ],
+      [
+        "secut",
+        0.0
+      ],
+      [
+        "▁separate",
+        0.0
+      ],
+      [
+        "▁instance",
+        0.0
+      ],
+      [
+        "▁eth",
+        0.0
+      ],
+      [
+        "▁unless",
+        0.0
+      ],
+      [
+        "********",
+        0.0
+      ],
+      [
+        "▁Fore",
+        0.0
+      ],
+      [
+        "inate",
+        0.0
+      ],
+      [
+        "▁operations",
+        0.0
+      ],
+      [
+        "Sp",
+        0.0
+      ],
+      [
+        "▁faith",
+        0.0
+      ],
+      [
+        "gar",
+        0.0
+      ],
+      [
+        "▁Church",
+        0.0
+      ],
+      [
+        "ronic",
+        0.0
+      ],
+      [
+        "▁config",
+        0.0
+      ],
+      [
+        "osure",
+        0.0
+      ],
+      [
+        "▁activities",
+        0.0
+      ],
+      [
+        "▁traditional",
+        0.0
+      ],
+      [
+        "▁36",
+        0.0
+      ],
+      [
+        "▁direction",
+        0.0
+      ],
+      [
+        "▁machine",
+        0.0
+      ],
+      [
+        "▁surround",
+        0.0
+      ],
+      [
+        "▁push",
+        0.0
+      ],
+      [
+        "unction",
+        0.0
+      ],
+      [
+        "▁EU",
+        0.0
+      ],
+      [
+        "▁easier",
+        0.0
+      ],
+      [
+        "▁argument",
+        0.0
+      ],
+      [
+        "GB",
+        0.0
+      ],
+      [
+        "▁micro",
+        0.0
+      ],
+      [
+        "▁spending",
+        0.0
+      ],
+      [
+        "izations",
+        0.0
+      ],
+      [
+        "▁theory",
+        0.0
+      ],
+      [
+        "adow",
+        0.0
+      ],
+      [
+        "▁calling",
+        0.0
+      ],
+      [
+        "▁Last",
+        0.0
+      ],
+      [
+        "▁der",
+        0.0
+      ],
+      [
+        "▁influence",
+        0.0
+      ],
+      [
+        "▁commit",
+        0.0
+      ],
+      [
+        "▁photo",
+        0.0
+      ],
+      [
+        "▁unc",
+        0.0
+      ],
+      [
+        "istry",
+        0.0
+      ],
+      [
+        "gn",
+        0.0
+      ],
+      [
+        "aste",
+        0.0
+      ],
+      [
+        "acks",
+        0.0
+      ],
+      [
+        "▁disp",
+        0.0
+      ],
+      [
+        "ady",
+        0.0
+      ],
+      [
+        "do",
+        0.0
+      ],
+      [
+        "▁Good",
+        0.0
+      ],
+      [
+        "▁`",
+        0.0
+      ],
+      [
+        "▁wish",
+        0.0
+      ],
+      [
+        "▁revealed",
+        0.0
+      ],
+      [
+        "³³",
+        0.0
+      ],
+      [
+        "lig",
+        0.0
+      ],
+      [
+        "▁enforce",
+        0.0
+      ],
+      [
+        "▁Committee",
+        0.0
+      ],
+      [
+        "▁chem",
+        0.0
+      ],
+      [
+        "▁miles",
+        0.0
+      ],
+      [
+        "▁interested",
+        0.0
+      ],
+      [
+        "▁solution",
+        0.0
+      ],
+      [
+        "icy",
+        0.0
+      ],
+      [
+        "inct",
+        0.0
+      ],
+      [
+        "▁->",
+        0.0
+      ],
+      [
+        "▁Det",
+        0.0
+      ],
+      [
+        "▁removed",
+        0.0
+      ],
+      [
+        "▁compar",
+        0.0
+      ],
+      [
+        "eah",
+        0.0
+      ],
+      [
+        "▁plant",
+        0.0
+      ],
+      [
+        "▁Since",
+        0.0
+      ],
+      [
+        "▁achieve",
+        0.0
+      ],
+      [
+        "▁advantage",
+        0.0
+      ],
+      [
+        "▁slightly",
+        0.0
+      ],
+      [
+        "bing",
+        0.0
+      ],
+      [
+        "▁placed",
+        0.0
+      ],
+      [
+        "under",
+        0.0
+      ],
+      [
+        "2015",
+        0.0
+      ],
+      [
+        "▁Mad",
+        0.0
+      ],
+      [
+        "▁tim",
+        0.0
+      ],
+      [
+        "oses",
+        0.0
+      ],
+      [
+        "▁cru",
+        0.0
+      ],
+      [
+        "▁Rock",
+        0.0
+      ],
+      [
+        "▁mostly",
+        0.0
+      ],
+      [
+        "▁negative",
+        0.0
+      ],
+      [
+        "▁setting",
+        0.0
+      ],
+      [
+        "▁produced",
+        0.0
+      ],
+      [
+        "▁mur",
+        0.0
+      ],
+      [
+        "▁connection",
+        0.0
+      ],
+      [
+        "▁Mer",
+        0.0
+      ],
+      [
+        "▁driver",
+        0.0
+      ],
+      [
+        "▁executive",
+        0.0
+      ],
+      [
+        "▁assault",
+        0.0
+      ],
+      [
+        "▁born",
+        0.0
+      ],
+      [
+        "▁Ver",
+        0.0
+      ],
+      [
+        "tained",
+        0.0
+      ],
+      [
+        "▁structure",
+        0.0
+      ],
+      [
+        "▁reduce",
+        0.0
+      ],
+      [
+        "▁decades",
+        0.0
+      ],
+      [
+        "▁ded",
+        0.0
+      ],
+      [
+        "uke",
+        0.0
+      ],
+      [
+        "▁Many",
+        0.0
+      ],
+      [
+        "idden",
+        0.0
+      ],
+      [
+        "▁league",
+        0.0
+      ],
+      [
+        "Se",
+        0.0
+      ],
+      [
+        "▁join",
+        0.0
+      ],
+      [
+        "▁disco",
+        0.0
+      ],
+      [
+        "▁die",
+        0.0
+      ],
+      [
+        "cks",
+        0.0
+      ],
+      [
+        "actions",
+        0.0
+      ],
+      [
+        "▁assess",
+        0.0
+      ],
+      [
+        "agn",
+        0.0
+      ],
+      [
+        "▁goals",
+        0.0
+      ],
+      [
+        "ours",
+        0.0
+      ],
+      [
+        "IR",
+        0.0
+      ],
+      [
+        "▁senior",
+        0.0
+      ],
+      [
+        "iller",
+        0.0
+      ],
+      [
+        "mod",
+        0.0
+      ],
+      [
+        "ipment",
+        0.0
+      ],
+      [
+        "ocol",
+        0.0
+      ],
+      [
+        "uy",
+        0.0
+      ],
+      [
+        "▁Que",
+        0.0
+      ],
+      [
+        "▁parties",
+        0.0
+      ],
+      [
+        "irgin",
+        0.0
+      ],
+      [
+        "▁learning",
+        0.0
+      ],
+      [
+        "itable",
+        0.0
+      ],
+      [
+        "▁street",
+        0.0
+      ],
+      [
+        "▁camera",
+        0.0
+      ],
+      [
+        "App",
+        0.0
+      ],
+      [
+        "▁skills",
+        0.0
+      ],
+      [
+        "bre",
+        0.0
+      ],
+      [
+        "cious",
+        0.0
+      ],
+      [
+        "▁celebr",
+        0.0
+      ],
+      [
+        "▁Franc",
+        0.0
+      ],
+      [
+        "▁existing",
+        0.0
+      ],
+      [
+        "▁willing",
+        0.0
+      ],
+      [
+        "lor",
+        0.0
+      ],
+      [
+        "▁id",
+        0.0
+      ],
+      [
+        "▁Space",
+        0.0
+      ],
+      [
+        "▁critical",
+        0.0
+      ],
+      [
+        "▁La",
+        0.0
+      ],
+      [
+        "ortunately",
+        0.0
+      ],
+      [
+        "▁serve",
+        0.0
+      ],
+      [
+        "▁cold",
+        0.0
+      ],
+      [
+        "▁species",
+        0.0
+      ],
+      [
+        "TS",
+        0.0
+      ],
+      [
+        "▁animals",
+        0.0
+      ],
+      [
+        "▁Bay",
+        0.0
+      ],
+      [
+        "▁older",
+        0.0
+      ],
+      [
+        "▁Under",
+        0.0
+      ],
+      [
+        "estic",
+        0.0
+      ],
+      [
+        "▁Tre",
+        0.0
+      ],
+      [
+        "▁teacher",
+        0.0
+      ],
+      [
+        "▁prefer",
+        0.0
+      ],
+      [
+        "vis",
+        0.0
+      ],
+      [
+        "▁thread",
+        0.0
+      ],
+      [
+        "▁Matt",
+        0.0
+      ],
+      [
+        "▁manager",
+        0.0
+      ],
+      [
+        "ãĥ»",
+        0.0
+      ],
+      [
+        "▁professional",
+        0.0
+      ],
+      [
+        "▁Vol",
+        0.0
+      ],
+      [
+        "▁notes",
+        0.0
+      ],
+      [
+        "These",
+        0.0
+      ],
+      [
+        "ula",
+        0.0
+      ],
+      [
+        "▁fresh",
+        0.0
+      ],
+      [
+        "ented",
+        0.0
+      ],
+      [
+        "uzz",
+        0.0
+      ],
+      [
+        "edy",
+        0.0
+      ],
+      [
+        "clusion",
+        0.0
+      ],
+      [
+        "▁Rel",
+        0.0
+      ],
+      [
+        "▁doubt",
+        0.0
+      ],
+      [
+        "EO",
+        0.0
+      ],
+      [
+        "▁opened",
+        0.0
+      ],
+      [
+        "▁Bit",
+        0.0
+      ],
+      [
+        "Advertisement",
+        0.0
+      ],
+      [
+        "▁guess",
+        0.0
+      ],
+      [
+        "▁UN",
+        0.0
+      ],
+      [
+        "▁sequ",
+        0.0
+      ],
+      [
+        "▁explain",
+        0.0
+      ],
+      [
+        "otten",
+        0.0
+      ],
+      [
+        "▁attract",
+        0.0
+      ],
+      [
+        "aks",
+        0.0
+      ],
+      [
+        "▁string",
+        0.0
+      ],
+      [
+        "▁context",
+        0.0
+      ],
+      [
+        "ossible",
+        0.0
+      ],
+      [
+        "▁Republicans",
+        0.0
+      ],
+      [
+        "▁solid",
+        0.0
+      ],
+      [
+        "▁cities",
+        0.0
+      ],
+      [
+        "▁asking",
+        0.0
+      ],
+      [
+        "▁random",
+        0.0
+      ],
+      [
+        "ups",
+        0.0
+      ],
+      [
+        "uries",
+        0.0
+      ],
+      [
+        "arant",
+        0.0
+      ],
+      [
+        "dden",
+        0.0
+      ],
+      [
+        "gl",
+        0.0
+      ],
+      [
+        "▁Florida",
+        0.0
+      ],
+      [
+        "▁depend",
+        0.0
+      ],
+      [
+        "▁Scott",
+        0.0
+      ],
+      [
+        "▁33",
+        0.0
+      ],
+      [
+        "▁iT",
+        0.0
+      ],
+      [
+        "icon",
+        0.0
+      ],
+      [
+        "▁mentioned",
+        0.0
+      ],
+      [
+        "▁2000",
+        0.0
+      ],
+      [
+        "▁claimed",
+        0.0
+      ],
+      [
+        "▁definitely",
+        0.0
+      ],
+      [
+        "ulf",
+        0.0
+      ],
+      [
+        "▁core",
+        0.0
+      ],
+      [
+        "▁opening",
+        0.0
+      ],
+      [
+        "▁Const",
+        0.0
+      ],
+      [
+        "which",
+        0.0
+      ],
+      [
+        "▁Tra",
+        0.0
+      ],
+      [
+        "AG",
+        0.0
+      ],
+      [
+        "72",
+        0.0
+      ],
+      [
+        "▁believed",
+        0.0
+      ],
+      [
+        "ada",
+        0.0
+      ],
+      [
+        "▁48",
+        0.0
+      ],
+      [
+        "▁Security",
+        0.0
+      ],
+      [
+        "yright",
+        0.0
+      ],
+      [
+        "▁Pet",
+        0.0
+      ],
+      [
+        "▁Lou",
+        0.0
+      ],
+      [
+        "▁holding",
+        0.0
+      ],
+      [
+        "================",
+        0.0
+      ],
+      [
+        "▁ice",
+        0.0
+      ],
+      [
+        "▁brow",
+        0.0
+      ],
+      [
+        "▁authorities",
+        0.0
+      ],
+      [
+        "host",
+        0.0
+      ],
+      [
+        "word",
+        0.0
+      ],
+      [
+        "▁score",
+        0.0
+      ],
+      [
+        "▁Div",
+        0.0
+      ],
+      [
+        "▁cells",
+        0.0
+      ],
+      [
+        "▁transl",
+        0.0
+      ],
+      [
+        "▁neighbor",
+        0.0
+      ],
+      [
+        "▁remove",
+        0.0
+      ],
+      [
+        "uct",
+        0.0
+      ],
+      [
+        "▁district",
+        0.0
+      ],
+      [
+        "▁According",
+        0.0
+      ],
+      [
+        "▁worse",
+        0.0
+      ],
+      [
+        "▁concerns",
+        0.0
+      ],
+      [
+        "▁presidential",
+        0.0
+      ],
+      [
+        "▁policies",
+        0.0
+      ],
+      [
+        "▁Hall",
+        0.0
+      ],
+      [
+        "73",
+        0.0
+      ],
+      [
+        "▁hus",
+        0.0
+      ],
+      [
+        "AY",
+        0.0
+      ],
+      [
+        "▁2006",
+        0.0
+      ],
+      [
+        "▁Jud",
+        0.0
+      ],
+      [
+        "▁independent",
+        0.0
+      ],
+      [
+        "▁Justice",
+        0.0
+      ],
+      [
+        "iliar",
+        0.0
+      ],
+      [
+        "print",
+        0.0
+      ],
+      [
+        "ighter",
+        0.0
+      ],
+      [
+        "▁protection",
+        0.0
+      ],
+      [
+        "zen",
+        0.0
+      ],
+      [
+        "▁sudden",
+        0.0
+      ],
+      [
+        "house",
+        0.0
+      ],
+      [
+        "▁Jes",
+        0.0
+      ],
+      [
+        "PR",
+        0.0
+      ],
+      [
+        "▁Inf",
+        0.0
+      ],
+      [
+        "▁bul",
+        0.0
+      ],
+      [
+        "▁_",
+        0.0
+      ],
+      [
+        "▁Service",
+        0.0
+      ],
+      [
+        "▁PR",
+        0.0
+      ],
+      [
+        "▁strategy",
+        0.0
+      ],
+      [
+        "ffect",
+        0.0
+      ],
+      [
+        "▁girls",
+        0.0
+      ],
+      [
+        "▁missing",
+        0.0
+      ],
+      [
+        "oyal",
+        0.0
+      ],
+      [
+        "▁Team",
+        0.0
+      ],
+      [
+        "ulated",
+        0.0
+      ],
+      [
+        "▁dat",
+        0.0
+      ],
+      [
+        "▁politics",
+        0.0
+      ],
+      [
+        "abor",
+        0.0
+      ],
+      [
+        "According",
+        0.0
+      ],
+      [
+        "▁spell",
+        0.0
+      ],
+      [
+        "▁graph",
+        0.0
+      ],
+      [
+        "orthern",
+        0.0
+      ],
+      [
+        "TC",
+        0.0
+      ],
+      [
+        "Ab",
+        0.0
+      ],
+      [
+        "▁labor",
+        0.0
+      ],
+      [
+        "isher",
+        0.0
+      ],
+      [
+        "▁kick",
+        0.0
+      ],
+      [
+        "▁iTunes",
+        0.0
+      ],
+      [
+        "▁steps",
+        0.0
+      ],
+      [
+        "poses",
+        0.0
+      ],
+      [
+        "▁smaller",
+        0.0
+      ],
+      [
+        "En",
+        0.0
+      ],
+      [
+        "bert",
+        0.0
+      ],
+      [
+        "▁roll",
+        0.0
+      ],
+      [
+        "▁researchers",
+        0.0
+      ],
+      [
+        "▁closed",
+        0.0
+      ],
+      [
+        "▁transport",
+        0.0
+      ],
+      [
+        "▁lawy",
+        0.0
+      ],
+      [
+        "________________",
+        0.0
+      ],
+      [
+        "▁Chicago",
+        0.0
+      ],
+      [
+        "▁aspect",
+        0.0
+      ],
+      [
+        "▁none",
+        0.0
+      ],
+      [
+        "▁marriage",
+        0.0
+      ],
+      [
+        "96",
+        0.0
+      ],
+      [
+        "▁elements",
+        0.0
+      ],
+      [
+        "▁Fre",
+        0.0
+      ],
+      [
+        "▁Sal",
+        0.0
+      ],
+      [
+        "▁dram",
+        0.0
+      ],
+      [
+        "FC",
+        0.0
+      ],
+      [
+        "top",
+        0.0
+      ],
+      [
+        "equ",
+        0.0
+      ],
+      [
+        "▁hearing",
+        0.0
+      ],
+      [
+        "▁supported",
+        0.0
+      ],
+      [
+        "▁testing",
+        0.0
+      ],
+      [
+        "cohol",
+        0.0
+      ],
+      [
+        "▁massive",
+        0.0
+      ],
+      [
+        "▁stick",
+        0.0
+      ],
+      [
+        "▁guard",
+        0.0
+      ],
+      [
+        "isco",
+        0.0
+      ],
+      [
+        "phone",
+        0.0
+      ],
+      [
+        "From",
+        0.0
+      ],
+      [
+        "However",
+        0.0
+      ],
+      [
+        "▁border",
+        0.0
+      ],
+      [
+        "▁copy",
+        0.0
+      ],
+      [
+        "ography",
+        0.0
+      ],
+      [
+        "list",
+        0.0
+      ],
+      [
+        "71",
+        0.0
+      ],
+      [
+        "▁owner",
+        0.0
+      ],
+      [
+        "class",
+        0.0
+      ],
+      [
+        "ruit",
+        0.0
+      ],
+      [
+        "rate",
+        0.0
+      ],
+      [
+        "▁Once",
+        0.0
+      ],
+      [
+        "▁digital",
+        0.0
+      ],
+      [
+        "▁task",
+        0.0
+      ],
+      [
+        "ERS",
+        0.0
+      ],
+      [
+        "▁incred",
+        0.0
+      ],
+      [
+        "tes",
+        0.0
+      ],
+      [
+        "++",
+        0.0
+      ],
+      [
+        "▁France",
+        0.0
+      ],
+      [
+        "▁breat",
+        0.0
+      ],
+      [
+        "owl",
+        0.0
+      ],
+      [
+        "▁issued",
+        0.0
+      ],
+      [
+        "▁Western",
+        0.0
+      ],
+      [
+        "▁detect",
+        0.0
+      ],
+      [
+        "▁partners",
+        0.0
+      ],
+      [
+        "▁shared",
+        0.0
+      ],
+      [
+        "▁Call",
+        0.0
+      ],
+      [
+        "▁cancer",
+        0.0
+      ],
+      [
+        "ache",
+        0.0
+      ],
+      [
+        "ribe",
+        0.0
+      ],
+      [
+        "▁explained",
+        0.0
+      ],
+      [
+        "▁heat",
+        0.0
+      ],
+      [
+        "{\"",
+        0.0
+      ],
+      [
+        "▁investment",
+        0.0
+      ],
+      [
+        "▁Book",
+        0.0
+      ],
+      [
+        "▁wood",
+        0.0
+      ],
+      [
+        "▁tools",
+        0.0
+      ],
+      [
+        "▁Although",
+        0.0
+      ],
+      [
+        "▁belief",
+        0.0
+      ],
+      [
+        "▁crisis",
+        0.0
+      ],
+      [
+        "▁ge",
+        0.0
+      ],
+      [
+        "▁MP",
+        0.0
+      ],
+      [
+        "▁operation",
+        0.0
+      ],
+      [
+        "type",
+        0.0
+      ],
+      [
+        "~~",
+        0.0
+      ],
+      [
+        "ga",
+        0.0
+      ],
+      [
+        "▁contains",
+        0.0
+      ],
+      [
+        "anta",
+        0.0
+      ],
+      [
+        "▁express",
+        0.0
+      ],
+      [
+        "▁Group",
+        0.0
+      ],
+      [
+        "▁Journal",
+        0.0
+      ],
+      [
+        "ka",
+        0.0
+      ],
+      [
+        "▁amb",
+        0.0
+      ],
+      [
+        "▁USA",
+        0.0
+      ],
+      [
+        "▁finding",
+        0.0
+      ],
+      [
+        "▁funding",
+        0.0
+      ],
+      [
+        "how",
+        0.0
+      ],
+      [
+        "▁established",
+        0.0
+      ],
+      [
+        "ideos",
+        0.0
+      ],
+      [
+        "▁degree",
+        0.0
+      ],
+      [
+        "▁dangerous",
+        0.0
+      ],
+      [
+        "anging",
+        0.0
+      ],
+      [
+        "▁freedom",
+        0.0
+      ],
+      [
+        "pport",
+        0.0
+      ],
+      [
+        "outhern",
+        0.0
+      ],
+      [
+        "▁church",
+        0.0
+      ],
+      [
+        "▁catch",
+        0.0
+      ],
+      [
+        "▁Two",
+        0.0
+      ],
+      [
+        "▁presence",
+        0.0
+      ],
+      [
+        "▁Guard",
+        0.0
+      ],
+      [
+        "Up",
+        0.0
+      ],
+      [
+        "▁authority",
+        0.0
+      ],
+      [
+        "▁Project",
+        0.0
+      ],
+      [
+        "▁button",
+        0.0
+      ],
+      [
+        "▁consequ",
+        0.0
+      ],
+      [
+        "▁valid",
+        0.0
+      ],
+      [
+        "▁weak",
+        0.0
+      ],
+      [
+        "▁starts",
+        0.0
+      ],
+      [
+        "▁reference",
+        0.0
+      ],
+      [
+        "▁Mem",
+        0.0
+      ],
+      [
+        "\")",
+        0.0
+      ],
+      [
+        "UN",
+        0.0
+      ],
+      [
+        "orage",
+        0.0
+      ],
+      [
+        "▁Open",
+        0.0
+      ],
+      [
+        "▁collection",
+        0.0
+      ],
+      [
+        "ym",
+        0.0
+      ],
+      [
+        "gency",
+        0.0
+      ],
+      [
+        "▁beautiful",
+        0.0
+      ],
+      [
+        "ros",
+        0.0
+      ],
+      [
+        "▁tells",
+        0.0
+      ],
+      [
+        "▁waiting",
+        0.0
+      ],
+      [
+        "nel",
+        0.0
+      ],
+      [
+        "▁providing",
+        0.0
+      ],
+      [
+        "▁Democrats",
+        0.0
+      ],
+      [
+        "▁daughter",
+        0.0
+      ],
+      [
+        "▁master",
+        0.0
+      ],
+      [
+        "▁purposes",
+        0.0
+      ],
+      [
+        "▁Japanese",
+        0.0
+      ],
+      [
+        "▁equal",
+        0.0
+      ],
+      [
+        "▁turns",
+        0.0
+      ],
+      [
+        "▁documents",
+        0.0
+      ],
+      [
+        "▁watching",
+        0.0
+      ],
+      [
+        "Res",
+        0.0
+      ],
+      [
+        "▁ran",
+        0.0
+      ],
+      [
+        "2014",
+        0.0
+      ],
+      [
+        "▁reject",
+        0.0
+      ],
+      [
+        "▁Korea",
+        0.0
+      ],
+      [
+        "▁victims",
+        0.0
+      ],
+      [
+        "Level",
+        0.0
+      ],
+      [
+        "erences",
+        0.0
+      ],
+      [
+        "▁witness",
+        0.0
+      ],
+      [
+        "▁34",
+        0.0
+      ],
+      [
+        "▁reform",
+        0.0
+      ],
+      [
+        "coming",
+        0.0
+      ],
+      [
+        "▁occup",
+        0.0
+      ],
+      [
+        "▁caught",
+        0.0
+      ],
+      [
+        "▁traffic",
+        0.0
+      ],
+      [
+        "ading",
+        0.0
+      ],
+      [
+        "▁models",
+        0.0
+      ],
+      [
+        "ario",
+        0.0
+      ],
+      [
+        "▁served",
+        0.0
+      ],
+      [
+        "▁batter",
+        0.0
+      ],
+      [
+        "uate",
+        0.0
+      ],
+      [
+        "▁Secretary",
+        0.0
+      ],
+      [
+        "▁agreed",
+        0.0
+      ],
+      [
+        "▁truly",
+        0.0
+      ],
+      [
+        "ynam",
+        0.0
+      ],
+      [
+        "▁Ret",
+        0.0
+      ],
+      [
+        "▁units",
+        0.0
+      ],
+      [
+        "▁Research",
+        0.0
+      ],
+      [
+        "hand",
+        0.0
+      ],
+      [
+        "azine",
+        0.0
+      ],
+      [
+        "▁Mike",
+        0.0
+      ],
+      [
+        "▁variety",
+        0.0
+      ],
+      [
+        "otal",
+        0.0
+      ],
+      [
+        "▁amazing",
+        0.0
+      ],
+      [
+        "▁confirmed",
+        0.0
+      ],
+      [
+        "▁entirely",
+        0.0
+      ],
+      [
+        "▁purchase",
+        0.0
+      ],
+      [
+        "▁element",
+        0.0
+      ],
+      [
+        "▁cash",
+        0.0
+      ],
+      [
+        "▁determine",
+        0.0
+      ],
+      [
+        "De",
+        0.0
+      ],
+      [
+        "▁cars",
+        0.0
+      ],
+      [
+        "▁Wall",
+        0.0
+      ],
+      [
+        "âĸ",
+        0.0
+      ],
+      [
+        "▁views",
+        0.0
+      ],
+      [
+        "▁drugs",
+        0.0
+      ],
+      [
+        "▁department",
+        0.0
+      ],
+      [
+        "▁Step",
+        0.0
+      ],
+      [
+        "uit",
+        0.0
+      ],
+      [
+        "▁39",
+        0.0
+      ],
+      [
+        "asure",
+        0.0
+      ],
+      [
+        "▁Class",
+        0.0
+      ],
+      [
+        "▁covered",
+        0.0
+      ],
+      [
+        "▁Bank",
+        0.0
+      ],
+      [
+        "▁mere",
+        0.0
+      ],
+      [
+        "uana",
+        0.0
+      ],
+      [
+        "▁multi",
+        0.0
+      ],
+      [
+        "▁mix",
+        0.0
+      ],
+      [
+        "▁unlike",
+        0.0
+      ],
+      [
+        "levision",
+        0.0
+      ],
+      [
+        "▁stopped",
+        0.0
+      ],
+      [
+        "▁sem",
+        0.0
+      ],
+      [
+        "▁Gal",
+        0.0
+      ],
+      [
+        "ules",
+        0.0
+      ],
+      [
+        "▁wel",
+        0.0
+      ],
+      [
+        "▁Johnson",
+        0.0
+      ],
+      [
+        "la",
+        0.0
+      ],
+      [
+        "▁skill",
+        0.0
+      ],
+      [
+        "▁becoming",
+        0.0
+      ],
+      [
+        "rie",
+        0.0
+      ],
+      [
+        "▁appropriate",
+        0.0
+      ],
+      [
+        "fe",
+        0.0
+      ],
+      [
+        "ellow",
+        0.0
+      ],
+      [
+        "▁Prot",
+        0.0
+      ],
+      [
+        "ulate",
+        0.0
+      ],
+      [
+        "ocation",
+        0.0
+      ],
+      [
+        "▁weekend",
+        0.0
+      ],
+      [
+        "odies",
+        0.0
+      ],
+      [
+        "▁sites",
+        0.0
+      ],
+      [
+        "▁animal",
+        0.0
+      ],
+      [
+        "▁Tim",
+        0.0
+      ],
+      [
+        "▁scale",
+        0.0
+      ],
+      [
+        "▁charged",
+        0.0
+      ],
+      [
+        "▁instruct",
+        0.0
+      ],
+      [
+        "illa",
+        0.0
+      ],
+      [
+        "▁methods",
+        0.0
+      ],
+      [
+        "▁cert",
+        0.0
+      ],
+      [
+        "▁judge",
+        0.0
+      ],
+      [
+        "▁Hel",
+        0.0
+      ],
+      [
+        "▁dollars",
+        0.0
+      ],
+      [
+        "▁standing",
+        0.0
+      ],
+      [
+        "▁Squ",
+        0.0
+      ],
+      [
+        "▁debt",
+        0.0
+      ],
+      [
+        "liam",
+        0.0
+      ],
+      [
+        "▁driving",
+        0.0
+      ],
+      [
+        "▁Sum",
+        0.0
+      ],
+      [
+        "▁Edition",
+        0.0
+      ],
+      [
+        "▁album",
+        0.0
+      ],
+      [
+        "andon",
+        0.0
+      ],
+      [
+        "IF",
+        0.0
+      ],
+      [
+        "▁Uk",
+        0.0
+      ],
+      [
+        "63",
+        0.0
+      ],
+      [
+        "ader",
+        0.0
+      ],
+      [
+        "▁commercial",
+        0.0
+      ],
+      [
+        "esh",
+        0.0
+      ],
+      [
+        "▁Government",
+        0.0
+      ],
+      [
+        "▁discovered",
+        0.0
+      ],
+      [
+        "▁output",
+        0.0
+      ],
+      [
+        "▁Hillary",
+        0.0
+      ],
+      [
+        "▁Carol",
+        0.0
+      ],
+      [
+        "▁2005",
+        0.0
+      ],
+      [
+        "▁abuse",
+        0.0
+      ],
+      [
+        "ancing",
+        0.0
+      ],
+      [
+        "▁switch",
+        0.0
+      ],
+      [
+        "▁annual",
+        0.0
+      ],
+      [
+        "Tw",
+        0.0
+      ],
+      [
+        "▁stated",
+        0.0
+      ],
+      [
+        "agement",
+        0.0
+      ],
+      [
+        "inner",
+        0.0
+      ],
+      [
+        "▁democr",
+        0.0
+      ],
+      [
+        "▁residents",
+        0.0
+      ],
+      [
+        "▁allowing",
+        0.0
+      ],
+      [
+        "▁factors",
+        0.0
+      ],
+      [
+        "odd",
+        0.0
+      ],
+      [
+        "▁fuck",
+        0.0
+      ],
+      [
+        "emies",
+        0.0
+      ],
+      [
+        "▁occurred",
+        0.0
+      ],
+      [
+        "oti",
+        0.0
+      ],
+      [
+        "▁north",
+        0.0
+      ],
+      [
+        "▁Public",
+        0.0
+      ],
+      [
+        "▁injury",
+        0.0
+      ],
+      [
+        "▁insurance",
+        0.0
+      ],
+      [
+        "CL",
+        0.0
+      ],
+      [
+        "olly",
+        0.0
+      ],
+      [
+        "ãĢ",
+        0.0
+      ],
+      [
+        "▁repeated",
+        0.0
+      ],
+      [
+        "▁arms",
+        0.0
+      ],
+      [
+        "anged",
+        0.0
+      ],
+      [
+        "▁construction",
+        0.0
+      ],
+      [
+        "▁fle",
+        0.0
+      ],
+      [
+        "PU",
+        0.0
+      ],
+      [
+        "icians",
+        0.0
+      ],
+      [
+        "▁forms",
+        0.0
+      ],
+      [
+        "▁McC",
+        0.0
+      ],
+      [
+        "antic",
+        0.0
+      ],
+      [
+        "▁mental",
+        0.0
+      ],
+      [
+        "pire",
+        0.0
+      ],
+      [
+        "▁equipment",
+        0.0
+      ],
+      [
+        "▁fant",
+        0.0
+      ],
+      [
+        "▁discussion",
+        0.0
+      ],
+      [
+        "▁regarding",
+        0.0
+      ],
+      [
+        "kin",
+        0.0
+      ],
+      [
+        "arp",
+        0.0
+      ],
+      [
+        "▁chair",
+        0.0
+      ],
+      [
+        "ogue",
+        0.0
+      ],
+      [
+        "▁proceed",
+        0.0
+      ],
+      [
+        "▁Id",
+        0.0
+      ],
+      [
+        "Our",
+        0.0
+      ],
+      [
+        "▁murder",
+        0.0
+      ],
+      [
+        "Man",
+        0.0
+      ],
+      [
+        "▁49",
+        0.0
+      ],
+      [
+        "asp",
+        0.0
+      ],
+      [
+        "▁supply",
+        0.0
+      ],
+      [
+        "▁input",
+        0.0
+      ],
+      [
+        "▁wealth",
+        0.0
+      ],
+      [
+        "liament",
+        0.0
+      ],
+      [
+        "▁proced",
+        0.0
+      ],
+      [
+        "orial",
+        0.0
+      ],
+      [
+        "▁Stat",
+        0.0
+      ],
+      [
+        "▁NFL",
+        0.0
+      ],
+      [
+        "hens",
+        0.0
+      ],
+      [
+        "▁Institute",
+        0.0
+      ],
+      [
+        "▁putting",
+        0.0
+      ],
+      [
+        "ournament",
+        0.0
+      ],
+      [
+        "etic",
+        0.0
+      ],
+      [
+        "▁located",
+        0.0
+      ],
+      [
+        "▁kid",
+        0.0
+      ],
+      [
+        "eria",
+        0.0
+      ],
+      [
+        "run",
+        0.0
+      ],
+      [
+        "▁princ",
+        0.0
+      ],
+      [
+        "▁!",
+        0.0
+      ],
+      [
+        "going",
+        0.0
+      ],
+      [
+        "▁Bet",
+        0.0
+      ],
+      [
+        "▁clot",
+        0.0
+      ],
+      [
+        "▁telling",
+        0.0
+      ],
+      [
+        "▁proposed",
+        0.0
+      ],
+      [
+        "iot",
+        0.0
+      ],
+      [
+        "orry",
+        0.0
+      ],
+      [
+        "▁funds",
+        0.0
+      ],
+      [
+        "gment",
+        0.0
+      ],
+      [
+        "▁Life",
+        0.0
+      ],
+      [
+        "▁baby",
+        0.0
+      ],
+      [
+        "▁Back",
+        0.0
+      ],
+      [
+        "▁spoke",
+        0.0
+      ],
+      [
+        "Image",
+        0.0
+      ],
+      [
+        "▁earn",
+        0.0
+      ],
+      [
+        "▁AT",
+        0.0
+      ],
+      [
+        "gu",
+        0.0
+      ],
+      [
+        "▁exchange",
+        0.0
+      ],
+      [
+        "▁Lin",
+        0.0
+      ],
+      [
+        "oving",
+        0.0
+      ],
+      [
+        "▁pair",
+        0.0
+      ],
+      [
+        "More",
+        0.0
+      ],
+      [
+        "azon",
+        0.0
+      ],
+      [
+        "▁arrested",
+        0.0
+      ],
+      [
+        "▁killing",
+        0.0
+      ],
+      [
+        "can",
+        0.0
+      ],
+      [
+        "▁Card",
+        0.0
+      ],
+      [
+        "yd",
+        0.0
+      ],
+      [
+        "▁identified",
+        0.0
+      ],
+      [
+        "▁mobile",
+        0.0
+      ],
+      [
+        "▁thanks",
+        0.0
+      ],
+      [
+        "onym",
+        0.0
+      ],
+      [
+        "▁Form",
+        0.0
+      ],
+      [
+        "▁hundreds",
+        0.0
+      ],
+      [
+        "▁Chris",
+        0.0
+      ],
+      [
+        "▁Cat",
+        0.0
+      ],
+      [
+        "▁trend",
+        0.0
+      ],
+      [
+        "hat",
+        0.0
+      ],
+      [
+        "▁Av",
+        0.0
+      ],
+      [
+        "oman",
+        0.0
+      ],
+      [
+        "▁electric",
+        0.0
+      ],
+      [
+        "▁Wil",
+        0.0
+      ],
+      [
+        "SE",
+        0.0
+      ],
+      [
+        "Of",
+        0.0
+      ],
+      [
+        "▁restaur",
+        0.0
+      ],
+      [
+        "oted",
+        0.0
+      ],
+      [
+        "▁trig",
+        0.0
+      ],
+      [
+        "▁nine",
+        0.0
+      ],
+      [
+        "▁bomb",
+        0.0
+      ],
+      [
+        "Why",
+        0.0
+      ],
+      [
+        "¯",
+        0.0
+      ],
+      [
+        "▁coverage",
+        0.0
+      ],
+      [
+        "▁appeal",
+        0.0
+      ],
+      [
+        "▁Robert",
+        0.0
+      ],
+      [
+        "▁Sup",
+        0.0
+      ],
+      [
+        "▁finished",
+        0.0
+      ],
+      [
+        "▁flow",
+        0.0
+      ],
+      [
+        "▁deliver",
+        0.0
+      ],
+      [
+        "▁calcul",
+        0.0
+      ],
+      [
+        "▁photos",
+        0.0
+      ],
+      [
+        "▁phil",
+        0.0
+      ],
+      [
+        "▁pieces",
+        0.0
+      ],
+      [
+        "▁appre",
+        0.0
+      ],
+      [
+        "kes",
+        0.0
+      ],
+      [
+        "▁rough",
+        0.0
+      ],
+      [
+        "Do",
+        0.0
+      ],
+      [
+        "▁partner",
+        0.0
+      ],
+      [
+        "▁concerned",
+        0.0
+      ],
+      [
+        "▁37",
+        0.0
+      ],
+      [
+        "▁Gen",
+        0.0
+      ],
+      [
+        "Col",
+        0.0
+      ],
+      [
+        "ctors",
+        0.0
+      ],
+      [
+        "▁=>",
+        0.0
+      ],
+      [
+        "state",
+        0.0
+      ],
+      [
+        "▁suggested",
+        0.0
+      ],
+      [
+        "▁Force",
+        0.0
+      ],
+      [
+        "CE",
+        0.0
+      ],
+      [
+        "▁herself",
+        0.0
+      ],
+      [
+        "▁Plan",
+        0.0
+      ],
+      [
+        "works",
+        0.0
+      ],
+      [
+        "ooth",
+        0.0
+      ],
+      [
+        "rency",
+        0.0
+      ],
+      [
+        "▁corner",
+        0.0
+      ],
+      [
+        "▁husband",
+        0.0
+      ],
+      [
+        "▁internet",
+        0.0
+      ],
+      [
+        "▁Aut",
+        0.0
+      ],
+      [
+        "ems",
+        0.0
+      ],
+      [
+        "osen",
+        0.0
+      ],
+      [
+        "▁Atl",
+        0.0
+      ],
+      [
+        "gen",
+        0.0
+      ],
+      [
+        "▁balance",
+        0.0
+      ],
+      [
+        "62",
+        0.0
+      ],
+      [
+        "▁sounds",
+        0.0
+      ],
+      [
+        "text",
+        0.0
+      ],
+      [
+        "▁arr",
+        0.0
+      ],
+      [
+        "oves",
+        0.0
+      ],
+      [
+        "▁millions",
+        0.0
+      ],
+      [
+        "▁radio",
+        0.0
+      ],
+      [
+        "▁satisf",
+        0.0
+      ],
+      [
+        "▁Dam",
+        0.0
+      ],
+      [
+        "Mr",
+        0.0
+      ],
+      [
+        "Go",
+        0.0
+      ],
+      [
+        "Spe",
+        0.0
+      ],
+      [
+        "▁combat",
+        0.0
+      ],
+      [
+        "rant",
+        0.0
+      ],
+      [
+        "▁Gree",
+        0.0
+      ],
+      [
+        "▁fuel",
+        0.0
+      ],
+      [
+        "▁distance",
+        0.0
+      ],
+      [
+        "▁tests",
+        0.0
+      ],
+      [
+        "▁decre",
+        0.0
+      ],
+      [
+        "▁Er",
+        0.0
+      ],
+      [
+        "▁managed",
+        0.0
+      ],
+      [
+        "DS",
+        0.0
+      ],
+      [
+        "▁tit",
+        0.0
+      ],
+      [
+        "▁measures",
+        0.0
+      ],
+      [
+        "▁Liber",
+        0.0
+      ],
+      [
+        "▁attend",
+        0.0
+      ],
+      [
+        "ashed",
+        0.0
+      ],
+      [
+        "▁Jose",
+        0.0
+      ],
+      [
+        "▁Night",
+        0.0
+      ],
+      [
+        "dit",
+        0.0
+      ],
+      [
+        "▁Nov",
+        0.0
+      ],
+      [
+        "▁End",
+        0.0
+      ],
+      [
+        "outs",
+        0.0
+      ],
+      [
+        "▁generation",
+        0.0
+      ],
+      [
+        "▁advoc",
+        0.0
+      ],
+      [
+        "yth",
+        0.0
+      ],
+      [
+        "▁conversation",
+        0.0
+      ],
+      [
+        "▁Sky",
+        0.0
+      ],
+      [
+        "active",
+        0.0
+      ],
+      [
+        "cel",
+        0.0
+      ],
+      [
+        "rier",
+        0.0
+      ],
+      [
+        "▁Frank",
+        0.0
+      ],
+      [
+        "▁gender",
+        0.0
+      ],
+      [
+        "▁concent",
+        0.0
+      ],
+      [
+        "▁carried",
+        0.0
+      ],
+      [
+        "anda",
+        0.0
+      ],
+      [
+        "▁Virgin",
+        0.0
+      ],
+      [
+        "▁arrived",
+        0.0
+      ],
+      [
+        "icide",
+        0.0
+      ],
+      [
+        "aded",
+        0.0
+      ],
+      [
+        "▁failure",
+        0.0
+      ],
+      [
+        "▁minimum",
+        0.0
+      ],
+      [
+        "lets",
+        0.0
+      ],
+      [
+        "▁worst",
+        0.0
+      ],
+      [
+        "▁keeping",
+        0.0
+      ],
+      [
+        "▁intended",
+        0.0
+      ],
+      [
+        "▁illegal",
+        0.0
+      ],
+      [
+        "▁subsc",
+        0.0
+      ],
+      [
+        "▁determined",
+        0.0
+      ],
+      [
+        "▁trip",
+        0.0
+      ],
+      [
+        "Yes",
+        0.0
+      ],
+      [
+        "▁raise",
+        0.0
+      ],
+      [
+        "▁~",
+        0.0
+      ],
+      [
+        "▁feels",
+        0.0
+      ],
+      [
+        "▁package",
+        0.0
+      ],
+      [
+        "▁Jo",
+        0.0
+      ],
+      [
+        "hi",
+        0.0
+      ],
+      [
+        "2016",
+        0.0
+      ],
+      [
+        "real",
+        0.0
+      ],
+      [
+        "▁fra",
+        0.0
+      ],
+      [
+        "▁symb",
+        0.0
+      ],
+      [
+        "Me",
+        0.0
+      ],
+      [
+        "ucky",
+        0.0
+      ],
+      [
+        "pret",
+        0.0
+      ],
+      [
+        "▁Kh",
+        0.0
+      ],
+      [
+        "▁Edit",
+        0.0
+      ],
+      [
+        "▁Web",
+        0.0
+      ],
+      [
+        "emic",
+        0.0
+      ],
+      [
+        "▁Color",
+        0.0
+      ],
+      [
+        "▁justice",
+        0.0
+      ],
+      [
+        "Int",
+        0.0
+      ],
+      [
+        "▁farm",
+        0.0
+      ],
+      [
+        "cknow",
+        0.0
+      ],
+      [
+        "\">",
+        0.0
+      ],
+      [
+        "eless",
+        0.0
+      ],
+      [
+        "▁reduced",
+        0.0
+      ],
+      [
+        "▁500",
+        0.0
+      ],
+      [
+        "xx",
+        0.0
+      ],
+      [
+        "▁Rad",
+        0.0
+      ],
+      [
+        "▁Wood",
+        0.0
+      ],
+      [
+        "▁clin",
+        0.0
+      ],
+      [
+        "▁hyp",
+        0.0
+      ],
+      [
+        "iler",
+        0.0
+      ],
+      [
+        "ura",
+        0.0
+      ],
+      [
+        "kins",
+        0.0
+      ],
+      [
+        "85",
+        0.0
+      ],
+      [
+        "61",
+        0.0
+      ],
+      [
+        "▁Their",
+        0.0
+      ],
+      [
+        "▁Mary",
+        0.0
+      ],
+      [
+        "▁san",
+        0.0
+      ],
+      [
+        "▁novel",
+        0.0
+      ],
+      [
+        "▁Who",
+        0.0
+      ],
+      [
+        "▁capacity",
+        0.0
+      ],
+      [
+        "▁impossible",
+        0.0
+      ],
+      [
+        "▁plays",
+        0.0
+      ],
+      [
+        "▁minister",
+        0.0
+      ],
+      [
+        "ijuana",
+        0.0
+      ],
+      [
+        "icate",
+        0.0
+      ],
+      [
+        "▁Set",
+        0.0
+      ],
+      [
+        "▁fram",
+        0.0
+      ],
+      [
+        "▁ing",
+        0.0
+      ],
+      [
+        "▁communities",
+        0.0
+      ],
+      [
+        "▁FBI",
+        0.0
+      ],
+      [
+        "ita",
+        0.0
+      ],
+      [
+        "▁bon",
+        0.0
+      ],
+      [
+        "▁strateg",
+        0.0
+      ],
+      [
+        "▁interests",
+        0.0
+      ],
+      [
+        "lock",
+        0.0
+      ],
+      [
+        "gers",
+        0.0
+      ],
+      [
+        "mas",
+        0.0
+      ],
+      [
+        "▁AND",
+        0.0
+      ],
+      [
+        "▁conflict",
+        0.0
+      ],
+      [
+        "▁requirements",
+        0.0
+      ],
+      [
+        "▁sac",
+        0.0
+      ],
+      [
+        "▁operating",
+        0.0
+      ],
+      [
+        "ini",
+        0.0
+      ],
+      [
+        "related",
+        0.0
+      ],
+      [
+        "▁committed",
+        0.0
+      ],
+      [
+        "▁relatively",
+        0.0
+      ],
+      [
+        "▁south",
+        0.0
+      ],
+      [
+        "¯¯",
+        0.0
+      ],
+      [
+        "▁afford",
+        0.0
+      ],
+      [
+        "▁identity",
+        0.0
+      ],
+      [
+        "▁decisions",
+        0.0
+      ],
+      [
+        "▁accused",
+        0.0
+      ],
+      [
+        "place",
+        0.0
+      ],
+      [
+        "▁victory",
+        0.0
+      ],
+      [
+        "och",
+        0.0
+      ],
+      [
+        "iat",
+        0.0
+      ],
+      [
+        "Name",
+        0.0
+      ],
+      [
+        "Com",
+        0.0
+      ],
+      [
+        "tion",
+        0.0
+      ],
+      [
+        "eds",
+        0.0
+      ],
+      [
+        "▁seek",
+        0.0
+      ],
+      [
+        "▁tight",
+        0.0
+      ],
+      [
+        "▁Images",
+        0.0
+      ],
+      [
+        "▁initi",
+        0.0
+      ],
+      [
+        "▁humans",
+        0.0
+      ],
+      [
+        "▁familiar",
+        0.0
+      ],
+      [
+        "▁audience",
+        0.0
+      ],
+      [
+        "▁internal",
+        0.0
+      ],
+      [
+        "venture",
+        0.0
+      ],
+      [
+        "▁sides",
+        0.0
+      ],
+      [
+        "▁TO",
+        0.0
+      ],
+      [
+        "▁dim",
+        0.0
+      ],
+      [
+        "▁conclud",
+        0.0
+      ],
+      [
+        "▁appoint",
+        0.0
+      ],
+      [
+        "▁enforcement",
+        0.0
+      ],
+      [
+        "▁Jim",
+        0.0
+      ],
+      [
+        "▁Association",
+        0.0
+      ],
+      [
+        "▁circumst",
+        0.0
+      ],
+      [
+        "▁Canadian",
+        0.0
+      ],
+      [
+        "▁joined",
+        0.0
+      ],
+      [
+        "▁differences",
+        0.0
+      ],
+      [
+        "▁Los",
+        0.0
+      ],
+      [
+        "▁protest",
+        0.0
+      ],
+      [
+        "▁twice",
+        0.0
+      ],
+      [
+        "win",
+        0.0
+      ],
+      [
+        "▁glass",
+        0.0
+      ],
+      [
+        "arsh",
+        0.0
+      ],
+      [
+        "▁Army",
+        0.0
+      ],
+      [
+        "▁expression",
+        0.0
+      ],
+      [
+        "▁decide",
+        0.0
+      ],
+      [
+        "▁planning",
+        0.0
+      ],
+      [
+        "ania",
+        0.0
+      ],
+      [
+        "▁handle",
+        0.0
+      ],
+      [
+        "▁Microsoft",
+        0.0
+      ],
+      [
+        "▁Nor",
+        0.0
+      ],
+      [
+        "▁maximum",
+        0.0
+      ],
+      [
+        "▁Rev",
+        0.0
+      ],
+      [
+        "▁sea",
+        0.0
+      ],
+      [
+        "▁eval",
+        0.0
+      ],
+      [
+        "▁helps",
+        0.0
+      ],
+      [
+        "ref",
+        0.0
+      ],
+      [
+        "▁bound",
+        0.0
+      ],
+      [
+        "▁mouth",
+        0.0
+      ],
+      [
+        "▁standards",
+        0.0
+      ],
+      [
+        "▁clim",
+        0.0
+      ],
+      [
+        "▁Camp",
+        0.0
+      ],
+      [
+        "▁Fox",
+        0.0
+      ],
+      [
+        "cles",
+        0.0
+      ],
+      [
+        "▁army",
+        0.0
+      ],
+      [
+        "▁Techn",
+        0.0
+      ],
+      [
+        "acking",
+        0.0
+      ],
+      [
+        "xy",
+        0.0
+      ],
+      [
+        "SS",
+        0.0
+      ],
+      [
+        "▁42",
+        0.0
+      ],
+      [
+        "▁bug",
+        0.0
+      ],
+      [
+        "▁Ukrain",
+        0.0
+      ],
+      [
+        "▁Max",
+        0.0
+      ],
+      [
+        "▁Jones",
+        0.0
+      ],
+      [
+        "▁Show",
+        0.0
+      ],
+      [
+        "lo",
+        0.0
+      ],
+      [
+        "▁planet",
+        0.0
+      ],
+      [
+        "▁75",
+        0.0
+      ],
+      [
+        "▁winning",
+        0.0
+      ],
+      [
+        "▁faster",
+        0.0
+      ],
+      [
+        "▁spect",
+        0.0
+      ],
+      [
+        "▁broken",
+        0.0
+      ],
+      [
+        "TR",
+        0.0
+      ],
+      [
+        "▁defined",
+        0.0
+      ],
+      [
+        "▁healthy",
+        0.0
+      ],
+      [
+        "▁competition",
+        0.0
+      ],
+      [
+        "https",
+        0.0
+      ],
+      [
+        "▁Island",
+        0.0
+      ],
+      [
+        "▁Fe",
+        0.0
+      ],
+      [
+        "▁announce",
+        0.0
+      ],
+      [
+        "▁Cup",
+        0.0
+      ],
+      [
+        "▁Instead",
+        0.0
+      ],
+      [
+        "▁client",
+        0.0
+      ],
+      [
+        "▁possibly",
+        0.0
+      ],
+      [
+        "section",
+        0.0
+      ],
+      [
+        "ocket",
+        0.0
+      ],
+      [
+        "look",
+        0.0
+      ],
+      [
+        "▁finish",
+        0.0
+      ],
+      [
+        "▁crew",
+        0.0
+      ],
+      [
+        "▁reserv",
+        0.0
+      ],
+      [
+        "▁editor",
+        0.0
+      ],
+      [
+        "▁hate",
+        0.0
+      ],
+      [
+        "▁sale",
+        0.0
+      ],
+      [
+        "▁controvers",
+        0.0
+      ],
+      [
+        "▁pages",
+        0.0
+      ],
+      [
+        "wing",
+        0.0
+      ],
+      [
+        "▁numer",
+        0.0
+      ],
+      [
+        "▁opposition",
+        0.0
+      ],
+      [
+        "▁2004",
+        0.0
+      ],
+      [
+        "▁refuge",
+        0.0
+      ],
+      [
+        "▁flight",
+        0.0
+      ],
+      [
+        "▁apart",
+        0.0
+      ],
+      [
+        "▁Lat",
+        0.0
+      ],
+      [
+        "Americ",
+        0.0
+      ],
+      [
+        "▁Africa",
+        0.0
+      ],
+      [
+        "▁applications",
+        0.0
+      ],
+      [
+        "▁Palest",
+        0.0
+      ],
+      [
+        "▁Bur",
+        0.0
+      ],
+      [
+        "▁gar",
+        0.0
+      ],
+      [
+        "▁Social",
+        0.0
+      ],
+      [
+        "▁upgr",
+        0.0
+      ],
+      [
+        "▁shape",
+        0.0
+      ],
+      [
+        "▁speaking",
+        0.0
+      ],
+      [
+        "ansion",
+        0.0
+      ],
+      [
+        "ao",
+        0.0
+      ],
+      [
+        "▁Sn",
+        0.0
+      ],
+      [
+        "▁worry",
+        0.0
+      ],
+      [
+        "▁Britain",
+        0.0
+      ],
+      [
+        "Please",
+        0.0
+      ],
+      [
+        "roud",
+        0.0
+      ],
+      [
+        "▁hun",
+        0.0
+      ],
+      [
+        "▁introduced",
+        0.0
+      ],
+      [
+        "▁diet",
+        0.0
+      ],
+      [
+        "Ind",
+        0.0
+      ],
+      [
+        "▁Second",
+        0.0
+      ],
+      [
+        "▁functions",
+        0.0
+      ],
+      [
+        "uts",
+        0.0
+      ],
+      [
+        "▁Each",
+        0.0
+      ],
+      [
+        "▁Jeff",
+        0.0
+      ],
+      [
+        "▁stress",
+        0.0
+      ],
+      [
+        "▁accounts",
+        0.0
+      ],
+      [
+        "▁guarant",
+        0.0
+      ],
+      [
+        "▁Ann",
+        0.0
+      ],
+      [
+        "edia",
+        0.0
+      ],
+      [
+        "▁honest",
+        0.0
+      ],
+      [
+        "▁tree",
+        0.0
+      ],
+      [
+        "▁African",
+        0.0
+      ],
+      [
+        "▁Bush",
+        0.0
+      ],
+      [
+        "},",
+        0.0
+      ],
+      [
+        "▁sch",
+        0.0
+      ],
+      [
+        "▁Only",
+        0.0
+      ],
+      [
+        "▁fif",
+        0.0
+      ],
+      [
+        "igan",
+        0.0
+      ],
+      [
+        "▁exercise",
+        0.0
+      ],
+      [
+        "▁Exp",
+        0.0
+      ],
+      [
+        "▁scientists",
+        0.0
+      ],
+      [
+        "▁legislation",
+        0.0
+      ],
+      [
+        "▁Work",
+        0.0
+      ],
+      [
+        "▁Spr",
+        0.0
+      ],
+      [
+        "ÃĤ",
+        0.0
+      ],
+      [
+        "▁Human",
+        0.0
+      ],
+      [
+        "▁è",
+        0.0
+      ],
+      [
+        "▁survey",
+        0.0
+      ],
+      [
+        "▁rich",
+        0.0
+      ],
+      [
+        "rip",
+        0.0
+      ],
+      [
+        "▁maintain",
+        0.0
+      ],
+      [
+        "▁flo",
+        0.0
+      ],
+      [
+        "▁leadership",
+        0.0
+      ],
+      [
+        "stream",
+        0.0
+      ],
+      [
+        "▁Islamic",
+        0.0
+      ],
+      [
+        "▁01",
+        0.0
+      ],
+      [
+        "▁College",
+        0.0
+      ],
+      [
+        "▁magic",
+        0.0
+      ],
+      [
+        "▁Prime",
+        0.0
+      ],
+      [
+        "▁figures",
+        0.0
+      ],
+      [
+        "2017",
+        0.0
+      ],
+      [
+        "inder",
+        0.0
+      ],
+      [
+        "xual",
+        0.0
+      ],
+      [
+        "▁Dead",
+        0.0
+      ],
+      [
+        "▁absolutely",
+        0.0
+      ],
+      [
+        "▁fourth",
+        0.0
+      ],
+      [
+        "▁presented",
+        0.0
+      ],
+      [
+        "respond",
+        0.0
+      ],
+      [
+        "rible",
+        0.0
+      ],
+      [
+        "▁alcohol",
+        0.0
+      ],
+      [
+        "ato",
+        0.0
+      ],
+      [
+        "▁DE",
+        0.0
+      ],
+      [
+        "porary",
+        0.0
+      ],
+      [
+        "▁grab",
+        0.0
+      ],
+      [
+        "▁vari",
+        0.0
+      ],
+      [
+        "▁quant",
+        0.0
+      ],
+      [
+        "▁Photo",
+        0.0
+      ],
+      [
+        "▁plus",
+        0.0
+      ],
+      [
+        "rick",
+        0.0
+      ],
+      [
+        "arks",
+        0.0
+      ],
+      [
+        "▁alternative",
+        0.0
+      ],
+      [
+        "▁pil",
+        0.0
+      ],
+      [
+        "▁approx",
+        0.0
+      ],
+      [
+        "that",
+        0.0
+      ],
+      [
+        "▁objects",
+        0.0
+      ],
+      [
+        "▁Ro",
+        0.0
+      ],
+      [
+        "▁Android",
+        0.0
+      ],
+      [
+        "▁significantly",
+        0.0
+      ],
+      [
+        "▁Road",
+        0.0
+      ],
+      [
+        "kay",
+        0.0
+      ],
+      [
+        "Read",
+        0.0
+      ],
+      [
+        "avor",
+        0.0
+      ],
+      [
+        "▁acknow",
+        0.0
+      ],
+      [
+        "▁HD",
+        0.0
+      ],
+      [
+        "▁Sing",
+        0.0
+      ],
+      [
+        "Or",
+        0.0
+      ],
+      [
+        "▁Mont",
+        0.0
+      ],
+      [
+        "▁uns",
+        0.0
+      ],
+      [
+        "prof",
+        0.0
+      ],
+      [
+        "▁negoti",
+        0.0
+      ],
+      [
+        "▁Arch",
+        0.0
+      ],
+      [
+        "iki",
+        0.0
+      ],
+      [
+        "▁television",
+        0.0
+      ],
+      [
+        "▁Jewish",
+        0.0
+      ],
+      [
+        "▁committee",
+        0.0
+      ],
+      [
+        "▁motor",
+        0.0
+      ],
+      [
+        "▁appearance",
+        0.0
+      ],
+      [
+        "▁sitting",
+        0.0
+      ],
+      [
+        "▁strike",
+        0.0
+      ],
+      [
+        "▁Down",
+        0.0
+      ],
+      [
+        "comp",
+        0.0
+      ],
+      [
+        "▁Hist",
+        0.0
+      ],
+      [
+        "▁fold",
+        0.0
+      ],
+      [
+        "acement",
+        0.0
+      ],
+      [
+        "▁Louis",
+        0.0
+      ],
+      [
+        "▁belong",
+        0.0
+      ],
+      [
+        "▁âĢ¢",
+        0.0
+      ],
+      [
+        "▁mort",
+        0.0
+      ],
+      [
+        "▁prepared",
+        0.0
+      ],
+      [
+        "▁64",
+        0.0
+      ],
+      [
+        "▁Master",
+        0.0
+      ],
+      [
+        "▁indeed",
+        0.0
+      ],
+      [
+        "▁Den",
+        0.0
+      ],
+      [
+        "▁rent",
+        0.0
+      ],
+      [
+        "TA",
+        0.0
+      ],
+      [
+        "ourney",
+        0.0
+      ],
+      [
+        "arc",
+        0.0
+      ],
+      [
+        "Su",
+        0.0
+      ],
+      [
+        "97",
+        0.0
+      ],
+      [
+        "▁advice",
+        0.0
+      ],
+      [
+        "▁changing",
+        0.0
+      ],
+      [
+        "▁listed",
+        0.0
+      ],
+      [
+        "▁launched",
+        0.0
+      ],
+      [
+        "isation",
+        0.0
+      ],
+      [
+        "▁Peter",
+        0.0
+      ],
+      [
+        "ishes",
+        0.0
+      ],
+      [
+        "▁lived",
+        0.0
+      ],
+      [
+        "▁Mel",
+        0.0
+      ],
+      [
+        "▁Supreme",
+        0.0
+      ],
+      [
+        "▁Federal",
+        0.0
+      ],
+      [
+        "▁);",
+        0.0
+      ],
+      [
+        "ructure",
+        0.0
+      ],
+      [
+        "▁sets",
+        0.0
+      ],
+      [
+        "▁philos",
+        0.0
+      ],
+      [
+        "uous",
+        0.0
+      ],
+      [
+        "▁Âł",
+        0.0
+      ],
+      [
+        "▁applied",
+        0.0
+      ],
+      [
+        "▁NOT",
+        0.0
+      ],
+      [
+        "▁housing",
+        0.0
+      ],
+      [
+        "▁Mount",
+        0.0
+      ],
+      [
+        "▁odd",
+        0.0
+      ],
+      [
+        "▁sust",
+        0.0
+      ],
+      [
+        "DA",
+        0.0
+      ],
+      [
+        "fficient",
+        0.0
+      ],
+      [
+        "▁?",
+        0.0
+      ],
+      [
+        "olved",
+        0.0
+      ],
+      [
+        "▁powers",
+        0.0
+      ],
+      [
+        "▁thr",
+        0.0
+      ],
+      [
+        "▁remaining",
+        0.0
+      ],
+      [
+        "▁Water",
+        0.0
+      ],
+      [
+        "LC",
+        0.0
+      ],
+      [
+        "▁causes",
+        0.0
+      ],
+      [
+        "ãģ®",
+        0.0
+      ],
+      [
+        "▁manner",
+        0.0
+      ],
+      [
+        "ads",
+        0.0
+      ],
+      [
+        "▁suggests",
+        0.0
+      ],
+      [
+        "▁ends",
+        0.0
+      ],
+      [
+        "standing",
+        0.0
+      ],
+      [
+        "fig",
+        0.0
+      ],
+      [
+        "▁Dun",
+        0.0
+      ],
+      [
+        "idth",
+        0.0
+      ],
+      [
+        "▁gay",
+        0.0
+      ],
+      [
+        "▁termin",
+        0.0
+      ],
+      [
+        "▁Angeles",
+        0.0
+      ],
+      [
+        "MS",
+        0.0
+      ],
+      [
+        "▁scientific",
+        0.0
+      ],
+      [
+        "▁coal",
+        0.0
+      ],
+      [
+        "apers",
+        0.0
+      ],
+      [
+        "bar",
+        0.0
+      ],
+      [
+        "▁Thomas",
+        0.0
+      ],
+      [
+        "▁sym",
+        0.0
+      ],
+      [
+        "▁Run",
+        0.0
+      ],
+      [
+        "this",
+        0.0
+      ],
+      [
+        "PC",
+        0.0
+      ],
+      [
+        "igrants",
+        0.0
+      ],
+      [
+        "▁minute",
+        0.0
+      ],
+      [
+        "▁District",
+        0.0
+      ],
+      [
+        "cellent",
+        0.0
+      ],
+      [
+        "▁leaves",
+        0.0
+      ],
+      [
+        "▁completed",
+        0.0
+      ],
+      [
+        "amin",
+        0.0
+      ],
+      [
+        "▁focused",
+        0.0
+      ],
+      [
+        "▁monitor",
+        0.0
+      ],
+      [
+        "▁vehicles",
+        0.0
+      ],
+      [
+        "MA",
+        0.0
+      ],
+      [
+        "▁Mass",
+        0.0
+      ],
+      [
+        "▁Grand",
+        0.0
+      ],
+      [
+        "▁affected",
+        0.0
+      ],
+      [
+        "itutional",
+        0.0
+      ],
+      [
+        "▁construct",
+        0.0
+      ],
+      [
+        "▁follows",
+        0.0
+      ],
+      [
+        "▁ton",
+        0.0
+      ],
+      [
+        "reens",
+        0.0
+      ],
+      [
+        "▁homes",
+        0.0
+      ],
+      [
+        "▁Ext",
+        0.0
+      ],
+      [
+        "▁Level",
+        0.0
+      ],
+      [
+        "rast",
+        0.0
+      ],
+      [
+        "▁Ir",
+        0.0
+      ],
+      [
+        "▁elim",
+        0.0
+      ],
+      [
+        "▁largely",
+        0.0
+      ],
+      [
+        "▁Joe",
+        0.0
+      ],
+      [
+        "▁votes",
+        0.0
+      ],
+      [
+        "alls",
+        0.0
+      ],
+      [
+        "▁businesses",
+        0.0
+      ],
+      [
+        "▁Foundation",
+        0.0
+      ],
+      [
+        "▁Central",
+        0.0
+      ],
+      [
+        "▁yards",
+        0.0
+      ],
+      [
+        "▁materials",
+        0.0
+      ],
+      [
+        "ulner",
+        0.0
+      ],
+      [
+        "▁guide",
+        0.0
+      ],
+      [
+        "▁closer",
+        0.0
+      ],
+      [
+        "ums",
+        0.0
+      ],
+      [
+        "▁sports",
+        0.0
+      ],
+      [
+        "eder",
+        0.0
+      ],
+      [
+        "Just",
+        0.0
+      ],
+      [
+        "▁taxes",
+        0.0
+      ],
+      [
+        "84",
+        0.0
+      ],
+      [
+        "▁Old",
+        0.0
+      ],
+      [
+        "▁decade",
+        0.0
+      ],
+      [
+        "ola",
+        0.0
+      ],
+      [
+        "▁vir",
+        0.0
+      ],
+      [
+        "▁dropped",
+        0.0
+      ],
+      [
+        "▁delay",
+        0.0
+      ],
+      [
+        "itect",
+        0.0
+      ],
+      [
+        "▁secure",
+        0.0
+      ],
+      [
+        "stein",
+        0.0
+      ],
+      [
+        "level",
+        0.0
+      ],
+      [
+        "▁treated",
+        0.0
+      ],
+      [
+        "▁filed",
+        0.0
+      ],
+      [
+        "aine",
+        0.0
+      ],
+      [
+        "▁van",
+        0.0
+      ],
+      [
+        "▁mir",
+        0.0
+      ],
+      [
+        "▁column",
+        0.0
+      ],
+      [
+        "icted",
+        0.0
+      ],
+      [
+        "eper",
+        0.0
+      ],
+      [
+        "▁rot",
+        0.0
+      ],
+      [
+        "▁consult",
+        0.0
+      ],
+      [
+        "▁entry",
+        0.0
+      ],
+      [
+        "▁marijuana",
+        0.0
+      ],
+      [
+        "▁Dou",
+        0.0
+      ],
+      [
+        "▁apparently",
+        0.0
+      ],
+      [
+        "oking",
+        0.0
+      ],
+      [
+        "clusive",
+        0.0
+      ],
+      [
+        "▁increases",
+        0.0
+      ],
+      [
+        "ano",
+        0.0
+      ],
+      [
+        "▁specifically",
+        0.0
+      ],
+      [
+        "▁tele",
+        0.0
+      ],
+      [
+        "ensions",
+        0.0
+      ],
+      [
+        "▁religion",
+        0.0
+      ],
+      [
+        "abilities",
+        0.0
+      ],
+      [
+        "▁frame",
+        0.0
+      ],
+      [
+        "▁Note",
+        0.0
+      ],
+      [
+        "▁Lee",
+        0.0
+      ],
+      [
+        "▁helping",
+        0.0
+      ],
+      [
+        "▁edge",
+        0.0
+      ],
+      [
+        "oston",
+        0.0
+      ],
+      [
+        "▁organizations",
+        0.0
+      ],
+      [
+        "Ãĥ",
+        0.0
+      ],
+      [
+        "▁Both",
+        0.0
+      ],
+      [
+        "hips",
+        0.0
+      ],
+      [
+        "▁bigger",
+        0.0
+      ],
+      [
+        "▁boost",
+        0.0
+      ],
+      [
+        "▁Stand",
+        0.0
+      ],
+      [
+        "▁row",
+        0.0
+      ],
+      [
+        "uls",
+        0.0
+      ],
+      [
+        "abase",
+        0.0
+      ],
+      [
+        "▁rid",
+        0.0
+      ],
+      [
+        "Let",
+        0.0
+      ],
+      [
+        "aren",
+        0.0
+      ],
+      [
+        "rave",
+        0.0
+      ],
+      [
+        "▁stret",
+        0.0
+      ],
+      [
+        "PD",
+        0.0
+      ],
+      [
+        "▁vision",
+        0.0
+      ],
+      [
+        "▁wearing",
+        0.0
+      ],
+      [
+        "▁appreci",
+        0.0
+      ],
+      [
+        "▁award",
+        0.0
+      ],
+      [
+        "▁Use",
+        0.0
+      ],
+      [
+        "▁factor",
+        0.0
+      ],
+      [
+        "war",
+        0.0
+      ],
+      [
+        "ulations",
+        0.0
+      ],
+      [
+        ")(",
+        0.0
+      ],
+      [
+        "▁god",
+        0.0
+      ],
+      [
+        "▁territ",
+        0.0
+      ],
+      [
+        "▁param",
+        0.0
+      ],
+      [
+        "asts",
+        0.0
+      ],
+      [
+        "87",
+        0.0
+      ],
+      [
+        "▁enemies",
+        0.0
+      ],
+      [
+        "▁Games",
+        0.0
+      ],
+      [
+        "FF",
+        0.0
+      ],
+      [
+        "▁accident",
+        0.0
+      ],
+      [
+        "Well",
+        0.0
+      ],
+      [
+        "▁Martin",
+        0.0
+      ],
+      [
+        "TER",
+        0.0
+      ],
+      [
+        "▁ath",
+        0.0
+      ],
+      [
+        "▁Hell",
+        0.0
+      ],
+      [
+        "▁forg",
+        0.0
+      ],
+      [
+        "▁veter",
+        0.0
+      ],
+      [
+        "▁Medic",
+        0.0
+      ],
+      [
+        "free",
+        0.0
+      ],
+      [
+        "▁stars",
+        0.0
+      ],
+      [
+        "▁expensive",
+        0.0
+      ],
+      [
+        "▁acad",
+        0.0
+      ],
+      [
+        "rawn",
+        0.0
+      ],
+      [
+        "▁Whe",
+        0.0
+      ],
+      [
+        "▁lock",
+        0.0
+      ],
+      [
+        "▁format",
+        0.0
+      ],
+      [
+        "▁soldiers",
+        0.0
+      ],
+      [
+        "sm",
+        0.0
+      ],
+      [
+        "▁agent",
+        0.0
+      ],
+      [
+        "▁responsibility",
+        0.0
+      ],
+      [
+        "ora",
+        0.0
+      ],
+      [
+        "▁Science",
+        0.0
+      ],
+      [
+        "▁rapid",
+        0.0
+      ],
+      [
+        "▁tough",
+        0.0
+      ],
+      [
+        "▁Jesus",
+        0.0
+      ],
+      [
+        "▁believes",
+        0.0
+      ],
+      [
+        "ML",
+        0.0
+      ],
+      [
+        "▁wear",
+        0.0
+      ],
+      [
+        "lete",
+        0.0
+      ],
+      [
+        "ÃĥÃĤ",
+        0.0
+      ],
+      [
+        "▁Dri",
+        0.0
+      ],
+      [
+        "▁commission",
+        0.0
+      ],
+      [
+        "▁Bob",
+        0.0
+      ],
+      [
+        "Oh",
+        0.0
+      ],
+      [
+        "aped",
+        0.0
+      ],
+      [
+        "▁warm",
+        0.0
+      ],
+      [
+        "ÃĥÃĤÃĥÃĤ",
+        0.0
+      ],
+      [
+        "▁2003",
+        0.0
+      ],
+      [
+        "ortion",
+        0.0
+      ],
+      [
+        "▁hasn",
+        0.0
+      ],
+      [
+        "uster",
+        0.0
+      ],
+      [
+        "▁univers",
+        0.0
+      ],
+      [
+        "▁Ill",
+        0.0
+      ],
+      [
+        "▁king",
+        0.0
+      ],
+      [
+        "ologies",
+        0.0
+      ],
+      [
+        "94",
+        0.0
+      ],
+      [
+        "▁Tem",
+        0.0
+      ],
+      [
+        "▁Mos",
+        0.0
+      ],
+      [
+        "▁patient",
+        0.0
+      ],
+      [
+        "▁Mexico",
+        0.0
+      ],
+      [
+        "cean",
+        0.0
+      ],
+      [
+        "▁Death",
+        0.0
+      ],
+      [
+        "▁Sanders",
+        0.0
+      ],
+      [
+        "you",
+        0.0
+      ],
+      [
+        "▁Cast",
+        0.0
+      ],
+      [
+        "▁Company",
+        0.0
+      ],
+      [
+        "pty",
+        0.0
+      ],
+      [
+        "▁happening",
+        0.0
+      ],
+      [
+        "FP",
+        0.0
+      ],
+      [
+        "▁Battle",
+        0.0
+      ],
+      [
+        "▁bought",
+        0.0
+      ],
+      [
+        "Am",
+        0.0
+      ],
+      [
+        "Mod",
+        0.0
+      ],
+      [
+        "Us",
+        0.0
+      ],
+      [
+        "uters",
+        0.0
+      ],
+      [
+        "▁Cre",
+        0.0
+      ],
+      [
+        "▁Those",
+        0.0
+      ],
+      [
+        "▁44",
+        0.0
+      ],
+      [
+        "iser",
+        0.0
+      ],
+      [
+        "▁soul",
+        0.0
+      ],
+      [
+        "▁Top",
+        0.0
+      ],
+      [
+        "▁Harry",
+        0.0
+      ],
+      [
+        "▁Aw",
+        0.0
+      ],
+      [
+        "▁seat",
+        0.0
+      ],
+      [
+        "ffee",
+        0.0
+      ],
+      [
+        "▁revolution",
+        0.0
+      ],
+      [
+        "▁(\"",
+        0.0
+      ],
+      [
+        "▁During",
+        0.0
+      ],
+      [
+        "ette",
+        0.0
+      ],
+      [
+        "▁ring",
+        0.0
+      ],
+      [
+        "▁offensive",
+        0.0
+      ],
+      [
+        "▁returns",
+        0.0
+      ],
+      [
+        "▁videos",
+        0.0
+      ],
+      [
+        "▁discl",
+        0.0
+      ],
+      [
+        "▁famous",
+        0.0
+      ],
+      [
+        "enced",
+        0.0
+      ],
+      [
+        "▁Sign",
+        0.0
+      ],
+      [
+        "▁River",
+        0.0
+      ],
+      [
+        "▁300",
+        0.0
+      ],
+      [
+        "PM",
+        0.0
+      ],
+      [
+        "▁Bus",
+        0.0
+      ],
+      [
+        "▁CH",
+        0.0
+      ],
+      [
+        "▁candidates",
+        0.0
+      ],
+      [
+        "arden",
+        0.0
+      ],
+      [
+        "▁percentage",
+        0.0
+      ],
+      [
+        "▁visual",
+        0.0
+      ],
+      [
+        "▁thank",
+        0.0
+      ],
+      [
+        "▁trouble",
+        0.0
+      ],
+      [
+        "nergy",
+        0.0
+      ],
+      [
+        "▁2001",
+        0.0
+      ],
+      [
+        "▁prove",
+        0.0
+      ],
+      [
+        "ashion",
+        0.0
+      ],
+      [
+        "▁enh",
+        0.0
+      ],
+      [
+        "▁Long",
+        0.0
+      ],
+      [
+        "UM",
+        0.0
+      ],
+      [
+        "▁connected",
+        0.0
+      ],
+      [
+        "▁possibility",
+        0.0
+      ],
+      [
+        "Over",
+        0.0
+      ],
+      [
+        "▁expert",
+        0.0
+      ],
+      [
+        "▁library",
+        0.0
+      ],
+      [
+        "arts",
+        0.0
+      ],
+      [
+        "▁Director",
+        0.0
+      ],
+      [
+        "▁fellow",
+        0.0
+      ],
+      [
+        "92",
+        0.0
+      ],
+      [
+        "irty",
+        0.0
+      ],
+      [
+        "▁dry",
+        0.0
+      ],
+      [
+        "▁signs",
+        0.0
+      ],
+      [
+        "▁Love",
+        0.0
+      ],
+      [
+        "▁quiet",
+        0.0
+      ],
+      [
+        "foot",
+        0.0
+      ],
+      [
+        "▁pure",
+        0.0
+      ],
+      [
+        "▁Hun",
+        0.0
+      ],
+      [
+        "▁filled",
+        0.0
+      ],
+      [
+        "phas",
+        0.0
+      ],
+      [
+        "▁Elect",
+        0.0
+      ],
+      [
+        "endment",
+        0.0
+      ],
+      [
+        "▁Expl",
+        0.0
+      ],
+      [
+        "▁unable",
+        0.0
+      ],
+      [
+        "ns",
+        0.0
+      ],
+      [
+        "mo",
+        0.0
+      ],
+      [
+        "▁vast",
+        0.0
+      ],
+      [
+        "obe",
+        0.0
+      ],
+      [
+        "▁identify",
+        0.0
+      ],
+      [
+        "apping",
+        0.0
+      ],
+      [
+        "▁Carolina",
+        0.0
+      ],
+      [
+        "gress",
+        0.0
+      ],
+      [
+        "▁prote",
+        0.0
+      ],
+      [
+        "▁fish",
+        0.0
+      ],
+      [
+        "▁circumstances",
+        0.0
+      ],
+      [
+        "razy",
+        0.0
+      ],
+      [
+        "▁Phot",
+        0.0
+      ],
+      [
+        "▁bodies",
+        0.0
+      ],
+      [
+        "▁Mur",
+        0.0
+      ],
+      [
+        "▁developing",
+        0.0
+      ],
+      [
+        "▁AR",
+        0.0
+      ],
+      [
+        "▁experienced",
+        0.0
+      ],
+      [
+        "▁substant",
+        0.0
+      ],
+      [
+        "▁Board",
+        0.0
+      ],
+      [
+        "esome",
+        0.0
+      ],
+      [
+        "▁domestic",
+        0.0
+      ],
+      [
+        "▁combined",
+        0.0
+      ],
+      [
+        "▁Put",
+        0.0
+      ],
+      [
+        "▁chemical",
+        0.0
+      ],
+      [
+        "▁Child",
+        0.0
+      ],
+      [
+        "▁pool",
+        0.0
+      ],
+      [
+        "▁Cy",
+        0.0
+      ],
+      [
+        "▁egg",
+        0.0
+      ],
+      [
+        "cons",
+        0.0
+      ],
+      [
+        "sters",
+        0.0
+      ],
+      [
+        "▁hurt",
+        0.0
+      ],
+      [
+        "▁markets",
+        0.0
+      ],
+      [
+        "▁conservative",
+        0.0
+      ],
+      [
+        "▁supporters",
+        0.0
+      ],
+      [
+        "▁agencies",
+        0.0
+      ],
+      [
+        "idel",
+        0.0
+      ],
+      [
+        "Ob",
+        0.0
+      ],
+      [
+        "urb",
+        0.0
+      ],
+      [
+        "▁43",
+        0.0
+      ],
+      [
+        "▁Defense",
+        0.0
+      ],
+      [
+        "ye",
+        0.0
+      ],
+      [
+        "▁Ap",
+        0.0
+      ],
+      [
+        "dule",
+        0.0
+      ],
+      [
+        "▁temperature",
+        0.0
+      ],
+      [
+        "▁conducted",
+        0.0
+      ],
+      [
+        "▁Chief",
+        0.0
+      ],
+      [
+        "▁pulled",
+        0.0
+      ],
+      [
+        "▁fol",
+        0.0
+      ],
+      [
+        "Last",
+        0.0
+      ],
+      [
+        "onto",
+        0.0
+      ],
+      [
+        "osis",
+        0.0
+      ],
+      [
+        "VER",
+        0.0
+      ],
+      [
+        "Des",
+        0.0
+      ],
+      [
+        "▁Pan",
+        0.0
+      ],
+      [
+        "First",
+        0.0
+      ],
+      [
+        "▁advance",
+        0.0
+      ],
+      [
+        "▁license",
+        0.0
+      ],
+      [
+        "rors",
+        0.0
+      ],
+      [
+        "▁Jon",
+        0.0
+      ],
+      [
+        "▁imagine",
+        0.0
+      ],
+      [
+        "▁hell",
+        0.0
+      ],
+      [
+        "▁fixed",
+        0.0
+      ],
+      [
+        "▁incor",
+        0.0
+      ],
+      [
+        "osite",
+        0.0
+      ],
+      [
+        "▁Log",
+        0.0
+      ],
+      [
+        "icken",
+        0.0
+      ],
+      [
+        "]:",
+        0.0
+      ],
+      [
+        "▁surprise",
+        0.0
+      ],
+      [
+        "hab",
+        0.0
+      ],
+      [
+        "▁craft",
+        0.0
+      ],
+      [
+        "olt",
+        0.0
+      ],
+      [
+        "▁Jul",
+        0.0
+      ],
+      [
+        "▁dial",
+        0.0
+      ],
+      [
+        "▁relevant",
+        0.0
+      ],
+      [
+        "▁entered",
+        0.0
+      ],
+      [
+        "▁leads",
+        0.0
+      ],
+      [
+        "▁AD",
+        0.0
+      ],
+      [
+        "▁Clean",
+        0.0
+      ],
+      [
+        "▁pictures",
+        0.0
+      ],
+      [
+        "essor",
+        0.0
+      ],
+      [
+        "▁alt",
+        0.0
+      ],
+      [
+        "▁paying",
+        0.0
+      ],
+      [
+        "Per",
+        0.0
+      ],
+      [
+        "▁Market",
+        0.0
+      ],
+      [
+        "▁updates",
+        0.0
+      ],
+      [
+        "amily",
+        0.0
+      ],
+      [
+        "▁Type",
+        0.0
+      ],
+      [
+        "▁Home",
+        0.0
+      ],
+      [
+        "▁55",
+        0.0
+      ],
+      [
+        "sembly",
+        0.0
+      ],
+      [
+        "rome",
+        0.0
+      ],
+      [
+        "83",
+        0.0
+      ],
+      [
+        "▁greatest",
+        0.0
+      ],
+      [
+        "▁height",
+        0.0
+      ],
+      [
+        "▁heav",
+        0.0
+      ],
+      [
+        "aints",
+        0.0
+      ],
+      [
+        "▁listen",
+        0.0
+      ],
+      [
+        "aser",
+        0.0
+      ],
+      [
+        "▁SH",
+        0.0
+      ],
+      [
+        "▁capable",
+        0.0
+      ],
+      [
+        "acle",
+        0.0
+      ],
+      [
+        "▁perspect",
+        0.0
+      ],
+      [
+        "inating",
+        0.0
+      ],
+      [
+        "▁offering",
+        0.0
+      ],
+      [
+        "rypt",
+        0.0
+      ],
+      [
+        "▁Develop",
+        0.0
+      ],
+      [
+        "abin",
+        0.0
+      ],
+      [
+        "rc",
+        0.0
+      ],
+      [
+        "▁bright",
+        0.0
+      ],
+      [
+        "alty",
+        0.0
+      ],
+      [
+        "arrow",
+        0.0
+      ],
+      [
+        "▁suppl",
+        0.0
+      ],
+      [
+        "inding",
+        0.0
+      ],
+      [
+        "acked",
+        0.0
+      ],
+      [
+        "gypt",
+        0.0
+      ],
+      [
+        "▁Another",
+        0.0
+      ],
+      [
+        "pg",
+        0.0
+      ],
+      [
+        "▁Virginia",
+        0.0
+      ],
+      [
+        "▁Lu",
+        0.0
+      ],
+      [
+        "▁planned",
+        0.0
+      ],
+      [
+        "▁pit",
+        0.0
+      ],
+      [
+        "▁sweet",
+        0.0
+      ],
+      [
+        "Type",
+        0.0
+      ],
+      [
+        "▁Di",
+        0.0
+      ],
+      [
+        "▁typically",
+        0.0
+      ],
+      [
+        "▁Francisco",
+        0.0
+      ],
+      [
+        "▁prospect",
+        0.0
+      ],
+      [
+        "▁Dan",
+        0.0
+      ],
+      [
+        "▁teen",
+        0.0
+      ],
+      [
+        "rees",
+        0.0
+      ],
+      [
+        "▁sched",
+        0.0
+      ],
+      [
+        "▁hol",
+        0.0
+      ],
+      [
+        "▁scr",
+        0.0
+      ],
+      [
+        "▁lots",
+        0.0
+      ],
+      [
+        "life",
+        0.0
+      ],
+      [
+        "▁newsp",
+        0.0
+      ],
+      [
+        "▁forget",
+        0.0
+      ],
+      [
+        "▁None",
+        0.0
+      ],
+      [
+        "▁Middle",
+        0.0
+      ],
+      [
+        "▁Ryan",
+        0.0
+      ],
+      [
+        "edd",
+        0.0
+      ],
+      [
+        "▁severe",
+        0.0
+      ],
+      [
+        "▁suit",
+        0.0
+      ],
+      [
+        "ller",
+        0.0
+      ],
+      [
+        "93",
+        0.0
+      ],
+      [
+        "▁correspond",
+        0.0
+      ],
+      [
+        "▁explos",
+        0.0
+      ],
+      [
+        "uations",
+        0.0
+      ],
+      [
+        "▁flag",
+        0.0
+      ],
+      [
+        "game",
+        0.0
+      ],
+      [
+        "rid",
+        0.0
+      ],
+      [
+        "▁prin",
+        0.0
+      ],
+      [
+        "▁Data",
+        0.0
+      ],
+      [
+        "▁deploy",
+        0.0
+      ],
+      [
+        "▁Enter",
+        0.0
+      ],
+      [
+        "suit",
+        0.0
+      ],
+      [
+        "ghan",
+        0.0
+      ],
+      [
+        "▁Men",
+        0.0
+      ],
+      [
+        "▁thoughts",
+        0.0
+      ],
+      [
+        "▁matters",
+        0.0
+      ],
+      [
+        "▁adapt",
+        0.0
+      ],
+      [
+        "▁Ari",
+        0.0
+      ],
+      [
+        "▁fill",
+        0.0
+      ],
+      [
+        "▁forth",
+        0.0
+      ],
+      [
+        "▁sam",
+        0.0
+      ],
+      [
+        "▁41",
+        0.0
+      ],
+      [
+        "▁payment",
+        0.0
+      ],
+      [
+        "▁Hor",
+        0.0
+      ],
+      [
+        "▁spring",
+        0.0
+      ],
+      [
+        "duc",
+        0.0
+      ],
+      [
+        "▁losing",
+        0.0
+      ],
+      [
+        "▁bringing",
+        0.0
+      ],
+      [
+        "FO",
+        0.0
+      ],
+      [
+        "ala",
+        0.0
+      ],
+      [
+        "▁distribution",
+        0.0
+      ],
+      [
+        "hered",
+        0.0
+      ],
+      [
+        "bour",
+        0.0
+      ],
+      [
+        "▁Israeli",
+        0.0
+      ],
+      [
+        "oma",
+        0.0
+      ],
+      [
+        "▁combination",
+        0.0
+      ],
+      [
+        "▁plenty",
+        0.0
+      ],
+      [
+        "VE",
+        0.0
+      ],
+      [
+        "Can",
+        0.0
+      ],
+      [
+        "▁Haw",
+        0.0
+      ],
+      [
+        "▁perman",
+        0.0
+      ],
+      [
+        "▁Special",
+        0.0
+      ],
+      [
+        "▁tow",
+        0.0
+      ],
+      [
+        "▁seeking",
+        0.0
+      ],
+      [
+        "▁examples",
+        0.0
+      ],
+      [
+        "▁classes",
+        0.0
+      ],
+      [
+        "cr",
+        0.0
+      ],
+      [
+        "▁beer",
+        0.0
+      ],
+      [
+        "▁moves",
+        0.0
+      ],
+      [
+        "▁IP",
+        0.0
+      ],
+      [
+        "▁Kn",
+        0.0
+      ],
+      [
+        "▁panel",
+        0.0
+      ],
+      [
+        "Even",
+        0.0
+      ],
+      [
+        "▁properly",
+        0.0
+      ],
+      [
+        "▁ris",
+        0.0
+      ],
+      [
+        "▁plug",
+        0.0
+      ],
+      [
+        "▁estimated",
+        0.0
+      ],
+      [
+        "Every",
+        0.0
+      ],
+      [
+        "▁defensive",
+        0.0
+      ],
+      [
+        "agraph",
+        0.0
+      ],
+      [
+        "▁pregn",
+        0.0
+      ],
+      [
+        "▁instit",
+        0.0
+      ],
+      [
+        "▁Vict",
+        0.0
+      ],
+      [
+        "▁volume",
+        0.0
+      ],
+      [
+        "▁positions",
+        0.0
+      ],
+      [
+        "▁links",
+        0.0
+      ],
+      [
+        "▁Program",
+        0.0
+      ],
+      [
+        "▁Week",
+        0.0
+      ],
+      [
+        "agues",
+        0.0
+      ],
+      [
+        "▁transform",
+        0.0
+      ],
+      [
+        "ker",
+        0.0
+      ],
+      [
+        "▁CEO",
+        0.0
+      ],
+      [
+        "▁cas",
+        0.0
+      ],
+      [
+        "▁opponent",
+        0.0
+      ],
+      [
+        "▁tweet",
+        0.0
+      ],
+      [
+        "▁Code",
+        0.0
+      ],
+      [
+        "▁shop",
+        0.0
+      ],
+      [
+        "▁fly",
+        0.0
+      ],
+      [
+        "▁talks",
+        0.0
+      ],
+      [
+        "▁bag",
+        0.0
+      ],
+      [
+        "Phone",
+        0.0
+      ],
+      [
+        "▁aid",
+        0.0
+      ],
+      [
+        "▁plants",
+        0.0
+      ],
+      [
+        "▁65",
+        0.0
+      ],
+      [
+        "▁attorney",
+        0.0
+      ],
+      [
+        "arters",
+        0.0
+      ],
+      [
+        "quest",
+        0.0
+      ],
+      [
+        "▁Magic",
+        0.0
+      ],
+      [
+        "▁begins",
+        0.0
+      ],
+      [
+        "▁myster",
+        0.0
+      ],
+      [
+        "▁environmental",
+        0.0
+      ],
+      [
+        "▁storage",
+        0.0
+      ],
+      [
+        "NN",
+        0.0
+      ],
+      [
+        "▁marg",
+        0.0
+      ],
+      [
+        "▁ske",
+        0.0
+      ],
+      [
+        "▁metal",
+        0.0
+      ],
+      [
+        "elly",
+        0.0
+      ],
+      [
+        "▁ordered",
+        0.0
+      ],
+      [
+        "▁remained",
+        0.0
+      ],
+      [
+        "▁loved",
+        0.0
+      ],
+      [
+        "▁prompt",
+        0.0
+      ],
+      [
+        "▁updated",
+        0.0
+      ],
+      [
+        "▁experts",
+        0.0
+      ],
+      [
+        "▁walking",
+        0.0
+      ],
+      [
+        "▁ancient",
+        0.0
+      ],
+      [
+        "▁performed",
+        0.0
+      ],
+      [
+        "ATE",
+        0.0
+      ],
+      [
+        "▁neither",
+        0.0
+      ],
+      [
+        "iency",
+        0.0
+      ],
+      [
+        "▁manufacture",
+        0.0
+      ],
+      [
+        "▁Pak",
+        0.0
+      ],
+      [
+        "▁selected",
+        0.0
+      ],
+      [
+        "▁mine",
+        0.0
+      ],
+      [
+        "▁ultimately",
+        0.0
+      ],
+      [
+        "▁explan",
+        0.0
+      ],
+      [
+        "▁label",
+        0.0
+      ],
+      [
+        "▁Services",
+        0.0
+      ],
+      [
+        "ributed",
+        0.0
+      ],
+      [
+        "Trump",
+        0.0
+      ],
+      [
+        "▁syn",
+        0.0
+      ],
+      [
+        "▁Ult",
+        0.0
+      ],
+      [
+        "SC",
+        0.0
+      ],
+      [
+        "▁meat",
+        0.0
+      ],
+      [
+        "▁giant",
+        0.0
+      ],
+      [
+        "▁Wars",
+        0.0
+      ],
+      [
+        "▁ON",
+        0.0
+      ],
+      [
+        "▁adm",
+        0.0
+      ],
+      [
+        "▁interpret",
+        0.0
+      ],
+      [
+        "▁evening",
+        0.0
+      ],
+      [
+        "▁evil",
+        0.0
+      ],
+      [
+        "▁Boston",
+        0.0
+      ],
+      [
+        "▁Wild",
+        0.0
+      ],
+      [
+        "▁Ã",
+        0.0
+      ],
+      [
+        "▁Bitcoin",
+        0.0
+      ],
+      [
+        "▁Amazon",
+        0.0
+      ],
+      [
+        "Dr",
+        0.0
+      ],
+      [
+        "▁Information",
+        0.0
+      ],
+      [
+        "▁obviously",
+        0.0
+      ],
+      [
+        "▁advanced",
+        0.0
+      ],
+      [
+        "Photo",
+        0.0
+      ],
+      [
+        "olar",
+        0.0
+      ],
+      [
+        "▁weather",
+        0.0
+      ],
+      [
+        "▁symbol",
+        0.0
+      ],
+      [
+        "▁sole",
+        0.0
+      ],
+      [
+        "▁potentially",
+        0.0
+      ],
+      [
+        "oster",
+        0.0
+      ],
+      [
+        "▁originally",
+        0.0
+      ],
+      [
+        "mun",
+        0.0
+      ],
+      [
+        "300",
+        0.0
+      ],
+      [
+        "aze",
+        0.0
+      ],
+      [
+        "essions",
+        0.0
+      ],
+      [
+        "▁deck",
+        0.0
+      ],
+      [
+        "▁stood",
+        0.0
+      ],
+      [
+        "▁youth",
+        0.0
+      ],
+      [
+        "▁Bern",
+        0.0
+      ],
+      [
+        "Rep",
+        0.0
+      ],
+      [
+        "▁Test",
+        0.0
+      ],
+      [
+        "▁basically",
+        0.0
+      ],
+      [
+        "otic",
+        0.0
+      ],
+      [
+        "▁involve",
+        0.0
+      ],
+      [
+        "olit",
+        0.0
+      ],
+      [
+        "lyn",
+        0.0
+      ],
+      [
+        "See",
+        0.0
+      ],
+      [
+        "▁aircraft",
+        0.0
+      ],
+      [
+        "▁confirm",
+        0.0
+      ],
+      [
+        "EW",
+        0.0
+      ],
+      [
+        "▁messages",
+        0.0
+      ],
+      [
+        "▁Richard",
+        0.0
+      ],
+      [
+        "▁kit",
+        0.0
+      ],
+      [
+        "▁prohib",
+        0.0
+      ],
+      [
+        "▁vulner",
+        0.0
+      ],
+      [
+        "isters",
+        0.0
+      ],
+      [
+        "▁existence",
+        0.0
+      ],
+      [
+        "▁turning",
+        0.0
+      ],
+      [
+        "▁SP",
+        0.0
+      ],
+      [
+        "▁desire",
+        0.0
+      ],
+      [
+        "▁flat",
+        0.0
+      ],
+      [
+        "▁ment",
+        0.0
+      ],
+      [
+        "season",
+        0.0
+      ],
+      [
+        "anges",
+        0.0
+      ],
+      [
+        "▁neighborhood",
+        0.0
+      ],
+      [
+        "▁Lake",
+        0.0
+      ],
+      [
+        "ATION",
+        0.0
+      ],
+      [
+        "▁pointed",
+        0.0
+      ],
+      [
+        "bur",
+        0.0
+      ],
+      [
+        "▁innov",
+        0.0
+      ],
+      [
+        "ucks",
+        0.0
+      ],
+      [
+        "UL",
+        0.0
+      ],
+      [
+        "▁professor",
+        0.0
+      ],
+      [
+        "▁expressed",
+        0.0
+      ],
+      [
+        "AB",
+        0.0
+      ],
+      [
+        "icious",
+        0.0
+      ],
+      [
+        "▁2002",
+        0.0
+      ],
+      [
+        "▁Dev",
+        0.0
+      ],
+      [
+        "▁session",
+        0.0
+      ],
+      [
+        "▁bare",
+        0.0
+      ],
+      [
+        "sen",
+        0.0
+      ],
+      [
+        "▁diss",
+        0.0
+      ],
+      [
+        "▁Cath",
+        0.0
+      ],
+      [
+        "▁Pass",
+        0.0
+      ],
+      [
+        "▁Point",
+        0.0
+      ],
+      [
+        "▁doctor",
+        0.0
+      ],
+      [
+        "orrow",
+        0.0
+      ],
+      [
+        "ailed",
+        0.0
+      ],
+      [
+        "▁Rub",
+        0.0
+      ],
+      [
+        "▁DC",
+        0.0
+      ],
+      [
+        "▁Charl",
+        0.0
+      ],
+      [
+        "person",
+        0.0
+      ],
+      [
+        "▁writer",
+        0.0
+      ],
+      [
+        "ighters",
+        0.0
+      ],
+      [
+        "ureau",
+        0.0
+      ],
+      [
+        "▁oblig",
+        0.0
+      ],
+      [
+        "▁recorded",
+        0.0
+      ],
+      [
+        "▁broke",
+        0.0
+      ],
+      [
+        "▁orders",
+        0.0
+      ],
+      [
+        "ilty",
+        0.0
+      ],
+      [
+        "▁motion",
+        0.0
+      ],
+      [
+        "inity",
+        0.0
+      ],
+      [
+        "law",
+        0.0
+      ],
+      [
+        "adium",
+        0.0
+      ],
+      [
+        "▁immigration",
+        0.0
+      ],
+      [
+        "▁contrast",
+        0.0
+      ],
+      [
+        "▁batt",
+        0.0
+      ],
+      [
+        "▁excellent",
+        0.0
+      ],
+      [
+        "▁technical",
+        0.0
+      ],
+      [
+        "ami",
+        0.0
+      ],
+      [
+        "▁tun",
+        0.0
+      ],
+      [
+        "▁cloud",
+        0.0
+      ],
+      [
+        "▁Year",
+        0.0
+      ],
+      [
+        "geon",
+        0.0
+      ],
+      [
+        "▁creation",
+        0.0
+      ],
+      [
+        "▁strange",
+        0.0
+      ],
+      [
+        "▁auth",
+        0.0
+      ],
+      [
+        "▁fort",
+        0.0
+      ],
+      [
+        "born",
+        0.0
+      ],
+      [
+        "▁extent",
+        0.0
+      ],
+      [
+        "▁Today",
+        0.0
+      ],
+      [
+        "▁Club",
+        0.0
+      ],
+      [
+        "▁rain",
+        0.0
+      ],
+      [
+        "▁sample",
+        0.0
+      ],
+      [
+        "▁accepted",
+        0.0
+      ],
+      [
+        "▁tact",
+        0.0
+      ],
+      [
+        "▁fired",
+        0.0
+      ],
+      [
+        "▁Son",
+        0.0
+      ],
+      [
+        "▁stands",
+        0.0
+      ],
+      [
+        "▁boot",
+        0.0
+      ],
+      [
+        "▁47",
+        0.0
+      ],
+      [
+        "▁statements",
+        0.0
+      ],
+      [
+        "▁versions",
+        0.0
+      ],
+      [
+        "▁selling",
+        0.0
+      ],
+      [
+        "ounded",
+        0.0
+      ],
+      [
+        "▁1990",
+        0.0
+      ],
+      [
+        "▁weren",
+        0.0
+      ],
+      [
+        "▁Watch",
+        0.0
+      ],
+      [
+        "▁experiment",
+        0.0
+      ],
+      [
+        "Post",
+        0.0
+      ],
+      [
+        "▁retail",
+        0.0
+      ],
+      [
+        "uled",
+        0.0
+      ],
+      [
+        "Inst",
+        0.0
+      ],
+      [
+        "unte",
+        0.0
+      ],
+      [
+        "ãĥ¼",
+        0.0
+      ],
+      [
+        "▁depart",
+        0.0
+      ],
+      [
+        "▁bond",
+        0.0
+      ],
+      [
+        "ivery",
+        0.0
+      ],
+      [
+        "ompl",
+        0.0
+      ],
+      [
+        "▁reaction",
+        0.0
+      ],
+      [
+        "▁Syrian",
+        0.0
+      ],
+      [
+        "▁Pac",
+        0.0
+      ],
+      [
+        "apped",
+        0.0
+      ],
+      [
+        "aniel",
+        0.0
+      ],
+      [
+        "DP",
+        0.0
+      ],
+      [
+        "▁resolution",
+        0.0
+      ],
+      [
+        "▁react",
+        0.0
+      ],
+      [
+        "▁approved",
+        0.0
+      ],
+      [
+        "onom",
+        0.0
+      ],
+      [
+        "mond",
+        0.0
+      ],
+      [
+        "▁Offic",
+        0.0
+      ],
+      [
+        "---",
+        0.0
+      ],
+      [
+        "▁replace",
+        0.0
+      ],
+      [
+        "▁tack",
+        0.0
+      ],
+      [
+        "▁sport",
+        0.0
+      ],
+      [
+        "▁chain",
+        0.0
+      ],
+      [
+        "▁emergency",
+        0.0
+      ],
+      [
+        "rad",
+        0.0
+      ],
+      [
+        "▁Palestin",
+        0.0
+      ],
+      [
+        "▁46",
+        0.0
+      ],
+      [
+        "▁automatically",
+        0.0
+      ],
+      [
+        "▁route",
+        0.0
+      ],
+      [
+        "▁pal",
+        0.0
+      ],
+      [
+        "▁banks",
+        0.0
+      ],
+      [
+        "▁Paris",
+        0.0
+      ],
+      [
+        "▁Media",
+        0.0
+      ],
+      [
+        "road",
+        0.0
+      ],
+      [
+        "icing",
+        0.0
+      ],
+      [
+        "ixt",
+        0.0
+      ],
+      [
+        "isted",
+        0.0
+      ],
+      [
+        "▁grew",
+        0.0
+      ],
+      [
+        "▁coord",
+        0.0
+      ],
+      [
+        "▁Where",
+        0.0
+      ],
+      [
+        "omin",
+        0.0
+      ],
+      [
+        "▁subs",
+        0.0
+      ],
+      [
+        "��",
+        0.0
+      ],
+      [
+        "▁±",
+        0.0
+      ],
+      [
+        "▁corporate",
+        0.0
+      ],
+      [
+        "▁selection",
+        0.0
+      ],
+      [
+        "noon",
+        0.0
+      ],
+      [
+        "▁Report",
+        0.0
+      ],
+      [
+        "cs",
+        0.0
+      ],
+      [
+        "cluding",
+        0.0
+      ],
+      [
+        "orders",
+        0.0
+      ],
+      [
+        "anche",
+        0.0
+      ],
+      [
+        "▁Its",
+        0.0
+      ],
+      [
+        "▁slowly",
+        0.0
+      ],
+      [
+        "▁Egypt",
+        0.0
+      ],
+      [
+        "▁Acc",
+        0.0
+      ],
+      [
+        "▁colle",
+        0.0
+      ],
+      [
+        "iques",
+        0.0
+      ],
+      [
+        "EX",
+        0.0
+      ],
+      [
+        "▁attempts",
+        0.0
+      ],
+      [
+        "url",
+        0.0
+      ],
+      [
+        "▁Cross",
+        0.0
+      ],
+      [
+        "▁findings",
+        0.0
+      ],
+      [
+        "▁SC",
+        0.0
+      ],
+      [
+        "▁OR",
+        0.0
+      ],
+      [
+        "▁index",
+        0.0
+      ],
+      [
+        "ensity",
+        0.0
+      ],
+      [
+        "▁Way",
+        0.0
+      ],
+      [
+        "▁Land",
+        0.0
+      ],
+      [
+        "▁shock",
+        0.0
+      ],
+      [
+        "dis",
+        0.0
+      ],
+      [
+        "▁dynam",
+        0.0
+      ],
+      [
+        "▁cart",
+        0.0
+      ],
+      [
+        "mosp",
+        0.0
+      ],
+      [
+        "Since",
+        0.0
+      ],
+      [
+        "iest",
+        0.0
+      ],
+      [
+        "▁Boy",
+        0.0
+      ],
+      [
+        "▁storm",
+        0.0
+      ],
+      [
+        "▁Contin",
+        0.0
+      ],
+      [
+        "2013",
+        0.0
+      ],
+      [
+        "hew",
+        0.0
+      ],
+      [
+        "ilit",
+        0.0
+      ],
+      [
+        "▁essential",
+        0.0
+      ],
+      [
+        "iquid",
+        0.0
+      ],
+      [
+        "Other",
+        0.0
+      ],
+      [
+        "ivered",
+        0.0
+      ],
+      [
+        "▁reasonable",
+        0.0
+      ],
+      [
+        "Act",
+        0.0
+      ],
+      [
+        "▁subsequ",
+        0.0
+      ],
+      [
+        "▁Pack",
+        0.0
+      ],
+      [
+        "▁Fort",
+        0.0
+      ],
+      [
+        "▁considering",
+        0.0
+      ],
+      [
+        "▁university",
+        0.0
+      ],
+      [
+        "log",
+        0.0
+      ],
+      [
+        "▁married",
+        0.0
+      ],
+      [
+        "▁illust",
+        0.0
+      ],
+      [
+        "▁True",
+        0.0
+      ],
+      [
+        "£ı",
+        0.0
+      ],
+      [
+        "▁numerous",
+        0.0
+      ],
+      [
+        "rastructure",
+        0.0
+      ],
+      [
+        "▁seriously",
+        0.0
+      ],
+      [
+        "▁referred",
+        0.0
+      ],
+      [
+        "ua",
+        0.0
+      ],
+      [
+        "▁consistent",
+        0.0
+      ],
+      [
+        "onna",
+        0.0
+      ],
+      [
+        "▁Real",
+        0.0
+      ],
+      [
+        "ruption",
+        0.0
+      ],
+      [
+        "ciples",
+        0.0
+      ],
+      [
+        "▁facts",
+        0.0
+      ],
+      [
+        "91",
+        0.0
+      ],
+      [
+        "otes",
+        0.0
+      ],
+      [
+        "erg",
+        0.0
+      ],
+      [
+        "Then",
+        0.0
+      ],
+      [
+        "▁accompl",
+        0.0
+      ],
+      [
+        "Note",
+        0.0
+      ],
+      [
+        "▁revenue",
+        0.0
+      ],
+      [
+        "▁passing",
+        0.0
+      ],
+      [
+        "▁mal",
+        0.0
+      ],
+      [
+        "een",
+        0.0
+      ],
+      [
+        "▁Yet",
+        0.0
+      ],
+      [
+        "▁gather",
+        0.0
+      ],
+      [
+        "terday",
+        0.0
+      ],
+      [
+        "ework",
+        0.0
+      ],
+      [
+        "▁Author",
+        0.0
+      ],
+      [
+        "Pe",
+        0.0
+      ],
+      [
+        "▁optim",
+        0.0
+      ],
+      [
+        "▁rub",
+        0.0
+      ],
+      [
+        "▁è£ı",
+        0.0
+      ],
+      [
+        "▁unknown",
+        0.0
+      ],
+      [
+        "stone",
+        0.0
+      ],
+      [
+        "▁union",
+        0.0
+      ],
+      [
+        "olve",
+        0.0
+      ],
+      [
+        "▁opportunities",
+        0.0
+      ],
+      [
+        "▁browser",
+        0.0
+      ],
+      [
+        "▁Wal",
+        0.0
+      ],
+      [
+        "▁Cost",
+        0.0
+      ],
+      [
+        "▁reporting",
+        0.0
+      ],
+      [
+        "sts",
+        0.0
+      ],
+      [
+        "pet",
+        0.0
+      ],
+      [
+        "▁sand",
+        0.0
+      ],
+      [
+        "▁suddenly",
+        0.0
+      ],
+      [
+        "▁surprising",
+        0.0
+      ],
+      [
+        "▁VR",
+        0.0
+      ],
+      [
+        "▁somewhat",
+        0.0
+      ],
+      [
+        "▁Bas",
+        0.0
+      ],
+      [
+        "ulture",
+        0.0
+      ],
+      [
+        "izz",
+        0.0
+      ],
+      [
+        "▁CD",
+        0.0
+      ],
+      [
+        "▁challenges",
+        0.0
+      ],
+      [
+        "▁settings",
+        0.0
+      ],
+      [
+        "▁experiences",
+        0.0
+      ],
+      [
+        "▁Full",
+        0.0
+      ],
+      [
+        "▁cann",
+        0.0
+      ],
+      [
+        "▁receiving",
+        0.0
+      ],
+      [
+        "EST",
+        0.0
+      ],
+      [
+        "▁joint",
+        0.0
+      ],
+      [
+        "▁cultural",
+        0.0
+      ],
+      [
+        "▁ast",
+        0.0
+      ],
+      [
+        "82",
+        0.0
+      ],
+      [
+        "astern",
+        0.0
+      ],
+      [
+        "ceived",
+        0.0
+      ],
+      [
+        "▁Cru",
+        0.0
+      ],
+      [
+        "▁bull",
+        0.0
+      ],
+      [
+        "pired",
+        0.0
+      ],
+      [
+        "amm",
+        0.0
+      ],
+      [
+        "▁facing",
+        0.0
+      ],
+      [
+        "power",
+        0.0
+      ],
+      [
+        "▁boss",
+        0.0
+      ],
+      [
+        "▁Hol",
+        0.0
+      ],
+      [
+        "▁instr",
+        0.0
+      ],
+      [
+        "▁increasingly",
+        0.0
+      ],
+      [
+        "▁shift",
+        0.0
+      ],
+      [
+        "▁streets",
+        0.0
+      ],
+      [
+        "▁Williams",
+        0.0
+      ],
+      [
+        "abb",
+        0.0
+      ],
+      [
+        "▁lie",
+        0.0
+      ],
+      [
+        "▁laugh",
+        0.0
+      ],
+      [
+        "▁Ca",
+        0.0
+      ],
+      [
+        "PL",
+        0.0
+      ],
+      [
+        "▁adults",
+        0.0
+      ],
+      [
+        "▁customer",
+        0.0
+      ],
+      [
+        "▁obtained",
+        0.0
+      ],
+      [
+        "▁supporting",
+        0.0
+      ],
+      [
+        "html",
+        0.0
+      ],
+      [
+        "fire",
+        0.0
+      ],
+      [
+        "▁detailed",
+        0.0
+      ],
+      [
+        "▁picked",
+        0.0
+      ],
+      [
+        "▁Right",
+        0.0
+      ],
+      [
+        "lder",
+        0.0
+      ],
+      [
+        "EE",
+        0.0
+      ],
+      [
+        "stood",
+        0.0
+      ],
+      [
+        "▁Kim",
+        0.0
+      ],
+      [
+        "▁wire",
+        0.0
+      ],
+      [
+        "▁sight",
+        0.0
+      ],
+      [
+        "▁developers",
+        0.0
+      ],
+      [
+        "▁persons",
+        0.0
+      ],
+      [
+        "▁sad",
+        0.0
+      ],
+      [
+        "▁cup",
+        0.0
+      ],
+      [
+        "▁warning",
+        0.0
+      ],
+      [
+        "▁boys",
+        0.0
+      ],
+      [
+        "long",
+        0.0
+      ],
+      [
+        "▁bird",
+        0.0
+      ],
+      [
+        "fo",
+        0.0
+      ],
+      [
+        "▁wal",
+        0.0
+      ],
+      [
+        "▁observed",
+        0.0
+      ],
+      [
+        "▁zone",
+        0.0
+      ],
+      [
+        "iveness",
+        0.0
+      ],
+      [
+        "▁channel",
+        0.0
+      ],
+      [
+        "cript",
+        0.0
+      ],
+      [
+        "▁refused",
+        0.0
+      ],
+      [
+        "▁Again",
+        0.0
+      ],
+      [
+        "▁suc",
+        0.0
+      ],
+      [
+        "▁spokesman",
+        0.0
+      ],
+      [
+        "▁Ref",
+        0.0
+      ],
+      [
+        "rite",
+        0.0
+      ],
+      [
+        "ouston",
+        0.0
+      ],
+      [
+        "ãĥ³",
+        0.0
+      ],
+      [
+        "▁Sher",
+        0.0
+      ],
+      [
+        "▁acts",
+        0.0
+      ],
+      [
+        "▁Name",
+        0.0
+      ],
+      [
+        "▁struggle",
+        0.0
+      ],
+      [
+        "arry",
+        0.0
+      ],
+      [
+        "ometimes",
+        0.0
+      ],
+      [
+        "▁discrim",
+        0.0
+      ],
+      [
+        "HT",
+        0.0
+      ],
+      [
+        "▁category",
+        0.0
+      ],
+      [
+        "▁realize",
+        0.0
+      ],
+      [
+        "▁employee",
+        0.0
+      ],
+      [
+        "▁Afghan",
+        0.0
+      ],
+      [
+        "enger",
+        0.0
+      ],
+      [
+        "▁guns",
+        0.0
+      ],
+      [
+        "▁Steve",
+        0.0
+      ],
+      [
+        "▁Mot",
+        0.0
+      ],
+      [
+        "▁Ol",
+        0.0
+      ],
+      [
+        "oked",
+        0.0
+      ],
+      [
+        "▁thick",
+        0.0
+      ],
+      [
+        "▁fairly",
+        0.0
+      ],
+      [
+        "illy",
+        0.0
+      ],
+      [
+        "▁surve",
+        0.0
+      ],
+      [
+        "▁Mat",
+        0.0
+      ],
+      [
+        "weight",
+        0.0
+      ],
+      [
+        "âĶ",
+        0.0
+      ],
+      [
+        "▁troops",
+        0.0
+      ],
+      [
+        "▁agents",
+        0.0
+      ],
+      [
+        "▁battery",
+        0.0
+      ],
+      [
+        "▁motiv",
+        0.0
+      ],
+      [
+        "á",
+        0.0
+      ],
+      [
+        "Sec",
+        0.0
+      ],
+      [
+        "den",
+        0.0
+      ],
+      [
+        "overy",
+        0.0
+      ],
+      [
+        "LS",
+        0.0
+      ],
+      [
+        "▁flu",
+        0.0
+      ],
+      [
+        "▁confident",
+        0.0
+      ],
+      [
+        "▁Oper",
+        0.0
+      ],
+      [
+        "▁empty",
+        0.0
+      ],
+      [
+        "▁phen",
+        0.0
+      ],
+      [
+        "▁sector",
+        0.0
+      ],
+      [
+        "▁excited",
+        0.0
+      ],
+      [
+        "▁remote",
+        0.0
+      ],
+      [
+        "aph",
+        0.0
+      ],
+      [
+        "oen",
+        0.0
+      ],
+      [
+        "▁destroyed",
+        0.0
+      ],
+      [
+        "▁moral",
+        0.0
+      ],
+      [
+        "▁HP",
+        0.0
+      ],
+      [
+        "▁Ron",
+        0.0
+      ],
+      [
+        "▁dress",
+        0.0
+      ],
+      [
+        "▁Bat",
+        0.0
+      ],
+      [
+        "▁lit",
+        0.0
+      ],
+      [
+        "▁MS",
+        0.0
+      ],
+      [
+        "▁af",
+        0.0
+      ],
+      [
+        "HL",
+        0.0
+      ],
+      [
+        "rum",
+        0.0
+      ],
+      [
+        "isms",
+        0.0
+      ],
+      [
+        "▁shouldn",
+        0.0
+      ],
+      [
+        "▁sympt",
+        0.0
+      ],
+      [
+        "▁Toronto",
+        0.0
+      ],
+      [
+        "hetic",
+        0.0
+      ],
+      [
+        "▁carbon",
+        0.0
+      ],
+      [
+        "▁installed",
+        0.0
+      ],
+      [
+        "▁violent",
+        0.0
+      ],
+      [
+        "▁solar",
+        0.0
+      ],
+      [
+        "ja",
+        0.0
+      ],
+      [
+        "▁practices",
+        0.0
+      ],
+      [
+        "▁ride",
+        0.0
+      ],
+      [
+        "▁Penn",
+        0.0
+      ],
+      [
+        "▁improved",
+        0.0
+      ],
+      [
+        "▁audio",
+        0.0
+      ],
+      [
+        "▁behavi",
+        0.0
+      ],
+      [
+        "▁PS",
+        0.0
+      ],
+      [
+        "▁eating",
+        0.0
+      ],
+      [
+        "Data",
+        0.0
+      ],
+      [
+        "▁Review",
+        0.0
+      ],
+      [
+        "pass",
+        0.0
+      ],
+      [
+        "claim",
+        0.0
+      ],
+      [
+        "uated",
+        0.0
+      ],
+      [
+        "angers",
+        0.0
+      ],
+      [
+        "chen",
+        0.0
+      ],
+      [
+        "▁properties",
+        0.0
+      ],
+      [
+        "▁anywhere",
+        0.0
+      ],
+      [
+        "Another",
+        0.0
+      ],
+      [
+        "▁blow",
+        0.0
+      ],
+      [
+        "▁Jackson",
+        0.0
+      ],
+      [
+        "▁proud",
+        0.0
+      ],
+      [
+        "▁plane",
+        0.0
+      ],
+      [
+        "lines",
+        0.0
+      ],
+      [
+        "▁square",
+        0.0
+      ],
+      [
+        "▁proof",
+        0.0
+      ],
+      [
+        "ansas",
+        0.0
+      ],
+      [
+        "▁talked",
+        0.0
+      ],
+      [
+        "makers",
+        0.0
+      ],
+      [
+        "▁sister",
+        0.0
+      ],
+      [
+        "▁holds",
+        0.0
+      ],
+      [
+        "▁resident",
+        0.0
+      ],
+      [
+        "▁==",
+        0.0
+      ],
+      [
+        "▁resistance",
+        0.0
+      ],
+      [
+        "▁split",
+        0.0
+      ],
+      [
+        "▁prosecut",
+        0.0
+      ],
+      [
+        "▁confidence",
+        0.0
+      ],
+      [
+        "resents",
+        0.0
+      ],
+      [
+        "▁cuts",
+        0.0
+      ],
+      [
+        "▁exception",
+        0.0
+      ],
+      [
+        "▁zero",
+        0.0
+      ],
+      [
+        "Getty",
+        0.0
+      ],
+      [
+        "▁copyright",
+        0.0
+      ],
+      [
+        "▁totally",
+        0.0
+      ],
+      [
+        "ormal",
+        0.0
+      ],
+      [
+        "ifications",
+        0.0
+      ],
+      [
+        "▁Australian",
+        0.0
+      ],
+      [
+        "▁sick",
+        0.0
+      ],
+      [
+        "▁150",
+        0.0
+      ],
+      [
+        "▁household",
+        0.0
+      ],
+      [
+        "▁fees",
+        0.0
+      ],
+      [
+        "▁drivers",
+        0.0
+      ],
+      [
+        "ogen",
+        0.0
+      ],
+      [
+        "▁NY",
+        0.0
+      ],
+      [
+        "▁necessarily",
+        0.0
+      ],
+      [
+        "▁regulations",
+        0.0
+      ],
+      [
+        "earing",
+        0.0
+      ],
+      [
+        "sl",
+        0.0
+      ],
+      [
+        "▁perspective",
+        0.0
+      ],
+      [
+        "care",
+        0.0
+      ],
+      [
+        "icial",
+        0.0
+      ],
+      [
+        "His",
+        0.0
+      ],
+      [
+        "▁escape",
+        0.0
+      ],
+      [
+        "▁surprised",
+        0.0
+      ],
+      [
+        "▁Van",
+        0.0
+      ],
+      [
+        "urrent",
+        0.0
+      ],
+      [
+        "▁vac",
+        0.0
+      ],
+      [
+        "81",
+        0.0
+      ],
+      [
+        "▁Thus",
+        0.0
+      ],
+      [
+        "▁emphas",
+        0.0
+      ],
+      [
+        "▁Champions",
+        0.0
+      ],
+      [
+        "▁Ice",
+        0.0
+      ],
+      [
+        "▁narr",
+        0.0
+      ],
+      [
+        "▁heads",
+        0.0
+      ],
+      [
+        "▁causing",
+        0.0
+      ],
+      [
+        "bel",
+        0.0
+      ],
+      [
+        "fortunately",
+        0.0
+      ],
+      [
+        "▁Ma",
+        0.0
+      ],
+      [
+        "▁targets",
+        0.0
+      ],
+      [
+        "cipl",
+        0.0
+      ],
+      [
+        "▁afternoon",
+        0.0
+      ],
+      [
+        "▁adds",
+        0.0
+      ],
+      [
+        "▁Maybe",
+        0.0
+      ],
+      [
+        "▁Four",
+        0.0
+      ],
+      [
+        "essed",
+        0.0
+      ],
+      [
+        "plete",
+        0.0
+      ],
+      [
+        "▁usual",
+        0.0
+      ],
+      [
+        "cho",
+        0.0
+      ],
+      [
+        "ingu",
+        0.0
+      ],
+      [
+        "▁withd",
+        0.0
+      ],
+      [
+        "▁Energy",
+        0.0
+      ],
+      [
+        "▁Econom",
+        0.0
+      ],
+      [
+        "OO",
+        0.0
+      ],
+      [
+        "▁articles",
+        0.0
+      ],
+      [
+        "▁injured",
+        0.0
+      ],
+      [
+        "▁manage",
+        0.0
+      ],
+      [
+        "▁explains",
+        0.0
+      ],
+      [
+        "▁diagn",
+        0.0
+      ],
+      [
+        "Rec",
+        0.0
+      ],
+      [
+        "atures",
+        0.0
+      ],
+      [
+        "▁linked",
+        0.0
+      ],
+      [
+        "▁discussed",
+        0.0
+      ],
+      [
+        "▁explo",
+        0.0
+      ],
+      [
+        "▁occasion",
+        0.0
+      ],
+      [
+        "athan",
+        0.0
+      ],
+      [
+        "▁opposite",
+        0.0
+      ],
+      [
+        "▁faces",
+        0.0
+      ],
+      [
+        "▁denied",
+        0.0
+      ],
+      [
+        "▁Knight",
+        0.0
+      ],
+      [
+        "▁nut",
+        0.0
+      ],
+      [
+        "▁approximately",
+        0.0
+      ],
+      [
+        "▁disappoint",
+        0.0
+      ],
+      [
+        "onymous",
+        0.0
+      ],
+      [
+        "▁Best",
+        0.0
+      ],
+      [
+        "▁Lo",
+        0.0
+      ],
+      [
+        "▁Hy",
+        0.0
+      ],
+      [
+        "▁Aff",
+        0.0
+      ],
+      [
+        "▁voting",
+        0.0
+      ],
+      [
+        "anwhile",
+        0.0
+      ],
+      [
+        "▁III",
+        0.0
+      ],
+      [
+        "▁institutions",
+        0.0
+      ],
+      [
+        "agram",
+        0.0
+      ],
+      [
+        "▁Daily",
+        0.0
+      ],
+      [
+        "▁drag",
+        0.0
+      ],
+      [
+        "▁nearby",
+        0.0
+      ],
+      [
+        "▁guilty",
+        0.0
+      ],
+      [
+        "▁conver",
+        0.0
+      ],
+      [
+        "Pre",
+        0.0
+      ],
+      [
+        "ship",
+        0.0
+      ],
+      [
+        "▁reward",
+        0.0
+      ],
+      [
+        "▁philosoph",
+        0.0
+      ],
+      [
+        "▁SS",
+        0.0
+      ],
+      [
+        "ugh",
+        0.0
+      ],
+      [
+        "▁apps",
+        0.0
+      ],
+      [
+        "friend",
+        0.0
+      ],
+      [
+        "▁upper",
+        0.0
+      ],
+      [
+        "▁advert",
+        0.0
+      ],
+      [
+        "▁snow",
+        0.0
+      ],
+      [
+        "▁frust",
+        0.0
+      ],
+      [
+        "▁ourselves",
+        0.0
+      ],
+      [
+        "Fr",
+        0.0
+      ],
+      [
+        "▁Die",
+        0.0
+      ],
+      [
+        "ampion",
+        0.0
+      ],
+      [
+        "▁dismiss",
+        0.0
+      ],
+      [
+        "▁cere",
+        0.0
+      ],
+      [
+        "▁signal",
+        0.0
+      ],
+      [
+        "from",
+        0.0
+      ],
+      [
+        "▁).",
+        0.0
+      ],
+      [
+        "▁52",
+        0.0
+      ],
+      [
+        "▁crimes",
+        0.0
+      ],
+      [
+        "itors",
+        0.0
+      ],
+      [
+        "estival",
+        0.0
+      ],
+      [
+        "useum",
+        0.0
+      ],
+      [
+        "▁council",
+        0.0
+      ],
+      [
+        "▁Saud",
+        0.0
+      ],
+      [
+        "May",
+        0.0
+      ],
+      [
+        "▁Gun",
+        0.0
+      ],
+      [
+        "ician",
+        0.0
+      ],
+      [
+        "ether",
+        0.0
+      ],
+      [
+        "▁sufficient",
+        0.0
+      ],
+      [
+        "▁Hen",
+        0.0
+      ],
+      [
+        "sole",
+        0.0
+      ],
+      [
+        "▁historical",
+        0.0
+      ],
+      [
+        "▁Far",
+        0.0
+      ],
+      [
+        "▁Turn",
+        0.0
+      ],
+      [
+        "▁pin",
+        0.0
+      ],
+      [
+        "▁succeed",
+        0.0
+      ],
+      [
+        "mat",
+        0.0
+      ],
+      [
+        "lymp",
+        0.0
+      ],
+      [
+        "▁tradition",
+        0.0
+      ],
+      [
+        "▁Ok",
+        0.0
+      ],
+      [
+        "▁cro",
+        0.0
+      ],
+      [
+        "▁description",
+        0.0
+      ],
+      [
+        "alle",
+        0.0
+      ],
+      [
+        "▁sky",
+        0.0
+      ],
+      [
+        "Te",
+        0.0
+      ],
+      [
+        "▁widely",
+        0.0
+      ],
+      [
+        "▁wave",
+        0.0
+      ],
+      [
+        "▁definition",
+        0.0
+      ],
+      [
+        "▁Jews",
+        0.0
+      ],
+      [
+        "▁cycle",
+        0.0
+      ],
+      [
+        "▁refere",
+        0.0
+      ],
+      [
+        "▁brings",
+        0.0
+      ],
+      [
+        "usal",
+        0.0
+      ],
+      [
+        "▁alive",
+        0.0
+      ],
+      [
+        "▁frequently",
+        0.0
+      ],
+      [
+        "▁intention",
+        0.0
+      ],
+      [
+        "▁Control",
+        0.0
+      ],
+      [
+        "lv",
+        0.0
+      ],
+      [
+        "ystem",
+        0.0
+      ],
+      [
+        "▁privacy",
+        0.0
+      ],
+      [
+        "gent",
+        0.0
+      ],
+      [
+        "rence",
+        0.0
+      ],
+      [
+        "▁Quest",
+        0.0
+      ],
+      [
+        "▁Christmas",
+        0.0
+      ],
+      [
+        "▁rail",
+        0.0
+      ],
+      [
+        "▁cooper",
+        0.0
+      ],
+      [
+        "▁tested",
+        0.0
+      ],
+      [
+        "▁Capt",
+        0.0
+      ],
+      [
+        "asks",
+        0.0
+      ],
+      [
+        "▁comfortable",
+        0.0
+      ],
+      [
+        "▁delivered",
+        0.0
+      ],
+      [
+        "scape",
+        0.0
+      ],
+      [
+        "▁depth",
+        0.0
+      ],
+      [
+        "▁GOP",
+        0.0
+      ],
+      [
+        "▁writes",
+        0.0
+      ],
+      [
+        "▁assets",
+        0.0
+      ],
+      [
+        "▁sav",
+        0.0
+      ],
+      [
+        "iments",
+        0.0
+      ],
+      [
+        "▁transition",
+        0.0
+      ],
+      [
+        "▁artist",
+        0.0
+      ],
+      [
+        "▁Look",
+        0.0
+      ],
+      [
+        "▁lob",
+        0.0
+      ],
+      [
+        "▁components",
+        0.0
+      ],
+      [
+        "arity",
+        0.0
+      ],
+      [
+        "▁walked",
+        0.0
+      ],
+      [
+        "▁root",
+        0.0
+      ],
+      [
+        "▁participants",
+        0.0
+      ],
+      [
+        "▁noticed",
+        0.0
+      ],
+      [
+        "▁resc",
+        0.0
+      ],
+      [
+        "▁nav",
+        0.0
+      ],
+      [
+        "▁Administ",
+        0.0
+      ],
+      [
+        "da",
+        0.0
+      ],
+      [
+        "utral",
+        0.0
+      ],
+      [
+        "plate",
+        0.0
+      ],
+      [
+        "▁importance",
+        0.0
+      ],
+      [
+        "▁assert",
+        0.0
+      ],
+      [
+        "iously",
+        0.0
+      ],
+      [
+        "cription",
+        0.0
+      ],
+      [
+        "▁injuries",
+        0.0
+      ],
+      [
+        "▁Check",
+        0.0
+      ],
+      [
+        "▁registered",
+        0.0
+      ],
+      [
+        "▁intent",
+        0.0
+      ],
+      [
+        "▁missed",
+        0.0
+      ],
+      [
+        "ographic",
+        0.0
+      ],
+      [
+        "▁sentence",
+        0.0
+      ],
+      [
+        "ounter",
+        0.0
+      ],
+      [
+        "▁assistance",
+        0.0
+      ],
+      [
+        "evin",
+        0.0
+      ],
+      [
+        "▁database",
+        0.0
+      ],
+      [
+        "▁buildings",
+        0.0
+      ],
+      [
+        "▁classic",
+        0.0
+      ],
+      [
+        "▁thinks",
+        0.0
+      ],
+      [
+        "▁Ohio",
+        0.0
+      ],
+      [
+        "Pr",
+        0.0
+      ],
+      [
+        "ugg",
+        0.0
+      ],
+      [
+        "▁fee",
+        0.0
+      ],
+      [
+        "pan",
+        0.0
+      ],
+      [
+        "▁effectively",
+        0.0
+      ],
+      [
+        "▁facility",
+        0.0
+      ],
+      [
+        "▁bear",
+        0.0
+      ],
+      [
+        "▁chapter",
+        0.0
+      ],
+      [
+        "▁dogs",
+        0.0
+      ],
+      [
+        "▁Columb",
+        0.0
+      ],
+      [
+        "▁latter",
+        0.0
+      ],
+      [
+        "itial",
+        0.0
+      ],
+      [
+        "▁admitted",
+        0.0
+      ],
+      [
+        "TV",
+        0.0
+      ],
+      [
+        "▁Georg",
+        0.0
+      ],
+      [
+        "▁posts",
+        0.0
+      ],
+      [
+        "\\\\",
+        0.0
+      ],
+      [
+        "▁lawyer",
+        0.0
+      ],
+      [
+        "▁equival",
+        0.0
+      ],
+      [
+        "▁mand",
+        0.0
+      ],
+      [
+        "▁controlled",
+        0.0
+      ],
+      [
+        "▁Walk",
+        0.0
+      ],
+      [
+        "▁Andrew",
+        0.0
+      ],
+      [
+        "▁menu",
+        0.0
+      ],
+      [
+        "amental",
+        0.0
+      ],
+      [
+        "▁protected",
+        0.0
+      ],
+      [
+        "va",
+        0.0
+      ],
+      [
+        "▁administr",
+        0.0
+      ],
+      [
+        "oral",
+        0.0
+      ],
+      [
+        "▁rein",
+        0.0
+      ],
+      [
+        "▁Sar",
+        0.0
+      ],
+      [
+        "▁amounts",
+        0.0
+      ],
+      [
+        "▁native",
+        0.0
+      ],
+      [
+        "▁Moon",
+        0.0
+      ],
+      [
+        "▁represents",
+        0.0
+      ],
+      [
+        "▁abandon",
+        0.0
+      ],
+      [
+        "▁carrying",
+        0.0
+      ],
+      [
+        "▁tank",
+        0.0
+      ],
+      [
+        "mary",
+        0.0
+      ],
+      [
+        "▁declared",
+        0.0
+      ],
+      [
+        "Tube",
+        0.0
+      ],
+      [
+        "▁hat",
+        0.0
+      ],
+      [
+        "▁punish",
+        0.0
+      ],
+      [
+        "ellect",
+        0.0
+      ],
+      [
+        "mes",
+        0.0
+      ],
+      [
+        "▁universe",
+        0.0
+      ],
+      [
+        "▁Rod",
+        0.0
+      ],
+      [
+        "phy",
+        0.0
+      ],
+      [
+        "▁infrastructure",
+        0.0
+      ],
+      [
+        "▁51",
+        0.0
+      ],
+      [
+        "▁opposed",
+        0.0
+      ],
+      [
+        "ownt",
+        0.0
+      ],
+      [
+        "ca",
+        0.0
+      ],
+      [
+        "▁Make",
+        0.0
+      ],
+      [
+        "▁hardware",
+        0.0
+      ],
+      [
+        "▁coffee",
+        0.0
+      ],
+      [
+        "Rel",
+        0.0
+      ],
+      [
+        "bal",
+        0.0
+      ],
+      [
+        "world",
+        0.0
+      ],
+      [
+        "▁Saf",
+        0.0
+      ],
+      [
+        "▁Sea",
+        0.0
+      ],
+      [
+        "inals",
+        0.0
+      ],
+      [
+        "▁owned",
+        0.0
+      ],
+      [
+        "▁hall",
+        0.0
+      ],
+      [
+        "ersion",
+        0.0
+      ],
+      [
+        "▁describe",
+        0.0
+      ],
+      [
+        "▁Pot",
+        0.0
+      ],
+      [
+        "▁portion",
+        0.0
+      ],
+      [
+        "▁atmosp",
+        0.0
+      ],
+      [
+        "▁governments",
+        0.0
+      ],
+      [
+        "▁depending",
+        0.0
+      ],
+      [
+        "▁offense",
+        0.0
+      ],
+      [
+        "▁trick",
+        0.0
+      ],
+      [
+        "awa",
+        0.0
+      ],
+      [
+        "▁Line",
+        0.0
+      ],
+      [
+        "▁Vis",
+        0.0
+      ],
+      [
+        "▁Hard",
+        0.0
+      ],
+      [
+        "▁Orig",
+        0.0
+      ],
+      [
+        "▁Click",
+        0.0
+      ],
+      [
+        "▁desk",
+        0.0
+      ],
+      [
+        "▁Valley",
+        0.0
+      ],
+      [
+        "▁Sov",
+        0.0
+      ],
+      [
+        "▁movies",
+        0.0
+      ],
+      [
+        "▁remark",
+        0.0
+      ],
+      [
+        "▁mail",
+        0.0
+      ],
+      [
+        "▁conscious",
+        0.0
+      ],
+      [
+        "▁ruling",
+        0.0
+      ],
+      [
+        "▁Rights",
+        0.0
+      ],
+      [
+        "▁medic",
+        0.0
+      ],
+      [
+        "hent",
+        0.0
+      ],
+      [
+        "▁Women",
+        0.0
+      ],
+      [
+        "><",
+        0.0
+      ],
+      [
+        "▁replaced",
+        0.0
+      ],
+      [
+        "▁Prem",
+        0.0
+      ],
+      [
+        "▁Thanks",
+        0.0
+      ],
+      [
+        "▁renew",
+        0.0
+      ],
+      [
+        "▁Ball",
+        0.0
+      ],
+      [
+        "iform",
+        0.0
+      ],
+      [
+        "▁shots",
+        0.0
+      ],
+      [
+        "Comm",
+        0.0
+      ],
+      [
+        "▁armed",
+        0.0
+      ],
+      [
+        "▁constant",
+        0.0
+      ],
+      [
+        "▁taste",
+        0.0
+      ],
+      [
+        "▁realized",
+        0.0
+      ],
+      [
+        "▁buff",
+        0.0
+      ],
+      [
+        "▁mo",
+        0.0
+      ],
+      [
+        "▁efficient",
+        0.0
+      ],
+      [
+        "Most",
+        0.0
+      ],
+      [
+        "oration",
+        0.0
+      ],
+      [
+        "ifies",
+        0.0
+      ],
+      [
+        "▁communication",
+        0.0
+      ],
+      [
+        "▁flood",
+        0.0
+      ],
+      [
+        "▁consequences",
+        0.0
+      ],
+      [
+        "▁anyway",
+        0.0
+      ],
+      [
+        "igg",
+        0.0
+      ],
+      [
+        "▁GM",
+        0.0
+      ],
+      [
+        "▁Thank",
+        0.0
+      ],
+      [
+        "▁iron",
+        0.0
+      ],
+      [
+        "▁evolution",
+        0.0
+      ],
+      [
+        "▁Cop",
+        0.0
+      ],
+      [
+        "twitter",
+        0.0
+      ],
+      [
+        "▁95",
+        0.0
+      ],
+      [
+        "▁relationships",
+        0.0
+      ],
+      [
+        "adel",
+        0.0
+      ],
+      [
+        "▁Young",
+        0.0
+      ],
+      [
+        "▁proposal",
+        0.0
+      ],
+      [
+        "ayers",
+        0.0
+      ],
+      [
+        "uilding",
+        0.0
+      ],
+      [
+        "▁Hot",
+        0.0
+      ],
+      [
+        "ORE",
+        0.0
+      ],
+      [
+        "cos",
+        0.0
+      ],
+      [
+        "▁collabor",
+        0.0
+      ],
+      [
+        "PG",
+        0.0
+      ],
+      [
+        "axy",
+        0.0
+      ],
+      [
+        "▁knowing",
+        0.0
+      ],
+      [
+        "▁supports",
+        0.0
+      ],
+      [
+        "owed",
+        0.0
+      ],
+      [
+        "▁controls",
+        0.0
+      ],
+      [
+        "▁merely",
+        0.0
+      ],
+      [
+        "umer",
+        0.0
+      ],
+      [
+        "▁athlet",
+        0.0
+      ],
+      [
+        "▁fashion",
+        0.0
+      ],
+      [
+        "path",
+        0.0
+      ],
+      [
+        "▁gift",
+        0.0
+      ],
+      [
+        "▁era",
+        0.0
+      ],
+      [
+        "AND",
+        0.0
+      ],
+      [
+        "▁kinds",
+        0.0
+      ],
+      [
+        "▁Korean",
+        0.0
+      ],
+      [
+        "▁legit",
+        0.0
+      ],
+      [
+        "ulous",
+        0.0
+      ],
+      [
+        "▁essentially",
+        0.0
+      ],
+      [
+        "▁therap",
+        0.0
+      ],
+      [
+        "nic",
+        0.0
+      ],
+      [
+        "▁suffered",
+        0.0
+      ],
+      [
+        "▁hur",
+        0.0
+      ],
+      [
+        "▁promise",
+        0.0
+      ],
+      [
+        "▁excess",
+        0.0
+      ],
+      [
+        "▁overw",
+        0.0
+      ],
+      [
+        "▁prime",
+        0.0
+      ],
+      [
+        "▁Houston",
+        0.0
+      ],
+      [
+        "erry",
+        0.0
+      ],
+      [
+        "▁Ms",
+        0.0
+      ],
+      [
+        "RS",
+        0.0
+      ],
+      [
+        "2012",
+        0.0
+      ],
+      [
+        "▁stores",
+        0.0
+      ],
+      [
+        "▁Olymp",
+        0.0
+      ],
+      [
+        "▁journey",
+        0.0
+      ],
+      [
+        "Although",
+        0.0
+      ],
+      [
+        "Sub",
+        0.0
+      ],
+      [
+        "▁Educ",
+        0.0
+      ],
+      [
+        "▁Chapter",
+        0.0
+      ],
+      [
+        "▁requests",
+        0.0
+      ],
+      [
+        "▁consumers",
+        0.0
+      ],
+      [
+        "▁tiny",
+        0.0
+      ],
+      [
+        "▁isol",
+        0.0
+      ],
+      [
+        "▁Fair",
+        0.0
+      ],
+      [
+        "ba",
+        0.0
+      ],
+      [
+        "▁YOU",
+        0.0
+      ],
+      [
+        "▁crash",
+        0.0
+      ],
+      [
+        "celer",
+        0.0
+      ],
+      [
+        "▁emotional",
+        0.0
+      ],
+      [
+        "▁goods",
+        0.0
+      ],
+      [
+        "▁elected",
+        0.0
+      ],
+      [
+        "▁moder",
+        0.0
+      ],
+      [
+        "▁Linux",
+        0.0
+      ],
+      [
+        "▁blocks",
+        0.0
+      ],
+      [
+        "▁island",
+        0.0
+      ],
+      [
+        "▁Society",
+        0.0
+      ],
+      [
+        "▁elections",
+        0.0
+      ],
+      [
+        "▁broadcast",
+        0.0
+      ],
+      [
+        "▁cheap",
+        0.0
+      ],
+      [
+        "▁nations",
+        0.0
+      ],
+      [
+        "▁seasons",
+        0.0
+      ],
+      [
+        "400",
+        0.0
+      ],
+      [
+        "▁waste",
+        0.0
+      ],
+      [
+        "▁Sat",
+        0.0
+      ],
+      [
+        "▁fields",
+        0.0
+      ],
+      [
+        "employ",
+        0.0
+      ],
+      [
+        "▁profile",
+        0.0
+      ],
+      [
+        "▁authors",
+        0.0
+      ],
+      [
+        "ALL",
+        0.0
+      ],
+      [
+        "▁Gra",
+        0.0
+      ],
+      [
+        "west",
+        0.0
+      ],
+      [
+        "▁Ty",
+        0.0
+      ],
+      [
+        "▁deaths",
+        0.0
+      ],
+      [
+        "▁vacc",
+        0.0
+      ],
+      [
+        "▁formed",
+        0.0
+      ],
+      [
+        "▁du",
+        0.0
+      ],
+      [
+        "▁ongoing",
+        0.0
+      ],
+      [
+        "▁Muslims",
+        0.0
+      ],
+      [
+        "elf",
+        0.0
+      ],
+      [
+        "igure",
+        0.0
+      ],
+      [
+        "▁assume",
+        0.0
+      ],
+      [
+        "▁Ukraine",
+        0.0
+      ],
+      [
+        "water",
+        0.0
+      ],
+      [
+        "▁coast",
+        0.0
+      ],
+      [
+        "▁voted",
+        0.0
+      ],
+      [
+        "gor",
+        0.0
+      ],
+      [
+        "▁AS",
+        0.0
+      ],
+      [
+        "▁Michigan",
+        0.0
+      ],
+      [
+        "aza",
+        0.0
+      ],
+      [
+        "▁Arm",
+        0.0
+      ],
+      [
+        "iro",
+        0.0
+      ],
+      [
+        "▁flex",
+        0.0
+      ],
+      [
+        "asters",
+        0.0
+      ],
+      [
+        "''",
+        0.0
+      ],
+      [
+        "▁welcome",
+        0.0
+      ],
+      [
+        "arl",
+        0.0
+      ],
+      [
+        "▁locations",
+        0.0
+      ],
+      [
+        "igation",
+        0.0
+      ],
+      [
+        "▁Fil",
+        0.0
+      ],
+      [
+        "▁buying",
+        0.0
+      ],
+      [
+        "▁architect",
+        0.0
+      ],
+      [
+        "▁harder",
+        0.0
+      ],
+      [
+        "▁Cub",
+        0.0
+      ],
+      [
+        "▁interface",
+        0.0
+      ],
+      [
+        "▁restaurant",
+        0.0
+      ],
+      [
+        "▁discover",
+        0.0
+      ],
+      [
+        "▁exceed",
+        0.0
+      ],
+      [
+        "▁favour",
+        0.0
+      ],
+      [
+        "gery",
+        0.0
+      ],
+      [
+        "▁duty",
+        0.0
+      ],
+      [
+        "▁pitch",
+        0.0
+      ],
+      [
+        "ador",
+        0.0
+      ],
+      [
+        "▁Mach",
+        0.0
+      ],
+      [
+        "boy",
+        0.0
+      ],
+      [
+        "▁responded",
+        0.0
+      ],
+      [
+        "▁extended",
+        0.0
+      ],
+      [
+        "hers",
+        0.0
+      ],
+      [
+        "Many",
+        0.0
+      ],
+      [
+        "raid",
+        0.0
+      ],
+      [
+        "ifer",
+        0.0
+      ],
+      [
+        "▁Ins",
+        0.0
+      ],
+      [
+        "Ser",
+        0.0
+      ],
+      [
+        "▁medium",
+        0.0
+      ],
+      [
+        "she",
+        0.0
+      ],
+      [
+        "▁Sports",
+        0.0
+      ],
+      [
+        "▁magazine",
+        0.0
+      ],
+      [
+        "utation",
+        0.0
+      ],
+      [
+        "▁limits",
+        0.0
+      ],
+      [
+        "▁Gall",
+        0.0
+      ],
+      [
+        "▁external",
+        0.0
+      ],
+      [
+        "razil",
+        0.0
+      ],
+      [
+        "▁younger",
+        0.0
+      ],
+      [
+        "tle",
+        0.0
+      ],
+      [
+        "▁remind",
+        0.0
+      ],
+      [
+        "▁CON",
+        0.0
+      ],
+      [
+        "▁immediate",
+        0.0
+      ],
+      [
+        "▁hidden",
+        0.0
+      ],
+      [
+        "▁volunte",
+        0.0
+      ],
+      [
+        "▁simpl",
+        0.0
+      ],
+      [
+        "odcast",
+        0.0
+      ],
+      [
+        "▁phase",
+        0.0
+      ],
+      [
+        "dr",
+        0.0
+      ],
+      [
+        "▁plot",
+        0.0
+      ],
+      [
+        "▁exposure",
+        0.0
+      ],
+      [
+        "RI",
+        0.0
+      ],
+      [
+        "ograp",
+        0.0
+      ],
+      [
+        "vin",
+        0.0
+      ],
+      [
+        "anish",
+        0.0
+      ],
+      [
+        "▁Acad",
+        0.0
+      ],
+      [
+        "▁Engine",
+        0.0
+      ],
+      [
+        "▁expansion",
+        0.0
+      ],
+      [
+        "▁Pay",
+        0.0
+      ],
+      [
+        "Your",
+        0.0
+      ],
+      [
+        "▁pushed",
+        0.0
+      ],
+      [
+        "▁Ell",
+        0.0
+      ],
+      [
+        "▁Head",
+        0.0
+      ],
+      [
+        "▁marketing",
+        0.0
+      ],
+      [
+        "▁AC",
+        0.0
+      ],
+      [
+        "ket",
+        0.0
+      ],
+      [
+        "▁hits",
+        0.0
+      ],
+      [
+        "▁gro",
+        0.0
+      ],
+      [
+        "▁Age",
+        0.0
+      ],
+      [
+        "▁Scot",
+        0.0
+      ],
+      [
+        "][",
+        0.0
+      ],
+      [
+        "▁stim",
+        0.0
+      ],
+      [
+        "▁iPhone",
+        0.0
+      ],
+      [
+        "ĪĴ",
+        0.0
+      ],
+      [
+        "▁narrow",
+        0.0
+      ],
+      [
+        "▁Getty",
+        0.0
+      ],
+      [
+        "▁Turkey",
+        0.0
+      ],
+      [
+        "▁perfectly",
+        0.0
+      ],
+      [
+        "▁enable",
+        0.0
+      ],
+      [
+        "utch",
+        0.0
+      ],
+      [
+        "▁precise",
+        0.0
+      ],
+      [
+        "▁regime",
+        0.0
+      ],
+      [
+        "▁shif",
+        0.0
+      ],
+      [
+        "▁compens",
+        0.0
+      ],
+      [
+        "gun",
+        0.0
+      ],
+      [
+        "div",
+        0.0
+      ],
+      [
+        "▁chosen",
+        0.0
+      ],
+      [
+        "▁Ken",
+        0.0
+      ],
+      [
+        "Any",
+        0.0
+      ],
+      [
+        "▁trees",
+        0.0
+      ],
+      [
+        "▁recommended",
+        0.0
+      ],
+      [
+        "▁Ren",
+        0.0
+      ],
+      [
+        "uable",
+        0.0
+      ],
+      [
+        "▁HT",
+        0.0
+      ],
+      [
+        "Follow",
+        0.0
+      ],
+      [
+        "EG",
+        0.0
+      ],
+      [
+        "▁Hand",
+        0.0
+      ],
+      [
+        "▁Kenn",
+        0.0
+      ],
+      [
+        "▁arguments",
+        0.0
+      ],
+      [
+        "▁exists",
+        0.0
+      ],
+      [
+        "▁bike",
+        0.0
+      ],
+      [
+        "▁Conserv",
+        0.0
+      ],
+      [
+        "▁breaking",
+        0.0
+      ],
+      [
+        "▁Gar",
+        0.0
+      ],
+      [
+        "▁crazy",
+        0.0
+      ],
+      [
+        "▁virtual",
+        0.0
+      ],
+      [
+        "aylor",
+        0.0
+      ],
+      [
+        "ixel",
+        0.0
+      ],
+      [
+        "▁1980",
+        0.0
+      ],
+      [
+        "▁permission",
+        0.0
+      ],
+      [
+        "▁Series",
+        0.0
+      ],
+      [
+        "▁consumer",
+        0.0
+      ],
+      [
+        "▁closely",
+        0.0
+      ],
+      [
+        "called",
+        0.0
+      ],
+      [
+        "▁54",
+        0.0
+      ],
+      [
+        "▁hopes",
+        0.0
+      ],
+      [
+        "▁array",
+        0.0
+      ],
+      [
+        "▁Win",
+        0.0
+      ],
+      [
+        "▁Labour",
+        0.0
+      ],
+      [
+        "▁spons",
+        0.0
+      ],
+      [
+        "▁Ire",
+        0.0
+      ],
+      [
+        "▁pow",
+        0.0
+      ],
+      [
+        "▁readers",
+        0.0
+      ],
+      [
+        "▁employment",
+        0.0
+      ],
+      [
+        "▁creature",
+        0.0
+      ],
+      [
+        "▁resulting",
+        0.0
+      ],
+      [
+        "▁accurate",
+        0.0
+      ],
+      [
+        "▁moments",
+        0.0
+      ],
+      [
+        "▁argued",
+        0.0
+      ],
+      [
+        "▁ped",
+        0.0
+      ],
+      [
+        "During",
+        0.0
+      ],
+      [
+        "▁53",
+        0.0
+      ],
+      [
+        "▁Tal",
+        0.0
+      ],
+      [
+        "▁sought",
+        0.0
+      ],
+      [
+        "▁suffering",
+        0.0
+      ],
+      [
+        "▁icon",
+        0.0
+      ],
+      [
+        "lee",
+        0.0
+      ],
+      [
+        "▁($",
+        0.0
+      ],
+      [
+        "alian",
+        0.0
+      ],
+      [
+        "°",
+        0.0
+      ],
+      [
+        "▁pra",
+        0.0
+      ],
+      [
+        "▁bonus",
+        0.0
+      ],
+      [
+        "(\"",
+        0.0
+      ],
+      [
+        "ko",
+        0.0
+      ],
+      [
+        "▁acting",
+        0.0
+      ],
+      [
+        "DE",
+        0.0
+      ],
+      [
+        "fall",
+        0.0
+      ],
+      [
+        "▁comparison",
+        0.0
+      ],
+      [
+        "▁smooth",
+        0.0
+      ],
+      [
+        "▁NAS",
+        0.0
+      ],
+      [
+        "upp",
+        0.0
+      ],
+      [
+        "▁Joseph",
+        0.0
+      ],
+      [
+        "eping",
+        0.0
+      ],
+      [
+        "▁Take",
+        0.0
+      ],
+      [
+        "▁Mid",
+        0.0
+      ],
+      [
+        "▁sending",
+        0.0
+      ],
+      [
+        "fast",
+        0.0
+      ],
+      [
+        "▁Fall",
+        0.0
+      ],
+      [
+        "▁dealing",
+        0.0
+      ],
+      [
+        "user",
+        0.0
+      ],
+      [
+        "▁Organ",
+        0.0
+      ],
+      [
+        "Co",
+        0.0
+      ],
+      [
+        "▁attached",
+        0.0
+      ],
+      [
+        "▁sees",
+        0.0
+      ],
+      [
+        "%.",
+        0.0
+      ],
+      [
+        "▁typical",
+        0.0
+      ],
+      [
+        "ART",
+        0.0
+      ],
+      [
+        "▁finds",
+        0.0
+      ],
+      [
+        "▁Asia",
+        0.0
+      ],
+      [
+        "umin",
+        0.0
+      ],
+      [
+        "▁Core",
+        0.0
+      ],
+      [
+        "▁Ent",
+        0.0
+      ],
+      [
+        "inent",
+        0.0
+      ],
+      [
+        "uce",
+        0.0
+      ],
+      [
+        "▁Blood",
+        0.0
+      ],
+      [
+        "▁Never",
+        0.0
+      ],
+      [
+        "▁emails",
+        0.0
+      ],
+      [
+        "▁highlight",
+        0.0
+      ],
+      [
+        "▁confront",
+        0.0
+      ],
+      [
+        "atus",
+        0.0
+      ],
+      [
+        "uted",
+        0.0
+      ],
+      [
+        "▁unus",
+        0.0
+      ],
+      [
+        "▁topic",
+        0.0
+      ],
+      [
+        "▁Adam",
+        0.0
+      ],
+      [
+        "▁ble",
+        0.0
+      ],
+      [
+        "ati",
+        0.0
+      ],
+      [
+        "▁understood",
+        0.0
+      ],
+      [
+        "Set",
+        0.0
+      ],
+      [
+        "struct",
+        0.0
+      ],
+      [
+        "TP",
+        0.0
+      ],
+      [
+        "▁mob",
+        0.0
+      ],
+      [
+        "aa",
+        0.0
+      ],
+      [
+        "▁Start",
+        0.0
+      ],
+      [
+        "pected",
+        0.0
+      ],
+      [
+        "sell",
+        0.0
+      ],
+      [
+        "▁dedicated",
+        0.0
+      ],
+      [
+        "▁CA",
+        0.0
+      ],
+      [
+        "uan",
+        0.0
+      ],
+      [
+        "▁songs",
+        0.0
+      ],
+      [
+        "escription",
+        0.0
+      ],
+      [
+        "▁tech",
+        0.0
+      ],
+      [
+        "▁rape",
+        0.0
+      ],
+      [
+        "▁aside",
+        0.0
+      ],
+      [
+        "▁grant",
+        0.0
+      ],
+      [
+        "▁56",
+        0.0
+      ],
+      [
+        "sub",
+        0.0
+      ],
+      [
+        "▁argue",
+        0.0
+      ],
+      [
+        "▁containing",
+        0.0
+      ],
+      [
+        "▁schedule",
+        0.0
+      ],
+      [
+        "▁liberal",
+        0.0
+      ],
+      [
+        "▁publicly",
+        0.0
+      ],
+      [
+        "▁heavily",
+        0.0
+      ],
+      [
+        "▁Ut",
+        0.0
+      ],
+      [
+        "iner",
+        0.0
+      ],
+      [
+        "▁Section",
+        0.0
+      ],
+      [
+        "▁Care",
+        0.0
+      ],
+      [
+        "weet",
+        0.0
+      ],
+      [
+        "ls",
+        0.0
+      ],
+      [
+        "Dis",
+        0.0
+      ],
+      [
+        "âĶĢ",
+        0.0
+      ],
+      [
+        "▁Follow",
+        0.0
+      ],
+      [
+        "Back",
+        0.0
+      ],
+      [
+        "▁IT",
+        0.0
+      ],
+      [
+        "▁bes",
+        0.0
+      ],
+      [
+        "ji",
+        0.0
+      ],
+      [
+        "▁Hit",
+        0.0
+      ],
+      [
+        "ested",
+        0.0
+      ],
+      [
+        "▁everybody",
+        0.0
+      ],
+      [
+        "▁Swed",
+        0.0
+      ],
+      [
+        "▁femin",
+        0.0
+      ],
+      [
+        "▁facilities",
+        0.0
+      ],
+      [
+        "▁conven",
+        0.0
+      ],
+      [
+        "Comp",
+        0.0
+      ],
+      [
+        "▁OS",
+        0.0
+      ],
+      [
+        "core",
+        0.0
+      ],
+      [
+        "▁anx",
+        0.0
+      ],
+      [
+        "▁division",
+        0.0
+      ],
+      [
+        "▁Cam",
+        0.0
+      ],
+      [
+        "▁Stan",
+        0.0
+      ],
+      [
+        "mates",
+        0.0
+      ],
+      [
+        "▁explore",
+        0.0
+      ],
+      [
+        "plom",
+        0.0
+      ],
+      [
+        "▁shares",
+        0.0
+      ],
+      [
+        "pload",
+        0.0
+      ],
+      [
+        "anes",
+        0.0
+      ],
+      [
+        "▁ideal",
+        0.0
+      ],
+      [
+        "eters",
+        0.0
+      ],
+      [
+        "▁Base",
+        0.0
+      ],
+      [
+        "▁plastic",
+        0.0
+      ],
+      [
+        "▁distinct",
+        0.0
+      ],
+      [
+        "▁Network",
+        0.0
+      ],
+      [
+        "▁Seattle",
+        0.0
+      ],
+      [
+        "▁trading",
+        0.0
+      ],
+      [
+        "ensus",
+        0.0
+      ],
+      [
+        "intend",
+        0.0
+      ],
+      [
+        "▁exhib",
+        0.0
+      ],
+      [
+        "▁initially",
+        0.0
+      ],
+      [
+        "▁Food",
+        0.0
+      ],
+      [
+        "▁thousand",
+        0.0
+      ],
+      [
+        "▁Business",
+        0.0
+      ],
+      [
+        "acter",
+        0.0
+      ],
+      [
+        "▁paragraph",
+        0.0
+      ],
+      [
+        "▁roughly",
+        0.0
+      ],
+      [
+        "▁www",
+        0.0
+      ],
+      [
+        "▁creative",
+        0.0
+      ],
+      [
+        "▁Conf",
+        0.0
+      ],
+      [
+        "▁consumption",
+        0.0
+      ],
+      [
+        "▁films",
+        0.0
+      ],
+      [
+        "agan",
+        0.0
+      ],
+      [
+        "▁obtain",
+        0.0
+      ],
+      [
+        "▁tall",
+        0.0
+      ],
+      [
+        "▁tor",
+        0.0
+      ],
+      [
+        "▁acknowled",
+        0.0
+      ],
+      [
+        "▁grown",
+        0.0
+      ],
+      [
+        "alo",
+        0.0
+      ],
+      [
+        "KE",
+        0.0
+      ],
+      [
+        "▁400",
+        0.0
+      ],
+      [
+        "enders",
+        0.0
+      ],
+      [
+        "taining",
+        0.0
+      ],
+      [
+        "UG",
+        0.0
+      ],
+      [
+        "▁suicide",
+        0.0
+      ],
+      [
+        "▁watched",
+        0.0
+      ],
+      [
+        "▁List",
+        0.0
+      ],
+      [
+        "ali",
+        0.0
+      ],
+      [
+        "rehens",
+        0.0
+      ],
+      [
+        "▁surrounding",
+        0.0
+      ],
+      [
+        "▁pip",
+        0.0
+      ],
+      [
+        "▁flying",
+        0.0
+      ],
+      [
+        "▁Java",
+        0.0
+      ],
+      [
+        "ordan",
+        0.0
+      ],
+      [
+        "▁serving",
+        0.0
+      ],
+      [
+        "inations",
+        0.0
+      ],
+      [
+        "post",
+        0.0
+      ],
+      [
+        "▁sho",
+        0.0
+      ],
+      [
+        "Av",
+        0.0
+      ],
+      [
+        "▁jail",
+        0.0
+      ],
+      [
+        "zy",
+        0.0
+      ],
+      [
+        "▁1999",
+        0.0
+      ],
+      [
+        "▁</",
+        0.0
+      ],
+      [
+        "▁literally",
+        0.0
+      ],
+      [
+        "▁Sir",
+        0.0
+      ],
+      [
+        "▁exposed",
+        0.0
+      ],
+      [
+        "▁lies",
+        0.0
+      ],
+      [
+        "star",
+        0.0
+      ],
+      [
+        "▁bat",
+        0.0
+      ],
+      [
+        "▁earned",
+        0.0
+      ],
+      [
+        "▁Dig",
+        0.0
+      ],
+      [
+        "▁specified",
+        0.0
+      ],
+      [
+        "▁Season",
+        0.0
+      ],
+      [
+        "▁degrees",
+        0.0
+      ],
+      [
+        "Donald",
+        0.0
+      ],
+      [
+        "▁centre",
+        0.0
+      ],
+      [
+        "▁sharing",
+        0.0
+      ],
+      [
+        "▁winter",
+        0.0
+      ],
+      [
+        "▁CO",
+        0.0
+      ],
+      [
+        "Che",
+        0.0
+      ],
+      [
+        "▁Î",
+        0.0
+      ],
+      [
+        "MP",
+        0.0
+      ],
+      [
+        "▁unw",
+        0.0
+      ],
+      [
+        "▁fewer",
+        0.0
+      ],
+      [
+        "▁Mir",
+        0.0
+      ],
+      [
+        "▁somewhere",
+        0.0
+      ],
+      [
+        "▁Key",
+        0.0
+      ],
+      [
+        "▁attacked",
+        0.0
+      ],
+      [
+        "▁Kir",
+        0.0
+      ],
+      [
+        "▁domain",
+        0.0
+      ],
+      [
+        "▁stronger",
+        0.0
+      ],
+      [
+        "▁99",
+        0.0
+      ],
+      [
+        "▁penalty",
+        0.0
+      ],
+      [
+        "Id",
+        0.0
+      ],
+      [
+        "Script",
+        0.0
+      ],
+      [
+        "▁declined",
+        0.0
+      ],
+      [
+        "▁neck",
+        0.0
+      ],
+      [
+        "▁fraud",
+        0.0
+      ],
+      [
+        "▁currency",
+        0.0
+      ],
+      [
+        "▁rising",
+        0.0
+      ],
+      [
+        "RC",
+        0.0
+      ],
+      [
+        "âĢ¦âĢ¦",
+        0.0
+      ],
+      [
+        "Hz",
+        0.0
+      ],
+      [
+        "▁tab",
+        0.0
+      ],
+      [
+        "▁talent",
+        0.0
+      ],
+      [
+        "nam",
+        0.0
+      ],
+      [
+        "▁NBA",
+        0.0
+      ],
+      [
+        "▁village",
+        0.0
+      ],
+      [
+        "▁legs",
+        0.0
+      ],
+      [
+        "▁Next",
+        0.0
+      ],
+      [
+        "Ed",
+        0.0
+      ],
+      [
+        "▁acid",
+        0.0
+      ],
+      [
+        "▁hyd",
+        0.0
+      ],
+      [
+        "800",
+        0.0
+      ],
+      [
+        "▁involving",
+        0.0
+      ],
+      [
+        "▁Image",
+        0.0
+      ],
+      [
+        "▁Before",
+        0.0
+      ],
+      [
+        "Fl",
+        0.0
+      ],
+      [
+        "▁yesterday",
+        0.0
+      ],
+      [
+        "Source",
+        0.0
+      ],
+      [
+        "▁terrorist",
+        0.0
+      ],
+      [
+        "▁sup",
+        0.0
+      ],
+      [
+        "▁synt",
+        0.0
+      ],
+      [
+        "▁Saudi",
+        0.0
+      ],
+      [
+        "▁west",
+        0.0
+      ],
+      [
+        "▁ru",
+        0.0
+      ],
+      [
+        "burg",
+        0.0
+      ],
+      [
+        "▁visible",
+        0.0
+      ],
+      [
+        "▁struck",
+        0.0
+      ],
+      [
+        "rison",
+        0.0
+      ],
+      [
+        "▁awesome",
+        0.0
+      ],
+      [
+        "▁drawn",
+        0.0
+      ],
+      [
+        "▁answers",
+        0.0
+      ],
+      [
+        "▁Girl",
+        0.0
+      ],
+      [
+        "▁Ram",
+        0.0
+      ],
+      [
+        "▁threats",
+        0.0
+      ],
+      [
+        "▁defeat",
+        0.0
+      ],
+      [
+        "osit",
+        0.0
+      ],
+      [
+        "▁vent",
+        0.0
+      ],
+      [
+        "aturally",
+        0.0
+      ],
+      [
+        "American",
+        0.0
+      ],
+      [
+        "enda",
+        0.0
+      ],
+      [
+        "▁Holy",
+        0.0
+      ],
+      [
+        "▁rum",
+        0.0
+      ],
+      [
+        "%,",
+        0.0
+      ],
+      [
+        "case",
+        0.0
+      ],
+      [
+        "▁History",
+        0.0
+      ],
+      [
+        "▁YouTube",
+        0.0
+      ],
+      [
+        "▁situations",
+        0.0
+      ],
+      [
+        "▁DNA",
+        0.0
+      ],
+      [
+        "Ste",
+        0.0
+      ],
+      [
+        "▁saved",
+        0.0
+      ],
+      [
+        "Item",
+        0.0
+      ],
+      [
+        "▁recip",
+        0.0
+      ],
+      [
+        "ologist",
+        0.0
+      ],
+      [
+        "▁faced",
+        0.0
+      ],
+      [
+        "▁elig",
+        0.0
+      ],
+      [
+        "Once",
+        0.0
+      ],
+      [
+        "▁Li",
+        0.0
+      ],
+      [
+        "uh",
+        0.0
+      ],
+      [
+        "▁mistake",
+        0.0
+      ],
+      [
+        "▁Division",
+        0.0
+      ],
+      [
+        "▁Bell",
+        0.0
+      ],
+      [
+        "▁symptoms",
+        0.0
+      ],
+      [
+        "®",
+        0.0
+      ],
+      [
+        "▁domin",
+        0.0
+      ],
+      [
+        "▁falling",
+        0.0
+      ],
+      [
+        "▁ending",
+        0.0
+      ],
+      [
+        "ashes",
+        0.0
+      ],
+      [
+        "▁matches",
+        0.0
+      ],
+      [
+        "▁Online",
+        0.0
+      ],
+      [
+        "▁explanation",
+        0.0
+      ],
+      [
+        "Def",
+        0.0
+      ],
+      [
+        "redit",
+        0.0
+      ],
+      [
+        "▁anymore",
+        0.0
+      ],
+      [
+        "▁Total",
+        0.0
+      ],
+      [
+        "▁FOR",
+        0.0
+      ],
+      [
+        "ushed",
+        0.0
+      ],
+      [
+        "▁letters",
+        0.0
+      ],
+      [
+        "▁risks",
+        0.0
+      ],
+      [
+        "▁OK",
+        0.0
+      ],
+      [
+        "▁reportedly",
+        0.0
+      ],
+      [
+        ":\\",
+        0.0
+      ],
+      [
+        "▁plate",
+        0.0
+      ],
+      [
+        "▁subjects",
+        0.0
+      ],
+      [
+        "▁attempted",
+        0.0
+      ],
+      [
+        "ifier",
+        0.0
+      ],
+      [
+        "iana",
+        0.0
+      ],
+      [
+        "▁unlikely",
+        0.0
+      ],
+      [
+        "▁Though",
+        0.0
+      ],
+      [
+        "uma",
+        0.0
+      ],
+      [
+        "▁Invest",
+        0.0
+      ],
+      [
+        "▁Prin",
+        0.0
+      ],
+      [
+        "ican",
+        0.0
+      ],
+      [
+        "▁Dar",
+        0.0
+      ],
+      [
+        "▁Colorado",
+        0.0
+      ],
+      [
+        "aug",
+        0.0
+      ],
+      [
+        "▁veget",
+        0.0
+      ],
+      [
+        "aos",
+        0.0
+      ],
+      [
+        "ria",
+        0.0
+      ],
+      [
+        "▁shel",
+        0.0
+      ],
+      [
+        "▁marked",
+        0.0
+      ],
+      [
+        "▁()",
+        0.0
+      ],
+      [
+        "▁spr",
+        0.0
+      ],
+      [
+        "po",
+        0.0
+      ],
+      [
+        "▁Link",
+        0.0
+      ],
+      [
+        "▁defe",
+        0.0
+      ],
+      [
+        "▁Jr",
+        0.0
+      ],
+      [
+        "▁theme",
+        0.0
+      ],
+      [
+        "▁passion",
+        0.0
+      ],
+      [
+        "▁Pen",
+        0.0
+      ],
+      [
+        "▁info",
+        0.0
+      ],
+      [
+        "izer",
+        0.0
+      ],
+      [
+        "▁shit",
+        0.0
+      ],
+      [
+        "▁Civil",
+        0.0
+      ],
+      [
+        "apse",
+        0.0
+      ],
+      [
+        "cre",
+        0.0
+      ],
+      [
+        "▁poly",
+        0.0
+      ],
+      [
+        "▁component",
+        0.0
+      ],
+      [
+        "▁Charles",
+        0.0
+      ],
+      [
+        "▁Ireland",
+        0.0
+      ],
+      [
+        "▁Prov",
+        0.0
+      ],
+      [
+        "▁doctors",
+        0.0
+      ],
+      [
+        "▁granted",
+        0.0
+      ],
+      [
+        "▁paint",
+        0.0
+      ],
+      [
+        "▁honor",
+        0.0
+      ],
+      [
+        "▁smoke",
+        0.0
+      ],
+      [
+        "▁payments",
+        0.0
+      ],
+      [
+        "▁primarily",
+        0.0
+      ],
+      [
+        "▁Kingdom",
+        0.0
+      ],
+      [
+        "rich",
+        0.0
+      ],
+      [
+        "atell",
+        0.0
+      ],
+      [
+        "▁deals",
+        0.0
+      ],
+      [
+        "▁scheduled",
+        0.0
+      ],
+      [
+        "▁fundamental",
+        0.0
+      ],
+      [
+        "▁protein",
+        0.0
+      ],
+      [
+        "▁newspaper",
+        0.0
+      ],
+      [
+        "▁clients",
+        0.0
+      ],
+      [
+        "ython",
+        0.0
+      ],
+      [
+        "▁Date",
+        0.0
+      ],
+      [
+        "hus",
+        0.0
+      ],
+      [
+        "▁feedback",
+        0.0
+      ],
+      [
+        "▁stretch",
+        0.0
+      ],
+      [
+        "▁cock",
+        0.0
+      ],
+      [
+        "▁hotel",
+        0.0
+      ],
+      [
+        "▁Queen",
+        0.0
+      ],
+      [
+        "▁sugar",
+        0.0
+      ],
+      [
+        "▁ju",
+        0.0
+      ],
+      [
+        "▁milk",
+        0.0
+      ],
+      [
+        "▁approval",
+        0.0
+      ],
+      [
+        "▁Live",
+        0.0
+      ],
+      [
+        "▁equivalent",
+        0.0
+      ],
+      [
+        "efully",
+        0.0
+      ],
+      [
+        "▁insert",
+        0.0
+      ],
+      [
+        "zona",
+        0.0
+      ],
+      [
+        "▁extension",
+        0.0
+      ],
+      [
+        "dri",
+        0.0
+      ],
+      [
+        "John",
+        0.0
+      ],
+      [
+        "▁accomp",
+        0.0
+      ],
+      [
+        "Sm",
+        0.0
+      ],
+      [
+        "▁Fund",
+        0.0
+      ],
+      [
+        "▁constantly",
+        0.0
+      ],
+      [
+        "▁``",
+        0.0
+      ],
+      [
+        "▁generated",
+        0.0
+      ],
+      [
+        "▁Action",
+        0.0
+      ],
+      [
+        "▁Psych",
+        0.0
+      ],
+      [
+        "▁Tri",
+        0.0
+      ],
+      [
+        "▁recognize",
+        0.0
+      ],
+      [
+        "▁vary",
+        0.0
+      ],
+      [
+        "pha",
+        0.0
+      ],
+      [
+        "▁Ra",
+        0.0
+      ],
+      [
+        "df",
+        0.0
+      ],
+      [
+        "etch",
+        0.0
+      ],
+      [
+        "▁Soviet",
+        0.0
+      ],
+      [
+        "Two",
+        0.0
+      ],
+      [
+        "▁patterns",
+        0.0
+      ],
+      [
+        "▁profession",
+        0.0
+      ],
+      [
+        "aning",
+        0.0
+      ],
+      [
+        "Time",
+        0.0
+      ],
+      [
+        "▁Lim",
+        0.0
+      ],
+      [
+        "▁colors",
+        0.0
+      ],
+      [
+        "▁Az",
+        0.0
+      ],
+      [
+        "▁TR",
+        0.0
+      ],
+      [
+        "▁infect",
+        0.0
+      ],
+      [
+        "▁phenomen",
+        0.0
+      ],
+      [
+        "▁shell",
+        0.0
+      ],
+      [
+        "Also",
+        0.0
+      ],
+      [
+        "▁puts",
+        0.0
+      ],
+      [
+        "▁delivery",
+        0.0
+      ],
+      [
+        "▁brown",
+        0.0
+      ],
+      [
+        "▁processing",
+        0.0
+      ],
+      [
+        "▁lights",
+        0.0
+      ],
+      [
+        "essage",
+        0.0
+      ],
+      [
+        "▁Brook",
+        0.0
+      ],
+      [
+        "▁Aud",
+        0.0
+      ],
+      [
+        "lation",
+        0.0
+      ],
+      [
+        "▁industrial",
+        0.0
+      ],
+      [
+        "Like",
+        0.0
+      ],
+      [
+        "▁Brazil",
+        0.0
+      ],
+      [
+        "rous",
+        0.0
+      ],
+      [
+        "ESS",
+        0.0
+      ],
+      [
+        "▁Luc",
+        0.0
+      ],
+      [
+        "▁somehow",
+        0.0
+      ],
+      [
+        "▁85",
+        0.0
+      ],
+      [
+        "▁proport",
+        0.0
+      ],
+      [
+        "▁politicians",
+        0.0
+      ],
+      [
+        "▁indicate",
+        0.0
+      ],
+      [
+        "▁hole",
+        0.0
+      ],
+      [
+        "▁techniques",
+        0.0
+      ],
+      [
+        "▁competitive",
+        0.0
+      ],
+      [
+        "▁phr",
+        0.0
+      ],
+      [
+        "▁vo",
+        0.0
+      ],
+      [
+        "istent",
+        0.0
+      ],
+      [
+        "▁Dream",
+        0.0
+      ],
+      [
+        "▁campus",
+        0.0
+      ],
+      [
+        "▁aspects",
+        0.0
+      ],
+      [
+        "▁helpful",
+        0.0
+      ],
+      [
+        "▁shield",
+        0.0
+      ],
+      [
+        "orse",
+        0.0
+      ],
+      [
+        "▁trigger",
+        0.0
+      ],
+      [
+        "mal",
+        0.0
+      ],
+      [
+        "▁58",
+        0.0
+      ],
+      [
+        "▁tort",
+        0.0
+      ],
+      [
+        "▁personally",
+        0.0
+      ],
+      [
+        "▁tag",
+        0.0
+      ],
+      [
+        "▁keeps",
+        0.0
+      ],
+      [
+        "▁Video",
+        0.0
+      ],
+      [
+        "▁bench",
+        0.0
+      ],
+      [
+        "▁gap",
+        0.0
+      ],
+      [
+        "aire",
+        0.0
+      ],
+      [
+        "▁east",
+        0.0
+      ],
+      [
+        "▁recovery",
+        0.0
+      ],
+      [
+        "perial",
+        0.0
+      ],
+      [
+        "▁profit",
+        0.0
+      ],
+      [
+        "▁Mic",
+        0.0
+      ],
+      [
+        "▁57",
+        0.0
+      ],
+      [
+        "▁colon",
+        0.0
+      ],
+      [
+        "▁strongly",
+        0.0
+      ],
+      [
+        "style",
+        0.0
+      ],
+      [
+        "▁allegations",
+        0.0
+      ],
+      [
+        "han",
+        0.0
+      ],
+      [
+        "▁reporters",
+        0.0
+      ],
+      [
+        "jo",
+        0.0
+      ],
+      [
+        "rine",
+        0.0
+      ],
+      [
+        "arget",
+        0.0
+      ],
+      [
+        "andal",
+        0.0
+      ],
+      [
+        "▁03",
+        0.0
+      ],
+      [
+        "▁flash",
+        0.0
+      ],
+      [
+        "trans",
+        0.0
+      ],
+      [
+        "▁strict",
+        0.0
+      ],
+      [
+        "▁parking",
+        0.0
+      ],
+      [
+        "▁Pakistan",
+        0.0
+      ],
+      [
+        "▁li",
+        0.0
+      ],
+      [
+        "▁weird",
+        0.0
+      ],
+      [
+        "▁Eric",
+        0.0
+      ],
+      [
+        "▁regions",
+        0.0
+      ],
+      [
+        "▁Jun",
+        0.0
+      ],
+      [
+        "▁intellect",
+        0.0
+      ],
+      [
+        "▁WH",
+        0.0
+      ],
+      [
+        "oding",
+        0.0
+      ],
+      [
+        "ributes",
+        0.0
+      ],
+      [
+        "upid",
+        0.0
+      ],
+      [
+        "▁Tit",
+        0.0
+      ],
+      [
+        "▁finger",
+        0.0
+      ],
+      [
+        "oria",
+        0.0
+      ],
+      [
+        "▁elev",
+        0.0
+      ],
+      [
+        "▁Field",
+        0.0
+      ],
+      [
+        "▁conclusion",
+        0.0
+      ],
+      [
+        ";;",
+        0.0
+      ],
+      [
+        "▁feelings",
+        0.0
+      ],
+      [
+        "▁extensive",
+        0.0
+      ],
+      [
+        "▁mixed",
+        0.0
+      ],
+      [
+        "▁neuro",
+        0.0
+      ],
+      [
+        "vy",
+        0.0
+      ],
+      [
+        "▁harass",
+        0.0
+      ],
+      [
+        "▁Circ",
+        0.0
+      ],
+      [
+        "ouch",
+        0.0
+      ],
+      [
+        "▁territory",
+        0.0
+      ],
+      [
+        "▁successfully",
+        0.0
+      ],
+      [
+        "Mar",
+        0.0
+      ],
+      [
+        "▁ingred",
+        0.0
+      ],
+      [
+        "▁overwhel",
+        0.0
+      ],
+      [
+        "▁layer",
+        0.0
+      ],
+      [
+        "View",
+        0.0
+      ],
+      [
+        "▁allies",
+        0.0
+      ],
+      [
+        "illance",
+        0.0
+      ],
+      [
+        "▁Three",
+        0.0
+      ],
+      [
+        "▁bunch",
+        0.0
+      ],
+      [
+        "▁normally",
+        0.0
+      ],
+      [
+        "▁networks",
+        0.0
+      ],
+      [
+        "▁sacr",
+        0.0
+      ],
+      [
+        "▁CIA",
+        0.0
+      ],
+      [
+        "bles",
+        0.0
+      ],
+      [
+        "▁chose",
+        0.0
+      ],
+      [
+        "▁opponents",
+        0.0
+      ],
+      [
+        "▁regardless",
+        0.0
+      ],
+      [
+        "▁franch",
+        0.0
+      ],
+      [
+        "▁pref",
+        0.0
+      ],
+      [
+        "▁Po",
+        0.0
+      ],
+      [
+        "▁bridge",
+        0.0
+      ],
+      [
+        "anna",
+        0.0
+      ],
+      [
+        "▁Silver",
+        0.0
+      ],
+      [
+        "▁wage",
+        0.0
+      ],
+      [
+        "page",
+        0.0
+      ],
+      [
+        "rior",
+        0.0
+      ],
+      [
+        "▁radical",
+        0.0
+      ],
+      [
+        "▁Little",
+        0.0
+      ],
+      [
+        "▁manip",
+        0.0
+      ],
+      [
+        "▁secretary",
+        0.0
+      ],
+      [
+        "▁gang",
+        0.0
+      ],
+      [
+        "DR",
+        0.0
+      ],
+      [
+        "FA",
+        0.0
+      ],
+      [
+        "▁decent",
+        0.0
+      ],
+      [
+        "▁Spirit",
+        0.0
+      ],
+      [
+        "▁uncle",
+        0.0
+      ],
+      [
+        "▁Development",
+        0.0
+      ],
+      [
+        "▁investors",
+        0.0
+      ],
+      [
+        "▁walls",
+        0.0
+      ],
+      [
+        "▁publish",
+        0.0
+      ],
+      [
+        "▁generate",
+        0.0
+      ],
+      [
+        "issions",
+        0.0
+      ],
+      [
+        "car",
+        0.0
+      ],
+      [
+        "▁promote",
+        0.0
+      ],
+      [
+        "▁cutting",
+        0.0
+      ],
+      [
+        "▁chest",
+        0.0
+      ],
+      [
+        "▁drinking",
+        0.0
+      ],
+      [
+        "▁collected",
+        0.0
+      ],
+      [
+        "▁72",
+        0.0
+      ],
+      [
+        "▁hoping",
+        0.0
+      ],
+      [
+        "▁embr",
+        0.0
+      ],
+      [
+        "gorith",
+        0.0
+      ],
+      [
+        "▁warned",
+        0.0
+      ],
+      [
+        "▁instructions",
+        0.0
+      ],
+      [
+        "OG",
+        0.0
+      ],
+      [
+        "▁Did",
+        0.0
+      ],
+      [
+        "▁Agency",
+        0.0
+      ],
+      [
+        "▁gear",
+        0.0
+      ],
+      [
+        "▁criticism",
+        0.0
+      ],
+      [
+        "▁Further",
+        0.0
+      ],
+      [
+        "▁util",
+        0.0
+      ],
+      [
+        "anny",
+        0.0
+      ],
+      [
+        "Red",
+        0.0
+      ],
+      [
+        "▁counsel",
+        0.0
+      ],
+      [
+        "▁Asian",
+        0.0
+      ],
+      [
+        "▁reduction",
+        0.0
+      ],
+      [
+        "pool",
+        0.0
+      ],
+      [
+        "▁teaching",
+        0.0
+      ],
+      [
+        "▁deeply",
+        0.0
+      ],
+      [
+        "iy",
+        0.0
+      ],
+      [
+        "▁estimates",
+        0.0
+      ],
+      [
+        "▁choices",
+        0.0
+      ],
+      [
+        "▁permanent",
+        0.0
+      ],
+      [
+        "inem",
+        0.0
+      ],
+      [
+        "kel",
+        0.0
+      ],
+      [
+        "▁fasc",
+        0.0
+      ],
+      [
+        "pse",
+        0.0
+      ],
+      [
+        "file",
+        0.0
+      ],
+      [
+        "▁Low",
+        0.0
+      ],
+      [
+        "▁Person",
+        0.0
+      ],
+      [
+        "▁tournament",
+        0.0
+      ],
+      [
+        "stal",
+        0.0
+      ],
+      [
+        "▁mel",
+        0.0
+      ],
+      [
+        "UST",
+        0.0
+      ],
+      [
+        "▁Ray",
+        0.0
+      ],
+      [
+        "azi",
+        0.0
+      ],
+      [
+        "Val",
+        0.0
+      ],
+      [
+        "▁contained",
+        0.0
+      ],
+      [
+        "▁Holly",
+        0.0
+      ],
+      [
+        "▁wake",
+        0.0
+      ],
+      [
+        "▁reveal",
+        0.0
+      ],
+      [
+        "▁processes",
+        0.0
+      ],
+      [
+        "▁ISIS",
+        0.0
+      ],
+      [
+        "▁09",
+        0.0
+      ],
+      [
+        "▁blind",
+        0.0
+      ],
+      [
+        "▁steel",
+        0.0
+      ],
+      [
+        "▁Bad",
+        0.0
+      ],
+      [
+        "▁carefully",
+        0.0
+      ],
+      [
+        "appy",
+        0.0
+      ],
+      [
+        "roit",
+        0.0
+      ],
+      [
+        "▁gaming",
+        0.0
+      ],
+      [
+        "▁houses",
+        0.0
+      ],
+      [
+        "▁Coll",
+        0.0
+      ],
+      [
+        "▁truck",
+        0.0
+      ],
+      [
+        "erm",
+        0.0
+      ],
+      [
+        "▁scored",
+        0.0
+      ],
+      [
+        "▁occas",
+        0.0
+      ],
+      [
+        "return",
+        0.0
+      ],
+      [
+        "bound",
+        0.0
+      ],
+      [
+        "var",
+        0.0
+      ],
+      [
+        "▁sharp",
+        0.0
+      ],
+      [
+        "▁afraid",
+        0.0
+      ],
+      [
+        "▁EX",
+        0.0
+      ],
+      [
+        "amber",
+        0.0
+      ],
+      [
+        "cific",
+        0.0
+      ],
+      [
+        "▁scheme",
+        0.0
+      ],
+      [
+        "NC",
+        0.0
+      ],
+      [
+        "▁Polit",
+        0.0
+      ],
+      [
+        "▁decline",
+        0.0
+      ],
+      [
+        "▁1998",
+        0.0
+      ],
+      [
+        "▁pushing",
+        0.0
+      ],
+      [
+        "▁possession",
+        0.0
+      ],
+      [
+        "▁privile",
+        0.0
+      ],
+      [
+        "▁teachers",
+        0.0
+      ],
+      [
+        "▁yield",
+        0.0
+      ],
+      [
+        "HA",
+        0.0
+      ],
+      [
+        "▁Davis",
+        0.0
+      ],
+      [
+        "itled",
+        0.0
+      ],
+      [
+        "########",
+        0.0
+      ],
+      [
+        "▁rig",
+        0.0
+      ],
+      [
+        "▁Daniel",
+        0.0
+      ],
+      [
+        "acon",
+        0.0
+      ],
+      [
+        "▁hide",
+        0.0
+      ],
+      [
+        "uten",
+        0.0
+      ],
+      [
+        "▁colleagues",
+        0.0
+      ],
+      [
+        "▁principles",
+        0.0
+      ],
+      [
+        "▁loud",
+        0.0
+      ],
+      [
+        "▁sin",
+        0.0
+      ],
+      [
+        "▁Demon",
+        0.0
+      ],
+      [
+        "▁stone",
+        0.0
+      ],
+      [
+        "▁02",
+        0.0
+      ],
+      [
+        "▁taught",
+        0.0
+      ],
+      [
+        "▁terrible",
+        0.0
+      ],
+      [
+        "▁stuck",
+        0.0
+      ],
+      [
+        "▁Policy",
+        0.0
+      ],
+      [
+        "teen",
+        0.0
+      ],
+      [
+        "▁implementation",
+        0.0
+      ],
+      [
+        "▁BBC",
+        0.0
+      ],
+      [
+        "▁API",
+        0.0
+      ],
+      [
+        "▁wheel",
+        0.0
+      ],
+      [
+        "allas",
+        0.0
+      ],
+      [
+        "▁champions",
+        0.0
+      ],
+      [
+        "olars",
+        0.0
+      ],
+      [
+        "player",
+        0.0
+      ],
+      [
+        "▁repeatedly",
+        0.0
+      ],
+      [
+        "▁Still",
+        0.0
+      ],
+      [
+        "▁likes",
+        0.0
+      ],
+      [
+        "asty",
+        0.0
+      ],
+      [
+        "ester",
+        0.0
+      ],
+      [
+        "▁Catholic",
+        0.0
+      ],
+      [
+        "RL",
+        0.0
+      ],
+      [
+        "▁bath",
+        0.0
+      ],
+      [
+        "▁noise",
+        0.0
+      ],
+      [
+        "title",
+        0.0
+      ],
+      [
+        "▁northern",
+        0.0
+      ],
+      [
+        "Part",
+        0.0
+      ],
+      [
+        "▁magn",
+        0.0
+      ],
+      [
+        "▁fab",
+        0.0
+      ],
+      [
+        "▁Ash",
+        0.0
+      ],
+      [
+        "▁displ",
+        0.0
+      ],
+      [
+        "▁ticket",
+        0.0
+      ],
+      [
+        "▁murd",
+        0.0
+      ],
+      [
+        "▁alongside",
+        0.0
+      ],
+      [
+        "▁Music",
+        0.0
+      ],
+      [
+        "▁river",
+        0.0
+      ],
+      [
+        "▁Steel",
+        0.0
+      ],
+      [
+        "▁CL",
+        0.0
+      ],
+      [
+        "▁Player",
+        0.0
+      ],
+      [
+        "▁Mult",
+        0.0
+      ],
+      [
+        "owing",
+        0.0
+      ],
+      [
+        "rep",
+        0.0
+      ],
+      [
+        "size",
+        0.0
+      ],
+      [
+        "▁tur",
+        0.0
+      ],
+      [
+        "▁Georgia",
+        0.0
+      ],
+      [
+        "iscal",
+        0.0
+      ],
+      [
+        "raction",
+        0.0
+      ],
+      [
+        "▁cable",
+        0.0
+      ],
+      [
+        "▁59",
+        0.0
+      ],
+      [
+        "▁wins",
+        0.0
+      ],
+      [
+        "▁upcoming",
+        0.0
+      ],
+      [
+        "▁survive",
+        0.0
+      ],
+      [
+        "▁inspired",
+        0.0
+      ],
+      [
+        "▁Education",
+        0.0
+      ],
+      [
+        "▁statistics",
+        0.0
+      ],
+      [
+        "▁Foot",
+        0.0
+      ],
+      [
+        "iami",
+        0.0
+      ],
+      [
+        "▁yellow",
+        0.0
+      ],
+      [
+        "▁Page",
+        0.0
+      ],
+      [
+        ".-",
+        0.0
+      ],
+      [
+        "▁Has",
+        0.0
+      ],
+      [
+        "▁urban",
+        0.0
+      ],
+      [
+        "▁ax",
+        0.0
+      ],
+      [
+        "essel",
+        0.0
+      ],
+      [
+        "\\\"",
+        0.0
+      ],
+      [
+        "▁quarterback",
+        0.0
+      ],
+      [
+        "▁register",
+        0.0
+      ],
+      [
+        "▁Labor",
+        0.0
+      ],
+      [
+        "▁abilities",
+        0.0
+      ],
+      [
+        "▁Family",
+        0.0
+      ],
+      [
+        "▁variable",
+        0.0
+      ],
+      [
+        "▁Price",
+        0.0
+      ],
+      [
+        "▁contem",
+        0.0
+      ],
+      [
+        "▁thin",
+        0.0
+      ],
+      [
+        "▁Equ",
+        0.0
+      ],
+      [
+        "data",
+        0.0
+      ],
+      [
+        "▁gotten",
+        0.0
+      ],
+      [
+        "▁constit",
+        0.0
+      ],
+      [
+        "▁asks",
+        0.0
+      ],
+      [
+        "▁tail",
+        0.0
+      ],
+      [
+        "▁exciting",
+        0.0
+      ],
+      [
+        "▁Effect",
+        0.0
+      ],
+      [
+        "▁Spanish",
+        0.0
+      ],
+      [
+        "▁encourage",
+        0.0
+      ],
+      [
+        "inson",
+        0.0
+      ],
+      [
+        "▁Ah",
+        0.0
+      ],
+      [
+        "▁commitment",
+        0.0
+      ],
+      [
+        "CS",
+        0.0
+      ],
+      [
+        "▁rally",
+        0.0
+      ],
+      [
+        "▁::",
+        0.0
+      ],
+      [
+        "▁subsid",
+        0.0
+      ],
+      [
+        "▁spin",
+        0.0
+      ],
+      [
+        "▁captured",
+        0.0
+      ],
+      [
+        "2018",
+        0.0
+      ],
+      [
+        "▁innoc",
+        0.0
+      ],
+      [
+        "▁allegedly",
+        0.0
+      ],
+      [
+        "▁Come",
+        0.0
+      ],
+      [
+        "▁artists",
+        0.0
+      ],
+      [
+        "▁Number",
+        0.0
+      ],
+      [
+        "▁electronic",
+        0.0
+      ],
+      [
+        "▁regional",
+        0.0
+      ],
+      [
+        "apes",
+        0.0
+      ],
+      [
+        "▁wra",
+        0.0
+      ],
+      [
+        "▁myth",
+        0.0
+      ],
+      [
+        "prise",
+        0.0
+      ],
+      [
+        "▁Miller",
+        0.0
+      ],
+      [
+        "▁Creat",
+        0.0
+      ],
+      [
+        "▁Episode",
+        0.0
+      ],
+      [
+        "bell",
+        0.0
+      ],
+      [
+        "▁directed",
+        0.0
+      ],
+      [
+        "▁extract",
+        0.0
+      ],
+      [
+        "▁sorry",
+        0.0
+      ],
+      [
+        "▁vice",
+        0.0
+      ],
+      [
+        "agger",
+        0.0
+      ],
+      [
+        "▁Support",
+        0.0
+      ],
+      [
+        "▁66",
+        0.0
+      ],
+      [
+        "▁Iron",
+        0.0
+      ],
+      [
+        "▁wonderful",
+        0.0
+      ],
+      [
+        "▁gra",
+        0.0
+      ],
+      [
+        "Net",
+        0.0
+      ],
+      [
+        "ione",
+        0.0
+      ],
+      [
+        "Eng",
+        0.0
+      ],
+      [
+        "▁ships",
+        0.0
+      ],
+      [
+        "ikes",
+        0.0
+      ],
+      [
+        "▁Kevin",
+        0.0
+      ],
+      [
+        "itar",
+        0.0
+      ],
+      [
+        "▁activists",
+        0.0
+      ],
+      [
+        "true",
+        0.0
+      ],
+      [
+        "▁Arizona",
+        0.0
+      ],
+      [
+        "enth",
+        0.0
+      ],
+      [
+        "▁Despite",
+        0.0
+      ],
+      [
+        "▁SE",
+        0.0
+      ],
+      [
+        "▁habit",
+        0.0
+      ],
+      [
+        "ernel",
+        0.0
+      ],
+      [
+        "▁inqu",
+        0.0
+      ],
+      [
+        "▁abortion",
+        0.0
+      ],
+      [
+        "▁void",
+        0.0
+      ],
+      [
+        "▁explicit",
+        0.0
+      ],
+      [
+        "▁engaged",
+        0.0
+      ],
+      [
+        "▁angry",
+        0.0
+      ],
+      [
+        "▁rating",
+        0.0
+      ],
+      [
+        "▁frag",
+        0.0
+      ],
+      [
+        "bro",
+        0.0
+      ],
+      [
+        "icking",
+        0.0
+      ],
+      [
+        "dev",
+        0.0
+      ],
+      [
+        "▁worried",
+        0.0
+      ],
+      [
+        "▁obser",
+        0.0
+      ],
+      [
+        "▁apartment",
+        0.0
+      ],
+      [
+        "▁GT",
+        0.0
+      ],
+      [
+        "▁estate",
+        0.0
+      ],
+      [
+        "▁Constitution",
+        0.0
+      ],
+      [
+        "emon",
+        0.0
+      ],
+      [
+        "▁Snow",
+        0.0
+      ],
+      [
+        "▁county",
+        0.0
+      ],
+      [
+        "▁disag",
+        0.0
+      ],
+      [
+        "▁Stephen",
+        0.0
+      ],
+      [
+        "▁immigrants",
+        0.0
+      ],
+      [
+        "wind",
+        0.0
+      ],
+      [
+        "▁Nations",
+        0.0
+      ],
+      [
+        "▁folks",
+        0.0
+      ],
+      [
+        "Out",
+        0.0
+      ],
+      [
+        "▁gall",
+        0.0
+      ],
+      [
+        "▁targeted",
+        0.0
+      ],
+      [
+        "▁stead",
+        0.0
+      ],
+      [
+        "▁Bon",
+        0.0
+      ],
+      [
+        "▁Lib",
+        0.0
+      ],
+      [
+        "▁informed",
+        0.0
+      ],
+      [
+        "▁120",
+        0.0
+      ],
+      [
+        "chain",
+        0.0
+      ],
+      [
+        "idelines",
+        0.0
+      ],
+      [
+        "orough",
+        0.0
+      ],
+      [
+        "▁driven",
+        0.0
+      ],
+      [
+        "▁regularly",
+        0.0
+      ],
+      [
+        "▁basket",
+        0.0
+      ],
+      [
+        "▁principle",
+        0.0
+      ],
+      [
+        "ocument",
+        0.0
+      ],
+      [
+        "▁stun",
+        0.0
+      ],
+      [
+        "ibilities",
+        0.0
+      ],
+      [
+        "▁Roman",
+        0.0
+      ],
+      [
+        "▁About",
+        0.0
+      ],
+      [
+        "▁alert",
+        0.0
+      ],
+      [
+        "▁democracy",
+        0.0
+      ],
+      [
+        "▁represented",
+        0.0
+      ],
+      [
+        "HS",
+        0.0
+      ],
+      [
+        "cers",
+        0.0
+      ],
+      [
+        "parent",
+        0.0
+      ],
+      [
+        "Art",
+        0.0
+      ],
+      [
+        "pack",
+        0.0
+      ],
+      [
+        "▁diplom",
+        0.0
+      ],
+      [
+        "rets",
+        0.0
+      ],
+      [
+        "▁NO",
+        0.0
+      ],
+      [
+        "▁capture",
+        0.0
+      ],
+      [
+        "▁Adv",
+        0.0
+      ],
+      [
+        "Ħ¢",
+        0.0
+      ],
+      [
+        "▁announcement",
+        0.0
+      ],
+      [
+        "▁Lear",
+        0.0
+      ],
+      [
+        "▁hook",
+        0.0
+      ],
+      [
+        "▁purs",
+        0.0
+      ],
+      [
+        "▁Such",
+        0.0
+      ],
+      [
+        "▁Camer",
+        0.0
+      ],
+      [
+        "▁refugees",
+        0.0
+      ],
+      [
+        "▁Ve",
+        0.0
+      ],
+      [
+        "Pol",
+        0.0
+      ],
+      [
+        "▁recognized",
+        0.0
+      ],
+      [
+        "lib",
+        0.0
+      ],
+      [
+        "▁hadn",
+        0.0
+      ],
+      [
+        "Ass",
+        0.0
+      ],
+      [
+        "▁pilot",
+        0.0
+      ],
+      [
+        "ushing",
+        0.0
+      ],
+      [
+        "▁returning",
+        0.0
+      ],
+      [
+        "▁trail",
+        0.0
+      ],
+      [
+        "▁Stone",
+        0.0
+      ],
+      [
+        "▁routine",
+        0.0
+      ],
+      [
+        "▁courts",
+        0.0
+      ],
+      [
+        "▁desper",
+        0.0
+      ],
+      [
+        "▁friendly",
+        0.0
+      ],
+      [
+        "▁Italy",
+        0.0
+      ],
+      [
+        "▁pled",
+        0.0
+      ],
+      [
+        "▁breath",
+        0.0
+      ],
+      [
+        "▁studio",
+        0.0
+      ],
+      [
+        "NS",
+        0.0
+      ],
+      [
+        "▁impressive",
+        0.0
+      ],
+      [
+        "▁Afghanistan",
+        0.0
+      ],
+      [
+        "▁fing",
+        0.0
+      ],
+      [
+        "▁downt",
+        0.0
+      ],
+      [
+        "inking",
+        0.0
+      ],
+      [
+        "▁Rog",
+        0.0
+      ],
+      [
+        "iary",
+        0.0
+      ],
+      [
+        "color",
+        0.0
+      ],
+      [
+        "sex",
+        0.0
+      ],
+      [
+        "aron",
+        0.0
+      ],
+      [
+        "▁fault",
+        0.0
+      ],
+      [
+        "▁Nick",
+        0.0
+      ],
+      [
+        "Down",
+        0.0
+      ],
+      [
+        "▁Rose",
+        0.0
+      ],
+      [
+        "▁Southern",
+        0.0
+      ],
+      [
+        "XX",
+        0.0
+      ],
+      [
+        "isodes",
+        0.0
+      ],
+      [
+        "List",
+        0.0
+      ],
+      [
+        "600",
+        0.0
+      ],
+      [
+        "▁outcome",
+        0.0
+      ],
+      [
+        "err",
+        0.0
+      ],
+      [
+        "▁elsewhere",
+        0.0
+      ],
+      [
+        "▁retire",
+        0.0
+      ],
+      [
+        "▁pounds",
+        0.0
+      ],
+      [
+        "▁Global",
+        0.0
+      ],
+      [
+        "People",
+        0.0
+      ],
+      [
+        "▁communications",
+        0.0
+      ],
+      [
+        "▁loan",
+        0.0
+      ],
+      [
+        "▁ratio",
+        0.0
+      ],
+      [
+        "▁Empire",
+        0.0
+      ],
+      [
+        "▁gonna",
+        0.0
+      ],
+      [
+        "▁invent",
+        0.0
+      ],
+      [
+        "DF",
+        0.0
+      ],
+      [
+        "▁1970",
+        0.0
+      ],
+      [
+        "▁Common",
+        0.0
+      ],
+      [
+        "pat",
+        0.0
+      ],
+      [
+        "▁promised",
+        0.0
+      ],
+      [
+        "▁dinner",
+        0.0
+      ],
+      [
+        "▁Hom",
+        0.0
+      ],
+      [
+        "▁creates",
+        0.0
+      ],
+      [
+        "▁operate",
+        0.0
+      ],
+      [
+        "verty",
+        0.0
+      ],
+      [
+        "▁Jordan",
+        0.0
+      ],
+      [
+        "etime",
+        0.0
+      ],
+      [
+        "▁sustain",
+        0.0
+      ],
+      [
+        "Reg",
+        0.0
+      ],
+      [
+        "▁incredible",
+        0.0
+      ],
+      [
+        "ima",
+        0.0
+      ],
+      [
+        "▁warrant",
+        0.0
+      ],
+      [
+        "▁mm",
+        0.0
+      ],
+      [
+        "Att",
+        0.0
+      ],
+      [
+        "▁lawsuit",
+        0.0
+      ],
+      [
+        "▁reviews",
+        0.0
+      ],
+      [
+        "iture",
+        0.0
+      ],
+      [
+        "▁Source",
+        0.0
+      ],
+      [
+        "lights",
+        0.0
+      ],
+      [
+        "▁Ford",
+        0.0
+      ],
+      [
+        "▁63",
+        0.0
+      ],
+      [
+        "group",
+        0.0
+      ],
+      [
+        "store",
+        0.0
+      ],
+      [
+        "▁featured",
+        0.0
+      ],
+      [
+        "▁forever",
+        0.0
+      ],
+      [
+        "▁poverty",
+        0.0
+      ],
+      [
+        "▁Pop",
+        0.0
+      ],
+      [
+        "▁CNN",
+        0.0
+      ],
+      [
+        "azz",
+        0.0
+      ],
+      [
+        "abis",
+        0.0
+      ],
+      [
+        "aching",
+        0.0
+      ],
+      [
+        "▁laid",
+        0.0
+      ],
+      [
+        "▁Supp",
+        0.0
+      ],
+      [
+        "▁filter",
+        0.0
+      ],
+      [
+        "ena",
+        0.0
+      ],
+      [
+        "▁Community",
+        0.0
+      ],
+      [
+        "▁creatures",
+        0.0
+      ],
+      [
+        "uction",
+        0.0
+      ],
+      [
+        "▁Royal",
+        0.0
+      ],
+      [
+        "▁association",
+        0.0
+      ],
+      [
+        "▁Connect",
+        0.0
+      ],
+      [
+        "▁Brad",
+        0.0
+      ],
+      [
+        "âĸĪ",
+        0.0
+      ],
+      [
+        "lers",
+        0.0
+      ],
+      [
+        "there",
+        0.0
+      ],
+      [
+        "▁Gi",
+        0.0
+      ],
+      [
+        "▁valuable",
+        0.0
+      ],
+      [
+        "ACK",
+        0.0
+      ],
+      [
+        "▁Taylor",
+        0.0
+      ],
+      [
+        "▁liquid",
+        0.0
+      ],
+      [
+        "▁Attorney",
+        0.0
+      ],
+      [
+        "▁Carl",
+        0.0
+      ],
+      [
+        "▁Final",
+        0.0
+      ],
+      [
+        "aga",
+        0.0
+      ],
+      [
+        "▁Wilson",
+        0.0
+      ],
+      [
+        "Because",
+        0.0
+      ],
+      [
+        "▁Professor",
+        0.0
+      ],
+      [
+        "aka",
+        0.0
+      ],
+      [
+        "▁incredibly",
+        0.0
+      ],
+      [
+        "rance",
+        0.0
+      ],
+      [
+        "!)",
+        0.0
+      ],
+      [
+        "Ref",
+        0.0
+      ],
+      [
+        "sk",
+        0.0
+      ],
+      [
+        "▁solutions",
+        0.0
+      ],
+      [
+        "▁atmosphere",
+        0.0
+      ],
+      [
+        "▁blame",
+        0.0
+      ],
+      [
+        "umes",
+        0.0
+      ],
+      [
+        "▁Nob",
+        0.0
+      ],
+      [
+        "CA",
+        0.0
+      ],
+      [
+        "umps",
+        0.0
+      ],
+      [
+        "rical",
+        0.0
+      ],
+      [
+        "▁Putin",
+        0.0
+      ],
+      [
+        "▁Dest",
+        0.0
+      ],
+      [
+        "oric",
+        0.0
+      ],
+      [
+        "▁PA",
+        0.0
+      ],
+      [
+        "▁respectively",
+        0.0
+      ],
+      [
+        "wan",
+        0.0
+      ],
+      [
+        "▁fifth",
+        0.0
+      ],
+      [
+        "âĦ¢",
+        0.0
+      ],
+      [
+        "▁Cry",
+        0.0
+      ],
+      [
+        "▁governor",
+        0.0
+      ],
+      [
+        "resident",
+        0.0
+      ],
+      [
+        "▁purchased",
+        0.0
+      ],
+      [
+        "▁hack",
+        0.0
+      ],
+      [
+        "▁intense",
+        0.0
+      ],
+      [
+        "obs",
+        0.0
+      ],
+      [
+        "▁origin",
+        0.0
+      ],
+      [
+        "▁define",
+        0.0
+      ],
+      [
+        "▁careful",
+        0.0
+      ],
+      [
+        "***",
+        0.0
+      ],
+      [
+        "▁shoulder",
+        0.0
+      ],
+      [
+        "Click",
+        0.0
+      ],
+      [
+        "▁tied",
+        0.0
+      ],
+      [
+        "▁destruction",
+        0.0
+      ],
+      [
+        "oured",
+        0.0
+      ],
+      [
+        "▁nobody",
+        0.0
+      ],
+      [
+        "▁ho",
+        0.0
+      ],
+      [
+        "▁Exper",
+        0.0
+      ],
+      [
+        "▁tip",
+        0.0
+      ],
+      [
+        "\";",
+        0.0
+      ],
+      [
+        "▁technique",
+        0.0
+      ],
+      [
+        "▁jur",
+        0.0
+      ],
+      [
+        "▁Pok",
+        0.0
+      ],
+      [
+        "bow",
+        0.0
+      ],
+      [
+        "▁legend",
+        0.0
+      ],
+      [
+        "▁accord",
+        0.0
+      ],
+      [
+        "▁busy",
+        0.0
+      ],
+      [
+        "▁Intel",
+        0.0
+      ],
+      [
+        "▁hang",
+        0.0
+      ],
+      [
+        "aki",
+        0.0
+      ],
+      [
+        ".]",
+        0.0
+      ],
+      [
+        "âĢĶâĢĶâĢĶâĢĶ",
+        0.0
+      ],
+      [
+        "▁surgery",
+        0.0
+      ],
+      [
+        "▁reprodu",
+        0.0
+      ],
+      [
+        "▁uniform",
+        0.0
+      ],
+      [
+        "▁scenes",
+        0.0
+      ],
+      [
+        "code",
+        0.0
+      ],
+      [
+        "▁62",
+        0.0
+      ],
+      [
+        "lisher",
+        0.0
+      ],
+      [
+        "▁Have",
+        0.0
+      ],
+      [
+        "phia",
+        0.0
+      ],
+      [
+        "▁crypt",
+        0.0
+      ],
+      [
+        "▁recon",
+        0.0
+      ],
+      [
+        "▁scream",
+        0.0
+      ],
+      [
+        "▁adopted",
+        0.0
+      ],
+      [
+        "▁scores",
+        0.0
+      ],
+      [
+        "Ne",
+        0.0
+      ],
+      [
+        "▁Italian",
+        0.0
+      ],
+      [
+        "including",
+        0.0
+      ],
+      [
+        "BO",
+        0.0
+      ],
+      [
+        "▁indicated",
+        0.0
+      ],
+      [
+        "▁entertain",
+        0.0
+      ],
+      [
+        "Gu",
+        0.0
+      ],
+      [
+        "Text",
+        0.0
+      ],
+      [
+        "iel",
+        0.0
+      ],
+      [
+        "▁twenty",
+        0.0
+      ],
+      [
+        "▁engage",
+        0.0
+      ],
+      [
+        "offs",
+        0.0
+      ],
+      [
+        "▁Pacific",
+        0.0
+      ],
+      [
+        "▁smile",
+        0.0
+      ],
+      [
+        "▁personnel",
+        0.0
+      ],
+      [
+        "▁toler",
+        0.0
+      ],
+      [
+        "▁doors",
+        0.0
+      ],
+      [
+        "▁tone",
+        0.0
+      ],
+      [
+        "▁machines",
+        0.0
+      ],
+      [
+        "▁entering",
+        0.0
+      ],
+      [
+        "tenance",
+        0.0
+      ],
+      [
+        "CO",
+        0.0
+      ],
+      [
+        "▁Jersey",
+        0.0
+      ],
+      [
+        "▁forest",
+        0.0
+      ],
+      [
+        "▁horse",
+        0.0
+      ],
+      [
+        "▁complaint",
+        0.0
+      ],
+      [
+        "▁Spring",
+        0.0
+      ],
+      [
+        "yo",
+        0.0
+      ],
+      [
+        "▁Plus",
+        0.0
+      ],
+      [
+        "eding",
+        0.0
+      ],
+      [
+        "▁Return",
+        0.0
+      ],
+      [
+        "quarters",
+        0.0
+      ],
+      [
+        "ials",
+        0.0
+      ],
+      [
+        "cow",
+        0.0
+      ],
+      [
+        "▁academic",
+        0.0
+      ],
+      [
+        "▁fruit",
+        0.0
+      ],
+      [
+        "▁1996",
+        0.0
+      ],
+      [
+        "ogether",
+        0.0
+      ],
+      [
+        "▁wine",
+        0.0
+      ],
+      [
+        "▁pursu",
+        0.0
+      ],
+      [
+        "▁Steven",
+        0.0
+      ],
+      [
+        "▁licens",
+        0.0
+      ],
+      [
+        "Who",
+        0.0
+      ],
+      [
+        "▁clothes",
+        0.0
+      ],
+      [
+        "rection",
+        0.0
+      ],
+      [
+        "▁squad",
+        0.0
+      ],
+      [
+        "▁stable",
+        0.0
+      ],
+      [
+        "▁raw",
+        0.0
+      ],
+      [
+        "zens",
+        0.0
+      ],
+      [
+        "Star",
+        0.0
+      ],
+      [
+        "uties",
+        0.0
+      ],
+      [
+        "ancer",
+        0.0
+      ],
+      [
+        "▁keys",
+        0.0
+      ],
+      [
+        "▁Mu",
+        0.0
+      ],
+      [
+        "▁complicated",
+        0.0
+      ],
+      [
+        "iger",
+        0.0
+      ],
+      [
+        "▁Text",
+        0.0
+      ],
+      [
+        "▁absor",
+        0.0
+      ],
+      [
+        "▁68",
+        0.0
+      ],
+      [
+        "▁funny",
+        0.0
+      ],
+      [
+        "▁relief",
+        0.0
+      ],
+      [
+        "▁Lew",
+        0.0
+      ],
+      [
+        "▁Cook",
+        0.0
+      ],
+      [
+        "▁chart",
+        0.0
+      ],
+      [
+        "▁drawing",
+        0.0
+      ],
+      [
+        "GE",
+        0.0
+      ],
+      [
+        "▁module",
+        0.0
+      ],
+      [
+        "▁Bull",
+        0.0
+      ],
+      [
+        "ILL",
+        0.0
+      ],
+      [
+        "▁salt",
+        0.0
+      ],
+      [
+        "00000000",
+        0.0
+      ],
+      [
+        "ille",
+        0.0
+      ],
+      [
+        "▁resource",
+        0.0
+      ],
+      [
+        "away",
+        0.0
+      ],
+      [
+        "adelphia",
+        0.0
+      ],
+      [
+        "▁Bru",
+        0.0
+      ],
+      [
+        "▁67",
+        0.0
+      ],
+      [
+        "▁somebody",
+        0.0
+      ],
+      [
+        "▁participate",
+        0.0
+      ],
+      [
+        "▁rose",
+        0.0
+      ],
+      [
+        "wered",
+        0.0
+      ],
+      [
+        "▁muscle",
+        0.0
+      ],
+      [
+        "▁consent",
+        0.0
+      ],
+      [
+        "▁continuing",
+        0.0
+      ],
+      [
+        "▁Guardian",
+        0.0
+      ],
+      [
+        "▁Order",
+        0.0
+      ],
+      [
+        "regon",
+        0.0
+      ],
+      [
+        "▁rear",
+        0.0
+      ],
+      [
+        "▁provision",
+        0.0
+      ],
+      [
+        "▁liked",
+        0.0
+      ],
+      [
+        "rient",
+        0.0
+      ],
+      [
+        "▁bra",
+        0.0
+      ],
+      [
+        "Trans",
+        0.0
+      ],
+      [
+        "▁meetings",
+        0.0
+      ],
+      [
+        "▁tox",
+        0.0
+      ],
+      [
+        "▁convent",
+        0.0
+      ],
+      [
+        "▁auto",
+        0.0
+      ],
+      [
+        "▁recording",
+        0.0
+      ],
+      [
+        "▁Soft",
+        0.0
+      ],
+      [
+        "001",
+        0.0
+      ],
+      [
+        "▁Roll",
+        0.0
+      ],
+      [
+        "▁programming",
+        0.0
+      ],
+      [
+        "▁pic",
+        0.0
+      ],
+      [
+        "▁proved",
+        0.0
+      ],
+      [
+        "▁stab",
+        0.0
+      ],
+      [
+        "▁Ast",
+        0.0
+      ],
+      [
+        "▁caption",
+        0.0
+      ],
+      [
+        "ulating",
+        0.0
+      ],
+      [
+        "▁Attack",
+        0.0
+      ],
+      [
+        "▁newly",
+        0.0
+      ],
+      [
+        "▁1997",
+        0.0
+      ],
+      [
+        "fr",
+        0.0
+      ],
+      [
+        "▁discipl",
+        0.0
+      ],
+      [
+        "▁Greek",
+        0.0
+      ],
+      [
+        "▁edition",
+        0.0
+      ],
+      [
+        "▁Does",
+        0.0
+      ],
+      [
+        "▁Box",
+        0.0
+      ],
+      [
+        "ifle",
+        0.0
+      ],
+      [
+        "acket",
+        0.0
+      ],
+      [
+        "▁passes",
+        0.0
+      ],
+      [
+        "▁guest",
+        0.0
+      ],
+      [
+        "▁acceler",
+        0.0
+      ],
+      [
+        "itals",
+        0.0
+      ],
+      [
+        "UD",
+        0.0
+      ],
+      [
+        "▁authent",
+        0.0
+      ],
+      [
+        "▁Rest",
+        0.0
+      ],
+      [
+        "oval",
+        0.0
+      ],
+      [
+        "ta",
+        0.0
+      ],
+      [
+        "uine",
+        0.0
+      ],
+      [
+        "▁armor",
+        0.0
+      ],
+      [
+        "▁Town",
+        0.0
+      ],
+      [
+        "▁compat",
+        0.0
+      ],
+      [
+        "▁inches",
+        0.0
+      ],
+      [
+        "Despite",
+        0.0
+      ],
+      [
+        "▁assign",
+        0.0
+      ],
+      [
+        "herent",
+        0.0
+      ],
+      [
+        "▁prepare",
+        0.0
+      ],
+      [
+        "▁Meg",
+        0.0
+      ],
+      [
+        "ockey",
+        0.0
+      ],
+      [
+        "▁depends",
+        0.0
+      ],
+      [
+        "▁tracks",
+        0.0
+      ],
+      [
+        "watch",
+        0.0
+      ],
+      [
+        "▁lists",
+        0.0
+      ],
+      [
+        "▁Northern",
+        0.0
+      ],
+      [
+        "▁alter",
+        0.0
+      ],
+      [
+        "rec",
+        0.0
+      ],
+      [
+        "▁Eastern",
+        0.0
+      ],
+      [
+        "▁condem",
+        0.0
+      ],
+      [
+        "▁everywhere",
+        0.0
+      ],
+      [
+        "?'",
+        0.0
+      ],
+      [
+        "▁affili",
+        0.0
+      ],
+      [
+        "▁fought",
+        0.0
+      ],
+      [
+        "\":{\"",
+        0.0
+      ],
+      [
+        "▁mac",
+        0.0
+      ],
+      [
+        "itarian",
+        0.0
+      ],
+      [
+        "▁scope",
+        0.0
+      ],
+      [
+        "▁AL",
+        0.0
+      ],
+      [
+        "aws",
+        0.0
+      ],
+      [
+        "arms",
+        0.0
+      ],
+      [
+        "▁que",
+        0.0
+      ],
+      [
+        "▁enjoyed",
+        0.0
+      ],
+      [
+        "nesota",
+        0.0
+      ],
+      [
+        "▁aggressive",
+        0.0
+      ],
+      [
+        "▁Story",
+        0.0
+      ],
+      [
+        "▁IV",
+        0.0
+      ],
+      [
+        "▁recipe",
+        0.0
+      ],
+      [
+        "▁rarely",
+        0.0
+      ],
+      [
+        "▁Medical",
+        0.0
+      ],
+      [
+        "value",
+        0.0
+      ],
+      [
+        "angel",
+        0.0
+      ],
+      [
+        "aying",
+        0.0
+      ],
+      [
+        "omething",
+        0.0
+      ],
+      [
+        "▁subsection",
+        0.0
+      ],
+      [
+        "▁southern",
+        0.0
+      ],
+      [
+        "▁frequency",
+        0.0
+      ],
+      [
+        "rete",
+        0.0
+      ],
+      [
+        "rolled",
+        0.0
+      ],
+      [
+        "ults",
+        0.0
+      ],
+      [
+        "▁Nic",
+        0.0
+      ],
+      [
+        "▁behalf",
+        0.0
+      ],
+      [
+        "▁sequence",
+        0.0
+      ],
+      [
+        "abet",
+        0.0
+      ],
+      [
+        "▁controversial",
+        0.0
+      ],
+      [
+        "▁comprom",
+        0.0
+      ],
+      [
+        "▁worker",
+        0.0
+      ],
+      [
+        "▁mainly",
+        0.0
+      ],
+      [
+        "▁algorith",
+        0.0
+      ],
+      [
+        "▁Major",
+        0.0
+      ],
+      [
+        "orce",
+        0.0
+      ],
+      [
+        "gender",
+        0.0
+      ],
+      [
+        "▁organized",
+        0.0
+      ],
+      [
+        "▁fake",
+        0.0
+      ],
+      [
+        "▁concluded",
+        0.0
+      ],
+      [
+        "▁ED",
+        0.0
+      ],
+      [
+        "▁Exec",
+        0.0
+      ],
+      [
+        "rage",
+        0.0
+      ],
+      [
+        "▁chances",
+        0.0
+      ],
+      [
+        "berry",
+        0.0
+      ],
+      [
+        "▁Trad",
+        0.0
+      ],
+      [
+        "▁configuration",
+        0.0
+      ],
+      [
+        "▁withdraw",
+        0.0
+      ],
+      [
+        "▁fro",
+        0.0
+      ],
+      [
+        "udes",
+        0.0
+      ],
+      [
+        "▁Brother",
+        0.0
+      ],
+      [
+        "▁Brian",
+        0.0
+      ],
+      [
+        "▁tries",
+        0.0
+      ],
+      [
+        "▁samples",
+        0.0
+      ],
+      [
+        "▁bid",
+        0.0
+      ],
+      [
+        "▁Golden",
+        0.0
+      ],
+      [
+        "▁photograph",
+        0.0
+      ],
+      [
+        "ifest",
+        0.0
+      ],
+      [
+        "▁DO",
+        0.0
+      ],
+      [
+        "▁Parliament",
+        0.0
+      ],
+      [
+        "****************",
+        0.0
+      ],
+      [
+        "Rem",
+        0.0
+      ],
+      [
+        "▁contest",
+        0.0
+      ],
+      [
+        "▁signing",
+        0.0
+      ],
+      [
+        "px",
+        0.0
+      ],
+      [
+        "▁Zeal",
+        0.0
+      ],
+      [
+        "âĶĢâĶĢ",
+        0.0
+      ],
+      [
+        "Ear",
+        0.0
+      ],
+      [
+        "▁exit",
+        0.0
+      ],
+      [
+        "Before",
+        0.0
+      ],
+      [
+        "▁Corpor",
+        0.0
+      ],
+      [
+        "null",
+        0.0
+      ],
+      [
+        "month",
+        0.0
+      ],
+      [
+        "▁racial",
+        0.0
+      ],
+      [
+        "otted",
+        0.0
+      ],
+      [
+        "▁Veg",
+        0.0
+      ],
+      [
+        "▁Reuters",
+        0.0
+      ],
+      [
+        "▁sword",
+        0.0
+      ],
+      [
+        "pson",
+        0.0
+      ],
+      [
+        "▁Romney",
+        0.0
+      ],
+      [
+        "aed",
+        0.0
+      ],
+      [
+        "▁trib",
+        0.0
+      ],
+      [
+        "▁inner",
+        0.0
+      ],
+      [
+        "▁protocol",
+        0.0
+      ],
+      [
+        "▁Bi",
+        0.0
+      ],
+      [
+        "▁Miami",
+        0.0
+      ],
+      [
+        "everal",
+        0.0
+      ],
+      [
+        "press",
+        0.0
+      ],
+      [
+        "▁shipping",
+        0.0
+      ],
+      [
+        "▁Amendment",
+        0.0
+      ],
+      [
+        "▁Howard",
+        0.0
+      ],
+      [
+        "connect",
+        0.0
+      ],
+      [
+        "▁Disc",
+        0.0
+      ],
+      [
+        "▁Jac",
+        0.0
+      ],
+      [
+        "iamond",
+        0.0
+      ],
+      [
+        "▁Therefore",
+        0.0
+      ],
+      [
+        "ses",
+        0.0
+      ],
+      [
+        "▁Princess",
+        0.0
+      ],
+      [
+        "▁USB",
+        0.0
+      ],
+      [
+        "▁Anth",
+        0.0
+      ],
+      [
+        "▁surveillance",
+        0.0
+      ],
+      [
+        "▁apolog",
+        0.0
+      ],
+      [
+        "▁61",
+        0.0
+      ],
+      [
+        "owa",
+        0.0
+      ],
+      [
+        "▁fulf",
+        0.0
+      ],
+      [
+        "js",
+        0.0
+      ],
+      [
+        "▁luck",
+        0.0
+      ],
+      [
+        "usted",
+        0.0
+      ],
+      [
+        "▁§",
+        0.0
+      ],
+      [
+        "ni",
+        0.0
+      ],
+      [
+        "▁anticip",
+        0.0
+      ],
+      [
+        "eman",
+        0.0
+      ],
+      [
+        "▁winner",
+        0.0
+      ],
+      [
+        "▁silver",
+        0.0
+      ],
+      [
+        "lla",
+        0.0
+      ],
+      [
+        "icity",
+        0.0
+      ],
+      [
+        "▁unusual",
+        0.0
+      ],
+      [
+        "▁crack",
+        0.0
+      ],
+      [
+        "▁ties",
+        0.0
+      ],
+      [
+        "ez",
+        0.0
+      ],
+      [
+        "▁practical",
+        0.0
+      ],
+      [
+        "▁province",
+        0.0
+      ],
+      [
+        "▁Place",
+        0.0
+      ],
+      [
+        "▁priority",
+        0.0
+      ],
+      [
+        "ICE",
+        0.0
+      ],
+      [
+        "▁describes",
+        0.0
+      ],
+      [
+        "▁branch",
+        0.0
+      ],
+      [
+        "Form",
+        0.0
+      ],
+      [
+        "aska",
+        0.0
+      ],
+      [
+        "missions",
+        0.0
+      ],
+      [
+        "bi",
+        0.0
+      ],
+      [
+        "▁porn",
+        0.0
+      ],
+      [
+        "▁Turk",
+        0.0
+      ],
+      [
+        "▁enthus",
+        0.0
+      ],
+      [
+        "▁fighters",
+        0.0
+      ],
+      [
+        "▁08",
+        0.0
+      ],
+      [
+        "▁Detroit",
+        0.0
+      ],
+      [
+        "▁foundation",
+        0.0
+      ],
+      [
+        "avid",
+        0.0
+      ],
+      [
+        "Are",
+        0.0
+      ],
+      [
+        "▁judgment",
+        0.0
+      ],
+      [
+        "cling",
+        0.0
+      ],
+      [
+        "▁solve",
+        0.0
+      ],
+      [
+        "▁Design",
+        0.0
+      ],
+      [
+        "Where",
+        0.0
+      ],
+      [
+        "hesis",
+        0.0
+      ],
+      [
+        "▁Tro",
+        0.0
+      ],
+      [
+        "after",
+        0.0
+      ],
+      [
+        "▁neutral",
+        0.0
+      ],
+      [
+        "▁Palestinian",
+        0.0
+      ],
+      [
+        "▁Hollywood",
+        0.0
+      ],
+      [
+        "▁advis",
+        0.0
+      ],
+      [
+        "▁Non",
+        0.0
+      ],
+      [
+        "yes",
+        0.0
+      ],
+      [
+        "olis",
+        0.0
+      ],
+      [
+        "▁reputation",
+        0.0
+      ],
+      [
+        "▁smell",
+        0.0
+      ],
+      [
+        "▁bread",
+        0.0
+      ],
+      [
+        "▁Bul",
+        0.0
+      ],
+      [
+        "▁Beach",
+        0.0
+      ],
+      [
+        "▁claiming",
+        0.0
+      ],
+      [
+        "▁genetic",
+        0.0
+      ],
+      [
+        "▁technologies",
+        0.0
+      ],
+      [
+        "▁upgrade",
+        0.0
+      ],
+      [
+        "rows",
+        0.0
+      ],
+      [
+        "▁developer",
+        0.0
+      ],
+      [
+        "▁Josh",
+        0.0
+      ],
+      [
+        "▁Disney",
+        0.0
+      ],
+      [
+        "erved",
+        0.0
+      ],
+      [
+        "ipal",
+        0.0
+      ],
+      [
+        "▁unex",
+        0.0
+      ],
+      [
+        "▁barely",
+        0.0
+      ],
+      [
+        "then",
+        0.0
+      ],
+      [
+        "▁Pub",
+        0.0
+      ],
+      [
+        "▁illness",
+        0.0
+      ],
+      [
+        "etary",
+        0.0
+      ],
+      [
+        "▁Bal",
+        0.0
+      ],
+      [
+        "▁patch",
+        0.0
+      ],
+      [
+        "▁butt",
+        0.0
+      ],
+      [
+        "▁stupid",
+        0.0
+      ],
+      [
+        "▁Dog",
+        0.0
+      ],
+      [
+        "▁Dallas",
+        0.0
+      ],
+      [
+        "front",
+        0.0
+      ],
+      [
+        "iece",
+        0.0
+      ],
+      [
+        "▁protests",
+        0.0
+      ],
+      [
+        "▁chat",
+        0.0
+      ],
+      [
+        "oenix",
+        0.0
+      ],
+      [
+        "▁wing",
+        0.0
+      ],
+      [
+        "▁parliament",
+        0.0
+      ],
+      [
+        "▁77",
+        0.0
+      ],
+      [
+        "osexual",
+        0.0
+      ],
+      [
+        "▁render",
+        0.0
+      ],
+      [
+        "ptions",
+        0.0
+      ],
+      [
+        "▁Coast",
+        0.0
+      ],
+      [
+        "osa",
+        0.0
+      ],
+      [
+        "▁Greg",
+        0.0
+      ],
+      [
+        "hop",
+        0.0
+      ],
+      [
+        "▁Management",
+        0.0
+      ],
+      [
+        "▁bitcoin",
+        0.0
+      ],
+      [
+        "▁recover",
+        0.0
+      ],
+      [
+        "▁incorpor",
+        0.0
+      ],
+      [
+        "orne",
+        0.0
+      ],
+      [
+        "▁Using",
+        0.0
+      ],
+      [
+        "▁preced",
+        0.0
+      ],
+      [
+        "▁threatened",
+        0.0
+      ],
+      [
+        "▁spiritual",
+        0.0
+      ],
+      [
+        "▁Event",
+        0.0
+      ],
+      [
+        "▁Fred",
+        0.0
+      ],
+      [
+        "▁advertising",
+        0.0
+      ],
+      [
+        "▁improvements",
+        0.0
+      ],
+      [
+        "▁Custom",
+        0.0
+      ],
+      [
+        "▁errors",
+        0.0
+      ],
+      [
+        "▁sensitive",
+        0.0
+      ],
+      [
+        "▁Navy",
+        0.0
+      ],
+      [
+        "▁cream",
+        0.0
+      ],
+      [
+        "Look",
+        0.0
+      ],
+      [
+        "▁exclusive",
+        0.0
+      ],
+      [
+        "▁comprehens",
+        0.0
+      ],
+      [
+        "▁deleg",
+        0.0
+      ],
+      [
+        "▁conce",
+        0.0
+      ],
+      [
+        "▁remem",
+        0.0
+      ],
+      [
+        "▁structures",
+        0.0
+      ],
+      [
+        "▁stored",
+        0.0
+      ],
+      [
+        "ND",
+        0.0
+      ],
+      [
+        "▁1000",
+        0.0
+      ],
+      [
+        "UP",
+        0.0
+      ],
+      [
+        "▁Budd",
+        0.0
+      ],
+      [
+        "AF",
+        0.0
+      ],
+      [
+        "woman",
+        0.0
+      ],
+      [
+        "▁Academy",
+        0.0
+      ],
+      [
+        "ðŁ",
+        0.0
+      ],
+      [
+        "sea",
+        0.0
+      ],
+      [
+        "▁temporary",
+        0.0
+      ],
+      [
+        "About",
+        0.0
+      ],
+      [
+        "esters",
+        0.0
+      ],
+      [
+        "▁tickets",
+        0.0
+      ],
+      [
+        "▁possess",
+        0.0
+      ],
+      [
+        "inch",
+        0.0
+      ],
+      [
+        "oz",
+        0.0
+      ],
+      [
+        "▁la",
+        0.0
+      ],
+      [
+        "▁contracts",
+        0.0
+      ],
+      [
+        "▁unp",
+        0.0
+      ],
+      [
+        "▁cig",
+        0.0
+      ],
+      [
+        "▁Kat",
+        0.0
+      ],
+      [
+        "ultural",
+        0.0
+      ],
+      [
+        "asm",
+        0.0
+      ],
+      [
+        "▁mountain",
+        0.0
+      ],
+      [
+        "▁Captain",
+        0.0
+      ],
+      [
+        "Step",
+        0.0
+      ],
+      [
+        "making",
+        0.0
+      ],
+      [
+        "▁Spain",
+        0.0
+      ],
+      [
+        "▁equally",
+        0.0
+      ],
+      [
+        "▁lands",
+        0.0
+      ],
+      [
+        "aters",
+        0.0
+      ],
+      [
+        "▁rejected",
+        0.0
+      ],
+      [
+        "era",
+        0.0
+      ],
+      [
+        "imm",
+        0.0
+      ],
+      [
+        "rix",
+        0.0
+      ],
+      [
+        "CD",
+        0.0
+      ],
+      [
+        "▁transaction",
+        0.0
+      ],
+      [
+        "gener",
+        0.0
+      ],
+      [
+        "lessly",
+        0.0
+      ],
+      [
+        "▁||",
+        0.0
+      ],
+      [
+        "▁cos",
+        0.0
+      ],
+      [
+        "▁Henry",
+        0.0
+      ],
+      [
+        "▁provisions",
+        0.0
+      ],
+      [
+        "▁gained",
+        0.0
+      ],
+      [
+        "▁directory",
+        0.0
+      ],
+      [
+        "▁raising",
+        0.0
+      ],
+      [
+        "▁Sep",
+        0.0
+      ],
+      [
+        "olen",
+        0.0
+      ],
+      [
+        "onder",
+        0.0
+      ],
+      [
+        "▁console",
+        0.0
+      ],
+      [
+        "inst",
+        0.0
+      ],
+      [
+        "▁bom",
+        0.0
+      ],
+      [
+        "▁uncertain",
+        0.0
+      ],
+      [
+        "150",
+        0.0
+      ],
+      [
+        "ocking",
+        0.0
+      ],
+      [
+        "▁measured",
+        0.0
+      ],
+      [
+        "▁plain",
+        0.0
+      ],
+      [
+        "▁seats",
+        0.0
+      ],
+      [
+        "▁dict",
+        0.0
+      ],
+      [
+        "SL",
+        0.0
+      ],
+      [
+        "afe",
+        0.0
+      ],
+      [
+        "▁estimate",
+        0.0
+      ],
+      [
+        "izon",
+        0.0
+      ],
+      [
+        "athered",
+        0.0
+      ],
+      [
+        "▁contributed",
+        0.0
+      ],
+      [
+        "▁episodes",
+        0.0
+      ],
+      [
+        "ommod",
+        0.0
+      ],
+      [
+        "Gr",
+        0.0
+      ],
+      [
+        "ANT",
+        0.0
+      ],
+      [
+        "▁69",
+        0.0
+      ],
+      [
+        "Gener",
+        0.0
+      ],
+      [
+        "▁250",
+        0.0
+      ],
+      [
+        "viously",
+        0.0
+      ],
+      [
+        "rogen",
+        0.0
+      ],
+      [
+        "▁terrorism",
+        0.0
+      ],
+      [
+        "▁movements",
+        0.0
+      ],
+      [
+        "entle",
+        0.0
+      ],
+      [
+        "ounce",
+        0.0
+      ],
+      [
+        "▁Soul",
+        0.0
+      ],
+      [
+        "▁prev",
+        0.0
+      ],
+      [
+        "▁Table",
+        0.0
+      ],
+      [
+        "acts",
+        0.0
+      ],
+      [
+        "riors",
+        0.0
+      ],
+      [
+        "tab",
+        0.0
+      ],
+      [
+        "▁suffer",
+        0.0
+      ],
+      [
+        "▁nerv",
+        0.0
+      ],
+      [
+        "▁mainstream",
+        0.0
+      ],
+      [
+        "▁Wolf",
+        0.0
+      ],
+      [
+        "▁franchise",
+        0.0
+      ],
+      [
+        "bat",
+        0.0
+      ],
+      [
+        "▁demands",
+        0.0
+      ],
+      [
+        "▁agenda",
+        0.0
+      ],
+      [
+        "▁dozen",
+        0.0
+      ],
+      [
+        "▁clinical",
+        0.0
+      ],
+      [
+        "izard",
+        0.0
+      ],
+      [
+        "▁Op",
+        0.0
+      ],
+      [
+        "td",
+        0.0
+      ],
+      [
+        "▁visited",
+        0.0
+      ],
+      [
+        "▁Perhaps",
+        0.0
+      ],
+      [
+        "▁actor",
+        0.0
+      ],
+      [
+        "▁delic",
+        0.0
+      ],
+      [
+        "▁contribute",
+        0.0
+      ],
+      [
+        "▁inject",
+        0.0
+      ],
+      [
+        "▁Es",
+        0.0
+      ],
+      [
+        "acco",
+        0.0
+      ],
+      [
+        "▁listening",
+        0.0
+      ],
+      [
+        "▁congress",
+        0.0
+      ],
+      [
+        "ependent",
+        0.0
+      ],
+      [
+        "▁premium",
+        0.0
+      ],
+      [
+        "▁76",
+        0.0
+      ],
+      [
+        "▁Irish",
+        0.0
+      ],
+      [
+        "▁assigned",
+        0.0
+      ],
+      [
+        "▁Phys",
+        0.0
+      ],
+      [
+        "▁worldwide",
+        0.0
+      ],
+      [
+        "▁narrative",
+        0.0
+      ],
+      [
+        "otype",
+        0.0
+      ],
+      [
+        "mont",
+        0.0
+      ],
+      [
+        "base",
+        0.0
+      ],
+      [
+        "▁Bowl",
+        0.0
+      ],
+      [
+        "▁Administration",
+        0.0
+      ],
+      [
+        "▁relation",
+        0.0
+      ],
+      [
+        "▁EV",
+        0.0
+      ],
+      [
+        "CP",
+        0.0
+      ],
+      [
+        "▁covers",
+        0.0
+      ],
+      [
+        "▁78",
+        0.0
+      ],
+      [
+        "▁certific",
+        0.0
+      ],
+      [
+        "▁grass",
+        0.0
+      ],
+      [
+        "▁04",
+        0.0
+      ],
+      [
+        "piracy",
+        0.0
+      ],
+      [
+        "ira",
+        0.0
+      ],
+      [
+        "▁engineering",
+        0.0
+      ],
+      [
+        "▁Mars",
+        0.0
+      ],
+      [
+        "▁unemploy",
+        0.0
+      ],
+      [
+        "▁Foreign",
+        0.0
+      ],
+      [
+        "stract",
+        0.0
+      ],
+      [
+        "▁ven",
+        0.0
+      ],
+      [
+        "▁steal",
+        0.0
+      ],
+      [
+        "▁replied",
+        0.0
+      ],
+      [
+        "▁ultimate",
+        0.0
+      ],
+      [
+        "▁titles",
+        0.0
+      ],
+      [
+        "dated",
+        0.0
+      ],
+      [
+        "▁joy",
+        0.0
+      ],
+      [
+        "aus",
+        0.0
+      ],
+      [
+        "▁hyper",
+        0.0
+      ],
+      [
+        "aku",
+        0.0
+      ],
+      [
+        "▁officially",
+        0.0
+      ],
+      [
+        "▁Product",
+        0.0
+      ],
+      [
+        "▁difficulty",
+        0.0
+      ],
+      [
+        "peror",
+        0.0
+      ],
+      [
+        "▁resulted",
+        0.0
+      ],
+      [
+        "ribed",
+        0.0
+      ],
+      [
+        "link",
+        0.0
+      ],
+      [
+        "who",
+        0.0
+      ],
+      [
+        "~~~~",
+        0.0
+      ],
+      [
+        "▁Speed",
+        0.0
+      ],
+      [
+        "▁Viet",
+        0.0
+      ],
+      [
+        "Wind",
+        0.0
+      ],
+      [
+        "▁Barack",
+        0.0
+      ],
+      [
+        "▁restrictions",
+        0.0
+      ],
+      [
+        "▁Share",
+        0.0
+      ],
+      [
+        "▁1995",
+        0.0
+      ],
+      [
+        "itionally",
+        0.0
+      ],
+      [
+        "▁beauty",
+        0.0
+      ],
+      [
+        "opt",
+        0.0
+      ],
+      [
+        "▁maps",
+        0.0
+      ],
+      [
+        "▁CR",
+        0.0
+      ],
+      [
+        "▁Nation",
+        0.0
+      ],
+      [
+        "▁Cruz",
+        0.0
+      ],
+      [
+        "Will",
+        0.0
+      ],
+      [
+        "▁electricity",
+        0.0
+      ],
+      [
+        "▁org",
+        0.0
+      ],
+      [
+        "▁burd",
+        0.0
+      ],
+      [
+        "▁violation",
+        0.0
+      ],
+      [
+        "▁usage",
+        0.0
+      ],
+      [
+        "▁permit",
+        0.0
+      ],
+      [
+        "▁Chron",
+        0.0
+      ],
+      [
+        "▁Fant",
+        0.0
+      ],
+      [
+        "▁naturally",
+        0.0
+      ],
+      [
+        "▁07",
+        0.0
+      ],
+      [
+        "▁thrown",
+        0.0
+      ],
+      [
+        "▁Awoken",
+        0.0
+      ],
+      [
+        "▁alien",
+        0.0
+      ],
+      [
+        "▁Hero",
+        0.0
+      ],
+      [
+        "▁Kent",
+        0.0
+      ],
+      [
+        "▁Rick",
+        0.0
+      ],
+      [
+        "rike",
+        0.0
+      ],
+      [
+        "▁pace",
+        0.0
+      ],
+      [
+        "},{\"",
+        0.0
+      ],
+      [
+        "GL",
+        0.0
+      ],
+      [
+        "▁poison",
+        0.0
+      ],
+      [
+        "▁Tower",
+        0.0
+      ],
+      [
+        "▁formal",
+        0.0
+      ],
+      [
+        "alysis",
+        0.0
+      ],
+      [
+        "▁genuine",
+        0.0
+      ],
+      [
+        "▁kil",
+        0.0
+      ],
+      [
+        "aver",
+        0.0
+      ],
+      [
+        "▁procedure",
+        0.0
+      ],
+      [
+        "▁Prop",
+        0.0
+      ],
+      [
+        "intendo",
+        0.0
+      ],
+      [
+        "▁Main",
+        0.0
+      ],
+      [
+        "asant",
+        0.0
+      ],
+      [
+        "▁trained",
+        0.0
+      ],
+      [
+        "Game",
+        0.0
+      ],
+      [
+        "▁Load",
+        0.0
+      ],
+      [
+        "▁MA",
+        0.0
+      ],
+      [
+        "▁crucial",
+        0.0
+      ],
+      [
+        "▁lets",
+        0.0
+      ],
+      [
+        "▁FR",
+        0.0
+      ],
+      [
+        "▁champion",
+        0.0
+      ],
+      [
+        "101",
+        0.0
+      ],
+      [
+        "▁Conference",
+        0.0
+      ],
+      [
+        "▁writers",
+        0.0
+      ],
+      [
+        "▁connections",
+        0.0
+      ],
+      [
+        "▁okay",
+        0.0
+      ],
+      [
+        "irms",
+        0.0
+      ],
+      [
+        "▁Rand",
+        0.0
+      ],
+      [
+        "▁encounter",
+        0.0
+      ],
+      [
+        "▁Buff",
+        0.0
+      ],
+      [
+        "▁achieved",
+        0.0
+      ],
+      [
+        "▁checks",
+        0.0
+      ],
+      [
+        "iscons",
+        0.0
+      ],
+      [
+        "▁assistant",
+        0.0
+      ],
+      [
+        "▁whenever",
+        0.0
+      ],
+      [
+        "▁Access",
+        0.0
+      ],
+      [
+        "▁Ur",
+        0.0
+      ],
+      [
+        "bin",
+        0.0
+      ],
+      [
+        "▁clock",
+        0.0
+      ],
+      [
+        "isp",
+        0.0
+      ],
+      [
+        "opher",
+        0.0
+      ],
+      [
+        "▁borrow",
+        0.0
+      ],
+      [
+        "▁mad",
+        0.0
+      ],
+      [
+        "▁personality",
+        0.0
+      ],
+      [
+        "only",
+        0.0
+      ],
+      [
+        "IST",
+        0.0
+      ],
+      [
+        "abama",
+        0.0
+      ],
+      [
+        "▁gains",
+        0.0
+      ],
+      [
+        "▁commonly",
+        0.0
+      ],
+      [
+        "▁terr",
+        0.0
+      ],
+      [
+        "▁hypot",
+        0.0
+      ],
+      [
+        "▁rely",
+        0.0
+      ],
+      [
+        "▁tiss",
+        0.0
+      ],
+      [
+        "isconsin",
+        0.0
+      ],
+      [
+        "▁ridic",
+        0.0
+      ],
+      [
+        "function",
+        0.0
+      ],
+      [
+        "▁Oregon",
+        0.0
+      ],
+      [
+        "▁uncom",
+        0.0
+      ],
+      [
+        "rating",
+        0.0
+      ],
+      [
+        "eland",
+        0.0
+      ],
+      [
+        "▁NC",
+        0.0
+      ],
+      [
+        "▁moon",
+        0.0
+      ],
+      [
+        "annon",
+        0.0
+      ],
+      [
+        "▁vulnerable",
+        0.0
+      ],
+      [
+        "utive",
+        0.0
+      ],
+      [
+        "³³³³",
+        0.0
+      ],
+      [
+        "▁Radio",
+        0.0
+      ],
+      [
+        "▁western",
+        0.0
+      ],
+      [
+        "sect",
+        0.0
+      ],
+      [
+        "▁Tony",
+        0.0
+      ],
+      [
+        "▁occurs",
+        0.0
+      ],
+      [
+        "▁Os",
+        0.0
+      ],
+      [
+        "▁Hon",
+        0.0
+      ],
+      [
+        "ÃŃ",
+        0.0
+      ],
+      [
+        "▁vessel",
+        0.0
+      ],
+      [
+        "▁Scotland",
+        0.0
+      ],
+      [
+        "▁discrimination",
+        0.0
+      ],
+      [
+        "▁subsequent",
+        0.0
+      ],
+      [
+        "string",
+        0.0
+      ],
+      [
+        "▁fantasy",
+        0.0
+      ],
+      [
+        "▁Shadow",
+        0.0
+      ],
+      [
+        "▁testim",
+        0.0
+      ],
+      [
+        "WE",
+        0.0
+      ],
+      [
+        "iti",
+        0.0
+      ],
+      [
+        "ras",
+        0.0
+      ],
+      [
+        "▁boat",
+        0.0
+      ],
+      [
+        "▁marks",
+        0.0
+      ],
+      [
+        "▁ordinary",
+        0.0
+      ],
+      [
+        "▁ren",
+        0.0
+      ],
+      [
+        "▁representative",
+        0.0
+      ],
+      [
+        "▁petition",
+        0.0
+      ],
+      [
+        "▁73",
+        0.0
+      ],
+      [
+        "▁adventure",
+        0.0
+      ],
+      [
+        "▁ignore",
+        0.0
+      ],
+      [
+        "▁Philadelphia",
+        0.0
+      ],
+      [
+        "▁Sav",
+        0.0
+      ],
+      [
+        "VP",
+        0.0
+      ],
+      [
+        "▁factory",
+        0.0
+      ],
+      [
+        "▁tasks",
+        0.0
+      ],
+      [
+        "▁depression",
+        0.0
+      ],
+      [
+        "zed",
+        0.0
+      ],
+      [
+        "................................",
+        0.0
+      ],
+      [
+        "▁Storm",
+        0.0
+      ],
+      [
+        "▁cogn",
+        0.0
+      ],
+      [
+        "▁eligible",
+        0.0
+      ],
+      [
+        "▁reducing",
+        0.0
+      ],
+      [
+        "via",
+        0.0
+      ],
+      [
+        "▁05",
+        0.0
+      ],
+      [
+        "▁striking",
+        0.0
+      ],
+      [
+        "▁dollar",
+        0.0
+      ],
+      [
+        "ho",
+        0.0
+      ],
+      [
+        "OV",
+        0.0
+      ],
+      [
+        "▁instrument",
+        0.0
+      ],
+      [
+        "▁philosophy",
+        0.0
+      ],
+      [
+        "▁Moore",
+        0.0
+      ],
+      [
+        "▁Avenue",
+        0.0
+      ],
+      [
+        "▁ruled",
+        0.0
+      ],
+      [
+        "▁Front",
+        0.0
+      ],
+      [
+        "INE",
+        0.0
+      ],
+      [
+        "▁Mah",
+        0.0
+      ],
+      [
+        "▁scenario",
+        0.0
+      ],
+      [
+        "▁NASA",
+        0.0
+      ],
+      [
+        "▁enorm",
+        0.0
+      ],
+      [
+        "▁debut",
+        0.0
+      ],
+      [
+        "▁tea",
+        0.0
+      ],
+      [
+        "Today",
+        0.0
+      ],
+      [
+        "▁absence",
+        0.0
+      ],
+      [
+        "Sim",
+        0.0
+      ],
+      [
+        "▁ham",
+        0.0
+      ],
+      [
+        "leep",
+        0.0
+      ],
+      [
+        "▁tables",
+        0.0
+      ],
+      [
+        "▁Heart",
+        0.0
+      ],
+      [
+        "MI",
+        0.0
+      ],
+      [
+        "Ke",
+        0.0
+      ],
+      [
+        "requ",
+        0.0
+      ],
+      [
+        "VD",
+        0.0
+      ],
+      [
+        "map",
+        0.0
+      ],
+      [
+        "▁chairman",
+        0.0
+      ],
+      [
+        "▁pump",
+        0.0
+      ],
+      [
+        "▁rapidly",
+        0.0
+      ],
+      [
+        "vi",
+        0.0
+      ],
+      [
+        "▁substantial",
+        0.0
+      ],
+      [
+        "EP",
+        0.0
+      ],
+      [
+        "des",
+        0.0
+      ],
+      [
+        "chant",
+        0.0
+      ],
+      [
+        "ilipp",
+        0.0
+      ],
+      [
+        "▁Santa",
+        0.0
+      ],
+      [
+        "riers",
+        0.0
+      ],
+      [
+        "anchester",
+        0.0
+      ],
+      [
+        "Load",
+        0.0
+      ],
+      [
+        "▁Case",
+        0.0
+      ],
+      [
+        "▁saving",
+        0.0
+      ],
+      [
+        "▁74",
+        0.0
+      ],
+      [
+        "▁AFP",
+        0.0
+      ],
+      [
+        "erning",
+        0.0
+      ],
+      [
+        "ounced",
+        0.0
+      ],
+      [
+        "▁Minnesota",
+        0.0
+      ],
+      [
+        "▁Was",
+        0.0
+      ],
+      [
+        "▁recru",
+        0.0
+      ],
+      [
+        "▁assessment",
+        0.0
+      ],
+      [
+        "▁Bron",
+        0.0
+      ],
+      [
+        "UE",
+        0.0
+      ],
+      [
+        "▁dynamic",
+        0.0
+      ],
+      [
+        "▁furn",
+        0.0
+      ],
+      [
+        "ulator",
+        0.0
+      ],
+      [
+        "▁propag",
+        0.0
+      ],
+      [
+        "high",
+        0.0
+      ],
+      [
+        "▁accommod",
+        0.0
+      ],
+      [
+        "▁stack",
+        0.0
+      ],
+      [
+        "▁Sus",
+        0.0
+      ],
+      [
+        "writ",
+        0.0
+      ],
+      [
+        "▁reven",
+        0.0
+      ],
+      [
+        "▁Godd",
+        0.0
+      ],
+      [
+        "▁Zealand",
+        0.0
+      ],
+      [
+        "abs",
+        0.0
+      ],
+      [
+        "▁brut",
+        0.0
+      ],
+      [
+        "▁perpet",
+        0.0
+      ],
+      [
+        "hot",
+        0.0
+      ],
+      [
+        "▁hardly",
+        0.0
+      ],
+      [
+        "▁Burn",
+        0.0
+      ],
+      [
+        "ãĤ¹",
+        0.0
+      ],
+      [
+        "▁sty",
+        0.0
+      ],
+      [
+        "▁transactions",
+        0.0
+      ],
+      [
+        "▁gate",
+        0.0
+      ],
+      [
+        "▁screens",
+        0.0
+      ],
+      [
+        "▁submitted",
+        0.0
+      ],
+      [
+        "▁101",
+        0.0
+      ],
+      [
+        "▁languages",
+        0.0
+      ],
+      [
+        "ught",
+        0.0
+      ],
+      [
+        "emen",
+        0.0
+      ],
+      [
+        "▁falls",
+        0.0
+      ],
+      [
+        "▁coc",
+        0.0
+      ],
+      [
+        "Ĥ¬",
+        0.0
+      ],
+      [
+        "▁strikes",
+        0.0
+      ],
+      [
+        "pa",
+        0.0
+      ],
+      [
+        "▁deliber",
+        0.0
+      ],
+      [
+        "▁IM",
+        0.0
+      ],
+      [
+        "▁relax",
+        0.0
+      ],
+      [
+        "annels",
+        0.0
+      ],
+      [
+        "▁Senator",
+        0.0
+      ],
+      [
+        "▁extrem",
+        0.0
+      ],
+      [
+        "▁},",
+        0.0
+      ],
+      [
+        "▁Deb",
+        0.0
+      ],
+      [
+        "▁bell",
+        0.0
+      ],
+      [
+        "▁disorder",
+        0.0
+      ],
+      [
+        "cut",
+        0.0
+      ],
+      [
+        "▁iOS",
+        0.0
+      ],
+      [
+        "▁locked",
+        0.0
+      ],
+      [
+        "▁emissions",
+        0.0
+      ],
+      [
+        "▁shortly",
+        0.0
+      ],
+      [
+        "\"]",
+        0.0
+      ],
+      [
+        "▁Judge",
+        0.0
+      ],
+      [
+        "▁Sometimes",
+        0.0
+      ],
+      [
+        "▁rival",
+        0.0
+      ],
+      [
+        "▁dust",
+        0.0
+      ],
+      [
+        "▁reaching",
+        0.0
+      ],
+      [
+        "File",
+        0.0
+      ],
+      [
+        "¯¯¯¯",
+        0.0
+      ],
+      [
+        "inois",
+        0.0
+      ],
+      [
+        "▁Jason",
+        0.0
+      ],
+      [
+        "▁satell",
+        0.0
+      ],
+      [
+        "aret",
+        0.0
+      ],
+      [
+        "▁stations",
+        0.0
+      ],
+      [
+        "▁agric",
+        0.0
+      ],
+      [
+        "▁Technology",
+        0.0
+      ],
+      [
+        "comes",
+        0.0
+      ],
+      [
+        "▁Unfortunately",
+        0.0
+      ],
+      [
+        "▁Children",
+        0.0
+      ],
+      [
+        "▁applies",
+        0.0
+      ],
+      [
+        "asted",
+        0.0
+      ],
+      [
+        "▁anger",
+        0.0
+      ],
+      [
+        "ailability",
+        0.0
+      ],
+      [
+        "▁Damage",
+        0.0
+      ],
+      [
+        "▁compare",
+        0.0
+      ],
+      [
+        "▁Standard",
+        0.0
+      ],
+      [
+        "▁aimed",
+        0.0
+      ],
+      [
+        "▁Ba",
+        0.0
+      ],
+      [
+        "anguage",
+        0.0
+      ],
+      [
+        "▁regulation",
+        0.0
+      ],
+      [
+        "▁jury",
+        0.0
+      ],
+      [
+        "▁airport",
+        0.0
+      ],
+      [
+        "▁sections",
+        0.0
+      ],
+      [
+        "▁Prince",
+        0.0
+      ],
+      [
+        "emed",
+        0.0
+      ],
+      [
+        "▁medicine",
+        0.0
+      ],
+      [
+        "▁hitting",
+        0.0
+      ],
+      [
+        "▁spark",
+        0.0
+      ],
+      [
+        "olves",
+        0.0
+      ],
+      [
+        "▁ads",
+        0.0
+      ],
+      [
+        "State",
+        0.0
+      ],
+      [
+        "▁foods",
+        0.0
+      ],
+      [
+        "▁replacement",
+        0.0
+      ],
+      [
+        "▁chicken",
+        0.0
+      ],
+      [
+        "▁lowest",
+        0.0
+      ],
+      [
+        "▁minds",
+        0.0
+      ],
+      [
+        "▁involves",
+        0.0
+      ],
+      [
+        "ui",
+        0.0
+      ],
+      [
+        "▁arrang",
+        0.0
+      ],
+      [
+        "▁procedures",
+        0.0
+      ],
+      [
+        "▁Which",
+        0.0
+      ],
+      [
+        "iversary",
+        0.0
+      ],
+      [
+        "▁bills",
+        0.0
+      ],
+      [
+        "▁improvement",
+        0.0
+      ],
+      [
+        "▁inev",
+        0.0
+      ],
+      [
+        "▁expectations",
+        0.0
+      ],
+      [
+        "▁intellectual",
+        0.0
+      ],
+      [
+        "▁spaces",
+        0.0
+      ],
+      [
+        "▁mechanism",
+        0.0
+      ],
+      [
+        "250",
+        0.0
+      ],
+      [
+        "break",
+        0.0
+      ],
+      [
+        "▁Ze",
+        0.0
+      ],
+      [
+        "▁Tenn",
+        0.0
+      ],
+      [
+        "▁Balt",
+        0.0
+      ],
+      [
+        "▁barrel",
+        0.0
+      ],
+      [
+        "▁static",
+        0.0
+      ],
+      [
+        "mann",
+        0.0
+      ],
+      [
+        "Police",
+        0.0
+      ],
+      [
+        "▁tips",
+        0.0
+      ],
+      [
+        "▁handling",
+        0.0
+      ],
+      [
+        "cus",
+        0.0
+      ],
+      [
+        "oded",
+        0.0
+      ],
+      [
+        "ilton",
+        0.0
+      ],
+      [
+        "iry",
+        0.0
+      ],
+      [
+        "▁journalists",
+        0.0
+      ],
+      [
+        "ourse",
+        0.0
+      ],
+      [
+        "▁comic",
+        0.0
+      ],
+      [
+        "▁nomine",
+        0.0
+      ],
+      [
+        "ITY",
+        0.0
+      ],
+      [
+        "▁versus",
+        0.0
+      ],
+      [
+        "▁loop",
+        0.0
+      ],
+      [
+        "▁surf",
+        0.0
+      ],
+      [
+        "▁Indust",
+        0.0
+      ],
+      [
+        "▁Hunter",
+        0.0
+      ],
+      [
+        "▁beliefs",
+        0.0
+      ],
+      [
+        "isan",
+        0.0
+      ],
+      [
+        "▁setup",
+        0.0
+      ],
+      [
+        "▁brew",
+        0.0
+      ],
+      [
+        "image",
+        0.0
+      ],
+      [
+        "▁computers",
+        0.0
+      ],
+      [
+        "fol",
+        0.0
+      ],
+      [
+        "},\"",
+        0.0
+      ],
+      [
+        "▁Medal",
+        0.0
+      ],
+      [
+        "▁taxp",
+        0.0
+      ],
+      [
+        "▁displayed",
+        0.0
+      ],
+      [
+        "▁grav",
+        0.0
+      ],
+      [
+        "▁fiscal",
+        0.0
+      ],
+      [
+        "Mon",
+        0.0
+      ],
+      [
+        "▁Moscow",
+        0.0
+      ],
+      [
+        "▁Kong",
+        0.0
+      ],
+      [
+        "▁Centre",
+        0.0
+      ],
+      [
+        "▁cameras",
+        0.0
+      ],
+      [
+        "▁Mrs",
+        0.0
+      ],
+      [
+        "▁Hay",
+        0.0
+      ],
+      [
+        "▁aver",
+        0.0
+      ],
+      [
+        "▁Kelly",
+        0.0
+      ],
+      [
+        "py",
+        0.0
+      ],
+      [
+        "▁requirement",
+        0.0
+      ],
+      [
+        "▁entitled",
+        0.0
+      ],
+      [
+        "ombie",
+        0.0
+      ],
+      [
+        "▁shadow",
+        0.0
+      ],
+      [
+        "agic",
+        0.0
+      ],
+      [
+        "▁Ak",
+        0.0
+      ],
+      [
+        "▁elite",
+        0.0
+      ],
+      [
+        "▁divided",
+        0.0
+      ],
+      [
+        "▁heading",
+        0.0
+      ],
+      [
+        "▁copies",
+        0.0
+      ],
+      [
+        "▁losses",
+        0.0
+      ],
+      [
+        "▁vit",
+        0.0
+      ],
+      [
+        "ked",
+        0.0
+      ],
+      [
+        "▁Bry",
+        0.0
+      ],
+      [
+        "▁ans",
+        0.0
+      ],
+      [
+        "▁Steam",
+        0.0
+      ],
+      [
+        "▁reporter",
+        0.0
+      ],
+      [
+        "heim",
+        0.0
+      ],
+      [
+        "▁Item",
+        0.0
+      ],
+      [
+        "▁superior",
+        0.0
+      ],
+      [
+        "don",
+        0.0
+      ],
+      [
+        "erent",
+        0.0
+      ],
+      [
+        "ö",
+        0.0
+      ],
+      [
+        "▁therapy",
+        0.0
+      ],
+      [
+        "▁peak",
+        0.0
+      ],
+      [
+        "▁Model",
+        0.0
+      ],
+      [
+        "▁lying",
+        0.0
+      ],
+      [
+        "▁gam",
+        0.0
+      ],
+      [
+        "zer",
+        0.0
+      ],
+      [
+        "ritten",
+        0.0
+      ],
+      [
+        "▁responses",
+        0.0
+      ],
+      [
+        "▁consideration",
+        0.0
+      ],
+      [
+        "▁Bible",
+        0.0
+      ],
+      [
+        "▁loyal",
+        0.0
+      ],
+      [
+        "▁instant",
+        0.0
+      ],
+      [
+        "▁pm",
+        0.0
+      ],
+      [
+        "▁Forest",
+        0.0
+      ],
+      [
+        "ü",
+        0.0
+      ],
+      [
+        "▁extend",
+        0.0
+      ],
+      [
+        "▁convicted",
+        0.0
+      ],
+      [
+        "▁founder",
+        0.0
+      ],
+      [
+        "▁convin",
+        0.0
+      ],
+      [
+        "▁Oak",
+        0.0
+      ],
+      [
+        "check",
+        0.0
+      ],
+      [
+        "▁scholars",
+        0.0
+      ],
+      [
+        "ped",
+        0.0
+      ],
+      [
+        "▁overse",
+        0.0
+      ],
+      [
+        "Top",
+        0.0
+      ],
+      [
+        "count",
+        0.0
+      ],
+      [
+        "▁Ark",
+        0.0
+      ],
+      [
+        "·",
+        0.0
+      ],
+      [
+        "▁06",
+        0.0
+      ],
+      [
+        "▁LA",
+        0.0
+      ],
+      [
+        "md",
+        0.0
+      ],
+      [
+        "▁Latin",
+        0.0
+      ],
+      [
+        "imental",
+        0.0
+      ],
+      [
+        "▁CPU",
+        0.0
+      ],
+      [
+        "▁substance",
+        0.0
+      ],
+      [
+        "▁minority",
+        0.0
+      ],
+      [
+        "▁manufacturing",
+        0.0
+      ],
+      [
+        "Er",
+        0.0
+      ],
+      [
+        "ocolate",
+        0.0
+      ],
+      [
+        "▁attended",
+        0.0
+      ],
+      [
+        "▁Manager",
+        0.0
+      ],
+      [
+        "rations",
+        0.0
+      ],
+      [
+        "▁appreciate",
+        0.0
+      ],
+      [
+        "omy",
+        0.0
+      ],
+      [
+        "GBT",
+        0.0
+      ],
+      [
+        "idency",
+        0.0
+      ],
+      [
+        "BL",
+        0.0
+      ],
+      [
+        "▁guarantee",
+        0.0
+      ],
+      [
+        "position",
+        0.0
+      ],
+      [
+        "▁ocean",
+        0.0
+      ],
+      [
+        "clude",
+        0.0
+      ],
+      [
+        "▁headed",
+        0.0
+      ],
+      [
+        "▁tape",
+        0.0
+      ],
+      [
+        "▁loose",
+        0.0
+      ],
+      [
+        "▁logic",
+        0.0
+      ],
+      [
+        "▁proven",
+        0.0
+      ],
+      [
+        "▁spir",
+        0.0
+      ],
+      [
+        "▁admit",
+        0.0
+      ],
+      [
+        "isa",
+        0.0
+      ],
+      [
+        "▁investigate",
+        0.0
+      ],
+      [
+        "▁1994",
+        0.0
+      ],
+      [
+        "sylv",
+        0.0
+      ],
+      [
+        "▁Lost",
+        0.0
+      ],
+      [
+        "cest",
+        0.0
+      ],
+      [
+        "▁71",
+        0.0
+      ],
+      [
+        "▁requested",
+        0.0
+      ],
+      [
+        "▁windows",
+        0.0
+      ],
+      [
+        "▁Poké",
+        0.0
+      ],
+      [
+        "▁Without",
+        0.0
+      ],
+      [
+        "Met",
+        0.0
+      ],
+      [
+        "▁behaviour",
+        0.0
+      ],
+      [
+        "▁reader",
+        0.0
+      ],
+      [
+        "▁hung",
+        0.0
+      ],
+      [
+        "▁Keep",
+        0.0
+      ],
+      [
+        "▁roles",
+        0.0
+      ],
+      [
+        "▁implemented",
+        0.0
+      ],
+      [
+        "▁blank",
+        0.0
+      ],
+      [
+        "▁serves",
+        0.0
+      ],
+      [
+        "▁Jay",
+        0.0
+      ],
+      [
+        "▁cited",
+        0.0
+      ],
+      [
+        "▁Friend",
+        0.0
+      ],
+      [
+        "profit",
+        0.0
+      ],
+      [
+        "apon",
+        0.0
+      ],
+      [
+        "▁repair",
+        0.0
+      ],
+      [
+        "item",
+        0.0
+      ],
+      [
+        "arrass",
+        0.0
+      ],
+      [
+        "▁critics",
+        0.0
+      ],
+      [
+        "adi",
+        0.0
+      ],
+      [
+        "▁Father",
+        0.0
+      ],
+      [
+        "▁shout",
+        0.0
+      ],
+      [
+        "▁fool",
+        0.0
+      ],
+      [
+        "▁88",
+        0.0
+      ],
+      [
+        "▁producing",
+        0.0
+      ],
+      [
+        "▁lib",
+        0.0
+      ],
+      [
+        "▁rounds",
+        0.0
+      ],
+      [
+        "▁circle",
+        0.0
+      ],
+      [
+        "▁prepar",
+        0.0
+      ],
+      [
+        "▁submit",
+        0.0
+      ],
+      [
+        "▁nic",
+        0.0
+      ],
+      [
+        "morrow",
+        0.0
+      ],
+      [
+        "ãĥ«",
+        0.0
+      ],
+      [
+        "Under",
+        0.0
+      ],
+      [
+        "▁vital",
+        0.0
+      ],
+      [
+        "atern",
+        0.0
+      ],
+      [
+        "▁password",
+        0.0
+      ],
+      [
+        "▁publication",
+        0.0
+      ],
+      [
+        "▁prominent",
+        0.0
+      ],
+      [
+        "▁speaks",
+        0.0
+      ],
+      [
+        "▁bars",
+        0.0
+      ],
+      [
+        "▁deeper",
+        0.0
+      ],
+      [
+        "▁Mill",
+        0.0
+      ],
+      [
+        "ported",
+        0.0
+      ],
+      [
+        "▁wid",
+        0.0
+      ],
+      [
+        "▁butter",
+        0.0
+      ],
+      [
+        "▁smoking",
+        0.0
+      ],
+      [
+        "▁indicates",
+        0.0
+      ],
+      [
+        "Key",
+        0.0
+      ],
+      [
+        "ropri",
+        0.0
+      ],
+      [
+        "▁File",
+        0.0
+      ],
+      [
+        "alling",
+        0.0
+      ],
+      [
+        "asting",
+        0.0
+      ],
+      [
+        "▁Rus",
+        0.0
+      ],
+      [
+        "▁adj",
+        0.0
+      ],
+      [
+        "▁79",
+        0.0
+      ],
+      [
+        "aval",
+        0.0
+      ],
+      [
+        "▁presum",
+        0.0
+      ],
+      [
+        "burgh",
+        0.0
+      ],
+      [
+        "onic",
+        0.0
+      ],
+      [
+        "▁fur",
+        0.0
+      ],
+      [
+        "▁polls",
+        0.0
+      ],
+      [
+        "ika",
+        0.0
+      ],
+      [
+        "▁secondary",
+        0.0
+      ],
+      [
+        "▁monster",
+        0.0
+      ],
+      [
+        "igs",
+        0.0
+      ],
+      [
+        "▁Current",
+        0.0
+      ],
+      [
+        "Event",
+        0.0
+      ],
+      [
+        "▁ownership",
+        0.0
+      ],
+      [
+        "endar",
+        0.0
+      ],
+      [
+        "▁arrive",
+        0.0
+      ],
+      [
+        "▁Tax",
+        0.0
+      ],
+      [
+        "▁null",
+        0.0
+      ],
+      [
+        "▁Priv",
+        0.0
+      ],
+      [
+        "▁thro",
+        0.0
+      ],
+      [
+        "▁kiss",
+        0.0
+      ],
+      [
+        "cat",
+        0.0
+      ],
+      [
+        "▁upset",
+        0.0
+      ],
+      [
+        "angle",
+        0.0
+      ],
+      [
+        "itches",
+        0.0
+      ],
+      [
+        "ector",
+        0.0
+      ],
+      [
+        "ologists",
+        0.0
+      ],
+      [
+        "▁Galaxy",
+        0.0
+      ],
+      [
+        "▁corruption",
+        0.0
+      ],
+      [
+        "▁hint",
+        0.0
+      ],
+      [
+        "enter",
+        0.0
+      ],
+      [
+        "▁Hospital",
+        0.0
+      ],
+      [
+        "▁greatly",
+        0.0
+      ],
+      [
+        "▁begun",
+        0.0
+      ],
+      [
+        "esy",
+        0.0
+      ],
+      [
+        "▁soil",
+        0.0
+      ],
+      [
+        "▁Anton",
+        0.0
+      ],
+      [
+        "▁maintenance",
+        0.0
+      ],
+      [
+        "ãĥ©",
+        0.0
+      ],
+      [
+        "▁dozens",
+        0.0
+      ],
+      [
+        "▁humanity",
+        0.0
+      ],
+      [
+        "▁Alabama",
+        0.0
+      ],
+      [
+        "▁rom",
+        0.0
+      ],
+      [
+        "worth",
+        0.0
+      ],
+      [
+        "aping",
+        0.0
+      ],
+      [
+        "sylvania",
+        0.0
+      ],
+      [
+        "lah",
+        0.0
+      ],
+      [
+        "▁gathered",
+        0.0
+      ],
+      [
+        "GA",
+        0.0
+      ],
+      [
+        "▁attacking",
+        0.0
+      ],
+      [
+        "found",
+        0.0
+      ],
+      [
+        "▁Square",
+        0.0
+      ],
+      [
+        "▁arbit",
+        0.0
+      ],
+      [
+        "ictions",
+        0.0
+      ],
+      [
+        "▁Wisconsin",
+        0.0
+      ],
+      [
+        "▁dance",
+        0.0
+      ],
+      [
+        "▁Saint",
+        0.0
+      ],
+      [
+        "archy",
+        0.0
+      ],
+      [
+        "▁baseball",
+        0.0
+      ],
+      [
+        "▁contributions",
+        0.0
+      ],
+      [
+        "▁literature",
+        0.0
+      ],
+      [
+        "▁exha",
+        0.0
+      ],
+      [
+        "perty",
+        0.0
+      ],
+      [
+        "test",
+        0.0
+      ],
+      [
+        "▁bab",
+        0.0
+      ],
+      [
+        "▁container",
+        0.0
+      ],
+      [
+        "letter",
+        0.0
+      ],
+      [
+        "▁fallen",
+        0.0
+      ],
+      [
+        "▁websites",
+        0.0
+      ],
+      [
+        "▁bottle",
+        0.0
+      ],
+      [
+        "▁Sac",
+        0.0
+      ],
+      [
+        "▁breast",
+        0.0
+      ],
+      [
+        "▁PL",
+        0.0
+      ],
+      [
+        "▁veteran",
+        0.0
+      ],
+      [
+        "▁interviews",
+        0.0
+      ],
+      [
+        "▁Ale",
+        0.0
+      ],
+      [
+        "▁banned",
+        0.0
+      ],
+      [
+        "engers",
+        0.0
+      ],
+      [
+        "▁Revolution",
+        0.0
+      ],
+      [
+        "inth",
+        0.0
+      ],
+      [
+        "▁concerning",
+        0.0
+      ],
+      [
+        "IVE",
+        0.0
+      ],
+      [
+        "▁expenses",
+        0.0
+      ],
+      [
+        "▁Matthew",
+        0.0
+      ],
+      [
+        "▁Columbia",
+        0.0
+      ],
+      [
+        "ds",
+        0.0
+      ],
+      [
+        "istance",
+        0.0
+      ],
+      [
+        "▁entity",
+        0.0
+      ],
+      [
+        "...\"",
+        0.0
+      ],
+      [
+        "▁reliable",
+        0.0
+      ],
+      [
+        "▁paralle",
+        0.0
+      ],
+      [
+        "▁Christians",
+        0.0
+      ],
+      [
+        "▁opinions",
+        0.0
+      ],
+      [
+        "▁indu",
+        0.0
+      ],
+      [
+        "low",
+        0.0
+      ],
+      [
+        "▁compete",
+        0.0
+      ],
+      [
+        "▁thorough",
+        0.0
+      ],
+      [
+        "▁employed",
+        0.0
+      ],
+      [
+        "▁establishment",
+        0.0
+      ],
+      [
+        "igen",
+        0.0
+      ],
+      [
+        "▁Cro",
+        0.0
+      ],
+      [
+        "▁lawyers",
+        0.0
+      ],
+      [
+        "▁Station",
+        0.0
+      ],
+      [
+        "TE",
+        0.0
+      ],
+      [
+        "▁Lind",
+        0.0
+      ],
+      [
+        "▁Pur",
+        0.0
+      ],
+      [
+        "itary",
+        0.0
+      ],
+      [
+        "▁efficiency",
+        0.0
+      ],
+      [
+        "âĢIJ",
+        0.0
+      ],
+      [
+        "▁Ly",
+        0.0
+      ],
+      [
+        "▁mask",
+        0.0
+      ],
+      [
+        "▁disaster",
+        0.0
+      ],
+      [
+        "▁ages",
+        0.0
+      ],
+      [
+        "ERE",
+        0.0
+      ],
+      [
+        "esis",
+        0.0
+      ],
+      [
+        "▁Hold",
+        0.0
+      ],
+      [
+        "▁casual",
+        0.0
+      ],
+      [
+        "bled",
+        0.0
+      ],
+      [
+        "▁enabled",
+        0.0
+      ],
+      [
+        "▁Environment",
+        0.0
+      ],
+      [
+        "▁Intelligence",
+        0.0
+      ],
+      [
+        "iper",
+        0.0
+      ],
+      [
+        "▁Map",
+        0.0
+      ],
+      [
+        "▁BE",
+        0.0
+      ],
+      [
+        "▁emerged",
+        0.0
+      ],
+      [
+        "isdom",
+        0.0
+      ],
+      [
+        "▁cabin",
+        0.0
+      ],
+      [
+        "▁registration",
+        0.0
+      ],
+      [
+        "▁fingers",
+        0.0
+      ],
+      [
+        "▁roster",
+        0.0
+      ],
+      [
+        "▁framework",
+        0.0
+      ],
+      [
+        "▁Doctor",
+        0.0
+      ],
+      [
+        "etts",
+        0.0
+      ],
+      [
+        "▁transportation",
+        0.0
+      ],
+      [
+        "▁awareness",
+        0.0
+      ],
+      [
+        "Her",
+        0.0
+      ],
+      [
+        "▁attempting",
+        0.0
+      ],
+      [
+        "Off",
+        0.0
+      ],
+      [
+        "▁Store",
+        0.0
+      ],
+      [
+        "ÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤ",
+        0.0
+      ],
+      [
+        "▁Know",
+        0.0
+      ],
+      [
+        "▁defence",
+        0.0
+      ],
+      [
+        "▁scan",
+        0.0
+      ],
+      [
+        "▁Ten",
+        0.0
+      ],
+      [
+        "▁Chair",
+        0.0
+      ],
+      [
+        "▁PH",
+        0.0
+      ],
+      [
+        "▁Atlanta",
+        0.0
+      ],
+      [
+        "▁fucking",
+        0.0
+      ],
+      [
+        "▁answered",
+        0.0
+      ],
+      [
+        "bn",
+        0.0
+      ],
+      [
+        "▁Kar",
+        0.0
+      ],
+      [
+        "▁categories",
+        0.0
+      ],
+      [
+        "▁rational",
+        0.0
+      ],
+      [
+        "▁cust",
+        0.0
+      ],
+      [
+        "▁robot",
+        0.0
+      ],
+      [
+        "▁correctly",
+        0.0
+      ],
+      [
+        "▁gif",
+        0.0
+      ],
+      [
+        "▁graphics",
+        0.0
+      ],
+      [
+        "mic",
+        0.0
+      ],
+      [
+        "▁grounds",
+        0.0
+      ],
+      [
+        "▁Opp",
+        0.0
+      ],
+      [
+        "iate",
+        0.0
+      ],
+      [
+        "▁distributed",
+        0.0
+      ],
+      [
+        "▁sanctions",
+        0.0
+      ],
+      [
+        "▁challenging",
+        0.0
+      ],
+      [
+        "uto",
+        0.0
+      ],
+      [
+        "▁ingredients",
+        0.0
+      ],
+      [
+        "▁invited",
+        0.0
+      ],
+      [
+        "▁founded",
+        0.0
+      ],
+      [
+        "▁Requ",
+        0.0
+      ],
+      [
+        "ded",
+        0.0
+      ],
+      [
+        "▁bowl",
+        0.0
+      ],
+      [
+        "▁brothers",
+        0.0
+      ],
+      [
+        "▁Ha",
+        0.0
+      ],
+      [
+        "IO",
+        0.0
+      ],
+      [
+        "▁wages",
+        0.0
+      ],
+      [
+        "imore",
+        0.0
+      ],
+      [
+        "ocial",
+        0.0
+      ],
+      [
+        "▁seed",
+        0.0
+      ],
+      [
+        "atively",
+        0.0
+      ],
+      [
+        "▁addresses",
+        0.0
+      ],
+      [
+        "▁Iowa",
+        0.0
+      ],
+      [
+        "abeth",
+        0.0
+      ],
+      [
+        "▁attitude",
+        0.0
+      ],
+      [
+        "isd",
+        0.0
+      ],
+      [
+        "child",
+        0.0
+      ],
+      [
+        "▁mole",
+        0.0
+      ],
+      [
+        "▁discovery",
+        0.0
+      ],
+      [
+        "yard",
+        0.0
+      ],
+      [
+        "Br",
+        0.0
+      ],
+      [
+        "▁82",
+        0.0
+      ],
+      [
+        "▁supplies",
+        0.0
+      ],
+      [
+        "elling",
+        0.0
+      ],
+      [
+        "▁distingu",
+        0.0
+      ],
+      [
+        "CR",
+        0.0
+      ],
+      [
+        "▁recept",
+        0.0
+      ],
+      [
+        "▁vert",
+        0.0
+      ],
+      [
+        "▁swim",
+        0.0
+      ],
+      [
+        "bec",
+        0.0
+      ],
+      [
+        "door",
+        0.0
+      ],
+      [
+        "▁Yeah",
+        0.0
+      ],
+      [
+        "▁gal",
+        0.0
+      ],
+      [
+        "▁interact",
+        0.0
+      ],
+      [
+        "▁ESP",
+        0.0
+      ],
+      [
+        "▁CS",
+        0.0
+      ],
+      [
+        "amps",
+        0.0
+      ],
+      [
+        "▁convinced",
+        0.0
+      ],
+      [
+        "▁objective",
+        0.0
+      ],
+      [
+        "▁dish",
+        0.0
+      ],
+      [
+        "▁Photos",
+        0.0
+      ],
+      [
+        "lad",
+        0.0
+      ],
+      [
+        "▁downtown",
+        0.0
+      ],
+      [
+        "oil",
+        0.0
+      ],
+      [
+        "inction",
+        0.0
+      ],
+      [
+        "▁tomorrow",
+        0.0
+      ],
+      [
+        "▁COM",
+        0.0
+      ],
+      [
+        "▁survival",
+        0.0
+      ],
+      [
+        "shot",
+        0.0
+      ],
+      [
+        "▁settlement",
+        0.0
+      ],
+      [
+        "Cons",
+        0.0
+      ],
+      [
+        "▁Xbox",
+        0.0
+      ],
+      [
+        "interest",
+        0.0
+      ],
+      [
+        "▁SM",
+        0.0
+      ],
+      [
+        "argo",
+        0.0
+      ],
+      [
+        "eness",
+        0.0
+      ],
+      [
+        "▁ethnic",
+        0.0
+      ],
+      [
+        "bered",
+        0.0
+      ],
+      [
+        "Min",
+        0.0
+      ],
+      [
+        "▁Tok",
+        0.0
+      ],
+      [
+        "▁incent",
+        0.0
+      ],
+      [
+        "▁Command",
+        0.0
+      ],
+      [
+        "▁maintained",
+        0.0
+      ],
+      [
+        "▁breaks",
+        0.0
+      ],
+      [
+        "bridge",
+        0.0
+      ],
+      [
+        "atar",
+        0.0
+      ],
+      [
+        "agg",
+        0.0
+      ],
+      [
+        "▁Finally",
+        0.0
+      ],
+      [
+        "unicip",
+        0.0
+      ],
+      [
+        "▁Ont",
+        0.0
+      ],
+      [
+        "left",
+        0.0
+      ],
+      [
+        "▁recognition",
+        0.0
+      ],
+      [
+        "▁*/",
+        0.0
+      ],
+      [
+        "▁Pers",
+        0.0
+      ],
+      [
+        "▁welf",
+        0.0
+      ],
+      [
+        "▁addressed",
+        0.0
+      ],
+      [
+        "▁Kansas",
+        0.0
+      ],
+      [
+        "▁virus",
+        0.0
+      ],
+      [
+        "▁whereas",
+        0.0
+      ],
+      [
+        "▁papers",
+        0.0
+      ],
+      [
+        "rams",
+        0.0
+      ],
+      [
+        "▁Ministry",
+        0.0
+      ],
+      [
+        "▁pleasure",
+        0.0
+      ],
+      [
+        "▁acquired",
+        0.0
+      ],
+      [
+        "▁duration",
+        0.0
+      ],
+      [
+        "jpg",
+        0.0
+      ],
+      [
+        "▁calm",
+        0.0
+      ],
+      [
+        "▁NHL",
+        0.0
+      ],
+      [
+        "▁burning",
+        0.0
+      ],
+      [
+        "▁folder",
+        0.0
+      ],
+      [
+        "icked",
+        0.0
+      ],
+      [
+        "▁Py",
+        0.0
+      ],
+      [
+        "▁Illinois",
+        0.0
+      ],
+      [
+        "Class",
+        0.0
+      ],
+      [
+        "▁Goddess",
+        0.0
+      ],
+      [
+        "▁performing",
+        0.0
+      ],
+      [
+        "▁welfare",
+        0.0
+      ],
+      [
+        "jar",
+        0.0
+      ],
+      [
+        "Inter",
+        0.0
+      ],
+      [
+        "▁lin",
+        0.0
+      ],
+      [
+        "▁enhance",
+        0.0
+      ],
+      [
+        "▁notion",
+        0.0
+      ],
+      [
+        "fare",
+        0.0
+      ],
+      [
+        "ypes",
+        0.0
+      ],
+      [
+        "▁Area",
+        0.0
+      ],
+      [
+        "▁cannabis",
+        0.0
+      ],
+      [
+        "▁Diego",
+        0.0
+      ],
+      [
+        "fs",
+        0.0
+      ],
+      [
+        "▁Manchester",
+        0.0
+      ],
+      [
+        "comm",
+        0.0
+      ],
+      [
+        "inite",
+        0.0
+      ],
+      [
+        "▁covering",
+        0.0
+      ],
+      [
+        "▁Sound",
+        0.0
+      ],
+      [
+        "▁1960",
+        0.0
+      ],
+      [
+        "▁84",
+        0.0
+      ],
+      [
+        "elect",
+        0.0
+      ],
+      [
+        "zing",
+        0.0
+      ],
+      [
+        "▁citizen",
+        0.0
+      ],
+      [
+        "▁phones",
+        0.0
+      ],
+      [
+        "▁raid",
+        0.0
+      ],
+      [
+        "▁ignored",
+        0.0
+      ],
+      [
+        "▁Object",
+        0.0
+      ],
+      [
+        "▁upload",
+        0.0
+      ],
+      [
+        "card",
+        0.0
+      ],
+      [
+        "▁modified",
+        0.0
+      ],
+      [
+        "▁rooms",
+        0.0
+      ],
+      [
+        "iah",
+        0.0
+      ],
+      [
+        "range",
+        0.0
+      ],
+      [
+        "heast",
+        0.0
+      ],
+      [
+        "achus",
+        0.0
+      ],
+      [
+        "▁suggesting",
+        0.0
+      ],
+      [
+        "âĢĭ",
+        0.0
+      ],
+      [
+        "grade",
+        0.0
+      ],
+      [
+        "El",
+        0.0
+      ],
+      [
+        "▁clothing",
+        0.0
+      ],
+      [
+        "▁rh",
+        0.0
+      ],
+      [
+        "▁Han",
+        0.0
+      ],
+      [
+        "unity",
+        0.0
+      ],
+      [
+        "encing",
+        0.0
+      ],
+      [
+        "▁Austin",
+        0.0
+      ],
+      [
+        "secution",
+        0.0
+      ],
+      [
+        "tra",
+        0.0
+      ],
+      [
+        "dem",
+        0.0
+      ],
+      [
+        "▁Qual",
+        0.0
+      ],
+      [
+        "▁heaven",
+        0.0
+      ],
+      [
+        "▁stages",
+        0.0
+      ],
+      [
+        "▁wedd",
+        0.0
+      ],
+      [
+        "plus",
+        0.0
+      ],
+      [
+        "ificial",
+        0.0
+      ],
+      [
+        "▁Imm",
+        0.0
+      ],
+      [
+        "▁Ho",
+        0.0
+      ],
+      [
+        "ieties",
+        0.0
+      ],
+      [
+        "▁phrase",
+        0.0
+      ],
+      [
+        "▁brill",
+        0.0
+      ],
+      [
+        "actory",
+        0.0
+      ],
+      [
+        "▁providers",
+        0.0
+      ],
+      [
+        "▁silence",
+        0.0
+      ],
+      [
+        "▁aer",
+        0.0
+      ],
+      [
+        "▁AI",
+        0.0
+      ],
+      [
+        "▁Adventure",
+        0.0
+      ],
+      [
+        "▁platforms",
+        0.0
+      ],
+      [
+        "▁demonstrated",
+        0.0
+      ],
+      [
+        "▁interf",
+        0.0
+      ],
+      [
+        "ington",
+        0.0
+      ],
+      [
+        "▁races",
+        0.0
+      ],
+      [
+        "▁grade",
+        0.0
+      ],
+      [
+        "ultane",
+        0.0
+      ],
+      [
+        "▁Through",
+        0.0
+      ],
+      [
+        "false",
+        0.0
+      ],
+      [
+        "▁bow",
+        0.0
+      ],
+      [
+        "▁AB",
+        0.0
+      ],
+      [
+        "▁flavor",
+        0.0
+      ],
+      [
+        "▁historic",
+        0.0
+      ],
+      [
+        "gov",
+        0.0
+      ],
+      [
+        "▁colour",
+        0.0
+      ],
+      [
+        "▁viewed",
+        0.0
+      ],
+      [
+        "▁Email",
+        0.0
+      ],
+      [
+        "elcome",
+        0.0
+      ],
+      [
+        "▁intervention",
+        0.0
+      ],
+      [
+        "▁diversity",
+        0.0
+      ],
+      [
+        "▁periods",
+        0.0
+      ],
+      [
+        "▁reverse",
+        0.0
+      ],
+      [
+        "▁Very",
+        0.0
+      ],
+      [
+        "▁quote",
+        0.0
+      ],
+      [
+        "▁Left",
+        0.0
+      ],
+      [
+        "through",
+        0.0
+      ],
+      [
+        "▁screw",
+        0.0
+      ],
+      [
+        "▁landing",
+        0.0
+      ],
+      [
+        "▁pill",
+        0.0
+      ],
+      [
+        "▁wet",
+        0.0
+      ],
+      [
+        "▁protesters",
+        0.0
+      ],
+      [
+        "▁repeat",
+        0.0
+      ],
+      [
+        "aved",
+        0.0
+      ],
+      [
+        "erk",
+        0.0
+      ],
+      [
+        "▁salary",
+        0.0
+      ],
+      [
+        "▁Pennsylvania",
+        0.0
+      ],
+      [
+        "Still",
+        0.0
+      ],
+      [
+        "▁mayor",
+        0.0
+      ],
+      [
+        "▁kitchen",
+        0.0
+      ],
+      [
+        "▁featuring",
+        0.0
+      ],
+      [
+        "▁Museum",
+        0.0
+      ],
+      [
+        "▁Tournament",
+        0.0
+      ],
+      [
+        "▁Fal",
+        0.0
+      ],
+      [
+        "▁servers",
+        0.0
+      ],
+      [
+        "UC",
+        0.0
+      ],
+      [
+        "▁anybody",
+        0.0
+      ],
+      [
+        "img",
+        0.0
+      ],
+      [
+        "▁Trade",
+        0.0
+      ],
+      [
+        "ixture",
+        0.0
+      ],
+      [
+        "theless",
+        0.0
+      ],
+      [
+        "▁finance",
+        0.0
+      ],
+      [
+        "▁closing",
+        0.0
+      ],
+      [
+        "▁Patri",
+        0.0
+      ],
+      [
+        "iac",
+        0.0
+      ],
+      [
+        "abel",
+        0.0
+      ],
+      [
+        "▁>>",
+        0.0
+      ],
+      [
+        "orous",
+        0.0
+      ],
+      [
+        "▁firms",
+        0.0
+      ],
+      [
+        "screen",
+        0.0
+      ],
+      [
+        "una",
+        0.0
+      ],
+      [
+        "▁embarrass",
+        0.0
+      ],
+      [
+        "ulse",
+        0.0
+      ],
+      [
+        "▁letting",
+        0.0
+      ],
+      [
+        "▁threw",
+        0.0
+      ],
+      [
+        "iley",
+        0.0
+      ],
+      [
+        "▁channels",
+        0.0
+      ],
+      [
+        "lan",
+        0.0
+      ],
+      [
+        "▁Vegas",
+        0.0
+      ],
+      [
+        "▁sear",
+        0.0
+      ],
+      [
+        "▁fantastic",
+        0.0
+      ],
+      [
+        "arre",
+        0.0
+      ],
+      [
+        "uzzle",
+        0.0
+      ],
+      [
+        "▁Der",
+        0.0
+      ],
+      [
+        "Those",
+        0.0
+      ],
+      [
+        "▁swing",
+        0.0
+      ],
+      [
+        "▁sheet",
+        0.0
+      ],
+      [
+        "index",
+        0.0
+      ],
+      [
+        "cover",
+        0.0
+      ],
+      [
+        "ogan",
+        0.0
+      ],
+      [
+        "▁variables",
+        0.0
+      ],
+      [
+        "▁Tech",
+        0.0
+      ],
+      [
+        "▁spoken",
+        0.0
+      ],
+      [
+        "achel",
+        0.0
+      ],
+      [
+        "▁Da",
+        0.0
+      ],
+      [
+        "▁Mountain",
+        0.0
+      ],
+      [
+        "▁loaded",
+        0.0
+      ],
+      [
+        "▁footage",
+        0.0
+      ],
+      [
+        "version",
+        0.0
+      ],
+      [
+        "▁unl",
+        0.0
+      ],
+      [
+        "▁Phoenix",
+        0.0
+      ],
+      [
+        "▁throwing",
+        0.0
+      ],
+      [
+        "▁firing",
+        0.0
+      ],
+      [
+        "▁tracking",
+        0.0
+      ],
+      [
+        "▁width",
+        0.0
+      ],
+      [
+        "▁struggling",
+        0.0
+      ],
+      [
+        "rooms",
+        0.0
+      ],
+      [
+        "otion",
+        0.0
+      ],
+      [
+        "▁monthly",
+        0.0
+      ],
+      [
+        "▁Server",
+        0.0
+      ],
+      [
+        "▁eggs",
+        0.0
+      ],
+      [
+        "open",
+        0.0
+      ],
+      [
+        "MC",
+        0.0
+      ],
+      [
+        "▁1993",
+        0.0
+      ],
+      [
+        "▁hired",
+        0.0
+      ],
+      [
+        "▁stayed",
+        0.0
+      ],
+      [
+        "▁Allen",
+        0.0
+      ],
+      [
+        "▁stro",
+        0.0
+      ],
+      [
+        "▁98",
+        0.0
+      ],
+      [
+        "step",
+        0.0
+      ],
+      [
+        "▁Turkish",
+        0.0
+      ],
+      [
+        "▁fabric",
+        0.0
+      ],
+      [
+        "isting",
+        0.0
+      ],
+      [
+        "▁Dom",
+        0.0
+      ],
+      [
+        "▁dates",
+        0.0
+      ],
+      [
+        "▁pron",
+        0.0
+      ],
+      [
+        "▁basketball",
+        0.0
+      ],
+      [
+        "▁lucky",
+        0.0
+      ],
+      [
+        "▁Arabia",
+        0.0
+      ],
+      [
+        "▁assumed",
+        0.0
+      ],
+      [
+        "esty",
+        0.0
+      ],
+      [
+        "▁affairs",
+        0.0
+      ],
+      [
+        "▁glad",
+        0.0
+      ],
+      [
+        "▁Indeed",
+        0.0
+      ],
+      [
+        "▁FA",
+        0.0
+      ],
+      [
+        "▁Word",
+        0.0
+      ],
+      [
+        "▁joining",
+        0.0
+      ],
+      [
+        "ifice",
+        0.0
+      ],
+      [
+        "pread",
+        0.0
+      ],
+      [
+        "irts",
+        0.0
+      ],
+      [
+        "▁Select",
+        0.0
+      ],
+      [
+        "▁populations",
+        0.0
+      ],
+      [
+        "aware",
+        0.0
+      ],
+      [
+        "▁nose",
+        0.0
+      ],
+      [
+        "▁complaints",
+        0.0
+      ],
+      [
+        "start",
+        0.0
+      ],
+      [
+        "▁scoring",
+        0.0
+      ],
+      [
+        "Thanks",
+        0.0
+      ],
+      [
+        "▁mining",
+        0.0
+      ],
+      [
+        "▁visitors",
+        0.0
+      ],
+      [
+        "SH",
+        0.0
+      ],
+      [
+        "▁damaged",
+        0.0
+      ],
+      [
+        "▁characteristics",
+        0.0
+      ],
+      [
+        "▁Pent",
+        0.0
+      ],
+      [
+        "DC",
+        0.0
+      ],
+      [
+        "▁83",
+        0.0
+      ],
+      [
+        "▁Six",
+        0.0
+      ],
+      [
+        "rates",
+        0.0
+      ],
+      [
+        "▁flags",
+        0.0
+      ],
+      [
+        "▁Brew",
+        0.0
+      ],
+      [
+        "dog",
+        0.0
+      ],
+      [
+        "Mark",
+        0.0
+      ],
+      [
+        "////",
+        0.0
+      ],
+      [
+        "▁execution",
+        0.0
+      ],
+      [
+        "▁joke",
+        0.0
+      ],
+      [
+        "phones",
+        0.0
+      ],
+      [
+        "▁testimony",
+        0.0
+      ],
+      [
+        "▁obst",
+        0.0
+      ],
+      [
+        "QL",
+        0.0
+      ],
+      [
+        "▁Cut",
+        0.0
+      ],
+      [
+        "▁studied",
+        0.0
+      ],
+      [
+        "▁Nintendo",
+        0.0
+      ],
+      [
+        "icket",
+        0.0
+      ],
+      [
+        "▁NBC",
+        0.0
+      ],
+      [
+        "▁lad",
+        0.0
+      ],
+      [
+        "▁Bra",
+        0.0
+      ],
+      [
+        "▁Moh",
+        0.0
+      ],
+      [
+        "▁kernel",
+        0.0
+      ],
+      [
+        "▁overwhelming",
+        0.0
+      ],
+      [
+        "▁aged",
+        0.0
+      ],
+      [
+        "▁applicable",
+        0.0
+      ],
+      [
+        "▁Cond",
+        0.0
+      ],
+      [
+        "▁roads",
+        0.0
+      ],
+      [
+        "▁Block",
+        0.0
+      ],
+      [
+        "made",
+        0.0
+      ],
+      [
+        "odge",
+        0.0
+      ],
+      [
+        "▁commands",
+        0.0
+      ],
+      [
+        "▁offices",
+        0.0
+      ],
+      [
+        "veland",
+        0.0
+      ],
+      [
+        "▁tut",
+        0.0
+      ],
+      [
+        "▁receiver",
+        0.0
+      ],
+      [
+        "▁Fro",
+        0.0
+      ],
+      [
+        "▁shopping",
+        0.0
+      ],
+      [
+        "▁iP",
+        0.0
+      ],
+      [
+        "▁Stre",
+        0.0
+      ],
+      [
+        "▁ABC",
+        0.0
+      ],
+      [
+        "▁entertainment",
+        0.0
+      ],
+      [
+        "▁Bow",
+        0.0
+      ],
+      [
+        "orted",
+        0.0
+      ],
+      [
+        "Mc",
+        0.0
+      ],
+      [
+        "▁reads",
+        0.0
+      ],
+      [
+        "grad",
+        0.0
+      ],
+      [
+        "▁Collect",
+        0.0
+      ],
+      [
+        "▁âĪĴ",
+        0.0
+      ],
+      [
+        "▁Capital",
+        0.0
+      ],
+      [
+        "ederation",
+        0.0
+      ],
+      [
+        "▁employer",
+        0.0
+      ],
+      [
+        "▁involvement",
+        0.0
+      ],
+      [
+        "▁anxiety",
+        0.0
+      ],
+      [
+        "alia",
+        0.0
+      ],
+      [
+        "▁roof",
+        0.0
+      ],
+      [
+        "▁Among",
+        0.0
+      ],
+      [
+        "▁Democrat",
+        0.0
+      ],
+      [
+        "▁stats",
+        0.0
+      ],
+      [
+        "▁Vill",
+        0.0
+      ],
+      [
+        "▁constitutional",
+        0.0
+      ],
+      [
+        "▁referring",
+        0.0
+      ],
+      [
+        "itty",
+        0.0
+      ],
+      [
+        "▁tackle",
+        0.0
+      ],
+      [
+        "outube",
+        0.0
+      ],
+      [
+        "▁backed",
+        0.0
+      ],
+      [
+        "▁Hong",
+        0.0
+      ],
+      [
+        "▁Broad",
+        0.0
+      ],
+      [
+        "▁ele",
+        0.0
+      ],
+      [
+        "▁Ott",
+        0.0
+      ],
+      [
+        "▁1992",
+        0.0
+      ],
+      [
+        "hour",
+        0.0
+      ],
+      [
+        "achusetts",
+        0.0
+      ],
+      [
+        "Cal",
+        0.0
+      ],
+      [
+        "▁defeated",
+        0.0
+      ],
+      [
+        "▁81",
+        0.0
+      ],
+      [
+        "esp",
+        0.0
+      ],
+      [
+        "▁seemingly",
+        0.0
+      ],
+      [
+        "was",
+        0.0
+      ],
+      [
+        "▁Jenn",
+        0.0
+      ],
+      [
+        "▁Kurd",
+        0.0
+      ],
+      [
+        "▁gene",
+        0.0
+      ],
+      [
+        "▁discount",
+        0.0
+      ],
+      [
+        "Ret",
+        0.0
+      ],
+      [
+        "ECT",
+        0.0
+      ],
+      [
+        "();",
+        0.0
+      ],
+      [
+        "▁clubs",
+        0.0
+      ],
+      [
+        "▁sid",
+        0.0
+      ],
+      [
+        "▁Marsh",
+        0.0
+      ],
+      [
+        "Check",
+        0.0
+      ],
+      [
+        "▁pp",
+        0.0
+      ],
+      [
+        "▁Eag",
+        0.0
+      ],
+      [
+        "idespread",
+        0.0
+      ],
+      [
+        "▁beings",
+        0.0
+      ],
+      [
+        "FT",
+        0.0
+      ],
+      [
+        "▁introduction",
+        0.0
+      ],
+      [
+        "▁Change",
+        0.0
+      ],
+      [
+        "ARD",
+        0.0
+      ],
+      [
+        "▁110",
+        0.0
+      ],
+      [
+        "adows",
+        0.0
+      ],
+      [
+        "ierce",
+        0.0
+      ],
+      [
+        "▁meal",
+        0.0
+      ],
+      [
+        "author",
+        0.0
+      ],
+      [
+        "▁Bang",
+        0.0
+      ],
+      [
+        "lahoma",
+        0.0
+      ],
+      [
+        "▁ranks",
+        0.0
+      ],
+      [
+        "2011",
+        0.0
+      ],
+      [
+        "????",
+        0.0
+      ],
+      [
+        "max",
+        0.0
+      ],
+      [
+        "▁collapse",
+        0.0
+      ],
+      [
+        "▁opens",
+        0.0
+      ],
+      [
+        "▁echo",
+        0.0
+      ],
+      [
+        "▁soph",
+        0.0
+      ],
+      [
+        "▁racist",
+        0.0
+      ],
+      [
+        "▁enormous",
+        0.0
+      ],
+      [
+        "▁waves",
+        0.0
+      ],
+      [
+        "▁tap",
+        0.0
+      ],
+      [
+        "▁comprehensive",
+        0.0
+      ],
+      [
+        ".--",
+        0.0
+      ],
+      [
+        "▁Roy",
+        0.0
+      ],
+      [
+        "▁farmers",
+        0.0
+      ],
+      [
+        "Related",
+        0.0
+      ],
+      [
+        "aired",
+        0.0
+      ],
+      [
+        "rones",
+        0.0
+      ],
+      [
+        "▁Crim",
+        0.0
+      ],
+      [
+        "▁proportion",
+        0.0
+      ],
+      [
+        "▁designs",
+        0.0
+      ],
+      [
+        "▁negotiations",
+        0.0
+      ],
+      [
+        "▁virtually",
+        0.0
+      ],
+      [
+        "▁Batman",
+        0.0
+      ],
+      [
+        "▁warn",
+        0.0
+      ],
+      [
+        "▁legitimate",
+        0.0
+      ],
+      [
+        "mate",
+        0.0
+      ],
+      [
+        "▁convention",
+        0.0
+      ],
+      [
+        ",,",
+        0.0
+      ],
+      [
+        "netic",
+        0.0
+      ],
+      [
+        "▁SD",
+        0.0
+      ],
+      [
+        "▁consistently",
+        0.0
+      ],
+      [
+        "▁compensation",
+        0.0
+      ],
+      [
+        "▁punishment",
+        0.0
+      ],
+      [
+        "▁ye",
+        0.0
+      ],
+      [
+        "▁tie",
+        0.0
+      ],
+      [
+        "▁Bureau",
+        0.0
+      ],
+      [
+        "irlf",
+        0.0
+      ],
+      [
+        "▁Bu",
+        0.0
+      ],
+      [
+        "▁Aren",
+        0.0
+      ],
+      [
+        "▁Philipp",
+        0.0
+      ],
+      [
+        "▁knife",
+        0.0
+      ],
+      [
+        "▁memories",
+        0.0
+      ],
+      [
+        "▁Ross",
+        0.0
+      ],
+      [
+        "▁angle",
+        0.0
+      ],
+      [
+        "▁86",
+        0.0
+      ],
+      [
+        "▁Thunder",
+        0.0
+      ],
+      [
+        "▁rend",
+        0.0
+      ],
+      [
+        "▁Tour",
+        0.0
+      ],
+      [
+        "▁counts",
+        0.0
+      ],
+      [
+        "sung",
+        0.0
+      ],
+      [
+        "▁Imp",
+        0.0
+      ],
+      [
+        "▁educational",
+        0.0
+      ],
+      [
+        "▁accessible",
+        0.0
+      ],
+      [
+        "COM",
+        0.0
+      ],
+      [
+        "▁drew",
+        0.0
+      ],
+      [
+        "yer",
+        0.0
+      ],
+      [
+        "Gl",
+        0.0
+      ],
+      [
+        "amine",
+        0.0
+      ],
+      [
+        "ORT",
+        0.0
+      ],
+      [
+        "OB",
+        0.0
+      ],
+      [
+        "IB",
+        0.0
+      ],
+      [
+        "master",
+        0.0
+      ],
+      [
+        "▁trials",
+        0.0
+      ],
+      [
+        "ogy",
+        0.0
+      ],
+      [
+        "har",
+        0.0
+      ],
+      [
+        "▁Trust",
+        0.0
+      ],
+      [
+        "▁preferred",
+        0.0
+      ],
+      [
+        "irlfriend",
+        0.0
+      ],
+      [
+        "▁Nev",
+        0.0
+      ],
+      [
+        "▁bin",
+        0.0
+      ],
+      [
+        "▁cow",
+        0.0
+      ],
+      [
+        "Page",
+        0.0
+      ],
+      [
+        "▁signature",
+        0.0
+      ],
+      [
+        "▁BL",
+        0.0
+      ],
+      [
+        "700",
+        0.0
+      ],
+      [
+        "▁retired",
+        0.0
+      ],
+      [
+        "▁bytes",
+        0.0
+      ],
+      [
+        "▁neighb",
+        0.0
+      ],
+      [
+        "▁Legend",
+        0.0
+      ],
+      [
+        "▁devast",
+        0.0
+      ],
+      [
+        "▁suspected",
+        0.0
+      ],
+      [
+        "isons",
+        0.0
+      ],
+      [
+        "▁Pokémon",
+        0.0
+      ],
+      [
+        "scale",
+        0.0
+      ],
+      [
+        "▁capabilities",
+        0.0
+      ],
+      [
+        "▁revel",
+        0.0
+      ],
+      [
+        "▁cheese",
+        0.0
+      ],
+      [
+        "dy",
+        0.0
+      ],
+      [
+        "igrant",
+        0.0
+      ],
+      [
+        "▁failing",
+        0.0
+      ],
+      [
+        "bits",
+        0.0
+      ],
+      [
+        "▁Heroes",
+        0.0
+      ],
+      [
+        "▁Ghost",
+        0.0
+      ],
+      [
+        "▁Scient",
+        0.0
+      ],
+      [
+        "▁appointed",
+        0.0
+      ],
+      [
+        "uri",
+        0.0
+      ],
+      [
+        "▁institution",
+        0.0
+      ],
+      [
+        "▁expanded",
+        0.0
+      ],
+      [
+        "greg",
+        0.0
+      ],
+      [
+        "▁monitoring",
+        0.0
+      ],
+      [
+        "▁podcast",
+        0.0
+      ],
+      [
+        "▁coalition",
+        0.0
+      ],
+      [
+        "▁96",
+        0.0
+      ],
+      [
+        "Jo",
+        0.0
+      ],
+      [
+        "▁stolen",
+        0.0
+      ],
+      [
+        "▁Sab",
+        0.0
+      ],
+      [
+        "▁stops",
+        0.0
+      ],
+      [
+        "▁holiday",
+        0.0
+      ],
+      [
+        "▁intr",
+        0.0
+      ],
+      [
+        "Car",
+        0.0
+      ],
+      [
+        "Black",
+        0.0
+      ],
+      [
+        "▁LGBT",
+        0.0
+      ],
+      [
+        "▁warming",
+        0.0
+      ],
+      [
+        "▁Anderson",
+        0.0
+      ],
+      [
+        "▁89",
+        0.0
+      ],
+      [
+        "▁producer",
+        0.0
+      ],
+      [
+        "Med",
+        0.0
+      ],
+      [
+        "▁accuracy",
+        0.0
+      ],
+      [
+        "▁Marvel",
+        0.0
+      ],
+      [
+        "izabeth",
+        0.0
+      ],
+      [
+        "▁Patrick",
+        0.0
+      ],
+      [
+        "mony",
+        0.0
+      ],
+      [
+        "▁mini",
+        0.0
+      ],
+      [
+        "acles",
+        0.0
+      ],
+      [
+        "▁overt",
+        0.0
+      ],
+      [
+        "they",
+        0.0
+      ],
+      [
+        "▁membership",
+        0.0
+      ],
+      [
+        "▁Ven",
+        0.0
+      ],
+      [
+        "▁exch",
+        0.0
+      ],
+      [
+        "▁removal",
+        0.0
+      ],
+      [
+        "▁Dave",
+        0.0
+      ],
+      [
+        "TY",
+        0.0
+      ],
+      [
+        "mad",
+        0.0
+      ],
+      [
+        "▁Find",
+        0.0
+      ],
+      [
+        "▁adequ",
+        0.0
+      ],
+      [
+        "▁ec",
+        0.0
+      ],
+      [
+        "▁teeth",
+        0.0
+      ],
+      [
+        "▁emotion",
+        0.0
+      ],
+      [
+        "▁perm",
+        0.0
+      ],
+      [
+        "▁solely",
+        0.0
+      ],
+      [
+        "db",
+        0.0
+      ],
+      [
+        "▁extraord",
+        0.0
+      ],
+      [
+        "IGHT",
+        0.0
+      ],
+      [
+        "cal",
+        0.0
+      ],
+      [
+        "▁guidelines",
+        0.0
+      ],
+      [
+        "▁dying",
+        0.0
+      ],
+      [
+        "▁suspended",
+        0.0
+      ],
+      [
+        "▁Premier",
+        0.0
+      ],
+      [
+        "▁Anthony",
+        0.0
+      ],
+      [
+        "elve",
+        0.0
+      ],
+      [
+        "▁dad",
+        0.0
+      ],
+      [
+        "▁Eth",
+        0.0
+      ],
+      [
+        "▁Football",
+        0.0
+      ],
+      [
+        "▁abandoned",
+        0.0
+      ],
+      [
+        "▁<<",
+        0.0
+      ],
+      [
+        "▁march",
+        0.0
+      ],
+      [
+        "▁horror",
+        0.0
+      ],
+      [
+        "âĢ¦\"",
+        0.0
+      ],
+      [
+        "▁childhood",
+        0.0
+      ],
+      [
+        "▁campaigns",
+        0.0
+      ],
+      [
+        "▁lunch",
+        0.0
+      ],
+      [
+        "▁Albert",
+        0.0
+      ],
+      [
+        "block",
+        0.0
+      ],
+      [
+        "âĸĪâĸĪ",
+        0.0
+      ],
+      [
+        "ounding",
+        0.0
+      ],
+      [
+        "▁bone",
+        0.0
+      ],
+      [
+        "organ",
+        0.0
+      ],
+      [
+        "aders",
+        0.0
+      ],
+      [
+        "▁Flash",
+        0.0
+      ],
+      [
+        "▁Drive",
+        0.0
+      ],
+      [
+        "▁tonight",
+        0.0
+      ],
+      [
+        "▁wars",
+        0.0
+      ],
+      [
+        "▁FL",
+        0.0
+      ],
+      [
+        "▁formation",
+        0.0
+      ],
+      [
+        "const",
+        0.0
+      ],
+      [
+        "News",
+        0.0
+      ],
+      [
+        "▁compe",
+        0.0
+      ],
+      [
+        "orious",
+        0.0
+      ],
+      [
+        "▁Staff",
+        0.0
+      ],
+      [
+        "▁discussions",
+        0.0
+      ],
+      [
+        "▁Protection",
+        0.0
+      ],
+      [
+        "▁Jam",
+        0.0
+      ],
+      [
+        "▁criteria",
+        0.0
+      ],
+      [
+        "▁installation",
+        0.0
+      ],
+      [
+        "▁accomplish",
+        0.0
+      ],
+      [
+        "izza",
+        0.0
+      ],
+      [
+        "▁publisher",
+        0.0
+      ],
+      [
+        "▁rescue",
+        0.0
+      ],
+      [
+        "▁Try",
+        0.0
+      ],
+      [
+        "ULL",
+        0.0
+      ],
+      [
+        "▁Som",
+        0.0
+      ],
+      [
+        "▁Hop",
+        0.0
+      ],
+      [
+        "oret",
+        0.0
+      ],
+      [
+        "ths",
+        0.0
+      ],
+      [
+        "ordon",
+        0.0
+      ],
+      [
+        "▁pocket",
+        0.0
+      ],
+      [
+        "▁Inv",
+        0.0
+      ],
+      [
+        "Download",
+        0.0
+      ],
+      [
+        "▁Crime",
+        0.0
+      ],
+      [
+        "▁bene",
+        0.0
+      ],
+      [
+        "▁Guide",
+        0.0
+      ],
+      [
+        "▁Assembly",
+        0.0
+      ],
+      [
+        "▁parameters",
+        0.0
+      ],
+      [
+        "IE",
+        0.0
+      ],
+      [
+        "▁Alexander",
+        0.0
+      ],
+      [
+        "▁concert",
+        0.0
+      ],
+      [
+        "▁Sche",
+        0.0
+      ],
+      [
+        "▁shoes",
+        0.0
+      ],
+      [
+        "▁visiting",
+        0.0
+      ],
+      [
+        "▁recall",
+        0.0
+      ],
+      [
+        "▁bub",
+        0.0
+      ],
+      [
+        "▁rural",
+        0.0
+      ],
+      [
+        "▁concrete",
+        0.0
+      ],
+      [
+        "▁Ros",
+        0.0
+      ],
+      [
+        "Next",
+        0.0
+      ],
+      [
+        "Russ",
+        0.0
+      ],
+      [
+        "▁loans",
+        0.0
+      ],
+      [
+        "▁Shield",
+        0.0
+      ],
+      [
+        "▁trem",
+        0.0
+      ],
+      [
+        "hemat",
+        0.0
+      ],
+      [
+        "kg",
+        0.0
+      ],
+      [
+        "▁Harris",
+        0.0
+      ],
+      [
+        "isition",
+        0.0
+      ],
+      [
+        "▁Move",
+        0.0
+      ],
+      [
+        "▁FC",
+        0.0
+      ],
+      [
+        "▁fate",
+        0.0
+      ],
+      [
+        "▁Cho",
+        0.0
+      ],
+      [
+        "▁tired",
+        0.0
+      ],
+      [
+        "▁principal",
+        0.0
+      ],
+      [
+        "hist",
+        0.0
+      ],
+      [
+        "iences",
+        0.0
+      ],
+      [
+        "athy",
+        0.0
+      ],
+      [
+        "▁sevent",
+        0.0
+      ],
+      [
+        "▁mood",
+        0.0
+      ],
+      [
+        "▁strategic",
+        0.0
+      ],
+      [
+        "▁diseases",
+        0.0
+      ],
+      [
+        "▁forum",
+        0.0
+      ],
+      [
+        "▁tempor",
+        0.0
+      ],
+      [
+        "▁headquarters",
+        0.0
+      ],
+      [
+        "Par",
+        0.0
+      ],
+      [
+        "ige",
+        0.0
+      ],
+      [
+        "flix",
+        0.0
+      ],
+      [
+        "▁guitar",
+        0.0
+      ],
+      [
+        "▁94",
+        0.0
+      ],
+      [
+        "Only",
+        0.0
+      ],
+      [
+        "▁releases",
+        0.0
+      ],
+      [
+        "roph",
+        0.0
+      ],
+      [
+        "================================",
+        0.0
+      ],
+      [
+        "▁600",
+        0.0
+      ],
+      [
+        "▁Continue",
+        0.0
+      ],
+      [
+        "igate",
+        0.0
+      ],
+      [
+        "▁Crit",
+        0.0
+      ],
+      [
+        "system",
+        0.0
+      ],
+      [
+        "▁disabled",
+        0.0
+      ],
+      [
+        "▁unexpected",
+        0.0
+      ],
+      [
+        "ithub",
+        0.0
+      ],
+      [
+        "▁unclear",
+        0.0
+      ],
+      [
+        "▁Est",
+        0.0
+      ],
+      [
+        "▁contrad",
+        0.0
+      ],
+      [
+        "▁strategies",
+        0.0
+      ],
+      [
+        "ventures",
+        0.0
+      ],
+      [
+        "▁passage",
+        0.0
+      ],
+      [
+        "AME",
+        0.0
+      ],
+      [
+        "▁improving",
+        0.0
+      ],
+      [
+        "▁reveals",
+        0.0
+      ],
+      [
+        "▁decrease",
+        0.0
+      ],
+      [
+        "ova",
+        0.0
+      ],
+      [
+        "▁annoy",
+        0.0
+      ],
+      [
+        "▁Short",
+        0.0
+      ],
+      [
+        "▁Library",
+        0.0
+      ],
+      [
+        "▁cyber",
+        0.0
+      ],
+      [
+        "nell",
+        0.0
+      ],
+      [
+        "▁Hur",
+        0.0
+      ],
+      [
+        "▁CB",
+        0.0
+      ],
+      [
+        "▁photograp",
+        0.0
+      ],
+      [
+        "UI",
+        0.0
+      ],
+      [
+        "▁sed",
+        0.0
+      ],
+      [
+        "Ge",
+        0.0
+      ],
+      [
+        "▁87",
+        0.0
+      ],
+      [
+        "▁diverse",
+        0.0
+      ],
+      [
+        "▁encouraged",
+        0.0
+      ],
+      [
+        "▁conspiracy",
+        0.0
+      ],
+      [
+        "▁birds",
+        0.0
+      ],
+      [
+        "▁operator",
+        0.0
+      ],
+      [
+        "▁handful",
+        0.0
+      ],
+      [
+        "▁classified",
+        0.0
+      ],
+      [
+        "?)",
+        0.0
+      ],
+      [
+        "▁dramatic",
+        0.0
+      ],
+      [
+        "▁investigators",
+        0.0
+      ],
+      [
+        "ito",
+        0.0
+      ],
+      [
+        "▁widespread",
+        0.0
+      ],
+      [
+        "▁Room",
+        0.0
+      ],
+      [
+        "----------------------------------------------------------------",
+        0.0
+      ],
+      [
+        "▁collective",
+        0.0
+      ],
+      [
+        "▁journalist",
+        0.0
+      ],
+      [
+        "String",
+        0.0
+      ],
+      [
+        "▁temperatures",
+        0.0
+      ],
+      [
+        "ila",
+        0.0
+      ],
+      [
+        "▁guid",
+        0.0
+      ],
+      [
+        "▁inspect",
+        0.0
+      ],
+      [
+        "▁missile",
+        0.0
+      ],
+      [
+        "▁Mayor",
+        0.0
+      ],
+      [
+        "▁manual",
+        0.0
+      ],
+      [
+        "▁simultane",
+        0.0
+      ],
+      [
+        "▁ratings",
+        0.0
+      ],
+      [
+        "▁suck",
+        0.0
+      ],
+      [
+        "▁97",
+        0.0
+      ],
+      [
+        "▁universal",
+        0.0
+      ],
+      [
+        "▁pharm",
+        0.0
+      ],
+      [
+        "▁disrupt",
+        0.0
+      ],
+      [
+        "iano",
+        0.0
+      ],
+      [
+        "AV",
+        0.0
+      ],
+      [
+        "▁ft",
+        0.0
+      ],
+      [
+        "▁statist",
+        0.0
+      ],
+      [
+        "olds",
+        0.0
+      ],
+      [
+        "▁Walker",
+        0.0
+      ],
+      [
+        "php",
+        0.0
+      ],
+      [
+        "▁undert",
+        0.0
+      ],
+      [
+        "▁Las",
+        0.0
+      ],
+      [
+        "ishop",
+        0.0
+      ],
+      [
+        "ntil",
+        0.0
+      ],
+      [
+        "reshold",
+        0.0
+      ],
+      [
+        "▁Whether",
+        0.0
+      ],
+      [
+        "Ms",
+        0.0
+      ],
+      [
+        "▁deny",
+        0.0
+      ],
+      [
+        "▁Cloud",
+        0.0
+      ],
+      [
+        "▁provider",
+        0.0
+      ],
+      [
+        "▁surviv",
+        0.0
+      ],
+      [
+        "▁Update",
+        0.0
+      ],
+      [
+        "has",
+        0.0
+      ],
+      [
+        "▁mistakes",
+        0.0
+      ],
+      [
+        "charge",
+        0.0
+      ],
+      [
+        "pled",
+        0.0
+      ],
+      [
+        "rity",
+        0.0
+      ],
+      [
+        "▁node",
+        0.0
+      ],
+      [
+        "▁Massachusetts",
+        0.0
+      ],
+      [
+        "ools",
+        0.0
+      ],
+      [
+        "lication",
+        0.0
+      ],
+      [
+        "▁fails",
+        0.0
+      ],
+      [
+        "emale",
+        0.0
+      ],
+      [
+        "ori",
+        0.0
+      ],
+      [
+        "backs",
+        0.0
+      ],
+      [
+        "▁shirt",
+        0.0
+      ],
+      [
+        "▁''",
+        0.0
+      ],
+      [
+        "▁NAT",
+        0.0
+      ],
+      [
+        "▁waters",
+        0.0
+      ],
+      [
+        "elson",
+        0.0
+      ],
+      [
+        "▁ease",
+        0.0
+      ],
+      [
+        "▁scar",
+        0.0
+      ],
+      [
+        "▁contents",
+        0.0
+      ],
+      [
+        "mind",
+        0.0
+      ],
+      [
+        "▁contribution",
+        0.0
+      ],
+      [
+        "▁shr",
+        0.0
+      ],
+      [
+        "▁handed",
+        0.0
+      ],
+      [
+        "▁stability",
+        0.0
+      ],
+      [
+        "▁trave",
+        0.0
+      ],
+      [
+        "Em",
+        0.0
+      ],
+      [
+        "▁mirror",
+        0.0
+      ],
+      [
+        "123",
+        0.0
+      ],
+      [
+        "▁weigh",
+        0.0
+      ],
+      [
+        "▁fiction",
+        0.0
+      ],
+      [
+        "ouver",
+        0.0
+      ],
+      [
+        "istant",
+        0.0
+      ],
+      [
+        "rition",
+        0.0
+      ],
+      [
+        "▁Fed",
+        0.0
+      ],
+      [
+        "▁physically",
+        0.0
+      ],
+      [
+        "▁stake",
+        0.0
+      ],
+      [
+        "▁Article",
+        0.0
+      ],
+      [
+        "▁Arc",
+        0.0
+      ],
+      [
+        "▁Lewis",
+        0.0
+      ],
+      [
+        "▁Mind",
+        0.0
+      ],
+      [
+        "▁demonstrate",
+        0.0
+      ],
+      [
+        "▁profits",
+        0.0
+      ],
+      [
+        "vision",
+        0.0
+      ],
+      [
+        "omic",
+        0.0
+      ],
+      [
+        "olid",
+        0.0
+      ],
+      [
+        "▁battles",
+        0.0
+      ],
+      [
+        "▁drives",
+        0.0
+      ],
+      [
+        "▁eastern",
+        0.0
+      ],
+      [
+        "▁Sony",
+        0.0
+      ],
+      [
+        "!!!",
+        0.0
+      ],
+      [
+        "aration",
+        0.0
+      ],
+      [
+        "vard",
+        0.0
+      ],
+      [
+        "▁GL",
+        0.0
+      ],
+      [
+        "portation",
+        0.0
+      ],
+      [
+        "▁92",
+        0.0
+      ],
+      [
+        "▁lawmakers",
+        0.0
+      ],
+      [
+        "▁protecting",
+        0.0
+      ],
+      [
+        "▁EPA",
+        0.0
+      ],
+      [
+        "▁yeah",
+        0.0
+      ],
+      [
+        "▁shame",
+        0.0
+      ],
+      [
+        "olph",
+        0.0
+      ],
+      [
+        "even",
+        0.0
+      ],
+      [
+        "xit",
+        0.0
+      ],
+      [
+        "▁attach",
+        0.0
+      ],
+      [
+        "▁representing",
+        0.0
+      ],
+      [
+        "▁obs",
+        0.0
+      ],
+      [
+        "▁Utah",
+        0.0
+      ],
+      [
+        "iffs",
+        0.0
+      ],
+      [
+        "▁Freedom",
+        0.0
+      ],
+      [
+        "ó",
+        0.0
+      ],
+      [
+        "AK",
+        0.0
+      ],
+      [
+        "▁incidents",
+        0.0
+      ],
+      [
+        "itage",
+        0.0
+      ],
+      [
+        "▁viewers",
+        0.0
+      ],
+      [
+        "cd",
+        0.0
+      ],
+      [
+        "▁mouse",
+        0.0
+      ],
+      [
+        "▁clar",
+        0.0
+      ],
+      [
+        "▁accordance",
+        0.0
+      ],
+      [
+        "▁bot",
+        0.0
+      ],
+      [
+        "cor",
+        0.0
+      ],
+      [
+        "▁Summer",
+        0.0
+      ],
+      [
+        "held",
+        0.0
+      ],
+      [
+        "▁innocent",
+        0.0
+      ],
+      [
+        "▁initiative",
+        0.0
+      ],
+      [
+        "ols",
+        0.0
+      ],
+      [
+        "________________________________",
+        0.0
+      ],
+      [
+        "▁spots",
+        0.0
+      ],
+      [
+        "pace",
+        0.0
+      ],
+      [
+        "▁conventional",
+        0.0
+      ],
+      [
+        "▁corporations",
+        0.0
+      ],
+      [
+        "▁blocked",
+        0.0
+      ],
+      [
+        "HD",
+        0.0
+      ],
+      [
+        "attered",
+        0.0
+      ],
+      [
+        "▁refers",
+        0.0
+      ],
+      [
+        "▁buck",
+        0.0
+      ],
+      [
+        "▁Digital",
+        0.0
+      ],
+      [
+        "120",
+        0.0
+      ],
+      [
+        "▁topics",
+        0.0
+      ],
+      [
+        "TF",
+        0.0
+      ],
+      [
+        "Äģ",
+        0.0
+      ],
+      [
+        "brid",
+        0.0
+      ],
+      [
+        "reement",
+        0.0
+      ],
+      [
+        "▁underlying",
+        0.0
+      ],
+      [
+        "▁Member",
+        0.0
+      ],
+      [
+        "▁investigating",
+        0.0
+      ],
+      [
+        "▁pregnancy",
+        0.0
+      ],
+      [
+        "▁touchdown",
+        0.0
+      ],
+      [
+        "▁Band",
+        0.0
+      ],
+      [
+        "▁Caller",
+        0.0
+      ],
+      [
+        "▁instances",
+        0.0
+      ],
+      [
+        "PP",
+        0.0
+      ],
+      [
+        "wa",
+        0.0
+      ],
+      [
+        "Good",
+        0.0
+      ],
+      [
+        "▁1991",
+        0.0
+      ],
+      [
+        "▁Cold",
+        0.0
+      ],
+      [
+        "▁fears",
+        0.0
+      ],
+      [
+        "▁remarks",
+        0.0
+      ],
+      [
+        "ĨĴ",
+        0.0
+      ],
+      [
+        "atal",
+        0.0
+      ],
+      [
+        "▁mit",
+        0.0
+      ],
+      [
+        "▁experiments",
+        0.0
+      ],
+      [
+        "ipt",
+        0.0
+      ],
+      [
+        "Color",
+        0.0
+      ],
+      [
+        "indu",
+        0.0
+      ],
+      [
+        "Update",
+        0.0
+      ],
+      [
+        "▁93",
+        0.0
+      ],
+      [
+        "Ag",
+        0.0
+      ],
+      [
+        "▁å",
+        0.0
+      ],
+      [
+        "ancouver",
+        0.0
+      ],
+      [
+        "Both",
+        0.0
+      ],
+      [
+        "▁judges",
+        0.0
+      ],
+      [
+        "Object",
+        0.0
+      ],
+      [
+        "▁stere",
+        0.0
+      ],
+      [
+        "umbn",
+        0.0
+      ],
+      [
+        "▁participation",
+        0.0
+      ],
+      [
+        "▁Stars",
+        0.0
+      ],
+      [
+        "▁Jere",
+        0.0
+      ],
+      [
+        "▁weekly",
+        0.0
+      ],
+      [
+        "▁Ban",
+        0.0
+      ],
+      [
+        "▁conversations",
+        0.0
+      ],
+      [
+        "▁Pitt",
+        0.0
+      ],
+      [
+        "uz",
+        0.0
+      ],
+      [
+        "▁Indiana",
+        0.0
+      ],
+      [
+        "▁Kick",
+        0.0
+      ],
+      [
+        "▁infection",
+        0.0
+      ],
+      [
+        "▁heroes",
+        0.0
+      ],
+      [
+        "▁settled",
+        0.0
+      ],
+      [
+        "▁strip",
+        0.0
+      ],
+      [
+        "▁hal",
+        0.0
+      ],
+      [
+        "▁dump",
+        0.0
+      ],
+      [
+        "▁Sci",
+        0.0
+      ],
+      [
+        "▁les",
+        0.0
+      ],
+      [
+        "▁references",
+        0.0
+      ],
+      [
+        "▁URL",
+        0.0
+      ],
+      [
+        "▁Bridge",
+        0.0
+      ],
+      [
+        "▁wanting",
+        0.0
+      ],
+      [
+        "Force",
+        0.0
+      ],
+      [
+        "▁exclus",
+        0.0
+      ],
+      [
+        "Meanwhile",
+        0.0
+      ],
+      [
+        "mn",
+        0.0
+      ],
+      [
+        "▁gentle",
+        0.0
+      ],
+      [
+        "maker",
+        0.0
+      ],
+      [
+        "senal",
+        0.0
+      ],
+      [
+        "▁Gro",
+        0.0
+      ],
+      [
+        "ouri",
+        0.0
+      ],
+      [
+        "▁Rain",
+        0.0
+      ],
+      [
+        "▁Alliance",
+        0.0
+      ],
+      [
+        "▁lift",
+        0.0
+      ],
+      [
+        "ela",
+        0.0
+      ],
+      [
+        "SD",
+        0.0
+      ],
+      [
+        "▁Cleveland",
+        0.0
+      ],
+      [
+        "▁ranked",
+        0.0
+      ],
+      [
+        "▁stadium",
+        0.0
+      ],
+      [
+        "▁deadly",
+        0.0
+      ],
+      [
+        "ä¸",
+        0.0
+      ],
+      [
+        "▁riding",
+        0.0
+      ],
+      [
+        "aria",
+        0.0
+      ],
+      [
+        "���Armor",
+        0.0
+      ],
+      [
+        "▁documentation",
+        0.0
+      ],
+      [
+        "▁Greece",
+        0.0
+      ],
+      [
+        "reek",
+        0.0
+      ],
+      [
+        "▁lens",
+        0.0
+      ],
+      [
+        "▁Sa",
+        0.0
+      ],
+      [
+        "▁gross",
+        0.0
+      ],
+      [
+        "▁Emer",
+        0.0
+      ],
+      [
+        "agers",
+        0.0
+      ],
+      [
+        "▁Dub",
+        0.0
+      ],
+      [
+        "▁Rh",
+        0.0
+      ],
+      [
+        "▁AMD",
+        0.0
+      ],
+      [
+        "▁arrival",
+        0.0
+      ],
+      [
+        "▁desert",
+        0.0
+      ],
+      [
+        "▁supplement",
+        0.0
+      ],
+      [
+        "▁Resp",
+        0.0
+      ],
+      [
+        "▁knee",
+        0.0
+      ],
+      [
+        "▁margin",
+        0.0
+      ],
+      [
+        "font",
+        0.0
+      ],
+      [
+        "ogg",
+        0.0
+      ],
+      [
+        "2010",
+        0.0
+      ],
+      [
+        "▁Pir",
+        0.0
+      ],
+      [
+        "▁Prom",
+        0.0
+      ],
+      [
+        "ivals",
+        0.0
+      ],
+      [
+        "▁intake",
+        0.0
+      ],
+      [
+        "▁differently",
+        0.0
+      ],
+      [
+        "ugs",
+        0.0
+      ],
+      [
+        "▁bits",
+        0.0
+      ],
+      [
+        "cluded",
+        0.0
+      ],
+      [
+        "▁searching",
+        0.0
+      ],
+      [
+        "▁Du",
+        0.0
+      ],
+      [
+        "umble",
+        0.0
+      ],
+      [
+        "▁functional",
+        0.0
+      ],
+      [
+        "▁Baltimore",
+        0.0
+      ],
+      [
+        "▁Could",
+        0.0
+      ],
+      [
+        "▁desired",
+        0.0
+      ],
+      [
+        "▁circuit",
+        0.0
+      ],
+      [
+        "▁Lyn",
+        0.0
+      ],
+      [
+        "▁GO",
+        0.0
+      ],
+      [
+        "▁False",
+        0.0
+      ],
+      [
+        "repre",
+        0.0
+      ],
+      [
+        "':",
+        0.0
+      ],
+      [
+        "alties",
+        0.0
+      ],
+      [
+        "▁minim",
+        0.0
+      ],
+      [
+        "▁drove",
+        0.0
+      ],
+      [
+        "▁Should",
+        0.0
+      ],
+      [
+        "▁hip",
+        0.0
+      ],
+      [
+        "▁pros",
+        0.0
+      ],
+      [
+        "▁utility",
+        0.0
+      ],
+      [
+        "▁Nature",
+        0.0
+      ],
+      [
+        "▁Mode",
+        0.0
+      ],
+      [
+        "President",
+        0.0
+      ],
+      [
+        "opp",
+        0.0
+      ],
+      [
+        "rat",
+        0.0
+      ],
+      [
+        "formance",
+        0.0
+      ],
+      [
+        "▁concentration",
+        0.0
+      ],
+      [
+        "▁font",
+        0.0
+      ],
+      [
+        "▁Bud",
+        0.0
+      ],
+      [
+        "▁amid",
+        0.0
+      ],
+      [
+        "▁revers",
+        0.0
+      ],
+      [
+        "▁ML",
+        0.0
+      ],
+      [
+        "Bar",
+        0.0
+      ],
+      [
+        "▁interaction",
+        0.0
+      ],
+      [
+        "▁jurisd",
+        0.0
+      ],
+      [
+        "▁spells",
+        0.0
+      ],
+      [
+        "dep",
+        0.0
+      ],
+      [
+        "fil",
+        0.0
+      ],
+      [
+        "▁civilians",
+        0.0
+      ],
+      [
+        "utter",
+        0.0
+      ],
+      [
+        "▁Cooper",
+        0.0
+      ],
+      [
+        "▁Below",
+        0.0
+      ],
+      [
+        "▁entrance",
+        0.0
+      ],
+      [
+        "▁convert",
+        0.0
+      ],
+      [
+        "▁controversy",
+        0.0
+      ],
+      [
+        "owered",
+        0.0
+      ],
+      [
+        "▁contrary",
+        0.0
+      ],
+      [
+        "▁arc",
+        0.0
+      ],
+      [
+        "▁Executive",
+        0.0
+      ],
+      [
+        "▁Officer",
+        0.0
+      ],
+      [
+        "▁packages",
+        0.0
+      ],
+      [
+        "▁progressive",
+        0.0
+      ],
+      [
+        "width",
+        0.0
+      ],
+      [
+        "▁reserved",
+        0.0
+      ],
+      [
+        "vol",
+        0.0
+      ],
+      [
+        "▁Samsung",
+        0.0
+      ],
+      [
+        "▁printed",
+        0.0
+      ],
+      [
+        "▁centers",
+        0.0
+      ],
+      [
+        "▁introduce",
+        0.0
+      ],
+      [
+        "▁Kennedy",
+        0.0
+      ],
+      [
+        "▁odds",
+        0.0
+      ],
+      [
+        "▁surely",
+        0.0
+      ],
+      [
+        "▁independence",
+        0.0
+      ],
+      [
+        "▁passengers",
+        0.0
+      ],
+      [
+        "reprene",
+        0.0
+      ],
+      [
+        "▁Beh",
+        0.0
+      ],
+      [
+        "▁loves",
+        0.0
+      ],
+      [
+        "▁ESPN",
+        0.0
+      ],
+      [
+        "▁facilit",
+        0.0
+      ],
+      [
+        "▁identical",
+        0.0
+      ],
+      [
+        "▁doct",
+        0.0
+      ],
+      [
+        "▁partnership",
+        0.0
+      ],
+      [
+        "conf",
+        0.0
+      ],
+      [
+        "▁Hide",
+        0.0
+      ],
+      [
+        "▁confused",
+        0.0
+      ],
+      [
+        "▁Cow",
+        0.0
+      ],
+      [
+        "Men",
+        0.0
+      ],
+      [
+        "▁wrest",
+        0.0
+      ],
+      [
+        "▁Iraqi",
+        0.0
+      ],
+      [
+        "▁holes",
+        0.0
+      ],
+      [
+        "▁Studies",
+        0.0
+      ],
+      [
+        "▁pregnant",
+        0.0
+      ],
+      [
+        "hard",
+        0.0
+      ],
+      [
+        "▁signals",
+        0.0
+      ],
+      [
+        "IX",
+        0.0
+      ],
+      [
+        "▁pulling",
+        0.0
+      ],
+      [
+        "▁graduate",
+        0.0
+      ],
+      [
+        "▁nominee",
+        0.0
+      ],
+      [
+        "Date",
+        0.0
+      ],
+      [
+        "▁permitted",
+        0.0
+      ],
+      [
+        "▁âĤ¬",
+        0.0
+      ],
+      [
+        "▁Oklahoma",
+        0.0
+      ],
+      [
+        "Start",
+        0.0
+      ],
+      [
+        "▁authorized",
+        0.0
+      ],
+      [
+        "▁alarm",
+        0.0
+      ],
+      [
+        "▁Cos",
+        0.0
+      ],
+      [
+        "van",
+        0.0
+      ],
+      [
+        "▁generations",
+        0.0
+      ],
+      [
+        "cular",
+        0.0
+      ],
+      [
+        "▁dragon",
+        0.0
+      ],
+      [
+        "▁Software",
+        0.0
+      ],
+      [
+        "▁Edward",
+        0.0
+      ],
+      [
+        "▁controller",
+        0.0
+      ],
+      [
+        "Sen",
+        0.0
+      ],
+      [
+        "gered",
+        0.0
+      ],
+      [
+        "▁Vik",
+        0.0
+      ],
+      [
+        "▁approached",
+        0.0
+      ],
+      [
+        "Thank",
+        0.0
+      ],
+      [
+        "▁cance",
+        0.0
+      ],
+      [
+        "▁formula",
+        0.0
+      ],
+      [
+        "▁Small",
+        0.0
+      ],
+      [
+        "▁weakness",
+        0.0
+      ],
+      [
+        "▁ramp",
+        0.0
+      ],
+      [
+        "itudes",
+        0.0
+      ],
+      [
+        "jud",
+        0.0
+      ],
+      [
+        "▁brilliant",
+        0.0
+      ],
+      [
+        "▁accus",
+        0.0
+      ],
+      [
+        "source",
+        0.0
+      ],
+      [
+        "▁800",
+        0.0
+      ],
+      [
+        "▁Evil",
+        0.0
+      ],
+      [
+        "Sw",
+        0.0
+      ],
+      [
+        "▁homeless",
+        0.0
+      ],
+      [
+        "week",
+        0.0
+      ],
+      [
+        "iens",
+        0.0
+      ],
+      [
+        "rics",
+        0.0
+      ],
+      [
+        "▁Third",
+        0.0
+      ],
+      [
+        "TO",
+        0.0
+      ],
+      [
+        "▁organic",
+        0.0
+      ],
+      [
+        "▁presentation",
+        0.0
+      ],
+      [
+        "agh",
+        0.0
+      ],
+      [
+        "▁Download",
+        0.0
+      ],
+      [
+        "vation",
+        0.0
+      ],
+      [
+        "▁assembly",
+        0.0
+      ],
+      [
+        "orable",
+        0.0
+      ],
+      [
+        "holders",
+        0.0
+      ],
+      [
+        "▁Bernie",
+        0.0
+      ],
+      [
+        "▁Help",
+        0.0
+      ],
+      [
+        "▁tong",
+        0.0
+      ],
+      [
+        "▁Fight",
+        0.0
+      ],
+      [
+        "▁beach",
+        0.0
+      ],
+      [
+        "Book",
+        0.0
+      ],
+      [
+        "▁Lic",
+        0.0
+      ],
+      [
+        "▁rush",
+        0.0
+      ],
+      [
+        "▁Round",
+        0.0
+      ],
+      [
+        "oup",
+        0.0
+      ],
+      [
+        "▁Marx",
+        0.0
+      ],
+      [
+        "▁calculated",
+        0.0
+      ],
+      [
+        "▁Devil",
+        0.0
+      ],
+      [
+        "▁Sarah",
+        0.0
+      ],
+      [
+        "▁occasionally",
+        0.0
+      ],
+      [
+        "▁bullet",
+        0.0
+      ],
+      [
+        "Available",
+        0.0
+      ],
+      [
+        "gate",
+        0.0
+      ],
+      [
+        "▁91",
+        0.0
+      ],
+      [
+        "▁hosp",
+        0.0
+      ],
+      [
+        "▁promises",
+        0.0
+      ],
+      [
+        "▁HIV",
+        0.0
+      ],
+      [
+        "▁Stadium",
+        0.0
+      ],
+      [
+        "▁Stock",
+        0.0
+      ],
+      [
+        "▁Corporation",
+        0.0
+      ],
+      [
+        "gage",
+        0.0
+      ],
+      [
+        "NG",
+        0.0
+      ],
+      [
+        "▁Credit",
+        0.0
+      ],
+      [
+        "▁sne",
+        0.0
+      ],
+      [
+        "ibl",
+        0.0
+      ],
+      [
+        "▁accum",
+        0.0
+      ],
+      [
+        "such",
+        0.0
+      ],
+      [
+        "▁terrorists",
+        0.0
+      ],
+      [
+        "▁consciousness",
+        0.0
+      ],
+      [
+        "▁Zh",
+        0.0
+      ],
+      [
+        "▁drama",
+        0.0
+      ],
+      [
+        "oola",
+        0.0
+      ],
+      [
+        "piration",
+        0.0
+      ],
+      [
+        "▁labour",
+        0.0
+      ],
+      [
+        "▁Nin",
+        0.0
+      ],
+      [
+        "▁utter",
+        0.0
+      ],
+      [
+        "▁democratic",
+        0.0
+      ],
+      [
+        "▁assass",
+        0.0
+      ],
+      [
+        "ilation",
+        0.0
+      ],
+      [
+        "▁gest",
+        0.0
+      ],
+      [
+        "▁abroad",
+        0.0
+      ],
+      [
+        "▁metab",
+        0.0
+      ],
+      [
+        "▁sorts",
+        0.0
+      ],
+      [
+        "▁flav",
+        0.0
+      ],
+      [
+        "UB",
+        0.0
+      ],
+      [
+        "▁mg",
+        0.0
+      ],
+      [
+        "▁Nothing",
+        0.0
+      ],
+      [
+        "▁Od",
+        0.0
+      ],
+      [
+        "▁musical",
+        0.0
+      ],
+      [
+        "2009",
+        0.0
+      ],
+      [
+        "▁drops",
+        0.0
+      ],
+      [
+        "ocated",
+        0.0
+      ],
+      [
+        "ateral",
+        0.0
+      ],
+      [
+        "000000",
+        0.0
+      ],
+      [
+        "▁gre",
+        0.0
+      ],
+      [
+        "▁equality",
+        0.0
+      ],
+      [
+        "▁burden",
+        0.0
+      ],
+      [
+        "▁vig",
+        0.0
+      ],
+      [
+        "▁Leader",
+        0.0
+      ],
+      [
+        "------------",
+        0.0
+      ],
+      [
+        "▁ceremony",
+        0.0
+      ],
+      [
+        "▁fighter",
+        0.0
+      ],
+      [
+        "▁actors",
+        0.0
+      ],
+      [
+        "▁æ",
+        0.0
+      ],
+      [
+        "aman",
+        0.0
+      ],
+      [
+        "Fi",
+        0.0
+      ],
+      [
+        "▁align",
+        0.0
+      ],
+      [
+        "puter",
+        0.0
+      ],
+      [
+        "▁elder",
+        0.0
+      ],
+      [
+        "▁NSA",
+        0.0
+      ],
+      [
+        "▁representation",
+        0.0
+      ],
+      [
+        "▁Ontario",
+        0.0
+      ],
+      [
+        "ITH",
+        0.0
+      ],
+      [
+        "usalem",
+        0.0
+      ],
+      [
+        "▁harassment",
+        0.0
+      ],
+      [
+        "itzer",
+        0.0
+      ],
+      [
+        "▁symp",
+        0.0
+      ],
+      [
+        "▁boxes",
+        0.0
+      ],
+      [
+        "▁DR",
+        0.0
+      ],
+      [
+        "▁manifest",
+        0.0
+      ],
+      [
+        "atre",
+        0.0
+      ],
+      [
+        "▁^",
+        0.0
+      ],
+      [
+        "▁dies",
+        0.0
+      ],
+      [
+        "leton",
+        0.0
+      ],
+      [
+        "▁missions",
+        0.0
+      ],
+      [
+        "ethe",
+        0.0
+      ],
+      [
+        "▁resolve",
+        0.0
+      ],
+      [
+        "▁followers",
+        0.0
+      ],
+      [
+        "▁asc",
+        0.0
+      ],
+      [
+        "▁km",
+        0.0
+      ],
+      [
+        "lord",
+        0.0
+      ],
+      [
+        "ammed",
+        0.0
+      ],
+      [
+        "▁silent",
+        0.0
+      ],
+      [
+        "▁Associated",
+        0.0
+      ],
+      [
+        "▁timing",
+        0.0
+      ],
+      [
+        "▁prisoners",
+        0.0
+      ],
+      [
+        "▁Kings",
+        0.0
+      ],
+      [
+        "▁Five",
+        0.0
+      ],
+      [
+        "▁tower",
+        0.0
+      ],
+      [
+        "▁approaches",
+        0.0
+      ],
+      [
+        "▁precisely",
+        0.0
+      ],
+      [
+        "▁bureau",
+        0.0
+      ],
+      [
+        "▁Mother",
+        0.0
+      ],
+      [
+        "▁Iss",
+        0.0
+      ],
+      [
+        "▁keyboard",
+        0.0
+      ],
+      [
+        "itual",
+        0.0
+      ],
+      [
+        "▁funded",
+        0.0
+      ],
+      [
+        "▁staying",
+        0.0
+      ],
+      [
+        "▁psychological",
+        0.0
+      ],
+      [
+        "▁mile",
+        0.0
+      ],
+      [
+        "▁Leon",
+        0.0
+      ],
+      [
+        "▁Barb",
+        0.0
+      ],
+      [
+        "will",
+        0.0
+      ],
+      [
+        "▁wider",
+        0.0
+      ],
+      [
+        "▁Atlantic",
+        0.0
+      ],
+      [
+        "▁till",
+        0.0
+      ],
+      [
+        "▁Rome",
+        0.0
+      ],
+      [
+        "rot",
+        0.0
+      ],
+      [
+        "▁accompan",
+        0.0
+      ],
+      [
+        "▁flour",
+        0.0
+      ],
+      [
+        "aco",
+        0.0
+      ],
+      [
+        "World",
+        0.0
+      ],
+      [
+        "▁Express",
+        0.0
+      ],
+      [
+        "▁Yu",
+        0.0
+      ],
+      [
+        "Cor",
+        0.0
+      ],
+      [
+        "▁pleased",
+        0.0
+      ],
+      [
+        "party",
+        0.0
+      ],
+      [
+        "▁pointing",
+        0.0
+      ],
+      [
+        "▁inflation",
+        0.0
+      ],
+      [
+        "▁roy",
+        0.0
+      ],
+      [
+        "▁),",
+        0.0
+      ],
+      [
+        "ainer",
+        0.0
+      ],
+      [
+        "▁wedding",
+        0.0
+      ],
+      [
+        "ormon",
+        0.0
+      ],
+      [
+        "▁requiring",
+        0.0
+      ],
+      [
+        "▁qualified",
+        0.0
+      ],
+      [
+        "▁segment",
+        0.0
+      ],
+      [
+        "END",
+        0.0
+      ],
+      [
+        "▁sizes",
+        0.0
+      ],
+      [
+        "eals",
+        0.0
+      ],
+      [
+        "▁corrupt",
+        0.0
+      ],
+      [
+        "assador",
+        0.0
+      ],
+      [
+        "▁celeb",
+        0.0
+      ],
+      [
+        "▁dreams",
+        0.0
+      ],
+      [
+        "▁Mess",
+        0.0
+      ],
+      [
+        "▁checking",
+        0.0
+      ],
+      [
+        "▁Version",
+        0.0
+      ],
+      [
+        "▁preparing",
+        0.0
+      ],
+      [
+        "▁actively",
+        0.0
+      ],
+      [
+        "▁Diff",
+        0.0
+      ],
+      [
+        "▁lux",
+        0.0
+      ],
+      [
+        "▁Winter",
+        0.0
+      ],
+      [
+        "acteria",
+        0.0
+      ],
+      [
+        "▁NE",
+        0.0
+      ],
+      [
+        "▁deputy",
+        0.0
+      ],
+      [
+        "▁transgender",
+        0.0
+      ],
+      [
+        "▁summary",
+        0.0
+      ],
+      [
+        "▁inher",
+        0.0
+      ],
+      [
+        "eries",
+        0.0
+      ],
+      [
+        "char",
+        0.0
+      ],
+      [
+        "▁Yan",
+        0.0
+      ],
+      [
+        "▁knock",
+        0.0
+      ],
+      [
+        "▁Path",
+        0.0
+      ],
+      [
+        "▁lip",
+        0.0
+      ],
+      [
+        "roller",
+        0.0
+      ],
+      [
+        "▁impression",
+        0.0
+      ],
+      [
+        "▁celebrate",
+        0.0
+      ],
+      [
+        "▁slide",
+        0.0
+      ],
+      [
+        "▁guests",
+        0.0
+      ],
+      [
+        "▁clip",
+        0.0
+      ],
+      [
+        "FS",
+        0.0
+      ],
+      [
+        "▁savings",
+        0.0
+      ],
+      [
+        "▁captain",
+        0.0
+      ],
+      [
+        "▁legacy",
+        0.0
+      ],
+      [
+        "▁Denver",
+        0.0
+      ],
+      [
+        "▁wounded",
+        0.0
+      ],
+      [
+        "taboola",
+        0.0
+      ],
+      [
+        "ACT",
+        0.0
+      ],
+      [
+        "▁pursue",
+        0.0
+      ],
+      [
+        "▁oxy",
+        0.0
+      ],
+      [
+        "▁q",
+        0.0
+      ],
+      [
+        "▁semi",
+        0.0
+      ],
+      [
+        "▁Need",
+        0.0
+      ],
+      [
+        "▁Affairs",
+        0.0
+      ],
+      [
+        "▁obsc",
+        0.0
+      ],
+      [
+        "▁checked",
+        0.0
+      ],
+      [
+        "▁dual",
+        0.0
+      ],
+      [
+        "Code",
+        0.0
+      ],
+      [
+        "▁MD",
+        0.0
+      ],
+      [
+        "lem",
+        0.0
+      ],
+      [
+        "ulty",
+        0.0
+      ],
+      [
+        "▁©",
+        0.0
+      ],
+      [
+        "▁Elizabeth",
+        0.0
+      ],
+      [
+        "▁centuries",
+        0.0
+      ],
+      [
+        "arded",
+        0.0
+      ],
+      [
+        "src",
+        0.0
+      ],
+      [
+        "▁evident",
+        0.0
+      ],
+      [
+        "ennis",
+        0.0
+      ],
+      [
+        "atin",
+        0.0
+      ],
+      [
+        "▁unemployment",
+        0.0
+      ],
+      [
+        "▁Mario",
+        0.0
+      ],
+      [
+        "▁intim",
+        0.0
+      ],
+      [
+        "Christ",
+        0.0
+      ],
+      [
+        "▁biological",
+        0.0
+      ],
+      [
+        "▁soldier",
+        0.0
+      ],
+      [
+        "▁Added",
+        0.0
+      ],
+      [
+        "▁math",
+        0.0
+      ],
+      [
+        "▁Gil",
+        0.0
+      ],
+      [
+        "▁bias",
+        0.0
+      ],
+      [
+        "▁dating",
+        0.0
+      ],
+      [
+        "▁Ocean",
+        0.0
+      ],
+      [
+        "▁mice",
+        0.0
+      ],
+      [
+        "Mus",
+        0.0
+      ],
+      [
+        "hire",
+        0.0
+      ],
+      [
+        "▁Tes",
+        0.0
+      ],
+      [
+        "Server",
+        0.0
+      ],
+      [
+        "limited",
+        0.0
+      ],
+      [
+        "Size",
+        0.0
+      ],
+      [
+        "▁meters",
+        0.0
+      ],
+      [
+        "▁rocket",
+        0.0
+      ],
+      [
+        "essee",
+        0.0
+      ],
+      [
+        "▁certificate",
+        0.0
+      ],
+      [
+        "▁Iranian",
+        0.0
+      ],
+      [
+        "ASS",
+        0.0
+      ],
+      [
+        "▁grid",
+        0.0
+      ],
+      [
+        "Dec",
+        0.0
+      ],
+      [
+        "▁rolling",
+        0.0
+      ],
+      [
+        "commun",
+        0.0
+      ],
+      [
+        "▁Sweden",
+        0.0
+      ],
+      [
+        "bury",
+        0.0
+      ],
+      [
+        "▁tissue",
+        0.0
+      ],
+      [
+        "▁racism",
+        0.0
+      ],
+      [
+        "▁Local",
+        0.0
+      ],
+      [
+        "▁mystery",
+        0.0
+      ],
+      [
+        "▁examine",
+        0.0
+      ],
+      [
+        "▁stem",
+        0.0
+      ],
+      [
+        "▁sits",
+        0.0
+      ],
+      [
+        "▁hoped",
+        0.0
+      ],
+      [
+        "oting",
+        0.0
+      ],
+      [
+        "▁dialogue",
+        0.0
+      ],
+      [
+        "▁persu",
+        0.0
+      ],
+      [
+        "Watch",
+        0.0
+      ],
+      [
+        "lay",
+        0.0
+      ],
+      [
+        "MAN",
+        0.0
+      ],
+      [
+        "▁chronic",
+        0.0
+      ],
+      [
+        "▁Portland",
+        0.0
+      ],
+      [
+        "market",
+        0.0
+      ],
+      [
+        "▁SEC",
+        0.0
+      ],
+      [
+        "▁parallel",
+        0.0
+      ],
+      [
+        "▁scandal",
+        0.0
+      ],
+      [
+        "▁carries",
+        0.0
+      ],
+      [
+        "▁phenomenon",
+        0.0
+      ],
+      [
+        "human",
+        0.0
+      ],
+      [
+        "acker",
+        0.0
+      ],
+      [
+        "▁Ox",
+        0.0
+      ],
+      [
+        "▁retirement",
+        0.0
+      ],
+      [
+        "tainment",
+        0.0
+      ],
+      [
+        "ovie",
+        0.0
+      ],
+      [
+        "▁Gear",
+        0.0
+      ],
+      [
+        "▁duties",
+        0.0
+      ],
+      [
+        "▁dose",
+        0.0
+      ],
+      [
+        "▁scroll",
+        0.0
+      ],
+      [
+        "MB",
+        0.0
+      ],
+      [
+        "inf",
+        0.0
+      ],
+      [
+        "▁sauce",
+        0.0
+      ],
+      [
+        "▁landscape",
+        0.0
+      ],
+      [
+        "reddit",
+        0.0
+      ],
+      [
+        "▁Championship",
+        0.0
+      ],
+      [
+        "▁Reddit",
+        0.0
+      ],
+      [
+        "alid",
+        0.0
+      ],
+      [
+        "▁coin",
+        0.0
+      ],
+      [
+        "▁overs",
+        0.0
+      ],
+      [
+        "▁posting",
+        0.0
+      ],
+      [
+        "about",
+        0.0
+      ],
+      [
+        "▁fel",
+        0.0
+      ],
+      [
+        "andy",
+        0.0
+      ],
+      [
+        "▁bold",
+        0.0
+      ],
+      [
+        "▁focusing",
+        0.0
+      ],
+      [
+        "effect",
+        0.0
+      ],
+      [
+        "GR",
+        0.0
+      ],
+      [
+        "▁deemed",
+        0.0
+      ],
+      [
+        "▁recommendations",
+        0.0
+      ],
+      [
+        "▁stepped",
+        0.0
+      ],
+      [
+        "▁voter",
+        0.0
+      ],
+      [
+        "▁Deep",
+        0.0
+      ],
+      [
+        "▁Instagram",
+        0.0
+      ],
+      [
+        "▁moderate",
+        0.0
+      ],
+      [
+        "▁Maryland",
+        0.0
+      ],
+      [
+        "▁restricted",
+        0.0
+      ],
+      [
+        "▁MB",
+        0.0
+      ],
+      [
+        "▁Chall",
+        0.0
+      ],
+      [
+        "▁tob",
+        0.0
+      ],
+      [
+        "▁cir",
+        0.0
+      ],
+      [
+        "▁Occ",
+        0.0
+      ],
+      [
+        "▁Ever",
+        0.0
+      ],
+      [
+        "▁collaps",
+        0.0
+      ],
+      [
+        "INFO",
+        0.0
+      ],
+      [
+        "=-",
+        0.0
+      ],
+      [
+        "▁Pict",
+        0.0
+      ],
+      [
+        "▁Account",
+        0.0
+      ],
+      [
+        "nc",
+        0.0
+      ],
+      [
+        "▁ought",
+        0.0
+      ],
+      [
+        "▁export",
+        0.0
+      ],
+      [
+        "▁drunk",
+        0.0
+      ],
+      [
+        "('",
+        0.0
+      ],
+      [
+        "▁wise",
+        0.0
+      ],
+      [
+        "▁Mort",
+        0.0
+      ],
+      [
+        "necess",
+        0.0
+      ],
+      [
+        "▁ancest",
+        0.0
+      ],
+      [
+        "▁Incre",
+        0.0
+      ],
+      [
+        "▁frequent",
+        0.0
+      ],
+      [
+        "mir",
+        0.0
+      ],
+      [
+        "▁interpretation",
+        0.0
+      ],
+      [
+        "▁dependent",
+        0.0
+      ],
+      [
+        "▁coins",
+        0.0
+      ],
+      [
+        "▁Bol",
+        0.0
+      ],
+      [
+        "Video",
+        0.0
+      ],
+      [
+        "▁Justin",
+        0.0
+      ],
+      [
+        "▁fatal",
+        0.0
+      ],
+      [
+        "▁cooking",
+        0.0
+      ],
+      [
+        "▁confusion",
+        0.0
+      ],
+      [
+        "ipher",
+        0.0
+      ],
+      [
+        "▁custody",
+        0.0
+      ],
+      [
+        "▁Morgan",
+        0.0
+      ],
+      [
+        "omach",
+        0.0
+      ],
+      [
+        "▁Governor",
+        0.0
+      ],
+      [
+        "▁restaurants",
+        0.0
+      ],
+      [
+        "eling",
+        0.0
+      ],
+      [
+        "▁acknowledged",
+        0.0
+      ],
+      [
+        "▁ther",
+        0.0
+      ],
+      [
+        "▁genes",
+        0.0
+      ],
+      [
+        "ching",
+        0.0
+      ],
+      [
+        "Hey",
+        0.0
+      ],
+      [
+        "▁tactics",
+        0.0
+      ],
+      [
+        "▁Mexican",
+        0.0
+      ],
+      [
+        "▁vend",
+        0.0
+      ],
+      [
+        "▁hes",
+        0.0
+      ],
+      [
+        "quer",
+        0.0
+      ],
+      [
+        "▁noting",
+        0.0
+      ],
+      [
+        "▁Cameron",
+        0.0
+      ],
+      [
+        "▁targeting",
+        0.0
+      ],
+      [
+        "rock",
+        0.0
+      ],
+      [
+        "▁credits",
+        0.0
+      ],
+      [
+        "▁emotions",
+        0.0
+      ],
+      [
+        "▁representatives",
+        0.0
+      ],
+      [
+        "news",
+        0.0
+      ],
+      [
+        "▁legislative",
+        0.0
+      ],
+      [
+        "▁removing",
+        0.0
+      ],
+      [
+        "▁tweeted",
+        0.0
+      ],
+      [
+        "▁Carter",
+        0.0
+      ],
+      [
+        "▁Fixed",
+        0.0
+      ],
+      [
+        "▁forcing",
+        0.0
+      ],
+      [
+        "▁speaker",
+        0.0
+      ],
+      [
+        "▁males",
+        0.0
+      ],
+      [
+        "▁Vietnam",
+        0.0
+      ],
+      [
+        "lined",
+        0.0
+      ],
+      [
+        "▁concepts",
+        0.0
+      ],
+      [
+        "▁voices",
+        0.0
+      ],
+      [
+        "oir",
+        0.0
+      ],
+      [
+        "▁Trib",
+        0.0
+      ],
+      [
+        "Whe",
+        0.0
+      ],
+      [
+        "▁Jerusalem",
+        0.0
+      ],
+      [
+        "▁Sant",
+        0.0
+      ],
+      [
+        "▁cul",
+        0.0
+      ],
+      [
+        "▁lady",
+        0.0
+      ],
+      [
+        "▁Hawai",
+        0.0
+      ],
+      [
+        "▁arts",
+        0.0
+      ],
+      [
+        "▁Inn",
+        0.0
+      ],
+      [
+        "▁Machine",
+        0.0
+      ],
+      [
+        "▁Emperor",
+        0.0
+      ],
+      [
+        "▁slot",
+        0.0
+      ],
+      [
+        "gly",
+        0.0
+      ],
+      [
+        "▁Process",
+        0.0
+      ],
+      [
+        "III",
+        0.0
+      ],
+      [
+        "▁athletes",
+        0.0
+      ],
+      [
+        "▁Temple",
+        0.0
+      ],
+      [
+        "▁Represent",
+        0.0
+      ],
+      [
+        "▁presc",
+        0.0
+      ],
+      [
+        "▁tons",
+        0.0
+      ],
+      [
+        "▁golden",
+        0.0
+      ],
+      [
+        "▁punch",
+        0.0
+      ],
+      [
+        "▁GR",
+        0.0
+      ],
+      [
+        "iverpool",
+        0.0
+      ],
+      [
+        "▁enact",
+        0.0
+      ],
+      [
+        "▁lobby",
+        0.0
+      ],
+      [
+        "▁mos",
+        0.0
+      ],
+      [
+        "▁picking",
+        0.0
+      ],
+      [
+        "▁lifetime",
+        0.0
+      ],
+      [
+        "▁cognitive",
+        0.0
+      ],
+      [
+        "Each",
+        0.0
+      ],
+      [
+        "zo",
+        0.0
+      ],
+      [
+        "▁dub",
+        0.0
+      ],
+      [
+        "▁consists",
+        0.0
+      ],
+      [
+        "oln",
+        0.0
+      ],
+      [
+        "▁festival",
+        0.0
+      ],
+      [
+        "amous",
+        0.0
+      ],
+      [
+        "▁intellig",
+        0.0
+      ],
+      [
+        "words",
+        0.0
+      ],
+      [
+        "▁Smart",
+        0.0
+      ],
+      [
+        "▁dele",
+        0.0
+      ],
+      [
+        "▁lapt",
+        0.0
+      ],
+      [
+        "▁magical",
+        0.0
+      ],
+      [
+        "▁Sin",
+        0.0
+      ],
+      [
+        "bus",
+        0.0
+      ],
+      [
+        "urities",
+        0.0
+      ],
+      [
+        "ighth",
+        0.0
+      ],
+      [
+        "▁Ruby",
+        0.0
+      ],
+      [
+        "▁Sure",
+        0.0
+      ],
+      [
+        "olving",
+        0.0
+      ],
+      [
+        "▁jun",
+        0.0
+      ],
+      [
+        "OST",
+        0.0
+      ],
+      [
+        "▁imposed",
+        0.0
+      ],
+      [
+        "▁astron",
+        0.0
+      ],
+      [
+        "▁correl",
+        0.0
+      ],
+      [
+        "▁NS",
+        0.0
+      ],
+      [
+        "▁Kit",
+        0.0
+      ],
+      [
+        "▁Future",
+        0.0
+      ],
+      [
+        "burn",
+        0.0
+      ],
+      [
+        "▁immune",
+        0.0
+      ],
+      [
+        "ocus",
+        0.0
+      ],
+      [
+        "▁courses",
+        0.0
+      ],
+      [
+        "▁String",
+        0.0
+      ],
+      [
+        "▁lean",
+        0.0
+      ],
+      [
+        "▁ghost",
+        0.0
+      ],
+      [
+        "▁outcomes",
+        0.0
+      ],
+      [
+        "▁expense",
+        0.0
+      ],
+      [
+        "▁everyday",
+        0.0
+      ],
+      [
+        "▁acceptable",
+        0.0
+      ],
+      [
+        "Ah",
+        0.0
+      ],
+      [
+        "▁equipped",
+        0.0
+      ],
+      [
+        "▁orange",
+        0.0
+      ],
+      [
+        "FR",
+        0.0
+      ],
+      [
+        "▁Dutch",
+        0.0
+      ],
+      [
+        "Though",
+        0.0
+      ],
+      [
+        "▁Rank",
+        0.0
+      ],
+      [
+        "QU",
+        0.0
+      ],
+      [
+        "▁Roberts",
+        0.0
+      ],
+      [
+        "what",
+        0.0
+      ],
+      [
+        "rend",
+        0.0
+      ],
+      [
+        "▁disappear",
+        0.0
+      ],
+      [
+        "▁spawn",
+        0.0
+      ],
+      [
+        "▁Lam",
+        0.0
+      ],
+      [
+        "ois",
+        0.0
+      ],
+      [
+        "▁deserve",
+        0.0
+      ],
+      [
+        "▁minimal",
+        0.0
+      ],
+      [
+        "▁nervous",
+        0.0
+      ],
+      [
+        "▁Would",
+        0.0
+      ],
+      [
+        "▁rook",
+        0.0
+      ],
+      [
+        "▁Vancouver",
+        0.0
+      ],
+      [
+        "▁resign",
+        0.0
+      ],
+      [
+        "shire",
+        0.0
+      ],
+      [
+        "▁Works",
+        0.0
+      ],
+      [
+        "▁Build",
+        0.0
+      ],
+      [
+        "▁affordable",
+        0.0
+      ],
+      [
+        "▁Gary",
+        0.0
+      ],
+      [
+        "▁Arena",
+        0.0
+      ],
+      [
+        "▁hanging",
+        0.0
+      ],
+      [
+        "▁implications",
+        0.0
+      ],
+      [
+        "▁Song",
+        0.0
+      ],
+      [
+        "▁maintaining",
+        0.0
+      ],
+      [
+        "▁guards",
+        0.0
+      ],
+      [
+        "CON",
+        0.0
+      ],
+      [
+        "▁derived",
+        0.0
+      ],
+      [
+        "▁executed",
+        0.0
+      ],
+      [
+        "▁theories",
+        0.0
+      ],
+      [
+        "▁quoted",
+        0.0
+      ],
+      [
+        "▁Andre",
+        0.0
+      ],
+      [
+        "oga",
+        0.0
+      ],
+      [
+        "seless",
+        0.0
+      ],
+      [
+        "info",
+        0.0
+      ],
+      [
+        "▁Belg",
+        0.0
+      ],
+      [
+        "▁tears",
+        0.0
+      ],
+      [
+        "▁Surv",
+        0.0
+      ],
+      [
+        "▁birthday",
+        0.0
+      ],
+      [
+        "igious",
+        0.0
+      ],
+      [
+        "immer",
+        0.0
+      ],
+      [
+        "▁spectrum",
+        0.0
+      ],
+      [
+        "▁architecture",
+        0.0
+      ],
+      [
+        "▁recruit",
+        0.0
+      ],
+      [
+        "arma",
+        0.0
+      ],
+      [
+        "Table",
+        0.0
+      ],
+      [
+        "▁monsters",
+        0.0
+      ],
+      [
+        "▁Gov",
+        0.0
+      ],
+      [
+        "▁destination",
+        0.0
+      ],
+      [
+        "▁attractive",
+        0.0
+      ],
+      [
+        "▁foss",
+        0.0
+      ],
+      [
+        "▁Moreover",
+        0.0
+      ],
+      [
+        "▁presents",
+        0.0
+      ],
+      [
+        "THE",
+        0.0
+      ],
+      [
+        "▁reply",
+        0.0
+      ],
+      [
+        "pton",
+        0.0
+      ],
+      [
+        "▁cum",
+        0.0
+      ],
+      [
+        "▁delight",
+        0.0
+      ],
+      [
+        "▁affects",
+        0.0
+      ],
+      [
+        "▁donations",
+        0.0
+      ],
+      [
+        "▁Toy",
+        0.0
+      ],
+      [
+        "▁Him",
+        0.0
+      ],
+      [
+        "MENT",
+        0.0
+      ],
+      [
+        "▁overcome",
+        0.0
+      ],
+      [
+        "itched",
+        0.0
+      ],
+      [
+        "▁Fantasy",
+        0.0
+      ],
+      [
+        "▁Hat",
+        0.0
+      ],
+      [
+        "▁Beast",
+        0.0
+      ],
+      [
+        "bott",
+        0.0
+      ],
+      [
+        "▁investigations",
+        0.0
+      ],
+      [
+        "Run",
+        0.0
+      ],
+      [
+        "▁hunting",
+        0.0
+      ],
+      [
+        "di",
+        0.0
+      ],
+      [
+        "fund",
+        0.0
+      ],
+      [
+        "▁sessions",
+        0.0
+      ],
+      [
+        "estyle",
+        0.0
+      ],
+      [
+        "▁portray",
+        0.0
+      ],
+      [
+        "oids",
+        0.0
+      ],
+      [
+        "Yeah",
+        0.0
+      ],
+      [
+        "▁communicate",
+        0.0
+      ],
+      [
+        "▁comedy",
+        0.0
+      ],
+      [
+        "▁Yang",
+        0.0
+      ],
+      [
+        "▁belt",
+        0.0
+      ],
+      [
+        "▁Marine",
+        0.0
+      ],
+      [
+        "▁predicted",
+        0.0
+      ],
+      [
+        "Play",
+        0.0
+      ],
+      [
+        "▁importantly",
+        0.0
+      ],
+      [
+        "▁remarkable",
+        0.0
+      ],
+      [
+        "▁eliminate",
+        0.0
+      ],
+      [
+        "David",
+        0.0
+      ],
+      [
+        "▁bind",
+        0.0
+      ],
+      [
+        "VID",
+        0.0
+      ],
+      [
+        "▁advocates",
+        0.0
+      ],
+      [
+        "▁Gaza",
+        0.0
+      ],
+      [
+        "imp",
+        0.0
+      ],
+      [
+        "DB",
+        0.0
+      ],
+      [
+        "▁Na",
+        0.0
+      ],
+      [
+        "▁Similar",
+        0.0
+      ],
+      [
+        "IES",
+        0.0
+      ],
+      [
+        "▁charity",
+        0.0
+      ],
+      [
+        "vas",
+        0.0
+      ],
+      [
+        "math",
+        0.0
+      ],
+      [
+        "▁âĸ",
+        0.0
+      ],
+      [
+        "oker",
+        0.0
+      ],
+      [
+        "ndum",
+        0.0
+      ],
+      [
+        "▁caps",
+        0.0
+      ],
+      [
+        "▁Hal",
+        0.0
+      ],
+      [
+        "2000",
+        0.0
+      ],
+      [
+        "ean",
+        0.0
+      ],
+      [
+        "▁fleet",
+        0.0
+      ],
+      [
+        "▁recre",
+        0.0
+      ],
+      [
+        "Right",
+        0.0
+      ],
+      [
+        "▁sleeping",
+        0.0
+      ],
+      [
+        "ijing",
+        0.0
+      ],
+      [
+        "kind",
+        0.0
+      ],
+      [
+        "▁designated",
+        0.0
+      ],
+      [
+        "ä",
+        0.0
+      ],
+      [
+        "▁animation",
+        0.0
+      ],
+      [
+        "kee",
+        0.0
+      ],
+      [
+        "▁Introdu",
+        0.0
+      ],
+      [
+        "▁/>",
+        0.0
+      ],
+      [
+        "▁delayed",
+        0.0
+      ],
+      [
+        "▁tremend",
+        0.0
+      ],
+      [
+        "▁curious",
+        0.0
+      ],
+      [
+        "Use",
+        0.0
+      ],
+      [
+        "▁lect",
+        0.0
+      ],
+      [
+        "dam",
+        0.0
+      ],
+      [
+        "▁innovation",
+        0.0
+      ],
+      [
+        "▁Points",
+        0.0
+      ],
+      [
+        "▁loading",
+        0.0
+      ],
+      [
+        "▁dispute",
+        0.0
+      ],
+      [
+        "ctic",
+        0.0
+      ],
+      [
+        "irds",
+        0.0
+      ],
+      [
+        "▁BY",
+        0.0
+      ],
+      [
+        "▁nurs",
+        0.0
+      ],
+      [
+        "▁Value",
+        0.0
+      ],
+      [
+        "IONS",
+        0.0
+      ],
+      [
+        "▁Hum",
+        0.0
+      ],
+      [
+        "▁template",
+        0.0
+      ],
+      [
+        "mers",
+        0.0
+      ],
+      [
+        "▁appearances",
+        0.0
+      ],
+      [
+        "▁Entertainment",
+        0.0
+      ],
+      [
+        "▁translation",
+        0.0
+      ],
+      [
+        "▁sake",
+        0.0
+      ],
+      [
+        "▁beneath",
+        0.0
+      ],
+      [
+        "▁inhib",
+        0.0
+      ],
+      [
+        "▁euro",
+        0.0
+      ],
+      [
+        "abetes",
+        0.0
+      ],
+      [
+        "▁studying",
+        0.0
+      ],
+      [
+        "▁Mas",
+        0.0
+      ],
+      [
+        "▁perceived",
+        0.0
+      ],
+      [
+        "▁examined",
+        0.0
+      ],
+      [
+        "▁eager",
+        0.0
+      ],
+      [
+        "▁coaches",
+        0.0
+      ],
+      [
+        "▁imper",
+        0.0
+      ],
+      [
+        "chi",
+        0.0
+      ],
+      [
+        "▁produces",
+        0.0
+      ],
+      [
+        "\").",
+        0.0
+      ],
+      [
+        "▁Everyone",
+        0.0
+      ],
+      [
+        "▁municip",
+        0.0
+      ],
+      [
+        "▁girlfriend",
+        0.0
+      ],
+      [
+        "▁hire",
+        0.0
+      ],
+      [
+        "▁Vice",
+        0.0
+      ],
+      [
+        "▁suitable",
+        0.0
+      ],
+      [
+        "opy",
+        0.0
+      ],
+      [
+        "▁inequ",
+        0.0
+      ],
+      [
+        "▁Duke",
+        0.0
+      ],
+      [
+        "fish",
+        0.0
+      ],
+      [
+        "first",
+        0.0
+      ],
+      [
+        "▁Obs",
+        0.0
+      ],
+      [
+        "▁interior",
+        0.0
+      ],
+      [
+        "▁Bruce",
+        0.0
+      ],
+      [
+        "▁Ry",
+        0.0
+      ],
+      [
+        "▁analys",
+        0.0
+      ],
+      [
+        "▁considerable",
+        0.0
+      ],
+      [
+        "▁forecast",
+        0.0
+      ],
+      [
+        "▁fert",
+        0.0
+      ],
+      [
+        "orship",
+        0.0
+      ],
+      [
+        "▁Drug",
+        0.0
+      ],
+      [
+        "▁ALL",
+        0.0
+      ],
+      [
+        ":\"",
+        0.0
+      ],
+      [
+        "thur",
+        0.0
+      ],
+      [
+        "▁Mail",
+        0.0
+      ],
+      [
+        "▁ballot",
+        0.0
+      ],
+      [
+        "▁instantly",
+        0.0
+      ],
+      [
+        "▁Channel",
+        0.0
+      ],
+      [
+        "▁picks",
+        0.0
+      ],
+      [
+        "▁1989",
+        0.0
+      ],
+      [
+        "▁tent",
+        0.0
+      ],
+      [
+        "oli",
+        0.0
+      ],
+      [
+        "▁civilian",
+        0.0
+      ],
+      [
+        "bling",
+        0.0
+      ],
+      [
+        "ello",
+        0.0
+      ],
+      [
+        "bu",
+        0.0
+      ],
+      [
+        "▁inch",
+        0.0
+      ],
+      [
+        "▁logo",
+        0.0
+      ],
+      [
+        "▁cooperation",
+        0.0
+      ],
+      [
+        "▁walks",
+        0.0
+      ],
+      [
+        "▁investments",
+        0.0
+      ],
+      [
+        "▁imprison",
+        0.0
+      ],
+      [
+        "▁Festival",
+        0.0
+      ],
+      [
+        "▁Ky",
+        0.0
+      ],
+      [
+        "▁legally",
+        0.0
+      ],
+      [
+        "▁gri",
+        0.0
+      ],
+      [
+        "charg",
+        0.0
+      ],
+      [
+        "Sl",
+        0.0
+      ],
+      [
+        "▁threatening",
+        0.0
+      ],
+      [
+        "duction",
+        0.0
+      ],
+      [
+        "flow",
+        0.0
+      ],
+      [
+        "▁dismissed",
+        0.0
+      ],
+      [
+        "ibraries",
+        0.0
+      ],
+      [
+        "cap",
+        0.0
+      ],
+      [
+        "ele",
+        0.0
+      ],
+      [
+        "▁McG",
+        0.0
+      ],
+      [
+        "▁Harvard",
+        0.0
+      ],
+      [
+        "▁Conservative",
+        0.0
+      ],
+      [
+        "▁CBS",
+        0.0
+      ],
+      [
+        "png",
+        0.0
+      ],
+      [
+        "▁roots",
+        0.0
+      ],
+      [
+        "▁Having",
+        0.0
+      ],
+      [
+        "umbled",
+        0.0
+      ],
+      [
+        "▁Fun",
+        0.0
+      ],
+      [
+        "\\/",
+        0.0
+      ],
+      [
+        "▁Search",
+        0.0
+      ],
+      [
+        "plex",
+        0.0
+      ],
+      [
+        "▁discussing",
+        0.0
+      ],
+      [
+        "▁continu",
+        0.0
+      ],
+      [
+        "▁Tai",
+        0.0
+      ],
+      [
+        "▁Wik",
+        0.0
+      ],
+      [
+        "Free",
+        0.0
+      ],
+      [
+        "fit",
+        0.0
+      ],
+      [
+        "▁refuse",
+        0.0
+      ],
+      [
+        "▁managing",
+        0.0
+      ],
+      [
+        "▁synd",
+        0.0
+      ],
+      [
+        "ipedia",
+        0.0
+      ],
+      [
+        "walk",
+        0.0
+      ],
+      [
+        "▁professionals",
+        0.0
+      ],
+      [
+        "▁guidance",
+        0.0
+      ],
+      [
+        "▁universities",
+        0.0
+      ],
+      [
+        "▁assemb",
+        0.0
+      ],
+      [
+        "untu",
+        0.0
+      ],
+      [
+        "Finally",
+        0.0
+      ],
+      [
+        "ASE",
+        0.0
+      ],
+      [
+        "▁Auto",
+        0.0
+      ],
+      [
+        "▁Had",
+        0.0
+      ],
+      [
+        "▁anniversary",
+        0.0
+      ],
+      [
+        "LD",
+        0.0
+      ],
+      [
+        "▁Dur",
+        0.0
+      ],
+      [
+        "▁Ultimate",
+        0.0
+      ],
+      [
+        "ihad",
+        0.0
+      ],
+      [
+        "product",
+        0.0
+      ],
+      [
+        "▁transit",
+        0.0
+      ],
+      [
+        "▁restore",
+        0.0
+      ],
+      [
+        "▁explaining",
+        0.0
+      ],
+      [
+        "▁asset",
+        0.0
+      ],
+      [
+        "▁transferred",
+        0.0
+      ],
+      [
+        "▁burst",
+        0.0
+      ],
+      [
+        "apolis",
+        0.0
+      ],
+      [
+        "▁Magazine",
+        0.0
+      ],
+      [
+        "▁Cra",
+        0.0
+      ],
+      [
+        "▁BR",
+        0.0
+      ],
+      [
+        "gged",
+        0.0
+      ],
+      [
+        "▁HE",
+        0.0
+      ],
+      [
+        "Mich",
+        0.0
+      ],
+      [
+        "bet",
+        0.0
+      ],
+      [
+        "▁Lady",
+        0.0
+      ],
+      [
+        "ylum",
+        0.0
+      ],
+      [
+        "erves",
+        0.0
+      ],
+      [
+        "▁meets",
+        0.0
+      ],
+      [
+        "white",
+        0.0
+      ],
+      [
+        "Log",
+        0.0
+      ],
+      [
+        "▁corresponding",
+        0.0
+      ],
+      [
+        "▁insisted",
+        0.0
+      ],
+      [
+        "GG",
+        0.0
+      ],
+      [
+        "▁surrounded",
+        0.0
+      ],
+      [
+        "▁tens",
+        0.0
+      ],
+      [
+        "▁lane",
+        0.0
+      ],
+      [
+        "▁coinc",
+        0.0
+      ],
+      [
+        "home",
+        0.0
+      ],
+      [
+        "▁existed",
+        0.0
+      ],
+      [
+        "ected",
+        0.0
+      ],
+      [
+        "▁Double",
+        0.0
+      ],
+      [
+        "lamm",
+        0.0
+      ],
+      [
+        "▁skept",
+        0.0
+      ],
+      [
+        "exp",
+        0.0
+      ],
+      [
+        "▁perception",
+        0.0
+      ],
+      [
+        "iev",
+        0.0
+      ],
+      [
+        "▁Being",
+        0.0
+      ],
+      [
+        "oft",
+        0.0
+      ],
+      [
+        "▁adopt",
+        0.0
+      ],
+      [
+        ".:",
+        0.0
+      ],
+      [
+        "];",
+        0.0
+      ],
+      [
+        "Windows",
+        0.0
+      ],
+      [
+        "▁satellite",
+        0.0
+      ],
+      [
+        "ASH",
+        0.0
+      ],
+      [
+        "▁infant",
+        0.0
+      ],
+      [
+        "description",
+        0.0
+      ],
+      [
+        "▁Meanwhile",
+        0.0
+      ],
+      [
+        "cm",
+        0.0
+      ],
+      [
+        "oca",
+        0.0
+      ],
+      [
+        "▁Treat",
+        0.0
+      ],
+      [
+        "actor",
+        0.0
+      ],
+      [
+        "▁tobacco",
+        0.0
+      ],
+      [
+        "▁Norm",
+        0.0
+      ],
+      [
+        "emption",
+        0.0
+      ],
+      [
+        "▁flesh",
+        0.0
+      ],
+      [
+        "▁je",
+        0.0
+      ],
+      [
+        "oop",
+        0.0
+      ],
+      [
+        "▁Heaven",
+        0.0
+      ],
+      [
+        "▁beating",
+        0.0
+      ],
+      [
+        "anim",
+        0.0
+      ],
+      [
+        "▁gathering",
+        0.0
+      ],
+      [
+        "▁cultiv",
+        0.0
+      ],
+      [
+        "GO",
+        0.0
+      ],
+      [
+        "abe",
+        0.0
+      ],
+      [
+        "▁Jonathan",
+        0.0
+      ],
+      [
+        "▁Safety",
+        0.0
+      ],
+      [
+        "▁badly",
+        0.0
+      ],
+      [
+        "prot",
+        0.0
+      ],
+      [
+        "▁choosing",
+        0.0
+      ],
+      [
+        "▁contacted",
+        0.0
+      ],
+      [
+        "▁quit",
+        0.0
+      ],
+      [
+        "▁distur",
+        0.0
+      ],
+      [
+        "▁stir",
+        0.0
+      ],
+      [
+        "▁token",
+        0.0
+      ],
+      [
+        "Det",
+        0.0
+      ],
+      [
+        "▁Pa",
+        0.0
+      ],
+      [
+        "▁functionality",
+        0.0
+      ],
+      [
+        "003",
+        0.0
+      ],
+      [
+        "some",
+        0.0
+      ],
+      [
+        "▁limitations",
+        0.0
+      ],
+      [
+        "▁meth",
+        0.0
+      ],
+      [
+        "build",
+        0.0
+      ],
+      [
+        "config",
+        0.0
+      ],
+      [
+        "NT",
+        0.0
+      ],
+      [
+        "rell",
+        0.0
+      ],
+      [
+        "blem",
+        0.0
+      ],
+      [
+        "▁Mom",
+        0.0
+      ],
+      [
+        "▁veterans",
+        0.0
+      ],
+      [
+        "▁Hu",
+        0.0
+      ],
+      [
+        "▁trends",
+        0.0
+      ],
+      [
+        "arer",
+        0.0
+      ],
+      [
+        "▁Given",
+        0.0
+      ],
+      [
+        "▁Caption",
+        0.0
+      ],
+      [
+        "may",
+        0.0
+      ],
+      [
+        "AST",
+        0.0
+      ],
+      [
+        "▁wondering",
+        0.0
+      ],
+      [
+        "▁Clark",
+        0.0
+      ],
+      [
+        "normal",
+        0.0
+      ],
+      [
+        "▁separated",
+        0.0
+      ],
+      [
+        "▁desp",
+        0.0
+      ],
+      [
+        "stic",
+        0.0
+      ],
+      [
+        "brew",
+        0.0
+      ],
+      [
+        "▁relating",
+        0.0
+      ],
+      [
+        "▁Nik",
+        0.0
+      ],
+      [
+        "▁Farm",
+        0.0
+      ],
+      [
+        "▁enthusi",
+        0.0
+      ],
+      [
+        "good",
+        0.0
+      ],
+      [
+        "deb",
+        0.0
+      ],
+      [
+        "▁activist",
+        0.0
+      ],
+      [
+        "▁mart",
+        0.0
+      ],
+      [
+        "▁explosion",
+        0.0
+      ],
+      [
+        "▁Economic",
+        0.0
+      ],
+      [
+        "Link",
+        0.0
+      ],
+      [
+        "▁insight",
+        0.0
+      ],
+      [
+        "▁convenient",
+        0.0
+      ],
+      [
+        "▁counterpart",
+        0.0
+      ],
+      [
+        "support",
+        0.0
+      ],
+      [
+        "▁Virt",
+        0.0
+      ],
+      [
+        "agen",
+        0.0
+      ],
+      [
+        "▁Tennessee",
+        0.0
+      ],
+      [
+        "▁Simon",
+        0.0
+      ],
+      [
+        "▁Award",
+        0.0
+      ],
+      [
+        "OCK",
+        0.0
+      ],
+      [
+        "▁Figure",
+        0.0
+      ],
+      [
+        "▁overseas",
+        0.0
+      ],
+      [
+        "▁pride",
+        0.0
+      ],
+      [
+        "▁Cas",
+        0.0
+      ],
+      [
+        "note",
+        0.0
+      ],
+      [
+        "mg",
+        0.0
+      ],
+      [
+        "Current",
+        0.0
+      ],
+      [
+        "▁displays",
+        0.0
+      ],
+      [
+        "content",
+        0.0
+      ],
+      [
+        "▁traveling",
+        0.0
+      ],
+      [
+        "▁hospitals",
+        0.0
+      ],
+      [
+        "▁Financial",
+        0.0
+      ],
+      [
+        "▁Past",
+        0.0
+      ],
+      [
+        "▁defendant",
+        0.0
+      ],
+      [
+        "▁streaming",
+        0.0
+      ],
+      [
+        "mble",
+        0.0
+      ],
+      [
+        "▁Berlin",
+        0.0
+      ],
+      [
+        "uki",
+        0.0
+      ],
+      [
+        "▁distribut",
+        0.0
+      ],
+      [
+        "▁antib",
+        0.0
+      ],
+      [
+        "▁chocolate",
+        0.0
+      ],
+      [
+        "▁Castle",
+        0.0
+      ],
+      [
+        "▁interrupt",
+        0.0
+      ],
+      [
+        "▁Row",
+        0.0
+      ],
+      [
+        "▁conversion",
+        0.0
+      ],
+      [
+        "▁bugs",
+        0.0
+      ],
+      [
+        "▁Rather",
+        0.0
+      ],
+      [
+        "liest",
+        0.0
+      ],
+      [
+        "LY",
+        0.0
+      ],
+      [
+        "▁Jean",
+        0.0
+      ],
+      [
+        "common",
+        0.0
+      ],
+      [
+        "akh",
+        0.0
+      ],
+      [
+        "▁130",
+        0.0
+      ],
+      [
+        "otton",
+        0.0
+      ],
+      [
+        "▁Dean",
+        0.0
+      ],
+      [
+        "▁amendment",
+        0.0
+      ],
+      [
+        "▁gameplay",
+        0.0
+      ],
+      [
+        "▁Warren",
+        0.0
+      ],
+      [
+        "oda",
+        0.0
+      ],
+      [
+        "▁highlights",
+        0.0
+      ],
+      [
+        "▁irre",
+        0.0
+      ],
+      [
+        "▁NATO",
+        0.0
+      ],
+      [
+        "▁balls",
+        0.0
+      ],
+      [
+        "▁demanding",
+        0.0
+      ],
+      [
+        "URE",
+        0.0
+      ],
+      [
+        "▁Luke",
+        0.0
+      ],
+      [
+        "Figure",
+        0.0
+      ],
+      [
+        "stop",
+        0.0
+      ],
+      [
+        "onia",
+        0.0
+      ],
+      [
+        "zone",
+        0.0
+      ],
+      [
+        "izers",
+        0.0
+      ],
+      [
+        "▁WR",
+        0.0
+      ],
+      [
+        "▁awarded",
+        0.0
+      ],
+      [
+        "▁regulatory",
+        0.0
+      ],
+      [
+        "▁Hart",
+        0.0
+      ],
+      [
+        "▁SN",
+        0.0
+      ],
+      [
+        "pling",
+        0.0
+      ],
+      [
+        "▁sour",
+        0.0
+      ],
+      [
+        "▁Pixel",
+        0.0
+      ],
+      [
+        "usive",
+        0.0
+      ],
+      [
+        "▁fet",
+        0.0
+      ],
+      [
+        "▁Sent",
+        0.0
+      ],
+      [
+        "▁automatic",
+        0.0
+      ],
+      [
+        "▁fer",
+        0.0
+      ],
+      [
+        "vernment",
+        0.0
+      ],
+      [
+        "▁Khan",
+        0.0
+      ],
+      [
+        "TON",
+        0.0
+      ],
+      [
+        "father",
+        0.0
+      ],
+      [
+        "▁extraordinary",
+        0.0
+      ],
+      [
+        "throp",
+        0.0
+      ],
+      [
+        "▁Python",
+        0.0
+      ],
+      [
+        "▁GPU",
+        0.0
+      ],
+      [
+        "▁sexually",
+        0.0
+      ],
+      [
+        "▁desktop",
+        0.0
+      ],
+      [
+        "itivity",
+        0.0
+      ],
+      [
+        "▁Antonio",
+        0.0
+      ],
+      [
+        "▁orient",
+        0.0
+      ],
+      [
+        "▁ears",
+        0.0
+      ],
+      [
+        "obby",
+        0.0
+      ],
+      [
+        "ouses",
+        0.0
+      ],
+      [
+        "vertisements",
+        0.0
+      ],
+      [
+        "▁manufacturers",
+        0.0
+      ],
+      [
+        "icient",
+        0.0
+      ],
+      [
+        "minute",
+        0.0
+      ],
+      [
+        "▁conviction",
+        0.0
+      ],
+      [
+        "▁garden",
+        0.0
+      ],
+      [
+        "public",
+        0.0
+      ],
+      [
+        "▁satisfied",
+        0.0
+      ],
+      [
+        "fold",
+        0.0
+      ],
+      [
+        "OK",
+        0.0
+      ],
+      [
+        "▁inhab",
+        0.0
+      ],
+      [
+        "▁Think",
+        0.0
+      ],
+      [
+        "▁programme",
+        0.0
+      ],
+      [
+        "▁stomach",
+        0.0
+      ],
+      [
+        "▁coordin",
+        0.0
+      ],
+      [
+        "▁holy",
+        0.0
+      ],
+      [
+        "▁threshold",
+        0.0
+      ],
+      [
+        "▁rhet",
+        0.0
+      ],
+      [
+        "▁serial",
+        0.0
+      ],
+      [
+        "▁employers",
+        0.0
+      ],
+      [
+        "▁Everything",
+        0.0
+      ],
+      [
+        "rah",
+        0.0
+      ],
+      [
+        "▁bother",
+        0.0
+      ],
+      [
+        "▁brands",
+        0.0
+      ],
+      [
+        "Value",
+        0.0
+      ],
+      [
+        "▁Ted",
+        0.0
+      ],
+      [
+        "▁Planet",
+        0.0
+      ],
+      [
+        "▁pink",
+        0.0
+      ],
+      [
+        "▁Furthermore",
+        0.0
+      ],
+      [
+        "sa",
+        0.0
+      ],
+      [
+        "PE",
+        0.0
+      ],
+      [
+        "reck",
+        0.0
+      ],
+      [
+        "▁USD",
+        0.0
+      ],
+      [
+        "otte",
+        0.0
+      ],
+      [
+        "▁&&",
+        0.0
+      ],
+      [
+        "▁landed",
+        0.0
+      ],
+      [
+        "gets",
+        0.0
+      ],
+      [
+        "▁producers",
+        0.0
+      ],
+      [
+        "▁healthcare",
+        0.0
+      ],
+      [
+        "▁dominant",
+        0.0
+      ],
+      [
+        "▁destro",
+        0.0
+      ],
+      [
+        "▁amended",
+        0.0
+      ],
+      [
+        "chron",
+        0.0
+      ],
+      [
+        "▁fits",
+        0.0
+      ],
+      [
+        "▁Syd",
+        0.0
+      ],
+      [
+        "▁Authority",
+        0.0
+      ],
+      [
+        "ATCH",
+        0.0
+      ],
+      [
+        "▁fights",
+        0.0
+      ],
+      [
+        "▁LLC",
+        0.0
+      ],
+      [
+        "▁---",
+        0.0
+      ],
+      [
+        "▁Corp",
+        0.0
+      ],
+      [
+        "▁toxic",
+        0.0
+      ],
+      [
+        "specific",
+        0.0
+      ],
+      [
+        "▁Corn",
+        0.0
+      ],
+      [
+        "▁Chel",
+        0.0
+      ],
+      [
+        "▁telephone",
+        0.0
+      ],
+      [
+        "▁Pant",
+        0.0
+      ],
+      [
+        "▁mysterious",
+        0.0
+      ],
+      [
+        "aunch",
+        0.0
+      ],
+      [
+        "odox",
+        0.0
+      ],
+      [
+        "media",
+        0.0
+      ],
+      [
+        "▁witnesses",
+        0.0
+      ],
+      [
+        "agu",
+        0.0
+      ],
+      [
+        "▁questioned",
+        0.0
+      ],
+      [
+        "▁Brexit",
+        0.0
+      ],
+      [
+        "▁Remember",
+        0.0
+      ],
+      [
+        "enez",
+        0.0
+      ],
+      [
+        "▁endorse",
+        0.0
+      ],
+      [
+        "iatric",
+        0.0
+      ],
+      [
+        "▁Ident",
+        0.0
+      ],
+      [
+        "▁ridiculous",
+        0.0
+      ],
+      [
+        "110",
+        0.0
+      ],
+      [
+        "▁prayer",
+        0.0
+      ],
+      [
+        "▁scientist",
+        0.0
+      ],
+      [
+        "▁1950",
+        0.0
+      ],
+      [
+        "▁Aqu",
+        0.0
+      ],
+      [
+        "▁underground",
+        0.0
+      ],
+      [
+        "▁UFC",
+        0.0
+      ],
+      [
+        "mare",
+        0.0
+      ],
+      [
+        "▁Later",
+        0.0
+      ],
+      [
+        "wich",
+        0.0
+      ],
+      [
+        "▁subscrib",
+        0.0
+      ],
+      [
+        "▁hosts",
+        0.0
+      ],
+      [
+        "▁err",
+        0.0
+      ],
+      [
+        "▁grants",
+        0.0
+      ],
+      [
+        "antom",
+        0.0
+      ],
+      [
+        "▁summon",
+        0.0
+      ],
+      [
+        "early",
+        0.0
+      ],
+      [
+        "▁Clear",
+        0.0
+      ],
+      [
+        "▁Prim",
+        0.0
+      ],
+      [
+        "▁suspension",
+        0.0
+      ],
+      [
+        "▁guaranteed",
+        0.0
+      ],
+      [
+        "apper",
+        0.0
+      ],
+      [
+        "▁rice",
+        0.0
+      ],
+      [
+        "▁Sean",
+        0.0
+      ],
+      [
+        "▁Shin",
+        0.0
+      ],
+      [
+        "▁referendum",
+        0.0
+      ],
+      [
+        "▁fled",
+        0.0
+      ],
+      [
+        "rust",
+        0.0
+      ],
+      [
+        "▁360",
+        0.0
+      ],
+      [
+        "tery",
+        0.0
+      ],
+      [
+        "▁shocked",
+        0.0
+      ],
+      [
+        "BR",
+        0.0
+      ],
+      [
+        "▁Oil",
+        0.0
+      ],
+      [
+        "▁Allah",
+        0.0
+      ],
+      [
+        "▁partly",
+        0.0
+      ],
+      [
+        "▁ignor",
+        0.0
+      ],
+      [
+        "▁transmission",
+        0.0
+      ],
+      [
+        "▁homosexual",
+        0.0
+      ],
+      [
+        "iversal",
+        0.0
+      ],
+      [
+        "▁hopefully",
+        0.0
+      ],
+      [
+        "ãĤ¤",
+        0.0
+      ],
+      [
+        "▁lesson",
+        0.0
+      ],
+      [
+        "Leg",
+        0.0
+      ],
+      [
+        "▁..",
+        0.0
+      ],
+      [
+        "Yet",
+        0.0
+      ],
+      [
+        "table",
+        0.0
+      ],
+      [
+        "appropri",
+        0.0
+      ],
+      [
+        "rett",
+        0.0
+      ],
+      [
+        "▁boards",
+        0.0
+      ],
+      [
+        "▁incorrect",
+        0.0
+      ],
+      [
+        "▁bacteria",
+        0.0
+      ],
+      [
+        "aru",
+        0.0
+      ],
+      [
+        "amac",
+        0.0
+      ],
+      [
+        "▁snap",
+        0.0
+      ],
+      [
+        ".'\"",
+        0.0
+      ],
+      [
+        "▁parad",
+        0.0
+      ],
+      [
+        "tem",
+        0.0
+      ],
+      [
+        "heart",
+        0.0
+      ],
+      [
+        "▁availability",
+        0.0
+      ],
+      [
+        "▁wisdom",
+        0.0
+      ],
+      [
+        "▁(+",
+        0.0
+      ],
+      [
+        "▁priest",
+        0.0
+      ],
+      [
+        "▁Âł▁Âł",
+        0.0
+      ],
+      [
+        "Open",
+        0.0
+      ],
+      [
+        "▁span",
+        0.0
+      ],
+      [
+        "▁parameter",
+        0.0
+      ],
+      [
+        "▁convince",
+        0.0
+      ],
+      [
+        "▁(%)",
+        0.0
+      ],
+      [
+        "rac",
+        0.0
+      ],
+      [
+        "▁fo",
+        0.0
+      ],
+      [
+        "▁safely",
+        0.0
+      ],
+      [
+        "▁converted",
+        0.0
+      ],
+      [
+        "▁Olympic",
+        0.0
+      ],
+      [
+        "▁reserve",
+        0.0
+      ],
+      [
+        "▁healing",
+        0.0
+      ],
+      [
+        "▁Mine",
+        0.0
+      ],
+      [
+        "Max",
+        0.0
+      ],
+      [
+        "▁inherent",
+        0.0
+      ],
+      [
+        "▁Graham",
+        0.0
+      ],
+      [
+        "▁integrated",
+        0.0
+      ],
+      [
+        "Dem",
+        0.0
+      ],
+      [
+        "▁pipeline",
+        0.0
+      ],
+      [
+        "▁applying",
+        0.0
+      ],
+      [
+        "▁embed",
+        0.0
+      ],
+      [
+        "▁Charlie",
+        0.0
+      ],
+      [
+        "▁cave",
+        0.0
+      ],
+      [
+        "2008",
+        0.0
+      ],
+      [
+        "▁consensus",
+        0.0
+      ],
+      [
+        "▁rewards",
+        0.0
+      ],
+      [
+        "Pal",
+        0.0
+      ],
+      [
+        "▁HTML",
+        0.0
+      ],
+      [
+        "▁popularity",
+        0.0
+      ],
+      [
+        "looking",
+        0.0
+      ],
+      [
+        "▁Sword",
+        0.0
+      ],
+      [
+        "▁Arts",
+        0.0
+      ],
+      [
+        "')",
+        0.0
+      ],
+      [
+        "▁electron",
+        0.0
+      ],
+      [
+        "clusions",
+        0.0
+      ],
+      [
+        "▁integrity",
+        0.0
+      ],
+      [
+        "▁exclusively",
+        0.0
+      ],
+      [
+        "▁grace",
+        0.0
+      ],
+      [
+        "▁torture",
+        0.0
+      ],
+      [
+        "▁burned",
+        0.0
+      ],
+      [
+        "two",
+        0.0
+      ],
+      [
+        "▁180",
+        0.0
+      ],
+      [
+        "Produ",
+        0.0
+      ],
+      [
+        "▁entreprene",
+        0.0
+      ],
+      [
+        "raphics",
+        0.0
+      ],
+      [
+        "▁gym",
+        0.0
+      ],
+      [
+        "ricane",
+        0.0
+      ],
+      [
+        "▁Tam",
+        0.0
+      ],
+      [
+        "▁administrative",
+        0.0
+      ],
+      [
+        "▁manufacturer",
+        0.0
+      ],
+      [
+        "▁vel",
+        0.0
+      ],
+      [
+        "▁Ni",
+        0.0
+      ],
+      [
+        "▁isolated",
+        0.0
+      ],
+      [
+        "▁Medicine",
+        0.0
+      ],
+      [
+        "▁backup",
+        0.0
+      ],
+      [
+        "▁promoting",
+        0.0
+      ],
+      [
+        "▁commander",
+        0.0
+      ],
+      [
+        "▁flee",
+        0.0
+      ],
+      [
+        "▁Russell",
+        0.0
+      ],
+      [
+        "▁forgotten",
+        0.0
+      ],
+      [
+        "▁Missouri",
+        0.0
+      ],
+      [
+        "▁residence",
+        0.0
+      ],
+      [
+        "mons",
+        0.0
+      ],
+      [
+        "▁resemb",
+        0.0
+      ],
+      [
+        "▁wand",
+        0.0
+      ],
+      [
+        "▁meaningful",
+        0.0
+      ],
+      [
+        "PT",
+        0.0
+      ],
+      [
+        "▁bol",
+        0.0
+      ],
+      [
+        "▁helic",
+        0.0
+      ],
+      [
+        "▁wealthy",
+        0.0
+      ],
+      [
+        "▁rifle",
+        0.0
+      ],
+      [
+        "strong",
+        0.0
+      ],
+      [
+        "rowing",
+        0.0
+      ],
+      [
+        "plan",
+        0.0
+      ],
+      [
+        "asury",
+        0.0
+      ],
+      [
+        "âĢ¦.",
+        0.0
+      ],
+      [
+        "▁expanding",
+        0.0
+      ],
+      [
+        "▁Hamilton",
+        0.0
+      ],
+      [
+        "▁receives",
+        0.0
+      ],
+      [
+        "SI",
+        0.0
+      ],
+      [
+        "eatures",
+        0.0
+      ],
+      [
+        "▁Anim",
+        0.0
+      ],
+      [
+        "REE",
+        0.0
+      ],
+      [
+        "Put",
+        0.0
+      ],
+      [
+        "▁briefly",
+        0.0
+      ],
+      [
+        "rive",
+        0.0
+      ],
+      [
+        "▁stimul",
+        0.0
+      ],
+      [
+        "▁``(",
+        0.0
+      ],
+      [
+        "▁__",
+        0.0
+      ],
+      [
+        "▁chip",
+        0.0
+      ],
+      [
+        "▁haz",
+        0.0
+      ],
+      [
+        "▁prize",
+        0.0
+      ],
+      [
+        "▁Things",
+        0.0
+      ],
+      [
+        "ACE",
+        0.0
+      ],
+      [
+        "ulin",
+        0.0
+      ],
+      [
+        "dict",
+        0.0
+      ],
+      [
+        "oku",
+        0.0
+      ],
+      [
+        "▁associate",
+        0.0
+      ],
+      [
+        "ockets",
+        0.0
+      ],
+      [
+        "youtube",
+        0.0
+      ],
+      [
+        "Story",
+        0.0
+      ],
+      [
+        "ategory",
+        0.0
+      ],
+      [
+        "▁mild",
+        0.0
+      ],
+      [
+        "ailing",
+        0.0
+      ],
+      [
+        "▁Ye",
+        0.0
+      ],
+      [
+        "Orig",
+        0.0
+      ],
+      [
+        "▁Ka",
+        0.0
+      ],
+      [
+        "orig",
+        0.0
+      ],
+      [
+        "▁propaganda",
+        0.0
+      ],
+      [
+        "▁anonymous",
+        0.0
+      ],
+      [
+        "▁struggled",
+        0.0
+      ],
+      [
+        "▁outrage",
+        0.0
+      ],
+      [
+        "ATED",
+        0.0
+      ],
+      [
+        "▁Beijing",
+        0.0
+      ],
+      [
+        "rary",
+        0.0
+      ],
+      [
+        "▁leather",
+        0.0
+      ],
+      [
+        "▁worlds",
+        0.0
+      ],
+      [
+        "▁broader",
+        0.0
+      ],
+      [
+        "125",
+        0.0
+      ],
+      [
+        "idal",
+        0.0
+      ],
+      [
+        "▁Better",
+        0.0
+      ],
+      [
+        "▁tear",
+        0.0
+      ],
+      [
+        "Ext",
+        0.0
+      ],
+      [
+        "▁proposals",
+        0.0
+      ],
+      [
+        "▁iter",
+        0.0
+      ],
+      [
+        "▁Squad",
+        0.0
+      ],
+      [
+        "▁volunt",
+        0.0
+      ],
+      [
+        "mi",
+        0.0
+      ],
+      [
+        "Did",
+        0.0
+      ],
+      [
+        "▁Pu",
+        0.0
+      ],
+      [
+        "pin",
+        0.0
+      ],
+      [
+        "▁speakers",
+        0.0
+      ],
+      [
+        "▁borders",
+        0.0
+      ],
+      [
+        "▁figured",
+        0.0
+      ],
+      [
+        "='",
+        0.0
+      ],
+      [
+        "▁simultaneously",
+        0.0
+      ],
+      [
+        "aeda",
+        0.0
+      ],
+      [
+        "▁charging",
+        0.0
+      ],
+      [
+        "▁urged",
+        0.0
+      ],
+      [
+        "▁conj",
+        0.0
+      ],
+      [
+        "256",
+        0.0
+      ],
+      [
+        "▁Gordon",
+        0.0
+      ],
+      [
+        "merce",
+        0.0
+      ],
+      [
+        "▁documentary",
+        0.0
+      ],
+      [
+        "Share",
+        0.0
+      ],
+      [
+        "itol",
+        0.0
+      ],
+      [
+        "ONE",
+        0.0
+      ],
+      [
+        "▁Garden",
+        0.0
+      ],
+      [
+        "hatt",
+        0.0
+      ],
+      [
+        "▁Thompson",
+        0.0
+      ],
+      [
+        "aneous",
+        0.0
+      ],
+      [
+        "apore",
+        0.0
+      ],
+      [
+        "▁tanks",
+        0.0
+      ],
+      [
+        "▁lessons",
+        0.0
+      ],
+      [
+        "track",
+        0.0
+      ],
+      [
+        "▁outstanding",
+        0.0
+      ],
+      [
+        "▁volunteers",
+        0.0
+      ],
+      [
+        "▁spray",
+        0.0
+      ],
+      [
+        "▁managers",
+        0.0
+      ],
+      [
+        "large",
+        0.0
+      ],
+      [
+        "▁camps",
+        0.0
+      ],
+      [
+        "▁artificial",
+        0.0
+      ],
+      [
+        "▁Ru",
+        0.0
+      ],
+      [
+        "▁bags",
+        0.0
+      ],
+      [
+        "thal",
+        0.0
+      ],
+      [
+        "▁compatible",
+        0.0
+      ],
+      [
+        "▁Blade",
+        0.0
+      ],
+      [
+        "▁fed",
+        0.0
+      ],
+      [
+        "▁argues",
+        0.0
+      ],
+      [
+        "FI",
+        0.0
+      ],
+      [
+        "▁unfair",
+        0.0
+      ],
+      [
+        "▁corn",
+        0.0
+      ],
+      [
+        "▁offset",
+        0.0
+      ],
+      [
+        "▁directions",
+        0.0
+      ],
+      [
+        "▁disappointed",
+        0.0
+      ],
+      [
+        "▁Convention",
+        0.0
+      ],
+      [
+        "▁viewing",
+        0.0
+      ],
+      [
+        "ME",
+        0.0
+      ],
+      [
+        "ocity",
+        0.0
+      ],
+      [
+        "▁towns",
+        0.0
+      ],
+      [
+        "▁layers",
+        0.0
+      ],
+      [
+        "▁rolled",
+        0.0
+      ],
+      [
+        "▁jumped",
+        0.0
+      ],
+      [
+        "▁attribute",
+        0.0
+      ],
+      [
+        "▁unnecess",
+        0.0
+      ],
+      [
+        "incoln",
+        0.0
+      ],
+      [
+        "▁suppose",
+        0.0
+      ],
+      [
+        "▁Nether",
+        0.0
+      ],
+      [
+        "cha",
+        0.0
+      ],
+      [
+        "▁buried",
+        0.0
+      ],
+      [
+        "▁sixth",
+        0.0
+      ],
+      [
+        "Ben",
+        0.0
+      ],
+      [
+        "ressing",
+        0.0
+      ],
+      [
+        "OUR",
+        0.0
+      ],
+      [
+        "▁wound",
+        0.0
+      ],
+      [
+        "▁cycl",
+        0.0
+      ],
+      [
+        "▁mechanisms",
+        0.0
+      ],
+      [
+        "▁congressional",
+        0.0
+      ],
+      [
+        "▁Element",
+        0.0
+      ],
+      [
+        "▁agreements",
+        0.0
+      ],
+      [
+        "▁decor",
+        0.0
+      ],
+      [
+        "▁closest",
+        0.0
+      ],
+      [
+        "▁Mit",
+        0.0
+      ],
+      [
+        "Google",
+        0.0
+      ],
+      [
+        "}}",
+        0.0
+      ],
+      [
+        "▁mixture",
+        0.0
+      ],
+      [
+        "▁fluid",
+        0.0
+      ],
+      [
+        "Sign",
+        0.0
+      ],
+      [
+        "▁Scholar",
+        0.0
+      ],
+      [
+        "▁pist",
+        0.0
+      ],
+      [
+        "asket",
+        0.0
+      ],
+      [
+        "abling",
+        0.0
+      ],
+      [
+        "▁racing",
+        0.0
+      ],
+      [
+        "hero",
+        0.0
+      ],
+      [
+        "riel",
+        0.0
+      ],
+      [
+        "assy",
+        0.0
+      ],
+      [
+        "▁cheaper",
+        0.0
+      ],
+      [
+        "ben",
+        0.0
+      ],
+      [
+        "▁vertical",
+        0.0
+      ],
+      [
+        "amacare",
+        0.0
+      ],
+      [
+        "▁Reading",
+        0.0
+      ],
+      [
+        "gments",
+        0.0
+      ],
+      [
+        "▁helicop",
+        0.0
+      ],
+      [
+        "▁sacrifice",
+        0.0
+      ],
+      [
+        "aya",
+        0.0
+      ],
+      [
+        "paren",
+        0.0
+      ],
+      [
+        "VA",
+        0.0
+      ],
+      [
+        "▁Les",
+        0.0
+      ],
+      [
+        "▁Studio",
+        0.0
+      ],
+      [
+        "▁violations",
+        0.0
+      ],
+      [
+        "▁Anna",
+        0.0
+      ],
+      [
+        "acer",
+        0.0
+      ],
+      [
+        "é¾",
+        0.0
+      ],
+      [
+        "▁Rat",
+        0.0
+      ],
+      [
+        "▁Beck",
+        0.0
+      ],
+      [
+        "▁Dick",
+        0.0
+      ],
+      [
+        "▁ACT",
+        0.0
+      ],
+      [
+        "▁composition",
+        0.0
+      ],
+      [
+        "▁texture",
+        0.0
+      ],
+      [
+        "▁Own",
+        0.0
+      ],
+      [
+        "▁smartphone",
+        0.0
+      ],
+      [
+        "▁NA",
+        0.0
+      ],
+      [
+        "▁forb",
+        0.0
+      ],
+      [
+        "import",
+        0.0
+      ],
+      [
+        "▁defending",
+        0.0
+      ],
+      [
+        "ilst",
+        0.0
+      ],
+      [
+        "rer",
+        0.0
+      ],
+      [
+        "▁oh",
+        0.0
+      ],
+      [
+        "▁Jeremy",
+        0.0
+      ],
+      [
+        "▁banking",
+        0.0
+      ],
+      [
+        "ceptions",
+        0.0
+      ],
+      [
+        "▁respective",
+        0.0
+      ],
+      [
+        "/.",
+        0.0
+      ],
+      [
+        "▁drinks",
+        0.0
+      ],
+      [
+        "▁Wi",
+        0.0
+      ],
+      [
+        "▁bands",
+        0.0
+      ],
+      [
+        "▁Liverpool",
+        0.0
+      ],
+      [
+        "▁grip",
+        0.0
+      ],
+      [
+        "▁Buy",
+        0.0
+      ],
+      [
+        "▁openly",
+        0.0
+      ],
+      [
+        "▁reviewed",
+        0.0
+      ],
+      [
+        "pert",
+        0.0
+      ],
+      [
+        "▁verify",
+        0.0
+      ],
+      [
+        "▁Cole",
+        0.0
+      ],
+      [
+        "▁Wales",
+        0.0
+      ],
+      [
+        "MO",
+        0.0
+      ],
+      [
+        "▁unpre",
+        0.0
+      ],
+      [
+        "▁shelter",
+        0.0
+      ],
+      [
+        "▁Imperial",
+        0.0
+      ],
+      [
+        "▁gui",
+        0.0
+      ],
+      [
+        "▁Dak",
+        0.0
+      ],
+      [
+        "▁suggestions",
+        0.0
+      ],
+      [
+        "▁explicitly",
+        0.0
+      ],
+      [
+        "▁slave",
+        0.0
+      ],
+      [
+        "▁blockchain",
+        0.0
+      ],
+      [
+        "▁competing",
+        0.0
+      ],
+      [
+        "▁promising",
+        0.0
+      ],
+      [
+        "SON",
+        0.0
+      ],
+      [
+        "▁soccer",
+        0.0
+      ],
+      [
+        "▁constitution",
+        0.0
+      ],
+      [
+        "429",
+        0.0
+      ],
+      [
+        "▁distract",
+        0.0
+      ],
+      [
+        "▁User",
+        0.0
+      ],
+      [
+        "esides",
+        0.0
+      ],
+      [
+        "▁Method",
+        0.0
+      ],
+      [
+        "▁Tokyo",
+        0.0
+      ],
+      [
+        "▁accompanied",
+        0.0
+      ],
+      [
+        "Client",
+        0.0
+      ],
+      [
+        "sur",
+        0.0
+      ],
+      [
+        "alog",
+        0.0
+      ],
+      [
+        "▁identification",
+        0.0
+      ],
+      [
+        "▁invasion",
+        0.0
+      ],
+      [
+        "asma",
+        0.0
+      ],
+      [
+        "▁industries",
+        0.0
+      ],
+      [
+        "ppers",
+        0.0
+      ],
+      [
+        "▁subtle",
+        0.0
+      ],
+      [
+        "▁Unit",
+        0.0
+      ],
+      [
+        "natural",
+        0.0
+      ],
+      [
+        "▁survived",
+        0.0
+      ],
+      [
+        "▁flaw",
+        0.0
+      ],
+      [
+        "ĺħ",
+        0.0
+      ],
+      [
+        "▁Holl",
+        0.0
+      ],
+      [
+        "▁deficit",
+        0.0
+      ],
+      [
+        "▁tutorial",
+        0.0
+      ],
+      [
+        "▁Chance",
+        0.0
+      ],
+      [
+        "▁arguing",
+        0.0
+      ],
+      [
+        "▁contemporary",
+        0.0
+      ],
+      [
+        "▁integration",
+        0.0
+      ],
+      [
+        "forward",
+        0.0
+      ],
+      [
+        "▁tum",
+        0.0
+      ],
+      [
+        "itis",
+        0.0
+      ],
+      [
+        "▁hiding",
+        0.0
+      ],
+      [
+        "▁Domin",
+        0.0
+      ],
+      [
+        "▁Tan",
+        0.0
+      ],
+      [
+        "▁Building",
+        0.0
+      ],
+      [
+        "▁Vin",
+        0.0
+      ],
+      [
+        "▁spokesperson",
+        0.0
+      ],
+      [
+        "▁Notes",
+        0.0
+      ],
+      [
+        "▁emerging",
+        0.0
+      ],
+      [
+        "▁preparation",
+        0.0
+      ],
+      [
+        "▁prost",
+        0.0
+      ],
+      [
+        "▁suspects",
+        0.0
+      ],
+      [
+        "▁autonom",
+        0.0
+      ],
+      [
+        "Description",
+        0.0
+      ],
+      [
+        "▁dealt",
+        0.0
+      ],
+      [
+        "▁Pear",
+        0.0
+      ],
+      [
+        "▁steady",
+        0.0
+      ],
+      [
+        "▁decreased",
+        0.0
+      ],
+      [
+        "▁sovere",
+        0.0
+      ],
+      [
+        "▁Clin",
+        0.0
+      ],
+      [
+        "▁gradually",
+        0.0
+      ],
+      [
+        "orses",
+        0.0
+      ],
+      [
+        "▁WAR",
+        0.0
+      ],
+      [
+        "Serv",
+        0.0
+      ],
+      [
+        "ãĤ¢",
+        0.0
+      ],
+      [
+        "hr",
+        0.0
+      ],
+      [
+        "▁dirty",
+        0.0
+      ],
+      [
+        "▁Barn",
+        0.0
+      ],
+      [
+        "▁BC",
+        0.0
+      ],
+      [
+        "▁dil",
+        0.0
+      ],
+      [
+        "▁calendar",
+        0.0
+      ],
+      [
+        "▁compliance",
+        0.0
+      ],
+      [
+        "▁chamber",
+        0.0
+      ],
+      [
+        "bb",
+        0.0
+      ],
+      [
+        "▁passenger",
+        0.0
+      ],
+      [
+        "ateful",
+        0.0
+      ],
+      [
+        "▁Title",
+        0.0
+      ],
+      [
+        "▁Sydney",
+        0.0
+      ],
+      [
+        "▁Got",
+        0.0
+      ],
+      [
+        "▁darkness",
+        0.0
+      ],
+      [
+        "▁defect",
+        0.0
+      ],
+      [
+        "▁packed",
+        0.0
+      ],
+      [
+        "assion",
+        0.0
+      ],
+      [
+        "▁gods",
+        0.0
+      ],
+      [
+        "▁harsh",
+        0.0
+      ],
+      [
+        "ICK",
+        0.0
+      ],
+      [
+        "leans",
+        0.0
+      ],
+      [
+        "▁algorithm",
+        0.0
+      ],
+      [
+        "▁oxygen",
+        0.0
+      ],
+      [
+        "▁visits",
+        0.0
+      ],
+      [
+        "▁blade",
+        0.0
+      ],
+      [
+        "▁kilomet",
+        0.0
+      ],
+      [
+        "▁Kentucky",
+        0.0
+      ],
+      [
+        "▁killer",
+        0.0
+      ],
+      [
+        "Pack",
+        0.0
+      ],
+      [
+        "enny",
+        0.0
+      ],
+      [
+        "▁divine",
+        0.0
+      ],
+      [
+        "▁nomination",
+        0.0
+      ],
+      [
+        "being",
+        0.0
+      ],
+      [
+        "▁engines",
+        0.0
+      ],
+      [
+        "▁cats",
+        0.0
+      ],
+      [
+        "▁buffer",
+        0.0
+      ],
+      [
+        "▁Phill",
+        0.0
+      ],
+      [
+        "▁traff",
+        0.0
+      ],
+      [
+        "AGE",
+        0.0
+      ],
+      [
+        "▁tongue",
+        0.0
+      ],
+      [
+        "▁radiation",
+        0.0
+      ],
+      [
+        "erer",
+        0.0
+      ],
+      [
+        "mem",
+        0.0
+      ],
+      [
+        "▁Explicit",
+        0.0
+      ],
+      [
+        "é¾į",
+        0.0
+      ],
+      [
+        "▁couples",
+        0.0
+      ],
+      [
+        "▁physics",
+        0.0
+      ],
+      [
+        "▁McK",
+        0.0
+      ],
+      [
+        "▁politically",
+        0.0
+      ],
+      [
+        "awks",
+        0.0
+      ],
+      [
+        "▁Bloom",
+        0.0
+      ],
+      [
+        "▁worship",
+        0.0
+      ],
+      [
+        "eger",
+        0.0
+      ],
+      [
+        "uter",
+        0.0
+      ],
+      [
+        "▁FO",
+        0.0
+      ],
+      [
+        "▁mathemat",
+        0.0
+      ],
+      [
+        "▁sentenced",
+        0.0
+      ],
+      [
+        "▁disk",
+        0.0
+      ],
+      [
+        "▁Marg",
+        0.0
+      ],
+      [
+        "▁/*",
+        0.0
+      ],
+      [
+        "PI",
+        0.0
+      ],
+      [
+        "▁optional",
+        0.0
+      ],
+      [
+        "▁babies",
+        0.0
+      ],
+      [
+        "▁seeds",
+        0.0
+      ],
+      [
+        "▁Scottish",
+        0.0
+      ],
+      [
+        "▁thy",
+        0.0
+      ],
+      [
+        "]]",
+        0.0
+      ],
+      [
+        "▁Hitler",
+        0.0
+      ],
+      [
+        "PH",
+        0.0
+      ],
+      [
+        "ngth",
+        0.0
+      ],
+      [
+        "▁recovered",
+        0.0
+      ],
+      [
+        "inge",
+        0.0
+      ],
+      [
+        "▁powder",
+        0.0
+      ],
+      [
+        "▁lips",
+        0.0
+      ],
+      [
+        "▁designer",
+        0.0
+      ],
+      [
+        "▁disorders",
+        0.0
+      ],
+      [
+        "▁courage",
+        0.0
+      ],
+      [
+        "▁chaos",
+        0.0
+      ],
+      [
+        "\"},{\"",
+        0.0
+      ],
+      [
+        "▁carrier",
+        0.0
+      ],
+      [
+        "bably",
+        0.0
+      ],
+      [
+        "High",
+        0.0
+      ],
+      [
+        "▁RT",
+        0.0
+      ],
+      [
+        "esity",
+        0.0
+      ],
+      [
+        "len",
+        0.0
+      ],
+      [
+        "▁routes",
+        0.0
+      ],
+      [
+        "uating",
+        0.0
+      ],
+      [
+        "Fil",
+        0.0
+      ],
+      [
+        "NOT",
+        0.0
+      ],
+      [
+        "wall",
+        0.0
+      ],
+      [
+        "sburgh",
+        0.0
+      ],
+      [
+        "▁engaging",
+        0.0
+      ],
+      [
+        "▁JavaScript",
+        0.0
+      ],
+      [
+        "orer",
+        0.0
+      ],
+      [
+        "lihood",
+        0.0
+      ],
+      [
+        "▁unions",
+        0.0
+      ],
+      [
+        "▁Federation",
+        0.0
+      ],
+      [
+        "▁Tesla",
+        0.0
+      ],
+      [
+        "▁completion",
+        0.0
+      ],
+      [
+        "▁Ta",
+        0.0
+      ],
+      [
+        "▁privilege",
+        0.0
+      ],
+      [
+        "▁Orange",
+        0.0
+      ],
+      [
+        "▁neur",
+        0.0
+      ],
+      [
+        "parency",
+        0.0
+      ],
+      [
+        "▁bones",
+        0.0
+      ],
+      [
+        "▁titled",
+        0.0
+      ],
+      [
+        "▁prosecutors",
+        0.0
+      ],
+      [
+        "▁ME",
+        0.0
+      ],
+      [
+        "▁engineer",
+        0.0
+      ],
+      [
+        "▁Universe",
+        0.0
+      ],
+      [
+        "▁Hig",
+        0.0
+      ],
+      [
+        "nie",
+        0.0
+      ],
+      [
+        "oard",
+        0.0
+      ],
+      [
+        "▁hearts",
+        0.0
+      ],
+      [
+        "▁Gre",
+        0.0
+      ],
+      [
+        "ussion",
+        0.0
+      ],
+      [
+        "▁ministry",
+        0.0
+      ],
+      [
+        "▁penet",
+        0.0
+      ],
+      [
+        "▁Nut",
+        0.0
+      ],
+      [
+        "▁Ow",
+        0.0
+      ],
+      [
+        "▁XP",
+        0.0
+      ],
+      [
+        "instein",
+        0.0
+      ],
+      [
+        "▁bulk",
+        0.0
+      ],
+      [
+        "System",
+        0.0
+      ],
+      [
+        "icism",
+        0.0
+      ],
+      [
+        "▁Marketable",
+        0.0
+      ],
+      [
+        "▁preval",
+        0.0
+      ],
+      [
+        "▁poster",
+        0.0
+      ],
+      [
+        "▁attending",
+        0.0
+      ],
+      [
+        "urable",
+        0.0
+      ],
+      [
+        "▁licensed",
+        0.0
+      ],
+      [
+        "▁Gh",
+        0.0
+      ],
+      [
+        "etry",
+        0.0
+      ],
+      [
+        "▁Tradable",
+        0.0
+      ],
+      [
+        "▁blast",
+        0.0
+      ],
+      [
+        "à¤",
+        0.0
+      ],
+      [
+        "▁Titan",
+        0.0
+      ],
+      [
+        "elled",
+        0.0
+      ],
+      [
+        "die",
+        0.0
+      ],
+      [
+        "Have",
+        0.0
+      ],
+      [
+        "▁Flame",
+        0.0
+      ],
+      [
+        "▁profound",
+        0.0
+      ],
+      [
+        "▁participating",
+        0.0
+      ],
+      [
+        "▁anime",
+        0.0
+      ],
+      [
+        "▁Ess",
+        0.0
+      ],
+      [
+        "▁specify",
+        0.0
+      ],
+      [
+        "▁regarded",
+        0.0
+      ],
+      [
+        "▁Spell",
+        0.0
+      ],
+      [
+        "▁sons",
+        0.0
+      ],
+      [
+        "owned",
+        0.0
+      ],
+      [
+        "▁merc",
+        0.0
+      ],
+      [
+        "▁experimental",
+        0.0
+      ],
+      [
+        "lando",
+        0.0
+      ],
+      [
+        "hs",
+        0.0
+      ],
+      [
+        "▁Dungeon",
+        0.0
+      ],
+      [
+        "inos",
+        0.0
+      ],
+      [
+        "▁comply",
+        0.0
+      ],
+      [
+        "▁Systems",
+        0.0
+      ],
+      [
+        "arth",
+        0.0
+      ],
+      [
+        "▁seized",
+        0.0
+      ],
+      [
+        "local",
+        0.0
+      ],
+      [
+        "▁Girls",
+        0.0
+      ],
+      [
+        "udo",
+        0.0
+      ],
+      [
+        "oned",
+        0.0
+      ],
+      [
+        "▁Fle",
+        0.0
+      ],
+      [
+        "▁constructed",
+        0.0
+      ],
+      [
+        "▁hosted",
+        0.0
+      ],
+      [
+        "▁scared",
+        0.0
+      ],
+      [
+        "actic",
+        0.0
+      ],
+      [
+        "▁Islands",
+        0.0
+      ],
+      [
+        "▁MORE",
+        0.0
+      ],
+      [
+        "▁bless",
+        0.0
+      ],
+      [
+        "▁blocking",
+        0.0
+      ],
+      [
+        "▁chips",
+        0.0
+      ],
+      [
+        "▁evac",
+        0.0
+      ],
+      [
+        "Ps",
+        0.0
+      ],
+      [
+        "▁corporation",
+        0.0
+      ],
+      [
+        "▁ox",
+        0.0
+      ],
+      [
+        "▁lighting",
+        0.0
+      ],
+      [
+        "▁neighbors",
+        0.0
+      ],
+      [
+        "▁Ub",
+        0.0
+      ],
+      [
+        "aro",
+        0.0
+      ],
+      [
+        "▁beef",
+        0.0
+      ],
+      [
+        "▁Uber",
+        0.0
+      ],
+      [
+        "Facebook",
+        0.0
+      ],
+      [
+        "armed",
+        0.0
+      ],
+      [
+        "itate",
+        0.0
+      ],
+      [
+        "▁Rating",
+        0.0
+      ],
+      [
+        "▁Quick",
+        0.0
+      ],
+      [
+        "▁occupied",
+        0.0
+      ],
+      [
+        "▁aims",
+        0.0
+      ],
+      [
+        "▁Additionally",
+        0.0
+      ],
+      [
+        "▁Interest",
+        0.0
+      ],
+      [
+        "▁dramatically",
+        0.0
+      ],
+      [
+        "▁heal",
+        0.0
+      ],
+      [
+        "▁painting",
+        0.0
+      ],
+      [
+        "▁engineers",
+        0.0
+      ],
+      [
+        "MM",
+        0.0
+      ],
+      [
+        "▁Must",
+        0.0
+      ],
+      [
+        "▁quantity",
+        0.0
+      ],
+      [
+        "Paul",
+        0.0
+      ],
+      [
+        "▁earnings",
+        0.0
+      ],
+      [
+        "▁Posts",
+        0.0
+      ],
+      [
+        "stra",
+        0.0
+      ],
+      [
+        "ãĥ¼ãĥ",
+        0.0
+      ],
+      [
+        "▁stance",
+        0.0
+      ],
+      [
+        "▁dropping",
+        0.0
+      ],
+      [
+        "script",
+        0.0
+      ],
+      [
+        "▁dressed",
+        0.0
+      ],
+      [
+        "Make",
+        0.0
+      ],
+      [
+        "▁justify",
+        0.0
+      ],
+      [
+        "▁Ltd",
+        0.0
+      ],
+      [
+        "▁prompted",
+        0.0
+      ],
+      [
+        "▁scrut",
+        0.0
+      ],
+      [
+        "▁speeds",
+        0.0
+      ],
+      [
+        "▁Giants",
+        0.0
+      ],
+      [
+        "omer",
+        0.0
+      ],
+      [
+        "▁Editor",
+        0.0
+      ],
+      [
+        "▁describing",
+        0.0
+      ],
+      [
+        "▁Lie",
+        0.0
+      ],
+      [
+        "mented",
+        0.0
+      ],
+      [
+        "▁nowhere",
+        0.0
+      ],
+      [
+        "ocaly",
+        0.0
+      ],
+      [
+        "▁instruction",
+        0.0
+      ],
+      [
+        "fortable",
+        0.0
+      ],
+      [
+        "▁entities",
+        0.0
+      ],
+      [
+        "▁cm",
+        0.0
+      ],
+      [
+        "▁Natural",
+        0.0
+      ],
+      [
+        "▁inquiry",
+        0.0
+      ],
+      [
+        "▁pressed",
+        0.0
+      ],
+      [
+        "izont",
+        0.0
+      ],
+      [
+        "forced",
+        0.0
+      ],
+      [
+        "▁raises",
+        0.0
+      ],
+      [
+        "▁Netflix",
+        0.0
+      ],
+      [
+        "▁Side",
+        0.0
+      ],
+      [
+        "▁outer",
+        0.0
+      ],
+      [
+        "▁amongst",
+        0.0
+      ],
+      [
+        "ims",
+        0.0
+      ],
+      [
+        "owski",
+        0.0
+      ],
+      [
+        "▁climb",
+        0.0
+      ],
+      [
+        "never",
+        0.0
+      ],
+      [
+        "▁combine",
+        0.0
+      ],
+      [
+        "ding",
+        0.0
+      ],
+      [
+        "▁compr",
+        0.0
+      ],
+      [
+        "▁significance",
+        0.0
+      ],
+      [
+        "▁remembered",
+        0.0
+      ],
+      [
+        "▁Nevada",
+        0.0
+      ],
+      [
+        "▁Tel",
+        0.0
+      ],
+      [
+        "▁Scar",
+        0.0
+      ],
+      [
+        "▁Warriors",
+        0.0
+      ],
+      [
+        "▁Jane",
+        0.0
+      ],
+      [
+        "▁coup",
+        0.0
+      ],
+      [
+        "bas",
+        0.0
+      ],
+      [
+        "▁terminal",
+        0.0
+      ],
+      [
+        ",-",
+        0.0
+      ],
+      [
+        "OH",
+        0.0
+      ],
+      [
+        "▁tension",
+        0.0
+      ],
+      [
+        "▁wings",
+        0.0
+      ],
+      [
+        "▁Myster",
+        0.0
+      ],
+      [
+        "����",
+        0.0
+      ],
+      [
+        "▁Unlike",
+        0.0
+      ],
+      [
+        "valid",
+        0.0
+      ],
+      [
+        "vironments",
+        0.0
+      ],
+      [
+        "▁Ali",
+        0.0
+      ],
+      [
+        "▁naked",
+        0.0
+      ],
+      [
+        "books",
+        0.0
+      ],
+      [
+        "▁Mun",
+        0.0
+      ],
+      [
+        "▁Gulf",
+        0.0
+      ],
+      [
+        "▁density",
+        0.0
+      ],
+      [
+        "▁dimin",
+        0.0
+      ],
+      [
+        "▁desperate",
+        0.0
+      ],
+      [
+        "▁presidency",
+        0.0
+      ],
+      [
+        "▁1986",
+        0.0
+      ],
+      [
+        "hy",
+        0.0
+      ],
+      [
+        "IND",
+        0.0
+      ],
+      [
+        "▁unlock",
+        0.0
+      ],
+      [
+        "imens",
+        0.0
+      ],
+      [
+        "▁handled",
+        0.0
+      ],
+      [
+        "▁Eb",
+        0.0
+      ],
+      [
+        "▁disappeared",
+        0.0
+      ],
+      [
+        "▁genre",
+        0.0
+      ],
+      [
+        "▁1988",
+        0.0
+      ],
+      [
+        "▁determination",
+        0.0
+      ],
+      [
+        "Stream",
+        0.0
+      ],
+      [
+        "iko",
+        0.0
+      ],
+      [
+        "apters",
+        0.0
+      ],
+      [
+        "▁acknowledge",
+        0.0
+      ],
+      [
+        "Jan",
+        0.0
+      ],
+      [
+        "▁capitalism",
+        0.0
+      ],
+      [
+        "Pat",
+        0.0
+      ],
+      [
+        "▁2020",
+        0.0
+      ],
+      [
+        "▁painful",
+        0.0
+      ],
+      [
+        "▁curve",
+        0.0
+      ],
+      [
+        "▁bombs",
+        0.0
+      ],
+      [
+        "storm",
+        0.0
+      ],
+      [
+        "▁Metal",
+        0.0
+      ],
+      [
+        "encer",
+        0.0
+      ],
+      [
+        "▁Fig",
+        0.0
+      ],
+      [
+        "▁Aaron",
+        0.0
+      ],
+      [
+        "anches",
+        0.0
+      ],
+      [
+        "▁inspiration",
+        0.0
+      ],
+      [
+        "▁exhaust",
+        0.0
+      ],
+      [
+        "tains",
+        0.0
+      ],
+      [
+        "ashi",
+        0.0
+      ],
+      [
+        "▁descript",
+        0.0
+      ],
+      [
+        "▁ritual",
+        0.0
+      ],
+      [
+        "▁Chelsea",
+        0.0
+      ],
+      [
+        "▁promotion",
+        0.0
+      ],
+      [
+        "▁Hung",
+        0.0
+      ],
+      [
+        "▁Ward",
+        0.0
+      ],
+      [
+        "iva",
+        0.0
+      ],
+      [
+        "▁ET",
+        0.0
+      ],
+      [
+        "▁toss",
+        0.0
+      ],
+      [
+        "allow",
+        0.0
+      ],
+      [
+        "▁Francis",
+        0.0
+      ],
+      [
+        "Dep",
+        0.0
+      ],
+      [
+        "▁happiness",
+        0.0
+      ],
+      [
+        "▁Glass",
+        0.0
+      ],
+      [
+        "▁beta",
+        0.0
+      ],
+      [
+        "▁strengthen",
+        0.0
+      ],
+      [
+        "NE",
+        0.0
+      ],
+      [
+        "oa",
+        0.0
+      ],
+      [
+        "▁buttons",
+        0.0
+      ],
+      [
+        "▁Murray",
+        0.0
+      ],
+      [
+        "▁kicked",
+        0.0
+      ],
+      [
+        "Quest",
+        0.0
+      ],
+      [
+        "▁Talk",
+        0.0
+      ],
+      [
+        "▁Several",
+        0.0
+      ],
+      [
+        "▁Zero",
+        0.0
+      ],
+      [
+        "▁drone",
+        0.0
+      ],
+      [
+        "ulk",
+        0.0
+      ],
+      [
+        "▁cam",
+        0.0
+      ],
+      [
+        "▁Mobile",
+        0.0
+      ],
+      [
+        "▁preventing",
+        0.0
+      ],
+      [
+        "▁retro",
+        0.0
+      ],
+      [
+        "▁Ax",
+        0.0
+      ],
+      [
+        "▁cruel",
+        0.0
+      ],
+      [
+        "▁float",
+        0.0
+      ],
+      [
+        ".),",
+        0.0
+      ],
+      [
+        "▁filing",
+        0.0
+      ],
+      [
+        "▁Grant",
+        0.0
+      ],
+      [
+        "▁Bor",
+        0.0
+      ],
+      [
+        "▁rib",
+        0.0
+      ],
+      [
+        "▁championship",
+        0.0
+      ],
+      [
+        "▁Merc",
+        0.0
+      ],
+      [
+        "▁styles",
+        0.0
+      ],
+      [
+        "▁cake",
+        0.0
+      ],
+      [
+        "▁builds",
+        0.0
+      ],
+      [
+        "▁Self",
+        0.0
+      ],
+      [
+        "iox",
+        0.0
+      ],
+      [
+        "▁epic",
+        0.0
+      ],
+      [
+        "oyd",
+        0.0
+      ],
+      [
+        "Bel",
+        0.0
+      ],
+      [
+        "▁Stew",
+        0.0
+      ],
+      [
+        ".(",
+        0.0
+      ],
+      [
+        "ahu",
+        0.0
+      ],
+      [
+        "▁Beyond",
+        0.0
+      ],
+      [
+        "▁outs",
+        0.0
+      ],
+      [
+        "▁solo",
+        0.0
+      ],
+      [
+        "▁Tree",
+        0.0
+      ],
+      [
+        "▁preserve",
+        0.0
+      ],
+      [
+        "▁tub",
+        0.0
+      ],
+      [
+        "ARE",
+        0.0
+      ],
+      [
+        "roc",
+        0.0
+      ],
+      [
+        "▁Impro",
+        0.0
+      ],
+      [
+        "▁Wright",
+        0.0
+      ],
+      [
+        "▁bund",
+        0.0
+      ],
+      [
+        "▁traged",
+        0.0
+      ],
+      [
+        "▁occasional",
+        0.0
+      ],
+      [
+        "bian",
+        0.0
+      ],
+      [
+        "Second",
+        0.0
+      ],
+      [
+        "rons",
+        0.0
+      ],
+      [
+        "▁interactions",
+        0.0
+      ],
+      [
+        "formed",
+        0.0
+      ],
+      [
+        "sing",
+        0.0
+      ],
+      [
+        "▁owns",
+        0.0
+      ],
+      [
+        "▁hockey",
+        0.0
+      ],
+      [
+        "General",
+        0.0
+      ],
+      [
+        "▁logical",
+        0.0
+      ],
+      [
+        "▁expend",
+        0.0
+      ],
+      [
+        "▁escal",
+        0.0
+      ],
+      [
+        "▁Griff",
+        0.0
+      ],
+      [
+        "▁Crown",
+        0.0
+      ],
+      [
+        "▁Reserve",
+        0.0
+      ],
+      [
+        "▁stopping",
+        0.0
+      ],
+      [
+        "▁excuse",
+        0.0
+      ],
+      [
+        "second",
+        0.0
+      ],
+      [
+        "▁operated",
+        0.0
+      ],
+      [
+        "▁reaches",
+        0.0
+      ],
+      [
+        "▁Malays",
+        0.0
+      ],
+      [
+        "▁pollution",
+        0.0
+      ],
+      [
+        "▁Brooklyn",
+        0.0
+      ],
+      [
+        "▁delete",
+        0.0
+      ],
+      [
+        "▁hash",
+        0.0
+      ],
+      [
+        "Block",
+        0.0
+      ],
+      [
+        "aha",
+        0.0
+      ],
+      [
+        "âĢ³",
+        0.0
+      ],
+      [
+        "▁shorter",
+        0.0
+      ],
+      [
+        "piece",
+        0.0
+      ],
+      [
+        "></",
+        0.0
+      ],
+      [
+        "▁horm",
+        0.0
+      ],
+      [
+        "▁Wat",
+        0.0
+      ],
+      [
+        "▁Break",
+        0.0
+      ],
+      [
+        "▁prohibited",
+        0.0
+      ],
+      [
+        "▁intensity",
+        0.0
+      ],
+      [
+        "▁Alan",
+        0.0
+      ],
+      [
+        "▁liability",
+        0.0
+      ],
+      [
+        "?!",
+        0.0
+      ],
+      [
+        "anded",
+        0.0
+      ],
+      [
+        "▁neighbour",
+        0.0
+      ],
+      [
+        "▁Collection",
+        0.0
+      ],
+      [
+        "▁fires",
+        0.0
+      ],
+      [
+        "▁revolutionary",
+        0.0
+      ],
+      [
+        "fly",
+        0.0
+      ],
+      [
+        "▁Orleans",
+        0.0
+      ],
+      [
+        "White",
+        0.0
+      ],
+      [
+        "▁Writ",
+        0.0
+      ],
+      [
+        "▁Dawn",
+        0.0
+      ],
+      [
+        "▁settle",
+        0.0
+      ],
+      [
+        "▁execute",
+        0.0
+      ],
+      [
+        "BM",
+        0.0
+      ],
+      [
+        "▁spokeswoman",
+        0.0
+      ],
+      [
+        "▁lifestyle",
+        0.0
+      ],
+      [
+        "▁clicking",
+        0.0
+      ],
+      [
+        "▁Kill",
+        0.0
+      ],
+      [
+        "▁Liberal",
+        0.0
+      ],
+      [
+        "▁Nazi",
+        0.0
+      ],
+      [
+        "▁trailer",
+        0.0
+      ],
+      [
+        "▁mountains",
+        0.0
+      ],
+      [
+        "▁damn",
+        0.0
+      ],
+      [
+        "zes",
+        0.0
+      ],
+      [
+        "pes",
+        0.0
+      ],
+      [
+        "▁pressing",
+        0.0
+      ],
+      [
+        "▁bail",
+        0.0
+      ],
+      [
+        "▁Organization",
+        0.0
+      ],
+      [
+        "▁pir",
+        0.0
+      ],
+      [
+        "▁thirty",
+        0.0
+      ],
+      [
+        "▁electrical",
+        0.0
+      ],
+      [
+        "▁115",
+        0.0
+      ],
+      [
+        "▁Poly",
+        0.0
+      ],
+      [
+        "▁Rap",
+        0.0
+      ],
+      [
+        "▁Strike",
+        0.0
+      ],
+      [
+        "▁Cann",
+        0.0
+      ],
+      [
+        "▁demanded",
+        0.0
+      ],
+      [
+        "▁backing",
+        0.0
+      ],
+      [
+        "default",
+        0.0
+      ],
+      [
+        "speed",
+        0.0
+      ],
+      [
+        "▁Legisl",
+        0.0
+      ],
+      [
+        "▁mothers",
+        0.0
+      ],
+      [
+        "▁Body",
+        0.0
+      ],
+      [
+        "▁variation",
+        0.0
+      ],
+      [
+        "cedented",
+        0.0
+      ],
+      [
+        "powered",
+        0.0
+      ],
+      [
+        "leading",
+        0.0
+      ],
+      [
+        "Never",
+        0.0
+      ],
+      [
+        "▁grave",
+        0.0
+      ],
+      [
+        "▁Anti",
+        0.0
+      ],
+      [
+        "AW",
+        0.0
+      ],
+      [
+        "▁interviewed",
+        0.0
+      ],
+      [
+        "▁Gab",
+        0.0
+      ],
+      [
+        "▁Fat",
+        0.0
+      ],
+      [
+        "▁rookie",
+        0.0
+      ],
+      [
+        "uu",
+        0.0
+      ],
+      [
+        "▁depos",
+        0.0
+      ],
+      [
+        "ixon",
+        0.0
+      ],
+      [
+        "▁ampl",
+        0.0
+      ],
+      [
+        "retion",
+        0.0
+      ],
+      [
+        "▁Heat",
+        0.0
+      ],
+      [
+        "▁peaceful",
+        0.0
+      ],
+      [
+        "SM",
+        0.0
+      ],
+      [
+        "ieve",
+        0.0
+      ],
+      [
+        "▁diver",
+        0.0
+      ],
+      [
+        "▁Victoria",
+        0.0
+      ],
+      [
+        "▁mic",
+        0.0
+      ],
+      [
+        "pdf",
+        0.0
+      ],
+      [
+        "▁stating",
+        0.0
+      ],
+      [
+        "▁lung",
+        0.0
+      ],
+      [
+        "▁criticized",
+        0.0
+      ],
+      [
+        "▁vaccine",
+        0.0
+      ],
+      [
+        "▁Loading",
+        0.0
+      ],
+      [
+        "urse",
+        0.0
+      ],
+      [
+        "Take",
+        0.0
+      ],
+      [
+        "▁Fran",
+        0.0
+      ],
+      [
+        "▁Sold",
+        0.0
+      ],
+      [
+        "▁Robin",
+        0.0
+      ],
+      [
+        "▁detected",
+        0.0
+      ],
+      [
+        "▁Script",
+        0.0
+      ],
+      [
+        "▁adjusted",
+        0.0
+      ],
+      [
+        "▁senator",
+        0.0
+      ],
+      [
+        "▁opposing",
+        0.0
+      ],
+      [
+        "Error",
+        0.0
+      ],
+      [
+        "Count",
+        0.0
+      ],
+      [
+        "▁conflicts",
+        0.0
+      ],
+      [
+        "▁ow",
+        0.0
+      ],
+      [
+        "▁Argent",
+        0.0
+      ],
+      [
+        "▁matching",
+        0.0
+      ],
+      [
+        "hh",
+        0.0
+      ],
+      [
+        "▁Trek",
+        0.0
+      ],
+      [
+        "starter",
+        0.0
+      ],
+      [
+        "\"),",
+        0.0
+      ],
+      [
+        "▁AF",
+        0.0
+      ],
+      [
+        "oder",
+        0.0
+      ],
+      [
+        "xxxx",
+        0.0
+      ],
+      [
+        "▁Alt",
+        0.0
+      ],
+      [
+        "acre",
+        0.0
+      ],
+      [
+        "▁Pick",
+        0.0
+      ],
+      [
+        "▁Solar",
+        0.0
+      ],
+      [
+        "▁Dal",
+        0.0
+      ],
+      [
+        "Oct",
+        0.0
+      ],
+      [
+        "▁Batt",
+        0.0
+      ],
+      [
+        "���src",
+        0.0
+      ],
+      [
+        "▁engagement",
+        0.0
+      ],
+      [
+        "▁executives",
+        0.0
+      ],
+      [
+        "▁liberty",
+        0.0
+      ],
+      [
+        "java",
+        0.0
+      ],
+      [
+        "▁talented",
+        0.0
+      ],
+      [
+        "igenous",
+        0.0
+      ],
+      [
+        "▁consecut",
+        0.0
+      ],
+      [
+        ".....",
+        0.0
+      ],
+      [
+        "Info",
+        0.0
+      ],
+      [
+        "▁horrible",
+        0.0
+      ],
+      [
+        "▁surprisingly",
+        0.0
+      ],
+      [
+        "feed",
+        0.0
+      ],
+      [
+        "icating",
+        0.0
+      ],
+      [
+        "▁LED",
+        0.0
+      ],
+      [
+        "▁females",
+        0.0
+      ],
+      [
+        "Station",
+        0.0
+      ],
+      [
+        "eller",
+        0.0
+      ],
+      [
+        "▁Oakland",
+        0.0
+      ],
+      [
+        "▁mechanical",
+        0.0
+      ],
+      [
+        "iology",
+        0.0
+      ],
+      [
+        "▁Var",
+        0.0
+      ],
+      [
+        "▁robust",
+        0.0
+      ],
+      [
+        "ettings",
+        0.0
+      ],
+      [
+        "otta",
+        0.0
+      ],
+      [
+        "▁theoret",
+        0.0
+      ],
+      [
+        "▁retain",
+        0.0
+      ],
+      [
+        "kward",
+        0.0
+      ],
+      [
+        "▁da",
+        0.0
+      ],
+      [
+        "▁deployed",
+        0.0
+      ],
+      [
+        "del",
+        0.0
+      ],
+      [
+        "▁Andy",
+        0.0
+      ],
+      [
+        "▁subscribe",
+        0.0
+      ],
+      [
+        "web",
+        0.0
+      ],
+      [
+        "▁na",
+        0.0
+      ],
+      [
+        "▁Michel",
+        0.0
+      ],
+      [
+        "▁partially",
+        0.0
+      ],
+      [
+        "▁Comey",
+        0.0
+      ],
+      [
+        "▁crown",
+        0.0
+      ],
+      [
+        "▁Maj",
+        0.0
+      ],
+      [
+        "▁Blu",
+        0.0
+      ],
+      [
+        "rator",
+        0.0
+      ],
+      [
+        "Day",
+        0.0
+      ],
+      [
+        "INT",
+        0.0
+      ],
+      [
+        "▁documented",
+        0.0
+      ],
+      [
+        "▁GDP",
+        0.0
+      ],
+      [
+        "gi",
+        0.0
+      ],
+      [
+        "chell",
+        0.0
+      ],
+      [
+        "▁brutal",
+        0.0
+      ],
+      [
+        "▁Bab",
+        0.0
+      ],
+      [
+        "stration",
+        0.0
+      ],
+      [
+        "▁theft",
+        0.0
+      ],
+      [
+        "▁tube",
+        0.0
+      ],
+      [
+        "@@",
+        0.0
+      ],
+      [
+        "▁query",
+        0.0
+      ],
+      [
+        "▁Lincoln",
+        0.0
+      ],
+      [
+        "▁publishing",
+        0.0
+      ],
+      [
+        "▁wore",
+        0.0
+      ],
+      [
+        "orical",
+        0.0
+      ],
+      [
+        "▁ric",
+        0.0
+      ],
+      [
+        "▁notable",
+        0.0
+      ],
+      [
+        "▁subsequently",
+        0.0
+      ],
+      [
+        "nex",
+        0.0
+      ],
+      [
+        "▁observe",
+        0.0
+      ],
+      [
+        "▁Boe",
+        0.0
+      ],
+      [
+        "▁codes",
+        0.0
+      ],
+      [
+        "main",
+        0.0
+      ],
+      [
+        "WH",
+        0.0
+      ],
+      [
+        "▁SL",
+        0.0
+      ],
+      [
+        "▁residential",
+        0.0
+      ],
+      [
+        "avan",
+        0.0
+      ],
+      [
+        "▁mas",
+        0.0
+      ],
+      [
+        "arest",
+        0.0
+      ],
+      [
+        "adeon",
+        0.0
+      ],
+      [
+        "OUT",
+        0.0
+      ],
+      [
+        "▁sophistic",
+        0.0
+      ],
+      [
+        "ante",
+        0.0
+      ],
+      [
+        "▁cens",
+        0.0
+      ],
+      [
+        "▁**",
+        0.0
+      ],
+      [
+        "▁mortality",
+        0.0
+      ],
+      [
+        "▁yours",
+        0.0
+      ],
+      [
+        "▁occasions",
+        0.0
+      ],
+      [
+        "▁recalled",
+        0.0
+      ],
+      [
+        "▁Driver",
+        0.0
+      ],
+      [
+        "▁vocal",
+        0.0
+      ],
+      [
+        "▁bathroom",
+        0.0
+      ],
+      [
+        "▁shops",
+        0.0
+      ],
+      [
+        "▁collaboration",
+        0.0
+      ],
+      [
+        "▁Obamacare",
+        0.0
+      ],
+      [
+        "▁Cell",
+        0.0
+      ],
+      [
+        "Char",
+        0.0
+      ],
+      [
+        "Super",
+        0.0
+      ],
+      [
+        "Cre",
+        0.0
+      ],
+      [
+        "▁tends",
+        0.0
+      ],
+      [
+        "▁torn",
+        0.0
+      ],
+      [
+        "▁economics",
+        0.0
+      ],
+      [
+        "avery",
+        0.0
+      ],
+      [
+        "▁Raid",
+        0.0
+      ],
+      [
+        "▁Sem",
+        0.0
+      ],
+      [
+        "▁shoulders",
+        0.0
+      ],
+      [
+        "▁expecting",
+        0.0
+      ],
+      [
+        "▁examination",
+        0.0
+      ],
+      [
+        "ename",
+        0.0
+      ],
+      [
+        "▁UI",
+        0.0
+      ],
+      [
+        "iability",
+        0.0
+      ],
+      [
+        "olas",
+        0.0
+      ],
+      [
+        "▁Amb",
+        0.0
+      ],
+      [
+        "▁Dra",
+        0.0
+      ],
+      [
+        "▁midfield",
+        0.0
+      ],
+      [
+        "▁IC",
+        0.0
+      ],
+      [
+        "▁layout",
+        0.0
+      ],
+      [
+        "▁floating",
+        0.0
+      ],
+      [
+        "fi",
+        0.0
+      ],
+      [
+        "itative",
+        0.0
+      ],
+      [
+        "▁tremendous",
+        0.0
+      ],
+      [
+        "▁Ð",
+        0.0
+      ],
+      [
+        "▁abund",
+        0.0
+      ],
+      [
+        "Work",
+        0.0
+      ],
+      [
+        "▁Lightning",
+        0.0
+      ],
+      [
+        "▁similarly",
+        0.0
+      ],
+      [
+        "▁conservatives",
+        0.0
+      ],
+      [
+        "▁pray",
+        0.0
+      ],
+      [
+        "BE",
+        0.0
+      ],
+      [
+        "izarre",
+        0.0
+      ],
+      [
+        "▁tempt",
+        0.0
+      ],
+      [
+        "▁emphasis",
+        0.0
+      ],
+      [
+        "▁Metro",
+        0.0
+      ],
+      [
+        "▁fishing",
+        0.0
+      ],
+      [
+        "▁marry",
+        0.0
+      ],
+      [
+        "neg",
+        0.0
+      ],
+      [
+        "▁Study",
+        0.0
+      ],
+      [
+        "▁reck",
+        0.0
+      ],
+      [
+        "▁dispos",
+        0.0
+      ],
+      [
+        "oning",
+        0.0
+      ],
+      [
+        "bsite",
+        0.0
+      ],
+      [
+        "▁suspic",
+        0.0
+      ],
+      [
+        "▁merch",
+        0.0
+      ],
+      [
+        "▁Gib",
+        0.0
+      ],
+      [
+        "▁Description",
+        0.0
+      ],
+      [
+        "▁DVD",
+        0.0
+      ],
+      [
+        "whe",
+        0.0
+      ],
+      [
+        "▁Yemen",
+        0.0
+      ],
+      [
+        "▁environments",
+        0.0
+      ],
+      [
+        "ooting",
+        0.0
+      ],
+      [
+        "▁Modern",
+        0.0
+      ],
+      [
+        "eu",
+        0.0
+      ],
+      [
+        "▁reflects",
+        0.0
+      ],
+      [
+        "▁honey",
+        0.0
+      ],
+      [
+        "▁analyst",
+        0.0
+      ],
+      [
+        "▁gut",
+        0.0
+      ],
+      [
+        "dec",
+        0.0
+      ],
+      [
+        "Action",
+        0.0
+      ],
+      [
+        "▁households",
+        0.0
+      ],
+      [
+        "▁ster",
+        0.0
+      ],
+      [
+        "▁temple",
+        0.0
+      ],
+      [
+        "▁reforms",
+        0.0
+      ],
+      [
+        "▁favourite",
+        0.0
+      ],
+      [
+        "▁deadline",
+        0.0
+      ],
+      [
+        "▁LE",
+        0.0
+      ],
+      [
+        "Three",
+        0.0
+      ],
+      [
+        "▁Within",
+        0.0
+      ],
+      [
+        "Aug",
+        0.0
+      ],
+      [
+        "▁nights",
+        0.0
+      ],
+      [
+        "elta",
+        0.0
+      ],
+      [
+        "▁invalid",
+        0.0
+      ],
+      [
+        "▁Exchange",
+        0.0
+      ],
+      [
+        "▁Delhi",
+        0.0
+      ],
+      [
+        "when",
+        0.0
+      ],
+      [
+        "income",
+        0.0
+      ],
+      [
+        "▁ðŁ",
+        0.0
+      ],
+      [
+        "▁wireless",
+        0.0
+      ],
+      [
+        "scribe",
+        0.0
+      ],
+      [
+        "ista",
+        0.0
+      ],
+      [
+        "▁hostile",
+        0.0
+      ],
+      [
+        "▁ally",
+        0.0
+      ],
+      [
+        "▁gig",
+        0.0
+      ],
+      [
+        "▁outlets",
+        0.0
+      ],
+      [
+        "▁Dor",
+        0.0
+      ],
+      [
+        "EMENT",
+        0.0
+      ],
+      [
+        "▁ash",
+        0.0
+      ],
+      [
+        "▁abstract",
+        0.0
+      ],
+      [
+        "ORD",
+        0.0
+      ],
+      [
+        "▁Motor",
+        0.0
+      ],
+      [
+        "▁adviser",
+        0.0
+      ],
+      [
+        "istle",
+        0.0
+      ],
+      [
+        "▁bases",
+        0.0
+      ],
+      [
+        "▁courtesy",
+        0.0
+      ],
+      [
+        "▁crossing",
+        0.0
+      ],
+      [
+        "▁cleared",
+        0.0
+      ],
+      [
+        "▁refugee",
+        0.0
+      ],
+      [
+        "cosystem",
+        0.0
+      ],
+      [
+        "▁throws",
+        0.0
+      ],
+      [
+        "fun",
+        0.0
+      ],
+      [
+        "bourne",
+        0.0
+      ],
+      [
+        "days",
+        0.0
+      ],
+      [
+        "▁disagree",
+        0.0
+      ],
+      [
+        "▁Native",
+        0.0
+      ],
+      [
+        "▁reflected",
+        0.0
+      ],
+      [
+        "▁Fast",
+        0.0
+      ],
+      [
+        "▁Yellow",
+        0.0
+      ],
+      [
+        "▁Singapore",
+        0.0
+      ],
+      [
+        "▁Raven",
+        0.0
+      ],
+      [
+        "▁embrace",
+        0.0
+      ],
+      [
+        "▁Ku",
+        0.0
+      ],
+      [
+        "▁Chen",
+        0.0
+      ],
+      [
+        "▁Early",
+        0.0
+      ],
+      [
+        "▁appointment",
+        0.0
+      ],
+      [
+        "▁Mini",
+        0.0
+      ],
+      [
+        "itement",
+        0.0
+      ],
+      [
+        "▁placing",
+        0.0
+      ],
+      [
+        "▁bicy",
+        0.0
+      ],
+      [
+        "SR",
+        0.0
+      ],
+      [
+        "▁whis",
+        0.0
+      ],
+      [
+        "SU",
+        0.0
+      ],
+      [
+        "▁investigated",
+        0.0
+      ],
+      [
+        "▁photographs",
+        0.0
+      ],
+      [
+        "github",
+        0.0
+      ],
+      [
+        "▁Beat",
+        0.0
+      ],
+      [
+        "▁Ring",
+        0.0
+      ],
+      [
+        "ighed",
+        0.0
+      ],
+      [
+        "iar",
+        0.0
+      ],
+      [
+        "▁evolved",
+        0.0
+      ],
+      [
+        "erald",
+        0.0
+      ],
+      [
+        "▁dun",
+        0.0
+      ],
+      [
+        "▁hub",
+        0.0
+      ],
+      [
+        "IAL",
+        0.0
+      ],
+      [
+        "▁encouraging",
+        0.0
+      ],
+      [
+        "▁Print",
+        0.0
+      ],
+      [
+        "▁Days",
+        0.0
+      ],
+      [
+        "▁prosecution",
+        0.0
+      ],
+      [
+        "▁pants",
+        0.0
+      ],
+      [
+        "azy",
+        0.0
+      ],
+      [
+        "live",
+        0.0
+      ],
+      [
+        "▁fossil",
+        0.0
+      ],
+      [
+        "▁Ju",
+        0.0
+      ],
+      [
+        "▁rocks",
+        0.0
+      ],
+      [
+        "udge",
+        0.0
+      ],
+      [
+        "▁Race",
+        0.0
+      ],
+      [
+        "▁greet",
+        0.0
+      ],
+      [
+        "bie",
+        0.0
+      ],
+      [
+        "▁filling",
+        0.0
+      ],
+      [
+        "▁Len",
+        0.0
+      ],
+      [
+        "▁diabetes",
+        0.0
+      ],
+      [
+        "▁firearms",
+        0.0
+      ],
+      [
+        "uming",
+        0.0
+      ],
+      [
+        "enezuel",
+        0.0
+      ],
+      [
+        "▁BB",
+        0.0
+      ],
+      [
+        "▁accepting",
+        0.0
+      ],
+      [
+        "ATH",
+        0.0
+      ],
+      [
+        "▁resort",
+        0.0
+      ],
+      [
+        "▁hunt",
+        0.0
+      ],
+      [
+        "rik",
+        0.0
+      ],
+      [
+        "ucker",
+        0.0
+      ],
+      [
+        "aments",
+        0.0
+      ],
+      [
+        "▁sustained",
+        0.0
+      ],
+      [
+        "▁crossed",
+        0.0
+      ],
+      [
+        "▁breakfast",
+        0.0
+      ],
+      [
+        "▁attributes",
+        0.0
+      ],
+      [
+        "lected",
+        0.0
+      ],
+      [
+        "atile",
+        0.0
+      ],
+      [
+        "▁vibr",
+        0.0
+      ],
+      [
+        "▁Kal",
+        0.0
+      ],
+      [
+        "arson",
+        0.0
+      ],
+      [
+        "oples",
+        0.0
+      ],
+      [
+        "▁touched",
+        0.0
+      ],
+      [
+        "▁damages",
+        0.0
+      ],
+      [
+        "▁impressed",
+        0.0
+      ],
+      [
+        "rup",
+        0.0
+      ],
+      [
+        "▁anch",
+        0.0
+      ],
+      [
+        "▁Adams",
+        0.0
+      ],
+      [
+        "Hel",
+        0.0
+      ],
+      [
+        "▁Victor",
+        0.0
+      ],
+      [
+        "▁mounted",
+        0.0
+      ],
+      [
+        "▁CC",
+        0.0
+      ],
+      [
+        "▁delicious",
+        0.0
+      ],
+      [
+        "span",
+        0.0
+      ],
+      [
+        "ella",
+        0.0
+      ],
+      [
+        "▁elabor",
+        0.0
+      ],
+      [
+        "amples",
+        0.0
+      ],
+      [
+        "▁defic",
+        0.0
+      ],
+      [
+        "▁constitu",
+        0.0
+      ],
+      [
+        "uates",
+        0.0
+      ],
+      [
+        "▁Mission",
+        0.0
+      ],
+      [
+        "▁Ther",
+        0.0
+      ],
+      [
+        "▁Monster",
+        0.0
+      ],
+      [
+        "bes",
+        0.0
+      ],
+      [
+        "Reuters",
+        0.0
+      ],
+      [
+        "▁Indones",
+        0.0
+      ],
+      [
+        "hill",
+        0.0
+      ],
+      [
+        "munition",
+        0.0
+      ],
+      [
+        "▁confirmation",
+        0.0
+      ],
+      [
+        "▁Consider",
+        0.0
+      ],
+      [
+        "acent",
+        0.0
+      ],
+      [
+        "▁jet",
+        0.0
+      ],
+      [
+        "▁Employ",
+        0.0
+      ],
+      [
+        "▁GTX",
+        0.0
+      ],
+      [
+        "nan",
+        0.0
+      ],
+      [
+        "▁Spider",
+        0.0
+      ],
+      [
+        "▁processor",
+        0.0
+      ],
+      [
+        "▁patri",
+        0.0
+      ],
+      [
+        "▁Pentagon",
+        0.0
+      ],
+      [
+        "▁Robinson",
+        0.0
+      ],
+      [
+        "▁realistic",
+        0.0
+      ],
+      [
+        "ñ",
+        0.0
+      ],
+      [
+        "▁appearing",
+        0.0
+      ],
+      [
+        "▁pipe",
+        0.0
+      ],
+      [
+        "omed",
+        0.0
+      ],
+      [
+        "▁fru",
+        0.0
+      ],
+      [
+        "▁awful",
+        0.0
+      ],
+      [
+        "▁evaluation",
+        0.0
+      ],
+      [
+        "▁intelligent",
+        0.0
+      ],
+      [
+        "▁Citiz",
+        0.0
+      ],
+      [
+        "▁fundra",
+        0.0
+      ],
+      [
+        "odium",
+        0.0
+      ],
+      [
+        "▁tweets",
+        0.0
+      ],
+      [
+        "▁worn",
+        0.0
+      ],
+      [
+        "pring",
+        0.0
+      ],
+      [
+        "▁kidn",
+        0.0
+      ],
+      [
+        "▁rebels",
+        0.0
+      ],
+      [
+        "▁Kam",
+        0.0
+      ],
+      [
+        "▁Netherlands",
+        0.0
+      ],
+      [
+        "▁SW",
+        0.0
+      ],
+      [
+        "▁acquisition",
+        0.0
+      ],
+      [
+        "▁Male",
+        0.0
+      ],
+      [
+        "ãĥª",
+        0.0
+      ],
+      [
+        "ombies",
+        0.0
+      ],
+      [
+        "▁tradem",
+        0.0
+      ],
+      [
+        "▁Status",
+        0.0
+      ],
+      [
+        "Bre",
+        0.0
+      ],
+      [
+        "▁THIS",
+        0.0
+      ],
+      [
+        "▁adverse",
+        0.0
+      ],
+      [
+        "▁NEW",
+        0.0
+      ],
+      [
+        "sign",
+        0.0
+      ],
+      [
+        "▁organisation",
+        0.0
+      ],
+      [
+        "enc",
+        0.0
+      ],
+      [
+        "▁Harper",
+        0.0
+      ],
+      [
+        "apor",
+        0.0
+      ],
+      [
+        "▁Members",
+        0.0
+      ],
+      [
+        "▁Peace",
+        0.0
+      ],
+      [
+        "▁Airport",
+        0.0
+      ],
+      [
+        "▁Others",
+        0.0
+      ],
+      [
+        "▁scratch",
+        0.0
+      ],
+      [
+        "▁Pil",
+        0.0
+      ],
+      [
+        "▁sensor",
+        0.0
+      ],
+      [
+        "▁adoption",
+        0.0
+      ],
+      [
+        "▁Hotel",
+        0.0
+      ],
+      [
+        "▁Drag",
+        0.0
+      ],
+      [
+        "▁honestly",
+        0.0
+      ],
+      [
+        "▁yard",
+        0.0
+      ],
+      [
+        "▁Forces",
+        0.0
+      ],
+      [
+        "▁patent",
+        0.0
+      ],
+      [
+        "▁bass",
+        0.0
+      ],
+      [
+        "▁quietly",
+        0.0
+      ],
+      [
+        "▁breathing",
+        0.0
+      ],
+      [
+        "▁pose",
+        0.0
+      ],
+      [
+        "iors",
+        0.0
+      ],
+      [
+        "▁Jess",
+        0.0
+      ],
+      [
+        "static",
+        0.0
+      ],
+      [
+        "ITE",
+        0.0
+      ],
+      [
+        "Offic",
+        0.0
+      ],
+      [
+        "▁jew",
+        0.0
+      ],
+      [
+        "wcs",
+        0.0
+      ],
+      [
+        "▁140",
+        0.0
+      ],
+      [
+        "▁preview",
+        0.0
+      ],
+      [
+        "ippi",
+        0.0
+      ],
+      [
+        "▁unfortunately",
+        0.0
+      ],
+      [
+        "okemon",
+        0.0
+      ],
+      [
+        "▁horn",
+        0.0
+      ],
+      [
+        "▁reass",
+        0.0
+      ],
+      [
+        "▁peer",
+        0.0
+      ],
+      [
+        "ocker",
+        0.0
+      ],
+      [
+        "▁unto",
+        0.0
+      ],
+      [
+        "▁Gray",
+        0.0
+      ],
+      [
+        "▁cleaning",
+        0.0
+      ],
+      [
+        "▁attracted",
+        0.0
+      ],
+      [
+        "2007",
+        0.0
+      ],
+      [
+        "Point",
+        0.0
+      ],
+      [
+        "kill",
+        0.0
+      ],
+      [
+        "▁Agreement",
+        0.0
+      ],
+      [
+        "urches",
+        0.0
+      ],
+      [
+        "▁horr",
+        0.0
+      ],
+      [
+        "▁Mississ",
+        0.0
+      ],
+      [
+        "▁worthy",
+        0.0
+      ],
+      [
+        "▁flowers",
+        0.0
+      ],
+      [
+        "town",
+        0.0
+      ],
+      [
+        "dll",
+        0.0
+      ],
+      [
+        "▁reactions",
+        0.0
+      ],
+      [
+        "▁dece",
+        0.0
+      ],
+      [
+        "▁indicating",
+        0.0
+      ],
+      [
+        "MD",
+        0.0
+      ],
+      [
+        "▁preference",
+        0.0
+      ],
+      [
+        "▁MVP",
+        0.0
+      ],
+      [
+        "essional",
+        0.0
+      ],
+      [
+        "▁Target",
+        0.0
+      ],
+      [
+        "gence",
+        0.0
+      ],
+      [
+        "▁Indians",
+        0.0
+      ],
+      [
+        "▁misc",
+        0.0
+      ],
+      [
+        "▁freely",
+        0.0
+      ],
+      [
+        "▁muscles",
+        0.0
+      ],
+      [
+        "▁lineup",
+        0.0
+      ],
+      [
+        "▁impacts",
+        0.0
+      ],
+      [
+        "ousing",
+        0.0
+      ],
+      [
+        "omi",
+        0.0
+      ],
+      [
+        "acular",
+        0.0
+      ],
+      [
+        "▁controlling",
+        0.0
+      ],
+      [
+        "agine",
+        0.0
+      ],
+      [
+        "cery",
+        0.0
+      ],
+      [
+        "hell",
+        0.0
+      ],
+      [
+        "▁ranking",
+        0.0
+      ],
+      [
+        "▁Nich",
+        0.0
+      ],
+      [
+        "▁Ave",
+        0.0
+      ],
+      [
+        "128",
+        0.0
+      ],
+      [
+        "▁highway",
+        0.0
+      ],
+      [
+        "▁incons",
+        0.0
+      ],
+      [
+        "▁binding",
+        0.0
+      ],
+      [
+        "▁struggles",
+        0.0
+      ],
+      [
+        "▁Pittsburgh",
+        0.0
+      ],
+      [
+        "▁gray",
+        0.0
+      ],
+      [
+        "rin",
+        0.0
+      ],
+      [
+        "▁comics",
+        0.0
+      ],
+      [
+        "▁Sport",
+        0.0
+      ],
+      [
+        "▁relatives",
+        0.0
+      ],
+      [
+        "▁fright",
+        0.0
+      ],
+      [
+        "▁probe",
+        0.0
+      ],
+      [
+        "▁Portug",
+        0.0
+      ],
+      [
+        "▁voc",
+        0.0
+      ],
+      [
+        "▁tu",
+        0.0
+      ],
+      [
+        "▁Corps",
+        0.0
+      ],
+      [
+        "▁possibilities",
+        0.0
+      ],
+      [
+        "▁qualify",
+        0.0
+      ],
+      [
+        "wcsstore",
+        0.0
+      ],
+      [
+        "▁libraries",
+        0.0
+      ],
+      [
+        "▁migrants",
+        0.0
+      ],
+      [
+        "▁entries",
+        0.0
+      ],
+      [
+        "▁consecutive",
+        0.0
+      ],
+      [
+        "vals",
+        0.0
+      ],
+      [
+        "▁Chairman",
+        0.0
+      ],
+      [
+        "▁hill",
+        0.0
+      ],
+      [
+        "IME",
+        0.0
+      ],
+      [
+        "▁Gard",
+        0.0
+      ],
+      [
+        "▁inequality",
+        0.0
+      ],
+      [
+        "fox",
+        0.0
+      ],
+      [
+        "▁Save",
+        0.0
+      ],
+      [
+        "▁cort",
+        0.0
+      ],
+      [
+        "claimed",
+        0.0
+      ],
+      [
+        "▁traits",
+        0.0
+      ],
+      [
+        "▁pour",
+        0.0
+      ],
+      [
+        "▁missiles",
+        0.0
+      ],
+      [
+        "▁essence",
+        0.0
+      ],
+      [
+        "▁sends",
+        0.0
+      ],
+      [
+        "▁alliance",
+        0.0
+      ],
+      [
+        "▁wishes",
+        0.0
+      ],
+      [
+        "▁Christopher",
+        0.0
+      ],
+      [
+        "Big",
+        0.0
+      ],
+      [
+        "NY",
+        0.0
+      ],
+      [
+        "▁Jacob",
+        0.0
+      ],
+      [
+        "san",
+        0.0
+      ],
+      [
+        "urred",
+        0.0
+      ],
+      [
+        "▁SO",
+        0.0
+      ],
+      [
+        "lly",
+        0.0
+      ],
+      [
+        "▁advocate",
+        0.0
+      ],
+      [
+        "▁Bond",
+        0.0
+      ],
+      [
+        "▁\"/",
+        0.0
+      ],
+      [
+        "Using",
+        0.0
+      ],
+      [
+        "▁districts",
+        0.0
+      ],
+      [
+        "▁Gate",
+        0.0
+      ],
+      [
+        "▁Bir",
+        0.0
+      ],
+      [
+        "ridge",
+        0.0
+      ],
+      [
+        "▁Naz",
+        0.0
+      ],
+      [
+        "▁Rs",
+        0.0
+      ],
+      [
+        "boards",
+        0.0
+      ],
+      [
+        "▁Ga",
+        0.0
+      ],
+      [
+        "▁Reagan",
+        0.0
+      ],
+      [
+        "▁influenced",
+        0.0
+      ],
+      [
+        "1000",
+        0.0
+      ],
+      [
+        "apy",
+        0.0
+      ],
+      [
+        "▁challenged",
+        0.0
+      ],
+      [
+        "▁barg",
+        0.0
+      ],
+      [
+        "▁faculty",
+        0.0
+      ],
+      [
+        "▁Fif",
+        0.0
+      ],
+      [
+        "▁acquire",
+        0.0
+      ],
+      [
+        "Ac",
+        0.0
+      ],
+      [
+        "▁insect",
+        0.0
+      ],
+      [
+        "▁instruments",
+        0.0
+      ],
+      [
+        "▁leaf",
+        0.0
+      ],
+      [
+        "thodox",
+        0.0
+      ],
+      [
+        "Message",
+        0.0
+      ],
+      [
+        "▁tale",
+        0.0
+      ],
+      [
+        "▁thereby",
+        0.0
+      ],
+      [
+        "▁trap",
+        0.0
+      ],
+      [
+        "▁strongest",
+        0.0
+      ],
+      [
+        "▁Military",
+        0.0
+      ],
+      [
+        "isible",
+        0.0
+      ],
+      [
+        "▁1984",
+        0.0
+      ],
+      [
+        "etheless",
+        0.0
+      ],
+      [
+        "▁flexible",
+        0.0
+      ],
+      [
+        "▁kills",
+        0.0
+      ],
+      [
+        "▁finishing",
+        0.0
+      ],
+      [
+        "▁Size",
+        0.0
+      ],
+      [
+        "▁reduces",
+        0.0
+      ],
+      [
+        "▁epid",
+        0.0
+      ],
+      [
+        "▁orientation",
+        0.0
+      ],
+      [
+        "full",
+        0.0
+      ],
+      [
+        "▁trace",
+        0.0
+      ],
+      [
+        "▁laser",
+        0.0
+      ],
+      [
+        "▁oppose",
+        0.0
+      ],
+      [
+        "▁editing",
+        0.0
+      ],
+      [
+        "▁momentum",
+        0.0
+      ],
+      [
+        "äº",
+        0.0
+      ],
+      [
+        "show",
+        0.0
+      ],
+      [
+        "VI",
+        0.0
+      ],
+      [
+        "▁Lad",
+        0.0
+      ],
+      [
+        "▁1985",
+        0.0
+      ],
+      [
+        "▁murdered",
+        0.0
+      ],
+      [
+        "900",
+        0.0
+      ],
+      [
+        "uther",
+        0.0
+      ],
+      [
+        "▁probability",
+        0.0
+      ],
+      [
+        "▁Poll",
+        0.0
+      ],
+      [
+        "▁reluct",
+        0.0
+      ],
+      [
+        "▁Chem",
+        0.0
+      ],
+      [
+        "▁Montreal",
+        0.0
+      ],
+      [
+        "▁adequate",
+        0.0
+      ],
+      [
+        "▁Poland",
+        0.0
+      ],
+      [
+        "▁Sheriff",
+        0.0
+      ],
+      [
+        "umph",
+        0.0
+      ],
+      [
+        "▁ok",
+        0.0
+      ],
+      [
+        "▁000",
+        0.0
+      ],
+      [
+        "▁\"[",
+        0.0
+      ],
+      [
+        "▁operators",
+        0.0
+      ],
+      [
+        "▁Fer",
+        0.0
+      ],
+      [
+        "▁modes",
+        0.0
+      ],
+      [
+        "▁Eve",
+        0.0
+      ],
+      [
+        "▁discipline",
+        0.0
+      ],
+      [
+        "NET",
+        0.0
+      ],
+      [
+        "Hand",
+        0.0
+      ],
+      [
+        "▁oral",
+        0.0
+      ],
+      [
+        "▁WE",
+        0.0
+      ],
+      [
+        "email",
+        0.0
+      ],
+      [
+        "JP",
+        0.0
+      ],
+      [
+        "▁Palestinians",
+        0.0
+      ],
+      [
+        "▁hence",
+        0.0
+      ],
+      [
+        "▁Less",
+        0.0
+      ],
+      [
+        "▁overl",
+        0.0
+      ],
+      [
+        "dig",
+        0.0
+      ],
+      [
+        "▁intimid",
+        0.0
+      ],
+      [
+        "▁Coal",
+        0.0
+      ],
+      [
+        "▁ranging",
+        0.0
+      ],
+      [
+        "tha",
+        0.0
+      ],
+      [
+        "▁distant",
+        0.0
+      ],
+      [
+        "▁fib",
+        0.0
+      ],
+      [
+        "▁Index",
+        0.0
+      ],
+      [
+        "▁Wonder",
+        0.0
+      ],
+      [
+        "▁Pel",
+        0.0
+      ],
+      [
+        "hattan",
+        0.0
+      ],
+      [
+        "▁Hug",
+        0.0
+      ],
+      [
+        "ÃĹ",
+        0.0
+      ],
+      [
+        "rait",
+        0.0
+      ],
+      [
+        "▁wrapped",
+        0.0
+      ],
+      [
+        "▁RPG",
+        0.0
+      ],
+      [
+        "▁chemicals",
+        0.0
+      ],
+      [
+        "▁Money",
+        0.0
+      ],
+      [
+        "▁frozen",
+        0.0
+      ],
+      [
+        "▁indirect",
+        0.0
+      ],
+      [
+        "▁Against",
+        0.0
+      ],
+      [
+        "End",
+        0.0
+      ],
+      [
+        "▁uncomfortable",
+        0.0
+      ],
+      [
+        "▁Gallery",
+        0.0
+      ],
+      [
+        "▁Posted",
+        0.0
+      ],
+      [
+        "ا",
+        0.0
+      ],
+      [
+        "onduct",
+        0.0
+      ],
+      [
+        "▁consequence",
+        0.0
+      ],
+      [
+        "▁bitter",
+        0.0
+      ],
+      [
+        "▁1987",
+        0.0
+      ],
+      [
+        "pop",
+        0.0
+      ],
+      [
+        "▁countless",
+        0.0
+      ],
+      [
+        "▁Alaska",
+        0.0
+      ],
+      [
+        "ffff",
+        0.0
+      ],
+      [
+        "▁departure",
+        0.0
+      ],
+      [
+        "▁refund",
+        0.0
+      ],
+      [
+        "▁Ian",
+        0.0
+      ],
+      [
+        "iated",
+        0.0
+      ],
+      [
+        "▁seeks",
+        0.0
+      ],
+      [
+        "▁mechanics",
+        0.0
+      ],
+      [
+        "▁jurisdiction",
+        0.0
+      ],
+      [
+        "lynn",
+        0.0
+      ],
+      [
+        "▁alike",
+        0.0
+      ],
+      [
+        "▁Hunt",
+        0.0
+      ],
+      [
+        "athon",
+        0.0
+      ],
+      [
+        "▁resolved",
+        0.0
+      ],
+      [
+        "▁cache",
+        0.0
+      ],
+      [
+        "▁distinction",
+        0.0
+      ],
+      [
+        "direct",
+        0.0
+      ],
+      [
+        "▁encount",
+        0.0
+      ],
+      [
+        "oub",
+        0.0
+      ],
+      [
+        "beat",
+        0.0
+      ],
+      [
+        "▁Country",
+        0.0
+      ],
+      [
+        "search",
+        0.0
+      ],
+      [
+        "▁continuous",
+        0.0
+      ],
+      [
+        "▁modest",
+        0.0
+      ],
+      [
+        "▁Rail",
+        0.0
+      ],
+      [
+        "thood",
+        0.0
+      ],
+      [
+        "130",
+        0.0
+      ],
+      [
+        "BUG",
+        0.0
+      ],
+      [
+        "▁criminals",
+        0.0
+      ],
+      [
+        "▁indication",
+        0.0
+      ],
+      [
+        "▁encountered",
+        0.0
+      ],
+      [
+        "last",
+        0.0
+      ],
+      [
+        "▁Wy",
+        0.0
+      ],
+      [
+        "▁ideology",
+        0.0
+      ],
+      [
+        "▁PDF",
+        0.0
+      ],
+      [
+        "security",
+        0.0
+      ],
+      [
+        "])",
+        0.0
+      ],
+      [
+        "▁Jimmy",
+        0.0
+      ],
+      [
+        "▁EN",
+        0.0
+      ],
+      [
+        "▁hiring",
+        0.0
+      ],
+      [
+        "Tem",
+        0.0
+      ],
+      [
+        "▁pig",
+        0.0
+      ],
+      [
+        "aunt",
+        0.0
+      ],
+      [
+        "▁Crystal",
+        0.0
+      ],
+      [
+        "▁penalties",
+        0.0
+      ],
+      [
+        "▁capability",
+        0.0
+      ],
+      [
+        "▁py",
+        0.0
+      ],
+      [
+        "▁productive",
+        0.0
+      ],
+      [
+        "▁balanced",
+        0.0
+      ],
+      [
+        "▁GeForce",
+        0.0
+      ],
+      [
+        "click",
+        0.0
+      ],
+      [
+        "olitan",
+        0.0
+      ],
+      [
+        "ods",
+        0.0
+      ],
+      [
+        "▁afterwards",
+        0.0
+      ],
+      [
+        "▁playoffs",
+        0.0
+      ],
+      [
+        "▁Gill",
+        0.0
+      ],
+      [
+        "User",
+        0.0
+      ],
+      [
+        "▁backs",
+        0.0
+      ],
+      [
+        "pub",
+        0.0
+      ],
+      [
+        "tag",
+        0.0
+      ],
+      [
+        "▁absurd",
+        0.0
+      ],
+      [
+        "piring",
+        0.0
+      ],
+      [
+        "▁citing",
+        0.0
+      ],
+      [
+        "▁trillion",
+        0.0
+      ],
+      [
+        "▁obligation",
+        0.0
+      ],
+      [
+        "▁maxim",
+        0.0
+      ],
+      [
+        "ahoo",
+        0.0
+      ],
+      [
+        "cf",
+        0.0
+      ],
+      [
+        "umi",
+        0.0
+      ],
+      [
+        "▁Alpha",
+        0.0
+      ],
+      [
+        "▁Nelson",
+        0.0
+      ],
+      [
+        "▁pursuant",
+        0.0
+      ],
+      [
+        "initely",
+        0.0
+      ],
+      [
+        "▁fract",
+        0.0
+      ],
+      [
+        "entry",
+        0.0
+      ],
+      [
+        "bery",
+        0.0
+      ],
+      [
+        "▁Thor",
+        0.0
+      ],
+      [
+        "Added",
+        0.0
+      ],
+      [
+        "▁DJ",
+        0.0
+      ],
+      [
+        "▁Gene",
+        0.0
+      ],
+      [
+        "▁awkward",
+        0.0
+      ],
+      [
+        "Stud",
+        0.0
+      ],
+      [
+        "▁wallet",
+        0.0
+      ],
+      [
+        "▁Divine",
+        0.0
+      ],
+      [
+        "arios",
+        0.0
+      ],
+      [
+        "▁releasing",
+        0.0
+      ],
+      [
+        "▁edited",
+        0.0
+      ],
+      [
+        "▁accomplished",
+        0.0
+      ],
+      [
+        "Best",
+        0.0
+      ],
+      [
+        "▁edges",
+        0.0
+      ],
+      [
+        "▁planes",
+        0.0
+      ],
+      [
+        "▁feeding",
+        0.0
+      ],
+      [
+        "\"},\"",
+        0.0
+      ],
+      [
+        "▁disclosure",
+        0.0
+      ],
+      [
+        "▁grain",
+        0.0
+      ],
+      [
+        "airy",
+        0.0
+      ],
+      [
+        "oons",
+        0.0
+      ],
+      [
+        "ernand",
+        0.0
+      ],
+      [
+        "VR",
+        0.0
+      ],
+      [
+        "▁reasonably",
+        0.0
+      ],
+      [
+        "▁drum",
+        0.0
+      ],
+      [
+        "▁partial",
+        0.0
+      ],
+      [
+        "▁graphic",
+        0.0
+      ],
+      [
+        "▁unprecedented",
+        0.0
+      ],
+      [
+        "▁advised",
+        0.0
+      ],
+      [
+        "Micro",
+        0.0
+      ],
+      [
+        "▁Assad",
+        0.0
+      ],
+      [
+        "points",
+        0.0
+      ],
+      [
+        "scar",
+        0.0
+      ],
+      [
+        "▁Zone",
+        0.0
+      ],
+      [
+        "ttes",
+        0.0
+      ],
+      [
+        "▁700",
+        0.0
+      ],
+      [
+        "vo",
+        0.0
+      ],
+      [
+        "▁Hamp",
+        0.0
+      ],
+      [
+        "▁fixes",
+        0.0
+      ],
+      [
+        "▁caution",
+        0.0
+      ],
+      [
+        "▁strings",
+        0.0
+      ],
+      [
+        "▁panels",
+        0.0
+      ],
+      [
+        "▁leak",
+        0.0
+      ],
+      [
+        "▁pricing",
+        0.0
+      ],
+      [
+        "rowth",
+        0.0
+      ],
+      [
+        "▁Error",
+        0.0
+      ],
+      [
+        "▁Saints",
+        0.0
+      ],
+      [
+        "fix",
+        0.0
+      ],
+      [
+        "▁observations",
+        0.0
+      ],
+      [
+        "▁Abs",
+        0.0
+      ],
+      [
+        "▁suggestion",
+        0.0
+      ],
+      [
+        "▁Ukrainian",
+        0.0
+      ],
+      [
+        "▁barrier",
+        0.0
+      ],
+      [
+        "▁painted",
+        0.0
+      ],
+      [
+        "Bet",
+        0.0
+      ],
+      [
+        "imir",
+        0.0
+      ],
+      [
+        "▁Spect",
+        0.0
+      ],
+      [
+        "pot",
+        0.0
+      ],
+      [
+        "orneys",
+        0.0
+      ],
+      [
+        "▁compound",
+        0.0
+      ],
+      [
+        "▁bears",
+        0.0
+      ],
+      [
+        "▁Rush",
+        0.0
+      ],
+      [
+        "▁luxury",
+        0.0
+      ],
+      [
+        "Sum",
+        0.0
+      ],
+      [
+        "▁orbit",
+        0.0
+      ],
+      [
+        "▁Marc",
+        0.0
+      ],
+      [
+        "▁exempt",
+        0.0
+      ],
+      [
+        "▁Trail",
+        0.0
+      ],
+      [
+        "▁MO",
+        0.0
+      ],
+      [
+        "▁Hans",
+        0.0
+      ],
+      [
+        "▁Weapon",
+        0.0
+      ],
+      [
+        "ocused",
+        0.0
+      ],
+      [
+        "uminum",
+        0.0
+      ],
+      [
+        "▁Jerry",
+        0.0
+      ],
+      [
+        "▁bust",
+        0.0
+      ],
+      [
+        "▁AG",
+        0.0
+      ],
+      [
+        "▁Wiki",
+        0.0
+      ],
+      [
+        "▁endless",
+        0.0
+      ],
+      [
+        "▁Vlad",
+        0.0
+      ],
+      [
+        "▁Bah",
+        0.0
+      ],
+      [
+        "▁Radeon",
+        0.0
+      ],
+      [
+        "keys",
+        0.0
+      ],
+      [
+        "▁Survey",
+        0.0
+      ],
+      [
+        "▁Viol",
+        0.0
+      ],
+      [
+        "define",
+        0.0
+      ],
+      [
+        "lean",
+        0.0
+      ],
+      [
+        "▁commod",
+        0.0
+      ],
+      [
+        "▁revenues",
+        0.0
+      ],
+      [
+        "Åį",
+        0.0
+      ],
+      [
+        "▁furniture",
+        0.0
+      ],
+      [
+        "▁casting",
+        0.0
+      ],
+      [
+        "▁diplomatic",
+        0.0
+      ],
+      [
+        "▁Players",
+        0.0
+      ],
+      [
+        "▁Killed",
+        0.0
+      ],
+      [
+        "▁modify",
+        0.0
+      ],
+      [
+        "▁innovative",
+        0.0
+      ],
+      [
+        "▁Abu",
+        0.0
+      ],
+      [
+        "nor",
+        0.0
+      ],
+      [
+        "▁bonds",
+        0.0
+      ],
+      [
+        "▁coaching",
+        0.0
+      ],
+      [
+        "Mer",
+        0.0
+      ],
+      [
+        "▁modules",
+        0.0
+      ],
+      [
+        "▁Patriots",
+        0.0
+      ],
+      [
+        "▁enhanced",
+        0.0
+      ],
+      [
+        "▁proceedings",
+        0.0
+      ],
+      [
+        "▁teammates",
+        0.0
+      ],
+      [
+        "▁128",
+        0.0
+      ],
+      [
+        "ardo",
+        0.0
+      ],
+      [
+        "▁compromise",
+        0.0
+      ],
+      [
+        "▁Much",
+        0.0
+      ],
+      [
+        "▁flew",
+        0.0
+      ],
+      [
+        "▁Edge",
+        0.0
+      ],
+      [
+        "▁unnecessary",
+        0.0
+      ],
+      [
+        "▁doctrine",
+        0.0
+      ],
+      [
+        "report",
+        0.0
+      ],
+      [
+        "▁Orlando",
+        0.0
+      ],
+      [
+        "▁Profile",
+        0.0
+      ],
+      [
+        "▁playoff",
+        0.0
+      ],
+      [
+        "friendly",
+        0.0
+      ],
+      [
+        "▁complain",
+        0.0
+      ],
+      [
+        "▁MC",
+        0.0
+      ],
+      [
+        "▁Opt",
+        0.0
+      ],
+      [
+        "▁GB",
+        0.0
+      ],
+      [
+        "▁beaten",
+        0.0
+      ],
+      [
+        "▁golf",
+        0.0
+      ],
+      [
+        "▁placement",
+        0.0
+      ],
+      [
+        "Bit",
+        0.0
+      ],
+      [
+        "▁newsletter",
+        0.0
+      ],
+      [
+        "▁2019",
+        0.0
+      ],
+      [
+        "visor",
+        0.0
+      ],
+      [
+        "rawl",
+        0.0
+      ],
+      [
+        "▁iPad",
+        0.0
+      ],
+      [
+        "▁acted",
+        0.0
+      ],
+      [
+        "▁juice",
+        0.0
+      ],
+      [
+        "▁decks",
+        0.0
+      ],
+      [
+        "PN",
+        0.0
+      ],
+      [
+        "success",
+        0.0
+      ],
+      [
+        "▁Half",
+        0.0
+      ],
+      [
+        "▁deleted",
+        0.0
+      ],
+      [
+        "▁secrets",
+        0.0
+      ],
+      [
+        "▁asylum",
+        0.0
+      ],
+      [
+        "Mart",
+        0.0
+      ],
+      [
+        "▁Activ",
+        0.0
+      ],
+      [
+        "▁Guy",
+        0.0
+      ],
+      [
+        "▁Ts",
+        0.0
+      ],
+      [
+        "▁dys",
+        0.0
+      ],
+      [
+        "▁assuming",
+        0.0
+      ],
+      [
+        "▁mana",
+        0.0
+      ],
+      [
+        "▁subur",
+        0.0
+      ],
+      [
+        "▁125",
+        0.0
+      ],
+      [
+        "Media",
+        0.0
+      ],
+      [
+        "ARY",
+        0.0
+      ],
+      [
+        "ride",
+        0.0
+      ],
+      [
+        "cp",
+        0.0
+      ],
+      [
+        "▁difficulties",
+        0.0
+      ],
+      [
+        "▁collecting",
+        0.0
+      ],
+      [
+        "▁bankrupt",
+        0.0
+      ],
+      [
+        "non",
+        0.0
+      ],
+      [
+        "▁composed",
+        0.0
+      ],
+      [
+        "▁volt",
+        0.0
+      ],
+      [
+        "▁militants",
+        0.0
+      ],
+      [
+        "▁>>>",
+        0.0
+      ],
+      [
+        "▁Mormon",
+        0.0
+      ],
+      [
+        "tor",
+        0.0
+      ],
+      [
+        "▁particles",
+        0.0
+      ],
+      [
+        "▁Bart",
+        0.0
+      ],
+      [
+        "ryption",
+        0.0
+      ],
+      [
+        "▁admin",
+        0.0
+      ],
+      [
+        "▁squee",
+        0.0
+      ],
+      [
+        "VIDIA",
+        0.0
+      ],
+      [
+        "▁creator",
+        0.0
+      ],
+      [
+        "iameter",
+        0.0
+      ],
+      [
+        "icular",
+        0.0
+      ],
+      [
+        "NBC",
+        0.0
+      ],
+      [
+        "▁grabbed",
+        0.0
+      ],
+      [
+        "▁nodd",
+        0.0
+      ],
+      [
+        "▁rated",
+        0.0
+      ],
+      [
+        "▁rotation",
+        0.0
+      ],
+      [
+        "▁grasp",
+        0.0
+      ],
+      [
+        "▁excessive",
+        0.0
+      ],
+      [
+        "▁EC",
+        0.0
+      ],
+      [
+        "▁Whit",
+        0.0
+      ],
+      [
+        "▁inventory",
+        0.0
+      ],
+      [
+        "aults",
+        0.0
+      ],
+      [
+        "▁FB",
+        0.0
+      ],
+      [
+        "▁ecosystem",
+        0.0
+      ],
+      [
+        "▁billions",
+        0.0
+      ],
+      [
+        "▁venture",
+        0.0
+      ],
+      [
+        "named",
+        0.0
+      ],
+      [
+        "▁defender",
+        0.0
+      ],
+      [
+        "oute",
+        0.0
+      ],
+      [
+        "Instead",
+        0.0
+      ],
+      [
+        "irable",
+        0.0
+      ],
+      [
+        "War",
+        0.0
+      ],
+      [
+        "▁assumption",
+        0.0
+      ],
+      [
+        "▁bite",
+        0.0
+      ],
+      [
+        "▁earthqu",
+        0.0
+      ],
+      [
+        "tail",
+        0.0
+      ],
+      [
+        "space",
+        0.0
+      ],
+      [
+        "▁gifts",
+        0.0
+      ],
+      [
+        "boys",
+        0.0
+      ],
+      [
+        "▁inevitable",
+        0.0
+      ],
+      [
+        "▁structural",
+        0.0
+      ],
+      [
+        "▁beneficial",
+        0.0
+      ],
+      [
+        "▁compelling",
+        0.0
+      ],
+      [
+        "hole",
+        0.0
+      ],
+      [
+        "ervation",
+        0.0
+      ],
+      [
+        "▁coat",
+        0.0
+      ],
+      [
+        "oj",
+        0.0
+      ],
+      [
+        "incarn",
+        0.0
+      ],
+      [
+        "▁Years",
+        0.0
+      ],
+      [
+        "▁determining",
+        0.0
+      ],
+      [
+        "▁rhetoric",
+        0.0
+      ],
+      [
+        "▁boundaries",
+        0.0
+      ],
+      [
+        "▁whites",
+        0.0
+      ],
+      [
+        "Ant",
+        0.0
+      ],
+      [
+        "addy",
+        0.0
+      ],
+      [
+        ")-",
+        0.0
+      ],
+      [
+        "raham",
+        0.0
+      ],
+      [
+        "etermin",
+        0.0
+      ],
+      [
+        "▁harvest",
+        0.0
+      ],
+      [
+        "▁Conc",
+        0.0
+      ],
+      [
+        "▁laptop",
+        0.0
+      ],
+      [
+        "▁Match",
+        0.0
+      ],
+      [
+        "▁enjoying",
+        0.0
+      ],
+      [
+        "cca",
+        0.0
+      ],
+      [
+        "ollar",
+        0.0
+      ],
+      [
+        "▁trips",
+        0.0
+      ],
+      [
+        "▁addiction",
+        0.0
+      ],
+      [
+        "▁Sak",
+        0.0
+      ],
+      [
+        "▁powered",
+        0.0
+      ],
+      [
+        "▁cous",
+        0.0
+      ],
+      [
+        "▁Russians",
+        0.0
+      ],
+      [
+        "iere",
+        0.0
+      ],
+      [
+        "▁retrie",
+        0.0
+      ],
+      [
+        "quality",
+        0.0
+      ],
+      [
+        "▁differ",
+        0.0
+      ],
+      [
+        "▁kingdom",
+        0.0
+      ],
+      [
+        "▁Laur",
+        0.0
+      ],
+      [
+        "▁Capitol",
+        0.0
+      ],
+      [
+        "▁conclusions",
+        0.0
+      ],
+      [
+        "▁Altern",
+        0.0
+      ],
+      [
+        "▁Nav",
+        0.0
+      ],
+      [
+        "▁transparent",
+        0.0
+      ],
+      [
+        "BER",
+        0.0
+      ],
+      [
+        "Group",
+        0.0
+      ],
+      [
+        "▁Complete",
+        0.0
+      ],
+      [
+        "▁infer",
+        0.0
+      ],
+      [
+        "▁intrig",
+        0.0
+      ],
+      [
+        "▁insane",
+        0.0
+      ],
+      [
+        "RO",
+        0.0
+      ],
+      [
+        "ophob",
+        0.0
+      ],
+      [
+        "isen",
+        0.0
+      ],
+      [
+        "qual",
+        0.0
+      ],
+      [
+        "Michael",
+        0.0
+      ],
+      [
+        "▁museum",
+        0.0
+      ],
+      [
+        "▁Pope",
+        0.0
+      ],
+      [
+        "▁reset",
+        0.0
+      ],
+      [
+        "rative",
+        0.0
+      ],
+      [
+        "five",
+        0.0
+      ],
+      [
+        "▁aggreg",
+        0.0
+      ],
+      [
+        "ittees",
+        0.0
+      ],
+      [
+        "ository",
+        0.0
+      ],
+      [
+        "▁carb",
+        0.0
+      ],
+      [
+        "▁Record",
+        0.0
+      ],
+      [
+        "▁decides",
+        0.0
+      ],
+      [
+        "▁Fix",
+        0.0
+      ],
+      [
+        "▁exceptions",
+        0.0
+      ],
+      [
+        "▁Commissioner",
+        0.0
+      ],
+      [
+        "uns",
+        0.0
+      ],
+      [
+        "▁Environmental",
+        0.0
+      ],
+      [
+        "▁legendary",
+        0.0
+      ],
+      [
+        "istence",
+        0.0
+      ],
+      [
+        "▁tunnel",
+        0.0
+      ],
+      [
+        "km",
+        0.0
+      ],
+      [
+        "▁insult",
+        0.0
+      ],
+      [
+        "▁troll",
+        0.0
+      ],
+      [
+        "▁shake",
+        0.0
+      ],
+      [
+        "▁detention",
+        0.0
+      ],
+      [
+        "ques",
+        0.0
+      ],
+      [
+        "▁Chrome",
+        0.0
+      ],
+      [
+        "▁Files",
+        0.0
+      ],
+      [
+        "▁subt",
+        0.0
+      ],
+      [
+        "▁prospects",
+        0.0
+      ],
+      [
+        "▁prol",
+        0.0
+      ],
+      [
+        "render",
+        0.0
+      ],
+      [
+        "proof",
+        0.0
+      ],
+      [
+        "▁performances",
+        0.0
+      ],
+      [
+        "Str",
+        0.0
+      ],
+      [
+        "▁href",
+        0.0
+      ],
+      [
+        "ername",
+        0.0
+      ],
+      [
+        "▁achievement",
+        0.0
+      ],
+      [
+        "▁fut",
+        0.0
+      ],
+      [
+        "Full",
+        0.0
+      ],
+      [
+        "▁Leban",
+        0.0
+      ],
+      [
+        "google",
+        0.0
+      ],
+      [
+        "ãĥĪ",
+        0.0
+      ],
+      [
+        "ampa",
+        0.0
+      ],
+      [
+        "Maybe",
+        0.0
+      ],
+      [
+        "▁projected",
+        0.0
+      ],
+      [
+        "▁Emb",
+        0.0
+      ],
+      [
+        "▁colleg",
+        0.0
+      ],
+      [
+        "▁awards",
+        0.0
+      ],
+      [
+        "▁âĶ",
+        0.0
+      ],
+      [
+        "Gold",
+        0.0
+      ],
+      [
+        "▁Blake",
+        0.0
+      ],
+      [
+        "▁Raj",
+        0.0
+      ],
+      [
+        "ifting",
+        0.0
+      ],
+      [
+        "▁pending",
+        0.0
+      ],
+      [
+        "▁instinct",
+        0.0
+      ],
+      [
+        "▁developments",
+        0.0
+      ],
+      [
+        "Connect",
+        0.0
+      ],
+      [
+        "▁Mand",
+        0.0
+      ],
+      [
+        "▁WITH",
+        0.0
+      ],
+      [
+        "▁Philippines",
+        0.0
+      ],
+      [
+        "profile",
+        0.0
+      ],
+      [
+        "▁altogether",
+        0.0
+      ],
+      [
+        "▁Bund",
+        0.0
+      ],
+      [
+        "▁TD",
+        0.0
+      ],
+      [
+        "oooo",
+        0.0
+      ],
+      [
+        "amped",
+        0.0
+      ],
+      [
+        "iph",
+        0.0
+      ],
+      [
+        "▁steam",
+        0.0
+      ],
+      [
+        "▁oldest",
+        0.0
+      ],
+      [
+        "▁detection",
+        0.0
+      ],
+      [
+        "ulpt",
+        0.0
+      ],
+      [
+        "▁ç",
+        0.0
+      ],
+      [
+        "▁Wayne",
+        0.0
+      ],
+      [
+        "2006",
+        0.0
+      ],
+      [
+        "fa",
+        0.0
+      ],
+      [
+        "▁circles",
+        0.0
+      ],
+      [
+        "▁Fu",
+        0.0
+      ],
+      [
+        "▁donors",
+        0.0
+      ],
+      [
+        "appropriate",
+        0.0
+      ],
+      [
+        "▁Dakota",
+        0.0
+      ],
+      [
+        "jamin",
+        0.0
+      ],
+      [
+        "▁motivated",
+        0.0
+      ],
+      [
+        "▁purchases",
+        0.0
+      ],
+      [
+        "▁Louisiana",
+        0.0
+      ],
+      [
+        "▁Spl",
+        0.0
+      ],
+      [
+        "▁globe",
+        0.0
+      ],
+      [
+        "▁105",
+        0.0
+      ],
+      [
+        "zip",
+        0.0
+      ],
+      [
+        "call",
+        0.0
+      ],
+      [
+        "▁departments",
+        0.0
+      ],
+      [
+        "▁sustainable",
+        0.0
+      ],
+      [
+        "105",
+        0.0
+      ],
+      [
+        "▁OP",
+        0.0
+      ],
+      [
+        "ifiers",
+        0.0
+      ],
+      [
+        "▁prevented",
+        0.0
+      ],
+      [
+        "▁incomp",
+        0.0
+      ],
+      [
+        "▁Commander",
+        0.0
+      ],
+      [
+        "▁dominated",
+        0.0
+      ],
+      [
+        "▁»",
+        0.0
+      ],
+      [
+        "▁invested",
+        0.0
+      ],
+      [
+        "▁complexity",
+        0.0
+      ],
+      [
+        "▁incl",
+        0.0
+      ],
+      [
+        "▁ensuring",
+        0.0
+      ],
+      [
+        "▁realm",
+        0.0
+      ],
+      [
+        "ync",
+        0.0
+      ],
+      [
+        "▁Independent",
+        0.0
+      ],
+      [
+        "rained",
+        0.0
+      ],
+      [
+        "▁Jen",
+        0.0
+      ],
+      [
+        "▁Flight",
+        0.0
+      ],
+      [
+        "▁athe",
+        0.0
+      ],
+      [
+        "▁speculation",
+        0.0
+      ],
+      [
+        "▁TE",
+        0.0
+      ],
+      [
+        "ocate",
+        0.0
+      ],
+      [
+        "tic",
+        0.0
+      ],
+      [
+        "▁plaint",
+        0.0
+      ],
+      [
+        "herry",
+        0.0
+      ],
+      [
+        "▁toy",
+        0.0
+      ],
+      [
+        "▁111",
+        0.0
+      ],
+      [
+        "▁plates",
+        0.0
+      ],
+      [
+        "status",
+        0.0
+      ],
+      [
+        "▁Isa",
+        0.0
+      ],
+      [
+        "▁devoted",
+        0.0
+      ],
+      [
+        "Cop",
+        0.0
+      ],
+      [
+        "▁ES",
+        0.0
+      ],
+      [
+        "255",
+        0.0
+      ],
+      [
+        "urrency",
+        0.0
+      ],
+      [
+        "Main",
+        0.0
+      ],
+      [
+        "▁slaves",
+        0.0
+      ],
+      [
+        "▁pepper",
+        0.0
+      ],
+      [
+        "▁quotes",
+        0.0
+      ],
+      [
+        "▁ceiling",
+        0.0
+      ],
+      [
+        "▁Fish",
+        0.0
+      ],
+      [
+        "▁transformation",
+        0.0
+      ],
+      [
+        "▁fraction",
+        0.0
+      ],
+      [
+        "▁advantages",
+        0.0
+      ],
+      [
+        "▁toile",
+        0.0
+      ],
+      [
+        "▁stunning",
+        0.0
+      ],
+      [
+        "▁moist",
+        0.0
+      ],
+      [
+        "breaking",
+        0.0
+      ],
+      [
+        "si",
+        0.0
+      ],
+      [
+        "▁Location",
+        0.0
+      ],
+      [
+        "▁Medium",
+        0.0
+      ],
+      [
+        "▁texts",
+        0.0
+      ],
+      [
+        "▁ugly",
+        0.0
+      ],
+      [
+        "▁bio",
+        0.0
+      ],
+      [
+        ".âĢĶ",
+        0.0
+      ],
+      [
+        "▁Based",
+        0.0
+      ],
+      [
+        "▁trains",
+        0.0
+      ],
+      [
+        "▁Wing",
+        0.0
+      ],
+      [
+        "▁Ancient",
+        0.0
+      ],
+      [
+        "▁Records",
+        0.0
+      ],
+      [
+        "▁Hope",
+        0.0
+      ],
+      [
+        "Special",
+        0.0
+      ],
+      [
+        "adesh",
+        0.0
+      ],
+      [
+        "obi",
+        0.0
+      ],
+      [
+        "[/",
+        0.0
+      ],
+      [
+        "▁temporarily",
+        0.0
+      ],
+      [
+        "Ver",
+        0.0
+      ],
+      [
+        "hu",
+        0.0
+      ],
+      [
+        "oser",
+        0.0
+      ],
+      [
+        "▁overnight",
+        0.0
+      ],
+      [
+        "▁mamm",
+        0.0
+      ],
+      [
+        "▁Treasury",
+        0.0
+      ],
+      [
+        "▁Venezuel",
+        0.0
+      ],
+      [
+        "▁Mega",
+        0.0
+      ],
+      [
+        "▁tar",
+        0.0
+      ],
+      [
+        "▁expects",
+        0.0
+      ],
+      [
+        "black",
+        0.0
+      ],
+      [
+        "orph",
+        0.0
+      ],
+      [
+        "\\\\\\\\",
+        0.0
+      ],
+      [
+        "▁acceptance",
+        0.0
+      ],
+      [
+        "▁radar",
+        0.0
+      ],
+      [
+        "sis",
+        0.0
+      ],
+      [
+        "▁junior",
+        0.0
+      ],
+      [
+        "▁frames",
+        0.0
+      ],
+      [
+        "▁observation",
+        0.0
+      ],
+      [
+        "acies",
+        0.0
+      ],
+      [
+        "Power",
+        0.0
+      ],
+      [
+        "▁Advanced",
+        0.0
+      ],
+      [
+        "Mag",
+        0.0
+      ],
+      [
+        "ologically",
+        0.0
+      ],
+      [
+        "▁Mechan",
+        0.0
+      ],
+      [
+        "▁sentences",
+        0.0
+      ],
+      [
+        "▁analysts",
+        0.0
+      ],
+      [
+        "aughters",
+        0.0
+      ],
+      [
+        "forcement",
+        0.0
+      ],
+      [
+        "▁vague",
+        0.0
+      ],
+      [
+        "▁clause",
+        0.0
+      ],
+      [
+        "▁directors",
+        0.0
+      ],
+      [
+        "▁evaluate",
+        0.0
+      ],
+      [
+        "▁cabinet",
+        0.0
+      ],
+      [
+        "Matt",
+        0.0
+      ],
+      [
+        "▁Classic",
+        0.0
+      ],
+      [
+        "Ang",
+        0.0
+      ],
+      [
+        "▁cler",
+        0.0
+      ],
+      [
+        "▁Buck",
+        0.0
+      ],
+      [
+        "▁researcher",
+        0.0
+      ],
+      [
+        "▁160",
+        0.0
+      ],
+      [
+        "▁poorly",
+        0.0
+      ],
+      [
+        "▁experiencing",
+        0.0
+      ],
+      [
+        "▁Ped",
+        0.0
+      ],
+      [
+        "▁Manhattan",
+        0.0
+      ],
+      [
+        "▁freed",
+        0.0
+      ],
+      [
+        "▁themes",
+        0.0
+      ],
+      [
+        "advant",
+        0.0
+      ],
+      [
+        "▁nin",
+        0.0
+      ],
+      [
+        "▁praise",
+        0.0
+      ],
+      [
+        "104",
+        0.0
+      ],
+      [
+        "▁Libya",
+        0.0
+      ],
+      [
+        "best",
+        0.0
+      ],
+      [
+        "▁trusted",
+        0.0
+      ],
+      [
+        "▁cease",
+        0.0
+      ],
+      [
+        "▁dign",
+        0.0
+      ],
+      [
+        "Direct",
+        0.0
+      ],
+      [
+        "▁bombing",
+        0.0
+      ],
+      [
+        "▁migration",
+        0.0
+      ],
+      [
+        "▁Sciences",
+        0.0
+      ],
+      [
+        "▁municipal",
+        0.0
+      ],
+      [
+        "▁Average",
+        0.0
+      ],
+      [
+        "▁glory",
+        0.0
+      ],
+      [
+        "▁revealing",
+        0.0
+      ],
+      [
+        "▁arena",
+        0.0
+      ],
+      [
+        "▁uncertainty",
+        0.0
+      ],
+      [
+        "▁battlefield",
+        0.0
+      ],
+      [
+        "iao",
+        0.0
+      ],
+      [
+        "God",
+        0.0
+      ],
+      [
+        "▁cinem",
+        0.0
+      ],
+      [
+        "rape",
+        0.0
+      ],
+      [
+        "elle",
+        0.0
+      ],
+      [
+        "apons",
+        0.0
+      ],
+      [
+        "▁listing",
+        0.0
+      ],
+      [
+        "▁waited",
+        0.0
+      ],
+      [
+        "▁spotted",
+        0.0
+      ],
+      [
+        "keley",
+        0.0
+      ],
+      [
+        "▁Audio",
+        0.0
+      ],
+      [
+        "eor",
+        0.0
+      ],
+      [
+        "arding",
+        0.0
+      ],
+      [
+        "idding",
+        0.0
+      ],
+      [
+        "igma",
+        0.0
+      ],
+      [
+        "▁Neg",
+        0.0
+      ],
+      [
+        "▁lone",
+        0.0
+      ],
+      [
+        "▁----",
+        0.0
+      ],
+      [
+        "exe",
+        0.0
+      ],
+      [
+        "deg",
+        0.0
+      ],
+      [
+        "▁transf",
+        0.0
+      ],
+      [
+        "▁wash",
+        0.0
+      ],
+      [
+        "▁slavery",
+        0.0
+      ],
+      [
+        "▁exploring",
+        0.0
+      ],
+      [
+        "▁WW",
+        0.0
+      ],
+      [
+        "atson",
+        0.0
+      ],
+      [
+        "▁encl",
+        0.0
+      ],
+      [
+        "lies",
+        0.0
+      ],
+      [
+        "▁Creek",
+        0.0
+      ],
+      [
+        "▁wooden",
+        0.0
+      ],
+      [
+        "Manager",
+        0.0
+      ],
+      [
+        "▁Brand",
+        0.0
+      ],
+      [
+        "ummy",
+        0.0
+      ],
+      [
+        "▁Arthur",
+        0.0
+      ],
+      [
+        "▁bureaucr",
+        0.0
+      ],
+      [
+        "▁blend",
+        0.0
+      ],
+      [
+        "arians",
+        0.0
+      ],
+      [
+        "Further",
+        0.0
+      ],
+      [
+        "▁supposedly",
+        0.0
+      ],
+      [
+        "▁winds",
+        0.0
+      ],
+      [
+        "▁1979",
+        0.0
+      ],
+      [
+        "▁gravity",
+        0.0
+      ],
+      [
+        "▁analyses",
+        0.0
+      ],
+      [
+        "▁Travel",
+        0.0
+      ],
+      [
+        "▁Veter",
+        0.0
+      ],
+      [
+        "▁dumb",
+        0.0
+      ],
+      [
+        "▁alternate",
+        0.0
+      ],
+      [
+        "gal",
+        0.0
+      ],
+      [
+        "▁consumed",
+        0.0
+      ],
+      [
+        "▁effectiveness",
+        0.0
+      ],
+      [
+        ".''",
+        0.0
+      ],
+      [
+        "▁paths",
+        0.0
+      ],
+      [
+        "onda",
+        0.0
+      ],
+      [
+        "LA",
+        0.0
+      ],
+      [
+        "▁Strong",
+        0.0
+      ],
+      [
+        "▁enables",
+        0.0
+      ],
+      [
+        "▁escaped",
+        0.0
+      ],
+      [
+        "▁\"\"",
+        0.0
+      ],
+      [
+        "▁112",
+        0.0
+      ],
+      [
+        "▁1983",
+        0.0
+      ],
+      [
+        "▁smiled",
+        0.0
+      ],
+      [
+        "▁tendency",
+        0.0
+      ],
+      [
+        "Fire",
+        0.0
+      ],
+      [
+        "▁pars",
+        0.0
+      ],
+      [
+        "▁Roc",
+        0.0
+      ],
+      [
+        "▁lake",
+        0.0
+      ],
+      [
+        "▁fitness",
+        0.0
+      ],
+      [
+        "▁Ath",
+        0.0
+      ],
+      [
+        "▁Horn",
+        0.0
+      ],
+      [
+        "▁hier",
+        0.0
+      ],
+      [
+        "▁impose",
+        0.0
+      ],
+      [
+        "mother",
+        0.0
+      ],
+      [
+        "▁pension",
+        0.0
+      ],
+      [
+        "icut",
+        0.0
+      ],
+      [
+        "borne",
+        0.0
+      ],
+      [
+        "iciary",
+        0.0
+      ],
+      [
+        "._",
+        0.0
+      ],
+      [
+        "▁SU",
+        0.0
+      ],
+      [
+        "▁polar",
+        0.0
+      ],
+      [
+        "isy",
+        0.0
+      ],
+      [
+        "engu",
+        0.0
+      ],
+      [
+        "itialized",
+        0.0
+      ],
+      [
+        "ATA",
+        0.0
+      ],
+      [
+        "write",
+        0.0
+      ],
+      [
+        "▁exercises",
+        0.0
+      ],
+      [
+        "▁Diamond",
+        0.0
+      ],
+      [
+        "otypes",
+        0.0
+      ],
+      [
+        "▁harmful",
+        0.0
+      ],
+      [
+        "onz",
+        0.0
+      ],
+      [
+        "▁printing",
+        0.0
+      ],
+      [
+        "story",
+        0.0
+      ],
+      [
+        "▁expertise",
+        0.0
+      ],
+      [
+        "▁Ger",
+        0.0
+      ],
+      [
+        "▁tragedy",
+        0.0
+      ],
+      [
+        "▁Fly",
+        0.0
+      ],
+      [
+        "▁divid",
+        0.0
+      ],
+      [
+        "ampire",
+        0.0
+      ],
+      [
+        "stock",
+        0.0
+      ],
+      [
+        "Mem",
+        0.0
+      ],
+      [
+        "▁reign",
+        0.0
+      ],
+      [
+        "▁unve",
+        0.0
+      ],
+      [
+        "▁amend",
+        0.0
+      ],
+      [
+        "▁Prophet",
+        0.0
+      ],
+      [
+        "▁mutual",
+        0.0
+      ],
+      [
+        "▁Fac",
+        0.0
+      ],
+      [
+        "▁replacing",
+        0.0
+      ],
+      [
+        "Har",
+        0.0
+      ],
+      [
+        "▁Circuit",
+        0.0
+      ],
+      [
+        "▁throat",
+        0.0
+      ],
+      [
+        "▁Shot",
+        0.0
+      ],
+      [
+        "▁batteries",
+        0.0
+      ],
+      [
+        "▁toll",
+        0.0
+      ],
+      [
+        "▁addressing",
+        0.0
+      ],
+      [
+        "▁Medicaid",
+        0.0
+      ],
+      [
+        "▁pupp",
+        0.0
+      ],
+      [
+        "▁Nar",
+        0.0
+      ],
+      [
+        "olk",
+        0.0
+      ],
+      [
+        "▁equity",
+        0.0
+      ],
+      [
+        "MR",
+        0.0
+      ],
+      [
+        "▁Hispan",
+        0.0
+      ],
+      [
+        "▁Large",
+        0.0
+      ],
+      [
+        "mid",
+        0.0
+      ],
+      [
+        "Dev",
+        0.0
+      ],
+      [
+        "▁exped",
+        0.0
+      ],
+      [
+        "▁demo",
+        0.0
+      ],
+      [
+        "▁Marshall",
+        0.0
+      ],
+      [
+        "ergus",
+        0.0
+      ],
+      [
+        "▁fiber",
+        0.0
+      ],
+      [
+        "▁divorce",
+        0.0
+      ],
+      [
+        "▁Create",
+        0.0
+      ],
+      [
+        "▁slower",
+        0.0
+      ],
+      [
+        "▁Parker",
+        0.0
+      ],
+      [
+        "▁Student",
+        0.0
+      ],
+      [
+        "▁Training",
+        0.0
+      ],
+      [
+        "Return",
+        0.0
+      ],
+      [
+        "▁Tru",
+        0.0
+      ],
+      [
+        "▁cub",
+        0.0
+      ],
+      [
+        "▁Reached",
+        0.0
+      ],
+      [
+        "▁panic",
+        0.0
+      ],
+      [
+        "▁quarters",
+        0.0
+      ],
+      [
+        "▁rect",
+        0.0
+      ],
+      [
+        "▁treating",
+        0.0
+      ],
+      [
+        "▁rats",
+        0.0
+      ],
+      [
+        "▁Christianity",
+        0.0
+      ],
+      [
+        "oler",
+        0.0
+      ],
+      [
+        "▁sacred",
+        0.0
+      ],
+      [
+        "▁declare",
+        0.0
+      ],
+      [
+        "ulative",
+        0.0
+      ],
+      [
+        "eting",
+        0.0
+      ],
+      [
+        "▁delivering",
+        0.0
+      ],
+      [
+        "estone",
+        0.0
+      ],
+      [
+        "▁tel",
+        0.0
+      ],
+      [
+        "▁Larry",
+        0.0
+      ],
+      [
+        "▁meta",
+        0.0
+      ],
+      [
+        "accept",
+        0.0
+      ],
+      [
+        "artz",
+        0.0
+      ],
+      [
+        "▁Roger",
+        0.0
+      ],
+      [
+        "handed",
+        0.0
+      ],
+      [
+        "▁header",
+        0.0
+      ],
+      [
+        "▁trapped",
+        0.0
+      ],
+      [
+        "▁Century",
+        0.0
+      ],
+      [
+        "▁knocked",
+        0.0
+      ],
+      [
+        "▁Oxford",
+        0.0
+      ],
+      [
+        "▁survivors",
+        0.0
+      ],
+      [
+        "bot",
+        0.0
+      ],
+      [
+        "▁demonstration",
+        0.0
+      ],
+      [
+        "▁dirt",
+        0.0
+      ],
+      [
+        "▁assists",
+        0.0
+      ],
+      [
+        "OME",
+        0.0
+      ],
+      [
+        "▁Draft",
+        0.0
+      ],
+      [
+        "ortunate",
+        0.0
+      ],
+      [
+        "folio",
+        0.0
+      ],
+      [
+        "pered",
+        0.0
+      ],
+      [
+        "usters",
+        0.0
+      ],
+      [
+        "gt",
+        0.0
+      ],
+      [
+        "▁Lock",
+        0.0
+      ],
+      [
+        "▁judicial",
+        0.0
+      ],
+      [
+        "verted",
+        0.0
+      ],
+      [
+        "▁secured",
+        0.0
+      ],
+      [
+        "outing",
+        0.0
+      ],
+      [
+        "▁Books",
+        0.0
+      ],
+      [
+        "▁hosting",
+        0.0
+      ],
+      [
+        "▁lifted",
+        0.0
+      ],
+      [
+        "length",
+        0.0
+      ],
+      [
+        "▁jer",
+        0.0
+      ],
+      [
+        "▁wheels",
+        0.0
+      ],
+      [
+        "▁Range",
+        0.0
+      ],
+      [
+        "umbnails",
+        0.0
+      ],
+      [
+        "▁diagnosis",
+        0.0
+      ],
+      [
+        "tech",
+        0.0
+      ],
+      [
+        "▁Stewart",
+        0.0
+      ],
+      [
+        "▁Pract",
+        0.0
+      ],
+      [
+        "▁nationwide",
+        0.0
+      ],
+      [
+        "▁dear",
+        0.0
+      ],
+      [
+        "▁obligations",
+        0.0
+      ],
+      [
+        "▁grows",
+        0.0
+      ],
+      [
+        "▁mandatory",
+        0.0
+      ],
+      [
+        "▁suspicious",
+        0.0
+      ],
+      [
+        "!'",
+        0.0
+      ],
+      [
+        "Apr",
+        0.0
+      ],
+      [
+        "Great",
+        0.0
+      ],
+      [
+        "▁mortgage",
+        0.0
+      ],
+      [
+        "▁prosecutor",
+        0.0
+      ],
+      [
+        "▁editorial",
+        0.0
+      ],
+      [
+        "▁Kr",
+        0.0
+      ],
+      [
+        "▁processed",
+        0.0
+      ],
+      [
+        "ungle",
+        0.0
+      ],
+      [
+        "▁flexibility",
+        0.0
+      ],
+      [
+        "Earlier",
+        0.0
+      ],
+      [
+        "▁Cart",
+        0.0
+      ],
+      [
+        "▁Sug",
+        0.0
+      ],
+      [
+        "▁focuses",
+        0.0
+      ],
+      [
+        "▁startup",
+        0.0
+      ],
+      [
+        "▁breach",
+        0.0
+      ],
+      [
+        "▁Tob",
+        0.0
+      ],
+      [
+        "cycle",
+        0.0
+      ],
+      [
+        "ãĢĮ",
+        0.0
+      ],
+      [
+        "rose",
+        0.0
+      ],
+      [
+        "▁bizarre",
+        0.0
+      ],
+      [
+        "ãĢį",
+        0.0
+      ],
+      [
+        "▁vegetables",
+        0.0
+      ],
+      [
+        "$$",
+        0.0
+      ],
+      [
+        "▁retreat",
+        0.0
+      ],
+      [
+        "oshi",
+        0.0
+      ],
+      [
+        "▁Shop",
+        0.0
+      ],
+      [
+        "▁Ground",
+        0.0
+      ],
+      [
+        "▁Stop",
+        0.0
+      ],
+      [
+        "▁Hawaii",
+        0.0
+      ],
+      [
+        "▁Ay",
+        0.0
+      ],
+      [
+        "Perhaps",
+        0.0
+      ],
+      [
+        "▁Beaut",
+        0.0
+      ],
+      [
+        "uffer",
+        0.0
+      ],
+      [
+        "enna",
+        0.0
+      ],
+      [
+        "▁productivity",
+        0.0
+      ],
+      [
+        "Fixed",
+        0.0
+      ],
+      [
+        "control",
+        0.0
+      ],
+      [
+        "▁absent",
+        0.0
+      ],
+      [
+        "▁Campaign",
+        0.0
+      ],
+      [
+        "Green",
+        0.0
+      ],
+      [
+        "▁identifying",
+        0.0
+      ],
+      [
+        "▁regret",
+        0.0
+      ],
+      [
+        "▁promoted",
+        0.0
+      ],
+      [
+        "▁Seven",
+        0.0
+      ],
+      [
+        "▁eru",
+        0.0
+      ],
+      [
+        "neath",
+        0.0
+      ],
+      [
+        "aughed",
+        0.0
+      ],
+      [
+        "▁Pin",
+        0.0
+      ],
+      [
+        "▁Living",
+        0.0
+      ],
+      [
+        "Cost",
+        0.0
+      ],
+      [
+        "omatic",
+        0.0
+      ],
+      [
+        "mega",
+        0.0
+      ],
+      [
+        "▁Nig",
+        0.0
+      ],
+      [
+        "ocy",
+        0.0
+      ],
+      [
+        "▁inbox",
+        0.0
+      ],
+      [
+        "▁empire",
+        0.0
+      ],
+      [
+        "▁horizont",
+        0.0
+      ],
+      [
+        "▁branches",
+        0.0
+      ],
+      [
+        "▁metaph",
+        0.0
+      ],
+      [
+        "Active",
+        0.0
+      ],
+      [
+        "edi",
+        0.0
+      ],
+      [
+        "▁Film",
+        0.0
+      ],
+      [
+        "▁Something",
+        0.0
+      ],
+      [
+        "▁mods",
+        0.0
+      ],
+      [
+        "incial",
+        0.0
+      ],
+      [
+        "▁Original",
+        0.0
+      ],
+      [
+        "Gen",
+        0.0
+      ],
+      [
+        "▁spirits",
+        0.0
+      ],
+      [
+        "▁earning",
+        0.0
+      ],
+      [
+        "Hist",
+        0.0
+      ],
+      [
+        "▁riders",
+        0.0
+      ],
+      [
+        "▁sacrific",
+        0.0
+      ],
+      [
+        "MT",
+        0.0
+      ],
+      [
+        "▁VA",
+        0.0
+      ],
+      [
+        "▁Salt",
+        0.0
+      ],
+      [
+        "▁occupation",
+        0.0
+      ],
+      [
+        "▁Mi",
+        0.0
+      ],
+      [
+        "▁disg",
+        0.0
+      ],
+      [
+        "lict",
+        0.0
+      ],
+      [
+        "▁nit",
+        0.0
+      ],
+      [
+        "▁nodes",
+        0.0
+      ],
+      [
+        "eem",
+        0.0
+      ],
+      [
+        "▁Pier",
+        0.0
+      ],
+      [
+        "▁hatred",
+        0.0
+      ],
+      [
+        "psy",
+        0.0
+      ],
+      [
+        "ãĥī",
+        0.0
+      ],
+      [
+        "▁theater",
+        0.0
+      ],
+      [
+        "▁sophisticated",
+        0.0
+      ],
+      [
+        "▁defended",
+        0.0
+      ],
+      [
+        "▁besides",
+        0.0
+      ],
+      [
+        "▁thoroughly",
+        0.0
+      ],
+      [
+        "▁Medicare",
+        0.0
+      ],
+      [
+        "▁blamed",
+        0.0
+      ],
+      [
+        "arently",
+        0.0
+      ],
+      [
+        "▁crying",
+        0.0
+      ],
+      [
+        "FOR",
+        0.0
+      ],
+      [
+        "priv",
+        0.0
+      ],
+      [
+        "▁singing",
+        0.0
+      ],
+      [
+        "▁Il",
+        0.0
+      ],
+      [
+        "▁cute",
+        0.0
+      ],
+      [
+        "oided",
+        0.0
+      ],
+      [
+        "olitical",
+        0.0
+      ],
+      [
+        "▁Neuro",
+        0.0
+      ],
+      [
+        "å¤",
+        0.0
+      ],
+      [
+        "▁donation",
+        0.0
+      ],
+      [
+        "▁Eagles",
+        0.0
+      ],
+      [
+        "▁Give",
+        0.0
+      ],
+      [
+        "Tom",
+        0.0
+      ],
+      [
+        "▁substantially",
+        0.0
+      ],
+      [
+        "▁License",
+        0.0
+      ],
+      [
+        "▁Ja",
+        0.0
+      ],
+      [
+        "▁grey",
+        0.0
+      ],
+      [
+        "▁Animal",
+        0.0
+      ],
+      [
+        "▁ER",
+        0.0
+      ],
+      [
+        "▁Und",
+        0.0
+      ],
+      [
+        "▁keen",
+        0.0
+      ],
+      [
+        "▁conclude",
+        0.0
+      ],
+      [
+        "▁Mississippi",
+        0.0
+      ],
+      [
+        "Engine",
+        0.0
+      ],
+      [
+        "▁Studios",
+        0.0
+      ],
+      [
+        "Press",
+        0.0
+      ],
+      [
+        "overs",
+        0.0
+      ],
+      [
+        "llers",
+        0.0
+      ],
+      [
+        "▁350",
+        0.0
+      ],
+      [
+        "▁Rangers",
+        0.0
+      ],
+      [
+        "▁rou",
+        0.0
+      ],
+      [
+        "erto",
+        0.0
+      ],
+      [
+        "Ep",
+        0.0
+      ],
+      [
+        "issa",
+        0.0
+      ],
+      [
+        "ivan",
+        0.0
+      ],
+      [
+        "▁seal",
+        0.0
+      ],
+      [
+        "▁Regist",
+        0.0
+      ],
+      [
+        "display",
+        0.0
+      ],
+      [
+        "▁weaken",
+        0.0
+      ],
+      [
+        "uum",
+        0.0
+      ],
+      [
+        "▁Commons",
+        0.0
+      ],
+      [
+        "▁Say",
+        0.0
+      ],
+      [
+        "▁cultures",
+        0.0
+      ],
+      [
+        "▁laughed",
+        0.0
+      ],
+      [
+        "▁slip",
+        0.0
+      ],
+      [
+        "▁treatments",
+        0.0
+      ],
+      [
+        "izable",
+        0.0
+      ],
+      [
+        "mart",
+        0.0
+      ],
+      [
+        "▁Rice",
+        0.0
+      ],
+      [
+        "▁beast",
+        0.0
+      ],
+      [
+        "▁obesity",
+        0.0
+      ],
+      [
+        "▁Laure",
+        0.0
+      ],
+      [
+        "iga",
+        0.0
+      ],
+      [
+        "Which",
+        0.0
+      ],
+      [
+        "holder",
+        0.0
+      ],
+      [
+        "▁elderly",
+        0.0
+      ],
+      [
+        "▁pays",
+        0.0
+      ],
+      [
+        "▁complained",
+        0.0
+      ],
+      [
+        "▁crop",
+        0.0
+      ],
+      [
+        "▁proc",
+        0.0
+      ],
+      [
+        "▁explosive",
+        0.0
+      ],
+      [
+        "▁Fan",
+        0.0
+      ],
+      [
+        "▁Arsenal",
+        0.0
+      ],
+      [
+        "Author",
+        0.0
+      ],
+      [
+        "eful",
+        0.0
+      ],
+      [
+        "▁meals",
+        0.0
+      ],
+      [
+        "▁(-",
+        0.0
+      ],
+      [
+        "idays",
+        0.0
+      ],
+      [
+        "▁imagination",
+        0.0
+      ],
+      [
+        "▁annually",
+        0.0
+      ],
+      [
+        "▁ms",
+        0.0
+      ],
+      [
+        "asures",
+        0.0
+      ],
+      [
+        "Head",
+        0.0
+      ],
+      [
+        "ikh",
+        0.0
+      ],
+      [
+        "matic",
+        0.0
+      ],
+      [
+        "▁boyfriend",
+        0.0
+      ],
+      [
+        "▁Computer",
+        0.0
+      ],
+      [
+        "▁bump",
+        0.0
+      ],
+      [
+        "▁surge",
+        0.0
+      ],
+      [
+        "▁Craig",
+        0.0
+      ],
+      [
+        "▁Kirk",
+        0.0
+      ],
+      [
+        "Del",
+        0.0
+      ],
+      [
+        "mediate",
+        0.0
+      ],
+      [
+        "▁scenarios",
+        0.0
+      ],
+      [
+        "▁Mut",
+        0.0
+      ],
+      [
+        "▁Stream",
+        0.0
+      ],
+      [
+        "▁competitors",
+        0.0
+      ],
+      [
+        "ÙĦ",
+        0.0
+      ],
+      [
+        "▁Stanford",
+        0.0
+      ],
+      [
+        "▁Resources",
+        0.0
+      ],
+      [
+        "azed",
+        0.0
+      ],
+      [
+        "bage",
+        0.0
+      ],
+      [
+        "▁organis",
+        0.0
+      ],
+      [
+        "▁Release",
+        0.0
+      ],
+      [
+        "▁separately",
+        0.0
+      ],
+      [
+        "▁habits",
+        0.0
+      ],
+      [
+        "▁measurements",
+        0.0
+      ],
+      [
+        "▁Close",
+        0.0
+      ],
+      [
+        "▁accompany",
+        0.0
+      ],
+      [
+        "▁gly",
+        0.0
+      ],
+      [
+        "▁tang",
+        0.0
+      ],
+      [
+        "▁Rou",
+        0.0
+      ],
+      [
+        "▁plugin",
+        0.0
+      ],
+      [
+        "▁convey",
+        0.0
+      ],
+      [
+        "▁Challenge",
+        0.0
+      ],
+      [
+        "oots",
+        0.0
+      ],
+      [
+        "jan",
+        0.0
+      ],
+      [
+        "▁curs",
+        0.0
+      ],
+      [
+        "▁Relations",
+        0.0
+      ],
+      [
+        "keeper",
+        0.0
+      ],
+      [
+        "▁approaching",
+        0.0
+      ],
+      [
+        "ping",
+        0.0
+      ],
+      [
+        "Speaking",
+        0.0
+      ],
+      [
+        "▁arrangement",
+        0.0
+      ],
+      [
+        "▁VI",
+        0.0
+      ],
+      [
+        "arettes",
+        0.0
+      ],
+      [
+        "▁affecting",
+        0.0
+      ],
+      [
+        "▁permits",
+        0.0
+      ],
+      [
+        "because",
+        0.0
+      ],
+      [
+        "▁useless",
+        0.0
+      ],
+      [
+        "▁Hus",
+        0.0
+      ],
+      [
+        "!!!!",
+        0.0
+      ],
+      [
+        "▁destroying",
+        0.0
+      ],
+      [
+        "Unfortunately",
+        0.0
+      ],
+      [
+        "▁fascinating",
+        0.0
+      ],
+      [
+        "Sem",
+        0.0
+      ],
+      [
+        "▁electoral",
+        0.0
+      ],
+      [
+        "▁transparency",
+        0.0
+      ],
+      [
+        "▁Chaos",
+        0.0
+      ],
+      [
+        "▁volunteer",
+        0.0
+      ],
+      [
+        "▁statistical",
+        0.0
+      ],
+      [
+        "▁activated",
+        0.0
+      ],
+      [
+        "rox",
+        0.0
+      ],
+      [
+        "Web",
+        0.0
+      ],
+      [
+        "HE",
+        0.0
+      ],
+      [
+        "▁Hampshire",
+        0.0
+      ],
+      [
+        "isive",
+        0.0
+      ],
+      [
+        "Map",
+        0.0
+      ],
+      [
+        "▁trash",
+        0.0
+      ],
+      [
+        "▁Lawrence",
+        0.0
+      ],
+      [
+        "stick",
+        0.0
+      ],
+      [
+        "Cr",
+        0.0
+      ],
+      [
+        "▁rings",
+        0.0
+      ],
+      [
+        "EXT",
+        0.0
+      ],
+      [
+        "▁operational",
+        0.0
+      ],
+      [
+        "opes",
+        0.0
+      ],
+      [
+        "Does",
+        0.0
+      ],
+      [
+        "▁Evans",
+        0.0
+      ],
+      [
+        "▁witnessed",
+        0.0
+      ],
+      [
+        "Port",
+        0.0
+      ],
+      [
+        "▁launching",
+        0.0
+      ],
+      [
+        "econom",
+        0.0
+      ],
+      [
+        "wear",
+        0.0
+      ],
+      [
+        "▁Particip",
+        0.0
+      ],
+      [
+        "umm",
+        0.0
+      ],
+      [
+        "cules",
+        0.0
+      ],
+      [
+        "▁RAM",
+        0.0
+      ],
+      [
+        "▁Tun",
+        0.0
+      ],
+      [
+        "▁assured",
+        0.0
+      ],
+      [
+        "▁binary",
+        0.0
+      ],
+      [
+        "▁betray",
+        0.0
+      ],
+      [
+        "▁exploration",
+        0.0
+      ],
+      [
+        "▁Fel",
+        0.0
+      ],
+      [
+        "▁admission",
+        0.0
+      ],
+      [
+        "itated",
+        0.0
+      ],
+      [
+        "Sy",
+        0.0
+      ],
+      [
+        "▁avoided",
+        0.0
+      ],
+      [
+        "▁Simulator",
+        0.0
+      ],
+      [
+        "▁celebrated",
+        0.0
+      ],
+      [
+        "▁Electric",
+        0.0
+      ],
+      [
+        "¥ŀ",
+        0.0
+      ],
+      [
+        "▁cluster",
+        0.0
+      ],
+      [
+        "itzerland",
+        0.0
+      ],
+      [
+        "health",
+        0.0
+      ],
+      [
+        "Line",
+        0.0
+      ],
+      [
+        "▁Nash",
+        0.0
+      ],
+      [
+        "aton",
+        0.0
+      ],
+      [
+        "▁spare",
+        0.0
+      ],
+      [
+        "▁enterprise",
+        0.0
+      ],
+      [
+        "▁DIS",
+        0.0
+      ],
+      [
+        "cludes",
+        0.0
+      ],
+      [
+        "▁flights",
+        0.0
+      ],
+      [
+        "▁regards",
+        0.0
+      ],
+      [
+        "▁ÃĹ",
+        0.0
+      ],
+      [
+        "half",
+        0.0
+      ],
+      [
+        "▁trucks",
+        0.0
+      ],
+      [
+        "▁contacts",
+        0.0
+      ],
+      [
+        "▁uncons",
+        0.0
+      ],
+      [
+        "▁Climate",
+        0.0
+      ],
+      [
+        "▁immense",
+        0.0
+      ],
+      [
+        "NEW",
+        0.0
+      ],
+      [
+        "occ",
+        0.0
+      ],
+      [
+        "ective",
+        0.0
+      ],
+      [
+        "▁embod",
+        0.0
+      ],
+      [
+        "▁patrol",
+        0.0
+      ],
+      [
+        "▁beside",
+        0.0
+      ],
+      [
+        "▁viable",
+        0.0
+      ],
+      [
+        "▁creep",
+        0.0
+      ],
+      [
+        "▁triggered",
+        0.0
+      ],
+      [
+        "verning",
+        0.0
+      ],
+      [
+        "▁comparable",
+        0.0
+      ],
+      [
+        "ql",
+        0.0
+      ],
+      [
+        "▁gaining",
+        0.0
+      ],
+      [
+        "asses",
+        0.0
+      ],
+      [
+        "▁();",
+        0.0
+      ],
+      [
+        "▁Grey",
+        0.0
+      ],
+      [
+        "▁MLS",
+        0.0
+      ],
+      [
+        "sized",
+        0.0
+      ],
+      [
+        "▁prosper",
+        0.0
+      ],
+      [
+        "\"?",
+        0.0
+      ],
+      [
+        "▁polling",
+        0.0
+      ],
+      [
+        "▁shar",
+        0.0
+      ],
+      [
+        "▁RC",
+        0.0
+      ],
+      [
+        "▁firearm",
+        0.0
+      ],
+      [
+        "orient",
+        0.0
+      ],
+      [
+        "▁fence",
+        0.0
+      ],
+      [
+        "▁variations",
+        0.0
+      ],
+      [
+        "giving",
+        0.0
+      ],
+      [
+        "▁Pi",
+        0.0
+      ],
+      [
+        "ospel",
+        0.0
+      ],
+      [
+        "▁pledge",
+        0.0
+      ],
+      [
+        "▁cure",
+        0.0
+      ],
+      [
+        "▁spy",
+        0.0
+      ],
+      [
+        "▁violated",
+        0.0
+      ],
+      [
+        "▁rushed",
+        0.0
+      ],
+      [
+        "▁stroke",
+        0.0
+      ],
+      [
+        "▁Blog",
+        0.0
+      ],
+      [
+        "sels",
+        0.0
+      ],
+      [
+        "▁Ec",
+        0.0
+      ],
+      [
+        ",''",
+        0.0
+      ],
+      [
+        "▁pale",
+        0.0
+      ],
+      [
+        "▁Collins",
+        0.0
+      ],
+      [
+        "terror",
+        0.0
+      ],
+      [
+        "▁Canadians",
+        0.0
+      ],
+      [
+        "▁tune",
+        0.0
+      ],
+      [
+        "▁laboratory",
+        0.0
+      ],
+      [
+        "▁nons",
+        0.0
+      ],
+      [
+        "tarian",
+        0.0
+      ],
+      [
+        "▁disability",
+        0.0
+      ],
+      [
+        "▁Gam",
+        0.0
+      ],
+      [
+        "▁singer",
+        0.0
+      ],
+      [
+        "alg",
+        0.0
+      ],
+      [
+        "▁Senior",
+        0.0
+      ],
+      [
+        "▁traded",
+        0.0
+      ],
+      [
+        "▁Warrior",
+        0.0
+      ],
+      [
+        "▁infring",
+        0.0
+      ],
+      [
+        "▁Franklin",
+        0.0
+      ],
+      [
+        "▁strain",
+        0.0
+      ],
+      [
+        "▁Swedish",
+        0.0
+      ],
+      [
+        "▁seventh",
+        0.0
+      ],
+      [
+        "▁Benn",
+        0.0
+      ],
+      [
+        "▁Tell",
+        0.0
+      ],
+      [
+        "▁syndrome",
+        0.0
+      ],
+      [
+        "▁wondered",
+        0.0
+      ],
+      [
+        "iden",
+        0.0
+      ],
+      [
+        "++++",
+        0.0
+      ],
+      [
+        "igo",
+        0.0
+      ],
+      [
+        "▁purple",
+        0.0
+      ],
+      [
+        "▁journalism",
+        0.0
+      ],
+      [
+        "▁rebel",
+        0.0
+      ],
+      [
+        "▁fu",
+        0.0
+      ],
+      [
+        "blog",
+        0.0
+      ],
+      [
+        "▁invite",
+        0.0
+      ],
+      [
+        "rencies",
+        0.0
+      ],
+      [
+        "▁Contact",
+        0.0
+      ],
+      [
+        "Israel",
+        0.0
+      ],
+      [
+        "▁Content",
+        0.0
+      ],
+      [
+        "▁cheer",
+        0.0
+      ],
+      [
+        "▁bedroom",
+        0.0
+      ],
+      [
+        "▁Engineering",
+        0.0
+      ],
+      [
+        "▁Queens",
+        0.0
+      ],
+      [
+        "▁dwell",
+        0.0
+      ],
+      [
+        "▁PlayStation",
+        0.0
+      ],
+      [
+        "▁Dim",
+        0.0
+      ],
+      [
+        "▁Colon",
+        0.0
+      ],
+      [
+        "lr",
+        0.0
+      ],
+      [
+        "▁operates",
+        0.0
+      ],
+      [
+        "▁motivation",
+        0.0
+      ],
+      [
+        "USA",
+        0.0
+      ],
+      [
+        "astered",
+        0.0
+      ],
+      [
+        "Core",
+        0.0
+      ],
+      [
+        "▁Truth",
+        0.0
+      ],
+      [
+        "olo",
+        0.0
+      ],
+      [
+        "OSE",
+        0.0
+      ],
+      [
+        "▁Memory",
+        0.0
+      ],
+      [
+        "▁predec",
+        0.0
+      ],
+      [
+        "▁anarch",
+        0.0
+      ],
+      [
+        "▁1920",
+        0.0
+      ],
+      [
+        "▁Yam",
+        0.0
+      ],
+      [
+        "è",
+        0.0
+      ],
+      [
+        "bid",
+        0.0
+      ],
+      [
+        "▁grateful",
+        0.0
+      ],
+      [
+        "▁excitement",
+        0.0
+      ],
+      [
+        "▁treasure",
+        0.0
+      ],
+      [
+        "▁longest",
+        0.0
+      ],
+      [
+        "ctive",
+        0.0
+      ],
+      [
+        "▁deserves",
+        0.0
+      ],
+      [
+        "▁reserves",
+        0.0
+      ],
+      [
+        "▁cops",
+        0.0
+      ],
+      [
+        "▁Ottawa",
+        0.0
+      ],
+      [
+        "▁Egyptian",
+        0.0
+      ],
+      [
+        "anked",
+        0.0
+      ],
+      [
+        "▁artif",
+        0.0
+      ],
+      [
+        "▁hypothesis",
+        0.0
+      ],
+      [
+        ":/",
+        0.0
+      ],
+      [
+        "▁purchasing",
+        0.0
+      ],
+      [
+        "▁lovely",
+        0.0
+      ],
+      [
+        "HP",
+        0.0
+      ],
+      [
+        "▁divide",
+        0.0
+      ],
+      [
+        "▁strictly",
+        0.0
+      ],
+      [
+        "▁questioning",
+        0.0
+      ],
+      [
+        "▁taxpayers",
+        0.0
+      ],
+      [
+        "▁Joy",
+        0.0
+      ],
+      [
+        "▁rolls",
+        0.0
+      ],
+      [
+        "▁Heavy",
+        0.0
+      ],
+      [
+        "▁ports",
+        0.0
+      ],
+      [
+        "▁magnetic",
+        0.0
+      ],
+      [
+        "▁inflamm",
+        0.0
+      ],
+      [
+        "▁brush",
+        0.0
+      ],
+      [
+        "tics",
+        0.0
+      ],
+      [
+        "âĪĴ",
+        0.0
+      ],
+      [
+        "▁bottles",
+        0.0
+      ],
+      [
+        "ppy",
+        0.0
+      ],
+      [
+        "▁padd",
+        0.0
+      ],
+      [
+        "ãĤ¯",
+        0.0
+      ],
+      [
+        "million",
+        0.0
+      ],
+      [
+        "▁devastating",
+        0.0
+      ],
+      [
+        "▁compiled",
+        0.0
+      ],
+      [
+        "▁medication",
+        0.0
+      ],
+      [
+        "▁twelve",
+        0.0
+      ],
+      [
+        "▁Perry",
+        0.0
+      ],
+      [
+        "Space",
+        0.0
+      ],
+      [
+        "imb",
+        0.0
+      ],
+      [
+        "your",
+        0.0
+      ],
+      [
+        "▁leaked",
+        0.0
+      ],
+      [
+        "▁Tar",
+        0.0
+      ],
+      [
+        "▁unity",
+        0.0
+      ],
+      [
+        "▁infected",
+        0.0
+      ],
+      [
+        "▁traveled",
+        0.0
+      ],
+      [
+        "IDE",
+        0.0
+      ],
+      [
+        "▁McDonald",
+        0.0
+      ],
+      [
+        "txt",
+        0.0
+      ],
+      [
+        "▁Princ",
+        0.0
+      ],
+      [
+        "▁interven",
+        0.0
+      ],
+      [
+        "▁Taiwan",
+        0.0
+      ],
+      [
+        "▁Pow",
+        0.0
+      ],
+      [
+        "▁bearing",
+        0.0
+      ],
+      [
+        "▁Thread",
+        0.0
+      ],
+      [
+        "▁zones",
+        0.0
+      ],
+      [
+        "izards",
+        0.0
+      ],
+      [
+        "unks",
+        0.0
+      ],
+      [
+        "Chapter",
+        0.0
+      ],
+      [
+        "llor",
+        0.0
+      ],
+      [
+        "▁·",
+        0.0
+      ],
+      [
+        "▁wounds",
+        0.0
+      ],
+      [
+        "▁discretion",
+        0.0
+      ],
+      [
+        "▁succeeded",
+        0.0
+      ],
+      [
+        "iking",
+        0.0
+      ],
+      [
+        "▁iconic",
+        0.0
+      ],
+      [
+        "Call",
+        0.0
+      ],
+      [
+        "▁screening",
+        0.0
+      ],
+      [
+        "▁Mis",
+        0.0
+      ],
+      [
+        "icts",
+        0.0
+      ],
+      [
+        "▁ministers",
+        0.0
+      ],
+      [
+        "▁separation",
+        0.0
+      ],
+      [
+        "Player",
+        0.0
+      ],
+      [
+        "▁bip",
+        0.0
+      ],
+      [
+        "▁beloved",
+        0.0
+      ],
+      [
+        "▁counting",
+        0.0
+      ],
+      [
+        "▁Eye",
+        0.0
+      ],
+      [
+        "around",
+        0.0
+      ],
+      [
+        "inging",
+        0.0
+      ],
+      [
+        "▁tablet",
+        0.0
+      ],
+      [
+        "▁offence",
+        0.0
+      ],
+      [
+        "inance",
+        0.0
+      ],
+      [
+        "have",
+        0.0
+      ],
+      [
+        "▁Info",
+        0.0
+      ],
+      [
+        "▁Ninja",
+        0.0
+      ],
+      [
+        "▁protective",
+        0.0
+      ],
+      [
+        "▁Cass",
+        0.0
+      ],
+      [
+        "Mac",
+        0.0
+      ],
+      [
+        "▁Quality",
+        0.0
+      ],
+      [
+        "North",
+        0.0
+      ],
+      [
+        "▁ic",
+        0.0
+      ],
+      [
+        "▁Cuba",
+        0.0
+      ],
+      [
+        "▁Chronicle",
+        0.0
+      ],
+      [
+        "▁Property",
+        0.0
+      ],
+      [
+        "▁fastest",
+        0.0
+      ],
+      [
+        "otos",
+        0.0
+      ],
+      [
+        "▁Germ",
+        0.0
+      ],
+      [
+        "OWN",
+        0.0
+      ],
+      [
+        "▁boom",
+        0.0
+      ],
+      [
+        "▁Stanley",
+        0.0
+      ],
+      [
+        "erguson",
+        0.0
+      ],
+      [
+        "▁clever",
+        0.0
+      ],
+      [
+        "▁enters",
+        0.0
+      ],
+      [
+        "mode",
+        0.0
+      ],
+      [
+        "terior",
+        0.0
+      ],
+      [
+        "▁Sens",
+        0.0
+      ],
+      [
+        "▁linear",
+        0.0
+      ],
+      [
+        "ARK",
+        0.0
+      ],
+      [
+        "▁comparing",
+        0.0
+      ],
+      [
+        "▁purely",
+        0.0
+      ],
+      [
+        "▁safer",
+        0.0
+      ],
+      [
+        "▁Potter",
+        0.0
+      ],
+      [
+        "▁cups",
+        0.0
+      ],
+      [
+        "RT",
+        0.0
+      ],
+      [
+        "▁gluc",
+        0.0
+      ],
+      [
+        "▁attributed",
+        0.0
+      ],
+      [
+        "▁dupl",
+        0.0
+      ],
+      [
+        "▁Pap",
+        0.0
+      ],
+      [
+        "▁precious",
+        0.0
+      ],
+      [
+        "▁pa",
+        0.0
+      ],
+      [
+        "ictionary",
+        0.0
+      ],
+      [
+        "▁Tig",
+        0.0
+      ],
+      [
+        "▁Too",
+        0.0
+      ],
+      [
+        "olutions",
+        0.0
+      ],
+      [
+        "stan",
+        0.0
+      ],
+      [
+        "▁robots",
+        0.0
+      ],
+      [
+        "▁lobb",
+        0.0
+      ],
+      [
+        "▁statute",
+        0.0
+      ],
+      [
+        "▁prevention",
+        0.0
+      ],
+      [
+        "western",
+        0.0
+      ],
+      [
+        "160",
+        0.0
+      ],
+      [
+        "▁Active",
+        0.0
+      ],
+      [
+        "▁Maria",
+        0.0
+      ],
+      [
+        "hal",
+        0.0
+      ],
+      [
+        "None",
+        0.0
+      ],
+      [
+        "ellar",
+        0.0
+      ],
+      [
+        "▁KB",
+        0.0
+      ],
+      [
+        "▁Partners",
+        0.0
+      ],
+      [
+        "▁Single",
+        0.0
+      ],
+      [
+        "▁Following",
+        0.0
+      ],
+      [
+        "ango",
+        0.0
+      ],
+      [
+        "acious",
+        0.0
+      ],
+      [
+        "▁thou",
+        0.0
+      ],
+      [
+        "▁kg",
+        0.0
+      ],
+      [
+        "▁influential",
+        0.0
+      ],
+      [
+        "▁Friends",
+        0.0
+      ],
+      [
+        "Sur",
+        0.0
+      ],
+      [
+        "ainted",
+        0.0
+      ],
+      [
+        "▁forums",
+        0.0
+      ],
+      [
+        "▁starter",
+        0.0
+      ],
+      [
+        "▁citizenship",
+        0.0
+      ],
+      [
+        "▁Election",
+        0.0
+      ],
+      [
+        "onge",
+        0.0
+      ],
+      [
+        "otation",
+        0.0
+      ],
+      [
+        "osph",
+        0.0
+      ],
+      [
+        ";;;;",
+        0.0
+      ],
+      [
+        "utical",
+        0.0
+      ],
+      [
+        "pur",
+        0.0
+      ],
+      [
+        "eren",
+        0.0
+      ],
+      [
+        "▁accusations",
+        0.0
+      ],
+      [
+        "bitious",
+        0.0
+      ],
+      [
+        "abbit",
+        0.0
+      ],
+      [
+        "▁Ord",
+        0.0
+      ],
+      [
+        "Posted",
+        0.0
+      ],
+      [
+        "irk",
+        0.0
+      ],
+      [
+        "▁sensitivity",
+        0.0
+      ],
+      [
+        "iche",
+        0.0
+      ],
+      [
+        "▁Amy",
+        0.0
+      ],
+      [
+        "▁Fab",
+        0.0
+      ],
+      [
+        "▁summit",
+        0.0
+      ],
+      [
+        "▁pedest",
+        0.0
+      ],
+      [
+        "▁rubber",
+        0.0
+      ],
+      [
+        "▁agricultural",
+        0.0
+      ],
+      [
+        "▁cancel",
+        0.0
+      ],
+      [
+        "AE",
+        0.0
+      ],
+      [
+        "▁inaug",
+        0.0
+      ],
+      [
+        "▁contam",
+        0.0
+      ],
+      [
+        "▁firmly",
+        0.0
+      ],
+      [
+        "iw",
+        0.0
+      ],
+      [
+        "stage",
+        0.0
+      ],
+      [
+        "▁Kan",
+        0.0
+      ],
+      [
+        "▁tier",
+        0.0
+      ],
+      [
+        "▁invention",
+        0.0
+      ],
+      [
+        "▁translated",
+        0.0
+      ],
+      [
+        "▁Rules",
+        0.0
+      ],
+      [
+        "Box",
+        0.0
+      ],
+      [
+        "Twitter",
+        0.0
+      ],
+      [
+        "IDS",
+        0.0
+      ],
+      [
+        "▁pizza",
+        0.0
+      ],
+      [
+        "▁debug",
+        0.0
+      ],
+      [
+        "▁Drop",
+        0.0
+      ],
+      [
+        "vs",
+        0.0
+      ],
+      [
+        "▁horses",
+        0.0
+      ],
+      [
+        "big",
+        0.0
+      ],
+      [
+        "▁boring",
+        0.0
+      ],
+      [
+        "▁hood",
+        0.0
+      ],
+      [
+        "▁McCain",
+        0.0
+      ],
+      [
+        "atched",
+        0.0
+      ],
+      [
+        "▁Bros",
+        0.0
+      ],
+      [
+        "▁skip",
+        0.0
+      ],
+      [
+        "▁essay",
+        0.0
+      ],
+      [
+        "stat",
+        0.0
+      ],
+      [
+        "▁Legends",
+        0.0
+      ],
+      [
+        "▁ammunition",
+        0.0
+      ],
+      [
+        "auc",
+        0.0
+      ],
+      [
+        "▁shooter",
+        0.0
+      ],
+      [
+        "▁unh",
+        0.0
+      ],
+      [
+        "▁supplied",
+        0.0
+      ],
+      [
+        "▁generic",
+        0.0
+      ],
+      [
+        "▁SK",
+        0.0
+      ],
+      [
+        "iban",
+        0.0
+      ],
+      [
+        "yrics",
+        0.0
+      ],
+      [
+        "▁255",
+        0.0
+      ],
+      [
+        "▁climbing",
+        0.0
+      ],
+      [
+        "Former",
+        0.0
+      ],
+      [
+        "▁flip",
+        0.0
+      ],
+      [
+        "▁jumping",
+        0.0
+      ],
+      [
+        "▁frustration",
+        0.0
+      ],
+      [
+        "▁Terry",
+        0.0
+      ],
+      [
+        "▁neighborhoods",
+        0.0
+      ],
+      [
+        "▁median",
+        0.0
+      ],
+      [
+        "bean",
+        0.0
+      ],
+      [
+        "▁brains",
+        0.0
+      ],
+      [
+        "Following",
+        0.0
+      ],
+      [
+        "▁shaped",
+        0.0
+      ],
+      [
+        "▁draws",
+        0.0
+      ],
+      [
+        "▁altered",
+        0.0
+      ],
+      [
+        "Jack",
+        0.0
+      ],
+      [
+        "▁recipes",
+        0.0
+      ],
+      [
+        "▁skilled",
+        0.0
+      ],
+      [
+        "wealth",
+        0.0
+      ],
+      [
+        "achi",
+        0.0
+      ],
+      [
+        "election",
+        0.0
+      ],
+      [
+        "▁behaviors",
+        0.0
+      ],
+      [
+        "deals",
+        0.0
+      ],
+      [
+        "▁Until",
+        0.0
+      ],
+      [
+        "Fe",
+        0.0
+      ],
+      [
+        "▁declaration",
+        0.0
+      ],
+      [
+        "marks",
+        0.0
+      ],
+      [
+        "▁Between",
+        0.0
+      ],
+      [
+        "celona",
+        0.0
+      ],
+      [
+        "▁reson",
+        0.0
+      ],
+      [
+        "▁bubble",
+        0.0
+      ],
+      [
+        "Among",
+        0.0
+      ],
+      [
+        "▁imperial",
+        0.0
+      ],
+      [
+        "GS",
+        0.0
+      ],
+      [
+        "▁feminist",
+        0.0
+      ],
+      [
+        "2005",
+        0.0
+      ],
+      [
+        "▁Kyle",
+        0.0
+      ],
+      [
+        "▁accounting",
+        0.0
+      ],
+      [
+        "▁Tele",
+        0.0
+      ],
+      [
+        "▁Tyr",
+        0.0
+      ],
+      [
+        "▁connecting",
+        0.0
+      ],
+      [
+        "▁rehab",
+        0.0
+      ],
+      [
+        "▁Pred",
+        0.0
+      ],
+      [
+        "sim",
+        0.0
+      ],
+      [
+        "▁meantime",
+        0.0
+      ],
+      [
+        "▁physician",
+        0.0
+      ],
+      [
+        "MW",
+        0.0
+      ],
+      [
+        "▁Campbell",
+        0.0
+      ],
+      [
+        "▁Brandon",
+        0.0
+      ],
+      [
+        "▁contributing",
+        0.0
+      ],
+      [
+        "▁Rule",
+        0.0
+      ],
+      [
+        "▁Weight",
+        0.0
+      ],
+      [
+        "▁Nap",
+        0.0
+      ],
+      [
+        "▁interactive",
+        0.0
+      ],
+      [
+        "▁vag",
+        0.0
+      ],
+      [
+        "▁helmet",
+        0.0
+      ],
+      [
+        "▁Comb",
+        0.0
+      ],
+      [
+        "four",
+        0.0
+      ],
+      [
+        "▁shipped",
+        0.0
+      ],
+      [
+        "▁completing",
+        0.0
+      ],
+      [
+        "▁PD",
+        0.0
+      ],
+      [
+        "PDATE",
+        0.0
+      ],
+      [
+        "▁spreading",
+        0.0
+      ],
+      [
+        "▁scary",
+        0.0
+      ],
+      [
+        "erving",
+        0.0
+      ],
+      [
+        "▁Gas",
+        0.0
+      ],
+      [
+        "▁frank",
+        0.0
+      ],
+      [
+        "school",
+        0.0
+      ],
+      [
+        "▁romantic",
+        0.0
+      ],
+      [
+        "▁stabil",
+        0.0
+      ],
+      [
+        "Rob",
+        0.0
+      ],
+      [
+        "▁accurately",
+        0.0
+      ],
+      [
+        "▁acute",
+        0.0
+      ],
+      [
+        "▁Hann",
+        0.0
+      ],
+      [
+        "▁symbols",
+        0.0
+      ],
+      [
+        "▁civilization",
+        0.0
+      ],
+      [
+        "▁AW",
+        0.0
+      ],
+      [
+        "▁lightning",
+        0.0
+      ],
+      [
+        "▁considers",
+        0.0
+      ],
+      [
+        "▁venue",
+        0.0
+      ],
+      [
+        "▁×",
+        0.0
+      ],
+      [
+        "▁oven",
+        0.0
+      ],
+      [
+        "▁SF",
+        0.0
+      ],
+      [
+        "his",
+        0.0
+      ],
+      [
+        "▁nu",
+        0.0
+      ],
+      [
+        "▁Learn",
+        0.0
+      ],
+      [
+        "▁peoples",
+        0.0
+      ],
+      [
+        "▁std",
+        0.0
+      ],
+      [
+        "▁slee",
+        0.0
+      ],
+      [
+        "▁slic",
+        0.0
+      ],
+      [
+        "▁Statistics",
+        0.0
+      ],
+      [
+        "▁corners",
+        0.0
+      ],
+      [
+        "▁Baker",
+        0.0
+      ],
+      [
+        "▁:)",
+        0.0
+      ],
+      [
+        "mentation",
+        0.0
+      ],
+      [
+        "olver",
+        0.0
+      ],
+      [
+        "▁laughing",
+        0.0
+      ],
+      [
+        "▁Todd",
+        0.0
+      ],
+      [
+        "onde",
+        0.0
+      ],
+      [
+        "▁Hills",
+        0.0
+      ],
+      [
+        "▁nuts",
+        0.0
+      ],
+      [
+        "▁Woman",
+        0.0
+      ],
+      [
+        "plane",
+        0.0
+      ],
+      [
+        "▁liver",
+        0.0
+      ],
+      [
+        "▁Inside",
+        0.0
+      ],
+      [
+        "Sorry",
+        0.0
+      ],
+      [
+        "▁agrees",
+        0.0
+      ],
+      [
+        "▁fundament",
+        0.0
+      ],
+      [
+        "▁Fisher",
+        0.0
+      ],
+      [
+        "▁auction",
+        0.0
+      ],
+      [
+        "▁threads",
+        0.0
+      ],
+      [
+        "glas",
+        0.0
+      ],
+      [
+        "▁Basic",
+        0.0
+      ],
+      [
+        "▁Nat",
+        0.0
+      ],
+      [
+        "▁lacking",
+        0.0
+      ],
+      [
+        "▁celebration",
+        0.0
+      ],
+      [
+        "ju",
+        0.0
+      ],
+      [
+        "▁silly",
+        0.0
+      ],
+      [
+        "Euro",
+        0.0
+      ],
+      [
+        "▁tatt",
+        0.0
+      ],
+      [
+        "ighty",
+        0.0
+      ],
+      [
+        "controlled",
+        0.0
+      ],
+      [
+        "Test",
+        0.0
+      ],
+      [
+        "▁Singh",
+        0.0
+      ],
+      [
+        "▁rage",
+        0.0
+      ],
+      [
+        "▁rhyth",
+        0.0
+      ],
+      [
+        "offic",
+        0.0
+      ],
+      [
+        "▁Phantom",
+        0.0
+      ],
+      [
+        "▁headlines",
+        0.0
+      ],
+      [
+        "▁responding",
+        0.0
+      ],
+      [
+        "▁Morning",
+        0.0
+      ],
+      [
+        "▁vitamin",
+        0.0
+      ],
+      [
+        "▁boots",
+        0.0
+      ],
+      [
+        "▁Site",
+        0.0
+      ],
+      [
+        "alin",
+        0.0
+      ],
+      [
+        "pi",
+        0.0
+      ],
+      [
+        "▁viral",
+        0.0
+      ],
+      [
+        "▁UC",
+        0.0
+      ],
+      [
+        "DER",
+        0.0
+      ],
+      [
+        "▁Sex",
+        0.0
+      ],
+      [
+        "▁stocks",
+        0.0
+      ],
+      [
+        "current",
+        0.0
+      ],
+      [
+        "▁churches",
+        0.0
+      ],
+      [
+        "▁Rare",
+        0.0
+      ],
+      [
+        "▁Murphy",
+        0.0
+      ],
+      [
+        "▁denial",
+        0.0
+      ],
+      [
+        "▁Gaming",
+        0.0
+      ],
+      [
+        "▁toug",
+        0.0
+      ],
+      [
+        "▁nick",
+        0.0
+      ],
+      [
+        "▁makers",
+        0.0
+      ],
+      [
+        "▁Ronald",
+        0.0
+      ],
+      [
+        "▁generous",
+        0.0
+      ],
+      [
+        "▁Doc",
+        0.0
+      ],
+      [
+        "▁Morris",
+        0.0
+      ],
+      [
+        "▁transformed",
+        0.0
+      ],
+      [
+        "▁Normal",
+        0.0
+      ],
+      [
+        "▁104",
+        0.0
+      ],
+      [
+        "▁Kickstarter",
+        0.0
+      ],
+      [
+        "▁Upon",
+        0.0
+      ],
+      [
+        "Online",
+        0.0
+      ],
+      [
+        "▁IRS",
+        0.0
+      ],
+      [
+        "▁wrap",
+        0.0
+      ],
+      [
+        "▁loving",
+        0.0
+      ],
+      [
+        "▁arrives",
+        0.0
+      ],
+      [
+        "▁Due",
+        0.0
+      ],
+      [
+        "▁heter",
+        0.0
+      ],
+      [
+        "▁Made",
+        0.0
+      ],
+      [
+        "▁rental",
+        0.0
+      ],
+      [
+        "▁belongs",
+        0.0
+      ],
+      [
+        "▁attorneys",
+        0.0
+      ],
+      [
+        "▁crops",
+        0.0
+      ],
+      [
+        "▁matched",
+        0.0
+      ],
+      [
+        "ulum",
+        0.0
+      ],
+      [
+        "oline",
+        0.0
+      ],
+      [
+        "109",
+        0.0
+      ],
+      [
+        "▁dispar",
+        0.0
+      ],
+      [
+        "▁buyers",
+        0.0
+      ],
+      [
+        "▁Cambridge",
+        0.0
+      ],
+      [
+        "▁ethics",
+        0.0
+      ],
+      [
+        "roups",
+        0.0
+      ],
+      [
+        "▁justified",
+        0.0
+      ],
+      [
+        "▁marginal",
+        0.0
+      ],
+      [
+        "▁respected",
+        0.0
+      ],
+      [
+        "winning",
+        0.0
+      ],
+      [
+        "▁nodded",
+        0.0
+      ],
+      [
+        "▁Serge",
+        0.0
+      ],
+      [
+        "▁Former",
+        0.0
+      ],
+      [
+        "Craft",
+        0.0
+      ],
+      [
+        "################",
+        0.0
+      ],
+      [
+        "▁Warner",
+        0.0
+      ],
+      [
+        "▁dash",
+        0.0
+      ],
+      [
+        "ete",
+        0.0
+      ],
+      [
+        "▁entert",
+        0.0
+      ],
+      [
+        "▁Escape",
+        0.0
+      ],
+      [
+        "outheast",
+        0.0
+      ],
+      [
+        "▁knees",
+        0.0
+      ],
+      [
+        "▁Bomb",
+        0.0
+      ],
+      [
+        "▁rug",
+        0.0
+      ],
+      [
+        "Pass",
+        0.0
+      ],
+      [
+        "▁attitudes",
+        0.0
+      ],
+      [
+        "government",
+        0.0
+      ],
+      [
+        "▁Prior",
+        0.0
+      ],
+      [
+        "▁qualities",
+        0.0
+      ],
+      [
+        "▁notification",
+        0.0
+      ],
+      [
+        "▁Phone",
+        0.0
+      ],
+      [
+        "lie",
+        0.0
+      ],
+      [
+        "▁anticipated",
+        0.0
+      ],
+      [
+        "▁Combat",
+        0.0
+      ],
+      [
+        "▁Barry",
+        0.0
+      ],
+      [
+        "▁1982",
+        0.0
+      ],
+      [
+        "Users",
+        0.0
+      ],
+      [
+        "oner",
+        0.0
+      ],
+      [
+        "▁computing",
+        0.0
+      ],
+      [
+        "▁Connecticut",
+        0.0
+      ],
+      [
+        "▁lesser",
+        0.0
+      ],
+      [
+        "▁peers",
+        0.0
+      ],
+      [
+        "▁Cu",
+        0.0
+      ],
+      [
+        "▁technically",
+        0.0
+      ],
+      [
+        "▁submission",
+        0.0
+      ],
+      [
+        "▁Universal",
+        0.0
+      ],
+      [
+        "▁manually",
+        0.0
+      ],
+      [
+        "ourge",
+        0.0
+      ],
+      [
+        "▁respondents",
+        0.0
+      ],
+      [
+        "▁BTC",
+        0.0
+      ],
+      [
+        "▁Host",
+        0.0
+      ],
+      [
+        "▁fare",
+        0.0
+      ],
+      [
+        "▁Bird",
+        0.0
+      ],
+      [
+        "▁receipt",
+        0.0
+      ],
+      [
+        "also",
+        0.0
+      ],
+      [
+        "▁jack",
+        0.0
+      ],
+      [
+        "▁agriculture",
+        0.0
+      ],
+      [
+        "▁skull",
+        0.0
+      ],
+      [
+        "▁!=",
+        0.0
+      ],
+      [
+        "▁passive",
+        0.0
+      ],
+      [
+        "▁CI",
+        0.0
+      ],
+      [
+        "▁societies",
+        0.0
+      ],
+      [
+        "▁reminded",
+        0.0
+      ],
+      [
+        "▁interference",
+        0.0
+      ],
+      [
+        "Buy",
+        0.0
+      ],
+      [
+        "▁âľ",
+        0.0
+      ],
+      [
+        "gon",
+        0.0
+      ],
+      [
+        "▁scrutiny",
+        0.0
+      ],
+      [
+        "▁Witch",
+        0.0
+      ],
+      [
+        "▁conducting",
+        0.0
+      ],
+      [
+        "▁ãĥ",
+        0.0
+      ],
+      [
+        "▁exchanges",
+        0.0
+      ],
+      [
+        "▁Mitchell",
+        0.0
+      ],
+      [
+        "▁inhabit",
+        0.0
+      ],
+      [
+        "▁twist",
+        0.0
+      ],
+      [
+        "BD",
+        0.0
+      ],
+      [
+        "▁wherever",
+        0.0
+      ],
+      [
+        "groupon",
+        0.0
+      ],
+      [
+        "▁jokes",
+        0.0
+      ],
+      [
+        "▁Benjamin",
+        0.0
+      ],
+      [
+        "▁Random",
+        0.0
+      ],
+      [
+        "frame",
+        0.0
+      ],
+      [
+        "▁Lions",
+        0.0
+      ],
+      [
+        "▁highlighted",
+        0.0
+      ],
+      [
+        "▁Arkansas",
+        0.0
+      ],
+      [
+        "Ent",
+        0.0
+      ],
+      [
+        "▁pile",
+        0.0
+      ],
+      [
+        "▁prelim",
+        0.0
+      ],
+      [
+        "gs",
+        0.0
+      ],
+      [
+        "minded",
+        0.0
+      ],
+      [
+        "▁felony",
+        0.0
+      ],
+      [
+        "▁GA",
+        0.0
+      ],
+      [
+        "▁Luck",
+        0.0
+      ],
+      [
+        "▁practically",
+        0.0
+      ],
+      [
+        "▁Bos",
+        0.0
+      ],
+      [
+        "▁actress",
+        0.0
+      ],
+      [
+        "Dam",
+        0.0
+      ],
+      [
+        "▁Bou",
+        0.0
+      ],
+      [
+        "▁visa",
+        0.0
+      ],
+      [
+        "▁embedded",
+        0.0
+      ],
+      [
+        "▁hybrid",
+        0.0
+      ],
+      [
+        "▁earliest",
+        0.0
+      ],
+      [
+        "▁sooner",
+        0.0
+      ],
+      [
+        "social",
+        0.0
+      ],
+      [
+        "▁HA",
+        0.0
+      ],
+      [
+        "▁steep",
+        0.0
+      ],
+      [
+        "▁disadvant",
+        0.0
+      ],
+      [
+        "▁exploit",
+        0.0
+      ],
+      [
+        "▁Egg",
+        0.0
+      ],
+      [
+        "▁Ultra",
+        0.0
+      ],
+      [
+        "▁necessity",
+        0.0
+      ],
+      [
+        "Local",
+        0.0
+      ],
+      [
+        "iege",
+        0.0
+      ],
+      [
+        "▁dated",
+        0.0
+      ],
+      [
+        "▁masses",
+        0.0
+      ],
+      [
+        "▁subscription",
+        0.0
+      ],
+      [
+        "pless",
+        0.0
+      ],
+      [
+        "▁anonym",
+        0.0
+      ],
+      [
+        "▁presumably",
+        0.0
+      ],
+      [
+        "Blue",
+        0.0
+      ],
+      [
+        "Their",
+        0.0
+      ],
+      [
+        "asketball",
+        0.0
+      ],
+      [
+        "▁Philip",
+        0.0
+      ],
+      [
+        "▁comed",
+        0.0
+      ],
+      [
+        "loaded",
+        0.0
+      ],
+      [
+        "rane",
+        0.0
+      ],
+      [
+        "▁reflection",
+        0.0
+      ],
+      [
+        "China",
+        0.0
+      ],
+      [
+        "▁extends",
+        0.0
+      ],
+      [
+        "▁forming",
+        0.0
+      ],
+      [
+        "▁unders",
+        0.0
+      ],
+      [
+        "2001",
+        0.0
+      ],
+      [
+        "▁grat",
+        0.0
+      ],
+      [
+        "▁concentrations",
+        0.0
+      ],
+      [
+        "▁insulin",
+        0.0
+      ],
+      [
+        "▁secular",
+        0.0
+      ],
+      [
+        "▁whilst",
+        0.0
+      ],
+      [
+        "▁winners",
+        0.0
+      ],
+      [
+        "Advertisements",
+        0.0
+      ],
+      [
+        "▁deliberately",
+        0.0
+      ],
+      [
+        "▁Working",
+        0.0
+      ],
+      [
+        "▁sink",
+        0.0
+      ],
+      [
+        "etics",
+        0.0
+      ],
+      [
+        "dale",
+        0.0
+      ],
+      [
+        "▁mandate",
+        0.0
+      ],
+      [
+        "▁gram",
+        0.0
+      ],
+      [
+        "▁vacation",
+        0.0
+      ],
+      [
+        "▁warnings",
+        0.0
+      ],
+      [
+        "ripp",
+        0.0
+      ],
+      [
+        "▁THAT",
+        0.0
+      ],
+      [
+        "▁commentary",
+        0.0
+      ],
+      [
+        "▁intu",
+        0.0
+      ],
+      [
+        "▁aest",
+        0.0
+      ],
+      [
+        "▁reasoning",
+        0.0
+      ],
+      [
+        "▁breakdown",
+        0.0
+      ],
+      [
+        "▁Zombie",
+        0.0
+      ],
+      [
+        "▁-->",
+        0.0
+      ],
+      [
+        "▁Political",
+        0.0
+      ],
+      [
+        "cott",
+        0.0
+      ],
+      [
+        "▁thrust",
+        0.0
+      ],
+      [
+        "▁technological",
+        0.0
+      ],
+      [
+        "▁deciding",
+        0.0
+      ],
+      [
+        "▁trafficking",
+        0.0
+      ],
+      [
+        "Long",
+        0.0
+      ],
+      [
+        "Welcome",
+        0.0
+      ],
+      [
+        "prising",
+        0.0
+      ],
+      [
+        "▁Communications",
+        0.0
+      ],
+      [
+        "▁endors",
+        0.0
+      ],
+      [
+        "▁swift",
+        0.0
+      ],
+      [
+        "▁metabol",
+        0.0
+      ],
+      [
+        "coins",
+        0.0
+      ],
+      [
+        "resa",
+        0.0
+      ],
+      [
+        "▁HTTP",
+        0.0
+      ],
+      [
+        "▁enroll",
+        0.0
+      ],
+      [
+        "▁Happy",
+        0.0
+      ],
+      [
+        "usr",
+        0.0
+      ],
+      [
+        "intage",
+        0.0
+      ],
+      [
+        "▁[\"",
+        0.0
+      ],
+      [
+        "uably",
+        0.0
+      ],
+      [
+        "▁Material",
+        0.0
+      ],
+      [
+        "▁repeal",
+        0.0
+      ],
+      [
+        "Sept",
+        0.0
+      ],
+      [
+        "kh",
+        0.0
+      ],
+      [
+        "▁Modi",
+        0.0
+      ],
+      [
+        "▁underneath",
+        0.0
+      ],
+      [
+        "▁IL",
+        0.0
+      ],
+      [
+        "shore",
+        0.0
+      ],
+      [
+        "▁diagnosed",
+        0.0
+      ],
+      [
+        "aceutical",
+        0.0
+      ],
+      [
+        "▁shower",
+        0.0
+      ],
+      [
+        "aux",
+        0.0
+      ],
+      [
+        "▁Switch",
+        0.0
+      ],
+      [
+        "▁Strength",
+        0.0
+      ],
+      [
+        "▁jihad",
+        0.0
+      ],
+      [
+        "national",
+        0.0
+      ],
+      [
+        "▁trauma",
+        0.0
+      ],
+      [
+        "ussy",
+        0.0
+      ],
+      [
+        "oni",
+        0.0
+      ],
+      [
+        "▁consolid",
+        0.0
+      ],
+      [
+        "▁calories",
+        0.0
+      ],
+      [
+        "▁Flynn",
+        0.0
+      ],
+      [
+        "agged",
+        0.0
+      ],
+      [
+        "168",
+        0.0
+      ],
+      [
+        "▁Pink",
+        0.0
+      ],
+      [
+        "▁fulfill",
+        0.0
+      ],
+      [
+        "▁chains",
+        0.0
+      ],
+      [
+        "▁notably",
+        0.0
+      ],
+      [
+        "▁AV",
+        0.0
+      ],
+      [
+        "Life",
+        0.0
+      ],
+      [
+        "▁Chuck",
+        0.0
+      ],
+      [
+        "mus",
+        0.0
+      ],
+      [
+        "▁Urban",
+        0.0
+      ],
+      [
+        "▁Hend",
+        0.0
+      ],
+      [
+        "▁deposit",
+        0.0
+      ],
+      [
+        "▁Sad",
+        0.0
+      ],
+      [
+        "▁affair",
+        0.0
+      ],
+      [
+        "ORK",
+        0.0
+      ],
+      [
+        "ieval",
+        0.0
+      ],
+      [
+        "▁FDA",
+        0.0
+      ],
+      [
+        "▁trop",
+        0.0
+      ],
+      [
+        "▁Overall",
+        0.0
+      ],
+      [
+        "▁virtue",
+        0.0
+      ],
+      [
+        "▁satisfaction",
+        0.0
+      ],
+      [
+        "aund",
+        0.0
+      ],
+      [
+        "▁lun",
+        0.0
+      ],
+      [
+        "▁Switzerland",
+        0.0
+      ],
+      [
+        "▁Operation",
+        0.0
+      ],
+      [
+        "process",
+        0.0
+      ],
+      [
+        "▁shook",
+        0.0
+      ],
+      [
+        "▁counties",
+        0.0
+      ],
+      [
+        "leased",
+        0.0
+      ],
+      [
+        "▁Charlotte",
+        0.0
+      ],
+      [
+        "112",
+        0.0
+      ],
+      [
+        "▁transcript",
+        0.0
+      ],
+      [
+        "▁redd",
+        0.0
+      ],
+      [
+        "push",
+        0.0
+      ],
+      [
+        "▁Hey",
+        0.0
+      ],
+      [
+        "▁Analysis",
+        0.0
+      ],
+      [
+        "[\"",
+        0.0
+      ],
+      [
+        "▁alternatives",
+        0.0
+      ],
+      [
+        "ardless",
+        0.0
+      ],
+      [
+        "▁eleph",
+        0.0
+      ],
+      [
+        "▁prejud",
+        0.0
+      ],
+      [
+        "▁Leaf",
+        0.0
+      ],
+      [
+        "Having",
+        0.0
+      ],
+      [
+        "▁Hub",
+        0.0
+      ],
+      [
+        "▁expressions",
+        0.0
+      ],
+      [
+        "▁Volume",
+        0.0
+      ],
+      [
+        "▁shocking",
+        0.0
+      ],
+      [
+        "▁Reds",
+        0.0
+      ],
+      [
+        "▁readily",
+        0.0
+      ],
+      [
+        "▁planets",
+        0.0
+      ],
+      [
+        "adata",
+        0.0
+      ],
+      [
+        "▁collapsed",
+        0.0
+      ],
+      [
+        "▁Madrid",
+        0.0
+      ],
+      [
+        "▁irrit",
+        0.0
+      ],
+      [
+        "ipper",
+        0.0
+      ],
+      [
+        "▁Enc",
+        0.0
+      ],
+      [
+        "▁Wire",
+        0.0
+      ],
+      [
+        "▁buzz",
+        0.0
+      ],
+      [
+        "▁GP",
+        0.0
+      ],
+      [
+        "asha",
+        0.0
+      ],
+      [
+        "▁accidentally",
+        0.0
+      ],
+      [
+        "uru",
+        0.0
+      ],
+      [
+        "▁frustrated",
+        0.0
+      ],
+      [
+        "▁SA",
+        0.0
+      ],
+      [
+        "▁hungry",
+        0.0
+      ],
+      [
+        "▁Huff",
+        0.0
+      ],
+      [
+        "▁labels",
+        0.0
+      ],
+      [
+        "anto",
+        0.0
+      ],
+      [
+        "▁EP",
+        0.0
+      ],
+      [
+        "▁barriers",
+        0.0
+      ],
+      [
+        ")|",
+        0.0
+      ],
+      [
+        "▁Berkeley",
+        0.0
+      ],
+      [
+        "▁Jets",
+        0.0
+      ],
+      [
+        "▁pairs",
+        0.0
+      ],
+      [
+        "▁Lan",
+        0.0
+      ],
+      [
+        "James",
+        0.0
+      ],
+      [
+        "▁Bear",
+        0.0
+      ],
+      [
+        "▁humor",
+        0.0
+      ],
+      [
+        "▁Liberty",
+        0.0
+      ],
+      [
+        "▁magnitude",
+        0.0
+      ],
+      [
+        "▁aging",
+        0.0
+      ],
+      [
+        "▁Mason",
+        0.0
+      ],
+      [
+        "▁friendship",
+        0.0
+      ],
+      [
+        "umbling",
+        0.0
+      ],
+      [
+        "▁emerge",
+        0.0
+      ],
+      [
+        "▁newspapers",
+        0.0
+      ],
+      [
+        "▁ambitious",
+        0.0
+      ],
+      [
+        "▁Richards",
+        0.0
+      ],
+      [
+        "aternal",
+        0.0
+      ],
+      [
+        "▁1981",
+        0.0
+      ],
+      [
+        "▁cookies",
+        0.0
+      ],
+      [
+        "▁sculpt",
+        0.0
+      ],
+      [
+        "▁pursuit",
+        0.0
+      ],
+      [
+        "Location",
+        0.0
+      ],
+      [
+        "▁scripts",
+        0.0
+      ],
+      [
+        "pc",
+        0.0
+      ],
+      [
+        "▁arrangements",
+        0.0
+      ],
+      [
+        "▁diameter",
+        0.0
+      ],
+      [
+        "▁loses",
+        0.0
+      ],
+      [
+        "amation",
+        0.0
+      ],
+      [
+        "▁liqu",
+        0.0
+      ],
+      [
+        "▁Jake",
+        0.0
+      ],
+      [
+        "arette",
+        0.0
+      ],
+      [
+        "▁understands",
+        0.0
+      ],
+      [
+        "▁Zen",
+        0.0
+      ],
+      [
+        "vm",
+        0.0
+      ],
+      [
+        "▁approve",
+        0.0
+      ],
+      [
+        "▁wip",
+        0.0
+      ],
+      [
+        "▁ultra",
+        0.0
+      ],
+      [
+        "▁intend",
+        0.0
+      ],
+      [
+        "▁DI",
+        0.0
+      ],
+      [
+        "ascular",
+        0.0
+      ],
+      [
+        "▁stays",
+        0.0
+      ],
+      [
+        "▁Kor",
+        0.0
+      ],
+      [
+        "▁Kl",
+        0.0
+      ],
+      [
+        "▁investing",
+        0.0
+      ],
+      [
+        "La",
+        0.0
+      ],
+      [
+        "▁believing",
+        0.0
+      ],
+      [
+        "bad",
+        0.0
+      ],
+      [
+        "mouth",
+        0.0
+      ],
+      [
+        "▁taxpayer",
+        0.0
+      ],
+      [
+        "ãĥĥ",
+        0.0
+      ],
+      [
+        "▁Quebec",
+        0.0
+      ],
+      [
+        "▁lap",
+        0.0
+      ],
+      [
+        "▁Swiss",
+        0.0
+      ],
+      [
+        "drop",
+        0.0
+      ],
+      [
+        "▁drain",
+        0.0
+      ],
+      [
+        "iri",
+        0.0
+      ],
+      [
+        "etc",
+        0.0
+      ],
+      [
+        "ften",
+        0.0
+      ],
+      [
+        "▁Nex",
+        0.0
+      ],
+      [
+        "▁straw",
+        0.0
+      ],
+      [
+        "▁screaming",
+        0.0
+      ],
+      [
+        "▁counted",
+        0.0
+      ],
+      [
+        "▁damaging",
+        0.0
+      ],
+      [
+        "▁ambassador",
+        0.0
+      ],
+      [
+        "century",
+        0.0
+      ],
+      [
+        "▁prox",
+        0.0
+      ],
+      [
+        "▁arrests",
+        0.0
+      ],
+      [
+        "uv",
+        0.0
+      ],
+      [
+        "ilateral",
+        0.0
+      ],
+      [
+        "▁Charg",
+        0.0
+      ],
+      [
+        "▁prescribed",
+        0.0
+      ],
+      [
+        "▁independently",
+        0.0
+      ],
+      [
+        "▁fierce",
+        0.0
+      ],
+      [
+        "▁Baby",
+        0.0
+      ],
+      [
+        "▁brave",
+        0.0
+      ],
+      [
+        "▁suits",
+        0.0
+      ],
+      [
+        "=>",
+        0.0
+      ],
+      [
+        "▁baseline",
+        0.0
+      ],
+      [
+        "▁Rate",
+        0.0
+      ],
+      [
+        "▁islands",
+        0.0
+      ],
+      [
+        "▁((",
+        0.0
+      ],
+      [
+        "green",
+        0.0
+      ],
+      [
+        "ixels",
+        0.0
+      ],
+      [
+        "▁namely",
+        0.0
+      ],
+      [
+        "▁Village",
+        0.0
+      ],
+      [
+        "than",
+        0.0
+      ],
+      [
+        "amy",
+        0.0
+      ],
+      [
+        "Version",
+        0.0
+      ],
+      [
+        "gmail",
+        0.0
+      ],
+      [
+        "entials",
+        0.0
+      ],
+      [
+        "▁Sud",
+        0.0
+      ],
+      [
+        "▁Melbourne",
+        0.0
+      ],
+      [
+        "▁arriving",
+        0.0
+      ],
+      [
+        "▁quantum",
+        0.0
+      ],
+      [
+        "eff",
+        0.0
+      ],
+      [
+        "ropolitan",
+        0.0
+      ],
+      [
+        "Tri",
+        0.0
+      ],
+      [
+        "▁funeral",
+        0.0
+      ],
+      [
+        "▁IR",
+        0.0
+      ],
+      [
+        "ÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤ",
+        0.0
+      ],
+      [
+        "▁Cob",
+        0.0
+      ],
+      [
+        "itably",
+        0.0
+      ],
+      [
+        "▁turb",
+        0.0
+      ],
+      [
+        "▁combo",
+        0.0
+      ],
+      [
+        "Review",
+        0.0
+      ],
+      [
+        "▁deployment",
+        0.0
+      ],
+      [
+        "uity",
+        0.0
+      ],
+      [
+        "▁Bott",
+        0.0
+      ],
+      [
+        "▁invisible",
+        0.0
+      ],
+      [
+        "▁rendering",
+        0.0
+      ],
+      [
+        "▁unlocked",
+        0.0
+      ],
+      [
+        "▁aqu",
+        0.0
+      ],
+      [
+        "▁Vladimir",
+        0.0
+      ],
+      [
+        "▁pad",
+        0.0
+      ],
+      [
+        "▁Brain",
+        0.0
+      ],
+      [
+        "▁Legacy",
+        0.0
+      ],
+      [
+        "dragon",
+        0.0
+      ],
+      [
+        "▁Kurdish",
+        0.0
+      ],
+      [
+        "▁sounded",
+        0.0
+      ],
+      [
+        "▁detained",
+        0.0
+      ],
+      [
+        "▁DM",
+        0.0
+      ],
+      [
+        "gary",
+        0.0
+      ],
+      [
+        "▁daughters",
+        0.0
+      ],
+      [
+        "▁disturbing",
+        0.0
+      ],
+      [
+        "uka",
+        0.0
+      ],
+      [
+        "▁Parad",
+        0.0
+      ],
+      [
+        "▁tast",
+        0.0
+      ],
+      [
+        "▁unfortunate",
+        0.0
+      ],
+      [
+        "▁ul",
+        0.0
+      ],
+      [
+        "emin",
+        0.0
+      ],
+      [
+        "▁attendance",
+        0.0
+      ],
+      [
+        "trl",
+        0.0
+      ],
+      [
+        "▁parks",
+        0.0
+      ],
+      [
+        "▁Memorial",
+        0.0
+      ],
+      [
+        "▁Alice",
+        0.0
+      ],
+      [
+        "othy",
+        0.0
+      ],
+      [
+        "guard",
+        0.0
+      ],
+      [
+        "▁Dise",
+        0.0
+      ],
+      [
+        "▁Shan",
+        0.0
+      ],
+      [
+        "▁Forum",
+        0.0
+      ],
+      [
+        "Rich",
+        0.0
+      ],
+      [
+        "▁shifted",
+        0.0
+      ],
+      [
+        "uez",
+        0.0
+      ],
+      [
+        "▁lighter",
+        0.0
+      ],
+      [
+        "▁Magn",
+        0.0
+      ],
+      [
+        "▁cod",
+        0.0
+      ],
+      [
+        "Sch",
+        0.0
+      ],
+      [
+        "hammad",
+        0.0
+      ],
+      [
+        "Pub",
+        0.0
+      ],
+      [
+        "350",
+        0.0
+      ],
+      [
+        "▁Pokemon",
+        0.0
+      ],
+      [
+        "▁prototype",
+        0.0
+      ],
+      [
+        "▁unre",
+        0.0
+      ],
+      [
+        "Base",
+        0.0
+      ],
+      [
+        "▁Students",
+        0.0
+      ],
+      [
+        "▁Reply",
+        0.0
+      ],
+      [
+        "▁Communist",
+        0.0
+      ],
+      [
+        "▁gau",
+        0.0
+      ],
+      [
+        "▁Tyler",
+        0.0
+      ],
+      [
+        "IZ",
+        0.0
+      ],
+      [
+        "▁participated",
+        0.0
+      ],
+      [
+        "▁suprem",
+        0.0
+      ],
+      [
+        "▁Details",
+        0.0
+      ],
+      [
+        "▁vessels",
+        0.0
+      ],
+      [
+        "rod",
+        0.0
+      ],
+      [
+        "▁tribe",
+        0.0
+      ],
+      [
+        "keep",
+        0.0
+      ],
+      [
+        "▁assumptions",
+        0.0
+      ],
+      [
+        "▁pound",
+        0.0
+      ],
+      [
+        "▁crude",
+        0.0
+      ],
+      [
+        "▁Available",
+        0.0
+      ],
+      [
+        "▁swimming",
+        0.0
+      ],
+      [
+        "▁inclusion",
+        0.0
+      ],
+      [
+        "▁advances",
+        0.0
+      ],
+      [
+        "culation",
+        0.0
+      ],
+      [
+        "▁conservation",
+        0.0
+      ],
+      [
+        "▁overd",
+        0.0
+      ],
+      [
+        "▁Buffalo",
+        0.0
+      ],
+      [
+        "Article",
+        0.0
+      ],
+      [
+        "edge",
+        0.0
+      ],
+      [
+        "▁awa",
+        0.0
+      ],
+      [
+        "▁Madison",
+        0.0
+      ],
+      [
+        "▁sidew",
+        0.0
+      ],
+      [
+        "▁catast",
+        0.0
+      ],
+      [
+        "▁Krist",
+        0.0
+      ],
+      [
+        "ucle",
+        0.0
+      ],
+      [
+        "▁Highway",
+        0.0
+      ],
+      [
+        "▁Terror",
+        0.0
+      ],
+      [
+        "▁activation",
+        0.0
+      ],
+      [
+        "▁unconscious",
+        0.0
+      ],
+      [
+        "▁Satan",
+        0.0
+      ],
+      [
+        "▁Susan",
+        0.0
+      ],
+      [
+        "illery",
+        0.0
+      ],
+      [
+        "▁arranged",
+        0.0
+      ],
+      [
+        "iop",
+        0.0
+      ],
+      [
+        "▁rumors",
+        0.0
+      ],
+      [
+        "urring",
+        0.0
+      ],
+      [
+        "think",
+        0.0
+      ],
+      [
+        "▁Keith",
+        0.0
+      ],
+      [
+        "▁Kind",
+        0.0
+      ],
+      [
+        "▁avoiding",
+        0.0
+      ],
+      [
+        "byn",
+        0.0
+      ],
+      [
+        "nut",
+        0.0
+      ],
+      [
+        "▁Speaker",
+        0.0
+      ],
+      [
+        "rus",
+        0.0
+      ],
+      [
+        "names",
+        0.0
+      ],
+      [
+        "▁guilt",
+        0.0
+      ],
+      [
+        "▁Olympics",
+        0.0
+      ],
+      [
+        "▁sail",
+        0.0
+      ],
+      [
+        "▁Mes",
+        0.0
+      ],
+      [
+        "levant",
+        0.0
+      ],
+      [
+        "▁Columbus",
+        0.0
+      ],
+      [
+        "aft",
+        0.0
+      ],
+      [
+        "City",
+        0.0
+      ],
+      [
+        "South",
+        0.0
+      ],
+      [
+        "▁Harvey",
+        0.0
+      ],
+      [
+        "▁Pun",
+        0.0
+      ],
+      [
+        "Several",
+        0.0
+      ],
+      [
+        "▁mentally",
+        0.0
+      ],
+      [
+        "▁impress",
+        0.0
+      ],
+      [
+        "mount",
+        0.0
+      ],
+      [
+        "▁Ubuntu",
+        0.0
+      ],
+      [
+        "âĢĶâĢĶâĢĶâĢĶâĢĶâĢĶâĢĶâĢĶ",
+        0.0
+      ],
+      [
+        "▁Superman",
+        0.0
+      ],
+      [
+        "▁MPs",
+        0.0
+      ],
+      [
+        "▁intentions",
+        0.0
+      ],
+      [
+        "▁Racing",
+        0.0
+      ],
+      [
+        "▁likelihood",
+        0.0
+      ],
+      [
+        "▁240",
+        0.0
+      ],
+      [
+        "Total",
+        0.0
+      ],
+      [
+        "▁toys",
+        0.0
+      ],
+      [
+        "▁Watson",
+        0.0
+      ],
+      [
+        "▁urge",
+        0.0
+      ],
+      [
+        "Lear",
+        0.0
+      ],
+      [
+        "▁Paper",
+        0.0
+      ],
+      [
+        "▁occurring",
+        0.0
+      ],
+      [
+        "▁Beng",
+        0.0
+      ],
+      [
+        "▁Cert",
+        0.0
+      ],
+      [
+        "▁stones",
+        0.0
+      ],
+      [
+        "Tim",
+        0.0
+      ],
+      [
+        "▁Twin",
+        0.0
+      ],
+      [
+        "zb",
+        0.0
+      ],
+      [
+        "▁Dynam",
+        0.0
+      ],
+      [
+        "▁politician",
+        0.0
+      ],
+      [
+        "kens",
+        0.0
+      ],
+      [
+        "▁Enterprise",
+        0.0
+      ],
+      [
+        "UTERS",
+        0.0
+      ],
+      [
+        "▁abol",
+        0.0
+      ],
+      [
+        "▁refresh",
+        0.0
+      ],
+      [
+        "▁arbitrary",
+        0.0
+      ],
+      [
+        "pection",
+        0.0
+      ],
+      [
+        "▁troubles",
+        0.0
+      ],
+      [
+        "▁});",
+        0.0
+      ],
+      [
+        "tv",
+        0.0
+      ],
+      [
+        "▁pilots",
+        0.0
+      ],
+      [
+        "▁distribute",
+        0.0
+      ],
+      [
+        "▁audit",
+        0.0
+      ],
+      [
+        "▁pause",
+        0.0
+      ],
+      [
+        "original",
+        0.0
+      ],
+      [
+        "▁rivals",
+        0.0
+      ],
+      [
+        "£",
+        0.0
+      ],
+      [
+        "Fig",
+        0.0
+      ],
+      [
+        "TL",
+        0.0
+      ],
+      [
+        "abil",
+        0.0
+      ],
+      [
+        "rying",
+        0.0
+      ],
+      [
+        "Lin",
+        0.0
+      ],
+      [
+        "ioned",
+        0.0
+      ],
+      [
+        "lon",
+        0.0
+      ],
+      [
+        "▁fancy",
+        0.0
+      ],
+      [
+        "▁crashed",
+        0.0
+      ],
+      [
+        "▁tract",
+        0.0
+      ],
+      [
+        "▁shed",
+        0.0
+      ],
+      [
+        "▁consume",
+        0.0
+      ],
+      [
+        "Based",
+        0.0
+      ],
+      [
+        "download",
+        0.0
+      ],
+      [
+        "init",
+        0.0
+      ],
+      [
+        "▁voltage",
+        0.0
+      ],
+      [
+        "Introdu",
+        0.0
+      ],
+      [
+        "▁condemned",
+        0.0
+      ],
+      [
+        "▁Finance",
+        0.0
+      ],
+      [
+        "respect",
+        0.0
+      ],
+      [
+        "▁excluded",
+        0.0
+      ],
+      [
+        "▁establishing",
+        0.0
+      ],
+      [
+        "heric",
+        0.0
+      ],
+      [
+        "▁heritage",
+        0.0
+      ],
+      [
+        "▁spectacular",
+        0.0
+      ],
+      [
+        "▁unst",
+        0.0
+      ],
+      [
+        "▁Snowden",
+        0.0
+      ],
+      [
+        "▁Lane",
+        0.0
+      ],
+      [
+        "San",
+        0.0
+      ],
+      [
+        "▁protections",
+        0.0
+      ],
+      [
+        "struction",
+        0.0
+      ],
+      [
+        "incinn",
+        0.0
+      ],
+      [
+        "▁macro",
+        0.0
+      ],
+      [
+        "Custom",
+        0.0
+      ],
+      [
+        "iosity",
+        0.0
+      ],
+      [
+        "▁esp",
+        0.0
+      ],
+      [
+        "▁functioning",
+        0.0
+      ],
+      [
+        "▁mush",
+        0.0
+      ],
+      [
+        "▁puzzle",
+        0.0
+      ],
+      [
+        "▁ethical",
+        0.0
+      ],
+      [
+        "Mal",
+        0.0
+      ],
+      [
+        "▁governing",
+        0.0
+      ],
+      [
+        "▁Ferguson",
+        0.0
+      ],
+      [
+        "▁restored",
+        0.0
+      ],
+      [
+        "▁stressed",
+        0.0
+      ],
+      [
+        "▁Counter",
+        0.0
+      ],
+      [
+        "▁Kas",
+        0.0
+      ],
+      [
+        "clip",
+        0.0
+      ],
+      [
+        "ANS",
+        0.0
+      ],
+      [
+        "▁seiz",
+        0.0
+      ],
+      [
+        "UK",
+        0.0
+      ],
+      [
+        "byss",
+        0.0
+      ],
+      [
+        "oldown",
+        0.0
+      ],
+      [
+        "api",
+        0.0
+      ],
+      [
+        "▁permanently",
+        0.0
+      ],
+      [
+        "ounters",
+        0.0
+      ],
+      [
+        "West",
+        0.0
+      ],
+      [
+        "Through",
+        0.0
+      ],
+      [
+        "Light",
+        0.0
+      ],
+      [
+        "atoes",
+        0.0
+      ],
+      [
+        "▁neat",
+        0.0
+      ],
+      [
+        "▁cord",
+        0.0
+      ],
+      [
+        "urer",
+        0.0
+      ],
+      [
+        "▁severely",
+        0.0
+      ],
+      [
+        "▁Aven",
+        0.0
+      ],
+      [
+        "▁interrog",
+        0.0
+      ],
+      [
+        "▁triple",
+        0.0
+      ],
+      [
+        "Given",
+        0.0
+      ],
+      [
+        "Number",
+        0.0
+      ],
+      [
+        "▁arise",
+        0.0
+      ],
+      [
+        "▁sher",
+        0.0
+      ],
+      [
+        "plant",
+        0.0
+      ],
+      [
+        "▁flower",
+        0.0
+      ],
+      [
+        "▁Cou",
+        0.0
+      ],
+      [
+        "▁ate",
+        0.0
+      ],
+      [
+        "▁newer",
+        0.0
+      ],
+      [
+        "bul",
+        0.0
+      ],
+      [
+        "▁meanwhile",
+        0.0
+      ],
+      [
+        "▁Lair",
+        0.0
+      ],
+      [
+        "▁adjustment",
+        0.0
+      ],
+      [
+        "▁Copyright",
+        0.0
+      ],
+      [
+        "▁divers",
+        0.0
+      ],
+      [
+        "iological",
+        0.0
+      ],
+      [
+        "▁gamers",
+        0.0
+      ],
+      [
+        "oat",
+        0.0
+      ],
+      [
+        "▁historically",
+        0.0
+      ],
+      [
+        "▁analog",
+        0.0
+      ],
+      [
+        "▁longtime",
+        0.0
+      ],
+      [
+        "▁prescription",
+        0.0
+      ],
+      [
+        "▁Mist",
+        0.0
+      ],
+      [
+        "▁Hyper",
+        0.0
+      ],
+      [
+        "▁Maine",
+        0.0
+      ],
+      [
+        "▁Deity",
+        0.0
+      ],
+      [
+        "▁multipl",
+        0.0
+      ],
+      [
+        "▁Reincarn",
+        0.0
+      ],
+      [
+        "▁Hyd",
+        0.0
+      ],
+      [
+        "▁Pic",
+        0.0
+      ],
+      [
+        "Sil",
+        0.0
+      ],
+      [
+        "rants",
+        0.0
+      ],
+      [
+        "▁Cris",
+        0.0
+      ],
+      [
+        ".;",
+        0.0
+      ],
+      [
+        "({",
+        0.0
+      ],
+      [
+        "ependence",
+        0.0
+      ],
+      [
+        "▁recy",
+        0.0
+      ],
+      [
+        "ateur",
+        0.0
+      ],
+      [
+        "▁quad",
+        0.0
+      ],
+      [
+        "▁glob",
+        0.0
+      ],
+      [
+        "▁conced",
+        0.0
+      ],
+      [
+        "team",
+        0.0
+      ],
+      [
+        "▁capitalist",
+        0.0
+      ],
+      [
+        "▁Lot",
+        0.0
+      ],
+      [
+        "▁royal",
+        0.0
+      ],
+      [
+        "▁Cyber",
+        0.0
+      ],
+      [
+        "▁blacks",
+        0.0
+      ],
+      [
+        "metic",
+        0.0
+      ],
+      [
+        "riv",
+        0.0
+      ],
+      [
+        "▁Danny",
+        0.0
+      ],
+      [
+        "▁spo",
+        0.0
+      ],
+      [
+        "▁RO",
+        0.0
+      ],
+      [
+        "▁animated",
+        0.0
+      ],
+      [
+        "rypted",
+        0.0
+      ],
+      [
+        "▁Deputy",
+        0.0
+      ],
+      [
+        "▁rendered",
+        0.0
+      ],
+      [
+        "FE",
+        0.0
+      ],
+      [
+        "▁streak",
+        0.0
+      ],
+      [
+        "▁clouds",
+        0.0
+      ],
+      [
+        "▁Doug",
+        0.0
+      ],
+      [
+        "~~~~~~~~",
+        0.0
+      ],
+      [
+        "▁discour",
+        0.0
+      ],
+      [
+        "▁Veh",
+        0.0
+      ],
+      [
+        "▁psychology",
+        0.0
+      ],
+      [
+        "▁Journey",
+        0.0
+      ],
+      [
+        "▁crystal",
+        0.0
+      ],
+      [
+        "▁Frost",
+        0.0
+      ],
+      [
+        "▁suspicion",
+        0.0
+      ],
+      [
+        "▁relate",
+        0.0
+      ],
+      [
+        "orus",
+        0.0
+      ],
+      [
+        "▁Crypt",
+        0.0
+      ],
+      [
+        "▁NVIDIA",
+        0.0
+      ],
+      [
+        "comed",
+        0.0
+      ],
+      [
+        "uting",
+        0.0
+      ],
+      [
+        "incinnati",
+        0.0
+      ],
+      [
+        "▁vulnerability",
+        0.0
+      ],
+      [
+        "ostic",
+        0.0
+      ],
+      [
+        "▁isolation",
+        0.0
+      ],
+      [
+        "▁cooling",
+        0.0
+      ],
+      [
+        "▁Coalition",
+        0.0
+      ],
+      [
+        "▁119",
+        0.0
+      ],
+      [
+        "Four",
+        0.0
+      ],
+      [
+        "▁Deal",
+        0.0
+      ],
+      [
+        "▁âī",
+        0.0
+      ],
+      [
+        "semble",
+        0.0
+      ],
+      [
+        "rament",
+        0.0
+      ],
+      [
+        "▁Barcelona",
+        0.0
+      ],
+      [
+        "▁102",
+        0.0
+      ],
+      [
+        "▁cocaine",
+        0.0
+      ],
+      [
+        "ocalypse",
+        0.0
+      ],
+      [
+        "Feb",
+        0.0
+      ],
+      [
+        "ogenic",
+        0.0
+      ],
+      [
+        "▁mutation",
+        0.0
+      ],
+      [
+        "▁cryptoc",
+        0.0
+      ],
+      [
+        "▁Kel",
+        0.0
+      ],
+      [
+        "▁Git",
+        0.0
+      ],
+      [
+        "ais",
+        0.0
+      ],
+      [
+        "▁sisters",
+        0.0
+      ],
+      [
+        "ANK",
+        0.0
+      ],
+      [
+        "▁activate",
+        0.0
+      ],
+      [
+        "Ter",
+        0.0
+      ],
+      [
+        "▁dread",
+        0.0
+      ],
+      [
+        "ylon",
+        0.0
+      ],
+      [
+        "▁propri",
+        0.0
+      ],
+      [
+        "Aust",
+        0.0
+      ],
+      [
+        "▁Default",
+        0.0
+      ],
+      [
+        "▁outdoor",
+        0.0
+      ],
+      [
+        "▁sheer",
+        0.0
+      ],
+      [
+        "ceive",
+        0.0
+      ],
+      [
+        "▁gently",
+        0.0
+      ],
+      [
+        "о",
+        0.0
+      ],
+      [
+        "Program",
+        0.0
+      ],
+      [
+        "▁âĨĴ",
+        0.0
+      ],
+      [
+        "▁vegan",
+        0.0
+      ],
+      [
+        "▁Crus",
+        0.0
+      ],
+      [
+        "▁responsibilities",
+        0.0
+      ],
+      [
+        "▁HR",
+        0.0
+      ],
+      [
+        "OLD",
+        0.0
+      ],
+      [
+        "▁prevents",
+        0.0
+      ],
+      [
+        "▁stiff",
+        0.0
+      ],
+      [
+        "▁Were",
+        0.0
+      ],
+      [
+        "▁athletic",
+        0.0
+      ],
+      [
+        "▁Score",
+        0.0
+      ],
+      [
+        "▁):",
+        0.0
+      ],
+      [
+        "▁columns",
+        0.0
+      ],
+      [
+        "▁Loc",
+        0.0
+      ],
+      [
+        "available",
+        0.0
+      ],
+      [
+        "▁Fram",
+        0.0
+      ],
+      [
+        "▁Sessions",
+        0.0
+      ],
+      [
+        "▁companion",
+        0.0
+      ],
+      [
+        "▁packs",
+        0.0
+      ],
+      [
+        "140",
+        0.0
+      ],
+      [
+        "▁Knights",
+        0.0
+      ],
+      [
+        "▁fart",
+        0.0
+      ],
+      [
+        "▁streams",
+        0.0
+      ],
+      [
+        "▁shore",
+        0.0
+      ],
+      [
+        "▁appeals",
+        0.0
+      ],
+      [
+        "▁Performance",
+        0.0
+      ],
+      [
+        "haul",
+        0.0
+      ],
+      [
+        "▁Stra",
+        0.0
+      ],
+      [
+        "▁Nag",
+        0.0
+      ],
+      [
+        "103",
+        0.0
+      ],
+      [
+        "▁Transportation",
+        0.0
+      ],
+      [
+        "BB",
+        0.0
+      ],
+      [
+        "Ev",
+        0.0
+      ],
+      [
+        "zan",
+        0.0
+      ],
+      [
+        "Public",
+        0.0
+      ],
+      [
+        "▁twin",
+        0.0
+      ],
+      [
+        "ulsion",
+        0.0
+      ],
+      [
+        "Mult",
+        0.0
+      ],
+      [
+        "▁electro",
+        0.0
+      ],
+      [
+        "▁statue",
+        0.0
+      ],
+      [
+        "ationally",
+        0.0
+      ],
+      [
+        "▁Nort",
+        0.0
+      ],
+      [
+        "▁inspection",
+        0.0
+      ],
+      [
+        "/*",
+        0.0
+      ],
+      [
+        "igue",
+        0.0
+      ],
+      [
+        "▁compassion",
+        0.0
+      ],
+      [
+        "▁Tales",
+        0.0
+      ],
+      [
+        "▁Stein",
+        0.0
+      ],
+      [
+        "▁Screen",
+        0.0
+      ],
+      [
+        "▁Bug",
+        0.0
+      ],
+      [
+        "▁Lion",
+        0.0
+      ],
+      [
+        "girl",
+        0.0
+      ],
+      [
+        "▁withdrawal",
+        0.0
+      ],
+      [
+        "▁objectives",
+        0.0
+      ],
+      [
+        "▁bloody",
+        0.0
+      ],
+      [
+        "▁preliminary",
+        0.0
+      ],
+      [
+        "▁jacket",
+        0.0
+      ],
+      [
+        "▁dimensions",
+        0.0
+      ],
+      [
+        "▁Cool",
+        0.0
+      ],
+      [
+        "▁Occup",
+        0.0
+      ],
+      [
+        "▁wreck",
+        0.0
+      ],
+      [
+        "▁doubled",
+        0.0
+      ],
+      [
+        "anking",
+        0.0
+      ],
+      [
+        "▁1975",
+        0.0
+      ],
+      [
+        "▁glasses",
+        0.0
+      ],
+      [
+        "▁Wang",
+        0.0
+      ],
+      [
+        "prov",
+        0.0
+      ],
+      [
+        "Path",
+        0.0
+      ],
+      [
+        "connected",
+        0.0
+      ],
+      [
+        "▁Multi",
+        0.0
+      ],
+      [
+        "▁Norway",
+        0.0
+      ],
+      [
+        "agonist",
+        0.0
+      ],
+      [
+        "▁feared",
+        0.0
+      ],
+      [
+        "▁touching",
+        0.0
+      ],
+      [
+        "▁arguably",
+        0.0
+      ],
+      [
+        "¯¯¯¯¯¯¯¯",
+        0.0
+      ],
+      [
+        "▁NCAA",
+        0.0
+      ],
+      [
+        "chem",
+        0.0
+      ],
+      [
+        "▁spat",
+        0.0
+      ],
+      [
+        "▁WWE",
+        0.0
+      ],
+      [
+        "▁Cel",
+        0.0
+      ],
+      [
+        "igger",
+        0.0
+      ],
+      [
+        "▁attacker",
+        0.0
+      ],
+      [
+        "▁Join",
+        0.0
+      ],
+      [
+        "object",
+        0.0
+      ],
+      [
+        "etta",
+        0.0
+      ],
+      [
+        "▁eliminated",
+        0.0
+      ],
+      [
+        "det",
+        0.0
+      ],
+      [
+        "▁destruct",
+        0.0
+      ],
+      [
+        "▁Lucas",
+        0.0
+      ],
+      [
+        "ctuary",
+        0.0
+      ],
+      [
+        "180",
+        0.0
+      ],
+      [
+        "▁Brady",
+        0.0
+      ],
+      [
+        "▁Blues",
+        0.0
+      ],
+      [
+        "Bay",
+        0.0
+      ],
+      [
+        "aukee",
+        0.0
+      ],
+      [
+        "▁timeline",
+        0.0
+      ],
+      [
+        "▁delegates",
+        0.0
+      ],
+      [
+        "written",
+        0.0
+      ],
+      [
+        "ufficient",
+        0.0
+      ],
+      [
+        "▁shapes",
+        0.0
+      ],
+      [
+        "Copyright",
+        0.0
+      ],
+      [
+        "ouble",
+        0.0
+      ],
+      [
+        "service",
+        0.0
+      ],
+      [
+        "▁pione",
+        0.0
+      ],
+      [
+        "▁colleges",
+        0.0
+      ],
+      [
+        "▁rows",
+        0.0
+      ],
+      [
+        "▁spite",
+        0.0
+      ],
+      [
+        "▁assessed",
+        0.0
+      ],
+      [
+        "360",
+        0.0
+      ],
+      [
+        "▁lease",
+        0.0
+      ],
+      [
+        "▁confidential",
+        0.0
+      ],
+      [
+        "cker",
+        0.0
+      ],
+      [
+        "▁Manning",
+        0.0
+      ],
+      [
+        "▁Voice",
+        0.0
+      ],
+      [
+        "▁sealed",
+        0.0
+      ],
+      [
+        "▁calculate",
+        0.0
+      ],
+      [
+        "NO",
+        0.0
+      ],
+      [
+        "▁Assistant",
+        0.0
+      ],
+      [
+        "▁teenager",
+        0.0
+      ],
+      [
+        "ulent",
+        0.0
+      ],
+      [
+        "atherine",
+        0.0
+      ],
+      [
+        "▁mock",
+        0.0
+      ],
+      [
+        "▁diamond",
+        0.0
+      ],
+      [
+        "▁fest",
+        0.0
+      ],
+      [
+        "▁switched",
+        0.0
+      ],
+      [
+        "▁resume",
+        0.0
+      ],
+      [
+        "▁Puerto",
+        0.0
+      ],
+      [
+        "▁lanes",
+        0.0
+      ],
+      [
+        "iration",
+        0.0
+      ],
+      [
+        "▁Similarly",
+        0.0
+      ],
+      [
+        "▁rod",
+        0.0
+      ],
+      [
+        "▁Sel",
+        0.0
+      ],
+      [
+        "▁Palace",
+        0.0
+      ],
+      [
+        "▁Limited",
+        0.0
+      ],
+      [
+        "eous",
+        0.0
+      ],
+      [
+        "▁variant",
+        0.0
+      ],
+      [
+        "▁ward",
+        0.0
+      ],
+      [
+        "▁))",
+        0.0
+      ],
+      [
+        "Show",
+        0.0
+      ],
+      [
+        "OOK",
+        0.0
+      ],
+      [
+        "Alex",
+        0.0
+      ],
+      [
+        "▁Nep",
+        0.0
+      ],
+      [
+        "bris",
+        0.0
+      ],
+      [
+        "▁Wikipedia",
+        0.0
+      ],
+      [
+        "▁exceptional",
+        0.0
+      ],
+      [
+        "▁manages",
+        0.0
+      ],
+      [
+        "▁Draw",
+        0.0
+      ],
+      [
+        "Again",
+        0.0
+      ],
+      [
+        "▁copper",
+        0.0
+      ],
+      [
+        "utt",
+        0.0
+      ],
+      [
+        "▁exports",
+        0.0
+      ],
+      [
+        "▁portfolio",
+        0.0
+      ],
+      [
+        "▁elevated",
+        0.0
+      ],
+      [
+        "Rated",
+        0.0
+      ],
+      [
+        "▁Otherwise",
+        0.0
+      ],
+      [
+        "▁Tact",
+        0.0
+      ],
+      [
+        "▁Shel",
+        0.0
+      ],
+      [
+        "▁TX",
+        0.0
+      ],
+      [
+        "\"âĢĶ",
+        0.0
+      ],
+      [
+        "▁resur",
+        0.0
+      ],
+      [
+        "▁Wa",
+        0.0
+      ],
+      [
+        "venant",
+        0.0
+      ],
+      [
+        "▁monetary",
+        0.0
+      ],
+      [
+        "people",
+        0.0
+      ],
+      [
+        "Email",
+        0.0
+      ],
+      [
+        "▁fifty",
+        0.0
+      ],
+      [
+        "▁Sweet",
+        0.0
+      ],
+      [
+        "▁Malaysia",
+        0.0
+      ],
+      [
+        "▁confusing",
+        0.0
+      ],
+      [
+        "▁Rio",
+        0.0
+      ],
+      [
+        "uda",
+        0.0
+      ],
+      [
+        "utenant",
+        0.0
+      ],
+      [
+        "\");",
+        0.0
+      ],
+      [
+        "▁praised",
+        0.0
+      ],
+      [
+        "▁volumes",
+        0.0
+      ],
+      [
+        "turn",
+        0.0
+      ],
+      [
+        "▁mature",
+        0.0
+      ],
+      [
+        "▁nonprofit",
+        0.0
+      ],
+      [
+        "▁passionate",
+        0.0
+      ],
+      [
+        "▁Private",
+        0.0
+      ],
+      [
+        "▁103",
+        0.0
+      ],
+      [
+        "▁descend",
+        0.0
+      ],
+      [
+        "ç¥ŀ",
+        0.0
+      ],
+      [
+        "uffy",
+        0.0
+      ],
+      [
+        "headed",
+        0.0
+      ],
+      [
+        "Whether",
+        0.0
+      ],
+      [
+        "rien",
+        0.0
+      ],
+      [
+        "zech",
+        0.0
+      ],
+      [
+        "beit",
+        0.0
+      ],
+      [
+        "▁chrom",
+        0.0
+      ],
+      [
+        "▁McM",
+        0.0
+      ],
+      [
+        "▁dancing",
+        0.0
+      ],
+      [
+        "▁eleg",
+        0.0
+      ],
+      [
+        "▁Noticed",
+        0.0
+      ],
+      [
+        "115",
+        0.0
+      ],
+      [
+        "▁advocacy",
+        0.0
+      ],
+      [
+        "ENTS",
+        0.0
+      ],
+      [
+        "ambling",
+        0.0
+      ],
+      [
+        "▁Minor",
+        0.0
+      ],
+      [
+        "▁Finn",
+        0.0
+      ],
+      [
+        "▁priorities",
+        0.0
+      ],
+      [
+        "▁thereof",
+        0.0
+      ],
+      [
+        "▁Stage",
+        0.0
+      ],
+      [
+        "▁Rogers",
+        0.0
+      ],
+      [
+        "▁substitute",
+        0.0
+      ],
+      [
+        "▁Jar",
+        0.0
+      ],
+      [
+        "▁Jefferson",
+        0.0
+      ],
+      [
+        "▁lightly",
+        0.0
+      ],
+      [
+        "102",
+        0.0
+      ],
+      [
+        "▁Lisa",
+        0.0
+      ],
+      [
+        "uits",
+        0.0
+      ],
+      [
+        "ysical",
+        0.0
+      ],
+      [
+        "▁shifts",
+        0.0
+      ],
+      [
+        "▁drones",
+        0.0
+      ],
+      [
+        "▁workplace",
+        0.0
+      ],
+      [
+        "▁resid",
+        0.0
+      ],
+      [
+        "ensed",
+        0.0
+      ],
+      [
+        "ahn",
+        0.0
+      ],
+      [
+        "▁preferences",
+        0.0
+      ],
+      [
+        "server",
+        0.0
+      ],
+      [
+        "▁debates",
+        0.0
+      ],
+      [
+        "doc",
+        0.0
+      ],
+      [
+        "▁Gods",
+        0.0
+      ],
+      [
+        "▁helicopter",
+        0.0
+      ],
+      [
+        "▁honour",
+        0.0
+      ],
+      [
+        "▁considerably",
+        0.0
+      ],
+      [
+        "eded",
+        0.0
+      ],
+      [
+        "▁Female",
+        0.0
+      ],
+      [
+        "▁Anne",
+        0.0
+      ],
+      [
+        "▁reun",
+        0.0
+      ],
+      [
+        "▁Face",
+        0.0
+      ],
+      [
+        "▁Hallow",
+        0.0
+      ],
+      [
+        "▁Budget",
+        0.0
+      ],
+      [
+        "▁condemn",
+        0.0
+      ],
+      [
+        "▁tender",
+        0.0
+      ],
+      [
+        "Prof",
+        0.0
+      ],
+      [
+        "ocratic",
+        0.0
+      ],
+      [
+        "▁Turner",
+        0.0
+      ],
+      [
+        "▁Agric",
+        0.0
+      ],
+      [
+        "▁1976",
+        0.0
+      ],
+      [
+        "▁apt",
+        0.0
+      ],
+      [
+        "disc",
+        0.0
+      ],
+      [
+        "▁Fighter",
+        0.0
+      ],
+      [
+        "▁Aur",
+        0.0
+      ],
+      [
+        "▁garbage",
+        0.0
+      ],
+      [
+        "input",
+        0.0
+      ],
+      [
+        "▁Karl",
+        0.0
+      ],
+      [
+        "▁Oliver",
+        0.0
+      ],
+      [
+        "▁Language",
+        0.0
+      ],
+      [
+        "kn",
+        0.0
+      ],
+      [
+        "Non",
+        0.0
+      ],
+      [
+        "▁Clar",
+        0.0
+      ],
+      [
+        "▁traditions",
+        0.0
+      ],
+      [
+        "▁advertisement",
+        0.0
+      ],
+      [
+        "▁Sor",
+        0.0
+      ],
+      [
+        "▁archive",
+        0.0
+      ],
+      [
+        "▁villages",
+        0.0
+      ],
+      [
+        "750",
+        0.0
+      ],
+      [
+        "▁implementing",
+        0.0
+      ],
+      [
+        "waukee",
+        0.0
+      ],
+      [
+        "▁dietary",
+        0.0
+      ],
+      [
+        "▁switching",
+        0.0
+      ],
+      [
+        "Republic",
+        0.0
+      ],
+      [
+        "▁velocity",
+        0.0
+      ],
+      [
+        "▁cit",
+        0.0
+      ],
+      [
+        "▁Awards",
+        0.0
+      ],
+      [
+        "▁financing",
+        0.0
+      ],
+      [
+        "▁lasted",
+        0.0
+      ],
+      [
+        ")]",
+        0.0
+      ],
+      [
+        "▁reminder",
+        0.0
+      ],
+      [
+        "Person",
+        0.0
+      ],
+      [
+        "▁precision",
+        0.0
+      ],
+      [
+        "▁designers",
+        0.0
+      ],
+      [
+        "▁Fried",
+        0.0
+      ],
+      [
+        "▁Border",
+        0.0
+      ],
+      [
+        "▁tragic",
+        0.0
+      ],
+      [
+        "▁wield",
+        0.0
+      ],
+      [
+        "▁initiatives",
+        0.0
+      ],
+      [
+        "▁Tank",
+        0.0
+      ],
+      [
+        "wer",
+        0.0
+      ],
+      [
+        "▁joins",
+        0.0
+      ],
+      [
+        "Ro",
+        0.0
+      ],
+      [
+        "inery",
+        0.0
+      ],
+      [
+        "▁arrow",
+        0.0
+      ],
+      [
+        "▁generating",
+        0.0
+      ],
+      [
+        "founder",
+        0.0
+      ],
+      [
+        "▁searches",
+        0.0
+      ],
+      [
+        "▁randomly",
+        0.0
+      ],
+      [
+        "Access",
+        0.0
+      ],
+      [
+        "▁batch",
+        0.0
+      ],
+      [
+        "▁posed",
+        0.0
+      ],
+      [
+        "lat",
+        0.0
+      ],
+      [
+        "▁pursuing",
+        0.0
+      ],
+      [
+        "asa",
+        0.0
+      ],
+      [
+        "▁testified",
+        0.0
+      ],
+      [
+        "forming",
+        0.0
+      ],
+      [
+        "▁Shar",
+        0.0
+      ],
+      [
+        "wiki",
+        0.0
+      ],
+      [
+        "▁Either",
+        0.0
+      ],
+      [
+        "Sometimes",
+        0.0
+      ],
+      [
+        "▁senators",
+        0.0
+      ],
+      [
+        "▁Johnny",
+        0.0
+      ],
+      [
+        "▁Taliban",
+        0.0
+      ],
+      [
+        "▁GPS",
+        0.0
+      ],
+      [
+        "\":\"/",
+        0.0
+      ],
+      [
+        "ãģ®å",
+        0.0
+      ],
+      [
+        "▁analyzed",
+        0.0
+      ],
+      [
+        "▁Rubio",
+        0.0
+      ],
+      [
+        "▁Movement",
+        0.0
+      ],
+      [
+        "opard",
+        0.0
+      ],
+      [
+        "iii",
+        0.0
+      ],
+      [
+        "Stand",
+        0.0
+      ],
+      [
+        "fight",
+        0.0
+      ],
+      [
+        "▁ignoring",
+        0.0
+      ],
+      [
+        "iang",
+        0.0
+      ],
+      [
+        "▁GN",
+        0.0
+      ],
+      [
+        "soever",
+        0.0
+      ],
+      [
+        "▁STAT",
+        0.0
+      ],
+      [
+        "▁refusing",
+        0.0
+      ],
+      [
+        "▁sweat",
+        0.0
+      ],
+      [
+        "▁bay",
+        0.0
+      ],
+      [
+        "PORT",
+        0.0
+      ],
+      [
+        "irmed",
+        0.0
+      ],
+      [
+        "aky",
+        0.0
+      ],
+      [
+        "▁dispro",
+        0.0
+      ],
+      [
+        "▁labeled",
+        0.0
+      ],
+      [
+        "▁108",
+        0.0
+      ],
+      [
+        "Hello",
+        0.0
+      ],
+      [
+        "▁pleasant",
+        0.0
+      ],
+      [
+        "aba",
+        0.0
+      ],
+      [
+        "▁triumph",
+        0.0
+      ],
+      [
+        "▁aboard",
+        0.0
+      ],
+      [
+        "▁incom",
+        0.0
+      ],
+      [
+        "▁Crow",
+        0.0
+      ],
+      [
+        "lett",
+        0.0
+      ],
+      [
+        "▁folk",
+        0.0
+      ],
+      [
+        "▁chase",
+        0.0
+      ],
+      [
+        "``",
+        0.0
+      ],
+      [
+        "▁Brus",
+        0.0
+      ],
+      [
+        "▁teens",
+        0.0
+      ],
+      [
+        "cue",
+        0.0
+      ],
+      [
+        "▁terrain",
+        0.0
+      ],
+      [
+        "hyd",
+        0.0
+      ],
+      [
+        "ilight",
+        0.0
+      ],
+      [
+        "ORY",
+        0.0
+      ],
+      [
+        "Support",
+        0.0
+      ],
+      [
+        "ews",
+        0.0
+      ],
+      [
+        "lli",
+        0.0
+      ],
+      [
+        "raints",
+        0.0
+      ],
+      [
+        "▁Cand",
+        0.0
+      ],
+      [
+        "▁abused",
+        0.0
+      ],
+      [
+        "achment",
+        0.0
+      ],
+      [
+        "larg",
+        0.0
+      ],
+      [
+        "Bas",
+        0.0
+      ],
+      [
+        "▁Cancer",
+        0.0
+      ],
+      [
+        "▁1978",
+        0.0
+      ],
+      [
+        "▁supporter",
+        0.0
+      ],
+      [
+        "access",
+        0.0
+      ],
+      [
+        "▁Termin",
+        0.0
+      ],
+      [
+        "▁Tampa",
+        0.0
+      ],
+      [
+        "▁ANY",
+        0.0
+      ],
+      [
+        "▁newest",
+        0.0
+      ],
+      [
+        "▁Criminal",
+        0.0
+      ],
+      [
+        "edu",
+        0.0
+      ],
+      [
+        "▁1930",
+        0.0
+      ],
+      [
+        "▁admits",
+        0.0
+      ],
+      [
+        "▁ende",
+        0.0
+      ],
+      [
+        "▁failures",
+        0.0
+      ],
+      [
+        "urate",
+        0.0
+      ],
+      [
+        "fulness",
+        0.0
+      ],
+      [
+        "cycl",
+        0.0
+      ],
+      [
+        "▁Subject",
+        0.0
+      ],
+      [
+        "▁infinite",
+        0.0
+      ],
+      [
+        "three",
+        0.0
+      ],
+      [
+        "WA",
+        0.0
+      ],
+      [
+        "pit",
+        0.0
+      ],
+      [
+        "▁Install",
+        0.0
+      ],
+      [
+        "Rad",
+        0.0
+      ],
+      [
+        "iliation",
+        0.0
+      ],
+      [
+        "GM",
+        0.0
+      ],
+      [
+        "▁continent",
+        0.0
+      ],
+      [
+        "▁accommodate",
+        0.0
+      ],
+      [
+        "▁Clay",
+        0.0
+      ],
+      [
+        "▁pup",
+        0.0
+      ],
+      [
+        "▁Function",
+        0.0
+      ],
+      [
+        "▁hammer",
+        0.0
+      ],
+      [
+        "▁Alberta",
+        0.0
+      ],
+      [
+        "▁revised",
+        0.0
+      ],
+      [
+        "▁minorities",
+        0.0
+      ],
+      [
+        "▁measurement",
+        0.0
+      ],
+      [
+        "Connell",
+        0.0
+      ],
+      [
+        "▁disable",
+        0.0
+      ],
+      [
+        "▁Mix",
+        0.0
+      ],
+      [
+        "Incre",
+        0.0
+      ],
+      [
+        "▁fork",
+        0.0
+      ],
+      [
+        "▁Rosen",
+        0.0
+      ],
+      [
+        "▁implies",
+        0.0
+      ],
+      [
+        "umblr",
+        0.0
+      ],
+      [
+        "ANG",
+        0.0
+      ],
+      [
+        "▁proteins",
+        0.0
+      ],
+      [
+        "▁aggression",
+        0.0
+      ],
+      [
+        "▁facilitate",
+        0.0
+      ],
+      [
+        "SN",
+        0.0
+      ],
+      [
+        "▁illegally",
+        0.0
+      ],
+      [
+        "uer",
+        0.0
+      ],
+      [
+        "▁academ",
+        0.0
+      ],
+      [
+        "▁puzz",
+        0.0
+      ],
+      [
+        "▁Shift",
+        0.0
+      ],
+      [
+        "pay",
+        0.0
+      ],
+      [
+        "ollo",
+        0.0
+      ],
+      [
+        "▁audiences",
+        0.0
+      ],
+      [
+        "Build",
+        0.0
+      ],
+      [
+        "▁noble",
+        0.0
+      ],
+      [
+        "▁syntax",
+        0.0
+      ],
+      [
+        "âĺħ",
+        0.0
+      ],
+      [
+        "▁beam",
+        0.0
+      ],
+      [
+        "▁Bed",
+        0.0
+      ],
+      [
+        "▁Ald",
+        0.0
+      ],
+      [
+        "▁origins",
+        0.0
+      ],
+      [
+        "video",
+        0.0
+      ],
+      [
+        "▁1977",
+        0.0
+      ],
+      [
+        "▁Assault",
+        0.0
+      ],
+      [
+        "▁garage",
+        0.0
+      ],
+      [
+        "Team",
+        0.0
+      ],
+      [
+        "▁verdict",
+        0.0
+      ],
+      [
+        "▁dwar",
+        0.0
+      ],
+      [
+        "▁Virtual",
+        0.0
+      ],
+      [
+        "event",
+        0.0
+      ],
+      [
+        "Keep",
+        0.0
+      ],
+      [
+        "▁sentiment",
+        0.0
+      ],
+      [
+        "▁wildlife",
+        0.0
+      ],
+      [
+        "shirt",
+        0.0
+      ],
+      [
+        "▁burg",
+        0.0
+      ],
+      [
+        "▁recommendation",
+        0.0
+      ],
+      [
+        "represent",
+        0.0
+      ],
+      [
+        "▁gallery",
+        0.0
+      ],
+      [
+        "owners",
+        0.0
+      ],
+      [
+        "▁scholar",
+        0.0
+      ],
+      [
+        "▁convenience",
+        0.0
+      ],
+      [
+        "▁Swift",
+        0.0
+      ],
+      [
+        "▁convinc",
+        0.0
+      ],
+      [
+        "Cap",
+        0.0
+      ],
+      [
+        "▁warfare",
+        0.0
+      ],
+      [
+        "▁Visual",
+        0.0
+      ],
+      [
+        "▁constitute",
+        0.0
+      ],
+      [
+        "▁abort",
+        0.0
+      ],
+      [
+        "▁Weather",
+        0.0
+      ],
+      [
+        "▁Looking",
+        0.0
+      ],
+      [
+        "▁Hem",
+        0.0
+      ],
+      [
+        "▁martial",
+        0.0
+      ],
+      [
+        "▁incoming",
+        0.0
+      ],
+      [
+        "etition",
+        0.0
+      ],
+      [
+        "▁tolerance",
+        0.0
+      ],
+      [
+        "▁Created",
+        0.0
+      ],
+      [
+        "▁flows",
+        0.0
+      ],
+      [
+        "▁Elder",
+        0.0
+      ],
+      [
+        "▁souls",
+        0.0
+      ],
+      [
+        "▁foul",
+        0.0
+      ],
+      [
+        "▁Pain",
+        0.0
+      ],
+      [
+        "▁CAN",
+        0.0
+      ],
+      [
+        "▁220",
+        0.0
+      ],
+      [
+        "bc",
+        0.0
+      ],
+      [
+        "hend",
+        0.0
+      ],
+      [
+        "▁genius",
+        0.0
+      ],
+      [
+        "Real",
+        0.0
+      ],
+      [
+        "▁Wr",
+        0.0
+      ],
+      [
+        "ometer",
+        0.0
+      ],
+      [
+        "pad",
+        0.0
+      ],
+      [
+        "▁limiting",
+        0.0
+      ],
+      [
+        "▁Si",
+        0.0
+      ],
+      [
+        "▁Lore",
+        0.0
+      ],
+      [
+        "▁Adventures",
+        0.0
+      ],
+      [
+        "▁varied",
+        0.0
+      ],
+      [
+        "Disc",
+        0.0
+      ],
+      [
+        "fin",
+        0.0
+      ],
+      [
+        "▁Personal",
+        0.0
+      ],
+      [
+        "Chris",
+        0.0
+      ],
+      [
+        "▁invented",
+        0.0
+      ],
+      [
+        "▁dive",
+        0.0
+      ],
+      [
+        "▁Rise",
+        0.0
+      ],
+      [
+        "▁oz",
+        0.0
+      ],
+      [
+        "▁Comics",
+        0.0
+      ],
+      [
+        "▁expose",
+        0.0
+      ],
+      [
+        "▁Reb",
+        0.0
+      ],
+      [
+        "letters",
+        0.0
+      ],
+      [
+        "site",
+        0.0
+      ],
+      [
+        "imated",
+        0.0
+      ],
+      [
+        "▁hacking",
+        0.0
+      ],
+      [
+        "▁educated",
+        0.0
+      ],
+      [
+        "▁Nobody",
+        0.0
+      ],
+      [
+        "▁depri",
+        0.0
+      ],
+      [
+        "▁incentive",
+        0.0
+      ],
+      [
+        "ãĤ·",
+        0.0
+      ],
+      [
+        "▁oversight",
+        0.0
+      ],
+      [
+        "▁tribes",
+        0.0
+      ],
+      [
+        "▁Belgium",
+        0.0
+      ],
+      [
+        "▁licensing",
+        0.0
+      ],
+      [
+        "ourt",
+        0.0
+      ],
+      [
+        "Product",
+        0.0
+      ],
+      [
+        "ahl",
+        0.0
+      ],
+      [
+        "▁Gem",
+        0.0
+      ],
+      [
+        "▁specialist",
+        0.0
+      ],
+      [
+        "▁cra",
+        0.0
+      ],
+      [
+        "anners",
+        0.0
+      ],
+      [
+        "▁Corbyn",
+        0.0
+      ],
+      [
+        "▁1973",
+        0.0
+      ],
+      [
+        "READ",
+        0.0
+      ],
+      [
+        "▁summar",
+        0.0
+      ],
+      [
+        "▁overlook",
+        0.0
+      ],
+      [
+        "▁Application",
+        0.0
+      ],
+      [
+        "▁inappropriate",
+        0.0
+      ],
+      [
+        "▁downloaded",
+        0.0
+      ],
+      [
+        "Que",
+        0.0
+      ],
+      [
+        "▁Bears",
+        0.0
+      ],
+      [
+        "▁thumb",
+        0.0
+      ],
+      [
+        "▁Character",
+        0.0
+      ],
+      [
+        "▁Reincarnated",
+        0.0
+      ],
+      [
+        "▁Sid",
+        0.0
+      ],
+      [
+        "▁demonstrates",
+        0.0
+      ],
+      [
+        "sky",
+        0.0
+      ],
+      [
+        "▁Bloomberg",
+        0.0
+      ],
+      [
+        "▁Array",
+        0.0
+      ],
+      [
+        "▁Results",
+        0.0
+      ],
+      [
+        "▁Fourth",
+        0.0
+      ],
+      [
+        "▁EDT",
+        0.0
+      ],
+      [
+        "▁Oscar",
+        0.0
+      ],
+      [
+        "cend",
+        0.0
+      ],
+      [
+        "▁106",
+        0.0
+      ],
+      [
+        "▁NULL",
+        0.0
+      ],
+      [
+        "▁HERE",
+        0.0
+      ],
+      [
+        "match",
+        0.0
+      ],
+      [
+        "▁Brun",
+        0.0
+      ],
+      [
+        "▁glucose",
+        0.0
+      ],
+      [
+        "ieg",
+        0.0
+      ],
+      [
+        "egu",
+        0.0
+      ],
+      [
+        "▁certified",
+        0.0
+      ],
+      [
+        "▁relie",
+        0.0
+      ],
+      [
+        "▁humanitarian",
+        0.0
+      ],
+      [
+        "▁prayers",
+        0.0
+      ],
+      [
+        "King",
+        0.0
+      ],
+      [
+        "▁nan",
+        0.0
+      ],
+      [
+        "hou",
+        0.0
+      ],
+      [
+        "108",
+        0.0
+      ],
+      [
+        "ulu",
+        0.0
+      ],
+      [
+        "▁renewable",
+        0.0
+      ],
+      [
+        "▁distinguish",
+        0.0
+      ],
+      [
+        "▁dense",
+        0.0
+      ],
+      [
+        "▁Vent",
+        0.0
+      ],
+      [
+        "▁Package",
+        0.0
+      ],
+      [
+        "▁Boss",
+        0.0
+      ],
+      [
+        "▁editors",
+        0.0
+      ],
+      [
+        "▁migr",
+        0.0
+      ],
+      [
+        "Tra",
+        0.0
+      ],
+      [
+        "▁Peters",
+        0.0
+      ],
+      [
+        "▁Arctic",
+        0.0
+      ],
+      [
+        "2004",
+        0.0
+      ],
+      [
+        "▁Cape",
+        0.0
+      ],
+      [
+        "▁locally",
+        0.0
+      ],
+      [
+        "▁lasting",
+        0.0
+      ],
+      [
+        "▁handy",
+        0.0
+      ],
+      [
+        ".).",
+        0.0
+      ],
+      [
+        "Pan",
+        0.0
+      ],
+      [
+        "▁RES",
+        0.0
+      ],
+      [
+        "Index",
+        0.0
+      ],
+      [
+        "▁tensions",
+        0.0
+      ],
+      [
+        "▁formerly",
+        0.0
+      ],
+      [
+        "▁ideological",
+        0.0
+      ],
+      [
+        "▁sensors",
+        0.0
+      ],
+      [
+        "▁dealers",
+        0.0
+      ],
+      [
+        "▁defines",
+        0.0
+      ],
+      [
+        "Sk",
+        0.0
+      ],
+      [
+        "▁proceeds",
+        0.0
+      ],
+      [
+        "▁proxy",
+        0.0
+      ],
+      [
+        "azines",
+        0.0
+      ],
+      [
+        "▁Bash",
+        0.0
+      ],
+      [
+        "▁Pad",
+        0.0
+      ],
+      [
+        "▁Craft",
+        0.0
+      ],
+      [
+        "ealous",
+        0.0
+      ],
+      [
+        "▁sheets",
+        0.0
+      ],
+      [
+        "ometry",
+        0.0
+      ],
+      [
+        "June",
+        0.0
+      ],
+      [
+        "clock",
+        0.0
+      ],
+      [
+        "TT",
+        0.0
+      ],
+      [
+        "▁Theatre",
+        0.0
+      ],
+      [
+        "▁Buzz",
+        0.0
+      ],
+      [
+        "▁chapters",
+        0.0
+      ],
+      [
+        "▁millenn",
+        0.0
+      ],
+      [
+        "▁dough",
+        0.0
+      ],
+      [
+        "▁Congressional",
+        0.0
+      ],
+      [
+        "▁imagined",
+        0.0
+      ],
+      [
+        "avior",
+        0.0
+      ],
+      [
+        "▁clinic",
+        0.0
+      ],
+      [
+        "▁1945",
+        0.0
+      ],
+      [
+        "▁holder",
+        0.0
+      ],
+      [
+        "root",
+        0.0
+      ],
+      [
+        "olester",
+        0.0
+      ],
+      [
+        "▁restart",
+        0.0
+      ],
+      [
+        "BN",
+        0.0
+      ],
+      [
+        "▁Hamas",
+        0.0
+      ],
+      [
+        "▁Job",
+        0.0
+      ],
+      [
+        "▁orb",
+        0.0
+      ],
+      [
+        "▁ram",
+        0.0
+      ],
+      [
+        "▁disclose",
+        0.0
+      ],
+      [
+        "▁translate",
+        0.0
+      ],
+      [
+        "▁immigrant",
+        0.0
+      ],
+      [
+        "▁annoying",
+        0.0
+      ],
+      [
+        "▁treaty",
+        0.0
+      ],
+      [
+        "anium",
+        0.0
+      ],
+      [
+        "▁Tea",
+        0.0
+      ],
+      [
+        "▁Legion",
+        0.0
+      ],
+      [
+        "▁crowds",
+        0.0
+      ],
+      [
+        "▁Bec",
+        0.0
+      ],
+      [
+        "▁Aer",
+        0.0
+      ],
+      [
+        "ohyd",
+        0.0
+      ],
+      [
+        "Bro",
+        0.0
+      ],
+      [
+        "Looking",
+        0.0
+      ],
+      [
+        "▁lbs",
+        0.0
+      ],
+      [
+        "▁aggress",
+        0.0
+      ],
+      [
+        "▁seam",
+        0.0
+      ],
+      [
+        "▁intercept",
+        0.0
+      ],
+      [
+        "▁MI",
+        0.0
+      ],
+      [
+        "mercial",
+        0.0
+      ],
+      [
+        "activ",
+        0.0
+      ],
+      [
+        "▁Cit",
+        0.0
+      ],
+      [
+        "▁dimension",
+        0.0
+      ],
+      [
+        "▁consistency",
+        0.0
+      ],
+      [
+        "▁rushing",
+        0.0
+      ],
+      [
+        "▁Douglas",
+        0.0
+      ],
+      [
+        "▁trim",
+        0.0
+      ],
+      [
+        "Install",
+        0.0
+      ],
+      [
+        "icker",
+        0.0
+      ],
+      [
+        "▁shy",
+        0.0
+      ],
+      [
+        "106",
+        0.0
+      ],
+      [
+        "▁mentions",
+        0.0
+      ],
+      [
+        "pelled",
+        0.0
+      ],
+      [
+        "▁Tak",
+        0.0
+      ],
+      [
+        "cost",
+        0.0
+      ],
+      [
+        "▁classroom",
+        0.0
+      ],
+      [
+        "▁fortune",
+        0.0
+      ],
+      [
+        "driven",
+        0.0
+      ],
+      [
+        "▁unle",
+        0.0
+      ],
+      [
+        "▁Wheel",
+        0.0
+      ],
+      [
+        "▁investor",
+        0.0
+      ],
+      [
+        "▁Masters",
+        0.0
+      ],
+      [
+        "kit",
+        0.0
+      ],
+      [
+        "▁associations",
+        0.0
+      ],
+      [
+        "▁Evolution",
+        0.0
+      ],
+      [
+        "oping",
+        0.0
+      ],
+      [
+        "uscript",
+        0.0
+      ],
+      [
+        "▁provincial",
+        0.0
+      ],
+      [
+        "▁Walter",
+        0.0
+      ],
+      [
+        "avi",
+        0.0
+      ],
+      [
+        "SO",
+        0.0
+      ],
+      [
+        "▁unlimited",
+        0.0
+      ],
+      [
+        "English",
+        0.0
+      ],
+      [
+        "▁Cards",
+        0.0
+      ],
+      [
+        "▁Ebola",
+        0.0
+      ],
+      [
+        "nered",
+        0.0
+      ],
+      [
+        "▁revenge",
+        0.0
+      ],
+      [
+        "▁outright",
+        0.0
+      ],
+      [
+        "umper",
+        0.0
+      ],
+      [
+        "▁fitting",
+        0.0
+      ],
+      [
+        "▁Solid",
+        0.0
+      ],
+      [
+        "▁formally",
+        0.0
+      ],
+      [
+        "▁problematic",
+        0.0
+      ],
+      [
+        "▁hazard",
+        0.0
+      ],
+      [
+        "▁encryption",
+        0.0
+      ],
+      [
+        "▁straightforward",
+        0.0
+      ],
+      [
+        "▁AK",
+        0.0
+      ],
+      [
+        "▁pse",
+        0.0
+      ],
+      [
+        "▁Orb",
+        0.0
+      ],
+      [
+        "▁Chamber",
+        0.0
+      ],
+      [
+        "▁Mak",
+        0.0
+      ],
+      [
+        "Contents",
+        0.0
+      ],
+      [
+        "▁loyalty",
+        0.0
+      ],
+      [
+        "▁lyrics",
+        0.0
+      ],
+      [
+        "▁Sym",
+        0.0
+      ],
+      [
+        "▁welcomed",
+        0.0
+      ],
+      [
+        "▁cooked",
+        0.0
+      ],
+      [
+        "▁monop",
+        0.0
+      ],
+      [
+        "▁nurse",
+        0.0
+      ],
+      [
+        "▁misleading",
+        0.0
+      ],
+      [
+        "▁eternal",
+        0.0
+      ],
+      [
+        "▁shifting",
+        0.0
+      ],
+      [
+        "▁+=",
+        0.0
+      ],
+      [
+        "Vis",
+        0.0
+      ],
+      [
+        "▁institutional",
+        0.0
+      ],
+      [
+        "illary",
+        0.0
+      ],
+      [
+        "▁pant",
+        0.0
+      ],
+      [
+        "VERT",
+        0.0
+      ],
+      [
+        "▁ACC",
+        0.0
+      ],
+      [
+        "▁Enh",
+        0.0
+      ],
+      [
+        "▁incon",
+        0.0
+      ],
+      [
+        "▁REUTERS",
+        0.0
+      ],
+      [
+        "▁donated",
+        0.0
+      ],
+      [
+        "âĢ¦âĢ¦âĢ¦âĢ¦",
+        0.0
+      ],
+      [
+        "Intern",
+        0.0
+      ],
+      [
+        "▁exhibit",
+        0.0
+      ],
+      [
+        "▁tire",
+        0.0
+      ],
+      [
+        "▁Ric",
+        0.0
+      ],
+      [
+        "▁Champion",
+        0.0
+      ],
+      [
+        "▁Muhammad",
+        0.0
+      ],
+      [
+        "NING",
+        0.0
+      ],
+      [
+        "▁Soccer",
+        0.0
+      ],
+      [
+        "▁mobility",
+        0.0
+      ],
+      [
+        "▁varying",
+        0.0
+      ],
+      [
+        "▁Movie",
+        0.0
+      ],
+      [
+        "▁lord",
+        0.0
+      ],
+      [
+        "oak",
+        0.0
+      ],
+      [
+        "Field",
+        0.0
+      ],
+      [
+        "▁vector",
+        0.0
+      ],
+      [
+        "usions",
+        0.0
+      ],
+      [
+        "▁scrap",
+        0.0
+      ],
+      [
+        "▁enabling",
+        0.0
+      ],
+      [
+        "make",
+        0.0
+      ],
+      [
+        "Tor",
+        0.0
+      ],
+      [
+        ".*",
+        0.0
+      ],
+      [
+        "||",
+        0.0
+      ],
+      [
+        "▁Website",
+        0.0
+      ],
+      [
+        "▁NPC",
+        0.0
+      ],
+      [
+        "▁socialist",
+        0.0
+      ],
+      [
+        "▁Billy",
+        0.0
+      ],
+      [
+        "▁Additional",
+        0.0
+      ],
+      [
+        "▁cargo",
+        0.0
+      ],
+      [
+        "▁farms",
+        0.0
+      ],
+      [
+        "▁Soon",
+        0.0
+      ],
+      [
+        "▁Prize",
+        0.0
+      ],
+      [
+        "▁midnight",
+        0.0
+      ],
+      [
+        "▁900",
+        0.0
+      ],
+      [
+        "seen",
+        0.0
+      ],
+      [
+        "▁Spot",
+        0.0
+      ],
+      [
+        "▁sheep",
+        0.0
+      ],
+      [
+        "▁sponsored",
+        0.0
+      ],
+      [
+        "▁Hi",
+        0.0
+      ],
+      [
+        "▁Jump",
+        0.0
+      ],
+      [
+        "▁1967",
+        0.0
+      ],
+      [
+        "Microsoft",
+        0.0
+      ],
+      [
+        "▁Agent",
+        0.0
+      ],
+      [
+        "▁charts",
+        0.0
+      ],
+      [
+        "dir",
+        0.0
+      ],
+      [
+        "▁adjacent",
+        0.0
+      ],
+      [
+        "▁tricks",
+        0.0
+      ],
+      [
+        "▁manga",
+        0.0
+      ],
+      [
+        "▁exagger",
+        0.0
+      ],
+      [
+        "/>",
+        0.0
+      ],
+      [
+        "football",
+        0.0
+      ],
+      [
+        "▁FCC",
+        0.0
+      ],
+      [
+        "GC",
+        0.0
+      ],
+      [
+        "▁Tier",
+        0.0
+      ],
+      [
+        "andra",
+        0.0
+      ],
+      [
+        "OUND",
+        0.0
+      ],
+      [
+        "%),",
+        0.0
+      ],
+      [
+        "▁fruits",
+        0.0
+      ],
+      [
+        "VC",
+        0.0
+      ],
+      [
+        "▁AA",
+        0.0
+      ],
+      [
+        "Rober",
+        0.0
+      ],
+      [
+        "▁midst",
+        0.0
+      ],
+      [
+        "âĹ",
+        0.0
+      ],
+      [
+        "anka",
+        0.0
+      ],
+      [
+        "▁legislature",
+        0.0
+      ],
+      [
+        "▁Neil",
+        0.0
+      ],
+      [
+        "▁tourists",
+        0.0
+      ],
+      [
+        "\"\"",
+        0.0
+      ],
+      [
+        "▁Warning",
+        0.0
+      ],
+      [
+        "▁Nevertheless",
+        0.0
+      ],
+      [
+        "▁Official",
+        0.0
+      ],
+      [
+        "▁Whatever",
+        0.0
+      ],
+      [
+        "▁mold",
+        0.0
+      ],
+      [
+        "▁drafted",
+        0.0
+      ],
+      [
+        "▁substances",
+        0.0
+      ],
+      [
+        "▁breed",
+        0.0
+      ],
+      [
+        "▁tags",
+        0.0
+      ],
+      [
+        "▁Task",
+        0.0
+      ],
+      [
+        "▁verb",
+        0.0
+      ],
+      [
+        "▁manufactured",
+        0.0
+      ],
+      [
+        "comments",
+        0.0
+      ],
+      [
+        "▁Polish",
+        0.0
+      ],
+      [
+        "Prov",
+        0.0
+      ],
+      [
+        "▁determines",
+        0.0
+      ],
+      [
+        "Obama",
+        0.0
+      ],
+      [
+        "kers",
+        0.0
+      ],
+      [
+        "▁utterly",
+        0.0
+      ],
+      [
+        "▁sect",
+        0.0
+      ],
+      [
+        "sche",
+        0.0
+      ],
+      [
+        "▁Gates",
+        0.0
+      ],
+      [
+        "▁Chap",
+        0.0
+      ],
+      [
+        "▁aluminum",
+        0.0
+      ],
+      [
+        "▁zombie",
+        0.0
+      ],
+      [
+        "▁Touch",
+        0.0
+      ],
+      [
+        "▁UP",
+        0.0
+      ],
+      [
+        "▁satisfy",
+        0.0
+      ],
+      [
+        "▁predomin",
+        0.0
+      ],
+      [
+        "ascript",
+        0.0
+      ],
+      [
+        "▁elaborate",
+        0.0
+      ],
+      [
+        "▁1968",
+        0.0
+      ],
+      [
+        "▁measuring",
+        0.0
+      ],
+      [
+        "▁Vari",
+        0.0
+      ],
+      [
+        "anyahu",
+        0.0
+      ],
+      [
+        "▁sir",
+        0.0
+      ],
+      [
+        "ulates",
+        0.0
+      ],
+      [
+        "idges",
+        0.0
+      ],
+      [
+        "ickets",
+        0.0
+      ],
+      [
+        "▁Spencer",
+        0.0
+      ],
+      [
+        "TM",
+        0.0
+      ],
+      [
+        "oubted",
+        0.0
+      ],
+      [
+        "▁prey",
+        0.0
+      ],
+      [
+        "▁installing",
+        0.0
+      ],
+      [
+        "▁Cab",
+        0.0
+      ],
+      [
+        "reed",
+        0.0
+      ],
+      [
+        "reated",
+        0.0
+      ],
+      [
+        "Supp",
+        0.0
+      ],
+      [
+        "▁wrist",
+        0.0
+      ],
+      [
+        "▁Kerry",
+        0.0
+      ],
+      [
+        "107",
+        0.0
+      ],
+      [
+        "▁Kle",
+        0.0
+      ],
+      [
+        "▁Rachel",
+        0.0
+      ],
+      [
+        "▁cotton",
+        0.0
+      ],
+      [
+        "▁ARE",
+        0.0
+      ],
+      [
+        "▁Ele",
+        0.0
+      ],
+      [
+        "Control",
+        0.0
+      ],
+      [
+        "▁loads",
+        0.0
+      ],
+      [
+        "▁Dod",
+        0.0
+      ],
+      [
+        "anas",
+        0.0
+      ],
+      [
+        "bone",
+        0.0
+      ],
+      [
+        "▁classical",
+        0.0
+      ],
+      [
+        "▁Regional",
+        0.0
+      ],
+      [
+        "▁Integ",
+        0.0
+      ],
+      [
+        "VM",
+        0.0
+      ],
+      [
+        "▁desires",
+        0.0
+      ],
+      [
+        "▁autism",
+        0.0
+      ],
+      [
+        "supported",
+        0.0
+      ],
+      [
+        "▁Message",
+        0.0
+      ],
+      [
+        "▁compact",
+        0.0
+      ],
+      [
+        "writer",
+        0.0
+      ],
+      [
+        "▁109",
+        0.0
+      ],
+      [
+        "▁Hurricane",
+        0.0
+      ],
+      [
+        "cision",
+        0.0
+      ],
+      [
+        "▁cycles",
+        0.0
+      ],
+      [
+        "▁drill",
+        0.0
+      ],
+      [
+        "▁colleague",
+        0.0
+      ],
+      [
+        "▁maker",
+        0.0
+      ],
+      [
+        "German",
+        0.0
+      ],
+      [
+        "▁mistaken",
+        0.0
+      ],
+      [
+        "Sun",
+        0.0
+      ],
+      [
+        "▁Gay",
+        0.0
+      ],
+      [
+        "▁whatsoever",
+        0.0
+      ],
+      [
+        "▁sells",
+        0.0
+      ],
+      [
+        "▁Airl",
+        0.0
+      ],
+      [
+        "liv",
+        0.0
+      ],
+      [
+        "▁Option",
+        0.0
+      ],
+      [
+        "▁solved",
+        0.0
+      ],
+      [
+        "▁sectors",
+        0.0
+      ],
+      [
+        "▁horizontal",
+        0.0
+      ],
+      [
+        "▁equation",
+        0.0
+      ],
+      [
+        "▁Skill",
+        0.0
+      ],
+      [
+        "▁Bio",
+        0.0
+      ],
+      [
+        "gement",
+        0.0
+      ],
+      [
+        "▁Snap",
+        0.0
+      ],
+      [
+        "▁Legal",
+        0.0
+      ],
+      [
+        "▁trademark",
+        0.0
+      ],
+      [
+        "▁makeup",
+        0.0
+      ],
+      [
+        "▁assembled",
+        0.0
+      ],
+      [
+        "▁saves",
+        0.0
+      ],
+      [
+        "▁Halloween",
+        0.0
+      ],
+      [
+        "▁Vermont",
+        0.0
+      ],
+      [
+        "▁FROM",
+        0.0
+      ],
+      [
+        "▁farming",
+        0.0
+      ],
+      [
+        "▁Podcast",
+        0.0
+      ],
+      [
+        "acceptable",
+        0.0
+      ],
+      [
+        "▁Higher",
+        0.0
+      ],
+      [
+        "▁asleep",
+        0.0
+      ],
+      [
+        "ullivan",
+        0.0
+      ],
+      [
+        "▁referen",
+        0.0
+      ],
+      [
+        "▁Lev",
+        0.0
+      ],
+      [
+        "▁bullets",
+        0.0
+      ],
+      [
+        "oko",
+        0.0
+      ],
+      [
+        "HC",
+        0.0
+      ],
+      [
+        "▁stairs",
+        0.0
+      ],
+      [
+        "▁maintains",
+        0.0
+      ],
+      [
+        "▁Lower",
+        0.0
+      ],
+      [
+        "▁Vi",
+        0.0
+      ],
+      [
+        "▁marine",
+        0.0
+      ],
+      [
+        "▁acres",
+        0.0
+      ],
+      [
+        "▁coordinator",
+        0.0
+      ],
+      [
+        "▁Joh",
+        0.0
+      ],
+      [
+        "▁counterparts",
+        0.0
+      ],
+      [
+        "▁Brothers",
+        0.0
+      ],
+      [
+        "▁indict",
+        0.0
+      ],
+      [
+        "bra",
+        0.0
+      ],
+      [
+        "▁chunk",
+        0.0
+      ],
+      [
+        "▁cents",
+        0.0
+      ],
+      [
+        "Home",
+        0.0
+      ],
+      [
+        "▁Month",
+        0.0
+      ],
+      [
+        "▁accordingly",
+        0.0
+      ],
+      [
+        "ifles",
+        0.0
+      ],
+      [
+        "▁Germans",
+        0.0
+      ],
+      [
+        "▁Syn",
+        0.0
+      ],
+      [
+        "Hub",
+        0.0
+      ],
+      [
+        "▁eyeb",
+        0.0
+      ],
+      [
+        "âĶĢâĶĢâĶĢâĶĢ",
+        0.0
+      ],
+      [
+        "▁ranges",
+        0.0
+      ],
+      [
+        "▁Holland",
+        0.0
+      ],
+      [
+        "▁Robot",
+        0.0
+      ],
+      [
+        "fc",
+        0.0
+      ],
+      [
+        "Mike",
+        0.0
+      ],
+      [
+        "▁plasma",
+        0.0
+      ],
+      [
+        "▁swap",
+        0.0
+      ],
+      [
+        "▁athlete",
+        0.0
+      ],
+      [
+        "▁Rams",
+        0.0
+      ],
+      [
+        ",'\"",
+        0.0
+      ],
+      [
+        "▁infections",
+        0.0
+      ],
+      [
+        "▁corrid",
+        0.0
+      ],
+      [
+        "▁vib",
+        0.0
+      ],
+      [
+        "▁patches",
+        0.0
+      ],
+      [
+        "▁traditionally",
+        0.0
+      ],
+      [
+        "▁revelation",
+        0.0
+      ],
+      [
+        "▁sweep",
+        0.0
+      ],
+      [
+        "▁glance",
+        0.0
+      ],
+      [
+        "▁inex",
+        0.0
+      ],
+      [
+        "2003",
+        0.0
+      ],
+      [
+        "▁Raw",
+        0.0
+      ],
+      [
+        "working",
+        0.0
+      ],
+      [
+        "osures",
+        0.0
+      ],
+      [
+        "▁Dat",
+        0.0
+      ],
+      [
+        "▁Lynch",
+        0.0
+      ],
+      [
+        "▁leverage",
+        0.0
+      ],
+      [
+        "▁Reid",
+        0.0
+      ],
+      [
+        "▁correlation",
+        0.0
+      ],
+      [
+        "iances",
+        0.0
+      ],
+      [
+        "avascript",
+        0.0
+      ],
+      [
+        "▁repository",
+        0.0
+      ],
+      [
+        "retty",
+        0.0
+      ],
+      [
+        "▁1972",
+        0.0
+      ],
+      [
+        "240",
+        0.0
+      ],
+      [
+        "▁oun",
+        0.0
+      ],
+      [
+        "pol",
+        0.0
+      ],
+      [
+        "▁Reed",
+        0.0
+      ],
+      [
+        "▁tactical",
+        0.0
+      ],
+      [
+        "isite",
+        0.0
+      ],
+      [
+        "Apple",
+        0.0
+      ],
+      [
+        "▁Quinn",
+        0.0
+      ],
+      [
+        "▁raped",
+        0.0
+      ],
+      [
+        "illo",
+        0.0
+      ],
+      [
+        "Europe",
+        0.0
+      ],
+      [
+        "▁algorithms",
+        0.0
+      ],
+      [
+        "▁Rodrig",
+        0.0
+      ],
+      [
+        "iu",
+        0.0
+      ],
+      [
+        "▁illum",
+        0.0
+      ],
+      [
+        "▁fame",
+        0.0
+      ],
+      [
+        "▁introducing",
+        0.0
+      ],
+      [
+        "▁delays",
+        0.0
+      ],
+      [
+        "▁Raiders",
+        0.0
+      ],
+      [
+        "▁whistle",
+        0.0
+      ],
+      [
+        "▁novels",
+        0.0
+      ],
+      [
+        "▁Really",
+        0.0
+      ],
+      [
+        "▁deriv",
+        0.0
+      ],
+      [
+        "▁publications",
+        0.0
+      ],
+      [
+        "▁Neither",
+        0.0
+      ],
+      [
+        "▁Commerce",
+        0.0
+      ],
+      [
+        "▁aston",
+        0.0
+      ],
+      [
+        "language",
+        0.0
+      ],
+      [
+        "Notes",
+        0.0
+      ],
+      [
+        "▁Roth",
+        0.0
+      ],
+      [
+        "▁Fear",
+        0.0
+      ],
+      [
+        "▁mate",
+        0.0
+      ],
+      [
+        "▁parade",
+        0.0
+      ],
+      [
+        "▁QB",
+        0.0
+      ],
+      [
+        "▁maneu",
+        0.0
+      ],
+      [
+        "▁Cincinnati",
+        0.0
+      ],
+      [
+        "mitting",
+        0.0
+      ],
+      [
+        "▁waist",
+        0.0
+      ],
+      [
+        "▁Rew",
+        0.0
+      ],
+      [
+        "▁discont",
+        0.0
+      ],
+      [
+        "а",
+        0.0
+      ],
+      [
+        "▁staring",
+        0.0
+      ],
+      [
+        "▁alias",
+        0.0
+      ],
+      [
+        "▁securities",
+        0.0
+      ],
+      [
+        "▁toilet",
+        0.0
+      ],
+      [
+        "▁Jedi",
+        0.0
+      ],
+      [
+        "▁unlaw",
+        0.0
+      ],
+      [
+        "vised",
+        0.0
+      ],
+      [
+        "////////",
+        0.0
+      ],
+      [
+        "](",
+        0.0
+      ],
+      [
+        "▁Weiss",
+        0.0
+      ],
+      [
+        "▁prest",
+        0.0
+      ],
+      [
+        "▁Compan",
+        0.0
+      ],
+      [
+        "▁memo",
+        0.0
+      ],
+      [
+        "▁Grace",
+        0.0
+      ],
+      [
+        "July",
+        0.0
+      ],
+      [
+        "▁Elite",
+        0.0
+      ],
+      [
+        "center",
+        0.0
+      ],
+      [
+        "▁Stay",
+        0.0
+      ],
+      [
+        "▁galaxy",
+        0.0
+      ],
+      [
+        "▁tooth",
+        0.0
+      ],
+      [
+        "▁Settings",
+        0.0
+      ],
+      [
+        "▁subjected",
+        0.0
+      ],
+      [
+        "ãĤ¦",
+        0.0
+      ],
+      [
+        "▁lineback",
+        0.0
+      ],
+      [
+        "▁retailers",
+        0.0
+      ],
+      [
+        "▁Want",
+        0.0
+      ],
+      [
+        "▁dangers",
+        0.0
+      ],
+      [
+        "Air",
+        0.0
+      ],
+      [
+        "▁voluntary",
+        0.0
+      ],
+      [
+        "eway",
+        0.0
+      ],
+      [
+        "▁interpreted",
+        0.0
+      ],
+      [
+        "otine",
+        0.0
+      ],
+      [
+        "ç",
+        0.0
+      ],
+      [
+        "▁pel",
+        0.0
+      ],
+      [
+        "Service",
+        0.0
+      ],
+      [
+        "▁Eventually",
+        0.0
+      ],
+      [
+        "▁careers",
+        0.0
+      ],
+      [
+        "▁threaten",
+        0.0
+      ],
+      [
+        "▁memor",
+        0.0
+      ],
+      [
+        "▁Bradley",
+        0.0
+      ],
+      [
+        "ancies",
+        0.0
+      ],
+      [
+        "sn",
+        0.0
+      ],
+      [
+        "▁Unknown",
+        0.0
+      ],
+      [
+        "National",
+        0.0
+      ],
+      [
+        "▁shadows",
+        0.0
+      ],
+      [
+        "ailand",
+        0.0
+      ],
+      [
+        "▁Dash",
+        0.0
+      ],
+      [
+        "Everyone",
+        0.0
+      ],
+      [
+        "izzard",
+        0.0
+      ],
+      [
+        "March",
+        0.0
+      ],
+      [
+        "=(",
+        0.0
+      ],
+      [
+        "▁pulls",
+        0.0
+      ],
+      [
+        "▁stranger",
+        0.0
+      ],
+      [
+        "▁backwards",
+        0.0
+      ],
+      [
+        "▁Bernard",
+        0.0
+      ],
+      [
+        "imensional",
+        0.0
+      ],
+      [
+        "▁chron",
+        0.0
+      ],
+      [
+        "▁theoretical",
+        0.0
+      ],
+      [
+        "ktop",
+        0.0
+      ],
+      [
+        "▁ware",
+        0.0
+      ],
+      [
+        "▁Investig",
+        0.0
+      ],
+      [
+        "▁Initi",
+        0.0
+      ],
+      [
+        "▁Operations",
+        0.0
+      ],
+      [
+        "oven",
+        0.0
+      ],
+      [
+        "ocide",
+        0.0
+      ],
+      [
+        "*/",
+        0.0
+      ],
+      [
+        "▁flames",
+        0.0
+      ],
+      [
+        "▁Cash",
+        0.0
+      ],
+      [
+        "shit",
+        0.0
+      ],
+      [
+        "▁cab",
+        0.0
+      ],
+      [
+        "▁Analy",
+        0.0
+      ],
+      [
+        "▁Seah",
+        0.0
+      ],
+      [
+        "▁defining",
+        0.0
+      ],
+      [
+        "▁ordering",
+        0.0
+      ],
+      [
+        "▁immun",
+        0.0
+      ],
+      [
+        "▁persistent",
+        0.0
+      ],
+      [
+        "ACH",
+        0.0
+      ],
+      [
+        "Russian",
+        0.0
+      ],
+      [
+        "mans",
+        0.0
+      ],
+      [
+        "▁hind",
+        0.0
+      ],
+      [
+        "▁photography",
+        0.0
+      ],
+      [
+        "©",
+        0.0
+      ],
+      [
+        "▁hug",
+        0.0
+      ],
+      [
+        "▁107",
+        0.0
+      ],
+      [
+        "▁Hence",
+        0.0
+      ],
+      [
+        "iots",
+        0.0
+      ],
+      [
+        "udeau",
+        0.0
+      ],
+      [
+        "▁subsidies",
+        0.0
+      ],
+      [
+        "▁routinely",
+        0.0
+      ],
+      [
+        "▁Device",
+        0.0
+      ],
+      [
+        "itic",
+        0.0
+      ],
+      [
+        "▁disgust",
+        0.0
+      ],
+      [
+        "lander",
+        0.0
+      ],
+      [
+        "▁1940",
+        0.0
+      ],
+      [
+        "▁assignment",
+        0.0
+      ],
+      [
+        "▁Besides",
+        0.0
+      ],
+      [
+        "wick",
+        0.0
+      ],
+      [
+        "▁Dust",
+        0.0
+      ],
+      [
+        "usc",
+        0.0
+      ],
+      [
+        "structed",
+        0.0
+      ],
+      [
+        "111",
+        0.0
+      ],
+      [
+        "develop",
+        0.0
+      ],
+      [
+        "▁fond",
+        0.0
+      ],
+      [
+        "▁intersection",
+        0.0
+      ],
+      [
+        "▁dignity",
+        0.0
+      ],
+      [
+        "▁commissioner",
+        0.0
+      ],
+      [
+        "Without",
+        0.0
+      ],
+      [
+        "reach",
+        0.0
+      ],
+      [
+        "▁cartoon",
+        0.0
+      ],
+      [
+        "▁scales",
+        0.0
+      ],
+      [
+        "ãĥŃ",
+        0.0
+      ],
+      [
+        "FIG",
+        0.0
+      ],
+      [
+        "▁surveys",
+        0.0
+      ],
+      [
+        "▁Indonesia",
+        0.0
+      ],
+      [
+        "▁artwork",
+        0.0
+      ],
+      [
+        "▁unch",
+        0.0
+      ],
+      [
+        "▁cycling",
+        0.0
+      ],
+      [
+        "unct",
+        0.0
+      ],
+      [
+        "auer",
+        0.0
+      ],
+      [
+        "orate",
+        0.0
+      ],
+      [
+        "▁Obviously",
+        0.0
+      ],
+      [
+        "▁characterized",
+        0.0
+      ],
+      [
+        "feld",
+        0.0
+      ],
+      [
+        "▁affirm",
+        0.0
+      ],
+      [
+        "▁innings",
+        0.0
+      ],
+      [
+        "▁é",
+        0.0
+      ],
+      [
+        "▁aliens",
+        0.0
+      ],
+      [
+        "▁cloth",
+        0.0
+      ],
+      [
+        "etooth",
+        0.0
+      ],
+      [
+        "▁Certain",
+        0.0
+      ],
+      [
+        "§",
+        0.0
+      ],
+      [
+        "▁digest",
+        0.0
+      ],
+      [
+        "know",
+        0.0
+      ],
+      [
+        "▁XL",
+        0.0
+      ],
+      [
+        "▁predictions",
+        0.0
+      ],
+      [
+        "▁din",
+        0.0
+      ],
+      [
+        "WAR",
+        0.0
+      ],
+      [
+        "▁aftermath",
+        0.0
+      ],
+      [
+        "Example",
+        0.0
+      ],
+      [
+        "▁Success",
+        0.0
+      ],
+      [
+        "▁Thr",
+        0.0
+      ],
+      [
+        "IGN",
+        0.0
+      ],
+      [
+        "▁miner",
+        0.0
+      ],
+      [
+        "Bus",
+        0.0
+      ],
+      [
+        "▁clarity",
+        0.0
+      ],
+      [
+        "heimer",
+        0.0
+      ],
+      [
+        "▁OUT",
+        0.0
+      ],
+      [
+        "▁Send",
+        0.0
+      ],
+      [
+        "▁Circle",
+        0.0
+      ],
+      [
+        "▁Diet",
+        0.0
+      ],
+      [
+        "▁pronounced",
+        0.0
+      ],
+      [
+        "▁creators",
+        0.0
+      ],
+      [
+        "▁earthquake",
+        0.0
+      ],
+      [
+        "attery",
+        0.0
+      ],
+      [
+        "geons",
+        0.0
+      ],
+      [
+        "▁od",
+        0.0
+      ],
+      [
+        "▁laying",
+        0.0
+      ],
+      [
+        "orp",
+        0.0
+      ],
+      [
+        "Ult",
+        0.0
+      ],
+      [
+        "project",
+        0.0
+      ],
+      [
+        "▁undermin",
+        0.0
+      ],
+      [
+        "▁sequel",
+        0.0
+      ],
+      [
+        "Sam",
+        0.0
+      ],
+      [
+        "▁Darkness",
+        0.0
+      ],
+      [
+        "▁reception",
+        0.0
+      ],
+      [
+        "bull",
+        0.0
+      ],
+      [
+        "YS",
+        0.0
+      ],
+      [
+        "▁Vir",
+        0.0
+      ],
+      [
+        "▁sequences",
+        0.0
+      ],
+      [
+        "▁Coin",
+        0.0
+      ],
+      [
+        "▁outfit",
+        0.0
+      ],
+      [
+        "▁Wait",
+        0.0
+      ],
+      [
+        "119",
+        0.0
+      ],
+      [
+        "▁delivers",
+        0.0
+      ],
+      [
+        "......",
+        0.0
+      ],
+      [
+        "▁blown",
+        0.0
+      ],
+      [
+        "▁Esc",
+        0.0
+      ],
+      [
+        "▁Math",
+        0.0
+      ],
+      [
+        "perm",
+        0.0
+      ],
+      [
+        "▁Ul",
+        0.0
+      ],
+      [
+        "▁glim",
+        0.0
+      ],
+      [
+        "▁facial",
+        0.0
+      ],
+      [
+        "▁greenhouse",
+        0.0
+      ],
+      [
+        "▁tokens",
+        0.0
+      ],
+      [
+        "/-",
+        0.0
+      ],
+      [
+        "▁Annual",
+        0.0
+      ],
+      [
+        "▁ONE",
+        0.0
+      ],
+      [
+        "▁teenage",
+        0.0
+      ],
+      [
+        "▁Physical",
+        0.0
+      ],
+      [
+        "▁Lang",
+        0.0
+      ],
+      [
+        "▁Celt",
+        0.0
+      ],
+      [
+        "▁sued",
+        0.0
+      ],
+      [
+        "ividually",
+        0.0
+      ],
+      [
+        "▁patience",
+        0.0
+      ],
+      [
+        "chair",
+        0.0
+      ],
+      [
+        "regular",
+        0.0
+      ],
+      [
+        "▁aug",
+        0.0
+      ],
+      [
+        "inv",
+        0.0
+      ],
+      [
+        "except",
+        0.0
+      ],
+      [
+        "▁Lil",
+        0.0
+      ],
+      [
+        "▁nest",
+        0.0
+      ],
+      [
+        "fd",
+        0.0
+      ],
+      [
+        "sum",
+        0.0
+      ],
+      [
+        "▁Chase",
+        0.0
+      ],
+      [
+        "Russia",
+        0.0
+      ],
+      [
+        "▁Jennifer",
+        0.0
+      ],
+      [
+        "▁offseason",
+        0.0
+      ],
+      [
+        "Overall",
+        0.0
+      ],
+      [
+        "Fore",
+        0.0
+      ],
+      [
+        "▁riot",
+        0.0
+      ],
+      [
+        "Aud",
+        0.0
+      ],
+      [
+        "former",
+        0.0
+      ],
+      [
+        "▁defenders",
+        0.0
+      ],
+      [
+        "▁CT",
+        0.0
+      ],
+      [
+        "iotic",
+        0.0
+      ],
+      [
+        "ribly",
+        0.0
+      ],
+      [
+        "▁automated",
+        0.0
+      ],
+      [
+        "▁penis",
+        0.0
+      ],
+      [
+        "▁insist",
+        0.0
+      ],
+      [
+        "▁diagram",
+        0.0
+      ],
+      [
+        "▁SQL",
+        0.0
+      ],
+      [
+        "▁Garc",
+        0.0
+      ],
+      [
+        "▁witch",
+        0.0
+      ],
+      [
+        "client",
+        0.0
+      ],
+      [
+        "ierra",
+        0.0
+      ],
+      [
+        "ambers",
+        0.0
+      ],
+      [
+        "▁recount",
+        0.0
+      ],
+      [
+        "far",
+        0.0
+      ],
+      [
+        "Very",
+        0.0
+      ],
+      [
+        "osterone",
+        0.0
+      ],
+      [
+        "▁appreciated",
+        0.0
+      ],
+      [
+        "▁Perfect",
+        0.0
+      ],
+      [
+        "Section",
+        0.0
+      ],
+      [
+        "▁doses",
+        0.0
+      ],
+      [
+        "ocaust",
+        0.0
+      ],
+      [
+        "▁costly",
+        0.0
+      ],
+      [
+        "▁grams",
+        0.0
+      ],
+      [
+        "▁Shi",
+        0.0
+      ],
+      [
+        "▁wrestling",
+        0.0
+      ],
+      [
+        "▁1971",
+        0.0
+      ],
+      [
+        "▁trophy",
+        0.0
+      ],
+      [
+        "▁nerve",
+        0.0
+      ],
+      [
+        "▁Kaz",
+        0.0
+      ],
+      [
+        "▁Experience",
+        0.0
+      ],
+      [
+        "▁pledged",
+        0.0
+      ],
+      [
+        "▁playback",
+        0.0
+      ],
+      [
+        "▁creativity",
+        0.0
+      ],
+      [
+        "bye",
+        0.0
+      ],
+      [
+        "▁attackers",
+        0.0
+      ],
+      [
+        "▁holders",
+        0.0
+      ],
+      [
+        "▁Coach",
+        0.0
+      ],
+      [
+        "▁PhD",
+        0.0
+      ],
+      [
+        "▁transfers",
+        0.0
+      ],
+      [
+        "▁colored",
+        0.0
+      ],
+      [
+        "▁Hindu",
+        0.0
+      ],
+      [
+        "▁drown",
+        0.0
+      ],
+      [
+        "▁listened",
+        0.0
+      ],
+      [
+        "▁WA",
+        0.0
+      ],
+      [
+        "iasm",
+        0.0
+      ],
+      [
+        "PO",
+        0.0
+      ],
+      [
+        "▁appealing",
+        0.0
+      ],
+      [
+        "▁disclosed",
+        0.0
+      ],
+      [
+        "▁Chicken",
+        0.0
+      ],
+      [
+        "agging",
+        0.0
+      ],
+      [
+        "▁pleaded",
+        0.0
+      ],
+      [
+        "▁navigation",
+        0.0
+      ],
+      [
+        "▁Returns",
+        0.0
+      ],
+      [
+        "▁[[",
+        0.0
+      ],
+      [
+        "ROR",
+        0.0
+      ],
+      [
+        "EA",
+        0.0
+      ],
+      [
+        "▁photographer",
+        0.0
+      ],
+      [
+        "▁Rider",
+        0.0
+      ],
+      [
+        "ippers",
+        0.0
+      ],
+      [
+        "▁slice",
+        0.0
+      ],
+      [
+        "▁erect",
+        0.0
+      ],
+      [
+        "▁hed",
+        0.0
+      ],
+      [
+        "issance",
+        0.0
+      ],
+      [
+        "▁Vikings",
+        0.0
+      ],
+      [
+        "urious",
+        0.0
+      ],
+      [
+        "▁appet",
+        0.0
+      ],
+      [
+        "oubtedly",
+        0.0
+      ],
+      [
+        "Child",
+        0.0
+      ],
+      [
+        "▁authentic",
+        0.0
+      ],
+      [
+        "oos",
+        0.0
+      ],
+      [
+        "▁Making",
+        0.0
+      ],
+      [
+        "▁announcing",
+        0.0
+      ],
+      [
+        "▁bod",
+        0.0
+      ],
+      [
+        "▁meter",
+        0.0
+      ],
+      [
+        "▁Nine",
+        0.0
+      ],
+      [
+        "▁Rogue",
+        0.0
+      ],
+      [
+        "▁workforce",
+        0.0
+      ],
+      [
+        "▁renewed",
+        0.0
+      ],
+      [
+        "▁organisations",
+        0.0
+      ],
+      [
+        "acs",
+        0.0
+      ],
+      [
+        "PLE",
+        0.0
+      ],
+      [
+        "Short",
+        0.0
+      ],
+      [
+        "▁compounds",
+        0.0
+      ],
+      [
+        "▁Visit",
+        0.0
+      ],
+      [
+        "▁envelop",
+        0.0
+      ],
+      [
+        "earth",
+        0.0
+      ],
+      [
+        "▁supportive",
+        0.0
+      ],
+      [
+        "ggle",
+        0.0
+      ],
+      [
+        "▁Brussels",
+        0.0
+      ],
+      [
+        "▁Guild",
+        0.0
+      ],
+      [
+        "Create",
+        0.0
+      ],
+      [
+        "REL",
+        0.0
+      ],
+      [
+        "▁averaged",
+        0.0
+      ],
+      [
+        "▁1969",
+        0.0
+      ],
+      [
+        "riages",
+        0.0
+      ],
+      [
+        "▁lengthy",
+        0.0
+      ],
+      [
+        "▁forgot",
+        0.0
+      ],
+      [
+        "Okay",
+        0.0
+      ],
+      [
+        "▁Erd",
+        0.0
+      ],
+      [
+        "▁dealer",
+        0.0
+      ],
+      [
+        "▁recession",
+        0.0
+      ],
+      [
+        "DD",
+        0.0
+      ],
+      [
+        "▁desperately",
+        0.0
+      ],
+      [
+        "▁hunger",
+        0.0
+      ],
+      [
+        "▁sticks",
+        0.0
+      ],
+      [
+        "▁mph",
+        0.0
+      ],
+      [
+        "▁Faith",
+        0.0
+      ],
+      [
+        "▁intentionally",
+        0.0
+      ],
+      [
+        "▁demol",
+        0.0
+      ],
+      [
+        "ueller",
+        0.0
+      ],
+      [
+        "▁Sale",
+        0.0
+      ],
+      [
+        "▁debris",
+        0.0
+      ],
+      [
+        "spring",
+        0.0
+      ],
+      [
+        "▁leap",
+        0.0
+      ],
+      [
+        ">>>>",
+        0.0
+      ],
+      [
+        "▁containers",
+        0.0
+      ],
+      [
+        "selling",
+        0.0
+      ],
+      [
+        "ranean",
+        0.0
+      ],
+      [
+        "attering",
+        0.0
+      ],
+      [
+        "▁commented",
+        0.0
+      ],
+      [
+        "▁CM",
+        0.0
+      ],
+      [
+        "onut",
+        0.0
+      ],
+      [
+        "▁woods",
+        0.0
+      ],
+      [
+        "especially",
+        0.0
+      ],
+      [
+        "▁organize",
+        0.0
+      ],
+      [
+        "ivic",
+        0.0
+      ],
+      [
+        "▁Woods",
+        0.0
+      ],
+      [
+        "anga",
+        0.0
+      ],
+      [
+        "squ",
+        0.0
+      ],
+      [
+        "▁maj",
+        0.0
+      ],
+      [
+        "amon",
+        0.0
+      ],
+      [
+        "▁axis",
+        0.0
+      ],
+      [
+        "▁1974",
+        0.0
+      ],
+      [
+        "▁Denmark",
+        0.0
+      ],
+      [
+        "▁warrior",
+        0.0
+      ],
+      [
+        "▁Pand",
+        0.0
+      ],
+      [
+        "▁outlined",
+        0.0
+      ],
+      [
+        "▁BO",
+        0.0
+      ],
+      [
+        "insula",
+        0.0
+      ],
+      [
+        "zilla",
+        0.0
+      ],
+      [
+        "ebook",
+        0.0
+      ],
+      [
+        "▁dare",
+        0.0
+      ],
+      [
+        "▁searched",
+        0.0
+      ],
+      [
+        "▁navigate",
+        0.0
+      ],
+      [
+        "Sn",
+        0.0
+      ],
+      [
+        "writing",
+        0.0
+      ],
+      [
+        "▁united",
+        0.0
+      ],
+      [
+        "Japan",
+        0.0
+      ],
+      [
+        "▁Hebrew",
+        0.0
+      ],
+      [
+        "▁flame",
+        0.0
+      ],
+      [
+        "▁relies",
+        0.0
+      ],
+      [
+        "▁catching",
+        0.0
+      ],
+      [
+        "▁Sho",
+        0.0
+      ],
+      [
+        "▁imprisonment",
+        0.0
+      ],
+      [
+        "▁pockets",
+        0.0
+      ],
+      [
+        "▁closure",
+        0.0
+      ],
+      [
+        "▁Fam",
+        0.0
+      ],
+      [
+        "tim",
+        0.0
+      ],
+      [
+        "adequ",
+        0.0
+      ],
+      [
+        "Activity",
+        0.0
+      ],
+      [
+        "▁recruiting",
+        0.0
+      ],
+      [
+        "▁WATCH",
+        0.0
+      ],
+      [
+        "▁Argentina",
+        0.0
+      ],
+      [
+        "dest",
+        0.0
+      ],
+      [
+        "▁apologize",
+        0.0
+      ],
+      [
+        "oro",
+        0.0
+      ],
+      [
+        "▁lacks",
+        0.0
+      ],
+      [
+        "▁tuned",
+        0.0
+      ],
+      [
+        "▁Griffin",
+        0.0
+      ],
+      [
+        "▁infamous",
+        0.0
+      ],
+      [
+        "▁celebrity",
+        0.0
+      ],
+      [
+        "sson",
+        0.0
+      ],
+      [
+        "▁----------------------------------------------------------------",
+        0.0
+      ],
+      [
+        "▁Isis",
+        0.0
+      ],
+      [
+        "▁Display",
+        0.0
+      ],
+      [
+        "▁credibility",
+        0.0
+      ],
+      [
+        "▁economies",
+        0.0
+      ],
+      [
+        "▁headline",
+        0.0
+      ],
+      [
+        "▁Cowboys",
+        0.0
+      ],
+      [
+        "▁indef",
+        0.0
+      ],
+      [
+        "▁lately",
+        0.0
+      ],
+      [
+        "▁incentives",
+        0.0
+      ],
+      [
+        "button",
+        0.0
+      ],
+      [
+        "▁Mob",
+        0.0
+      ],
+      [
+        "Aut",
+        0.0
+      ],
+      [
+        "▁resigned",
+        0.0
+      ],
+      [
+        "▁Om",
+        0.0
+      ],
+      [
+        "camp",
+        0.0
+      ],
+      [
+        "▁profiles",
+        0.0
+      ],
+      [
+        "▁schemes",
+        0.0
+      ],
+      [
+        "olphins",
+        0.0
+      ],
+      [
+        "ayed",
+        0.0
+      ],
+      [
+        "Clinton",
+        0.0
+      ],
+      [
+        "enh",
+        0.0
+      ],
+      [
+        "▁Yahoo",
+        0.0
+      ],
+      [
+        "▁abst",
+        0.0
+      ],
+      [
+        "▁ank",
+        0.0
+      ],
+      [
+        "suits",
+        0.0
+      ],
+      [
+        "▁wished",
+        0.0
+      ],
+      [
+        "▁Marco",
+        0.0
+      ],
+      [
+        "udden",
+        0.0
+      ],
+      [
+        "▁sphere",
+        0.0
+      ],
+      [
+        "▁Bishop",
+        0.0
+      ],
+      [
+        "▁incorporated",
+        0.0
+      ],
+      [
+        "▁Plant",
+        0.0
+      ],
+      [
+        "114",
+        0.0
+      ],
+      [
+        "▁hated",
+        0.0
+      ],
+      [
+        "pic",
+        0.0
+      ],
+      [
+        "▁donate",
+        0.0
+      ],
+      [
+        "▁lined",
+        0.0
+      ],
+      [
+        "▁beans",
+        0.0
+      ],
+      [
+        "▁stealing",
+        0.0
+      ],
+      [
+        "▁costume",
+        0.0
+      ],
+      [
+        "▁sheriff",
+        0.0
+      ],
+      [
+        "▁forty",
+        0.0
+      ],
+      [
+        "▁intact",
+        0.0
+      ],
+      [
+        "▁adapted",
+        0.0
+      ],
+      [
+        "▁travelling",
+        0.0
+      ],
+      [
+        "bart",
+        0.0
+      ],
+      [
+        "▁nicely",
+        0.0
+      ],
+      [
+        "▁dried",
+        0.0
+      ],
+      [
+        "▁scal",
+        0.0
+      ],
+      [
+        "osity",
+        0.0
+      ],
+      [
+        "NOTE",
+        0.0
+      ],
+      [
+        "▁Bh",
+        0.0
+      ],
+      [
+        "▁Broncos",
+        0.0
+      ],
+      [
+        "▁Ign",
+        0.0
+      ],
+      [
+        "▁intimate",
+        0.0
+      ],
+      [
+        "▁chemistry",
+        0.0
+      ],
+      [
+        "▁optimal",
+        0.0
+      ],
+      [
+        "Deb",
+        0.0
+      ],
+      [
+        "▁Generation",
+        0.0
+      ],
+      [
+        "▁],",
+        0.0
+      ],
+      [
+        "ichi",
+        0.0
+      ],
+      [
+        "▁Wii",
+        0.0
+      ],
+      [
+        "▁YOUR",
+        0.0
+      ],
+      [
+        "ventions",
+        0.0
+      ],
+      [
+        "Write",
+        0.0
+      ],
+      [
+        "▁popul",
+        0.0
+      ],
+      [
+        "unning",
+        0.0
+      ],
+      [
+        "▁Wor",
+        0.0
+      ],
+      [
+        "Vol",
+        0.0
+      ],
+      [
+        "▁queen",
+        0.0
+      ],
+      [
+        "heads",
+        0.0
+      ],
+      [
+        "KK",
+        0.0
+      ],
+      [
+        "▁analyze",
+        0.0
+      ],
+      [
+        "opic",
+        0.0
+      ],
+      [
+        "earchers",
+        0.0
+      ],
+      [
+        "▁dot",
+        0.0
+      ],
+      [
+        "legraph",
+        0.0
+      ],
+      [
+        "astically",
+        0.0
+      ],
+      [
+        "▁upgrades",
+        0.0
+      ],
+      [
+        "▁cares",
+        0.0
+      ],
+      [
+        "▁extending",
+        0.0
+      ],
+      [
+        "▁freeze",
+        0.0
+      ],
+      [
+        "▁inability",
+        0.0
+      ],
+      [
+        "▁organs",
+        0.0
+      ],
+      [
+        "▁pretend",
+        0.0
+      ],
+      [
+        "▁outlet",
+        0.0
+      ],
+      [
+        "113",
+        0.0
+      ],
+      [
+        "olan",
+        0.0
+      ],
+      [
+        "▁Mall",
+        0.0
+      ],
+      [
+        "uling",
+        0.0
+      ],
+      [
+        "talk",
+        0.0
+      ],
+      [
+        "▁expressing",
+        0.0
+      ],
+      [
+        "▁Always",
+        0.0
+      ],
+      [
+        "▁Begin",
+        0.0
+      ],
+      [
+        "files",
+        0.0
+      ],
+      [
+        "▁licenses",
+        0.0
+      ],
+      [
+        "%%",
+        0.0
+      ],
+      [
+        "▁Mitt",
+        0.0
+      ],
+      [
+        "▁filters",
+        0.0
+      ],
+      [
+        "▁Milwaukee",
+        0.0
+      ],
+      [
+        "GN",
+        0.0
+      ],
+      [
+        "▁unfold",
+        0.0
+      ],
+      [
+        "Mo",
+        0.0
+      ],
+      [
+        "▁nutrition",
+        0.0
+      ],
+      [
+        "ppo",
+        0.0
+      ],
+      [
+        "Bo",
+        0.0
+      ],
+      [
+        "▁founding",
+        0.0
+      ],
+      [
+        "▁undermine",
+        0.0
+      ],
+      [
+        "▁easiest",
+        0.0
+      ],
+      [
+        "▁Czech",
+        0.0
+      ],
+      [
+        "▁Mack",
+        0.0
+      ],
+      [
+        "▁sexuality",
+        0.0
+      ],
+      [
+        "▁Nixon",
+        0.0
+      ],
+      [
+        "Win",
+        0.0
+      ],
+      [
+        "▁Arn",
+        0.0
+      ],
+      [
+        "▁Kin",
+        0.0
+      ],
+      [
+        "ãĤ£",
+        0.0
+      ],
+      [
+        "icer",
+        0.0
+      ],
+      [
+        "▁fortun",
+        0.0
+      ],
+      [
+        "▁surfaces",
+        0.0
+      ],
+      [
+        "aghd",
+        0.0
+      ],
+      [
+        "▁carriers",
+        0.0
+      ],
+      [
+        "▁PART",
+        0.0
+      ],
+      [
+        "▁Tib",
+        0.0
+      ],
+      [
+        "▁interval",
+        0.0
+      ],
+      [
+        "▁frustrating",
+        0.0
+      ],
+      [
+        "▁Ship",
+        0.0
+      ],
+      [
+        "▁Armed",
+        0.0
+      ],
+      [
+        "ffe",
+        0.0
+      ],
+      [
+        "▁boats",
+        0.0
+      ],
+      [
+        "▁Abraham",
+        0.0
+      ],
+      [
+        "inis",
+        0.0
+      ],
+      [
+        "▁suited",
+        0.0
+      ],
+      [
+        "thread",
+        0.0
+      ],
+      [
+        "iov",
+        0.0
+      ],
+      [
+        "abul",
+        0.0
+      ],
+      [
+        "▁Venezuela",
+        0.0
+      ],
+      [
+        "▁tom",
+        0.0
+      ],
+      [
+        "super",
+        0.0
+      ],
+      [
+        "▁castle",
+        0.0
+      ],
+      [
+        "although",
+        0.0
+      ],
+      [
+        "ioxide",
+        0.0
+      ],
+      [
+        "eches",
+        0.0
+      ],
+      [
+        "▁evolutionary",
+        0.0
+      ],
+      [
+        "▁negotiate",
+        0.0
+      ],
+      [
+        "▁confronted",
+        0.0
+      ],
+      [
+        "Remember",
+        0.0
+      ],
+      [
+        "▁170",
+        0.0
+      ],
+      [
+        "Such",
+        0.0
+      ],
+      [
+        "▁911",
+        0.0
+      ],
+      [
+        "mult",
+        0.0
+      ],
+      [
+        "▁Abyss",
+        0.0
+      ],
+      [
+        "urry",
+        0.0
+      ],
+      [
+        "kees",
+        0.0
+      ],
+      [
+        "spec",
+        0.0
+      ],
+      [
+        "▁Barbara",
+        0.0
+      ],
+      [
+        "▁belonging",
+        0.0
+      ],
+      [
+        "▁villain",
+        0.0
+      ],
+      [
+        "istani",
+        0.0
+      ],
+      [
+        "▁accountable",
+        0.0
+      ],
+      [
+        "▁portions",
+        0.0
+      ],
+      [
+        "▁Decl",
+        0.0
+      ],
+      [
+        "Ur",
+        0.0
+      ],
+      [
+        "▁Kate",
+        0.0
+      ],
+      [
+        "gre",
+        0.0
+      ],
+      [
+        "▁magazines",
+        0.0
+      ],
+      [
+        "UCK",
+        0.0
+      ],
+      [
+        "▁regulate",
+        0.0
+      ],
+      [
+        "omon",
+        0.0
+      ],
+      [
+        "▁Almost",
+        0.0
+      ],
+      [
+        "▁overview",
+        0.0
+      ],
+      [
+        "▁scram",
+        0.0
+      ],
+      [
+        "▁loot",
+        0.0
+      ],
+      [
+        "▁Fitz",
+        0.0
+      ],
+      [
+        "▁characteristic",
+        0.0
+      ],
+      [
+        "▁Snake",
+        0.0
+      ],
+      [
+        "say",
+        0.0
+      ],
+      [
+        "▁Rico",
+        0.0
+      ],
+      [
+        "▁trait",
+        0.0
+      ],
+      [
+        "▁Joined",
+        0.0
+      ],
+      [
+        "aucus",
+        0.0
+      ],
+      [
+        "▁adaptation",
+        0.0
+      ],
+      [
+        "▁Airlines",
+        0.0
+      ],
+      [
+        "▁archae",
+        0.0
+      ],
+      [
+        "▁Ide",
+        0.0
+      ],
+      [
+        "▁bikes",
+        0.0
+      ],
+      [
+        "▁literary",
+        0.0
+      ],
+      [
+        "▁influences",
+        0.0
+      ],
+      [
+        "▁Used",
+        0.0
+      ],
+      [
+        "Creat",
+        0.0
+      ],
+      [
+        "▁plea",
+        0.0
+      ],
+      [
+        "▁Defence",
+        0.0
+      ],
+      [
+        "▁Assass",
+        0.0
+      ],
+      [
+        "▁pond",
+        0.0
+      ],
+      [
+        "ULT",
+        0.0
+      ],
+      [
+        ")\"",
+        0.0
+      ],
+      [
+        "▁evaluated",
+        0.0
+      ],
+      [
+        "▁obtaining",
+        0.0
+      ],
+      [
+        "▁demographic",
+        0.0
+      ],
+      [
+        "▁vigil",
+        0.0
+      ],
+      [
+        "aley",
+        0.0
+      ],
+      [
+        "▁spouse",
+        0.0
+      ],
+      [
+        "▁Seahawks",
+        0.0
+      ],
+      [
+        "respons",
+        0.0
+      ],
+      [
+        "▁Belt",
+        0.0
+      ],
+      [
+        "umatic",
+        0.0
+      ],
+      [
+        "▁rises",
+        0.0
+      ],
+      [
+        "runner",
+        0.0
+      ],
+      [
+        "▁Michelle",
+        0.0
+      ],
+      [
+        "▁potent",
+        0.0
+      ],
+      [
+        "race",
+        0.0
+      ],
+      [
+        "▁PAC",
+        0.0
+      ],
+      [
+        "Find",
+        0.0
+      ],
+      [
+        "olesterol",
+        0.0
+      ],
+      [
+        "ISS",
+        0.0
+      ],
+      [
+        "▁Introduced",
+        0.0
+      ],
+      [
+        "resses",
+        0.0
+      ],
+      [
+        "ignment",
+        0.0
+      ],
+      [
+        "Os",
+        0.0
+      ],
+      [
+        "▁Tu",
+        0.0
+      ],
+      [
+        "▁Dex",
+        0.0
+      ],
+      [
+        "icides",
+        0.0
+      ],
+      [
+        "▁sparked",
+        0.0
+      ],
+      [
+        "▁Laura",
+        0.0
+      ],
+      [
+        "▁Bryant",
+        0.0
+      ],
+      [
+        "▁smiling",
+        0.0
+      ],
+      [
+        "▁Nexus",
+        0.0
+      ],
+      [
+        "▁defendants",
+        0.0
+      ],
+      [
+        "▁Catal",
+        0.0
+      ],
+      [
+        "▁dishes",
+        0.0
+      ],
+      [
+        "shaped",
+        0.0
+      ],
+      [
+        "▁prolong",
+        0.0
+      ],
+      [
+        "mt",
+        0.0
+      ],
+      [
+        "($",
+        0.0
+      ],
+      [
+        "ãĢĤ",
+        0.0
+      ],
+      [
+        "▁calculations",
+        0.0
+      ],
+      [
+        "▁Same",
+        0.0
+      ],
+      [
+        "▁piv",
+        0.0
+      ],
+      [
+        "HH",
+        0.0
+      ],
+      [
+        "▁cancelled",
+        0.0
+      ],
+      [
+        "▁grin",
+        0.0
+      ],
+      [
+        "▁territories",
+        0.0
+      ],
+      [
+        "istically",
+        0.0
+      ],
+      [
+        "Come",
+        0.0
+      ],
+      [
+        "▁Parent",
+        0.0
+      ],
+      [
+        "Project",
+        0.0
+      ],
+      [
+        "▁neglig",
+        0.0
+      ],
+      [
+        "▁Privacy",
+        0.0
+      ],
+      [
+        "▁ammo",
+        0.0
+      ],
+      [
+        "LECT",
+        0.0
+      ],
+      [
+        "olutely",
+        0.0
+      ],
+      [
+        "▁Epic",
+        0.0
+      ],
+      [
+        "▁misunder",
+        0.0
+      ],
+      [
+        "wal",
+        0.0
+      ],
+      [
+        "April",
+        0.0
+      ],
+      [
+        "mos",
+        0.0
+      ],
+      [
+        "pathy",
+        0.0
+      ],
+      [
+        "▁Carson",
+        0.0
+      ],
+      [
+        "▁albums",
+        0.0
+      ],
+      [
+        "▁Easy",
+        0.0
+      ],
+      [
+        "▁pistol",
+        0.0
+      ],
+      [
+        "<<",
+        0.0
+      ],
+      [
+        "▁\\(",
+        0.0
+      ],
+      [
+        "target",
+        0.0
+      ],
+      [
+        "help",
+        0.0
+      ],
+      [
+        "▁interpre",
+        0.0
+      ],
+      [
+        "conscious",
+        0.0
+      ],
+      [
+        "▁Housing",
+        0.0
+      ],
+      [
+        "▁Joint",
+        0.0
+      ],
+      [
+        "127",
+        0.0
+      ],
+      [
+        "▁beers",
+        0.0
+      ],
+      [
+        "science",
+        0.0
+      ],
+      [
+        "▁Firefox",
+        0.0
+      ],
+      [
+        "effective",
+        0.0
+      ],
+      [
+        "▁Cabin",
+        0.0
+      ],
+      [
+        "▁Okay",
+        0.0
+      ],
+      [
+        "▁Applic",
+        0.0
+      ],
+      [
+        "▁spacecraft",
+        0.0
+      ],
+      [
+        "▁SR",
+        0.0
+      ],
+      [
+        "vet",
+        0.0
+      ],
+      [
+        "▁Strange",
+        0.0
+      ],
+      [
+        "SB",
+        0.0
+      ],
+      [
+        "▁corps",
+        0.0
+      ],
+      [
+        "iberal",
+        0.0
+      ],
+      [
+        "efficient",
+        0.0
+      ],
+      [
+        "▁prevalence",
+        0.0
+      ],
+      [
+        "▁economists",
+        0.0
+      ],
+      [
+        "118",
+        0.0
+      ],
+      [
+        "Thread",
+        0.0
+      ],
+      [
+        "ordable",
+        0.0
+      ],
+      [
+        "ODE",
+        0.0
+      ],
+      [
+        "▁Cant",
+        0.0
+      ],
+      [
+        "=-=-",
+        0.0
+      ],
+      [
+        "ifiable",
+        0.0
+      ],
+      [
+        "▁Around",
+        0.0
+      ],
+      [
+        "▁pole",
+        0.0
+      ],
+      [
+        "▁willingness",
+        0.0
+      ],
+      [
+        "CLA",
+        0.0
+      ],
+      [
+        "▁Kid",
+        0.0
+      ],
+      [
+        "▁complement",
+        0.0
+      ],
+      [
+        "▁scattered",
+        0.0
+      ],
+      [
+        "▁inmates",
+        0.0
+      ],
+      [
+        "▁bleeding",
+        0.0
+      ],
+      [
+        "every",
+        0.0
+      ],
+      [
+        "▁queue",
+        0.0
+      ],
+      [
+        "▁Train",
+        0.0
+      ],
+      [
+        "▁hij",
+        0.0
+      ],
+      [
+        "▁melee",
+        0.0
+      ],
+      [
+        "pleted",
+        0.0
+      ],
+      [
+        "▁digit",
+        0.0
+      ],
+      [
+        "▁gem",
+        0.0
+      ],
+      [
+        "official",
+        0.0
+      ],
+      [
+        "▁lifting",
+        0.0
+      ],
+      [
+        "е",
+        0.0
+      ],
+      [
+        "Requ",
+        0.0
+      ],
+      [
+        "itutes",
+        0.0
+      ],
+      [
+        "▁packaging",
+        0.0
+      ],
+      [
+        "▁Workers",
+        0.0
+      ],
+      [
+        "hran",
+        0.0
+      ],
+      [
+        "▁Lebanon",
+        0.0
+      ],
+      [
+        "olesc",
+        0.0
+      ],
+      [
+        "▁punished",
+        0.0
+      ],
+      [
+        "▁Juan",
+        0.0
+      ],
+      [
+        "▁jam",
+        0.0
+      ],
+      [
+        "▁Document",
+        0.0
+      ],
+      [
+        "▁mapping",
+        0.0
+      ],
+      [
+        "icates",
+        0.0
+      ],
+      [
+        "▁inevitably",
+        0.0
+      ],
+      [
+        "▁vanilla",
+        0.0
+      ],
+      [
+        "▁Ton",
+        0.0
+      ],
+      [
+        "▁watches",
+        0.0
+      ],
+      [
+        "▁leagues",
+        0.0
+      ],
+      [
+        "▁initiated",
+        0.0
+      ],
+      [
+        "degree",
+        0.0
+      ],
+      [
+        "portion",
+        0.0
+      ],
+      [
+        "▁recalls",
+        0.0
+      ],
+      [
+        "▁ruin",
+        0.0
+      ],
+      [
+        "▁melt",
+        0.0
+      ],
+      [
+        "IAN",
+        0.0
+      ],
+      [
+        "▁hem",
+        0.0
+      ],
+      [
+        "Exp",
+        0.0
+      ],
+      [
+        "▁baking",
+        0.0
+      ],
+      [
+        "▁Colomb",
+        0.0
+      ],
+      [
+        "atible",
+        0.0
+      ],
+      [
+        "▁radius",
+        0.0
+      ],
+      [
+        "plug",
+        0.0
+      ],
+      [
+        "▁IF",
+        0.0
+      ],
+      [
+        "etically",
+        0.0
+      ],
+      [
+        "▁fict",
+        0.0
+      ],
+      [
+        "HER",
+        0.0
+      ],
+      [
+        "▁Tap",
+        0.0
+      ],
+      [
+        "atinum",
+        0.0
+      ],
+      [
+        "▁ink",
+        0.0
+      ],
+      [
+        "▁coh",
+        0.0
+      ],
+      [
+        "▁Wizard",
+        0.0
+      ],
+      [
+        "both",
+        0.0
+      ],
+      [
+        "tex",
+        0.0
+      ],
+      [
+        "▁spends",
+        0.0
+      ],
+      [
+        "▁Currently",
+        0.0
+      ],
+      [
+        "▁Pit",
+        0.0
+      ],
+      [
+        "▁neurons",
+        0.0
+      ],
+      [
+        "ignt",
+        0.0
+      ],
+      [
+        "▁rall",
+        0.0
+      ],
+      [
+        "▁buses",
+        0.0
+      ],
+      [
+        "building",
+        0.0
+      ],
+      [
+        "▁adjustments",
+        0.0
+      ],
+      [
+        "▁cried",
+        0.0
+      ],
+      [
+        "iblical",
+        0.0
+      ],
+      [
+        "atted",
+        0.0
+      ],
+      [
+        "▁Zion",
+        0.0
+      ],
+      [
+        "▁Matter",
+        0.0
+      ],
+      [
+        "▁meditation",
+        0.0
+      ],
+      [
+        "▁Dennis",
+        0.0
+      ],
+      [
+        "▁ours",
+        0.0
+      ],
+      [
+        "▁Tab",
+        0.0
+      ],
+      [
+        "▁rankings",
+        0.0
+      ],
+      [
+        "ortal",
+        0.0
+      ],
+      [
+        "▁advers",
+        0.0
+      ],
+      [
+        "▁surrender",
+        0.0
+      ],
+      [
+        "▁Gob",
+        0.0
+      ],
+      [
+        "cium",
+        0.0
+      ],
+      [
+        "omas",
+        0.0
+      ],
+      [
+        "imeter",
+        0.0
+      ],
+      [
+        "▁multiplayer",
+        0.0
+      ],
+      [
+        "▁heroin",
+        0.0
+      ],
+      [
+        "▁optimistic",
+        0.0
+      ],
+      [
+        "▁indicator",
+        0.0
+      ],
+      [
+        "▁Brig",
+        0.0
+      ],
+      [
+        "▁grocery",
+        0.0
+      ],
+      [
+        "▁applicant",
+        0.0
+      ],
+      [
+        "▁Rocket",
+        0.0
+      ],
+      [
+        "vid",
+        0.0
+      ],
+      [
+        "Exception",
+        0.0
+      ],
+      [
+        "pent",
+        0.0
+      ],
+      [
+        "▁organizing",
+        0.0
+      ],
+      [
+        "▁encounters",
+        0.0
+      ],
+      [
+        "▁TOD",
+        0.0
+      ],
+      [
+        "▁jewel",
+        0.0
+      ],
+      [
+        "Save",
+        0.0
+      ],
+      [
+        "▁Christie",
+        0.0
+      ],
+      [
+        "▁heating",
+        0.0
+      ],
+      [
+        "▁lazy",
+        0.0
+      ],
+      [
+        "▁CP",
+        0.0
+      ],
+      [
+        "▁cousin",
+        0.0
+      ],
+      [
+        "Config",
+        0.0
+      ],
+      [
+        "▁regener",
+        0.0
+      ],
+      [
+        "▁nearest",
+        0.0
+      ],
+      [
+        "▁achieving",
+        0.0
+      ],
+      [
+        "ENS",
+        0.0
+      ],
+      [
+        "throw",
+        0.0
+      ],
+      [
+        "▁Richmond",
+        0.0
+      ],
+      [
+        "antle",
+        0.0
+      ],
+      [
+        "2002",
+        0.0
+      ],
+      [
+        "▁anten",
+        0.0
+      ],
+      [
+        "bird",
+        0.0
+      ],
+      [
+        "133",
+        0.0
+      ],
+      [
+        "▁narc",
+        0.0
+      ],
+      [
+        "raint",
+        0.0
+      ],
+      [
+        "unny",
+        0.0
+      ],
+      [
+        "▁Hispanic",
+        0.0
+      ],
+      [
+        "ournaments",
+        0.0
+      ],
+      [
+        "▁prophe",
+        0.0
+      ],
+      [
+        "▁Thailand",
+        0.0
+      ],
+      [
+        "▁Ti",
+        0.0
+      ],
+      [
+        "▁injection",
+        0.0
+      ],
+      [
+        "▁inherit",
+        0.0
+      ],
+      [
+        "ravis",
+        0.0
+      ],
+      [
+        "▁medi",
+        0.0
+      ],
+      [
+        "▁whoever",
+        0.0
+      ],
+      [
+        "▁DEBUG",
+        0.0
+      ],
+      [
+        "GP",
+        0.0
+      ],
+      [
+        "▁Hud",
+        0.0
+      ],
+      [
+        "Card",
+        0.0
+      ],
+      [
+        "prom",
+        0.0
+      ],
+      [
+        "▁por",
+        0.0
+      ],
+      [
+        "▁overhead",
+        0.0
+      ],
+      [
+        "Law",
+        0.0
+      ],
+      [
+        "▁violate",
+        0.0
+      ],
+      [
+        "▁heated",
+        0.0
+      ],
+      [
+        "▁descriptions",
+        0.0
+      ],
+      [
+        "▁achievements",
+        0.0
+      ],
+      [
+        "▁Beer",
+        0.0
+      ],
+      [
+        "▁Quant",
+        0.0
+      ],
+      [
+        "Was",
+        0.0
+      ],
+      [
+        "▁eighth",
+        0.0
+      ],
+      [
+        "▁Iv",
+        0.0
+      ],
+      [
+        "▁specialized",
+        0.0
+      ],
+      [
+        "UPDATE",
+        0.0
+      ],
+      [
+        "▁Delta",
+        0.0
+      ],
+      [
+        "Pop",
+        0.0
+      ],
+      [
+        "Jul",
+        0.0
+      ],
+      [
+        "▁Ask",
+        0.0
+      ],
+      [
+        "ophy",
+        0.0
+      ],
+      [
+        "▁newsletters",
+        0.0
+      ],
+      [
+        "▁Tool",
+        0.0
+      ],
+      [
+        "▁gard",
+        0.0
+      ],
+      [
+        "▁Confeder",
+        0.0
+      ],
+      [
+        "▁GMT",
+        0.0
+      ],
+      [
+        "▁Abbott",
+        0.0
+      ],
+      [
+        "▁immunity",
+        0.0
+      ],
+      [
+        "▁VM",
+        0.0
+      ],
+      [
+        "Islam",
+        0.0
+      ],
+      [
+        "▁implicit",
+        0.0
+      ],
+      [
+        "wd",
+        0.0
+      ],
+      [
+        "▁1944",
+        0.0
+      ],
+      [
+        "ravity",
+        0.0
+      ],
+      [
+        "ometric",
+        0.0
+      ],
+      [
+        "▁surviving",
+        0.0
+      ],
+      [
+        "urai",
+        0.0
+      ],
+      [
+        "▁Prison",
+        0.0
+      ],
+      [
+        "▁rust",
+        0.0
+      ],
+      [
+        "▁Sketch",
+        0.0
+      ],
+      [
+        "▁bees",
+        0.0
+      ],
+      [
+        "▁Theory",
+        0.0
+      ],
+      [
+        "▁merit",
+        0.0
+      ],
+      [
+        "Tex",
+        0.0
+      ],
+      [
+        "chat",
+        0.0
+      ],
+      [
+        "▁mim",
+        0.0
+      ],
+      [
+        "▁paste",
+        0.0
+      ],
+      [
+        "▁Koch",
+        0.0
+      ],
+      [
+        "▁ignorance",
+        0.0
+      ],
+      [
+        "▁Shoot",
+        0.0
+      ],
+      [
+        "▁basement",
+        0.0
+      ],
+      [
+        "United",
+        0.0
+      ],
+      [
+        "▁Advis",
+        0.0
+      ],
+      [
+        "height",
+        0.0
+      ],
+      [
+        "▁foster",
+        0.0
+      ],
+      [
+        "▁detain",
+        0.0
+      ],
+      [
+        "information",
+        0.0
+      ],
+      [
+        "▁neural",
+        0.0
+      ],
+      [
+        "';",
+        0.0
+      ],
+      [
+        "▁proves",
+        0.0
+      ],
+      [
+        "allery",
+        0.0
+      ],
+      [
+        "▁invitation",
+        0.0
+      ],
+      [
+        "umbers",
+        0.0
+      ],
+      [
+        "▁cattle",
+        0.0
+      ],
+      [
+        "▁bicycle",
+        0.0
+      ],
+      [
+        "zi",
+        0.0
+      ],
+      [
+        "▁consultant",
+        0.0
+      ],
+      [
+        "▁apology",
+        0.0
+      ],
+      [
+        "▁Tiger",
+        0.0
+      ],
+      [
+        "▁123",
+        0.0
+      ],
+      [
+        "999",
+        0.0
+      ],
+      [
+        "▁individually",
+        0.0
+      ],
+      [
+        "rt",
+        0.0
+      ],
+      [
+        "igion",
+        0.0
+      ],
+      [
+        "▁Brazilian",
+        0.0
+      ],
+      [
+        "▁disturb",
+        0.0
+      ],
+      [
+        "▁entrepreneurs",
+        0.0
+      ],
+      [
+        "▁forests",
+        0.0
+      ],
+      [
+        "cerpt",
+        0.0
+      ],
+      [
+        "plates",
+        0.0
+      ],
+      [
+        "pher",
+        0.0
+      ],
+      [
+        "clipse",
+        0.0
+      ],
+      [
+        "▁twitter",
+        0.0
+      ],
+      [
+        "▁acids",
+        0.0
+      ],
+      [
+        "ographical",
+        0.0
+      ],
+      [
+        "hum",
+        0.0
+      ],
+      [
+        "▁Bald",
+        0.0
+      ],
+      [
+        "ifully",
+        0.0
+      ],
+      [
+        "▁compiler",
+        0.0
+      ],
+      [
+        "▁DA",
+        0.0
+      ],
+      [
+        "▁donor",
+        0.0
+      ],
+      [
+        "asi",
+        0.0
+      ],
+      [
+        "▁tribal",
+        0.0
+      ],
+      [
+        "lash",
+        0.0
+      ],
+      [
+        "▁Config",
+        0.0
+      ],
+      [
+        "▁applicants",
+        0.0
+      ],
+      [
+        "▁salaries",
+        0.0
+      ],
+      [
+        "135",
+        0.0
+      ],
+      [
+        "Putin",
+        0.0
+      ],
+      [
+        "▁Focus",
+        0.0
+      ],
+      [
+        "irs",
+        0.0
+      ],
+      [
+        "▁misconduct",
+        0.0
+      ],
+      [
+        "▁Haz",
+        0.0
+      ],
+      [
+        "▁eaten",
+        0.0
+      ],
+      [
+        "Mobile",
+        0.0
+      ],
+      [
+        "Muslim",
+        0.0
+      ],
+      [
+        "▁Marcus",
+        0.0
+      ],
+      [
+        "viol",
+        0.0
+      ],
+      [
+        "▁favorable",
+        0.0
+      ],
+      [
+        "▁stub",
+        0.0
+      ],
+      [
+        "adin",
+        0.0
+      ],
+      [
+        "▁Hob",
+        0.0
+      ],
+      [
+        "▁faithful",
+        0.0
+      ],
+      [
+        "▁electronics",
+        0.0
+      ],
+      [
+        "▁vacuum",
+        0.0
+      ],
+      [
+        "wait",
+        0.0
+      ],
+      [
+        "backed",
+        0.0
+      ],
+      [
+        "economic",
+        0.0
+      ],
+      [
+        "dist",
+        0.0
+      ],
+      [
+        "▁tenure",
+        0.0
+      ],
+      [
+        "▁sincere",
+        0.0
+      ],
+      [
+        "▁Together",
+        0.0
+      ],
+      [
+        "▁Wave",
+        0.0
+      ],
+      [
+        "▁progression",
+        0.0
+      ],
+      [
+        "▁denying",
+        0.0
+      ],
+      [
+        "▁distress",
+        0.0
+      ],
+      [
+        "braska",
+        0.0
+      ],
+      [
+        "third",
+        0.0
+      ],
+      [
+        "▁mixing",
+        0.0
+      ],
+      [
+        "▁colonial",
+        0.0
+      ],
+      [
+        "▁privately",
+        0.0
+      ],
+      [
+        "▁unrest",
+        0.0
+      ],
+      [
+        "aternity",
+        0.0
+      ],
+      [
+        "▁premises",
+        0.0
+      ],
+      [
+        "anti",
+        0.0
+      ],
+      [
+        "gregation",
+        0.0
+      ],
+      [
+        "▁licence",
+        0.0
+      ],
+      [
+        "▁Hind",
+        0.0
+      ],
+      [
+        "▁Samuel",
+        0.0
+      ],
+      [
+        "▁convincing",
+        0.0
+      ],
+      [
+        "▁Ace",
+        0.0
+      ],
+      [
+        "▁Rust",
+        0.0
+      ],
+      [
+        "▁Netanyahu",
+        0.0
+      ],
+      [
+        "▁handles",
+        0.0
+      ],
+      [
+        "▁Patch",
+        0.0
+      ],
+      [
+        "oriented",
+        0.0
+      ],
+      [
+        "aho",
+        0.0
+      ],
+      [
+        "▁Gonz",
+        0.0
+      ],
+      [
+        "▁hackers",
+        0.0
+      ],
+      [
+        "claimer",
+        0.0
+      ],
+      [
+        "▁customs",
+        0.0
+      ],
+      [
+        "▁Gran",
+        0.0
+      ],
+      [
+        "fighters",
+        0.0
+      ],
+      [
+        "▁luc",
+        0.0
+      ],
+      [
+        "▁manuscript",
+        0.0
+      ],
+      [
+        "arenthood",
+        0.0
+      ],
+      [
+        "▁devil",
+        0.0
+      ],
+      [
+        "▁warriors",
+        0.0
+      ],
+      [
+        "▁offenders",
+        0.0
+      ],
+      [
+        "William",
+        0.0
+      ],
+      [
+        "▁holidays",
+        0.0
+      ],
+      [
+        "▁nightmare",
+        0.0
+      ],
+      [
+        "▁lever",
+        0.0
+      ],
+      [
+        "ifferent",
+        0.0
+      ],
+      [
+        "Stat",
+        0.0
+      ],
+      [
+        "▁exhibition",
+        0.0
+      ],
+      [
+        "puted",
+        0.0
+      ],
+      [
+        "▁Pure",
+        0.0
+      ],
+      [
+        "▁alpha",
+        0.0
+      ],
+      [
+        "▁enthusiasm",
+        0.0
+      ],
+      [
+        "▁Representatives",
+        0.0
+      ],
+      [
+        "EAR",
+        0.0
+      ],
+      [
+        "▁Typ",
+        0.0
+      ],
+      [
+        "▁wheat",
+        0.0
+      ],
+      [
+        "▁Alf",
+        0.0
+      ],
+      [
+        "▁correction",
+        0.0
+      ],
+      [
+        "▁evangel",
+        0.0
+      ],
+      [
+        "ATT",
+        0.0
+      ],
+      [
+        "Miss",
+        0.0
+      ],
+      [
+        "▁soup",
+        0.0
+      ],
+      [
+        "▁implied",
+        0.0
+      ],
+      [
+        "param",
+        0.0
+      ],
+      [
+        "▁sexy",
+        0.0
+      ],
+      [
+        "▁Lux",
+        0.0
+      ],
+      [
+        "▁republic",
+        0.0
+      ],
+      [
+        "patch",
+        0.0
+      ],
+      [
+        "ablish",
+        0.0
+      ],
+      [
+        "▁icons",
+        0.0
+      ],
+      [
+        "▁fathers",
+        0.0
+      ],
+      [
+        "▁GET",
+        0.0
+      ],
+      [
+        "▁Carib",
+        0.0
+      ],
+      [
+        "▁regulated",
+        0.0
+      ],
+      [
+        "▁Cohen",
+        0.0
+      ],
+      [
+        "▁Bobby",
+        0.0
+      ],
+      [
+        "▁ner",
+        0.0
+      ],
+      [
+        "▁bent",
+        0.0
+      ],
+      [
+        "ventory",
+        0.0
+      ],
+      [
+        "▁Along",
+        0.0
+      ],
+      [
+        "▁EST",
+        0.0
+      ],
+      [
+        "▁Wallace",
+        0.0
+      ],
+      [
+        "▁murders",
+        0.0
+      ],
+      [
+        "rise",
+        0.0
+      ],
+      [
+        "kell",
+        0.0
+      ],
+      [
+        "▁Commonwealth",
+        0.0
+      ],
+      [
+        "▁nasty",
+        0.0
+      ],
+      [
+        "eta",
+        0.0
+      ],
+      [
+        "▁MIT",
+        0.0
+      ],
+      [
+        "▁administered",
+        0.0
+      ],
+      [
+        "▁genuinely",
+        0.0
+      ],
+      [
+        "Editor",
+        0.0
+      ],
+      [
+        "nick",
+        0.0
+      ],
+      [
+        "▁hydro",
+        0.0
+      ],
+      [
+        "********************************",
+        0.0
+      ],
+      [
+        "▁Ble",
+        0.0
+      ],
+      [
+        "▁fines",
+        0.0
+      ],
+      [
+        "▁gorge",
+        0.0
+      ],
+      [
+        "ausible",
+        0.0
+      ],
+      [
+        "rh",
+        0.0
+      ],
+      [
+        "▁apple",
+        0.0
+      ],
+      [
+        "mentioned",
+        0.0
+      ],
+      [
+        "▁rope",
+        0.0
+      ],
+      [
+        "otyp",
+        0.0
+      ],
+      [
+        "HR",
+        0.0
+      ],
+      [
+        "▁disappointing",
+        0.0
+      ],
+      [
+        "▁cage",
+        0.0
+      ],
+      [
+        "nik",
+        0.0
+      ],
+      [
+        "▁doubts",
+        0.0
+      ],
+      [
+        "▁FREE",
+        0.0
+      ],
+      [
+        "prints",
+        0.0
+      ],
+      [
+        "▁MUST",
+        0.0
+      ],
+      [
+        "▁vendors",
+        0.0
+      ],
+      [
+        "▁Inqu",
+        0.0
+      ],
+      [
+        "▁liberals",
+        0.0
+      ],
+      [
+        "▁contractor",
+        0.0
+      ],
+      [
+        "▁upside",
+        0.0
+      ],
+      [
+        "children",
+        0.0
+      ],
+      [
+        "▁tricky",
+        0.0
+      ],
+      [
+        "▁regulators",
+        0.0
+      ],
+      [
+        "charged",
+        0.0
+      ],
+      [
+        "liter",
+        0.0
+      ],
+      [
+        "▁***",
+        0.0
+      ],
+      [
+        "▁rebell",
+        0.0
+      ],
+      [
+        "lang",
+        0.0
+      ],
+      [
+        "▁locals",
+        0.0
+      ],
+      [
+        "▁physicians",
+        0.0
+      ],
+      [
+        "▁hey",
+        0.0
+      ],
+      [
+        "arse",
+        0.0
+      ],
+      [
+        "tm",
+        0.0
+      ],
+      [
+        "▁Lex",
+        0.0
+      ],
+      [
+        "▁behavioral",
+        0.0
+      ],
+      [
+        "successful",
+        0.0
+      ],
+      [
+        "FX",
+        0.0
+      ],
+      [
+        "▁brick",
+        0.0
+      ],
+      [
+        "ovic",
+        0.0
+      ],
+      [
+        "▁conform",
+        0.0
+      ],
+      [
+        "▁reviewing",
+        0.0
+      ],
+      [
+        "▁insights",
+        0.0
+      ],
+      [
+        "▁biology",
+        0.0
+      ],
+      [
+        "▁Remove",
+        0.0
+      ],
+      [
+        "▁Extra",
+        0.0
+      ],
+      [
+        "▁committing",
+        0.0
+      ],
+      [
+        "induced",
+        0.0
+      ],
+      [
+        "ignty",
+        0.0
+      ],
+      [
+        "igm",
+        0.0
+      ],
+      [
+        "▁atomic",
+        0.0
+      ],
+      [
+        "Common",
+        0.0
+      ],
+      [
+        "▁EM",
+        0.0
+      ],
+      [
+        "▁Pere",
+        0.0
+      ],
+      [
+        "▁Items",
+        0.0
+      ],
+      [
+        "eh",
+        0.0
+      ],
+      [
+        "▁preserved",
+        0.0
+      ],
+      [
+        "▁Hood",
+        0.0
+      ],
+      [
+        "▁prisoner",
+        0.0
+      ],
+      [
+        "▁bankruptcy",
+        0.0
+      ],
+      [
+        "▁gren",
+        0.0
+      ],
+      [
+        "ushes",
+        0.0
+      ],
+      [
+        "▁exploitation",
+        0.0
+      ],
+      [
+        "▁signatures",
+        0.0
+      ],
+      [
+        "▁finan",
+        0.0
+      ],
+      [
+        "],\"",
+        0.0
+      ],
+      [
+        "▁MR",
+        0.0
+      ],
+      [
+        "▁meg",
+        0.0
+      ],
+      [
+        "remlin",
+        0.0
+      ],
+      [
+        "▁musicians",
+        0.0
+      ],
+      [
+        "▁selecting",
+        0.0
+      ],
+      [
+        "▁examining",
+        0.0
+      ],
+      [
+        "INK",
+        0.0
+      ],
+      [
+        "lated",
+        0.0
+      ],
+      [
+        "Hi",
+        0.0
+      ],
+      [
+        "▁artic",
+        0.0
+      ],
+      [
+        "▁pets",
+        0.0
+      ],
+      [
+        "▁impair",
+        0.0
+      ],
+      [
+        "▁MAN",
+        0.0
+      ],
+      [
+        "▁tablets",
+        0.0
+      ],
+      [
+        "include",
+        0.0
+      ],
+      [
+        "Range",
+        0.0
+      ],
+      [
+        "▁caut",
+        0.0
+      ],
+      [
+        "▁logs",
+        0.0
+      ],
+      [
+        "▁mounting",
+        0.0
+      ],
+      [
+        "▁unaware",
+        0.0
+      ],
+      [
+        "▁dynamics",
+        0.0
+      ],
+      [
+        "▁Palestine",
+        0.0
+      ],
+      [
+        "▁Quarter",
+        0.0
+      ],
+      [
+        "▁Purple",
+        0.0
+      ],
+      [
+        "▁ma",
+        0.0
+      ],
+      [
+        "▁Import",
+        0.0
+      ],
+      [
+        "▁collections",
+        0.0
+      ],
+      [
+        "ciation",
+        0.0
+      ],
+      [
+        "▁successor",
+        0.0
+      ],
+      [
+        "▁clone",
+        0.0
+      ],
+      [
+        "▁aiming",
+        0.0
+      ],
+      [
+        "▁possessed",
+        0.0
+      ],
+      [
+        "▁sticking",
+        0.0
+      ],
+      [
+        "▁shaking",
+        0.0
+      ],
+      [
+        "▁locate",
+        0.0
+      ],
+      [
+        "▁Hockey",
+        0.0
+      ],
+      [
+        "Turn",
+        0.0
+      ],
+      [
+        "170",
+        0.0
+      ],
+      [
+        "▁fifteen",
+        0.0
+      ],
+      [
+        "▁Harrison",
+        0.0
+      ],
+      [
+        "▁continuously",
+        0.0
+      ],
+      [
+        "▁TC",
+        0.0
+      ],
+      [
+        "▁Valent",
+        0.0
+      ],
+      [
+        "▁Rescue",
+        0.0
+      ],
+      [
+        "▁bypass",
+        0.0
+      ],
+      [
+        "amount",
+        0.0
+      ],
+      [
+        "▁mast",
+        0.0
+      ],
+      [
+        "▁protects",
+        0.0
+      ],
+      [
+        "▁artistic",
+        0.0
+      ],
+      [
+        "▁sometime",
+        0.0
+      ],
+      [
+        "▁shoe",
+        0.0
+      ],
+      [
+        "▁shouted",
+        0.0
+      ],
+      [
+        "ificant",
+        0.0
+      ],
+      [
+        "etitive",
+        0.0
+      ],
+      [
+        "▁Register",
+        0.0
+      ],
+      [
+        "▁Jin",
+        0.0
+      ],
+      [
+        "▁concentrated",
+        0.0
+      ],
+      [
+        "lington",
+        0.0
+      ],
+      [
+        "onies",
+        0.0
+      ],
+      [
+        "▁generator",
+        0.0
+      ],
+      [
+        "yrim",
+        0.0
+      ],
+      [
+        "▁Armen",
+        0.0
+      ],
+      [
+        "▁clearing",
+        0.0
+      ],
+      [
+        "ido",
+        0.0
+      ],
+      [
+        "▁TW",
+        0.0
+      ],
+      [
+        "alph",
+        0.0
+      ],
+      [
+        "▁ladies",
+        0.0
+      ],
+      [
+        "Hard",
+        0.0
+      ],
+      [
+        "▁dialog",
+        0.0
+      ],
+      [
+        "▁inputs",
+        0.0
+      ],
+      [
+        "æľ",
+        0.0
+      ],
+      [
+        "▁poses",
+        0.0
+      ],
+      [
+        "▁slots",
+        0.0
+      ],
+      [
+        "▁Premium",
+        0.0
+      ],
+      [
+        "▁leaks",
+        0.0
+      ],
+      [
+        "▁bosses",
+        0.0
+      ],
+      [
+        "▁113",
+        0.0
+      ],
+      [
+        "course",
+        0.0
+      ],
+      [
+        "Acc",
+        0.0
+      ],
+      [
+        "▁Newton",
+        0.0
+      ],
+      [
+        "▁Austria",
+        0.0
+      ],
+      [
+        "▁Mage",
+        0.0
+      ],
+      [
+        "▁teaches",
+        0.0
+      ],
+      [
+        "abad",
+        0.0
+      ],
+      [
+        "▁wears",
+        0.0
+      ],
+      [
+        "▁cyl",
+        0.0
+      ],
+      [
+        "▁curse",
+        0.0
+      ],
+      [
+        "▁Sales",
+        0.0
+      ],
+      [
+        "▁Wings",
+        0.0
+      ],
+      [
+        "▁psy",
+        0.0
+      ],
+      [
+        "▁gaps",
+        0.0
+      ],
+      [
+        "▁Iceland",
+        0.0
+      ],
+      [
+        "▁Pinterest",
+        0.0
+      ],
+      [
+        "▁landlord",
+        0.0
+      ],
+      [
+        "▁definitions",
+        0.0
+      ],
+      [
+        "▁Ker",
+        0.0
+      ],
+      [
+        "▁sufficiently",
+        0.0
+      ],
+      [
+        "▁Pence",
+        0.0
+      ],
+      [
+        "▁Architect",
+        0.0
+      ],
+      [
+        "▁surpass",
+        0.0
+      ],
+      [
+        "▁114",
+        0.0
+      ],
+      [
+        "▁superhero",
+        0.0
+      ],
+      [
+        "▁Disease",
+        0.0
+      ],
+      [
+        "▁priests",
+        0.0
+      ],
+      [
+        "▁Culture",
+        0.0
+      ],
+      [
+        "▁definitive",
+        0.0
+      ],
+      [
+        "▁secretly",
+        0.0
+      ],
+      [
+        "▁Dance",
+        0.0
+      ],
+      [
+        "install",
+        0.0
+      ],
+      [
+        "chief",
+        0.0
+      ],
+      [
+        "▁Jessica",
+        0.0
+      ],
+      [
+        "Would",
+        0.0
+      ],
+      [
+        "Updated",
+        0.0
+      ],
+      [
+        "▁locker",
+        0.0
+      ],
+      [
+        "▁Kay",
+        0.0
+      ],
+      [
+        "▁memorial",
+        0.0
+      ],
+      [
+        "è¦",
+        0.0
+      ],
+      [
+        "fat",
+        0.0
+      ],
+      [
+        "▁disgu",
+        0.0
+      ],
+      [
+        "▁flavors",
+        0.0
+      ],
+      [
+        "▁Baseball",
+        0.0
+      ],
+      [
+        "▁Resistance",
+        0.0
+      ],
+      [
+        "▁kicks",
+        0.0
+      ],
+      [
+        "▁env",
+        0.0
+      ],
+      [
+        "▁teenagers",
+        0.0
+      ],
+      [
+        "Dark",
+        0.0
+      ],
+      [
+        "▁CAR",
+        0.0
+      ],
+      [
+        "▁halt",
+        0.0
+      ],
+      [
+        "▁LG",
+        0.0
+      ],
+      [
+        "▁Gabriel",
+        0.0
+      ],
+      [
+        "▁fever",
+        0.0
+      ],
+      [
+        "▁satur",
+        0.0
+      ],
+      [
+        "▁mall",
+        0.0
+      ],
+      [
+        "▁affiliate",
+        0.0
+      ],
+      [
+        "▁Sleep",
+        0.0
+      ],
+      [
+        "▁Specific",
+        0.0
+      ],
+      [
+        "▁Vel",
+        0.0
+      ],
+      [
+        "▁jar",
+        0.0
+      ],
+      [
+        "▁Sacred",
+        0.0
+      ],
+      [
+        "▁Edwards",
+        0.0
+      ],
+      [
+        "▁ACL",
+        0.0
+      ],
+      [
+        "▁retained",
+        0.0
+      ],
+      [
+        "▁Giant",
+        0.0
+      ],
+      [
+        "▁limitation",
+        0.0
+      ],
+      [
+        "inces",
+        0.0
+      ],
+      [
+        "▁refusal",
+        0.0
+      ],
+      [
+        "▁Tale",
+        0.0
+      ],
+      [
+        "▁Butler",
+        0.0
+      ],
+      [
+        "▁accidents",
+        0.0
+      ],
+      [
+        "▁CSS",
+        0.0
+      ],
+      [
+        "▁imported",
+        0.0
+      ],
+      [
+        "▁Copy",
+        0.0
+      ],
+      [
+        "α",
+        0.0
+      ],
+      [
+        "ERT",
+        0.0
+      ],
+      [
+        "zel",
+        0.0
+      ],
+      [
+        "▁divisions",
+        0.0
+      ],
+      [
+        "hots",
+        0.0
+      ],
+      [
+        "▁Alb",
+        0.0
+      ],
+      [
+        "▁DS",
+        0.0
+      ],
+      [
+        "Loader",
+        0.0
+      ],
+      [
+        "Washington",
+        0.0
+      ],
+      [
+        "atisf",
+        0.0
+      ],
+      [
+        "▁Creative",
+        0.0
+      ],
+      [
+        "\\.",
+        0.0
+      ],
+      [
+        "▁Autom",
+        0.0
+      ],
+      [
+        "redict",
+        0.0
+      ],
+      [
+        "▁receptor",
+        0.0
+      ],
+      [
+        "▁Carlos",
+        0.0
+      ],
+      [
+        "Method",
+        0.0
+      ],
+      [
+        "oka",
+        0.0
+      ],
+      [
+        "▁malicious",
+        0.0
+      ],
+      [
+        "▁stepping",
+        0.0
+      ],
+      [
+        ",[",
+        0.0
+      ],
+      [
+        "▁Dad",
+        0.0
+      ],
+      [
+        "▁attraction",
+        0.0
+      ],
+      [
+        "▁Effects",
+        0.0
+      ],
+      [
+        "▁Pirate",
+        0.0
+      ],
+      [
+        "▁Cer",
+        0.0
+      ],
+      [
+        "▁Industry",
+        0.0
+      ],
+      [
+        "▁Rud",
+        0.0
+      ],
+      [
+        "▁charter",
+        0.0
+      ],
+      [
+        "▁dining",
+        0.0
+      ],
+      [
+        "▁insists",
+        0.0
+      ],
+      [
+        "▁configure",
+        0.0
+      ],
+      [
+        "▁(#",
+        0.0
+      ],
+      [
+        "▁Simple",
+        0.0
+      ],
+      [
+        "▁Scroll",
+        0.0
+      ],
+      [
+        "UTC",
+        0.0
+      ],
+      [
+        "175",
+        0.0
+      ],
+      [
+        "▁Kon",
+        0.0
+      ],
+      [
+        "▁marketplace",
+        0.0
+      ],
+      [
+        "▁ãĤ",
+        0.0
+      ],
+      [
+        "▁refres",
+        0.0
+      ],
+      [
+        "▁gates",
+        0.0
+      ],
+      [
+        "erred",
+        0.0
+      ],
+      [
+        "▁Pod",
+        0.0
+      ],
+      [
+        "▁behave",
+        0.0
+      ],
+      [
+        "Frank",
+        0.0
+      ],
+      [
+        "node",
+        0.0
+      ],
+      [
+        "▁endorsed",
+        0.0
+      ],
+      [
+        "hett",
+        0.0
+      ],
+      [
+        "asive",
+        0.0
+      ],
+      [
+        "▁Homeland",
+        0.0
+      ],
+      [
+        "▁rides",
+        0.0
+      ],
+      [
+        "▁Leave",
+        0.0
+      ],
+      [
+        "erness",
+        0.0
+      ],
+      [
+        "▁flooding",
+        0.0
+      ],
+      [
+        "AFP",
+        0.0
+      ],
+      [
+        "▁risen",
+        0.0
+      ],
+      [
+        "▁continually",
+        0.0
+      ],
+      [
+        "▁unanim",
+        0.0
+      ],
+      [
+        "▁Contract",
+        0.0
+      ],
+      [
+        "▁Pas",
+        0.0
+      ],
+      [
+        "▁guided",
+        0.0
+      ],
+      [
+        "▁Chile",
+        0.0
+      ],
+      [
+        "bd",
+        0.0
+      ],
+      [
+        "▁succ",
+        0.0
+      ],
+      [
+        "ptic",
+        0.0
+      ],
+      [
+        "▁committees",
+        0.0
+      ],
+      [
+        "▁Luther",
+        0.0
+      ],
+      [
+        "▁Anyone",
+        0.0
+      ],
+      [
+        "▁sab",
+        0.0
+      ],
+      [
+        "124",
+        0.0
+      ],
+      [
+        "▁pixel",
+        0.0
+      ],
+      [
+        "▁Bak",
+        0.0
+      ],
+      [
+        "▁Tag",
+        0.0
+      ],
+      [
+        "▁Bennett",
+        0.0
+      ],
+      [
+        "Enter",
+        0.0
+      ],
+      [
+        "small",
+        0.0
+      ],
+      [
+        "▁Presidential",
+        0.0
+      ],
+      [
+        "▁pul",
+        0.0
+      ],
+      [
+        "▁contrace",
+        0.0
+      ],
+      [
+        "archive",
+        0.0
+      ],
+      [
+        "▁coastal",
+        0.0
+      ],
+      [
+        "▁Kids",
+        0.0
+      ],
+      [
+        "192",
+        0.0
+      ],
+      [
+        "âĢ²",
+        0.0
+      ],
+      [
+        "icky",
+        0.0
+      ],
+      [
+        "INGTON",
+        0.0
+      ],
+      [
+        "▁wolf",
+        0.0
+      ],
+      [
+        "▁Stalin",
+        0.0
+      ],
+      [
+        "Tur",
+        0.0
+      ],
+      [
+        "idget",
+        0.0
+      ],
+      [
+        "amas",
+        0.0
+      ],
+      [
+        "▁Unless",
+        0.0
+      ],
+      [
+        "▁sponsor",
+        0.0
+      ],
+      [
+        "▁morph",
+        0.0
+      ],
+      [
+        "▁Choose",
+        0.0
+      ],
+      [
+        "▁runner",
+        0.0
+      ],
+      [
+        "▁unbel",
+        0.0
+      ],
+      [
+        "▁mud",
+        0.0
+      ],
+      [
+        "▁Mana",
+        0.0
+      ],
+      [
+        "▁dubbed",
+        0.0
+      ],
+      [
+        "▁godd",
+        0.0
+      ],
+      [
+        "urers",
+        0.0
+      ],
+      [
+        "window",
+        0.0
+      ],
+      [
+        "▁relied",
+        0.0
+      ],
+      [
+        "▁celebrating",
+        0.0
+      ],
+      [
+        "osc",
+        0.0
+      ],
+      [
+        "▁135",
+        0.0
+      ],
+      [
+        "▁lobbying",
+        0.0
+      ],
+      [
+        "▁incomplete",
+        0.0
+      ],
+      [
+        "▁restriction",
+        0.0
+      ],
+      [
+        "▁incap",
+        0.0
+      ],
+      [
+        "itus",
+        0.0
+      ],
+      [
+        "▁expectation",
+        0.0
+      ],
+      [
+        "▁Apollo",
+        0.0
+      ],
+      [
+        "▁intens",
+        0.0
+      ],
+      [
+        "▁sync",
+        0.0
+      ],
+      [
+        "GH",
+        0.0
+      ],
+      [
+        "▁manipulation",
+        0.0
+      ],
+      [
+        "BY",
+        0.0
+      ],
+      [
+        "▁spear",
+        0.0
+      ],
+      [
+        "▁breasts",
+        0.0
+      ],
+      [
+        "▁volcan",
+        0.0
+      ],
+      [
+        "ilia",
+        0.0
+      ],
+      [
+        "Material",
+        0.0
+      ],
+      [
+        "▁formats",
+        0.0
+      ],
+      [
+        "▁Bast",
+        0.0
+      ],
+      [
+        "▁parliamentary",
+        0.0
+      ],
+      [
+        "▁snake",
+        0.0
+      ],
+      [
+        "▁servants",
+        0.0
+      ],
+      [
+        "▁Trudeau",
+        0.0
+      ],
+      [
+        "▁Grim",
+        0.0
+      ],
+      [
+        "▁Arabic",
+        0.0
+      ],
+      [
+        "▁SCP",
+        0.0
+      ],
+      [
+        "▁Boys",
+        0.0
+      ],
+      [
+        "station",
+        0.0
+      ],
+      [
+        "▁prospective",
+        0.0
+      ],
+      [
+        "orde",
+        0.0
+      ],
+      [
+        "initialized",
+        0.0
+      ],
+      [
+        "▁bored",
+        0.0
+      ],
+      [
+        "ABLE",
+        0.0
+      ],
+      [
+        "▁accessed",
+        0.0
+      ],
+      [
+        "▁taxi",
+        0.0
+      ],
+      [
+        "▁Shell",
+        0.0
+      ],
+      [
+        "aiden",
+        0.0
+      ],
+      [
+        "ursed",
+        0.0
+      ],
+      [
+        "inates",
+        0.0
+      ],
+      [
+        "▁Insurance",
+        0.0
+      ],
+      [
+        "▁Pete",
+        0.0
+      ],
+      [
+        "September",
+        0.0
+      ],
+      [
+        "650",
+        0.0
+      ],
+      [
+        "▁adventures",
+        0.0
+      ],
+      [
+        "▁Cover",
+        0.0
+      ],
+      [
+        "▁tribute",
+        0.0
+      ],
+      [
+        "▁sketch",
+        0.0
+      ],
+      [
+        "▁empower",
+        0.0
+      ],
+      [
+        "▁Ø",
+        0.0
+      ],
+      [
+        "▁Glenn",
+        0.0
+      ],
+      [
+        "▁Daw",
+        0.0
+      ],
+      [
+        "=\\\"",
+        0.0
+      ],
+      [
+        "▁Politics",
+        0.0
+      ],
+      [
+        "▁guides",
+        0.0
+      ],
+      [
+        "▁dioxide",
+        0.0
+      ],
+      [
+        "▁Gore",
+        0.0
+      ],
+      [
+        "▁Bright",
+        0.0
+      ],
+      [
+        "▁Sierra",
+        0.0
+      ],
+      [
+        "▁valued",
+        0.0
+      ],
+      [
+        "cond",
+        0.0
+      ],
+      [
+        "▁pointer",
+        0.0
+      ],
+      [
+        "Select",
+        0.0
+      ],
+      [
+        "▁risky",
+        0.0
+      ],
+      [
+        "▁absorb",
+        0.0
+      ],
+      [
+        "images",
+        0.0
+      ],
+      [
+        "▁refuses",
+        0.0
+      ],
+      [
+        "▁bonuses",
+        0.0
+      ],
+      [
+        "___",
+        0.0
+      ],
+      [
+        "▁hilar",
+        0.0
+      ],
+      [
+        "▁Features",
+        0.0
+      ],
+      [
+        "220",
+        0.0
+      ],
+      [
+        "▁Collector",
+        0.0
+      ],
+      [
+        "Foot",
+        0.0
+      ],
+      [
+        "▁1964",
+        0.0
+      ],
+      [
+        "culus",
+        0.0
+      ],
+      [
+        "▁dawn",
+        0.0
+      ],
+      [
+        "▁workout",
+        0.0
+      ],
+      [
+        "▁LO",
+        0.0
+      ],
+      [
+        "▁philosophical",
+        0.0
+      ],
+      [
+        "▁Sandy",
+        0.0
+      ],
+      [
+        "▁Youth",
+        0.0
+      ],
+      [
+        "▁liable",
+        0.0
+      ],
+      [
+        "Af",
+        0.0
+      ],
+      [
+        "blue",
+        0.0
+      ],
+      [
+        "▁overturn",
+        0.0
+      ],
+      [
+        "lessness",
+        0.0
+      ],
+      [
+        "▁Tribune",
+        0.0
+      ],
+      [
+        "▁Ing",
+        0.0
+      ],
+      [
+        "▁factories",
+        0.0
+      ],
+      [
+        "▁catches",
+        0.0
+      ],
+      [
+        "▁prone",
+        0.0
+      ],
+      [
+        "▁matrix",
+        0.0
+      ],
+      [
+        "▁login",
+        0.0
+      ],
+      [
+        "▁inacc",
+        0.0
+      ],
+      [
+        "▁exert",
+        0.0
+      ],
+      [
+        "sys",
+        0.0
+      ],
+      [
+        "▁needle",
+        0.0
+      ],
+      [
+        "▁Qur",
+        0.0
+      ],
+      [
+        "▁notified",
+        0.0
+      ],
+      [
+        "oulder",
+        0.0
+      ],
+      [
+        "tx",
+        0.0
+      ],
+      [
+        "▁reminds",
+        0.0
+      ],
+      [
+        "▁publishers",
+        0.0
+      ],
+      [
+        "▁nort",
+        0.0
+      ],
+      [
+        "▁git",
+        0.0
+      ],
+      [
+        "▁flies",
+        0.0
+      ],
+      [
+        "▁Emily",
+        0.0
+      ],
+      [
+        "▁flowing",
+        0.0
+      ],
+      [
+        "▁Alien",
+        0.0
+      ],
+      [
+        "▁Strateg",
+        0.0
+      ],
+      [
+        "▁hardest",
+        0.0
+      ],
+      [
+        "▁modification",
+        0.0
+      ],
+      [
+        "API",
+        0.0
+      ],
+      [
+        "▁MY",
+        0.0
+      ],
+      [
+        "▁crashes",
+        0.0
+      ],
+      [
+        "stairs",
+        0.0
+      ],
+      [
+        "number",
+        0.0
+      ],
+      [
+        "▁urging",
+        0.0
+      ],
+      [
+        "channel",
+        0.0
+      ],
+      [
+        "▁Falcon",
+        0.0
+      ],
+      [
+        "▁inhabitants",
+        0.0
+      ],
+      [
+        "▁terrifying",
+        0.0
+      ],
+      [
+        "▁utilize",
+        0.0
+      ],
+      [
+        "▁banner",
+        0.0
+      ],
+      [
+        "▁cigarettes",
+        0.0
+      ],
+      [
+        "▁senses",
+        0.0
+      ],
+      [
+        "▁Holmes",
+        0.0
+      ],
+      [
+        "▁practition",
+        0.0
+      ],
+      [
+        "▁Phillips",
+        0.0
+      ],
+      [
+        "otto",
+        0.0
+      ],
+      [
+        "▁compile",
+        0.0
+      ],
+      [
+        "Model",
+        0.0
+      ],
+      [
+        "▁Ko",
+        0.0
+      ],
+      [
+        "▁[]",
+        0.0
+      ],
+      [
+        "Americans",
+        0.0
+      ],
+      [
+        "▁Terms",
+        0.0
+      ],
+      [
+        "▁medications",
+        0.0
+      ],
+      [
+        "▁Ana",
+        0.0
+      ],
+      [
+        "▁fundamentally",
+        0.0
+      ],
+      [
+        "▁Notice",
+        0.0
+      ],
+      [
+        "▁weaker",
+        0.0
+      ],
+      [
+        "▁0000",
+        0.0
+      ],
+      [
+        "▁garlic",
+        0.0
+      ],
+      [
+        "▁outbreak",
+        0.0
+      ],
+      [
+        "▁economist",
+        0.0
+      ],
+      [
+        "▁Birth",
+        0.0
+      ],
+      [
+        "▁obstacles",
+        0.0
+      ],
+      [
+        "arcer",
+        0.0
+      ],
+      [
+        "▁Orthodox",
+        0.0
+      ],
+      [
+        "▁placebo",
+        0.0
+      ],
+      [
+        "▁Crew",
+        0.0
+      ],
+      [
+        "aspberry",
+        0.0
+      ],
+      [
+        "▁Angels",
+        0.0
+      ],
+      [
+        "▁discharge",
+        0.0
+      ],
+      [
+        "▁destructive",
+        0.0
+      ],
+      [
+        "117",
+        0.0
+      ],
+      [
+        "▁Rising",
+        0.0
+      ],
+      [
+        "▁dairy",
+        0.0
+      ],
+      [
+        "late",
+        0.0
+      ],
+      [
+        "▁collision",
+        0.0
+      ],
+      [
+        "▁Tigers",
+        0.0
+      ],
+      [
+        "eanor",
+        0.0
+      ],
+      [
+        "ocumented",
+        0.0
+      ],
+      [
+        "▁Invalid",
+        0.0
+      ],
+      [
+        "▁dont",
+        0.0
+      ],
+      [
+        "▁Liter",
+        0.0
+      ],
+      [
+        "▁Va",
+        0.0
+      ],
+      [
+        "▁hydrogen",
+        0.0
+      ],
+      [
+        "▁variants",
+        0.0
+      ],
+      [
+        "▁Browns",
+        0.0
+      ],
+      [
+        "▁1965",
+        0.0
+      ],
+      [
+        "▁indigenous",
+        0.0
+      ],
+      [
+        "▁trades",
+        0.0
+      ],
+      [
+        "▁remainder",
+        0.0
+      ],
+      [
+        "▁swept",
+        0.0
+      ],
+      [
+        "▁Impact",
+        0.0
+      ],
+      [
+        "▁redist",
+        0.0
+      ],
+      [
+        "▁unint",
+        0.0
+      ],
+      [
+        "graduate",
+        0.0
+      ],
+      [
+        "ãĥķ",
+        0.0
+      ],
+      [
+        "▁WILL",
+        0.0
+      ],
+      [
+        "ãģ®ç",
+        0.0
+      ],
+      [
+        "▁Critical",
+        0.0
+      ],
+      [
+        "▁fisher",
+        0.0
+      ],
+      [
+        "▁vicious",
+        0.0
+      ],
+      [
+        "▁reversed",
+        0.0
+      ],
+      [
+        "Year",
+        0.0
+      ],
+      [
+        "▁Sox",
+        0.0
+      ],
+      [
+        "▁shootings",
+        0.0
+      ],
+      [
+        "▁filming",
+        0.0
+      ],
+      [
+        "▁touchdowns",
+        0.0
+      ],
+      [
+        "aires",
+        0.0
+      ],
+      [
+        "mel",
+        0.0
+      ],
+      [
+        "▁grandfather",
+        0.0
+      ],
+      [
+        "▁affection",
+        0.0
+      ],
+      [
+        "ingle",
+        0.0
+      ],
+      [
+        "▁overly",
+        0.0
+      ],
+      [
+        "Additional",
+        0.0
+      ],
+      [
+        "▁supreme",
+        0.0
+      ],
+      [
+        "▁Grad",
+        0.0
+      ],
+      [
+        "▁sporting",
+        0.0
+      ],
+      [
+        "▁mercy",
+        0.0
+      ],
+      [
+        "▁Brooks",
+        0.0
+      ],
+      [
+        "ounty",
+        0.0
+      ],
+      [
+        "▁performs",
+        0.0
+      ],
+      [
+        "▁tightly",
+        0.0
+      ],
+      [
+        "▁demons",
+        0.0
+      ],
+      [
+        "▁killings",
+        0.0
+      ],
+      [
+        "▁faction",
+        0.0
+      ],
+      [
+        "▁Nova",
+        0.0
+      ],
+      [
+        "auts",
+        0.0
+      ],
+      [
+        "▁undoubtedly",
+        0.0
+      ],
+      [
+        "arin",
+        0.0
+      ],
+      [
+        "▁underway",
+        0.0
+      ],
+      [
+        "rak",
+        0.0
+      ],
+      [
+        "▁liv",
+        0.0
+      ],
+      [
+        "▁Region",
+        0.0
+      ],
+      [
+        "▁briefing",
+        0.0
+      ],
+      [
+        "sers",
+        0.0
+      ],
+      [
+        "cloud",
+        0.0
+      ],
+      [
+        "▁Mik",
+        0.0
+      ],
+      [
+        "usp",
+        0.0
+      ],
+      [
+        "▁prediction",
+        0.0
+      ],
+      [
+        "azor",
+        0.0
+      ],
+      [
+        "▁portable",
+        0.0
+      ],
+      [
+        "▁Gand",
+        0.0
+      ],
+      [
+        "▁presenting",
+        0.0
+      ],
+      [
+        "▁1080",
+        0.0
+      ],
+      [
+        "»",
+        0.0
+      ],
+      [
+        "ushi",
+        0.0
+      ],
+      [
+        "▁Spark",
+        0.0
+      ],
+      [
+        "thereum",
+        0.0
+      ],
+      [
+        "▁justification",
+        0.0
+      ],
+      [
+        "▁Ny",
+        0.0
+      ],
+      [
+        "▁contractors",
+        0.0
+      ],
+      [
+        "mingham",
+        0.0
+      ],
+      [
+        "▁Style",
+        0.0
+      ],
+      [
+        "åħ",
+        0.0
+      ],
+      [
+        "▁Chronicles",
+        0.0
+      ],
+      [
+        "▁Picture",
+        0.0
+      ],
+      [
+        "▁proving",
+        0.0
+      ],
+      [
+        "▁wives",
+        0.0
+      ],
+      [
+        "sett",
+        0.0
+      ],
+      [
+        "▁molecules",
+        0.0
+      ],
+      [
+        "▁Fairy",
+        0.0
+      ],
+      [
+        "▁consisting",
+        0.0
+      ],
+      [
+        "▁pier",
+        0.0
+      ],
+      [
+        "alone",
+        0.0
+      ],
+      [
+        "inition",
+        0.0
+      ],
+      [
+        "▁nucle",
+        0.0
+      ],
+      [
+        "json",
+        0.0
+      ],
+      [
+        "▁gotta",
+        0.0
+      ],
+      [
+        "▁mobil",
+        0.0
+      ],
+      [
+        "▁verbal",
+        0.0
+      ],
+      [
+        "arium",
+        0.0
+      ],
+      [
+        "▁monument",
+        0.0
+      ],
+      [
+        "ucked",
+        0.0
+      ],
+      [
+        "▁256",
+        0.0
+      ],
+      [
+        "Tech",
+        0.0
+      ],
+      [
+        "minecraft",
+        0.0
+      ],
+      [
+        "▁Track",
+        0.0
+      ],
+      [
+        "▁tile",
+        0.0
+      ],
+      [
+        "▁compatibility",
+        0.0
+      ],
+      [
+        "asis",
+        0.0
+      ],
+      [
+        "▁sadd",
+        0.0
+      ],
+      [
+        "▁instructed",
+        0.0
+      ],
+      [
+        "▁Mueller",
+        0.0
+      ],
+      [
+        "▁lethal",
+        0.0
+      ],
+      [
+        "▁hormone",
+        0.0
+      ],
+      [
+        "▁orche",
+        0.0
+      ],
+      [
+        "else",
+        0.0
+      ],
+      [
+        "▁skelet",
+        0.0
+      ],
+      [
+        "▁entertaining",
+        0.0
+      ],
+      [
+        "▁minimize",
+        0.0
+      ],
+      [
+        "again",
+        0.0
+      ],
+      [
+        "▁undergo",
+        0.0
+      ],
+      [
+        "▁constraints",
+        0.0
+      ],
+      [
+        "▁cigarette",
+        0.0
+      ],
+      [
+        "▁Islamist",
+        0.0
+      ],
+      [
+        "▁travels",
+        0.0
+      ],
+      [
+        "▁Panthers",
+        0.0
+      ],
+      [
+        "lings",
+        0.0
+      ],
+      [
+        "Care",
+        0.0
+      ],
+      [
+        "▁lawsuits",
+        0.0
+      ],
+      [
+        "uras",
+        0.0
+      ],
+      [
+        "▁cryst",
+        0.0
+      ],
+      [
+        "▁lowered",
+        0.0
+      ],
+      [
+        "▁aerial",
+        0.0
+      ],
+      [
+        "▁combinations",
+        0.0
+      ],
+      [
+        "▁haun",
+        0.0
+      ],
+      [
+        "▁cha",
+        0.0
+      ],
+      [
+        "▁vine",
+        0.0
+      ],
+      [
+        "▁quantities",
+        0.0
+      ],
+      [
+        "▁linking",
+        0.0
+      ],
+      [
+        "bank",
+        0.0
+      ],
+      [
+        "▁soy",
+        0.0
+      ],
+      [
+        "Bill",
+        0.0
+      ],
+      [
+        "▁Angela",
+        0.0
+      ],
+      [
+        "▁recipient",
+        0.0
+      ],
+      [
+        "▁Protest",
+        0.0
+      ],
+      [
+        "▁socket",
+        0.0
+      ],
+      [
+        "▁solidarity",
+        0.0
+      ],
+      [
+        "▁âĨ",
+        0.0
+      ],
+      [
+        "mill",
+        0.0
+      ],
+      [
+        "▁varies",
+        0.0
+      ],
+      [
+        "▁Pakistani",
+        0.0
+      ],
+      [
+        "Dragon",
+        0.0
+      ],
+      [
+        "▁une",
+        0.0
+      ],
+      [
+        "▁horizon",
+        0.0
+      ],
+      [
+        "³³³³³³³³",
+        0.0
+      ],
+      [
+        "▁provinces",
+        0.0
+      ],
+      [
+        "▁frankly",
+        0.0
+      ],
+      [
+        "▁enacted",
+        0.0
+      ],
+      [
+        "notes",
+        0.0
+      ],
+      [
+        "['",
+        0.0
+      ],
+      [
+        "▁192",
+        0.0
+      ],
+      [
+        "ocracy",
+        0.0
+      ],
+      [
+        "▁endorsement",
+        0.0
+      ],
+      [
+        "▁overtime",
+        0.0
+      ],
+      [
+        "True",
+        0.0
+      ],
+      [
+        "Lab",
+        0.0
+      ],
+      [
+        "licted",
+        0.0
+      ],
+      [
+        "▁DNC",
+        0.0
+      ],
+      [
+        "▁beats",
+        0.0
+      ],
+      [
+        "▁Jamie",
+        0.0
+      ],
+      [
+        "152",
+        0.0
+      ],
+      [
+        "▁INT",
+        0.0
+      ],
+      [
+        "Contact",
+        0.0
+      ],
+      [
+        "▁accounted",
+        0.0
+      ],
+      [
+        "hash",
+        0.0
+      ],
+      [
+        "▁Packers",
+        0.0
+      ],
+      [
+        "pires",
+        0.0
+      ],
+      [
+        "▁lesbian",
+        0.0
+      ],
+      [
+        "▁amendments",
+        0.0
+      ],
+      [
+        "▁hopeful",
+        0.0
+      ],
+      [
+        "▁Finland",
+        0.0
+      ],
+      [
+        "▁spotlight",
+        0.0
+      ],
+      [
+        "▁configured",
+        0.0
+      ],
+      [
+        "▁troubled",
+        0.0
+      ],
+      [
+        "▁gaze",
+        0.0
+      ],
+      [
+        "▁Calgary",
+        0.0
+      ],
+      [
+        "▁reliability",
+        0.0
+      ],
+      [
+        "▁insurg",
+        0.0
+      ],
+      [
+        "swer",
+        0.0
+      ],
+      [
+        "buy",
+        0.0
+      ],
+      [
+        "▁Skin",
+        0.0
+      ],
+      [
+        "▁pixels",
+        0.0
+      ],
+      [
+        "▁handgun",
+        0.0
+      ],
+      [
+        "▁paras",
+        0.0
+      ],
+      [
+        "▁categor",
+        0.0
+      ],
+      [
+        "▁EL",
+        0.0
+      ],
+      [
+        "▁Rex",
+        0.0
+      ],
+      [
+        "Indeed",
+        0.0
+      ],
+      [
+        "▁kinda",
+        0.0
+      ],
+      [
+        "▁conjunction",
+        0.0
+      ],
+      [
+        "▁Bryan",
+        0.0
+      ],
+      [
+        "▁Manufact",
+        0.0
+      ],
+      [
+        "yang",
+        0.0
+      ],
+      [
+        "Plus",
+        0.0
+      ],
+      [
+        "SQL",
+        0.0
+      ],
+      [
+        "ishment",
+        0.0
+      ],
+      [
+        "▁dominate",
+        0.0
+      ],
+      [
+        "▁nail",
+        0.0
+      ],
+      [
+        "▁oath",
+        0.0
+      ],
+      [
+        "▁erupt",
+        0.0
+      ],
+      [
+        "▁Fine",
+        0.0
+      ],
+      [
+        "itbart",
+        0.0
+      ],
+      [
+        "▁Chip",
+        0.0
+      ],
+      [
+        "▁Abd",
+        0.0
+      ],
+      [
+        "▁Nam",
+        0.0
+      ],
+      [
+        "▁buyer",
+        0.0
+      ],
+      [
+        "▁dissent",
+        0.0
+      ],
+      [
+        "Leaks",
+        0.0
+      ],
+      [
+        "Contin",
+        0.0
+      ],
+      [
+        "▁rider",
+        0.0
+      ],
+      [
+        "▁Someone",
+        0.0
+      ],
+      [
+        "▁illusion",
+        0.0
+      ],
+      [
+        "cin",
+        0.0
+      ],
+      [
+        "▁Boeing",
+        0.0
+      ],
+      [
+        "▁inadequ",
+        0.0
+      ],
+      [
+        "ovation",
+        0.0
+      ],
+      [
+        "iants",
+        0.0
+      ],
+      [
+        "▁rebuild",
+        0.0
+      ],
+      [
+        "450",
+        0.0
+      ],
+      [
+        "▁Destiny",
+        0.0
+      ],
+      [
+        "SW",
+        0.0
+      ],
+      [
+        "▁Till",
+        0.0
+      ],
+      [
+        "Hit",
+        0.0
+      ],
+      [
+        "iaz",
+        0.0
+      ],
+      [
+        "▁Bangl",
+        0.0
+      ],
+      [
+        "achers",
+        0.0
+      ],
+      [
+        "▁Reform",
+        0.0
+      ],
+      [
+        "▁segments",
+        0.0
+      ],
+      [
+        "▁systematic",
+        0.0
+      ],
+      [
+        "dc",
+        0.0
+      ],
+      [
+        "▁Conservatives",
+        0.0
+      ],
+      [
+        "▁portal",
+        0.0
+      ],
+      [
+        "hor",
+        0.0
+      ],
+      [
+        "▁Dragonbound",
+        0.0
+      ],
+      [
+        "▁dragged",
+        0.0
+      ],
+      [
+        "omo",
+        0.0
+      ],
+      [
+        "▁thee",
+        0.0
+      ],
+      [
+        "advert",
+        0.0
+      ],
+      [
+        "▁Reports",
+        0.0
+      ],
+      [
+        "▁Et",
+        0.0
+      ],
+      [
+        "▁barrels",
+        0.0
+      ],
+      [
+        "August",
+        0.0
+      ],
+      [
+        "▁comparisons",
+        0.0
+      ],
+      [
+        "▁hex",
+        0.0
+      ],
+      [
+        "▁anthrop",
+        0.0
+      ],
+      [
+        "\"[",
+        0.0
+      ],
+      [
+        "borough",
+        0.0
+      ],
+      [
+        "abi",
+        0.0
+      ],
+      [
+        "▁pictured",
+        0.0
+      ],
+      [
+        "playing",
+        0.0
+      ],
+      [
+        "▁Address",
+        0.0
+      ],
+      [
+        "▁Mirror",
+        0.0
+      ],
+      [
+        "Smith",
+        0.0
+      ],
+      [
+        "▁tires",
+        0.0
+      ],
+      [
+        "▁NPR",
+        0.0
+      ],
+      [
+        "AAAA",
+        0.0
+      ],
+      [
+        "▁classification",
+        0.0
+      ],
+      [
+        "▁Than",
+        0.0
+      ],
+      [
+        "▁Harm",
+        0.0
+      ],
+      [
+        "▁RA",
+        0.0
+      ],
+      [
+        "▁rejection",
+        0.0
+      ],
+      [
+        "mination",
+        0.0
+      ],
+      [
+        "▁ranged",
+        0.0
+      ],
+      [
+        "▁Falls",
+        0.0
+      ],
+      [
+        "DI",
+        0.0
+      ],
+      [
+        "Host",
+        0.0
+      ],
+      [
+        "ãĤ´",
+        0.0
+      ],
+      [
+        "▁Example",
+        0.0
+      ],
+      [
+        "listed",
+        0.0
+      ],
+      [
+        "thirds",
+        0.0
+      ],
+      [
+        "▁safegu",
+        0.0
+      ],
+      [
+        "brand",
+        0.0
+      ],
+      [
+        "▁probable",
+        0.0
+      ],
+      [
+        "Canada",
+        0.0
+      ],
+      [
+        "ITION",
+        0.0
+      ],
+      [
+        "▁Qaeda",
+        0.0
+      ],
+      [
+        "▁chick",
+        0.0
+      ],
+      [
+        "▁imports",
+        0.0
+      ],
+      [
+        "hit",
+        0.0
+      ],
+      [
+        "loc",
+        0.0
+      ],
+      [
+        "WW",
+        0.0
+      ],
+      [
+        "▁blew",
+        0.0
+      ],
+      [
+        "▁anytime",
+        0.0
+      ],
+      [
+        "▁wholes",
+        0.0
+      ],
+      [
+        "iked",
+        0.0
+      ],
+      [
+        "▁calculation",
+        0.0
+      ],
+      [
+        "create",
+        0.0
+      ],
+      [
+        "▁Ori",
+        0.0
+      ],
+      [
+        "▁upgraded",
+        0.0
+      ],
+      [
+        "▁appar",
+        0.0
+      ],
+      [
+        "utory",
+        0.0
+      ],
+      [
+        "▁Mol",
+        0.0
+      ],
+      [
+        "Brit",
+        0.0
+      ],
+      [
+        "▁Jong",
+        0.0
+      ],
+      [
+        "INAL",
+        0.0
+      ],
+      [
+        "▁Starting",
+        0.0
+      ],
+      [
+        "▁dice",
+        0.0
+      ],
+      [
+        "urtle",
+        0.0
+      ],
+      [
+        "▁relying",
+        0.0
+      ],
+      [
+        "closure",
+        0.0
+      ],
+      [
+        "▁profitable",
+        0.0
+      ],
+      [
+        "▁slaughter",
+        0.0
+      ],
+      [
+        "▁Manual",
+        0.0
+      ],
+      [
+        "caster",
+        0.0
+      ],
+      [
+        "▁\"$",
+        0.0
+      ],
+      [
+        "▁feather",
+        0.0
+      ],
+      [
+        "▁Simply",
+        0.0
+      ],
+      [
+        "ieves",
+        0.0
+      ],
+      [
+        "▁deterior",
+        0.0
+      ],
+      [
+        "▁PCI",
+        0.0
+      ],
+      [
+        "▁stamp",
+        0.0
+      ],
+      [
+        "▁flaws",
+        0.0
+      ],
+      [
+        "▁shade",
+        0.0
+      ],
+      [
+        "hammer",
+        0.0
+      ],
+      [
+        "▁passport",
+        0.0
+      ],
+      [
+        "▁conting",
+        0.0
+      ],
+      [
+        "amel",
+        0.0
+      ],
+      [
+        "▁observers",
+        0.0
+      ],
+      [
+        "▁neglect",
+        0.0
+      ],
+      [
+        "▁RB",
+        0.0
+      ],
+      [
+        "▁Brotherhood",
+        0.0
+      ],
+      [
+        "▁skeptical",
+        0.0
+      ],
+      [
+        "family",
+        0.0
+      ],
+      [
+        "usk",
+        0.0
+      ],
+      [
+        "▁emotionally",
+        0.0
+      ],
+      [
+        "âĻ",
+        0.0
+      ],
+      [
+        "▁Beta",
+        0.0
+      ],
+      [
+        "asonable",
+        0.0
+      ],
+      [
+        "idity",
+        0.0
+      ],
+      [
+        "▁Mul",
+        0.0
+      ],
+      [
+        "▁kicking",
+        0.0
+      ],
+      [
+        "▁Carm",
+        0.0
+      ],
+      [
+        "ollah",
+        0.0
+      ],
+      [
+        "VERTIS",
+        0.0
+      ],
+      [
+        "▁Athen",
+        0.0
+      ],
+      [
+        "▁ladder",
+        0.0
+      ],
+      [
+        "▁Bullet",
+        0.0
+      ],
+      [
+        "å£",
+        0.0
+      ],
+      [
+        "0001",
+        0.0
+      ],
+      [
+        "▁Wildlife",
+        0.0
+      ],
+      [
+        "▁Mask",
+        0.0
+      ],
+      [
+        "▁Nan",
+        0.0
+      ],
+      [
+        "Rev",
+        0.0
+      ],
+      [
+        "▁unacceptable",
+        0.0
+      ],
+      [
+        "legal",
+        0.0
+      ],
+      [
+        "▁crowded",
+        0.0
+      ],
+      [
+        "agi",
+        0.0
+      ],
+      [
+        "▁Cox",
+        0.0
+      ],
+      [
+        "je",
+        0.0
+      ],
+      [
+        "▁morality",
+        0.0
+      ],
+      [
+        "▁fuels",
+        0.0
+      ],
+      [
+        "▁cables",
+        0.0
+      ],
+      [
+        "▁mankind",
+        0.0
+      ],
+      [
+        "▁Caribbean",
+        0.0
+      ],
+      [
+        "▁anchor",
+        0.0
+      ],
+      [
+        "▁byte",
+        0.0
+      ],
+      [
+        "▁Often",
+        0.0
+      ],
+      [
+        "▁Oz",
+        0.0
+      ],
+      [
+        "▁crafted",
+        0.0
+      ],
+      [
+        "▁historian",
+        0.0
+      ],
+      [
+        "▁Wu",
+        0.0
+      ],
+      [
+        "▁towers",
+        0.0
+      ],
+      [
+        "▁Citizens",
+        0.0
+      ],
+      [
+        "▁helm",
+        0.0
+      ],
+      [
+        "▁credentials",
+        0.0
+      ],
+      [
+        "▁singular",
+        0.0
+      ],
+      [
+        "▁Jesse",
+        0.0
+      ],
+      [
+        "▁tackles",
+        0.0
+      ],
+      [
+        "▁contempt",
+        0.0
+      ],
+      [
+        "▁afore",
+        0.0
+      ],
+      [
+        "▁Shadows",
+        0.0
+      ],
+      [
+        "▁nil",
+        0.0
+      ],
+      [
+        "▁urgent",
+        0.0
+      ],
+      [
+        "apple",
+        0.0
+      ],
+      [
+        "blood",
+        0.0
+      ],
+      [
+        "▁von",
+        0.0
+      ],
+      [
+        "▁offline",
+        0.0
+      ],
+      [
+        "▁breathe",
+        0.0
+      ],
+      [
+        "▁jumps",
+        0.0
+      ],
+      [
+        "▁irrelevant",
+        0.0
+      ],
+      [
+        "oxic",
+        0.0
+      ],
+      [
+        "omal",
+        0.0
+      ],
+      [
+        "important",
+        0.0
+      ],
+      [
+        "Jim",
+        0.0
+      ],
+      [
+        "▁gloves",
+        0.0
+      ],
+      [
+        "arming",
+        0.0
+      ],
+      [
+        "depth",
+        0.0
+      ],
+      [
+        "▁talents",
+        0.0
+      ],
+      [
+        "ookie",
+        0.0
+      ],
+      [
+        "▁SB",
+        0.0
+      ],
+      [
+        "▁palm",
+        0.0
+      ],
+      [
+        "uffs",
+        0.0
+      ],
+      [
+        "esta",
+        0.0
+      ],
+      [
+        "IGH",
+        0.0
+      ],
+      [
+        "▁canon",
+        0.0
+      ],
+      [
+        "▁Verizon",
+        0.0
+      ],
+      [
+        "▁Ple",
+        0.0
+      ],
+      [
+        "▁coupled",
+        0.0
+      ],
+      [
+        "velt",
+        0.0
+      ],
+      [
+        "▁fundraising",
+        0.0
+      ],
+      [
+        "▁Getting",
+        0.0
+      ],
+      [
+        "▁DLC",
+        0.0
+      ],
+      [
+        "▁mathematical",
+        0.0
+      ],
+      [
+        "▁HS",
+        0.0
+      ],
+      [
+        "▁Cardinals",
+        0.0
+      ],
+      [
+        "telling",
+        0.0
+      ],
+      [
+        "▁sponsors",
+        0.0
+      ],
+      [
+        "▁Ï",
+        0.0
+      ],
+      [
+        "▁Bulls",
+        0.0
+      ],
+      [
+        "option",
+        0.0
+      ],
+      [
+        "▁propose",
+        0.0
+      ],
+      [
+        "▁memorable",
+        0.0
+      ],
+      [
+        "▁embraced",
+        0.0
+      ],
+      [
+        "▁declining",
+        0.0
+      ],
+      [
+        "Health",
+        0.0
+      ],
+      [
+        "eda",
+        0.0
+      ],
+      [
+        "▁};",
+        0.0
+      ],
+      [
+        "▁spam",
+        0.0
+      ],
+      [
+        "mile",
+        0.0
+      ],
+      [
+        "▁pitcher",
+        0.0
+      ],
+      [
+        "▁Eight",
+        0.0
+      ],
+      [
+        "▁caring",
+        0.0
+      ],
+      [
+        "utic",
+        0.0
+      ],
+      [
+        "role",
+        0.0
+      ],
+      [
+        "▁airline",
+        0.0
+      ],
+      [
+        "ernandez",
+        0.0
+      ],
+      [
+        "▁Athlet",
+        0.0
+      ],
+      [
+        "▁certification",
+        0.0
+      ],
+      [
+        "uxe",
+        0.0
+      ],
+      [
+        "riger",
+        0.0
+      ],
+      [
+        "▁empir",
+        0.0
+      ],
+      [
+        "▁sensation",
+        0.0
+      ],
+      [
+        "▁dism",
+        0.0
+      ],
+      [
+        "▁bolt",
+        0.0
+      ],
+      [
+        "▁evolve",
+        0.0
+      ],
+      [
+        "House",
+        0.0
+      ],
+      [
+        "▁consultation",
+        0.0
+      ],
+      [
+        "▁Duty",
+        0.0
+      ],
+      [
+        "▁touches",
+        0.0
+      ],
+      [
+        "▁Nathan",
+        0.0
+      ],
+      [
+        "▁faint",
+        0.0
+      ],
+      [
+        "had",
+        0.0
+      ],
+      [
+        "\"(",
+        0.0
+      ],
+      [
+        "▁Consumer",
+        0.0
+      ],
+      [
+        "▁Extreme",
+        0.0
+      ],
+      [
+        "▁127",
+        0.0
+      ],
+      [
+        "▁Herm",
+        0.0
+      ],
+      [
+        "▁Sacrament",
+        0.0
+      ],
+      [
+        "izoph",
+        0.0
+      ],
+      [
+        "▁anxious",
+        0.0
+      ],
+      [
+        "ulously",
+        0.0
+      ],
+      [
+        "▁socially",
+        0.0
+      ],
+      [
+        "▁UTC",
+        0.0
+      ],
+      [
+        "▁solving",
+        0.0
+      ],
+      [
+        "▁Letter",
+        0.0
+      ],
+      [
+        "History",
+        0.0
+      ],
+      [
+        "educ",
+        0.0
+      ],
+      [
+        "Price",
+        0.0
+      ],
+      [
+        "));",
+        0.0
+      ],
+      [
+        "▁reload",
+        0.0
+      ],
+      [
+        "amic",
+        0.0
+      ],
+      [
+        "▁pork",
+        0.0
+      ],
+      [
+        "▁discourse",
+        0.0
+      ],
+      [
+        "▁tournaments",
+        0.0
+      ],
+      [
+        "airo",
+        0.0
+      ],
+      [
+        "▁Kur",
+        0.0
+      ],
+      [
+        "▁Costa",
+        0.0
+      ],
+      [
+        "▁violating",
+        0.0
+      ],
+      [
+        "▁interfere",
+        0.0
+      ],
+      [
+        "▁recreational",
+        0.0
+      ],
+      [
+        "uffle",
+        0.0
+      ],
+      [
+        "▁speeches",
+        0.0
+      ],
+      [
+        "▁needing",
+        0.0
+      ],
+      [
+        "▁remembers",
+        0.0
+      ],
+      [
+        "▁credited",
+        0.0
+      ],
+      [
+        "nia",
+        0.0
+      ],
+      [
+        "focused",
+        0.0
+      ],
+      [
+        "amera",
+        0.0
+      ],
+      [
+        "▁bru",
+        0.0
+      ],
+      [
+        "umbs",
+        0.0
+      ],
+      [
+        "▁Cuban",
+        0.0
+      ],
+      [
+        "▁preceding",
+        0.0
+      ],
+      [
+        "▁nonsense",
+        0.0
+      ],
+      [
+        "acial",
+        0.0
+      ],
+      [
+        "▁smartphones",
+        0.0
+      ],
+      [
+        "▁Stories",
+        0.0
+      ],
+      [
+        "Sports",
+        0.0
+      ],
+      [
+        "▁Emergency",
+        0.0
+      ],
+      [
+        "ouncing",
+        0.0
+      ],
+      [
+        "efined",
+        0.0
+      ],
+      [
+        "▁ber",
+        0.0
+      ],
+      [
+        "▁consulting",
+        0.0
+      ],
+      [
+        "▁masters",
+        0.0
+      ],
+      [
+        "heastern",
+        0.0
+      ],
+      [
+        ".\"[",
+        0.0
+      ],
+      [
+        "▁Running",
+        0.0
+      ],
+      [
+        "▁suscept",
+        0.0
+      ],
+      [
+        "▁Feng",
+        0.0
+      ],
+      [
+        "America",
+        0.0
+      ],
+      [
+        "prises",
+        0.0
+      ],
+      [
+        "stitial",
+        0.0
+      ],
+      [
+        "▁Weekly",
+        0.0
+      ],
+      [
+        "▁Greater",
+        0.0
+      ],
+      [
+        "modules",
+        0.0
+      ],
+      [
+        "ifter",
+        0.0
+      ],
+      [
+        "Graphics",
+        0.0
+      ],
+      [
+        "uler",
+        0.0
+      ],
+      [
+        "▁wholly",
+        0.0
+      ],
+      [
+        "▁suppress",
+        0.0
+      ],
+      [
+        "▁concealed",
+        0.0
+      ],
+      [
+        "▁happily",
+        0.0
+      ],
+      [
+        "▁accepts",
+        0.0
+      ],
+      [
+        "▁Enjoy",
+        0.0
+      ],
+      [
+        "▁rivers",
+        0.0
+      ],
+      [
+        "▁Except",
+        0.0
+      ],
+      [
+        "225",
+        0.0
+      ],
+      [
+        "▁NHS",
+        0.0
+      ],
+      [
+        "▁McConnell",
+        0.0
+      ],
+      [
+        "▁pussy",
+        0.0
+      ],
+      [
+        "ferred",
+        0.0
+      ],
+      [
+        "utable",
+        0.0
+      ],
+      [
+        "▁attain",
+        0.0
+      ],
+      [
+        "▁>=",
+        0.0
+      ],
+      [
+        "▁deposits",
+        0.0
+      ],
+      [
+        "rophic",
+        0.0
+      ],
+      [
+        "▁notorious",
+        0.0
+      ],
+      [
+        "▁Shaw",
+        0.0
+      ],
+      [
+        "ilitation",
+        0.0
+      ],
+      [
+        "▁epidemic",
+        0.0
+      ],
+      [
+        "allic",
+        0.0
+      ],
+      [
+        "▁smallest",
+        0.0
+      ],
+      [
+        "ovich",
+        0.0
+      ],
+      [
+        "▁accessories",
+        0.0
+      ],
+      [
+        "perties",
+        0.0
+      ],
+      [
+        "▁surplus",
+        0.0
+      ],
+      [
+        "▁Mech",
+        0.0
+      ],
+      [
+        "▁ambig",
+        0.0
+      ],
+      [
+        "▁Immigration",
+        0.0
+      ],
+      [
+        "▁chim",
+        0.0
+      ],
+      [
+        "eval",
+        0.0
+      ],
+      [
+        "▁practicing",
+        0.0
+      ],
+      [
+        "▁Mystery",
+        0.0
+      ],
+      [
+        "▁domains",
+        0.0
+      ],
+      [
+        "▁Silicon",
+        0.0
+      ],
+      [
+        "apps",
+        0.0
+      ],
+      [
+        "▁kilometers",
+        0.0
+      ],
+      [
+        "ea",
+        0.0
+      ],
+      [
+        "▁Smash",
+        0.0
+      ],
+      [
+        "▁warranty",
+        0.0
+      ],
+      [
+        "▁nost",
+        0.0
+      ],
+      [
+        "sil",
+        0.0
+      ],
+      [
+        "rev",
+        0.0
+      ],
+      [
+        "Jon",
+        0.0
+      ],
+      [
+        "▁Dublin",
+        0.0
+      ],
+      [
+        "▁tastes",
+        0.0
+      ],
+      [
+        "▁bout",
+        0.0
+      ],
+      [
+        "great",
+        0.0
+      ],
+      [
+        "error",
+        0.0
+      ],
+      [
+        "▁switches",
+        0.0
+      ],
+      [
+        "▁Bapt",
+        0.0
+      ],
+      [
+        "DO",
+        0.0
+      ],
+      [
+        "oki",
+        0.0
+      ],
+      [
+        "▁sourced",
+        0.0
+      ],
+      [
+        "produ",
+        0.0
+      ],
+      [
+        "▁attachment",
+        0.0
+      ],
+      [
+        "▁Issue",
+        0.0
+      ],
+      [
+        "▁Question",
+        0.0
+      ],
+      [
+        "Join",
+        0.0
+      ],
+      [
+        "▁fitted",
+        0.0
+      ],
+      [
+        "▁unlawful",
+        0.0
+      ],
+      [
+        "^^",
+        0.0
+      ],
+      [
+        "erek",
+        0.0
+      ],
+      [
+        "▁authentication",
+        0.0
+      ],
+      [
+        "▁stole",
+        0.0
+      ],
+      [
+        "▁accountability",
+        0.0
+      ],
+      [
+        "label",
+        0.0
+      ],
+      [
+        "Search",
+        0.0
+      ],
+      [
+        "▁albeit",
+        0.0
+      ],
+      [
+        "atican",
+        0.0
+      ],
+      [
+        "funded",
+        0.0
+      ],
+      [
+        "▁Adding",
+        0.0
+      ],
+      [
+        "▁IQ",
+        0.0
+      ],
+      [
+        "▁submar",
+        0.0
+      ],
+      [
+        "lit",
+        0.0
+      ],
+      [
+        "aque",
+        0.0
+      ],
+      [
+        "▁Learning",
+        0.0
+      ],
+      [
+        "▁integer",
+        0.0
+      ],
+      [
+        "Master",
+        0.0
+      ],
+      [
+        "▁Chrom",
+        0.0
+      ],
+      [
+        "▁premier",
+        0.0
+      ],
+      [
+        "Op",
+        0.0
+      ],
+      [
+        "▁Liu",
+        0.0
+      ],
+      [
+        "▁blessed",
+        0.0
+      ],
+      [
+        "▁Globe",
+        0.0
+      ],
+      [
+        "▁Response",
+        0.0
+      ],
+      [
+        "▁legitim",
+        0.0
+      ],
+      [
+        "▁Merkel",
+        0.0
+      ],
+      [
+        "▁disposal",
+        0.0
+      ],
+      [
+        "´",
+        0.0
+      ],
+      [
+        "▁gauge",
+        0.0
+      ],
+      [
+        "peat",
+        0.0
+      ],
+      [
+        "▁induced",
+        0.0
+      ],
+      [
+        "▁questionable",
+        0.0
+      ],
+      [
+        "arthy",
+        0.0
+      ],
+      [
+        "▁Vit",
+        0.0
+      ],
+      [
+        "▁Feed",
+        0.0
+      ],
+      [
+        "Until",
+        0.0
+      ],
+      [
+        "Ut",
+        0.0
+      ],
+      [
+        "worthy",
+        0.0
+      ],
+      [
+        "RY",
+        0.0
+      ],
+      [
+        "▁Herald",
+        0.0
+      ],
+      [
+        "▁Hammer",
+        0.0
+      ],
+      [
+        "▁medal",
+        0.0
+      ],
+      [
+        "▁Rivers",
+        0.0
+      ],
+      [
+        "▁Hack",
+        0.0
+      ],
+      [
+        "▁clarify",
+        0.0
+      ],
+      [
+        "▁tracked",
+        0.0
+      ],
+      [
+        "▁autonomous",
+        0.0
+      ],
+      [
+        "▁tenant",
+        0.0
+      ],
+      [
+        "▁Qatar",
+        0.0
+      ],
+      [
+        "erie",
+        0.0
+      ],
+      [
+        "▁grim",
+        0.0
+      ],
+      [
+        "▁Monitor",
+        0.0
+      ],
+      [
+        "▁resistant",
+        0.0
+      ],
+      [
+        "▁Spec",
+        0.0
+      ],
+      [
+        "▁Wells",
+        0.0
+      ],
+      [
+        "NAS",
+        0.0
+      ],
+      [
+        "148",
+        0.0
+      ],
+      [
+        "▁miners",
+        0.0
+      ],
+      [
+        "iotics",
+        0.0
+      ],
+      [
+        "▁misses",
+        0.0
+      ],
+      [
+        "116",
+        0.0
+      ],
+      [
+        "gian",
+        0.0
+      ],
+      [
+        "git",
+        0.0
+      ],
+      [
+        "▁Eyes",
+        0.0
+      ],
+      [
+        "pres",
+        0.0
+      ],
+      [
+        "▁graduated",
+        0.0
+      ],
+      [
+        "▁angel",
+        0.0
+      ],
+      [
+        "▁synchron",
+        0.0
+      ],
+      [
+        "▁efficiently",
+        0.0
+      ],
+      [
+        "▁transmitted",
+        0.0
+      ],
+      [
+        "Harry",
+        0.0
+      ],
+      [
+        "▁globally",
+        0.0
+      ],
+      [
+        "ENCE",
+        0.0
+      ],
+      [
+        "▁Montana",
+        0.0
+      ],
+      [
+        "raged",
+        0.0
+      ],
+      [
+        "▁Prevention",
+        0.0
+      ],
+      [
+        "▁piss",
+        0.0
+      ],
+      [
+        "▁Ll",
+        0.0
+      ],
+      [
+        "▁shelf",
+        0.0
+      ],
+      [
+        "▁BJP",
+        0.0
+      ],
+      [
+        "▁Testament",
+        0.0
+      ],
+      [
+        "▁Late",
+        0.0
+      ],
+      [
+        "iker",
+        0.0
+      ],
+      [
+        "▁Happ",
+        0.0
+      ],
+      [
+        "▁Julian",
+        0.0
+      ],
+      [
+        "hall",
+        0.0
+      ],
+      [
+        "▁spont",
+        0.0
+      ],
+      [
+        "▁shutdown",
+        0.0
+      ],
+      [
+        "▁inconsistent",
+        0.0
+      ],
+      [
+        "▁subscribers",
+        0.0
+      ],
+      [
+        "▁skeleton",
+        0.0
+      ],
+      [
+        "▁Nebraska",
+        0.0
+      ],
+      [
+        "▁inspire",
+        0.0
+      ],
+      [
+        "▁Void",
+        0.0
+      ],
+      [
+        "Feed",
+        0.0
+      ],
+      [
+        "▁angles",
+        0.0
+      ],
+      [
+        "▁Springs",
+        0.0
+      ],
+      [
+        "▁benchmark",
+        0.0
+      ],
+      [
+        "▁vaccines",
+        0.0
+      ],
+      [
+        "izophren",
+        0.0
+      ],
+      [
+        "sexual",
+        0.0
+      ],
+      [
+        "uffed",
+        0.0
+      ],
+      [
+        "▁shine",
+        0.0
+      ],
+      [
+        "▁Kath",
+        0.0
+      ],
+      [
+        "▁gesture",
+        0.0
+      ],
+      [
+        "inea",
+        0.0
+      ],
+      [
+        "▁rip",
+        0.0
+      ],
+      [
+        "▁oppression",
+        0.0
+      ],
+      [
+        "▁conscience",
+        0.0
+      ],
+      [
+        "bt",
+        0.0
+      ],
+      [
+        "▁Lum",
+        0.0
+      ],
+      [
+        "▁incidence",
+        0.0
+      ],
+      [
+        "▁Fa",
+        0.0
+      ],
+      [
+        "wr",
+        0.0
+      ],
+      [
+        "▁mineral",
+        0.0
+      ],
+      [
+        "▁Spurs",
+        0.0
+      ],
+      [
+        "alky",
+        0.0
+      ],
+      [
+        "▁thunder",
+        0.0
+      ],
+      [
+        "▁opio",
+        0.0
+      ],
+      [
+        "Being",
+        0.0
+      ],
+      [
+        "▁Palm",
+        0.0
+      ],
+      [
+        "▁wasted",
+        0.0
+      ],
+      [
+        "▁lb",
+        0.0
+      ],
+      [
+        "iaries",
+        0.0
+      ],
+      [
+        "▁Initiative",
+        0.0
+      ],
+      [
+        "▁curric",
+        0.0
+      ],
+      [
+        "▁marker",
+        0.0
+      ],
+      [
+        "▁McL",
+        0.0
+      ],
+      [
+        "▁extensions",
+        0.0
+      ],
+      [
+        "▁Pv",
+        0.0
+      ],
+      [
+        "▁Arms",
+        0.0
+      ],
+      [
+        "▁offerings",
+        0.0
+      ],
+      [
+        "▁defenses",
+        0.0
+      ],
+      [
+        "▁vendor",
+        0.0
+      ],
+      [
+        "▁contradict",
+        0.0
+      ],
+      [
+        "▁Colin",
+        0.0
+      ],
+      [
+        "▁reddit",
+        0.0
+      ],
+      [
+        "▁peripher",
+        0.0
+      ],
+      [
+        "122",
+        0.0
+      ],
+      [
+        "▁sins",
+        0.0
+      ],
+      [
+        "Edit",
+        0.0
+      ],
+      [
+        "ICT",
+        0.0
+      ],
+      [
+        "Soft",
+        0.0
+      ],
+      [
+        "▁Shah",
+        0.0
+      ],
+      [
+        "▁administrator",
+        0.0
+      ],
+      [
+        "▁Trip",
+        0.0
+      ],
+      [
+        "▁pornography",
+        0.0
+      ],
+      [
+        "▁tuition",
+        0.0
+      ],
+      [
+        "inence",
+        0.0
+      ],
+      [
+        "▁Progress",
+        0.0
+      ],
+      [
+        "▁catalog",
+        0.0
+      ],
+      [
+        "▁suite",
+        0.0
+      ],
+      [
+        "▁hike",
+        0.0
+      ],
+      [
+        "▁reproductive",
+        0.0
+      ],
+      [
+        "engine",
+        0.0
+      ],
+      [
+        "▁drought",
+        0.0
+      ],
+      [
+        "▁Noah",
+        0.0
+      ],
+      [
+        "▁230",
+        0.0
+      ],
+      [
+        "▁dude",
+        0.0
+      ],
+      [
+        "▁relaxed",
+        0.0
+      ],
+      [
+        "▁partition",
+        0.0
+      ],
+      [
+        "▁participant",
+        0.0
+      ],
+      [
+        "▁telesc",
+        0.0
+      ],
+      [
+        "▁feas",
+        0.0
+      ],
+      [
+        "▁FF",
+        0.0
+      ],
+      [
+        "owner",
+        0.0
+      ],
+      [
+        "▁sweeping",
+        0.0
+      ],
+      [
+        "▁lenses",
+        0.0
+      ],
+      [
+        "▁matchup",
+        0.0
+      ],
+      [
+        "▁Repl",
+        0.0
+      ],
+      [
+        "ournals",
+        0.0
+      ],
+      [
+        "▁credible",
+        0.0
+      ],
+      [
+        "▁grandmother",
+        0.0
+      ],
+      [
+        "▁thermal",
+        0.0
+      ],
+      [
+        "▁subscribing",
+        0.0
+      ],
+      [
+        "▁identities",
+        0.0
+      ],
+      [
+        "colm",
+        0.0
+      ],
+      [
+        "UCT",
+        0.0
+      ],
+      [
+        "▁reluctant",
+        0.0
+      ],
+      [
+        "users",
+        0.0
+      ],
+      [
+        "▁Cort",
+        0.0
+      ],
+      [
+        "▁assisted",
+        0.0
+      ],
+      [
+        "OSS",
+        0.0
+      ],
+      [
+        "ATIONS",
+        0.0
+      ],
+      [
+        "ISH",
+        0.0
+      ],
+      [
+        "▁pharmaceutical",
+        0.0
+      ],
+      [
+        "icable",
+        0.0
+      ],
+      [
+        "adian",
+        0.0
+      ],
+      [
+        "▁Sonic",
+        0.0
+      ],
+      [
+        "▁Fury",
+        0.0
+      ],
+      [
+        "▁Mong",
+        0.0
+      ],
+      [
+        "AH",
+        0.0
+      ],
+      [
+        "▁Psychology",
+        0.0
+      ],
+      [
+        "▁phosph",
+        0.0
+      ],
+      [
+        "▁treats",
+        0.0
+      ],
+      [
+        "ŃĶ",
+        0.0
+      ],
+      [
+        "▁steadily",
+        0.0
+      ],
+      [
+        "▁Hello",
+        0.0
+      ],
+      [
+        "▁relates",
+        0.0
+      ],
+      [
+        "▁clue",
+        0.0
+      ],
+      [
+        "Expl",
+        0.0
+      ],
+      [
+        "auth",
+        0.0
+      ],
+      [
+        "▁revision",
+        0.0
+      ],
+      [
+        "▁eld",
+        0.0
+      ],
+      [
+        "osion",
+        0.0
+      ],
+      [
+        "▁bron",
+        0.0
+      ],
+      [
+        "144",
+        0.0
+      ],
+      [
+        "rikes",
+        0.0
+      ],
+      [
+        "▁mines",
+        0.0
+      ],
+      [
+        "▁blanket",
+        0.0
+      ],
+      [
+        "▁Fail",
+        0.0
+      ],
+      [
+        "eled",
+        0.0
+      ],
+      [
+        "▁Imagine",
+        0.0
+      ],
+      [
+        "▁Planned",
+        0.0
+      ],
+      [
+        "aic",
+        0.0
+      ],
+      [
+        "Request",
+        0.0
+      ],
+      [
+        "Mad",
+        0.0
+      ],
+      [
+        "▁Horse",
+        0.0
+      ],
+      [
+        "▁Eagle",
+        0.0
+      ],
+      [
+        "▁capac",
+        0.0
+      ],
+      [
+        "157",
+        0.0
+      ],
+      [
+        "▁ling",
+        0.0
+      ],
+      [
+        "▁Nice",
+        0.0
+      ],
+      [
+        "▁Parenthood",
+        0.0
+      ],
+      [
+        "minster",
+        0.0
+      ],
+      [
+        "ogs",
+        0.0
+      ],
+      [
+        "ensitive",
+        0.0
+      ],
+      [
+        "Nothing",
+        0.0
+      ],
+      [
+        "▁carn",
+        0.0
+      ],
+      [
+        "Fin",
+        0.0
+      ],
+      [
+        "▁PE",
+        0.0
+      ],
+      [
+        "▁rifles",
+        0.0
+      ],
+      [
+        "▁LP",
+        0.0
+      ],
+      [
+        "Sand",
+        0.0
+      ],
+      [
+        "▁guiActive",
+        0.0
+      ],
+      [
+        "▁tourist",
+        0.0
+      ],
+      [
+        "CNN",
+        0.0
+      ],
+      [
+        "▁unveiled",
+        0.0
+      ],
+      [
+        "▁predecessor",
+        0.0
+      ],
+      [
+        "}{",
+        0.0
+      ],
+      [
+        "uber",
+        0.0
+      ],
+      [
+        "▁offshore",
+        0.0
+      ],
+      [
+        "▁optical",
+        0.0
+      ],
+      [
+        "▁Rot",
+        0.0
+      ],
+      [
+        "▁Pearl",
+        0.0
+      ],
+      [
+        "eton",
+        0.0
+      ],
+      [
+        "▁stared",
+        0.0
+      ],
+      [
+        "▁farther",
+        0.0
+      ],
+      [
+        "atility",
+        0.0
+      ],
+      [
+        "contin",
+        0.0
+      ],
+      [
+        "▁Gy",
+        0.0
+      ],
+      [
+        "▁Foster",
+        0.0
+      ],
+      [
+        "▁Coc",
+        0.0
+      ],
+      [
+        "rients",
+        0.0
+      ],
+      [
+        "▁designing",
+        0.0
+      ],
+      [
+        "▁Economy",
+        0.0
+      ],
+      [
+        "ONG",
+        0.0
+      ],
+      [
+        "Women",
+        0.0
+      ],
+      [
+        "▁Nancy",
+        0.0
+      ],
+      [
+        "erver",
+        0.0
+      ],
+      [
+        "▁mascul",
+        0.0
+      ],
+      [
+        "▁casualties",
+        0.0
+      ],
+      [
+        "▁225",
+        0.0
+      ],
+      [
+        "▁Sullivan",
+        0.0
+      ],
+      [
+        "▁Choice",
+        0.0
+      ],
+      [
+        "▁aster",
+        0.0
+      ],
+      [
+        "ws",
+        0.0
+      ],
+      [
+        "▁hotels",
+        0.0
+      ],
+      [
+        "▁considerations",
+        0.0
+      ],
+      [
+        "▁couch",
+        0.0
+      ],
+      [
+        "▁Strip",
+        0.0
+      ],
+      [
+        "▁Gn",
+        0.0
+      ],
+      [
+        "▁manipulate",
+        0.0
+      ],
+      [
+        "lied",
+        0.0
+      ],
+      [
+        "▁synthetic",
+        0.0
+      ],
+      [
+        "▁assaulted",
+        0.0
+      ],
+      [
+        "▁offenses",
+        0.0
+      ],
+      [
+        "▁Drake",
+        0.0
+      ],
+      [
+        "▁impe",
+        0.0
+      ],
+      [
+        "October",
+        0.0
+      ],
+      [
+        "▁Heritage",
+        0.0
+      ],
+      [
+        "hl",
+        0.0
+      ],
+      [
+        "▁Blair",
+        0.0
+      ],
+      [
+        "Unlike",
+        0.0
+      ],
+      [
+        "▁grief",
+        0.0
+      ],
+      [
+        "▁450",
+        0.0
+      ],
+      [
+        "▁opted",
+        0.0
+      ],
+      [
+        "▁resignation",
+        0.0
+      ],
+      [
+        "ilo",
+        0.0
+      ],
+      [
+        "▁verse",
+        0.0
+      ],
+      [
+        "▁Tomb",
+        0.0
+      ],
+      [
+        "▁upt",
+        0.0
+      ],
+      [
+        "▁aired",
+        0.0
+      ],
+      [
+        "▁Hook",
+        0.0
+      ],
+      [
+        "▁MLB",
+        0.0
+      ],
+      [
+        "▁assumes",
+        0.0
+      ],
+      [
+        "outed",
+        0.0
+      ],
+      [
+        "▁Vers",
+        0.0
+      ],
+      [
+        "▁inferior",
+        0.0
+      ],
+      [
+        "▁bundle",
+        0.0
+      ],
+      [
+        "▁DNS",
+        0.0
+      ],
+      [
+        "ographer",
+        0.0
+      ],
+      [
+        "▁multip",
+        0.0
+      ],
+      [
+        "▁Souls",
+        0.0
+      ],
+      [
+        "▁illustrated",
+        0.0
+      ],
+      [
+        "▁tactic",
+        0.0
+      ],
+      [
+        "▁dressing",
+        0.0
+      ],
+      [
+        "▁duo",
+        0.0
+      ],
+      [
+        "Conf",
+        0.0
+      ],
+      [
+        "▁relent",
+        0.0
+      ],
+      [
+        "▁cant",
+        0.0
+      ],
+      [
+        "▁scarce",
+        0.0
+      ],
+      [
+        "▁candy",
+        0.0
+      ],
+      [
+        "▁CF",
+        0.0
+      ],
+      [
+        "▁affiliated",
+        0.0
+      ],
+      [
+        "▁sprint",
+        0.0
+      ],
+      [
+        "ylan",
+        0.0
+      ],
+      [
+        "▁Garcia",
+        0.0
+      ],
+      [
+        "▁junk",
+        0.0
+      ],
+      [
+        "Print",
+        0.0
+      ],
+      [
+        "exec",
+        0.0
+      ],
+      [
+        "Crit",
+        0.0
+      ],
+      [
+        "▁portrait",
+        0.0
+      ],
+      [
+        "iries",
+        0.0
+      ],
+      [
+        "▁OFF",
+        0.0
+      ],
+      [
+        "▁disputes",
+        0.0
+      ],
+      [
+        "WR",
+        0.0
+      ],
+      [
+        "Love",
+        0.0
+      ],
+      [
+        "ãģĦ",
+        0.0
+      ],
+      [
+        "▁Reyn",
+        0.0
+      ],
+      [
+        "▁hipp",
+        0.0
+      ],
+      [
+        "opath",
+        0.0
+      ],
+      [
+        "▁floors",
+        0.0
+      ],
+      [
+        "▁Feel",
+        0.0
+      ],
+      [
+        "▁worries",
+        0.0
+      ],
+      [
+        "▁settlements",
+        0.0
+      ],
+      [
+        "▁Pos",
+        0.0
+      ],
+      [
+        "▁mosque",
+        0.0
+      ],
+      [
+        "▁finals",
+        0.0
+      ],
+      [
+        "▁crushed",
+        0.0
+      ],
+      [
+        "▁Probably",
+        0.0
+      ],
+      [
+        "▁Bot",
+        0.0
+      ],
+      [
+        "▁Mans",
+        0.0
+      ],
+      [
+        "▁Period",
+        0.0
+      ],
+      [
+        "▁sovereignty",
+        0.0
+      ],
+      [
+        "▁seller",
+        0.0
+      ],
+      [
+        "▁apost",
+        0.0
+      ],
+      [
+        "▁amateur",
+        0.0
+      ],
+      [
+        "▁dorm",
+        0.0
+      ],
+      [
+        "▁consuming",
+        0.0
+      ],
+      [
+        "▁armour",
+        0.0
+      ],
+      [
+        "▁Roose",
+        0.0
+      ],
+      [
+        "▁intensive",
+        0.0
+      ],
+      [
+        "▁eliminating",
+        0.0
+      ],
+      [
+        "▁Sunni",
+        0.0
+      ],
+      [
+        "▁Aleppo",
+        0.0
+      ],
+      [
+        "jin",
+        0.0
+      ],
+      [
+        "▁advise",
+        0.0
+      ],
+      [
+        "pal",
+        0.0
+      ],
+      [
+        "▁Halo",
+        0.0
+      ],
+      [
+        "▁descent",
+        0.0
+      ],
+      [
+        "▁simpler",
+        0.0
+      ],
+      [
+        "▁booth",
+        0.0
+      ],
+      [
+        "STR",
+        0.0
+      ],
+      [
+        "Later",
+        0.0
+      ],
+      [
+        "▁Cave",
+        0.0
+      ],
+      [
+        "===",
+        0.0
+      ],
+      [
+        "▁mol",
+        0.0
+      ],
+      [
+        "▁fist",
+        0.0
+      ],
+      [
+        "▁shotgun",
+        0.0
+      ],
+      [
+        "supp",
+        0.0
+      ],
+      [
+        "▁robbery",
+        0.0
+      ],
+      [
+        "Effect",
+        0.0
+      ],
+      [
+        "▁obscure",
+        0.0
+      ],
+      [
+        "▁Professional",
+        0.0
+      ],
+      [
+        "▁embassy",
+        0.0
+      ],
+      [
+        "▁militant",
+        0.0
+      ],
+      [
+        "▁incarcer",
+        0.0
+      ],
+      [
+        "▁generates",
+        0.0
+      ],
+      [
+        "▁launches",
+        0.0
+      ],
+      [
+        "▁administrators",
+        0.0
+      ],
+      [
+        "▁shaft",
+        0.0
+      ],
+      [
+        "▁circular",
+        0.0
+      ],
+      [
+        "▁freshman",
+        0.0
+      ],
+      [
+        "▁Wes",
+        0.0
+      ],
+      [
+        "▁Joel",
+        0.0
+      ],
+      [
+        "▁Drew",
+        0.0
+      ],
+      [
+        "▁Duncan",
+        0.0
+      ],
+      [
+        "▁Apparently",
+        0.0
+      ],
+      [
+        "sight",
+        0.0
+      ],
+      [
+        "▁Internal",
+        0.0
+      ],
+      [
+        "▁Individual",
+        0.0
+      ],
+      [
+        "▁FE",
+        0.0
+      ],
+      [
+        "▁bore",
+        0.0
+      ],
+      [
+        "▁Mt",
+        0.0
+      ],
+      [
+        "▁broadly",
+        0.0
+      ],
+      [
+        "▁Options",
+        0.0
+      ],
+      [
+        "ountain",
+        0.0
+      ],
+      [
+        "ipes",
+        0.0
+      ],
+      [
+        "▁Videos",
+        0.0
+      ],
+      [
+        "204",
+        0.0
+      ],
+      [
+        "▁hills",
+        0.0
+      ],
+      [
+        "▁simulation",
+        0.0
+      ],
+      [
+        "▁disappointment",
+        0.0
+      ],
+      [
+        "itan",
+        0.0
+      ],
+      [
+        "▁Laboratory",
+        0.0
+      ],
+      [
+        "▁upward",
+        0.0
+      ],
+      [
+        "▁boundary",
+        0.0
+      ],
+      [
+        "▁darker",
+        0.0
+      ],
+      [
+        "hart",
+        0.0
+      ],
+      [
+        "▁dominance",
+        0.0
+      ],
+      [
+        "Cong",
+        0.0
+      ],
+      [
+        "▁Oracle",
+        0.0
+      ],
+      [
+        "▁Lords",
+        0.0
+      ],
+      [
+        "▁scholarship",
+        0.0
+      ],
+      [
+        "▁Vincent",
+        0.0
+      ],
+      [
+        "ede",
+        0.0
+      ],
+      [
+        "▁Rah",
+        0.0
+      ],
+      [
+        "▁encourages",
+        0.0
+      ],
+      [
+        "rov",
+        0.0
+      ],
+      [
+        "▁quo",
+        0.0
+      ],
+      [
+        "▁premise",
+        0.0
+      ],
+      [
+        "▁Crisis",
+        0.0
+      ],
+      [
+        "▁Holocaust",
+        0.0
+      ],
+      [
+        "▁rhythm",
+        0.0
+      ],
+      [
+        "▁metric",
+        0.0
+      ],
+      [
+        "club",
+        0.0
+      ],
+      [
+        "▁transported",
+        0.0
+      ],
+      [
+        "▁nod",
+        0.0
+      ],
+      [
+        "▁Pist",
+        0.0
+      ],
+      [
+        "▁ancestors",
+        0.0
+      ],
+      [
+        "▁Freder",
+        0.0
+      ],
+      [
+        "thumbnails",
+        0.0
+      ],
+      [
+        "▁CE",
+        0.0
+      ],
+      [
+        "OND",
+        0.0
+      ],
+      [
+        "Phil",
+        0.0
+      ],
+      [
+        "venge",
+        0.0
+      ],
+      [
+        "▁Products",
+        0.0
+      ],
+      [
+        "castle",
+        0.0
+      ],
+      [
+        "▁qualifying",
+        0.0
+      ],
+      [
+        "▁Karen",
+        0.0
+      ],
+      [
+        "VERTISEMENT",
+        0.0
+      ],
+      [
+        "▁mighty",
+        0.0
+      ],
+      [
+        "▁explanations",
+        0.0
+      ],
+      [
+        "▁fixing",
+        0.0
+      ],
+      [
+        "Di",
+        0.0
+      ],
+      [
+        "▁declaring",
+        0.0
+      ],
+      [
+        "▁anonymity",
+        0.0
+      ],
+      [
+        "▁juven",
+        0.0
+      ],
+      [
+        "▁Nord",
+        0.0
+      ],
+      [
+        "▁Doom",
+        0.0
+      ],
+      [
+        "▁Actually",
+        0.0
+      ],
+      [
+        "Ok",
+        0.0
+      ],
+      [
+        "phis",
+        0.0
+      ],
+      [
+        "▁Desert",
+        0.0
+      ],
+      [
+        "▁116",
+        0.0
+      ],
+      [
+        "IK",
+        0.0
+      ],
+      [
+        "▁FM",
+        0.0
+      ],
+      [
+        "▁incomes",
+        0.0
+      ],
+      [
+        "VEL",
+        0.0
+      ],
+      [
+        "okers",
+        0.0
+      ],
+      [
+        "▁pecul",
+        0.0
+      ],
+      [
+        "▁lightweight",
+        0.0
+      ],
+      [
+        "gue",
+        0.0
+      ],
+      [
+        "▁accent",
+        0.0
+      ],
+      [
+        "▁increment",
+        0.0
+      ],
+      [
+        "▁Chan",
+        0.0
+      ],
+      [
+        "▁complaining",
+        0.0
+      ],
+      [
+        "▁Baghd",
+        0.0
+      ],
+      [
+        "▁midfielder",
+        0.0
+      ],
+      [
+        "▁overhaul",
+        0.0
+      ],
+      [
+        "Process",
+        0.0
+      ],
+      [
+        "▁Hollow",
+        0.0
+      ],
+      [
+        "▁Titans",
+        0.0
+      ],
+      [
+        "Small",
+        0.0
+      ],
+      [
+        "manuel",
+        0.0
+      ],
+      [
+        "▁Unity",
+        0.0
+      ],
+      [
+        "▁Events",
+        0.0
+      ],
+      [
+        "Sty",
+        0.0
+      ],
+      [
+        "▁disproportion",
+        0.0
+      ],
+      [
+        "nesty",
+        0.0
+      ],
+      [
+        "enes",
+        0.0
+      ],
+      [
+        "▁Cod",
+        0.0
+      ],
+      [
+        "▁demonstrations",
+        0.0
+      ],
+      [
+        "▁Crimson",
+        0.0
+      ],
+      [
+        "▁OH",
+        0.0
+      ],
+      [
+        "▁enrolled",
+        0.0
+      ],
+      [
+        "▁cel",
+        0.0
+      ],
+      [
+        "▁Brett",
+        0.0
+      ],
+      [
+        "▁aide",
+        0.0
+      ],
+      [
+        "▁heels",
+        0.0
+      ],
+      [
+        "▁broadband",
+        0.0
+      ],
+      [
+        "▁marking",
+        0.0
+      ],
+      [
+        "▁wizard",
+        0.0
+      ],
+      [
+        "▁NJ",
+        0.0
+      ],
+      [
+        "▁Chiefs",
+        0.0
+      ],
+      [
+        "▁ingredient",
+        0.0
+      ],
+      [
+        "▁dug",
+        0.0
+      ],
+      [
+        "▁Shut",
+        0.0
+      ],
+      [
+        "urchase",
+        0.0
+      ],
+      [
+        "endor",
+        0.0
+      ],
+      [
+        "▁farmer",
+        0.0
+      ],
+      [
+        "▁Goldman",
+        0.0
+      ],
+      [
+        "129",
+        0.0
+      ],
+      [
+        "155",
+        0.0
+      ],
+      [
+        "Order",
+        0.0
+      ],
+      [
+        "▁lion",
+        0.0
+      ],
+      [
+        "iably",
+        0.0
+      ],
+      [
+        "▁stain",
+        0.0
+      ],
+      [
+        "array",
+        0.0
+      ],
+      [
+        "ilitary",
+        0.0
+      ],
+      [
+        "▁FAQ",
+        0.0
+      ],
+      [
+        "▁exploded",
+        0.0
+      ],
+      [
+        "▁McCarthy",
+        0.0
+      ],
+      [
+        "▁Tweet",
+        0.0
+      ],
+      [
+        "▁Greens",
+        0.0
+      ],
+      [
+        "eking",
+        0.0
+      ],
+      [
+        "ln",
+        0.0
+      ],
+      [
+        "ensen",
+        0.0
+      ],
+      [
+        "▁motorcycle",
+        0.0
+      ],
+      [
+        "▁particle",
+        0.0
+      ],
+      [
+        "▁cholesterol",
+        0.0
+      ],
+      [
+        "Bron",
+        0.0
+      ],
+      [
+        "▁stair",
+        0.0
+      ],
+      [
+        "▁oxid",
+        0.0
+      ],
+      [
+        "▁desirable",
+        0.0
+      ],
+      [
+        "ibles",
+        0.0
+      ],
+      [
+        "▁theor",
+        0.0
+      ],
+      [
+        "forcing",
+        0.0
+      ],
+      [
+        "▁promotional",
+        0.0
+      ],
+      [
+        "ovo",
+        0.0
+      ],
+      [
+        "boot",
+        0.0
+      ],
+      [
+        "▁Bonus",
+        0.0
+      ],
+      [
+        "rawling",
+        0.0
+      ],
+      [
+        "▁shortage",
+        0.0
+      ],
+      [
+        "▁Psy",
+        0.0
+      ],
+      [
+        "▁recruited",
+        0.0
+      ],
+      [
+        "▁infants",
+        0.0
+      ],
+      [
+        "▁testosterone",
+        0.0
+      ],
+      [
+        "▁deduct",
+        0.0
+      ],
+      [
+        "▁distinctive",
+        0.0
+      ],
+      [
+        "▁firmware",
+        0.0
+      ],
+      [
+        "built",
+        0.0
+      ],
+      [
+        "145",
+        0.0
+      ],
+      [
+        "▁explored",
+        0.0
+      ],
+      [
+        "▁factions",
+        0.0
+      ],
+      [
+        "▁vide",
+        0.0
+      ],
+      [
+        "▁tattoo",
+        0.0
+      ],
+      [
+        "▁financially",
+        0.0
+      ],
+      [
+        "▁fatigue",
+        0.0
+      ],
+      [
+        "▁proceeding",
+        0.0
+      ],
+      [
+        "constitutional",
+        0.0
+      ],
+      [
+        "▁miser",
+        0.0
+      ],
+      [
+        "▁chairs",
+        0.0
+      ],
+      [
+        "gging",
+        0.0
+      ],
+      [
+        "ipple",
+        0.0
+      ],
+      [
+        "▁dent",
+        0.0
+      ],
+      [
+        "▁disreg",
+        0.0
+      ],
+      [
+        "çĶ",
+        0.0
+      ],
+      [
+        "stant",
+        0.0
+      ],
+      [
+        "llo",
+        0.0
+      ],
+      [
+        "bps",
+        0.0
+      ],
+      [
+        "akening",
+        0.0
+      ],
+      [
+        "▁abnormal",
+        0.0
+      ],
+      [
+        "▁ERA",
+        0.0
+      ],
+      [
+        "士",
+        0.0
+      ],
+      [
+        "▁HBO",
+        0.0
+      ],
+      [
+        "▁MAR",
+        0.0
+      ],
+      [
+        "▁concess",
+        0.0
+      ],
+      [
+        "▁servant",
+        0.0
+      ],
+      [
+        "▁aspir",
+        0.0
+      ],
+      [
+        "lav",
+        0.0
+      ],
+      [
+        "▁Panel",
+        0.0
+      ],
+      [
+        "amo",
+        0.0
+      ],
+      [
+        "▁precip",
+        0.0
+      ],
+      [
+        "▁recordings",
+        0.0
+      ],
+      [
+        "▁proceeded",
+        0.0
+      ],
+      [
+        "▁colony",
+        0.0
+      ],
+      [
+        "▁Tang",
+        0.0
+      ],
+      [
+        "ablo",
+        0.0
+      ],
+      [
+        "▁stripped",
+        0.0
+      ],
+      [
+        "Left",
+        0.0
+      ],
+      [
+        "too",
+        0.0
+      ],
+      [
+        "▁potatoes",
+        0.0
+      ],
+      [
+        "▁finest",
+        0.0
+      ],
+      [
+        "%).",
+        0.0
+      ],
+      [
+        "▁crap",
+        0.0
+      ],
+      [
+        "▁Zach",
+        0.0
+      ],
+      [
+        "abases",
+        0.0
+      ],
+      [
+        "▁Goth",
+        0.0
+      ],
+      [
+        "▁billionaire",
+        0.0
+      ],
+      [
+        "wolf",
+        0.0
+      ],
+      [
+        "▁sanction",
+        0.0
+      ],
+      [
+        "SK",
+        0.0
+      ],
+      [
+        "▁logged",
+        0.0
+      ],
+      [
+        "Po",
+        0.0
+      ],
+      [
+        "eyed",
+        0.0
+      ],
+      [
+        "unal",
+        0.0
+      ],
+      [
+        "▁cricket",
+        0.0
+      ],
+      [
+        "▁armies",
+        0.0
+      ],
+      [
+        "▁uncovered",
+        0.0
+      ],
+      [
+        "Cloud",
+        0.0
+      ],
+      [
+        "ón",
+        0.0
+      ],
+      [
+        "▁rebounds",
+        0.0
+      ],
+      [
+        "▁mes",
+        0.0
+      ],
+      [
+        "Oper",
+        0.0
+      ],
+      [
+        "Pac",
+        0.0
+      ],
+      [
+        "▁nationally",
+        0.0
+      ],
+      [
+        "▁inserted",
+        0.0
+      ],
+      [
+        "pict",
+        0.0
+      ],
+      [
+        "▁governance",
+        0.0
+      ],
+      [
+        "и",
+        0.0
+      ],
+      [
+        "▁privileges",
+        0.0
+      ],
+      [
+        "GET",
+        0.0
+      ],
+      [
+        "▁favorites",
+        0.0
+      ],
+      [
+        "imity",
+        0.0
+      ],
+      [
+        "▁lover",
+        0.0
+      ],
+      [
+        "them",
+        0.0
+      ],
+      [
+        "empl",
+        0.0
+      ],
+      [
+        "▁gorgeous",
+        0.0
+      ],
+      [
+        "Ann",
+        0.0
+      ],
+      [
+        "▁slipped",
+        0.0
+      ],
+      [
+        "▁veto",
+        0.0
+      ],
+      [
+        "Bob",
+        0.0
+      ],
+      [
+        "▁slim",
+        0.0
+      ],
+      [
+        "ucc",
+        0.0
+      ],
+      [
+        "▁Fame",
+        0.0
+      ],
+      [
+        "uddenly",
+        0.0
+      ],
+      [
+        "▁denies",
+        0.0
+      ],
+      [
+        "▁Maur",
+        0.0
+      ],
+      [
+        "▁distances",
+        0.0
+      ],
+      [
+        "▁wanna",
+        0.0
+      ],
+      [
+        "tar",
+        0.0
+      ],
+      [
+        "▁SER",
+        0.0
+      ],
+      [
+        "▁âĪ",
+        0.0
+      ],
+      [
+        "▁lemon",
+        0.0
+      ],
+      [
+        "athetic",
+        0.0
+      ],
+      [
+        "▁literal",
+        0.0
+      ],
+      [
+        "▁distinguished",
+        0.0
+      ],
+      [
+        "▁answering",
+        0.0
+      ],
+      [
+        "GI",
+        0.0
+      ],
+      [
+        "▁religions",
+        0.0
+      ],
+      [
+        "▁Philos",
+        0.0
+      ],
+      [
+        "▁Lay",
+        0.0
+      ],
+      [
+        "▁compos",
+        0.0
+      ],
+      [
+        "irements",
+        0.0
+      ],
+      [
+        "▁Kos",
+        0.0
+      ],
+      [
+        "inez",
+        0.0
+      ],
+      [
+        "rolling",
+        0.0
+      ],
+      [
+        "▁youngest",
+        0.0
+      ],
+      [
+        "andise",
+        0.0
+      ],
+      [
+        "▁Born",
+        0.0
+      ],
+      [
+        "▁altar",
+        0.0
+      ],
+      [
+        "amina",
+        0.0
+      ],
+      [
+        "▁Boot",
+        0.0
+      ],
+      [
+        "voc",
+        0.0
+      ],
+      [
+        "▁digging",
+        0.0
+      ],
+      [
+        "▁pressures",
+        0.0
+      ],
+      [
+        "▁len",
+        0.0
+      ],
+      [
+        "264",
+        0.0
+      ],
+      [
+        "▁assassination",
+        0.0
+      ],
+      [
+        "▁Birmingham",
+        0.0
+      ],
+      [
+        "▁Myth",
+        0.0
+      ],
+      [
+        "▁sovereign",
+        0.0
+      ],
+      [
+        "▁Artist",
+        0.0
+      ],
+      [
+        "▁Photograph",
+        0.0
+      ],
+      [
+        "▁depicted",
+        0.0
+      ],
+      [
+        "▁dispens",
+        0.0
+      ],
+      [
+        "orthy",
+        0.0
+      ],
+      [
+        "▁ambul",
+        0.0
+      ],
+      [
+        "integ",
+        0.0
+      ],
+      [
+        "▁Cele",
+        0.0
+      ],
+      [
+        "▁Tibet",
+        0.0
+      ],
+      [
+        "▁hierarchy",
+        0.0
+      ],
+      [
+        "▁cu",
+        0.0
+      ],
+      [
+        "▁preseason",
+        0.0
+      ],
+      [
+        "▁Peterson",
+        0.0
+      ],
+      [
+        "▁colours",
+        0.0
+      ],
+      [
+        "▁worrying",
+        0.0
+      ],
+      [
+        "▁backers",
+        0.0
+      ],
+      [
+        "▁Palmer",
+        0.0
+      ],
+      [
+        "▁μ",
+        0.0
+      ],
+      [
+        "▁contributor",
+        0.0
+      ],
+      [
+        "▁hearings",
+        0.0
+      ],
+      [
+        "▁urine",
+        0.0
+      ],
+      [
+        "▁Ù",
+        0.0
+      ],
+      [
+        "ourgeois",
+        0.0
+      ],
+      [
+        "Similar",
+        0.0
+      ],
+      [
+        "▁Zimmer",
+        0.0
+      ],
+      [
+        "something",
+        0.0
+      ],
+      [
+        "▁USC",
+        0.0
+      ],
+      [
+        "▁strengths",
+        0.0
+      ],
+      [
+        "▁FI",
+        0.0
+      ],
+      [
+        "▁logging",
+        0.0
+      ],
+      [
+        "Asked",
+        0.0
+      ],
+      [
+        "▁Thai",
+        0.0
+      ],
+      [
+        "inqu",
+        0.0
+      ],
+      [
+        "▁Walt",
+        0.0
+      ],
+      [
+        "▁crews",
+        0.0
+      ],
+      [
+        "itism",
+        0.0
+      ],
+      [
+        "301",
+        0.0
+      ],
+      [
+        "▁sharply",
+        0.0
+      ],
+      [
+        "umed",
+        0.0
+      ],
+      [
+        "▁redirect",
+        0.0
+      ],
+      [
+        "rators",
+        0.0
+      ],
+      [
+        "Inf",
+        0.0
+      ],
+      [
+        "▁Weapons",
+        0.0
+      ],
+      [
+        "▁teasp",
+        0.0
+      ],
+      [
+        "1999",
+        0.0
+      ],
+      [
+        "Live",
+        0.0
+      ],
+      [
+        "▁Especially",
+        0.0
+      ],
+      [
+        "▁Ster",
+        0.0
+      ],
+      [
+        "▁Veterans",
+        0.0
+      ],
+      [
+        "▁intro",
+        0.0
+      ],
+      [
+        "otherapy",
+        0.0
+      ],
+      [
+        "▁malware",
+        0.0
+      ],
+      [
+        "▁breeding",
+        0.0
+      ],
+      [
+        "▁molecular",
+        0.0
+      ],
+      [
+        "▁Route",
+        0.0
+      ],
+      [
+        "▁Comment",
+        0.0
+      ],
+      [
+        "ochem",
+        0.0
+      ],
+      [
+        "▁ain",
+        0.0
+      ],
+      [
+        "Season",
+        0.0
+      ],
+      [
+        "▁linebacker",
+        0.0
+      ],
+      [
+        "Ä«",
+        0.0
+      ],
+      [
+        "▁Economics",
+        0.0
+      ],
+      [
+        "esar",
+        0.0
+      ],
+      [
+        "▁Lives",
+        0.0
+      ],
+      [
+        "▁Emma",
+        0.0
+      ],
+      [
+        "▁kin",
+        0.0
+      ],
+      [
+        "▁Territ",
+        0.0
+      ],
+      [
+        "▁planted",
+        0.0
+      ],
+      [
+        "oton",
+        0.0
+      ],
+      [
+        "▁Butter",
+        0.0
+      ],
+      [
+        "▁Spons",
+        0.0
+      ],
+      [
+        "PER",
+        0.0
+      ],
+      [
+        "▁dungeon",
+        0.0
+      ],
+      [
+        "▁symbolic",
+        0.0
+      ],
+      [
+        "▁filmed",
+        0.0
+      ],
+      [
+        "▁diets",
+        0.0
+      ],
+      [
+        "▁concludes",
+        0.0
+      ],
+      [
+        "▁certainty",
+        0.0
+      ],
+      [
+        "▁Format",
+        0.0
+      ],
+      [
+        "▁strangers",
+        0.0
+      ],
+      [
+        "format",
+        0.0
+      ],
+      [
+        "▁Phase",
+        0.0
+      ],
+      [
+        "▁copied",
+        0.0
+      ],
+      [
+        "▁metres",
+        0.0
+      ],
+      [
+        "lda",
+        0.0
+      ],
+      [
+        "▁Users",
+        0.0
+      ],
+      [
+        "▁deliberate",
+        0.0
+      ],
+      [
+        "▁washed",
+        0.0
+      ],
+      [
+        "▁Lance",
+        0.0
+      ],
+      [
+        "imation",
+        0.0
+      ],
+      [
+        "▁improper",
+        0.0
+      ],
+      [
+        "▁Genesis",
+        0.0
+      ],
+      [
+        "ickr",
+        0.0
+      ],
+      [
+        "▁Kush",
+        0.0
+      ],
+      [
+        "▁realise",
+        0.0
+      ],
+      [
+        "▁embarrassing",
+        0.0
+      ],
+      [
+        "alking",
+        0.0
+      ],
+      [
+        "bucks",
+        0.0
+      ],
+      [
+        "▁verified",
+        0.0
+      ],
+      [
+        "▁outline",
+        0.0
+      ],
+      [
+        "years",
+        0.0
+      ],
+      [
+        "▁Income",
+        0.0
+      ],
+      [
+        "202",
+        0.0
+      ],
+      [
+        "▁zombies",
+        0.0
+      ],
+      [
+        "Final",
+        0.0
+      ],
+      [
+        "▁Millenn",
+        0.0
+      ],
+      [
+        "▁modifications",
+        0.0
+      ],
+      [
+        "▁Vision",
+        0.0
+      ],
+      [
+        "▁Moses",
+        0.0
+      ],
+      [
+        "verb",
+        0.0
+      ],
+      [
+        "iterranean",
+        0.0
+      ],
+      [
+        "▁Jet",
+        0.0
+      ],
+      [
+        "▁naval",
+        0.0
+      ],
+      [
+        "▁Agg",
+        0.0
+      ],
+      [
+        "▁url",
+        0.0
+      ],
+      [
+        "▁victories",
+        0.0
+      ],
+      [
+        "▁nonetheless",
+        0.0
+      ],
+      [
+        "▁injust",
+        0.0
+      ],
+      [
+        "▁Fact",
+        0.0
+      ],
+      [
+        "çļ",
+        0.0
+      ],
+      [
+        "▁insufficient",
+        0.0
+      ],
+      [
+        "review",
+        0.0
+      ],
+      [
+        "facebook",
+        0.0
+      ],
+      [
+        "▁negotiating",
+        0.0
+      ],
+      [
+        "▁guarantees",
+        0.0
+      ],
+      [
+        "imen",
+        0.0
+      ],
+      [
+        "utenberg",
+        0.0
+      ],
+      [
+        "▁gambling",
+        0.0
+      ],
+      [
+        "▁congr",
+        0.0
+      ],
+      [
+        "Loading",
+        0.0
+      ],
+      [
+        "▁nevertheless",
+        0.0
+      ],
+      [
+        "▁presidents",
+        0.0
+      ],
+      [
+        "▁Industrial",
+        0.0
+      ],
+      [
+        "▁118",
+        0.0
+      ],
+      [
+        "▁poured",
+        0.0
+      ],
+      [
+        "▁Tory",
+        0.0
+      ],
+      [
+        "▁175",
+        0.0
+      ],
+      [
+        "▁:=",
+        0.0
+      ],
+      [
+        "Scott",
+        0.0
+      ],
+      [
+        "angered",
+        0.0
+      ],
+      [
+        "Tok",
+        0.0
+      ],
+      [
+        "▁organizers",
+        0.0
+      ],
+      [
+        "Mat",
+        0.0
+      ],
+      [
+        "▁Growth",
+        0.0
+      ],
+      [
+        "▁adul",
+        0.0
+      ],
+      [
+        "▁ensures",
+        0.0
+      ],
+      [
+        "▁117",
+        0.0
+      ],
+      [
+        "é¾įå",
+        0.0
+      ],
+      [
+        "▁massacre",
+        0.0
+      ],
+      [
+        "▁grades",
+        0.0
+      ],
+      [
+        "before",
+        0.0
+      ],
+      [
+        "ADVERTISEMENT",
+        0.0
+      ],
+      [
+        "▁Slow",
+        0.0
+      ],
+      [
+        "▁MMA",
+        0.0
+      ],
+      [
+        "âĢĶ\"",
+        0.0
+      ],
+      [
+        "▁Vatican",
+        0.0
+      ],
+      [
+        "Qaeda",
+        0.0
+      ],
+      [
+        "▁owe",
+        0.0
+      ],
+      [
+        "6666",
+        0.0
+      ],
+      [
+        "▁Sorry",
+        0.0
+      ],
+      [
+        "▁Grass",
+        0.0
+      ],
+      [
+        "▁backgrounds",
+        0.0
+      ],
+      [
+        "▁exhausted",
+        0.0
+      ],
+      [
+        "▁clan",
+        0.0
+      ],
+      [
+        "▁compromised",
+        0.0
+      ],
+      [
+        "▁Elf",
+        0.0
+      ],
+      [
+        "▁Isaac",
+        0.0
+      ],
+      [
+        "enson",
+        0.0
+      ],
+      [
+        "Invest",
+        0.0
+      ],
+      [
+        "IFA",
+        0.0
+      ],
+      [
+        "▁interrupted",
+        0.0
+      ],
+      [
+        "ãĥīãĥ©",
+        0.0
+      ],
+      [
+        "▁twisted",
+        0.0
+      ],
+      [
+        "▁Dragons",
+        0.0
+      ],
+      [
+        "Mode",
+        0.0
+      ],
+      [
+        "▁Kremlin",
+        0.0
+      ],
+      [
+        "▁fertil",
+        0.0
+      ],
+      [
+        "heres",
+        0.0
+      ],
+      [
+        "phan",
+        0.0
+      ],
+      [
+        "▁Node",
+        0.0
+      ],
+      [
+        "fed",
+        0.0
+      ],
+      [
+        "▁Orc",
+        0.0
+      ],
+      [
+        "▁unwilling",
+        0.0
+      ],
+      [
+        "Cent",
+        0.0
+      ],
+      [
+        "▁priorit",
+        0.0
+      ],
+      [
+        "▁graduates",
+        0.0
+      ],
+      [
+        "▁subjective",
+        0.0
+      ],
+      [
+        "▁issuing",
+        0.0
+      ],
+      [
+        "▁Lt",
+        0.0
+      ],
+      [
+        "▁viewer",
+        0.0
+      ],
+      [
+        "▁woke",
+        0.0
+      ],
+      [
+        "Thus",
+        0.0
+      ],
+      [
+        "brook",
+        0.0
+      ],
+      [
+        "▁depressed",
+        0.0
+      ],
+      [
+        "▁bracket",
+        0.0
+      ],
+      [
+        "▁Gor",
+        0.0
+      ],
+      [
+        "▁Fighting",
+        0.0
+      ],
+      [
+        "▁striker",
+        0.0
+      ],
+      [
+        "Report",
+        0.0
+      ],
+      [
+        "▁Portugal",
+        0.0
+      ],
+      [
+        "▁neo",
+        0.0
+      ],
+      [
+        "wed",
+        0.0
+      ],
+      [
+        "199",
+        0.0
+      ],
+      [
+        "▁fleeing",
+        0.0
+      ],
+      [
+        "shadow",
+        0.0
+      ],
+      [
+        "identified",
+        0.0
+      ],
+      [
+        "USE",
+        0.0
+      ],
+      [
+        "Steam",
+        0.0
+      ],
+      [
+        "▁stretched",
+        0.0
+      ],
+      [
+        "▁revelations",
+        0.0
+      ],
+      [
+        "arted",
+        0.0
+      ],
+      [
+        "▁Dw",
+        0.0
+      ],
+      [
+        "▁alignment",
+        0.0
+      ],
+      [
+        "eston",
+        0.0
+      ],
+      [
+        "▁Jared",
+        0.0
+      ],
+      [
+        "Sep",
+        0.0
+      ],
+      [
+        "▁blogs",
+        0.0
+      ],
+      [
+        "update",
+        0.0
+      ],
+      [
+        "gom",
+        0.0
+      ],
+      [
+        "risk",
+        0.0
+      ],
+      [
+        "▁clash",
+        0.0
+      ],
+      [
+        "▁Hour",
+        0.0
+      ],
+      [
+        "▁runtime",
+        0.0
+      ],
+      [
+        "▁unwanted",
+        0.0
+      ],
+      [
+        "▁scam",
+        0.0
+      ],
+      [
+        "▁rack",
+        0.0
+      ],
+      [
+        "▁enlight",
+        0.0
+      ],
+      [
+        "onest",
+        0.0
+      ],
+      [
+        "▁Ferr",
+        0.0
+      ],
+      [
+        "▁convictions",
+        0.0
+      ],
+      [
+        "▁piano",
+        0.0
+      ],
+      [
+        "▁circulation",
+        0.0
+      ],
+      [
+        "▁Welcome",
+        0.0
+      ],
+      [
+        "▁backlash",
+        0.0
+      ],
+      [
+        "▁Wade",
+        0.0
+      ],
+      [
+        "▁receivers",
+        0.0
+      ],
+      [
+        "otive",
+        0.0
+      ],
+      [
+        "Jeff",
+        0.0
+      ],
+      [
+        "▁networking",
+        0.0
+      ],
+      [
+        "▁Prep",
+        0.0
+      ],
+      [
+        "▁Explorer",
+        0.0
+      ],
+      [
+        "▁lecture",
+        0.0
+      ],
+      [
+        "▁uploaded",
+        0.0
+      ],
+      [
+        "▁Meat",
+        0.0
+      ],
+      [
+        "BLE",
+        0.0
+      ],
+      [
+        "▁Nazis",
+        0.0
+      ],
+      [
+        "▁Synd",
+        0.0
+      ],
+      [
+        "stud",
+        0.0
+      ],
+      [
+        "roots",
+        0.0
+      ],
+      [
+        "rians",
+        0.0
+      ],
+      [
+        "▁portrayed",
+        0.0
+      ],
+      [
+        "▁??",
+        0.0
+      ],
+      [
+        "▁Buddha",
+        0.0
+      ],
+      [
+        "sun",
+        0.0
+      ],
+      [
+        "Robert",
+        0.0
+      ],
+      [
+        "▁Complex",
+        0.0
+      ],
+      [
+        "▁oversee",
+        0.0
+      ],
+      [
+        "▁stealth",
+        0.0
+      ],
+      [
+        "Title",
+        0.0
+      ],
+      [
+        "▁Jobs",
+        0.0
+      ],
+      [
+        "▁Kum",
+        0.0
+      ],
+      [
+        "▁appreciation",
+        0.0
+      ],
+      [
+        "▁MOD",
+        0.0
+      ],
+      [
+        "▁basics",
+        0.0
+      ],
+      [
+        "▁clips",
+        0.0
+      ],
+      [
+        "▁nursing",
+        0.0
+      ],
+      [
+        "▁proposition",
+        0.0
+      ],
+      [
+        "▁realised",
+        0.0
+      ],
+      [
+        "▁NYC",
+        0.0
+      ],
+      [
+        "▁allocated",
+        0.0
+      ],
+      [
+        "rium",
+        0.0
+      ],
+      [
+        "aran",
+        0.0
+      ],
+      [
+        "▁Production",
+        0.0
+      ],
+      [
+        "▁Vote",
+        0.0
+      ],
+      [
+        "▁smugg",
+        0.0
+      ],
+      [
+        "▁hunter",
+        0.0
+      ],
+      [
+        "azer",
+        0.0
+      ],
+      [
+        "▁Changes",
+        0.0
+      ],
+      [
+        "▁fluct",
+        0.0
+      ],
+      [
+        "yon",
+        0.0
+      ],
+      [
+        "Array",
+        0.0
+      ],
+      [
+        "▁kits",
+        0.0
+      ],
+      [
+        "Water",
+        0.0
+      ],
+      [
+        "▁uncommon",
+        0.0
+      ],
+      [
+        "▁resting",
+        0.0
+      ],
+      [
+        "ells",
+        0.0
+      ],
+      [
+        "would",
+        0.0
+      ],
+      [
+        "▁pursued",
+        0.0
+      ],
+      [
+        "▁assertion",
+        0.0
+      ],
+      [
+        "ometown",
+        0.0
+      ],
+      [
+        "▁Mosul",
+        0.0
+      ],
+      [
+        "▁Platform",
+        0.0
+      ],
+      [
+        "iolet",
+        0.0
+      ],
+      [
+        "▁shareholders",
+        0.0
+      ],
+      [
+        "▁trails",
+        0.0
+      ],
+      [
+        "Pay",
+        0.0
+      ],
+      [
+        "▁Enforcement",
+        0.0
+      ],
+      [
+        "types",
+        0.0
+      ],
+      [
+        "▁Anonymous",
+        0.0
+      ],
+      [
+        "▁satisfying",
+        0.0
+      ],
+      [
+        "ilogy",
+        0.0
+      ],
+      [
+        "▁('",
+        0.0
+      ],
+      [
+        "wave",
+        0.0
+      ],
+      [
+        "city",
+        0.0
+      ],
+      [
+        "Steve",
+        0.0
+      ],
+      [
+        "▁confrontation",
+        0.0
+      ],
+      [
+        "▁Eld",
+        0.0
+      ],
+      [
+        "Capt",
+        0.0
+      ],
+      [
+        "ahan",
+        0.0
+      ],
+      [
+        "htm",
+        0.0
+      ],
+      [
+        "▁Ctrl",
+        0.0
+      ],
+      [
+        "ONS",
+        0.0
+      ],
+      [
+        "230",
+        0.0
+      ],
+      [
+        "ifa",
+        0.0
+      ],
+      [
+        "holding",
+        0.0
+      ],
+      [
+        "▁delicate",
+        0.0
+      ],
+      [
+        "▁jaw",
+        0.0
+      ],
+      [
+        "▁Going",
+        0.0
+      ],
+      [
+        "orum",
+        0.0
+      ],
+      [
+        "Sal",
+        0.0
+      ],
+      [
+        "▁dull",
+        0.0
+      ],
+      [
+        "▁Beth",
+        0.0
+      ],
+      [
+        "▁prisons",
+        0.0
+      ],
+      [
+        "▁ego",
+        0.0
+      ],
+      [
+        "▁Elsa",
+        0.0
+      ],
+      [
+        "avorite",
+        0.0
+      ],
+      [
+        "▁Gang",
+        0.0
+      ],
+      [
+        "▁Nuclear",
+        0.0
+      ],
+      [
+        "▁spider",
+        0.0
+      ],
+      [
+        "atsu",
+        0.0
+      ],
+      [
+        "▁sampling",
+        0.0
+      ],
+      [
+        "▁absorbed",
+        0.0
+      ],
+      [
+        "▁Pharm",
+        0.0
+      ],
+      [
+        "ieth",
+        0.0
+      ],
+      [
+        "▁bucket",
+        0.0
+      ],
+      [
+        "▁Recomm",
+        0.0
+      ],
+      [
+        "OF",
+        0.0
+      ],
+      [
+        "▁Factory",
+        0.0
+      ],
+      [
+        "ANCE",
+        0.0
+      ],
+      [
+        "▁bacter",
+        0.0
+      ],
+      [
+        "Has",
+        0.0
+      ],
+      [
+        "▁Observ",
+        0.0
+      ],
+      [
+        "121",
+        0.0
+      ],
+      [
+        "▁premiere",
+        0.0
+      ],
+      [
+        "Develop",
+        0.0
+      ],
+      [
+        "▁currencies",
+        0.0
+      ],
+      [
+        "Cast",
+        0.0
+      ],
+      [
+        "▁accompanying",
+        0.0
+      ],
+      [
+        "▁Nashville",
+        0.0
+      ],
+      [
+        "▁fatty",
+        0.0
+      ],
+      [
+        "▁Brend",
+        0.0
+      ],
+      [
+        "▁locks",
+        0.0
+      ],
+      [
+        "▁centered",
+        0.0
+      ],
+      [
+        "▁UT",
+        0.0
+      ],
+      [
+        "aughs",
+        0.0
+      ],
+      [
+        "orie",
+        0.0
+      ],
+      [
+        "▁Affordable",
+        0.0
+      ],
+      [
+        "vance",
+        0.0
+      ],
+      [
+        "DL",
+        0.0
+      ],
+      [
+        "emet",
+        0.0
+      ],
+      [
+        "▁throne",
+        0.0
+      ],
+      [
+        "▁Bluetooth",
+        0.0
+      ],
+      [
+        "▁naming",
+        0.0
+      ],
+      [
+        "ifts",
+        0.0
+      ],
+      [
+        "ADE",
+        0.0
+      ],
+      [
+        "▁corrected",
+        0.0
+      ],
+      [
+        "▁promptly",
+        0.0
+      ],
+      [
+        "▁STR",
+        0.0
+      ],
+      [
+        "▁genome",
+        0.0
+      ],
+      [
+        "▁cope",
+        0.0
+      ],
+      [
+        "▁valley",
+        0.0
+      ],
+      [
+        "▁rounded",
+        0.0
+      ],
+      [
+        "▁Kend",
+        0.0
+      ],
+      [
+        "alion",
+        0.0
+      ],
+      [
+        "pers",
+        0.0
+      ],
+      [
+        "▁tourism",
+        0.0
+      ],
+      [
+        "▁stark",
+        0.0
+      ],
+      [
+        "vl",
+        0.0
+      ],
+      [
+        "▁blowing",
+        0.0
+      ],
+      [
+        "▁Schedule",
+        0.0
+      ],
+      [
+        "std",
+        0.0
+      ],
+      [
+        "▁unhappy",
+        0.0
+      ],
+      [
+        "▁litigation",
+        0.0
+      ],
+      [
+        "cedes",
+        0.0
+      ],
+      [
+        "▁android",
+        0.0
+      ],
+      [
+        "▁integral",
+        0.0
+      ],
+      [
+        "erers",
+        0.0
+      ],
+      [
+        "uded",
+        0.0
+      ],
+      [
+        "tax",
+        0.0
+      ],
+      [
+        "▁reiter",
+        0.0
+      ],
+      [
+        "▁Motors",
+        0.0
+      ],
+      [
+        "ociated",
+        0.0
+      ],
+      [
+        "▁wonders",
+        0.0
+      ],
+      [
+        "▁Apost",
+        0.0
+      ],
+      [
+        "ucking",
+        0.0
+      ],
+      [
+        "▁Roosevelt",
+        0.0
+      ],
+      [
+        "fram",
+        0.0
+      ],
+      [
+        "▁yields",
+        0.0
+      ],
+      [
+        "▁constitutes",
+        0.0
+      ],
+      [
+        "awk",
+        0.0
+      ],
+      [
+        "Interest",
+        0.0
+      ],
+      [
+        "▁interim",
+        0.0
+      ],
+      [
+        "▁breakthrough",
+        0.0
+      ],
+      [
+        "▁Cher",
+        0.0
+      ],
+      [
+        "▁prosec",
+        0.0
+      ],
+      [
+        "▁Dj",
+        0.0
+      ],
+      [
+        "▁MT",
+        0.0
+      ],
+      [
+        "Resp",
+        0.0
+      ],
+      [
+        "▁PT",
+        0.0
+      ],
+      [
+        "▁sperm",
+        0.0
+      ],
+      [
+        "edit",
+        0.0
+      ],
+      [
+        "BT",
+        0.0
+      ],
+      [
+        "Linux",
+        0.0
+      ],
+      [
+        "country",
+        0.0
+      ],
+      [
+        "league",
+        0.0
+      ],
+      [
+        "▁dick",
+        0.0
+      ],
+      [
+        "▁oct",
+        0.0
+      ],
+      [
+        "▁inserting",
+        0.0
+      ],
+      [
+        "▁scra",
+        0.0
+      ],
+      [
+        "▁Brewing",
+        0.0
+      ],
+      [
+        "▁1966",
+        0.0
+      ],
+      [
+        "▁runners",
+        0.0
+      ],
+      [
+        "▁plun",
+        0.0
+      ],
+      [
+        "idy",
+        0.0
+      ],
+      [
+        "▁Dian",
+        0.0
+      ],
+      [
+        "▁dysfunction",
+        0.0
+      ],
+      [
+        "▁exclusion",
+        0.0
+      ],
+      [
+        "▁disgr",
+        0.0
+      ],
+      [
+        "▁incorporate",
+        0.0
+      ],
+      [
+        "▁reconc",
+        0.0
+      ],
+      [
+        "▁nominated",
+        0.0
+      ],
+      [
+        "▁Archer",
+        0.0
+      ],
+      [
+        "draw",
+        0.0
+      ],
+      [
+        "achelor",
+        0.0
+      ],
+      [
+        "▁writings",
+        0.0
+      ],
+      [
+        "▁shallow",
+        0.0
+      ],
+      [
+        "▁hast",
+        0.0
+      ],
+      [
+        "▁BMW",
+        0.0
+      ],
+      [
+        "▁RS",
+        0.0
+      ],
+      [
+        "▁thigh",
+        0.0
+      ],
+      [
+        "▁1963",
+        0.0
+      ],
+      [
+        "▁lamb",
+        0.0
+      ],
+      [
+        "▁favored",
+        0.0
+      ],
+      [
+        "agle",
+        0.0
+      ],
+      [
+        "▁cooler",
+        0.0
+      ],
+      [
+        "▁Hours",
+        0.0
+      ],
+      [
+        "▁GU",
+        0.0
+      ],
+      [
+        "▁Origin",
+        0.0
+      ],
+      [
+        "▁glimpse",
+        0.0
+      ],
+      [
+        "--------------------",
+        0.0
+      ],
+      [
+        "Lim",
+        0.0
+      ],
+      [
+        "▁cheek",
+        0.0
+      ],
+      [
+        "▁jealous",
+        0.0
+      ],
+      [
+        "-'",
+        0.0
+      ],
+      [
+        "▁harness",
+        0.0
+      ],
+      [
+        "▁Poison",
+        0.0
+      ],
+      [
+        "▁disabilities",
+        0.0
+      ],
+      [
+        "neapolis",
+        0.0
+      ],
+      [
+        "▁outlook",
+        0.0
+      ],
+      [
+        "▁notify",
+        0.0
+      ],
+      [
+        "▁Indianapolis",
+        0.0
+      ],
+      [
+        "▁abrupt",
+        0.0
+      ],
+      [
+        "nsic",
+        0.0
+      ],
+      [
+        "▁encrypted",
+        0.0
+      ],
+      [
+        "▁forfe",
+        0.0
+      ],
+      [
+        "reath",
+        0.0
+      ],
+      [
+        "▁rabb",
+        0.0
+      ],
+      [
+        "▁foundations",
+        0.0
+      ],
+      [
+        "▁compliment",
+        0.0
+      ],
+      [
+        "▁Interview",
+        0.0
+      ],
+      [
+        "▁Swe",
+        0.0
+      ],
+      [
+        "▁adolesc",
+        0.0
+      ],
+      [
+        "▁monitors",
+        0.0
+      ],
+      [
+        "▁Sacramento",
+        0.0
+      ],
+      [
+        "▁timely",
+        0.0
+      ],
+      [
+        "▁contempl",
+        0.0
+      ],
+      [
+        "▁positioned",
+        0.0
+      ],
+      [
+        "▁posters",
+        0.0
+      ],
+      [
+        "phies",
+        0.0
+      ],
+      [
+        "iovascular",
+        0.0
+      ],
+      [
+        "void",
+        0.0
+      ],
+      [
+        "▁Fifth",
+        0.0
+      ],
+      [
+        "▁investigative",
+        0.0
+      ],
+      [
+        "OUN",
+        0.0
+      ],
+      [
+        "▁integrate",
+        0.0
+      ],
+      [
+        "▁INC",
+        0.0
+      ],
+      [
+        "isha",
+        0.0
+      ],
+      [
+        "iblings",
+        0.0
+      ],
+      [
+        "▁Request",
+        0.0
+      ],
+      [
+        "▁Rodriguez",
+        0.0
+      ],
+      [
+        "▁slides",
+        0.0
+      ],
+      [
+        "▁DX",
+        0.0
+      ],
+      [
+        "▁feminism",
+        0.0
+      ],
+      [
+        "▁datas",
+        0.0
+      ],
+      [
+        "▁bend",
+        0.0
+      ],
+      [
+        "irus",
+        0.0
+      ],
+      [
+        "▁Nigeria",
+        0.0
+      ],
+      [
+        "Fox",
+        0.0
+      ],
+      [
+        "Change",
+        0.0
+      ],
+      [
+        "▁airplane",
+        0.0
+      ],
+      [
+        "▁Laden",
+        0.0
+      ],
+      [
+        "▁publicity",
+        0.0
+      ],
+      [
+        "ixty",
+        0.0
+      ],
+      [
+        "▁commitments",
+        0.0
+      ],
+      [
+        "▁aggregate",
+        0.0
+      ],
+      [
+        "▁displaying",
+        0.0
+      ],
+      [
+        "▁Arrow",
+        0.0
+      ],
+      [
+        "▁122",
+        0.0
+      ],
+      [
+        "▁respects",
+        0.0
+      ],
+      [
+        "android",
+        0.0
+      ],
+      [
+        "six",
+        0.0
+      ],
+      [
+        "▁Sha",
+        0.0
+      ],
+      [
+        "▁restoration",
+        0.0
+      ],
+      [
+        ")\\",
+        0.0
+      ],
+      [
+        "WS",
+        0.0
+      ],
+      [
+        "oys",
+        0.0
+      ],
+      [
+        "▁illustrate",
+        0.0
+      ],
+      [
+        "without",
+        0.0
+      ],
+      [
+        "126",
+        0.0
+      ],
+      [
+        "▁âĶĤ",
+        0.0
+      ],
+      [
+        "▁pickup",
+        0.0
+      ],
+      [
+        "nels",
+        0.0
+      ],
+      [
+        "▁....",
+        0.0
+      ],
+      [
+        "food",
+        0.0
+      ],
+      [
+        "▁Fen",
+        0.0
+      ],
+      [
+        ")?",
+        0.0
+      ],
+      [
+        "▁phenomena",
+        0.0
+      ],
+      [
+        "▁companions",
+        0.0
+      ],
+      [
+        "▁Write",
+        0.0
+      ],
+      [
+        "▁spill",
+        0.0
+      ],
+      [
+        "▁bridges",
+        0.0
+      ],
+      [
+        "▁Updated",
+        0.0
+      ],
+      [
+        "▁Fo",
+        0.0
+      ],
+      [
+        "▁insects",
+        0.0
+      ],
+      [
+        "ASHINGTON",
+        0.0
+      ],
+      [
+        "▁scare",
+        0.0
+      ],
+      [
+        "iltr",
+        0.0
+      ],
+      [
+        "▁Zhang",
+        0.0
+      ],
+      [
+        "▁severity",
+        0.0
+      ],
+      [
+        "▁indul",
+        0.0
+      ],
+      [
+        "149",
+        0.0
+      ],
+      [
+        "▁Coffee",
+        0.0
+      ],
+      [
+        "▁norms",
+        0.0
+      ],
+      [
+        "▁pulse",
+        0.0
+      ],
+      [
+        "▁FT",
+        0.0
+      ],
+      [
+        "▁horrific",
+        0.0
+      ],
+      [
+        "▁Destroy",
+        0.0
+      ],
+      [
+        "▁JSON",
+        0.0
+      ],
+      [
+        "▁olive",
+        0.0
+      ],
+      [
+        "▁discusses",
+        0.0
+      ],
+      [
+        "Rest",
+        0.0
+      ],
+      [
+        "Elect",
+        0.0
+      ],
+      [
+        "▁Winn",
+        0.0
+      ],
+      [
+        "▁Surviv",
+        0.0
+      ],
+      [
+        "▁Hait",
+        0.0
+      ],
+      [
+        "Sure",
+        0.0
+      ],
+      [
+        "oped",
+        0.0
+      ],
+      [
+        "▁rooted",
+        0.0
+      ],
+      [
+        "▁Ske",
+        0.0
+      ],
+      [
+        "▁Bronze",
+        0.0
+      ],
+      [
+        "▁lol",
+        0.0
+      ],
+      [
+        "Default",
+        0.0
+      ],
+      [
+        "▁commodity",
+        0.0
+      ],
+      [
+        "redited",
+        0.0
+      ],
+      [
+        "▁libertarian",
+        0.0
+      ],
+      [
+        "▁forbidden",
+        0.0
+      ],
+      [
+        "▁gran",
+        0.0
+      ],
+      [
+        "à¨",
+        0.0
+      ],
+      [
+        "▁lag",
+        0.0
+      ],
+      [
+        "enz",
+        0.0
+      ],
+      [
+        "drive",
+        0.0
+      ],
+      [
+        "▁mathematics",
+        0.0
+      ],
+      [
+        "▁wires",
+        0.0
+      ],
+      [
+        "▁critically",
+        0.0
+      ],
+      [
+        "▁carbohyd",
+        0.0
+      ],
+      [
+        "▁Chancellor",
+        0.0
+      ],
+      [
+        "▁Eddie",
+        0.0
+      ],
+      [
+        "▁banning",
+        0.0
+      ],
+      [
+        "▁Fri",
+        0.0
+      ],
+      [
+        "▁complications",
+        0.0
+      ],
+      [
+        "etric",
+        0.0
+      ],
+      [
+        "▁Bangladesh",
+        0.0
+      ],
+      [
+        "▁bandwidth",
+        0.0
+      ],
+      [
+        "Stop",
+        0.0
+      ],
+      [
+        "▁Originally",
+        0.0
+      ],
+      [
+        "▁halfway",
+        0.0
+      ],
+      [
+        "ynasty",
+        0.0
+      ],
+      [
+        "shine",
+        0.0
+      ],
+      [
+        "▁tales",
+        0.0
+      ],
+      [
+        "rities",
+        0.0
+      ],
+      [
+        "avier",
+        0.0
+      ],
+      [
+        "▁spinning",
+        0.0
+      ],
+      [
+        "▁WHO",
+        0.0
+      ],
+      [
+        "▁neighbourhood",
+        0.0
+      ],
+      [
+        "bach",
+        0.0
+      ],
+      [
+        "▁commerce",
+        0.0
+      ],
+      [
+        "▁Sle",
+        0.0
+      ],
+      [
+        "BU",
+        0.0
+      ],
+      [
+        "▁entrepreneur",
+        0.0
+      ],
+      [
+        "▁peculiar",
+        0.0
+      ],
+      [
+        "▁Comments",
+        0.0
+      ],
+      [
+        "fre",
+        0.0
+      ],
+      [
+        "320",
+        0.0
+      ],
+      [
+        "ICS",
+        0.0
+      ],
+      [
+        "▁imagery",
+        0.0
+      ],
+      [
+        "▁Canon",
+        0.0
+      ],
+      [
+        "▁Electronic",
+        0.0
+      ],
+      [
+        "short",
+        0.0
+      ],
+      [
+        "((",
+        0.0
+      ],
+      [
+        "Dig",
+        0.0
+      ],
+      [
+        "▁commem",
+        0.0
+      ],
+      [
+        "uced",
+        0.0
+      ],
+      [
+        "▁inclined",
+        0.0
+      ],
+      [
+        "▁Summon",
+        0.0
+      ],
+      [
+        "▁cliff",
+        0.0
+      ],
+      [
+        "▁Mediterranean",
+        0.0
+      ],
+      [
+        "▁poetry",
+        0.0
+      ],
+      [
+        "▁prosperity",
+        0.0
+      ],
+      [
+        "▁Rece",
+        0.0
+      ],
+      [
+        "▁pills",
+        0.0
+      ],
+      [
+        "member",
+        0.0
+      ],
+      [
+        "▁finale",
+        0.0
+      ],
+      [
+        "unc",
+        0.0
+      ],
+      [
+        "▁Gig",
+        0.0
+      ],
+      [
+        "ä½",
+        0.0
+      ],
+      [
+        "▁lod",
+        0.0
+      ],
+      [
+        "▁backward",
+        0.0
+      ],
+      [
+        "-+",
+        0.0
+      ],
+      [
+        "▁Forward",
+        0.0
+      ],
+      [
+        "▁thri",
+        0.0
+      ],
+      [
+        "sure",
+        0.0
+      ],
+      [
+        "▁soap",
+        0.0
+      ],
+      [
+        "▁FX",
+        0.0
+      ],
+      [
+        "RES",
+        0.0
+      ],
+      [
+        "▁Sexual",
+        0.0
+      ],
+      [
+        "oulos",
+        0.0
+      ],
+      [
+        "▁foolish",
+        0.0
+      ],
+      [
+        "▁righteous",
+        0.0
+      ],
+      [
+        "▁coff",
+        0.0
+      ],
+      [
+        "terrorism",
+        0.0
+      ],
+      [
+        "ustain",
+        0.0
+      ],
+      [
+        "oter",
+        0.0
+      ],
+      [
+        "▁abuses",
+        0.0
+      ],
+      [
+        "next",
+        0.0
+      ],
+      [
+        "▁abusive",
+        0.0
+      ],
+      [
+        "▁thereafter",
+        0.0
+      ],
+      [
+        "▁prohibition",
+        0.0
+      ],
+      [
+        "▁SUP",
+        0.0
+      ],
+      [
+        "▁dip",
+        0.0
+      ],
+      [
+        "▁ripped",
+        0.0
+      ],
+      [
+        "▁inherited",
+        0.0
+      ],
+      [
+        "▁bats",
+        0.0
+      ],
+      [
+        "stru",
+        0.0
+      ],
+      [
+        "GT",
+        0.0
+      ],
+      [
+        "▁flawed",
+        0.0
+      ],
+      [
+        "phabet",
+        0.0
+      ],
+      [
+        "▁fog",
+        0.0
+      ],
+      [
+        "doors",
+        0.0
+      ],
+      [
+        "▁imaging",
+        0.0
+      ],
+      [
+        "▁digits",
+        0.0
+      ],
+      [
+        "▁Hungary",
+        0.0
+      ],
+      [
+        "▁arrog",
+        0.0
+      ],
+      [
+        "▁teachings",
+        0.0
+      ],
+      [
+        "▁protocols",
+        0.0
+      ],
+      [
+        "▁Banks",
+        0.0
+      ],
+      [
+        "à¸",
+        0.0
+      ],
+      [
+        "pound",
+        0.0
+      ],
+      [
+        "▁Curt",
+        0.0
+      ],
+      [
+        ".\")",
+        0.0
+      ],
+      [
+        "./",
+        0.0
+      ],
+      [
+        "▁exemption",
+        0.0
+      ],
+      [
+        "endix",
+        0.0
+      ],
+      [
+        "▁Mull",
+        0.0
+      ],
+      [
+        "▁improves",
+        0.0
+      ],
+      [
+        "▁Gamer",
+        0.0
+      ],
+      [
+        "dimensional",
+        0.0
+      ],
+      [
+        "Icon",
+        0.0
+      ],
+      [
+        "▁Margaret",
+        0.0
+      ],
+      [
+        "Status",
+        0.0
+      ],
+      [
+        "dates",
+        0.0
+      ],
+      [
+        "▁intends",
+        0.0
+      ],
+      [
+        "▁depict",
+        0.0
+      ],
+      [
+        "▁parked",
+        0.0
+      ],
+      [
+        "Joe",
+        0.0
+      ],
+      [
+        "▁Marines",
+        0.0
+      ],
+      [
+        "chnology",
+        0.0
+      ],
+      [
+        "!).",
+        0.0
+      ],
+      [
+        "▁judged",
+        0.0
+      ],
+      [
+        "▁weights",
+        0.0
+      ],
+      [
+        "Ray",
+        0.0
+      ],
+      [
+        "▁apartments",
+        0.0
+      ],
+      [
+        "hester",
+        0.0
+      ],
+      [
+        "▁reinforce",
+        0.0
+      ],
+      [
+        "▁offender",
+        0.0
+      ],
+      [
+        "occup",
+        0.0
+      ],
+      [
+        "▁sore",
+        0.0
+      ],
+      [
+        "ept",
+        0.0
+      ],
+      [
+        "▁PHP",
+        0.0
+      ],
+      [
+        "▁Brow",
+        0.0
+      ],
+      [
+        "▁authorization",
+        0.0
+      ],
+      [
+        "▁Risk",
+        0.0
+      ],
+      [
+        "▁Delaware",
+        0.0
+      ],
+      [
+        "▁QU",
+        0.0
+      ],
+      [
+        "▁notifications",
+        0.0
+      ],
+      [
+        "▁sunlight",
+        0.0
+      ],
+      [
+        "▁exclude",
+        0.0
+      ],
+      [
+        "dat",
+        0.0
+      ],
+      [
+        "▁mesh",
+        0.0
+      ],
+      [
+        "▁Sudan",
+        0.0
+      ],
+      [
+        "▁belonged",
+        0.0
+      ],
+      [
+        "▁subway",
+        0.0
+      ],
+      [
+        "▁noon",
+        0.0
+      ],
+      [
+        "▁Interior",
+        0.0
+      ],
+      [
+        "olics",
+        0.0
+      ],
+      [
+        "▁Lakers",
+        0.0
+      ],
+      [
+        "▁coding",
+        0.0
+      ],
+      [
+        "Disclaimer",
+        0.0
+      ],
+      [
+        "Calif",
+        0.0
+      ],
+      [
+        "Old",
+        0.0
+      ],
+      [
+        "▁disl",
+        0.0
+      ],
+      [
+        "?????",
+        0.0
+      ],
+      [
+        "▁confirms",
+        0.0
+      ],
+      [
+        "▁recruitment",
+        0.0
+      ],
+      [
+        "▁homicide",
+        0.0
+      ],
+      [
+        "Consider",
+        0.0
+      ],
+      [
+        "▁Jeffrey",
+        0.0
+      ],
+      [
+        "fty",
+        0.0
+      ],
+      [
+        "};",
+        0.0
+      ],
+      [
+        "▁objection",
+        0.0
+      ],
+      [
+        "doing",
+        0.0
+      ],
+      [
+        "▁Leo",
+        0.0
+      ],
+      [
+        "Want",
+        0.0
+      ],
+      [
+        "▁glow",
+        0.0
+      ],
+      [
+        "▁Clarke",
+        0.0
+      ],
+      [
+        "▁Norman",
+        0.0
+      ],
+      [
+        "▁verification",
+        0.0
+      ],
+      [
+        "▁packet",
+        0.0
+      ],
+      [
+        "▁Formula",
+        0.0
+      ],
+      [
+        "▁plag",
+        0.0
+      ],
+      [
+        "esville",
+        0.0
+      ],
+      [
+        "▁shouting",
+        0.0
+      ],
+      [
+        "▁ov",
+        0.0
+      ],
+      [
+        "▁REC",
+        0.0
+      ],
+      [
+        "▁Bub",
+        0.0
+      ],
+      [
+        "▁ninth",
+        0.0
+      ],
+      [
+        "▁energ",
+        0.0
+      ],
+      [
+        "▁validity",
+        0.0
+      ],
+      [
+        "▁ups",
+        0.0
+      ],
+      [
+        "jack",
+        0.0
+      ],
+      [
+        "▁neighboring",
+        0.0
+      ],
+      [
+        "▁Nec",
+        0.0
+      ],
+      [
+        "eworks",
+        0.0
+      ],
+      [
+        "▁Hab",
+        0.0
+      ],
+      [
+        "arez",
+        0.0
+      ],
+      [
+        "▁spine",
+        0.0
+      ],
+      [
+        "▁eventual",
+        0.0
+      ],
+      [
+        "▁Leaders",
+        0.0
+      ],
+      [
+        "▁Carn",
+        0.0
+      ],
+      [
+        "▁probation",
+        0.0
+      ],
+      [
+        "▁romance",
+        0.0
+      ],
+      [
+        "msg",
+        0.0
+      ],
+      [
+        "▁Mechanical",
+        0.0
+      ],
+      [
+        "ERY",
+        0.0
+      ],
+      [
+        "Rock",
+        0.0
+      ],
+      [
+        "▁partisan",
+        0.0
+      ],
+      [
+        "Node",
+        0.0
+      ],
+      [
+        "assets",
+        0.0
+      ],
+      [
+        "minent",
+        0.0
+      ],
+      [
+        "▁foreigners",
+        0.0
+      ],
+      [
+        "▁testify",
+        0.0
+      ],
+      [
+        "▁Usually",
+        0.0
+      ],
+      [
+        "lords",
+        0.0
+      ],
+      [
+        "▁Gren",
+        0.0
+      ],
+      [
+        "▁Powell",
+        0.0
+      ],
+      [
+        "BIL",
+        0.0
+      ],
+      [
+        "▁sr",
+        0.0
+      ],
+      [
+        "▁addict",
+        0.0
+      ],
+      [
+        "▁shells",
+        0.0
+      ],
+      [
+        "▁sigh",
+        0.0
+      ],
+      [
+        "▁Yale",
+        0.0
+      ],
+      [
+        "ternity",
+        0.0
+      ],
+      [
+        "▁750",
+        0.0
+      ],
+      [
+        "EU",
+        0.0
+      ],
+      [
+        "▁Rifle",
+        0.0
+      ],
+      [
+        "▁patron",
+        0.0
+      ],
+      [
+        "ema",
+        0.0
+      ],
+      [
+        "▁Bannon",
+        0.0
+      ],
+      [
+        "anity",
+        0.0
+      ],
+      [
+        "▁tropical",
+        0.0
+      ],
+      [
+        "▁VII",
+        0.0
+      ],
+      [
+        "cross",
+        0.0
+      ],
+      [
+        "Everything",
+        0.0
+      ],
+      [
+        "▁ISO",
+        0.0
+      ],
+      [
+        "▁humble",
+        0.0
+      ],
+      [
+        "assing",
+        0.0
+      ],
+      [
+        "▁FIG",
+        0.0
+      ],
+      [
+        "▁updating",
+        0.0
+      ],
+      [
+        "yson",
+        0.0
+      ],
+      [
+        "▁calcium",
+        0.0
+      ],
+      [
+        "▁competent",
+        0.0
+      ],
+      [
+        "▁steering",
+        0.0
+      ],
+      [
+        "Prot",
+        0.0
+      ],
+      [
+        "▁SY",
+        0.0
+      ],
+      [
+        "▁Finals",
+        0.0
+      ],
+      [
+        "▁Rug",
+        0.0
+      ],
+      [
+        "159",
+        0.0
+      ],
+      [
+        "137",
+        0.0
+      ],
+      [
+        "▁Golf",
+        0.0
+      ],
+      [
+        "▁126",
+        0.0
+      ],
+      [
+        "▁accommodation",
+        0.0
+      ],
+      [
+        "▁Hughes",
+        0.0
+      ],
+      [
+        "▁aesthetic",
+        0.0
+      ],
+      [
+        "artisan",
+        0.0
+      ],
+      [
+        "▁Twilight",
+        0.0
+      ],
+      [
+        "▁prince",
+        0.0
+      ],
+      [
+        "▁Agriculture",
+        0.0
+      ],
+      [
+        "▁Disco",
+        0.0
+      ],
+      [
+        "▁precedent",
+        0.0
+      ],
+      [
+        "▁typing",
+        0.0
+      ],
+      [
+        "authorized",
+        0.0
+      ],
+      [
+        "Option",
+        0.0
+      ],
+      [
+        "▁Aub",
+        0.0
+      ],
+      [
+        "lishes",
+        0.0
+      ],
+      [
+        "acht",
+        0.0
+      ],
+      [
+        "mag",
+        0.0
+      ],
+      [
+        "Peter",
+        0.0
+      ],
+      [
+        "▁UFO",
+        0.0
+      ],
+      [
+        "monton",
+        0.0
+      ],
+      [
+        "▁Lith",
+        0.0
+      ],
+      [
+        "▁arom",
+        0.0
+      ],
+      [
+        "▁securing",
+        0.0
+      ],
+      [
+        "▁confined",
+        0.0
+      ],
+      [
+        "private",
+        0.0
+      ],
+      [
+        "▁swords",
+        0.0
+      ],
+      [
+        "▁markers",
+        0.0
+      ],
+      [
+        "▁metabolic",
+        0.0
+      ],
+      [
+        "select",
+        0.0
+      ],
+      [
+        "▁Curse",
+        0.0
+      ],
+      [
+        "▁Ot",
+        0.0
+      ],
+      [
+        "gressive",
+        0.0
+      ],
+      [
+        "▁incumb",
+        0.0
+      ],
+      [
+        "▁Saga",
+        0.0
+      ],
+      [
+        "▁priced",
+        0.0
+      ],
+      [
+        "▁clearance",
+        0.0
+      ],
+      [
+        "Content",
+        0.0
+      ],
+      [
+        "▁drilling",
+        0.0
+      ],
+      [
+        "▁notices",
+        0.0
+      ],
+      [
+        "▁bourgeois",
+        0.0
+      ],
+      [
+        "▁vest",
+        0.0
+      ],
+      [
+        "▁cookie",
+        0.0
+      ],
+      [
+        "▁Guardians",
+        0.0
+      ],
+      [
+        "rys",
+        0.0
+      ],
+      [
+        "inyl",
+        0.0
+      ],
+      [
+        "▁124",
+        0.0
+      ],
+      [
+        "▁plausible",
+        0.0
+      ],
+      [
+        "ongh",
+        0.0
+      ],
+      [
+        "▁Odin",
+        0.0
+      ],
+      [
+        "▁conception",
+        0.0
+      ],
+      [
+        "▁Yuk",
+        0.0
+      ],
+      [
+        "▁Baghdad",
+        0.0
+      ],
+      [
+        "▁Flag",
+        0.0
+      ],
+      [
+        "Austral",
+        0.0
+      ],
+      [
+        "▁IBM",
+        0.0
+      ],
+      [
+        "▁internationally",
+        0.0
+      ],
+      [
+        "▁WikiLeaks",
+        0.0
+      ],
+      [
+        "IED",
+        0.0
+      ],
+      [
+        "▁cyn",
+        0.0
+      ],
+      [
+        "▁chooses",
+        0.0
+      ],
+      [
+        "▁Pill",
+        0.0
+      ],
+      [
+        "▁combining",
+        0.0
+      ],
+      [
+        "▁radi",
+        0.0
+      ],
+      [
+        "▁Mohammed",
+        0.0
+      ],
+      [
+        "defense",
+        0.0
+      ],
+      [
+        "atching",
+        0.0
+      ],
+      [
+        "Subject",
+        0.0
+      ],
+      [
+        "iciency",
+        0.0
+      ],
+      [
+        "Frame",
+        0.0
+      ],
+      [
+        "▁{\"",
+        0.0
+      ],
+      [
+        "▁chess",
+        0.0
+      ],
+      [
+        "▁timer",
+        0.0
+      ],
+      [
+        "190",
+        0.0
+      ],
+      [
+        "▁tin",
+        0.0
+      ],
+      [
+        "▁ordinance",
+        0.0
+      ],
+      [
+        "emetery",
+        0.0
+      ],
+      [
+        "▁accusing",
+        0.0
+      ],
+      [
+        "▁noticeable",
+        0.0
+      ],
+      [
+        "▁centres",
+        0.0
+      ],
+      [
+        "▁lid",
+        0.0
+      ],
+      [
+        "▁Mills",
+        0.0
+      ],
+      [
+        "imgur",
+        0.0
+      ],
+      [
+        "▁zoom",
+        0.0
+      ],
+      [
+        "ergic",
+        0.0
+      ],
+      [
+        "▁compression",
+        0.0
+      ],
+      [
+        "prim",
+        0.0
+      ],
+      [
+        "find",
+        0.0
+      ],
+      [
+        "▁surg",
+        0.0
+      ],
+      [
+        "▁pand",
+        0.0
+      ],
+      [
+        "▁Kee",
+        0.0
+      ],
+      [
+        "▁Chad",
+        0.0
+      ],
+      [
+        "cellence",
+        0.0
+      ],
+      [
+        "oyle",
+        0.0
+      ],
+      [
+        "▁socialism",
+        0.0
+      ],
+      [
+        "▁Travis",
+        0.0
+      ],
+      [
+        "▁MHz",
+        0.0
+      ],
+      [
+        "▁guild",
+        0.0
+      ],
+      [
+        "ALLY",
+        0.0
+      ],
+      [
+        "▁Subscribe",
+        0.0
+      ],
+      [
+        "▁Related",
+        0.0
+      ],
+      [
+        "▁occurrence",
+        0.0
+      ],
+      [
+        "itching",
+        0.0
+      ],
+      [
+        "▁fictional",
+        0.0
+      ],
+      [
+        "▁crush",
+        0.0
+      ],
+      [
+        "▁EA",
+        0.0
+      ],
+      [
+        "cod",
+        0.0
+      ],
+      [
+        "mix",
+        0.0
+      ],
+      [
+        "▁Triple",
+        0.0
+      ],
+      [
+        "▁retrieve",
+        0.0
+      ],
+      [
+        "▁stimulus",
+        0.0
+      ],
+      [
+        "▁psychiat",
+        0.0
+      ],
+      [
+        "▁Door",
+        0.0
+      ],
+      [
+        "▁homosexuality",
+        0.0
+      ],
+      [
+        "▁elementary",
+        0.0
+      ],
+      [
+        "▁cellular",
+        0.0
+      ],
+      [
+        "idian",
+        0.0
+      ],
+      [
+        "▁Laun",
+        0.0
+      ],
+      [
+        "▁intriguing",
+        0.0
+      ],
+      [
+        "▁foam",
+        0.0
+      ],
+      [
+        "▁Bass",
+        0.0
+      ],
+      [
+        "idi",
+        0.0
+      ],
+      [
+        "itsu",
+        0.0
+      ],
+      [
+        "▁assure",
+        0.0
+      ],
+      [
+        "▁congrat",
+        0.0
+      ],
+      [
+        "▁businessman",
+        0.0
+      ],
+      [
+        "▁Boost",
+        0.0
+      ],
+      [
+        "close",
+        0.0
+      ],
+      [
+        "▁lied",
+        0.0
+      ],
+      [
+        "▁sciences",
+        0.0
+      ],
+      [
+        "▁Omega",
+        0.0
+      ],
+      [
+        "▁Graphics",
+        0.0
+      ],
+      [
+        "▁<=",
+        0.0
+      ],
+      [
+        "spoken",
+        0.0
+      ],
+      [
+        "▁connectivity",
+        0.0
+      ],
+      [
+        "Saturday",
+        0.0
+      ],
+      [
+        "▁Avengers",
+        0.0
+      ],
+      [
+        "▁toggle",
+        0.0
+      ],
+      [
+        "▁ankle",
+        0.0
+      ],
+      [
+        "▁nationalist",
+        0.0
+      ],
+      [
+        "model",
+        0.0
+      ],
+      [
+        "▁Pool",
+        0.0
+      ],
+      [
+        "ophobia",
+        0.0
+      ],
+      [
+        "Var",
+        0.0
+      ],
+      [
+        "▁Mons",
+        0.0
+      ],
+      [
+        "atories",
+        0.0
+      ],
+      [
+        "▁aggressively",
+        0.0
+      ],
+      [
+        "Clear",
+        0.0
+      ],
+      [
+        "Forge",
+        0.0
+      ],
+      [
+        "acters",
+        0.0
+      ],
+      [
+        "▁hedge",
+        0.0
+      ],
+      [
+        "▁pipes",
+        0.0
+      ],
+      [
+        "▁blunt",
+        0.0
+      ],
+      [
+        "▁sq",
+        0.0
+      ],
+      [
+        "▁remotely",
+        0.0
+      ],
+      [
+        "Wed",
+        0.0
+      ],
+      [
+        "asers",
+        0.0
+      ],
+      [
+        "▁refriger",
+        0.0
+      ],
+      [
+        "▁tiles",
+        0.0
+      ],
+      [
+        "▁rescued",
+        0.0
+      ],
+      [
+        "▁comprised",
+        0.0
+      ],
+      [
+        "insky",
+        0.0
+      ],
+      [
+        "▁manif",
+        0.0
+      ],
+      [
+        "avanaugh",
+        0.0
+      ],
+      [
+        "▁prolifer",
+        0.0
+      ],
+      [
+        "▁aligned",
+        0.0
+      ],
+      [
+        "xml",
+        0.0
+      ],
+      [
+        "▁triv",
+        0.0
+      ],
+      [
+        "▁coordination",
+        0.0
+      ],
+      [
+        "▁PER",
+        0.0
+      ],
+      [
+        "▁Quote",
+        0.0
+      ],
+      [
+        "134",
+        0.0
+      ],
+      [
+        "bf",
+        0.0
+      ],
+      [
+        "▁Saw",
+        0.0
+      ],
+      [
+        "▁termination",
+        0.0
+      ],
+      [
+        "▁190",
+        0.0
+      ],
+      [
+        "▁additions",
+        0.0
+      ],
+      [
+        "▁trio",
+        0.0
+      ],
+      [
+        "▁projections",
+        0.0
+      ],
+      [
+        "▁positively",
+        0.0
+      ],
+      [
+        "▁inclusive",
+        0.0
+      ],
+      [
+        "▁membr",
+        0.0
+      ],
+      [
+        "1990",
+        0.0
+      ],
+      [
+        "older",
+        0.0
+      ],
+      [
+        "▁practiced",
+        0.0
+      ],
+      [
+        "inkle",
+        0.0
+      ],
+      [
+        "Arch",
+        0.0
+      ],
+      [
+        "▁starters",
+        0.0
+      ],
+      [
+        "arius",
+        0.0
+      ],
+      [
+        "▁intermediate",
+        0.0
+      ],
+      [
+        "▁Benef",
+        0.0
+      ],
+      [
+        "▁Killer",
+        0.0
+      ],
+      [
+        "▁interventions",
+        0.0
+      ],
+      [
+        "▁Kil",
+        0.0
+      ],
+      [
+        "▁Flying",
+        0.0
+      ],
+      [
+        "Inv",
+        0.0
+      ],
+      [
+        "▁premature",
+        0.0
+      ],
+      [
+        "▁psychiatric",
+        0.0
+      ],
+      [
+        "▁indie",
+        0.0
+      ],
+      [
+        "▁collar",
+        0.0
+      ],
+      [
+        "▁Rainbow",
+        0.0
+      ],
+      [
+        "afi",
+        0.0
+      ],
+      [
+        "▁disruption",
+        0.0
+      ],
+      [
+        "▁FOX",
+        0.0
+      ],
+      [
+        "casting",
+        0.0
+      ],
+      [
+        "▁misdem",
+        0.0
+      ],
+      [
+        "cro",
+        0.0
+      ],
+      [
+        "▁wipe",
+        0.0
+      ],
+      [
+        "ardon",
+        0.0
+      ],
+      [
+        "▁bast",
+        0.0
+      ],
+      [
+        "▁Tommy",
+        0.0
+      ],
+      [
+        "▁Representative",
+        0.0
+      ],
+      [
+        "▁belly",
+        0.0
+      ],
+      [
+        "▁PO",
+        0.0
+      ],
+      [
+        "▁Breitbart",
+        0.0
+      ],
+      [
+        "132",
+        0.0
+      ],
+      [
+        "▁messaging",
+        0.0
+      ],
+      [
+        "Should",
+        0.0
+      ],
+      [
+        "References",
+        0.0
+      ],
+      [
+        "▁GRE",
+        0.0
+      ],
+      [
+        "istical",
+        0.0
+      ],
+      [
+        "LP",
+        0.0
+      ],
+      [
+        "▁Cav",
+        0.0
+      ],
+      [
+        "▁Crazy",
+        0.0
+      ],
+      [
+        "▁intuitive",
+        0.0
+      ],
+      [
+        "keeping",
+        0.0
+      ],
+      [
+        "▁Moss",
+        0.0
+      ],
+      [
+        "▁discontin",
+        0.0
+      ],
+      [
+        "▁Module",
+        0.0
+      ],
+      [
+        "▁unrelated",
+        0.0
+      ],
+      [
+        "▁Practice",
+        0.0
+      ],
+      [
+        "▁Transport",
+        0.0
+      ],
+      [
+        "▁statistically",
+        0.0
+      ],
+      [
+        "orns",
+        0.0
+      ],
+      [
+        "▁sized",
+        0.0
+      ],
+      [
+        "pu",
+        0.0
+      ],
+      [
+        "▁caf",
+        0.0
+      ],
+      [
+        "▁Worlds",
+        0.0
+      ],
+      [
+        "▁Rodgers",
+        0.0
+      ],
+      [
+        "▁Lun",
+        0.0
+      ],
+      [
+        "▁Comic",
+        0.0
+      ],
+      [
+        "living",
+        0.0
+      ],
+      [
+        "▁cared",
+        0.0
+      ],
+      [
+        "▁climbed",
+        0.0
+      ],
+      [
+        "){",
+        0.0
+      ],
+      [
+        "▁consisted",
+        0.0
+      ],
+      [
+        "▁medieval",
+        0.0
+      ],
+      [
+        "folk",
+        0.0
+      ],
+      [
+        "▁hacked",
+        0.0
+      ],
+      [
+        "▁dire",
+        0.0
+      ],
+      [
+        "▁Hermione",
+        0.0
+      ],
+      [
+        "▁tended",
+        0.0
+      ],
+      [
+        "ceans",
+        0.0
+      ],
+      [
+        "Daniel",
+        0.0
+      ],
+      [
+        "went",
+        0.0
+      ],
+      [
+        "▁legislators",
+        0.0
+      ],
+      [
+        "▁redes",
+        0.0
+      ],
+      [
+        "games",
+        0.0
+      ],
+      [
+        "▁gn",
+        0.0
+      ],
+      [
+        "amiliar",
+        0.0
+      ],
+      [
+        "▁++",
+        0.0
+      ],
+      [
+        "ggy",
+        0.0
+      ],
+      [
+        "threat",
+        0.0
+      ],
+      [
+        "▁magnet",
+        0.0
+      ],
+      [
+        "▁perceive",
+        0.0
+      ],
+      [
+        "▁zip",
+        0.0
+      ],
+      [
+        "▁indictment",
+        0.0
+      ],
+      [
+        "▁critique",
+        0.0
+      ],
+      [
+        "gard",
+        0.0
+      ],
+      [
+        "▁Safe",
+        0.0
+      ],
+      [
+        "▁Cream",
+        0.0
+      ],
+      [
+        "▁advent",
+        0.0
+      ],
+      [
+        "oba",
+        0.0
+      ],
+      [
+        "▁vowed",
+        0.0
+      ],
+      [
+        "ousands",
+        0.0
+      ],
+      [
+        "▁ski",
+        0.0
+      ],
+      [
+        "▁abortions",
+        0.0
+      ],
+      [
+        "uart",
+        0.0
+      ],
+      [
+        "▁stunned",
+        0.0
+      ],
+      [
+        "▁advancing",
+        0.0
+      ],
+      [
+        "▁lacked",
+        0.0
+      ],
+      [
+        "▁\\\"",
+        0.0
+      ],
+      [
+        "▁schizophren",
+        0.0
+      ],
+      [
+        "▁elegant",
+        0.0
+      ],
+      [
+        "▁conferences",
+        0.0
+      ],
+      [
+        "▁canceled",
+        0.0
+      ],
+      [
+        "▁Hudson",
+        0.0
+      ],
+      [
+        "▁Hopefully",
+        0.0
+      ],
+      [
+        "▁trump",
+        0.0
+      ],
+      [
+        "▁frequencies",
+        0.0
+      ],
+      [
+        "▁meteor",
+        0.0
+      ],
+      [
+        "▁Junior",
+        0.0
+      ],
+      [
+        "▁Fleet",
+        0.0
+      ],
+      [
+        "▁Malcolm",
+        0.0
+      ],
+      [
+        "▁Tools",
+        0.0
+      ],
+      [
+        "▁........",
+        0.0
+      ],
+      [
+        "▁hobby",
+        0.0
+      ],
+      [
+        "▁Europeans",
+        0.0
+      ],
+      [
+        "▁1500",
+        0.0
+      ],
+      [
+        "▁Into",
+        0.0
+      ],
+      [
+        "▁sway",
+        0.0
+      ],
+      [
+        "▁Appro",
+        0.0
+      ],
+      [
+        "▁Compl",
+        0.0
+      ],
+      [
+        "Community",
+        0.0
+      ],
+      [
+        "▁tide",
+        0.0
+      ],
+      [
+        "▁Summit",
+        0.0
+      ],
+      [
+        "ä»",
+        0.0
+      ],
+      [
+        "▁intervals",
+        0.0
+      ],
+      [
+        "▁Ether",
+        0.0
+      ],
+      [
+        "▁habitat",
+        0.0
+      ],
+      [
+        "▁Stevens",
+        0.0
+      ],
+      [
+        "lishing",
+        0.0
+      ],
+      [
+        "▁Domain",
+        0.0
+      ],
+      [
+        "▁triggers",
+        0.0
+      ],
+      [
+        "▁chasing",
+        0.0
+      ],
+      [
+        "▁charm",
+        0.0
+      ],
+      [
+        "▁Flower",
+        0.0
+      ],
+      [
+        "itored",
+        0.0
+      ],
+      [
+        "▁blessing",
+        0.0
+      ],
+      [
+        "▁textures",
+        0.0
+      ],
+      [
+        "Five",
+        0.0
+      ],
+      [
+        "▁liquor",
+        0.0
+      ],
+      [
+        "RP",
+        0.0
+      ],
+      [
+        "FIN",
+        0.0
+      ],
+      [
+        "▁1962",
+        0.0
+      ],
+      [
+        "CAR",
+        0.0
+      ],
+      [
+        "Unknown",
+        0.0
+      ],
+      [
+        "▁resil",
+        0.0
+      ],
+      [
+        "▁Lily",
+        0.0
+      ],
+      [
+        "▁abundance",
+        0.0
+      ],
+      [
+        "▁predictable",
+        0.0
+      ],
+      [
+        "rar",
+        0.0
+      ],
+      [
+        "▁bullshit",
+        0.0
+      ],
+      [
+        "leen",
+        0.0
+      ],
+      [
+        "chet",
+        0.0
+      ],
+      [
+        "Mor",
+        0.0
+      ],
+      [
+        "Much",
+        0.0
+      ],
+      [
+        "ä¹",
+        0.0
+      ],
+      [
+        "▁emphasized",
+        0.0
+      ],
+      [
+        "▁crust",
+        0.0
+      ],
+      [
+        "▁primitive",
+        0.0
+      ],
+      [
+        "▁enjoyable",
+        0.0
+      ],
+      [
+        "▁Pictures",
+        0.0
+      ],
+      [
+        "▁teammate",
+        0.0
+      ],
+      [
+        "pler",
+        0.0
+      ],
+      [
+        "▁Tol",
+        0.0
+      ],
+      [
+        "▁Kane",
+        0.0
+      ],
+      [
+        "▁summoned",
+        0.0
+      ],
+      [
+        "thy",
+        0.0
+      ],
+      [
+        "rama",
+        0.0
+      ],
+      [
+        "▁Honda",
+        0.0
+      ],
+      [
+        "▁realizing",
+        0.0
+      ],
+      [
+        "▁quicker",
+        0.0
+      ],
+      [
+        "▁concentrate",
+        0.0
+      ],
+      [
+        "clear",
+        0.0
+      ],
+      [
+        "▁210",
+        0.0
+      ],
+      [
+        "▁Erdogan",
+        0.0
+      ],
+      [
+        "aris",
+        0.0
+      ],
+      [
+        "▁responds",
+        0.0
+      ],
+      [
+        "▁BI",
+        0.0
+      ],
+      [
+        "▁eligibility",
+        0.0
+      ],
+      [
+        "▁pushes",
+        0.0
+      ],
+      [
+        "▁Idaho",
+        0.0
+      ],
+      [
+        "▁aggrav",
+        0.0
+      ],
+      [
+        "▁ruins",
+        0.0
+      ],
+      [
+        "urations",
+        0.0
+      ],
+      [
+        "▁bans",
+        0.0
+      ],
+      [
+        "▁anat",
+        0.0
+      ],
+      [
+        "share",
+        0.0
+      ],
+      [
+        "▁grind",
+        0.0
+      ],
+      [
+        "hin",
+        0.0
+      ],
+      [
+        "umen",
+        0.0
+      ],
+      [
+        "▁utilities",
+        0.0
+      ],
+      [
+        "▁Yankees",
+        0.0
+      ],
+      [
+        "▁databases",
+        0.0
+      ],
+      [
+        "▁DD",
+        0.0
+      ],
+      [
+        "▁displaced",
+        0.0
+      ],
+      [
+        "▁dependencies",
+        0.0
+      ],
+      [
+        "▁stimulation",
+        0.0
+      ],
+      [
+        "hun",
+        0.0
+      ],
+      [
+        "houses",
+        0.0
+      ],
+      [
+        "▁Pretty",
+        0.0
+      ],
+      [
+        "▁Ravens",
+        0.0
+      ],
+      [
+        "▁TODAY",
+        0.0
+      ],
+      [
+        "▁associates",
+        0.0
+      ],
+      [
+        "▁therape",
+        0.0
+      ],
+      [
+        "cled",
+        0.0
+      ],
+      [
+        "▁deer",
+        0.0
+      ],
+      [
+        "▁repairs",
+        0.0
+      ],
+      [
+        "rentice",
+        0.0
+      ],
+      [
+        "▁receptors",
+        0.0
+      ],
+      [
+        "▁remed",
+        0.0
+      ],
+      [
+        "▁Ce",
+        0.0
+      ],
+      [
+        "▁marriages",
+        0.0
+      ],
+      [
+        "▁ballots",
+        0.0
+      ],
+      [
+        "▁Soldier",
+        0.0
+      ],
+      [
+        "▁hilarious",
+        0.0
+      ],
+      [
+        "opl",
+        0.0
+      ],
+      [
+        "138",
+        0.0
+      ],
+      [
+        "▁inherently",
+        0.0
+      ],
+      [
+        "▁ignorant",
+        0.0
+      ],
+      [
+        "▁bounce",
+        0.0
+      ],
+      [
+        "▁Easter",
+        0.0
+      ],
+      [
+        "RELATED",
+        0.0
+      ],
+      [
+        "▁Currency",
+        0.0
+      ],
+      [
+        "EV",
+        0.0
+      ],
+      [
+        "ãĥŀ",
+        0.0
+      ],
+      [
+        "▁Lead",
+        0.0
+      ],
+      [
+        "▁deceased",
+        0.0
+      ],
+      [
+        "Brien",
+        0.0
+      ],
+      [
+        "▁Musk",
+        0.0
+      ],
+      [
+        "JS",
+        0.0
+      ],
+      [
+        "▁merge",
+        0.0
+      ],
+      [
+        "hearted",
+        0.0
+      ],
+      [
+        "creat",
+        0.0
+      ],
+      [
+        "mitt",
+        0.0
+      ],
+      [
+        "mund",
+        0.0
+      ],
+      [
+        "▁âĢĭ",
+        0.0
+      ],
+      [
+        "▁Bag",
+        0.0
+      ],
+      [
+        "▁projection",
+        0.0
+      ],
+      [
+        "▁java",
+        0.0
+      ],
+      [
+        "▁Standards",
+        0.0
+      ],
+      [
+        "▁Leonard",
+        0.0
+      ],
+      [
+        "▁coconut",
+        0.0
+      ],
+      [
+        "▁Population",
+        0.0
+      ],
+      [
+        "▁traject",
+        0.0
+      ],
+      [
+        "▁imply",
+        0.0
+      ],
+      [
+        "▁curiosity",
+        0.0
+      ],
+      [
+        "▁DB",
+        0.0
+      ],
+      [
+        "▁Fresh",
+        0.0
+      ],
+      [
+        "▁Por",
+        0.0
+      ],
+      [
+        "▁heavier",
+        0.0
+      ],
+      [
+        "neys",
+        0.0
+      ],
+      [
+        "gomery",
+        0.0
+      ],
+      [
+        "▁deserved",
+        0.0
+      ],
+      [
+        "▁phrases",
+        0.0
+      ],
+      [
+        "▁GC",
+        0.0
+      ],
+      [
+        "▁yeast",
+        0.0
+      ],
+      [
+        "desc",
+        0.0
+      ],
+      [
+        "Death",
+        0.0
+      ],
+      [
+        "▁reboot",
+        0.0
+      ],
+      [
+        "▁metadata",
+        0.0
+      ],
+      [
+        "ICAL",
+        0.0
+      ],
+      [
+        "▁repay",
+        0.0
+      ],
+      [
+        "▁Independence",
+        0.0
+      ],
+      [
+        "▁suburban",
+        0.0
+      ],
+      [
+        "icals",
+        0.0
+      ],
+      [
+        "▁atop",
+        0.0
+      ],
+      [
+        "▁allocation",
+        0.0
+      ],
+      [
+        "generation",
+        0.0
+      ],
+      [
+        "▁Gram",
+        0.0
+      ],
+      [
+        "▁moisture",
+        0.0
+      ],
+      [
+        "▁pine",
+        0.0
+      ],
+      [
+        "▁Liberals",
+        0.0
+      ],
+      [
+        "▁aides",
+        0.0
+      ],
+      [
+        "▁underest",
+        0.0
+      ],
+      [
+        "▁Berry",
+        0.0
+      ],
+      [
+        "▁ceremon",
+        0.0
+      ],
+      [
+        "370",
+        0.0
+      ],
+      [
+        "astrous",
+        0.0
+      ],
+      [
+        "▁Pirates",
+        0.0
+      ],
+      [
+        "▁tense",
+        0.0
+      ],
+      [
+        "▁Industries",
+        0.0
+      ],
+      [
+        "▁Appeals",
+        0.0
+      ],
+      [
+        "▁Near",
+        0.0
+      ],
+      [
+        "▁è£ıç",
+        0.0
+      ],
+      [
+        "▁lovers",
+        0.0
+      ],
+      [
+        "▁CAP",
+        0.0
+      ],
+      [
+        "▁Craw",
+        0.0
+      ],
+      [
+        "▁giants",
+        0.0
+      ],
+      [
+        "▁efficacy",
+        0.0
+      ],
+      [
+        "Element",
+        0.0
+      ],
+      [
+        "▁Behavior",
+        0.0
+      ],
+      [
+        "▁Toyota",
+        0.0
+      ],
+      [
+        "▁intest",
+        0.0
+      ],
+      [
+        "Priv",
+        0.0
+      ],
+      [
+        "AI",
+        0.0
+      ],
+      [
+        "▁maneuver",
+        0.0
+      ],
+      [
+        "▁perfection",
+        0.0
+      ],
+      [
+        "▁bang",
+        0.0
+      ],
+      [
+        "paper",
+        0.0
+      ],
+      [
+        "rill",
+        0.0
+      ],
+      [
+        "George",
+        0.0
+      ],
+      [
+        "border",
+        0.0
+      ],
+      [
+        "inters",
+        0.0
+      ],
+      [
+        "▁Seth",
+        0.0
+      ],
+      [
+        "▁clues",
+        0.0
+      ],
+      [
+        "▁Levi",
+        0.0
+      ],
+      [
+        "▁Revenue",
+        0.0
+      ],
+      [
+        "147",
+        0.0
+      ],
+      [
+        "▁vapor",
+        0.0
+      ],
+      [
+        "▁fortunate",
+        0.0
+      ],
+      [
+        "▁threatens",
+        0.0
+      ],
+      [
+        "▁vet",
+        0.0
+      ],
+      [
+        "▁dependency",
+        0.0
+      ],
+      [
+        "ersed",
+        0.0
+      ],
+      [
+        "article",
+        0.0
+      ],
+      [
+        "▁Blizzard",
+        0.0
+      ],
+      [
+        "▁chlor",
+        0.0
+      ],
+      [
+        "▁minus",
+        0.0
+      ],
+      [
+        "▁Bills",
+        0.0
+      ],
+      [
+        "▁cryptocurrency",
+        0.0
+      ],
+      [
+        "▁metabolism",
+        0.0
+      ],
+      [
+        "tering",
+        0.0
+      ],
+      [
+        "▁pestic",
+        0.0
+      ],
+      [
+        "steps",
+        0.0
+      ],
+      [
+        "▁Treasure",
+        0.0
+      ],
+      [
+        "racted",
+        0.0
+      ],
+      [
+        "▁Constant",
+        0.0
+      ],
+      [
+        "▁temp",
+        0.0
+      ],
+      [
+        "139",
+        0.0
+      ],
+      [
+        "▁Detective",
+        0.0
+      ],
+      [
+        "urally",
+        0.0
+      ],
+      [
+        "▁recovering",
+        0.0
+      ],
+      [
+        "▁cortex",
+        0.0
+      ],
+      [
+        "▁144",
+        0.0
+      ],
+      [
+        "closed",
+        0.0
+      ],
+      [
+        "▁prejudice",
+        0.0
+      ],
+      [
+        "aunted",
+        0.0
+      ],
+      [
+        "▁storms",
+        0.0
+      ],
+      [
+        "▁NOW",
+        0.0
+      ],
+      [
+        "▁machinery",
+        0.0
+      ],
+      [
+        "Address",
+        0.0
+      ],
+      [
+        "▁compelled",
+        0.0
+      ],
+      [
+        "270",
+        0.0
+      ],
+      [
+        "▁despair",
+        0.0
+      ],
+      [
+        "bane",
+        0.0
+      ],
+      [
+        "▁vegetable",
+        0.0
+      ],
+      [
+        "▁beds",
+        0.0
+      ],
+      [
+        "Learn",
+        0.0
+      ],
+      [
+        "▁colorful",
+        0.0
+      ],
+      [
+        "▁spike",
+        0.0
+      ],
+      [
+        "▁margins",
+        0.0
+      ],
+      [
+        "▁sympathy",
+        0.0
+      ],
+      [
+        "▁workshop",
+        0.0
+      ],
+      [
+        "▁CBC",
+        0.0
+      ],
+      [
+        "Sat",
+        0.0
+      ],
+      [
+        "▁burns",
+        0.0
+      ],
+      [
+        "▁Gender",
+        0.0
+      ],
+      [
+        "▁129",
+        0.0
+      ],
+      [
+        "▁Cable",
+        0.0
+      ],
+      [
+        "▁debts",
+        0.0
+      ],
+      [
+        "▁Theresa",
+        0.0
+      ],
+      [
+        "▁reflecting",
+        0.0
+      ],
+      [
+        "▁airst",
+        0.0
+      ],
+      [
+        "▁rim",
+        0.0
+      ],
+      [
+        "ramid",
+        0.0
+      ],
+      [
+        "▁weaknesses",
+        0.0
+      ],
+      [
+        "Writ",
+        0.0
+      ],
+      [
+        "oggle",
+        0.0
+      ],
+      [
+        "ti",
+        0.0
+      ],
+      [
+        "▁Charge",
+        0.0
+      ],
+      [
+        "▁weighed",
+        0.0
+      ],
+      [
+        "▁(.",
+        0.0
+      ],
+      [
+        "▁laughter",
+        0.0
+      ],
+      [
+        "▁router",
+        0.0
+      ],
+      [
+        "▁Democracy",
+        0.0
+      ],
+      [
+        "Dear",
+        0.0
+      ],
+      [
+        "▁hasht",
+        0.0
+      ],
+      [
+        "▁dy",
+        0.0
+      ],
+      [
+        "▁hints",
+        0.0
+      ],
+      [
+        "running",
+        0.0
+      ],
+      [
+        "▁finishes",
+        0.0
+      ],
+      [
+        "arus",
+        0.0
+      ],
+      [
+        "Mass",
+        0.0
+      ],
+      [
+        "result",
+        0.0
+      ],
+      [
+        "ascus",
+        0.0
+      ],
+      [
+        "▁vintage",
+        0.0
+      ],
+      [
+        "▁conqu",
+        0.0
+      ],
+      [
+        "▁wildly",
+        0.0
+      ],
+      [
+        "acist",
+        0.0
+      ],
+      [
+        "▁lingu",
+        0.0
+      ],
+      [
+        "▁protagonist",
+        0.0
+      ],
+      [
+        "strom",
+        0.0
+      ],
+      [
+        "teenth",
+        0.0
+      ],
+      [
+        "▁Solo",
+        0.0
+      ],
+      [
+        "mac",
+        0.0
+      ],
+      [
+        "filled",
+        0.0
+      ],
+      [
+        "▁renown",
+        0.0
+      ],
+      [
+        "itives",
+        0.0
+      ],
+      [
+        "▁motive",
+        0.0
+      ],
+      [
+        "▁Antar",
+        0.0
+      ],
+      [
+        "▁Mann",
+        0.0
+      ],
+      [
+        "▁Adjust",
+        0.0
+      ],
+      [
+        "▁rockets",
+        0.0
+      ],
+      [
+        "▁troubling",
+        0.0
+      ],
+      [
+        "ei",
+        0.0
+      ],
+      [
+        "▁organisms",
+        0.0
+      ],
+      [
+        "assis",
+        0.0
+      ],
+      [
+        "Christian",
+        0.0
+      ],
+      [
+        "▁145",
+        0.0
+      ],
+      [
+        "▁Hass",
+        0.0
+      ],
+      [
+        "▁swall",
+        0.0
+      ],
+      [
+        "▁wax",
+        0.0
+      ],
+      [
+        "▁Survival",
+        0.0
+      ],
+      [
+        "VS",
+        0.0
+      ],
+      [
+        "▁Murd",
+        0.0
+      ],
+      [
+        "vd",
+        0.0
+      ],
+      [
+        "standard",
+        0.0
+      ],
+      [
+        "▁dragons",
+        0.0
+      ],
+      [
+        "▁acceleration",
+        0.0
+      ],
+      [
+        "rational",
+        0.0
+      ],
+      [
+        "final",
+        0.0
+      ],
+      [
+        "▁paired",
+        0.0
+      ],
+      [
+        "▁Ethereum",
+        0.0
+      ],
+      [
+        "▁interfaces",
+        0.0
+      ],
+      [
+        "▁resent",
+        0.0
+      ],
+      [
+        "▁artifacts",
+        0.0
+      ],
+      [
+        "Å«",
+        0.0
+      ],
+      [
+        "arel",
+        0.0
+      ],
+      [
+        "▁competitor",
+        0.0
+      ],
+      [
+        "▁Nicholas",
+        0.0
+      ],
+      [
+        "▁Surface",
+        0.0
+      ],
+      [
+        "cpp",
+        0.0
+      ],
+      [
+        "▁Tot",
+        0.0
+      ],
+      [
+        "▁economically",
+        0.0
+      ],
+      [
+        "▁organised",
+        0.0
+      ],
+      [
+        "▁enforced",
+        0.0
+      ],
+      [
+        "inho",
+        0.0
+      ],
+      [
+        "▁varieties",
+        0.0
+      ],
+      [
+        "▁abdom",
+        0.0
+      ],
+      [
+        "▁Bailey",
+        0.0
+      ],
+      [
+        "idav",
+        0.0
+      ],
+      [
+        "▁Salv",
+        0.0
+      ],
+      [
+        "paid",
+        0.0
+      ],
+      [
+        "▁altitude",
+        0.0
+      ],
+      [
+        "essert",
+        0.0
+      ],
+      [
+        "▁Gutenberg",
+        0.0
+      ],
+      [
+        "area",
+        0.0
+      ],
+      [
+        "opoulos",
+        0.0
+      ],
+      [
+        "▁professors",
+        0.0
+      ],
+      [
+        "iggs",
+        0.0
+      ],
+      [
+        "▁Fate",
+        0.0
+      ],
+      [
+        "hey",
+        0.0
+      ],
+      [
+        "▁3000",
+        0.0
+      ],
+      [
+        "Dist",
+        0.0
+      ],
+      [
+        "▁twins",
+        0.0
+      ],
+      [
+        "cill",
+        0.0
+      ],
+      [
+        "▁Maps",
+        0.0
+      ],
+      [
+        "▁traps",
+        0.0
+      ],
+      [
+        "▁weed",
+        0.0
+      ],
+      [
+        "▁Kiss",
+        0.0
+      ],
+      [
+        "▁yoga",
+        0.0
+      ],
+      [
+        "▁recipients",
+        0.0
+      ],
+      [
+        "▁Westminster",
+        0.0
+      ],
+      [
+        "▁pools",
+        0.0
+      ],
+      [
+        "▁Walmart",
+        0.0
+      ],
+      [
+        "188",
+        0.0
+      ],
+      [
+        "▁Schools",
+        0.0
+      ],
+      [
+        "attack",
+        0.0
+      ],
+      [
+        "▁ARM",
+        0.0
+      ],
+      [
+        "paragraph",
+        0.0
+      ],
+      [
+        "Warning",
+        0.0
+      ],
+      [
+        "jl",
+        0.0
+      ],
+      [
+        "▁selfish",
+        0.0
+      ],
+      [
+        "anchez",
+        0.0
+      ],
+      [
+        "▁Heights",
+        0.0
+      ],
+      [
+        "Fre",
+        0.0
+      ],
+      [
+        "▁Soph",
+        0.0
+      ],
+      [
+        "▁--------------------------------",
+        0.0
+      ],
+      [
+        "tml",
+        0.0
+      ],
+      [
+        "333",
+        0.0
+      ],
+      [
+        "▁raids",
+        0.0
+      ],
+      [
+        "▁satellites",
+        0.0
+      ],
+      [
+        "KEY",
+        0.0
+      ],
+      [
+        "▁lasts",
+        0.0
+      ],
+      [
+        "ÑĤ",
+        0.0
+      ],
+      [
+        "Ins",
+        0.0
+      ],
+      [
+        "▁Dame",
+        0.0
+      ],
+      [
+        "▁unpredict",
+        0.0
+      ],
+      [
+        "///",
+        0.0
+      ],
+      [
+        "ghai",
+        0.0
+      ],
+      [
+        "▁artillery",
+        0.0
+      ],
+      [
+        "▁cruise",
+        0.0
+      ],
+      [
+        "▁gel",
+        0.0
+      ],
+      [
+        "▁Cabinet",
+        0.0
+      ],
+      [
+        "▁blows",
+        0.0
+      ],
+      [
+        "▁Esp",
+        0.0
+      ],
+      [
+        "▁proximity",
+        0.0
+      ],
+      [
+        "othe",
+        0.0
+      ],
+      [
+        "▁Skills",
+        0.0
+      ],
+      [
+        "▁Upper",
+        0.0
+      ],
+      [
+        "obo",
+        0.0
+      ],
+      [
+        "▁NDP",
+        0.0
+      ],
+      [
+        "▁enjoys",
+        0.0
+      ],
+      [
+        "▁repeating",
+        0.0
+      ],
+      [
+        "▁Construction",
+        0.0
+      ],
+      [
+        "▁Questions",
+        0.0
+      ],
+      [
+        "Hillary",
+        0.0
+      ],
+      [
+        "▁uint",
+        0.0
+      ],
+      [
+        "▁processors",
+        0.0
+      ],
+      [
+        "▁Gibson",
+        0.0
+      ],
+      [
+        "▁Multiple",
+        0.0
+      ],
+      [
+        "qa",
+        0.0
+      ],
+      [
+        "▁Bom",
+        0.0
+      ],
+      [
+        "▁Miles",
+        0.0
+      ],
+      [
+        "ventional",
+        0.0
+      ],
+      [
+        "▁hurts",
+        0.0
+      ],
+      [
+        "skin",
+        0.0
+      ],
+      [
+        "▁AIDS",
+        0.0
+      ],
+      [
+        "▁advisers",
+        0.0
+      ],
+      [
+        "▁Root",
+        0.0
+      ],
+      [
+        "▁methodology",
+        0.0
+      ],
+      [
+        "▁Dale",
+        0.0
+      ],
+      [
+        "▁deton",
+        0.0
+      ],
+      [
+        "▁Knowledge",
+        0.0
+      ],
+      [
+        "sequently",
+        0.0
+      ],
+      [
+        "▁121",
+        0.0
+      ],
+      [
+        "▁connects",
+        0.0
+      ],
+      [
+        "Cy",
+        0.0
+      ],
+      [
+        "▁Danger",
+        0.0
+      ],
+      [
+        "▁contributors",
+        0.0
+      ],
+      [
+        "▁Bent",
+        0.0
+      ],
+      [
+        "▁brass",
+        0.0
+      ],
+      [
+        "▁Guns",
+        0.0
+      ],
+      [
+        "into",
+        0.0
+      ],
+      [
+        "▁Fortune",
+        0.0
+      ],
+      [
+        "▁broker",
+        0.0
+      ],
+      [
+        "balance",
+        0.0
+      ],
+      [
+        "▁lengths",
+        0.0
+      ],
+      [
+        "▁vic",
+        0.0
+      ],
+      [
+        "▁averaging",
+        0.0
+      ],
+      [
+        "▁appropriately",
+        0.0
+      ],
+      [
+        "▁Camera",
+        0.0
+      ],
+      [
+        "▁sandwich",
+        0.0
+      ],
+      [
+        "▁CDC",
+        0.0
+      ],
+      [
+        "▁coordinate",
+        0.0
+      ],
+      [
+        "▁navig",
+        0.0
+      ],
+      [
+        "▁goodness",
+        0.0
+      ],
+      [
+        "laim",
+        0.0
+      ],
+      [
+        "▁brake",
+        0.0
+      ],
+      [
+        "▁extremist",
+        0.0
+      ],
+      [
+        "▁Wake",
+        0.0
+      ],
+      [
+        "▁Mend",
+        0.0
+      ],
+      [
+        "▁Tiny",
+        0.0
+      ],
+      [
+        "▁COL",
+        0.0
+      ],
+      [
+        "▁RF",
+        0.0
+      ],
+      [
+        "▁Dual",
+        0.0
+      ],
+      [
+        "▁Wine",
+        0.0
+      ],
+      [
+        "Case",
+        0.0
+      ],
+      [
+        "▁refined",
+        0.0
+      ],
+      [
+        "▁lamp",
+        0.0
+      ],
+      [
+        "Lead",
+        0.0
+      ],
+      [
+        "▁bapt",
+        0.0
+      ],
+      [
+        "▁Carb",
+        0.0
+      ],
+      [
+        "▁Sadd",
+        0.0
+      ],
+      [
+        "▁Minneapolis",
+        0.0
+      ],
+      [
+        "PDF",
+        0.0
+      ],
+      [
+        "Early",
+        0.0
+      ],
+      [
+        "▁Hidden",
+        0.0
+      ],
+      [
+        "Its",
+        0.0
+      ],
+      [
+        "▁TIME",
+        0.0
+      ],
+      [
+        "▁pap",
+        0.0
+      ],
+      [
+        "▁commissioned",
+        0.0
+      ],
+      [
+        "▁Few",
+        0.0
+      ],
+      [
+        "▁Colts",
+        0.0
+      ],
+      [
+        "▁Bren",
+        0.0
+      ],
+      [
+        "▁bothered",
+        0.0
+      ],
+      [
+        "▁likewise",
+        0.0
+      ],
+      [
+        "Exper",
+        0.0
+      ],
+      [
+        "▁Schw",
+        0.0
+      ],
+      [
+        "cry",
+        0.0
+      ],
+      [
+        "nn",
+        0.0
+      ],
+      [
+        "▁Mitch",
+        0.0
+      ],
+      [
+        "imon",
+        0.0
+      ],
+      [
+        "MG",
+        0.0
+      ],
+      [
+        "bm",
+        0.0
+      ],
+      [
+        "UMP",
+        0.0
+      ],
+      [
+        "rays",
+        0.0
+      ],
+      [
+        "▁registry",
+        0.0
+      ],
+      [
+        "▁270",
+        0.0
+      ],
+      [
+        "achine",
+        0.0
+      ],
+      [
+        "rella",
+        0.0
+      ],
+      [
+        "anting",
+        0.0
+      ],
+      [
+        "00000",
+        0.0
+      ],
+      [
+        "▁ruined",
+        0.0
+      ],
+      [
+        "spot",
+        0.0
+      ],
+      [
+        "▁ta",
+        0.0
+      ],
+      [
+        "▁maximize",
+        0.0
+      ],
+      [
+        "▁inconven",
+        0.0
+      ],
+      [
+        "Dead",
+        0.0
+      ],
+      [
+        "Human",
+        0.0
+      ],
+      [
+        "Enabled",
+        0.0
+      ],
+      [
+        "▁Marie",
+        0.0
+      ],
+      [
+        "▁chill",
+        0.0
+      ],
+      [
+        "▁Paradise",
+        0.0
+      ],
+      [
+        "▁starring",
+        0.0
+      ],
+      [
+        "▁Latino",
+        0.0
+      ],
+      [
+        "▁Protocol",
+        0.0
+      ],
+      [
+        "▁EVER",
+        0.0
+      ],
+      [
+        "▁suppliers",
+        0.0
+      ],
+      [
+        "message",
+        0.0
+      ],
+      [
+        "▁Brock",
+        0.0
+      ],
+      [
+        "▁serum",
+        0.0
+      ],
+      [
+        "âĸĪâĸĪâĸĪâĸĪ",
+        0.0
+      ],
+      [
+        "▁encomp",
+        0.0
+      ],
+      [
+        "▁ambition",
+        0.0
+      ],
+      [
+        "uese",
+        0.0
+      ],
+      [
+        "▁arrows",
+        0.0
+      ],
+      [
+        "Andrew",
+        0.0
+      ],
+      [
+        "▁antenna",
+        0.0
+      ],
+      [
+        "▁1961",
+        0.0
+      ],
+      [
+        "▁Bark",
+        0.0
+      ],
+      [
+        "▁bool",
+        0.0
+      ],
+      [
+        "ãĤª",
+        0.0
+      ],
+      [
+        "▁Storage",
+        0.0
+      ],
+      [
+        "▁railway",
+        0.0
+      ],
+      [
+        "▁tougher",
+        0.0
+      ],
+      [
+        "▁Cad",
+        0.0
+      ],
+      [
+        "▁washing",
+        0.0
+      ],
+      [
+        "Py",
+        0.0
+      ],
+      [
+        "']",
+        0.0
+      ],
+      [
+        "embed",
+        0.0
+      ],
+      [
+        "▁Memphis",
+        0.0
+      ],
+      [
+        "ackle",
+        0.0
+      ],
+      [
+        "▁famously",
+        0.0
+      ],
+      [
+        "▁Fortunately",
+        0.0
+      ],
+      [
+        "ovies",
+        0.0
+      ],
+      [
+        "▁mindset",
+        0.0
+      ],
+      [
+        "▁sneak",
+        0.0
+      ],
+      [
+        "▁Dh",
+        0.0
+      ],
+      [
+        "RAW",
+        0.0
+      ],
+      [
+        "▁Simpson",
+        0.0
+      ],
+      [
+        "▁livest",
+        0.0
+      ],
+      [
+        "▁landmark",
+        0.0
+      ],
+      [
+        "▁cement",
+        0.0
+      ],
+      [
+        "Low",
+        0.0
+      ],
+      [
+        "▁thrilled",
+        0.0
+      ],
+      [
+        "▁Course",
+        0.0
+      ],
+      [
+        "inel",
+        0.0
+      ],
+      [
+        "▁chuck",
+        0.0
+      ],
+      [
+        "idate",
+        0.0
+      ],
+      [
+        "global",
+        0.0
+      ],
+      [
+        "▁whit",
+        0.0
+      ],
+      [
+        "▁�",
+        0.0
+      ],
+      [
+        "adays",
+        0.0
+      ],
+      [
+        "ski",
+        0.0
+      ],
+      [
+        "▁SV",
+        0.0
+      ],
+      [
+        "▁viruses",
+        0.0
+      ],
+      [
+        "306",
+        0.0
+      ],
+      [
+        "▁Respons",
+        0.0
+      ],
+      [
+        "▁theaters",
+        0.0
+      ],
+      [
+        "▁Branch",
+        0.0
+      ],
+      [
+        "▁Geneva",
+        0.0
+      ],
+      [
+        "▁MK",
+        0.0
+      ],
+      [
+        "▁unbeliev",
+        0.0
+      ],
+      [
+        "▁communist",
+        0.0
+      ],
+      [
+        "Original",
+        0.0
+      ],
+      [
+        "▁Received",
+        0.0
+      ],
+      [
+        "▁Transfer",
+        0.0
+      ],
+      [
+        "▁Arg",
+        0.0
+      ],
+      [
+        "Input",
+        0.0
+      ],
+      [
+        "▁Strategy",
+        0.0
+      ],
+      [
+        "▁palace",
+        0.0
+      ],
+      [
+        "thening",
+        0.0
+      ],
+      [
+        "Dri",
+        0.0
+      ],
+      [
+        "▁sentencing",
+        0.0
+      ],
+      [
+        "umbnail",
+        0.0
+      ],
+      [
+        "▁pins",
+        0.0
+      ],
+      [
+        "recy",
+        0.0
+      ],
+      [
+        "▁siblings",
+        0.0
+      ],
+      [
+        "Getting",
+        0.0
+      ],
+      [
+        "▁BU",
+        0.0
+      ],
+      [
+        "▁Northwest",
+        0.0
+      ],
+      [
+        "▁prolonged",
+        0.0
+      ],
+      [
+        "▁Sakura",
+        0.0
+      ],
+      [
+        "Comb",
+        0.0
+      ],
+      [
+        "▁Bour",
+        0.0
+      ],
+      [
+        "▁inadequate",
+        0.0
+      ],
+      [
+        "▁Kash",
+        0.0
+      ],
+      [
+        "▁username",
+        0.0
+      ],
+      [
+        "▁Improve",
+        0.0
+      ],
+      [
+        "▁battling",
+        0.0
+      ],
+      [
+        "▁MAC",
+        0.0
+      ],
+      [
+        "▁curriculum",
+        0.0
+      ],
+      [
+        "▁soda",
+        0.0
+      ],
+      [
+        "▁Cannon",
+        0.0
+      ],
+      [
+        "▁sensible",
+        0.0
+      ],
+      [
+        "spons",
+        0.0
+      ],
+      [
+        "December",
+        0.0
+      ],
+      [
+        "▁wicked",
+        0.0
+      ],
+      [
+        "▁Pengu",
+        0.0
+      ],
+      [
+        "▁dictators",
+        0.0
+      ],
+      [
+        "▁Hearts",
+        0.0
+      ],
+      [
+        "ogyn",
+        0.0
+      ],
+      [
+        "▁similarities",
+        0.0
+      ],
+      [
+        "▁Stats",
+        0.0
+      ],
+      [
+        "▁hollow",
+        0.0
+      ],
+      [
+        "itations",
+        0.0
+      ],
+      [
+        "\":[",
+        0.0
+      ],
+      [
+        "▁hover",
+        0.0
+      ],
+      [
+        "▁Listen",
+        0.0
+      ],
+      [
+        "sch",
+        0.0
+      ],
+      [
+        "Sund",
+        0.0
+      ],
+      [
+        "▁cad",
+        0.0
+      ],
+      [
+        "▁Parks",
+        0.0
+      ],
+      [
+        "▁lur",
+        0.0
+      ],
+      [
+        "▁hype",
+        0.0
+      ],
+      [
+        "▁Lem",
+        0.0
+      ],
+      [
+        "NAME",
+        0.0
+      ],
+      [
+        "isure",
+        0.0
+      ],
+      [
+        "Friday",
+        0.0
+      ],
+      [
+        "▁shoots",
+        0.0
+      ],
+      [
+        "▁closes",
+        0.0
+      ],
+      [
+        "▁db",
+        0.0
+      ],
+      [
+        "▁Ridge",
+        0.0
+      ],
+      [
+        "▁Different",
+        0.0
+      ],
+      [
+        "▁replies",
+        0.0
+      ],
+      [
+        "▁Broadway",
+        0.0
+      ],
+      [
+        "opers",
+        0.0
+      ],
+      [
+        "▁intoler",
+        0.0
+      ],
+      [
+        "▁Zeus",
+        0.0
+      ],
+      [
+        "akespe",
+        0.0
+      ],
+      [
+        "▁proprietary",
+        0.0
+      ],
+      [
+        "▁requesting",
+        0.0
+      ],
+      [
+        "▁controllers",
+        0.0
+      ],
+      [
+        "▁MIN",
+        0.0
+      ],
+      [
+        "imedia",
+        0.0
+      ],
+      [
+        "becca",
+        0.0
+      ],
+      [
+        "▁expans",
+        0.0
+      ],
+      [
+        "▁oils",
+        0.0
+      ],
+      [
+        "Bot",
+        0.0
+      ],
+      [
+        "▁Chand",
+        0.0
+      ],
+      [
+        "▁printer",
+        0.0
+      ],
+      [
+        "▁topped",
+        0.0
+      ],
+      [
+        "▁POL",
+        0.0
+      ],
+      [
+        "▁Earlier",
+        0.0
+      ],
+      [
+        "Social",
+        0.0
+      ],
+      [
+        "avin",
+        0.0
+      ],
+      [
+        "▁decreases",
+        0.0
+      ],
+      [
+        "▁Seb",
+        0.0
+      ],
+      [
+        "▁specifications",
+        0.0
+      ],
+      [
+        "▁Blast",
+        0.0
+      ],
+      [
+        "▁Kurt",
+        0.0
+      ],
+      [
+        "▁freel",
+        0.0
+      ],
+      [
+        "Brown",
+        0.0
+      ],
+      [
+        "▁dilig",
+        0.0
+      ],
+      [
+        "roe",
+        0.0
+      ],
+      [
+        "▁Problem",
+        0.0
+      ],
+      [
+        "▁Quad",
+        0.0
+      ],
+      [
+        "▁decentral",
+        0.0
+      ],
+      [
+        "▁Vector",
+        0.0
+      ],
+      [
+        "anut",
+        0.0
+      ],
+      [
+        "▁plugins",
+        0.0
+      ],
+      [
+        "▁Gregory",
+        0.0
+      ],
+      [
+        "▁fucked",
+        0.0
+      ],
+      [
+        "elines",
+        0.0
+      ],
+      [
+        "▁Ambassador",
+        0.0
+      ],
+      [
+        "take",
+        0.0
+      ],
+      [
+        "▁cleans",
+        0.0
+      ],
+      [
+        "ongyang",
+        0.0
+      ],
+      [
+        "Anonymous",
+        0.0
+      ],
+      [
+        "stro",
+        0.0
+      ],
+      [
+        "\"}",
+        0.0
+      ],
+      [
+        "aline",
+        0.0
+      ],
+      [
+        "▁Odd",
+        0.0
+      ],
+      [
+        "▁Eug",
+        0.0
+      ],
+      [
+        "216",
+        0.0
+      ],
+      [
+        "▁boil",
+        0.0
+      ],
+      [
+        "▁Powers",
+        0.0
+      ],
+      [
+        "▁nurses",
+        0.0
+      ],
+      [
+        "Obviously",
+        0.0
+      ],
+      [
+        "▁Technical",
+        0.0
+      ],
+      [
+        "▁exceeded",
+        0.0
+      ],
+      [
+        "ORS",
+        0.0
+      ],
+      [
+        "▁extremists",
+        0.0
+      ],
+      [
+        "▁traces",
+        0.0
+      ],
+      [
+        "expl",
+        0.0
+      ],
+      [
+        "▁comr",
+        0.0
+      ],
+      [
+        "▁Sach",
+        0.0
+      ],
+      [
+        ")/",
+        0.0
+      ],
+      [
+        "▁masks",
+        0.0
+      ],
+      [
+        "▁sci",
+        0.0
+      ],
+      [
+        "Bon",
+        0.0
+      ],
+      [
+        "▁regression",
+        0.0
+      ],
+      [
+        "wegian",
+        0.0
+      ],
+      [
+        "▁advisor",
+        0.0
+      ],
+      [
+        "itures",
+        0.0
+      ],
+      [
+        "▁Vo",
+        0.0
+      ],
+      [
+        "example",
+        0.0
+      ],
+      [
+        "▁Instruct",
+        0.0
+      ],
+      [
+        "▁siege",
+        0.0
+      ],
+      [
+        "▁reductions",
+        0.0
+      ],
+      [
+        "ptr",
+        0.0
+      ],
+      [
+        "▁statutory",
+        0.0
+      ],
+      [
+        "▁removes",
+        0.0
+      ],
+      [
+        "▁puck",
+        0.0
+      ],
+      [
+        "redits",
+        0.0
+      ],
+      [
+        "▁bee",
+        0.0
+      ],
+      [
+        "▁salad",
+        0.0
+      ],
+      [
+        "▁promotions",
+        0.0
+      ],
+      [
+        "▁Joshua",
+        0.0
+      ],
+      [
+        "withstanding",
+        0.0
+      ],
+      [
+        "ETH",
+        0.0
+      ],
+      [
+        "▁Cha",
+        0.0
+      ],
+      [
+        "imus",
+        0.0
+      ],
+      [
+        "▁expenditure",
+        0.0
+      ],
+      [
+        "aunting",
+        0.0
+      ],
+      [
+        "▁delighted",
+        0.0
+      ],
+      [
+        "▁155",
+        0.0
+      ],
+      [
+        "beh",
+        0.0
+      ],
+      [
+        "▁carpet",
+        0.0
+      ],
+      [
+        "▁Spart",
+        0.0
+      ],
+      [
+        "▁jungle",
+        0.0
+      ],
+      [
+        "lists",
+        0.0
+      ],
+      [
+        "▁bullying",
+        0.0
+      ],
+      [
+        "▁Nobel",
+        0.0
+      ],
+      [
+        "▁Glen",
+        0.0
+      ],
+      [
+        "▁referenced",
+        0.0
+      ],
+      [
+        "▁introduces",
+        0.0
+      ],
+      [
+        "sein",
+        0.0
+      ],
+      [
+        "▁chopped",
+        0.0
+      ],
+      [
+        "glass",
+        0.0
+      ],
+      [
+        "▁Wrest",
+        0.0
+      ],
+      [
+        "▁neutrality",
+        0.0
+      ],
+      [
+        "▁âĻ",
+        0.0
+      ],
+      [
+        "▁investigator",
+        0.0
+      ],
+      [
+        "▁shelves",
+        0.0
+      ],
+      [
+        "▁unconstitutional",
+        0.0
+      ],
+      [
+        "▁reproduction",
+        0.0
+      ],
+      [
+        "▁merchant",
+        0.0
+      ],
+      [
+        "mia",
+        0.0
+      ],
+      [
+        "▁metrics",
+        0.0
+      ],
+      [
+        "▁explosives",
+        0.0
+      ],
+      [
+        "▁Sonia",
+        0.0
+      ],
+      [
+        "▁bodily",
+        0.0
+      ],
+      [
+        "▁thickness",
+        0.0
+      ],
+      [
+        "▁predominantly",
+        0.0
+      ],
+      [
+        "▁Ability",
+        0.0
+      ],
+      [
+        "▁monitored",
+        0.0
+      ],
+      [
+        "ICH",
+        0.0
+      ],
+      [
+        "▁].",
+        0.0
+      ],
+      [
+        "▁Martinez",
+        0.0
+      ],
+      [
+        "▁visibility",
+        0.0
+      ],
+      [
+        "▁queries",
+        0.0
+      ],
+      [
+        "▁genocide",
+        0.0
+      ],
+      [
+        "▁Warfare",
+        0.0
+      ],
+      [
+        "Query",
+        0.0
+      ],
+      [
+        "▁studios",
+        0.0
+      ],
+      [
+        "▁embry",
+        0.0
+      ],
+      [
+        "▁corridor",
+        0.0
+      ],
+      [
+        "▁cleaned",
+        0.0
+      ],
+      [
+        "complete",
+        0.0
+      ],
+      [
+        "▁MH",
+        0.0
+      ],
+      [
+        "▁enrollment",
+        0.0
+      ],
+      [
+        "INGS",
+        0.0
+      ],
+      [
+        "▁impacted",
+        0.0
+      ],
+      [
+        "▁disastrous",
+        0.0
+      ],
+      [
+        "▁Yun",
+        0.0
+      ],
+      [
+        "▁Claire",
+        0.0
+      ],
+      [
+        "▁Basically",
+        0.0
+      ],
+      [
+        "yt",
+        0.0
+      ],
+      [
+        "usterity",
+        0.0
+      ],
+      [
+        "▁indirectly",
+        0.0
+      ],
+      [
+        "wik",
+        0.0
+      ],
+      [
+        "▁dod",
+        0.0
+      ],
+      [
+        "▁Carr",
+        0.0
+      ],
+      [
+        "▁amp",
+        0.0
+      ],
+      [
+        "▁prohibit",
+        0.0
+      ],
+      [
+        "▁Initial",
+        0.0
+      ],
+      [
+        "▁Rd",
+        0.0
+      ],
+      [
+        "iji",
+        0.0
+      ],
+      [
+        "▁educate",
+        0.0
+      ],
+      [
+        "corn",
+        0.0
+      ],
+      [
+        "iott",
+        0.0
+      ],
+      [
+        "▁Beauty",
+        0.0
+      ],
+      [
+        "▁detective",
+        0.0
+      ],
+      [
+        "▁Conn",
+        0.0
+      ],
+      [
+        "since",
+        0.0
+      ],
+      [
+        "▁stagger",
+        0.0
+      ],
+      [
+        "▁obese",
+        0.0
+      ],
+      [
+        "▁bree",
+        0.0
+      ],
+      [
+        "ologic",
+        0.0
+      ],
+      [
+        "isse",
+        0.0
+      ],
+      [
+        "walker",
+        0.0
+      ],
+      [
+        "▁blades",
+        0.0
+      ],
+      [
+        "▁lawful",
+        0.0
+      ],
+      [
+        "func",
+        0.0
+      ],
+      [
+        "▁Behind",
+        0.0
+      ],
+      [
+        "▁appetite",
+        0.0
+      ],
+      [
+        "▁(*",
+        0.0
+      ],
+      [
+        "▁tennis",
+        0.0
+      ],
+      [
+        "▁offspring",
+        0.0
+      ],
+      [
+        "▁jets",
+        0.0
+      ],
+      [
+        "▁structured",
+        0.0
+      ],
+      [
+        "▁aforementioned",
+        0.0
+      ],
+      [
+        "Nov",
+        0.0
+      ],
+      [
+        "▁scaling",
+        0.0
+      ],
+      [
+        "fill",
+        0.0
+      ],
+      [
+        "▁stew",
+        0.0
+      ],
+      [
+        "▁curb",
+        0.0
+      ],
+      [
+        "▁Stephan",
+        0.0
+      ],
+      [
+        "edIn",
+        0.0
+      ],
+      [
+        "SF",
+        0.0
+      ],
+      [
+        "obic",
+        0.0
+      ],
+      [
+        "éŃĶ",
+        0.0
+      ],
+      [
+        "oug",
+        0.0
+      ],
+      [
+        "▁MM",
+        0.0
+      ],
+      [
+        "▁genetically",
+        0.0
+      ],
+      [
+        "opez",
+        0.0
+      ],
+      [
+        "136",
+        0.0
+      ],
+      [
+        "▁umb",
+        0.0
+      ],
+      [
+        "ancers",
+        0.0
+      ],
+      [
+        "▁cohort",
+        0.0
+      ],
+      [
+        "▁merchandise",
+        0.0
+      ],
+      [
+        "▁imposing",
+        0.0
+      ],
+      [
+        "▁Legislature",
+        0.0
+      ],
+      [
+        "▁Archive",
+        0.0
+      ],
+      [
+        "ivia",
+        0.0
+      ],
+      [
+        "▁Naval",
+        0.0
+      ],
+      [
+        "▁offences",
+        0.0
+      ],
+      [
+        "▁miracle",
+        0.0
+      ],
+      [
+        "▁snapped",
+        0.0
+      ],
+      [
+        "▁foes",
+        0.0
+      ],
+      [
+        "▁extensively",
+        0.0
+      ],
+      [
+        "▁Raf",
+        0.0
+      ],
+      [
+        "▁cater",
+        0.0
+      ],
+      [
+        "edience",
+        0.0
+      ],
+      [
+        "Kit",
+        0.0
+      ],
+      [
+        "▁Bin",
+        0.0
+      ],
+      [
+        "▁recommends",
+        0.0
+      ],
+      [
+        "▁Cities",
+        0.0
+      ],
+      [
+        "▁rigid",
+        0.0
+      ],
+      [
+        "▁READ",
+        0.0
+      ],
+      [
+        "▁Noble",
+        0.0
+      ],
+      [
+        "▁Tian",
+        0.0
+      ],
+      [
+        "▁certificates",
+        0.0
+      ],
+      [
+        "antis",
+        0.0
+      ],
+      [
+        "oiler",
+        0.0
+      ],
+      [
+        "▁Buddhist",
+        0.0
+      ],
+      [
+        "did",
+        0.0
+      ],
+      [
+        "▁surveyed",
+        0.0
+      ],
+      [
+        "▁downward",
+        0.0
+      ],
+      [
+        "▁prints",
+        0.0
+      ],
+      [
+        "▁Motion",
+        0.0
+      ],
+      [
+        "ronics",
+        0.0
+      ],
+      [
+        "▁Sans",
+        0.0
+      ],
+      [
+        "ossibly",
+        0.0
+      ],
+      [
+        "uctions",
+        0.0
+      ],
+      [
+        "▁colonies",
+        0.0
+      ],
+      [
+        "▁Danish",
+        0.0
+      ],
+      [
+        "unit",
+        0.0
+      ],
+      [
+        "▁spoil",
+        0.0
+      ],
+      [
+        "▁advisory",
+        0.0
+      ],
+      [
+        "berries",
+        0.0
+      ],
+      [
+        "Plan",
+        0.0
+      ],
+      [
+        "▁specification",
+        0.0
+      ],
+      [
+        "ophers",
+        0.0
+      ],
+      [
+        "▁Resource",
+        0.0
+      ],
+      [
+        "▁shirts",
+        0.0
+      ],
+      [
+        "prisingly",
+        0.0
+      ],
+      [
+        "communications",
+        0.0
+      ],
+      [
+        "▁trivial",
+        0.0
+      ],
+      [
+        "▁mentioning",
+        0.0
+      ],
+      [
+        "isexual",
+        0.0
+      ],
+      [
+        "▁supplements",
+        0.0
+      ],
+      [
+        "▁supervision",
+        0.0
+      ],
+      [
+        "BP",
+        0.0
+      ],
+      [
+        "vor",
+        0.0
+      ],
+      [
+        "▁wit",
+        0.0
+      ],
+      [
+        "▁cooldown",
+        0.0
+      ],
+      [
+        "▁plaintiff",
+        0.0
+      ],
+      [
+        "▁Reviews",
+        0.0
+      ],
+      [
+        "▁Sri",
+        0.0
+      ],
+      [
+        "▁Mint",
+        0.0
+      ],
+      [
+        "▁Sugar",
+        0.0
+      ],
+      [
+        "▁afterward",
+        0.0
+      ],
+      [
+        "▁Priest",
+        0.0
+      ],
+      [
+        "▁Investment",
+        0.0
+      ],
+      [
+        "ogene",
+        0.0
+      ],
+      [
+        "▁Taking",
+        0.0
+      ],
+      [
+        "▁stretching",
+        0.0
+      ],
+      [
+        "▁inflammation",
+        0.0
+      ],
+      [
+        "▁Tehran",
+        0.0
+      ],
+      [
+        "▁lining",
+        0.0
+      ],
+      [
+        "▁freezing",
+        0.0
+      ],
+      [
+        "▁Entity",
+        0.0
+      ],
+      [
+        "▁inspiring",
+        0.0
+      ],
+      [
+        "special",
+        0.0
+      ],
+      [
+        "price",
+        0.0
+      ],
+      [
+        "▁sue",
+        0.0
+      ],
+      [
+        "▁Porter",
+        0.0
+      ],
+      [
+        "ounge",
+        0.0
+      ],
+      [
+        "ETA",
+        0.0
+      ],
+      [
+        "▁Derek",
+        0.0
+      ],
+      [
+        "▁Luis",
+        0.0
+      ],
+      [
+        "uo",
+        0.0
+      ],
+      [
+        "ymph",
+        0.0
+      ],
+      [
+        "▁exterior",
+        0.0
+      ],
+      [
+        "ihil",
+        0.0
+      ],
+      [
+        "▁Ashley",
+        0.0
+      ],
+      [
+        "inator",
+        0.0
+      ],
+      [
+        "▁nutrients",
+        0.0
+      ],
+      [
+        "▁Thrones",
+        0.0
+      ],
+      [
+        "▁finances",
+        0.0
+      ],
+      [
+        "▁Inspect",
+        0.0
+      ],
+      [
+        "▁specially",
+        0.0
+      ],
+      [
+        "▁Required",
+        0.0
+      ],
+      [
+        "▁PTS",
+        0.0
+      ],
+      [
+        "▁Violence",
+        0.0
+      ],
+      [
+        "ointed",
+        0.0
+      ],
+      [
+        "shots",
+        0.0
+      ],
+      [
+        "▁excerpt",
+        0.0
+      ],
+      [
+        "coon",
+        0.0
+      ],
+      [
+        "INS",
+        0.0
+      ],
+      [
+        "▁Gri",
+        0.0
+      ],
+      [
+        "▁recognised",
+        0.0
+      ],
+      [
+        "Week",
+        0.0
+      ],
+      [
+        "Young",
+        0.0
+      ],
+      [
+        "▁vom",
+        0.0
+      ],
+      [
+        "isle",
+        0.0
+      ],
+      [
+        "▁Curry",
+        0.0
+      ],
+      [
+        "▁Buddh",
+        0.0
+      ],
+      [
+        "▁notebook",
+        0.0
+      ],
+      [
+        "▁durable",
+        0.0
+      ],
+      [
+        "/?",
+        0.0
+      ],
+      [
+        "▁Gad",
+        0.0
+      ],
+      [
+        "▁Pupp",
+        0.0
+      ],
+      [
+        "▁forgive",
+        0.0
+      ],
+      [
+        "park",
+        0.0
+      ],
+      [
+        "▁personalities",
+        0.0
+      ],
+      [
+        "analysis",
+        0.0
+      ],
+      [
+        "clamation",
+        0.0
+      ],
+      [
+        "▁elevator",
+        0.0
+      ],
+      [
+        "▁warehouse",
+        0.0
+      ],
+      [
+        "▁Role",
+        0.0
+      ],
+      [
+        "unn",
+        0.0
+      ],
+      [
+        "▁illustration",
+        0.0
+      ],
+      [
+        "▁Scan",
+        0.0
+      ],
+      [
+        "▁atmospheric",
+        0.0
+      ],
+      [
+        "Import",
+        0.0
+      ],
+      [
+        "ANC",
+        0.0
+      ],
+      [
+        "ricted",
+        0.0
+      ],
+      [
+        "fu",
+        0.0
+      ],
+      [
+        "010",
+        0.0
+      ],
+      [
+        "▁arche",
+        0.0
+      ],
+      [
+        "▁rewarded",
+        0.0
+      ],
+      [
+        "akespeare",
+        0.0
+      ],
+      [
+        "▁internally",
+        0.0
+      ],
+      [
+        "▁RBI",
+        0.0
+      ],
+      [
+        "alker",
+        0.0
+      ],
+      [
+        "▁elephant",
+        0.0
+      ],
+      [
+        "owitz",
+        0.0
+      ],
+      [
+        "▁Pizza",
+        0.0
+      ],
+      [
+        "▁bipartisan",
+        0.0
+      ],
+      [
+        "és",
+        0.0
+      ],
+      [
+        "▁slowed",
+        0.0
+      ],
+      [
+        "▁Stark",
+        0.0
+      ],
+      [
+        "▁override",
+        0.0
+      ],
+      [
+        "OUS",
+        0.0
+      ],
+      [
+        "▁320",
+        0.0
+      ],
+      [
+        "undreds",
+        0.0
+      ],
+      [
+        "▁Deck",
+        0.0
+      ],
+      [
+        "▁Census",
+        0.0
+      ],
+      [
+        "bee",
+        0.0
+      ],
+      [
+        "146",
+        0.0
+      ],
+      [
+        "otor",
+        0.0
+      ],
+      [
+        "▁ip",
+        0.0
+      ],
+      [
+        "▁ub",
+        0.0
+      ],
+      [
+        "ocations",
+        0.0
+      ],
+      [
+        "▁Button",
+        0.0
+      ],
+      [
+        "rice",
+        0.0
+      ],
+      [
+        "▁cripp",
+        0.0
+      ],
+      [
+        "fff",
+        0.0
+      ],
+      [
+        "▁originated",
+        0.0
+      ],
+      [
+        "▁overwhelmed",
+        0.0
+      ],
+      [
+        "appa",
+        0.0
+      ],
+      [
+        "▁foremost",
+        0.0
+      ],
+      [
+        "âĢij",
+        0.0
+      ],
+      [
+        "▁LEG",
+        0.0
+      ],
+      [
+        "release",
+        0.0
+      ],
+      [
+        "eatured",
+        0.0
+      ],
+      [
+        "atches",
+        0.0
+      ],
+      [
+        "▁reps",
+        0.0
+      ],
+      [
+        "▁lending",
+        0.0
+      ],
+      [
+        "▁Reference",
+        0.0
+      ],
+      [
+        "▁Client",
+        0.0
+      ],
+      [
+        "165",
+        0.0
+      ],
+      [
+        "venth",
+        0.0
+      ],
+      [
+        "Complete",
+        0.0
+      ],
+      [
+        "▁Patrol",
+        0.0
+      ],
+      [
+        "▁sworn",
+        0.0
+      ],
+      [
+        "cam",
+        0.0
+      ],
+      [
+        "▁shuttle",
+        0.0
+      ],
+      [
+        "▁Ralph",
+        0.0
+      ],
+      [
+        "▁hometown",
+        0.0
+      ],
+      [
+        "-,",
+        0.0
+      ],
+      [
+        "onal",
+        0.0
+      ],
+      [
+        "▁BP",
+        0.0
+      ],
+      [
+        "åı",
+        0.0
+      ],
+      [
+        "▁persuade",
+        0.0
+      ],
+      [
+        "▁Alexand",
+        0.0
+      ],
+      [
+        "▁combines",
+        0.0
+      ],
+      [
+        "▁vivid",
+        0.0
+      ],
+      [
+        "▁Lag",
+        0.0
+      ],
+      [
+        "▁encoding",
+        0.0
+      ],
+      [
+        "▁salvation",
+        0.0
+      ],
+      [
+        "wen",
+        0.0
+      ],
+      [
+        "▁Recovery",
+        0.0
+      ],
+      [
+        "iya",
+        0.0
+      ],
+      [
+        "University",
+        0.0
+      ],
+      [
+        "▁Biden",
+        0.0
+      ],
+      [
+        "▁budgets",
+        0.0
+      ],
+      [
+        "▁Texans",
+        0.0
+      ],
+      [
+        "fits",
+        0.0
+      ],
+      [
+        "▁honored",
+        0.0
+      ],
+      [
+        "▁python",
+        0.0
+      ],
+      [
+        "TD",
+        0.0
+      ],
+      [
+        "###",
+        0.0
+      ],
+      [
+        "clone",
+        0.0
+      ],
+      [
+        "▁blink",
+        0.0
+      ],
+      [
+        "▁Liquid",
+        0.0
+      ],
+      [
+        "▁unemployed",
+        0.0
+      ],
+      [
+        "▁clashes",
+        0.0
+      ],
+      [
+        "▁Counsel",
+        0.0
+      ],
+      [
+        "▁directing",
+        0.0
+      ],
+      [
+        "▁punct",
+        0.0
+      ],
+      [
+        "▁Falcons",
+        0.0
+      ],
+      [
+        "▁shark",
+        0.0
+      ],
+      [
+        "▁Damascus",
+        0.0
+      ],
+      [
+        "▁jeans",
+        0.0
+      ],
+      [
+        "▁embark",
+        0.0
+      ],
+      [
+        "▁seize",
+        0.0
+      ],
+      [
+        "▁upwards",
+        0.0
+      ],
+      [
+        "280",
+        0.0
+      ],
+      [
+        "▁Ez",
+        0.0
+      ],
+      [
+        "▁Anything",
+        0.0
+      ],
+      [
+        "▁exotic",
+        0.0
+      ],
+      [
+        "lower",
+        0.0
+      ],
+      [
+        "▁Creator",
+        0.0
+      ],
+      [
+        "▁Um",
+        0.0
+      ],
+      [
+        "▁suburbs",
+        0.0
+      ],
+      [
+        "berger",
+        0.0
+      ],
+      [
+        "▁Wend",
+        0.0
+      ],
+      [
+        "▁mint",
+        0.0
+      ],
+      [
+        "▁XX",
+        0.0
+      ],
+      [
+        "▁Dro",
+        0.0
+      ],
+      [
+        "▁suffers",
+        0.0
+      ],
+      [
+        "▁herb",
+        0.0
+      ],
+      [
+        "tree",
+        0.0
+      ],
+      [
+        "▁fragile",
+        0.0
+      ],
+      [
+        "▁flooded",
+        0.0
+      ],
+      [
+        "▁Alcohol",
+        0.0
+      ],
+      [
+        "olean",
+        0.0
+      ],
+      [
+        "nyder",
+        0.0
+      ],
+      [
+        "▁KO",
+        0.0
+      ],
+      [
+        "Fram",
+        0.0
+      ],
+      [
+        "▁136",
+        0.0
+      ],
+      [
+        "▁owed",
+        0.0
+      ],
+      [
+        "▁Melee",
+        0.0
+      ],
+      [
+        "▁Hash",
+        0.0
+      ],
+      [
+        "▁whisk",
+        0.0
+      ],
+      [
+        "▁sudo",
+        0.0
+      ],
+      [
+        "rr",
+        0.0
+      ],
+      [
+        "Quick",
+        0.0
+      ],
+      [
+        "appro",
+        0.0
+      ],
+      [
+        "▁ii",
+        0.0
+      ],
+      [
+        "▁Examples",
+        0.0
+      ],
+      [
+        "hee",
+        0.0
+      ],
+      [
+        "▁promotes",
+        0.0
+      ],
+      [
+        "perature",
+        0.0
+      ],
+      [
+        "kar",
+        0.0
+      ],
+      [
+        "▁Honor",
+        0.0
+      ],
+      [
+        "▁sodium",
+        0.0
+      ],
+      [
+        "▁Lif",
+        0.0
+      ],
+      [
+        "rosso",
+        0.0
+      ],
+      [
+        "intendent",
+        0.0
+      ],
+      [
+        "▁correspondent",
+        0.0
+      ],
+      [
+        "Found",
+        0.0
+      ],
+      [
+        "secret",
+        0.0
+      ],
+      [
+        "▁identifies",
+        0.0
+      ],
+      [
+        "agne",
+        0.0
+      ],
+      [
+        "▁lou",
+        0.0
+      ],
+      [
+        "▁PP",
+        0.0
+      ],
+      [
+        "▁coincidence",
+        0.0
+      ],
+      [
+        "move",
+        0.0
+      ],
+      [
+        "▁militia",
+        0.0
+      ],
+      [
+        "▁infiltr",
+        0.0
+      ],
+      [
+        "▁Primary",
+        0.0
+      ],
+      [
+        "▁pitching",
+        0.0
+      ],
+      [
+        "▁Ib",
+        0.0
+      ],
+      [
+        "▁GOOD",
+        0.0
+      ],
+      [
+        "ãĤ¸",
+        0.0
+      ],
+      [
+        "▁Wizards",
+        0.0
+      ],
+      [
+        "iral",
+        0.0
+      ],
+      [
+        "▁Venus",
+        0.0
+      ],
+      [
+        "RR",
+        0.0
+      ],
+      [
+        "▁âĢķ",
+        0.0
+      ],
+      [
+        "▁Casey",
+        0.0
+      ],
+      [
+        "▁sadly",
+        0.0
+      ],
+      [
+        "▁admire",
+        0.0
+      ],
+      [
+        "▁embarrassed",
+        0.0
+      ],
+      [
+        "cb",
+        0.0
+      ],
+      [
+        "Mel",
+        0.0
+      ],
+      [
+        "▁tubes",
+        0.0
+      ],
+      [
+        "▁beautifully",
+        0.0
+      ],
+      [
+        "▁Queensland",
+        0.0
+      ],
+      [
+        "Below",
+        0.0
+      ],
+      [
+        "rez",
+        0.0
+      ],
+      [
+        "quet",
+        0.0
+      ],
+      [
+        "pleasant",
+        0.0
+      ],
+      [
+        "▁«",
+        0.0
+      ],
+      [
+        "Camp",
+        0.0
+      ],
+      [
+        "▁decisive",
+        0.0
+      ],
+      [
+        "1998",
+        0.0
+      ],
+      [
+        "▁Lamb",
+        0.0
+      ],
+      [
+        "utton",
+        0.0
+      ],
+      [
+        "hn",
+        0.0
+      ],
+      [
+        "▁Jagu",
+        0.0
+      ],
+      [
+        "aunder",
+        0.0
+      ],
+      [
+        "▁Cord",
+        0.0
+      ],
+      [
+        "▁clerk",
+        0.0
+      ],
+      [
+        "▁caffe",
+        0.0
+      ],
+      [
+        "▁wiped",
+        0.0
+      ],
+      [
+        "▁reim",
+        0.0
+      ],
+      [
+        "▁Mountains",
+        0.0
+      ],
+      [
+        "▁imprisoned",
+        0.0
+      ],
+      [
+        "▁develops",
+        0.0
+      ],
+      [
+        "▁Pra",
+        0.0
+      ],
+      [
+        "▁modeling",
+        0.0
+      ],
+      [
+        "Anyone",
+        0.0
+      ],
+      [
+        "ancel",
+        0.0
+      ],
+      [
+        "▁Sit",
+        0.0
+      ],
+      [
+        "▁shields",
+        0.0
+      ],
+      [
+        "▁lawn",
+        0.0
+      ],
+      [
+        "▁cardiovascular",
+        0.0
+      ],
+      [
+        "▁demonstrating",
+        0.0
+      ],
+      [
+        "▁parse",
+        0.0
+      ],
+      [
+        "▁Israelis",
+        0.0
+      ],
+      [
+        "▁euros",
+        0.0
+      ],
+      [
+        "143",
+        0.0
+      ],
+      [
+        "▁glorious",
+        0.0
+      ],
+      [
+        "inski",
+        0.0
+      ],
+      [
+        "ecd",
+        0.0
+      ],
+      [
+        "▁conditioning",
+        0.0
+      ],
+      [
+        "▁helpless",
+        0.0
+      ],
+      [
+        "▁microsc",
+        0.0
+      ],
+      [
+        "▁Harbor",
+        0.0
+      ],
+      [
+        "▁stakes",
+        0.0
+      ],
+      [
+        "▁260",
+        0.0
+      ],
+      [
+        "▁unequ",
+        0.0
+      ],
+      [
+        "▁Floyd",
+        0.0
+      ],
+      [
+        "▁damp",
+        0.0
+      ],
+      [
+        "▁apparatus",
+        0.0
+      ],
+      [
+        "▁Laws",
+        0.0
+      ],
+      [
+        "▁counters",
+        0.0
+      ],
+      [
+        "▁induce",
+        0.0
+      ],
+      [
+        "atable",
+        0.0
+      ],
+      [
+        "▁Ahmed",
+        0.0
+      ],
+      [
+        "▁slam",
+        0.0
+      ],
+      [
+        "November",
+        0.0
+      ],
+      [
+        "▁persist",
+        0.0
+      ],
+      [
+        "▁imminent",
+        0.0
+      ],
+      [
+        "án",
+        0.0
+      ],
+      [
+        "▁shred",
+        0.0
+      ],
+      [
+        "▁phases",
+        0.0
+      ],
+      [
+        "▁Edmonton",
+        0.0
+      ],
+      [
+        "▁Armstrong",
+        0.0
+      ],
+      [
+        "▁Meet",
+        0.0
+      ],
+      [
+        "▁Kitty",
+        0.0
+      ],
+      [
+        "ÑĢ",
+        0.0
+      ],
+      [
+        "circ",
+        0.0
+      ],
+      [
+        "▁Adult",
+        0.0
+      ],
+      [
+        "▁arose",
+        0.0
+      ],
+      [
+        "▁Xen",
+        0.0
+      ],
+      [
+        "Dan",
+        0.0
+      ],
+      [
+        "gow",
+        0.0
+      ],
+      [
+        "▁superf",
+        0.0
+      ],
+      [
+        "▁Admir",
+        0.0
+      ],
+      [
+        "▁endure",
+        0.0
+      ],
+      [
+        "▁keyword",
+        0.0
+      ],
+      [
+        "yrus",
+        0.0
+      ],
+      [
+        "▁yarn",
+        0.0
+      ],
+      [
+        "▁pathway",
+        0.0
+      ],
+      [
+        "▁Hopkins",
+        0.0
+      ],
+      [
+        "midt",
+        0.0
+      ],
+      [
+        "▁censorship",
+        0.0
+      ],
+      [
+        "dependent",
+        0.0
+      ],
+      [
+        "▁instructor",
+        0.0
+      ],
+      [
+        "Sources",
+        0.0
+      ],
+      [
+        "▁toe",
+        0.0
+      ],
+      [
+        "▁balloon",
+        0.0
+      ],
+      [
+        "Nob",
+        0.0
+      ],
+      [
+        "▁swear",
+        0.0
+      ],
+      [
+        "▁Castro",
+        0.0
+      ],
+      [
+        "▁gloss",
+        0.0
+      ],
+      [
+        "▁Kavanaugh",
+        0.0
+      ],
+      [
+        "▁remarkably",
+        0.0
+      ],
+      [
+        "Photos",
+        0.0
+      ],
+      [
+        "▁Nom",
+        0.0
+      ],
+      [
+        "▁Southeast",
+        0.0
+      ],
+      [
+        "yers",
+        0.0
+      ],
+      [
+        "▁validation",
+        0.0
+      ],
+      [
+        "▁cannon",
+        0.0
+      ],
+      [
+        "▁Victory",
+        0.0
+      ],
+      [
+        "▁Pierre",
+        0.0
+      ],
+      [
+        "▁cautious",
+        0.0
+      ],
+      [
+        "Audio",
+        0.0
+      ],
+      [
+        "▁fetch",
+        0.0
+      ],
+      [
+        "▁Gift",
+        0.0
+      ],
+      [
+        "▁Hyp",
+        0.0
+      ],
+      [
+        "▁remedy",
+        0.0
+      ],
+      [
+        "ZE",
+        0.0
+      ],
+      [
+        "▁scent",
+        0.0
+      ],
+      [
+        "▁beard",
+        0.0
+      ],
+      [
+        "▁Rut",
+        0.0
+      ],
+      [
+        "-\"",
+        0.0
+      ],
+      [
+        "▁patents",
+        0.0
+      ],
+      [
+        "Hy",
+        0.0
+      ],
+      [
+        "▁unjust",
+        0.0
+      ],
+      [
+        "▁potato",
+        0.0
+      ],
+      [
+        "▁forthcoming",
+        0.0
+      ],
+      [
+        "▁chef",
+        0.0
+      ],
+      [
+        "▁Rift",
+        0.0
+      ],
+      [
+        "affe",
+        0.0
+      ],
+      [
+        "▁ROM",
+        0.0
+      ],
+      [
+        "▁Launch",
+        0.0
+      ],
+      [
+        "▁pads",
+        0.0
+      ],
+      [
+        "▁Neo",
+        0.0
+      ],
+      [
+        "▁onset",
+        0.0
+      ],
+      [
+        "▁squeeze",
+        0.0
+      ],
+      [
+        "safe",
+        0.0
+      ],
+      [
+        "▁prefix",
+        0.0
+      ],
+      [
+        "▁TM",
+        0.0
+      ],
+      [
+        "▁Nearly",
+        0.0
+      ],
+      [
+        "▁Clinical",
+        0.0
+      ],
+      [
+        "▁Mental",
+        0.0
+      ],
+      [
+        "otiation",
+        0.0
+      ],
+      [
+        "▁Unic",
+        0.0
+      ],
+      [
+        "antry",
+        0.0
+      ],
+      [
+        "▁Cir",
+        0.0
+      ],
+      [
+        "▁epit",
+        0.0
+      ],
+      [
+        "æ",
+        0.0
+      ],
+      [
+        "▁extracted",
+        0.0
+      ],
+      [
+        "versely",
+        0.0
+      ],
+      [
+        "riad",
+        0.0
+      ],
+      [
+        "▁strains",
+        0.0
+      ],
+      [
+        "▁tops",
+        0.0
+      ],
+      [
+        "▁poem",
+        0.0
+      ],
+      [
+        "▁Randy",
+        0.0
+      ],
+      [
+        "▁Maple",
+        0.0
+      ],
+      [
+        "THER",
+        0.0
+      ],
+      [
+        "upiter",
+        0.0
+      ],
+      [
+        "▁SSD",
+        0.0
+      ],
+      [
+        "ļé",
+        0.0
+      ],
+      [
+        "▁uncon",
+        0.0
+      ],
+      [
+        "pering",
+        0.0
+      ],
+      [
+        "▁slept",
+        0.0
+      ],
+      [
+        "iners",
+        0.0
+      ],
+      [
+        "▁underwater",
+        0.0
+      ],
+      [
+        "▁Evidence",
+        0.0
+      ],
+      [
+        "gone",
+        0.0
+      ],
+      [
+        "205",
+        0.0
+      ],
+      [
+        "▁historians",
+        0.0
+      ],
+      [
+        "▁synthesis",
+        0.0
+      ],
+      [
+        "▁frog",
+        0.0
+      ],
+      [
+        "basketball",
+        0.0
+      ],
+      [
+        "▁vibrant",
+        0.0
+      ],
+      [
+        "▁subord",
+        0.0
+      ],
+      [
+        "▁365",
+        0.0
+      ],
+      [
+        "▁Dial",
+        0.0
+      ],
+      [
+        "▁cooperate",
+        0.0
+      ],
+      [
+        "HAHA",
+        0.0
+      ],
+      [
+        "▁greeted",
+        0.0
+      ],
+      [
+        "158",
+        0.0
+      ],
+      [
+        "▁jazz",
+        0.0
+      ],
+      [
+        "▁intox",
+        0.0
+      ],
+      [
+        "▁Walking",
+        0.0
+      ],
+      [
+        "▁supervisor",
+        0.0
+      ],
+      [
+        "▁Fusion",
+        0.0
+      ],
+      [
+        "▁Mercedes",
+        0.0
+      ],
+      [
+        "send",
+        0.0
+      ],
+      [
+        "Ham",
+        0.0
+      ],
+      [
+        "sd",
+        0.0
+      ],
+      [
+        "nl",
+        0.0
+      ],
+      [
+        "▁tours",
+        0.0
+      ],
+      [
+        "▁FIFA",
+        0.0
+      ],
+      [
+        "▁culp",
+        0.0
+      ],
+      [
+        "gd",
+        0.0
+      ],
+      [
+        "304",
+        0.0
+      ],
+      [
+        "▁pleas",
+        0.0
+      ],
+      [
+        "▁illustrates",
+        0.0
+      ],
+      [
+        "▁Colombia",
+        0.0
+      ],
+      [
+        "▁highlighting",
+        0.0
+      ],
+      [
+        "▁Summary",
+        0.0
+      ],
+      [
+        "▁exposing",
+        0.0
+      ],
+      [
+        "▁Dru",
+        0.0
+      ],
+      [
+        "▁irony",
+        0.0
+      ],
+      [
+        "ritional",
+        0.0
+      ],
+      [
+        "▁Carroll",
+        0.0
+      ],
+      [
+        "▁Ellis",
+        0.0
+      ],
+      [
+        "Pict",
+        0.0
+      ],
+      [
+        "▁Rapt",
+        0.0
+      ],
+      [
+        "▁adapter",
+        0.0
+      ],
+      [
+        "▁unm",
+        0.0
+      ],
+      [
+        "▁corpse",
+        0.0
+      ],
+      [
+        "▁celebrities",
+        0.0
+      ],
+      [
+        "Den",
+        0.0
+      ],
+      [
+        "atum",
+        0.0
+      ],
+      [
+        "▁Apocalypse",
+        0.0
+      ],
+      [
+        "▁Wag",
+        0.0
+      ],
+      [
+        "lining",
+        0.0
+      ],
+      [
+        "▁hormones",
+        0.0
+      ],
+      [
+        "Rub",
+        0.0
+      ],
+      [
+        "▁Xi",
+        0.0
+      ],
+      [
+        "▁Vaults",
+        0.0
+      ],
+      [
+        "208",
+        0.0
+      ],
+      [
+        "alkyrie",
+        0.0
+      ],
+      [
+        "inosaur",
+        0.0
+      ],
+      [
+        "▁feeds",
+        0.0
+      ],
+      [
+        "vity",
+        0.0
+      ],
+      [
+        "▁defeating",
+        0.0
+      ],
+      [
+        "Wait",
+        0.0
+      ],
+      [
+        "▁emphasize",
+        0.0
+      ],
+      [
+        "▁Steelers",
+        0.0
+      ],
+      [
+        "yrinth",
+        0.0
+      ],
+      [
+        "leys",
+        0.0
+      ],
+      [
+        "▁Whenever",
+        0.0
+      ],
+      [
+        "Currently",
+        0.0
+      ],
+      [
+        "▁Clock",
+        0.0
+      ],
+      [
+        "▁collectively",
+        0.0
+      ],
+      [
+        "anyon",
+        0.0
+      ],
+      [
+        "▁JP",
+        0.0
+      ],
+      [
+        "▁mentality",
+        0.0
+      ],
+      [
+        "▁downloads",
+        0.0
+      ],
+      [
+        "▁surroundings",
+        0.0
+      ],
+      [
+        "▁Barnes",
+        0.0
+      ],
+      [
+        "▁flagship",
+        0.0
+      ],
+      [
+        "▁indicators",
+        0.0
+      ],
+      [
+        "▁grapp",
+        0.0
+      ],
+      [
+        "January",
+        0.0
+      ],
+      [
+        "▁Elemental",
+        0.0
+      ],
+      [
+        "▁Athena",
+        0.0
+      ],
+      [
+        "ibal",
+        0.0
+      ],
+      [
+        "▁sights",
+        0.0
+      ],
+      [
+        "▁capita",
+        0.0
+      ],
+      [
+        "▁Treaty",
+        0.0
+      ],
+      [
+        "▁voiced",
+        0.0
+      ],
+      [
+        "▁Gaz",
+        0.0
+      ],
+      [
+        "lette",
+        0.0
+      ],
+      [
+        "▁ya",
+        0.0
+      ],
+      [
+        "▁expired",
+        0.0
+      ],
+      [
+        "Legend",
+        0.0
+      ],
+      [
+        "Hot",
+        0.0
+      ],
+      [
+        "nature",
+        0.0
+      ],
+      [
+        "▁unstable",
+        0.0
+      ],
+      [
+        "▁280",
+        0.0
+      ],
+      [
+        "ú",
+        0.0
+      ],
+      [
+        "Comment",
+        0.0
+      ],
+      [
+        "ALE",
+        0.0
+      ],
+      [
+        "▁quests",
+        0.0
+      ],
+      [
+        "▁handler",
+        0.0
+      ],
+      [
+        "nis",
+        0.0
+      ],
+      [
+        "▁versatile",
+        0.0
+      ],
+      [
+        "▁conceal",
+        0.0
+      ],
+      [
+        "engeance",
+        0.0
+      ],
+      [
+        "▁Interactive",
+        0.0
+      ],
+      [
+        "▁obsessed",
+        0.0
+      ],
+      [
+        "▁Dogs",
+        0.0
+      ],
+      [
+        "▁cracked",
+        0.0
+      ],
+      [
+        "Sound",
+        0.0
+      ],
+      [
+        "sv",
+        0.0
+      ],
+      [
+        "▁Dylan",
+        0.0
+      ],
+      [
+        "roads",
+        0.0
+      ],
+      [
+        "fx",
+        0.0
+      ],
+      [
+        "▁Catholics",
+        0.0
+      ],
+      [
+        "▁Hag",
+        0.0
+      ],
+      [
+        "▁slammed",
+        0.0
+      ],
+      [
+        "▁glowing",
+        0.0
+      ],
+      [
+        "sale",
+        0.0
+      ],
+      [
+        "▁tissues",
+        0.0
+      ],
+      [
+        "▁Chi",
+        0.0
+      ],
+      [
+        "nee",
+        0.0
+      ],
+      [
+        "▁cher",
+        0.0
+      ],
+      [
+        "sic",
+        0.0
+      ],
+      [
+        "urrection",
+        0.0
+      ],
+      [
+        "▁bacon",
+        0.0
+      ],
+      [
+        "ulatory",
+        0.0
+      ],
+      [
+        ").\"",
+        0.0
+      ],
+      [
+        "▁irregular",
+        0.0
+      ],
+      [
+        "FORM",
+        0.0
+      ],
+      [
+        "assed",
+        0.0
+      ],
+      [
+        "▁intentional",
+        0.0
+      ],
+      [
+        "▁compensate",
+        0.0
+      ],
+      [
+        "▁Speaking",
+        0.0
+      ],
+      [
+        "▁Sets",
+        0.0
+      ],
+      [
+        "153",
+        0.0
+      ],
+      [
+        "▁conventions",
+        0.0
+      ],
+      [
+        "bands",
+        0.0
+      ],
+      [
+        "emade",
+        0.0
+      ],
+      [
+        "▁ecc",
+        0.0
+      ],
+      [
+        "▁Winston",
+        0.0
+      ],
+      [
+        "▁Assassin",
+        0.0
+      ],
+      [
+        "▁Belgian",
+        0.0
+      ],
+      [
+        "▁dependence",
+        0.0
+      ],
+      [
+        "▁niche",
+        0.0
+      ],
+      [
+        "▁bark",
+        0.0
+      ],
+      [
+        "▁Jazz",
+        0.0
+      ],
+      [
+        "▁disadvantage",
+        0.0
+      ],
+      [
+        "▁gasoline",
+        0.0
+      ],
+      [
+        "▁165",
+        0.0
+      ],
+      [
+        "çļĦ",
+        0.0
+      ],
+      [
+        "essa",
+        0.0
+      ],
+      [
+        "module",
+        0.0
+      ],
+      [
+        "angular",
+        0.0
+      ],
+      [
+        "OY",
+        0.0
+      ],
+      [
+        "▁Treatment",
+        0.0
+      ],
+      [
+        "itas",
+        0.0
+      ],
+      [
+        "olation",
+        0.0
+      ],
+      [
+        "▁Arnold",
+        0.0
+      ],
+      [
+        "▁feud",
+        0.0
+      ],
+      [
+        "▁Nest",
+        0.0
+      ],
+      [
+        "▁theatre",
+        0.0
+      ],
+      [
+        "ewater",
+        0.0
+      ],
+      [
+        "▁minors",
+        0.0
+      ],
+      [
+        "olicy",
+        0.0
+      ],
+      [
+        "▁Haven",
+        0.0
+      ],
+      [
+        "division",
+        0.0
+      ],
+      [
+        "▁trunk",
+        0.0
+      ],
+      [
+        "Far",
+        0.0
+      ],
+      [
+        "▁Pull",
+        0.0
+      ],
+      [
+        "▁capturing",
+        0.0
+      ],
+      [
+        "▁1800",
+        0.0
+      ],
+      [
+        "▁Teen",
+        0.0
+      ],
+      [
+        "▁exempl",
+        0.0
+      ],
+      [
+        "▁clinics",
+        0.0
+      ],
+      [
+        "▁Burg",
+        0.0
+      ],
+      [
+        "▁substit",
+        0.0
+      ],
+      [
+        "▁payload",
+        0.0
+      ],
+      [
+        "▁Lav",
+        0.0
+      ],
+      [
+        "▁Troy",
+        0.0
+      ],
+      [
+        "▁Witness",
+        0.0
+      ],
+      [
+        "▁fragments",
+        0.0
+      ],
+      [
+        "▁passwords",
+        0.0
+      ],
+      [
+        "▁gospel",
+        0.0
+      ],
+      [
+        "▁Gin",
+        0.0
+      ],
+      [
+        "▁tenants",
+        0.0
+      ],
+      [
+        "olith",
+        0.0
+      ],
+      [
+        "Six",
+        0.0
+      ],
+      [
+        "Previous",
+        0.0
+      ],
+      [
+        "▁Ages",
+        0.0
+      ],
+      [
+        "▁Darwin",
+        0.0
+      ],
+      [
+        "▁blat",
+        0.0
+      ],
+      [
+        "▁empathy",
+        0.0
+      ],
+      [
+        "smith",
+        0.0
+      ],
+      [
+        "bag",
+        0.0
+      ],
+      [
+        "▁Echo",
+        0.0
+      ],
+      [
+        "▁Camb",
+        0.0
+      ],
+      [
+        "▁Madd",
+        0.0
+      ],
+      [
+        "▁Boo",
+        0.0
+      ],
+      [
+        "▁rede",
+        0.0
+      ],
+      [
+        "▁Burning",
+        0.0
+      ],
+      [
+        "▁smoothly",
+        0.0
+      ],
+      [
+        "▁Adrian",
+        0.0
+      ],
+      [
+        "▁Vampire",
+        0.0
+      ],
+      [
+        "▁Monsters",
+        0.0
+      ],
+      [
+        "steam",
+        0.0
+      ],
+      [
+        "Style",
+        0.0
+      ],
+      [
+        "Ma",
+        0.0
+      ],
+      [
+        "rea",
+        0.0
+      ],
+      [
+        "▁Dwar",
+        0.0
+      ],
+      [
+        "alyst",
+        0.0
+      ],
+      [
+        "ursor",
+        0.0
+      ],
+      [
+        "▁elimination",
+        0.0
+      ],
+      [
+        "▁crypto",
+        0.0
+      ],
+      [
+        "cht",
+        0.0
+      ],
+      [
+        "▁Eternal",
+        0.0
+      ],
+      [
+        "âĢ¦]",
+        0.0
+      ],
+      [
+        "▁Sorce",
+        0.0
+      ],
+      [
+        "Ill",
+        0.0
+      ],
+      [
+        "NER",
+        0.0
+      ],
+      [
+        "▁uh",
+        0.0
+      ],
+      [
+        "Conclusion",
+        0.0
+      ],
+      [
+        "wage",
+        0.0
+      ],
+      [
+        "▁respir",
+        0.0
+      ],
+      [
+        "▁reminis",
+        0.0
+      ],
+      [
+        "hetical",
+        0.0
+      ],
+      [
+        "▁gy",
+        0.0
+      ],
+      [
+        "▁utilized",
+        0.0
+      ],
+      [
+        "icidal",
+        0.0
+      ],
+      [
+        "▁1900",
+        0.0
+      ],
+      [
+        "▁hunters",
+        0.0
+      ],
+      [
+        "▁Swan",
+        0.0
+      ],
+      [
+        "▁React",
+        0.0
+      ],
+      [
+        "▁visitor",
+        0.0
+      ],
+      [
+        "▁Thanksgiving",
+        0.0
+      ],
+      [
+        "308",
+        0.0
+      ],
+      [
+        "Posts",
+        0.0
+      ],
+      [
+        "▁hips",
+        0.0
+      ],
+      [
+        "1997",
+        0.0
+      ],
+      [
+        "omers",
+        0.0
+      ],
+      [
+        "▁knocking",
+        0.0
+      ],
+      [
+        "▁Vehicle",
+        0.0
+      ],
+      [
+        "▁til",
+        0.0
+      ],
+      [
+        "▁138",
+        0.0
+      ],
+      [
+        "▁mi",
+        0.0
+      ],
+      [
+        "▁Investigation",
+        0.0
+      ],
+      [
+        "▁Kenya",
+        0.0
+      ],
+      [
+        "▁casino",
+        0.0
+      ],
+      [
+        "▁motives",
+        0.0
+      ],
+      [
+        "▁regain",
+        0.0
+      ],
+      [
+        "rex",
+        0.0
+      ],
+      [
+        "▁weekends",
+        0.0
+      ],
+      [
+        "▁stabbed",
+        0.0
+      ],
+      [
+        "boro",
+        0.0
+      ],
+      [
+        "▁exploited",
+        0.0
+      ],
+      [
+        "▁HAVE",
+        0.0
+      ],
+      [
+        "▁Television",
+        0.0
+      ],
+      [
+        "cock",
+        0.0
+      ],
+      [
+        "▁preparations",
+        0.0
+      ],
+      [
+        "▁endeav",
+        0.0
+      ],
+      [
+        "▁Remote",
+        0.0
+      ],
+      [
+        "▁Maker",
+        0.0
+      ],
+      [
+        "▁Produ",
+        0.0
+      ],
+      [
+        "▁Evan",
+        0.0
+      ],
+      [
+        "▁informational",
+        0.0
+      ],
+      [
+        "▁Louisville",
+        0.0
+      ],
+      [
+        "154",
+        0.0
+      ],
+      [
+        "▁Dreams",
+        0.0
+      ],
+      [
+        "▁plots",
+        0.0
+      ],
+      [
+        "▁Runner",
+        0.0
+      ],
+      [
+        "▁hurting",
+        0.0
+      ],
+      [
+        "▁academy",
+        0.0
+      ],
+      [
+        "▁Montgomery",
+        0.0
+      ],
+      [
+        "nm",
+        0.0
+      ],
+      [
+        "▁Lanc",
+        0.0
+      ],
+      [
+        "▁Alz",
+        0.0
+      ],
+      [
+        "210",
+        0.0
+      ],
+      [
+        "elong",
+        0.0
+      ],
+      [
+        "▁retailer",
+        0.0
+      ],
+      [
+        "▁arising",
+        0.0
+      ],
+      [
+        "▁rebellion",
+        0.0
+      ],
+      [
+        "▁blonde",
+        0.0
+      ],
+      [
+        "played",
+        0.0
+      ],
+      [
+        "▁instrumental",
+        0.0
+      ],
+      [
+        "Cross",
+        0.0
+      ],
+      [
+        "▁retention",
+        0.0
+      ],
+      [
+        "▁therapeutic",
+        0.0
+      ],
+      [
+        "▁seas",
+        0.0
+      ],
+      [
+        "▁infantry",
+        0.0
+      ],
+      [
+        "▁Clint",
+        0.0
+      ],
+      [
+        "▁prompting",
+        0.0
+      ],
+      [
+        "▁bitch",
+        0.0
+      ],
+      [
+        "▁stems",
+        0.0
+      ],
+      [
+        "▁Kra",
+        0.0
+      ],
+      [
+        "▁thesis",
+        0.0
+      ],
+      [
+        "▁Bog",
+        0.0
+      ],
+      [
+        "rued",
+        0.0
+      ],
+      [
+        "▁kings",
+        0.0
+      ],
+      [
+        "▁clay",
+        0.0
+      ],
+      [
+        "ificent",
+        0.0
+      ],
+      [
+        "▁YES",
+        0.0
+      ],
+      [
+        "▁Thing",
+        0.0
+      ],
+      [
+        "▁Cubs",
+        0.0
+      ],
+      [
+        "veyard",
+        0.0
+      ],
+      [
+        "elsh",
+        0.0
+      ],
+      [
+        "inarily",
+        0.0
+      ],
+      [
+        "▁Ey",
+        0.0
+      ],
+      [
+        "▁Rolling",
+        0.0
+      ],
+      [
+        "▁evolving",
+        0.0
+      ],
+      [
+        "India",
+        0.0
+      ],
+      [
+        "▁recognizes",
+        0.0
+      ],
+      [
+        "▁graduation",
+        0.0
+      ],
+      [
+        "isers",
+        0.0
+      ],
+      [
+        "▁fertility",
+        0.0
+      ],
+      [
+        "▁Milan",
+        0.0
+      ],
+      [
+        "Command",
+        0.0
+      ],
+      [
+        "▁boxing",
+        0.0
+      ],
+      [
+        "▁1943",
+        0.0
+      ],
+      [
+        "▁gluten",
+        0.0
+      ],
+      [
+        "▁Emir",
+        0.0
+      ],
+      [
+        "▁idol",
+        0.0
+      ],
+      [
+        "▁conceived",
+        0.0
+      ],
+      [
+        "▁Creation",
+        0.0
+      ],
+      [
+        "Merit",
+        0.0
+      ],
+      [
+        "uddy",
+        0.0
+      ],
+      [
+        "ussions",
+        0.0
+      ],
+      [
+        "▁Lieutenant",
+        0.0
+      ],
+      [
+        "ietal",
+        0.0
+      ],
+      [
+        "▁unchanged",
+        0.0
+      ],
+      [
+        "▁Scale",
+        0.0
+      ],
+      [
+        "▁Crimea",
+        0.0
+      ],
+      [
+        "balls",
+        0.0
+      ],
+      [
+        "atorial",
+        0.0
+      ],
+      [
+        "▁depths",
+        0.0
+      ],
+      [
+        "▁empirical",
+        0.0
+      ],
+      [
+        "▁transm",
+        0.0
+      ],
+      [
+        "▁unsafe",
+        0.0
+      ],
+      [
+        "missible",
+        0.0
+      ],
+      [
+        "comfort",
+        0.0
+      ],
+      [
+        "156",
+        0.0
+      ],
+      [
+        "▁mechanic",
+        0.0
+      ],
+      [
+        "002",
+        0.0
+      ],
+      [
+        "lins",
+        0.0
+      ],
+      [
+        "▁smoked",
+        0.0
+      ],
+      [
+        "Pos",
+        0.0
+      ],
+      [
+        "▁slowing",
+        0.0
+      ],
+      [
+        "▁lav",
+        0.0
+      ],
+      [
+        "Texas",
+        0.0
+      ],
+      [
+        "▁cheating",
+        0.0
+      ],
+      [
+        "▁Metropolitan",
+        0.0
+      ],
+      [
+        "ethyl",
+        0.0
+      ],
+      [
+        "▁discovering",
+        0.0
+      ],
+      [
+        "asse",
+        0.0
+      ],
+      [
+        "▁pencil",
+        0.0
+      ],
+      [
+        "▁Pyongyang",
+        0.0
+      ],
+      [
+        "▁closet",
+        0.0
+      ],
+      [
+        "▁Sheet",
+        0.0
+      ],
+      [
+        "▁Entry",
+        0.0
+      ],
+      [
+        "oustic",
+        0.0
+      ],
+      [
+        "▁myst",
+        0.0
+      ],
+      [
+        "erate",
+        0.0
+      ],
+      [
+        "ariat",
+        0.0
+      ],
+      [
+        "▁minerals",
+        0.0
+      ],
+      [
+        "▁musician",
+        0.0
+      ],
+      [
+        "▁Pul",
+        0.0
+      ],
+      [
+        "▁Maz",
+        0.0
+      ],
+      [
+        "249",
+        0.0
+      ],
+      [
+        "▁permissions",
+        0.0
+      ],
+      [
+        "▁iv",
+        0.0
+      ],
+      [
+        "enary",
+        0.0
+      ],
+      [
+        "ickers",
+        0.0
+      ],
+      [
+        "▁Bing",
+        0.0
+      ],
+      [
+        "hea",
+        0.0
+      ],
+      [
+        "enable",
+        0.0
+      ],
+      [
+        "▁griev",
+        0.0
+      ],
+      [
+        "▁asserted",
+        0.0
+      ],
+      [
+        "▁Colonel",
+        0.0
+      ],
+      [
+        "▁affidav",
+        0.0
+      ],
+      [
+        "wo",
+        0.0
+      ],
+      [
+        "▁seated",
+        0.0
+      ],
+      [
+        "▁Ride",
+        0.0
+      ],
+      [
+        "▁paintings",
+        0.0
+      ],
+      [
+        "▁Pix",
+        0.0
+      ],
+      [
+        "▁137",
+        0.0
+      ],
+      [
+        "ishi",
+        0.0
+      ],
+      [
+        "umbai",
+        0.0
+      ],
+      [
+        "gotten",
+        0.0
+      ],
+      [
+        "▁Earl",
+        0.0
+      ],
+      [
+        "▁inning",
+        0.0
+      ],
+      [
+        "▁census",
+        0.0
+      ],
+      [
+        "▁travelled",
+        0.0
+      ],
+      [
+        "▁Consult",
+        0.0
+      ],
+      [
+        "185",
+        0.0
+      ],
+      [
+        "bind",
+        0.0
+      ],
+      [
+        "▁simplicity",
+        0.0
+      ],
+      [
+        "▁overlooked",
+        0.0
+      ],
+      [
+        "▁Helpful",
+        0.0
+      ],
+      [
+        "▁monkey",
+        0.0
+      ],
+      [
+        "▁overwhelmingly",
+        0.0
+      ],
+      [
+        "Blood",
+        0.0
+      ],
+      [
+        "▁Flint",
+        0.0
+      ],
+      [
+        "▁Jama",
+        0.0
+      ],
+      [
+        "▁Present",
+        0.0
+      ],
+      [
+        "▁Rage",
+        0.0
+      ],
+      [
+        "▁TA",
+        0.0
+      ],
+      [
+        "ptive",
+        0.0
+      ],
+      [
+        "▁turnout",
+        0.0
+      ],
+      [
+        "wald",
+        0.0
+      ],
+      [
+        "▁Dolphins",
+        0.0
+      ],
+      [
+        "▁VPN",
+        0.0
+      ],
+      [
+        "▁onion",
+        0.0
+      ],
+      [
+        "▁crafting",
+        0.0
+      ],
+      [
+        "mma",
+        0.0
+      ],
+      [
+        "▁Mercury",
+        0.0
+      ],
+      [
+        "▁arrange",
+        0.0
+      ],
+      [
+        "▁alerts",
+        0.0
+      ],
+      [
+        "▁OT",
+        0.0
+      ],
+      [
+        "zbollah",
+        0.0
+      ],
+      [
+        "▁gases",
+        0.0
+      ],
+      [
+        "▁Richardson",
+        0.0
+      ],
+      [
+        "sal",
+        0.0
+      ],
+      [
+        "lar",
+        0.0
+      ],
+      [
+        "▁frost",
+        0.0
+      ],
+      [
+        "▁lowering",
+        0.0
+      ],
+      [
+        "▁acclaim",
+        0.0
+      ],
+      [
+        "▁startups",
+        0.0
+      ],
+      [
+        "▁Gain",
+        0.0
+      ],
+      [
+        "essment",
+        0.0
+      ],
+      [
+        "▁guardian",
+        0.0
+      ],
+      [
+        "人",
+        0.0
+      ],
+      [
+        "▁Pie",
+        0.0
+      ],
+      [
+        "▁Links",
+        0.0
+      ],
+      [
+        "▁merits",
+        0.0
+      ],
+      [
+        "▁awake",
+        0.0
+      ],
+      [
+        "▁parental",
+        0.0
+      ],
+      [
+        "▁exceeds",
+        0.0
+      ],
+      [
+        "▁idle",
+        0.0
+      ],
+      [
+        "▁Pilot",
+        0.0
+      ],
+      [
+        "▁eBay",
+        0.0
+      ],
+      [
+        "▁Accept",
+        0.0
+      ],
+      [
+        "ipeg",
+        0.0
+      ],
+      [
+        "Cam",
+        0.0
+      ],
+      [
+        "▁Kot",
+        0.0
+      ],
+      [
+        "▁traders",
+        0.0
+      ],
+      [
+        "olitics",
+        0.0
+      ],
+      [
+        "unker",
+        0.0
+      ],
+      [
+        "▁Pale",
+        0.0
+      ],
+      [
+        "osi",
+        0.0
+      ],
+      [
+        "anmar",
+        0.0
+      ],
+      [
+        "▁1947",
+        0.0
+      ],
+      [
+        "▁Fell",
+        0.0
+      ],
+      [
+        "estial",
+        0.0
+      ],
+      [
+        "itating",
+        0.0
+      ],
+      [
+        "GF",
+        0.0
+      ],
+      [
+        "▁Sr",
+        0.0
+      ],
+      [
+        "ifted",
+        0.0
+      ],
+      [
+        "▁connector",
+        0.0
+      ],
+      [
+        "▁Bone",
+        0.0
+      ],
+      [
+        "illes",
+        0.0
+      ],
+      [
+        "260",
+        0.0
+      ],
+      [
+        "hma",
+        0.0
+      ],
+      [
+        "▁overlap",
+        0.0
+      ],
+      [
+        "▁GitHub",
+        0.0
+      ],
+      [
+        "▁cleaner",
+        0.0
+      ],
+      [
+        "▁Baptist",
+        0.0
+      ],
+      [
+        "▁WAS",
+        0.0
+      ],
+      [
+        "▁lungs",
+        0.0
+      ],
+      [
+        "Ñģ",
+        0.0
+      ],
+      [
+        "▁BUT",
+        0.0
+      ],
+      [
+        "▁cite",
+        0.0
+      ],
+      [
+        "▁pitched",
+        0.0
+      ],
+      [
+        "reatment",
+        0.0
+      ],
+      [
+        "▁trophies",
+        0.0
+      ],
+      [
+        "▁Nu",
+        0.0
+      ],
+      [
+        "386",
+        0.0
+      ],
+      [
+        "▁Pride",
+        0.0
+      ],
+      [
+        "▁attendees",
+        0.0
+      ],
+      [
+        "[]",
+        0.0
+      ],
+      [
+        "179",
+        0.0
+      ],
+      [
+        "▁spatial",
+        0.0
+      ],
+      [
+        "▁prizes",
+        0.0
+      ],
+      [
+        "▁Religion",
+        0.0
+      ],
+      [
+        "▁showcase",
+        0.0
+      ],
+      [
+        "▁Category",
+        0.0
+      ],
+      [
+        "vidia",
+        0.0
+      ],
+      [
+        "Target",
+        0.0
+      ],
+      [
+        "Property",
+        0.0
+      ],
+      [
+        "?,",
+        0.0
+      ],
+      [
+        "▁fusion",
+        0.0
+      ],
+      [
+        "pie",
+        0.0
+      ],
+      [
+        "▁UCLA",
+        0.0
+      ],
+      [
+        "▁soundtrack",
+        0.0
+      ],
+      [
+        "▁princess",
+        0.0
+      ],
+      [
+        "▁Caval",
+        0.0
+      ],
+      [
+        "should",
+        0.0
+      ],
+      [
+        "▁limbs",
+        0.0
+      ],
+      [
+        "Background",
+        0.0
+      ],
+      [
+        "▁lonely",
+        0.0
+      ],
+      [
+        "▁cores",
+        0.0
+      ],
+      [
+        "▁Tail",
+        0.0
+      ],
+      [
+        "sheet",
+        0.0
+      ],
+      [
+        "▁132",
+        0.0
+      ],
+      [
+        "Ra",
+        0.0
+      ],
+      [
+        "ãĤ«",
+        0.0
+      ],
+      [
+        "▁Bolt",
+        0.0
+      ],
+      [
+        "▁booked",
+        0.0
+      ],
+      [
+        "▁administer",
+        0.0
+      ],
+      [
+        "▁equals",
+        0.0
+      ],
+      [
+        "wy",
+        0.0
+      ],
+      [
+        "▁observing",
+        0.0
+      ],
+      [
+        "▁Baron",
+        0.0
+      ],
+      [
+        "▁Adobe",
+        0.0
+      ],
+      [
+        "▁virgin",
+        0.0
+      ],
+      [
+        "▁Socialist",
+        0.0
+      ],
+      [
+        "Move",
+        0.0
+      ],
+      [
+        "ghazi",
+        0.0
+      ],
+      [
+        "▁Linda",
+        0.0
+      ],
+      [
+        "212",
+        0.0
+      ],
+      [
+        "▁brewing",
+        0.0
+      ],
+      [
+        "▁merchants",
+        0.0
+      ],
+      [
+        "burse",
+        0.0
+      ],
+      [
+        "▁divor",
+        0.0
+      ],
+      [
+        "▁metals",
+        0.0
+      ],
+      [
+        "▁Ner",
+        0.0
+      ],
+      [
+        "▁sums",
+        0.0
+      ],
+      [
+        "▁Enemy",
+        0.0
+      ],
+      [
+        "▁envision",
+        0.0
+      ],
+      [
+        "▁granting",
+        0.0
+      ],
+      [
+        "▁Honey",
+        0.0
+      ],
+      [
+        "▁Skyrim",
+        0.0
+      ],
+      [
+        "▁socio",
+        0.0
+      ],
+      [
+        "graded",
+        0.0
+      ],
+      [
+        "▁selective",
+        0.0
+      ],
+      [
+        "WASHINGTON",
+        0.0
+      ],
+      [
+        "▁1948",
+        0.0
+      ],
+      [
+        "▁Sirius",
+        0.0
+      ],
+      [
+        "▁Gross",
+        0.0
+      ],
+      [
+        "activity",
+        0.0
+      ],
+      [
+        "▁Ivan",
+        0.0
+      ],
+      [
+        "▁furious",
+        0.0
+      ],
+      [
+        "BSD",
+        0.0
+      ],
+      [
+        "▁Previous",
+        0.0
+      ],
+      [
+        "▁responsive",
+        0.0
+      ],
+      [
+        "▁charitable",
+        0.0
+      ],
+      [
+        "▁leaning",
+        0.0
+      ],
+      [
+        "▁Pew",
+        0.0
+      ],
+      [
+        "▁violates",
+        0.0
+      ],
+      [
+        "\\\\\\\\\\\\\\\\",
+        0.0
+      ],
+      [
+        "▁Coming",
+        0.0
+      ],
+      [
+        "wire",
+        0.0
+      ],
+      [
+        "▁poet",
+        0.0
+      ],
+      [
+        "▁resolutions",
+        0.0
+      ],
+      [
+        "command",
+        0.0
+      ],
+      [
+        "▁Portuguese",
+        0.0
+      ],
+      [
+        "▁nickname",
+        0.0
+      ],
+      [
+        "▁deaf",
+        0.0
+      ],
+      [
+        "February",
+        0.0
+      ],
+      [
+        "▁recognise",
+        0.0
+      ],
+      [
+        "▁entirety",
+        0.0
+      ],
+      [
+        "▁seasonal",
+        0.0
+      ],
+      [
+        "placed",
+        0.0
+      ],
+      [
+        "▁Telegraph",
+        0.0
+      ],
+      [
+        "▁microphone",
+        0.0
+      ],
+      [
+        "ouring",
+        0.0
+      ],
+      [
+        "▁grains",
+        0.0
+      ],
+      [
+        "▁governed",
+        0.0
+      ],
+      [
+        "▁postp",
+        0.0
+      ],
+      [
+        "▁Waters",
+        0.0
+      ],
+      [
+        "inement",
+        0.0
+      ],
+      [
+        "▁undocumented",
+        0.0
+      ],
+      [
+        "▁Comcast",
+        0.0
+      ],
+      [
+        "▁fox",
+        0.0
+      ],
+      [
+        "▁assaults",
+        0.0
+      ],
+      [
+        "reon",
+        0.0
+      ],
+      [
+        "many",
+        0.0
+      ],
+      [
+        "▁Jenkins",
+        0.0
+      ],
+      [
+        "▁Anyway",
+        0.0
+      ],
+      [
+        "▁assessments",
+        0.0
+      ],
+      [
+        "▁downs",
+        0.0
+      ],
+      [
+        "▁Mouse",
+        0.0
+      ],
+      [
+        "▁superb",
+        0.0
+      ],
+      [
+        "kt",
+        0.0
+      ],
+      [
+        "▁Dow",
+        0.0
+      ],
+      [
+        "▁taxation",
+        0.0
+      ],
+      [
+        "401",
+        0.0
+      ],
+      [
+        "▁smiles",
+        0.0
+      ],
+      [
+        "▁undertaken",
+        0.0
+      ],
+      [
+        "▁exh",
+        0.0
+      ],
+      [
+        "▁enthusiastic",
+        0.0
+      ],
+      [
+        "▁twent",
+        0.0
+      ],
+      [
+        "▁governmental",
+        0.0
+      ],
+      [
+        "▁autonomy",
+        0.0
+      ],
+      [
+        "▁Technologies",
+        0.0
+      ],
+      [
+        "▁Chain",
+        0.0
+      ],
+      [
+        "▁prevalent",
+        0.0
+      ],
+      [
+        "fb",
+        0.0
+      ],
+      [
+        "▁nicotine",
+        0.0
+      ],
+      [
+        "ogram",
+        0.0
+      ],
+      [
+        "job",
+        0.0
+      ],
+      [
+        "▁awaiting",
+        0.0
+      ],
+      [
+        "▁Menu",
+        0.0
+      ],
+      [
+        "▁deputies",
+        0.0
+      ],
+      [
+        "kov",
+        0.0
+      ],
+      [
+        "ishops",
+        0.0
+      ],
+      [
+        "Button",
+        0.0
+      ],
+      [
+        "▁Shanghai",
+        0.0
+      ],
+      [
+        "▁diesel",
+        0.0
+      ],
+      [
+        "▁Duck",
+        0.0
+      ],
+      [
+        "Ryan",
+        0.0
+      ],
+      [
+        "▁PCs",
+        0.0
+      ],
+      [
+        "NF",
+        0.0
+      ],
+      [
+        "jury",
+        0.0
+      ],
+      [
+        "ente",
+        0.0
+      ],
+      [
+        "▁inaccurate",
+        0.0
+      ],
+      [
+        "eddy",
+        0.0
+      ],
+      [
+        "Whatever",
+        0.0
+      ],
+      [
+        "▁showc",
+        0.0
+      ],
+      [
+        "▁Nad",
+        0.0
+      ],
+      [
+        "odus",
+        0.0
+      ],
+      [
+        "etr",
+        0.0
+      ],
+      [
+        "▁plaintiffs",
+        0.0
+      ],
+      [
+        "▁WOR",
+        0.0
+      ],
+      [
+        "▁Assange",
+        0.0
+      ],
+      [
+        "▁privat",
+        0.0
+      ],
+      [
+        "▁premiums",
+        0.0
+      ],
+      [
+        "▁tam",
+        0.0
+      ],
+      [
+        "URL",
+        0.0
+      ],
+      [
+        "▁elites",
+        0.0
+      ],
+      [
+        "▁Ranger",
+        0.0
+      ],
+      [
+        "ottenham",
+        0.0
+      ],
+      [
+        "▁Hoff",
+        0.0
+      ],
+      [
+        "▁Athens",
+        0.0
+      ],
+      [
+        "▁definite",
+        0.0
+      ],
+      [
+        "▁sighed",
+        0.0
+      ],
+      [
+        "▁evenly",
+        0.0
+      ],
+      [
+        "211",
+        0.0
+      ],
+      [
+        "▁Amber",
+        0.0
+      ],
+      [
+        "akia",
+        0.0
+      ],
+      [
+        "▁mailing",
+        0.0
+      ],
+      [
+        "▁crashing",
+        0.0
+      ],
+      [
+        "▁Confederate",
+        0.0
+      ],
+      [
+        "rugged",
+        0.0
+      ],
+      [
+        "Wal",
+        0.0
+      ],
+      [
+        "▁Depths",
+        0.0
+      ],
+      [
+        "▁juvenile",
+        0.0
+      ],
+      [
+        "▁reactor",
+        0.0
+      ],
+      [
+        "Introduction",
+        0.0
+      ],
+      [
+        "▁Deluxe",
+        0.0
+      ],
+      [
+        "1995",
+        0.0
+      ],
+      [
+        "▁Sanchez",
+        0.0
+      ],
+      [
+        "▁Mead",
+        0.0
+      ],
+      [
+        "ivable",
+        0.0
+      ],
+      [
+        ":-",
+        0.0
+      ],
+      [
+        "▁Planning",
+        0.0
+      ],
+      [
+        "▁Trap",
+        0.0
+      ],
+      [
+        "quin",
+        0.0
+      ],
+      [
+        "▁Protect",
+        0.0
+      ],
+      [
+        "vered",
+        0.0
+      ],
+      [
+        "Information",
+        0.0
+      ],
+      [
+        "▁kidney",
+        0.0
+      ],
+      [
+        "innamon",
+        0.0
+      ],
+      [
+        "las",
+        0.0
+      ],
+      [
+        "▁policing",
+        0.0
+      ],
+      [
+        "▁tolerate",
+        0.0
+      ],
+      [
+        "▁Qi",
+        0.0
+      ],
+      [
+        "▁biased",
+        0.0
+      ],
+      [
+        "Fort",
+        0.0
+      ],
+      [
+        "▁Ki",
+        0.0
+      ],
+      [
+        "save",
+        0.0
+      ],
+      [
+        "▁privileged",
+        0.0
+      ],
+      [
+        "▁beasts",
+        0.0
+      ],
+      [
+        "▁Glas",
+        0.0
+      ],
+      [
+        "▁Cinem",
+        0.0
+      ],
+      [
+        "▁comeback",
+        0.0
+      ],
+      [
+        "Sunday",
+        0.0
+      ],
+      [
+        "▁extinction",
+        0.0
+      ],
+      [
+        "hops",
+        0.0
+      ],
+      [
+        "▁transmit",
+        0.0
+      ],
+      [
+        "▁doubles",
+        0.0
+      ],
+      [
+        "▁Flat",
+        0.0
+      ],
+      [
+        "167",
+        0.0
+      ],
+      [
+        "▁disputed",
+        0.0
+      ],
+      [
+        "▁injustice",
+        0.0
+      ],
+      [
+        "foo",
+        0.0
+      ],
+      [
+        "Vict",
+        0.0
+      ],
+      [
+        "roleum",
+        0.0
+      ],
+      [
+        "▁Julie",
+        0.0
+      ],
+      [
+        "Context",
+        0.0
+      ],
+      [
+        "▁Rarity",
+        0.0
+      ],
+      [
+        "issue",
+        0.0
+      ],
+      [
+        "Component",
+        0.0
+      ],
+      [
+        "▁counseling",
+        0.0
+      ],
+      [
+        "anne",
+        0.0
+      ],
+      [
+        "dark",
+        0.0
+      ],
+      [
+        "▁objections",
+        0.0
+      ],
+      [
+        "uilt",
+        0.0
+      ],
+      [
+        "▁gast",
+        0.0
+      ],
+      [
+        "▁plac",
+        0.0
+      ],
+      [
+        "▁unused",
+        0.0
+      ],
+      [
+        "ãĥĩ",
+        0.0
+      ],
+      [
+        "▁Trial",
+        0.0
+      ],
+      [
+        "▁Jas",
+        0.0
+      ],
+      [
+        "hedral",
+        0.0
+      ],
+      [
+        "obb",
+        0.0
+      ],
+      [
+        "▁temporal",
+        0.0
+      ],
+      [
+        "▁PRO",
+        0.0
+      ],
+      [
+        "▁NW",
+        0.0
+      ],
+      [
+        "▁Anniversary",
+        0.0
+      ],
+      [
+        "Large",
+        0.0
+      ],
+      [
+        "▁therm",
+        0.0
+      ],
+      [
+        "▁david",
+        0.0
+      ],
+      [
+        "▁systemic",
+        0.0
+      ],
+      [
+        "▁Shir",
+        0.0
+      ],
+      [
+        "mut",
+        0.0
+      ],
+      [
+        "▁Nept",
+        0.0
+      ],
+      [
+        "address",
+        0.0
+      ],
+      [
+        "▁scanning",
+        0.0
+      ],
+      [
+        "▁understandable",
+        0.0
+      ],
+      [
+        "▁canvas",
+        0.0
+      ],
+      [
+        "Cat",
+        0.0
+      ],
+      [
+        "▁Zoo",
+        0.0
+      ],
+      [
+        "▁angels",
+        0.0
+      ],
+      [
+        "LO",
+        0.0
+      ],
+      [
+        "▁Statement",
+        0.0
+      ],
+      [
+        "▁Sig",
+        0.0
+      ],
+      [
+        "ovable",
+        0.0
+      ],
+      [
+        "▁Away",
+        0.0
+      ],
+      [
+        "sharing",
+        0.0
+      ],
+      [
+        "ocrats",
+        0.0
+      ],
+      [
+        "stated",
+        0.0
+      ],
+      [
+        "▁weighing",
+        0.0
+      ],
+      [
+        "Nor",
+        0.0
+      ],
+      [
+        "wild",
+        0.0
+      ],
+      [
+        "Bey",
+        0.0
+      ],
+      [
+        "▁astonishing",
+        0.0
+      ],
+      [
+        "▁Reynolds",
+        0.0
+      ],
+      [
+        "▁opener",
+        0.0
+      ],
+      [
+        "▁trainer",
+        0.0
+      ],
+      [
+        "▁surgical",
+        0.0
+      ],
+      [
+        "pn",
+        0.0
+      ],
+      [
+        "▁adjusting",
+        0.0
+      ],
+      [
+        "wheel",
+        0.0
+      ],
+      [
+        "▁frown",
+        0.0
+      ],
+      [
+        "ervative",
+        0.0
+      ],
+      [
+        "▁suspend",
+        0.0
+      ],
+      [
+        "Within",
+        0.0
+      ],
+      [
+        "tein",
+        0.0
+      ],
+      [
+        "▁obstacle",
+        0.0
+      ],
+      [
+        "▁liberties",
+        0.0
+      ],
+      [
+        "ymes",
+        0.0
+      ],
+      [
+        "▁uranium",
+        0.0
+      ],
+      [
+        "ansom",
+        0.0
+      ],
+      [
+        "anol",
+        0.0
+      ],
+      [
+        "uba",
+        0.0
+      ],
+      [
+        "▁Loss",
+        0.0
+      ],
+      [
+        "▁arous",
+        0.0
+      ],
+      [
+        "▁Henderson",
+        0.0
+      ],
+      [
+        "Wow",
+        0.0
+      ],
+      [
+        "spl",
+        0.0
+      ],
+      [
+        "cur",
+        0.0
+      ],
+      [
+        "▁ÂŃ",
+        0.0
+      ],
+      [
+        "▁theirs",
+        0.0
+      ],
+      [
+        "Damage",
+        0.0
+      ],
+      [
+        "▁downloading",
+        0.0
+      ],
+      [
+        "▁discern",
+        0.0
+      ],
+      [
+        "▁Sto",
+        0.0
+      ],
+      [
+        "▁Fla",
+        0.0
+      ],
+      [
+        "▁hath",
+        0.0
+      ],
+      [
+        "▁Aj",
+        0.0
+      ],
+      [
+        "▁unpleasant",
+        0.0
+      ],
+      [
+        "European",
+        0.0
+      ],
+      [
+        "expensive",
+        0.0
+      ],
+      [
+        "▁screenshot",
+        0.0
+      ],
+      [
+        "▁UV",
+        0.0
+      ],
+      [
+        "▁allied",
+        0.0
+      ],
+      [
+        "▁Persian",
+        0.0
+      ],
+      [
+        "▁monopoly",
+        0.0
+      ],
+      [
+        "▁atom",
+        0.0
+      ],
+      [
+        "▁Redskins",
+        0.0
+      ],
+      [
+        "\"><",
+        0.0
+      ],
+      [
+        "▁cancell",
+        0.0
+      ],
+      [
+        "▁cinema",
+        0.0
+      ],
+      [
+        "131",
+        0.0
+      ],
+      [
+        "fair",
+        0.0
+      ],
+      [
+        "▁Alfred",
+        0.0
+      ],
+      [
+        "▁duck",
+        0.0
+      ],
+      [
+        "args",
+        0.0
+      ],
+      [
+        "223",
+        0.0
+      ],
+      [
+        "▁ISI",
+        0.0
+      ],
+      [
+        "▁signaling",
+        0.0
+      ],
+      [
+        "inar",
+        0.0
+      ],
+      [
+        "▁laughs",
+        0.0
+      ],
+      [
+        "▁forwards",
+        0.0
+      ],
+      [
+        "▁reckless",
+        0.0
+      ],
+      [
+        "▁listeners",
+        0.0
+      ],
+      [
+        "ativity",
+        0.0
+      ],
+      [
+        "▁vastly",
+        0.0
+      ],
+      [
+        "nant",
+        0.0
+      ],
+      [
+        "Less",
+        0.0
+      ],
+      [
+        "▁Hunting",
+        0.0
+      ],
+      [
+        "▁Scientific",
+        0.0
+      ],
+      [
+        "ITED",
+        0.0
+      ],
+      [
+        "▁knight",
+        0.0
+      ],
+      [
+        "▁HTC",
+        0.0
+      ],
+      [
+        "usa",
+        0.0
+      ],
+      [
+        "tmp",
+        0.0
+      ],
+      [
+        "▁rude",
+        0.0
+      ],
+      [
+        "▁Legendary",
+        0.0
+      ],
+      [
+        "▁arises",
+        0.0
+      ],
+      [
+        "Bad",
+        0.0
+      ],
+      [
+        "▁Claim",
+        0.0
+      ],
+      [
+        "peg",
+        0.0
+      ],
+      [
+        "▁realities",
+        0.0
+      ],
+      [
+        "Think",
+        0.0
+      ],
+      [
+        "▁°",
+        0.0
+      ],
+      [
+        "▁rode",
+        0.0
+      ],
+      [
+        "▁strive",
+        0.0
+      ],
+      [
+        "▁anecd",
+        0.0
+      ],
+      [
+        "▁shorts",
+        0.0
+      ],
+      [
+        "▁hypothes",
+        0.0
+      ],
+      [
+        "▁coordinated",
+        0.0
+      ],
+      [
+        "▁Gandhi",
+        0.0
+      ],
+      [
+        "▁FPS",
+        0.0
+      ],
+      [
+        "RED",
+        0.0
+      ],
+      [
+        "▁susceptible",
+        0.0
+      ],
+      [
+        "▁shrink",
+        0.0
+      ],
+      [
+        "▁Chart",
+        0.0
+      ],
+      [
+        "Help",
+        0.0
+      ],
+      [
+        "▁ion",
+        0.0
+      ],
+      [
+        "deep",
+        0.0
+      ],
+      [
+        "ribes",
+        0.0
+      ],
+      [
+        "▁Kai",
+        0.0
+      ],
+      [
+        "▁Customer",
+        0.0
+      ],
+      [
+        "Summary",
+        0.0
+      ],
+      [
+        "▁cough",
+        0.0
+      ],
+      [
+        "wife",
+        0.0
+      ],
+      [
+        "▁lend",
+        0.0
+      ],
+      [
+        "▁positioning",
+        0.0
+      ],
+      [
+        "▁lottery",
+        0.0
+      ],
+      [
+        "▁Canyon",
+        0.0
+      ],
+      [
+        "▁fade",
+        0.0
+      ],
+      [
+        "▁bronze",
+        0.0
+      ],
+      [
+        "▁Kenny",
+        0.0
+      ],
+      [
+        "▁boasts",
+        0.0
+      ],
+      [
+        "▁Enhanced",
+        0.0
+      ],
+      [
+        "record",
+        0.0
+      ],
+      [
+        "▁emergence",
+        0.0
+      ],
+      [
+        "▁akin",
+        0.0
+      ],
+      [
+        "▁Bert",
+        0.0
+      ],
+      [
+        "itous",
+        0.0
+      ],
+      [
+        "âĸij",
+        0.0
+      ],
+      [
+        "▁stip",
+        0.0
+      ],
+      [
+        "▁exchanged",
+        0.0
+      ],
+      [
+        "omore",
+        0.0
+      ],
+      [
+        "alsh",
+        0.0
+      ],
+      [
+        "▁reservoir",
+        0.0
+      ],
+      [
+        "▁standpoint",
+        0.0
+      ],
+      [
+        "WM",
+        0.0
+      ],
+      [
+        "▁initiate",
+        0.0
+      ],
+      [
+        "▁decay",
+        0.0
+      ],
+      [
+        "▁brewery",
+        0.0
+      ],
+      [
+        "▁terribly",
+        0.0
+      ],
+      [
+        "▁mortal",
+        0.0
+      ],
+      [
+        "levard",
+        0.0
+      ],
+      [
+        "▁revis",
+        0.0
+      ],
+      [
+        "NI",
+        0.0
+      ],
+      [
+        "elo",
+        0.0
+      ],
+      [
+        "▁confess",
+        0.0
+      ],
+      [
+        "▁MSNBC",
+        0.0
+      ],
+      [
+        "▁submissions",
+        0.0
+      ],
+      [
+        "Controller",
+        0.0
+      ],
+      [
+        "▁202",
+        0.0
+      ],
+      [
+        "▁Ruth",
+        0.0
+      ],
+      [
+        "});",
+        0.0
+      ],
+      [
+        "▁Azure",
+        0.0
+      ],
+      [
+        "▁.\"",
+        0.0
+      ],
+      [
+        "206",
+        0.0
+      ],
+      [
+        "▁Marketing",
+        0.0
+      ],
+      [
+        "▁laund",
+        0.0
+      ],
+      [
+        "iencies",
+        0.0
+      ],
+      [
+        "▁renowned",
+        0.0
+      ],
+      [
+        "▁Trou",
+        0.0
+      ],
+      [
+        "▁NGO",
+        0.0
+      ],
+      [
+        "blems",
+        0.0
+      ],
+      [
+        "▁terrified",
+        0.0
+      ],
+      [
+        "▁warns",
+        0.0
+      ],
+      [
+        "▁pert",
+        0.0
+      ],
+      [
+        "▁unsure",
+        0.0
+      ],
+      [
+        "480",
+        0.0
+      ],
+      [
+        "alez",
+        0.0
+      ],
+      [
+        "ultz",
+        0.0
+      ],
+      [
+        "▁Outside",
+        0.0
+      ],
+      [
+        "▁styl",
+        0.0
+      ],
+      [
+        "▁Underground",
+        0.0
+      ],
+      [
+        "▁panc",
+        0.0
+      ],
+      [
+        "▁dictionary",
+        0.0
+      ],
+      [
+        "▁foe",
+        0.0
+      ],
+      [
+        "riminal",
+        0.0
+      ],
+      [
+        "▁Norwegian",
+        0.0
+      ],
+      [
+        "▁jailed",
+        0.0
+      ],
+      [
+        "▁maternal",
+        0.0
+      ],
+      [
+        "ée",
+        0.0
+      ],
+      [
+        "▁Lucy",
+        0.0
+      ],
+      [
+        "cop",
+        0.0
+      ],
+      [
+        "Cho",
+        0.0
+      ],
+      [
+        "▁unsigned",
+        0.0
+      ],
+      [
+        "▁Zelda",
+        0.0
+      ],
+      [
+        "▁Insider",
+        0.0
+      ],
+      [
+        "▁Continued",
+        0.0
+      ],
+      [
+        "▁133",
+        0.0
+      ],
+      [
+        "▁Naruto",
+        0.0
+      ],
+      [
+        "▁Majority",
+        0.0
+      ],
+      [
+        "169",
+        0.0
+      ],
+      [
+        "▁Wo",
+        0.0
+      ],
+      [
+        "ãĤĵ",
+        0.0
+      ],
+      [
+        "▁pastor",
+        0.0
+      ],
+      [
+        "▁informal",
+        0.0
+      ],
+      [
+        "н",
+        0.0
+      ],
+      [
+        "anthrop",
+        0.0
+      ],
+      [
+        "join",
+        0.0
+      ],
+      [
+        "ãģĹ",
+        0.0
+      ],
+      [
+        "itational",
+        0.0
+      ],
+      [
+        "NP",
+        0.0
+      ],
+      [
+        "▁Writing",
+        0.0
+      ],
+      [
+        "fn",
+        0.0
+      ],
+      [
+        "▁Bever",
+        0.0
+      ],
+      [
+        "195",
+        0.0
+      ],
+      [
+        "▁yelling",
+        0.0
+      ],
+      [
+        "▁drastically",
+        0.0
+      ],
+      [
+        "▁eject",
+        0.0
+      ],
+      [
+        "▁neut",
+        0.0
+      ],
+      [
+        "▁thrive",
+        0.0
+      ],
+      [
+        "▁Frequ",
+        0.0
+      ],
+      [
+        "oux",
+        0.0
+      ],
+      [
+        "▁possesses",
+        0.0
+      ],
+      [
+        "▁Senators",
+        0.0
+      ],
+      [
+        "▁DES",
+        0.0
+      ],
+      [
+        "▁Shakespeare",
+        0.0
+      ],
+      [
+        "▁Franco",
+        0.0
+      ],
+      [
+        "▁LB",
+        0.0
+      ],
+      [
+        "uchi",
+        0.0
+      ],
+      [
+        "▁incarn",
+        0.0
+      ],
+      [
+        "▁founders",
+        0.0
+      ],
+      [
+        "Function",
+        0.0
+      ],
+      [
+        "▁brightness",
+        0.0
+      ],
+      [
+        "▁BT",
+        0.0
+      ],
+      [
+        "▁whale",
+        0.0
+      ],
+      [
+        "▁Theater",
+        0.0
+      ],
+      [
+        "mass",
+        0.0
+      ],
+      [
+        "▁Doll",
+        0.0
+      ],
+      [
+        "Something",
+        0.0
+      ],
+      [
+        "▁echoed",
+        0.0
+      ],
+      [
+        "▁Hex",
+        0.0
+      ],
+      [
+        "crit",
+        0.0
+      ],
+      [
+        "afia",
+        0.0
+      ],
+      [
+        "▁goddess",
+        0.0
+      ],
+      [
+        "▁eleven",
+        0.0
+      ],
+      [
+        "▁Preview",
+        0.0
+      ],
+      [
+        "▁Aurora",
+        0.0
+      ],
+      [
+        "▁401",
+        0.0
+      ],
+      [
+        "ulsive",
+        0.0
+      ],
+      [
+        "▁Logan",
+        0.0
+      ],
+      [
+        "inburgh",
+        0.0
+      ],
+      [
+        "▁Centers",
+        0.0
+      ],
+      [
+        "▁ONLY",
+        0.0
+      ],
+      [
+        "▁Aid",
+        0.0
+      ],
+      [
+        "▁paradox",
+        0.0
+      ],
+      [
+        "▁hurd",
+        0.0
+      ],
+      [
+        "▁LC",
+        0.0
+      ],
+      [
+        "Due",
+        0.0
+      ],
+      [
+        "court",
+        0.0
+      ],
+      [
+        "▁offended",
+        0.0
+      ],
+      [
+        "▁evaluating",
+        0.0
+      ],
+      [
+        "▁Matthews",
+        0.0
+      ],
+      [
+        "▁tomb",
+        0.0
+      ],
+      [
+        "▁payroll",
+        0.0
+      ],
+      [
+        "▁extraction",
+        0.0
+      ],
+      [
+        "▁Hands",
+        0.0
+      ],
+      [
+        "ifi",
+        0.0
+      ],
+      [
+        "▁supernatural",
+        0.0
+      ],
+      [
+        "▁COMM",
+        0.0
+      ],
+      [
+        "]=",
+        0.0
+      ],
+      [
+        "dogs",
+        0.0
+      ],
+      [
+        "▁512",
+        0.0
+      ],
+      [
+        "▁Meeting",
+        0.0
+      ],
+      [
+        "Richard",
+        0.0
+      ],
+      [
+        "▁Maximum",
+        0.0
+      ],
+      [
+        "▁ideals",
+        0.0
+      ],
+      [
+        "Things",
+        0.0
+      ],
+      [
+        "mand",
+        0.0
+      ],
+      [
+        "▁Regardless",
+        0.0
+      ],
+      [
+        "▁humili",
+        0.0
+      ],
+      [
+        "buffer",
+        0.0
+      ],
+      [
+        "Little",
+        0.0
+      ],
+      [
+        "▁Dani",
+        0.0
+      ],
+      [
+        "▁Nak",
+        0.0
+      ],
+      [
+        "▁liberation",
+        0.0
+      ],
+      [
+        "▁Abe",
+        0.0
+      ],
+      [
+        "▁OL",
+        0.0
+      ],
+      [
+        "▁stuffed",
+        0.0
+      ],
+      [
+        "aca",
+        0.0
+      ],
+      [
+        "inda",
+        0.0
+      ],
+      [
+        "raphic",
+        0.0
+      ],
+      [
+        "▁mosqu",
+        0.0
+      ],
+      [
+        "▁campaigning",
+        0.0
+      ],
+      [
+        "▁occupy",
+        0.0
+      ],
+      [
+        "Squ",
+        0.0
+      ],
+      [
+        "rina",
+        0.0
+      ],
+      [
+        "▁Wel",
+        0.0
+      ],
+      [
+        "▁VS",
+        0.0
+      ],
+      [
+        "▁physic",
+        0.0
+      ],
+      [
+        "▁puls",
+        0.0
+      ],
+      [
+        "rint",
+        0.0
+      ],
+      [
+        "oaded",
+        0.0
+      ],
+      [
+        "ETF",
+        0.0
+      ],
+      [
+        "▁Archives",
+        0.0
+      ],
+      [
+        "▁venues",
+        0.0
+      ],
+      [
+        "hner",
+        0.0
+      ],
+      [
+        "▁Turbo",
+        0.0
+      ],
+      [
+        "▁lust",
+        0.0
+      ],
+      [
+        "▁appealed",
+        0.0
+      ],
+      [
+        "quez",
+        0.0
+      ],
+      [
+        "ilib",
+        0.0
+      ],
+      [
+        "▁Timothy",
+        0.0
+      ],
+      [
+        "▁omn",
+        0.0
+      ],
+      [
+        "dro",
+        0.0
+      ],
+      [
+        "▁obsession",
+        0.0
+      ],
+      [
+        "▁Savage",
+        0.0
+      ],
+      [
+        "1996",
+        0.0
+      ],
+      [
+        "Global",
+        0.0
+      ],
+      [
+        "Jes",
+        0.0
+      ],
+      [
+        "214",
+        0.0
+      ],
+      [
+        "▁sliding",
+        0.0
+      ],
+      [
+        "▁disappro",
+        0.0
+      ],
+      [
+        "▁Magical",
+        0.0
+      ],
+      [
+        "▁voluntarily",
+        0.0
+      ],
+      [
+        "gb",
+        0.0
+      ],
+      [
+        "aney",
+        0.0
+      ],
+      [
+        "▁prophet",
+        0.0
+      ],
+      [
+        "▁Rein",
+        0.0
+      ],
+      [
+        "▁Julia",
+        0.0
+      ],
+      [
+        "▁Worth",
+        0.0
+      ],
+      [
+        "aurus",
+        0.0
+      ],
+      [
+        "▁bounds",
+        0.0
+      ],
+      [
+        "ieu",
+        0.0
+      ],
+      [
+        ")))",
+        0.0
+      ],
+      [
+        "▁crore",
+        0.0
+      ],
+      [
+        "▁Citizen",
+        0.0
+      ],
+      [
+        "Sky",
+        0.0
+      ],
+      [
+        "▁columnist",
+        0.0
+      ],
+      [
+        "▁seekers",
+        0.0
+      ],
+      [
+        "ondo",
+        0.0
+      ],
+      [
+        "ISA",
+        0.0
+      ],
+      [
+        "▁Length",
+        0.0
+      ],
+      [
+        "▁nostalg",
+        0.0
+      ],
+      [
+        "▁newcom",
+        0.0
+      ],
+      [
+        "▁detrim",
+        0.0
+      ],
+      [
+        "entric",
+        0.0
+      ],
+      [
+        "375",
+        0.0
+      ],
+      [
+        "▁GE",
+        0.0
+      ],
+      [
+        "▁autop",
+        0.0
+      ],
+      [
+        "▁academics",
+        0.0
+      ],
+      [
+        "AppData",
+        0.0
+      ],
+      [
+        "▁Shen",
+        0.0
+      ],
+      [
+        "▁idiot",
+        0.0
+      ],
+      [
+        "▁Transit",
+        0.0
+      ],
+      [
+        "▁teaspoon",
+        0.0
+      ],
+      [
+        "Wil",
+        0.0
+      ],
+      [
+        "KO",
+        0.0
+      ],
+      [
+        "▁Comedy",
+        0.0
+      ],
+      [
+        ">,",
+        0.0
+      ],
+      [
+        "▁populated",
+        0.0
+      ],
+      [
+        "WD",
+        0.0
+      ],
+      [
+        "▁pigs",
+        0.0
+      ],
+      [
+        "▁Oculus",
+        0.0
+      ],
+      [
+        "▁sympathetic",
+        0.0
+      ],
+      [
+        "▁marathon",
+        0.0
+      ],
+      [
+        "198",
+        0.0
+      ],
+      [
+        "▁seizure",
+        0.0
+      ],
+      [
+        "sided",
+        0.0
+      ],
+      [
+        "▁dop",
+        0.0
+      ],
+      [
+        "irtual",
+        0.0
+      ],
+      [
+        "Land",
+        0.0
+      ],
+      [
+        "▁Floor",
+        0.0
+      ],
+      [
+        "osaurs",
+        0.0
+      ],
+      [
+        "...]",
+        0.0
+      ],
+      [
+        "▁los",
+        0.0
+      ],
+      [
+        "▁subsidiary",
+        0.0
+      ],
+      [
+        "EY",
+        0.0
+      ],
+      [
+        "▁Parts",
+        0.0
+      ],
+      [
+        "▁Stef",
+        0.0
+      ],
+      [
+        "▁Judiciary",
+        0.0
+      ],
+      [
+        "▁134",
+        0.0
+      ],
+      [
+        "▁mirrors",
+        0.0
+      ],
+      [
+        "▁ket",
+        0.0
+      ],
+      [
+        "times",
+        0.0
+      ],
+      [
+        "▁neurolog",
+        0.0
+      ],
+      [
+        "▁cav",
+        0.0
+      ],
+      [
+        "▁Guest",
+        0.0
+      ],
+      [
+        "▁tumor",
+        0.0
+      ],
+      [
+        "scill",
+        0.0
+      ],
+      [
+        "▁Lloyd",
+        0.0
+      ],
+      [
+        "Est",
+        0.0
+      ],
+      [
+        "▁clearer",
+        0.0
+      ],
+      [
+        "▁stereotypes",
+        0.0
+      ],
+      [
+        "▁dur",
+        0.0
+      ],
+      [
+        "nothing",
+        0.0
+      ],
+      [
+        "Reddit",
+        0.0
+      ],
+      [
+        "▁negotiated",
+        0.0
+      ],
+      [
+        "------------------------",
+        0.0
+      ],
+      [
+        "235",
+        0.0
+      ],
+      [
+        "▁flown",
+        0.0
+      ],
+      [
+        "▁Seoul",
+        0.0
+      ],
+      [
+        "▁Resident",
+        0.0
+      ],
+      [
+        "▁SCH",
+        0.0
+      ],
+      [
+        "▁disappearance",
+        0.0
+      ],
+      [
+        "▁Vince",
+        0.0
+      ],
+      [
+        "grown",
+        0.0
+      ],
+      [
+        "▁grabs",
+        0.0
+      ],
+      [
+        "ril",
+        0.0
+      ],
+      [
+        "▁Infinite",
+        0.0
+      ],
+      [
+        "▁Twenty",
+        0.0
+      ],
+      [
+        "▁pedestrian",
+        0.0
+      ],
+      [
+        "▁jersey",
+        0.0
+      ],
+      [
+        "▁Fur",
+        0.0
+      ],
+      [
+        "▁Infinity",
+        0.0
+      ],
+      [
+        "▁Elliott",
+        0.0
+      ],
+      [
+        "▁mentor",
+        0.0
+      ],
+      [
+        "▁morally",
+        0.0
+      ],
+      [
+        "▁obey",
+        0.0
+      ],
+      [
+        "secure",
+        0.0
+      ],
+      [
+        "iffe",
+        0.0
+      ],
+      [
+        "▁antibiotics",
+        0.0
+      ],
+      [
+        "angled",
+        0.0
+      ],
+      [
+        "▁Freeman",
+        0.0
+      ],
+      [
+        "▁Introduction",
+        0.0
+      ],
+      [
+        "Jun",
+        0.0
+      ],
+      [
+        "▁marsh",
+        0.0
+      ],
+      [
+        "icans",
+        0.0
+      ],
+      [
+        "▁EVENTS",
+        0.0
+      ],
+      [
+        "ochond",
+        0.0
+      ],
+      [
+        "Wall",
+        0.0
+      ],
+      [
+        "iculty",
+        0.0
+      ],
+      [
+        "▁misdemeanor",
+        0.0
+      ],
+      [
+        "▁ly",
+        0.0
+      ],
+      [
+        "Thomas",
+        0.0
+      ],
+      [
+        "▁Resolution",
+        0.0
+      ],
+      [
+        "▁animations",
+        0.0
+      ],
+      [
+        "▁Dry",
+        0.0
+      ],
+      [
+        "▁intercourse",
+        0.0
+      ],
+      [
+        "▁Newcastle",
+        0.0
+      ],
+      [
+        "▁Hog",
+        0.0
+      ],
+      [
+        "▁Equipment",
+        0.0
+      ],
+      [
+        "177",
+        0.0
+      ],
+      [
+        "▁territorial",
+        0.0
+      ],
+      [
+        "▁archives",
+        0.0
+      ],
+      [
+        "203",
+        0.0
+      ],
+      [
+        "Filter",
+        0.0
+      ],
+      [
+        "▁Munich",
+        0.0
+      ],
+      [
+        "▁commanded",
+        0.0
+      ],
+      [
+        "▁Wand",
+        0.0
+      ],
+      [
+        "▁pitches",
+        0.0
+      ],
+      [
+        "▁Croat",
+        0.0
+      ],
+      [
+        "▁ratios",
+        0.0
+      ],
+      [
+        "▁Mits",
+        0.0
+      ],
+      [
+        "▁accumulated",
+        0.0
+      ],
+      [
+        "▁Specifically",
+        0.0
+      ],
+      [
+        "▁gentleman",
+        0.0
+      ],
+      [
+        "acerb",
+        0.0
+      ],
+      [
+        "▁penn",
+        0.0
+      ],
+      [
+        "▁aka",
+        0.0
+      ],
+      [
+        "▁Fuk",
+        0.0
+      ],
+      [
+        "▁intervene",
+        0.0
+      ],
+      [
+        "▁Refuge",
+        0.0
+      ],
+      [
+        "▁Alzheimer",
+        0.0
+      ],
+      [
+        "▁succession",
+        0.0
+      ],
+      [
+        "ohan",
+        0.0
+      ],
+      [
+        "does",
+        0.0
+      ],
+      [
+        "Lord",
+        0.0
+      ],
+      [
+        "▁separat",
+        0.0
+      ],
+      [
+        "▁correspondence",
+        0.0
+      ],
+      [
+        "▁shiny",
+        0.0
+      ],
+      [
+        "Prior",
+        0.0
+      ],
+      [
+        "▁sulf",
+        0.0
+      ],
+      [
+        "▁miserable",
+        0.0
+      ],
+      [
+        "▁dedication",
+        0.0
+      ],
+      [
+        "().",
+        0.0
+      ],
+      [
+        "▁specialists",
+        0.0
+      ],
+      [
+        "▁defects",
+        0.0
+      ],
+      [
+        "▁Cult",
+        0.0
+      ],
+      [
+        "▁Xia",
+        0.0
+      ],
+      [
+        "▁jeopard",
+        0.0
+      ],
+      [
+        "▁Ore",
+        0.0
+      ],
+      [
+        "Ability",
+        0.0
+      ],
+      [
+        "▁lear",
+        0.0
+      ],
+      [
+        "▁ambitions",
+        0.0
+      ],
+      [
+        "▁BMI",
+        0.0
+      ],
+      [
+        "▁Arabs",
+        0.0
+      ],
+      [
+        "▁1942",
+        0.0
+      ],
+      [
+        "▁preservation",
+        0.0
+      ],
+      [
+        "ificate",
+        0.0
+      ],
+      [
+        "▁ashamed",
+        0.0
+      ],
+      [
+        "loss",
+        0.0
+      ],
+      [
+        "▁Restaur",
+        0.0
+      ],
+      [
+        "▁resemble",
+        0.0
+      ],
+      [
+        "▁enrich",
+        0.0
+      ],
+      [
+        "▁KN",
+        0.0
+      ],
+      [
+        "▁Clan",
+        0.0
+      ],
+      [
+        "float",
+        0.0
+      ],
+      [
+        "▁playable",
+        0.0
+      ],
+      [
+        "ITT",
+        0.0
+      ],
+      [
+        "▁harmony",
+        0.0
+      ],
+      [
+        "arrison",
+        0.0
+      ],
+      [
+        "▁Weinstein",
+        0.0
+      ],
+      [
+        "were",
+        0.0
+      ],
+      [
+        "▁poisoning",
+        0.0
+      ],
+      [
+        "▁Comput",
+        0.0
+      ],
+      [
+        "▁WordPress",
+        0.0
+      ],
+      [
+        "major",
+        0.0
+      ],
+      [
+        "▁Valve",
+        0.0
+      ],
+      [
+        "Fan",
+        0.0
+      ],
+      [
+        "▁Throw",
+        0.0
+      ],
+      [
+        "▁Romans",
+        0.0
+      ],
+      [
+        "▁Depression",
+        0.0
+      ],
+      [
+        "ados",
+        0.0
+      ],
+      [
+        "▁tortured",
+        0.0
+      ],
+      [
+        "▁balancing",
+        0.0
+      ],
+      [
+        "bottom",
+        0.0
+      ],
+      [
+        "▁acquiring",
+        0.0
+      ],
+      [
+        "▁Monte",
+        0.0
+      ],
+      [
+        "ardi",
+        0.0
+      ],
+      [
+        "▁aura",
+        0.0
+      ],
+      [
+        "▁##",
+        0.0
+      ],
+      [
+        "▁Standing",
+        0.0
+      ],
+      [
+        "▁Atlas",
+        0.0
+      ],
+      [
+        "CF",
+        0.0
+      ],
+      [
+        "▁intrins",
+        0.0
+      ],
+      [
+        "▁Benghazi",
+        0.0
+      ],
+      [
+        "▁camping",
+        0.0
+      ],
+      [
+        "▁tapped",
+        0.0
+      ],
+      [
+        "blade",
+        0.0
+      ],
+      [
+        "strous",
+        0.0
+      ],
+      [
+        "▁Rabb",
+        0.0
+      ],
+      [
+        "▁Written",
+        0.0
+      ],
+      [
+        "tip",
+        0.0
+      ],
+      [
+        "▁Neigh",
+        0.0
+      ],
+      [
+        "sterdam",
+        0.0
+      ],
+      [
+        "▁Allow",
+        0.0
+      ],
+      [
+        "▁Healing",
+        0.0
+      ],
+      [
+        "▁Rhod",
+        0.0
+      ],
+      [
+        "num",
+        0.0
+      ],
+      [
+        "▁caffeine",
+        0.0
+      ],
+      [
+        "▁Percent",
+        0.0
+      ],
+      [
+        "▁boo",
+        0.0
+      ],
+      [
+        "▁apples",
+        0.0
+      ],
+      [
+        "305",
+        0.0
+      ],
+      [
+        "▁welcoming",
+        0.0
+      ],
+      [
+        "▁applaud",
+        0.0
+      ],
+      [
+        "▁austerity",
+        0.0
+      ],
+      [
+        "±",
+        0.0
+      ],
+      [
+        "▁Reality",
+        0.0
+      ],
+      [
+        "efe",
+        0.0
+      ],
+      [
+        "å®",
+        0.0
+      ],
+      [
+        "▁sucks",
+        0.0
+      ],
+      [
+        "▁tabs",
+        0.0
+      ],
+      [
+        "▁PayPal",
+        0.0
+      ],
+      [
+        "▁backpack",
+        0.0
+      ],
+      [
+        "▁gifted",
+        0.0
+      ],
+      [
+        "abulary",
+        0.0
+      ],
+      [
+        "▁Scout",
+        0.0
+      ],
+      [
+        "irteen",
+        0.0
+      ],
+      [
+        "▁chin",
+        0.0
+      ],
+      [
+        "▁omitted",
+        0.0
+      ],
+      [
+        "▁negatively",
+        0.0
+      ],
+      [
+        "▁accessing",
+        0.0
+      ],
+      [
+        "▁Earn",
+        0.0
+      ],
+      [
+        "▁ambulance",
+        0.0
+      ],
+      [
+        "▁headphones",
+        0.0
+      ],
+      [
+        "▁205",
+        0.0
+      ],
+      [
+        "▁Refresh",
+        0.0
+      ],
+      [
+        "president",
+        0.0
+      ],
+      [
+        "▁Kitchen",
+        0.0
+      ],
+      [
+        "▁Entered",
+        0.0
+      ],
+      [
+        "▁Snyder",
+        0.0
+      ],
+      [
+        "005",
+        0.0
+      ],
+      [
+        "omical",
+        0.0
+      ],
+      [
+        "▁borrowed",
+        0.0
+      ],
+      [
+        "▁Nem",
+        0.0
+      ],
+      [
+        "▁aviation",
+        0.0
+      ],
+      [
+        "▁stall",
+        0.0
+      ],
+      [
+        "rimination",
+        0.0
+      ],
+      [
+        "▁uniforms",
+        0.0
+      ],
+      [
+        "itime",
+        0.0
+      ],
+      [
+        "▁Simmons",
+        0.0
+      ],
+      [
+        "energy",
+        0.0
+      ],
+      [
+        "ablished",
+        0.0
+      ],
+      [
+        "yy",
+        0.0
+      ],
+      [
+        "qualified",
+        0.0
+      ],
+      [
+        "▁rallies",
+        0.0
+      ],
+      [
+        "▁Stuart",
+        0.0
+      ],
+      [
+        "flight",
+        0.0
+      ],
+      [
+        "▁gangs",
+        0.0
+      ],
+      [
+        "rag",
+        0.0
+      ],
+      [
+        "▁vault",
+        0.0
+      ],
+      [
+        "lux",
+        0.0
+      ],
+      [
+        "▁Compar",
+        0.0
+      ],
+      [
+        "▁designation",
+        0.0
+      ],
+      [
+        "209",
+        0.0
+      ],
+      [
+        "▁Jos",
+        0.0
+      ],
+      [
+        "dollar",
+        0.0
+      ],
+      [
+        "zero",
+        0.0
+      ],
+      [
+        "▁wells",
+        0.0
+      ],
+      [
+        "303",
+        0.0
+      ],
+      [
+        "▁constituents",
+        0.0
+      ],
+      [
+        "▁heck",
+        0.0
+      ],
+      [
+        "▁cows",
+        0.0
+      ],
+      [
+        "▁commanders",
+        0.0
+      ],
+      [
+        "▁differential",
+        0.0
+      ],
+      [
+        "▁Catherine",
+        0.0
+      ],
+      [
+        "299",
+        0.0
+      ],
+      [
+        "▁valve",
+        0.0
+      ],
+      [
+        "▁brace",
+        0.0
+      ],
+      [
+        "▁perspectives",
+        0.0
+      ],
+      [
+        "cert",
+        0.0
+      ],
+      [
+        "fact",
+        0.0
+      ],
+      [
+        "icularly",
+        0.0
+      ],
+      [
+        "▁McN",
+        0.0
+      ],
+      [
+        "planes",
+        0.0
+      ],
+      [
+        "▁intric",
+        0.0
+      ],
+      [
+        "▁peas",
+        0.0
+      ],
+      [
+        "ovan",
+        0.0
+      ],
+      [
+        "▁tossed",
+        0.0
+      ],
+      [
+        "retch",
+        0.0
+      ],
+      [
+        "▁Lopez",
+        0.0
+      ],
+      [
+        "▁unfamiliar",
+        0.0
+      ],
+      [
+        "death",
+        0.0
+      ],
+      [
+        "▁Apart",
+        0.0
+      ],
+      [
+        "▁Chang",
+        0.0
+      ],
+      [
+        "▁relieved",
+        0.0
+      ],
+      [
+        "rophe",
+        0.0
+      ],
+      [
+        "▁airports",
+        0.0
+      ],
+      [
+        "▁freak",
+        0.0
+      ],
+      [
+        "util",
+        0.0
+      ],
+      [
+        "Mill",
+        0.0
+      ],
+      [
+        "▁Chin",
+        0.0
+      ],
+      [
+        "▁Owen",
+        0.0
+      ],
+      [
+        "male",
+        0.0
+      ],
+      [
+        "▁Broken",
+        0.0
+      ],
+      [
+        "▁Winds",
+        0.0
+      ],
+      [
+        "rob",
+        0.0
+      ],
+      [
+        "rising",
+        0.0
+      ],
+      [
+        "▁firefighters",
+        0.0
+      ],
+      [
+        "▁authoritarian",
+        0.0
+      ],
+      [
+        "▁148",
+        0.0
+      ],
+      [
+        "Bitcoin",
+        0.0
+      ],
+      [
+        "external",
+        0.0
+      ],
+      [
+        "▁browsers",
+        0.0
+      ],
+      [
+        "ichever",
+        0.0
+      ],
+      [
+        "orian",
+        0.0
+      ],
+      [
+        "▁unb",
+        0.0
+      ],
+      [
+        "▁poke",
+        0.0
+      ],
+      [
+        "▁Zot",
+        0.0
+      ],
+      [
+        "Mid",
+        0.0
+      ],
+      [
+        "▁Popular",
+        0.0
+      ],
+      [
+        "▁covert",
+        0.0
+      ],
+      [
+        "▁contributes",
+        0.0
+      ],
+      [
+        "▁650",
+        0.0
+      ],
+      [
+        "▁contention",
+        0.0
+      ],
+      [
+        "Gate",
+        0.0
+      ],
+      [
+        "▁consoles",
+        0.0
+      ],
+      [
+        "▁chromos",
+        0.0
+      ],
+      [
+        "▁IX",
+        0.0
+      ],
+      [
+        "▁visually",
+        0.0
+      ],
+      [
+        "▁Eisen",
+        0.0
+      ],
+      [
+        "▁jewelry",
+        0.0
+      ],
+      [
+        "▁delegation",
+        0.0
+      ],
+      [
+        "▁accelerate",
+        0.0
+      ],
+      [
+        "▁Riley",
+        0.0
+      ],
+      [
+        "▁slope",
+        0.0
+      ],
+      [
+        "▁indoor",
+        0.0
+      ],
+      [
+        "itially",
+        0.0
+      ],
+      [
+        "▁hugely",
+        0.0
+      ],
+      [
+        "▁tunnels",
+        0.0
+      ],
+      [
+        "▁fined",
+        0.0
+      ],
+      [
+        "▁directive",
+        0.0
+      ],
+      [
+        "▁forehead",
+        0.0
+      ],
+      [
+        "ustomed",
+        0.0
+      ],
+      [
+        "▁skate",
+        0.0
+      ],
+      [
+        "Music",
+        0.0
+      ],
+      [
+        "gas",
+        0.0
+      ],
+      [
+        "▁recognizing",
+        0.0
+      ],
+      [
+        "ambo",
+        0.0
+      ],
+      [
+        "▁overweight",
+        0.0
+      ],
+      [
+        "▁Grade",
+        0.0
+      ],
+      [
+        "ÙĬ",
+        0.0
+      ],
+      [
+        "▁sounding",
+        0.0
+      ],
+      [
+        "▁locking",
+        0.0
+      ],
+      [
+        "▁REM",
+        0.0
+      ],
+      [
+        "Store",
+        0.0
+      ],
+      [
+        "▁excav",
+        0.0
+      ],
+      [
+        "▁Likewise",
+        0.0
+      ],
+      [
+        "▁Lights",
+        0.0
+      ],
+      [
+        "▁elbow",
+        0.0
+      ],
+      [
+        "▁Supply",
+        0.0
+      ],
+      [
+        "wic",
+        0.0
+      ],
+      [
+        "▁handsome",
+        0.0
+      ],
+      [
+        "1994",
+        0.0
+      ],
+      [
+        "Coll",
+        0.0
+      ],
+      [
+        "▁adequately",
+        0.0
+      ],
+      [
+        "▁Associate",
+        0.0
+      ],
+      [
+        "▁strips",
+        0.0
+      ],
+      [
+        "▁crackdown",
+        0.0
+      ],
+      [
+        "▁marvel",
+        0.0
+      ],
+      [
+        "▁Kun",
+        0.0
+      ],
+      [
+        "▁passages",
+        0.0
+      ],
+      [
+        "@@@@",
+        0.0
+      ],
+      [
+        "▁Tall",
+        0.0
+      ],
+      [
+        "▁thoughtful",
+        0.0
+      ],
+      [
+        "namese",
+        0.0
+      ],
+      [
+        "▁prostitution",
+        0.0
+      ],
+      [
+        "business",
+        0.0
+      ],
+      [
+        "▁ballistic",
+        0.0
+      ],
+      [
+        "personal",
+        0.0
+      ],
+      [
+        "cig",
+        0.0
+      ],
+      [
+        "izational",
+        0.0
+      ],
+      [
+        "Round",
+        0.0
+      ],
+      [
+        "▁Âł▁Âł▁Âł▁Âł",
+        0.0
+      ],
+      [
+        "▁Coleman",
+        0.0
+      ],
+      [
+        "▁admitting",
+        0.0
+      ],
+      [
+        "▁Plug",
+        0.0
+      ],
+      [
+        "▁bitcoins",
+        0.0
+      ],
+      [
+        "▁Suz",
+        0.0
+      ],
+      [
+        "▁fairness",
+        0.0
+      ],
+      [
+        "▁supplier",
+        0.0
+      ],
+      [
+        "▁catastrophic",
+        0.0
+      ],
+      [
+        "▁Helen",
+        0.0
+      ],
+      [
+        "oqu",
+        0.0
+      ],
+      [
+        "Marc",
+        0.0
+      ],
+      [
+        "▁Articles",
+        0.0
+      ],
+      [
+        "gie",
+        0.0
+      ],
+      [
+        "▁endangered",
+        0.0
+      ],
+      [
+        "▁destiny",
+        0.0
+      ],
+      [
+        "▁Volt",
+        0.0
+      ],
+      [
+        "olia",
+        0.0
+      ],
+      [
+        "axis",
+        0.0
+      ],
+      [
+        "▁cheat",
+        0.0
+      ],
+      [
+        "▁unified",
+        0.0
+      ],
+      [
+        "ICO",
+        0.0
+      ],
+      [
+        "quote",
+        0.0
+      ],
+      [
+        "302",
+        0.0
+      ],
+      [
+        "▁Sed",
+        0.0
+      ],
+      [
+        "▁suppression",
+        0.0
+      ],
+      [
+        "▁analyzing",
+        0.0
+      ],
+      [
+        "▁squat",
+        0.0
+      ],
+      [
+        "▁figuring",
+        0.0
+      ],
+      [
+        "▁coordinates",
+        0.0
+      ],
+      [
+        "▁chunks",
+        0.0
+      ],
+      [
+        "▁1946",
+        0.0
+      ],
+      [
+        "▁subp",
+        0.0
+      ],
+      [
+        "▁wiki",
+        0.0
+      ],
+      [
+        "▁Forbes",
+        0.0
+      ],
+      [
+        "▁Jupiter",
+        0.0
+      ],
+      [
+        "▁Erik",
+        0.0
+      ],
+      [
+        "imer",
+        0.0
+      ],
+      [
+        "▁Commercial",
+        0.0
+      ],
+      [
+        "\\)",
+        0.0
+      ],
+      [
+        "▁legitimacy",
+        0.0
+      ],
+      [
+        "▁dental",
+        0.0
+      ],
+      [
+        "▁Mean",
+        0.0
+      ],
+      [
+        "▁deficits",
+        0.0
+      ],
+      [
+        "550",
+        0.0
+      ],
+      [
+        "Originally",
+        0.0
+      ],
+      [
+        "▁Horror",
+        0.0
+      ],
+      [
+        "▁contamination",
+        0.0
+      ],
+      [
+        "llah",
+        0.0
+      ],
+      [
+        "▁confisc",
+        0.0
+      ],
+      [
+        "▁Clare",
+        0.0
+      ],
+      [
+        "TB",
+        0.0
+      ],
+      [
+        "▁Failed",
+        0.0
+      ],
+      [
+        "aned",
+        0.0
+      ],
+      [
+        "▁ruler",
+        0.0
+      ],
+      [
+        "▁Controller",
+        0.0
+      ],
+      [
+        "▁feminists",
+        0.0
+      ],
+      [
+        "Fix",
+        0.0
+      ],
+      [
+        "gay",
+        0.0
+      ],
+      [
+        "207",
+        0.0
+      ],
+      [
+        "▁rabbit",
+        0.0
+      ],
+      [
+        "Third",
+        0.0
+      ],
+      [
+        "owntown",
+        0.0
+      ],
+      [
+        "▁glue",
+        0.0
+      ],
+      [
+        "▁volatile",
+        0.0
+      ],
+      [
+        "▁shining",
+        0.0
+      ],
+      [
+        "▁foll",
+        0.0
+      ],
+      [
+        "▁impaired",
+        0.0
+      ],
+      [
+        "▁supers",
+        0.0
+      ],
+      [
+        "æĪ",
+        0.0
+      ],
+      [
+        "▁clutch",
+        0.0
+      ],
+      [
+        "ļéĨĴ",
+        0.0
+      ],
+      [
+        "▁prolet",
+        0.0
+      ],
+      [
+        "▁(!",
+        0.0
+      ],
+      [
+        "▁yelled",
+        0.0
+      ],
+      [
+        "▁Kiev",
+        0.0
+      ],
+      [
+        "▁Ern",
+        0.0
+      ],
+      [
+        "▁Shock",
+        0.0
+      ],
+      [
+        "KB",
+        0.0
+      ],
+      [
+        "▁situated",
+        0.0
+      ],
+      [
+        "query",
+        0.0
+      ],
+      [
+        "▁Nas",
+        0.0
+      ],
+      [
+        "▁annex",
+        0.0
+      ],
+      [
+        "character",
+        0.0
+      ],
+      [
+        "▁Holiday",
+        0.0
+      ],
+      [
+        "▁automation",
+        0.0
+      ],
+      [
+        "▁Jill",
+        0.0
+      ],
+      [
+        "▁Remastered",
+        0.0
+      ],
+      [
+        "▁linem",
+        0.0
+      ],
+      [
+        "▁wilderness",
+        0.0
+      ],
+      [
+        "▁Horizon",
+        0.0
+      ],
+      [
+        "▁Guinea",
+        0.0
+      ],
+      [
+        "AZ",
+        0.0
+      ],
+      [
+        "▁mainland",
+        0.0
+      ],
+      [
+        "▁secrecy",
+        0.0
+      ],
+      [
+        "LEASE",
+        0.0
+      ],
+      [
+        "▁punk",
+        0.0
+      ],
+      [
+        "▁Province",
+        0.0
+      ],
+      [
+        "(),",
+        0.0
+      ],
+      [
+        "Speed",
+        0.0
+      ],
+      [
+        "▁handing",
+        0.0
+      ],
+      [
+        "▁Sebast",
+        0.0
+      ],
+      [
+        "Sir",
+        0.0
+      ],
+      [
+        "rase",
+        0.0
+      ],
+      [
+        "▁journals",
+        0.0
+      ],
+      [
+        "▁congest",
+        0.0
+      ],
+      [
+        "▁Tut",
+        0.0
+      ],
+      [
+        "irrel",
+        0.0
+      ],
+      [
+        "▁schizophrenia",
+        0.0
+      ],
+      [
+        "▁misogyn",
+        0.0
+      ],
+      [
+        "healthy",
+        0.0
+      ],
+      [
+        "Iron",
+        0.0
+      ],
+      [
+        "▁reacted",
+        0.0
+      ],
+      [
+        "-$",
+        0.0
+      ],
+      [
+        "252",
+        0.0
+      ],
+      [
+        "▁plural",
+        0.0
+      ],
+      [
+        "▁plum",
+        0.0
+      ],
+      [
+        "▁bargain",
+        0.0
+      ],
+      [
+        "▁grounded",
+        0.0
+      ],
+      [
+        "finder",
+        0.0
+      ],
+      [
+        "▁disse",
+        0.0
+      ],
+      [
+        "▁Laz",
+        0.0
+      ],
+      [
+        "OOD",
+        0.0
+      ],
+      [
+        "▁atroc",
+        0.0
+      ],
+      [
+        "Factory",
+        0.0
+      ],
+      [
+        "▁minions",
+        0.0
+      ],
+      [
+        "▁ori",
+        0.0
+      ],
+      [
+        "▁Brave",
+        0.0
+      ],
+      [
+        "▁PRE",
+        0.0
+      ],
+      [
+        "▁Myanmar",
+        0.0
+      ],
+      [
+        "▁Hod",
+        0.0
+      ],
+      [
+        "▁expedition",
+        0.0
+      ],
+      [
+        "▁explode",
+        0.0
+      ],
+      [
+        "▁Coord",
+        0.0
+      ],
+      [
+        "▁extr",
+        0.0
+      ],
+      [
+        "▁Brief",
+        0.0
+      ],
+      [
+        "▁ADHD",
+        0.0
+      ],
+      [
+        "▁hardcore",
+        0.0
+      ],
+      [
+        "feeding",
+        0.0
+      ],
+      [
+        "▁dile",
+        0.0
+      ],
+      [
+        "▁Fruit",
+        0.0
+      ],
+      [
+        "▁vaccination",
+        0.0
+      ],
+      [
+        "▁Mao",
+        0.0
+      ],
+      [
+        "osphere",
+        0.0
+      ],
+      [
+        "▁contests",
+        0.0
+      ],
+      [
+        "-|",
+        0.0
+      ],
+      [
+        "▁fren",
+        0.0
+      ],
+      [
+        "isphere",
+        0.0
+      ],
+      [
+        "Rom",
+        0.0
+      ],
+      [
+        "▁Sharp",
+        0.0
+      ],
+      [
+        "▁Trend",
+        0.0
+      ],
+      [
+        "▁disconnect",
+        0.0
+      ],
+      [
+        "âĢ¢âĢ¢",
+        0.0
+      ],
+      [
+        "▁persecution",
+        0.0
+      ],
+      [
+        "Earth",
+        0.0
+      ],
+      [
+        "▁healthier",
+        0.0
+      ],
+      [
+        "384",
+        0.0
+      ],
+      [
+        "▁cob",
+        0.0
+      ],
+      [
+        "▁Trinity",
+        0.0
+      ],
+      [
+        "OWS",
+        0.0
+      ],
+      [
+        "ANN",
+        0.0
+      ],
+      [
+        "▁specialty",
+        0.0
+      ],
+      [
+        "▁gru",
+        0.0
+      ],
+      [
+        "▁cooperative",
+        0.0
+      ],
+      [
+        "why",
+        0.0
+      ],
+      [
+        "Starting",
+        0.0
+      ],
+      [
+        "▁Issues",
+        0.0
+      ],
+      [
+        "stre",
+        0.0
+      ],
+      [
+        "ensor",
+        0.0
+      ],
+      [
+        "▁185",
+        0.0
+      ],
+      [
+        "Adv",
+        0.0
+      ],
+      [
+        "!?",
+        0.0
+      ],
+      [
+        "▁Revel",
+        0.0
+      ],
+      [
+        "emia",
+        0.0
+      ],
+      [
+        "▁Hulk",
+        0.0
+      ],
+      [
+        "▁celebrations",
+        0.0
+      ],
+      [
+        "▁Sou",
+        0.0
+      ],
+      [
+        "raud",
+        0.0
+      ],
+      [
+        "▁Klein",
+        0.0
+      ],
+      [
+        "▁unreal",
+        0.0
+      ],
+      [
+        "context",
+        0.0
+      ],
+      [
+        "▁partnerships",
+        0.0
+      ],
+      [
+        "▁adopting",
+        0.0
+      ],
+      [
+        "tical",
+        0.0
+      ],
+      [
+        "▁splash",
+        0.0
+      ],
+      [
+        "▁Hezbollah",
+        0.0
+      ],
+      [
+        "category",
+        0.0
+      ],
+      [
+        "cyclop",
+        0.0
+      ],
+      [
+        "xton",
+        0.0
+      ],
+      [
+        "▁Dot",
+        0.0
+      ],
+      [
+        "urdy",
+        0.0
+      ],
+      [
+        "tz",
+        0.0
+      ],
+      [
+        "▁envelope",
+        0.0
+      ],
+      [
+        "▁NL",
+        0.0
+      ],
+      [
+        "âķ",
+        0.0
+      ],
+      [
+        "▁wherein",
+        0.0
+      ],
+      [
+        "Spec",
+        0.0
+      ],
+      [
+        "184",
+        0.0
+      ],
+      [
+        "▁telev",
+        0.0
+      ],
+      [
+        "aliation",
+        0.0
+      ],
+      [
+        "▁myths",
+        0.0
+      ],
+      [
+        "å°",
+        0.0
+      ],
+      [
+        "▁rigorous",
+        0.0
+      ],
+      [
+        "▁communicating",
+        0.0
+      ],
+      [
+        "▁observer",
+        0.0
+      ],
+      [
+        "▁rehe",
+        0.0
+      ],
+      [
+        "▁Wash",
+        0.0
+      ],
+      [
+        "▁apologized",
+        0.0
+      ],
+      [
+        "▁Tin",
+        0.0
+      ],
+      [
+        "▁expenditures",
+        0.0
+      ],
+      [
+        "workers",
+        0.0
+      ],
+      [
+        "document",
+        0.0
+      ],
+      [
+        "▁hesitate",
+        0.0
+      ],
+      [
+        "▁Lenin",
+        0.0
+      ],
+      [
+        "▁unpredictable",
+        0.0
+      ],
+      [
+        "▁renewal",
+        0.0
+      ],
+      [
+        "cler",
+        0.0
+      ],
+      [
+        "okia",
+        0.0
+      ],
+      [
+        "▁CONT",
+        0.0
+      ],
+      [
+        "▁postseason",
+        0.0
+      ],
+      [
+        "Tokens",
+        0.0
+      ],
+      [
+        "▁exacerb",
+        0.0
+      ],
+      [
+        "▁betting",
+        0.0
+      ],
+      [
+        "▁147",
+        0.0
+      ],
+      [
+        "▁elevation",
+        0.0
+      ],
+      [
+        "Wood",
+        0.0
+      ],
+      [
+        "▁Solomon",
+        0.0
+      ],
+      [
+        "194",
+        0.0
+      ],
+      [
+        "004",
+        0.0
+      ],
+      [
+        "output",
+        0.0
+      ],
+      [
+        "▁redund",
+        0.0
+      ],
+      [
+        "▁Mumbai",
+        0.0
+      ],
+      [
+        "▁pH",
+        0.0
+      ],
+      [
+        "▁reproduce",
+        0.0
+      ],
+      [
+        "▁Duration",
+        0.0
+      ],
+      [
+        "MAX",
+        0.0
+      ],
+      [
+        "▁bog",
+        0.0
+      ],
+      [
+        "CBS",
+        0.0
+      ],
+      [
+        "▁Balance",
+        0.0
+      ],
+      [
+        "▁Sgt",
+        0.0
+      ],
+      [
+        "▁Recent",
+        0.0
+      ],
+      [
+        "▁cd",
+        0.0
+      ],
+      [
+        "▁popped",
+        0.0
+      ],
+      [
+        "▁incompet",
+        0.0
+      ],
+      [
+        "prop",
+        0.0
+      ],
+      [
+        "ayan",
+        0.0
+      ],
+      [
+        "guy",
+        0.0
+      ],
+      [
+        "Pacific",
+        0.0
+      ],
+      [
+        "▁tyr",
+        0.0
+      ],
+      [
+        "▁{{",
+        0.0
+      ],
+      [
+        "▁Mystic",
+        0.0
+      ],
+      [
+        "▁Dana",
+        0.0
+      ],
+      [
+        "▁masturb",
+        0.0
+      ],
+      [
+        "▁geometry",
+        0.0
+      ],
+      [
+        "â",
+        0.0
+      ],
+      [
+        "▁Correct",
+        0.0
+      ],
+      [
+        "▁trajectory",
+        0.0
+      ],
+      [
+        "▁distracted",
+        0.0
+      ],
+      [
+        "▁foo",
+        0.0
+      ],
+      [
+        "▁Welsh",
+        0.0
+      ],
+      [
+        "Luc",
+        0.0
+      ],
+      [
+        "mith",
+        0.0
+      ],
+      [
+        "▁rugby",
+        0.0
+      ],
+      [
+        "▁respiratory",
+        0.0
+      ],
+      [
+        "▁triangle",
+        0.0
+      ],
+      [
+        "▁215",
+        0.0
+      ],
+      [
+        "▁undergraduate",
+        0.0
+      ],
+      [
+        "▁Superior",
+        0.0
+      ],
+      [
+        "changing",
+        0.0
+      ],
+      [
+        "_-",
+        0.0
+      ],
+      [
+        "▁rightly",
+        0.0
+      ],
+      [
+        "▁referee",
+        0.0
+      ],
+      [
+        "▁lucrative",
+        0.0
+      ],
+      [
+        "▁unauthorized",
+        0.0
+      ],
+      [
+        "▁resembles",
+        0.0
+      ],
+      [
+        "▁GNU",
+        0.0
+      ],
+      [
+        "▁Derby",
+        0.0
+      ],
+      [
+        "▁pathways",
+        0.0
+      ],
+      [
+        "▁Led",
+        0.0
+      ],
+      [
+        "▁endurance",
+        0.0
+      ],
+      [
+        "▁stint",
+        0.0
+      ],
+      [
+        "▁collector",
+        0.0
+      ],
+      [
+        "Fast",
+        0.0
+      ],
+      [
+        "▁dots",
+        0.0
+      ],
+      [
+        "▁nationals",
+        0.0
+      ],
+      [
+        "▁Securities",
+        0.0
+      ],
+      [
+        "▁whip",
+        0.0
+      ],
+      [
+        "Param",
+        0.0
+      ],
+      [
+        "▁learns",
+        0.0
+      ],
+      [
+        "Magic",
+        0.0
+      ],
+      [
+        "▁detailing",
+        0.0
+      ],
+      [
+        "moon",
+        0.0
+      ],
+      [
+        "▁broadcasting",
+        0.0
+      ],
+      [
+        "▁baked",
+        0.0
+      ],
+      [
+        "265",
+        0.0
+      ],
+      [
+        "holm",
+        0.0
+      ],
+      [
+        "▁Sah",
+        0.0
+      ],
+      [
+        "▁Hussein",
+        0.0
+      ],
+      [
+        "▁Courtesy",
+        0.0
+      ],
+      [
+        "174",
+        0.0
+      ],
+      [
+        "▁146",
+        0.0
+      ],
+      [
+        "▁geographic",
+        0.0
+      ],
+      [
+        "peace",
+        0.0
+      ],
+      [
+        "▁judging",
+        0.0
+      ],
+      [
+        "▁Stern",
+        0.0
+      ],
+      [
+        "Bur",
+        0.0
+      ],
+      [
+        "▁storyline",
+        0.0
+      ],
+      [
+        "Gun",
+        0.0
+      ],
+      [
+        "▁Stick",
+        0.0
+      ],
+      [
+        "245",
+        0.0
+      ],
+      [
+        "307",
+        0.0
+      ],
+      [
+        "ãĤ´ãĥ³",
+        0.0
+      ],
+      [
+        "▁Administrator",
+        0.0
+      ],
+      [
+        "▁burnt",
+        0.0
+      ],
+      [
+        "▁pave",
+        0.0
+      ],
+      [
+        "choes",
+        0.0
+      ],
+      [
+        "Exec",
+        0.0
+      ],
+      [
+        "▁campuses",
+        0.0
+      ],
+      [
+        "Result",
+        0.0
+      ],
+      [
+        "▁mutations",
+        0.0
+      ],
+      [
+        "▁Charter",
+        0.0
+      ],
+      [
+        "▁captures",
+        0.0
+      ],
+      [
+        "▁compares",
+        0.0
+      ],
+      [
+        "▁badge",
+        0.0
+      ],
+      [
+        "Scient",
+        0.0
+      ],
+      [
+        "▁erad",
+        0.0
+      ],
+      [
+        "iery",
+        0.0
+      ],
+      [
+        "oi",
+        0.0
+      ],
+      [
+        "ettes",
+        0.0
+      ],
+      [
+        "▁Estate",
+        0.0
+      ],
+      [
+        "▁strap",
+        0.0
+      ],
+      [
+        "▁proudly",
+        0.0
+      ],
+      [
+        "▁fried",
+        0.0
+      ],
+      [
+        "▁withdrawn",
+        0.0
+      ],
+      [
+        "▁Voy",
+        0.0
+      ],
+      [
+        "phony",
+        0.0
+      ],
+      [
+        "Items",
+        0.0
+      ],
+      [
+        "▁Pierce",
+        0.0
+      ],
+      [
+        "bard",
+        0.0
+      ],
+      [
+        "▁annotation",
+        0.0
+      ],
+      [
+        "anton",
+        0.0
+      ],
+      [
+        "illon",
+        0.0
+      ],
+      [
+        "Impro",
+        0.0
+      ],
+      [
+        "...)",
+        0.0
+      ],
+      [
+        "▁happier",
+        0.0
+      ],
+      [
+        "------",
+        0.0
+      ],
+      [
+        "adjust",
+        0.0
+      ],
+      [
+        "▁staffers",
+        0.0
+      ],
+      [
+        "▁activism",
+        0.0
+      ],
+      [
+        "▁perf",
+        0.0
+      ],
+      [
+        "▁alright",
+        0.0
+      ],
+      [
+        "Need",
+        0.0
+      ],
+      [
+        "▁commence",
+        0.0
+      ],
+      [
+        "▁opioid",
+        0.0
+      ],
+      [
+        "▁Amanda",
+        0.0
+      ],
+      [
+        "Es",
+        0.0
+      ],
+      [
+        "▁Pars",
+        0.0
+      ],
+      [
+        "▁Kaw",
+        0.0
+      ],
+      [
+        "Works",
+        0.0
+      ],
+      [
+        "248",
+        0.0
+      ],
+      [
+        "▁indo",
+        0.0
+      ],
+      [
+        "tc",
+        0.0
+      ],
+      [
+        "endant",
+        0.0
+      ],
+      [
+        "▁Moto",
+        0.0
+      ],
+      [
+        "▁legalization",
+        0.0
+      ],
+      [
+        "OTE",
+        0.0
+      ],
+      [
+        "▁tasked",
+        0.0
+      ],
+      [
+        "▁tsp",
+        0.0
+      ],
+      [
+        "▁ACTIONS",
+        0.0
+      ],
+      [
+        "166",
+        0.0
+      ],
+      [
+        "▁refreshing",
+        0.0
+      ],
+      [
+        "▁NR",
+        0.0
+      ],
+      [
+        "▁Perez",
+        0.0
+      ],
+      [
+        "▁infringement",
+        0.0
+      ],
+      [
+        "SY",
+        0.0
+      ],
+      [
+        "Listen",
+        0.0
+      ],
+      [
+        "inning",
+        0.0
+      ],
+      [
+        "ku",
+        0.0
+      ],
+      [
+        "▁rotate",
+        0.0
+      ],
+      [
+        "program",
+        0.0
+      ],
+      [
+        "arah",
+        0.0
+      ],
+      [
+        "Design",
+        0.0
+      ],
+      [
+        "▁(£",
+        0.0
+      ],
+      [
+        "▁storing",
+        0.0
+      ],
+      [
+        "▁warrants",
+        0.0
+      ],
+      [
+        "▁judgement",
+        0.0
+      ],
+      [
+        "▁Brist",
+        0.0
+      ],
+      [
+        "usually",
+        0.0
+      ],
+      [
+        "photo",
+        0.0
+      ],
+      [
+        "▁Ran",
+        0.0
+      ],
+      [
+        "▁Pine",
+        0.0
+      ],
+      [
+        "▁outrageous",
+        0.0
+      ],
+      [
+        "▁Valentine",
+        0.0
+      ],
+      [
+        "luence",
+        0.0
+      ],
+      [
+        "▁Everybody",
+        0.0
+      ],
+      [
+        "Altern",
+        0.0
+      ],
+      [
+        "▁relevance",
+        0.0
+      ],
+      [
+        "▁terminated",
+        0.0
+      ],
+      [
+        "▁dessert",
+        0.0
+      ],
+      [
+        "▁fulfilled",
+        0.0
+      ],
+      [
+        "▁prosecuted",
+        0.0
+      ],
+      [
+        "▁Words",
+        0.0
+      ],
+      [
+        "▁migrant",
+        0.0
+      ],
+      [
+        "▁cultivation",
+        0.0
+      ],
+      [
+        "ÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤ",
+        0.0
+      ],
+      [
+        "idelity",
+        0.0
+      ],
+      [
+        "▁Vern",
+        0.0
+      ],
+      [
+        "▁Login",
+        0.0
+      ],
+      [
+        "▁metaphor",
+        0.0
+      ],
+      [
+        "▁Tip",
+        0.0
+      ],
+      [
+        "▁recruits",
+        0.0
+      ],
+      [
+        "▁Pig",
+        0.0
+      ],
+      [
+        "ribing",
+        0.0
+      ],
+      [
+        "▁enthusiasts",
+        0.0
+      ],
+      [
+        "exper",
+        0.0
+      ],
+      [
+        "▁frightening",
+        0.0
+      ],
+      [
+        "▁Hair",
+        0.0
+      ],
+      [
+        "anson",
+        0.0
+      ],
+      [
+        "strate",
+        0.0
+      ],
+      [
+        "▁hi",
+        0.0
+      ],
+      [
+        "Height",
+        0.0
+      ],
+      [
+        "▁owning",
+        0.0
+      ],
+      [
+        "none",
+        0.0
+      ],
+      [
+        "▁dislike",
+        0.0
+      ],
+      [
+        "▁knives",
+        0.0
+      ],
+      [
+        "pherd",
+        0.0
+      ],
+      [
+        "▁loudly",
+        0.0
+      ],
+      [
+        "▁APIs",
+        0.0
+      ],
+      [
+        "Display",
+        0.0
+      ],
+      [
+        "▁Lac",
+        0.0
+      ],
+      [
+        "▁USS",
+        0.0
+      ],
+      [
+        "abl",
+        0.0
+      ],
+      [
+        "verages",
+        0.0
+      ],
+      [
+        "Jew",
+        0.0
+      ],
+      [
+        "▁172",
+        0.0
+      ],
+      [
+        "▁Historical",
+        0.0
+      ],
+      [
+        "atoon",
+        0.0
+      ],
+      [
+        "▁Physics",
+        0.0
+      ],
+      [
+        "intern",
+        0.0
+      ],
+      [
+        "▁warmth",
+        0.0
+      ],
+      [
+        "▁topp",
+        0.0
+      ],
+      [
+        "DM",
+        0.0
+      ],
+      [
+        "▁gunman",
+        0.0
+      ],
+      [
+        "▁emperor",
+        0.0
+      ],
+      [
+        "odi",
+        0.0
+      ],
+      [
+        "ãĥ£",
+        0.0
+      ],
+      [
+        "inatory",
+        0.0
+      ],
+      [
+        "▁Rib",
+        0.0
+      ],
+      [
+        "▁131",
+        0.0
+      ],
+      [
+        "▁Saturn",
+        0.0
+      ],
+      [
+        "▁Shining",
+        0.0
+      ],
+      [
+        "▁waking",
+        0.0
+      ],
+      [
+        "Quotes",
+        0.0
+      ],
+      [
+        "▁comedian",
+        0.0
+      ],
+      [
+        "enberg",
+        0.0
+      ],
+      [
+        "½",
+        0.0
+      ],
+      [
+        "▁believers",
+        0.0
+      ],
+      [
+        "▁paperwork",
+        0.0
+      ],
+      [
+        "custom",
+        0.0
+      ],
+      [
+        "▁lev",
+        0.0
+      ],
+      [
+        "▁lament",
+        0.0
+      ],
+      [
+        "▁pouring",
+        0.0
+      ],
+      [
+        "222",
+        0.0
+      ],
+      [
+        "political",
+        0.0
+      ],
+      [
+        "▁Supplement",
+        0.0
+      ],
+      [
+        "maid",
+        0.0
+      ],
+      [
+        "▁cruelty",
+        0.0
+      ],
+      [
+        "▁tread",
+        0.0
+      ],
+      [
+        "ysics",
+        0.0
+      ],
+      [
+        "Aw",
+        0.0
+      ],
+      [
+        "rites",
+        0.0
+      ],
+      [
+        "▁modifier",
+        0.0
+      ],
+      [
+        "▁Position",
+        0.0
+      ],
+      [
+        "Adam",
+        0.0
+      ],
+      [
+        "lb",
+        0.0
+      ],
+      [
+        "ubs",
+        0.0
+      ],
+      [
+        "▁imperfect",
+        0.0
+      ],
+      [
+        "▁clusters",
+        0.0
+      ],
+      [
+        "▁Engineer",
+        0.0
+      ],
+      [
+        "▁Cherry",
+        0.0
+      ],
+      [
+        "▁inauguration",
+        0.0
+      ],
+      [
+        "▁Sau",
+        0.0
+      ],
+      [
+        "▁embodiment",
+        0.0
+      ],
+      [
+        "▁Uncle",
+        0.0
+      ],
+      [
+        "▁overr",
+        0.0
+      ],
+      [
+        "▁explosions",
+        0.0
+      ],
+      [
+        "cule",
+        0.0
+      ],
+      [
+        "▁Princeton",
+        0.0
+      ],
+      [
+        "▁Andrea",
+        0.0
+      ],
+      [
+        "▁incorrectly",
+        0.0
+      ],
+      [
+        "▁earnest",
+        0.0
+      ],
+      [
+        "▁pilgr",
+        0.0
+      ],
+      [
+        "▁Sprint",
+        0.0
+      ],
+      [
+        "▁sleeve",
+        0.0
+      ],
+      [
+        "▁hears",
+        0.0
+      ],
+      [
+        "▁Amazing",
+        0.0
+      ],
+      [
+        "▁browsing",
+        0.0
+      ],
+      [
+        "agin",
+        0.0
+      ],
+      [
+        "▁homeland",
+        0.0
+      ],
+      [
+        "▁haw",
+        0.0
+      ],
+      [
+        "▁diving",
+        0.0
+      ],
+      [
+        "istered",
+        0.0
+      ],
+      [
+        "178",
+        0.0
+      ],
+      [
+        "▁bargaining",
+        0.0
+      ],
+      [
+        "▁Arcade",
+        0.0
+      ],
+      [
+        "▁delegate",
+        0.0
+      ],
+      [
+        "terson",
+        0.0
+      ],
+      [
+        "................................................................",
+        0.0
+      ],
+      [
+        "▁Jacksonville",
+        0.0
+      ],
+      [
+        "275",
+        0.0
+      ],
+      [
+        "▁stagn",
+        0.0
+      ],
+      [
+        "▁adam",
+        0.0
+      ],
+      [
+        "▁Sherman",
+        0.0
+      ],
+      [
+        "CB",
+        0.0
+      ],
+      [
+        "▁suburb",
+        0.0
+      ],
+      [
+        "▁Foods",
+        0.0
+      ],
+      [
+        "▁converting",
+        0.0
+      ],
+      [
+        "▁Arist",
+        0.0
+      ],
+      [
+        "▁chambers",
+        0.0
+      ],
+      [
+        "love",
+        0.0
+      ],
+      [
+        "▁amino",
+        0.0
+      ],
+      [
+        "▁Gan",
+        0.0
+      ],
+      [
+        "▁madness",
+        0.0
+      ],
+      [
+        "mc",
+        0.0
+      ],
+      [
+        "▁USE",
+        0.0
+      ],
+      [
+        "defined",
+        0.0
+      ],
+      [
+        "▁ultr",
+        0.0
+      ],
+      [
+        "indust",
+        0.0
+      ],
+      [
+        "▁wolves",
+        0.0
+      ],
+      [
+        "lance",
+        0.0
+      ],
+      [
+        "Additionally",
+        0.0
+      ],
+      [
+        "▁cracks",
+        0.0
+      ],
+      [
+        "asia",
+        0.0
+      ],
+      [
+        "▁Reason",
+        0.0
+      ],
+      [
+        "▁Pump",
+        0.0
+      ],
+      [
+        "▁accidental",
+        0.0
+      ],
+      [
+        "▁Laser",
+        0.0
+      ],
+      [
+        "▁Rid",
+        0.0
+      ],
+      [
+        "▁initialized",
+        0.0
+      ],
+      [
+        "elli",
+        0.0
+      ],
+      [
+        "▁unnamed",
+        0.0
+      ],
+      [
+        "▁noun",
+        0.0
+      ],
+      [
+        "▁Passed",
+        0.0
+      ],
+      [
+        "▁hostage",
+        0.0
+      ],
+      [
+        "▁Ethiop",
+        0.0
+      ],
+      [
+        "shirts",
+        0.0
+      ],
+      [
+        "▁unrel",
+        0.0
+      ],
+      [
+        "▁Embassy",
+        0.0
+      ],
+      [
+        "▁1941",
+        0.0
+      ],
+      [
+        "▁atoms",
+        0.0
+      ],
+      [
+        "▁purported",
+        0.0
+      ],
+      [
+        "164",
+        0.0
+      ],
+      [
+        "▁Fi",
+        0.0
+      ],
+      [
+        "▁gallons",
+        0.0
+      ],
+      [
+        "▁Monica",
+        0.0
+      ],
+      [
+        "▁pg",
+        0.0
+      ],
+      [
+        "enment",
+        0.0
+      ],
+      [
+        "▁sorted",
+        0.0
+      ],
+      [
+        "▁Gospel",
+        0.0
+      ],
+      [
+        "▁heights",
+        0.0
+      ],
+      [
+        "▁traced",
+        0.0
+      ],
+      [
+        "▁undergoing",
+        0.0
+      ],
+      [
+        "Shell",
+        0.0
+      ],
+      [
+        "▁sacks",
+        0.0
+      ],
+      [
+        "▁proportions",
+        0.0
+      ],
+      [
+        "▁halluc",
+        0.0
+      ],
+      [
+        "Font",
+        0.0
+      ],
+      [
+        "acet",
+        0.0
+      ],
+      [
+        "▁warmer",
+        0.0
+      ],
+      [
+        "▁INTER",
+        0.0
+      ],
+      [
+        "▁grabbing",
+        0.0
+      ],
+      [
+        "Plug",
+        0.0
+      ],
+      [
+        "▁realization",
+        0.0
+      ],
+      [
+        "▁Burke",
+        0.0
+      ],
+      [
+        "▁enchant",
+        0.0
+      ],
+      [
+        "ATER",
+        0.0
+      ],
+      [
+        "▁Seed",
+        0.0
+      ],
+      [
+        "▁abundant",
+        0.0
+      ],
+      [
+        "FM",
+        0.0
+      ],
+      [
+        "▁civic",
+        0.0
+      ],
+      [
+        "Vs",
+        0.0
+      ],
+      [
+        "isi",
+        0.0
+      ],
+      [
+        "▁vow",
+        0.0
+      ],
+      [
+        "▁reper",
+        0.0
+      ],
+      [
+        "▁Partnership",
+        0.0
+      ],
+      [
+        "▁penetration",
+        0.0
+      ],
+      [
+        "▁axe",
+        0.0
+      ],
+      [
+        "▁shattered",
+        0.0
+      ],
+      [
+        "▁Zombies",
+        0.0
+      ],
+      [
+        "▁vinyl",
+        0.0
+      ],
+      [
+        "▁Alert",
+        0.0
+      ],
+      [
+        "eon",
+        0.0
+      ],
+      [
+        "▁obliged",
+        0.0
+      ],
+      [
+        "▁Illust",
+        0.0
+      ],
+      [
+        "▁Plaza",
+        0.0
+      ],
+      [
+        "▁Frontier",
+        0.0
+      ],
+      [
+        "▁davidjl",
+        0.0
+      ],
+      [
+        "▁Serial",
+        0.0
+      ],
+      [
+        "▁Hav",
+        0.0
+      ],
+      [
+        "▁Nutrition",
+        0.0
+      ],
+      [
+        "Bi",
+        0.0
+      ],
+      [
+        "▁âĸĪ",
+        0.0
+      ],
+      [
+        "▁Jays",
+        0.0
+      ],
+      [
+        "linux",
+        0.0
+      ],
+      [
+        "▁hurry",
+        0.0
+      ],
+      [
+        "▁voy",
+        0.0
+      ],
+      [
+        "▁hopeless",
+        0.0
+      ],
+      [
+        "▁Stealth",
+        0.0
+      ],
+      [
+        "▁ãģ",
+        0.0
+      ],
+      [
+        "essors",
+        0.0
+      ],
+      [
+        "ttle",
+        0.0
+      ],
+      [
+        "borg",
+        0.0
+      ],
+      [
+        "▁Safari",
+        0.0
+      ],
+      [
+        "fell",
+        0.0
+      ],
+      [
+        "▁wary",
+        0.0
+      ],
+      [
+        "due",
+        0.0
+      ],
+      [
+        "▁Above",
+        0.0
+      ],
+      [
+        "Ha",
+        0.0
+      ],
+      [
+        "ELL",
+        0.0
+      ],
+      [
+        "▁notor",
+        0.0
+      ],
+      [
+        "▁Won",
+        0.0
+      ],
+      [
+        "Too",
+        0.0
+      ],
+      [
+        "▁occupations",
+        0.0
+      ],
+      [
+        "▁possessions",
+        0.0
+      ],
+      [
+        "▁inviting",
+        0.0
+      ],
+      [
+        "▁predators",
+        0.0
+      ],
+      [
+        "▁accelerated",
+        0.0
+      ],
+      [
+        "▁157",
+        0.0
+      ],
+      [
+        "uterte",
+        0.0
+      ],
+      [
+        "▁Cube",
+        0.0
+      ],
+      [
+        "east",
+        0.0
+      ],
+      [
+        "account",
+        0.0
+      ],
+      [
+        "Give",
+        0.0
+      ],
+      [
+        "▁transplant",
+        0.0
+      ],
+      [
+        "redients",
+        0.0
+      ],
+      [
+        "idable",
+        0.0
+      ],
+      [
+        "▁screenshots",
+        0.0
+      ],
+      [
+        "▁Gund",
+        0.0
+      ],
+      [
+        "▁FS",
+        0.0
+      ],
+      [
+        "▁travelers",
+        0.0
+      ],
+      [
+        "▁sensory",
+        0.0
+      ],
+      [
+        "▁Fiat",
+        0.0
+      ],
+      [
+        "▁Rockets",
+        0.0
+      ],
+      [
+        "İĭ",
+        0.0
+      ],
+      [
+        "_{",
+        0.0
+      ],
+      [
+        "Friend",
+        0.0
+      ],
+      [
+        "▁charming",
+        0.0
+      ],
+      [
+        "ALS",
+        0.0
+      ],
+      [
+        "▁enjoyment",
+        0.0
+      ],
+      [
+        "mph",
+        0.0
+      ],
+      [
+        "▁5000",
+        0.0
+      ],
+      [
+        "▁REG",
+        0.0
+      ],
+      [
+        "ÙĨ",
+        0.0
+      ],
+      [
+        "bia",
+        0.0
+      ],
+      [
+        "▁compilation",
+        0.0
+      ],
+      [
+        "rost",
+        0.0
+      ],
+      [
+        "▁VP",
+        0.0
+      ],
+      [
+        "▁Schne",
+        0.0
+      ],
+      [
+        "2019",
+        0.0
+      ],
+      [
+        "▁copying",
+        0.0
+      ],
+      [
+        "MORE",
+        0.0
+      ],
+      [
+        "▁Flore",
+        0.0
+      ],
+      [
+        "falls",
+        0.0
+      ],
+      [
+        "215",
+        0.0
+      ],
+      [
+        "total",
+        0.0
+      ],
+      [
+        "▁disciples",
+        0.0
+      ],
+      [
+        "double",
+        0.0
+      ],
+      [
+        "▁exceeding",
+        0.0
+      ],
+      [
+        "▁smashed",
+        0.0
+      ],
+      [
+        "▁conceptual",
+        0.0
+      ],
+      [
+        "▁Romania",
+        0.0
+      ],
+      [
+        "▁Brent",
+        0.0
+      ],
+      [
+        "▁ICE",
+        0.0
+      ],
+      [
+        "▁Tou",
+        0.0
+      ],
+      [
+        "▁grap",
+        0.0
+      ],
+      [
+        "▁nails",
+        0.0
+      ],
+      [
+        "189",
+        0.0
+      ],
+      [
+        "ãĥĺ",
+        0.0
+      ],
+      [
+        "▁procure",
+        0.0
+      ],
+      [
+        "eur",
+        0.0
+      ],
+      [
+        "▁confirming",
+        0.0
+      ],
+      [
+        "▁Cec",
+        0.0
+      ],
+      [
+        "awi",
+        0.0
+      ],
+      [
+        "▁Eden",
+        0.0
+      ],
+      [
+        "▁ng",
+        0.0
+      ],
+      [
+        "▁engineered",
+        0.0
+      ],
+      [
+        "atics",
+        0.0
+      ],
+      [
+        "▁hooked",
+        0.0
+      ],
+      [
+        "▁disgusting",
+        0.0
+      ],
+      [
+        "▁Murder",
+        0.0
+      ],
+      [
+        "ãĤ¿",
+        0.0
+      ],
+      [
+        "Library",
+        0.0
+      ],
+      [
+        "▁168",
+        0.0
+      ],
+      [
+        "Almost",
+        0.0
+      ],
+      [
+        "hematic",
+        0.0
+      ],
+      [
+        "Menu",
+        0.0
+      ],
+      [
+        "▁Notre",
+        0.0
+      ],
+      [
+        "▁Jur",
+        0.0
+      ],
+      [
+        "▁kidnapped",
+        0.0
+      ],
+      [
+        "▁hacker",
+        0.0
+      ],
+      [
+        "▁Jade",
+        0.0
+      ],
+      [
+        "▁creepy",
+        0.0
+      ],
+      [
+        "▁drawings",
+        0.0
+      ],
+      [
+        "▁Sponsor",
+        0.0
+      ],
+      [
+        "▁cyclists",
+        0.0
+      ],
+      [
+        "▁Goblin",
+        0.0
+      ],
+      [
+        "▁optimized",
+        0.0
+      ],
+      [
+        "▁staged",
+        0.0
+      ],
+      [
+        "▁McD",
+        0.0
+      ],
+      [
+        "between",
+        0.0
+      ],
+      [
+        "Age",
+        0.0
+      ],
+      [
+        "eno",
+        0.0
+      ],
+      [
+        "Sex",
+        0.0
+      ],
+      [
+        "▁Wide",
+        0.0
+      ],
+      [
+        "nings",
+        0.0
+      ],
+      [
+        "avis",
+        0.0
+      ],
+      [
+        "▁incapable",
+        0.0
+      ],
+      [
+        "▁Kob",
+        0.0
+      ],
+      [
+        "▁rewarding",
+        0.0
+      ],
+      [
+        "▁Lone",
+        0.0
+      ],
+      [
+        "olescent",
+        0.0
+      ],
+      [
+        "▁contracted",
+        0.0
+      ],
+      [
+        "▁sticky",
+        0.0
+      ],
+      [
+        "Jose",
+        0.0
+      ],
+      [
+        "Ball",
+        0.0
+      ],
+      [
+        "fest",
+        0.0
+      ],
+      [
+        "▁Input",
+        0.0
+      ],
+      [
+        "▁Recently",
+        0.0
+      ],
+      [
+        "▁tomat",
+        0.0
+      ],
+      [
+        "square",
+        0.0
+      ],
+      [
+        "Application",
+        0.0
+      ],
+      [
+        "▁nitrogen",
+        0.0
+      ],
+      [
+        "▁duplicate",
+        0.0
+      ],
+      [
+        "▁Recon",
+        0.0
+      ],
+      [
+        "▁Dear",
+        0.0
+      ],
+      [
+        "London",
+        0.0
+      ],
+      [
+        "▁intra",
+        0.0
+      ],
+      [
+        "▁dock",
+        0.0
+      ],
+      [
+        "▁outreach",
+        0.0
+      ],
+      [
+        "▁Million",
+        0.0
+      ],
+      [
+        "▁mammals",
+        0.0
+      ],
+      [
+        "ampton",
+        0.0
+      ],
+      [
+        "VAL",
+        0.0
+      ],
+      [
+        "▁snaps",
+        0.0
+      ],
+      [
+        "▁dos",
+        0.0
+      ],
+      [
+        "▁Whole",
+        0.0
+      ],
+      [
+        "▁Ready",
+        0.0
+      ],
+      [
+        "Try",
+        0.0
+      ],
+      [
+        "▁Winnipeg",
+        0.0
+      ],
+      [
+        "earance",
+        0.0
+      ],
+      [
+        "▁incurred",
+        0.0
+      ],
+      [
+        "renched",
+        0.0
+      ],
+      [
+        "▁NSW",
+        0.0
+      ],
+      [
+        "ilot",
+        0.0
+      ],
+      [
+        "raine",
+        0.0
+      ],
+      [
+        "▁cube",
+        0.0
+      ],
+      [
+        "got",
+        0.0
+      ],
+      [
+        "▁runway",
+        0.0
+      ],
+      [
+        "etermined",
+        0.0
+      ],
+      [
+        "▁Hawks",
+        0.0
+      ],
+      [
+        "▁survivor",
+        0.0
+      ],
+      [
+        "▁Wish",
+        0.0
+      ],
+      [
+        "▁Din",
+        0.0
+      ],
+      [
+        "▁DEF",
+        0.0
+      ],
+      [
+        "▁Vault",
+        0.0
+      ],
+      [
+        "187",
+        0.0
+      ],
+      [
+        "▁mushrooms",
+        0.0
+      ],
+      [
+        "▁crisp",
+        0.0
+      ],
+      [
+        "bey",
+        0.0
+      ],
+      [
+        "▁Discovery",
+        0.0
+      ],
+      [
+        "▁developmental",
+        0.0
+      ],
+      [
+        "▁paradigm",
+        0.0
+      ],
+      [
+        "▁chaotic",
+        0.0
+      ],
+      [
+        "▁Tsu",
+        0.0
+      ],
+      [
+        "▁333",
+        0.0
+      ],
+      [
+        "bons",
+        0.0
+      ],
+      [
+        "▁bacterial",
+        0.0
+      ],
+      [
+        "▁commits",
+        0.0
+      ],
+      [
+        "▁cosmic",
+        0.0
+      ],
+      [
+        "▁mega",
+        0.0
+      ],
+      [
+        "ocative",
+        0.0
+      ],
+      [
+        "▁Paint",
+        0.0
+      ],
+      [
+        "ophobic",
+        0.0
+      ],
+      [
+        "▁vain",
+        0.0
+      ],
+      [
+        "▁carved",
+        0.0
+      ],
+      [
+        "▁Thief",
+        0.0
+      ],
+      [
+        "▁Gul",
+        0.0
+      ],
+      [
+        "owship",
+        0.0
+      ],
+      [
+        "▁cites",
+        0.0
+      ],
+      [
+        "▁Edinburgh",
+        0.0
+      ],
+      [
+        "▁diminished",
+        0.0
+      ],
+      [
+        "▁acknowledges",
+        0.0
+      ],
+      [
+        "▁Kills",
+        0.0
+      ],
+      [
+        "▁microw",
+        0.0
+      ],
+      [
+        "▁Hera",
+        0.0
+      ],
+      [
+        "▁seniors",
+        0.0
+      ],
+      [
+        "▁whereby",
+        0.0
+      ],
+      [
+        "Hop",
+        0.0
+      ],
+      [
+        "atron",
+        0.0
+      ],
+      [
+        "▁unavailable",
+        0.0
+      ],
+      [
+        "▁Nate",
+        0.0
+      ],
+      [
+        "▁480",
+        0.0
+      ],
+      [
+        "▁slated",
+        0.0
+      ],
+      [
+        "▁Rebecca",
+        0.0
+      ],
+      [
+        "▁Battery",
+        0.0
+      ],
+      [
+        "▁grammar",
+        0.0
+      ],
+      [
+        "▁headset",
+        0.0
+      ],
+      [
+        "▁cursor",
+        0.0
+      ],
+      [
+        "▁excluding",
+        0.0
+      ],
+      [
+        "anye",
+        0.0
+      ],
+      [
+        "aundering",
+        0.0
+      ],
+      [
+        "ebin",
+        0.0
+      ],
+      [
+        "▁feasible",
+        0.0
+      ],
+      [
+        "▁Publishing",
+        0.0
+      ],
+      [
+        "▁Labs",
+        0.0
+      ],
+      [
+        "▁Cliff",
+        0.0
+      ],
+      [
+        "▁Ferrari",
+        0.0
+      ],
+      [
+        "▁pac",
+        0.0
+      ],
+      [
+        "visible",
+        0.0
+      ],
+      [
+        "marked",
+        0.0
+      ],
+      [
+        "pell",
+        0.0
+      ],
+      [
+        "▁polite",
+        0.0
+      ],
+      [
+        "▁staggering",
+        0.0
+      ],
+      [
+        "▁Galactic",
+        0.0
+      ],
+      [
+        "▁superst",
+        0.0
+      ],
+      [
+        "▁paran",
+        0.0
+      ],
+      [
+        "▁Officers",
+        0.0
+      ],
+      [
+        "ãĢģ",
+        0.0
+      ],
+      [
+        "▁specifics",
+        0.0
+      ],
+      [
+        "ulus",
+        0.0
+      ],
+      [
+        "239",
+        0.0
+      ],
+      [
+        "▁Paste",
+        0.0
+      ],
+      [
+        "AMP",
+        0.0
+      ],
+      [
+        "▁Panama",
+        0.0
+      ],
+      [
+        "▁Delete",
+        0.0
+      ],
+      [
+        "anguard",
+        0.0
+      ],
+      [
+        "restrial",
+        0.0
+      ],
+      [
+        "▁heroic",
+        0.0
+      ],
+      [
+        "▁Dy",
+        0.0
+      ],
+      [
+        "اÙĦ",
+        0.0
+      ],
+      [
+        "▁incumbent",
+        0.0
+      ],
+      [
+        "▁crunch",
+        0.0
+      ],
+      [
+        "tro",
+        0.0
+      ],
+      [
+        "▁scoop",
+        0.0
+      ],
+      [
+        "▁blogger",
+        0.0
+      ],
+      [
+        "▁sellers",
+        0.0
+      ],
+      [
+        "uren",
+        0.0
+      ],
+      [
+        "▁medicines",
+        0.0
+      ],
+      [
+        "▁Caps",
+        0.0
+      ],
+      [
+        "▁Animation",
+        0.0
+      ],
+      [
+        "oxy",
+        0.0
+      ],
+      [
+        "▁outward",
+        0.0
+      ],
+      [
+        "▁inquiries",
+        0.0
+      ],
+      [
+        "229",
+        0.0
+      ],
+      [
+        "▁psychologist",
+        0.0
+      ],
+      [
+        "▁Sask",
+        0.0
+      ],
+      [
+        "evil",
+        0.0
+      ],
+      [
+        "▁contaminated",
+        0.0
+      ],
+      [
+        "ãĤ¨",
+        0.0
+      ],
+      [
+        "herence",
+        0.0
+      ],
+      [
+        "▁branded",
+        0.0
+      ],
+      [
+        "▁Abdul",
+        0.0
+      ],
+      [
+        "zh",
+        0.0
+      ],
+      [
+        "▁paragraphs",
+        0.0
+      ],
+      [
+        "▁mins",
+        0.0
+      ],
+      [
+        "▁correlated",
+        0.0
+      ],
+      [
+        "erb",
+        0.0
+      ],
+      [
+        "▁impart",
+        0.0
+      ],
+      [
+        "▁milestone",
+        0.0
+      ],
+      [
+        "▁Solutions",
+        0.0
+      ],
+      [
+        "otle",
+        0.0
+      ],
+      [
+        "▁undercover",
+        0.0
+      ],
+      [
+        "▁marched",
+        0.0
+      ],
+      [
+        "▁Chargers",
+        0.0
+      ],
+      [
+        "fax",
+        0.0
+      ],
+      [
+        "▁Secrets",
+        0.0
+      ],
+      [
+        "▁ruth",
+        0.0
+      ],
+      [
+        "weather",
+        0.0
+      ],
+      [
+        "▁feminine",
+        0.0
+      ],
+      [
+        "▁sham",
+        0.0
+      ],
+      [
+        "▁prestigious",
+        0.0
+      ],
+      [
+        "iggins",
+        0.0
+      ],
+      [
+        "▁sung",
+        0.0
+      ],
+      [
+        "history",
+        0.0
+      ],
+      [
+        "ettle",
+        0.0
+      ],
+      [
+        "ggie",
+        0.0
+      ],
+      [
+        "▁outdated",
+        0.0
+      ],
+      [
+        "oland",
+        0.0
+      ],
+      [
+        "▁perceptions",
+        0.0
+      ],
+      [
+        "▁Session",
+        0.0
+      ],
+      [
+        "▁Dodgers",
+        0.0
+      ],
+      [
+        "uj",
+        0.0
+      ],
+      [
+        "▁END",
+        0.0
+      ],
+      [
+        "Doc",
+        0.0
+      ],
+      [
+        "▁deficiency",
+        0.0
+      ],
+      [
+        "Grand",
+        0.0
+      ],
+      [
+        "▁Joker",
+        0.0
+      ],
+      [
+        "▁retrospect",
+        0.0
+      ],
+      [
+        "▁diagnostic",
+        0.0
+      ],
+      [
+        "▁harmless",
+        0.0
+      ],
+      [
+        "▁rogue",
+        0.0
+      ],
+      [
+        "▁Aval",
+        0.0
+      ],
+      [
+        "Equ",
+        0.0
+      ],
+      [
+        "▁transc",
+        0.0
+      ],
+      [
+        "▁Robertson",
+        0.0
+      ],
+      [
+        "▁Depending",
+        0.0
+      ],
+      [
+        "▁Burns",
+        0.0
+      ],
+      [
+        "ivo",
+        0.0
+      ],
+      [
+        "▁hostility",
+        0.0
+      ],
+      [
+        "Features",
+        0.0
+      ],
+      [
+        "ĵĺ",
+        0.0
+      ],
+      [
+        "▁discomfort",
+        0.0
+      ],
+      [
+        "▁LCD",
+        0.0
+      ],
+      [
+        "specified",
+        0.0
+      ],
+      [
+        "▁Expect",
+        0.0
+      ],
+      [
+        "340",
+        0.0
+      ],
+      [
+        "▁imperative",
+        0.0
+      ],
+      [
+        "▁Regular",
+        0.0
+      ],
+      [
+        "Chinese",
+        0.0
+      ],
+      [
+        "▁statewide",
+        0.0
+      ],
+      [
+        "▁symm",
+        0.0
+      ],
+      [
+        "▁loops",
+        0.0
+      ],
+      [
+        "▁autumn",
+        0.0
+      ],
+      [
+        "Nick",
+        0.0
+      ],
+      [
+        "▁shaping",
+        0.0
+      ],
+      [
+        "▁quot",
+        0.0
+      ],
+      [
+        "▁cherry",
+        0.0
+      ],
+      [
+        "▁Crossref",
+        0.0
+      ],
+      [
+        "è¦ļéĨĴ",
+        0.0
+      ],
+      [
+        "Standard",
+        0.0
+      ],
+      [
+        "heed",
+        0.0
+      ],
+      [
+        "▁Dell",
+        0.0
+      ],
+      [
+        "▁Vietnamese",
+        0.0
+      ],
+      [
+        "▁ost",
+        0.0
+      ],
+      [
+        "▁Valkyrie",
+        0.0
+      ],
+      [
+        "OA",
+        0.0
+      ],
+      [
+        "Assad",
+        0.0
+      ],
+      [
+        "▁rebound",
+        0.0
+      ],
+      [
+        "▁Traffic",
+        0.0
+      ],
+      [
+        "places",
+        0.0
+      ],
+      [
+        "æĺ",
+        0.0
+      ],
+      [
+        "▁Buc",
+        0.0
+      ],
+      [
+        "172",
+        0.0
+      ],
+      [
+        "▁shelters",
+        0.0
+      ],
+      [
+        "▁insisting",
+        0.0
+      ],
+      [
+        "▁Certainly",
+        0.0
+      ],
+      [
+        "▁Kenneth",
+        0.0
+      ],
+      [
+        "▁TCP",
+        0.0
+      ],
+      [
+        "▁penal",
+        0.0
+      ],
+      [
+        "▁Replay",
+        0.0
+      ],
+      [
+        "heard",
+        0.0
+      ],
+      [
+        "▁dialect",
+        0.0
+      ],
+      [
+        "iza",
+        0.0
+      ],
+      [
+        "▁FY",
+        0.0
+      ],
+      [
+        "itcher",
+        0.0
+      ],
+      [
+        "▁DL",
+        0.0
+      ],
+      [
+        "▁spiral",
+        0.0
+      ],
+      [
+        "▁quarterbacks",
+        0.0
+      ],
+      [
+        "▁hull",
+        0.0
+      ],
+      [
+        "▁google",
+        0.0
+      ],
+      [
+        "▁todd",
+        0.0
+      ],
+      [
+        "▁Sterling",
+        0.0
+      ],
+      [
+        "▁Plate",
+        0.0
+      ],
+      [
+        "▁spying",
+        0.0
+      ],
+      [
+        "mbol",
+        0.0
+      ],
+      [
+        "▁Realm",
+        0.0
+      ],
+      [
+        "▁Proced",
+        0.0
+      ],
+      [
+        "▁Crash",
+        0.0
+      ],
+      [
+        "▁terminate",
+        0.0
+      ],
+      [
+        "▁protesting",
+        0.0
+      ],
+      [
+        "Center",
+        0.0
+      ],
+      [
+        "guided",
+        0.0
+      ],
+      [
+        "▁uncover",
+        0.0
+      ],
+      [
+        "▁boycott",
+        0.0
+      ],
+      [
+        "▁realizes",
+        0.0
+      ],
+      [
+        "sound",
+        0.0
+      ],
+      [
+        "▁pretending",
+        0.0
+      ],
+      [
+        "▁Vas",
+        0.0
+      ],
+      [
+        "1980",
+        0.0
+      ],
+      [
+        "▁framed",
+        0.0
+      ],
+      [
+        "▁139",
+        0.0
+      ],
+      [
+        "▁descended",
+        0.0
+      ],
+      [
+        "▁rehabilitation",
+        0.0
+      ],
+      [
+        "▁borrowing",
+        0.0
+      ],
+      [
+        "▁Buch",
+        0.0
+      ],
+      [
+        "▁blur",
+        0.0
+      ],
+      [
+        "Ron",
+        0.0
+      ],
+      [
+        "▁Frozen",
+        0.0
+      ],
+      [
+        "enza",
+        0.0
+      ],
+      [
+        "Chief",
+        0.0
+      ],
+      [
+        "▁Poor",
+        0.0
+      ],
+      [
+        "▁translates",
+        0.0
+      ],
+      [
+        "MIN",
+        0.0
+      ],
+      [
+        "▁212",
+        0.0
+      ],
+      [
+        "JECT",
+        0.0
+      ],
+      [
+        "▁erupted",
+        0.0
+      ],
+      [
+        "▁successes",
+        0.0
+      ],
+      [
+        "SEC",
+        0.0
+      ],
+      [
+        "▁plague",
+        0.0
+      ],
+      [
+        "▁gems",
+        0.0
+      ],
+      [
+        "doms",
+        0.0
+      ],
+      [
+        "▁stretches",
+        0.0
+      ],
+      [
+        "▁Spy",
+        0.0
+      ],
+      [
+        "▁storytelling",
+        0.0
+      ],
+      [
+        "Credit",
+        0.0
+      ],
+      [
+        "▁Push",
+        0.0
+      ],
+      [
+        "▁traction",
+        0.0
+      ],
+      [
+        "▁ineffective",
+        0.0
+      ],
+      [
+        "▁Luna",
+        0.0
+      ],
+      [
+        "▁tapes",
+        0.0
+      ],
+      [
+        "▁analytics",
+        0.0
+      ],
+      [
+        "ercise",
+        0.0
+      ],
+      [
+        "▁programmes",
+        0.0
+      ],
+      [
+        "▁Carbon",
+        0.0
+      ],
+      [
+        "▁behold",
+        0.0
+      ],
+      [
+        "heavy",
+        0.0
+      ],
+      [
+        "▁Conservation",
+        0.0
+      ],
+      [
+        "▁FIR",
+        0.0
+      ],
+      [
+        "▁sack",
+        0.0
+      ],
+      [
+        "termin",
+        0.0
+      ],
+      [
+        "ricks",
+        0.0
+      ],
+      [
+        "▁housed",
+        0.0
+      ],
+      [
+        "▁unusually",
+        0.0
+      ],
+      [
+        "Ice",
+        0.0
+      ],
+      [
+        "▁executing",
+        0.0
+      ],
+      [
+        "▁Moroc",
+        0.0
+      ],
+      [
+        "eday",
+        0.0
+      ],
+      [
+        "▁editions",
+        0.0
+      ],
+      [
+        "▁smarter",
+        0.0
+      ],
+      [
+        "▁BA",
+        0.0
+      ],
+      [
+        "▁outlaw",
+        0.0
+      ],
+      [
+        "▁vanished",
+        0.0
+      ],
+      [
+        "iba",
+        0.0
+      ],
+      [
+        "ALSE",
+        0.0
+      ],
+      [
+        "▁Silva",
+        0.0
+      ],
+      [
+        "238",
+        0.0
+      ],
+      [
+        "Could",
+        0.0
+      ],
+      [
+        "▁philosopher",
+        0.0
+      ],
+      [
+        "▁evacuated",
+        0.0
+      ],
+      [
+        "Secret",
+        0.0
+      ],
+      [
+        "142",
+        0.0
+      ],
+      [
+        "▁visas",
+        0.0
+      ],
+      [
+        "ãĤ¬",
+        0.0
+      ],
+      [
+        "▁Malt",
+        0.0
+      ],
+      [
+        "▁Clearly",
+        0.0
+      ],
+      [
+        "▁Niger",
+        0.0
+      ],
+      [
+        "▁Cairo",
+        0.0
+      ],
+      [
+        "▁Fist",
+        0.0
+      ],
+      [
+        "380",
+        0.0
+      ],
+      [
+        "▁XML",
+        0.0
+      ],
+      [
+        "auto",
+        0.0
+      ],
+      [
+        "itant",
+        0.0
+      ],
+      [
+        "▁reinforced",
+        0.0
+      ],
+      [
+        "Record",
+        0.0
+      ],
+      [
+        "▁Survivor",
+        0.0
+      ],
+      [
+        "GHz",
+        0.0
+      ],
+      [
+        "▁screws",
+        0.0
+      ],
+      [
+        "parents",
+        0.0
+      ],
+      [
+        "▁oceans",
+        0.0
+      ],
+      [
+        "mares",
+        0.0
+      ],
+      [
+        "▁brakes",
+        0.0
+      ],
+      [
+        "vasive",
+        0.0
+      ],
+      [
+        "▁hello",
+        0.0
+      ],
+      [
+        "▁SIM",
+        0.0
+      ],
+      [
+        "rimp",
+        0.0
+      ],
+      [
+        "▁ore",
+        0.0
+      ],
+      [
+        "▁Armour",
+        0.0
+      ],
+      [
+        "247",
+        0.0
+      ],
+      [
+        "▁terrific",
+        0.0
+      ],
+      [
+        "▁tones",
+        0.0
+      ],
+      [
+        "141",
+        0.0
+      ],
+      [
+        "▁Minutes",
+        0.0
+      ],
+      [
+        "Episode",
+        0.0
+      ],
+      [
+        "▁curves",
+        0.0
+      ],
+      [
+        "▁inflammatory",
+        0.0
+      ],
+      [
+        "▁batting",
+        0.0
+      ],
+      [
+        "▁Beautiful",
+        0.0
+      ],
+      [
+        "Lay",
+        0.0
+      ],
+      [
+        "▁unpop",
+        0.0
+      ],
+      [
+        "vable",
+        0.0
+      ],
+      [
+        "▁riots",
+        0.0
+      ],
+      [
+        "▁Tactics",
+        0.0
+      ],
+      [
+        "baugh",
+        0.0
+      ],
+      [
+        "▁Cock",
+        0.0
+      ],
+      [
+        "▁orgasm",
+        0.0
+      ],
+      [
+        "▁Sas",
+        0.0
+      ],
+      [
+        "▁constructor",
+        0.0
+      ],
+      [
+        "etz",
+        0.0
+      ],
+      [
+        "Gov",
+        0.0
+      ],
+      [
+        "▁antagon",
+        0.0
+      ],
+      [
+        "▁theat",
+        0.0
+      ],
+      [
+        "▁deeds",
+        0.0
+      ],
+      [
+        "hao",
+        0.0
+      ],
+      [
+        "cuts",
+        0.0
+      ],
+      [
+        "▁McCl",
+        0.0
+      ],
+      [
+        "▁um",
+        0.0
+      ],
+      [
+        "▁Scientists",
+        0.0
+      ],
+      [
+        "▁grassroots",
+        0.0
+      ],
+      [
+        "yssey",
+        0.0
+      ],
+      [
+        "\"]=>",
+        0.0
+      ],
+      [
+        "▁surfaced",
+        0.0
+      ],
+      [
+        "▁shades",
+        0.0
+      ],
+      [
+        "▁neighbours",
+        0.0
+      ],
+      [
+        "▁advertis",
+        0.0
+      ],
+      [
+        "oya",
+        0.0
+      ],
+      [
+        "▁merged",
+        0.0
+      ],
+      [
+        "Upon",
+        0.0
+      ],
+      [
+        "▁gad",
+        0.0
+      ],
+      [
+        "▁anticipate",
+        0.0
+      ],
+      [
+        "Anyway",
+        0.0
+      ],
+      [
+        "▁slogan",
+        0.0
+      ],
+      [
+        "▁disrespect",
+        0.0
+      ],
+      [
+        "Iran",
+        0.0
+      ],
+      [
+        "▁TB",
+        0.0
+      ],
+      [
+        "acted",
+        0.0
+      ],
+      [
+        "▁subpoen",
+        0.0
+      ],
+      [
+        "mediately",
+        0.0
+      ],
+      [
+        "OOOO",
+        0.0
+      ],
+      [
+        "▁waiver",
+        0.0
+      ],
+      [
+        "▁vulnerabilities",
+        0.0
+      ],
+      [
+        "ottesville",
+        0.0
+      ],
+      [
+        "▁Huffington",
+        0.0
+      ],
+      [
+        "Josh",
+        0.0
+      ],
+      [
+        "▁DH",
+        0.0
+      ],
+      [
+        "Monday",
+        0.0
+      ],
+      [
+        "▁Ellen",
+        0.0
+      ],
+      [
+        "Know",
+        0.0
+      ],
+      [
+        "xon",
+        0.0
+      ],
+      [
+        "items",
+        0.0
+      ],
+      [
+        "228",
+        0.0
+      ],
+      [
+        "▁fills",
+        0.0
+      ],
+      [
+        "▁Nike",
+        0.0
+      ],
+      [
+        "▁cumulative",
+        0.0
+      ],
+      [
+        "andals",
+        0.0
+      ],
+      [
+        "Ir",
+        0.0
+      ],
+      [
+        "▁ì",
+        0.0
+      ],
+      [
+        "▁friction",
+        0.0
+      ],
+      [
+        "igator",
+        0.0
+      ],
+      [
+        "▁scans",
+        0.0
+      ],
+      [
+        "▁Vienna",
+        0.0
+      ],
+      [
+        "ldom",
+        0.0
+      ],
+      [
+        "▁performers",
+        0.0
+      ],
+      [
+        "Prim",
+        0.0
+      ],
+      [
+        "▁bidding",
+        0.0
+      ],
+      [
+        "Mur",
+        0.0
+      ],
+      [
+        "▁leaned",
+        0.0
+      ],
+      [
+        "▁Prix",
+        0.0
+      ],
+      [
+        "alks",
+        0.0
+      ],
+      [
+        "▁[âĢ¦]",
+        0.0
+      ],
+      [
+        "▁Twitch",
+        0.0
+      ],
+      [
+        "▁Developer",
+        0.0
+      ],
+      [
+        "▁Gir",
+        0.0
+      ],
+      [
+        "▁callback",
+        0.0
+      ],
+      [
+        "Abstract",
+        0.0
+      ],
+      [
+        "▁accustomed",
+        0.0
+      ],
+      [
+        "▁freedoms",
+        0.0
+      ],
+      [
+        "▁PG",
+        0.0
+      ],
+      [
+        "uracy",
+        0.0
+      ],
+      [
+        "▁lump",
+        0.0
+      ],
+      [
+        "isman",
+        0.0
+      ],
+      [
+        ",,,,",
+        0.0
+      ],
+      [
+        "1992",
+        0.0
+      ],
+      [
+        "▁RED",
+        0.0
+      ],
+      [
+        "▁worm",
+        0.0
+      ],
+      [
+        "Match",
+        0.0
+      ],
+      [
+        "▁Platinum",
+        0.0
+      ],
+      [
+        "IJ",
+        0.0
+      ],
+      [
+        "▁Owner",
+        0.0
+      ],
+      [
+        "Trivia",
+        0.0
+      ],
+      [
+        "compl",
+        0.0
+      ],
+      [
+        "▁newborn",
+        0.0
+      ],
+      [
+        "▁fantas",
+        0.0
+      ],
+      [
+        "Own",
+        0.0
+      ],
+      [
+        "▁1959",
+        0.0
+      ],
+      [
+        "▁sympath",
+        0.0
+      ],
+      [
+        "▁ubiqu",
+        0.0
+      ],
+      [
+        "▁outputs",
+        0.0
+      ],
+      [
+        "▁allev",
+        0.0
+      ],
+      [
+        "▁prag",
+        0.0
+      ],
+      [
+        "Kevin",
+        0.0
+      ],
+      [
+        "▁favors",
+        0.0
+      ],
+      [
+        "▁burial",
+        0.0
+      ],
+      [
+        "▁nurt",
+        0.0
+      ],
+      [
+        "solete",
+        0.0
+      ],
+      [
+        "cache",
+        0.0
+      ],
+      [
+        "▁156",
+        0.0
+      ],
+      [
+        "▁unlocks",
+        0.0
+      ],
+      [
+        "techn",
+        0.0
+      ],
+      [
+        "Making",
+        0.0
+      ],
+      [
+        "▁conquer",
+        0.0
+      ],
+      [
+        "adic",
+        0.0
+      ],
+      [
+        "æĸ",
+        0.0
+      ],
+      [
+        "▁elf",
+        0.0
+      ],
+      [
+        "▁electorate",
+        0.0
+      ],
+      [
+        "▁Kurds",
+        0.0
+      ],
+      [
+        "▁Stack",
+        0.0
+      ],
+      [
+        "▁Samurai",
+        0.0
+      ],
+      [
+        "▁âĺħ",
+        0.0
+      ],
+      [
+        "▁{}",
+        0.0
+      ],
+      [
+        "▁Said",
+        0.0
+      ],
+      [
+        "▁Fallout",
+        0.0
+      ],
+      [
+        "▁kindness",
+        0.0
+      ],
+      [
+        "▁Customs",
+        0.0
+      ],
+      [
+        "▁Boulevard",
+        0.0
+      ],
+      [
+        "▁helicopters",
+        0.0
+      ],
+      [
+        "otics",
+        0.0
+      ],
+      [
+        "▁Veget",
+        0.0
+      ],
+      [
+        "comment",
+        0.0
+      ],
+      [
+        "▁criticised",
+        0.0
+      ],
+      [
+        "▁polished",
+        0.0
+      ],
+      [
+        "▁Remix",
+        0.0
+      ],
+      [
+        "▁Cultural",
+        0.0
+      ],
+      [
+        "▁recons",
+        0.0
+      ],
+      [
+        "▁doi",
+        0.0
+      ],
+      [
+        "atem",
+        0.0
+      ],
+      [
+        "Screen",
+        0.0
+      ],
+      [
+        "▁barred",
+        0.0
+      ],
+      [
+        "Comments",
+        0.0
+      ],
+      [
+        "▁Generally",
+        0.0
+      ],
+      [
+        "▁slap",
+        0.0
+      ],
+      [
+        "720",
+        0.0
+      ],
+      [
+        "Vari",
+        0.0
+      ],
+      [
+        "pine",
+        0.0
+      ],
+      [
+        "▁empt",
+        0.0
+      ],
+      [
+        "▁hats",
+        0.0
+      ],
+      [
+        "▁Playing",
+        0.0
+      ],
+      [
+        "lab",
+        0.0
+      ],
+      [
+        "average",
+        0.0
+      ],
+      [
+        "forms",
+        0.0
+      ],
+      [
+        "▁Cotton",
+        0.0
+      ],
+      [
+        "▁cans",
+        0.0
+      ],
+      [
+        "▁DON",
+        0.0
+      ],
+      [
+        "▁Somalia",
+        0.0
+      ],
+      [
+        "Crypt",
+        0.0
+      ],
+      [
+        "▁Increases",
+        0.0
+      ],
+      [
+        "Ever",
+        0.0
+      ],
+      [
+        "modern",
+        0.0
+      ],
+      [
+        "▁surgeon",
+        0.0
+      ],
+      [
+        "3000",
+        0.0
+      ],
+      [
+        "▁randomized",
+        0.0
+      ],
+      [
+        "================================================================",
+        0.0
+      ],
+      [
+        "Bern",
+        0.0
+      ],
+      [
+        "impl",
+        0.0
+      ],
+      [
+        "▁COR",
+        0.0
+      ],
+      [
+        "▁proclaim",
+        0.0
+      ],
+      [
+        "thouse",
+        0.0
+      ],
+      [
+        "▁toes",
+        0.0
+      ],
+      [
+        "▁ample",
+        0.0
+      ],
+      [
+        "▁preserving",
+        0.0
+      ],
+      [
+        "▁disbel",
+        0.0
+      ],
+      [
+        "grand",
+        0.0
+      ],
+      [
+        "Besides",
+        0.0
+      ],
+      [
+        "▁silk",
+        0.0
+      ],
+      [
+        "▁Pattern",
+        0.0
+      ],
+      [
+        "hm",
+        0.0
+      ],
+      [
+        "▁enterprises",
+        0.0
+      ],
+      [
+        "▁affidavit",
+        0.0
+      ],
+      [
+        "▁Advisory",
+        0.0
+      ],
+      [
+        "▁advertised",
+        0.0
+      ],
+      [
+        "▁Religious",
+        0.0
+      ],
+      [
+        "sections",
+        0.0
+      ],
+      [
+        "psych",
+        0.0
+      ],
+      [
+        "▁Fields",
+        0.0
+      ],
+      [
+        "aways",
+        0.0
+      ],
+      [
+        "▁hashtag",
+        0.0
+      ],
+      [
+        "▁Nightmare",
+        0.0
+      ],
+      [
+        "▁vampire",
+        0.0
+      ],
+      [
+        "▁forensic",
+        0.0
+      ],
+      [
+        "rossover",
+        0.0
+      ],
+      [
+        "nar",
+        0.0
+      ],
+      [
+        "▁navy",
+        0.0
+      ],
+      [
+        "▁vacant",
+        0.0
+      ],
+      [
+        "▁Duel",
+        0.0
+      ],
+      [
+        "▁hallway",
+        0.0
+      ],
+      [
+        "▁facebook",
+        0.0
+      ],
+      [
+        "identally",
+        0.0
+      ],
+      [
+        "▁NRA",
+        0.0
+      ],
+      [
+        "▁matt",
+        0.0
+      ],
+      [
+        "▁hurricane",
+        0.0
+      ],
+      [
+        "▁Kirby",
+        0.0
+      ],
+      [
+        "▁Puzzle",
+        0.0
+      ],
+      [
+        "▁skirt",
+        0.0
+      ],
+      [
+        "oust",
+        0.0
+      ],
+      [
+        "dullah",
+        0.0
+      ],
+      [
+        "▁analogy",
+        0.0
+      ],
+      [
+        "inion",
+        0.0
+      ],
+      [
+        "▁tomatoes",
+        0.0
+      ],
+      [
+        "▁NV",
+        0.0
+      ],
+      [
+        "▁Peak",
+        0.0
+      ],
+      [
+        "▁Meyer",
+        0.0
+      ],
+      [
+        "▁appointments",
+        0.0
+      ],
+      [
+        "▁masc",
+        0.0
+      ],
+      [
+        "▁alley",
+        0.0
+      ],
+      [
+        "rehend",
+        0.0
+      ],
+      [
+        "▁charities",
+        0.0
+      ],
+      [
+        "▁undo",
+        0.0
+      ],
+      [
+        "▁destinations",
+        0.0
+      ],
+      [
+        "▁Testing",
+        0.0
+      ],
+      [
+        "\"></",
+        0.0
+      ],
+      [
+        "▁destined",
+        0.0
+      ],
+      [
+        "▁implements",
+        0.0
+      ],
+      [
+        "▁Harold",
+        0.0
+      ],
+      [
+        "RECT",
+        0.0
+      ],
+      [
+        "▁optimization",
+        0.0
+      ],
+      [
+        "▁kilometres",
+        0.0
+      ],
+      [
+        "▁cmd",
+        0.0
+      ],
+      [
+        "▁impairment",
+        0.0
+      ],
+      [
+        "▁unsuccessful",
+        0.0
+      ],
+      [
+        "▁swiftly",
+        0.0
+      ],
+      [
+        "▁Glasgow",
+        0.0
+      ],
+      [
+        "arten",
+        0.0
+      ],
+      [
+        "▁Shares",
+        0.0
+      ],
+      [
+        "▁Answer",
+        0.0
+      ],
+      [
+        "▁Album",
+        0.0
+      ],
+      [
+        "▁nutritional",
+        0.0
+      ],
+      [
+        "ãĥĸ",
+        0.0
+      ],
+      [
+        "▁Fut",
+        0.0
+      ],
+      [
+        "▁bloc",
+        0.0
+      ],
+      [
+        "▁NFC",
+        0.0
+      ],
+      [
+        "▁wholesale",
+        0.0
+      ],
+      [
+        "▁CW",
+        0.0
+      ],
+      [
+        "▁neglected",
+        0.0
+      ],
+      [
+        "▁launcher",
+        0.0
+      ],
+      [
+        "▁announcements",
+        0.0
+      ],
+      [
+        "OULD",
+        0.0
+      ],
+      [
+        "comb",
+        0.0
+      ],
+      [
+        "▁rotating",
+        0.0
+      ],
+      [
+        "▁rests",
+        0.0
+      ],
+      [
+        "▁Ticket",
+        0.0
+      ],
+      [
+        "chedel",
+        0.0
+      ],
+      [
+        "Lou",
+        0.0
+      ],
+      [
+        "▁Vic",
+        0.0
+      ],
+      [
+        "▁\"'",
+        0.0
+      ],
+      [
+        "▁templates",
+        0.0
+      ],
+      [
+        "▁replaces",
+        0.0
+      ],
+      [
+        "Arc",
+        0.0
+      ],
+      [
+        "::::",
+        0.0
+      ],
+      [
+        "▁Gilbert",
+        0.0
+      ],
+      [
+        "▁illnesses",
+        0.0
+      ],
+      [
+        "▁schedules",
+        0.0
+      ],
+      [
+        "▁heterosexual",
+        0.0
+      ],
+      [
+        "LINE",
+        0.0
+      ],
+      [
+        "▁herein",
+        0.0
+      ],
+      [
+        "▁coerc",
+        0.0
+      ],
+      [
+        "▁decreasing",
+        0.0
+      ],
+      [
+        "▁deportation",
+        0.0
+      ],
+      [
+        "sudo",
+        0.0
+      ],
+      [
+        "▁Indigenous",
+        0.0
+      ],
+      [
+        "▁weighs",
+        0.0
+      ],
+      [
+        "Along",
+        0.0
+      ],
+      [
+        "');",
+        0.0
+      ],
+      [
+        "▁Bengals",
+        0.0
+      ],
+      [
+        "707",
+        0.0
+      ],
+      [
+        "▁joints",
+        0.0
+      ],
+      [
+        "verts",
+        0.0
+      ],
+      [
+        "▁149",
+        0.0
+      ],
+      [
+        "naire",
+        0.0
+      ],
+      [
+        "▁simplest",
+        0.0
+      ],
+      [
+        "▁lore",
+        0.0
+      ],
+      [
+        "1080",
+        0.0
+      ],
+      [
+        "fiction",
+        0.0
+      ],
+      [
+        "▁Database",
+        0.0
+      ],
+      [
+        "▁reservation",
+        0.0
+      ],
+      [
+        "▁sou",
+        0.0
+      ],
+      [
+        "▁sanctuary",
+        0.0
+      ],
+      [
+        "audio",
+        0.0
+      ],
+      [
+        "aple",
+        0.0
+      ],
+      [
+        "▁vegetarian",
+        0.0
+      ],
+      [
+        "▁anticipation",
+        0.0
+      ],
+      [
+        "micro",
+        0.0
+      ],
+      [
+        "▁enduring",
+        0.0
+      ],
+      [
+        "▁departed",
+        0.0
+      ],
+      [
+        "▁sidewalk",
+        0.0
+      ],
+      [
+        "▁prohibits",
+        0.0
+      ],
+      [
+        "▁Font",
+        0.0
+      ],
+      [
+        "▁compute",
+        0.0
+      ],
+      [
+        "▁Sect",
+        0.0
+      ],
+      [
+        "▁158",
+        0.0
+      ],
+      [
+        "Battle",
+        0.0
+      ],
+      [
+        "▁bomber",
+        0.0
+      ],
+      [
+        "▁distraction",
+        0.0
+      ],
+      [
+        "▁endured",
+        0.0
+      ],
+      [
+        "▁practitioners",
+        0.0
+      ],
+      [
+        "▁disturbed",
+        0.0
+      ],
+      [
+        "▁drank",
+        0.0
+      ],
+      [
+        "ordered",
+        0.0
+      ],
+      [
+        "▁surprises",
+        0.0
+      ],
+      [
+        "seat",
+        0.0
+      ],
+      [
+        "Security",
+        0.0
+      ],
+      [
+        "▁Wisdom",
+        0.0
+      ],
+      [
+        "ogo",
+        0.0
+      ],
+      [
+        "▁subparagraph",
+        0.0
+      ],
+      [
+        "▁Peninsula",
+        0.0
+      ],
+      [
+        "▁Origins",
+        0.0
+      ],
+      [
+        "iren",
+        0.0
+      ],
+      [
+        "▁Pav",
+        0.0
+      ],
+      [
+        "iggle",
+        0.0
+      ],
+      [
+        "▁gratitude",
+        0.0
+      ],
+      [
+        "▁Gravity",
+        0.0
+      ],
+      [
+        "overty",
+        0.0
+      ],
+      [
+        "iman",
+        0.0
+      ],
+      [
+        "ctr",
+        0.0
+      ],
+      [
+        "▁Caesar",
+        0.0
+      ],
+      [
+        "could",
+        0.0
+      ],
+      [
+        "gem",
+        0.0
+      ],
+      [
+        "▁skies",
+        0.0
+      ],
+      [
+        "▁champ",
+        0.0
+      ],
+      [
+        "▁agreeing",
+        0.0
+      ],
+      [
+        "Family",
+        0.0
+      ],
+      [
+        "Div",
+        0.0
+      ],
+      [
+        "176",
+        0.0
+      ],
+      [
+        "▁messy",
+        0.0
+      ],
+      [
+        "umption",
+        0.0
+      ],
+      [
+        "Federal",
+        0.0
+      ],
+      [
+        "erno",
+        0.0
+      ],
+      [
+        "▁Chat",
+        0.0
+      ],
+      [
+        "Beyond",
+        0.0
+      ],
+      [
+        "▁devote",
+        0.0
+      ],
+      [
+        "▁Walsh",
+        0.0
+      ],
+      [
+        "▁dumped",
+        0.0
+      ],
+      [
+        "▁accumulation",
+        0.0
+      ],
+      [
+        "stad",
+        0.0
+      ],
+      [
+        "hibition",
+        0.0
+      ],
+      [
+        "▁smokers",
+        0.0
+      ],
+      [
+        "▁inspector",
+        0.0
+      ],
+      [
+        "French",
+        0.0
+      ],
+      [
+        "issan",
+        0.0
+      ],
+      [
+        "▁Vita",
+        0.0
+      ],
+      [
+        "▁researching",
+        0.0
+      ],
+      [
+        "RAM",
+        0.0
+      ],
+      [
+        "▁Celtics",
+        0.0
+      ],
+      [
+        "▁cloak",
+        0.0
+      ],
+      [
+        "▁Terra",
+        0.0
+      ],
+      [
+        "Mary",
+        0.0
+      ],
+      [
+        "sold",
+        0.0
+      ],
+      [
+        "▁DOM",
+        0.0
+      ],
+      [
+        "mods",
+        0.0
+      ],
+      [
+        "Intel",
+        0.0
+      ],
+      [
+        "▁multitude",
+        0.0
+      ],
+      [
+        "▁Improved",
+        0.0
+      ],
+      [
+        "▁reliance",
+        0.0
+      ],
+      [
+        "▁artifact",
+        0.0
+      ],
+      [
+        "▁alarming",
+        0.0
+      ],
+      [
+        "Prom",
+        0.0
+      ],
+      [
+        "hon",
+        0.0
+      ],
+      [
+        "TION",
+        0.0
+      ],
+      [
+        "medium",
+        0.0
+      ],
+      [
+        "▁reflex",
+        0.0
+      ],
+      [
+        "▁Excel",
+        0.0
+      ],
+      [
+        "▁weakened",
+        0.0
+      ],
+      [
+        "163",
+        0.0
+      ],
+      [
+        "224",
+        0.0
+      ],
+      [
+        "▁costumes",
+        0.0
+      ],
+      [
+        "▁uniquely",
+        0.0
+      ],
+      [
+        "▁sorrow",
+        0.0
+      ],
+      [
+        "▁mansion",
+        0.0
+      ],
+      [
+        "wp",
+        0.0
+      ],
+      [
+        "▁salv",
+        0.0
+      ],
+      [
+        "▁Grove",
+        0.0
+      ],
+      [
+        "bsp",
+        0.0
+      ],
+      [
+        "▁Sniper",
+        0.0
+      ],
+      [
+        "▁Shipping",
+        0.0
+      ],
+      [
+        "▁POW",
+        0.0
+      ],
+      [
+        "▁undis",
+        0.0
+      ],
+      [
+        "▁branding",
+        0.0
+      ],
+      [
+        "Girl",
+        0.0
+      ],
+      [
+        "▁Ahmad",
+        0.0
+      ],
+      [
+        "▁Lakes",
+        0.0
+      ],
+      [
+        "▁Corey",
+        0.0
+      ],
+      [
+        "▁inheritance",
+        0.0
+      ],
+      [
+        "enery",
+        0.0
+      ],
+      [
+        "▁packing",
+        0.0
+      ],
+      [
+        "▁Prest",
+        0.0
+      ],
+      [
+        "Dest",
+        0.0
+      ],
+      [
+        "FW",
+        0.0
+      ],
+      [
+        "▁regulator",
+        0.0
+      ],
+      [
+        "locked",
+        0.0
+      ],
+      [
+        "▁contested",
+        0.0
+      ],
+      [
+        "▁Melissa",
+        0.0
+      ],
+      [
+        "▁Duc",
+        0.0
+      ],
+      [
+        "▁unpopular",
+        0.0
+      ],
+      [
+        "▁stacked",
+        0.0
+      ],
+      [
+        "▁1917",
+        0.0
+      ],
+      [
+        "▁yearly",
+        0.0
+      ],
+      [
+        "▁stare",
+        0.0
+      ],
+      [
+        "▁assessing",
+        0.0
+      ],
+      [
+        "ø",
+        0.0
+      ],
+      [
+        "▁beverages",
+        0.0
+      ],
+      [
+        "▁competitions",
+        0.0
+      ],
+      [
+        "▁strengthening",
+        0.0
+      ],
+      [
+        "along",
+        0.0
+      ],
+      [
+        "▁Lud",
+        0.0
+      ],
+      [
+        "▁melted",
+        0.0
+      ],
+      [
+        "stanbul",
+        0.0
+      ],
+      [
+        "▁bounty",
+        0.0
+      ],
+      [
+        "ENC",
+        0.0
+      ],
+      [
+        "▁Lands",
+        0.0
+      ],
+      [
+        "▁declares",
+        0.0
+      ],
+      [
+        "▁customize",
+        0.0
+      ],
+      [
+        "▁composite",
+        0.0
+      ],
+      [
+        "ãĥ¬",
+        0.0
+      ],
+      [
+        "CM",
+        0.0
+      ],
+      [
+        "ographics",
+        0.0
+      ],
+      [
+        "▁Temp",
+        0.0
+      ],
+      [
+        "▁contender",
+        0.0
+      ],
+      [
+        "▁insign",
+        0.0
+      ],
+      [
+        "▁LAN",
+        0.0
+      ],
+      [
+        "▁disasters",
+        0.0
+      ],
+      [
+        "inspired",
+        0.0
+      ],
+      [
+        "▁judgments",
+        0.0
+      ],
+      [
+        "ustainable",
+        0.0
+      ],
+      [
+        "ursion",
+        0.0
+      ],
+      [
+        "▁variance",
+        0.0
+      ],
+      [
+        "▁Ultimately",
+        0.0
+      ],
+      [
+        "▁--------",
+        0.0
+      ],
+      [
+        "uador",
+        0.0
+      ],
+      [
+        "▁RX",
+        0.0
+      ],
+      [
+        "▁melting",
+        0.0
+      ],
+      [
+        "▁Extended",
+        0.0
+      ],
+      [
+        "▁Twe",
+        0.0
+      ],
+      [
+        "Major",
+        0.0
+      ],
+      [
+        "▁Bil",
+        0.0
+      ],
+      [
+        "▁syrup",
+        0.0
+      ],
+      [
+        "quick",
+        0.0
+      ],
+      [
+        "▁Holder",
+        0.0
+      ],
+      [
+        "▁innocence",
+        0.0
+      ],
+      [
+        "ULE",
+        0.0
+      ],
+      [
+        "▁Might",
+        0.0
+      ],
+      [
+        "9999",
+        0.0
+      ],
+      [
+        "▁fal",
+        0.0
+      ],
+      [
+        "▁continuity",
+        0.0
+      ],
+      [
+        "▁1953",
+        0.0
+      ],
+      [
+        "▁BS",
+        0.0
+      ],
+      [
+        "still",
+        0.0
+      ],
+      [
+        "Lat",
+        0.0
+      ],
+      [
+        "▁Abuse",
+        0.0
+      ],
+      [
+        "▁unsupported",
+        0.0
+      ],
+      [
+        "xxxxxxxx",
+        0.0
+      ],
+      [
+        "▁institute",
+        0.0
+      ],
+      [
+        "▁fragment",
+        0.0
+      ],
+      [
+        "▁Pep",
+        0.0
+      ],
+      [
+        "Western",
+        0.0
+      ],
+      [
+        "▁Cause",
+        0.0
+      ],
+      [
+        "▁Frag",
+        0.0
+      ],
+      [
+        "▁Ars",
+        0.0
+      ],
+      [
+        "à¥",
+        0.0
+      ],
+      [
+        "astics",
+        0.0
+      ],
+      [
+        "▁bishop",
+        0.0
+      ],
+      [
+        "▁crosses",
+        0.0
+      ],
+      [
+        "▁154",
+        0.0
+      ],
+      [
+        "▁Upgrade",
+        0.0
+      ],
+      [
+        "▁mitigate",
+        0.0
+      ],
+      [
+        "▁Raymond",
+        0.0
+      ],
+      [
+        "Mods",
+        0.0
+      ],
+      [
+        "▁tomato",
+        0.0
+      ],
+      [
+        "▁stumbled",
+        0.0
+      ],
+      [
+        "▁differs",
+        0.0
+      ],
+      [
+        "Initial",
+        0.0
+      ],
+      [
+        "▁Raspberry",
+        0.0
+      ],
+      [
+        "▁ignores",
+        0.0
+      ],
+      [
+        "▁tant",
+        0.0
+      ],
+      [
+        "Ãł",
+        0.0
+      ],
+      [
+        "▁relay",
+        0.0
+      ],
+      [
+        "▁bisexual",
+        0.0
+      ],
+      [
+        "▁confession",
+        0.0
+      ],
+      [
+        "▁dement",
+        0.0
+      ],
+      [
+        "inas",
+        0.0
+      ],
+      [
+        "▁Heather",
+        0.0
+      ],
+      [
+        "platform",
+        0.0
+      ],
+      [
+        "driving",
+        0.0
+      ],
+      [
+        "bourg",
+        0.0
+      ],
+      [
+        "▁Mush",
+        0.0
+      ],
+      [
+        "▁hyster",
+        0.0
+      ],
+      [
+        "Details",
+        0.0
+      ],
+      [
+        "▁drift",
+        0.0
+      ],
+      [
+        "▁Wald",
+        0.0
+      ],
+      [
+        "▁Luckily",
+        0.0
+      ],
+      [
+        "orf",
+        0.0
+      ],
+      [
+        "▁expire",
+        0.0
+      ],
+      [
+        "▁Punch",
+        0.0
+      ],
+      [
+        "zyme",
+        0.0
+      ],
+      [
+        "gold",
+        0.0
+      ],
+      [
+        "▁unpaid",
+        0.0
+      ],
+      [
+        "▁Trent",
+        0.0
+      ],
+      [
+        "▁unarmed",
+        0.0
+      ],
+      [
+        "▁illicit",
+        0.0
+      ],
+      [
+        "▁Tottenham",
+        0.0
+      ],
+      [
+        "▁smash",
+        0.0
+      ],
+      [
+        "International",
+        0.0
+      ],
+      [
+        "inker",
+        0.0
+      ],
+      [
+        "▁sting",
+        0.0
+      ],
+      [
+        "▁Saddam",
+        0.0
+      ],
+      [
+        "▁ART",
+        0.0
+      ],
+      [
+        "▁truths",
+        0.0
+      ],
+      [
+        "birth",
+        0.0
+      ],
+      [
+        "▁sober",
+        0.0
+      ],
+      [
+        "▁Nit",
+        0.0
+      ],
+      [
+        "▁ib",
+        0.0
+      ],
+      [
+        "▁usable",
+        0.0
+      ],
+      [
+        "▁stacks",
+        0.0
+      ],
+      [
+        "▁Sylv",
+        0.0
+      ],
+      [
+        "▁northeast",
+        0.0
+      ],
+      [
+        "▁domination",
+        0.0
+      ],
+      [
+        "▁Mour",
+        0.0
+      ],
+      [
+        "ENSE",
+        0.0
+      ],
+      [
+        "▁Measure",
+        0.0
+      ],
+      [
+        "▁programmer",
+        0.0
+      ],
+      [
+        "▁<-",
+        0.0
+      ],
+      [
+        "182",
+        0.0
+      ],
+      [
+        "▁Condition",
+        0.0
+      ],
+      [
+        "▁backyard",
+        0.0
+      ],
+      [
+        "irling",
+        0.0
+      ],
+      [
+        "▁Jeb",
+        0.0
+      ],
+      [
+        "▁Creed",
+        0.0
+      ],
+      [
+        "▁Hang",
+        0.0
+      ],
+      [
+        "▁COMP",
+        0.0
+      ],
+      [
+        "FER",
+        0.0
+      ],
+      [
+        "▁Ish",
+        0.0
+      ],
+      [
+        "▁detectives",
+        0.0
+      ],
+      [
+        "---------------",
+        0.0
+      ],
+      [
+        "▁Messenger",
+        0.0
+      ],
+      [
+        "▁looph",
+        0.0
+      ],
+      [
+        "▁gateway",
+        0.0
+      ],
+      [
+        "151",
+        0.0
+      ],
+      [
+        "▁Materials",
+        0.0
+      ],
+      [
+        "▁DT",
+        0.0
+      ],
+      [
+        "▁doomed",
+        0.0
+      ],
+      [
+        "odo",
+        0.0
+      ],
+      [
+        "▁slices",
+        0.0
+      ],
+      [
+        "▁emailed",
+        0.0
+      ],
+      [
+        "▁Perl",
+        0.0
+      ],
+      [
+        "▁renov",
+        0.0
+      ],
+      [
+        "UTH",
+        0.0
+      ],
+      [
+        "odynam",
+        0.0
+      ],
+      [
+        "▁Southwest",
+        0.0
+      ],
+      [
+        "getic",
+        0.0
+      ],
+      [
+        "▁TPP",
+        0.0
+      ],
+      [
+        "▁optimism",
+        0.0
+      ],
+      [
+        "▁Tow",
+        0.0
+      ],
+      [
+        "ulators",
+        0.0
+      ],
+      [
+        "protected",
+        0.0
+      ],
+      [
+        "yles",
+        0.0
+      ],
+      [
+        "«",
+        0.0
+      ],
+      [
+        "▁exile",
+        0.0
+      ],
+      [
+        "env",
+        0.0
+      ],
+      [
+        "Prop",
+        0.0
+      ],
+      [
+        "▁Zimmerman",
+        0.0
+      ],
+      [
+        "Ùİ",
+        0.0
+      ],
+      [
+        "Ca",
+        0.0
+      ],
+      [
+        "omaly",
+        0.0
+      ],
+      [
+        "ãĥĨ",
+        0.0
+      ],
+      [
+        "▁railroad",
+        0.0
+      ],
+      [
+        "Lee",
+        0.0
+      ],
+      [
+        "232",
+        0.0
+      ],
+      [
+        "▁replicate",
+        0.0
+      ],
+      [
+        "▁comfortably",
+        0.0
+      ],
+      [
+        "actly",
+        0.0
+      ],
+      [
+        "▁rav",
+        0.0
+      ],
+      [
+        "▁telescope",
+        0.0
+      ],
+      [
+        "▁honesty",
+        0.0
+      ],
+      [
+        "▁Pepper",
+        0.0
+      ],
+      [
+        "▁Bring",
+        0.0
+      ],
+      [
+        "▁richest",
+        0.0
+      ],
+      [
+        "▁outdoors",
+        0.0
+      ],
+      [
+        "▁halls",
+        0.0
+      ],
+      [
+        "▁contend",
+        0.0
+      ],
+      [
+        "ISE",
+        0.0
+      ],
+      [
+        "▁submitting",
+        0.0
+      ],
+      [
+        "▁naive",
+        0.0
+      ],
+      [
+        "arations",
+        0.0
+      ],
+      [
+        "▁143",
+        0.0
+      ],
+      [
+        "▁poised",
+        0.0
+      ],
+      [
+        "responsible",
+        0.0
+      ],
+      [
+        "▁socks",
+        0.0
+      ],
+      [
+        "▁Skull",
+        0.0
+      ],
+      [
+        "Question",
+        0.0
+      ],
+      [
+        "▁discoveries",
+        0.0
+      ],
+      [
+        "Joined",
+        0.0
+      ],
+      [
+        "▁Enemies",
+        0.0
+      ],
+      [
+        "▁Wireless",
+        0.0
+      ],
+      [
+        "▁Revenge",
+        0.0
+      ],
+      [
+        "▁puzzles",
+        0.0
+      ],
+      [
+        "▁ceased",
+        0.0
+      ],
+      [
+        "290",
+        0.0
+      ],
+      [
+        "criptions",
+        0.0
+      ],
+      [
+        "▁Console",
+        0.0
+      ],
+      [
+        "▁boiling",
+        0.0
+      ],
+      [
+        "▁discrep",
+        0.0
+      ],
+      [
+        "▁deduction",
+        0.0
+      ],
+      [
+        "▁arsenal",
+        0.0
+      ],
+      [
+        "XXXX",
+        0.0
+      ],
+      [
+        "▁Amsterdam",
+        0.0
+      ],
+      [
+        "roximately",
+        0.0
+      ],
+      [
+        "▁Shane",
+        0.0
+      ],
+      [
+        "▁posing",
+        0.0
+      ],
+      [
+        "▁ACLU",
+        0.0
+      ],
+      [
+        "▁Companies",
+        0.0
+      ],
+      [
+        "▁theology",
+        0.0
+      ],
+      [
+        "▁Ug",
+        0.0
+      ],
+      [
+        "quarter",
+        0.0
+      ],
+      [
+        "▁Hank",
+        0.0
+      ],
+      [
+        "Coin",
+        0.0
+      ],
+      [
+        "▁Lv",
+        0.0
+      ],
+      [
+        "▁allegation",
+        0.0
+      ],
+      [
+        "▁Avoid",
+        0.0
+      ],
+      [
+        "▁indefinitely",
+        0.0
+      ],
+      [
+        "▁commodities",
+        0.0
+      ],
+      [
+        "▁brig",
+        0.0
+      ],
+      [
+        "▁Manit",
+        0.0
+      ],
+      [
+        "▁tenth",
+        0.0
+      ],
+      [
+        "method",
+        0.0
+      ],
+      [
+        "▁Knicks",
+        0.0
+      ],
+      [
+        "▁âĢİ",
+        0.0
+      ],
+      [
+        "▁invoked",
+        0.0
+      ],
+      [
+        "Dial",
+        0.0
+      ],
+      [
+        "ARA",
+        0.0
+      ],
+      [
+        "▁caucus",
+        0.0
+      ],
+      [
+        "227",
+        0.0
+      ],
+      [
+        "▁Jab",
+        0.0
+      ],
+      [
+        "▁ounces",
+        0.0
+      ],
+      [
+        "bay",
+        0.0
+      ],
+      [
+        "▁buddy",
+        0.0
+      ],
+      [
+        "fan",
+        0.0
+      ],
+      [
+        "234",
+        0.0
+      ],
+      [
+        "▁Hil",
+        0.0
+      ],
+      [
+        "adh",
+        0.0
+      ],
+      [
+        "▁TY",
+        0.0
+      ],
+      [
+        "▁IND",
+        0.0
+      ],
+      [
+        "▁1939",
+        0.0
+      ],
+      [
+        "▁iteration",
+        0.0
+      ],
+      [
+        "▁Gonzalez",
+        0.0
+      ],
+      [
+        "▁Vert",
+        0.0
+      ],
+      [
+        "▁IO",
+        0.0
+      ],
+      [
+        "emb",
+        0.0
+      ],
+      [
+        "rera",
+        0.0
+      ],
+      [
+        "ench",
+        0.0
+      ],
+      [
+        "▁Requirements",
+        0.0
+      ],
+      [
+        "▁Wins",
+        0.0
+      ],
+      [
+        "▁livestock",
+        0.0
+      ],
+      [
+        "hours",
+        0.0
+      ],
+      [
+        "\"âĢ¦",
+        0.0
+      ],
+      [
+        "bral",
+        0.0
+      ],
+      [
+        "Marg",
+        0.0
+      ],
+      [
+        "▁Done",
+        0.0
+      ],
+      [
+        "▁wasting",
+        0.0
+      ],
+      [
+        "inged",
+        0.0
+      ],
+      [
+        "groups",
+        0.0
+      ],
+      [
+        "▁wishing",
+        0.0
+      ],
+      [
+        "▁Tumblr",
+        0.0
+      ],
+      [
+        "▁tapping",
+        0.0
+      ],
+      [
+        "▁nationalism",
+        0.0
+      ],
+      [
+        "▁Byr",
+        0.0
+      ],
+      [
+        "▁squares",
+        0.0
+      ],
+      [
+        "▁Actions",
+        0.0
+      ],
+      [
+        "ãĥ¥",
+        0.0
+      ],
+      [
+        "Inside",
+        0.0
+      ],
+      [
+        "debug",
+        0.0
+      ],
+      [
+        "▁append",
+        0.0
+      ],
+      [
+        "▁stubborn",
+        0.0
+      ],
+      [
+        "▁Cind",
+        0.0
+      ],
+      [
+        "Tell",
+        0.0
+      ],
+      [
+        "▁tearing",
+        0.0
+      ],
+      [
+        "▁Rey",
+        0.0
+      ],
+      [
+        "orc",
+        0.0
+      ],
+      [
+        "▁Dayton",
+        0.0
+      ],
+      [
+        "▁NH",
+        0.0
+      ],
+      [
+        "▁Madness",
+        0.0
+      ],
+      [
+        "Charl",
+        0.0
+      ],
+      [
+        "▁Morrison",
+        0.0
+      ],
+      [
+        "filter",
+        0.0
+      ],
+      [
+        "▁accuse",
+        0.0
+      ],
+      [
+        "▁./",
+        0.0
+      ],
+      [
+        "▁torrent",
+        0.0
+      ],
+      [
+        "▁declines",
+        0.0
+      ],
+      [
+        "gallery",
+        0.0
+      ],
+      [
+        "Mine",
+        0.0
+      ],
+      [
+        "▁negotiation",
+        0.0
+      ],
+      [
+        "▁Bashar",
+        0.0
+      ],
+      [
+        "opia",
+        0.0
+      ],
+      [
+        "1993",
+        0.0
+      ],
+      [
+        "emort",
+        0.0
+      ],
+      [
+        "▁Novel",
+        0.0
+      ],
+      [
+        "▁Fang",
+        0.0
+      ],
+      [
+        "ersive",
+        0.0
+      ],
+      [
+        "▁Instant",
+        0.0
+      ],
+      [
+        "▁roller",
+        0.0
+      ],
+      [
+        "Around",
+        0.0
+      ],
+      [
+        "▁Elections",
+        0.0
+      ],
+      [
+        "Games",
+        0.0
+      ],
+      [
+        "▁inexpensive",
+        0.0
+      ],
+      [
+        "▁wors",
+        0.0
+      ],
+      [
+        "▁vul",
+        0.0
+      ],
+      [
+        "▁Hole",
+        0.0
+      ],
+      [
+        "▁unbelievable",
+        0.0
+      ],
+      [
+        "▁nause",
+        0.0
+      ],
+      [
+        "▁entr",
+        0.0
+      ],
+      [
+        "boat",
+        0.0
+      ],
+      [
+        "▁STE",
+        0.0
+      ],
+      [
+        "▁bush",
+        0.0
+      ],
+      [
+        "▁Hassan",
+        0.0
+      ],
+      [
+        "▁wo",
+        0.0
+      ],
+      [
+        "▁paused",
+        0.0
+      ],
+      [
+        "▁Mig",
+        0.0
+      ],
+      [
+        "lived",
+        0.0
+      ],
+      [
+        "▁scout",
+        0.0
+      ],
+      [
+        "▁lith",
+        0.0
+      ],
+      [
+        "Published",
+        0.0
+      ],
+      [
+        "duino",
+        0.0
+      ],
+      [
+        "cool",
+        0.0
+      ],
+      [
+        "▁circulating",
+        0.0
+      ],
+      [
+        "idas",
+        0.0
+      ],
+      [
+        "▁Pam",
+        0.0
+      ],
+      [
+        "violent",
+        0.0
+      ],
+      [
+        "▁Crawford",
+        0.0
+      ],
+      [
+        "uddle",
+        0.0
+      ],
+      [
+        "▁Letters",
+        0.0
+      ],
+      [
+        "Guard",
+        0.0
+      ],
+      [
+        "morph",
+        0.0
+      ],
+      [
+        "▁wandering",
+        0.0
+      ],
+      [
+        "▁sophomore",
+        0.0
+      ],
+      [
+        "▁queer",
+        0.0
+      ],
+      [
+        "▁Blind",
+        0.0
+      ],
+      [
+        "rue",
+        0.0
+      ],
+      [
+        "▁Marriage",
+        0.0
+      ],
+      [
+        "Dom",
+        0.0
+      ],
+      [
+        "▁padding",
+        0.0
+      ],
+      [
+        "▁folders",
+        0.0
+      ],
+      [
+        "▁meaningless",
+        0.0
+      ],
+      [
+        "▁candidacy",
+        0.0
+      ],
+      [
+        "afort",
+        0.0
+      ],
+      [
+        "▁whistlebl",
+        0.0
+      ],
+      [
+        "▁Identified",
+        0.0
+      ],
+      [
+        "▁cigar",
+        0.0
+      ],
+      [
+        "▁hid",
+        0.0
+      ],
+      [
+        "▁Dubai",
+        0.0
+      ],
+      [
+        "▁posture",
+        0.0
+      ],
+      [
+        "▁hiking",
+        0.0
+      ],
+      [
+        "▁Terminal",
+        0.0
+      ],
+      [
+        "Legendary",
+        0.0
+      ],
+      [
+        "▁TP",
+        0.0
+      ],
+      [
+        "▁ATK",
+        0.0
+      ],
+      [
+        "▁Starbucks",
+        0.0
+      ],
+      [
+        "▁Riot",
+        0.0
+      ],
+      [
+        "1991",
+        0.0
+      ],
+      [
+        "▁Bottom",
+        0.0
+      ],
+      [
+        "effic",
+        0.0
+      ],
+      [
+        "▁Eugene",
+        0.0
+      ],
+      [
+        "▁Wyoming",
+        0.0
+      ],
+      [
+        "▁Rocky",
+        0.0
+      ],
+      [
+        "▁salmon",
+        0.0
+      ],
+      [
+        "▁metro",
+        0.0
+      ],
+      [
+        "▁bilateral",
+        0.0
+      ],
+      [
+        "▁celebrates",
+        0.0
+      ],
+      [
+        "Length",
+        0.0
+      ],
+      [
+        "billion",
+        0.0
+      ],
+      [
+        "Bat",
+        0.0
+      ],
+      [
+        "▁releg",
+        0.0
+      ],
+      [
+        "▁pseudo",
+        0.0
+      ],
+      [
+        "DT",
+        0.0
+      ],
+      [
+        "▁Rhode",
+        0.0
+      ],
+      [
+        "Parent",
+        0.0
+      ],
+      [
+        "pletion",
+        0.0
+      ],
+      [
+        "▁attribut",
+        0.0
+      ],
+      [
+        "▁tuning",
+        0.0
+      ],
+      [
+        "▁NOTE",
+        0.0
+      ],
+      [
+        "▁Rebel",
+        0.0
+      ],
+      [
+        "icus",
+        0.0
+      ],
+      [
+        "Fund",
+        0.0
+      ],
+      [
+        "▁cocktail",
+        0.0
+      ],
+      [
+        "▁501",
+        0.0
+      ],
+      [
+        "▁spoon",
+        0.0
+      ],
+      [
+        "▁brutality",
+        0.0
+      ],
+      [
+        "▁unite",
+        0.0
+      ],
+      [
+        "▁microbi",
+        0.0
+      ],
+      [
+        "▁Reich",
+        0.0
+      ],
+      [
+        "positive",
+        0.0
+      ],
+      [
+        "▁amazed",
+        0.0
+      ],
+      [
+        "▁NT",
+        0.0
+      ],
+      [
+        "Desc",
+        0.0
+      ],
+      [
+        "ECTION",
+        0.0
+      ],
+      [
+        "▁falsely",
+        0.0
+      ],
+      [
+        "▁Highlander",
+        0.0
+      ],
+      [
+        "▁Crist",
+        0.0
+      ],
+      [
+        "▁Victorian",
+        0.0
+      ],
+      [
+        "▁distributions",
+        0.0
+      ],
+      [
+        "their",
+        0.0
+      ],
+      [
+        "▁Einstein",
+        0.0
+      ],
+      [
+        "▁pod",
+        0.0
+      ],
+      [
+        "▁epidem",
+        0.0
+      ],
+      [
+        "▁heap",
+        0.0
+      ],
+      [
+        "▁Ranch",
+        0.0
+      ],
+      [
+        "▁anthem",
+        0.0
+      ],
+      [
+        "▁reapp",
+        0.0
+      ],
+      [
+        "▁Auburn",
+        0.0
+      ],
+      [
+        "▁concurrent",
+        0.0
+      ],
+      [
+        "▁Throughout",
+        0.0
+      ],
+      [
+        "▁POST",
+        0.0
+      ],
+      [
+        "âĺ",
+        0.0
+      ],
+      [
+        "▁homemade",
+        0.0
+      ],
+      [
+        "kick",
+        0.0
+      ],
+      [
+        "Beg",
+        0.0
+      ],
+      [
+        "▁chassis",
+        0.0
+      ],
+      [
+        "counter",
+        0.0
+      ],
+      [
+        "▁merger",
+        0.0
+      ],
+      [
+        "▁laps",
+        0.0
+      ],
+      [
+        "217",
+        0.0
+      ],
+      [
+        "union",
+        0.0
+      ],
+      [
+        "▁Trigger",
+        0.0
+      ],
+      [
+        "▁debated",
+        0.0
+      ],
+      [
+        "▁silently",
+        0.0
+      ],
+      [
+        "▁restraint",
+        0.0
+      ],
+      [
+        "Bal",
+        0.0
+      ],
+      [
+        "0000000",
+        0.0
+      ],
+      [
+        "▁formidable",
+        0.0
+      ],
+      [
+        "▁Filip",
+        0.0
+      ],
+      [
+        "▁sacrifices",
+        0.0
+      ],
+      [
+        "Food",
+        0.0
+      ],
+      [
+        "▁dwarf",
+        0.0
+      ],
+      [
+        "▁Sequ",
+        0.0
+      ],
+      [
+        "inian",
+        0.0
+      ],
+      [
+        "Moreover",
+        0.0
+      ],
+      [
+        "▁tangible",
+        0.0
+      ],
+      [
+        "opsis",
+        0.0
+      ],
+      [
+        "▁Minecraft",
+        0.0
+      ],
+      [
+        "▁Registration",
+        0.0
+      ],
+      [
+        "oan",
+        0.0
+      ],
+      [
+        "▁representations",
+        0.0
+      ],
+      [
+        "▁thirst",
+        0.0
+      ],
+      [
+        "▁corp",
+        0.0
+      ],
+      [
+        "irement",
+        0.0
+      ],
+      [
+        "Made",
+        0.0
+      ],
+      [
+        "loe",
+        0.0
+      ],
+      [
+        ">\"",
+        0.0
+      ],
+      [
+        "cats",
+        0.0
+      ],
+      [
+        "*.",
+        0.0
+      ],
+      [
+        "▁gestures",
+        0.0
+      ],
+      [
+        "general",
+        0.0
+      ],
+      [
+        "League",
+        0.0
+      ],
+      [
+        "▁packets",
+        0.0
+      ],
+      [
+        "▁Inspector",
+        0.0
+      ],
+      [
+        "▁Berg",
+        0.0
+      ],
+      [
+        "▁fraudulent",
+        0.0
+      ],
+      [
+        "▁criticize",
+        0.0
+      ],
+      [
+        "Fun",
+        0.0
+      ],
+      [
+        "▁blaming",
+        0.0
+      ],
+      [
+        "ndra",
+        0.0
+      ],
+      [
+        "▁slash",
+        0.0
+      ],
+      [
+        "▁Eston",
+        0.0
+      ],
+      [
+        "▁proposing",
+        0.0
+      ],
+      [
+        "▁whales",
+        0.0
+      ],
+      [
+        "▁therapist",
+        0.0
+      ],
+      [
+        "▁subset",
+        0.0
+      ],
+      [
+        "▁leisure",
+        0.0
+      ],
+      [
+        "ELD",
+        0.0
+      ],
+      [
+        "▁CVE",
+        0.0
+      ],
+      [
+        "▁Activity",
+        0.0
+      ],
+      [
+        "▁culmin",
+        0.0
+      ],
+      [
+        "shop",
+        0.0
+      ],
+      [
+        "▁DAY",
+        0.0
+      ],
+      [
+        "ischer",
+        0.0
+      ],
+      [
+        "▁Admiral",
+        0.0
+      ],
+      [
+        "▁Attacks",
+        0.0
+      ],
+      [
+        "▁1958",
+        0.0
+      ],
+      [
+        "▁memoir",
+        0.0
+      ],
+      [
+        "▁folded",
+        0.0
+      ],
+      [
+        "▁sexist",
+        0.0
+      ],
+      [
+        "▁153",
+        0.0
+      ],
+      [
+        "▁LI",
+        0.0
+      ],
+      [
+        "▁readings",
+        0.0
+      ],
+      [
+        "▁embarrassment",
+        0.0
+      ],
+      [
+        "▁Employment",
+        0.0
+      ],
+      [
+        "wart",
+        0.0
+      ],
+      [
+        "chin",
+        0.0
+      ],
+      [
+        "▁continuation",
+        0.0
+      ],
+      [
+        "lia",
+        0.0
+      ],
+      [
+        "Recently",
+        0.0
+      ],
+      [
+        "▁duel",
+        0.0
+      ],
+      [
+        "▁evacuation",
+        0.0
+      ],
+      [
+        "▁Kashmir",
+        0.0
+      ],
+      [
+        "▁disposition",
+        0.0
+      ],
+      [
+        "▁Rig",
+        0.0
+      ],
+      [
+        "▁bolts",
+        0.0
+      ],
+      [
+        "▁insurers",
+        0.0
+      ],
+      [
+        "467",
+        0.0
+      ],
+      [
+        "Mex",
+        0.0
+      ],
+      [
+        "▁retaliation",
+        0.0
+      ],
+      [
+        "▁misery",
+        0.0
+      ],
+      [
+        "▁unreasonable",
+        0.0
+      ],
+      [
+        "raining",
+        0.0
+      ],
+      [
+        "Imm",
+        0.0
+      ],
+      [
+        "▁PU",
+        0.0
+      ],
+      [
+        "emer",
+        0.0
+      ],
+      [
+        "▁genital",
+        0.0
+      ],
+      [
+        "ãĤ³",
+        0.0
+      ],
+      [
+        "▁Candy",
+        0.0
+      ],
+      [
+        "▁onions",
+        0.0
+      ],
+      [
+        "▁Patt",
+        0.0
+      ],
+      [
+        "liner",
+        0.0
+      ],
+      [
+        "▁conceded",
+        0.0
+      ],
+      [
+        "▁fa",
+        0.0
+      ],
+      [
+        "▁forc",
+        0.0
+      ],
+      [
+        "▁Hernandez",
+        0.0
+      ],
+      [
+        "▁Geoff",
+        0.0
+      ],
+      [
+        "debian",
+        0.0
+      ],
+      [
+        "▁Teams",
+        0.0
+      ],
+      [
+        "▁cries",
+        0.0
+      ],
+      [
+        "▁homeowners",
+        0.0
+      ],
+      [
+        "237",
+        0.0
+      ],
+      [
+        "ABC",
+        0.0
+      ],
+      [
+        "▁stitch",
+        0.0
+      ],
+      [
+        "▁statistic",
+        0.0
+      ],
+      [
+        "▁headers",
+        0.0
+      ],
+      [
+        "▁Biology",
+        0.0
+      ],
+      [
+        "▁motors",
+        0.0
+      ],
+      [
+        "▁GEN",
+        0.0
+      ],
+      [
+        "▁Lip",
+        0.0
+      ],
+      [
+        "▁hates",
+        0.0
+      ],
+      [
+        "▁heel",
+        0.0
+      ],
+      [
+        "Self",
+        0.0
+      ],
+      [
+        "ipl",
+        0.0
+      ],
+      [
+        "EDIT",
+        0.0
+      ],
+      [
+        "orting",
+        0.0
+      ],
+      [
+        "▁annot",
+        0.0
+      ],
+      [
+        "▁Speech",
+        0.0
+      ],
+      [
+        "oldemort",
+        0.0
+      ],
+      [
+        "▁Javascript",
+        0.0
+      ],
+      [
+        "▁LeBron",
+        0.0
+      ],
+      [
+        "▁footprint",
+        0.0
+      ],
+      [
+        "▁fn",
+        0.0
+      ],
+      [
+        "▁seizures",
+        0.0
+      ],
+      [
+        "nas",
+        0.0
+      ],
+      [
+        "hide",
+        0.0
+      ],
+      [
+        "▁1954",
+        0.0
+      ],
+      [
+        "▁Bee",
+        0.0
+      ],
+      [
+        "▁Declaration",
+        0.0
+      ],
+      [
+        "▁Katie",
+        0.0
+      ],
+      [
+        "▁reservations",
+        0.0
+      ],
+      [
+        "NR",
+        0.0
+      ],
+      [
+        "female",
+        0.0
+      ],
+      [
+        "▁saturated",
+        0.0
+      ],
+      [
+        "▁biblical",
+        0.0
+      ],
+      [
+        "▁trolls",
+        0.0
+      ],
+      [
+        "Device",
+        0.0
+      ],
+      [
+        "photos",
+        0.0
+      ],
+      [
+        "▁drums",
+        0.0
+      ],
+      [
+        "ãĥīãĥ©ãĤ´ãĥ³",
+        0.0
+      ],
+      [
+        "Night",
+        0.0
+      ],
+      [
+        "fighter",
+        0.0
+      ],
+      [
+        "▁Hak",
+        0.0
+      ],
+      [
+        "riber",
+        0.0
+      ],
+      [
+        "▁cush",
+        0.0
+      ],
+      [
+        "▁disciplinary",
+        0.0
+      ],
+      [
+        "baum",
+        0.0
+      ],
+      [
+        "▁GH",
+        0.0
+      ],
+      [
+        "▁Schmidt",
+        0.0
+      ],
+      [
+        "ilibrium",
+        0.0
+      ],
+      [
+        "▁sixty",
+        0.0
+      ],
+      [
+        "▁Kushner",
+        0.0
+      ],
+      [
+        "rots",
+        0.0
+      ],
+      [
+        "▁pund",
+        0.0
+      ],
+      [
+        "▁Rac",
+        0.0
+      ],
+      [
+        "▁springs",
+        0.0
+      ],
+      [
+        "▁conve",
+        0.0
+      ],
+      [
+        "Business",
+        0.0
+      ],
+      [
+        "Fall",
+        0.0
+      ],
+      [
+        "▁qualifications",
+        0.0
+      ],
+      [
+        "▁verses",
+        0.0
+      ],
+      [
+        "▁narciss",
+        0.0
+      ],
+      [
+        "▁Koh",
+        0.0
+      ],
+      [
+        "▁Wow",
+        0.0
+      ],
+      [
+        "▁Charlottesville",
+        0.0
+      ],
+      [
+        "edo",
+        0.0
+      ],
+      [
+        "▁interrogation",
+        0.0
+      ],
+      [
+        "▁Wool",
+        0.0
+      ],
+      [
+        "365",
+        0.0
+      ],
+      [
+        "Brian",
+        0.0
+      ],
+      [
+        "▁âľĵ",
+        0.0
+      ],
+      [
+        "▁alleges",
+        0.0
+      ],
+      [
+        "onds",
+        0.0
+      ],
+      [
+        "idation",
+        0.0
+      ],
+      [
+        "▁Jackie",
+        0.0
+      ],
+      [
+        "yu",
+        0.0
+      ],
+      [
+        "▁lakes",
+        0.0
+      ],
+      [
+        "▁worthwhile",
+        0.0
+      ],
+      [
+        "▁crystals",
+        0.0
+      ],
+      [
+        "▁Juda",
+        0.0
+      ],
+      [
+        "▁comprehend",
+        0.0
+      ],
+      [
+        "▁flush",
+        0.0
+      ],
+      [
+        "▁absorption",
+        0.0
+      ],
+      [
+        "▁OC",
+        0.0
+      ],
+      [
+        "▁frightened",
+        0.0
+      ],
+      [
+        "▁Chocolate",
+        0.0
+      ],
+      [
+        "Martin",
+        0.0
+      ],
+      [
+        "▁buys",
+        0.0
+      ],
+      [
+        "▁bucks",
+        0.0
+      ],
+      [
+        "▁appell",
+        0.0
+      ],
+      [
+        "▁Championships",
+        0.0
+      ],
+      [
+        "▁listener",
+        0.0
+      ],
+      [
+        "▁Defensive",
+        0.0
+      ],
+      [
+        "▁cz",
+        0.0
+      ],
+      [
+        "uds",
+        0.0
+      ],
+      [
+        "▁Mate",
+        0.0
+      ],
+      [
+        "▁replay",
+        0.0
+      ],
+      [
+        "▁decorated",
+        0.0
+      ],
+      [
+        "▁sunk",
+        0.0
+      ],
+      [
+        "▁VIP",
+        0.0
+      ],
+      [
+        "▁Ank",
+        0.0
+      ],
+      [
+        "▁195",
+        0.0
+      ],
+      [
+        "aaaa",
+        0.0
+      ],
+      [
+        "Nobody",
+        0.0
+      ],
+      [
+        "▁Milk",
+        0.0
+      ],
+      [
+        "▁Gur",
+        0.0
+      ],
+      [
+        "▁Mk",
+        0.0
+      ],
+      [
+        "▁Sara",
+        0.0
+      ],
+      [
+        "▁seating",
+        0.0
+      ],
+      [
+        "▁Wid",
+        0.0
+      ],
+      [
+        "Track",
+        0.0
+      ],
+      [
+        "▁employs",
+        0.0
+      ],
+      [
+        "▁gigantic",
+        0.0
+      ],
+      [
+        "APP",
+        0.0
+      ],
+      [
+        "ãĤ§",
+        0.0
+      ],
+      [
+        "inventory",
+        0.0
+      ],
+      [
+        "▁towel",
+        0.0
+      ],
+      [
+        "atche",
+        0.0
+      ],
+      [
+        "lasting",
+        0.0
+      ],
+      [
+        "▁TL",
+        0.0
+      ],
+      [
+        "▁latency",
+        0.0
+      ],
+      [
+        "▁kne",
+        0.0
+      ],
+      [
+        "Ber",
+        0.0
+      ],
+      [
+        "meaning",
+        0.0
+      ],
+      [
+        "▁upheld",
+        0.0
+      ],
+      [
+        "▁playground",
+        0.0
+      ],
+      [
+        "▁mant",
+        0.0
+      ],
+      [
+        "Side",
+        0.0
+      ],
+      [
+        "▁stereo",
+        0.0
+      ],
+      [
+        "▁northwest",
+        0.0
+      ],
+      [
+        "▁exceptionally",
+        0.0
+      ],
+      [
+        "▁rays",
+        0.0
+      ],
+      [
+        "▁recurring",
+        0.0
+      ],
+      [
+        "Drive",
+        0.0
+      ],
+      [
+        "▁upright",
+        0.0
+      ],
+      [
+        "▁abduct",
+        0.0
+      ],
+      [
+        "▁Marathon",
+        0.0
+      ],
+      [
+        "▁goodbye",
+        0.0
+      ],
+      [
+        "▁alphabet",
+        0.0
+      ],
+      [
+        "hp",
+        0.0
+      ],
+      [
+        "▁courtroom",
+        0.0
+      ],
+      [
+        "rington",
+        0.0
+      ],
+      [
+        "othing",
+        0.0
+      ],
+      [
+        "Tag",
+        0.0
+      ],
+      [
+        "▁diplomats",
+        0.0
+      ],
+      [
+        "▁barbar",
+        0.0
+      ],
+      [
+        "▁Aqua",
+        0.0
+      ],
+      [
+        "183",
+        0.0
+      ],
+      [
+        "3333",
+        0.0
+      ],
+      [
+        "▁maturity",
+        0.0
+      ],
+      [
+        "▁instability",
+        0.0
+      ],
+      [
+        "▁Apache",
+        0.0
+      ],
+      [
+        "▁===",
+        0.0
+      ],
+      [
+        "▁fasting",
+        0.0
+      ],
+      [
+        "▁Grid",
+        0.0
+      ],
+      [
+        "ModLoader",
+        0.0
+      ],
+      [
+        "▁152",
+        0.0
+      ],
+      [
+        "Abs",
+        0.0
+      ],
+      [
+        "▁Operating",
+        0.0
+      ],
+      [
+        "etti",
+        0.0
+      ],
+      [
+        "▁acquaint",
+        0.0
+      ],
+      [
+        "Donnell",
+        0.0
+      ],
+      [
+        "▁Kem",
+        0.0
+      ],
+      [
+        "▁Forge",
+        0.0
+      ],
+      [
+        "▁armored",
+        0.0
+      ],
+      [
+        "Mil",
+        0.0
+      ],
+      [
+        "▁philosophers",
+        0.0
+      ],
+      [
+        "invest",
+        0.0
+      ],
+      [
+        "Players",
+        0.0
+      ],
+      [
+        "âĪ",
+        0.0
+      ],
+      [
+        "▁myriad",
+        0.0
+      ],
+      [
+        "▁comrades",
+        0.0
+      ],
+      [
+        "Rot",
+        0.0
+      ],
+      [
+        "▁remembering",
+        0.0
+      ],
+      [
+        "▁corresponds",
+        0.0
+      ],
+      [
+        "▁programmers",
+        0.0
+      ],
+      [
+        "▁Lynn",
+        0.0
+      ],
+      [
+        "▁olig",
+        0.0
+      ],
+      [
+        "▁coherent",
+        0.0
+      ],
+      [
+        "ynchron",
+        0.0
+      ],
+      [
+        "▁Chemical",
+        0.0
+      ],
+      [
+        "▁jugg",
+        0.0
+      ],
+      [
+        "pair",
+        0.0
+      ],
+      [
+        "posts",
+        0.0
+      ],
+      [
+        "Eye",
+        0.0
+      ],
+      [
+        "▁Inner",
+        0.0
+      ],
+      [
+        "▁semester",
+        0.0
+      ],
+      [
+        "ottest",
+        0.0
+      ],
+      [
+        "▁Emirates",
+        0.0
+      ],
+      [
+        "ricanes",
+        0.0
+      ],
+      [
+        "orously",
+        0.0
+      ],
+      [
+        "mits",
+        0.0
+      ],
+      [
+        "▁Wis",
+        0.0
+      ],
+      [
+        "▁dodge",
+        0.0
+      ],
+      [
+        "location",
+        0.0
+      ],
+      [
+        "▁faded",
+        0.0
+      ],
+      [
+        "Amazon",
+        0.0
+      ],
+      [
+        "▁Proceed",
+        0.0
+      ],
+      [
+        "▁INFO",
+        0.0
+      ],
+      [
+        "journal",
+        0.0
+      ],
+      [
+        "▁Truck",
+        0.0
+      ],
+      [
+        "Ten",
+        0.0
+      ],
+      [
+        "▁217",
+        0.0
+      ],
+      [
+        "▁statutes",
+        0.0
+      ],
+      [
+        "mobile",
+        0.0
+      ],
+      [
+        "▁Types",
+        0.0
+      ],
+      [
+        "Recomm",
+        0.0
+      ],
+      [
+        "buster",
+        0.0
+      ],
+      [
+        "pex",
+        0.0
+      ],
+      [
+        "▁legends",
+        0.0
+      ],
+      [
+        "▁headache",
+        0.0
+      ],
+      [
+        "faced",
+        0.0
+      ],
+      [
+        "▁WiFi",
+        0.0
+      ],
+      [
+        "ifty",
+        0.0
+      ],
+      [
+        "▁HER",
+        0.0
+      ],
+      [
+        "▁circuits",
+        0.0
+      ],
+      [
+        "ERROR",
+        0.0
+      ],
+      [
+        "226",
+        0.0
+      ],
+      [
+        "olin",
+        0.0
+      ],
+      [
+        "▁cylinder",
+        0.0
+      ],
+      [
+        "ospace",
+        0.0
+      ],
+      [
+        "ikers",
+        0.0
+      ],
+      [
+        "Prem",
+        0.0
+      ],
+      [
+        "Quant",
+        0.0
+      ],
+      [
+        "▁conflicting",
+        0.0
+      ],
+      [
+        "▁slightest",
+        0.0
+      ],
+      [
+        "▁forged",
+        0.0
+      ],
+      [
+        "ionage",
+        0.0
+      ],
+      [
+        "Stephen",
+        0.0
+      ],
+      [
+        "▁Kub",
+        0.0
+      ],
+      [
+        "▁Opportun",
+        0.0
+      ],
+      [
+        "▁Heal",
+        0.0
+      ],
+      [
+        "▁blo",
+        0.0
+      ],
+      [
+        "▁rulers",
+        0.0
+      ],
+      [
+        "▁huh",
+        0.0
+      ],
+      [
+        "▁submarine",
+        0.0
+      ],
+      [
+        "fy",
+        0.0
+      ],
+      [
+        "asser",
+        0.0
+      ],
+      [
+        "▁allowance",
+        0.0
+      ],
+      [
+        "▁Kasich",
+        0.0
+      ],
+      [
+        "▁Tas",
+        0.0
+      ],
+      [
+        "▁Australians",
+        0.0
+      ],
+      [
+        "ForgeModLoader",
+        0.0
+      ],
+      [
+        "▁âĨij",
+        0.0
+      ],
+      [
+        "▁Matrix",
+        0.0
+      ],
+      [
+        "amins",
+        0.0
+      ],
+      [
+        "▁1200",
+        0.0
+      ],
+      [
+        "▁Acqu",
+        0.0
+      ],
+      [
+        "236",
+        0.0
+      ],
+      [
+        "Document",
+        0.0
+      ],
+      [
+        "▁Breaking",
+        0.0
+      ],
+      [
+        "193",
+        0.0
+      ],
+      [
+        "▁Subst",
+        0.0
+      ],
+      [
+        "▁Roller",
+        0.0
+      ],
+      [
+        "▁Properties",
+        0.0
+      ],
+      [
+        "▁NI",
+        0.0
+      ],
+      [
+        "tier",
+        0.0
+      ],
+      [
+        "▁crushing",
+        0.0
+      ],
+      [
+        "▁advocating",
+        0.0
+      ],
+      [
+        "Furthermore",
+        0.0
+      ],
+      [
+        "keepers",
+        0.0
+      ],
+      [
+        "▁sexism",
+        0.0
+      ],
+      [
+        "xd",
+        0.0
+      ],
+      [
+        "▁caller",
+        0.0
+      ],
+      [
+        "▁Sense",
+        0.0
+      ],
+      [
+        "chieve",
+        0.0
+      ],
+      [
+        "▁TF",
+        0.0
+      ],
+      [
+        "▁fueled",
+        0.0
+      ],
+      [
+        "▁reminiscent",
+        0.0
+      ],
+      [
+        "▁obsess",
+        0.0
+      ],
+      [
+        "urst",
+        0.0
+      ],
+      [
+        "▁uphold",
+        0.0
+      ],
+      [
+        "▁Fans",
+        0.0
+      ],
+      [
+        "hetics",
+        0.0
+      ],
+      [
+        "▁âĹ",
+        0.0
+      ],
+      [
+        "▁Bath",
+        0.0
+      ],
+      [
+        "▁beverage",
+        0.0
+      ],
+      [
+        "▁oscill",
+        0.0
+      ],
+      [
+        "254",
+        0.0
+      ],
+      [
+        "▁poles",
+        0.0
+      ],
+      [
+        "▁gradual",
+        0.0
+      ],
+      [
+        "▁exting",
+        0.0
+      ],
+      [
+        "▁Suff",
+        0.0
+      ],
+      [
+        "▁Suddenly",
+        0.0
+      ],
+      [
+        "▁liking",
+        0.0
+      ],
+      [
+        "▁1949",
+        0.0
+      ],
+      [
+        "unciation",
+        0.0
+      ],
+      [
+        "amination",
+        0.0
+      ],
+      [
+        "▁Omar",
+        0.0
+      ],
+      [
+        "▁LV",
+        0.0
+      ],
+      [
+        "▁Consequently",
+        0.0
+      ],
+      [
+        "▁synthes",
+        0.0
+      ],
+      [
+        "▁GIF",
+        0.0
+      ],
+      [
+        "▁pains",
+        0.0
+      ],
+      [
+        "▁interacting",
+        0.0
+      ],
+      [
+        "uously",
+        0.0
+      ],
+      [
+        "incre",
+        0.0
+      ],
+      [
+        "▁rumor",
+        0.0
+      ],
+      [
+        "▁Scientology",
+        0.0
+      ],
+      [
+        "197",
+        0.0
+      ],
+      [
+        "▁Zig",
+        0.0
+      ],
+      [
+        "▁spelling",
+        0.0
+      ],
+      [
+        "▁ASS",
+        0.0
+      ],
+      [
+        "▁extingu",
+        0.0
+      ],
+      [
+        "mson",
+        0.0
+      ],
+      [
+        "▁gh",
+        0.0
+      ],
+      [
+        "▁remarked",
+        0.0
+      ],
+      [
+        "▁Strategic",
+        0.0
+      ],
+      [
+        "▁MON",
+        0.0
+      ],
+      [
+        "å¥",
+        0.0
+      ],
+      [
+        "gae",
+        0.0
+      ],
+      [
+        "▁WHAT",
+        0.0
+      ],
+      [
+        "Eric",
+        0.0
+      ],
+      [
+        "▁Campus",
+        0.0
+      ],
+      [
+        "▁methane",
+        0.0
+      ],
+      [
+        "▁imagin",
+        0.0
+      ],
+      [
+        "JUST",
+        0.0
+      ],
+      [
+        "▁Alm",
+        0.0
+      ],
+      [
+        "XT",
+        0.0
+      ],
+      [
+        "iq",
+        0.0
+      ],
+      [
+        "▁RSS",
+        0.0
+      ],
+      [
+        "▁wrongdoing",
+        0.0
+      ],
+      [
+        "atta",
+        0.0
+      ],
+      [
+        "▁bigot",
+        0.0
+      ],
+      [
+        "▁demonstrators",
+        0.0
+      ],
+      [
+        "▁Calvin",
+        0.0
+      ],
+      [
+        "▁Villa",
+        0.0
+      ],
+      [
+        "▁membrane",
+        0.0
+      ],
+      [
+        "▁Awesome",
+        0.0
+      ],
+      [
+        "▁benefic",
+        0.0
+      ],
+      [
+        "268",
+        0.0
+      ],
+      [
+        "▁magnificent",
+        0.0
+      ],
+      [
+        "▁Lots",
+        0.0
+      ],
+      [
+        "Greg",
+        0.0
+      ],
+      [
+        "▁Boris",
+        0.0
+      ],
+      [
+        "▁detainees",
+        0.0
+      ],
+      [
+        "▁Herman",
+        0.0
+      ],
+      [
+        "▁whispered",
+        0.0
+      ],
+      [
+        "▁awe",
+        0.0
+      ],
+      [
+        "Professor",
+        0.0
+      ],
+      [
+        "funding",
+        0.0
+      ],
+      [
+        "▁physiological",
+        0.0
+      ],
+      [
+        "▁Destruction",
+        0.0
+      ],
+      [
+        "▁limb",
+        0.0
+      ],
+      [
+        "▁manipulated",
+        0.0
+      ],
+      [
+        "▁bubbles",
+        0.0
+      ],
+      [
+        "▁pseud",
+        0.0
+      ],
+      [
+        "▁hydra",
+        0.0
+      ],
+      [
+        "▁Bristol",
+        0.0
+      ],
+      [
+        "▁stellar",
+        0.0
+      ],
+      [
+        "▁Expansion",
+        0.0
+      ],
+      [
+        "▁Kell",
+        0.0
+      ],
+      [
+        "▁Interestingly",
+        0.0
+      ],
+      [
+        "▁mans",
+        0.0
+      ],
+      [
+        "▁dragging",
+        0.0
+      ],
+      [
+        "▁ecological",
+        0.0
+      ],
+      [
+        "▁Fit",
+        0.0
+      ],
+      [
+        "▁gent",
+        0.0
+      ],
+      [
+        "▁benefited",
+        0.0
+      ],
+      [
+        "▁Haiti",
+        0.0
+      ],
+      [
+        "▁polyg",
+        0.0
+      ],
+      [
+        "ãĥİ",
+        0.0
+      ],
+      [
+        "▁2030",
+        0.0
+      ],
+      [
+        "▁prow",
+        0.0
+      ],
+      [
+        "▁reconstruction",
+        0.0
+      ],
+      [
+        "▁wast",
+        0.0
+      ],
+      [
+        "▁psychic",
+        0.0
+      ],
+      [
+        "▁Greeks",
+        0.0
+      ],
+      [
+        "Handler",
+        0.0
+      ],
+      [
+        "162",
+        0.0
+      ],
+      [
+        "▁Pulse",
+        0.0
+      ],
+      [
+        "▁solicit",
+        0.0
+      ],
+      [
+        "▁sys",
+        0.0
+      ],
+      [
+        "▁influx",
+        0.0
+      ],
+      [
+        "▁Gentle",
+        0.0
+      ],
+      [
+        "percent",
+        0.0
+      ],
+      [
+        "▁proliferation",
+        0.0
+      ],
+      [
+        "▁taxable",
+        0.0
+      ],
+      [
+        "▁disregard",
+        0.0
+      ],
+      [
+        "▁escaping",
+        0.0
+      ],
+      [
+        "▁ginger",
+        0.0
+      ],
+      [
+        "▁withstand",
+        0.0
+      ],
+      [
+        "▁devastated",
+        0.0
+      ],
+      [
+        "▁Dew",
+        0.0
+      ],
+      [
+        "series",
+        0.0
+      ],
+      [
+        "▁injected",
+        0.0
+      ],
+      [
+        "elaide",
+        0.0
+      ],
+      [
+        "▁turnover",
+        0.0
+      ],
+      [
+        "heat",
+        0.0
+      ],
+      [
+        "ĻĤ",
+        0.0
+      ],
+      [
+        "Happy",
+        0.0
+      ],
+      [
+        "▁Silent",
+        0.0
+      ],
+      [
+        "ãĤŃ",
+        0.0
+      ],
+      [
+        "ivism",
+        0.0
+      ],
+      [
+        "▁irrational",
+        0.0
+      ],
+      [
+        "AMA",
+        0.0
+      ],
+      [
+        "▁reef",
+        0.0
+      ],
+      [
+        "rub",
+        0.0
+      ],
+      [
+        "▁162",
+        0.0
+      ],
+      [
+        "▁bankers",
+        0.0
+      ],
+      [
+        "▁Ethics",
+        0.0
+      ],
+      [
+        "vv",
+        0.0
+      ],
+      [
+        "▁criticisms",
+        0.0
+      ],
+      [
+        "Kn",
+        0.0
+      ],
+      [
+        "186",
+        0.0
+      ],
+      [
+        "Movie",
+        0.0
+      ],
+      [
+        "▁Tories",
+        0.0
+      ],
+      [
+        "▁nood",
+        0.0
+      ],
+      [
+        "▁distortion",
+        0.0
+      ],
+      [
+        "False",
+        0.0
+      ],
+      [
+        "odore",
+        0.0
+      ],
+      [
+        "▁tasty",
+        0.0
+      ],
+      [
+        "Research",
+        0.0
+      ],
+      [
+        "▁UID",
+        0.0
+      ],
+      [
+        "-)",
+        0.0
+      ],
+      [
+        "▁divorced",
+        0.0
+      ],
+      [
+        "▁MU",
+        0.0
+      ],
+      [
+        "▁Hayes",
+        0.0
+      ],
+      [
+        "▁Isn",
+        0.0
+      ],
+      [
+        "iani",
+        0.0
+      ],
+      [
+        "▁HQ",
+        0.0
+      ],
+      [
+        "▁\"#",
+        0.0
+      ],
+      [
+        "ignant",
+        0.0
+      ],
+      [
+        "▁traumatic",
+        0.0
+      ],
+      [
+        "▁Ling",
+        0.0
+      ],
+      [
+        "Hun",
+        0.0
+      ],
+      [
+        "▁sabot",
+        0.0
+      ],
+      [
+        "online",
+        0.0
+      ],
+      [
+        "random",
+        0.0
+      ],
+      [
+        "▁renamed",
+        0.0
+      ],
+      [
+        "rared",
+        0.0
+      ],
+      [
+        "KA",
+        0.0
+      ],
+      [
+        "dead",
+        0.0
+      ],
+      [
+        "ét",
+        0.0
+      ],
+      [
+        "▁Assistance",
+        0.0
+      ],
+      [
+        "▁seaf",
+        0.0
+      ],
+      [
+        "++++++++",
+        0.0
+      ],
+      [
+        "▁seldom",
+        0.0
+      ],
+      [
+        "▁Webb",
+        0.0
+      ],
+      [
+        "▁boolean",
+        0.0
+      ],
+      [
+        "ulet",
+        0.0
+      ],
+      [
+        "▁refrain",
+        0.0
+      ],
+      [
+        "▁DIY",
+        0.0
+      ],
+      [
+        "rule",
+        0.0
+      ],
+      [
+        "▁shutting",
+        0.0
+      ],
+      [
+        "▁utilizing",
+        0.0
+      ],
+      [
+        "loading",
+        0.0
+      ],
+      [
+        "▁Param",
+        0.0
+      ],
+      [
+        "coal",
+        0.0
+      ],
+      [
+        "ooter",
+        0.0
+      ],
+      [
+        "▁attracting",
+        0.0
+      ],
+      [
+        "▁Dol",
+        0.0
+      ],
+      [
+        "▁hers",
+        0.0
+      ],
+      [
+        "agnetic",
+        0.0
+      ],
+      [
+        "▁Reach",
+        0.0
+      ],
+      [
+        "imo",
+        0.0
+      ],
+      [
+        "▁discarded",
+        0.0
+      ],
+      [
+        "▁Pip",
+        0.0
+      ],
+      [
+        "015",
+        0.0
+      ],
+      [
+        "ür",
+        0.0
+      ],
+      [
+        "▁mug",
+        0.0
+      ],
+      [
+        "Imagine",
+        0.0
+      ],
+      [
+        "COL",
+        0.0
+      ],
+      [
+        "▁cursed",
+        0.0
+      ],
+      [
+        "▁Shows",
+        0.0
+      ],
+      [
+        "▁Curtis",
+        0.0
+      ],
+      [
+        "▁Sachs",
+        0.0
+      ],
+      [
+        "speaking",
+        0.0
+      ],
+      [
+        "▁Vista",
+        0.0
+      ],
+      [
+        "▁Framework",
+        0.0
+      ],
+      [
+        "ongo",
+        0.0
+      ],
+      [
+        "▁subreddit",
+        0.0
+      ],
+      [
+        "▁crus",
+        0.0
+      ],
+      [
+        "▁Oval",
+        0.0
+      ],
+      [
+        "Row",
+        0.0
+      ],
+      [
+        "growing",
+        0.0
+      ],
+      [
+        "▁installment",
+        0.0
+      ],
+      [
+        "▁glac",
+        0.0
+      ],
+      [
+        "▁Advance",
+        0.0
+      ],
+      [
+        "ECK",
+        0.0
+      ],
+      [
+        "▁LGBTQ",
+        0.0
+      ],
+      [
+        "LEY",
+        0.0
+      ],
+      [
+        "▁acet",
+        0.0
+      ],
+      [
+        "▁successive",
+        0.0
+      ],
+      [
+        "▁Nicole",
+        0.0
+      ],
+      [
+        "▁1957",
+        0.0
+      ],
+      [
+        "Quote",
+        0.0
+      ],
+      [
+        "▁circumstance",
+        0.0
+      ],
+      [
+        "ackets",
+        0.0
+      ],
+      [
+        "▁142",
+        0.0
+      ],
+      [
+        "ortium",
+        0.0
+      ],
+      [
+        "▁guessed",
+        0.0
+      ],
+      [
+        "▁Frame",
+        0.0
+      ],
+      [
+        "▁perpetrators",
+        0.0
+      ],
+      [
+        "▁Aviation",
+        0.0
+      ],
+      [
+        "▁Bench",
+        0.0
+      ],
+      [
+        "▁handc",
+        0.0
+      ],
+      [
+        "Ap",
+        0.0
+      ],
+      [
+        "▁1956",
+        0.0
+      ],
+      [
+        "259",
+        0.0
+      ],
+      [
+        "rand",
+        0.0
+      ],
+      [
+        "NetMessage",
+        0.0
+      ],
+      [
+        "din",
+        0.0
+      ],
+      [
+        "urtles",
+        0.0
+      ],
+      [
+        "hig",
+        0.0
+      ],
+      [
+        "▁VIII",
+        0.0
+      ],
+      [
+        "ffiti",
+        0.0
+      ],
+      [
+        "▁Swords",
+        0.0
+      ],
+      [
+        "bial",
+        0.0
+      ],
+      [
+        "▁kidnapping",
+        0.0
+      ],
+      [
+        "device",
+        0.0
+      ],
+      [
+        "▁barn",
+        0.0
+      ],
+      [
+        "▁Eli",
+        0.0
+      ],
+      [
+        "aucas",
+        0.0
+      ],
+      [
+        "Send",
+        0.0
+      ],
+      [
+        "Constructed",
+        0.0
+      ],
+      [
+        "▁½",
+        0.0
+      ],
+      [
+        "▁needles",
+        0.0
+      ],
+      [
+        "▁advertisements",
+        0.0
+      ],
+      [
+        "▁vou",
+        0.0
+      ],
+      [
+        "▁exhibited",
+        0.0
+      ],
+      [
+        "▁Fortress",
+        0.0
+      ],
+      [
+        "Ask",
+        0.0
+      ],
+      [
+        "Berry",
+        0.0
+      ],
+      [
+        "TYPE",
+        0.0
+      ],
+      [
+        "▁cancers",
+        0.0
+      ],
+      [
+        "umping",
+        0.0
+      ],
+      [
+        "▁Territory",
+        0.0
+      ],
+      [
+        "▁prud",
+        0.0
+      ],
+      [
+        "▁nas",
+        0.0
+      ],
+      [
+        "▁atheist",
+        0.0
+      ],
+      [
+        "▁balances",
+        0.0
+      ],
+      [
+        "ãģŁ",
+        0.0
+      ],
+      [
+        "▁Shawn",
+        0.0
+      ],
+      [
+        "&&",
+        0.0
+      ],
+      [
+        "▁landsc",
+        0.0
+      ],
+      [
+        "▁RGB",
+        0.0
+      ],
+      [
+        "▁petty",
+        0.0
+      ],
+      [
+        "▁excellence",
+        0.0
+      ],
+      [
+        "▁translations",
+        0.0
+      ],
+      [
+        "▁parcel",
+        0.0
+      ],
+      [
+        "▁Chev",
+        0.0
+      ],
+      [
+        "East",
+        0.0
+      ],
+      [
+        "▁Output",
+        0.0
+      ],
+      [
+        "imi",
+        0.0
+      ],
+      [
+        "▁ambient",
+        0.0
+      ],
+      [
+        "▁Threat",
+        0.0
+      ],
+      [
+        "▁villains",
+        0.0
+      ],
+      [
+        "▁550",
+        0.0
+      ],
+      [
+        "ICA",
+        0.0
+      ],
+      [
+        "▁taller",
+        0.0
+      ],
+      [
+        "▁leaking",
+        0.0
+      ],
+      [
+        "cup",
+        0.0
+      ],
+      [
+        "▁polish",
+        0.0
+      ],
+      [
+        "▁infectious",
+        0.0
+      ],
+      [
+        "▁KC",
+        0.0
+      ],
+      [
+        "▁@@",
+        0.0
+      ],
+      [
+        "background",
+        0.0
+      ],
+      [
+        "▁bureaucracy",
+        0.0
+      ],
+      [
+        "▁Sai",
+        0.0
+      ],
+      [
+        "unless",
+        0.0
+      ],
+      [
+        "itious",
+        0.0
+      ],
+      [
+        "▁Skype",
+        0.0
+      ],
+      [
+        "Atl",
+        0.0
+      ],
+      [
+        "IDENT",
+        0.0
+      ],
+      [
+        "008",
+        0.0
+      ],
+      [
+        "▁hypocr",
+        0.0
+      ],
+      [
+        "▁pitchers",
+        0.0
+      ],
+      [
+        "▁guessing",
+        0.0
+      ],
+      [
+        "▁FINAL",
+        0.0
+      ],
+      [
+        "Between",
+        0.0
+      ],
+      [
+        "▁villagers",
+        0.0
+      ],
+      [
+        "▁252",
+        0.0
+      ],
+      [
+        "fashion",
+        0.0
+      ],
+      [
+        "▁Tunis",
+        0.0
+      ],
+      [
+        "Beh",
+        0.0
+      ],
+      [
+        "▁Exc",
+        0.0
+      ],
+      [
+        "▁MID",
+        0.0
+      ],
+      [
+        "288",
+        0.0
+      ],
+      [
+        "▁Haskell",
+        0.0
+      ],
+      [
+        "196",
+        0.0
+      ],
+      [
+        "▁NOR",
+        0.0
+      ],
+      [
+        "▁specs",
+        0.0
+      ],
+      [
+        "▁invari",
+        0.0
+      ],
+      [
+        "▁glut",
+        0.0
+      ],
+      [
+        "▁Cars",
+        0.0
+      ],
+      [
+        "▁impulse",
+        0.0
+      ],
+      [
+        "▁honors",
+        0.0
+      ],
+      [
+        "gel",
+        0.0
+      ],
+      [
+        "▁jurisdictions",
+        0.0
+      ],
+      [
+        "▁Bundle",
+        0.0
+      ],
+      [
+        "ulas",
+        0.0
+      ],
+      [
+        "California",
+        0.0
+      ],
+      [
+        "▁Increase",
+        0.0
+      ],
+      [
+        "▁pear",
+        0.0
+      ],
+      [
+        "▁singles",
+        0.0
+      ],
+      [
+        "▁cues",
+        0.0
+      ],
+      [
+        "▁underwent",
+        0.0
+      ],
+      [
+        "▁WS",
+        0.0
+      ],
+      [
+        "▁exaggerated",
+        0.0
+      ],
+      [
+        "▁dubious",
+        0.0
+      ],
+      [
+        "▁flashing",
+        0.0
+      ],
+      [
+        "LOG",
+        0.0
+      ],
+      [
+        ")].",
+        0.0
+      ],
+      [
+        "Journal",
+        0.0
+      ],
+      [
+        "tg",
+        0.0
+      ],
+      [
+        "Van",
+        0.0
+      ],
+      [
+        "▁Istanbul",
+        0.0
+      ],
+      [
+        "▁Insp",
+        0.0
+      ],
+      [
+        "▁Franken",
+        0.0
+      ],
+      [
+        "Draw",
+        0.0
+      ],
+      [
+        "▁sadness",
+        0.0
+      ],
+      [
+        "▁ironic",
+        0.0
+      ],
+      [
+        "▁Fry",
+        0.0
+      ],
+      [
+        "xc",
+        0.0
+      ],
+      [
+        "▁164",
+        0.0
+      ],
+      [
+        "isch",
+        0.0
+      ],
+      [
+        "Way",
+        0.0
+      ],
+      [
+        "▁Protestant",
+        0.0
+      ],
+      [
+        "horn",
+        0.0
+      ],
+      [
+        "▁unaff",
+        0.0
+      ],
+      [
+        "▁Viv",
+        0.0
+      ],
+      [
+        "illas",
+        0.0
+      ],
+      [
+        "▁Productions",
+        0.0
+      ],
+      [
+        "▁Hogan",
+        0.0
+      ],
+      [
+        "▁perimeter",
+        0.0
+      ],
+      [
+        "▁Sisters",
+        0.0
+      ],
+      [
+        "▁spontaneous",
+        0.0
+      ],
+      [
+        "▁downside",
+        0.0
+      ],
+      [
+        "▁descendants",
+        0.0
+      ],
+      [
+        "▁orn",
+        0.0
+      ],
+      [
+        "worm",
+        0.0
+      ],
+      [
+        "Japanese",
+        0.0
+      ],
+      [
+        "▁1955",
+        0.0
+      ],
+      [
+        "▁151",
+        0.0
+      ],
+      [
+        "▁Doing",
+        0.0
+      ],
+      [
+        "elsen",
+        0.0
+      ],
+      [
+        "umbles",
+        0.0
+      ],
+      [
+        "▁radically",
+        0.0
+      ],
+      [
+        "▁Drum",
+        0.0
+      ],
+      [
+        "▁Bach",
+        0.0
+      ],
+      [
+        "▁liabilities",
+        0.0
+      ],
+      [
+        "▁OB",
+        0.0
+      ],
+      [
+        "▁Elementary",
+        0.0
+      ],
+      [
+        "▁meme",
+        0.0
+      ],
+      [
+        "ynes",
+        0.0
+      ],
+      [
+        "▁fingerprint",
+        0.0
+      ],
+      [
+        "▁Grab",
+        0.0
+      ],
+      [
+        "▁undertake",
+        0.0
+      ],
+      [
+        "Members",
+        0.0
+      ],
+      [
+        "▁Reader",
+        0.0
+      ],
+      [
+        "▁Sims",
+        0.0
+      ],
+      [
+        "god",
+        0.0
+      ],
+      [
+        "▁hypothetical",
+        0.0
+      ],
+      [
+        "scient",
+        0.0
+      ],
+      [
+        "▁AJ",
+        0.0
+      ],
+      [
+        "▁charism",
+        0.0
+      ],
+      [
+        "▁admissions",
+        0.0
+      ],
+      [
+        "▁Missile",
+        0.0
+      ],
+      [
+        "trade",
+        0.0
+      ],
+      [
+        "▁exercising",
+        0.0
+      ],
+      [
+        "▁Background",
+        0.0
+      ],
+      [
+        "Written",
+        0.0
+      ],
+      [
+        "▁vocals",
+        0.0
+      ],
+      [
+        "whether",
+        0.0
+      ],
+      [
+        "▁vi",
+        0.0
+      ],
+      [
+        "▁Winner",
+        0.0
+      ],
+      [
+        "▁litter",
+        0.0
+      ],
+      [
+        "▁Shooting",
+        0.0
+      ],
+      [
+        "STEM",
+        0.0
+      ],
+      [
+        "ãĤ¡",
+        0.0
+      ],
+      [
+        "▁AFL",
+        0.0
+      ],
+      [
+        "▁variability",
+        0.0
+      ],
+      [
+        "▁eats",
+        0.0
+      ],
+      [
+        "▁DPS",
+        0.0
+      ],
+      [
+        "brow",
+        0.0
+      ],
+      [
+        "▁elephants",
+        0.0
+      ],
+      [
+        "▁strat",
+        0.0
+      ],
+      [
+        "▁Å",
+        0.0
+      ],
+      [
+        "▁settlers",
+        0.0
+      ],
+      [
+        "Matthew",
+        0.0
+      ],
+      [
+        "▁inadvert",
+        0.0
+      ],
+      [
+        "HI",
+        0.0
+      ],
+      [
+        "▁IMF",
+        0.0
+      ],
+      [
+        "▁Goal",
+        0.0
+      ],
+      [
+        "▁nerves",
+        0.0
+      ],
+      [
+        "Johnson",
+        0.0
+      ],
+      [
+        "eye",
+        0.0
+      ],
+      [
+        "ablishment",
+        0.0
+      ],
+      [
+        "Thursday",
+        0.0
+      ],
+      [
+        "BILITY",
+        0.0
+      ],
+      [
+        "Had",
+        0.0
+      ],
+      [
+        "amoto",
+        0.0
+      ],
+      [
+        "hetamine",
+        0.0
+      ],
+      [
+        "eps",
+        0.0
+      ],
+      [
+        "▁mitochond",
+        0.0
+      ],
+      [
+        "▁compressed",
+        0.0
+      ],
+      [
+        "▁Trevor",
+        0.0
+      ],
+      [
+        "▁Animals",
+        0.0
+      ],
+      [
+        "Tool",
+        0.0
+      ],
+      [
+        "Lock",
+        0.0
+      ],
+      [
+        "▁tweak",
+        0.0
+      ],
+      [
+        "▁pinch",
+        0.0
+      ],
+      [
+        "▁cancellation",
+        0.0
+      ],
+      [
+        "Pot",
+        0.0
+      ],
+      [
+        "▁focal",
+        0.0
+      ],
+      [
+        "▁Astron",
+        0.0
+      ],
+      [
+        "173",
+        0.0
+      ],
+      [
+        "▁ASC",
+        0.0
+      ],
+      [
+        "▁OTHER",
+        0.0
+      ],
+      [
+        "umni",
+        0.0
+      ],
+      [
+        "▁demise",
+        0.0
+      ],
+      [
+        "dl",
+        0.0
+      ],
+      [
+        "Ùħ",
+        0.0
+      ],
+      [
+        "Semitism",
+        0.0
+      ],
+      [
+        "▁cracking",
+        0.0
+      ],
+      [
+        "▁collaborative",
+        0.0
+      ],
+      [
+        "▁explores",
+        0.0
+      ],
+      [
+        "sql",
+        0.0
+      ],
+      [
+        "▁herbs",
+        0.0
+      ],
+      [
+        "▁configurations",
+        0.0
+      ],
+      [
+        "mis",
+        0.0
+      ],
+      [
+        "▁Result",
+        0.0
+      ],
+      [
+        "acey",
+        0.0
+      ],
+      [
+        "▁Smoke",
+        0.0
+      ],
+      [
+        "▁sanct",
+        0.0
+      ],
+      [
+        "elia",
+        0.0
+      ],
+      [
+        "▁degener",
+        0.0
+      ],
+      [
+        "▁deepest",
+        0.0
+      ],
+      [
+        "▁screamed",
+        0.0
+      ],
+      [
+        "▁nap",
+        0.0
+      ],
+      [
+        "Software",
+        0.0
+      ],
+      [
+        "▁STAR",
+        0.0
+      ],
+      [
+        "EF",
+        0.0
+      ],
+      [
+        "▁Xin",
+        0.0
+      ],
+      [
+        "sponsored",
+        0.0
+      ],
+      [
+        "manship",
+        0.0
+      ],
+      [
+        "233",
+        0.0
+      ],
+      [
+        "▁primaries",
+        0.0
+      ],
+      [
+        "▁filtering",
+        0.0
+      ],
+      [
+        "▁assemble",
+        0.0
+      ],
+      [
+        "mil",
+        0.0
+      ],
+      [
+        "▁Myers",
+        0.0
+      ],
+      [
+        "bows",
+        0.0
+      ],
+      [
+        "▁punched",
+        0.0
+      ],
+      [
+        "Mic",
+        0.0
+      ],
+      [
+        "▁innovations",
+        0.0
+      ],
+      [
+        "▁func",
+        0.0
+      ],
+      [
+        "ando",
+        0.0
+      ],
+      [
+        "▁fracking",
+        0.0
+      ],
+      [
+        "▁Vul",
+        0.0
+      ],
+      [
+        "оÐ",
+        0.0
+      ],
+      [
+        "oshop",
+        0.0
+      ],
+      [
+        "▁Immun",
+        0.0
+      ],
+      [
+        "▁settling",
+        0.0
+      ],
+      [
+        "▁adolescents",
+        0.0
+      ],
+      [
+        "▁rebuilding",
+        0.0
+      ],
+      [
+        "▁transforming",
+        0.0
+      ],
+      [
+        "▁parole",
+        0.0
+      ],
+      [
+        "▁harbor",
+        0.0
+      ],
+      [
+        "▁booking",
+        0.0
+      ],
+      [
+        "otional",
+        0.0
+      ],
+      [
+        "ongevity",
+        0.0
+      ],
+      [
+        "▁Yo",
+        0.0
+      ],
+      [
+        "bug",
+        0.0
+      ],
+      [
+        "▁emerges",
+        0.0
+      ],
+      [
+        "▁Methods",
+        0.0
+      ],
+      [
+        "▁Chu",
+        0.0
+      ],
+      [
+        "Pres",
+        0.0
+      ],
+      [
+        "▁Dungeons",
+        0.0
+      ],
+      [
+        "▁trailing",
+        0.0
+      ],
+      [
+        "▁Rum",
+        0.0
+      ],
+      [
+        "▁Hugh",
+        0.0
+      ],
+      [
+        "天",
+        0.0
+      ],
+      [
+        "▁Era",
+        0.0
+      ],
+      [
+        "▁Battles",
+        0.0
+      ],
+      [
+        "Results",
+        0.0
+      ],
+      [
+        "▁Trading",
+        0.0
+      ],
+      [
+        "▁versa",
+        0.0
+      ],
+      [
+        "css",
+        0.0
+      ],
+      [
+        "axies",
+        0.0
+      ],
+      [
+        "heet",
+        0.0
+      ],
+      [
+        "▁greed",
+        0.0
+      ],
+      [
+        "1989",
+        0.0
+      ],
+      [
+        "▁gardens",
+        0.0
+      ],
+      [
+        "▁contingent",
+        0.0
+      ],
+      [
+        "Park",
+        0.0
+      ],
+      [
+        "▁Leafs",
+        0.0
+      ],
+      [
+        "hook",
+        0.0
+      ],
+      [
+        "robe",
+        0.0
+      ],
+      [
+        "▁diplomacy",
+        0.0
+      ],
+      [
+        "▁Fuel",
+        0.0
+      ],
+      [
+        "▁Invasion",
+        0.0
+      ],
+      [
+        "▁upgrading",
+        0.0
+      ],
+      [
+        "Male",
+        0.0
+      ],
+      [
+        "▁elic",
+        0.0
+      ],
+      [
+        "▁relentless",
+        0.0
+      ],
+      [
+        "▁Covenant",
+        0.0
+      ],
+      [
+        "apesh",
+        0.0
+      ],
+      [
+        "▁Trop",
+        0.0
+      ],
+      [
+        "Ty",
+        0.0
+      ],
+      [
+        "production",
+        0.0
+      ],
+      [
+        "arty",
+        0.0
+      ],
+      [
+        "▁punches",
+        0.0
+      ],
+      [
+        "ako",
+        0.0
+      ],
+      [
+        "cyclopedia",
+        0.0
+      ],
+      [
+        "▁Rabbit",
+        0.0
+      ],
+      [
+        "▁HDMI",
+        0.0
+      ],
+      [
+        "▁141",
+        0.0
+      ],
+      [
+        "▁foil",
+        0.0
+      ],
+      [
+        "ItemImage",
+        0.0
+      ],
+      [
+        "▁FG",
+        0.0
+      ],
+      [
+        "▁implementations",
+        0.0
+      ],
+      [
+        "▁Pom",
+        0.0
+      ],
+      [
+        "ixtures",
+        0.0
+      ],
+      [
+        "▁await",
+        0.0
+      ],
+      [
+        "▁330",
+        0.0
+      ],
+      [
+        "amus",
+        0.0
+      ],
+      [
+        "▁umbrella",
+        0.0
+      ],
+      [
+        "▁foresee",
+        0.0
+      ],
+      [
+        "separ",
+        0.0
+      ],
+      [
+        "▁circumcision",
+        0.0
+      ],
+      [
+        "▁peripheral",
+        0.0
+      ],
+      [
+        "Say",
+        0.0
+      ],
+      [
+        "▁Expert",
+        0.0
+      ],
+      [
+        "Inc",
+        0.0
+      ],
+      [
+        "▁withdrew",
+        0.0
+      ],
+      [
+        "▁Anders",
+        0.0
+      ],
+      [
+        "fried",
+        0.0
+      ],
+      [
+        "▁radioactive",
+        0.0
+      ],
+      [
+        "▁Opening",
+        0.0
+      ],
+      [
+        "▁boarding",
+        0.0
+      ],
+      [
+        "▁ND",
+        0.0
+      ],
+      [
+        "▁overthrow",
+        0.0
+      ],
+      [
+        "Activ",
+        0.0
+      ],
+      [
+        "WP",
+        0.0
+      ],
+      [
+        "▁Acts",
+        0.0
+      ],
+      [
+        "×Ļ",
+        0.0
+      ],
+      [
+        "▁motions",
+        0.0
+      ],
+      [
+        "vic",
+        0.0
+      ],
+      [
+        "▁Mighty",
+        0.0
+      ],
+      [
+        "▁Defender",
+        0.0
+      ],
+      [
+        "aer",
+        0.0
+      ],
+      [
+        "▁thankful",
+        0.0
+      ],
+      [
+        "▁Killing",
+        0.0
+      ],
+      [
+        "▁Bris",
+        0.0
+      ],
+      [
+        "moil",
+        0.0
+      ],
+      [
+        "▁predicting",
+        0.0
+      ],
+      [
+        "266",
+        0.0
+      ],
+      [
+        "choice",
+        0.0
+      ],
+      [
+        "▁killers",
+        0.0
+      ],
+      [
+        "▁incub",
+        0.0
+      ],
+      [
+        "▁Chest",
+        0.0
+      ],
+      [
+        "athering",
+        0.0
+      ],
+      [
+        "▁proclaimed",
+        0.0
+      ],
+      [
+        "flower",
+        0.0
+      ],
+      [
+        "ossom",
+        0.0
+      ],
+      [
+        "umbledore",
+        0.0
+      ],
+      [
+        "▁Cycling",
+        0.0
+      ],
+      [
+        "▁Occupy",
+        0.0
+      ],
+      [
+        "AGES",
+        0.0
+      ],
+      [
+        "Pen",
+        0.0
+      ],
+      [
+        "▁Yug",
+        0.0
+      ],
+      [
+        "▁packaged",
+        0.0
+      ],
+      [
+        "▁heightened",
+        0.0
+      ],
+      [
+        "cot",
+        0.0
+      ],
+      [
+        "stack",
+        0.0
+      ],
+      [
+        "Cond",
+        0.0
+      ],
+      [
+        "▁stamps",
+        0.0
+      ],
+      [
+        "mage",
+        0.0
+      ],
+      [
+        "▁persuaded",
+        0.0
+      ],
+      [
+        "▁ensl",
+        0.0
+      ],
+      [
+        "▁Cardinal",
+        0.0
+      ],
+      [
+        "▁solitary",
+        0.0
+      ],
+      [
+        "▁possessing",
+        0.0
+      ],
+      [
+        "▁Cork",
+        0.0
+      ],
+      [
+        "▁evid",
+        0.0
+      ],
+      [
+        "▁Tay",
+        0.0
+      ],
+      [
+        "▁blues",
+        0.0
+      ],
+      [
+        "▁extremism",
+        0.0
+      ],
+      [
+        "▁lunar",
+        0.0
+      ],
+      [
+        "▁clown",
+        0.0
+      ],
+      [
+        "Techn",
+        0.0
+      ],
+      [
+        "▁festivals",
+        0.0
+      ],
+      [
+        "▁PvP",
+        0.0
+      ],
+      [
+        "▁Lar",
+        0.0
+      ],
+      [
+        "▁consequently",
+        0.0
+      ],
+      [
+        "present",
+        0.0
+      ],
+      [
+        "▁someday",
+        0.0
+      ],
+      [
+        "çİĭ",
+        0.0
+      ],
+      [
+        "▁Meteor",
+        0.0
+      ],
+      [
+        "▁touring",
+        0.0
+      ],
+      [
+        "culture",
+        0.0
+      ],
+      [
+        "▁beaches",
+        0.0
+      ],
+      [
+        "Ship",
+        0.0
+      ],
+      [
+        "cause",
+        0.0
+      ],
+      [
+        "▁Flood",
+        0.0
+      ],
+      [
+        "ãĥ¯",
+        0.0
+      ],
+      [
+        "▁purity",
+        0.0
+      ],
+      [
+        "those",
+        0.0
+      ],
+      [
+        "▁emission",
+        0.0
+      ],
+      [
+        "bolt",
+        0.0
+      ],
+      [
+        "▁chord",
+        0.0
+      ],
+      [
+        "▁Scripture",
+        0.0
+      ],
+      [
+        "Lu",
+        0.0
+      ],
+      [
+        "▁${",
+        0.0
+      ],
+      [
+        "created",
+        0.0
+      ],
+      [
+        "Others",
+        0.0
+      ],
+      [
+        "258",
+        0.0
+      ],
+      [
+        "▁elemental",
+        0.0
+      ],
+      [
+        "▁annoyed",
+        0.0
+      ],
+      [
+        "▁AE",
+        0.0
+      ],
+      [
+        "dan",
+        0.0
+      ],
+      [
+        "▁Sag",
+        0.0
+      ],
+      [
+        "Researchers",
+        0.0
+      ],
+      [
+        "▁fairy",
+        0.0
+      ],
+      [
+        "âĢĵâĢĵ",
+        0.0
+      ],
+      [
+        "============",
+        0.0
+      ],
+      [
+        "Smart",
+        0.0
+      ],
+      [
+        "GGGG",
+        0.0
+      ],
+      [
+        "▁skeletons",
+        0.0
+      ],
+      [
+        "▁pupils",
+        0.0
+      ],
+      [
+        "linked",
+        0.0
+      ],
+      [
+        "▁urgency",
+        0.0
+      ],
+      [
+        "enabled",
+        0.0
+      ],
+      [
+        "▁Fuck",
+        0.0
+      ],
+      [
+        "▁councill",
+        0.0
+      ],
+      [
+        "rab",
+        0.0
+      ],
+      [
+        "UAL",
+        0.0
+      ],
+      [
+        "TI",
+        0.0
+      ],
+      [
+        "▁lifes",
+        0.0
+      ],
+      [
+        "▁confessed",
+        0.0
+      ],
+      [
+        "Bug",
+        0.0
+      ],
+      [
+        "▁harmon",
+        0.0
+      ],
+      [
+        "▁CONFIG",
+        0.0
+      ],
+      [
+        "▁Neutral",
+        0.0
+      ],
+      [
+        "Double",
+        0.0
+      ],
+      [
+        "▁staple",
+        0.0
+      ],
+      [
+        "▁SHA",
+        0.0
+      ],
+      [
+        "British",
+        0.0
+      ],
+      [
+        "▁SNP",
+        0.0
+      ],
+      [
+        "ATOR",
+        0.0
+      ],
+      [
+        "oco",
+        0.0
+      ],
+      [
+        "▁swinging",
+        0.0
+      ],
+      [
+        "gex",
+        0.0
+      ],
+      [
+        "oleon",
+        0.0
+      ],
+      [
+        "plain",
+        0.0
+      ],
+      [
+        "▁Missing",
+        0.0
+      ],
+      [
+        "▁Trophy",
+        0.0
+      ],
+      [
+        "vari",
+        0.0
+      ],
+      [
+        "ranch",
+        0.0
+      ],
+      [
+        "▁301",
+        0.0
+      ],
+      [
+        "440",
+        0.0
+      ],
+      [
+        "0000000000000000",
+        0.0
+      ],
+      [
+        "▁restoring",
+        0.0
+      ],
+      [
+        "▁haul",
+        0.0
+      ],
+      [
+        "ucing",
+        0.0
+      ],
+      [
+        "nerg",
+        0.0
+      ],
+      [
+        "▁futures",
+        0.0
+      ],
+      [
+        "▁strategist",
+        0.0
+      ],
+      [
+        "question",
+        0.0
+      ],
+      [
+        "▁lateral",
+        0.0
+      ],
+      [
+        "▁Bard",
+        0.0
+      ],
+      [
+        "▁sor",
+        0.0
+      ],
+      [
+        "▁Rhodes",
+        0.0
+      ],
+      [
+        "▁Downtown",
+        0.0
+      ],
+      [
+        "?????-",
+        0.0
+      ],
+      [
+        "▁Lit",
+        0.0
+      ],
+      [
+        "▁Bened",
+        0.0
+      ],
+      [
+        "▁coil",
+        0.0
+      ],
+      [
+        "street",
+        0.0
+      ],
+      [
+        "▁Portal",
+        0.0
+      ],
+      [
+        "FILE",
+        0.0
+      ],
+      [
+        "▁Gru",
+        0.0
+      ],
+      [
+        "*,",
+        0.0
+      ],
+      [
+        "231",
+        0.0
+      ],
+      [
+        "neum",
+        0.0
+      ],
+      [
+        "▁sucked",
+        0.0
+      ],
+      [
+        "▁rapper",
+        0.0
+      ],
+      [
+        "▁tendencies",
+        0.0
+      ],
+      [
+        "▁Lauren",
+        0.0
+      ],
+      [
+        "cellaneous",
+        0.0
+      ],
+      [
+        "267",
+        0.0
+      ],
+      [
+        "▁browse",
+        0.0
+      ],
+      [
+        "▁overc",
+        0.0
+      ],
+      [
+        "header",
+        0.0
+      ],
+      [
+        "oise",
+        0.0
+      ],
+      [
+        "▁beet",
+        0.0
+      ],
+      [
+        "▁Gle",
+        0.0
+      ],
+      [
+        "Stay",
+        0.0
+      ],
+      [
+        "▁mum",
+        0.0
+      ],
+      [
+        "▁typed",
+        0.0
+      ],
+      [
+        "▁discounts",
+        0.0
+      ],
+      [
+        "Talk",
+        0.0
+      ],
+      [
+        "▁Og",
+        0.0
+      ],
+      [
+        "existing",
+        0.0
+      ],
+      [
+        "▁Sell",
+        0.0
+      ],
+      [
+        "uph",
+        0.0
+      ],
+      [
+        "CI",
+        0.0
+      ],
+      [
+        "▁Austrian",
+        0.0
+      ],
+      [
+        "▁Warm",
+        0.0
+      ],
+      [
+        "▁dismissal",
+        0.0
+      ],
+      [
+        "▁averages",
+        0.0
+      ],
+      [
+        "camera",
+        0.0
+      ],
+      [
+        "▁allegiance",
+        0.0
+      ],
+      [
+        "LAN",
+        0.0
+      ],
+      [
+        "=\"#",
+        0.0
+      ],
+      [
+        "▁commentators",
+        0.0
+      ],
+      [
+        "▁Setting",
+        0.0
+      ],
+      [
+        "▁Midwest",
+        0.0
+      ],
+      [
+        "▁pharmac",
+        0.0
+      ],
+      [
+        "▁EXP",
+        0.0
+      ],
+      [
+        "▁stainless",
+        0.0
+      ],
+      [
+        "Chicago",
+        0.0
+      ],
+      [
+        "▁tan",
+        0.0
+      ],
+      [
+        "244",
+        0.0
+      ],
+      [
+        "▁countryside",
+        0.0
+      ],
+      [
+        "▁Vac",
+        0.0
+      ],
+      [
+        "295",
+        0.0
+      ],
+      [
+        "▁pinned",
+        0.0
+      ],
+      [
+        "▁crises",
+        0.0
+      ],
+      [
+        "▁standardized",
+        0.0
+      ],
+      [
+        "Task",
+        0.0
+      ],
+      [
+        "▁Jail",
+        0.0
+      ],
+      [
+        "▁Docker",
+        0.0
+      ],
+      [
+        "colored",
+        0.0
+      ],
+      [
+        "forth",
+        0.0
+      ],
+      [
+        "\"},",
+        0.0
+      ],
+      [
+        "▁patrons",
+        0.0
+      ],
+      [
+        "▁spice",
+        0.0
+      ],
+      [
+        "▁mourn",
+        0.0
+      ],
+      [
+        "▁Mood",
+        0.0
+      ],
+      [
+        "▁laundry",
+        0.0
+      ],
+      [
+        "▁equip",
+        0.0
+      ],
+      [
+        "▁Mole",
+        0.0
+      ],
+      [
+        "yll",
+        0.0
+      ],
+      [
+        "▁THC",
+        0.0
+      ],
+      [
+        "nation",
+        0.0
+      ],
+      [
+        "▁Sherlock",
+        0.0
+      ],
+      [
+        "▁issu",
+        0.0
+      ],
+      [
+        "▁Kre",
+        0.0
+      ],
+      [
+        "▁Americas",
+        0.0
+      ],
+      [
+        "▁AAA",
+        0.0
+      ],
+      [
+        "▁systematically",
+        0.0
+      ],
+      [
+        "▁contra",
+        0.0
+      ],
+      [
+        "▁Sally",
+        0.0
+      ],
+      [
+        "▁rationale",
+        0.0
+      ],
+      [
+        "▁carriage",
+        0.0
+      ],
+      [
+        "▁peaks",
+        0.0
+      ],
+      [
+        "▁contradiction",
+        0.0
+      ],
+      [
+        "ensation",
+        0.0
+      ],
+      [
+        "▁Failure",
+        0.0
+      ],
+      [
+        "▁props",
+        0.0
+      ],
+      [
+        "▁namespace",
+        0.0
+      ],
+      [
+        "▁cove",
+        0.0
+      ],
+      [
+        "fields",
+        0.0
+      ],
+      [
+        "ãĤĭ",
+        0.0
+      ],
+      [
+        "▁wool",
+        0.0
+      ],
+      [
+        "▁Catch",
+        0.0
+      ],
+      [
+        "▁presumed",
+        0.0
+      ],
+      [
+        "▁Diana",
+        0.0
+      ],
+      [
+        "ragon",
+        0.0
+      ],
+      [
+        "igi",
+        0.0
+      ],
+      [
+        "▁hamm",
+        0.0
+      ],
+      [
+        "▁stunt",
+        0.0
+      ],
+      [
+        "▁GUI",
+        0.0
+      ],
+      [
+        "▁Observatory",
+        0.0
+      ],
+      [
+        "▁Shore",
+        0.0
+      ],
+      [
+        "▁smells",
+        0.0
+      ],
+      [
+        "annah",
+        0.0
+      ],
+      [
+        "▁cockpit",
+        0.0
+      ],
+      [
+        "▁Duterte",
+        0.0
+      ],
+      [
+        "850",
+        0.0
+      ],
+      [
+        "▁oppressed",
+        0.0
+      ],
+      [
+        "breaker",
+        0.0
+      ],
+      [
+        "▁Contribut",
+        0.0
+      ],
+      [
+        "▁Peru",
+        0.0
+      ],
+      [
+        "▁Monsanto",
+        0.0
+      ],
+      [
+        "▁Attempt",
+        0.0
+      ],
+      [
+        "▁commanding",
+        0.0
+      ],
+      [
+        "▁fridge",
+        0.0
+      ],
+      [
+        "▁Rin",
+        0.0
+      ],
+      [
+        "▁Chess",
+        0.0
+      ],
+      [
+        "uality",
+        0.0
+      ],
+      [
+        "▁ol",
+        0.0
+      ],
+      [
+        "Republican",
+        0.0
+      ],
+      [
+        "▁Glory",
+        0.0
+      ],
+      [
+        "▁WIN",
+        0.0
+      ],
+      [
+        ".......",
+        0.0
+      ],
+      [
+        "agent",
+        0.0
+      ],
+      [
+        "reading",
+        0.0
+      ],
+      [
+        "▁inh",
+        0.0
+      ],
+      [
+        "Jones",
+        0.0
+      ],
+      [
+        "▁clicks",
+        0.0
+      ],
+      [
+        "alan",
+        0.0
+      ],
+      [
+        "▁[];",
+        0.0
+      ],
+      [
+        "▁Majesty",
+        0.0
+      ],
+      [
+        "▁Ced",
+        0.0
+      ],
+      [
+        "opus",
+        0.0
+      ],
+      [
+        "atel",
+        0.0
+      ],
+      [
+        "ê",
+        0.0
+      ],
+      [
+        "ARC",
+        0.0
+      ],
+      [
+        "▁Ecuador",
+        0.0
+      ],
+      [
+        "ãĥł",
+        0.0
+      ],
+      [
+        "▁Kuro",
+        0.0
+      ],
+      [
+        "▁rituals",
+        0.0
+      ],
+      [
+        "▁captive",
+        0.0
+      ],
+      [
+        "▁ounce",
+        0.0
+      ],
+      [
+        "▁disagreement",
+        0.0
+      ],
+      [
+        "▁slog",
+        0.0
+      ],
+      [
+        "fuel",
+        0.0
+      ],
+      [
+        "Pet",
+        0.0
+      ],
+      [
+        "Mail",
+        0.0
+      ],
+      [
+        "▁exercised",
+        0.0
+      ],
+      [
+        "▁solic",
+        0.0
+      ],
+      [
+        "▁rainfall",
+        0.0
+      ],
+      [
+        "▁devotion",
+        0.0
+      ],
+      [
+        "▁Assessment",
+        0.0
+      ],
+      [
+        "▁robotic",
+        0.0
+      ],
+      [
+        "options",
+        0.0
+      ],
+      [
+        "▁RP",
+        0.0
+      ],
+      [
+        "▁Families",
+        0.0
+      ],
+      [
+        "▁Flames",
+        0.0
+      ],
+      [
+        "▁assignments",
+        0.0
+      ],
+      [
+        "007",
+        0.0
+      ],
+      [
+        "akedown",
+        0.0
+      ],
+      [
+        "▁vocabulary",
+        0.0
+      ],
+      [
+        "Reilly",
+        0.0
+      ],
+      [
+        "▁caval",
+        0.0
+      ],
+      [
+        "gars",
+        0.0
+      ],
+      [
+        "▁suppressed",
+        0.0
+      ],
+      [
+        "▁SET",
+        0.0
+      ],
+      [
+        "▁Johns",
+        0.0
+      ],
+      [
+        "▁warp",
+        0.0
+      ],
+      [
+        "broken",
+        0.0
+      ],
+      [
+        "▁statues",
+        0.0
+      ],
+      [
+        "▁advocated",
+        0.0
+      ],
+      [
+        "▁275",
+        0.0
+      ],
+      [
+        "▁peril",
+        0.0
+      ],
+      [
+        "omorph",
+        0.0
+      ],
+      [
+        "▁Femin",
+        0.0
+      ],
+      [
+        "perfect",
+        0.0
+      ],
+      [
+        "▁hatch",
+        0.0
+      ],
+      [
+        "Lib",
+        0.0
+      ],
+      [
+        "512",
+        0.0
+      ],
+      [
+        "▁lifelong",
+        0.0
+      ],
+      [
+        "313",
+        0.0
+      ],
+      [
+        "▁cheeks",
+        0.0
+      ],
+      [
+        "▁numbered",
+        0.0
+      ],
+      [
+        "▁Mug",
+        0.0
+      ],
+      [
+        "Body",
+        0.0
+      ],
+      [
+        "ravel",
+        0.0
+      ],
+      [
+        "Weight",
+        0.0
+      ],
+      [
+        "▁Jak",
+        0.0
+      ],
+      [
+        "▁Heath",
+        0.0
+      ],
+      [
+        "▁kissing",
+        0.0
+      ],
+      [
+        "▁JUST",
+        0.0
+      ],
+      [
+        "▁waving",
+        0.0
+      ],
+      [
+        "upload",
+        0.0
+      ],
+      [
+        "▁insider",
+        0.0
+      ],
+      [
+        "▁Progressive",
+        0.0
+      ],
+      [
+        "▁Filter",
+        0.0
+      ],
+      [
+        "tta",
+        0.0
+      ],
+      [
+        "▁Beam",
+        0.0
+      ],
+      [
+        "▁violently",
+        0.0
+      ],
+      [
+        "ipation",
+        0.0
+      ],
+      [
+        "▁skepticism",
+        0.0
+      ],
+      [
+        "▁1918",
+        0.0
+      ],
+      [
+        "▁Annie",
+        0.0
+      ],
+      [
+        "▁SI",
+        0.0
+      ],
+      [
+        "▁genetics",
+        0.0
+      ],
+      [
+        "▁onboard",
+        0.0
+      ],
+      [
+        "atl",
+        0.0
+      ],
+      [
+        "▁Friedman",
+        0.0
+      ],
+      [
+        "▁Bri",
+        0.0
+      ],
+      [
+        "ceptive",
+        0.0
+      ],
+      [
+        "▁pirate",
+        0.0
+      ],
+      [
+        "▁Reporter",
+        0.0
+      ],
+      [
+        "278",
+        0.0
+      ],
+      [
+        "▁mythology",
+        0.0
+      ],
+      [
+        "▁eclipse",
+        0.0
+      ],
+      [
+        "▁skins",
+        0.0
+      ],
+      [
+        "▁glyph",
+        0.0
+      ],
+      [
+        "ingham",
+        0.0
+      ],
+      [
+        "Files",
+        0.0
+      ],
+      [
+        "Cour",
+        0.0
+      ],
+      [
+        "women",
+        0.0
+      ],
+      [
+        "▁regimes",
+        0.0
+      ],
+      [
+        "▁photographed",
+        0.0
+      ],
+      [
+        "Kat",
+        0.0
+      ],
+      [
+        "▁MAX",
+        0.0
+      ],
+      [
+        "Officials",
+        0.0
+      ],
+      [
+        "▁unexpectedly",
+        0.0
+      ],
+      [
+        "▁impressions",
+        0.0
+      ],
+      [
+        "Front",
+        0.0
+      ],
+      [
+        ";;;;;;;;",
+        0.0
+      ],
+      [
+        "▁supremacy",
+        0.0
+      ],
+      [
+        "▁sang",
+        0.0
+      ],
+      [
+        "▁aggravated",
+        0.0
+      ],
+      [
+        "▁abruptly",
+        0.0
+      ],
+      [
+        "▁Sector",
+        0.0
+      ],
+      [
+        "▁excuses",
+        0.0
+      ],
+      [
+        "▁costing",
+        0.0
+      ],
+      [
+        "idepress",
+        0.0
+      ],
+      [
+        "Stack",
+        0.0
+      ],
+      [
+        "▁RNA",
+        0.0
+      ],
+      [
+        "obil",
+        0.0
+      ],
+      [
+        "▁ghosts",
+        0.0
+      ],
+      [
+        "ldon",
+        0.0
+      ],
+      [
+        "atibility",
+        0.0
+      ],
+      [
+        "Topics",
+        0.0
+      ],
+      [
+        "▁reimburse",
+        0.0
+      ],
+      [
+        "▁HM",
+        0.0
+      ],
+      [
+        "▁Deg",
+        0.0
+      ],
+      [
+        "▁thief",
+        0.0
+      ],
+      [
+        "yet",
+        0.0
+      ],
+      [
+        "ogenesis",
+        0.0
+      ],
+      [
+        "leaning",
+        0.0
+      ],
+      [
+        "▁Kol",
+        0.0
+      ],
+      [
+        "▁Basketball",
+        0.0
+      ],
+      [
+        "▁fi",
+        0.0
+      ],
+      [
+        "▁Seeing",
+        0.0
+      ],
+      [
+        "▁recycling",
+        0.0
+      ],
+      [
+        "▁[-",
+        0.0
+      ],
+      [
+        "Congress",
+        0.0
+      ],
+      [
+        "▁lectures",
+        0.0
+      ],
+      [
+        "Psy",
+        0.0
+      ],
+      [
+        "▁nep",
+        0.0
+      ],
+      [
+        "▁maid",
+        0.0
+      ],
+      [
+        "▁oriented",
+        0.0
+      ],
+      [
+        "AX",
+        0.0
+      ],
+      [
+        "▁respectful",
+        0.0
+      ],
+      [
+        "rene",
+        0.0
+      ],
+      [
+        "flush",
+        0.0
+      ],
+      [
+        "▁Unloaded",
+        0.0
+      ],
+      [
+        "request",
+        0.0
+      ],
+      [
+        "grid",
+        0.0
+      ],
+      [
+        "▁Alternatively",
+        0.0
+      ],
+      [
+        "▁Hugo",
+        0.0
+      ],
+      [
+        "▁decree",
+        0.0
+      ],
+      [
+        "▁Buddhism",
+        0.0
+      ],
+      [
+        "andum",
+        0.0
+      ],
+      [
+        "Android",
+        0.0
+      ],
+      [
+        "▁Congo",
+        0.0
+      ],
+      [
+        "▁Joyce",
+        0.0
+      ],
+      [
+        "▁acknowledging",
+        0.0
+      ],
+      [
+        "hesive",
+        0.0
+      ],
+      [
+        "▁Tomorrow",
+        0.0
+      ],
+      [
+        "▁Hiro",
+        0.0
+      ],
+      [
+        "thren",
+        0.0
+      ],
+      [
+        "▁Maced",
+        0.0
+      ],
+      [
+        "▁hoax",
+        0.0
+      ],
+      [
+        "▁Increased",
+        0.0
+      ],
+      [
+        "▁Pradesh",
+        0.0
+      ],
+      [
+        "Wild",
+        0.0
+      ],
+      [
+        "______",
+        0.0
+      ],
+      [
+        "161",
+        0.0
+      ],
+      [
+        "▁aunt",
+        0.0
+      ],
+      [
+        "▁distributing",
+        0.0
+      ],
+      [
+        "▁Tucker",
+        0.0
+      ],
+      [
+        "▁SSL",
+        0.0
+      ],
+      [
+        "▁Wolves",
+        0.0
+      ],
+      [
+        "Building",
+        0.0
+      ],
+      [
+        "oult",
+        0.0
+      ],
+      [
+        "▁Luo",
+        0.0
+      ],
+      [
+        "▁Yas",
+        0.0
+      ],
+      [
+        "▁Spir",
+        0.0
+      ],
+      [
+        "▁Shape",
+        0.0
+      ],
+      [
+        "▁Cambod",
+        0.0
+      ],
+      [
+        "▁IPv",
+        0.0
+      ],
+      [
+        "▁ml",
+        0.0
+      ],
+      [
+        "▁extrad",
+        0.0
+      ],
+      [
+        "390",
+        0.0
+      ],
+      [
+        "▁Penny",
+        0.0
+      ],
+      [
+        "dream",
+        0.0
+      ],
+      [
+        "▁stationed",
+        0.0
+      ],
+      [
+        "optional",
+        0.0
+      ],
+      [
+        "eworthy",
+        0.0
+      ],
+      [
+        ".</",
+        0.0
+      ],
+      [
+        "▁undertaking",
+        0.0
+      ],
+      [
+        "▁chickens",
+        0.0
+      ],
+      [
+        "▁stimuli",
+        0.0
+      ],
+      [
+        "▁Else",
+        0.0
+      ],
+      [
+        "igators",
+        0.0
+      ],
+      [
+        "▁Beginning",
+        0.0
+      ],
+      [
+        "ctory",
+        0.0
+      ],
+      [
+        "▁prepares",
+        0.0
+      ],
+      [
+        "▁delta",
+        0.0
+      ],
+      [
+        "▁vicinity",
+        0.0
+      ],
+      [
+        "tool",
+        0.0
+      ],
+      [
+        "▁workshops",
+        0.0
+      ],
+      [
+        "MHz",
+        0.0
+      ],
+      [
+        "▁accusation",
+        0.0
+      ],
+      [
+        "▁histories",
+        0.0
+      ],
+      [
+        "ropolis",
+        0.0
+      ],
+      [
+        "▁Churchill",
+        0.0
+      ],
+      [
+        "▁neon",
+        0.0
+      ],
+      [
+        "▁baff",
+        0.0
+      ],
+      [
+        "dies",
+        0.0
+      ],
+      [
+        "maybe",
+        0.0
+      ],
+      [
+        "▁è£ıè¦ļéĨĴ",
+        0.0
+      ],
+      [
+        "▁symptom",
+        0.0
+      ],
+      [
+        "ECH",
+        0.0
+      ],
+      [
+        "▁Manuel",
+        0.0
+      ],
+      [
+        "▁banana",
+        0.0
+      ],
+      [
+        "▁HB",
+        0.0
+      ],
+      [
+        "▁****",
+        0.0
+      ],
+      [
+        "▁Koreans",
+        0.0
+      ],
+      [
+        "coll",
+        0.0
+      ],
+      [
+        "FB",
+        0.0
+      ],
+      [
+        "▁praying",
+        0.0
+      ],
+      [
+        "▁Cannot",
+        0.0
+      ],
+      [
+        "▁Mile",
+        0.0
+      ],
+      [
+        "▁embracing",
+        0.0
+      ],
+      [
+        "▁Silk",
+        0.0
+      ],
+      [
+        "393",
+        0.0
+      ],
+      [
+        "oters",
+        0.0
+      ],
+      [
+        "FD",
+        0.0
+      ],
+      [
+        "▁daylight",
+        0.0
+      ],
+      [
+        "alias",
+        0.0
+      ],
+      [
+        "▁Brigade",
+        0.0
+      ],
+      [
+        "▁Hannah",
+        0.0
+      ],
+      [
+        "▁clergy",
+        0.0
+      ],
+      [
+        "▁southeast",
+        0.0
+      ],
+      [
+        "▁alcoholic",
+        0.0
+      ],
+      [
+        "▁proposes",
+        0.0
+      ],
+      [
+        "livion",
+        0.0
+      ],
+      [
+        "▁calculating",
+        0.0
+      ],
+      [
+        "▁stimulate",
+        0.0
+      ],
+      [
+        "▁splitting",
+        0.0
+      ],
+      [
+        "eight",
+        0.0
+      ],
+      [
+        "▁Indy",
+        0.0
+      ],
+      [
+        "plays",
+        0.0
+      ],
+      [
+        "▁Pik",
+        0.0
+      ],
+      [
+        "▁domest",
+        0.0
+      ],
+      [
+        "▁forgiveness",
+        0.0
+      ],
+      [
+        "▁Rings",
+        0.0
+      ],
+      [
+        "patient",
+        0.0
+      ],
+      [
+        "kinson",
+        0.0
+      ],
+      [
+        "Mont",
+        0.0
+      ],
+      [
+        "igible",
+        0.0
+      ],
+      [
+        ";\"",
+        0.0
+      ],
+      [
+        "▁periodically",
+        0.0
+      ],
+      [
+        "ammad",
+        0.0
+      ],
+      [
+        "▁Britt",
+        0.0
+      ],
+      [
+        "pard",
+        0.0
+      ],
+      [
+        "▁arbitration",
+        0.0
+      ],
+      [
+        "▁Schneider",
+        0.0
+      ],
+      [
+        "▁Corporate",
+        0.0
+      ],
+      [
+        "▁Maya",
+        0.0
+      ],
+      [
+        "▁snakes",
+        0.0
+      ],
+      [
+        "aum",
+        0.0
+      ],
+      [
+        "▁blasted",
+        0.0
+      ],
+      [
+        "▁mysteries",
+        0.0
+      ],
+      [
+        "▁revive",
+        0.0
+      ],
+      [
+        "ocamp",
+        0.0
+      ],
+      [
+        "▁Dodge",
+        0.0
+      ],
+      [
+        "▁Opera",
+        0.0
+      ],
+      [
+        "279",
+        0.0
+      ],
+      [
+        "▁orphan",
+        0.0
+      ],
+      [
+        "▁specifies",
+        0.0
+      ],
+      [
+        "▁Mets",
+        0.0
+      ],
+      [
+        "Duration",
+        0.0
+      ],
+      [
+        "Hen",
+        0.0
+      ],
+      [
+        "▁fireworks",
+        0.0
+      ],
+      [
+        "▁prosecute",
+        0.0
+      ],
+      [
+        "▁Tillerson",
+        0.0
+      ],
+      [
+        "dp",
+        0.0
+      ],
+      [
+        "usage",
+        0.0
+      ],
+      [
+        "liness",
+        0.0
+      ],
+      [
+        "▁Debian",
+        0.0
+      ],
+      [
+        "▁224",
+        0.0
+      ],
+      [
+        "rises",
+        0.0
+      ],
+      [
+        "▁Infect",
+        0.0
+      ],
+      [
+        "atra",
+        0.0
+      ],
+      [
+        "▁RR",
+        0.0
+      ],
+      [
+        "▁Lor",
+        0.0
+      ],
+      [
+        "diff",
+        0.0
+      ],
+      [
+        "▁Charleston",
+        0.0
+      ],
+      [
+        "▁acoustic",
+        0.0
+      ],
+      [
+        "▁amuse",
+        0.0
+      ],
+      [
+        "330",
+        0.0
+      ],
+      [
+        "▁cer",
+        0.0
+      ],
+      [
+        "▁Tac",
+        0.0
+      ],
+      [
+        "▁[+",
+        0.0
+      ],
+      [
+        "▁cardiac",
+        0.0
+      ],
+      [
+        "▁Restaurant",
+        0.0
+      ],
+      [
+        "ergy",
+        0.0
+      ],
+      [
+        "▁fuzz",
+        0.0
+      ],
+      [
+        "▁bites",
+        0.0
+      ],
+      [
+        "▁hazardous",
+        0.0
+      ],
+      [
+        "▁brighter",
+        0.0
+      ],
+      [
+        "rans",
+        0.0
+      ],
+      [
+        "▁Stephanie",
+        0.0
+      ],
+      [
+        "extra",
+        0.0
+      ],
+      [
+        "RET",
+        0.0
+      ],
+      [
+        "▁Christine",
+        0.0
+      ],
+      [
+        "▁Sue",
+        0.0
+      ],
+      [
+        "statement",
+        0.0
+      ],
+      [
+        "▁bolster",
+        0.0
+      ],
+      [
+        "▁antit",
+        0.0
+      ],
+      [
+        "Radio",
+        0.0
+      ],
+      [
+        "BIT",
+        0.0
+      ],
+      [
+        "ãĤ°",
+        0.0
+      ],
+      [
+        "▁visions",
+        0.0
+      ],
+      [
+        "▁Concept",
+        0.0
+      ],
+      [
+        "▁inline",
+        0.0
+      ],
+      [
+        "▁Philosophy",
+        0.0
+      ],
+      [
+        "isans",
+        0.0
+      ],
+      [
+        "▁Irving",
+        0.0
+      ],
+      [
+        "ã",
+        0.0
+      ],
+      [
+        "taking",
+        0.0
+      ],
+      [
+        "▁inconsist",
+        0.0
+      ],
+      [
+        "▁Kumar",
+        0.0
+      ],
+      [
+        "▁lig",
+        0.0
+      ],
+      [
+        "▁Schumer",
+        0.0
+      ],
+      [
+        "▁Regulations",
+        0.0
+      ],
+      [
+        "▁Hz",
+        0.0
+      ],
+      [
+        "thro",
+        0.0
+      ],
+      [
+        "▁Voldemort",
+        0.0
+      ],
+      [
+        "▁MED",
+        0.0
+      ],
+      [
+        "▁Frederick",
+        0.0
+      ],
+      [
+        "Pad",
+        0.0
+      ],
+      [
+        "221",
+        0.0
+      ],
+      [
+        "▁alleging",
+        0.0
+      ],
+      [
+        "▁Communication",
+        0.0
+      ],
+      [
+        "▁167",
+        0.0
+      ],
+      [
+        "▁forecasts",
+        0.0
+      ],
+      [
+        "▁spiders",
+        0.0
+      ],
+      [
+        "Organ",
+        0.0
+      ],
+      [
+        "▁Participants",
+        0.0
+      ],
+      [
+        "▁Ops",
+        0.0
+      ],
+      [
+        "design",
+        0.0
+      ],
+      [
+        "Close",
+        0.0
+      ],
+      [
+        "▁facto",
+        0.0
+      ],
+      [
+        "▁bombers",
+        0.0
+      ],
+      [
+        "resistant",
+        0.0
+      ],
+      [
+        "ategories",
+        0.0
+      ],
+      [
+        "School",
+        0.0
+      ],
+      [
+        "▁homework",
+        0.0
+      ],
+      [
+        "▁corro",
+        0.0
+      ],
+      [
+        "Tuesday",
+        0.0
+      ],
+      [
+        "▁Brendan",
+        0.0
+      ],
+      [
+        "▁MX",
+        0.0
+      ],
+      [
+        "▁TS",
+        0.0
+      ],
+      [
+        "▁Stri",
+        0.0
+      ],
+      [
+        "▁stakeholders",
+        0.0
+      ],
+      [
+        "▁Millennium",
+        0.0
+      ],
+      [
+        "▁transferring",
+        0.0
+      ],
+      [
+        "Jud",
+        0.0
+      ],
+      [
+        "▁tac",
+        0.0
+      ],
+      [
+        "▁1600",
+        0.0
+      ],
+      [
+        "▁SDK",
+        0.0
+      ],
+      [
+        "rb",
+        0.0
+      ],
+      [
+        "▁interpretations",
+        0.0
+      ],
+      [
+        "▁SG",
+        0.0
+      ],
+      [
+        "▁upstairs",
+        0.0
+      ],
+      [
+        "▁Harvest",
+        0.0
+      ],
+      [
+        "▁vagina",
+        0.0
+      ],
+      [
+        "▁ingest",
+        0.0
+      ],
+      [
+        "xf",
+        0.0
+      ],
+      [
+        "▁Orion",
+        0.0
+      ],
+      [
+        "▁Joey",
+        0.0
+      ],
+      [
+        "▁sandwic",
+        0.0
+      ],
+      [
+        "▁immortal",
+        0.0
+      ],
+      [
+        "▁flipped",
+        0.0
+      ],
+      [
+        "ortex",
+        0.0
+      ],
+      [
+        "threatening",
+        0.0
+      ],
+      [
+        "▁sniper",
+        0.0
+      ],
+      [
+        "▁converts",
+        0.0
+      ],
+      [
+        "▁installations",
+        0.0
+      ],
+      [
+        "▁Bulgar",
+        0.0
+      ],
+      [
+        "orsche",
+        0.0
+      ],
+      [
+        "mails",
+        0.0
+      ],
+      [
+        "▁lure",
+        0.0
+      ],
+      [
+        "▁narrowly",
+        0.0
+      ],
+      [
+        "▁grenade",
+        0.0
+      ],
+      [
+        "▁Ging",
+        0.0
+      ],
+      [
+        "▁underwear",
+        0.0
+      ],
+      [
+        "--------------",
+        0.0
+      ],
+      [
+        "▁chased",
+        0.0
+      ],
+      [
+        "▁VAL",
+        0.0
+      ],
+      [
+        "▁parenting",
+        0.0
+      ],
+      [
+        "▁Hamb",
+        0.0
+      ],
+      [
+        "▁Blaz",
+        0.0
+      ],
+      [
+        "▁anarchist",
+        0.0
+      ],
+      [
+        "▁Median",
+        0.0
+      ],
+      [
+        "▁Programs",
+        0.0
+      ],
+      [
+        "ν",
+        0.0
+      ],
+      [
+        "▁obj",
+        0.0
+      ],
+      [
+        "▁Nokia",
+        0.0
+      ],
+      [
+        "orman",
+        0.0
+      ],
+      [
+        "anqu",
+        0.0
+      ],
+      [
+        "atism",
+        0.0
+      ],
+      [
+        "opa",
+        0.0
+      ],
+      [
+        "▁fulfilling",
+        0.0
+      ],
+      [
+        "▁puppy",
+        0.0
+      ],
+      [
+        "▁entit",
+        0.0
+      ],
+      [
+        "▁Sebastian",
+        0.0
+      ],
+      [
+        "▁shooters",
+        0.0
+      ],
+      [
+        "▁richer",
+        0.0
+      ],
+      [
+        "è¡",
+        0.0
+      ],
+      [
+        "▁tempted",
+        0.0
+      ],
+      [
+        "▁ATT",
+        0.0
+      ],
+      [
+        "▁CV",
+        0.0
+      ],
+      [
+        "▁tore",
+        0.0
+      ],
+      [
+        "Resource",
+        0.0
+      ],
+      [
+        "▁Devils",
+        0.0
+      ],
+      [
+        "408",
+        0.0
+      ],
+      [
+        "inational",
+        0.0
+      ],
+      [
+        "▁assurance",
+        0.0
+      ],
+      [
+        "▁Darren",
+        0.0
+      ],
+      [
+        "▁whichever",
+        0.0
+      ],
+      [
+        "posure",
+        0.0
+      ],
+      [
+        "▁fury",
+        0.0
+      ],
+      [
+        "Stock",
+        0.0
+      ],
+      [
+        "▁universally",
+        0.0
+      ],
+      [
+        "response",
+        0.0
+      ],
+      [
+        "▁oak",
+        0.0
+      ],
+      [
+        "▁workload",
+        0.0
+      ],
+      [
+        "▁Corner",
+        0.0
+      ],
+      [
+        "eele",
+        0.0
+      ],
+      [
+        "\"...",
+        0.0
+      ],
+      [
+        "▁deprived",
+        0.0
+      ],
+      [
+        "kowski",
+        0.0
+      ],
+      [
+        "▁casts",
+        0.0
+      ],
+      [
+        "▁affiliation",
+        0.0
+      ],
+      [
+        "▁Ach",
+        0.0
+      ],
+      [
+        "▁Asked",
+        0.0
+      ],
+      [
+        "athe",
+        0.0
+      ],
+      [
+        "▁lact",
+        0.0
+      ],
+      [
+        "▁Thu",
+        0.0
+      ],
+      [
+        "rm",
+        0.0
+      ],
+      [
+        "▁airlines",
+        0.0
+      ],
+      [
+        "▁notions",
+        0.0
+      ],
+      [
+        "Format",
+        0.0
+      ],
+      [
+        "▁FAA",
+        0.0
+      ],
+      [
+        "ãĥĬ",
+        0.0
+      ],
+      [
+        "driver",
+        0.0
+      ],
+      [
+        "▁transcend",
+        0.0
+      ],
+      [
+        "Settings",
+        0.0
+      ],
+      [
+        "▁Prosecut",
+        0.0
+      ],
+      [
+        "▁spinal",
+        0.0
+      ],
+      [
+        "▁defaults",
+        0.0
+      ],
+      [
+        "FK",
+        0.0
+      ],
+      [
+        "▁prefers",
+        0.0
+      ],
+      [
+        "rendered",
+        0.0
+      ],
+      [
+        "thus",
+        0.0
+      ],
+      [
+        "film",
+        0.0
+      ],
+      [
+        "▁tiger",
+        0.0
+      ],
+      [
+        "▁Spicer",
+        0.0
+      ],
+      [
+        "recogn",
+        0.0
+      ],
+      [
+        "▁Rugby",
+        0.0
+      ],
+      [
+        "Network",
+        0.0
+      ],
+      [
+        "▁pity",
+        0.0
+      ],
+      [
+        "▁compartment",
+        0.0
+      ],
+      [
+        "casters",
+        0.0
+      ],
+      [
+        "▁Monroe",
+        0.0
+      ],
+      [
+        "▁720",
+        0.0
+      ],
+      [
+        "▁corrections",
+        0.0
+      ],
+      [
+        "▁dopamine",
+        0.0
+      ],
+      [
+        "▁AZ",
+        0.0
+      ],
+      [
+        "Cut",
+        0.0
+      ],
+      [
+        "▁roomm",
+        0.0
+      ],
+      [
+        "▁speculate",
+        0.0
+      ],
+      [
+        "Hash",
+        0.0
+      ],
+      [
+        "▁restrictive",
+        0.0
+      ],
+      [
+        "1111",
+        0.0
+      ],
+      [
+        "redible",
+        0.0
+      ],
+      [
+        "onel",
+        0.0
+      ],
+      [
+        "▁rampant",
+        0.0
+      ],
+      [
+        "reported",
+        0.0
+      ],
+      [
+        "▁Suite",
+        0.0
+      ],
+      [
+        "▁Minimum",
+        0.0
+      ],
+      [
+        "alys",
+        0.0
+      ],
+      [
+        "azard",
+        0.0
+      ],
+      [
+        "loop",
+        0.0
+      ],
+      [
+        "▁lent",
+        0.0
+      ],
+      [
+        "sha",
+        0.0
+      ],
+      [
+        "▁vandal",
+        0.0
+      ],
+      [
+        "menu",
+        0.0
+      ],
+      [
+        "▁Boehner",
+        0.0
+      ],
+      [
+        "▁narratives",
+        0.0
+      ],
+      [
+        "▁authenticity",
+        0.0
+      ],
+      [
+        "269",
+        0.0
+      ],
+      [
+        "anic",
+        0.0
+      ],
+      [
+        "duty",
+        0.0
+      ],
+      [
+        "285",
+        0.0
+      ],
+      [
+        "▁thanked",
+        0.0
+      ],
+      [
+        "▁betrayed",
+        0.0
+      ],
+      [
+        "lift",
+        0.0
+      ],
+      [
+        "▁southwest",
+        0.0
+      ],
+      [
+        "▁Dexter",
+        0.0
+      ],
+      [
+        "▁Bod",
+        0.0
+      ],
+      [
+        "▁keywords",
+        0.0
+      ],
+      [
+        "Average",
+        0.0
+      ],
+      [
+        "DIS",
+        0.0
+      ],
+      [
+        "▁ethnicity",
+        0.0
+      ],
+      [
+        "!),",
+        0.0
+      ],
+      [
+        "▁Nationals",
+        0.0
+      ],
+      [
+        "á¹",
+        0.0
+      ],
+      [
+        "▁Tah",
+        0.0
+      ],
+      [
+        "ioxid",
+        0.0
+      ],
+      [
+        "▁widget",
+        0.0
+      ],
+      [
+        "▁pasta",
+        0.0
+      ],
+      [
+        "▁billing",
+        0.0
+      ],
+      [
+        "▁trilogy",
+        0.0
+      ],
+      [
+        "▁Lines",
+        0.0
+      ],
+      [
+        "▁sniff",
+        0.0
+      ],
+      [
+        "▁nephew",
+        0.0
+      ],
+      [
+        "Late",
+        0.0
+      ],
+      [
+        "▁princip",
+        0.0
+      ],
+      [
+        "▁Loop",
+        0.0
+      ],
+      [
+        "▁Marxist",
+        0.0
+      ],
+      [
+        "▁dissolved",
+        0.0
+      ],
+      [
+        "▁contexts",
+        0.0
+      ],
+      [
+        "▁Amount",
+        0.0
+      ],
+      [
+        "▁Spike",
+        0.0
+      ],
+      [
+        "▁totals",
+        0.0
+      ],
+      [
+        "▁organizer",
+        0.0
+      ],
+      [
+        "▁uprising",
+        0.0
+      ],
+      [
+        "ships",
+        0.0
+      ],
+      [
+        "YY",
+        0.0
+      ],
+      [
+        "▁Northeast",
+        0.0
+      ],
+      [
+        "money",
+        0.0
+      ],
+      [
+        "gradation",
+        0.0
+      ],
+      [
+        "▁goalkeeper",
+        0.0
+      ],
+      [
+        "▁Hear",
+        0.0
+      ],
+      [
+        "▁steak",
+        0.0
+      ],
+      [
+        "▁BuzzFeed",
+        0.0
+      ],
+      [
+        "▁solemn",
+        0.0
+      ],
+      [
+        "▁Scand",
+        0.0
+      ],
+      [
+        "▁popping",
+        0.0
+      ],
+      [
+        "▁adhere",
+        0.0
+      ],
+      [
+        "▁Alleg",
+        0.0
+      ],
+      [
+        "byte",
+        0.0
+      ],
+      [
+        "▁Wolver",
+        0.0
+      ],
+      [
+        "▁unin",
+        0.0
+      ],
+      [
+        "▁recol",
+        0.0
+      ],
+      [
+        "itud",
+        0.0
+      ],
+      [
+        "▁mimic",
+        0.0
+      ],
+      [
+        "ibus",
+        0.0
+      ],
+      [
+        "▁predicts",
+        0.0
+      ],
+      [
+        "▁Keeper",
+        0.0
+      ],
+      [
+        "iating",
+        0.0
+      ],
+      [
+        "▁deception",
+        0.0
+      ],
+      [
+        "▁learnt",
+        0.0
+      ],
+      [
+        "▁diary",
+        0.0
+      ],
+      [
+        "▁conditional",
+        0.0
+      ],
+      [
+        "▁relic",
+        0.0
+      ],
+      [
+        "▁invoke",
+        0.0
+      ],
+      [
+        "ienced",
+        0.0
+      ],
+      [
+        "åĪ",
+        0.0
+      ],
+      [
+        "▁Pont",
+        0.0
+      ],
+      [
+        "▁cellphone",
+        0.0
+      ],
+      [
+        "▁speeding",
+        0.0
+      ],
+      [
+        "▁tackling",
+        0.0
+      ],
+      [
+        "▁nude",
+        0.0
+      ],
+      [
+        "opened",
+        0.0
+      ],
+      [
+        "▁Manafort",
+        0.0
+      ],
+      [
+        "▁1952",
+        0.0
+      ],
+      [
+        "▁majors",
+        0.0
+      ],
+      [
+        "▁Silence",
+        0.0
+      ],
+      [
+        "▁logistics",
+        0.0
+      ],
+      [
+        "▁weighted",
+        0.0
+      ],
+      [
+        "▁Psychiat",
+        0.0
+      ],
+      [
+        "\":[\"",
+        0.0
+      ],
+      [
+        "▁sickness",
+        0.0
+      ],
+      [
+        "▁dividends",
+        0.0
+      ],
+      [
+        "zon",
+        0.0
+      ],
+      [
+        "Release",
+        0.0
+      ],
+      [
+        "▁Keys",
+        0.0
+      ],
+      [
+        "▁Ich",
+        0.0
+      ],
+      [
+        "▁enz",
+        0.0
+      ],
+      [
+        "▁Fernand",
+        0.0
+      ],
+      [
+        "▁α",
+        0.0
+      ],
+      [
+        "▁meanings",
+        0.0
+      ],
+      [
+        "▁penny",
+        0.0
+      ],
+      [
+        "▁stern",
+        0.0
+      ],
+      [
+        "▁lar",
+        0.0
+      ],
+      [
+        "▁Published",
+        0.0
+      ],
+      [
+        "▁backdrop",
+        0.0
+      ],
+      [
+        "Kim",
+        0.0
+      ],
+      [
+        "▁Synt",
+        0.0
+      ],
+      [
+        "▁debuted",
+        0.0
+      ],
+      [
+        "wm",
+        0.0
+      ],
+      [
+        "▁Isle",
+        0.0
+      ],
+      [
+        "▁regulating",
+        0.0
+      ],
+      [
+        "otti",
+        0.0
+      ],
+      [
+        "▁Scholars",
+        0.0
+      ],
+      [
+        "icester",
+        0.0
+      ],
+      [
+        "▁Chef",
+        0.0
+      ],
+      [
+        "▁pops",
+        0.0
+      ],
+      [
+        "▁Launcher",
+        0.0
+      ],
+      [
+        "▁Various",
+        0.0
+      ],
+      [
+        "▁commenting",
+        0.0
+      ],
+      [
+        "oslav",
+        0.0
+      ],
+      [
+        "enzie",
+        0.0
+      ],
+      [
+        "▁rivalry",
+        0.0
+      ],
+      [
+        "âĤ¬",
+        0.0
+      ],
+      [
+        "Really",
+        0.0
+      ],
+      [
+        "▁orc",
+        0.0
+      ],
+      [
+        "▁bean",
+        0.0
+      ],
+      [
+        "▁Judy",
+        0.0
+      ],
+      [
+        "Notice",
+        0.0
+      ],
+      [
+        "▁Bike",
+        0.0
+      ],
+      [
+        "?]",
+        0.0
+      ],
+      [
+        "▁rented",
+        0.0
+      ],
+      [
+        "sten",
+        0.0
+      ],
+      [
+        "▁forefront",
+        0.0
+      ],
+      [
+        "▁Baldwin",
+        0.0
+      ],
+      [
+        "▁yielded",
+        0.0
+      ],
+      [
+        "tails",
+        0.0
+      ],
+      [
+        "Prime",
+        0.0
+      ],
+      [
+        "▁Sources",
+        0.0
+      ],
+      [
+        "icator",
+        0.0
+      ],
+      [
+        "Sean",
+        0.0
+      ],
+      [
+        "▁marching",
+        0.0
+      ],
+      [
+        "Output",
+        0.0
+      ],
+      [
+        "▁Jungle",
+        0.0
+      ],
+      [
+        "▁reside",
+        0.0
+      ],
+      [
+        "zzle",
+        0.0
+      ],
+      [
+        "▁Andrews",
+        0.0
+      ],
+      [
+        "▁torque",
+        0.0
+      ],
+      [
+        "Basic",
+        0.0
+      ],
+      [
+        "Actually",
+        0.0
+      ],
+      [
+        "strap",
+        0.0
+      ],
+      [
+        "penter",
+        0.0
+      ],
+      [
+        "▁exams",
+        0.0
+      ],
+      [
+        "▁Ya",
+        0.0
+      ],
+      [
+        "▁159",
+        0.0
+      ],
+      [
+        "▁Decision",
+        0.0
+      ],
+      [
+        "▁ransom",
+        0.0
+      ],
+      [
+        "eteenth",
+        0.0
+      ],
+      [
+        "ensing",
+        0.0
+      ],
+      [
+        "213",
+        0.0
+      ],
+      [
+        "▁sunset",
+        0.0
+      ],
+      [
+        "404",
+        0.0
+      ],
+      [
+        "▁Rapid",
+        0.0
+      ],
+      [
+        "▁Hein",
+        0.0
+      ],
+      [
+        "▁Aboriginal",
+        0.0
+      ],
+      [
+        "▁organism",
+        0.0
+      ],
+      [
+        "▁Sever",
+        0.0
+      ],
+      [
+        "▁cla",
+        0.0
+      ],
+      [
+        "aji",
+        0.0
+      ],
+      [
+        "Simple",
+        0.0
+      ],
+      [
+        "▁Flavor",
+        0.0
+      ],
+      [
+        "▁Eval",
+        0.0
+      ],
+      [
+        "prus",
+        0.0
+      ],
+      [
+        "▁chorus",
+        0.0
+      ],
+      [
+        "DAY",
+        0.0
+      ],
+      [
+        "▁denounced",
+        0.0
+      ],
+      [
+        "▁biography",
+        0.0
+      ],
+      [
+        "▁Turnbull",
+        0.0
+      ],
+      [
+        "Recent",
+        0.0
+      ],
+      [
+        "Normal",
+        0.0
+      ],
+      [
+        "lections",
+        0.0
+      ],
+      [
+        "Word",
+        0.0
+      ],
+      [
+        "▁ferry",
+        0.0
+      ],
+      [
+        "▁Wagner",
+        0.0
+      ],
+      [
+        "hom",
+        0.0
+      ],
+      [
+        "Unit",
+        0.0
+      ],
+      [
+        "▁supermarket",
+        0.0
+      ],
+      [
+        "▁Sith",
+        0.0
+      ],
+      [
+        "▁nominees",
+        0.0
+      ],
+      [
+        "▁dictatorship",
+        0.0
+      ],
+      [
+        "iddler",
+        0.0
+      ],
+      [
+        "▁announces",
+        0.0
+      ],
+      [
+        "▁Them",
+        0.0
+      ],
+      [
+        "▁Neptune",
+        0.0
+      ],
+      [
+        "▁deity",
+        0.0
+      ],
+      [
+        "▁Yi",
+        0.0
+      ],
+      [
+        "▁monarch",
+        0.0
+      ],
+      [
+        "ARR",
+        0.0
+      ],
+      [
+        "▁invaded",
+        0.0
+      ],
+      [
+        "▁Hok",
+        0.0
+      ],
+      [
+        "untary",
+        0.0
+      ],
+      [
+        "Certain",
+        0.0
+      ],
+      [
+        "ega",
+        0.0
+      ],
+      [
+        "▁kidding",
+        0.0
+      ],
+      [
+        "▁Regulation",
+        0.0
+      ],
+      [
+        "▁tray",
+        0.0
+      ],
+      [
+        "▁photographers",
+        0.0
+      ],
+      [
+        "▁Arcane",
+        0.0
+      ],
+      [
+        "▁discharged",
+        0.0
+      ],
+      [
+        "▁evangelical",
+        0.0
+      ],
+      [
+        "▁interchange",
+        0.0
+      ],
+      [
+        "▁filmmaker",
+        0.0
+      ],
+      [
+        "▁Endless",
+        0.0
+      ],
+      [
+        "▁290",
+        0.0
+      ],
+      [
+        "▁Salvador",
+        0.0
+      ],
+      [
+        "ASY",
+        0.0
+      ],
+      [
+        "▁Signal",
+        0.0
+      ],
+      [
+        "▁wrath",
+        0.0
+      ],
+      [
+        "âľ",
+        0.0
+      ],
+      [
+        "lot",
+        0.0
+      ],
+      [
+        "'/",
+        0.0
+      ],
+      [
+        "▁projectile",
+        0.0
+      ],
+      [
+        "▁employing",
+        0.0
+      ],
+      [
+        "▁Interface",
+        0.0
+      ],
+      [
+        "191",
+        0.0
+      ],
+      [
+        "atellite",
+        0.0
+      ],
+      [
+        "▁Rath",
+        0.0
+      ],
+      [
+        "package",
+        0.0
+      ],
+      [
+        "▁indications",
+        0.0
+      ],
+      [
+        "Jason",
+        0.0
+      ],
+      [
+        "▁args",
+        0.0
+      ],
+      [
+        "▁GHz",
+        0.0
+      ],
+      [
+        "▁tilt",
+        0.0
+      ],
+      [
+        "nants",
+        0.0
+      ],
+      [
+        "won",
+        0.0
+      ],
+      [
+        "ãĤµ",
+        0.0
+      ],
+      [
+        "redd",
+        0.0
+      ],
+      [
+        "rescent",
+        0.0
+      ],
+      [
+        "▁Calendar",
+        0.0
+      ],
+      [
+        "▁modular",
+        0.0
+      ],
+      [
+        "▁assisting",
+        0.0
+      ],
+      [
+        "▁redeem",
+        0.0
+      ],
+      [
+        "▁Bean",
+        0.0
+      ],
+      [
+        "▁worsh",
+        0.0
+      ],
+      [
+        "▁decentralized",
+        0.0
+      ],
+      [
+        ")...",
+        0.0
+      ],
+      [
+        "377",
+        0.0
+      ],
+      [
+        "▁arrays",
+        0.0
+      ],
+      [
+        "▁accomplishments",
+        0.0
+      ],
+      [
+        "ο",
+        0.0
+      ],
+      [
+        "dot",
+        0.0
+      ],
+      [
+        "▁mutually",
+        0.0
+      ],
+      [
+        "▁obstruct",
+        0.0
+      ],
+      [
+        "▁misrepresent",
+        0.0
+      ],
+      [
+        "orest",
+        0.0
+      ],
+      [
+        "ionic",
+        0.0
+      ],
+      [
+        "ruce",
+        0.0
+      ],
+      [
+        "%;",
+        0.0
+      ],
+      [
+        "▁knowingly",
+        0.0
+      ],
+      [
+        "porting",
+        0.0
+      ],
+      [
+        "inently",
+        0.0
+      ],
+      [
+        "Ari",
+        0.0
+      ],
+      [
+        "▁Schultz",
+        0.0
+      ],
+      [
+        "Da",
+        0.0
+      ],
+      [
+        "▁Cere",
+        0.0
+      ],
+      [
+        "▁obsolete",
+        0.0
+      ],
+      [
+        "ħĭ",
+        0.0
+      ],
+      [
+        "give",
+        0.0
+      ],
+      [
+        "▁bait",
+        0.0
+      ],
+      [
+        "▁enlarg",
+        0.0
+      ],
+      [
+        "Neill",
+        0.0
+      ],
+      [
+        "▁1933",
+        0.0
+      ],
+      [
+        "▁reconsider",
+        0.0
+      ],
+      [
+        "▁Sergeant",
+        0.0
+      ],
+      [
+        "▁Diane",
+        0.0
+      ],
+      [
+        "▁Cogn",
+        0.0
+      ],
+      [
+        "▁Icon",
+        0.0
+      ],
+      [
+        "Position",
+        0.0
+      ],
+      [
+        "▁fost",
+        0.0
+      ],
+      [
+        "▁stirring",
+        0.0
+      ],
+      [
+        "seven",
+        0.0
+      ],
+      [
+        "▁SpaceX",
+        0.0
+      ],
+      [
+        "uggets",
+        0.0
+      ],
+      [
+        "▁medd",
+        0.0
+      ],
+      [
+        "Gal",
+        0.0
+      ],
+      [
+        "▁Sister",
+        0.0
+      ],
+      [
+        "Boy",
+        0.0
+      ],
+      [
+        "▁triggering",
+        0.0
+      ],
+      [
+        "Taking",
+        0.0
+      ],
+      [
+        "▁screams",
+        0.0
+      ],
+      [
+        "▁causal",
+        0.0
+      ],
+      [
+        "▁awaken",
+        0.0
+      ],
+      [
+        "Arm",
+        0.0
+      ],
+      [
+        "297",
+        0.0
+      ],
+      [
+        "▁dispatched",
+        0.0
+      ],
+      [
+        "▁FALSE",
+        0.0
+      ],
+      [
+        "▁organizational",
+        0.0
+      ],
+      [
+        "▁Tong",
+        0.0
+      ],
+      [
+        "▁dilemma",
+        0.0
+      ],
+      [
+        "demon",
+        0.0
+      ],
+      [
+        "Spl",
+        0.0
+      ],
+      [
+        "▁hooks",
+        0.0
+      ],
+      [
+        "uding",
+        0.0
+      ],
+      [
+        "▁validate",
+        0.0
+      ],
+      [
+        "▁potion",
+        0.0
+      ],
+      [
+        "▁claw",
+        0.0
+      ],
+      [
+        "▁burgl",
+        0.0
+      ],
+      [
+        "▁quir",
+        0.0
+      ],
+      [
+        "ACA",
+        0.0
+      ],
+      [
+        "▁Brennan",
+        0.0
+      ],
+      [
+        "▁durability",
+        0.0
+      ],
+      [
+        "▁bombings",
+        0.0
+      ],
+      [
+        "▁Window",
+        0.0
+      ],
+      [
+        "▁culprit",
+        0.0
+      ],
+      [
+        "325",
+        0.0
+      ],
+      [
+        "Therefore",
+        0.0
+      ],
+      [
+        "umbered",
+        0.0
+      ],
+      [
+        "performance",
+        0.0
+      ],
+      [
+        "warts",
+        0.0
+      ],
+      [
+        "▁enforcing",
+        0.0
+      ],
+      [
+        "▁Blow",
+        0.0
+      ],
+      [
+        "▁reprint",
+        0.0
+      ],
+      [
+        "ifax",
+        0.0
+      ],
+      [
+        "alpha",
+        0.0
+      ],
+      [
+        "▁sinister",
+        0.0
+      ],
+      [
+        "▁burger",
+        0.0
+      ],
+      [
+        "fighting",
+        0.0
+      ],
+      [
+        "Score",
+        0.0
+      ],
+      [
+        "▁Stones",
+        0.0
+      ],
+      [
+        "iem",
+        0.0
+      ],
+      [
+        "405",
+        0.0
+      ],
+      [
+        "chemy",
+        0.0
+      ],
+      [
+        "▁vinegar",
+        0.0
+      ],
+      [
+        "nom",
+        0.0
+      ],
+      [
+        "▁prevailing",
+        0.0
+      ],
+      [
+        "▁Latest",
+        0.0
+      ],
+      [
+        "¶",
+        0.0
+      ],
+      [
+        "▁ba",
+        0.0
+      ],
+      [
+        "▁Writer",
+        0.0
+      ],
+      [
+        "▁177",
+        0.0
+      ],
+      [
+        "▁Conway",
+        0.0
+      ],
+      [
+        "▁collects",
+        0.0
+      ],
+      [
+        "▁quantitative",
+        0.0
+      ],
+      [
+        "▁horrors",
+        0.0
+      ],
+      [
+        "ogens",
+        0.0
+      ],
+      [
+        "▁Slov",
+        0.0
+      ],
+      [
+        "▁lays",
+        0.0
+      ],
+      [
+        "haw",
+        0.0
+      ],
+      [
+        "▁Slash",
+        0.0
+      ],
+      [
+        "▁nightclub",
+        0.0
+      ],
+      [
+        "▁Davies",
+        0.0
+      ],
+      [
+        "▁bride",
+        0.0
+      ],
+      [
+        "▁Scarlet",
+        0.0
+      ],
+      [
+        "ymm",
+        0.0
+      ],
+      [
+        "▁Applications",
+        0.0
+      ],
+      [
+        "velength",
+        0.0
+      ],
+      [
+        "▁revival",
+        0.0
+      ],
+      [
+        "▁softly",
+        0.0
+      ],
+      [
+        "▁zoo",
+        0.0
+      ],
+      [
+        "itaire",
+        0.0
+      ],
+      [
+        "Cur",
+        0.0
+      ],
+      [
+        "▁electrom",
+        0.0
+      ],
+      [
+        "▁planting",
+        0.0
+      ],
+      [
+        "OTO",
+        0.0
+      ],
+      [
+        "▁Elements",
+        0.0
+      ],
+      [
+        "▁swallow",
+        0.0
+      ],
+      [
+        "porter",
+        0.0
+      ],
+      [
+        "▁laptops",
+        0.0
+      ],
+      [
+        "▁peanut",
+        0.0
+      ],
+      [
+        "▁lobbyists",
+        0.0
+      ],
+      [
+        "β",
+        0.0
+      ],
+      [
+        "Panel",
+        0.0
+      ],
+      [
+        "▁Joan",
+        0.0
+      ],
+      [
+        "imil",
+        0.0
+      ],
+      [
+        "tnc",
+        0.0
+      ],
+      [
+        "▁resisted",
+        0.0
+      ],
+      [
+        "▁outwe",
+        0.0
+      ],
+      [
+        "▁retaining",
+        0.0
+      ],
+      [
+        "atri",
+        0.0
+      ],
+      [
+        "▁poorer",
+        0.0
+      ],
+      [
+        "▁Syrians",
+        0.0
+      ],
+      [
+        "▁Hammond",
+        0.0
+      ],
+      [
+        "▁weld",
+        0.0
+      ],
+      [
+        "uder",
+        0.0
+      ],
+      [
+        "topic",
+        0.0
+      ],
+      [
+        "▁TT",
+        0.0
+      ],
+      [
+        "ricia",
+        0.0
+      ],
+      [
+        "▁thieves",
+        0.0
+      ],
+      [
+        "Lic",
+        0.0
+      ],
+      [
+        "▁Gust",
+        0.0
+      ],
+      [
+        "▁Ways",
+        0.0
+      ],
+      [
+        "areth",
+        0.0
+      ],
+      [
+        "243",
+        0.0
+      ],
+      [
+        "▁broadcaster",
+        0.0
+      ],
+      [
+        "shield",
+        0.0
+      ],
+      [
+        "assium",
+        0.0
+      ],
+      [
+        "uble",
+        0.0
+      ],
+      [
+        "▁airstrikes",
+        0.0
+      ],
+      [
+        "onso",
+        0.0
+      ],
+      [
+        "▁pedal",
+        0.0
+      ],
+      [
+        "▁collectors",
+        0.0
+      ],
+      [
+        "▁Vander",
+        0.0
+      ],
+      [
+        "▁Mesa",
+        0.0
+      ],
+      [
+        "▁dictator",
+        0.0
+      ],
+      [
+        "▁dir",
+        0.0
+      ],
+      [
+        "enton",
+        0.0
+      ],
+      [
+        "cart",
+        0.0
+      ],
+      [
+        "score",
+        0.0
+      ],
+      [
+        "adder",
+        0.0
+      ],
+      [
+        "Cry",
+        0.0
+      ],
+      [
+        "▁ssh",
+        0.0
+      ],
+      [
+        "gger",
+        0.0
+      ],
+      [
+        "▁drunken",
+        0.0
+      ],
+      [
+        "▁GS",
+        0.0
+      ],
+      [
+        "▁Seat",
+        0.0
+      ],
+      [
+        "▁cornerback",
+        0.0
+      ],
+      [
+        "▁skipped",
+        0.0
+      ],
+      [
+        "▁Researchers",
+        0.0
+      ],
+      [
+        "▁Audi",
+        0.0
+      ],
+      [
+        "Reference",
+        0.0
+      ],
+      [
+        "▁haunted",
+        0.0
+      ],
+      [
+        "ë",
+        0.0
+      ],
+      [
+        "▁Clinic",
+        0.0
+      ],
+      [
+        "cz",
+        0.0
+      ],
+      [
+        "▁ps",
+        0.0
+      ],
+      [
+        "▁Paladin",
+        0.0
+      ],
+      [
+        "▁Recipe",
+        0.0
+      ],
+      [
+        "▁stigma",
+        0.0
+      ],
+      [
+        "oppy",
+        0.0
+      ],
+      [
+        "▁monkeys",
+        0.0
+      ],
+      [
+        "▁Hawk",
+        0.0
+      ],
+      [
+        "Sad",
+        0.0
+      ],
+      [
+        "\"/>",
+        0.0
+      ],
+      [
+        "▁Workshop",
+        0.0
+      ],
+      [
+        "▁Retail",
+        0.0
+      ],
+      [
+        "▁Avatar",
+        0.0
+      ],
+      [
+        "625",
+        0.0
+      ],
+      [
+        "Na",
+        0.0
+      ],
+      [
+        "▁VC",
+        0.0
+      ],
+      [
+        "▁Secure",
+        0.0
+      ],
+      [
+        "MY",
+        0.0
+      ],
+      [
+        "1988",
+        0.0
+      ],
+      [
+        "ossip",
+        0.0
+      ],
+      [
+        "▁prostate",
+        0.0
+      ],
+      [
+        "▁unden",
+        0.0
+      ],
+      [
+        "▁gamer",
+        0.0
+      ],
+      [
+        "▁Contents",
+        0.0
+      ],
+      [
+        "▁Warhammer",
+        0.0
+      ],
+      [
+        "▁Sentinel",
+        0.0
+      ],
+      [
+        "310",
+        0.0
+      ],
+      [
+        "▁segregation",
+        0.0
+      ],
+      [
+        "▁Flex",
+        0.0
+      ],
+      [
+        "▁MAY",
+        0.0
+      ],
+      [
+        "▁drills",
+        0.0
+      ],
+      [
+        "▁Drugs",
+        0.0
+      ],
+      [
+        "Islamic",
+        0.0
+      ],
+      [
+        "▁spur",
+        0.0
+      ],
+      [
+        "▁cafe",
+        0.0
+      ],
+      [
+        "▁imaginary",
+        0.0
+      ],
+      [
+        "▁guiding",
+        0.0
+      ],
+      [
+        "▁swings",
+        0.0
+      ],
+      [
+        "▁Theme",
+        0.0
+      ],
+      [
+        "oby",
+        0.0
+      ],
+      [
+        "▁nud",
+        0.0
+      ],
+      [
+        "▁begging",
+        0.0
+      ],
+      [
+        "▁strongh",
+        0.0
+      ],
+      [
+        "▁rejecting",
+        0.0
+      ],
+      [
+        "▁pedestrians",
+        0.0
+      ],
+      [
+        "▁Prospect",
+        0.0
+      ],
+      [
+        "Rare",
+        0.0
+      ],
+      [
+        "sle",
+        0.0
+      ],
+      [
+        "▁concessions",
+        0.0
+      ],
+      [
+        "▁Constitutional",
+        0.0
+      ],
+      [
+        "▁beams",
+        0.0
+      ],
+      [
+        "▁fibers",
+        0.0
+      ],
+      [
+        "poon",
+        0.0
+      ],
+      [
+        "▁instincts",
+        0.0
+      ],
+      [
+        "property",
+        0.0
+      ],
+      [
+        "▁BIG",
+        0.0
+      ],
+      [
+        "Sanders",
+        0.0
+      ],
+      [
+        "imates",
+        0.0
+      ],
+      [
+        "▁coating",
+        0.0
+      ],
+      [
+        "▁corpses",
+        0.0
+      ],
+      [
+        "▁TRUE",
+        0.0
+      ],
+      [
+        "checked",
+        0.0
+      ],
+      [
+        "▁166",
+        0.0
+      ],
+      [
+        "Ash",
+        0.0
+      ],
+      [
+        "▁JS",
+        0.0
+      ],
+      [
+        "▁Fiction",
+        0.0
+      ],
+      [
+        "▁communal",
+        0.0
+      ],
+      [
+        "▁energetic",
+        0.0
+      ],
+      [
+        "oooooooo",
+        0.0
+      ],
+      [
+        "▁nowadays",
+        0.0
+      ],
+      [
+        "ILD",
+        0.0
+      ],
+      [
+        "ibo",
+        0.0
+      ],
+      [
+        "▁SUV",
+        0.0
+      ],
+      [
+        "Ren",
+        0.0
+      ],
+      [
+        "▁dwelling",
+        0.0
+      ],
+      [
+        "Silver",
+        0.0
+      ],
+      [
+        "▁tally",
+        0.0
+      ],
+      [
+        "▁Moving",
+        0.0
+      ],
+      [
+        "▁coward",
+        0.0
+      ],
+      [
+        "▁generals",
+        0.0
+      ],
+      [
+        "▁horns",
+        0.0
+      ],
+      [
+        "▁circulated",
+        0.0
+      ],
+      [
+        "▁robbed",
+        0.0
+      ],
+      [
+        "▁Unlimited",
+        0.0
+      ],
+      [
+        "▁harassed",
+        0.0
+      ],
+      [
+        "▁inhibit",
+        0.0
+      ],
+      [
+        "▁composer",
+        0.0
+      ],
+      [
+        "▁Spotify",
+        0.0
+      ],
+      [
+        "▁spreads",
+        0.0
+      ],
+      [
+        "364",
+        0.0
+      ],
+      [
+        "▁suicidal",
+        0.0
+      ],
+      [
+        "▁noises",
+        0.0
+      ],
+      [
+        "▁Stur",
+        0.0
+      ],
+      [
+        "▁saga",
+        0.0
+      ],
+      [
+        "▁Kag",
+        0.0
+      ],
+      [
+        "iso",
+        0.0
+      ],
+      [
+        "▁theoretically",
+        0.0
+      ],
+      [
+        "Money",
+        0.0
+      ],
+      [
+        "▁similarity",
+        0.0
+      ],
+      [
+        "▁sliced",
+        0.0
+      ],
+      [
+        "utils",
+        0.0
+      ],
+      [
+        "inges",
+        0.0
+      ],
+      [
+        "\"-",
+        0.0
+      ],
+      [
+        "▁anth",
+        0.0
+      ],
+      [
+        "▁imped",
+        0.0
+      ],
+      [
+        "Module",
+        0.0
+      ],
+      [
+        "Throughout",
+        0.0
+      ],
+      [
+        "▁menus",
+        0.0
+      ],
+      [
+        "committee",
+        0.0
+      ],
+      [
+        "andi",
+        0.0
+      ],
+      [
+        "obj",
+        0.0
+      ],
+      [
+        "inav",
+        0.0
+      ],
+      [
+        "fired",
+        0.0
+      ],
+      [
+        "▁Abdullah",
+        0.0
+      ],
+      [
+        "▁undead",
+        0.0
+      ],
+      [
+        "▁fonts",
+        0.0
+      ],
+      [
+        "Hold",
+        0.0
+      ],
+      [
+        "ENG",
+        0.0
+      ],
+      [
+        "▁sustainability",
+        0.0
+      ],
+      [
+        "▁flick",
+        0.0
+      ],
+      [
+        "▁razor",
+        0.0
+      ],
+      [
+        "▁Fest",
+        0.0
+      ],
+      [
+        "▁Characters",
+        0.0
+      ],
+      [
+        "▁wording",
+        0.0
+      ],
+      [
+        "▁populist",
+        0.0
+      ],
+      [
+        "▁criticizing",
+        0.0
+      ],
+      [
+        "▁muse",
+        0.0
+      ],
+      [
+        "vine",
+        0.0
+      ],
+      [
+        "▁cardboard",
+        0.0
+      ],
+      [
+        "▁kindly",
+        0.0
+      ],
+      [
+        "▁fringe",
+        0.0
+      ],
+      [
+        "▁Theft",
+        0.0
+      ],
+      [
+        "icultural",
+        0.0
+      ],
+      [
+        "▁governors",
+        0.0
+      ],
+      [
+        "▁����",
+        0.0
+      ],
+      [
+        "▁163",
+        0.0
+      ],
+      [
+        "▁timeout",
+        0.0
+      ],
+      [
+        "▁Auth",
+        0.0
+      ],
+      [
+        "Children",
+        0.0
+      ],
+      [
+        "AU",
+        0.0
+      ],
+      [
+        "▁redemption",
+        0.0
+      ],
+      [
+        "▁Alger",
+        0.0
+      ],
+      [
+        "▁1914",
+        0.0
+      ],
+      [
+        "▁waved",
+        0.0
+      ],
+      [
+        "▁astronauts",
+        0.0
+      ],
+      [
+        "ograms",
+        0.0
+      ],
+      [
+        "▁swamp",
+        0.0
+      ],
+      [
+        "▁Finnish",
+        0.0
+      ],
+      [
+        "▁candle",
+        0.0
+      ],
+      [
+        "▁tonnes",
+        0.0
+      ],
+      [
+        "utm",
+        0.0
+      ],
+      [
+        "▁ray",
+        0.0
+      ],
+      [
+        "▁spun",
+        0.0
+      ],
+      [
+        "▁fearful",
+        0.0
+      ],
+      [
+        "articles",
+        0.0
+      ],
+      [
+        "▁caus",
+        0.0
+      ],
+      [
+        "orically",
+        0.0
+      ],
+      [
+        "▁Requires",
+        0.0
+      ],
+      [
+        "▁Gol",
+        0.0
+      ],
+      [
+        "▁pope",
+        0.0
+      ],
+      [
+        "▁inaugural",
+        0.0
+      ],
+      [
+        "▁gle",
+        0.0
+      ],
+      [
+        "ADA",
+        0.0
+      ],
+      [
+        "▁ISIL",
+        0.0
+      ],
+      [
+        "▁Offensive",
+        0.0
+      ],
+      [
+        "▁watchdog",
+        0.0
+      ],
+      [
+        "▁balcon",
+        0.0
+      ],
+      [
+        "entity",
+        0.0
+      ],
+      [
+        "▁Hoo",
+        0.0
+      ],
+      [
+        "▁gallon",
+        0.0
+      ],
+      [
+        "ACC",
+        0.0
+      ],
+      [
+        "▁doubling",
+        0.0
+      ],
+      [
+        "▁implication",
+        0.0
+      ],
+      [
+        "▁Sight",
+        0.0
+      ],
+      [
+        "▁doctr",
+        0.0
+      ],
+      [
+        "-------",
+        0.0
+      ],
+      [
+        "▁\\\\",
+        0.0
+      ],
+      [
+        "▁malt",
+        0.0
+      ],
+      [
+        "Roll",
+        0.0
+      ],
+      [
+        "▁âī¥",
+        0.0
+      ],
+      [
+        "▁recap",
+        0.0
+      ],
+      [
+        "adding",
+        0.0
+      ],
+      [
+        "uces",
+        0.0
+      ],
+      [
+        "▁Bend",
+        0.0
+      ],
+      [
+        "figure",
+        0.0
+      ],
+      [
+        "▁turkey",
+        0.0
+      ],
+      [
+        "▁societal",
+        0.0
+      ],
+      [
+        "▁Tickets",
+        0.0
+      ],
+      [
+        "▁commercially",
+        0.0
+      ],
+      [
+        "▁spicy",
+        0.0
+      ],
+      [
+        "▁216",
+        0.0
+      ],
+      [
+        "▁Ramp",
+        0.0
+      ],
+      [
+        "▁superiority",
+        0.0
+      ],
+      [
+        "ï",
+        0.0
+      ],
+      [
+        "▁Tracker",
+        0.0
+      ],
+      [
+        "Carl",
+        0.0
+      ],
+      [
+        "▁Coy",
+        0.0
+      ],
+      [
+        "▁Patriot",
+        0.0
+      ],
+      [
+        "▁consulted",
+        0.0
+      ],
+      [
+        "▁listings",
+        0.0
+      ],
+      [
+        "▁slew",
+        0.0
+      ],
+      [
+        "reenshot",
+        0.0
+      ],
+      [
+        "▁Gone",
+        0.0
+      ],
+      [
+        "▁[...]",
+        0.0
+      ],
+      [
+        "309",
+        0.0
+      ],
+      [
+        "▁hottest",
+        0.0
+      ],
+      [
+        "ر",
+        0.0
+      ],
+      [
+        "▁rocky",
+        0.0
+      ],
+      [
+        "▁Diaz",
+        0.0
+      ],
+      [
+        "▁massage",
+        0.0
+      ],
+      [
+        "▁paraly",
+        0.0
+      ],
+      [
+        "▁pony",
+        0.0
+      ],
+      [
+        "Az",
+        0.0
+      ],
+      [
+        "▁cartridge",
+        0.0
+      ],
+      [
+        "▁NZ",
+        0.0
+      ],
+      [
+        "▁snack",
+        0.0
+      ],
+      [
+        "▁Lamar",
+        0.0
+      ],
+      [
+        "plement",
+        0.0
+      ],
+      [
+        "▁Leslie",
+        0.0
+      ],
+      [
+        "▁mater",
+        0.0
+      ],
+      [
+        "▁snipp",
+        0.0
+      ],
+      [
+        "246",
+        0.0
+      ],
+      [
+        "▁jointly",
+        0.0
+      ],
+      [
+        "▁Brisbane",
+        0.0
+      ],
+      [
+        "▁iPod",
+        0.0
+      ],
+      [
+        "▁pumping",
+        0.0
+      ],
+      [
+        "▁goat",
+        0.0
+      ],
+      [
+        "▁Sharon",
+        0.0
+      ],
+      [
+        "ealing",
+        0.0
+      ],
+      [
+        "▁coron",
+        0.0
+      ],
+      [
+        "▁anomal",
+        0.0
+      ],
+      [
+        "rahim",
+        0.0
+      ],
+      [
+        "▁Connection",
+        0.0
+      ],
+      [
+        "▁sculpture",
+        0.0
+      ],
+      [
+        "▁scheduling",
+        0.0
+      ],
+      [
+        "▁Daddy",
+        0.0
+      ],
+      [
+        "athing",
+        0.0
+      ],
+      [
+        "▁eyebrows",
+        0.0
+      ],
+      [
+        "▁curved",
+        0.0
+      ],
+      [
+        "▁sentiments",
+        0.0
+      ],
+      [
+        "▁drafting",
+        0.0
+      ],
+      [
+        "Drop",
+        0.0
+      ],
+      [
+        "([",
+        0.0
+      ],
+      [
+        "▁nominal",
+        0.0
+      ],
+      [
+        "▁Leadership",
+        0.0
+      ],
+      [
+        "▁Grow",
+        0.0
+      ],
+      [
+        "▁176",
+        0.0
+      ],
+      [
+        "▁constructive",
+        0.0
+      ],
+      [
+        "ivation",
+        0.0
+      ],
+      [
+        "▁corrupted",
+        0.0
+      ],
+      [
+        "gerald",
+        0.0
+      ],
+      [
+        "▁Cros",
+        0.0
+      ],
+      [
+        "▁Chester",
+        0.0
+      ],
+      [
+        "▁Lap",
+        0.0
+      ],
+      [
+        "ãģª",
+        0.0
+      ],
+      [
+        "OTH",
+        0.0
+      ],
+      [
+        "DATA",
+        0.0
+      ],
+      [
+        "▁almond",
+        0.0
+      ],
+      [
+        "probably",
+        0.0
+      ],
+      [
+        "Imp",
+        0.0
+      ],
+      [
+        "▁feast",
+        0.0
+      ],
+      [
+        "▁Warcraft",
+        0.0
+      ],
+      [
+        "Flor",
+        0.0
+      ],
+      [
+        "▁checkpoint",
+        0.0
+      ],
+      [
+        "▁transcription",
+        0.0
+      ],
+      [
+        "▁204",
+        0.0
+      ],
+      [
+        "▁tweaks",
+        0.0
+      ],
+      [
+        "▁relieve",
+        0.0
+      ],
+      [
+        "Science",
+        0.0
+      ],
+      [
+        "▁performer",
+        0.0
+      ],
+      [
+        "Zone",
+        0.0
+      ],
+      [
+        "▁turmoil",
+        0.0
+      ],
+      [
+        "igated",
+        0.0
+      ],
+      [
+        "hibit",
+        0.0
+      ],
+      [
+        "▁Cafe",
+        0.0
+      ],
+      [
+        "themed",
+        0.0
+      ],
+      [
+        "▁fluor",
+        0.0
+      ],
+      [
+        "bench",
+        0.0
+      ],
+      [
+        "▁decom",
+        0.0
+      ],
+      [
+        "▁Unt",
+        0.0
+      ],
+      [
+        "▁Barrett",
+        0.0
+      ],
+      [
+        "▁Facts",
+        0.0
+      ],
+      [
+        "▁tasting",
+        0.0
+      ],
+      [
+        "▁PTSD",
+        0.0
+      ],
+      [
+        "▁Seal",
+        0.0
+      ],
+      [
+        "▁Judaism",
+        0.0
+      ],
+      [
+        "▁Dynamic",
+        0.0
+      ],
+      [
+        "▁Cors",
+        0.0
+      ],
+      [
+        "Ve",
+        0.0
+      ],
+      [
+        "▁Ming",
+        0.0
+      ],
+      [
+        "▁Transform",
+        0.0
+      ],
+      [
+        "von",
+        0.0
+      ],
+      [
+        "▁Defenders",
+        0.0
+      ],
+      [
+        "▁Tactical",
+        0.0
+      ],
+      [
+        "▁Von",
+        0.0
+      ],
+      [
+        "▁Univers",
+        0.0
+      ],
+      [
+        "▁distorted",
+        0.0
+      ],
+      [
+        "▁Breath",
+        0.0
+      ],
+      [
+        "?'\"",
+        0.0
+      ],
+      [
+        "▁agon",
+        0.0
+      ],
+      [
+        "▁Deadly",
+        0.0
+      ],
+      [
+        "▁lan",
+        0.0
+      ],
+      [
+        "▁Cycle",
+        0.0
+      ],
+      [
+        "orned",
+        0.0
+      ],
+      [
+        "▁reliably",
+        0.0
+      ],
+      [
+        "▁glor",
+        0.0
+      ],
+      [
+        "▁Monkey",
+        0.0
+      ],
+      [
+        "ãĥ¡",
+        0.0
+      ],
+      [
+        "▁adren",
+        0.0
+      ],
+      [
+        "▁microwave",
+        0.0
+      ],
+      [
+        "▁Alban",
+        0.0
+      ],
+      [
+        "ircraft",
+        0.0
+      ],
+      [
+        "digit",
+        0.0
+      ],
+      [
+        "smart",
+        0.0
+      ],
+      [
+        "▁Dread",
+        0.0
+      ],
+      [
+        "¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯",
+        0.0
+      ],
+      [
+        "{{",
+        0.0
+      ],
+      [
+        "▁Rochester",
+        0.0
+      ],
+      [
+        "▁simplified",
+        0.0
+      ],
+      [
+        "▁inflicted",
+        0.0
+      ],
+      [
+        "▁takeover",
+        0.0
+      ],
+      [
+        "▁yourselves",
+        0.0
+      ],
+      [
+        "aditional",
+        0.0
+      ],
+      [
+        "▁muscular",
+        0.0
+      ],
+      [
+        "KS",
+        0.0
+      ],
+      [
+        "▁ingen",
+        0.0
+      ],
+      [
+        "Tax",
+        0.0
+      ],
+      [
+        "▁Feature",
+        0.0
+      ],
+      [
+        "277",
+        0.0
+      ],
+      [
+        "▁cruc",
+        0.0
+      ],
+      [
+        "▁crate",
+        0.0
+      ],
+      [
+        "▁unidentified",
+        0.0
+      ],
+      [
+        "▁acclaimed",
+        0.0
+      ],
+      [
+        "▁Manga",
+        0.0
+      ],
+      [
+        "▁Frances",
+        0.0
+      ],
+      [
+        "▁Nepal",
+        0.0
+      ],
+      [
+        "▁Gerald",
+        0.0
+      ],
+      [
+        "▁Kuwait",
+        0.0
+      ],
+      [
+        "▁slain",
+        0.0
+      ],
+      [
+        "▁Heb",
+        0.0
+      ],
+      [
+        "▁Goku",
+        0.0
+      ],
+      [
+        "ãģ®æ",
+        0.0
+      ],
+      [
+        "286",
+        0.0
+      ],
+      [
+        "Mrs",
+        0.0
+      ],
+      [
+        "▁Cody",
+        0.0
+      ],
+      [
+        "▁Sanctuary",
+        0.0
+      ],
+      [
+        "016",
+        0.0
+      ],
+      [
+        "▁dismant",
+        0.0
+      ],
+      [
+        "▁dataset",
+        0.0
+      ],
+      [
+        "▁Hond",
+        0.0
+      ],
+      [
+        "buck",
+        0.0
+      ],
+      [
+        "▁Patterson",
+        0.0
+      ],
+      [
+        "▁palette",
+        0.0
+      ],
+      [
+        "▁GD",
+        0.0
+      ],
+      [
+        "icol",
+        0.0
+      ],
+      [
+        "▁Lodge",
+        0.0
+      ],
+      [
+        "▁planetary",
+        0.0
+      ],
+      [
+        "akin",
+        0.0
+      ],
+      [
+        "▁Registered",
+        0.0
+      ],
+      [
+        "abwe",
+        0.0
+      ],
+      [
+        "▁Petersburg",
+        0.0
+      ],
+      [
+        "▁hailed",
+        0.0
+      ],
+      [
+        "▁Piece",
+        0.0
+      ],
+      [
+        "Sche",
+        0.0
+      ],
+      [
+        "▁DOJ",
+        0.0
+      ],
+      [
+        "▁enumer",
+        0.0
+      ],
+      [
+        "181",
+        0.0
+      ],
+      [
+        "▁Observer",
+        0.0
+      ],
+      [
+        "▁Bold",
+        0.0
+      ],
+      [
+        "founded",
+        0.0
+      ],
+      [
+        "commerce",
+        0.0
+      ],
+      [
+        "▁exploits",
+        0.0
+      ],
+      [
+        "▁Finding",
+        0.0
+      ],
+      [
+        "URN",
+        0.0
+      ],
+      [
+        "▁Sne",
+        0.0
+      ],
+      [
+        "▁Acid",
+        0.0
+      ],
+      [
+        "ayette",
+        0.0
+      ],
+      [
+        "▁Values",
+        0.0
+      ],
+      [
+        "▁drastic",
+        0.0
+      ],
+      [
+        "▁architectural",
+        0.0
+      ],
+      [
+        "▁\".",
+        0.0
+      ],
+      [
+        "×ķ",
+        0.0
+      ],
+      [
+        "umped",
+        0.0
+      ],
+      [
+        "▁wrapping",
+        0.0
+      ],
+      [
+        "▁widow",
+        0.0
+      ],
+      [
+        "▁Slayer",
+        0.0
+      ],
+      [
+        "lace",
+        0.0
+      ],
+      [
+        "once",
+        0.0
+      ],
+      [
+        "Germany",
+        0.0
+      ],
+      [
+        "avoid",
+        0.0
+      ],
+      [
+        "▁temples",
+        0.0
+      ],
+      [
+        "PAR",
+        0.0
+      ],
+      [
+        "ô",
+        0.0
+      ],
+      [
+        "▁Lucifer",
+        0.0
+      ],
+      [
+        "▁Flickr",
+        0.0
+      ],
+      [
+        "lov",
+        0.0
+      ],
+      [
+        "forces",
+        0.0
+      ],
+      [
+        "▁scouting",
+        0.0
+      ],
+      [
+        "▁louder",
+        0.0
+      ],
+      [
+        "tesy",
+        0.0
+      ],
+      [
+        "▁beforehand",
+        0.0
+      ],
+      [
+        "Äĵ",
+        0.0
+      ],
+      [
+        "▁Neon",
+        0.0
+      ],
+      [
+        "▁Wol",
+        0.0
+      ],
+      [
+        "▁Typically",
+        0.0
+      ],
+      [
+        "▁Politico",
+        0.0
+      ],
+      [
+        "-+-+",
+        0.0
+      ],
+      [
+        "▁builder",
+        0.0
+      ],
+      [
+        "▁derive",
+        0.0
+      ],
+      [
+        "Kill",
+        0.0
+      ],
+      [
+        "▁poker",
+        0.0
+      ],
+      [
+        "▁ambiguous",
+        0.0
+      ],
+      [
+        "▁lifts",
+        0.0
+      ],
+      [
+        "▁cyt",
+        0.0
+      ],
+      [
+        "▁ribs",
+        0.0
+      ],
+      [
+        "oodle",
+        0.0
+      ],
+      [
+        "▁Sounds",
+        0.0
+      ],
+      [
+        "hair",
+        0.0
+      ],
+      [
+        "▁Syndrome",
+        0.0
+      ],
+      [
+        "tf",
+        0.0
+      ],
+      [
+        "▁proportional",
+        0.0
+      ],
+      [
+        "uid",
+        0.0
+      ],
+      [
+        "▁pertaining",
+        0.0
+      ],
+      [
+        "▁Kindle",
+        0.0
+      ],
+      [
+        "▁Negro",
+        0.0
+      ],
+      [
+        "▁reiterated",
+        0.0
+      ],
+      [
+        "▁Tonight",
+        0.0
+      ],
+      [
+        "oths",
+        0.0
+      ],
+      [
+        "▁Cornell",
+        0.0
+      ],
+      [
+        "▁owing",
+        0.0
+      ],
+      [
+        "▁208",
+        0.0
+      ],
+      [
+        "elfare",
+        0.0
+      ],
+      [
+        "ocating",
+        0.0
+      ],
+      [
+        "▁Birds",
+        0.0
+      ],
+      [
+        "Subscribe",
+        0.0
+      ],
+      [
+        "▁essays",
+        0.0
+      ],
+      [
+        "▁burdens",
+        0.0
+      ],
+      [
+        "▁illustrations",
+        0.0
+      ],
+      [
+        "arious",
+        0.0
+      ],
+      [
+        "ERAL",
+        0.0
+      ],
+      [
+        "▁Calcul",
+        0.0
+      ],
+      [
+        "▁xen",
+        0.0
+      ],
+      [
+        "▁LinkedIn",
+        0.0
+      ],
+      [
+        "▁Jung",
+        0.0
+      ],
+      [
+        "▁redesign",
+        0.0
+      ],
+      [
+        "Connor",
+        0.0
+      ],
+      [
+        "296",
+        0.0
+      ],
+      [
+        "▁reversal",
+        0.0
+      ],
+      [
+        "▁Adelaide",
+        0.0
+      ],
+      [
+        "▁LL",
+        0.0
+      ],
+      [
+        "▁sinking",
+        0.0
+      ],
+      [
+        "▁gum",
+        0.0
+      ],
+      [
+        "USH",
+        0.0
+      ],
+      [
+        "capt",
+        0.0
+      ],
+      [
+        "▁Grimm",
+        0.0
+      ],
+      [
+        "▁footsteps",
+        0.0
+      ],
+      [
+        "▁CBD",
+        0.0
+      ],
+      [
+        "ispers",
+        0.0
+      ],
+      [
+        "▁prose",
+        0.0
+      ],
+      [
+        "Wednesday",
+        0.0
+      ],
+      [
+        "▁Movies",
+        0.0
+      ],
+      [
+        "edin",
+        0.0
+      ],
+      [
+        "▁overturned",
+        0.0
+      ],
+      [
+        "▁contentious",
+        0.0
+      ],
+      [
+        "USB",
+        0.0
+      ],
+      [
+        "~~~~~~~~~~~~~~~~",
+        0.0
+      ],
+      [
+        "▁Copper",
+        0.0
+      ],
+      [
+        "▁pointless",
+        0.0
+      ],
+      [
+        "NV",
+        0.0
+      ],
+      [
+        "values",
+        0.0
+      ],
+      [
+        "olphin",
+        0.0
+      ],
+      [
+        "dain",
+        0.0
+      ],
+      [
+        "▁deposited",
+        0.0
+      ],
+      [
+        "▁GW",
+        0.0
+      ],
+      [
+        "▁preceded",
+        0.0
+      ],
+      [
+        "▁Cla",
+        0.0
+      ],
+      [
+        "▁Golem",
+        0.0
+      ],
+      [
+        "▁Nim",
+        0.0
+      ],
+      [
+        "▁β",
+        0.0
+      ],
+      [
+        "▁Engineers",
+        0.0
+      ],
+      [
+        "middle",
+        0.0
+      ],
+      [
+        "▁flatt",
+        0.0
+      ],
+      [
+        "operative",
+        0.0
+      ],
+      [
+        "▁councils",
+        0.0
+      ],
+      [
+        "imbabwe",
+        0.0
+      ],
+      [
+        "elin",
+        0.0
+      ],
+      [
+        "▁stressful",
+        0.0
+      ],
+      [
+        "▁LD",
+        0.0
+      ],
+      [
+        "▁resh",
+        0.0
+      ],
+      [
+        "lake",
+        0.0
+      ],
+      [
+        "▁wheelchair",
+        0.0
+      ],
+      [
+        "▁Alternative",
+        0.0
+      ],
+      [
+        "▁optimize",
+        0.0
+      ],
+      [
+        "operation",
+        0.0
+      ],
+      [
+        "▁peek",
+        0.0
+      ],
+      [
+        "▁oneself",
+        0.0
+      ],
+      [
+        "igil",
+        0.0
+      ],
+      [
+        "▁transitions",
+        0.0
+      ],
+      [
+        "opathy",
+        0.0
+      ],
+      [
+        "blank",
+        0.0
+      ],
+      [
+        "▁169",
+        0.0
+      ],
+      [
+        "171",
+        0.0
+      ],
+      [
+        "________________________________________________________________",
+        0.0
+      ],
+      [
+        "▁laundering",
+        0.0
+      ],
+      [
+        "Enc",
+        0.0
+      ],
+      [
+        "▁DEC",
+        0.0
+      ],
+      [
+        "▁workouts",
+        0.0
+      ],
+      [
+        "▁spikes",
+        0.0
+      ],
+      [
+        "▁dinosaurs",
+        0.0
+      ],
+      [
+        "▁discriminatory",
+        0.0
+      ],
+      [
+        "Pool",
+        0.0
+      ],
+      [
+        "Rather",
+        0.0
+      ],
+      [
+        "385",
+        0.0
+      ],
+      [
+        "RNA",
+        0.0
+      ],
+      [
+        "testers",
+        0.0
+      ],
+      [
+        "eto",
+        0.0
+      ],
+      [
+        "▁Identity",
+        0.0
+      ],
+      [
+        "▁vein",
+        0.0
+      ],
+      [
+        "▁Burton",
+        0.0
+      ],
+      [
+        "▁arcade",
+        0.0
+      ],
+      [
+        "420",
+        0.0
+      ],
+      [
+        "Ultimately",
+        0.0
+      ],
+      [
+        "▁Sadly",
+        0.0
+      ],
+      [
+        "ð",
+        0.0
+      ],
+      [
+        "pill",
+        0.0
+      ],
+      [
+        "▁cubic",
+        0.0
+      ],
+      [
+        "▁Spectrum",
+        0.0
+      ],
+      [
+        "these",
+        0.0
+      ],
+      [
+        "states",
+        0.0
+      ],
+      [
+        "▁unofficial",
+        0.0
+      ],
+      [
+        "hawks",
+        0.0
+      ],
+      [
+        "▁EVERY",
+        0.0
+      ],
+      [
+        "▁rainbow",
+        0.0
+      ],
+      [
+        "▁incarceration",
+        0.0
+      ],
+      [
+        "anding",
+        0.0
+      ],
+      [
+        "▁syll",
+        0.0
+      ],
+      [
+        "▁Everton",
+        0.0
+      ],
+      [
+        "▁179",
+        0.0
+      ],
+      [
+        "▁Serbia",
+        0.0
+      ],
+      [
+        "▁189",
+        0.0
+      ],
+      [
+        "meter",
+        0.0
+      ],
+      [
+        "▁Mickey",
+        0.0
+      ],
+      [
+        "▁antiqu",
+        0.0
+      ],
+      [
+        "▁factual",
+        0.0
+      ],
+      [
+        "neck",
+        0.0
+      ],
+      [
+        "▁Nare",
+        0.0
+      ],
+      [
+        "norm",
+        0.0
+      ],
+      [
+        "must",
+        0.0
+      ],
+      [
+        "▁highways",
+        0.0
+      ],
+      [
+        "▁glam",
+        0.0
+      ],
+      [
+        "▁dividing",
+        0.0
+      ],
+      [
+        "▁Squadron",
+        0.0
+      ],
+      [
+        "▁Martha",
+        0.0
+      ],
+      [
+        "▁births",
+        0.0
+      ],
+      [
+        "Cover",
+        0.0
+      ],
+      [
+        "////////////////",
+        0.0
+      ],
+      [
+        "▁Wong",
+        0.0
+      ],
+      [
+        "Phot",
+        0.0
+      ],
+      [
+        "▁ALS",
+        0.0
+      ],
+      [
+        "rio",
+        0.0
+      ],
+      [
+        "▁Nonetheless",
+        0.0
+      ],
+      [
+        "▁Lemon",
+        0.0
+      ],
+      [
+        "▁206",
+        0.0
+      ],
+      [
+        "▁EE",
+        0.0
+      ],
+      [
+        "▁derivative",
+        0.0
+      ],
+      [
+        "▁WWII",
+        0.0
+      ],
+      [
+        "vote",
+        0.0
+      ],
+      [
+        "▁therein",
+        0.0
+      ],
+      [
+        "▁separating",
+        0.0
+      ],
+      [
+        "446",
+        0.0
+      ],
+      [
+        "sync",
+        0.0
+      ],
+      [
+        "▁Streets",
+        0.0
+      ],
+      [
+        "▁ratt",
+        0.0
+      ],
+      [
+        "▁municipality",
+        0.0
+      ],
+      [
+        "▁Shortly",
+        0.0
+      ],
+      [
+        "▁monk",
+        0.0
+      ],
+      [
+        "),\"",
+        0.0
+      ],
+      [
+        "▁scrub",
+        0.0
+      ],
+      [
+        "▁operatives",
+        0.0
+      ],
+      [
+        "Neither",
+        0.0
+      ],
+      [
+        "Place",
+        0.0
+      ],
+      [
+        "▁Limit",
+        0.0
+      ],
+      [
+        "Female",
+        0.0
+      ],
+      [
+        "▁Actor",
+        0.0
+      ],
+      [
+        "Character",
+        0.0
+      ],
+      [
+        "▁constituted",
+        0.0
+      ],
+      [
+        "357",
+        0.0
+      ],
+      [
+        "▁protested",
+        0.0
+      ],
+      [
+        "▁Straw",
+        0.0
+      ],
+      [
+        "▁Height",
+        0.0
+      ],
+      [
+        "ilda",
+        0.0
+      ],
+      [
+        "▁Typh",
+        0.0
+      ],
+      [
+        "▁floods",
+        0.0
+      ],
+      [
+        "▁cosmetic",
+        0.0
+      ],
+      [
+        "WAY",
+        0.0
+      ],
+      [
+        "perture",
+        0.0
+      ],
+      [
+        "upon",
+        0.0
+      ],
+      [
+        "tons",
+        0.0
+      ],
+      [
+        "essing",
+        0.0
+      ],
+      [
+        "▁Pocket",
+        0.0
+      ],
+      [
+        "▁rooft",
+        0.0
+      ],
+      [
+        "▁Caucas",
+        0.0
+      ],
+      [
+        "▁antidepress",
+        0.0
+      ],
+      [
+        "▁incompatible",
+        0.0
+      ],
+      [
+        "ECD",
+        0.0
+      ],
+      [
+        "▁opera",
+        0.0
+      ],
+      [
+        "▁Contest",
+        0.0
+      ],
+      [
+        "▁generators",
+        0.0
+      ],
+      [
+        "lime",
+        0.0
+      ],
+      [
+        "Defense",
+        0.0
+      ],
+      [
+        "1987",
+        0.0
+      ],
+      [
+        "forum",
+        0.0
+      ],
+      [
+        "▁savage",
+        0.0
+      ],
+      [
+        "▁Hungarian",
+        0.0
+      ],
+      [
+        "nz",
+        0.0
+      ],
+      [
+        "▁metallic",
+        0.0
+      ],
+      [
+        "▁expelled",
+        0.0
+      ],
+      [
+        "▁residency",
+        0.0
+      ],
+      [
+        "▁dresses",
+        0.0
+      ],
+      [
+        "666",
+        0.0
+      ],
+      [
+        "▁Clement",
+        0.0
+      ],
+      [
+        "fires",
+        0.0
+      ],
+      [
+        "Category",
+        0.0
+      ],
+      [
+        "▁geek",
+        0.0
+      ],
+      [
+        "alis",
+        0.0
+      ],
+      [
+        "▁cemetery",
+        0.0
+      ],
+      [
+        "educated",
+        0.0
+      ],
+      [
+        "▁crawl",
+        0.0
+      ],
+      [
+        "▁Unable",
+        0.0
+      ],
+      [
+        "▁Tyson",
+        0.0
+      ],
+      [
+        "akis",
+        0.0
+      ],
+      [
+        "▁pardon",
+        0.0
+      ],
+      [
+        "▁Wra",
+        0.0
+      ],
+      [
+        "▁strengthened",
+        0.0
+      ],
+      [
+        "▁Fors",
+        0.0
+      ],
+      [
+        "335",
+        0.0
+      ],
+      [
+        "▁HC",
+        0.0
+      ],
+      [
+        "▁Mond",
+        0.0
+      ],
+      [
+        "▁visuals",
+        0.0
+      ],
+      [
+        "▁Beatles",
+        0.0
+      ],
+      [
+        "ettlement",
+        0.0
+      ],
+      [
+        "▁ï",
+        0.0
+      ],
+      [
+        "gro",
+        0.0
+      ],
+      [
+        "▁bash",
+        0.0
+      ],
+      [
+        "▁poorest",
+        0.0
+      ],
+      [
+        "▁excel",
+        0.0
+      ],
+      [
+        "▁aspirations",
+        0.0
+      ],
+      [
+        "▁Municip",
+        0.0
+      ],
+      [
+        "ensible",
+        0.0
+      ],
+      [
+        "▁ceremonies",
+        0.0
+      ],
+      [
+        "▁intimidation",
+        0.0
+      ],
+      [
+        "▁CONTR",
+        0.0
+      ],
+      [
+        "beck",
+        0.0
+      ],
+      [
+        "▁Kap",
+        0.0
+      ],
+      [
+        "asu",
+        0.0
+      ],
+      [
+        "▁trademarks",
+        0.0
+      ],
+      [
+        "▁Sew",
+        0.0
+      ],
+      [
+        "▁Competition",
+        0.0
+      ],
+      [
+        "network",
+        0.0
+      ],
+      [
+        "▁Arri",
+        0.0
+      ],
+      [
+        "▁Tet",
+        0.0
+      ],
+      [
+        "Roaming",
+        0.0
+      ],
+      [
+        "WC",
+        0.0
+      ],
+      [
+        "Dat",
+        0.0
+      ],
+      [
+        "▁sob",
+        0.0
+      ],
+      [
+        "▁pairing",
+        0.0
+      ],
+      [
+        "▁overdose",
+        0.0
+      ],
+      [
+        "SAY",
+        0.0
+      ],
+      [
+        "aber",
+        0.0
+      ],
+      [
+        "▁revolt",
+        0.0
+      ],
+      [
+        "▁Fah",
+        0.0
+      ],
+      [
+        "acting",
+        0.0
+      ],
+      [
+        "eq",
+        0.0
+      ],
+      [
+        "estation",
+        0.0
+      ],
+      [
+        "Fight",
+        0.0
+      ],
+      [
+        "▁Marks",
+        0.0
+      ],
+      [
+        "273",
+        0.0
+      ],
+      [
+        "▁178",
+        0.0
+      ],
+      [
+        "Raw",
+        0.0
+      ],
+      [
+        "ãģĭ",
+        0.0
+      ],
+      [
+        "349",
+        0.0
+      ],
+      [
+        "blocks",
+        0.0
+      ],
+      [
+        "▁verge",
+        0.0
+      ],
+      [
+        "estine",
+        0.0
+      ],
+      [
+        "▁Podesta",
+        0.0
+      ],
+      [
+        "▁invasive",
+        0.0
+      ],
+      [
+        "▁profoundly",
+        0.0
+      ],
+      [
+        "▁Ao",
+        0.0
+      ],
+      [
+        "each",
+        0.0
+      ],
+      [
+        "▁lest",
+        0.0
+      ],
+      [
+        "interpret",
+        0.0
+      ],
+      [
+        "▁shrinking",
+        0.0
+      ],
+      [
+        "▁errone",
+        0.0
+      ],
+      [
+        "▁chees",
+        0.0
+      ],
+      [
+        "lys",
+        0.0
+      ],
+      [
+        "▁Ivy",
+        0.0
+      ],
+      [
+        "▁Directory",
+        0.0
+      ],
+      [
+        "▁hinted",
+        0.0
+      ],
+      [
+        "VICE",
+        0.0
+      ],
+      [
+        "▁contacting",
+        0.0
+      ],
+      [
+        "▁Gent",
+        0.0
+      ],
+      [
+        "hei",
+        0.0
+      ],
+      [
+        "▁labeling",
+        0.0
+      ],
+      [
+        "▁mercury",
+        0.0
+      ],
+      [
+        "▁Lite",
+        0.0
+      ],
+      [
+        "▁expires",
+        0.0
+      ],
+      [
+        "▁destabil",
+        0.0
+      ],
+      [
+        "ritis",
+        0.0
+      ],
+      [
+        "cu",
+        0.0
+      ],
+      [
+        "▁feathers",
+        0.0
+      ],
+      [
+        "▁steer",
+        0.0
+      ],
+      [
+        "▁programmed",
+        0.0
+      ],
+      [
+        "▁Vader",
+        0.0
+      ],
+      [
+        "Going",
+        0.0
+      ],
+      [
+        "▁Elim",
+        0.0
+      ],
+      [
+        "▁yo",
+        0.0
+      ],
+      [
+        "▁Miche",
+        0.0
+      ],
+      [
+        "▁203",
+        0.0
+      ],
+      [
+        "▁sleeves",
+        0.0
+      ],
+      [
+        "▁bully",
+        0.0
+      ],
+      [
+        "▁Humans",
+        0.0
+      ],
+      [
+        "368",
+        0.0
+      ],
+      [
+        "▁compress",
+        0.0
+      ],
+      [
+        "▁Banner",
+        0.0
+      ],
+      [
+        "ARS",
+        0.0
+      ],
+      [
+        "▁awhile",
+        0.0
+      ],
+      [
+        "▁calib",
+        0.0
+      ],
+      [
+        "▁sponsorship",
+        0.0
+      ],
+      [
+        "▁Difficulty",
+        0.0
+      ],
+      [
+        "▁Papers",
+        0.0
+      ],
+      [
+        "▁identifier",
+        0.0
+      ],
+      [
+        "}.",
+        0.0
+      ],
+      [
+        "▁yog",
+        0.0
+      ],
+      [
+        "▁Shia",
+        0.0
+      ],
+      [
+        "▁cleanup",
+        0.0
+      ],
+      [
+        "▁vibe",
+        0.0
+      ],
+      [
+        "introdu",
+        0.0
+      ],
+      [
+        "imming",
+        0.0
+      ],
+      [
+        "Australia",
+        0.0
+      ],
+      [
+        "▁outlines",
+        0.0
+      ],
+      [
+        "▁Youtube",
+        0.0
+      ],
+      [
+        "train",
+        0.0
+      ],
+      [
+        "▁Makes",
+        0.0
+      ],
+      [
+        "▁deported",
+        0.0
+      ],
+      [
+        "▁centr",
+        0.0
+      ],
+      [
+        "▁Dug",
+        0.0
+      ],
+      [
+        "▁Boulder",
+        0.0
+      ],
+      [
+        "▁Buffy",
+        0.0
+      ],
+      [
+        "▁injunction",
+        0.0
+      ],
+      [
+        "▁Harley",
+        0.0
+      ],
+      [
+        "▁Groups",
+        0.0
+      ],
+      [
+        "▁Dumbledore",
+        0.0
+      ],
+      [
+        "▁Clara",
+        0.0
+      ],
+      [
+        "▁\"-",
+        0.0
+      ],
+      [
+        "▁sacrificed",
+        0.0
+      ],
+      [
+        "eph",
+        0.0
+      ],
+      [
+        "Shadow",
+        0.0
+      ],
+      [
+        "ibling",
+        0.0
+      ],
+      [
+        "▁freelance",
+        0.0
+      ],
+      [
+        "▁evidently",
+        0.0
+      ],
+      [
+        "phal",
+        0.0
+      ],
+      [
+        "▁retains",
+        0.0
+      ],
+      [
+        "Mir",
+        0.0
+      ],
+      [
+        "▁finite",
+        0.0
+      ],
+      [
+        "dar",
+        0.0
+      ],
+      [
+        "▁Cous",
+        0.0
+      ],
+      [
+        "▁repaired",
+        0.0
+      ],
+      [
+        "▁periodic",
+        0.0
+      ],
+      [
+        "▁championships",
+        0.0
+      ],
+      [
+        "▁asteroid",
+        0.0
+      ],
+      [
+        "blind",
+        0.0
+      ],
+      [
+        "▁expressly",
+        0.0
+      ],
+      [
+        "▁Astros",
+        0.0
+      ],
+      [
+        "▁scaled",
+        0.0
+      ],
+      [
+        "▁geographical",
+        0.0
+      ],
+      [
+        "▁Rapids",
+        0.0
+      ],
+      [
+        "Enjoy",
+        0.0
+      ],
+      [
+        "▁elastic",
+        0.0
+      ],
+      [
+        "▁Mohamed",
+        0.0
+      ],
+      [
+        "Market",
+        0.0
+      ],
+      [
+        "begin",
+        0.0
+      ],
+      [
+        "▁discovers",
+        0.0
+      ],
+      [
+        "▁telecommunications",
+        0.0
+      ],
+      [
+        "▁scanner",
+        0.0
+      ],
+      [
+        "▁enlarge",
+        0.0
+      ],
+      [
+        "▁sharks",
+        0.0
+      ],
+      [
+        "▁psychedel",
+        0.0
+      ],
+      [
+        "▁Rouge",
+        0.0
+      ],
+      [
+        "▁snapshot",
+        0.0
+      ],
+      [
+        "isine",
+        0.0
+      ],
+      [
+        "XP",
+        0.0
+      ],
+      [
+        "▁pesticides",
+        0.0
+      ],
+      [
+        "▁LSD",
+        0.0
+      ],
+      [
+        "▁Distribution",
+        0.0
+      ],
+      [
+        "really",
+        0.0
+      ],
+      [
+        "▁degradation",
+        0.0
+      ],
+      [
+        "▁disguise",
+        0.0
+      ],
+      [
+        "▁biom",
+        0.0
+      ],
+      [
+        "▁EXT",
+        0.0
+      ],
+      [
+        "▁equations",
+        0.0
+      ],
+      [
+        "▁hazards",
+        0.0
+      ],
+      [
+        "▁Compared",
+        0.0
+      ],
+      [
+        ")*",
+        0.0
+      ],
+      [
+        "▁virtues",
+        0.0
+      ],
+      [
+        "▁elders",
+        0.0
+      ],
+      [
+        "▁enhancing",
+        0.0
+      ],
+      [
+        "▁Across",
+        0.0
+      ],
+      [
+        "eros",
+        0.0
+      ],
+      [
+        "angling",
+        0.0
+      ],
+      [
+        "▁combust",
+        0.0
+      ],
+      [
+        "ucci",
+        0.0
+      ],
+      [
+        "▁concussion",
+        0.0
+      ],
+      [
+        "▁contraception",
+        0.0
+      ],
+      [
+        "▁Kang",
+        0.0
+      ],
+      [
+        "▁expresses",
+        0.0
+      ],
+      [
+        "▁aux",
+        0.0
+      ],
+      [
+        "▁Pione",
+        0.0
+      ],
+      [
+        "▁exhibits",
+        0.0
+      ],
+      [
+        "Debug",
+        0.0
+      ],
+      [
+        "OTAL",
+        0.0
+      ],
+      [
+        "▁Already",
+        0.0
+      ],
+      [
+        "▁Wheeler",
+        0.0
+      ],
+      [
+        "▁expands",
+        0.0
+      ],
+      [
+        "?:",
+        0.0
+      ],
+      [
+        "▁reconciliation",
+        0.0
+      ],
+      [
+        "▁pirates",
+        0.0
+      ],
+      [
+        "▁purse",
+        0.0
+      ],
+      [
+        "▁discourage",
+        0.0
+      ],
+      [
+        "▁spectacle",
+        0.0
+      ],
+      [
+        "Rank",
+        0.0
+      ],
+      [
+        "▁wraps",
+        0.0
+      ],
+      [
+        "▁Thought",
+        0.0
+      ],
+      [
+        "▁impending",
+        0.0
+      ],
+      [
+        "Opp",
+        0.0
+      ],
+      [
+        "▁Anglo",
+        0.0
+      ],
+      [
+        "▁EUR",
+        0.0
+      ],
+      [
+        "▁screwed",
+        0.0
+      ],
+      [
+        "retched",
+        0.0
+      ],
+      [
+        "▁encouragement",
+        0.0
+      ],
+      [
+        "models",
+        0.0
+      ],
+      [
+        "▁confuse",
+        0.0
+      ],
+      [
+        "mmm",
+        0.0
+      ],
+      [
+        "▁Vitamin",
+        0.0
+      ],
+      [
+        "âĸijâĸij",
+        0.0
+      ],
+      [
+        "Cru",
+        0.0
+      ],
+      [
+        "▁knights",
+        0.0
+      ],
+      [
+        "▁discard",
+        0.0
+      ],
+      [
+        "▁bishops",
+        0.0
+      ],
+      [
+        "▁Wear",
+        0.0
+      ],
+      [
+        "▁Garrett",
+        0.0
+      ],
+      [
+        "kan",
+        0.0
+      ],
+      [
+        "ãĥŁ",
+        0.0
+      ],
+      [
+        "▁masculine",
+        0.0
+      ],
+      [
+        "capital",
+        0.0
+      ],
+      [
+        "▁Aus",
+        0.0
+      ],
+      [
+        "▁fatally",
+        0.0
+      ],
+      [
+        "thanks",
+        0.0
+      ],
+      [
+        "▁AU",
+        0.0
+      ],
+      [
+        "▁Gut",
+        0.0
+      ],
+      [
+        "1200",
+        0.0
+      ],
+      [
+        "▁00000000",
+        0.0
+      ],
+      [
+        "▁surrog",
+        0.0
+      ],
+      [
+        "▁BIOS",
+        0.0
+      ],
+      [
+        "raits",
+        0.0
+      ],
+      [
+        "▁Watts",
+        0.0
+      ],
+      [
+        "▁resurrection",
+        0.0
+      ],
+      [
+        "▁Electoral",
+        0.0
+      ],
+      [
+        "▁Tips",
+        0.0
+      ],
+      [
+        "4000",
+        0.0
+      ],
+      [
+        "▁nutrient",
+        0.0
+      ],
+      [
+        "▁depicting",
+        0.0
+      ],
+      [
+        "▁sprink",
+        0.0
+      ],
+      [
+        "▁muff",
+        0.0
+      ],
+      [
+        "▁LIM",
+        0.0
+      ],
+      [
+        "▁Sample",
+        0.0
+      ],
+      [
+        "psc",
+        0.0
+      ],
+      [
+        "ibi",
+        0.0
+      ],
+      [
+        "generated",
+        0.0
+      ],
+      [
+        "▁specimens",
+        0.0
+      ],
+      [
+        "▁dissatisf",
+        0.0
+      ],
+      [
+        "▁tailored",
+        0.0
+      ],
+      [
+        "▁holdings",
+        0.0
+      ],
+      [
+        "▁Monthly",
+        0.0
+      ],
+      [
+        "▁Eat",
+        0.0
+      ],
+      [
+        "poons",
+        0.0
+      ],
+      [
+        "▁nec",
+        0.0
+      ],
+      [
+        "▁Cage",
+        0.0
+      ],
+      [
+        "▁Lotus",
+        0.0
+      ],
+      [
+        "▁Lantern",
+        0.0
+      ],
+      [
+        "▁frontier",
+        0.0
+      ],
+      [
+        "▁pensions",
+        0.0
+      ],
+      [
+        "▁joked",
+        0.0
+      ],
+      [
+        "▁Hardy",
+        0.0
+      ],
+      [
+        "=-=-=-=-",
+        0.0
+      ],
+      [
+        "rade",
+        0.0
+      ],
+      [
+        "UID",
+        0.0
+      ],
+      [
+        "▁rails",
+        0.0
+      ],
+      [
+        "▁emit",
+        0.0
+      ],
+      [
+        "▁slate",
+        0.0
+      ],
+      [
+        "▁smug",
+        0.0
+      ],
+      [
+        "▁spit",
+        0.0
+      ],
+      [
+        "▁Calls",
+        0.0
+      ],
+      [
+        "▁Jacobs",
+        0.0
+      ],
+      [
+        "feat",
+        0.0
+      ],
+      [
+        "▁UE",
+        0.0
+      ],
+      [
+        "▁restruct",
+        0.0
+      ],
+      [
+        "▁regeneration",
+        0.0
+      ],
+      [
+        "▁energies",
+        0.0
+      ],
+      [
+        "▁Connor",
+        0.0
+      ],
+      [
+        "OHN",
+        0.0
+      ],
+      [
+        "▁Cheese",
+        0.0
+      ],
+      [
+        "▁ger",
+        0.0
+      ],
+      [
+        "▁resurrect",
+        0.0
+      ],
+      [
+        "management",
+        0.0
+      ],
+      [
+        "NW",
+        0.0
+      ],
+      [
+        "▁presently",
+        0.0
+      ],
+      [
+        "▁Bruins",
+        0.0
+      ],
+      [
+        "Member",
+        0.0
+      ],
+      [
+        "▁Mang",
+        0.0
+      ],
+      [
+        "idan",
+        0.0
+      ],
+      [
+        "▁boosting",
+        0.0
+      ],
+      [
+        "wyn",
+        0.0
+      ],
+      [
+        "+.",
+        0.0
+      ],
+      [
+        "requisite",
+        0.0
+      ],
+      [
+        "▁NYPD",
+        0.0
+      ],
+      [
+        "▁Megan",
+        0.0
+      ],
+      [
+        "▁Conditions",
+        0.0
+      ],
+      [
+        "▁pics",
+        0.0
+      ],
+      [
+        "nesium",
+        0.0
+      ],
+      [
+        "▁Rash",
+        0.0
+      ],
+      [
+        "▁174",
+        0.0
+      ],
+      [
+        "▁Ducks",
+        0.0
+      ],
+      [
+        "▁embro",
+        0.0
+      ],
+      [
+        "zu",
+        0.0
+      ],
+      [
+        "onian",
+        0.0
+      ],
+      [
+        "religious",
+        0.0
+      ],
+      [
+        "▁craz",
+        0.0
+      ],
+      [
+        "▁ACA",
+        0.0
+      ],
+      [
+        "▁Zucker",
+        0.0
+      ],
+      [
+        "EMA",
+        0.0
+      ],
+      [
+        "▁Pros",
+        0.0
+      ],
+      [
+        "Weapon",
+        0.0
+      ],
+      [
+        "▁Knox",
+        0.0
+      ],
+      [
+        "▁Arduino",
+        0.0
+      ],
+      [
+        "▁stove",
+        0.0
+      ],
+      [
+        "▁heavens",
+        0.0
+      ],
+      [
+        "▁Purchase",
+        0.0
+      ],
+      [
+        "▁herd",
+        0.0
+      ],
+      [
+        "▁fundraiser",
+        0.0
+      ],
+      [
+        "Digital",
+        0.0
+      ],
+      [
+        "5000",
+        0.0
+      ],
+      [
+        "▁proponents",
+        0.0
+      ],
+      [
+        "/âĢĭ",
+        0.0
+      ],
+      [
+        "▁jelly",
+        0.0
+      ],
+      [
+        "▁Visa",
+        0.0
+      ],
+      [
+        "▁monks",
+        0.0
+      ],
+      [
+        "▁advancement",
+        0.0
+      ],
+      [
+        "▁Wer",
+        0.0
+      ],
+      [
+        "▁187",
+        0.0
+      ],
+      [
+        "eus",
+        0.0
+      ],
+      [
+        "ertility",
+        0.0
+      ],
+      [
+        "▁fetal",
+        0.0
+      ],
+      [
+        "▁1936",
+        0.0
+      ],
+      [
+        "Lo",
+        0.0
+      ],
+      [
+        "▁outfits",
+        0.0
+      ],
+      [
+        "▁staircase",
+        0.0
+      ],
+      [
+        "bomb",
+        0.0
+      ],
+      [
+        "▁customized",
+        0.0
+      ],
+      [
+        "clair",
+        0.0
+      ],
+      [
+        "Tree",
+        0.0
+      ],
+      [
+        "▁mapped",
+        0.0
+      ],
+      [
+        "▁Considering",
+        0.0
+      ],
+      [
+        "▁Torres",
+        0.0
+      ],
+      [
+        "▁methyl",
+        0.0
+      ],
+      [
+        "▁approximate",
+        0.0
+      ],
+      [
+        "▁doom",
+        0.0
+      ],
+      [
+        "▁Hansen",
+        0.0
+      ],
+      [
+        "▁crossover",
+        0.0
+      ],
+      [
+        "▁standalone",
+        0.0
+      ],
+      [
+        "ä¼",
+        0.0
+      ],
+      [
+        "▁invites",
+        0.0
+      ],
+      [
+        "▁graveyard",
+        0.0
+      ],
+      [
+        "▁hp",
+        0.0
+      ],
+      [
+        "DonaldTrump",
+        0.0
+      ],
+      [
+        "▁escort",
+        0.0
+      ],
+      [
+        "Gar",
+        0.0
+      ],
+      [
+        "▁predecessors",
+        0.0
+      ],
+      [
+        "▁hay",
+        0.0
+      ],
+      [
+        "▁enzyme",
+        0.0
+      ],
+      [
+        "▁Straight",
+        0.0
+      ],
+      [
+        "visors",
+        0.0
+      ],
+      [
+        "Ing",
+        0.0
+      ],
+      [
+        "aneously",
+        0.0
+      ],
+      [
+        "▁Applied",
+        0.0
+      ],
+      [
+        "▁fec",
+        0.0
+      ],
+      [
+        "▁Durant",
+        0.0
+      ],
+      [
+        "▁outspoken",
+        0.0
+      ],
+      [
+        "orb",
+        0.0
+      ],
+      [
+        "▁zeal",
+        0.0
+      ],
+      [
+        "▁disgrace",
+        0.0
+      ],
+      [
+        "').",
+        0.0
+      ],
+      [
+        "▁Cheng",
+        0.0
+      ],
+      [
+        "289",
+        0.0
+      ],
+      [
+        "▁Rena",
+        0.0
+      ],
+      [
+        "▁Suicide",
+        0.0
+      ],
+      [
+        "294",
+        0.0
+      ],
+      [
+        "▁outraged",
+        0.0
+      ],
+      [
+        "▁Newman",
+        0.0
+      ],
+      [
+        "▁Nvidia",
+        0.0
+      ],
+      [
+        "▁Aber",
+        0.0
+      ],
+      [
+        "▁Bers",
+        0.0
+      ],
+      [
+        "▁recreation",
+        0.0
+      ],
+      [
+        "Window",
+        0.0
+      ],
+      [
+        "▁DP",
+        0.0
+      ],
+      [
+        "xe",
+        0.0
+      ],
+      [
+        "▁pedoph",
+        0.0
+      ],
+      [
+        "▁fallout",
+        0.0
+      ],
+      [
+        "amboo",
+        0.0
+      ],
+      [
+        "▁presentations",
+        0.0
+      ],
+      [
+        "▁Apps",
+        0.0
+      ],
+      [
+        "▁html",
+        0.0
+      ],
+      [
+        "345",
+        0.0
+      ],
+      [
+        "▁XXX",
+        0.0
+      ],
+      [
+        "▁rubbing",
+        0.0
+      ],
+      [
+        "▁Leather",
+        0.0
+      ],
+      [
+        "▁humidity",
+        0.0
+      ],
+      [
+        "seys",
+        0.0
+      ],
+      [
+        "established",
+        0.0
+      ],
+      [
+        "▁Units",
+        0.0
+      ],
+      [
+        "646",
+        0.0
+      ],
+      [
+        "▁respectable",
+        0.0
+      ],
+      [
+        "Auto",
+        0.0
+      ],
+      [
+        "▁thriving",
+        0.0
+      ],
+      [
+        "▁Innovation",
+        0.0
+      ],
+      [
+        "angs",
+        0.0
+      ],
+      [
+        "Extra",
+        0.0
+      ],
+      [
+        "regulation",
+        0.0
+      ],
+      [
+        "298",
+        0.0
+      ],
+      [
+        "pick",
+        0.0
+      ],
+      [
+        "Examples",
+        0.0
+      ],
+      [
+        "▁CJ",
+        0.0
+      ],
+      [
+        "Attack",
+        0.0
+      ],
+      [
+        "▁dracon",
+        0.0
+      ],
+      [
+        "LT",
+        0.0
+      ],
+      [
+        "▁sticker",
+        0.0
+      ],
+      [
+        "rers",
+        0.0
+      ],
+      [
+        "▁sunny",
+        0.0
+      ],
+      [
+        "Iss",
+        0.0
+      ],
+      [
+        "regulated",
+        0.0
+      ],
+      [
+        "dim",
+        0.0
+      ],
+      [
+        "▁Abstract",
+        0.0
+      ],
+      [
+        "▁husbands",
+        0.0
+      ],
+      [
+        "Office",
+        0.0
+      ],
+      [
+        "omination",
+        0.0
+      ],
+      [
+        "itars",
+        0.0
+      ],
+      [
+        "ANGE",
+        0.0
+      ],
+      [
+        "ascal",
+        0.0
+      ],
+      [
+        "▁Kris",
+        0.0
+      ],
+      [
+        "▁Infantry",
+        0.0
+      ],
+      [
+        "▁malf",
+        0.0
+      ],
+      [
+        "▁Athe",
+        0.0
+      ],
+      [
+        "▁Rally",
+        0.0
+      ],
+      [
+        "balanced",
+        0.0
+      ],
+      [
+        "........................",
+        0.0
+      ],
+      [
+        "OUP",
+        0.0
+      ],
+      [
+        "▁molecule",
+        0.0
+      ],
+      [
+        "metics",
+        0.0
+      ],
+      [
+        "▁Split",
+        0.0
+      ],
+      [
+        "▁Instructions",
+        0.0
+      ],
+      [
+        "▁Nights",
+        0.0
+      ],
+      [
+        "cards",
+        0.0
+      ],
+      [
+        "▁tug",
+        0.0
+      ],
+      [
+        "▁cone",
+        0.0
+      ],
+      [
+        "åŃ",
+        0.0
+      ],
+      [
+        "▁tx",
+        0.0
+      ],
+      [
+        "▁Discussion",
+        0.0
+      ],
+      [
+        "▁catastrophe",
+        0.0
+      ],
+      [
+        "ppe",
+        0.0
+      ],
+      [
+        "gio",
+        0.0
+      ],
+      [
+        "▁communism",
+        0.0
+      ],
+      [
+        "▁halted",
+        0.0
+      ],
+      [
+        "▁Guant",
+        0.0
+      ],
+      [
+        "clean",
+        0.0
+      ],
+      [
+        "▁Sched",
+        0.0
+      ],
+      [
+        "▁Kanye",
+        0.0
+      ],
+      [
+        "▁wander",
+        0.0
+      ],
+      [
+        "▁Seriously",
+        0.0
+      ],
+      [
+        "▁188",
+        0.0
+      ],
+      [
+        "ennial",
+        0.0
+      ],
+      [
+        "follow",
+        0.0
+      ],
+      [
+        "productive",
+        0.0
+      ],
+      [
+        "▁Flow",
+        0.0
+      ],
+      [
+        "▁Sail",
+        0.0
+      ],
+      [
+        "▁craw",
+        0.0
+      ],
+      [
+        "▁simulations",
+        0.0
+      ],
+      [
+        "oru",
+        0.0
+      ],
+      [
+        "angles",
+        0.0
+      ],
+      [
+        "▁Nolan",
+        0.0
+      ],
+      [
+        "▁menstru",
+        0.0
+      ],
+      [
+        "470",
+        0.0
+      ],
+      [
+        "▁207",
+        0.0
+      ],
+      [
+        "aja",
+        0.0
+      ],
+      [
+        "▁casually",
+        0.0
+      ],
+      [
+        "boarding",
+        0.0
+      ],
+      [
+        "▁222",
+        0.0
+      ],
+      [
+        "ovy",
+        0.0
+      ],
+      [
+        "▁Numbers",
+        0.0
+      ],
+      [
+        "umat",
+        0.0
+      ],
+      [
+        "OE",
+        0.0
+      ],
+      [
+        "287",
+        0.0
+      ],
+      [
+        "▁Clemson",
+        0.0
+      ],
+      [
+        "▁certs",
+        0.0
+      ],
+      [
+        "▁slid",
+        0.0
+      ],
+      [
+        "▁Tribe",
+        0.0
+      ],
+      [
+        "▁toast",
+        0.0
+      ],
+      [
+        "▁fortunes",
+        0.0
+      ],
+      [
+        "▁fals",
+        0.0
+      ],
+      [
+        "▁Committees",
+        0.0
+      ],
+      [
+        "▁gp",
+        0.0
+      ],
+      [
+        "▁fiery",
+        0.0
+      ],
+      [
+        "▁Nets",
+        0.0
+      ],
+      [
+        "▁Anime",
+        0.0
+      ],
+      [
+        "Package",
+        0.0
+      ],
+      [
+        "▁Compare",
+        0.0
+      ],
+      [
+        "laughter",
+        0.0
+      ],
+      [
+        "infect",
+        0.0
+      ],
+      [
+        "▁atrocities",
+        0.0
+      ],
+      [
+        "▁justices",
+        0.0
+      ],
+      [
+        "▁insults",
+        0.0
+      ],
+      [
+        "▁Vernon",
+        0.0
+      ],
+      [
+        "▁shaken",
+        0.0
+      ],
+      [
+        "▁persona",
+        0.0
+      ],
+      [
+        "estamp",
+        0.0
+      ],
+      [
+        "367",
+        0.0
+      ],
+      [
+        "brain",
+        0.0
+      ],
+      [
+        "▁experimenting",
+        0.0
+      ],
+      [
+        "Ken",
+        0.0
+      ],
+      [
+        "▁Electronics",
+        0.0
+      ],
+      [
+        "▁161",
+        0.0
+      ],
+      [
+        "domain",
+        0.0
+      ],
+      [
+        "▁graphical",
+        0.0
+      ],
+      [
+        "bishop",
+        0.0
+      ],
+      [
+        "▁whopping",
+        0.0
+      ],
+      [
+        "▁Evangel",
+        0.0
+      ],
+      [
+        "▁advertisers",
+        0.0
+      ],
+      [
+        "▁Spear",
+        0.0
+      ],
+      [
+        "▁bids",
+        0.0
+      ],
+      [
+        "▁destroys",
+        0.0
+      ],
+      [
+        "utz",
+        0.0
+      ],
+      [
+        "▁undersc",
+        0.0
+      ],
+      [
+        "▁ADD",
+        0.0
+      ],
+      [
+        "▁ants",
+        0.0
+      ],
+      [
+        "▁Cum",
+        0.0
+      ],
+      [
+        "ipples",
+        0.0
+      ],
+      [
+        "▁Fill",
+        0.0
+      ],
+      [
+        "▁glanced",
+        0.0
+      ],
+      [
+        "▁indicted",
+        0.0
+      ],
+      [
+        "▁Eff",
+        0.0
+      ],
+      [
+        "▁miscon",
+        0.0
+      ],
+      [
+        "▁Desktop",
+        0.0
+      ],
+      [
+        "▁abide",
+        0.0
+      ],
+      [
+        "ãĥĢ",
+        0.0
+      ],
+      [
+        "▁Io",
+        0.0
+      ],
+      [
+        "▁Coul",
+        0.0
+      ],
+      [
+        "▁capsule",
+        0.0
+      ],
+      [
+        "▁Chrys",
+        0.0
+      ],
+      [
+        "MON",
+        0.0
+      ],
+      [
+        "▁undes",
+        0.0
+      ],
+      [
+        "▁IRA",
+        0.0
+      ],
+      [
+        "▁citation",
+        0.0
+      ],
+      [
+        "▁dictate",
+        0.0
+      ],
+      [
+        "▁Networks",
+        0.0
+      ],
+      [
+        "▁Conflict",
+        0.0
+      ],
+      [
+        "▁Stuff",
+        0.0
+      ],
+      [
+        "xa",
+        0.0
+      ],
+      [
+        "isec",
+        0.0
+      ],
+      [
+        "▁Chemistry",
+        0.0
+      ],
+      [
+        "▁quarterly",
+        0.0
+      ],
+      [
+        "Williams",
+        0.0
+      ],
+      [
+        "anan",
+        0.0
+      ],
+      [
+        "Opt",
+        0.0
+      ],
+      [
+        "▁Alexandria",
+        0.0
+      ],
+      [
+        "outheastern",
+        0.0
+      ],
+      [
+        "▁Springfield",
+        0.0
+      ],
+      [
+        "▁Blacks",
+        0.0
+      ],
+      [
+        "▁geography",
+        0.0
+      ],
+      [
+        "242",
+        0.0
+      ],
+      [
+        "▁utmost",
+        0.0
+      ],
+      [
+        "▁Exxon",
+        0.0
+      ],
+      [
+        "abouts",
+        0.0
+      ],
+      [
+        "EVA",
+        0.0
+      ],
+      [
+        "▁Enable",
+        0.0
+      ],
+      [
+        "▁Barr",
+        0.0
+      ],
+      [
+        "▁disagreed",
+        0.0
+      ],
+      [
+        "▁Cyprus",
+        0.0
+      ],
+      [
+        "▁dementia",
+        0.0
+      ],
+      [
+        "▁labs",
+        0.0
+      ],
+      [
+        "▁ubiquitous",
+        0.0
+      ],
+      [
+        "▁LOVE",
+        0.0
+      ],
+      [
+        "▁consolidated",
+        0.0
+      ],
+      [
+        "sr",
+        0.0
+      ],
+      [
+        "▁creamy",
+        0.0
+      ],
+      [
+        "▁Timber",
+        0.0
+      ],
+      [
+        "Regardless",
+        0.0
+      ],
+      [
+        "▁Certificate",
+        0.0
+      ],
+      [
+        "▁\"...",
+        0.0
+      ],
+      [
+        "ogenous",
+        0.0
+      ],
+      [
+        "Captain",
+        0.0
+      ],
+      [
+        "▁insulting",
+        0.0
+      ],
+      [
+        "▁Soros",
+        0.0
+      ],
+      [
+        "▁Instr",
+        0.0
+      ],
+      [
+        "▁Bulgaria",
+        0.0
+      ],
+      [
+        "better",
+        0.0
+      ],
+      [
+        "▁sucking",
+        0.0
+      ],
+      [
+        "▁Davidson",
+        0.0
+      ],
+      [
+        "atz",
+        0.0
+      ],
+      [
+        "▁collateral",
+        0.0
+      ],
+      [
+        "gif",
+        0.0
+      ],
+      [
+        "▁plagued",
+        0.0
+      ],
+      [
+        "▁Cancel",
+        0.0
+      ],
+      [
+        "▁Gardner",
+        0.0
+      ],
+      [
+        "RB",
+        0.0
+      ],
+      [
+        "▁sixteen",
+        0.0
+      ],
+      [
+        "Remove",
+        0.0
+      ],
+      [
+        "uristic",
+        0.0
+      ],
+      [
+        "cook",
+        0.0
+      ],
+      [
+        "Rod",
+        0.0
+      ],
+      [
+        "▁comprising",
+        0.0
+      ],
+      [
+        "fle",
+        0.0
+      ],
+      [
+        ")âĢĶ",
+        0.0
+      ],
+      [
+        "▁Viking",
+        0.0
+      ],
+      [
+        "growth",
+        0.0
+      ],
+      [
+        "agonal",
+        0.0
+      ],
+      [
+        "▁srf",
+        0.0
+      ],
+      [
+        "afety",
+        0.0
+      ],
+      [
+        "mot",
+        0.0
+      ],
+      [
+        "Nearly",
+        0.0
+      ],
+      [
+        "stown",
+        0.0
+      ],
+      [
+        "▁Factor",
+        0.0
+      ],
+      [
+        "▁automobile",
+        0.0
+      ],
+      [
+        "▁procedural",
+        0.0
+      ],
+      [
+        "mask",
+        0.0
+      ],
+      [
+        "ampires",
+        0.0
+      ],
+      [
+        "▁disappears",
+        0.0
+      ],
+      [
+        "jab",
+        0.0
+      ],
+      [
+        "315",
+        0.0
+      ],
+      [
+        "▁1951",
+        0.0
+      ],
+      [
+        "needed",
+        0.0
+      ],
+      [
+        "▁daring",
+        0.0
+      ],
+      [
+        "leader",
+        0.0
+      ],
+      [
+        "▁podium",
+        0.0
+      ],
+      [
+        "▁unhealthy",
+        0.0
+      ],
+      [
+        "▁mund",
+        0.0
+      ],
+      [
+        "▁pyramid",
+        0.0
+      ],
+      [
+        "ocre",
+        0.0
+      ],
+      [
+        "▁kissed",
+        0.0
+      ],
+      [
+        "▁dreamed",
+        0.0
+      ],
+      [
+        "▁Fantastic",
+        0.0
+      ],
+      [
+        "▁Gly",
+        0.0
+      ],
+      [
+        "åĬ",
+        0.0
+      ],
+      [
+        "▁greatness",
+        0.0
+      ],
+      [
+        "▁spices",
+        0.0
+      ],
+      [
+        "▁metropolitan",
+        0.0
+      ],
+      [
+        "▁compuls",
+        0.0
+      ],
+      [
+        "iets",
+        0.0
+      ],
+      [
+        "1016",
+        0.0
+      ],
+      [
+        "▁Sham",
+        0.0
+      ],
+      [
+        "▁Pyr",
+        0.0
+      ],
+      [
+        "flies",
+        0.0
+      ],
+      [
+        "▁Midnight",
+        0.0
+      ],
+      [
+        "▁swallowed",
+        0.0
+      ],
+      [
+        "▁genres",
+        0.0
+      ],
+      [
+        "▁Lucky",
+        0.0
+      ],
+      [
+        "▁Rewards",
+        0.0
+      ],
+      [
+        "▁dispatch",
+        0.0
+      ],
+      [
+        "▁IPA",
+        0.0
+      ],
+      [
+        "▁Apply",
+        0.0
+      ],
+      [
+        "▁aven",
+        0.0
+      ],
+      [
+        "alities",
+        0.0
+      ],
+      [
+        "312",
+        0.0
+      ],
+      [
+        "things",
+        0.0
+      ],
+      [
+        "▁().",
+        0.0
+      ],
+      [
+        "▁mates",
+        0.0
+      ],
+      [
+        "▁Sz",
+        0.0
+      ],
+      [
+        "▁COP",
+        0.0
+      ],
+      [
+        "olate",
+        0.0
+      ],
+      [
+        "OFF",
+        0.0
+      ],
+      [
+        "▁recharge",
+        0.0
+      ],
+      [
+        "caps",
+        0.0
+      ],
+      [
+        "▁Yorker",
+        0.0
+      ],
+      [
+        "icone",
+        0.0
+      ],
+      [
+        "▁galaxies",
+        0.0
+      ],
+      [
+        "ileaks",
+        0.0
+      ],
+      [
+        "Dave",
+        0.0
+      ],
+      [
+        "▁Puzz",
+        0.0
+      ],
+      [
+        "▁Celtic",
+        0.0
+      ],
+      [
+        "▁AFC",
+        0.0
+      ],
+      [
+        "276",
+        0.0
+      ],
+      [
+        "▁Sons",
+        0.0
+      ],
+      [
+        "▁affirmative",
+        0.0
+      ],
+      [
+        "Hor",
+        0.0
+      ],
+      [
+        "▁tutorials",
+        0.0
+      ],
+      [
+        "▁CITY",
+        0.0
+      ],
+      [
+        "▁Rosa",
+        0.0
+      ],
+      [
+        "▁Extension",
+        0.0
+      ],
+      [
+        "Series",
+        0.0
+      ],
+      [
+        "▁fats",
+        0.0
+      ],
+      [
+        "▁rab",
+        0.0
+      ],
+      [
+        "lis",
+        0.0
+      ],
+      [
+        "▁unic",
+        0.0
+      ],
+      [
+        "▁eve",
+        0.0
+      ],
+      [
+        "▁Spin",
+        0.0
+      ],
+      [
+        "▁adulthood",
+        0.0
+      ],
+      [
+        "typ",
+        0.0
+      ],
+      [
+        "▁sectarian",
+        0.0
+      ],
+      [
+        "▁checkout",
+        0.0
+      ],
+      [
+        "▁Cycl",
+        0.0
+      ],
+      [
+        "Single",
+        0.0
+      ],
+      [
+        "▁martyr",
+        0.0
+      ],
+      [
+        "▁chilling",
+        0.0
+      ],
+      [
+        "888",
+        0.0
+      ],
+      [
+        "oufl",
+        0.0
+      ],
+      [
+        "▁];",
+        0.0
+      ],
+      [
+        "▁congestion",
+        0.0
+      ],
+      [
+        "mk",
+        0.0
+      ],
+      [
+        "▁Whereas",
+        0.0
+      ],
+      [
+        "▁1938",
+        0.0
+      ],
+      [
+        "urrencies",
+        0.0
+      ],
+      [
+        "erion",
+        0.0
+      ],
+      [
+        "▁boast",
+        0.0
+      ],
+      [
+        "▁Patients",
+        0.0
+      ],
+      [
+        "▁chap",
+        0.0
+      ],
+      [
+        "▁BD",
+        0.0
+      ],
+      [
+        "realDonaldTrump",
+        0.0
+      ],
+      [
+        "▁examines",
+        0.0
+      ],
+      [
+        "hov",
+        0.0
+      ],
+      [
+        "▁startling",
+        0.0
+      ],
+      [
+        "▁Babylon",
+        0.0
+      ],
+      [
+        "wid",
+        0.0
+      ],
+      [
+        "omew",
+        0.0
+      ],
+      [
+        "brance",
+        0.0
+      ],
+      [
+        "▁Odyssey",
+        0.0
+      ],
+      [
+        "wig",
+        0.0
+      ],
+      [
+        "▁torch",
+        0.0
+      ],
+      [
+        "▁Vox",
+        0.0
+      ],
+      [
+        "▁Moz",
+        0.0
+      ],
+      [
+        "▁Troll",
+        0.0
+      ],
+      [
+        "▁Ans",
+        0.0
+      ],
+      [
+        "Similarly",
+        0.0
+      ],
+      [
+        "▁Ful",
+        0.0
+      ],
+      [
+        "006",
+        0.0
+      ],
+      [
+        "Unless",
+        0.0
+      ],
+      [
+        "▁Alone",
+        0.0
+      ],
+      [
+        "stead",
+        0.0
+      ],
+      [
+        "▁Publisher",
+        0.0
+      ],
+      [
+        "rights",
+        0.0
+      ],
+      [
+        "tu",
+        0.0
+      ],
+      [
+        "▁Doesn",
+        0.0
+      ],
+      [
+        "▁professionally",
+        0.0
+      ],
+      [
+        "▁clo",
+        0.0
+      ],
+      [
+        "icz",
+        0.0
+      ],
+      [
+        "▁steals",
+        0.0
+      ],
+      [
+        "▁á",
+        0.0
+      ],
+      [
+        "1986",
+        0.0
+      ],
+      [
+        "▁sturdy",
+        0.0
+      ],
+      [
+        "▁Johann",
+        0.0
+      ],
+      [
+        "▁medals",
+        0.0
+      ],
+      [
+        "▁filings",
+        0.0
+      ],
+      [
+        "▁Fraser",
+        0.0
+      ],
+      [
+        "done",
+        0.0
+      ],
+      [
+        "▁multinational",
+        0.0
+      ],
+      [
+        "▁feder",
+        0.0
+      ],
+      [
+        "▁worthless",
+        0.0
+      ],
+      [
+        "▁pest",
+        0.0
+      ],
+      [
+        "Yesterday",
+        0.0
+      ],
+      [
+        "ankind",
+        0.0
+      ],
+      [
+        "▁gays",
+        0.0
+      ],
+      [
+        "▁borne",
+        0.0
+      ],
+      [
+        "▁POS",
+        0.0
+      ],
+      [
+        "Picture",
+        0.0
+      ],
+      [
+        "▁percentages",
+        0.0
+      ],
+      [
+        "251",
+        0.0
+      ],
+      [
+        "rame",
+        0.0
+      ],
+      [
+        "▁potions",
+        0.0
+      ],
+      [
+        "AMD",
+        0.0
+      ],
+      [
+        "▁Lebanese",
+        0.0
+      ],
+      [
+        "▁rang",
+        0.0
+      ],
+      [
+        "▁LSU",
+        0.0
+      ],
+      [
+        "ongs",
+        0.0
+      ],
+      [
+        "▁peninsula",
+        0.0
+      ],
+      [
+        "▁Clause",
+        0.0
+      ],
+      [
+        "ALK",
+        0.0
+      ],
+      [
+        "oha",
+        0.0
+      ],
+      [
+        "▁MacBook",
+        0.0
+      ],
+      [
+        "▁unanimous",
+        0.0
+      ],
+      [
+        "▁lenders",
+        0.0
+      ],
+      [
+        "▁hangs",
+        0.0
+      ],
+      [
+        "▁franchises",
+        0.0
+      ],
+      [
+        "orers",
+        0.0
+      ],
+      [
+        "▁Updates",
+        0.0
+      ],
+      [
+        "▁isolate",
+        0.0
+      ],
+      [
+        "andro",
+        0.0
+      ],
+      [
+        "Soon",
+        0.0
+      ],
+      [
+        "▁disruptive",
+        0.0
+      ],
+      [
+        "▁Surve",
+        0.0
+      ],
+      [
+        "▁stitches",
+        0.0
+      ],
+      [
+        "▁Scorp",
+        0.0
+      ],
+      [
+        "▁Dominion",
+        0.0
+      ],
+      [
+        "▁supplying",
+        0.0
+      ],
+      [
+        "Arg",
+        0.0
+      ],
+      [
+        "▁turret",
+        0.0
+      ],
+      [
+        "▁Luk",
+        0.0
+      ],
+      [
+        "▁brackets",
+        0.0
+      ],
+      [
+        "*)",
+        0.0
+      ],
+      [
+        "▁Revolutionary",
+        0.0
+      ],
+      [
+        "▁Honest",
+        0.0
+      ],
+      [
+        "▁noticing",
+        0.0
+      ],
+      [
+        "▁Shannon",
+        0.0
+      ],
+      [
+        "▁afforded",
+        0.0
+      ],
+      [
+        "▁tha",
+        0.0
+      ],
+      [
+        "▁Janet",
+        0.0
+      ],
+      [
+        "!--",
+        0.0
+      ],
+      [
+        "▁Narendra",
+        0.0
+      ],
+      [
+        "▁Plot",
+        0.0
+      ],
+      [
+        "Hol",
+        0.0
+      ],
+      [
+        "sever",
+        0.0
+      ],
+      [
+        "eenth",
+        0.0
+      ],
+      [
+        "▁obstruction",
+        0.0
+      ],
+      [
+        "▁1024",
+        0.0
+      ],
+      [
+        "staff",
+        0.0
+      ],
+      [
+        "jas",
+        0.0
+      ],
+      [
+        "orget",
+        0.0
+      ],
+      [
+        "scenes",
+        0.0
+      ],
+      [
+        "laughs",
+        0.0
+      ],
+      [
+        "▁Fargo",
+        0.0
+      ],
+      [
+        "crime",
+        0.0
+      ],
+      [
+        "▁orchestr",
+        0.0
+      ],
+      [
+        "▁delet",
+        0.0
+      ],
+      [
+        "iliary",
+        0.0
+      ],
+      [
+        "rieved",
+        0.0
+      ],
+      [
+        "▁militar",
+        0.0
+      ],
+      [
+        "▁Greene",
+        0.0
+      ],
+      [
+        "âĹı",
+        0.0
+      ],
+      [
+        "ãģ¦",
+        0.0
+      ],
+      [
+        "▁Guards",
+        0.0
+      ],
+      [
+        "▁unleashed",
+        0.0
+      ],
+      [
+        "▁Weber",
+        0.0
+      ],
+      [
+        "▁adjustable",
+        0.0
+      ],
+      [
+        "▁caliber",
+        0.0
+      ],
+      [
+        "▁motivations",
+        0.0
+      ],
+      [
+        "▁Ãł",
+        0.0
+      ],
+      [
+        "mAh",
+        0.0
+      ],
+      [
+        "▁Lanka",
+        0.0
+      ],
+      [
+        "handle",
+        0.0
+      ],
+      [
+        "▁pent",
+        0.0
+      ],
+      [
+        "▁Rav",
+        0.0
+      ],
+      [
+        "▁Angular",
+        0.0
+      ],
+      [
+        "▁Kau",
+        0.0
+      ],
+      [
+        "umbing",
+        0.0
+      ],
+      [
+        "▁philanthrop",
+        0.0
+      ],
+      [
+        "▁dehyd",
+        0.0
+      ],
+      [
+        "▁toxicity",
+        0.0
+      ],
+      [
+        "eer",
+        0.0
+      ],
+      [
+        "▁YORK",
+        0.0
+      ],
+      [
+        "witz",
+        0.0
+      ],
+      [
+        "å¼",
+        0.0
+      ],
+      [
+        "▁IE",
+        0.0
+      ],
+      [
+        "community",
+        0.0
+      ],
+      [
+        "▁AH",
+        0.0
+      ],
+      [
+        "▁retali",
+        0.0
+      ],
+      [
+        "▁massively",
+        0.0
+      ],
+      [
+        "▁Daniels",
+        0.0
+      ],
+      [
+        "▁DEL",
+        0.0
+      ],
+      [
+        "▁carcin",
+        0.0
+      ],
+      [
+        "Url",
+        0.0
+      ],
+      [
+        "▁routing",
+        0.0
+      ],
+      [
+        "▁NPCs",
+        0.0
+      ],
+      [
+        "▁RAF",
+        0.0
+      ],
+      [
+        "ryce",
+        0.0
+      ],
+      [
+        "▁waived",
+        0.0
+      ],
+      [
+        "▁Guatem",
+        0.0
+      ],
+      [
+        "Everybody",
+        0.0
+      ],
+      [
+        "▁covenant",
+        0.0
+      ],
+      [
+        "▁173",
+        0.0
+      ],
+      [
+        "▁relaxing",
+        0.0
+      ],
+      [
+        "▁quart",
+        0.0
+      ],
+      [
+        "almost",
+        0.0
+      ],
+      [
+        "▁guarded",
+        0.0
+      ],
+      [
+        "▁Soldiers",
+        0.0
+      ],
+      [
+        "▁PLAY",
+        0.0
+      ],
+      [
+        "▁outgoing",
+        0.0
+      ],
+      [
+        "LAND",
+        0.0
+      ],
+      [
+        "▁rewrite",
+        0.0
+      ],
+      [
+        "▁MOV",
+        0.0
+      ],
+      [
+        "▁Imper",
+        0.0
+      ],
+      [
+        "▁Solution",
+        0.0
+      ],
+      [
+        "▁phenomenal",
+        0.0
+      ],
+      [
+        "▁longevity",
+        0.0
+      ],
+      [
+        "▁impat",
+        0.0
+      ],
+      [
+        "▁Nissan",
+        0.0
+      ],
+      [
+        "irie",
+        0.0
+      ],
+      [
+        "▁odor",
+        0.0
+      ],
+      [
+        "▁Zar",
+        0.0
+      ],
+      [
+        "oks",
+        0.0
+      ],
+      [
+        "▁militias",
+        0.0
+      ],
+      [
+        "▁SPEC",
+        0.0
+      ],
+      [
+        "▁tolerated",
+        0.0
+      ],
+      [
+        "arser",
+        0.0
+      ],
+      [
+        "▁Bradford",
+        0.0
+      ],
+      [
+        "+,",
+        0.0
+      ],
+      [
+        "▁surreal",
+        0.0
+      ],
+      [
+        "sf",
+        0.0
+      ],
+      [
+        "Canadian",
+        0.0
+      ],
+      [
+        "▁resemblance",
+        0.0
+      ],
+      [
+        "▁carbohydrate",
+        0.0
+      ],
+      [
+        "VIEW",
+        0.0
+      ],
+      [
+        "▁accessory",
+        0.0
+      ],
+      [
+        "meal",
+        0.0
+      ],
+      [
+        "largest",
+        0.0
+      ],
+      [
+        "iegel",
+        0.0
+      ],
+      [
+        "Someone",
+        0.0
+      ],
+      [
+        "▁toughest",
+        0.0
+      ],
+      [
+        "oso",
+        0.0
+      ],
+      [
+        "▁funnel",
+        0.0
+      ],
+      [
+        "▁condemnation",
+        0.0
+      ],
+      [
+        "luent",
+        0.0
+      ],
+      [
+        "▁wired",
+        0.0
+      ],
+      [
+        "▁Sunset",
+        0.0
+      ],
+      [
+        "Jesus",
+        0.0
+      ],
+      [
+        "▁PST",
+        0.0
+      ],
+      [
+        "▁Pages",
+        0.0
+      ],
+      [
+        "▁Tycoon",
+        0.0
+      ],
+      [
+        "▁PF",
+        0.0
+      ],
+      [
+        "▁selections",
+        0.0
+      ],
+      [
+        "▁à¤",
+        0.0
+      ],
+      [
+        "partisan",
+        0.0
+      ],
+      [
+        "▁highs",
+        0.0
+      ],
+      [
+        "▁Rune",
+        0.0
+      ],
+      [
+        "▁crafts",
+        0.0
+      ],
+      [
+        "lead",
+        0.0
+      ],
+      [
+        "▁Parents",
+        0.0
+      ],
+      [
+        "▁reclaim",
+        0.0
+      ],
+      [
+        "eker",
+        0.0
+      ],
+      [
+        "▁Allied",
+        0.0
+      ],
+      [
+        "aeper",
+        0.0
+      ],
+      [
+        "▁looming",
+        0.0
+      ],
+      [
+        "▁beneficiaries",
+        0.0
+      ],
+      [
+        "▁Hull",
+        0.0
+      ],
+      [
+        "Students",
+        0.0
+      ],
+      [
+        "Jewish",
+        0.0
+      ],
+      [
+        "dj",
+        0.0
+      ],
+      [
+        "▁pact",
+        0.0
+      ],
+      [
+        "template",
+        0.0
+      ],
+      [
+        "▁Officials",
+        0.0
+      ],
+      [
+        "▁Baylor",
+        0.0
+      ],
+      [
+        "▁hemp",
+        0.0
+      ],
+      [
+        "▁youths",
+        0.0
+      ],
+      [
+        "▁Levels",
+        0.0
+      ],
+      [
+        "▁Xiao",
+        0.0
+      ],
+      [
+        "▁Ches",
+        0.0
+      ],
+      [
+        "▁endeavor",
+        0.0
+      ],
+      [
+        "▁Removed",
+        0.0
+      ],
+      [
+        "▁hippocamp",
+        0.0
+      ],
+      [
+        "Hell",
+        0.0
+      ],
+      [
+        "ãĤĬ",
+        0.0
+      ],
+      [
+        "805",
+        0.0
+      ],
+      [
+        "▁dinosaur",
+        0.0
+      ],
+      [
+        "▁Wrath",
+        0.0
+      ],
+      [
+        "▁Indonesian",
+        0.0
+      ],
+      [
+        "▁calculator",
+        0.0
+      ],
+      [
+        "▁Dictionary",
+        0.0
+      ],
+      [
+        "▁420",
+        0.0
+      ],
+      [
+        "▁MAG",
+        0.0
+      ],
+      [
+        "(_",
+        0.0
+      ],
+      [
+        "!,",
+        0.0
+      ],
+      [
+        "tarians",
+        0.0
+      ],
+      [
+        "▁restricting",
+        0.0
+      ],
+      [
+        "racuse",
+        0.0
+      ],
+      [
+        "▁weekday",
+        0.0
+      ],
+      [
+        "OUNT",
+        0.0
+      ],
+      [
+        "▁shrugged",
+        0.0
+      ],
+      [
+        "leground",
+        0.0
+      ],
+      [
+        "▁bald",
+        0.0
+      ],
+      [
+        "▁Doctors",
+        0.0
+      ],
+      [
+        "▁touted",
+        0.0
+      ],
+      [
+        "▁Maxwell",
+        0.0
+      ],
+      [
+        "▁214",
+        0.0
+      ],
+      [
+        "▁diplomat",
+        0.0
+      ],
+      [
+        "▁repression",
+        0.0
+      ],
+      [
+        "▁constituency",
+        0.0
+      ],
+      [
+        "vice",
+        0.0
+      ],
+      [
+        "ranked",
+        0.0
+      ],
+      [
+        "▁Napoleon",
+        0.0
+      ],
+      [
+        "gang",
+        0.0
+      ],
+      [
+        "▁Forever",
+        0.0
+      ],
+      [
+        "tun",
+        0.0
+      ],
+      [
+        "▁bulb",
+        0.0
+      ],
+      [
+        "▁PDT",
+        0.0
+      ],
+      [
+        "▁Cisco",
+        0.0
+      ],
+      [
+        "VEN",
+        0.0
+      ],
+      [
+        "▁resumed",
+        0.0
+      ],
+      [
+        "Steven",
+        0.0
+      ],
+      [
+        "▁Manitoba",
+        0.0
+      ],
+      [
+        "▁fabulous",
+        0.0
+      ],
+      [
+        "▁Agents",
+        0.0
+      ],
+      [
+        "1984",
+        0.0
+      ],
+      [
+        "▁amusing",
+        0.0
+      ],
+      [
+        "▁Mysteries",
+        0.0
+      ],
+      [
+        "▁orthodox",
+        0.0
+      ],
+      [
+        "floor",
+        0.0
+      ],
+      [
+        "▁questionnaire",
+        0.0
+      ],
+      [
+        "▁penetrate",
+        0.0
+      ],
+      [
+        "▁filmmakers",
+        0.0
+      ],
+      [
+        "▁Unc",
+        0.0
+      ],
+      [
+        "▁stamped",
+        0.0
+      ],
+      [
+        "▁thirteen",
+        0.0
+      ],
+      [
+        "▁outfield",
+        0.0
+      ],
+      [
+        "▁forwarded",
+        0.0
+      ],
+      [
+        "▁appra",
+        0.0
+      ],
+      [
+        "▁aided",
+        0.0
+      ],
+      [
+        "try",
+        0.0
+      ],
+      [
+        "▁unfocused",
+        0.0
+      ],
+      [
+        "▁Liz",
+        0.0
+      ],
+      [
+        "▁Wendy",
+        0.0
+      ],
+      [
+        "▁Scene",
+        0.0
+      ],
+      [
+        "Charg",
+        0.0
+      ],
+      [
+        "▁rejects",
+        0.0
+      ],
+      [
+        "▁leftist",
+        0.0
+      ],
+      [
+        "▁Providence",
+        0.0
+      ],
+      [
+        "▁Brid",
+        0.0
+      ],
+      [
+        "regn",
+        0.0
+      ],
+      [
+        "▁prophecy",
+        0.0
+      ],
+      [
+        "▁LIVE",
+        0.0
+      ],
+      [
+        "499",
+        0.0
+      ],
+      [
+        "▁forge",
+        0.0
+      ],
+      [
+        "▁FML",
+        0.0
+      ],
+      [
+        "▁intrinsic",
+        0.0
+      ],
+      [
+        "▁Frog",
+        0.0
+      ],
+      [
+        "▁wont",
+        0.0
+      ],
+      [
+        "▁Holt",
+        0.0
+      ],
+      [
+        "▁famed",
+        0.0
+      ],
+      [
+        "CLUS",
+        0.0
+      ],
+      [
+        "aepernick",
+        0.0
+      ],
+      [
+        "▁Hate",
+        0.0
+      ],
+      [
+        "▁Cay",
+        0.0
+      ],
+      [
+        "▁registering",
+        0.0
+      ],
+      [
+        "ortality",
+        0.0
+      ],
+      [
+        "ropy",
+        0.0
+      ],
+      [
+        "ocalyptic",
+        0.0
+      ],
+      [
+        "aan",
+        0.0
+      ],
+      [
+        "nav",
+        0.0
+      ],
+      [
+        "▁fascist",
+        0.0
+      ],
+      [
+        "IFIED",
+        0.0
+      ],
+      [
+        "▁implicated",
+        0.0
+      ],
+      [
+        "▁Resort",
+        0.0
+      ],
+      [
+        "▁Chandler",
+        0.0
+      ],
+      [
+        "▁Brick",
+        0.0
+      ],
+      [
+        "Pin",
+        0.0
+      ],
+      [
+        "ysc",
+        0.0
+      ],
+      [
+        "Usage",
+        0.0
+      ],
+      [
+        "▁Helm",
+        0.0
+      ],
+      [
+        "usra",
+        0.0
+      ],
+      [
+        "âĺħâĺħ",
+        0.0
+      ],
+      [
+        "▁Abbas",
+        0.0
+      ],
+      [
+        "▁unanimously",
+        0.0
+      ],
+      [
+        "▁keeper",
+        0.0
+      ],
+      [
+        "▁addicted",
+        0.0
+      ],
+      [
+        "???",
+        0.0
+      ],
+      [
+        "▁helmets",
+        0.0
+      ],
+      [
+        "▁antioxid",
+        0.0
+      ],
+      [
+        "apsed",
+        0.0
+      ],
+      [
+        "808",
+        0.0
+      ],
+      [
+        "giene",
+        0.0
+      ],
+      [
+        "▁waits",
+        0.0
+      ],
+      [
+        "▁minion",
+        0.0
+      ],
+      [
+        "raved",
+        0.0
+      ],
+      [
+        "▁Porsche",
+        0.0
+      ],
+      [
+        "▁dreaming",
+        0.0
+      ],
+      [
+        "▁171",
+        0.0
+      ],
+      [
+        "▁Cain",
+        0.0
+      ],
+      [
+        "▁unfor",
+        0.0
+      ],
+      [
+        "asso",
+        0.0
+      ],
+      [
+        "▁Configuration",
+        0.0
+      ],
+      [
+        "kun",
+        0.0
+      ],
+      [
+        "hardt",
+        0.0
+      ],
+      [
+        "▁nested",
+        0.0
+      ],
+      [
+        "▁LDS",
+        0.0
+      ],
+      [
+        "LES",
+        0.0
+      ],
+      [
+        "▁tying",
+        0.0
+      ],
+      [
+        "enos",
+        0.0
+      ],
+      [
+        "▁cue",
+        0.0
+      ],
+      [
+        "▁Marqu",
+        0.0
+      ],
+      [
+        "skirts",
+        0.0
+      ],
+      [
+        "▁clicked",
+        0.0
+      ],
+      [
+        "▁expiration",
+        0.0
+      ],
+      [
+        "▁Accordingly",
+        0.0
+      ],
+      [
+        "▁WC",
+        0.0
+      ],
+      [
+        "▁blessings",
+        0.0
+      ],
+      [
+        "▁addictive",
+        0.0
+      ],
+      [
+        "▁Narr",
+        0.0
+      ],
+      [
+        "yx",
+        0.0
+      ],
+      [
+        "▁Jaguars",
+        0.0
+      ],
+      [
+        "▁rents",
+        0.0
+      ],
+      [
+        "▁Siber",
+        0.0
+      ],
+      [
+        "▁tipped",
+        0.0
+      ],
+      [
+        "ousse",
+        0.0
+      ],
+      [
+        "▁Fitzgerald",
+        0.0
+      ],
+      [
+        "▁hierarch",
+        0.0
+      ],
+      [
+        "outine",
+        0.0
+      ],
+      [
+        "▁wavelength",
+        0.0
+      ],
+      [
+        ">.",
+        0.0
+      ],
+      [
+        "chid",
+        0.0
+      ],
+      [
+        "▁Processing",
+        0.0
+      ],
+      [
+        "/+",
+        0.0
+      ],
+      [
+        "ranking",
+        0.0
+      ],
+      [
+        "Easy",
+        0.0
+      ],
+      [
+        "▁Construct",
+        0.0
+      ],
+      [
+        "▁tet",
+        0.0
+      ],
+      [
+        "insured",
+        0.0
+      ],
+      [
+        "HUD",
+        0.0
+      ],
+      [
+        "▁quoting",
+        0.0
+      ],
+      [
+        "▁communicated",
+        0.0
+      ],
+      [
+        "inx",
+        0.0
+      ],
+      [
+        "▁inmate",
+        0.0
+      ],
+      [
+        "▁erected",
+        0.0
+      ],
+      [
+        "▁Absolutely",
+        0.0
+      ],
+      [
+        "▁Surely",
+        0.0
+      ],
+      [
+        "▁unim",
+        0.0
+      ],
+      [
+        "▁Throne",
+        0.0
+      ],
+      [
+        "heid",
+        0.0
+      ],
+      [
+        "▁claws",
+        0.0
+      ],
+      [
+        "▁superstar",
+        0.0
+      ],
+      [
+        "▁Lenn",
+        0.0
+      ],
+      [
+        "▁Whis",
+        0.0
+      ],
+      [
+        "Uk",
+        0.0
+      ],
+      [
+        "abol",
+        0.0
+      ],
+      [
+        "▁sket",
+        0.0
+      ],
+      [
+        "▁Niet",
+        0.0
+      ],
+      [
+        "▁perks",
+        0.0
+      ],
+      [
+        "▁affinity",
+        0.0
+      ],
+      [
+        "▁openings",
+        0.0
+      ],
+      [
+        "phasis",
+        0.0
+      ],
+      [
+        "▁discriminate",
+        0.0
+      ],
+      [
+        "Tip",
+        0.0
+      ],
+      [
+        "vc",
+        0.0
+      ],
+      [
+        "▁grinding",
+        0.0
+      ],
+      [
+        "▁Jenny",
+        0.0
+      ],
+      [
+        "▁asthma",
+        0.0
+      ],
+      [
+        "holes",
+        0.0
+      ],
+      [
+        "▁Homer",
+        0.0
+      ],
+      [
+        "▁registers",
+        0.0
+      ],
+      [
+        "▁Glad",
+        0.0
+      ],
+      [
+        "▁creations",
+        0.0
+      ],
+      [
+        "▁lithium",
+        0.0
+      ],
+      [
+        "▁applause",
+        0.0
+      ],
+      [
+        "until",
+        0.0
+      ],
+      [
+        "Justice",
+        0.0
+      ],
+      [
+        "▁Turks",
+        0.0
+      ],
+      [
+        "▁scandals",
+        0.0
+      ],
+      [
+        "▁bake",
+        0.0
+      ],
+      [
+        "tank",
+        0.0
+      ],
+      [
+        "Mech",
+        0.0
+      ],
+      [
+        "▁Means",
+        0.0
+      ],
+      [
+        "▁Maid",
+        0.0
+      ],
+      [
+        "Republicans",
+        0.0
+      ],
+      [
+        "isal",
+        0.0
+      ],
+      [
+        "windows",
+        0.0
+      ],
+      [
+        "▁Santos",
+        0.0
+      ],
+      [
+        "▁vegetation",
+        0.0
+      ],
+      [
+        "338",
+        0.0
+      ],
+      [
+        "tri",
+        0.0
+      ],
+      [
+        "▁flux",
+        0.0
+      ],
+      [
+        "insert",
+        0.0
+      ],
+      [
+        "▁clarified",
+        0.0
+      ],
+      [
+        "▁mortg",
+        0.0
+      ],
+      [
+        "▁Chim",
+        0.0
+      ],
+      [
+        "▁Tort",
+        0.0
+      ],
+      [
+        "▁disclaim",
+        0.0
+      ],
+      [
+        "metal",
+        0.0
+      ],
+      [
+        "▁Aside",
+        0.0
+      ],
+      [
+        "▁induction",
+        0.0
+      ],
+      [
+        "▁infl",
+        0.0
+      ],
+      [
+        "▁atheists",
+        0.0
+      ],
+      [
+        "amph",
+        0.0
+      ],
+      [
+        "▁ether",
+        0.0
+      ],
+      [
+        "▁Vital",
+        0.0
+      ],
+      [
+        "▁Built",
+        0.0
+      ],
+      [
+        "Mind",
+        0.0
+      ],
+      [
+        "▁weaponry",
+        0.0
+      ],
+      [
+        "SET",
+        0.0
+      ],
+      [
+        "▁186",
+        0.0
+      ],
+      [
+        "admin",
+        0.0
+      ],
+      [
+        "gam",
+        0.0
+      ],
+      [
+        "contract",
+        0.0
+      ],
+      [
+        "afa",
+        0.0
+      ],
+      [
+        "▁derivatives",
+        0.0
+      ],
+      [
+        "▁snacks",
+        0.0
+      ],
+      [
+        "▁churn",
+        0.0
+      ],
+      [
+        "Econom",
+        0.0
+      ],
+      [
+        "▁capped",
+        0.0
+      ],
+      [
+        "▁Understanding",
+        0.0
+      ],
+      [
+        "▁Hers",
+        0.0
+      ],
+      [
+        "▁Iz",
+        0.0
+      ],
+      [
+        "▁duct",
+        0.0
+      ],
+      [
+        "IENT",
+        0.0
+      ],
+      [
+        "aughty",
+        0.0
+      ],
+      [
+        "▁âľĶ",
+        0.0
+      ],
+      [
+        "▁NP",
+        0.0
+      ],
+      [
+        "▁sailing",
+        0.0
+      ],
+      [
+        "Initialized",
+        0.0
+      ],
+      [
+        "▁ted",
+        0.0
+      ],
+      [
+        "▁reactors",
+        0.0
+      ],
+      [
+        "▁Lomb",
+        0.0
+      ],
+      [
+        "▁choke",
+        0.0
+      ],
+      [
+        "▁Worm",
+        0.0
+      ],
+      [
+        "▁admiration",
+        0.0
+      ],
+      [
+        "▁swung",
+        0.0
+      ],
+      [
+        "ensibly",
+        0.0
+      ],
+      [
+        "▁rash",
+        0.0
+      ],
+      [
+        "▁Goals",
+        0.0
+      ],
+      [
+        "▁Important",
+        0.0
+      ],
+      [
+        "Shot",
+        0.0
+      ],
+      [
+        "▁Ras",
+        0.0
+      ],
+      [
+        "▁trainers",
+        0.0
+      ],
+      [
+        "▁Bun",
+        0.0
+      ],
+      [
+        "Working",
+        0.0
+      ],
+      [
+        "▁harmed",
+        0.0
+      ],
+      [
+        "▁Pandora",
+        0.0
+      ],
+      [
+        "▁LTE",
+        0.0
+      ],
+      [
+        "▁mushroom",
+        0.0
+      ],
+      [
+        "▁CHAR",
+        0.0
+      ],
+      [
+        "▁Fee",
+        0.0
+      ],
+      [
+        "▁Moy",
+        0.0
+      ],
+      [
+        "Born",
+        0.0
+      ],
+      [
+        "oliberal",
+        0.0
+      ],
+      [
+        "▁Martial",
+        0.0
+      ],
+      [
+        "▁gentlemen",
+        0.0
+      ],
+      [
+        "▁lingering",
+        0.0
+      ],
+      [
+        "Official",
+        0.0
+      ],
+      [
+        "▁graffiti",
+        0.0
+      ],
+      [
+        "▁Names",
+        0.0
+      ],
+      [
+        "Der",
+        0.0
+      ],
+      [
+        "▁quint",
+        0.0
+      ],
+      [
+        "istrate",
+        0.0
+      ],
+      [
+        "azeera",
+        0.0
+      ],
+      [
+        "▁NOTICE",
+        0.0
+      ],
+      [
+        "▁Florence",
+        0.0
+      ],
+      [
+        "▁payable",
+        0.0
+      ],
+      [
+        "▁depicts",
+        0.0
+      ],
+      [
+        "▁Species",
+        0.0
+      ],
+      [
+        "Heart",
+        0.0
+      ],
+      [
+        "âĶĢâĶĢâĶĢâĶĢâĶĢâĶĢâĶĢâĶĢ",
+        0.0
+      ],
+      [
+        "▁enclosed",
+        0.0
+      ],
+      [
+        "Increases",
+        0.0
+      ],
+      [
+        "Daily",
+        0.0
+      ],
+      [
+        "▁Lis",
+        0.0
+      ],
+      [
+        "▁enactment",
+        0.0
+      ],
+      [
+        "▁Bacon",
+        0.0
+      ],
+      [
+        "▁Steele",
+        0.0
+      ],
+      [
+        "demand",
+        0.0
+      ],
+      [
+        "▁183",
+        0.0
+      ],
+      [
+        "▁mouths",
+        0.0
+      ],
+      [
+        "▁stranded",
+        0.0
+      ],
+      [
+        "▁enhancement",
+        0.0
+      ],
+      [
+        "011",
+        0.0
+      ],
+      [
+        "▁Whats",
+        0.0
+      ],
+      [
+        "▁healed",
+        0.0
+      ],
+      [
+        "eny",
+        0.0
+      ],
+      [
+        "▁Rab",
+        0.0
+      ],
+      [
+        "▁340",
+        0.0
+      ],
+      [
+        "▁Labyrinth",
+        0.0
+      ],
+      [
+        "roach",
+        0.0
+      ],
+      [
+        "▁Yosh",
+        0.0
+      ],
+      [
+        "▁Clippers",
+        0.0
+      ],
+      [
+        "▁concerts",
+        0.0
+      ],
+      [
+        "Internet",
+        0.0
+      ],
+      [
+        "355",
+        0.0
+      ],
+      [
+        "▁stickers",
+        0.0
+      ],
+      [
+        "▁termed",
+        0.0
+      ],
+      [
+        "▁Axe",
+        0.0
+      ],
+      [
+        "▁grandparents",
+        0.0
+      ],
+      [
+        "France",
+        0.0
+      ],
+      [
+        "▁Clim",
+        0.0
+      ],
+      [
+        "▁Uh",
+        0.0
+      ],
+      [
+        "ulic",
+        0.0
+      ],
+      [
+        "▁thrill",
+        0.0
+      ],
+      [
+        "centric",
+        0.0
+      ],
+      [
+        "▁Overview",
+        0.0
+      ],
+      [
+        "▁Conduct",
+        0.0
+      ],
+      [
+        "▁substantive",
+        0.0
+      ],
+      [
+        "▁182",
+        0.0
+      ],
+      [
+        "mur",
+        0.0
+      ],
+      [
+        "▁stray",
+        0.0
+      ],
+      [
+        "▁Coff",
+        0.0
+      ],
+      [
+        "▁repetitive",
+        0.0
+      ],
+      [
+        "▁Forgotten",
+        0.0
+      ],
+      [
+        "▁qualification",
+        0.0
+      ],
+      [
+        "ewitness",
+        0.0
+      ],
+      [
+        "▁Zimbabwe",
+        0.0
+      ],
+      [
+        "▁simulated",
+        0.0
+      ],
+      [
+        "▁JD",
+        0.0
+      ],
+      [
+        "253",
+        0.0
+      ],
+      [
+        "▁Ware",
+        0.0
+      ],
+      [
+        "▁unsc",
+        0.0
+      ],
+      [
+        "Times",
+        0.0
+      ],
+      [
+        "▁summons",
+        0.0
+      ],
+      [
+        "▁disconnected",
+        0.0
+      ],
+      [
+        "▁184",
+        0.0
+      ],
+      [
+        "cius",
+        0.0
+      ],
+      [
+        "▁Gujar",
+        0.0
+      ],
+      [
+        "odka",
+        0.0
+      ],
+      [
+        "▁erase",
+        0.0
+      ],
+      [
+        "▁Tobacco",
+        0.0
+      ],
+      [
+        "elected",
+        0.0
+      ],
+      [
+        "▁uncont",
+        0.0
+      ],
+      [
+        "▁Shepard",
+        0.0
+      ],
+      [
+        "▁Lamp",
+        0.0
+      ],
+      [
+        "▁alerted",
+        0.0
+      ],
+      [
+        "▁operative",
+        0.0
+      ],
+      [
+        "arna",
+        0.0
+      ],
+      [
+        "uint",
+        0.0
+      ],
+      [
+        "▁negligence",
+        0.0
+      ],
+      [
+        "acements",
+        0.0
+      ],
+      [
+        "▁supra",
+        0.0
+      ],
+      [
+        "▁prevail",
+        0.0
+      ],
+      [
+        "▁Shark",
+        0.0
+      ],
+      [
+        "▁belts",
+        0.0
+      ],
+      [
+        "ãģ«",
+        0.0
+      ],
+      [
+        "▁tighter",
+        0.0
+      ],
+      [
+        "Engineers",
+        0.0
+      ],
+      [
+        "▁inactive",
+        0.0
+      ],
+      [
+        "▁exponent",
+        0.0
+      ],
+      [
+        "▁Willie",
+        0.0
+      ],
+      [
+        "aples",
+        0.0
+      ],
+      [
+        "▁heir",
+        0.0
+      ],
+      [
+        "▁Hits",
+        0.0
+      ],
+      [
+        "iann",
+        0.0
+      ],
+      [
+        "▁Says",
+        0.0
+      ],
+      [
+        "▁currents",
+        0.0
+      ],
+      [
+        "▁Bengal",
+        0.0
+      ],
+      [
+        "▁arist",
+        0.0
+      ],
+      [
+        "Buffer",
+        0.0
+      ],
+      [
+        "▁breeze",
+        0.0
+      ],
+      [
+        "▁Wesley",
+        0.0
+      ],
+      [
+        "Cola",
+        0.0
+      ],
+      [
+        "▁pronoun",
+        0.0
+      ],
+      [
+        "▁deed",
+        0.0
+      ],
+      [
+        "▁Kling",
+        0.0
+      ],
+      [
+        "▁oft",
+        0.0
+      ],
+      [
+        "▁inflict",
+        0.0
+      ],
+      [
+        "▁punishing",
+        0.0
+      ],
+      [
+        "▁nm",
+        0.0
+      ],
+      [
+        "iku",
+        0.0
+      ],
+      [
+        "ODUCT",
+        0.0
+      ],
+      [
+        "014",
+        0.0
+      ],
+      [
+        "▁subsidy",
+        0.0
+      ],
+      [
+        "▁DEA",
+        0.0
+      ],
+      [
+        "▁Herbert",
+        0.0
+      ],
+      [
+        "▁Jal",
+        0.0
+      ],
+      [
+        "Bank",
+        0.0
+      ],
+      [
+        "▁deferred",
+        0.0
+      ],
+      [
+        "▁shipment",
+        0.0
+      ],
+      [
+        "Bott",
+        0.0
+      ],
+      [
+        "▁alle",
+        0.0
+      ],
+      [
+        "bearing",
+        0.0
+      ],
+      [
+        "HTML",
+        0.0
+      ],
+      [
+        "Offline",
+        0.0
+      ],
+      [
+        "▁213",
+        0.0
+      ],
+      [
+        "▁scrolling",
+        0.0
+      ],
+      [
+        "▁scanned",
+        0.0
+      ],
+      [
+        "▁Libyan",
+        0.0
+      ],
+      [
+        "▁TOP",
+        0.0
+      ],
+      [
+        "chrom",
+        0.0
+      ],
+      [
+        "dt",
+        0.0
+      ],
+      [
+        "column",
+        0.0
+      ],
+      [
+        "PsyNetMessage",
+        0.0
+      ],
+      [
+        "Zero",
+        0.0
+      ],
+      [
+        "▁torso",
+        0.0
+      ],
+      [
+        "050",
+        0.0
+      ],
+      [
+        "âķIJ",
+        0.0
+      ],
+      [
+        "▁imperson",
+        0.0
+      ],
+      [
+        "▁Schwartz",
+        0.0
+      ],
+      [
+        "udic",
+        0.0
+      ],
+      [
+        "▁pissed",
+        0.0
+      ],
+      [
+        "▁Sapp",
+        0.0
+      ],
+      [
+        "257",
+        0.0
+      ],
+      [
+        "▁ISPs",
+        0.0
+      ],
+      [
+        "ogl",
+        0.0
+      ],
+      [
+        "▁supervised",
+        0.0
+      ],
+      [
+        "▁adolescent",
+        0.0
+      ],
+      [
+        "▁attained",
+        0.0
+      ],
+      [
+        "▁Delivery",
+        0.0
+      ],
+      [
+        "▁Bunny",
+        0.0
+      ],
+      [
+        "▁1937",
+        0.0
+      ],
+      [
+        "▁miniature",
+        0.0
+      ],
+      [
+        "▁os",
+        0.0
+      ],
+      [
+        "▁370",
+        0.0
+      ],
+      [
+        "608",
+        0.0
+      ],
+      [
+        "▁Mourinho",
+        0.0
+      ],
+      [
+        "▁innate",
+        0.0
+      ],
+      [
+        "▁tempo",
+        0.0
+      ],
+      [
+        "▁NM",
+        0.0
+      ],
+      [
+        "▁Fallen",
+        0.0
+      ],
+      [
+        "009",
+        0.0
+      ],
+      [
+        "▁provocative",
+        0.0
+      ],
+      [
+        "Streamer",
+        0.0
+      ],
+      [
+        "▁Benedict",
+        0.0
+      ],
+      [
+        "▁Bolshe",
+        0.0
+      ],
+      [
+        "▁turtle",
+        0.0
+      ],
+      [
+        "▁PCB",
+        0.0
+      ],
+      [
+        "▁Equal",
+        0.0
+      ],
+      [
+        "Director",
+        0.0
+      ],
+      [
+        "▁Rend",
+        0.0
+      ],
+      [
+        "▁fluids",
+        0.0
+      ],
+      [
+        "Authorities",
+        0.0
+      ],
+      [
+        "▁cousins",
+        0.0
+      ],
+      [
+        "requency",
+        0.0
+      ],
+      [
+        "▁Neighbor",
+        0.0
+      ],
+      [
+        "sets",
+        0.0
+      ],
+      [
+        "shared",
+        0.0
+      ],
+      [
+        "Charles",
+        0.0
+      ],
+      [
+        "password",
+        0.0
+      ],
+      [
+        "▁gears",
+        0.0
+      ],
+      [
+        "▁211",
+        0.0
+      ],
+      [
+        "▁Hardware",
+        0.0
+      ],
+      [
+        "rika",
+        0.0
+      ],
+      [
+        "▁upstream",
+        0.0
+      ],
+      [
+        "Hom",
+        0.0
+      ],
+      [
+        "▁disproportionately",
+        0.0
+      ],
+      [
+        "ivities",
+        0.0
+      ],
+      [
+        "▁undefined",
+        0.0
+      ],
+      [
+        "▁electrons",
+        0.0
+      ],
+      [
+        "▁commemor",
+        0.0
+      ],
+      [
+        "Eventually",
+        0.0
+      ],
+      [
+        "▁><",
+        0.0
+      ],
+      [
+        "▁irresponsible",
+        0.0
+      ],
+      [
+        "218",
+        0.0
+      ],
+      [
+        "▁Released",
+        0.0
+      ],
+      [
+        "▁OVER",
+        0.0
+      ],
+      [
+        "▁IGN",
+        0.0
+      ],
+      [
+        "▁Bread",
+        0.0
+      ],
+      [
+        "stellar",
+        0.0
+      ],
+      [
+        "▁Sage",
+        0.0
+      ],
+      [
+        "tted",
+        0.0
+      ],
+      [
+        "damage",
+        0.0
+      ],
+      [
+        "edition",
+        0.0
+      ],
+      [
+        "▁Prec",
+        0.0
+      ],
+      [
+        "▁lime",
+        0.0
+      ],
+      [
+        "▁confinement",
+        0.0
+      ],
+      [
+        "▁calorie",
+        0.0
+      ],
+      [
+        "weapon",
+        0.0
+      ],
+      [
+        "▁differing",
+        0.0
+      ],
+      [
+        "▁Sina",
+        0.0
+      ],
+      [
+        "mys",
+        0.0
+      ],
+      [
+        "amd",
+        0.0
+      ],
+      [
+        "▁intricate",
+        0.0
+      ],
+      [
+        "kk",
+        0.0
+      ],
+      [
+        "▁PAT",
+        0.0
+      ],
+      [
+        "ão",
+        0.0
+      ],
+      [
+        "stones",
+        0.0
+      ],
+      [
+        "links",
+        0.0
+      ],
+      [
+        "▁ranch",
+        0.0
+      ],
+      [
+        "Semitic",
+        0.0
+      ],
+      [
+        "▁differentiate",
+        0.0
+      ],
+      [
+        "▁Singer",
+        0.0
+      ],
+      [
+        "occupied",
+        0.0
+      ],
+      [
+        "▁fortress",
+        0.0
+      ],
+      [
+        "cmd",
+        0.0
+      ],
+      [
+        "▁interception",
+        0.0
+      ],
+      [
+        "▁Ankara",
+        0.0
+      ],
+      [
+        "▁rept",
+        0.0
+      ],
+      [
+        "▁Solitaire",
+        0.0
+      ],
+      [
+        "▁remake",
+        0.0
+      ],
+      [
+        "pred",
+        0.0
+      ],
+      [
+        "▁dared",
+        0.0
+      ],
+      [
+        "autions",
+        0.0
+      ],
+      [
+        "▁BACK",
+        0.0
+      ],
+      [
+        "Running",
+        0.0
+      ],
+      [
+        "▁debugging",
+        0.0
+      ],
+      [
+        "▁graphs",
+        0.0
+      ],
+      [
+        "399",
+        0.0
+      ],
+      [
+        "▁Nigel",
+        0.0
+      ],
+      [
+        "▁bun",
+        0.0
+      ],
+      [
+        "▁pillow",
+        0.0
+      ],
+      [
+        "▁progressed",
+        0.0
+      ],
+      [
+        "fashioned",
+        0.0
+      ],
+      [
+        "▁obedience",
+        0.0
+      ],
+      [
+        "ERN",
+        0.0
+      ],
+      [
+        "▁rehears",
+        0.0
+      ],
+      [
+        "Cell",
+        0.0
+      ],
+      [
+        "tl",
+        0.0
+      ],
+      [
+        "Sher",
+        0.0
+      ],
+      [
+        "▁herald",
+        0.0
+      ],
+      [
+        "▁Payment",
+        0.0
+      ],
+      [
+        "▁Cory",
+        0.0
+      ],
+      [
+        "▁Dept",
+        0.0
+      ],
+      [
+        "▁repent",
+        0.0
+      ],
+      [
+        "▁Weak",
+        0.0
+      ],
+      [
+        "uckland",
+        0.0
+      ],
+      [
+        "▁pleasing",
+        0.0
+      ],
+      [
+        "▁shortages",
+        0.0
+      ],
+      [
+        "▁jurors",
+        0.0
+      ],
+      [
+        "▁Kab",
+        0.0
+      ],
+      [
+        "qqa",
+        0.0
+      ],
+      [
+        "Anti",
+        0.0
+      ],
+      [
+        "▁wow",
+        0.0
+      ],
+      [
+        "▁RCMP",
+        0.0
+      ],
+      [
+        "▁tsun",
+        0.0
+      ],
+      [
+        "▁Sic",
+        0.0
+      ],
+      [
+        "▁comprises",
+        0.0
+      ],
+      [
+        "▁spies",
+        0.0
+      ],
+      [
+        "▁precinct",
+        0.0
+      ],
+      [
+        "nu",
+        0.0
+      ],
+      [
+        "▁urges",
+        0.0
+      ],
+      [
+        "▁timed",
+        0.0
+      ],
+      [
+        "▁stripes",
+        0.0
+      ],
+      [
+        "▁Boots",
+        0.0
+      ],
+      [
+        "▁yen",
+        0.0
+      ],
+      [
+        "Advanced",
+        0.0
+      ],
+      [
+        "▁discrete",
+        0.0
+      ],
+      [
+        "▁Archangel",
+        0.0
+      ],
+      [
+        "employment",
+        0.0
+      ],
+      [
+        "Diff",
+        0.0
+      ],
+      [
+        "▁monuments",
+        0.0
+      ],
+      [
+        "▁209",
+        0.0
+      ],
+      [
+        "worker",
+        0.0
+      ],
+      [
+        "▁196",
+        0.0
+      ],
+      [
+        "▁Ig",
+        0.0
+      ],
+      [
+        "utterstock",
+        0.0
+      ],
+      [
+        "TPS",
+        0.0
+      ],
+      [
+        "Jac",
+        0.0
+      ],
+      [
+        "▁homelessness",
+        0.0
+      ],
+      [
+        "▁commentator",
+        0.0
+      ],
+      [
+        "▁racially",
+        0.0
+      ],
+      [
+        "fing",
+        0.0
+      ],
+      [
+        "seed",
+        0.0
+      ],
+      [
+        "Ele",
+        0.0
+      ],
+      [
+        "ellation",
+        0.0
+      ],
+      [
+        "▁ethanol",
+        0.0
+      ],
+      [
+        "▁parish",
+        0.0
+      ],
+      [
+        "▁Dong",
+        0.0
+      ],
+      [
+        "▁Awakening",
+        0.0
+      ],
+      [
+        "▁deviation",
+        0.0
+      ],
+      [
+        "▁Bearing",
+        0.0
+      ],
+      [
+        "▁Tsuk",
+        0.0
+      ],
+      [
+        "▁recess",
+        0.0
+      ],
+      [
+        "▁lymph",
+        0.0
+      ],
+      [
+        "▁Cannabis",
+        0.0
+      ],
+      [
+        "åľ",
+        0.0
+      ],
+      [
+        "▁NEWS",
+        0.0
+      ],
+      [
+        "▁dra",
+        0.0
+      ],
+      [
+        "▁Stefan",
+        0.0
+      ],
+      [
+        "▁Wrong",
+        0.0
+      ],
+      [
+        "▁SAM",
+        0.0
+      ],
+      [
+        "▁loosely",
+        0.0
+      ],
+      [
+        "▁interpreter",
+        0.0
+      ],
+      [
+        "▁Plain",
+        0.0
+      ],
+      [
+        "Government",
+        0.0
+      ],
+      [
+        "▁bigotry",
+        0.0
+      ],
+      [
+        "▁grenades",
+        0.0
+      ],
+      [
+        "avez",
+        0.0
+      ],
+      [
+        "pictured",
+        0.0
+      ],
+      [
+        "▁mandated",
+        0.0
+      ],
+      [
+        "▁Monk",
+        0.0
+      ],
+      [
+        "▁Pedro",
+        0.0
+      ],
+      [
+        "▁lava",
+        0.0
+      ],
+      [
+        "274",
+        0.0
+      ],
+      [
+        "▁cynical",
+        0.0
+      ],
+      [
+        "▁Scrolls",
+        0.0
+      ],
+      [
+        "locks",
+        0.0
+      ],
+      [
+        "Mp",
+        0.0
+      ],
+      [
+        "▁congregation",
+        0.0
+      ],
+      [
+        "ornings",
+        0.0
+      ],
+      [
+        "phil",
+        0.0
+      ],
+      [
+        "▁Ibid",
+        0.0
+      ],
+      [
+        "▁ferv",
+        0.0
+      ],
+      [
+        "▁disappearing",
+        0.0
+      ],
+      [
+        "▁arrogant",
+        0.0
+      ],
+      [
+        "syn",
+        0.0
+      ],
+      [
+        "▁Maver",
+        0.0
+      ],
+      [
+        "▁Suit",
+        0.0
+      ],
+      [
+        "241",
+        0.0
+      ],
+      [
+        "▁abbre",
+        0.0
+      ],
+      [
+        "ackers",
+        0.0
+      ],
+      [
+        "Pa",
+        0.0
+      ],
+      [
+        "▁Yel",
+        0.0
+      ],
+      [
+        "Whenever",
+        0.0
+      ],
+      [
+        "▁235",
+        0.0
+      ],
+      [
+        "▁Vine",
+        0.0
+      ],
+      [
+        "▁Anat",
+        0.0
+      ],
+      [
+        "▁extinct",
+        0.0
+      ],
+      [
+        "LET",
+        0.0
+      ],
+      [
+        "▁executable",
+        0.0
+      ],
+      [
+        "VERS",
+        0.0
+      ],
+      [
+        "oxide",
+        0.0
+      ],
+      [
+        "DNA",
+        0.0
+      ],
+      [
+        "▁Prel",
+        0.0
+      ],
+      [
+        "▁resentment",
+        0.0
+      ],
+      [
+        "▁comprise",
+        0.0
+      ],
+      [
+        "▁Aviv",
+        0.0
+      ],
+      [
+        "▁interceptions",
+        0.0
+      ],
+      [
+        "▁prolific",
+        0.0
+      ],
+      [
+        "INA",
+        0.0
+      ],
+      [
+        "▁Erin",
+        0.0
+      ],
+      [
+        "thought",
+        0.0
+      ],
+      [
+        "219",
+        0.0
+      ],
+      [
+        "▁Psychiatry",
+        0.0
+      ],
+      [
+        "unky",
+        0.0
+      ],
+      [
+        "chemist",
+        0.0
+      ],
+      [
+        "Ho",
+        0.0
+      ],
+      [
+        "▁McCoy",
+        0.0
+      ],
+      [
+        "▁bricks",
+        0.0
+      ],
+      [
+        "Los",
+        0.0
+      ],
+      [
+        "rily",
+        0.0
+      ],
+      [
+        "▁USSR",
+        0.0
+      ],
+      [
+        "▁rud",
+        0.0
+      ],
+      [
+        "▁laud",
+        0.0
+      ],
+      [
+        "▁Wise",
+        0.0
+      ],
+      [
+        "▁Emerald",
+        0.0
+      ],
+      [
+        "▁revived",
+        0.0
+      ],
+      [
+        "▁damned",
+        0.0
+      ],
+      [
+        "▁Repair",
+        0.0
+      ],
+      [
+        "idem",
+        0.0
+      ],
+      [
+        "ctica",
+        0.0
+      ],
+      [
+        "▁patriarch",
+        0.0
+      ],
+      [
+        "▁Nurs",
+        0.0
+      ],
+      [
+        "meg",
+        0.0
+      ],
+      [
+        "▁cheapest",
+        0.0
+      ],
+      [
+        "reements",
+        0.0
+      ],
+      [
+        "empty",
+        0.0
+      ],
+      [
+        "▁Celebr",
+        0.0
+      ],
+      [
+        "▁deprivation",
+        0.0
+      ],
+      [
+        "chanted",
+        0.0
+      ],
+      [
+        "▁Thumbnails",
+        0.0
+      ],
+      [
+        "Energy",
+        0.0
+      ],
+      [
+        "▁Ethan",
+        0.0
+      ],
+      [
+        "▁Qing",
+        0.0
+      ],
+      [
+        "▁opposes",
+        0.0
+      ],
+      [
+        "WIND",
+        0.0
+      ],
+      [
+        "vik",
+        0.0
+      ],
+      [
+        "▁Mau",
+        0.0
+      ],
+      [
+        "▁SUB",
+        0.0
+      ],
+      [
+        "667",
+        0.0
+      ],
+      [
+        "GRE",
+        0.0
+      ],
+      [
+        "▁Volunte",
+        0.0
+      ],
+      [
+        "nton",
+        0.0
+      ],
+      [
+        "Cook",
+        0.0
+      ],
+      [
+        "åIJ",
+        0.0
+      ],
+      [
+        "esque",
+        0.0
+      ],
+      [
+        "▁plummet",
+        0.0
+      ],
+      [
+        "▁suing",
+        0.0
+      ],
+      [
+        "▁pronounce",
+        0.0
+      ],
+      [
+        "▁resisting",
+        0.0
+      ],
+      [
+        "▁Fishing",
+        0.0
+      ],
+      [
+        "▁Trials",
+        0.0
+      ],
+      [
+        "▁yell",
+        0.0
+      ],
+      [
+        "▁310",
+        0.0
+      ],
+      [
+        "▁induct",
+        0.0
+      ],
+      [
+        "▁personalized",
+        0.0
+      ],
+      [
+        "often",
+        0.0
+      ],
+      [
+        "Reb",
+        0.0
+      ],
+      [
+        "EMBER",
+        0.0
+      ],
+      [
+        "▁viewpoint",
+        0.0
+      ],
+      [
+        "▁existential",
+        0.0
+      ],
+      [
+        "())",
+        0.0
+      ],
+      [
+        "remove",
+        0.0
+      ],
+      [
+        "MENTS",
+        0.0
+      ],
+      [
+        "lasses",
+        0.0
+      ],
+      [
+        "▁evapor",
+        0.0
+      ],
+      [
+        "▁aisle",
+        0.0
+      ],
+      [
+        "meta",
+        0.0
+      ],
+      [
+        "▁reflective",
+        0.0
+      ],
+      [
+        "▁entitlement",
+        0.0
+      ],
+      [
+        "▁devised",
+        0.0
+      ],
+      [
+        "music",
+        0.0
+      ],
+      [
+        "ascade",
+        0.0
+      ],
+      [
+        "▁winding",
+        0.0
+      ],
+      [
+        "offset",
+        0.0
+      ],
+      [
+        "▁accessibility",
+        0.0
+      ],
+      [
+        "kered",
+        0.0
+      ],
+      [
+        "Better",
+        0.0
+      ],
+      [
+        "▁Johnston",
+        0.0
+      ],
+      [
+        "thinking",
+        0.0
+      ],
+      [
+        "Snow",
+        0.0
+      ],
+      [
+        "▁Croatia",
+        0.0
+      ],
+      [
+        "▁Atomic",
+        0.0
+      ],
+      [
+        "271",
+        0.0
+      ],
+      [
+        "348",
+        0.0
+      ],
+      [
+        "▁textbook",
+        0.0
+      ],
+      [
+        "▁Sixth",
+        0.0
+      ],
+      [
+        "▁اÙĦ",
+        0.0
+      ],
+      [
+        "▁slider",
+        0.0
+      ],
+      [
+        "▁Burger",
+        0.0
+      ],
+      [
+        "bol",
+        0.0
+      ],
+      [
+        "Sync",
+        0.0
+      ],
+      [
+        "▁grandchildren",
+        0.0
+      ],
+      [
+        "▁cerv",
+        0.0
+      ],
+      [
+        "+)",
+        0.0
+      ],
+      [
+        "▁eternity",
+        0.0
+      ],
+      [
+        "▁tweeting",
+        0.0
+      ],
+      [
+        "▁speculative",
+        0.0
+      ],
+      [
+        "▁pivotal",
+        0.0
+      ],
+      [
+        "▁WP",
+        0.0
+      ],
+      [
+        "▁TER",
+        0.0
+      ],
+      [
+        "ynamic",
+        0.0
+      ],
+      [
+        "▁upl",
+        0.0
+      ],
+      [
+        "▁Cats",
+        0.0
+      ],
+      [
+        "perhaps",
+        0.0
+      ],
+      [
+        "▁classmates",
+        0.0
+      ],
+      [
+        "▁blatant",
+        0.0
+      ],
+      [
+        "'-",
+        0.0
+      ],
+      [
+        "▁lakh",
+        0.0
+      ],
+      [
+        "antine",
+        0.0
+      ],
+      [
+        "▁Borg",
+        0.0
+      ],
+      [
+        "iom",
+        0.0
+      ],
+      [
+        "/(",
+        0.0
+      ],
+      [
+        "▁Athletic",
+        0.0
+      ],
+      [
+        "▁sar",
+        0.0
+      ],
+      [
+        "OTA",
+        0.0
+      ],
+      [
+        "▁Hoffman",
+        0.0
+      ],
+      [
+        "Nevertheless",
+        0.0
+      ],
+      [
+        "▁adorable",
+        0.0
+      ],
+      [
+        "▁spawned",
+        0.0
+      ],
+      [
+        "Associated",
+        0.0
+      ],
+      [
+        "▁Domestic",
+        0.0
+      ],
+      [
+        "▁implant",
+        0.0
+      ],
+      [
+        "▁Luxem",
+        0.0
+      ],
+      [
+        "▁Kens",
+        0.0
+      ],
+      [
+        "▁pumps",
+        0.0
+      ],
+      [
+        "▁SAT",
+        0.0
+      ],
+      [
+        "Attributes",
+        0.0
+      ],
+      [
+        "509",
+        0.0
+      ],
+      [
+        "avour",
+        0.0
+      ],
+      [
+        "▁centralized",
+        0.0
+      ],
+      [
+        "▁TN",
+        0.0
+      ],
+      [
+        "▁freshly",
+        0.0
+      ],
+      [
+        "▁Achieve",
+        0.0
+      ],
+      [
+        "▁outsiders",
+        0.0
+      ],
+      [
+        "herty",
+        0.0
+      ],
+      [
+        "▁Ree",
+        0.0
+      ],
+      [
+        "▁Towers",
+        0.0
+      ],
+      [
+        "▁Dart",
+        0.0
+      ],
+      [
+        "akable",
+        0.0
+      ],
+      [
+        "▁mp",
+        0.0
+      ],
+      [
+        "▁Heavenly",
+        0.0
+      ],
+      [
+        "▁ripe",
+        0.0
+      ],
+      [
+        "▁Caroline",
+        0.0
+      ],
+      [
+        "ryan",
+        0.0
+      ],
+      [
+        "▁classics",
+        0.0
+      ],
+      [
+        "▁retiring",
+        0.0
+      ],
+      [
+        "▁228",
+        0.0
+      ],
+      [
+        "▁ah",
+        0.0
+      ],
+      [
+        "▁dealings",
+        0.0
+      ],
+      [
+        "▁punching",
+        0.0
+      ],
+      [
+        "▁Chapman",
+        0.0
+      ],
+      [
+        "Options",
+        0.0
+      ],
+      [
+        "maxwell",
+        0.0
+      ],
+      [
+        "volume",
+        0.0
+      ],
+      [
+        "▁stal",
+        0.0
+      ],
+      [
+        "▁exported",
+        0.0
+      ],
+      [
+        "▁Quite",
+        0.0
+      ],
+      [
+        "▁numerical",
+        0.0
+      ],
+      [
+        "Burn",
+        0.0
+      ],
+      [
+        "Fact",
+        0.0
+      ],
+      [
+        "▁Keystone",
+        0.0
+      ],
+      [
+        "▁trending",
+        0.0
+      ],
+      [
+        "▁altering",
+        0.0
+      ],
+      [
+        "▁Africans",
+        0.0
+      ],
+      [
+        "478",
+        0.0
+      ],
+      [
+        "▁MN",
+        0.0
+      ],
+      [
+        "▁Knock",
+        0.0
+      ],
+      [
+        "▁temptation",
+        0.0
+      ],
+      [
+        "▁prestige",
+        0.0
+      ],
+      [
+        "Overview",
+        0.0
+      ],
+      [
+        "▁Traditional",
+        0.0
+      ],
+      [
+        "▁Bahrain",
+        0.0
+      ],
+      [
+        "Private",
+        0.0
+      ],
+      [
+        "▁HOU",
+        0.0
+      ],
+      [
+        "▁barr",
+        0.0
+      ],
+      [
+        "▁Tat",
+        0.0
+      ],
+      [
+        "Cube",
+        0.0
+      ],
+      [
+        "USD",
+        0.0
+      ],
+      [
+        "▁Grande",
+        0.0
+      ],
+      [
+        "▁Gat",
+        0.0
+      ],
+      [
+        "▁Flo",
+        0.0
+      ],
+      [
+        "▁resides",
+        0.0
+      ],
+      [
+        "▁indec",
+        0.0
+      ],
+      [
+        "volent",
+        0.0
+      ],
+      [
+        "▁perpetual",
+        0.0
+      ],
+      [
+        "ubes",
+        0.0
+      ],
+      [
+        "▁worldview",
+        0.0
+      ],
+      [
+        "▁Quantum",
+        0.0
+      ],
+      [
+        "▁filtered",
+        0.0
+      ],
+      [
+        "▁ensu",
+        0.0
+      ],
+      [
+        "orgetown",
+        0.0
+      ],
+      [
+        "ERSON",
+        0.0
+      ],
+      [
+        "▁Mild",
+        0.0
+      ],
+      [
+        "379",
+        0.0
+      ],
+      [
+        "OTT",
+        0.0
+      ],
+      [
+        "Ã¥",
+        0.0
+      ],
+      [
+        "▁vitamins",
+        0.0
+      ],
+      [
+        "▁ribbon",
+        0.0
+      ],
+      [
+        "▁sincerely",
+        0.0
+      ],
+      [
+        "▁Hin",
+        0.0
+      ],
+      [
+        "▁eighteen",
+        0.0
+      ],
+      [
+        "▁contradictory",
+        0.0
+      ],
+      [
+        "▁glaring",
+        0.0
+      ],
+      [
+        "▁expectancy",
+        0.0
+      ],
+      [
+        "▁conspir",
+        0.0
+      ],
+      [
+        "▁monstrous",
+        0.0
+      ],
+      [
+        "▁380",
+        0.0
+      ],
+      [
+        "reci",
+        0.0
+      ],
+      [
+        "▁handic",
+        0.0
+      ],
+      [
+        "▁pumped",
+        0.0
+      ],
+      [
+        "▁indicative",
+        0.0
+      ],
+      [
+        "▁rapp",
+        0.0
+      ],
+      [
+        "▁avail",
+        0.0
+      ],
+      [
+        "▁LEGO",
+        0.0
+      ],
+      [
+        "▁Marijuana",
+        0.0
+      ],
+      [
+        "1985",
+        0.0
+      ],
+      [
+        "erton",
+        0.0
+      ],
+      [
+        "▁twentieth",
+        0.0
+      ],
+      [
+        "################################",
+        0.0
+      ],
+      [
+        "▁Swamp",
+        0.0
+      ],
+      [
+        "▁valuation",
+        0.0
+      ],
+      [
+        "▁affiliates",
+        0.0
+      ],
+      [
+        "adjusted",
+        0.0
+      ],
+      [
+        "▁Facility",
+        0.0
+      ],
+      [
+        "262",
+        0.0
+      ],
+      [
+        "▁enzymes",
+        0.0
+      ],
+      [
+        "itudinal",
+        0.0
+      ],
+      [
+        "▁imprint",
+        0.0
+      ],
+      [
+        "Site",
+        0.0
+      ],
+      [
+        "▁installer",
+        0.0
+      ],
+      [
+        "▁TRA",
+        0.0
+      ],
+      [
+        "mology",
+        0.0
+      ],
+      [
+        "linear",
+        0.0
+      ],
+      [
+        "▁Collective",
+        0.0
+      ],
+      [
+        "igating",
+        0.0
+      ],
+      [
+        "▁Token",
+        0.0
+      ],
+      [
+        "▁speculated",
+        0.0
+      ],
+      [
+        "KN",
+        0.0
+      ],
+      [
+        "▁Cly",
+        0.0
+      ],
+      [
+        "ority",
+        0.0
+      ],
+      [
+        "▁defer",
+        0.0
+      ],
+      [
+        "▁inspectors",
+        0.0
+      ],
+      [
+        "approved",
+        0.0
+      ],
+      [
+        "RM",
+        0.0
+      ],
+      [
+        "▁Suns",
+        0.0
+      ],
+      [
+        "▁informing",
+        0.0
+      ],
+      [
+        "▁Syracuse",
+        0.0
+      ],
+      [
+        "ibli",
+        0.0
+      ],
+      [
+        "765",
+        0.0
+      ],
+      [
+        "▁glove",
+        0.0
+      ],
+      [
+        "▁authorize",
+        0.0
+      ],
+      [
+        "âĢ¦âĢ¦âĢ¦âĢ¦âĢ¦âĢ¦âĢ¦âĢ¦",
+        0.0
+      ],
+      [
+        "▁Cruise",
+        0.0
+      ],
+      [
+        "▁contracting",
+        0.0
+      ],
+      [
+        "shell",
+        0.0
+      ],
+      [
+        "IFE",
+        0.0
+      ],
+      [
+        "▁Jewel",
+        0.0
+      ],
+      [
+        "pract",
+        0.0
+      ],
+      [
+        "▁Photoshop",
+        0.0
+      ],
+      [
+        "▁Knowing",
+        0.0
+      ],
+      [
+        "harm",
+        0.0
+      ],
+      [
+        "▁attractions",
+        0.0
+      ],
+      [
+        "adan",
+        0.0
+      ],
+      [
+        "etus",
+        0.0
+      ],
+      [
+        "018",
+        0.0
+      ],
+      [
+        "wagen",
+        0.0
+      ],
+      [
+        "Alt",
+        0.0
+      ],
+      [
+        "▁multiply",
+        0.0
+      ],
+      [
+        "▁equilibrium",
+        0.0
+      ],
+      [
+        ":{",
+        0.0
+      ],
+      [
+        "▁Fighters",
+        0.0
+      ],
+      [
+        "▁Edgar",
+        0.0
+      ],
+      [
+        "▁fourteen",
+        0.0
+      ],
+      [
+        "Govern",
+        0.0
+      ],
+      [
+        "▁misuse",
+        0.0
+      ],
+      [
+        "▁abusing",
+        0.0
+      ],
+      [
+        "▁ancestry",
+        0.0
+      ],
+      [
+        "ramer",
+        0.0
+      ],
+      [
+        "644",
+        0.0
+      ],
+      [
+        "▁worms",
+        0.0
+      ],
+      [
+        "▁thicker",
+        0.0
+      ],
+      [
+        "▁Combine",
+        0.0
+      ],
+      [
+        "▁peasants",
+        0.0
+      ],
+      [
+        "▁vind",
+        0.0
+      ],
+      [
+        "▁conquest",
+        0.0
+      ],
+      [
+        "▁mocked",
+        0.0
+      ],
+      [
+        "▁cinnamon",
+        0.0
+      ],
+      [
+        "▁Cald",
+        0.0
+      ],
+      [
+        "▁Gallup",
+        0.0
+      ],
+      [
+        "▁avoidance",
+        0.0
+      ],
+      [
+        "▁incarnation",
+        0.0
+      ],
+      [
+        "▁Strat",
+        0.0
+      ],
+      [
+        "▁tasted",
+        0.0
+      ],
+      [
+        "enta",
+        0.0
+      ],
+      [
+        "▁Neal",
+        0.0
+      ],
+      [
+        "pared",
+        0.0
+      ],
+      [
+        "▁terminology",
+        0.0
+      ],
+      [
+        "jection",
+        0.0
+      ],
+      [
+        "Scientists",
+        0.0
+      ],
+      [
+        "▁INS",
+        0.0
+      ],
+      [
+        "▁Dee",
+        0.0
+      ],
+      [
+        "▁directories",
+        0.0
+      ],
+      [
+        "Road",
+        0.0
+      ],
+      [
+        "▁Shap",
+        0.0
+      ],
+      [
+        "bright",
+        0.0
+      ],
+      [
+        "▁Directors",
+        0.0
+      ],
+      [
+        "▁Column",
+        0.0
+      ],
+      [
+        "▁bob",
+        0.0
+      ],
+      [
+        "▁preferably",
+        0.0
+      ],
+      [
+        "▁glitch",
+        0.0
+      ],
+      [
+        "furt",
+        0.0
+      ],
+      [
+        "▁eg",
+        0.0
+      ],
+      [
+        "idis",
+        0.0
+      ],
+      [
+        "CBC",
+        0.0
+      ],
+      [
+        "▁surrendered",
+        0.0
+      ],
+      [
+        "▁testament",
+        0.0
+      ],
+      [
+        "336",
+        0.0
+      ],
+      [
+        "uggest",
+        0.0
+      ],
+      [
+        "▁Nil",
+        0.0
+      ],
+      [
+        "another",
+        0.0
+      ],
+      [
+        "▁pathetic",
+        0.0
+      ],
+      [
+        "▁Donna",
+        0.0
+      ],
+      [
+        "▁218",
+        0.0
+      ],
+      [
+        "▁Avery",
+        0.0
+      ],
+      [
+        "▁whiskey",
+        0.0
+      ],
+      [
+        "▁fixture",
+        0.0
+      ],
+      [
+        "▁Conquest",
+        0.0
+      ],
+      [
+        "▁bets",
+        0.0
+      ],
+      [
+        "Occ",
+        0.0
+      ],
+      [
+        "▁Leicester",
+        0.0
+      ],
+      [
+        "].\"",
+        0.0
+      ],
+      [
+        "▁));",
+        0.0
+      ],
+      [
+        "▁flashes",
+        0.0
+      ],
+      [
+        "456",
+        0.0
+      ],
+      [
+        "▁masked",
+        0.0
+      ],
+      [
+        "gebra",
+        0.0
+      ],
+      [
+        "▁computed",
+        0.0
+      ],
+      [
+        "chel",
+        0.0
+      ],
+      [
+        "auder",
+        0.0
+      ],
+      [
+        "▁defeats",
+        0.0
+      ],
+      [
+        "▁Liberation",
+        0.0
+      ],
+      [
+        "▁Osama",
+        0.0
+      ],
+      [
+        "▁Vive",
+        0.0
+      ],
+      [
+        "Changes",
+        0.0
+      ],
+      [
+        "Channel",
+        0.0
+      ],
+      [
+        "▁tariffs",
+        0.0
+      ],
+      [
+        "▁mage",
+        0.0
+      ],
+      [
+        "▁Sax",
+        0.0
+      ],
+      [
+        "▁inadvertently",
+        0.0
+      ],
+      [
+        "▁CRE",
+        0.0
+      ],
+      [
+        "▁Reaper",
+        0.0
+      ],
+      [
+        "inky",
+        0.0
+      ],
+      [
+        "grading",
+        0.0
+      ],
+      [
+        "▁stereotyp",
+        0.0
+      ],
+      [
+        "▁curl",
+        0.0
+      ],
+      [
+        "▁FANT",
+        0.0
+      ],
+      [
+        "▁frameworks",
+        0.0
+      ],
+      [
+        "Mom",
+        0.0
+      ],
+      [
+        "▁Anch",
+        0.0
+      ],
+      [
+        "▁flavour",
+        0.0
+      ],
+      [
+        "carbon",
+        0.0
+      ],
+      [
+        "▁permitting",
+        0.0
+      ],
+      [
+        "letcher",
+        0.0
+      ],
+      [
+        "▁Mozilla",
+        0.0
+      ],
+      [
+        "▁Parking",
+        0.0
+      ],
+      [
+        "▁Champ",
+        0.0
+      ],
+      [
+        "Scroll",
+        0.0
+      ],
+      [
+        "▁murderer",
+        0.0
+      ],
+      [
+        "▁rested",
+        0.0
+      ],
+      [
+        "▁owes",
+        0.0
+      ],
+      [
+        "▁Poss",
+        0.0
+      ],
+      [
+        "ADD",
+        0.0
+      ],
+      [
+        "IFF",
+        0.0
+      ],
+      [
+        "resolution",
+        0.0
+      ],
+      [
+        "▁Mining",
+        0.0
+      ],
+      [
+        "▁comparative",
+        0.0
+      ],
+      [
+        "Dim",
+        0.0
+      ],
+      [
+        "▁neighbouring",
+        0.0
+      ],
+      [
+        "▁AST",
+        0.0
+      ],
+      [
+        "▁Toxic",
+        0.0
+      ],
+      [
+        "▁biases",
+        0.0
+      ],
+      [
+        "��gunfire",
+        0.0
+      ],
+      [
+        "urous",
+        0.0
+      ],
+      [
+        "▁Moment",
+        0.0
+      ],
+      [
+        "1983",
+        0.0
+      ],
+      [
+        "▁pervasive",
+        0.0
+      ],
+      [
+        "ttp",
+        0.0
+      ],
+      [
+        "▁Normally",
+        0.0
+      ],
+      [
+        "rir",
+        0.0
+      ],
+      [
+        "Sarah",
+        0.0
+      ],
+      [
+        "▁Albany",
+        0.0
+      ],
+      [
+        "▁unsett",
+        0.0
+      ],
+      [
+        "▁SMS",
+        0.0
+      ],
+      [
+        "ipers",
+        0.0
+      ],
+      [
+        "layer",
+        0.0
+      ],
+      [
+        "▁Whites",
+        0.0
+      ],
+      [
+        "uple",
+        0.0
+      ],
+      [
+        "▁turbo",
+        0.0
+      ],
+      [
+        "▁Leeds",
+        0.0
+      ],
+      [
+        "▁thats",
+        0.0
+      ],
+      [
+        "▁Miner",
+        0.0
+      ],
+      [
+        "MER",
+        0.0
+      ],
+      [
+        "▁Reign",
+        0.0
+      ],
+      [
+        "▁perme",
+        0.0
+      ],
+      [
+        "▁Blitz",
+        0.0
+      ],
+      [
+        "▁1934",
+        0.0
+      ],
+      [
+        "▁intimidating",
+        0.0
+      ],
+      [
+        "tube",
+        0.0
+      ],
+      [
+        "▁eccentric",
+        0.0
+      ],
+      [
+        "abolic",
+        0.0
+      ],
+      [
+        "boxes",
+        0.0
+      ],
+      [
+        "▁Associates",
+        0.0
+      ],
+      [
+        "votes",
+        0.0
+      ],
+      [
+        "▁simulate",
+        0.0
+      ],
+      [
+        "umbo",
+        0.0
+      ],
+      [
+        "astery",
+        0.0
+      ],
+      [
+        "▁shipments",
+        0.0
+      ],
+      [
+        "FFFF",
+        0.0
+      ],
+      [
+        "anth",
+        0.0
+      ],
+      [
+        "▁seasoned",
+        0.0
+      ],
+      [
+        "▁experimentation",
+        0.0
+      ],
+      [
+        "âĸł",
+        0.0
+      ],
+      [
+        "laws",
+        0.0
+      ],
+      [
+        "Meet",
+        0.0
+      ],
+      [
+        "iddles",
+        0.0
+      ],
+      [
+        "antics",
+        0.0
+      ],
+      [
+        "Rating",
+        0.0
+      ],
+      [
+        "ISIS",
+        0.0
+      ],
+      [
+        "hift",
+        0.0
+      ],
+      [
+        "▁fronts",
+        0.0
+      ],
+      [
+        "buf",
+        0.0
+      ],
+      [
+        "017",
+        0.0
+      ],
+      [
+        "▁unatt",
+        0.0
+      ],
+      [
+        "▁Dil",
+        0.0
+      ],
+      [
+        "leases",
+        0.0
+      ],
+      [
+        "▁Gardens",
+        0.0
+      ],
+      [
+        "777",
+        0.0
+      ],
+      [
+        "touch",
+        0.0
+      ],
+      [
+        "vell",
+        0.0
+      ],
+      [
+        "458",
+        0.0
+      ],
+      [
+        "▁=====",
+        0.0
+      ],
+      [
+        "saving",
+        0.0
+      ],
+      [
+        "▁erosion",
+        0.0
+      ],
+      [
+        "▁Quin",
+        0.0
+      ],
+      [
+        "▁earns",
+        0.0
+      ],
+      [
+        "▁accomplishment",
+        0.0
+      ],
+      [
+        "▁Wei",
+        0.0
+      ],
+      [
+        "▁<[",
+        0.0
+      ],
+      [
+        "_____",
+        0.0
+      ],
+      [
+        "▁irrig",
+        0.0
+      ],
+      [
+        "▁Teddy",
+        0.0
+      ],
+      [
+        "▁conquered",
+        0.0
+      ],
+      [
+        "▁Armored",
+        0.0
+      ],
+      [
+        "▁asserts",
+        0.0
+      ],
+      [
+        "▁manipulating",
+        0.0
+      ],
+      [
+        "ré",
+        0.0
+      ],
+      [
+        "▁transcripts",
+        0.0
+      ],
+      [
+        "Gallery",
+        0.0
+      ],
+      [
+        "▁plotting",
+        0.0
+      ],
+      [
+        "Neil",
+        0.0
+      ],
+      [
+        "▁betrayal",
+        0.0
+      ],
+      [
+        "loader",
+        0.0
+      ],
+      [
+        "▁Sul",
+        0.0
+      ],
+      [
+        "▁displacement",
+        0.0
+      ],
+      [
+        "▁royalty",
+        0.0
+      ],
+      [
+        "▁WI",
+        0.0
+      ],
+      [
+        "heit",
+        0.0
+      ],
+      [
+        "▁Devices",
+        0.0
+      ],
+      [
+        "allel",
+        0.0
+      ],
+      [
+        "▁municipalities",
+        0.0
+      ],
+      [
+        "▁canal",
+        0.0
+      ],
+      [
+        "Stars",
+        0.0
+      ],
+      [
+        "▁UAE",
+        0.0
+      ],
+      [
+        "▁\"âĢ¦",
+        0.0
+      ],
+      [
+        "▁CU",
+        0.0
+      ],
+      [
+        "above",
+        0.0
+      ],
+      [
+        "▁resonance",
+        0.0
+      ],
+      [
+        "▁guiActiveUn",
+        0.0
+      ],
+      [
+        "added",
+        0.0
+      ],
+      [
+        "▁Braves",
+        0.0
+      ],
+      [
+        "▁Ibn",
+        0.0
+      ],
+      [
+        "▁hereby",
+        0.0
+      ],
+      [
+        "▁BRE",
+        0.0
+      ],
+      [
+        "▁shareholder",
+        0.0
+      ],
+      [
+        "▁Hir",
+        0.0
+      ],
+      [
+        "▁Ji",
+        0.0
+      ],
+      [
+        "▁strangely",
+        0.0
+      ],
+      [
+        "▁admired",
+        0.0
+      ],
+      [
+        "▁plight",
+        0.0
+      ],
+      [
+        "▁bachelor",
+        0.0
+      ],
+      [
+        "▁Pole",
+        0.0
+      ],
+      [
+        "ciplinary",
+        0.0
+      ],
+      [
+        "Tony",
+        0.0
+      ],
+      [
+        "▁Armenian",
+        0.0
+      ],
+      [
+        "▁unman",
+        0.0
+      ],
+      [
+        "▁Zionist",
+        0.0
+      ],
+      [
+        "Stage",
+        0.0
+      ],
+      [
+        "iscover",
+        0.0
+      ],
+      [
+        "▁automotive",
+        0.0
+      ],
+      [
+        "▁sidelines",
+        0.0
+      ],
+      [
+        "▁slick",
+        0.0
+      ],
+      [
+        "▁Renaissance",
+        0.0
+      ],
+      [
+        "▁FUN",
+        0.0
+      ],
+      [
+        "Images",
+        0.0
+      ],
+      [
+        "▁Haj",
+        0.0
+      ],
+      [
+        "▁ping",
+        0.0
+      ],
+      [
+        "▁shortcut",
+        0.0
+      ],
+      [
+        "▁Blvd",
+        0.0
+      ],
+      [
+        "▁Looks",
+        0.0
+      ],
+      [
+        "▁bursts",
+        0.0
+      ],
+      [
+        "▁clamp",
+        0.0
+      ],
+      [
+        "▁mish",
+        0.0
+      ],
+      [
+        "▁sorting",
+        0.0
+      ],
+      [
+        "▁patriot",
+        0.0
+      ],
+      [
+        "▁correctness",
+        0.0
+      ],
+      [
+        "▁Scandinav",
+        0.0
+      ],
+      [
+        "▁Cavaliers",
+        0.0
+      ],
+      [
+        "python",
+        0.0
+      ],
+      [
+        "azar",
+        0.0
+      ],
+      [
+        "▁375",
+        0.0
+      ],
+      [
+        "▁Jaune",
+        0.0
+      ],
+      [
+        "409",
+        0.0
+      ],
+      [
+        "▁detrimental",
+        0.0
+      ],
+      [
+        "▁stabbing",
+        0.0
+      ],
+      [
+        "▁poisoned",
+        0.0
+      ],
+      [
+        "▁fountain",
+        0.0
+      ],
+      [
+        "ocent",
+        0.0
+      ],
+      [
+        "orst",
+        0.0
+      ],
+      [
+        "▁Mari",
+        0.0
+      ],
+      [
+        "▁rains",
+        0.0
+      ],
+      [
+        "▁Overs",
+        0.0
+      ],
+      [
+        "▁Institution",
+        0.0
+      ],
+      [
+        "udget",
+        0.0
+      ],
+      [
+        "AMY",
+        0.0
+      ],
+      [
+        "tale",
+        0.0
+      ],
+      [
+        "▁KR",
+        0.0
+      ],
+      [
+        "▁Prices",
+        0.0
+      ],
+      [
+        "▁headaches",
+        0.0
+      ],
+      [
+        "▁landsl",
+        0.0
+      ],
+      [
+        "▁Aura",
+        0.0
+      ],
+      [
+        "Bonus",
+        0.0
+      ],
+      [
+        "▁Zhao",
+        0.0
+      ],
+      [
+        "▁Hip",
+        0.0
+      ],
+      [
+        "▁hops",
+        0.0
+      ],
+      [
+        "▁Kurdistan",
+        0.0
+      ],
+      [
+        "▁exploiting",
+        0.0
+      ],
+      [
+        "ryn",
+        0.0
+      ],
+      [
+        "▁hypocrisy",
+        0.0
+      ],
+      [
+        "opening",
+        0.0
+      ],
+      [
+        "▁gunshot",
+        0.0
+      ],
+      [
+        "▁wed",
+        0.0
+      ],
+      [
+        "interstitial",
+        0.0
+      ],
+      [
+        "Interstitial",
+        0.0
+      ],
+      [
+        "▁amen",
+        0.0
+      ],
+      [
+        "Breaking",
+        0.0
+      ],
+      [
+        "▁marketed",
+        0.0
+      ],
+      [
+        "Wire",
+        0.0
+      ],
+      [
+        "▁Crowd",
+        0.0
+      ],
+      [
+        "Continue",
+        0.0
+      ],
+      [
+        "▁Known",
+        0.0
+      ],
+      [
+        "▁Effective",
+        0.0
+      ],
+      [
+        "orean",
+        0.0
+      ],
+      [
+        "izons",
+        0.0
+      ],
+      [
+        "Joseph",
+        0.0
+      ],
+      [
+        "▁escalation",
+        0.0
+      ],
+      [
+        "username",
+        0.0
+      ],
+      [
+        "▁curtain",
+        0.0
+      ],
+      [
+        "ATES",
+        0.0
+      ],
+      [
+        "▁PAR",
+        0.0
+      ],
+      [
+        "▁Miy",
+        0.0
+      ],
+      [
+        "▁counterfe",
+        0.0
+      ],
+      [
+        "lene",
+        0.0
+      ],
+      [
+        "▁contenders",
+        0.0
+      ],
+      [
+        "daily",
+        0.0
+      ],
+      [
+        "▁Asc",
+        0.0
+      ],
+      [
+        "▁Phillip",
+        0.0
+      ],
+      [
+        "mostly",
+        0.0
+      ],
+      [
+        "▁filename",
+        0.0
+      ],
+      [
+        "hene",
+        0.0
+      ],
+      [
+        "▁resembling",
+        0.0
+      ],
+      [
+        "▁staging",
+        0.0
+      ],
+      [
+        "▁Chloe",
+        0.0
+      ],
+      [
+        "▁wiring",
+        0.0
+      ],
+      [
+        "Hon",
+        0.0
+      ],
+      [
+        "▁Renew",
+        0.0
+      ],
+      [
+        "ottage",
+        0.0
+      ],
+      [
+        "▁Hybrid",
+        0.0
+      ],
+      [
+        "much",
+        0.0
+      ],
+      [
+        "▁strokes",
+        0.0
+      ],
+      [
+        "▁policymakers",
+        0.0
+      ],
+      [
+        "APTER",
+        0.0
+      ],
+      [
+        "▁Arkham",
+        0.0
+      ],
+      [
+        "plot",
+        0.0
+      ],
+      [
+        "▁assistants",
+        0.0
+      ],
+      [
+        "▁deport",
+        0.0
+      ],
+      [
+        "▁Sega",
+        0.0
+      ],
+      [
+        "▁influenza",
+        0.0
+      ],
+      [
+        "▁Cursed",
+        0.0
+      ],
+      [
+        "▁Kobe",
+        0.0
+      ],
+      [
+        "▁skinny",
+        0.0
+      ],
+      [
+        "Provider",
+        0.0
+      ],
+      [
+        "▁Rip",
+        0.0
+      ],
+      [
+        "▁incremental",
+        0.0
+      ],
+      [
+        "products",
+        0.0
+      ],
+      [
+        "BF",
+        0.0
+      ],
+      [
+        "▁dome",
+        0.0
+      ],
+      [
+        "▁Credits",
+        0.0
+      ],
+      [
+        "▁losers",
+        0.0
+      ],
+      [
+        "ints",
+        0.0
+      ],
+      [
+        "▁Betty",
+        0.0
+      ],
+      [
+        "▁Talent",
+        0.0
+      ],
+      [
+        "▁DAM",
+        0.0
+      ],
+      [
+        "Lv",
+        0.0
+      ],
+      [
+        "Ess",
+        0.0
+      ],
+      [
+        "▁dens",
+        0.0
+      ],
+      [
+        "temp",
+        0.0
+      ],
+      [
+        "Judge",
+        0.0
+      ],
+      [
+        "odic",
+        0.0
+      ],
+      [
+        "▁'(",
+        0.0
+      ],
+      [
+        "URES",
+        0.0
+      ],
+      [
+        "etsk",
+        0.0
+      ],
+      [
+        "VO",
+        0.0
+      ],
+      [
+        "▁retrieved",
+        0.0
+      ],
+      [
+        "▁architects",
+        0.0
+      ],
+      [
+        "Ùĩ",
+        0.0
+      ],
+      [
+        "▁ethic",
+        0.0
+      ],
+      [
+        "▁Secondary",
+        0.0
+      ],
+      [
+        "stocks",
+        0.0
+      ],
+      [
+        "adia",
+        0.0
+      ],
+      [
+        "▁325",
+        0.0
+      ],
+      [
+        "▁Opinion",
+        0.0
+      ],
+      [
+        "▁simultaneous",
+        0.0
+      ],
+      [
+        "▁dizz",
+        0.0
+      ],
+      [
+        "ulp",
+        0.0
+      ],
+      [
+        "▁smuggling",
+        0.0
+      ],
+      [
+        "ippery",
+        0.0
+      ],
+      [
+        "Random",
+        0.0
+      ],
+      [
+        "facing",
+        0.0
+      ],
+      [
+        "▁Das",
+        0.0
+      ],
+      [
+        "▁stockp",
+        0.0
+      ],
+      [
+        "▁disclosures",
+        0.0
+      ],
+      [
+        "pointer",
+        0.0
+      ],
+      [
+        "▁coral",
+        0.0
+      ],
+      [
+        "▁Selection",
+        0.0
+      ],
+      [
+        "▁Pike",
+        0.0
+      ],
+      [
+        "ivalent",
+        0.0
+      ],
+      [
+        "▁ruthless",
+        0.0
+      ],
+      [
+        "▁Rim",
+        0.0
+      ],
+      [
+        "▁ensuing",
+        0.0
+      ],
+      [
+        "▁Experiment",
+        0.0
+      ],
+      [
+        "▁congressman",
+        0.0
+      ],
+      [
+        "▁believer",
+        0.0
+      ],
+      [
+        "▁unspecified",
+        0.0
+      ],
+      [
+        "▁Mord",
+        0.0
+      ],
+      [
+        "▁knowledgeable",
+        0.0
+      ],
+      [
+        "▁VERY",
+        0.0
+      ],
+      [
+        "TX",
+        0.0
+      ],
+      [
+        "▁straps",
+        0.0
+      ],
+      [
+        "▁turf",
+        0.0
+      ],
+      [
+        "apeshifter",
+        0.0
+      ],
+      [
+        "▁marital",
+        0.0
+      ],
+      [
+        "▁flock",
+        0.0
+      ],
+      [
+        "ãģĨ",
+        0.0
+      ],
+      [
+        "263",
+        0.0
+      ],
+      [
+        "AMES",
+        0.0
+      ],
+      [
+        "▁Opposition",
+        0.0
+      ],
+      [
+        "▁treasures",
+        0.0
+      ],
+      [
+        "▁GOD",
+        0.0
+      ],
+      [
+        "▁modeled",
+        0.0
+      ],
+      [
+        "▁WORLD",
+        0.0
+      ],
+      [
+        "▁([",
+        0.0
+      ],
+      [
+        "▁Usage",
+        0.0
+      ],
+      [
+        "HF",
+        0.0
+      ],
+      [
+        "▁$(",
+        0.0
+      ],
+      [
+        "ussed",
+        0.0
+      ],
+      [
+        "▁pioneer",
+        0.0
+      ],
+      [
+        "Eight",
+        0.0
+      ],
+      [
+        "parse",
+        0.0
+      ],
+      [
+        "bread",
+        0.0
+      ],
+      [
+        "ritz",
+        0.0
+      ],
+      [
+        "▁Miranda",
+        0.0
+      ],
+      [
+        "▁Kant",
+        0.0
+      ],
+      [
+        "++)",
+        0.0
+      ],
+      [
+        "oren",
+        0.0
+      ],
+      [
+        "▁provoked",
+        0.0
+      ],
+      [
+        "▁breeds",
+        0.0
+      ],
+      [
+        "▁Includes",
+        0.0
+      ],
+      [
+        "▁Pastebin",
+        0.0
+      ],
+      [
+        "▁Flip",
+        0.0
+      ],
+      [
+        "Java",
+        0.0
+      ],
+      [
+        "▁brink",
+        0.0
+      ],
+      [
+        "▁rumored",
+        0.0
+      ],
+      [
+        "▁unseen",
+        0.0
+      ],
+      [
+        "▁garnered",
+        0.0
+      ],
+      [
+        "▁Defin",
+        0.0
+      ],
+      [
+        "alted",
+        0.0
+      ],
+      [
+        "▁tattoos",
+        0.0
+      ],
+      [
+        "▁hesitation",
+        0.0
+      ],
+      [
+        "isitions",
+        0.0
+      ],
+      [
+        "▁Weaver",
+        0.0
+      ],
+      [
+        "▁Reporting",
+        0.0
+      ],
+      [
+        "▁therapies",
+        0.0
+      ],
+      [
+        "▁consultants",
+        0.0
+      ],
+      [
+        "▁residual",
+        0.0
+      ],
+      [
+        "▁Mali",
+        0.0
+      ],
+      [
+        "▁Roma",
+        0.0
+      ],
+      [
+        "iago",
+        0.0
+      ],
+      [
+        "▁Residents",
+        0.0
+      ],
+      [
+        "ubi",
+        0.0
+      ],
+      [
+        "▁remedies",
+        0.0
+      ],
+      [
+        "▁adaptive",
+        0.0
+      ],
+      [
+        "▁Alive",
+        0.0
+      ],
+      [
+        "▁Barcl",
+        0.0
+      ],
+      [
+        "▁wallets",
+        0.0
+      ],
+      [
+        "crypt",
+        0.0
+      ],
+      [
+        "etermination",
+        0.0
+      ],
+      [
+        "▁Pelosi",
+        0.0
+      ],
+      [
+        "▁slipping",
+        0.0
+      ],
+      [
+        "otonin",
+        0.0
+      ],
+      [
+        "▁alliances",
+        0.0
+      ],
+      [
+        "patrick",
+        0.0
+      ],
+      [
+        "iris",
+        0.0
+      ],
+      [
+        "▁orth",
+        0.0
+      ],
+      [
+        "▁Perkins",
+        0.0
+      ],
+      [
+        "▁DeV",
+        0.0
+      ],
+      [
+        "▁Gets",
+        0.0
+      ],
+      [
+        "▁drying",
+        0.0
+      ],
+      [
+        "gee",
+        0.0
+      ],
+      [
+        "forest",
+        0.0
+      ],
+      [
+        "▁Forget",
+        0.0
+      ],
+      [
+        "orem",
+        0.0
+      ],
+      [
+        "339",
+        0.0
+      ],
+      [
+        "▁vaguely",
+        0.0
+      ],
+      [
+        "▁Dion",
+        0.0
+      ],
+      [
+        "▁Porn",
+        0.0
+      ],
+      [
+        "▁HOW",
+        0.0
+      ],
+      [
+        "▁pneum",
+        0.0
+      ],
+      [
+        "▁rubble",
+        0.0
+      ],
+      [
+        "▁Taste",
+        0.0
+      ],
+      [
+        "encia",
+        0.0
+      ],
+      [
+        "▁Gel",
+        0.0
+      ],
+      [
+        "▁dst",
+        0.0
+      ],
+      [
+        "▁245",
+        0.0
+      ],
+      [
+        "▁Morocco",
+        0.0
+      ],
+      [
+        "inflamm",
+        0.0
+      ],
+      [
+        "▁Twins",
+        0.0
+      ],
+      [
+        "▁bots",
+        0.0
+      ],
+      [
+        "daughter",
+        0.0
+      ],
+      [
+        "▁Balk",
+        0.0
+      ],
+      [
+        "▁brethren",
+        0.0
+      ],
+      [
+        "▁logos",
+        0.0
+      ],
+      [
+        "▁gobl",
+        0.0
+      ],
+      [
+        "fps",
+        0.0
+      ],
+      [
+        "▁subdivision",
+        0.0
+      ],
+      [
+        "▁pawn",
+        0.0
+      ],
+      [
+        "▁squeezed",
+        0.0
+      ],
+      [
+        "▁morale",
+        0.0
+      ],
+      [
+        "▁DW",
+        0.0
+      ],
+      [
+        "'\"",
+        0.0
+      ],
+      [
+        "▁knot",
+        0.0
+      ],
+      [
+        "ooky",
+        0.0
+      ],
+      [
+        "▁divisive",
+        0.0
+      ],
+      [
+        "▁boosted",
+        0.0
+      ],
+      [
+        "chy",
+        0.0
+      ],
+      [
+        "ãĥIJ",
+        0.0
+      ],
+      [
+        "ifact",
+        0.0
+      ],
+      [
+        "▁newcomers",
+        0.0
+      ],
+      [
+        "▁Wrestling",
+        0.0
+      ],
+      [
+        "▁scouts",
+        0.0
+      ],
+      [
+        "wolves",
+        0.0
+      ],
+      [
+        "Rat",
+        0.0
+      ],
+      [
+        "▁nineteenth",
+        0.0
+      ],
+      [
+        "▁Osborne",
+        0.0
+      ],
+      [
+        "Stats",
+        0.0
+      ],
+      [
+        "▁empowered",
+        0.0
+      ],
+      [
+        "▁psychopath",
+        0.0
+      ],
+      [
+        "▁OEM",
+        0.0
+      ],
+      [
+        "uggage",
+        0.0
+      ],
+      [
+        "▁PK",
+        0.0
+      ],
+      [
+        "▁Mohammad",
+        0.0
+      ],
+      [
+        "Pak",
+        0.0
+      ],
+      [
+        "▁anarchists",
+        0.0
+      ],
+      [
+        "▁Extract",
+        0.0
+      ],
+      [
+        "esthes",
+        0.0
+      ],
+      [
+        "▁Stockholm",
+        0.0
+      ],
+      [
+        "loo",
+        0.0
+      ],
+      [
+        "▁Graph",
+        0.0
+      ],
+      [
+        "▁deploying",
+        0.0
+      ],
+      [
+        "▁Stranger",
+        0.0
+      ],
+      [
+        "▁Mold",
+        0.0
+      ],
+      [
+        "▁staffer",
+        0.0
+      ],
+      [
+        "▁discounted",
+        0.0
+      ],
+      [
+        "uckle",
+        0.0
+      ],
+      [
+        "please",
+        0.0
+      ],
+      [
+        "▁Landing",
+        0.0
+      ],
+      [
+        "ÃŃa",
+        0.0
+      ],
+      [
+        "▁193",
+        0.0
+      ],
+      [
+        "▁ante",
+        0.0
+      ],
+      [
+        "▁repetition",
+        0.0
+      ],
+      [
+        "▁+/-",
+        0.0
+      ],
+      [
+        "▁parody",
+        0.0
+      ],
+      [
+        "▁lively",
+        0.0
+      ],
+      [
+        "AAA",
+        0.0
+      ],
+      [
+        "▁Horus",
+        0.0
+      ],
+      [
+        "▁pits",
+        0.0
+      ],
+      [
+        "inders",
+        0.0
+      ],
+      [
+        "LOC",
+        0.0
+      ],
+      [
+        "▁Venice",
+        0.0
+      ],
+      [
+        "406",
+        0.0
+      ],
+      [
+        "▁Discover",
+        0.0
+      ],
+      [
+        "âĨ",
+        0.0
+      ],
+      [
+        "ellectual",
+        0.0
+      ],
+      [
+        "▁pens",
+        0.0
+      ],
+      [
+        "▁eyel",
+        0.0
+      ],
+      [
+        "iguous",
+        0.0
+      ],
+      [
+        "Impl",
+        0.0
+      ],
+      [
+        "▁joking",
+        0.0
+      ],
+      [
+        "▁inval",
+        0.0
+      ],
+      [
+        "▁Belfast",
+        0.0
+      ],
+      [
+        "▁creditors",
+        0.0
+      ],
+      [
+        "▁Skywalker",
+        0.0
+      ],
+      [
+        "ovsky",
+        0.0
+      ],
+      [
+        "▁ceasefire",
+        0.0
+      ],
+      [
+        "▁seals",
+        0.0
+      ],
+      [
+        "isoft",
+        0.0
+      ],
+      [
+        ")).",
+        0.0
+      ],
+      [
+        "▁Felix",
+        0.0
+      ],
+      [
+        "ITS",
+        0.0
+      ],
+      [
+        "▁tresp",
+        0.0
+      ],
+      [
+        "▁Blockchain",
+        0.0
+      ],
+      [
+        "eware",
+        0.0
+      ],
+      [
+        "▁Schwar",
+        0.0
+      ],
+      [
+        "enne",
+        0.0
+      ],
+      [
+        "mounted",
+        0.0
+      ],
+      [
+        "▁Beacon",
+        0.0
+      ],
+      [
+        "lesh",
+        0.0
+      ],
+      [
+        "▁immensely",
+        0.0
+      ],
+      [
+        "▁cheering",
+        0.0
+      ],
+      [
+        "Employ",
+        0.0
+      ],
+      [
+        "scene",
+        0.0
+      ],
+      [
+        "ishly",
+        0.0
+      ],
+      [
+        "atchewan",
+        0.0
+      ],
+      [
+        "▁Nicolas",
+        0.0
+      ],
+      [
+        "▁drained",
+        0.0
+      ],
+      [
+        "▁Exit",
+        0.0
+      ],
+      [
+        "▁Azerb",
+        0.0
+      ],
+      [
+        "jun",
+        0.0
+      ],
+      [
+        "▁floated",
+        0.0
+      ],
+      [
+        "uania",
+        0.0
+      ],
+      [
+        "Deep",
+        0.0
+      ],
+      [
+        "▁superv",
+        0.0
+      ],
+      [
+        "▁mystical",
+        0.0
+      ],
+      [
+        "▁Dollar",
+        0.0
+      ],
+      [
+        "▁Apostle",
+        0.0
+      ],
+      [
+        "▁REL",
+        0.0
+      ],
+      [
+        "▁Provided",
+        0.0
+      ],
+      [
+        "▁Bucks",
+        0.0
+      ],
+      [
+        "ãĥ´",
+        0.0
+      ],
+      [
+        "cutting",
+        0.0
+      ],
+      [
+        "▁enhancements",
+        0.0
+      ],
+      [
+        "▁Penguins",
+        0.0
+      ],
+      [
+        "▁Isaiah",
+        0.0
+      ],
+      [
+        "▁jerk",
+        0.0
+      ],
+      [
+        "▁Wyn",
+        0.0
+      ],
+      [
+        "▁stalled",
+        0.0
+      ],
+      [
+        "▁cryptocurrencies",
+        0.0
+      ],
+      [
+        "▁Roland",
+        0.0
+      ],
+      [
+        "single",
+        0.0
+      ],
+      [
+        "▁lumin",
+        0.0
+      ],
+      [
+        "▁Fellow",
+        0.0
+      ],
+      [
+        "▁Capacity",
+        0.0
+      ],
+      [
+        "▁Kazakh",
+        0.0
+      ],
+      [
+        "WN",
+        0.0
+      ],
+      [
+        "▁financed",
+        0.0
+      ],
+      [
+        "389",
+        0.0
+      ],
+      [
+        "▁tid",
+        0.0
+      ],
+      [
+        "▁collusion",
+        0.0
+      ],
+      [
+        "▁Myr",
+        0.0
+      ],
+      [
+        "îĢ",
+        0.0
+      ],
+      [
+        "Senator",
+        0.0
+      ],
+      [
+        "▁pediatric",
+        0.0
+      ],
+      [
+        "▁neatly",
+        0.0
+      ],
+      [
+        "▁sandwiches",
+        0.0
+      ],
+      [
+        "▁Architecture",
+        0.0
+      ],
+      [
+        "▁tucked",
+        0.0
+      ],
+      [
+        "▁balcony",
+        0.0
+      ],
+      [
+        "▁earthquakes",
+        0.0
+      ],
+      [
+        "quire",
+        0.0
+      ],
+      [
+        "Future",
+        0.0
+      ],
+      [
+        "▁hefty",
+        0.0
+      ],
+      [
+        "éĹ",
+        0.0
+      ],
+      [
+        "▁specializes",
+        0.0
+      ],
+      [
+        "▁stresses",
+        0.0
+      ],
+      [
+        "▁sender",
+        0.0
+      ],
+      [
+        "▁misunderstanding",
+        0.0
+      ],
+      [
+        "▁epile",
+        0.0
+      ],
+      [
+        "▁provoke",
+        0.0
+      ],
+      [
+        "▁Colors",
+        0.0
+      ],
+      [
+        "▁dismay",
+        0.0
+      ],
+      [
+        "uko",
+        0.0
+      ],
+      [
+        "[_",
+        0.0
+      ],
+      [
+        "586",
+        0.0
+      ],
+      [
+        "neutral",
+        0.0
+      ],
+      [
+        "▁donating",
+        0.0
+      ],
+      [
+        "▁Randall",
+        0.0
+      ],
+      [
+        "Multi",
+        0.0
+      ],
+      [
+        "▁conveniently",
+        0.0
+      ],
+      [
+        "▁Sung",
+        0.0
+      ],
+      [
+        "▁Coca",
+        0.0
+      ],
+      [
+        "▁tents",
+        0.0
+      ],
+      [
+        "▁Acceler",
+        0.0
+      ],
+      [
+        "▁partnered",
+        0.0
+      ],
+      [
+        "272",
+        0.0
+      ],
+      [
+        "irming",
+        0.0
+      ],
+      [
+        "▁BAS",
+        0.0
+      ],
+      [
+        "sometimes",
+        0.0
+      ],
+      [
+        "▁objected",
+        0.0
+      ],
+      [
+        "ubric",
+        0.0
+      ],
+      [
+        "posed",
+        0.0
+      ],
+      [
+        "LCS",
+        0.0
+      ],
+      [
+        "grass",
+        0.0
+      ],
+      [
+        "▁attributable",
+        0.0
+      ],
+      [
+        "VIS",
+        0.0
+      ],
+      [
+        "Israeli",
+        0.0
+      ],
+      [
+        "▁repeats",
+        0.0
+      ],
+      [
+        "▁RM",
+        0.0
+      ],
+      [
+        "vag",
+        0.0
+      ],
+      [
+        "uta",
+        0.0
+      ],
+      [
+        "inous",
+        0.0
+      ],
+      [
+        "▁inert",
+        0.0
+      ],
+      [
+        "▁Miguel",
+        0.0
+      ],
+      [
+        "æŃ",
+        0.0
+      ],
+      [
+        "▁Hawaiian",
+        0.0
+      ],
+      [
+        "Board",
+        0.0
+      ],
+      [
+        "▁artific",
+        0.0
+      ],
+      [
+        "▁Azerbai",
+        0.0
+      ],
+      [
+        "asio",
+        0.0
+      ],
+      [
+        "▁Rent",
+        0.0
+      ],
+      [
+        "AIN",
+        0.0
+      ],
+      [
+        "▁appliances",
+        0.0
+      ],
+      [
+        "▁nationality",
+        0.0
+      ],
+      [
+        "▁asshole",
+        0.0
+      ],
+      [
+        "▁Neb",
+        0.0
+      ],
+      [
+        "▁notch",
+        0.0
+      ],
+      [
+        "hani",
+        0.0
+      ],
+      [
+        "▁Bride",
+        0.0
+      ],
+      [
+        "Availability",
+        0.0
+      ],
+      [
+        "▁intercepted",
+        0.0
+      ],
+      [
+        "▁continental",
+        0.0
+      ],
+      [
+        "▁swelling",
+        0.0
+      ],
+      [
+        "▁Perspect",
+        0.0
+      ],
+      [
+        "bies",
+        0.0
+      ],
+      [
+        ".<",
+        0.0
+      ],
+      [
+        "ithmetic",
+        0.0
+      ],
+      [
+        "▁Lara",
+        0.0
+      ],
+      [
+        "▁tempting",
+        0.0
+      ],
+      [
+        "addr",
+        0.0
+      ],
+      [
+        "▁overseeing",
+        0.0
+      ],
+      [
+        "clad",
+        0.0
+      ],
+      [
+        "▁DV",
+        0.0
+      ],
+      [
+        "▁Gingrich",
+        0.0
+      ],
+      [
+        "▁mun",
+        0.0
+      ],
+      [
+        "▁Appropri",
+        0.0
+      ],
+      [
+        "▁alterations",
+        0.0
+      ],
+      [
+        "▁Patreon",
+        0.0
+      ],
+      [
+        "▁havoc",
+        0.0
+      ],
+      [
+        "▁disciplines",
+        0.0
+      ],
+      [
+        "▁notoriously",
+        0.0
+      ],
+      [
+        "akuya",
+        0.0
+      ],
+      [
+        "ieri",
+        0.0
+      ],
+      [
+        "?).",
+        0.0
+      ],
+      [
+        "▁Went",
+        0.0
+      ],
+      [
+        "▁silicon",
+        0.0
+      ],
+      [
+        "▁tremb",
+        0.0
+      ],
+      [
+        "Container",
+        0.0
+      ],
+      [
+        "Known",
+        0.0
+      ],
+      [
+        "▁mortar",
+        0.0
+      ],
+      [
+        "este",
+        0.0
+      ],
+      [
+        "icka",
+        0.0
+      ],
+      [
+        "Arthur",
+        0.0
+      ],
+      [
+        "▁Previously",
+        0.0
+      ],
+      [
+        "▁Marty",
+        0.0
+      ],
+      [
+        "▁sparse",
+        0.0
+      ],
+      [
+        "gins",
+        0.0
+      ],
+      [
+        "▁inward",
+        0.0
+      ],
+      [
+        "▁Participant",
+        0.0
+      ],
+      [
+        "Copy",
+        0.0
+      ],
+      [
+        "▁Misc",
+        0.0
+      ],
+      [
+        "▁antibiotic",
+        0.0
+      ],
+      [
+        "▁Retro",
+        0.0
+      ],
+      [
+        "▁elusive",
+        0.0
+      ],
+      [
+        "▁assail",
+        0.0
+      ],
+      [
+        "▁Battalion",
+        0.0
+      ],
+      [
+        "▁Bought",
+        0.0
+      ],
+      [
+        "▁diminish",
+        0.0
+      ],
+      [
+        "▁Europa",
+        0.0
+      ],
+      [
+        "session",
+        0.0
+      ],
+      [
+        "▁Dangerous",
+        0.0
+      ],
+      [
+        "iesel",
+        0.0
+      ],
+      [
+        "▁disbelief",
+        0.0
+      ],
+      [
+        "▁blasts",
+        0.0
+      ],
+      [
+        "extreme",
+        0.0
+      ],
+      [
+        "▁Boyd",
+        0.0
+      ],
+      [
+        "▁Projects",
+        0.0
+      ],
+      [
+        "▁Guys",
+        0.0
+      ],
+      [
+        "▁undergone",
+        0.0
+      ],
+      [
+        "▁grill",
+        0.0
+      ],
+      [
+        "▁Dwight",
+        0.0
+      ],
+      [
+        "▁197",
+        0.0
+      ],
+      [
+        "USER",
+        0.0
+      ],
+      [
+        "▁filesystem",
+        0.0
+      ],
+      [
+        "▁clocks",
+        0.0
+      ],
+      [
+        "Taylor",
+        0.0
+      ],
+      [
+        "▁wrapper",
+        0.0
+      ],
+      [
+        "▁folding",
+        0.0
+      ],
+      [
+        "ousand",
+        0.0
+      ],
+      [
+        "▁Philippine",
+        0.0
+      ],
+      [
+        "ATIONAL",
+        0.0
+      ],
+      [
+        "▁Perth",
+        0.0
+      ],
+      [
+        "▁ashes",
+        0.0
+      ],
+      [
+        "▁accumulate",
+        0.0
+      ],
+      [
+        "▁Gateway",
+        0.0
+      ],
+      [
+        "Shop",
+        0.0
+      ],
+      [
+        "orkshire",
+        0.0
+      ],
+      [
+        "Han",
+        0.0
+      ],
+      [
+        "▁Barrel",
+        0.0
+      ],
+      [
+        "▁Leh",
+        0.0
+      ],
+      [
+        "▁XV",
+        0.0
+      ],
+      [
+        "▁whim",
+        0.0
+      ],
+      [
+        "▁repo",
+        0.0
+      ],
+      [
+        "▁CG",
+        0.0
+      ],
+      [
+        "▁Mam",
+        0.0
+      ],
+      [
+        "▁incorporating",
+        0.0
+      ],
+      [
+        "▁bailout",
+        0.0
+      ],
+      [
+        "▁linguistic",
+        0.0
+      ],
+      [
+        "▁disinteg",
+        0.0
+      ],
+      [
+        "CLE",
+        0.0
+      ],
+      [
+        "▁cinematic",
+        0.0
+      ],
+      [
+        "▁Fiber",
+        0.0
+      ],
+      [
+        "Syn",
+        0.0
+      ],
+      [
+        "ilion",
+        0.0
+      ],
+      [
+        "▁Compos",
+        0.0
+      ],
+      [
+        "chens",
+        0.0
+      ],
+      [
+        "▁neoc",
+        0.0
+      ],
+      [
+        "▁boiled",
+        0.0
+      ],
+      [
+        "FINE",
+        0.0
+      ],
+      [
+        "ono",
+        0.0
+      ],
+      [
+        "uncle",
+        0.0
+      ],
+      [
+        "iken",
+        0.0
+      ],
+      [
+        "▁BM",
+        0.0
+      ],
+      [
+        "ι",
+        0.0
+      ],
+      [
+        "▁receipts",
+        0.0
+      ],
+      [
+        "▁disposed",
+        0.0
+      ],
+      [
+        "▁Thirty",
+        0.0
+      ],
+      [
+        "▁Rough",
+        0.0
+      ],
+      [
+        "▁ABS",
+        0.0
+      ],
+      [
+        "▁notwithstanding",
+        0.0
+      ],
+      [
+        "ollen",
+        0.0
+      ],
+      [
+        "#$",
+        0.0
+      ],
+      [
+        "▁unreliable",
+        0.0
+      ],
+      [
+        "▁bloom",
+        0.0
+      ],
+      [
+        "▁mediocre",
+        0.0
+      ],
+      [
+        "▁tram",
+        0.0
+      ],
+      [
+        "▁Tasman",
+        0.0
+      ],
+      [
+        "▁shakes",
+        0.0
+      ],
+      [
+        "▁manifesto",
+        0.0
+      ],
+      [
+        "▁MW",
+        0.0
+      ],
+      [
+        "▁satisfactory",
+        0.0
+      ],
+      [
+        "▁shores",
+        0.0
+      ],
+      [
+        "▁computation",
+        0.0
+      ],
+      [
+        "▁assertions",
+        0.0
+      ],
+      [
+        "ormons",
+        0.0
+      ],
+      [
+        "arag",
+        0.0
+      ],
+      [
+        "abit",
+        0.0
+      ],
+      [
+        "Democrats",
+        0.0
+      ],
+      [
+        "▁Loot",
+        0.0
+      ],
+      [
+        "▁Volks",
+        0.0
+      ],
+      [
+        "haired",
+        0.0
+      ],
+      [
+        "▁gravitational",
+        0.0
+      ],
+      [
+        "Sing",
+        0.0
+      ],
+      [
+        "▁Miz",
+        0.0
+      ],
+      [
+        "▁throttle",
+        0.0
+      ],
+      [
+        "▁tyranny",
+        0.0
+      ],
+      [
+        "▁Views",
+        0.0
+      ],
+      [
+        "▁robber",
+        0.0
+      ],
+      [
+        "▁Minority",
+        0.0
+      ],
+      [
+        "▁shrine",
+        0.0
+      ],
+      [
+        "scope",
+        0.0
+      ],
+      [
+        "purpose",
+        0.0
+      ],
+      [
+        "▁nucleus",
+        0.0
+      ],
+      [
+        "ourcing",
+        0.0
+      ],
+      [
+        "▁USDA",
+        0.0
+      ],
+      [
+        "▁DHS",
+        0.0
+      ],
+      [
+        "wra",
+        0.0
+      ],
+      [
+        "▁Bowie",
+        0.0
+      ],
+      [
+        "Scale",
+        0.0
+      ],
+      [
+        "▁BEL",
+        0.0
+      ],
+      [
+        "xi",
+        0.0
+      ],
+      [
+        "Iter",
+        0.0
+      ],
+      [
+        "▁(),",
+        0.0
+      ],
+      [
+        "wright",
+        0.0
+      ],
+      [
+        "▁sailors",
+        0.0
+      ],
+      [
+        "oused",
+        0.0
+      ],
+      [
+        "NASA",
+        0.0
+      ],
+      [
+        "▁Proof",
+        0.0
+      ],
+      [
+        "▁Mineral",
+        0.0
+      ],
+      [
+        "token",
+        0.0
+      ],
+      [
+        "▁FD",
+        0.0
+      ],
+      [
+        "Rew",
+        0.0
+      ],
+      [
+        "▁ell",
+        0.0
+      ],
+      [
+        "630",
+        0.0
+      ],
+      [
+        "▁chancellor",
+        0.0
+      ],
+      [
+        "▁Gos",
+        0.0
+      ],
+      [
+        "▁amounted",
+        0.0
+      ],
+      [
+        "▁Recre",
+        0.0
+      ],
+      [
+        "omez",
+        0.0
+      ],
+      [
+        "▁Optim",
+        0.0
+      ],
+      [
+        "▁Olive",
+        0.0
+      ],
+      [
+        "▁tracker",
+        0.0
+      ],
+      [
+        "owler",
+        0.0
+      ],
+      [
+        "▁Unique",
+        0.0
+      ],
+      [
+        "Root",
+        0.0
+      ],
+      [
+        "▁maritime",
+        0.0
+      ],
+      [
+        "▁Quran",
+        0.0
+      ],
+      [
+        "▁Adapt",
+        0.0
+      ],
+      [
+        "▁ecosystems",
+        0.0
+      ],
+      [
+        "▁Repeat",
+        0.0
+      ],
+      [
+        "▁Soy",
+        0.0
+      ],
+      [
+        "▁IMP",
+        0.0
+      ],
+      [
+        "▁graduating",
+        0.0
+      ],
+      [
+        "andem",
+        0.0
+      ],
+      [
+        "Pur",
+        0.0
+      ],
+      [
+        "▁Reset",
+        0.0
+      ],
+      [
+        "▁Trick",
+        0.0
+      ],
+      [
+        "▁Philly",
+        0.0
+      ],
+      [
+        "▁Tue",
+        0.0
+      ],
+      [
+        "▁Malaysian",
+        0.0
+      ],
+      [
+        "▁climax",
+        0.0
+      ],
+      [
+        "▁bury",
+        0.0
+      ],
+      [
+        "▁conspic",
+        0.0
+      ],
+      [
+        "▁Southampton",
+        0.0
+      ],
+      [
+        "▁Flowers",
+        0.0
+      ],
+      [
+        "▁escorted",
+        0.0
+      ],
+      [
+        "▁Educational",
+        0.0
+      ],
+      [
+        "▁IRC",
+        0.0
+      ],
+      [
+        "▁brutally",
+        0.0
+      ],
+      [
+        "eating",
+        0.0
+      ],
+      [
+        "▁pillar",
+        0.0
+      ],
+      [
+        "▁Sang",
+        0.0
+      ],
+      [
+        "▁Jude",
+        0.0
+      ],
+      [
+        "arling",
+        0.0
+      ],
+      [
+        "▁Amnesty",
+        0.0
+      ],
+      [
+        "▁reminding",
+        0.0
+      ],
+      [
+        "▁Administrative",
+        0.0
+      ],
+      [
+        "hesda",
+        0.0
+      ],
+      [
+        "▁flashed",
+        0.0
+      ],
+      [
+        "▁PBS",
+        0.0
+      ],
+      [
+        "perate",
+        0.0
+      ],
+      [
+        "feature",
+        0.0
+      ],
+      [
+        "▁swipe",
+        0.0
+      ],
+      [
+        "▁graves",
+        0.0
+      ],
+      [
+        "oultry",
+        0.0
+      ],
+      [
+        "261",
+        0.0
+      ],
+      [
+        "breaks",
+        0.0
+      ],
+      [
+        "▁Guer",
+        0.0
+      ],
+      [
+        "▁shrimp",
+        0.0
+      ],
+      [
+        "▁Voting",
+        0.0
+      ],
+      [
+        "quist",
+        0.0
+      ],
+      [
+        "▁analytical",
+        0.0
+      ],
+      [
+        "▁tablespoons",
+        0.0
+      ],
+      [
+        "▁SOU",
+        0.0
+      ],
+      [
+        "▁researched",
+        0.0
+      ],
+      [
+        "▁disrupted",
+        0.0
+      ],
+      [
+        "▁jour",
+        0.0
+      ],
+      [
+        "▁replica",
+        0.0
+      ],
+      [
+        "▁cartoons",
+        0.0
+      ],
+      [
+        "bians",
+        0.0
+      ],
+      [
+        "})",
+        0.0
+      ],
+      [
+        "copy",
+        0.0
+      ],
+      [
+        "Got",
+        0.0
+      ],
+      [
+        "ouched",
+        0.0
+      ],
+      [
+        "PUT",
+        0.0
+      ],
+      [
+        "▁swarm",
+        0.0
+      ],
+      [
+        "notations",
+        0.0
+      ],
+      [
+        "said",
+        0.0
+      ],
+      [
+        "▁rebuilt",
+        0.0
+      ],
+      [
+        "▁collaborate",
+        0.0
+      ],
+      [
+        "▁raging",
+        0.0
+      ],
+      [
+        "▁nar",
+        0.0
+      ],
+      [
+        "▁demographics",
+        0.0
+      ],
+      [
+        "▁DDR",
+        0.0
+      ],
+      [
+        "▁distrust",
+        0.0
+      ],
+      [
+        "ossier",
+        0.0
+      ],
+      [
+        "▁Kro",
+        0.0
+      ],
+      [
+        "▁pumpkin",
+        0.0
+      ],
+      [
+        "▁regrets",
+        0.0
+      ],
+      [
+        "▁fatalities",
+        0.0
+      ],
+      [
+        "▁Lens",
+        0.0
+      ],
+      [
+        "▁Ole",
+        0.0
+      ],
+      [
+        "pd",
+        0.0
+      ],
+      [
+        "▁puppet",
+        0.0
+      ],
+      [
+        "▁Outlook",
+        0.0
+      ],
+      [
+        "▁Stam",
+        0.0
+      ],
+      [
+        "Ol",
+        0.0
+      ],
+      [
+        "Fair",
+        0.0
+      ],
+      [
+        "UU",
+        0.0
+      ],
+      [
+        "▁rewritten",
+        0.0
+      ],
+      [
+        "ı",
+        0.0
+      ],
+      [
+        "▁fascinated",
+        0.0
+      ],
+      [
+        "▁vectors",
+        0.0
+      ],
+      [
+        "▁tribunal",
+        0.0
+      ],
+      [
+        "uay",
+        0.0
+      ],
+      [
+        "▁Mats",
+        0.0
+      ],
+      [
+        "▁Coins",
+        0.0
+      ],
+      [
+        "[[",
+        0.0
+      ],
+      [
+        "▁181",
+        0.0
+      ],
+      [
+        "▁renders",
+        0.0
+      ],
+      [
+        "▁Kaepernick",
+        0.0
+      ],
+      [
+        "▁espionage",
+        0.0
+      ],
+      [
+        "▁summ",
+        0.0
+      ],
+      [
+        "▁ditch",
+        0.0
+      ],
+      [
+        "Account",
+        0.0
+      ],
+      [
+        "▁spreadsheet",
+        0.0
+      ],
+      [
+        "▁mutant",
+        0.0
+      ],
+      [
+        "past",
+        0.0
+      ],
+      [
+        "407",
+        0.0
+      ],
+      [
+        "▁dye",
+        0.0
+      ],
+      [
+        "▁initiation",
+        0.0
+      ],
+      [
+        "▁4000",
+        0.0
+      ],
+      [
+        "▁punishable",
+        0.0
+      ],
+      [
+        "▁thinner",
+        0.0
+      ],
+      [
+        "▁Khal",
+        0.0
+      ],
+      [
+        "▁intermedi",
+        0.0
+      ],
+      [
+        "Dun",
+        0.0
+      ],
+      [
+        "▁Gotham",
+        0.0
+      ],
+      [
+        "▁eagerly",
+        0.0
+      ],
+      [
+        "▁vaginal",
+        0.0
+      ],
+      [
+        "powers",
+        0.0
+      ],
+      [
+        "VW",
+        0.0
+      ],
+      [
+        "▁WATCHED",
+        0.0
+      ],
+      [
+        "▁predator",
+        0.0
+      ],
+      [
+        "amsung",
+        0.0
+      ],
+      [
+        "▁disparity",
+        0.0
+      ],
+      [
+        "▁[*",
+        0.0
+      ],
+      [
+        "▁amph",
+        0.0
+      ],
+      [
+        "▁outskirts",
+        0.0
+      ],
+      [
+        "▁Spirits",
+        0.0
+      ],
+      [
+        "▁skeletal",
+        0.0
+      ],
+      [
+        "л",
+        0.0
+      ],
+      [
+        "▁Rear",
+        0.0
+      ],
+      [
+        "▁issuance",
+        0.0
+      ],
+      [
+        "▁Logic",
+        0.0
+      ],
+      [
+        "released",
+        0.0
+      ],
+      [
+        "ZZ",
+        0.0
+      ],
+      [
+        "▁Bound",
+        0.0
+      ],
+      [
+        "Entry",
+        0.0
+      ],
+      [
+        "▁exits",
+        0.0
+      ],
+      [
+        "isol",
+        0.0
+      ],
+      [
+        "▁Founder",
+        0.0
+      ],
+      [
+        "▁wre",
+        0.0
+      ],
+      [
+        "▁Greenland",
+        0.0
+      ],
+      [
+        "▁MMO",
+        0.0
+      ],
+      [
+        "taker",
+        0.0
+      ],
+      [
+        "INC",
+        0.0
+      ],
+      [
+        "ãģ¾",
+        0.0
+      ],
+      [
+        "▁hourly",
+        0.0
+      ],
+      [
+        "henko",
+        0.0
+      ],
+      [
+        "▁fantasies",
+        0.0
+      ],
+      [
+        "▁disob",
+        0.0
+      ],
+      [
+        "▁demolition",
+        0.0
+      ],
+      [
+        "ãĥĭ",
+        0.0
+      ],
+      [
+        "▁enlisted",
+        0.0
+      ],
+      [
+        "ratulations",
+        0.0
+      ],
+      [
+        "▁misguided",
+        0.0
+      ],
+      [
+        "▁ensured",
+        0.0
+      ],
+      [
+        "▁discouraged",
+        0.0
+      ],
+      [
+        "mort",
+        0.0
+      ],
+      [
+        "▁flank",
+        0.0
+      ],
+      [
+        "▁cess",
+        0.0
+      ],
+      [
+        "▁reacts",
+        0.0
+      ],
+      [
+        "▁Sere",
+        0.0
+      ],
+      [
+        "sensitive",
+        0.0
+      ],
+      [
+        "▁Serpent",
+        0.0
+      ],
+      [
+        "assad",
+        0.0
+      ],
+      [
+        "▁247",
+        0.0
+      ],
+      [
+        "▁calmly",
+        0.0
+      ],
+      [
+        "busters",
+        0.0
+      ],
+      [
+        "▁bleed",
+        0.0
+      ],
+      [
+        "▁Stro",
+        0.0
+      ],
+      [
+        "▁amusement",
+        0.0
+      ],
+      [
+        "▁Antarctica",
+        0.0
+      ],
+      [
+        "▁scept",
+        0.0
+      ],
+      [
+        "▁Gaw",
+        0.0
+      ],
+      [
+        "aq",
+        0.0
+      ],
+      [
+        "asonic",
+        0.0
+      ],
+      [
+        "▁sprawling",
+        0.0
+      ],
+      [
+        "native",
+        0.0
+      ],
+      [
+        "aturated",
+        0.0
+      ],
+      [
+        "▁Battlefield",
+        0.0
+      ],
+      [
+        "IVERS",
+        0.0
+      ],
+      [
+        "EB",
+        0.0
+      ],
+      [
+        "▁Gems",
+        0.0
+      ],
+      [
+        "▁Northwestern",
+        0.0
+      ],
+      [
+        "▁Films",
+        0.0
+      ],
+      [
+        "▁Automatic",
+        0.0
+      ],
+      [
+        "▁apprehend",
+        0.0
+      ],
+      [
+        "ãģ¨",
+        0.0
+      ],
+      [
+        "▁guiName",
+        0.0
+      ],
+      [
+        "▁backend",
+        0.0
+      ],
+      [
+        "▁evidenced",
+        0.0
+      ],
+      [
+        "geant",
+        0.0
+      ],
+      [
+        "012",
+        0.0
+      ],
+      [
+        "▁Siege",
+        0.0
+      ],
+      [
+        "▁externalTo",
+        0.0
+      ],
+      [
+        "▁unfocusedRange",
+        0.0
+      ],
+      [
+        "▁guiActiveUnfocused",
+        0.0
+      ],
+      [
+        "▁guiIcon",
+        0.0
+      ],
+      [
+        "▁externalToEVA",
+        0.0
+      ],
+      [
+        "▁externalToEVAOnly",
+        0.0
+      ],
+      [
+        "Fri",
+        0.0
+      ],
+      [
+        "chard",
+        0.0
+      ],
+      [
+        "enaries",
+        0.0
+      ],
+      [
+        "▁chiefs",
+        0.0
+      ],
+      [
+        "▁cf",
+        0.0
+      ],
+      [
+        "▁HUD",
+        0.0
+      ],
+      [
+        "▁corrobor",
+        0.0
+      ],
+      [
+        "▁dB",
+        0.0
+      ],
+      [
+        "▁Taken",
+        0.0
+      ],
+      [
+        "▁Patricia",
+        0.0
+      ],
+      [
+        "rail",
+        0.0
+      ],
+      [
+        "▁Charm",
+        0.0
+      ],
+      [
+        "▁Libertarian",
+        0.0
+      ],
+      [
+        "rieve",
+        0.0
+      ],
+      [
+        "Personal",
+        0.0
+      ],
+      [
+        "▁OUR",
+        0.0
+      ],
+      [
+        "geries",
+        0.0
+      ],
+      [
+        "▁dumping",
+        0.0
+      ],
+      [
+        "▁neurological",
+        0.0
+      ],
+      [
+        "itimate",
+        0.0
+      ],
+      [
+        "▁Clintons",
+        0.0
+      ],
+      [
+        "rafted",
+        0.0
+      ],
+      [
+        "▁Molly",
+        0.0
+      ],
+      [
+        "▁terminals",
+        0.0
+      ],
+      [
+        "register",
+        0.0
+      ],
+      [
+        "▁flare",
+        0.0
+      ],
+      [
+        "▁encoded",
+        0.0
+      ],
+      [
+        "▁autopsy",
+        0.0
+      ],
+      [
+        "pel",
+        0.0
+      ],
+      [
+        "machine",
+        0.0
+      ],
+      [
+        "▁exemptions",
+        0.0
+      ],
+      [
+        "▁Royals",
+        0.0
+      ],
+      [
+        "distance",
+        0.0
+      ],
+      [
+        "▁drafts",
+        0.0
+      ],
+      [
+        "▁lame",
+        0.0
+      ],
+      [
+        "▁Cunning",
+        0.0
+      ],
+      [
+        "▁spouses",
+        0.0
+      ],
+      [
+        "▁Markets",
+        0.0
+      ],
+      [
+        "▁Carrier",
+        0.0
+      ],
+      [
+        "▁implying",
+        0.0
+      ],
+      [
+        "▁Yak",
+        0.0
+      ],
+      [
+        "sid",
+        0.0
+      ],
+      [
+        "▁loser",
+        0.0
+      ],
+      [
+        "▁vigilant",
+        0.0
+      ],
+      [
+        "▁impeachment",
+        0.0
+      ],
+      [
+        "▁augmented",
+        0.0
+      ],
+      [
+        "▁Employees",
+        0.0
+      ],
+      [
+        "▁unintended",
+        0.0
+      ],
+      [
+        "ternally",
+        0.0
+      ],
+      [
+        "▁Watt",
+        0.0
+      ],
+      [
+        "▁recognizable",
+        0.0
+      ],
+      [
+        "essim",
+        0.0
+      ],
+      [
+        "æĿ",
+        0.0
+      ],
+      [
+        "▁coated",
+        0.0
+      ],
+      [
+        "rha",
+        0.0
+      ],
+      [
+        "▁lieutenant",
+        0.0
+      ],
+      [
+        "▁Legislation",
+        0.0
+      ],
+      [
+        "published",
+        0.0
+      ],
+      [
+        "444",
+        0.0
+      ],
+      [
+        "013",
+        0.0
+      ],
+      [
+        "▁ideally",
+        0.0
+      ],
+      [
+        "▁Password",
+        0.0
+      ],
+      [
+        "▁simplify",
+        0.0
+      ],
+      [
+        "▁Meta",
+        0.0
+      ],
+      [
+        "▁MRI",
+        0.0
+      ],
+      [
+        "▁pleading",
+        0.0
+      ],
+      [
+        "organized",
+        0.0
+      ],
+      [
+        "handler",
+        0.0
+      ],
+      [
+        "▁unravel",
+        0.0
+      ],
+      [
+        "correct",
+        0.0
+      ],
+      [
+        "▁icy",
+        0.0
+      ],
+      [
+        "▁paranoid",
+        0.0
+      ],
+      [
+        "▁passer",
+        0.0
+      ],
+      [
+        "▁inspections",
+        0.0
+      ],
+      [
+        "ofer",
+        0.0
+      ],
+      [
+        "▁Healthcare",
+        0.0
+      ],
+      [
+        "283",
+        0.0
+      ],
+      [
+        "▁Brut",
+        0.0
+      ],
+      [
+        "iola",
+        0.0
+      ],
+      [
+        "forge",
+        0.0
+      ],
+      [
+        "▁Medieval",
+        0.0
+      ],
+      [
+        "MSN",
+        0.0
+      ],
+      [
+        "ievers",
+        0.0
+      ],
+      [
+        "▁Programming",
+        0.0
+      ],
+      [
+        "åī",
+        0.0
+      ],
+      [
+        "▁223",
+        0.0
+      ],
+      [
+        "mu",
+        0.0
+      ],
+      [
+        "▁CLE",
+        0.0
+      ],
+      [
+        "uga",
+        0.0
+      ],
+      [
+        "▁shoppers",
+        0.0
+      ],
+      [
+        "▁informative",
+        0.0
+      ],
+      [
+        "▁Plans",
+        0.0
+      ],
+      [
+        "▁supplementation",
+        0.0
+      ],
+      [
+        "▁Tests",
+        0.0
+      ],
+      [
+        "tyard",
+        0.0
+      ],
+      [
+        "ocytes",
+        0.0
+      ],
+      [
+        "▁Vega",
+        0.0
+      ],
+      [
+        "▁Gujarat",
+        0.0
+      ],
+      [
+        "ermanent",
+        0.0
+      ],
+      [
+        "Except",
+        0.0
+      ],
+      [
+        "▁LOT",
+        0.0
+      ],
+      [
+        "alla",
+        0.0
+      ],
+      [
+        "▁Cumm",
+        0.0
+      ],
+      [
+        "▁Osw",
+        0.0
+      ],
+      [
+        "▁venom",
+        0.0
+      ],
+      [
+        "▁Debt",
+        0.0
+      ],
+      [
+        "▁DOWN",
+        0.0
+      ],
+      [
+        "▁reunion",
+        0.0
+      ],
+      [
+        "▁muc",
+        0.0
+      ],
+      [
+        "▁Relief",
+        0.0
+      ],
+      [
+        "▁geop",
+        0.0
+      ],
+      [
+        "▁ðŁĺ",
+        0.0
+      ],
+      [
+        "alogue",
+        0.0
+      ],
+      [
+        "Anth",
+        0.0
+      ],
+      [
+        "echo",
+        0.0
+      ],
+      [
+        "▁corros",
+        0.0
+      ],
+      [
+        "▁replication",
+        0.0
+      ],
+      [
+        "▁Blazing",
+        0.0
+      ],
+      [
+        "▁Daughter",
+        0.0
+      ],
+      [
+        "▁inflic",
+        0.0
+      ],
+      [
+        "▁Lindsey",
+        0.0
+      ],
+      [
+        "ÙĪ",
+        0.0
+      ],
+      [
+        "284",
+        0.0
+      ],
+      [
+        "Exit",
+        0.0
+      ],
+      [
+        "▁gloom",
+        0.0
+      ],
+      [
+        "TAIN",
+        0.0
+      ],
+      [
+        "▁undermining",
+        0.0
+      ],
+      [
+        "▁advising",
+        0.0
+      ],
+      [
+        "hidden",
+        0.0
+      ],
+      [
+        "▁overflow",
+        0.0
+      ],
+      [
+        "▁gor",
+        0.0
+      ],
+      [
+        "urdue",
+        0.0
+      ],
+      [
+        "▁echoes",
+        0.0
+      ],
+      [
+        "enhagen",
+        0.0
+      ],
+      [
+        "▁impuls",
+        0.0
+      ],
+      [
+        "drug",
+        0.0
+      ],
+      [
+        "cash",
+        0.0
+      ],
+      [
+        "▁async",
+        0.0
+      ],
+      [
+        "▁mirac",
+        0.0
+      ],
+      [
+        "atts",
+        0.0
+      ],
+      [
+        "punk",
+        0.0
+      ],
+      [
+        "▁pivot",
+        0.0
+      ],
+      [
+        "▁Legislative",
+        0.0
+      ],
+      [
+        "▁bloggers",
+        0.0
+      ],
+      [
+        "▁Claw",
+        0.0
+      ],
+      [
+        "sburg",
+        0.0
+      ],
+      [
+        "dyl",
+        0.0
+      ],
+      [
+        "▁Recommend",
+        0.0
+      ],
+      [
+        "▁verte",
+        0.0
+      ],
+      [
+        "▁prohibiting",
+        0.0
+      ],
+      [
+        "▁Panther",
+        0.0
+      ],
+      [
+        "Jonathan",
+        0.0
+      ],
+      [
+        "▁omin",
+        0.0
+      ],
+      [
+        "▁hateful",
+        0.0
+      ],
+      [
+        "281",
+        0.0
+      ],
+      [
+        "▁Orche",
+        0.0
+      ],
+      [
+        "▁Murdoch",
+        0.0
+      ],
+      [
+        "downs",
+        0.0
+      ],
+      [
+        "▁asymm",
+        0.0
+      ],
+      [
+        "GER",
+        0.0
+      ],
+      [
+        "Always",
+        0.0
+      ],
+      [
+        "▁informs",
+        0.0
+      ],
+      [
+        "▁WM",
+        0.0
+      ],
+      [
+        "▁Pony",
+        0.0
+      ],
+      [
+        "▁Appendix",
+        0.0
+      ],
+      [
+        "▁Arlington",
+        0.0
+      ],
+      [
+        "Jam",
+        0.0
+      ],
+      [
+        "▁medicinal",
+        0.0
+      ],
+      [
+        "▁Slam",
+        0.0
+      ],
+      [
+        "ITIES",
+        0.0
+      ],
+      [
+        "▁reaff",
+        0.0
+      ],
+      [
+        "▁Ri",
+        0.0
+      ],
+      [
+        "FG",
+        0.0
+      ],
+      [
+        "Spring",
+        0.0
+      ],
+      [
+        "bool",
+        0.0
+      ],
+      [
+        "▁thighs",
+        0.0
+      ],
+      [
+        "▁markings",
+        0.0
+      ],
+      [
+        "▁Raqqa",
+        0.0
+      ],
+      [
+        "▁Lak",
+        0.0
+      ],
+      [
+        "poll",
+        0.0
+      ],
+      [
+        "tsky",
+        0.0
+      ],
+      [
+        "▁Morty",
+        0.0
+      ],
+      [
+        "▁Definition",
+        0.0
+      ],
+      [
+        "▁debunk",
+        0.0
+      ],
+      [
+        "endered",
+        0.0
+      ],
+      [
+        "▁Leone",
+        0.0
+      ],
+      [
+        "avers",
+        0.0
+      ],
+      [
+        "▁mortgages",
+        0.0
+      ],
+      [
+        "Apparently",
+        0.0
+      ],
+      [
+        "Nic",
+        0.0
+      ],
+      [
+        "haus",
+        0.0
+      ],
+      [
+        "▁Thousands",
+        0.0
+      ],
+      [
+        "auld",
+        0.0
+      ],
+      [
+        "▁mash",
+        0.0
+      ],
+      [
+        "shoot",
+        0.0
+      ],
+      [
+        "▁diarr",
+        0.0
+      ],
+      [
+        "▁consciously",
+        0.0
+      ],
+      [
+        "Hero",
+        0.0
+      ],
+      [
+        "eas",
+        0.0
+      ],
+      [
+        "▁Naturally",
+        0.0
+      ],
+      [
+        "▁Destroyer",
+        0.0
+      ],
+      [
+        "▁dashboard",
+        0.0
+      ],
+      [
+        "services",
+        0.0
+      ],
+      [
+        "Rog",
+        0.0
+      ],
+      [
+        "▁millennials",
+        0.0
+      ],
+      [
+        "▁invade",
+        0.0
+      ],
+      [
+        "-(",
+        0.0
+      ],
+      [
+        "▁commissions",
+        0.0
+      ],
+      [
+        "▁Auckland",
+        0.0
+      ],
+      [
+        "▁broadcasts",
+        0.0
+      ],
+      [
+        "▁frontal",
+        0.0
+      ],
+      [
+        "▁crank",
+        0.0
+      ],
+      [
+        "▁Historic",
+        0.0
+      ],
+      [
+        "▁rumours",
+        0.0
+      ],
+      [
+        "CTV",
+        0.0
+      ],
+      [
+        "▁steril",
+        0.0
+      ],
+      [
+        "▁booster",
+        0.0
+      ],
+      [
+        "rocket",
+        0.0
+      ],
+      [
+        "ãĤ¼",
+        0.0
+      ],
+      [
+        "utsche",
+        0.0
+      ],
+      [
+        "▁PI",
+        0.0
+      ],
+      [
+        "▁233",
+        0.0
+      ],
+      [
+        "▁Producer",
+        0.0
+      ],
+      [
+        "▁Analytics",
+        0.0
+      ],
+      [
+        "▁invaluable",
+        0.0
+      ],
+      [
+        "▁unintention",
+        0.0
+      ],
+      [
+        "▁CY",
+        0.0
+      ],
+      [
+        "▁scrutin",
+        0.0
+      ],
+      [
+        "▁gigg",
+        0.0
+      ],
+      [
+        "▁engulf",
+        0.0
+      ],
+      [
+        "▁proletariat",
+        0.0
+      ],
+      [
+        "▁hacks",
+        0.0
+      ],
+      [
+        "▁Hew",
+        0.0
+      ],
+      [
+        "arak",
+        0.0
+      ],
+      [
+        "▁Slime",
+        0.0
+      ],
+      [
+        "ielding",
+        0.0
+      ],
+      [
+        "agher",
+        0.0
+      ],
+      [
+        "▁Elliot",
+        0.0
+      ],
+      [
+        "▁telecom",
+        0.0
+      ],
+      [
+        "▁219",
+        0.0
+      ],
+      [
+        "ultan",
+        0.0
+      ],
+      [
+        "▁Arbor",
+        0.0
+      ],
+      [
+        "▁Scouts",
+        0.0
+      ],
+      [
+        "Ban",
+        0.0
+      ],
+      [
+        "▁lifespan",
+        0.0
+      ],
+      [
+        "▁blasp",
+        0.0
+      ],
+      [
+        "388",
+        0.0
+      ],
+      [
+        "▁judiciary",
+        0.0
+      ],
+      [
+        "▁Continental",
+        0.0
+      ],
+      [
+        "asking",
+        0.0
+      ],
+      [
+        "McC",
+        0.0
+      ],
+      [
+        "LED",
+        0.0
+      ],
+      [
+        "▁baggage",
+        0.0
+      ],
+      [
+        "▁Sorcerer",
+        0.0
+      ],
+      [
+        "▁remnants",
+        0.0
+      ],
+      [
+        "▁Griffith",
+        0.0
+      ],
+      [
+        "etsu",
+        0.0
+      ],
+      [
+        "▁Subaru",
+        0.0
+      ],
+      [
+        "▁Personality",
+        0.0
+      ],
+      [
+        "designed",
+        0.0
+      ],
+      [
+        "ushima",
+        0.0
+      ],
+      [
+        "agnar",
+        0.0
+      ],
+      [
+        "▁recoil",
+        0.0
+      ],
+      [
+        "▁passions",
+        0.0
+      ],
+      [
+        "\\\":",
+        0.0
+      ],
+      [
+        "▁tee",
+        0.0
+      ],
+      [
+        "▁abolition",
+        0.0
+      ],
+      [
+        "▁Creating",
+        0.0
+      ],
+      [
+        "jac",
+        0.0
+      ],
+      [
+        "▁194",
+        0.0
+      ],
+      [
+        "019",
+        0.0
+      ],
+      [
+        "▁pillars",
+        0.0
+      ],
+      [
+        "riched",
+        0.0
+      ],
+      [
+        "/\"",
+        0.0
+      ],
+      [
+        "tk",
+        0.0
+      ],
+      [
+        "▁livelihood",
+        0.0
+      ],
+      [
+        "▁roasted",
+        0.0
+      ],
+      [
+        "ahon",
+        0.0
+      ],
+      [
+        "▁Hutch",
+        0.0
+      ],
+      [
+        "assert",
+        0.0
+      ],
+      [
+        "▁dividend",
+        0.0
+      ],
+      [
+        "▁knit",
+        0.0
+      ],
+      [
+        "▁daunting",
+        0.0
+      ],
+      [
+        "▁disturbance",
+        0.0
+      ],
+      [
+        "▁shale",
+        0.0
+      ],
+      [
+        "▁cultivated",
+        0.0
+      ],
+      [
+        "▁refrigerator",
+        0.0
+      ],
+      [
+        "LB",
+        0.0
+      ],
+      [
+        "▁NET",
+        0.0
+      ],
+      [
+        "▁commercials",
+        0.0
+      ],
+      [
+        "▁thinkers",
+        0.0
+      ],
+      [
+        "455",
+        0.0
+      ],
+      [
+        "▁chop",
+        0.0
+      ],
+      [
+        "Broad",
+        0.0
+      ],
+      [
+        "▁suspicions",
+        0.0
+      ],
+      [
+        "▁tagged",
+        0.0
+      ],
+      [
+        "lifting",
+        0.0
+      ],
+      [
+        "▁stylish",
+        0.0
+      ],
+      [
+        "▁Shields",
+        0.0
+      ],
+      [
+        "Shortly",
+        0.0
+      ],
+      [
+        "▁tails",
+        0.0
+      ],
+      [
+        "Auth",
+        0.0
+      ],
+      [
+        "STE",
+        0.0
+      ],
+      [
+        "▁GAME",
+        0.0
+      ],
+      [
+        "▁seism",
+        0.0
+      ],
+      [
+        "▁Kis",
+        0.0
+      ],
+      [
+        "ologne",
+        0.0
+      ],
+      [
+        "▁cowork",
+        0.0
+      ],
+      [
+        "▁forcibly",
+        0.0
+      ],
+      [
+        "▁thyroid",
+        0.0
+      ],
+      [
+        "▁PB",
+        0.0
+      ],
+      [
+        "ANE",
+        0.0
+      ],
+      [
+        "married",
+        0.0
+      ],
+      [
+        "horse",
+        0.0
+      ],
+      [
+        "▁polymer",
+        0.0
+      ],
+      [
+        "▁Chal",
+        0.0
+      ],
+      [
+        "odor",
+        0.0
+      ],
+      [
+        "DEBUG",
+        0.0
+      ],
+      [
+        "▁Context",
+        0.0
+      ],
+      [
+        "▁bliss",
+        0.0
+      ],
+      [
+        "▁pinpoint",
+        0.0
+      ],
+      [
+        "▁Mathemat",
+        0.0
+      ],
+      [
+        "legram",
+        0.0
+      ],
+      [
+        "▁Weekend",
+        0.0
+      ],
+      [
+        "▁labelled",
+        0.0
+      ],
+      [
+        "▁bart",
+        0.0
+      ],
+      [
+        "itles",
+        0.0
+      ],
+      [
+        "▁estrogen",
+        0.0
+      ],
+      [
+        "âĢĶâĢĶâĢĶâĢĶâĢĶâĢĶâĢĶâĢĶâĢĶâĢĶâĢĶâĢĶâĢĶâĢĶâĢĶâĢĶ",
+        0.0
+      ],
+      [
+        "\"'",
+        0.0
+      ],
+      [
+        "▁visibly",
+        0.0
+      ],
+      [
+        "▁outsider",
+        0.0
+      ],
+      [
+        "aida",
+        0.0
+      ],
+      [
+        "Area",
+        0.0
+      ],
+      [
+        "▁dissemin",
+        0.0
+      ],
+      [
+        "▁dishonest",
+        0.0
+      ],
+      [
+        "▁Closed",
+        0.0
+      ],
+      [
+        "▁Bulletin",
+        0.0
+      ],
+      [
+        "▁Ramsey",
+        0.0
+      ],
+      [
+        "sword",
+        0.0
+      ],
+      [
+        "▁XI",
+        0.0
+      ],
+      [
+        "ourced",
+        0.0
+      ],
+      [
+        "Same",
+        0.0
+      ],
+      [
+        "346",
+        0.0
+      ],
+      [
+        "▁Repe",
+        0.0
+      ],
+      [
+        "▁Kou",
+        0.0
+      ],
+      [
+        "cake",
+        0.0
+      ],
+      [
+        "emis",
+        0.0
+      ],
+      [
+        "Cache",
+        0.0
+      ],
+      [
+        "▁Meaning",
+        0.0
+      ],
+      [
+        "▁Enlight",
+        0.0
+      ],
+      [
+        "onomy",
+        0.0
+      ],
+      [
+        "▁manifestation",
+        0.0
+      ],
+      [
+        "sworth",
+        0.0
+      ],
+      [
+        "Jay",
+        0.0
+      ],
+      [
+        "▁chore",
+        0.0
+      ],
+      [
+        "ör",
+        0.0
+      ],
+      [
+        "Dream",
+        0.0
+      ],
+      [
+        "▁sanctioned",
+        0.0
+      ],
+      [
+        "▁culturally",
+        0.0
+      ],
+      [
+        "▁Ara",
+        0.0
+      ],
+      [
+        "Nav",
+        0.0
+      ],
+      [
+        "▁theological",
+        0.0
+      ],
+      [
+        "▁strut",
+        0.0
+      ],
+      [
+        "▁VO",
+        0.0
+      ],
+      [
+        "▁Handbook",
+        0.0
+      ],
+      [
+        "▁constructing",
+        0.0
+      ],
+      [
+        "▁¶",
+        0.0
+      ],
+      [
+        "▁Benefits",
+        0.0
+      ],
+      [
+        "▁Psychological",
+        0.0
+      ],
+      [
+        "sac",
+        0.0
+      ],
+      [
+        "å¸",
+        0.0
+      ],
+      [
+        "policy",
+        0.0
+      ],
+      [
+        "▁Matters",
+        0.0
+      ],
+      [
+        "▁Reported",
+        0.0
+      ],
+      [
+        "▁Byte",
+        0.0
+      ],
+      [
+        "▁vitro",
+        0.0
+      ],
+      [
+        "▁Maiden",
+        0.0
+      ],
+      [
+        "▁lam",
+        0.0
+      ],
+      [
+        "▁Jennings",
+        0.0
+      ],
+      [
+        "▁garment",
+        0.0
+      ],
+      [
+        "▁Rutgers",
+        0.0
+      ],
+      [
+        "▁Stafford",
+        0.0
+      ],
+      [
+        "▁Wellington",
+        0.0
+      ],
+      [
+        "▁intermitt",
+        0.0
+      ],
+      [
+        "▁npm",
+        0.0
+      ],
+      [
+        "▁ordeal",
+        0.0
+      ],
+      [
+        "▁plugged",
+        0.0
+      ],
+      [
+        "ooming",
+        0.0
+      ],
+      [
+        "inished",
+        0.0
+      ],
+      [
+        "framework",
+        0.0
+      ],
+      [
+        "▁timber",
+        0.0
+      ],
+      [
+        "▁cass",
+        0.0
+      ],
+      [
+        "▁850",
+        0.0
+      ],
+      [
+        "iless",
+        0.0
+      ],
+      [
+        "▁Redux",
+        0.0
+      ],
+      [
+        "768",
+        0.0
+      ],
+      [
+        "Stre",
+        0.0
+      ],
+      [
+        "▁surpassed",
+        0.0
+      ],
+      [
+        "whel",
+        0.0
+      ],
+      [
+        "▁parallels",
+        0.0
+      ],
+      [
+        "▁veil",
+        0.0
+      ],
+      [
+        "▁GI",
+        0.0
+      ],
+      [
+        "▁REST",
+        0.0
+      ],
+      [
+        "▁readiness",
+        0.0
+      ],
+      [
+        "sort",
+        0.0
+      ],
+      [
+        "▁modifying",
+        0.0
+      ],
+      [
+        "▁Slate",
+        0.0
+      ],
+      [
+        "ruff",
+        0.0
+      ],
+      [
+        "▁marble",
+        0.0
+      ],
+      [
+        "▁infrared",
+        0.0
+      ],
+      [
+        "▁auditor",
+        0.0
+      ],
+      [
+        "▁FANTASY",
+        0.0
+      ],
+      [
+        "▁Poverty",
+        0.0
+      ],
+      [
+        "▁SPD",
+        0.0
+      ],
+      [
+        "▁\"(",
+        0.0
+      ],
+      [
+        "Ky",
+        0.0
+      ],
+      [
+        "RAY",
+        0.0
+      ],
+      [
+        "▁executions",
+        0.0
+      ],
+      [
+        "▁Beverly",
+        0.0
+      ],
+      [
+        "▁Marxism",
+        0.0
+      ],
+      [
+        "▁Burst",
+        0.0
+      ],
+      [
+        "▁Kali",
+        0.0
+      ],
+      [
+        "estones",
+        0.0
+      ],
+      [
+        "Clearly",
+        0.0
+      ],
+      [
+        "Ell",
+        0.0
+      ],
+      [
+        "ãģ§",
+        0.0
+      ],
+      [
+        "▁Proceedings",
+        0.0
+      ],
+      [
+        "Token",
+        0.0
+      ],
+      [
+        "IFIC",
+        0.0
+      ],
+      [
+        "ña",
+        0.0
+      ],
+      [
+        "Central",
+        0.0
+      ],
+      [
+        "▁Haley",
+        0.0
+      ],
+      [
+        "▁Drama",
+        0.0
+      ],
+      [
+        "▁formations",
+        0.0
+      ],
+      [
+        "ORN",
+        0.0
+      ],
+      [
+        "Books",
+        0.0
+      ],
+      [
+        "▁dominating",
+        0.0
+      ],
+      [
+        "▁Flyers",
+        0.0
+      ],
+      [
+        "▁Companion",
+        0.0
+      ],
+      [
+        "▁disciplined",
+        0.0
+      ],
+      [
+        "▁Yugoslav",
+        0.0
+      ],
+      [
+        "▁Spells",
+        0.0
+      ],
+      [
+        "▁vengeance",
+        0.0
+      ],
+      [
+        "▁landlords",
+        0.0
+      ],
+      [
+        "Len",
+        0.0
+      ],
+      [
+        "▁Ogre",
+        0.0
+      ],
+      [
+        "anoia",
+        0.0
+      ],
+      [
+        "▁piercing",
+        0.0
+      ],
+      [
+        "▁congreg",
+        0.0
+      ],
+      [
+        "▁scorer",
+        0.0
+      ],
+      [
+        "obia",
+        0.0
+      ],
+      [
+        "▁nickel",
+        0.0
+      ],
+      [
+        "▁Learns",
+        0.0
+      ],
+      [
+        "▁rejo",
+        0.0
+      ],
+      [
+        "▁masterpiece",
+        0.0
+      ],
+      [
+        "Flash",
+        0.0
+      ],
+      [
+        "▁inhabited",
+        0.0
+      ],
+      [
+        "▁OpenGL",
+        0.0
+      ],
+      [
+        "▁Dud",
+        0.0
+      ],
+      [
+        "▁ICO",
+        0.0
+      ],
+      [
+        "▁arter",
+        0.0
+      ],
+      [
+        "▁plur",
+        0.0
+      ],
+      [
+        "▁mastery",
+        0.0
+      ],
+      [
+        "▁longstanding",
+        0.0
+      ],
+      [
+        "sted",
+        0.0
+      ],
+      [
+        "▁wines",
+        0.0
+      ],
+      [
+        "▁televised",
+        0.0
+      ],
+      [
+        "▁Shrine",
+        0.0
+      ],
+      [
+        "▁Bayern",
+        0.0
+      ],
+      [
+        "▁âĵĺ",
+        0.0
+      ],
+      [
+        "▁enclosure",
+        0.0
+      ],
+      [
+        "john",
+        0.0
+      ],
+      [
+        "▁prophets",
+        0.0
+      ],
+      [
+        "▁Resurrection",
+        0.0
+      ],
+      [
+        "▁Orders",
+        0.0
+      ],
+      [
+        "▁uneven",
+        0.0
+      ],
+      [
+        "rals",
+        0.0
+      ],
+      [
+        "▁dwind",
+        0.0
+      ],
+      [
+        "▁Lah",
+        0.0
+      ],
+      [
+        "▁Sloven",
+        0.0
+      ],
+      [
+        "378",
+        0.0
+      ],
+      [
+        "▁insistence",
+        0.0
+      ],
+      [
+        "affle",
+        0.0
+      ],
+      [
+        "▁Clone",
+        0.0
+      ],
+      [
+        "▁hardship",
+        0.0
+      ],
+      [
+        "▁Congressman",
+        0.0
+      ],
+      [
+        "▁plead",
+        0.0
+      ],
+      [
+        "▁reviewers",
+        0.0
+      ],
+      [
+        "▁cured",
+        0.0
+      ],
+      [
+        "▁1935",
+        0.0
+      ],
+      [
+        "asley",
+        0.0
+      ],
+      [
+        "fake",
+        0.0
+      ],
+      [
+        "▁Thinking",
+        0.0
+      ],
+      [
+        "ydia",
+        0.0
+      ],
+      [
+        "PART",
+        0.0
+      ],
+      [
+        "▁Dota",
+        0.0
+      ],
+      [
+        "oit",
+        0.0
+      ],
+      [
+        "▁whipped",
+        0.0
+      ],
+      [
+        "▁bouncing",
+        0.0
+      ],
+      [
+        "▁Hispanics",
+        0.0
+      ],
+      [
+        "comings",
+        0.0
+      ],
+      [
+        "▁cannabin",
+        0.0
+      ],
+      [
+        "▁Chambers",
+        0.0
+      ],
+      [
+        "▁Zack",
+        0.0
+      ],
+      [
+        "Optional",
+        0.0
+      ],
+      [
+        "▁coats",
+        0.0
+      ],
+      [
+        "▁prowess",
+        0.0
+      ],
+      [
+        "▁Norton",
+        0.0
+      ],
+      [
+        "▁plainly",
+        0.0
+      ],
+      [
+        "▁freight",
+        0.0
+      ],
+      [
+        "▁inhibition",
+        0.0
+      ],
+      [
+        "▁clam",
+        0.0
+      ],
+      [
+        "▁303",
+        0.0
+      ],
+      [
+        "kef",
+        0.0
+      ],
+      [
+        "aleigh",
+        0.0
+      ],
+      [
+        "Luke",
+        0.0
+      ],
+      [
+        "▁psycho",
+        0.0
+      ],
+      [
+        "atorium",
+        0.0
+      ],
+      [
+        "MED",
+        0.0
+      ],
+      [
+        "▁treaties",
+        0.0
+      ],
+      [
+        "▁indisc",
+        0.0
+      ],
+      [
+        "▁dc",
+        0.0
+      ],
+      [
+        "OPS",
+        0.0
+      ],
+      [
+        "▁resilient",
+        0.0
+      ],
+      [
+        "▁Interstate",
+        0.0
+      ],
+      [
+        "▁slack",
+        0.0
+      ],
+      [
+        "▁mundane",
+        0.0
+      ],
+      [
+        "▁establishes",
+        0.0
+      ],
+      [
+        "359",
+        0.0
+      ],
+      [
+        "▁strained",
+        0.0
+      ],
+      [
+        "▁nond",
+        0.0
+      ],
+      [
+        "Sus",
+        0.0
+      ],
+      [
+        "▁caste",
+        0.0
+      ],
+      [
+        "arate",
+        0.0
+      ],
+      [
+        "ieving",
+        0.0
+      ],
+      [
+        "▁unfairly",
+        0.0
+      ],
+      [
+        "▁parser",
+        0.0
+      ],
+      [
+        "onial",
+        0.0
+      ],
+      [
+        "ursive",
+        0.0
+      ],
+      [
+        "Via",
+        0.0
+      ],
+      [
+        "▁Otto",
+        0.0
+      ],
+      [
+        "▁Authorities",
+        0.0
+      ],
+      [
+        "stroke",
+        0.0
+      ],
+      [
+        "KR",
+        0.0
+      ],
+      [
+        "▁Mercy",
+        0.0
+      ],
+      [
+        "▁furnished",
+        0.0
+      ],
+      [
+        "▁outset",
+        0.0
+      ],
+      [
+        "▁metic",
+        0.0
+      ],
+      [
+        "1982",
+        0.0
+      ],
+      [
+        "olithic",
+        0.0
+      ],
+      [
+        "▁Tent",
+        0.0
+      ],
+      [
+        "ogical",
+        0.0
+      ],
+      [
+        "▁Aircraft",
+        0.0
+      ],
+      [
+        "▁hides",
+        0.0
+      ],
+      [
+        "▁Became",
+        0.0
+      ],
+      [
+        "▁educators",
+        0.0
+      ],
+      [
+        "reaching",
+        0.0
+      ],
+      [
+        "▁volatility",
+        0.0
+      ],
+      [
+        "▁toddler",
+        0.0
+      ],
+      [
+        "▁NASCAR",
+        0.0
+      ],
+      [
+        "▁Twelve",
+        0.0
+      ],
+      [
+        "▁Highlights",
+        0.0
+      ],
+      [
+        "▁grape",
+        0.0
+      ],
+      [
+        "▁splits",
+        0.0
+      ],
+      [
+        "▁peasant",
+        0.0
+      ],
+      [
+        "▁reneg",
+        0.0
+      ],
+      [
+        "▁MSI",
+        0.0
+      ],
+      [
+        "Temp",
+        0.0
+      ],
+      [
+        "stars",
+        0.0
+      ],
+      [
+        "▁trek",
+        0.0
+      ],
+      [
+        "▁Hyde",
+        0.0
+      ],
+      [
+        "binding",
+        0.0
+      ],
+      [
+        "▁realism",
+        0.0
+      ],
+      [
+        "▁oxide",
+        0.0
+      ],
+      [
+        "▁Hos",
+        0.0
+      ],
+      [
+        "▁mounts",
+        0.0
+      ],
+      [
+        "▁biting",
+        0.0
+      ],
+      [
+        "▁collapsing",
+        0.0
+      ],
+      [
+        "▁postal",
+        0.0
+      ],
+      [
+        "▁museums",
+        0.0
+      ],
+      [
+        "▁detached",
+        0.0
+      ],
+      [
+        "▁respecting",
+        0.0
+      ],
+      [
+        "▁monopol",
+        0.0
+      ],
+      [
+        "▁workflow",
+        0.0
+      ],
+      [
+        "▁Cake",
+        0.0
+      ],
+      [
+        "Template",
+        0.0
+      ],
+      [
+        "▁Organisation",
+        0.0
+      ],
+      [
+        "▁persistence",
+        0.0
+      ],
+      [
+        "369",
+        0.0
+      ],
+      [
+        "Coming",
+        0.0
+      ],
+      [
+        "Brad",
+        0.0
+      ],
+      [
+        "▁redundant",
+        0.0
+      ],
+      [
+        "▁GTA",
+        0.0
+      ],
+      [
+        "▁bending",
+        0.0
+      ],
+      [
+        "▁revoked",
+        0.0
+      ],
+      [
+        "▁offending",
+        0.0
+      ],
+      [
+        "▁framing",
+        0.0
+      ],
+      [
+        "▁printf",
+        0.0
+      ],
+      [
+        "Commun",
+        0.0
+      ],
+      [
+        "members",
+        0.0
+      ],
+      [
+        "Outside",
+        0.0
+      ],
+      [
+        "▁construed",
+        0.0
+      ],
+      [
+        "▁coded",
+        0.0
+      ],
+      [
+        "FORE",
+        0.0
+      ],
+      [
+        "▁chast",
+        0.0
+      ],
+      [
+        "Chat",
+        0.0
+      ],
+      [
+        "Indian",
+        0.0
+      ],
+      [
+        "▁Yard",
+        0.0
+      ],
+      [
+        "?!\"",
+        0.0
+      ],
+      [
+        "▁Ports",
+        0.0
+      ],
+      [
+        "▁Xavier",
+        0.0
+      ],
+      [
+        "▁RET",
+        0.0
+      ],
+      [
+        "'.\"",
+        0.0
+      ],
+      [
+        "▁Boat",
+        0.0
+      ],
+      [
+        "ivated",
+        0.0
+      ],
+      [
+        "icht",
+        0.0
+      ],
+      [
+        "umerable",
+        0.0
+      ],
+      [
+        "Ds",
+        0.0
+      ],
+      [
+        "▁Dunn",
+        0.0
+      ],
+      [
+        "▁coffin",
+        0.0
+      ],
+      [
+        "▁securely",
+        0.0
+      ],
+      [
+        "▁Raptors",
+        0.0
+      ],
+      [
+        "▁Bes",
+        0.0
+      ],
+      [
+        "Installation",
+        0.0
+      ],
+      [
+        "▁inception",
+        0.0
+      ],
+      [
+        "▁Healthy",
+        0.0
+      ],
+      [
+        "endants",
+        0.0
+      ],
+      [
+        "▁psychologists",
+        0.0
+      ],
+      [
+        "▁Sheikh",
+        0.0
+      ],
+      [
+        "cultural",
+        0.0
+      ],
+      [
+        "▁BlackBerry",
+        0.0
+      ],
+      [
+        "shift",
+        0.0
+      ],
+      [
+        "Fred",
+        0.0
+      ],
+      [
+        "oche",
+        0.0
+      ],
+      [
+        "▁cakes",
+        0.0
+      ],
+      [
+        "▁SEO",
+        0.0
+      ],
+      [
+        "▁Gian",
+        0.0
+      ],
+      [
+        "▁Asians",
+        0.0
+      ],
+      [
+        "ogging",
+        0.0
+      ],
+      [
+        "element",
+        0.0
+      ],
+      [
+        "▁pundits",
+        0.0
+      ],
+      [
+        "▁Vaugh",
+        0.0
+      ],
+      [
+        "▁Gavin",
+        0.0
+      ],
+      [
+        "▁hitter",
+        0.0
+      ],
+      [
+        "▁drowned",
+        0.0
+      ],
+      [
+        "▁chalk",
+        0.0
+      ],
+      [
+        "▁Zika",
+        0.0
+      ],
+      [
+        "▁measles",
+        0.0
+      ],
+      [
+        "802",
+        0.0
+      ],
+      [
+        "âĢ¦..",
+        0.0
+      ],
+      [
+        "▁AWS",
+        0.0
+      ],
+      [
+        "]\"",
+        0.0
+      ],
+      [
+        "▁distort",
+        0.0
+      ],
+      [
+        "▁Mast",
+        0.0
+      ],
+      [
+        "▁antibodies",
+        0.0
+      ],
+      [
+        "▁Mash",
+        0.0
+      ],
+      [
+        "Memory",
+        0.0
+      ],
+      [
+        "▁Uganda",
+        0.0
+      ],
+      [
+        "▁Prob",
+        0.0
+      ],
+      [
+        "▁vomiting",
+        0.0
+      ],
+      [
+        "▁Turns",
+        0.0
+      ],
+      [
+        "▁occupying",
+        0.0
+      ],
+      [
+        "▁evasion",
+        0.0
+      ],
+      [
+        "▁Therapy",
+        0.0
+      ],
+      [
+        "▁promo",
+        0.0
+      ],
+      [
+        "▁electr",
+        0.0
+      ],
+      [
+        "▁blueprint",
+        0.0
+      ],
+      [
+        "▁Dre",
+        0.0
+      ],
+      [
+        "priced",
+        0.0
+      ],
+      [
+        "▁Depot",
+        0.0
+      ],
+      [
+        "▁alleviate",
+        0.0
+      ],
+      [
+        "▁Somali",
+        0.0
+      ],
+      [
+        "marg",
+        0.0
+      ],
+      [
+        "nine",
+        0.0
+      ],
+      [
+        "▁nostalgia",
+        0.0
+      ],
+      [
+        "▁Shepherd",
+        0.0
+      ],
+      [
+        "▁cavalry",
+        0.0
+      ],
+      [
+        "▁torped",
+        0.0
+      ],
+      [
+        "▁Bloody",
+        0.0
+      ],
+      [
+        "xb",
+        0.0
+      ],
+      [
+        "▁sank",
+        0.0
+      ],
+      [
+        "▁goalt",
+        0.0
+      ],
+      [
+        "reportprint",
+        0.0
+      ],
+      [
+        "embedreportprint",
+        0.0
+      ],
+      [
+        "cloneembedreportprint",
+        0.0
+      ],
+      [
+        "▁Initially",
+        0.0
+      ],
+      [
+        "▁Fischer",
+        0.0
+      ],
+      [
+        "▁noteworthy",
+        0.0
+      ],
+      [
+        "cern",
+        0.0
+      ],
+      [
+        "▁inefficient",
+        0.0
+      ],
+      [
+        "rawdownload",
+        0.0
+      ],
+      [
+        "rawdownloadcloneembedreportprint",
+        0.0
+      ],
+      [
+        "cation",
+        0.0
+      ],
+      [
+        "▁Dynasty",
+        0.0
+      ],
+      [
+        "lag",
+        0.0
+      ],
+      [
+        "DES",
+        0.0
+      ],
+      [
+        "▁distinctly",
+        0.0
+      ],
+      [
+        "▁Estonia",
+        0.0
+      ],
+      [
+        "▁openness",
+        0.0
+      ],
+      [
+        "▁gossip",
+        0.0
+      ],
+      [
+        "ruck",
+        0.0
+      ],
+      [
+        "Width",
+        0.0
+      ],
+      [
+        "▁Ibrahim",
+        0.0
+      ],
+      [
+        "▁petroleum",
+        0.0
+      ],
+      [
+        "▁avatar",
+        0.0
+      ],
+      [
+        "▁Hed",
+        0.0
+      ],
+      [
+        "atha",
+        0.0
+      ],
+      [
+        "▁Hogwarts",
+        0.0
+      ],
+      [
+        "▁caves",
+        0.0
+      ],
+      [
+        "678",
+        0.0
+      ],
+      [
+        "▁safeguard",
+        0.0
+      ],
+      [
+        "▁Mog",
+        0.0
+      ],
+      [
+        "isson",
+        0.0
+      ],
+      [
+        "▁Durham",
+        0.0
+      ],
+      [
+        "slaught",
+        0.0
+      ],
+      [
+        "▁Graduate",
+        0.0
+      ],
+      [
+        "▁subconscious",
+        0.0
+      ],
+      [
+        "▁Excellent",
+        0.0
+      ],
+      [
+        "▁Dum",
+        0.0
+      ],
+      [
+        "-----",
+        0.0
+      ],
+      [
+        "▁piles",
+        0.0
+      ],
+      [
+        "▁WORK",
+        0.0
+      ],
+      [
+        "▁Garn",
+        0.0
+      ],
+      [
+        "▁Fol",
+        0.0
+      ],
+      [
+        "▁ATM",
+        0.0
+      ],
+      [
+        "▁avoids",
+        0.0
+      ],
+      [
+        "▁Tul",
+        0.0
+      ],
+      [
+        "▁bleak",
+        0.0
+      ],
+      [
+        "ELY",
+        0.0
+      ],
+      [
+        "ivist",
+        0.0
+      ],
+      [
+        "lightly",
+        0.0
+      ],
+      [
+        "Pers",
+        0.0
+      ],
+      [
+        "▁Dob",
+        0.0
+      ],
+      [
+        "▁LS",
+        0.0
+      ],
+      [
+        "▁insanity",
+        0.0
+      ],
+      [
+        "ε",
+        0.0
+      ],
+      [
+        "atalie",
+        0.0
+      ],
+      [
+        "Enlarge",
+        0.0
+      ],
+      [
+        "▁twists",
+        0.0
+      ],
+      [
+        "▁faulty",
+        0.0
+      ],
+      [
+        "▁piracy",
+        0.0
+      ],
+      [
+        "▁impover",
+        0.0
+      ],
+      [
+        "▁rugged",
+        0.0
+      ],
+      [
+        "▁Fashion",
+        0.0
+      ],
+      [
+        "▁sands",
+        0.0
+      ],
+      [
+        "'?",
+        0.0
+      ],
+      [
+        "swick",
+        0.0
+      ],
+      [
+        "▁natives",
+        0.0
+      ],
+      [
+        "▁hen",
+        0.0
+      ],
+      [
+        "▁Noise",
+        0.0
+      ],
+      [
+        "ãĥĹ",
+        0.0
+      ],
+      [
+        "▁greens",
+        0.0
+      ],
+      [
+        "▁freezer",
+        0.0
+      ],
+      [
+        "▁dynasty",
+        0.0
+      ],
+      [
+        "▁Fathers",
+        0.0
+      ],
+      [
+        "▁Newark",
+        0.0
+      ],
+      [
+        "▁archaeological",
+        0.0
+      ],
+      [
+        "▁ot",
+        0.0
+      ],
+      [
+        "obar",
+        0.0
+      ],
+      [
+        "▁blockade",
+        0.0
+      ],
+      [
+        "▁allerg",
+        0.0
+      ],
+      [
+        "LV",
+        0.0
+      ],
+      [
+        "▁debit",
+        0.0
+      ],
+      [
+        "▁RFC",
+        0.0
+      ],
+      [
+        "▁Milton",
+        0.0
+      ],
+      [
+        "▁Pressure",
+        0.0
+      ],
+      [
+        "▁willingly",
+        0.0
+      ],
+      [
+        "▁disproportionate",
+        0.0
+      ],
+      [
+        "▁oppressive",
+        0.0
+      ],
+      [
+        "▁diamonds",
+        0.0
+      ],
+      [
+        "▁belongings",
+        0.0
+      ],
+      [
+        "1970",
+        0.0
+      ],
+      [
+        "▁bells",
+        0.0
+      ],
+      [
+        "▁imperialism",
+        0.0
+      ],
+      [
+        "▁227",
+        0.0
+      ],
+      [
+        "▁exploding",
+        0.0
+      ],
+      [
+        "▁Eclipse",
+        0.0
+      ],
+      [
+        "▁1919",
+        0.0
+      ],
+      [
+        "▁rant",
+        0.0
+      ],
+      [
+        "▁nominations",
+        0.0
+      ],
+      [
+        "347",
+        0.0
+      ],
+      [
+        "▁peacefully",
+        0.0
+      ],
+      [
+        "rica",
+        0.0
+      ],
+      [
+        "▁FUCK",
+        0.0
+      ],
+      [
+        "▁vibration",
+        0.0
+      ],
+      [
+        "malink",
+        0.0
+      ],
+      [
+        "▁ropes",
+        0.0
+      ],
+      [
+        "▁Ivanka",
+        0.0
+      ],
+      [
+        "▁Brewery",
+        0.0
+      ],
+      [
+        "▁Booker",
+        0.0
+      ],
+      [
+        "▁Owens",
+        0.0
+      ],
+      [
+        "goers",
+        0.0
+      ],
+      [
+        "Services",
+        0.0
+      ],
+      [
+        "▁Snape",
+        0.0
+      ],
+      [
+        "▁191",
+        0.0
+      ],
+      [
+        "395",
+        0.0
+      ],
+      [
+        "▁299",
+        0.0
+      ],
+      [
+        "justice",
+        0.0
+      ],
+      [
+        "▁bri",
+        0.0
+      ],
+      [
+        "▁discs",
+        0.0
+      ],
+      [
+        "▁prominently",
+        0.0
+      ],
+      [
+        "▁vulgar",
+        0.0
+      ],
+      [
+        "▁skipping",
+        0.0
+      ],
+      [
+        "lves",
+        0.0
+      ],
+      [
+        "▁tsunami",
+        0.0
+      ],
+      [
+        "374",
+        0.0
+      ],
+      [
+        "▁Urug",
+        0.0
+      ],
+      [
+        "▁Eid",
+        0.0
+      ],
+      [
+        "recated",
+        0.0
+      ],
+      [
+        "phen",
+        0.0
+      ],
+      [
+        "▁faults",
+        0.0
+      ],
+      [
+        "▁Started",
+        0.0
+      ],
+      [
+        "950",
+        0.0
+      ],
+      [
+        "▁pi",
+        0.0
+      ],
+      [
+        "▁detector",
+        0.0
+      ],
+      [
+        "▁bastard",
+        0.0
+      ],
+      [
+        "▁validated",
+        0.0
+      ],
+      [
+        "SpaceEngineers",
+        0.0
+      ],
+      [
+        "OURCE",
+        0.0
+      ],
+      [
+        "▁(~",
+        0.0
+      ],
+      [
+        "▁unsur",
+        0.0
+      ],
+      [
+        "▁affirmed",
+        0.0
+      ],
+      [
+        "▁fascism",
+        0.0
+      ],
+      [
+        "▁resolving",
+        0.0
+      ],
+      [
+        "▁Chavez",
+        0.0
+      ],
+      [
+        "▁Cyn",
+        0.0
+      ],
+      [
+        "▁detract",
+        0.0
+      ],
+      [
+        "Lost",
+        0.0
+      ],
+      [
+        "▁rigged",
+        0.0
+      ],
+      [
+        "▁homage",
+        0.0
+      ],
+      [
+        "▁Bruno",
+        0.0
+      ],
+      [
+        "555",
+        0.0
+      ],
+      [
+        "eca",
+        0.0
+      ],
+      [
+        "▁presses",
+        0.0
+      ],
+      [
+        "▁humour",
+        0.0
+      ],
+      [
+        "▁spacing",
+        0.0
+      ],
+      [
+        "▁'/",
+        0.0
+      ],
+      [
+        "olkien",
+        0.0
+      ],
+      [
+        "Coun",
+        0.0
+      ],
+      [
+        "OPER",
+        0.0
+      ],
+      [
+        "Tre",
+        0.0
+      ],
+      [
+        "Son",
+        0.0
+      ],
+      [
+        "▁Cambodia",
+        0.0
+      ],
+      [
+        "ierre",
+        0.0
+      ],
+      [
+        "mong",
+        0.0
+      ],
+      [
+        "ozy",
+        0.0
+      ],
+      [
+        "▁liquidity",
+        0.0
+      ],
+      [
+        "▁Soviets",
+        0.0
+      ],
+      [
+        "▁Fernando",
+        0.0
+      ],
+      [
+        "▁229",
+        0.0
+      ],
+      [
+        "▁slug",
+        0.0
+      ],
+      [
+        "▁Catalan",
+        0.0
+      ],
+      [
+        "electric",
+        0.0
+      ],
+      [
+        "▁scenery",
+        0.0
+      ],
+      [
+        "▁Hearth",
+        0.0
+      ],
+      [
+        "▁constrained",
+        0.0
+      ],
+      [
+        "▁goalie",
+        0.0
+      ],
+      [
+        "▁Guidelines",
+        0.0
+      ],
+      [
+        "▁Ammo",
+        0.0
+      ],
+      [
+        "▁Pearson",
+        0.0
+      ],
+      [
+        "▁taxed",
+        0.0
+      ],
+      [
+        "▁fetus",
+        0.0
+      ],
+      [
+        "Response",
+        0.0
+      ],
+      [
+        "▁Alexis",
+        0.0
+      ],
+      [
+        "thia",
+        0.0
+      ],
+      [
+        "Guy",
+        0.0
+      ],
+      [
+        "▁reconstruct",
+        0.0
+      ],
+      [
+        "▁extremes",
+        0.0
+      ],
+      [
+        "▁concluding",
+        0.0
+      ],
+      [
+        "▁Peg",
+        0.0
+      ],
+      [
+        "ooks",
+        0.0
+      ],
+      [
+        "▁deductions",
+        0.0
+      ],
+      [
+        "Rose",
+        0.0
+      ],
+      [
+        "▁groundbreaking",
+        0.0
+      ],
+      [
+        "▁Targ",
+        0.0
+      ],
+      [
+        "ãĥģ",
+        0.0
+      ],
+      [
+        "▁Reve",
+        0.0
+      ],
+      [
+        "resource",
+        0.0
+      ],
+      [
+        "▁moons",
+        0.0
+      ],
+      [
+        "▁electromagnetic",
+        0.0
+      ],
+      [
+        "▁amidst",
+        0.0
+      ],
+      [
+        "▁Viktor",
+        0.0
+      ],
+      [
+        "NESS",
+        0.0
+      ],
+      [
+        "BACK",
+        0.0
+      ],
+      [
+        "▁commute",
+        0.0
+      ],
+      [
+        "▁Anaheim",
+        0.0
+      ],
+      [
+        "▁fluctuations",
+        0.0
+      ],
+      [
+        "640",
+        0.0
+      ],
+      [
+        "▁noodles",
+        0.0
+      ],
+      [
+        "▁Copenhagen",
+        0.0
+      ],
+      [
+        "▁Tide",
+        0.0
+      ],
+      [
+        "▁Grizz",
+        0.0
+      ],
+      [
+        "▁SEE",
+        0.0
+      ],
+      [
+        "▁pipelines",
+        0.0
+      ],
+      [
+        "▁scars",
+        0.0
+      ],
+      [
+        "endo",
+        0.0
+      ],
+      [
+        "agus",
+        0.0
+      ],
+      [
+        "▁ETF",
+        0.0
+      ],
+      [
+        "/#",
+        0.0
+      ],
+      [
+        "▁Become",
+        0.0
+      ],
+      [
+        "448",
+        0.0
+      ],
+      [
+        "▁visc",
+        0.0
+      ],
+      [
+        "▁Recommended",
+        0.0
+      ],
+      [
+        "▁jumper",
+        0.0
+      ],
+      [
+        "▁cognition",
+        0.0
+      ],
+      [
+        "▁assassin",
+        0.0
+      ],
+      [
+        "▁witnessing",
+        0.0
+      ],
+      [
+        "▁Setup",
+        0.0
+      ],
+      [
+        "▁lac",
+        0.0
+      ],
+      [
+        "vim",
+        0.0
+      ],
+      [
+        "ISM",
+        0.0
+      ],
+      [
+        "pages",
+        0.0
+      ],
+      [
+        "SSL",
+        0.0
+      ],
+      [
+        "358",
+        0.0
+      ],
+      [
+        "▁adject",
+        0.0
+      ],
+      [
+        "industrial",
+        0.0
+      ],
+      [
+        "lore",
+        0.0
+      ],
+      [
+        "chery",
+        0.0
+      ],
+      [
+        "▁glitter",
+        0.0
+      ],
+      [
+        "▁calf",
+        0.0
+      ],
+      [
+        "Florida",
+        0.0
+      ],
+      [
+        "▁spoilers",
+        0.0
+      ],
+      [
+        "▁succeeds",
+        0.0
+      ],
+      [
+        "▁chanting",
+        0.0
+      ],
+      [
+        "▁slogans",
+        0.0
+      ],
+      [
+        "▁Tracy",
+        0.0
+      ],
+      [
+        "Visit",
+        0.0
+      ],
+      [
+        "rology",
+        0.0
+      ],
+      [
+        "▁mornings",
+        0.0
+      ],
+      [
+        "▁lineage",
+        0.0
+      ],
+      [
+        "▁sip",
+        0.0
+      ],
+      [
+        "▁intensely",
+        0.0
+      ],
+      [
+        "▁flourish",
+        0.0
+      ],
+      [
+        "▁Sleeping",
+        0.0
+      ],
+      [
+        "▁Fem",
+        0.0
+      ],
+      [
+        "orpor",
+        0.0
+      ],
+      [
+        "▁Klan",
+        0.0
+      ],
+      [
+        "▁Darth",
+        0.0
+      ],
+      [
+        "hack",
+        0.0
+      ],
+      [
+        "▁Nielsen",
+        0.0
+      ],
+      [
+        "▁tumors",
+        0.0
+      ],
+      [
+        "▁procurement",
+        0.0
+      ],
+      [
+        "▁Yorkshire",
+        0.0
+      ],
+      [
+        "▁raided",
+        0.0
+      ],
+      [
+        "KY",
+        0.0
+      ],
+      [
+        "Anna",
+        0.0
+      ],
+      [
+        "▁//[",
+        0.0
+      ],
+      [
+        "▁Disorder",
+        0.0
+      ],
+      [
+        "▁Mustang",
+        0.0
+      ],
+      [
+        "▁Wen",
+        0.0
+      ],
+      [
+        "▁Trying",
+        0.0
+      ],
+      [
+        "sq",
+        0.0
+      ],
+      [
+        "▁deliveries",
+        0.0
+      ],
+      [
+        "▁shutter",
+        0.0
+      ],
+      [
+        "▁cerebral",
+        0.0
+      ],
+      [
+        "▁bipolar",
+        0.0
+      ],
+      [
+        "▁CN",
+        0.0
+      ],
+      [
+        "lass",
+        0.0
+      ],
+      [
+        "jet",
+        0.0
+      ],
+      [
+        "▁debating",
+        0.0
+      ],
+      [
+        ">:",
+        0.0
+      ],
+      [
+        "▁eagle",
+        0.0
+      ],
+      [
+        "grades",
+        0.0
+      ],
+      [
+        "▁Dixon",
+        0.0
+      ],
+      [
+        "UGC",
+        0.0
+      ],
+      [
+        "MAS",
+        0.0
+      ],
+      [
+        "▁Draco",
+        0.0
+      ],
+      [
+        "▁Machines",
+        0.0
+      ],
+      [
+        "affer",
+        0.0
+      ],
+      [
+        "▁eman",
+        0.0
+      ],
+      [
+        "²",
+        0.0
+      ],
+      [
+        "pron",
+        0.0
+      ],
+      [
+        "▁Gym",
+        0.0
+      ],
+      [
+        "▁comparatively",
+        0.0
+      ],
+      [
+        "▁Tribunal",
+        0.0
+      ],
+      [
+        "PRO",
+        0.0
+      ],
+      [
+        "▁lex",
+        0.0
+      ],
+      [
+        "▁fertile",
+        0.0
+      ],
+      [
+        "▁depressing",
+        0.0
+      ],
+      [
+        "▁superficial",
+        0.0
+      ],
+      [
+        "essential",
+        0.0
+      ],
+      [
+        "▁Hunters",
+        0.0
+      ],
+      [
+        "gp",
+        0.0
+      ],
+      [
+        "▁prominence",
+        0.0
+      ],
+      [
+        "Liber",
+        0.0
+      ],
+      [
+        "▁Ancest",
+        0.0
+      ],
+      [
+        "otechnology",
+        0.0
+      ],
+      [
+        "▁mocking",
+        0.0
+      ],
+      [
+        "▁Traff",
+        0.0
+      ],
+      [
+        "ĸļ",
+        0.0
+      ],
+      [
+        "Medium",
+        0.0
+      ],
+      [
+        "Iraq",
+        0.0
+      ],
+      [
+        "▁psychiatrist",
+        0.0
+      ],
+      [
+        "Quantity",
+        0.0
+      ],
+      [
+        "▁Lect",
+        0.0
+      ],
+      [
+        "▁noisy",
+        0.0
+      ],
+      [
+        "520",
+        0.0
+      ],
+      [
+        "GY",
+        0.0
+      ],
+      [
+        "▁slapped",
+        0.0
+      ],
+      [
+        "▁MTV",
+        0.0
+      ],
+      [
+        "▁para",
+        0.0
+      ],
+      [
+        "pull",
+        0.0
+      ],
+      [
+        "Multiple",
+        0.0
+      ],
+      [
+        "asher",
+        0.0
+      ],
+      [
+        "▁nour",
+        0.0
+      ],
+      [
+        "▁Seg",
+        0.0
+      ],
+      [
+        "Spell",
+        0.0
+      ],
+      [
+        "vous",
+        0.0
+      ],
+      [
+        "ordial",
+        0.0
+      ],
+      [
+        "Senior",
+        0.0
+      ],
+      [
+        "▁Goldberg",
+        0.0
+      ],
+      [
+        "▁Plasma",
+        0.0
+      ],
+      [
+        "need",
+        0.0
+      ],
+      [
+        "▁messenger",
+        0.0
+      ],
+      [
+        "eret",
+        0.0
+      ],
+      [
+        "▁teamed",
+        0.0
+      ],
+      [
+        "▁literacy",
+        0.0
+      ],
+      [
+        "▁Leah",
+        0.0
+      ],
+      [
+        "▁Doyle",
+        0.0
+      ],
+      [
+        "▁emitted",
+        0.0
+      ],
+      [
+        "UX",
+        0.0
+      ],
+      [
+        "▁evade",
+        0.0
+      ],
+      [
+        "▁maze",
+        0.0
+      ],
+      [
+        "▁wrongly",
+        0.0
+      ],
+      [
+        "▁Lars",
+        0.0
+      ],
+      [
+        "▁stereotype",
+        0.0
+      ],
+      [
+        "▁pledges",
+        0.0
+      ],
+      [
+        "▁aroma",
+        0.0
+      ],
+      [
+        "▁MET",
+        0.0
+      ],
+      [
+        "▁acre",
+        0.0
+      ],
+      [
+        "▁OD",
+        0.0
+      ],
+      [
+        "▁ff",
+        0.0
+      ],
+      [
+        "▁breweries",
+        0.0
+      ],
+      [
+        "▁Hilton",
+        0.0
+      ],
+      [
+        "undle",
+        0.0
+      ],
+      [
+        "▁Kak",
+        0.0
+      ],
+      [
+        "▁Thankfully",
+        0.0
+      ],
+      [
+        "▁Canucks",
+        0.0
+      ],
+      [
+        "inctions",
+        0.0
+      ],
+      [
+        "▁Appears",
+        0.0
+      ],
+      [
+        "▁coer",
+        0.0
+      ],
+      [
+        "▁undermined",
+        0.0
+      ],
+      [
+        "rovers",
+        0.0
+      ],
+      [
+        "Andre",
+        0.0
+      ],
+      [
+        "▁blaze",
+        0.0
+      ],
+      [
+        "umers",
+        0.0
+      ],
+      [
+        "▁famine",
+        0.0
+      ],
+      [
+        "amphetamine",
+        0.0
+      ],
+      [
+        "ulkan",
+        0.0
+      ],
+      [
+        "Amount",
+        0.0
+      ],
+      [
+        "▁desperation",
+        0.0
+      ],
+      [
+        "wikipedia",
+        0.0
+      ],
+      [
+        "development",
+        0.0
+      ],
+      [
+        "▁Corinth",
+        0.0
+      ],
+      [
+        "ussia",
+        0.0
+      ],
+      [
+        "Jackson",
+        0.0
+      ],
+      [
+        "LI",
+        0.0
+      ],
+      [
+        "Native",
+        0.0
+      ],
+      [
+        "Rs",
+        0.0
+      ],
+      [
+        "Ohio",
+        0.0
+      ],
+      [
+        "▁Kathleen",
+        0.0
+      ],
+      [
+        "Fortunately",
+        0.0
+      ],
+      [
+        "▁attendant",
+        0.0
+      ],
+      [
+        "▁Preferred",
+        0.0
+      ],
+      [
+        "▁Didn",
+        0.0
+      ],
+      [
+        "▁Vs",
+        0.0
+      ],
+      [
+        "Mis",
+        0.0
+      ],
+      [
+        "▁respondent",
+        0.0
+      ],
+      [
+        "▁boun",
+        0.0
+      ],
+      [
+        "stable",
+        0.0
+      ],
+      [
+        "▁paved",
+        0.0
+      ],
+      [
+        "▁unexpl",
+        0.0
+      ],
+      [
+        "▁Cheney",
+        0.0
+      ],
+      [
+        "LM",
+        0.0
+      ],
+      [
+        "▁Cull",
+        0.0
+      ],
+      [
+        "blown",
+        0.0
+      ],
+      [
+        "▁confronting",
+        0.0
+      ],
+      [
+        "ocese",
+        0.0
+      ],
+      [
+        "serving",
+        0.0
+      ],
+      [
+        "Wi",
+        0.0
+      ],
+      [
+        "▁Lithuania",
+        0.0
+      ],
+      [
+        "anni",
+        0.0
+      ],
+      [
+        "▁stalk",
+        0.0
+      ],
+      [
+        "hd",
+        0.0
+      ],
+      [
+        "▁vener",
+        0.0
+      ],
+      [
+        "APH",
+        0.0
+      ],
+      [
+        "ynchronous",
+        0.0
+      ],
+      [
+        "URR",
+        0.0
+      ],
+      [
+        "umably",
+        0.0
+      ],
+      [
+        "historic",
+        0.0
+      ],
+      [
+        "Half",
+        0.0
+      ],
+      [
+        "Hay",
+        0.0
+      ],
+      [
+        "▁resilience",
+        0.0
+      ],
+      [
+        "spection",
+        0.0
+      ],
+      [
+        "▁abandoning",
+        0.0
+      ],
+      [
+        "Obs",
+        0.0
+      ],
+      [
+        "▁Debbie",
+        0.0
+      ],
+      [
+        "▁gradient",
+        0.0
+      ],
+      [
+        "▁Plaint",
+        0.0
+      ],
+      [
+        "▁Canal",
+        0.0
+      ],
+      [
+        "ARCH",
+        0.0
+      ],
+      [
+        "▁expansive",
+        0.0
+      ],
+      [
+        "▁fung",
+        0.0
+      ],
+      [
+        "▁bounced",
+        0.0
+      ],
+      [
+        "Und",
+        0.0
+      ],
+      [
+        "▁precautions",
+        0.0
+      ],
+      [
+        "▁clarification",
+        0.0
+      ],
+      [
+        "▁dagger",
+        0.0
+      ],
+      [
+        "▁grips",
+        0.0
+      ],
+      [
+        "▁µ",
+        0.0
+      ],
+      [
+        "▁Rivera",
+        0.0
+      ],
+      [
+        "▁Undead",
+        0.0
+      ],
+      [
+        "isites",
+        0.0
+      ],
+      [
+        "▁FIRST",
+        0.0
+      ],
+      [
+        "ño",
+        0.0
+      ],
+      [
+        "audi",
+        0.0
+      ],
+      [
+        "▁hostages",
+        0.0
+      ],
+      [
+        "▁compliant",
+        0.0
+      ],
+      [
+        "▁alumni",
+        0.0
+      ],
+      [
+        "Seven",
+        0.0
+      ],
+      [
+        "▁cybersecurity",
+        0.0
+      ],
+      [
+        "either",
+        0.0
+      ],
+      [
+        "Collect",
+        0.0
+      ],
+      [
+        "▁invariably",
+        0.0
+      ],
+      [
+        "▁Soci",
+        0.0
+      ],
+      [
+        "▁lawmaker",
+        0.0
+      ],
+      [
+        "▁ale",
+        0.0
+      ],
+      [
+        "▁Personally",
+        0.0
+      ],
+      [
+        "Nazi",
+        0.0
+      ],
+      [
+        "▁customization",
+        0.0
+      ],
+      [
+        "▁Proc",
+        0.0
+      ],
+      [
+        "▁Saskatchewan",
+        0.0
+      ],
+      [
+        "eaturing",
+        0.0
+      ],
+      [
+        "▁spared",
+        0.0
+      ],
+      [
+        "▁discontinued",
+        0.0
+      ],
+      [
+        "▁computational",
+        0.0
+      ],
+      [
+        "▁Motorola",
+        0.0
+      ],
+      [
+        "▁supremacist",
+        0.0
+      ],
+      [
+        "governmental",
+        0.0
+      ],
+      [
+        "▁paradise",
+        0.0
+      ],
+      [
+        "▁Downing",
+        0.0
+      ],
+      [
+        "▁Nikon",
+        0.0
+      ],
+      [
+        "▁catalyst",
+        0.0
+      ],
+      [
+        "berra",
+        0.0
+      ],
+      [
+        "Toronto",
+        0.0
+      ],
+      [
+        "875",
+        0.0
+      ],
+      [
+        "beta",
+        0.0
+      ],
+      [
+        "▁Macron",
+        0.0
+      ],
+      [
+        "▁unrealistic",
+        0.0
+      ],
+      [
+        "vector",
+        0.0
+      ],
+      [
+        "▁Vehicles",
+        0.0
+      ],
+      [
+        "itiveness",
+        0.0
+      ],
+      [
+        "▁RV",
+        0.0
+      ],
+      [
+        "▁Colbert",
+        0.0
+      ],
+      [
+        "sin",
+        0.0
+      ],
+      [
+        "oji",
+        0.0
+      ],
+      [
+        "entin",
+        0.0
+      ],
+      [
+        "▁Krish",
+        0.0
+      ],
+      [
+        "hello",
+        0.0
+      ],
+      [
+        "ffield",
+        0.0
+      ],
+      [
+        "oky",
+        0.0
+      ],
+      [
+        "▁Tate",
+        0.0
+      ],
+      [
+        "▁maple",
+        0.0
+      ],
+      [
+        "▁aids",
+        0.0
+      ],
+      [
+        "chemical",
+        0.0
+      ],
+      [
+        "334",
+        0.0
+      ],
+      [
+        "nuts",
+        0.0
+      ],
+      [
+        "▁Warp",
+        0.0
+      ],
+      [
+        "▁xx",
+        0.0
+      ],
+      [
+        "▁Robb",
+        0.0
+      ],
+      [
+        "umerous",
+        0.0
+      ],
+      [
+        "_-_",
+        0.0
+      ],
+      [
+        "ftime",
+        0.0
+      ],
+      [
+        "▁VW",
+        0.0
+      ],
+      [
+        "▁winger",
+        0.0
+      ],
+      [
+        "▁Dome",
+        0.0
+      ],
+      [
+        "tools",
+        0.0
+      ],
+      [
+        "▁PV",
+        0.0
+      ],
+      [
+        "▁Georgetown",
+        0.0
+      ],
+      [
+        "▁geared",
+        0.0
+      ],
+      [
+        "▁jihadists",
+        0.0
+      ],
+      [
+        "▁cp",
+        0.0
+      ],
+      [
+        "▁steroids",
+        0.0
+      ],
+      [
+        "Mother",
+        0.0
+      ],
+      [
+        "clerosis",
+        0.0
+      ],
+      [
+        "▁DRM",
+        0.0
+      ],
+      [
+        "nesia",
+        0.0
+      ],
+      [
+        "▁linger",
+        0.0
+      ],
+      [
+        "▁immersive",
+        0.0
+      ],
+      [
+        "▁COUN",
+        0.0
+      ],
+      [
+        "▁outweigh",
+        0.0
+      ],
+      [
+        "ensual",
+        0.0
+      ],
+      [
+        "Band",
+        0.0
+      ],
+      [
+        "▁transforms",
+        0.0
+      ],
+      [
+        "matched",
+        0.0
+      ],
+      [
+        "psons",
+        0.0
+      ],
+      [
+        "▁Judicial",
+        0.0
+      ],
+      [
+        "factor",
+        0.0
+      ],
+      [
+        "▁referral",
+        0.0
+      ],
+      [
+        "▁oddly",
+        0.0
+      ],
+      [
+        "▁Wenger",
+        0.0
+      ],
+      [
+        "Bring",
+        0.0
+      ],
+      [
+        "▁Bows",
+        0.0
+      ],
+      [
+        "602",
+        0.0
+      ],
+      [
+        "ICLE",
+        0.0
+      ],
+      [
+        "▁lions",
+        0.0
+      ],
+      [
+        "▁Academic",
+        0.0
+      ],
+      [
+        "▁Thorn",
+        0.0
+      ],
+      [
+        "▁Raider",
+        0.0
+      ],
+      [
+        "kefeller",
+        0.0
+      ],
+      [
+        "Storage",
+        0.0
+      ],
+      [
+        "Lower",
+        0.0
+      ],
+      [
+        "▁Ort",
+        0.0
+      ],
+      [
+        "▁Equality",
+        0.0
+      ],
+      [
+        "ALT",
+        0.0
+      ],
+      [
+        "▁SOC",
+        0.0
+      ],
+      [
+        "Types",
+        0.0
+      ],
+      [
+        "▁lyn",
+        0.0
+      ],
+      [
+        "▁Asset",
+        0.0
+      ],
+      [
+        "coat",
+        0.0
+      ],
+      [
+        "TPP",
+        0.0
+      ],
+      [
+        "CVE",
+        0.0
+      ],
+      [
+        "▁Pioneer",
+        0.0
+      ],
+      [
+        "application",
+        0.0
+      ],
+      [
+        "Modern",
+        0.0
+      ],
+      [
+        "▁HK",
+        0.0
+      ],
+      [
+        "Environment",
+        0.0
+      ],
+      [
+        "Alright",
+        0.0
+      ],
+      [
+        "Rain",
+        0.0
+      ],
+      [
+        "IPP",
+        0.0
+      ],
+      [
+        "▁Shiite",
+        0.0
+      ],
+      [
+        "▁mound",
+        0.0
+      ],
+      [
+        "▁Abilities",
+        0.0
+      ],
+      [
+        "condition",
+        0.0
+      ],
+      [
+        "Staff",
+        0.0
+      ],
+      [
+        "▁competence",
+        0.0
+      ],
+      [
+        "▁Moor",
+        0.0
+      ],
+      [
+        "▁Diablo",
+        0.0
+      ],
+      [
+        "▁withheld",
+        0.0
+      ],
+      [
+        "▁ostensibly",
+        0.0
+      ],
+      [
+        "▁Brom",
+        0.0
+      ],
+      [
+        "▁msg",
+        0.0
+      ],
+      [
+        "▁denomin",
+        0.0
+      ],
+      [
+        "▁References",
+        0.0
+      ],
+      [
+        "▁FP",
+        0.0
+      ],
+      [
+        "▁plunged",
+        0.0
+      ],
+      [
+        "▁pamph",
+        0.0
+      ],
+      [
+        "moving",
+        0.0
+      ],
+      [
+        "central",
+        0.0
+      ],
+      [
+        "▁downright",
+        0.0
+      ],
+      [
+        "▁fading",
+        0.0
+      ],
+      [
+        "Tal",
+        0.0
+      ],
+      [
+        "Typ",
+        0.0
+      ],
+      [
+        "▁Thy",
+        0.0
+      ],
+      [
+        "ukes",
+        0.0
+      ],
+      [
+        "ithe",
+        0.0
+      ],
+      [
+        "▁ove",
+        0.0
+      ],
+      [
+        "▁battled",
+        0.0
+      ],
+      [
+        "▁seafood",
+        0.0
+      ],
+      [
+        "▁figur",
+        0.0
+      ],
+      [
+        "▁RD",
+        0.0
+      ],
+      [
+        "crop",
+        0.0
+      ],
+      [
+        "▁squads",
+        0.0
+      ],
+      [
+        "{\\",
+        0.0
+      ],
+      [
+        "à¹",
+        0.0
+      ],
+      [
+        "▁Eh",
+        0.0
+      ],
+      [
+        "▁interviewing",
+        0.0
+      ],
+      [
+        "▁Qin",
+        0.0
+      ],
+      [
+        "▁aspiring",
+        0.0
+      ],
+      [
+        "PLIC",
+        0.0
+      ],
+      [
+        "▁clauses",
+        0.0
+      ],
+      [
+        "▁Gast",
+        0.0
+      ],
+      [
+        "▁Nir",
+        0.0
+      ],
+      [
+        "▁luggage",
+        0.0
+      ],
+      [
+        "▁hose",
+        0.0
+      ],
+      [
+        "▁systemd",
+        0.0
+      ],
+      [
+        "▁descending",
+        0.0
+      ],
+      [
+        "▁Revised",
+        0.0
+      ],
+      [
+        "▁Rails",
+        0.0
+      ],
+      [
+        "align",
+        0.0
+      ],
+      [
+        "709",
+        0.0
+      ],
+      [
+        "337",
+        0.0
+      ],
+      [
+        "▁fug",
+        0.0
+      ],
+      [
+        "charging",
+        0.0
+      ],
+      [
+        "tags",
+        0.0
+      ],
+      [
+        "▁uter",
+        0.0
+      ],
+      [
+        "kish",
+        0.0
+      ],
+      [
+        "WARNING",
+        0.0
+      ],
+      [
+        "490",
+        0.0
+      ],
+      [
+        "profits",
+        0.0
+      ],
+      [
+        "▁voyage",
+        0.0
+      ],
+      [
+        "▁ace",
+        0.0
+      ],
+      [
+        "▁Vanguard",
+        0.0
+      ],
+      [
+        "▁Tanks",
+        0.0
+      ],
+      [
+        "▁Muk",
+        0.0
+      ],
+      [
+        "▁226",
+        0.0
+      ],
+      [
+        "Safe",
+        0.0
+      ],
+      [
+        "Armor",
+        0.0
+      ],
+      [
+        "▁volcanic",
+        0.0
+      ],
+      [
+        "▁womb",
+        0.0
+      ],
+      [
+        "▁MIL",
+        0.0
+      ],
+      [
+        "▁beginner",
+        0.0
+      ],
+      [
+        "▁Recogn",
+        0.0
+      ],
+      [
+        "▁AAP",
+        0.0
+      ],
+      [
+        "PLAY",
+        0.0
+      ],
+      [
+        ")!",
+        0.0
+      ],
+      [
+        "▁detecting",
+        0.0
+      ],
+      [
+        "cn",
+        0.0
+      ],
+      [
+        "▁breaches",
+        0.0
+      ],
+      [
+        "Basically",
+        0.0
+      ],
+      [
+        "▁Pag",
+        0.0
+      ],
+      [
+        "▁Municipal",
+        0.0
+      ],
+      [
+        "▁Indie",
+        0.0
+      ],
+      [
+        "▁Laf",
+        0.0
+      ],
+      [
+        "▁Disable",
+        0.0
+      ],
+      [
+        "▁Olson",
+        0.0
+      ],
+      [
+        "▁restrained",
+        0.0
+      ],
+      [
+        "▁rulings",
+        0.0
+      ],
+      [
+        "▁humane",
+        0.0
+      ],
+      [
+        "events",
+        0.0
+      ],
+      [
+        "▁Cinema",
+        0.0
+      ],
+      [
+        "displayText",
+        0.0
+      ],
+      [
+        "▁Hatch",
+        0.0
+      ],
+      [
+        "actionDate",
+        0.0
+      ],
+      [
+        "onnaissance",
+        0.0
+      ],
+      [
+        "▁assaulting",
+        0.0
+      ],
+      [
+        "▁Lug",
+        0.0
+      ],
+      [
+        "CHAT",
+        0.0
+      ],
+      [
+        "▁vigorous",
+        0.0
+      ],
+      [
+        "▁Perse",
+        0.0
+      ],
+      [
+        "▁intolerance",
+        0.0
+      ],
+      [
+        "▁Snapchat",
+        0.0
+      ],
+      [
+        "▁Sharks",
+        0.0
+      ],
+      [
+        "▁dummy",
+        0.0
+      ],
+      [
+        "▁Diagn",
+        0.0
+      ],
+      [
+        "▁Guitar",
+        0.0
+      ],
+      [
+        "imeters",
+        0.0
+      ],
+      [
+        "403",
+        0.0
+      ],
+      [
+        "REG",
+        0.0
+      ],
+      [
+        "Ax",
+        0.0
+      ],
+      [
+        "▁separates",
+        0.0
+      ],
+      [
+        "▁Mahm",
+        0.0
+      ],
+      [
+        "▁tv",
+        0.0
+      ],
+      [
+        "jah",
+        0.0
+      ],
+      [
+        "OOL",
+        0.0
+      ],
+      [
+        "Circ",
+        0.0
+      ],
+      [
+        "▁Windsor",
+        0.0
+      ],
+      [
+        "ussian",
+        0.0
+      ],
+      [
+        "▁intuition",
+        0.0
+      ],
+      [
+        "▁disdain",
+        0.0
+      ],
+      [
+        "▁Donovan",
+        0.0
+      ],
+      [
+        "▁221",
+        0.0
+      ],
+      [
+        "Emb",
+        0.0
+      ],
+      [
+        "▁condemning",
+        0.0
+      ],
+      [
+        "▁generosity",
+        0.0
+      ],
+      [
+        "zzy",
+        0.0
+      ],
+      [
+        "▁panties",
+        0.0
+      ],
+      [
+        "▁Prevent",
+        0.0
+      ],
+      [
+        "ActionCode",
+        0.0
+      ],
+      [
+        "ANA",
+        0.0
+      ],
+      [
+        "342",
+        0.0
+      ],
+      [
+        "externalActionCode",
+        0.0
+      ],
+      [
+        "▁specifying",
+        0.0
+      ],
+      [
+        "▁crystall",
+        0.0
+      ],
+      [
+        "Jere",
+        0.0
+      ],
+      [
+        "▁rupt",
+        0.0
+      ],
+      [
+        "▁Apprentice",
+        0.0
+      ],
+      [
+        "▁profiling",
+        0.0
+      ],
+      [
+        "к",
+        0.0
+      ],
+      [
+        "Strike",
+        0.0
+      ],
+      [
+        "▁sideline",
+        0.0
+      ],
+      [
+        "▁obligated",
+        0.0
+      ],
+      [
+        "▁occult",
+        0.0
+      ],
+      [
+        "▁bureaucratic",
+        0.0
+      ],
+      [
+        "antically",
+        0.0
+      ],
+      [
+        "rupted",
+        0.0
+      ],
+      [
+        "negative",
+        0.0
+      ],
+      [
+        "▁Ethiopia",
+        0.0
+      ],
+      [
+        "▁Civic",
+        0.0
+      ],
+      [
+        "▁insiders",
+        0.0
+      ],
+      [
+        "eligible",
+        0.0
+      ],
+      [
+        "▁TVs",
+        0.0
+      ],
+      [
+        "▁BAR",
+        0.0
+      ],
+      [
+        "▁TI",
+        0.0
+      ],
+      [
+        "iologist",
+        0.0
+      ],
+      [
+        "▁AIR",
+        0.0
+      ],
+      [
+        "▁substituted",
+        0.0
+      ],
+      [
+        "Arab",
+        0.0
+      ],
+      [
+        "▁Saul",
+        0.0
+      ],
+      [
+        "▁Yog",
+        0.0
+      ],
+      [
+        "prem",
+        0.0
+      ],
+      [
+        "▁builders",
+        0.0
+      ],
+      [
+        "▁stationary",
+        0.0
+      ],
+      [
+        "▁doubtful",
+        0.0
+      ],
+      [
+        "▁vigorously",
+        0.0
+      ],
+      [
+        "▁thrilling",
+        0.0
+      ],
+      [
+        "Physical",
+        0.0
+      ],
+      [
+        "▁Carey",
+        0.0
+      ],
+      [
+        "▁Hydra",
+        0.0
+      ],
+      [
+        "geoning",
+        0.0
+      ],
+      [
+        "▁Sly",
+        0.0
+      ],
+      [
+        "yton",
+        0.0
+      ],
+      [
+        "▁borrowers",
+        0.0
+      ],
+      [
+        "▁Parkinson",
+        0.0
+      ],
+      [
+        "▁ë",
+        0.0
+      ],
+      [
+        "▁Jamaica",
+        0.0
+      ],
+      [
+        "▁satir",
+        0.0
+      ],
+      [
+        "▁insurgents",
+        0.0
+      ],
+      [
+        "▁Firm",
+        0.0
+      ],
+      [
+        "▁isot",
+        0.0
+      ],
+      [
+        "▁Karn",
+        0.0
+      ],
+      [
+        "ourning",
+        0.0
+      ],
+      [
+        "akens",
+        0.0
+      ],
+      [
+        "docs",
+        0.0
+      ],
+      [
+        "little",
+        0.0
+      ],
+      [
+        "▁Monaco",
+        0.0
+      ],
+      [
+        "CLASS",
+        0.0
+      ],
+      [
+        "Turkey",
+        0.0
+      ],
+      [
+        "Ly",
+        0.0
+      ],
+      [
+        "▁Conan",
+        0.0
+      ],
+      [
+        "assic",
+        0.0
+      ],
+      [
+        "▁starred",
+        0.0
+      ],
+      [
+        "▁Pacers",
+        0.0
+      ],
+      [
+        "eties",
+        0.0
+      ],
+      [
+        "▁tipping",
+        0.0
+      ],
+      [
+        "Moon",
+        0.0
+      ],
+      [
+        "▁Rw",
+        0.0
+      ],
+      [
+        "same",
+        0.0
+      ],
+      [
+        "▁cavity",
+        0.0
+      ],
+      [
+        "▁goof",
+        0.0
+      ],
+      [
+        "▁Zo",
+        0.0
+      ],
+      [
+        "Shock",
+        0.0
+      ],
+      [
+        "ummer",
+        0.0
+      ],
+      [
+        "▁emphasizes",
+        0.0
+      ],
+      [
+        "▁regrett",
+        0.0
+      ],
+      [
+        "▁novelty",
+        0.0
+      ],
+      [
+        "▁envy",
+        0.0
+      ],
+      [
+        "▁Passive",
+        0.0
+      ],
+      [
+        "rw",
+        0.0
+      ],
+      [
+        "505",
+        0.0
+      ],
+      [
+        "▁indifferent",
+        0.0
+      ],
+      [
+        "▁Rica",
+        0.0
+      ],
+      [
+        "▁Himself",
+        0.0
+      ],
+      [
+        "▁Freddie",
+        0.0
+      ],
+      [
+        "▁adip",
+        0.0
+      ],
+      [
+        "ä¸Ģ",
+        0.0
+      ],
+      [
+        "▁breakout",
+        0.0
+      ],
+      [
+        "▁hurried",
+        0.0
+      ],
+      [
+        "▁Huang",
+        0.0
+      ],
+      [
+        "▁Disk",
+        0.0
+      ],
+      [
+        "▁roaming",
+        0.0
+      ],
+      [
+        "?????-?????-",
+        0.0
+      ],
+      [
+        "UV",
+        0.0
+      ],
+      [
+        "▁Ricky",
+        0.0
+      ],
+      [
+        "▁Sigma",
+        0.0
+      ],
+      [
+        "▁marginalized",
+        0.0
+      ],
+      [
+        "▁edits",
+        0.0
+      ],
+      [
+        "▁304",
+        0.0
+      ],
+      [
+        "memory",
+        0.0
+      ],
+      [
+        "▁specimen",
+        0.0
+      ],
+      [
+        "293",
+        0.0
+      ],
+      [
+        "ãģ¯",
+        0.0
+      ],
+      [
+        "▁vertically",
+        0.0
+      ],
+      [
+        "▁audition",
+        0.0
+      ],
+      [
+        "▁Heck",
+        0.0
+      ],
+      [
+        "▁caster",
+        0.0
+      ],
+      [
+        "▁Holdings",
+        0.0
+      ],
+      [
+        "adal",
+        0.0
+      ],
+      [
+        "▁Cron",
+        0.0
+      ],
+      [
+        "▁Liam",
+        0.0
+      ],
+      [
+        "▁deflect",
+        0.0
+      ],
+      [
+        "Pick",
+        0.0
+      ],
+      [
+        "▁Debug",
+        0.0
+      ],
+      [
+        "REF",
+        0.0
+      ],
+      [
+        "▁versatility",
+        0.0
+      ],
+      [
+        "othes",
+        0.0
+      ],
+      [
+        "classified",
+        0.0
+      ],
+      [
+        "▁Mahar",
+        0.0
+      ],
+      [
+        "▁Hort",
+        0.0
+      ],
+      [
+        "Counter",
+        0.0
+      ],
+      [
+        "stasy",
+        0.0
+      ],
+      [
+        "noticed",
+        0.0
+      ],
+      [
+        "331",
+        0.0
+      ],
+      [
+        "▁Shim",
+        0.0
+      ],
+      [
+        "fuck",
+        0.0
+      ],
+      [
+        "▁Bie",
+        0.0
+      ],
+      [
+        "▁airing",
+        0.0
+      ],
+      [
+        "▁Protein",
+        0.0
+      ],
+      [
+        "▁Holding",
+        0.0
+      ],
+      [
+        "▁spectators",
+        0.0
+      ],
+      [
+        "iliated",
+        0.0
+      ],
+      [
+        "▁Thatcher",
+        0.0
+      ],
+      [
+        "nosis",
+        0.0
+      ],
+      [
+        "ãĥ¼ãĥ³",
+        0.0
+      ],
+      [
+        "Tele",
+        0.0
+      ],
+      [
+        "Boston",
+        0.0
+      ],
+      [
+        "▁Templ",
+        0.0
+      ],
+      [
+        "stay",
+        0.0
+      ],
+      [
+        "▁declarations",
+        0.0
+      ],
+      [
+        "479",
+        0.0
+      ],
+      [
+        "Volume",
+        0.0
+      ],
+      [
+        "▁Designer",
+        0.0
+      ],
+      [
+        "▁Overwatch",
+        0.0
+      ],
+      [
+        "idae",
+        0.0
+      ],
+      [
+        "▁onwards",
+        0.0
+      ],
+      [
+        "▁nets",
+        0.0
+      ],
+      [
+        "▁Manila",
+        0.0
+      ],
+      [
+        "particularly",
+        0.0
+      ],
+      [
+        "▁politic",
+        0.0
+      ],
+      [
+        "oother",
+        0.0
+      ],
+      [
+        "▁portraits",
+        0.0
+      ],
+      [
+        "▁pavement",
+        0.0
+      ],
+      [
+        "cffff",
+        0.0
+      ],
+      [
+        "▁saints",
+        0.0
+      ],
+      [
+        "▁beginners",
+        0.0
+      ],
+      [
+        "ESPN",
+        0.0
+      ],
+      [
+        "▁shortcomings",
+        0.0
+      ],
+      [
+        "âķIJâķIJ",
+        0.0
+      ],
+      [
+        "▁comet",
+        0.0
+      ],
+      [
+        "▁Organic",
+        0.0
+      ],
+      [
+        "quel",
+        0.0
+      ],
+      [
+        "▁hospitalized",
+        0.0
+      ],
+      [
+        "Break",
+        0.0
+      ],
+      [
+        "▁peel",
+        0.0
+      ],
+      [
+        "dylib",
+        0.0
+      ],
+      [
+        "aspx",
+        0.0
+      ],
+      [
+        "urances",
+        0.0
+      ],
+      [
+        "▁TIM",
+        0.0
+      ],
+      [
+        "Pg",
+        0.0
+      ],
+      [
+        "▁readable",
+        0.0
+      ],
+      [
+        "▁Malik",
+        0.0
+      ],
+      [
+        "▁muzzle",
+        0.0
+      ],
+      [
+        "▁benchmarks",
+        0.0
+      ],
+      [
+        "dal",
+        0.0
+      ],
+      [
+        "▁Vacc",
+        0.0
+      ],
+      [
+        "▁Hicks",
+        0.0
+      ],
+      [
+        "609",
+        0.0
+      ],
+      [
+        "▁Biblical",
+        0.0
+      ],
+      [
+        "heng",
+        0.0
+      ],
+      [
+        "▁overload",
+        0.0
+      ],
+      [
+        "▁Civilization",
+        0.0
+      ],
+      [
+        "▁immoral",
+        0.0
+      ],
+      [
+        "▁fries",
+        0.0
+      ],
+      [
+        "ãĤĴ",
+        0.0
+      ],
+      [
+        "▁reproduced",
+        0.0
+      ],
+      [
+        "▁formulation",
+        0.0
+      ],
+      [
+        "jug",
+        0.0
+      ],
+      [
+        "irez",
+        0.0
+      ],
+      [
+        "gear",
+        0.0
+      ],
+      [
+        "▁coached",
+        0.0
+      ],
+      [
+        "MpServer",
+        0.0
+      ],
+      [
+        "▁SJ",
+        0.0
+      ],
+      [
+        "▁Kw",
+        0.0
+      ],
+      [
+        "Init",
+        0.0
+      ],
+      [
+        "deal",
+        0.0
+      ],
+      [
+        "▁Oro",
+        0.0
+      ],
+      [
+        "▁Loki",
+        0.0
+      ],
+      [
+        "▁Songs",
+        0.0
+      ],
+      [
+        "▁232",
+        0.0
+      ],
+      [
+        "▁Louise",
+        0.0
+      ],
+      [
+        "asionally",
+        0.0
+      ],
+      [
+        "▁uncond",
+        0.0
+      ],
+      [
+        "ollywood",
+        0.0
+      ],
+      [
+        "▁progressives",
+        0.0
+      ],
+      [
+        "▁Enough",
+        0.0
+      ],
+      [
+        "▁Doe",
+        0.0
+      ],
+      [
+        "▁wreckage",
+        0.0
+      ],
+      [
+        "▁brushed",
+        0.0
+      ],
+      [
+        "▁BaseType",
+        0.0
+      ],
+      [
+        "▁zoning",
+        0.0
+      ],
+      [
+        "ishable",
+        0.0
+      ],
+      [
+        "hetically",
+        0.0
+      ],
+      [
+        "▁Caucus",
+        0.0
+      ],
+      [
+        "▁Hue",
+        0.0
+      ],
+      [
+        "▁karma",
+        0.0
+      ],
+      [
+        "▁Sporting",
+        0.0
+      ],
+      [
+        "▁trader",
+        0.0
+      ],
+      [
+        "▁seeming",
+        0.0
+      ],
+      [
+        "▁Capture",
+        0.0
+      ],
+      [
+        "430",
+        0.0
+      ],
+      [
+        "bish",
+        0.0
+      ],
+      [
+        "▁tunes",
+        0.0
+      ],
+      [
+        "▁indoors",
+        0.0
+      ],
+      [
+        "▁Sphere",
+        0.0
+      ],
+      [
+        "▁Dancing",
+        0.0
+      ],
+      [
+        "TERN",
+        0.0
+      ],
+      [
+        "▁nob",
+        0.0
+      ],
+      [
+        "▁GST",
+        0.0
+      ],
+      [
+        "maps",
+        0.0
+      ],
+      [
+        "▁peppers",
+        0.0
+      ],
+      [
+        "Fit",
+        0.0
+      ],
+      [
+        "▁oversees",
+        0.0
+      ],
+      [
+        "▁Rabbi",
+        0.0
+      ],
+      [
+        "▁Ruler",
+        0.0
+      ],
+      [
+        "vertising",
+        0.0
+      ],
+      [
+        "office",
+        0.0
+      ],
+      [
+        "xxx",
+        0.0
+      ],
+      [
+        "▁raft",
+        0.0
+      ],
+      [
+        "Changed",
+        0.0
+      ],
+      [
+        "▁textbooks",
+        0.0
+      ],
+      [
+        "Links",
+        0.0
+      ],
+      [
+        "▁Omn",
+        0.0
+      ],
+      [
+        "ãĢij",
+        0.0
+      ],
+      [
+        "▁inconvenience",
+        0.0
+      ],
+      [
+        "▁Donetsk",
+        0.0
+      ],
+      [
+        "=~",
+        0.0
+      ],
+      [
+        "▁implicitly",
+        0.0
+      ],
+      [
+        "▁boosts",
+        0.0
+      ],
+      [
+        "▁Bones",
+        0.0
+      ],
+      [
+        "▁Boom",
+        0.0
+      ],
+      [
+        "Courtesy",
+        0.0
+      ],
+      [
+        "▁sensational",
+        0.0
+      ],
+      [
+        "ANY",
+        0.0
+      ],
+      [
+        "▁greedy",
+        0.0
+      ],
+      [
+        "eden",
+        0.0
+      ],
+      [
+        "▁inexper",
+        0.0
+      ],
+      [
+        "▁Ler",
+        0.0
+      ],
+      [
+        "▁Vale",
+        0.0
+      ],
+      [
+        "▁tighten",
+        0.0
+      ],
+      [
+        "▁EAR",
+        0.0
+      ],
+      [
+        "▁Num",
+        0.0
+      ],
+      [
+        "▁ancestor",
+        0.0
+      ],
+      [
+        "Sent",
+        0.0
+      ],
+      [
+        "▁Horde",
+        0.0
+      ],
+      [
+        "urgical",
+        0.0
+      ],
+      [
+        "allah",
+        0.0
+      ],
+      [
+        "▁sap",
+        0.0
+      ],
+      [
+        "amba",
+        0.0
+      ],
+      [
+        "▁Spread",
+        0.0
+      ],
+      [
+        "twitch",
+        0.0
+      ],
+      [
+        "▁grandson",
+        0.0
+      ],
+      [
+        "▁fracture",
+        0.0
+      ],
+      [
+        "▁moderator",
+        0.0
+      ],
+      [
+        "▁Seventh",
+        0.0
+      ],
+      [
+        "▁Reverse",
+        0.0
+      ],
+      [
+        "▁estimation",
+        0.0
+      ],
+      [
+        "Choose",
+        0.0
+      ],
+      [
+        "▁parach",
+        0.0
+      ],
+      [
+        "▁barric",
+        0.0
+      ],
+      [
+        "ãĢIJ",
+        0.0
+      ],
+      [
+        "▁compass",
+        0.0
+      ],
+      [
+        "▁allergic",
+        0.0
+      ],
+      [
+        "âĢķ",
+        0.0
+      ],
+      [
+        "OTHER",
+        0.0
+      ],
+      [
+        "errilla",
+        0.0
+      ],
+      [
+        "▁wagon",
+        0.0
+      ],
+      [
+        "▁zinc",
+        0.0
+      ],
+      [
+        "▁rubbed",
+        0.0
+      ],
+      [
+        "▁Fuller",
+        0.0
+      ],
+      [
+        "▁Luxembourg",
+        0.0
+      ],
+      [
+        "▁Hoover",
+        0.0
+      ],
+      [
+        "▁liar",
+        0.0
+      ],
+      [
+        "▁Evening",
+        0.0
+      ],
+      [
+        "▁Cobb",
+        0.0
+      ],
+      [
+        "esteem",
+        0.0
+      ],
+      [
+        "▁selector",
+        0.0
+      ],
+      [
+        "▁Brawl",
+        0.0
+      ],
+      [
+        "isance",
+        0.0
+      ],
+      [
+        "▁Ek",
+        0.0
+      ],
+      [
+        "▁troop",
+        0.0
+      ],
+      [
+        "▁guts",
+        0.0
+      ],
+      [
+        "▁Appeal",
+        0.0
+      ],
+      [
+        "▁Tibetan",
+        0.0
+      ],
+      [
+        "▁routines",
+        0.0
+      ],
+      [
+        "▁Ment",
+        0.0
+      ],
+      [
+        "▁summarized",
+        0.0
+      ],
+      [
+        "steamapps",
+        0.0
+      ],
+      [
+        "▁tranqu",
+        0.0
+      ],
+      [
+        "▁1929",
+        0.0
+      ],
+      [
+        "oran",
+        0.0
+      ],
+      [
+        "▁Authent",
+        0.0
+      ],
+      [
+        "▁gmaxwell",
+        0.0
+      ],
+      [
+        "▁apprehens",
+        0.0
+      ],
+      [
+        "▁poems",
+        0.0
+      ],
+      [
+        "▁sausage",
+        0.0
+      ],
+      [
+        "▁Webster",
+        0.0
+      ],
+      [
+        "urus",
+        0.0
+      ],
+      [
+        "▁themed",
+        0.0
+      ],
+      [
+        "▁lounge",
+        0.0
+      ],
+      [
+        "▁charger",
+        0.0
+      ],
+      [
+        "Spoiler",
+        0.0
+      ],
+      [
+        "▁spilled",
+        0.0
+      ],
+      [
+        "hog",
+        0.0
+      ],
+      [
+        "▁Sunder",
+        0.0
+      ],
+      [
+        "▁Ain",
+        0.0
+      ],
+      [
+        "▁Angry",
+        0.0
+      ],
+      [
+        "▁disqual",
+        0.0
+      ],
+      [
+        "▁Frequency",
+        0.0
+      ],
+      [
+        "▁Ethernet",
+        0.0
+      ],
+      [
+        "▁helper",
+        0.0
+      ],
+      [
+        "Percent",
+        0.0
+      ],
+      [
+        "▁horrifying",
+        0.0
+      ],
+      [
+        "▁ail",
+        0.0
+      ],
+      [
+        "▁Allan",
+        0.0
+      ],
+      [
+        "EEE",
+        0.0
+      ],
+      [
+        "▁Crossing",
+        0.0
+      ],
+      [
+        "449",
+        0.0
+      ],
+      [
+        "▁holog",
+        0.0
+      ],
+      [
+        "▁Puzzles",
+        0.0
+      ],
+      [
+        "▁Goes",
+        0.0
+      ],
+      [
+        "erenn",
+        0.0
+      ],
+      [
+        "604",
+        0.0
+      ],
+      [
+        "ãģı",
+        0.0
+      ],
+      [
+        "▁Rafael",
+        0.0
+      ],
+      [
+        "▁atten",
+        0.0
+      ],
+      [
+        "▁Emanuel",
+        0.0
+      ],
+      [
+        "▁upro",
+        0.0
+      ],
+      [
+        "▁Susp",
+        0.0
+      ],
+      [
+        "Psych",
+        0.0
+      ],
+      [
+        "▁Trainer",
+        0.0
+      ],
+      [
+        "▁NES",
+        0.0
+      ],
+      [
+        "▁Hunts",
+        0.0
+      ],
+      [
+        "becue",
+        0.0
+      ],
+      [
+        "▁counselor",
+        0.0
+      ],
+      [
+        "Rule",
+        0.0
+      ],
+      [
+        "▁toxins",
+        0.0
+      ],
+      [
+        "▁banners",
+        0.0
+      ],
+      [
+        "rifice",
+        0.0
+      ],
+      [
+        "▁greeting",
+        0.0
+      ],
+      [
+        "▁frenzy",
+        0.0
+      ],
+      [
+        "▁allocate",
+        0.0
+      ],
+      [
+        "▁*)",
+        0.0
+      ],
+      [
+        "expr",
+        0.0
+      ],
+      [
+        "503",
+        0.0
+      ],
+      [
+        "▁Chick",
+        0.0
+      ],
+      [
+        "▁Torn",
+        0.0
+      ],
+      [
+        "▁consolidation",
+        0.0
+      ],
+      [
+        "▁Fletcher",
+        0.0
+      ],
+      [
+        "switch",
+        0.0
+      ],
+      [
+        "frac",
+        0.0
+      ],
+      [
+        "clips",
+        0.0
+      ],
+      [
+        "▁McKin",
+        0.0
+      ],
+      [
+        "▁Lunar",
+        0.0
+      ],
+      [
+        "Month",
+        0.0
+      ],
+      [
+        "ITCH",
+        0.0
+      ],
+      [
+        "▁scholarly",
+        0.0
+      ],
+      [
+        "raped",
+        0.0
+      ],
+      [
+        "398",
+        0.0
+      ],
+      [
+        "▁1910",
+        0.0
+      ],
+      [
+        "▁egreg",
+        0.0
+      ],
+      [
+        "▁insecure",
+        0.0
+      ],
+      [
+        "▁victorious",
+        0.0
+      ],
+      [
+        "cffffcc",
+        0.0
+      ],
+      [
+        "▁singled",
+        0.0
+      ],
+      [
+        "▁elves",
+        0.0
+      ],
+      [
+        "▁Wond",
+        0.0
+      ],
+      [
+        "burst",
+        0.0
+      ],
+      [
+        "▁camoufl",
+        0.0
+      ],
+      [
+        "▁BLACK",
+        0.0
+      ],
+      [
+        "▁conditioned",
+        0.0
+      ],
+      [
+        "çī",
+        0.0
+      ],
+      [
+        "answered",
+        0.0
+      ],
+      [
+        "▁compulsory",
+        0.0
+      ],
+      [
+        "ascist",
+        0.0
+      ],
+      [
+        "▁podcasts",
+        0.0
+      ],
+      [
+        "▁Frankfurt",
+        0.0
+      ],
+      [
+        "bnb",
+        0.0
+      ],
+      [
+        "▁neoliberal",
+        0.0
+      ],
+      [
+        "▁Keyboard",
+        0.0
+      ],
+      [
+        "▁Belle",
+        0.0
+      ],
+      [
+        "warm",
+        0.0
+      ],
+      [
+        "▁trusts",
+        0.0
+      ],
+      [
+        "▁insured",
+        0.0
+      ],
+      [
+        "▁Bucc",
+        0.0
+      ],
+      [
+        "usable",
+        0.0
+      ],
+      [
+        "607",
+        0.0
+      ],
+      [
+        "▁Plains",
+        0.0
+      ],
+      [
+        "▁1890",
+        0.0
+      ],
+      [
+        "▁sabotage",
+        0.0
+      ],
+      [
+        "▁lodged",
+        0.0
+      ],
+      [
+        "felt",
+        0.0
+      ],
+      [
+        "▁ga",
+        0.0
+      ],
+      [
+        "▁Narc",
+        0.0
+      ],
+      [
+        "▁Salem",
+        0.0
+      ],
+      [
+        "▁seventy",
+        0.0
+      ],
+      [
+        "▁Blank",
+        0.0
+      ],
+      [
+        "pocket",
+        0.0
+      ],
+      [
+        "▁whisper",
+        0.0
+      ],
+      [
+        "▁mating",
+        0.0
+      ],
+      [
+        "omics",
+        0.0
+      ],
+      [
+        "▁Salman",
+        0.0
+      ],
+      [
+        "▁Kad",
+        0.0
+      ],
+      [
+        "▁angered",
+        0.0
+      ],
+      [
+        "▁collisions",
+        0.0
+      ],
+      [
+        "▁extraordinarily",
+        0.0
+      ],
+      [
+        "▁coercion",
+        0.0
+      ],
+      [
+        "Ghost",
+        0.0
+      ],
+      [
+        "birds",
+        0.0
+      ],
+      [
+        "èĢ",
+        0.0
+      ],
+      [
+        "kok",
+        0.0
+      ],
+      [
+        "▁permissible",
+        0.0
+      ],
+      [
+        "avorable",
+        0.0
+      ],
+      [
+        "▁pointers",
+        0.0
+      ],
+      [
+        "▁dissip",
+        0.0
+      ],
+      [
+        "aci",
+        0.0
+      ],
+      [
+        "▁theatrical",
+        0.0
+      ],
+      [
+        "▁Cosmic",
+        0.0
+      ],
+      [
+        "▁forgetting",
+        0.0
+      ],
+      [
+        "▁finalized",
+        0.0
+      ],
+      [
+        "大",
+        0.0
+      ],
+      [
+        "yout",
+        0.0
+      ],
+      [
+        "library",
+        0.0
+      ],
+      [
+        "▁booming",
+        0.0
+      ],
+      [
+        "▁Believe",
+        0.0
+      ],
+      [
+        "▁Teacher",
+        0.0
+      ],
+      [
+        "▁Liv",
+        0.0
+      ],
+      [
+        "▁GOODMAN",
+        0.0
+      ],
+      [
+        "▁Dominican",
+        0.0
+      ],
+      [
+        "ORED",
+        0.0
+      ],
+      [
+        "▁Parties",
+        0.0
+      ],
+      [
+        "▁precipitation",
+        0.0
+      ],
+      [
+        "▁Slot",
+        0.0
+      ],
+      [
+        "Roy",
+        0.0
+      ],
+      [
+        "▁Combined",
+        0.0
+      ],
+      [
+        "▁integrating",
+        0.0
+      ],
+      [
+        "▁chrome",
+        0.0
+      ],
+      [
+        "▁intestinal",
+        0.0
+      ],
+      [
+        "▁Rebell",
+        0.0
+      ],
+      [
+        "▁matchups",
+        0.0
+      ],
+      [
+        "▁blockbuster",
+        0.0
+      ],
+      [
+        "▁Loren",
+        0.0
+      ],
+      [
+        "▁Levy",
+        0.0
+      ],
+      [
+        "▁preaching",
+        0.0
+      ],
+      [
+        "▁Sending",
+        0.0
+      ],
+      [
+        "▁Purpose",
+        0.0
+      ],
+      [
+        "rax",
+        0.0
+      ],
+      [
+        "fif",
+        0.0
+      ],
+      [
+        "▁authoritative",
+        0.0
+      ],
+      [
+        "▁PET",
+        0.0
+      ],
+      [
+        "astical",
+        0.0
+      ],
+      [
+        "▁dishon",
+        0.0
+      ],
+      [
+        "▁chatting",
+        0.0
+      ],
+      [
+        "▁\"$:/",
+        0.0
+      ],
+      [
+        "Connection",
+        0.0
+      ],
+      [
+        "▁recreate",
+        0.0
+      ],
+      [
+        "▁delinqu",
+        0.0
+      ],
+      [
+        "▁broth",
+        0.0
+      ],
+      [
+        "▁Dirty",
+        0.0
+      ],
+      [
+        "▁Admin",
+        0.0
+      ],
+      [
+        "zman",
+        0.0
+      ],
+      [
+        "▁scholarships",
+        0.0
+      ],
+      [
+        "▁253",
+        0.0
+      ],
+      [
+        "contact",
+        0.0
+      ],
+      [
+        "alsa",
+        0.0
+      ],
+      [
+        "767",
+        0.0
+      ],
+      [
+        "creen",
+        0.0
+      ],
+      [
+        "abbage",
+        0.0
+      ],
+      [
+        "▁1915",
+        0.0
+      ],
+      [
+        "▁blended",
+        0.0
+      ],
+      [
+        "▁alarmed",
+        0.0
+      ],
+      [
+        "Language",
+        0.0
+      ],
+      [
+        "356",
+        0.0
+      ],
+      [
+        "▁blends",
+        0.0
+      ],
+      [
+        "▁Changed",
+        0.0
+      ],
+      [
+        "Wolf",
+        0.0
+      ],
+      [
+        "▁hepat",
+        0.0
+      ],
+      [
+        "Creating",
+        0.0
+      ],
+      [
+        "▁persecut",
+        0.0
+      ],
+      [
+        "▁sweetness",
+        0.0
+      ],
+      [
+        "arte",
+        0.0
+      ],
+      [
+        "▁forfeiture",
+        0.0
+      ],
+      [
+        "▁Roberto",
+        0.0
+      ],
+      [
+        "impro",
+        0.0
+      ],
+      [
+        "NFL",
+        0.0
+      ],
+      [
+        "▁Magnet",
+        0.0
+      ],
+      [
+        "Detailed",
+        0.0
+      ],
+      [
+        "▁insignificant",
+        0.0
+      ],
+      [
+        "▁POLIT",
+        0.0
+      ],
+      [
+        "▁BBQ",
+        0.0
+      ],
+      [
+        "▁CPS",
+        0.0
+      ],
+      [
+        "▁seaw",
+        0.0
+      ],
+      [
+        "aminer",
+        0.0
+      ],
+      [
+        "mL",
+        0.0
+      ],
+      [
+        "endif",
+        0.0
+      ],
+      [
+        "finals",
+        0.0
+      ],
+      [
+        "▁265",
+        0.0
+      ],
+      [
+        "uish",
+        0.0
+      ],
+      [
+        "▁})",
+        0.0
+      ],
+      [
+        "▁Problems",
+        0.0
+      ],
+      [
+        "▁emblem",
+        0.0
+      ],
+      [
+        "▁seriousness",
+        0.0
+      ],
+      [
+        "▁parsing",
+        0.0
+      ],
+      [
+        "▁substitution",
+        0.0
+      ],
+      [
+        "▁pressured",
+        0.0
+      ],
+      [
+        "▁recycled",
+        0.0
+      ],
+      [
+        "aleb",
+        0.0
+      ],
+      [
+        "Ruby",
+        0.0
+      ],
+      [
+        "▁proficiency",
+        0.0
+      ],
+      [
+        "Driver",
+        0.0
+      ],
+      [
+        "▁Wester",
+        0.0
+      ],
+      [
+        ":'",
+        0.0
+      ],
+      [
+        "AFTA",
+        0.0
+      ],
+      [
+        "▁mantle",
+        0.0
+      ],
+      [
+        "▁Clayton",
+        0.0
+      ],
+      [
+        "flag",
+        0.0
+      ],
+      [
+        "▁practitioner",
+        0.0
+      ],
+      [
+        "covered",
+        0.0
+      ],
+      [
+        "▁Struct",
+        0.0
+      ],
+      [
+        "addafi",
+        0.0
+      ],
+      [
+        "425",
+        0.0
+      ],
+      [
+        "▁Township",
+        0.0
+      ],
+      [
+        "▁Hydro",
+        0.0
+      ],
+      [
+        "Louis",
+        0.0
+      ],
+      [
+        "343",
+        0.0
+      ],
+      [
+        "▁condo",
+        0.0
+      ],
+      [
+        "▁Tao",
+        0.0
+      ],
+      [
+        "▁utilization",
+        0.0
+      ],
+      [
+        "▁nausea",
+        0.0
+      ],
+      [
+        "▁Dems",
+        0.0
+      ],
+      [
+        "ridges",
+        0.0
+      ],
+      [
+        "pause",
+        0.0
+      ],
+      [
+        "▁formulas",
+        0.0
+      ],
+      [
+        "▁challenger",
+        0.0
+      ],
+      [
+        "376",
+        0.0
+      ],
+      [
+        "▁defective",
+        0.0
+      ],
+      [
+        "▁Railway",
+        0.0
+      ],
+      [
+        "▁PubMed",
+        0.0
+      ],
+      [
+        "▁yogurt",
+        0.0
+      ],
+      [
+        "lbs",
+        0.0
+      ],
+      [
+        "▁Norfolk",
+        0.0
+      ],
+      [
+        "OPE",
+        0.0
+      ],
+      [
+        "▁Moody",
+        0.0
+      ],
+      [
+        "▁distributor",
+        0.0
+      ],
+      [
+        "▁scrolls",
+        0.0
+      ],
+      [
+        "▁extracts",
+        0.0
+      ],
+      [
+        "Stan",
+        0.0
+      ],
+      [
+        "▁viability",
+        0.0
+      ],
+      [
+        "▁exposes",
+        0.0
+      ],
+      [
+        "▁starvation",
+        0.0
+      ],
+      [
+        "▁Steps",
+        0.0
+      ],
+      [
+        "▁Dodd",
+        0.0
+      ],
+      [
+        "few",
+        0.0
+      ],
+      [
+        "STD",
+        0.0
+      ],
+      [
+        "332",
+        0.0
+      ],
+      [
+        "▁closures",
+        0.0
+      ],
+      [
+        "▁complementary",
+        0.0
+      ],
+      [
+        "▁Sasha",
+        0.0
+      ],
+      [
+        "umpy",
+        0.0
+      ],
+      [
+        "▁monet",
+        0.0
+      ],
+      [
+        "▁articulate",
+        0.0
+      ],
+      [
+        "▁Doct",
+        0.0
+      ],
+      [
+        "killer",
+        0.0
+      ],
+      [
+        "▁scrim",
+        0.0
+      ],
+      [
+        "▁264",
+        0.0
+      ],
+      [
+        "▁prostitutes",
+        0.0
+      ],
+      [
+        "▁severed",
+        0.0
+      ],
+      [
+        "▁attachments",
+        0.0
+      ],
+      [
+        "▁cooled",
+        0.0
+      ],
+      [
+        "Lev",
+        0.0
+      ],
+      [
+        "▁Falk",
+        0.0
+      ],
+      [
+        "fail",
+        0.0
+      ],
+      [
+        "▁policeman",
+        0.0
+      ],
+      [
+        "▁Dag",
+        0.0
+      ],
+      [
+        "▁prayed",
+        0.0
+      ],
+      [
+        "▁Kernel",
+        0.0
+      ],
+      [
+        "▁clut",
+        0.0
+      ],
+      [
+        "▁cath",
+        0.0
+      ],
+      [
+        "▁anomaly",
+        0.0
+      ],
+      [
+        "Storm",
+        0.0
+      ],
+      [
+        "emaker",
+        0.0
+      ],
+      [
+        "▁Breakfast",
+        0.0
+      ],
+      [
+        "uli",
+        0.0
+      ],
+      [
+        "oire",
+        0.0
+      ],
+      [
+        "JJ",
+        0.0
+      ],
+      [
+        "hz",
+        0.0
+      ],
+      [
+        "Operation",
+        0.0
+      ],
+      [
+        "▁Sick",
+        0.0
+      ],
+      [
+        "354",
+        0.0
+      ],
+      [
+        "▁Guatemala",
+        0.0
+      ],
+      [
+        "Rate",
+        0.0
+      ],
+      [
+        "▁exposures",
+        0.0
+      ],
+      [
+        "faces",
+        0.0
+      ],
+      [
+        "▁Archae",
+        0.0
+      ],
+      [
+        "raf",
+        0.0
+      ],
+      [
+        "▁Mia",
+        0.0
+      ],
+      [
+        "▁2025",
+        0.0
+      ],
+      [
+        "▁opaque",
+        0.0
+      ],
+      [
+        "▁disguised",
+        0.0
+      ],
+      [
+        "▁Headquarters",
+        0.0
+      ],
+      [
+        "Sah",
+        0.0
+      ],
+      [
+        "▁pots",
+        0.0
+      ],
+      [
+        "978",
+        0.0
+      ],
+      [
+        "▁Malf",
+        0.0
+      ],
+      [
+        "▁frowned",
+        0.0
+      ],
+      [
+        "▁poisonous",
+        0.0
+      ],
+      [
+        "▁Convers",
+        0.0
+      ],
+      [
+        "eeks",
+        0.0
+      ],
+      [
+        "▁crab",
+        0.0
+      ],
+      [
+        ".\"\"",
+        0.0
+      ],
+      [
+        "▁treason",
+        0.0
+      ],
+      [
+        "▁ranc",
+        0.0
+      ],
+      [
+        "▁escalating",
+        0.0
+      ],
+      [
+        "▁warr",
+        0.0
+      ],
+      [
+        "▁mobs",
+        0.0
+      ],
+      [
+        "▁lamps",
+        0.0
+      ],
+      [
+        "▁Sunshine",
+        0.0
+      ],
+      [
+        "▁Brunswick",
+        0.0
+      ],
+      [
+        "Phones",
+        0.0
+      ],
+      [
+        "▁spelled",
+        0.0
+      ],
+      [
+        "▁Skip",
+        0.0
+      ],
+      [
+        "▁2050",
+        0.0
+      ],
+      [
+        "▁1911",
+        0.0
+      ],
+      [
+        "▁Pluto",
+        0.0
+      ],
+      [
+        "▁Amend",
+        0.0
+      ],
+      [
+        "▁meats",
+        0.0
+      ],
+      [
+        "387",
+        0.0
+      ],
+      [
+        "▁stomp",
+        0.0
+      ],
+      [
+        "▁Zhou",
+        0.0
+      ],
+      [
+        "▁Leviathan",
+        0.0
+      ],
+      [
+        "▁Hazard",
+        0.0
+      ],
+      [
+        "adv",
+        0.0
+      ],
+      [
+        "▁Orwell",
+        0.0
+      ],
+      [
+        "▁aloud",
+        0.0
+      ],
+      [
+        "▁bumper",
+        0.0
+      ],
+      [
+        "▁Anarch",
+        0.0
+      ],
+      [
+        "ubuntu",
+        0.0
+      ],
+      [
+        "▁Serious",
+        0.0
+      ],
+      [
+        "fitting",
+        0.0
+      ],
+      [
+        "▁Optional",
+        0.0
+      ],
+      [
+        "▁Cecil",
+        0.0
+      ],
+      [
+        "REAM",
+        0.0
+      ],
+      [
+        "▁serotonin",
+        0.0
+      ],
+      [
+        "▁cultivate",
+        0.0
+      ],
+      [
+        "agogue",
+        0.0
+      ],
+      [
+        "}\\",
+        0.0
+      ],
+      [
+        "▁mosques",
+        0.0
+      ],
+      [
+        "▁Sunny",
+        0.0
+      ],
+      [
+        "▁reactive",
+        0.0
+      ],
+      [
+        "revolution",
+        0.0
+      ],
+      [
+        "▁Lup",
+        0.0
+      ],
+      [
+        "▁Fedora",
+        0.0
+      ],
+      [
+        "▁defenseman",
+        0.0
+      ],
+      [
+        "▁VID",
+        0.0
+      ],
+      [
+        "istine",
+        0.0
+      ],
+      [
+        "▁drowning",
+        0.0
+      ],
+      [
+        "▁Broadcasting",
+        0.0
+      ],
+      [
+        "▁thriller",
+        0.0
+      ],
+      [
+        "▁Scy",
+        0.0
+      ],
+      [
+        "▁accelerating",
+        0.0
+      ],
+      [
+        "▁directs",
+        0.0
+      ],
+      [
+        "odied",
+        0.0
+      ],
+      [
+        "bike",
+        0.0
+      ],
+      [
+        "duration",
+        0.0
+      ],
+      [
+        "▁painfully",
+        0.0
+      ],
+      [
+        "Redd",
+        0.0
+      ],
+      [
+        "▁productions",
+        0.0
+      ],
+      [
+        "▁gag",
+        0.0
+      ],
+      [
+        "▁whist",
+        0.0
+      ],
+      [
+        "▁sock",
+        0.0
+      ],
+      [
+        "▁infinitely",
+        0.0
+      ],
+      [
+        "▁Concern",
+        0.0
+      ],
+      [
+        "▁Citadel",
+        0.0
+      ],
+      [
+        "▁lieu",
+        0.0
+      ],
+      [
+        "▁candles",
+        0.0
+      ],
+      [
+        "ogeneous",
+        0.0
+      ],
+      [
+        "arger",
+        0.0
+      ],
+      [
+        "▁heavenly",
+        0.0
+      ],
+      [
+        "inflammatory",
+        0.0
+      ],
+      [
+        "Performance",
+        0.0
+      ],
+      [
+        "Cs",
+        0.0
+      ],
+      [
+        "ructose",
+        0.0
+      ],
+      [
+        "azaki",
+        0.0
+      ],
+      [
+        "▁pessim",
+        0.0
+      ],
+      [
+        "▁inference",
+        0.0
+      ],
+      [
+        "▁powd",
+        0.0
+      ],
+      [
+        "▁Zoe",
+        0.0
+      ],
+      [
+        "▁paints",
+        0.0
+      ],
+      [
+        "▁dazz",
+        0.0
+      ],
+      [
+        "pta",
+        0.0
+      ],
+      [
+        "-----------",
+        0.0
+      ],
+      [
+        "▁inspir",
+        0.0
+      ],
+      [
+        "▁Experimental",
+        0.0
+      ],
+      [
+        "▁Knife",
+        0.0
+      ],
+      [
+        "regor",
+        0.0
+      ],
+      [
+        "bors",
+        0.0
+      ],
+      [
+        "▁showers",
+        0.0
+      ],
+      [
+        "romeda",
+        0.0
+      ],
+      [
+        "▁saint",
+        0.0
+      ],
+      [
+        "▁benign",
+        0.0
+      ],
+      [
+        "▁Jiang",
+        0.0
+      ],
+      [
+        "▁envisioned",
+        0.0
+      ],
+      [
+        "▁shroud",
+        0.0
+      ],
+      [
+        "IFT",
+        0.0
+      ],
+      [
+        "HO",
+        0.0
+      ],
+      [
+        "▁shuff",
+        0.0
+      ],
+      [
+        "▁ICC",
+        0.0
+      ],
+      [
+        "▁segreg",
+        0.0
+      ],
+      [
+        "▁revisit",
+        0.0
+      ],
+      [
+        "ighthouse",
+        0.0
+      ],
+      [
+        "Li",
+        0.0
+      ],
+      [
+        "▁substrate",
+        0.0
+      ],
+      [
+        "▁Seas",
+        0.0
+      ],
+      [
+        "▁Reward",
+        0.0
+      ],
+      [
+        "▁Hep",
+        0.0
+      ],
+      [
+        "▁Brass",
+        0.0
+      ],
+      [
+        "sbm",
+        0.0
+      ],
+      [
+        "▁eliminates",
+        0.0
+      ],
+      [
+        "▁stamina",
+        0.0
+      ],
+      [
+        "▁VAT",
+        0.0
+      ],
+      [
+        "▁Loan",
+        0.0
+      ],
+      [
+        "▁constraint",
+        0.0
+      ],
+      [
+        "▁appropriated",
+        0.0
+      ],
+      [
+        "▁pes",
+        0.0
+      ],
+      [
+        "▁ALE",
+        0.0
+      ],
+      [
+        "ranging",
+        0.0
+      ],
+      [
+        "▁404",
+        0.0
+      ],
+      [
+        "392",
+        0.0
+      ],
+      [
+        "▁intellectuals",
+        0.0
+      ],
+      [
+        "achu",
+        0.0
+      ],
+      [
+        "▁restructuring",
+        0.0
+      ],
+      [
+        "▁Levin",
+        0.0
+      ],
+      [
+        "▁runes",
+        0.0
+      ],
+      [
+        "▁delightful",
+        0.0
+      ],
+      [
+        "▁carbohydrates",
+        0.0
+      ],
+      [
+        "▁Models",
+        0.0
+      ],
+      [
+        "▁Expo",
+        0.0
+      ],
+      [
+        "▁transporting",
+        0.0
+      ],
+      [
+        "alloc",
+        0.0
+      ],
+      [
+        "▁ringing",
+        0.0
+      ],
+      [
+        "Samsung",
+        0.0
+      ],
+      [
+        "▁scarcely",
+        0.0
+      ],
+      [
+        "▁URLs",
+        0.0
+      ],
+      [
+        "▁MAS",
+        0.0
+      ],
+      [
+        "▁prototypes",
+        0.0
+      ],
+      [
+        "▁narrator",
+        0.0
+      ],
+      [
+        "▁CPUs",
+        0.0
+      ],
+      [
+        "cdn",
+        0.0
+      ],
+      [
+        "▁Barton",
+        0.0
+      ],
+      [
+        "▁decidedly",
+        0.0
+      ],
+      [
+        "▁Shu",
+        0.0
+      ],
+      [
+        "ixir",
+        0.0
+      ],
+      [
+        "ocious",
+        0.0
+      ],
+      [
+        "▁Myst",
+        0.0
+      ],
+      [
+        "Nintendo",
+        0.0
+      ],
+      [
+        "▁reuse",
+        0.0
+      ],
+      [
+        "▁forgiven",
+        0.0
+      ],
+      [
+        "Few",
+        0.0
+      ],
+      [
+        "inical",
+        0.0
+      ],
+      [
+        "nat",
+        0.0
+      ],
+      [
+        "▁seamless",
+        0.0
+      ],
+      [
+        "▁Eva",
+        0.0
+      ],
+      [
+        "▁EVE",
+        0.0
+      ],
+      [
+        "▁JO",
+        0.0
+      ],
+      [
+        "landers",
+        0.0
+      ],
+      [
+        "▁softer",
+        0.0
+      ],
+      [
+        "negie",
+        0.0
+      ],
+      [
+        "▁transient",
+        0.0
+      ],
+      [
+        "▁orbital",
+        0.0
+      ],
+      [
+        "▁fulfil",
+        0.0
+      ],
+      [
+        "▁Kom",
+        0.0
+      ],
+      [
+        "Hopefully",
+        0.0
+      ],
+      [
+        "▁dynamically",
+        0.0
+      ],
+      [
+        "▁Hunger",
+        0.0
+      ],
+      [
+        "åĽ",
+        0.0
+      ],
+      [
+        "▁Armenia",
+        0.0
+      ],
+      [
+        "elman",
+        0.0
+      ],
+      [
+        "berto",
+        0.0
+      ],
+      [
+        "▁pige",
+        0.0
+      ],
+      [
+        "▁IDs",
+        0.0
+      ],
+      [
+        "limit",
+        0.0
+      ],
+      [
+        "▁veins",
+        0.0
+      ],
+      [
+        "▁soaring",
+        0.0
+      ],
+      [
+        "packs",
+        0.0
+      ],
+      [
+        "Golden",
+        0.0
+      ],
+      [
+        "▁Crab",
+        0.0
+      ],
+      [
+        "istor",
+        0.0
+      ],
+      [
+        "▁RPM",
+        0.0
+      ],
+      [
+        "▁$$",
+        0.0
+      ],
+      [
+        "gression",
+        0.0
+      ],
+      [
+        "▁jihadist",
+        0.0
+      ],
+      [
+        "▁gamble",
+        0.0
+      ],
+      [
+        "▁careg",
+        0.0
+      ],
+      [
+        "▁inflated",
+        0.0
+      ],
+      [
+        "Face",
+        0.0
+      ],
+      [
+        "▁Firearms",
+        0.0
+      ],
+      [
+        "▁Emmanuel",
+        0.0
+      ],
+      [
+        "âĿ",
+        0.0
+      ],
+      [
+        "▁shocks",
+        0.0
+      ],
+      [
+        "grab",
+        0.0
+      ],
+      [
+        "▁splend",
+        0.0
+      ],
+      [
+        "▁HPV",
+        0.0
+      ],
+      [
+        "abortion",
+        0.0
+      ],
+      [
+        "Above",
+        0.0
+      ],
+      [
+        "Entity",
+        0.0
+      ],
+      [
+        "players",
+        0.0
+      ],
+      [
+        "▁commenced",
+        0.0
+      ],
+      [
+        "ulence",
+        0.0
+      ],
+      [
+        "▁fulfillment",
+        0.0
+      ],
+      [
+        "▁embodiments",
+        0.0
+      ],
+      [
+        "▁Welfare",
+        0.0
+      ],
+      [
+        "▁hail",
+        0.0
+      ],
+      [
+        "▁<@",
+        0.0
+      ],
+      [
+        "tten",
+        0.0
+      ],
+      [
+        "▁catcher",
+        0.0
+      ],
+      [
+        "▁Jazeera",
+        0.0
+      ],
+      [
+        "▁volcano",
+        0.0
+      ],
+      [
+        "▁stabilize",
+        0.0
+      ],
+      [
+        "▁Handler",
+        0.0
+      ],
+      [
+        "▁intensified",
+        0.0
+      ],
+      [
+        "▁Abrams",
+        0.0
+      ],
+      [
+        "▁humiliation",
+        0.0
+      ],
+      [
+        "paced",
+        0.0
+      ],
+      [
+        "605",
+        0.0
+      ],
+      [
+        "▁CentOS",
+        0.0
+      ],
+      [
+        "Specific",
+        0.0
+      ],
+      [
+        "▁heed",
+        0.0
+      ],
+      [
+        "▁CAM",
+        0.0
+      ],
+      [
+        "▁Galile",
+        0.0
+      ],
+      [
+        "Die",
+        0.0
+      ],
+      [
+        "▁abolished",
+        0.0
+      ],
+      [
+        "▁Thomson",
+        0.0
+      ],
+      [
+        "▁Teachers",
+        0.0
+      ],
+      [
+        "▁Wass",
+        0.0
+      ],
+      [
+        "jong",
+        0.0
+      ],
+      [
+        "▁ISBN",
+        0.0
+      ],
+      [
+        "▁Allies",
+        0.0
+      ],
+      [
+        "shake",
+        0.0
+      ],
+      [
+        "å·",
+        0.0
+      ],
+      [
+        "vict",
+        0.0
+      ],
+      [
+        "Howard",
+        0.0
+      ],
+      [
+        "▁deem",
+        0.0
+      ],
+      [
+        "▁exceedingly",
+        0.0
+      ],
+      [
+        "▁Smartstocks",
+        0.0
+      ],
+      [
+        "ibe",
+        0.0
+      ],
+      [
+        "▁doorway",
+        0.0
+      ],
+      [
+        "▁competed",
+        0.0
+      ],
+      [
+        "igmat",
+        0.0
+      ],
+      [
+        "▁nationalists",
+        0.0
+      ],
+      [
+        "▁groom",
+        0.0
+      ],
+      [
+        "▁Keen",
+        0.0
+      ],
+      [
+        "▁disposable",
+        0.0
+      ],
+      [
+        "decl",
+        0.0
+      ],
+      [
+        "▁Tolkien",
+        0.0
+      ],
+      [
+        "▁Scheme",
+        0.0
+      ],
+      [
+        "▁biod",
+        0.0
+      ],
+      [
+        "▁avid",
+        0.0
+      ],
+      [
+        "▁Elon",
+        0.0
+      ],
+      [
+        "agar",
+        0.0
+      ],
+      [
+        "▁TSA",
+        0.0
+      ],
+      [
+        "Roman",
+        0.0
+      ],
+      [
+        "▁artificially",
+        0.0
+      ],
+      [
+        "▁advisors",
+        0.0
+      ],
+      [
+        "XL",
+        0.0
+      ],
+      [
+        "▁Inferno",
+        0.0
+      ],
+      [
+        "366",
+        0.0
+      ],
+      [
+        "▁tedious",
+        0.0
+      ],
+      [
+        "▁Photography",
+        0.0
+      ],
+      [
+        "▁Carrie",
+        0.0
+      ],
+      [
+        "▁trope",
+        0.0
+      ],
+      [
+        "▁Sandra",
+        0.0
+      ],
+      [
+        "▁decimal",
+        0.0
+      ],
+      [
+        "Queen",
+        0.0
+      ],
+      [
+        "▁Gundam",
+        0.0
+      ],
+      [
+        "▁OM",
+        0.0
+      ],
+      [
+        "otech",
+        0.0
+      ],
+      [
+        "NBA",
+        0.0
+      ],
+      [
+        "▁1932",
+        0.0
+      ],
+      [
+        "▁entrenched",
+        0.0
+      ],
+      [
+        "▁Marion",
+        0.0
+      ],
+      [
+        "▁fraternity",
+        0.0
+      ],
+      [
+        "Labour",
+        0.0
+      ],
+      [
+        "Henry",
+        0.0
+      ],
+      [
+        "▁latitude",
+        0.0
+      ],
+      [
+        "Either",
+        0.0
+      ],
+      [
+        "▁enhances",
+        0.0
+      ],
+      [
+        "▁Potential",
+        0.0
+      ],
+      [
+        "▁shines",
+        0.0
+      ],
+      [
+        "idad",
+        0.0
+      ],
+      [
+        "▁breadth",
+        0.0
+      ],
+      [
+        "▁capacities",
+        0.0
+      ],
+      [
+        "▁ðŁĻĤ",
+        0.0
+      ],
+      [
+        "▁Bronx",
+        0.0
+      ],
+      [
+        "▁sexes",
+        0.0
+      ],
+      [
+        "▁differentiation",
+        0.0
+      ],
+      [
+        "▁heavyweight",
+        0.0
+      ],
+      [
+        "▁Taj",
+        0.0
+      ],
+      [
+        "dra",
+        0.0
+      ],
+      [
+        "▁migrate",
+        0.0
+      ],
+      [
+        "▁exhaustion",
+        0.0
+      ],
+      [
+        "▁RUN",
+        0.0
+      ],
+      [
+        "elsius",
+        0.0
+      ],
+      [
+        "▁Cuomo",
+        0.0
+      ],
+      [
+        "▁guitars",
+        0.0
+      ],
+      [
+        "▁clones",
+        0.0
+      ],
+      [
+        "▁Somew",
+        0.0
+      ],
+      [
+        "▁Pry",
+        0.0
+      ],
+      [
+        "-------------",
+        0.0
+      ],
+      [
+        "▁warranted",
+        0.0
+      ],
+      [
+        "cycles",
+        0.0
+      ],
+      [
+        "▁salvage",
+        0.0
+      ],
+      [
+        "▁disks",
+        0.0
+      ],
+      [
+        "RANT",
+        0.0
+      ],
+      [
+        "▁NGOs",
+        0.0
+      ],
+      [
+        "▁Martian",
+        0.0
+      ],
+      [
+        "\":[{\"",
+        0.0
+      ],
+      [
+        "▁addicts",
+        0.0
+      ],
+      [
+        "ojure",
+        0.0
+      ],
+      [
+        "illet",
+        0.0
+      ],
+      [
+        "▁amazingly",
+        0.0
+      ],
+      [
+        "artments",
+        0.0
+      ],
+      [
+        "pixel",
+        0.0
+      ],
+      [
+        "▁GPUs",
+        0.0
+      ],
+      [
+        "Layout",
+        0.0
+      ],
+      [
+        "è£",
+        0.0
+      ],
+      [
+        "▁Tamil",
+        0.0
+      ],
+      [
+        "▁Basil",
+        0.0
+      ],
+      [
+        "▁impartial",
+        0.0
+      ],
+      [
+        "▁Structure",
+        0.0
+      ],
+      [
+        "fork",
+        0.0
+      ],
+      [
+        "bryce",
+        0.0
+      ],
+      [
+        "▁ridge",
+        0.0
+      ],
+      [
+        "▁Hamburg",
+        0.0
+      ],
+      [
+        "rious",
+        0.0
+      ],
+      [
+        "▁blitz",
+        0.0
+      ],
+      [
+        "cigarettes",
+        0.0
+      ],
+      [
+        "▁canned",
+        0.0
+      ],
+      [
+        "402",
+        0.0
+      ],
+      [
+        "▁ironically",
+        0.0
+      ],
+      [
+        "▁compassionate",
+        0.0
+      ],
+      [
+        "▁Hawkins",
+        0.0
+      ],
+      [
+        ".#",
+        0.0
+      ],
+      [
+        "▁Cathedral",
+        0.0
+      ],
+      [
+        "▁rallied",
+        0.0
+      ],
+      [
+        "internal",
+        0.0
+      ],
+      [
+        "▁quota",
+        0.0
+      ],
+      [
+        "stakes",
+        0.0
+      ],
+      [
+        "TEXT",
+        0.0
+      ],
+      [
+        "mom",
+        0.0
+      ],
+      [
+        "▁completes",
+        0.0
+      ],
+      [
+        "▁238",
+        0.0
+      ],
+      [
+        "▁shrug",
+        0.0
+      ],
+      [
+        "ãĥij",
+        0.0
+      ],
+      [
+        "▁Ninth",
+        0.0
+      ],
+      [
+        "▁revise",
+        0.0
+      ],
+      [
+        "▁Provider",
+        0.0
+      ],
+      [
+        "▁treacher",
+        0.0
+      ],
+      [
+        "▁quasi",
+        0.0
+      ],
+      [
+        "▁PRES",
+        0.0
+      ],
+      [
+        "▁deposition",
+        0.0
+      ],
+      [
+        "▁confidentiality",
+        0.0
+      ],
+      [
+        "issors",
+        0.0
+      ],
+      [
+        "▁imbalance",
+        0.0
+      ],
+      [
+        "▁spanning",
+        0.0
+      ],
+      [
+        "▁angular",
+        0.0
+      ],
+      [
+        "▁Cul",
+        0.0
+      ],
+      [
+        "communication",
+        0.0
+      ],
+      [
+        "▁Nora",
+        0.0
+      ],
+      [
+        "▁Genius",
+        0.0
+      ],
+      [
+        "opter",
+        0.0
+      ],
+      [
+        "▁sacked",
+        0.0
+      ],
+      [
+        "Spot",
+        0.0
+      ],
+      [
+        "▁finely",
+        0.0
+      ],
+      [
+        "▁CHR",
+        0.0
+      ],
+      [
+        "282",
+        0.0
+      ],
+      [
+        "waves",
+        0.0
+      ],
+      [
+        "Palest",
+        0.0
+      ],
+      [
+        "▁Rohing",
+        0.0
+      ],
+      [
+        "NL",
+        0.0
+      ],
+      [
+        "è¿",
+        0.0
+      ],
+      [
+        "▁shitty",
+        0.0
+      ],
+      [
+        "▁Scalia",
+        0.0
+      ],
+      [
+        "475",
+        0.0
+      ],
+      [
+        "Progress",
+        0.0
+      ],
+      [
+        "▁referencing",
+        0.0
+      ],
+      [
+        "▁classrooms",
+        0.0
+      ],
+      [
+        "abee",
+        0.0
+      ],
+      [
+        "▁sod",
+        0.0
+      ],
+      [
+        "hesion",
+        0.0
+      ],
+      [
+        "708",
+        0.0
+      ],
+      [
+        "▁Zuckerberg",
+        0.0
+      ],
+      [
+        "▁Finish",
+        0.0
+      ],
+      [
+        "▁Scotia",
+        0.0
+      ],
+      [
+        "▁Savior",
+        0.0
+      ],
+      [
+        "▁Installation",
+        0.0
+      ],
+      [
+        "antha",
+        0.0
+      ],
+      [
+        "(-",
+        0.0
+      ],
+      [
+        "▁302",
+        0.0
+      ],
+      [
+        "▁Punk",
+        0.0
+      ],
+      [
+        "▁crater",
+        0.0
+      ],
+      [
+        "youtu",
+        0.0
+      ],
+      [
+        "▁roast",
+        0.0
+      ],
+      [
+        "▁influencing",
+        0.0
+      ],
+      [
+        "▁dup",
+        0.0
+      ],
+      [
+        "▁JR",
+        0.0
+      ],
+      [
+        "▁Grav",
+        0.0
+      ],
+      [
+        "▁stature",
+        0.0
+      ],
+      [
+        "▁bathrooms",
+        0.0
+      ],
+      [
+        "Aside",
+        0.0
+      ],
+      [
+        "Wiki",
+        0.0
+      ],
+      [
+        "mean",
+        0.0
+      ],
+      [
+        "▁Zak",
+        0.0
+      ],
+      [
+        "▁Ones",
+        0.0
+      ],
+      [
+        "▁Nath",
+        0.0
+      ],
+      [
+        "▁hypert",
+        0.0
+      ],
+      [
+        "▁commencement",
+        0.0
+      ],
+      [
+        "Civil",
+        0.0
+      ],
+      [
+        "▁moderately",
+        0.0
+      ],
+      [
+        "▁distributors",
+        0.0
+      ],
+      [
+        "▁breastfeeding",
+        0.0
+      ],
+      [
+        "▁980",
+        0.0
+      ],
+      [
+        "▁Sik",
+        0.0
+      ],
+      [
+        "▁Cig",
+        0.0
+      ],
+      [
+        "▁AMER",
+        0.0
+      ],
+      [
+        "RIP",
+        0.0
+      ],
+      [
+        "▁Career",
+        0.0
+      ],
+      [
+        "usting",
+        0.0
+      ],
+      [
+        "▁messed",
+        0.0
+      ],
+      [
+        "▁eh",
+        0.0
+      ],
+      [
+        "▁Jensen",
+        0.0
+      ],
+      [
+        "/$",
+        0.0
+      ],
+      [
+        "▁blackmail",
+        0.0
+      ],
+      [
+        "▁conversions",
+        0.0
+      ],
+      [
+        "▁scientifically",
+        0.0
+      ],
+      [
+        "▁mantra",
+        0.0
+      ],
+      [
+        "paying",
+        0.0
+      ],
+      [
+        "▁ivory",
+        0.0
+      ],
+      [
+        "▁Courts",
+        0.0
+      ],
+      [
+        "OUGH",
+        0.0
+      ],
+      [
+        "auntlet",
+        0.0
+      ],
+      [
+        "Serial",
+        0.0
+      ],
+      [
+        "Brow",
+        0.0
+      ],
+      [
+        "▁Hundreds",
+        0.0
+      ],
+      [
+        "323",
+        0.0
+      ],
+      [
+        "▁pee",
+        0.0
+      ],
+      [
+        "▁linux",
+        0.0
+      ],
+      [
+        "▁submer",
+        0.0
+      ],
+      [
+        "▁Principal",
+        0.0
+      ],
+      [
+        "485",
+        0.0
+      ],
+      [
+        "▁DSL",
+        0.0
+      ],
+      [
+        "▁Cousins",
+        0.0
+      ],
+      [
+        "▁doctrines",
+        0.0
+      ],
+      [
+        "▁Athletics",
+        0.0
+      ],
+      [
+        "▁315",
+        0.0
+      ],
+      [
+        "▁Karma",
+        0.0
+      ],
+      [
+        "▁attent",
+        0.0
+      ],
+      [
+        "urger",
+        0.0
+      ],
+      [
+        "▁prescribe",
+        0.0
+      ],
+      [
+        "▁encaps",
+        0.0
+      ],
+      [
+        "▁Came",
+        0.0
+      ],
+      [
+        "▁secretive",
+        0.0
+      ],
+      [
+        "▁Crimes",
+        0.0
+      ],
+      [
+        "dn",
+        0.0
+      ],
+      [
+        "Clean",
+        0.0
+      ],
+      [
+        "▁Egyptians",
+        0.0
+      ],
+      [
+        "▁Carpenter",
+        0.0
+      ],
+      [
+        "▁ll",
+        0.0
+      ],
+      [
+        "Hum",
+        0.0
+      ],
+      [
+        "▁Milo",
+        0.0
+      ],
+      [
+        "▁capitalists",
+        0.0
+      ],
+      [
+        "▁briefed",
+        0.0
+      ],
+      [
+        "Twe",
+        0.0
+      ],
+      [
+        "▁Basin",
+        0.0
+      ],
+      [
+        "elvet",
+        0.0
+      ],
+      [
+        "Mos",
+        0.0
+      ],
+      [
+        "▁plunge",
+        0.0
+      ],
+      [
+        "▁Kaiser",
+        0.0
+      ],
+      [
+        "▁Fuj",
+        0.0
+      ],
+      [
+        "illin",
+        0.0
+      ],
+      [
+        "▁safeguards",
+        0.0
+      ],
+      [
+        "▁oste",
+        0.0
+      ],
+      [
+        "▁Opportunity",
+        0.0
+      ],
+      [
+        "▁Mafia",
+        0.0
+      ],
+      [
+        "▁Calling",
+        0.0
+      ],
+      [
+        "apa",
+        0.0
+      ],
+      [
+        "urban",
+        0.0
+      ],
+      [
+        "brush",
+        0.0
+      ],
+      [
+        "illard",
+        0.0
+      ],
+      [
+        "cé",
+        0.0
+      ],
+      [
+        "intelligence",
+        0.0
+      ],
+      [
+        "▁Lob",
+        0.0
+      ],
+      [
+        "▁Druid",
+        0.0
+      ],
+      [
+        "▁smoother",
+        0.0
+      ],
+      [
+        "▁footing",
+        0.0
+      ],
+      [
+        "▁motorists",
+        0.0
+      ],
+      [
+        "arcity",
+        0.0
+      ],
+      [
+        "▁masculinity",
+        0.0
+      ],
+      [
+        "▁mism",
+        0.0
+      ],
+      [
+        "▁abdominal",
+        0.0
+      ],
+      [
+        "▁Tavern",
+        0.0
+      ],
+      [
+        "▁Roh",
+        0.0
+      ],
+      [
+        "▁escapes",
+        0.0
+      ],
+      [
+        "signed",
+        0.0
+      ],
+      [
+        "Anthony",
+        0.0
+      ],
+      [
+        "▁sacrificing",
+        0.0
+      ],
+      [
+        "▁intimacy",
+        0.0
+      ],
+      [
+        "▁anterior",
+        0.0
+      ],
+      [
+        "▁Kod",
+        0.0
+      ],
+      [
+        "▁motif",
+        0.0
+      ],
+      [
+        "▁graz",
+        0.0
+      ],
+      [
+        "▁visualization",
+        0.0
+      ],
+      [
+        "▁guitarist",
+        0.0
+      ],
+      [
+        "▁Trotsky",
+        0.0
+      ],
+      [
+        "magic",
+        0.0
+      ],
+      [
+        "Dar",
+        0.0
+      ],
+      [
+        "▁Mori",
+        0.0
+      ],
+      [
+        "▁wards",
+        0.0
+      ],
+      [
+        "▁toilets",
+        0.0
+      ],
+      [
+        "lest",
+        0.0
+      ],
+      [
+        "▁teleport",
+        0.0
+      ],
+      [
+        "▁Sundays",
+        0.0
+      ],
+      [
+        "▁Plat",
+        0.0
+      ],
+      [
+        "ETS",
+        0.0
+      ],
+      [
+        "▁eSports",
+        0.0
+      ],
+      [
+        "Patrick",
+        0.0
+      ],
+      [
+        "▁Katherine",
+        0.0
+      ],
+      [
+        "enko",
+        0.0
+      ],
+      [
+        "▁hassle",
+        0.0
+      ],
+      [
+        "▁Mick",
+        0.0
+      ],
+      [
+        "ggles",
+        0.0
+      ],
+      [
+        "▁hob",
+        0.0
+      ],
+      [
+        "aintain",
+        0.0
+      ],
+      [
+        "▁airborne",
+        0.0
+      ],
+      [
+        "▁spans",
+        0.0
+      ],
+      [
+        "▁chili",
+        0.0
+      ],
+      [
+        "▁aperture",
+        0.0
+      ],
+      [
+        "▁volunteered",
+        0.0
+      ],
+      [
+        "▁Incident",
+        0.0
+      ],
+      [
+        "▁Fres",
+        0.0
+      ],
+      [
+        "▁Veteran",
+        0.0
+      ],
+      [
+        "aughtered",
+        0.0
+      ],
+      [
+        "ingo",
+        0.0
+      ],
+      [
+        "▁uninsured",
+        0.0
+      ],
+      [
+        "CLOSE",
+        0.0
+      ],
+      [
+        "▁fuse",
+        0.0
+      ],
+      [
+        "▁erotic",
+        0.0
+      ],
+      [
+        "▁advertise",
+        0.0
+      ],
+      [
+        "raising",
+        0.0
+      ],
+      [
+        "Texture",
+        0.0
+      ],
+      [
+        "▁attends",
+        0.0
+      ],
+      [
+        "▁REAL",
+        0.0
+      ],
+      [
+        "uddled",
+        0.0
+      ],
+      [
+        "▁smoot",
+        0.0
+      ],
+      [
+        "▁305",
+        0.0
+      ],
+      [
+        "▁Willis",
+        0.0
+      ],
+      [
+        "▁blond",
+        0.0
+      ],
+      [
+        "Analysis",
+        0.0
+      ],
+      [
+        "▁VT",
+        0.0
+      ],
+      [
+        "onica",
+        0.0
+      ],
+      [
+        "▁stronghold",
+        0.0
+      ],
+      [
+        "RF",
+        0.0
+      ],
+      [
+        "NM",
+        0.0
+      ],
+      [
+        ".>>",
+        0.0
+      ],
+      [
+        "▁prosperous",
+        0.0
+      ],
+      [
+        "▁boasted",
+        0.0
+      ],
+      [
+        "292",
+        0.0
+      ],
+      [
+        "▁Manufacturing",
+        0.0
+      ],
+      [
+        "PRESS",
+        0.0
+      ],
+      [
+        "gren",
+        0.0
+      ],
+      [
+        "▁pharmacy",
+        0.0
+      ],
+      [
+        "▁Rockefeller",
+        0.0
+      ],
+      [
+        "kai",
+        0.0
+      ],
+      [
+        "▁thumbs",
+        0.0
+      ],
+      [
+        "▁Hut",
+        0.0
+      ],
+      [
+        "▁motherboard",
+        0.0
+      ],
+      [
+        "▁guardians",
+        0.0
+      ],
+      [
+        "▁Alter",
+        0.0
+      ],
+      [
+        "llular",
+        0.0
+      ],
+      [
+        "▁shack",
+        0.0
+      ],
+      [
+        "▁wisely",
+        0.0
+      ],
+      [
+        "▁backbone",
+        0.0
+      ],
+      [
+        "erva",
+        0.0
+      ],
+      [
+        "▁suicides",
+        0.0
+      ],
+      [
+        "▁McGregor",
+        0.0
+      ],
+      [
+        "ijah",
+        0.0
+      ],
+      [
+        "Emer",
+        0.0
+      ],
+      [
+        "▁Brav",
+        0.0
+      ],
+      [
+        "▁designate",
+        0.0
+      ],
+      [
+        "POST",
+        0.0
+      ],
+      [
+        "produced",
+        0.0
+      ],
+      [
+        "▁cleansing",
+        0.0
+      ],
+      [
+        "irlwind",
+        0.0
+      ],
+      [
+        "existent",
+        0.0
+      ],
+      [
+        "▁Humph",
+        0.0
+      ],
+      [
+        "▁Payne",
+        0.0
+      ],
+      [
+        "▁vested",
+        0.0
+      ],
+      [
+        "Å¡",
+        0.0
+      ],
+      [
+        "▁stringent",
+        0.0
+      ],
+      [
+        "iona",
+        0.0
+      ],
+      [
+        "▁unsub",
+        0.0
+      ],
+      [
+        "▁summed",
+        0.0
+      ],
+      [
+        "▁Hercules",
+        0.0
+      ],
+      [
+        "subject",
+        0.0
+      ],
+      [
+        "▁Ragnar",
+        0.0
+      ],
+      [
+        "▁Nos",
+        0.0
+      ],
+      [
+        "▁characterization",
+        0.0
+      ],
+      [
+        "▁savvy",
+        0.0
+      ],
+      [
+        "▁Dawson",
+        0.0
+      ],
+      [
+        "▁Casino",
+        0.0
+      ],
+      [
+        "▁fri",
+        0.0
+      ],
+      [
+        "▁Barrier",
+        0.0
+      ],
+      [
+        "▁misinformation",
+        0.0
+      ],
+      [
+        "▁insulation",
+        0.0
+      ],
+      [
+        "▁corridors",
+        0.0
+      ],
+      [
+        "▁airplanes",
+        0.0
+      ],
+      [
+        "▁Noct",
+        0.0
+      ],
+      [
+        "ahi",
+        0.0
+      ],
+      [
+        "▁1916",
+        0.0
+      ],
+      [
+        "kb",
+        0.0
+      ],
+      [
+        "armac",
+        0.0
+      ],
+      [
+        "▁shun",
+        0.0
+      ],
+      [
+        "▁schema",
+        0.0
+      ],
+      [
+        "▁horrified",
+        0.0
+      ],
+      [
+        "▁239",
+        0.0
+      ],
+      [
+        "aunders",
+        0.0
+      ],
+      [
+        "NB",
+        0.0
+      ],
+      [
+        "iates",
+        0.0
+      ],
+      [
+        "erity",
+        0.0
+      ],
+      [
+        "▁Shard",
+        0.0
+      ],
+      [
+        "▁rarity",
+        0.0
+      ],
+      [
+        "▁grouped",
+        0.0
+      ],
+      [
+        "▁Ghana",
+        0.0
+      ],
+      [
+        "against",
+        0.0
+      ],
+      [
+        "▁Biological",
+        0.0
+      ],
+      [
+        "▁Aware",
+        0.0
+      ],
+      [
+        "owell",
+        0.0
+      ],
+      [
+        "ÏĦ",
+        0.0
+      ],
+      [
+        "▁Beau",
+        0.0
+      ],
+      [
+        "shaw",
+        0.0
+      ],
+      [
+        "Hack",
+        0.0
+      ],
+      [
+        "▁Julius",
+        0.0
+      ],
+      [
+        "USS",
+        0.0
+      ],
+      [
+        "olson",
+        0.0
+      ],
+      [
+        "auna",
+        0.0
+      ],
+      [
+        "cru",
+        0.0
+      ],
+      [
+        "▁Maurice",
+        0.0
+      ],
+      [
+        "▁Ik",
+        0.0
+      ],
+      [
+        "▁sequencing",
+        0.0
+      ],
+      [
+        "▁radicals",
+        0.0
+      ],
+      [
+        "▁(?,",
+        0.0
+      ],
+      [
+        "virtual",
+        0.0
+      ],
+      [
+        "▁anyways",
+        0.0
+      ],
+      [
+        "▁reperc",
+        0.0
+      ],
+      [
+        "▁handlers",
+        0.0
+      ],
+      [
+        "▁hesitant",
+        0.0
+      ],
+      [
+        "éĥ",
+        0.0
+      ],
+      [
+        "▁MF",
+        0.0
+      ],
+      [
+        "plementation",
+        0.0
+      ],
+      [
+        "associated",
+        0.0
+      ],
+      [
+        "▁campaigned",
+        0.0
+      ],
+      [
+        "▁Yue",
+        0.0
+      ],
+      [
+        "utations",
+        0.0
+      ],
+      [
+        "▁Yoga",
+        0.0
+      ],
+      [
+        "▁simmer",
+        0.0
+      ],
+      [
+        "▁rods",
+        0.0
+      ],
+      [
+        "▁melody",
+        0.0
+      ],
+      [
+        "▁convoy",
+        0.0
+      ],
+      [
+        "videos",
+        0.0
+      ],
+      [
+        "▁screened",
+        0.0
+      ],
+      [
+        "Neg",
+        0.0
+      ],
+      [
+        "ochemical",
+        0.0
+      ],
+      [
+        "▁())",
+        0.0
+      ],
+      [
+        "▁ultras",
+        0.0
+      ],
+      [
+        "▁antip",
+        0.0
+      ],
+      [
+        "▁Islanders",
+        0.0
+      ],
+      [
+        "704",
+        0.0
+      ],
+      [
+        "▁fetish",
+        0.0
+      ],
+      [
+        "▁ridiculously",
+        0.0
+      ],
+      [
+        "▁Kart",
+        0.0
+      ],
+      [
+        "▁mitochondrial",
+        0.0
+      ],
+      [
+        "▁interfering",
+        0.0
+      ],
+      [
+        "Builder",
+        0.0
+      ],
+      [
+        "▁overfl",
+        0.0
+      ],
+      [
+        "▁acne",
+        0.0
+      ],
+      [
+        "▁Mud",
+        0.0
+      ],
+      [
+        "▁Kerr",
+        0.0
+      ],
+      [
+        "flex",
+        0.0
+      ],
+      [
+        "▁Postal",
+        0.0
+      ],
+      [
+        "▁Baltic",
+        0.0
+      ],
+      [
+        "477",
+        0.0
+      ],
+      [
+        "▁Persons",
+        0.0
+      ],
+      [
+        "ourage",
+        0.0
+      ],
+      [
+        "HB",
+        0.0
+      ],
+      [
+        "▁Muse",
+        0.0
+      ],
+      [
+        "▁Immortal",
+        0.0
+      ],
+      [
+        "▁Driving",
+        0.0
+      ],
+      [
+        "▁petitions",
+        0.0
+      ],
+      [
+        "▁subscript",
+        0.0
+      ],
+      [
+        "▁sorce",
+        0.0
+      ],
+      [
+        "▁Processor",
+        0.0
+      ],
+      [
+        "uton",
+        0.0
+      ],
+      [
+        "Sony",
+        0.0
+      ],
+      [
+        "▁phon",
+        0.0
+      ],
+      [
+        "▁raced",
+        0.0
+      ],
+      [
+        "▁Anthrop",
+        0.0
+      ],
+      [
+        "▁daytime",
+        0.0
+      ],
+      [
+        "▁Exercise",
+        0.0
+      ],
+      [
+        "Adding",
+        0.0
+      ],
+      [
+        "▁engages",
+        0.0
+      ],
+      [
+        "▁Qualcomm",
+        0.0
+      ],
+      [
+        "▁miracles",
+        0.0
+      ],
+      [
+        "▁memes",
+        0.0
+      ],
+      [
+        "▁Drink",
+        0.0
+      ],
+      [
+        "▁Orioles",
+        0.0
+      ],
+      [
+        "▁hairs",
+        0.0
+      ],
+      [
+        "▁Polar",
+        0.0
+      ],
+      [
+        "athom",
+        0.0
+      ],
+      [
+        "▁slippery",
+        0.0
+      ],
+      [
+        "▁Remy",
+        0.0
+      ],
+      [
+        "▁caramel",
+        0.0
+      ],
+      [
+        "▁YEAR",
+        0.0
+      ],
+      [
+        "▁alk",
+        0.0
+      ],
+      [
+        "Ign",
+        0.0
+      ],
+      [
+        "aution",
+        0.0
+      ],
+      [
+        "▁Merlin",
+        0.0
+      ],
+      [
+        "▁Cran",
+        0.0
+      ],
+      [
+        "▁apologies",
+        0.0
+      ],
+      [
+        "▁410",
+        0.0
+      ],
+      [
+        "▁outing",
+        0.0
+      ],
+      [
+        "▁Memories",
+        0.0
+      ],
+      [
+        "appointed",
+        0.0
+      ],
+      [
+        "▁countered",
+        0.0
+      ],
+      [
+        "uld",
+        0.0
+      ],
+      [
+        "posing",
+        0.0
+      ],
+      [
+        "▁firewall",
+        0.0
+      ],
+      [
+        "▁Wast",
+        0.0
+      ],
+      [
+        "▁Wet",
+        0.0
+      ],
+      [
+        "worked",
+        0.0
+      ],
+      [
+        "seller",
+        0.0
+      ],
+      [
+        "▁repealed",
+        0.0
+      ],
+      [
+        "ereo",
+        0.0
+      ],
+      [
+        "assuming",
+        0.0
+      ],
+      [
+        "BLIC",
+        0.0
+      ],
+      [
+        "mite",
+        0.0
+      ],
+      [
+        "▁CEOs",
+        0.0
+      ],
+      [
+        "▁Chapel",
+        0.0
+      ],
+      [
+        "elligent",
+        0.0
+      ],
+      [
+        "________________________",
+        0.0
+      ],
+      [
+        "Dog",
+        0.0
+      ],
+      [
+        "▁wart",
+        0.0
+      ],
+      [
+        "▁subscriber",
+        0.0
+      ],
+      [
+        "sports",
+        0.0
+      ],
+      [
+        "▁begged",
+        0.0
+      ],
+      [
+        "▁MV",
+        0.0
+      ],
+      [
+        "▁semif",
+        0.0
+      ],
+      [
+        "ethical",
+        0.0
+      ],
+      [
+        "▁preach",
+        0.0
+      ],
+      [
+        "▁revital",
+        0.0
+      ],
+      [
+        "▁punitive",
+        0.0
+      ],
+      [
+        "▁shortcuts",
+        0.0
+      ],
+      [
+        "▁instituted",
+        0.0
+      ],
+      [
+        "▁Warsaw",
+        0.0
+      ],
+      [
+        "▁abdomen",
+        0.0
+      ],
+      [
+        "▁KING",
+        0.0
+      ],
+      [
+        "▁superintendent",
+        0.0
+      ],
+      [
+        "▁fry",
+        0.0
+      ],
+      [
+        "▁Geo",
+        0.0
+      ],
+      [
+        "TOR",
+        0.0
+      ],
+      [
+        "▁contradictions",
+        0.0
+      ],
+      [
+        "aptic",
+        0.0
+      ],
+      [
+        "▁landscapes",
+        0.0
+      ],
+      [
+        "bugs",
+        0.0
+      ],
+      [
+        "▁clust",
+        0.0
+      ],
+      [
+        "▁volley",
+        0.0
+      ],
+      [
+        "cribed",
+        0.0
+      ],
+      [
+        "▁tandem",
+        0.0
+      ],
+      [
+        "▁robes",
+        0.0
+      ],
+      [
+        "WHAT",
+        0.0
+      ],
+      [
+        "▁promoter",
+        0.0
+      ],
+      [
+        "▁eloqu",
+        0.0
+      ],
+      [
+        "reviewed",
+        0.0
+      ],
+      [
+        "▁DK",
+        0.0
+      ],
+      [
+        "▁Plato",
+        0.0
+      ],
+      [
+        "▁fps",
+        0.0
+      ],
+      [
+        "Tank",
+        0.0
+      ],
+      [
+        "▁Derrick",
+        0.0
+      ],
+      [
+        "▁prioritize",
+        0.0
+      ],
+      [
+        "asper",
+        0.0
+      ],
+      [
+        "▁Honduras",
+        0.0
+      ],
+      [
+        "▁Completed",
+        0.0
+      ],
+      [
+        "nec",
+        0.0
+      ],
+      [
+        "▁mog",
+        0.0
+      ],
+      [
+        "nir",
+        0.0
+      ],
+      [
+        "▁Mayo",
+        0.0
+      ],
+      [
+        "DEF",
+        0.0
+      ],
+      [
+        "stall",
+        0.0
+      ],
+      [
+        "inness",
+        0.0
+      ],
+      [
+        "▁Volkswagen",
+        0.0
+      ],
+      [
+        "▁precaution",
+        0.0
+      ],
+      [
+        "▁Mell",
+        0.0
+      ],
+      [
+        "iak",
+        0.0
+      ],
+      [
+        "istries",
+        0.0
+      ],
+      [
+        "▁248",
+        0.0
+      ],
+      [
+        "▁overlapping",
+        0.0
+      ],
+      [
+        "Senate",
+        0.0
+      ],
+      [
+        "▁Enhance",
+        0.0
+      ],
+      [
+        "resy",
+        0.0
+      ],
+      [
+        "racial",
+        0.0
+      ],
+      [
+        "ORTS",
+        0.0
+      ],
+      [
+        "▁Mormons",
+        0.0
+      ],
+      [
+        "Strong",
+        0.0
+      ],
+      [
+        "▁Coch",
+        0.0
+      ],
+      [
+        "Mexico",
+        0.0
+      ],
+      [
+        "▁Maduro",
+        0.0
+      ],
+      [
+        "▁jars",
+        0.0
+      ],
+      [
+        "▁cane",
+        0.0
+      ],
+      [
+        "Wik",
+        0.0
+      ],
+      [
+        "olla",
+        0.0
+      ],
+      [
+        "ifference",
+        0.0
+      ],
+      [
+        "▁physicist",
+        0.0
+      ],
+      [
+        "▁Maggie",
+        0.0
+      ],
+      [
+        "▁285",
+        0.0
+      ],
+      [
+        "▁depiction",
+        0.0
+      ],
+      [
+        "▁McLaren",
+        0.0
+      ],
+      [
+        "Ju",
+        0.0
+      ],
+      [
+        "▁slows",
+        0.0
+      ],
+      [
+        "▁commissioners",
+        0.0
+      ],
+      [
+        "▁Willow",
+        0.0
+      ],
+      [
+        "▁Explos",
+        0.0
+      ],
+      [
+        "hovah",
+        0.0
+      ],
+      [
+        "▁technician",
+        0.0
+      ],
+      [
+        "▁homicides",
+        0.0
+      ],
+      [
+        "▁Flav",
+        0.0
+      ],
+      [
+        "▁Truman",
+        0.0
+      ],
+      [
+        "▁10000",
+        0.0
+      ],
+      [
+        "uctor",
+        0.0
+      ],
+      [
+        "▁shader",
+        0.0
+      ],
+      [
+        "Newsletter",
+        0.0
+      ],
+      [
+        "457",
+        0.0
+      ],
+      [
+        "▁rever",
+        0.0
+      ],
+      [
+        "▁hardened",
+        0.0
+      ],
+      [
+        "▁whereabouts",
+        0.0
+      ],
+      [
+        "▁redevelop",
+        0.0
+      ],
+      [
+        "▁carbs",
+        0.0
+      ],
+      [
+        "▁travers",
+        0.0
+      ],
+      [
+        "▁squirrel",
+        0.0
+      ],
+      [
+        "▁follower",
+        0.0
+      ],
+      [
+        "▁sings",
+        0.0
+      ],
+      [
+        "508",
+        0.0
+      ],
+      [
+        "▁rabbits",
+        0.0
+      ],
+      [
+        "emonium",
+        0.0
+      ],
+      [
+        "▁documenting",
+        0.0
+      ],
+      [
+        "▁misunderstood",
+        0.0
+      ],
+      [
+        ")'",
+        0.0
+      ],
+      [
+        "Rick",
+        0.0
+      ],
+      [
+        "ggies",
+        0.0
+      ],
+      [
+        "▁premie",
+        0.0
+      ],
+      [
+        "▁skating",
+        0.0
+      ],
+      [
+        "▁passports",
+        0.0
+      ],
+      [
+        "▁fists",
+        0.0
+      ],
+      [
+        "ageddon",
+        0.0
+      ],
+      [
+        "Haw",
+        0.0
+      ],
+      [
+        "ACP",
+        0.0
+      ],
+      [
+        "080",
+        0.0
+      ],
+      [
+        "▁Thoughts",
+        0.0
+      ],
+      [
+        "▁Carlson",
+        0.0
+      ],
+      [
+        "▁priesthood",
+        0.0
+      ],
+      [
+        "hua",
+        0.0
+      ],
+      [
+        "▁dungeons",
+        0.0
+      ],
+      [
+        "▁Loans",
+        0.0
+      ],
+      [
+        "▁antis",
+        0.0
+      ],
+      [
+        "▁familiarity",
+        0.0
+      ],
+      [
+        "▁Sabb",
+        0.0
+      ],
+      [
+        "opal",
+        0.0
+      ],
+      [
+        "▁Ink",
+        0.0
+      ],
+      [
+        "strike",
+        0.0
+      ],
+      [
+        "▁cram",
+        0.0
+      ],
+      [
+        "▁legalized",
+        0.0
+      ],
+      [
+        "▁cuisine",
+        0.0
+      ],
+      [
+        "▁fibre",
+        0.0
+      ],
+      [
+        "Travel",
+        0.0
+      ],
+      [
+        "▁Monument",
+        0.0
+      ],
+      [
+        "ODY",
+        0.0
+      ],
+      [
+        "ethy",
+        0.0
+      ],
+      [
+        "▁interstate",
+        0.0
+      ],
+      [
+        "▁PUR",
+        0.0
+      ],
+      [
+        "emporary",
+        0.0
+      ],
+      [
+        "▁Arabian",
+        0.0
+      ],
+      [
+        "developed",
+        0.0
+      ],
+      [
+        "▁saddle",
+        0.0
+      ],
+      [
+        "▁github",
+        0.0
+      ],
+      [
+        "▁Offer",
+        0.0
+      ],
+      [
+        "▁ISP",
+        0.0
+      ],
+      [
+        "rolet",
+        0.0
+      ],
+      [
+        "▁SUPER",
+        0.0
+      ],
+      [
+        "▁Denis",
+        0.0
+      ],
+      [
+        "▁multiplier",
+        0.0
+      ],
+      [
+        "▁stirred",
+        0.0
+      ],
+      [
+        "Interestingly",
+        0.0
+      ],
+      [
+        "▁customary",
+        0.0
+      ],
+      [
+        "▁billed",
+        0.0
+      ],
+      [
+        "hex",
+        0.0
+      ],
+      [
+        "▁multiplied",
+        0.0
+      ],
+      [
+        "▁flipping",
+        0.0
+      ],
+      [
+        "▁Crosby",
+        0.0
+      ],
+      [
+        "▁fundamentals",
+        0.0
+      ],
+      [
+        "iae",
+        0.0
+      ],
+      [
+        "▁Played",
+        0.0
+      ],
+      [
+        "▁Atom",
+        0.0
+      ],
+      [
+        "amazon",
+        0.0
+      ],
+      [
+        "▁Flam",
+        0.0
+      ],
+      [
+        "eez",
+        0.0
+      ],
+      [
+        "activated",
+        0.0
+      ],
+      [
+        "▁tablespoon",
+        0.0
+      ],
+      [
+        "▁liberalism",
+        0.0
+      ],
+      [
+        "▁Palin",
+        0.0
+      ],
+      [
+        "▁Patel",
+        0.0
+      ],
+      [
+        "Num",
+        0.0
+      ],
+      [
+        "▁TAM",
+        0.0
+      ],
+      [
+        "▁surn",
+        0.0
+      ],
+      [
+        "▁Reloaded",
+        0.0
+      ],
+      [
+        "▁coined",
+        0.0
+      ],
+      [
+        "\"],",
+        0.0
+      ],
+      [
+        "▁Clash",
+        0.0
+      ],
+      [
+        "▁Agu",
+        0.0
+      ],
+      [
+        "▁pragmatic",
+        0.0
+      ],
+      [
+        "▁Activate",
+        0.0
+      ],
+      [
+        "▁802",
+        0.0
+      ],
+      [
+        "▁trailers",
+        0.0
+      ],
+      [
+        "▁silhou",
+        0.0
+      ],
+      [
+        "▁probes",
+        0.0
+      ],
+      [
+        "▁circus",
+        0.0
+      ],
+      [
+        "▁Bain",
+        0.0
+      ],
+      [
+        "▁Lindsay",
+        0.0
+      ],
+      [
+        "▁Abbey",
+        0.0
+      ],
+      [
+        "Delivery",
+        0.0
+      ],
+      [
+        "▁concession",
+        0.0
+      ],
+      [
+        "▁gastro",
+        0.0
+      ],
+      [
+        "▁Sprite",
+        0.0
+      ],
+      [
+        "ÄŁ",
+        0.0
+      ],
+      [
+        "andel",
+        0.0
+      ],
+      [
+        "▁gimm",
+        0.0
+      ],
+      [
+        "▁autobi",
+        0.0
+      ],
+      [
+        "▁Turtle",
+        0.0
+      ],
+      [
+        "▁wonderfully",
+        0.0
+      ],
+      [
+        "▁Haram",
+        0.0
+      ],
+      [
+        "▁Worldwide",
+        0.0
+      ],
+      [
+        "▁Handle",
+        0.0
+      ],
+      [
+        "▁theorists",
+        0.0
+      ],
+      [
+        "▁sleek",
+        0.0
+      ],
+      [
+        "▁Zhu",
+        0.0
+      ],
+      [
+        "ographically",
+        0.0
+      ],
+      [
+        "EGA",
+        0.0
+      ],
+      [
+        "▁Owners",
+        0.0
+      ],
+      [
+        "aths",
+        0.0
+      ],
+      [
+        "▁Antarctic",
+        0.0
+      ],
+      [
+        "natal",
+        0.0
+      ],
+      [
+        "=\"\"",
+        0.0
+      ],
+      [
+        "flags",
+        0.0
+      ],
+      [
+        "````",
+        0.0
+      ],
+      [
+        "▁sul",
+        0.0
+      ],
+      [
+        "Kh",
+        0.0
+      ],
+      [
+        "▁potassium",
+        0.0
+      ],
+      [
+        "▁lineman",
+        0.0
+      ],
+      [
+        "▁cereal",
+        0.0
+      ],
+      [
+        "▁Seasons",
+        0.0
+      ],
+      [
+        "▁2022",
+        0.0
+      ],
+      [
+        "▁mathematic",
+        0.0
+      ],
+      [
+        "▁astronomers",
+        0.0
+      ],
+      [
+        "professional",
+        0.0
+      ],
+      [
+        "▁fares",
+        0.0
+      ],
+      [
+        "cknowled",
+        0.0
+      ],
+      [
+        "▁chi",
+        0.0
+      ],
+      [
+        "▁youngsters",
+        0.0
+      ],
+      [
+        "▁mistakenly",
+        0.0
+      ],
+      [
+        "▁hemisphere",
+        0.0
+      ],
+      [
+        "▁Divinity",
+        0.0
+      ],
+      [
+        "rone",
+        0.0
+      ],
+      [
+        "▁\",",
+        0.0
+      ],
+      [
+        "rings",
+        0.0
+      ],
+      [
+        "▁attracts",
+        0.0
+      ],
+      [
+        "vana",
+        0.0
+      ],
+      [
+        "å¹",
+        0.0
+      ],
+      [
+        "CAP",
+        0.0
+      ],
+      [
+        "▁playlist",
+        0.0
+      ],
+      [
+        "▁porch",
+        0.0
+      ],
+      [
+        "ãģ£",
+        0.0
+      ],
+      [
+        "▁incorporates",
+        0.0
+      ],
+      [
+        "▁soak",
+        0.0
+      ],
+      [
+        "▁asserting",
+        0.0
+      ],
+      [
+        "▁Terrorism",
+        0.0
+      ],
+      [
+        "▁Pablo",
+        0.0
+      ],
+      [
+        "Ja",
+        0.0
+      ],
+      [
+        "cester",
+        0.0
+      ],
+      [
+        "▁fearing",
+        0.0
+      ],
+      [
+        "▁Prayer",
+        0.0
+      ],
+      [
+        "▁escalated",
+        0.0
+      ],
+      [
+        "GW",
+        0.0
+      ],
+      [
+        "▁robe",
+        0.0
+      ],
+      [
+        "▁Brighton",
+        0.0
+      ],
+      [
+        "acists",
+        0.0
+      ],
+      [
+        "▁Symphony",
+        0.0
+      ],
+      [
+        "▁Dwarf",
+        0.0
+      ],
+      [
+        "▁Parade",
+        0.0
+      ],
+      [
+        "▁Lego",
+        0.0
+      ],
+      [
+        "▁inexpl",
+        0.0
+      ],
+      [
+        "▁lords",
+        0.0
+      ],
+      [
+        "leaf",
+        0.0
+      ],
+      [
+        "RAG",
+        0.0
+      ],
+      [
+        "liber",
+        0.0
+      ],
+      [
+        "▁cigars",
+        0.0
+      ],
+      [
+        "▁Jehovah",
+        0.0
+      ],
+      [
+        "606",
+        0.0
+      ],
+      [
+        "WINDOWS",
+        0.0
+      ],
+      [
+        "▁Liberia",
+        0.0
+      ],
+      [
+        "ebus",
+        0.0
+      ],
+      [
+        "Heavy",
+        0.0
+      ],
+      [
+        "▁lubric",
+        0.0
+      ],
+      [
+        "▁RW",
+        0.0
+      ],
+      [
+        "anguages",
+        0.0
+      ],
+      [
+        "▁narrowed",
+        0.0
+      ],
+      [
+        "computer",
+        0.0
+      ],
+      [
+        "▁Ember",
+        0.0
+      ],
+      [
+        "▁murdering",
+        0.0
+      ],
+      [
+        "▁downstream",
+        0.0
+      ],
+      [
+        "▁Tuls",
+        0.0
+      ],
+      [
+        "▁Tables",
+        0.0
+      ],
+      [
+        "Topic",
+        0.0
+      ],
+      [
+        "▁Accuracy",
+        0.0
+      ],
+      [
+        "=/",
+        0.0
+      ],
+      [
+        "lost",
+        0.0
+      ],
+      [
+        "▁Rei",
+        0.0
+      ],
+      [
+        "▁progresses",
+        0.0
+      ],
+      [
+        "bear",
+        0.0
+      ],
+      [
+        "▁establishments",
+        0.0
+      ],
+      [
+        "Justin",
+        0.0
+      ],
+      [
+        "▁Peach",
+        0.0
+      ],
+      [
+        "▁Gomez",
+        0.0
+      ],
+      [
+        "å¿",
+        0.0
+      ],
+      [
+        "▁Triangle",
+        0.0
+      ],
+      [
+        "Ident",
+        0.0
+      ],
+      [
+        "▁Hive",
+        0.0
+      ],
+      [
+        "Resources",
+        0.0
+      ],
+      [
+        "▁mixes",
+        0.0
+      ],
+      [
+        "▁Assuming",
+        0.0
+      ],
+      [
+        "Mu",
+        0.0
+      ],
+      [
+        "▁hypoc",
+        0.0
+      ],
+      [
+        "▁sane",
+        0.0
+      ],
+      [
+        "▁Wan",
+        0.0
+      ],
+      [
+        "idious",
+        0.0
+      ],
+      [
+        "Success",
+        0.0
+      ],
+      [
+        "▁io",
+        0.0
+      ],
+      [
+        "Angel",
+        0.0
+      ],
+      [
+        "▁dangerously",
+        0.0
+      ],
+      [
+        "▁Creature",
+        0.0
+      ],
+      [
+        "WORK",
+        0.0
+      ],
+      [
+        ":[",
+        0.0
+      ],
+      [
+        "▁Katrina",
+        0.0
+      ],
+      [
+        "Listener",
+        0.0
+      ],
+      [
+        "Miller",
+        0.0
+      ],
+      [
+        "▁Idlib",
+        0.0
+      ],
+      [
+        "hang",
+        0.0
+      ],
+      [
+        "▁circumvent",
+        0.0
+      ],
+      [
+        "href",
+        0.0
+      ],
+      [
+        "▁celestial",
+        0.0
+      ],
+      [
+        "▁Weeks",
+        0.0
+      ],
+      [
+        "▁Pug",
+        0.0
+      ],
+      [
+        "▁Dalton",
+        0.0
+      ],
+      [
+        "▁subpoena",
+        0.0
+      ],
+      [
+        "uku",
+        0.0
+      ],
+      [
+        "▁persisted",
+        0.0
+      ],
+      [
+        "pei",
+        0.0
+      ],
+      [
+        "olding",
+        0.0
+      ],
+      [
+        "▁Documents",
+        0.0
+      ],
+      [
+        "▁Hast",
+        0.0
+      ],
+      [
+        "▁CENT",
+        0.0
+      ],
+      [
+        "▁primer",
+        0.0
+      ],
+      [
+        "▁synonymous",
+        0.0
+      ],
+      [
+        "▁nib",
+        0.0
+      ],
+      [
+        "ombs",
+        0.0
+      ],
+      [
+        "▁notation",
+        0.0
+      ],
+      [
+        "▁Dish",
+        0.0
+      ],
+      [
+        "▁Atmosp",
+        0.0
+      ],
+      [
+        "▁forbid",
+        0.0
+      ],
+      [
+        "▁ANG",
+        0.0
+      ],
+      [
+        "pattern",
+        0.0
+      ],
+      [
+        "los",
+        0.0
+      ],
+      [
+        "▁projectiles",
+        0.0
+      ],
+      [
+        "brown",
+        0.0
+      ],
+      [
+        ".\",",
+        0.0
+      ],
+      [
+        "▁Venom",
+        0.0
+      ],
+      [
+        "▁fiercely",
+        0.0
+      ],
+      [
+        "ublished",
+        0.0
+      ],
+      [
+        "▁Uran",
+        0.0
+      ],
+      [
+        "▁Nicarag",
+        0.0
+      ],
+      [
+        "410",
+        0.0
+      ],
+      [
+        "▁CAL",
+        0.0
+      ],
+      [
+        "OTOS",
+        0.0
+      ],
+      [
+        "▁Miracle",
+        0.0
+      ],
+      [
+        "▁Enchant",
+        0.0
+      ],
+      [
+        "▁guarding",
+        0.0
+      ],
+      [
+        "append",
+        0.0
+      ],
+      [
+        "Attach",
+        0.0
+      ],
+      [
+        "▁leveled",
+        0.0
+      ],
+      [
+        "▁condoms",
+        0.0
+      ],
+      [
+        "ihilation",
+        0.0
+      ],
+      [
+        "649",
+        0.0
+      ],
+      [
+        "▁nightmares",
+        0.0
+      ],
+      [
+        "▁THEY",
+        0.0
+      ],
+      [
+        "▁START",
+        0.0
+      ],
+      [
+        "▁Kinn",
+        0.0
+      ],
+      [
+        "▁roommate",
+        0.0
+      ],
+      [
+        "▁hygiene",
+        0.0
+      ],
+      [
+        "opping",
+        0.0
+      ],
+      [
+        "Job",
+        0.0
+      ],
+      [
+        "▁lvl",
+        0.0
+      ],
+      [
+        "▁VER",
+        0.0
+      ],
+      [
+        "▁Keeping",
+        0.0
+      ],
+      [
+        "abetic",
+        0.0
+      ],
+      [
+        "▁formatting",
+        0.0
+      ],
+      [
+        "erala",
+        0.0
+      ],
+      [
+        "▁revisions",
+        0.0
+      ],
+      [
+        "▁resurg",
+        0.0
+      ],
+      [
+        "Tel",
+        0.0
+      ],
+      [
+        "▁Goodman",
+        0.0
+      ],
+      [
+        "353",
+        0.0
+      ],
+      [
+        "pod",
+        0.0
+      ],
+      [
+        "▁indisp",
+        0.0
+      ],
+      [
+        "▁Translation",
+        0.0
+      ],
+      [
+        "▁gown",
+        0.0
+      ],
+      [
+        "▁Mund",
+        0.0
+      ],
+      [
+        "▁cis",
+        0.0
+      ],
+      [
+        "▁bystand",
+        0.0
+      ],
+      [
+        "collect",
+        0.0
+      ],
+      [
+        "▁Punjab",
+        0.0
+      ],
+      [
+        "actively",
+        0.0
+      ],
+      [
+        "▁Gamb",
+        0.0
+      ],
+      [
+        "tell",
+        0.0
+      ],
+      [
+        "▁importing",
+        0.0
+      ],
+      [
+        "gencies",
+        0.0
+      ],
+      [
+        "▁locom",
+        0.0
+      ],
+      [
+        "▁Brill",
+        0.0
+      ],
+      [
+        "Holy",
+        0.0
+      ],
+      [
+        "▁Berger",
+        0.0
+      ],
+      [
+        "▁showdown",
+        0.0
+      ],
+      [
+        "▁responders",
+        0.0
+      ],
+      [
+        "ILY",
+        0.0
+      ],
+      [
+        "▁takedown",
+        0.0
+      ],
+      [
+        "leted",
+        0.0
+      ],
+      [
+        "▁mattered",
+        0.0
+      ],
+      [
+        "▁predictive",
+        0.0
+      ],
+      [
+        "▁overlay",
+        0.0
+      ],
+      [
+        "GPU",
+        0.0
+      ],
+      [
+        "▁Vick",
+        0.0
+      ],
+      [
+        "▁conveyed",
+        0.0
+      ],
+      [
+        "Tab",
+        0.0
+      ],
+      [
+        "peer",
+        0.0
+      ],
+      [
+        "Scan",
+        0.0
+      ],
+      [
+        "▁defensively",
+        0.0
+      ],
+      [
+        "vae",
+        0.0
+      ],
+      [
+        "▁approving",
+        0.0
+      ],
+      [
+        "▁tiers",
+        0.0
+      ],
+      [
+        "▁Via",
+        0.0
+      ],
+      [
+        "querade",
+        0.0
+      ],
+      [
+        "▁Saudis",
+        0.0
+      ],
+      [
+        "▁demolished",
+        0.0
+      ],
+      [
+        "▁Prophe",
+        0.0
+      ],
+      [
+        "▁mono",
+        0.0
+      ],
+      [
+        "▁hospitality",
+        0.0
+      ],
+      [
+        "HAM",
+        0.0
+      ],
+      [
+        "▁Ariel",
+        0.0
+      ],
+      [
+        "MOD",
+        0.0
+      ],
+      [
+        "▁Torah",
+        0.0
+      ],
+      [
+        "▁blah",
+        0.0
+      ],
+      [
+        "▁Belarus",
+        0.0
+      ],
+      [
+        "erential",
+        0.0
+      ],
+      [
+        "▁Tuc",
+        0.0
+      ],
+      [
+        "▁banker",
+        0.0
+      ],
+      [
+        "397",
+        0.0
+      ],
+      [
+        "▁mosquit",
+        0.0
+      ],
+      [
+        "▁Scientist",
+        0.0
+      ],
+      [
+        "▁Musical",
+        0.0
+      ],
+      [
+        "▁hust",
+        0.0
+      ],
+      [
+        "Shift",
+        0.0
+      ],
+      [
+        "▁torment",
+        0.0
+      ],
+      [
+        "▁standoff",
+        0.0
+      ],
+      [
+        "Educ",
+        0.0
+      ],
+      [
+        "▁Fog",
+        0.0
+      ],
+      [
+        "▁amplifier",
+        0.0
+      ],
+      [
+        "Shape",
+        0.0
+      ],
+      [
+        "Instance",
+        0.0
+      ],
+      [
+        "▁Critics",
+        0.0
+      ],
+      [
+        "▁daemon",
+        0.0
+      ],
+      [
+        "Houston",
+        0.0
+      ],
+      [
+        "▁mattress",
+        0.0
+      ],
+      [
+        "▁IDF",
+        0.0
+      ],
+      [
+        "▁obscene",
+        0.0
+      ],
+      [
+        "▁Amer",
+        0.0
+      ],
+      [
+        "hetti",
+        0.0
+      ],
+      [
+        "▁compiling",
+        0.0
+      ],
+      [
+        "352",
+        0.0
+      ],
+      [
+        "verett",
+        0.0
+      ],
+      [
+        "▁Reduction",
+        0.0
+      ],
+      [
+        "istration",
+        0.0
+      ],
+      [
+        "▁Blessed",
+        0.0
+      ],
+      [
+        "▁Bachelor",
+        0.0
+      ],
+      [
+        "316",
+        0.0
+      ],
+      [
+        "▁prank",
+        0.0
+      ],
+      [
+        "▁Vulcan",
+        0.0
+      ],
+      [
+        "dding",
+        0.0
+      ],
+      [
+        "▁mourning",
+        0.0
+      ],
+      [
+        "▁Quint",
+        0.0
+      ],
+      [
+        "▁Blaster",
+        0.0
+      ],
+      [
+        "testing",
+        0.0
+      ],
+      [
+        "▁sediment",
+        0.0
+      ],
+      [
+        ">>>",
+        0.0
+      ],
+      [
+        "▁Eternity",
+        0.0
+      ],
+      [
+        "▁WHERE",
+        0.0
+      ],
+      [
+        "▁Maze",
+        0.0
+      ],
+      [
+        "▁reacting",
+        0.0
+      ],
+      [
+        "▁Alv",
+        0.0
+      ],
+      [
+        "omsday",
+        0.0
+      ],
+      [
+        "▁CRA",
+        0.0
+      ],
+      [
+        "▁translator",
+        0.0
+      ],
+      [
+        "▁bogus",
+        0.0
+      ],
+      [
+        "atu",
+        0.0
+      ],
+      [
+        "Website",
+        0.0
+      ],
+      [
+        "olls",
+        0.0
+      ],
+      [
+        "▁baptism",
+        0.0
+      ],
+      [
+        "▁sibling",
+        0.0
+      ],
+      [
+        "▁Autumn",
+        0.0
+      ],
+      [
+        "vez",
+        0.0
+      ],
+      [
+        "ãģ®é",
+        0.0
+      ],
+      [
+        "guards",
+        0.0
+      ],
+      [
+        "Georg",
+        0.0
+      ],
+      [
+        "assadors",
+        0.0
+      ],
+      [
+        "▁Freud",
+        0.0
+      ],
+      [
+        "▁continents",
+        0.0
+      ],
+      [
+        "▁Registry",
+        0.0
+      ],
+      [
+        "Bernie",
+        0.0
+      ],
+      [
+        "ĸļ士",
+        0.0
+      ],
+      [
+        "▁tolerant",
+        0.0
+      ],
+      [
+        "▁UW",
+        0.0
+      ],
+      [
+        "▁horribly",
+        0.0
+      ],
+      [
+        "995",
+        0.0
+      ],
+      [
+        "▁MIDI",
+        0.0
+      ],
+      [
+        "▁impatient",
+        0.0
+      ],
+      [
+        "ocado",
+        0.0
+      ],
+      [
+        "eri",
+        0.0
+      ],
+      [
+        "▁Worst",
+        0.0
+      ],
+      [
+        "▁Norris",
+        0.0
+      ],
+      [
+        "▁Talking",
+        0.0
+      ],
+      [
+        "▁defends",
+        0.0
+      ],
+      [
+        "ensable",
+        0.0
+      ],
+      [
+        "▁2021",
+        0.0
+      ],
+      [
+        "▁anatomy",
+        0.0
+      ],
+      [
+        "Lew",
+        0.0
+      ],
+      [
+        "▁drawer",
+        0.0
+      ],
+      [
+        "▁Canberra",
+        0.0
+      ],
+      [
+        "▁patriotic",
+        0.0
+      ],
+      [
+        "é¾įåĸļ士",
+        0.0
+      ],
+      [
+        "▁Avg",
+        0.0
+      ],
+      [
+        "ARM",
+        0.0
+      ],
+      [
+        "▁undisclosed",
+        0.0
+      ],
+      [
+        "▁farewell",
+        0.0
+      ],
+      [
+        "459",
+        0.0
+      ],
+      [
+        "bable",
+        0.0
+      ],
+      [
+        "▁Allison",
+        0.0
+      ],
+      [
+        "OLOG",
+        0.0
+      ],
+      [
+        "▁conco",
+        0.0
+      ],
+      [
+        "tight",
+        0.0
+      ],
+      [
+        "▁ACPI",
+        0.0
+      ],
+      [
+        "▁Mines",
+        0.0
+      ],
+      [
+        "lich",
+        0.0
+      ],
+      [
+        "▁âĶľ",
+        0.0
+      ],
+      [
+        "represented",
+        0.0
+      ],
+      [
+        "200000",
+        0.0
+      ],
+      [
+        "▁enthusiast",
+        0.0
+      ],
+      [
+        "OTS",
+        0.0
+      ],
+      [
+        "bil",
+        0.0
+      ],
+      [
+        "▁Ingredients",
+        0.0
+      ],
+      [
+        "▁inventor",
+        0.0
+      ],
+      [
+        "▁MySQL",
+        0.0
+      ],
+      [
+        "³³³",
+        0.0
+      ],
+      [
+        "▁ABOUT",
+        0.0
+      ],
+      [
+        "within",
+        0.0
+      ],
+      [
+        "▁mk",
+        0.0
+      ],
+      [
+        "Bul",
+        0.0
+      ],
+      [
+        "▁Fake",
+        0.0
+      ],
+      [
+        "▁draconian",
+        0.0
+      ],
+      [
+        "Wa",
+        0.0
+      ],
+      [
+        "helm",
+        0.0
+      ],
+      [
+        "▁Terran",
+        0.0
+      ],
+      [
+        "erville",
+        0.0
+      ],
+      [
+        "▁commonplace",
+        0.0
+      ],
+      [
+        "SIZE",
+        0.0
+      ],
+      [
+        "▁\"<",
+        0.0
+      ],
+      [
+        "replace",
+        0.0
+      ],
+      [
+        "ographs",
+        0.0
+      ],
+      [
+        "▁SELECT",
+        0.0
+      ],
+      [
+        "incible",
+        0.0
+      ],
+      [
+        "▁Mostly",
+        0.0
+      ],
+      [
+        "▁Sheffield",
+        0.0
+      ],
+      [
+        "▁IDE",
+        0.0
+      ],
+      [
+        "uggle",
+        0.0
+      ],
+      [
+        "▁citations",
+        0.0
+      ],
+      [
+        "hurst",
+        0.0
+      ],
+      [
+        "▁Unix",
+        0.0
+      ],
+      [
+        "▁unleash",
+        0.0
+      ],
+      [
+        "▁Piper",
+        0.0
+      ],
+      [
+        "▁Nano",
+        0.0
+      ],
+      [
+        "▁succumb",
+        0.0
+      ],
+      [
+        "▁reluctance",
+        0.0
+      ],
+      [
+        "▁2500",
+        0.0
+      ],
+      [
+        "▁Merchant",
+        0.0
+      ],
+      [
+        "▁wiret",
+        0.0
+      ],
+      [
+        "▁combos",
+        0.0
+      ],
+      [
+        "▁Birthday",
+        0.0
+      ],
+      [
+        "▁charcoal",
+        0.0
+      ],
+      [
+        "▁UPS",
+        0.0
+      ],
+      [
+        "▁Fairfax",
+        0.0
+      ],
+      [
+        "▁driveway",
+        0.0
+      ],
+      [
+        "▁Tek",
+        0.0
+      ],
+      [
+        "▁Pitch",
+        0.0
+      ],
+      [
+        "overe",
+        0.0
+      ],
+      [
+        "▁technicians",
+        0.0
+      ],
+      [
+        "▁Actual",
+        0.0
+      ],
+      [
+        "flation",
+        0.0
+      ],
+      [
+        "▁Fiscal",
+        0.0
+      ],
+      [
+        "▁Empty",
+        0.0
+      ],
+      [
+        "anamo",
+        0.0
+      ],
+      [
+        "▁magnesium",
+        0.0
+      ],
+      [
+        "▁slut",
+        0.0
+      ],
+      [
+        "▁growers",
+        0.0
+      ],
+      [
+        "Investigators",
+        0.0
+      ],
+      [
+        "():",
+        0.0
+      ],
+      [
+        "▁Satellite",
+        0.0
+      ],
+      [
+        "▁Keynes",
+        0.0
+      ],
+      [
+        "missive",
+        0.0
+      ],
+      [
+        "lane",
+        0.0
+      ],
+      [
+        "▁borough",
+        0.0
+      ],
+      [
+        "344",
+        0.0
+      ],
+      [
+        "▁TEAM",
+        0.0
+      ],
+      [
+        "▁Bethesda",
+        0.0
+      ],
+      [
+        "CV",
+        0.0
+      ],
+      [
+        "hower",
+        0.0
+      ],
+      [
+        "▁RAD",
+        0.0
+      ],
+      [
+        "▁chant",
+        0.0
+      ],
+      [
+        "▁Riy",
+        0.0
+      ],
+      [
+        "▁compositions",
+        0.0
+      ],
+      [
+        "▁mildly",
+        0.0
+      ],
+      [
+        "▁meddling",
+        0.0
+      ],
+      [
+        "▁agility",
+        0.0
+      ],
+      [
+        "aneers",
+        0.0
+      ],
+      [
+        "501",
+        0.0
+      ],
+      [
+        "▁synth",
+        0.0
+      ],
+      [
+        "linger",
+        0.0
+      ],
+      [
+        "291",
+        0.0
+      ],
+      [
+        "▁exclaimed",
+        0.0
+      ],
+      [
+        "Party",
+        0.0
+      ],
+      [
+        "▁contamin",
+        0.0
+      ],
+      [
+        "▁Manor",
+        0.0
+      ],
+      [
+        "▁Respond",
+        0.0
+      ],
+      [
+        "▁praising",
+        0.0
+      ],
+      [
+        "▁manners",
+        0.0
+      ],
+      [
+        "fleet",
+        0.0
+      ],
+      [
+        "Summer",
+        0.0
+      ],
+      [
+        "▁Lynd",
+        0.0
+      ],
+      [
+        "▁Definitely",
+        0.0
+      ],
+      [
+        "grim",
+        0.0
+      ],
+      [
+        "▁bowling",
+        0.0
+      ],
+      [
+        "stri",
+        0.0
+      ],
+      [
+        "çĽ",
+        0.0
+      ],
+      [
+        "ynt",
+        0.0
+      ],
+      [
+        "▁mandates",
+        0.0
+      ],
+      [
+        "DIV",
+        0.0
+      ],
+      [
+        "▁reconcile",
+        0.0
+      ],
+      [
+        "views",
+        0.0
+      ],
+      [
+        "▁Damon",
+        0.0
+      ],
+      [
+        "vette",
+        0.0
+      ],
+      [
+        "Flo",
+        0.0
+      ],
+      [
+        "▁Greatest",
+        0.0
+      ],
+      [
+        "ilon",
+        0.0
+      ],
+      [
+        "icia",
+        0.0
+      ],
+      [
+        "▁portrayal",
+        0.0
+      ],
+      [
+        "▁cushion",
+        0.0
+      ],
+      [
+        "504",
+        0.0
+      ],
+      [
+        "1979",
+        0.0
+      ],
+      [
+        "ossal",
+        0.0
+      ],
+      [
+        "Applic",
+        0.0
+      ],
+      [
+        "scription",
+        0.0
+      ],
+      [
+        "▁mitigation",
+        0.0
+      ],
+      [
+        "ATS",
+        0.0
+      ],
+      [
+        "pac",
+        0.0
+      ],
+      [
+        "▁erased",
+        0.0
+      ],
+      [
+        "▁deficiencies",
+        0.0
+      ],
+      [
+        "▁Hollande",
+        0.0
+      ],
+      [
+        "▁Xu",
+        0.0
+      ],
+      [
+        "▁bred",
+        0.0
+      ],
+      [
+        "▁pregnancies",
+        0.0
+      ],
+      [
+        "femin",
+        0.0
+      ],
+      [
+        "▁emph",
+        0.0
+      ],
+      [
+        "▁planners",
+        0.0
+      ],
+      [
+        "▁outper",
+        0.0
+      ],
+      [
+        "uttering",
+        0.0
+      ],
+      [
+        "▁perpetrator",
+        0.0
+      ],
+      [
+        "▁motto",
+        0.0
+      ],
+      [
+        "▁Ellison",
+        0.0
+      ],
+      [
+        "▁NEVER",
+        0.0
+      ],
+      [
+        "▁admittedly",
+        0.0
+      ],
+      [
+        "ARI",
+        0.0
+      ],
+      [
+        "▁Azerbaijan",
+        0.0
+      ],
+      [
+        "▁millisec",
+        0.0
+      ],
+      [
+        "▁combustion",
+        0.0
+      ],
+      [
+        "▁Bottle",
+        0.0
+      ],
+      [
+        "▁Lund",
+        0.0
+      ],
+      [
+        "▁Ps",
+        0.0
+      ],
+      [
+        "▁Dress",
+        0.0
+      ],
+      [
+        "▁fabricated",
+        0.0
+      ],
+      [
+        "▁battered",
+        0.0
+      ],
+      [
+        "▁sidel",
+        0.0
+      ],
+      [
+        "▁Notting",
+        0.0
+      ],
+      [
+        "Foreign",
+        0.0
+      ],
+      [
+        "▁Jerome",
+        0.0
+      ],
+      [
+        "020",
+        0.0
+      ],
+      [
+        "▁Arbit",
+        0.0
+      ],
+      [
+        "▁knots",
+        0.0
+      ],
+      [
+        "▁RIGHT",
+        0.0
+      ],
+      [
+        "Moving",
+        0.0
+      ],
+      [
+        "ãģĻ",
+        0.0
+      ],
+      [
+        "▁surgeries",
+        0.0
+      ],
+      [
+        "▁courthouse",
+        0.0
+      ],
+      [
+        "▁mastered",
+        0.0
+      ],
+      [
+        "▁hovering",
+        0.0
+      ],
+      [
+        "▁Bran",
+        0.0
+      ],
+      [
+        "▁Alison",
+        0.0
+      ],
+      [
+        "▁safest",
+        0.0
+      ],
+      [
+        "military",
+        0.0
+      ],
+      [
+        "▁bullied",
+        0.0
+      ],
+      [
+        "▁barrage",
+        0.0
+      ],
+      [
+        "Reader",
+        0.0
+      ],
+      [
+        "ESE",
+        0.0
+      ],
+      [
+        "▁Geographic",
+        0.0
+      ],
+      [
+        "Tools",
+        0.0
+      ],
+      [
+        "314",
+        0.0
+      ],
+      [
+        "▁Geek",
+        0.0
+      ],
+      [
+        "roth",
+        0.0
+      ],
+      [
+        "glers",
+        0.0
+      ],
+      [
+        "▁FIN",
+        0.0
+      ],
+      [
+        "Ïģ",
+        0.0
+      ],
+      [
+        "▁Aston",
+        0.0
+      ],
+      [
+        "altern",
+        0.0
+      ],
+      [
+        "488",
+        0.0
+      ],
+      [
+        "▁veterin",
+        0.0
+      ],
+      [
+        "Gamer",
+        0.0
+      ],
+      [
+        "▁intel",
+        0.0
+      ],
+      [
+        "renches",
+        0.0
+      ],
+      [
+        "Shield",
+        0.0
+      ],
+      [
+        "▁amnesty",
+        0.0
+      ],
+      [
+        "▁Bhar",
+        0.0
+      ],
+      [
+        "▁piled",
+        0.0
+      ],
+      [
+        "▁honorable",
+        0.0
+      ],
+      [
+        "▁Institutes",
+        0.0
+      ],
+      [
+        "▁soaked",
+        0.0
+      ],
+      [
+        "▁coma",
+        0.0
+      ],
+      [
+        "▁EFF",
+        0.0
+      ],
+      [
+        "341",
+        0.0
+      ],
+      [
+        "bytes",
+        0.0
+      ],
+      [
+        "▁Gmail",
+        0.0
+      ],
+      [
+        "lein",
+        0.0
+      ],
+      [
+        "▁Canadiens",
+        0.0
+      ],
+      [
+        "material",
+        0.0
+      ],
+      [
+        "Il",
+        0.0
+      ],
+      [
+        "▁instructors",
+        0.0
+      ],
+      [
+        "▁KY",
+        0.0
+      ],
+      [
+        "▁conceive",
+        0.0
+      ],
+      [
+        "ubb",
+        0.0
+      ],
+      [
+        "▁Possible",
+        0.0
+      ],
+      [
+        "▁easing",
+        0.0
+      ],
+      [
+        "▁Christina",
+        0.0
+      ],
+      [
+        "▁caric",
+        0.0
+      ],
+      [
+        "▁HDR",
+        0.0
+      ],
+      [
+        "ROM",
+        0.0
+      ],
+      [
+        "▁shovel",
+        0.0
+      ],
+      [
+        "delete",
+        0.0
+      ],
+      [
+        "▁puff",
+        0.0
+      ],
+      [
+        "▁Changing",
+        0.0
+      ],
+      [
+        "▁seamlessly",
+        0.0
+      ],
+      [
+        "Attribute",
+        0.0
+      ],
+      [
+        "▁acquisitions",
+        0.0
+      ],
+      [
+        "akery",
+        0.0
+      ],
+      [
+        "▁EF",
+        0.0
+      ],
+      [
+        "▁autistic",
+        0.0
+      ],
+      [
+        "▁Takes",
+        0.0
+      ],
+      [
+        "▁Powder",
+        0.0
+      ],
+      [
+        "▁Stir",
+        0.0
+      ],
+      [
+        "510",
+        0.0
+      ],
+      [
+        "▁Bubble",
+        0.0
+      ],
+      [
+        "settings",
+        0.0
+      ],
+      [
+        "▁Fowler",
+        0.0
+      ],
+      [
+        "▁mustard",
+        0.0
+      ],
+      [
+        "▁moreover",
+        0.0
+      ],
+      [
+        "▁copyrighted",
+        0.0
+      ],
+      [
+        "▁LEDs",
+        0.0
+      ],
+      [
+        "1500",
+        0.0
+      ],
+      [
+        "æī",
+        0.0
+      ],
+      [
+        "▁HIS",
+        0.0
+      ],
+      [
+        "enf",
+        0.0
+      ],
+      [
+        "▁custod",
+        0.0
+      ],
+      [
+        "▁Huck",
+        0.0
+      ],
+      [
+        "Gi",
+        0.0
+      ],
+      [
+        "▁img",
+        0.0
+      ],
+      [
+        "Answer",
+        0.0
+      ],
+      [
+        "Ct",
+        0.0
+      ],
+      [
+        "jay",
+        0.0
+      ],
+      [
+        "▁Infrastructure",
+        0.0
+      ],
+      [
+        "▁federally",
+        0.0
+      ],
+      [
+        "Loc",
+        0.0
+      ],
+      [
+        "▁microbes",
+        0.0
+      ],
+      [
+        "▁overrun",
+        0.0
+      ],
+      [
+        "dds",
+        0.0
+      ],
+      [
+        "otent",
+        0.0
+      ],
+      [
+        "adiator",
+        0.0
+      ],
+      [
+        ">>>>>>>>",
+        0.0
+      ],
+      [
+        "▁tornado",
+        0.0
+      ],
+      [
+        "▁adjud",
+        0.0
+      ],
+      [
+        "▁intrigued",
+        0.0
+      ],
+      [
+        "▁si",
+        0.0
+      ],
+      [
+        "▁Revelation",
+        0.0
+      ],
+      [
+        "progress",
+        0.0
+      ],
+      [
+        "▁burglary",
+        0.0
+      ],
+      [
+        "▁Saiyan",
+        0.0
+      ],
+      [
+        "▁Kathy",
+        0.0
+      ],
+      [
+        "▁serpent",
+        0.0
+      ],
+      [
+        "▁Andreas",
+        0.0
+      ],
+      [
+        "▁compel",
+        0.0
+      ],
+      [
+        "essler",
+        0.0
+      ],
+      [
+        "▁Plastic",
+        0.0
+      ],
+      [
+        "▁Advent",
+        0.0
+      ],
+      [
+        "▁Positive",
+        0.0
+      ],
+      [
+        "▁Qt",
+        0.0
+      ],
+      [
+        "▁Hindus",
+        0.0
+      ],
+      [
+        "registered",
+        0.0
+      ],
+      [
+        "ularity",
+        0.0
+      ],
+      [
+        "▁righteousness",
+        0.0
+      ],
+      [
+        "▁demonic",
+        0.0
+      ],
+      [
+        "uitive",
+        0.0
+      ],
+      [
+        "▁BDS",
+        0.0
+      ],
+      [
+        "▁Gregg",
+        0.0
+      ],
+      [
+        "cia",
+        0.0
+      ],
+      [
+        "▁Crusade",
+        0.0
+      ],
+      [
+        "▁Sinai",
+        0.0
+      ],
+      [
+        "WARE",
+        0.0
+      ],
+      [
+        "+(",
+        0.0
+      ],
+      [
+        "▁mell",
+        0.0
+      ],
+      [
+        "▁derail",
+        0.0
+      ],
+      [
+        "yards",
+        0.0
+      ],
+      [
+        "Ast",
+        0.0
+      ],
+      [
+        "▁noticeably",
+        0.0
+      ],
+      [
+        "▁Ober",
+        0.0
+      ],
+      [
+        "Ram",
+        0.0
+      ],
+      [
+        "▁unnoticed",
+        0.0
+      ],
+      [
+        "▁seq",
+        0.0
+      ],
+      [
+        "avage",
+        0.0
+      ],
+      [
+        "Ts",
+        0.0
+      ],
+      [
+        "▁640",
+        0.0
+      ],
+      [
+        "▁concede",
+        0.0
+      ],
+      [
+        "▁])",
+        0.0
+      ],
+      [
+        "Fill",
+        0.0
+      ],
+      [
+        "▁captivity",
+        0.0
+      ],
+      [
+        "▁Improvement",
+        0.0
+      ],
+      [
+        "▁Crusader",
+        0.0
+      ],
+      [
+        "araoh",
+        0.0
+      ],
+      [
+        "MAP",
+        0.0
+      ],
+      [
+        "æĹ",
+        0.0
+      ],
+      [
+        "▁stride",
+        0.0
+      ],
+      [
+        "always",
+        0.0
+      ],
+      [
+        "Fly",
+        0.0
+      ],
+      [
+        "Nit",
+        0.0
+      ],
+      [
+        "▁algae",
+        0.0
+      ],
+      [
+        "▁Cooking",
+        0.0
+      ],
+      [
+        "▁Doors",
+        0.0
+      ],
+      [
+        "Malley",
+        0.0
+      ],
+      [
+        "▁policemen",
+        0.0
+      ],
+      [
+        "ãģį",
+        0.0
+      ],
+      [
+        "▁astronaut",
+        0.0
+      ],
+      [
+        "accessible",
+        0.0
+      ],
+      [
+        "495",
+        0.0
+      ],
+      [
+        "▁RAW",
+        0.0
+      ],
+      [
+        "cliffe",
+        0.0
+      ],
+      [
+        "udicrous",
+        0.0
+      ],
+      [
+        "▁depended",
+        0.0
+      ],
+      [
+        "alach",
+        0.0
+      ],
+      [
+        "▁ventures",
+        0.0
+      ],
+      [
+        "rake",
+        0.0
+      ],
+      [
+        "▁tits",
+        0.0
+      ],
+      [
+        "▁Hou",
+        0.0
+      ],
+      [
+        "▁condom",
+        0.0
+      ],
+      [
+        "ormonal",
+        0.0
+      ],
+      [
+        "▁indent",
+        0.0
+      ],
+      [
+        "▁uploading",
+        0.0
+      ],
+      [
+        "Footnote",
+        0.0
+      ],
+      [
+        "Important",
+        0.0
+      ],
+      [
+        "▁271",
+        0.0
+      ],
+      [
+        "▁mindful",
+        0.0
+      ],
+      [
+        "▁contends",
+        0.0
+      ],
+      [
+        "Cra",
+        0.0
+      ],
+      [
+        "▁calibr",
+        0.0
+      ],
+      [
+        "▁OECD",
+        0.0
+      ],
+      [
+        "plugin",
+        0.0
+      ],
+      [
+        "Fat",
+        0.0
+      ],
+      [
+        "▁ISS",
+        0.0
+      ],
+      [
+        "▁Dynamics",
+        0.0
+      ],
+      [
+        "ansen",
+        0.0
+      ],
+      [
+        "686",
+        0.0
+      ],
+      [
+        "'),",
+        0.0
+      ],
+      [
+        "▁sprite",
+        0.0
+      ],
+      [
+        "▁handheld",
+        0.0
+      ],
+      [
+        "▁Hipp",
+        0.0
+      ],
+      [
+        "=~=~",
+        0.0
+      ],
+      [
+        "Trust",
+        0.0
+      ],
+      [
+        "▁semantics",
+        0.0
+      ],
+      [
+        "▁Bundes",
+        0.0
+      ],
+      [
+        "▁Reno",
+        0.0
+      ],
+      [
+        "▁Literature",
+        0.0
+      ],
+      [
+        "sense",
+        0.0
+      ],
+      [
+        "Gary",
+        0.0
+      ],
+      [
+        "▁Aeg",
+        0.0
+      ],
+      [
+        "▁Trin",
+        0.0
+      ],
+      [
+        "EEK",
+        0.0
+      ],
+      [
+        "▁cleric",
+        0.0
+      ],
+      [
+        "▁SSH",
+        0.0
+      ],
+      [
+        "▁christ",
+        0.0
+      ],
+      [
+        "▁invading",
+        0.0
+      ],
+      [
+        "ibu",
+        0.0
+      ],
+      [
+        "▁enum",
+        0.0
+      ],
+      [
+        "aura",
+        0.0
+      ],
+      [
+        "▁allege",
+        0.0
+      ],
+      [
+        "▁Incredible",
+        0.0
+      ],
+      [
+        "BBC",
+        0.0
+      ],
+      [
+        "▁thru",
+        0.0
+      ],
+      [
+        "▁sailed",
+        0.0
+      ],
+      [
+        "▁emulate",
+        0.0
+      ],
+      [
+        "▁insecurity",
+        0.0
+      ],
+      [
+        "▁crou",
+        0.0
+      ],
+      [
+        "▁accommodations",
+        0.0
+      ],
+      [
+        "▁incompetent",
+        0.0
+      ],
+      [
+        "▁slips",
+        0.0
+      ],
+      [
+        "▁Earthqu",
+        0.0
+      ],
+      [
+        "sama",
+        0.0
+      ],
+      [
+        "ILLE",
+        0.0
+      ],
+      [
+        "▁iPhones",
+        0.0
+      ],
+      [
+        "asaki",
+        0.0
+      ],
+      [
+        "▁bye",
+        0.0
+      ],
+      [
+        "▁ard",
+        0.0
+      ],
+      [
+        "▁extras",
+        0.0
+      ],
+      [
+        "▁slaughtered",
+        0.0
+      ],
+      [
+        "▁crowdfunding",
+        0.0
+      ],
+      [
+        "resso",
+        0.0
+      ],
+      [
+        "▁filib",
+        0.0
+      ],
+      [
+        "▁ERROR",
+        0.0
+      ],
+      [
+        "▁TLS",
+        0.0
+      ],
+      [
+        "egg",
+        0.0
+      ],
+      [
+        "▁Ital",
+        0.0
+      ],
+      [
+        "▁enlist",
+        0.0
+      ],
+      [
+        "▁Catalonia",
+        0.0
+      ],
+      [
+        "▁Scots",
+        0.0
+      ],
+      [
+        "▁sergeant",
+        0.0
+      ],
+      [
+        "▁dissolve",
+        0.0
+      ],
+      [
+        "NH",
+        0.0
+      ],
+      [
+        "▁standings",
+        0.0
+      ],
+      [
+        "rique",
+        0.0
+      ],
+      [
+        "IQ",
+        0.0
+      ],
+      [
+        "▁beneficiary",
+        0.0
+      ],
+      [
+        "▁aquarium",
+        0.0
+      ],
+      [
+        "YouTube",
+        0.0
+      ],
+      [
+        "▁PowerShell",
+        0.0
+      ],
+      [
+        "▁brightest",
+        0.0
+      ],
+      [
+        "▁Warrant",
+        0.0
+      ],
+      [
+        "Sold",
+        0.0
+      ],
+      [
+        "Writing",
+        0.0
+      ],
+      [
+        "▁beginnings",
+        0.0
+      ],
+      [
+        "▁Reserved",
+        0.0
+      ],
+      [
+        "▁Latinos",
+        0.0
+      ],
+      [
+        "heading",
+        0.0
+      ],
+      [
+        "▁440",
+        0.0
+      ],
+      [
+        "▁rooftop",
+        0.0
+      ],
+      [
+        "ATING",
+        0.0
+      ],
+      [
+        "▁390",
+        0.0
+      ],
+      [
+        "VPN",
+        0.0
+      ],
+      [
+        "Gs",
+        0.0
+      ],
+      [
+        "kernel",
+        0.0
+      ],
+      [
+        "turned",
+        0.0
+      ],
+      [
+        "▁preferable",
+        0.0
+      ],
+      [
+        "▁turnovers",
+        0.0
+      ],
+      [
+        "▁Hels",
+        0.0
+      ],
+      [
+        "Sa",
+        0.0
+      ],
+      [
+        "▁Shinji",
+        0.0
+      ],
+      [
+        "veh",
+        0.0
+      ],
+      [
+        "▁MODULE",
+        0.0
+      ],
+      [
+        "Viol",
+        0.0
+      ],
+      [
+        "▁exiting",
+        0.0
+      ],
+      [
+        "▁jab",
+        0.0
+      ],
+      [
+        "▁Vanilla",
+        0.0
+      ],
+      [
+        "▁acron",
+        0.0
+      ],
+      [
+        "▁Gap",
+        0.0
+      ],
+      [
+        "bern",
+        0.0
+      ],
+      [
+        "Ak",
+        0.0
+      ],
+      [
+        "▁McGu",
+        0.0
+      ],
+      [
+        "▁endlessly",
+        0.0
+      ],
+      [
+        "▁Farage",
+        0.0
+      ],
+      [
+        "▁Noel",
+        0.0
+      ],
+      [
+        "Va",
+        0.0
+      ],
+      [
+        "MK",
+        0.0
+      ],
+      [
+        "▁brute",
+        0.0
+      ],
+      [
+        "▁Kru",
+        0.0
+      ],
+      [
+        "▁ESV",
+        0.0
+      ],
+      [
+        "▁Olivia",
+        0.0
+      ],
+      [
+        "âĢł",
+        0.0
+      ],
+      [
+        "▁Kaf",
+        0.0
+      ],
+      [
+        "▁trusting",
+        0.0
+      ],
+      [
+        "▁hots",
+        0.0
+      ],
+      [
+        "324",
+        0.0
+      ],
+      [
+        "▁malaria",
+        0.0
+      ],
+      [
+        "▁json",
+        0.0
+      ],
+      [
+        "▁pounding",
+        0.0
+      ],
+      [
+        "ortment",
+        0.0
+      ],
+      [
+        "Country",
+        0.0
+      ],
+      [
+        "▁postponed",
+        0.0
+      ],
+      [
+        "▁unequiv",
+        0.0
+      ],
+      [
+        "?),",
+        0.0
+      ],
+      [
+        "▁Rooney",
+        0.0
+      ],
+      [
+        "udding",
+        0.0
+      ],
+      [
+        "▁Leap",
+        0.0
+      ],
+      [
+        "urrence",
+        0.0
+      ],
+      [
+        "shapeshifter",
+        0.0
+      ],
+      [
+        "▁HAS",
+        0.0
+      ],
+      [
+        "osate",
+        0.0
+      ],
+      [
+        "▁cavern",
+        0.0
+      ],
+      [
+        "▁conservatism",
+        0.0
+      ],
+      [
+        "▁BAD",
+        0.0
+      ],
+      [
+        "▁mileage",
+        0.0
+      ],
+      [
+        "▁arresting",
+        0.0
+      ],
+      [
+        "Vaults",
+        0.0
+      ],
+      [
+        "▁mixer",
+        0.0
+      ],
+      [
+        "Democratic",
+        0.0
+      ],
+      [
+        "▁Benson",
+        0.0
+      ],
+      [
+        "▁authored",
+        0.0
+      ],
+      [
+        "8000",
+        0.0
+      ],
+      [
+        "▁proactive",
+        0.0
+      ],
+      [
+        "▁Spiritual",
+        0.0
+      ],
+      [
+        "tre",
+        0.0
+      ],
+      [
+        "▁incarcerated",
+        0.0
+      ],
+      [
+        "▁Sort",
+        0.0
+      ],
+      [
+        "▁peaked",
+        0.0
+      ],
+      [
+        "▁wielding",
+        0.0
+      ],
+      [
+        "reciation",
+        0.0
+      ],
+      [
+        "×Ļ×",
+        0.0
+      ],
+      [
+        "Patch",
+        0.0
+      ],
+      [
+        "▁Emmy",
+        0.0
+      ],
+      [
+        "▁exqu",
+        0.0
+      ],
+      [
+        "tto",
+        0.0
+      ],
+      [
+        "▁Ratio",
+        0.0
+      ],
+      [
+        "▁Picks",
+        0.0
+      ],
+      [
+        "▁Gry",
+        0.0
+      ],
+      [
+        "phant",
+        0.0
+      ],
+      [
+        "▁fret",
+        0.0
+      ],
+      [
+        "▁ethn",
+        0.0
+      ],
+      [
+        "▁archived",
+        0.0
+      ],
+      [
+        "%-",
+        0.0
+      ],
+      [
+        "cases",
+        0.0
+      ],
+      [
+        "▁Blaze",
+        0.0
+      ],
+      [
+        "▁imb",
+        0.0
+      ],
+      [
+        "cv",
+        0.0
+      ],
+      [
+        "yss",
+        0.0
+      ],
+      [
+        "imony",
+        0.0
+      ],
+      [
+        "▁countdown",
+        0.0
+      ],
+      [
+        "▁awakening",
+        0.0
+      ],
+      [
+        "▁Tunisia",
+        0.0
+      ],
+      [
+        "▁Refer",
+        0.0
+      ],
+      [
+        "▁MJ",
+        0.0
+      ],
+      [
+        "▁unnatural",
+        0.0
+      ],
+      [
+        "▁Carnegie",
+        0.0
+      ],
+      [
+        "izen",
+        0.0
+      ],
+      [
+        "▁Nuggets",
+        0.0
+      ],
+      [
+        "hess",
+        0.0
+      ],
+      [
+        "▁evils",
+        0.0
+      ],
+      [
+        "647",
+        0.0
+      ],
+      [
+        "▁introductory",
+        0.0
+      ],
+      [
+        "loving",
+        0.0
+      ],
+      [
+        "▁McMahon",
+        0.0
+      ],
+      [
+        "▁ambiguity",
+        0.0
+      ],
+      [
+        "Label",
+        0.0
+      ],
+      [
+        "▁Almighty",
+        0.0
+      ],
+      [
+        "▁coloring",
+        0.0
+      ],
+      [
+        "▁Claus",
+        0.0
+      ],
+      [
+        "setting",
+        0.0
+      ],
+      [
+        "NULL",
+        0.0
+      ],
+      [
+        "▁Favorite",
+        0.0
+      ],
+      [
+        "▁SIG",
+        0.0
+      ],
+      [
+        ">(",
+        0.0
+      ],
+      [
+        "▁Shiva",
+        0.0
+      ],
+      [
+        "▁Mayer",
+        0.0
+      ],
+      [
+        "▁stormed",
+        0.0
+      ],
+      [
+        "▁Coverage",
+        0.0
+      ],
+      [
+        "weapons",
+        0.0
+      ],
+      [
+        "igham",
+        0.0
+      ],
+      [
+        "▁unanswered",
+        0.0
+      ],
+      [
+        "▁leve",
+        0.0
+      ],
+      [
+        "▁coy",
+        0.0
+      ],
+      [
+        "cas",
+        0.0
+      ],
+      [
+        "bags",
+        0.0
+      ],
+      [
+        "asured",
+        0.0
+      ],
+      [
+        "Seattle",
+        0.0
+      ],
+      [
+        "▁Santorum",
+        0.0
+      ],
+      [
+        "serious",
+        0.0
+      ],
+      [
+        "▁courageous",
+        0.0
+      ],
+      [
+        "▁Soup",
+        0.0
+      ],
+      [
+        "▁confiscated",
+        0.0
+      ],
+      [
+        "▁///",
+        0.0
+      ],
+      [
+        "▁unconventional",
+        0.0
+      ],
+      [
+        "▁moms",
+        0.0
+      ],
+      [
+        "▁Rohingya",
+        0.0
+      ],
+      [
+        "▁Orchestra",
+        0.0
+      ],
+      [
+        "▁Potion",
+        0.0
+      ],
+      [
+        "▁discredit",
+        0.0
+      ],
+      [
+        "▁FIL",
+        0.0
+      ],
+      [
+        "fixed",
+        0.0
+      ],
+      [
+        "▁Deer",
+        0.0
+      ],
+      [
+        "doi",
+        0.0
+      ],
+      [
+        "▁Dimension",
+        0.0
+      ],
+      [
+        "▁bureaucrats",
+        0.0
+      ],
+      [
+        "eteen",
+        0.0
+      ],
+      [
+        "▁actionGroup",
+        0.0
+      ],
+      [
+        "ohm",
+        0.0
+      ],
+      [
+        "▁bumps",
+        0.0
+      ],
+      [
+        "▁Utility",
+        0.0
+      ],
+      [
+        "▁submarines",
+        0.0
+      ],
+      [
+        "renheit",
+        0.0
+      ],
+      [
+        "research",
+        0.0
+      ],
+      [
+        "▁Shapiro",
+        0.0
+      ],
+      [
+        "▁sketches",
+        0.0
+      ],
+      [
+        "▁deceptive",
+        0.0
+      ],
+      [
+        "▁Vil",
+        0.0
+      ],
+      [
+        "esame",
+        0.0
+      ],
+      [
+        "▁Essentially",
+        0.0
+      ],
+      [
+        "▁rampage",
+        0.0
+      ],
+      [
+        "isky",
+        0.0
+      ],
+      [
+        "▁muttered",
+        0.0
+      ],
+      [
+        "thritis",
+        0.0
+      ],
+      [
+        "▁236",
+        0.0
+      ],
+      [
+        "fet",
+        0.0
+      ],
+      [
+        "bars",
+        0.0
+      ],
+      [
+        "▁pupil",
+        0.0
+      ],
+      [
+        "▁Thou",
+        0.0
+      ],
+      [
+        "oS",
+        0.0
+      ],
+      [
+        "song",
+        0.0
+      ],
+      [
+        "▁fractured",
+        0.0
+      ],
+      [
+        "▁revert",
+        0.0
+      ],
+      [
+        "picture",
+        0.0
+      ],
+      [
+        "▁criterion",
+        0.0
+      ],
+      [
+        "usher",
+        0.0
+      ],
+      [
+        "▁repercussions",
+        0.0
+      ],
+      [
+        "▁Vintage",
+        0.0
+      ],
+      [
+        "▁Superintendent",
+        0.0
+      ],
+      [
+        "Officers",
+        0.0
+      ],
+      [
+        "▁flagged",
+        0.0
+      ],
+      [
+        "▁blames",
+        0.0
+      ],
+      [
+        "▁inverse",
+        0.0
+      ],
+      [
+        "ographers",
+        0.0
+      ],
+      [
+        "▁makeshift",
+        0.0
+      ],
+      [
+        "▁devoid",
+        0.0
+      ],
+      [
+        "▁fossils",
+        0.0
+      ],
+      [
+        "▁Aristotle",
+        0.0
+      ],
+      [
+        "▁Funds",
+        0.0
+      ],
+      [
+        "▁depleted",
+        0.0
+      ],
+      [
+        "▁Flu",
+        0.0
+      ],
+      [
+        "▁Yuan",
+        0.0
+      ],
+      [
+        "▁woes",
+        0.0
+      ],
+      [
+        "▁lipid",
+        0.0
+      ],
+      [
+        "▁situ",
+        0.0
+      ],
+      [
+        "requisites",
+        0.0
+      ],
+      [
+        "▁furnish",
+        0.0
+      ],
+      [
+        "▁Samar",
+        0.0
+      ],
+      [
+        "▁shameful",
+        0.0
+      ],
+      [
+        "▁adversely",
+        0.0
+      ],
+      [
+        "▁adept",
+        0.0
+      ],
+      [
+        "▁remorse",
+        0.0
+      ],
+      [
+        "▁murderous",
+        0.0
+      ],
+      [
+        "uckles",
+        0.0
+      ],
+      [
+        "▁ESL",
+        0.0
+      ],
+      [
+        "▁314",
+        0.0
+      ],
+      [
+        "sent",
+        0.0
+      ],
+      [
+        "▁redef",
+        0.0
+      ],
+      [
+        "▁Cache",
+        0.0
+      ],
+      [
+        "▁Purs",
+        0.0
+      ],
+      [
+        "igans",
+        0.0
+      ],
+      [
+        "▁460",
+        0.0
+      ],
+      [
+        "▁prescriptions",
+        0.0
+      ],
+      [
+        "▁fres",
+        0.0
+      ],
+      [
+        "Fuck",
+        0.0
+      ],
+      [
+        "ocrates",
+        0.0
+      ],
+      [
+        "Twenty",
+        0.0
+      ],
+      [
+        "▁Weird",
+        0.0
+      ],
+      [
+        "▁Toggle",
+        0.0
+      ],
+      [
+        "▁Called",
+        0.0
+      ],
+      [
+        "itizens",
+        0.0
+      ],
+      [
+        "▁poultry",
+        0.0
+      ],
+      [
+        "▁harvesting",
+        0.0
+      ],
+      [
+        "ãĤ¦ãĤ¹",
+        0.0
+      ],
+      [
+        "Bottom",
+        0.0
+      ],
+      [
+        "▁cautioned",
+        0.0
+      ],
+      [
+        "tn",
+        0.0
+      ],
+      [
+        "396",
+        0.0
+      ],
+      [
+        "▁Nikki",
+        0.0
+      ],
+      [
+        "▁evaluations",
+        0.0
+      ],
+      [
+        "▁harassing",
+        0.0
+      ],
+      [
+        "▁bindings",
+        0.0
+      ],
+      [
+        "▁Monetary",
+        0.0
+      ],
+      [
+        "▁hitters",
+        0.0
+      ],
+      [
+        "▁adversary",
+        0.0
+      ],
+      [
+        "unts",
+        0.0
+      ],
+      [
+        "▁setback",
+        0.0
+      ],
+      [
+        "▁encrypt",
+        0.0
+      ],
+      [
+        "▁Cait",
+        0.0
+      ],
+      [
+        "▁lows",
+        0.0
+      ],
+      [
+        "enges",
+        0.0
+      ],
+      [
+        "▁Norn",
+        0.0
+      ],
+      [
+        "▁bulbs",
+        0.0
+      ],
+      [
+        "▁bottled",
+        0.0
+      ],
+      [
+        "▁Voyager",
+        0.0
+      ],
+      [
+        "317",
+        0.0
+      ],
+      [
+        "▁spheres",
+        0.0
+      ],
+      [
+        "politics",
+        0.0
+      ],
+      [
+        "▁subtract",
+        0.0
+      ],
+      [
+        "▁sensations",
+        0.0
+      ],
+      [
+        "▁appalling",
+        0.0
+      ],
+      [
+        "▁316",
+        0.0
+      ],
+      [
+        "▁environmentally",
+        0.0
+      ],
+      [
+        "▁STEM",
+        0.0
+      ],
+      [
+        "▁publishes",
+        0.0
+      ],
+      [
+        "560",
+        0.0
+      ],
+      [
+        "▁diligence",
+        0.0
+      ],
+      [
+        "484",
+        0.0
+      ],
+      [
+        "▁advises",
+        0.0
+      ],
+      [
+        "▁petrol",
+        0.0
+      ],
+      [
+        "▁imagining",
+        0.0
+      ],
+      [
+        "▁patrols",
+        0.0
+      ],
+      [
+        "▁Integer",
+        0.0
+      ],
+      [
+        "▁Ashes",
+        0.0
+      ],
+      [
+        "actus",
+        0.0
+      ],
+      [
+        "▁Radiant",
+        0.0
+      ],
+      [
+        "▁LT",
+        0.0
+      ],
+      [
+        "itability",
+        0.0
+      ],
+      [
+        "htaking",
+        0.0
+      ],
+      [
+        "Setting",
+        0.0
+      ],
+      [
+        "▁nuanced",
+        0.0
+      ],
+      [
+        "▁Reef",
+        0.0
+      ],
+      [
+        "▁Developers",
+        0.0
+      ],
+      [
+        "Ni",
+        0.0
+      ],
+      [
+        "pieces",
+        0.0
+      ],
+      [
+        "990",
+        0.0
+      ],
+      [
+        "License",
+        0.0
+      ],
+      [
+        "▁lowers",
+        0.0
+      ],
+      [
+        "▁Ottoman",
+        0.0
+      ],
+      [
+        "327",
+        0.0
+      ],
+      [
+        "ooo",
+        0.0
+      ],
+      [
+        "▁quitting",
+        0.0
+      ],
+      [
+        "markets",
+        0.0
+      ],
+      [
+        "Behind",
+        0.0
+      ],
+      [
+        "▁basin",
+        0.0
+      ],
+      [
+        "▁docs",
+        0.0
+      ],
+      [
+        "anie",
+        0.0
+      ],
+      [
+        "flash",
+        0.0
+      ],
+      [
+        "ctl",
+        0.0
+      ],
+      [
+        "▁civilized",
+        0.0
+      ],
+      [
+        "▁Fukushima",
+        0.0
+      ],
+      [
+        "\"],\"",
+        0.0
+      ],
+      [
+        "▁KS",
+        0.0
+      ],
+      [
+        "▁Honestly",
+        0.0
+      ],
+      [
+        "arat",
+        0.0
+      ],
+      [
+        "▁constructs",
+        0.0
+      ],
+      [
+        "▁Lans",
+        0.0
+      ],
+      [
+        "▁Dire",
+        0.0
+      ],
+      [
+        "▁LIKE",
+        0.0
+      ],
+      [
+        "▁Trouble",
+        0.0
+      ],
+      [
+        "▁withholding",
+        0.0
+      ],
+      [
+        "▁Oblivion",
+        0.0
+      ],
+      [
+        "▁sanity",
+        0.0
+      ],
+      [
+        "anya",
+        0.0
+      ],
+      [
+        "Const",
+        0.0
+      ],
+      [
+        "▁grocer",
+        0.0
+      ],
+      [
+        "▁Celsius",
+        0.0
+      ],
+      [
+        "▁recounted",
+        0.0
+      ],
+      [
+        "▁Wife",
+        0.0
+      ],
+      [
+        "Border",
+        0.0
+      ],
+      [
+        "atered",
+        0.0
+      ],
+      [
+        "happy",
+        0.0
+      ],
+      [
+        "▁spoiler",
+        0.0
+      ],
+      [
+        "▁logically",
+        0.0
+      ],
+      [
+        "Hall",
+        0.0
+      ],
+      [
+        "▁succeeding",
+        0.0
+      ],
+      [
+        "▁polymorph",
+        0.0
+      ],
+      [
+        "▁axes",
+        0.0
+      ],
+      [
+        "▁Shotgun",
+        0.0
+      ],
+      [
+        "▁Slim",
+        0.0
+      ],
+      [
+        "▁Principles",
+        0.0
+      ],
+      [
+        "▁Leth",
+        0.0
+      ],
+      [
+        "arta",
+        0.0
+      ],
+      [
+        "▁scor",
+        0.0
+      ],
+      [
+        "Screenshot",
+        0.0
+      ],
+      [
+        "▁relaxation",
+        0.0
+      ],
+      [
+        "#$#$",
+        0.0
+      ],
+      [
+        "▁deterrent",
+        0.0
+      ],
+      [
+        "iddy",
+        0.0
+      ],
+      [
+        "▁powerless",
+        0.0
+      ],
+      [
+        "▁lesbians",
+        0.0
+      ],
+      [
+        "▁chords",
+        0.0
+      ],
+      [
+        "▁Edited",
+        0.0
+      ],
+      [
+        "selected",
+        0.0
+      ],
+      [
+        "▁separatists",
+        0.0
+      ],
+      [
+        "0002",
+        0.0
+      ],
+      [
+        "▁airspace",
+        0.0
+      ],
+      [
+        "▁turnaround",
+        0.0
+      ],
+      [
+        "▁cunning",
+        0.0
+      ],
+      [
+        "PATH",
+        0.0
+      ],
+      [
+        "Poly",
+        0.0
+      ],
+      [
+        "▁bombed",
+        0.0
+      ],
+      [
+        "▁tion",
+        0.0
+      ],
+      [
+        "xs",
+        0.0
+      ],
+      [
+        "▁withhold",
+        0.0
+      ],
+      [
+        "▁waged",
+        0.0
+      ],
+      [
+        "▁Liberties",
+        0.0
+      ],
+      [
+        "Flag",
+        0.0
+      ],
+      [
+        "▁comforting",
+        0.0
+      ],
+      [
+        "454",
+        0.0
+      ],
+      [
+        "▁Iris",
+        0.0
+      ],
+      [
+        "arers",
+        0.0
+      ],
+      [
+        "▁rag",
+        0.0
+      ],
+      [
+        "▁relocated",
+        0.0
+      ],
+      [
+        "▁Guarant",
+        0.0
+      ],
+      [
+        "▁strategically",
+        0.0
+      ],
+      [
+        "▁gamma",
+        0.0
+      ],
+      [
+        "uberty",
+        0.0
+      ],
+      [
+        "▁Lockheed",
+        0.0
+      ],
+      [
+        "gres",
+        0.0
+      ],
+      [
+        "▁grilled",
+        0.0
+      ],
+      [
+        "▁Lowe",
+        0.0
+      ],
+      [
+        "stats",
+        0.0
+      ],
+      [
+        "▁Rocks",
+        0.0
+      ],
+      [
+        "▁sensing",
+        0.0
+      ],
+      [
+        "▁renting",
+        0.0
+      ],
+      [
+        "▁Geological",
+        0.0
+      ],
+      [
+        "اØ",
+        0.0
+      ],
+      [
+        "otrop",
+        0.0
+      ],
+      [
+        "▁sew",
+        0.0
+      ],
+      [
+        "▁improperly",
+        0.0
+      ],
+      [
+        "486",
+        0.0
+      ],
+      [
+        "▁âĸł",
+        0.0
+      ],
+      [
+        "▁starving",
+        0.0
+      ],
+      [
+        "▁Bj",
+        0.0
+      ],
+      [
+        "Discussion",
+        0.0
+      ],
+      [
+        "328",
+        0.0
+      ],
+      [
+        "▁Combo",
+        0.0
+      ],
+      [
+        "▁Fixes",
+        0.0
+      ],
+      [
+        "NAT",
+        0.0
+      ],
+      [
+        "▁striving",
+        0.0
+      ],
+      [
+        "thora",
+        0.0
+      ],
+      [
+        "▁harvested",
+        0.0
+      ],
+      [
+        "▁Ping",
+        0.0
+      ],
+      [
+        "▁playful",
+        0.0
+      ],
+      [
+        "▁avenues",
+        0.0
+      ],
+      [
+        "▁occupational",
+        0.0
+      ],
+      [
+        "▁wakes",
+        0.0
+      ],
+      [
+        "▁Courier",
+        0.0
+      ],
+      [
+        "▁drummer",
+        0.0
+      ],
+      [
+        "▁Browser",
+        0.0
+      ],
+      [
+        "▁Houth",
+        0.0
+      ],
+      [
+        "itu",
+        0.0
+      ],
+      [
+        "▁apparel",
+        0.0
+      ],
+      [
+        "paste",
+        0.0
+      ],
+      [
+        "▁hunted",
+        0.0
+      ],
+      [
+        "▁Secondly",
+        0.0
+      ],
+      [
+        "lain",
+        0.0
+      ],
+      [
+        "XY",
+        0.0
+      ],
+      [
+        "▁PIN",
+        0.0
+      ],
+      [
+        "icons",
+        0.0
+      ],
+      [
+        "▁cocktails",
+        0.0
+      ],
+      [
+        "▁sizable",
+        0.0
+      ],
+      [
+        "▁hurdles",
+        0.0
+      ],
+      [
+        "estinal",
+        0.0
+      ],
+      [
+        "▁Recreation",
+        0.0
+      ],
+      [
+        "▁eco",
+        0.0
+      ],
+      [
+        "648",
+        0.0
+      ],
+      [
+        "▁Died",
+        0.0
+      ],
+      [
+        "mint",
+        0.0
+      ],
+      [
+        "▁fingerprints",
+        0.0
+      ],
+      [
+        "▁dispose",
+        0.0
+      ],
+      [
+        "▁Bosnia",
+        0.0
+      ],
+      [
+        "tsy",
+        0.0
+      ],
+      [
+        "2200",
+        0.0
+      ],
+      [
+        "▁inspected",
+        0.0
+      ],
+      [
+        "▁Fou",
+        0.0
+      ],
+      [
+        "▁fuss",
+        0.0
+      ],
+      [
+        "▁ambush",
+        0.0
+      ],
+      [
+        "▁Rak",
+        0.0
+      ],
+      [
+        "▁manifested",
+        0.0
+      ],
+      [
+        "Prosecut",
+        0.0
+      ],
+      [
+        "▁suffice",
+        0.0
+      ],
+      [
+        "rences",
+        0.0
+      ],
+      [
+        "▁compensated",
+        0.0
+      ],
+      [
+        "▁Cyrus",
+        0.0
+      ],
+      [
+        "▁genus",
+        0.0
+      ],
+      [
+        "▁Wolverine",
+        0.0
+      ],
+      [
+        "▁Trends",
+        0.0
+      ],
+      [
+        "▁hikes",
+        0.0
+      ],
+      [
+        "▁Seen",
+        0.0
+      ],
+      [
+        "▁enrol",
+        0.0
+      ],
+      [
+        "Cold",
+        0.0
+      ],
+      [
+        "▁politely",
+        0.0
+      ],
+      [
+        "▁Slav",
+        0.0
+      ],
+      [
+        "▁Rupert",
+        0.0
+      ],
+      [
+        "▁eyewitness",
+        0.0
+      ],
+      [
+        "▁Alto",
+        0.0
+      ],
+      [
+        "▁uncomp",
+        0.0
+      ],
+      [
+        "▁posterior",
+        0.0
+      ],
+      [
+        "Must",
+        0.0
+      ],
+      [
+        "▁Herz",
+        0.0
+      ],
+      [
+        "▁progressively",
+        0.0
+      ],
+      [
+        "▁234",
+        0.0
+      ],
+      [
+        "▁indifference",
+        0.0
+      ],
+      [
+        "▁Cunningham",
+        0.0
+      ],
+      [
+        "▁academia",
+        0.0
+      ],
+      [
+        "▁sewer",
+        0.0
+      ],
+      [
+        "▁astounding",
+        0.0
+      ],
+      [
+        "▁AES",
+        0.0
+      ],
+      [
+        "rather",
+        0.0
+      ],
+      [
+        "▁eldest",
+        0.0
+      ],
+      [
+        "▁climbs",
+        0.0
+      ],
+      [
+        "▁Adds",
+        0.0
+      ],
+      [
+        "▁outcry",
+        0.0
+      ],
+      [
+        "▁contag",
+        0.0
+      ],
+      [
+        "▁Houses",
+        0.0
+      ],
+      [
+        "▁pept",
+        0.0
+      ],
+      [
+        "▁Melania",
+        0.0
+      ],
+      [
+        "interested",
+        0.0
+      ],
+      [
+        "▁UCH",
+        0.0
+      ],
+      [
+        "▁Roots",
+        0.0
+      ],
+      [
+        "▁Hubbard",
+        0.0
+      ],
+      [
+        "▁TBD",
+        0.0
+      ],
+      [
+        "▁Romanian",
+        0.0
+      ],
+      [
+        "filename",
+        0.0
+      ],
+      [
+        "Stone",
+        0.0
+      ],
+      [
+        "▁Impl",
+        0.0
+      ],
+      [
+        "▁chromosome",
+        0.0
+      ],
+      [
+        "Cle",
+        0.0
+      ],
+      [
+        "dx",
+        0.0
+      ],
+      [
+        "▁scrambled",
+        0.0
+      ],
+      [
+        "▁Pt",
+        0.0
+      ],
+      [
+        "▁242",
+        0.0
+      ],
+      [
+        "OPLE",
+        0.0
+      ],
+      [
+        "▁tremendously",
+        0.0
+      ],
+      [
+        "Street",
+        0.0
+      ],
+      [
+        "▁craving",
+        0.0
+      ],
+      [
+        "▁bundled",
+        0.0
+      ],
+      [
+        "▁RG",
+        0.0
+      ],
+      [
+        "pipe",
+        0.0
+      ],
+      [
+        "▁injuring",
+        0.0
+      ],
+      [
+        "▁arcane",
+        0.0
+      ],
+      [
+        "Particip",
+        0.0
+      ],
+      [
+        "▁Heroic",
+        0.0
+      ],
+      [
+        "sty",
+        0.0
+      ],
+      [
+        "▁topping",
+        0.0
+      ],
+      [
+        "▁Tempest",
+        0.0
+      ],
+      [
+        "rentices",
+        0.0
+      ],
+      [
+        "bh",
+        0.0
+      ],
+      [
+        "▁paranoia",
+        0.0
+      ],
+      [
+        "▁Unicode",
+        0.0
+      ],
+      [
+        "▁egregious",
+        0.0
+      ],
+      [
+        "▁\\'",
+        0.0
+      ],
+      [
+        "▁Oswald",
+        0.0
+      ],
+      [
+        "▁gravel",
+        0.0
+      ],
+      [
+        "▁Simpsons",
+        0.0
+      ],
+      [
+        "▁bland",
+        0.0
+      ],
+      [
+        "▁Guantanamo",
+        0.0
+      ],
+      [
+        "Writer",
+        0.0
+      ],
+      [
+        "liners",
+        0.0
+      ],
+      [
+        "▁Dice",
+        0.0
+      ],
+      [
+        "JC",
+        0.0
+      ],
+      [
+        "▁parity",
+        0.0
+      ],
+      [
+        "▁sided",
+        0.0
+      ],
+      [
+        "▁237",
+        0.0
+      ],
+      [
+        "▁Pyrrha",
+        0.0
+      ],
+      [
+        "atters",
+        0.0
+      ],
+      [
+        "dk",
+        0.0
+      ],
+      [
+        "Fine",
+        0.0
+      ],
+      [
+        "compan",
+        0.0
+      ],
+      [
+        "▁formulated",
+        0.0
+      ],
+      [
+        "��Idol",
+        0.0
+      ],
+      [
+        "ilers",
+        0.0
+      ],
+      [
+        "hemoth",
+        0.0
+      ],
+      [
+        "▁Fav",
+        0.0
+      ],
+      [
+        "▁intrusion",
+        0.0
+      ],
+      [
+        "▁carrots",
+        0.0
+      ],
+      [
+        "▁Layer",
+        0.0
+      ],
+      [
+        "▁Hacker",
+        0.0
+      ],
+      [
+        "▁----------------",
+        0.0
+      ],
+      [
+        "▁moderation",
+        0.0
+      ],
+      [
+        "éģ",
+        0.0
+      ],
+      [
+        "ococ",
+        0.0
+      ],
+      [
+        "▁characterize",
+        0.0
+      ],
+      [
+        "▁Teresa",
+        0.0
+      ],
+      [
+        "▁socioeconomic",
+        0.0
+      ],
+      [
+        "▁perk",
+        0.0
+      ],
+      [
+        "▁Participation",
+        0.0
+      ],
+      [
+        "training",
+        0.0
+      ],
+      [
+        "▁Paulo",
+        0.0
+      ],
+      [
+        "phys",
+        0.0
+      ],
+      [
+        "▁trustworthy",
+        0.0
+      ],
+      [
+        "▁embodied",
+        0.0
+      ],
+      [
+        "▁Merch",
+        0.0
+      ],
+      [
+        "currency",
+        0.0
+      ],
+      [
+        "▁Priority",
+        0.0
+      ],
+      [
+        "▁teasing",
+        0.0
+      ],
+      [
+        "▁absorbing",
+        0.0
+      ],
+      [
+        "▁unfinished",
+        0.0
+      ],
+      [
+        "▁Comparison",
+        0.0
+      ],
+      [
+        "▁disple",
+        0.0
+      ],
+      [
+        "writers",
+        0.0
+      ],
+      [
+        "▁professions",
+        0.0
+      ],
+      [
+        "▁Penguin",
+        0.0
+      ],
+      [
+        "▁angrily",
+        0.0
+      ],
+      [
+        "▁LINK",
+        0.0
+      ],
+      [
+        "688",
+        0.0
+      ],
+      [
+        "▁Correspond",
+        0.0
+      ],
+      [
+        "▁prevailed",
+        0.0
+      ],
+      [
+        "▁cartel",
+        0.0
+      ],
+      [
+        "lp",
+        0.0
+      ],
+      [
+        "asms",
+        0.0
+      ],
+      [
+        "▁Redemption",
+        0.0
+      ],
+      [
+        "▁Islamists",
+        0.0
+      ],
+      [
+        "effects",
+        0.0
+      ],
+      [
+        "dose",
+        0.0
+      ],
+      [
+        "▁Latter",
+        0.0
+      ],
+      [
+        "▁Halifax",
+        0.0
+      ],
+      [
+        "▁vas",
+        0.0
+      ],
+      [
+        "▁Topics",
+        0.0
+      ],
+      [
+        "▁Named",
+        0.0
+      ],
+      [
+        "advertising",
+        0.0
+      ],
+      [
+        "zza",
+        0.0
+      ],
+      [
+        "ICES",
+        0.0
+      ],
+      [
+        "▁retarded",
+        0.0
+      ],
+      [
+        "achable",
+        0.0
+      ],
+      [
+        "▁Puppet",
+        0.0
+      ],
+      [
+        "▁ItemLevel",
+        0.0
+      ],
+      [
+        "▁retract",
+        0.0
+      ],
+      [
+        "▁identifiable",
+        0.0
+      ],
+      [
+        "Aaron",
+        0.0
+      ],
+      [
+        "▁Buster",
+        0.0
+      ],
+      [
+        "sol",
+        0.0
+      ],
+      [
+        "helle",
+        0.0
+      ],
+      [
+        "assemb",
+        0.0
+      ],
+      [
+        "Hope",
+        0.0
+      ],
+      [
+        "ranged",
+        0.0
+      ],
+      [
+        "Ba",
+        0.0
+      ],
+      [
+        "▁Purch",
+        0.0
+      ],
+      [
+        "éĢ",
+        0.0
+      ],
+      [
+        "▁Siri",
+        0.0
+      ],
+      [
+        "▁arrivals",
+        0.0
+      ],
+      [
+        "▁1912",
+        0.0
+      ],
+      [
+        "▁shortened",
+        0.0
+      ],
+      [
+        "▁312",
+        0.0
+      ],
+      [
+        "▁discrepancy",
+        0.0
+      ],
+      [
+        "▁Temperature",
+        0.0
+      ],
+      [
+        "▁Walton",
+        0.0
+      ],
+      [
+        "▁kinderg",
+        0.0
+      ],
+      [
+        "polit",
+        0.0
+      ],
+      [
+        "▁remix",
+        0.0
+      ],
+      [
+        "▁connectors",
+        0.0
+      ],
+      [
+        "ãĥĺãĥ©",
+        0.0
+      ],
+      [
+        "▁Kazakhstan",
+        0.0
+      ],
+      [
+        "dominated",
+        0.0
+      ],
+      [
+        "▁sugars",
+        0.0
+      ],
+      [
+        "imble",
+        0.0
+      ],
+      [
+        "▁Panic",
+        0.0
+      ],
+      [
+        "▁Demand",
+        0.0
+      ],
+      [
+        "▁Colony",
+        0.0
+      ],
+      [
+        "onen",
+        0.0
+      ],
+      [
+        "▁MER",
+        0.0
+      ],
+      [
+        "775",
+        0.0
+      ],
+      [
+        "uria",
+        0.0
+      ],
+      [
+        "azaar",
+        0.0
+      ],
+      [
+        "▁Degree",
+        0.0
+      ],
+      [
+        "Pri",
+        0.0
+      ],
+      [
+        "▁sunshine",
+        0.0
+      ],
+      [
+        "▁251",
+        0.0
+      ],
+      [
+        "▁psychedelic",
+        0.0
+      ],
+      [
+        "▁digitally",
+        0.0
+      ],
+      [
+        "▁Braun",
+        0.0
+      ],
+      [
+        "▁shimmer",
+        0.0
+      ],
+      [
+        "▁shave",
+        0.0
+      ],
+      [
+        "▁Telesc",
+        0.0
+      ],
+      [
+        "▁Astral",
+        0.0
+      ],
+      [
+        "▁Venezuelan",
+        0.0
+      ],
+      [
+        "▁OG",
+        0.0
+      ],
+      [
+        "▁crawling",
+        0.0
+      ],
+      [
+        "Integ",
+        0.0
+      ],
+      [
+        "▁Feather",
+        0.0
+      ],
+      [
+        "▁unfolding",
+        0.0
+      ],
+      [
+        "▁appropriation",
+        0.0
+      ],
+      [
+        "▁è£ıè",
+        0.0
+      ],
+      [
+        "▁Mobility",
+        0.0
+      ],
+      [
+        "▁Ney",
+        0.0
+      ],
+      [
+        "-.",
+        0.0
+      ],
+      [
+        "bilt",
+        0.0
+      ],
+      [
+        "LIN",
+        0.0
+      ],
+      [
+        "▁Tube",
+        0.0
+      ],
+      [
+        "▁Conversely",
+        0.0
+      ],
+      [
+        "▁keyboards",
+        0.0
+      ],
+      [
+        "▁Cao",
+        0.0
+      ],
+      [
+        "▁overth",
+        0.0
+      ],
+      [
+        "▁laure",
+        0.0
+      ],
+      [
+        ">>\\",
+        0.0
+      ],
+      [
+        "▁Viper",
+        0.0
+      ],
+      [
+        "acha",
+        0.0
+      ],
+      [
+        "Offset",
+        0.0
+      ],
+      [
+        "▁Raleigh",
+        0.0
+      ],
+      [
+        "▁Jae",
+        0.0
+      ],
+      [
+        "Jordan",
+        0.0
+      ],
+      [
+        "jp",
+        0.0
+      ],
+      [
+        "▁totalitarian",
+        0.0
+      ],
+      [
+        "Connector",
+        0.0
+      ],
+      [
+        "▁observes",
+        0.0
+      ],
+      [
+        "▁Spartan",
+        0.0
+      ],
+      [
+        "▁Immediately",
+        0.0
+      ],
+      [
+        "▁Scal",
+        0.0
+      ],
+      [
+        "Cool",
+        0.0
+      ],
+      [
+        "▁taps",
+        0.0
+      ],
+      [
+        "▁roar",
+        0.0
+      ],
+      [
+        "Past",
+        0.0
+      ],
+      [
+        "▁chars",
+        0.0
+      ],
+      [
+        "▁Bender",
+        0.0
+      ],
+      [
+        "▁Sheldon",
+        0.0
+      ],
+      [
+        "▁painter",
+        0.0
+      ],
+      [
+        "▁beacon",
+        0.0
+      ],
+      [
+        "▁Creatures",
+        0.0
+      ],
+      [
+        "▁downturn",
+        0.0
+      ],
+      [
+        "▁hinder",
+        0.0
+      ],
+      [
+        "▁Andromeda",
+        0.0
+      ],
+      [
+        "ÃĽ",
+        0.0
+      ],
+      [
+        "ccoli",
+        0.0
+      ],
+      [
+        "▁Fitness",
+        0.0
+      ],
+      [
+        "etrical",
+        0.0
+      ],
+      [
+        "▁utilizes",
+        0.0
+      ],
+      [
+        "▁senate",
+        0.0
+      ],
+      [
+        "▁ensemble",
+        0.0
+      ],
+      [
+        "▁cheers",
+        0.0
+      ],
+      [
+        "TW",
+        0.0
+      ],
+      [
+        "▁affluent",
+        0.0
+      ],
+      [
+        "kil",
+        0.0
+      ],
+      [
+        "rylic",
+        0.0
+      ],
+      [
+        "ordering",
+        0.0
+      ],
+      [
+        "Computer",
+        0.0
+      ],
+      [
+        "▁gruesome",
+        0.0
+      ],
+      [
+        "ostics",
+        0.0
+      ],
+      [
+        "▁Ubisoft",
+        0.0
+      ],
+      [
+        "▁Kelley",
+        0.0
+      ],
+      [
+        "▁wrench",
+        0.0
+      ],
+      [
+        "▁bourgeoisie",
+        0.0
+      ],
+      [
+        "IBLE",
+        0.0
+      ],
+      [
+        "▁Preston",
+        0.0
+      ],
+      [
+        "worn",
+        0.0
+      ],
+      [
+        "arist",
+        0.0
+      ],
+      [
+        "reating",
+        0.0
+      ],
+      [
+        "▁stained",
+        0.0
+      ],
+      [
+        "arine",
+        0.0
+      ],
+      [
+        "▁slime",
+        0.0
+      ],
+      [
+        "ENN",
+        0.0
+      ],
+      [
+        "▁chests",
+        0.0
+      ],
+      [
+        "▁groundwater",
+        0.0
+      ],
+      [
+        "annot",
+        0.0
+      ],
+      [
+        "▁Tray",
+        0.0
+      ],
+      [
+        "▁Locke",
+        0.0
+      ],
+      [
+        "▁CTR",
+        0.0
+      ],
+      [
+        "▁dudes",
+        0.0
+      ],
+      [
+        "▁External",
+        0.0
+      ],
+      [
+        "▁Decoder",
+        0.0
+      ],
+      [
+        "▁paramed",
+        0.0
+      ],
+      [
+        "▁Medline",
+        0.0
+      ],
+      [
+        "809",
+        0.0
+      ],
+      [
+        "▁Dinner",
+        0.0
+      ],
+      [
+        "rupal",
+        0.0
+      ],
+      [
+        "gz",
+        0.0
+      ],
+      [
+        "▁Gum",
+        0.0
+      ],
+      [
+        "▁Demo",
+        0.0
+      ],
+      [
+        "jee",
+        0.0
+      ],
+      [
+        "▁dh",
+        0.0
+      ],
+      [
+        "berman",
+        0.0
+      ],
+      [
+        "archs",
+        0.0
+      ],
+      [
+        "▁enqu",
+        0.0
+      ],
+      [
+        "▁Epstein",
+        0.0
+      ],
+      [
+        "▁devastation",
+        0.0
+      ],
+      [
+        "▁friendships",
+        0.0
+      ],
+      [
+        "▁Ard",
+        0.0
+      ],
+      [
+        "▁231",
+        0.0
+      ],
+      [
+        "▁Rubin",
+        0.0
+      ],
+      [
+        "▁Distance",
+        0.0
+      ],
+      [
+        "▁spurred",
+        0.0
+      ],
+      [
+        "▁dossier",
+        0.0
+      ],
+      [
+        "▁overlooking",
+        0.0
+      ],
+      [
+        "\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",
+        0.0
+      ],
+      [
+        "Forest",
+        0.0
+      ],
+      [
+        "▁Comes",
+        0.0
+      ],
+      [
+        "\\\",",
+        0.0
+      ],
+      [
+        "▁Iranians",
+        0.0
+      ],
+      [
+        "▁fixtures",
+        0.0
+      ],
+      [
+        "Laughs",
+        0.0
+      ],
+      [
+        "▁curry",
+        0.0
+      ],
+      [
+        "▁Kingston",
+        0.0
+      ],
+      [
+        "▁squash",
+        0.0
+      ],
+      [
+        "▁catalogue",
+        0.0
+      ],
+      [
+        "▁abnormalities",
+        0.0
+      ],
+      [
+        "▁digestive",
+        0.0
+      ],
+      [
+        ".........",
+        0.0
+      ],
+      [
+        "▁subordinate",
+        0.0
+      ],
+      [
+        "ogly",
+        0.0
+      ],
+      [
+        "▁249",
+        0.0
+      ],
+      [
+        "Middle",
+        0.0
+      ],
+      [
+        "▁massac",
+        0.0
+      ],
+      [
+        "▁burgers",
+        0.0
+      ],
+      [
+        "▁downstairs",
+        0.0
+      ],
+      [
+        "▁1931",
+        0.0
+      ],
+      [
+        "394",
+        0.0
+      ],
+      [
+        "▁VG",
+        0.0
+      ],
+      [
+        "▁lasers",
+        0.0
+      ],
+      [
+        "▁Sikh",
+        0.0
+      ],
+      [
+        "▁Alexa",
+        0.0
+      ],
+      [
+        "derived",
+        0.0
+      ],
+      [
+        "▁cyclist",
+        0.0
+      ],
+      [
+        "ãģ®éŃĶ",
+        0.0
+      ],
+      [
+        "oneliness",
+        0.0
+      ],
+      [
+        "!!!!!!!!",
+        0.0
+      ],
+      [
+        "▁buffs",
+        0.0
+      ],
+      [
+        "legate",
+        0.0
+      ],
+      [
+        "▁raping",
+        0.0
+      ],
+      [
+        "▁recommending",
+        0.0
+      ],
+      [
+        "rored",
+        0.0
+      ],
+      [
+        "▁multicultural",
+        0.0
+      ],
+      [
+        "unique",
+        0.0
+      ],
+      [
+        "▁businessmen",
+        0.0
+      ],
+      [
+        "▁uneasy",
+        0.0
+      ],
+      [
+        "▁MAP",
+        0.0
+      ],
+      [
+        "▁dispersed",
+        0.0
+      ],
+      [
+        "cipline",
+        0.0
+      ],
+      [
+        "Jess",
+        0.0
+      ],
+      [
+        "▁Kerala",
+        0.0
+      ],
+      [
+        "å§",
+        0.0
+      ],
+      [
+        "▁abstraction",
+        0.0
+      ],
+      [
+        "Surv",
+        0.0
+      ],
+      [
+        "Uh",
+        0.0
+      ],
+      [
+        "▁printers",
+        0.0
+      ],
+      [
+        "ija",
+        0.0
+      ],
+      [
+        "owder",
+        0.0
+      ],
+      [
+        "▁analogous",
+        0.0
+      ],
+      [
+        "▁ASP",
+        0.0
+      ],
+      [
+        "afer",
+        0.0
+      ],
+      [
+        "▁unfolded",
+        0.0
+      ],
+      [
+        "▁leveling",
+        0.0
+      ],
+      [
+        "▁breached",
+        0.0
+      ],
+      [
+        "▁Hearing",
+        0.0
+      ],
+      [
+        "▁nat",
+        0.0
+      ],
+      [
+        "▁translating",
+        0.0
+      ],
+      [
+        "critical",
+        0.0
+      ],
+      [
+        "▁antagonist",
+        0.0
+      ],
+      [
+        "▁Yesterday",
+        0.0
+      ],
+      [
+        "▁fuzzy",
+        0.0
+      ],
+      [
+        "wash",
+        0.0
+      ],
+      [
+        "mere",
+        0.0
+      ],
+      [
+        "▁bewild",
+        0.0
+      ],
+      [
+        "▁Mae",
+        0.0
+      ],
+      [
+        "Virgin",
+        0.0
+      ],
+      [
+        "phrase",
+        0.0
+      ],
+      [
+        "▁signaled",
+        0.0
+      ],
+      [
+        "▁HIGH",
+        0.0
+      ],
+      [
+        "▁protester",
+        0.0
+      ],
+      [
+        "▁garner",
+        0.0
+      ],
+      [
+        "unknown",
+        0.0
+      ],
+      [
+        "▁kay",
+        0.0
+      ],
+      [
+        "▁abducted",
+        0.0
+      ],
+      [
+        "▁stalking",
+        0.0
+      ],
+      [
+        "amn",
+        0.0
+      ],
+      [
+        "▁deserving",
+        0.0
+      ],
+      [
+        "▁Riv",
+        0.0
+      ],
+      [
+        "▁Jorge",
+        0.0
+      ],
+      [
+        "▁scratching",
+        0.0
+      ],
+      [
+        "▁Saving",
+        0.0
+      ],
+      [
+        "iping",
+        0.0
+      ],
+      [
+        "▁tease",
+        0.0
+      ],
+      [
+        "▁missionary",
+        0.0
+      ],
+      [
+        "▁Morrow",
+        0.0
+      ],
+      [
+        "TIME",
+        0.0
+      ],
+      [
+        "Present",
+        0.0
+      ],
+      [
+        "▁chemotherapy",
+        0.0
+      ],
+      [
+        "terness",
+        0.0
+      ],
+      [
+        "▁Homes",
+        0.0
+      ],
+      [
+        "▁Purdue",
+        0.0
+      ],
+      [
+        "▁staunch",
+        0.0
+      ],
+      [
+        "▁Whitney",
+        0.0
+      ],
+      [
+        "▁THERE",
+        0.0
+      ],
+      [
+        "μ",
+        0.0
+      ],
+      [
+        "iatus",
+        0.0
+      ],
+      [
+        "▁Ernest",
+        0.0
+      ],
+      [
+        "▁Deploy",
+        0.0
+      ],
+      [
+        "▁coveted",
+        0.0
+      ],
+      [
+        "FML",
+        0.0
+      ],
+      [
+        "▁Dialogue",
+        0.0
+      ],
+      [
+        "▁exited",
+        0.0
+      ],
+      [
+        "fruit",
+        0.0
+      ],
+      [
+        "▁nerd",
+        0.0
+      ],
+      [
+        "\":\"\",\"",
+        0.0
+      ],
+      [
+        "▁vivo",
+        0.0
+      ],
+      [
+        "ruly",
+        0.0
+      ],
+      [
+        "460",
+        0.0
+      ],
+      [
+        "▁Amen",
+        0.0
+      ],
+      [
+        "rehensible",
+        0.0
+      ],
+      [
+        "▁âĺ",
+        0.0
+      ],
+      [
+        "DIR",
+        0.0
+      ],
+      [
+        "▁adherence",
+        0.0
+      ],
+      [
+        "▁chew",
+        0.0
+      ],
+      [
+        "▁Coke",
+        0.0
+      ],
+      [
+        "▁Sergei",
+        0.0
+      ],
+      [
+        "digital",
+        0.0
+      ],
+      [
+        "▁Neck",
+        0.0
+      ],
+      [
+        "gently",
+        0.0
+      ],
+      [
+        "enthal",
+        0.0
+      ],
+      [
+        "/)",
+        0.0
+      ],
+      [
+        "▁weary",
+        0.0
+      ],
+      [
+        "▁guise",
+        0.0
+      ],
+      [
+        "▁Concord",
+        0.0
+      ],
+      [
+        "▁Onion",
+        0.0
+      ],
+      [
+        "atcher",
+        0.0
+      ],
+      [
+        "▁binge",
+        0.0
+      ],
+      [
+        "▁Directive",
+        0.0
+      ],
+      [
+        "▁manned",
+        0.0
+      ],
+      [
+        "ansk",
+        0.0
+      ],
+      [
+        "▁illusions",
+        0.0
+      ],
+      [
+        "▁billionaires",
+        0.0
+      ],
+      [
+        "383",
+        0.0
+      ],
+      [
+        "olyn",
+        0.0
+      ],
+      [
+        "odynamic",
+        0.0
+      ],
+      [
+        "▁Wheat",
+        0.0
+      ],
+      [
+        "▁Alic",
+        0.0
+      ],
+      [
+        "▁coloured",
+        0.0
+      ],
+      [
+        "▁NAFTA",
+        0.0
+      ],
+      [
+        "abo",
+        0.0
+      ],
+      [
+        "▁macros",
+        0.0
+      ],
+      [
+        "independent",
+        0.0
+      ],
+      [
+        "sweet",
+        0.0
+      ],
+      [
+        "▁spac",
+        0.0
+      ],
+      [
+        "▁Kabul",
+        0.0
+      ],
+      [
+        "▁Ä",
+        0.0
+      ],
+      [
+        "eme",
+        0.0
+      ],
+      [
+        "▁dictated",
+        0.0
+      ],
+      [
+        "▁shouts",
+        0.0
+      ],
+      [
+        "={",
+        0.0
+      ],
+      [
+        "▁ripping",
+        0.0
+      ],
+      [
+        "▁Shay",
+        0.0
+      ],
+      [
+        "▁Cricket",
+        0.0
+      ],
+      [
+        "directed",
+        0.0
+      ],
+      [
+        "▁analysed",
+        0.0
+      ],
+      [
+        "▁WARRANT",
+        0.0
+      ],
+      [
+        "agons",
+        0.0
+      ],
+      [
+        "▁Blazers",
+        0.0
+      ],
+      [
+        "▁cheered",
+        0.0
+      ],
+      [
+        "▁arithmetic",
+        0.0
+      ],
+      [
+        "▁Tanz",
+        0.0
+      ],
+      [
+        "373",
+        0.0
+      ],
+      [
+        "▁Flags",
+        0.0
+      ],
+      [
+        "▁295",
+        0.0
+      ],
+      [
+        "▁witches",
+        0.0
+      ],
+      [
+        "▁Included",
+        0.0
+      ],
+      [
+        "▁Gained",
+        0.0
+      ],
+      [
+        "���Blades",
+        0.0
+      ],
+      [
+        "Gam",
+        0.0
+      ],
+      [
+        "▁Samantha",
+        0.0
+      ],
+      [
+        "▁Atlantis",
+        0.0
+      ],
+      [
+        "▁Pratt",
+        0.0
+      ],
+      [
+        "▁spoiled",
+        0.0
+      ],
+      [
+        "▁IB",
+        0.0
+      ],
+      [
+        "▁Ramirez",
+        0.0
+      ],
+      [
+        "Probably",
+        0.0
+      ],
+      [
+        "rero",
+        0.0
+      ],
+      [
+        "▁Ng",
+        0.0
+      ],
+      [
+        "▁Warlock",
+        0.0
+      ],
+      [
+        "tp",
+        0.0
+      ],
+      [
+        "▁overhe",
+        0.0
+      ],
+      [
+        "▁administrations",
+        0.0
+      ],
+      [
+        "▁tint",
+        0.0
+      ],
+      [
+        "▁regiment",
+        0.0
+      ],
+      [
+        "▁pistols",
+        0.0
+      ],
+      [
+        "▁blankets",
+        0.0
+      ],
+      [
+        "▁epist",
+        0.0
+      ],
+      [
+        "▁bowls",
+        0.0
+      ],
+      [
+        "▁hydraulic",
+        0.0
+      ],
+      [
+        "▁dean",
+        0.0
+      ],
+      [
+        "▁jung",
+        0.0
+      ],
+      [
+        "▁ascend",
+        0.0
+      ],
+      [
+        "705",
+        0.0
+      ],
+      [
+        "▁Santiago",
+        0.0
+      ],
+      [
+        "î",
+        0.0
+      ],
+      [
+        "▁unavoid",
+        0.0
+      ],
+      [
+        "▁Shaman",
+        0.0
+      ],
+      [
+        "reb",
+        0.0
+      ],
+      [
+        "▁stemming",
+        0.0
+      ],
+      [
+        "998",
+        0.0
+      ],
+      [
+        "▁MG",
+        0.0
+      ],
+      [
+        "sticks",
+        0.0
+      ],
+      [
+        "esthesia",
+        0.0
+      ],
+      [
+        "ERO",
+        0.0
+      ],
+      [
+        "▁morbid",
+        0.0
+      ],
+      [
+        "▁Grill",
+        0.0
+      ],
+      [
+        "▁Poe",
+        0.0
+      ],
+      [
+        "anyl",
+        0.0
+      ],
+      [
+        "▁deleting",
+        0.0
+      ],
+      [
+        "▁Surveillance",
+        0.0
+      ],
+      [
+        "▁directives",
+        0.0
+      ],
+      [
+        "▁iterations",
+        0.0
+      ],
+      [
+        "▁Rox",
+        0.0
+      ],
+      [
+        "▁Milky",
+        0.0
+      ],
+      [
+        "Father",
+        0.0
+      ],
+      [
+        "▁patented",
+        0.0
+      ],
+      [
+        "447",
+        0.0
+      ],
+      [
+        "▁precursor",
+        0.0
+      ],
+      [
+        "▁maiden",
+        0.0
+      ],
+      [
+        "▁Phen",
+        0.0
+      ],
+      [
+        "▁Vegan",
+        0.0
+      ],
+      [
+        "▁Patent",
+        0.0
+      ],
+      [
+        "Kelly",
+        0.0
+      ],
+      [
+        "Redditor",
+        0.0
+      ],
+      [
+        "▁nods",
+        0.0
+      ],
+      [
+        "▁ventilation",
+        0.0
+      ],
+      [
+        "▁Schwarz",
+        0.0
+      ],
+      [
+        "▁wizards",
+        0.0
+      ],
+      [
+        "▁ominous",
+        0.0
+      ],
+      [
+        "▁Heads",
+        0.0
+      ],
+      [
+        "▁BG",
+        0.0
+      ],
+      [
+        "▁lumber",
+        0.0
+      ],
+      [
+        "▁Spiel",
+        0.0
+      ],
+      [
+        "▁isEnabled",
+        0.0
+      ],
+      [
+        "▁ancestral",
+        0.0
+      ],
+      [
+        "▁Ships",
+        0.0
+      ],
+      [
+        "▁wrestler",
+        0.0
+      ],
+      [
+        "phi",
+        0.0
+      ],
+      [
+        "▁yuan",
+        0.0
+      ],
+      [
+        "▁Rebellion",
+        0.0
+      ],
+      [
+        "▁iceberg",
+        0.0
+      ],
+      [
+        "▁magically",
+        0.0
+      ],
+      [
+        "▁diversion",
+        0.0
+      ],
+      [
+        "arro",
+        0.0
+      ],
+      [
+        "ythm",
+        0.0
+      ],
+      [
+        "▁Riders",
+        0.0
+      ],
+      [
+        "▁Robbie",
+        0.0
+      ],
+      [
+        "▁Kara",
+        0.0
+      ],
+      [
+        "▁Maintenance",
+        0.0
+      ],
+      [
+        "▁Herb",
+        0.0
+      ],
+      [
+        "▁harms",
+        0.0
+      ],
+      [
+        "packed",
+        0.0
+      ],
+      [
+        "▁Feinstein",
+        0.0
+      ],
+      [
+        "▁marrying",
+        0.0
+      ],
+      [
+        "▁blending",
+        0.0
+      ],
+      [
+        "▁Rates",
+        0.0
+      ],
+      [
+        "▁1880",
+        0.0
+      ],
+      [
+        "▁wrink",
+        0.0
+      ],
+      [
+        "▁Unch",
+        0.0
+      ],
+      [
+        "▁Torch",
+        0.0
+      ],
+      [
+        "described",
+        0.0
+      ],
+      [
+        "▁humanoid",
+        0.0
+      ],
+      [
+        "ilitating",
+        0.0
+      ],
+      [
+        "▁Conv",
+        0.0
+      ],
+      [
+        "▁Feld",
+        0.0
+      ],
+      [
+        "IGHTS",
+        0.0
+      ],
+      [
+        "▁whistleblower",
+        0.0
+      ],
+      [
+        "ortmund",
+        0.0
+      ],
+      [
+        "etsy",
+        0.0
+      ],
+      [
+        "arrett",
+        0.0
+      ],
+      [
+        "▁Mono",
+        0.0
+      ],
+      [
+        "▁Ike",
+        0.0
+      ],
+      [
+        "▁CNBC",
+        0.0
+      ],
+      [
+        "▁WAY",
+        0.0
+      ],
+      [
+        "▁MDMA",
+        0.0
+      ],
+      [
+        "▁Individuals",
+        0.0
+      ],
+      [
+        "▁supplemental",
+        0.0
+      ],
+      [
+        "▁powerhouse",
+        0.0
+      ],
+      [
+        "▁Stru",
+        0.0
+      ],
+      [
+        "Focus",
+        0.0
+      ],
+      [
+        "aphael",
+        0.0
+      ],
+      [
+        "▁Colleg",
+        0.0
+      ],
+      [
+        "atti",
+        0.0
+      ],
+      [
+        "ZA",
+        0.0
+      ],
+      [
+        "▁perenn",
+        0.0
+      ],
+      [
+        "▁Signature",
+        0.0
+      ],
+      [
+        "▁Rodney",
+        0.0
+      ],
+      [
+        "▁cubes",
+        0.0
+      ],
+      [
+        "iddled",
+        0.0
+      ],
+      [
+        "▁Dante",
+        0.0
+      ],
+      [
+        "▁INV",
+        0.0
+      ],
+      [
+        "ilingual",
+        0.0
+      ],
+      [
+        "▁Cth",
+        0.0
+      ],
+      [
+        "▁sofa",
+        0.0
+      ],
+      [
+        "▁intimidate",
+        0.0
+      ],
+      [
+        "▁Roe",
+        0.0
+      ],
+      [
+        "▁Diplom",
+        0.0
+      ],
+      [
+        "▁Countries",
+        0.0
+      ],
+      [
+        "ayson",
+        0.0
+      ],
+      [
+        "▁extradition",
+        0.0
+      ],
+      [
+        "▁disabling",
+        0.0
+      ],
+      [
+        "▁Cardiff",
+        0.0
+      ],
+      [
+        "▁memorandum",
+        0.0
+      ],
+      [
+        "▁Trace",
+        0.0
+      ],
+      [
+        "▁???",
+        0.0
+      ],
+      [
+        "sector",
+        0.0
+      ],
+      [
+        "▁Rouhani",
+        0.0
+      ],
+      [
+        "▁Yates",
+        0.0
+      ],
+      [
+        "▁Freeze",
+        0.0
+      ],
+      [
+        "▁bladder",
+        0.0
+      ],
+      [
+        "Motor",
+        0.0
+      ],
+      [
+        "▁Promise",
+        0.0
+      ],
+      [
+        "antasy",
+        0.0
+      ],
+      [
+        "▁foreseeable",
+        0.0
+      ],
+      [
+        "▁Cologne",
+        0.0
+      ],
+      [
+        "container",
+        0.0
+      ],
+      [
+        "▁Trees",
+        0.0
+      ],
+      [
+        "▁Gors",
+        0.0
+      ],
+      [
+        "▁Sinclair",
+        0.0
+      ],
+      [
+        "▁barring",
+        0.0
+      ],
+      [
+        "keye",
+        0.0
+      ],
+      [
+        "▁slashed",
+        0.0
+      ],
+      [
+        "▁Statistical",
+        0.0
+      ],
+      [
+        "éĩ",
+        0.0
+      ],
+      [
+        "▁âĸº",
+        0.0
+      ],
+      [
+        "Allows",
+        0.0
+      ],
+      [
+        "▁humility",
+        0.0
+      ],
+      [
+        "▁drilled",
+        0.0
+      ],
+      [
+        "▁Furn",
+        0.0
+      ],
+      [
+        "443",
+        0.0
+      ],
+      [
+        "▁sewage",
+        0.0
+      ],
+      [
+        "▁homepage",
+        0.0
+      ],
+      [
+        "▁courtyard",
+        0.0
+      ],
+      [
+        "▁vile",
+        0.0
+      ],
+      [
+        "▁subsidiaries",
+        0.0
+      ],
+      [
+        "ajo",
+        0.0
+      ],
+      [
+        "directory",
+        0.0
+      ],
+      [
+        "▁ammon",
+        0.0
+      ],
+      [
+        "Vers",
+        0.0
+      ],
+      [
+        "charges",
+        0.0
+      ],
+      [
+        "▁}}",
+        0.0
+      ],
+      [
+        "▁Chains",
+        0.0
+      ],
+      [
+        "▁246",
+        0.0
+      ],
+      [
+        "nob",
+        0.0
+      ],
+      [
+        "▁percept",
+        0.0
+      ],
+      [
+        "▁grit",
+        0.0
+      ],
+      [
+        "▁fishermen",
+        0.0
+      ],
+      [
+        "▁Iraqis",
+        0.0
+      ],
+      [
+        "▁DISTR",
+        0.0
+      ],
+      [
+        "▁FULL",
+        0.0
+      ],
+      [
+        "▁Evaluation",
+        0.0
+      ],
+      [
+        "graph",
+        0.0
+      ],
+      [
+        "atial",
+        0.0
+      ],
+      [
+        "▁cooperating",
+        0.0
+      ],
+      [
+        "▁melan",
+        0.0
+      ],
+      [
+        "▁enlightened",
+        0.0
+      ],
+      [
+        "▁ali",
+        0.0
+      ],
+      [
+        "tailed",
+        0.0
+      ],
+      [
+        "▁salute",
+        0.0
+      ],
+      [
+        "▁weakest",
+        0.0
+      ],
+      [
+        "▁Bulldogs",
+        0.0
+      ],
+      [
+        "UA",
+        0.0
+      ],
+      [
+        "▁Alloy",
+        0.0
+      ],
+      [
+        "▁semen",
+        0.0
+      ],
+      [
+        "ocene",
+        0.0
+      ],
+      [
+        "▁Williamson",
+        0.0
+      ],
+      [
+        "spr",
+        0.0
+      ],
+      [
+        ",âĢĶ",
+        0.0
+      ],
+      [
+        "▁GF",
+        0.0
+      ],
+      [
+        "ittens",
+        0.0
+      ],
+      [
+        "Beat",
+        0.0
+      ],
+      [
+        "▁Junk",
+        0.0
+      ],
+      [
+        "iphate",
+        0.0
+      ],
+      [
+        "▁Farmers",
+        0.0
+      ],
+      [
+        "▁Bitcoins",
+        0.0
+      ],
+      [
+        "igers",
+        0.0
+      ],
+      [
+        "dh",
+        0.0
+      ],
+      [
+        "▁Loyal",
+        0.0
+      ],
+      [
+        "payer",
+        0.0
+      ],
+      [
+        "▁entertained",
+        0.0
+      ],
+      [
+        "▁penned",
+        0.0
+      ],
+      [
+        "▁coupon",
+        0.0
+      ],
+      [
+        "Queue",
+        0.0
+      ],
+      [
+        "▁weakening",
+        0.0
+      ],
+      [
+        "carry",
+        0.0
+      ],
+      [
+        "▁underestimate",
+        0.0
+      ],
+      [
+        "▁shootout",
+        0.0
+      ],
+      [
+        "▁charismatic",
+        0.0
+      ],
+      [
+        "▁Procedure",
+        0.0
+      ],
+      [
+        "▁prudent",
+        0.0
+      ],
+      [
+        "inances",
+        0.0
+      ],
+      [
+        "▁riches",
+        0.0
+      ],
+      [
+        "▁cortical",
+        0.0
+      ],
+      [
+        "▁strides",
+        0.0
+      ],
+      [
+        "▁drib",
+        0.0
+      ],
+      [
+        "▁Oilers",
+        0.0
+      ],
+      [
+        "540",
+        0.0
+      ],
+      [
+        "▁Perform",
+        0.0
+      ],
+      [
+        "▁Bangkok",
+        0.0
+      ],
+      [
+        "▁euth",
+        0.0
+      ],
+      [
+        "SER",
+        0.0
+      ],
+      [
+        "▁simplistic",
+        0.0
+      ],
+      [
+        "tops",
+        0.0
+      ],
+      [
+        "campaign",
+        0.0
+      ],
+      [
+        "Quality",
+        0.0
+      ],
+      [
+        "▁impoverished",
+        0.0
+      ],
+      [
+        "▁Eisenhower",
+        0.0
+      ],
+      [
+        "▁augment",
+        0.0
+      ],
+      [
+        "▁Harden",
+        0.0
+      ],
+      [
+        "▁intervened",
+        0.0
+      ],
+      [
+        "▁listens",
+        0.0
+      ],
+      [
+        "▁Kok",
+        0.0
+      ],
+      [
+        "▁sage",
+        0.0
+      ],
+      [
+        "▁rubbish",
+        0.0
+      ],
+      [
+        "▁Ded",
+        0.0
+      ],
+      [
+        "▁mull",
+        0.0
+      ],
+      [
+        "pelling",
+        0.0
+      ],
+      [
+        "▁videot",
+        0.0
+      ],
+      [
+        "Production",
+        0.0
+      ],
+      [
+        "DJ",
+        0.0
+      ],
+      [
+        "miah",
+        0.0
+      ],
+      [
+        "▁adaptations",
+        0.0
+      ],
+      [
+        "▁medically",
+        0.0
+      ],
+      [
+        "▁boarded",
+        0.0
+      ],
+      [
+        "▁arrogance",
+        0.0
+      ],
+      [
+        "▁scrapped",
+        0.0
+      ],
+      [
+        "▁oppress",
+        0.0
+      ],
+      [
+        "FORMATION",
+        0.0
+      ],
+      [
+        "▁junction",
+        0.0
+      ],
+      [
+        "415",
+        0.0
+      ],
+      [
+        "EEEE",
+        0.0
+      ],
+      [
+        "Skill",
+        0.0
+      ],
+      [
+        "▁subdu",
+        0.0
+      ],
+      [
+        "▁Suggest",
+        0.0
+      ],
+      [
+        "▁Pett",
+        0.0
+      ],
+      [
+        "▁lett",
+        0.0
+      ],
+      [
+        "▁Manip",
+        0.0
+      ],
+      [
+        "▁Caf",
+        0.0
+      ],
+      [
+        "▁Cooperation",
+        0.0
+      ],
+      [
+        "Ther",
+        0.0
+      ],
+      [
+        "▁regained",
+        0.0
+      ],
+      [
+        "¶æ",
+        0.0
+      ],
+      [
+        "reflect",
+        0.0
+      ],
+      [
+        "▁thugs",
+        0.0
+      ],
+      [
+        "▁Shelby",
+        0.0
+      ],
+      [
+        "▁dictates",
+        0.0
+      ],
+      [
+        "▁Weiner",
+        0.0
+      ],
+      [
+        "▁Hale",
+        0.0
+      ],
+      [
+        "▁battleground",
+        0.0
+      ],
+      [
+        "schild",
+        0.0
+      ],
+      [
+        "▁condol",
+        0.0
+      ],
+      [
+        "hunt",
+        0.0
+      ],
+      [
+        "ositories",
+        0.0
+      ],
+      [
+        "▁accuses",
+        0.0
+      ],
+      [
+        "Filename",
+        0.0
+      ],
+      [
+        "▁shri",
+        0.0
+      ],
+      [
+        "▁motivate",
+        0.0
+      ],
+      [
+        "▁reflections",
+        0.0
+      ],
+      [
+        "Null",
+        0.0
+      ],
+      [
+        "▁Lobby",
+        0.0
+      ],
+      [
+        "¥µ",
+        0.0
+      ],
+      [
+        "▁SATA",
+        0.0
+      ],
+      [
+        "▁Backup",
+        0.0
+      ],
+      [
+        "Ñĥ",
+        0.0
+      ],
+      [
+        "nin",
+        0.0
+      ],
+      [
+        "▁Correction",
+        0.0
+      ],
+      [
+        "▁juicy",
+        0.0
+      ],
+      [
+        "utra",
+        0.0
+      ],
+      [
+        "▁Pric",
+        0.0
+      ],
+      [
+        "▁restraining",
+        0.0
+      ],
+      [
+        "▁Airbnb",
+        0.0
+      ],
+      [
+        "▁Arrest",
+        0.0
+      ],
+      [
+        "▁appropriations",
+        0.0
+      ],
+      [
+        "▁slopes",
+        0.0
+      ],
+      [
+        "▁manslaughter",
+        0.0
+      ],
+      [
+        "▁workings",
+        0.0
+      ],
+      [
+        "▁Huss",
+        0.0
+      ],
+      [
+        "▁Frey",
+        0.0
+      ],
+      [
+        "Leave",
+        0.0
+      ],
+      [
+        "▁Harmony",
+        0.0
+      ],
+      [
+        "▁Feder",
+        0.0
+      ],
+      [
+        "▁430",
+        0.0
+      ],
+      [
+        "▁trench",
+        0.0
+      ],
+      [
+        "▁gladly",
+        0.0
+      ],
+      [
+        "▁bullpen",
+        0.0
+      ],
+      [
+        "▁Gau",
+        0.0
+      ],
+      [
+        "bones",
+        0.0
+      ],
+      [
+        "▁groove",
+        0.0
+      ],
+      [
+        "▁pretext",
+        0.0
+      ],
+      [
+        "ãħĭ",
+        0.0
+      ],
+      [
+        "▁transmitter",
+        0.0
+      ],
+      [
+        "▁Component",
+        0.0
+      ],
+      [
+        "▁underage",
+        0.0
+      ],
+      [
+        "▁Empires",
+        0.0
+      ],
+      [
+        "Tile",
+        0.0
+      ],
+      [
+        "▁oy",
+        0.0
+      ],
+      [
+        "▁Marvin",
+        0.0
+      ],
+      [
+        "▁CAS",
+        0.0
+      ],
+      [
+        "▁bloss",
+        0.0
+      ],
+      [
+        "▁replicated",
+        0.0
+      ],
+      [
+        "▁Mariners",
+        0.0
+      ],
+      [
+        "Marcus",
+        0.0
+      ],
+      [
+        "▁Blocks",
+        0.0
+      ],
+      [
+        "▁liberated",
+        0.0
+      ],
+      [
+        "▁butterfly",
+        0.0
+      ],
+      [
+        "Feel",
+        0.0
+      ],
+      [
+        "▁fermentation",
+        0.0
+      ],
+      [
+        "▁youtube",
+        0.0
+      ],
+      [
+        "▁offend",
+        0.0
+      ],
+      [
+        "▁Term",
+        0.0
+      ],
+      [
+        "resist",
+        0.0
+      ],
+      [
+        "▁cessation",
+        0.0
+      ],
+      [
+        "▁insurgency",
+        0.0
+      ],
+      [
+        "▁bir",
+        0.0
+      ],
+      [
+        "▁Raise",
+        0.0
+      ],
+      [
+        "595",
+        0.0
+      ],
+      [
+        "▁hypotheses",
+        0.0
+      ],
+      [
+        "502",
+        0.0
+      ],
+      [
+        "▁plaque",
+        0.0
+      ],
+      [
+        "ocrat",
+        0.0
+      ],
+      [
+        "▁jackets",
+        0.0
+      ],
+      [
+        "▁HuffPost",
+        0.0
+      ],
+      [
+        "among",
+        0.0
+      ],
+      [
+        "▁confer",
+        0.0
+      ],
+      [
+        "487",
+        0.0
+      ],
+      [
+        "▁Lilly",
+        0.0
+      ],
+      [
+        "▁adapting",
+        0.0
+      ],
+      [
+        "▁Fay",
+        0.0
+      ],
+      [
+        "▁shoved",
+        0.0
+      ],
+      [
+        "vec",
+        0.0
+      ],
+      [
+        "▁refine",
+        0.0
+      ],
+      [
+        "▁gon",
+        0.0
+      ],
+      [
+        "▁gunmen",
+        0.0
+      ],
+      [
+        "zai",
+        0.0
+      ],
+      [
+        "▁Shuttle",
+        0.0
+      ],
+      [
+        "▁Izan",
+        0.0
+      ],
+      [
+        "▁1913",
+        0.0
+      ],
+      [
+        "▁plethora",
+        0.0
+      ],
+      [
+        "··",
+        0.0
+      ],
+      [
+        "▁510",
+        0.0
+      ],
+      [
+        "▁puberty",
+        0.0
+      ],
+      [
+        "▁241",
+        0.0
+      ],
+      [
+        "▁Wealth",
+        0.0
+      ],
+      [
+        "▁Alma",
+        0.0
+      ],
+      [
+        "▁MEM",
+        0.0
+      ],
+      [
+        "▁Adults",
+        0.0
+      ],
+      [
+        "Cas",
+        0.0
+      ],
+      [
+        "prison",
+        0.0
+      ],
+      [
+        "Race",
+        0.0
+      ],
+      [
+        "▁waterproof",
+        0.0
+      ],
+      [
+        "▁athleticism",
+        0.0
+      ],
+      [
+        "▁capitalize",
+        0.0
+      ],
+      [
+        "▁Juice",
+        0.0
+      ],
+      [
+        "▁illuminated",
+        0.0
+      ],
+      [
+        "▁Pascal",
+        0.0
+      ],
+      [
+        "▁irritation",
+        0.0
+      ],
+      [
+        "▁Witnesses",
+        0.0
+      ],
+      [
+        "adle",
+        0.0
+      ],
+      [
+        "▁Astro",
+        0.0
+      ],
+      [
+        "▁fax",
+        0.0
+      ],
+      [
+        "▁Elvis",
+        0.0
+      ],
+      [
+        "Primary",
+        0.0
+      ],
+      [
+        "▁Lich",
+        0.0
+      ],
+      [
+        "▁Elves",
+        0.0
+      ],
+      [
+        "▁residing",
+        0.0
+      ],
+      [
+        "▁stumble",
+        0.0
+      ],
+      [
+        "319",
+        0.0
+      ],
+      [
+        "▁PKK",
+        0.0
+      ],
+      [
+        "▁adversaries",
+        0.0
+      ],
+      [
+        "DOS",
+        0.0
+      ],
+      [
+        "▁Ritual",
+        0.0
+      ],
+      [
+        "▁smear",
+        0.0
+      ],
+      [
+        "▁arson",
+        0.0
+      ],
+      [
+        "idental",
+        0.0
+      ],
+      [
+        "▁scant",
+        0.0
+      ],
+      [
+        "▁monarchy",
+        0.0
+      ],
+      [
+        "▁halftime",
+        0.0
+      ],
+      [
+        "▁residue",
+        0.0
+      ],
+      [
+        "▁indign",
+        0.0
+      ],
+      [
+        "▁Shaun",
+        0.0
+      ],
+      [
+        "▁Elm",
+        0.0
+      ],
+      [
+        "auri",
+        0.0
+      ],
+      [
+        "Aff",
+        0.0
+      ],
+      [
+        "WATCH",
+        0.0
+      ],
+      [
+        "▁Lyon",
+        0.0
+      ],
+      [
+        "helps",
+        0.0
+      ],
+      [
+        "361",
+        0.0
+      ],
+      [
+        "▁lobbyist",
+        0.0
+      ],
+      [
+        "▁diminishing",
+        0.0
+      ],
+      [
+        "▁outbreaks",
+        0.0
+      ],
+      [
+        "▁goats",
+        0.0
+      ],
+      [
+        "favorite",
+        0.0
+      ],
+      [
+        "▁Nah",
+        0.0
+      ],
+      [
+        "sonian",
+        0.0
+      ],
+      [
+        "▁Booster",
+        0.0
+      ],
+      [
+        "▁sandbox",
+        0.0
+      ],
+      [
+        "▁Fare",
+        0.0
+      ],
+      [
+        "▁Malta",
+        0.0
+      ],
+      [
+        "▁attRot",
+        0.0
+      ],
+      [
+        "▁MOR",
+        0.0
+      ],
+      [
+        "lde",
+        0.0
+      ],
+      [
+        "▁navigating",
+        0.0
+      ],
+      [
+        "Touch",
+        0.0
+      ],
+      [
+        "▁untrue",
+        0.0
+      ],
+      [
+        "▁Disaster",
+        0.0
+      ],
+      [
+        "▁ludicrous",
+        0.0
+      ],
+      [
+        "Password",
+        0.0
+      ],
+      [
+        "▁JFK",
+        0.0
+      ],
+      [
+        "blogspot",
+        0.0
+      ],
+      [
+        "416",
+        0.0
+      ],
+      [
+        "▁UNDER",
+        0.0
+      ],
+      [
+        "ernal",
+        0.0
+      ],
+      [
+        "▁delaying",
+        0.0
+      ],
+      [
+        "TOP",
+        0.0
+      ],
+      [
+        "▁implants",
+        0.0
+      ],
+      [
+        "▁AVG",
+        0.0
+      ],
+      [
+        "▁Huge",
+        0.0
+      ],
+      [
+        "attr",
+        0.0
+      ],
+      [
+        "▁journalistic",
+        0.0
+      ],
+      [
+        "▁Peyton",
+        0.0
+      ],
+      [
+        "▁IA",
+        0.0
+      ],
+      [
+        "Rap",
+        0.0
+      ],
+      [
+        "goal",
+        0.0
+      ],
+      [
+        "▁Programme",
+        0.0
+      ],
+      [
+        "▁smashing",
+        0.0
+      ],
+      [
+        "wives",
+        0.0
+      ],
+      [
+        "println",
+        0.0
+      ],
+      [
+        "▁Plague",
+        0.0
+      ],
+      [
+        "inus",
+        0.0
+      ],
+      [
+        "EEP",
+        0.0
+      ],
+      [
+        "▁cruiser",
+        0.0
+      ],
+      [
+        "▁Parish",
+        0.0
+      ],
+      [
+        "uminium",
+        0.0
+      ],
+      [
+        "▁occupants",
+        0.0
+      ],
+      [
+        "▁Jihad",
+        0.0
+      ],
+      [
+        "mop",
+        0.0
+      ],
+      [
+        "▁pint",
+        0.0
+      ],
+      [
+        "▁hect",
+        0.0
+      ],
+      [
+        "▁Mecca",
+        0.0
+      ],
+      [
+        "director",
+        0.0
+      ],
+      [
+        "▁Funding",
+        0.0
+      ],
+      [
+        "▁Mixed",
+        0.0
+      ],
+      [
+        "▁stag",
+        0.0
+      ],
+      [
+        "Tier",
+        0.0
+      ],
+      [
+        "▁gust",
+        0.0
+      ],
+      [
+        "▁brightly",
+        0.0
+      ],
+      [
+        "orsi",
+        0.0
+      ],
+      [
+        "▁uphill",
+        0.0
+      ],
+      [
+        "RD",
+        0.0
+      ],
+      [
+        "▁lesions",
+        0.0
+      ],
+      [
+        "▁Bundy",
+        0.0
+      ],
+      [
+        "livious",
+        0.0
+      ],
+      [
+        "▁biologist",
+        0.0
+      ],
+      [
+        "▁Faculty",
+        0.0
+      ],
+      [
+        "▁Authorization",
+        0.0
+      ],
+      [
+        "▁244",
+        0.0
+      ],
+      [
+        "Allow",
+        0.0
+      ],
+      [
+        "ï¸",
+        0.0
+      ],
+      [
+        "▁Giul",
+        0.0
+      ],
+      [
+        "▁pertinent",
+        0.0
+      ],
+      [
+        "otaur",
+        0.0
+      ],
+      [
+        "esse",
+        0.0
+      ],
+      [
+        "▁Roof",
+        0.0
+      ],
+      [
+        "▁unmanned",
+        0.0
+      ],
+      [
+        "351",
+        0.0
+      ],
+      [
+        "▁Shak",
+        0.0
+      ],
+      [
+        "▁Orient",
+        0.0
+      ],
+      [
+        "▁endanger",
+        0.0
+      ],
+      [
+        "Dir",
+        0.0
+      ],
+      [
+        "▁replen",
+        0.0
+      ],
+      [
+        "edient",
+        0.0
+      ],
+      [
+        "▁tailor",
+        0.0
+      ],
+      [
+        "▁gadgets",
+        0.0
+      ],
+      [
+        "▁audible",
+        0.0
+      ],
+      [
+        "âĺĨ",
+        0.0
+      ],
+      [
+        "Nice",
+        0.0
+      ],
+      [
+        "▁bombard",
+        0.0
+      ],
+      [
+        "▁Rape",
+        0.0
+      ],
+      [
+        "▁defiance",
+        0.0
+      ],
+      [
+        "▁TWO",
+        0.0
+      ],
+      [
+        "▁Filipino",
+        0.0
+      ],
+      [
+        "▁unaffected",
+        0.0
+      ],
+      [
+        "ervatives",
+        0.0
+      ],
+      [
+        "▁soared",
+        0.0
+      ],
+      [
+        "▁Bolton",
+        0.0
+      ],
+      [
+        "▁compromising",
+        0.0
+      ],
+      [
+        "▁Brewers",
+        0.0
+      ],
+      [
+        "RAL",
+        0.0
+      ],
+      [
+        "▁AHL",
+        0.0
+      ],
+      [
+        "icycle",
+        0.0
+      ],
+      [
+        "▁vampires",
+        0.0
+      ],
+      [
+        "▁dipped",
+        0.0
+      ],
+      [
+        "oyer",
+        0.0
+      ],
+      [
+        "▁XIII",
+        0.0
+      ],
+      [
+        "▁sideways",
+        0.0
+      ],
+      [
+        "▁Waste",
+        0.0
+      ],
+      [
+        "▁Diss",
+        0.0
+      ],
+      [
+        "▁âĶľâĶĢâĶĢ",
+        0.0
+      ],
+      [
+        "$.",
+        0.0
+      ],
+      [
+        "▁habitats",
+        0.0
+      ],
+      [
+        "▁Beef",
+        0.0
+      ],
+      [
+        "truth",
+        0.0
+      ],
+      [
+        "trained",
+        0.0
+      ],
+      [
+        "split",
+        0.0
+      ],
+      [
+        "Rus",
+        0.0
+      ],
+      [
+        "Andy",
+        0.0
+      ],
+      [
+        "▁Bram",
+        0.0
+      ],
+      [
+        "REP",
+        0.0
+      ],
+      [
+        "pid",
+        0.0
+      ],
+      [
+        "è£ħ",
+        0.0
+      ],
+      [
+        "▁Mutant",
+        0.0
+      ],
+      [
+        "Anim",
+        0.0
+      ],
+      [
+        "▁Marina",
+        0.0
+      ],
+      [
+        "▁futile",
+        0.0
+      ],
+      [
+        "highest",
+        0.0
+      ],
+      [
+        "frequency",
+        0.0
+      ],
+      [
+        "▁epilepsy",
+        0.0
+      ],
+      [
+        "▁coping",
+        0.0
+      ],
+      [
+        "▁concise",
+        0.0
+      ],
+      [
+        "▁tracing",
+        0.0
+      ],
+      [
+        "▁SUN",
+        0.0
+      ],
+      [
+        "panel",
+        0.0
+      ],
+      [
+        "▁Sophie",
+        0.0
+      ],
+      [
+        "▁Crowley",
+        0.0
+      ],
+      [
+        "▁Adolf",
+        0.0
+      ],
+      [
+        "▁Shooter",
+        0.0
+      ],
+      [
+        "▁shaky",
+        0.0
+      ],
+      [
+        "▁IG",
+        0.0
+      ],
+      [
+        "▁Lies",
+        0.0
+      ],
+      [
+        "▁Barber",
+        0.0
+      ],
+      [
+        "pkg",
+        0.0
+      ],
+      [
+        "▁uptake",
+        0.0
+      ],
+      [
+        "▁predatory",
+        0.0
+      ],
+      [
+        "ULTS",
+        0.0
+      ],
+      [
+        "/**",
+        0.0
+      ],
+      [
+        "▁intoxicated",
+        0.0
+      ],
+      [
+        "▁Westbrook",
+        0.0
+      ],
+      [
+        "odder",
+        0.0
+      ],
+      [
+        "hement",
+        0.0
+      ],
+      [
+        "▁baseman",
+        0.0
+      ],
+      [
+        "APD",
+        0.0
+      ],
+      [
+        "storage",
+        0.0
+      ],
+      [
+        "▁Fifty",
+        0.0
+      ],
+      [
+        "editor",
+        0.0
+      ],
+      [
+        "GEN",
+        0.0
+      ],
+      [
+        "UTION",
+        0.0
+      ],
+      [
+        "irting",
+        0.0
+      ],
+      [
+        "▁sewing",
+        0.0
+      ],
+      [
+        "rift",
+        0.0
+      ],
+      [
+        "▁agony",
+        0.0
+      ],
+      [
+        "▁Sands",
+        0.0
+      ],
+      [
+        "▁254",
+        0.0
+      ],
+      [
+        "Cash",
+        0.0
+      ],
+      [
+        "▁lodge",
+        0.0
+      ],
+      [
+        "▁punt",
+        0.0
+      ],
+      [
+        "Natural",
+        0.0
+      ],
+      [
+        "▁Ideas",
+        0.0
+      ],
+      [
+        "▁erroneous",
+        0.0
+      ],
+      [
+        "▁Sensor",
+        0.0
+      ],
+      [
+        "▁Hannity",
+        0.0
+      ],
+      [
+        "▁1921",
+        0.0
+      ],
+      [
+        "▁mould",
+        0.0
+      ],
+      [
+        "▁Gon",
+        0.0
+      ],
+      [
+        "kaya",
+        0.0
+      ],
+      [
+        "▁anonymously",
+        0.0
+      ],
+      [
+        "▁KEY",
+        0.0
+      ],
+      [
+        "▁simulator",
+        0.0
+      ],
+      [
+        "Winter",
+        0.0
+      ],
+      [
+        "▁streamed",
+        0.0
+      ],
+      [
+        "507",
+        0.0
+      ],
+      [
+        "?\",",
+        0.0
+      ],
+      [
+        "▁teased",
+        0.0
+      ],
+      [
+        "▁coefficient",
+        0.0
+      ],
+      [
+        "▁wartime",
+        0.0
+      ],
+      [
+        "▁THR",
+        0.0
+      ],
+      [
+        "''.",
+        0.0
+      ],
+      [
+        "▁Banking",
+        0.0
+      ],
+      [
+        "mpire",
+        0.0
+      ],
+      [
+        "▁fandom",
+        0.0
+      ],
+      [
+        "▁lia",
+        0.0
+      ],
+      [
+        "Ga",
+        0.0
+      ],
+      [
+        "▁downhill",
+        0.0
+      ],
+      [
+        "▁interpreting",
+        0.0
+      ],
+      [
+        "Individual",
+        0.0
+      ],
+      [
+        "Norm",
+        0.0
+      ],
+      [
+        "▁jealousy",
+        0.0
+      ],
+      [
+        "bitcoin",
+        0.0
+      ],
+      [
+        "▁pleasures",
+        0.0
+      ],
+      [
+        "▁Toys",
+        0.0
+      ],
+      [
+        "▁Chevrolet",
+        0.0
+      ],
+      [
+        "▁Advisor",
+        0.0
+      ],
+      [
+        "IZE",
+        0.0
+      ],
+      [
+        "▁receptions",
+        0.0
+      ],
+      [
+        "706",
+        0.0
+      ],
+      [
+        "Cro",
+        0.0
+      ],
+      [
+        "▁262",
+        0.0
+      ],
+      [
+        "▁citrus",
+        0.0
+      ],
+      [
+        "iru",
+        0.0
+      ],
+      [
+        "Reviewer",
+        0.0
+      ],
+      [
+        "jected",
+        0.0
+      ],
+      [
+        "UES",
+        0.0
+      ],
+      [
+        "anz",
+        0.0
+      ],
+      [
+        "1981",
+        0.0
+      ],
+      [
+        "▁Worker",
+        0.0
+      ],
+      [
+        "▁complied",
+        0.0
+      ],
+      [
+        "orescent",
+        0.0
+      ],
+      [
+        "continental",
+        0.0
+      ],
+      [
+        "Ton",
+        0.0
+      ],
+      [
+        "▁Prism",
+        0.0
+      ],
+      [
+        "▁Sheep",
+        0.0
+      ],
+      [
+        "▁288",
+        0.0
+      ],
+      [
+        "nox",
+        0.0
+      ],
+      [
+        "▁Vog",
+        0.0
+      ],
+      [
+        "Ord",
+        0.0
+      ],
+      [
+        "▁realms",
+        0.0
+      ],
+      [
+        "tek",
+        0.0
+      ],
+      [
+        "▁irrigation",
+        0.0
+      ],
+      [
+        "▁bicycles",
+        0.0
+      ],
+      [
+        "▁electronically",
+        0.0
+      ],
+      [
+        "poly",
+        0.0
+      ],
+      [
+        "tall",
+        0.0
+      ],
+      [
+        "());",
+        0.0
+      ],
+      [
+        "▁aesthetics",
+        0.0
+      ],
+      [
+        "▁Integrated",
+        0.0
+      ],
+      [
+        "Explore",
+        0.0
+      ],
+      [
+        "▁dunk",
+        0.0
+      ],
+      [
+        "476",
+        0.0
+      ],
+      [
+        "pain",
+        0.0
+      ],
+      [
+        "▁Jacques",
+        0.0
+      ],
+      [
+        "▁Dmit",
+        0.0
+      ],
+      [
+        "Frames",
+        0.0
+      ],
+      [
+        "▁reunited",
+        0.0
+      ],
+      [
+        "▁humid",
+        0.0
+      ],
+      [
+        "Dro",
+        0.0
+      ],
+      [
+        "Political",
+        0.0
+      ],
+      [
+        "▁youthful",
+        0.0
+      ],
+      [
+        "▁entails",
+        0.0
+      ],
+      [
+        "▁mosquito",
+        0.0
+      ],
+      [
+        "363",
+        0.0
+      ],
+      [
+        "species",
+        0.0
+      ],
+      [
+        "▁coordinating",
+        0.0
+      ],
+      [
+        "▁Mayhem",
+        0.0
+      ],
+      [
+        "▁Magnus",
+        0.0
+      ],
+      [
+        "Mount",
+        0.0
+      ],
+      [
+        "Improved",
+        0.0
+      ],
+      [
+        "▁STATE",
+        0.0
+      ],
+      [
+        "ATTLE",
+        0.0
+      ],
+      [
+        "▁flowed",
+        0.0
+      ],
+      [
+        "▁tackled",
+        0.0
+      ],
+      [
+        "▁fashioned",
+        0.0
+      ],
+      [
+        "▁reorgan",
+        0.0
+      ],
+      [
+        "ivari",
+        0.0
+      ],
+      [
+        "finger",
+        0.0
+      ],
+      [
+        "▁reluctantly",
+        0.0
+      ],
+      [
+        "etting",
+        0.0
+      ],
+      [
+        "▁Vand",
+        0.0
+      ],
+      [
+        "young",
+        0.0
+      ],
+      [
+        "▁Garland",
+        0.0
+      ],
+      [
+        "▁presumption",
+        0.0
+      ],
+      [
+        "▁amenities",
+        0.0
+      ],
+      [
+        "▁Pleasant",
+        0.0
+      ],
+      [
+        "onential",
+        0.0
+      ],
+      [
+        "▁Oxy",
+        0.0
+      ],
+      [
+        "▁morals",
+        0.0
+      ],
+      [
+        "▁Yah",
+        0.0
+      ],
+      [
+        "Ready",
+        0.0
+      ],
+      [
+        "Simon",
+        0.0
+      ],
+      [
+        "Enh",
+        0.0
+      ],
+      [
+        "Demon",
+        0.0
+      ],
+      [
+        "▁clich",
+        0.0
+      ],
+      [
+        "Monitor",
+        0.0
+      ],
+      [
+        "▁DU",
+        0.0
+      ],
+      [
+        "▁welcomes",
+        0.0
+      ],
+      [
+        "▁standout",
+        0.0
+      ],
+      [
+        "▁dreadful",
+        0.0
+      ],
+      [
+        "▁bananas",
+        0.0
+      ],
+      [
+        "▁balloons",
+        0.0
+      ],
+      [
+        "hooting",
+        0.0
+      ],
+      [
+        "basic",
+        0.0
+      ],
+      [
+        "▁suffix",
+        0.0
+      ],
+      [
+        "▁duly",
+        0.0
+      ],
+      [
+        "cano",
+        0.0
+      ],
+      [
+        "Chain",
+        0.0
+      ],
+      [
+        "atos",
+        0.0
+      ],
+      [
+        "▁geopolitical",
+        0.0
+      ],
+      [
+        "▁(&",
+        0.0
+      ],
+      [
+        "▁Gemini",
+        0.0
+      ],
+      [
+        "ÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤÃĥÃĤ",
+        0.0
+      ],
+      [
+        "▁acquitted",
+        0.0
+      ],
+      [
+        "Luck",
+        0.0
+      ],
+      [
+        "protect",
+        0.0
+      ],
+      [
+        "1024",
+        0.0
+      ],
+      [
+        "▁scarcity",
+        0.0
+      ],
+      [
+        "▁mindfulness",
+        0.0
+      ],
+      [
+        "ecided",
+        0.0
+      ],
+      [
+        "DN",
+        0.0
+      ],
+      [
+        "prime",
+        0.0
+      ],
+      [
+        "▁Presidents",
+        0.0
+      ],
+      [
+        "▁VIDEO",
+        0.0
+      ],
+      [
+        "▁(âĪĴ",
+        0.0
+      ],
+      [
+        "addock",
+        0.0
+      ],
+      [
+        "NOR",
+        0.0
+      ],
+      [
+        "▁Pru",
+        0.0
+      ],
+      [
+        "pun",
+        0.0
+      ],
+      [
+        "▁LOL",
+        0.0
+      ],
+      [
+        "))))",
+        0.0
+      ],
+      [
+        "▁Liqu",
+        0.0
+      ],
+      [
+        "▁SAS",
+        0.0
+      ],
+      [
+        "▁styling",
+        0.0
+      ],
+      [
+        "▁punishments",
+        0.0
+      ],
+      [
+        "▁numb",
+        0.0
+      ],
+      [
+        "▁ascertain",
+        0.0
+      ],
+      [
+        "▁Rockies",
+        0.0
+      ],
+      [
+        "flu",
+        0.0
+      ],
+      [
+        "Thumbnail",
+        0.0
+      ],
+      [
+        "▁perpetrated",
+        0.0
+      ],
+      [
+        "▁Semi",
+        0.0
+      ],
+      [
+        "▁disarm",
+        0.0
+      ],
+      [
+        "▁Older",
+        0.0
+      ],
+      [
+        "▁Exception",
+        0.0
+      ],
+      [
+        "▁exponentially",
+        0.0
+      ],
+      [
+        "▁Communities",
+        0.0
+      ],
+      [
+        "▁abolish",
+        0.0
+      ],
+      [
+        "▁Partner",
+        0.0
+      ],
+      [
+        "ptoms",
+        0.0
+      ],
+      [
+        "▁777",
+        0.0
+      ],
+      [
+        "▁Foley",
+        0.0
+      ],
+      [
+        "▁Cases",
+        0.0
+      ],
+      [
+        "▁grease",
+        0.0
+      ],
+      [
+        "▁Rebirth",
+        0.0
+      ],
+      [
+        "Ground",
+        0.0
+      ],
+      [
+        "▁;)",
+        0.0
+      ],
+      [
+        "▁Doctrine",
+        0.0
+      ],
+      [
+        "ikini",
+        0.0
+      ],
+      [
+        "Ye",
+        0.0
+      ],
+      [
+        "▁Blossom",
+        0.0
+      ],
+      [
+        "▁persists",
+        0.0
+      ],
+      [
+        "bill",
+        0.0
+      ],
+      [
+        "▁infusion",
+        0.0
+      ],
+      [
+        "▁buddies",
+        0.0
+      ],
+      [
+        "911",
+        0.0
+      ],
+      [
+        "▁Patient",
+        0.0
+      ],
+      [
+        "▁demos",
+        0.0
+      ],
+      [
+        "▁acquaintance",
+        0.0
+      ],
+      [
+        "▁Paw",
+        0.0
+      ],
+      [
+        "atari",
+        0.0
+      ],
+      [
+        "▁xml",
+        0.0
+      ],
+      [
+        "▁fascination",
+        0.0
+      ],
+      [
+        "▁Serve",
+        0.0
+      ],
+      [
+        "ÏĤ",
+        0.0
+      ],
+      [
+        "branded",
+        0.0
+      ],
+      [
+        "▁az",
+        0.0
+      ],
+      [
+        "Returns",
+        0.0
+      ],
+      [
+        "▁overshadow",
+        0.0
+      ],
+      [
+        "▁roam",
+        0.0
+      ],
+      [
+        "▁speedy",
+        0.0
+      ],
+      [
+        "numbered",
+        0.0
+      ],
+      [
+        "helial",
+        0.0
+      ],
+      [
+        "▁disciple",
+        0.0
+      ],
+      [
+        "▁assurances",
+        0.0
+      ],
+      [
+        "given",
+        0.0
+      ],
+      [
+        "pecting",
+        0.0
+      ],
+      [
+        "▁Natalie",
+        0.0
+      ],
+      [
+        "çĶ°",
+        0.0
+      ],
+      [
+        "▁mosquitoes",
+        0.0
+      ],
+      [
+        "rotein",
+        0.0
+      ],
+      [
+        "▁numeric",
+        0.0
+      ],
+      [
+        "▁independents",
+        0.0
+      ],
+      [
+        "▁transitional",
+        0.0
+      ],
+      [
+        "▁reactionary",
+        0.0
+      ],
+      [
+        "▁Mechdragon",
+        0.0
+      ],
+      [
+        "doctor",
+        0.0
+      ],
+      [
+        "▁shortest",
+        0.0
+      ],
+      [
+        "▁sequential",
+        0.0
+      ],
+      [
+        "▁Bac",
+        0.0
+      ],
+      [
+        "▁Accounts",
+        0.0
+      ],
+      [
+        "ãģĮ",
+        0.0
+      ],
+      [
+        "achy",
+        0.0
+      ],
+      [
+        "ractive",
+        0.0
+      ],
+      [
+        "▁Regiment",
+        0.0
+      ],
+      [
+        "▁breathtaking",
+        0.0
+      ],
+      [
+        "fficiency",
+        0.0
+      ],
+      [
+        "▁Bates",
+        0.0
+      ],
+      [
+        "▁311",
+        0.0
+      ],
+      [
+        "▁wardrobe",
+        0.0
+      ],
+      [
+        "fts",
+        0.0
+      ],
+      [
+        "▁Berk",
+        0.0
+      ],
+      [
+        "Simply",
+        0.0
+      ],
+      [
+        "▁Riverside",
+        0.0
+      ],
+      [
+        "ivering",
+        0.0
+      ],
+      [
+        "idential",
+        0.0
+      ],
+      [
+        "lucent",
+        0.0
+      ],
+      [
+        "▁enriched",
+        0.0
+      ],
+      [
+        "▁Conver",
+        0.0
+      ],
+      [
+        "▁Giving",
+        0.0
+      ],
+      [
+        "ãĥĻ",
+        0.0
+      ],
+      [
+        "▁legalize",
+        0.0
+      ],
+      [
+        "▁FTC",
+        0.0
+      ],
+      [
+        "▁freaking",
+        0.0
+      ],
+      [
+        "Mix",
+        0.0
+      ],
+      [
+        "▁terrestrial",
+        0.0
+      ],
+      [
+        "esian",
+        0.0
+      ],
+      [
+        "cients",
+        0.0
+      ],
+      [
+        "Wing",
+        0.0
+      ],
+      [
+        "LOAD",
+        0.0
+      ],
+      [
+        "▁ledge",
+        0.0
+      ],
+      [
+        "▁Violent",
+        0.0
+      ],
+      [
+        "▁Metall",
+        0.0
+      ],
+      [
+        "▁308",
+        0.0
+      ],
+      [
+        "▁southeastern",
+        0.0
+      ],
+      [
+        "hetto",
+        0.0
+      ],
+      [
+        "Meat",
+        0.0
+      ],
+      [
+        "▁slowdown",
+        0.0
+      ],
+      [
+        "▁retreated",
+        0.0
+      ],
+      [
+        "Jeremy",
+        0.0
+      ],
+      [
+        "endas",
+        0.0
+      ],
+      [
+        "*****",
+        0.0
+      ],
+      [
+        "eric",
+        0.0
+      ],
+      [
+        "▁reins",
+        0.0
+      ],
+      [
+        "oppable",
+        0.0
+      ],
+      [
+        "▁Humanity",
+        0.0
+      ],
+      [
+        "earances",
+        0.0
+      ],
+      [
+        "rigan",
+        0.0
+      ],
+      [
+        "Camera",
+        0.0
+      ],
+      [
+        "▁waivers",
+        0.0
+      ],
+      [
+        "soc",
+        0.0
+      ],
+      [
+        "▁alteration",
+        0.0
+      ],
+      [
+        "transform",
+        0.0
+      ],
+      [
+        "▁Cemetery",
+        0.0
+      ],
+      [
+        "506",
+        0.0
+      ],
+      [
+        "▁indefinite",
+        0.0
+      ],
+      [
+        "▁stimulating",
+        0.0
+      ],
+      [
+        "yg",
+        0.0
+      ],
+      [
+        "603",
+        0.0
+      ],
+      [
+        "▁Sop",
+        0.0
+      ],
+      [
+        "▁descriptive",
+        0.0
+      ],
+      [
+        "Phase",
+        0.0
+      ],
+      [
+        "▁Edmund",
+        0.0
+      ],
+      [
+        "▁pneumonia",
+        0.0
+      ],
+      [
+        "ventus",
+        0.0
+      ],
+      [
+        "Amb",
+        0.0
+      ],
+      [
+        "▁laboratories",
+        0.0
+      ],
+      [
+        "▁Exclusive",
+        0.0
+      ],
+      [
+        "ugar",
+        0.0
+      ],
+      [
+        "Were",
+        0.0
+      ],
+      [
+        "▁malfunction",
+        0.0
+      ],
+      [
+        "▁homosexuals",
+        0.0
+      ],
+      [
+        "▁-------",
+        0.0
+      ],
+      [
+        "uni",
+        0.0
+      ],
+      [
+        "▁turbines",
+        0.0
+      ],
+      [
+        "▁Equity",
+        0.0
+      ],
+      [
+        "Du",
+        0.0
+      ],
+      [
+        "▁minded",
+        0.0
+      ],
+      [
+        "▁RH",
+        0.0
+      ],
+      [
+        "▁Blackhawks",
+        0.0
+      ],
+      [
+        "▁feats",
+        0.0
+      ],
+      [
+        "▁1700",
+        0.0
+      ],
+      [
+        "repl",
+        0.0
+      ],
+      [
+        "362",
+        0.0
+      ],
+      [
+        "laden",
+        0.0
+      ],
+      [
+        "▁indispensable",
+        0.0
+      ],
+      [
+        "lyss",
+        0.0
+      ],
+      [
+        "tti",
+        0.0
+      ],
+      [
+        "▁reel",
+        0.0
+      ],
+      [
+        "▁diverted",
+        0.0
+      ],
+      [
+        "▁likeness",
+        0.0
+      ],
+      [
+        "▁subscriptions",
+        0.0
+      ],
+      [
+        "▁fingert",
+        0.0
+      ],
+      [
+        "▁filthy",
+        0.0
+      ],
+      [
+        "destruct",
+        0.0
+      ],
+      [
+        "draft",
+        0.0
+      ],
+      [
+        "▁Bernardino",
+        0.0
+      ],
+      [
+        "launch",
+        0.0
+      ],
+      [
+        "▁perplex",
+        0.0
+      ],
+      [
+        "▁SUM",
+        0.0
+      ],
+      [
+        "carb",
+        0.0
+      ],
+      [
+        "▁sweater",
+        0.0
+      ],
+      [
+        "▁Venture",
+        0.0
+      ],
+      [
+        "▁Jag",
+        0.0
+      ],
+      [
+        "▁Celeb",
+        0.0
+      ],
+      [
+        "▁Voters",
+        0.0
+      ],
+      [
+        "▁steadfast",
+        0.0
+      ],
+      [
+        "▁athletics",
+        0.0
+      ],
+      [
+        "▁Hanson",
+        0.0
+      ],
+      [
+        "▁Drac",
+        0.0
+      ],
+      [
+        "Tracker",
+        0.0
+      ],
+      [
+        "▁commend",
+        0.0
+      ],
+      [
+        "▁Presidency",
+        0.0
+      ],
+      [
+        "▁DID",
+        0.0
+      ],
+      [
+        "informed",
+        0.0
+      ],
+      [
+        "▁webpage",
+        0.0
+      ],
+      [
+        "Pretty",
+        0.0
+      ],
+      [
+        "▁forcefully",
+        0.0
+      ],
+      [
+        "ãĥĥãĤ¯",
+        0.0
+      ],
+      [
+        "▁relocation",
+        0.0
+      ],
+      [
+        "▁satire",
+        0.0
+      ],
+      [
+        "âī",
+        0.0
+      ],
+      [
+        "▁Sunderland",
+        0.0
+      ],
+      [
+        "æĦ",
+        0.0
+      ],
+      [
+        "Voice",
+        0.0
+      ],
+      [
+        "????????",
+        0.0
+      ],
+      [
+        "▁informant",
+        0.0
+      ],
+      [
+        "▁bowel",
+        0.0
+      ],
+      [
+        "▁Uniform",
+        0.0
+      ],
+      [
+        "▁...\"",
+        0.0
+      ],
+      [
+        "▁purge",
+        0.0
+      ],
+      [
+        "▁picnic",
+        0.0
+      ],
+      [
+        "▁Umb",
+        0.0
+      ],
+      [
+        "▁UPDATE",
+        0.0
+      ],
+      [
+        "▁Sapphire",
+        0.0
+      ],
+      [
+        "▁Stall",
+        0.0
+      ],
+      [
+        "learn",
+        0.0
+      ],
+      [
+        "▁objectively",
+        0.0
+      ],
+      [
+        "▁obliter",
+        0.0
+      ],
+      [
+        "▁loophole",
+        0.0
+      ],
+      [
+        "▁journeys",
+        0.0
+      ],
+      [
+        "▁omission",
+        0.0
+      ],
+      [
+        "Pros",
+        0.0
+      ],
+      [
+        "▁Sidney",
+        0.0
+      ],
+      [
+        "ploma",
+        0.0
+      ],
+      [
+        "▁sprayed",
+        0.0
+      ],
+      [
+        "▁guru",
+        0.0
+      ],
+      [
+        "▁traitor",
+        0.0
+      ],
+      [
+        "▁timet",
+        0.0
+      ],
+      [
+        "▁snapping",
+        0.0
+      ],
+      [
+        "▁Sevent",
+        0.0
+      ],
+      [
+        "urnal",
+        0.0
+      ],
+      [
+        "▁Ukip",
+        0.0
+      ],
+      [
+        "▁bowed",
+        0.0
+      ],
+      [
+        "poral",
+        0.0
+      ],
+      [
+        "liberal",
+        0.0
+      ],
+      [
+        "Ros",
+        0.0
+      ],
+      [
+        "Questions",
+        0.0
+      ],
+      [
+        "iOS",
+        0.0
+      ],
+      [
+        "▁summarize",
+        0.0
+      ],
+      [
+        "STAT",
+        0.0
+      ],
+      [
+        "▁1850",
+        0.0
+      ],
+      [
+        "apest",
+        0.0
+      ],
+      [
+        "▁lender",
+        0.0
+      ],
+      [
+        "▁Variable",
+        0.0
+      ],
+      [
+        "bringing",
+        0.0
+      ],
+      [
+        "▁LORD",
+        0.0
+      ],
+      [
+        ",)",
+        0.0
+      ],
+      [
+        "▁collapses",
+        0.0
+      ],
+      [
+        "xiety",
+        0.0
+      ],
+      [
+        "▁Ned",
+        0.0
+      ],
+      [
+        "YD",
+        0.0
+      ],
+      [
+        "▁Scha",
+        0.0
+      ],
+      [
+        "▁antibody",
+        0.0
+      ],
+      [
+        "▁disband",
+        0.0
+      ],
+      [
+        "yre",
+        0.0
+      ],
+      [
+        "illusion",
+        0.0
+      ],
+      [
+        "▁rover",
+        0.0
+      ],
+      [
+        "shed",
+        0.0
+      ],
+      [
+        "▁Hirosh",
+        0.0
+      ],
+      [
+        "cci",
+        0.0
+      ],
+      [
+        "▁calam",
+        0.0
+      ],
+      [
+        "▁Morton",
+        0.0
+      ],
+      [
+        "Pinterest",
+        0.0
+      ],
+      [
+        "▁1928",
+        0.0
+      ],
+      [
+        "▁Euras",
+        0.0
+      ],
+      [
+        "ordes",
+        0.0
+      ],
+      [
+        "▁fences",
+        0.0
+      ],
+      [
+        "▁Inventory",
+        0.0
+      ],
+      [
+        "▁Valencia",
+        0.0
+      ],
+      [
+        "▁Ud",
+        0.0
+      ],
+      [
+        "▁Tiff",
+        0.0
+      ],
+      [
+        "▁sque",
+        0.0
+      ],
+      [
+        "▁quotation",
+        0.0
+      ],
+      [
+        "▁troublesome",
+        0.0
+      ],
+      [
+        "erker",
+        0.0
+      ],
+      [
+        "QUEST",
+        0.0
+      ],
+      [
+        "▁Kingdoms",
+        0.0
+      ],
+      [
+        "south",
+        0.0
+      ],
+      [
+        "▁levy",
+        0.0
+      ],
+      [
+        "Prince",
+        0.0
+      ],
+      [
+        "▁Sting",
+        0.0
+      ],
+      [
+        "▁nicknamed",
+        0.0
+      ],
+      [
+        "▁appe",
+        0.0
+      ],
+      [
+        "▁photographic",
+        0.0
+      ],
+      [
+        "▁corpus",
+        0.0
+      ],
+      [
+        "reference",
+        0.0
+      ],
+      [
+        "▁Trog",
+        0.0
+      ],
+      [
+        "Unt",
+        0.0
+      ],
+      [
+        ")=(",
+        0.0
+      ],
+      [
+        "▁Latvia",
+        0.0
+      ],
+      [
+        "▁activating",
+        0.0
+      ],
+      [
+        "▁licensee",
+        0.0
+      ],
+      [
+        "▁disparities",
+        0.0
+      ],
+      [
+        "▁Newsletter",
+        0.0
+      ],
+      [
+        "ãĥĥãĥĪ",
+        0.0
+      ],
+      [
+        "▁freeing",
+        0.0
+      ],
+      [
+        "▁Jeep",
+        0.0
+      ],
+      [
+        "▁Perception",
+        0.0
+      ],
+      [
+        "insk",
+        0.0
+      ],
+      [
+        "▁silicone",
+        0.0
+      ],
+      [
+        "▁Hayden",
+        0.0
+      ],
+      [
+        "Lean",
+        0.0
+      ],
+      [
+        "▁Suzuki",
+        0.0
+      ],
+      [
+        "ibrarian",
+        0.0
+      ],
+      [
+        "668",
+        0.0
+      ],
+      [
+        "▁spor",
+        0.0
+      ],
+      [
+        "▁correlations",
+        0.0
+      ],
+      [
+        "aghetti",
+        0.0
+      ],
+      [
+        "▁tuber",
+        0.0
+      ],
+      [
+        "▁IPCC",
+        0.0
+      ],
+      [
+        "ilus",
+        0.0
+      ],
+      [
+        "▁Vu",
+        0.0
+      ],
+      [
+        "▁wealthiest",
+        0.0
+      ],
+      [
+        "▁Carbuncle",
+        0.0
+      ],
+      [
+        "anza",
+        0.0
+      ],
+      [
+        "▁fooled",
+        0.0
+      ],
+      [
+        "▁Zur",
+        0.0
+      ],
+      [
+        "▁daddy",
+        0.0
+      ],
+      [
+        "rano",
+        0.0
+      ],
+      [
+        "ilian",
+        0.0
+      ],
+      [
+        "▁knockout",
+        0.0
+      ],
+      [
+        "fman",
+        0.0
+      ],
+      [
+        "required",
+        0.0
+      ],
+      [
+        "▁Wikileaks",
+        0.0
+      ],
+      [
+        "▁Duffy",
+        0.0
+      ],
+      [
+        "ONT",
+        0.0
+      ],
+      [
+        "▁insol",
+        0.0
+      ],
+      [
+        "▁Objects",
+        0.0
+      ],
+      [
+        "▁bou",
+        0.0
+      ],
+      [
+        "▁Nordic",
+        0.0
+      ],
+      [
+        "▁Insert",
+        0.0
+      ],
+      [
+        "scan",
+        0.0
+      ],
+      [
+        "▁dancers",
+        0.0
+      ],
+      [
+        "▁idiots",
+        0.0
+      ],
+      [
+        "majority",
+        0.0
+      ],
+      [
+        "▁Neville",
+        0.0
+      ],
+      [
+        "▁FreeBSD",
+        0.0
+      ],
+      [
+        "▁tart",
+        0.0
+      ],
+      [
+        "panic",
+        0.0
+      ],
+      [
+        "690",
+        0.0
+      ],
+      [
+        "▁cocoa",
+        0.0
+      ],
+      [
+        "▁sampled",
+        0.0
+      ],
+      [
+        "▁lookup",
+        0.0
+      ],
+      [
+        "Indust",
+        0.0
+      ],
+      [
+        "▁injections",
+        0.0
+      ],
+      [
+        "genre",
+        0.0
+      ],
+      [
+        "▁au",
+        0.0
+      ],
+      [
+        "▁roadway",
+        0.0
+      ],
+      [
+        "▁genitals",
+        0.0
+      ],
+      [
+        "Kind",
+        0.0
+      ],
+      [
+        "▁Examiner",
+        0.0
+      ],
+      [
+        "▁Yaz",
+        0.0
+      ],
+      [
+        "Fresh",
+        0.0
+      ],
+      [
+        "▁paralysis",
+        0.0
+      ],
+      [
+        "▁Aluminum",
+        0.0
+      ],
+      [
+        "▁reap",
+        0.0
+      ],
+      [
+        "oké",
+        0.0
+      ],
+      [
+        "▁sloppy",
+        0.0
+      ],
+      [
+        "▁Tunnel",
+        0.0
+      ],
+      [
+        "posium",
+        0.0
+      ],
+      [
+        "nery",
+        0.0
+      ],
+      [
+        "enic",
+        0.0
+      ],
+      [
+        "▁herbal",
+        0.0
+      ],
+      [
+        "▁Outer",
+        0.0
+      ],
+      [
+        "▁Builder",
+        0.0
+      ],
+      [
+        "▁incur",
+        0.0
+      ],
+      [
+        "▁ideologies",
+        0.0
+      ],
+      [
+        "▁backups",
+        0.0
+      ],
+      [
+        "consuming",
+        0.0
+      ],
+      [
+        "▁Detect",
+        0.0
+      ],
+      [
+        "deck",
+        0.0
+      ],
+      [
+        "▁KNOW",
+        0.0
+      ],
+      [
+        "▁Gret",
+        0.0
+      ],
+      [
+        "▁MIC",
+        0.0
+      ],
+      [
+        "▁toughness",
+        0.0
+      ],
+      [
+        "▁Exhibit",
+        0.0
+      ],
+      [
+        "▁hive",
+        0.0
+      ],
+      [
+        "Les",
+        0.0
+      ],
+      [
+        "▁SCHOOL",
+        0.0
+      ],
+      [
+        "▁Atari",
+        0.0
+      ],
+      [
+        "alde",
+        0.0
+      ],
+      [
+        "▁Null",
+        0.0
+      ],
+      [
+        "andestine",
+        0.0
+      ],
+      [
+        "mouse",
+        0.0
+      ],
+      [
+        "▁brigade",
+        0.0
+      ],
+      [
+        "489",
+        0.0
+      ],
+      [
+        "▁revol",
+        0.0
+      ],
+      [
+        "▁Lawson",
+        0.0
+      ],
+      [
+        "▁Wah",
+        0.0
+      ],
+      [
+        "opoly",
+        0.0
+      ],
+      [
+        "ebted",
+        0.0
+      ],
+      [
+        "▁Saunders",
+        0.0
+      ],
+      [
+        "▁313",
+        0.0
+      ],
+      [
+        "▁Winc",
+        0.0
+      ],
+      [
+        "▁taboo",
+        0.0
+      ],
+      [
+        "▁Helmet",
+        0.0
+      ],
+      [
+        "▁wedge",
+        0.0
+      ],
+      [
+        "chip",
+        0.0
+      ],
+      [
+        "▁Tina",
+        0.0
+      ],
+      [
+        "bg",
+        0.0
+      ],
+      [
+        "▁infuri",
+        0.0
+      ],
+      [
+        "rn",
+        0.0
+      ],
+      [
+        "▁anomalies",
+        0.0
+      ],
+      [
+        "▁Sync",
+        0.0
+      ],
+      [
+        "▁Exam",
+        0.0
+      ],
+      [
+        "▁Commit",
+        0.0
+      ],
+      [
+        "▁Diary",
+        0.0
+      ],
+      [
+        "▁ALSO",
+        0.0
+      ],
+      [
+        "▁Debor",
+        0.0
+      ],
+      [
+        "omedical",
+        0.0
+      ],
+      [
+        "▁comprehension",
+        0.0
+      ],
+      [
+        "655",
+        0.0
+      ],
+      [
+        "▁empowering",
+        0.0
+      ],
+      [
+        "▁ire",
+        0.0
+      ],
+      [
+        "▁juices",
+        0.0
+      ],
+      [
+        "▁ETH",
+        0.0
+      ],
+      [
+        "▁Boxing",
+        0.0
+      ],
+      [
+        "=\"/",
+        0.0
+      ],
+      [
+        "▁facilitated",
+        0.0
+      ],
+      [
+        "poke",
+        0.0
+      ],
+      [
+        "▁Parsons",
+        0.0
+      ],
+      [
+        "▁Moder",
+        0.0
+      ],
+      [
+        "travel",
+        0.0
+      ],
+      [
+        "▁civilizations",
+        0.0
+      ],
+      [
+        "▁libertarians",
+        0.0
+      ],
+      [
+        "▁rune",
+        0.0
+      ],
+      [
+        "▁Clarks",
+        0.0
+      ],
+      [
+        "athed",
+        0.0
+      ],
+      [
+        "▁campaigners",
+        0.0
+      ],
+      [
+        "▁Dispatch",
+        0.0
+      ],
+      [
+        "▁Fahrenheit",
+        0.0
+      ],
+      [
+        "▁Capcom",
+        0.0
+      ],
+      [
+        "----------",
+        0.0
+      ],
+      [
+        "▁lace",
+        0.0
+      ],
+      [
+        "▁draining",
+        0.0
+      ],
+      [
+        "▁liner",
+        0.0
+      ],
+      [
+        "▁Artificial",
+        0.0
+      ],
+      [
+        "én",
+        0.0
+      ],
+      [
+        "task",
+        0.0
+      ],
+      [
+        "]).",
+        0.0
+      ],
+      [
+        "▁GMO",
+        0.0
+      ],
+      [
+        "▁Operator",
+        0.0
+      ],
+      [
+        "ordinary",
+        0.0
+      ],
+      [
+        "▁Influence",
+        0.0
+      ],
+      [
+        "▁Ups",
+        0.0
+      ],
+      [
+        "▁potency",
+        0.0
+      ],
+      [
+        "ussen",
+        0.0
+      ],
+      [
+        "ospons",
+        0.0
+      ],
+      [
+        "▁Swim",
+        0.0
+      ],
+      [
+        "▁Deadline",
+        0.0
+      ],
+      [
+        "Unity",
+        0.0
+      ],
+      [
+        "▁culinary",
+        0.0
+      ],
+      [
+        "▁enlightenment",
+        0.0
+      ],
+      [
+        "▁wearer",
+        0.0
+      ],
+      [
+        "▁mined",
+        0.0
+      ],
+      [
+        "▁ply",
+        0.0
+      ],
+      [
+        "▁incest",
+        0.0
+      ],
+      [
+        "▁DVDs",
+        0.0
+      ],
+      [
+        "Walk",
+        0.0
+      ],
+      [
+        "BTC",
+        0.0
+      ],
+      [
+        "Trade",
+        0.0
+      ],
+      [
+        "▁deval",
+        0.0
+      ],
+      [
+        "iband",
+        0.0
+      ],
+      [
+        "▁Oversight",
+        0.0
+      ],
+      [
+        "Palestinian",
+        0.0
+      ],
+      [
+        "▁dart",
+        0.0
+      ],
+      [
+        "▁mul",
+        0.0
+      ],
+      [
+        "LR",
+        0.0
+      ],
+      [
+        "▁removable",
+        0.0
+      ],
+      [
+        "▁Realms",
+        0.0
+      ],
+      [
+        "ìĿ",
+        0.0
+      ],
+      [
+        "▁miscar",
+        0.0
+      ],
+      [
+        "▁Vulkan",
+        0.0
+      ],
+      [
+        "685",
+        0.0
+      ],
+      [
+        "ère",
+        0.0
+      ],
+      [
+        "▁Sap",
+        0.0
+      ],
+      [
+        "▁merging",
+        0.0
+      ],
+      [
+        "▁Carly",
+        0.0
+      ],
+      [
+        "chester",
+        0.0
+      ],
+      [
+        "▁brisk",
+        0.0
+      ],
+      [
+        "▁luxurious",
+        0.0
+      ],
+      [
+        "▁Generator",
+        0.0
+      ],
+      [
+        "▁bitterness",
+        0.0
+      ],
+      [
+        "▁edible",
+        0.0
+      ],
+      [
+        "▁243",
+        0.0
+      ],
+      [
+        "TG",
+        0.0
+      ],
+      [
+        "▁rectangle",
+        0.0
+      ],
+      [
+        "WithNo",
+        0.0
+      ],
+      [
+        "below",
+        0.0
+      ],
+      [
+        "Jenn",
+        0.0
+      ],
+      [
+        "▁darkest",
+        0.0
+      ],
+      [
+        "▁hitch",
+        0.0
+      ],
+      [
+        "▁dosage",
+        0.0
+      ],
+      [
+        "▁scaven",
+        0.0
+      ],
+      [
+        "▁Keller",
+        0.0
+      ],
+      [
+        "▁Illustrated",
+        0.0
+      ],
+      [
+        "Certainly",
+        0.0
+      ],
+      [
+        "▁Mavericks",
+        0.0
+      ],
+      [
+        "Marginal",
+        0.0
+      ],
+      [
+        "▁diarrhea",
+        0.0
+      ],
+      [
+        "▁enormously",
+        0.0
+      ],
+      [
+        "▁999",
+        0.0
+      ],
+      [
+        "shr",
+        0.0
+      ],
+      [
+        "quart",
+        0.0
+      ],
+      [
+        "▁adamant",
+        0.0
+      ],
+      [
+        "▁Mew",
+        0.0
+      ],
+      [
+        "▁renovation",
+        0.0
+      ],
+      [
+        "▁cervical",
+        0.0
+      ],
+      [
+        "▁Percentage",
+        0.0
+      ],
+      [
+        "eners",
+        0.0
+      ],
+      [
+        "▁Kimber",
+        0.0
+      ],
+      [
+        "▁floats",
+        0.0
+      ],
+      [
+        "▁dex",
+        0.0
+      ],
+      [
+        "▁Witcher",
+        0.0
+      ],
+      [
+        "▁Swansea",
+        0.0
+      ],
+      [
+        "dm",
+        0.0
+      ],
+      [
+        "▁salty",
+        0.0
+      ],
+      [
+        "yellow",
+        0.0
+      ],
+      [
+        "▁cape",
+        0.0
+      ],
+      [
+        "▁Drain",
+        0.0
+      ],
+      [
+        "▁Paula",
+        0.0
+      ],
+      [
+        "▁Toledo",
+        0.0
+      ],
+      [
+        "lesi",
+        0.0
+      ],
+      [
+        "Magazine",
+        0.0
+      ],
+      [
+        "▁Wick",
+        0.0
+      ],
+      [
+        "▁Mn",
+        0.0
+      ],
+      [
+        "▁Ack",
+        0.0
+      ],
+      [
+        "▁Riding",
+        0.0
+      ],
+      [
+        "ASON",
+        0.0
+      ],
+      [
+        "▁homophobic",
+        0.0
+      ],
+      [
+        "ARP",
+        0.0
+      ],
+      [
+        "▁wandered",
+        0.0
+      ],
+      [
+        "CPU",
+        0.0
+      ],
+      [
+        "oodoo",
+        0.0
+      ],
+      [
+        "▁Pipe",
+        0.0
+      ],
+      [
+        "▁tightening",
+        0.0
+      ],
+      [
+        "▁Butt",
+        0.0
+      ],
+      [
+        "318",
+        0.0
+      ],
+      [
+        "▁deserted",
+        0.0
+      ],
+      [
+        "Session",
+        0.0
+      ],
+      [
+        "▁facilitating",
+        0.0
+      ],
+      [
+        "Jump",
+        0.0
+      ],
+      [
+        "▁emergencies",
+        0.0
+      ],
+      [
+        "OWER",
+        0.0
+      ],
+      [
+        "▁exhaustive",
+        0.0
+      ],
+      [
+        "▁AFTER",
+        0.0
+      ],
+      [
+        "▁heartbeat",
+        0.0
+      ],
+      [
+        "▁Label",
+        0.0
+      ],
+      [
+        "acky",
+        0.0
+      ],
+      [
+        "▁Certified",
+        0.0
+      ],
+      [
+        "iltration",
+        0.0
+      ],
+      [
+        "Ze",
+        0.0
+      ],
+      [
+        "▁Utt",
+        0.0
+      ],
+      [
+        "▁1300",
+        0.0
+      ],
+      [
+        "▁presume",
+        0.0
+      ],
+      [
+        "▁Disp",
+        0.0
+      ],
+      [
+        "▁surged",
+        0.0
+      ],
+      [
+        "▁dolls",
+        0.0
+      ],
+      [
+        "Columb",
+        0.0
+      ],
+      [
+        "▁chimpan",
+        0.0
+      ],
+      [
+        "▁Razor",
+        0.0
+      ],
+      [
+        "▁ticks",
+        0.0
+      ],
+      [
+        "▁councillor",
+        0.0
+      ],
+      [
+        "▁pilgrimage",
+        0.0
+      ],
+      [
+        "▁Rebels",
+        0.0
+      ],
+      [
+        "▁QC",
+        0.0
+      ],
+      [
+        "▁Auction",
+        0.0
+      ],
+      [
+        "xia",
+        0.0
+      ],
+      [
+        "ikk",
+        0.0
+      ],
+      [
+        "bred",
+        0.0
+      ],
+      [
+        "▁insertion",
+        0.0
+      ],
+      [
+        "▁coarse",
+        0.0
+      ],
+      [
+        "dB",
+        0.0
+      ],
+      [
+        "SEE",
+        0.0
+      ],
+      [
+        "▁Zap",
+        0.0
+      ],
+      [
+        "▁Foo",
+        0.0
+      ],
+      [
+        "▁contempor",
+        0.0
+      ],
+      [
+        "▁Quarterly",
+        0.0
+      ],
+      [
+        "otions",
+        0.0
+      ],
+      [
+        "▁Alchemist",
+        0.0
+      ],
+      [
+        "▁Trey",
+        0.0
+      ],
+      [
+        "▁Duo",
+        0.0
+      ],
+      [
+        "Sweet",
+        0.0
+      ],
+      [
+        "804",
+        0.0
+      ],
+      [
+        "▁Giov",
+        0.0
+      ],
+      [
+        "▁funn",
+        0.0
+      ],
+      [
+        "Nin",
+        0.0
+      ],
+      [
+        "hoff",
+        0.0
+      ],
+      [
+        "▁ramifications",
+        0.0
+      ],
+      [
+        "▁1922",
+        0.0
+      ],
+      [
+        "▁Experts",
+        0.0
+      ],
+      [
+        "azes",
+        0.0
+      ],
+      [
+        "▁garments",
+        0.0
+      ],
+      [
+        "arial",
+        0.0
+      ],
+      [
+        "▁Nab",
+        0.0
+      ],
+      [
+        "▁257",
+        0.0
+      ],
+      [
+        "▁Ved",
+        0.0
+      ],
+      [
+        "▁humorous",
+        0.0
+      ],
+      [
+        "▁Pompe",
+        0.0
+      ],
+      [
+        "▁nylon",
+        0.0
+      ],
+      [
+        "▁lurking",
+        0.0
+      ],
+      [
+        "▁Sergey",
+        0.0
+      ],
+      [
+        "▁Mattis",
+        0.0
+      ],
+      [
+        "▁misogyny",
+        0.0
+      ],
+      [
+        "▁Components",
+        0.0
+      ],
+      [
+        "▁Watching",
+        0.0
+      ],
+      [
+        "▁Folk",
+        0.0
+      ],
+      [
+        "ractical",
+        0.0
+      ],
+      [
+        "Bush",
+        0.0
+      ],
+      [
+        "▁taped",
+        0.0
+      ],
+      [
+        "▁grouping",
+        0.0
+      ],
+      [
+        "▁beads",
+        0.0
+      ],
+      [
+        "▁2048",
+        0.0
+      ],
+      [
+        "▁condu",
+        0.0
+      ],
+      [
+        "querque",
+        0.0
+      ],
+      [
+        "Reading",
+        0.0
+      ],
+      [
+        "▁grievances",
+        0.0
+      ],
+      [
+        "Ultra",
+        0.0
+      ],
+      [
+        "▁endpoint",
+        0.0
+      ],
+      [
+        "Hig",
+        0.0
+      ],
+      [
+        "▁Static",
+        0.0
+      ],
+      [
+        "▁Scarborough",
+        0.0
+      ],
+      [
+        "Lua",
+        0.0
+      ],
+      [
+        "▁Messi",
+        0.0
+      ],
+      [
+        "aqu",
+        0.0
+      ],
+      [
+        "▁PsyNet",
+        0.0
+      ],
+      [
+        "▁Rudd",
+        0.0
+      ],
+      [
+        "▁avenue",
+        0.0
+      ],
+      [
+        "vp",
+        0.0
+      ],
+      [
+        "Jer",
+        0.0
+      ],
+      [
+        "▁shady",
+        0.0
+      ],
+      [
+        "▁Resist",
+        0.0
+      ],
+      [
+        "▁Artemis",
+        0.0
+      ],
+      [
+        "▁careless",
+        0.0
+      ],
+      [
+        "▁brokers",
+        0.0
+      ],
+      [
+        "▁temperament",
+        0.0
+      ],
+      [
+        "▁520",
+        0.0
+      ],
+      [
+        "Tags",
+        0.0
+      ],
+      [
+        "▁Turning",
+        0.0
+      ],
+      [
+        "▁uttered",
+        0.0
+      ],
+      [
+        "▁pedd",
+        0.0
+      ],
+      [
+        "▁improvised",
+        0.0
+      ],
+      [
+        "▁:(",
+        0.0
+      ],
+      [
+        "▁tabl",
+        0.0
+      ],
+      [
+        "▁plains",
+        0.0
+      ],
+      [
+        "1600",
+        0.0
+      ],
+      [
+        "pressure",
+        0.0
+      ],
+      [
+        "▁Essence",
+        0.0
+      ],
+      [
+        "margin",
+        0.0
+      ],
+      [
+        "friends",
+        0.0
+      ],
+      [
+        "▁Restoration",
+        0.0
+      ],
+      [
+        "▁pollut",
+        0.0
+      ],
+      [
+        "▁Poker",
+        0.0
+      ],
+      [
+        "▁Augustine",
+        0.0
+      ],
+      [
+        "▁CIS",
+        0.0
+      ],
+      [
+        "▁SEAL",
+        0.0
+      ],
+      [
+        "orama",
+        0.0
+      ],
+      [
+        "▁thwart",
+        0.0
+      ],
+      [
+        "seek",
+        0.0
+      ],
+      [
+        "▁pagan",
+        0.0
+      ],
+      [
+        "º",
+        0.0
+      ],
+      [
+        "cpu",
+        0.0
+      ],
+      [
+        "▁garn",
+        0.0
+      ],
+      [
+        "▁assortment",
+        0.0
+      ],
+      [
+        "▁ILCS",
+        0.0
+      ],
+      [
+        "tower",
+        0.0
+      ],
+      [
+        "Recommended",
+        0.0
+      ],
+      [
+        "▁unborn",
+        0.0
+      ],
+      [
+        "▁RandomRedditor",
+        0.0
+      ],
+      [
+        "▁RandomRedditorWithNo",
+        0.0
+      ],
+      [
+        "▁paralyzed",
+        0.0
+      ],
+      [
+        "▁eruption",
+        0.0
+      ],
+      [
+        "▁intersect",
+        0.0
+      ],
+      [
+        "▁Stoke",
+        0.0
+      ],
+      [
+        "▁Sco",
+        0.0
+      ],
+      [
+        "Bind",
+        0.0
+      ],
+      [
+        "å¾",
+        0.0
+      ],
+      [
+        "▁PNG",
+        0.0
+      ],
+      [
+        "▁Negative",
+        0.0
+      ],
+      [
+        "▁NOAA",
+        0.0
+      ],
+      [
+        "Leon",
+        0.0
+      ],
+      [
+        "▁alloy",
+        0.0
+      ],
+      [
+        "▁Lama",
+        0.0
+      ],
+      [
+        "▁Diversity",
+        0.0
+      ],
+      [
+        "575",
+        0.0
+      ],
+      [
+        "▁underestimated",
+        0.0
+      ],
+      [
+        "▁Scor",
+        0.0
+      ],
+      [
+        "▁mural",
+        0.0
+      ],
+      [
+        "▁busted",
+        0.0
+      ],
+      [
+        "soon",
+        0.0
+      ],
+      [
+        "lif",
+        0.0
+      ],
+      [
+        "▁nonex",
+        0.0
+      ],
+      [
+        "▁allergy",
+        0.0
+      ],
+      [
+        "▁Underworld",
+        0.0
+      ],
+      [
+        "▁Rays",
+        0.0
+      ],
+      [
+        "▁Blasio",
+        0.0
+      ],
+      [
+        "▁hrs",
+        0.0
+      ],
+      [
+        "▁Dir",
+        0.0
+      ],
+      [
+        "▁327",
+        0.0
+      ],
+      [
+        "byter",
+        0.0
+      ],
+      [
+        "▁replacements",
+        0.0
+      ],
+      [
+        "▁activates",
+        0.0
+      ],
+      [
+        "rived",
+        0.0
+      ],
+      [
+        "MH",
+        0.0
+      ],
+      [
+        "▁pans",
+        0.0
+      ],
+      [
+        "▁HI",
+        0.0
+      ],
+      [
+        "▁longitudinal",
+        0.0
+      ],
+      [
+        "▁nuisance",
+        0.0
+      ],
+      [
+        "aler",
+        0.0
+      ],
+      [
+        "▁swell",
+        0.0
+      ],
+      [
+        "▁Signed",
+        0.0
+      ],
+      [
+        "sci",
+        0.0
+      ],
+      [
+        "▁Isles",
+        0.0
+      ],
+      [
+        "▁AGA",
+        0.0
+      ],
+      [
+        "▁defiant",
+        0.0
+      ],
+      [
+        "▁sonic",
+        0.0
+      ],
+      [
+        "ocon",
+        0.0
+      ],
+      [
+        "KC",
+        0.0
+      ],
+      [
+        "▁Aim",
+        0.0
+      ],
+      [
+        "tie",
+        0.0
+      ],
+      [
+        "ahah",
+        0.0
+      ],
+      [
+        "▁mL",
+        0.0
+      ],
+      [
+        "DX",
+        0.0
+      ],
+      [
+        "▁bisc",
+        0.0
+      ],
+      [
+        "▁Billboard",
+        0.0
+      ],
+      [
+        "▁SYSTEM",
+        0.0
+      ],
+      [
+        "NEY",
+        0.0
+      ],
+      [
+        "gaard",
+        0.0
+      ],
+      [
+        "▁distressed",
+        0.0
+      ],
+      [
+        "formerly",
+        0.0
+      ],
+      [
+        "Alan",
+        0.0
+      ],
+      [
+        "▁chefs",
+        0.0
+      ],
+      [
+        "▁optics",
+        0.0
+      ],
+      [
+        "▁Comet",
+        0.0
+      ],
+      [
+        "▁AMC",
+        0.0
+      ],
+      [
+        "▁redesigned",
+        0.0
+      ],
+      [
+        "irmation",
+        0.0
+      ],
+      [
+        "▁sightings",
+        0.0
+      ],
+      [
+        "382",
+        0.0
+      ],
+      [
+        "311",
+        0.0
+      ],
+      [
+        "▁WB",
+        0.0
+      ],
+      [
+        "▁contraction",
+        0.0
+      ],
+      [
+        "▁TOTAL",
+        0.0
+      ],
+      [
+        "Dual",
+        0.0
+      ],
+      [
+        "▁startled",
+        0.0
+      ],
+      [
+        "▁understandably",
+        0.0
+      ],
+      [
+        "▁sunglasses",
+        0.0
+      ],
+      [
+        "ETHOD",
+        0.0
+      ],
+      [
+        "▁docker",
+        0.0
+      ],
+      [
+        "▁surfing",
+        0.0
+      ],
+      [
+        "▁HEL",
+        0.0
+      ],
+      [
+        "▁Slack",
+        0.0
+      ],
+      [
+        "tones",
+        0.0
+      ],
+      [
+        "▁shalt",
+        0.0
+      ],
+      [
+        "Visual",
+        0.0
+      ],
+      [
+        "498",
+        0.0
+      ],
+      [
+        "Department",
+        0.0
+      ],
+      [
+        "cussion",
+        0.0
+      ],
+      [
+        "▁unrestricted",
+        0.0
+      ],
+      [
+        "▁tad",
+        0.0
+      ],
+      [
+        "▁rename",
+        0.0
+      ],
+      [
+        "employed",
+        0.0
+      ],
+      [
+        "▁educating",
+        0.0
+      ],
+      [
+        "▁grinned",
+        0.0
+      ],
+      [
+        "bedroom",
+        0.0
+      ],
+      [
+        "▁Activities",
+        0.0
+      ],
+      [
+        "▁Velvet",
+        0.0
+      ],
+      [
+        "▁SWAT",
+        0.0
+      ],
+      [
+        "▁shuffle",
+        0.0
+      ],
+      [
+        "igor",
+        0.0
+      ],
+      [
+        "▁saturation",
+        0.0
+      ],
+      [
+        "Finding",
+        0.0
+      ],
+      [
+        "cream",
+        0.0
+      ],
+      [
+        "icter",
+        0.0
+      ],
+      [
+        "▁vodka",
+        0.0
+      ],
+      [
+        "tracking",
+        0.0
+      ],
+      [
+        "tec",
+        0.0
+      ],
+      [
+        "▁foreground",
+        0.0
+      ],
+      [
+        "iesta",
+        0.0
+      ],
+      [
+        "▁vehement",
+        0.0
+      ],
+      [
+        "▁ECB",
+        0.0
+      ],
+      [
+        "▁Tie",
+        0.0
+      ],
+      [
+        "Ey",
+        0.0
+      ],
+      [
+        "▁turtles",
+        0.0
+      ],
+      [
+        "▁Railroad",
+        0.0
+      ],
+      [
+        "▁Katz",
+        0.0
+      ],
+      [
+        "▁Frames",
+        0.0
+      ],
+      [
+        "▁menace",
+        0.0
+      ],
+      [
+        "▁Fellowship",
+        0.0
+      ],
+      [
+        "▁Essential",
+        0.0
+      ],
+      [
+        "uggish",
+        0.0
+      ],
+      [
+        "▁drip",
+        0.0
+      ],
+      [
+        "chwitz",
+        0.0
+      ],
+      [
+        "▁Kyoto",
+        0.0
+      ],
+      [
+        "sb",
+        0.0
+      ],
+      [
+        "▁Nina",
+        0.0
+      ],
+      [
+        "Parameter",
+        0.0
+      ],
+      [
+        "▁alarms",
+        0.0
+      ],
+      [
+        "▁Claud",
+        0.0
+      ],
+      [
+        "▁pioneering",
+        0.0
+      ],
+      [
+        "▁chiefly",
+        0.0
+      ],
+      [
+        "▁Scream",
+        0.0
+      ],
+      [
+        "Collection",
+        0.0
+      ],
+      [
+        "▁thankfully",
+        0.0
+      ],
+      [
+        "▁Ronaldo",
+        0.0
+      ],
+      [
+        "åŃIJ",
+        0.0
+      ],
+      [
+        "strip",
+        0.0
+      ],
+      [
+        "▁Disneyland",
+        0.0
+      ],
+      [
+        "commercial",
+        0.0
+      ],
+      [
+        "Seeing",
+        0.0
+      ],
+      [
+        "Soul",
+        0.0
+      ],
+      [
+        "▁evacuate",
+        0.0
+      ],
+      [
+        "▁civ",
+        0.0
+      ],
+      [
+        "▁Ashe",
+        0.0
+      ],
+      [
+        "▁divides",
+        0.0
+      ],
+      [
+        "▁Dagger",
+        0.0
+      ],
+      [
+        "rehensive",
+        0.0
+      ],
+      [
+        "▁berries",
+        0.0
+      ],
+      [
+        "▁DF",
+        0.0
+      ],
+      [
+        "▁sushi",
+        0.0
+      ],
+      [
+        "▁plurality",
+        0.0
+      ],
+      [
+        "WI",
+        0.0
+      ],
+      [
+        "▁disadvantaged",
+        0.0
+      ],
+      [
+        "▁battalion",
+        0.0
+      ],
+      [
+        "obiles",
+        0.0
+      ],
+      [
+        "451",
+        0.0
+      ],
+      [
+        "▁cling",
+        0.0
+      ],
+      [
+        "▁undeniable",
+        0.0
+      ],
+      [
+        "▁Lounge",
+        0.0
+      ],
+      [
+        "▁haunt",
+        0.0
+      ],
+      [
+        "phe",
+        0.0
+      ],
+      [
+        "▁quantify",
+        0.0
+      ],
+      [
+        "▁differed",
+        0.0
+      ],
+      [
+        "▁[*]",
+        0.0
+      ],
+      [
+        "▁Viz",
+        0.0
+      ],
+      [
+        "cum",
+        0.0
+      ],
+      [
+        "slave",
+        0.0
+      ],
+      [
+        "▁videog",
+        0.0
+      ],
+      [
+        "▁quar",
+        0.0
+      ],
+      [
+        "▁bundles",
+        0.0
+      ],
+      [
+        "▁Alonso",
+        0.0
+      ],
+      [
+        "tackle",
+        0.0
+      ],
+      [
+        "▁neuronal",
+        0.0
+      ],
+      [
+        "▁landslide",
+        0.0
+      ],
+      [
+        "confirmed",
+        0.0
+      ],
+      [
+        "▁Depth",
+        0.0
+      ],
+      [
+        "▁renewables",
+        0.0
+      ],
+      [
+        "Bear",
+        0.0
+      ],
+      [
+        "▁Macedonia",
+        0.0
+      ],
+      [
+        "▁jerseys",
+        0.0
+      ],
+      [
+        "▁bunk",
+        0.0
+      ],
+      [
+        "▁Spawn",
+        0.0
+      ],
+      [
+        "▁Controls",
+        0.0
+      ],
+      [
+        "▁Buchanan",
+        0.0
+      ],
+      [
+        "▁robotics",
+        0.0
+      ],
+      [
+        "▁emphasizing",
+        0.0
+      ],
+      [
+        "▁Tutorial",
+        0.0
+      ],
+      [
+        "hyp",
+        0.0
+      ],
+      [
+        "iston",
+        0.0
+      ],
+      [
+        "▁monumental",
+        0.0
+      ],
+      [
+        "æ°",
+        0.0
+      ],
+      [
+        "▁Carry",
+        0.0
+      ],
+      [
+        "▁tbsp",
+        0.0
+      ],
+      [
+        "enance",
+        0.0
+      ],
+      [
+        "Hill",
+        0.0
+      ],
+      [
+        "arthed",
+        0.0
+      ],
+      [
+        "▁rotten",
+        0.0
+      ],
+      [
+        "Dean",
+        0.0
+      ],
+      [
+        "▁twisting",
+        0.0
+      ],
+      [
+        "▁goodwill",
+        0.0
+      ],
+      [
+        "▁immersion",
+        0.0
+      ],
+      [
+        "Living",
+        0.0
+      ],
+      [
+        "▁brushes",
+        0.0
+      ],
+      [
+        "▁CGI",
+        0.0
+      ],
+      [
+        "▁Atk",
+        0.0
+      ],
+      [
+        "traditional",
+        0.0
+      ],
+      [
+        "▁phantom",
+        0.0
+      ],
+      [
+        "▁Stamina",
+        0.0
+      ],
+      [
+        "▁expansions",
+        0.0
+      ],
+      [
+        "▁Marin",
+        0.0
+      ],
+      [
+        "▁embarked",
+        0.0
+      ],
+      [
+        "▁Eg",
+        0.0
+      ],
+      [
+        "intestinal",
+        0.0
+      ],
+      [
+        "▁PEOPLE",
+        0.0
+      ],
+      [
+        "▁Booth",
+        0.0
+      ],
+      [
+        "▁Appalach",
+        0.0
+      ],
+      [
+        "▁relegated",
+        0.0
+      ],
+      [
+        "VT",
+        0.0
+      ],
+      [
+        "MIT",
+        0.0
+      ],
+      [
+        "▁muster",
+        0.0
+      ],
+      [
+        "▁withdrawing",
+        0.0
+      ],
+      [
+        "▁microscope",
+        0.0
+      ],
+      [
+        "▁Gathering",
+        0.0
+      ],
+      [
+        "▁Crescent",
+        0.0
+      ],
+      [
+        "▁Argentine",
+        0.0
+      ],
+      [
+        "▁Decre",
+        0.0
+      ],
+      [
+        "▁Dominic",
+        0.0
+      ],
+      [
+        "▁buds",
+        0.0
+      ],
+      [
+        "antage",
+        0.0
+      ],
+      [
+        "▁Ion",
+        0.0
+      ],
+      [
+        "▁widened",
+        0.0
+      ],
+      [
+        "ONSORED",
+        0.0
+      ],
+      [
+        "▁Gloves",
+        0.0
+      ],
+      [
+        "iannopoulos",
+        0.0
+      ],
+      [
+        "razen",
+        0.0
+      ],
+      [
+        "feel",
+        0.0
+      ],
+      [
+        "▁repayment",
+        0.0
+      ],
+      [
+        "▁hindsight",
+        0.0
+      ],
+      [
+        "▁REALLY",
+        0.0
+      ],
+      [
+        "▁Pistol",
+        0.0
+      ],
+      [
+        "▁Brah",
+        0.0
+      ],
+      [
+        "▁watts",
+        0.0
+      ],
+      [
+        "▁survives",
+        0.0
+      ],
+      [
+        "▁flurry",
+        0.0
+      ],
+      [
+        "issy",
+        0.0
+      ],
+      [
+        "Alert",
+        0.0
+      ],
+      [
+        "▁Uruguay",
+        0.0
+      ],
+      [
+        "Phoenix",
+        0.0
+      ],
+      [
+        "Slow",
+        0.0
+      ],
+      [
+        "▁Grave",
+        0.0
+      ],
+      [
+        "▁Fir",
+        0.0
+      ],
+      [
+        "▁manageable",
+        0.0
+      ],
+      [
+        "▁tariff",
+        0.0
+      ],
+      [
+        "▁UDP",
+        0.0
+      ],
+      [
+        "▁Pistons",
+        0.0
+      ],
+      [
+        "▁Nigerian",
+        0.0
+      ],
+      [
+        "▁strikeouts",
+        0.0
+      ],
+      [
+        "▁cosmetics",
+        0.0
+      ],
+      [
+        "whelming",
+        0.0
+      ],
+      [
+        "fab",
+        0.0
+      ],
+      [
+        "cape",
+        0.0
+      ],
+      [
+        "proxy",
+        0.0
+      ],
+      [
+        "▁rethink",
+        0.0
+      ],
+      [
+        "▁overcoming",
+        0.0
+      ],
+      [
+        "simple",
+        0.0
+      ],
+      [
+        "▁woo",
+        0.0
+      ],
+      [
+        "▁distracting",
+        0.0
+      ],
+      [
+        "▁Stanton",
+        0.0
+      ],
+      [
+        "▁Tulsa",
+        0.0
+      ],
+      [
+        "▁Dock",
+        0.0
+      ],
+      [
+        "659",
+        0.0
+      ],
+      [
+        "▁discord",
+        0.0
+      ],
+      [
+        "▁Emacs",
+        0.0
+      ],
+      [
+        "▁Ves",
+        0.0
+      ],
+      [
+        "▁ROB",
+        0.0
+      ],
+      [
+        "▁reassuring",
+        0.0
+      ],
+      [
+        "▁consortium",
+        0.0
+      ],
+      [
+        "Muslims",
+        0.0
+      ],
+      [
+        "321",
+        0.0
+      ],
+      [
+        "▁prompts",
+        0.0
+      ],
+      [
+        "sei",
+        0.0
+      ],
+      [
+        "▁Hitch",
+        0.0
+      ],
+      [
+        "imposed",
+        0.0
+      ],
+      [
+        "▁Fool",
+        0.0
+      ],
+      [
+        "▁indiscrim",
+        0.0
+      ],
+      [
+        "wrong",
+        0.0
+      ],
+      [
+        "buquerque",
+        0.0
+      ],
+      [
+        "Davis",
+        0.0
+      ],
+      [
+        "!]",
+        0.0
+      ],
+      [
+        "▁timeless",
+        0.0
+      ],
+      [
+        "▁NEED",
+        0.0
+      ],
+      [
+        "▁pesticide",
+        0.0
+      ],
+      [
+        "▁rallying",
+        0.0
+      ],
+      [
+        "▁Calder",
+        0.0
+      ],
+      [
+        "▁å¤",
+        0.0
+      ],
+      [
+        "▁xp",
+        0.0
+      ],
+      [
+        "▁Unle",
+        0.0
+      ],
+      [
+        "▁Export",
+        0.0
+      ],
+      [
+        "luaj",
+        0.0
+      ],
+      [
+        "Buff",
+        0.0
+      ],
+      [
+        ")</",
+        0.0
+      ],
+      [
+        "Boot",
+        0.0
+      ],
+      [
+        "▁Chrysler",
+        0.0
+      ],
+      [
+        "orative",
+        0.0
+      ],
+      [
+        "Mess",
+        0.0
+      ],
+      [
+        "▁negligible",
+        0.0
+      ],
+      [
+        "ertodd",
+        0.0
+      ],
+      [
+        "▁Mushroom",
+        0.0
+      ],
+      [
+        "▁Gale",
+        0.0
+      ],
+      [
+        "gc",
+        0.0
+      ],
+      [
+        "▁Cosby",
+        0.0
+      ],
+      [
+        "▁Rural",
+        0.0
+      ],
+      [
+        "ritical",
+        0.0
+      ],
+      [
+        "Bell",
+        0.0
+      ],
+      [
+        "▁turbine",
+        0.0
+      ],
+      [
+        "00200000",
+        0.0
+      ],
+      [
+        "▁legitimately",
+        0.0
+      ],
+      [
+        "▁Animated",
+        0.0
+      ],
+      [
+        "TED",
+        0.0
+      ],
+      [
+        "▁Theodore",
+        0.0
+      ],
+      [
+        "conduct",
+        0.0
+      ],
+      [
+        "▁Hier",
+        0.0
+      ],
+      [
+        "▁counterfeit",
+        0.0
+      ],
+      [
+        "▁Algeria",
+        0.0
+      ],
+      [
+        "▁unbeat",
+        0.0
+      ],
+      [
+        "controller",
+        0.0
+      ],
+      [
+        "▁unres",
+        0.0
+      ],
+      [
+        "▁scrambling",
+        0.0
+      ],
+      [
+        "▁Fallon",
+        0.0
+      ],
+      [
+        "Tes",
+        0.0
+      ],
+      [
+        "▁amber",
+        0.0
+      ],
+      [
+        "▁royalties",
+        0.0
+      ],
+      [
+        "▁Shelter",
+        0.0
+      ],
+      [
+        "▁Lester",
+        0.0
+      ],
+      [
+        "▁classify",
+        0.0
+      ],
+      [
+        "Remote",
+        0.0
+      ],
+      [
+        "▁unheard",
+        0.0
+      ],
+      [
+        "▁controversies",
+        0.0
+      ],
+      [
+        "▁enrichment",
+        0.0
+      ],
+      [
+        "▁Yankee",
+        0.0
+      ],
+      [
+        "gamer",
+        0.0
+      ],
+      [
+        "▁platinum",
+        0.0
+      ],
+      [
+        "▁ecology",
+        0.0
+      ],
+      [
+        "▁Sark",
+        0.0
+      ],
+      [
+        "▁untouched",
+        0.0
+      ],
+      [
+        "▁supervisors",
+        0.0
+      ],
+      [
+        "▁\"%",
+        0.0
+      ],
+      [
+        "▁footh",
+        0.0
+      ],
+      [
+        "▁commons",
+        0.0
+      ],
+      [
+        "▁narcotics",
+        0.0
+      ],
+      [
+        "▁indices",
+        0.0
+      ],
+      [
+        "▁Ply",
+        0.0
+      ],
+      [
+        "▁additionally",
+        0.0
+      ],
+      [
+        "▁Gawker",
+        0.0
+      ],
+      [
+        "▁EQ",
+        0.0
+      ],
+      [
+        "Playing",
+        0.0
+      ],
+      [
+        "▁caveat",
+        0.0
+      ],
+      [
+        "▁Absolute",
+        0.0
+      ],
+      [
+        "ossus",
+        0.0
+      ],
+      [
+        "Baby",
+        0.0
+      ],
+      [
+        "▁ration",
+        0.0
+      ],
+      [
+        "▁resin",
+        0.0
+      ],
+      [
+        "▁calibration",
+        0.0
+      ],
+      [
+        "▁Newport",
+        0.0
+      ],
+      [
+        "▁knocks",
+        0.0
+      ],
+      [
+        "vt",
+        0.0
+      ],
+      [
+        "▁compost",
+        0.0
+      ],
+      [
+        "Scene",
+        0.0
+      ],
+      [
+        "▁sarcast",
+        0.0
+      ],
+      [
+        "▁kisses",
+        0.0
+      ],
+      [
+        "▁ns",
+        0.0
+      ],
+      [
+        "alli",
+        0.0
+      ],
+      [
+        "▁Marcel",
+        0.0
+      ],
+      [
+        "▁Piet",
+        0.0
+      ],
+      [
+        "iatrics",
+        0.0
+      ],
+      [
+        "▁surrounds",
+        0.0
+      ],
+      [
+        "▁Reprodu",
+        0.0
+      ],
+      [
+        "▁Phillies",
+        0.0
+      ],
+      [
+        "▁uncertainties",
+        0.0
+      ],
+      [
+        "▁Eur",
+        0.0
+      ],
+      [
+        "▁Romance",
+        0.0
+      ],
+      [
+        "▁Hath",
+        0.0
+      ],
+      [
+        "▁Needs",
+        0.0
+      ],
+      [
+        "▁Cloak",
+        0.0
+      ],
+      [
+        "▁crem",
+        0.0
+      ],
+      [
+        "queue",
+        0.0
+      ],
+      [
+        "▁355",
+        0.0
+      ],
+      [
+        "▁upfront",
+        0.0
+      ],
+      [
+        "]);",
+        0.0
+      ],
+      [
+        "▁reciproc",
+        0.0
+      ],
+      [
+        "▁1927",
+        0.0
+      ],
+      [
+        "▁1100",
+        0.0
+      ],
+      [
+        "utsu",
+        0.0
+      ],
+      [
+        "▁depressive",
+        0.0
+      ],
+      [
+        "owment",
+        0.0
+      ],
+      [
+        "Fans",
+        0.0
+      ],
+      [
+        "▁mech",
+        0.0
+      ],
+      [
+        "▁annihil",
+        0.0
+      ],
+      [
+        "▁counterterrorism",
+        0.0
+      ],
+      [
+        "▁Figures",
+        0.0
+      ],
+      [
+        "bold",
+        0.0
+      ],
+      [
+        "▁Moines",
+        0.0
+      ],
+      [
+        "▁Drivers",
+        0.0
+      ],
+      [
+        "▁manuscripts",
+        0.0
+      ],
+      [
+        "▁Crypto",
+        0.0
+      ],
+      [
+        "▁hypnot",
+        0.0
+      ],
+      [
+        "reddits",
+        0.0
+      ],
+      [
+        "▁prosecutions",
+        0.0
+      ],
+      [
+        "▁divert",
+        0.0
+      ],
+      [
+        "CRIP",
+        0.0
+      ],
+      [
+        "▁Bene",
+        0.0
+      ],
+      [
+        "▁Reggie",
+        0.0
+      ],
+      [
+        "▁taxing",
+        0.0
+      ],
+      [
+        "▁Morales",
+        0.0
+      ],
+      [
+        "enting",
+        0.0
+      ],
+      [
+        "tur",
+        0.0
+      ],
+      [
+        "significant",
+        0.0
+      ],
+      [
+        "▁PROV",
+        0.0
+      ],
+      [
+        "▁strands",
+        0.0
+      ],
+      [
+        "▁pouch",
+        0.0
+      ],
+      [
+        "▁Rookie",
+        0.0
+      ],
+      [
+        "»Ĵ",
+        0.0
+      ],
+      [
+        "▁nicer",
+        0.0
+      ],
+      [
+        "hemy",
+        0.0
+      ],
+      [
+        "hw",
+        0.0
+      ],
+      [
+        "ECA",
+        0.0
+      ],
+      [
+        "▁intimidated",
+        0.0
+      ],
+      [
+        "▁stricter",
+        0.0
+      ],
+      [
+        "���microbial",
+        0.0
+      ],
+      [
+        "details",
+        0.0
+      ],
+      [
+        "▁vows",
+        0.0
+      ],
+      [
+        "▁quake",
+        0.0
+      ],
+      [
+        "hhhh",
+        0.0
+      ],
+      [
+        "▁reinvent",
+        0.0
+      ],
+      [
+        "Ub",
+        0.0
+      ],
+      [
+        "▁relinqu",
+        0.0
+      ],
+      [
+        "▁Buffett",
+        0.0
+      ],
+      [
+        "licensed",
+        0.0
+      ],
+      [
+        "ittered",
+        0.0
+      ],
+      [
+        "▁Picard",
+        0.0
+      ],
+      [
+        "▁chewing",
+        0.0
+      ],
+      [
+        "ucl",
+        0.0
+      ],
+      [
+        "organic",
+        0.0
+      ],
+      [
+        "▁localized",
+        0.0
+      ],
+      [
+        "▁Economist",
+        0.0
+      ],
+      [
+        "▁acquainted",
+        0.0
+      ],
+      [
+        "Definition",
+        0.0
+      ],
+      [
+        "sed",
+        0.0
+      ],
+      [
+        "Critics",
+        0.0
+      ],
+      [
+        "▁cc",
+        0.0
+      ],
+      [
+        "453",
+        0.0
+      ],
+      [
+        "381",
+        0.0
+      ],
+      [
+        "▁fellows",
+        0.0
+      ],
+      [
+        "▁checkpoints",
+        0.0
+      ],
+      [
+        "025",
+        0.0
+      ],
+      [
+        "▁reelection",
+        0.0
+      ],
+      [
+        "▁mediated",
+        0.0
+      ],
+      [
+        "▁KDE",
+        0.0
+      ],
+      [
+        "▁hurdle",
+        0.0
+      ],
+      [
+        "▁texting",
+        0.0
+      ],
+      [
+        "Perfect",
+        0.0
+      ],
+      [
+        "▁trustees",
+        0.0
+      ],
+      [
+        "fecture",
+        0.0
+      ],
+      [
+        "▁dich",
+        0.0
+      ],
+      [
+        "monary",
+        0.0
+      ],
+      [
+        "▁distinctions",
+        0.0
+      ],
+      [
+        "▁1400",
+        0.0
+      ],
+      [
+        "▁usher",
+        0.0
+      ],
+      [
+        "▁parasites",
+        0.0
+      ],
+      [
+        "▁Sharing",
+        0.0
+      ],
+      [
+        "▁Vim",
+        0.0
+      ],
+      [
+        "▁barbecue",
+        0.0
+      ],
+      [
+        "▁Ministers",
+        0.0
+      ],
+      [
+        "erella",
+        0.0
+      ],
+      [
+        "▁eb",
+        0.0
+      ],
+      [
+        "▁mc",
+        0.0
+      ],
+      [
+        "▁Somehow",
+        0.0
+      ],
+      [
+        "▁Insect",
+        0.0
+      ],
+      [
+        "changes",
+        0.0
+      ],
+      [
+        "broad",
+        0.0
+      ],
+      [
+        "▁Byz",
+        0.0
+      ],
+      [
+        "▁grapes",
+        0.0
+      ],
+      [
+        "669",
+        0.0
+      ],
+      [
+        "▁=================",
+        0.0
+      ],
+      [
+        "▁assimil",
+        0.0
+      ],
+      [
+        "▁haunting",
+        0.0
+      ],
+      [
+        "▁firepower",
+        0.0
+      ],
+      [
+        "▁defamation",
+        0.0
+      ],
+      [
+        "emphasis",
+        0.0
+      ],
+      [
+        "▁compose",
+        0.0
+      ],
+      [
+        "▁allergies",
+        0.0
+      ],
+      [
+        "▁strang",
+        0.0
+      ],
+      [
+        "rollers",
+        0.0
+      ],
+      [
+        "bang",
+        0.0
+      ],
+      [
+        "▁brewers",
+        0.0
+      ],
+      [
+        "rongh",
+        0.0
+      ],
+      [
+        "riot",
+        0.0
+      ],
+      [
+        "poor",
+        0.0
+      ],
+      [
+        "cold",
+        0.0
+      ],
+      [
+        "Sample",
+        0.0
+      ],
+      [
+        "▁buoy",
+        0.0
+      ],
+      [
+        "040",
+        0.0
+      ],
+      [
+        "▁Courtney",
+        0.0
+      ],
+      [
+        "▁268",
+        0.0
+      ],
+      [
+        "▁Wedding",
+        0.0
+      ],
+      [
+        "702",
+        0.0
+      ],
+      [
+        "▁obsessive",
+        0.0
+      ],
+      [
+        "▁braking",
+        0.0
+      ],
+      [
+        "▁Lal",
+        0.0
+      ],
+      [
+        "anical",
+        0.0
+      ],
+      [
+        "å¦",
+        0.0
+      ],
+      [
+        "aten",
+        0.0
+      ],
+      [
+        "Construction",
+        0.0
+      ],
+      [
+        "▁clinically",
+        0.0
+      ],
+      [
+        "iership",
+        0.0
+      ],
+      [
+        "Names",
+        0.0
+      ],
+      [
+        "▁Discuss",
+        0.0
+      ],
+      [
+        "▁Ramos",
+        0.0
+      ],
+      [
+        "▁locale",
+        0.0
+      ],
+      [
+        "▁Agricultural",
+        0.0
+      ],
+      [
+        "Enable",
+        0.0
+      ],
+      [
+        "▁horsepower",
+        0.0
+      ],
+      [
+        "enture",
+        0.0
+      ],
+      [
+        "Pref",
+        0.0
+      ],
+      [
+        "Court",
+        0.0
+      ],
+      [
+        "▁staffing",
+        0.0
+      ],
+      [
+        "▁futuristic",
+        0.0
+      ],
+      [
+        "drivers",
+        0.0
+      ],
+      [
+        "▁Marketplace",
+        0.0
+      ],
+      [
+        "æĪ¦",
+        0.0
+      ],
+      [
+        "Friends",
+        0.0
+      ],
+      [
+        "▁damning",
+        0.0
+      ],
+      [
+        "▁Customers",
+        0.0
+      ],
+      [
+        "▁weeds",
+        0.0
+      ],
+      [
+        "▁Mai",
+        0.0
+      ],
+      [
+        "▁agile",
+        0.0
+      ],
+      [
+        "▁Tatt",
+        0.0
+      ],
+      [
+        "icent",
+        0.0
+      ],
+      [
+        "Ranked",
+        0.0
+      ],
+      [
+        "croft",
+        0.0
+      ],
+      [
+        "▁Katy",
+        0.0
+      ],
+      [
+        "Extreme",
+        0.0
+      ],
+      [
+        "▁carve",
+        0.0
+      ],
+      [
+        "▁Rover",
+        0.0
+      ],
+      [
+        "▁Byron",
+        0.0
+      ],
+      [
+        "372",
+        0.0
+      ],
+      [
+        "▁conducts",
+        0.0
+      ],
+      [
+        "ratch",
+        0.0
+      ],
+      [
+        "itia",
+        0.0
+      ],
+      [
+        "▁Pumpkin",
+        0.0
+      ],
+      [
+        "Sadly",
+        0.0
+      ],
+      [
+        "Reloaded",
+        0.0
+      ],
+      [
+        "Policy",
+        0.0
+      ],
+      [
+        "▁lick",
+        0.0
+      ],
+      [
+        "peak",
+        0.0
+      ],
+      [
+        "isks",
+        0.0
+      ],
+      [
+        "▁CDs",
+        0.0
+      ],
+      [
+        "▁Encyclopedia",
+        0.0
+      ],
+      [
+        "initial",
+        0.0
+      ],
+      [
+        "Cos",
+        0.0
+      ],
+      [
+        "▁Awareness",
+        0.0
+      ],
+      [
+        "▁Dram",
+        0.0
+      ],
+      [
+        "$$$$",
+        0.0
+      ],
+      [
+        "▁riff",
+        0.0
+      ],
+      [
+        "▁scripture",
+        0.0
+      ],
+      [
+        "runners",
+        0.0
+      ],
+      [
+        "▁boiler",
+        0.0
+      ],
+      [
+        "onson",
+        0.0
+      ],
+      [
+        "oin",
+        0.0
+      ],
+      [
+        "▁hamstring",
+        0.0
+      ],
+      [
+        "▁cataly",
+        0.0
+      ],
+      [
+        "▁Archbishop",
+        0.0
+      ],
+      [
+        "chall",
+        0.0
+      ],
+      [
+        "▁faux",
+        0.0
+      ],
+      [
+        "okin",
+        0.0
+      ],
+      [
+        "localhost",
+        0.0
+      ],
+      [
+        "▁NAME",
+        0.0
+      ],
+      [
+        "adobe",
+        0.0
+      ],
+      [
+        "SAN",
+        0.0
+      ],
+      [
+        "amate",
+        0.0
+      ],
+      [
+        "▁scramble",
+        0.0
+      ],
+      [
+        "▁carc",
+        0.0
+      ],
+      [
+        "▁Manifest",
+        0.0
+      ],
+      [
+        "▁Cedar",
+        0.0
+      ],
+      [
+        "▁Sergio",
+        0.0
+      ],
+      [
+        "later",
+        0.0
+      ],
+      [
+        "ffer",
+        0.0
+      ],
+      [
+        "▁grappling",
+        0.0
+      ],
+      [
+        "▁Deutsche",
+        0.0
+      ],
+      [
+        "agonists",
+        0.0
+      ],
+      [
+        "▁Newsp",
+        0.0
+      ],
+      [
+        "▁pretended",
+        0.0
+      ],
+      [
+        "archment",
+        0.0
+      ],
+      [
+        "▁curated",
+        0.0
+      ],
+      [
+        "▁headphone",
+        0.0
+      ],
+      [
+        "▁Uncommon",
+        0.0
+      ],
+      [
+        "▁SIGN",
+        0.0
+      ],
+      [
+        "Agent",
+        0.0
+      ],
+      [
+        "▁deadlines",
+        0.0
+      ],
+      [
+        "▁horizontally",
+        0.0
+      ],
+      [
+        "▁MAT",
+        0.0
+      ],
+      [
+        "▁Summers",
+        0.0
+      ],
+      [
+        "▁ordained",
+        0.0
+      ],
+      [
+        "▁Lastly",
+        0.0
+      ],
+      [
+        "▁Kendall",
+        0.0
+      ],
+      [
+        "▁frig",
+        0.0
+      ],
+      [
+        "▁Machina",
+        0.0
+      ],
+      [
+        "▁Waterloo",
+        0.0
+      ],
+      [
+        "▁Mexicans",
+        0.0
+      ],
+      [
+        "▁protector",
+        0.0
+      ],
+      [
+        "▁glare",
+        0.0
+      ],
+      [
+        "}\"",
+        0.0
+      ],
+      [
+        "Premium",
+        0.0
+      ],
+      [
+        "▁rift",
+        0.0
+      ],
+      [
+        "▁Telescope",
+        0.0
+      ],
+      [
+        "Metal",
+        0.0
+      ],
+      [
+        "▁recapt",
+        0.0
+      ],
+      [
+        "▁;;",
+        0.0
+      ],
+      [
+        "▁inclination",
+        0.0
+      ],
+      [
+        "▁imposes",
+        0.0
+      ],
+      [
+        "ingen",
+        0.0
+      ],
+      [
+        "^{",
+        0.0
+      ],
+      [
+        "▁haste",
+        0.0
+      ],
+      [
+        "▁dolphins",
+        0.0
+      ],
+      [
+        "▁commuters",
+        0.0
+      ],
+      [
+        "planned",
+        0.0
+      ],
+      [
+        "cong",
+        0.0
+      ],
+      [
+        "mx",
+        0.0
+      ],
+      [
+        "▁Upload",
+        0.0
+      ],
+      [
+        "▁extrap",
+        0.0
+      ],
+      [
+        "▁Tucson",
+        0.0
+      ],
+      [
+        "▁Exploration",
+        0.0
+      ],
+      [
+        "efeated",
+        0.0
+      ],
+      [
+        "▁slender",
+        0.0
+      ],
+      [
+        "703",
+        0.0
+      ],
+      [
+        "▁Buk",
+        0.0
+      ],
+      [
+        "isel",
+        0.0
+      ],
+      [
+        "▁competitiveness",
+        0.0
+      ],
+      [
+        "chlor",
+        0.0
+      ],
+      [
+        "▁Permanent",
+        0.0
+      ],
+      [
+        "▁Everett",
+        0.0
+      ],
+      [
+        "▁Specialist",
+        0.0
+      ],
+      [
+        "▁SOL",
+        0.0
+      ],
+      [
+        "▁cyan",
+        0.0
+      ],
+      [
+        "▁Exactly",
+        0.0
+      ],
+      [
+        "UF",
+        0.0
+      ],
+      [
+        "▁LIFE",
+        0.0
+      ],
+      [
+        "aryl",
+        0.0
+      ],
+      [
+        "onet",
+        0.0
+      ],
+      [
+        "▁Employee",
+        0.0
+      ],
+      [
+        "awed",
+        0.0
+      ],
+      [
+        "▁Ratings",
+        0.0
+      ],
+      [
+        "▁extravag",
+        0.0
+      ],
+      [
+        "ulhu",
+        0.0
+      ],
+      [
+        "▁Plane",
+        0.0
+      ],
+      [
+        "▁elevate",
+        0.0
+      ],
+      [
+        "▁Coordinator",
+        0.0
+      ],
+      [
+        "▁Watkins",
+        0.0
+      ],
+      [
+        "▁excludes",
+        0.0
+      ],
+      [
+        "▁sentient",
+        0.0
+      ],
+      [
+        "▁epoch",
+        0.0
+      ],
+      [
+        "▁alloc",
+        0.0
+      ],
+      [
+        "Previously",
+        0.0
+      ],
+      [
+        "▁Shy",
+        0.0
+      ],
+      [
+        "▁Slovakia",
+        0.0
+      ],
+      [
+        "LOCK",
+        0.0
+      ],
+      [
+        "▁markedly",
+        0.0
+      ],
+      [
+        "▁knob",
+        0.0
+      ],
+      [
+        "▁adventurers",
+        0.0
+      ],
+      [
+        "▁Been",
+        0.0
+      ],
+      [
+        "▁Costs",
+        0.0
+      ],
+      [
+        "ammers",
+        0.0
+      ],
+      [
+        "▁onslaught",
+        0.0
+      ],
+      [
+        "▁Supported",
+        0.0
+      ],
+      [
+        "▁Tau",
+        0.0
+      ],
+      [
+        "ikarp",
+        0.0
+      ],
+      [
+        "▁Sovere",
+        0.0
+      ],
+      [
+        "▁Hampton",
+        0.0
+      ],
+      [
+        "ãĤī",
+        0.0
+      ],
+      [
+        "Prev",
+        0.0
+      ],
+      [
+        "▁Worse",
+        0.0
+      ],
+      [
+        "▁cottage",
+        0.0
+      ],
+      [
+        "▁Hades",
+        0.0
+      ],
+      [
+        "lez",
+        0.0
+      ],
+      [
+        "bowl",
+        0.0
+      ],
+      [
+        "▁fragrance",
+        0.0
+      ],
+      [
+        "▁Lok",
+        0.0
+      ],
+      [
+        "EMOTE",
+        0.0
+      ],
+      [
+        "▁Petro",
+        0.0
+      ],
+      [
+        "▁1925",
+        0.0
+      ],
+      [
+        "▁Pend",
+        0.0
+      ],
+      [
+        "producing",
+        0.0
+      ],
+      [
+        "▁relocate",
+        0.0
+      ],
+      [
+        "vati",
+        0.0
+      ],
+      [
+        "pole",
+        0.0
+      ],
+      [
+        "▁semin",
+        0.0
+      ],
+      [
+        "▁NUM",
+        0.0
+      ],
+      [
+        "▁rocked",
+        0.0
+      ],
+      [
+        "buff",
+        0.0
+      ],
+      [
+        "bly",
+        0.0
+      ],
+      [
+        "Reply",
+        0.0
+      ],
+      [
+        "▁Hai",
+        0.0
+      ],
+      [
+        "▁articulated",
+        0.0
+      ],
+      [
+        "▁Islamabad",
+        0.0
+      ],
+      [
+        "665",
+        0.0
+      ],
+      [
+        "▁Claims",
+        0.0
+      ],
+      [
+        "Desktop",
+        0.0
+      ],
+      [
+        "▁trustee",
+        0.0
+      ],
+      [
+        "▁scripting",
+        0.0
+      ],
+      [
+        "▁Sob",
+        0.0
+      ],
+      [
+        "▁Asylum",
+        0.0
+      ],
+      [
+        "STDOUT",
+        0.0
+      ],
+      [
+        "▁Clown",
+        0.0
+      ],
+      [
+        "▁Dortmund",
+        0.0
+      ],
+      [
+        "▁Devon",
+        0.0
+      ],
+      [
+        "lite",
+        0.0
+      ],
+      [
+        "▁Marble",
+        0.0
+      ],
+      [
+        "▁bunker",
+        0.0
+      ],
+      [
+        "▁crest",
+        0.0
+      ],
+      [
+        "▁arousal",
+        0.0
+      ],
+      [
+        "▁Sears",
+        0.0
+      ],
+      [
+        "▁Buddy",
+        0.0
+      ],
+      [
+        "eredith",
+        0.0
+      ],
+      [
+        "▁Polly",
+        0.0
+      ],
+      [
+        "▁decode",
+        0.0
+      ],
+      [
+        "▁Vish",
+        0.0
+      ],
+      [
+        "▁Reflect",
+        0.0
+      ],
+      [
+        "anon",
+        0.0
+      ],
+      [
+        "▁refunds",
+        0.0
+      ],
+      [
+        "immers",
+        0.0
+      ],
+      [
+        "HM",
+        0.0
+      ],
+      [
+        "▁wiping",
+        0.0
+      ],
+      [
+        "▁puzzled",
+        0.0
+      ],
+      [
+        "▁matte",
+        0.0
+      ],
+      [
+        "uno",
+        0.0
+      ],
+      [
+        "Pierre",
+        0.0
+      ],
+      [
+        ")),",
+        0.0
+      ],
+      [
+        "▁tainted",
+        0.0
+      ],
+      [
+        "▁symbolism",
+        0.0
+      ],
+      [
+        "▁Fraz",
+        0.0
+      ],
+      [
+        "▁protestors",
+        0.0
+      ],
+      [
+        "etheus",
+        0.0
+      ],
+      [
+        "%%%%",
+        0.0
+      ],
+      [
+        "Wra",
+        0.0
+      ],
+      [
+        "▁lax",
+        0.0
+      ],
+      [
+        "adem",
+        0.0
+      ],
+      [
+        "aturation",
+        0.0
+      ],
+      [
+        "ãĥĵ",
+        0.0
+      ],
+      [
+        "▁Trailer",
+        0.0
+      ],
+      [
+        "▁ENG",
+        0.0
+      ],
+      [
+        "▁Bowser",
+        0.0
+      ],
+      [
+        "▁attm",
+        0.0
+      ],
+      [
+        "Dur",
+        0.0
+      ],
+      [
+        "807",
+        0.0
+      ],
+      [
+        "▁sidx",
+        0.0
+      ],
+      [
+        "▁cider",
+        0.0
+      ],
+      [
+        "▁Affect",
+        0.0
+      ],
+      [
+        "▁woven",
+        0.0
+      ],
+      [
+        "▁Barker",
+        0.0
+      ],
+      [
+        "benef",
+        0.0
+      ],
+      [
+        "▁dstg",
+        0.0
+      ],
+      [
+        "▁Ryu",
+        0.0
+      ],
+      [
+        ">[",
+        0.0
+      ],
+      [
+        "▁sqor",
+        0.0
+      ],
+      [
+        "Saudi",
+        0.0
+      ],
+      [
+        "▁istg",
+        0.0
+      ],
+      [
+        "▁indulge",
+        0.0
+      ],
+      [
+        "proc",
+        0.0
+      ],
+      [
+        "▁disgusted",
+        0.0
+      ],
+      [
+        "▁compounded",
+        0.0
+      ],
+      [
+        "▁nem",
+        0.0
+      ],
+      [
+        "▁schooling",
+        0.0
+      ],
+      [
+        "▁Cure",
+        0.0
+      ],
+      [
+        "processing",
+        0.0
+      ],
+      [
+        "Sol",
+        0.0
+      ],
+      [
+        "▁proverb",
+        0.0
+      ],
+      [
+        "itized",
+        0.0
+      ],
+      [
+        "▁Alvarez",
+        0.0
+      ],
+      [
+        "▁scarf",
+        0.0
+      ],
+      [
+        "▁rectangular",
+        0.0
+      ],
+      [
+        "reve",
+        0.0
+      ],
+      [
+        "▁hormonal",
+        0.0
+      ],
+      [
+        "▁Stress",
+        0.0
+      ],
+      [
+        "itizen",
+        0.0
+      ],
+      [
+        "▁425",
+        0.0
+      ],
+      [
+        "girls",
+        0.0
+      ],
+      [
+        "▁Noir",
+        0.0
+      ],
+      [
+        "▁Rapp",
+        0.0
+      ],
+      [
+        "▁marches",
+        0.0
+      ],
+      [
+        "church",
+        0.0
+      ],
+      [
+        "▁Uses",
+        0.0
+      ],
+      [
+        "▁405",
+        0.0
+      ],
+      [
+        "▁Berm",
+        0.0
+      ],
+      [
+        "▁ordinances",
+        0.0
+      ],
+      [
+        "▁Judgment",
+        0.0
+      ],
+      [
+        "Charges",
+        0.0
+      ],
+      [
+        "▁Zin",
+        0.0
+      ],
+      [
+        "▁dusty",
+        0.0
+      ],
+      [
+        "▁strawberries",
+        0.0
+      ],
+      [
+        "▁perce",
+        0.0
+      ],
+      [
+        "▁Thur",
+        0.0
+      ],
+      [
+        "▁Deborah",
+        0.0
+      ],
+      [
+        "netflix",
+        0.0
+      ],
+      [
+        "▁Lambert",
+        0.0
+      ],
+      [
+        "▁amused",
+        0.0
+      ],
+      [
+        "▁Guang",
+        0.0
+      ],
+      [
+        "YOU",
+        0.0
+      ],
+      [
+        "RGB",
+        0.0
+      ],
+      [
+        "▁CCTV",
+        0.0
+      ],
+      [
+        "▁fiat",
+        0.0
+      ],
+      [
+        "rang",
+        0.0
+      ],
+      [
+        "▁federation",
+        0.0
+      ],
+      [
+        "▁Mant",
+        0.0
+      ],
+      [
+        "▁Bust",
+        0.0
+      ],
+      [
+        "▁Mare",
+        0.0
+      ],
+      [
+        "respective",
+        0.0
+      ],
+      [
+        "▁Migration",
+        0.0
+      ],
+      [
+        "▁BIT",
+        0.0
+      ],
+      [
+        "590",
+        0.0
+      ],
+      [
+        "▁patriotism",
+        0.0
+      ],
+      [
+        "▁outlining",
+        0.0
+      ],
+      [
+        "region",
+        0.0
+      ],
+      [
+        "▁José",
+        0.0
+      ],
+      [
+        "▁blasting",
+        0.0
+      ],
+      [
+        "▁Ezra",
+        0.0
+      ],
+      [
+        "Bs",
+        0.0
+      ],
+      [
+        "▁undermines",
+        0.0
+      ],
+      [
+        "▁Smooth",
+        0.0
+      ],
+      [
+        "▁clashed",
+        0.0
+      ],
+      [
+        "radio",
+        0.0
+      ],
+      [
+        "▁transitioning",
+        0.0
+      ],
+      [
+        "▁Buccaneers",
+        0.0
+      ],
+      [
+        "▁Owl",
+        0.0
+      ],
+      [
+        "▁plugs",
+        0.0
+      ],
+      [
+        "▁hiatus",
+        0.0
+      ],
+      [
+        "▁Pinball",
+        0.0
+      ],
+      [
+        "▁mig",
+        0.0
+      ],
+      [
+        "▁Nutr",
+        0.0
+      ],
+      [
+        "▁Wolfe",
+        0.0
+      ],
+      [
+        "▁integers",
+        0.0
+      ],
+      [
+        "▁orbits",
+        0.0
+      ],
+      [
+        "▁Edwin",
+        0.0
+      ],
+      [
+        "▁DirectX",
+        0.0
+      ],
+      [
+        "bite",
+        0.0
+      ],
+      [
+        "▁blazing",
+        0.0
+      ],
+      [
+        "vr",
+        0.0
+      ],
+      [
+        "Edge",
+        0.0
+      ],
+      [
+        "▁PID",
+        0.0
+      ],
+      [
+        "exit",
+        0.0
+      ],
+      [
+        "▁Comed",
+        0.0
+      ],
+      [
+        "▁Pathfinder",
+        0.0
+      ],
+      [
+        "▁Guid",
+        0.0
+      ],
+      [
+        "▁Signs",
+        0.0
+      ],
+      [
+        "▁Zer",
+        0.0
+      ],
+      [
+        "▁Agenda",
+        0.0
+      ],
+      [
+        "▁reimbursement",
+        0.0
+      ],
+      [
+        "Mesh",
+        0.0
+      ],
+      [
+        "iPhone",
+        0.0
+      ],
+      [
+        "▁Marcos",
+        0.0
+      ],
+      [
+        "▁Sites",
+        0.0
+      ],
+      [
+        "hate",
+        0.0
+      ],
+      [
+        "enburg",
+        0.0
+      ],
+      [
+        "▁sockets",
+        0.0
+      ],
+      [
+        "pend",
+        0.0
+      ],
+      [
+        "Batman",
+        0.0
+      ],
+      [
+        "vir",
+        0.0
+      ],
+      [
+        "▁SHOW",
+        0.0
+      ],
+      [
+        "▁provisional",
+        0.0
+      ],
+      [
+        "conn",
+        0.0
+      ],
+      [
+        "▁Deaths",
+        0.0
+      ],
+      [
+        "ATIVE",
+        0.0
+      ],
+      [
+        "Profile",
+        0.0
+      ],
+      [
+        "sym",
+        0.0
+      ],
+      [
+        "JA",
+        0.0
+      ],
+      [
+        "▁ninja",
+        0.0
+      ],
+      [
+        "installed",
+        0.0
+      ],
+      [
+        "idates",
+        0.0
+      ],
+      [
+        "ebra",
+        0.0
+      ],
+      [
+        "▁Omaha",
+        0.0
+      ],
+      [
+        "▁seizing",
+        0.0
+      ],
+      [
+        "▁Beasts",
+        0.0
+      ],
+      [
+        "▁salts",
+        0.0
+      ],
+      [
+        "Mission",
+        0.0
+      ],
+      [
+        "Generally",
+        0.0
+      ],
+      [
+        "▁Trilogy",
+        0.0
+      ],
+      [
+        "heon",
+        0.0
+      ],
+      [
+        "legates",
+        0.0
+      ],
+      [
+        "▁dime",
+        0.0
+      ],
+      [
+        "▁faire",
+        0.0
+      ],
+      [
+        "parable",
+        0.0
+      ],
+      [
+        "Graph",
+        0.0
+      ],
+      [
+        "▁totaling",
+        0.0
+      ],
+      [
+        "▁diagrams",
+        0.0
+      ],
+      [
+        "▁Yanuk",
+        0.0
+      ],
+      [
+        "plet",
+        0.0
+      ],
+      [
+        "▁Meh",
+        0.0
+      ],
+      [
+        "▁mythical",
+        0.0
+      ],
+      [
+        "▁Stephens",
+        0.0
+      ],
+      [
+        "autical",
+        0.0
+      ],
+      [
+        "ochemistry",
+        0.0
+      ],
+      [
+        "▁kilograms",
+        0.0
+      ],
+      [
+        "▁elbows",
+        0.0
+      ],
+      [
+        "ancock",
+        0.0
+      ],
+      [
+        "▁BCE",
+        0.0
+      ],
+      [
+        "▁Prague",
+        0.0
+      ],
+      [
+        "▁improv",
+        0.0
+      ],
+      [
+        "▁Devin",
+        0.0
+      ],
+      [
+        "▁\"\\",
+        0.0
+      ],
+      [
+        "paralle",
+        0.0
+      ],
+      [
+        "▁supremacists",
+        0.0
+      ],
+      [
+        "▁Billion",
+        0.0
+      ],
+      [
+        "▁regimen",
+        0.0
+      ],
+      [
+        "innacle",
+        0.0
+      ],
+      [
+        "▁requisite",
+        0.0
+      ],
+      [
+        "angan",
+        0.0
+      ],
+      [
+        "▁Burlington",
+        0.0
+      ],
+      [
+        "ainment",
+        0.0
+      ],
+      [
+        "▁Objective",
+        0.0
+      ],
+      [
+        "omsky",
+        0.0
+      ],
+      [
+        "GV",
+        0.0
+      ],
+      [
+        "▁unilateral",
+        0.0
+      ],
+      [
+        "▁tc",
+        0.0
+      ],
+      [
+        "▁hires",
+        0.0
+      ],
+      [
+        "mental",
+        0.0
+      ],
+      [
+        "▁involuntary",
+        0.0
+      ],
+      [
+        "▁transpl",
+        0.0
+      ],
+      [
+        "▁ASCII",
+        0.0
+      ],
+      [
+        "¨",
+        0.0
+      ],
+      [
+        "Events",
+        0.0
+      ],
+      [
+        "▁doubted",
+        0.0
+      ],
+      [
+        "▁Kaplan",
+        0.0
+      ],
+      [
+        "▁Courage",
+        0.0
+      ],
+      [
+        "igon",
+        0.0
+      ],
+      [
+        "▁Managing",
+        0.0
+      ],
+      [
+        "▁Tart",
+        0.0
+      ],
+      [
+        "▁falsehood",
+        0.0
+      ],
+      [
+        "▁Violet",
+        0.0
+      ],
+      [
+        "▁airs",
+        0.0
+      ],
+      [
+        "▁fertilizer",
+        0.0
+      ],
+      [
+        "Britain",
+        0.0
+      ],
+      [
+        "▁aquatic",
+        0.0
+      ],
+      [
+        "ouf",
+        0.0
+      ],
+      [
+        "Words",
+        0.0
+      ],
+      [
+        "▁Hartford",
+        0.0
+      ],
+      [
+        "▁evenings",
+        0.0
+      ],
+      [
+        "▁Vengeance",
+        0.0
+      ],
+      [
+        "quite",
+        0.0
+      ],
+      [
+        "Gall",
+        0.0
+      ],
+      [
+        "▁Pret",
+        0.0
+      ],
+      [
+        "▁pdf",
+        0.0
+      ],
+      [
+        "▁LM",
+        0.0
+      ],
+      [
+        "▁Sochi",
+        0.0
+      ],
+      [
+        "▁Intercept",
+        0.0
+      ],
+      [
+        "920",
+        0.0
+      ],
+      [
+        "▁profitability",
+        0.0
+      ],
+      [
+        "▁Idle",
+        0.0
+      ],
+      [
+        "▁MacDonald",
+        0.0
+      ],
+      [
+        "▁Establishment",
+        0.0
+      ],
+      [
+        "umsy",
+        0.0
+      ],
+      [
+        "▁gatherings",
+        0.0
+      ],
+      [
+        "▁Naj",
+        0.0
+      ],
+      [
+        "Charlie",
+        0.0
+      ],
+      [
+        "▁ascent",
+        0.0
+      ],
+      [
+        "▁Protector",
+        0.0
+      ],
+      [
+        "▁algebra",
+        0.0
+      ],
+      [
+        "▁bios",
+        0.0
+      ],
+      [
+        "forums",
+        0.0
+      ],
+      [
+        "ELS",
+        0.0
+      ],
+      [
+        "Introduced",
+        0.0
+      ],
+      [
+        "▁335",
+        0.0
+      ],
+      [
+        "▁astronomy",
+        0.0
+      ],
+      [
+        "Contribut",
+        0.0
+      ],
+      [
+        "▁Polic",
+        0.0
+      ],
+      [
+        "Platform",
+        0.0
+      ],
+      [
+        "▁containment",
+        0.0
+      ],
+      [
+        "wrap",
+        0.0
+      ],
+      [
+        "▁coronary",
+        0.0
+      ],
+      [
+        "▁Jelly",
+        0.0
+      ],
+      [
+        "manager",
+        0.0
+      ],
+      [
+        "▁heartbreaking",
+        0.0
+      ],
+      [
+        "cair",
+        0.0
+      ],
+      [
+        "▁Chero",
+        0.0
+      ],
+      [
+        "cgi",
+        0.0
+      ],
+      [
+        "Medical",
+        0.0
+      ],
+      [
+        "▁Accountability",
+        0.0
+      ],
+      [
+        "!!\"",
+        0.0
+      ],
+      [
+        "ophile",
+        0.0
+      ],
+      [
+        "▁psychotic",
+        0.0
+      ],
+      [
+        "▁Restrict",
+        0.0
+      ],
+      [
+        "▁equitable",
+        0.0
+      ],
+      [
+        "issues",
+        0.0
+      ],
+      [
+        "▁1905",
+        0.0
+      ],
+      [
+        "▁Nek",
+        0.0
+      ],
+      [
+        "cised",
+        0.0
+      ],
+      [
+        "▁Tracking",
+        0.0
+      ],
+      [
+        "▁ozone",
+        0.0
+      ],
+      [
+        "▁cooker",
+        0.0
+      ],
+      [
+        "rosis",
+        0.0
+      ],
+      [
+        "▁reopen",
+        0.0
+      ],
+      [
+        "▁infinity",
+        0.0
+      ],
+      [
+        "▁Pharmaceutical",
+        0.0
+      ],
+      [
+        "ensional",
+        0.0
+      ],
+      [
+        "Attempt",
+        0.0
+      ],
+      [
+        "▁Rory",
+        0.0
+      ],
+      [
+        "Marco",
+        0.0
+      ],
+      [
+        "▁awaits",
+        0.0
+      ],
+      [
+        "HOW",
+        0.0
+      ],
+      [
+        "treated",
+        0.0
+      ],
+      [
+        "▁bolst",
+        0.0
+      ],
+      [
+        "▁revered",
+        0.0
+      ],
+      [
+        "▁pods",
+        0.0
+      ],
+      [
+        "oppers",
+        0.0
+      ],
+      [
+        "0010",
+        0.0
+      ],
+      [
+        "▁amplitude",
+        0.0
+      ],
+      [
+        "rican",
+        0.0
+      ],
+      [
+        "SPONSORED",
+        0.0
+      ],
+      [
+        "▁trousers",
+        0.0
+      ],
+      [
+        "▁halves",
+        0.0
+      ],
+      [
+        "▁Kaine",
+        0.0
+      ],
+      [
+        "▁Cutler",
+        0.0
+      ],
+      [
+        "▁AUTH",
+        0.0
+      ],
+      [
+        "▁splendid",
+        0.0
+      ],
+      [
+        "▁preventive",
+        0.0
+      ],
+      [
+        "▁Dudley",
+        0.0
+      ],
+      [
+        "ifacts",
+        0.0
+      ],
+      [
+        "uminati",
+        0.0
+      ],
+      [
+        "▁Yin",
+        0.0
+      ],
+      [
+        "▁admon",
+        0.0
+      ],
+      [
+        "▁Vag",
+        0.0
+      ],
+      [
+        "▁inverted",
+        0.0
+      ],
+      [
+        "▁hastily",
+        0.0
+      ],
+      [
+        "▁Hague",
+        0.0
+      ],
+      [
+        "Lyn",
+        0.0
+      ],
+      [
+        "▁ledger",
+        0.0
+      ],
+      [
+        "▁astronomical",
+        0.0
+      ],
+      [
+        "getting",
+        0.0
+      ],
+      [
+        "▁circa",
+        0.0
+      ],
+      [
+        "▁Cic",
+        0.0
+      ],
+      [
+        "▁Tennis",
+        0.0
+      ],
+      [
+        "Limited",
+        0.0
+      ],
+      [
+        "▁dru",
+        0.0
+      ],
+      [
+        "▁BYU",
+        0.0
+      ],
+      [
+        "▁travellers",
+        0.0
+      ],
+      [
+        "▁pane",
+        0.0
+      ],
+      [
+        "▁Intro",
+        0.0
+      ],
+      [
+        "▁patiently",
+        0.0
+      ],
+      [
+        "▁aiding",
+        0.0
+      ],
+      [
+        "▁loos",
+        0.0
+      ],
+      [
+        "▁Tough",
+        0.0
+      ],
+      [
+        "▁293",
+        0.0
+      ],
+      [
+        "▁consumes",
+        0.0
+      ],
+      [
+        "SourceFile",
+        0.0
+      ],
+      [
+        "▁\"\"\"",
+        0.0
+      ],
+      [
+        "▁bonding",
+        0.0
+      ],
+      [
+        "▁tilted",
+        0.0
+      ],
+      [
+        "▁menstrual",
+        0.0
+      ],
+      [
+        "▁Celestial",
+        0.0
+      ],
+      [
+        "ULAR",
+        0.0
+      ],
+      [
+        "Plugin",
+        0.0
+      ],
+      [
+        "▁risking",
+        0.0
+      ],
+      [
+        "Naz",
+        0.0
+      ],
+      [
+        "▁Riyadh",
+        0.0
+      ],
+      [
+        "▁accredited",
+        0.0
+      ],
+      [
+        "▁skirm",
+        0.0
+      ],
+      [
+        "éĽ",
+        0.0
+      ],
+      [
+        "▁examiner",
+        0.0
+      ],
+      [
+        "▁messing",
+        0.0
+      ],
+      [
+        "▁nearing",
+        0.0
+      ],
+      [
+        "▁Chern",
+        0.0
+      ],
+      [
+        "▁Beckham",
+        0.0
+      ],
+      [
+        "▁swapped",
+        0.0
+      ],
+      [
+        "▁goose",
+        0.0
+      ],
+      [
+        "Kay",
+        0.0
+      ],
+      [
+        "▁lofty",
+        0.0
+      ],
+      [
+        "▁Wallet",
+        0.0
+      ],
+      [
+        "▁['",
+        0.0
+      ],
+      [
+        "▁apocalypse",
+        0.0
+      ],
+      [
+        "▁bamboo",
+        0.0
+      ],
+      [
+        "▁SPACE",
+        0.0
+      ],
+      [
+        "▁Elena",
+        0.0
+      ],
+      [
+        "▁306",
+        0.0
+      ],
+      [
+        "acons",
+        0.0
+      ],
+      [
+        "▁tightened",
+        0.0
+      ],
+      [
+        "▁adolescence",
+        0.0
+      ],
+      [
+        "▁rainy",
+        0.0
+      ],
+      [
+        "▁vandalism",
+        0.0
+      ],
+      [
+        "▁Newtown",
+        0.0
+      ],
+      [
+        "▁conject",
+        0.0
+      ],
+      [
+        "cakes",
+        0.0
+      ],
+      [
+        "▁cheated",
+        0.0
+      ],
+      [
+        "▁moderators",
+        0.0
+      ],
+      [
+        "params",
+        0.0
+      ],
+      [
+        "EFF",
+        0.0
+      ],
+      [
+        "▁deceit",
+        0.0
+      ],
+      [
+        "▁STL",
+        0.0
+      ],
+      [
+        "▁Tanzania",
+        0.0
+      ],
+      [
+        "▁RI",
+        0.0
+      ],
+      [
+        "▁1923",
+        0.0
+      ],
+      [
+        "▁Exile",
+        0.0
+      ],
+      [
+        "thel",
+        0.0
+      ],
+      [
+        "▁theolog",
+        0.0
+      ],
+      [
+        "▁quirky",
+        0.0
+      ],
+      [
+        "▁Irvine",
+        0.0
+      ],
+      [
+        "▁needy",
+        0.0
+      ],
+      [
+        "oris",
+        0.0
+      ],
+      [
+        "Um",
+        0.0
+      ],
+      [
+        "Ka",
+        0.0
+      ],
+      [
+        "▁mailbox",
+        0.0
+      ],
+      [
+        "322",
+        0.0
+      ],
+      [
+        "▁bos",
+        0.0
+      ],
+      [
+        "▁Petra",
+        0.0
+      ],
+      [
+        "KING",
+        0.0
+      ],
+      [
+        "▁enlarged",
+        0.0
+      ],
+      [
+        "Often",
+        0.0
+      ],
+      [
+        "▁badass",
+        0.0
+      ],
+      [
+        "▁343",
+        0.0
+      ],
+      [
+        "▁Places",
+        0.0
+      ],
+      [
+        "▁CAD",
+        0.0
+      ],
+      [
+        "▁pristine",
+        0.0
+      ],
+      [
+        "▁intervening",
+        0.0
+      ],
+      [
+        "direction",
+        0.0
+      ],
+      [
+        "▁laz",
+        0.0
+      ],
+      [
+        "▁DSM",
+        0.0
+      ],
+      [
+        "▁projecting",
+        0.0
+      ],
+      [
+        "▁Funk",
+        0.0
+      ],
+      [
+        "agog",
+        0.0
+      ],
+      [
+        "payment",
+        0.0
+      ],
+      [
+        "nov",
+        0.0
+      ],
+      [
+        "▁chatter",
+        0.0
+      ],
+      [
+        "ARB",
+        0.0
+      ],
+      [
+        "▁examinations",
+        0.0
+      ],
+      [
+        "▁Household",
+        0.0
+      ],
+      [
+        "▁Gus",
+        0.0
+      ],
+      [
+        "Ford",
+        0.0
+      ],
+      [
+        "414",
+        0.0
+      ],
+      [
+        "Boss",
+        0.0
+      ],
+      [
+        "▁mystic",
+        0.0
+      ],
+      [
+        "▁leaps",
+        0.0
+      ],
+      [
+        "▁Bav",
+        0.0
+      ],
+      [
+        "ulz",
+        0.0
+      ],
+      [
+        "budget",
+        0.0
+      ],
+      [
+        "Football",
+        0.0
+      ],
+      [
+        "▁subsidized",
+        0.0
+      ],
+      [
+        "▁firsthand",
+        0.0
+      ],
+      [
+        "▁coincide",
+        0.0
+      ],
+      [
+        "ocular",
+        0.0
+      ],
+      [
+        "Conn",
+        0.0
+      ],
+      [
+        "▁Collabor",
+        0.0
+      ],
+      [
+        "▁fools",
+        0.0
+      ],
+      [
+        "amura",
+        0.0
+      ],
+      [
+        "ahar",
+        0.0
+      ],
+      [
+        "rists",
+        0.0
+      ],
+      [
+        "▁swollen",
+        0.0
+      ],
+      [
+        "▁expended",
+        0.0
+      ],
+      [
+        "▁Pau",
+        0.0
+      ],
+      [
+        "sup",
+        0.0
+      ],
+      [
+        "▁spar",
+        0.0
+      ],
+      [
+        "▁keynote",
+        0.0
+      ],
+      [
+        "suff",
+        0.0
+      ],
+      [
+        "▁unequal",
+        0.0
+      ],
+      [
+        "▁progressing",
+        0.0
+      ],
+      [
+        "strings",
+        0.0
+      ],
+      [
+        "▁Gamergate",
+        0.0
+      ],
+      [
+        "Disney",
+        0.0
+      ],
+      [
+        "▁Eleven",
+        0.0
+      ],
+      [
+        "omnia",
+        0.0
+      ],
+      [
+        "▁scripted",
+        0.0
+      ],
+      [
+        "▁earners",
+        0.0
+      ],
+      [
+        "brother",
+        0.0
+      ],
+      [
+        "▁Enabled",
+        0.0
+      ],
+      [
+        "æ³",
+        0.0
+      ],
+      [
+        "▁larvae",
+        0.0
+      ],
+      [
+        "▁LOC",
+        0.0
+      ],
+      [
+        "mess",
+        0.0
+      ],
+      [
+        "Wilson",
+        0.0
+      ],
+      [
+        "▁Template",
+        0.0
+      ],
+      [
+        "successfully",
+        0.0
+      ],
+      [
+        "▁paramount",
+        0.0
+      ],
+      [
+        "▁camouflage",
+        0.0
+      ],
+      [
+        "▁binds",
+        0.0
+      ],
+      [
+        "▁Quiet",
+        0.0
+      ],
+      [
+        "▁Shutterstock",
+        0.0
+      ],
+      [
+        "rush",
+        0.0
+      ],
+      [
+        "▁mascot",
+        0.0
+      ],
+      [
+        "fortune",
+        0.0
+      ],
+      [
+        "▁Colt",
+        0.0
+      ],
+      [
+        "▁Beyon",
+        0.0
+      ],
+      [
+        "habi",
+        0.0
+      ],
+      [
+        "▁hairc",
+        0.0
+      ],
+      [
+        "▁267",
+        0.0
+      ],
+      [
+        "▁Deus",
+        0.0
+      ],
+      [
+        "▁twitch",
+        0.0
+      ],
+      [
+        "▁concentrating",
+        0.0
+      ],
+      [
+        "▁nipples",
+        0.0
+      ],
+      [
+        "cible",
+        0.0
+      ],
+      [
+        "▁gir",
+        0.0
+      ],
+      [
+        "NZ",
+        0.0
+      ],
+      [
+        "Math",
+        0.0
+      ],
+      [
+        "nih",
+        0.0
+      ],
+      [
+        "Required",
+        0.0
+      ],
+      [
+        "▁ponder",
+        0.0
+      ],
+      [
+        "▁SAN",
+        0.0
+      ],
+      [
+        "▁weddings",
+        0.0
+      ],
+      [
+        "▁loneliness",
+        0.0
+      ],
+      [
+        "NES",
+        0.0
+      ],
+      [
+        "▁Mahjong",
+        0.0
+      ],
+      [
+        "695",
+        0.0
+      ],
+      [
+        "addle",
+        0.0
+      ],
+      [
+        "▁Garner",
+        0.0
+      ],
+      [
+        "▁COUR",
+        0.0
+      ],
+      [
+        "Bridge",
+        0.0
+      ],
+      [
+        "▁spree",
+        0.0
+      ],
+      [
+        "▁Caldwell",
+        0.0
+      ],
+      [
+        "▁bribery",
+        0.0
+      ],
+      [
+        "▁��������",
+        0.0
+      ],
+      [
+        "plugins",
+        0.0
+      ],
+      [
+        "▁racket",
+        0.0
+      ],
+      [
+        "▁champagne",
+        0.0
+      ],
+      [
+        "versible",
+        0.0
+      ],
+      [
+        "Vote",
+        0.0
+      ],
+      [
+        "▁modifiers",
+        0.0
+      ],
+      [
+        "Mayor",
+        0.0
+      ],
+      [
+        "680",
+        0.0
+      ],
+      [
+        "▁assemblies",
+        0.0
+      ],
+      [
+        "▁Sultan",
+        0.0
+      ],
+      [
+        "▁Ning",
+        0.0
+      ],
+      [
+        "▁Ladies",
+        0.0
+      ],
+      [
+        "▁sulfur",
+        0.0
+      ],
+      [
+        "▁orbs",
+        0.0
+      ],
+      [
+        "▁-----",
+        0.0
+      ],
+      [
+        "_______",
+        0.0
+      ],
+      [
+        "▁Journalism",
+        0.0
+      ],
+      [
+        "▁esports",
+        0.0
+      ],
+      [
+        "▁lush",
+        0.0
+      ],
+      [
+        "▁hue",
+        0.0
+      ],
+      [
+        "▁spectral",
+        0.0
+      ],
+      [
+        "Honest",
+        0.0
+      ],
+      [
+        "ãĥı",
+        0.0
+      ],
+      [
+        "▁bushes",
+        0.0
+      ],
+      [
+        "▁reinforcement",
+        0.0
+      ],
+      [
+        "▁reopened",
+        0.0
+      ],
+      [
+        "▁Wheels",
+        0.0
+      ],
+      [
+        "▁Morg",
+        0.0
+      ],
+      [
+        "rieving",
+        0.0
+      ],
+      [
+        "▁auxiliary",
+        0.0
+      ],
+      [
+        "▁jQuery",
+        0.0
+      ],
+      [
+        "▁BAT",
+        0.0
+      ],
+      [
+        "tesque",
+        0.0
+      ],
+      [
+        "▁vertex",
+        0.0
+      ],
+      [
+        "pure",
+        0.0
+      ],
+      [
+        "frey",
+        0.0
+      ],
+      [
+        "ãĤº",
+        0.0
+      ],
+      [
+        "dos",
+        0.0
+      ],
+      [
+        "▁typh",
+        0.0
+      ],
+      [
+        "▁cull",
+        0.0
+      ],
+      [
+        "▁eq",
+        0.0
+      ],
+      [
+        "▁decon",
+        0.0
+      ],
+      [
+        "▁tossing",
+        0.0
+      ],
+      [
+        "▁disparate",
+        0.0
+      ],
+      [
+        "▁Brigham",
+        0.0
+      ],
+      [
+        "printf",
+        0.0
+      ],
+      [
+        "ledged",
+        0.0
+      ],
+      [
+        "▁sund",
+        0.0
+      ],
+      [
+        "▁cozy",
+        0.0
+      ],
+      [
+        "▁hepatitis",
+        0.0
+      ],
+      [
+        "performing",
+        0.0
+      ],
+      [
+        "▁aval",
+        0.0
+      ],
+      [
+        "▁GG",
+        0.0
+      ],
+      [
+        "future",
+        0.0
+      ],
+      [
+        "▁petertodd",
+        0.0
+      ],
+      [
+        "▁Kosovo",
+        0.0
+      ],
+      [
+        "▁magnets",
+        0.0
+      ],
+      [
+        "Already",
+        0.0
+      ],
+      [
+        "▁Edison",
+        0.0
+      ],
+      [
+        "▁Ceres",
+        0.0
+      ],
+      [
+        "▁RAID",
+        0.0
+      ],
+      [
+        "▁brilliance",
+        0.0
+      ],
+      [
+        "576",
+        0.0
+      ],
+      [
+        "▁derives",
+        0.0
+      ],
+      [
+        "▁hypertension",
+        0.0
+      ],
+      [
+        "▁ÎĶ",
+        0.0
+      ],
+      [
+        "▁lambda",
+        0.0
+      ],
+      [
+        "▁flair",
+        0.0
+      ],
+      [
+        "▁missionaries",
+        0.0
+      ],
+      [
+        "▁rapes",
+        0.0
+      ],
+      [
+        "▁Starter",
+        0.0
+      ],
+      [
+        "▁Months",
+        0.0
+      ],
+      [
+        "▁defy",
+        0.0
+      ],
+      [
+        "▁seismic",
+        0.0
+      ],
+      [
+        "▁Raphael",
+        0.0
+      ],
+      [
+        "▁eurozone",
+        0.0
+      ],
+      [
+        "656",
+        0.0
+      ],
+      [
+        "zsche",
+        0.0
+      ],
+      [
+        "▁scratched",
+        0.0
+      ],
+      [
+        "▁bows",
+        0.0
+      ],
+      [
+        "▁Lennon",
+        0.0
+      ],
+      [
+        "▁Gaia",
+        0.0
+      ],
+      [
+        "▁dripping",
+        0.0
+      ],
+      [
+        "facts",
+        0.0
+      ],
+      [
+        "Ale",
+        0.0
+      ],
+      [
+        "▁frogs",
+        0.0
+      ],
+      [
+        "▁Breast",
+        0.0
+      ],
+      [
+        "ogeneity",
+        0.0
+      ],
+      [
+        "▁Prosecutor",
+        0.0
+      ],
+      [
+        "▁amplified",
+        0.0
+      ],
+      [
+        "▁Hodg",
+        0.0
+      ],
+      [
+        "▁Fn",
+        0.0
+      ],
+      [
+        "Thousands",
+        0.0
+      ],
+      [
+        "▁NIH",
+        0.0
+      ],
+      [
+        "▁Monitoring",
+        0.0
+      ],
+      [
+        "FTWARE",
+        0.0
+      ],
+      [
+        "▁Priebus",
+        0.0
+      ],
+      [
+        "▁Growing",
+        0.0
+      ],
+      [
+        "hunter",
+        0.0
+      ],
+      [
+        "▁diagnose",
+        0.0
+      ],
+      [
+        "▁Mald",
+        0.0
+      ],
+      [
+        "▁LR",
+        0.0
+      ],
+      [
+        "▁crowned",
+        0.0
+      ],
+      [
+        "▁bursting",
+        0.0
+      ],
+      [
+        "▁dissolution",
+        0.0
+      ],
+      [
+        "javascript",
+        0.0
+      ],
+      [
+        "▁usefulness",
+        0.0
+      ],
+      [
+        "▁Execution",
+        0.0
+      ],
+      [
+        ":(",
+        0.0
+      ],
+      [
+        "▁Ivory",
+        0.0
+      ],
+      [
+        "aah",
+        0.0
+      ],
+      [
+        "▁persecuted",
+        0.0
+      ],
+      [
+        "violence",
+        0.0
+      ],
+      [
+        "istas",
+        0.0
+      ],
+      [
+        "▁Crate",
+        0.0
+      ],
+      [
+        "▁impulses",
+        0.0
+      ],
+      [
+        "▁Spani",
+        0.0
+      ],
+      [
+        "edes",
+        0.0
+      ],
+      [
+        "Handle",
+        0.0
+      ],
+      [
+        "▁Zerg",
+        0.0
+      ],
+      [
+        "thinkable",
+        0.0
+      ],
+      [
+        "Lastly",
+        0.0
+      ],
+      [
+        "▁spontaneously",
+        0.0
+      ],
+      [
+        "▁inconvenient",
+        0.0
+      ],
+      [
+        "▁dismissing",
+        0.0
+      ],
+      [
+        "▁plotted",
+        0.0
+      ],
+      [
+        "▁eighty",
+        0.0
+      ],
+      [
+        "▁737",
+        0.0
+      ],
+      [
+        "rish",
+        0.0
+      ],
+      [
+        "▁Thornton",
+        0.0
+      ],
+      [
+        "atham",
+        0.0
+      ],
+      [
+        "▁sitcom",
+        0.0
+      ],
+      [
+        "Ven",
+        0.0
+      ],
+      [
+        "Recipe",
+        0.0
+      ],
+      [
+        "tel",
+        0.0
+      ],
+      [
+        "lund",
+        0.0
+      ],
+      [
+        "▁clears",
+        0.0
+      ],
+      [
+        "▁Sasuke",
+        0.0
+      ],
+      [
+        "▁258",
+        0.0
+      ],
+      [
+        "▁opting",
+        0.0
+      ],
+      [
+        "▁enraged",
+        0.0
+      ],
+      [
+        "esthetic",
+        0.0
+      ],
+      [
+        "▁Ae",
+        0.0
+      ],
+      [
+        "uchs",
+        0.0
+      ],
+      [
+        "Prep",
+        0.0
+      ],
+      [
+        "Flow",
+        0.0
+      ],
+      [
+        "▁runoff",
+        0.0
+      ],
+      [
+        "▁Eating",
+        0.0
+      ],
+      [
+        "▁Giles",
+        0.0
+      ],
+      [
+        "▁Acting",
+        0.0
+      ],
+      [
+        "resources",
+        0.0
+      ],
+      [
+        "ibaba",
+        0.0
+      ],
+      [
+        "▁rpm",
+        0.0
+      ],
+      [
+        "▁skewed",
+        0.0
+      ],
+      [
+        "▁Blanc",
+        0.0
+      ],
+      [
+        "▁Sakuya",
+        0.0
+      ],
+      [
+        "▁hotter",
+        0.0
+      ],
+      [
+        "▁1924",
+        0.0
+      ],
+      [
+        "opian",
+        0.0
+      ],
+      [
+        "cko",
+        0.0
+      ],
+      [
+        "▁crumbling",
+        0.0
+      ],
+      [
+        "▁captains",
+        0.0
+      ],
+      [
+        "▁Appropriations",
+        0.0
+      ],
+      [
+        "leaders",
+        0.0
+      ],
+      [
+        "dropping",
+        0.0
+      ],
+      [
+        "anuts",
+        0.0
+      ],
+      [
+        "▁reversing",
+        0.0
+      ],
+      [
+        "▁Pose",
+        0.0
+      ],
+      [
+        "▁Sek",
+        0.0
+      ],
+      [
+        "Scot",
+        0.0
+      ],
+      [
+        "▁Idea",
+        0.0
+      ],
+      [
+        "cise",
+        0.0
+      ],
+      [
+        "▁Slovenia",
+        0.0
+      ],
+      [
+        "▁317",
+        0.0
+      ],
+      [
+        "Doctor",
+        0.0
+      ],
+      [
+        "▁crocod",
+        0.0
+      ],
+      [
+        "aldi",
+        0.0
+      ],
+      [
+        "Sea",
+        0.0
+      ],
+      [
+        "▁Farrell",
+        0.0
+      ],
+      [
+        "▁mercenaries",
+        0.0
+      ],
+      [
+        "▁RNC",
+        0.0
+      ],
+      [
+        "▁Guess",
+        0.0
+      ],
+      [
+        "▁pacing",
+        0.0
+      ],
+      [
+        "Machine",
+        0.0
+      ],
+      [
+        "StreamerBot",
+        0.0
+      ],
+      [
+        "▁Charity",
+        0.0
+      ],
+      [
+        "▁298",
+        0.0
+      ],
+      [
+        "▁cannons",
+        0.0
+      ],
+      [
+        "▁Toby",
+        0.0
+      ],
+      [
+        "TPPStreamerBot",
+        0.0
+      ],
+      [
+        "▁Passion",
+        0.0
+      ],
+      [
+        "cfg",
+        0.0
+      ],
+      [
+        "Thom",
+        0.0
+      ],
+      [
+        "▁badges",
+        0.0
+      ],
+      [
+        "▁Bernstein",
+        0.0
+      ],
+      [
+        ".âĢĵ",
+        0.0
+      ],
+      [
+        "▁POP",
+        0.0
+      ],
+      [
+        "▁Conj",
+        0.0
+      ],
+      [
+        "▁initialization",
+        0.0
+      ],
+      [
+        "▁biodiversity",
+        0.0
+      ],
+      [
+        "Dub",
+        0.0
+      ],
+      [
+        "▁feudal",
+        0.0
+      ],
+      [
+        "▁disclaimer",
+        0.0
+      ],
+      [
+        "▁crow",
+        0.0
+      ],
+      [
+        "▁ignition",
+        0.0
+      ],
+      [
+        "arf",
+        0.0
+      ],
+      [
+        "SHA",
+        0.0
+      ],
+      [
+        "▁kHz",
+        0.0
+      ],
+      [
+        "hazard",
+        0.0
+      ],
+      [
+        "▁Artists",
+        0.0
+      ],
+      [
+        "oeuv",
+        0.0
+      ],
+      [
+        "679",
+        0.0
+      ],
+      [
+        "▁Rudy",
+        0.0
+      ],
+      [
+        "Nine",
+        0.0
+      ],
+      [
+        "▁Ramadan",
+        0.0
+      ],
+      [
+        "å½",
+        0.0
+      ],
+      [
+        "itto",
+        0.0
+      ],
+      [
+        "▁adrenaline",
+        0.0
+      ],
+      [
+        "Cert",
+        0.0
+      ],
+      [
+        "▁smelled",
+        0.0
+      ],
+      [
+        "▁impunity",
+        0.0
+      ],
+      [
+        "▁agendas",
+        0.0
+      ],
+      [
+        "▁Reborn",
+        0.0
+      ],
+      [
+        "▁Concent",
+        0.0
+      ],
+      [
+        "▁Seems",
+        0.0
+      ],
+      [
+        "▁omega",
+        0.0
+      ],
+      [
+        "▁Dustin",
+        0.0
+      ],
+      [
+        "▁backer",
+        0.0
+      ],
+      [
+        "▁Sauce",
+        0.0
+      ],
+      [
+        "▁Boyle",
+        0.0
+      ],
+      [
+        "WIN",
+        0.0
+      ],
+      [
+        "▁spins",
+        0.0
+      ],
+      [
+        "▁pauses",
+        0.0
+      ],
+      [
+        "upt",
+        0.0
+      ],
+      [
+        "▁shredded",
+        0.0
+      ],
+      [
+        "▁strapped",
+        0.0
+      ],
+      [
+        "▁Corruption",
+        0.0
+      ],
+      [
+        "▁scratches",
+        0.0
+      ],
+      [
+        "▁ni",
+        0.0
+      ],
+      [
+        "▁attire",
+        0.0
+      ],
+      [
+        "▁SAF",
+        0.0
+      ],
+      [
+        "FactoryReloaded",
+        0.0
+      ],
+      [
+        "▁IPS",
+        0.0
+      ],
+      [
+        "▁(%",
+        0.0
+      ],
+      [
+        "▁seminar",
+        0.0
+      ],
+      [
+        "focus",
+        0.0
+      ],
+      [
+        "civil",
+        0.0
+      ],
+      [
+        "▁1860",
+        0.0
+      ],
+      [
+        "intosh",
+        0.0
+      ],
+      [
+        "▁continual",
+        0.0
+      ],
+      [
+        "▁abbrevi",
+        0.0
+      ],
+      [
+        "▁Sok",
+        0.0
+      ],
+      [
+        "ocobo",
+        0.0
+      ],
+      [
+        "XM",
+        0.0
+      ],
+      [
+        "▁frantic",
+        0.0
+      ],
+      [
+        "▁unavoidable",
+        0.0
+      ],
+      [
+        "▁artery",
+        0.0
+      ],
+      [
+        "▁annotations",
+        0.0
+      ],
+      [
+        "bath",
+        0.0
+      ],
+      [
+        "Climate",
+        0.0
+      ],
+      [
+        "▁dors",
+        0.0
+      ],
+      [
+        "▁Slide",
+        0.0
+      ],
+      [
+        "coord",
+        0.0
+      ],
+      [
+        "▁Reload",
+        0.0
+      ],
+      [
+        "▁LDL",
+        0.0
+      ],
+      [
+        "▁Lovecraft",
+        0.0
+      ],
+      [
+        "▁unimagin",
+        0.0
+      ],
+      [
+        "▁resembled",
+        0.0
+      ],
+      [
+        "▁barracks",
+        0.0
+      ],
+      [
+        "np",
+        0.0
+      ],
+      [
+        "▁surrogate",
+        0.0
+      ],
+      [
+        "▁categorized",
+        0.0
+      ],
+      [
+        "ãĤ©",
+        0.0
+      ],
+      [
+        "▁vaccinated",
+        0.0
+      ],
+      [
+        "▁drainage",
+        0.0
+      ],
+      [
+        "▁indist",
+        0.0
+      ],
+      [
+        "▁WhatsApp",
+        0.0
+      ],
+      [
+        "▁1870",
+        0.0
+      ],
+      [
+        "olerance",
+        0.0
+      ],
+      [
+        "invoke",
+        0.0
+      ],
+      [
+        "amorph",
+        0.0
+      ],
+      [
+        "▁reconnect",
+        0.0
+      ],
+      [
+        "▁emanc",
+        0.0
+      ],
+      [
+        "▁blindness",
+        0.0
+      ],
+      [
+        "▁1280",
+        0.0
+      ],
+      [
+        "internet",
+        0.0
+      ],
+      [
+        "collar",
+        0.0
+      ],
+      [
+        "▁altru",
+        0.0
+      ],
+      [
+        "▁abyss",
+        0.0
+      ],
+      [
+        "▁TRI",
+        0.0
+      ],
+      [
+        "657",
+        0.0
+      ],
+      [
+        "▁infused",
+        0.0
+      ],
+      [
+        "HEAD",
+        0.0
+      ],
+      [
+        "▁forestry",
+        0.0
+      ],
+      [
+        "▁Woody",
+        0.0
+      ],
+      [
+        "▁Ci",
+        0.0
+      ],
+      [
+        "wi",
+        0.0
+      ],
+      [
+        "sam",
+        0.0
+      ],
+      [
+        "784",
+        0.0
+      ],
+      [
+        "holiday",
+        0.0
+      ],
+      [
+        "▁mogul",
+        0.0
+      ],
+      [
+        "▁Fees",
+        0.0
+      ],
+      [
+        "▁DEN",
+        0.0
+      ],
+      [
+        "Internal",
+        0.0
+      ],
+      [
+        "urbed",
+        0.0
+      ],
+      [
+        "fusc",
+        0.0
+      ],
+      [
+        "atom",
+        0.0
+      ],
+      [
+        "▁Illusion",
+        0.0
+      ],
+      [
+        "▁polled",
+        0.0
+      ],
+      [
+        "▁flap",
+        0.0
+      ],
+      [
+        "▁coax",
+        0.0
+      ],
+      [
+        "LGBT",
+        0.0
+      ],
+      [
+        "Analy",
+        0.0
+      ],
+      [
+        "▁Sections",
+        0.0
+      ],
+      [
+        "▁Californ",
+        0.0
+      ],
+      [
+        "emn",
+        0.0
+      ],
+      [
+        "▁hither",
+        0.0
+      ],
+      [
+        "▁NIGHT",
+        0.0
+      ],
+      [
+        "▁nailed",
+        0.0
+      ],
+      [
+        "▁Pipeline",
+        0.0
+      ],
+      [
+        "391",
+        0.0
+      ],
+      [
+        "oof",
+        0.0
+      ],
+      [
+        "▁Primal",
+        0.0
+      ],
+      [
+        "verend",
+        0.0
+      ],
+      [
+        "▁slashing",
+        0.0
+      ],
+      [
+        "▁retri",
+        0.0
+      ],
+      [
+        "aviour",
+        0.0
+      ],
+      [
+        "▁departing",
+        0.0
+      ],
+      [
+        "gil",
+        0.0
+      ],
+      [
+        "ISC",
+        0.0
+      ],
+      [
+        "▁midway",
+        0.0
+      ],
+      [
+        "▁ultrasound",
+        0.0
+      ],
+      [
+        "▁behaving",
+        0.0
+      ],
+      [
+        "▁Tara",
+        0.0
+      ],
+      [
+        "classes",
+        0.0
+      ],
+      [
+        "Virtual",
+        0.0
+      ],
+      [
+        "▁Colonial",
+        0.0
+      ],
+      [
+        "▁stripping",
+        0.0
+      ],
+      [
+        "▁orchestrated",
+        0.0
+      ],
+      [
+        "▁Graves",
+        0.0
+      ],
+      [
+        "452",
+        0.0
+      ],
+      [
+        "▁Ironically",
+        0.0
+      ],
+      [
+        "▁Writers",
+        0.0
+      ],
+      [
+        "▁lends",
+        0.0
+      ],
+      [
+        "▁Manz",
+        0.0
+      ],
+      [
+        "▁raven",
+        0.0
+      ],
+      [
+        "▁oxidative",
+        0.0
+      ],
+      [
+        "▁266",
+        0.0
+      ],
+      [
+        "ELF",
+        0.0
+      ],
+      [
+        "actually",
+        0.0
+      ],
+      [
+        "ascar",
+        0.0
+      ],
+      [
+        "Draft",
+        0.0
+      ],
+      [
+        "▁favourable",
+        0.0
+      ],
+      [
+        "▁humiliating",
+        0.0
+      ],
+      [
+        "▁fidelity",
+        0.0
+      ],
+      [
+        "▁Hof",
+        0.0
+      ],
+      [
+        "▁Xuan",
+        0.0
+      ],
+      [
+        "496",
+        0.0
+      ],
+      [
+        "▁layered",
+        0.0
+      ],
+      [
+        "atis",
+        0.0
+      ],
+      [
+        "790",
+        0.0
+      ],
+      [
+        "▁paycheck",
+        0.0
+      ],
+      [
+        "iton",
+        0.0
+      ],
+      [
+        "Kar",
+        0.0
+      ],
+      [
+        "▁VMware",
+        0.0
+      ],
+      [
+        "▁Farmer",
+        0.0
+      ],
+      [
+        "▁servic",
+        0.0
+      ],
+      [
+        "glomer",
+        0.0
+      ],
+      [
+        "▁slump",
+        0.0
+      ],
+      [
+        "▁Fabric",
+        0.0
+      ],
+      [
+        "▁DOC",
+        0.0
+      ],
+      [
+        "esting",
+        0.0
+      ],
+      [
+        "▁reassure",
+        0.0
+      ],
+      [
+        "▁phyl",
+        0.0
+      ],
+      [
+        "volt",
+        0.0
+      ],
+      [
+        "itory",
+        0.0
+      ],
+      [
+        "Rules",
+        0.0
+      ],
+      [
+        "▁oxidation",
+        0.0
+      ],
+      [
+        "▁prized",
+        0.0
+      ],
+      [
+        "▁mistress",
+        0.0
+      ],
+      [
+        "▁Django",
+        0.0
+      ],
+      [
+        "WARN",
+        0.0
+      ],
+      [
+        "åij",
+        0.0
+      ],
+      [
+        "▁encode",
+        0.0
+      ],
+      [
+        "▁Feedback",
+        0.0
+      ],
+      [
+        "▁stupidity",
+        0.0
+      ],
+      [
+        "Ian",
+        0.0
+      ],
+      [
+        "▁Yugoslavia",
+        0.0
+      ],
+      [
+        "ר",
+        0.0
+      ],
+      [
+        "acl",
+        0.0
+      ],
+      [
+        "UTE",
+        0.0
+      ],
+      [
+        "1977",
+        0.0
+      ],
+      [
+        "▁qualifies",
+        0.0
+      ],
+      [
+        "▁pulses",
+        0.0
+      ],
+      [
+        "pretty",
+        0.0
+      ],
+      [
+        "▁froze",
+        0.0
+      ],
+      [
+        "▁ss",
+        0.0
+      ],
+      [
+        "Iterator",
+        0.0
+      ],
+      [
+        "▁urgently",
+        0.0
+      ],
+      [
+        "▁mailed",
+        0.0
+      ],
+      [
+        "▁Cham",
+        0.0
+      ],
+      [
+        "▁sustaining",
+        0.0
+      ],
+      [
+        "▁basil",
+        0.0
+      ],
+      [
+        "▁puppies",
+        0.0
+      ],
+      [
+        "ilant",
+        0.0
+      ],
+      [
+        "▁PLEASE",
+        0.0
+      ],
+      [
+        "lap",
+        0.0
+      ],
+      [
+        "aceous",
+        0.0
+      ],
+      [
+        "Fear",
+        0.0
+      ],
+      [
+        "▁Mastery",
+        0.0
+      ],
+      [
+        "automatic",
+        0.0
+      ],
+      [
+        "▁TAG",
+        0.0
+      ],
+      [
+        "▁antim",
+        0.0
+      ],
+      [
+        "agles",
+        0.0
+      ],
+      [
+        "473",
+        0.0
+      ],
+      [
+        "frames",
+        0.0
+      ],
+      [
+        "▁whispers",
+        0.0
+      ],
+      [
+        "▁Whoever",
+        0.0
+      ],
+      [
+        "▁bravery",
+        0.0
+      ],
+      [
+        "▁UKIP",
+        0.0
+      ],
+      [
+        "ractions",
+        0.0
+      ],
+      [
+        "\"\"\"",
+        0.0
+      ],
+      [
+        "▁tame",
+        0.0
+      ],
+      [
+        "▁parted",
+        0.0
+      ],
+      [
+        "everything",
+        0.0
+      ],
+      [
+        "CONT",
+        0.0
+      ],
+      [
+        "▁indebted",
+        0.0
+      ],
+      [
+        "▁addr",
+        0.0
+      ],
+      [
+        "rek",
+        0.0
+      ],
+      [
+        "IRED",
+        0.0
+      ],
+      [
+        "▁eminent",
+        0.0
+      ],
+      [
+        "clinton",
+        0.0
+      ],
+      [
+        "▁ousted",
+        0.0
+      ],
+      [
+        "▁reviewer",
+        0.0
+      ],
+      [
+        "▁meltdown",
+        0.0
+      ],
+      [
+        "▁rearr",
+        0.0
+      ],
+      [
+        "▁Yao",
+        0.0
+      ],
+      [
+        "thereal",
+        0.0
+      ],
+      [
+        "abyte",
+        0.0
+      ],
+      [
+        "▁stumbling",
+        0.0
+      ],
+      [
+        "▁batches",
+        0.0
+      ],
+      [
+        "▁259",
+        0.0
+      ],
+      [
+        "▁contraceptive",
+        0.0
+      ],
+      [
+        "▁prostitute",
+        0.0
+      ],
+      [
+        "ensis",
+        0.0
+      ],
+      [
+        "Decl",
+        0.0
+      ],
+      [
+        "▁Strikes",
+        0.0
+      ],
+      [
+        "Military",
+        0.0
+      ],
+      [
+        "▁Oath",
+        0.0
+      ],
+      [
+        "vacc",
+        0.0
+      ],
+      [
+        "ppings",
+        0.0
+      ],
+      [
+        "052",
+        0.0
+      ],
+      [
+        "▁partName",
+        0.0
+      ],
+      [
+        "amping",
+        0.0
+      ],
+      [
+        "Reports",
+        0.0
+      ],
+      [
+        "KI",
+        0.0
+      ],
+      [
+        "CHR",
+        0.0
+      ],
+      [
+        "▁subtly",
+        0.0
+      ],
+      [
+        "swers",
+        0.0
+      ],
+      [
+        "Blake",
+        0.0
+      ],
+      [
+        "usual",
+        0.0
+      ],
+      [
+        "▁contestants",
+        0.0
+      ],
+      [
+        "▁cartridges",
+        0.0
+      ],
+      [
+        "▁GREAT",
+        0.0
+      ],
+      [
+        "▁blush",
+        0.0
+      ],
+      [
+        "▁âĢº",
+        0.0
+      ],
+      [
+        "472",
+        0.0
+      ],
+      [
+        "▁reasoned",
+        0.0
+      ],
+      [
+        "ãĥ¤",
+        0.0
+      ],
+      [
+        "paralleled",
+        0.0
+      ],
+      [
+        "▁dyn",
+        0.0
+      ],
+      [
+        "agate",
+        0.0
+      ],
+      [
+        "▁nightly",
+        0.0
+      ],
+      [
+        "åĨ",
+        0.0
+      ],
+      [
+        "556",
+        0.0
+      ],
+      [
+        "▁semantic",
+        0.0
+      ],
+      [
+        "▁Advoc",
+        0.0
+      ],
+      [
+        "▁!!",
+        0.0
+      ],
+      [
+        "▁disagrees",
+        0.0
+      ],
+      [
+        "▁BW",
+        0.0
+      ],
+      [
+        "Veh",
+        0.0
+      ],
+      [
+        "▁harming",
+        0.0
+      ],
+      [
+        "▁embraces",
+        0.0
+      ],
+      [
+        "▁strives",
+        0.0
+      ],
+      [
+        "▁inland",
+        0.0
+      ],
+      [
+        "▁Kard",
+        0.0
+      ],
+      [
+        "▁heats",
+        0.0
+      ],
+      [
+        "▁Ginny",
+        0.0
+      ],
+      [
+        "utan",
+        0.0
+      ],
+      [
+        "ernaut",
+        0.0
+      ],
+      [
+        "ylene",
+        0.0
+      ],
+      [
+        "▁Elev",
+        0.0
+      ],
+      [
+        "JD",
+        0.0
+      ],
+      [
+        "▁hars",
+        0.0
+      ],
+      [
+        "▁Starr",
+        0.0
+      ],
+      [
+        "▁skysc",
+        0.0
+      ],
+      [
+        "▁collaborators",
+        0.0
+      ],
+      [
+        "Usually",
+        0.0
+      ],
+      [
+        "▁revolutions",
+        0.0
+      ],
+      [
+        "▁STATS",
+        0.0
+      ],
+      [
+        "▁dismantle",
+        0.0
+      ],
+      [
+        "▁confidently",
+        0.0
+      ],
+      [
+        "▁kinetic",
+        0.0
+      ],
+      [
+        "Ali",
+        0.0
+      ],
+      [
+        "▁percentile",
+        0.0
+      ],
+      [
+        "▁extracting",
+        0.0
+      ],
+      [
+        "illian",
+        0.0
+      ],
+      [
+        "estead",
+        0.0
+      ],
+      [
+        "▁physicists",
+        0.0
+      ],
+      [
+        "▁Marshal",
+        0.0
+      ],
+      [
+        "▁fellowship",
+        0.0
+      ],
+      [
+        "▁dashed",
+        0.0
+      ],
+      [
+        "▁UR",
+        0.0
+      ],
+      [
+        "▁Sioux",
+        0.0
+      ],
+      [
+        "▁Compact",
+        0.0
+      ],
+      [
+        "amide",
+        0.0
+      ],
+      [
+        "Python",
+        0.0
+      ],
+      [
+        "▁Leigh",
+        0.0
+      ],
+      [
+        "▁Pharmac",
+        0.0
+      ],
+      [
+        "istrates",
+        0.0
+      ],
+      [
+        "herical",
+        0.0
+      ],
+      [
+        "▁fue",
+        0.0
+      ],
+      [
+        "▁Emin",
+        0.0
+      ],
+      [
+        "▁({",
+        0.0
+      ],
+      [
+        "▁Neighborhood",
+        0.0
+      ],
+      [
+        "▁disrupting",
+        0.0
+      ],
+      [
+        "▁Dup",
+        0.0
+      ],
+      [
+        "▁gland",
+        0.0
+      ],
+      [
+        "▁Sev",
+        0.0
+      ],
+      [
+        "▁Marian",
+        0.0
+      ],
+      [
+        "argon",
+        0.0
+      ],
+      [
+        "▁Dund",
+        0.0
+      ],
+      [
+        "▁<!--",
+        0.0
+      ],
+      [
+        "▁strand",
+        0.0
+      ],
+      [
+        "▁stadiums",
+        0.0
+      ],
+      [
+        "zos",
+        0.0
+      ],
+      [
+        "▁psychosis",
+        0.0
+      ],
+      [
+        "▁Rack",
+        0.0
+      ],
+      [
+        "▁brilliantly",
+        0.0
+      ],
+      [
+        "ï¸ı",
+        0.0
+      ],
+      [
+        "▁submerged",
+        0.0
+      ],
+      [
+        "▁Instit",
+        0.0
+      ],
+      [
+        "▁Chow",
+        0.0
+      ],
+      [
+        "▁cages",
+        0.0
+      ],
+      [
+        "▁Hats",
+        0.0
+      ],
+      [
+        "▁Urs",
+        0.0
+      ],
+      [
+        "▁diluted",
+        0.0
+      ],
+      [
+        "usat",
+        0.0
+      ],
+      [
+        "ienne",
+        0.0
+      ],
+      [
+        "▁Membership",
+        0.0
+      ],
+      [
+        "▁Burk",
+        0.0
+      ],
+      [
+        "▁ie",
+        0.0
+      ],
+      [
+        "▁archetype",
+        0.0
+      ],
+      [
+        "Drug",
+        0.0
+      ],
+      [
+        "ulton",
+        0.0
+      ],
+      [
+        "▁Spock",
+        0.0
+      ],
+      [
+        "▁McKay",
+        0.0
+      ],
+      [
+        "▁Depend",
+        0.0
+      ],
+      [
+        "Featured",
+        0.0
+      ],
+      [
+        "Soc",
+        0.0
+      ],
+      [
+        "1978",
+        0.0
+      ],
+      [
+        "▁Bere",
+        0.0
+      ],
+      [
+        "▁relentlessly",
+        0.0
+      ],
+      [
+        "▁crippling",
+        0.0
+      ],
+      [
+        "▁arthritis",
+        0.0
+      ],
+      [
+        "çĶŁ",
+        0.0
+      ],
+      [
+        "▁Tropical",
+        0.0
+      ],
+      [
+        "▁Bulg",
+        0.0
+      ],
+      [
+        "▁Cheryl",
+        0.0
+      ],
+      [
+        "▁admirable",
+        0.0
+      ],
+      [
+        "▁subtitle",
+        0.0
+      ],
+      [
+        "Override",
+        0.0
+      ],
+      [
+        "▁originating",
+        0.0
+      ],
+      [
+        "▁CCP",
+        0.0
+      ],
+      [
+        "▁swore",
+        0.0
+      ],
+      [
+        "▁Sole",
+        0.0
+      ],
+      [
+        "▁Disorders",
+        0.0
+      ],
+      [
+        "329",
+        0.0
+      ],
+      [
+        "▁procession",
+        0.0
+      ],
+      [
+        "▁refurb",
+        0.0
+      ],
+      [
+        "▁immersed",
+        0.0
+      ],
+      [
+        "requently",
+        0.0
+      ],
+      [
+        "▁skeptics",
+        0.0
+      ],
+      [
+        "▁ceramic",
+        0.0
+      ],
+      [
+        "mitter",
+        0.0
+      ],
+      [
+        "enstein",
+        0.0
+      ],
+      [
+        "belt",
+        0.0
+      ],
+      [
+        "▁TIT",
+        0.0
+      ],
+      [
+        "bidden",
+        0.0
+      ],
+      [
+        "▁fir",
+        0.0
+      ],
+      [
+        "mist",
+        0.0
+      ],
+      [
+        ">]",
+        0.0
+      ],
+      [
+        "▁weave",
+        0.0
+      ],
+      [
+        "▁Paradox",
+        0.0
+      ],
+      [
+        "▁entrusted",
+        0.0
+      ],
+      [
+        "▁Barclays",
+        0.0
+      ],
+      [
+        "▁novelist",
+        0.0
+      ],
+      [
+        "ogie",
+        0.0
+      ],
+      [
+        "806",
+        0.0
+      ],
+      [
+        "▁ninety",
+        0.0
+      ],
+      [
+        "▁disagreements",
+        0.0
+      ],
+      [
+        "@@@@@@@@",
+        0.0
+      ],
+      [
+        "▁Auschwitz",
+        0.0
+      ],
+      [
+        "cars",
+        0.0
+      ],
+      [
+        "▁LET",
+        0.0
+      ],
+      [
+        "tub",
+        0.0
+      ],
+      [
+        "arantine",
+        0.0
+      ],
+      [
+        "POS",
+        0.0
+      ],
+      [
+        "▁backstory",
+        0.0
+      ],
+      [
+        "▁cheerful",
+        0.0
+      ],
+      [
+        "▁Rag",
+        0.0
+      ],
+      [
+        "eka",
+        0.0
+      ],
+      [
+        "biased",
+        0.0
+      ],
+      [
+        "▁inexperienced",
+        0.0
+      ],
+      [
+        "akra",
+        0.0
+      ],
+      [
+        "▁Witt",
+        0.0
+      ],
+      [
+        "tan",
+        0.0
+      ],
+      [
+        "▁rapist",
+        0.0
+      ],
+      [
+        "▁plateau",
+        0.0
+      ],
+      [
+        "chal",
+        0.0
+      ],
+      [
+        "▁Inquis",
+        0.0
+      ],
+      [
+        "expression",
+        0.0
+      ],
+      [
+        "▁cipher",
+        0.0
+      ],
+      [
+        "▁shaving",
+        0.0
+      ],
+      [
+        "adden",
+        0.0
+      ],
+      [
+        "rely",
+        0.0
+      ],
+      [
+        "(\\",
+        0.0
+      ],
+      [
+        "isma",
+        0.0
+      ],
+      [
+        "▁Regulatory",
+        0.0
+      ],
+      [
+        "CHAR",
+        0.0
+      ],
+      [
+        "ilyn",
+        0.0
+      ],
+      [
+        "NVIDIA",
+        0.0
+      ],
+      [
+        "GU",
+        0.0
+      ],
+      [
+        "▁murm",
+        0.0
+      ],
+      [
+        "laus",
+        0.0
+      ],
+      [
+        "Christopher",
+        0.0
+      ],
+      [
+        "▁contractual",
+        0.0
+      ],
+      [
+        "▁Proxy",
+        0.0
+      ],
+      [
+        "▁Jaime",
+        0.0
+      ],
+      [
+        "▁Methodist",
+        0.0
+      ],
+      [
+        "▁stewards",
+        0.0
+      ],
+      [
+        "sta",
+        0.0
+      ],
+      [
+        "peria",
+        0.0
+      ],
+      [
+        "▁physiology",
+        0.0
+      ],
+      [
+        "▁bumped",
+        0.0
+      ],
+      [
+        "▁fructose",
+        0.0
+      ],
+      [
+        "Australian",
+        0.0
+      ],
+      [
+        "▁Metallic",
+        0.0
+      ],
+      [
+        "▁Masquerade",
+        0.0
+      ],
+      [
+        "arb",
+        0.0
+      ],
+      [
+        "▁promul",
+        0.0
+      ],
+      [
+        "▁downfall",
+        0.0
+      ],
+      [
+        "▁butcher",
+        0.0
+      ],
+      [
+        "▁bour",
+        0.0
+      ],
+      [
+        "▁INFORMATION",
+        0.0
+      ],
+      [
+        "▁Bis",
+        0.0
+      ],
+      [
+        "pects",
+        0.0
+      ],
+      [
+        "adena",
+        0.0
+      ],
+      [
+        "▁contemplating",
+        0.0
+      ],
+      [
+        "aroo",
+        0.0
+      ],
+      [
+        "centered",
+        0.0
+      ],
+      [
+        "▁Peaks",
+        0.0
+      ],
+      [
+        "Used",
+        0.0
+      ],
+      [
+        "▁modem",
+        0.0
+      ],
+      [
+        "▁genders",
+        0.0
+      ],
+      [
+        "▁8000",
+        0.0
+      ],
+      [
+        "371",
+        0.0
+      ],
+      [
+        "▁maternity",
+        0.0
+      ],
+      [
+        "▁Raz",
+        0.0
+      ],
+      [
+        "▁rocking",
+        0.0
+      ],
+      [
+        "▁handguns",
+        0.0
+      ],
+      [
+        "▁DACA",
+        0.0
+      ],
+      [
+        "Autom",
+        0.0
+      ],
+      [
+        "▁Nile",
+        0.0
+      ],
+      [
+        "▁tumult",
+        0.0
+      ],
+      [
+        "▁Benefit",
+        0.0
+      ],
+      [
+        "▁Approach",
+        0.0
+      ],
+      [
+        "workshop",
+        0.0
+      ],
+      [
+        "▁Leaving",
+        0.0
+      ],
+      [
+        "Ger",
+        0.0
+      ],
+      [
+        "instead",
+        0.0
+      ],
+      [
+        "▁vibrations",
+        0.0
+      ],
+      [
+        "▁repositories",
+        0.0
+      ],
+      [
+        "497",
+        0.0
+      ],
+      [
+        "▁Aunt",
+        0.0
+      ],
+      [
+        "▁Jub",
+        0.0
+      ],
+      [
+        "▁Expedition",
+        0.0
+      ],
+      [
+        "Alpha",
+        0.0
+      ],
+      [
+        "▁sans",
+        0.0
+      ],
+      [
+        "▁overdue",
+        0.0
+      ],
+      [
+        "▁overcrowd",
+        0.0
+      ],
+      [
+        "▁legislatures",
+        0.0
+      ],
+      [
+        "▁paternal",
+        0.0
+      ],
+      [
+        "▁Leonardo",
+        0.0
+      ],
+      [
+        "▁expressive",
+        0.0
+      ],
+      [
+        "▁distractions",
+        0.0
+      ],
+      [
+        "▁silenced",
+        0.0
+      ],
+      [
+        "trust",
+        0.0
+      ],
+      [
+        "▁biking",
+        0.0
+      ],
+      [
+        "▁560",
+        0.0
+      ],
+      [
+        "▁propriet",
+        0.0
+      ],
+      [
+        "▁imposition",
+        0.0
+      ],
+      [
+        "▁conglomer",
+        0.0
+      ],
+      [
+        "▁=================================================================",
+        0.0
+      ],
+      [
+        "▁Teaching",
+        0.0
+      ],
+      [
+        "▁Yose",
+        0.0
+      ],
+      [
+        "intensive",
+        0.0
+      ],
+      [
+        "Town",
+        0.0
+      ],
+      [
+        "▁trolling",
+        0.0
+      ],
+      [
+        "▁Grac",
+        0.0
+      ],
+      [
+        "▁ASUS",
+        0.0
+      ],
+      [
+        "Yo",
+        0.0
+      ],
+      [
+        "▁specials",
+        0.0
+      ],
+      [
+        "▁Neph",
+        0.0
+      ],
+      [
+        "▁Godzilla",
+        0.0
+      ],
+      [
+        "Database",
+        0.0
+      ],
+      [
+        "▁Hegel",
+        0.0
+      ],
+      [
+        "▁272",
+        0.0
+      ],
+      [
+        "1976",
+        0.0
+      ],
+      [
+        "▁Gloria",
+        0.0
+      ],
+      [
+        "▁disemb",
+        0.0
+      ],
+      [
+        "▁Investigations",
+        0.0
+      ],
+      [
+        "▁Bane",
+        0.0
+      ],
+      [
+        "agements",
+        0.0
+      ],
+      [
+        "Strange",
+        0.0
+      ],
+      [
+        "▁treasury",
+        0.0
+      ],
+      [
+        "▁Plays",
+        0.0
+      ],
+      [
+        "▁undesirable",
+        0.0
+      ],
+      [
+        "▁widening",
+        0.0
+      ],
+      [
+        "▁verbally",
+        0.0
+      ],
+      [
+        "▁infancy",
+        0.0
+      ],
+      [
+        "▁cutter",
+        0.0
+      ],
+      [
+        "fml",
+        0.0
+      ],
+      [
+        "▁2100",
+        0.0
+      ],
+      [
+        "prototype",
+        0.0
+      ],
+      [
+        "fine",
+        0.0
+      ],
+      [
+        "▁decriminal",
+        0.0
+      ],
+      [
+        "▁dysfunctional",
+        0.0
+      ],
+      [
+        "▁besie",
+        0.0
+      ],
+      [
+        "▁Ernst",
+        0.0
+      ],
+      [
+        "zeb",
+        0.0
+      ],
+      [
+        "▁northeastern",
+        0.0
+      ],
+      [
+        "▁aust",
+        0.0
+      ],
+      [
+        "porate",
+        0.0
+      ],
+      [
+        "▁Marlins",
+        0.0
+      ],
+      [
+        "▁segregated",
+        0.0
+      ],
+      [
+        "eworld",
+        0.0
+      ],
+      [
+        "▁Maher",
+        0.0
+      ],
+      [
+        "▁traverse",
+        0.0
+      ],
+      [
+        "▁monastery",
+        0.0
+      ],
+      [
+        "urgy",
+        0.0
+      ],
+      [
+        "Gear",
+        0.0
+      ],
+      [
+        "sand",
+        0.0
+      ],
+      [
+        "Compl",
+        0.0
+      ],
+      [
+        "▁EMP",
+        0.0
+      ],
+      [
+        "▁plent",
+        0.0
+      ],
+      [
+        "▁Mercer",
+        0.0
+      ],
+      [
+        "▁276",
+        0.0
+      ],
+      [
+        "TABLE",
+        0.0
+      ],
+      [
+        "Configuration",
+        0.0
+      ],
+      [
+        "Hundreds",
+        0.0
+      ],
+      [
+        "▁pric",
+        0.0
+      ],
+      [
+        "▁collaborating",
+        0.0
+      ],
+      [
+        "▁Paramount",
+        0.0
+      ],
+      [
+        "▁Cummings",
+        0.0
+      ],
+      [
+        "▁(<",
+        0.0
+      ],
+      [
+        "▁recorder",
+        0.0
+      ],
+      [
+        "▁flats",
+        0.0
+      ],
+      [
+        "▁416",
+        0.0
+      ],
+      [
+        "whose",
+        0.0
+      ],
+      [
+        "FontSize",
+        0.0
+      ],
+      [
+        "▁Orbit",
+        0.0
+      ],
+      [
+        "YR",
+        0.0
+      ],
+      [
+        "▁wrists",
+        0.0
+      ],
+      [
+        "▁bakery",
+        0.0
+      ],
+      [
+        ")}",
+        0.0
+      ],
+      [
+        "▁Bounty",
+        0.0
+      ],
+      [
+        "▁Lancaster",
+        0.0
+      ],
+      [
+        "▁endings",
+        0.0
+      ],
+      [
+        "according",
+        0.0
+      ],
+      [
+        "▁Salam",
+        0.0
+      ],
+      [
+        "easy",
+        0.0
+      ],
+      [
+        "755",
+        0.0
+      ],
+      [
+        "▁Burr",
+        0.0
+      ],
+      [
+        "▁Barnett",
+        0.0
+      ],
+      [
+        "onomous",
+        0.0
+      ],
+      [
+        "Union",
+        0.0
+      ],
+      [
+        "▁precedence",
+        0.0
+      ],
+      [
+        "▁Scholarship",
+        0.0
+      ],
+      [
+        "▁UX",
+        0.0
+      ],
+      [
+        "▁rollout",
+        0.0
+      ],
+      [
+        "▁boon",
+        0.0
+      ],
+      [
+        "alm",
+        0.0
+      ],
+      [
+        "▁Canter",
+        0.0
+      ],
+      [
+        "æµ",
+        0.0
+      ],
+      [
+        "▁rounding",
+        0.0
+      ],
+      [
+        "▁clad",
+        0.0
+      ],
+      [
+        "▁vap",
+        0.0
+      ],
+      [
+        "▁Featured",
+        0.0
+      ],
+      [
+        "isations",
+        0.0
+      ],
+      [
+        "▁540",
+        0.0
+      ],
+      [
+        "police",
+        0.0
+      ],
+      [
+        "▁unsettling",
+        0.0
+      ],
+      [
+        "▁drifting",
+        0.0
+      ],
+      [
+        "▁Lumia",
+        0.0
+      ],
+      [
+        "▁ObamaCare",
+        0.0
+      ],
+      [
+        "▁Favor",
+        0.0
+      ],
+      [
+        "Hyper",
+        0.0
+      ],
+      [
+        "▁Rothschild",
+        0.0
+      ],
+      [
+        "▁Miliband",
+        0.0
+      ],
+      [
+        "analy",
+        0.0
+      ],
+      [
+        "▁Juliet",
+        0.0
+      ],
+      [
+        "Hu",
+        0.0
+      ],
+      [
+        "▁recalling",
+        0.0
+      ],
+      [
+        "ahead",
+        0.0
+      ],
+      [
+        "696",
+        0.0
+      ],
+      [
+        "▁unfavorable",
+        0.0
+      ],
+      [
+        "▁dances",
+        0.0
+      ],
+      [
+        "Ox",
+        0.0
+      ],
+      [
+        "▁legality",
+        0.0
+      ],
+      [
+        "▁403",
+        0.0
+      ],
+      [
+        "romancer",
+        0.0
+      ],
+      [
+        "▁inquire",
+        0.0
+      ],
+      [
+        "▁Moves",
+        0.0
+      ],
+      [
+        "\\\">",
+        0.0
+      ],
+      [
+        "▁Variant",
+        0.0
+      ],
+      [
+        "▁Messiah",
+        0.0
+      ],
+      [
+        "▁LCS",
+        0.0
+      ],
+      [
+        "▁Bahá",
+        0.0
+      ],
+      [
+        "756",
+        0.0
+      ],
+      [
+        "▁eyebrow",
+        0.0
+      ],
+      [
+        "▁Â¥",
+        0.0
+      ],
+      [
+        "▁McF",
+        0.0
+      ],
+      [
+        "▁Forty",
+        0.0
+      ],
+      [
+        "Mas",
+        0.0
+      ],
+      [
+        "▁panicked",
+        0.0
+      ],
+      [
+        "▁transformations",
+        0.0
+      ],
+      [
+        "qq",
+        0.0
+      ],
+      [
+        "▁revolves",
+        0.0
+      ],
+      [
+        "ringe",
+        0.0
+      ],
+      [
+        "▁Ai",
+        0.0
+      ],
+      [
+        "axe",
+        0.0
+      ],
+      [
+        "▁onward",
+        0.0
+      ],
+      [
+        "▁CFR",
+        0.0
+      ],
+      [
+        "▁Bare",
+        0.0
+      ],
+      [
+        "login",
+        0.0
+      ],
+      [
+        "▁liquids",
+        0.0
+      ],
+      [
+        "▁decomp",
+        0.0
+      ],
+      [
+        "secondary",
+        0.0
+      ],
+      [
+        "ilan",
+        0.0
+      ],
+      [
+        "▁Convert",
+        0.0
+      ],
+      [
+        "amiya",
+        0.0
+      ],
+      [
+        "▁prosecuting",
+        0.0
+      ],
+      [
+        "▁âī¡",
+        0.0
+      ],
+      [
+        "▁Yorkers",
+        0.0
+      ],
+      [
+        "▁Byrne",
+        0.0
+      ],
+      [
+        "slow",
+        0.0
+      ],
+      [
+        "awei",
+        0.0
+      ],
+      [
+        "Jean",
+        0.0
+      ],
+      [
+        "▁269",
+        0.0
+      ],
+      [
+        "▁Skydragon",
+        0.0
+      ],
+      [
+        "▁é",
+        0.0
+      ],
+      [
+        "▁Nicaragua",
+        0.0
+      ],
+      [
+        "▁Huckabee",
+        0.0
+      ],
+      [
+        "▁Highly",
+        0.0
+      ],
+      [
+        "▁amphib",
+        0.0
+      ],
+      [
+        "▁Pastor",
+        0.0
+      ],
+      [
+        "▁Lets",
+        0.0
+      ],
+      [
+        "▁blurred",
+        0.0
+      ],
+      [
+        "▁visceral",
+        0.0
+      ],
+      [
+        "▁CBO",
+        0.0
+      ],
+      [
+        "▁collaborated",
+        0.0
+      ],
+      [
+        "zig",
+        0.0
+      ],
+      [
+        "Legal",
+        0.0
+      ],
+      [
+        "▁apartheid",
+        0.0
+      ],
+      [
+        "▁brid",
+        0.0
+      ],
+      [
+        "▁preset",
+        0.0
+      ],
+      [
+        "▁DET",
+        0.0
+      ],
+      [
+        "▁AMA",
+        0.0
+      ],
+      [
+        "×Ķ",
+        0.0
+      ],
+      [
+        "arching",
+        0.0
+      ],
+      [
+        "aucuses",
+        0.0
+      ],
+      [
+        "builder",
+        0.0
+      ],
+      [
+        "▁poetic",
+        0.0
+      ],
+      [
+        "▁emulator",
+        0.0
+      ],
+      [
+        "▁Molecular",
+        0.0
+      ],
+      [
+        "▁honoring",
+        0.0
+      ],
+      [
+        "iseum",
+        0.0
+      ],
+      [
+        "▁tractor",
+        0.0
+      ],
+      [
+        "▁Cluster",
+        0.0
+      ],
+      [
+        "▁Calm",
+        0.0
+      ],
+      [
+        "aredevil",
+        0.0
+      ],
+      [
+        "▁sidewalks",
+        0.0
+      ],
+      [
+        "▁violin",
+        0.0
+      ],
+      [
+        "▁generalized",
+        0.0
+      ],
+      [
+        "▁Alec",
+        0.0
+      ],
+      [
+        "▁embargo",
+        0.0
+      ],
+      [
+        "▁fastball",
+        0.0
+      ],
+      [
+        "▁HTTPS",
+        0.0
+      ],
+      [
+        "▁Lack",
+        0.0
+      ],
+      [
+        "▁Chill",
+        0.0
+      ],
+      [
+        "river",
+        0.0
+      ],
+      [
+        "Chel",
+        0.0
+      ],
+      [
+        "▁Swarm",
+        0.0
+      ],
+      [
+        "▁Levine",
+        0.0
+      ],
+      [
+        "roying",
+        0.0
+      ],
+      [
+        "Launch",
+        0.0
+      ],
+      [
+        "▁kicker",
+        0.0
+      ],
+      [
+        "▁additive",
+        0.0
+      ],
+      [
+        "▁Deals",
+        0.0
+      ],
+      [
+        "Widget",
+        0.0
+      ],
+      [
+        "containing",
+        0.0
+      ],
+      [
+        "▁escalate",
+        0.0
+      ],
+      [
+        "▁OPEN",
+        0.0
+      ],
+      [
+        "▁tweaked",
+        0.0
+      ],
+      [
+        "▁stash",
+        0.0
+      ],
+      [
+        "▁sparks",
+        0.0
+      ],
+      [
+        "▁Essex",
+        0.0
+      ],
+      [
+        "▁Ecc",
+        0.0
+      ],
+      [
+        "▁convict",
+        0.0
+      ],
+      [
+        "▁blogging",
+        0.0
+      ],
+      [
+        "IER",
+        0.0
+      ],
+      [
+        "▁HL",
+        0.0
+      ],
+      [
+        "▁murderers",
+        0.0
+      ],
+      [
+        "759",
+        0.0
+      ],
+      [
+        "▁Hib",
+        0.0
+      ],
+      [
+        "▁depl",
+        0.0
+      ],
+      [
+        "▁Jord",
+        0.0
+      ],
+      [
+        "Sac",
+        0.0
+      ],
+      [
+        "▁dissect",
+        0.0
+      ],
+      [
+        "▁Howe",
+        0.0
+      ],
+      [
+        "osher",
+        0.0
+      ],
+      [
+        "▁customizable",
+        0.0
+      ],
+      [
+        "▁Franz",
+        0.0
+      ],
+      [
+        "▁atro",
+        0.0
+      ],
+      [
+        "Äĩ",
+        0.0
+      ],
+      [
+        "▁0004",
+        0.0
+      ],
+      [
+        "▁outpost",
+        0.0
+      ],
+      [
+        "Ross",
+        0.0
+      ],
+      [
+        "▁glyphosate",
+        0.0
+      ],
+      [
+        "▁Hastings",
+        0.0
+      ],
+      [
+        "▁BEFORE",
+        0.0
+      ],
+      [
+        "▁shove",
+        0.0
+      ],
+      [
+        "opped",
+        0.0
+      ],
+      [
+        "▁Scala",
+        0.0
+      ],
+      [
+        "▁amulet",
+        0.0
+      ],
+      [
+        "anian",
+        0.0
+      ],
+      [
+        "▁exacerbated",
+        0.0
+      ],
+      [
+        "▁eater",
+        0.0
+      ],
+      [
+        "471",
+        0.0
+      ],
+      [
+        "UME",
+        0.0
+      ],
+      [
+        "▁pulp",
+        0.0
+      ],
+      [
+        "izontal",
+        0.0
+      ],
+      [
+        "▁Zam",
+        0.0
+      ],
+      [
+        "▁ATI",
+        0.0
+      ],
+      [
+        "immune",
+        0.0
+      ],
+      [
+        "abytes",
+        0.0
+      ],
+      [
+        "▁unnecessarily",
+        0.0
+      ],
+      [
+        "▁CAT",
+        0.0
+      ],
+      [
+        "▁Axis",
+        0.0
+      ],
+      [
+        "▁visualize",
+        0.0
+      ],
+      [
+        "Ãī",
+        0.0
+      ],
+      [
+        "▁Radical",
+        0.0
+      ],
+      [
+        "fm",
+        0.0
+      ],
+      [
+        "Documents",
+        0.0
+      ],
+      [
+        "▁Forrest",
+        0.0
+      ],
+      [
+        "▁contextual",
+        0.0
+      ],
+      [
+        "▁Symbol",
+        0.0
+      ],
+      [
+        "▁tentative",
+        0.0
+      ],
+      [
+        "▁DOES",
+        0.0
+      ],
+      [
+        "▁Goods",
+        0.0
+      ],
+      [
+        "▁intermittent",
+        0.0
+      ],
+      [
+        "}:",
+        0.0
+      ],
+      [
+        "mediated",
+        0.0
+      ],
+      [
+        "▁ridicule",
+        0.0
+      ],
+      [
+        "▁atheism",
+        0.0
+      ],
+      [
+        "▁pathogens",
+        0.0
+      ],
+      [
+        "▁Mum",
+        0.0
+      ],
+      [
+        "▁reintrodu",
+        0.0
+      ],
+      [
+        "▁307",
+        0.0
+      ],
+      [
+        "iHUD",
+        0.0
+      ],
+      [
+        "▁flashlight",
+        0.0
+      ],
+      [
+        "▁swearing",
+        0.0
+      ],
+      [
+        "▁pengu",
+        0.0
+      ],
+      [
+        "Bu",
+        0.0
+      ],
+      [
+        "▁rotated",
+        0.0
+      ],
+      [
+        "▁Crane",
+        0.0
+      ],
+      [
+        "▁());",
+        0.0
+      ],
+      [
+        "▁fashionable",
+        0.0
+      ],
+      [
+        "▁endorsing",
+        0.0
+      ],
+      [
+        "463",
+        0.0
+      ],
+      [
+        ")[",
+        0.0
+      ],
+      [
+        "▁ingestion",
+        0.0
+      ],
+      [
+        "▁cooks",
+        0.0
+      ],
+      [
+        "▁950",
+        0.0
+      ],
+      [
+        "otomy",
+        0.0
+      ],
+      [
+        "▁Imam",
+        0.0
+      ],
+      [
+        "▁ka",
+        0.0
+      ],
+      [
+        "▁teaser",
+        0.0
+      ],
+      [
+        "▁Ghosts",
+        0.0
+      ],
+      [
+        "▁ãĤµ",
+        0.0
+      ],
+      [
+        "1969",
+        0.0
+      ],
+      [
+        "Ïĥ",
+        0.0
+      ],
+      [
+        "ubby",
+        0.0
+      ],
+      [
+        "▁converter",
+        0.0
+      ],
+      [
+        "zanne",
+        0.0
+      ],
+      [
+        "ende",
+        0.0
+      ],
+      [
+        "▁Prepar",
+        0.0
+      ],
+      [
+        "▁Nickel",
+        0.0
+      ],
+      [
+        "▁Chimera",
+        0.0
+      ],
+      [
+        "him",
+        0.0
+      ],
+      [
+        "▁Tyrann",
+        0.0
+      ],
+      [
+        "▁Sabbath",
+        0.0
+      ],
+      [
+        "▁Nichols",
+        0.0
+      ],
+      [
+        "▁rapt",
+        0.0
+      ],
+      [
+        "ihar",
+        0.0
+      ],
+      [
+        "▁shelling",
+        0.0
+      ],
+      [
+        "▁illuminate",
+        0.0
+      ],
+      [
+        "▁dentist",
+        0.0
+      ],
+      [
+        "utor",
+        0.0
+      ],
+      [
+        "▁Integration",
+        0.0
+      ],
+      [
+        "▁whims",
+        0.0
+      ],
+      [
+        "▁Literary",
+        0.0
+      ],
+      [
+        "Beaut",
+        0.0
+      ],
+      [
+        "▁parchment",
+        0.0
+      ],
+      [
+        "agara",
+        0.0
+      ],
+      [
+        "Brand",
+        0.0
+      ],
+      [
+        "▁derog",
+        0.0
+      ],
+      [
+        "âĢ¦)",
+        0.0
+      ],
+      [
+        "▁Norse",
+        0.0
+      ],
+      [
+        "▁unwitting",
+        0.0
+      ],
+      [
+        "▁cuc",
+        0.0
+      ],
+      [
+        "▁borderline",
+        0.0
+      ],
+      [
+        "▁upsetting",
+        0.0
+      ],
+      [
+        "▁recourse",
+        0.0
+      ],
+      [
+        "▁draped",
+        0.0
+      ],
+      [
+        "▁Radar",
+        0.0
+      ],
+      [
+        "▁colder",
+        0.0
+      ],
+      [
+        "▁Pepsi",
+        0.0
+      ],
+      [
+        "iminary",
+        0.0
+      ],
+      [
+        "],[",
+        0.0
+      ],
+      [
+        "658",
+        0.0
+      ],
+      [
+        "Vi",
+        0.0
+      ],
+      [
+        "▁Frem",
+        0.0
+      ],
+      [
+        "▁Pes",
+        0.0
+      ],
+      [
+        "▁veterinary",
+        0.0
+      ],
+      [
+        "▁TED",
+        0.0
+      ],
+      [
+        "▁Epidem",
+        0.0
+      ],
+      [
+        "nova",
+        0.0
+      ],
+      [
+        "kid",
+        0.0
+      ],
+      [
+        "▁devout",
+        0.0
+      ],
+      [
+        "oct",
+        0.0
+      ],
+      [
+        "jad",
+        0.0
+      ],
+      [
+        "Moh",
+        0.0
+      ],
+      [
+        "▁PAY",
+        0.0
+      ],
+      [
+        "▁geometric",
+        0.0
+      ],
+      [
+        "▁323",
+        0.0
+      ],
+      [
+        "▁circumference",
+        0.0
+      ],
+      [
+        "ichick",
+        0.0
+      ],
+      [
+        "1975",
+        0.0
+      ],
+      [
+        "▁Yuri",
+        0.0
+      ],
+      [
+        "▁Shall",
+        0.0
+      ],
+      [
+        "▁Hover",
+        0.0
+      ],
+      [
+        "unin",
+        0.0
+      ],
+      [
+        "Spr",
+        0.0
+      ],
+      [
+        "▁graft",
+        0.0
+      ],
+      [
+        "▁Happiness",
+        0.0
+      ],
+      [
+        "▁disadvantages",
+        0.0
+      ],
+      [
+        "attacks",
+        0.0
+      ],
+      [
+        "▁hubs",
+        0.0
+      ],
+      [
+        "▁StarCraft",
+        0.0
+      ],
+      [
+        "éĸ",
+        0.0
+      ],
+      [
+        "▁galleries",
+        0.0
+      ],
+      [
+        "▁Korra",
+        0.0
+      ],
+      [
+        "▁groceries",
+        0.0
+      ],
+      [
+        "▁Gorsuch",
+        0.0
+      ],
+      [
+        "▁rapists",
+        0.0
+      ],
+      [
+        "▁fungi",
+        0.0
+      ],
+      [
+        "▁Typhoon",
+        0.0
+      ],
+      [
+        "Vector",
+        0.0
+      ],
+      [
+        "▁Empress",
+        0.0
+      ],
+      [
+        "battle",
+        0.0
+      ],
+      [
+        "468",
+        0.0
+      ],
+      [
+        "▁parasite",
+        0.0
+      ],
+      [
+        "▁Bomber",
+        0.0
+      ],
+      [
+        "SG",
+        0.0
+      ],
+      [
+        "exist",
+        0.0
+      ],
+      [
+        "▁Pf",
+        0.0
+      ],
+      [
+        "▁unse",
+        0.0
+      ],
+      [
+        "▁surgeons",
+        0.0
+      ],
+      [
+        "Birth",
+        0.0
+      ],
+      [
+        "▁Unsure",
+        0.0
+      ],
+      [
+        "▁Printed",
+        0.0
+      ],
+      [
+        "▁Behavioral",
+        0.0
+      ],
+      [
+        "▁Aster",
+        0.0
+      ],
+      [
+        "Pakistan",
+        0.0
+      ],
+      [
+        "▁unethical",
+        0.0
+      ],
+      [
+        "▁sv",
+        0.0
+      ],
+      [
+        "▁IoT",
+        0.0
+      ],
+      [
+        "▁layouts",
+        0.0
+      ],
+      [
+        "Pain",
+        0.0
+      ],
+      [
+        "▁constants",
+        0.0
+      ],
+      [
+        "▁LW",
+        0.0
+      ],
+      [
+        "▁Bake",
+        0.0
+      ],
+      [
+        "▁towels",
+        0.0
+      ],
+      [
+        "▁deterioration",
+        0.0
+      ],
+      [
+        "▁Bolivia",
+        0.0
+      ],
+      [
+        "▁blinded",
+        0.0
+      ],
+      [
+        "▁Warden",
+        0.0
+      ],
+      [
+        "▁Mistress",
+        0.0
+      ],
+      [
+        "▁onstage",
+        0.0
+      ],
+      [
+        "▁clans",
+        0.0
+      ],
+      [
+        "▁BEST",
+        0.0
+      ],
+      [
+        "1960",
+        0.0
+      ],
+      [
+        "▁antique",
+        0.0
+      ],
+      [
+        "▁rhetorical",
+        0.0
+      ],
+      [
+        "▁Percy",
+        0.0
+      ],
+      [
+        "▁Rwanda",
+        0.0
+      ],
+      [
+        ",.",
+        0.0
+      ],
+      [
+        "Bruce",
+        0.0
+      ],
+      [
+        "▁traumat",
+        0.0
+      ],
+      [
+        "▁Parliamentary",
+        0.0
+      ],
+      [
+        "▁footnote",
+        0.0
+      ],
+      [
+        "idia",
+        0.0
+      ],
+      [
+        "▁Learned",
+        0.0
+      ],
+      [
+        "seeking",
+        0.0
+      ],
+      [
+        "genic",
+        0.0
+      ],
+      [
+        "▁dimensional",
+        0.0
+      ],
+      [
+        "Hide",
+        0.0
+      ],
+      [
+        "èĢħ",
+        0.0
+      ],
+      [
+        "▁intrigue",
+        0.0
+      ],
+      [
+        "inse",
+        0.0
+      ],
+      [
+        "▁leases",
+        0.0
+      ],
+      [
+        "▁apprentices",
+        0.0
+      ],
+      [
+        "washing",
+        0.0
+      ],
+      [
+        "▁1926",
+        0.0
+      ],
+      [
+        "VILLE",
+        0.0
+      ],
+      [
+        "▁swoop",
+        0.0
+      ],
+      [
+        "scl",
+        0.0
+      ],
+      [
+        "▁bedrooms",
+        0.0
+      ],
+      [
+        "onics",
+        0.0
+      ],
+      [
+        "▁Crunch",
+        0.0
+      ],
+      [
+        "compatible",
+        0.0
+      ],
+      [
+        "▁incapac",
+        0.0
+      ],
+      [
+        "▁Yemeni",
+        0.0
+      ],
+      [
+        "ashtra",
+        0.0
+      ],
+      [
+        "zhou",
+        0.0
+      ],
+      [
+        "danger",
+        0.0
+      ],
+      [
+        "▁manifestations",
+        0.0
+      ],
+      [
+        "▁Demons",
+        0.0
+      ],
+      [
+        "AAF",
+        0.0
+      ],
+      [
+        "Secretary",
+        0.0
+      ],
+      [
+        "ACTED",
+        0.0
+      ],
+      [
+        "LOD",
+        0.0
+      ],
+      [
+        "▁amy",
+        0.0
+      ],
+      [
+        "raper",
+        0.0
+      ],
+      [
+        "ethnic",
+        0.0
+      ],
+      [
+        "417",
+        0.0
+      ],
+      [
+        "▁positives",
+        0.0
+      ],
+      [
+        "▁273",
+        0.0
+      ],
+      [
+        "▁Refugees",
+        0.0
+      ],
+      [
+        "▁usb",
+        0.0
+      ],
+      [
+        "▁Vald",
+        0.0
+      ],
+      [
+        "oddy",
+        0.0
+      ],
+      [
+        "▁Mahmoud",
+        0.0
+      ],
+      [
+        "Asia",
+        0.0
+      ],
+      [
+        "▁skulls",
+        0.0
+      ],
+      [
+        "▁Exodus",
+        0.0
+      ],
+      [
+        "▁Compet",
+        0.0
+      ],
+      [
+        "▁LIC",
+        0.0
+      ],
+      [
+        "▁Mansion",
+        0.0
+      ],
+      [
+        "▁Ame",
+        0.0
+      ],
+      [
+        "▁consolidate",
+        0.0
+      ],
+      [
+        "storms",
+        0.0
+      ],
+      [
+        "ontent",
+        0.0
+      ],
+      [
+        "996",
+        0.0
+      ],
+      [
+        "▁clen",
+        0.0
+      ],
+      [
+        "▁mummy",
+        0.0
+      ],
+      [
+        "flat",
+        0.0
+      ],
+      [
+        "758",
+        0.0
+      ],
+      [
+        "▁VOL",
+        0.0
+      ],
+      [
+        "oteric",
+        0.0
+      ],
+      [
+        "nen",
+        0.0
+      ],
+      [
+        "▁Minute",
+        0.0
+      ],
+      [
+        "Sov",
+        0.0
+      ],
+      [
+        "▁finer",
+        0.0
+      ],
+      [
+        "Rh",
+        0.0
+      ],
+      [
+        "lycer",
+        0.0
+      ],
+      [
+        "▁reinforcements",
+        0.0
+      ],
+      [
+        "▁Johannes",
+        0.0
+      ],
+      [
+        "▁Gallagher",
+        0.0
+      ],
+      [
+        "▁gymn",
+        0.0
+      ],
+      [
+        "Suddenly",
+        0.0
+      ],
+      [
+        "▁extortion",
+        0.0
+      ],
+      [
+        "kr",
+        0.0
+      ],
+      [
+        "iator",
+        0.0
+      ],
+      [
+        "Ta",
+        0.0
+      ],
+      [
+        "▁hippocampus",
+        0.0
+      ],
+      [
+        "NPR",
+        0.0
+      ],
+      [
+        "▁Computing",
+        0.0
+      ],
+      [
+        "▁squarely",
+        0.0
+      ],
+      [
+        "▁modelling",
+        0.0
+      ],
+      [
+        "▁Forums",
+        0.0
+      ],
+      [
+        "▁Lisp",
+        0.0
+      ],
+      [
+        "▁Krishna",
+        0.0
+      ],
+      [
+        "▁324",
+        0.0
+      ],
+      [
+        "▁rushes",
+        0.0
+      ],
+      [
+        "▁ensued",
+        0.0
+      ],
+      [
+        "▁creeping",
+        0.0
+      ],
+      [
+        "onte",
+        0.0
+      ],
+      [
+        "nai",
+        0.0
+      ],
+      [
+        "ilater",
+        0.0
+      ],
+      [
+        "▁Hornets",
+        0.0
+      ],
+      [
+        "▁oblivious",
+        0.0
+      ],
+      [
+        "INST",
+        0.0
+      ],
+      [
+        "559",
+        0.0
+      ],
+      [
+        "▁jeopardy",
+        0.0
+      ],
+      [
+        "▁distinguishing",
+        0.0
+      ],
+      [
+        "jured",
+        0.0
+      ],
+      [
+        "▁begs",
+        0.0
+      ],
+      [
+        "similar",
+        0.0
+      ],
+      [
+        "phot",
+        0.0
+      ],
+      [
+        "530",
+        0.0
+      ],
+      [
+        "▁Parkway",
+        0.0
+      ],
+      [
+        "▁sinks",
+        0.0
+      ],
+      [
+        "▁Hearthstone",
+        0.0
+      ],
+      [
+        "ibur",
+        0.0
+      ],
+      [
+        "▁Baton",
+        0.0
+      ],
+      [
+        "Avoid",
+        0.0
+      ],
+      [
+        "▁dancer",
+        0.0
+      ],
+      [
+        "▁magistrate",
+        0.0
+      ],
+      [
+        "aryn",
+        0.0
+      ],
+      [
+        "▁disturbances",
+        0.0
+      ],
+      [
+        "▁Romero",
+        0.0
+      ],
+      [
+        "▁paraph",
+        0.0
+      ],
+      [
+        "▁mischief",
+        0.0
+      ],
+      [
+        "âĸĵ",
+        0.0
+      ],
+      [
+        "▁Sharia",
+        0.0
+      ],
+      [
+        "▁urinary",
+        0.0
+      ],
+      [
+        "route",
+        0.0
+      ],
+      [
+        "ivas",
+        0.0
+      ],
+      [
+        "fitted",
+        0.0
+      ],
+      [
+        "▁ejected",
+        0.0
+      ],
+      [
+        "▁Albuquerque",
+        0.0
+      ],
+      [
+        "▁470",
+        0.0
+      ],
+      [
+        "▁irritated",
+        0.0
+      ],
+      [
+        "▁Zip",
+        0.0
+      ],
+      [
+        "▁Biol",
+        0.0
+      ],
+      [
+        "Ãį",
+        0.0
+      ],
+      [
+        "▁denounce",
+        0.0
+      ],
+      [
+        "▁binaries",
+        0.0
+      ],
+      [
+        "▁Verse",
+        0.0
+      ],
+      [
+        "▁oppos",
+        0.0
+      ],
+      [
+        "▁Kendrick",
+        0.0
+      ],
+      [
+        "▁GPL",
+        0.0
+      ],
+      [
+        "▁spew",
+        0.0
+      ],
+      [
+        "▁Elijah",
+        0.0
+      ],
+      [
+        "▁Eas",
+        0.0
+      ],
+      [
+        "▁drifted",
+        0.0
+      ],
+      [
+        "sofar",
+        0.0
+      ],
+      [
+        "▁annoyance",
+        0.0
+      ],
+      [
+        "▁BET",
+        0.0
+      ],
+      [
+        "474",
+        0.0
+      ],
+      [
+        "▁Strongh",
+        0.0
+      ],
+      [
+        "itates",
+        0.0
+      ],
+      [
+        "▁Cognitive",
+        0.0
+      ],
+      [
+        "ophone",
+        0.0
+      ],
+      [
+        "▁Identification",
+        0.0
+      ],
+      [
+        "ocrine",
+        0.0
+      ],
+      [
+        "connection",
+        0.0
+      ],
+      [
+        "▁boxer",
+        0.0
+      ],
+      [
+        "▁ASD",
+        0.0
+      ],
+      [
+        "▁Areas",
+        0.0
+      ],
+      [
+        "Yang",
+        0.0
+      ],
+      [
+        "tch",
+        0.0
+      ],
+      [
+        "ullah",
+        0.0
+      ],
+      [
+        "▁deceive",
+        0.0
+      ],
+      [
+        "Combat",
+        0.0
+      ],
+      [
+        "episode",
+        0.0
+      ],
+      [
+        "crete",
+        0.0
+      ],
+      [
+        "Witness",
+        0.0
+      ],
+      [
+        "▁condolences",
+        0.0
+      ],
+      [
+        "htar",
+        0.0
+      ],
+      [
+        "▁heals",
+        0.0
+      ],
+      [
+        "▁buckets",
+        0.0
+      ],
+      [
+        "▁LAW",
+        0.0
+      ],
+      [
+        "Blu",
+        0.0
+      ],
+      [
+        "▁slab",
+        0.0
+      ],
+      [
+        "▁ORDER",
+        0.0
+      ],
+      [
+        "ocl",
+        0.0
+      ],
+      [
+        "atton",
+        0.0
+      ],
+      [
+        "▁Stevenson",
+        0.0
+      ],
+      [
+        "▁Ginger",
+        0.0
+      ],
+      [
+        "▁Friendly",
+        0.0
+      ],
+      [
+        "▁Vanderbilt",
+        0.0
+      ],
+      [
+        "spirit",
+        0.0
+      ],
+      [
+        "igl",
+        0.0
+      ],
+      [
+        "▁Regarding",
+        0.0
+      ],
+      [
+        "▁PROG",
+        0.0
+      ],
+      [
+        "▁sealing",
+        0.0
+      ],
+      [
+        "starting",
+        0.0
+      ],
+      [
+        "▁cardinal",
+        0.0
+      ],
+      [
+        "▁Vec",
+        0.0
+      ],
+      [
+        "▁Beir",
+        0.0
+      ],
+      [
+        "▁milliseconds",
+        0.0
+      ],
+      [
+        "weak",
+        0.0
+      ],
+      [
+        "perse",
+        0.0
+      ],
+      [
+        "▁sterile",
+        0.0
+      ],
+      [
+        "▁Contemporary",
+        0.0
+      ],
+      [
+        "▁Phant",
+        0.0
+      ],
+      [
+        "▁Clo",
+        0.0
+      ],
+      [
+        "▁outp",
+        0.0
+      ],
+      [
+        "▁exiled",
+        0.0
+      ],
+      [
+        "▁277",
+        0.0
+      ],
+      [
+        "▁selfie",
+        0.0
+      ],
+      [
+        "▁manic",
+        0.0
+      ],
+      [
+        "▁nano",
+        0.0
+      ],
+      [
+        "terms",
+        0.0
+      ],
+      [
+        "Alexander",
+        0.0
+      ],
+      [
+        "▁resolves",
+        0.0
+      ],
+      [
+        "▁millennia",
+        0.0
+      ],
+      [
+        "▁explodes",
+        0.0
+      ],
+      [
+        "▁constellation",
+        0.0
+      ],
+      [
+        "▁adultery",
+        0.0
+      ],
+      [
+        "motion",
+        0.0
+      ],
+      [
+        "DOC",
+        0.0
+      ],
+      [
+        "▁broadcasters",
+        0.0
+      ],
+      [
+        "▁kindergarten",
+        0.0
+      ],
+      [
+        "▁Mayweather",
+        0.0
+      ],
+      [
+        "▁Eco",
+        0.0
+      ],
+      [
+        "icho",
+        0.0
+      ],
+      [
+        "▁287",
+        0.0
+      ],
+      [
+        "laun",
+        0.0
+      ],
+      [
+        "▁mute",
+        0.0
+      ],
+      [
+        "▁discreet",
+        0.0
+      ],
+      [
+        "▁preschool",
+        0.0
+      ],
+      [
+        "▁preempt",
+        0.0
+      ],
+      [
+        "Delete",
+        0.0
+      ],
+      [
+        "▁Freed",
+        0.0
+      ],
+      [
+        "Pi",
+        0.0
+      ],
+      [
+        "HK",
+        0.0
+      ],
+      [
+        "▁blocker",
+        0.0
+      ],
+      [
+        "▁Cumber",
+        0.0
+      ],
+      [
+        "▁wrought",
+        0.0
+      ],
+      [
+        "dating",
+        0.0
+      ],
+      [
+        "▁insurer",
+        0.0
+      ],
+      [
+        "▁quotas",
+        0.0
+      ],
+      [
+        "▁preached",
+        0.0
+      ],
+      [
+        "▁eviction",
+        0.0
+      ],
+      [
+        "▁Regina",
+        0.0
+      ],
+      [
+        "▁Pens",
+        0.0
+      ],
+      [
+        "▁seventeen",
+        0.0
+      ],
+      [
+        "▁Nass",
+        0.0
+      ],
+      [
+        "Dick",
+        0.0
+      ],
+      [
+        "▁folds",
+        0.0
+      ],
+      [
+        "▁dotted",
+        0.0
+      ],
+      [
+        "▁Aad",
+        0.0
+      ],
+      [
+        "Universal",
+        0.0
+      ],
+      [
+        "▁pizz",
+        0.0
+      ],
+      [
+        "▁Guru",
+        0.0
+      ],
+      [
+        "▁soils",
+        0.0
+      ],
+      [
+        "▁novice",
+        0.0
+      ],
+      [
+        "▁Neander",
+        0.0
+      ],
+      [
+        "▁stool",
+        0.0
+      ],
+      [
+        "▁detonated",
+        0.0
+      ],
+      [
+        "▁Pikachu",
+        0.0
+      ],
+      [
+        "▁Massive",
+        0.0
+      ],
+      [
+        "IVER",
+        0.0
+      ],
+      [
+        "▁Abdel",
+        0.0
+      ],
+      [
+        "▁subdued",
+        0.0
+      ],
+      [
+        "▁tallest",
+        0.0
+      ],
+      [
+        "▁precarious",
+        0.0
+      ],
+      [
+        "▁ay",
+        0.0
+      ],
+      [
+        "rification",
+        0.0
+      ],
+      [
+        "▁Obj",
+        0.0
+      ],
+      [
+        "cale",
+        0.0
+      ],
+      [
+        "▁unquestion",
+        0.0
+      ],
+      [
+        "culosis",
+        0.0
+      ],
+      [
+        "adas",
+        0.0
+      ],
+      [
+        "igrated",
+        0.0
+      ],
+      [
+        "Days",
+        0.0
+      ],
+      [
+        "▁queens",
+        0.0
+      ],
+      [
+        "▁Gazette",
+        0.0
+      ],
+      [
+        "▁Colour",
+        0.0
+      ],
+      [
+        "▁Bowman",
+        0.0
+      ],
+      [
+        "▁JJ",
+        0.0
+      ],
+      [
+        "ïve",
+        0.0
+      ],
+      [
+        "▁dominates",
+        0.0
+      ],
+      [
+        "Student",
+        0.0
+      ],
+      [
+        "▁mu",
+        0.0
+      ],
+      [
+        "▁backlog",
+        0.0
+      ],
+      [
+        "▁Electro",
+        0.0
+      ],
+      [
+        "Truth",
+        0.0
+      ],
+      [
+        "483",
+        0.0
+      ],
+      [
+        "▁condensed",
+        0.0
+      ],
+      [
+        "rules",
+        0.0
+      ],
+      [
+        "▁Conspiracy",
+        0.0
+      ],
+      [
+        "▁acronym",
+        0.0
+      ],
+      [
+        "handled",
+        0.0
+      ],
+      [
+        "▁Matte",
+        0.0
+      ],
+      [
+        "jri",
+        0.0
+      ],
+      [
+        "▁Impossible",
+        0.0
+      ],
+      [
+        "lude",
+        0.0
+      ],
+      [
+        "creation",
+        0.0
+      ],
+      [
+        "▁warmed",
+        0.0
+      ],
+      [
+        "▁Slave",
+        0.0
+      ],
+      [
+        "▁misled",
+        0.0
+      ],
+      [
+        "▁ferment",
+        0.0
+      ],
+      [
+        "▁Kah",
+        0.0
+      ],
+      [
+        "inki",
+        0.0
+      ],
+      [
+        "keleton",
+        0.0
+      ],
+      [
+        "cyl",
+        0.0
+      ],
+      [
+        "▁Karin",
+        0.0
+      ],
+      [
+        "Hunter",
+        0.0
+      ],
+      [
+        "Register",
+        0.0
+      ],
+      [
+        "▁Surrey",
+        0.0
+      ],
+      [
+        "▁stares",
+        0.0
+      ],
+      [
+        "▁Width",
+        0.0
+      ],
+      [
+        "▁Nay",
+        0.0
+      ],
+      [
+        "▁Ski",
+        0.0
+      ],
+      [
+        "▁blacklist",
+        0.0
+      ],
+      [
+        "ucket",
+        0.0
+      ],
+      [
+        "▁expulsion",
+        0.0
+      ],
+      [
+        "imet",
+        0.0
+      ],
+      [
+        "▁retweet",
+        0.0
+      ],
+      [
+        "vantage",
+        0.0
+      ],
+      [
+        "Feature",
+        0.0
+      ],
+      [
+        "▁troopers",
+        0.0
+      ],
+      [
+        "▁homers",
+        0.0
+      ],
+      [
+        "969",
+        0.0
+      ],
+      [
+        "▁contingency",
+        0.0
+      ],
+      [
+        "▁WTC",
+        0.0
+      ],
+      [
+        "▁Brewer",
+        0.0
+      ],
+      [
+        "foreign",
+        0.0
+      ],
+      [
+        "Ware",
+        0.0
+      ],
+      [
+        "Solar",
+        0.0
+      ],
+      [
+        "▁undue",
+        0.0
+      ],
+      [
+        "REC",
+        0.0
+      ],
+      [
+        "ulnerable",
+        0.0
+      ],
+      [
+        "pathic",
+        0.0
+      ],
+      [
+        "▁Boise",
+        0.0
+      ],
+      [
+        "▁322",
+        0.0
+      ],
+      [
+        "▁aroused",
+        0.0
+      ],
+      [
+        "▁Ying",
+        0.0
+      ],
+      [
+        "ä¸į",
+        0.0
+      ],
+      [
+        "ueless",
+        0.0
+      ],
+      [
+        "▁pas",
+        0.0
+      ],
+      [
+        "▁morp",
+        0.0
+      ],
+      [
+        "▁floral",
+        0.0
+      ],
+      [
+        "Express",
+        0.0
+      ],
+      [
+        "udging",
+        0.0
+      ],
+      [
+        "kB",
+        0.0
+      ],
+      [
+        "▁Granted",
+        0.0
+      ],
+      [
+        "د",
+        0.0
+      ],
+      [
+        "▁Micha",
+        0.0
+      ],
+      [
+        "▁Gothic",
+        0.0
+      ],
+      [
+        "▁SPECIAL",
+        0.0
+      ],
+      [
+        "▁Ricardo",
+        0.0
+      ],
+      [
+        "Fran",
+        0.0
+      ],
+      [
+        "▁administering",
+        0.0
+      ],
+      [
+        "620",
+        0.0
+      ],
+      [
+        "pora",
+        0.0
+      ],
+      [
+        "▁®",
+        0.0
+      ],
+      [
+        "▁compromises",
+        0.0
+      ],
+      [
+        "▁bitten",
+        0.0
+      ],
+      [
+        "Accept",
+        0.0
+      ],
+      [
+        "Thirty",
+        0.0
+      ],
+      [
+        "в",
+        0.0
+      ],
+      [
+        "▁materially",
+        0.0
+      ],
+      [
+        "▁Terr",
+        0.0
+      ],
+      [
+        "igmatic",
+        0.0
+      ],
+      [
+        "chains",
+        0.0
+      ],
+      [
+        "▁dove",
+        0.0
+      ],
+      [
+        "stadt",
+        0.0
+      ],
+      [
+        "Marvel",
+        0.0
+      ],
+      [
+        "FAULT",
+        0.0
+      ],
+      [
+        "▁windshield",
+        0.0
+      ],
+      [
+        "▁336",
+        0.0
+      ],
+      [
+        "adier",
+        0.0
+      ],
+      [
+        "▁swapping",
+        0.0
+      ],
+      [
+        "▁flawless",
+        0.0
+      ],
+      [
+        "▁Predator",
+        0.0
+      ],
+      [
+        "▁Michele",
+        0.0
+      ],
+      [
+        "▁propulsion",
+        0.0
+      ],
+      [
+        "▁Psychic",
+        0.0
+      ],
+      [
+        "▁assigning",
+        0.0
+      ],
+      [
+        "▁fabrication",
+        0.0
+      ],
+      [
+        "▁barley",
+        0.0
+      ],
+      [
+        "lust",
+        0.0
+      ],
+      [
+        "▁towering",
+        0.0
+      ],
+      [
+        "▁altercation",
+        0.0
+      ],
+      [
+        "▁Bentley",
+        0.0
+      ],
+      [
+        "Sphere",
+        0.0
+      ],
+      [
+        "▁tuna",
+        0.0
+      ],
+      [
+        "▁Classes",
+        0.0
+      ],
+      [
+        "Freedom",
+        0.0
+      ],
+      [
+        "uner",
+        0.0
+      ],
+      [
+        "Lady",
+        0.0
+      ],
+      [
+        "voice",
+        0.0
+      ],
+      [
+        "▁coolest",
+        0.0
+      ],
+      [
+        "orr",
+        0.0
+      ],
+      [
+        "▁palp",
+        0.0
+      ],
+      [
+        "${",
+        0.0
+      ],
+      [
+        "▁hysteria",
+        0.0
+      ],
+      [
+        "▁Metatron",
+        0.0
+      ],
+      [
+        "pants",
+        0.0
+      ],
+      [
+        "▁spawning",
+        0.0
+      ],
+      [
+        "Experts",
+        0.0
+      ],
+      [
+        "▁Investors",
+        0.0
+      ],
+      [
+        "▁Anarchy",
+        0.0
+      ],
+      [
+        "▁shrunk",
+        0.0
+      ],
+      [
+        "▁Victim",
+        0.0
+      ],
+      [
+        "▁289",
+        0.0
+      ],
+      [
+        "▁ecstasy",
+        0.0
+      ],
+      [
+        "▁Binding",
+        0.0
+      ],
+      [
+        "585",
+        0.0
+      ],
+      [
+        "▁Melody",
+        0.0
+      ],
+      [
+        "578",
+        0.0
+      ],
+      [
+        "otally",
+        0.0
+      ],
+      [
+        "▁Etsy",
+        0.0
+      ],
+      [
+        "liga",
+        0.0
+      ],
+      [
+        "▁applauded",
+        0.0
+      ],
+      [
+        "▁sweating",
+        0.0
+      ],
+      [
+        "▁redistributed",
+        0.0
+      ],
+      [
+        "▁popcorn",
+        0.0
+      ],
+      [
+        "▁seminal",
+        0.0
+      ],
+      [
+        "fur",
+        0.0
+      ],
+      [
+        "▁Neuroscience",
+        0.0
+      ],
+      [
+        "Rand",
+        0.0
+      ],
+      [
+        "▁Ost",
+        0.0
+      ],
+      [
+        "▁Madden",
+        0.0
+      ],
+      [
+        "▁Increasing",
+        0.0
+      ],
+      [
+        "▁Dawkins",
+        0.0
+      ],
+      [
+        "▁Subway",
+        0.0
+      ],
+      [
+        "▁arsen",
+        0.0
+      ],
+      [
+        "conserv",
+        0.0
+      ],
+      [
+        "BUR",
+        0.0
+      ],
+      [
+        "▁spiked",
+        0.0
+      ],
+      [
+        "▁Lyft",
+        0.0
+      ],
+      [
+        "▁Imperium",
+        0.0
+      ],
+      [
+        "▁Dropbox",
+        0.0
+      ],
+      [
+        "▁favoured",
+        0.0
+      ],
+      [
+        "▁encompasses",
+        0.0
+      ],
+      [
+        "ghost",
+        0.0
+      ],
+      [
+        "▁inspires",
+        0.0
+      ],
+      [
+        "▁burgeoning",
+        0.0
+      ],
+      [
+        "▁Yoshi",
+        0.0
+      ],
+      [
+        "▁Vertical",
+        0.0
+      ],
+      [
+        "▁Auditor",
+        0.0
+      ],
+      [
+        "▁intending",
+        0.0
+      ],
+      [
+        "▁filibuster",
+        0.0
+      ],
+      [
+        "Bloom",
+        0.0
+      ],
+      [
+        "fac",
+        0.0
+      ],
+      [
+        "▁Cavs",
+        0.0
+      ],
+      [
+        "igning",
+        0.0
+      ],
+      [
+        "▁coworkers",
+        0.0
+      ],
+      [
+        "▁Barbarian",
+        0.0
+      ],
+      [
+        "remember",
+        0.0
+      ],
+      [
+        "FLAG",
+        0.0
+      ],
+      [
+        "▁auditory",
+        0.0
+      ],
+      [
+        "asonry",
+        0.0
+      ],
+      [
+        "College",
+        0.0
+      ],
+      [
+        "▁muted",
+        0.0
+      ],
+      [
+        "gemony",
+        0.0
+      ],
+      [
+        "obin",
+        0.0
+      ],
+      [
+        "▁Psycho",
+        0.0
+      ],
+      [
+        "968",
+        0.0
+      ],
+      [
+        "▁lavish",
+        0.0
+      ],
+      [
+        "▁hierarchical",
+        0.0
+      ],
+      [
+        "▁Drone",
+        0.0
+      ],
+      [
+        "ouk",
+        0.0
+      ],
+      [
+        "▁crippled",
+        0.0
+      ],
+      [
+        "▁Maxim",
+        0.0
+      ],
+      [
+        "Slot",
+        0.0
+      ],
+      [
+        "▁quiz",
+        0.0
+      ],
+      [
+        "▁Vid",
+        0.0
+      ],
+      [
+        "ifling",
+        0.0
+      ],
+      [
+        "▁archaeologists",
+        0.0
+      ],
+      [
+        "▁abandonment",
+        0.0
+      ],
+      [
+        "dial",
+        0.0
+      ],
+      [
+        "leon",
+        0.0
+      ],
+      [
+        "▁Fas",
+        0.0
+      ],
+      [
+        "Ted",
+        0.0
+      ],
+      [
+        "▁raspberry",
+        0.0
+      ],
+      [
+        "▁maneuvers",
+        0.0
+      ],
+      [
+        "▁behaviours",
+        0.0
+      ],
+      [
+        "▁insure",
+        0.0
+      ],
+      [
+        "▁remod",
+        0.0
+      ],
+      [
+        "Switch",
+        0.0
+      ],
+      [
+        "hoe",
+        0.0
+      ],
+      [
+        "▁spaced",
+        0.0
+      ],
+      [
+        "▁affordability",
+        0.0
+      ],
+      [
+        "▁Fern",
+        0.0
+      ],
+      [
+        "notation",
+        0.0
+      ],
+      [
+        "▁Balanced",
+        0.0
+      ],
+      [
+        "▁occupies",
+        0.0
+      ],
+      [
+        "environment",
+        0.0
+      ],
+      [
+        "▁necklace",
+        0.0
+      ],
+      [
+        "▁sedan",
+        0.0
+      ],
+      [
+        "FU",
+        0.0
+      ],
+      [
+        "▁Bravo",
+        0.0
+      ],
+      [
+        "▁abusers",
+        0.0
+      ],
+      [
+        "▁Anita",
+        0.0
+      ],
+      [
+        "metadata",
+        0.0
+      ],
+      [
+        "▁Github",
+        0.0
+      ],
+      [
+        "aito",
+        0.0
+      ],
+      [
+        "▁Faster",
+        0.0
+      ],
+      [
+        "▁Wasserman",
+        0.0
+      ],
+      [
+        "▁Flesh",
+        0.0
+      ],
+      [
+        "▁thorn",
+        0.0
+      ],
+      [
+        "rarily",
+        0.0
+      ],
+      [
+        "▁Merry",
+        0.0
+      ],
+      [
+        "wine",
+        0.0
+      ],
+      [
+        "▁populace",
+        0.0
+      ],
+      [
+        "▁Lann",
+        0.0
+      ],
+      [
+        "▁repairing",
+        0.0
+      ],
+      [
+        "▁psyche",
+        0.0
+      ],
+      [
+        "▁modulation",
+        0.0
+      ],
+      [
+        "awaru",
+        0.0
+      ],
+      [
+        "âĢĭâĢĭ",
+        0.0
+      ],
+      [
+        "arij",
+        0.0
+      ],
+      [
+        "▁decorations",
+        0.0
+      ],
+      [
+        "▁apologise",
+        0.0
+      ],
+      [
+        "▁Garg",
+        0.0
+      ],
+      [
+        "apply",
+        0.0
+      ],
+      [
+        "▁giveaway",
+        0.0
+      ],
+      [
+        "▁Flan",
+        0.0
+      ],
+      [
+        "▁Wyatt",
+        0.0
+      ],
+      [
+        "Uber",
+        0.0
+      ],
+      [
+        "▁authorised",
+        0.0
+      ],
+      [
+        "▁Moral",
+        0.0
+      ],
+      [
+        "HAHAHAHA",
+        0.0
+      ],
+      [
+        "activate",
+        0.0
+      ],
+      [
+        "▁torpedo",
+        0.0
+      ],
+      [
+        "▁FAR",
+        0.0
+      ],
+      [
+        "▁amassed",
+        0.0
+      ],
+      [
+        "▁Aram",
+        0.0
+      ],
+      [
+        "arkin",
+        0.0
+      ],
+      [
+        "▁Victims",
+        0.0
+      ],
+      [
+        "stab",
+        0.0
+      ],
+      [
+        "▁om",
+        0.0
+      ],
+      [
+        "▁ECO",
+        0.0
+      ],
+      [
+        "▁opioids",
+        0.0
+      ],
+      [
+        "▁purposely",
+        0.0
+      ],
+      [
+        "▁Vest",
+        0.0
+      ],
+      [
+        "▁erg",
+        0.0
+      ],
+      [
+        "atan",
+        0.0
+      ],
+      [
+        "▁Surgery",
+        0.0
+      ],
+      [
+        "▁correcting",
+        0.0
+      ],
+      [
+        "▁Ortiz",
+        0.0
+      ],
+      [
+        "▁Beet",
+        0.0
+      ],
+      [
+        "▁revoke",
+        0.0
+      ],
+      [
+        "▁freeway",
+        0.0
+      ],
+      [
+        "▁Higgins",
+        0.0
+      ],
+      [
+        "Fail",
+        0.0
+      ],
+      [
+        "▁Farms",
+        0.0
+      ],
+      [
+        "▁ATP",
+        0.0
+      ],
+      [
+        "hound",
+        0.0
+      ],
+      [
+        "▁poking",
+        0.0
+      ],
+      [
+        "▁Communists",
+        0.0
+      ],
+      [
+        "monster",
+        0.0
+      ],
+      [
+        "imentary",
+        0.0
+      ],
+      [
+        "▁unlocking",
+        0.0
+      ],
+      [
+        "▁unfit",
+        0.0
+      ],
+      [
+        "weed",
+        0.0
+      ],
+      [
+        "enario",
+        0.0
+      ],
+      [
+        "atical",
+        0.0
+      ],
+      [
+        "▁Enlightenment",
+        0.0
+      ],
+      [
+        "▁NG",
+        0.0
+      ],
+      [
+        "▁Compensation",
+        0.0
+      ],
+      [
+        "deen",
+        0.0
+      ],
+      [
+        "▁Widow",
+        0.0
+      ],
+      [
+        "▁Cindy",
+        0.0
+      ],
+      [
+        "▁Afterwards",
+        0.0
+      ],
+      [
+        "▁6000",
+        0.0
+      ],
+      [
+        "ikhail",
+        0.0
+      ],
+      [
+        "agically",
+        0.0
+      ],
+      [
+        "▁ratified",
+        0.0
+      ],
+      [
+        "▁casualty",
+        0.0
+      ],
+      [
+        "HOME",
+        0.0
+      ],
+      [
+        "psey",
+        0.0
+      ],
+      [
+        "fee",
+        0.0
+      ],
+      [
+        "▁sparkling",
+        0.0
+      ],
+      [
+        "▁dé",
+        0.0
+      ],
+      [
+        "▁concerted",
+        0.0
+      ],
+      [
+        "Catal",
+        0.0
+      ],
+      [
+        "▁complying",
+        0.0
+      ],
+      [
+        "▁Ares",
+        0.0
+      ],
+      [
+        "▁Dent",
+        0.0
+      ],
+      [
+        "Shut",
+        0.0
+      ],
+      [
+        "▁skim",
+        0.0
+      ],
+      [
+        "administ",
+        0.0
+      ],
+      [
+        "▁hostilities",
+        0.0
+      ],
+      [
+        "▁Gins",
+        0.0
+      ],
+      [
+        "▁608",
+        0.0
+      ],
+      [
+        "▁muddy",
+        0.0
+      ],
+      [
+        "▁McInt",
+        0.0
+      ],
+      [
+        "▁Decay",
+        0.0
+      ],
+      [
+        "525",
+        0.0
+      ],
+      [
+        "▁conspicuous",
+        0.0
+      ],
+      [
+        "▁Exposure",
+        0.0
+      ],
+      [
+        "▁rescind",
+        0.0
+      ],
+      [
+        "▁wearable",
+        0.0
+      ],
+      [
+        "▁328",
+        0.0
+      ],
+      [
+        "ourmet",
+        0.0
+      ],
+      [
+        "ahs",
+        0.0
+      ],
+      [
+        "▁Robots",
+        0.0
+      ],
+      [
+        "▁eclips",
+        0.0
+      ],
+      [
+        "instance",
+        0.0
+      ],
+      [
+        "▁REPORT",
+        0.0
+      ],
+      [
+        "▁Appl",
+        0.0
+      ],
+      [
+        "030",
+        0.0
+      ],
+      [
+        "▁Skies",
+        0.0
+      ],
+      [
+        "0100",
+        0.0
+      ],
+      [
+        "▁fallacy",
+        0.0
+      ],
+      [
+        "Socket",
+        0.0
+      ],
+      [
+        "▁Receiver",
+        0.0
+      ],
+      [
+        "▁solves",
+        0.0
+      ],
+      [
+        "▁Butterfly",
+        0.0
+      ],
+      [
+        "▁Shopping",
+        0.0
+      ],
+      [
+        "▁FIRE",
+        0.0
+      ],
+      [
+        "654",
+        0.0
+      ],
+      [
+        "Medic",
+        0.0
+      ],
+      [
+        "▁singers",
+        0.0
+      ],
+      [
+        "▁Needless",
+        0.0
+      ],
+      [
+        "''''",
+        0.0
+      ],
+      [
+        "ishers",
+        0.0
+      ],
+      [
+        "▁Dive",
+        0.0
+      ],
+      [
+        "588",
+        0.0
+      ],
+      [
+        "▁selectively",
+        0.0
+      ],
+      [
+        "▁clumsy",
+        0.0
+      ],
+      [
+        "889",
+        0.0
+      ],
+      [
+        "▁purchaser",
+        0.0
+      ],
+      [
+        "earned",
+        0.0
+      ],
+      [
+        "ardy",
+        0.0
+      ],
+      [
+        "▁benefiting",
+        0.0
+      ],
+      [
+        "english",
+        0.0
+      ],
+      [
+        "▁yielding",
+        0.0
+      ],
+      [
+        "▁Pour",
+        0.0
+      ],
+      [
+        "▁spinach",
+        0.0
+      ],
+      [
+        "▁delve",
+        0.0
+      ],
+      [
+        "▁Crom",
+        0.0
+      ],
+      [
+        "610",
+        0.0
+      ],
+      [
+        "▁exporting",
+        0.0
+      ],
+      [
+        "▁MAKE",
+        0.0
+      ],
+      [
+        "▁263",
+        0.0
+      ],
+      [
+        "▁grop",
+        0.0
+      ],
+      [
+        "▁envoy",
+        0.0
+      ],
+      [
+        "▁Inquiry",
+        0.0
+      ],
+      [
+        "▁Luigi",
+        0.0
+      ],
+      [
+        "dry",
+        0.0
+      ],
+      [
+        "▁Turing",
+        0.0
+      ],
+      [
+        "ThumbnailImage",
+        0.0
+      ],
+      [
+        "▁Variety",
+        0.0
+      ],
+      [
+        "▁facet",
+        0.0
+      ],
+      [
+        "▁fluffy",
+        0.0
+      ],
+      [
+        "▁excerpts",
+        0.0
+      ],
+      [
+        "▁shorth",
+        0.0
+      ],
+      [
+        "▁Olsen",
+        0.0
+      ],
+      [
+        "CLUD",
+        0.0
+      ],
+      [
+        "▁reliant",
+        0.0
+      ],
+      [
+        "▁UNC",
+        0.0
+      ],
+      [
+        "Tour",
+        0.0
+      ],
+      [
+        "▁bathing",
+        0.0
+      ],
+      [
+        "Company",
+        0.0
+      ],
+      [
+        "▁globalization",
+        0.0
+      ],
+      [
+        "Pred",
+        0.0
+      ],
+      [
+        "▁Malfoy",
+        0.0
+      ],
+      [
+        "▁hoc",
+        0.0
+      ],
+      [
+        "jam",
+        0.0
+      ],
+      [
+        "crafted",
+        0.0
+      ],
+      [
+        "▁Bonds",
+        0.0
+      ],
+      [
+        "▁Kissinger",
+        0.0
+      ],
+      [
+        "England",
+        0.0
+      ],
+      [
+        "▁orderly",
+        0.0
+      ],
+      [
+        "catentry",
+        0.0
+      ],
+      [
+        "▁261",
+        0.0
+      ],
+      [
+        "▁exchanging",
+        0.0
+      ],
+      [
+        "▁Intent",
+        0.0
+      ],
+      [
+        "▁Amendments",
+        0.0
+      ],
+      [
+        "DOM",
+        0.0
+      ],
+      [
+        "▁stout",
+        0.0
+      ],
+      [
+        "³³³³³³³³³³³³³³³³",
+        0.0
+      ],
+      [
+        "▁Airbus",
+        0.0
+      ],
+      [
+        "▁278",
+        0.0
+      ],
+      [
+        "hyde",
+        0.0
+      ],
+      [
+        "Poll",
+        0.0
+      ],
+      [
+        "ItemThumbnailImage",
+        0.0
+      ],
+      [
+        "▁loopholes",
+        0.0
+      ],
+      [
+        "▁Pillar",
+        0.0
+      ],
+      [
+        "▁explor",
+        0.0
+      ],
+      [
+        "Stretch",
+        0.0
+      ],
+      [
+        "Apart",
+        0.0
+      ],
+      [
+        "▁unmarried",
+        0.0
+      ],
+      [
+        "Limit",
+        0.0
+      ],
+      [
+        "▁Transformers",
+        0.0
+      ],
+      [
+        "▁intellectually",
+        0.0
+      ],
+      [
+        "uncture",
+        0.0
+      ],
+      [
+        "1800",
+        0.0
+      ],
+      [
+        "▁darn",
+        0.0
+      ],
+      [
+        "Brazil",
+        0.0
+      ],
+      [
+        "▁leftover",
+        0.0
+      ],
+      [
+        "berus",
+        0.0
+      ],
+      [
+        "fred",
+        0.0
+      ],
+      [
+        "Minecraft",
+        0.0
+      ],
+      [
+        "326",
+        0.0
+      ],
+      [
+        "▁Forms",
+        0.0
+      ],
+      [
+        "▁proofs",
+        0.0
+      ],
+      [
+        "▁Designed",
+        0.0
+      ],
+      [
+        "▁indexes",
+        0.0
+      ],
+      [
+        "▁Suppose",
+        0.0
+      ],
+      [
+        "EMS",
+        0.0
+      ],
+      [
+        "▁Loving",
+        0.0
+      ],
+      [
+        "▁Bonnie",
+        0.0
+      ],
+      [
+        "imating",
+        0.0
+      ],
+      [
+        "OTUS",
+        0.0
+      ],
+      [
+        "▁conductor",
+        0.0
+      ],
+      [
+        "▁behaved",
+        0.0
+      ],
+      [
+        "▁Fren",
+        0.0
+      ],
+      [
+        "▁synerg",
+        0.0
+      ],
+      [
+        "▁millennium",
+        0.0
+      ],
+      [
+        "▁catering",
+        0.0
+      ],
+      [
+        "▁Lauder",
+        0.0
+      ],
+      [
+        "Wr",
+        0.0
+      ],
+      [
+        "▁Yiannopoulos",
+        0.0
+      ],
+      [
+        "▁ATF",
+        0.0
+      ],
+      [
+        "▁enslaved",
+        0.0
+      ],
+      [
+        "▁awakened",
+        0.0
+      ],
+      [
+        "DVD",
+        0.0
+      ],
+      [
+        "▁EDITION",
+        0.0
+      ],
+      [
+        "▁Concert",
+        0.0
+      ],
+      [
+        "▁Challenger",
+        0.0
+      ],
+      [
+        "▁Haku",
+        0.0
+      ],
+      [
+        "umeric",
+        0.0
+      ],
+      [
+        "▁deprecated",
+        0.0
+      ],
+      [
+        "▁SHAR",
+        0.0
+      ],
+      [
+        "412",
+        0.0
+      ],
+      [
+        "▁dystop",
+        0.0
+      ],
+      [
+        "▁trembling",
+        0.0
+      ],
+      [
+        "▁dreaded",
+        0.0
+      ],
+      [
+        "▁Spac",
+        0.0
+      ],
+      [
+        "padding",
+        0.0
+      ],
+      [
+        "Repl",
+        0.0
+      ],
+      [
+        "▁Garrison",
+        0.0
+      ],
+      [
+        "Mini",
+        0.0
+      ],
+      [
+        "▁unparalleled",
+        0.0
+      ],
+      [
+        "amar",
+        0.0
+      ],
+      [
+        "URRENT",
+        0.0
+      ],
+      [
+        "wreck",
+        0.0
+      ],
+      [
+        "certain",
+        0.0
+      ],
+      [
+        "tal",
+        0.0
+      ],
+      [
+        "▁CLS",
+        0.0
+      ],
+      [
+        "appings",
+        0.0
+      ],
+      [
+        "▁sensed",
+        0.0
+      ],
+      [
+        "▁fencing",
+        0.0
+      ],
+      [
+        "▁Paso",
+        0.0
+      ],
+      [
+        "▁Desk",
+        0.0
+      ],
+      [
+        "▁scoff",
+        0.0
+      ],
+      [
+        "▁contemplate",
+        0.0
+      ],
+      [
+        "▁Liga",
+        0.0
+      ],
+      [
+        "liquid",
+        0.0
+      ],
+      [
+        "757",
+        0.0
+      ],
+      [
+        "▁apprentice",
+        0.0
+      ],
+      [
+        "▁UCHIJ",
+        0.0
+      ],
+      [
+        "570",
+        0.0
+      ],
+      [
+        "▁Thousand",
+        0.0
+      ],
+      [
+        "▁Illum",
+        0.0
+      ],
+      [
+        "▁championed",
+        0.0
+      ],
+      [
+        "ãĤĮ",
+        0.0
+      ],
+      [
+        "▁electors",
+        0.0
+      ],
+      [
+        "▁398",
+        0.0
+      ],
+      [
+        "▁Hancock",
+        0.0
+      ],
+      [
+        "rounded",
+        0.0
+      ],
+      [
+        "▁JOHN",
+        0.0
+      ],
+      [
+        "▁unsatisf",
+        0.0
+      ],
+      [
+        "▁qualifier",
+        0.0
+      ],
+      [
+        "▁Gadget",
+        0.0
+      ],
+      [
+        "ENE",
+        0.0
+      ],
+      [
+        "▁deadliest",
+        0.0
+      ],
+      [
+        "▁Plants",
+        0.0
+      ],
+      [
+        "▁ions",
+        0.0
+      ],
+      [
+        "▁accents",
+        0.0
+      ],
+      [
+        "▁tweaking",
+        0.0
+      ],
+      [
+        "▁shaved",
+        0.0
+      ],
+      [
+        "FREE",
+        0.0
+      ],
+      [
+        "▁Chaser",
+        0.0
+      ],
+      [
+        "Against",
+        0.0
+      ],
+      [
+        "960",
+        0.0
+      ],
+      [
+        "▁methamphetamine",
+        0.0
+      ],
+      [
+        "▁normalized",
+        0.0
+      ],
+      [
+        "▁$\\",
+        0.0
+      ],
+      [
+        "▁Precision",
+        0.0
+      ],
+      [
+        "▁Guam",
+        0.0
+      ],
+      [
+        "▁choked",
+        0.0
+      ],
+      [
+        "▁XII",
+        0.0
+      ],
+      [
+        "▁Casting",
+        0.0
+      ],
+      [
+        "Torrent",
+        0.0
+      ],
+      [
+        "▁scalp",
+        0.0
+      ],
+      [
+        "▁Jaguar",
+        0.0
+      ],
+      [
+        "wit",
+        0.0
+      ],
+      [
+        "▁semic",
+        0.0
+      ],
+      [
+        "ixie",
+        0.0
+      ],
+      [
+        "▁Gould",
+        0.0
+      ],
+      [
+        "▁confines",
+        0.0
+      ],
+      [
+        "Nusra",
+        0.0
+      ],
+      [
+        "▁Lon",
+        0.0
+      ],
+      [
+        "▁Jugg",
+        0.0
+      ],
+      [
+        "ycle",
+        0.0
+      ],
+      [
+        "▁Codec",
+        0.0
+      ],
+      [
+        "Egypt",
+        0.0
+      ],
+      [
+        "▁restrain",
+        0.0
+      ],
+      [
+        "▁Aliens",
+        0.0
+      ],
+      [
+        "▁choking",
+        0.0
+      ],
+      [
+        "▁Dunk",
+        0.0
+      ],
+      [
+        "▁Bella",
+        0.0
+      ],
+      [
+        "abc",
+        0.0
+      ],
+      [
+        "▁slang",
+        0.0
+      ],
+      [
+        "▁neurotrans",
+        0.0
+      ],
+      [
+        "sav",
+        0.0
+      ],
+      [
+        "▁empowerment",
+        0.0
+      ],
+      [
+        "âĨĴ",
+        0.0
+      ],
+      [
+        "▁climbers",
+        0.0
+      ],
+      [
+        "▁Mim",
+        0.0
+      ],
+      [
+        "▁Fra",
+        0.0
+      ],
+      [
+        "rosse",
+        0.0
+      ],
+      [
+        "Capital",
+        0.0
+      ],
+      [
+        "▁Cthulhu",
+        0.0
+      ],
+      [
+        "Interface",
+        0.0
+      ],
+      [
+        "▁proficient",
+        0.0
+      ],
+      [
+        "▁INTO",
+        0.0
+      ],
+      [
+        "▁318",
+        0.0
+      ],
+      [
+        "rontal",
+        0.0
+      ],
+      [
+        "580",
+        0.0
+      ],
+      [
+        "▁Despair",
+        0.0
+      ],
+      [
+        "Kenn",
+        0.0
+      ],
+      [
+        "▁scrimmage",
+        0.0
+      ],
+      [
+        "▁Coat",
+        0.0
+      ],
+      [
+        "asions",
+        0.0
+      ],
+      [
+        "▁wallpaper",
+        0.0
+      ],
+      [
+        "▁Jol",
+        0.0
+      ],
+      [
+        "▁resurgence",
+        0.0
+      ],
+      [
+        "▁antiv",
+        0.0
+      ],
+      [
+        "▁Balls",
+        0.0
+      ],
+      [
+        "²¾",
+        0.0
+      ],
+      [
+        "▁buffers",
+        0.0
+      ],
+      [
+        "▁subsystem",
+        0.0
+      ],
+      [
+        "▁Stellar",
+        0.0
+      ],
+      [
+        "▁Lung",
+        0.0
+      ],
+      [
+        "AIDS",
+        0.0
+      ],
+      [
+        "▁eradicate",
+        0.0
+      ],
+      [
+        "▁blatantly",
+        0.0
+      ],
+      [
+        "▁behaves",
+        0.0
+      ],
+      [
+        "▁Nun",
+        0.0
+      ],
+      [
+        "▁antics",
+        0.0
+      ],
+      [
+        "export",
+        0.0
+      ],
+      [
+        "DEV",
+        0.0
+      ],
+      [
+        "wb",
+        0.0
+      ],
+      [
+        "▁php",
+        0.0
+      ],
+      [
+        "▁Integrity",
+        0.0
+      ],
+      [
+        "▁explorer",
+        0.0
+      ],
+      [
+        "▁revolving",
+        0.0
+      ],
+      [
+        "authored",
+        0.0
+      ],
+      [
+        "gans",
+        0.0
+      ],
+      [
+        "▁bask",
+        0.0
+      ],
+      [
+        "▁asynchronous",
+        0.0
+      ],
+      [
+        "åį",
+        0.0
+      ],
+      [
+        "THING",
+        0.0
+      ],
+      [
+        "698",
+        0.0
+      ],
+      [
+        "Gene",
+        0.0
+      ],
+      [
+        "▁Racer",
+        0.0
+      ],
+      [
+        "▁Nico",
+        0.0
+      ],
+      [
+        "issued",
+        0.0
+      ],
+      [
+        "▁sermon",
+        0.0
+      ],
+      [
+        "possibly",
+        0.0
+      ],
+      [
+        "▁sizeof",
+        0.0
+      ],
+      [
+        "▁entrepreneurial",
+        0.0
+      ],
+      [
+        "oxin",
+        0.0
+      ],
+      [
+        "▁Minerva",
+        0.0
+      ],
+      [
+        "▁platoon",
+        0.0
+      ],
+      [
+        "nos",
+        0.0
+      ],
+      [
+        "riks",
+        0.0
+      ],
+      [
+        "AUT",
+        0.0
+      ],
+      [
+        "▁Avalanche",
+        0.0
+      ],
+      [
+        "▁Desc",
+        0.0
+      ],
+      [
+        "ij士",
+        0.0
+      ],
+      [
+        "▁Poc",
+        0.0
+      ],
+      [
+        "▁conferred",
+        0.0
+      ],
+      [
+        "λ",
+        0.0
+      ],
+      [
+        "▁patched",
+        0.0
+      ],
+      [
+        "FBI",
+        0.0
+      ],
+      [
+        "662",
+        0.0
+      ],
+      [
+        "▁fractures",
+        0.0
+      ],
+      [
+        "▁detects",
+        0.0
+      ],
+      [
+        "▁dedicate",
+        0.0
+      ],
+      [
+        "▁constituent",
+        0.0
+      ],
+      [
+        "▁cosmos",
+        0.0
+      ],
+      [
+        "WT",
+        0.0
+      ],
+      [
+        "▁sweats",
+        0.0
+      ],
+      [
+        "▁sprung",
+        0.0
+      ],
+      [
+        "bara",
+        0.0
+      ],
+      [
+        "solid",
+        0.0
+      ],
+      [
+        "▁unsus",
+        0.0
+      ],
+      [
+        "▁bulky",
+        0.0
+      ],
+      [
+        "▁Philippe",
+        0.0
+      ],
+      [
+        "▁Fenrir",
+        0.0
+      ],
+      [
+        "▁therapists",
+        0.0
+      ],
+      [
+        "oreal",
+        0.0
+      ],
+      [
+        "^^^^",
+        0.0
+      ],
+      [
+        "▁totaled",
+        0.0
+      ],
+      [
+        "▁booze",
+        0.0
+      ],
+      [
+        "▁RPC",
+        0.0
+      ],
+      [
+        "Prosecutors",
+        0.0
+      ],
+      [
+        "▁diseng",
+        0.0
+      ],
+      [
+        "▁Shared",
+        0.0
+      ],
+      [
+        "▁motorcycles",
+        0.0
+      ],
+      [
+        "▁inventions",
+        0.0
+      ],
+      [
+        "▁lettuce",
+        0.0
+      ],
+      [
+        "▁Merge",
+        0.0
+      ],
+      [
+        "▁JC",
+        0.0
+      ],
+      [
+        "▁spirituality",
+        0.0
+      ],
+      [
+        "▁WARNING",
+        0.0
+      ],
+      [
+        "▁unlucky",
+        0.0
+      ],
+      [
+        "▁Tess",
+        0.0
+      ],
+      [
+        "▁tongues",
+        0.0
+      ],
+      [
+        "▁DUI",
+        0.0
+      ],
+      [
+        "Tumblr",
+        0.0
+      ],
+      [
+        "▁leans",
+        0.0
+      ],
+      [
+        "▁invaders",
+        0.0
+      ],
+      [
+        "▁canopy",
+        0.0
+      ],
+      [
+        "▁Hurricanes",
+        0.0
+      ],
+      [
+        "▁Bret",
+        0.0
+      ],
+      [
+        "▁APPLIC",
+        0.0
+      ],
+      [
+        "idine",
+        0.0
+      ],
+      [
+        "ickle",
+        0.0
+      ],
+      [
+        "Regarding",
+        0.0
+      ],
+      [
+        "▁veggies",
+        0.0
+      ],
+      [
+        "▁ejac",
+        0.0
+      ],
+      [
+        "juven",
+        0.0
+      ],
+      [
+        "Fish",
+        0.0
+      ],
+      [
+        "DEM",
+        0.0
+      ],
+      [
+        "▁Dino",
+        0.0
+      ],
+      [
+        "Throw",
+        0.0
+      ],
+      [
+        "▁Checking",
+        0.0
+      ],
+      [
+        "beard",
+        0.0
+      ],
+      [
+        "(&",
+        0.0
+      ],
+      [
+        "▁jails",
+        0.0
+      ],
+      [
+        "▁hr",
+        0.0
+      ],
+      [
+        "transfer",
+        0.0
+      ],
+      [
+        "ivating",
+        0.0
+      ],
+      [
+        "▁fleets",
+        0.0
+      ],
+      [
+        "▁Imag",
+        0.0
+      ],
+      [
+        "▁McDonnell",
+        0.0
+      ],
+      [
+        "▁snippet",
+        0.0
+      ],
+      [
+        "Isa",
+        0.0
+      ],
+      [
+        "▁Chatt",
+        0.0
+      ],
+      [
+        "▁Stain",
+        0.0
+      ],
+      [
+        "▁SetFontSize",
+        0.0
+      ],
+      [
+        "▁Oy",
+        0.0
+      ],
+      [
+        "▁Mathematics",
+        0.0
+      ],
+      [
+        "494",
+        0.0
+      ],
+      [
+        "▁electroly",
+        0.0
+      ],
+      [
+        "▁Gott",
+        0.0
+      ],
+      [
+        "▁Bras",
+        0.0
+      ],
+      [
+        "BOOK",
+        0.0
+      ],
+      [
+        "▁Finger",
+        0.0
+      ],
+      [
+        "dump",
+        0.0
+      ],
+      [
+        "▁mutants",
+        0.0
+      ],
+      [
+        "▁rentals",
+        0.0
+      ],
+      [
+        "▁intertw",
+        0.0
+      ],
+      [
+        "▁creek",
+        0.0
+      ],
+      [
+        "aila",
+        0.0
+      ],
+      [
+        "Brother",
+        0.0
+      ],
+      [
+        "▁Discord",
+        0.0
+      ],
+      [
+        "pee",
+        0.0
+      ],
+      [
+        "rawler",
+        0.0
+      ],
+      [
+        "▁carp",
+        0.0
+      ],
+      [
+        "▁279",
+        0.0
+      ],
+      [
+        "ãĤ·ãĥ£",
+        0.0
+      ],
+      [
+        "relations",
+        0.0
+      ],
+      [
+        "▁contrasts",
+        0.0
+      ],
+      [
+        "Column",
+        0.0
+      ],
+      [
+        "▁reconnaissance",
+        0.0
+      ],
+      [
+        "▁unknow",
+        0.0
+      ],
+      [
+        "▁looting",
+        0.0
+      ],
+      [
+        "▁regulates",
+        0.0
+      ],
+      [
+        "▁optimum",
+        0.0
+      ],
+      [
+        "▁Cherokee",
+        0.0
+      ],
+      [
+        "▁Ary",
+        0.0
+      ],
+      [
+        "Latest",
+        0.0
+      ],
+      [
+        "▁roadside",
+        0.0
+      ],
+      [
+        "▁danced",
+        0.0
+      ],
+      [
+        "▁Unicorn",
+        0.0
+      ],
+      [
+        "Acknowled",
+        0.0
+      ],
+      [
+        "▁uncontroll",
+        0.0
+      ],
+      [
+        "▁MUS",
+        0.0
+      ],
+      [
+        "atio",
+        0.0
+      ],
+      [
+        "chance",
+        0.0
+      ],
+      [
+        "haven",
+        0.0
+      ],
+      [
+        "VALUE",
+        0.0
+      ],
+      [
+        "▁favourites",
+        0.0
+      ],
+      [
+        "▁ceremonial",
+        0.0
+      ],
+      [
+        "binary",
+        0.0
+      ],
+      [
+        "peed",
+        0.0
+      ],
+      [
+        "woods",
+        0.0
+      ],
+      [
+        "EMP",
+        0.0
+      ],
+      [
+        "▁vascular",
+        0.0
+      ],
+      [
+        "▁contemplated",
+        0.0
+      ],
+      [
+        "▁barren",
+        0.0
+      ],
+      [
+        "▁LIST",
+        0.0
+      ],
+      [
+        "Yellow",
+        0.0
+      ],
+      [
+        "osponsors",
+        0.0
+      ],
+      [
+        "▁whisky",
+        0.0
+      ],
+      [
+        "▁Mamm",
+        0.0
+      ],
+      [
+        "▁DeVos",
+        0.0
+      ],
+      [
+        "minimum",
+        0.0
+      ],
+      [
+        "Hung",
+        0.0
+      ],
+      [
+        "442",
+        0.0
+      ],
+      [
+        "Pic",
+        0.0
+      ],
+      [
+        "▁Snapdragon",
+        0.0
+      ],
+      [
+        "776",
+        0.0
+      ],
+      [
+        "▁carving",
+        0.0
+      ],
+      [
+        "▁undecided",
+        0.0
+      ],
+      [
+        "▁advantageous",
+        0.0
+      ],
+      [
+        "▁palms",
+        0.0
+      ],
+      [
+        "▁AQ",
+        0.0
+      ],
+      [
+        "▁starch",
+        0.0
+      ],
+      [
+        "Loop",
+        0.0
+      ],
+      [
+        "▁paddle",
+        0.0
+      ],
+      [
+        "▁flaming",
+        0.0
+      ],
+      [
+        "▁Horizons",
+        0.0
+      ],
+      [
+        "Animation",
+        0.0
+      ],
+      [
+        "boost",
+        0.0
+      ],
+      [
+        "▁probabilities",
+        0.0
+      ],
+      [
+        "▁Mish",
+        0.0
+      ],
+      [
+        "▁exodus",
+        0.0
+      ],
+      [
+        "▁Editorial",
+        0.0
+      ],
+      [
+        "▁fungus",
+        0.0
+      ],
+      [
+        "▁dissenting",
+        0.0
+      ],
+      [
+        "▁Delicious",
+        0.0
+      ],
+      [
+        "rogram",
+        0.0
+      ],
+      [
+        "▁Dyn",
+        0.0
+      ],
+      [
+        "disk",
+        0.0
+      ],
+      [
+        "tom",
+        0.0
+      ],
+      [
+        "▁fabrics",
+        0.0
+      ],
+      [
+        "▁Cove",
+        0.0
+      ],
+      [
+        "▁Bans",
+        0.0
+      ],
+      [
+        "▁soften",
+        0.0
+      ],
+      [
+        "▁CONS",
+        0.0
+      ],
+      [
+        "▁ineligible",
+        0.0
+      ],
+      [
+        "▁estimating",
+        0.0
+      ],
+      [
+        "▁Lexington",
+        0.0
+      ],
+      [
+        "practice",
+        0.0
+      ],
+      [
+        "ofi",
+        0.0
+      ],
+      [
+        "▁shedding",
+        0.0
+      ],
+      [
+        "▁Nope",
+        0.0
+      ],
+      [
+        "▁breathed",
+        0.0
+      ],
+      [
+        "▁Corinthians",
+        0.0
+      ],
+      [
+        "yne",
+        0.0
+      ],
+      [
+        "eki",
+        0.0
+      ],
+      [
+        "Bull",
+        0.0
+      ],
+      [
+        "▁attaching",
+        0.0
+      ],
+      [
+        "reenshots",
+        0.0
+      ],
+      [
+        "▁analyse",
+        0.0
+      ],
+      [
+        "▁Kappa",
+        0.0
+      ],
+      [
+        "▁unsustainable",
+        0.0
+      ],
+      [
+        "▁interpol",
+        0.0
+      ],
+      [
+        "anky",
+        0.0
+      ],
+      [
+        "hemer",
+        0.0
+      ],
+      [
+        "▁protagonists",
+        0.0
+      ],
+      [
+        "▁formatted",
+        0.0
+      ],
+      [
+        "▁Bryce",
+        0.0
+      ],
+      [
+        "▁Achilles",
+        0.0
+      ],
+      [
+        "▁Abedin",
+        0.0
+      ],
+      [
+        "shock",
+        0.0
+      ],
+      [
+        "▁bum",
+        0.0
+      ],
+      [
+        "bos",
+        0.0
+      ],
+      [
+        "qua",
+        0.0
+      ],
+      [
+        "▁Warn",
+        0.0
+      ],
+      [
+        "qt",
+        0.0
+      ],
+      [
+        "▁Diabetes",
+        0.0
+      ],
+      [
+        "864",
+        0.0
+      ],
+      [
+        "▁Invisible",
+        0.0
+      ],
+      [
+        "▁vanish",
+        0.0
+      ],
+      [
+        "▁transmitting",
+        0.0
+      ],
+      [
+        "▁murky",
+        0.0
+      ],
+      [
+        "▁Fei",
+        0.0
+      ],
+      [
+        "▁awaited",
+        0.0
+      ],
+      [
+        "▁Jurassic",
+        0.0
+      ],
+      [
+        "ummies",
+        0.0
+      ],
+      [
+        "▁menacing",
+        0.0
+      ],
+      [
+        "gall",
+        0.0
+      ],
+      [
+        "Cath",
+        0.0
+      ],
+      [
+        "Built",
+        0.0
+      ],
+      [
+        "ildo",
+        0.0
+      ],
+      [
+        "▁Votes",
+        0.0
+      ],
+      [
+        "▁ont",
+        0.0
+      ],
+      [
+        "▁munitions",
+        0.0
+      ],
+      [
+        "▁Freem",
+        0.0
+      ],
+      [
+        "ÃŃn",
+        0.0
+      ],
+      [
+        "▁decency",
+        0.0
+      ],
+      [
+        "lopp",
+        0.0
+      ],
+      [
+        "ieved",
+        0.0
+      ],
+      [
+        "▁Gord",
+        0.0
+      ],
+      [
+        "▁unthinkable",
+        0.0
+      ],
+      [
+        "▁Newsweek",
+        0.0
+      ],
+      [
+        "▁321",
+        0.0
+      ],
+      [
+        "Heat",
+        0.0
+      ],
+      [
+        "▁presenter",
+        0.0
+      ],
+      [
+        "jiang",
+        0.0
+      ],
+      [
+        "▁plank",
+        0.0
+      ],
+      [
+        "▁Avalon",
+        0.0
+      ],
+      [
+        "▁benz",
+        0.0
+      ],
+      [
+        "▁Rout",
+        0.0
+      ],
+      [
+        "▁slamming",
+        0.0
+      ],
+      [
+        "▁Dai",
+        0.0
+      ],
+      [
+        "outer",
+        0.0
+      ],
+      [
+        "▁Cookie",
+        0.0
+      ],
+      [
+        "▁Alicia",
+        0.0
+      ],
+      [
+        "gey",
+        0.0
+      ],
+      [
+        "▁vanity",
+        0.0
+      ],
+      [
+        "▁owl",
+        0.0
+      ],
+      [
+        "áµ",
+        0.0
+      ],
+      [
+        "tested",
+        0.0
+      ],
+      [
+        "▁Awakens",
+        0.0
+      ],
+      [
+        "▁canv",
+        0.0
+      ],
+      [
+        "▁blindly",
+        0.0
+      ],
+      [
+        "▁Ridley",
+        0.0
+      ],
+      [
+        "▁Emails",
+        0.0
+      ],
+      [
+        "Requires",
+        0.0
+      ],
+      [
+        "▁Serbian",
+        0.0
+      ],
+      [
+        "ographed",
+        0.0
+      ],
+      [
+        "iframe",
+        0.0
+      ],
+      [
+        "eteria",
+        0.0
+      ],
+      [
+        "▁alternating",
+        0.0
+      ],
+      [
+        "quiet",
+        0.0
+      ],
+      [
+        "▁sociology",
+        0.0
+      ],
+      [
+        "▁Unlock",
+        0.0
+      ],
+      [
+        "▁Communism",
+        0.0
+      ],
+      [
+        "▁ops",
+        0.0
+      ],
+      [
+        "▁attribution",
+        0.0
+      ],
+      [
+        "▁abduction",
+        0.0
+      ],
+      [
+        "▁Abram",
+        0.0
+      ],
+      [
+        "▁sidelined",
+        0.0
+      ],
+      [
+        "▁BOOK",
+        0.0
+      ],
+      [
+        "▁refining",
+        0.0
+      ],
+      [
+        "▁Feeling",
+        0.0
+      ],
+      [
+        "▁Oslo",
+        0.0
+      ],
+      [
+        "▁Pruitt",
+        0.0
+      ],
+      [
+        "rack",
+        0.0
+      ],
+      [
+        "angible",
+        0.0
+      ],
+      [
+        "▁cautiously",
+        0.0
+      ],
+      [
+        "▁MARK",
+        0.0
+      ],
+      [
+        "eeds",
+        0.0
+      ],
+      [
+        "Mouse",
+        0.0
+      ],
+      [
+        "▁Steph",
+        0.0
+      ],
+      [
+        "▁Pair",
+        0.0
+      ],
+      [
+        "Sab",
+        0.0
+      ],
+      [
+        "997",
+        0.0
+      ],
+      [
+        "▁Baal",
+        0.0
+      ],
+      [
+        "Bec",
+        0.0
+      ],
+      [
+        "▁comma",
+        0.0
+      ],
+      [
+        "▁Pall",
+        0.0
+      ],
+      [
+        "▁Gael",
+        0.0
+      ],
+      [
+        "▁misunderstand",
+        0.0
+      ],
+      [
+        "▁Pesh",
+        0.0
+      ],
+      [
+        "Orderable",
+        0.0
+      ],
+      [
+        "▁dismal",
+        0.0
+      ],
+      [
+        "▁Shiny",
+        0.0
+      ],
+      [
+        "%\"",
+        0.0
+      ],
+      [
+        "▁realistically",
+        0.0
+      ],
+      [
+        "▁patio",
+        0.0
+      ],
+      [
+        "▁Gw",
+        0.0
+      ],
+      [
+        "▁Virtue",
+        0.0
+      ],
+      [
+        "▁exhausting",
+        0.0
+      ],
+      [
+        "whatever",
+        0.0
+      ],
+      [
+        "ophys",
+        0.0
+      ],
+      [
+        "yip",
+        0.0
+      ],
+      [
+        "418",
+        0.0
+      ],
+      [
+        "Adjust",
+        0.0
+      ],
+      [
+        "▁Waiting",
+        0.0
+      ],
+      [
+        "esson",
+        0.0
+      ],
+      [
+        "▁Mazda",
+        0.0
+      ],
+      [
+        "▁Dozens",
+        0.0
+      ],
+      [
+        "▁streamlined",
+        0.0
+      ],
+      [
+        "▁incompetence",
+        0.0
+      ],
+      [
+        "▁Meth",
+        0.0
+      ],
+      [
+        "▁ethos",
+        0.0
+      ],
+      [
+        "ONES",
+        0.0
+      ],
+      [
+        "▁incentiv",
+        0.0
+      ],
+      [
+        "▁gritty",
+        0.0
+      ],
+      [
+        "▁Butcher",
+        0.0
+      ],
+      [
+        "Header",
+        0.0
+      ],
+      [
+        "▁exponential",
+        0.0
+      ],
+      [
+        "ÃŁ",
+        0.0
+      ],
+      [
+        "▁correlate",
+        0.0
+      ],
+      [
+        "▁consensual",
+        0.0
+      ],
+      [
+        "sounding",
+        0.0
+      ],
+      [
+        "Ring",
+        0.0
+      ],
+      [
+        "Origin",
+        0.0
+      ],
+      [
+        "▁conclusive",
+        0.0
+      ],
+      [
+        "feet",
+        0.0
+      ],
+      [
+        "acly",
+        0.0
+      ],
+      [
+        "▁Fernandez",
+        0.0
+      ],
+      [
+        "Buyable",
+        0.0
+      ],
+      [
+        "▁ducks",
+        0.0
+      ],
+      [
+        "auntlets",
+        0.0
+      ],
+      [
+        "▁elong",
+        0.0
+      ],
+      [
+        "▁286",
+        0.0
+      ],
+      [
+        "▁simul",
+        0.0
+      ],
+      [
+        "Gas",
+        0.0
+      ],
+      [
+        "▁Kirst",
+        0.0
+      ],
+      [
+        "▁protr",
+        0.0
+      ],
+      [
+        "▁Robo",
+        0.0
+      ],
+      [
+        "▁AoE",
+        0.0
+      ],
+      [
+        "opol",
+        0.0
+      ],
+      [
+        "▁psychologically",
+        0.0
+      ],
+      [
+        "spin",
+        0.0
+      ],
+      [
+        "ilaterally",
+        0.0
+      ],
+      [
+        "▁Conrad",
+        0.0
+      ],
+      [
+        "Wave",
+        0.0
+      ],
+      [
+        "441",
+        0.0
+      ],
+      [
+        "▁Advertisement",
+        0.0
+      ],
+      [
+        "▁Harmon",
+        0.0
+      ],
+      [
+        "▁Oriental",
+        0.0
+      ],
+      [
+        "isSpecial",
+        0.0
+      ],
+      [
+        "▁presumptive",
+        0.0
+      ],
+      [
+        "▁wil",
+        0.0
+      ],
+      [
+        "▁Kier",
+        0.0
+      ],
+      [
+        "nea",
+        0.0
+      ],
+      [
+        "▁ppm",
+        0.0
+      ],
+      [
+        "▁harbour",
+        0.0
+      ],
+      [
+        "▁Wired",
+        0.0
+      ],
+      [
+        "company",
+        0.0
+      ],
+      [
+        "▁coroner",
+        0.0
+      ],
+      [
+        "aturdays",
+        0.0
+      ],
+      [
+        "▁Proud",
+        0.0
+      ],
+      [
+        "▁NEXT",
+        0.0
+      ],
+      [
+        "▁Flake",
+        0.0
+      ],
+      [
+        "valued",
+        0.0
+      ],
+      [
+        "ceiver",
+        0.0
+      ],
+      [
+        "▁fraught",
+        0.0
+      ],
+      [
+        "▁casing",
+        0.0
+      ],
+      [
+        "▁runaway",
+        0.0
+      ],
+      [
+        "▁gin",
+        0.0
+      ],
+      [
+        "▁Laurent",
+        0.0
+      ],
+      [
+        "▁Harlem",
+        0.0
+      ],
+      [
+        "▁Curiosity",
+        0.0
+      ],
+      [
+        "quished",
+        0.0
+      ],
+      [
+        "▁neuroscience",
+        0.0
+      ],
+      [
+        "▁Hulu",
+        0.0
+      ],
+      [
+        "▁borrower",
+        0.0
+      ],
+      [
+        "▁petitioner",
+        0.0
+      ],
+      [
+        "▁Cooldown",
+        0.0
+      ],
+      [
+        "WARD",
+        0.0
+      ],
+      [
+        "▁invoking",
+        0.0
+      ],
+      [
+        "confidence",
+        0.0
+      ],
+      [
+        "Forward",
+        0.0
+      ],
+      [
+        "▁sts",
+        0.0
+      ],
+      [
+        "population",
+        0.0
+      ],
+      [
+        "DeliveryDate",
+        0.0
+      ],
+      [
+        "Film",
+        0.0
+      ],
+      [
+        "▁Cov",
+        0.0
+      ],
+      [
+        "quickShip",
+        0.0
+      ],
+      [
+        "quickShipAvailable",
+        0.0
+      ],
+      [
+        "primary",
+        0.0
+      ],
+      [
+        "isSpecialOrderable",
+        0.0
+      ],
+      [
+        "inventoryQuantity",
+        0.0
+      ],
+      [
+        "channelAvailability",
+        0.0
+      ],
+      [
+        "BOX",
+        0.0
+      ],
+      [
+        "▁Multiplayer",
+        0.0
+      ],
+      [
+        "▁Jenner",
+        0.0
+      ],
+      [
+        "778",
+        0.0
+      ],
+      [
+        "▁Md",
+        0.0
+      ],
+      [
+        "▁~/.",
+        0.0
+      ],
+      [
+        "MN",
+        0.0
+      ],
+      [
+        "▁childish",
+        0.0
+      ],
+      [
+        "▁antioxidant",
+        0.0
+      ],
+      [
+        "▁Chromebook",
+        0.0
+      ],
+      [
+        "▁274",
+        0.0
+      ],
+      [
+        "▁screenplay",
+        0.0
+      ],
+      [
+        "▁adventurous",
+        0.0
+      ],
+      [
+        "▁Relationship",
+        0.0
+      ],
+      [
+        "responsive",
+        0.0
+      ],
+      [
+        "mington",
+        0.0
+      ],
+      [
+        "▁cornerstone",
+        0.0
+      ],
+      [
+        "▁Fey",
+        0.0
+      ],
+      [
+        "FIR",
+        0.0
+      ],
+      [
+        "▁rookies",
+        0.0
+      ],
+      [
+        "▁Featuring",
+        0.0
+      ],
+      [
+        "▁originate",
+        0.0
+      ],
+      [
+        "▁electrodes",
+        0.0
+      ],
+      [
+        "antes",
+        0.0
+      ],
+      [
+        "▁scriptures",
+        0.0
+      ],
+      [
+        "▁glued",
+        0.0
+      ],
+      [
+        "▁discontent",
+        0.0
+      ],
+      [
+        "▁afflicted",
+        0.0
+      ],
+      [
+        "layout",
+        0.0
+      ],
+      [
+        "Brave",
+        0.0
+      ],
+      [
+        "▁mosa",
+        0.0
+      ],
+      [
+        "▁Quantity",
+        0.0
+      ],
+      [
+        "▁Hik",
+        0.0
+      ],
+      [
+        "winner",
+        0.0
+      ],
+      [
+        "Hours",
+        0.0
+      ],
+      [
+        "▁entail",
+        0.0
+      ],
+      [
+        "▁Cells",
+        0.0
+      ],
+      [
+        "ologue",
+        0.0
+      ],
+      [
+        "▁vil",
+        0.0
+      ],
+      [
+        "▁preacher",
+        0.0
+      ],
+      [
+        "▁decorative",
+        0.0
+      ],
+      [
+        "different",
+        0.0
+      ],
+      [
+        "▁prejudices",
+        0.0
+      ],
+      [
+        "▁Smoking",
+        0.0
+      ],
+      [
+        "▁Nottingham",
+        0.0
+      ],
+      [
+        "soType",
+        0.0
+      ],
+      [
+        "▁rhythms",
+        0.0
+      ],
+      [
+        "▁Alph",
+        0.0
+      ],
+      [
+        "blast",
+        0.0
+      ],
+      [
+        "Steel",
+        0.0
+      ],
+      [
+        "▁Danielle",
+        0.0
+      ],
+      [
+        "▁strife",
+        0.0
+      ],
+      [
+        "▁rematch",
+        0.0
+      ],
+      [
+        "soDeliveryDate",
+        0.0
+      ],
+      [
+        "▁Fork",
+        0.0
+      ],
+      [
+        "trip",
+        0.0
+      ],
+      [
+        "olulu",
+        0.0
+      ],
+      [
+        "heses",
+        0.0
+      ],
+      [
+        "CG",
+        0.0
+      ],
+      [
+        "▁POLITICO",
+        0.0
+      ],
+      [
+        "osta",
+        0.0
+      ],
+      [
+        "▁Drift",
+        0.0
+      ],
+      [
+        "é¾įå¥",
+        0.0
+      ],
+      [
+        "é¾įå¥ij士",
+        0.0
+      ],
+      [
+        "▁vetting",
+        0.0
+      ],
+      [
+        "▁Jinping",
+        0.0
+      ],
+      [
+        "▁Recession",
+        0.0
+      ],
+      [
+        "Minor",
+        0.0
+      ],
+      [
+        "▁Fraud",
+        0.0
+      ],
+      [
+        "enfranch",
+        0.0
+      ],
+      [
+        "▁convened",
+        0.0
+      ],
+      [
+        "▁NAACP",
+        0.0
+      ],
+      [
+        "▁Millions",
+        0.0
+      ],
+      [
+        "▁Farming",
+        0.0
+      ],
+      [
+        "▁Woo",
+        0.0
+      ],
+      [
+        "▁Flare",
+        0.0
+      ],
+      [
+        "rito",
+        0.0
+      ],
+      [
+        "immigrant",
+        0.0
+      ],
+      [
+        "▁vacancy",
+        0.0
+      ],
+      [
+        "▁HEAD",
+        0.0
+      ],
+      [
+        "▁Vaj",
+        0.0
+      ],
+      [
+        "egal",
+        0.0
+      ],
+      [
+        "▁Vigil",
+        0.0
+      ],
+      [
+        "Study",
+        0.0
+      ],
+      [
+        "▁ruining",
+        0.0
+      ],
+      [
+        "▁racks",
+        0.0
+      ],
+      [
+        "▁heater",
+        0.0
+      ],
+      [
+        "▁Randolph",
+        0.0
+      ],
+      [
+        "▁Brush",
+        0.0
+      ],
+      [
+        "▁Tir",
+        0.0
+      ],
+      [
+        "ب",
+        0.0
+      ],
+      [
+        "▁cov",
+        0.0
+      ],
+      [
+        "%]",
+        0.0
+      ],
+      [
+        "▁recounts",
+        0.0
+      ],
+      [
+        "▁OPT",
+        0.0
+      ],
+      [
+        "▁Melt",
+        0.0
+      ],
+      [
+        "▁truce",
+        0.0
+      ],
+      [
+        "▁casinos",
+        0.0
+      ],
+      [
+        "▁crusade",
+        0.0
+      ],
+      [
+        "▁carnage",
+        0.0
+      ],
+      [
+        "▁stripe",
+        0.0
+      ],
+      [
+        "▁Kyl",
+        0.0
+      ],
+      [
+        "Textures",
+        0.0
+      ],
+      [
+        "▁698",
+        0.0
+      ],
+      [
+        "▁proclamation",
+        0.0
+      ],
+      [
+        "▁goodies",
+        0.0
+      ],
+      [
+        "▁..........",
+        0.0
+      ],
+      [
+        "proclaimed",
+        0.0
+      ],
+      [
+        "Polit",
+        0.0
+      ],
+      [
+        "▁topical",
+        0.0
+      ],
+      [
+        "▁specialize",
+        0.0
+      ],
+      [
+        "▁Amin",
+        0.0
+      ],
+      [
+        "gm",
+        0.0
+      ],
+      [
+        "▁anchored",
+        0.0
+      ],
+      [
+        "▁bearings",
+        0.0
+      ],
+      [
+        "sample",
+        0.0
+      ],
+      [
+        "▁Highland",
+        0.0
+      ],
+      [
+        "▁Autism",
+        0.0
+      ],
+      [
+        "▁mercenary",
+        0.0
+      ],
+      [
+        "▁interviewer",
+        0.0
+      ],
+      [
+        "LER",
+        0.0
+      ],
+      [
+        "▁Somers",
+        0.0
+      ],
+      [
+        "▁embryo",
+        0.0
+      ],
+      [
+        "▁Assy",
+        0.0
+      ],
+      [
+        "▁281",
+        0.0
+      ],
+      [
+        "▁Editing",
+        0.0
+      ],
+      [
+        "▁Chosen",
+        0.0
+      ],
+      [
+        "660",
+        0.0
+      ],
+      [
+        "▁pci",
+        0.0
+      ],
+      [
+        "▁Thunderbolt",
+        0.0
+      ],
+      [
+        "BILL",
+        0.0
+      ],
+      [
+        "▁chuckled",
+        0.0
+      ],
+      [
+        "jriwal",
+        0.0
+      ],
+      [
+        "hof",
+        0.0
+      ],
+      [
+        "▁earthly",
+        0.0
+      ],
+      [
+        "(){",
+        0.0
+      ],
+      [
+        "independence",
+        0.0
+      ],
+      [
+        "▁dispers",
+        0.0
+      ],
+      [
+        "▁Vendor",
+        0.0
+      ],
+      [
+        "▁Gareth",
+        0.0
+      ],
+      [
+        "▁pals",
+        0.0
+      ],
+      [
+        "Penn",
+        0.0
+      ],
+      [
+        "▁Submit",
+        0.0
+      ],
+      [
+        "icum",
+        0.0
+      ],
+      [
+        "Thu",
+        0.0
+      ],
+      [
+        "▁clandestine",
+        0.0
+      ],
+      [
+        "▁cannibal",
+        0.0
+      ],
+      [
+        "▁Clerk",
+        0.0
+      ],
+      [
+        "EStream",
+        0.0
+      ],
+      [
+        "galitarian",
+        0.0
+      ],
+      [
+        "âĻ¥",
+        0.0
+      ],
+      [
+        "gew",
+        0.0
+      ],
+      [
+        "▁horrend",
+        0.0
+      ],
+      [
+        "▁Lov",
+        0.0
+      ],
+      [
+        "▁Reaction",
+        0.0
+      ],
+      [
+        "ocrin",
+        0.0
+      ],
+      [
+        "Classic",
+        0.0
+      ],
+      [
+        "▁echoing",
+        0.0
+      ],
+      [
+        "▁disclosing",
+        0.0
+      ],
+      [
+        "▁Insight",
+        0.0
+      ],
+      [
+        "ogun",
+        0.0
+      ],
+      [
+        "▁Incarn",
+        0.0
+      ],
+      [
+        "uploads",
+        0.0
+      ],
+      [
+        "pperc",
+        0.0
+      ],
+      [
+        "guyen",
+        0.0
+      ],
+      [
+        "▁1901",
+        0.0
+      ],
+      [
+        "▁Bars",
+        0.0
+      ],
+      [
+        "687",
+        0.0
+      ],
+      [
+        "▁bribes",
+        0.0
+      ],
+      [
+        "▁Fresno",
+        0.0
+      ],
+      [
+        "urat",
+        0.0
+      ],
+      [
+        "▁Reese",
+        0.0
+      ],
+      [
+        "▁intrusive",
+        0.0
+      ],
+      [
+        "▁gripping",
+        0.0
+      ],
+      [
+        "▁Blueprint",
+        0.0
+      ],
+      [
+        "▁Rasm",
+        0.0
+      ],
+      [
+        "unia",
+        0.0
+      ],
+      [
+        "managed",
+        0.0
+      ],
+      [
+        "▁Hebdo",
+        0.0
+      ],
+      [
+        "▁345",
+        0.0
+      ],
+      [
+        "▁decoding",
+        0.0
+      ],
+      [
+        "▁poets",
+        0.0
+      ],
+      [
+        "▁jaws",
+        0.0
+      ],
+      [
+        "▁FIGHT",
+        0.0
+      ],
+      [
+        "ameless",
+        0.0
+      ],
+      [
+        "▁Meadows",
+        0.0
+      ],
+      [
+        "▁Harbaugh",
+        0.0
+      ],
+      [
+        "Interview",
+        0.0
+      ],
+      [
+        "▁Hosp",
+        0.0
+      ],
+      [
+        "▁BRA",
+        0.0
+      ],
+      [
+        "▁deletion",
+        0.0
+      ],
+      [
+        "mob",
+        0.0
+      ],
+      [
+        "Walker",
+        0.0
+      ],
+      [
+        "▁Moonlight",
+        0.0
+      ],
+      [
+        "▁Jed",
+        0.0
+      ],
+      [
+        "▁Sophia",
+        0.0
+      ],
+      [
+        "▁usur",
+        0.0
+      ],
+      [
+        "▁fortunately",
+        0.0
+      ],
+      [
+        "▁Putting",
+        0.0
+      ],
+      [
+        "▁Fold",
+        0.0
+      ],
+      [
+        "▁sanitation",
+        0.0
+      ],
+      [
+        "▁partisans",
+        0.0
+      ],
+      [
+        "ISON",
+        0.0
+      ],
+      [
+        "Bow",
+        0.0
+      ],
+      [
+        "▁CONC",
+        0.0
+      ],
+      [
+        "▁Reduced",
+        0.0
+      ],
+      [
+        "▁Sutton",
+        0.0
+      ],
+      [
+        "▁touchscreen",
+        0.0
+      ],
+      [
+        "▁embryos",
+        0.0
+      ],
+      [
+        "âĢ¢âĢ¢âĢ¢âĢ¢",
+        0.0
+      ],
+      [
+        "▁Krug",
+        0.0
+      ],
+      [
+        "combat",
+        0.0
+      ],
+      [
+        "▁Petroleum",
+        0.0
+      ],
+      [
+        "▁amd",
+        0.0
+      ],
+      [
+        "▁Cosmos",
+        0.0
+      ],
+      [
+        "▁prescribing",
+        0.0
+      ],
+      [
+        "▁conformity",
+        0.0
+      ],
+      [
+        "ourses",
+        0.0
+      ],
+      [
+        "▁plentiful",
+        0.0
+      ],
+      [
+        "▁disillusion",
+        0.0
+      ],
+      [
+        "▁Ecology",
+        0.0
+      ],
+      [
+        "ittal",
+        0.0
+      ],
+      [
+        "▁fanc",
+        0.0
+      ],
+      [
+        "▁assassinated",
+        0.0
+      ],
+      [
+        "regnancy",
+        0.0
+      ],
+      [
+        "▁perennial",
+        0.0
+      ],
+      [
+        "▁Bullets",
+        0.0
+      ],
+      [
+        "▁stale",
+        0.0
+      ],
+      [
+        "▁cached",
+        0.0
+      ],
+      [
+        "▁Judith",
+        0.0
+      ],
+      [
+        "▁Diseases",
+        0.0
+      ],
+      [
+        "Allen",
+        0.0
+      ],
+      [
+        "▁las",
+        0.0
+      ],
+      [
+        "▁shards",
+        0.0
+      ],
+      [
+        "▁Suarez",
+        0.0
+      ],
+      [
+        "▁Friendship",
+        0.0
+      ],
+      [
+        "interface",
+        0.0
+      ],
+      [
+        "▁Supporters",
+        0.0
+      ],
+      [
+        "addons",
+        0.0
+      ],
+      [
+        "462",
+        0.0
+      ],
+      [
+        "▁Imran",
+        0.0
+      ],
+      [
+        "▁Wim",
+        0.0
+      ],
+      [
+        "▁newfound",
+        0.0
+      ],
+      [
+        "▁Mb",
+        0.0
+      ],
+      [
+        "Animal",
+        0.0
+      ],
+      [
+        "▁darling",
+        0.0
+      ],
+      [
+        "ande",
+        0.0
+      ],
+      [
+        "▁rhy",
+        0.0
+      ],
+      [
+        "▁Twisted",
+        0.0
+      ],
+      [
+        "posal",
+        0.0
+      ],
+      [
+        "ynski",
+        0.0
+      ],
+      [
+        "Various",
+        0.0
+      ],
+      [
+        "׾",
+        0.0
+      ],
+      [
+        "▁Kiw",
+        0.0
+      ],
+      [
+        "uyomi",
+        0.0
+      ],
+      [
+        "▁wellbeing",
+        0.0
+      ],
+      [
+        "▁Lau",
+        0.0
+      ],
+      [
+        "anos",
+        0.0
+      ],
+      [
+        "▁unmist",
+        0.0
+      ],
+      [
+        "▁macOS",
+        0.0
+      ],
+      [
+        "▁restroom",
+        0.0
+      ],
+      [
+        "▁Oliv",
+        0.0
+      ],
+      [
+        "▁Airways",
+        0.0
+      ],
+      [
+        "▁timetable",
+        0.0
+      ],
+      [
+        "980",
+        0.0
+      ],
+      [
+        "▁radios",
+        0.0
+      ],
+      [
+        "voy",
+        0.0
+      ],
+      [
+        "iasco",
+        0.0
+      ],
+      [
+        "▁cloudy",
+        0.0
+      ],
+      [
+        "▁Drawing",
+        0.0
+      ],
+      [
+        "Anything",
+        0.0
+      ],
+      [
+        "Syria",
+        0.0
+      ],
+      [
+        "▁Hert",
+        0.0
+      ],
+      [
+        "staking",
+        0.0
+      ],
+      [
+        "▁unchecked",
+        0.0
+      ],
+      [
+        "▁brazen",
+        0.0
+      ],
+      [
+        "▁NRS",
+        0.0
+      ],
+      [
+        "697",
+        0.0
+      ],
+      [
+        "onomic",
+        0.0
+      ],
+      [
+        "establish",
+        0.0
+      ],
+      [
+        "▁leng",
+        0.0
+      ],
+      [
+        "▁diagonal",
+        0.0
+      ],
+      [
+        "▁Fior",
+        0.0
+      ],
+      [
+        "Lair",
+        0.0
+      ],
+      [
+        "▁Stard",
+        0.0
+      ],
+      [
+        "▁deficient",
+        0.0
+      ],
+      [
+        "joining",
+        0.0
+      ],
+      [
+        "beam",
+        0.0
+      ],
+      [
+        "▁omnip",
+        0.0
+      ],
+      [
+        "▁blender",
+        0.0
+      ],
+      [
+        "▁sunrise",
+        0.0
+      ],
+      [
+        "Moore",
+        0.0
+      ],
+      [
+        "▁Fault",
+        0.0
+      ],
+      [
+        "▁Costume",
+        0.0
+      ],
+      [
+        "▁Mub",
+        0.0
+      ],
+      [
+        "Flags",
+        0.0
+      ],
+      [
+        "anse",
+        0.0
+      ],
+      [
+        "▁payout",
+        0.0
+      ],
+      [
+        "▁Governors",
+        0.0
+      ],
+      [
+        "▁Dillon",
+        0.0
+      ],
+      [
+        "▁Banana",
+        0.0
+      ],
+      [
+        "Nar",
+        0.0
+      ],
+      [
+        "▁trailed",
+        0.0
+      ],
+      [
+        "▁imperialist",
+        0.0
+      ],
+      [
+        "umann",
+        0.0
+      ],
+      [
+        "atsuki",
+        0.0
+      ],
+      [
+        "435",
+        0.0
+      ],
+      [
+        "▁Roads",
+        0.0
+      ],
+      [
+        "▁slur",
+        0.0
+      ],
+      [
+        "▁Ideally",
+        0.0
+      ],
+      [
+        "▁trenches",
+        0.0
+      ],
+      [
+        "Ctrl",
+        0.0
+      ],
+      [
+        "▁mirrored",
+        0.0
+      ],
+      [
+        "▁Zel",
+        0.0
+      ],
+      [
+        "▁Crest",
+        0.0
+      ],
+      [
+        "Compat",
+        0.0
+      ],
+      [
+        "▁Rolls",
+        0.0
+      ],
+      [
+        "scrib",
+        0.0
+      ],
+      [
+        "▁Trails",
+        0.0
+      ],
+      [
+        "ometers",
+        0.0
+      ],
+      [
+        "winter",
+        0.0
+      ],
+      [
+        "▁immortality",
+        0.0
+      ],
+      [
+        "ilated",
+        0.0
+      ],
+      [
+        "▁contradicts",
+        0.0
+      ],
+      [
+        "universal",
+        0.0
+      ],
+      [
+        "illions",
+        0.0
+      ],
+      [
+        "▁Mama",
+        0.0
+      ],
+      [
+        "optim",
+        0.0
+      ],
+      [
+        "ATURE",
+        0.0
+      ],
+      [
+        "▁geo",
+        0.0
+      ],
+      [
+        "etter",
+        0.0
+      ],
+      [
+        "▁Carlo",
+        0.0
+      ],
+      [
+        "424",
+        0.0
+      ],
+      [
+        "▁canonical",
+        0.0
+      ],
+      [
+        "▁Stronghold",
+        0.0
+      ],
+      [
+        "near",
+        0.0
+      ],
+      [
+        "▁perfume",
+        0.0
+      ],
+      [
+        "▁orchestra",
+        0.0
+      ],
+      [
+        "odiac",
+        0.0
+      ],
+      [
+        "▁uphe",
+        0.0
+      ],
+      [
+        "▁reigning",
+        0.0
+      ],
+      [
+        "versive",
+        0.0
+      ],
+      [
+        "▁caucuses",
+        0.0
+      ],
+      [
+        "▁DEM",
+        0.0
+      ],
+      [
+        "▁insulted",
+        0.0
+      ],
+      [
+        "▁------",
+        0.0
+      ],
+      [
+        "▁Crush",
+        0.0
+      ],
+      [
+        "▁rooting",
+        0.0
+      ],
+      [
+        "▁Wraith",
+        0.0
+      ],
+      [
+        "▁whore",
+        0.0
+      ],
+      [
+        "▁tofu",
+        0.0
+      ],
+      [
+        "Cmd",
+        0.0
+      ],
+      [
+        "▁Bree",
+        0.0
+      ],
+      [
+        "▁$_",
+        0.0
+      ],
+      [
+        "▁rive",
+        0.0
+      ],
+      [
+        "▁Advertising",
+        0.0
+      ],
+      [
+        "▁watt",
+        0.0
+      ],
+      [
+        "▁HO",
+        0.0
+      ],
+      [
+        "▁persuasive",
+        0.0
+      ],
+      [
+        "▁Parameters",
+        0.0
+      ],
+      [
+        "▁observational",
+        0.0
+      ],
+      [
+        "▁NCT",
+        0.0
+      ],
+      [
+        "▁Moj",
+        0.0
+      ],
+      [
+        "▁Salon",
+        0.0
+      ],
+      [
+        "▁trunc",
+        0.0
+      ],
+      [
+        "▁exquisite",
+        0.0
+      ],
+      [
+        "▁Mara",
+        0.0
+      ],
+      [
+        "▁poop",
+        0.0
+      ],
+      [
+        "▁ANN",
+        0.0
+      ],
+      [
+        "Exc",
+        0.0
+      ],
+      [
+        "▁Wonderful",
+        0.0
+      ],
+      [
+        "▁Taco",
+        0.0
+      ],
+      [
+        "▁homeowner",
+        0.0
+      ],
+      [
+        "▁Smithsonian",
+        0.0
+      ],
+      [
+        "orporated",
+        0.0
+      ],
+      [
+        "mmmm",
+        0.0
+      ],
+      [
+        "▁loaf",
+        0.0
+      ],
+      [
+        "▁Yamato",
+        0.0
+      ],
+      [
+        "▁Indo",
+        0.0
+      ],
+      [
+        "▁clinging",
+        0.0
+      ],
+      [
+        "ás",
+        0.0
+      ],
+      [
+        "▁immutable",
+        0.0
+      ],
+      [
+        "hub",
+        0.0
+      ],
+      [
+        "Orange",
+        0.0
+      ],
+      [
+        "▁fingertips",
+        0.0
+      ],
+      [
+        "▁Wooden",
+        0.0
+      ],
+      [
+        "▁Kidd",
+        0.0
+      ],
+      [
+        "▁JPM",
+        0.0
+      ],
+      [
+        "▁Damn",
+        0.0
+      ],
+      [
+        "Cow",
+        0.0
+      ],
+      [
+        "codes",
+        0.0
+      ],
+      [
+        "482",
+        0.0
+      ],
+      [
+        "▁initiating",
+        0.0
+      ],
+      [
+        "▁Elk",
+        0.0
+      ],
+      [
+        "▁Cutting",
+        0.0
+      ],
+      [
+        "▁absentee",
+        0.0
+      ],
+      [
+        "▁Vance",
+        0.0
+      ],
+      [
+        "▁Lilith",
+        0.0
+      ],
+      [
+        "GUI",
+        0.0
+      ],
+      [
+        "▁obscured",
+        0.0
+      ],
+      [
+        "▁dwarves",
+        0.0
+      ],
+      [
+        "▁Chop",
+        0.0
+      ],
+      [
+        "▁Boko",
+        0.0
+      ],
+      [
+        "Values",
+        0.0
+      ],
+      [
+        "▁multimedia",
+        0.0
+      ],
+      [
+        "▁brewed",
+        0.0
+      ],
+      [
+        "Regular",
+        0.0
+      ],
+      [
+        "CRIPTION",
+        0.0
+      ],
+      [
+        "▁Mortal",
+        0.0
+      ],
+      [
+        "▁apex",
+        0.0
+      ],
+      [
+        "▁traveler",
+        0.0
+      ],
+      [
+        "▁boils",
+        0.0
+      ],
+      [
+        "▁spraying",
+        0.0
+      ],
+      [
+        "Represent",
+        0.0
+      ],
+      [
+        "▁Starship",
+        0.0
+      ],
+      [
+        "428",
+        0.0
+      ],
+      [
+        "▁disapproval",
+        0.0
+      ],
+      [
+        "▁shadowy",
+        0.0
+      ],
+      [
+        "▁lamented",
+        0.0
+      ],
+      [
+        "▁Replace",
+        0.0
+      ],
+      [
+        "▁Franç",
+        0.0
+      ],
+      [
+        "677",
+        0.0
+      ],
+      [
+        "dor",
+        0.0
+      ],
+      [
+        "▁unstoppable",
+        0.0
+      ],
+      [
+        "▁cohorts",
+        0.0
+      ],
+      [
+        "gyn",
+        0.0
+      ],
+      [
+        "▁Classics",
+        0.0
+      ],
+      [
+        "▁Amph",
+        0.0
+      ],
+      [
+        "▁sluggish",
+        0.0
+      ],
+      [
+        "▁Addiction",
+        0.0
+      ],
+      [
+        "▁Padres",
+        0.0
+      ],
+      [
+        "▁inscription",
+        0.0
+      ],
+      [
+        "▁inhuman",
+        0.0
+      ],
+      [
+        "minus",
+        0.0
+      ],
+      [
+        "▁Jeremiah",
+        0.0
+      ],
+      [
+        "atars",
+        0.0
+      ],
+      [
+        "Terror",
+        0.0
+      ],
+      [
+        "▁Tos",
+        0.0
+      ],
+      [
+        "▁Sharma",
+        0.0
+      ],
+      [
+        "asta",
+        0.0
+      ],
+      [
+        "catch",
+        0.0
+      ],
+      [
+        "▁plumbing",
+        0.0
+      ],
+      [
+        "▁Timbers",
+        0.0
+      ],
+      [
+        "Shar",
+        0.0
+      ],
+      [
+        "Hal",
+        0.0
+      ],
+      [
+        "▁Osc",
+        0.0
+      ],
+      [
+        "▁coupling",
+        0.0
+      ],
+      [
+        "humans",
+        0.0
+      ],
+      [
+        "▁sponge",
+        0.0
+      ],
+      [
+        "▁idols",
+        0.0
+      ],
+      [
+        "▁Spa",
+        0.0
+      ],
+      [
+        "▁Advocate",
+        0.0
+      ],
+      [
+        "▁Beats",
+        0.0
+      ],
+      [
+        "lua",
+        0.0
+      ],
+      [
+        "▁ticking",
+        0.0
+      ],
+      [
+        "▁loader",
+        0.0
+      ],
+      [
+        "▁Gron",
+        0.0
+      ],
+      [
+        "810",
+        0.0
+      ],
+      [
+        "▁stimulated",
+        0.0
+      ],
+      [
+        "▁sidebar",
+        0.0
+      ],
+      [
+        "▁Manufacturer",
+        0.0
+      ],
+      [
+        "oreAnd",
+        0.0
+      ],
+      [
+        "1973",
+        0.0
+      ],
+      [
+        "▁praises",
+        0.0
+      ],
+      [
+        "▁Flores",
+        0.0
+      ],
+      [
+        "disable",
+        0.0
+      ],
+      [
+        "▁Electrical",
+        0.0
+      ],
+      [
+        "raise",
+        0.0
+      ],
+      [
+        "Eth",
+        0.0
+      ],
+      [
+        "▁migrated",
+        0.0
+      ],
+      [
+        "▁lecturer",
+        0.0
+      ],
+      [
+        "Kids",
+        0.0
+      ],
+      [
+        "▁Cavern",
+        0.0
+      ],
+      [
+        "▁kettle",
+        0.0
+      ],
+      [
+        "▁glyc",
+        0.0
+      ],
+      [
+        "▁Mandela",
+        0.0
+      ],
+      [
+        "▁Fully",
+        0.0
+      ],
+      [
+        "姫",
+        0.0
+      ],
+      [
+        "FINEST",
+        0.0
+      ],
+      [
+        "▁squeezing",
+        0.0
+      ],
+      [
+        "▁Ryder",
+        0.0
+      ],
+      [
+        "ampoo",
+        0.0
+      ],
+      [
+        "oreAndOnline",
+        0.0
+      ],
+      [
+        "InstoreAndOnline",
+        0.0
+      ],
+      [
+        "BuyableInstoreAndOnline",
+        0.0
+      ],
+      [
+        "▁commemorate",
+        0.0
+      ],
+      [
+        "▁Rampage",
+        0.0
+      ],
+      [
+        "Austin",
+        0.0
+      ],
+      [
+        "▁Shroud",
+        0.0
+      ],
+      [
+        "▁Ruins",
+        0.0
+      ],
+      [
+        "915",
+        0.0
+      ],
+      [
+        "▁KH",
+        0.0
+      ],
+      [
+        "▁waterfront",
+        0.0
+      ],
+      [
+        "▁ESC",
+        0.0
+      ],
+      [
+        "baby",
+        0.0
+      ],
+      [
+        "▁Cout",
+        0.0
+      ],
+      [
+        "▁Emblem",
+        0.0
+      ],
+      [
+        "▁equivalents",
+        0.0
+      ],
+      [
+        "492",
+        0.0
+      ],
+      [
+        "Unique",
+        0.0
+      ],
+      [
+        "▁Nietzsche",
+        0.0
+      ],
+      [
+        "browser",
+        0.0
+      ],
+      [
+        "▁imitation",
+        0.0
+      ],
+      [
+        "▁Werewolf",
+        0.0
+      ],
+      [
+        "▁Kirin",
+        0.0
+      ],
+      [
+        "acas",
+        0.0
+      ],
+      [
+        "',\"",
+        0.0
+      ],
+      [
+        "▁þ",
+        0.0
+      ],
+      [
+        "Reviewed",
+        0.0
+      ],
+      [
+        "▁cunt",
+        0.0
+      ],
+      [
+        "▁voic",
+        0.0
+      ],
+      [
+        "▁Lenovo",
+        0.0
+      ],
+      [
+        "▁bonded",
+        0.0
+      ],
+      [
+        "481",
+        0.0
+      ],
+      [
+        "▁inhibitors",
+        0.0
+      ],
+      [
+        "▁endeavors",
+        0.0
+      ],
+      [
+        "▁Havana",
+        0.0
+      ],
+      [
+        "▁Stout",
+        0.0
+      ],
+      [
+        "▁Jolly",
+        0.0
+      ],
+      [
+        "Actor",
+        0.0
+      ],
+      [
+        "*/(",
+        0.0
+      ],
+      [
+        "▁occurrences",
+        0.0
+      ],
+      [
+        "▁Tens",
+        0.0
+      ],
+      [
+        "Increased",
+        0.0
+      ],
+      [
+        "▁ACTION",
+        0.0
+      ],
+      [
+        "▁ãĢĮ",
+        0.0
+      ],
+      [
+        "▁Rankings",
+        0.0
+      ],
+      [
+        "▁Breat",
+        0.0
+      ],
+      [
+        "▁309",
+        0.0
+      ],
+      [
+        "Dou",
+        0.0
+      ],
+      [
+        "▁impacting",
+        0.0
+      ],
+      [
+        "▁Duchess",
+        0.0
+      ],
+      [
+        "prefix",
+        0.0
+      ],
+      [
+        "QB",
+        0.0
+      ],
+      [
+        "▁summoning",
+        0.0
+      ],
+      [
+        "▁bestowed",
+        0.0
+      ],
+      [
+        "▁Kepler",
+        0.0
+      ],
+      [
+        "▁POWER",
+        0.0
+      ],
+      [
+        "cube",
+        0.0
+      ],
+      [
+        "▁Kits",
+        0.0
+      ],
+      [
+        "▁Grip",
+        0.0
+      ],
+      [
+        "▁opium",
+        0.0
+      ],
+      [
+        "▁reputable",
+        0.0
+      ],
+      [
+        "toc",
+        0.0
+      ],
+      [
+        "ichael",
+        0.0
+      ],
+      [
+        "▁Ripple",
+        0.0
+      ],
+      [
+        "▁café",
+        0.0
+      ],
+      [
+        "▁Zoom",
+        0.0
+      ],
+      [
+        "▁Burma",
+        0.0
+      ],
+      [
+        "▁waive",
+        0.0
+      ],
+      [
+        "▁stalls",
+        0.0
+      ],
+      [
+        "▁demeanor",
+        0.0
+      ],
+      [
+        "incerity",
+        0.0
+      ],
+      [
+        "▁fluoride",
+        0.0
+      ],
+      [
+        "▁SHOULD",
+        0.0
+      ],
+      [
+        "Paris",
+        0.0
+      ],
+      [
+        "▁longing",
+        0.0
+      ],
+      [
+        "▁plat",
+        0.0
+      ],
+      [
+        "▁grossly",
+        0.0
+      ],
+      [
+        "▁bulls",
+        0.0
+      ],
+      [
+        "▁showcasing",
+        0.0
+      ],
+      [
+        "expected",
+        0.0
+      ],
+      [
+        "▁Gaddafi",
+        0.0
+      ],
+      [
+        "engineering",
+        0.0
+      ],
+      [
+        "Repeat",
+        0.0
+      ],
+      [
+        "▁Kut",
+        0.0
+      ],
+      [
+        "▁conceivable",
+        0.0
+      ],
+      [
+        "▁trimmed",
+        0.0
+      ],
+      [
+        "oscope",
+        0.0
+      ],
+      [
+        "▁Candidate",
+        0.0
+      ],
+      [
+        "▁Tears",
+        0.0
+      ],
+      [
+        "rolog",
+        0.0
+      ],
+      [
+        "Lewis",
+        0.0
+      ],
+      [
+        "SUP",
+        0.0
+      ],
+      [
+        "▁roadmap",
+        0.0
+      ],
+      [
+        "▁saliva",
+        0.0
+      ],
+      [
+        "▁trumpet",
+        0.0
+      ],
+      [
+        "Jimmy",
+        0.0
+      ],
+      [
+        "▁miraculous",
+        0.0
+      ],
+      [
+        "▁colonization",
+        0.0
+      ],
+      [
+        "▁amput",
+        0.0
+      ],
+      [
+        "▁GNOME",
+        0.0
+      ],
+      [
+        "atech",
+        0.0
+      ],
+      [
+        "Different",
+        0.0
+      ],
+      [
+        "▁ELE",
+        0.0
+      ],
+      [
+        "▁Governments",
+        0.0
+      ],
+      [
+        "▁Ahead",
+        0.0
+      ],
+      [
+        "ãħĭãħĭ",
+        0.0
+      ],
+      [
+        "wordpress",
+        0.0
+      ],
+      [
+        "LIB",
+        0.0
+      ],
+      [
+        "▁Include",
+        0.0
+      ],
+      [
+        "▁Dorothy",
+        0.0
+      ],
+      [
+        "045",
+        0.0
+      ],
+      [
+        "▁Colombian",
+        0.0
+      ],
+      [
+        "▁leased",
+        0.0
+      ],
+      [
+        "884",
+        0.0
+      ],
+      [
+        "▁degrading",
+        0.0
+      ],
+      [
+        "▁Daisy",
+        0.0
+      ],
+      [
+        "iations",
+        0.0
+      ],
+      [
+        "▁baptized",
+        0.0
+      ],
+      [
+        "▁surname",
+        0.0
+      ],
+      [
+        "cox",
+        0.0
+      ],
+      [
+        "▁blinked",
+        0.0
+      ],
+      [
+        "ãĥ¢",
+        0.0
+      ],
+      [
+        "▁pollen",
+        0.0
+      ],
+      [
+        "▁dermat",
+        0.0
+      ],
+      [
+        "▁regex",
+        0.0
+      ],
+      [
+        "▁Nicholson",
+        0.0
+      ],
+      [
+        "▁Eater",
+        0.0
+      ],
+      [
+        "çľ",
+        0.0
+      ],
+      [
+        "rador",
+        0.0
+      ],
+      [
+        "▁narrower",
+        0.0
+      ],
+      [
+        "▁hurricanes",
+        0.0
+      ],
+      [
+        "▁hallucinations",
+        0.0
+      ],
+      [
+        "ridden",
+        0.0
+      ],
+      [
+        "ISSION",
+        0.0
+      ],
+      [
+        "▁Firefly",
+        0.0
+      ],
+      [
+        "▁attainment",
+        0.0
+      ],
+      [
+        "▁nominate",
+        0.0
+      ],
+      [
+        "▁avocado",
+        0.0
+      ],
+      [
+        "▁Meredith",
+        0.0
+      ],
+      [
+        "▁ts",
+        0.0
+      ],
+      [
+        "▁reverence",
+        0.0
+      ],
+      [
+        "▁euph",
+        0.0
+      ],
+      [
+        "▁crates",
+        0.0
+      ],
+      [
+        "▁TEXT",
+        0.0
+      ],
+      [
+        "▁443",
+        0.0
+      ],
+      [
+        "▁319",
+        0.0
+      ],
+      [
+        "JSON",
+        0.0
+      ],
+      [
+        "iquette",
+        0.0
+      ],
+      [
+        "▁shortstop",
+        0.0
+      ],
+      [
+        "ickey",
+        0.0
+      ],
+      [
+        "▁propelled",
+        0.0
+      ],
+      [
+        "▁api",
+        0.0
+      ],
+      [
+        "▁Thieves",
+        0.0
+      ],
+      [
+        "779",
+        0.0
+      ],
+      [
+        "▁oversaw",
+        0.0
+      ],
+      [
+        "▁coli",
+        0.0
+      ],
+      [
+        "▁Nicola",
+        0.0
+      ],
+      [
+        "▁overcl",
+        0.0
+      ],
+      [
+        "ikawa",
+        0.0
+      ],
+      [
+        "▁Cyr",
+        0.0
+      ],
+      [
+        "▁384",
+        0.0
+      ],
+      [
+        "789",
+        0.0
+      ],
+      [
+        "▁Allows",
+        0.0
+      ],
+      [
+        "1027",
+        0.0
+      ],
+      [
+        "Detroit",
+        0.0
+      ],
+      [
+        "TRY",
+        0.0
+      ],
+      [
+        "setup",
+        0.0
+      ],
+      [
+        "▁Socialism",
+        0.0
+      ],
+      [
+        "Soviet",
+        0.0
+      ],
+      [
+        "susp",
+        0.0
+      ],
+      [
+        "▁APR",
+        0.0
+      ],
+      [
+        "▁Shutdown",
+        0.0
+      ],
+      [
+        "▁aluminium",
+        0.0
+      ],
+      [
+        "zbek",
+        0.0
+      ],
+      [
+        "▁Lover",
+        0.0
+      ],
+      [
+        "GGGGGGGG",
+        0.0
+      ],
+      [
+        "▁democracies",
+        0.0
+      ],
+      [
+        "▁1908",
+        0.0
+      ],
+      [
+        "▁Merrill",
+        0.0
+      ],
+      [
+        "▁Francois",
+        0.0
+      ],
+      [
+        "gdala",
+        0.0
+      ],
+      [
+        "▁traffickers",
+        0.0
+      ],
+      [
+        "▁Til",
+        0.0
+      ],
+      [
+        "▁Goat",
+        0.0
+      ],
+      [
+        "▁sped",
+        0.0
+      ],
+      [
+        "▁Reserv",
+        0.0
+      ],
+      [
+        "▁prod",
+        0.0
+      ],
+      [
+        "552",
+        0.0
+      ],
+      [
+        "▁cac",
+        0.0
+      ],
+      [
+        "▁Univ",
+        0.0
+      ],
+      [
+        "▁Schwe",
+        0.0
+      ],
+      [
+        "▁swirling",
+        0.0
+      ],
+      [
+        "▁Wilderness",
+        0.0
+      ],
+      [
+        "▁Eggs",
+        0.0
+      ],
+      [
+        "▁saddened",
+        0.0
+      ],
+      [
+        "▁archaic",
+        0.0
+      ],
+      [
+        "Hyd",
+        0.0
+      ],
+      [
+        "▁excessively",
+        0.0
+      ],
+      [
+        "BRE",
+        0.0
+      ],
+      [
+        "▁aerospace",
+        0.0
+      ],
+      [
+        "▁Voices",
+        0.0
+      ],
+      [
+        "Craig",
+        0.0
+      ],
+      [
+        "▁ignited",
+        0.0
+      ],
+      [
+        "Initially",
+        0.0
+      ],
+      [
+        "▁McA",
+        0.0
+      ],
+      [
+        "▁handset",
+        0.0
+      ],
+      [
+        "▁reforming",
+        0.0
+      ],
+      [
+        "▁frustrations",
+        0.0
+      ],
+      [
+        "▁Deadpool",
+        0.0
+      ],
+      [
+        "▁Belichick",
+        0.0
+      ],
+      [
+        "ractor",
+        0.0
+      ],
+      [
+        "▁Ragnarok",
+        0.0
+      ],
+      [
+        "▁Drupal",
+        0.0
+      ],
+      [
+        "▁Approximately",
+        0.0
+      ],
+      [
+        "1920",
+        0.0
+      ],
+      [
+        "▁Hubble",
+        0.0
+      ],
+      [
+        "armor",
+        0.0
+      ],
+      [
+        "▁Saras",
+        0.0
+      ],
+      [
+        "▁Jonas",
+        0.0
+      ],
+      [
+        "▁nostalgic",
+        0.0
+      ],
+      [
+        "▁feasibility",
+        0.0
+      ],
+      [
+        "Saharan",
+        0.0
+      ],
+      [
+        "▁orbiting",
+        0.0
+      ],
+      [
+        "▁970",
+        0.0
+      ],
+      [
+        "Ru",
+        0.0
+      ],
+      [
+        "▁shin",
+        0.0
+      ],
+      [
+        "▁Investigators",
+        0.0
+      ],
+      [
+        "▁inconsistencies",
+        0.0
+      ],
+      [
+        "▁PAN",
+        0.0
+      ],
+      [
+        "BG",
+        0.0
+      ],
+      [
+        "▁grazing",
+        0.0
+      ],
+      [
+        "▁detectors",
+        0.0
+      ],
+      [
+        "▁Startup",
+        0.0
+      ],
+      [
+        "▁Funny",
+        0.0
+      ],
+      [
+        "▁Naomi",
+        0.0
+      ],
+      [
+        "Considering",
+        0.0
+      ],
+      [
+        "▁hog",
+        0.0
+      ],
+      [
+        "utf",
+        0.0
+      ],
+      [
+        "cemic",
+        0.0
+      ],
+      [
+        "▁fortified",
+        0.0
+      ],
+      [
+        "▁Functions",
+        0.0
+      ],
+      [
+        "▁codec",
+        0.0
+      ],
+      [
+        "nutrition",
+        0.0
+      ],
+      [
+        "Hat",
+        0.0
+      ],
+      [
+        "\"!",
+        0.0
+      ],
+      [
+        "microsoft",
+        0.0
+      ],
+      [
+        "558",
+        0.0
+      ],
+      [
+        "▁Thin",
+        0.0
+      ],
+      [
+        "▁ACE",
+        0.0
+      ],
+      [
+        "Alias",
+        0.0
+      ],
+      [
+        "▁OPS",
+        0.0
+      ],
+      [
+        "papers",
+        0.0
+      ],
+      [
+        "PK",
+        0.0
+      ],
+      [
+        "ãĢİ",
+        0.0
+      ],
+      [
+        "▁improbable",
+        0.0
+      ],
+      [
+        "Northern",
+        0.0
+      ],
+      [
+        "equal",
+        0.0
+      ],
+      [
+        "▁lookout",
+        0.0
+      ],
+      [
+        "▁tyres",
+        0.0
+      ],
+      [
+        "▁Modified",
+        0.0
+      ],
+      [
+        "▁Kop",
+        0.0
+      ],
+      [
+        "Absolutely",
+        0.0
+      ],
+      [
+        "▁buildup",
+        0.0
+      ],
+      [
+        "silver",
+        0.0
+      ],
+      [
+        "▁audi",
+        0.0
+      ],
+      [
+        "▁grotesque",
+        0.0
+      ],
+      [
+        "▁Saber",
+        0.0
+      ],
+      [
+        "▁Presbyter",
+        0.0
+      ],
+      [
+        "ONY",
+        0.0
+      ],
+      [
+        "▁glaciers",
+        0.0
+      ],
+      [
+        "▁Shoals",
+        0.0
+      ],
+      [
+        "▁Kass",
+        0.0
+      ],
+      [
+        "▁HRC",
+        0.0
+      ],
+      [
+        "▁Nicol",
+        0.0
+      ],
+      [
+        "▁Lunch",
+        0.0
+      ],
+      [
+        "▁Foss",
+        0.0
+      ],
+      [
+        "âĸĴ",
+        0.0
+      ],
+      [
+        "ADRA",
+        0.0
+      ],
+      [
+        "▁OnePlus",
+        0.0
+      ],
+      [
+        "oing",
+        0.0
+      ],
+      [
+        "grounds",
+        0.0
+      ],
+      [
+        "▁incidental",
+        0.0
+      ],
+      [
+        "▁datasets",
+        0.0
+      ],
+      [
+        "689",
+        0.0
+      ],
+      [
+        "▁Clarkson",
+        0.0
+      ],
+      [
+        "▁assembling",
+        0.0
+      ],
+      [
+        "▁Corrections",
+        0.0
+      ],
+      [
+        "▁drinkers",
+        0.0
+      ],
+      [
+        "▁qualifiers",
+        0.0
+      ],
+      [
+        "▁leash",
+        0.0
+      ],
+      [
+        "▁unfounded",
+        0.0
+      ],
+      [
+        "▁Hundred",
+        0.0
+      ],
+      [
+        "▁kickoff",
+        0.0
+      ],
+      [
+        "Ti",
+        0.0
+      ],
+      [
+        "▁reconcil",
+        0.0
+      ],
+      [
+        "▁Grants",
+        0.0
+      ],
+      [
+        "▁Compliance",
+        0.0
+      ],
+      [
+        "▁Dexterity",
+        0.0
+      ],
+      [
+        "▁1906",
+        0.0
+      ],
+      [
+        "warn",
+        0.0
+      ],
+      [
+        "Dallas",
+        0.0
+      ],
+      [
+        "Maximum",
+        0.0
+      ],
+      [
+        "nard",
+        0.0
+      ],
+      [
+        "avia",
+        0.0
+      ],
+      [
+        "beaut",
+        0.0
+      ],
+      [
+        "ensitivity",
+        0.0
+      ],
+      [
+        "trace",
+        0.0
+      ],
+      [
+        "▁pioneers",
+        0.0
+      ],
+      [
+        "▁Fract",
+        0.0
+      ],
+      [
+        "ãĢı",
+        0.0
+      ],
+      [
+        "▁precept",
+        0.0
+      ],
+      [
+        "▁glossy",
+        0.0
+      ],
+      [
+        "▁IEEE",
+        0.0
+      ],
+      [
+        "Across",
+        0.0
+      ],
+      [
+        "▁680",
+        0.0
+      ],
+      [
+        "Sleep",
+        0.0
+      ],
+      [
+        "cheon",
+        0.0
+      ],
+      [
+        "▁satirical",
+        0.0
+      ],
+      [
+        "▁Minotaur",
+        0.0
+      ],
+      [
+        "▁Claude",
+        0.0
+      ],
+      [
+        "▁ré",
+        0.0
+      ],
+      [
+        "apego",
+        0.0
+      ],
+      [
+        "▁carrot",
+        0.0
+      ],
+      [
+        "▁Semin",
+        0.0
+      ],
+      [
+        "inoa",
+        0.0
+      ],
+      [
+        "▁zo",
+        0.0
+      ],
+      [
+        "Independent",
+        0.0
+      ],
+      [
+        "▁diagnoses",
+        0.0
+      ],
+      [
+        "▁Cue",
+        0.0
+      ],
+      [
+        "MAR",
+        0.0
+      ],
+      [
+        "▁rendition",
+        0.0
+      ],
+      [
+        "▁Kik",
+        0.0
+      ],
+      [
+        "▁pathology",
+        0.0
+      ],
+      [
+        "▁selects",
+        0.0
+      ],
+      [
+        "LinkedIn",
+        0.0
+      ],
+      [
+        "▁assay",
+        0.0
+      ],
+      [
+        "▁Dres",
+        0.0
+      ],
+      [
+        "▁textual",
+        0.0
+      ],
+      [
+        "posted",
+        0.0
+      ],
+      [
+        "ITAL",
+        0.0
+      ],
+      [
+        "▁Maul",
+        0.0
+      ],
+      [
+        "Neal",
+        0.0
+      ],
+      [
+        "▁interconnected",
+        0.0
+      ],
+      [
+        "▁erratic",
+        0.0
+      ],
+      [
+        "▁Virus",
+        0.0
+      ],
+      [
+        "▁530",
+        0.0
+      ],
+      [
+        "▁environmentalists",
+        0.0
+      ],
+      [
+        "▁Phelps",
+        0.0
+      ],
+      [
+        "▁engagements",
+        0.0
+      ],
+      [
+        "▁INST",
+        0.0
+      ],
+      [
+        "▁economical",
+        0.0
+      ],
+      [
+        "noxious",
+        0.0
+      ],
+      [
+        "▁gearing",
+        0.0
+      ],
+      [
+        "izzy",
+        0.0
+      ],
+      [
+        "▁favorably",
+        0.0
+      ],
+      [
+        "▁McGill",
+        0.0
+      ],
+      [
+        "Term",
+        0.0
+      ],
+      [
+        "▁hanged",
+        0.0
+      ],
+      [
+        "▁ballpark",
+        0.0
+      ],
+      [
+        "▁Reyes",
+        0.0
+      ],
+      [
+        "▁beware",
+        0.0
+      ],
+      [
+        "▁Psal",
+        0.0
+      ],
+      [
+        "▁Massacre",
+        0.0
+      ],
+      [
+        "qi",
+        0.0
+      ],
+      [
+        "▁inaccessible",
+        0.0
+      ],
+      [
+        "aclysm",
+        0.0
+      ],
+      [
+        "▁fray",
+        0.0
+      ],
+      [
+        "illac",
+        0.0
+      ],
+      [
+        "▁bitterly",
+        0.0
+      ],
+      [
+        "▁Certification",
+        0.0
+      ],
+      [
+        "Michigan",
+        0.0
+      ],
+      [
+        "▁irrespective",
+        0.0
+      ],
+      [
+        "alore",
+        0.0
+      ],
+      [
+        "Empty",
+        0.0
+      ],
+      [
+        "▁endorsements",
+        0.0
+      ],
+      [
+        "▁undet",
+        0.0
+      ],
+      [
+        "fg",
+        0.0
+      ],
+      [
+        "equipped",
+        0.0
+      ],
+      [
+        "▁merciless",
+        0.0
+      ],
+      [
+        "▁Cust",
+        0.0
+      ],
+      [
+        "▁immature",
+        0.0
+      ],
+      [
+        "▁voucher",
+        0.0
+      ],
+      [
+        "▁Blackwell",
+        0.0
+      ],
+      [
+        "Ñı",
+        0.0
+      ],
+      [
+        "hawk",
+        0.0
+      ],
+      [
+        "disciplinary",
+        0.0
+      ],
+      [
+        "ilee",
+        0.0
+      ],
+      [
+        "▁Makoto",
+        0.0
+      ],
+      [
+        "▁Dude",
+        0.0
+      ],
+      [
+        "ãĥĩãĤ£",
+        0.0
+      ],
+      [
+        "Years",
+        0.0
+      ],
+      [
+        "▁inver",
+        0.0
+      ],
+      [
+        "▁shaman",
+        0.0
+      ],
+      [
+        "▁Yong",
+        0.0
+      ],
+      [
+        "ipel",
+        0.0
+      ],
+      [
+        "ellen",
+        0.0
+      ],
+      [
+        "▁Cathy",
+        0.0
+      ],
+      [
+        "brids",
+        0.0
+      ],
+      [
+        "▁sarc",
+        0.0
+      ],
+      [
+        "651",
+        0.0
+      ],
+      [
+        "Near",
+        0.0
+      ],
+      [
+        "▁groundwork",
+        0.0
+      ],
+      [
+        "▁amaz",
+        0.0
+      ],
+      [
+        "▁415",
+        0.0
+      ],
+      [
+        "▁Huntington",
+        0.0
+      ],
+      [
+        "hews",
+        0.0
+      ],
+      [
+        "▁Bung",
+        0.0
+      ],
+      [
+        "▁arbitrarily",
+        0.0
+      ],
+      [
+        "▁Wit",
+        0.0
+      ],
+      [
+        "▁Alberto",
+        0.0
+      ],
+      [
+        "▁disqualified",
+        0.0
+      ],
+      [
+        "bestos",
+        0.0
+      ],
+      [
+        "461",
+        0.0
+      ],
+      [
+        "▁pc",
+        0.0
+      ],
+      [
+        "▁284",
+        0.0
+      ],
+      [
+        "robat",
+        0.0
+      ],
+      [
+        "Robin",
+        0.0
+      ],
+      [
+        "▁hugs",
+        0.0
+      ],
+      [
+        "▁Transition",
+        0.0
+      ],
+      [
+        "▁Occasionally",
+        0.0
+      ],
+      [
+        "▁326",
+        0.0
+      ],
+      [
+        "▁Whilst",
+        0.0
+      ],
+      [
+        "▁Ley",
+        0.0
+      ],
+      [
+        "▁spaceship",
+        0.0
+      ],
+      [
+        "csv",
+        0.0
+      ],
+      [
+        "▁unsuccessfully",
+        0.0
+      ],
+      [
+        "▁Au",
+        0.0
+      ],
+      [
+        "leck",
+        0.0
+      ],
+      [
+        "▁Winged",
+        0.0
+      ],
+      [
+        "▁Grizzlies",
+        0.0
+      ],
+      [
+        ".�",
+        0.0
+      ],
+      [
+        "▁nearer",
+        0.0
+      ],
+      [
+        "▁Sorceress",
+        0.0
+      ],
+      [
+        "▁Indigo",
+        0.0
+      ],
+      [
+        "Else",
+        0.0
+      ],
+      [
+        "840",
+        0.0
+      ],
+      [
+        "letes",
+        0.0
+      ],
+      [
+        "Coach",
+        0.0
+      ],
+      [
+        "▁upbringing",
+        0.0
+      ],
+      [
+        "▁Kes",
+        0.0
+      ],
+      [
+        "▁separatist",
+        0.0
+      ],
+      [
+        "▁racists",
+        0.0
+      ],
+      [
+        "▁chained",
+        0.0
+      ],
+      [
+        "▁abstinence",
+        0.0
+      ],
+      [
+        "learning",
+        0.0
+      ],
+      [
+        "▁reinstated",
+        0.0
+      ],
+      [
+        "▁symmetry",
+        0.0
+      ],
+      [
+        "▁reminders",
+        0.0
+      ],
+      [
+        "▁Chevy",
+        0.0
+      ],
+      [
+        "▁mont",
+        0.0
+      ],
+      [
+        "▁exemplary",
+        0.0
+      ],
+      [
+        "▁TOR",
+        0.0
+      ],
+      [
+        "ZX",
+        0.0
+      ],
+      [
+        "▁qualitative",
+        0.0
+      ],
+      [
+        "▁Stamp",
+        0.0
+      ],
+      [
+        "▁Savannah",
+        0.0
+      ],
+      [
+        "▁Rossi",
+        0.0
+      ],
+      [
+        "▁paed",
+        0.0
+      ],
+      [
+        "▁dispensaries",
+        0.0
+      ],
+      [
+        "▁Walls",
+        0.0
+      ],
+      [
+        "▁Chronic",
+        0.0
+      ],
+      [
+        "▁complimentary",
+        0.0
+      ],
+      [
+        "▁Beirut",
+        0.0
+      ],
+      [
+        "▁+---",
+        0.0
+      ],
+      [
+        "igslist",
+        0.0
+      ],
+      [
+        "▁cryptographic",
+        0.0
+      ],
+      [
+        "masters",
+        0.0
+      ],
+      [
+        "▁Capitals",
+        0.0
+      ],
+      [
+        "▁maximal",
+        0.0
+      ],
+      [
+        "▁entropy",
+        0.0
+      ],
+      [
+        "Points",
+        0.0
+      ],
+      [
+        "▁combatants",
+        0.0
+      ],
+      [
+        "lip",
+        0.0
+      ],
+      [
+        "▁Glob",
+        0.0
+      ],
+      [
+        "▁BMC",
+        0.0
+      ],
+      [
+        "phase",
+        0.0
+      ],
+      [
+        "thank",
+        0.0
+      ],
+      [
+        "HTTP",
+        0.0
+      ],
+      [
+        "▁commuter",
+        0.0
+      ],
+      [
+        "▁\\(\\",
+        0.0
+      ],
+      [
+        "../",
+        0.0
+      ],
+      [
+        "▁Regener",
+        0.0
+      ],
+      [
+        "▁DOI",
+        0.0
+      ],
+      [
+        "▁Activision",
+        0.0
+      ],
+      [
+        "▁slit",
+        0.0
+      ],
+      [
+        "osal",
+        0.0
+      ],
+      [
+        "REM",
+        0.0
+      ],
+      [
+        "▁chants",
+        0.0
+      ],
+      [
+        "Yu",
+        0.0
+      ],
+      [
+        "Keys",
+        0.0
+      ],
+      [
+        "Brexit",
+        0.0
+      ],
+      [
+        "▁Forced",
+        0.0
+      ],
+      [
+        "Arizona",
+        0.0
+      ],
+      [
+        "▁squadron",
+        0.0
+      ],
+      [
+        "ISO",
+        0.0
+      ],
+      [
+        "▁Malone",
+        0.0
+      ],
+      [
+        "▁338",
+        0.0
+      ],
+      [
+        "▁contrasting",
+        0.0
+      ],
+      [
+        "▁tidal",
+        0.0
+      ],
+      [
+        "▁libel",
+        0.0
+      ],
+      [
+        "▁implanted",
+        0.0
+      ],
+      [
+        "▁uproar",
+        0.0
+      ],
+      [
+        "▁Cater",
+        0.0
+      ],
+      [
+        "▁propositions",
+        0.0
+      ],
+      [
+        "Manchester",
+        0.0
+      ],
+      [
+        "▁Euros",
+        0.0
+      ],
+      [
+        "itamin",
+        0.0
+      ],
+      [
+        "Gil",
+        0.0
+      ],
+      [
+        "▁Elven",
+        0.0
+      ],
+      [
+        "▁Seek",
+        0.0
+      ],
+      [
+        "▁Bai",
+        0.0
+      ],
+      [
+        "▁redevelopment",
+        0.0
+      ],
+      [
+        "▁Towns",
+        0.0
+      ],
+      [
+        "▁Lub",
+        0.0
+      ],
+      [
+        "!\",",
+        0.0
+      ],
+      [
+        "alon",
+        0.0
+      ],
+      [
+        "Krist",
+        0.0
+      ],
+      [
+        "▁measurable",
+        0.0
+      ],
+      [
+        "▁imaginable",
+        0.0
+      ],
+      [
+        "▁apostles",
+        0.0
+      ],
+      [
+        "YN",
+        0.0
+      ],
+      [
+        "760",
+        0.0
+      ],
+      [
+        "▁steroid",
+        0.0
+      ],
+      [
+        "▁specificity",
+        0.0
+      ],
+      [
+        "▁Located",
+        0.0
+      ],
+      [
+        "▁Becker",
+        0.0
+      ],
+      [
+        "▁Edu",
+        0.0
+      ],
+      [
+        "▁Dietary",
+        0.0
+      ],
+      [
+        "utsch",
+        0.0
+      ],
+      [
+        "▁Marilyn",
+        0.0
+      ],
+      [
+        "▁blister",
+        0.0
+      ],
+      [
+        "▁MEP",
+        0.0
+      ],
+      [
+        "▁Koz",
+        0.0
+      ],
+      [
+        "▁CMS",
+        0.0
+      ],
+      [
+        "yahoo",
+        0.0
+      ],
+      [
+        "▁Carney",
+        0.0
+      ],
+      [
+        "▁boasting",
+        0.0
+      ],
+      [
+        "▁Caleb",
+        0.0
+      ],
+      [
+        "Byte",
+        0.0
+      ],
+      [
+        "reads",
+        0.0
+      ],
+      [
+        "aden",
+        0.0
+      ],
+      [
+        "Problem",
+        0.0
+      ],
+      [
+        "▁Woodward",
+        0.0
+      ],
+      [
+        "Swe",
+        0.0
+      ],
+      [
+        "Sup",
+        0.0
+      ],
+      [
+        "▁KGB",
+        0.0
+      ],
+      [
+        "Setup",
+        0.0
+      ],
+      [
+        "▁tacit",
+        0.0
+      ],
+      [
+        "▁retribution",
+        0.0
+      ],
+      [
+        "▁dues",
+        0.0
+      ],
+      [
+        "▁Mü",
+        0.0
+      ],
+      [
+        ".?",
+        0.0
+      ],
+      [
+        "ä¸Ń",
+        0.0
+      ],
+      [
+        "pots",
+        0.0
+      ],
+      [
+        "▁cameo",
+        0.0
+      ],
+      [
+        "▁PAL",
+        0.0
+      ],
+      [
+        "education",
+        0.0
+      ],
+      [
+        "Amy",
+        0.0
+      ],
+      [
+        "likely",
+        0.0
+      ],
+      [
+        "gling",
+        0.0
+      ],
+      [
+        "▁constitutionally",
+        0.0
+      ],
+      [
+        "▁Hamm",
+        0.0
+      ],
+      [
+        "▁Speak",
+        0.0
+      ],
+      [
+        "▁widgets",
+        0.0
+      ],
+      [
+        "brate",
+        0.0
+      ],
+      [
+        "▁crappy",
+        0.0
+      ],
+      [
+        "▁Iter",
+        0.0
+      ],
+      [
+        "▁anticipating",
+        0.0
+      ],
+      [
+        "▁Bout",
+        0.0
+      ],
+      [
+        "Pixel",
+        0.0
+      ],
+      [
+        "▁Yep",
+        0.0
+      ],
+      [
+        "▁Laurie",
+        0.0
+      ],
+      [
+        "▁hut",
+        0.0
+      ],
+      [
+        "▁bulletin",
+        0.0
+      ],
+      [
+        "▁Salvation",
+        0.0
+      ],
+      [
+        "▁chats",
+        0.0
+      ],
+      [
+        "earable",
+        0.0
+      ],
+      [
+        "Honestly",
+        0.0
+      ],
+      [
+        "ALTH",
+        0.0
+      ],
+      [
+        "onsequ",
+        0.0
+      ],
+      [
+        "cult",
+        0.0
+      ],
+      [
+        "iscovery",
+        0.0
+      ],
+      [
+        "ovych",
+        0.0
+      ],
+      [
+        "▁selves",
+        0.0
+      ],
+      [
+        "▁Satoshi",
+        0.0
+      ],
+      [
+        "Sounds",
+        0.0
+      ],
+      [
+        "▁convergence",
+        0.0
+      ],
+      [
+        "▁Rosenberg",
+        0.0
+      ],
+      [
+        "1974",
+        0.0
+      ],
+      [
+        "▁nasal",
+        0.0
+      ],
+      [
+        "▁fullest",
+        0.0
+      ],
+      [
+        "▁ferocious",
+        0.0
+      ],
+      [
+        "xus",
+        0.0
+      ],
+      [
+        "iste",
+        0.0
+      ],
+      [
+        "AMS",
+        0.0
+      ],
+      [
+        "▁lobbied",
+        0.0
+      ],
+      [
+        "▁soothing",
+        0.0
+      ],
+      [
+        "▁Gunn",
+        0.0
+      ],
+      [
+        "today",
+        0.0
+      ],
+      [
+        "024",
+        0.0
+      ],
+      [
+        "▁inspirational",
+        0.0
+      ],
+      [
+        "▁NBN",
+        0.0
+      ],
+      [
+        "pb",
+        0.0
+      ],
+      [
+        "gewater",
+        0.0
+      ],
+      [
+        "orah",
+        0.0
+      ],
+      [
+        "allowed",
+        0.0
+      ],
+      [
+        "▁Coliseum",
+        0.0
+      ],
+      [
+        "▁specializing",
+        0.0
+      ],
+      [
+        "▁insanely",
+        0.0
+      ],
+      [
+        "▁Tape",
+        0.0
+      ],
+      [
+        "delay",
+        0.0
+      ],
+      [
+        "▁tarn",
+        0.0
+      ],
+      [
+        "▁Pound",
+        0.0
+      ],
+      [
+        "▁melanch",
+        0.0
+      ],
+      [
+        "▁deployments",
+        0.0
+      ],
+      [
+        "iland",
+        0.0
+      ],
+      [
+        "▁lessen",
+        0.0
+      ],
+      [
+        "▁furry",
+        0.0
+      ],
+      [
+        "▁UEFA",
+        0.0
+      ],
+      [
+        "▁bloodshed",
+        0.0
+      ],
+      [
+        "▁Meier",
+        0.0
+      ],
+      [
+        "ithering",
+        0.0
+      ],
+      [
+        "▁heirs",
+        0.0
+      ],
+      [
+        "▁Jaw",
+        0.0
+      ],
+      [
+        "axter",
+        0.0
+      ],
+      [
+        "▁Publications",
+        0.0
+      ],
+      [
+        "▁alters",
+        0.0
+      ],
+      [
+        "intention",
+        0.0
+      ],
+      [
+        "▁Winchester",
+        0.0
+      ],
+      [
+        "determination",
+        0.0
+      ],
+      [
+        "▁Lifetime",
+        0.0
+      ],
+      [
+        "thin",
+        0.0
+      ],
+      [
+        "Monster",
+        0.0
+      ],
+      [
+        "780",
+        0.0
+      ],
+      [
+        "▁approximation",
+        0.0
+      ],
+      [
+        "▁supermarkets",
+        0.0
+      ],
+      [
+        "▁Seconds",
+        0.0
+      ],
+      [
+        "oros",
+        0.0
+      ],
+      [
+        "huge",
+        0.0
+      ],
+      [
+        "▁bribe",
+        0.0
+      ],
+      [
+        "▁LIMITED",
+        0.0
+      ],
+      [
+        "uned",
+        0.0
+      ],
+      [
+        "▁misinterpret",
+        0.0
+      ],
+      [
+        "▁Injury",
+        0.0
+      ],
+      [
+        "▁367",
+        0.0
+      ],
+      [
+        "▁thresholds",
+        0.0
+      ],
+      [
+        "▁Carnival",
+        0.0
+      ],
+      [
+        "▁gastrointestinal",
+        0.0
+      ],
+      [
+        "▁guideline",
+        0.0
+      ],
+      [
+        "▁deceived",
+        0.0
+      ],
+      [
+        "features",
+        0.0
+      ],
+      [
+        "▁purportedly",
+        0.0
+      ],
+      [
+        "▁Ronnie",
+        0.0
+      ],
+      [
+        "▁Newt",
+        0.0
+      ],
+      [
+        "▁spacious",
+        0.0
+      ],
+      [
+        "asus",
+        0.0
+      ],
+      [
+        "▁superheroes",
+        0.0
+      ],
+      [
+        "▁Cynthia",
+        0.0
+      ],
+      [
+        "legged",
+        0.0
+      ],
+      [
+        "kamp",
+        0.0
+      ],
+      [
+        "chio",
+        0.0
+      ],
+      [
+        "▁thumbnail",
+        0.0
+      ],
+      [
+        "▁Shirley",
+        0.0
+      ],
+      [
+        "illation",
+        0.0
+      ],
+      [
+        "▁sheds",
+        0.0
+      ],
+      [
+        "▁Zy",
+        0.0
+      ],
+      [
+        "EPA",
+        0.0
+      ],
+      [
+        "▁dams",
+        0.0
+      ],
+      [
+        "▁yawn",
+        0.0
+      ],
+      [
+        "nah",
+        0.0
+      ],
+      [
+        "▁Peggy",
+        0.0
+      ],
+      [
+        "▁Erie",
+        0.0
+      ],
+      [
+        "▁Juventus",
+        0.0
+      ],
+      [
+        "▁Fountain",
+        0.0
+      ],
+      [
+        "rx",
+        0.0
+      ],
+      [
+        "donald",
+        0.0
+      ],
+      [
+        "album",
+        0.0
+      ],
+      [
+        "▁Comprehensive",
+        0.0
+      ],
+      [
+        "▁caching",
+        0.0
+      ],
+      [
+        "▁Uz",
+        0.0
+      ],
+      [
+        "ulnerability",
+        0.0
+      ],
+      [
+        "▁Principle",
+        0.0
+      ],
+      [
+        "▁Jian",
+        0.0
+      ],
+      [
+        "ingers",
+        0.0
+      ],
+      [
+        "casts",
+        0.0
+      ],
+      [
+        "▁Osiris",
+        0.0
+      ],
+      [
+        "chart",
+        0.0
+      ],
+      [
+        "tile",
+        0.0
+      ],
+      [
+        "▁Tiffany",
+        0.0
+      ],
+      [
+        "▁Patton",
+        0.0
+      ],
+      [
+        "▁Whip",
+        0.0
+      ],
+      [
+        "▁oversized",
+        0.0
+      ],
+      [
+        "Je",
+        0.0
+      ],
+      [
+        "▁Cinderella",
+        0.0
+      ],
+      [
+        "▁Borders",
+        0.0
+      ],
+      [
+        "▁Daesh",
+        0.0
+      ],
+      [
+        "Mah",
+        0.0
+      ],
+      [
+        "▁dogma",
+        0.0
+      ],
+      [
+        "▁communists",
+        0.0
+      ],
+      [
+        "vu",
+        0.0
+      ],
+      [
+        "Council",
+        0.0
+      ],
+      [
+        "▁freshwater",
+        0.0
+      ],
+      [
+        "▁wounding",
+        0.0
+      ],
+      [
+        "▁debacle",
+        0.0
+      ],
+      [
+        "▁youngster",
+        0.0
+      ],
+      [
+        "▁threaded",
+        0.0
+      ],
+      [
+        "▁Bots",
+        0.0
+      ],
+      [
+        "▁Savings",
+        0.0
+      ],
+      [
+        "ãģĤ",
+        0.0
+      ],
+      [
+        "oling",
+        0.0
+      ],
+      [
+        "oho",
+        0.0
+      ],
+      [
+        "▁illumination",
+        0.0
+      ],
+      [
+        "MRI",
+        0.0
+      ],
+      [
+        "▁loosen",
+        0.0
+      ],
+      [
+        "trump",
+        0.0
+      ],
+      [
+        "agency",
+        0.0
+      ],
+      [
+        "urion",
+        0.0
+      ],
+      [
+        "▁momentarily",
+        0.0
+      ],
+      [
+        "▁Chun",
+        0.0
+      ],
+      [
+        "▁Budapest",
+        0.0
+      ],
+      [
+        "▁Alley",
+        0.0
+      ],
+      [
+        "Disk",
+        0.0
+      ],
+      [
+        "▁astonished",
+        0.0
+      ],
+      [
+        "▁Conquer",
+        0.0
+      ],
+      [
+        "▁Accounting",
+        0.0
+      ],
+      [
+        "having",
+        0.0
+      ],
+      [
+        "▁Wein",
+        0.0
+      ],
+      [
+        "▁Alright",
+        0.0
+      ],
+      [
+        "▁revolver",
+        0.0
+      ],
+      [
+        "▁delusion",
+        0.0
+      ],
+      [
+        "▁relics",
+        0.0
+      ],
+      [
+        "▁adherent",
+        0.0
+      ],
+      [
+        "quant",
+        0.0
+      ],
+      [
+        "▁handmade",
+        0.0
+      ],
+      [
+        "orio",
+        0.0
+      ],
+      [
+        "▁combating",
+        0.0
+      ],
+      [
+        "coded",
+        0.0
+      ],
+      [
+        "▁quadru",
+        0.0
+      ],
+      [
+        "reth",
+        0.0
+      ],
+      [
+        "Nik",
+        0.0
+      ],
+      [
+        "▁Tribal",
+        0.0
+      ],
+      [
+        "▁Mysterious",
+        0.0
+      ],
+      [
+        "▁inhal",
+        0.0
+      ],
+      [
+        "▁Winning",
+        0.0
+      ],
+      [
+        "▁Classification",
+        0.0
+      ],
+      [
+        "changed",
+        0.0
+      ],
+      [
+        "▁unab",
+        0.0
+      ],
+      [
+        "▁scorn",
+        0.0
+      ],
+      [
+        "icipated",
+        0.0
+      ],
+      [
+        "wl",
+        0.0
+      ],
+      [
+        "onductor",
+        0.0
+      ],
+      [
+        "▁reinforcing",
+        0.0
+      ],
+      [
+        "▁Childhood",
+        0.0
+      ],
+      [
+        "anova",
+        0.0
+      ],
+      [
+        "▁adventurer",
+        0.0
+      ],
+      [
+        "▁doctoral",
+        0.0
+      ],
+      [
+        "▁Strategies",
+        0.0
+      ],
+      [
+        "▁engulfed",
+        0.0
+      ],
+      [
+        "▁Encounter",
+        0.0
+      ],
+      [
+        "▁lashes",
+        0.0
+      ],
+      [
+        "Critical",
+        0.0
+      ],
+      [
+        "ricular",
+        0.0
+      ],
+      [
+        "▁UTF",
+        0.0
+      ],
+      [
+        "ociation",
+        0.0
+      ],
+      [
+        "checking",
+        0.0
+      ],
+      [
+        "▁Consulting",
+        0.0
+      ],
+      [
+        "Runtime",
+        0.0
+      ],
+      [
+        "period",
+        0.0
+      ],
+      [
+        "▁Asgard",
+        0.0
+      ],
+      [
+        "▁distilled",
+        0.0
+      ],
+      [
+        "▁Pasadena",
+        0.0
+      ],
+      [
+        "▁Dying",
+        0.0
+      ],
+      [
+        "▁COUNTY",
+        0.0
+      ],
+      [
+        "▁granite",
+        0.0
+      ],
+      [
+        "▁smack",
+        0.0
+      ],
+      [
+        "▁parachute",
+        0.0
+      ],
+      [
+        "▁SUR",
+        0.0
+      ],
+      [
+        "Virginia",
+        0.0
+      ],
+      [
+        "▁Furious",
+        0.0
+      ],
+      [
+        "787",
+        0.0
+      ],
+      [
+        "▁Okin",
+        0.0
+      ],
+      [
+        "▁camel",
+        0.0
+      ],
+      [
+        "▁Mbps",
+        0.0
+      ],
+      [
+        "1972",
+        0.0
+      ],
+      [
+        "▁Chao",
+        0.0
+      ],
+      [
+        "▁Cyan",
+        0.0
+      ],
+      [
+        "joice",
+        0.0
+      ],
+      [
+        "efer",
+        0.0
+      ],
+      [
+        "▁Wrap",
+        0.0
+      ],
+      [
+        "▁Debate",
+        0.0
+      ],
+      [
+        "Seg",
+        0.0
+      ],
+      [
+        "▁forearm",
+        0.0
+      ],
+      [
+        "▁Ignore",
+        0.0
+      ],
+      [
+        "▁timestamp",
+        0.0
+      ],
+      [
+        "▁probing",
+        0.0
+      ],
+      [
+        "▁Noon",
+        0.0
+      ],
+      [
+        "▁Grail",
+        0.0
+      ],
+      [
+        "fen",
+        0.0
+      ],
+      [
+        "▁dormant",
+        0.0
+      ],
+      [
+        "▁Firstly",
+        0.0
+      ],
+      [
+        "▁Eighth",
+        0.0
+      ],
+      [
+        "▁HUN",
+        0.0
+      ],
+      [
+        "▁Desire",
+        0.0
+      ],
+      [
+        "oras",
+        0.0
+      ],
+      [
+        "Girls",
+        0.0
+      ],
+      [
+        "▁Desmond",
+        0.0
+      ],
+      [
+        "zar",
+        0.0
+      ],
+      [
+        "amines",
+        0.0
+      ],
+      [
+        "OAD",
+        0.0
+      ],
+      [
+        "execute",
+        0.0
+      ],
+      [
+        "▁boobs",
+        0.0
+      ],
+      [
+        "▁ATL",
+        0.0
+      ],
+      [
+        "_(",
+        0.0
+      ],
+      [
+        "Chelsea",
+        0.0
+      ],
+      [
+        "▁masturbation",
+        0.0
+      ],
+      [
+        "▁CoC",
+        0.0
+      ],
+      [
+        "▁destroyer",
+        0.0
+      ],
+      [
+        "▁Chomsky",
+        0.0
+      ],
+      [
+        "▁scatter",
+        0.0
+      ],
+      [
+        "▁Assets",
+        0.0
+      ],
+      [
+        "796",
+        0.0
+      ],
+      [
+        "▁Cargo",
+        0.0
+      ],
+      [
+        "▁receptive",
+        0.0
+      ],
+      [
+        "▁Scope",
+        0.0
+      ],
+      [
+        "▁marketers",
+        0.0
+      ],
+      [
+        "▁launchers",
+        0.0
+      ],
+      [
+        "▁axle",
+        0.0
+      ],
+      [
+        "▁SEA",
+        0.0
+      ],
+      [
+        "seq",
+        0.0
+      ],
+      [
+        "▁Moff",
+        0.0
+      ],
+      [
+        "finding",
+        0.0
+      ],
+      [
+        "▁Gibbs",
+        0.0
+      ],
+      [
+        "Georgia",
+        0.0
+      ],
+      [
+        "extremely",
+        0.0
+      ],
+      [
+        "NJ",
+        0.0
+      ],
+      [
+        "▁laborers",
+        0.0
+      ],
+      [
+        "stals",
+        0.0
+      ],
+      [
+        "▁mediation",
+        0.0
+      ],
+      [
+        "▁Hedge",
+        0.0
+      ],
+      [
+        "atown",
+        0.0
+      ],
+      [
+        "▁iod",
+        0.0
+      ],
+      [
+        "despite",
+        0.0
+      ],
+      [
+        "vill",
+        0.0
+      ],
+      [
+        "Jane",
+        0.0
+      ],
+      [
+        "existence",
+        0.0
+      ],
+      [
+        "▁coincided",
+        0.0
+      ],
+      [
+        "▁Utilities",
+        0.0
+      ],
+      [
+        "▁Cheap",
+        0.0
+      ],
+      [
+        "▁logistical",
+        0.0
+      ],
+      [
+        "▁culmination",
+        0.0
+      ],
+      [
+        "▁Nicotine",
+        0.0
+      ],
+      [
+        "pak",
+        0.0
+      ],
+      [
+        "Folder",
+        0.0
+      ],
+      [
+        "▁rodents",
+        0.0
+      ],
+      [
+        "stuff",
+        0.0
+      ],
+      [
+        "▁lawfully",
+        0.0
+      ],
+      [
+        "▁reperto",
+        0.0
+      ],
+      [
+        "ioch",
+        0.0
+      ],
+      [
+        "jj",
+        0.0
+      ],
+      [
+        "Dialogue",
+        0.0
+      ],
+      [
+        "HHHH",
+        0.0
+      ],
+      [
+        "liction",
+        0.0
+      ],
+      [
+        "Looks",
+        0.0
+      ],
+      [
+        "▁297",
+        0.0
+      ],
+      [
+        "▁turrets",
+        0.0
+      ],
+      [
+        "▁Abandon",
+        0.0
+      ],
+      [
+        "▁incess",
+        0.0
+      ],
+      [
+        "▁Trafford",
+        0.0
+      ],
+      [
+        "▁curled",
+        0.0
+      ],
+      [
+        "▁preferring",
+        0.0
+      ],
+      [
+        "▁privatization",
+        0.0
+      ],
+      [
+        "▁irresist",
+        0.0
+      ],
+      [
+        "▁Panda",
+        0.0
+      ],
+      [
+        "▁Shake",
+        0.0
+      ],
+      [
+        "▁McGr",
+        0.0
+      ],
+      [
+        "ãĥĦ",
+        0.0
+      ],
+      [
+        "unders",
+        0.0
+      ],
+      [
+        "▁discriminated",
+        0.0
+      ],
+      [
+        "▁bartender",
+        0.0
+      ],
+      [
+        "ILE",
+        0.0
+      ],
+      [
+        "Atlantic",
+        0.0
+      ],
+      [
+        "▁propensity",
+        0.0
+      ],
+      [
+        "▁Wiz",
+        0.0
+      ],
+      [
+        "▁Gim",
+        0.0
+      ],
+      [
+        "conference",
+        0.0
+      ],
+      [
+        "▁reinforces",
+        0.0
+      ],
+      [
+        "Gh",
+        0.0
+      ],
+      [
+        "wagon",
+        0.0
+      ],
+      [
+        "▁eerie",
+        0.0
+      ],
+      [
+        "Fal",
+        0.0
+      ],
+      [
+        "▁hugged",
+        0.0
+      ],
+      [
+        "racist",
+        0.0
+      ],
+      [
+        "RIC",
+        0.0
+      ],
+      [
+        "Fu",
+        0.0
+      ],
+      [
+        "▁filler",
+        0.0
+      ],
+      [
+        "▁Stub",
+        0.0
+      ],
+      [
+        "▁engraved",
+        0.0
+      ],
+      [
+        "▁Wrestle",
+        0.0
+      ],
+      [
+        "▁imaginative",
+        0.0
+      ],
+      [
+        "▁Peer",
+        0.0
+      ],
+      [
+        "▁Factors",
+        0.0
+      ],
+      [
+        "anus",
+        0.0
+      ],
+      [
+        "▁Dracula",
+        0.0
+      ],
+      [
+        "monitor",
+        0.0
+      ],
+      [
+        "▁routers",
+        0.0
+      ],
+      [
+        "ibia",
+        0.0
+      ],
+      [
+        "▁Boolean",
+        0.0
+      ],
+      [
+        "endale",
+        0.0
+      ],
+      [
+        "▁Slaughter",
+        0.0
+      ],
+      [
+        "▁Shack",
+        0.0
+      ],
+      [
+        "RFC",
+        0.0
+      ],
+      [
+        "▁Spielberg",
+        0.0
+      ],
+      [
+        "Sax",
+        0.0
+      ],
+      [
+        "▁PHOTO",
+        0.0
+      ],
+      [
+        "▁Clover",
+        0.0
+      ],
+      [
+        "▁Rae",
+        0.0
+      ],
+      [
+        "Depending",
+        0.0
+      ],
+      [
+        "▁Memor",
+        0.0
+      ],
+      [
+        "aram",
+        0.0
+      ],
+      [
+        "▁pierced",
+        0.0
+      ],
+      [
+        "▁curtains",
+        0.0
+      ],
+      [
+        "vale",
+        0.0
+      ],
+      [
+        "▁Inquisition",
+        0.0
+      ],
+      [
+        "▁Poke",
+        0.0
+      ],
+      [
+        "▁forecasting",
+        0.0
+      ],
+      [
+        "▁complains",
+        0.0
+      ],
+      [
+        "Sense",
+        0.0
+      ],
+      [
+        "▁Hermes",
+        0.0
+      ],
+      [
+        "iscovered",
+        0.0
+      ],
+      [
+        "▁bible",
+        0.0
+      ],
+      [
+        "▁Morph",
+        0.0
+      ],
+      [
+        "▁germ",
+        0.0
+      ],
+      [
+        "785",
+        0.0
+      ],
+      [
+        "DON",
+        0.0
+      ],
+      [
+        "▁congen",
+        0.0
+      ],
+      [
+        "▁crane",
+        0.0
+      ],
+      [
+        "▁DPR",
+        0.0
+      ],
+      [
+        "▁respectfully",
+        0.0
+      ],
+      [
+        "Room",
+        0.0
+      ],
+      [
+        "▁Naw",
+        0.0
+      ],
+      [
+        "▁Dalai",
+        0.0
+      ],
+      [
+        "reason",
+        0.0
+      ],
+      [
+        "▁Angus",
+        0.0
+      ],
+      [
+        "Education",
+        0.0
+      ],
+      [
+        "▁Titanic",
+        0.0
+      ],
+      [
+        "Ëľ",
+        0.0
+      ],
+      [
+        "▁oval",
+        0.0
+      ],
+      [
+        "united",
+        0.0
+      ],
+      [
+        "▁thirds",
+        0.0
+      ],
+      [
+        "▁moistur",
+        0.0
+      ],
+      [
+        "▁CPC",
+        0.0
+      ],
+      [
+        "Miami",
+        0.0
+      ],
+      [
+        "▁tentacles",
+        0.0
+      ],
+      [
+        "▁Polaris",
+        0.0
+      ],
+      [
+        "exc",
+        0.0
+      ],
+      [
+        "exclusive",
+        0.0
+      ],
+      [
+        "▁Prairie",
+        0.0
+      ],
+      [
+        "▁colossal",
+        0.0
+      ],
+      [
+        "▁Blend",
+        0.0
+      ],
+      [
+        "surprisingly",
+        0.0
+      ],
+      [
+        "ÃŃs",
+        0.0
+      ],
+      [
+        "▁indoctr",
+        0.0
+      ],
+      [
+        "▁basal",
+        0.0
+      ],
+      [
+        "▁MPEG",
+        0.0
+      ],
+      [
+        "undo",
+        0.0
+      ],
+      [
+        "Split",
+        0.0
+      ],
+      [
+        "Development",
+        0.0
+      ],
+      [
+        "▁lantern",
+        0.0
+      ],
+      [
+        "1971",
+        0.0
+      ],
+      [
+        "▁provocation",
+        0.0
+      ],
+      [
+        "▁anguish",
+        0.0
+      ],
+      [
+        "▁Bind",
+        0.0
+      ],
+      [
+        "▁Leia",
+        0.0
+      ],
+      [
+        "ducers",
+        0.0
+      ],
+      [
+        "ippy",
+        0.0
+      ],
+      [
+        "conservancy",
+        0.0
+      ],
+      [
+        "▁initialize",
+        0.0
+      ],
+      [
+        "▁Twice",
+        0.0
+      ],
+      [
+        "▁Suk",
+        0.0
+      ],
+      [
+        "▁predic",
+        0.0
+      ],
+      [
+        "▁diploma",
+        0.0
+      ],
+      [
+        "▁sociop",
+        0.0
+      ],
+      [
+        "Ingredients",
+        0.0
+      ],
+      [
+        "▁hammered",
+        0.0
+      ],
+      [
+        "▁Irma",
+        0.0
+      ],
+      [
+        "Qaida",
+        0.0
+      ],
+      [
+        "▁glimps",
+        0.0
+      ],
+      [
+        "▁Bian",
+        0.0
+      ],
+      [
+        "▁stacking",
+        0.0
+      ],
+      [
+        "▁fend",
+        0.0
+      ],
+      [
+        "govtrack",
+        0.0
+      ],
+      [
+        "▁unn",
+        0.0
+      ],
+      [
+        "democratic",
+        0.0
+      ],
+      [
+        "igree",
+        0.0
+      ],
+      [
+        "▁580",
+        0.0
+      ],
+      [
+        "▁294",
+        0.0
+      ],
+      [
+        "▁strawberry",
+        0.0
+      ],
+      [
+        "IDER",
+        0.0
+      ],
+      [
+        "▁cherished",
+        0.0
+      ],
+      [
+        "▁Hots",
+        0.0
+      ],
+      [
+        "▁inferred",
+        0.0
+      ],
+      [
+        "▁808",
+        0.0
+      ],
+      [
+        "▁Socrates",
+        0.0
+      ],
+      [
+        "Oregon",
+        0.0
+      ],
+      [
+        "▁Roses",
+        0.0
+      ],
+      [
+        "▁FOIA",
+        0.0
+      ],
+      [
+        "▁insensitive",
+        0.0
+      ],
+      [
+        "▁408",
+        0.0
+      ],
+      [
+        "Recommend",
+        0.0
+      ],
+      [
+        "▁Shine",
+        0.0
+      ],
+      [
+        "▁painstaking",
+        0.0
+      ],
+      [
+        "UGE",
+        0.0
+      ],
+      [
+        "▁Heller",
+        0.0
+      ],
+      [
+        "▁Enterprises",
+        0.0
+      ],
+      [
+        "IOR",
+        0.0
+      ],
+      [
+        "adj",
+        0.0
+      ],
+      [
+        "NRS",
+        0.0
+      ],
+      [
+        "LG",
+        0.0
+      ],
+      [
+        "▁alienated",
+        0.0
+      ],
+      [
+        "▁acknowledgement",
+        0.0
+      ],
+      [
+        "▁AUD",
+        0.0
+      ],
+      [
+        "▁Reneg",
+        0.0
+      ],
+      [
+        "▁vouchers",
+        0.0
+      ],
+      [
+        "▁960",
+        0.0
+      ],
+      [
+        "▁moot",
+        0.0
+      ],
+      [
+        "▁Dimensions",
+        0.0
+      ],
+      [
+        "▁cabbage",
+        0.0
+      ],
+      [
+        "Bright",
+        0.0
+      ],
+      [
+        "gat",
+        0.0
+      ],
+      [
+        "▁Klu",
+        0.0
+      ],
+      [
+        "▁latent",
+        0.0
+      ],
+      [
+        "▁ze",
+        0.0
+      ],
+      [
+        "▁Meng",
+        0.0
+      ],
+      [
+        "▁disperse",
+        0.0
+      ],
+      [
+        "▁pandemonium",
+        0.0
+      ],
+      [
+        "HQ",
+        0.0
+      ],
+      [
+        "▁virtuous",
+        0.0
+      ],
+      [
+        "▁Locations",
+        0.0
+      ],
+      [
+        "eeper",
+        0.0
+      ],
+      [
+        "provided",
+        0.0
+      ],
+      [
+        "▁seams",
+        0.0
+      ],
+      [
+        "▁WT",
+        0.0
+      ],
+      [
+        "izo",
+        0.0
+      ],
+      [
+        "PROV",
+        0.0
+      ],
+      [
+        "▁titanium",
+        0.0
+      ],
+      [
+        "▁recollection",
+        0.0
+      ],
+      [
+        "▁cran",
+        0.0
+      ],
+      [
+        "▁780",
+        0.0
+      ],
+      [
+        "▁NF",
+        0.0
+      ],
+      [
+        "491",
+        0.0
+      ],
+      [
+        "642",
+        0.0
+      ],
+      [
+        "packing",
+        0.0
+      ],
+      [
+        "598",
+        0.0
+      ],
+      [
+        "texture",
+        0.0
+      ],
+      [
+        "Spider",
+        0.0
+      ],
+      [
+        "freedom",
+        0.0
+      ],
+      [
+        "cipled",
+        0.0
+      ],
+      [
+        "▁TAMADRA",
+        0.0
+      ],
+      [
+        "âĻ¦",
+        0.0
+      ],
+      [
+        "authent",
+        0.0
+      ],
+      [
+        "▁WANT",
+        0.0
+      ],
+      [
+        "rified",
+        0.0
+      ],
+      [
+        "▁rites",
+        0.0
+      ],
+      [
+        "▁uterus",
+        0.0
+      ],
+      [
+        "kiss",
+        0.0
+      ],
+      [
+        "▁âī¤",
+        0.0
+      ],
+      [
+        "▁skillet",
+        0.0
+      ],
+      [
+        "▁disenfranch",
+        0.0
+      ],
+      [
+        "▁Gaal",
+        0.0
+      ],
+      [
+        "Compan",
+        0.0
+      ],
+      [
+        "▁ageing",
+        0.0
+      ],
+      [
+        "guide",
+        0.0
+      ],
+      [
+        "Balt",
+        0.0
+      ],
+      [
+        "▁iterator",
+        0.0
+      ],
+      [
+        "▁discretionary",
+        0.0
+      ],
+      [
+        "tips",
+        0.0
+      ],
+      [
+        "▁primates",
+        0.0
+      ],
+      [
+        "▁Technique",
+        0.0
+      ],
+      [
+        "▁Payments",
+        0.0
+      ],
+      [
+        "azel",
+        0.0
+      ],
+      [
+        "▁ROCK",
+        0.0
+      ],
+      [
+        "stantial",
+        0.0
+      ],
+      [
+        "060",
+        0.0
+      ],
+      [
+        "▁dmg",
+        0.0
+      ],
+      [
+        "▁Jackets",
+        0.0
+      ],
+      [
+        "▁Playoff",
+        0.0
+      ],
+      [
+        "▁nursery",
+        0.0
+      ],
+      [
+        "▁Symb",
+        0.0
+      ],
+      [
+        "arton",
+        0.0
+      ],
+      [
+        "▁annexation",
+        0.0
+      ],
+      [
+        "Colorado",
+        0.0
+      ],
+      [
+        "▁coils",
+        0.0
+      ],
+      [
+        "▁Shoes",
+        0.0
+      ],
+      [
+        "âĦ¢:",
+        0.0
+      ],
+      [
+        "▁Roz",
+        0.0
+      ],
+      [
+        "COMPLE",
+        0.0
+      ],
+      [
+        "▁Everest",
+        0.0
+      ],
+      [
+        "▁Triumph",
+        0.0
+      ],
+      [
+        "Joy",
+        0.0
+      ],
+      [
+        "Grid",
+        0.0
+      ],
+      [
+        "à¼",
+        0.0
+      ],
+      [
+        "processor",
+        0.0
+      ],
+      [
+        "▁Prosper",
+        0.0
+      ],
+      [
+        "▁Severus",
+        0.0
+      ],
+      [
+        "▁Selected",
+        0.0
+      ],
+      [
+        "rg",
+        0.0
+      ],
+      [
+        "▁Tayyip",
+        0.0
+      ],
+      [
+        "Stra",
+        0.0
+      ],
+      [
+        "▁skiing",
+        0.0
+      ],
+      [
+        "▁?)",
+        0.0
+      ],
+      [
+        "▁peg",
+        0.0
+      ],
+      [
+        "Tesla",
+        0.0
+      ],
+      [
+        "▁timeframe",
+        0.0
+      ],
+      [
+        "▁mastermind",
+        0.0
+      ],
+      [
+        "▁NB",
+        0.0
+      ],
+      [
+        "scientific",
+        0.0
+      ],
+      [
+        "▁Shit",
+        0.0
+      ],
+      [
+        "generic",
+        0.0
+      ],
+      [
+        "INTER",
+        0.0
+      ],
+      [
+        "NUM",
+        0.0
+      ],
+      [
+        "▁stroll",
+        0.0
+      ],
+      [
+        "▁Enix",
+        0.0
+      ],
+      [
+        "▁MMR",
+        0.0
+      ],
+      [
+        "▁EMS",
+        0.0
+      ],
+      [
+        "movie",
+        0.0
+      ],
+      [
+        "Ĥª",
+        0.0
+      ],
+      [
+        "▁minimizing",
+        0.0
+      ],
+      [
+        "iddling",
+        0.0
+      ],
+      [
+        "▁illegitimate",
+        0.0
+      ],
+      [
+        "▁prototyp",
+        0.0
+      ],
+      [
+        "▁prematurely",
+        0.0
+      ],
+      [
+        "▁manuals",
+        0.0
+      ],
+      [
+        "obbies",
+        0.0
+      ],
+      [
+        "▁Cassidy",
+        0.0
+      ],
+      [
+        "DEC",
+        0.0
+      ],
+      [
+        "desktop",
+        0.0
+      ],
+      [
+        "▁aeros",
+        0.0
+      ],
+      [
+        "▁screenings",
+        0.0
+      ],
+      [
+        "▁debilitating",
+        0.0
+      ],
+      [
+        "▁Grind",
+        0.0
+      ],
+      [
+        "natureconservancy",
+        0.0
+      ],
+      [
+        "▁fades",
+        0.0
+      ],
+      [
+        "termination",
+        0.0
+      ],
+      [
+        "assetsadobe",
+        0.0
+      ],
+      [
+        "Factor",
+        0.0
+      ],
+      [
+        "▁definitively",
+        0.0
+      ],
+      [
+        "Poké",
+        0.0
+      ],
+      [
+        "apult",
+        0.0
+      ],
+      [
+        "▁Lafayette",
+        0.0
+      ],
+      [
+        "Corn",
+        0.0
+      ],
+      [
+        "▁Coral",
+        0.0
+      ],
+      [
+        "▁stagnant",
+        0.0
+      ],
+      [
+        "Tue",
+        0.0
+      ],
+      [
+        "▁dissatisfaction",
+        0.0
+      ],
+      [
+        "Gender",
+        0.0
+      ],
+      [
+        "▁kidneys",
+        0.0
+      ],
+      [
+        "▁Gow",
+        0.0
+      ],
+      [
+        "▁Defeat",
+        0.0
+      ],
+      [
+        "▁Ashton",
+        0.0
+      ],
+      [
+        "▁cartels",
+        0.0
+      ],
+      [
+        "▁foreclosure",
+        0.0
+      ],
+      [
+        "▁Explore",
+        0.0
+      ],
+      [
+        "strength",
+        0.0
+      ],
+      [
+        "otin",
+        0.0
+      ],
+      [
+        "▁veterinarian",
+        0.0
+      ],
+      [
+        "▁fumble",
+        0.0
+      ],
+      [
+        "▁parap",
+        0.0
+      ],
+      [
+        "▁Strait",
+        0.0
+      ],
+      [
+        "rils",
+        0.0
+      ],
+      [
+        "▁prick",
+        0.0
+      ],
+      [
+        "▁Bermuda",
+        0.0
+      ],
+      [
+        "▁Ammunition",
+        0.0
+      ],
+      [
+        "skinned",
+        0.0
+      ],
+      [
+        "▁abound",
+        0.0
+      ],
+      [
+        "▁Braz",
+        0.0
+      ],
+      [
+        "▁sharper",
+        0.0
+      ],
+      [
+        "▁Ascension",
+        0.0
+      ],
+      [
+        "▁978",
+        0.0
+      ],
+      [
+        "▁previews",
+        0.0
+      ],
+      [
+        "▁communion",
+        0.0
+      ],
+      [
+        "▁XY",
+        0.0
+      ],
+      [
+        "▁phony",
+        0.0
+      ],
+      [
+        "▁newcomer",
+        0.0
+      ],
+      [
+        "▁332",
+        0.0
+      ],
+      [
+        ".\",\"",
+        0.0
+      ],
+      [
+        "▁redistribution",
+        0.0
+      ],
+      [
+        "Protect",
+        0.0
+      ],
+      [
+        "▁Sof",
+        0.0
+      ],
+      [
+        "Kal",
+        0.0
+      ],
+      [
+        "▁lipstick",
+        0.0
+      ],
+      [
+        "worst",
+        0.0
+      ],
+      [
+        "▁tangled",
+        0.0
+      ],
+      [
+        "▁retrospective",
+        0.0
+      ],
+      [
+        "integer",
+        0.0
+      ],
+      [
+        "▁volunteering",
+        0.0
+      ],
+      [
+        "▁1907",
+        0.0
+      ],
+      [
+        "▁--------------------",
+        0.0
+      ],
+      [
+        "ichen",
+        0.0
+      ],
+      [
+        "▁unveiling",
+        0.0
+      ],
+      [
+        "▁senseless",
+        0.0
+      ],
+      [
+        "▁fisheries",
+        0.0
+      ],
+      [
+        "\\-",
+        0.0
+      ],
+      [
+        "▁hinges",
+        0.0
+      ],
+      [
+        "▁calculus",
+        0.0
+      ],
+      [
+        "Myth",
+        0.0
+      ],
+      [
+        "▁undefeated",
+        0.0
+      ],
+      [
+        "▁optimizations",
+        0.0
+      ],
+      [
+        "▁depress",
+        0.0
+      ],
+      [
+        "▁billboard",
+        0.0
+      ],
+      [
+        "▁Yad",
+        0.0
+      ],
+      [
+        "▁Pyramid",
+        0.0
+      ],
+      [
+        "Isn",
+        0.0
+      ],
+      [
+        "Ide",
+        0.0
+      ],
+      [
+        "▁legion",
+        0.0
+      ],
+      [
+        "▁Kramer",
+        0.0
+      ],
+      [
+        "entanyl",
+        0.0
+      ],
+      [
+        "▁penetrating",
+        0.0
+      ],
+      [
+        "▁Hawth",
+        0.0
+      ],
+      [
+        "▁PRODUCT",
+        0.0
+      ],
+      [
+        "▁Gerard",
+        0.0
+      ],
+      [
+        "▁Pact",
+        0.0
+      ],
+      [
+        "▁Including",
+        0.0
+      ],
+      [
+        "▁Elias",
+        0.0
+      ],
+      [
+        "▁Elaine",
+        0.0
+      ],
+      [
+        "visual",
+        0.0
+      ],
+      [
+        "▁humming",
+        0.0
+      ],
+      [
+        "▁condesc",
+        0.0
+      ],
+      [
+        "▁Fasc",
+        0.0
+      ],
+      [
+        "ä¸Ĭ",
+        0.0
+      ],
+      [
+        "▁egalitarian",
+        0.0
+      ],
+      [
+        "▁devs",
+        0.0
+      ],
+      [
+        "▁Dahl",
+        0.0
+      ],
+      [
+        "Ops",
+        0.0
+      ],
+      [
+        "DH",
+        0.0
+      ],
+      [
+        "▁Bounce",
+        0.0
+      ],
+      [
+        "idated",
+        0.0
+      ],
+      [
+        "aldo",
+        0.0
+      ],
+      [
+        "▁republican",
+        0.0
+      ],
+      [
+        "▁hamb",
+        0.0
+      ],
+      [
+        "▁Sett",
+        0.0
+      ],
+      [
+        "ographies",
+        0.0
+      ],
+      [
+        "CHAPTER",
+        0.0
+      ],
+      [
+        "▁transsexual",
+        0.0
+      ],
+      [
+        "▁skyrocket",
+        0.0
+      ],
+      [
+        "answer",
+        0.0
+      ],
+      [
+        "▁markup",
+        0.0
+      ],
+      [
+        "ت",
+        0.0
+      ],
+      [
+        "▁heroine",
+        0.0
+      ],
+      [
+        "Compare",
+        0.0
+      ],
+      [
+        "▁Tav",
+        0.0
+      ],
+      [
+        "Beast",
+        0.0
+      ],
+      [
+        "▁successors",
+        0.0
+      ],
+      [
+        "▁naïve",
+        0.0
+      ],
+      [
+        "▁Buckley",
+        0.0
+      ],
+      [
+        "stress",
+        0.0
+      ],
+      [
+        "meat",
+        0.0
+      ],
+      [
+        "▁downloadable",
+        0.0
+      ],
+      [
+        "▁indexed",
+        0.0
+      ],
+      [
+        "▁scaff",
+        0.0
+      ],
+      [
+        "▁Lump",
+        0.0
+      ],
+      [
+        "▁Homo",
+        0.0
+      ],
+      [
+        "Studio",
+        0.0
+      ],
+      [
+        "Insp",
+        0.0
+      ],
+      [
+        "▁racked",
+        0.0
+      ],
+      [
+        "farious",
+        0.0
+      ],
+      [
+        "▁Petty",
+        0.0
+      ],
+      [
+        "External",
+        0.0
+      ],
+      [
+        "▁1909",
+        0.0
+      ],
+      [
+        "Wars",
+        0.0
+      ],
+      [
+        "commit",
+        0.0
+      ],
+      [
+        "puters",
+        0.0
+      ],
+      [
+        "▁unob",
+        0.0
+      ],
+      [
+        "▁Err",
+        0.0
+      ],
+      [
+        "▁EG",
+        0.0
+      ],
+      [
+        "▁Alam",
+        0.0
+      ],
+      [
+        "▁Siberia",
+        0.0
+      ],
+      [
+        "▁Atmospheric",
+        0.0
+      ],
+      [
+        "ISTER",
+        0.0
+      ],
+      [
+        "▁Satanic",
+        0.0
+      ],
+      [
+        "translation",
+        0.0
+      ],
+      [
+        "▁Loud",
+        0.0
+      ],
+      [
+        "traumatic",
+        0.0
+      ],
+      [
+        "lique",
+        0.0
+      ],
+      [
+        "▁resonate",
+        0.0
+      ],
+      [
+        "▁Welch",
+        0.0
+      ],
+      [
+        "▁sparking",
+        0.0
+      ],
+      [
+        "▁TOM",
+        0.0
+      ],
+      [
+        "tone",
+        0.0
+      ],
+      [
+        "▁outl",
+        0.0
+      ],
+      [
+        "▁handcuffed",
+        0.0
+      ],
+      [
+        "▁Serie",
+        0.0
+      ],
+      [
+        "801",
+        0.0
+      ],
+      [
+        "▁landmarks",
+        0.0
+      ],
+      [
+        "▁Reeves",
+        0.0
+      ],
+      [
+        "▁softened",
+        0.0
+      ],
+      [
+        "▁dazzling",
+        0.0
+      ],
+      [
+        "▁Wanted",
+        0.0
+      ],
+      [
+        "months",
+        0.0
+      ],
+      [
+        "Magikarp",
+        0.0
+      ],
+      [
+        "▁untreated",
+        0.0
+      ],
+      [
+        "▁Bedford",
+        0.0
+      ],
+      [
+        "Mi",
+        0.0
+      ],
+      [
+        "▁Dynamo",
+        0.0
+      ],
+      [
+        "Ore",
+        0.0
+      ],
+      [
+        "795",
+        0.0
+      ],
+      [
+        "▁wrongful",
+        0.0
+      ],
+      [
+        "▁lured",
+        0.0
+      ],
+      [
+        "▁cortisol",
+        0.0
+      ],
+      [
+        "▁vex",
+        0.0
+      ],
+      [
+        "drawn",
+        0.0
+      ],
+      [
+        "ilet",
+        0.0
+      ],
+      [
+        "Downloadha",
+        0.0
+      ],
+      [
+        "▁Faction",
+        0.0
+      ],
+      [
+        "▁labyrinth",
+        0.0
+      ],
+      [
+        "▁hijacked",
+        0.0
+      ],
+      [
+        "waters",
+        0.0
+      ],
+      [
+        "erick",
+        0.0
+      ],
+      [
+        "▁superiors",
+        0.0
+      ],
+      [
+        "▁Rowling",
+        0.0
+      ],
+      [
+        "▁Guinness",
+        0.0
+      ],
+      [
+        "▁td",
+        0.0
+      ],
+      [
+        "992",
+        0.0
+      ],
+      [
+        "▁unearthed",
+        0.0
+      ],
+      [
+        "▁centrif",
+        0.0
+      ],
+      [
+        "▁shameless",
+        0.0
+      ],
+      [
+        "Pod",
+        0.0
+      ],
+      [
+        "▁Fib",
+        0.0
+      ],
+      [
+        "▁icing",
+        0.0
+      ],
+      [
+        "▁predictor",
+        0.0
+      ],
+      [
+        "▁292",
+        0.0
+      ],
+      [
+        "forestation",
+        0.0
+      ],
+      [
+        "construct",
+        0.0
+      ],
+      [
+        "Cand",
+        0.0
+      ],
+      [
+        "@#",
+        0.0
+      ],
+      [
+        "▁agitated",
+        0.0
+      ],
+      [
+        "▁repr",
+        0.0
+      ],
+      [
+        "OVA",
+        0.0
+      ],
+      [
+        "▁knitting",
+        0.0
+      ],
+      [
+        "▁Lima",
+        0.0
+      ],
+      [
+        "▁fodder",
+        0.0
+      ],
+      [
+        "684",
+        0.0
+      ],
+      [
+        "▁Persona",
+        0.0
+      ],
+      [
+        "kl",
+        0.0
+      ],
+      [
+        "701",
+        0.0
+      ],
+      [
+        "▁breakup",
+        0.0
+      ],
+      [
+        "á¸",
+        0.0
+      ],
+      [
+        "▁appalled",
+        0.0
+      ],
+      [
+        "▁antidepressants",
+        0.0
+      ],
+      [
+        "▁Sussex",
+        0.0
+      ],
+      [
+        "Harris",
+        0.0
+      ],
+      [
+        "▁Thermal",
+        0.0
+      ],
+      [
+        "eeee",
+        0.0
+      ],
+      [
+        "Upload",
+        0.0
+      ],
+      [
+        "▁gulf",
+        0.0
+      ],
+      [
+        "▁doorstep",
+        0.0
+      ],
+      [
+        "▁Shank",
+        0.0
+      ],
+      [
+        "LU",
+        0.0
+      ],
+      [
+        "▁MEN",
+        0.0
+      ],
+      [
+        "▁Pond",
+        0.0
+      ],
+      [
+        "sorry",
+        0.0
+      ],
+      [
+        "▁misfortune",
+        0.0
+      ],
+      [
+        "nance",
+        0.0
+      ],
+      [
+        "▁bona",
+        0.0
+      ],
+      [
+        "Mut",
+        0.0
+      ],
+      [
+        "▁degraded",
+        0.0
+      ],
+      [
+        "▁LOG",
+        0.0
+      ],
+      [
+        "▁Ness",
+        0.0
+      ],
+      [
+        "animal",
+        0.0
+      ],
+      [
+        "▁aversion",
+        0.0
+      ],
+      [
+        "undown",
+        0.0
+      ],
+      [
+        "▁supplemented",
+        0.0
+      ],
+      [
+        "▁Cups",
+        0.0
+      ],
+      [
+        "▁504",
+        0.0
+      ],
+      [
+        "▁deprive",
+        0.0
+      ],
+      [
+        "▁Sparkle",
+        0.0
+      ],
+      [
+        "ÅĤ",
+        0.0
+      ],
+      [
+        "▁Meditation",
+        0.0
+      ],
+      [
+        "authors",
+        0.0
+      ],
+      [
+        "▁Saban",
+        0.0
+      ],
+      [
+        "▁Naked",
+        0.0
+      ],
+      [
+        "aird",
+        0.0
+      ],
+      [
+        "▁Mandarin",
+        0.0
+      ],
+      [
+        "▁Scriptures",
+        0.0
+      ],
+      [
+        "▁Personnel",
+        0.0
+      ],
+      [
+        "▁Maharashtra",
+        0.0
+      ],
+      [
+        "▁1903",
+        0.0
+      ],
+      [
+        "▁Pai",
+        0.0
+      ],
+      [
+        "▁Mirage",
+        0.0
+      ],
+      [
+        "ombat",
+        0.0
+      ],
+      [
+        "Accessory",
+        0.0
+      ],
+      [
+        "▁fragmented",
+        0.0
+      ],
+      [
+        "Together",
+        0.0
+      ],
+      [
+        "▁believable",
+        0.0
+      ],
+      [
+        "▁Gladiator",
+        0.0
+      ],
+      [
+        "aligned",
+        0.0
+      ],
+      [
+        "▁Slug",
+        0.0
+      ],
+      [
+        "MAT",
+        0.0
+      ],
+      [
+        "▁convertible",
+        0.0
+      ],
+      [
+        "▁Bourbon",
+        0.0
+      ],
+      [
+        "ameron",
+        0.0
+      ],
+      [
+        "▁Rehab",
+        0.0
+      ],
+      [
+        "ntax",
+        0.0
+      ],
+      [
+        "▁powdered",
+        0.0
+      ],
+      [
+        "pillar",
+        0.0
+      ],
+      [
+        "▁smoker",
+        0.0
+      ],
+      [
+        "▁Manson",
+        0.0
+      ],
+      [
+        "▁BF",
+        0.0
+      ],
+      [
+        "511",
+        0.0
+      ],
+      [
+        "▁Goodell",
+        0.0
+      ],
+      [
+        "▁DAR",
+        0.0
+      ],
+      [
+        "mud",
+        0.0
+      ],
+      [
+        "gart",
+        0.0
+      ],
+      [
+        "▁obedient",
+        0.0
+      ],
+      [
+        "▁Transmission",
+        0.0
+      ],
+      [
+        "▁Donation",
+        0.0
+      ],
+      [
+        "880",
+        0.0
+      ],
+      [
+        "▁bothering",
+        0.0
+      ],
+      [
+        "Materials",
+        0.0
+      ],
+      [
+        "ãĤ±",
+        0.0
+      ],
+      [
+        "destroy",
+        0.0
+      ],
+      [
+        "▁foregoing",
+        0.0
+      ],
+      [
+        "▁anarchism",
+        0.0
+      ],
+      [
+        "▁Kry",
+        0.0
+      ],
+      [
+        "iceps",
+        0.0
+      ],
+      [
+        "▁littered",
+        0.0
+      ],
+      [
+        "▁Schiff",
+        0.0
+      ],
+      [
+        "▁anecdotal",
+        0.0
+      ],
+      [
+        "units",
+        0.0
+      ],
+      [
+        "▁fian",
+        0.0
+      ],
+      [
+        "▁Stim",
+        0.0
+      ],
+      [
+        "▁SOME",
+        0.0
+      ],
+      [
+        "▁Invaders",
+        0.0
+      ],
+      [
+        "▁behavioural",
+        0.0
+      ],
+      [
+        "▁Ventures",
+        0.0
+      ],
+      [
+        "▁sublime",
+        0.0
+      ],
+      [
+        "▁fruition",
+        0.0
+      ],
+      [
+        "▁Penalty",
+        0.0
+      ],
+      [
+        "▁corrosion",
+        0.0
+      ],
+      [
+        "¶ħ",
+        0.0
+      ],
+      [
+        "▁likened",
+        0.0
+      ],
+      [
+        "▁besieged",
+        0.0
+      ],
+      [
+        "weeney",
+        0.0
+      ],
+      [
+        "▁Creep",
+        0.0
+      ],
+      [
+        "▁linemen",
+        0.0
+      ],
+      [
+        "multi",
+        0.0
+      ],
+      [
+        "icably",
+        0.0
+      ],
+      [
+        "udder",
+        0.0
+      ],
+      [
+        "▁vitality",
+        0.0
+      ],
+      [
+        "▁shortfall",
+        0.0
+      ],
+      [
+        "▁Pants",
+        0.0
+      ],
+      [
+        "apist",
+        0.0
+      ],
+      [
+        "Hidden",
+        0.0
+      ],
+      [
+        "▁Drops",
+        0.0
+      ],
+      [
+        "medical",
+        0.0
+      ],
+      [
+        "▁pronunciation",
+        0.0
+      ],
+      [
+        "▁NRL",
+        0.0
+      ],
+      [
+        "▁insightful",
+        0.0
+      ],
+      [
+        "JV",
+        0.0
+      ],
+      [
+        "▁Beard",
+        0.0
+      ],
+      [
+        "▁Chou",
+        0.0
+      ],
+      [
+        "▁charms",
+        0.0
+      ],
+      [
+        "▁bins",
+        0.0
+      ],
+      [
+        "▁ambassadors",
+        0.0
+      ],
+      [
+        "▁Saturdays",
+        0.0
+      ],
+      [
+        "▁inhibitor",
+        0.0
+      ],
+      [
+        "▁Franch",
+        0.0
+      ],
+      [
+        "601",
+        0.0
+      ],
+      [
+        "','",
+        0.0
+      ],
+      [
+        "▁Conor",
+        0.0
+      ],
+      [
+        "artney",
+        0.0
+      ],
+      [
+        "▁Xperia",
+        0.0
+      ],
+      [
+        "grave",
+        0.0
+      ],
+      [
+        "bees",
+        0.0
+      ],
+      [
+        "▁Protestants",
+        0.0
+      ],
+      [
+        "▁soaking",
+        0.0
+      ],
+      [
+        "▁Mandal",
+        0.0
+      ],
+      [
+        "▁phased",
+        0.0
+      ],
+      [
+        "▁660",
+        0.0
+      ],
+      [
+        "▁scams",
+        0.0
+      ],
+      [
+        "▁buzzing",
+        0.0
+      ],
+      [
+        "▁Italians",
+        0.0
+      ],
+      [
+        "▁Lorenzo",
+        0.0
+      ],
+      [
+        "▁JA",
+        0.0
+      ],
+      [
+        "▁hesitated",
+        0.0
+      ],
+      [
+        "▁cliffs",
+        0.0
+      ],
+      [
+        "▁GOT",
+        0.0
+      ],
+      [
+        "inguishable",
+        0.0
+      ],
+      [
+        "▁ko",
+        0.0
+      ],
+      [
+        "▁interruption",
+        0.0
+      ],
+      [
+        "Zip",
+        0.0
+      ],
+      [
+        "Learning",
+        0.0
+      ],
+      [
+        "▁underscores",
+        0.0
+      ],
+      [
+        "▁Blink",
+        0.0
+      ],
+      [
+        "Ku",
+        0.0
+      ],
+      [
+        "579",
+        0.0
+      ],
+      [
+        "▁Autob",
+        0.0
+      ],
+      [
+        "IRE",
+        0.0
+      ],
+      [
+        "▁watering",
+        0.0
+      ],
+      [
+        "▁pastry",
+        0.0
+      ],
+      [
+        "820",
+        0.0
+      ],
+      [
+        "▁visionary",
+        0.0
+      ],
+      [
+        "▁Templar",
+        0.0
+      ],
+      [
+        "awaited",
+        0.0
+      ],
+      [
+        "▁piston",
+        0.0
+      ],
+      [
+        "▁antid",
+        0.0
+      ],
+      [
+        "currently",
+        0.0
+      ],
+      [
+        "▁pard",
+        0.0
+      ],
+      [
+        "▁waging",
+        0.0
+      ],
+      [
+        "▁nobility",
+        0.0
+      ],
+      [
+        "▁Yus",
+        0.0
+      ],
+      [
+        "▁injecting",
+        0.0
+      ],
+      [
+        "faith",
+        0.0
+      ],
+      [
+        "▁PASS",
+        0.0
+      ],
+      [
+        "åº",
+        0.0
+      ],
+      [
+        "▁retake",
+        0.0
+      ],
+      [
+        "▁PROC",
+        0.0
+      ],
+      [
+        "▁cathedral",
+        0.0
+      ],
+      [
+        "bash",
+        0.0
+      ],
+      [
+        "▁wrestlers",
+        0.0
+      ],
+      [
+        "▁partnering",
+        0.0
+      ],
+      [
+        "▁noses",
+        0.0
+      ],
+      [
+        "▁358",
+        0.0
+      ],
+      [
+        "Transform",
+        0.0
+      ],
+      [
+        "amen",
+        0.0
+      ],
+      [
+        "▁bouts",
+        0.0
+      ],
+      [
+        "▁Ideal",
+        0.0
+      ],
+      [
+        "▁Constantin",
+        0.0
+      ],
+      [
+        "▁sep",
+        0.0
+      ],
+      [
+        "▁Monarch",
+        0.0
+      ],
+      [
+        "atten",
+        0.0
+      ],
+      [
+        "▁Peoples",
+        0.0
+      ],
+      [
+        "modified",
+        0.0
+      ],
+      [
+        "▁moratorium",
+        0.0
+      ],
+      [
+        "▁penchant",
+        0.0
+      ],
+      [
+        "▁offensively",
+        0.0
+      ],
+      [
+        "▁proxies",
+        0.0
+      ],
+      [
+        "okane",
+        0.0
+      ],
+      [
+        "▁Taiwanese",
+        0.0
+      ],
+      [
+        "▁Poo",
+        0.0
+      ],
+      [
+        "▁HOME",
+        0.0
+      ],
+      [
+        "usional",
+        0.0
+      ],
+      [
+        "▁verbs",
+        0.0
+      ],
+      [
+        "▁Oman",
+        0.0
+      ],
+      [
+        "visory",
+        0.0
+      ],
+      [
+        "▁persuasion",
+        0.0
+      ],
+      [
+        "▁multit",
+        0.0
+      ],
+      [
+        "▁scissors",
+        0.0
+      ],
+      [
+        "Gay",
+        0.0
+      ],
+      [
+        "oway",
+        0.0
+      ],
+      [
+        "ophysical",
+        0.0
+      ],
+      [
+        "lus",
+        0.0
+      ],
+      [
+        "gnu",
+        0.0
+      ],
+      [
+        "▁apocalyptic",
+        0.0
+      ],
+      [
+        "▁absurdity",
+        0.0
+      ],
+      [
+        "▁playbook",
+        0.0
+      ],
+      [
+        "▁autobiography",
+        0.0
+      ],
+      [
+        "IUM",
+        0.0
+      ],
+      [
+        "▁sneaking",
+        0.0
+      ],
+      [
+        "▁Simulation",
+        0.0
+      ],
+      [
+        "pps",
+        0.0
+      ],
+      [
+        "ellery",
+        0.0
+      ],
+      [
+        "Planet",
+        0.0
+      ],
+      [
+        "▁rightfully",
+        0.0
+      ],
+      [
+        "▁niece",
+        0.0
+      ],
+      [
+        "▁NEC",
+        0.0
+      ],
+      [
+        "▁IPO",
+        0.0
+      ],
+      [
+        "▁Disclosure",
+        0.0
+      ],
+      [
+        "leanor",
+        0.0
+      ],
+      [
+        "ousy",
+        0.0
+      ],
+      [
+        "STER",
+        0.0
+      ],
+      [
+        "▁282",
+        0.0
+      ],
+      [
+        "Cruz",
+        0.0
+      ],
+      [
+        "Chall",
+        0.0
+      ],
+      [
+        "643",
+        0.0
+      ],
+      [
+        "▁Survive",
+        0.0
+      ],
+      [
+        "▁Fatal",
+        0.0
+      ],
+      [
+        "▁Amid",
+        0.0
+      ],
+      [
+        "apo",
+        0.0
+      ],
+      [
+        "Weapons",
+        0.0
+      ],
+      [
+        "DEN",
+        0.0
+      ],
+      [
+        "770",
+        0.0
+      ],
+      [
+        "▁Greenwald",
+        0.0
+      ],
+      [
+        "▁linen",
+        0.0
+      ],
+      [
+        "alos",
+        0.0
+      ],
+      [
+        "▁pollutants",
+        0.0
+      ],
+      [
+        "▁PCIe",
+        0.0
+      ],
+      [
+        "kat",
+        0.0
+      ],
+      [
+        "▁paw",
+        0.0
+      ],
+      [
+        "▁Kraft",
+        0.0
+      ],
+      [
+        "Chem",
+        0.0
+      ],
+      [
+        "▁Terminator",
+        0.0
+      ],
+      [
+        "▁reincarn",
+        0.0
+      ],
+      [
+        "▁][",
+        0.0
+      ],
+      [
+        "▁Seeds",
+        0.0
+      ],
+      [
+        "▁silhouette",
+        0.0
+      ],
+      [
+        "▁Stores",
+        0.0
+      ],
+      [
+        "▁grooming",
+        0.0
+      ],
+      [
+        "▁Direction",
+        0.0
+      ],
+      [
+        "▁Isabel",
+        0.0
+      ],
+      [
+        "▁Bridges",
+        0.0
+      ],
+      [
+        "ðŁij",
+        0.0
+      ],
+      [
+        "EED",
+        0.0
+      ],
+      [
+        "▁Morsi",
+        0.0
+      ],
+      [
+        "▁valves",
+        0.0
+      ],
+      [
+        "▁Ranked",
+        0.0
+      ],
+      [
+        "▁Pharma",
+        0.0
+      ],
+      [
+        "▁Organizations",
+        0.0
+      ],
+      [
+        "▁penetrated",
+        0.0
+      ],
+      [
+        "▁Rodham",
+        0.0
+      ],
+      [
+        "▁Protoss",
+        0.0
+      ],
+      [
+        "▁overest",
+        0.0
+      ],
+      [
+        "▁exasper",
+        0.0
+      ],
+      [
+        "▁TJ",
+        0.0
+      ],
+      [
+        "▁000000",
+        0.0
+      ],
+      [
+        "▁trickle",
+        0.0
+      ],
+      [
+        "▁bourbon",
+        0.0
+      ],
+      [
+        "WHO",
+        0.0
+      ],
+      [
+        "▁wretched",
+        0.0
+      ],
+      [
+        "▁microscopic",
+        0.0
+      ],
+      [
+        "▁checklist",
+        0.0
+      ],
+      [
+        "▁adorned",
+        0.0
+      ],
+      [
+        "Royal",
+        0.0
+      ],
+      [
+        "Administ",
+        0.0
+      ],
+      [
+        "▁Retirement",
+        0.0
+      ],
+      [
+        "▁Highest",
+        0.0
+      ],
+      [
+        "Weather",
+        0.0
+      ],
+      [
+        "ilege",
+        0.0
+      ],
+      [
+        "▁increments",
+        0.0
+      ],
+      [
+        "▁Cosponsors",
+        0.0
+      ],
+      [
+        "▁masse",
+        0.0
+      ],
+      [
+        "▁Sinn",
+        0.0
+      ],
+      [
+        "rf",
+        0.0
+      ],
+      [
+        "▁hordes",
+        0.0
+      ],
+      [
+        "assembly",
+        0.0
+      ],
+      [
+        "754",
+        0.0
+      ],
+      [
+        "▁Natasha",
+        0.0
+      ],
+      [
+        "▁TYPE",
+        0.0
+      ],
+      [
+        "▁GENERAL",
+        0.0
+      ],
+      [
+        "▁arranging",
+        0.0
+      ],
+      [
+        "▁407",
+        0.0
+      ],
+      [
+        "lator",
+        0.0
+      ],
+      [
+        "▁glean",
+        0.0
+      ],
+      [
+        "▁discredited",
+        0.0
+      ],
+      [
+        "▁clinicians",
+        0.0
+      ],
+      [
+        "UNE",
+        0.0
+      ],
+      [
+        "▁achieves",
+        0.0
+      ],
+      [
+        "▁Emerson",
+        0.0
+      ],
+      [
+        "complex",
+        0.0
+      ],
+      [
+        "=[",
+        0.0
+      ],
+      [
+        "▁principally",
+        0.0
+      ],
+      [
+        "▁frail",
+        0.0
+      ],
+      [
+        "picked",
+        0.0
+      ],
+      [
+        "▁thanking",
+        0.0
+      ],
+      [
+        "▁recl",
+        0.0
+      ],
+      [
+        "▁LAST",
+        0.0
+      ],
+      [
+        "▁suppressing",
+        0.0
+      ],
+      [
+        "ilic",
+        0.0
+      ],
+      [
+        "▁antidepressant",
+        0.0
+      ],
+      [
+        "▁Lisbon",
+        0.0
+      ],
+      [
+        "▁thor",
+        0.0
+      ],
+      [
+        "▁spa",
+        0.0
+      ],
+      [
+        "▁kingdoms",
+        0.0
+      ],
+      [
+        "▁Pearce",
+        0.0
+      ],
+      [
+        "emo",
+        0.0
+      ],
+      [
+        "▁plung",
+        0.0
+      ],
+      [
+        "▁divest",
+        0.0
+      ],
+      [
+        "▁********************************",
+        0.0
+      ],
+      [
+        "bis",
+        0.0
+      ],
+      [
+        "ospels",
+        0.0
+      ],
+      [
+        "adr",
+        0.0
+      ],
+      [
+        "Spirit",
+        0.0
+      ],
+      [
+        "halla",
+        0.0
+      ],
+      [
+        "Pink",
+        0.0
+      ],
+      [
+        "endez",
+        0.0
+      ],
+      [
+        "▁resurrected",
+        0.0
+      ],
+      [
+        "escape",
+        0.0
+      ],
+      [
+        "▁Rosenstein",
+        0.0
+      ],
+      [
+        "▁geological",
+        0.0
+      ],
+      [
+        "▁necessities",
+        0.0
+      ],
+      [
+        "▁carniv",
+        0.0
+      ],
+      [
+        "▁Elys",
+        0.0
+      ],
+      [
+        "▁Barney",
+        0.0
+      ],
+      [
+        "▁296",
+        0.0
+      ],
+      [
+        "digy",
+        0.0
+      ],
+      [
+        "STON",
+        0.0
+      ],
+      [
+        "DOWN",
+        0.0
+      ],
+      [
+        "▁milestones",
+        0.0
+      ],
+      [
+        "▁ker",
+        0.0
+      ],
+      [
+        "▁dismantling",
+        0.0
+      ],
+      [
+        "▁reprim",
+        0.0
+      ],
+      [
+        "▁crossings",
+        0.0
+      ],
+      [
+        "1945",
+        0.0
+      ],
+      [
+        "▁patriarchy",
+        0.0
+      ],
+      [
+        "▁blasphemy",
+        0.0
+      ],
+      [
+        "▁359",
+        0.0
+      ],
+      [
+        "metry",
+        0.0
+      ],
+      [
+        "▁Obesity",
+        0.0
+      ],
+      [
+        "▁Differences",
+        0.0
+      ],
+      [
+        "blocking",
+        0.0
+      ],
+      [
+        "ãĥķãĤ¡",
+        0.0
+      ],
+      [
+        "ichita",
+        0.0
+      ],
+      [
+        "▁Sabha",
+        0.0
+      ],
+      [
+        "phalt",
+        0.0
+      ],
+      [
+        "▁Colo",
+        0.0
+      ],
+      [
+        "uala",
+        0.0
+      ],
+      [
+        "efficients",
+        0.0
+      ],
+      [
+        "▁Medina",
+        0.0
+      ],
+      [
+        "console",
+        0.0
+      ],
+      [
+        "557",
+        0.0
+      ],
+      [
+        "▁Hannibal",
+        0.0
+      ],
+      [
+        "▁Habit",
+        0.0
+      ],
+      [
+        "▁Fever",
+        0.0
+      ],
+      [
+        "▁thence",
+        0.0
+      ],
+      [
+        "▁synagogue",
+        0.0
+      ],
+      [
+        "▁essentials",
+        0.0
+      ],
+      [
+        "▁wink",
+        0.0
+      ],
+      [
+        "▁Trader",
+        0.0
+      ],
+      [
+        "IDA",
+        0.0
+      ],
+      [
+        "▁Spoiler",
+        0.0
+      ],
+      [
+        "▁Icelandic",
+        0.0
+      ],
+      [
+        "▁Hayward",
+        0.0
+      ],
+      [
+        "▁peac",
+        0.0
+      ],
+      [
+        "▁malice",
+        0.0
+      ],
+      [
+        "▁flashback",
+        0.0
+      ],
+      [
+        "▁thw",
+        0.0
+      ],
+      [
+        "▁layoffs",
+        0.0
+      ],
+      [
+        "Liquid",
+        0.0
+      ],
+      [
+        "▁trooper",
+        0.0
+      ],
+      [
+        "▁hinge",
+        0.0
+      ],
+      [
+        "▁Readers",
+        0.0
+      ],
+      [
+        "Phill",
+        0.0
+      ],
+      [
+        "▁Bauer",
+        0.0
+      ],
+      [
+        "Created",
+        0.0
+      ],
+      [
+        "▁audits",
+        0.0
+      ],
+      [
+        "accompan",
+        0.0
+      ],
+      [
+        "▁unsuspecting",
+        0.0
+      ],
+      [
+        "iera",
+        0.0
+      ],
+      [
+        "66666666",
+        0.0
+      ],
+      [
+        "▁broch",
+        0.0
+      ],
+      [
+        "▁apprehended",
+        0.0
+      ],
+      [
+        "▁Malk",
+        0.0
+      ],
+      [
+        "cerning",
+        0.0
+      ],
+      [
+        "▁Codex",
+        0.0
+      ],
+      [
+        "OVER",
+        0.0
+      ],
+      [
+        "Marsh",
+        0.0
+      ],
+      [
+        "▁Deng",
+        0.0
+      ],
+      [
+        "▁Expression",
+        0.0
+      ],
+      [
+        "▁disrespectful",
+        0.0
+      ],
+      [
+        "▁ascending",
+        0.0
+      ],
+      [
+        "tests",
+        0.0
+      ],
+      [
+        "▁Plaintiff",
+        0.0
+      ],
+      [
+        "stery",
+        0.0
+      ],
+      [
+        "▁Alibaba",
+        0.0
+      ],
+      [
+        "dinand",
+        0.0
+      ],
+      [
+        "▁Dempsey",
+        0.0
+      ],
+      [
+        "Applications",
+        0.0
+      ],
+      [
+        "moral",
+        0.0
+      ],
+      [
+        "▁throughput",
+        0.0
+      ],
+      [
+        "▁quarrel",
+        0.0
+      ],
+      [
+        "▁mills",
+        0.0
+      ],
+      [
+        "▁hemor",
+        0.0
+      ],
+      [
+        "▁CASE",
+        0.0
+      ],
+      [
+        "terrorist",
+        0.0
+      ],
+      [
+        "stim",
+        0.0
+      ],
+      [
+        "ifestyle",
+        0.0
+      ],
+      [
+        "rozen",
+        0.0
+      ],
+      [
+        "CEPT",
+        0.0
+      ],
+      [
+        "Ark",
+        0.0
+      ],
+      [
+        "uci",
+        0.0
+      ],
+      [
+        "lectic",
+        0.0
+      ],
+      [
+        "▁irritating",
+        0.0
+      ],
+      [
+        "sheets",
+        0.0
+      ],
+      [
+        "Ay",
+        0.0
+      ],
+      [
+        "▁redeemed",
+        0.0
+      ],
+      [
+        "▁horny",
+        0.0
+      ],
+      [
+        "▁Teach",
+        0.0
+      ],
+      [
+        "▁Sear",
+        0.0
+      ],
+      [
+        "democracy",
+        0.0
+      ],
+      [
+        "465",
+        0.0
+      ],
+      [
+        "▁Restore",
+        0.0
+      ],
+      [
+        "▁standby",
+        0.0
+      ],
+      [
+        "▁Pis",
+        0.0
+      ],
+      [
+        "iffin",
+        0.0
+      ],
+      [
+        "▁sleepy",
+        0.0
+      ],
+      [
+        "▁extrater",
+        0.0
+      ],
+      [
+        "▁compliments",
+        0.0
+      ],
+      [
+        "Frameworks",
+        0.0
+      ],
+      [
+        "▁installs",
+        0.0
+      ],
+      [
+        "▁banging",
+        0.0
+      ],
+      [
+        "surface",
+        0.0
+      ],
+      [
+        "foundland",
+        0.0
+      ],
+      [
+        "▁metaphysical",
+        0.0
+      ],
+      [
+        "▁283",
+        0.0
+      ],
+      [
+        "ouls",
+        0.0
+      ],
+      [
+        "devices",
+        0.0
+      ],
+      [
+        "Args",
+        0.0
+      ],
+      [
+        "▁Sacrifice",
+        0.0
+      ],
+      [
+        "▁McCorm",
+        0.0
+      ],
+      [
+        "eson",
+        0.0
+      ],
+      [
+        "Conservative",
+        0.0
+      ],
+      [
+        "▁Mikhail",
+        0.0
+      ],
+      [
+        "seeing",
+        0.0
+      ],
+      [
+        "isively",
+        0.0
+      ],
+      [
+        "▁Rooms",
+        0.0
+      ],
+      [
+        "▁Generic",
+        0.0
+      ],
+      [
+        "▁enthusiastically",
+        0.0
+      ],
+      [
+        "▁gripped",
+        0.0
+      ],
+      [
+        "▁comedic",
+        0.0
+      ],
+      [
+        "▁Electricity",
+        0.0
+      ],
+      [
+        "▁guerrilla",
+        0.0
+      ],
+      [
+        "▁decoration",
+        0.0
+      ],
+      [
+        "▁Perspective",
+        0.0
+      ],
+      [
+        "▁consultations",
+        0.0
+      ],
+      [
+        "▁unamb",
+        0.0
+      ],
+      [
+        "▁plagiar",
+        0.0
+      ],
+      [
+        "▁magician",
+        0.0
+      ],
+      [
+        "▁erection",
+        0.0
+      ],
+      [
+        "▁Tourism",
+        0.0
+      ],
+      [
+        "oried",
+        0.0
+      ],
+      [
+        "roxy",
+        0.0
+      ],
+      [
+        "1100",
+        0.0
+      ],
+      [
+        "Tam",
+        0.0
+      ],
+      [
+        "Īè",
+        0.0
+      ],
+      [
+        "γ",
+        0.0
+      ],
+      [
+        "ת",
+        0.0
+      ],
+      [
+        "▁Predators",
+        0.0
+      ],
+      [
+        "Nitrome",
+        0.0
+      ],
+      [
+        "▁telescopes",
+        0.0
+      ],
+      [
+        "projects",
+        0.0
+      ],
+      [
+        "▁unprotected",
+        0.0
+      ],
+      [
+        "▁stocked",
+        0.0
+      ],
+      [
+        "▁Entreprene",
+        0.0
+      ],
+      [
+        "nexpected",
+        0.0
+      ],
+      [
+        "▁wastewater",
+        0.0
+      ],
+      [
+        "Vill",
+        0.0
+      ],
+      [
+        "▁intimately",
+        0.0
+      ],
+      [
+        "▁iCloud",
+        0.0
+      ],
+      [
+        "▁Constable",
+        0.0
+      ],
+      [
+        "▁spoof",
+        0.0
+      ],
+      [
+        "▁nefarious",
+        0.0
+      ],
+      [
+        "▁fins",
+        0.0
+      ],
+      [
+        "▁censor",
+        0.0
+      ],
+      [
+        "▁Modes",
+        0.0
+      ],
+      [
+        "▁Esper",
+        0.0
+      ],
+      [
+        "arbon",
+        0.0
+      ],
+      [
+        "▁intersections",
+        0.0
+      ],
+      [
+        "▁lauded",
+        0.0
+      ],
+      [
+        "▁physi",
+        0.0
+      ],
+      [
+        "▁generously",
+        0.0
+      ],
+      [
+        "▁TheNitrome",
+        0.0
+      ],
+      [
+        "▁TheNitromeFan",
+        0.0
+      ],
+      [
+        "▁arisen",
+        0.0
+      ],
+      [
+        "▁ÙĪ",
+        0.0
+      ],
+      [
+        "▁glands",
+        0.0
+      ],
+      [
+        "▁Pavilion",
+        0.0
+      ],
+      [
+        "▁Gupta",
+        0.0
+      ],
+      [
+        "▁uniformly",
+        0.0
+      ],
+      [
+        "▁ramps",
+        0.0
+      ],
+      [
+        "riet",
+        0.0
+      ],
+      [
+        "▁WHEN",
+        0.0
+      ],
+      [
+        "▁Vanessa",
+        0.0
+      ],
+      [
+        "▁routed",
+        0.0
+      ],
+      [
+        "▁limp",
+        0.0
+      ],
+      [
+        "▁CPI",
+        0.0
+      ],
+      [
+        "pter",
+        0.0
+      ],
+      [
+        "intuitive",
+        0.0
+      ],
+      [
+        "▁vaping",
+        0.0
+      ],
+      [
+        "▁experimented",
+        0.0
+      ],
+      [
+        "▁Olympus",
+        0.0
+      ],
+      [
+        "▁Amon",
+        0.0
+      ],
+      [
+        "▁sighting",
+        0.0
+      ],
+      [
+        "▁infiltrate",
+        0.0
+      ],
+      [
+        "▁Gentleman",
+        0.0
+      ],
+      [
+        "▁signings",
+        0.0
+      ],
+      [
+        "▁Meow",
+        0.0
+      ],
+      [
+        "▁Navigation",
+        0.0
+      ],
+      [
+        "checks",
+        0.0
+      ],
+      [
+        "433",
+        0.0
+      ],
+      [
+        "▁elapsed",
+        0.0
+      ],
+      [
+        "▁Bulgarian",
+        0.0
+      ],
+      [
+        "espie",
+        0.0
+      ],
+      [
+        "▁SOM",
+        0.0
+      ],
+      [
+        "during",
+        0.0
+      ],
+      [
+        "▁spills",
+        0.0
+      ],
+      [
+        "anca",
+        0.0
+      ],
+      [
+        "▁Plymouth",
+        0.0
+      ],
+      [
+        "MAL",
+        0.0
+      ],
+      [
+        "▁domestically",
+        0.0
+      ],
+      [
+        "▁Watergate",
+        0.0
+      ],
+      [
+        "▁FAM",
+        0.0
+      ],
+      [
+        "killed",
+        0.0
+      ],
+      [
+        "edited",
+        0.0
+      ],
+      [
+        "▁Yourself",
+        0.0
+      ],
+      [
+        "▁synchronization",
+        0.0
+      ],
+      [
+        "▁Practices",
+        0.0
+      ],
+      [
+        "STEP",
+        0.0
+      ],
+      [
+        "▁genomes",
+        0.0
+      ],
+      [
+        "▁QR",
+        0.0
+      ],
+      [
+        "notice",
+        0.0
+      ],
+      [
+        "▁locating",
+        0.0
+      ],
+      [
+        "zin",
+        0.0
+      ],
+      [
+        "▁329",
+        0.0
+      ],
+      [
+        "alcohol",
+        0.0
+      ],
+      [
+        "▁kitten",
+        0.0
+      ],
+      [
+        "Vo",
+        0.0
+      ],
+      [
+        "▁rinse",
+        0.0
+      ],
+      [
+        "▁grapple",
+        0.0
+      ],
+      [
+        "▁Screw",
+        0.0
+      ],
+      [
+        "▁Dul",
+        0.0
+      ],
+      [
+        "AIR",
+        0.0
+      ],
+      [
+        "▁leasing",
+        0.0
+      ],
+      [
+        "▁Café",
+        0.0
+      ],
+      [
+        "▁roses",
+        0.0
+      ],
+      [
+        "▁Respect",
+        0.0
+      ],
+      [
+        "▁mislead",
+        0.0
+      ],
+      [
+        "▁perfected",
+        0.0
+      ],
+      [
+        "▁nudity",
+        0.0
+      ],
+      [
+        "▁nonpartisan",
+        0.0
+      ],
+      [
+        "▁Consumption",
+        0.0
+      ],
+      [
+        "Reporting",
+        0.0
+      ],
+      [
+        "▁nuances",
+        0.0
+      ],
+      [
+        "▁deductible",
+        0.0
+      ],
+      [
+        "▁Shots",
+        0.0
+      ],
+      [
+        "▁377",
+        0.0
+      ],
+      [
+        "▁æľ",
+        0.0
+      ],
+      [
+        "anooga",
+        0.0
+      ],
+      [
+        "Benef",
+        0.0
+      ],
+      [
+        "▁Bam",
+        0.0
+      ],
+      [
+        "▁Samp",
+        0.0
+      ],
+      [
+        "ifix",
+        0.0
+      ],
+      [
+        "▁galvan",
+        0.0
+      ],
+      [
+        "▁Medals",
+        0.0
+      ],
+      [
+        "radius",
+        0.0
+      ],
+      [
+        "▁nobles",
+        0.0
+      ],
+      [
+        "▁eaves",
+        0.0
+      ],
+      [
+        "igrate",
+        0.0
+      ],
+      [
+        "KT",
+        0.0
+      ],
+      [
+        "▁Harbour",
+        0.0
+      ],
+      [
+        "uers",
+        0.0
+      ],
+      [
+        "▁risked",
+        0.0
+      ],
+      [
+        "req",
+        0.0
+      ],
+      [
+        "▁neurot",
+        0.0
+      ],
+      [
+        "gettable",
+        0.0
+      ],
+      [
+        "aina",
+        0.0
+      ],
+      [
+        "Romney",
+        0.0
+      ],
+      [
+        "▁underpin",
+        0.0
+      ],
+      [
+        "▁loft",
+        0.0
+      ],
+      [
+        "▁Subcommittee",
+        0.0
+      ],
+      [
+        "▁Mongol",
+        0.0
+      ],
+      [
+        "biz",
+        0.0
+      ],
+      [
+        "▁manifests",
+        0.0
+      ],
+      [
+        "assisted",
+        0.0
+      ],
+      [
+        "▁Gaga",
+        0.0
+      ],
+      [
+        "▁synergy",
+        0.0
+      ],
+      [
+        "▁religiously",
+        0.0
+      ],
+      [
+        "▁Pref",
+        0.0
+      ],
+      [
+        "▁Gerry",
+        0.0
+      ],
+      [
+        "TAG",
+        0.0
+      ],
+      [
+        "▁Choi",
+        0.0
+      ],
+      [
+        "466",
+        0.0
+      ],
+      [
+        "behind",
+        0.0
+      ],
+      [
+        "▁Ou",
+        0.0
+      ],
+      [
+        "GoldMagikarp",
+        0.0
+      ],
+      [
+        "▁hemorrh",
+        0.0
+      ],
+      [
+        "River",
+        0.0
+      ],
+      [
+        "▁tendon",
+        0.0
+      ],
+      [
+        "▁injure",
+        0.0
+      ],
+      [
+        "▁Fiona",
+        0.0
+      ],
+      [
+        "▁pag",
+        0.0
+      ],
+      [
+        "▁agitation",
+        0.0
+      ],
+      [
+        "||||",
+        0.0
+      ],
+      [
+        "uran",
+        0.0
+      ],
+      [
+        "▁ESA",
+        0.0
+      ],
+      [
+        "▁esteem",
+        0.0
+      ],
+      [
+        "▁dodging",
+        0.0
+      ],
+      [
+        "▁412",
+        0.0
+      ],
+      [
+        "rss",
+        0.0
+      ],
+      [
+        "▁ceases",
+        0.0
+      ],
+      [
+        "excluding",
+        0.0
+      ],
+      [
+        "▁intakes",
+        0.0
+      ],
+      [
+        "▁inserts",
+        0.0
+      ],
+      [
+        "▁embold",
+        0.0
+      ],
+      [
+        "▁Oral",
+        0.0
+      ],
+      [
+        "upuncture",
+        0.0
+      ],
+      [
+        "411",
+        0.0
+      ],
+      [
+        "▁Unified",
+        0.0
+      ],
+      [
+        "▁Dele",
+        0.0
+      ],
+      [
+        "▁furnace",
+        0.0
+      ],
+      [
+        "▁Coyotes",
+        0.0
+      ],
+      [
+        "▁Brach",
+        0.0
+      ],
+      [
+        "Labor",
+        0.0
+      ],
+      [
+        "▁handshake",
+        0.0
+      ],
+      [
+        "▁bruises",
+        0.0
+      ],
+      [
+        "Grade",
+        0.0
+      ],
+      [
+        "éĹĺ",
+        0.0
+      ],
+      [
+        "▁Grammy",
+        0.0
+      ],
+      [
+        "ileen",
+        0.0
+      ],
+      [
+        "States",
+        0.0
+      ],
+      [
+        "▁Scandinavian",
+        0.0
+      ],
+      [
+        "▁Kardash",
+        0.0
+      ],
+      [
+        "866",
+        0.0
+      ],
+      [
+        "▁effortlessly",
+        0.0
+      ],
+      [
+        "▁DIRECT",
+        0.0
+      ],
+      [
+        "▁THEN",
+        0.0
+      ],
+      [
+        "▁Mei",
+        0.0
+      ],
+      [
+        "ertation",
+        0.0
+      ],
+      [
+        "1968",
+        0.0
+      ],
+      [
+        "▁groin",
+        0.0
+      ],
+      [
+        "witch",
+        0.0
+      ],
+      [
+        "Requirements",
+        0.0
+      ],
+      [
+        "985",
+        0.0
+      ],
+      [
+        "▁roofs",
+        0.0
+      ],
+      [
+        "▁estates",
+        0.0
+      ],
+      [
+        "▁HF",
+        0.0
+      ],
+      [
+        "▁haha",
+        0.0
+      ],
+      [
+        "▁densely",
+        0.0
+      ],
+      [
+        "▁OCT",
+        0.0
+      ],
+      [
+        "▁plastics",
+        0.0
+      ],
+      [
+        "▁incidentally",
+        0.0
+      ],
+      [
+        "▁Tracks",
+        0.0
+      ],
+      [
+        "▁Taxes",
+        0.0
+      ],
+      [
+        "▁chanted",
+        0.0
+      ],
+      [
+        "▁forceful",
+        0.0
+      ],
+      [
+        "▁Bieber",
+        0.0
+      ],
+      [
+        "▁Kahn",
+        0.0
+      ],
+      [
+        "Kent",
+        0.0
+      ],
+      [
+        "▁Cot",
+        0.0
+      ],
+      [
+        "licts",
+        0.0
+      ],
+      [
+        "Fed",
+        0.0
+      ],
+      [
+        "▁hideous",
+        0.0
+      ],
+      [
+        "▁Verd",
+        0.0
+      ],
+      [
+        "▁Syndicate",
+        0.0
+      ],
+      [
+        "▁Illegal",
+        0.0
+      ],
+      [
+        "Jet",
+        0.0
+      ],
+      [
+        "▁DAV",
+        0.0
+      ],
+      [
+        "reasonable",
+        0.0
+      ],
+      [
+        "crew",
+        0.0
+      ],
+      [
+        "▁fundamentalist",
+        0.0
+      ],
+      [
+        "▁truthful",
+        0.0
+      ],
+      [
+        "▁Jing",
+        0.0
+      ],
+      [
+        "▁lil",
+        0.0
+      ],
+      [
+        "▁downed",
+        0.0
+      ],
+      [
+        "▁enchanted",
+        0.0
+      ],
+      [
+        "▁Policies",
+        0.0
+      ],
+      [
+        "▁McMaster",
+        0.0
+      ],
+      [
+        "▁Hare",
+        0.0
+      ],
+      [
+        "ideshow",
+        0.0
+      ],
+      [
+        "▁params",
+        0.0
+      ],
+      [
+        "encers",
+        0.0
+      ],
+      [
+        "gorithm",
+        0.0
+      ],
+      [
+        "▁allowances",
+        0.0
+      ],
+      [
+        "▁turbulent",
+        0.0
+      ],
+      [
+        "▁complexities",
+        0.0
+      ],
+      [
+        "▁KT",
+        0.0
+      ],
+      [
+        "▁337",
+        0.0
+      ],
+      [
+        "▁Genetic",
+        0.0
+      ],
+      [
+        "FUN",
+        0.0
+      ],
+      [
+        "Doug",
+        0.0
+      ],
+      [
+        "tick",
+        0.0
+      ],
+      [
+        "▁gigs",
+        0.0
+      ],
+      [
+        "umenthal",
+        0.0
+      ],
+      [
+        "▁patriarchal",
+        0.0
+      ],
+      [
+        "▁calc",
+        0.0
+      ],
+      [
+        ",...",
+        0.0
+      ],
+      [
+        "▁cout",
+        0.0
+      ],
+      [
+        "▁Guan",
+        0.0
+      ],
+      [
+        "▁pathological",
+        0.0
+      ],
+      [
+        "▁Rivals",
+        0.0
+      ],
+      [
+        "▁underrated",
+        0.0
+      ],
+      [
+        "▁fluorescent",
+        0.0
+      ],
+      [
+        "▁Jiu",
+        0.0
+      ],
+      [
+        "arnaev",
+        0.0
+      ],
+      [
+        "▁Quan",
+        0.0
+      ],
+      [
+        "▁429",
+        0.0
+      ],
+      [
+        "▁à¨",
+        0.0
+      ],
+      [
+        "Mario",
+        0.0
+      ],
+      [
+        "Construct",
+        0.0
+      ],
+      [
+        "▁Citation",
+        0.0
+      ],
+      [
+        "▁Racial",
+        0.0
+      ],
+      [
+        "▁RSA",
+        0.0
+      ],
+      [
+        "▁Fidel",
+        0.0
+      ],
+      [
+        "▁395",
+        0.0
+      ],
+      [
+        "Personally",
+        0.0
+      ],
+      [
+        "Cause",
+        0.0
+      ],
+      [
+        "û",
+        0.0
+      ],
+      [
+        "radical",
+        0.0
+      ],
+      [
+        "inen",
+        0.0
+      ],
+      [
+        "▁vehemently",
+        0.0
+      ],
+      [
+        "▁Papa",
+        0.0
+      ],
+      [
+        "▁internship",
+        0.0
+      ],
+      [
+        "▁flakes",
+        0.0
+      ],
+      [
+        "▁Reck",
+        0.0
+      ],
+      [
+        "Luckily",
+        0.0
+      ],
+      [
+        "Bra",
+        0.0
+      ],
+      [
+        "2020",
+        0.0
+      ],
+      [
+        "ravings",
+        0.0
+      ],
+      [
+        "RN",
+        0.0
+      ],
+      [
+        "Wonder",
+        0.0
+      ],
+      [
+        "Seriously",
+        0.0
+      ],
+      [
+        "▁reusable",
+        0.0
+      ],
+      [
+        "▁polluted",
+        0.0
+      ],
+      [
+        "▁Peng",
+        0.0
+      ],
+      [
+        "leigh",
+        0.0
+      ],
+      [
+        "indle",
+        0.0
+      ],
+      [
+        "▁circuitry",
+        0.0
+      ],
+      [
+        "▁Madonna",
+        0.0
+      ],
+      [
+        "▁BART",
+        0.0
+      ],
+      [
+        "Residents",
+        0.0
+      ],
+      [
+        "attribute",
+        0.0
+      ],
+      [
+        "Philadelphia",
+        0.0
+      ],
+      [
+        "Club",
+        0.0
+      ],
+      [
+        "▁planner",
+        0.0
+      ],
+      [
+        "▁frantically",
+        0.0
+      ],
+      [
+        "▁faithfully",
+        0.0
+      ],
+      [
+        "▁Territories",
+        0.0
+      ],
+      [
+        "▁LAT",
+        0.0
+      ],
+      [
+        "▁Andersen",
+        0.0
+      ],
+      [
+        "anu",
+        0.0
+      ],
+      [
+        "▁PARK",
+        0.0
+      ],
+      [
+        "▁Sora",
+        0.0
+      ],
+      [
+        "iage",
+        0.0
+      ],
+      [
+        "▁Playoffs",
+        0.0
+      ],
+      [
+        "▁GCC",
+        0.0
+      ],
+      [
+        "427",
+        0.0
+      ],
+      [
+        "▁abnorm",
+        0.0
+      ],
+      [
+        "▁Lever",
+        0.0
+      ],
+      [
+        "▁disobedience",
+        0.0
+      ],
+      [
+        "Async",
+        0.0
+      ],
+      [
+        "▁Shea",
+        0.0
+      ],
+      [
+        "Vert",
+        0.0
+      ],
+      [
+        "▁skirts",
+        0.0
+      ],
+      [
+        "▁Sawyer",
+        0.0
+      ],
+      [
+        "xp",
+        0.0
+      ],
+      [
+        "▁worsening",
+        0.0
+      ],
+      [
+        "▁scapego",
+        0.0
+      ],
+      [
+        "▁Angle",
+        0.0
+      ],
+      [
+        "othal",
+        0.0
+      ],
+      [
+        "▁trove",
+        0.0
+      ],
+      [
+        "▁Sty",
+        0.0
+      ],
+      [
+        "▁Nguyen",
+        0.0
+      ],
+      [
+        "marine",
+        0.0
+      ],
+      [
+        "ideon",
+        0.0
+      ],
+      [
+        "Depths",
+        0.0
+      ],
+      [
+        "Blog",
+        0.0
+      ],
+      [
+        "▁Illuminati",
+        0.0
+      ],
+      [
+        "▁tracts",
+        0.0
+      ],
+      [
+        "▁organise",
+        0.0
+      ],
+      [
+        "▁ostr",
+        0.0
+      ],
+      [
+        "Fs",
+        0.0
+      ],
+      [
+        "▁leveraging",
+        0.0
+      ],
+      [
+        "▁Daredevil",
+        0.0
+      ],
+      [
+        "asar",
+        0.0
+      ],
+      [
+        "▁lang",
+        0.0
+      ],
+      [
+        "▁extermin",
+        0.0
+      ],
+      [
+        "ursions",
+        0.0
+      ],
+      [
+        "▁Romo",
+        0.0
+      ],
+      [
+        "ãĤ¤ãĥĪ",
+        0.0
+      ],
+      [
+        "▁contended",
+        0.0
+      ],
+      [
+        "▁encountering",
+        0.0
+      ],
+      [
+        "▁Tablet",
+        0.0
+      ],
+      [
+        "▁Alternate",
+        0.0
+      ],
+      [
+        "skill",
+        0.0
+      ],
+      [
+        "▁sweets",
+        0.0
+      ],
+      [
+        "▁cohesive",
+        0.0
+      ],
+      [
+        "capacity",
+        0.0
+      ],
+      [
+        "▁repud",
+        0.0
+      ],
+      [
+        "▁lizard",
+        0.0
+      ],
+      [
+        "roo",
+        0.0
+      ],
+      [
+        "▁pilgrims",
+        0.0
+      ],
+      [
+        "▁Ruff",
+        0.0
+      ],
+      [
+        "▁Instrument",
+        0.0
+      ],
+      [
+        "▁Logo",
+        0.0
+      ],
+      [
+        "uitous",
+        0.0
+      ],
+      [
+        "EH",
+        0.0
+      ],
+      [
+        "▁salesman",
+        0.0
+      ],
+      [
+        "▁ankles",
+        0.0
+      ],
+      [
+        "Led",
+        0.0
+      ],
+      [
+        "▁Patty",
+        0.0
+      ],
+      [
+        "udos",
+        0.0
+      ],
+      [
+        "Owner",
+        0.0
+      ],
+      [
+        "▁discrepancies",
+        0.0
+      ],
+      [
+        "kj",
+        0.0
+      ],
+      [
+        "MU",
+        0.0
+      ],
+      [
+        "▁unconditional",
+        0.0
+      ],
+      [
+        "DragonMagazine",
+        0.0
+      ],
+      [
+        "iard",
+        0.0
+      ],
+      [
+        "Oak",
+        0.0
+      ],
+      [
+        "▁Conversation",
+        0.0
+      ],
+      [
+        "beer",
+        0.0
+      ],
+      [
+        "▁Osaka",
+        0.0
+      ],
+      [
+        "Delta",
+        0.0
+      ],
+      [
+        "usky",
+        0.0
+      ],
+      [
+        "▁secretion",
+        0.0
+      ],
+      [
+        "▁plaza",
+        0.0
+      ],
+      [
+        "▁ming",
+        0.0
+      ],
+      [
+        "▁depletion",
+        0.0
+      ],
+      [
+        "▁Mous",
+        0.0
+      ],
+      [
+        "▁ITS",
+        0.0
+      ],
+      [
+        "▁Himal",
+        0.0
+      ],
+      [
+        "▁Fleming",
+        0.0
+      ],
+      [
+        "▁cytok",
+        0.0
+      ],
+      [
+        "▁Hick",
+        0.0
+      ],
+      [
+        "▁batters",
+        0.0
+      ],
+      [
+        "▁Intellectual",
+        0.0
+      ],
+      [
+        "675",
+        0.0
+      ],
+      [
+        "ér",
+        0.0
+      ],
+      [
+        "ISION",
+        0.0
+      ],
+      [
+        "▁Quentin",
+        0.0
+      ],
+      [
+        "▁Chapters",
+        0.0
+      ],
+      [
+        "ihadi",
+        0.0
+      ],
+      [
+        "▁coaster",
+        0.0
+      ],
+      [
+        "WAYS",
+        0.0
+      ],
+      [
+        "▁Lizard",
+        0.0
+      ],
+      [
+        "▁Yor",
+        0.0
+      ],
+      [
+        "andering",
+        0.0
+      ],
+      [
+        "Skin",
+        0.0
+      ],
+      [
+        "haust",
+        0.0
+      ],
+      [
+        "abby",
+        0.0
+      ],
+      [
+        "▁portraying",
+        0.0
+      ],
+      [
+        "▁wielded",
+        0.0
+      ],
+      [
+        "dash",
+        0.0
+      ],
+      [
+        "▁proponent",
+        0.0
+      ],
+      [
+        "▁ripple",
+        0.0
+      ],
+      [
+        "▁graphene",
+        0.0
+      ],
+      [
+        "▁flyer",
+        0.0
+      ],
+      [
+        "▁recurrent",
+        0.0
+      ],
+      [
+        "▁devils",
+        0.0
+      ],
+      [
+        "▁waterfall",
+        0.0
+      ],
+      [
+        "æĺ¯",
+        0.0
+      ],
+      [
+        "goo",
+        0.0
+      ],
+      [
+        "TextColor",
+        0.0
+      ],
+      [
+        "▁tampering",
+        0.0
+      ],
+      [
+        "IVES",
+        0.0
+      ],
+      [
+        "TRUMP",
+        0.0
+      ],
+      [
+        "▁Abel",
+        0.0
+      ],
+      [
+        "▁SAL",
+        0.0
+      ],
+      [
+        "▁Hendricks",
+        0.0
+      ],
+      [
+        "▁Lucius",
+        0.0
+      ],
+      [
+        "bots",
+        0.0
+      ],
+      [
+        "▁4096",
+        0.0
+      ],
+      [
+        "ISTORY",
+        0.0
+      ],
+      [
+        "Guest",
+        0.0
+      ],
+      [
+        "▁NX",
+        0.0
+      ],
+      [
+        "inant",
+        0.0
+      ],
+      [
+        "Benz",
+        0.0
+      ],
+      [
+        "▁Loaded",
+        0.0
+      ],
+      [
+        "▁Clever",
+        0.0
+      ],
+      [
+        "treatment",
+        0.0
+      ],
+      [
+        "▁tavern",
+        0.0
+      ],
+      [
+        "▁339",
+        0.0
+      ],
+      [
+        "▁TNT",
+        0.0
+      ],
+      [
+        "ificantly",
+        0.0
+      ],
+      [
+        "Temperature",
+        0.0
+      ],
+      [
+        "Fel",
+        0.0
+      ],
+      [
+        "▁underworld",
+        0.0
+      ],
+      [
+        "▁Judges",
+        0.0
+      ],
+      [
+        "▁<+",
+        0.0
+      ],
+      [
+        "▁stump",
+        0.0
+      ],
+      [
+        "▁occupancy",
+        0.0
+      ],
+      [
+        "▁aber",
+        0.0
+      ],
+      [
+        "▁Finder",
+        0.0
+      ],
+      [
+        ")\",",
+        0.0
+      ],
+      [
+        "▁Nunes",
+        0.0
+      ],
+      [
+        "reset",
+        0.0
+      ],
+      [
+        "inet",
+        0.0
+      ],
+      [
+        "ectomy",
+        0.0
+      ],
+      [
+        "▁wellness",
+        0.0
+      ],
+      [
+        "▁Peb",
+        0.0
+      ],
+      [
+        "quartered",
+        0.0
+      ],
+      [
+        "andan",
+        0.0
+      ],
+      [
+        "▁negatives",
+        0.0
+      ],
+      [
+        "▁Thiel",
+        0.0
+      ],
+      [
+        "▁Clip",
+        0.0
+      ],
+      [
+        "▁LTD",
+        0.0
+      ],
+      [
+        "▁blight",
+        0.0
+      ],
+      [
+        "▁repertoire",
+        0.0
+      ],
+      [
+        "Kyle",
+        0.0
+      ],
+      [
+        "▁quer",
+        0.0
+      ],
+      [
+        "▁Ces",
+        0.0
+      ],
+      [
+        "▁hapl",
+        0.0
+      ],
+      [
+        "989",
+        0.0
+      ],
+      [
+        "▁Thames",
+        0.0
+      ],
+      [
+        "iscopal",
+        0.0
+      ],
+      [
+        "Desk",
+        0.0
+      ],
+      [
+        "ivariate",
+        0.0
+      ],
+      [
+        "▁Excellence",
+        0.0
+      ],
+      [
+        "foundation",
+        0.0
+      ],
+      [
+        "▁âĩ",
+        0.0
+      ],
+      [
+        "Xi",
+        0.0
+      ],
+      [
+        "▁mysteriously",
+        0.0
+      ],
+      [
+        "estyles",
+        0.0
+      ],
+      [
+        "▁perish",
+        0.0
+      ],
+      [
+        "▁Engels",
+        0.0
+      ],
+      [
+        "▁DEAD",
+        0.0
+      ],
+      [
+        "090",
+        0.0
+      ],
+      [
+        "}}}",
+        0.0
+      ],
+      [
+        "▁Unreal",
+        0.0
+      ],
+      [
+        "▁restless",
+        0.0
+      ],
+      [
+        "IDES",
+        0.0
+      ],
+      [
+        "orthodox",
+        0.0
+      ],
+      [
+        "▁Intermediate",
+        0.0
+      ],
+      [
+        "▁dinners",
+        0.0
+      ],
+      [
+        "▁Trout",
+        0.0
+      ],
+      [
+        "▁Seym",
+        0.0
+      ],
+      [
+        "▁Halls",
+        0.0
+      ],
+      [
+        "ogged",
+        0.0
+      ],
+      [
+        "▁tragedies",
+        0.0
+      ],
+      [
+        "▁didnt",
+        0.0
+      ],
+      [
+        "676",
+        0.0
+      ],
+      [
+        "▁ailments",
+        0.0
+      ],
+      [
+        "▁observable",
+        0.0
+      ],
+      [
+        "▁Vide",
+        0.0
+      ],
+      [
+        "adapt",
+        0.0
+      ],
+      [
+        "▁Dusk",
+        0.0
+      ],
+      [
+        "▁professionalism",
+        0.0
+      ],
+      [
+        "▁Prescott",
+        0.0
+      ],
+      [
+        "▁Indies",
+        0.0
+      ],
+      [
+        "pox",
+        0.0
+      ],
+      [
+        "▁Mehran",
+        0.0
+      ],
+      [
+        "Wide",
+        0.0
+      ],
+      [
+        "▁endemic",
+        0.0
+      ],
+      [
+        "▁Paran",
+        0.0
+      ],
+      [
+        "Bird",
+        0.0
+      ],
+      [
+        "▁pedals",
+        0.0
+      ],
+      [
+        "▁IU",
+        0.0
+      ],
+      [
+        "▁Adamant",
+        0.0
+      ],
+      [
+        "▁Hurt",
+        0.0
+      ],
+      [
+        "▁correlates",
+        0.0
+      ],
+      [
+        "urden",
+        0.0
+      ],
+      [
+        "▁sponsoring",
+        0.0
+      ],
+      [
+        "climate",
+        0.0
+      ],
+      [
+        "▁Universities",
+        0.0
+      ],
+      [
+        "▁Knot",
+        0.0
+      ],
+      [
+        "ennes",
+        0.0
+      ],
+      [
+        "▁Damian",
+        0.0
+      ],
+      [
+        "▁Axel",
+        0.0
+      ],
+      [
+        "Sport",
+        0.0
+      ],
+      [
+        "▁barb",
+        0.0
+      ],
+      [
+        "▁Sno",
+        0.0
+      ],
+      [
+        "shown",
+        0.0
+      ],
+      [
+        "steen",
+        0.0
+      ],
+      [
+        "udence",
+        0.0
+      ],
+      [
+        "▁nonviolent",
+        0.0
+      ],
+      [
+        "▁homophobia",
+        0.0
+      ],
+      [
+        "▁biomass",
+        0.0
+      ],
+      [
+        "▁Detail",
+        0.0
+      ],
+      [
+        "▁srfN",
+        0.0
+      ],
+      [
+        "▁Tune",
+        0.0
+      ],
+      [
+        "accompanied",
+        0.0
+      ],
+      [
+        "IENCE",
+        0.0
+      ],
+      [
+        "Albert",
+        0.0
+      ],
+      [
+        "▁Mongo",
+        0.0
+      ],
+      [
+        "zx",
+        0.0
+      ],
+      [
+        "▁Cerberus",
+        0.0
+      ],
+      [
+        "orbit",
+        0.0
+      ],
+      [
+        "cens",
+        0.0
+      ],
+      [
+        "▁slay",
+        0.0
+      ],
+      [
+        "SHARE",
+        0.0
+      ],
+      [
+        "HY",
+        0.0
+      ],
+      [
+        "▁brawl",
+        0.0
+      ],
+      [
+        "▁Probe",
+        0.0
+      ],
+      [
+        "▁nonexistent",
+        0.0
+      ],
+      [
+        "▁Clarence",
+        0.0
+      ],
+      [
+        "▁Blackburn",
+        0.0
+      ],
+      [
+        "▁portals",
+        0.0
+      ],
+      [
+        "▁Rita",
+        0.0
+      ],
+      [
+        "▁Remain",
+        0.0
+      ],
+      [
+        "▁Levant",
+        0.0
+      ],
+      [
+        "▁tricked",
+        0.0
+      ],
+      [
+        "▁Ferry",
+        0.0
+      ],
+      [
+        "avering",
+        0.0
+      ],
+      [
+        "▁Strawberry",
+        0.0
+      ],
+      [
+        "▁Answers",
+        0.0
+      ],
+      [
+        "▁horrendous",
+        0.0
+      ],
+      [
+        "▁Aman",
+        0.0
+      ],
+      [
+        "Supplement",
+        0.0
+      ],
+      [
+        "▁Toad",
+        0.0
+      ],
+      [
+        "▁peeled",
+        0.0
+      ],
+      [
+        "▁manoeuv",
+        0.0
+      ],
+      [
+        "▁Uzbek",
+        0.0
+      ],
+      [
+        "monds",
+        0.0
+      ],
+      [
+        "▁Hector",
+        0.0
+      ],
+      [
+        "▁402",
+        0.0
+      ],
+      [
+        "pees",
+        0.0
+      ],
+      [
+        "fixes",
+        0.0
+      ],
+      [
+        "▁dj",
+        0.0
+      ],
+      [
+        "▁resumes",
+        0.0
+      ],
+      [
+        "▁accountant",
+        0.0
+      ],
+      [
+        "▁adversity",
+        0.0
+      ],
+      [
+        "▁hampered",
+        0.0
+      ],
+      [
+        "▁Larson",
+        0.0
+      ],
+      [
+        "▁doping",
+        0.0
+      ],
+      [
+        "parts",
+        0.0
+      ],
+      [
+        "Hur",
+        0.0
+      ],
+      [
+        "▁bearded",
+        0.0
+      ],
+      [
+        "▁yr",
+        0.0
+      ],
+      [
+        "▁Plugin",
+        0.0
+      ],
+      [
+        "女",
+        0.0
+      ],
+      [
+        "▁/**",
+        0.0
+      ],
+      [
+        "rolley",
+        0.0
+      ],
+      [
+        "▁watershed",
+        0.0
+      ],
+      [
+        "▁Submission",
+        0.0
+      ],
+      [
+        "iflower",
+        0.0
+      ],
+      [
+        "ASC",
+        0.0
+      ],
+      [
+        "▁choir",
+        0.0
+      ],
+      [
+        "▁sculptures",
+        0.0
+      ],
+      [
+        "mA",
+        0.0
+      ],
+      [
+        "increasing",
+        0.0
+      ],
+      [
+        "aii",
+        0.0
+      ],
+      [
+        "▁sneakers",
+        0.0
+      ],
+      [
+        "▁confronts",
+        0.0
+      ],
+      [
+        "▁Elephant",
+        0.0
+      ],
+      [
+        "▁Elixir",
+        0.0
+      ],
+      [
+        "▁recal",
+        0.0
+      ],
+      [
+        "▁TTL",
+        0.0
+      ],
+      [
+        "widget",
+        0.0
+      ],
+      [
+        "▁Wax",
+        0.0
+      ],
+      [
+        "▁Grayson",
+        0.0
+      ],
+      [
+        "▁hairst",
+        0.0
+      ],
+      [
+        "▁humiliated",
+        0.0
+      ],
+      [
+        "▁WARN",
+        0.0
+      ],
+      [
+        "appiness",
+        0.0
+      ],
+      [
+        "▁TTC",
+        0.0
+      ],
+      [
+        "Fuel",
+        0.0
+      ],
+      [
+        "▁polio",
+        0.0
+      ],
+      [
+        "▁complexes",
+        0.0
+      ],
+      [
+        "▁babe",
+        0.0
+      ],
+      [
+        "▁XIV",
+        0.0
+      ],
+      [
+        "PF",
+        0.0
+      ],
+      [
+        ").[",
+        0.0
+      ],
+      [
+        "Parts",
+        0.0
+      ],
+      [
+        "▁435",
+        0.0
+      ],
+      [
+        "Meg",
+        0.0
+      ],
+      [
+        "▁Yards",
+        0.0
+      ],
+      [
+        "▁ALP",
+        0.0
+      ],
+      [
+        "▁yells",
+        0.0
+      ],
+      [
+        "▁princes",
+        0.0
+      ],
+      [
+        "▁bullies",
+        0.0
+      ],
+      [
+        "▁Capitalism",
+        0.0
+      ],
+      [
+        "exempt",
+        0.0
+      ],
+      [
+        "FAQ",
+        0.0
+      ],
+      [
+        "▁Sponge",
+        0.0
+      ],
+      [
+        "▁Ala",
+        0.0
+      ],
+      [
+        "▁pleasantly",
+        0.0
+      ],
+      [
+        "▁buf",
+        0.0
+      ],
+      [
+        "▁denote",
+        0.0
+      ],
+      [
+        "▁unpublished",
+        0.0
+      ],
+      [
+        "▁kneeling",
+        0.0
+      ],
+      [
+        "asca",
+        0.0
+      ],
+      [
+        "▁lapse",
+        0.0
+      ],
+      [
+        "alien",
+        0.0
+      ],
+      [
+        "994",
+        0.0
+      ],
+      [
+        "▁referees",
+        0.0
+      ],
+      [
+        "▁Lawyers",
+        0.0
+      ],
+      [
+        "Santa",
+        0.0
+      ],
+      [
+        "▁puzzling",
+        0.0
+      ],
+      [
+        "▁Prometheus",
+        0.0
+      ],
+      [
+        "▁Pharaoh",
+        0.0
+      ],
+      [
+        "▁Delay",
+        0.0
+      ],
+      [
+        "▁facilitates",
+        0.0
+      ],
+      [
+        "▁CES",
+        0.0
+      ],
+      [
+        "▁jewels",
+        0.0
+      ],
+      [
+        "▁booklet",
+        0.0
+      ],
+      [
+        "onding",
+        0.0
+      ],
+      [
+        "▁polarization",
+        0.0
+      ],
+      [
+        "▁Moran",
+        0.0
+      ],
+      [
+        "▁Salad",
+        0.0
+      ],
+      [
+        "▁SOS",
+        0.0
+      ],
+      [
+        "▁Advice",
+        0.0
+      ],
+      [
+        "PHOTOS",
+        0.0
+      ],
+      [
+        "ICAN",
+        0.0
+      ],
+      [
+        "iatures",
+        0.0
+      ],
+      [
+        "express",
+        0.0
+      ],
+      [
+        "▁Wonderland",
+        0.0
+      ],
+      [
+        "▁CODE",
+        0.0
+      ],
+      [
+        "▁CLASS",
+        0.0
+      ],
+      [
+        "975",
+        0.0
+      ],
+      [
+        "▁grep",
+        0.0
+      ],
+      [
+        "▁Diesel",
+        0.0
+      ],
+      [
+        "▁Glac",
+        0.0
+      ],
+      [
+        "!?\"",
+        0.0
+      ],
+      [
+        "▁rm",
+        0.0
+      ],
+      [
+        "oine",
+        0.0
+      ],
+      [
+        "discrimination",
+        0.0
+      ],
+      [
+        "▁Nurse",
+        0.0
+      ],
+      [
+        "mallow",
+        0.0
+      ],
+      [
+        "▁vortex",
+        0.0
+      ],
+      [
+        "▁Consortium",
+        0.0
+      ],
+      [
+        "▁largeDownload",
+        0.0
+      ],
+      [
+        "straight",
+        0.0
+      ],
+      [
+        "aughlin",
+        0.0
+      ],
+      [
+        "Grad",
+        0.0
+      ],
+      [
+        "▁publicized",
+        0.0
+      ],
+      [
+        "▁Waves",
+        0.0
+      ],
+      [
+        "▁Redd",
+        0.0
+      ],
+      [
+        "▁festivities",
+        0.0
+      ],
+      [
+        "▁Mane",
+        0.0
+      ],
+      [
+        "arov",
+        0.0
+      ],
+      [
+        "▁fleeting",
+        0.0
+      ],
+      [
+        "▁Drunk",
+        0.0
+      ],
+      [
+        "ugen",
+        0.0
+      ],
+      [
+        "Cele",
+        0.0
+      ],
+      [
+        "▁chromosomes",
+        0.0
+      ],
+      [
+        "▁DOT",
+        0.0
+      ],
+      [
+        "-+-+-+-+",
+        0.0
+      ],
+      [
+        "▁busiest",
+        0.0
+      ],
+      [
+        "▁Beaver",
+        0.0
+      ],
+      [
+        "Syrian",
+        0.0
+      ],
+      [
+        "▁Kyr",
+        0.0
+      ],
+      [
+        "kas",
+        0.0
+      ],
+      [
+        "▁CrossRef",
+        0.0
+      ],
+      [
+        "1950",
+        0.0
+      ],
+      [
+        "7601",
+        0.0
+      ],
+      [
+        "▁repealing",
+        0.0
+      ],
+      [
+        "▁Winners",
+        0.0
+      ],
+      [
+        "▁Macro",
+        0.0
+      ],
+      [
+        "▁DOD",
+        0.0
+      ],
+      [
+        "blance",
+        0.0
+      ],
+      [
+        "Sort",
+        0.0
+      ],
+      [
+        "641",
+        0.0
+      ],
+      [
+        "▁metre",
+        0.0
+      ],
+      [
+        "▁Dirk",
+        0.0
+      ],
+      [
+        "▁goggles",
+        0.0
+      ],
+      [
+        "▁drawbacks",
+        0.0
+      ],
+      [
+        "▁complainant",
+        0.0
+      ],
+      [
+        "▁authorizing",
+        0.0
+      ],
+      [
+        "▁antitrust",
+        0.0
+      ],
+      [
+        "operated",
+        0.0
+      ],
+      [
+        "▁mah",
+        0.0
+      ],
+      [
+        "▁exaggeration",
+        0.0
+      ],
+      [
+        "Amazing",
+        0.0
+      ],
+      [
+        "▁Seraph",
+        0.0
+      ],
+      [
+        "▁haze",
+        0.0
+      ],
+      [
+        "wow",
+        0.0
+      ],
+      [
+        "▁extinguished",
+        0.0
+      ],
+      [
+        "▁canyon",
+        0.0
+      ],
+      [
+        "▁Bosh",
+        0.0
+      ],
+      [
+        "▁vents",
+        0.0
+      ],
+      [
+        "▁scrape",
+        0.0
+      ],
+      [
+        "Correct",
+        0.0
+      ],
+      [
+        "426",
+        0.0
+      ],
+      [
+        "▁avg",
+        0.0
+      ],
+      [
+        "Demand",
+        0.0
+      ],
+      [
+        "▁âĪ¼",
+        0.0
+      ],
+      [
+        "▁microbiota",
+        0.0
+      ],
+      [
+        "\"}],\"",
+        0.0
+      ],
+      [
+        "▁Stev",
+        0.0
+      ],
+      [
+        "Bio",
+        0.0
+      ],
+      [
+        "▁Planes",
+        0.0
+      ],
+      [
+        "▁suggestive",
+        0.0
+      ],
+      [
+        "▁decipher",
+        0.0
+      ],
+      [
+        "▁Refugee",
+        0.0
+      ],
+      [
+        "▁Kejriwal",
+        0.0
+      ],
+      [
+        "▁Greenpeace",
+        0.0
+      ],
+      [
+        "▁declass",
+        0.0
+      ],
+      [
+        "▁Sounders",
+        0.0
+      ],
+      [
+        "▁tho",
+        0.0
+      ],
+      [
+        "▁decrypt",
+        0.0
+      ],
+      [
+        "▁brushing",
+        0.0
+      ],
+      [
+        "▁Janeiro",
+        0.0
+      ],
+      [
+        "ipop",
+        0.0
+      ],
+      [
+        "Si",
+        0.0
+      ],
+      [
+        "877",
+        0.0
+      ],
+      [
+        "▁Geoffrey",
+        0.0
+      ],
+      [
+        "▁cpu",
+        0.0
+      ],
+      [
+        "▁Hazel",
+        0.0
+      ],
+      [
+        "▁viewpoints",
+        0.0
+      ],
+      [
+        "▁crispy",
+        0.0
+      ],
+      [
+        "▁Notification",
+        0.0
+      ],
+      [
+        "▁solder",
+        0.0
+      ],
+      [
+        "▁Modest",
+        0.0
+      ],
+      [
+        "▁Hemisphere",
+        0.0
+      ],
+      [
+        "▁cassette",
+        0.0
+      ],
+      [
+        "includes",
+        0.0
+      ],
+      [
+        "▁identifiers",
+        0.0
+      ],
+      [
+        "▁CALL",
+        0.0
+      ],
+      [
+        "incent",
+        0.0
+      ],
+      [
+        "Todd",
+        0.0
+      ],
+      [
+        "▁Sweep",
+        0.0
+      ],
+      [
+        "▁334",
+        0.0
+      ],
+      [
+        "boss",
+        0.0
+      ],
+      [
+        "▁smir",
+        0.0
+      ],
+      [
+        "ginx",
+        0.0
+      ],
+      [
+        "▁township",
+        0.0
+      ],
+      [
+        "▁grieving",
+        0.0
+      ],
+      [
+        "▁Mosque",
+        0.0
+      ],
+      [
+        "Netflix",
+        0.0
+      ],
+      [
+        "ASED",
+        0.0
+      ],
+      [
+        "▁Millennials",
+        0.0
+      ],
+      [
+        "ocom",
+        0.0
+      ],
+      [
+        "1967",
+        0.0
+      ],
+      [
+        "▁boldly",
+        0.0
+      ],
+      [
+        "sleep",
+        0.0
+      ],
+      [
+        "▁esche",
+        0.0
+      ],
+      [
+        "arijuana",
+        0.0
+      ],
+      [
+        "▁swirl",
+        0.0
+      ],
+      [
+        "▁Penal",
+        0.0
+      ],
+      [
+        "▁negligent",
+        0.0
+      ],
+      [
+        "▁Stephenson",
+        0.0
+      ],
+      [
+        "KER",
+        0.0
+      ],
+      [
+        "▁Zoro",
+        0.0
+      ],
+      [
+        "risis",
+        0.0
+      ],
+      [
+        "▁localization",
+        0.0
+      ],
+      [
+        "▁Seymour",
+        0.0
+      ],
+      [
+        "▁Anglic",
+        0.0
+      ],
+      [
+        "reditation",
+        0.0
+      ],
+      [
+        "protection",
+        0.0
+      ],
+      [
+        "▁Paige",
+        0.0
+      ],
+      [
+        "▁omit",
+        0.0
+      ],
+      [
+        "▁Rousse",
+        0.0
+      ],
+      [
+        "▁Tub",
+        0.0
+      ],
+      [
+        "▁invitations",
+        0.0
+      ],
+      [
+        "tty",
+        0.0
+      ],
+      [
+        "▁moss",
+        0.0
+      ],
+      [
+        "physical",
+        0.0
+      ],
+      [
+        "Credits",
+        0.0
+      ],
+      [
+        "▁anarchy",
+        0.0
+      ],
+      [
+        "▁childcare",
+        0.0
+      ],
+      [
+        "▁lull",
+        0.0
+      ],
+      [
+        "▁Mek",
+        0.0
+      ],
+      [
+        "▁Languages",
+        0.0
+      ],
+      [
+        "latest",
+        0.0
+      ],
+      [
+        "▁Sanford",
+        0.0
+      ],
+      [
+        "▁usability",
+        0.0
+      ],
+      [
+        "▁diffuse",
+        0.0
+      ],
+      [
+        "▁DATA",
+        0.0
+      ],
+      [
+        "▁sprites",
+        0.0
+      ],
+      [
+        "▁Vegeta",
+        0.0
+      ],
+      [
+        "▁Promotion",
+        0.0
+      ],
+      [
+        "ãĥ¼ãĤ¯",
+        0.0
+      ],
+      [
+        "ricting",
+        0.0
+      ],
+      [
+        "zee",
+        0.0
+      ],
+      [
+        "Turkish",
+        0.0
+      ],
+      [
+        "▁TDs",
+        0.0
+      ],
+      [
+        "proven",
+        0.0
+      ],
+      [
+        "571",
+        0.0
+      ],
+      [
+        "▁smugglers",
+        0.0
+      ],
+      [
+        "70710",
+        0.0
+      ],
+      [
+        "▁reformed",
+        0.0
+      ],
+      [
+        "▁Lois",
+        0.0
+      ],
+      [
+        "▁unfl",
+        0.0
+      ],
+      [
+        "▁WITHOUT",
+        0.0
+      ],
+      [
+        "▁Returning",
+        0.0
+      ],
+      [
+        "annie",
+        0.0
+      ],
+      [
+        "▁Tomas",
+        0.0
+      ],
+      [
+        "Franc",
+        0.0
+      ],
+      [
+        "▁Profit",
+        0.0
+      ],
+      [
+        "▁SERV",
+        0.0
+      ],
+      [
+        "▁Rumble",
+        0.0
+      ],
+      [
+        "ikuman",
+        0.0
+      ],
+      [
+        "esan",
+        0.0
+      ],
+      [
+        "▁testers",
+        0.0
+      ],
+      [
+        "▁gadget",
+        0.0
+      ],
+      [
+        "▁bracelet",
+        0.0
+      ],
+      [
+        "▁FSA",
+        0.0
+      ],
+      [
+        "component",
+        0.0
+      ],
+      [
+        "▁paramedics",
+        0.0
+      ],
+      [
+        "▁jan",
+        0.0
+      ],
+      [
+        "▁Remem",
+        0.0
+      ],
+      [
+        "▁Skinner",
+        0.0
+      ],
+      [
+        "▁lov",
+        0.0
+      ],
+      [
+        "▁Quake",
+        0.0
+      ],
+      [
+        "roma",
+        0.0
+      ],
+      [
+        "▁flask",
+        0.0
+      ],
+      [
+        "Princ",
+        0.0
+      ],
+      [
+        "▁overpower",
+        0.0
+      ],
+      [
+        "▁lodging",
+        0.0
+      ],
+      [
+        "▁KKK",
+        0.0
+      ],
+      [
+        "rette",
+        0.0
+      ],
+      [
+        "▁absorbs",
+        0.0
+      ],
+      [
+        "wrote",
+        0.0
+      ],
+      [
+        "▁,\"",
+        0.0
+      ],
+      [
+        "Kings",
+        0.0
+      ],
+      [
+        "▁Hail",
+        0.0
+      ],
+      [
+        "▁Falling",
+        0.0
+      ],
+      [
+        "xtap",
+        0.0
+      ],
+      [
+        "▁Helena",
+        0.0
+      ],
+      [
+        "irens",
+        0.0
+      ],
+      [
+        "Larry",
+        0.0
+      ],
+      [
+        "▁pamphlet",
+        0.0
+      ],
+      [
+        "▁CPR",
+        0.0
+      ],
+      [
+        "Gro",
+        0.0
+      ],
+      [
+        "▁Hiroshima",
+        0.0
+      ],
+      [
+        "▁holistic",
+        0.0
+      ],
+      [
+        "\".[",
+        0.0
+      ],
+      [
+        "▁detachment",
+        0.0
+      ],
+      [
+        "▁aspire",
+        0.0
+      ],
+      [
+        "▁complicit",
+        0.0
+      ],
+      [
+        "▁Greenwood",
+        0.0
+      ],
+      [
+        "▁respawn",
+        0.0
+      ],
+      [
+        "▁Stupid",
+        0.0
+      ],
+      [
+        "▁Finished",
+        0.0
+      ],
+      [
+        "fal",
+        0.0
+      ],
+      [
+        "bass",
+        0.0
+      ],
+      [
+        "▁abhor",
+        0.0
+      ],
+      [
+        "▁mockery",
+        0.0
+      ],
+      [
+        "▁Feast",
+        0.0
+      ],
+      [
+        "VIDEO",
+        0.0
+      ],
+      [
+        "▁consec",
+        0.0
+      ],
+      [
+        "▁Hungry",
+        0.0
+      ],
+      [
+        "Pull",
+        0.0
+      ],
+      [
+        "▁Hust",
+        0.0
+      ],
+      [
+        "itance",
+        0.0
+      ],
+      [
+        "?ãĢį",
+        0.0
+      ],
+      [
+        ")--",
+        0.0
+      ],
+      [
+        "▁Parallel",
+        0.0
+      ],
+      [
+        "conv",
+        0.0
+      ],
+      [
+        "469",
+        0.0
+      ],
+      [
+        "haar",
+        0.0
+      ],
+      [
+        "want",
+        0.0
+      ],
+      [
+        "Paper",
+        0.0
+      ],
+      [
+        "mins",
+        0.0
+      ],
+      [
+        "▁Toro",
+        0.0
+      ],
+      [
+        "▁TRUMP",
+        0.0
+      ],
+      [
+        "▁Rai",
+        0.0
+      ],
+      [
+        "DW",
+        0.0
+      ],
+      [
+        "▁Wicked",
+        0.0
+      ],
+      [
+        "▁Lep",
+        0.0
+      ],
+      [
+        "▁funky",
+        0.0
+      ],
+      [
+        "▁detriment",
+        0.0
+      ],
+      [
+        "iosis",
+        0.0
+      ],
+      [
+        "achev",
+        0.0
+      ],
+      [
+        "▁degrade",
+        0.0
+      ],
+      [
+        "imilation",
+        0.0
+      ],
+      [
+        "▁retard",
+        0.0
+      ],
+      [
+        "▁fragmentation",
+        0.0
+      ],
+      [
+        "▁cowboy",
+        0.0
+      ],
+      [
+        "▁YPG",
+        0.0
+      ],
+      [
+        "▁HAL",
+        0.0
+      ],
+      [
+        "Parents",
+        0.0
+      ],
+      [
+        "▁Sieg",
+        0.0
+      ],
+      [
+        "▁Strauss",
+        0.0
+      ],
+      [
+        "▁Rubber",
+        0.0
+      ],
+      [
+        "×IJ",
+        0.0
+      ],
+      [
+        "Frag",
+        0.0
+      ],
+      [
+        "▁pt",
+        0.0
+      ],
+      [
+        "▁optionally",
+        0.0
+      ],
+      [
+        "▁ZIP",
+        0.0
+      ],
+      [
+        "▁Transcript",
+        0.0
+      ],
+      [
+        "▁Dwell",
+        0.0
+      ],
+      [
+        "882",
+        0.0
+      ],
+      [
+        "Merc",
+        0.0
+      ],
+      [
+        "▁MOT",
+        0.0
+      ],
+      [
+        "ãĥ¯ãĥ³",
+        0.0
+      ],
+      [
+        "▁hunts",
+        0.0
+      ],
+      [
+        "▁executes",
+        0.0
+      ],
+      [
+        "Includes",
+        0.0
+      ],
+      [
+        "▁acidic",
+        0.0
+      ],
+      [
+        "▁Responsibility",
+        0.0
+      ],
+      [
+        "▁Dumb",
+        0.0
+      ],
+      [
+        "wei",
+        0.0
+      ],
+      [
+        "Anderson",
+        0.0
+      ],
+      [
+        "▁Jasper",
+        0.0
+      ],
+      [
+        "ighton",
+        0.0
+      ],
+      [
+        "absolutely",
+        0.0
+      ],
+      [
+        "Adult",
+        0.0
+      ],
+      [
+        "▁plunder",
+        0.0
+      ],
+      [
+        "Morning",
+        0.0
+      ],
+      [
+        "▁Tours",
+        0.0
+      ],
+      [
+        "▁Dane",
+        0.0
+      ],
+      [
+        "κ",
+        0.0
+      ],
+      [
+        "▁TEST",
+        0.0
+      ],
+      [
+        "▁Gina",
+        0.0
+      ],
+      [
+        "▁canine",
+        0.0
+      ],
+      [
+        "awan",
+        0.0
+      ],
+      [
+        "▁socialists",
+        0.0
+      ],
+      [
+        "▁Soda",
+        0.0
+      ],
+      [
+        "▁impetus",
+        0.0
+      ],
+      [
+        "▁Supplementary",
+        0.0
+      ],
+      [
+        "oliath",
+        0.0
+      ],
+      [
+        "▁Kinnikuman",
+        0.0
+      ],
+      [
+        "mittedly",
+        0.0
+      ],
+      [
+        "seconds",
+        0.0
+      ],
+      [
+        "▁organisers",
+        0.0
+      ],
+      [
+        "▁documentaries",
+        0.0
+      ],
+      [
+        "Variable",
+        0.0
+      ],
+      [
+        "GREEN",
+        0.0
+      ],
+      [
+        "▁resorts",
+        0.0
+      ],
+      [
+        "▁bragging",
+        0.0
+      ],
+      [
+        "▁368",
+        0.0
+      ],
+      [
+        "Artist",
+        0.0
+      ],
+      [
+        "wk",
+        0.0
+      ],
+      [
+        "blers",
+        0.0
+      ],
+      [
+        "Uncommon",
+        0.0
+      ],
+      [
+        "▁Retrieved",
+        0.0
+      ],
+      [
+        "▁hectares",
+        0.0
+      ],
+      [
+        "▁toxin",
+        0.0
+      ],
+      [
+        "rank",
+        0.0
+      ],
+      [
+        "▁faiths",
+        0.0
+      ],
+      [
+        "▁Graphic",
+        0.0
+      ],
+      [
+        "▁vec",
+        0.0
+      ],
+      [
+        "▁LIA",
+        0.0
+      ],
+      [
+        "African",
+        0.0
+      ],
+      [
+        "▁ardent",
+        0.0
+      ],
+      [
+        "endiary",
+        0.0
+      ],
+      [
+        "Lake",
+        0.0
+      ],
+      [
+        "▁DOS",
+        0.0
+      ],
+      [
+        "cientious",
+        0.0
+      ],
+      [
+        "▁Okawaru",
+        0.0
+      ],
+      [
+        "▁Ally",
+        0.0
+      ],
+      [
+        "▁Timeline",
+        0.0
+      ],
+      [
+        "Dash",
+        0.0
+      ],
+      [
+        "▁Ic",
+        0.0
+      ],
+      [
+        "continue",
+        0.0
+      ],
+      [
+        "▁tidy",
+        0.0
+      ],
+      [
+        "▁instinctively",
+        0.0
+      ],
+      [
+        "▁Possibly",
+        0.0
+      ],
+      [
+        "▁Outdoor",
+        0.0
+      ],
+      [
+        "▁Wouldn",
+        0.0
+      ],
+      [
+        "▁lich",
+        0.0
+      ],
+      [
+        "▁Bray",
+        0.0
+      ],
+      [
+        "▁AX",
+        0.0
+      ],
+      [
+        "▁Ãī",
+        0.0
+      ],
+      [
+        "▁+#",
+        0.0
+      ],
+      [
+        "\\'",
+        0.0
+      ],
+      [
+        "Directory",
+        0.0
+      ],
+      [
+        "abiding",
+        0.0
+      ],
+      [
+        "▁feral",
+        0.0
+      ],
+      [
+        "icative",
+        0.0
+      ],
+      [
+        "butt",
+        0.0
+      ],
+      [
+        "▁perverse",
+        0.0
+      ],
+      [
+        "Salt",
+        0.0
+      ],
+      [
+        "▁warped",
+        0.0
+      ],
+      [
+        "▁nineteen",
+        0.0
+      ],
+      [
+        "▁cabinets",
+        0.0
+      ],
+      [
+        "▁srfAttach",
+        0.0
+      ],
+      [
+        "▁Sloan",
+        0.0
+      ],
+      [
+        "▁powering",
+        0.0
+      ],
+      [
+        "regation",
+        0.0
+      ],
+      [
+        "Flight",
+        0.0
+      ],
+      [
+        "severe",
+        0.0
+      ],
+      [
+        "▁stren",
+        0.0
+      ],
+      [
+        "▁cog",
+        0.0
+      ],
+      [
+        "apache",
+        0.0
+      ],
+      [
+        "▁âĿ",
+        0.0
+      ],
+      [
+        "▁cafeteria",
+        0.0
+      ],
+      [
+        "paces",
+        0.0
+      ],
+      [
+        "▁Grimoire",
+        0.0
+      ],
+      [
+        "utonium",
+        0.0
+      ],
+      [
+        "▁raining",
+        0.0
+      ],
+      [
+        "▁circling",
+        0.0
+      ],
+      [
+        "▁linebackers",
+        0.0
+      ],
+      [
+        "credit",
+        0.0
+      ],
+      [
+        "▁repatri",
+        0.0
+      ],
+      [
+        "▁Camden",
+        0.0
+      ],
+      [
+        "license",
+        0.0
+      ],
+      [
+        "▁lyric",
+        0.0
+      ],
+      [
+        "▁descriptor",
+        0.0
+      ],
+      [
+        "▁valleys",
+        0.0
+      ],
+      [
+        "▁req",
+        0.0
+      ],
+      [
+        "▁backstage",
+        0.0
+      ],
+      [
+        "▁Prohibition",
+        0.0
+      ],
+      [
+        "▁Ket",
+        0.0
+      ],
+      [
+        "Opening",
+        0.0
+      ],
+      [
+        "Sym",
+        0.0
+      ],
+      [
+        "æĸ¹",
+        0.0
+      ],
+      [
+        "▁servings",
+        0.0
+      ],
+      [
+        "▁overseen",
+        0.0
+      ],
+      [
+        "▁asteroids",
+        0.0
+      ],
+      [
+        "▁Mods",
+        0.0
+      ],
+      [
+        "▁Springer",
+        0.0
+      ],
+      [
+        "▁Container",
+        0.0
+      ],
+      [
+        "è»",
+        0.0
+      ],
+      [
+        "▁Mens",
+        0.0
+      ],
+      [
+        "▁multim",
+        0.0
+      ],
+      [
+        "▁firefighter",
+        0.0
+      ],
+      [
+        "pec",
+        0.0
+      ],
+      [
+        "▁chlorine",
+        0.0
+      ],
+      [
+        "м",
+        0.0
+      ],
+      [
+        "endi",
+        0.0
+      ],
+      [
+        "▁sparing",
+        0.0
+      ],
+      [
+        "▁polygamy",
+        0.0
+      ],
+      [
+        "▁RN",
+        0.0
+      ],
+      [
+        "▁Pell",
+        0.0
+      ],
+      [
+        "▁tigers",
+        0.0
+      ],
+      [
+        "▁flashy",
+        0.0
+      ],
+      [
+        "▁Madame",
+        0.0
+      ],
+      [
+        "Sword",
+        0.0
+      ],
+      [
+        "▁prefrontal",
+        0.0
+      ],
+      [
+        "▁prerequisite",
+        0.0
+      ],
+      [
+        "uca",
+        0.0
+      ],
+      [
+        "▁wifi",
+        0.0
+      ],
+      [
+        "▁misconception",
+        0.0
+      ],
+      [
+        "▁harshly",
+        0.0
+      ],
+      [
+        "▁Streaming",
+        0.0
+      ],
+      [
+        "otom",
+        0.0
+      ],
+      [
+        "▁Giuliani",
+        0.0
+      ],
+      [
+        "footed",
+        0.0
+      ],
+      [
+        "▁tubing",
+        0.0
+      ],
+      [
+        "individual",
+        0.0
+      ],
+      [
+        "zek",
+        0.0
+      ],
+      [
+        "nuclear",
+        0.0
+      ],
+      [
+        "mol",
+        0.0
+      ],
+      [
+        "▁rightful",
+        0.0
+      ],
+      [
+        "493",
+        0.0
+      ],
+      [
+        "▁specialization",
+        0.0
+      ],
+      [
+        "▁passionately",
+        0.0
+      ],
+      [
+        "▁Velocity",
+        0.0
+      ],
+      [
+        "▁Availability",
+        0.0
+      ],
+      [
+        "Tenn",
+        0.0
+      ],
+      [
+        "▁latch",
+        0.0
+      ],
+      [
+        "▁Somebody",
+        0.0
+      ],
+      [
+        "▁helium",
+        0.0
+      ],
+      [
+        "claw",
+        0.0
+      ],
+      [
+        "▁dipping",
+        0.0
+      ],
+      [
+        "XXX",
+        0.0
+      ],
+      [
+        "▁interpersonal",
+        0.0
+      ],
+      [
+        "710",
+        0.0
+      ],
+      [
+        "▁subter",
+        0.0
+      ],
+      [
+        "▁biologists",
+        0.0
+      ],
+      [
+        "▁Lighting",
+        0.0
+      ],
+      [
+        "▁optic",
+        0.0
+      ],
+      [
+        "▁denim",
+        0.0
+      ],
+      [
+        "endon",
+        0.0
+      ],
+      [
+        "▁Corm",
+        0.0
+      ],
+      [
+        "▁341",
+        0.0
+      ],
+      [
+        "▁Coup",
+        0.0
+      ],
+      [
+        "▁fearless",
+        0.0
+      ],
+      [
+        "▁alot",
+        0.0
+      ],
+      [
+        "▁Clifford",
+        0.0
+      ],
+      [
+        "▁Runtime",
+        0.0
+      ],
+      [
+        "▁Provision",
+        0.0
+      ],
+      [
+        "updated",
+        0.0
+      ],
+      [
+        "leneck",
+        0.0
+      ],
+      [
+        "▁neuron",
+        0.0
+      ],
+      [
+        "▁grading",
+        0.0
+      ],
+      [
+        "▁Ct",
+        0.0
+      ],
+      [
+        "sequence",
+        0.0
+      ],
+      [
+        "inia",
+        0.0
+      ],
+      [
+        "concept",
+        0.0
+      ],
+      [
+        "▁roaring",
+        0.0
+      ],
+      [
+        "rival",
+        0.0
+      ],
+      [
+        "▁Caucasian",
+        0.0
+      ],
+      [
+        "▁monog",
+        0.0
+      ],
+      [
+        "keyes",
+        0.0
+      ],
+      [
+        "▁appellate",
+        0.0
+      ],
+      [
+        "▁liaison",
+        0.0
+      ],
+      [
+        "EStreamFrame",
+        0.0
+      ],
+      [
+        "▁Plum",
+        0.0
+      ],
+      [
+        "!.",
+        0.0
+      ],
+      [
+        "▁spherical",
+        0.0
+      ],
+      [
+        "▁perished",
+        0.0
+      ],
+      [
+        "▁blot",
+        0.0
+      ],
+      [
+        "▁benches",
+        0.0
+      ],
+      [
+        "▁411",
+        0.0
+      ],
+      [
+        "▁pioneered",
+        0.0
+      ],
+      [
+        "▁hurled",
+        0.0
+      ],
+      [
+        "Jennifer",
+        0.0
+      ],
+      [
+        "▁Yosemite",
+        0.0
+      ],
+      [
+        "Chair",
+        0.0
+      ],
+      [
+        "▁reefs",
+        0.0
+      ],
+      [
+        "▁elector",
+        0.0
+      ],
+      [
+        "▁Anthem",
+        0.0
+      ],
+      [
+        "652",
+        0.0
+      ],
+      [
+        "▁uninstall",
+        0.0
+      ],
+      [
+        "▁impede",
+        0.0
+      ],
+      [
+        "▁blinking",
+        0.0
+      ],
+      [
+        "▁goto",
+        0.0
+      ],
+      [
+        "Decre",
+        0.0
+      ],
+      [
+        "Aren",
+        0.0
+      ],
+      [
+        "▁stabilization",
+        0.0
+      ],
+      [
+        "▁Disabled",
+        0.0
+      ],
+      [
+        "▁Yanukovych",
+        0.0
+      ],
+      [
+        "▁outlawed",
+        0.0
+      ],
+      [
+        "▁Ventura",
+        0.0
+      ],
+      [
+        "teness",
+        0.0
+      ],
+      [
+        "▁plantation",
+        0.0
+      ],
+      [
+        "▁yacht",
+        0.0
+      ],
+      [
+        "▁Huawei",
+        0.0
+      ],
+      [
+        "▁solvent",
+        0.0
+      ],
+      [
+        "▁gracious",
+        0.0
+      ],
+      [
+        "▁curiously",
+        0.0
+      ],
+      [
+        "▁capacitor",
+        0.0
+      ],
+      [
+        "▁cx",
+        0.0
+      ],
+      [
+        "▁Reflex",
+        0.0
+      ],
+      [
+        "Phys",
+        0.0
+      ],
+      [
+        "▁Cf",
+        0.0
+      ],
+      [
+        "ptin",
+        0.0
+      ],
+      [
+        "conservative",
+        0.0
+      ],
+      [
+        "▁invocation",
+        0.0
+      ],
+      [
+        "cour",
+        0.0
+      ],
+      [
+        "FN",
+        0.0
+      ],
+      [
+        "▁Newly",
+        0.0
+      ],
+      [
+        "Hour",
+        0.0
+      ],
+      [
+        "Asian",
+        0.0
+      ],
+      [
+        "▁Leading",
+        0.0
+      ],
+      [
+        "▁Aerospace",
+        0.0
+      ],
+      [
+        "Anne",
+        0.0
+      ],
+      [
+        "▁prenatal",
+        0.0
+      ],
+      [
+        "▁deteriorating",
+        0.0
+      ],
+      [
+        "HCR",
+        0.0
+      ],
+      [
+        "▁Normandy",
+        0.0
+      ],
+      [
+        "olini",
+        0.0
+      ],
+      [
+        "▁Ambro",
+        0.0
+      ],
+      [
+        "910",
+        0.0
+      ],
+      [
+        "▁setbacks",
+        0.0
+      ],
+      [
+        "▁TRE",
+        0.0
+      ],
+      [
+        "▁sig",
+        0.0
+      ],
+      [
+        "▁Scourge",
+        0.0
+      ],
+      [
+        "597",
+        0.0
+      ],
+      [
+        "798",
+        0.0
+      ],
+      [
+        "Gameplay",
+        0.0
+      ],
+      [
+        "▁msec",
+        0.0
+      ],
+      [
+        "MX",
+        0.0
+      ],
+      [
+        "▁pricey",
+        0.0
+      ],
+      [
+        "▁LLP",
+        0.0
+      ],
+      [
+        "akeru",
+        0.0
+      ],
+      [
+        "▁overarching",
+        0.0
+      ],
+      [
+        "▁Bale",
+        0.0
+      ],
+      [
+        "▁worldly",
+        0.0
+      ],
+      [
+        "Clark",
+        0.0
+      ],
+      [
+        "▁scenic",
+        0.0
+      ],
+      [
+        "▁disliked",
+        0.0
+      ],
+      [
+        "▁Controlled",
+        0.0
+      ],
+      [
+        "Tickets",
+        0.0
+      ],
+      [
+        "▁EW",
+        0.0
+      ],
+      [
+        "abies",
+        0.0
+      ],
+      [
+        "▁Plenty",
+        0.0
+      ],
+      [
+        "Nonetheless",
+        0.0
+      ],
+      [
+        "▁artisan",
+        0.0
+      ],
+      [
+        "Transfer",
+        0.0
+      ],
+      [
+        "▁Famous",
+        0.0
+      ],
+      [
+        "▁infield",
+        0.0
+      ],
+      [
+        "bley",
+        0.0
+      ],
+      [
+        "▁unresolved",
+        0.0
+      ],
+      [
+        "▁MLA",
+        0.0
+      ],
+      [
+        "ãĤĤ",
+        0.0
+      ],
+      [
+        "Correction",
+        0.0
+      ],
+      [
+        "▁democrat",
+        0.0
+      ],
+      [
+        "▁Moreno",
+        0.0
+      ],
+      [
+        "rocal",
+        0.0
+      ],
+      [
+        "ilings",
+        0.0
+      ],
+      [
+        "▁sailor",
+        0.0
+      ],
+      [
+        "▁rife",
+        0.0
+      ],
+      [
+        "hung",
+        0.0
+      ],
+      [
+        "▁tropes",
+        0.0
+      ],
+      [
+        "▁snatched",
+        0.0
+      ],
+      [
+        "▁LIN",
+        0.0
+      ],
+      [
+        "▁Bib",
+        0.0
+      ],
+      [
+        "ESA",
+        0.0
+      ],
+      [
+        "▁Prev",
+        0.0
+      ],
+      [
+        "▁Camel",
+        0.0
+      ],
+      [
+        "runtime",
+        0.0
+      ],
+      [
+        "▁obnoxious",
+        0.0
+      ],
+      [
+        "437",
+        0.0
+      ],
+      [
+        "▁summers",
+        0.0
+      ],
+      [
+        "▁unexplained",
+        0.0
+      ],
+      [
+        "▁Walters",
+        0.0
+      ],
+      [
+        "caliber",
+        0.0
+      ],
+      [
+        "▁gull",
+        0.0
+      ],
+      [
+        "▁Endurance",
+        0.0
+      ],
+      [
+        "ä½ľ",
+        0.0
+      ],
+      [
+        "▁347",
+        0.0
+      ],
+      [
+        "Irish",
+        0.0
+      ],
+      [
+        "▁aerobic",
+        0.0
+      ],
+      [
+        "▁cramped",
+        0.0
+      ],
+      [
+        "▁Honolulu",
+        0.0
+      ],
+      [
+        "à©",
+        0.0
+      ],
+      [
+        "userc",
+        0.0
+      ],
+      [
+        "ecast",
+        0.0
+      ],
+      [
+        "ACY",
+        0.0
+      ],
+      [
+        "▁Query",
+        0.0
+      ],
+      [
+        "ãĤ¹ãĥĪ",
+        0.0
+      ],
+      [
+        "Beta",
+        0.0
+      ],
+      [
+        "▁susceptibility",
+        0.0
+      ],
+      [
+        "▁Shiv",
+        0.0
+      ],
+      [
+        "▁Limbaugh",
+        0.0
+      ],
+      [
+        "▁Ãĸ",
+        0.0
+      ],
+      [
+        "▁NXT",
+        0.0
+      ],
+      [
+        "▁Muss",
+        0.0
+      ],
+      [
+        "▁Britons",
+        0.0
+      ],
+      [
+        "ESCO",
+        0.0
+      ],
+      [
+        "EGIN",
+        0.0
+      ],
+      [
+        "▁%%",
+        0.0
+      ],
+      [
+        "▁secession",
+        0.0
+      ],
+      [
+        "▁Patron",
+        0.0
+      ],
+      [
+        "▁Lua",
+        0.0
+      ],
+      [
+        "naires",
+        0.0
+      ],
+      [
+        "▁JPMorgan",
+        0.0
+      ],
+      [
+        "usb",
+        0.0
+      ],
+      [
+        "ocyte",
+        0.0
+      ],
+      [
+        "▁councillors",
+        0.0
+      ],
+      [
+        "▁Liang",
+        0.0
+      ],
+      [
+        "farm",
+        0.0
+      ],
+      [
+        "▁nervously",
+        0.0
+      ],
+      [
+        "▁attractiveness",
+        0.0
+      ],
+      [
+        "▁Kov",
+        0.0
+      ],
+      [
+        "jump",
+        0.0
+      ],
+      [
+        "Plot",
+        0.0
+      ],
+      [
+        "▁stains",
+        0.0
+      ],
+      [
+        "▁Statue",
+        0.0
+      ],
+      [
+        "▁Apostles",
+        0.0
+      ],
+      [
+        "heter",
+        0.0
+      ],
+      [
+        "▁SUPPORT",
+        0.0
+      ],
+      [
+        "▁overwhelm",
+        0.0
+      ],
+      [
+        "YES",
+        0.0
+      ],
+      [
+        "▁291",
+        0.0
+      ],
+      [
+        "density",
+        0.0
+      ],
+      [
+        "▁trapping",
+        0.0
+      ],
+      [
+        "Mit",
+        0.0
+      ],
+      [
+        "▁fide",
+        0.0
+      ],
+      [
+        "▁Pamela",
+        0.0
+      ],
+      [
+        "atlantic",
+        0.0
+      ],
+      [
+        "Damn",
+        0.0
+      ],
+      [
+        "▁pts",
+        0.0
+      ],
+      [
+        "OPA",
+        0.0
+      ],
+      [
+        "▁servicing",
+        0.0
+      ],
+      [
+        "▁overflowing",
+        0.0
+      ],
+      [
+        "ulo",
+        0.0
+      ],
+      [
+        "▁Erit",
+        0.0
+      ],
+      [
+        "ticket",
+        0.0
+      ],
+      [
+        "lighting",
+        0.0
+      ],
+      [
+        "▁Hmm",
+        0.0
+      ],
+      [
+        "ãĥ¼ãĥ«",
+        0.0
+      ],
+      [
+        "imoto",
+        0.0
+      ],
+      [
+        "▁chuckle",
+        0.0
+      ],
+      [
+        "423",
+        0.0
+      ],
+      [
+        "ãģķ",
+        0.0
+      ],
+      [
+        "shape",
+        0.0
+      ],
+      [
+        "▁queues",
+        0.0
+      ],
+      [
+        "▁anchors",
+        0.0
+      ],
+      [
+        "ãĤ¼ãĤ¦ãĤ¹",
+        0.0
+      ],
+      [
+        "Fer",
+        0.0
+      ],
+      [
+        "▁awoke",
+        0.0
+      ],
+      [
+        "▁666",
+        0.0
+      ],
+      [
+        "hands",
+        0.0
+      ],
+      [
+        "▁divergence",
+        0.0
+      ],
+      [
+        "▁505",
+        0.0
+      ],
+      [
+        "Tips",
+        0.0
+      ],
+      [
+        "▁depot",
+        0.0
+      ],
+      [
+        "▁skew",
+        0.0
+      ],
+      [
+        "▁Deliver",
+        0.0
+      ],
+      [
+        "opot",
+        0.0
+      ],
+      [
+        "▁divul",
+        0.0
+      ],
+      [
+        "▁EB",
+        0.0
+      ],
+      [
+        "unsigned",
+        0.0
+      ],
+      [
+        "▁Uni",
+        0.0
+      ],
+      [
+        "Xbox",
+        0.0
+      ],
+      [
+        "▁forks",
+        0.0
+      ],
+      [
+        "▁702",
+        0.0
+      ],
+      [
+        "å¯",
+        0.0
+      ],
+      [
+        "▁promoters",
+        0.0
+      ],
+      [
+        "▁Vapor",
+        0.0
+      ],
+      [
+        "▁levied",
+        0.0
+      ],
+      [
+        "slot",
+        0.0
+      ],
+      [
+        "▁pigment",
+        0.0
+      ],
+      [
+        "▁cylinders",
+        0.0
+      ],
+      [
+        "CRE",
+        0.0
+      ],
+      [
+        "▁snatch",
+        0.0
+      ],
+      [
+        "▁perpetually",
+        0.0
+      ],
+      [
+        "▁licking",
+        0.0
+      ],
+      [
+        "▁Feet",
+        0.0
+      ],
+      [
+        "▁Kraken",
+        0.0
+      ],
+      [
+        "▁Holden",
+        0.0
+      ],
+      [
+        "▁CLSID",
+        0.0
+      ],
+      [
+        "mr",
+        0.0
+      ],
+      [
+        "▁projector",
+        0.0
+      ],
+      [
+        "▁denotes",
+        0.0
+      ],
+      [
+        "▁chapel",
+        0.0
+      ],
+      [
+        "▁Torrent",
+        0.0
+      ],
+      [
+        "bler",
+        0.0
+      ],
+      [
+        "Route",
+        0.0
+      ],
+      [
+        "▁Defendant",
+        0.0
+      ],
+      [
+        "▁Publishers",
+        0.0
+      ],
+      [
+        "▁Males",
+        0.0
+      ],
+      [
+        "▁Innov",
+        0.0
+      ],
+      [
+        "▁Agility",
+        0.0
+      ],
+      [
+        "riter",
+        0.0
+      ],
+      [
+        "tymology",
+        0.0
+      ],
+      [
+        "stores",
+        0.0
+      ],
+      [
+        "Lind",
+        0.0
+      ],
+      [
+        "▁folly",
+        0.0
+      ],
+      [
+        "▁Zurich",
+        0.0
+      ],
+      [
+        "Ble",
+        0.0
+      ],
+      [
+        "▁nurture",
+        0.0
+      ],
+      [
+        "▁coastline",
+        0.0
+      ],
+      [
+        "uchin",
+        0.0
+      ],
+      [
+        "Domin",
+        0.0
+      ],
+      [
+        "▁frivol",
+        0.0
+      ],
+      [
+        "▁Consolid",
+        0.0
+      ],
+      [
+        "results",
+        0.0
+      ],
+      [
+        "MJ",
+        0.0
+      ],
+      [
+        "▁phylogen",
+        0.0
+      ],
+      [
+        "▁hauled",
+        0.0
+      ],
+      [
+        "▁Wiley",
+        0.0
+      ],
+      [
+        "▁Jessie",
+        0.0
+      ],
+      [
+        "▁Prepare",
+        0.0
+      ],
+      [
+        "▁Eps",
+        0.0
+      ],
+      [
+        "▁treasurer",
+        0.0
+      ],
+      [
+        "IAS",
+        0.0
+      ],
+      [
+        "▁colonists",
+        0.0
+      ],
+      [
+        "▁inund",
+        0.0
+      ],
+      [
+        "▁WWF",
+        0.0
+      ],
+      [
+        "▁Converted",
+        0.0
+      ],
+      [
+        "6000",
+        0.0
+      ],
+      [
+        "outside",
+        0.0
+      ],
+      [
+        "▁Appearance",
+        0.0
+      ],
+      [
+        "▁Relic",
+        0.0
+      ],
+      [
+        "▁Mister",
+        0.0
+      ],
+      [
+        "saw",
+        0.0
+      ],
+      [
+        "▁resultant",
+        0.0
+      ],
+      [
+        "▁adjective",
+        0.0
+      ],
+      [
+        "▁Laurel",
+        0.0
+      ],
+      [
+        "▁Hindi",
+        0.0
+      ],
+      [
+        "bda",
+        0.0
+      ],
+      [
+        "Peace",
+        0.0
+      ],
+      [
+        "▁rebirth",
+        0.0
+      ],
+      [
+        "▁membranes",
+        0.0
+      ],
+      [
+        "▁forwarding",
+        0.0
+      ],
+      [
+        "▁collided",
+        0.0
+      ],
+      [
+        "▁Carolyn",
+        0.0
+      ],
+      [
+        "Kansas",
+        0.0
+      ],
+      [
+        "599",
+        0.0
+      ],
+      [
+        "▁SolidGoldMagikarp",
+        0.0
+      ],
+      [
+        "Beck",
+        0.0
+      ],
+      [
+        "▁stressing",
+        0.0
+      ],
+      [
+        "▁Goo",
+        0.0
+      ],
+      [
+        "▁Cooperative",
+        0.0
+      ],
+      [
+        "▁fs",
+        0.0
+      ],
+      [
+        "▁Archie",
+        0.0
+      ],
+      [
+        "Liter",
+        0.0
+      ],
+      [
+        "▁Klopp",
+        0.0
+      ],
+      [
+        "Jerry",
+        0.0
+      ],
+      [
+        "▁footwear",
+        0.0
+      ],
+      [
+        "Warren",
+        0.0
+      ],
+      [
+        "▁scree",
+        0.0
+      ],
+      [
+        "hare",
+        0.0
+      ],
+      [
+        "Understanding",
+        0.0
+      ],
+      [
+        "Ped",
+        0.0
+      ],
+      [
+        "▁anthology",
+        0.0
+      ],
+      [
+        "▁Announce",
+        0.0
+      ],
+      [
+        "Mega",
+        0.0
+      ],
+      [
+        "▁fluent",
+        0.0
+      ],
+      [
+        "▁bondage",
+        0.0
+      ],
+      [
+        "▁Discount",
+        0.0
+      ],
+      [
+        "ilial",
+        0.0
+      ],
+      [
+        "Cart",
+        0.0
+      ],
+      [
+        "▁Nightmares",
+        0.0
+      ],
+      [
+        "Sham",
+        0.0
+      ],
+      [
+        "▁Boll",
+        0.0
+      ],
+      [
+        "ussie",
+        0.0
+      ],
+      [
+        "Http",
+        0.0
+      ],
+      [
+        "Atlanta",
+        0.0
+      ],
+      [
+        "▁unrecogn",
+        0.0
+      ],
+      [
+        "▁Bid",
+        0.0
+      ],
+      [
+        "▁undergrad",
+        0.0
+      ],
+      [
+        "▁forgiving",
+        0.0
+      ],
+      [
+        "▁Glover",
+        0.0
+      ],
+      [
+        "AAAAAAAA",
+        0.0
+      ],
+      [
+        "445",
+        0.0
+      ],
+      [
+        "VG",
+        0.0
+      ],
+      [
+        "paio",
+        0.0
+      ],
+      [
+        "killers",
+        0.0
+      ],
+      [
+        "▁responsibly",
+        0.0
+      ],
+      [
+        "▁mobilize",
+        0.0
+      ],
+      [
+        "▁effected",
+        0.0
+      ],
+      [
+        "▁Lumin",
+        0.0
+      ],
+      [
+        "▁kale",
+        0.0
+      ],
+      [
+        "▁infringing",
+        0.0
+      ],
+      [
+        "announced",
+        0.0
+      ],
+      [
+        "▁fitt",
+        0.0
+      ],
+      [
+        "batch",
+        0.0
+      ],
+      [
+        "▁Tackle",
+        0.0
+      ],
+      [
+        "▁Lime",
+        0.0
+      ],
+      [
+        "▁APP",
+        0.0
+      ],
+      [
+        "ukemia",
+        0.0
+      ],
+      [
+        "▁ruby",
+        0.0
+      ],
+      [
+        "▁exoner",
+        0.0
+      ],
+      [
+        "▁Casual",
+        0.0
+      ],
+      [
+        "070",
+        0.0
+      ],
+      [
+        "▁pelvic",
+        0.0
+      ],
+      [
+        "▁automate",
+        0.0
+      ],
+      [
+        "▁Kear",
+        0.0
+      ],
+      [
+        "▁Coastal",
+        0.0
+      ],
+      [
+        "▁creed",
+        0.0
+      ],
+      [
+        "▁boredom",
+        0.0
+      ],
+      [
+        "▁Stun",
+        0.0
+      ],
+      [
+        "riott",
+        0.0
+      ],
+      [
+        "Ĥİ",
+        0.0
+      ],
+      [
+        "▁regenerate",
+        0.0
+      ],
+      [
+        "▁comedians",
+        0.0
+      ],
+      [
+        "▁OPER",
+        0.0
+      ],
+      [
+        "Spons",
+        0.0
+      ],
+      [
+        "idium",
+        0.0
+      ],
+      [
+        "onis",
+        0.0
+      ],
+      [
+        "Located",
+        0.0
+      ],
+      [
+        "057",
+        0.0
+      ],
+      [
+        "▁suspense",
+        0.0
+      ],
+      [
+        "▁Dating",
+        0.0
+      ],
+      [
+        "Cass",
+        0.0
+      ],
+      [
+        "▁neocons",
+        0.0
+      ],
+      [
+        "▁Shinzo",
+        0.0
+      ],
+      [
+        "▁awoken",
+        0.0
+      ],
+      [
+        "christ",
+        0.0
+      ],
+      [
+        "▁Messages",
+        0.0
+      ],
+      [
+        "attled",
+        0.0
+      ],
+      [
+        "▁Spray",
+        0.0
+      ],
+      [
+        "▁Spice",
+        0.0
+      ],
+      [
+        "CW",
+        0.0
+      ],
+      [
+        "▁shielding",
+        0.0
+      ],
+      [
+        "▁Gaul",
+        0.0
+      ],
+      [
+        "Amid",
+        0.0
+      ],
+      [
+        "▁paramilitary",
+        0.0
+      ],
+      [
+        "▁multif",
+        0.0
+      ],
+      [
+        "▁Tanner",
+        0.0
+      ],
+      [
+        "ilk",
+        0.0
+      ],
+      [
+        "▁goddamn",
+        0.0
+      ],
+      [
+        "gements",
+        0.0
+      ],
+      [
+        "▁befriend",
+        0.0
+      ],
+      [
+        "mobi",
+        0.0
+      ],
+      [
+        "▁388",
+        0.0
+      ],
+      [
+        "folder",
+        0.0
+      ],
+      [
+        "acca",
+        0.0
+      ],
+      [
+        "▁insin",
+        0.0
+      ],
+      [
+        "gap",
+        0.0
+      ],
+      [
+        "Nev",
+        0.0
+      ],
+      [
+        "fifth",
+        0.0
+      ],
+      [
+        "▁psychiatry",
+        0.0
+      ],
+      [
+        "banks",
+        0.0
+      ],
+      [
+        "THIS",
+        0.0
+      ],
+      [
+        "▁harb",
+        0.0
+      ],
+      [
+        "acqu",
+        0.0
+      ],
+      [
+        "▁facade",
+        0.0
+      ],
+      [
+        "▁PowerPoint",
+        0.0
+      ],
+      [
+        "803",
+        0.0
+      ],
+      [
+        "▁bluff",
+        0.0
+      ],
+      [
+        "Shares",
+        0.0
+      ],
+      [
+        "▁favoring",
+        0.0
+      ],
+      [
+        "Elizabeth",
+        0.0
+      ],
+      [
+        "ÃįÃį",
+        0.0
+      ],
+      [
+        "▁ranger",
+        0.0
+      ],
+      [
+        "772",
+        0.0
+      ],
+      [
+        "▁Arche",
+        0.0
+      ],
+      [
+        "hak",
+        0.0
+      ],
+      [
+        "▁Genetics",
+        0.0
+      ],
+      [
+        "▁FEMA",
+        0.0
+      ],
+      [
+        "▁evolves",
+        0.0
+      ],
+      [
+        "▁este",
+        0.0
+      ],
+      [
+        "▁Pets",
+        0.0
+      ],
+      [
+        "▁Mé",
+        0.0
+      ],
+      [
+        "▁Interesting",
+        0.0
+      ],
+      [
+        "▁Canterbury",
+        0.0
+      ],
+      [
+        "chapter",
+        0.0
+      ],
+      [
+        "▁Starfleet",
+        0.0
+      ],
+      [
+        "Spanish",
+        0.0
+      ],
+      [
+        "▁drawback",
+        0.0
+      ],
+      [
+        "▁Norwich",
+        0.0
+      ],
+      [
+        "970",
+        0.0
+      ],
+      [
+        "north",
+        0.0
+      ],
+      [
+        "aganda",
+        0.0
+      ],
+      [
+        "▁transformative",
+        0.0
+      ],
+      [
+        "ramids",
+        0.0
+      ],
+      [
+        "biology",
+        0.0
+      ],
+      [
+        "aday",
+        0.0
+      ],
+      [
+        "▁propagation",
+        0.0
+      ],
+      [
+        "▁Gamma",
+        0.0
+      ],
+      [
+        "▁Denise",
+        0.0
+      ],
+      [
+        "▁Calculator",
+        0.0
+      ],
+      [
+        "entimes",
+        0.0
+      ],
+      [
+        "▁Bett",
+        0.0
+      ],
+      [
+        "▁appendix",
+        0.0
+      ],
+      [
+        "▁HDD",
+        0.0
+      ],
+      [
+        "AKING",
+        0.0
+      ],
+      [
+        "▁stigmat",
+        0.0
+      ],
+      [
+        "▁holster",
+        0.0
+      ],
+      [
+        "▁ordinarily",
+        0.0
+      ],
+      [
+        "Chance",
+        0.0
+      ],
+      [
+        "▁Contrary",
+        0.0
+      ],
+      [
+        "▁adhesive",
+        0.0
+      ],
+      [
+        "▁gathers",
+        0.0
+      ],
+      [
+        "612",
+        0.0
+      ],
+      [
+        "reau",
+        0.0
+      ],
+      [
+        "onyms",
+        0.0
+      ],
+      [
+        "eways",
+        0.0
+      ],
+      [
+        "▁induces",
+        0.0
+      ],
+      [
+        "▁interchangeable",
+        0.0
+      ],
+      [
+        "sem",
+        0.0
+      ],
+      [
+        "Whit",
+        0.0
+      ],
+      [
+        "▁trance",
+        0.0
+      ],
+      [
+        "▁incorporation",
+        0.0
+      ],
+      [
+        "▁Extras",
+        0.0
+      ],
+      [
+        "Financial",
+        0.0
+      ],
+      [
+        "▁awkwardly",
+        0.0
+      ],
+      [
+        "▁Sturgeon",
+        0.0
+      ],
+      [
+        "▁HY",
+        0.0
+      ],
+      [
+        "Normally",
+        0.0
+      ],
+      [
+        "▁Ending",
+        0.0
+      ],
+      [
+        "▁Assist",
+        0.0
+      ],
+      [
+        "encrypted",
+        0.0
+      ],
+      [
+        "▁subjug",
+        0.0
+      ],
+      [
+        "▁nos",
+        0.0
+      ],
+      [
+        "▁fanatic",
+        0.0
+      ],
+      [
+        "Cub",
+        0.0
+      ],
+      [
+        "CU",
+        0.0
+      ],
+      [
+        "?\".",
+        0.0
+      ],
+      [
+        "▁irreversible",
+        0.0
+      ],
+      [
+        "åĤ",
+        0.0
+      ],
+      [
+        "031",
+        0.0
+      ],
+      [
+        "▁HAR",
+        0.0
+      ],
+      [
+        "spread",
+        0.0
+      ],
+      [
+        "ulia",
+        0.0
+      ],
+      [
+        "=$",
+        0.0
+      ],
+      [
+        "Scope",
+        0.0
+      ],
+      [
+        "Lots",
+        0.0
+      ],
+      [
+        "▁lifestyles",
+        0.0
+      ],
+      [
+        "olon",
+        0.0
+      ],
+      [
+        "▁feds",
+        0.0
+      ],
+      [
+        "▁congratulate",
+        0.0
+      ],
+      [
+        "webkit",
+        0.0
+      ],
+      [
+        "▁indistinguishable",
+        0.0
+      ],
+      [
+        "▁Swing",
+        0.0
+      ],
+      [
+        "▁commandments",
+        0.0
+      ],
+      [
+        "quila",
+        0.0
+      ],
+      [
+        "abella",
+        0.0
+      ],
+      [
+        "methyl",
+        0.0
+      ],
+      [
+        "annabin",
+        0.0
+      ],
+      [
+        "▁overe",
+        0.0
+      ],
+      [
+        "▁lobster",
+        0.0
+      ],
+      [
+        "▁QUEST",
+        0.0
+      ],
+      [
+        "▁CONTIN",
+        0.0
+      ],
+      [
+        "bernatorial",
+        0.0
+      ],
+      [
+        "::::::::",
+        0.0
+      ],
+      [
+        "▁Trave",
+        0.0
+      ],
+      [
+        "▁Samoa",
+        0.0
+      ],
+      [
+        "ANI",
+        0.0
+      ],
+      [
+        "752",
+        0.0
+      ],
+      [
+        "д",
+        0.0
+      ],
+      [
+        "usercontent",
+        0.0
+      ],
+      [
+        "▁Moderate",
+        0.0
+      ],
+      [
+        "yeah",
+        0.0
+      ],
+      [
+        "▁Kitt",
+        0.0
+      ],
+      [
+        "▁wee",
+        0.0
+      ],
+      [
+        "▁stuffing",
+        0.0
+      ],
+      [
+        "▁Intervention",
+        0.0
+      ],
+      [
+        "▁Dign",
+        0.0
+      ],
+      [
+        "▁warehouses",
+        0.0
+      ],
+      [
+        "▁Fiji",
+        0.0
+      ],
+      [
+        "▁pellets",
+        0.0
+      ],
+      [
+        "▁takeaway",
+        0.0
+      ],
+      [
+        "▁TABLE",
+        0.0
+      ],
+      [
+        "▁Classical",
+        0.0
+      ],
+      [
+        "collection",
+        0.0
+      ],
+      [
+        "▁landfall",
+        0.0
+      ],
+      [
+        "▁Muscle",
+        0.0
+      ],
+      [
+        "▁settles",
+        0.0
+      ],
+      [
+        "▁ADV",
+        0.0
+      ],
+      [
+        "▁344",
+        0.0
+      ],
+      [
+        "Laura",
+        0.0
+      ],
+      [
+        "▁fared",
+        0.0
+      ],
+      [
+        "▁Partial",
+        0.0
+      ],
+      [
+        "436",
+        0.0
+      ],
+      [
+        "ossibility",
+        0.0
+      ],
+      [
+        "▁Daly",
+        0.0
+      ],
+      [
+        "▁Tarant",
+        0.0
+      ],
+      [
+        "▁Fuji",
+        0.0
+      ],
+      [
+        "aml",
+        0.0
+      ],
+      [
+        "cence",
+        0.0
+      ],
+      [
+        "551",
+        0.0
+      ],
+      [
+        "▁Procedures",
+        0.0
+      ],
+      [
+        "▁OCD",
+        0.0
+      ],
+      [
+        "▁UD",
+        0.0
+      ],
+      [
+        "tin",
+        0.0
+      ],
+      [
+        "QUI",
+        0.0
+      ],
+      [
+        "acho",
+        0.0
+      ],
+      [
+        "438",
+        0.0
+      ],
+      [
+        "▁glitches",
+        0.0
+      ],
+      [
+        "▁enchantment",
+        0.0
+      ],
+      [
+        "▁calculates",
+        0.0
+      ],
+      [
+        "IRO",
+        0.0
+      ],
+      [
+        "▁Hua",
+        0.0
+      ],
+      [
+        "alyses",
+        0.0
+      ],
+      [
+        "▁Lift",
+        0.0
+      ],
+      [
+        "umo",
+        0.0
+      ],
+      [
+        "▁leapt",
+        0.0
+      ],
+      [
+        "▁hypothesized",
+        0.0
+      ],
+      [
+        "▁Gustav",
+        0.0
+      ],
+      [
+        "itans",
+        0.0
+      ],
+      [
+        "VERSION",
+        0.0
+      ],
+      [
+        "æł",
+        0.0
+      ],
+      [
+        "Roger",
+        0.0
+      ],
+      [
+        "▁rand",
+        0.0
+      ],
+      [
+        "▁Adapter",
+        0.0
+      ],
+      [
+        "▁331",
+        0.0
+      ],
+      [
+        "▁Petition",
+        0.0
+      ],
+      [
+        "kies",
+        0.0
+      ],
+      [
+        "Mars",
+        0.0
+      ],
+      [
+        "▁undercut",
+        0.0
+      ],
+      [
+        "zees",
+        0.0
+      ],
+      [
+        "▁Lyons",
+        0.0
+      ],
+      [
+        "▁DHCP",
+        0.0
+      ],
+      [
+        "Missing",
+        0.0
+      ],
+      [
+        "▁retirees",
+        0.0
+      ],
+      [
+        "▁insidious",
+        0.0
+      ],
+      [
+        "eli",
+        0.0
+      ],
+      [
+        ">)",
+        0.0
+      ],
+      [
+        ".ãĢį",
+        0.0
+      ],
+      [
+        "▁finalists",
+        0.0
+      ],
+      [
+        "▁Aure",
+        0.0
+      ],
+      [
+        "▁accuser",
+        0.0
+      ],
+      [
+        "▁wastes",
+        0.0
+      ],
+      [
+        "▁Ys",
+        0.0
+      ],
+      [
+        "▁Lori",
+        0.0
+      ],
+      [
+        "▁constituencies",
+        0.0
+      ],
+      [
+        "▁supper",
+        0.0
+      ],
+      [
+        "▁mayhem",
+        0.0
+      ],
+      [
+        "orange",
+        0.0
+      ],
+      [
+        "▁misplaced",
+        0.0
+      ],
+      [
+        "▁managerial",
+        0.0
+      ],
+      [
+        "▁exce",
+        0.0
+      ],
+      [
+        "▁CLI",
+        0.0
+      ],
+      [
+        "▁primal",
+        0.0
+      ],
+      [
+        "▁Lent",
+        0.0
+      ],
+      [
+        "Crystal",
+        0.0
+      ],
+      [
+        "hover",
+        0.0
+      ],
+      [
+        "▁NTS",
+        0.0
+      ],
+      [
+        "endum",
+        0.0
+      ],
+      [
+        "▁dw",
+        0.0
+      ],
+      [
+        "▁Alc",
+        0.0
+      ],
+      [
+        "nostic",
+        0.0
+      ],
+      [
+        "▁preserves",
+        0.0
+      ],
+      [
+        "▁Tsarnaev",
+        0.0
+      ],
+      [
+        "▁tripled",
+        0.0
+      ],
+      [
+        "relative",
+        0.0
+      ],
+      [
+        "Arcade",
+        0.0
+      ],
+      [
+        "killing",
+        0.0
+      ],
+      [
+        "▁WEEK",
+        0.0
+      ],
+      [
+        "▁Hanna",
+        0.0
+      ],
+      [
+        "Dust",
+        0.0
+      ],
+      [
+        "Completed",
+        0.0
+      ],
+      [
+        "ģ«",
+        0.0
+      ],
+      [
+        "▁approves",
+        0.0
+      ],
+      [
+        "▁Surf",
+        0.0
+      ],
+      [
+        "▁Lutheran",
+        0.0
+      ],
+      [
+        "venants",
+        0.0
+      ],
+      [
+        "▁robberies",
+        0.0
+      ],
+      [
+        "weights",
+        0.0
+      ],
+      [
+        "software",
+        0.0
+      ],
+      [
+        "atana",
+        0.0
+      ],
+      [
+        "ugal",
+        0.0
+      ],
+      [
+        "▁gravy",
+        0.0
+      ],
+      [
+        "▁Cance",
+        0.0
+      ],
+      [
+        "OLOGY",
+        0.0
+      ],
+      [
+        "lyak",
+        0.0
+      ],
+      [
+        "Tonight",
+        0.0
+      ],
+      [
+        "▁unveil",
+        0.0
+      ],
+      [
+        "▁1904",
+        0.0
+      ],
+      [
+        "▁Minion",
+        0.0
+      ],
+      [
+        "entious",
+        0.0
+      ],
+      [
+        "stice",
+        0.0
+      ],
+      [
+        "packages",
+        0.0
+      ],
+      [
+        "▁GEAR",
+        0.0
+      ],
+      [
+        "▁gol",
+        0.0
+      ],
+      [
+        "▁Hutchinson",
+        0.0
+      ],
+      [
+        "▁Profession",
+        0.0
+      ],
+      [
+        "▁GUN",
+        0.0
+      ],
+      [
+        "▁Difference",
+        0.0
+      ],
+      [
+        "▁Tsukuyomi",
+        0.0
+      ],
+      [
+        "▁Lesbian",
+        0.0
+      ],
+      [
+        "670",
+        0.0
+      ],
+      [
+        "▁fugitive",
+        0.0
+      ],
+      [
+        "▁Planetary",
+        0.0
+      ],
+      [
+        "--------------------------------------------------------",
+        0.0
+      ],
+      [
+        "▁accrued",
+        0.0
+      ],
+      [
+        "▁chicks",
+        0.0
+      ],
+      [
+        "▁stopp",
+        0.0
+      ],
+      [
+        "▁blockers",
+        0.0
+      ],
+      [
+        "Cod",
+        0.0
+      ],
+      [
+        "▁commenters",
+        0.0
+      ],
+      [
+        "▁Somewhere",
+        0.0
+      ],
+      [
+        "▁Photographer",
+        0.0
+      ],
+      [
+        "theme",
+        0.0
+      ],
+      [
+        "▁mayoral",
+        0.0
+      ],
+      [
+        "wu",
+        0.0
+      ],
+      [
+        "▁antennas",
+        0.0
+      ],
+      [
+        "▁revamped",
+        0.0
+      ],
+      [
+        "▁Subjects",
+        0.0
+      ],
+      [
+        "ité",
+        0.0
+      ],
+      [
+        "imura",
+        0.0
+      ],
+      [
+        "▁entrances",
+        0.0
+      ],
+      [
+        "literally",
+        0.0
+      ],
+      [
+        "▁tenets",
+        0.0
+      ],
+      [
+        "▁OMG",
+        0.0
+      ],
+      [
+        "▁MPH",
+        0.0
+      ],
+      [
+        "▁Donkey",
+        0.0
+      ],
+      [
+        "▁Offense",
+        0.0
+      ],
+      [
+        "▁\"+",
+        0.0
+      ],
+      [
+        "Snap",
+        0.0
+      ],
+      [
+        "▁AFB",
+        0.0
+      ],
+      [
+        "▁animate",
+        0.0
+      ],
+      [
+        "▁Sod",
+        0.0
+      ],
+      [
+        "Hispanic",
+        0.0
+      ],
+      [
+        "▁inconsistency",
+        0.0
+      ],
+      [
+        "Db",
+        0.0
+      ],
+      [
+        "FY",
+        0.0
+      ],
+      [
+        "Export",
+        0.0
+      ],
+      [
+        "▁ape",
+        0.0
+      ],
+      [
+        "▁pearl",
+        0.0
+      ],
+      [
+        "ibel",
+        0.0
+      ],
+      [
+        "▁PACs",
+        0.0
+      ],
+      [
+        "▁{\\",
+        0.0
+      ],
+      [
+        "▁actu",
+        0.0
+      ],
+      [
+        "▁HSBC",
+        0.0
+      ],
+      [
+        "campus",
+        0.0
+      ],
+      [
+        "▁payoff",
+        0.0
+      ],
+      [
+        "▁deities",
+        0.0
+      ],
+      [
+        "▁Nato",
+        0.0
+      ],
+      [
+        "ouple",
+        0.0
+      ],
+      [
+        "▁censored",
+        0.0
+      ],
+      [
+        "▁Clojure",
+        0.0
+      ],
+      [
+        "▁confounding",
+        0.0
+      ],
+      [
+        "eni",
+        0.0
+      ],
+      [
+        "▁reckon",
+        0.0
+      ],
+      [
+        "ophe",
+        0.0
+      ],
+      [
+        "▁spotting",
+        0.0
+      ],
+      [
+        "▁signifies",
+        0.0
+      ],
+      [
+        "▁propel",
+        0.0
+      ],
+      [
+        "▁festive",
+        0.0
+      ],
+      [
+        "Suggest",
+        0.0
+      ],
+      [
+        "▁pledging",
+        0.0
+      ],
+      [
+        "▁Berman",
+        0.0
+      ],
+      [
+        "▁rebellious",
+        0.0
+      ],
+      [
+        "▁overshadowed",
+        0.0
+      ],
+      [
+        "▁infiltrated",
+        0.0
+      ],
+      [
+        "jobs",
+        0.0
+      ],
+      [
+        "672",
+        0.0
+      ],
+      [
+        "▁scalable",
+        0.0
+      ],
+      [
+        "▁dominion",
+        0.0
+      ],
+      [
+        "▁Newfoundland",
+        0.0
+      ],
+      [
+        "▁Meadow",
+        0.0
+      ],
+      [
+        "▁partitions",
+        0.0
+      ],
+      [
+        "AMI",
+        0.0
+      ],
+      [
+        "▁supplementary",
+        0.0
+      ],
+      [
+        "strument",
+        0.0
+      ],
+      [
+        "▁hairy",
+        0.0
+      ],
+      [
+        "▁perpetuate",
+        0.0
+      ],
+      [
+        "▁nutshell",
+        0.0
+      ],
+      [
+        "▁Potato",
+        0.0
+      ],
+      [
+        "▁Hobbit",
+        0.0
+      ],
+      [
+        "▁curses",
+        0.0
+      ],
+      [
+        "Float",
+        0.0
+      ],
+      [
+        "▁quieter",
+        0.0
+      ],
+      [
+        "▁fueling",
+        0.0
+      ],
+      [
+        "▁capsules",
+        0.0
+      ],
+      [
+        "▁Lust",
+        0.0
+      ],
+      [
+        "▁Haunted",
+        0.0
+      ],
+      [
+        "Executive",
+        0.0
+      ],
+      [
+        "▁childbirth",
+        0.0
+      ],
+      [
+        "Gre",
+        0.0
+      ],
+      [
+        "▁radiant",
+        0.0
+      ],
+      [
+        "åİ",
+        0.0
+      ],
+      [
+        "▁malls",
+        0.0
+      ],
+      [
+        "▁inept",
+        0.0
+      ],
+      [
+        "▁Warranty",
+        0.0
+      ],
+      [
+        "▁spectator",
+        0.0
+      ],
+      [
+        "Eh",
+        0.0
+      ],
+      [
+        "thens",
+        0.0
+      ],
+      [
+        "▁culminating",
+        0.0
+      ],
+      [
+        "æ©",
+        0.0
+      ],
+      [
+        "arya",
+        0.0
+      ],
+      [
+        "ãĤ®",
+        0.0
+      ],
+      [
+        "ilitarian",
+        0.0
+      ],
+      [
+        "▁ORIG",
+        0.0
+      ],
+      [
+        "▁Spending",
+        0.0
+      ],
+      [
+        "ptives",
+        0.0
+      ],
+      [
+        "▁Siren",
+        0.0
+      ],
+      [
+        "▁Recording",
+        0.0
+      ],
+      [
+        "ayne",
+        0.0
+      ],
+      [
+        "▁vim",
+        0.0
+      ],
+      [
+        "▁sprang",
+        0.0
+      ],
+      [
+        "Tang",
+        0.0
+      ],
+      [
+        "▁MFT",
+        0.0
+      ],
+      [
+        "morning",
+        0.0
+      ],
+      [
+        "▁Weed",
+        0.0
+      ],
+      [
+        "mpeg",
+        0.0
+      ],
+      [
+        "cession",
+        0.0
+      ],
+      [
+        "▁Chung",
+        0.0
+      ],
+      [
+        "730",
+        0.0
+      ],
+      [
+        "warning",
+        0.0
+      ],
+      [
+        "562",
+        0.0
+      ],
+      [
+        "handedly",
+        0.0
+      ],
+      [
+        "Poor",
+        0.0
+      ],
+      [
+        "Politics",
+        0.0
+      ],
+      [
+        ":#",
+        0.0
+      ],
+      [
+        "▁pian",
+        0.0
+      ],
+      [
+        "▁feces",
+        0.0
+      ],
+      [
+        "▁Documentation",
+        0.0
+      ],
+      [
+        "▁banished",
+        0.0
+      ],
+      [
+        "▁399",
+        0.0
+      ],
+      [
+        "▁ARC",
+        0.0
+      ],
+      [
+        "▁heinous",
+        0.0
+      ],
+      [
+        "Jake",
+        0.0
+      ],
+      [
+        "▁Amir",
+        0.0
+      ],
+      [
+        "wayne",
+        0.0
+      ],
+      [
+        "vre",
+        0.0
+      ],
+      [
+        "oshenko",
+        0.0
+      ],
+      [
+        "▁notebooks",
+        0.0
+      ],
+      [
+        "▁foundational",
+        0.0
+      ],
+      [
+        "▁marvelous",
+        0.0
+      ],
+      [
+        "ixtape",
+        0.0
+      ],
+      [
+        "▁withdrawals",
+        0.0
+      ],
+      [
+        "▁horde",
+        0.0
+      ],
+      [
+        "▁Dhabi",
+        0.0
+      ],
+      [
+        "isable",
+        0.0
+      ],
+      [
+        "▁KD",
+        0.0
+      ],
+      [
+        "▁contagious",
+        0.0
+      ],
+      [
+        "▁Dip",
+        0.0
+      ],
+      [
+        "▁Arrows",
+        0.0
+      ],
+      [
+        "▁pronouns",
+        0.0
+      ],
+      [
+        "▁morphine",
+        0.0
+      ],
+      [
+        "▁BUS",
+        0.0
+      ],
+      [
+        "682",
+        0.0
+      ],
+      [
+        "▁kosher",
+        0.0
+      ],
+      [
+        "finished",
+        0.0
+      ],
+      [
+        "▁Instruments",
+        0.0
+      ],
+      [
+        "▁fused",
+        0.0
+      ],
+      [
+        "yden",
+        0.0
+      ],
+      [
+        "▁Salmon",
+        0.0
+      ],
+      [
+        "Fab",
+        0.0
+      ],
+      [
+        "affected",
+        0.0
+      ],
+      [
+        "KEN",
+        0.0
+      ],
+      [
+        "CENT",
+        0.0
+      ],
+      [
+        "Domain",
+        0.0
+      ],
+      [
+        "▁pokemon",
+        0.0
+      ],
+      [
+        "▁Drinking",
+        0.0
+      ],
+      [
+        "Growing",
+        0.0
+      ],
+      [
+        "▁Investigative",
+        0.0
+      ],
+      [
+        "▁Aether",
+        0.0
+      ],
+      [
+        "emi",
+        0.0
+      ],
+      [
+        "▁tabloid",
+        0.0
+      ],
+      [
+        "▁repro",
+        0.0
+      ],
+      [
+        "▁Notwithstanding",
+        0.0
+      ],
+      [
+        "▁Berserker",
+        0.0
+      ],
+      [
+        "▁dramas",
+        0.0
+      ],
+      [
+        "▁cliché",
+        0.0
+      ],
+      [
+        "▁bung",
+        0.0
+      ],
+      [
+        "▁URI",
+        0.0
+      ],
+      [
+        "▁Dos",
+        0.0
+      ],
+      [
+        "044",
+        0.0
+      ],
+      [
+        "▁pastors",
+        0.0
+      ],
+      [
+        "▁ls",
+        0.0
+      ],
+      [
+        "▁acrylic",
+        0.0
+      ],
+      [
+        "aunts",
+        0.0
+      ],
+      [
+        "Edward",
+        0.0
+      ],
+      [
+        "▁majorities",
+        0.0
+      ],
+      [
+        "Bang",
+        0.0
+      ],
+      [
+        "▁fielding",
+        0.0
+      ],
+      [
+        "▁Replacement",
+        0.0
+      ],
+      [
+        "▁Alchemy",
+        0.0
+      ],
+      [
+        "ppard",
+        0.0
+      ],
+      [
+        "▁Romeo",
+        0.0
+      ],
+      [
+        "▁Sanct",
+        0.0
+      ],
+      [
+        "▁Lavrov",
+        0.0
+      ],
+      [
+        "ibble",
+        0.0
+      ],
+      [
+        "Instruct",
+        0.0
+      ],
+      [
+        "▁impractical",
+        0.0
+      ],
+      [
+        "▁Playboy",
+        0.0
+      ],
+      [
+        "cephal",
+        0.0
+      ],
+      [
+        "▁swaps",
+        0.0
+      ],
+      [
+        "▁kan",
+        0.0
+      ],
+      [
+        "▁Theo",
+        0.0
+      ],
+      [
+        "▁illustrating",
+        0.0
+      ],
+      [
+        "▁dismantled",
+        0.0
+      ],
+      [
+        "▁Transgender",
+        0.0
+      ],
+      [
+        "▁Guth",
+        0.0
+      ],
+      [
+        "UGH",
+        0.0
+      ],
+      [
+        "▁triumphant",
+        0.0
+      ],
+      [
+        "▁encompass",
+        0.0
+      ],
+      [
+        "▁bookmark",
+        0.0
+      ],
+      [
+        "uddin",
+        0.0
+      ],
+      [
+        "jer",
+        0.0
+      ],
+      [
+        "▁predicate",
+        0.0
+      ],
+      [
+        "ESH",
+        0.0
+      ],
+      [
+        "▁whence",
+        0.0
+      ],
+      [
+        "▁ABE",
+        0.0
+      ],
+      [
+        "▁nonprofits",
+        0.0
+      ],
+      [
+        "Sequ",
+        0.0
+      ],
+      [
+        "▁diabetic",
+        0.0
+      ],
+      [
+        "▁pend",
+        0.0
+      ],
+      [
+        "▁heartfelt",
+        0.0
+      ],
+      [
+        "shi",
+        0.0
+      ],
+      [
+        "▁interacts",
+        0.0
+      ],
+      [
+        "▁Telecom",
+        0.0
+      ],
+      [
+        "▁bombardment",
+        0.0
+      ],
+      [
+        "depending",
+        0.0
+      ],
+      [
+        "▁Lowry",
+        0.0
+      ],
+      [
+        "▁Admission",
+        0.0
+      ],
+      [
+        "▁Blooming",
+        0.0
+      ],
+      [
+        "ustration",
+        0.0
+      ],
+      [
+        "enegger",
+        0.0
+      ],
+      [
+        "Brew",
+        0.0
+      ],
+      [
+        "▁molten",
+        0.0
+      ],
+      [
+        "▁Nerd",
+        0.0
+      ],
+      [
+        "PIN",
+        0.0
+      ],
+      [
+        "âĸĢ",
+        0.0
+      ],
+      [
+        "avement",
+        0.0
+      ],
+      [
+        "▁toured",
+        0.0
+      ],
+      [
+        "▁coefficients",
+        0.0
+      ],
+      [
+        "▁Trayvon",
+        0.0
+      ],
+      [
+        "ansson",
+        0.0
+      ],
+      [
+        "▁sandy",
+        0.0
+      ],
+      [
+        "told",
+        0.0
+      ],
+      [
+        "flows",
+        0.0
+      ],
+      [
+        "▁populous",
+        0.0
+      ],
+      [
+        "▁Tinder",
+        0.0
+      ],
+      [
+        "▁Bliss",
+        0.0
+      ],
+      [
+        "Rachel",
+        0.0
+      ],
+      [
+        "Minimum",
+        0.0
+      ],
+      [
+        "▁contestant",
+        0.0
+      ],
+      [
+        "▁Reduce",
+        0.0
+      ],
+      [
+        "▁Morse",
+        0.0
+      ],
+      [
+        "▁Grassley",
+        0.0
+      ],
+      [
+        "▁Clicker",
+        0.0
+      ],
+      [
+        "▁expr",
+        0.0
+      ],
+      [
+        "▁sincerity",
+        0.0
+      ],
+      [
+        "▁marqu",
+        0.0
+      ],
+      [
+        "▁elicit",
+        0.0
+      ],
+      [
+        "▁Proposition",
+        0.0
+      ],
+      [
+        "▁Demonic",
+        0.0
+      ],
+      [
+        "▁tacos",
+        0.0
+      ],
+      [
+        "Greek",
+        0.0
+      ],
+      [
+        "▁postwar",
+        0.0
+      ],
+      [
+        "▁insofar",
+        0.0
+      ],
+      [
+        "▁Pork",
+        0.0
+      ],
+      [
+        "▁352",
+        0.0
+      ],
+      [
+        "doctoral",
+        0.0
+      ],
+      [
+        "walking",
+        0.0
+      ],
+      [
+        "▁midterm",
+        0.0
+      ],
+      [
+        "▁Sammy",
+        0.0
+      ],
+      [
+        "sighted",
+        0.0
+      ],
+      [
+        "▁TRANS",
+        0.0
+      ],
+      [
+        "ici",
+        0.0
+      ],
+      [
+        "ALD",
+        0.0
+      ],
+      [
+        "▁USL",
+        0.0
+      ],
+      [
+        "▁FISA",
+        0.0
+      ],
+      [
+        "▁Ampl",
+        0.0
+      ],
+      [
+        "▁Alexandra",
+        0.0
+      ],
+      [
+        "inelli",
+        0.0
+      ],
+      [
+        "Train",
+        0.0
+      ],
+      [
+        "▁signify",
+        0.0
+      ],
+      [
+        "▁Versus",
+        0.0
+      ],
+      [
+        "▁obfusc",
+        0.0
+      ],
+      [
+        "▁kh",
+        0.0
+      ],
+      [
+        "▁aggro",
+        0.0
+      ],
+      [
+        "▁Renault",
+        0.0
+      ],
+      [
+        "▁348",
+        0.0
+      ],
+      [
+        "518",
+        0.0
+      ],
+      [
+        "oxicity",
+        0.0
+      ],
+      [
+        "022",
+        0.0
+      ],
+      [
+        "▁Twist",
+        0.0
+      ],
+      [
+        "▁goofy",
+        0.0
+      ],
+      [
+        "Dynamic",
+        0.0
+      ],
+      [
+        "▁briefings",
+        0.0
+      ],
+      [
+        "might",
+        0.0
+      ],
+      [
+        "899",
+        0.0
+      ],
+      [
+        "▁derogatory",
+        0.0
+      ],
+      [
+        "Tro",
+        0.0
+      ],
+      [
+        "▁forging",
+        0.0
+      ],
+      [
+        "▁Koran",
+        0.0
+      ],
+      [
+        "▁Married",
+        0.0
+      ],
+      [
+        "▁Bucs",
+        0.0
+      ],
+      [
+        "▁palate",
+        0.0
+      ],
+      [
+        "▁Conversion",
+        0.0
+      ],
+      [
+        "mable",
+        0.0
+      ],
+      [
+        "413",
+        0.0
+      ],
+      [
+        "▁(_",
+        0.0
+      ],
+      [
+        "▁siph",
+        0.0
+      ],
+      [
+        "▁NEO",
+        0.0
+      ],
+      [
+        "college",
+        0.0
+      ],
+      [
+        "▁marginally",
+        0.0
+      ],
+      [
+        "▁flirt",
+        0.0
+      ],
+      [
+        "▁Traps",
+        0.0
+      ],
+      [
+        "▁Pace",
+        0.0
+      ],
+      [
+        "é»Ĵ",
+        0.0
+      ],
+      [
+        "▁goaltender",
+        0.0
+      ],
+      [
+        "▁forbids",
+        0.0
+      ],
+      [
+        "▁clerks",
+        0.0
+      ],
+      [
+        "▁Tant",
+        0.0
+      ],
+      [
+        "▁Robbins",
+        0.0
+      ],
+      [
+        "▁Printing",
+        0.0
+      ],
+      [
+        "▁premiered",
+        0.0
+      ],
+      [
+        "▁magnification",
+        0.0
+      ],
+      [
+        "▁TG",
+        0.0
+      ],
+      [
+        "▁Rouse",
+        0.0
+      ],
+      [
+        "▁Mock",
+        0.0
+      ],
+      [
+        "odynamics",
+        0.0
+      ],
+      [
+        "▁preclude",
+        0.0
+      ],
+      [
+        "ismo",
+        0.0
+      ],
+      [
+        "▁Pulitzer",
+        0.0
+      ],
+      [
+        "▁avalanche",
+        0.0
+      ],
+      [
+        "▁Kodi",
+        0.0
+      ],
+      [
+        "ribune",
+        0.0
+      ],
+      [
+        "▁Lena",
+        0.0
+      ],
+      [
+        "Electric",
+        0.0
+      ],
+      [
+        "▁refinery",
+        0.0
+      ],
+      [
+        "▁endowed",
+        0.0
+      ],
+      [
+        "▁counselors",
+        0.0
+      ],
+      [
+        "▁dolphin",
+        0.0
+      ],
+      [
+        "▁Mith",
+        0.0
+      ],
+      [
+        "▁armoured",
+        0.0
+      ],
+      [
+        "hibited",
+        0.0
+      ],
+      [
+        "Begin",
+        0.0
+      ],
+      [
+        "▁PW",
+        0.0
+      ],
+      [
+        "Oil",
+        0.0
+      ],
+      [
+        "▁Vor",
+        0.0
+      ],
+      [
+        "▁Sharif",
+        0.0
+      ],
+      [
+        "▁Frazier",
+        0.0
+      ],
+      [
+        "estate",
+        0.0
+      ],
+      [
+        "▁jams",
+        0.0
+      ],
+      [
+        "Proxy",
+        0.0
+      ],
+      [
+        "▁bandits",
+        0.0
+      ],
+      [
+        "▁Presbyterian",
+        0.0
+      ],
+      [
+        "▁Premiere",
+        0.0
+      ],
+      [
+        "tiny",
+        0.0
+      ],
+      [
+        "▁Cruel",
+        0.0
+      ],
+      [
+        "Testing",
+        0.0
+      ],
+      [
+        "▁homer",
+        0.0
+      ],
+      [
+        "▁VERS",
+        0.0
+      ],
+      [
+        "▁Prol",
+        0.0
+      ],
+      [
+        "▁Deposit",
+        0.0
+      ],
+      [
+        "▁Coffin",
+        0.0
+      ],
+      [
+        "▁seminars",
+        0.0
+      ],
+      [
+        "▁sql",
+        0.0
+      ],
+      [
+        "▁Defendants",
+        0.0
+      ],
+      [
+        "Alternatively",
+        0.0
+      ],
+      [
+        "▁Rats",
+        0.0
+      ],
+      [
+        "ç«",
+        0.0
+      ],
+      [
+        "ethyst",
+        0.0
+      ],
+      [
+        "'>",
+        0.0
+      ],
+      [
+        "▁issuer",
+        0.0
+      ],
+      [
+        "589",
+        0.0
+      ],
+      [
+        "▁chaired",
+        0.0
+      ],
+      [
+        "▁Accessories",
+        0.0
+      ],
+      [
+        "manent",
+        0.0
+      ],
+      [
+        "▁marrow",
+        0.0
+      ],
+      [
+        "▁Primordial",
+        0.0
+      ],
+      [
+        "CN",
+        0.0
+      ],
+      [
+        "▁limitless",
+        0.0
+      ],
+      [
+        "▁Carnage",
+        0.0
+      ],
+      [
+        "▁undrafted",
+        0.0
+      ],
+      [
+        "qv",
+        0.0
+      ],
+      [
+        "INESS",
+        0.0
+      ],
+      [
+        "onew",
+        0.0
+      ],
+      [
+        "▁cohesion",
+        0.0
+      ],
+      [
+        "987",
+        0.0
+      ],
+      [
+        "▁necks",
+        0.0
+      ],
+      [
+        "▁footballer",
+        0.0
+      ],
+      [
+        "▁GER",
+        0.0
+      ],
+      [
+        "▁detectable",
+        0.0
+      ],
+      [
+        "▁Supporting",
+        0.0
+      ],
+      [
+        "▁CSV",
+        0.0
+      ],
+      [
+        "ocally",
+        0.0
+      ],
+      [
+        "kHz",
+        0.0
+      ],
+      [
+        "▁unde",
+        0.0
+      ],
+      [
+        "▁shone",
+        0.0
+      ],
+      [
+        "▁budding",
+        0.0
+      ],
+      [
+        "trak",
+        0.0
+      ],
+      [
+        "Standing",
+        0.0
+      ],
+      [
+        "▁Starcraft",
+        0.0
+      ],
+      [
+        "▁Kemp",
+        0.0
+      ],
+      [
+        "Bench",
+        0.0
+      ],
+      [
+        "▁thwarted",
+        0.0
+      ],
+      [
+        "▁Grounds",
+        0.0
+      ],
+      [
+        "athi",
+        0.0
+      ],
+      [
+        "Lisa",
+        0.0
+      ],
+      [
+        "Dialog",
+        0.0
+      ],
+      [
+        "▁SX",
+        0.0
+      ],
+      [
+        "Vision",
+        0.0
+      ],
+      [
+        "▁ingenious",
+        0.0
+      ],
+      [
+        "ÙIJ",
+        0.0
+      ],
+      [
+        "▁fostering",
+        0.0
+      ],
+      [
+        "▁Za",
+        0.0
+      ],
+      [
+        "▁Ingram",
+        0.0
+      ],
+      [
+        "▁\"@",
+        0.0
+      ],
+      [
+        "Naturally",
+        0.0
+      ],
+      [
+        "616",
+        0.0
+      ],
+      [
+        "035",
+        0.0
+      ],
+      [
+        "▁FAC",
+        0.0
+      ],
+      [
+        "Hmm",
+        0.0
+      ],
+      [
+        "554",
+        0.0
+      ],
+      [
+        "▁accelerator",
+        0.0
+      ],
+      [
+        "▁Vend",
+        0.0
+      ],
+      [
+        "▁sunscreen",
+        0.0
+      ],
+      [
+        "▁tuberculosis",
+        0.0
+      ],
+      [
+        "raviolet",
+        0.0
+      ],
+      [
+        "▁Functional",
+        0.0
+      ],
+      [
+        "▁Errors",
+        0.0
+      ],
+      [
+        "edar",
+        0.0
+      ],
+      [
+        "1966",
+        0.0
+      ],
+      [
+        "▁Spectre",
+        0.0
+      ],
+      [
+        "▁Recipes",
+        0.0
+      ],
+      [
+        "885",
+        0.0
+      ],
+      [
+        "▁Mankind",
+        0.0
+      ],
+      [
+        "Liverpool",
+        0.0
+      ],
+      [
+        "▁|--",
+        0.0
+      ],
+      [
+        "▁substitutes",
+        0.0
+      ],
+      [
+        "▁XT",
+        0.0
+      ],
+      [
+        "wired",
+        0.0
+      ],
+      [
+        "▁inco",
+        0.0
+      ],
+      [
+        "▁Afgh",
+        0.0
+      ],
+      [
+        "Eva",
+        0.0
+      ],
+      [
+        "icc",
+        0.0
+      ],
+      [
+        "Song",
+        0.0
+      ],
+      [
+        "Knight",
+        0.0
+      ],
+      [
+        "▁diligently",
+        0.0
+      ],
+      [
+        "▁Broadcast",
+        0.0
+      ],
+      [
+        "Aid",
+        0.0
+      ],
+      [
+        "▁afar",
+        0.0
+      ],
+      [
+        "▁HMS",
+        0.0
+      ],
+      [
+        "atonin",
+        0.0
+      ],
+      [
+        "▁Grateful",
+        0.0
+      ],
+      [
+        "▁fireplace",
+        0.0
+      ],
+      [
+        "▁Omni",
+        0.0
+      ],
+      [
+        "euro",
+        0.0
+      ],
+      [
+        "▁FRE",
+        0.0
+      ],
+      [
+        "▁Shib",
+        0.0
+      ],
+      [
+        "▁Digest",
+        0.0
+      ],
+      [
+        "toggle",
+        0.0
+      ],
+      [
+        "▁headsets",
+        0.0
+      ],
+      [
+        "▁diffusion",
+        0.0
+      ],
+      [
+        "▁Squirrel",
+        0.0
+      ],
+      [
+        "▁FN",
+        0.0
+      ],
+      [
+        "▁darkened",
+        0.0
+      ],
+      [
+        "outher",
+        0.0
+      ],
+      [
+        "▁sleeps",
+        0.0
+      ],
+      [
+        "▁Xer",
+        0.0
+      ],
+      [
+        "guns",
+        0.0
+      ],
+      [
+        "▁setups",
+        0.0
+      ],
+      [
+        "▁parsed",
+        0.0
+      ],
+      [
+        "▁mammoth",
+        0.0
+      ],
+      [
+        "▁Curious",
+        0.0
+      ],
+      [
+        "gob",
+        0.0
+      ],
+      [
+        "▁Fitzpatrick",
+        0.0
+      ],
+      [
+        "▁Emil",
+        0.0
+      ],
+      [
+        "imov",
+        0.0
+      ],
+      [
+        ".............",
+        0.0
+      ],
+      [
+        "▁Benny",
+        0.0
+      ],
+      [
+        "Secondly",
+        0.0
+      ],
+      [
+        "▁hearty",
+        0.0
+      ],
+      [
+        "▁conson",
+        0.0
+      ],
+      [
+        "stained",
+        0.0
+      ],
+      [
+        "▁galactic",
+        0.0
+      ],
+      [
+        "clave",
+        0.0
+      ],
+      [
+        "▁plummeted",
+        0.0
+      ],
+      [
+        "▁pests",
+        0.0
+      ],
+      [
+        "▁swat",
+        0.0
+      ],
+      [
+        "▁referrals",
+        0.0
+      ],
+      [
+        "▁Lionel",
+        0.0
+      ],
+      [
+        "holy",
+        0.0
+      ],
+      [
+        "▁underdog",
+        0.0
+      ],
+      [
+        "▁Slater",
+        0.0
+      ],
+      [
+        "▁Provide",
+        0.0
+      ],
+      [
+        "▁Amar",
+        0.0
+      ],
+      [
+        "ressor",
+        0.0
+      ],
+      [
+        "åĮ",
+        0.0
+      ],
+      [
+        "onga",
+        0.0
+      ],
+      [
+        "▁timid",
+        0.0
+      ],
+      [
+        "▁piety",
+        0.0
+      ],
+      [
+        "▁Dek",
+        0.0
+      ],
+      [
+        "▁surging",
+        0.0
+      ],
+      [
+        "azo",
+        0.0
+      ],
+      [
+        "▁610",
+        0.0
+      ],
+      [
+        "▁desks",
+        0.0
+      ],
+      [
+        "▁Spokane",
+        0.0
+      ],
+      [
+        "▁Anfield",
+        0.0
+      ],
+      [
+        "▁warships",
+        0.0
+      ],
+      [
+        "▁Cobra",
+        0.0
+      ],
+      [
+        "▁arming",
+        0.0
+      ],
+      [
+        "clusively",
+        0.0
+      ],
+      [
+        "▁Badge",
+        0.0
+      ],
+      [
+        "agascar",
+        0.0
+      ],
+      [
+        "▁PRESS",
+        0.0
+      ],
+      [
+        "▁McKenzie",
+        0.0
+      ],
+      [
+        "▁Ferdinand",
+        0.0
+      ],
+      [
+        "burning",
+        0.0
+      ],
+      [
+        "Afee",
+        0.0
+      ],
+      [
+        "▁tyrann",
+        0.0
+      ],
+      [
+        "▁Iw",
+        0.0
+      ],
+      [
+        "▁Boone",
+        0.0
+      ],
+      [
+        "1007",
+        0.0
+      ],
+      [
+        "▁Rept",
+        0.0
+      ],
+      [
+        "ĊÂł",
+        0.0
+      ],
+      [
+        "▁caravan",
+        0.0
+      ],
+      [
+        "▁Dill",
+        0.0
+      ],
+      [
+        "▁Bundesliga",
+        0.0
+      ],
+      [
+        "Chuck",
+        0.0
+      ],
+      [
+        "▁healer",
+        0.0
+      ],
+      [
+        "ãĥ¼ãĥĨ",
+        0.0
+      ],
+      [
+        "▁Hobby",
+        0.0
+      ],
+      [
+        "▁negate",
+        0.0
+      ],
+      [
+        "▁critiques",
+        0.0
+      ],
+      [
+        "sectional",
+        0.0
+      ],
+      [
+        "mopolitan",
+        0.0
+      ],
+      [
+        "▁dx",
+        0.0
+      ],
+      [
+        "▁outsourcing",
+        0.0
+      ],
+      [
+        "▁Cipher",
+        0.0
+      ],
+      [
+        "tap",
+        0.0
+      ],
+      [
+        "Sharp",
+        0.0
+      ],
+      [
+        "▁upbeat",
+        0.0
+      ],
+      [
+        "▁hangar",
+        0.0
+      ],
+      [
+        "▁cruising",
+        0.0
+      ],
+      [
+        "▁Niagara",
+        0.0
+      ],
+      [
+        "▁342",
+        0.0
+      ],
+      [
+        "illus",
+        0.0
+      ],
+      [
+        "▁Sv",
+        0.0
+      ],
+      [
+        "▁subtitles",
+        0.0
+      ],
+      [
+        "▁squared",
+        0.0
+      ],
+      [
+        "▁bookstore",
+        0.0
+      ],
+      [
+        "▁revolutionaries",
+        0.0
+      ],
+      [
+        "▁Carlton",
+        0.0
+      ],
+      [
+        "abal",
+        0.0
+      ],
+      [
+        "Utah",
+        0.0
+      ],
+      [
+        "▁despise",
+        0.0
+      ],
+      [
+        "▁UM",
+        0.0
+      ],
+      [
+        "consider",
+        0.0
+      ],
+      [
+        "aido",
+        0.0
+      ],
+      [
+        "▁carts",
+        0.0
+      ],
+      [
+        "▁Turtles",
+        0.0
+      ],
+      [
+        "Training",
+        0.0
+      ],
+      [
+        "▁honorary",
+        0.0
+      ],
+      [
+        "¢",
+        0.0
+      ],
+      [
+        "▁triangles",
+        0.0
+      ],
+      [
+        "422",
+        0.0
+      ],
+      [
+        "▁reprinted",
+        0.0
+      ],
+      [
+        "▁graceful",
+        0.0
+      ],
+      [
+        "▁Mongolia",
+        0.0
+      ],
+      [
+        "▁disruptions",
+        0.0
+      ],
+      [
+        "▁Boh",
+        0.0
+      ],
+      [
+        "▁349",
+        0.0
+      ],
+      [
+        "▁drains",
+        0.0
+      ],
+      [
+        "▁consulate",
+        0.0
+      ],
+      [
+        "▁bends",
+        0.0
+      ],
+      [
+        "▁mafia",
+        0.0
+      ],
+      [
+        "uron",
+        0.0
+      ],
+      [
+        "▁Fulton",
+        0.0
+      ],
+      [
+        "misc",
+        0.0
+      ],
+      [
+        "▁renal",
+        0.0
+      ],
+      [
+        "▁inaction",
+        0.0
+      ],
+      [
+        "cking",
+        0.0
+      ],
+      [
+        "▁photons",
+        0.0
+      ],
+      [
+        "▁bruised",
+        0.0
+      ],
+      [
+        "▁Codes",
+        0.0
+      ],
+      [
+        "ogi",
+        0.0
+      ],
+      [
+        "▁nests",
+        0.0
+      ],
+      [
+        "▁Lovely",
+        0.0
+      ],
+      [
+        "▁Libre",
+        0.0
+      ],
+      [
+        "▁Daryl",
+        0.0
+      ],
+      [
+        "▁###",
+        0.0
+      ],
+      [
+        "Sys",
+        0.0
+      ],
+      [
+        ".,\"",
+        0.0
+      ],
+      [
+        "▁freezes",
+        0.0
+      ],
+      [
+        "establishment",
+        0.0
+      ],
+      [
+        "andowski",
+        0.0
+      ],
+      [
+        "▁cumbers",
+        0.0
+      ],
+      [
+        "▁Starg",
+        0.0
+      ],
+      [
+        "▁Bombs",
+        0.0
+      ],
+      [
+        "▁legions",
+        0.0
+      ],
+      [
+        "▁handwriting",
+        0.0
+      ],
+      [
+        "▁grun",
+        0.0
+      ],
+      [
+        "▁Cah",
+        0.0
+      ],
+      [
+        "sequent",
+        0.0
+      ],
+      [
+        "▁moth",
+        0.0
+      ],
+      [
+        "▁MSM",
+        0.0
+      ],
+      [
+        "Insert",
+        0.0
+      ],
+      [
+        "Fif",
+        0.0
+      ],
+      [
+        "▁motel",
+        0.0
+      ],
+      [
+        "▁dexter",
+        0.0
+      ],
+      [
+        "▁Bild",
+        0.0
+      ],
+      [
+        "heartedly",
+        0.0
+      ],
+      [
+        "▁prope",
+        0.0
+      ],
+      [
+        "▁Texture",
+        0.0
+      ],
+      [
+        "▁Junction",
+        0.0
+      ],
+      [
+        "ynthesis",
+        0.0
+      ],
+      [
+        "ocard",
+        0.0
+      ],
+      [
+        "▁Vera",
+        0.0
+      ],
+      [
+        "▁Barth",
+        0.0
+      ],
+      [
+        "▁μg",
+        0.0
+      ],
+      [
+        "▁lashed",
+        0.0
+      ],
+      [
+        "▁351",
+        0.0
+      ],
+      [
+        "▁Zamb",
+        0.0
+      ],
+      [
+        "▁Staples",
+        0.0
+      ],
+      [
+        "▁Cortex",
+        0.0
+      ],
+      [
+        "▁Corker",
+        0.0
+      ],
+      [
+        "▁continuum",
+        0.0
+      ],
+      [
+        "▁WRITE",
+        0.0
+      ],
+      [
+        "unta",
+        0.0
+      ],
+      [
+        "ridor",
+        0.0
+      ],
+      [
+        "▁deems",
+        0.0
+      ],
+      [
+        "033",
+        0.0
+      ],
+      [
+        "▁GOLD",
+        0.0
+      ],
+      [
+        "pas",
+        0.0
+      ],
+      [
+        "▁repressive",
+        0.0
+      ],
+      [
+        "ãĥĨãĤ£",
+        0.0
+      ],
+      [
+        "▁baffled",
+        0.0
+      ],
+      [
+        "Scar",
+        0.0
+      ],
+      [
+        "▁crave",
+        0.0
+      ],
+      [
+        "▁______",
+        0.0
+      ],
+      [
+        "▁entrepreneurship",
+        0.0
+      ],
+      [
+        "▁Directorate",
+        0.0
+      ],
+      [
+        "▁'[",
+        0.0
+      ],
+      [
+        "▁vines",
+        0.0
+      ],
+      [
+        "▁ascended",
+        0.0
+      ],
+      [
+        "▁GROUP",
+        0.0
+      ],
+      [
+        "▁Goodbye",
+        0.0
+      ],
+      [
+        "▁dogged",
+        0.0
+      ],
+      [
+        "ãĥ´ãĤ¡",
+        0.0
+      ],
+      [
+        "Manufact",
+        0.0
+      ],
+      [
+        "▁unimaginable",
+        0.0
+      ],
+      [
+        "riots",
+        0.0
+      ],
+      [
+        "ierrez",
+        0.0
+      ],
+      [
+        "▁relativity",
+        0.0
+      ],
+      [
+        "▁Crafting",
+        0.0
+      ],
+      [
+        "raught",
+        0.0
+      ],
+      [
+        "uden",
+        0.0
+      ],
+      [
+        "cookie",
+        0.0
+      ],
+      [
+        "▁assassins",
+        0.0
+      ],
+      [
+        "▁dissatisfied",
+        0.0
+      ],
+      [
+        "acci",
+        0.0
+      ],
+      [
+        "▁conduit",
+        0.0
+      ],
+      [
+        "Spread",
+        0.0
+      ],
+      [
+        "▁Rican",
+        0.0
+      ],
+      [
+        "nice",
+        0.0
+      ],
+      [
+        "izzle",
+        0.0
+      ],
+      [
+        "▁scares",
+        0.0
+      ],
+      [
+        "▁WHY",
+        0.0
+      ],
+      [
+        "phans",
+        0.0
+      ],
+      [
+        "535",
+        0.0
+      ],
+      [
+        "▁protracted",
+        0.0
+      ],
+      [
+        "▁Kristen",
+        0.0
+      ],
+      [
+        "536",
+        0.0
+      ],
+      [
+        "▁Scrib",
+        0.0
+      ],
+      [
+        "▁Neh",
+        0.0
+      ],
+      [
+        "▁twenties",
+        0.0
+      ],
+      [
+        "▁predicament",
+        0.0
+      ],
+      [
+        "▁handcuffs",
+        0.0
+      ],
+      [
+        "▁fruitful",
+        0.0
+      ],
+      [
+        "▁UL",
+        0.0
+      ],
+      [
+        "▁Ludwig",
+        0.0
+      ],
+      [
+        "▁attest",
+        0.0
+      ],
+      [
+        "▁Breaker",
+        0.0
+      ],
+      [
+        "▁biologically",
+        0.0
+      ],
+      [
+        "▁Dealer",
+        0.0
+      ],
+      [
+        "▁renovations",
+        0.0
+      ],
+      [
+        "fw",
+        0.0
+      ],
+      [
+        "essen",
+        0.0
+      ],
+      [
+        "Alice",
+        0.0
+      ],
+      [
+        "▁Henri",
+        0.0
+      ],
+      [
+        "▁unilaterally",
+        0.0
+      ],
+      [
+        "▁Sidd",
+        0.0
+      ],
+      [
+        "hai",
+        0.0
+      ],
+      [
+        "▁Stretch",
+        0.0
+      ],
+      [
+        "Sales",
+        0.0
+      ],
+      [
+        "▁cumbersome",
+        0.0
+      ],
+      [
+        "▁Javier",
+        0.0
+      ],
+      [
+        "▁trendy",
+        0.0
+      ],
+      [
+        "▁rotting",
+        0.0
+      ],
+      [
+        "▁Challenges",
+        0.0
+      ],
+      [
+        "▁scraps",
+        0.0
+      ],
+      [
+        "▁facets",
+        0.0
+      ],
+      [
+        "▁Veronica",
+        0.0
+      ],
+      [
+        "▁Verge",
+        0.0
+      ],
+      [
+        "▁Sana",
+        0.0
+      ],
+      [
+        "Alien",
+        0.0
+      ],
+      [
+        "▁Rih",
+        0.0
+      ],
+      [
+        "▁radial",
+        0.0
+      ],
+      [
+        "ectar",
+        0.0
+      ],
+      [
+        "▁630",
+        0.0
+      ],
+      [
+        "cli",
+        0.0
+      ],
+      [
+        "Marie",
+        0.0
+      ],
+      [
+        "▁wildfire",
+        0.0
+      ],
+      [
+        "▁Cato",
+        0.0
+      ],
+      [
+        "hander",
+        0.0
+      ],
+      [
+        "▁waitress",
+        0.0
+      ],
+      [
+        "▁chops",
+        0.0
+      ],
+      [
+        "▁SECTION",
+        0.0
+      ],
+      [
+        "▁bluntly",
+        0.0
+      ],
+      [
+        "▁Catalog",
+        0.0
+      ],
+      [
+        "nian",
+        0.0
+      ],
+      [
+        "study",
+        0.0
+      ],
+      [
+        "▁patrolling",
+        0.0
+      ],
+      [
+        "▁Tenth",
+        0.0
+      ],
+      [
+        "nexus",
+        0.0
+      ],
+      [
+        "▁NON",
+        0.0
+      ],
+      [
+        "opsy",
+        0.0
+      ],
+      [
+        "▁scathing",
+        0.0
+      ],
+      [
+        "sie",
+        0.0
+      ],
+      [
+        "▁deteriorated",
+        0.0
+      ],
+      [
+        "VB",
+        0.0
+      ],
+      [
+        "Nazis",
+        0.0
+      ],
+      [
+        "▁depictions",
+        0.0
+      ],
+      [
+        "▁authenticated",
+        0.0
+      ],
+      [
+        "▁Conce",
+        0.0
+      ],
+      [
+        "krit",
+        0.0
+      ],
+      [
+        "▁promulg",
+        0.0
+      ],
+      [
+        "▁LONG",
+        0.0
+      ],
+      [
+        "UFC",
+        0.0
+      ],
+      [
+        "▁Visitors",
+        0.0
+      ],
+      [
+        "▁Recall",
+        0.0
+      ],
+      [
+        "▁rehabilit",
+        0.0
+      ],
+      [
+        "▁SLI",
+        0.0
+      ],
+      [
+        "▁glacier",
+        0.0
+      ],
+      [
+        "▁Bite",
+        0.0
+      ],
+      [
+        "▁503",
+        0.0
+      ],
+      [
+        "▁vomit",
+        0.0
+      ],
+      [
+        "▁fermented",
+        0.0
+      ],
+      [
+        "▁Khalid",
+        0.0
+      ],
+      [
+        "▁graded",
+        0.0
+      ],
+      [
+        "▁Magicka",
+        0.0
+      ],
+      [
+        "▁Ichigo",
+        0.0
+      ],
+      [
+        "powerful",
+        0.0
+      ],
+      [
+        "icators",
+        0.0
+      ],
+      [
+        "753",
+        0.0
+      ],
+      [
+        "▁shrew",
+        0.0
+      ],
+      [
+        "▁356",
+        0.0
+      ],
+      [
+        "▁legalizing",
+        0.0
+      ],
+      [
+        "▁allotted",
+        0.0
+      ],
+      [
+        "▁Archdemon",
+        0.0
+      ],
+      [
+        "ithing",
+        0.0
+      ],
+      [
+        "iggurat",
+        0.0
+      ],
+      [
+        "VOL",
+        0.0
+      ],
+      [
+        "Leod",
+        0.0
+      ],
+      [
+        "▁oily",
+        0.0
+      ],
+      [
+        "▁inducing",
+        0.0
+      ],
+      [
+        "▁amygdala",
+        0.0
+      ],
+      [
+        "▁admins",
+        0.0
+      ],
+      [
+        "▁Acquisition",
+        0.0
+      ],
+      [
+        "CAN",
+        0.0
+      ],
+      [
+        "▁schematic",
+        0.0
+      ],
+      [
+        "▁moan",
+        0.0
+      ],
+      [
+        "▁Cameroon",
+        0.0
+      ],
+      [
+        "▁tink",
+        0.0
+      ],
+      [
+        "▁merry",
+        0.0
+      ],
+      [
+        "▁butterflies",
+        0.0
+      ],
+      [
+        "▁Goff",
+        0.0
+      ],
+      [
+        "▁workspace",
+        0.0
+      ],
+      [
+        "▁Corona",
+        0.0
+      ],
+      [
+        "▁javascript",
+        0.0
+      ],
+      [
+        "▁Dolphin",
+        0.0
+      ],
+      [
+        "▁Cantor",
+        0.0
+      ],
+      [
+        "464",
+        0.0
+      ],
+      [
+        "toe",
+        0.0
+      ],
+      [
+        "APS",
+        0.0
+      ],
+      [
+        "▁Aging",
+        0.0
+      ],
+      [
+        "▁padded",
+        0.0
+      ],
+      [
+        "▁Zheng",
+        0.0
+      ],
+      [
+        "▁Held",
+        0.0
+      ],
+      [
+        "▁estranged",
+        0.0
+      ],
+      [
+        "▁770",
+        0.0
+      ],
+      [
+        ".}",
+        0.0
+      ],
+      [
+        "▁Dunham",
+        0.0
+      ],
+      [
+        "▁smokes",
+        0.0
+      ],
+      [
+        "▁capitals",
+        0.0
+      ],
+      [
+        "undai",
+        0.0
+      ],
+      [
+        "Shin",
+        0.0
+      ],
+      [
+        "▁Founding",
+        0.0
+      ],
+      [
+        "▁entitle",
+        0.0
+      ],
+      [
+        "▁centerpiece",
+        0.0
+      ],
+      [
+        "Discover",
+        0.0
+      ],
+      [
+        "▁thereto",
+        0.0
+      ],
+      [
+        "alert",
+        0.0
+      ],
+      [
+        "▁Nou",
+        0.0
+      ],
+      [
+        "▁Analyst",
+        0.0
+      ],
+      [
+        "lc",
+        0.0
+      ],
+      [
+        "FH",
+        0.0
+      ],
+      [
+        "FIELD",
+        0.0
+      ],
+      [
+        "▁POV",
+        0.0
+      ],
+      [
+        "gray",
+        0.0
+      ],
+      [
+        "▁arcs",
+        0.0
+      ],
+      [
+        "▁HOT",
+        0.0
+      ],
+      [
+        "▁rs",
+        0.0
+      ],
+      [
+        "▁obligatory",
+        0.0
+      ],
+      [
+        "▁Architects",
+        0.0
+      ],
+      [
+        "▁Sven",
+        0.0
+      ],
+      [
+        "▁FEC",
+        0.0
+      ],
+      [
+        "0200",
+        0.0
+      ],
+      [
+        "Christmas",
+        0.0
+      ],
+      [
+        "▁Albania",
+        0.0
+      ],
+      [
+        "ratom",
+        0.0
+      ],
+      [
+        "587",
+        0.0
+      ],
+      [
+        "▁hardships",
+        0.0
+      ],
+      [
+        "▁autos",
+        0.0
+      ],
+      [
+        "▁Charges",
+        0.0
+      ],
+      [
+        "▁apes",
+        0.0
+      ],
+      [
+        "▁376",
+        0.0
+      ],
+      [
+        "wallet",
+        0.0
+      ],
+      [
+        "▁intoxication",
+        0.0
+      ],
+      [
+        "▁goblin",
+        0.0
+      ],
+      [
+        "▁570",
+        0.0
+      ],
+      [
+        "++++++++++++++++",
+        0.0
+      ],
+      [
+        "▁Yelp",
+        0.0
+      ],
+      [
+        "▁Magnetic",
+        0.0
+      ],
+      [
+        "▁Briggs",
+        0.0
+      ],
+      [
+        "Rail",
+        0.0
+      ],
+      [
+        "▁spawns",
+        0.0
+      ],
+      [
+        "▁Wiggins",
+        0.0
+      ],
+      [
+        "▁showcased",
+        0.0
+      ],
+      [
+        "▁resorted",
+        0.0
+      ],
+      [
+        "uben",
+        0.0
+      ],
+      [
+        "▁whipping",
+        0.0
+      ],
+      [
+        "▁imitate",
+        0.0
+      ],
+      [
+        "▁digestion",
+        0.0
+      ],
+      [
+        "▁USPS",
+        0.0
+      ],
+      [
+        "▁Gest",
+        0.0
+      ],
+      [
+        "▁yea",
+        0.0
+      ],
+      [
+        "▁Tight",
+        0.0
+      ],
+      [
+        "indal",
+        0.0
+      ],
+      [
+        "icas",
+        0.0
+      ],
+      [
+        "`.",
+        0.0
+      ],
+      [
+        "CAST",
+        0.0
+      ],
+      [
+        "'';",
+        0.0
+      ],
+      [
+        "▁Fet",
+        0.0
+      ],
+      [
+        "opathic",
+        0.0
+      ],
+      [
+        "Invalid",
+        0.0
+      ],
+      [
+        "▁regretted",
+        0.0
+      ],
+      [
+        "▁broccoli",
+        0.0
+      ],
+      [
+        "▁Scores",
+        0.0
+      ],
+      [
+        "eve",
+        0.0
+      ],
+      [
+        "▁postings",
+        0.0
+      ],
+      [
+        "▁accumulating",
+        0.0
+      ],
+      [
+        "▁needless",
+        0.0
+      ],
+      [
+        "elfth",
+        0.0
+      ],
+      [
+        "▁mayors",
+        0.0
+      ],
+      [
+        "▁scrib",
+        0.0
+      ],
+      [
+        "▁anecdotes",
+        0.0
+      ],
+      [
+        "▁botched",
+        0.0
+      ],
+      [
+        "▁Ribbon",
+        0.0
+      ],
+      [
+        "▁Constantine",
+        0.0
+      ],
+      [
+        "iuses",
+        0.0
+      ],
+      [
+        "esses",
+        0.0
+      ],
+      [
+        "▁devise",
+        0.0
+      ],
+      [
+        "Compared",
+        0.0
+      ],
+      [
+        "▁pudding",
+        0.0
+      ],
+      [
+        "▁garg",
+        0.0
+      ],
+      [
+        "▁evoke",
+        0.0
+      ],
+      [
+        "797",
+        0.0
+      ],
+      [
+        "▁detox",
+        0.0
+      ],
+      [
+        "909",
+        0.0
+      ],
+      [
+        "▁Pieces",
+        0.0
+      ],
+      [
+        "▁McCartney",
+        0.0
+      ],
+      [
+        "▁metast",
+        0.0
+      ],
+      [
+        "▁Krypt",
+        0.0
+      ],
+      [
+        "POR",
+        0.0
+      ],
+      [
+        "▁tending",
+        0.0
+      ],
+      [
+        "▁Merchants",
+        0.0
+      ],
+      [
+        "Proof",
+        0.0
+      ],
+      [
+        "▁Varg",
+        0.0
+      ],
+      [
+        "▁Portable",
+        0.0
+      ],
+      [
+        "ãĥ¼ãĥĨãĤ£",
+        0.0
+      ],
+      [
+        "Brain",
+        0.0
+      ],
+      [
+        "2500",
+        0.0
+      ],
+      [
+        "▁foliage",
+        0.0
+      ],
+      [
+        "ع",
+        0.0
+      ],
+      [
+        "▁mentors",
+        0.0
+      ],
+      [
+        "▁Aires",
+        0.0
+      ],
+      [
+        "▁minimalist",
+        0.0
+      ],
+      [
+        "▁ingested",
+        0.0
+      ],
+      [
+        "▁Trojan",
+        0.0
+      ],
+      [
+        "▁Qian",
+        0.0
+      ],
+      [
+        "involved",
+        0.0
+      ],
+      [
+        "027",
+        0.0
+      ],
+      [
+        "▁eroded",
+        0.0
+      ],
+      [
+        "RAFT",
+        0.0
+      ],
+      [
+        "▁blurry",
+        0.0
+      ],
+      [
+        "Mob",
+        0.0
+      ],
+      [
+        "▁buffet",
+        0.0
+      ],
+      [
+        "▁Fnatic",
+        0.0
+      ],
+      [
+        "aea",
+        0.0
+      ],
+      [
+        "KNOWN",
+        0.0
+      ],
+      [
+        "▁Init",
+        0.0
+      ],
+      [
+        "safety",
+        0.0
+      ],
+      [
+        "enum",
+        0.0
+      ],
+      [
+        "ACTION",
+        0.0
+      ],
+      [
+        "▁Crusher",
+        0.0
+      ],
+      [
+        "▁Dates",
+        0.0
+      ],
+      [
+        "▁................",
+        0.0
+      ],
+      [
+        "calling",
+        0.0
+      ],
+      [
+        "akov",
+        0.0
+      ],
+      [
+        "▁ventured",
+        0.0
+      ],
+      [
+        "▁555",
+        0.0
+      ],
+      [
+        "auga",
+        0.0
+      ],
+      [
+        "Hart",
+        0.0
+      ],
+      [
+        "▁Aero",
+        0.0
+      ],
+      [
+        "MAC",
+        0.0
+      ],
+      [
+        "▁thinly",
+        0.0
+      ],
+      [
+        "▁arra",
+        0.0
+      ],
+      [
+        "STATE",
+        0.0
+      ],
+      [
+        "ilde",
+        0.0
+      ],
+      [
+        "▁Jacqu",
+        0.0
+      ],
+      [
+        "▁Females",
+        0.0
+      ],
+      [
+        "▁theorem",
+        0.0
+      ],
+      [
+        "▁346",
+        0.0
+      ],
+      [
+        "▁smartest",
+        0.0
+      ],
+      [
+        "▁PUBLIC",
+        0.0
+      ],
+      [
+        "▁Kron",
+        0.0
+      ],
+      [
+        "▁Bits",
+        0.0
+      ],
+      [
+        "▁Vessel",
+        0.0
+      ],
+      [
+        "▁Telephone",
+        0.0
+      ],
+      [
+        "▁decap",
+        0.0
+      ],
+      [
+        "▁adjunct",
+        0.0
+      ],
+      [
+        "▁SEN",
+        0.0
+      ],
+      [
+        "merga",
+        0.0
+      ],
+      [
+        "▁redacted",
+        0.0
+      ],
+      [
+        "▁prehistoric",
+        0.0
+      ],
+      [
+        "▁explanatory",
+        0.0
+      ],
+      [
+        "▁Runs",
+        0.0
+      ],
+      [
+        "▁Uttar",
+        0.0
+      ],
+      [
+        "▁Manny",
+        0.0
+      ],
+      [
+        "▁AUTHOR",
+        0.0
+      ],
+      [
+        "▁Unleashed",
+        0.0
+      ],
+      [
+        "▁Bowling",
+        0.0
+      ],
+      [
+        "beans",
+        0.0
+      ],
+      [
+        "793",
+        0.0
+      ],
+      [
+        "▁universes",
+        0.0
+      ],
+      [
+        "▁sensit",
+        0.0
+      ],
+      [
+        "▁Kung",
+        0.0
+      ],
+      [
+        "repeat",
+        0.0
+      ],
+      [
+        "ctrl",
+        0.0
+      ],
+      [
+        "▁paced",
+        0.0
+      ],
+      [
+        "▁fuller",
+        0.0
+      ],
+      [
+        "Clock",
+        0.0
+      ],
+      [
+        "▁recomb",
+        0.0
+      ],
+      [
+        "▁Faul",
+        0.0
+      ],
+      [
+        "▁Bunker",
+        0.0
+      ],
+      [
+        "▁pooled",
+        0.0
+      ],
+      [
+        "▁ana",
+        0.0
+      ],
+      [
+        "▁Mouth",
+        0.0
+      ],
+      [
+        "LLOW",
+        0.0
+      ],
+      [
+        "humane",
+        0.0
+      ],
+      [
+        "▁bulldo",
+        0.0
+      ],
+      [
+        "▁Michaels",
+        0.0
+      ],
+      [
+        "fam",
+        0.0
+      ],
+      [
+        "▁wrecked",
+        0.0
+      ],
+      [
+        "▁portrays",
+        0.0
+      ],
+      [
+        "▁Whale",
+        0.0
+      ],
+      [
+        "▁Hes",
+        0.0
+      ],
+      [
+        "▁guesses",
+        0.0
+      ],
+      [
+        "▁Browse",
+        0.0
+      ],
+      [
+        "▁LAPD",
+        0.0
+      ],
+      [
+        "▁consequential",
+        0.0
+      ],
+      [
+        "▁Innocent",
+        0.0
+      ],
+      [
+        "▁DRAG",
+        0.0
+      ],
+      [
+        "▁transgress",
+        0.0
+      ],
+      [
+        "▁Oaks",
+        0.0
+      ],
+      [
+        "▁trivia",
+        0.0
+      ],
+      [
+        "▁Reson",
+        0.0
+      ],
+      [
+        "▁ADS",
+        0.0
+      ],
+      [
+        "--+",
+        0.0
+      ],
+      [
+        "▁Toll",
+        0.0
+      ],
+      [
+        "▁grasping",
+        0.0
+      ],
+      [
+        "▁THEM",
+        0.0
+      ],
+      [
+        "▁Tags",
+        0.0
+      ],
+      [
+        "▁Conclusion",
+        0.0
+      ],
+      [
+        "▁practicable",
+        0.0
+      ],
+      [
+        "▁hoop",
+        0.0
+      ],
+      [
+        "▁unintentionally",
+        0.0
+      ],
+      [
+        "▁ignite",
+        0.0
+      ],
+      [
+        "▁Mov",
+        0.0
+      ],
+      [
+        "urized",
+        0.0
+      ],
+      [
+        "lehem",
+        0.0
+      ],
+      [
+        "Termin",
+        0.0
+      ],
+      [
+        "▁colourful",
+        0.0
+      ],
+      [
+        "▁Linear",
+        0.0
+      ],
+      [
+        "▁Ellie",
+        0.0
+      ],
+      [
+        "Gy",
+        0.0
+      ],
+      [
+        "▁manpower",
+        0.0
+      ],
+      [
+        "▁js",
+        0.0
+      ],
+      [
+        "▁emoji",
+        0.0
+      ],
+      [
+        "▁SHARES",
+        0.0
+      ],
+      [
+        "_.",
+        0.0
+      ],
+      [
+        "00007",
+        0.0
+      ],
+      [
+        "▁sophistication",
+        0.0
+      ],
+      [
+        "▁underscore",
+        0.0
+      ],
+      [
+        "▁practise",
+        0.0
+      ],
+      [
+        "▁blob",
+        0.0
+      ],
+      [
+        "opens",
+        0.0
+      ],
+      [
+        "Ukraine",
+        0.0
+      ],
+      [
+        "Keeping",
+        0.0
+      ],
+      [
+        "YC",
+        0.0
+      ],
+      [
+        "JR",
+        0.0
+      ],
+      [
+        "ultimate",
+        0.0
+      ],
+      [
+        "Claim",
+        0.0
+      ],
+      [
+        "▁automobiles",
+        0.0
+      ],
+      [
+        "993",
+        0.0
+      ],
+      [
+        "steel",
+        0.0
+      ],
+      [
+        "▁parting",
+        0.0
+      ],
+      [
+        "▁Lank",
+        0.0
+      ],
+      [
+        "...?",
+        0.0
+      ],
+      [
+        "▁385",
+        0.0
+      ],
+      [
+        "▁remembrance",
+        0.0
+      ],
+      [
+        "▁eased",
+        0.0
+      ],
+      [
+        "▁covari",
+        0.0
+      ],
+      [
+        "▁Sind",
+        0.0
+      ],
+      [
+        "Effective",
+        0.0
+      ],
+      [
+        "▁dissemination",
+        0.0
+      ],
+      [
+        "▁Moose",
+        0.0
+      ],
+      [
+        "▁Clapper",
+        0.0
+      ],
+      [
+        "brates",
+        0.0
+      ],
+      [
+        "Apply",
+        0.0
+      ],
+      [
+        "▁invis",
+        0.0
+      ],
+      [
+        "▁worsened",
+        0.0
+      ],
+      [
+        "âĢĶ-",
+        0.0
+      ],
+      [
+        "▁legislator",
+        0.0
+      ],
+      [
+        "▁Lol",
+        0.0
+      ],
+      [
+        "▁Rowe",
+        0.0
+      ],
+      [
+        "▁dealership",
+        0.0
+      ],
+      [
+        "umar",
+        0.0
+      ],
+      [
+        "idences",
+        0.0
+      ],
+      [
+        "▁investigates",
+        0.0
+      ],
+      [
+        "▁cascade",
+        0.0
+      ],
+      [
+        "▁bidder",
+        0.0
+      ],
+      [
+        "▁BEN",
+        0.0
+      ],
+      [
+        "Ironically",
+        0.0
+      ],
+      [
+        "▁presiding",
+        0.0
+      ],
+      [
+        "▁ding",
+        0.0
+      ],
+      [
+        "▁contradicted",
+        0.0
+      ],
+      [
+        "▁shuts",
+        0.0
+      ],
+      [
+        "▁FIX",
+        0.0
+      ],
+      [
+        "▁366",
+        0.0
+      ],
+      [
+        "District",
+        0.0
+      ],
+      [
+        "▁sinful",
+        0.0
+      ],
+      [
+        "▁Charisma",
+        0.0
+      ],
+      [
+        "oops",
+        0.0
+      ],
+      [
+        "▁totality",
+        0.0
+      ],
+      [
+        "▁restitution",
+        0.0
+      ],
+      [
+        "▁Optimus",
+        0.0
+      ],
+      [
+        "▁Dah",
+        0.0
+      ],
+      [
+        "▁clueless",
+        0.0
+      ],
+      [
+        "urned",
+        0.0
+      ],
+      [
+        "▁nutrit",
+        0.0
+      ],
+      [
+        "▁landowners",
+        0.0
+      ],
+      [
+        "▁flushed",
+        0.0
+      ],
+      [
+        "▁broaden",
+        0.0
+      ],
+      [
+        "mie",
+        0.0
+      ],
+      [
+        "▁println",
+        0.0
+      ],
+      [
+        "▁nig",
+        0.0
+      ],
+      [
+        "▁Corpus",
+        0.0
+      ],
+      [
+        "Jen",
+        0.0
+      ],
+      [
+        "▁proto",
+        0.0
+      ],
+      [
+        "▁Wikimedia",
+        0.0
+      ],
+      [
+        "▁Palo",
+        0.0
+      ],
+      [
+        "COR",
+        0.0
+      ],
+      [
+        "▁storylines",
+        0.0
+      ],
+      [
+        "▁evangelicals",
+        0.0
+      ],
+      [
+        "▁Darrell",
+        0.0
+      ],
+      [
+        "▁rotor",
+        0.0
+      ],
+      [
+        "▁HW",
+        0.0
+      ],
+      [
+        "skilled",
+        0.0
+      ],
+      [
+        "eryl",
+        0.0
+      ],
+      [
+        "▁begg",
+        0.0
+      ],
+      [
+        "▁Blumenthal",
+        0.0
+      ],
+      [
+        "▁weaving",
+        0.0
+      ],
+      [
+        "▁downwards",
+        0.0
+      ],
+      [
+        "▁Jacket",
+        0.0
+      ],
+      [
+        "▁ANGEL",
+        0.0
+      ],
+      [
+        "Technology",
+        0.0
+      ],
+      [
+        "▁esoteric",
+        0.0
+      ],
+      [
+        "aldehyde",
+        0.0
+      ],
+      [
+        "▁furiously",
+        0.0
+      ],
+      [
+        "▁foreigner",
+        0.0
+      ],
+      [
+        "Weak",
+        0.0
+      ],
+      [
+        "CHO",
+        0.0
+      ],
+      [
+        "▁Hound",
+        0.0
+      ],
+      [
+        "Experience",
+        0.0
+      ],
+      [
+        "▁Playstation",
+        0.0
+      ],
+      [
+        "▁MIA",
+        0.0
+      ],
+      [
+        "▁Ung",
+        0.0
+      ],
+      [
+        "cloth",
+        0.0
+      ],
+      [
+        "agall",
+        0.0
+      ],
+      [
+        "▁calming",
+        0.0
+      ],
+      [
+        "izens",
+        0.0
+      ],
+      [
+        "Struct",
+        0.0
+      ],
+      [
+        "▁Witches",
+        0.0
+      ],
+      [
+        "▁Celebration",
+        0.0
+      ],
+      [
+        "▁..............",
+        0.0
+      ],
+      [
+        "ptroller",
+        0.0
+      ],
+      [
+        "▁TCU",
+        0.0
+      ],
+      [
+        "▁bunny",
+        0.0
+      ],
+      [
+        "ãĥį",
+        0.0
+      ],
+      [
+        "utorial",
+        0.0
+      ],
+      [
+        "▁upscale",
+        0.0
+      ],
+      [
+        "▁Sta",
+        0.0
+      ],
+      [
+        "▁Colossus",
+        0.0
+      ],
+      [
+        "▁chloride",
+        0.0
+      ],
+      [
+        "▁Zac",
+        0.0
+      ],
+      [
+        "▁Reasons",
+        0.0
+      ],
+      [
+        "▁Brookings",
+        0.0
+      ],
+      [
+        "▁WHITE",
+        0.0
+      ],
+      [
+        "][/",
+        0.0
+      ],
+      [
+        "▁Lose",
+        0.0
+      ],
+      [
+        "905",
+        0.0
+      ],
+      [
+        "▁underside",
+        0.0
+      ],
+      [
+        "ernels",
+        0.0
+      ],
+      [
+        "▁vape",
+        0.0
+      ],
+      [
+        "dozen",
+        0.0
+      ],
+      [
+        "uppet",
+        0.0
+      ],
+      [
+        "▁STOP",
+        0.0
+      ],
+      [
+        "matical",
+        0.0
+      ],
+      [
+        "▁Statements",
+        0.0
+      ],
+      [
+        "heddar",
+        0.0
+      ],
+      [
+        "PAC",
+        0.0
+      ],
+      [
+        "Customer",
+        0.0
+      ],
+      [
+        "▁memos",
+        0.0
+      ],
+      [
+        "▁PJ",
+        0.0
+      ],
+      [
+        "endars",
+        0.0
+      ],
+      [
+        "▁Limits",
+        0.0
+      ],
+      [
+        "laugh",
+        0.0
+      ],
+      [
+        "▁stabilized",
+        0.0
+      ],
+      [
+        "▁ALEC",
+        0.0
+      ],
+      [
+        "YA",
+        0.0
+      ],
+      [
+        "Upgrade",
+        0.0
+      ],
+      [
+        "alam",
+        0.0
+      ],
+      [
+        "▁techno",
+        0.0
+      ],
+      [
+        "▁anew",
+        0.0
+      ],
+      [
+        "foreseen",
+        0.0
+      ],
+      [
+        "▁collegiate",
+        0.0
+      ],
+      [
+        "▁Pyro",
+        0.0
+      ],
+      [
+        "▁Dism",
+        0.0
+      ],
+      [
+        "▁frontline",
+        0.0
+      ],
+      [
+        "▁ammonia",
+        0.0
+      ],
+      [
+        "IU",
+        0.0
+      ],
+      [
+        "Quite",
+        0.0
+      ],
+      [
+        "Johnny",
+        0.0
+      ],
+      [
+        "assin",
+        0.0
+      ],
+      [
+        "GOP",
+        0.0
+      ],
+      [
+        "▁Styles",
+        0.0
+      ],
+      [
+        "▁Sovereign",
+        0.0
+      ],
+      [
+        "acterial",
+        0.0
+      ],
+      [
+        "549",
+        0.0
+      ],
+      [
+        "▁RIP",
+        0.0
+      ],
+      [
+        "▁Lists",
+        0.0
+      ],
+      [
+        "▁364",
+        0.0
+      ],
+      [
+        "▁Recep",
+        0.0
+      ],
+      [
+        "socket",
+        0.0
+      ],
+      [
+        "▁Byrd",
+        0.0
+      ],
+      [
+        "▁Candle",
+        0.0
+      ],
+      [
+        "Ancient",
+        0.0
+      ],
+      [
+        "▁appellant",
+        0.0
+      ],
+      [
+        "enforcement",
+        0.0
+      ],
+      [
+        "acea",
+        0.0
+      ],
+      [
+        "anski",
+        0.0
+      ],
+      [
+        "▁olds",
+        0.0
+      ],
+      [
+        "886",
+        0.0
+      ],
+      [
+        "▁slurs",
+        0.0
+      ],
+      [
+        "▁empires",
+        0.0
+      ],
+      [
+        "▁buckle",
+        0.0
+      ],
+      [
+        "▁alienation",
+        0.0
+      ],
+      [
+        "▁Aberdeen",
+        0.0
+      ],
+      [
+        "▁unicorn",
+        0.0
+      ],
+      [
+        "▁overriding",
+        0.0
+      ],
+      [
+        "▁LX",
+        0.0
+      ],
+      [
+        "ppa",
+        0.0
+      ],
+      [
+        "▁despised",
+        0.0
+      ],
+      [
+        "▁Bugs",
+        0.0
+      ],
+      [
+        "▁BST",
+        0.0
+      ],
+      [
+        "Southern",
+        0.0
+      ],
+      [
+        "533",
+        0.0
+      ],
+      [
+        "▁hallmark",
+        0.0
+      ],
+      [
+        "▁Poster",
+        0.0
+      ],
+      [
+        "▁stemmed",
+        0.0
+      ],
+      [
+        "▁principals",
+        0.0
+      ],
+      [
+        "▁TECH",
+        0.0
+      ],
+      [
+        "▁Sandwich",
+        0.0
+      ],
+      [
+        "Italy",
+        0.0
+      ],
+      [
+        "▁cheesy",
+        0.0
+      ],
+      [
+        "▁SetTextColor",
+        0.0
+      ],
+      [
+        "▁Protective",
+        0.0
+      ],
+      [
+        "▁Cohn",
+        0.0
+      ],
+      [
+        "JO",
+        0.0
+      ],
+      [
+        "aptop",
+        0.0
+      ],
+      [
+        "Reason",
+        0.0
+      ],
+      [
+        "Leader",
+        0.0
+      ],
+      [
+        "▁Understand",
+        0.0
+      ],
+      [
+        "▁Fridays",
+        0.0
+      ],
+      [
+        "▁Continuous",
+        0.0
+      ],
+      [
+        "▁clipping",
+        0.0
+      ],
+      [
+        "▁Rye",
+        0.0
+      ],
+      [
+        "▁berth",
+        0.0
+      ],
+      [
+        "timer",
+        0.0
+      ],
+      [
+        "annis",
+        0.0
+      ],
+      [
+        "react",
+        0.0
+      ],
+      [
+        "▁buffalo",
+        0.0
+      ],
+      [
+        "▁Paras",
+        0.0
+      ],
+      [
+        "▁655",
+        0.0
+      ],
+      [
+        "▁presided",
+        0.0
+      ],
+      [
+        "▁Sunrise",
+        0.0
+      ],
+      [
+        "▁vets",
+        0.0
+      ],
+      [
+        "▁cloves",
+        0.0
+      ],
+      [
+        "▁McCull",
+        0.0
+      ],
+      [
+        "Strength",
+        0.0
+      ],
+      [
+        "GAN",
+        0.0
+      ],
+      [
+        "▁illiter",
+        0.0
+      ],
+      [
+        "▁Pricing",
+        0.0
+      ],
+      [
+        "lé",
+        0.0
+      ],
+      [
+        "▁resistor",
+        0.0
+      ],
+      [
+        "▁brun",
+        0.0
+      ],
+      [
+        "▁Suffolk",
+        0.0
+      ],
+      [
+        "Ñĭ",
+        0.0
+      ],
+      [
+        "▁Liver",
+        0.0
+      ],
+      [
+        "Released",
+        0.0
+      ],
+      [
+        "▁whats",
+        0.0
+      ],
+      [
+        "860",
+        0.0
+      ],
+      [
+        "▁Measures",
+        0.0
+      ],
+      [
+        "▁denouncing",
+        0.0
+      ],
+      [
+        "▁Ryzen",
+        0.0
+      ],
+      [
+        "▁souven",
+        0.0
+      ],
+      [
+        "▁caregivers",
+        0.0
+      ],
+      [
+        "chini",
+        0.0
+      ],
+      [
+        "▁Scarlett",
+        0.0
+      ],
+      [
+        "▁trough",
+        0.0
+      ],
+      [
+        "Congratulations",
+        0.0
+      ],
+      [
+        "▁taxis",
+        0.0
+      ],
+      [
+        "▁Tradition",
+        0.0
+      ],
+      [
+        "jit",
+        0.0
+      ],
+      [
+        "▁tabletop",
+        0.0
+      ],
+      [
+        "▁hitherto",
+        0.0
+      ],
+      [
+        "▁disinformation",
+        0.0
+      ],
+      [
+        "offensive",
+        0.0
+      ],
+      [
+        "hra",
+        0.0
+      ],
+      [
+        "▁DISTRICT",
+        0.0
+      ],
+      [
+        "▁complicate",
+        0.0
+      ],
+      [
+        "chenko",
+        0.0
+      ],
+      [
+        "▁Reconstruction",
+        0.0
+      ],
+      [
+        "▁palpable",
+        0.0
+      ],
+      [
+        "▁ausp",
+        0.0
+      ],
+      [
+        "▁428",
+        0.0
+      ],
+      [
+        "▁showcases",
+        0.0
+      ],
+      [
+        "▁Publication",
+        0.0
+      ],
+      [
+        "knowledge",
+        0.0
+      ],
+      [
+        "innon",
+        0.0
+      ],
+      [
+        "419",
+        0.0
+      ],
+      [
+        "▁retrieval",
+        0.0
+      ],
+      [
+        "anders",
+        0.0
+      ],
+      [
+        "▁refute",
+        0.0
+      ],
+      [
+        "▁inquired",
+        0.0
+      ],
+      [
+        "gur",
+        0.0
+      ],
+      [
+        "▁negativity",
+        0.0
+      ],
+      [
+        "▁conserve",
+        0.0
+      ],
+      [
+        "▁afterlife",
+        0.0
+      ],
+      [
+        "▁presupp",
+        0.0
+      ],
+      [
+        "▁Gillespie",
+        0.0
+      ],
+      [
+        "▁mt",
+        0.0
+      ],
+      [
+        "▁DN",
+        0.0
+      ],
+      [
+        "Tap",
+        0.0
+      ],
+      [
+        "▁perpend",
+        0.0
+      ],
+      [
+        "▁Smy",
+        0.0
+      ],
+      [
+        "doesn",
+        0.0
+      ],
+      [
+        "▁spilling",
+        0.0
+      ],
+      [
+        "▁hypers",
+        0.0
+      ],
+      [
+        "Kate",
+        0.0
+      ],
+      [
+        "®,",
+        0.0
+      ],
+      [
+        "kept",
+        0.0
+      ],
+      [
+        "▁Powered",
+        0.0
+      ],
+      [
+        "▁ja",
+        0.0
+      ],
+      [
+        "▁Klux",
+        0.0
+      ],
+      [
+        "arde",
+        0.0
+      ],
+      [
+        "aban",
+        0.0
+      ],
+      [
+        "▁444",
+        0.0
+      ],
+      [
+        "▁flattened",
+        0.0
+      ],
+      [
+        "▁Improvements",
+        0.0
+      ],
+      [
+        "urga",
+        0.0
+      ],
+      [
+        "▁Kund",
+        0.0
+      ],
+      [
+        "▁inscribed",
+        0.0
+      ],
+      [
+        "▁facult",
+        0.0
+      ],
+      [
+        "▁unprepared",
+        0.0
+      ],
+      [
+        "▁Consumers",
+        0.0
+      ],
+      [
+        "▁satisfies",
+        0.0
+      ],
+      [
+        "▁pulmonary",
+        0.0
+      ],
+      [
+        "▁infiltration",
+        0.0
+      ],
+      [
+        "▁externally",
+        0.0
+      ],
+      [
+        "▁congratulations",
+        0.0
+      ],
+      [
+        "aghan",
+        0.0
+      ],
+      [
+        "▁airliner",
+        0.0
+      ],
+      [
+        "▁flung",
+        0.0
+      ],
+      [
+        "▁flyers",
+        0.0
+      ],
+      [
+        "GD",
+        0.0
+      ],
+      [
+        "▁snippets",
+        0.0
+      ],
+      [
+        "▁recursive",
+        0.0
+      ],
+      [
+        "▁mastering",
+        0.0
+      ],
+      [
+        "Lex",
+        0.0
+      ],
+      [
+        "▁overtly",
+        0.0
+      ],
+      [
+        "vg",
+        0.0
+      ],
+      [
+        "▁luckily",
+        0.0
+      ],
+      [
+        "▁encro",
+        0.0
+      ],
+      [
+        "▁Lancet",
+        0.0
+      ],
+      [
+        "▁Abyssal",
+        0.0
+      ],
+      [
+        "functional",
+        0.0
+      ],
+      [
+        "▁sow",
+        0.0
+      ],
+      [
+        "▁squid",
+        0.0
+      ],
+      [
+        "▁narration",
+        0.0
+      ],
+      [
+        "▁naughty",
+        0.0
+      ],
+      [
+        "▁Honour",
+        0.0
+      ],
+      [
+        "▁Spartans",
+        0.0
+      ],
+      [
+        "▁shatter",
+        0.0
+      ],
+      [
+        "▁Tacoma",
+        0.0
+      ],
+      [
+        "▁Calories",
+        0.0
+      ],
+      [
+        "▁Races",
+        0.0
+      ],
+      [
+        "Submit",
+        0.0
+      ],
+      [
+        "▁purposefully",
+        0.0
+      ],
+      [
+        "wav",
+        0.0
+      ],
+      [
+        "▁Yok",
+        0.0
+      ],
+      [
+        "Fest",
+        0.0
+      ],
+      [
+        "▁Gerr",
+        0.0
+      ],
+      [
+        "Metro",
+        0.0
+      ],
+      [
+        "▁itiner",
+        0.0
+      ],
+      [
+        "famous",
+        0.0
+      ],
+      [
+        "▁\"{",
+        0.0
+      ],
+      [
+        "inline",
+        0.0
+      ],
+      [
+        "washer",
+        0.0
+      ],
+      [
+        "Issue",
+        0.0
+      ],
+      [
+        "▁CLIENT",
+        0.0
+      ],
+      [
+        "ozo",
+        0.0
+      ],
+      [
+        "Versions",
+        0.0
+      ],
+      [
+        "725",
+        0.0
+      ],
+      [
+        "▁Glock",
+        0.0
+      ],
+      [
+        "▁shielded",
+        0.0
+      ],
+      [
+        "▁PCR",
+        0.0
+      ],
+      [
+        "ENCY",
+        0.0
+      ],
+      [
+        "▁Weld",
+        0.0
+      ],
+      [
+        "▁Simpl",
+        0.0
+      ],
+      [
+        "▁redirected",
+        0.0
+      ],
+      [
+        "▁Kham",
+        0.0
+      ],
+      [
+        "▁(>",
+        0.0
+      ],
+      [
+        "▁labou",
+        0.0
+      ],
+      [
+        "▁diapers",
+        0.0
+      ],
+      [
+        "ssl",
+        0.0
+      ],
+      [
+        "▁cellar",
+        0.0
+      ],
+      [
+        "organisms",
+        0.0
+      ],
+      [
+        "oresc",
+        0.0
+      ],
+      [
+        "▁Berks",
+        0.0
+      ],
+      [
+        "didn",
+        0.0
+      ],
+      [
+        "Shipping",
+        0.0
+      ],
+      [
+        "Chest",
+        0.0
+      ],
+      [
+        "▁undone",
+        0.0
+      ],
+      [
+        "▁millionaire",
+        0.0
+      ],
+      [
+        "▁cords",
+        0.0
+      ],
+      [
+        "▁Younger",
+        0.0
+      ],
+      [
+        "appropriately",
+        0.0
+      ],
+      [
+        "▁sequels",
+        0.0
+      ],
+      [
+        "uve",
+        0.0
+      ],
+      [
+        "anticipated",
+        0.0
+      ],
+      [
+        "▁lewd",
+        0.0
+      ],
+      [
+        "▁Shirt",
+        0.0
+      ],
+      [
+        "▁Dmitry",
+        0.0
+      ],
+      [
+        "Veter",
+        0.0
+      ],
+      [
+        "▁slaying",
+        0.0
+      ],
+      [
+        "▁Yar",
+        0.0
+      ],
+      [
+        "▁complication",
+        0.0
+      ],
+      [
+        "Iowa",
+        0.0
+      ],
+      [
+        "▁Erica",
+        0.0
+      ],
+      [
+        "▁BLM",
+        0.0
+      ],
+      [
+        "girlfriend",
+        0.0
+      ],
+      [
+        "bodied",
+        0.0
+      ],
+      [
+        "626",
+        0.0
+      ],
+      [
+        "1963",
+        0.0
+      ],
+      [
+        "▁intermediary",
+        0.0
+      ],
+      [
+        "▁consolation",
+        0.0
+      ],
+      [
+        "Mask",
+        0.0
+      ],
+      [
+        "▁Siem",
+        0.0
+      ],
+      [
+        "owan",
+        0.0
+      ],
+      [
+        "Beginning",
+        0.0
+      ],
+      [
+        "▁fixme",
+        0.0
+      ],
+      [
+        "▁culminated",
+        0.0
+      ],
+      [
+        "▁conduc",
+        0.0
+      ],
+      [
+        "▁Volunteer",
+        0.0
+      ],
+      [
+        "▁positional",
+        0.0
+      ],
+      [
+        "▁greets",
+        0.0
+      ],
+      [
+        "▁Definitions",
+        0.0
+      ],
+      [
+        "▁thinker",
+        0.0
+      ],
+      [
+        "▁ingenuity",
+        0.0
+      ],
+      [
+        "▁freshmen",
+        0.0
+      ],
+      [
+        "▁Moments",
+        0.0
+      ],
+      [
+        "▁357",
+        0.0
+      ],
+      [
+        "ateurs",
+        0.0
+      ],
+      [
+        "▁FedEx",
+        0.0
+      ],
+      [
+        "sg",
+        0.0
+      ],
+      [
+        "694",
+        0.0
+      ],
+      [
+        "▁dwindling",
+        0.0
+      ],
+      [
+        "▁BOX",
+        0.0
+      ],
+      [
+        "selage",
+        0.0
+      ],
+      [
+        "▁tmp",
+        0.0
+      ],
+      [
+        "▁sten",
+        0.0
+      ],
+      [
+        "▁Sut",
+        0.0
+      ],
+      [
+        "▁neighbourhoods",
+        0.0
+      ],
+      [
+        "▁classmate",
+        0.0
+      ],
+      [
+        "fledged",
+        0.0
+      ],
+      [
+        "▁leftists",
+        0.0
+      ],
+      [
+        "▁climates",
+        0.0
+      ],
+      [
+        "ATHER",
+        0.0
+      ],
+      [
+        "▁Scythe",
+        0.0
+      ],
+      [
+        "uliffe",
+        0.0
+      ],
+      [
+        "▁sag",
+        0.0
+      ],
+      [
+        "▁hopped",
+        0.0
+      ],
+      [
+        "▁Ft",
+        0.0
+      ],
+      [
+        "▁Eck",
+        0.0
+      ],
+      [
+        "▁CK",
+        0.0
+      ],
+      [
+        "▁Doomsday",
+        0.0
+      ],
+      [
+        "kids",
+        0.0
+      ],
+      [
+        "▁gasped",
+        0.0
+      ],
+      [
+        "▁moniker",
+        0.0
+      ],
+      [
+        "▁Lod",
+        0.0
+      ],
+      [
+        "▁CFL",
+        0.0
+      ],
+      [
+        "tions",
+        0.0
+      ],
+      [
+        "rums",
+        0.0
+      ],
+      [
+        "folios",
+        0.0
+      ],
+      [
+        "▁md",
+        0.0
+      ],
+      [
+        "▁uncanny",
+        0.0
+      ],
+      [
+        "▁transports",
+        0.0
+      ],
+      [
+        "▁Labrador",
+        0.0
+      ],
+      [
+        "▁railways",
+        0.0
+      ],
+      [
+        "▁appliance",
+        0.0
+      ],
+      [
+        "▁CTRL",
+        0.0
+      ],
+      [
+        "æĢ",
+        0.0
+      ],
+      [
+        "Population",
+        0.0
+      ],
+      [
+        "▁Confederacy",
+        0.0
+      ],
+      [
+        "▁unbearable",
+        0.0
+      ],
+      [
+        "▁dorsal",
+        0.0
+      ],
+      [
+        "▁Inform",
+        0.0
+      ],
+      [
+        "opted",
+        0.0
+      ],
+      [
+        "▁KILL",
+        0.0
+      ],
+      [
+        "Marx",
+        0.0
+      ],
+      [
+        "▁hypocritical",
+        0.0
+      ],
+      [
+        "qus",
+        0.0
+      ],
+      [
+        "▁Numerous",
+        0.0
+      ],
+      [
+        "▁Georgian",
+        0.0
+      ],
+      [
+        "▁Ambrose",
+        0.0
+      ],
+      [
+        "▁Loch",
+        0.0
+      ],
+      [
+        "▁gubernatorial",
+        0.0
+      ],
+      [
+        "▁Xeon",
+        0.0
+      ],
+      [
+        "▁Supports",
+        0.0
+      ],
+      [
+        "enser",
+        0.0
+      ],
+      [
+        "eely",
+        0.0
+      ],
+      [
+        "▁Avenger",
+        0.0
+      ],
+      [
+        "1965",
+        0.0
+      ],
+      [
+        "Army",
+        0.0
+      ],
+      [
+        "▁juxtap",
+        0.0
+      ],
+      [
+        "▁chopping",
+        0.0
+      ],
+      [
+        "▁Splash",
+        0.0
+      ],
+      [
+        "▁Sustainable",
+        0.0
+      ],
+      [
+        "▁Finch",
+        0.0
+      ],
+      [
+        "▁1861",
+        0.0
+      ],
+      [
+        "ictive",
+        0.0
+      ],
+      [
+        "atmeal",
+        0.0
+      ],
+      [
+        "▁Gohan",
+        0.0
+      ],
+      [
+        "▁lightsaber",
+        0.0
+      ],
+      [
+        "▁GPA",
+        0.0
+      ],
+      [
+        "ugu",
+        0.0
+      ],
+      [
+        "▁REPL",
+        0.0
+      ],
+      [
+        "variable",
+        0.0
+      ],
+      [
+        "▁herpes",
+        0.0
+      ],
+      [
+        "▁deserts",
+        0.0
+      ],
+      [
+        "aciously",
+        0.0
+      ],
+      [
+        "▁situational",
+        0.0
+      ],
+      [
+        "weekly",
+        0.0
+      ],
+      [
+        "obl",
+        0.0
+      ],
+      [
+        "▁textile",
+        0.0
+      ],
+      [
+        "▁Cornwall",
+        0.0
+      ],
+      [
+        "▁contraceptives",
+        0.0
+      ],
+      [
+        "▁Ake",
+        0.0
+      ],
+      [
+        "]-",
+        0.0
+      ],
+      [
+        "ä¹ĭ",
+        0.0
+      ],
+      [
+        ":,",
+        0.0
+      ],
+      [
+        "▁Wem",
+        0.0
+      ],
+      [
+        "▁Bihar",
+        0.0
+      ],
+      [
+        "▁'.",
+        0.0
+      ],
+      [
+        "▁bere",
+        0.0
+      ],
+      [
+        "▁analogue",
+        0.0
+      ],
+      [
+        "▁Cookies",
+        0.0
+      ],
+      [
+        "▁takeoff",
+        0.0
+      ],
+      [
+        "Wheel",
+        0.0
+      ],
+      [
+        "▁majestic",
+        0.0
+      ],
+      [
+        "▁commuting",
+        0.0
+      ],
+      [
+        "023",
+        0.0
+      ],
+      [
+        "▁Corpse",
+        0.0
+      ],
+      [
+        "assment",
+        0.0
+      ],
+      [
+        "mini",
+        0.0
+      ],
+      [
+        "▁gorilla",
+        0.0
+      ],
+      [
+        "▁Alas",
+        0.0
+      ],
+      [
+        "eree",
+        0.0
+      ],
+      [
+        "▁acquaintances",
+        0.0
+      ],
+      [
+        "▁Advantage",
+        0.0
+      ],
+      [
+        "▁spiritually",
+        0.0
+      ],
+      [
+        "▁eyed",
+        0.0
+      ],
+      [
+        "pmwiki",
+        0.0
+      ],
+      [
+        "▁Ender",
+        0.0
+      ],
+      [
+        "▁translucent",
+        0.0
+      ],
+      [
+        "▁nighttime",
+        0.0
+      ],
+      [
+        "▁IMAGES",
+        0.0
+      ],
+      [
+        "545",
+        0.0
+      ],
+      [
+        "▁Kamp",
+        0.0
+      ],
+      [
+        "▁Freak",
+        0.0
+      ],
+      [
+        "▁ig",
+        0.0
+      ],
+      [
+        "Portland",
+        0.0
+      ],
+      [
+        "432",
+        0.0
+      ],
+      [
+        "▁Mata",
+        0.0
+      ],
+      [
+        "▁marines",
+        0.0
+      ],
+      [
+        "▁hors",
+        0.0
+      ],
+      [
+        "aterasu",
+        0.0
+      ],
+      [
+        "▁Attribution",
+        0.0
+      ],
+      [
+        "▁---------",
+        0.0
+      ],
+      [
+        "▁kins",
+        0.0
+      ],
+      [
+        "▁BELOW",
+        0.0
+      ],
+      [
+        "+++",
+        0.0
+      ],
+      [
+        "▁reeling",
+        0.0
+      ],
+      [
+        "oled",
+        0.0
+      ],
+      [
+        "▁clutter",
+        0.0
+      ],
+      [
+        "▁Relative",
+        0.0
+      ],
+      [
+        "▁427",
+        0.0
+      ],
+      [
+        "BUS",
+        0.0
+      ],
+      [
+        "▁avert",
+        0.0
+      ],
+      [
+        "▁Cheong",
+        0.0
+      ],
+      [
+        "▁Able",
+        0.0
+      ],
+      [
+        "▁Pryor",
+        0.0
+      ],
+      [
+        "Developer",
+        0.0
+      ],
+      [
+        "▁encyclopedia",
+        0.0
+      ],
+      [
+        "▁USAF",
+        0.0
+      ],
+      [
+        "▁Garry",
+        0.0
+      ],
+      [
+        "Spain",
+        0.0
+      ],
+      [
+        "Blocks",
+        0.0
+      ],
+      [
+        "▁exposition",
+        0.0
+      ],
+      [
+        "▁GamerGate",
+        0.0
+      ],
+      [
+        "WOR",
+        0.0
+      ],
+      [
+        "▁stockpile",
+        0.0
+      ],
+      [
+        "▁clothed",
+        0.0
+      ],
+      [
+        "▁Tone",
+        0.0
+      ],
+      [
+        "▁Rue",
+        0.0
+      ],
+      [
+        "tumblr",
+        0.0
+      ],
+      [
+        "▁treacherous",
+        0.0
+      ],
+      [
+        "▁frying",
+        0.0
+      ],
+      [
+        "ÑĮ",
+        0.0
+      ],
+      [
+        "▁Sph",
+        0.0
+      ],
+      [
+        "▁restraints",
+        0.0
+      ],
+      [
+        "▁embodies",
+        0.0
+      ],
+      [
+        "▁Ges",
+        0.0
+      ],
+      [
+        "Safety",
+        0.0
+      ],
+      [
+        "▁negotiators",
+        0.0
+      ],
+      [
+        "mining",
+        0.0
+      ],
+      [
+        "▁Appalachian",
+        0.0
+      ],
+      [
+        "LOS",
+        0.0
+      ],
+      [
+        "▁Jenna",
+        0.0
+      ],
+      [
+        "▁passers",
+        0.0
+      ],
+      [
+        "çĭ",
+        0.0
+      ],
+      [
+        "snap",
+        0.0
+      ],
+      [
+        "▁shorten",
+        0.0
+      ],
+      [
+        "creator",
+        0.0
+      ],
+      [
+        "▁innumerable",
+        0.0
+      ],
+      [
+        "utherland",
+        0.0
+      ],
+      [
+        "674",
+        0.0
+      ],
+      [
+        "▁WOM",
+        0.0
+      ],
+      [
+        "▁Ascend",
+        0.0
+      ],
+      [
+        "▁Armory",
+        0.0
+      ],
+      [
+        "▁Transaction",
+        0.0
+      ],
+      [
+        "Kick",
+        0.0
+      ],
+      [
+        "▁suitcase",
+        0.0
+      ],
+      [
+        "dayName",
+        0.0
+      ],
+      [
+        "▁wasteful",
+        0.0
+      ],
+      [
+        "marriage",
+        0.0
+      ],
+      [
+        "▁McCabe",
+        0.0
+      ],
+      [
+        "itech",
+        0.0
+      ],
+      [
+        "▁Oss",
+        0.0
+      ],
+      [
+        "Closure",
+        0.0
+      ],
+      [
+        "▁Treasurer",
+        0.0
+      ],
+      [
+        "▁indecent",
+        0.0
+      ],
+      [
+        "▁Dull",
+        0.0
+      ],
+      [
+        "▁residences",
+        0.0
+      ],
+      [
+        "1959",
+        0.0
+      ],
+      [
+        "▁Settlement",
+        0.0
+      ],
+      [
+        "Hamilton",
+        0.0
+      ],
+      [
+        "▁selfies",
+        0.0
+      ],
+      [
+        "▁Ranking",
+        0.0
+      ],
+      [
+        "▁Barkley",
+        0.0
+      ],
+      [
+        "▁Bore",
+        0.0
+      ],
+      [
+        "▁WCS",
+        0.0
+      ],
+      [
+        "▁Maritime",
+        0.0
+      ],
+      [
+        "▁Huh",
+        0.0
+      ],
+      [
+        "▁Forestry",
+        0.0
+      ],
+      [
+        "▁cultivating",
+        0.0
+      ],
+      [
+        "▁Ballard",
+        0.0
+      ],
+      [
+        "▁garrison",
+        0.0
+      ],
+      [
+        "▁SDL",
+        0.0
+      ],
+      [
+        "930",
+        0.0
+      ],
+      [
+        "▁nascent",
+        0.0
+      ],
+      [
+        "▁irresistible",
+        0.0
+      ],
+      [
+        "▁awfully",
+        0.0
+      ],
+      [
+        "\\/\\/",
+        0.0
+      ],
+      [
+        "▁equate",
+        0.0
+      ],
+      [
+        "▁anthropology",
+        0.0
+      ],
+      [
+        "▁Sylvia",
+        0.0
+      ],
+      [
+        "▁intestine",
+        0.0
+      ],
+      [
+        "▁innocuous",
+        0.0
+      ],
+      [
+        "cessive",
+        0.0
+      ],
+      [
+        "agra",
+        0.0
+      ],
+      [
+        "▁Metroid",
+        0.0
+      ],
+      [
+        "Grant",
+        0.0
+      ],
+      [
+        "855",
+        0.0
+      ],
+      [
+        "ģĸ",
+        0.0
+      ],
+      [
+        "▁\"_",
+        0.0
+      ],
+      [
+        "ãĥĥãĥī",
+        0.0
+      ],
+      [
+        "▁appraisal",
+        0.0
+      ],
+      [
+        "▁Freddy",
+        0.0
+      ],
+      [
+        "046",
+        0.0
+      ],
+      [
+        "▁406",
+        0.0
+      ],
+      [
+        "▁1830",
+        0.0
+      ],
+      [
+        "▁docking",
+        0.0
+      ],
+      [
+        "Static",
+        0.0
+      ],
+      [
+        "▁pont",
+        0.0
+      ],
+      [
+        "▁Voltage",
+        0.0
+      ],
+      [
+        "▁Stead",
+        0.0
+      ],
+      [
+        "▁Mortgage",
+        0.0
+      ],
+      [
+        "▁Jonah",
+        0.0
+      ],
+      [
+        "YL",
+        0.0
+      ],
+      [
+        "CLASSIFIED",
+        0.0
+      ],
+      [
+        "▁asbestos",
+        0.0
+      ],
+      [
+        "nikov",
+        0.0
+      ],
+      [
+        "▁collagen",
+        0.0
+      ],
+      [
+        "▁Orbital",
+        0.0
+      ],
+      [
+        "Pocket",
+        0.0
+      ],
+      [
+        "799",
+        0.0
+      ],
+      [
+        "▁hybrids",
+        0.0
+      ],
+      [
+        "inches",
+        0.0
+      ],
+      [
+        "▁invoice",
+        0.0
+      ],
+      [
+        "undy",
+        0.0
+      ],
+      [
+        "▁inequalities",
+        0.0
+      ],
+      [
+        "Trend",
+        0.0
+      ],
+      [
+        "washed",
+        0.0
+      ],
+      [
+        "BALL",
+        0.0
+      ],
+      [
+        "▁lucid",
+        0.0
+      ],
+      [
+        "▁Commentary",
+        0.0
+      ],
+      [
+        "▁witty",
+        0.0
+      ],
+      [
+        "Brandon",
+        0.0
+      ],
+      [
+        "▁bruising",
+        0.0
+      ],
+      [
+        "▁620",
+        0.0
+      ],
+      [
+        "escent",
+        0.0
+      ],
+      [
+        "boxing",
+        0.0
+      ],
+      [
+        "POL",
+        0.0
+      ],
+      [
+        "▁378",
+        0.0
+      ],
+      [
+        "Rect",
+        0.0
+      ],
+      [
+        "▁licences",
+        0.0
+      ],
+      [
+        "▁McGee",
+        0.0
+      ],
+      [
+        "pressed",
+        0.0
+      ],
+      [
+        "Danny",
+        0.0
+      ],
+      [
+        "▁jammed",
+        0.0
+      ],
+      [
+        "ordinate",
+        0.0
+      ],
+      [
+        "▁leth",
+        0.0
+      ],
+      [
+        "▁distinguishes",
+        0.0
+      ],
+      [
+        "▁Yamaha",
+        0.0
+      ],
+      [
+        "ILS",
+        0.0
+      ],
+      [
+        "▁Hume",
+        0.0
+      ],
+      [
+        "▁Categories",
+        0.0
+      ],
+      [
+        "Roberts",
+        0.0
+      ],
+      [
+        "Chart",
+        0.0
+      ],
+      [
+        "▁beetle",
+        0.0
+      ],
+      [
+        "▁Graveyard",
+        0.0
+      ],
+      [
+        "▁($)",
+        0.0
+      ],
+      [
+        "oÄŁ",
+        0.0
+      ],
+      [
+        "▁twilight",
+        0.0
+      ],
+      [
+        "arella",
+        0.0
+      ],
+      [
+        "á½",
+        0.0
+      ],
+      [
+        "▁booths",
+        0.0
+      ],
+      [
+        "▁HHS",
+        0.0
+      ],
+      [
+        "▁Feldman",
+        0.0
+      ],
+      [
+        "▁excavation",
+        0.0
+      ],
+      [
+        "▁philosophies",
+        0.0
+      ],
+      [
+        "atography",
+        0.0
+      ],
+      [
+        "▁Garage",
+        0.0
+      ],
+      [
+        "technology",
+        0.0
+      ],
+      [
+        "▁unforgettable",
+        0.0
+      ],
+      [
+        "▁verifying",
+        0.0
+      ],
+      [
+        "▁subordinates",
+        0.0
+      ],
+      [
+        "Els",
+        0.0
+      ],
+      [
+        "▁neb",
+        0.0
+      ],
+      [
+        "Gaming",
+        0.0
+      ],
+      [
+        "ENA",
+        0.0
+      ],
+      [
+        "▁Achievement",
+        0.0
+      ],
+      [
+        "itters",
+        0.0
+      ],
+      [
+        "▁Gabe",
+        0.0
+      ],
+      [
+        "▁dumps",
+        0.0
+      ],
+      [
+        "forcer",
+        0.0
+      ],
+      [
+        "▁poignant",
+        0.0
+      ],
+      [
+        "▁MBA",
+        0.0
+      ],
+      [
+        "▁Heidi",
+        0.0
+      ],
+      [
+        "imei",
+        0.0
+      ],
+      [
+        "▁mages",
+        0.0
+      ],
+      [
+        "▁liberate",
+        0.0
+      ],
+      [
+        "▁circumcised",
+        0.0
+      ],
+      [
+        "▁Mermaid",
+        0.0
+      ],
+      [
+        "▁Matth",
+        0.0
+      ],
+      [
+        "together",
+        0.0
+      ],
+      [
+        "▁Wichita",
+        0.0
+      ],
+      [
+        "▁storefront",
+        0.0
+      ],
+      [
+        "▁Adin",
+        0.0
+      ],
+      [
+        "VII",
+        0.0
+      ],
+      [
+        "Fourth",
+        0.0
+      ],
+      [
+        "▁explorers",
+        0.0
+      ],
+      [
+        "WER",
+        0.0
+      ],
+      [
+        "Notable",
+        0.0
+      ],
+      [
+        "Brook",
+        0.0
+      ],
+      [
+        "mens",
+        0.0
+      ],
+      [
+        "Faith",
+        0.0
+      ],
+      [
+        "---------",
+        0.0
+      ],
+      [
+        "▁Jou",
+        0.0
+      ],
+      [
+        "¬¼",
+        0.0
+      ],
+      [
+        "▁pineapple",
+        0.0
+      ],
+      [
+        "▁amalg",
+        0.0
+      ],
+      [
+        "eln",
+        0.0
+      ],
+      [
+        "arkable",
+        0.0
+      ],
+      [
+        "▁ãĤµãĥ¼ãĥĨãĤ£",
+        0.0
+      ],
+      [
+        "▁ãĤµãĥ¼ãĥĨãĤ£ãĥ¯ãĥ³",
+        0.0
+      ],
+      [
+        "▁ovarian",
+        0.0
+      ],
+      [
+        "▁Echoes",
+        0.0
+      ],
+      [
+        "▁haircut",
+        0.0
+      ],
+      [
+        "▁pav",
+        0.0
+      ],
+      [
+        "▁chilled",
+        0.0
+      ],
+      [
+        "anasia",
+        0.0
+      ],
+      [
+        "▁styled",
+        0.0
+      ],
+      [
+        "▁dab",
+        0.0
+      ],
+      [
+        "niper",
+        0.0
+      ],
+      [
+        "▁ministerial",
+        0.0
+      ],
+      [
+        "▁DUP",
+        0.0
+      ],
+      [
+        "Tan",
+        0.0
+      ],
+      [
+        "▁sulph",
+        0.0
+      ],
+      [
+        "▁Deter",
+        0.0
+      ],
+      [
+        "▁Bohem",
+        0.0
+      ],
+      [
+        "odan",
+        0.0
+      ],
+      [
+        "▁educator",
+        0.0
+      ],
+      [
+        "âĵĺ",
+        0.0
+      ],
+      [
+        "spir",
+        0.0
+      ],
+      [
+        "Chicken",
+        0.0
+      ],
+      [
+        "▁Eleanor",
+        0.0
+      ],
+      [
+        "▁qui",
+        0.0
+      ],
+      [
+        "▁heaviest",
+        0.0
+      ],
+      [
+        "▁grasped",
+        0.0
+      ],
+      [
+        "URA",
+        0.0
+      ],
+      [
+        "▁crooked",
+        0.0
+      ],
+      [
+        "Jessica",
+        0.0
+      ],
+      [
+        "problem",
+        0.0
+      ],
+      [
+        "▁predetermined",
+        0.0
+      ],
+      [
+        "▁maniac",
+        0.0
+      ],
+      [
+        "▁breaths",
+        0.0
+      ],
+      [
+        "▁Lauderdale",
+        0.0
+      ],
+      [
+        "▁hobbies",
+        0.0
+      ],
+      [
+        "yz",
+        0.0
+      ],
+      [
+        "Crime",
+        0.0
+      ],
+      [
+        "▁charisma",
+        0.0
+      ],
+      [
+        "dL",
+        0.0
+      ],
+      [
+        "▁leaping",
+        0.0
+      ],
+      [
+        "▁kittens",
+        0.0
+      ],
+      [
+        "Angelo",
+        0.0
+      ],
+      [
+        "▁JACK",
+        0.0
+      ],
+      [
+        "▁Suzanne",
+        0.0
+      ],
+      [
+        "▁halting",
+        0.0
+      ],
+      [
+        "ENTION",
+        0.0
+      ],
+      [
+        "▁swallowing",
+        0.0
+      ],
+      [
+        "▁Earthquake",
+        0.0
+      ],
+      [
+        "▁eighteenth",
+        0.0
+      ],
+      [
+        "▁NIC",
+        0.0
+      ],
+      [
+        "▁INF",
+        0.0
+      ],
+      [
+        "▁Conscious",
+        0.0
+      ],
+      [
+        "▁particulars",
+        0.0
+      ],
+      [
+        "circle",
+        0.0
+      ],
+      [
+        "740",
+        0.0
+      ],
+      [
+        "▁benevolent",
+        0.0
+      ],
+      [
+        "▁747",
+        0.0
+      ],
+      [
+        "▁490",
+        0.0
+      ],
+      [
+        "▁rundown",
+        0.0
+      ],
+      [
+        "▁Valerie",
+        0.0
+      ],
+      [
+        "▁BUR",
+        0.0
+      ],
+      [
+        "▁civilisation",
+        0.0
+      ],
+      [
+        "▁Schn",
+        0.0
+      ],
+      [
+        "WB",
+        0.0
+      ],
+      [
+        "otide",
+        0.0
+      ],
+      [
+        "international",
+        0.0
+      ],
+      [
+        "▁john",
+        0.0
+      ],
+      [
+        "▁1902",
+        0.0
+      ],
+      [
+        "▁peanuts",
+        0.0
+      ],
+      [
+        "▁flavored",
+        0.0
+      ],
+      [
+        "kus",
+        0.0
+      ],
+      [
+        "▁roared",
+        0.0
+      ],
+      [
+        "▁cutoff",
+        0.0
+      ],
+      [
+        "é£",
+        0.0
+      ],
+      [
+        "▁ornament",
+        0.0
+      ],
+      [
+        "▁architectures",
+        0.0
+      ],
+      [
+        "▁369",
+        0.0
+      ],
+      [
+        "olor",
+        0.0
+      ],
+      [
+        "▁Wilde",
+        0.0
+      ],
+      [
+        "▁CRC",
+        0.0
+      ],
+      [
+        "▁Adjusted",
+        0.0
+      ],
+      [
+        "▁provoking",
+        0.0
+      ],
+      [
+        "landish",
+        0.0
+      ],
+      [
+        "▁rationality",
+        0.0
+      ],
+      [
+        "▁justifies",
+        0.0
+      ],
+      [
+        "▁dispel",
+        0.0
+      ],
+      [
+        "▁americ",
+        0.0
+      ],
+      [
+        "▁Poles",
+        0.0
+      ],
+      [
+        "Ø©",
+        0.0
+      ],
+      [
+        "▁envis",
+        0.0
+      ],
+      [
+        "▁Doodle",
+        0.0
+      ],
+      [
+        "使",
+        0.0
+      ],
+      [
+        "igsaw",
+        0.0
+      ],
+      [
+        "auldron",
+        0.0
+      ],
+      [
+        "Technical",
+        0.0
+      ],
+      [
+        "Teen",
+        0.0
+      ],
+      [
+        "uphem",
+        0.0
+      ],
+      [
+        "▁Xiang",
+        0.0
+      ],
+      [
+        "▁detractors",
+        0.0
+      ],
+      [
+        "▁Zi",
+        0.0
+      ],
+      [
+        "▁Journalists",
+        0.0
+      ],
+      [
+        "▁conducive",
+        0.0
+      ],
+      [
+        "▁Volunteers",
+        0.0
+      ],
+      [
+        "▁sd",
+        0.0
+      ],
+      [
+        "Knowing",
+        0.0
+      ],
+      [
+        "▁transmissions",
+        0.0
+      ],
+      [
+        "▁PLAN",
+        0.0
+      ],
+      [
+        "▁LIB",
+        0.0
+      ],
+      [
+        "▁alluded",
+        0.0
+      ],
+      [
+        "▁obe",
+        0.0
+      ],
+      [
+        "▁dope",
+        0.0
+      ],
+      [
+        "▁Goldstein",
+        0.0
+      ],
+      [
+        "▁wavelengths",
+        0.0
+      ],
+      [
+        "▁Destination",
+        0.0
+      ],
+      [
+        "nda",
+        0.0
+      ],
+      [
+        "ugi",
+        0.0
+      ],
+      [
+        "▁attentive",
+        0.0
+      ],
+      [
+        "▁Lean",
+        0.0
+      ],
+      [
+        "raltar",
+        0.0
+      ],
+      [
+        "▁mang",
+        0.0
+      ],
+      [
+        "mbuds",
+        0.0
+      ],
+      [
+        "akings",
+        0.0
+      ],
+      [
+        "bender",
+        0.0
+      ],
+      [
+        "▁accol",
+        0.0
+      ],
+      [
+        "▁crawled",
+        0.0
+      ],
+      [
+        "NOW",
+        0.0
+      ],
+      [
+        "Minnesota",
+        0.0
+      ],
+      [
+        "▁flourished",
+        0.0
+      ],
+      [
+        "▁Zup",
+        0.0
+      ],
+      [
+        "▁Supervisor",
+        0.0
+      ],
+      [
+        "▁Olivier",
+        0.0
+      ],
+      [
+        "Excellent",
+        0.0
+      ],
+      [
+        "▁widen",
+        0.0
+      ],
+      [
+        "Done",
+        0.0
+      ],
+      [
+        "▁wig",
+        0.0
+      ],
+      [
+        "▁misconceptions",
+        0.0
+      ],
+      [
+        "Corp",
+        0.0
+      ],
+      [
+        "Wan",
+        0.0
+      ],
+      [
+        "▁venerable",
+        0.0
+      ],
+      [
+        "▁Notably",
+        0.0
+      ],
+      [
+        "▁Klingon",
+        0.0
+      ],
+      [
+        "animate",
+        0.0
+      ],
+      [
+        "Boost",
+        0.0
+      ],
+      [
+        "▁SAY",
+        0.0
+      ],
+      [
+        "missing",
+        0.0
+      ],
+      [
+        "ibliography",
+        0.0
+      ],
+      [
+        "melon",
+        0.0
+      ],
+      [
+        "▁payday",
+        0.0
+      ],
+      [
+        "س",
+        0.0
+      ],
+      [
+        "bole",
+        0.0
+      ],
+      [
+        "▁veiled",
+        0.0
+      ],
+      [
+        "▁Alphabet",
+        0.0
+      ],
+      [
+        "Italian",
+        0.0
+      ],
+      [
+        "▁everlasting",
+        0.0
+      ],
+      [
+        "▁RIS",
+        0.0
+      ],
+      [
+        "▁Cree",
+        0.0
+      ],
+      [
+        "rompt",
+        0.0
+      ],
+      [
+        "▁hating",
+        0.0
+      ],
+      [
+        "▁grinning",
+        0.0
+      ],
+      [
+        "▁geographically",
+        0.0
+      ],
+      [
+        "OSH",
+        0.0
+      ],
+      [
+        "▁weeping",
+        0.0
+      ],
+      [
+        "▁Âł▁Âł▁Âł▁Âł▁Âł▁Âł▁Âł▁Âł",
+        0.0
+      ],
+      [
+        "▁impecc",
+        0.0
+      ],
+      [
+        "Letter",
+        0.0
+      ],
+      [
+        "▁bloated",
+        0.0
+      ],
+      [
+        "PLA",
+        0.0
+      ],
+      [
+        "▁Fein",
+        0.0
+      ],
+      [
+        "▁persever",
+        0.0
+      ],
+      [
+        "Thunder",
+        0.0
+      ],
+      [
+        "▁aur",
+        0.0
+      ],
+      [
+        "▁RL",
+        0.0
+      ],
+      [
+        "▁pitfalls",
+        0.0
+      ],
+      [
+        "âĸº",
+        0.0
+      ],
+      [
+        "▁predominant",
+        0.0
+      ],
+      [
+        "▁525",
+        0.0
+      ],
+      [
+        "718",
+        0.0
+      ],
+      [
+        "APE",
+        0.0
+      ],
+      [
+        "714",
+        0.0
+      ],
+      [
+        "▁farmland",
+        0.0
+      ],
+      [
+        "▁Qiao",
+        0.0
+      ],
+      [
+        "▁violet",
+        0.0
+      ],
+      [
+        "▁Bahamas",
+        0.0
+      ],
+      [
+        "▁inflicting",
+        0.0
+      ],
+      [
+        "▁Efficiency",
+        0.0
+      ],
+      [
+        "▁homebrew",
+        0.0
+      ],
+      [
+        "▁undertook",
+        0.0
+      ],
+      [
+        "▁curly",
+        0.0
+      ],
+      [
+        "▁Harding",
+        0.0
+      ],
+      [
+        "mania",
+        0.0
+      ],
+      [
+        "596",
+        0.0
+      ],
+      [
+        "▁tempered",
+        0.0
+      ],
+      [
+        "▁harrowing",
+        0.0
+      ],
+      [
+        "▁Pledge",
+        0.0
+      ],
+      [
+        "▁Frankenstein",
+        0.0
+      ],
+      [
+        "èª",
+        0.0
+      ],
+      [
+        "Motion",
+        0.0
+      ],
+      [
+        "▁predictably",
+        0.0
+      ],
+      [
+        "▁Explosion",
+        0.0
+      ],
+      [
+        "ocusing",
+        0.0
+      ],
+      [
+        "erd",
+        0.0
+      ],
+      [
+        "colo",
+        0.0
+      ],
+      [
+        "FFER",
+        0.0
+      ],
+      [
+        "▁backfield",
+        0.0
+      ],
+      [
+        "▁VIDE",
+        0.0
+      ],
+      [
+        "uebl",
+        0.0
+      ],
+      [
+        "Narr",
+        0.0
+      ],
+      [
+        "▁Argument",
+        0.0
+      ],
+      [
+        "▁genomic",
+        0.0
+      ],
+      [
+        "▁boutique",
+        0.0
+      ],
+      [
+        "▁batted",
+        0.0
+      ],
+      [
+        "▁Binary",
+        0.0
+      ],
+      [
+        "▁gamb",
+        0.0
+      ],
+      [
+        "▁Rhythm",
+        0.0
+      ],
+      [
+        "673",
+        0.0
+      ],
+      [
+        "▁afloat",
+        0.0
+      ],
+      [
+        "▁Olympia",
+        0.0
+      ],
+      [
+        "YING",
+        0.0
+      ],
+      [
+        "▁endif",
+        0.0
+      ],
+      [
+        "isin",
+        0.0
+      ],
+      [
+        "▁winters",
+        0.0
+      ],
+      [
+        "▁scattering",
+        0.0
+      ],
+      [
+        "Iv",
+        0.0
+      ],
+      [
+        "Distance",
+        0.0
+      ],
+      [
+        "▁tru",
+        0.0
+      ],
+      [
+        "▁Comfort",
+        0.0
+      ],
+      [
+        "▁nexus",
+        0.0
+      ],
+      [
+        "▁airflow",
+        0.0
+      ],
+      [
+        "▁Byzantine",
+        0.0
+      ],
+      [
+        "payers",
+        0.0
+      ],
+      [
+        "coni",
+        0.0
+      ],
+      [
+        "▁Betsy",
+        0.0
+      ],
+      [
+        "Deal",
+        0.0
+      ],
+      [
+        "▁Nug",
+        0.0
+      ],
+      [
+        "▁Continent",
+        0.0
+      ],
+      [
+        "redibly",
+        0.0
+      ],
+      [
+        "▁optimizing",
+        0.0
+      ],
+      [
+        "albeit",
+        0.0
+      ],
+      [
+        "▁ecstatic",
+        0.0
+      ],
+      [
+        "▁Proto",
+        0.0
+      ],
+      [
+        "ç·",
+        0.0
+      ],
+      [
+        "ivot",
+        0.0
+      ],
+      [
+        "âĸĦ",
+        0.0
+      ],
+      [
+        "emp",
+        0.0
+      ],
+      [
+        "rounder",
+        0.0
+      ],
+      [
+        "▁clout",
+        0.0
+      ],
+      [
+        "▁IST",
+        0.0
+      ],
+      [
+        "663",
+        0.0
+      ],
+      [
+        "▁Dollars",
+        0.0
+      ],
+      [
+        "▁DAC",
+        0.0
+      ],
+      [
+        "▁subscribed",
+        0.0
+      ],
+      [
+        "▁rehearsal",
+        0.0
+      ],
+      [
+        "▁amps",
+        0.0
+      ],
+      [
+        "▁Shang",
+        0.0
+      ],
+      [
+        "esm",
+        0.0
+      ],
+      [
+        "▁sprinkle",
+        0.0
+      ],
+      [
+        "▁assailant",
+        0.0
+      ],
+      [
+        "▁Oo",
+        0.0
+      ],
+      [
+        "▁Coinbase",
+        0.0
+      ],
+      [
+        "Tact",
+        0.0
+      ],
+      [
+        "▁retina",
+        0.0
+      ],
+      [
+        "▁nuns",
+        0.0
+      ],
+      [
+        "RON",
+        0.0
+      ],
+      [
+        "atto",
+        0.0
+      ],
+      [
+        "▁jug",
+        0.0
+      ],
+      [
+        "▁SVG",
+        0.0
+      ],
+      [
+        "▁bikini",
+        0.0
+      ],
+      [
+        "▁FILE",
+        0.0
+      ],
+      [
+        "▁Founders",
+        0.0
+      ],
+      [
+        "eport",
+        0.0
+      ],
+      [
+        "▁KP",
+        0.0
+      ],
+      [
+        "▁restores",
+        0.0
+      ],
+      [
+        "▁Thick",
+        0.0
+      ],
+      [
+        "▁ashore",
+        0.0
+      ],
+      [
+        "▁approvals",
+        0.0
+      ],
+      [
+        "Render",
+        0.0
+      ],
+      [
+        "MAG",
+        0.0
+      ],
+      [
+        "Graham",
+        0.0
+      ],
+      [
+        "▁Cortana",
+        0.0
+      ],
+      [
+        "ãĥ³ãĤ¸",
+        0.0
+      ],
+      [
+        "ssh",
+        0.0
+      ],
+      [
+        "orians",
+        0.0
+      ],
+      [
+        "arsity",
+        0.0
+      ],
+      [
+        "▁Inspired",
+        0.0
+      ],
+      [
+        "upper",
+        0.0
+      ],
+      [
+        "▁signalling",
+        0.0
+      ],
+      [
+        "▁rebuke",
+        0.0
+      ],
+      [
+        "▁flares",
+        0.0
+      ],
+      [
+        "▁downtime",
+        0.0
+      ],
+      [
+        "Studies",
+        0.0
+      ],
+      [
+        "▁stagnation",
+        0.0
+      ],
+      [
+        "▁Sequence",
+        0.0
+      ],
+      [
+        "▁grunt",
+        0.0
+      ],
+      [
+        "▁assures",
+        0.0
+      ],
+      [
+        "▁PLA",
+        0.0
+      ],
+      [
+        "592",
+        0.0
+      ],
+      [
+        "▁intraven",
+        0.0
+      ],
+      [
+        "depend",
+        0.0
+      ],
+      [
+        "Susan",
+        0.0
+      ],
+      [
+        "▁Manziel",
+        0.0
+      ],
+      [
+        "Mania",
+        0.0
+      ],
+      [
+        "Contract",
+        0.0
+      ],
+      [
+        "▁slams",
+        0.0
+      ],
+      [
+        "▁cultured",
+        0.0
+      ],
+      [
+        "▁creditor",
+        0.0
+      ],
+      [
+        "LIST",
+        0.0
+      ],
+      [
+        "▁HUM",
+        0.0
+      ],
+      [
+        "▁Chattanooga",
+        0.0
+      ],
+      [
+        "served",
+        0.0
+      ],
+      [
+        "▁cloaked",
+        0.0
+      ],
+      [
+        "▁FTP",
+        0.0
+      ],
+      [
+        "powder",
+        0.0
+      ],
+      [
+        "▁Stella",
+        0.0
+      ],
+      [
+        "uctive",
+        0.0
+      ],
+      [
+        "▁cheaply",
+        0.0
+      ],
+      [
+        "▁MUCH",
+        0.0
+      ],
+      [
+        "▁Galileo",
+        0.0
+      ],
+      [
+        "▁suites",
+        0.0
+      ],
+      [
+        "speech",
+        0.0
+      ],
+      [
+        "▁deliberations",
+        0.0
+      ],
+      [
+        "▁Chips",
+        0.0
+      ],
+      [
+        "«ĺ",
+        0.0
+      ],
+      [
+        "Balance",
+        0.0
+      ],
+      [
+        "▁Wynne",
+        0.0
+      ],
+      [
+        "▁Akron",
+        0.0
+      ],
+      [
+        "Asset",
+        0.0
+      ],
+      [
+        "▁honoured",
+        0.0
+      ],
+      [
+        "▁edged",
+        0.0
+      ],
+      [
+        "Likewise",
+        0.0
+      ],
+      [
+        "animous",
+        0.0
+      ],
+      [
+        "▁Wage",
+        0.0
+      ],
+      [
+        "▁Ezek",
+        0.0
+      ],
+      [
+        "advertisement",
+        0.0
+      ],
+      [
+        "▁RTX",
+        0.0
+      ],
+      [
+        "▁MAD",
+        0.0
+      ],
+      [
+        "▁migrating",
+        0.0
+      ],
+      [
+        "▁SQU",
+        0.0
+      ],
+      [
+        "▁475",
+        0.0
+      ],
+      [
+        "Edited",
+        0.0
+      ],
+      [
+        "▁shorthand",
+        0.0
+      ],
+      [
+        "▁Basics",
+        0.0
+      ],
+      [
+        "▁crotch",
+        0.0
+      ],
+      [
+        "▁EVEN",
+        0.0
+      ],
+      [
+        "▁vm",
+        0.0
+      ],
+      [
+        "efficiency",
+        0.0
+      ],
+      [
+        "▁calves",
+        0.0
+      ],
+      [
+        "▁Frie",
+        0.0
+      ],
+      [
+        "▁Brilliant",
+        0.0
+      ],
+      [
+        "▁strikers",
+        0.0
+      ],
+      [
+        "▁repentance",
+        0.0
+      ],
+      [
+        "▁arteries",
+        0.0
+      ],
+      [
+        "rl",
+        0.0
+      ],
+      [
+        "Bed",
+        0.0
+      ],
+      [
+        "hap",
+        0.0
+      ],
+      [
+        "▁cryptography",
+        0.0
+      ],
+      [
+        "▁Sabres",
+        0.0
+      ],
+      [
+        "▁414",
+        0.0
+      ],
+      [
+        "viks",
+        0.0
+      ],
+      [
+        "ihara",
+        0.0
+      ],
+      [
+        "apses",
+        0.0
+      ],
+      [
+        "Talking",
+        0.0
+      ],
+      [
+        "▁intertwined",
+        0.0
+      ],
+      [
+        "▁docks",
+        0.0
+      ],
+      [
+        "▁allele",
+        0.0
+      ],
+      [
+        "▁Artifact",
+        0.0
+      ],
+      [
+        "▁HIM",
+        0.0
+      ],
+      [
+        "torn",
+        0.0
+      ],
+      [
+        "çķ",
+        0.0
+      ],
+      [
+        "▁opacity",
+        0.0
+      ],
+      [
+        "▁Ely",
+        0.0
+      ],
+      [
+        "osuke",
+        0.0
+      ],
+      [
+        "▁nipple",
+        0.0
+      ],
+      [
+        "▁handwritten",
+        0.0
+      ],
+      [
+        "▁VK",
+        0.0
+      ],
+      [
+        "▁Chamberlain",
+        0.0
+      ],
+      [
+        "▁Laos",
+        0.0
+      ],
+      [
+        "igraph",
+        0.0
+      ],
+      [
+        "grow",
+        0.0
+      ],
+      [
+        "▁trillions",
+        0.0
+      ],
+      [
+        "▁descendant",
+        0.0
+      ],
+      [
+        "▁Sailor",
+        0.0
+      ],
+      [
+        "asuring",
+        0.0
+      ],
+      [
+        "▁ceilings",
+        0.0
+      ],
+      [
+        "▁Warehouse",
+        0.0
+      ],
+      [
+        "flying",
+        0.0
+      ],
+      [
+        "▁Glow",
+        0.0
+      ],
+      [
+        "▁nont",
+        0.0
+      ],
+      [
+        "▁miscarriage",
+        0.0
+      ],
+      [
+        "▁rigs",
+        0.0
+      ],
+      [
+        "▁ministries",
+        0.0
+      ],
+      [
+        "▁elaborated",
+        0.0
+      ],
+      [
+        "▁delusional",
+        0.0
+      ],
+      [
+        "▁Humane",
+        0.0
+      ],
+      [
+        "▁379",
+        0.0
+      ],
+      [
+        "nets",
+        0.0
+      ],
+      [
+        "▁blackout",
+        0.0
+      ],
+      [
+        "adders",
+        0.0
+      ],
+      [
+        "▁np",
+        0.0
+      ],
+      [
+        "▁Tire",
+        0.0
+      ],
+      [
+        "rosc",
+        0.0
+      ],
+      [
+        "▁subdiv",
+        0.0
+      ],
+      [
+        "▁linkage",
+        0.0
+      ],
+      [
+        "▁chronological",
+        0.0
+      ],
+      [
+        "▁HERO",
+        0.0
+      ],
+      [
+        "▁resettlement",
+        0.0
+      ],
+      [
+        "▁Vinyl",
+        0.0
+      ],
+      [
+        "▁pastoral",
+        0.0
+      ],
+      [
+        "▁Mobil",
+        0.0
+      ],
+      [
+        "▁Barbar",
+        0.0
+      ],
+      [
+        "Cooldown",
+        0.0
+      ],
+      [
+        "▁Fritz",
+        0.0
+      ],
+      [
+        "criminal",
+        0.0
+      ],
+      [
+        "repe",
+        0.0
+      ],
+      [
+        "▁bellig",
+        0.0
+      ],
+      [
+        "▁Breed",
+        0.0
+      ],
+      [
+        "▁418",
+        0.0
+      ],
+      [
+        "▁semblance",
+        0.0
+      ],
+      [
+        "ijk",
+        0.0
+      ],
+      [
+        "▁curtail",
+        0.0
+      ],
+      [
+        "▁clinch",
+        0.0
+      ],
+      [
+        "contained",
+        0.0
+      ],
+      [
+        "▁Prompt",
+        0.0
+      ],
+      [
+        "aston",
+        0.0
+      ],
+      [
+        "▁wi",
+        0.0
+      ],
+      [
+        "▁pursuits",
+        0.0
+      ],
+      [
+        "515",
+        0.0
+      ],
+      [
+        "▁Gloss",
+        0.0
+      ],
+      [
+        "▁flips",
+        0.0
+      ],
+      [
+        "▁coupons",
+        0.0
+      ],
+      [
+        "▁cloning",
+        0.0
+      ],
+      [
+        "▁Likely",
+        0.0
+      ],
+      [
+        "Removed",
+        0.0
+      ],
+      [
+        "▁Quartz",
+        0.0
+      ],
+      [
+        "rices",
+        0.0
+      ],
+      [
+        "▁Spears",
+        0.0
+      ],
+      [
+        "▁pious",
+        0.0
+      ],
+      [
+        "▁depreciation",
+        0.0
+      ],
+      [
+        "▁Dare",
+        0.0
+      ],
+      [
+        "ounces",
+        0.0
+      ],
+      [
+        "amaz",
+        0.0
+      ],
+      [
+        "Ont",
+        0.0
+      ],
+      [
+        "▁pinnacle",
+        0.0
+      ],
+      [
+        "docker",
+        0.0
+      ],
+      [
+        "026",
+        0.0
+      ],
+      [
+        "▁Wyr",
+        0.0
+      ],
+      [
+        "▁Proper",
+        0.0
+      ],
+      [
+        "ËĪ",
+        0.0
+      ],
+      [
+        "nil",
+        0.0
+      ],
+      [
+        "Bytes",
+        0.0
+      ],
+      [
+        "▁seeker",
+        0.0
+      ],
+      [
+        "trial",
+        0.0
+      ],
+      [
+        "▁unfolds",
+        0.0
+      ],
+      [
+        "▁Marse",
+        0.0
+      ],
+      [
+        "▁extravagant",
+        0.0
+      ],
+      [
+        "▁Survivors",
+        0.0
+      ],
+      [
+        "REDACTED",
+        0.0
+      ],
+      [
+        "▁Speedway",
+        0.0
+      ],
+      [
+        "▁Craigslist",
+        0.0
+      ],
+      [
+        "submit",
+        0.0
+      ],
+      [
+        "▁Generations",
+        0.0
+      ],
+      [
+        "▁upholding",
+        0.0
+      ],
+      [
+        "▁bloodstream",
+        0.0
+      ],
+      [
+        "▁Missions",
+        0.0
+      ],
+      [
+        "▁Lawn",
+        0.0
+      ],
+      [
+        "▁limbo",
+        0.0
+      ],
+      [
+        "enei",
+        0.0
+      ],
+      [
+        "Huh",
+        0.0
+      ],
+      [
+        "▁Wildcats",
+        0.0
+      ],
+      [
+        "prep",
+        0.0
+      ],
+      [
+        "▁Markus",
+        0.0
+      ],
+      [
+        "▁Forbidden",
+        0.0
+      ],
+      [
+        "ritic",
+        0.0
+      ],
+      [
+        "INO",
+        0.0
+      ],
+      [
+        "▁exhibiting",
+        0.0
+      ],
+      [
+        "requent",
+        0.0
+      ],
+      [
+        "chuk",
+        0.0
+      ],
+      [
+        "▁habitual",
+        0.0
+      ],
+      [
+        "▁Compatibility",
+        0.0
+      ],
+      [
+        "Drag",
+        0.0
+      ],
+      [
+        "RIPT",
+        0.0
+      ],
+      [
+        "ujah",
+        0.0
+      ],
+      [
+        "GROUND",
+        0.0
+      ],
+      [
+        "▁delinquent",
+        0.0
+      ],
+      [
+        "▁burner",
+        0.0
+      ],
+      [
+        "▁contemporaries",
+        0.0
+      ],
+      [
+        "▁gimmick",
+        0.0
+      ],
+      [
+        "loads",
+        0.0
+      ],
+      [
+        "▁nozzle",
+        0.0
+      ],
+      [
+        "podcast",
+        0.0
+      ],
+      [
+        "▁Wak",
+        0.0
+      ],
+      [
+        "▁Staten",
+        0.0
+      ],
+      [
+        "▁Kuh",
+        0.0
+      ],
+      [
+        "ãģĵ",
+        0.0
+      ],
+      [
+        "interrupted",
+        0.0
+      ],
+      [
+        "▁invincible",
+        0.0
+      ],
+      [
+        "▁Burnett",
+        0.0
+      ],
+      [
+        "cigarette",
+        0.0
+      ],
+      [
+        "▁Pebble",
+        0.0
+      ],
+      [
+        "▁Temporary",
+        0.0
+      ],
+      [
+        "▁Marino",
+        0.0
+      ],
+      [
+        "582",
+        0.0
+      ],
+      [
+        "▁wasteland",
+        0.0
+      ],
+      [
+        "idently",
+        0.0
+      ],
+      [
+        "Tx",
+        0.0
+      ],
+      [
+        "▁rite",
+        0.0
+      ],
+      [
+        "▁Panasonic",
+        0.0
+      ],
+      [
+        "▁Middles",
+        0.0
+      ],
+      [
+        "▁Horton",
+        0.0
+      ],
+      [
+        "aeus",
+        0.0
+      ],
+      [
+        "▁curing",
+        0.0
+      ],
+      [
+        "▁mats",
+        0.0
+      ],
+      [
+        "▁adjourn",
+        0.0
+      ],
+      [
+        "▁fearsome",
+        0.0
+      ],
+      [
+        "pez",
+        0.0
+      ],
+      [
+        "boats",
+        0.0
+      ],
+      [
+        "▁propell",
+        0.0
+      ],
+      [
+        "▁conflicted",
+        0.0
+      ],
+      [
+        "▁Anger",
+        0.0
+      ],
+      [
+        "▁insurgent",
+        0.0
+      ],
+      [
+        "Karl",
+        0.0
+      ],
+      [
+        "▁coales",
+        0.0
+      ],
+      [
+        "▁southwestern",
+        0.0
+      ],
+      [
+        "▁dissu",
+        0.0
+      ],
+      [
+        "▁Overt",
+        0.0
+      ],
+      [
+        "************",
+        0.0
+      ],
+      [
+        "▁boxed",
+        0.0
+      ],
+      [
+        "▁Brune",
+        0.0
+      ],
+      [
+        "aaa",
+        0.0
+      ],
+      [
+        "▁gardening",
+        0.0
+      ],
+      [
+        "▁Engel",
+        0.0
+      ],
+      [
+        "tracks",
+        0.0
+      ],
+      [
+        "▁purified",
+        0.0
+      ],
+      [
+        "▁placeholder",
+        0.0
+      ],
+      [
+        "▁Likes",
+        0.0
+      ],
+      [
+        "▁dan",
+        0.0
+      ],
+      [
+        "Gab",
+        0.0
+      ],
+      [
+        "▁ect",
+        0.0
+      ],
+      [
+        "▁Faw",
+        0.0
+      ],
+      [
+        "▁Eliot",
+        0.0
+      ],
+      [
+        "▁',",
+        0.0
+      ],
+      [
+        "otropic",
+        0.0
+      ],
+      [
+        "▁Ruin",
+        0.0
+      ],
+      [
+        "hedon",
+        0.0
+      ],
+      [
+        "▁caul",
+        0.0
+      ],
+      [
+        "▁aft",
+        0.0
+      ],
+      [
+        "▁Cadillac",
+        0.0
+      ],
+      [
+        "gha",
+        0.0
+      ],
+      [
+        "assian",
+        0.0
+      ],
+      [
+        "udeb",
+        0.0
+      ],
+      [
+        "▁Tick",
+        0.0
+      ],
+      [
+        "▁adjusts",
+        0.0
+      ],
+      [
+        "ARGET",
+        0.0
+      ],
+      [
+        "537",
+        0.0
+      ],
+      [
+        "ische",
+        0.0
+      ],
+      [
+        "anty",
+        0.0
+      ],
+      [
+        "▁Friedrich",
+        0.0
+      ],
+      [
+        "▁Blizz",
+        0.0
+      ],
+      [
+        "▁AOL",
+        0.0
+      ],
+      [
+        "Campaign",
+        0.0
+      ],
+      [
+        "▁mammal",
+        0.0
+      ],
+      [
+        "▁Veil",
+        0.0
+      ],
+      [
+        "▁Kev",
+        0.0
+      ],
+      [
+        "▁Maurit",
+        0.0
+      ],
+      [
+        "▁Damien",
+        0.0
+      ],
+      [
+        "Nation",
+        0.0
+      ],
+      [
+        "Eastern",
+        0.0
+      ],
+      [
+        "▁{:",
+        0.0
+      ],
+      [
+        "▁=================================",
+        0.0
+      ],
+      [
+        "▁stereotypical",
+        0.0
+      ],
+      [
+        "▁attic",
+        0.0
+      ],
+      [
+        "▁Cyborg",
+        0.0
+      ],
+      [
+        "require",
+        0.0
+      ],
+      [
+        "▁awarding",
+        0.0
+      ],
+      [
+        "▁Papua",
+        0.0
+      ],
+      [
+        "btn",
+        0.0
+      ],
+      [
+        "bent",
+        0.0
+      ],
+      [
+        "Boo",
+        0.0
+      ],
+      [
+        "▁(=",
+        0.0
+      ],
+      [
+        "▁Xander",
+        0.0
+      ],
+      [
+        "▁Somerset",
+        0.0
+      ],
+      [
+        "▁catchy",
+        0.0
+      ],
+      [
+        "▁certify",
+        0.0
+      ],
+      [
+        "STRUCT",
+        0.0
+      ],
+      [
+        "▁ital",
+        0.0
+      ],
+      [
+        "▁tides",
+        0.0
+      ],
+      [
+        "▁Brands",
+        0.0
+      ],
+      [
+        "Gray",
+        0.0
+      ],
+      [
+        "competitive",
+        0.0
+      ],
+      [
+        "▁curator",
+        0.0
+      ],
+      [
+        "▁DG",
+        0.0
+      ],
+      [
+        "ominium",
+        0.0
+      ],
+      [
+        "▁GMOs",
+        0.0
+      ],
+      [
+        "ciating",
+        0.0
+      ],
+      [
+        "▁Carmen",
+        0.0
+      ],
+      [
+        "oward",
+        0.0
+      ],
+      [
+        "Baltimore",
+        0.0
+      ],
+      [
+        "▁rgb",
+        0.0
+      ],
+      [
+        "Cu",
+        0.0
+      ],
+      [
+        "▁wipes",
+        0.0
+      ],
+      [
+        "spell",
+        0.0
+      ],
+      [
+        "ITNESS",
+        0.0
+      ],
+      [
+        "▁summarizes",
+        0.0
+      ],
+      [
+        "▁Revis",
+        0.0
+      ],
+      [
+        "▁whistleblowers",
+        0.0
+      ],
+      [
+        "▁Breach",
+        0.0
+      ],
+      [
+        "▁crochet",
+        0.0
+      ],
+      [
+        "kos",
+        0.0
+      ],
+      [
+        "ewski",
+        0.0
+      ],
+      [
+        "▁repet",
+        0.0
+      ],
+      [
+        "▁crimson",
+        0.0
+      ],
+      [
+        "▁Karachi",
+        0.0
+      ],
+      [
+        "readable",
+        0.0
+      ],
+      [
+        "dimension",
+        0.0
+      ],
+      [
+        "▁Igor",
+        0.0
+      ],
+      [
+        "ilded",
+        0.0
+      ],
+      [
+        "▁Zed",
+        0.0
+      ],
+      [
+        "▁Keane",
+        0.0
+      ],
+      [
+        "▁Cosmetic",
+        0.0
+      ],
+      [
+        "DEP",
+        0.0
+      ],
+      [
+        "▁retreating",
+        0.0
+      ],
+      [
+        "▁UA",
+        0.0
+      ],
+      [
+        "ensical",
+        0.0
+      ],
+      [
+        "▁dusk",
+        0.0
+      ],
+      [
+        "▁Dickens",
+        0.0
+      ],
+      [
+        "▁arenas",
+        0.0
+      ],
+      [
+        "▁Passage",
+        0.0
+      ],
+      [
+        "levels",
+        0.0
+      ],
+      [
+        "▁curv",
+        0.0
+      ],
+      [
+        "Pope",
+        0.0
+      ],
+      [
+        "▁chores",
+        0.0
+      ],
+      [
+        "▁Elise",
+        0.0
+      ],
+      [
+        "▁Compass",
+        0.0
+      ],
+      [
+        "bub",
+        0.0
+      ],
+      [
+        "▁mammalian",
+        0.0
+      ],
+      [
+        "▁Sanskrit",
+        0.0
+      ],
+      [
+        "▁ANC",
+        0.0
+      ],
+      [
+        "▁Crack",
+        0.0
+      ],
+      [
+        "Qual",
+        0.0
+      ],
+      [
+        "Laun",
+        0.0
+      ],
+      [
+        "ampunk",
+        0.0
+      ],
+      [
+        "▁learners",
+        0.0
+      ],
+      [
+        "▁glamorous",
+        0.0
+      ],
+      [
+        "▁furthe",
+        0.0
+      ],
+      [
+        "ermott",
+        0.0
+      ],
+      [
+        "cand",
+        0.0
+      ],
+      [
+        "Generic",
+        0.0
+      ],
+      [
+        "▁narrated",
+        0.0
+      ],
+      [
+        "▁disorderly",
+        0.0
+      ],
+      [
+        "▁Transactions",
+        0.0
+      ],
+      [
+        "▁Detention",
+        0.0
+      ],
+      [
+        "▁Roku",
+        0.0
+      ],
+      [
+        "Äį",
+        0.0
+      ],
+      [
+        "▁understatement",
+        0.0
+      ],
+      [
+        "▁Saur",
+        0.0
+      ],
+      [
+        "▁Rodrigo",
+        0.0
+      ],
+      [
+        "▁ASAP",
+        0.0
+      ],
+      [
+        "Sin",
+        0.0
+      ],
+      [
+        "▁rejoice",
+        0.0
+      ],
+      [
+        "Methods",
+        0.0
+      ],
+      [
+        "▁electrode",
+        0.0
+      ],
+      [
+        "▁worshipped",
+        0.0
+      ],
+      [
+        "▁idi",
+        0.0
+      ],
+      [
+        "▁Physicians",
+        0.0
+      ],
+      [
+        "▁popup",
+        0.0
+      ],
+      [
+        "▁deft",
+        0.0
+      ],
+      [
+        "▁Removal",
+        0.0
+      ],
+      [
+        "▁Buenos",
+        0.0
+      ],
+      [
+        "verbs",
+        0.0
+      ],
+      [
+        "▁funk",
+        0.0
+      ],
+      [
+        "usha",
+        0.0
+      ],
+      [
+        "riction",
+        0.0
+      ],
+      [
+        "orea",
+        0.0
+      ],
+      [
+        "▁Bangalore",
+        0.0
+      ],
+      [
+        "▁Kenobi",
+        0.0
+      ],
+      [
+        "zzi",
+        0.0
+      ],
+      [
+        "▁normative",
+        0.0
+      ],
+      [
+        "▁goblins",
+        0.0
+      ],
+      [
+        "▁cafes",
+        0.0
+      ],
+      [
+        "▁UNCLASSIFIED",
+        0.0
+      ],
+      [
+        "▁Fired",
+        0.0
+      ],
+      [
+        "SIGN",
+        0.0
+      ],
+      [
+        "▁sclerosis",
+        0.0
+      ],
+      [
+        "▁Voter",
+        0.0
+      ],
+      [
+        "▁Sonny",
+        0.0
+      ],
+      [
+        "▁Extend",
+        0.0
+      ],
+      [
+        "▁EVs",
+        0.0
+      ],
+      [
+        "Arsenal",
+        0.0
+      ],
+      [
+        "▁psi",
+        0.0
+      ],
+      [
+        "▁widest",
+        0.0
+      ],
+      [
+        "▁Tus",
+        0.0
+      ],
+      [
+        "▁looms",
+        0.0
+      ],
+      [
+        "▁justifying",
+        0.0
+      ],
+      [
+        "▁Granger",
+        0.0
+      ],
+      [
+        "è¯",
+        0.0
+      ],
+      [
+        "Refer",
+        0.0
+      ],
+      [
+        "583",
+        0.0
+      ],
+      [
+        "▁flourishing",
+        0.0
+      ],
+      [
+        "abre",
+        0.0
+      ],
+      [
+        "▁rave",
+        0.0
+      ],
+      [
+        "▁Contra",
+        0.0
+      ],
+      [
+        "▁1898",
+        0.0
+      ],
+      [
+        "Adds",
+        0.0
+      ],
+      [
+        "▁ful",
+        0.0
+      ],
+      [
+        "▁Cooke",
+        0.0
+      ],
+      [
+        "someone",
+        0.0
+      ],
+      [
+        "=#",
+        0.0
+      ],
+      [
+        "671",
+        0.0
+      ],
+      [
+        "▁yak",
+        0.0
+      ],
+      [
+        "▁arte",
+        0.0
+      ],
+      [
+        "▁Miscellaneous",
+        0.0
+      ],
+      [
+        "▁Detection",
+        0.0
+      ],
+      [
+        "▁Clancy",
+        0.0
+      ],
+      [
+        "âģ",
+        0.0
+      ],
+      [
+        "assies",
+        0.0
+      ],
+      [
+        "▁valiant",
+        0.0
+      ],
+      [
+        "▁Feminist",
+        0.0
+      ],
+      [
+        "corruption",
+        0.0
+      ],
+      [
+        "Vel",
+        0.0
+      ],
+      [
+        "Pear",
+        0.0
+      ],
+      [
+        "▁succinct",
+        0.0
+      ],
+      [
+        "▁quickest",
+        0.0
+      ],
+      [
+        "kw",
+        0.0
+      ],
+      [
+        "▁spitting",
+        0.0
+      ],
+      [
+        "▁Libraries",
+        0.0
+      ],
+      [
+        "åħī",
+        0.0
+      ],
+      [
+        "antz",
+        0.0
+      ],
+      [
+        "Dad",
+        0.0
+      ],
+      [
+        "▁Specifications",
+        0.0
+      ],
+      [
+        "rupulous",
+        0.0
+      ],
+      [
+        "andr",
+        0.0
+      ],
+      [
+        "RESULTS",
+        0.0
+      ],
+      [
+        "▁snowball",
+        0.0
+      ],
+      [
+        "▁predis",
+        0.0
+      ],
+      [
+        "▁Baxter",
+        0.0
+      ],
+      [
+        "▁Nursing",
+        0.0
+      ],
+      [
+        "▁Chaff",
+        0.0
+      ],
+      [
+        "swe",
+        0.0
+      ],
+      [
+        "▁outage",
+        0.0
+      ],
+      [
+        "▁nesting",
+        0.0
+      ],
+      [
+        "▁notoriety",
+        0.0
+      ],
+      [
+        "trigger",
+        0.0
+      ],
+      [
+        "onite",
+        0.0
+      ],
+      [
+        "jon",
+        0.0
+      ],
+      [
+        "▁fou",
+        0.0
+      ],
+      [
+        "ooked",
+        0.0
+      ],
+      [
+        "▁Celebrity",
+        0.0
+      ],
+      [
+        "reality",
+        0.0
+      ],
+      [
+        "▁fatig",
+        0.0
+      ],
+      [
+        "▁hugging",
+        0.0
+      ],
+      [
+        "▁bothers",
+        0.0
+      ],
+      [
+        "▁Panzer",
+        0.0
+      ],
+      [
+        "▁Chandra",
+        0.0
+      ],
+      [
+        "figured",
+        0.0
+      ],
+      [
+        "▁volts",
+        0.0
+      ],
+      [
+        "▁Clouds",
+        0.0
+      ],
+      [
+        "▁feeble",
+        0.0
+      ],
+      [
+        "▁Curve",
+        0.0
+      ],
+      [
+        "▁Asus",
+        0.0
+      ],
+      [
+        "786",
+        0.0
+      ],
+      [
+        "absor",
+        0.0
+      ],
+      [
+        "▁VICE",
+        0.0
+      ],
+      [
+        "▁Hess",
+        0.0
+      ],
+      [
+        "▁manufactures",
+        0.0
+      ],
+      [
+        "▁grizz",
+        0.0
+      ],
+      [
+        "▁Powerful",
+        0.0
+      ],
+      [
+        "acid",
+        0.0
+      ],
+      [
+        "▁subsections",
+        0.0
+      ],
+      [
+        "▁Krugman",
+        0.0
+      ],
+      [
+        "▁Alps",
+        0.0
+      ],
+      [
+        "isu",
+        0.0
+      ],
+      [
+        "▁sequest",
+        0.0
+      ],
+      [
+        "▁Ultron",
+        0.0
+      ],
+      [
+        "▁Tinker",
+        0.0
+      ],
+      [
+        "▁Goose",
+        0.0
+      ],
+      [
+        "▁mismatch",
+        0.0
+      ],
+      [
+        "Attorney",
+        0.0
+      ],
+      [
+        "▁morphology",
+        0.0
+      ],
+      [
+        "▁Sixers",
+        0.0
+      ],
+      [
+        "uttered",
+        0.0
+      ],
+      [
+        "▁ELECT",
+        0.0
+      ],
+      [
+        "gran",
+        0.0
+      ],
+      [
+        "Russell",
+        0.0
+      ],
+      [
+        "▁GSL",
+        0.0
+      ],
+      [
+        "▁fortnight",
+        0.0
+      ],
+      [
+        "▁.)",
+        0.0
+      ],
+      [
+        "▁apostle",
+        0.0
+      ],
+      [
+        "prone",
+        0.0
+      ],
+      [
+        "elist",
+        0.0
+      ],
+      [
+        "Untitled",
+        0.0
+      ],
+      [
+        "▁Implementation",
+        0.0
+      ],
+      [
+        "istors",
+        0.0
+      ],
+      [
+        "▁tanker",
+        0.0
+      ],
+      [
+        "▁plush",
+        0.0
+      ],
+      [
+        "▁attendants",
+        0.0
+      ],
+      [
+        "▁Tik",
+        0.0
+      ],
+      [
+        "▁Greenwich",
+        0.0
+      ],
+      [
+        "▁Yon",
+        0.0
+      ],
+      [
+        "▁SPL",
+        0.0
+      ],
+      [
+        "cells",
+        0.0
+      ],
+      [
+        "untled",
+        0.0
+      ],
+      [
+        "Solution",
+        0.0
+      ],
+      [
+        "▁Qué",
+        0.0
+      ],
+      [
+        "▁vacated",
+        0.0
+      ],
+      [
+        "▁uptick",
+        0.0
+      ],
+      [
+        "▁Meridian",
+        0.0
+      ],
+      [
+        "æĥ",
+        0.0
+      ],
+      [
+        "▁Drill",
+        0.0
+      ],
+      [
+        "925",
+        0.0
+      ],
+      [
+        "584",
+        0.0
+      ],
+      [
+        "▁renovated",
+        0.0
+      ],
+      [
+        "▁Kubrick",
+        0.0
+      ],
+      [
+        "zyk",
+        0.0
+      ],
+      [
+        "▁lousy",
+        0.0
+      ],
+      [
+        "ppel",
+        0.0
+      ],
+      [
+        "ohydrate",
+        0.0
+      ],
+      [
+        "▁Izzy",
+        0.0
+      ],
+      [
+        "lesiastical",
+        0.0
+      ],
+      [
+        "CCC",
+        0.0
+      ],
+      [
+        "▁Ajax",
+        0.0
+      ],
+      [
+        "▁adapters",
+        0.0
+      ],
+      [
+        "▁Petraeus",
+        0.0
+      ],
+      [
+        "▁affirmation",
+        0.0
+      ],
+      [
+        "▁STOR",
+        0.0
+      ],
+      [
+        "lems",
+        0.0
+      ],
+      [
+        "adoes",
+        0.0
+      ],
+      [
+        "▁Constantinople",
+        0.0
+      ],
+      [
+        "▁ponies",
+        0.0
+      ],
+      [
+        "▁lighthouse",
+        0.0
+      ],
+      [
+        "▁adherents",
+        0.0
+      ],
+      [
+        "▁Brees",
+        0.0
+      ],
+      [
+        "omorphic",
+        0.0
+      ],
+      [
+        "Fighting",
+        0.0
+      ],
+      [
+        "▁plaster",
+        0.0
+      ],
+      [
+        "▁PVC",
+        0.0
+      ],
+      [
+        "▁Obst",
+        0.0
+      ],
+      [
+        "▁dearly",
+        0.0
+      ],
+      [
+        "▁Tooth",
+        0.0
+      ],
+      [
+        "ickson",
+        0.0
+      ],
+      [
+        "▁shaming",
+        0.0
+      ],
+      [
+        "Plex",
+        0.0
+      ],
+      [
+        "Agg",
+        0.0
+      ],
+      [
+        "▁âĢ¦\"",
+        0.0
+      ],
+      [
+        "▁subreddits",
+        0.0
+      ],
+      [
+        "▁pigeon",
+        0.0
+      ],
+      [
+        "▁Residential",
+        0.0
+      ],
+      [
+        "▁Passing",
+        0.0
+      ],
+      [
+        "▁lum",
+        0.0
+      ],
+      [
+        "▁Pension",
+        0.0
+      ],
+      [
+        "▁pessimistic",
+        0.0
+      ],
+      [
+        "▁432",
+        0.0
+      ],
+      [
+        "zinski",
+        0.0
+      ],
+      [
+        "cade",
+        0.0
+      ],
+      [
+        "075",
+        0.0
+      ],
+      [
+        "▁apologised",
+        0.0
+      ],
+      [
+        "iyah",
+        0.0
+      ],
+      [
+        "Putting",
+        0.0
+      ],
+      [
+        "▁gloomy",
+        0.0
+      ],
+      [
+        "▁Lyme",
+        0.0
+      ],
+      [
+        "=-=-=-=-=-=-=-=-",
+        0.0
+      ],
+      [
+        "▁Tome",
+        0.0
+      ],
+      [
+        "▁Psychiatric",
+        0.0
+      ],
+      [
+        "▁HIT",
+        0.0
+      ],
+      [
+        "cms",
+        0.0
+      ],
+      [
+        "apolog",
+        0.0
+      ],
+      [
+        "▁breaker",
+        0.0
+      ],
+      [
+        "▁deepen",
+        0.0
+      ],
+      [
+        "▁theorist",
+        0.0
+      ],
+      [
+        "▁Highlands",
+        0.0
+      ],
+      [
+        "▁baker",
+        0.0
+      ],
+      [
+        "▁staples",
+        0.0
+      ],
+      [
+        "▁interfered",
+        0.0
+      ],
+      [
+        "▁Abortion",
+        0.0
+      ],
+      [
+        "joined",
+        0.0
+      ],
+      [
+        "chu",
+        0.0
+      ],
+      [
+        "▁formulate",
+        0.0
+      ],
+      [
+        "▁vaccinations",
+        0.0
+      ],
+      [
+        "▁banter",
+        0.0
+      ],
+      [
+        "pheus",
+        0.0
+      ],
+      [
+        "▁outfielder",
+        0.0
+      ],
+      [
+        "▁Meter",
+        0.0
+      ],
+      [
+        "▁#####",
+        0.0
+      ],
+      [
+        "▁1895",
+        0.0
+      ],
+      [
+        "▁narrowing",
+        0.0
+      ],
+      [
+        "▁STORY",
+        0.0
+      ],
+      [
+        "fp",
+        0.0
+      ],
+      [
+        "▁CST",
+        0.0
+      ],
+      [
+        "ignore",
+        0.0
+      ],
+      [
+        "▁proclaiming",
+        0.0
+      ],
+      [
+        "▁RU",
+        0.0
+      ],
+      [
+        "▁BALL",
+        0.0
+      ],
+      [
+        "yna",
+        0.0
+      ],
+      [
+        "653",
+        0.0
+      ],
+      [
+        "▁posit",
+        0.0
+      ],
+      [
+        "PRE",
+        0.0
+      ],
+      [
+        "594",
+        0.0
+      ],
+      [
+        "▁Registrar",
+        0.0
+      ],
+      [
+        "▁Pilgrim",
+        0.0
+      ],
+      [
+        "icio",
+        0.0
+      ],
+      [
+        "▁prett",
+        0.0
+      ],
+      [
+        "▁lifeless",
+        0.0
+      ],
+      [
+        "▁___",
+        0.0
+      ],
+      [
+        "Neigh",
+        0.0
+      ],
+      [
+        "▁Churches",
+        0.0
+      ],
+      [
+        "orno",
+        0.0
+      ],
+      [
+        "▁orcs",
+        0.0
+      ],
+      [
+        "▁kindred",
+        0.0
+      ],
+      [
+        "▁Audit",
+        0.0
+      ],
+      [
+        "▁millennial",
+        0.0
+      ],
+      [
+        "▁Persia",
+        0.0
+      ],
+      [
+        "gravity",
+        0.0
+      ],
+      [
+        "▁Disability",
+        0.0
+      ],
+      [
+        "▁DARK",
+        0.0
+      ],
+      [
+        "Ws",
+        0.0
+      ],
+      [
+        "odon",
+        0.0
+      ],
+      [
+        "▁granddaughter",
+        0.0
+      ],
+      [
+        "▁Brooke",
+        0.0
+      ],
+      [
+        "▁ADA",
+        0.0
+      ],
+      [
+        "ERA",
+        0.0
+      ],
+      [
+        "▁pickups",
+        0.0
+      ],
+      [
+        "▁Wilkinson",
+        0.0
+      ],
+      [
+        "▁Shards",
+        0.0
+      ],
+      [
+        "▁NK",
+        0.0
+      ],
+      [
+        "▁expel",
+        0.0
+      ],
+      [
+        "▁Kislyak",
+        0.0
+      ],
+      [
+        "▁jargon",
+        0.0
+      ],
+      [
+        "▁polarized",
+        0.0
+      ],
+      [
+        "iane",
+        0.0
+      ],
+      [
+        "Publisher",
+        0.0
+      ],
+      [
+        "▁rebutt",
+        0.0
+      ],
+      [
+        "▁apprehension",
+        0.0
+      ],
+      [
+        "▁Kessler",
+        0.0
+      ],
+      [
+        "▁prism",
+        0.0
+      ],
+      [
+        "FUL",
+        0.0
+      ],
+      [
+        "1964",
+        0.0
+      ],
+      [
+        "▁Loll",
+        0.0
+      ],
+      [
+        "ä¿",
+        0.0
+      ],
+      [
+        "lethal",
+        0.0
+      ],
+      [
+        "ÅŁ",
+        0.0
+      ],
+      [
+        "▁ghetto",
+        0.0
+      ],
+      [
+        "▁boulder",
+        0.0
+      ],
+      [
+        "▁Slowly",
+        0.0
+      ],
+      [
+        "▁Oscars",
+        0.0
+      ],
+      [
+        "▁Instruction",
+        0.0
+      ],
+      [
+        "▁Ultr",
+        0.0
+      ],
+      [
+        "▁Moe",
+        0.0
+      ],
+      [
+        "Nich",
+        0.0
+      ],
+      [
+        "▁PATH",
+        0.0
+      ],
+      [
+        "(*",
+        0.0
+      ],
+      [
+        "▁RELEASE",
+        0.0
+      ],
+      [
+        "uning",
+        0.0
+      ],
+      [
+        "rouse",
+        0.0
+      ],
+      [
+        "eneg",
+        0.0
+      ],
+      [
+        "▁reimb",
+        0.0
+      ],
+      [
+        "▁Detected",
+        0.0
+      ],
+      [
+        "DoS",
+        0.0
+      ],
+      [
+        "▁sterling",
+        0.0
+      ],
+      [
+        "▁aggregation",
+        0.0
+      ],
+      [
+        "▁Lonely",
+        0.0
+      ],
+      [
+        "▁Attend",
+        0.0
+      ],
+      [
+        "higher",
+        0.0
+      ],
+      [
+        "▁airstrike",
+        0.0
+      ],
+      [
+        "kson",
+        0.0
+      ],
+      [
+        "SELECT",
+        0.0
+      ],
+      [
+        "▁deflation",
+        0.0
+      ],
+      [
+        "▁Herrera",
+        0.0
+      ],
+      [
+        "Cole",
+        0.0
+      ],
+      [
+        "ritch",
+        0.0
+      ],
+      [
+        "▁advisable",
+        0.0
+      ],
+      [
+        "Fax",
+        0.0
+      ],
+      [
+        "▁workaround",
+        0.0
+      ],
+      [
+        "▁pid",
+        0.0
+      ],
+      [
+        "mortem",
+        0.0
+      ],
+      [
+        "ersen",
+        0.0
+      ],
+      [
+        "▁typo",
+        0.0
+      ],
+      [
+        "▁alum",
+        0.0
+      ],
+      [
+        "782",
+        0.0
+      ],
+      [
+        "▁Jamal",
+        0.0
+      ],
+      [
+        "scripts",
+        0.0
+      ],
+      [
+        "▁captives",
+        0.0
+      ],
+      [
+        "▁Presence",
+        0.0
+      ],
+      [
+        "▁Lieberman",
+        0.0
+      ],
+      [
+        "angelo",
+        0.0
+      ],
+      [
+        "▁alcoholism",
+        0.0
+      ],
+      [
+        "assi",
+        0.0
+      ],
+      [
+        "▁recite",
+        0.0
+      ],
+      [
+        "▁gaping",
+        0.0
+      ],
+      [
+        "▁baskets",
+        0.0
+      ],
+      [
+        "▁Gou",
+        0.0
+      ],
+      [
+        "Browser",
+        0.0
+      ],
+      [
+        "neau",
+        0.0
+      ],
+      [
+        "▁corrective",
+        0.0
+      ],
+      [
+        "unda",
+        0.0
+      ],
+      [
+        "scoring",
+        0.0
+      ],
+      [
+        "▁XD",
+        0.0
+      ],
+      [
+        "▁filament",
+        0.0
+      ],
+      [
+        "▁deepening",
+        0.0
+      ],
+      [
+        "▁Stainless",
+        0.0
+      ],
+      [
+        "Integer",
+        0.0
+      ],
+      [
+        "▁buggy",
+        0.0
+      ],
+      [
+        "▁tenancy",
+        0.0
+      ],
+      [
+        "▁Mubarak",
+        0.0
+      ],
+      [
+        "▁tuple",
+        0.0
+      ],
+      [
+        "▁Droid",
+        0.0
+      ],
+      [
+        "▁Sitting",
+        0.0
+      ],
+      [
+        "▁forfeit",
+        0.0
+      ],
+      [
+        "▁Rasmussen",
+        0.0
+      ],
+      [
+        "ixties",
+        0.0
+      ],
+      [
+        "esi",
+        0.0
+      ],
+      [
+        "▁Kimmel",
+        0.0
+      ],
+      [
+        "▁meticulously",
+        0.0
+      ],
+      [
+        "▁apopt",
+        0.0
+      ],
+      [
+        "▁Seller",
+        0.0
+      ],
+      [
+        "088",
+        0.0
+      ],
+      [
+        "ecake",
+        0.0
+      ],
+      [
+        "hematically",
+        0.0
+      ],
+      [
+        "TN",
+        0.0
+      ],
+      [
+        "▁mindless",
+        0.0
+      ],
+      [
+        "▁digs",
+        0.0
+      ],
+      [
+        "▁Accord",
+        0.0
+      ],
+      [
+        "onsense",
+        0.0
+      ],
+      [
+        "eming",
+        0.0
+      ],
+      [
+        "brace",
+        0.0
+      ],
+      [
+        "▁eBook",
+        0.0
+      ],
+      [
+        "▁Distribut",
+        0.0
+      ],
+      [
+        "▁Investments",
+        0.0
+      ],
+      [
+        "wt",
+        0.0
+      ],
+      [
+        "]),",
+        0.0
+      ],
+      [
+        "behavior",
+        0.0
+      ],
+      [
+        "563",
+        0.0
+      ],
+      [
+        "▁blinding",
+        0.0
+      ],
+      [
+        "▁Protesters",
+        0.0
+      ],
+      [
+        "topia",
+        0.0
+      ],
+      [
+        "▁reborn",
+        0.0
+      ],
+      [
+        "▁Kelvin",
+        0.0
+      ],
+      [
+        "▁Dover",
+        0.0
+      ],
+      [
+        "▁Dairy",
+        0.0
+      ],
+      [
+        "▁Outs",
+        0.0
+      ],
+      [
+        "▁[/",
+        0.0
+      ],
+      [
+        "ÏĢ",
+        0.0
+      ],
+      [
+        "bp",
+        0.0
+      ],
+      [
+        "▁Vanity",
+        0.0
+      ],
+      [
+        "▁Recap",
+        0.0
+      ],
+      [
+        "▁HOUSE",
+        0.0
+      ],
+      [
+        "▁FACE",
+        0.0
+      ],
+      [
+        "▁422",
+        0.0
+      ],
+      [
+        "692",
+        0.0
+      ],
+      [
+        "▁Antioch",
+        0.0
+      ],
+      [
+        "cooked",
+        0.0
+      ],
+      [
+        "▁collide",
+        0.0
+      ],
+      [
+        "▁apr",
+        0.0
+      ],
+      [
+        "▁sleeper",
+        0.0
+      ],
+      [
+        "▁Jarvis",
+        0.0
+      ],
+      [
+        "▁alternatively",
+        0.0
+      ],
+      [
+        "▁Leaves",
+        0.0
+      ],
+      [
+        "▁Maw",
+        0.0
+      ],
+      [
+        "▁antiquity",
+        0.0
+      ],
+      [
+        "▁Adinida",
+        0.0
+      ],
+      [
+        "▁abuser",
+        0.0
+      ],
+      [
+        "Pokémon",
+        0.0
+      ],
+      [
+        "▁assorted",
+        0.0
+      ],
+      [
+        "▁Revision",
+        0.0
+      ],
+      [
+        "▁Piano",
+        0.0
+      ],
+      [
+        "▁Gideon",
+        0.0
+      ],
+      [
+        "Ocean",
+        0.0
+      ],
+      [
+        "▁salon",
+        0.0
+      ],
+      [
+        "▁bustling",
+        0.0
+      ],
+      [
+        "ognitive",
+        0.0
+      ],
+      [
+        "▁Rahman",
+        0.0
+      ],
+      [
+        "▁waiter",
+        0.0
+      ],
+      [
+        "▁presets",
+        0.0
+      ],
+      [
+        "▁Osh",
+        0.0
+      ],
+      [
+        "▁GHC",
+        0.0
+      ],
+      [
+        "operator",
+        0.0
+      ],
+      [
+        "▁reptiles",
+        0.0
+      ],
+      [
+        "▁413",
+        0.0
+      ],
+      [
+        "▁Garr",
+        0.0
+      ],
+      [
+        "▁Chak",
+        0.0
+      ],
+      [
+        "▁hashes",
+        0.0
+      ],
+      [
+        "▁failings",
+        0.0
+      ],
+      [
+        "▁folklore",
+        0.0
+      ],
+      [
+        "▁abl",
+        0.0
+      ],
+      [
+        "▁Cena",
+        0.0
+      ],
+      [
+        "▁MacArthur",
+        0.0
+      ],
+      [
+        "▁COURT",
+        0.0
+      ],
+      [
+        "▁periphery",
+        0.0
+      ],
+      [
+        "appers",
+        0.0
+      ],
+      [
+        "▁reckoned",
+        0.0
+      ],
+      [
+        "▁Influ",
+        0.0
+      ],
+      [
+        "▁CET",
+        0.0
+      ],
+      [
+        "▁372",
+        0.0
+      ],
+      [
+        "▁Definitive",
+        0.0
+      ],
+      [
+        "assault",
+        0.0
+      ],
+      [
+        "421",
+        0.0
+      ],
+      [
+        "▁reservoirs",
+        0.0
+      ],
+      [
+        "▁dives",
+        0.0
+      ],
+      [
+        "▁Coil",
+        0.0
+      ],
+      [
+        "DAQ",
+        0.0
+      ],
+      [
+        "▁vividly",
+        0.0
+      ],
+      [
+        "▁RJ",
+        0.0
+      ],
+      [
+        "▁Bellev",
+        0.0
+      ],
+      [
+        "▁eclectic",
+        0.0
+      ],
+      [
+        "▁Showdown",
+        0.0
+      ],
+      [
+        "▁KM",
+        0.0
+      ],
+      [
+        "iped",
+        0.0
+      ],
+      [
+        "reetings",
+        0.0
+      ],
+      [
+        "▁Asuka",
+        0.0
+      ],
+      [
+        "Liberal",
+        0.0
+      ],
+      [
+        "▁ÏĦ",
+        0.0
+      ],
+      [
+        "▁bystanders",
+        0.0
+      ],
+      [
+        "▁Goodwin",
+        0.0
+      ],
+      [
+        "ukong",
+        0.0
+      ],
+      [
+        "Sit",
+        0.0
+      ],
+      [
+        "▁Trem",
+        0.0
+      ],
+      [
+        "▁criminally",
+        0.0
+      ],
+      [
+        "▁Circus",
+        0.0
+      ],
+      [
+        "chrome",
+        0.0
+      ],
+      [
+        "887",
+        0.0
+      ],
+      [
+        "▁nanop",
+        0.0
+      ],
+      [
+        "▁Obi",
+        0.0
+      ],
+      [
+        "▁LOW",
+        0.0
+      ],
+      [
+        "ogh",
+        0.0
+      ],
+      [
+        "▁Authors",
+        0.0
+      ],
+      [
+        "obyl",
+        0.0
+      ],
+      [
+        "Urban",
+        0.0
+      ],
+      [
+        "▁ti",
+        0.0
+      ],
+      [
+        "▁Weir",
+        0.0
+      ],
+      [
+        "trap",
+        0.0
+      ],
+      [
+        "agy",
+        0.0
+      ],
+      [
+        "▁parentheses",
+        0.0
+      ],
+      [
+        "▁outnumbered",
+        0.0
+      ],
+      [
+        "▁counterproductive",
+        0.0
+      ],
+      [
+        "▁Tobias",
+        0.0
+      ],
+      [
+        "ubis",
+        0.0
+      ],
+      [
+        "Parser",
+        0.0
+      ],
+      [
+        "STAR",
+        0.0
+      ],
+      [
+        "▁synaptic",
+        0.0
+      ],
+      [
+        "▁Gears",
+        0.0
+      ],
+      [
+        "▁hiber",
+        0.0
+      ],
+      [
+        "▁debunked",
+        0.0
+      ],
+      [
+        "▁exalted",
+        0.0
+      ],
+      [
+        "awatts",
+        0.0
+      ],
+      [
+        "HOU",
+        0.0
+      ],
+      [
+        "Church",
+        0.0
+      ],
+      [
+        "▁Pixie",
+        0.0
+      ],
+      [
+        "▁Uri",
+        0.0
+      ],
+      [
+        "▁Formation",
+        0.0
+      ],
+      [
+        "▁Prediction",
+        0.0
+      ],
+      [
+        "CEO",
+        0.0
+      ],
+      [
+        "▁thrott",
+        0.0
+      ],
+      [
+        "▁Britann",
+        0.0
+      ],
+      [
+        "▁Madagascar",
+        0.0
+      ],
+      [
+        "ëĭ",
+        0.0
+      ],
+      [
+        "▁billboards",
+        0.0
+      ],
+      [
+        "▁RPGs",
+        0.0
+      ],
+      [
+        "▁Bees",
+        0.0
+      ],
+      [
+        "completely",
+        0.0
+      ],
+      [
+        "FIL",
+        0.0
+      ],
+      [
+        "▁doesnt",
+        0.0
+      ],
+      [
+        "▁Greenberg",
+        0.0
+      ],
+      [
+        "reys",
+        0.0
+      ],
+      [
+        "▁sling",
+        0.0
+      ],
+      [
+        "▁emptied",
+        0.0
+      ],
+      [
+        "▁Pixar",
+        0.0
+      ],
+      [
+        "▁Dharma",
+        0.0
+      ],
+      [
+        "luck",
+        0.0
+      ],
+      [
+        "inguished",
+        0.0
+      ],
+      [
+        "▁endot",
+        0.0
+      ],
+      [
+        "▁babys",
+        0.0
+      ],
+      [
+        "059",
+        0.0
+      ],
+      [
+        "chest",
+        0.0
+      ],
+      [
+        "rats",
+        0.0
+      ],
+      [
+        "▁ridden",
+        0.0
+      ],
+      [
+        "▁beetles",
+        0.0
+      ],
+      [
+        "▁illuminating",
+        0.0
+      ],
+      [
+        "▁fictitious",
+        0.0
+      ],
+      [
+        "▁Provincial",
+        0.0
+      ],
+      [
+        "▁768",
+        0.0
+      ],
+      [
+        "▁shepherd",
+        0.0
+      ],
+      [
+        "▁Render",
+        0.0
+      ],
+      [
+        "▁1896",
+        0.0
+      ],
+      [
+        "Crew",
+        0.0
+      ],
+      [
+        "▁molded",
+        0.0
+      ],
+      [
+        "▁Xiaomi",
+        0.0
+      ],
+      [
+        "▁Spiral",
+        0.0
+      ],
+      [
+        "▁delim",
+        0.0
+      ],
+      [
+        "▁organising",
+        0.0
+      ],
+      [
+        "▁hoops",
+        0.0
+      ],
+      [
+        "▁Bei",
+        0.0
+      ],
+      [
+        "zhen",
+        0.0
+      ],
+      [
+        "▁fuckin",
+        0.0
+      ],
+      [
+        "▁decad",
+        0.0
+      ],
+      [
+        "▁unbiased",
+        0.0
+      ],
+      [
+        "ammy",
+        0.0
+      ],
+      [
+        "swing",
+        0.0
+      ],
+      [
+        "▁smuggled",
+        0.0
+      ],
+      [
+        "▁kios",
+        0.0
+      ],
+      [
+        "▁PERSON",
+        0.0
+      ],
+      [
+        "▁Inquisitor",
+        0.0
+      ],
+      [
+        "▁snowy",
+        0.0
+      ],
+      [
+        "▁scraping",
+        0.0
+      ],
+      [
+        "▁Burgess",
+        0.0
+      ],
+      [
+        "Ptr",
+        0.0
+      ],
+      [
+        "agame",
+        0.0
+      ],
+      [
+        "RW",
+        0.0
+      ],
+      [
+        "▁droid",
+        0.0
+      ],
+      [
+        "▁Lys",
+        0.0
+      ],
+      [
+        "▁Cassandra",
+        0.0
+      ],
+      [
+        "Jacob",
+        0.0
+      ],
+      [
+        "▁354",
+        0.0
+      ],
+      [
+        "▁pasture",
+        0.0
+      ],
+      [
+        "▁franc",
+        0.0
+      ],
+      [
+        "▁Scotch",
+        0.0
+      ],
+      [
+        "▁Ends",
+        0.0
+      ],
+      [
+        "▁IGF",
+        0.0
+      ],
+      [
+        "definition",
+        0.0
+      ],
+      [
+        "▁hysterical",
+        0.0
+      ],
+      [
+        "▁Browne",
+        0.0
+      ],
+      [
+        "771",
+        0.0
+      ],
+      [
+        "▁mobilization",
+        0.0
+      ],
+      [
+        "æķ",
+        0.0
+      ],
+      [
+        "iqueness",
+        0.0
+      ],
+      [
+        "Thor",
+        0.0
+      ],
+      [
+        "▁spearheaded",
+        0.0
+      ],
+      [
+        "▁embroiled",
+        0.0
+      ],
+      [
+        "▁conjecture",
+        0.0
+      ],
+      [
+        "judicial",
+        0.0
+      ],
+      [
+        "Choice",
+        0.0
+      ],
+      [
+        "▁paperback",
+        0.0
+      ],
+      [
+        "Pir",
+        0.0
+      ],
+      [
+        "▁recovers",
+        0.0
+      ],
+      [
+        "▁Surge",
+        0.0
+      ],
+      [
+        "▁Shogun",
+        0.0
+      ],
+      [
+        "▁Pediatrics",
+        0.0
+      ],
+      [
+        "ãģł",
+        0.0
+      ],
+      [
+        "▁sweeps",
+        0.0
+      ],
+      [
+        "▁Laboratories",
+        0.0
+      ],
+      [
+        "▁Packs",
+        0.0
+      ],
+      [
+        "alus",
+        0.0
+      ],
+      [
+        "addin",
+        0.0
+      ],
+      [
+        "▁headlights",
+        0.0
+      ],
+      [
+        "gra",
+        0.0
+      ],
+      [
+        "Evidence",
+        0.0
+      ],
+      [
+        "COLOR",
+        0.0
+      ],
+      [
+        "Admin",
+        0.0
+      ],
+      [
+        "Ĭ±",
+        0.0
+      ],
+      [
+        "▁concoct",
+        0.0
+      ],
+      [
+        "sufficient",
+        0.0
+      ],
+      [
+        "▁unmarked",
+        0.0
+      ],
+      [
+        "▁richness",
+        0.0
+      ],
+      [
+        "▁dissertation",
+        0.0
+      ],
+      [
+        "▁seasoning",
+        0.0
+      ],
+      [
+        "▁gib",
+        0.0
+      ],
+      [
+        "▁Mages",
+        0.0
+      ],
+      [
+        "unctions",
+        0.0
+      ],
+      [
+        "▁Nid",
+        0.0
+      ],
+      [
+        "cheat",
+        0.0
+      ],
+      [
+        "▁TMZ",
+        0.0
+      ],
+      [
+        "citizens",
+        0.0
+      ],
+      [
+        "▁Catholicism",
+        0.0
+      ],
+      [
+        "nb",
+        0.0
+      ],
+      [
+        "▁disembark",
+        0.0
+      ],
+      [
+        "▁PROGRAM",
+        0.0
+      ],
+      [
+        "aques",
+        0.0
+      ],
+      [
+        "Tyler",
+        0.0
+      ],
+      [
+        "Org",
+        0.0
+      ],
+      [
+        "▁Slay",
+        0.0
+      ],
+      [
+        "▁Nero",
+        0.0
+      ],
+      [
+        "▁Townsend",
+        0.0
+      ],
+      [
+        "INTON",
+        0.0
+      ],
+      [
+        "tele",
+        0.0
+      ],
+      [
+        "▁mesmer",
+        0.0
+      ],
+      [
+        "901",
+        0.0
+      ],
+      [
+        "▁fireball",
+        0.0
+      ],
+      [
+        "evidence",
+        0.0
+      ],
+      [
+        "affiliated",
+        0.0
+      ],
+      [
+        "▁Frenchman",
+        0.0
+      ],
+      [
+        "▁Augusta",
+        0.0
+      ],
+      [
+        "021",
+        0.0
+      ],
+      [
+        "▁sled",
+        0.0
+      ],
+      [
+        "▁reused",
+        0.0
+      ],
+      [
+        "▁Immunity",
+        0.0
+      ],
+      [
+        "▁wrestle",
+        0.0
+      ],
+      [
+        "assembled",
+        0.0
+      ],
+      [
+        "Maria",
+        0.0
+      ],
+      [
+        "▁gunshots",
+        0.0
+      ],
+      [
+        "▁Barbie",
+        0.0
+      ],
+      [
+        "▁cannabinoids",
+        0.0
+      ],
+      [
+        "▁Toast",
+        0.0
+      ],
+      [
+        "▁Kinder",
+        0.0
+      ],
+      [
+        "IRD",
+        0.0
+      ],
+      [
+        "▁rejuven",
+        0.0
+      ],
+      [
+        "▁gore",
+        0.0
+      ],
+      [
+        "▁rupture",
+        0.0
+      ],
+      [
+        "▁breaching",
+        0.0
+      ],
+      [
+        "▁Cartoon",
+        0.0
+      ],
+      [
+        "▁455",
+        0.0
+      ],
+      [
+        "▁Paleo",
+        0.0
+      ],
+      [
+        "614",
+        0.0
+      ],
+      [
+        "▁spears",
+        0.0
+      ],
+      [
+        "▁Ames",
+        0.0
+      ],
+      [
+        "abus",
+        0.0
+      ],
+      [
+        "Madison",
+        0.0
+      ],
+      [
+        "GROUP",
+        0.0
+      ],
+      [
+        "▁aborted",
+        0.0
+      ],
+      [
+        "yah",
+        0.0
+      ],
+      [
+        "▁felon",
+        0.0
+      ],
+      [
+        "▁causation",
+        0.0
+      ],
+      [
+        "▁prepaid",
+        0.0
+      ],
+      [
+        "▁pitted",
+        0.0
+      ],
+      [
+        "oplan",
+        0.0
+      ],
+      [
+        "▁Shelley",
+        0.0
+      ],
+      [
+        "▁Russo",
+        0.0
+      ],
+      [
+        "▁Pagan",
+        0.0
+      ],
+      [
+        "▁willfully",
+        0.0
+      ],
+      [
+        "▁Canaver",
+        0.0
+      ],
+      [
+        "undrum",
+        0.0
+      ],
+      [
+        "▁Salary",
+        0.0
+      ],
+      [
+        "▁Arpaio",
+        0.0
+      ],
+      [
+        "reader",
+        0.0
+      ],
+      [
+        "▁Rational",
+        0.0
+      ],
+      [
+        "▁Overse",
+        0.0
+      ],
+      [
+        "▁Causes",
+        0.0
+      ],
+      [
+        "▁*.",
+        0.0
+      ],
+      [
+        "▁wob",
+        0.0
+      ],
+      [
+        "Keith",
+        0.0
+      ],
+      [
+        "▁Consent",
+        0.0
+      ],
+      [
+        "manac",
+        0.0
+      ],
+      [
+        "773",
+        0.0
+      ],
+      [
+        "623",
+        0.0
+      ],
+      [
+        "▁fateful",
+        0.0
+      ],
+      [
+        "etimes",
+        0.0
+      ],
+      [
+        "▁spirited",
+        0.0
+      ],
+      [
+        "▁Dys",
+        0.0
+      ],
+      [
+        "▁hegemony",
+        0.0
+      ],
+      [
+        "▁boycot",
+        0.0
+      ],
+      [
+        "▁Enrique",
+        0.0
+      ],
+      [
+        "emouth",
+        0.0
+      ],
+      [
+        "▁timelines",
+        0.0
+      ],
+      [
+        "▁Sahara",
+        0.0
+      ],
+      [
+        "▁Relax",
+        0.0
+      ],
+      [
+        "▁Quincy",
+        0.0
+      ],
+      [
+        "▁Lessons",
+        0.0
+      ],
+      [
+        "▁EQU",
+        0.0
+      ],
+      [
+        "SEA",
+        0.0
+      ],
+      [
+        "NK",
+        0.0
+      ],
+      [
+        "▁Costco",
+        0.0
+      ],
+      [
+        "Increase",
+        0.0
+      ],
+      [
+        "▁motivating",
+        0.0
+      ],
+      [
+        "▁Chong",
+        0.0
+      ],
+      [
+        "amaru",
+        0.0
+      ],
+      [
+        "▁Divide",
+        0.0
+      ],
+      [
+        "▁pedigree",
+        0.0
+      ],
+      [
+        "▁Tasmania",
+        0.0
+      ],
+      [
+        "▁Prelude",
+        0.0
+      ],
+      [
+        "Las",
+        0.0
+      ],
+      [
+        "940",
+        0.0
+      ],
+      [
+        "574",
+        0.0
+      ],
+      [
+        "▁chau",
+        0.0
+      ],
+      [
+        "▁Spiegel",
+        0.0
+      ],
+      [
+        "unic",
+        0.0
+      ],
+      [
+        "-->",
+        0.0
+      ],
+      [
+        "▁Philips",
+        0.0
+      ],
+      [
+        "▁Kafka",
+        0.0
+      ],
+      [
+        "▁upheaval",
+        0.0
+      ],
+      [
+        "▁sentimental",
+        0.0
+      ],
+      [
+        "▁sax",
+        0.0
+      ],
+      [
+        "▁Akira",
+        0.0
+      ],
+      [
+        "serial",
+        0.0
+      ],
+      [
+        "Matrix",
+        0.0
+      ],
+      [
+        "▁electing",
+        0.0
+      ],
+      [
+        "▁commenter",
+        0.0
+      ],
+      [
+        "▁Nebula",
+        0.0
+      ],
+      [
+        "plets",
+        0.0
+      ],
+      [
+        "▁Nadu",
+        0.0
+      ],
+      [
+        "▁Adren",
+        0.0
+      ],
+      [
+        "▁enshr",
+        0.0
+      ],
+      [
+        "▁RAND",
+        0.0
+      ],
+      [
+        "financial",
+        0.0
+      ],
+      [
+        "▁Clyde",
+        0.0
+      ],
+      [
+        "utherford",
+        0.0
+      ],
+      [
+        "▁signage",
+        0.0
+      ],
+      [
+        "▁deline",
+        0.0
+      ],
+      [
+        "▁phosphate",
+        0.0
+      ],
+      [
+        "roversial",
+        0.0
+      ],
+      [
+        "fascist",
+        0.0
+      ],
+      [
+        "▁Vall",
+        0.0
+      ],
+      [
+        "▁Bethlehem",
+        0.0
+      ],
+      [
+        "▁fors",
+        0.0
+      ],
+      [
+        "▁english",
+        0.0
+      ],
+      [
+        "Solid",
+        0.0
+      ],
+      [
+        "Nature",
+        0.0
+      ],
+      [
+        "▁va",
+        0.0
+      ],
+      [
+        "▁Guests",
+        0.0
+      ],
+      [
+        "▁tantal",
+        0.0
+      ],
+      [
+        "▁autoimmune",
+        0.0
+      ],
+      [
+        ";;;;;;;;;;;;",
+        0.0
+      ],
+      [
+        "▁Totally",
+        0.0
+      ],
+      [
+        "▁Ov",
+        0.0
+      ],
+      [
+        "▁defences",
+        0.0
+      ],
+      [
+        "▁Coconut",
+        0.0
+      ],
+      [
+        "▁tranquil",
+        0.0
+      ],
+      [
+        "▁ploy",
+        0.0
+      ],
+      [
+        "▁flavours",
+        0.0
+      ],
+      [
+        "▁Flask",
+        0.0
+      ],
+      [
+        "ãĤ¨ãĥ«",
+        0.0
+      ],
+      [
+        "▁Weston",
+        0.0
+      ],
+      [
+        "▁Volvo",
+        0.0
+      ],
+      [
+        "870",
+        0.0
+      ],
+      [
+        "▁microphones",
+        0.0
+      ],
+      [
+        "verbal",
+        0.0
+      ],
+      [
+        "RPG",
+        0.0
+      ],
+      [
+        "▁iii",
+        0.0
+      ],
+      [
+        ";}",
+        0.0
+      ],
+      [
+        "028",
+        0.0
+      ],
+      [
+        "▁headlined",
+        0.0
+      ],
+      [
+        "▁primed",
+        0.0
+      ],
+      [
+        "▁hoard",
+        0.0
+      ],
+      [
+        "▁Shad",
+        0.0
+      ],
+      [
+        "▁ENTER",
+        0.0
+      ],
+      [
+        "▁triangular",
+        0.0
+      ],
+      [
+        "▁capit",
+        0.0
+      ],
+      [
+        "lik",
+        0.0
+      ],
+      [
+        "▁Ancients",
+        0.0
+      ],
+      [
+        "▁lash",
+        0.0
+      ],
+      [
+        "▁convol",
+        0.0
+      ],
+      [
+        "▁colonel",
+        0.0
+      ],
+      [
+        "enemy",
+        0.0
+      ],
+      [
+        "Gra",
+        0.0
+      ],
+      [
+        "▁pubs",
+        0.0
+      ],
+      [
+        "utters",
+        0.0
+      ],
+      [
+        "▁assigns",
+        0.0
+      ],
+      [
+        "▁Penet",
+        0.0
+      ],
+      [
+        "▁Monstrous",
+        0.0
+      ],
+      [
+        "▁Bowen",
+        0.0
+      ],
+      [
+        "ilver",
+        0.0
+      ],
+      [
+        "Haunted",
+        0.0
+      ],
+      [
+        "▁Ding",
+        0.0
+      ],
+      [
+        "started",
+        0.0
+      ],
+      [
+        "plin",
+        0.0
+      ],
+      [
+        "▁contaminants",
+        0.0
+      ],
+      [
+        "▁DOE",
+        0.0
+      ],
+      [
+        "ffen",
+        0.0
+      ],
+      [
+        "▁Technician",
+        0.0
+      ],
+      [
+        "Ry",
+        0.0
+      ],
+      [
+        "▁robbers",
+        0.0
+      ],
+      [
+        "▁hotline",
+        0.0
+      ],
+      [
+        "▁Guardiola",
+        0.0
+      ],
+      [
+        "▁Kaufman",
+        0.0
+      ],
+      [
+        "rower",
+        0.0
+      ],
+      [
+        "▁Dresden",
+        0.0
+      ],
+      [
+        "▁Alpine",
+        0.0
+      ],
+      [
+        "Elf",
+        0.0
+      ],
+      [
+        "▁fmt",
+        0.0
+      ],
+      [
+        "▁Sard",
+        0.0
+      ],
+      [
+        "urses",
+        0.0
+      ],
+      [
+        "gpu",
+        0.0
+      ],
+      [
+        "Unix",
+        0.0
+      ],
+      [
+        "▁unequivocally",
+        0.0
+      ],
+      [
+        "▁Citizenship",
+        0.0
+      ],
+      [
+        "quad",
+        0.0
+      ],
+      [
+        "mire",
+        0.0
+      ],
+      [
+        "▁Sweeney",
+        0.0
+      ],
+      [
+        "Battery",
+        0.0
+      ],
+      [
+        "615",
+        0.0
+      ],
+      [
+        "▁pancakes",
+        0.0
+      ],
+      [
+        "▁oats",
+        0.0
+      ],
+      [
+        "Maps",
+        0.0
+      ],
+      [
+        "▁Contrast",
+        0.0
+      ],
+      [
+        "mbudsman",
+        0.0
+      ],
+      [
+        "▁EPS",
+        0.0
+      ],
+      [
+        "▁subcommittee",
+        0.0
+      ],
+      [
+        "▁sourcing",
+        0.0
+      ],
+      [
+        "▁sizing",
+        0.0
+      ],
+      [
+        "▁Buffer",
+        0.0
+      ],
+      [
+        "▁Mandatory",
+        0.0
+      ],
+      [
+        "▁moderates",
+        0.0
+      ],
+      [
+        "▁Patterns",
+        0.0
+      ],
+      [
+        "▁Chocobo",
+        0.0
+      ],
+      [
+        "▁Zan",
+        0.0
+      ],
+      [
+        "▁STATES",
+        0.0
+      ],
+      [
+        "▁Judging",
+        0.0
+      ],
+      [
+        "▁Inher",
+        0.0
+      ],
+      [
+        "*:",
+        0.0
+      ],
+      [
+        "▁bil",
+        0.0
+      ],
+      [
+        "▁Yen",
+        0.0
+      ],
+      [
+        "▁exhilar",
+        0.0
+      ],
+      [
+        "ollower",
+        0.0
+      ],
+      [
+        "zers",
+        0.0
+      ],
+      [
+        "▁snug",
+        0.0
+      ],
+      [
+        "maximum",
+        0.0
+      ],
+      [
+        "▁despicable",
+        0.0
+      ],
+      [
+        "▁PACK",
+        0.0
+      ],
+      [
+        "▁Annex",
+        0.0
+      ],
+      [
+        "▁sarcastic",
+        0.0
+      ],
+      [
+        "▁latex",
+        0.0
+      ],
+      [
+        "▁tamp",
+        0.0
+      ],
+      [
+        "▁Sao",
+        0.0
+      ],
+      [
+        "bah",
+        0.0
+      ],
+      [
+        "▁Reverend",
+        0.0
+      ],
+      [
+        "▁Chinatown",
+        0.0
+      ],
+      [
+        "▁AUT",
+        0.0
+      ],
+      [
+        "documented",
+        0.0
+      ],
+      [
+        "▁GABA",
+        0.0
+      ],
+      [
+        "▁Canaan",
+        0.0
+      ],
+      [
+        "▁Ùħ",
+        0.0
+      ],
+      [
+        "▁governs",
+        0.0
+      ],
+      [
+        "prev",
+        0.0
+      ],
+      [
+        "Esc",
+        0.0
+      ],
+      [
+        "▁Estimates",
+        0.0
+      ],
+      [
+        "OSP",
+        0.0
+      ],
+      [
+        "▁endeavour",
+        0.0
+      ],
+      [
+        "▁Closing",
+        0.0
+      ],
+      [
+        "ometime",
+        0.0
+      ],
+      [
+        "everyone",
+        0.0
+      ],
+      [
+        "▁worsen",
+        0.0
+      ],
+      [
+        "▁scanners",
+        0.0
+      ],
+      [
+        "▁deviations",
+        0.0
+      ],
+      [
+        "▁Robotics",
+        0.0
+      ],
+      [
+        "▁Compton",
+        0.0
+      ],
+      [
+        "▁sorcerer",
+        0.0
+      ],
+      [
+        "▁endogenous",
+        0.0
+      ],
+      [
+        "▁emulation",
+        0.0
+      ],
+      [
+        "▁Piercing",
+        0.0
+      ],
+      [
+        "▁Aph",
+        0.0
+      ],
+      [
+        "▁Socket",
+        0.0
+      ],
+      [
+        "▁bould",
+        0.0
+      ],
+      [
+        "▁OU",
+        0.0
+      ],
+      [
+        "▁Borderlands",
+        0.0
+      ],
+      [
+        "▁1863",
+        0.0
+      ],
+      [
+        "Gordon",
+        0.0
+      ],
+      [
+        "▁WTO",
+        0.0
+      ],
+      [
+        "▁restricts",
+        0.0
+      ],
+      [
+        "▁mosaic",
+        0.0
+      ],
+      [
+        "▁melodies",
+        0.0
+      ],
+      [
+        "çĦ",
+        0.0
+      ],
+      [
+        "Tar",
+        0.0
+      ],
+      [
+        "▁disson",
+        0.0
+      ],
+      [
+        "▁Provides",
+        0.0
+      ],
+      [
+        "▁......",
+        0.0
+      ],
+      [
+        "bek",
+        0.0
+      ],
+      [
+        "FIX",
+        0.0
+      ],
+      [
+        "▁broom",
+        0.0
+      ],
+      [
+        "anship",
+        0.0
+      ],
+      [
+        "Doctors",
+        0.0
+      ],
+      [
+        "▁nerds",
+        0.0
+      ],
+      [
+        "▁Regions",
+        0.0
+      ],
+      [
+        "naissance",
+        0.0
+      ],
+      [
+        "▁mete",
+        0.0
+      ],
+      [
+        "▁crept",
+        0.0
+      ],
+      [
+        "plings",
+        0.0
+      ],
+      [
+        "▁girlfriends",
+        0.0
+      ],
+      [
+        "knit",
+        0.0
+      ],
+      [
+        "igent",
+        0.0
+      ],
+      [
+        "owe",
+        0.0
+      ],
+      [
+        "▁ushered",
+        0.0
+      ],
+      [
+        "▁Baz",
+        0.0
+      ],
+      [
+        "Mobil",
+        0.0
+      ],
+      [
+        "434",
+        0.0
+      ],
+      [
+        "▁Presents",
+        0.0
+      ],
+      [
+        "origin",
+        0.0
+      ],
+      [
+        "▁insomnia",
+        0.0
+      ],
+      [
+        "▁Aux",
+        0.0
+      ],
+      [
+        "439",
+        0.0
+      ],
+      [
+        "▁Chili",
+        0.0
+      ],
+      [
+        "irsch",
+        0.0
+      ],
+      [
+        "GAME",
+        0.0
+      ],
+      [
+        "▁gestation",
+        0.0
+      ],
+      [
+        "algia",
+        0.0
+      ],
+      [
+        "romising",
+        0.0
+      ],
+      [
+        "$,",
+        0.0
+      ],
+      [
+        "crow",
+        0.0
+      ],
+      [
+        "▁Inspection",
+        0.0
+      ],
+      [
+        "atomic",
+        0.0
+      ],
+      [
+        "Relations",
+        0.0
+      ],
+      [
+        "JOHN",
+        0.0
+      ],
+      [
+        "roman",
+        0.0
+      ],
+      [
+        "▁Clockwork",
+        0.0
+      ],
+      [
+        "▁Bakr",
+        0.0
+      ],
+      [
+        "mone",
+        0.0
+      ],
+      [
+        "MET",
+        0.0
+      ],
+      [
+        "▁thirsty",
+        0.0
+      ],
+      [
+        "▁bc",
+        0.0
+      ],
+      [
+        "▁faculties",
+        0.0
+      ],
+      [
+        "Rum",
+        0.0
+      ],
+      [
+        "▁nuance",
+        0.0
+      ],
+      [
+        "▁Darius",
+        0.0
+      ],
+      [
+        "pleting",
+        0.0
+      ],
+      [
+        "fters",
+        0.0
+      ],
+      [
+        "etchup",
+        0.0
+      ],
+      [
+        "Registration",
+        0.0
+      ],
+      [
+        "▁KE",
+        0.0
+      ],
+      [
+        "Rah",
+        0.0
+      ],
+      [
+        "▁preferential",
+        0.0
+      ],
+      [
+        "▁Lash",
+        0.0
+      ],
+      [
+        "▁HH",
+        0.0
+      ],
+      [
+        "Valid",
+        0.0
+      ],
+      [
+        "▁NAV",
+        0.0
+      ],
+      [
+        "▁starve",
+        0.0
+      ],
+      [
+        "▁Gong",
+        0.0
+      ],
+      [
+        "zynski",
+        0.0
+      ],
+      [
+        "▁Actress",
+        0.0
+      ],
+      [
+        "▁wik",
+        0.0
+      ],
+      [
+        "▁unaccompanied",
+        0.0
+      ],
+      [
+        "lvl",
+        0.0
+      ],
+      [
+        "Bride",
+        0.0
+      ],
+      [
+        "ADS",
+        0.0
+      ],
+      [
+        "▁Commando",
+        0.0
+      ],
+      [
+        "▁Vaughn",
+        0.0
+      ],
+      [
+        "Wallet",
+        0.0
+      ],
+      [
+        "▁hopping",
+        0.0
+      ],
+      [
+        "▁Vie",
+        0.0
+      ],
+      [
+        "▁caveats",
+        0.0
+      ],
+      [
+        "▁alas",
+        0.0
+      ],
+      [
+        "ifled",
+        0.0
+      ],
+      [
+        "abuse",
+        0.0
+      ],
+      [
+        "661",
+        0.0
+      ],
+      [
+        "▁ibn",
+        0.0
+      ],
+      [
+        "▁gul",
+        0.0
+      ],
+      [
+        "▁robbing",
+        0.0
+      ],
+      [
+        "til",
+        0.0
+      ],
+      [
+        "ILA",
+        0.0
+      ],
+      [
+        "▁mitigating",
+        0.0
+      ],
+      [
+        "▁aptly",
+        0.0
+      ],
+      [
+        "▁tyrant",
+        0.0
+      ],
+      [
+        "▁midday",
+        0.0
+      ],
+      [
+        "▁Gilmore",
+        0.0
+      ],
+      [
+        "▁Decker",
+        0.0
+      ],
+      [
+        "▁§§",
+        0.0
+      ],
+      [
+        "partial",
+        0.0
+      ],
+      [
+        "Exactly",
+        0.0
+      ],
+      [
+        "▁phenotype",
+        0.0
+      ],
+      [
+        "▁[+]",
+        0.0
+      ],
+      [
+        "▁Plex",
+        0.0
+      ],
+      [
+        "▁Ips",
+        0.0
+      ],
+      [
+        "versions",
+        0.0
+      ],
+      [
+        "▁ebook",
+        0.0
+      ],
+      [
+        "▁chic",
+        0.0
+      ],
+      [
+        "gross",
+        0.0
+      ],
+      [
+        "\":\"\"},{\"",
+        0.0
+      ],
+      [
+        "▁Surprisingly",
+        0.0
+      ],
+      [
+        "Morgan",
+        0.0
+      ],
+      [
+        "▁residues",
+        0.0
+      ],
+      [
+        "▁Confederation",
+        0.0
+      ],
+      [
+        "infeld",
+        0.0
+      ],
+      [
+        "▁lyr",
+        0.0
+      ],
+      [
+        "moderate",
+        0.0
+      ],
+      [
+        "▁perpendicular",
+        0.0
+      ],
+      [
+        "VK",
+        0.0
+      ],
+      [
+        "▁synchronized",
+        0.0
+      ],
+      [
+        "▁refreshed",
+        0.0
+      ],
+      [
+        "▁adore",
+        0.0
+      ],
+      [
+        "▁Torment",
+        0.0
+      ],
+      [
+        "olina",
+        0.0
+      ],
+      [
+        "▁2600",
+        0.0
+      ],
+      [
+        "ItemTracker",
+        0.0
+      ],
+      [
+        "▁pies",
+        0.0
+      ],
+      [
+        "▁FAT",
+        0.0
+      ],
+      [
+        "▁RHP",
+        0.0
+      ],
+      [
+        "048",
+        0.0
+      ],
+      [
+        "▁RESP",
+        0.0
+      ],
+      [
+        "▁BJ",
+        0.0
+      ],
+      [
+        "allows",
+        0.0
+      ],
+      [
+        "Pand",
+        0.0
+      ],
+      [
+        "▁unwelcome",
+        0.0
+      ],
+      [
+        "▁Voc",
+        0.0
+      ],
+      [
+        "▁Bastard",
+        0.0
+      ],
+      [
+        "▁OW",
+        0.0
+      ],
+      [
+        "▁LAR",
+        0.0
+      ],
+      [
+        "▁Healer",
+        0.0
+      ],
+      [
+        "Environmental",
+        0.0
+      ],
+      [
+        "▁Kenyan",
+        0.0
+      ],
+      [
+        "▁Trance",
+        0.0
+      ],
+      [
+        "▁Pats",
+        0.0
+      ],
+      [
+        "▁aliases",
+        0.0
+      ],
+      [
+        "▁Garfield",
+        0.0
+      ],
+      [
+        "▁campaigner",
+        0.0
+      ],
+      [
+        "▁advancements",
+        0.0
+      ],
+      [
+        "▁Okinawa",
+        0.0
+      ],
+      [
+        "▁Coh",
+        0.0
+      ],
+      [
+        "owsky",
+        0.0
+      ],
+      [
+        "▁starved",
+        0.0
+      ],
+      [
+        "▁sizeable",
+        0.0
+      ],
+      [
+        "▁:-)",
+        0.0
+      ],
+      [
+        "▁mRNA",
+        0.0
+      ],
+      [
+        "▁suspensions",
+        0.0
+      ],
+      [
+        "istar",
+        0.0
+      ],
+      [
+        "Scotland",
+        0.0
+      ],
+      [
+        "Prin",
+        0.0
+      ],
+      [
+        "------------------------------------------------",
+        0.0
+      ],
+      [
+        "▁502",
+        0.0
+      ],
+      [
+        "▁teaspoons",
+        0.0
+      ],
+      [
+        "▁1050",
+        0.0
+      ],
+      [
+        "▁coercive",
+        0.0
+      ],
+      [
+        "▁Masonic",
+        0.0
+      ],
+      [
+        "edded",
+        0.0
+      ],
+      [
+        "▁Passenger",
+        0.0
+      ],
+      [
+        "▁latt",
+        0.0
+      ],
+      [
+        "▁braces",
+        0.0
+      ],
+      [
+        "▁Steal",
+        0.0
+      ],
+      [
+        "▁NYT",
+        0.0
+      ],
+      [
+        "▁Kats",
+        0.0
+      ],
+      [
+        "▁Celest",
+        0.0
+      ],
+      [
+        "aez",
+        0.0
+      ],
+      [
+        "Tu",
+        0.0
+      ],
+      [
+        "▁Coulter",
+        0.0
+      ],
+      [
+        "ðŁĺ",
+        0.0
+      ],
+      [
+        "Flickr",
+        0.0
+      ],
+      [
+        "▁Wilmington",
+        0.0
+      ],
+      [
+        "iths",
+        0.0
+      ],
+      [
+        "++;",
+        0.0
+      ],
+      [
+        "▁vending",
+        0.0
+      ],
+      [
+        "▁negro",
+        0.0
+      ],
+      [
+        "▁Phi",
+        0.0
+      ],
+      [
+        "▁Yellowstone",
+        0.0
+      ],
+      [
+        "Callback",
+        0.0
+      ],
+      [
+        "▁shampoo",
+        0.0
+      ],
+      [
+        "▁Shades",
+        0.0
+      ],
+      [
+        "wat",
+        0.0
+      ],
+      [
+        "▁superhuman",
+        0.0
+      ],
+      [
+        "▁ridiculed",
+        0.0
+      ],
+      [
+        "▁holiest",
+        0.0
+      ],
+      [
+        "ombo",
+        0.0
+      ],
+      [
+        "▁interns",
+        0.0
+      ],
+      [
+        "▁hone",
+        0.0
+      ],
+      [
+        "▁Paragu",
+        0.0
+      ],
+      [
+        "URI",
+        0.0
+      ],
+      [
+        "▁dangling",
+        0.0
+      ],
+      [
+        "ãĤ»",
+        0.0
+      ],
+      [
+        "sov",
+        0.0
+      ],
+      [
+        "ictional",
+        0.0
+      ],
+      [
+        "availability",
+        0.0
+      ],
+      [
+        "▁revocation",
+        0.0
+      ],
+      [
+        "▁dow",
+        0.0
+      ],
+      [
+        "inic",
+        0.0
+      ],
+      [
+        "▁THEIR",
+        0.0
+      ],
+      [
+        "▁iso",
+        0.0
+      ],
+      [
+        "▁outings",
+        0.0
+      ],
+      [
+        "▁Lethal",
+        0.0
+      ],
+      [
+        "▁)))",
+        0.0
+      ],
+      [
+        "▁inaccur",
+        0.0
+      ],
+      [
+        "▁outlandish",
+        0.0
+      ],
+      [
+        "▁anus",
+        0.0
+      ],
+      [
+        "letico",
+        0.0
+      ],
+      [
+        "idon",
+        0.0
+      ],
+      [
+        "lol",
+        0.0
+      ],
+      [
+        "▁unregulated",
+        0.0
+      ],
+      [
+        "▁succumbed",
+        0.0
+      ],
+      [
+        "▁cuff",
+        0.0
+      ],
+      [
+        "▁Wasteland",
+        0.0
+      ],
+      [
+        "letal",
+        0.0
+      ],
+      [
+        "▁substr",
+        0.0
+      ],
+      [
+        "▁coffers",
+        0.0
+      ],
+      [
+        "▁automakers",
+        0.0
+      ],
+      [
+        "ovi",
+        0.0
+      ],
+      [
+        "▁Xue",
+        0.0
+      ],
+      [
+        "▁Daytona",
+        0.0
+      ],
+      [
+        "▁jarring",
+        0.0
+      ],
+      [
+        "▁fumes",
+        0.0
+      ],
+      [
+        "▁disbanded",
+        0.0
+      ],
+      [
+        "zik",
+        0.0
+      ],
+      [
+        "itton",
+        0.0
+      ],
+      [
+        "▁strikingly",
+        0.0
+      ],
+      [
+        "▁spores",
+        0.0
+      ],
+      [
+        "Adapter",
+        0.0
+      ],
+      [
+        ".):",
+        0.0
+      ],
+      [
+        "▁Lyndon",
+        0.0
+      ],
+      [
+        "ivalry",
+        0.0
+      ],
+      [
+        "▁orally",
+        0.0
+      ],
+      [
+        "▁tumultuous",
+        0.0
+      ],
+      [
+        "▁displeasure",
+        0.0
+      ],
+      [
+        "▁cones",
+        0.0
+      ],
+      [
+        "orrect",
+        0.0
+      ],
+      [
+        "▁appease",
+        0.0
+      ],
+      [
+        "▁derby",
+        0.0
+      ],
+      [
+        "▁Tripoli",
+        0.0
+      ],
+      [
+        "▁Aless",
+        0.0
+      ],
+      [
+        "▁poked",
+        0.0
+      ],
+      [
+        "▁Guilty",
+        0.0
+      ],
+      [
+        "vP",
+        0.0
+      ],
+      [
+        "Enough",
+        0.0
+      ],
+      [
+        "▁originals",
+        0.0
+      ],
+      [
+        "699",
+        0.0
+      ],
+      [
+        "▁rabbi",
+        0.0
+      ],
+      [
+        "▁proverbial",
+        0.0
+      ],
+      [
+        "▁postpone",
+        0.0
+      ],
+      [
+        "elope",
+        0.0
+      ],
+      [
+        "▁Misty",
+        0.0
+      ],
+      [
+        "▁staffed",
+        0.0
+      ],
+      [
+        "▁Unemployment",
+        0.0
+      ],
+      [
+        "reditary",
+        0.0
+      ],
+      [
+        "▁diligent",
+        0.0
+      ],
+      [
+        "recomm",
+        0.0
+      ],
+      [
+        "measures",
+        0.0
+      ],
+      [
+        "asin",
+        0.0
+      ],
+      [
+        "825",
+        0.0
+      ],
+      [
+        "▁ponds",
+        0.0
+      ],
+      [
+        "▁mmol",
+        0.0
+      ],
+      [
+        "▁SAR",
+        0.0
+      ],
+      [
+        "▁CARE",
+        0.0
+      ],
+      [
+        "▁371",
+        0.0
+      ],
+      [
+        "▁clenched",
+        0.0
+      ],
+      [
+        "▁Corsair",
+        0.0
+      ],
+      [
+        "▁caricature",
+        0.0
+      ],
+      [
+        "zn",
+        0.0
+      ],
+      [
+        "attach",
+        0.0
+      ],
+      [
+        "▁Schro",
+        0.0
+      ],
+      [
+        "speak",
+        0.0
+      ],
+      [
+        "painted",
+        0.0
+      ],
+      [
+        "▁Suc",
+        0.0
+      ],
+      [
+        "▁ENT",
+        0.0
+      ],
+      [
+        "▁cellul",
+        0.0
+      ],
+      [
+        "▁Paid",
+        0.0
+      ],
+      [
+        "diagn",
+        0.0
+      ],
+      [
+        "WHERE",
+        0.0
+      ],
+      [
+        "▁texted",
+        0.0
+      ],
+      [
+        "Barn",
+        0.0
+      ],
+      [
+        "▁retracted",
+        0.0
+      ],
+      [
+        "▁Referred",
+        0.0
+      ],
+      [
+        "Sav",
+        0.0
+      ],
+      [
+        "▁upkeep",
+        0.0
+      ],
+      [
+        "▁workplaces",
+        0.0
+      ],
+      [
+        "▁Tokens",
+        0.0
+      ],
+      [
+        "▁amplify",
+        0.0
+      ],
+      [
+        "clinical",
+        0.0
+      ],
+      [
+        "▁multic",
+        0.0
+      ],
+      [
+        "mberg",
+        0.0
+      ],
+      [
+        "▁convoluted",
+        0.0
+      ],
+      [
+        "Region",
+        0.0
+      ],
+      [
+        "565",
+        0.0
+      ],
+      [
+        "▁Topic",
+        0.0
+      ],
+      [
+        "▁snail",
+        0.0
+      ],
+      [
+        "▁saline",
+        0.0
+      ],
+      [
+        "▁insurrection",
+        0.0
+      ],
+      [
+        "▁Petr",
+        0.0
+      ],
+      [
+        "forts",
+        0.0
+      ],
+      [
+        "BAT",
+        0.0
+      ],
+      [
+        "▁Navajo",
+        0.0
+      ],
+      [
+        "▁rudimentary",
+        0.0
+      ],
+      [
+        "▁Laksh",
+        0.0
+      ],
+      [
+        "ONDON",
+        0.0
+      ],
+      [
+        "Measure",
+        0.0
+      ],
+      [
+        "▁transformer",
+        0.0
+      ],
+      [
+        "▁Goddard",
+        0.0
+      ],
+      [
+        "▁coincides",
+        0.0
+      ],
+      [
+        "irin",
+        0.0
+      ],
+      [
+        "Rex",
+        0.0
+      ],
+      [
+        "▁Bok",
+        0.0
+      ],
+      [
+        "quit",
+        0.0
+      ],
+      [
+        "▁shotguns",
+        0.0
+      ],
+      [
+        "▁proletarian",
+        0.0
+      ],
+      [
+        "▁scorp",
+        0.0
+      ],
+      [
+        "▁Ada",
+        0.0
+      ],
+      [
+        "514",
+        0.0
+      ],
+      [
+        "▁slander",
+        0.0
+      ],
+      [
+        "recorded",
+        0.0
+      ],
+      [
+        "▁embell",
+        0.0
+      ],
+      [
+        "risome",
+        0.0
+      ],
+      [
+        "▁apologizing",
+        0.0
+      ],
+      [
+        "▁Mulcair",
+        0.0
+      ],
+      [
+        "▁Gibraltar",
+        0.0
+      ],
+      [
+        "Cla",
+        0.0
+      ],
+      [
+        "▁allot",
+        0.0
+      ],
+      [
+        "▁Attention",
+        0.0
+      ],
+      [
+        "▁433",
+        0.0
+      ],
+      [
+        "leave",
+        0.0
+      ],
+      [
+        "▁whine",
+        0.0
+      ],
+      [
+        "▁Issa",
+        0.0
+      ],
+      [
+        "▁Faust",
+        0.0
+      ],
+      [
+        "▁Barron",
+        0.0
+      ],
+      [
+        "heny",
+        0.0
+      ],
+      [
+        "▁victimized",
+        0.0
+      ],
+      [
+        "Jews",
+        0.0
+      ],
+      [
+        "▁nurturing",
+        0.0
+      ],
+      [
+        "ettel",
+        0.0
+      ],
+      [
+        "Winged",
+        0.0
+      ],
+      [
+        "▁Subtle",
+        0.0
+      ],
+      [
+        "▁flavorful",
+        0.0
+      ],
+      [
+        "▁Reps",
+        0.0
+      ],
+      [
+        "enged",
+        0.0
+      ],
+      [
+        "callback",
+        0.0
+      ],
+      [
+        "▁directional",
+        0.0
+      ],
+      [
+        "▁clasp",
+        0.0
+      ],
+      [
+        "▁Directions",
+        0.0
+      ],
+      [
+        "planet",
+        0.0
+      ],
+      [
+        "iculture",
+        0.0
+      ],
+      [
+        "Helper",
+        0.0
+      ],
+      [
+        "icion",
+        0.0
+      ],
+      [
+        "acia",
+        0.0
+      ],
+      [
+        "▁ç¥ŀ",
+        0.0
+      ],
+      [
+        "▁surges",
+        0.0
+      ],
+      [
+        "▁canoe",
+        0.0
+      ],
+      [
+        "▁Premiership",
+        0.0
+      ],
+      [
+        "been",
+        0.0
+      ],
+      [
+        "▁defied",
+        0.0
+      ],
+      [
+        "▁Trooper",
+        0.0
+      ],
+      [
+        "▁tripod",
+        0.0
+      ],
+      [
+        "▁gasp",
+        0.0
+      ],
+      [
+        "▁Euph",
+        0.0
+      ],
+      [
+        "▁Ads",
+        0.0
+      ],
+      [
+        "vernight",
+        0.0
+      ],
+      [
+        "highly",
+        0.0
+      ],
+      [
+        "Role",
+        0.0
+      ],
+      [
+        "▁entangled",
+        0.0
+      ],
+      [
+        "▁Zeit",
+        0.0
+      ],
+      [
+        "618",
+        0.0
+      ],
+      [
+        "▁Rusty",
+        0.0
+      ],
+      [
+        "▁havens",
+        0.0
+      ],
+      [
+        "▁Vaughan",
+        0.0
+      ],
+      [
+        "HAEL",
+        0.0
+      ],
+      [
+        "▁SERVICE",
+        0.0
+      ],
+      [
+        "/,",
+        0.0
+      ],
+      [
+        "▁stricken",
+        0.0
+      ],
+      [
+        "▁delusions",
+        0.0
+      ],
+      [
+        "▁bis",
+        0.0
+      ],
+      [
+        "▁Haf",
+        0.0
+      ],
+      [
+        "▁gratification",
+        0.0
+      ],
+      [
+        "▁enticing",
+        0.0
+      ],
+      [
+        "UNCH",
+        0.0
+      ],
+      [
+        "Adams",
+        0.0
+      ],
+      [
+        "▁OLED",
+        0.0
+      ],
+      [
+        "▁Beetle",
+        0.0
+      ],
+      [
+        "▁1899",
+        0.0
+      ],
+      [
+        "▁SOFTWARE",
+        0.0
+      ],
+      [
+        "ategor",
+        0.0
+      ],
+      [
+        "VL",
+        0.0
+      ],
+      [
+        "▁Totem",
+        0.0
+      ],
+      [
+        "▁Gators",
+        0.0
+      ],
+      [
+        "ATURES",
+        0.0
+      ],
+      [
+        "▁impedance",
+        0.0
+      ],
+      [
+        "Registered",
+        0.0
+      ],
+      [
+        "▁Cary",
+        0.0
+      ],
+      [
+        "▁Aerial",
+        0.0
+      ],
+      [
+        "onne",
+        0.0
+      ],
+      [
+        "enium",
+        0.0
+      ],
+      [
+        "▁dred",
+        0.0
+      ],
+      [
+        "▁Beg",
+        0.0
+      ],
+      [
+        "▁concurrently",
+        0.0
+      ],
+      [
+        "▁superpower",
+        0.0
+      ],
+      [
+        "▁Xan",
+        0.0
+      ],
+      [
+        "jew",
+        0.0
+      ],
+      [
+        "imester",
+        0.0
+      ],
+      [
+        "▁Dickinson",
+        0.0
+      ],
+      [
+        "âĶģ",
+        0.0
+      ],
+      [
+        "Fla",
+        0.0
+      ],
+      [
+        "▁pree",
+        0.0
+      ],
+      [
+        "▁Rollins",
+        0.0
+      ],
+      [
+        "©¶æ",
+        0.0
+      ],
+      [
+        "▁denomination",
+        0.0
+      ],
+      [
+        "▁Lana",
+        0.0
+      ],
+      [
+        "516",
+        0.0
+      ],
+      [
+        "▁inciting",
+        0.0
+      ],
+      [
+        "scribed",
+        0.0
+      ],
+      [
+        "juries",
+        0.0
+      ],
+      [
+        "▁Wonders",
+        0.0
+      ],
+      [
+        "approximately",
+        0.0
+      ],
+      [
+        "▁suspending",
+        0.0
+      ],
+      [
+        "▁mountainous",
+        0.0
+      ],
+      [
+        "▁Laugh",
+        0.0
+      ],
+      [
+        "oidal",
+        0.0
+      ],
+      [
+        "Ns",
+        0.0
+      ],
+      [
+        "Detect",
+        0.0
+      ],
+      [
+        ")=",
+        0.0
+      ],
+      [
+        "▁Luthor",
+        0.0
+      ],
+      [
+        "▁Schwarzenegger",
+        0.0
+      ],
+      [
+        "▁Muller",
+        0.0
+      ],
+      [
+        "▁Devi",
+        0.0
+      ],
+      [
+        "ecycle",
+        0.0
+      ],
+      [
+        "Jar",
+        0.0
+      ],
+      [
+        "613",
+        0.0
+      ],
+      [
+        "▁Longh",
+        0.0
+      ],
+      [
+        "Bah",
+        0.0
+      ],
+      [
+        "▁SPORTS",
+        0.0
+      ],
+      [
+        "nw",
+        0.0
+      ],
+      [
+        "▁refinement",
+        0.0
+      ],
+      [
+        "▁waterways",
+        0.0
+      ],
+      [
+        "▁diner",
+        0.0
+      ],
+      [
+        "Blade",
+        0.0
+      ],
+      [
+        "683",
+        0.0
+      ],
+      [
+        "Fac",
+        0.0
+      ],
+      [
+        "▁initials",
+        0.0
+      ],
+      [
+        "▁rog",
+        0.0
+      ],
+      [
+        "▁paranormal",
+        0.0
+      ],
+      [
+        "BUT",
+        0.0
+      ],
+      [
+        "▁[(",
+        0.0
+      ],
+      [
+        "▁Swanson",
+        0.0
+      ],
+      [
+        "▁Mesh",
+        0.0
+      ],
+      [
+        "âĸ¬",
+        0.0
+      ],
+      [
+        "Improve",
+        0.0
+      ],
+      [
+        "▁Radiation",
+        0.0
+      ],
+      [
+        "▁Esther",
+        0.0
+      ],
+      [
+        "▁Esk",
+        0.0
+      ],
+      [
+        "▁Aly",
+        0.0
+      ],
+      [
+        "iky",
+        0.0
+      ],
+      [
+        "▁irrad",
+        0.0
+      ],
+      [
+        "▁Buckingham",
+        0.0
+      ],
+      [
+        "▁refill",
+        0.0
+      ],
+      [
+        "▁._",
+        0.0
+      ],
+      [
+        "Repe",
+        0.0
+      ],
+      [
+        "CONCLUS",
+        0.0
+      ],
+      [
+        "▁differentiated",
+        0.0
+      ],
+      [
+        "▁chirop",
+        0.0
+      ],
+      [
+        "▁Atkins",
+        0.0
+      ],
+      [
+        "Pattern",
+        0.0
+      ],
+      [
+        "▁excise",
+        0.0
+      ],
+      [
+        "▁cabal",
+        0.0
+      ],
+      [
+        "NSA",
+        0.0
+      ],
+      [
+        "▁STA",
+        0.0
+      ],
+      [
+        "▁SIL",
+        0.0
+      ],
+      [
+        "▁Paraly",
+        0.0
+      ],
+      [
+        "▁rye",
+        0.0
+      ],
+      [
+        "▁Howell",
+        0.0
+      ],
+      [
+        "▁Countdown",
+        0.0
+      ],
+      [
+        "nesses",
+        0.0
+      ],
+      [
+        "alysed",
+        0.0
+      ],
+      [
+        "▁resize",
+        0.0
+      ],
+      [
+        "ãĤ½",
+        0.0
+      ],
+      [
+        "▁budgetary",
+        0.0
+      ],
+      [
+        "▁Stras",
+        0.0
+      ],
+      [
+        "wang",
+        0.0
+      ],
+      [
+        "▁apiece",
+        0.0
+      ],
+      [
+        "▁precincts",
+        0.0
+      ],
+      [
+        "▁peach",
+        0.0
+      ],
+      [
+        "▁skyline",
+        0.0
+      ],
+      [
+        "▁353",
+        0.0
+      ],
+      [
+        "popular",
+        0.0
+      ],
+      [
+        "Appearances",
+        0.0
+      ],
+      [
+        "▁Mechanics",
+        0.0
+      ],
+      [
+        "▁DevOnline",
+        0.0
+      ],
+      [
+        "Sullivan",
+        0.0
+      ],
+      [
+        "Zen",
+        0.0
+      ],
+      [
+        "▁pu",
+        0.0
+      ],
+      [
+        "opolis",
+        0.0
+      ],
+      [
+        "544",
+        0.0
+      ],
+      [
+        "▁deform",
+        0.0
+      ],
+      [
+        "▁counteract",
+        0.0
+      ],
+      [
+        "▁Lange",
+        0.0
+      ],
+      [
+        "▁417",
+        0.0
+      ],
+      [
+        "Console",
+        0.0
+      ],
+      [
+        "774",
+        0.0
+      ],
+      [
+        "▁nodding",
+        0.0
+      ],
+      [
+        "▁populism",
+        0.0
+      ],
+      [
+        "▁hep",
+        0.0
+      ],
+      [
+        "▁counselling",
+        0.0
+      ],
+      [
+        "compliance",
+        0.0
+      ],
+      [
+        "UFF",
+        0.0
+      ],
+      [
+        "▁undeniably",
+        0.0
+      ],
+      [
+        "▁railing",
+        0.0
+      ],
+      [
+        "▁Horowitz",
+        0.0
+      ],
+      [
+        "▁Simone",
+        0.0
+      ],
+      [
+        "▁Bungie",
+        0.0
+      ],
+      [
+        "▁ak",
+        0.0
+      ],
+      [
+        "▁Talks",
+        0.0
+      ],
+      [
+        "xff",
+        0.0
+      ],
+      [
+        "flake",
+        0.0
+      ],
+      [
+        "Crash",
+        0.0
+      ],
+      [
+        "▁sweaty",
+        0.0
+      ],
+      [
+        "▁banquet",
+        0.0
+      ],
+      [
+        "▁OFFIC",
+        0.0
+      ],
+      [
+        "▁inventive",
+        0.0
+      ],
+      [
+        "▁astronomer",
+        0.0
+      ],
+      [
+        "▁Stamford",
+        0.0
+      ],
+      [
+        "▁Scare",
+        0.0
+      ],
+      [
+        "▁GREEN",
+        0.0
+      ],
+      [
+        "olicited",
+        0.0
+      ],
+      [
+        "▁rusher",
+        0.0
+      ],
+      [
+        "▁centrist",
+        0.0
+      ],
+      [
+        "ighting",
+        0.0
+      ],
+      [
+        "▁subclass",
+        0.0
+      ],
+      [
+        "▁disav",
+        0.0
+      ],
+      [
+        "▁defund",
+        0.0
+      ],
+      [
+        "▁Nanto",
+        0.0
+      ],
+      [
+        "ociate",
+        0.0
+      ],
+      [
+        "mast",
+        0.0
+      ],
+      [
+        "▁pacif",
+        0.0
+      ],
+      [
+        "▁mend",
+        0.0
+      ],
+      [
+        "eers",
+        0.0
+      ],
+      [
+        "immigration",
+        0.0
+      ],
+      [
+        "ESSION",
+        0.0
+      ],
+      [
+        "▁numbering",
+        0.0
+      ],
+      [
+        "▁laughable",
+        0.0
+      ],
+      [
+        "▁Ended",
+        0.0
+      ],
+      [
+        "viation",
+        0.0
+      ],
+      [
+        "emark",
+        0.0
+      ],
+      [
+        "Pitt",
+        0.0
+      ],
+      [
+        "▁meticulous",
+        0.0
+      ],
+      [
+        "▁LF",
+        0.0
+      ],
+      [
+        "▁congratulated",
+        0.0
+      ],
+      [
+        "▁Birch",
+        0.0
+      ],
+      [
+        "▁swayed",
+        0.0
+      ],
+      [
+        "▁semifinals",
+        0.0
+      ],
+      [
+        "▁humankind",
+        0.0
+      ],
+      [
+        "matter",
+        0.0
+      ],
+      [
+        "▁Equip",
+        0.0
+      ],
+      [
+        "opausal",
+        0.0
+      ],
+      [
+        "Said",
+        0.0
+      ],
+      [
+        "▁Layout",
+        0.0
+      ],
+      [
+        "▁voicing",
+        0.0
+      ],
+      [
+        "▁thug",
+        0.0
+      ],
+      [
+        "▁pornographic",
+        0.0
+      ],
+      [
+        "IPS",
+        0.0
+      ],
+      [
+        "▁moaning",
+        0.0
+      ],
+      [
+        "▁grievance",
+        0.0
+      ],
+      [
+        "▁confessions",
+        0.0
+      ],
+      [
+        "escal",
+        0.0
+      ],
+      [
+        "TEXTURE",
+        0.0
+      ],
+      [
+        "Authent",
+        0.0
+      ],
+      [
+        "osaurus",
+        0.0
+      ],
+      [
+        "Purchase",
+        0.0
+      ],
+      [
+        "▁relegation",
+        0.0
+      ],
+      [
+        "alter",
+        0.0
+      ],
+      [
+        "▁³³",
+        0.0
+      ],
+      [
+        "▁riddled",
+        0.0
+      ],
+      [
+        "▁ogre",
+        0.0
+      ],
+      [
+        "▁Lowell",
+        0.0
+      ],
+      [
+        "Occup",
+        0.0
+      ],
+      [
+        "Eat",
+        0.0
+      ],
+      [
+        "▁Hyder",
+        0.0
+      ],
+      [
+        "▁Adviser",
+        0.0
+      ],
+      [
+        "Commerce",
+        0.0
+      ],
+      [
+        "Hunt",
+        0.0
+      ],
+      [
+        "▁Orth",
+        0.0
+      ],
+      [
+        "▁Competitive",
+        0.0
+      ],
+      [
+        "▁CLA",
+        0.0
+      ],
+      [
+        "CDC",
+        0.0
+      ],
+      [
+        "▁salads",
+        0.0
+      ],
+      [
+        "Fle",
+        0.0
+      ],
+      [
+        "▁industrialized",
+        0.0
+      ],
+      [
+        "`,",
+        0.0
+      ],
+      [
+        "▁OWN",
+        0.0
+      ],
+      [
+        "▁beck",
+        0.0
+      ],
+      [
+        "▁Particularly",
+        0.0
+      ],
+      [
+        "oubt",
+        0.0
+      ],
+      [
+        "▁mM",
+        0.0
+      ],
+      [
+        "▁Hussain",
+        0.0
+      ],
+      [
+        "▁Chennai",
+        0.0
+      ],
+      [
+        "▁920",
+        0.0
+      ],
+      [
+        "▁appointing",
+        0.0
+      ],
+      [
+        "▁Cullen",
+        0.0
+      ],
+      [
+        ",,,,,,,,",
+        0.0
+      ],
+      [
+        "▁pores",
+        0.0
+      ],
+      [
+        "verified",
+        0.0
+      ],
+      [
+        "▁biochemical",
+        0.0
+      ],
+      [
+        "emate",
+        0.0
+      ],
+      [
+        "▁cowardly",
+        0.0
+      ],
+      [
+        "▁Helsinki",
+        0.0
+      ],
+      [
+        "▁Ethiopian",
+        0.0
+      ],
+      [
+        "SOURCE",
+        0.0
+      ],
+      [
+        "ERC",
+        0.0
+      ],
+      [
+        "estro",
+        0.0
+      ],
+      [
+        "▁biotech",
+        0.0
+      ],
+      [
+        "▁Sour",
+        0.0
+      ],
+      [
+        "▁brewer",
+        0.0
+      ],
+      [
+        "Bloomberg",
+        0.0
+      ],
+      [
+        "▁intensify",
+        0.0
+      ],
+      [
+        "Glass",
+        0.0
+      ],
+      [
+        "anco",
+        0.0
+      ],
+      [
+        "▁FDR",
+        0.0
+      ],
+      [
+        "greSQL",
+        0.0
+      ],
+      [
+        "▁Fires",
+        0.0
+      ],
+      [
+        "©¶æ¥µ",
+        0.0
+      ],
+      [
+        "eco",
+        0.0
+      ],
+      [
+        "1001",
+        0.0
+      ],
+      [
+        "▁Homeless",
+        0.0
+      ],
+      [
+        "▁instantaneous",
+        0.0
+      ],
+      [
+        "▁Haste",
+        0.0
+      ],
+      [
+        "igel",
+        0.0
+      ],
+      [
+        "Diamond",
+        0.0
+      ],
+      [
+        "▁paving",
+        0.0
+      ],
+      [
+        "▁landfill",
+        0.0
+      ],
+      [
+        "▁dads",
+        0.0
+      ],
+      [
+        "houn",
+        0.0
+      ],
+      [
+        ":]",
+        0.0
+      ],
+      [
+        "▁incendiary",
+        0.0
+      ],
+      [
+        "▁Livingston",
+        0.0
+      ],
+      [
+        "▁Hilbert",
+        0.0
+      ],
+      [
+        "▁Checks",
+        0.0
+      ],
+      [
+        "styles",
+        0.0
+      ],
+      [
+        "inators",
+        0.0
+      ],
+      [
+        "▁Clive",
+        0.0
+      ],
+      [
+        "phrine",
+        0.0
+      ],
+      [
+        "▁chimpanzees",
+        0.0
+      ],
+      [
+        "▁pall",
+        0.0
+      ],
+      [
+        "▁JM",
+        0.0
+      ],
+      [
+        "▁Aadhaar",
+        0.0
+      ],
+      [
+        "ðĿ",
+        0.0
+      ],
+      [
+        "▁achievable",
+        0.0
+      ],
+      [
+        "disabled",
+        0.0
+      ],
+      [
+        "PET",
+        0.0
+      ],
+      [
+        "OOOOOOOO",
+        0.0
+      ],
+      [
+        "Mot",
+        0.0
+      ],
+      [
+        "▁intangible",
+        0.0
+      ],
+      [
+        "▁ballet",
+        0.0
+      ],
+      [
+        "▁Webs",
+        0.0
+      ],
+      [
+        "▁Estimated",
+        0.0
+      ],
+      [
+        "Effects",
+        0.0
+      ],
+      [
+        "▁bailed",
+        0.0
+      ],
+      [
+        "Joshua",
+        0.0
+      ],
+      [
+        "▁turbulence",
+        0.0
+      ],
+      [
+        "▁occupant",
+        0.0
+      ],
+      [
+        "▁Daylight",
+        0.0
+      ],
+      [
+        "▁361",
+        0.0
+      ],
+      [
+        "meet",
+        0.0
+      ],
+      [
+        "▁statically",
+        0.0
+      ],
+      [
+        "▁onlook",
+        0.0
+      ],
+      [
+        "▁ki",
+        0.0
+      ],
+      [
+        "illegal",
+        0.0
+      ],
+      [
+        "▁velvet",
+        0.0
+      ],
+      [
+        "▁dehydration",
+        0.0
+      ],
+      [
+        "▁acquies",
+        0.0
+      ],
+      [
+        "▁Rez",
+        0.0
+      ],
+      [
+        "akura",
+        0.0
+      ],
+      [
+        "▁Upton",
+        0.0
+      ],
+      [
+        "atro",
+        0.0
+      ],
+      [
+        "▁incomprehensible",
+        0.0
+      ],
+      [
+        "▁backdoor",
+        0.0
+      ],
+      [
+        "▁Rhino",
+        0.0
+      ],
+      [
+        "727",
+        0.0
+      ],
+      [
+        "▁maths",
+        0.0
+      ],
+      [
+        ")+",
+        0.0
+      ],
+      [
+        "▁heresy",
+        0.0
+      ],
+      [
+        "▁df",
+        0.0
+      ],
+      [
+        "▁Roche",
+        0.0
+      ],
+      [
+        "▁Lydia",
+        0.0
+      ],
+      [
+        "▁pancreat",
+        0.0
+      ],
+      [
+        "reply",
+        0.0
+      ],
+      [
+        "arrell",
+        0.0
+      ],
+      [
+        "▁solicitation",
+        0.0
+      ],
+      [
+        "▁circadian",
+        0.0
+      ],
+      [
+        "BIP",
+        0.0
+      ],
+      [
+        "▁foray",
+        0.0
+      ],
+      [
+        "▁cryptic",
+        0.0
+      ],
+      [
+        "izu",
+        0.0
+      ],
+      [
+        "imeo",
+        0.0
+      ],
+      [
+        "▁Tomato",
+        0.0
+      ],
+      [
+        "▁Homs",
+        0.0
+      ],
+      [
+        "examination",
+        0.0
+      ],
+      [
+        "▁quarry",
+        0.0
+      ],
+      [
+        "▁Valiant",
+        0.0
+      ],
+      [
+        "▁Jericho",
+        0.0
+      ],
+      [
+        "▁INCLUD",
+        0.0
+      ],
+      [
+        "▁1840",
+        0.0
+      ],
+      [
+        "519",
+        0.0
+      ],
+      [
+        "▁resists",
+        0.0
+      ],
+      [
+        "▁snapshots",
+        0.0
+      ],
+      [
+        "▁Spur",
+        0.0
+      ],
+      [
+        "▁Antiqu",
+        0.0
+      ],
+      [
+        "Login",
+        0.0
+      ],
+      [
+        "▁bestselling",
+        0.0
+      ],
+      [
+        "▁antic",
+        0.0
+      ],
+      [
+        "▁Sutherland",
+        0.0
+      ],
+      [
+        "ãĤ¢ãĥ«",
+        0.0
+      ],
+      [
+        "▁~/",
+        0.0
+      ],
+      [
+        "▁Parm",
+        0.0
+      ],
+      [
+        "èĥ",
+        0.0
+      ],
+      [
+        "Pages",
+        0.0
+      ],
+      [
+        "intensity",
+        0.0
+      ],
+      [
+        "▁immobil",
+        0.0
+      ],
+      [
+        "▁1865",
+        0.0
+      ],
+      [
+        "zzo",
+        0.0
+      ],
+      [
+        "▁nifty",
+        0.0
+      ],
+      [
+        "▁fentanyl",
+        0.0
+      ],
+      [
+        "▁Preservation",
+        0.0
+      ],
+      [
+        "ophen",
+        0.0
+      ],
+      [
+        "▁darts",
+        0.0
+      ],
+      [
+        "▁Dinosaur",
+        0.0
+      ],
+      [
+        "pointers",
+        0.0
+      ],
+      [
+        "▁Rite",
+        0.0
+      ],
+      [
+        "suggest",
+        0.0
+      ],
+      [
+        "awareness",
+        0.0
+      ],
+      [
+        "▁Sheridan",
+        0.0
+      ],
+      [
+        "▁stances",
+        0.0
+      ],
+      [
+        "▁sorcery",
+        0.0
+      ],
+      [
+        "▁perjury",
+        0.0
+      ],
+      [
+        "▁Nikola",
+        0.0
+      ],
+      [
+        "iever",
+        0.0
+      ],
+      [
+        "▁fiance",
+        0.0
+      ],
+      [
+        "▁Jordanian",
+        0.0
+      ],
+      [
+        "▁Balloon",
+        0.0
+      ],
+      [
+        "▁nab",
+        0.0
+      ],
+      [
+        "▁kb",
+        0.0
+      ],
+      [
+        "▁humanities",
+        0.0
+      ],
+      [
+        "▁Tanaka",
+        0.0
+      ],
+      [
+        "hillary",
+        0.0
+      ],
+      [
+        "▁consultancy",
+        0.0
+      ],
+      [
+        "▁Zub",
+        0.0
+      ],
+      [
+        "▁remission",
+        0.0
+      ],
+      [
+        "▁confid",
+        0.0
+      ],
+      [
+        "CHQ",
+        0.0
+      ],
+      [
+        "▁Fug",
+        0.0
+      ],
+      [
+        "▁improvis",
+        0.0
+      ],
+      [
+        "Yep",
+        0.0
+      ],
+      [
+        "/_",
+        0.0
+      ],
+      [
+        "▁unwillingness",
+        0.0
+      ],
+      [
+        "▁portfolios",
+        0.0
+      ],
+      [
+        "055",
+        0.0
+      ],
+      [
+        "▁Instructor",
+        0.0
+      ],
+      [
+        "aiman",
+        0.0
+      ],
+      [
+        "▁claimants",
+        0.0
+      ],
+      [
+        "Mbps",
+        0.0
+      ],
+      [
+        "▁Bye",
+        0.0
+      ],
+      [
+        "received",
+        0.0
+      ],
+      [
+        "Tweet",
+        0.0
+      ],
+      [
+        "▁indemn",
+        0.0
+      ],
+      [
+        "riz",
+        0.0
+      ],
+      [
+        "amara",
+        0.0
+      ],
+      [
+        "Nat",
+        0.0
+      ],
+      [
+        "▁evaluates",
+        0.0
+      ],
+      [
+        "▁Lur",
+        0.0
+      ],
+      [
+        "epad",
+        0.0
+      ],
+      [
+        "FOX",
+        0.0
+      ],
+      [
+        "▁Thro",
+        0.0
+      ],
+      [
+        "▁rusty",
+        0.0
+      ],
+      [
+        "▁bedrock",
+        0.0
+      ],
+      [
+        "▁Oprah",
+        0.0
+      ],
+      [
+        "JB",
+        0.0
+      ],
+      [
+        "▁manipulative",
+        0.0
+      ],
+      [
+        "▁willful",
+        0.0
+      ],
+      [
+        "▁relapse",
+        0.0
+      ],
+      [
+        "▁extant",
+        0.0
+      ],
+      [
+        "Theme",
+        0.0
+      ],
+      [
+        "Sensor",
+        0.0
+      ],
+      [
+        "▁Stability",
+        0.0
+      ],
+      [
+        "govern",
+        0.0
+      ],
+      [
+        "▁poppy",
+        0.0
+      ],
+      [
+        "▁knack",
+        0.0
+      ],
+      [
+        "▁insulated",
+        0.0
+      ],
+      [
+        "▁Tile",
+        0.0
+      ],
+      [
+        "▁Extrem",
+        0.0
+      ],
+      [
+        "▁untold",
+        0.0
+      ],
+      [
+        "▁converge",
+        0.0
+      ],
+      [
+        "▁refuel",
+        0.0
+      ],
+      [
+        "igroup",
+        0.0
+      ],
+      [
+        "▁distortions",
+        0.0
+      ],
+      [
+        "▁ravaged",
+        0.0
+      ],
+      [
+        "▁mechanically",
+        0.0
+      ],
+      [
+        "▁Reilly",
+        0.0
+      ],
+      [
+        "▁Nose",
+        0.0
+      ],
+      [
+        "▁Incarnation",
+        0.0
+      ],
+      [
+        "▁Becky",
+        0.0
+      ],
+      [
+        "abbling",
+        0.0
+      ],
+      [
+        "▁taco",
+        0.0
+      ],
+      [
+        "▁rake",
+        0.0
+      ],
+      [
+        "▁melancholy",
+        0.0
+      ],
+      [
+        "▁illustrious",
+        0.0
+      ],
+      [
+        "▁Dartmouth",
+        0.0
+      ],
+      [
+        "Guide",
+        0.0
+      ],
+      [
+        "▁Razer",
+        0.0
+      ],
+      [
+        "▁Benz",
+        0.0
+      ],
+      [
+        "Ultimate",
+        0.0
+      ],
+      [
+        "▁Surprise",
+        0.0
+      ],
+      [
+        "▁pageant",
+        0.0
+      ],
+      [
+        "offer",
+        0.0
+      ],
+      [
+        "Whoever",
+        0.0
+      ],
+      [
+        "▁wiser",
+        0.0
+      ],
+      [
+        "▁chemist",
+        0.0
+      ],
+      [
+        "▁HELL",
+        0.0
+      ],
+      [
+        "▁Bulk",
+        0.0
+      ],
+      [
+        "▁plutonium",
+        0.0
+      ],
+      [
+        "▁COVER",
+        0.0
+      ],
+      [
+        "Ö¼",
+        0.0
+      ],
+      [
+        "failed",
+        0.0
+      ],
+      [
+        "▁tirelessly",
+        0.0
+      ],
+      [
+        "▁infertility",
+        0.0
+      ],
+      [
+        "▁Trident",
+        0.0
+      ],
+      [
+        "▁Showtime",
+        0.0
+      ],
+      [
+        "▁Civ",
+        0.0
+      ],
+      [
+        "Vice",
+        0.0
+      ],
+      [
+        "requires",
+        0.0
+      ],
+      [
+        "ittance",
+        0.0
+      ],
+      [
+        "▁uncontrolled",
+        0.0
+      ],
+      [
+        "interesting",
+        0.0
+      ],
+      [
+        "561",
+        0.0
+      ],
+      [
+        "▁innovate",
+        0.0
+      ],
+      [
+        "ategic",
+        0.0
+      ],
+      [
+        "Lie",
+        0.0
+      ],
+      [
+        "▁Selling",
+        0.0
+      ],
+      [
+        "Ul",
+        0.0
+      ],
+      [
+        "▁savior",
+        0.0
+      ],
+      [
+        "▁Tosh",
+        0.0
+      ],
+      [
+        "▁swast",
+        0.0
+      ],
+      [
+        "PASS",
+        0.0
+      ],
+      [
+        "▁rink",
+        0.0
+      ],
+      [
+        "▁cardio",
+        0.0
+      ],
+      [
+        "▁Iro",
+        0.0
+      ],
+      [
+        "udi",
+        0.0
+      ],
+      [
+        "▁vantage",
+        0.0
+      ],
+      [
+        "▁vans",
+        0.0
+      ],
+      [
+        "▁Niño",
+        0.0
+      ],
+      [
+        "+=",
+        0.0
+      ],
+      [
+        "▁propagate",
+        0.0
+      ],
+      [
+        "<?",
+        0.0
+      ],
+      [
+        "▁methodological",
+        0.0
+      ],
+      [
+        "20439",
+        0.0
+      ],
+      [
+        "▁triglycer",
+        0.0
+      ],
+      [
+        "▁ingrained",
+        0.0
+      ],
+      [
+        "▁Annotations",
+        0.0
+      ],
+      [
+        "arranted",
+        0.0
+      ],
+      [
+        "617",
+        0.0
+      ],
+      [
+        "▁Sodium",
+        0.0
+      ],
+      [
+        "▁AAC",
+        0.0
+      ],
+      [
+        "technical",
+        0.0
+      ],
+      [
+        "multipl",
+        0.0
+      ],
+      [
+        "▁373",
+        0.0
+      ],
+      [
+        "åĭ",
+        0.0
+      ],
+      [
+        "▁decisively",
+        0.0
+      ],
+      [
+        "▁boosters",
+        0.0
+      ],
+      [
+        "▁desserts",
+        0.0
+      ],
+      [
+        "▁Grenade",
+        0.0
+      ],
+      [
+        "▁testifying",
+        0.0
+      ],
+      [
+        "▁Scully",
+        0.0
+      ],
+      [
+        "IDs",
+        0.0
+      ],
+      [
+        "▁lockdown",
+        0.0
+      ],
+      [
+        "▁Scher",
+        0.0
+      ],
+      [
+        "▁Ré",
+        0.0
+      ],
+      [
+        "▁Whitman",
+        0.0
+      ],
+      [
+        "▁Ramsay",
+        0.0
+      ],
+      [
+        "remote",
+        0.0
+      ],
+      [
+        "▁hikers",
+        0.0
+      ],
+      [
+        "▁Hyundai",
+        0.0
+      ],
+      [
+        "▁conscientious",
+        0.0
+      ],
+      [
+        "▁clerics",
+        0.0
+      ],
+      [
+        "▁Siberian",
+        0.0
+      ],
+      [
+        "uti",
+        0.0
+      ],
+      [
+        "isbury",
+        0.0
+      ],
+      [
+        "▁relayed",
+        0.0
+      ],
+      [
+        "▁quartz",
+        0.0
+      ],
+      [
+        "▁CBI",
+        0.0
+      ],
+      [
+        "seekers",
+        0.0
+      ],
+      [
+        "ulla",
+        0.0
+      ],
+      [
+        "▁welding",
+        0.0
+      ],
+      [
+        "▁Shal",
+        0.0
+      ],
+      [
+        "bleacher",
+        0.0
+      ],
+      [
+        "Tai",
+        0.0
+      ],
+      [
+        "▁Samson",
+        0.0
+      ],
+      [
+        "▁tumble",
+        0.0
+      ],
+      [
+        "▁Investor",
+        0.0
+      ],
+      [
+        "▁subcontract",
+        0.0
+      ],
+      [
+        "▁Shinra",
+        0.0
+      ],
+      [
+        "owicz",
+        0.0
+      ],
+      [
+        "jandro",
+        0.0
+      ],
+      [
+        "dad",
+        0.0
+      ],
+      [
+        "▁terminating",
+        0.0
+      ],
+      [
+        "▁Neural",
+        0.0
+      ],
+      [
+        "代",
+        0.0
+      ],
+      [
+        "▁leakage",
+        0.0
+      ],
+      [
+        "▁Midlands",
+        0.0
+      ],
+      [
+        "▁Caucasus",
+        0.0
+      ],
+      [
+        "íķ",
+        0.0
+      ],
+      [
+        "cit",
+        0.0
+      ],
+      [
+        "llan",
+        0.0
+      ],
+      [
+        "ivably",
+        0.0
+      ],
+      [
+        "▁Albion",
+        0.0
+      ],
+      [
+        "▁457",
+        0.0
+      ],
+      [
+        "▁registrations",
+        0.0
+      ],
+      [
+        "▁comrade",
+        0.0
+      ],
+      [
+        "▁clipboard",
+        0.0
+      ],
+      [
+        "047",
+        0.0
+      ],
+      [
+        "▁discouraging",
+        0.0
+      ],
+      [
+        "▁Oops",
+        0.0
+      ],
+      [
+        "Adapt",
+        0.0
+      ],
+      [
+        "▁empath",
+        0.0
+      ],
+      [
+        "nv",
+        0.0
+      ],
+      [
+        "▁PROT",
+        0.0
+      ],
+      [
+        "▁Donn",
+        0.0
+      ],
+      [
+        "▁Pax",
+        0.0
+      ],
+      [
+        "▁Bayer",
+        0.0
+      ],
+      [
+        "tis",
+        0.0
+      ],
+      [
+        "Square",
+        0.0
+      ],
+      [
+        "▁footprints",
+        0.0
+      ],
+      [
+        "particip",
+        0.0
+      ],
+      [
+        "▁Chilean",
+        0.0
+      ],
+      [
+        "Brend",
+        0.0
+      ],
+      [
+        "inducing",
+        0.0
+      ],
+      [
+        "Magn",
+        0.0
+      ],
+      [
+        "▁clubhouse",
+        0.0
+      ],
+      [
+        "▁Magnum",
+        0.0
+      ],
+      [
+        "▁encamp",
+        0.0
+      ],
+      [
+        "▁Ethnic",
+        0.0
+      ],
+      [
+        "ucha",
+        0.0
+      ],
+      [
+        "erey",
+        0.0
+      ],
+      [
+        "▁watered",
+        0.0
+      ],
+      [
+        "▁Calais",
+        0.0
+      ],
+      [
+        "▁complexion",
+        0.0
+      ],
+      [
+        "▁sects",
+        0.0
+      ],
+      [
+        "▁renters",
+        0.0
+      ],
+      [
+        "▁bras",
+        0.0
+      ],
+      [
+        "oÄŁan",
+        0.0
+      ],
+      [
+        "Timeout",
+        0.0
+      ],
+      [
+        "Management",
+        0.0
+      ],
+      [
+        "▁infographic",
+        0.0
+      ],
+      [
+        "Pokemon",
+        0.0
+      ],
+      [
+        "Clar",
+        0.0
+      ],
+      [
+        "▁locality",
+        0.0
+      ],
+      [
+        "▁flora",
+        0.0
+      ],
+      [
+        "asel",
+        0.0
+      ],
+      [
+        "Pont",
+        0.0
+      ],
+      [
+        "▁populate",
+        0.0
+      ],
+      [
+        "▁Ong",
+        0.0
+      ],
+      [
+        "▁subsistence",
+        0.0
+      ],
+      [
+        "▁auctions",
+        0.0
+      ],
+      [
+        "▁McAuliffe",
+        0.0
+      ],
+      [
+        "▁LOOK",
+        0.0
+      ],
+      [
+        "bringer",
+        0.0
+      ],
+      [
+        "▁titan",
+        0.0
+      ],
+      [
+        "▁manifold",
+        0.0
+      ],
+      [
+        "▁âĹı",
+        0.0
+      ],
+      [
+        "▁calibrated",
+        0.0
+      ],
+      [
+        "▁caliphate",
+        0.0
+      ],
+      [
+        "▁SHE",
+        0.0
+      ],
+      [
+        "▁Commissioners",
+        0.0
+      ],
+      [
+        "ceivable",
+        0.0
+      ],
+      [
+        "jc",
+        0.0
+      ],
+      [
+        "Winner",
+        0.0
+      ],
+      [
+        "524",
+        0.0
+      ],
+      [
+        "▁condone",
+        0.0
+      ],
+      [
+        "Otherwise",
+        0.0
+      ],
+      [
+        "▁piling",
+        0.0
+      ],
+      [
+        "▁embody",
+        0.0
+      ],
+      [
+        "▁Crimean",
+        0.0
+      ],
+      [
+        "utics",
+        0.0
+      ],
+      [
+        "▁Exhibition",
+        0.0
+      ],
+      [
+        "▁426",
+        0.0
+      ],
+      [
+        "eering",
+        0.0
+      ],
+      [
+        "▁vying",
+        0.0
+      ],
+      [
+        "▁HUGE",
+        0.0
+      ],
+      [
+        "*=-",
+        0.0
+      ],
+      [
+        "▁principled",
+        0.0
+      ],
+      [
+        "à¦",
+        0.0
+      ],
+      [
+        "▁quirks",
+        0.0
+      ],
+      [
+        "▁Editors",
+        0.0
+      ],
+      [
+        "puting",
+        0.0
+      ],
+      [
+        "GES",
+        0.0
+      ],
+      [
+        "▁FTA",
+        0.0
+      ],
+      [
+        "ा",
+        0.0
+      ],
+      [
+        "addon",
+        0.0
+      ],
+      [
+        "▁HAM",
+        0.0
+      ],
+      [
+        "▁Frieza",
+        0.0
+      ],
+      [
+        "Woman",
+        0.0
+      ],
+      [
+        ".$",
+        0.0
+      ],
+      [
+        "▁crib",
+        0.0
+      ],
+      [
+        "▁Herod",
+        0.0
+      ],
+      [
+        "▁timers",
+        0.0
+      ],
+      [
+        "▁Spaces",
+        0.0
+      ],
+      [
+        "▁Macintosh",
+        0.0
+      ],
+      [
+        "ataka",
+        0.0
+      ],
+      [
+        "▁glide",
+        0.0
+      ],
+      [
+        "▁smelling",
+        0.0
+      ],
+      [
+        "▁BAL",
+        0.0
+      ],
+      [
+        "▁unsu",
+        0.0
+      ],
+      [
+        "▁condos",
+        0.0
+      ],
+      [
+        "▁bicycl",
+        0.0
+      ],
+      [
+        "▁Revival",
+        0.0
+      ],
+      [
+        "553",
+        0.0
+      ],
+      [
+        "▁juggling",
+        0.0
+      ],
+      [
+        "Hug",
+        0.0
+      ],
+      [
+        "▁Kardashian",
+        0.0
+      ],
+      [
+        "▁Balkans",
+        0.0
+      ],
+      [
+        "multiple",
+        0.0
+      ],
+      [
+        "▁nutritious",
+        0.0
+      ],
+      [
+        "ocry",
+        0.0
+      ],
+      [
+        "1900",
+        0.0
+      ],
+      [
+        "▁integrates",
+        0.0
+      ],
+      [
+        "▁adjoining",
+        0.0
+      ],
+      [
+        "▁Folder",
+        0.0
+      ],
+      [
+        "rollment",
+        0.0
+      ],
+      [
+        "venient",
+        0.0
+      ],
+      [
+        "▁uber",
+        0.0
+      ],
+      [
+        "yi",
+        0.0
+      ],
+      [
+        "▁whiff",
+        0.0
+      ],
+      [
+        "▁Juven",
+        0.0
+      ],
+      [
+        "▁Borough",
+        0.0
+      ],
+      [
+        "nette",
+        0.0
+      ],
+      [
+        "▁bilingual",
+        0.0
+      ],
+      [
+        "▁Sparks",
+        0.0
+      ],
+      [
+        "phthal",
+        0.0
+      ],
+      [
+        "manufact",
+        0.0
+      ],
+      [
+        "▁touting",
+        0.0
+      ],
+      [
+        "▁PHI",
+        0.0
+      ],
+      [
+        "Keefe",
+        0.0
+      ],
+      [
+        "Reward",
+        0.0
+      ],
+      [
+        "▁infall",
+        0.0
+      ],
+      [
+        "▁Temper",
+        0.0
+      ],
+      [
+        "typically",
+        0.0
+      ],
+      [
+        "▁Nikol",
+        0.0
+      ],
+      [
+        "▁regulars",
+        0.0
+      ],
+      [
+        "▁pseudonym",
+        0.0
+      ],
+      [
+        "▁exhibitions",
+        0.0
+      ],
+      [
+        "▁blaster",
+        0.0
+      ],
+      [
+        "▁409",
+        0.0
+      ],
+      [
+        "warming",
+        0.0
+      ],
+      [
+        "▁reverber",
+        0.0
+      ],
+      [
+        "▁reciprocal",
+        0.0
+      ],
+      [
+        "▁670",
+        0.0
+      ],
+      [
+        "ipient",
+        0.0
+      ],
+      [
+        "bett",
+        0.0
+      ],
+      [
+        "▁Begins",
+        0.0
+      ],
+      [
+        "▁itching",
+        0.0
+      ],
+      [
+        "▁Phar",
+        0.0
+      ],
+      [
+        "Assuming",
+        0.0
+      ],
+      [
+        "▁emitting",
+        0.0
+      ],
+      [
+        "▁MLG",
+        0.0
+      ],
+      [
+        "▁birthplace",
+        0.0
+      ],
+      [
+        "▁taunt",
+        0.0
+      ],
+      [
+        "▁Luffy",
+        0.0
+      ],
+      [
+        "▁Amit",
+        0.0
+      ],
+      [
+        "▁circled",
+        0.0
+      ],
+      [
+        "▁Nost",
+        0.0
+      ],
+      [
+        "ennett",
+        0.0
+      ],
+      [
+        "▁deforestation",
+        0.0
+      ],
+      [
+        "▁Historically",
+        0.0
+      ],
+      [
+        "▁Everyday",
+        0.0
+      ],
+      [
+        "▁overtake",
+        0.0
+      ],
+      [
+        "792",
+        0.0
+      ],
+      [
+        "▁nun",
+        0.0
+      ],
+      [
+        "▁Lucia",
+        0.0
+      ],
+      [
+        "▁accompanies",
+        0.0
+      ],
+      [
+        "▁Seeking",
+        0.0
+      ],
+      [
+        "▁Trash",
+        0.0
+      ],
+      [
+        "anism",
+        0.0
+      ],
+      [
+        "Rogue",
+        0.0
+      ],
+      [
+        "▁northwestern",
+        0.0
+      ],
+      [
+        "▁Supplemental",
+        0.0
+      ],
+      [
+        "▁NYU",
+        0.0
+      ],
+      [
+        "▁FRI",
+        0.0
+      ],
+      [
+        "▁Satisf",
+        0.0
+      ],
+      [
+        "xes",
+        0.0
+      ],
+      [
+        "517",
+        0.0
+      ],
+      [
+        "▁reassured",
+        0.0
+      ],
+      [
+        "▁sporadic",
+        0.0
+      ],
+      [
+        "▁701",
+        0.0
+      ],
+      [
+        "▁medial",
+        0.0
+      ],
+      [
+        "▁cannabinoid",
+        0.0
+      ],
+      [
+        "▁barbaric",
+        0.0
+      ],
+      [
+        "▁epis",
+        0.0
+      ],
+      [
+        "▁Explosive",
+        0.0
+      ],
+      [
+        "▁Dough",
+        0.0
+      ],
+      [
+        "▁unsolved",
+        0.0
+      ],
+      [
+        "Supported",
+        0.0
+      ],
+      [
+        "▁acknowledgment",
+        0.0
+      ],
+      [
+        "spawn",
+        0.0
+      ],
+      [
+        "▁kitchens",
+        0.0
+      ],
+      [
+        "▁-=",
+        0.0
+      ],
+      [
+        "talking",
+        0.0
+      ],
+      [
+        "icist",
+        0.0
+      ],
+      [
+        "▁Pegasus",
+        0.0
+      ],
+      [
+        "▁PSU",
+        0.0
+      ],
+      [
+        "▁photon",
+        0.0
+      ],
+      [
+        "▁Authentication",
+        0.0
+      ],
+      [
+        "RG",
+        0.0
+      ],
+      [
+        "@#&",
+        0.0
+      ],
+      [
+        "762",
+        0.0
+      ],
+      [
+        "▁Clair",
+        0.0
+      ],
+      [
+        "▁diaper",
+        0.0
+      ],
+      [
+        "▁brist",
+        0.0
+      ],
+      [
+        "▁Prosecutors",
+        0.0
+      ],
+      [
+        "▁Jem",
+        0.0
+      ],
+      [
+        "628",
+        0.0
+      ],
+      [
+        "▁Everywhere",
+        0.0
+      ],
+      [
+        "▁Jeanne",
+        0.0
+      ],
+      [
+        "equality",
+        0.0
+      ],
+      [
+        "ãĥ©ãĥ³",
+        0.0
+      ],
+      [
+        "objects",
+        0.0
+      ],
+      [
+        "▁Pelicans",
+        0.0
+      ],
+      [
+        "▁392",
+        0.0
+      ],
+      [
+        "▁blu",
+        0.0
+      ],
+      [
+        "bys",
+        0.0
+      ],
+      [
+        "▁Ago",
+        0.0
+      ],
+      [
+        "▁instructional",
+        0.0
+      ],
+      [
+        "▁discriminating",
+        0.0
+      ],
+      [
+        "▁TRAN",
+        0.0
+      ],
+      [
+        "▁Cornel",
+        0.0
+      ],
+      [
+        "agos",
+        0.0
+      ],
+      [
+        "▁tyre",
+        0.0
+      ],
+      [
+        "▁aspiration",
+        0.0
+      ],
+      [
+        "▁Bridgewater",
+        0.0
+      ],
+      [
+        "\":-",
+        0.0
+      ],
+      [
+        "!\".",
+        0.0
+      ],
+      [
+        "▁Ens",
+        0.0
+      ],
+      [
+        "▁Coco",
+        0.0
+      ],
+      [
+        "Pie",
+        0.0
+      ],
+      [
+        "▁detach",
+        0.0
+      ],
+      [
+        "▁Couch",
+        0.0
+      ],
+      [
+        "▁physique",
+        0.0
+      ],
+      [
+        "▁Occupations",
+        0.0
+      ],
+      [
+        "oscopic",
+        0.0
+      ],
+      [
+        "enough",
+        0.0
+      ],
+      [
+        "Buzz",
+        0.0
+      ],
+      [
+        "Appearance",
+        0.0
+      ],
+      [
+        "YP",
+        0.0
+      ],
+      [
+        "▁racer",
+        0.0
+      ],
+      [
+        "▁complicity",
+        0.0
+      ],
+      [
+        "rpm",
+        0.0
+      ],
+      [
+        "Toy",
+        0.0
+      ],
+      [
+        "▁interrupts",
+        0.0
+      ],
+      [
+        "▁Catalyst",
+        0.0
+      ],
+      [
+        "▁utilitarian",
+        0.0
+      ],
+      [
+        "impact",
+        0.0
+      ],
+      [
+        "▁spaghetti",
+        0.0
+      ],
+      [
+        "▁porous",
+        0.0
+      ],
+      [
+        "▁esteemed",
+        0.0
+      ],
+      [
+        "▁inciner",
+        0.0
+      ],
+      [
+        "▁IOC",
+        0.0
+      ],
+      [
+        "748",
+        0.0
+      ],
+      [
+        "▁espresso",
+        0.0
+      ],
+      [
+        "▁Smile",
+        0.0
+      ],
+      [
+        "abilia",
+        0.0
+      ],
+      [
+        "635",
+        0.0
+      ],
+      [
+        "▁mathematician",
+        0.0
+      ],
+      [
+        "▁424",
+        0.0
+      ],
+      [
+        "▁KL",
+        0.0
+      ],
+      [
+        "▁HIP",
+        0.0
+      ],
+      [
+        "▁overheard",
+        0.0
+      ],
+      [
+        "▁Tud",
+        0.0
+      ],
+      [
+        "▁Tec",
+        0.0
+      ],
+      [
+        "▁quizz",
+        0.0
+      ],
+      [
+        "▁flattering",
+        0.0
+      ],
+      [
+        "▁conn",
+        0.0
+      ],
+      [
+        "âĢİ",
+        0.0
+      ],
+      [
+        "▁attaches",
+        0.0
+      ],
+      [
+        "▁ROS",
+        0.0
+      ],
+      [
+        "▁ACS",
+        0.0
+      ],
+      [
+        "▁tcp",
+        0.0
+      ],
+      [
+        "▁Shame",
+        0.0
+      ],
+      [
+        "skip",
+        0.0
+      ],
+      [
+        "respected",
+        0.0
+      ],
+      [
+        "▁Trinidad",
+        0.0
+      ],
+      [
+        "grain",
+        0.0
+      ],
+      [
+        "▁foothold",
+        0.0
+      ],
+      [
+        "▁Uncharted",
+        0.0
+      ],
+      [
+        "▁Julio",
+        0.0
+      ],
+      [
+        "zl",
+        0.0
+      ],
+      [
+        "avored",
+        0.0
+      ],
+      [
+        "▁Anxiety",
+        0.0
+      ],
+      [
+        "errors",
+        0.0
+      ],
+      [
+        "▁Centauri",
+        0.0
+      ],
+      [
+        "itsch",
+        0.0
+      ],
+      [
+        "Daddy",
+        0.0
+      ],
+      [
+        "▁clutching",
+        0.0
+      ],
+      [
+        "▁Implement",
+        0.0
+      ],
+      [
+        "▁Gutierrez",
+        0.0
+      ],
+      [
+        "▁760",
+        0.0
+      ],
+      [
+        "▁teleportation",
+        0.0
+      ],
+      [
+        "endra",
+        0.0
+      ],
+      [
+        "▁reversible",
+        0.0
+      ],
+      [
+        "stros",
+        0.0
+      ],
+      [
+        "Adventure",
+        0.0
+      ],
+      [
+        "083",
+        0.0
+      ],
+      [
+        "▁liberating",
+        0.0
+      ],
+      [
+        "▁asphalt",
+        0.0
+      ],
+      [
+        "▁Spend",
+        0.0
+      ],
+      [
+        "ARDS",
+        0.0
+      ],
+      [
+        "imsy",
+        0.0
+      ],
+      [
+        "PRES",
+        0.0
+      ],
+      [
+        "▁Emerging",
+        0.0
+      ],
+      [
+        "▁wildfires",
+        0.0
+      ],
+      [
+        "▁technologically",
+        0.0
+      ],
+      [
+        "▁emits",
+        0.0
+      ],
+      [
+        "▁ARTICLE",
+        0.0
+      ],
+      [
+        "▁irregularities",
+        0.0
+      ],
+      [
+        "▁cherish",
+        0.0
+      ],
+      [
+        "çīĪ",
+        0.0
+      ],
+      [
+        "▁stink",
+        0.0
+      ],
+      [
+        "▁Rost",
+        0.0
+      ],
+      [
+        "Economic",
+        0.0
+      ],
+      [
+        "▁coughing",
+        0.0
+      ],
+      [
+        "▁McCann",
+        0.0
+      ],
+      [
+        "properties",
+        0.0
+      ],
+      [
+        "ilantro",
+        0.0
+      ],
+      [
+        "▁renegoti",
+        0.0
+      ],
+      [
+        "Translation",
+        0.0
+      ],
+      [
+        "▁inquest",
+        0.0
+      ],
+      [
+        "▁Grape",
+        0.0
+      ],
+      [
+        "ooters",
+        0.0
+      ],
+      [
+        "gui",
+        0.0
+      ],
+      [
+        "▁Swordsman",
+        0.0
+      ],
+      [
+        "aceae",
+        0.0
+      ],
+      [
+        "hitting",
+        0.0
+      ],
+      [
+        "▁rc",
+        0.0
+      ],
+      [
+        "▁exerted",
+        0.0
+      ],
+      [
+        "▁SAP",
+        0.0
+      ],
+      [
+        "itent",
+        0.0
+      ],
+      [
+        "▁perilous",
+        0.0
+      ],
+      [
+        "▁obscurity",
+        0.0
+      ],
+      [
+        "▁assassinate",
+        0.0
+      ],
+      [
+        "▁aboriginal",
+        0.0
+      ],
+      [
+        "▁rescuing",
+        0.0
+      ],
+      [
+        "▁Shattered",
+        0.0
+      ],
+      [
+        "locking",
+        0.0
+      ],
+      [
+        "allion",
+        0.0
+      ],
+      [
+        "Changing",
+        0.0
+      ],
+      [
+        "▁Harrington",
+        0.0
+      ],
+      [
+        "▁Bord",
+        0.0
+      ],
+      [
+        "▁Afghans",
+        0.0
+      ],
+      [
+        "Jamie",
+        0.0
+      ],
+      [
+        "aretz",
+        0.0
+      ],
+      [
+        "▁Augustus",
+        0.0
+      ],
+      [
+        "▁386",
+        0.0
+      ],
+      [
+        "830",
+        0.0
+      ],
+      [
+        "▁jog",
+        0.0
+      ],
+      [
+        "okingly",
+        0.0
+      ],
+      [
+        "Trigger",
+        0.0
+      ],
+      [
+        "▁HOR",
+        0.0
+      ],
+      [
+        "Statistics",
+        0.0
+      ],
+      [
+        "▁viewership",
+        0.0
+      ],
+      [
+        "▁additives",
+        0.0
+      ],
+      [
+        "hur",
+        0.0
+      ],
+      [
+        "▁maximizing",
+        0.0
+      ],
+      [
+        "▁Rove",
+        0.0
+      ],
+      [
+        "▁Louie",
+        0.0
+      ],
+      [
+        "▁Bucket",
+        0.0
+      ],
+      [
+        "▁CHRIST",
+        0.0
+      ],
+      [
+        "ousel",
+        0.0
+      ],
+      [
+        "▁streaks",
+        0.0
+      ],
+      [
+        "irted",
+        0.0
+      ],
+      [
+        "▁tert",
+        0.0
+      ],
+      [
+        "▁colonialism",
+        0.0
+      ],
+      [
+        "▁burying",
+        0.0
+      ],
+      [
+        "yk",
+        0.0
+      ],
+      [
+        "Condition",
+        0.0
+      ],
+      [
+        "▁DPRK",
+        0.0
+      ],
+      [
+        "ById",
+        0.0
+      ],
+      [
+        "751",
+        0.0
+      ],
+      [
+        "âĹ¼",
+        0.0
+      ],
+      [
+        "▁worrisome",
+        0.0
+      ],
+      [
+        "▁vocational",
+        0.0
+      ],
+      [
+        "slice",
+        0.0
+      ],
+      [
+        "▁sails",
+        0.0
+      ],
+      [
+        "▁Correctional",
+        0.0
+      ],
+      [
+        "954",
+        0.0
+      ],
+      [
+        "▁tul",
+        0.0
+      ],
+      [
+        "Kid",
+        0.0
+      ],
+      [
+        "luster",
+        0.0
+      ],
+      [
+        "▁familial",
+        0.0
+      ],
+      [
+        "▁Spit",
+        0.0
+      ],
+      [
+        "▁Episcopal",
+        0.0
+      ],
+      [
+        "Specifically",
+        0.0
+      ],
+      [
+        "▁Volcano",
+        0.0
+      ],
+      [
+        "runs",
+        0.0
+      ],
+      [
+        "qs",
+        0.0
+      ],
+      [
+        "▁vetted",
+        0.0
+      ],
+      [
+        "▁crammed",
+        0.0
+      ],
+      [
+        "trop",
+        0.0
+      ],
+      [
+        "herer",
+        0.0
+      ],
+      [
+        "Thankfully",
+        0.0
+      ],
+      [
+        "▁percussion",
+        0.0
+      ],
+      [
+        "▁oranges",
+        0.0
+      ],
+      [
+        "▁roundup",
+        0.0
+      ],
+      [
+        "▁499",
+        0.0
+      ],
+      [
+        "xious",
+        0.0
+      ],
+      [
+        "Characters",
+        0.0
+      ],
+      [
+        "▁Zionism",
+        0.0
+      ],
+      [
+        "▁Rao",
+        0.0
+      ],
+      [
+        "ÃĽÃĽ",
+        0.0
+      ],
+      [
+        "WF",
+        0.0
+      ],
+      [
+        "▁unintentional",
+        0.0
+      ],
+      [
+        "ONEY",
+        0.0
+      ],
+      [
+        "Grab",
+        0.0
+      ],
+      [
+        "Commercial",
+        0.0
+      ],
+      [
+        "▁glutamate",
+        0.0
+      ],
+      [
+        "▁McKenna",
+        0.0
+      ],
+      [
+        "ruciating",
+        0.0
+      ],
+      [
+        "nington",
+        0.0
+      ],
+      [
+        "ihu",
+        0.0
+      ],
+      [
+        "Chan",
+        0.0
+      ],
+      [
+        "▁Swap",
+        0.0
+      ],
+      [
+        "▁leaflets",
+        0.0
+      ],
+      [
+        "▁functionally",
+        0.0
+      ],
+      [
+        "erous",
+        0.0
+      ],
+      [
+        "Farm",
+        0.0
+      ],
+      [
+        "▁caloric",
+        0.0
+      ],
+      [
+        "▁Literally",
+        0.0
+      ],
+      [
+        "concert",
+        0.0
+      ],
+      [
+        "▁shenan",
+        0.0
+      ],
+      [
+        "▁repaid",
+        0.0
+      ],
+      [
+        "eyes",
+        0.0
+      ],
+      [
+        "▁bashing",
+        0.0
+      ],
+      [
+        "▁Gorge",
+        0.0
+      ],
+      [
+        "▁collaborations",
+        0.0
+      ],
+      [
+        "▁unaccount",
+        0.0
+      ],
+      [
+        "itchie",
+        0.0
+      ],
+      [
+        "▁teamwork",
+        0.0
+      ],
+      [
+        "ppelin",
+        0.0
+      ],
+      [
+        "▁piping",
+        0.0
+      ],
+      [
+        "▁minced",
+        0.0
+      ],
+      [
+        "▁diam",
+        0.0
+      ],
+      [
+        "rieg",
+        0.0
+      ],
+      [
+        "▁mascara",
+        0.0
+      ],
+      [
+        "▁sucker",
+        0.0
+      ],
+      [
+        "▁Moons",
+        0.0
+      ],
+      [
+        "Apps",
+        0.0
+      ],
+      [
+        "▁Peck",
+        0.0
+      ],
+      [
+        "▁perv",
+        0.0
+      ],
+      [
+        "▁Float",
+        0.0
+      ],
+      [
+        "oley",
+        0.0
+      ],
+      [
+        "▁Nish",
+        0.0
+      ],
+      [
+        "imize",
+        0.0
+      ],
+      [
+        "▁aromatic",
+        0.0
+      ],
+      [
+        "uin",
+        0.0
+      ],
+      [
+        "endish",
+        0.0
+      ],
+      [
+        "!/",
+        0.0
+      ],
+      [
+        "▁Bicycle",
+        0.0
+      ],
+      [
+        "▁ASIC",
+        0.0
+      ],
+      [
+        "ileged",
+        0.0
+      ],
+      [
+        "▁Quadro",
+        0.0
+      ],
+      [
+        "iosyn",
+        0.0
+      ],
+      [
+        "▁lockout",
+        0.0
+      ],
+      [
+        "▁Wink",
+        0.0
+      ],
+      [
+        "SPEC",
+        0.0
+      ],
+      [
+        "Attempts",
+        0.0
+      ],
+      [
+        "▁seeded",
+        0.0
+      ],
+      [
+        "redo",
+        0.0
+      ],
+      [
+        "iasis",
+        0.0
+      ],
+      [
+        "▁snag",
+        0.0
+      ],
+      [
+        "ãĥķãĤ©",
+        0.0
+      ],
+      [
+        "ãĤ¶",
+        0.0
+      ],
+      [
+        "▁grounding",
+        0.0
+      ],
+      [
+        "▁reliever",
+        0.0
+      ],
+      [
+        "▁frivolous",
+        0.0
+      ],
+      [
+        "▁Gifts",
+        0.0
+      ],
+      [
+        "▁Faces",
+        0.0
+      ],
+      [
+        "Especially",
+        0.0
+      ],
+      [
+        "▁microbiome",
+        0.0
+      ],
+      [
+        "imag",
+        0.0
+      ],
+      [
+        "▁Schl",
+        0.0
+      ],
+      [
+        "▁Ples",
+        0.0
+      ],
+      [
+        "▁Bleach",
+        0.0
+      ],
+      [
+        "▁Irwin",
+        0.0
+      ],
+      [
+        "▁Eaton",
+        0.0
+      ],
+      [
+        "▁Disciple",
+        0.0
+      ],
+      [
+        "▁multiplication",
+        0.0
+      ],
+      [
+        "▁coerced",
+        0.0
+      ],
+      [
+        "▁419",
+        0.0
+      ],
+      [
+        "sth",
+        0.0
+      ],
+      [
+        "Evil",
+        0.0
+      ],
+      [
+        "Bomb",
+        0.0
+      ],
+      [
+        "▁exorc",
+        0.0
+      ],
+      [
+        "▁staggered",
+        0.0
+      ],
+      [
+        "LESS",
+        0.0
+      ],
+      [
+        "▁inertia",
+        0.0
+      ],
+      [
+        "▁EDIT",
+        0.0
+      ],
+      [
+        "▁gob",
+        0.0
+      ],
+      [
+        "Traditional",
+        0.0
+      ],
+      [
+        "▁classy",
+        0.0
+      ],
+      [
+        "Leary",
+        0.0
+      ],
+      [
+        "▁PAGE",
+        0.0
+      ],
+      [
+        "yrs",
+        0.0
+      ],
+      [
+        "▁transporter",
+        0.0
+      ],
+      [
+        "▁matured",
+        0.0
+      ],
+      [
+        "▁hijab",
+        0.0
+      ],
+      [
+        "▁biome",
+        0.0
+      ],
+      [
+        "Whereas",
+        0.0
+      ],
+      [
+        "▁extermination",
+        0.0
+      ],
+      [
+        "▁Tues",
+        0.0
+      ],
+      [
+        "▁Takeru",
+        0.0
+      ],
+      [
+        "▁Audrey",
+        0.0
+      ],
+      [
+        "erial",
+        0.0
+      ],
+      [
+        "▁Aden",
+        0.0
+      ],
+      [
+        "affles",
+        0.0
+      ],
+      [
+        "▁narcissistic",
+        0.0
+      ],
+      [
+        "▁Baird",
+        0.0
+      ],
+      [
+        "UTF",
+        0.0
+      ],
+      [
+        "Ire",
+        0.0
+      ],
+      [
+        "▁Connie",
+        0.0
+      ],
+      [
+        "Champ",
+        0.0
+      ],
+      [
+        "▁whispering",
+        0.0
+      ],
+      [
+        "▁Hatt",
+        0.0
+      ],
+      [
+        "DK",
+        0.0
+      ],
+      [
+        "▁disinfect",
+        0.0
+      ],
+      [
+        "▁deducted",
+        0.0
+      ],
+      [
+        "▁partake",
+        0.0
+      ],
+      [
+        "▁downgrade",
+        0.0
+      ],
+      [
+        "▁Esports",
+        0.0
+      ],
+      [
+        "▁Continuing",
+        0.0
+      ],
+      [
+        "▁democratically",
+        0.0
+      ],
+      [
+        "icrobial",
+        0.0
+      ],
+      [
+        "itta",
+        0.0
+      ],
+      [
+        "▁limestone",
+        0.0
+      ],
+      [
+        "▁exempted",
+        0.0
+      ],
+      [
+        "▁Frenzy",
+        0.0
+      ],
+      [
+        "Herm",
+        0.0
+      ],
+      [
+        "728",
+        0.0
+      ],
+      [
+        "▁fledgling",
+        0.0
+      ],
+      [
+        "Meta",
+        0.0
+      ],
+      [
+        "76561",
+        0.0
+      ],
+      [
+        "693",
+        0.0
+      ],
+      [
+        "%:",
+        0.0
+      ],
+      [
+        "wake",
+        0.0
+      ],
+      [
+        "526",
+        0.0
+      ],
+      [
+        "▁Discipline",
+        0.0
+      ],
+      [
+        "▁virginity",
+        0.0
+      ],
+      [
+        "▁Legions",
+        0.0
+      ],
+      [
+        "▁Frankie",
+        0.0
+      ],
+      [
+        "intent",
+        0.0
+      ],
+      [
+        "▁restrooms",
+        0.0
+      ],
+      [
+        "▁Router",
+        0.0
+      ],
+      [
+        "daq",
+        0.0
+      ],
+      [
+        "▁objectionable",
+        0.0
+      ],
+      [
+        "âĨij",
+        0.0
+      ],
+      [
+        "wark",
+        0.0
+      ],
+      [
+        "▁Rahul",
+        0.0
+      ],
+      [
+        "gain",
+        0.0
+      ],
+      [
+        "activation",
+        0.0
+      ],
+      [
+        "absolute",
+        0.0
+      ],
+      [
+        "▁Accessed",
+        0.0
+      ],
+      [
+        "▁2400",
+        0.0
+      ],
+      [
+        "oggles",
+        0.0
+      ],
+      [
+        "▁secondly",
+        0.0
+      ],
+      [
+        "▁DEFENSE",
+        0.0
+      ],
+      [
+        "▁postage",
+        0.0
+      ],
+      [
+        "wrapper",
+        0.0
+      ],
+      [
+        "sharp",
+        0.0
+      ],
+      [
+        "729",
+        0.0
+      ],
+      [
+        "▁communicates",
+        0.0
+      ],
+      [
+        "▁addon",
+        0.0
+      ],
+      [
+        "▁Militia",
+        0.0
+      ],
+      [
+        "Hong",
+        0.0
+      ],
+      [
+        "▁slumped",
+        0.0
+      ],
+      [
+        "▁JPEG",
+        0.0
+      ],
+      [
+        "▁Icar",
+        0.0
+      ],
+      [
+        "adish",
+        0.0
+      ],
+      [
+        "681",
+        0.0
+      ],
+      [
+        "▁majesty",
+        0.0
+      ],
+      [
+        "▁Wolfgang",
+        0.0
+      ],
+      [
+        "▁Elastic",
+        0.0
+      ],
+      [
+        "uper",
+        0.0
+      ],
+      [
+        "▁viz",
+        0.0
+      ],
+      [
+        "▁unconsciously",
+        0.0
+      ],
+      [
+        "▁STD",
+        0.0
+      ],
+      [
+        "▁Sass",
+        0.0
+      ],
+      [
+        "▁flowering",
+        0.0
+      ],
+      [
+        "▁Helic",
+        0.0
+      ],
+      [
+        "▁Draper",
+        0.0
+      ],
+      [
+        "▁Amateur",
+        0.0
+      ],
+      [
+        "▁manure",
+        0.0
+      ],
+      [
+        "▁disingen",
+        0.0
+      ],
+      [
+        "▁Lei",
+        0.0
+      ],
+      [
+        "bring",
+        0.0
+      ],
+      [
+        "949",
+        0.0
+      ],
+      [
+        "▁inhibited",
+        0.0
+      ],
+      [
+        "▁headquartered",
+        0.0
+      ],
+      [
+        "▁enigmatic",
+        0.0
+      ],
+      [
+        "���",
+        0.0
+      ],
+      [
+        "▁redress",
+        0.0
+      ],
+      [
+        "RH",
+        0.0
+      ],
+      [
+        "▁rattled",
+        0.0
+      ],
+      [
+        "▁diction",
+        0.0
+      ],
+      [
+        "lio",
+        0.0
+      ],
+      [
+        "▁TBA",
+        0.0
+      ],
+      [
+        "▁SNAP",
+        0.0
+      ],
+      [
+        "Calling",
+        0.0
+      ],
+      [
+        "▁fascists",
+        0.0
+      ],
+      [
+        "▁Dove",
+        0.0
+      ],
+      [
+        "iewicz",
+        0.0
+      ],
+      [
+        "036",
+        0.0
+      ],
+      [
+        "▁coasts",
+        0.0
+      ],
+      [
+        "▁Rect",
+        0.0
+      ],
+      [
+        "▁)]",
+        0.0
+      ],
+      [
+        "Lot",
+        0.0
+      ],
+      [
+        "629",
+        0.0
+      ],
+      [
+        "▁SEM",
+        0.0
+      ],
+      [
+        "▁Petersen",
+        0.0
+      ],
+      [
+        "▁Explain",
+        0.0
+      ],
+      [
+        "▁Boards",
+        0.0
+      ],
+      [
+        "▁Bezos",
+        0.0
+      ],
+      [
+        "▁Journals",
+        0.0
+      ],
+      [
+        "▁2024",
+        0.0
+      ],
+      [
+        "parser",
+        0.0
+      ],
+      [
+        "▁mistrust",
+        0.0
+      ],
+      [
+        "▁grate",
+        0.0
+      ],
+      [
+        "▁Locked",
+        0.0
+      ],
+      [
+        "boa",
+        0.0
+      ],
+      [
+        "Saint",
+        0.0
+      ],
+      [
+        "gaming",
+        0.0
+      ],
+      [
+        "▁vowel",
+        0.0
+      ],
+      [
+        "inately",
+        0.0
+      ],
+      [
+        "blow",
+        0.0
+      ],
+      [
+        "Allah",
+        0.0
+      ],
+      [
+        "▁unmatched",
+        0.0
+      ],
+      [
+        "▁bordering",
+        0.0
+      ],
+      [
+        "▁Expend",
+        0.0
+      ],
+      [
+        "nr",
+        0.0
+      ],
+      [
+        "Oracle",
+        0.0
+      ],
+      [
+        "rouch",
+        0.0
+      ],
+      [
+        "▁contiguous",
+        0.0
+      ],
+      [
+        "acus",
+        0.0
+      ],
+      [
+        "▁distraught",
+        0.0
+      ],
+      [
+        "581",
+        0.0
+      ],
+      [
+        "▁anatomical",
+        0.0
+      ],
+      [
+        "OX",
+        0.0
+      ],
+      [
+        "apixel",
+        0.0
+      ],
+      [
+        "833",
+        0.0
+      ],
+      [
+        "▁PLUS",
+        0.0
+      ],
+      [
+        "▁resusc",
+        0.0
+      ],
+      [
+        "▁abiding",
+        0.0
+      ],
+      [
+        "573",
+        0.0
+      ],
+      [
+        "▁vacancies",
+        0.0
+      ],
+      [
+        "Emily",
+        0.0
+      ],
+      [
+        "▁hypothal",
+        0.0
+      ],
+      [
+        "▁Werner",
+        0.0
+      ],
+      [
+        "▁Wee",
+        0.0
+      ],
+      [
+        "▁DJs",
+        0.0
+      ],
+      [
+        "513",
+        0.0
+      ],
+      [
+        "▁witchcraft",
+        0.0
+      ],
+      [
+        "▁acupuncture",
+        0.0
+      ],
+      [
+        "entary",
+        0.0
+      ],
+      [
+        "benefit",
+        0.0
+      ],
+      [
+        "Products",
+        0.0
+      ],
+      [
+        "▁PSP",
+        0.0
+      ],
+      [
+        "▁MPG",
+        0.0
+      ],
+      [
+        "▁Jinn",
+        0.0
+      ],
+      [
+        "▁Jarrett",
+        0.0
+      ],
+      [
+        "▁445",
+        0.0
+      ],
+      [
+        "▁Imaging",
+        0.0
+      ],
+      [
+        "▁Pyth",
+        0.0
+      ],
+      [
+        "Finish",
+        0.0
+      ],
+      [
+        "▁tex",
+        0.0
+      ],
+      [
+        "▁juveniles",
+        0.0
+      ],
+      [
+        "▁heroism",
+        0.0
+      ],
+      [
+        "▁doubtless",
+        0.0
+      ],
+      [
+        "▁Aki",
+        0.0
+      ],
+      [
+        "▁Tend",
+        0.0
+      ],
+      [
+        "▁Patriarch",
+        0.0
+      ],
+      [
+        "▁bitters",
+        0.0
+      ],
+      [
+        "▁Telecommunications",
+        0.0
+      ],
+      [
+        "itatively",
+        0.0
+      ],
+      [
+        "agna",
+        0.0
+      ],
+      [
+        "▁rg",
+        0.0
+      ],
+      [
+        "▁SOLD",
+        0.0
+      ],
+      [
+        "▁compulsion",
+        0.0
+      ],
+      [
+        "▁Nasa",
+        0.0
+      ],
+      [
+        "▁Kathryn",
+        0.0
+      ],
+      [
+        "▁millionaires",
+        0.0
+      ],
+      [
+        "▁intrinsically",
+        0.0
+      ],
+      [
+        "▁bolstered",
+        0.0
+      ],
+      [
+        "timeout",
+        0.0
+      ],
+      [
+        "flo",
+        0.0
+      ],
+      [
+        "▁tutor",
+        0.0
+      ],
+      [
+        "pour",
+        0.0
+      ],
+      [
+        "Statement",
+        0.0
+      ],
+      [
+        "▁{*",
+        0.0
+      ],
+      [
+        "▁Rudolph",
+        0.0
+      ],
+      [
+        "▁Kimberly",
+        0.0
+      ],
+      [
+        "rogens",
+        0.0
+      ],
+      [
+        "adiq",
+        0.0
+      ],
+      [
+        "]+",
+        0.0
+      ],
+      [
+        "▁indignation",
+        0.0
+      ],
+      [
+        "▁fracturing",
+        0.0
+      ],
+      [
+        "▁Releases",
+        0.0
+      ],
+      [
+        "▁Grain",
+        0.0
+      ],
+      [
+        "protein",
+        0.0
+      ],
+      [
+        "Lago",
+        0.0
+      ],
+      [
+        "▁vacations",
+        0.0
+      ],
+      [
+        "▁booted",
+        0.0
+      ],
+      [
+        "▁THREE",
+        0.0
+      ],
+      [
+        "▁HG",
+        0.0
+      ],
+      [
+        "orescence",
+        0.0
+      ],
+      [
+        "▁tf",
+        0.0
+      ],
+      [
+        "▁soar",
+        0.0
+      ],
+      [
+        "iosyncr",
+        0.0
+      ],
+      [
+        "▁glances",
+        0.0
+      ],
+      [
+        "▁Spoon",
+        0.0
+      ],
+      [
+        "▁Jury",
+        0.0
+      ],
+      [
+        "▁Cowboy",
+        0.0
+      ],
+      [
+        "▁creatively",
+        0.0
+      ],
+      [
+        "Higher",
+        0.0
+      ],
+      [
+        "▁solicitor",
+        0.0
+      ],
+      [
+        "▁hawk",
+        0.0
+      ],
+      [
+        "acio",
+        0.0
+      ],
+      [
+        "896",
+        0.0
+      ],
+      [
+        "▁superflu",
+        0.0
+      ],
+      [
+        "▁bombshell",
+        0.0
+      ],
+      [
+        "cture",
+        0.0
+      ],
+      [
+        "▁brokerage",
+        0.0
+      ],
+      [
+        "▁raiding",
+        0.0
+      ],
+      [
+        "▁french",
+        0.0
+      ],
+      [
+        "▁angled",
+        0.0
+      ],
+      [
+        "Transaction",
+        0.0
+      ],
+      [
+        "▁Genocide",
+        0.0
+      ],
+      [
+        "upe",
+        0.0
+      ],
+      [
+        "▁Haitian",
+        0.0
+      ],
+      [
+        "572",
+        0.0
+      ],
+      [
+        "!:",
+        0.0
+      ],
+      [
+        "▁unwittingly",
+        0.0
+      ],
+      [
+        "iterator",
+        0.0
+      ],
+      [
+        "scroll",
+        0.0
+      ],
+      [
+        "▁tallied",
+        0.0
+      ],
+      [
+        "▁biomedical",
+        0.0
+      ],
+      [
+        "▁CARD",
+        0.0
+      ],
+      [
+        "▁euphem",
+        0.0
+      ],
+      [
+        "▁brainstorm",
+        0.0
+      ],
+      [
+        "aquin",
+        0.0
+      ],
+      [
+        "Ko",
+        0.0
+      ],
+      [
+        "Michelle",
+        0.0
+      ],
+      [
+        "▁Runes",
+        0.0
+      ],
+      [
+        "▁Ballistic",
+        0.0
+      ],
+      [
+        "uders",
+        0.0
+      ],
+      [
+        "▁modesty",
+        0.0
+      ],
+      [
+        "▁iPads",
+        0.0
+      ],
+      [
+        "▁Ezekiel",
+        0.0
+      ],
+      [
+        "YE",
+        0.0
+      ],
+      [
+        "▁starship",
+        0.0
+      ],
+      [
+        "▁powerfully",
+        0.0
+      ],
+      [
+        "▁perl",
+        0.0
+      ],
+      [
+        "▁Shade",
+        0.0
+      ],
+      [
+        "▁Quart",
+        0.0
+      ],
+      [
+        "▁EEG",
+        0.0
+      ],
+      [
+        "▁fisherman",
+        0.0
+      ],
+      [
+        "OSED",
+        0.0
+      ],
+      [
+        "▁Typical",
+        0.0
+      ],
+      [
+        "dfx",
+        0.0
+      ],
+      [
+        "▁meshes",
+        0.0
+      ],
+      [
+        "▁etched",
+        0.0
+      ],
+      [
+        "worthiness",
+        0.0
+      ],
+      [
+        "▁toppled",
+        0.0
+      ],
+      [
+        "▁396",
+        0.0
+      ],
+      [
+        "orius",
+        0.0
+      ],
+      [
+        "Weiss",
+        0.0
+      ],
+      [
+        "▁mysql",
+        0.0
+      ],
+      [
+        "▁Valhalla",
+        0.0
+      ],
+      [
+        "ÙĴ",
+        0.0
+      ],
+      [
+        "leasing",
+        0.0
+      ],
+      [
+        "▁recomp",
+        0.0
+      ],
+      [
+        "rapnel",
+        0.0
+      ],
+      [
+        "Sel",
+        0.0
+      ],
+      [
+        "043",
+        0.0
+      ],
+      [
+        "▁derailed",
+        0.0
+      ],
+      [
+        "▁Guides",
+        0.0
+      ],
+      [
+        "IRT",
+        0.0
+      ],
+      [
+        "▁dehuman",
+        0.0
+      ],
+      [
+        "▁Brittany",
+        0.0
+      ],
+      [
+        "\"))",
+        0.0
+      ],
+      [
+        "▁exclaim",
+        0.0
+      ],
+      [
+        "▁balk",
+        0.0
+      ],
+      [
+        "▁840",
+        0.0
+      ],
+      [
+        "CLAIM",
+        0.0
+      ],
+      [
+        "intel",
+        0.0
+      ],
+      [
+        "LAB",
+        0.0
+      ],
+      [
+        "▁pegged",
+        0.0
+      ],
+      [
+        "▁astroph",
+        0.0
+      ],
+      [
+        "smoking",
+        0.0
+      ],
+      [
+        "▁rigging",
+        0.0
+      ],
+      [
+        "▁fixation",
+        0.0
+      ],
+      [
+        "▁catapult",
+        0.0
+      ],
+      [
+        "inside",
+        0.0
+      ],
+      [
+        "▁Cascade",
+        0.0
+      ],
+      [
+        "▁Bolshevik",
+        0.0
+      ],
+      [
+        "Gaza",
+        0.0
+      ],
+      [
+        "Depth",
+        0.0
+      ],
+      [
+        "▁loudspe",
+        0.0
+      ],
+      [
+        "▁almonds",
+        0.0
+      ],
+      [
+        "meyer",
+        0.0
+      ],
+      [
+        "leness",
+        0.0
+      ],
+      [
+        "jen",
+        0.0
+      ],
+      [
+        "fresh",
+        0.0
+      ],
+      [
+        "▁unbeaten",
+        0.0
+      ],
+      [
+        "▁Squid",
+        0.0
+      ],
+      [
+        "▁Presumably",
+        0.0
+      ],
+      [
+        "Timer",
+        0.0
+      ],
+      [
+        "BW",
+        0.0
+      ],
+      [
+        "▁rosters",
+        0.0
+      ],
+      [
+        "▁ellipt",
+        0.0
+      ],
+      [
+        "▁Harriet",
+        0.0
+      ],
+      [
+        "database",
+        0.0
+      ],
+      [
+        "▁Mutual",
+        0.0
+      ],
+      [
+        "▁Commodore",
+        0.0
+      ],
+      [
+        "uked",
+        0.0
+      ],
+      [
+        "knife",
+        0.0
+      ],
+      [
+        "▁COMMUN",
+        0.0
+      ],
+      [
+        "hya",
+        0.0
+      ],
+      [
+        "▁melts",
+        0.0
+      ],
+      [
+        "archives",
+        0.0
+      ],
+      [
+        "▁ratification",
+        0.0
+      ],
+      [
+        "▁multiplying",
+        0.0
+      ],
+      [
+        "▁interoper",
+        0.0
+      ],
+      [
+        "▁ascert",
+        0.0
+      ],
+      [
+        "wings",
+        0.0
+      ],
+      [
+        "verting",
+        0.0
+      ],
+      [
+        "▁Scorpion",
+        0.0
+      ],
+      [
+        "aye",
+        0.0
+      ],
+      [
+        "▁Portsmouth",
+        0.0
+      ],
+      [
+        "▁MTA",
+        0.0
+      ],
+      [
+        "nit",
+        0.0
+      ],
+      [
+        "iazep",
+        0.0
+      ],
+      [
+        "▁quarantine",
+        0.0
+      ],
+      [
+        "▁slideshow",
+        0.0
+      ],
+      [
+        "▁centimeters",
+        0.0
+      ],
+      [
+        "▁synopsis",
+        0.0
+      ],
+      [
+        "▁spate",
+        0.0
+      ],
+      [
+        "thirst",
+        0.0
+      ],
+      [
+        "▁nominating",
+        0.0
+      ],
+      [
+        "▁Melvin",
+        0.0
+      ],
+      [
+        "Preview",
+        0.0
+      ],
+      [
+        "▁throb",
+        0.0
+      ],
+      [
+        "▁generational",
+        0.0
+      ],
+      [
+        "▁Radius",
+        0.0
+      ],
+      [
+        "restling",
+        0.0
+      ],
+      [
+        "putable",
+        0.0
+      ],
+      [
+        "awar",
+        0.0
+      ],
+      [
+        "NECT",
+        0.0
+      ],
+      [
+        "▁unlawfully",
+        0.0
+      ],
+      [
+        "▁Revelations",
+        0.0
+      ],
+      [
+        "Wikipedia",
+        0.0
+      ],
+      [
+        "surv",
+        0.0
+      ],
+      [
+        "▁eyeing",
+        0.0
+      ],
+      [
+        "ijn",
+        0.0
+      ],
+      [
+        "▁FW",
+        0.0
+      ],
+      [
+        "▁brunt",
+        0.0
+      ],
+      [
+        "▁interstellar",
+        0.0
+      ],
+      [
+        "▁clitor",
+        0.0
+      ],
+      [
+        "▁Croatian",
+        0.0
+      ],
+      [
+        "▁Chic",
+        0.0
+      ],
+      [
+        "eva",
+        0.0
+      ],
+      [
+        "▁Disapp",
+        0.0
+      ],
+      [
+        "▁Akin",
+        0.0
+      ],
+      [
+        "ineries",
+        0.0
+      ],
+      [
+        "dust",
+        0.0
+      ],
+      [
+        "Interested",
+        0.0
+      ],
+      [
+        "▁genesis",
+        0.0
+      ],
+      [
+        "▁Eucl",
+        0.0
+      ],
+      [
+        "ön",
+        0.0
+      ],
+      [
+        "picking",
+        0.0
+      ],
+      [
+        "▁mutated",
+        0.0
+      ],
+      [
+        "▁disapprove",
+        0.0
+      ],
+      [
+        "▁HDL",
+        0.0
+      ],
+      [
+        "▁625",
+        0.0
+      ],
+      [
+        "̶",
+        0.0
+      ],
+      [
+        "cancer",
+        0.0
+      ],
+      [
+        "▁squats",
+        0.0
+      ],
+      [
+        "▁levers",
+        0.0
+      ],
+      [
+        "Discuss",
+        0.0
+      ],
+      [
+        "=]",
+        0.0
+      ],
+      [
+        "Dex",
+        0.0
+      ],
+      [
+        "▁VIDEOS",
+        0.0
+      ],
+      [
+        "AUD",
+        0.0
+      ],
+      [
+        "▁transact",
+        0.0
+      ],
+      [
+        "▁Kinect",
+        0.0
+      ],
+      [
+        "▁Kuala",
+        0.0
+      ],
+      [
+        "▁Cyp",
+        0.0
+      ],
+      [
+        "747",
+        0.0
+      ],
+      [
+        "▁shattering",
+        0.0
+      ],
+      [
+        "▁arsenic",
+        0.0
+      ],
+      [
+        "▁Intake",
+        0.0
+      ],
+      [
+        "▁Angelo",
+        0.0
+      ],
+      [
+        "▁Quit",
+        0.0
+      ],
+      [
+        "▁Khe",
+        0.0
+      ],
+      [
+        "▁1893",
+        0.0
+      ],
+      [
+        "Maker",
+        0.0
+      ],
+      [
+        "029",
+        0.0
+      ],
+      [
+        "▁Painting",
+        0.0
+      ],
+      [
+        "Disable",
+        0.0
+      ],
+      [
+        "916",
+        0.0
+      ],
+      [
+        "▁analges",
+        0.0
+      ],
+      [
+        "▁tactile",
+        0.0
+      ],
+      [
+        "▁prophes",
+        0.0
+      ],
+      [
+        "▁diced",
+        0.0
+      ],
+      [
+        "▁Travels",
+        0.0
+      ],
+      [
+        "▁Header",
+        0.0
+      ],
+      [
+        "▁Clubs",
+        0.0
+      ],
+      [
+        "Assistant",
+        0.0
+      ],
+      [
+        "▁incrim",
+        0.0
+      ],
+      [
+        "▁dips",
+        0.0
+      ],
+      [
+        "▁crucifix",
+        0.0
+      ],
+      [
+        "▁Shanahan",
+        0.0
+      ],
+      [
+        "▁Interpret",
+        0.0
+      ],
+      [
+        "▁4090",
+        0.0
+      ],
+      [
+        "alogy",
+        0.0
+      ],
+      [
+        "abba",
+        0.0
+      ],
+      [
+        "▁simulac",
+        0.0
+      ],
+      [
+        "husband",
+        0.0
+      ],
+      [
+        "SIM",
+        0.0
+      ],
+      [
+        "▁recycle",
+        0.0
+      ],
+      [
+        "ucer",
+        0.0
+      ],
+      [
+        "edged",
+        0.0
+      ],
+      [
+        "▁renaissance",
+        0.0
+      ],
+      [
+        "▁Bombay",
+        0.0
+      ],
+      [
+        "Catholic",
+        0.0
+      ],
+      [
+        "▁LINE",
+        0.0
+      ],
+      [
+        "▁Clothing",
+        0.0
+      ],
+      [
+        "reports",
+        0.0
+      ],
+      [
+        "▁plaus",
+        0.0
+      ],
+      [
+        "▁dag",
+        0.0
+      ],
+      [
+        "▁Mace",
+        0.0
+      ],
+      [
+        "ZI",
+        0.0
+      ],
+      [
+        "▁intruder",
+        0.0
+      ],
+      [
+        "▁Veterinary",
+        0.0
+      ],
+      [
+        "gru",
+        0.0
+      ],
+      [
+        "▁sneaky",
+        0.0
+      ],
+      [
+        "▁Sie",
+        0.0
+      ],
+      [
+        "▁Cinnamon",
+        0.0
+      ],
+      [
+        "POSE",
+        0.0
+      ],
+      [
+        "▁courier",
+        0.0
+      ],
+      [
+        "▁CNS",
+        0.0
+      ],
+      [
+        "▁emancipation",
+        0.0
+      ],
+      [
+        "sit",
+        0.0
+      ],
+      [
+        "▁playthrough",
+        0.0
+      ],
+      [
+        "▁Facilities",
+        0.0
+      ],
+      [
+        "virt",
+        0.0
+      ],
+      [
+        "▁Gauntlet",
+        0.0
+      ],
+      [
+        "Thompson",
+        0.0
+      ],
+      [
+        "▁unbelievably",
+        0.0
+      ],
+      [
+        "Parameters",
+        0.0
+      ],
+      [
+        "▁stitching",
+        0.0
+      ],
+      [
+        "igne",
+        0.0
+      ],
+      [
+        "▁THESE",
+        0.0
+      ],
+      [
+        "Privacy",
+        0.0
+      ],
+      [
+        "▁shenanigans",
+        0.0
+      ],
+      [
+        "▁vitri",
+        0.0
+      ],
+      [
+        "▁Valid",
+        0.0
+      ],
+      [
+        "591",
+        0.0
+      ],
+      [
+        "Ń·",
+        0.0
+      ],
+      [
+        "▁Prototype",
+        0.0
+      ],
+      [
+        "inka",
+        0.0
+      ],
+      [
+        "SCP",
+        0.0
+      ],
+      [
+        "▁Tid",
+        0.0
+      ],
+      [
+        "èĪ",
+        0.0
+      ],
+      [
+        "olded",
+        0.0
+      ],
+      [
+        "▁individuality",
+        0.0
+      ],
+      [
+        "▁barking",
+        0.0
+      ],
+      [
+        "▁mars",
+        0.0
+      ],
+      [
+        "▁WD",
+        0.0
+      ],
+      [
+        "▁820",
+        0.0
+      ],
+      [
+        "▁tir",
+        0.0
+      ],
+      [
+        "▁slapping",
+        0.0
+      ],
+      [
+        "▁disgruntled",
+        0.0
+      ],
+      [
+        "▁Angola",
+        0.0
+      ],
+      [
+        "rius",
+        0.0
+      ],
+      [
+        "▁Tornado",
+        0.0
+      ],
+      [
+        "▁Thurs",
+        0.0
+      ],
+      [
+        "▁captcha",
+        0.0
+      ],
+      [
+        "▁angst",
+        0.0
+      ],
+      [
+        "▁Pog",
+        0.0
+      ],
+      [
+        "▁Assassins",
+        0.0
+      ],
+      [
+        "▁Adidas",
+        0.0
+      ],
+      [
+        "▁joyful",
+        0.0
+      ],
+      [
+        "▁whining",
+        0.0
+      ],
+      [
+        "Emergency",
+        0.0
+      ],
+      [
+        "▁phosphorus",
+        0.0
+      ],
+      [
+        "▁attrition",
+        0.0
+      ],
+      [
+        "ophon",
+        0.0
+      ],
+      [
+        "▁Timberwolves",
+        0.0
+      ],
+      [
+        "▁Jah",
+        0.0
+      ],
+      [
+        "▁Bringing",
+        0.0
+      ],
+      [
+        "▁Wad",
+        0.0
+      ],
+      [
+        "▁Ensure",
+        0.0
+      ],
+      [
+        "ohl",
+        0.0
+      ],
+      [
+        "▁Xie",
+        0.0
+      ],
+      [
+        "ommel",
+        0.0
+      ],
+      [
+        "cmp",
+        0.0
+      ],
+      [
+        "▁zipper",
+        0.0
+      ],
+      [
+        "▁relat",
+        0.0
+      ],
+      [
+        "▁Corridor",
+        0.0
+      ],
+      [
+        "milo",
+        0.0
+      ],
+      [
+        "TING",
+        0.0
+      ],
+      [
+        "Avg",
+        0.0
+      ],
+      [
+        "▁cropped",
+        0.0
+      ],
+      [
+        "]}",
+        0.0
+      ],
+      [
+        "▁raged",
+        0.0
+      ],
+      [
+        "▁Lumpur",
+        0.0
+      ],
+      [
+        "▁Guerrero",
+        0.0
+      ],
+      [
+        "ourke",
+        0.0
+      ],
+      [
+        "Nut",
+        0.0
+      ],
+      [
+        "▁offsets",
+        0.0
+      ],
+      [
+        "oglu",
+        0.0
+      ],
+      [
+        "drm",
+        0.0
+      ],
+      [
+        "▁mortals",
+        0.0
+      ],
+      [
+        "latable",
+        0.0
+      ],
+      [
+        "▁dismissive",
+        0.0
+      ],
+      [
+        "ä¸ī",
+        0.0
+      ],
+      [
+        "▁throats",
+        0.0
+      ],
+      [
+        "▁chipset",
+        0.0
+      ],
+      [
+        "▁Spotlight",
+        0.0
+      ],
+      [
+        "Catalog",
+        0.0
+      ],
+      [
+        "artist",
+        0.0
+      ],
+      [
+        "Gb",
+        0.0
+      ],
+      [
+        "▁chilly",
+        0.0
+      ],
+      [
+        "▁stoked",
+        0.0
+      ],
+      [
+        "▁374",
+        0.0
+      ],
+      [
+        "Ward",
+        0.0
+      ],
+      [
+        "Latin",
+        0.0
+      ],
+      [
+        "▁fiasco",
+        0.0
+      ],
+      [
+        "▁bleach",
+        0.0
+      ],
+      [
+        "▁brav",
+        0.0
+      ],
+      [
+        "Enhanced",
+        0.0
+      ],
+      [
+        "▁inoc",
+        0.0
+      ],
+      [
+        "▁Fiorina",
+        0.0
+      ],
+      [
+        "_>",
+        0.0
+      ],
+      [
+        "▁leukemia",
+        0.0
+      ],
+      [
+        "▁eluc",
+        0.0
+      ],
+      [
+        "▁announcer",
+        0.0
+      ],
+      [
+        "▁Lithuan",
+        0.0
+      ],
+      [
+        "▁Armageddon",
+        0.0
+      ],
+      [
+        "åĩ",
+        0.0
+      ],
+      [
+        "Lenin",
+        0.0
+      ],
+      [
+        "▁Ruk",
+        0.0
+      ],
+      [
+        "▁pepp",
+        0.0
+      ],
+      [
+        "▁Romantic",
+        0.0
+      ],
+      [
+        "▁PIT",
+        0.0
+      ],
+      [
+        "▁Interstellar",
+        0.0
+      ],
+      [
+        "▁Atkinson",
+        0.0
+      ],
+      [
+        "Raid",
+        0.0
+      ],
+      [
+        "Js",
+        0.0
+      ],
+      [
+        "Goal",
+        0.0
+      ],
+      [
+        "Course",
+        0.0
+      ],
+      [
+        "▁vanishing",
+        0.0
+      ],
+      [
+        "esley",
+        0.0
+      ],
+      [
+        "▁Rounds",
+        0.0
+      ],
+      [
+        "Elsa",
+        0.0
+      ],
+      [
+        "593",
+        0.0
+      ],
+      [
+        "▁redundancy",
+        0.0
+      ],
+      [
+        "▁STAND",
+        0.0
+      ],
+      [
+        "▁prophetic",
+        0.0
+      ],
+      [
+        "▁habitable",
+        0.0
+      ],
+      [
+        "ryu",
+        0.0
+      ],
+      [
+        "▁faintly",
+        0.0
+      ],
+      [
+        "MODE",
+        0.0
+      ],
+      [
+        "▁flanked",
+        0.0
+      ],
+      [
+        "IRC",
+        0.0
+      ],
+      [
+        "Awesome",
+        0.0
+      ],
+      [
+        "▁spurious",
+        0.0
+      ],
+      [
+        "▁Zah",
+        0.0
+      ],
+      [
+        "▁MSG",
+        0.0
+      ],
+      [
+        "▁shading",
+        0.0
+      ],
+      [
+        "▁motivational",
+        0.0
+      ],
+      [
+        "▁Santana",
+        0.0
+      ],
+      [
+        "▁SPR",
+        0.0
+      ],
+      [
+        "▁excruciating",
+        0.0
+      ],
+      [
+        "omial",
+        0.0
+      ],
+      [
+        "▁Miko",
+        0.0
+      ],
+      [
+        "▁Leopard",
+        0.0
+      ],
+      [
+        "Abyss",
+        0.0
+      ],
+      [
+        "▁[|",
+        0.0
+      ],
+      [
+        "dirty",
+        0.0
+      ],
+      [
+        "▁baths",
+        0.0
+      ],
+      [
+        "▁demoral",
+        0.0
+      ],
+      [
+        "andre",
+        0.0
+      ],
+      [
+        "PB",
+        0.0
+      ],
+      [
+        "▁unification",
+        0.0
+      ],
+      [
+        "▁sacrament",
+        0.0
+      ],
+      [
+        "▁[&",
+        0.0
+      ],
+      [
+        "▁priceless",
+        0.0
+      ],
+      [
+        "▁gelatin",
+        0.0
+      ],
+      [
+        "▁emanating",
+        0.0
+      ],
+      [
+        "▁Allaah",
+        0.0
+      ],
+      [
+        "986",
+        0.0
+      ],
+      [
+        "▁outburst",
+        0.0
+      ],
+      [
+        "▁eras",
+        0.0
+      ],
+      [
+        "▁XVI",
+        0.0
+      ],
+      [
+        "▁SPI",
+        0.0
+      ],
+      [
+        "Ott",
+        0.0
+      ],
+      [
+        "▁Lazarus",
+        0.0
+      ],
+      [
+        "PLIED",
+        0.0
+      ],
+      [
+        "Flying",
+        0.0
+      ],
+      [
+        "blogs",
+        0.0
+      ],
+      [
+        "Wisconsin",
+        0.0
+      ],
+      [
+        "Raven",
+        0.0
+      ],
+      [
+        "▁rebate",
+        0.0
+      ],
+      [
+        "▁creeps",
+        0.0
+      ],
+      [
+        "▁Span",
+        0.0
+      ],
+      [
+        "▁Painter",
+        0.0
+      ],
+      [
+        "▁Kira",
+        0.0
+      ],
+      [
+        "▁Amos",
+        0.0
+      ],
+      [
+        "▁Corvette",
+        0.0
+      ],
+      [
+        "Consumer",
+        0.0
+      ],
+      [
+        "▁Recover",
+        0.0
+      ],
+      [
+        "cki",
+        0.0
+      ],
+      [
+        "▁pesky",
+        0.0
+      ],
+      [
+        "▁Invention",
+        0.0
+      ],
+      [
+        "Companies",
+        0.0
+      ],
+      [
+        "▁challengers",
+        0.0
+      ],
+      [
+        "ademic",
+        0.0
+      ],
+      [
+        "▁Ukrainians",
+        0.0
+      ],
+      [
+        "▁Neurolog",
+        0.0
+      ],
+      [
+        "▁Forsaken",
+        0.0
+      ],
+      [
+        "▁entrants",
+        0.0
+      ],
+      [
+        "▁embattled",
+        0.0
+      ],
+      [
+        "▁defunct",
+        0.0
+      ],
+      [
+        "▁Glacier",
+        0.0
+      ],
+      [
+        "▁poisons",
+        0.0
+      ],
+      [
+        "▁Horses",
+        0.0
+      ],
+      [
+        "makes",
+        0.0
+      ],
+      [
+        "▁Dirt",
+        0.0
+      ],
+      [
+        "▁423",
+        0.0
+      ],
+      [
+        "hhh",
+        0.0
+      ],
+      [
+        "▁Transformation",
+        0.0
+      ],
+      [
+        "QUIRE",
+        0.0
+      ],
+      [
+        "..................",
+        0.0
+      ],
+      [
+        "▁traveller",
+        0.0
+      ],
+      [
+        "▁Sexy",
+        0.0
+      ],
+      [
+        "▁Kern",
+        0.0
+      ],
+      [
+        "ipolar",
+        0.0
+      ],
+      [
+        "▁ransomware",
+        0.0
+      ],
+      [
+        "oooooooooooooooo",
+        0.0
+      ],
+      [
+        "Ec",
+        0.0
+      ],
+      [
+        "ruby",
+        0.0
+      ],
+      [
+        "Professional",
+        0.0
+      ],
+      [
+        "▁Outbreak",
+        0.0
+      ],
+      [
+        "argument",
+        0.0
+      ],
+      [
+        "Grey",
+        0.0
+      ],
+      [
+        "▁Fifa",
+        0.0
+      ],
+      [
+        "▁CHO",
+        0.0
+      ],
+      [
+        "▁FORM",
+        0.0
+      ],
+      [
+        "▁Amtrak",
+        0.0
+      ],
+      [
+        "-[",
+        0.0
+      ],
+      [
+        "▁cradle",
+        0.0
+      ],
+      [
+        "▁antioxidants",
+        0.0
+      ],
+      [
+        "ãģ®å®",
+        0.0
+      ],
+      [
+        "736",
+        0.0
+      ],
+      [
+        "▁NASL",
+        0.0
+      ],
+      [
+        "▁Contributions",
+        0.0
+      ],
+      [
+        "Indiana",
+        0.0
+      ],
+      [
+        "▁STEP",
+        0.0
+      ],
+      [
+        "CSS",
+        0.0
+      ],
+      [
+        "▁salient",
+        0.0
+      ],
+      [
+        "▁allocations",
+        0.0
+      ],
+      [
+        "yrights",
+        0.0
+      ],
+      [
+        "▁mashed",
+        0.0
+      ],
+      [
+        "▁Cutter",
+        0.0
+      ],
+      [
+        "Sexual",
+        0.0
+      ],
+      [
+        "▁pounded",
+        0.0
+      ],
+      [
+        "▁fanbase",
+        0.0
+      ],
+      [
+        "▁casc",
+        0.0
+      ],
+      [
+        "▁Transparency",
+        0.0
+      ],
+      [
+        "▁analytic",
+        0.0
+      ],
+      [
+        "▁Summoner",
+        0.0
+      ],
+      [
+        "×ŀ",
+        0.0
+      ],
+      [
+        "▁ADC",
+        0.0
+      ],
+      [
+        "detail",
+        0.0
+      ],
+      [
+        "▁vanquished",
+        0.0
+      ],
+      [
+        "▁crabs",
+        0.0
+      ],
+      [
+        "arie",
+        0.0
+      ],
+      [
+        "Destroy",
+        0.0
+      ],
+      [
+        "▁Sack",
+        0.0
+      ],
+      [
+        "▁transistor",
+        0.0
+      ],
+      [
+        "Alabama",
+        0.0
+      ],
+      [
+        "▁Koen",
+        0.0
+      ],
+      [
+        "▁Fisheries",
+        0.0
+      ],
+      [
+        "cone",
+        0.0
+      ],
+      [
+        "▁annexed",
+        0.0
+      ],
+      [
+        "▁MGM",
+        0.0
+      ],
+      [
+        "esa",
+        0.0
+      ],
+      [
+        "▁faked",
+        0.0
+      ],
+      [
+        "▁Congratulations",
+        0.0
+      ],
+      [
+        "▁hindered",
+        0.0
+      ],
+      [
+        "▁correctional",
+        0.0
+      ],
+      [
+        "▁ITV",
+        0.0
+      ],
+      [
+        "leeve",
+        0.0
+      ],
+      [
+        "▁inappropriately",
+        0.0
+      ],
+      [
+        "licks",
+        0.0
+      ],
+      [
+        "▁trespass",
+        0.0
+      ],
+      [
+        "▁paws",
+        0.0
+      ],
+      [
+        "▁negotiator",
+        0.0
+      ],
+      [
+        "▁Christensen",
+        0.0
+      ],
+      [
+        "limits",
+        0.0
+      ],
+      [
+        "▁Dianne",
+        0.0
+      ],
+      [
+        "▁elegance",
+        0.0
+      ],
+      [
+        "▁Contracts",
+        0.0
+      ],
+      [
+        "anke",
+        0.0
+      ],
+      [
+        "Obj",
+        0.0
+      ],
+      [
+        "▁vigilance",
+        0.0
+      ],
+      [
+        "▁castles",
+        0.0
+      ],
+      [
+        "▁NAD",
+        0.0
+      ],
+      [
+        "▁Holo",
+        0.0
+      ],
+      [
+        "▁emphatically",
+        0.0
+      ],
+      [
+        "▁Titus",
+        0.0
+      ],
+      [
+        "▁Serving",
+        0.0
+      ],
+      [
+        "▁Richie",
+        0.0
+      ],
+      [
+        "▁Pigs",
+        0.0
+      ],
+      [
+        "568",
+        0.0
+      ],
+      [
+        "▁animosity",
+        0.0
+      ],
+      [
+        "▁Attributes",
+        0.0
+      ],
+      [
+        "▁Uriel",
+        0.0
+      ],
+      [
+        "MQ",
+        0.0
+      ],
+      [
+        "myra",
+        0.0
+      ],
+      [
+        "▁Applicant",
+        0.0
+      ],
+      [
+        "▁psychiatrists",
+        0.0
+      ],
+      [
+        "▁Vij",
+        0.0
+      ],
+      [
+        "▁Abby",
+        0.0
+      ],
+      [
+        "agree",
+        0.0
+      ],
+      [
+        "Push",
+        0.0
+      ],
+      [
+        "▁kWh",
+        0.0
+      ],
+      [
+        "hiba",
+        0.0
+      ],
+      [
+        "▁incite",
+        0.0
+      ],
+      [
+        "▁Weasley",
+        0.0
+      ],
+      [
+        "▁Taxi",
+        0.0
+      ],
+      [
+        "ministic",
+        0.0
+      ],
+      [
+        "hyper",
+        0.0
+      ],
+      [
+        "▁Farn",
+        0.0
+      ],
+      [
+        "▁601",
+        0.0
+      ],
+      [
+        "▁Nationwide",
+        0.0
+      ],
+      [
+        "Fake",
+        0.0
+      ],
+      [
+        "952",
+        0.0
+      ],
+      [
+        "▁maize",
+        0.0
+      ],
+      [
+        "▁interacted",
+        0.0
+      ],
+      [
+        "▁transitioned",
+        0.0
+      ],
+      [
+        "▁parasitic",
+        0.0
+      ],
+      [
+        "▁harmonic",
+        0.0
+      ],
+      [
+        "▁decaying",
+        0.0
+      ],
+      [
+        "▁baseless",
+        0.0
+      ],
+      [
+        "nsics",
+        0.0
+      ],
+      [
+        "▁transpired",
+        0.0
+      ],
+      [
+        "▁abundantly",
+        0.0
+      ],
+      [
+        "▁Forensic",
+        0.0
+      ],
+      [
+        "▁treadmill",
+        0.0
+      ],
+      [
+        "▁Jav",
+        0.0
+      ],
+      [
+        "aband",
+        0.0
+      ],
+      [
+        "▁sshd",
+        0.0
+      ],
+      [
+        "▁frontman",
+        0.0
+      ],
+      [
+        "▁Jakarta",
+        0.0
+      ],
+      [
+        "oller",
+        0.0
+      ],
+      [
+        "drops",
+        0.0
+      ],
+      [
+        "▁SERVICES",
+        0.0
+      ],
+      [
+        "romptu",
+        0.0
+      ],
+      [
+        "ophical",
+        0.0
+      ],
+      [
+        "hospital",
+        0.0
+      ],
+      [
+        "bledon",
+        0.0
+      ],
+      [
+        "645",
+        0.0
+      ],
+      [
+        "▁midrange",
+        0.0
+      ],
+      [
+        "▁EVENT",
+        0.0
+      ],
+      [
+        "culated",
+        0.0
+      ],
+      [
+        "rawled",
+        0.0
+      ],
+      [
+        "▁perched",
+        0.0
+      ],
+      [
+        "▁overboard",
+        0.0
+      ],
+      [
+        "▁Peel",
+        0.0
+      ],
+      [
+        "▁Pwr",
+        0.0
+      ],
+      [
+        "▁Carth",
+        0.0
+      ],
+      [
+        "▁COMPLE",
+        0.0
+      ],
+      [
+        "coe",
+        0.0
+      ],
+      [
+        "shall",
+        0.0
+      ],
+      [
+        "▁deterrence",
+        0.0
+      ],
+      [
+        "METHOD",
+        0.0
+      ],
+      [
+        "▁Absent",
+        0.0
+      ],
+      [
+        "MEN",
+        0.0
+      ],
+      [
+        "▁sill",
+        0.0
+      ],
+      [
+        "▁LEVEL",
+        0.0
+      ],
+      [
+        "York",
+        0.0
+      ],
+      [
+        "▁sinners",
+        0.0
+      ],
+      [
+        "▁OPEC",
+        0.0
+      ],
+      [
+        "▁Nur",
+        0.0
+      ],
+      [
+        "▁Designs",
+        0.0
+      ],
+      [
+        "selection",
+        0.0
+      ],
+      [
+        "▁unworthy",
+        0.0
+      ],
+      [
+        "CHA",
+        0.0
+      ],
+      [
+        "▁strengthens",
+        0.0
+      ],
+      [
+        "883",
+        0.0
+      ],
+      [
+        "edly",
+        0.0
+      ],
+      [
+        "▁slicing",
+        0.0
+      ],
+      [
+        "▁malnutrition",
+        0.0
+      ],
+      [
+        "▁filmmaking",
+        0.0
+      ],
+      [
+        "▁Polk",
+        0.0
+      ],
+      [
+        "urated",
+        0.0
+      ],
+      [
+        "▁421",
+        0.0
+      ],
+      [
+        "breakers",
+        0.0
+      ],
+      [
+        "!'\"",
+        0.0
+      ],
+      [
+        "▁wetlands",
+        0.0
+      ],
+      [
+        "▁Discrimination",
+        0.0
+      ],
+      [
+        "▁allowable",
+        0.0
+      ],
+      [
+        "▁steered",
+        0.0
+      ],
+      [
+        "▁Sicily",
+        0.0
+      ],
+      [
+        "SAM",
+        0.0
+      ],
+      [
+        "▁mustache",
+        0.0
+      ],
+      [
+        "▁mids",
+        0.0
+      ],
+      [
+        "▁clipped",
+        0.0
+      ],
+      [
+        "▁circulate",
+        0.0
+      ],
+      [
+        "▁brittle",
+        0.0
+      ],
+      [
+        "▁Buildings",
+        0.0
+      ],
+      [
+        "raised",
+        0.0
+      ],
+      [
+        "▁Roundup",
+        0.0
+      ],
+      [
+        "▁wealthier",
+        0.0
+      ],
+      [
+        "▁overwrite",
+        0.0
+      ],
+      [
+        "▁overpowered",
+        0.0
+      ],
+      [
+        "▁Gerrard",
+        0.0
+      ],
+      [
+        "sites",
+        0.0
+      ],
+      [
+        "PDATED",
+        0.0
+      ],
+      [
+        "▁acutely",
+        0.0
+      ],
+      [
+        "▁Gamble",
+        0.0
+      ],
+      [
+        "▁pim",
+        0.0
+      ],
+      [
+        "▁Kus",
+        0.0
+      ],
+      [
+        "Typically",
+        0.0
+      ],
+      [
+        "Deploy",
+        0.0
+      ],
+      [
+        "▁Moroccan",
+        0.0
+      ],
+      [
+        "potion",
+        0.0
+      ],
+      [
+        "combe",
+        0.0
+      ],
+      [
+        "▁vigilante",
+        0.0
+      ],
+      [
+        "▁363",
+        0.0
+      ],
+      [
+        "Stew",
+        0.0
+      ],
+      [
+        "▁Bagg",
+        0.0
+      ],
+      [
+        "▁resided",
+        0.0
+      ],
+      [
+        "▁Spo",
+        0.0
+      ],
+      [
+        "▁remnant",
+        0.0
+      ],
+      [
+        "▁emptiness",
+        0.0
+      ],
+      [
+        "brainer",
+        0.0
+      ],
+      [
+        "▁outpatient",
+        0.0
+      ],
+      [
+        "priority",
+        0.0
+      ],
+      [
+        "▁leptin",
+        0.0
+      ],
+      [
+        "▁Payton",
+        0.0
+      ],
+      [
+        "▁Gleaming",
+        0.0
+      ],
+      [
+        "▁Shed",
+        0.0
+      ],
+      [
+        "▁Polo",
+        0.0
+      ],
+      [
+        "▁Mormonism",
+        0.0
+      ],
+      [
+        "restricted",
+        0.0
+      ],
+      [
+        "arlane",
+        0.0
+      ],
+      [
+        "wx",
+        0.0
+      ],
+      [
+        "▁creatine",
+        0.0
+      ],
+      [
+        "▁Anon",
+        0.0
+      ],
+      [
+        "▁STUD",
+        0.0
+      ],
+      [
+        "▁JUL",
+        0.0
+      ],
+      [
+        "▁Tee",
+        0.0
+      ],
+      [
+        "528",
+        0.0
+      ],
+      [
+        "089",
+        0.0
+      ],
+      [
+        "▁hatched",
+        0.0
+      ],
+      [
+        "Dispatch",
+        0.0
+      ],
+      [
+        "▁Composite",
+        0.0
+      ],
+      [
+        "▁451",
+        0.0
+      ],
+      [
+        "puff",
+        0.0
+      ],
+      [
+        "▁XCOM",
+        0.0
+      ],
+      [
+        "▁Orn",
+        0.0
+      ],
+      [
+        "▁THANK",
+        0.0
+      ],
+      [
+        "ENDED",
+        0.0
+      ],
+      [
+        "▁Asheville",
+        0.0
+      ],
+      [
+        "▁Ãľ",
+        0.0
+      ],
+      [
+        "▁mango",
+        0.0
+      ],
+      [
+        "▁Slightly",
+        0.0
+      ],
+      [
+        "worldly",
+        0.0
+      ],
+      [
+        "▁Wander",
+        0.0
+      ],
+      [
+        "▁Expand",
+        0.0
+      ],
+      [
+        "▁Chr",
+        0.0
+      ],
+      [
+        "Mist",
+        0.0
+      ],
+      [
+        "▁orthodoxy",
+        0.0
+      ],
+      [
+        "▁UNESCO",
+        0.0
+      ],
+      [
+        "regate",
+        0.0
+      ],
+      [
+        "Elsewhere",
+        0.0
+      ],
+      [
+        "kie",
+        0.0
+      ],
+      [
+        "irled",
+        0.0
+      ],
+      [
+        "▁topple",
+        0.0
+      ],
+      [
+        "▁adoptive",
+        0.0
+      ],
+      [
+        "▁Legs",
+        0.0
+      ],
+      [
+        "dress",
+        0.0
+      ],
+      [
+        "▁Sagan",
+        0.0
+      ],
+      [
+        "bare",
+        0.0
+      ],
+      [
+        "▁Glou",
+        0.0
+      ],
+      [
+        "Crunch",
+        0.0
+      ],
+      [
+        "▁helpers",
+        0.0
+      ],
+      [
+        "▁chronically",
+        0.0
+      ],
+      [
+        "▁Huma",
+        0.0
+      ],
+      [
+        "10000",
+        0.0
+      ],
+      [
+        "▁accommodating",
+        0.0
+      ],
+      [
+        "äºĶ",
+        0.0
+      ],
+      [
+        "▁wrinkles",
+        0.0
+      ],
+      [
+        "▁dodged",
+        0.0
+      ],
+      [
+        "fourth",
+        0.0
+      ],
+      [
+        "▁precon",
+        0.0
+      ],
+      [
+        "▁compressor",
+        0.0
+      ],
+      [
+        "▁Kare",
+        0.0
+      ],
+      [
+        "▁evict",
+        0.0
+      ],
+      [
+        "▁Warwick",
+        0.0
+      ],
+      [
+        "imar",
+        0.0
+      ],
+      [
+        "▁modernization",
+        0.0
+      ],
+      [
+        "▁bandwagon",
+        0.0
+      ],
+      [
+        "▁refuted",
+        0.0
+      ],
+      [
+        "▁netted",
+        0.0
+      ],
+      [
+        "▁Naples",
+        0.0
+      ],
+      [
+        "▁Genie",
+        0.0
+      ],
+      [
+        "perors",
+        0.0
+      ],
+      [
+        "▁fielded",
+        0.0
+      ],
+      [
+        "▁dere",
+        0.0
+      ],
+      [
+        "▁Parables",
+        0.0
+      ],
+      [
+        "lees",
+        0.0
+      ],
+      [
+        "▁trout",
+        0.0
+      ],
+      [
+        "aspers",
+        0.0
+      ],
+      [
+        "▁nihil",
+        0.0
+      ],
+      [
+        "▁happiest",
+        0.0
+      ],
+      [
+        "▁floppy",
+        0.0
+      ],
+      [
+        "▁Loft",
+        0.0
+      ],
+      [
+        "▁Heard",
+        0.0
+      ],
+      [
+        "▁unison",
+        0.0
+      ],
+      [
+        "▁lug",
+        0.0
+      ],
+      [
+        "▁Redmond",
+        0.0
+      ],
+      [
+        "classic",
+        0.0
+      ],
+      [
+        "Supporters",
+        0.0
+      ],
+      [
+        "SHIP",
+        0.0
+      ],
+      [
+        "GMT",
+        0.0
+      ],
+      [
+        "▁fuelled",
+        0.0
+      ],
+      [
+        "çIJ",
+        0.0
+      ],
+      [
+        "▁dd",
+        0.0
+      ],
+      [
+        "▁Eminem",
+        0.0
+      ],
+      [
+        "▁1897",
+        0.0
+      ],
+      [
+        "NYSE",
+        0.0
+      ],
+      [
+        "▁secretaries",
+        0.0
+      ],
+      [
+        "▁FIA",
+        0.0
+      ],
+      [
+        "▁Canaveral",
+        0.0
+      ],
+      [
+        "Favorite",
+        0.0
+      ],
+      [
+        "▁pomp",
+        0.0
+      ],
+      [
+        "▁detainee",
+        0.0
+      ],
+      [
+        "ership",
+        0.0
+      ],
+      [
+        "aimon",
+        0.0
+      ],
+      [
+        "iour",
+        0.0
+      ],
+      [
+        "▁Apex",
+        0.0
+      ],
+      [
+        "▁plantations",
+        0.0
+      ],
+      [
+        "amia",
+        0.0
+      ],
+      [
+        "acion",
+        0.0
+      ],
+      [
+        "Rust",
+        0.0
+      ],
+      [
+        "▁towed",
+        0.0
+      ],
+      [
+        "▁Truly",
+        0.0
+      ],
+      [
+        "577",
+        0.0
+      ],
+      [
+        "▁sheltered",
+        0.0
+      ],
+      [
+        "rider",
+        0.0
+      ],
+      [
+        "Wo",
+        0.0
+      ],
+      [
+        "▁lair",
+        0.0
+      ],
+      [
+        "▁Intelligent",
+        0.0
+      ],
+      [
+        "improve",
+        0.0
+      ],
+      [
+        "matically",
+        0.0
+      ],
+      [
+        "▁etiquette",
+        0.0
+      ],
+      [
+        "adra",
+        0.0
+      ],
+      [
+        "allo",
+        0.0
+      ],
+      [
+        "▁Juno",
+        0.0
+      ],
+      [
+        "anything",
+        0.0
+      ],
+      [
+        "▁Struggle",
+        0.0
+      ],
+      [
+        "▁Predict",
+        0.0
+      ],
+      [
+        "▁Grimes",
+        0.0
+      ],
+      [
+        "▁AMERICA",
+        0.0
+      ],
+      [
+        "ctx",
+        0.0
+      ],
+      [
+        "▁Situation",
+        0.0
+      ],
+      [
+        "WOOD",
+        0.0
+      ],
+      [
+        "▁soluble",
+        0.0
+      ],
+      [
+        "meier",
+        0.0
+      ],
+      [
+        "▁intolerable",
+        0.0
+      ],
+      [
+        "angering",
+        0.0
+      ],
+      [
+        "▁uninterrupted",
+        0.0
+      ],
+      [
+        "▁tooltip",
+        0.0
+      ],
+      [
+        "▁interrogated",
+        0.0
+      ],
+      [
+        "▁gunned",
+        0.0
+      ],
+      [
+        "▁Sneak",
+        0.0
+      ],
+      [
+        "æѦ",
+        0.0
+      ],
+      [
+        "▁tether",
+        0.0
+      ],
+      [
+        "▁crumble",
+        0.0
+      ],
+      [
+        "Lens",
+        0.0
+      ],
+      [
+        "▁clustered",
+        0.0
+      ],
+      [
+        "▁Syl",
+        0.0
+      ],
+      [
+        "▁Hasan",
+        0.0
+      ],
+      [
+        "▁dystopian",
+        0.0
+      ],
+      [
+        "wana",
+        0.0
+      ],
+      [
+        "▁joystick",
+        0.0
+      ],
+      [
+        "▁Thib",
+        0.0
+      ],
+      [
+        "ammu",
+        0.0
+      ],
+      [
+        "Tomorrow",
+        0.0
+      ],
+      [
+        "546",
+        0.0
+      ],
+      [
+        "▁overcame",
+        0.0
+      ],
+      [
+        "▁minimized",
+        0.0
+      ],
+      [
+        "ceptor",
+        0.0
+      ],
+      [
+        "Runner",
+        0.0
+      ],
+      [
+        "ENGTH",
+        0.0
+      ],
+      [
+        "▁Brenda",
+        0.0
+      ],
+      [
+        "▁Achievements",
+        0.0
+      ],
+      [
+        "▁torches",
+        0.0
+      ],
+      [
+        "▁rapport",
+        0.0
+      ],
+      [
+        "▁Investigator",
+        0.0
+      ],
+      [
+        "▁Handling",
+        0.0
+      ],
+      [
+        "relation",
+        0.0
+      ],
+      [
+        "grey",
+        0.0
+      ],
+      [
+        "815",
+        0.0
+      ],
+      [
+        "▁kcal",
+        0.0
+      ],
+      [
+        "▁Commands",
+        0.0
+      ],
+      [
+        "dq",
+        0.0
+      ],
+      [
+        "▁curls",
+        0.0
+      ],
+      [
+        "▁bearer",
+        0.0
+      ],
+      [
+        "▁cynicism",
+        0.0
+      ],
+      [
+        "itri",
+        0.0
+      ],
+      [
+        "▁Useful",
+        0.0
+      ],
+      [
+        "Bee",
+        0.0
+      ],
+      [
+        "DCS",
+        0.0
+      ],
+      [
+        "▁abras",
+        0.0
+      ],
+      [
+        "Pract",
+        0.0
+      ],
+      [
+        "BILITIES",
+        0.0
+      ],
+      [
+        "712",
+        0.0
+      ],
+      [
+        "▁debugger",
+        0.0
+      ],
+      [
+        "▁debtor",
+        0.0
+      ],
+      [
+        "▁Lia",
+        0.0
+      ],
+      [
+        "▁Kers",
+        0.0
+      ],
+      [
+        "▁exacerbate",
+        0.0
+      ],
+      [
+        "▁Stacy",
+        0.0
+      ],
+      [
+        "▁Bland",
+        0.0
+      ],
+      [
+        "▁Scenes",
+        0.0
+      ],
+      [
+        "▁branching",
+        0.0
+      ],
+      [
+        "âĸĪâĸĪâĸĪâĸĪâĸĪâĸĪâĸĪâĸĪ",
+        0.0
+      ],
+      [
+        "apeake",
+        0.0
+      ],
+      [
+        "▁salsa",
+        0.0
+      ],
+      [
+        "▁mishand",
+        0.0
+      ],
+      [
+        "▁Konami",
+        0.0
+      ],
+      [
+        "▁Nib",
+        0.0
+      ],
+      [
+        "▁anecdote",
+        0.0
+      ],
+      [
+        "▁agreeable",
+        0.0
+      ],
+      [
+        "Ïī",
+        0.0
+      ],
+      [
+        "▁Nathaniel",
+        0.0
+      ],
+      [
+        "▁Heisman",
+        0.0
+      ],
+      [
+        "▁Beware",
+        0.0
+      ],
+      [
+        "▁1886",
+        0.0
+      ],
+      [
+        "spective",
+        0.0
+      ],
+      [
+        "691",
+        0.0
+      ],
+      [
+        "522",
+        0.0
+      ],
+      [
+        "▁inhibits",
+        0.0
+      ],
+      [
+        "▁hashing",
+        0.0
+      ],
+      [
+        "▁1889",
+        0.0
+      ],
+      [
+        "å°Ĩ",
+        0.0
+      ],
+      [
+        "vich",
+        0.0
+      ],
+      [
+        "Pure",
+        0.0
+      ],
+      [
+        "▁solidly",
+        0.0
+      ],
+      [
+        "▁aspirin",
+        0.0
+      ],
+      [
+        "imaru",
+        0.0
+      ],
+      [
+        "▁streetcar",
+        0.0
+      ],
+      [
+        "▁UCS",
+        0.0
+      ],
+      [
+        "▁Judd",
+        0.0
+      ],
+      [
+        "▁flashbacks",
+        0.0
+      ],
+      [
+        "pins",
+        0.0
+      ],
+      [
+        "▁1440",
+        0.0
+      ],
+      [
+        "▁UNHCR",
+        0.0
+      ],
+      [
+        "▁Symptoms",
+        0.0
+      ],
+      [
+        "TIT",
+        0.0
+      ],
+      [
+        "538",
+        0.0
+      ],
+      [
+        "Fra",
+        0.0
+      ],
+      [
+        "%);",
+        0.0
+      ],
+      [
+        "▁ooz",
+        0.0
+      ],
+      [
+        "▁curfew",
+        0.0
+      ],
+      [
+        "▁calmed",
+        0.0
+      ],
+      [
+        "▁participates",
+        0.0
+      ],
+      [
+        "TeX",
+        0.0
+      ],
+      [
+        "▁nonsensical",
+        0.0
+      ],
+      [
+        "▁fullback",
+        0.0
+      ],
+      [
+        "▁DeL",
+        0.0
+      ],
+      [
+        "monkey",
+        0.0
+      ],
+      [
+        "hari",
+        0.0
+      ],
+      [
+        "▁metabolites",
+        0.0
+      ],
+      [
+        "▁looted",
+        0.0
+      ],
+      [
+        "▁ALWAYS",
+        0.0
+      ],
+      [
+        "▁BCC",
+        0.0
+      ],
+      [
+        "Lt",
+        0.0
+      ],
+      [
+        "ochet",
+        0.0
+      ],
+      [
+        "Bone",
+        0.0
+      ],
+      [
+        "▁vetoed",
+        0.0
+      ],
+      [
+        "▁gcc",
+        0.0
+      ],
+      [
+        "▁CLICK",
+        0.0
+      ],
+      [
+        "▁1888",
+        0.0
+      ],
+      [
+        "saf",
+        0.0
+      ],
+      [
+        "▁stiffness",
+        0.0
+      ],
+      [
+        "▁lowly",
+        0.0
+      ],
+      [
+        "▁Geh",
+        0.0
+      ],
+      [
+        "verson",
+        0.0
+      ],
+      [
+        "orset",
+        0.0
+      ],
+      [
+        "▁unforeseen",
+        0.0
+      ],
+      [
+        "▁anesthesia",
+        0.0
+      ],
+      [
+        "▁Optical",
+        0.0
+      ],
+      [
+        "▁reconstructed",
+        0.0
+      ],
+      [
+        "▁Tup",
+        0.0
+      ],
+      [
+        "shows",
+        0.0
+      ],
+      [
+        "NEWS",
+        0.0
+      ],
+      [
+        "▁Newspaper",
+        0.0
+      ],
+      [
+        "▁ASA",
+        0.0
+      ],
+      [
+        "tera",
+        0.0
+      ],
+      [
+        "Numbers",
+        0.0
+      ],
+      [
+        "▁inexplicable",
+        0.0
+      ],
+      [
+        "×ij",
+        0.0
+      ],
+      [
+        "▁hardness",
+        0.0
+      ],
+      [
+        "untarily",
+        0.0
+      ],
+      [
+        "▁Acer",
+        0.0
+      ],
+      [
+        "gradient",
+        0.0
+      ],
+      [
+        "ARDIS",
+        0.0
+      ],
+      [
+        "▁woodland",
+        0.0
+      ],
+      [
+        "▁metaphors",
+        0.0
+      ],
+      [
+        "▁Wembley",
+        0.0
+      ],
+      [
+        "▁Pavel",
+        0.0
+      ],
+      [
+        "philis",
+        0.0
+      ],
+      [
+        "▁rewriting",
+        0.0
+      ],
+      [
+        "▁perceptual",
+        0.0
+      ],
+      [
+        "▁1070",
+        0.0
+      ],
+      [
+        "worms",
+        0.0
+      ],
+      [
+        "▁Downs",
+        0.0
+      ],
+      [
+        "▁unsurprisingly",
+        0.0
+      ],
+      [
+        "▁tagging",
+        0.0
+      ],
+      [
+        "flame",
+        0.0
+      ],
+      [
+        "▁litres",
+        0.0
+      ],
+      [
+        "▁bounces",
+        0.0
+      ],
+      [
+        "▁Babe",
+        0.0
+      ],
+      [
+        "shut",
+        0.0
+      ],
+      [
+        "▁overdoses",
+        0.0
+      ],
+      [
+        "▁Sheila",
+        0.0
+      ],
+      [
+        "▁Chau",
+        0.0
+      ],
+      [
+        "▁Bless",
+        0.0
+      ],
+      [
+        "Capture",
+        0.0
+      ],
+      [
+        "▁Significant",
+        0.0
+      ],
+      [
+        "▁Scion",
+        0.0
+      ],
+      [
+        "▁389",
+        0.0
+      ],
+      [
+        "▁McH",
+        0.0
+      ],
+      [
+        "▁Titanium",
+        0.0
+      ],
+      [
+        "▁Meal",
+        0.0
+      ],
+      [
+        "ameda",
+        0.0
+      ],
+      [
+        "agents",
+        0.0
+      ],
+      [
+        "aggressive",
+        0.0
+      ],
+      [
+        "Billy",
+        0.0
+      ],
+      [
+        "763",
+        0.0
+      ],
+      [
+        "▁Saying",
+        0.0
+      ],
+      [
+        "DERR",
+        0.0
+      ],
+      [
+        "itone",
+        0.0
+      ],
+      [
+        "Collins",
+        0.0
+      ],
+      [
+        "Bound",
+        0.0
+      ],
+      [
+        "▁bolted",
+        0.0
+      ],
+      [
+        "▁DMCA",
+        0.0
+      ],
+      [
+        "953",
+        0.0
+      ],
+      [
+        "▁uniqueness",
+        0.0
+      ],
+      [
+        "▁epigen",
+        0.0
+      ],
+      [
+        "unci",
+        0.0
+      ],
+      [
+        "antam",
+        0.0
+      ],
+      [
+        "▁reckoning",
+        0.0
+      ],
+      [
+        "chairs",
+        0.0
+      ],
+      [
+        "OGR",
+        0.0
+      ],
+      [
+        "▁Senegal",
+        0.0
+      ],
+      [
+        "▁1862",
+        0.0
+      ],
+      [
+        "relevant",
+        0.0
+      ],
+      [
+        "▁¯",
+        0.0
+      ],
+      [
+        "▁pharmacies",
+        0.0
+      ],
+      [
+        "▁Geral",
+        0.0
+      ],
+      [
+        "vier",
+        0.0
+      ],
+      [
+        "Yan",
+        0.0
+      ],
+      [
+        "ORPG",
+        0.0
+      ],
+      [
+        "▁rabid",
+        0.0
+      ],
+      [
+        "bending",
+        0.0
+      ],
+      [
+        "▁UNITED",
+        0.0
+      ],
+      [
+        "▁465",
+        0.0
+      ],
+      [
+        "Assembly",
+        0.0
+      ],
+      [
+        "▁weep",
+        0.0
+      ],
+      [
+        "▁behest",
+        0.0
+      ],
+      [
+        "▁Mothers",
+        0.0
+      ],
+      [
+        "▁Jace",
+        0.0
+      ],
+      [
+        "hid",
+        0.0
+      ],
+      [
+        "▁whirlwind",
+        0.0
+      ],
+      [
+        "▁UNIVERS",
+        0.0
+      ],
+      [
+        "▁utopian",
+        0.0
+      ],
+      [
+        "▁kidnap",
+        0.0
+      ],
+      [
+        "Philipp",
+        0.0
+      ],
+      [
+        "Kin",
+        0.0
+      ],
+      [
+        "893",
+        0.0
+      ],
+      [
+        "▁livestream",
+        0.0
+      ],
+      [
+        "▁MISS",
+        0.0
+      ],
+      [
+        "▁subversive",
+        0.0
+      ],
+      [
+        "▁Techniques",
+        0.0
+      ],
+      [
+        "▁JUSTICE",
+        0.0
+      ],
+      [
+        "▁BASE",
+        0.0
+      ],
+      [
+        "▁387",
+        0.0
+      ],
+      [
+        "▁assailants",
+        0.0
+      ],
+      [
+        "▁Hardcore",
+        0.0
+      ],
+      [
+        "▁sprinkled",
+        0.0
+      ],
+      [
+        "▁Pse",
+        0.0
+      ],
+      [
+        "éļ",
+        0.0
+      ],
+      [
+        "printed",
+        0.0
+      ],
+      [
+        "▁Hau",
+        0.0
+      ],
+      [
+        "ORGE",
+        0.0
+      ],
+      [
+        "▁TOUR",
+        0.0
+      ],
+      [
+        "▁laced",
+        0.0
+      ],
+      [
+        "▁itch",
+        0.0
+      ],
+      [
+        "Giving",
+        0.0
+      ],
+      [
+        "▁ported",
+        0.0
+      ],
+      [
+        "781",
+        0.0
+      ],
+      [
+        "////////////////////////////////",
+        0.0
+      ],
+      [
+        "breeding",
+        0.0
+      ],
+      [
+        "▁logger",
+        0.0
+      ],
+      [
+        "▁HOL",
+        0.0
+      ],
+      [
+        "innie",
+        0.0
+      ],
+      [
+        "Firstly",
+        0.0
+      ],
+      [
+        "▁embryonic",
+        0.0
+      ],
+      [
+        "▁delegated",
+        0.0
+      ],
+      [
+        "pai",
+        0.0
+      ],
+      [
+        "OIL",
+        0.0
+      ],
+      [
+        "▁centrally",
+        0.0
+      ],
+      [
+        "▁Rx",
+        0.0
+      ],
+      [
+        "▁Scouting",
+        0.0
+      ],
+      [
+        "Dutch",
+        0.0
+      ],
+      [
+        "▁hereditary",
+        0.0
+      ],
+      [
+        "▁Cruiser",
+        0.0
+      ],
+      [
+        "sat",
+        0.0
+      ],
+      [
+        "529",
+        0.0
+      ],
+      [
+        "▁Marriott",
+        0.0
+      ],
+      [
+        "othermal",
+        0.0
+      ],
+      [
+        "▁prohibitions",
+        0.0
+      ],
+      [
+        "Earn",
+        0.0
+      ],
+      [
+        "▁Stab",
+        0.0
+      ],
+      [
+        "▁Colleges",
+        0.0
+      ],
+      [
+        "▁Belief",
+        0.0
+      ],
+      [
+        "stretched",
+        0.0
+      ],
+      [
+        "▁LH",
+        0.0
+      ],
+      [
+        "▁EntityItem",
+        0.0
+      ],
+      [
+        "CIA",
+        0.0
+      ],
+      [
+        "▁unrem",
+        0.0
+      ],
+      [
+        "▁laureate",
+        0.0
+      ],
+      [
+        "▁denominations",
+        0.0
+      ],
+      [
+        "summary",
+        0.0
+      ],
+      [
+        "hler",
+        0.0
+      ],
+      [
+        "Spect",
+        0.0
+      ],
+      [
+        "▁Klaus",
+        0.0
+      ],
+      [
+        "▁Beans",
+        0.0
+      ],
+      [
+        "▁insur",
+        0.0
+      ],
+      [
+        "▁PAX",
+        0.0
+      ],
+      [
+        "▁fielder",
+        0.0
+      ],
+      [
+        "▁Vet",
+        0.0
+      ],
+      [
+        "▁Sparrow",
+        0.0
+      ],
+      [
+        "zie",
+        0.0
+      ],
+      [
+        "▁SQ",
+        0.0
+      ],
+      [
+        "▁Mondays",
+        0.0
+      ],
+      [
+        "▁Offline",
+        0.0
+      ],
+      [
+        "▁Lerner",
+        0.0
+      ],
+      [
+        "▁Extensions",
+        0.0
+      ],
+      [
+        "Ireland",
+        0.0
+      ],
+      [
+        "▁patronage",
+        0.0
+      ],
+      [
+        "▁contrasted",
+        0.0
+      ],
+      [
+        "▁Mania",
+        0.0
+      ],
+      [
+        "hirt",
+        0.0
+      ],
+      [
+        "Moscow",
+        0.0
+      ],
+      [
+        "▁condemns",
+        0.0
+      ],
+      [
+        "▁Ange",
+        0.0
+      ],
+      [
+        "▁composing",
+        0.0
+      ],
+      [
+        "▁Pepe",
+        0.0
+      ],
+      [
+        "▁Paddock",
+        0.0
+      ],
+      [
+        "▁heterogeneity",
+        0.0
+      ],
+      [
+        "▁ideologically",
+        0.0
+      ],
+      [
+        "▁fishes",
+        0.0
+      ],
+      [
+        "▁cursing",
+        0.0
+      ],
+      [
+        "▁Rutherford",
+        0.0
+      ],
+      [
+        "▁Floating",
+        0.0
+      ],
+      [
+        "▁Amelia",
+        0.0
+      ],
+      [
+        "Tea",
+        0.0
+      ],
+      [
+        "Synopsis",
+        0.0
+      ],
+      [
+        "▁stunts",
+        0.0
+      ],
+      [
+        "▁bead",
+        0.0
+      ],
+      [
+        "▁stocking",
+        0.0
+      ],
+      [
+        "▁MILL",
+        0.0
+      ],
+      [
+        "obook",
+        0.0
+      ],
+      [
+        "massive",
+        0.0
+      ],
+      [
+        "\\<",
+        0.0
+      ],
+      [
+        "▁hump",
+        0.0
+      ],
+      [
+        "▁Preferences",
+        0.0
+      ],
+      [
+        "EngineDebug",
+        0.0
+      ],
+      [
+        "geist",
+        0.0
+      ],
+      [
+        "▁Nieto",
+        0.0
+      ],
+      [
+        "omever",
+        0.0
+      ],
+      [
+        "ishy",
+        0.0
+      ],
+      [
+        "evaluate",
+        0.0
+      ],
+      [
+        "colonial",
+        0.0
+      ],
+      [
+        "Alternative",
+        0.0
+      ],
+      [
+        "▁GoPro",
+        0.0
+      ],
+      [
+        "▁Vortex",
+        0.0
+      ],
+      [
+        "▁NETWORK",
+        0.0
+      ],
+      [
+        "ansky",
+        0.0
+      ],
+      [
+        "Secure",
+        0.0
+      ],
+      [
+        "▁Thrust",
+        0.0
+      ],
+      [
+        "Snake",
+        0.0
+      ],
+      [
+        "▁parcels",
+        0.0
+      ],
+      [
+        "▁samurai",
+        0.0
+      ],
+      [
+        "▁actresses",
+        0.0
+      ],
+      [
+        "Nap",
+        0.0
+      ],
+      [
+        "MF",
+        0.0
+      ],
+      [
+        "iferation",
+        0.0
+      ],
+      [
+        "Beer",
+        0.0
+      ],
+      [
+        "523",
+        0.0
+      ],
+      [
+        "▁Ily",
+        0.0
+      ],
+      [
+        "ointment",
+        0.0
+      ],
+      [
+        "Ping",
+        0.0
+      ],
+      [
+        "▁striped",
+        0.0
+      ],
+      [
+        "▁Mellon",
+        0.0
+      ],
+      [
+        "ossession",
+        0.0
+      ],
+      [
+        "▁neutron",
+        0.0
+      ],
+      [
+        "endium",
+        0.0
+      ],
+      [
+        "▁aph",
+        0.0
+      ],
+      [
+        "▁Flavoring",
+        0.0
+      ],
+      [
+        "▁383",
+        0.0
+      ],
+      [
+        "▁responsiveness",
+        0.0
+      ],
+      [
+        "▁Jindal",
+        0.0
+      ],
+      [
+        "▁Hitchcock",
+        0.0
+      ],
+      [
+        "Denver",
+        0.0
+      ],
+      [
+        "▁DRAGON",
+        0.0
+      ],
+      [
+        "smanship",
+        0.0
+      ],
+      [
+        "▁Dupl",
+        0.0
+      ],
+      [
+        "▁sly",
+        0.0
+      ],
+      [
+        "▁webcam",
+        0.0
+      ],
+      [
+        "▁Twain",
+        0.0
+      ],
+      [
+        "▁Darling",
+        0.0
+      ],
+      [
+        "iliate",
+        0.0
+      ],
+      [
+        "consumer",
+        0.0
+      ],
+      [
+        "DIT",
+        0.0
+      ],
+      [
+        "▁namesake",
+        0.0
+      ],
+      [
+        "▁unorthodox",
+        0.0
+      ],
+      [
+        "▁funer",
+        0.0
+      ],
+      [
+        "▁PLoS",
+        0.0
+      ],
+      [
+        "▁CONTROL",
+        0.0
+      ],
+      [
+        "ozyg",
+        0.0
+      ],
+      [
+        "oglobin",
+        0.0
+      ],
+      [
+        "FACE",
+        0.0
+      ],
+      [
+        "ERG",
+        0.0
+      ],
+      [
+        "▁Dia",
+        0.0
+      ],
+      [
+        "▁Fiesta",
+        0.0
+      ],
+      [
+        "cele",
+        0.0
+      ],
+      [
+        "034",
+        0.0
+      ],
+      [
+        "▁enclave",
+        0.0
+      ],
+      [
+        "âĸ¬âĸ¬",
+        0.0
+      ],
+      [
+        "onement",
+        0.0
+      ],
+      [
+        "alist",
+        0.0
+      ],
+      [
+        "Mand",
+        0.0
+      ],
+      [
+        "▁homegrown",
+        0.0
+      ],
+      [
+        "▁Fancy",
+        0.0
+      ],
+      [
+        "▁conceptions",
+        0.0
+      ],
+      [
+        "▁Contains",
+        0.0
+      ],
+      [
+        "ureen",
+        0.0
+      ],
+      [
+        "▁reiterate",
+        0.0
+      ],
+      [
+        "▁meager",
+        0.0
+      ],
+      [
+        "▁installments",
+        0.0
+      ],
+      [
+        "Spawn",
+        0.0
+      ],
+      [
+        "627",
+        0.0
+      ],
+      [
+        "▁photoc",
+        0.0
+      ],
+      [
+        "▁Cabrera",
+        0.0
+      ],
+      [
+        "▁Rosenthal",
+        0.0
+      ],
+      [
+        "▁Lansing",
+        0.0
+      ],
+      [
+        "isner",
+        0.0
+      ],
+      [
+        "▁invests",
+        0.0
+      ],
+      [
+        "▁UFOs",
+        0.0
+      ],
+      [
+        "EXP",
+        0.0
+      ],
+      [
+        "Hardware",
+        0.0
+      ],
+      [
+        "▁tragically",
+        0.0
+      ],
+      [
+        "▁concedes",
+        0.0
+      ],
+      [
+        "ieft",
+        0.0
+      ],
+      [
+        "cham",
+        0.0
+      ],
+      [
+        "borgh",
+        0.0
+      ],
+      [
+        "▁Schr",
+        0.0
+      ],
+      [
+        "▁Melanie",
+        0.0
+      ],
+      [
+        "▁Hoy",
+        0.0
+      ],
+      [
+        "▁visitation",
+        0.0
+      ],
+      [
+        "▁idiosyncr",
+        0.0
+      ],
+      [
+        "▁fractions",
+        0.0
+      ],
+      [
+        "▁foreskin",
+        0.0
+      ],
+      [
+        "obos",
+        0.0
+      ],
+      [
+        "▁poaching",
+        0.0
+      ],
+      [
+        "▁VIEW",
+        0.0
+      ],
+      [
+        "▁stimulates",
+        0.0
+      ],
+      [
+        "▁Gork",
+        0.0
+      ],
+      [
+        "canon",
+        0.0
+      ],
+      [
+        "MIC",
+        0.0
+      ],
+      [
+        "▁Nemesis",
+        0.0
+      ],
+      [
+        "▁Indra",
+        0.0
+      ],
+      [
+        "▁DMV",
+        0.0
+      ],
+      [
+        "▁529",
+        0.0
+      ],
+      [
+        "▁inspecting",
+        0.0
+      ],
+      [
+        "▁grandma",
+        0.0
+      ],
+      [
+        "▁Whedon",
+        0.0
+      ],
+      [
+        "▁Shant",
+        0.0
+      ],
+      [
+        "▁Purg",
+        0.0
+      ],
+      [
+        "ikan",
+        0.0
+      ],
+      [
+        "▁Teg",
+        0.0
+      ],
+      [
+        "▁CLR",
+        0.0
+      ],
+      [
+        "zac",
+        0.0
+      ],
+      [
+        "Victoria",
+        0.0
+      ],
+      [
+        "▁Verify",
+        0.0
+      ],
+      [
+        "ionics",
+        0.0
+      ],
+      [
+        "▁partying",
+        0.0
+      ],
+      [
+        "▁Mou",
+        0.0
+      ],
+      [
+        "colour",
+        0.0
+      ],
+      [
+        "▁testimonies",
+        0.0
+      ],
+      [
+        "lations",
+        0.0
+      ],
+      [
+        "▁pressuring",
+        0.0
+      ],
+      [
+        "hiro",
+        0.0
+      ],
+      [
+        "acers",
+        0.0
+      ],
+      [
+        "▁fid",
+        0.0
+      ],
+      [
+        "angler",
+        0.0
+      ],
+      [
+        "▁CSI",
+        0.0
+      ],
+      [
+        "▁hereafter",
+        0.0
+      ],
+      [
+        "▁dissidents",
+        0.0
+      ],
+      [
+        "reporting",
+        0.0
+      ],
+      [
+        "iphany",
+        0.0
+      ],
+      [
+        "chev",
+        0.0
+      ],
+      [
+        "▁solitude",
+        0.0
+      ],
+      [
+        "▁lobe",
+        0.0
+      ],
+      [
+        "▁indis",
+        0.0
+      ],
+      [
+        "▁credential",
+        0.0
+      ],
+      [
+        "recent",
+        0.0
+      ],
+      [
+        "adult",
+        0.0
+      ],
+      [
+        "▁Nirvana",
+        0.0
+      ],
+      [
+        "▁Franchise",
+        0.0
+      ],
+      [
+        "Layer",
+        0.0
+      ],
+      [
+        "Hyp",
+        0.0
+      ],
+      [
+        "▁Berkshire",
+        0.0
+      ],
+      [
+        "▁wills",
+        0.0
+      ],
+      [
+        "tif",
+        0.0
+      ],
+      [
+        "▁totem",
+        0.0
+      ],
+      [
+        "▁Judah",
+        0.0
+      ],
+      [
+        "repair",
+        0.0
+      ],
+      [
+        "Instant",
+        0.0
+      ],
+      [
+        "548",
+        0.0
+      ],
+      [
+        "▁embassies",
+        0.0
+      ],
+      [
+        "▁bottleneck",
+        0.0
+      ],
+      [
+        "▁bount",
+        0.0
+      ],
+      [
+        "▁typew",
+        0.0
+      ],
+      [
+        "▁Alvin",
+        0.0
+      ],
+      [
+        "jing",
+        0.0
+      ],
+      [
+        "imilar",
+        0.0
+      ],
+      [
+        "Rush",
+        0.0
+      ],
+      [
+        "▁brim",
+        0.0
+      ],
+      [
+        "▁HELP",
+        0.0
+      ],
+      [
+        "Aim",
+        0.0
+      ],
+      [
+        "]'",
+        0.0
+      ],
+      [
+        "▁passively",
+        0.0
+      ],
+      [
+        "▁bounded",
+        0.0
+      ],
+      [
+        "▁Rated",
+        0.0
+      ],
+      [
+        "▁criminality",
+        0.0
+      ],
+      [
+        "▁biomark",
+        0.0
+      ],
+      [
+        "▁dispatcher",
+        0.0
+      ],
+      [
+        "▁Towards",
+        0.0
+      ],
+      [
+        "▁+++",
+        0.0
+      ],
+      [
+        "righteous",
+        0.0
+      ],
+      [
+        "frog",
+        0.0
+      ],
+      [
+        "▁Panc",
+        0.0
+      ],
+      [
+        "Carter",
+        0.0
+      ],
+      [
+        "032",
+        0.0
+      ],
+      [
+        "æ©Ł",
+        0.0
+      ],
+      [
+        "▁ultraviolet",
+        0.0
+      ],
+      [
+        "▁Licensed",
+        0.0
+      ],
+      [
+        "▁Tata",
+        0.0
+      ],
+      [
+        "▁Blessing",
+        0.0
+      ],
+      [
+        "▁GAM",
+        0.0
+      ],
+      [
+        "▁chemically",
+        0.0
+      ],
+      [
+        "▁Seaf",
+        0.0
+      ],
+      [
+        "▁RELE",
+        0.0
+      ],
+      [
+        "▁Mercenary",
+        0.0
+      ],
+      [
+        "capitalist",
+        0.0
+      ],
+      [
+        "▁formulations",
+        0.0
+      ],
+      [
+        "▁annihilation",
+        0.0
+      ],
+      [
+        "▁Verb",
+        0.0
+      ],
+      [
+        "▁Argon",
+        0.0
+      ],
+      [
+        "▁unloaded",
+        0.0
+      ],
+      [
+        "▁morphed",
+        0.0
+      ],
+      [
+        "▁conquering",
+        0.0
+      ],
+      [
+        "backer",
+        0.0
+      ],
+      [
+        "IELD",
+        0.0
+      ],
+      [
+        "▁thefts",
+        0.0
+      ],
+      [
+        "▁frontrunner",
+        0.0
+      ],
+      [
+        "▁Royale",
+        0.0
+      ],
+      [
+        "▁Fundamental",
+        0.0
+      ],
+      [
+        "elight",
+        0.0
+      ],
+      [
+        "Chip",
+        0.0
+      ],
+      [
+        "necessary",
+        0.0
+      ],
+      [
+        "ayn",
+        0.0
+      ],
+      [
+        "▁Slip",
+        0.0
+      ],
+      [
+        "▁448",
+        0.0
+      ],
+      [
+        "cerned",
+        0.0
+      ],
+      [
+        "Pause",
+        0.0
+      ],
+      [
+        "▁shockingly",
+        0.0
+      ],
+      [
+        "▁ABV",
+        0.0
+      ],
+      [
+        "▁composure",
+        0.0
+      ],
+      [
+        "733",
+        0.0
+      ],
+      [
+        "▁Motorsport",
+        0.0
+      ],
+      [
+        "ahime",
+        0.0
+      ],
+      [
+        "Murray",
+        0.0
+      ],
+      [
+        "Mach",
+        0.0
+      ],
+      [
+        "▁grids",
+        0.0
+      ],
+      [
+        "▁debian",
+        0.0
+      ],
+      [
+        "▁furthermore",
+        0.0
+      ],
+      [
+        "▁dexterity",
+        0.0
+      ],
+      [
+        "▁Collections",
+        0.0
+      ],
+      [
+        "oslov",
+        0.0
+      ],
+      [
+        "ilage",
+        0.0
+      ],
+      [
+        "bj",
+        0.0
+      ],
+      [
+        "▁Monteneg",
+        0.0
+      ],
+      [
+        "▁strutConnector",
+        0.0
+      ],
+      [
+        "▁massacres",
+        0.0
+      ],
+      [
+        "▁briefs",
+        0.0
+      ],
+      [
+        "fetched",
+        0.0
+      ],
+      [
+        "uvian",
+        0.0
+      ],
+      [
+        "olition",
+        0.0
+      ],
+      [
+        "Failure",
+        0.0
+      ],
+      [
+        "emonic",
+        0.0
+      ],
+      [
+        "▁flared",
+        0.0
+      ],
+      [
+        "▁claimant",
+        0.0
+      ],
+      [
+        "▁cures",
+        0.0
+      ],
+      [
+        "▁giveaways",
+        0.0
+      ],
+      [
+        "▁Substance",
+        0.0
+      ],
+      [
+        "alions",
+        0.0
+      ],
+      [
+        "▁cringe",
+        0.0
+      ],
+      [
+        "▁Kul",
+        0.0
+      ],
+      [
+        "▁aristocracy",
+        0.0
+      ],
+      [
+        "▁Ulster",
+        0.0
+      ],
+      [
+        "olated",
+        0.0
+      ],
+      [
+        "housing",
+        0.0
+      ],
+      [
+        "▁MIS",
+        0.0
+      ],
+      [
+        "▁glared",
+        0.0
+      ],
+      [
+        "▁Wilhelm",
+        0.0
+      ],
+      [
+        "needs",
+        0.0
+      ],
+      [
+        "lambda",
+        0.0
+      ],
+      [
+        "builders",
+        0.0
+      ],
+      [
+        "▁VIS",
+        0.0
+      ],
+      [
+        "▁radiator",
+        0.0
+      ],
+      [
+        "▁Ghostbusters",
+        0.0
+      ],
+      [
+        "▁436",
+        0.0
+      ],
+      [
+        "actual",
+        0.0
+      ],
+      [
+        "▁herds",
+        0.0
+      ],
+      [
+        "ça",
+        0.0
+      ],
+      [
+        "watching",
+        0.0
+      ],
+      [
+        "▁countering",
+        0.0
+      ],
+      [
+        "Charge",
+        0.0
+      ],
+      [
+        "▁charred",
+        0.0
+      ],
+      [
+        "▁warheads",
+        0.0
+      ],
+      [
+        "▁iodine",
+        0.0
+      ],
+      [
+        "▁Macy",
+        0.0
+      ],
+      [
+        "041",
+        0.0
+      ],
+      [
+        "▁departures",
+        0.0
+      ],
+      [
+        "▁Sins",
+        0.0
+      ],
+      [
+        "▁dyed",
+        0.0
+      ],
+      [
+        "▁Concepts",
+        0.0
+      ],
+      [
+        "gado",
+        0.0
+      ],
+      [
+        "713",
+        0.0
+      ],
+      [
+        "▁quotations",
+        0.0
+      ],
+      [
+        "▁gist",
+        0.0
+      ],
+      [
+        "▁Christy",
+        0.0
+      ],
+      [
+        "▁antigen",
+        0.0
+      ],
+      [
+        "▁Hemp",
+        0.0
+      ],
+      [
+        "▁Drawn",
+        0.0
+      ],
+      [
+        "▁Barg",
+        0.0
+      ],
+      [
+        "ezvous",
+        0.0
+      ],
+      [
+        "▁paternity",
+        0.0
+      ],
+      [
+        "▁ardu",
+        0.0
+      ],
+      [
+        "▁Anchorage",
+        0.0
+      ],
+      [
+        "▁Rik",
+        0.0
+      ],
+      [
+        "▁overloaded",
+        0.0
+      ],
+      [
+        "▁Username",
+        0.0
+      ],
+      [
+        "▁Tammy",
+        0.0
+      ],
+      [
+        "▁Nau",
+        0.0
+      ],
+      [
+        "▁Cellular",
+        0.0
+      ],
+      [
+        "▁waning",
+        0.0
+      ],
+      [
+        "▁rodent",
+        0.0
+      ],
+      [
+        "▁Worcester",
+        0.0
+      ],
+      [
+        "ilts",
+        0.0
+      ],
+      [
+        "▁Tad",
+        0.0
+      ],
+      [
+        "▁dwellings",
+        0.0
+      ],
+      [
+        "▁bullish",
+        0.0
+      ],
+      [
+        "431",
+        0.0
+      ],
+      [
+        "▁retaliate",
+        0.0
+      ],
+      [
+        "▁migraine",
+        0.0
+      ],
+      [
+        "▁Chevron",
+        0.0
+      ],
+      [
+        "CHECK",
+        0.0
+      ],
+      [
+        "▁donkey",
+        0.0
+      ],
+      [
+        "crim",
+        0.0
+      ],
+      [
+        "SPA",
+        0.0
+      ],
+      [
+        "▁Analog",
+        0.0
+      ],
+      [
+        "▁marquee",
+        0.0
+      ],
+      [
+        "▁Haas",
+        0.0
+      ],
+      [
+        "Bir",
+        0.0
+      ],
+      [
+        "▁GDDR",
+        0.0
+      ],
+      [
+        "▁Downloads",
+        0.0
+      ],
+      [
+        "▁willpower",
+        0.0
+      ],
+      [
+        "▁Forth",
+        0.0
+      ],
+      [
+        "▁Recorded",
+        0.0
+      ],
+      [
+        "▁impossibility",
+        0.0
+      ],
+      [
+        "▁Logged",
+        0.0
+      ],
+      [
+        "▁Franks",
+        0.0
+      ],
+      [
+        "▁Ratt",
+        0.0
+      ],
+      [
+        "initions",
+        0.0
+      ],
+      [
+        "▁cleaners",
+        0.0
+      ],
+      [
+        "▁sorely",
+        0.0
+      ],
+      [
+        "▁flickering",
+        0.0
+      ],
+      [
+        "▁Examination",
+        0.0
+      ],
+      [
+        "catching",
+        0.0
+      ],
+      [
+        "alloween",
+        0.0
+      ],
+      [
+        "Msg",
+        0.0
+      ],
+      [
+        "▁dunno",
+        0.0
+      ],
+      [
+        "Fa",
+        0.0
+      ],
+      [
+        "▁dysph",
+        0.0
+      ],
+      [
+        "crazy",
+        0.0
+      ],
+      [
+        ".''.",
+        0.0
+      ],
+      [
+        "▁mainline",
+        0.0
+      ],
+      [
+        "▁cs",
+        0.0
+      ],
+      [
+        "▁ptr",
+        0.0
+      ],
+      [
+        "▁Wally",
+        0.0
+      ],
+      [
+        "igun",
+        0.0
+      ],
+      [
+        "951",
+        0.0
+      ],
+      [
+        "▁Bigfoot",
+        0.0
+      ],
+      [
+        "fights",
+        0.0
+      ],
+      [
+        "▁retrieving",
+        0.0
+      ],
+      [
+        "Jr",
+        0.0
+      ],
+      [
+        "▁duplication",
+        0.0
+      ],
+      [
+        "▁Explan",
+        0.0
+      ],
+      [
+        "▁relational",
+        0.0
+      ],
+      [
+        "▁quaint",
+        0.0
+      ],
+      [
+        "▁biscuits",
+        0.0
+      ],
+      [
+        "▁ado",
+        0.0
+      ],
+      [
+        "▁shudder",
+        0.0
+      ],
+      [
+        "▁antidote",
+        0.0
+      ],
+      [
+        "blooded",
+        0.0
+      ],
+      [
+        "ksh",
+        0.0
+      ],
+      [
+        "▁sauces",
+        0.0
+      ],
+      [
+        "▁reinvest",
+        0.0
+      ],
+      [
+        "▁dispensary",
+        0.0
+      ],
+      [
+        "▁Diver",
+        0.0
+      ],
+      [
+        "▁9000",
+        0.0
+      ],
+      [
+        "student",
+        0.0
+      ],
+      [
+        "▁insepar",
+        0.0
+      ],
+      [
+        "escap",
+        0.0
+      ],
+      [
+        "▁toddlers",
+        0.0
+      ],
+      [
+        "▁GPIO",
+        0.0
+      ],
+      [
+        "▁Assignment",
+        0.0
+      ],
+      [
+        "headers",
+        0.0
+      ],
+      [
+        "▁lackluster",
+        0.0
+      ],
+      [
+        "▁aback",
+        0.0
+      ],
+      [
+        "956",
+        0.0
+      ],
+      [
+        "▁toolbar",
+        0.0
+      ],
+      [
+        "745",
+        0.0
+      ],
+      [
+        "▁oust",
+        0.0
+      ],
+      [
+        "▁contemplation",
+        0.0
+      ],
+      [
+        "▁PRESIDENT",
+        0.0
+      ],
+      [
+        "▁458",
+        0.0
+      ],
+      [
+        "======",
+        0.0
+      ],
+      [
+        "▁guaranteeing",
+        0.0
+      ],
+      [
+        "▁Heist",
+        0.0
+      ],
+      [
+        "▁Cannes",
+        0.0
+      ],
+      [
+        "Ļ½",
+        0.0
+      ],
+      [
+        "▁collaborator",
+        0.0
+      ],
+      [
+        "▁Amp",
+        0.0
+      ],
+      [
+        "▁gou",
+        0.0
+      ],
+      [
+        "▁SHALL",
+        0.0
+      ],
+      [
+        "stories",
+        0.0
+      ],
+      [
+        "783",
+        0.0
+      ],
+      [
+        "▁mobilized",
+        0.0
+      ],
+      [
+        "▁brood",
+        0.0
+      ],
+      [
+        "▁LU",
+        0.0
+      ],
+      [
+        "▁ðŁij",
+        0.0
+      ],
+      [
+        "▁refin",
+        0.0
+      ],
+      [
+        "▁Anthropology",
+        0.0
+      ],
+      [
+        "vind",
+        0.0
+      ],
+      [
+        "illi",
+        0.0
+      ],
+      [
+        "▁warranties",
+        0.0
+      ],
+      [
+        "▁Babel",
+        0.0
+      ],
+      [
+        "▁swath",
+        0.0
+      ],
+      [
+        "▁caches",
+        0.0
+      ],
+      [
+        "▁antagonists",
+        0.0
+      ],
+      [
+        "artifacts",
+        0.0
+      ],
+      [
+        "▁hotly",
+        0.0
+      ],
+      [
+        "▁Starts",
+        0.0
+      ],
+      [
+        "▁Gö",
+        0.0
+      ],
+      [
+        "zag",
+        0.0
+      ],
+      [
+        "!!!!!",
+        0.0
+      ],
+      [
+        "▁scourge",
+        0.0
+      ],
+      [
+        "▁conspiring",
+        0.0
+      ],
+      [
+        "ruits",
+        0.0
+      ],
+      [
+        "reverse",
+        0.0
+      ],
+      [
+        "▁Sheen",
+        0.0
+      ],
+      [
+        "▁Jesuit",
+        0.0
+      ],
+      [
+        "▁Giovanni",
+        0.0
+      ],
+      [
+        "adies",
+        0.0
+      ],
+      [
+        "▁buttocks",
+        0.0
+      ],
+      [
+        "earcher",
+        0.0
+      ],
+      [
+        "acan",
+        0.0
+      ],
+      [
+        "▁volleyball",
+        0.0
+      ],
+      [
+        "▁shrouded",
+        0.0
+      ],
+      [
+        "▁scoreboard",
+        0.0
+      ],
+      [
+        "bats",
+        0.0
+      ],
+      [
+        "▁IPM",
+        0.0
+      ],
+      [
+        "▁asses",
+        0.0
+      ],
+      [
+        "▁deregulation",
+        0.0
+      ],
+      [
+        "▁Telegram",
+        0.0
+      ],
+      [
+        "▁Reboot",
+        0.0
+      ],
+      [
+        "▁7000",
+        0.0
+      ],
+      [
+        "▁Canary",
+        0.0
+      ],
+      [
+        "▁kernels",
+        0.0
+      ],
+      [
+        "▁François",
+        0.0
+      ],
+      [
+        "▁Duff",
+        0.0
+      ],
+      [
+        "▁Pon",
+        0.0
+      ],
+      [
+        "▁Leica",
+        0.0
+      ],
+      [
+        "▁Garmin",
+        0.0
+      ],
+      [
+        "▁orphans",
+        0.0
+      ],
+      [
+        "▁Claudia",
+        0.0
+      ],
+      [
+        "▁calendars",
+        0.0
+      ],
+      [
+        "▁Leilan",
+        0.0
+      ],
+      [
+        "ento",
+        0.0
+      ],
+      [
+        "Rocket",
+        0.0
+      ],
+      [
+        "▁brunch",
+        0.0
+      ],
+      [
+        "▁Hawking",
+        0.0
+      ],
+      [
+        "ainers",
+        0.0
+      ],
+      [
+        "▁sensibilities",
+        0.0
+      ],
+      [
+        "▁kW",
+        0.0
+      ],
+      [
+        "▁Kand",
+        0.0
+      ],
+      [
+        "▁reclaimed",
+        0.0
+      ],
+      [
+        "▁interestingly",
+        0.0
+      ],
+      [
+        "ש",
+        0.0
+      ],
+      [
+        "romy",
+        0.0
+      ],
+      [
+        "JM",
+        0.0
+      ],
+      [
+        "▁Enhancement",
+        0.0
+      ],
+      [
+        "bush",
+        0.0
+      ],
+      [
+        "Skip",
+        0.0
+      ],
+      [
+        "▁rappers",
+        0.0
+      ],
+      [
+        "▁gazing",
+        0.0
+      ],
+      [
+        "pedia",
+        0.0
+      ],
+      [
+        "athlon",
+        0.0
+      ],
+      [
+        "Revolution",
+        0.0
+      ],
+      [
+        "▁snipers",
+        0.0
+      ],
+      [
+        "▁reverted",
+        0.0
+      ],
+      [
+        "▁conglomerate",
+        0.0
+      ],
+      [
+        "Terry",
+        0.0
+      ],
+      [
+        "794",
+        0.0
+      ],
+      [
+        "▁harsher",
+        0.0
+      ],
+      [
+        "▁desolate",
+        0.0
+      ],
+      [
+        "▁Hitman",
+        0.0
+      ],
+      [
+        "Commission",
+        0.0
+      ],
+      [
+        "▁(/",
+        0.0
+      ],
+      [
+        "âĢ¦.\"",
+        0.0
+      ],
+      [
+        "Compar",
+        0.0
+      ],
+      [
+        "▁amplification",
+        0.0
+      ],
+      [
+        "ominated",
+        0.0
+      ],
+      [
+        "▁regress",
+        0.0
+      ],
+      [
+        "▁Collider",
+        0.0
+      ],
+      [
+        "▁informants",
+        0.0
+      ],
+      [
+        "▁gazed",
+        0.0
+      ],
+      [
+        "<|endoftext|>",
+        0.0
+      ]
+    ],
+    "byte_fallback": false
+  }
+}
\ No newline at end of file