diff --git a/RNN.ipynb b/RNN.ipynb index bee4b0a..7140133 100644 --- a/RNN.ipynb +++ b/RNN.ipynb @@ -56,7 +56,9 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "id": "42G3YqEZuuZM" + }, "source": [ "## Zadanie 3\n", "\n", @@ -89,76 +91,82 @@ }, { "cell_type": "code", - "execution_count": 337, + "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "HiaQylI7qiGt", - "outputId": "a04b79b5-29ea-4493-96c6-a12036ef9e74" + "outputId": "16b33187-ffce-4c52-fa5f-b54b280ab7d3" }, "outputs": [ { - "name": "stdout", "output_type": "stream", + "name": "stdout", "text": [ - "Using pip 24.0 from C:\\Users\\Karol\\AppData\\Roaming\\Python\\Python311\\site-packages\\pip (python 3.11)\n", - "Defaulting to user installation because normal site-packages is not writeable\n", + "Using pip 23.1.2 from /usr/local/lib/python3.10/dist-packages/pip (python 3.10)\n", "Looking in indexes: https://download.pytorch.org/whl/cu118\n", - "Requirement already satisfied: torch in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (2.2.0+cu118)\n", - "Requirement already satisfied: torchtext in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (0.17.0+cpu)\n", - "Requirement already satisfied: filelock in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from torch) (3.13.1)\n", - "Requirement already satisfied: typing-extensions>=4.8.0 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from torch) (4.9.0)\n", - "Requirement already satisfied: sympy in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from torch) (1.12)\n", - "Requirement already satisfied: networkx in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from torch) (3.2.1)\n", - "Requirement already satisfied: jinja2 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from torch) (3.1.3)\n", - "Requirement already satisfied: fsspec in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from torch) (2024.2.0)\n", - "Requirement already satisfied: tqdm in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from torchtext) (4.64.1)\n", - "Requirement already satisfied: requests in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from torchtext) (2.28.1)\n", - "Requirement already satisfied: numpy in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from torchtext) (1.26.3)\n", - "Requirement already satisfied: torchdata==0.7.1 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from torchtext) (0.7.1)\n", - "Requirement already satisfied: urllib3>=1.25 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from torchdata==0.7.1->torchtext) (1.26.13)\n", - "Requirement already satisfied: MarkupSafe>=2.0 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from jinja2->torch) (2.1.5)\n", - "Requirement already satisfied: charset-normalizer<3,>=2 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from requests->torchtext) (2.1.1)\n", - "Requirement already satisfied: idna<4,>=2.5 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from requests->torchtext) (3.4)\n", - "Requirement already satisfied: certifi>=2017.4.17 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from requests->torchtext) (2022.12.7)\n", - "Requirement already satisfied: mpmath>=0.19 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from sympy->torch) (1.3.0)\n", - "Requirement already satisfied: colorama in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from tqdm->torchtext) (0.4.6)\n", - "Note: you may need to restart the kernel to use updated packages.\n", - "Using pip 24.0 from C:\\Users\\Karol\\AppData\\Roaming\\Python\\Python311\\site-packages\\pip (python 3.11)\n", - "Defaulting to user installation because normal site-packages is not writeable\n", - "Requirement already satisfied: datasets in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (2.19.1)\n", - "Requirement already satisfied: filelock in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from datasets) (3.13.1)\n", - "Requirement already satisfied: numpy>=1.17 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from datasets) (1.26.3)\n", - "Requirement already satisfied: pyarrow>=12.0.0 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from datasets) (16.1.0)\n", - "Requirement already satisfied: pyarrow-hotfix in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from datasets) (0.6)\n", - "Requirement already satisfied: dill<0.3.9,>=0.3.0 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from datasets) (0.3.8)\n", - "Requirement already satisfied: pandas in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from datasets) (2.2.1)\n", - "Requirement already satisfied: requests>=2.19.0 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from datasets) (2.28.1)\n", - "Requirement already satisfied: tqdm>=4.62.1 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from datasets) (4.64.1)\n", - "Requirement already satisfied: xxhash in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from datasets) (3.4.1)\n", - "Requirement already satisfied: multiprocess in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from datasets) (0.70.16)\n", - "Requirement already satisfied: fsspec<=2024.3.1,>=2023.1.0 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from fsspec[http]<=2024.3.1,>=2023.1.0->datasets) (2024.2.0)\n", - "Requirement already satisfied: aiohttp in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from datasets) (3.9.5)\n", - "Requirement already satisfied: huggingface-hub>=0.21.2 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from datasets) (0.23.1)\n", - "Requirement already satisfied: packaging in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from datasets) (23.2)\n", - "Requirement already satisfied: pyyaml>=5.1 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from datasets) (6.0.1)\n", - "Requirement already satisfied: aiosignal>=1.1.2 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from aiohttp->datasets) (1.3.1)\n", - "Requirement already satisfied: attrs>=17.3.0 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from aiohttp->datasets) (23.2.0)\n", - "Requirement already satisfied: frozenlist>=1.1.1 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from aiohttp->datasets) (1.4.1)\n", - "Requirement already satisfied: multidict<7.0,>=4.5 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from aiohttp->datasets) (6.0.5)\n", - "Requirement already satisfied: yarl<2.0,>=1.0 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from aiohttp->datasets) (1.9.4)\n", - "Requirement already satisfied: typing-extensions>=3.7.4.3 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from huggingface-hub>=0.21.2->datasets) (4.9.0)\n", - "Requirement already satisfied: charset-normalizer<3,>=2 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from requests>=2.19.0->datasets) (2.1.1)\n", - "Requirement already satisfied: idna<4,>=2.5 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from requests>=2.19.0->datasets) (3.4)\n", - "Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from requests>=2.19.0->datasets) (1.26.13)\n", - "Requirement already satisfied: certifi>=2017.4.17 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from requests>=2.19.0->datasets) (2022.12.7)\n", - "Requirement already satisfied: colorama in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from tqdm>=4.62.1->datasets) (0.4.6)\n", - "Requirement already satisfied: python-dateutil>=2.8.2 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from pandas->datasets) (2.9.0.post0)\n", - "Requirement already satisfied: pytz>=2020.1 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from pandas->datasets) (2024.1)\n", - "Requirement already satisfied: tzdata>=2022.7 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from pandas->datasets) (2024.1)\n", - "Requirement already satisfied: six>=1.5 in c:\\users\\karol\\appdata\\roaming\\python\\python311\\site-packages (from python-dateutil>=2.8.2->pandas->datasets) (1.16.0)\n", - "Note: you may need to restart the kernel to use updated packages.\n" + "Requirement already satisfied: torch in /usr/local/lib/python3.10/dist-packages (2.3.0+cu118)\n", + "Requirement already satisfied: torchtext in /usr/local/lib/python3.10/dist-packages (0.18.0)\n", + "Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from torch) (3.14.0)\n", + "Requirement already satisfied: typing-extensions>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from torch) (4.11.0)\n", + "Requirement already satisfied: sympy in /usr/local/lib/python3.10/dist-packages (from torch) (1.12)\n", + "Requirement already satisfied: networkx in /usr/local/lib/python3.10/dist-packages (from torch) (3.3)\n", + "Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from torch) (3.1.4)\n", + "Requirement already satisfied: fsspec in /usr/local/lib/python3.10/dist-packages (from torch) (2023.6.0)\n", + "Requirement already satisfied: nvidia-cuda-nvrtc-cu11==11.8.89 in /usr/local/lib/python3.10/dist-packages (from torch) (11.8.89)\n", + "Requirement already satisfied: nvidia-cuda-runtime-cu11==11.8.89 in /usr/local/lib/python3.10/dist-packages (from torch) (11.8.89)\n", + "Requirement already satisfied: nvidia-cuda-cupti-cu11==11.8.87 in /usr/local/lib/python3.10/dist-packages (from torch) (11.8.87)\n", + "Requirement already satisfied: nvidia-cudnn-cu11==8.7.0.84 in /usr/local/lib/python3.10/dist-packages (from torch) (8.7.0.84)\n", + "Requirement already satisfied: nvidia-cublas-cu11==11.11.3.6 in /usr/local/lib/python3.10/dist-packages (from torch) (11.11.3.6)\n", + "Requirement already satisfied: nvidia-cufft-cu11==10.9.0.58 in /usr/local/lib/python3.10/dist-packages (from torch) (10.9.0.58)\n", + "Requirement already satisfied: nvidia-curand-cu11==10.3.0.86 in /usr/local/lib/python3.10/dist-packages (from torch) (10.3.0.86)\n", + "Requirement already satisfied: nvidia-cusolver-cu11==11.4.1.48 in /usr/local/lib/python3.10/dist-packages (from torch) (11.4.1.48)\n", + "Requirement already satisfied: nvidia-cusparse-cu11==11.7.5.86 in /usr/local/lib/python3.10/dist-packages (from torch) (11.7.5.86)\n", + "Requirement already satisfied: nvidia-nccl-cu11==2.20.5 in /usr/local/lib/python3.10/dist-packages (from torch) (2.20.5)\n", + "Requirement already satisfied: nvidia-nvtx-cu11==11.8.86 in /usr/local/lib/python3.10/dist-packages (from torch) (11.8.86)\n", + "Requirement already satisfied: triton==2.3.0 in /usr/local/lib/python3.10/dist-packages (from torch) (2.3.0)\n", + "Requirement already satisfied: tqdm in /usr/local/lib/python3.10/dist-packages (from torchtext) (4.66.4)\n", + "Requirement already satisfied: requests in /usr/local/lib/python3.10/dist-packages (from torchtext) (2.31.0)\n", + "Requirement already satisfied: numpy in /usr/local/lib/python3.10/dist-packages (from torchtext) (1.25.2)\n", + "Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2->torch) (2.1.5)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests->torchtext) (3.3.2)\n", + "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests->torchtext) (3.7)\n", + "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests->torchtext) (2.0.7)\n", + "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests->torchtext) (2024.2.2)\n", + "Requirement already satisfied: mpmath>=0.19 in /usr/local/lib/python3.10/dist-packages (from sympy->torch) (1.3.0)\n", + "Using pip 23.1.2 from /usr/local/lib/python3.10/dist-packages/pip (python 3.10)\n", + "Requirement already satisfied: datasets in /usr/local/lib/python3.10/dist-packages (2.19.1)\n", + "Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from datasets) (3.14.0)\n", + "Requirement already satisfied: numpy>=1.17 in /usr/local/lib/python3.10/dist-packages (from datasets) (1.25.2)\n", + "Requirement already satisfied: pyarrow>=12.0.0 in /usr/local/lib/python3.10/dist-packages (from datasets) (14.0.2)\n", + "Requirement already satisfied: pyarrow-hotfix in /usr/local/lib/python3.10/dist-packages (from datasets) (0.6)\n", + "Requirement already satisfied: dill<0.3.9,>=0.3.0 in /usr/local/lib/python3.10/dist-packages (from datasets) (0.3.8)\n", + "Requirement already satisfied: pandas in /usr/local/lib/python3.10/dist-packages (from datasets) (2.0.3)\n", + "Requirement already satisfied: requests>=2.19.0 in /usr/local/lib/python3.10/dist-packages (from datasets) (2.31.0)\n", + "Requirement already satisfied: tqdm>=4.62.1 in /usr/local/lib/python3.10/dist-packages (from datasets) (4.66.4)\n", + "Requirement already satisfied: xxhash in /usr/local/lib/python3.10/dist-packages (from datasets) (3.4.1)\n", + "Requirement already satisfied: multiprocess in /usr/local/lib/python3.10/dist-packages (from datasets) (0.70.16)\n", + "Requirement already satisfied: fsspec[http]<=2024.3.1,>=2023.1.0 in /usr/local/lib/python3.10/dist-packages (from datasets) (2023.6.0)\n", + "Requirement already satisfied: aiohttp in /usr/local/lib/python3.10/dist-packages (from datasets) (3.9.5)\n", + "Requirement already satisfied: huggingface-hub>=0.21.2 in /usr/local/lib/python3.10/dist-packages (from datasets) (0.23.1)\n", + "Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from datasets) (24.0)\n", + "Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.10/dist-packages (from datasets) (6.0.1)\n", + "Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (1.3.1)\n", + "Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (23.2.0)\n", + "Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (1.4.1)\n", + "Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (6.0.5)\n", + "Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (1.9.4)\n", + "Requirement already satisfied: async-timeout<5.0,>=4.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (4.0.3)\n", + "Requirement already satisfied: typing-extensions>=3.7.4.3 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.21.2->datasets) (4.11.0)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.19.0->datasets) (3.3.2)\n", + "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.19.0->datasets) (3.7)\n", + "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.19.0->datasets) (2.0.7)\n", + "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests>=2.19.0->datasets) (2024.2.2)\n", + "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.10/dist-packages (from pandas->datasets) (2.8.2)\n", + "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from pandas->datasets) (2023.4)\n", + "Requirement already satisfied: tzdata>=2022.1 in /usr/local/lib/python3.10/dist-packages (from pandas->datasets) (2024.1)\n", + "Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.10/dist-packages (from python-dateutil>=2.8.2->pandas->datasets) (1.16.0)\n" ] } ], @@ -169,7 +177,7 @@ }, { "cell_type": "code", - "execution_count": 338, + "execution_count": null, "metadata": { "id": "ri4H3CAKqiGu" }, @@ -180,51 +188,87 @@ "import torch\n", "from torchtext.vocab import vocab\n", "from tqdm.notebook import tqdm\n", - "import pandas as pd" + "import pandas as pd\n", + "from sklearn.model_selection import train_test_split" ] }, { "cell_type": "code", - "execution_count": 340, - "metadata": {}, + "execution_count": null, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "xoXz2v3JuuZN", + "outputId": "92e8415f-9453-49e0-80ca-3f03e1f34abd" + }, "outputs": [ { - "name": "stdout", "output_type": "stream", + "name": "stdout", "text": [ - "['rare', 'hendrix', 'song', 'draft', 'sells', 'for', 'almost', '$', '17,000', '.', '', 'london', '1996-08-22', '', 'a', 'rare', 'early', 'handwritten', 'draft', 'of', 'a', 'song', 'by', 'u.s.', 'guitar', 'legend', 'jimi', 'hendrix', 'was', 'sold', 'for', 'almost', '$', '17,000', 'on', 'thursday', 'at', 'an', 'auction', 'of', 'some', 'of', 'the', 'late', 'musician', \"'s\", 'favourite', 'possessions', '.', '', 'a', 'florida', 'restaurant', 'paid', '10,925', 'pounds', '(', '$', '16,935', ')', 'for', 'the', 'draft', 'of', '\"', 'ai', \"n't\", 'no', 'telling', '\"', ',', 'which', 'hendrix', 'penned', 'on', 'a', 'piece', 'of', 'london', 'hotel', 'stationery', 'in', 'late', '1966', '.', '', 'at', 'the', 'end', 'of', 'a', 'january', '1967', 'concert', 'in', 'the', 'english', 'city', 'of', 'nottingham', 'he', 'threw', 'the', 'sheet', 'of', 'paper', 'into', 'the', 'audience', ',', 'where', 'it', 'was', 'retrieved', 'by', 'a', 'fan', '.', '', 'buyers', 'also', 'snapped', 'up', '16', 'other', 'items', 'that', 'were', 'put', 'up', 'for', 'auction', 'by', 'hendrix', \"'s\", 'former', 'girlfriend', 'kathy', 'etchingham', ',', 'who', 'lived', 'with', 'him', 'from', '1966', 'to', '1969', '.', '', 'they', 'included', 'a', 'black', 'lacquer', 'and', 'mother', 'of', 'pearl', 'inlaid', 'box', 'used', 'by', 'hendrix', 'to', 'store', 'his', 'drugs', ',', 'which', 'an', 'anonymous', 'australian', 'purchaser', 'bought', 'for', '5,060', 'pounds', '(', '$', '7,845', ')', '.', '', 'the', 'guitarist', 'died', 'of', 'a', 'drugs', 'overdose', 'in', '1970', 'aged', '27', '.', '']\n", - "197\n", - "['O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'I-MISC', 'I-MISC', 'I-MISC', 'O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']\n", - "197\n" + "['cricket', '-', 'pollock', 'concludes', 'warwickshire', 'career', 'with', 'flourish', '.', '', 'london', '1996-08-25', '', 'south', 'african', 'fast', 'bowler', 'shaun', 'pollock', 'concluded', 'his', 'warwickshire', 'career', 'with', 'a', 'flourish', 'on', 'sunday', 'by', 'taking', 'the', 'final', 'three', 'wickets', 'during', 'the', 'county', \"'s\", 'sunday', 'league', 'victory', 'over', 'worcestershire', '.', '', 'pollock', ',', 'who', 'returns', 'home', 'on', 'tuesday', 'for', 'an', 'ankle', 'operation', ',', 'took', 'the', 'last', 'three', 'wickets', 'in', 'nine', 'balls', 'as', 'worcestershire', 'were', 'dismissed', 'for', '154', '.', '', 'after', 'an', 'hour', \"'s\", 'interruption', 'for', 'rain', ',', 'warwickshire', 'then', 'reached', 'an', 'adjusted', 'target', 'of', '109', 'with', '13', 'balls', 'to', 'spare', 'and', 'record', 'their', 'fifth', 'win', 'in', 'the', 'last', 'six', 'games', '.', '', 'warwickshire', 'are', 'currently', 'in', 'fourth', 'position', 'behind', 'yorkshire', ',', 'nottinghamshire', 'and', 'surrey', '.', '', 'yorkshire', 'captain', 'david', 'byas', 'completed', 'his', 'third', 'sunday', 'league', 'century', 'as', 'his', 'side', 'swept', 'clear', 'at', 'the', 'top', 'of', 'the', 'table', ',', 'reaching', 'a', 'career', 'best', '111', 'not', 'out', 'against', 'lancashire', '.', '', 'lancashire', \"'s\", 'total', 'of', '205', 'for', 'eight', 'from', '40', 'overs', 'looked', 'reasonable', 'before', 'byas', 'put', 'their', 'attack', 'to', 'the', 'sword', ',', 'collecting', 'his', 'runs', 'from', 'just', '100', 'balls', 'with', 'three', 'sixes', 'and', 'nine', 'fours', '.', '', 'yorkshire', 'eventually', 'reached', 'their', 'target', 'with', 'only', 'four', 'wickets', 'down', 'and', '7.5', 'overs', 'to', 'spare', '.', '']\n", + "206\n", + "['O', 'O', 'B-PER', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'B-MISC', 'I-MISC', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'B-ORG', 'O', 'B-ORG', 'O', 'O', 'B-ORG', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']\n", + "206\n", + "['cricket', '-', 'england', 'name', 'squad', 'for', 'one-day', 'internationals', '.', '', 'london', '1996-08-25', '', 'the', 'england', 'cricket', 'squad', 'was', 'announced', 'on', 'sunday', 'for', 'the', 'one-day', 'international', 'series', 'against', 'pakistan', 'starting', 'on', 'thursday', '.', '', 'squad', ':', 'michael', 'atherton', '(', 'captain', ')', ',', 'alec', 'stewart', ',', 'graham', 'thorpe', ',', 'nick', 'knight', ',', 'graham', 'lloyd', ',', 'matthew', 'maynard', ',', 'ronnie', 'irani', ',', 'adam', 'hollioake', ',', 'robert', 'croft', ',', 'darren', 'gough', ',', 'peter', 'martin', ',', 'dean', 'headley', ',', 'alan', 'mullally', '.', '']\n", + "78\n", + "['O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'O']\n", + "78\n" ] } ], "source": [ - "train_data = pd.read_csv(\"train/train.tsv\", sep=\"\\t\", header=None, names=[\"y\", \"x\"])\n", + "trainval_data = pd.read_csv(\"train/train.tsv\", sep=\"\\t\", header=None, names=[\"y\", \"x\"])\n", + "train_texts, validate_texts, train_labels, validate_labels = train_test_split(\n", + " trainval_data[\"x\"], trainval_data[\"y\"], test_size=0.1, random_state=42\n", + ")\n", "training_data = []\n", "training_labels = []\n", - "for (labels,data) in train_data.iterrows():\n", - " rowtokens = data[\"x\"].split(\" \")\n", - " rowlabels = data[\"y\"].split(\" \")\n", - " for i in range(len(rowtokens)):\n", - " rowtokens[i] = rowtokens[i].lower()\n", - " training_data.append(rowtokens)\n", - " training_labels.append(rowlabels)\n", + "validation_data = []\n", + "validation_labels = []\n", + "\n", + "for row in train_texts:\n", + " rowtokens = row.lower().split(\" \")\n", + " training_data.append(rowtokens)\n", + "\n", + "for row in train_labels:\n", + " rowlabels = row.split()\n", + " training_labels.append(rowlabels)\n", + "\n", + "for row in validate_texts:\n", + " rowtokens = row.lower().split(\" \")\n", + " validation_data.append(rowtokens)\n", + "\n", + "for row in validate_labels:\n", + " rowlabels = row.split()\n", + " validation_labels.append(rowlabels)\n", + "\n", "\n", "print(training_data[1])\n", "print(len(training_data[1]))\n", "print(training_labels[1])\n", - "print(len(training_labels[1]))" + "print(len(training_labels[1]))\n", + "print(validation_data[1])\n", + "print(len(validation_data[1]))\n", + "print(validation_labels[1])\n", + "print(len(validation_labels[1]))" ] }, { "cell_type": "code", - "execution_count": 341, - "metadata": {}, + "execution_count": null, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "DrUieu8RuuZO", + "outputId": "ea4bbe48-065f-4975-9e2b-c5850092de80" + }, "outputs": [ { - "name": "stdout", "output_type": "stream", + "name": "stdout", "text": [ "['rugby', 'union', '-', 'cuttitta', 'back', 'for', 'italy', 'after', 'a', 'year', '.', '', 'rome', '1996-12-06', '', 'italy', 'recalled', 'marcello', 'cuttitta', '', 'on', 'friday', 'for', 'their', 'friendly', 'against', 'scotland', 'at', 'murrayfield', 'more', 'than', 'a', 'year', 'after', 'the', '30-year-old', 'wing', 'announced', 'he', 'was', 'retiring', 'following', 'differences', 'over', 'selection', '.', '', 'cuttitta', ',', 'who', 'trainer', 'george', 'coste', 'said', 'was', 'certain', 'to', 'play', 'on', 'saturday', 'week', ',', 'was', 'named', 'in', 'a', '21-man', 'squad', 'lacking', 'only', 'two', 'of', 'the', 'team', 'beaten', '54-21', 'by', 'england', 'at', 'twickenham', 'last', 'month', '.', '', 'stefano', 'bordon', 'is', 'out', 'through', 'illness', 'and', 'coste', 'said', 'he', 'had', 'dropped', 'back', 'row', 'corrado', 'covi', ',', 'who', 'had', 'been', 'recalled', 'for', 'the', 'england', 'game', 'after', 'five', 'years', 'out', 'of', 'the', 'national', 'team', '.', '', 'cuttitta', 'announced', 'his', 'retirement', 'after', 'the', '1995', 'world', 'cup', ',', 'where', 'he', 'took', 'issue', 'with', 'being', 'dropped', 'from', 'the', 'italy', 'side', 'that', 'faced', 'england', 'in', 'the', 'pool', 'stages', '.', '', 'coste', 'said', 'he', 'had', 'approached', 'the', 'player', 'two', 'months', 'ago', 'about', 'a', 'comeback', '.', '', '\"', 'he', 'ended', 'the', 'world', 'cup', 'on', 'the', 'wrong', 'note', ',', '\"', 'coste', 'said', '.', '', '\"', 'i', 'thought', 'it', 'would', 'be', 'useful', 'to', 'have', 'him', 'back', 'and', 'he', 'said', 'he', 'would', 'be', 'available', '.', '', 'i', 'think', 'now', 'is', 'the', 'right', 'time', 'for', 'him', 'to', 'return', '.', '\"', '', 'squad', ':', 'javier', 'pertile', ',', 'paolo', 'vaccari', ',', 'marcello', 'cuttitta', ',', 'ivan', 'francescato', ',', 'leandro', 'manteri', ',', 'diego', 'dominguez', ',', 'francesco', 'mazzariol', ',', 'alessandro', 'troncon', ',', 'orazio', 'arancio', ',', 'andrea', 'sgorlon', ',', 'massimo', 'giovanelli', ',', 'carlo', 'checchinato', ',', 'walter', 'cristofoletto', ',', 'franco', 'properzi', 'curti', ',', 'carlo', 'orlandi', ',', 'massimo', 'cuttitta', ',', 'giambatista', 'croci', ',', 'gianluca', 'guidi', ',', 'nicola', 'mazzucato', ',', 'alessandro', 'moscardi', ',', 'andrea', 'castellani', '.', '']\n", "281\n" @@ -232,77 +276,95 @@ } ], "source": [ - "test_data = pd.read_csv(\"test-A/in.tsv\", sep=\"\\t\", header=None, names=[\"x\"])\n", - "testing_data = []\n", - "for (labels,data) in test_data.iterrows():\n", + "test_A_data = pd.read_csv(\"test-A/in.tsv\", sep=\"\\t\", header=None, names=[\"x\"])\n", + "testing_A_data = []\n", + "for (labels,data) in test_A_data.iterrows():\n", " rowtokens = data[\"x\"].split(\" \")\n", " for i in range(len(rowtokens)):\n", " rowtokens[i] = rowtokens[i].lower()\n", - " testing_data.append(rowtokens)\n", + " testing_A_data.append(rowtokens)\n", "\n", - "print(testing_data[1])\n", - "print(len(testing_data[1]))" + "print(testing_A_data[1])\n", + "print(len(testing_A_data[1]))" ] }, { "cell_type": "code", - "execution_count": 342, - "metadata": {}, + "execution_count": null, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "QC4_o2JWuuZO", + "outputId": "4a87d6aa-8013-426c-c288-bfbded050c51" + }, "outputs": [ { - "name": "stdout", "output_type": "stream", + "name": "stdout", "text": [ "['cricket', '-', 'english', 'county', 'championship', 'scores', '.', '', 'london', '1996-08-30', '', 'result', 'and', 'close', 'of', 'play', 'scores', 'in', 'english', 'county', 'championship', 'matches', 'on', 'friday', ':', '', 'leicester', ':', 'leicestershire', 'beat', 'somerset', 'by', 'an', 'innings', 'and', '39', 'runs', '.', '', 'somerset', '83', 'and', '174', '(', 'p.', 'simmons', '4-38', ')', ',', 'leicestershire', '296', '.', '', 'leicestershire', '22', 'points', ',', 'somerset', '4', '.', '', 'chester-le-street', ':', 'glamorgan', '259', 'and', '207', '(', 'a.', 'dale', '69', ',', 'h.', 'morris', '69', ';', 'd.', 'blenkiron', '4-43', ')', ',', 'durham', '114', '(', 's.', 'watkin', '4-28', ')', 'and', '81-3', '.', '', 'tunbridge', 'wells', ':', 'nottinghamshire', '214', '(', 'p.', 'johnson', '84', ';', 'm.', 'mccague', '4-55', ')', ',', 'kent', '108-3', '.', '', 'london', '(', 'the', 'oval', ')', ':', 'warwickshire', '195', ',', 'surrey', '429-7', '(', 'c.', 'lewis', '80', 'not', 'out', ',', 'm.', 'butcher', '70', ',', 'g.', 'kersey', '63', ',', 'j.', 'ratcliffe', '63', ',', 'd.', 'bicknell', '55', ')', '.', '', 'hove', ':', 'sussex', '363', '(', 'w.', 'athey', '111', ',', 'v.', 'drakes', '52', ';', 'i.', 'austin', '4-37', ')', ',', 'lancashire', '197-8', '(', 'w.', 'hegg', '54', ')', '', 'portsmouth', ':', 'middlesex', '199', 'and', '426', '(', 'j.', 'pooley', '111', ',', 'm.', 'ramprakash', '108', ',', 'm.', 'gatting', '83', ')', ',', 'hampshire', '232', 'and', '109-5', '.', '', 'chesterfield', ':', 'worcestershire', '238', 'and', '133-5', ',', 'derbyshire', '471', '(', 'j.', 'adams', '123', ',', \"t.o'gorman\", '109', 'not', 'out', ',', 'k.', 'barnett', '87', ';', 't.', 'moody', '6-82', ')', '', 'bristol', ':', 'gloucestershire', '183', 'and', '185-6', '(', 'j.', 'russell', '56', 'not', 'out', ')', ',', 'northamptonshire', '190', '(', 'k.', 'curran', '52', ';', 'a.', 'smith', '5-68', ')', '.', '']\n" ] } ], "source": [ - "validate_data = pd.read_csv(\"dev-0/in.tsv\", sep=\"\\t\", header=None, names=[\"x\"])\n", - "validation_data = []\n", - "for (labels,data) in validate_data.iterrows():\n", + "test_dev0_data = pd.read_csv(\"dev-0/in.tsv\", sep=\"\\t\", header=None, names=[\"x\"])\n", + "testing_dev0_data = []\n", + "for (labels,data) in test_dev0_data.iterrows():\n", " rowtokens = data[\"x\"].split(\" \")\n", " for i in range(len(rowtokens)):\n", " rowtokens[i] = rowtokens[i].lower()\n", - " validation_data.append(rowtokens)\n", + " testing_dev0_data.append(rowtokens)\n", "\n", - "print(validation_data[1])" + "print(testing_dev0_data[1])" ] }, { "cell_type": "code", - "execution_count": 343, - "metadata": {}, + "execution_count": null, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "rezFgJi-uuZO", + "outputId": "810d5608-4072-477b-94b6-9888c6bd957e" + }, "outputs": [ { - "name": "stdout", "output_type": "stream", + "name": "stdout", "text": [ "['O', 'O', 'B-MISC', 'I-MISC', 'I-MISC', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'I-LOC', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'B-LOC', 'O', 'B-LOC', 'I-LOC', 'O', 'O', 'B-ORG', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O']\n" ] } ], "source": [ - "validate_labels = pd.read_csv(\"dev-0/expected.tsv\", sep=\"\\t\", header=None, names=[\"y\"])\n", - "validation_labels = []\n", - "for (labels,data) in validate_labels.iterrows():\n", + "test_dev0_labels = pd.read_csv(\"dev-0/expected.tsv\", sep=\"\\t\", header=None, names=[\"y\"])\n", + "testing_dev0_labels = []\n", + "for (labels,data) in test_dev0_labels.iterrows():\n", " rowlabels = data[\"y\"].split(\" \")\n", - " validation_labels.append(rowlabels)\n", + " testing_dev0_labels.append(rowlabels)\n", "\n", - "print(validation_labels[1])" + "print(testing_dev0_labels[1])" ] }, { "cell_type": "code", - "execution_count": 344, - "metadata": {}, + "execution_count": null, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "iCJQCPXduuZO", + "outputId": "e572fe5a-74ae-41d2-dcca-ec2ae31d87d5" + }, "outputs": [ { - "name": "stdout", "output_type": "stream", + "name": "stdout", "text": [ - "{'B-ORG': 0, 'O': 1, 'B-MISC': 2, 'B-PER': 3, 'I-PER': 4, 'B-LOC': 5, 'I-ORG': 6, 'I-MISC': 7, 'I-LOC': 8}\n", - "{0: 'B-ORG', 1: 'O', 2: 'B-MISC', 3: 'B-PER', 4: 'I-PER', 5: 'B-LOC', 6: 'I-ORG', 7: 'I-MISC', 8: 'I-LOC'}\n" + "{'O': 0, 'B-MISC': 1, 'B-LOC': 2, 'B-ORG': 3, 'I-ORG': 4, 'B-PER': 5, 'I-MISC': 6, 'I-PER': 7, 'I-LOC': 8}\n", + "{0: 'O', 1: 'B-MISC', 2: 'B-LOC', 3: 'B-ORG', 4: 'I-ORG', 5: 'B-PER', 6: 'I-MISC', 7: 'I-PER', 8: 'I-LOC'}\n" ] } ], @@ -337,7 +399,7 @@ }, { "cell_type": "code", - "execution_count": 346, + "execution_count": null, "metadata": { "id": "ndRQ9YhNqiGv" }, @@ -352,7 +414,7 @@ }, { "cell_type": "code", - "execution_count": 347, + "execution_count": null, "metadata": { "id": "0JpASxiDqiGw" }, @@ -363,7 +425,7 @@ }, { "cell_type": "code", - "execution_count": 348, + "execution_count": null, "metadata": { "id": "0QNEgTyHqiGw" }, @@ -374,20 +436,20 @@ }, { "cell_type": "code", - "execution_count": 349, + "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "ct_mtUBWqiGw", - "outputId": "26bd46e4-03e1-4f74-cd8b-0b330516d179" + "outputId": "aa5e7819-9d5e-4d81-9daf-3ae154db611d" }, "outputs": [ { - "name": "stdout", "output_type": "stream", + "name": "stdout", "text": [ - "['', '', '', '', 'eu', 'rejects', 'german', 'call', 'to', 'boycott', 'british', 'lamb', '.', '', 'peter', 'blackburn', 'brussels', '1996-08-22', 'the', 'european', 'commission', 'said', 'on', 'thursday', 'it', 'disagreed', 'with', 'advice', 'consumers', 'shun', 'until', 'scientists', 'determine', 'whether', 'mad', 'cow', 'disease', 'can', 'be', 'transmitted', 'sheep', 'germany', \"'s\", 'representative', 'union', 'veterinary', 'committee', 'werner', 'zwingmann', 'wednesday', 'should', 'buy', 'sheepmeat', 'from', 'countries', 'other', 'than', 'britain', 'scientific', 'was', 'clearer', '\"', 'we', 'do', \"n't\", 'support', 'any', 'such', 'recommendation', 'because', 'see', 'grounds', 'for', ',', 'chief', 'spokesman', 'nikolaus', 'van', 'der', 'pas', 'told', 'a', 'news', 'briefing', 'he', 'further', 'study', 'required', 'and', 'if', 'found', 'that', 'action', 'needed', 'taken', 'by', 'proposal', 'last', 'month', 'farm', 'commissioner', 'franz', 'fischler', 'ban', 'brains', 'spleens', 'spinal', 'cords', 'human', 'animal', 'food', 'chains', 'highly', 'specific', 'precautionary', 'move', 'protect', 'health', 'proposed', 'eu-wide', 'measures', 'after', 'reports', 'france', 'under', 'laboratory', 'conditions', 'could', 'contract', 'bovine', 'spongiform', 'encephalopathy', '(', 'bse', ')', '--', 'but', 'agreed', 'review', 'his', 'standing', 'mational', 'officials', 'questioned', 'justified', 'as', 'there', 'only', 'slight', 'risk', 'spanish', 'minister', 'loyola', 'de', 'palacio', 'had', 'earlier', 'accused', 'at', 'an', 'ministers', \"'\", 'meeting', 'of', 'causing', 'unjustified', 'alarm', 'through', 'dangerous', 'generalisation', 'backed', 'multidisciplinary', 'committees', 'are', 'due', 're-examine', 'issue', 'early', 'next', 'make', 'recommendations', 'senior', 'have', 'long', 'been', 'known', 'scrapie', 'brain-wasting', 'similar', 'which', 'is', 'believed', 'transferred', 'cattle', 'feed', 'containing', 'waste', 'farmers', 'denied', 'danger', 'their', 'expressed', 'concern', 'government', 'avoid', 'might', 'influence', 'across', 'europe', 'what', 'extremely', 'careful', 'how', 'going', 'take', 'lead', 'welsh', 'national', 'nfu', 'chairman', 'john', 'lloyd', 'jones', 'bbc', 'radio', 'bonn', 'has', 'led', 'efforts', 'public', 'consumer', 'confidence', 'collapsed', 'in', 'march', 'report', 'suggested', 'humans', 'illness', 'eating', 'contaminated', 'beef', 'imported', '47,600', 'year', 'nearly', 'half', 'total', 'imports', 'brought', '4,275', 'tonnes', 'mutton', 'some', '10', 'percent', 'overall', 'rare', 'hendrix', 'song', 'draft', 'sells', 'almost', '$', '17,000', 'london', 'handwritten', 'u.s.', 'guitar', 'legend', 'jimi', 'sold', 'auction', 'late', 'musician', 'favourite', 'possessions', 'florida', 'restaurant', 'paid', '10,925', 'pounds', '16,935', 'ai', 'no', 'telling', 'penned', 'piece', 'hotel', 'stationery', '1966', 'end', 'january', '1967', 'concert', 'english', 'city', 'nottingham', 'threw', 'sheet', 'paper', 'into', 'audience', 'where', 'retrieved', 'fan', 'buyers', 'also', 'snapped', 'up', '16', 'items', 'were', 'put', 'former', 'girlfriend', 'kathy', 'etchingham', 'who', 'lived', 'him', '1969', 'they', 'included', 'black', 'lacquer', 'mother', 'pearl', 'inlaid', 'box', 'used', 'store', 'drugs', 'anonymous', 'australian', 'purchaser', 'bought', '5,060', '7,845', 'guitarist', 'died', 'overdose', '1970', 'aged', '27', 'china', 'says', 'taiwan', 'spoils', 'atmosphere', 'talks', 'beijing', 'taipei', 'spoiling', 'resumption', 'strait', 'visit', 'ukraine', 'taiwanese', 'vice', 'president', 'lien', 'chan', 'this', 'week', 'infuriated', 'speaking', 'hours', 'chinese', 'state', 'media', 'time', 'right', 'engage', 'political', 'foreign', 'ministry', 'shen', 'guofang', 'reuters', ':', 'necessary', 'opening', 'disrupted', 'authorities', 'quoted', 'top', 'negotiator', 'tang', 'shubei', 'visiting', 'group', 'rivals', 'hold', 'now', 'two', 'sides', '...', 'hostility', 'overseas', 'edition', 'people', 'daily', 'saying', 'television', 'interview', 'read', 'comments', 'gave', 'details', 'why', 'considered', 'considers', 'renegade', 'province', 'opposed', 'all', 'gain', 'greater', 'international', 'recognition', 'rival', 'island', 'practical', 'steps', 'towards', 'goal', 'consultations', 'held', 'set', 'format', 'official', 'xinhua', 'agency', 'executive', 'association', 'relations', 'straits', 'july', 'car', 'registrations', '14.2', 'pct', 'yr', '/', 'frankfurt', 'first-time', 'motor', 'vehicles', 'jumped', 'year-earlier', 'period', 'federal', 'office', '356,725', 'new', 'cars', 'registered', '1996', '304,850', 'passenger', '15,613', 'trucks', 'figures', 'represent', '13.6', 'increase', '2.2', 'decline', '1995', 'motor-bike', 'registration', 'rose', '32.7', 'growth', 'partly', 'increased', 'number', 'germans', 'buying', 'abroad', 'while', 'manufacturers', 'domestic', 'demand', 'weak', 'posted', 'gains', 'numbers', 'volkswagen', 'ag', 'won', '77,719', 'slightly', 'more', 'quarter', 'opel', 'together', 'general', 'motors', 'came', 'second', 'place', '49,269', '16.4', 'figure', 'third', 'ford', '35,563', 'or', '11.7', 'seat', 'porsche', 'fewer', 'compared', '3,420', '5522', 'fell', '554', '643', 'greek', 'socialists', 'give', 'green', 'light', 'pm', 'elections', 'athens', 'socialist', 'party', 'bureau', 'prime', 'costas', 'simitis', 'snap', 'its', 'secretary', 'skandalidis', 'reporters', 'announcement', 'cabinet', 'later', 'dimitris', 'kontogiannis', 'newsroom', '+301', '3311812-4', 'bayervb', 'sets', 'c$', '100', 'million', 'six-year', 'bond', 'following', 'announced', 'manager', 'toronto', 'dominion', 'borrower', 'bayerische', 'vereinsbank', 'amt', 'mln', 'coupon', '6.625', 'maturity', '24.sep.02', 'type', 'straight', 'iss', 'price', '100.92', 'pay', 'date', '24.sep.96', 'full', 'fees', '1.875', 'reoffer', '99.32', 'spread', '+20', 'bp', 'moody', 'aa1', 'listing', 'lux', 'freq', '=', 's&p', 'denoms', 'k', '1-10-100', 'sale', 'limits', 'us', 'uk', 'ca', 'neg', 'plg', 'crs', 'deflt', 'force', 'maj', 'gov', 'law', 'home', 'ctry', 'tax', 'provs', 'standard', 'mgt', 'und', '0.275', 'sell', 'conc', '1.60', 'praecip', 'underlying', 'govt', '7.0', 'sept', '2001', 'notes', 'joint', '+44', '171', '542', '7658', 'venantius', '300', '1999', 'frn', 'floating-rate', 'lehman', 'brothers', 'ab', 'swedish', 'mortgage', '-', '12.5', '21.jan.99', 'base', '3m', 'libor', 's23.sep.96', 'aa3', '99.956', 'aa+', 's', 'short', 'first', 'jp', 'fr', 'yes', 'ipma', '2', 'sweden', '5', 'issued', 'off', 'emtn', 'programme', '8863', 'port', 'update', 'syria', 'lloyds', 'shipping', 'intelligence', 'service', 'lattakia', 'aug', 'waiting', 'tartous', 'presently', '24', 'israel', 'plays', 'down', 'fears', 'war', 'colleen', 'siegel', 'jerusalem', 'outgoing', 'peace', 'current', 'tensions', 'between', 'appeared', 'storm', 'teacup', 'itamar', 'rabinovich', 'ambassador', 'washington', 'conducted', 'unfruitful', 'negotiations', 'looked', 'like', 'damascus', 'wanted', 'talk', 'rather', 'fight', 'appears', 'me', 'syrian', 'priority', 'still', 'negotiate', 'syrians', 'confused', 'definitely', 'tense', 'assessment', 'here', 'essentially', 'winding', 'term', 'will', 'replaced', 'eliahu', 'ben-elissar', 'israeli', 'envoy', 'egypt', 'right-wing', 'likud', 'politician', 'sent', 'message', 'via', 'committed', 'open', 'without', 'preconditions', 'slammed', 'creating', 'called', 'launching', 'hysterical', 'campaign', 'against', 'reported', 'recently', 'test', 'fired', 'missile', 'arms', 'purchases', 'defensive', 'purposes', 'hafez', 'al-', 'assad', 'ready', 'enter', 'david', 'levy', 'tension', 'mounted', 'since', 'benjamin', 'netanyahu', 'took', 'june', 'vowing', 'retain', 'golan', 'heights', 'captured', 'middle', 'east', 'israeli-syrian', 'deadlocked', 'over', '1991', 'despite', 'previous', 'willingness', 'concessions', 'february', 'voices', 'coming', 'out', 'bad', 'not', 'good', 'expressions', 'declarations', 'must', 'worrying', 'artificial', 'very', 'those', 'become', 'prisoners', 'expect', 'face', 'answer', 'our', 'want', 'god', 'forbid', 'one', 'benefits', 'wars', 'channel', 'calming', 'signal', 'source', 'spokesmen', 'confirm', 'messages', 'reassure', 'cairo', 'united', 'states', 'moscow', 'polish', 'diplomat', 'denies', 'nurses', 'stranded', 'libya', 'tunis', 'tabloid', 'refusing', 'exit', 'visas', 'trying', 'return', 'working', 'north', 'african', 'country', 'true', 'today', 'knowledge', 'nurse', 'kept', 'her', 'received', 'complaint', 'embassy', 'charge', \"d'affaires\", 'tripoli', 'tadeusz', 'awdankiewicz', 'telephone', 'poland', 'labour', 'would', 'send', 'team', 'investigate', 'probe', 'prompted', 'complaining', 'about', 'work', 'non-payment', 'salaries', 'estimated', '800', 'iranian', 'opposition', 'leaders', 'meet', 'baghdad', 'hassan', 'hafidh', 'exile', 'based', 'iraq', 'vowed', 'extend', 'iran', 'kurdish', 'rebels', 'attacked', 'troops', 'deep', 'inside', 'mujahideen', 'khalq', 'statement', 'leader', 'massoud', 'rajavi', 'met', 'secretary-general', 'kurdistan', 'democratic', 'kdpi', 'rastegar', 'voiced', 'rebel', 'kurds', 'emphasised', 'resistance', 'continue', 'stand', 'side', 'compatriots', 'movement', 'signals', 'level', 'cooperation', 'oppositions', 'heavily', 'bombarded', 'targets', 'northern', 'pursuit', 'guerrillas', 'iraqi', 'areas', 'outside', 'control', 'bordering', 'patriotic', 'puk', 'kdp', 'main', 'factions', 'forces', 'ousted', 'kuwait', 'gulf', 'clashes', 'parties', 'broke', 'weekend', 'most', 'serious', 'fighting', 'u.s.-sponsored', 'ceasefire', 'shelling', 'positions', 'qasri', 'region', 'suleimaniya', 'near', 'border', 'days', 'killed', 'wounded', 'attack', 'both', 'turkey', 'mount', 'air', 'land', 'strikes', 'own', 'u.s.-led', 'southern', 'protects', 'possible', 'attacks', 'saudi', 'riyal', 'rates', 'steady', 'quiet', 'summer', 'trade', 'manama', 'spot', 'dollar', 'interbank', 'deposit', 'mainly', 'dealers', 'kingdom', 'changes', 'market', 'holidays', 'dealer', '3.7504', '06', 'one-month', 'deposits', '5-1/2', '3/8', 'three', 'months', '5-5/8', '1/2', 'six', '5-3/4', '5/8', 'one-year', 'funds', '5-7/8', 'approves', 'arafat', 'flight', 'west', 'bank', 'palestinian', 'yasser', 'permission', 'fly', 'territory', 'ending', 'brief', 'israeli-plo', 'crisis', 'adviser', 'problem', 'aircraft', 'pass', 'airspace', 'expected', 'travel', 'before', 'monday', 'nabil', 'abu', 'rdainah', 'scheduled', 'shimon', 'peres', 'town', 'ramallah', 'venue', 'changed', 'gaza', 'clearance', 'helicopters', 'stop', 'keeping', 'grounded', 'subsequently', 'cancelled', 'plo', 'civilian', 'affairs', 'allenby', 'bridge', 'crossing', 'jordan', 'decided', 'flying', 'lifted', 'busy', 'schedule', 'free', 'palestinians', 'barred', 'erez', 'checkpoint', 'planned', 'overflying', 'helicopter', 'attempt', 'bar', 'defeated', 'may', 'undermine', 'authority', 'conduct', 'afghan', 'uae', 'taleban', 'guards', 'hilary', 'gush', 'dubai', 'arab', 'emirates', 'russian', 'hostages', 'escaped', 'militia', 'afghanistan', 'few', 'dhabi', 'touch', 'issuing', 'them', 'documents', 'homeland', 'objection', 'added', 'islamic', 'overpowered', 'seven', 'aircrew', 'sharjah', 'friday', 'board', 'captivity', 'kandahar', 'hand', 'red', 'crescent', 'possibly', 'tuesday', 'silent', 'when', 'asked', 'back', 'capital', 'kabul', 'headquarters', 'controlled', 'burhanuddin', 'rabbani', 'overthrow', 'men', '20s', 'currently', 'did', 'elaborate', 'russians', 'aerostan', 'firm', 'republic', 'tatarstan', 'hostage', 'mig-19', 'fighter', 'forced', 'cargo', 'plane', 'august', 'shipment', 'ammunition', 'albania', 'evidence', 'military', 'crew', 'nationality', 'coincidental', 'numerous', 'diplomatic', 'attempts', 'failed', 'armed', 'kalashnikov', 'automatic', 'rifles', 'doing', 'regular', 'maintenance', 'ilyushin', '76', 'left', 'sunday', 'saddam', 'meets', 'russia', 'zhirinovsky', 'hussein', 'ultra-nationalist', 'vladimir', 'maintain', 'friendship', 'newspapers', 'stressed', 'during', 'keenness', 'papers', 'liberal', 'duma', 'parliament', 'calling', 'immediate', 'lifting', 'embargo', 'imposed', '1990', 'invasion', 'press', 'help', 'u.n.', 'sanctions', 'blamed', 'delaying', 'establishment', 'ties', 'namely', 'economic', 'resume', 'visited', 'twice', 'october', 'invited', 'attend', 'referendum', 'presidency', 'extended', 'years', 'digest', '22', 'these', 'leading', 'stories', 'verified', 'does', 'vouch', 'accuracy', 'thawra', 'turkish', 'part', 'fair', 'november', 'shipload', '12', 'rice', 'arrives', 'umm', 'qasr', 'lebanon', 'beirut', 'an-nahar', 'confrontation', 'escalating', 'hizbollah', 'hariri', 'threats', 'serve', 'as-safir', 'speaker', 'berri', 'preparing', 'parliamentary', 'battle', '..', 'lists', 'prepared', 'al-anwar', 'continued', 'criticism', 'violation', 'incidents', 'occurred', 'ad-diyar', 'financial', 'pakistan', 'step', 'election', 'incomplete', 'list', \"nida'a\", 'al-watan', 'maronite', 'patriarch', 'sfeir', 'sorrow', 'violations', 'cme', 'live', 'feeder', 'calls', 'range', 'mixed', 'chicago', 'futures', 'ranged', '0.200', 'cent', 'higher', '0.100', 'lower', 'livestock', 'analysts', 'strong', 'tone', 'cash', 'markets', 'prompt', 'outlook', 'bullish', 'cattle-on-feed', 'lend', 'bull', 'spreading', 'however', 'likely', 'prices', 'drift', 'evening', 'ahead', 'record', 'amount', 'feedlot', 'traded', 'kindercare', 'debt', 'hit', 'q1', 'results', 'montgomery', 'ala', 'learning', 'centers', 'inc', 'buyback', 'mean', 'extraordinary', 'loss', '1.2', 'fiscal', '1997', 'company', 'began', '1', '30', 'par', 'value', 'outstanding', '10-3/8', '31.5', 'philip', 'maslowe', 'officer', 'preschool', 'child', 'care', 'offered', 'opportunity', 'reduce', 'weighted', 'average', 'interest', 'costs', 'improve', 'future', 'flows', 'earnings', 'research', 'alert', 'starts', 'snet', 'analyst', 'blake', 'bath', 'started', 'england', 'telecommunciations', 'corp', 'outperform', 'rating', '12-month', 'target', '45', 'estimate', '3.09', 'per', 'share', 'immediately', 'available', 'closed', '38-1/2', 'e.', 'auchard', 'wall', 'street', '212-859-1736', 'gateway', 'data', 'sciences', 'q2', 'net', 'rises', 'phoenix', 'summary', 'consolidated', 'thousands', 'except', 'ended', 'jul', '31', 'income', 'revenue', '10,756', '13,102', '7,961', '5,507', 'software', '2,383', '1,558', '1,086', '1,074', 'services', '1,154', '692', '624', '465', 'operating', '906', '962', '599', '515', '821', '512', '565', '301', '0.31', '0.34', '0.19', '0.20', 'jan', 'balance', '5,755', '881', 'equivalents', '2,386', '93', 'assets', '14,196', '7,138', 'shareholders', 'equity', '5,951', '1,461', 'backing', 'chooses', 'le', 'monde', 'paris', 'afternoon', 'dated', '23', 'front', 'page', 'africans', 'seeking', 'renew', 'obtain', 'residence', 'rights', 'say', 'alain', 'juppe', 'proposals', 'insufficient', 'hunger', 'strike', 'enters', '49th', 'day', 'church', 'rally', 'attracts', '8,000', 'sympathisers', 'flnc', 'corsican', 'nationalist', 'announces', 'truce', 'night', 'business', 'pages', 'shutdown', 'bally', 'french', 'factories', 'points', 'shoe', 'industry', 'undercut', 'low-wage', 'competition', 'failure', 'keep', 'abreast', 'trends', 'sud-ptt', 'telecom', 'elements', 'social', 'unrest', 'weeks', '+33', '42', '21', '53', '81', 'well', 'repairs', 'lift', 'heidrun', 'oil', 'output', 'statoil', 'oslo', 'plugged', 'water', 'injection', 'wells', 'oilfield', 'mid-norway', 'reopened', 'operator', 'den', 'norske', 'stats', 'oljeselskap', 'accounted', 'dip', '30,000', 'barrels', 'bpd', 'roughly', '220,000', 'according', 'status', 'weekly', 'newsletter', 'reperforated', 'gravel', 'pumped', 'reservoir', 'plugging', 'problems', '+47', '50', '41', 'finnish', 'april', 'surplus', '3.8', 'billion', 'markka', 'ncb', 'helsinki', 'finland', '3.83', '3.43', 'customs', 'exports', 'year-on-year', '96', 'jan-april', '95', '10,663', '10,725', '43,430', '40,989', '14,494', '14,153', '56,126', '56,261', '+3,831', '+3,428', '+12,696', '+15,272', 'january-april', 'import', 'revised', '39,584', 'export', '55,627', '3.2', 'projected', '14.5', '11.3', 'monthly', 'statistics', 'lagging', 'behind', 'procedures', 'joined', 'start', '+358', '0', '680', '245', 'dutch', 'raises', 'tap', '99.95', 'amsterdam', 'finance', 'raised', 'sales', '5.75', 'september', '2002', '99.90', 'being', '07.00', 'gmt', '15.00', 'notice', '2.3', 'guilders', 'close', '+31', '20', '504', '5000', 'tells', 'agriculture', 'meat', 'animals', 'cleared', 'panels', 'done', 'quickly', 'preference', 'zdf', 'i', 'concrete', 'too', 'many', 'holes', 'know', 'filled', 'ensure', 'protection', 'tops', 'priorities', 'dealing', 'erupted', 'acknowledged', 'rethink', 'use', 'suspect', 'tissue', 'experts', 'banning', 'members', 'given', 'question', 'studied', 'separately', 'perfectly', 'safe', 'eat', 'admitted', 'link', 'fatal', 'equivalent', 'worldwide', 'summit', 'progressive', 'takes', 'parallel', 'eradicate', 'golf', 'scores', 'world', 'series', 'akron', 'ohio', '2.1', 'nec', 'round', '7,149', 'yard', '70', 'firestone', 'c.c', 'course', 'players', 'unless', 'stated', '66', 'paul', 'goydos', 'billy', 'mayfair', 'hidemichi', 'tanaka', 'japan', '68', 'steve', 'stricker', '69', 'justin', 'leonard', 'mark', 'brooks', 'tim', 'herron', 'duffy', 'waldorf', 'davis', 'love', 'anders', 'forsbrand', 'nick', 'faldo', 'cook', 'phil', 'mickelson', 'greg', 'norman', 'australia', '71', 'ernie', 'els', 'south', 'africa', 'scott', 'hoch', '72', 'clarence', 'loren', 'roberts', 'fred', 'funk', 'sven', 'struver', 'alexander', 'cejka', 'hal', 'sutton', 'tom', '73', 'd.a.', 'weibring', 'brad', 'bryant', 'craig', 'parry', 'stewart', 'ginn', 'corey', 'pavin', 'stadler', \"o'meara\", 'couples', '74', 'stankowski', 'costantino', 'rocca', 'italy', '75', 'jim', 'furyk', 'satoshi', 'higashi', 'willie', 'wood', 'shigeki', 'maruyama', 'mccarron', '77', 'wayne', 'westner', 'schneiter', '79', 'watson', 'seiki', 'okuda', 'soccer', 'gloria', 'bistrita', 'beat', '2-1', 'f.c.', 'valletta', 'romania', 'halftime', '1-1', 'malta', 'cup', 'winners', 'match', 'leg', 'preliminary', 'scorers', 'ilie', 'lazar', '32nd', 'eugen', 'voica', '84th', 'la', 'gilbert', 'agius', '24th', 'attendance', '4-2', 'aggregate', 'qualified', 'reuter', 'horse', 'racing', 'pivotal', 'ends', '25-year', 'wait', 'trainer', 'prescott', 'york', 'sir', 'landed', 'victory', '25', 'sprinter', '100-30', 'chance', 'nunthorpe', 'stakes', 'three-year-old', 'partnered', 'veteran', 'george', 'duffield', 'snatched', 'head', 'verdict', 'stride', 'deny', 'eveningperformance', '16-1', 'trained', 'henry', 'candy', 'ridden', 'chris', 'rutter', 'hever', '11-4', 'prix', 'l', 'abbaye', 'winner', 'longchamp', 'finished', 'lengths', 'away', '7-4', 'mind', 'games', 'fourth', 'royal', 'ascot', 'aimed', 'season', 'sprint', 'race', 'reluctant', 'go', 'enclosure', 'result', 'photo-finish', 'twenty-five', 'never', 'so', 'thought', 'better', 'bit', 'longer', 'sad', 'am', 'godfather', 'daughter', 'jack', 'berry', 'gone', 'search', 'success', 'around', 'profession', 'i`m', 'disappointed', 'feel', 'suicidal', 'furlongs', 'metres', 'just', 'quicken', 'two-year-olds', 'upwards', 'run', 'five', 'km', '1.', '2.', '3.', 'jason', 'weaver', 'eight', 'ran', '4th', 'distances', '1-1/4', 'owned', 'cheveley', 'park', 'stud', 'newmarket', '72,464', 'sterling', '112,200', 'tennis', 'toshiba', 'classic', 'carlsbad', 'california', '1996-08-21', '450,000', 'tournament', 'prefix', 'denotes', 'seeding', 'arantxa', 'sanchez', 'vicario', 'spain', 'naoko', 'kijimuta', '1-6', '6-4', '6-3', '4', 'kimiko', 'yone', 'kamio', '6-2', '7-5', 'sandrine', 'testud', '7', 'sugiyama', '4-6', '8', 'nathalie', 'tauziat', 'shi-ting', 'wang', 'hamlet', 'commack', 'waldbaum', 'michael', 'chang', 'sergi', 'bruguera', 'joyce', '3', 'richey', 'reneberg', '3-6', 'martin', 'damm', 'czech', '6', 'younes', 'el', 'aynaoui', 'morocco', '5-7', '3-0', 'retired', 'karol', 'kucera', 'slovakia', 'hicham', 'arazi', '7-6', 'dalglish', 'parting', 'kenny', 'spoke', 'sadness', 'leaving', 'club', 'premier', 'league', 'title', '1994-95', 'parted', 'mutual', 'consent', 'ex-manager', 'confessed', 'taking', 'division', 'local', 'newspaper', 'holiday', 'same', 'opinion', 'albeit', 'little', 'opened', 'my', 'mouth', 'stayed', 'way', 'let', 'get', 'job', 'conclusion', 'then', 'past', '15', 'director', 'football', 'cricket', 'county', 'championship', 'play', 'four-day', 'matches', 'weston-super-mare', 'durham', '326', 'd.', 'cox', 's.', 'campbell', ';', 'g.', '7-73', 'somerset', '236-4', 'm.', 'lathwell', '85', 'firsy', 'colchester', 'gloucestershire', '280', 'j.', 'russell', '63', 'a.', 'symonds', '52', 'cowan', '5-68', 'essex', '72-0', 'cardiff', 'kent', '128-1', 'walker', '59', 'fulton', 'v', 'glamorgan', 'leicester', 'leicestershire', '343-8', 'p.', 'simmons', '108', 'nixon', '67', 'hampshire', 'northampton', 'sussex', '368-7', 'n.', 'lenham', '145', 'v.', 'drakes', '51', 'northamptonshire', 'trent', 'nottinghamshire', '392-6', 'archer', '143', 'dowman', '107', 'surrey', 'worcester', 'warwickshire', '255-9', 'giles', '57', 'w.', 'khan', 'worcestershire', 'headingley', 'yorkshire', '305-5', 'c.', 'white', 'moxon', 'vaughan', 'lancashire', 'final', 'scoreboard', 'oval', 'innings', 'atherton', 'b', 'waqar', 'younis', 'mushtaq', 'ahmed', '44', 'hussain', 'c', 'saeed', 'anwar', 'thorpe', 'lbw', 'mohammad', 'akram', '54', 'crawley', '94', 'knight', '17', 'lewis', 'wasim', 'i.', 'salisbury', 'extras', 'lb-11', 'w-1', 'nb-8', 'wickets', '278', 'fall', '1-64', '2-85', '3-116', '4-205', '5-248', '6-273', 'bat', 'r.', 'croft', 'cork', 'mullally', 'bowling', '25-8-61-1', '20-6-70-2', '12-1-41-1', '27-5-78-2', 'aamir', 'sohail', '6-1-17-0', 'ijaz', 'inzamam-ul-haq', 'salim', 'malik', 'asif', 'mujtaba', 'moin', 'akam', 'ferguson', 'scottish', 'squad', 'glasgow', 'everton', 'duncan', 'scored', 'manchester', 'picked', '20-month', 'rangers', 'striker', 'ally', 'mccoist', 'another', 'man', 'form', 'hat-tricks', 'four', 'named', 'qualifier', 'austria', 'vienna', 'served', 'jail', 'head-butting', 'opponent', 'scotland', 'caps', 'december', '1994', 'brown', \"'ve\", 'watched', 'bang', 'great', 'scoring', 'moment', 'celtic', 'jackie', 'mcnamara', 'successful', 'under-21', 'earns', 'call-up', '100-2', 'lunch', 'keane', 'signs', 'four-year', 'ireland', 'midfielder', 'roy', 'signed', 'f.a.', 'champions', 'deal', 'game', 'delighted', 'alex', 'canadian', 'daniel', 'nestor', 'canada', 'thomas', 'muster', 'mikael', 'tillstrom', 'goran', 'ivanisevic', 'croatia', '6-7', '3-7', 'ferreira', 'jiri', 'novak', 'marcelo', 'rios', 'chile', 'kenneth', 'carlsen', 'denmark', 'malivai', 'corretja', 'todd', 'renzo', 'furlan', '7-3', 'philippoussis', 'marc', 'rosset', 'switzerland', '8-6', '9', 'cedric', 'pioline', 'gregory', 'carraz', '7-1', 'patrick', 'rafter', '11', 'alberto', 'berasategui', '6-1', 'petr', 'korda', 'francisco', 'clavet', 'vacek', '13', 'stoltenberg', '13-11', 'woodbridge', 'sebastien', 'lareau', \"o'brien\", 'byron', 'zimbabwe', '7-2', 'bohdan', 'ulihrach', 'andrea', 'gaudenzi', 'henman', 'woodruff', 'walkover', 'millns', 'boland', 'cape', 'provincial', 'fast', 'bowler', 'toured', '1992/93', 'replaces', 'all-rounder', 'phillip', 'defreitas', 'professional', 'tirana', 'qualifying', 'flamurtari', 'vlore', 'chemlon', 'humenne', '0-0', 'lubarskij', '50th', 'minute', 'valkucak', '54th', '5,000', 'win', 'chorzow', 'ruch', 'llansantffraid', 'wales', '1-0', 'arkadiusz', 'bak', '1st', '55th', 'arwel', '47th', 'miroslav', '62nd', '63rd', '6,500', 'larnaca', 'aek', 'cyprus', 'kotaik', 'abovyan', 'armenia', '2-0', 'zoran', 'kundic', '28th', 'klimis', 'alexandrou', '41st', 'milenko', 'kovasevic', '60th', 'penalty', 'koprinovic', '82nd', 'pavlos', 'markou', '5-1', 'siauliai', 'kareda', 'lithuania', 'sion', 'agrregate', 'vinnytsya', 'nyva', 'tallinna', 'sadam', 'estonia', '3,000', 'score', '2-2', 'goals', 'rule', 'bergen', 'brann', 'norway', 'shelbourne', 'mons', 'ivar', 'mjelde', '10th', 'ove', 'pedersen', '72nd', 'rutherford', '5th', '2,189', '5-2', 'sofia', 'levski', 'bulgaria', 'olimpija', 'slovenia', 'scorer', 'ilian', 'simeonov', '58th', '25,000', '4-3', 'penalties', 'vaduz', 'liechtenstein', 'raf', 'riga', 'latvia', 'daniele', 'polverino', '90th', 'agrins', 'zarins', 'luxembourg', 'varteks', 'varazdin', 'drazen', 'beser', 'miljenko', 'mumler', '78th', 'jamir', 'cvetko', '87th', 'torshavn', 'havnar', 'boltfelag', 'faroe', 'islands', 'dynamo', 'batumi', 'georgia', '0-2', '9-0', 'prague', 'sparta', 'glentoran', '4-0', 'gunda', '26th', 'lumir', 'mistr', '19th', 'horst', 'siegl', '48th', '80th', 'zdenek', 'svoboda', '76th', 'gabriel', '86th', '10-1', 'edinburgh', 'hearts', 'star', 'belgrade', 'yugoslavia', 'dave', 'mcpherson', '44th', 'vinko', 'marinovic', '59th', '15,062', 'rishon-lezion', 'hapoel', 'ironi', 'constructorul', 'chisinau', 'moldova', '3-3', 'anjalonkoski', 'mypa-47', 'karabach', 'agdam', 'azerbaijan', 'skopje', 'sloga', 'jugomagnat', 'macedonia', 'kispest', 'honved', 'hungary', 'add', 'rishon', 'moshe', 'sabag', 'nissan', 'kapeta', 'tomas', 'cibola', 'constructorol', 'sergei', 'rogachev', '42nd', 'gennadi', 'skidan', '1,500', 'gothenburg', 'ferencvaros', 'euro', 'budapest', 'ifk', 'drew', 'tie', 'played', '4-1', 'ferenc', 'horvath', '15th', 'andreas', 'andersson', '9,000', 'brazilian', 'rio', 'janeiro', 'midweek', 'bahia', 'atletico', 'paranaense', 'corinthians', 'guarani', 'coritiba', 'mineiro', 'cruzeiro', 'vitoria', 'flamengo', 'juventude', 'goias', 'sport', 'recife', 'gremio', 'bragantino', 'palmeiras', 'vasco', 'da', 'gama', 'portuguesa', 'parana', 'newcombe', 'ponders', 'sydney', 'captain', 'signalled', 'resignation', 'loses', 'wimbledon', 'champion', 'coach', 'tony', 'roche', 'determined', 'events', 'split', 'lose', 'look', 'giving', 'someone', 'else', 'telegraph', 'clay', '20-22', 'leadership', 'relegated', 'elite', '26-time', 'slipped', 'rank', 'neale', 'fraser', 'tandem', 'doubles', 'partner', 'wins', 'losses', 'selected', 'semifinalist', 'olympic', 'woodforde', 'croatians', 'boasts', 'conceded', 'hard-pressed', 'croatian', 'breath', 'absolute', 'best', 'described', 'toughest', 'faced', '1986', 'beaten', 'finalists', 'ago', 'guidance', 'badminton', 'malaysian', 'kuala', 'lumpur', 'singles', '9/16', 'luo', 'yigang', 'hwang', 'sun-ho', 'korea', '15-3', '15-7', 'wong', 'malaysia', 'abdul', 'samad', 'ismail', '16-18', '15-2', '17-14', 'kantharoopan', '3/4', 'jeroen', 'dijk', 'netherlands', '15-11', '18-14', 'wijaya', 'indra', 'indonesia', 'pang', 'chen', '15-6', '6-15', 'hu', 'zhilan', 'nunung', 'subandoro', '5-15', '18-15', 'hermawan', 'susanto', 'fung', 'permadi', '15-8', '15-12', 'women', '2nd', 'cindana', '11-3', '1ama', 'margit', 'borg', '11-6', 'sun', 'jian', 'marina', 'andrievskaqya', '11-8', '11-2', 'meluawati', 'chia', 'fong', '11-1', 'gong', 'zhichao', 'liu', 'lufung', '6-11', '11-7', 'zeng', 'yaqiong', 'li', 'feng', 'zealand', '11-9', 'christine', 'magnusson', 'ishwari', 'boopathy', '10-12', 'zhang', 'ning', 'olivia', 'draw', 'championships', 'beginning', 'u.s', 'centre', 'pete', 'sampras', 'vs.', 'adrian', 'voinea', 'magnus', 'larsson', 'volkov', 'vs', 'andrei', 'olhovskiy', 'roberto', 'carretero', 'jordi', 'burillo', '------------------------', 'jonas', 'bjorkman', 'christian', 'rudd', 'rikl', 'sjeng', 'schalken', 'schaller', 'grant', 'stafford', 'guy', 'forget', 'fernando', 'meligeni', 'brazil', 'yevgeny', 'kafelnikov', 'chesnokov', 'draper', 'galo', 'blanco', 'johansson', 'hendrik', 'dreekman', 'rusedski', 'medvedev', 'jean-philippe', 'fleurian', 'kroslak', '14', 'costa', 'younnes', 'shuzo', 'matsuoka', 'doug', 'flach', 'mats', 'wilander', 'haarhuis', 'tebbutt', 'jonathan', 'stark', 'bernd', 'karbacher', 'stefan', 'edberg', 'richard', 'krajicek', 'andre', 'agassi', 'mauricio', 'hadad', 'colombia', 'marcos', 'ondruska', 'felix', 'mantilla', 'carlos', 'moya', 'humphries', 'siemerink', 'carl-uwe', 'steeb', 'wheaton', 'kevin', 'kim', 'nicolas', 'lapentti', 'ecuador', 'karim', 'alami', 'enqvist', 'stephane', 'simian', 'guillaume', 'raoux', 'filip', 'dewulf', 'belgium', 'knowles', 'bahamas', 'filippini', 'uruguay', 'kris', 'goossens', 'stich', 'chuck', 'adams', 'javier', 'frana', 'argentina', 'courier', 'grabb', 'sandon', 'stolle', 'stefano', 'pescosolido', 'arnaud', 'boetsch', 'pereira', 'venezuela', 'gustafsson', 'jeff', 'tarango', 'radulescu', 'jared', 'palmer', 'hernan', 'gumy', 'nicklas', 'kulti', 'jakob', 'hlasek', 'cecil', 'mamiit', 'vince', 'spadea', 'prinosil', 'carbonell', 'baseball', 'orioles', 'davey', 'johnson', 'hospitalized', 'baltimore', 'miss', 'seattle', 'mariners', 'hospital', 'irregular', 'heartbeat', '53-year-old', 'experiencing', 'dizziness', 'treated', 'observed', 'physician', 'dr.', 'william', 'goldiner', 'adding', 'released', 'bench', 'andy', 'etchebarren', 'manage', 'absence', 'angels', 'skipper', 'columbia', 'presbyterian', 'blood', 'clot', 'calf', 'seasons', 'off-season', 'replacing', 'regan', 'cincinnati', 'reds', 'guided', 'mets', 'pull', 'within', 'slumping', 'yankees', 'american', 'major', 'standings', 'tabulate', 'lost', 'winning', 'percentage', 'eastern', 'w', 'gb', '.576', '58', '.536', 'boston', '64', '.496', '.457', 'detroit', '82', '.349', '28', 'central', 'cleveland', '.598', '.539', 'minnesota', '.500', 'milwaukee', '60', '.469', 'kansas', '.453', '18', 'western', 'texas', '.575', '61', '.512', 'oakland', '62', '.481', '.460', 'atlanta', '46', '.632', 'montreal', '.461', 'philadelphia', '.409', 'houston', '.535', 'st', 'louis', '.532', '.504', 'pittsburgh', '.421', 'san', 'diego', '.543', 'los', 'angeles', '.524', 'colorado', '65', '.435', 'greer', 'homer', 'lifts', 'indians', 'rusty', 'two-run', 'inning', 'rallied', '10-8', 'rubber', 'three-game', 'pitch', 'julian', 'tavarez', '4-7', 'right-field', 'fence', 'off-speed', 'tried', 'swing', 'big', 'crowd', 'intense', 'shot', 'ivan', 'rodriguez', 'double', 'catcher', 'mickey', 'cochrane', 'johnny', 'terry', 'kennedy', 'catchers', '40', 'nine', 'meetings', 'jacobs', 'field', 'joining', 'teams', 'a.l.', 'extra', 'ninth', 'lofton', 'single', 'ed', 'vosberg', 'blew', 'save', 'got', 'allowing', 'hits', 'walks', 'strikeouts', '2/3', 'scoreless', 'dean', '30th', 'cal', 'ripken', 'fifth-inning', 'solo', 'bobby', 'bonilla', 'three-run', 'seventh', 'power', 'surging', '10-5', 'runs', 'fifth', '5-5', 'bottom', '21st', 'starter', 'hitchcock', '12-6', 'blast', 'randy', 'cy', 'young', 'allowed', 'relief', 'appearances', 'disabled', 'rbi', 'cut', 'erickson', '8-10', 'laboured', 'homers', 'dropped', 'row', 'became', 'shortstop', 'major-league', 'history', '34', 'hoiles', '22nd', 'dickson', 'scattered', '1/3', 'debut', 'chili', 'belted', 'each', 'plate', 'derek', 'jeter', 'settled', '27th', 'pitcher', 'tying', 'jimmy', 'key', '9-10', 'baserunners', 'interim', 'mike', 'stanley', 'bases-loaded', 'eighth-inning', 'sox', 'athletics', 'owns', '.367', 'career', 'batting', 'bases', 'loaded', '33-for-90', 'mo', 'vaughn', 'went', '3-for-3', 'walk', 'stole', 'collected', '116th', 'brosius', 'homered', 'drove', 'ausmus', 'capped', 'four-run', 'eighth', 'tigers', 'reeling', 'consecutive', 'dropping', 'juan', 'guzman', 'tossed', 'complete-game', 'six-hitter', 'league-best', 'era', 'blue', 'jays', 'royals', 'span', 'earned', 'lowered', '2.99', 'jaha', 'five-run', 'brewers', '10-7', 'twins', 'jose', 'valentin', 'cocu', 'psv', 'spur', 'eindhoven', 'nijmegen', 'bicycle', 'kick', 'minutes', 'arthur', 'numan', 'luc', 'nilis', 'marksmen', 'ajax', 'defence', 'nac', 'breda', 'eykeren', '11th', '67th', '1-2', 'sharpshooter', 'knup', 'swiss', 'geneva', 'galatasaray', '26', 'internationals', 'recalled', 'baku', 'overlooked', 'artur', 'jorge', 'finals', 'rolf', 'fringer', 'clearly', '19-man', 'progress', 'beyond', 'phase', 'goalkeepers', 'marco', 'pascolo', 'cagliari', 'pascal', 'zuberbuehler', 'grasshoppers', 'defenders', 'henchoz', 'hamburg', 'hottiger', 'yvan', 'quentin', 'ramon', 'vega', 'raphael', 'wicky', 'midfielders', 'alexandre', 'comisetti', 'antonio', 'esposito', 'fournier', 'stuttgart', 'christophe', 'ohrel', 'lausanne', 'sylvestre', 'sesa', 'servette', 'ciriaco', 'sforza', 'inter', 'milan', 'murat', 'yakin', 'strikers', 'kubilay', 'turkyilmaz', 'bonvin', 'chapuisat', 'borussia', 'dortmund', '40,000', 'beers', 'house', 'spectators', 'grand', 'incentive', 'cheer', 'athletes', 'performances', 'glass', 'beer', 'belgian', 'brewery', 'drinks', 'goes', 'organisers', 'expensive', 'rounds', 'ever', 'already', 'records', 'broken', '1,000', 'broadhurst', 'raymond', 'ian', 'woosnam', 'bernhard', 'langer', 'ronan', 'rafferty', 'lanner', 'riley', 'eamonn', 'darcy', 'nyman', 'claydon', 'roe', 'retief', 'goosen', 'carl', 'suneson', 'stephen', 'lawrie', 'pyman', 'max', 'anglert', 'miles', 'tunnicliff', 'cevaer', 'des', 'smyth', 'carter', 'lee', 'westwood', 'chalmers', 'miguel', 'angel', 'bjorn', 'roca', 'derrick', 'cooper', 'hawksworth', 'padraig', 'harrington', 'welch', 'gogele', 'mcginley', 'gary', 'orr', 'jose-maria', 'canizares', 'jonzon', 'eales', 'williams', 'andrew', 'coltart', 'lomas', 'rivero', 'robert', 'karlsson', 'marcus', 'wills', 'pedro', 'linhart', 'jamie', 'spence', 'pinero', 'mouland', 'uefa', 'rewards', 'rewarded', 'additional', '1997-98', 'headed', 'rankings', '1995-96', '8.62', '8.61', '8.57', 'formula', 'account', 'factors', 'including', 'yellow', 'cards', 'coaching', 'behaviour', 'clubs', 'allocated', 'places', '4.', '8.56', '5.', '8.54', '6.', '8.52', '7.', '8.45', '8.', 'belarus', '8.39', '9.', 'iceland', '8.35', '10.', '8.30', '13.', '8.29', '15.', '8.24', '16.', '8.22', '18.', '8.20', '19.', '8.18', '20.', '8.17', '21.', '8.15', '23.', '8.12', 'portugal', '25.', '8.10', '26.', '8.09', '29.', '8.07', '30.', '8.06', '31.', '8.05', '32.', '8.03', '33.', '8.02', '35.', '7.98', '36.', '7.95', '37.', 'greece', '7.89', '39.', '7.85', '40.', '7.83', '41.', '7.80', '42.', '7.77', '43.', '7.75', '44.', '7.73', '45.', '7.40', 'police', 'commandos', 'australians', 'colombo', 'patrolled', 'ground', 'tour', 'sri', 'lanka', 'youth', 'limited', 'overs', 'includes', 'india', 'promised', 'presence', 'sniffer', 'dogs', 'plainclothes', 'policemen', 'trouble-free', 'making', 'boycotting', 'fixture', 'ethnic', 'violence', 'warm-up', '251', 'ricky', 'ponting', '119', 'balls', 'sixes', 'fours', 'retiring', 'replied', '246', 'geoff', 'marsh', 'impressed', 'competitiveness', 'made', 'sweat', 'romanian', 'dies', 'bus', 'crash', 'others', 'injured', 'romanian-registered', 'collided', 'bulgarian', 'buses', \"o'clock\", 'morning', 'road', 'towns', 'rousse', 'veliko', 'tarnovo', 'woman', 'maria', '35', 'accident', 'investigated', '359-2-84561', 'journal', 'contents', 'oj', '211', '*', 'note', 'displayed', 'reverse', 'order', 'printed', 'corrigendum', 'regulation', 'ec', '1464/96', 'relating', 'invitation', 'tender', 'levies', 'refunds', 'sugar', '187', '26.7.1996', '658/96', 'certain', 'granting', 'compensatory', 'payments', 'system', 'producers', 'arable', 'crops', '91', '12.4.1996', '1663/96', 'establishing', 'values', 'determining', 'entry', 'fruit', 'vegetables', 'document', 'appeal', 'payment', 'denial', 'minnetonka', 'minn', 'district', 'court', 'minneapolis', 'decision', 'financing', 'administration', 'hcfa', 'reimbursement', 'medicaid', 'administrator', 'reversed', 'previously', 'favorable', 'regarding', 'related', 'community', 'liaison', 'personnel', 'continues', 'believe', 'majority', 'coverable', 'terms', 'medicare', 'program', 'optimistic', 'ultimate', 'resolution', 'gildea', 'recorded', 'reserve', 'equal', 'ruled', 'favor', 'expenses', '81,000', 'disputed', 'distrct', 'dispute', 'pleased', 'recognize', 'significant', 'toward', 'disputes', 'newsdesk', '312-408-8787', 'oppenheimer', 'oct.', 'div', 'lp', 'distribution', 'rate', 'quarterly', 'assuming', 'improved', 'declared', '0.65', 'partnership', 'unit', 'sees', 'richmond', 'va', 'products', 'co', 'second-quarter', '34.6', 'retailer', 'annual', 'even', 'bankruptcy', 'consideration', 'emerged', 'chapter', '3-1/2', 'always', 'particularly', 'you', 'something', 'striving', 'richmond-based', '95.7', 'second-largest', 'stores', 'closing', 'lease', 'agreements', 'plan', 'operates', '169', '29', '7.1', '0.23', '311.9', 'measles', 'exposure', 'bowel', '1996-08-23', 'pregnant', 'babies', 'crohn', 'debilitating', 'disorder', 'researchers', 'born', 'mothers', 'caught', 'developed', 'cases', 'dr', 'wakefield', 'school', 'medicine', 'colleagues', 'screened', 'delivered', 'university', 'uppsala', '1940', '1949', 'children', 'wrote', 'lancet', 'medical', 'inflammation', 'sometimes', 'require', 'surgery', 'causes', 'diarrhoea', 'abdominal', 'pain', 'weight', 'involved', 'especially', 'severe', 'viruses', 'often', 'cause', 'birth', 'defects', 'notably', 'rubella', 'high', 'stillborn', 'baby', 'cbi', 'industrial', 'survey', 'manufacturing', 'confederation', 'enquiry', 'book', 'stocks', 'goods', '+17', '+19', '+25', 'expectations', '+22', '+12', '+16', '+6', '+4', 'replying', 'above', 'normal', 'below', '1,305', 'companies', 'representing', 'industries', 'accounting', 'manufactured', 'employees', 'rosemary', 'bennett', '7715', 'shipsales', 'secondhand', 'tonnage', 'brokers', 'vessels', 'iron', 'gippsland', 'built', '1989', '87,241', 'dwt', 'sairyu', 'maru', '1982', '60,960', '15.5', 'stainless', '21,718', 'subject', 'inspection', 'garlic', 'pills', 'cholesterol', 'finds', 'studies', 'show', 'flawed', 'doctors', 'oxford', 'benefit', 'significantly', 'tablets', '115', 'levels', '900', 'milligrams', 'dried', 'powder', 'placebo', 'differences', 'groups', 'receiving', 'college', 'physicians', 'low-fat', 'diet', 'measured', 'six-week', 'findings', 'accurate', 'several', 'pressure', 'either', 'trials', 'interpreted', 'incorrectly', 'special', 'diets', 'beforehand', 'duration', 'six-month', 'trial', 'funded', 'heart', 'foundation', 'lichtwer', 'pharma', 'gmbh', 'makes', 'kwai', 'brand', 'address', 'whole', 'affect', '7950', 'gives', 'aid', 'volcano-hit', 'caribbean', '39', 'development', 'montserrat', 'much', 'population', 'living', 'fled', 'volcano', 'soufriere', 'hills', 'times', '4,500', 'plymouth', 'evacuated', 'shelters', 'schools', 'assistance', 'provide', 'track', 'designated', 'area', '8.5', 'dependent', 'territories', 'active', 'lynda', 'chalker', 'recent', 'census', 'shown', 'montserratians', 'remain', 'she', 'looms', 'bill', 'berkrot', 'slam', 'seed', 'steffi', 'graf', 'aiming', 'able', 'ease', 'begins', 'opens', 'crown', 'top-ranked', 'yayuk', 'basuki', 'ceremony', 'revealed', 'holders', 'looming', 'third-round', 'nemesis', 'rising', 'avenged', 'defeat', '19-year-old', 'hitter', 'first-week', 'fireworks', 'stunning', 'upset', 'sailing', 'predictable', 'semifinal', 'showdown', 'tested', 'probably', '28th-ranked', 'natasha', 'zvereva', 'repeat', 'eighth-ranked', 'landing', 'bumping', 'sixth', 'avoided', 'possibility', 'quarter-finals', 'lock', 'horns', 'semis', 'surprise', 'ranked', 'monica', 'seles', 'anne', 'miller', 'victim', 'second-ranked', 'austrian', 'seeded', 'luck', 'faces', 'playing', 'survives', 'fifth-seeded', '12th-seeded', 'perhaps', 'yet', 'unfortunate', 'first-round', 'matchup', 'pits', 'popular', 'swede', 'two-time', 'farewell', 'one-match', 'affair', 'exception', 'looks', 'comfortable', 'likes', 'frenchman', 'ailing', 'nursing', 'rib', 'injury', 'path', 'runner-up', 'fifth-ranked', 'anke', 'huber', 'conchita', 'martinez', 'eighth-seeded', 'lindsay', 'davenport', 'looking', 'opponents', 'encounter', '18th-ranked', 'amanda', 'coetzer', 'talent', 'martina', 'hingis', '16th', 'probable', 'quarter-final', 'clash', 'seventh-seeded', 'jana', 'novotna', 'ruxandra', 'dragomir', '61-2', '9373-1800', 'rtrs', 'top-seeded', '123rd-ranked', 'lefthander', 'rallies', 'constantly', 'attacking', 'tactic', 'worked', 'second-round', 'bye', 'along', 'seeds', 'second-seeded', '6-7(3-7', 'unseeded', 'advancing', 'seeed', 'eliminated', 'hour', '55', 'saved', 'point', '5-6', 'third-set', 'break', 'compatriot', '13th', 'fortunate', '9-8', 'marathon', 'knew', 'ranks', 'breaks', 'lanky', 'strokes', 'joking', 'chipping', 'charging', 'serving', 'volleying', 'really', 'timing', 'baseline', 'chances', 'every', 'come', 'lights', 'maybe', 'difference', '2-5', 'deficit', 'erratically', '44th-ranked', 'famous', '32', 'aces', 'outplayed', '24-year-old', 'sixth-ranked', 'indianapolis', 'quick', 'getaway', 'arrived', 'feeling', 'soon', 'unfocused', 'calm', 'nervy', \"'m\", 'fought', 'tiebreak', 'serves', 'hoped', 'tight', 'shanked', 'forehand', '5-all', 'helped', 'korean', 'pro-soccer', 'seoul', 'anyang', 'chonnam', 'puchon', 'suwon', 'drawn', 'd', 'g', 'f', 'p', 'chonan', 'pohang', 'pusan', 'ulsan', 'chonbuk', 'senegal', 'cholera', 'outbreak', 'kills', 'dakar', 'kaolack', '291', 'doctor', 'masserigne', 'ndiaye', 'staff', 'overwhelmed', 'rushing', 'symptoms', 'appear', 'deaths', '160', 'southeast', 'senegalese', 'nigerian', 'liberia', 'ecomog', 'monrovia', 'sam', 'victor', 'malu', 'commander', 'peacekeeping', 'latest', 'civil', 'inienger', 'officers', 'handover', 'dozen', 'accords', 'difficult', 'challenging', 'painful', 'peacekeepers', 'harassed', 'assure', 'sight', 'nations', 'observers', 'travelling', 'tubmanburg', 'monitor', 'delayed', 'shooting', 'highway', 'anthony', 'nyakyi', 'finally', 'escort', 'ulimo-j', 'faction', 'abuja', 'saturday', 'breaking', 'foresees', 'disarmament', '60,000', 'combatants', '10,000', 'height', 'guinea', 'prayer', 'conakry', 'broadcast', 'repeatedly', 'dead', 'prosperity', 'precise', 'reason', 'clear', 'lansana', 'conte', 'vice-president', 'organisation', 'conference', 'prepare', 'oic', 'koranic', 'reading', 'sessions', 'prayers', 'farming', 'badi-tondon', 'army', 'survived', 'revolt', 'veiled', 'topple', 'ordered', 'crackdown', 'corruption', 'seized', '1984', 'death', 'marxist', 'sekou', 'toure', '1993', 'answers', 'bottle', 'johannesburg', 'boy', 'writing', 'girl', 'whose', 'washed', 'nelson', 'mandela', 'old', 'prison', 'carlo', 'hoffmann', '11-year-old', 'jailer', 'son', 'beach', 'robben', 'winter', 'storms', 'letter', 'ordinary', 'mail', 'post', 'danielle', 'murray', 'sandusky', 'age', 'penfriend', 'reply', 'whoever', 'flung', 'journey', 'atlantic', 'ocean', 'rottweiler', 'toddler', 'dog', 'belonging', 'elderly', 'couple', 'savaged', 'two-year-old', 'grandson', 'booy', 'garden', 'grandparents', 'vanderbijlpark', 'bloody', 'body', 'lying', 'parents', 'pick', 'unclear', 'fierce', 'enough', 'scare', 'burglars', 'becoming', 'increasingly', 'crime-infested', 'indicators', 'updated', 'cpi', '+0.4m', 'm', '23.0yr', '+0.9;+23.6', 'ppi', '+0.7', 'm;+21.5yr', '+1.7;+22.0', '7.8', 'm;-0.2yr', '+7.3;-3.6', 'jan-may', '738', '748', 'nbh', '934', '774', 'mit', 'jan-june', '1.45', 'bln', '1.24', 'gross', '27,246.5', '28,716.8', '14,390.7', '15,704.3', 'unemployment', '10.8', '10.6', 'budget', 'huf', 'jan-july', '102', '122', 't-bill', 'yields', '%', '1mo', '22.95', '3mo', '23.02', '6mo', '23.53', '1yr', '24.40', '2-yr', '1998', 'j', '25.49,(3-yr', '24.44', 'bbb-minus', 'duff', '&', 'phelps', 'ibca', 'thomson', 'bankwatch', 'bb-plus', 'ba1', 'investors', 'bbb+', 'credit', 'flow', '36', '1)266', '2410', 'fifty', 'die', 'rebels-interfax', 'least', 'servicemen', 'separatist', 'chechen', 'grozny', 'interfax', 'command', 'chechnya', '200', 'interior', 'reconaisance', 'mission', 'clashed', 'minutka', 'square', 'independently', 'confirmed', 'peacemaker', 'lebed', 'chief-of-staff', 'aslan', 'maskhadov', 'agreement', 'cease', 'hostilities', 'noon', '0800', 'detachment', '1500', 'raged', '1600', 'outnumbered', 'schoolgirl', 'blackmailer', 'textbooks', 'gdansk', 'blackmailed', 'letters', 'threatening', 'explained', 'money', '13-year-old', 'extract', 'zlotys', 'residents', 'sierakowice', 'lives', 'nearby', 'blackmail', 'railway', 'station', 'interviewed', 'psychologist', 'books', 'clothes', 'kazimierz', 'socha', 'case', 'poor', 'family', 'trouble', 'underage', 'offenders', 'cnb-120', 'index', 'pts', '869.3', 'broad', 'measure', 'equities', 'cnb', 'ten', 'sectoral', 'indices', 'banking', '14.4', '1,294.5', '42-2-2423-0003', 'sign', 'novye', 'atagi', 'boris', 'yeltsin', 'security', 'supremo', 'renewed', 'negotiated', 'village', 'officially', 'disclosed', 'itar-tass', 'provided', 'disengagement', 'aide', 'russian-chechen', 'detailed', 'barkhatov', 'rebel-held', 'progressing', 'briskly', 'mood', 'completed', 'signature', 'day-by-day', 'showed', 'clip', 'laughing', 'smiling', 'nominee', 'tatyana', 'dmitrieva', 'inaugurated', 'returned', 'kremlin', 'two-day', 'lakelands', 'northwestern', 'bosnia', 'sarajevo', 'oslobodjenje', 'bosnian', 'federation', 'launches', 'common', 'taxes', 'dinar', 'kuna', 'deutsche', 'currency', 'introduced', 'refugees', 'displaced', 'persons', 'mirhunisa', 'komarica', 'survivors', 'massacre', 'srebrenica', 'languishing', 'laborers', 'serbian', 'mines', '2,400', 'male', 'trepca', 'mine', '1,900', 'aleksandrovac', 'dnevni', 'avaz', 'slovenian', 'briefly', 'detain', 'ljubljana', 'cancel', 'maribor', '+387-71-663-864', 'overnight', 'raids', 'alkhan-yurt', 'pounded', 'planes', 'artillery', 'calmed', 'although', 'sporadic', 'explosions', 'heard', 'correspondent', 'lawrence', 'sheets', 'arrival', 'flew', 'firing', 'anything', 'clinched', 'separatists', 'halt', 'threatened', 'bombing', 'assault', 'boat', 'passengers', 'rescued', 'colombian', 'coast', 'bogota', 'guard', 'pacific', 'missing', 'tiny', 'gorgona', 'southwest', 'sightseers', 'trip', 'narino', 'fuel', 'navy', 'lt.', 'italo', 'pineda', 'boatman', 'coconuts', 'rainwater', 'sea', 'towed', 'buenaventura', 'argentine', 'raw', 'steel', '14.8', 'buenos', 'aires', '355,900', '1.9', 'center', 'primary', '297,700', '0.1', 'hot', 'laminate', 'production', '349,000', '0.8', 'cold', 'laminates', '120,500', '4.2', 'webb', '+541', '318-0655', 'peru', 'kill', 'jungle', 'lima', 'peruvian', 'northeastern', 'anti-', 'terrorist', 'sources', 'maoist', 'shining', 'alomella', 'robles', 'small', '345', '550', 'northeast', 'villagers', 'listen', 'propaganda', 'speeches', 'passing', 'motorists', 'daubed', 'slogans', 'whereabouts', 'severely', 'weakened', '1992', 'capture', 'abimael', 'stepping', 'activities', 'guerrilla', 'conflicts', 'cost', 'damage', 'infrastructure', '1980', 'surinam', 'paramaribo', 'flamboyant', 'surinamese', 'ronny', 'brunswijk', 'custody', 'charged', 'attempted', 'murder', 'turned', 'himself', 'freddy', 'pinas', 'surinamese-born', 'visitor', 'bar-room', 'brawl', 'mining', 'moengo', '56', '90', 'ro', 'gajadhar', 'showing', 'cuts', 'bruises', 'feared', 'shoot', 'objected', 'advances', 'wife', 'bodyguards', 'charges', 'merely', 'defended', 'less', 'thief', 'buttocks', 'uprising', 'regime', 'strongman', 'desi', 'bouterse', 'conflict', '500', 'caused', 'flee', 'neighbouring', 'guiana', '1980s', 'eventually', 'paved', 'businessman', 'logging', 'interests', 'manages', 'occasionally', 'noisy', 'saw', 'leads', 'thai', 'heroin', 'hideaway', 'bangkok', 'hong', 'kong', 'carpenter', 'arrested', 'seaside', 'pattaya', 'kg', '39.7', 'complaints', 'cheung', 'siu', 'searched', 'bags', 'hidden', 'hollow', 'spaces', 'wooden', 'planks', 'hired', 'hide', 'sawing', 'escaping', 'door', 'baht', 'hunting', 'collaborators', 'detained', 'pending', 'formal', 'downer', 'follows', 'friction', 'qian', 'qichen', 'consulate', 'sovereignty', 'colony', 'mid-1997', 'strained', 'uranium', 'issues', 'affecting', 'include', 'plans', 'pact', 'canberra', 'tibet', 'exiled', 'spiritual', 'dalai', 'lama', 'conservative', 'accuse', 'pa', 'nablus', 'bookseller', 'information', 'undertaking', 'distribute', 'written', 'critics', 'self-rule', 'deals', 'anyone', 'legal', 'destroy', 'amman', 'daoud', 'makkawi', 'owner', 'nablus-based', 'al-risala', 'bookshop', 'copies', 'edward', 'prominent', 'scholar', 'citizen', 'origin', 'outspoken', 'critic', 'accord', 'confiscated', 'israel-plo', 'director-general', 'mutawakel', 'taha', 'insisted', 'censor', 'strategy', 'suppress', 'freedom', 'expression', 'whatsoever', 'relevent', 'legislations', 'resulted', 'mistakes', 'explain', 'journalists', 'writers', 'authors', 'journalist', 'seale', 'banned', 'shop', 'sure', 'selling', 'think', 'afraid', '?', 'strip', 'jewish', 'handed', 'parts', 'blames', 'istanbul', 'tower', 'carrier', 'egyptair', 'airport', 'twenty', 'boeing', '707', 'overshot', 'runway', 'fire', 'taxi', 'skipped', 'onto', 'line', 'mohamed', 'fahim', 'rayyan', 'instead', '2,250', '2,460', 'yards', '3,300', 'steep', 'aviation', 'noted', 'pilot', 'misleading', 'rainstorm', 'wet', 'brake', 'medium', 'wrong', 'private', 'ihlas', 'wants', 'nothing', 'sudanese', 'rulers', 'egyptian', 'shelter', 'militants', 'hosni', 'mubarak', 'speech', 'moslem', 'addis', 'ababa', 'sponsored', 'council', 'flights', 'khartoum', 'incident', 'effect', 'sudan', 'fails', 'extradite', 'cannot', 'ethiopia', 'eager', 'turabi', 'whatever', 'academics', 'al-turabi', 'bitter', 'terrorists', 'sheltering', 'passorts', 'far', 'ostensibly', 'shares', 'shed', 'profit-taking', 'shedding', 'amid', 'imkb-100', '123.89', '64,178.78', 'totalled', '2.92', 'volume', '7.2', 'trillion', 'lira', 'actually', 'reaction', 'rise', '63,000', 'tomorrow', 'burcin', 'mavituna', 'profit', 'approached', '65,000', 'cheap', 'attracted', '67,000', 'pierced', 'session', 'isbank', 'gained', '8,600', 'utility', 'cukurova', '85-share', '0.47', '70,848.86', '15-share', '0.55', '55,929.89', '218', 'gainers', 'outdid', 'losers', 'stable', '+90-212-275', '0875', 'sa', 'universe', 'hides', 'veil', 'silence', 'kieran', 'las', 'cruces', 'n.m.', 'alicia', 'machado', 'mexico', 'questions', 'claims', '19', 'slipping', 'desert', 'attended', 'teen', 'usa', 'pageant', 'contestant', 'scrutiny', 'ultimatum', 'angeles-based', 'inc.', 'drop', 'losing', 'swollen', 'wisdom', 'teeth', 'extracted', 'marta', 'fajardo', 'weighed', '112', 'vegas', 'habits', 'everybody', 'addiction', 'eats', 'cakes', 'crazy', 'flatly', 'wraps', 'blocked', 'access', 'dressed', 'strapless', 'gown', 'heavier', 'contestants', 'rave', 'reviews', 'appearance', 'stage', 'kidding', 'fantastic', 'nikki', 'sexy', 'publicists', 'stay', 'promotional', 'sponsors', 'returning', 'beauty', 'queens', 'high-profile', 'personalities', 'alleged', 'eased', 'indulged', 'passion', 'pasta', 'cake', 'fat', 'putting', 'fine', 'wished', 'happened', 'spiritually', 'mentally', 'terrific', 'lifestyle', 'associated', 'routine', 'exercise', 'ability', 'regimented', 'workout', 'exist', 'dont', 'talked', 'kevorkian', 'attends', 'suicide', 'pontiac', 'mich', 'bringing', '40-year-old', 'missouri', 'suffering', 'multiple', 'sclerosis', 'emergency', 'room', 'aranosian', 'osteopathic', 'patricia', 'smith', 'lees', 'midday', 'paralysed', 'assisted-suicide', '37th', 'attending', 'starting', 'crusade', 'assisted', 'lawyer', 'geoffrey', 'fieger', 'husband', 'father', 'james', 'patients', 'location', 'rapidly', 'multple', 'louise', 'siebens', '76-year-old', 'amyotrophic', 'lateral', 'lou', 'gehrig', 'judith', 'curren', '42-year-old', 'massachusetts', 'suffered', 'chronic', 'fatigue', 'syndrome', 'non-terminal', 'life', 'fairview', '1.82', 'baa1', '08/21/96', 'issuer', 'tx', '1,820,000', '08/27/96', 'municipal', 'desk', '212-859-1650', 'defiant', 'neo-nazi', 'jailed', 'gray', 'sentenced', 'lauck', 'pumping', 'extremist', 'lincoln', 'nebraska', 'yelled', 'tirade', 'abuse', 'conviction', 'inciting', 'racial', 'hatred', 'struggle', '43-year-old', 'shouted', 'escorted', 'arguing', 'client', 'offence', 'hailed', 'neo-nazism', 'network', 'anti-semitic', 'material', 'flowing', '1970s', 'possessed', 'well-oiled', 'machine', 'honed', 'presiding', 'judge', 'guenter', 'bertram', 'cannon', 'extracts', 'praising', 'hitler', 'greatest', 'describing', 'nazi', 'slaughter', 'millions', 'jews', 'myth', 'bars', 'complex', 'prosecutor', 'mauruschat', 'offences', 'demanded', 'five-year', 'satisfied', 'sentence', 'publishing', 'distributing', 'illegal', 'argued', 'laws', 'meant', 'produce', 'swastika-covered', 'magazines', 'videos', 'flags', 'manfred', 'kanther', 'welcomed', 'prosecution', 'ringleaders', 'biggest', 'distributers', 'vicious', 'racist', 'publications', 'democrats', 'sober', 'suit', 'sporting', 'trademark', 'hitleresque', 'moustache', 'emotion', 'spent', 'explaining', 'blurted', 'virtually', 'incomprehensible', 'quick-fire', 'diatribe', 'neither', 'nazis', 'nor', 'communists', 'dared', 'kidnap', 'oblique', 'reference', 'extradition', 'truth', 'attorney', 'hans-otto', 'sieg', 'courtroom', 'judges', 'actions', 'carried', 'obsessed', 'nazism', 'devoted', 'workers', 'nsdap-ao', 'derives', 'name', 'three-month', 'dealt', 'ns', 'kampfruf', 'cry', 'magazine', 'references', 'aryan', 'supremacy', 'defamatory', 'statements', 'rejected', 'argument', 'request', 'convicted', 'disseminating', 'symbols', 'anti-constitutional', 'organisations', 'arrest', 'subtracted', 'un', 'occur', 'arrangements', 'implement', 'oil-for-food', 'quite', 'speculate', 'preparations', 'anxious', 'undersecretary-general', 'yasushi', 'akashi', 'sooner', 'monitors', 'carry', 'department', 'humanitarian', 'deputy', 'speculated', 'suspected', 'killers', 'bishop', 'algeria', 'tv', 'algerian', 'killing', 'state-run', 'sought', 'slain', 'assassination', 'roman', 'catholic', 'pierre', 'claverie', '58-year-old', 'bomb', 'oran', 'herve', 'charette', 'algiers', '50,000', 'algerians', '110', 'foreigners', 'pitting', 'radical', 'islamists', 'commanding', 'flown', 'january-july', 'table', 'shows', 'volumes', 'handled', 'airports', 'exclude', 'trucked', 'airfreight', 'adv', 'berlin', '17,844', '5.9', 'tegel', '10,896', '3.1', 'tempelhof', '202', '60.0', 'schoenefeld', '6,746', '16.8', 'bremen', '1,453', '13.1', 'dresden', '792', '11.4', 'duessseldorf', '31,347', '4.4', '768,269', '1.5', '21,240', '3.5', 'hannover', '6,030', '15.3', 'koeln', 'cologne', '182,887', '11.8', 'leipzig', 'halle', '1,806', '45.6', 'munich', '44,525', 'muenster', 'osnabrueck', '382', '28.2', 'nuremberg', '25,929', '17.8', 'saarbruecken', '626', '28.3', '10,655', '1,113,785', 'tel+44', '161', '7706', 'fax+44', '5017', 'paribas', 'repeats', 'aegon', 'company-------------price---broker----------------', '83.40', 'comment', '711', 'forecast', 'performance', 'reiterates', 'estimates', 'dfl', 'eps', 'e', 'dividend', '5.83', '13.8', '2.75', '6.59', '12.2', '3.10', 'fax', '5040', 'clinton', 'ballybunion', 'fans', 'dublin', 'resort', 'whirlwind', 'irish', 'america', 'dick', 'spring', 'convention', '26-29', 'bring', 'placards', 'waved', 'addressed', 'packed', 'backs', 'requested', 'guests', 'kennedys', 'frank', 'quilter', 'triumphant', 'process', 'observe', 'assurances', 'erdmann', 'wolfgang', 'ischinger', 'assured', 'valid', 'primakov', 'pledge', 'seek', 'solution', 'aegis', 'osce', 'quoting', 'klaus', 'kinkel', 'personal', 'urge', 'breakaway', 'threat', 'unauthorised', 'initiative', 'intention', 'positive', 'goldiman', 'responsible', 'delhi', 'global', 'nuclear', 'treaty', 'intended', 'i.k.', 'gujral', 'block', 'adoption', 'entering', 'signing', 'kind', 'weapons', '1974', 'assemble', 'veto', 'comprehensive', 'ctbt', 'bilateral', 'visualise', 'straining', 'text', 'position', 'clause', 'providing', 'modified', 'forwarded', 'assembly', 'cross', 'reiterated', 'objections', 'negotiation', 'fact', 'weapon', 'hegemony', 'concerns', 'impossible', 'oblige', 'option', 'exercised', 'restraint', 'carrying', 'tests', 'lone', 'accept', 'constraints', 'rely', 'arsenals', 'sour', 'dhaka', 'disquiet', 'bangladeshi', 'bangladesh', 'goverment', 'attached', 'importance', 'tragic', 'siraj', 'mia', 'under-secretary', 'commonwealth', 'liam', 'fox', 'interogation', 'arriving', 'bore', 'injuries', 'relatives', 'complained', 'murdered', 'post-mortem', 'tortured', 'drunk', 'wrist', 'act', 'seriously', 'reasons', 'important', 'relationship', 'leave', 'nepal', 'governments', 'commons', 'matter', 'thorough', 'investigation', 'outcome', 'harassment', 'nationals', 'criminal', 'immigration', 'connection', 'suburb', 'disrupt', 'kashmir', 'polls', 'srinagar', 'planning', 'troubled', 'jammu', 'seems', 'inderjit', 'gupta', '1987', 'clamped', 'direct', 'abetting', 'militancy', 'valley', 'islamabad', 'infiltrating', 'create', 'disturbance', 'noticed', 'among', 'growing', 'mercenaries', 'independence', '1947', 'h.d.', 'deve', 'gowda', 'centre-left', 'hopes', 'restore', 'normality', '20,000', 'insurgency-related', 'militant', 'engineering', 'banks', 'edged', 'sharply', 'institutional', 'stock', 'exchange', 'dse', 'all-share', '0.7', '1,156.79', 'turnover', '146.2', 'taka', 'remained', 'unchanged', '12.71', '228.7', 'cables', '20.37', '677.98', 'apex', 'tannery', '22.72', '597', 'recovered', 'edge', 'short-covering', 'ratio', 'governor', 'rangarajan', 'crr', 'maintained', 'reduced', 'addressing', 'industrialists', 'having', 'theoretical', 'supply', 'instrument', 'regulate', 'reducing', 'increasing', 'context', 'stood', 'commitment', 'response', '+91-11-3012024', 'viable', 'bombay', 'chakravarty', 'product', 'gdp', 'sustainable', 'currrent', 'real', '16-17', '14-15', 'non-debt', 'reduction', 'debt-service', '+91-22-265', '9000', 'teresa', 'calcutta', 'saint', 'gutters', 'nobel', 'prize', '1979', 'hope', 'dignity', 'unwanted', 'simple', 'heaps', 'honours', 'regards', 'nun', 'albanian', 'descent', 'maintains', 'joy', 'fulfilment', 'neglected', 'need', 'sympathy', 'pity', 'compassion', 'diminutive', 'missionary', 'respiratory', 'intensive', 'indian', 'turns', '86', 'conscious', 'condition', 'task', 'alone', 'slums', 'densely-populated', 'grew', 'characteristically', 'unworthy', 'showering', '80', 'bharat', 'ratna', 'jewel', 'highest', 'award', 'deteriorate', 'fitted', 'pacemaker', 'vatican', 'superior', 'missionaries', 'charity', 'delegates', 'elect', 'successor', 'agree', 'bacterial', 'pneumonia', 'rome', 'ribs', 'receive', 'malaria', 'complicated', 'lung', 'fractured', 'collar', 'bone', 'frailty', 'arthritis', 'failing', 'eyesight', 'stopped', 'travels', 'mingle', 'desperate', 'agnes', 'goinxha', 'bejaxhiu', 'serbia', '1910', 'deeply', 'religious', 'loretto', 'hoping', 'abbey', 'begin', 'novitiate', 'teach', 'geography', 'convent', 'divine', '1946', 'interviewer', 'belonged', 'approved', 'training', 'slum', 'therese', 'jesus', 'simply', 'dying', 'hindu', 'rest', 'penniless', 'nirmal', 'hriday', 'chain', '150', 'homes', 'destitute', 'admitting', '18,000', 'founded', 'documentary', 'mixture', 'hyperbole', 'credulity', 'catholics', 'focus-news', 'forecasts', 'alien-led', 'boost', 'bernard', 'hickey', 'baron', 'rupert', 'murdoch', 'ltd', '1995/96', 'profits', 'film', '1996/97', 'perspective', 'begun', 'promise', 'motion', 'picture', 'announcing', 'moderating', 'solid', 'orders', 'advertising', 'broadcasting', 'budgeted', 'attainable', 'soothed', 'pre-abnormals', 'a$', '1.26', 'us$', '995', 'cents', '1.343', 'disappointing', 'lachlan', 'drummond', 'offset', 'divisions', 'hefty', 'asian', 'operations', 'newsprint', 'hard', 'throughout', 'cover', 'revenues', 'surprises', 'inserts', 'guide', 'dramatically', 'arm', 'harper-collins', 'healthy', 'operation', 'demise', 'hurt', 'minimum', 'setting', 'expired', 'publishers', 'pulled', 'spotlight', 'understatement', \"'re\", 'internal', 'declined', '6.39', '2.00', 'p.m.', '0400', 'soft', '0.79', '373-1800', 'savings', 'rba', 'slash', 'useful', 'contribution', 'realised', 'raising', 'consolidation', 'unduly', 'restrict', 'ambiguous', 'coalition', '5.65', 'pledged', '1998/99', '10.3', 'credible', 'rein', 'unsustainable', 'favourable', 'effects', 'activity', 'generally', 'long-term', 'saving', 'tending', 'promote', 'investment', 'lowering', 'bnz', 'nz', 'fixed', 'lending', 'wellington', 'cutting', '10.5', '10.75', '10.95', '11.25', 'responding', 'wholesale', '4734', '746', 'odv', 'nz$', '524', 'optimised', 'deprival', '524.2', '486.5', 'valuation', 'reflected', 'extensions', 'lifespan', 'consistent', 'approach', 'followed', 'preventative', 'equipment', 'upgrading', 'revaluation', 'undertaken', 'disclosure', 'requirements', 'commerce', 'thais', 'hunt', 'breaker', 'thailand', 'launched', 'manhunt', 'awaiting', 'drug', 'possession', 'westlake', 'victoria', 'sucessful', 'escape', 'klongprem', 'outskirts', 'massive', 'confident', 'vivit', 'chatuparisut', 'correction', 'trafficking', 'sawed', 'grill', 'cell', 'window', 'climbed', 'five-metre', '15-foot', 'rope', 'bed', 'corrections', 'probing', 'inmates', 'chained', 'prevent', 'breakouts', '266', 'westerners', 'tokyo', 'soir', 'parent', 'billions', 'yen', 'specified', 'actual', 'year-ago', '26.00', '26.70', '400', '329', '250', '84', '11.61', '3.92', 'ord', '10.00', 'specialised', 'manufacturer', 'wear', 'ka', 'wah', 'hk$', '43', 'frcd', 'floating', 'certificate', 'privately', 'placed', 'sole', 'arranger', 'hsbc', 'facility', 'tenor', 'pays', 'basis', 'clearing', 'moneymarkets', '852', '2847', '4039', 'bans', 'nitrofuran', 'usage', 'chicken', 'antibiotic', 'applications', 'believes', 'cancer', 'breeders', 'feedmillers', 'abide', 'respect', 'safety', 'chua', 'jui', 'meng', 'bernama', 'two-year', 'maximum', 'ringgit', '2000', 'indonesian', 'watch', 'jakarta', '**', 'involving', 'megawati', 'sukarnoputri', 'stationed', 'demonstrators', 'dow', '31.44', '5,689.82', 'three-session', 'streak', 'tobacco', 'beating', 'composite', '2.60', '0.48', '542.20', 'bargain-hunting', 'big-capitalised', 'secondliners', 'rupiah', '2,343.00', '43.50', 'trading', '2,342.75', 'packaging', 'super', 'indah', 'makmur', 'offer', 'pt', 'vdh', 'teguh', 'sakti', 'wholly-owned', 'subsidiary', 'singapore-listed', 'privately-owned', 'duta', 'obtaining', 'fresh', 'syndicated', 'loans', 'management', 'reshuffle', 'ciputra', 'build', 'property', 'projects', 'worth', 'surabaya', 'movements', 'indices*', 'exchanges', 'change', 'highs', 'lows', 'dates', 'japanese', 'pound', 'gold', 'bullion', 'closes', 'brackets', 'low', '5,710.53', '22.94', '5,778.00', '5,032.94', '3,907.5', '+16.4', '3,632.3', '21,228.80', '134.44', '22,666.80', '19,734.70', 'jun', 'mar', '2,555.16', '2.10', '2,583.49', '2,284.86', '2,020.82', '+3.06', '2,146.79', '1,897.85', 'apr', '2,292.9', '+18.3', '2,326.00', '2,096.10', '11,424.64', '54.13', '11,594.99', '10,204.87', 'feb', '1.4871', '1.4935', '....', '108.50', '108.43', '1.5520', '1.5497', 'ounce', '387.50', '386.95', '*indices', 'all-time', '22/96', 'ftse-100', '23/96', 'nikkei', '38,915.87', 'dec', '29/89', 'dax-3o', '5/96', 'cac-40', '2,355.93', '2/94', 'all-ordinaries', '2,340.6', '3/94', 'hang', 'seng', '12,201.09', '4/94', 'hails', 'marks', 'rostislav', 'khotin', 'kiev', 'celebrates', 'hailing', 'inter-ethnic', 'post-soviet', 'achievement', 'declaration', 'nine-to-one', 'effectively', 'blow', 'soviet', 'empire', 'centuries', 'largest', 'republics', 'tajikistan', 'achievements', 'preservation', 'harmony', 'leonid', 'kuchma', 'televised', 'unlike', 'situations', 'peaceful', 'civilised', 'initially', 'accompanied', 'hyper-inflation', 'collapse', 'turnaround', 'inflation', 'hyper-inflationary', '10,300', 'respectable', 'economy', 'grow', 'solemn', 'ukraina', 'palace', 'turning', 'reforms', 'doubt', 'adelbert', 'knobl', 'monetary', 'fund', 'proud', 'much-postponed', 'hryvna', 'replace', 'karbovanets', 'rouble', 'trades', '33', 'introduce', 'postpone', 'promptly', 'nato', 'policy', 'wrangle', 'offending', 'unofficial', 'top-level', 'delegation', 'protest', 'hennady', 'udovenko', 'overreacting', 'seeing', 'itself', 'westernising', 'strategic', 'aim', 'integration', 'economically', 'oriented', 'though', 'circles', 'push', 'membership', 'associate', 'grouping', 'closer', 'congratulated', 'anniversary', 'promising', 'stabilising', 'factor', 'oldest', 'disappears', '16th-century', 'earliest', 'complete', 'example', 'disappeared', 'archives', 'gazeta', 'shqiptare', 'mass', 'gjon', 'buzuku', 'dating', '1555', 'discovered', '1740', 'seminary', 'published', 'language', 'albanians', 'sons', 'lamented', 'musa', 'hamiti', 'library', 'grateful', 'civilisation', 'inventing', 'photocopies', 'clamp', 'barter', 'keen', 'adopt', 'concerned', 'viewing', 'disguised', 'volkova', 'exported', 'unimported', '1.10', '4.9', '61.5', 'understated', 'decree', 'substantially', 'situation', 'traders', 'obliged', '180', 'fines', 'understating', 'loophole', 'tackling', 'technicalities', 'feature', 'decrees', 'liberalising', '1991-1992', 'impetus', '25-30', 'popped', 'preferred', 'reliable', 'transfer', 'systems', 'various', 'sorts', 'tranfers', 'incompetent', 'experienced', 'ones', 'dmitry', 'solovyov', '+7095', '941', '8520', 'viacom', 'sequel', 'paramount', 'pictures', 'cruise', 'blockbuster', 'release', 'variety', 'big-screen', 'version', 'spy', 'grossed', '175', 'domestically', '338', 'inc-owned', 'forrest', 'gump', 'plot', 'reprise', 'roles', 'co-producer', 'academy', 'award-winning', 'screenwriter', 'goldman', 'write', 'script', 'brian', 'palma', 'crack', 'oscars', 'butch', 'cassidy', 'sundance', 'kid', 'criticised', 'blockbusters', 'singled', 'entertaining', 'movie', 'sit', 'batsman', 'endure', 'frustrating', 'delay', 'resuming', 'quest', 'maiden', 'century', 'heavy', 'rain', 'drizzle', 'improvement', 'weather', 'umpires', 'announce', '1415', '1315', 'event', 'unbeaten', 'spotted', 'strumming', 'dressing-room', 'damp', 'patches', 'outfield', 'raining', '1230', '1130', 'brighter', 'bowled', '1900', '1800', 'practice', 'spa-francorchamps', 'gerhard', 'berger', 'benetton', '53.706', 'seconds', 'coulthard', 'mclaren', '1:54.342', 'jacques', 'villeneuve', '1:54.443', 'mika', 'hakkinen', '1:54.754', 'heinz-harald', 'frentzen', '1:54.984', 'jean', 'alesi', '1:55.101', 'damon', 'hill', '1:55.281', 'schumacher', '1:55.333', 'brundle', '1:55.385', 'rubens', 'barrichello', '1:55.645', '11.', 'herbert', 'sauber', '1:56.318', '12.', 'olivier', 'panis', 'ligier', '1:56.417', '[', 'corrected', '05:30', ']', 'gabriela', 'sabatini', 'asa', 'carlsson', 'katarina', 'studenikova', 'karina', 'habsudova', 'corrects', 'portsmouth', 'tranmere', 'grimsby', 'stirling', 'albion', '298-6', 'harden', '194-0', 'gooch', '105', 'robinson', '255-3', 'hooper', '389', 'penberthy', '4-36', '160-4', 'k.', 'curran', '310', '83', 't.', 'munton', 'illingworth', '4-54', 'lampitt', '4-90', '10-0', '529-8', '181', 'blakey', '109', '162-4', 'fairbrother', 'pollock', 'shaun', 'ankle', 'returns', 'swap', 'counties', 'premature', 'departure', 'unavoidable', '106', 'lb-12', 'nb-10', '7-283', '8-284', '9-295', '29.2-9-83-3', '25-6-95-4', '116', 'lb-1', 'wicket', '229', '1-106', '9-1-49-0', '9-3-28-0', '17-3-42-1', '7-1-38-0', '14-0-71-0', '4-95', 'ravanelli', 'shirt', 'dance', 'middlesbrough', 'italian', 'fabrizio', 'sponsor', 'seen', 'grey-haired', 'forward', 'pulls', 'shirtfront', 'salute', 'spectacle', 'celebrate', 'fun', 'besides', 'chest', 'aggravated', 'foot', 'chelsea', 'forest', 'bryan', 'robson', 'advance', 'aussies', 'reached', 'straight-set', 'victories', 'noteworthy', 'sixth-seeded', 'advanced', 'third-seeded', 'three-hour', 'eliminating', 'americans', 'overcame', '2-6', '12th-ranked', '70th-ranked', 'getting', 'handle', 'pretty', 'easily', '40s', 'things', 'missed', 'felt', '9:30', 'midnight', 'wake', 'routines', 'happier', 'person', '11th-ranked', 'aggressive', 'wind', 'affected', '26-year-old', 'atp', 'haven', '285th', 'hitting', 'ball', 'mental', 'letdowns', 'competing', 'lot', 'shots', 'marvelling', 'exciting', '64-stroke', 'joked', 'mostly', 'rugby', 'mulder', 'japie', 'pretoria', 'durban', 'spasms', 'fitness', 'check', 'springbok', 'teichmann', 'bruised', 'thigh', 'markgraaff', 'means', 'transvaal', 'snyman', 'cap', 'alongside', 'colleague', 'danie', 'schalkwyk', 'wing', 'pieter', 'hendriks', 'speculation', 'line-up', 'shortly', 'denote', 'seedings', 'ong', 'ewe', 'hock', '15-10', '15-5', 'ijaya', '5-4', 'gang', '15-9', 'chanda', 'rubin', '10th-ranked', '20-year-old', 'tendinitis', 'sidelined', 'misfortune', 'lucky', 'assignments', '17th-ranked', 'highest-ranked', 'non-seeded', 'player', 'moved', 'slot', 'notable', 'withdrawal', 'mary', 'pierce', '20th-ranked', 'meredith', 'mcgrath', 'becker', '.571', '.354', '.450', '.578', '.516', '.477', '.465', '47', '.627', '.540', '.406', '.531', '.528', '.425', '.432', 'doubleheader', 'sorrento', 'routs', 'oriole', 'moyer', 'tiring', 'routed', '10-3', '10-2', 'tagged', 'pair', 'devereaux', 'brady', 'anderson', 'walked', 'none', 'struck', 'norm', 'charlton', 'batters', 'seal', 'ken', 'griffey', 'jr', 'edgar', 'stroked', 'back-to-back', 'rocky', 'coppinger', 'jay', 'buhner', '7-0', 'advantage', 'fielder', 'touched', 'slams', 'wild-card', 'heading', 'pitches', 'dwell', 'troy', \"o'leary\", 'foul', 'pole', 'roger', 'clemens', '7-11', 'shutout', 'pinch-hitter', 'matt', 'stairs', 'tripled', 'tinsley', 'steinbach', 'dunked', 'broken-bat', '28-inning', 'longest', 'majors', 'pitched', 'reliever', 'acre', '0-1', 'garret', 'disarcina', 'apiece', 'edmonds', 'highlighted', 'six-run', 'coasted', '12-3', 'battered', 'rogers', 'outscored', '21-1', 'finley', '12-12', 'four-game', 'travis', 'fryman', 'doubled', 'go-ahead', 'melvin', 'nieves', 'damion', 'easley', 'claimed', 'handing', 'halted', 'seven-game', 'thompson', 'belcher', '12-8', 'en', 'route', 'red-hot', 'contests', '14-7', 'yielded', 'covering', 'erik', 'hanson', 'outdueled', 'fernandez', 'jacob', 'brumfield', 'otis', 'blanked', 'shortened', '11-15', 'lisbon', 'luis', 'predrosa', 'cruised', '3-1', 'sc', 'espinho', 'drilled', 'right-foot', 'nail', 'besirovic', '35th', 'restored', 'vidigal', '38th', 'mustapha', 'hadji', '57th', 'reigning', 'porto', 'benfica', 'portuguese', 'pauli', 'fightback', 'tipped', 'candidates', 'relegation', 'produced', 'second-half', '4-4', 'bundesliga', 'schalke', 'raced', 'trulsen', 'two-goal', 'cushion', 'afterwards', 'springer', '64th', 'thanks', 'sabotzik', 'hansa', 'rostock', 'karsten', 'baeron', 'dazzling', 'build-up', 'in-form', 'harald', 'spoerl', 'salah', 'hissou', 'clocked', '38.08', '26:43.53', 'haile', 'gebreselassie', 'hengelo', 'summaries', 'min', '18,500', 'driller', 'sobotzik', 'thon', '34th', 'wilmots', '1-3', '19,775', 'nancy', 'germain', '15,000', 'masterkova', 'warner', 'svetlana', 'smashed', 'bettered', 'mile', 'zurich', '28.98', 'ate', 'swift', 'lap', 'shave', '0.36', '2:29.34', 'mozambique', 'mutola', 'stadium', 'pushed', 'finishing', '2:29.66', 'bonus', 'historic', 'capacity', 'dominated', 'middle-distance', 'races', 'three-year', 'maternity', 'richest', 'slashed', '3.05', '12.56', 'plus', 'kilo', '100,000', 'fortnight', 'laid', 'comparable', 'surface', 'softer', 'enjoyed', 'gear', 'strides', 'pointing', 'clock', 'delight', 'crossed', 'evolution', 'tabulated', '2:30.67', 'wachtel', '17.8.90', '25.8.95', '2:28.98', '23.8.96', '28.99', 'adjusted', '128', '129', '130', '131', '132', 'borrego', '133', 'willison', 'ames', 'trinidad', 'tobago', '134', 'coles', 'chapman', 'cea', '135', 'mason', 'barry', 'lane', 'webster', 'mitchell', 'upstages', 'trio', 'dennis', 'upstaged', 'present', 'storming', 'customary', 'bright', 'outfit', '10.03', 'scalp', 'donovan', 'bailey', 'linford', 'christie', '1988', 'lucrative', 'blocks', 'burst', 'celebration', '10.09', '10.10', 'bronze', 'medallist', 'ato', 'boldon', '10.12', '10.14', 'limp', 'hurdles', 'allen', 'defied', 'brilliant', '12.92', '0.01', 'colin', 'jackson', 'fastest', 'hurdler', 'seemed', 'relish', 'dominating', 'finish', 'faster', 'speed', '13.24', 'pelting', 'hurdlers', 'stepped', 'ludmila', 'engquist', 'crashed', 'hurdle', 'footing', '12.60', 'silver', 'brigita', 'bukovec', '12.95', 'jamaican', 'michelle', 'freeman', '12.77', 'cuban', 'aliuska', 'lopez', 'jackpot', 'one-kg', 'clinch', 'golden', 'penultimate', 'adkins', 'alive', '47.93', 'gail', 'devers', '10.84', '0.10', 'merlene', 'ottey', 'medal', 'photo', 'settle', '11.04', 'gwen', 'torrence', '11.00', 'costly', 'discus', 'ilke', 'wyludda', '66.60', 'ellina', '65.66', 'franka', 'dietzsch', '61.74', 'natalya', 'sadova', '61.64', 'mette', 'bergmann', '61.44', 'nicoleta', 'grasu', '61.36', 'olga', 'chernyavskaya', '60.46', 'irina', 'yatchenko', '58.92', 'jamaica', 'cuba', '12.85', 'dionne', '12.88', 'yulia', 'graudin', '12.96', 'julie', 'baumann', '13.36', 'girard-leno', 'dawn', 'bowles', '13.53', 'emilio', 'valle', '13.33', 'pieters', '13.37', '13.38', 'asselman', '13.64', 'hubert', 'grossard', '13.65', \"n'senga\", '13.66', 'johan', 'lisabeth', '13.75', 'roberta', 'brunet', '48.96', 'fernanda', 'ribeiro', '14:49.81', 'sally', 'barsosio', 'kenya', '14:58.29', 'paula', 'radcliffe', '14:59.70', 'julia', 'vaquero', '15:04.94', 'catherine', 'mckiernan', '15:07.57', 'annette', 'peters', '15:07.85', 'pauline', 'konga', '15:11.40', 'davidson', 'ezinwa', 'nigeria', '10.15', 'jon', '10.16', 'bruny', 'surin', '10.30', 'samuel', 'matete', 'zambia', '47.99', 'rohan', '48.86', 'torrance', 'zellner', '49.06', 'jean-paul', 'bruwier', '49.24', 'dusan', 'kovacs', '49.31', 'calvin', '49.49', 'laurent', 'ottoz', '49.61', 'dollendorf', '50.36', 'onyali', '11.09', 'chryste', 'gaines', '11.18', 'zhanna', 'pintusevich', '11.27', 'privalova', '11.28', 'natalia', 'voronova', 'juliet', 'cuthbert', '11.31', 'regina', '01.77', 'djate', '4:02.26', 'carla', 'sacramento', '4:02.67', 'yekaterina', 'podkopayeva', '4:04.78', 'margret', 'crowley', '4:05.00', 'leah', 'pells', '4:05.64', 'sarah', 'thorsett', '4:06.80', 'sinead', 'delahunty', '4:07.27', 'steeplechase', 'joseph', 'keter', '10.02', 'sang', '8:12.04', 'moses', 'kiptanui', '8:12.65', 'gideon', 'chirchir', '8:15.69', 'kosgei', '8:16.80', 'larbi', 'khattabi', '8:17.29', 'eliud', 'barngetuny', '8:17.66', 'barmasai', '8:17.94', '44.29', 'mills', '44.78', 'anthuan', 'maybank', '44.92', 'kamoga', 'uganda', '44.96', 'baulch', '45.08', 'bada', '45.21', 'samson', 'kitur', '45.34', 'richardson', '45.67', 'rouser', '46.11', 'frankie', 'fredericks', 'namibia', '19.92', '19.99', '20.21', '20.42', 'stevens', '20.43', 'garcia', '20.45', 'eric', 'wymeersch', '20.84', 'lamont', '21.08', 'malgorzata', 'rydz', '2:39.00', 'anja', 'smolders', '2:43.06', 'veerle', 'jaeghere', '2:43.18', 'eleonora', 'berlanda', '2:43.44', 'anneke', 'matthijs', '2:43.82', 'jacqueline', '2:44.22', '22.42', 'inger', '22.66', '22.68', '22.73', 'trandenkova', '22.84', 'chandra', 'sturrup', '22.85', 'zundra', 'feagin', '23.18', 'galina', 'malchugina', '23.25', 'cathy', '49.48', 'marie-jose', 'perec', '49.72', 'falilat', 'ogunkoya', '49.97', '50.14', 'fatima', 'yussuf', 'maicel', 'malone', '50.51', 'hana', 'benesova', '51.71', 'ann', 'mercken', '53.55', 'komen', '25.87', 'khalid', 'boulami', '7:31.65', 'bob', '7:31.69', 'hassane', 'lahssini', '7:32.44', 'nyariki', '7:35.56', 'noureddine', 'morceli', '7:36.81', 'fita', 'bayesa', '7:38.09', 'keino', '7:38.88', 'lars', 'riedel', '66.74', '66.72', 'dubrovshchik', '64.02', 'virgilius', 'alekna', '63.62', 'juergen', 'schult', '63.48', 'vassiliy', 'kaptyukh', '61.80', 'vaclavas', 'kidikas', '60.92', 'mollenbeck', '59.24', 'triple', 'jump', 'edwards', '17.50', 'yoelvis', 'quesada', '17.29', 'wellman', 'bermuda', '17.05', 'harrison', '16.97', 'markov', '16.66', 'francis', 'agyepong', '16.63', 'rogel', 'nachum', '16.36', 'sigurd', 'njerve', '16.35', 'guerrouj', '29.05', 'isaac', 'viciosa', '3:33.00', 'tanui', '3:33.36', 'elijah', '3:33.64', \"o'sullivan\", '3:33.77', 'mayock', '3:33.94', 'laban', 'rotich', '3:34.12', 'impens', '3:34.13', 'stefka', 'kostadinova', '2.03', 'inga', 'babakova', 'alina', 'astafei', '1.97', 'motkova', '1.94', 'zalevskaya', 'kazakhstan', '1.91', 'yelena', 'gulyayeva', '1.88', 'hanna', 'haugland', 'boshova', '1.85', 'nele', 'zilinskiene', 'tergat', '26:54.41', 'koech', '26:56.78', 'kiptum', '27:18.84', 'aloys', 'nizigama', 'burundi', '27:25.13', 'mathias', 'ntawulikura', 'rwanda', '27:25.48', 'abel', 'anton', '28:18.44', 'kamiel', 'maase', '28.29.42', 'worku', 'bekila', '28.42.23', 'stefko', '28:42.26', '18-man', 'paulo', 'sousa', 'juventus', 'member', 'oliveira', 'coaches', 'vitor', 'baia', 'rui', 'correia', 'paulinho', 'santos', 'helder', 'cristovao', 'secretario', 'dimas', 'teixeira', 'couto', 'barroso', 'figo', 'barros', 'oceano', 'cruz', 'ricardo', 'pinto', 'forwards', 'domingos', 'joao', 'vieira', 'cadete', 'folha', 'vogts', 'keeps', 'faith', 'berti', 'entire', 'friendly', 'zabrze', 'nominated', 'veterans', 'jens', 'todt', 'dispensation', 'libero', 'matthias', 'sammer', 'steffen', 'freund', 'defender', 'rene', 'schneider', 'formally', \"'ll\", 'themselves', 'oliver', 'kahn', 'koepke', 'reck', 'markus', 'babbel', 'helmer', 'kohler', 'mario', 'basler', 'bode', 'dieter', 'eilts', 'haessler', 'moeller', 'mehmet', 'scholl', 'strunz', 'ziege', 'bierhoff', 'fredi', 'bobic', 'klinsmann', 'kuntz', 'draws', 'olympiakos', 'pao', 'x-aek', 'x-olympiakos', 'x-pao', 'legia', 'warsaw', 'x', 'indicates', 'competitions', 'lyngby', 'x-club', 'brugge', 'casino', 'graz', 'ekeren', 'besiktas', 'molenbeek', 'alania', 'vladikavkaz', 'x-anderlecht', 'x-cercle', 'healed', 'lankans', 'acrimonious', 'guilty', 'tampering', 'off-spinner', 'muttiah', 'muralitharan', 'throwing', 'controversial', 'three-test', 'proper', 'arjuna', 'ranatunga', 'eve', 'warmup', 'xi', 'cam', 'battersby', 'excellent', 'batterby', 'lankan', 'wicketkeeper', 'healy', 'angola', 'luanda', 'angolan', 'jornal', 'proposing', 'definite', 'unita', 'generals', 'formation', 'unity', 'reconciliation', 'circulation', 'peoples', 'guaranteed', 'installed', 'deputies', 'occupy', 'delays', 'occupation', 'demilitarised', 'substituted', 'so-called', 'dos', 'proposes', 'definitive', 'timetable', 'tasks', 'obligations', 'lusaka', 'sending', 'supervise', 'execution', 's.african', 'consensus', 'day--company----period--consensus----range-------pvs', 'mon', 'gencor', '93.12', '92.0-94.5', '73.8', '25.75', '25.0-27.0', '20.0', 'primedia', 'n', '149.1', '123.2', 'distillers', '71.8', '49.0', 'tue', 'iscor', '29.7', '26.0-32.0', '38.0', '15.0', '14.5-16.5', '16.5', 'mccarthy', '125.3', '112.0-149.0', '93.2', '36.8', '32.0-43.0', '28.0', 'wed', 'imphold', '172.7', '170.4-175.0', '115.1', '67.5', '66.6-68.4', '45.0', 'thu', 'm&r', '113.0', '112.1-113.4', '126.0', '31.7', '10.5-42.3', '47.0', 'jd', '143.7', '138.0-149.0', '111.2', '41.8', '41.0-42.5', '33.0', 'oooooo', '+27', '482', '1003', 'ulster', 'petroleums', 'falls', 'calgary', 'shr', '0.04', '0.08', '1,196', '2,232', '0.39', '0.41', 'revs', '20,167', '18,623', '0.12', '0.15', '3,674', '4,271', '0.86', '0.81', '41,752', '35,711', '000s', '416', '941-8100', 'jeopardize', 'trip-canada', 'ottawa', 'restrictions', 'axworthy', 'circumstances', 'discuss', 'mid-tier', 'golds', 'fever', 'handful', 'toronto-based', 'tvx', '0.30', '11.55', '780,000', 'kinross', '0.25', '720,000', 'scorpion', 'minerals', 'junior', 'exploration', 'properties', '0.50', '120,000', 'changing', 'hands', 'eyebrows', 'aware', 'developments', 'formed', 'unitog', 'upgraded', 'barrington', 'associates', 'near-term', 'buffett', 'stake', 'omaha', 'billionaire', 'warren', 'trust', '8.0', '6.7', 'filing', 'securities', 'exchnage', '62,900', 'boston-based', 'estate', 'ranging', '7.65', 'holding', '725,900', 'purchased', '6.2', 'well-known', 'investor', 'berkshire', 'hathaway', 'holds', 'investments', 'large', 'reach', 'miami', 'allow', 'amr', 'airlines', 'operate', 'round-trip', 'transportation', 'shift', 'designate', 'all-cargo', 'permitted', 'category', 'conditional', 'routes', '2-1/2', 'resolved', 'arose', 'colombians', 'propose', 'avianca', 'clean', 'tanker', 'fixtures', 'enquiries', '1754', 'mideast', 'konpolis', '1/9', 'w112.5', 'kpc', 'tbn', '6/9', 'w.c.', 'w200', 'e.c.india', 'w195', 'ioc', 'asia', 'petrobulk', 'rainbow', '24/8', 'okinawa', 'inchon', '190,000', 'honam', 'med', '15/9', 'constanza', 'inia', '700,000', 'cont', '36,5', '3/9', 'pembroke', 'w145', 'stentex', 'hemisphere', 'kpaitan', 'stankov', '31/8', 'croix', 'usac', 'w125', 'hess', 'ap', 'moller', 'caribs', '875,000', 'tiber', '2/9', 'options', 'w265', 'stinnes', '------------------------------------------------------------', 'tenacity', '24/08', 'samsung', 'sks', 'tana', '03/09', 'cnr', 'northsea', 'chaser', '12/09', 'w167.5', 'jomo', 'sibonina', '13/09', 'w160', 'marubeni', 'neptune', 'crux', '02/09', 'singapore', '185,000', 'sietco', 'rnr', 'fulmar', '28/08', 'yosu', '105,000', 'lg', 'caltex', 'hemina', '05/09', 'eleusis', 'ukcm', 'w155', '8980', '229-1', 'sacks', 'golfer', 'sacked', 'harmon', 'ways', 'long-time', 'mentor', 'drawing', 'blank', 'tournaments', 'blonde', 'adrift', 'tanaki', 'worst', 'circuit', 'application', 'strange', 'keyed', 'your', 'perform', 'ori', 'taibe', 'fields', 'arabs', '1961', 'loyal', '28,000', 'unfriendly', 'crowds', 'taunt', 'thing', 'promoted', 'betar', 'supporter', 'karem', 'haj', 'yihye', 'coached', 'wojtek', 'lazarek', 'closely', 'chants', 'bottle-throwing', 'marred', 'goalless', 'treatment', 'stone', 'driving', 'hearing', 'taunts', 'sameh', 'resident', 'hebrew', 'words', 'nobody', 'vehemently', 'dusty', 'lacks', 'amenities', 'communities', 'discrimination', 'parks', 'empty', 'load', 'tel', 'aviv', 'ramshackle', '2,500-seat', 'accessible', 'dirt', 'tracks', '10,000-seat', 'situated', 'elsewhere', 'rahman', 'mayor', 'hopefully', 'refurbished', 'meantime', 'policed', 'coastal', 'netanya', 'israelis', 'waiter', 'represents', 'phelan', 'withdrawn', 'liechenstein', 'f.a.i.', 'liverpool', 'replacements', 'damien', 'lynch', '+353', '6603377', 'pitted', 'hopefuls', 'runners-up', 'rapid', 'fenerbahce', 'turin', 'trafford', '1990s', 'consistently', 'crashing', 'barcelona', 'trophy', 'triumph', '1968', 'wembley', 'conquering', 'ill-fated', '1985', 'heysel', 'robbery', 'suspects', 'lagos', 'sokoto', 'nan', 'umar', 'stealing', '800,000', 'naira', 'merchant', 'rwandan', 'expulsion', 'imminent', 'nairobi', 'repatriation', '1.1', 'hutu', 'zaire', 'lobby', 'innocent', 'butare', 'democracy', 'rdr', 'hutus', 'appealed', 'deter', 'termed', 'inhuman', 'orthodox', 'blown', 'zagreb', 'saboteurs', 'serb', 'damaged', 'hina', 'karin', 'gornji', 'zadar', 'destroyed', 'casualties', 'find', 'perpetrators', 'hinterland', 'serbs', 'yugoslav', 'self-styled', 'krajina', 'proclaimed', 'minority', 'recaptured', '200,000', 'vacant', 'depopulated', '27.53', '27.25', '27,535.5', 'reserves', '13,256.5', '12,855.7', '14,278.9', '9,510.9', '10,056.4', 'tighten', 'crime', 'organised', 'pap', 'zbigniew', 'siemiatkowski', 'schmidbauer', 'co-ordinator', 'helmut', 'kohl', 'chancellery', 'sealed', 'links', 'ryszard', 'hincza', 'mafia-style', 'smuggling', 'radioactive', 'materials', 'chechens', 'observing', 'fighters', 'soldiers', 'effective', 'gunfire', 'echoed', 'withdraw', 'rebel-dominated', 'mountains', 'relatively', 'shabazov', 'bearded', 'wearing', 't-shirt', 'camoflage', 'trousers', 'rocked', 'courtyard', 't-72', 'tank', 'roared', 'swept', 'checkpoints', 'roads', 'soldier', 'goncharova', 'dark', 'hair', 'poking', 'peaked', 'camouflage', 'overhead', 'flares', 'patrols', 'sceptical', 'try', 'cis', 'closures', 'independent', 'granic', 'croatia-yugoslavia', 'poised', 'landmark', 'normalisation', 'paving', 'stabilisation', 'balkans', 'mate', 'aboard', 'jet', 'counterparts', '1000', 'endorsed', 'normalising', 'tanjug', 'assessed', 'crucial', 'resolving', 'ensuring', 'restoration', 'last-minute', 'print', 'internationally', 'recognised', 'borders', 'diplomats', 'secession', 'powers', 'regard', 'twin', 'pillars', 'multinational', 'lasting', 'quito', 'abdala', 'bucaram', 'lunches', 'presidential', 'different', 'blacks', 'mixed-bloods', 'exclusively', 'potentates', 'ambassadors', 'protocol', 'mixed-race', 'peasant', 'sectors', 'elected', 'populist', 'platform', 'cultures', 'andean', 'nation', 'indigenous', 'hovercrafts', 'amazon', 'brasilia', 'plying', 'waters', 'bid', 'difficulties', 'vast', 'waterway', 'russian-built', 'capable', 'tons', 'ferrying', 'huge', 'river', 'belem', 'riverways', 'high-speed', 'hovercraft', 'hk', 'tsang', 'donald', 'suharto', \"mar'ie\", 'muhammad', 'ali', 'alatas', 'tungky', 'ariwibowo', 'bolger', 'don', 'mckinnon', 'birch', 'expels', 'bread', 'riots', 'rana', 'sabbagh', 'passed', 'peacefully', 'demonstrations', 'adel', 'ibrahim', 'attache', 'duties', 'incompatible', 'norms', 'implying', 'spying', 'notified', 'explusion', 'assistant', 'khalaf', 'expelled', 'king', 'defections', 'retaliated', 'expelling', 'jordanian', 'secure', 'pro-baghdad', 'karak', 'flared', 'hundred', 'lingered', 'omari', 'mosque', 'shouting', 'disperse', 'abstain', 'forming', 'enforced', 'loose', 'curfew', 'loudspeakers', 'allahu', 'akbar', 'islamist', 'kafawin', 'pulpit', 'detainees', 'houses', 'cancelling', 'armoured', 'streets', 'traditional', 'bastion', 'communist', 'ideology', 'baath', 'socialism', '1950s', 'guarded', 'entrances', 'hill-top', 'famed', 'crusader', 'castle', 'crowded', 'smaller', 'quietly', 'riot', '80-seat', 'involvement', 'policies', 'hardship', 'rioting', 'derision', 'blame', 'protests', 'hardships', 'kurd', 'ankara', 'anatolian', 'state-paid', 'pkk', 'sirnak', 'hakkari', '12-year-old', 'autonomy', 'southeastern', 'planted', 'exploded', 'fights', 'diyarbakir', 'u.s.-mediated', 'glyn', 'davies', 'contacts', 'barzani', 'jalal', 'talabani', 'implementation', 'pelletreau', 'solidify', 'cease-fire', 'pursue', 'repelled', 'wounding', 'capturing', 'opposing', 'unite', 'mountainous', 'slumber', 'chesapeake', 'knife-wielding', 'neighbour', 'apparently', 'intent', 'sexual', 'invaded', 'teenage', 'a.m.', 'edt', 'teenaged', 'girls', 'camelot', 'subdivision', 'virginia', 'entered', 'wielding', 'knife', 'sexually', 'detective', 'curtis', 'ii', 'adults', 'sketchy', 'teenagers', 'reportedly', 'downstairs', 'watching', 'allegedly', 'teenager', 'sleeping', 'upstairs', 'commotion', 'confronted', 'stabbed', 'once', 'assailant', 'fatally', 'molested', 'life-threatening', 'identified', 'harper', 'glickman', 'usda', 'monitoring', 'aflatoxin', 'dan', 'corn', 'usda-sponsored', 'perennial', 'problematic', 'vomitoxin', 'purchase', 'wheat', 'republican', 'weld', 'senate', 'franny', 'incumbent', 'sen', 'kerry', 'vote', 'wbur-fm', 'facing', 'cambridge', 'friend', 'tracy', 'roosevelt', 'politics', 'great-granddaughter', 'franklin', 'roosevelts', 'friends', 'susan', 'descendant', 'theodore', 'lufthansa', '1.7', 'in-house', 'lufthanseat', 'freight-tonne', 'kilometres', '2,389', '1,600', 'freight', '67.0', 'transport', 'dm', '820', 'flight-related', '125', 'wsc-india', 'summary-', 'showers', '0.25-1.30', 'inch', '6-33', 'mm', 'locally', 'coverage', 'isolated', '0.20-0.70', '5-18', '82-96f', '28-36c', 'crop', 'impact-', 'forecast-', '0.25-1.00', '6-25', '0.75', 'tonight', 'variable', 'clouds', 'cloudy', '68-76f', '20-24c', 'thunderstorms', 'temperatures', 'corporation', 'curb', 'tamil', 'stamp', 'soil', 'directed', 'sympathised', 'predicament', 'prevailing', 'framework', 'perpetrate', 'coordinator', 'counter', 'terrorism', 'wilcox', '13-year', 'extorted', 'expatriate', 'liberation', 'eelam', 'leaves', 'week-long', 'kathmandu', 'birendra', 'ascending', 'throne', '1972', 'constitutional', 'monarch', 'jiang', 'zemin', 'peng', 'prakash', 'lohani', 'himalayan', 'sandwiched', 'traditionally', 'giant', 'neighbours', 'distance', '50-year', 'queen', 'aishwarya', 'tibetan', 'lhasa', 'chongqing', 'servant', 'nepali', 'bound', 'employer', 'madhusudan', 'munakarmi', 'informed', 'plight', '12-year', 'dhiraj', 'k.c.', 'locks', 'concealed', 'dheeraj', 'employed', 'limping', 'steal', 'belongings', 'vols', 'regrouping', 'implied', 'volatility', 'stabilise', 'falling', 'german-led', 'euromark', 'trader', '14.00', '16.75', '19.50', '21.25', 'welter', '18.50', '20.00', '22.00', '23.5', '1347', '96.78', 'sell-off', 'overdone', 'floors', 'size', 'bundesbank', 'repo', '3.00', '3.30', 'longer-dated', 'short-dated', 'vol', 'historically', 'vol.', 'reassess', 'otc', 'specialist', 'coughlan', 'over-the-counter', '10-year', 'bunds', 'makers', 'high-yielding', 'downside', 'upside', 'potential', 'recommend', 'strangles', 'particular', 'vulnerable', 'fronts', 'enhance', 'yield', 'nisbet', 'bonds', '6320', 'sachs', 'warrants', 'continental', 'wertpapier', 'american-style', 'warrant', 'controls', '25.00', 'dem', 'premium', '2.42', 'gearing', '10.29', '02.sep.96-21.nov.97', 'paydate', '30.aug.96', 'ddf', 'fft', 'stg', 'exer', '24.90', 'challenge', 'diana', 'photographer', 'branded', 'stalker', 'princess', 'approaching', 'stenning', '12-week', 'contest', 'injunction', 'obtained', 'affidavit', 'affadavit', 'benedict', 'birnberg', 'everything', 'ice', 'brick', 'driver', 'motorcycle', 'dispatch', 'rider', 'convictions', 'magistrates', 'compensation', '182', '282', 'freelance', 'divorce', 'heir-to-the-throne', 'prince', 'charles', 'persistently', 'trailing', 'chasing', 'remove', 'camera', 'scapegoat', 'photographers', 'mr.', 'shook', 'dohuk', 'tentative', '...for', 'sake', 'asking', 'riza', 'altun', 'accompany', 'frequent', 'cross-border', 'drives', 'writer', 'nacar', 'wider', 'effort', 'necmettin', 'erbakan', 'encouraged', 'uses', 'solidere', 'privately-operated', 'secondary', 'bsm', 'distributed', 'rebuilding', '104.625', '650-million', 'subscription', '106.5', '106.375', '8,049', '8,757', '850,968', '918,288', '1,185', 'ciments', 'libanais', '1.1875', '2,036', 'listed', 'blancs', 'eternit', 'uniceramic', 'blom', 'covers', '903.09', 'lispi', '0.02', '81.58', 'editorial', '961', '864148', '353078', '861723', 'zenith', 'lands', 'plant', 'nadeau', 'consortium', 'walt', 'disney', 'digital', 'televison', 'set-top', 'boxes', 'entertainment', 'struggled', 'luehrs', 'glenview', 'ill.-based', 'networks', 'anytime', 'somebody', 'gets', 'soared', '5.50', '16.875', 'americast', 'develop', 'generation', 'addition', 'partners', 'phone', 'ameritech', 'corp.', 'bellsouth', 'gte', 'sbc', 'communications', 'telecommunications', 'join', 'cable', 'woodridge', 'ill', 'tubes', '32-', '35-inch', 'screen', 'buys', 'competitors', 'jobs', 'roll', 'build-to-order', 'convert', 'chihuahua', 'analogue', 'manufacture', 'profitable', 'subscribers', 'technology', 'retail', 'electronics', 'devices', 'dividends', 'plagued', 'colour', 'reporting', 'full-year', '33.2', '45.3', '97', 'korea-based', 'gutenstein', 'kalf', 'voorhis', 'unique', 'happy', 'natural', 'meditate', 'hundreds', 'yogic', 'fliers', 'defy', 'nature', 'levitating', 'comes', 'minor', 'candidate', 'transcendental', 'meditation', 'tm', 'physicist', 'hagelin', 'nov.', 'running', 'claiming', 'ward', 'techniques', 'stress', 'automatically', 'decrease', 'practitioners', 'involves', 'meditating', 'repeated', 'word', 'phrase', 'mantra', 'followers', 'contend', 'mediate', 'demonstration', 'bouncing', 'sitting', 'windows', 'fail', 'wolk', 'massively', 'publicized', 'introduction', 'microsoft', 'computer', 'fallen', 'fastest-selling', 'unprecedented', 'hype', 'aug.', 'launch', 'greet', 'lines', 'customers', 'redmond', 'wash.-based', 'tens', 'dollars', 'promoting', 'stunts', 'lighting', 'building', 'color', 'scheme', 'rob', 'enderle', 'giga', 'hardware', 'spike', 'materialized', 'expecting', 'coat-tails', 'somewhat', 'winkler', 'gartner', 'impact', 'earth-shattering', 'symantec', 'posting', 'projections', 'touchstone', '1.3', 'lawsuit', 'tied', 'developers', 'suffer', 'shelves', 'jammed', 'blue-and-white', 'resulting', 'shortage', 'space', 'seasonal', 'stephens', 'pc', 'accompanying', 'upgrade', '8.67', 'cemented', 'dominant', 'executives', 'thrilled', 'sometime', 'surpass', 'older', 'computers', 'handling', 'technical', 'frustrated', 'install', 'corporate', 'adopted', 'go-slow', 'high-end', 'nt', 'downplayed', '4.0', 'proportion', 'users', 'mistake', 'thinking', 'sweeping', 'slow', 'migration', 'pacts', 'repatriate', 'intercepted', 'migrants', 'illegally', 'jeopardising', 'cubans', 'guantanamo', 'naval', 'enforcement', 'alien', 'hijackings', 'remind', 'everyone', 'abiding', 'avoiding', 'havana', 'centred', 'boatload', 'emigrants', 'capsized', 'sixteen', 'bay', 'emigrated', 'hijacking', 'hijackers', 'hijacked', 'commercial', 'aylum', 'wis', 'apply', 'welfare', 'pioneering', 'image', 'wisconsin', 'submit', 'administrative', 'tommy', 'submitted', 'reform', 'curve', 'dubbed', 'w-2', 'waivers', 'acquire', '60-day', 'residency', 'requirement', 'participation', 'collections', 'directly', 'custodial', 'eligibility', 'karen', 'pierog', '312-408-8647', 'snoozing', 'vietnamese', 'train', 'alaska', 'anchorage', 'snooze', 'boxcar', 'locked', 'whittier', 'tuan', 'quac', 'phan', 'dehydrated', 'famished', 'terrified', 'barge', 'sgt', 'jewell', 'cooperative', 'uniform', 'accidental', 'searching', 'fishing', 'sleep', 'coupled', 'transporting', 'lumber', 'sound', 'fed', 'soup', 'breakfast', 'agents', 'arkansas', 'fires', 'barnes', 'rock', 'ark', 'sifted', 'rubble', 'predominantly', 'churches', 'burned', 'mississippi', 'delta', 'kms', 'located', 'investigating', 'idea', 'arson', 'conclusively', 'established', 'f.b.i.', 'alcohol', 'firearms', 'scene', 'zion', 'baptist', 'st.', 'matthews', 'frame', 'structures', 'turner', 'surrounded', 'cotton', 'soybean', 'rural', 'surprised', 'fannie', 'matthew', 'connected', 'shared', 'suspicion', 'motive', 'spite', 'rev.', 'jerome', 'pastor', 'spared', 'wave', 'worship', 'camden', 'oak', 'initiated', 'everen', '0.13', '0.40', '0.43', 'simulated', 'models', 'discount', 'averages', 'short-term', 'objective', '1/16', '3-11/16', 'sungard', 'checkfree', 'mateo', 'calif.', 'shareholder', 'finalized', 'o', '212', '859-1610', 'alpha', 'techs', 'lockhart', 'technologies', '280,556', 'post-closing', 'adjustments', 'designer', 'sophisticated', 'thermal', 'ptt', 'telecoms', 'koninklijke', 'nederland', 'nv', 'marginally', 'scant', 'adjust', '1.209', 'breadth', '1.210-1.236', '1.210', 'largely', 'view', 'overwhelmingly', 'surprising', 'ing', 'steven', 'vrolijk', 'continuing', 'performer', 'sticking', '2.45', 'guilder', '2.26', '1403', '1.70', '61.00', 'weaker', 'bourse', 'keiron', 'henderson', 'boskalis', 'upgrades', '13:12', 'papendrecht', 'dredging', 'westminster', 'utilisation', 'dredger', 'uncertain', '70.9', 'prospects', 'first-half', '27.5', '41.4', 'dissolves', 'costis', 'stephnopoulos', 'ordering', 'dissolution', '300-seat', 'stephanopoulos', 'poll', 'citing', 'convergence', 'originally', 'libyan', 'amer', 'hishem', 'mohammed', 'pool', 'sliema', 'stab', 'wounds', 'grech', 'fervant', 'investigations', 'bahn', 'h1', 'pre-tax', '17.5', '188', '14,600', '3.3', 'state-owned', 'earmarked', 'eventual', 'privatisatio', 'fat8222', 'long-distance', 'traffic', '2,500', '6.4', 'commuter', '5,400', '4.6', '3,200', '5.1', 'workforce', '300,962', '3.7', 'oct', 'compare', 'compares', '+49', '756525', 'lion', 'paparazzi', 'tabs', 'whales', 'marine', 'biologists', 'lions', 'tag', 'photograph', 'elusive', 'depths', 'scientist', 'harvey', 'jennifer', 'hurley', 'moss', 'laboratories', 'companions', 'species', 'whale', 'diver', 'knows', '17-year-old', 'beaver', 'nine-year-old', 'undergone', 'amusement', 'accurately', 'transmitter', 'swim', 'mammals', 'filming', 'video', 'assignment', 'documenting', 'humpback', 'monterey', 'article', 'spell', 'exactly', 'taught', 'stick', 'plastic', 'model', 'using', 'suction', 'cups', 'jeopardises', 'howard', 'jeopardised', 'upper', 'scrutinise', 'hacks', 'hack', 'environment', 'function', 'warned', 'fiscally-tight', 'hampered', 'contained', 'sharp', 'spending', '5.6', 'partially', 'telstra', 'greens', 'labor', 'toyota', 'melbourne', '2,000', 'striking', 'voted', 'two-week', 'stoppage', 'niugini', 'surge', 'miner', 'surged', '38', '3.75', 'confirmation', 'mountain', 'considering', 'acquiring', '49.6', 'minorities', 'broker', 'copper', 'papua', '17.2', 'lihir', 'project', '0025', '3.65', '108,288', '9373', 'students', 'throw', 'irreplaceable', 'rocks', 'yonsei', 'samples', 'geology', 'collect', 'prefessors', 'collection', 'gathered', 'panes', 'desks', 'forever', 'professor', 'staged', 'violent', 'nine-day', 'unification', 'campus', 'unwinding', 'unwound', 'belief', 'strengthen', '818.10', '819.10', '817.60', '819.30', 'overbought', 'insistent', 'intervention', 'convinced', 'supporting', 'orii', '96/97', '8.70', 'prft', '371', 'nil', '447', '48.61', 'automation', '95/96', '9.33', '286', '48', '350', '38.11', 'diluted', 'lynne', \"o'donnell\", 'shanghai', 'bonded', 'warehouses', 'confounding', 'fate', 'belongs', 'yingkou', 'stockpile', 'stored', 'guessing', 'metal', 'channelled', 'nonferrous', 'metals', 'cniec', 'indication', 'administered', 'value-added', 'prohibitively', 'otherwise', 'spend', 'moving', 'mystery', 'unsure', 'exact', 'cost-effective', 'depleted', 'purpose', 'backwardation', 'lme', 'occurs', 'lent', '85,000', 'behalf', '115,000', '2,700', 'tonne', 'somewhere', '2,200', 'storage', 'secret', 'unnerved', 'jittery', 'bloomsbury', 'economics', 'bme', 'motivation', 'owners', 'fundamental', 'rumours', 'sumitomo', 'helping', 'unload', '1.8', 'decade', 'arrangement', 'unaware', 'arrivals', 'irrelevant', 'commodities', 'desire', '2843-6470', 'companion', 'marble', 'posts', 'h.k.', '14.0', 'exceptional', '56.06', '531.52', 'holdings', 'payable', 'granite', 'distributor', 'spinoff', 'construction', '2843', '6368', 'softbank', 'procure', 'forex', 'acquisition', 'kingston', 'transactions', 'maker', 'memory', 'boards', 'acquisitions', 'telecomm', 'half-year', 'yuan', '115.259', '123.157', '20.318', '22.828', 'asset', '3.02', 'comparative', '0.14', 'unaudited', 'promodes', 'decide', 'spar', 'les', 'echos', 'rothschild', 'cie', 'intermediary', 'unlisted', 'retailers', 'metro', 'rewe', 'lidl', 'discussions', 'promo', 'hypermarket', 'continent', 'superstores', 'generated', '4.7', 'outline', 'specia', 'dia', 'aldi', '4221', '5452', 'highlights', 'lender', 'permanent', 'stalemate', 'claim', 'owed', 'taylor', 'trawler', 'corps', 'cat', 'mouse', 'enterprise', 'employment', 'widened', 'managers', 'ivernia', 'minorco', 'zinc', 'lisheen', 'tipperary', 'crh', 'refused', 'stering', 'tilcon', 'societies', 'antrim', 'protestant', 'driven', 'loyalist', 'paramilitaries', 'yesterday', 'defiance', 'hanging', 'dunnes', 'bankers', 'merrill', 'transferring', 'plastics', 'incineration', 'suitable', 'recycling', 'jv', '1996-08-24', 'truck', 'post-tax', 'jiangling', '3.385', '14.956', '937.891', '1.215', '0.005', '8,333', '9,018', 'vehicle', 'engine', '138.643', '353.24', 'jiangxi', '8.3', 'semifinals', 'rallying', 'kankkunen', 'mcrae', 'rolls', 'jyvaskyla', 'juha', 'impressive', '37', 'stages', 'lakes', 'overshadowed', 'kankunnen', 'prospect', 'gronholm', 'tommi', 'makinen', 'mitsubishi', 'fined', '250,000', 'sports', 'governing', 'rolled', 'subaru', '6.5', 'co-driver', 'ringer', 'unhurt', 'boss', 'richards', 'furious', 'astonishing', 'pace', '!', '37-year-old', 'spaniard', 'sainz', 'turbo', 'bruno', 'thiry', 'transmission', 'shaft', 'grid', '50.574', '226.859', 'kph', '1:50.980', 'ferrari', '1:51.778', '1:51.884', '1:51.960', '1:52.318', '1:52.354', '1:52.977', 'eddie', 'irvine', '1:53.043', '1:53.152', '1:53.199', '1:53.993', 'salo', 'tyrrell', '1:54.095', '14.', '1:54.220', 'diniz', '1:54.700', 'jos', 'verstappen', 'arrows', '1:55.150', '17.', 'ukyo', 'katayama', '1:55.371', '1:56.286', 'lamy', 'minardi', '1:56.830', 'qualify', 'giovanni', 'lavaggi', '1:58.579', 'spectator', 'unnamed', 'danish', 'richardt', 'ploughed', 'two-kilometre', 'host', 'skidded', 'cordoned-off', 'suspended', 'resumed', 'practising', 'quarterfinals', 'suspension', '43-man', 'interrupted', 'schedeled', '+1', '+2', '+3', '+5', 'sigeki', '+7', '+8', '+9', '+11', 'bradford', 'wigan', '78', 'workington', '902', 'helens', '884', '441', '767', '409', 'warrington', '555', '499', '462', 'sheffield', '574', '696', 'halifax', '603', '552', 'castleford', '548', '543', 'oldham', '439', '656', 'leeds', '531', '681', '398', '795', '325', '1021', 'new-ball', 'neil', 'ilott', 'deliveries', 'left-armer', '252', 'slumped', 'derbyshire', 'favour', 'thrust', 'dispatching', 'removed', 'dominic', 'hewson', 'hancock', 'visitors', 'optimistically', 'graham', '532', 'declaring', 'prichard', 'plundered', '88', 'second-placed', 'prevented', '255', 'third-placed', 'uphill', 'notts', '446', 'alistair', '55-ball', 'half-century', 'rain-curtailed', 'fourth-placed', 'ropes', 'intervened', '2-24', 'gordon', 'parsons', '3-20', '2-19', '353', 'rekindled', 'successive', 'defeats', 'arch-rivals', '529', 'follow', '206', '323', 'paceman', 'darren', 'gough', 'polishing', '210', '176', 'b-4', 'lb-3', 'nb-11', '339', '2-239', '3-334', '4-334', '12-1-76-0', '22-6-56-2', '29-6-64-1', '14.3-4-45-1', '17-0-91-0', 'abandoned', '27-4', '532-8', '111', 'irani', 'alleyne', '4-80', 'renshaw', '4-56', 'bovill', '4-102', '81-7', 'ambrose', '6-26', '361', '117', 'ripley', '42-3', '446-9', 'b.', '4-104', '128-4', '205-9', 'spiring', 'watkinson', '4-53', '210-5', 'speak', 'hibernian', 'dunfermline', 'kilmarnock', 'raith', 'motherwell', 'dundee', 'aberdeen', 'airdrieonians', 'fife', 'clydebank', 'greenock', 'morton', 'falkirk', 'partick', 'mirren', 'johnstone', 'berwick', 'stenhousemuir', 'brechin', 'ayr', 'hamilton', 'clyde', 'dumbarton', 'stranraer', 'livingston', 'alloa', 'arbroath', 'cowdenbeath', 'monstrose', 'forfar', 'inverness', 'ross', 'out-of-sorts', 'newcastle', 'teething', 'pacesetters', 'alan', 'shearer', 'keegan', 'talent-laden', 'dejan', 'stefanovic', 'faustino', 'asprilla', 'equalised', 'pembridge', 'glancing', 'header', 'whittingham', 'misery', 'ferdinand', 'stretchered', 'newly-promoted', 'sunderland', 'tottenham', 'hotspur', 'goaless', 'leboeuf', 'gianluca', 'vialli', 'coventry', 'managerless', 'arsenal', 'scoreline', 'aston', 'villa', 'derby', 'ham', 'southampton', 'bolton', 'norwich', 'bromwich', 'crystal', 'ipswich', 'southend', 'birmingham', 'stoke', 'swindon', 'vale', 'wolverhampton', 'barnsley', 'huddersfield', 'brentford', 'luton', 'bristol', 'blackpool', 'kickoff', 'burnley', 'walsall', 'chesterfield', 'bury', 'peterborough', 'crewe', 'preston', 'rovers', 'rotherham', 'shrewsbury', 'stockport', 'watford', 'millwall', 'wrexham', 'wycombe', 'gillingham', 'bournemouth', 'barnet', 'brighton', 'carlisle', 'hull', 'chester', 'darlington', 'swansea', 'exeter', 'scarborough', 'hartlepool', 'fulham', 'hereford', 'doncaster', 'leyton', 'orient', 'mansfield', 'rochdale', 'scunthorpe', 'torquay', '318-2', '318', '0-6', '33-26', 'unbeatable', 'tries', 'springboks', 'enemies', 'wilson', '24-11', 'flanker', 'ruben', 'kruger', 'scrum-half', 'joost', 'westhuizen', 'narrowed', 'gap', '23-24', 'fly-half', 'joel', 'stransky', 'conversion', 'upright', 'scrambled', 'replacement', 'zinzan', 'brooke', '21-11', 'hannes', 'strydom', 'stranksy', 'simon', 'culhane', 'conversions', 'cukaricki', 'hajduk', 'becej', 'borac', 'mladost', 'zemun', 'rad', 'buducnost', 'partizan', 'vojvodina', 'proleter', 'sutjeska', 'sloboda', 'loznica', 'obilic', 'ofk', 'kikinda', 'radnicki', 'spartak', 'beograd', 'bj', 'zeleznik', 'rudar', 'amica', 'wronki', 'hutnik', 'krakow', 'sokol', 'tychy', 'lech', 'poznan', 'rakow', 'czestochowa', 'stomil', 'olsztyn', 'wisla', 'gornik', 'slask', 'wroclaw', 'odra', 'wodzislaw', 'gks', 'katowice', 'polonia', 'zaglebie', 'lubin', 'lks', 'lodz', 'belchatow', 'basketball', 'philippine', 'pro-league', 'manila', 'semi-final', 'milk', 'purefoods', 'hotdogs', '103-95', '34-48', 'half-time', 'ginebra', 'shell', '120-103', '65-56', 'pro-baseball', 'hyundai', 'haitai', 'hanwha', 'ob', 'lotte', 'ssangbangwool', '.606', '.533', '.471', '.455', '.443', '.407', '.359', '.594', '.473', '.446', '.574', '.520', '.630', '.411', '.527', '.430', '.538', '.429', 'gm', 'belenenses', 'boavista', 'slump', 'heerenveen', 'faltered', 'dismal', 'pre-season', 'deadlock', 'interval', 'romeo', 'wouden', 'veldman', 'curled', 'goalkeeper', 'edwin', 'sar', 'marcio', 'winston', 'bogarde', 'jari', 'litmanen', 'overmars', 'equalise', 'gaps', 'dahl', 'tomasson', 'rushed', 'lobbed', 'contenders', 'curtain-raiser', 'groningen', 'liege', 'anderlecht', 'lokeren', 'cercle', 'mouscron', 'antwerp', 'lommel', 'ghent', 'aalst', 'lierse', 'charleroi', 'sint', 'truiden', 'goalscorers', 'anto', 'drobnjak', 'bastia', 'xavier', 'gravelaine', 'marseille', 'miladin', 'becanovic', 'lille', 'enzo', 'scifo', 'monaco', 'smicer', 'lens', 'christopher', 'wreh', 'guingamp', 'nantes', '52nd', '16,000', 'nice', 'debbah', '39th', '6,000', 'boutoille', '79th', 'pen', 'rennes', \"guivarc'h\", 'bordeaux', 'auxerre', 'metz', 'traore', '65th', 'bombarda', '69th', 'strasbourg', 'zitelli', 'havre', 'caen', 'bancarel', '70th', 'lyon', 'caveglia', '89th', '7,000', 'montpellier', 'cannes', 'charvet', '8th', 'saint-germain', 'graafschap', 'doetinchem', 'rkc', 'waalwijk', 'willem', 'tilburg', 'fortuna', 'sittard', 'rotterdam', 'twente', 'enschede', 'vitesse', 'arnhem', 'utrecht', 'feyenoord', 'roda', 'jc', 'kerkrade', 'volendam', 'az', 'alkmaar', 'bochum', '66th', 'arminia', 'bielefeld', 'molata', 'moenchengladbach', 'karlsruhe', '33rd', '45th', 'keller', 'balakow', '61st', 'werder', 'votava', '68th', '32,000', '1860', 'schwabl', 'zorc', '59th-pen', '73rd', 'heinrich', 'bayer', 'leverkusen', 'duesseldorf', 'seeliger', 'freiburg', 'zeyer', 'gaissmayer', '9th', 'polster', '22,500', 'vfb', 'vfl', 'bayern', 'msv', 'duisburg', 'fc', 'linz', 'gak', 'admira', 'wacker', 'sturm', 'linzer', 'ask', 'tirol', 'innsbruck', 'sv', 'salzburg', 'wien', 'ried', 'brings', 'one-day', '102-0', 'waugh', 'tendulkar', '21.4', 'describes', 'ordeal', 'worker', 'cocked', 'penrose', '23-year-old', 'physical', 'manhandling', 'kalashnikovs', 'throat', 'gunmen', 'swerford', 'frederic', 'malardeau', 'assailants', 'ransom', '300,000', '465,000', 'regularly', 'bombardment', 'conventional', 'tanks', 'grenade', 'launchers', 'provides', 'civilians', 'depending', 'whom', 'prize-winning', 'spokeswoman', 'albanian-born', 'fulfilled', 'dearest', 'wish', 'carved', 'role', 'herself', 'helper', 'sick', 'needy', 'marriage', 'crumbled', 'heir', '85-year-old', 'praying', 'caring', 'respirator', '339-4', 'nijmeh', 'nasr', 'arabia', 'issa', 'alloush', 'adventurers', 'wilderness', 'pemberton', 'climb', 'raft', 'bike', '323-mile', '517-km', 'endurance', 'eco-challenge', 'adventure', 'perilous', 'physically', 'diverse', 'terrain', 'stroud', 'participant', 'utah', 'maine', 'modelled', 'trek', 'glaciers', 'whitewater', 'horseback', 'ride', 'canoe', 'grueling', 'vancouver', 'treacherous', 'peaks', 'frigid', 'two-thirds', 'participants', 'disqualified', 'hardy', 'first-place', 'finishers', 'racers', 'bones', 'sunstroke', 'dehydration', 'exhaustion', '1996-05-28', 'ubimini', 'oil-rich', 'damian', 'ejiohuo', 'quell', 'safer', 'drinking', 'outbreaks', 'epidemics', 'piped', 'usually', 'malawi', 'ex-president', 'banda', 'blantyre', 'frail', 'kamuzu', 'vegetarian', 'teetotaller', 'unaided', 'walking', 'clutched', 'whisk', 'symbolised', 'obsession', 'undisputed', 'ruler', 'decades', 'all-party', 'acquitted', '1983', 'servants', 'emelia', 'sithole', 'harare', 'zimbabwean', 'defying', 'crippled', 'essential', 'psc', 'mortuary', 'attendants', 'firefighters', 'workplaces', 'summarily', 'dismissed', 'psa', 'unavailable', 'florence', 'chitauro', 'recruiting', 'sub-contracting', 'firms', 'ignored', 'demands', 'wage', 'stretched', 'hospitals', 'tourists', '180,000', 'mugabe', 'civic', 'private-sector', 'unions', 'denounced', 'earn', 'z$', 'kigali', 'trouble-makers', 'camps', 'firmin', 'gatera', 'tutsi-dominated', 'zairean', 'goma', 'tutsi', 'kengo', 'wa', 'dondo', 'expell', 'timeframe', 'genocide', 'tutsis', 'refuse', 'fear', 'reprisal', 'kivu', 'counterpart', 'gisenyi', 'prefect', 'revered', 'skull', 'limelight-loving', 'disgrace', 'prized', 'sacred', 'tribal', 'ancestor', 'middle-aged', 'forensic', 'examined', 'supposed', 'hintsa', 'xhosa', 'tribe', 'cranium', 'nicholas', 'gcaleka', 'skins', 'regalia', 'journeyed', 'wintry', 'hugely', 'publicised', 'witchdoctor', 'ancestors', 'dream', 'colonial', 'beheaded', '1835', 'cottage', 'lonely', 'highland', 'spirit', 'hurricane', 'branding', 'charlatan', 'shape', 'hole', 'bullet', 'reasonable', 'arrests', 'sewing', 'smugglers', 'smuggle', 'machines', 'clothing', 'eritrea', 'government-owned', 'al-ingaz', 'al-watani', 'banat', 'kassala', 'alliance', 'subversive', 'laying', 'landmines', 'accuses', 'eritrean', 'accusing', 'umbrella', 'asmara', 'congress', 'jettisoning', 'stalinist', 'dictatorship', 'balkan', 'approve', 'concepts', 'turn', 'social-democratic', 'electoral', 'class', 'ideological', 'zeri', 'popullit', 'fatos', 'nano', 'sali', 'berisha', 'reformed', 'heirs', 'sham', 'acting', 'servet', 'pellumbi', 'scrap', 'ideas', 'karl', 'marx', 'pro-reform', 'stance', 'triggered', 'gramoz', 'ruci', 'commentators', 'rift', 'unlikely', 'nicaraguan', 'managua', 'nicaragua', 'violeta', 'chamorro', 'check-up', 'column', 'examination', 'suffers', 'osteoporosis', 'weakens', 'longtime', 'wo', 'tool', 'one-week', 'nepalese', 'vigilance', 'intentions', 'restive', 'four-decade', 'widespread', 'activists', 'birenda', 'gyaicain', 'norbu', 'tourism', 'hangs', 'tehran', 'hanged', 'traffickers', 'shiraz', 'resalat', '419', 'kilograms', '924', 'lbs', 'opium', 'pedestrain', 'executions', 'revolutionary', 'pedestrian', 'site', 'executed', 'grammes', 'lb', 'punishable', 'drug-related', 'addicts', 'transit', 'smuggled', 'tunisian', 'hq', 'tunisia', 'rent', 'khalfallah', 'mds', 'bailiff', 'accompagnied', 'enable', 'represented', 'owing', 'sentences', 'moada', 'khemais', 'chammari', 'disclosing', 'secrets', 'judicial', 'proceedings', 'boulahya', 'founding', 'politically', '1978', 'mestiri', 'withdrew', 'succeeding', 'liberals', 'ben', 'jaafar', 'nicosia', 'irna', 'affiliated', 'shelled', 'kanie', 'karzhala', 'camp', 'arbil', 'puk-run', 'pounding', 'kurdish-controlled', 'iranian-backed', 'brokered', 'persuaded', 'shattering', 'patrolling', 'skies', 'shield', 'violating', '1980-88', 'majid', 'takht', 'ravanchi', 'allegations', 'boutros', 'boutros-ghali', 'constructing', 'observation', 'installing', 'mortars', 'anti-aircraft', 'cannons', 'tents', 'penetrating', 'rifle', 'grenades', 'eight-year', 'u.n.-sponsored', 'jumhouriya', 'chamber', 'urges', 'offers', 'ships', 'iraq-bound', 'aqaba', 'flare-up', 'booms', 'shadow', 'supermarkets', 'completes', 'qadissiya', 'denounces', 'warplanes', 'lambasts', 'liaising', 'babel', 'blaming', 'dirty', 'laurence', 'mcquillan', 'intends', 'gathering', 'nominate', 'parade', 'designed', 'highlight', 'dim', 'glow', 'just-concluded', 'conclave', 'dole', 'carefully', 'orchestrated', 'bills', 'republican-controlled', 'proudly', 'sixty', 'registry', 'sex', 'criminals', 'wherever', 'creation', 'underway', 'finger', 'janet', 'reno', 'footnotes', 'fbi', 'again', 'heads', 'stretch', 'drive', 'happen', 'chess', 'minimium', 'easier', 'pre-existing', 'overhauling', 'remarkable', 'offering', 'demanding', 'responsibility', 'stronger', 'sense', 'families', 'theme', 'departs', 'kentucky', 'michigan', 'indiana', 'fellow', 'attention', 'focus', 'correspondents', 'programmes', 'showcased', 'lead-in', 'concentrating', 'mccurry', 'delivers', 'acceptance', 'map', 'guides', 'veer', 'edouard', 'swirled', 'forecasters', 'winds', 'mph', '185', 'forecaster', 'lixion', 'avila', 'indicate', 'west-northwest', '1,130', 'lesser', 'antilles', 'latitude', 'longitude', '44.2', 'eta', 'basque', 'ignacio', 'olascoaga', 'mugica', '1960s', '1997--ruehe', 'volker', 'ruehe', 'nato-led', 'ifor', 'bild', 'sonntag', 'mandate', 'expires', 'completely', 'excerpts', 'publication', 'impression', 'deployment', 'perceived', 'massacres', 'comics', 'independence-joke', 'bossi', 'orvieto', 'joke', 'umberto', 'ancient', 'etruscan', 'mock', 'cimicchi', 'actor', 'benigni', 'declare', 'etruria', 'proceed', 'annexation', 'sardinia', 'corsica', 'ironically', 'proclamation', 'padania', 'umbria', 'pop', 'balloon', 'rhetoric', 'talking', 'intensified', 'nationally', 'federalism', 'wasteful', 'centralised', 'bureaucracy', 'northerners', 'farmer', 'mutilated', 'verona', 'homocide', 'mutilating', 'bodies', 'ansa', 'gianfranco', 'stevanin', '35-year-old', 'magistrate', 'unable', 'recall', 'remembering', 'lifeless', 'sadmasochistic', 'assaulting', 'prostitute', 'murdering', 'corpses', 'headless', 'decomposed', 'sack', 'canal', 'cesare', 'dal', 'maso', 'beheading', 'dumping', 'adige', 'interrogations', 'investigators', 'suffocated', 'digging', 'passer-by', 'asks', 'paedophile', 'eluded', 'jeremy', 'lovell', 'child-sex', 'scandal', 'kidnapping', 'pornography', 'shockwave', 'revulsion', 'recriminations', 'rapist', 'dutroux', 'managed', 'prey', 'unhindered', 'starvation', 'freed', 'dungeon-like', 'compartment', 'ransart', 'mont-sur-marchienne', 'suburbs', 'abduction', 'imprisonment', 'molest', 'youngsters', 'proof', 'michel', 'bourlet', 'chase', 'porn', 'tapes', 'featured', 'dungeon', 'basement', 'euphoria', 'rescue', 'disgust', 'eight-year-old', 'lejeune', 'melissa', 'russo', 'kidnapped', 'starved', 'marchal', 'eefje', 'lambrecks', 'unknown', 'prostitution', 'bratislava', 'accomplice', '74-year', 'dutchman', 'disappearance', 'high-level', 'accomplices', 'leaked', 'cataloguing', 'degree', 'bungling', 'incompetence', 'indifference', 'revelations', 'gendarmerie', 'surveillance', 'codenamed', 'othello', 'gendarmes', 'cells', 'theft', 'accepted', 'cries', 'hear', 'justice', 'stefaan', 'clerck', 'inquiry', 'stressing', 'indications', 'cover-up', 'disbelief', 'unemployed', 'visible', 'toll', 'seven-newspaper', 'home-made', 'bou', 'haroun', 'explosive', 'device', 'prematurely', 'el-watan', '25-year-old', 'boys', 'five-year-old', 'explosion', 'four-year-old', 'strife', 'government-appointed', 'watchdog', 'observatory', '1,400', 'seize', 'cannabis', 'chilli', 'sauce', '7.5', 'container', 'freeport', 'haul', 'flames', 'motorway', 'injuring', 'steinberg', 'spaniards', 'rebels--poll', 'madrid', 'renounced', 'permanently', 'mundo', 'supported', 'state-controlled', 'sociological', 'achieving', 'ortega', 'lara', 'worsened', 'pp', '2,496', 'margin', 'error', 'minus', 'thirty', 'floods', 'plunge', 'lahore', 'chaos', 'flood-hit', 'pakistani', '461', 'inches', 'drenched', 'punjab', 'rivers', 'knocking', 'disrupting', 'rail', 'witnesses', 'jamaat-i-islami', 'drowned', 'homeless', 'breach', 'inundating', 'residential', 'evacuate', 'low-lying', 'ravi', 'chenab', 'flood', 'internet', 'startup', 'java', '1996-08-25', 'engineers', 'microsystems', 'javasoft', 'fledgling', 'ground-floor', 'venture', 'bessemer', 'menlo', 'calif', 'founder', 'bidzos', 'rsa', 'dynamics', 'verisign', 'doors', 'initial', 'combines', 'experience', 'apple', 'oracle', 'portends', 'dramatic', 'bui', 'engineer', 'programming', 'mid-1995', 'manner', 'silicon', 'kleiner', 'perkins', 'caufield', 'byers', 'startups', 'developing', 'licensed', 'prasad', 'wagle', 'aims', 'networked', 'ubiquitious', 'applets', 'downloaded', 'server', 'individual', 'zuleeg', 'marketing', 'web', 'www.internetstartup.com', 'pioneers', 'psi', 'birdied', 'even-par', 'mayfiar', '277', 'accomplish', 'three-stroke', 'exemption', 'pga', '378,000', '1,574,799', 'style', 'easy', 'three-putted', 'feet', 'tee', 'bogeys', '12th', 'parred', 'birdie', 'no.2', 'wedge', '17th', '6-iron', 'bogeyed', 'putt', 'runner', 'sudden', 'defending', 'contention', '14th', '7149', '274', '281', '283', '284', '285', '287', '288', '289', '290', '292', '294', '295', '298', 'luke', 'jensen', 'murphy', 'handrik', 'dreekmann', '6-0', 'jyvasklya', 'lancer', 'celica', '2:09', 'jarmo', 'kytolehto', '2:23', 'eriksson', 'impreza', '2:39', '3:03', 'motocross', '500cc', 'landskrona', 'smets', 'husaberg', 'husqvarna', 'gert', 'doorn', 'honda', 'jacky', 'martens', 'dirkx', 'ktm', 'danny', 'theybers', 'shayne', 'boonen', 'dietmar', 'lalcher', 'claus', 'manne', 'nielsen', '236', 'lacher', '219', 'darryll', '178', '125cc', 'holzgerlingen', 'tortelli', 'kawasaki', 'moore', 'yamaha', 'luigi', 'seguy', 'andi', 'kanstinger', 'charlier', 'camerlengo', 'belometti', 'vialle', 'collin', 'dugmore', '432', 'malin', '317', '293', '192', 'michele', 'fanton', '152', 'placings', 'pokka', 'suzuka', 'gt', 'ray', 'belim', 'j.j.lehto', 'fi', 'gtr', 'laps', '48.637', '158.82', 'olofsson', 'luciano', 'della', 'noce', 'ennea', 'f40', '170', 'ballace', 'grouillard', 'harrods', 'bscher', 'kox', 'f1', '168', 'fabien', 'giroix', 'jean-denis', 'deletraz', 'muller', '167', 'owen-jones', 'pierre-henri', 'raphanel', 'brabham', 'jean-marc', 'gounon', 'belmondo', 'eichmann', 'gerd', 'ralf', 'kelleners', 'gt2', 'roock', '911', '164', 'ortelli', 'wollek', 'konrad', 'cor', 'euser', 'h.', 'wada', 'furuya', 'lm600', '162', '03.684', '170.680', '156', '98', 'sarka', 'kasparkova', '14.84', 'ashia', 'hansen', '14.78', 'rodica', 'matescu', '14.18', 'deon', 'hemmings', '55.13', 'marken', '55.90', '56.00', 'javelin', 'isel', 'mcpaul', '60.66', 'silke', 'renk', '22.53', '22.58', '22.77', '12.83', '12.91', 'gillian', 'charmaine', 'crooks', '00.42', 'inez', '2:01.98', 'margaret', '2:02.40', 'vault', 'trond', 'bathel', '5.60', 'pat', 'manson', 'lobinger', 'pukstys', '86.82', 'backley', '82.20', 'nieland', '81.12', 'marcel', '51.50', '52.17', 'phylis', '52.53', '20.48', 'regis', '20.63', 'austin', '2.30', 'forsyth', 'patrik', 'sjoberg', '2.25', 'verbjorn', 'rodal', '1:44.93', 'benson', '1:45.96', 'vincent', 'malakwen', '1:46.18', '3:54.57', '3:54.60', 'whiteman', '3:54.87', '45.05', '45.38', '45.48', 'osmond', '10.06', 'mackie', '10.17', '10.19', '15.125', '208.442', '5.602', '15.710', '19.125', '29.179', '29.896', '1:00.754', '1:40.227', 'netherland', '1:53.067', '221.857', 'spa-francochamps', 'drivers', 'constructors', '149', 'footwork', '1:46', '1:56', '2:05', 'radstrom', 'motorcycling', 'superbike', 'sugo', 'yuuchi', 'takeda', '30.054', 'noriyuki', 'haga', '38:30.140', 'wataru', 'yoshikawa', '38:32.353', 'corser', 'ducati', '38:34.436', 'kocinski', '38:36.306', 'aaron', '38:41.756', 'norihiko', 'fujiwara', '38:43.253', 'fogarty', '38:49.595', 'akira', 'ryo', '38:50.269', 'shiya', 'takeishi', '38:52.271', '147.159', 'takuma', 'aoki', '38:18.759', '38:19.313', '38:32.040', '38:32.149', '38:32.719', '38:33.595', '38:34.682', '38:34.999', '38:35.297', '38:42.015', '147.786', '269', '254', 'pier', 'francesco', 'crafar', 'gobert', 'hodgson', 'disqualification', 'carburettor', 'keiichi', 'kitigawa', 'suzuki', '38:42.333', '270', '238', 'yuuichi', 'outclassed', 'names', 'poise', 'overtake', 'pursued', 'duo', 'chicane', 'spurt', 'flag', 'consolation', 'recording', 'limped', 'challenged', 'strongly', 'elder', 'brother', 'haruchika', 'race-long', 'duel', 'chequered', 'regained', 'unlucky', 'riders', 'alter', '611', '667', '576', '730', '473', '745', 'concludes', 'flourish', 'concluded', '154', 'interruption', 'spare', 'byas', 'reaching', '205', 'sword', 'collecting', 'hinchcliffe', 'glenn', 'hoddle', 'uncapped', 'left-back', 'anderton', 'recurring', 'groin', '74-0', '521-8', 'cruyff', 'solskjaer', 'warhurst', 'bohinen', '51st', '54,178', 'lb-5', 'nb-16', '521', '5-365', '6-440', '7-502', '8-519', '23-3-112-0', '37.1-7-97-3', '47-10-116-2', '23-5-71-1', '29-3-116-1', '7-0-35-0', '7-1-24-0', '7-2-11-0', '2-1-4-0', '473-6', 'tea', 'run-out', 'slim', 'satisfaction', 'omission', 'reasserting', 'dominance', 'fielding', 'disciplinary', 'touring', 'batted', '413', '87', 'solitary', 'attempting', 'lurking', 'prove', 'swooped', 'alec', 'whipped', 'bails', 'waves', 'alarms', 'rattled', 'outscoring', 'forcing', 'ground-staff', '1445', '1345', 'maynard', 'ronnie', 'adam', 'hollioake', 'headley', 'togo', 'congo', 'lome', 'salou', 'bachirou', '53rd', 'crvena', 'zvezda', 'zelesnik', 'bogdan', 'prusek', 'slawomir', 'wojciechowski', 'jacek', 'dembinski', 'widzew', 'marcin', 'mieciel', 'wieczorek', 'berensztain', 'marek', 'citko', 'fedoruk', 'dariusz', 'jackiewicz', 'bartlomiej', 'jamroz', 'tomasz', 'moskal', 'krzysztof', 'piskula', 'mariusz', 'srutwa', 'emmanuel', 'tetteh', 'warszawa', 'zagorski', 'bucharest', 'a.s.', 'bacau', 'ceahlaul', 'piatra', 'neamt', 'otelul', 'galati', 'arges', 'dacia', 'pitesti', 'farul', 'constanta', 'chindia', 'tirgoviste', 'sportul', 'studentesc', 'universitatea', 'craiova', 'petrolul', 'ploiesti', 'politehnica', 'timisoara', 'brasov', 'jiul', 'petrosani', 'dinamo', 'cluj', 'steaua', 'alaniya', 'zhemchuzhina', 'sochi', 'baltika', 'kaliningrad', 'zenit', 'petersburg', 'chernomorets', 'novorossiisk', 'rostselmash', 'rostov', 'lokomotiv', 'torpedo', 'rotor', 'volgograd', 'cska', 'kamaz', 'naberezhnye', 'chelny', 'lada', 'togliatti', 'tekstilshik', 'kamyshin', 'krylya', 'sovetov', 'samara', 'nizhny', 'novgorod', 'uralmash', 'yekaterinburg', 'precedence', '49', 'tekstilshchik', 'rules-afl', 'rules', 'adelaide', '14.12', 'collingwood', '153', '151', '11.12', '28.19', 'fitzroy', 'carlton', '13.18', 'footscray', '9.12', 'essendon', '14.16', '12.10', 'kilda', 'hawthorn', 'brisbane', '10.11', 'fremantle', 'geelong', '16.13', '2123', '1631', '130.2', '2067', '1687', '122.5', '2151', '1673', '128.6', '2385', '1873', '127.3', '2009', '1844', '108.9', '2288', '117.9', '2130', '109.4', '2173', '1803', '120.5', '1791', '1820', '98.4', '1909', '1958', '97.5', '2103', '2091', '100.6', '2158', '2183', '98.9', '1642', '2361', '69.5', '1912', '87.5', '1578', '2060', '76.6', '1381', '2778', '49.7', 'bulldogs', 'queensland', 'illawarra', 'penrith', 'manly', 'parramatta', 'auckland', 'premiership', '501', '569', '257', '560', '487', 'cronulla', '359', '258', '502', '374', '421', '344', '366', '426', '406', '309', '435', '388', '391', '356', '395', '297', '448', '593', '351', '483', '304', '586', '460', '1-15', '15-1', 'marlene', 'thomsen', 'lisbet', 'stuer-lauridsen', 'qiang', 'lu', '10-15', '17-16', 'yap', 'cheah', 'kit', 'wan', 'chong', 'tan', 'fook', '0*', '*note', '.610', '.547', '.537', '.534', '.467', '.439', '.357', '.589', '.569', '.470', '25th', '.633', '.462', '.454', '.408', '.426', '.542', '.515', 'sneak', 'rafael', 'palmeiro', 'two-out', 'alomar', 'berth', 'trailed', 'kyle', 'abbott', 'sacrificed', 'mariner', 'bragg', '9-5', 'contact', 'seitzer', 'hulse', 'extra-inning', 'wickman', 'acquired', 'marty', 'cordova', 'lawton', '6-5', 'yeah', 'ballpark', 'wally', 'whitehurst', \"o'neill\", 'sixth-inning', 'triple-a', 'columbus', 'defeating', 'cardinals', 'padres', 'rosado', 'tucker', 'six-game', '9-2', 'cellar-dwellers', '5-3', '8-2/3', '21-year-old', 'left-hander', '29-2/3', 'braves', 'cubs', 'mcgriff', '5-for-5', 'clontz', 'eight-hitter', 'ellis', 'burks', 'rockies', 'pirates', '9-3', 'vinny', 'castilla', 'dante', 'bichette', '44-20', 'kurt', 'marlins', 'tired', 'candiotti', 'piazza', 'hollandsworth', 'dodgers', '8-9', 'season-high', 'joey', 'rickey', 'league-record', 'leadoff', 'phillies', '12-7', 'segui', 'expos', 'shut', 'giants', 'lasted', '1-1/3', 'eight-plus', 'orlando', 'stottlemyre', 'astros', 'virtual', 'nl', 'shane', 'reynolds', '16-6', 'five-hitter', 'kicked', 'setubal', 'squeeze', 'equaliser', 'jardel', 'string', 'opportunities', 'redeemed', 'netting', 'skilful', 'counter-attack', 'unmarked', 'chiquinho', 'conde', 'keeper', 'andrejez', 'wozniak', 'braga', 'rodrigo', 'carneiro', 'bookable', 'lack', 'first-class', 'apparent', 'valdo', 'knee', 'paulao', '81st', 'baltasar', 'tripped', 'referee', 'nose', 'idalecio', 'whistle', 'guimaraes', 'gil', 'vicente', 'fiorentina', 'batistuta', 'perfect', 'birthday', 'supercup', 'serie', '1926', 'marked', 'schwarz', 'lob', 'franco', 'baresi', 'montenegrin', 'savicevic', 'weaving', 'checking', 'left-footed', 'toldo', 'desailly', 'fouled', 'boca', 'juniors', 'oscar', 'tabarez', 'rammed', '83rd', 'curling', 'dipping', 'batigol', 'adoring', 'reward', 'weah', 'baggio', 'davids', 'substitute', 'supercoppa', '29,582', 'norwegian', 'tromso', 'kongsvinger', 'valerenga', 'skeid', 'stabaek', 'stromsgodset', 'molde', 'bodo', 'glimt', 'viking', 'rosenborg', 'lillestrom', 'duisberg', 'zieger', 'witechek', 'aarau', 'grasshopper', 'lucerne', 'lugano', 'basle', 'neuchatel', 'gallen', '480,618', 'montgomerie', '429,449', '301,972', '291,088', 'mcnulty', '254,247', '253,337', '246,077', '233,713', '229,360', '211,175', 'nobilo', '209,412', '208,978', '207,990', '202,593', '188,143', '181,005', '172,580', '170,952', 'payne', '165,150', '156,996', 'cycling', '232-km', 'ferrigato', 'bartoli', 'museeuw', 'lance', 'armstrong', 'casagrande', 'alessandro', 'baronti', 'vandenbroucke', 'fabio', 'baldato', 'maurizio', 'fondriest', 'jalabert', 'zanini', 'gontchenkov', 'gabriele', 'tchmil', 'sciandri', 'sprints', 'sprinted', 'weekends', 'similarly', 'narrow', '237km', 'pack', 'oerlikon', 'velodrome', 'faded', 'briton', 'torrential', '193', '199', '201', 'heinz-peter', 'thul', '203', 'emerson', 'baker', 'gorre', 'ernest', 'faber', 'ronald', 'waterreus', 'amends', 'corner', 'romano', 'dimissal', 'zeljko', 'petrovic', 'dismissal', 'atteveld', 'erwin', 'looi', 'gaston', 'taument', 'newly', 'pablo', 'genk', 'harelbeke', 'mechelen', 'wanrooy', '7,032', 'hoogma', 'roelofsen', '7th', '27,500', '20th', 'godee', 'arum', '73th', 'hamming', '7,250', 'arnold', 'haldtime', '11,500', '74th', '0.', '13,500', 'blind', 'endt', 'anp', 'selection', 'devote', 'sidhu', 'opener', 'navjot', 'singh', '50-day', 'quitting', 'right-handed', 'forfeit', 'mohali', 'chandigarh', 'azharuddin', 'sachin', 'four-nation', 'singer', 'sahara', '1996-08-26', 'relive', 'sean', 'fitzpatrick', 'revisited', 'magic', 'moments', 'momentous', 'nzpa', 'first-ever', '50,000-seat', 'loftus', 'versfeld', 'magnificent', 'relived', 'moves', 'tackles', 'emotions', 'three-pointer', 'maul', 'halfback', 'marshall', 'openside', 'emptied', 'punching', 'bucks', 'spontaneous', 'bunce', 'exhausted', 'gutted', 'nowhere', 'choice', 'riding', 'amazing', 'two-try', 'winger', 'buggered', '4000', 'zealander', 'supporters', 'partying', 'goodwill', 'hart', 'rang', 'congratulations', 'thanked', 'understand', 'tremendous', 'afl', 'league-australian', 'apartheid', 'enforcers', 'subpoenas', 'dig', 'beneath', 'rationales', 'sinister', 'whites', 'archbishop', 'desmond', 'tutu', 'paint', 'f.w.', 'klerk', 'thabo', 'mbeki', 'apologies', 'currin', 'hearings', 'confessional', 'personally', 'crimes', 'testify', 'separate', 'amnesty', 'souls', 'tell', 'confess', 'abuses', 'testimony', 'deeds', 'self-confessed', 'hit-squad', 'dirk', 'coetzee', 'boraine', 'voluntarily', 'hardline', 'p.w.', 'botha', 'advising', 'regarded', 'achieve', 'totality', 'cited', 'confessing', 'interviews', 'tricks', 'prosecutions', 'submissions', 'anc', 'constand', 'viljoen', 'unsatisfied', 'apartheid-era', 'submission', 'caller', 'utterly', 'useless', 'jannie', 'gagiano', 'doubted', 'implemented', '1948', 'dismantling', 'burden', 'guilt', 'exculpated', 'therefore', 'doubts', 'reconciling', 'yourself', 'historical', 'adversary', 'lodge', 'witwatersrand', 'demurred', 'irritation', 'jokes', 'anger', 'express', 'moral', 'uneasiness', 'percolating', 'downwards', 'serb-held', 'samir', 'arnaut', 'matuzici', 'farce', 'incomers', 'cementing', 'partition', 'post-war', 'doboj', 'banners', 'moslem-led', 'moslems', 'angered', 'provision', 'western-organised', 'billed', 'reintegrate', 'multi-ethnic', 'shaping', 'facto', 'jure', 'dayton', 'truly', 'edhem', 'efendija', 'camdzic', 'imam-in-exile', 'upon', 'reuf', 'mehemdagic', 'municipality-in-exile', 'eleven', 'thousand', 'reintegration', 'refugee', 'thrown', 'warning', 'ejup', 'ganic', 'fortune', 'loud', 'applause', 'untie', 'knot', 'ensured', 'croat', 'mobs', 'impassable', '1992-95', 'serb-controlled', 'beefed', 'emotional', 'inter-entity', 'boundary', 'dispersed', 'scuffled', 'blaze', 'deliberately', 'casinos', 'communism', 'wide-ranging', 'engaged', 'pullout', 'shatoi', 'anatoly', 'shkirko', 'disarmed', 'cameraman', 'liutauras', 'stremaitis', 'carriers', 'lorries', 'suspending', 'movladi', 'udugov', 'maverick', 'element', 'leftist', 'mexican', 'epr', 'operated', 'assertions', 'commanders', 'jornada', 'overthrowing', 'guerrero', 'irrational', 'radicals', 'erp', 'fatigues', 'brandishing', 'southwestern', '23,000-strong', '37-page', 'manual', 'detailing', 'tactics', 'strategies', 'basic', 'apparatus', 'bourgeoisie', 'granted', 'volatile', 'protesters', 'violently', 'unrelated', 'zapatista', 'chiapas', 'combat', 'skirmishes', 'gunned', 'northwest', 'unidentified', 'dragged', 'ot', 'antioquia', 'killings', 'municipality', 'anza', 'medellin', 'linking', 'farc', 'impunity', 'unconfirmed', 'bloodshed', 'paramilitary', 'tauranaga', 'climbs', '9.050', '6.03', 'burma', 'mae', 'sot', 'burmese', 'splinter', 'ambushed', 'patrol', 'buddhist', 'dkba', 'col', 'suvit', 'maenmuan', 'allied', 'rangoon', 'infiltration', 'intrusions', 'reinforcements', 'porous', 'frontier', 'anti-rangoon', 'knu', 'intermittent', 'inhabitants', 'villages', 'contol', 'reject', 'explanation', 'supplies', 'directs', 'f-14', 'catches', 'tyre', 'gurion', 'wheel', 'yehiel', 'amitai', 'pilots', 'brigade', 'jars', 'reveal', 'mummies', 'archaeologists', 'pots', 'egyptians', 'burial', 'rites', 'mummification', 'saleh', 'museum', 'contain', 'intestines', 'tomb', 'dahshour', 'pyramid', 'pharaoh', 'seneferu', 'metropolitan', 'canopic', 'unguent', 'unidentifed', 'dynasty', '1991-1786', 'bc', 'finding', 'contains', 'substances', 'conservation', 'cavity', 'analysis', 'liquids', 'executes', 'robbers', 'shabir', 'ahmad', 'jalil', 'mecca', 'beheads', 'rapists', 'murderers', 'tamper', 'stability', 'tolerated', 'marwan', 'muasher', 'disturbances', 'bahrain', 'al', 'rai', 'abdul-karim', 'al-kabariti', 'commited', 'ceiling', 'sultan', 'telephones', 'releases', 'expresses', 'traditions', 'ad', 'dustour', 'kabariti', 'reactivate', 'legislative', 'aswaq', 'weizman', 'consult', 'ezer', 'weighing', 'consulted', 'yedioth', 'ahronoth', 'aryeh', 'shumer', 'fitting', 'proces', 'cool', 'bombers', 'haaretz', 'donated', 'opposes', 'maariv', 'education', 'columns', 'erekat', 'avraham', 'tamir', 'establish', 'puts', 'kahalani', 'warns', 'voting', 'lebanese', '580,000', 'voters', 'eligible', 'choose', '128-member', 'thin', 'trickle', 'casting', 'ballots', 'polling', 'stations', 'invites', 'caesarea', 'ceremonial', 'architect', 'spoken', 'frequently', 'urging', 'employee', 'skilled', 'nicely', 'contribute', 'consulting', 'towers', 'perrin', 'performs', 'accountant', 'salary', 'sandra', \"o'neal\", 'principal', 'evaluated', 'solely', 'skill', 'abilities', 'skills', 'creative', 'sensitive', 'customer', 'needs', 'productivity', '750', 'mid-to-large', 'corporations', 'surveyed', 'restructuring', 'agenda', 'structure', 'skills-based', 'non-management', 'fad', 'inexorable', 'hierarchical', 'concept', 'defined', 'multi-layers', 'competitive', 'emphasis', 'raise', 'eliminate', 'increases', 'bonuses', 'incentives', 'culture', 'rated', 'high-performing', 'decisions', 'high-performance', 'engaging', 'geert', 'clercq', 'neufchateau', 'inquiries', 'georges', 'zicot', 'insurance', 'fraud', 'forgery', 'searches', 'sites', 'thefts', 'gerard', 'pignon', 'warehouse', 'stolen', 'insurer', 'thierry', 'dehaan', 'ring', 'weinstein', 'shockwaves', 'eight-year-olds', 'detroux', 'abducted', 'disagreement', 'thily', 'bregancon', 'funding', 'pubished', 'texts', 'practically', 'chirac', 'riviera', 'fortress', 'widely', '+331', 'muzaffarabad', 'pakistan-ruled', 'azad', 'indian-ruled', 'waged', 'instantly', 'kunar', 'garhi', 'habibullah', 'reopening', 'salang', 'embattled', 'kabul-salang', 'supreme', 'coordination', 'jumbish-i-milli', 'powerful', 'warlord', 'rashid', 'dostum', 'postponement', 'precautions', 'hezb-i-islami', 'gulbuddin', 'hekmatyar', 'rejoined', 'persuade', 'jumbish', 'burn', 'hasina', 'effigy', 'anis', 'battled', 'sheikh', 'bogra', 'barricaded', 'ruling', 'awami', 'battles', 'alight', 'janakantha', 'alleging', 'pro-government', 'batons', 'teargas', 'stones', 'bombs', 'bnp', 'denounce', 'coincided', 'policeman', 'gunshots', 'pro-opposition', 'section', 'grants', 'urged', 'legislators', 'denouncing', 'barbarity', 'rafiqul', 'islam', 'raided', 'arresting', 'outsiders', 'student', 'dormitories', 'seizing', 'stormed', 'halls', 'flushed', 'gunpoint', 'baggage', 'revolvers', 'sawn-off', 'shotguns', 'knives', 'swoop', 'vice-chancellor', 'emajuddin', 'deteriorating', '28,000-student', 'wednedsay', 'gunbattles', 'begum', 'khaleda', 'zia', 'blanket', 'possessors', 'irrespective', 'identities', 'crashes', 'ravine', 'fertile', 'drought', 'irene', 'marushko', 'batkivshchyna', 'collective', 'shiny', 'green-and-yellow', 'deere', 'parked', '1,750-hectare', '4,325-acre', 'grain-growing', 'regions', 'fill', 'agronomist', 'enthusiasm', 'diesel', 'odnosum', 'breakdown', 'machinery', 'loaned', 'ukrainian', 'grain', 'harvest', 'harsh', 'scoured', 'steppes', 'stunting', 'sector', 'transition', 'rich', 'boots', 'reputation', 'breadbasket', 'brutal', 'collectivisation', 'dictator', 'josef', 'stalin', 'quality', 'hryhory', 'borsuk', 'mironivka', 'institute', 'agrarian', 'temperature', 'celsius', '143.60', 'fahrenheit', 'unlit', 'electricity', 'unpaid', 'dry', 'rainfall', 'harvesting', 'strains', 'resistant', 'extreme', 'climate', 'agricultural', 'farms', 'nascent', 'fertiliser', 'herbicides', 'pesticides', 'repair', '36.5', 'worse', 'priced', 'cheaply', 'pigs', 'solutions', 'horizon', '260', 'readying', 'sowing', '5.2', 'hectare', '2.5', 'acres', '3.9', '2.11', 'borrowing', 'two-lane', 'passes', 'occasional', 'horse-drawn', 'buggy', '1,700-hectare', '4,200-acre', 'shevchenko', 'neat', 'tidy', 'decay', 'sypron', 'strapped', 'bartering', '220', 'rickety', 'tractors', 'badly', '160-200', 'soprun', 'dedication', 'harvested', 'autumn', 'item', 'grows', 'resources', 'borkus', 'subsidies', 'pre-soviet', 'hectares', '124', '36,000', 'willing', 'hurry', 'privatising', 'negative', 'swells', 'setbacks', 'melanie', 'cheary', 'swelled', 'attributable', 'streamlined', 'divisional', 'gilbertson', 'happily', 'illusion', 'arising', 'weakness', 'rand', 'relative', '1,803', '1,003', '469', '279', 'impala', 'platinum', 'substantial', 'obvious', 'furnace', 'implats', '4.5350', 'ingwe', 'coal', 'rains', 'forfeited', 'flooding', 'mpumulanga', 'gloom', 'blocking', 'merger', 'lonrho', 'plc', 'disappointment', 'challenges', 'soundly', 'structured', 'prudently', 'financed', 'blessed', 'portfolio', 'world-class', 'businesses', 'disposal', 'malbak', 'disposals', 'pruned', 'concentrate', 'core', 'disposing', 'non-core', 'pruning', 'commodity', 'invested', 'referring', '41.5', 'cheaper', 'snapping', 'liked', 'downturn', 'offshore', '482-1003', 'ivac', 'eli', 'lilly', 'intravenous', 'infusion', 'therapy', 'wholly', 'imed', 'merge', 'pumps', 'fluid', 'patient', 'proprietary', 'disposable', 'combined', 'diego-based', 'provider', 'health-care', 'plants', 'creedmoor', 'n.c.', 'tijuana', 'distributes', 'prodcuts', '120', 'dec.', 'dlj', 'expects', 'unspecified', 'one-time', 'technology-based', 'delivery', 'iv', 'pump', 'regulated', 'volumetric', 'fully', '53.9', 'excluding', '17.4', '112.8', '8.4', '29.2', 'mercer', 'ceo', 'mallinckrodt', 'kuhn', 'regulatory', 'approval', 'morris', 'boosted', '92', 'mirroring', '5,731', 'nasdaq', 'fractionally', '1,143', '666', 'lagged', 'declines', '476/698', '837/763', '30-year', 'treasury', '2/32', '6.96', 'thrashed', '66-14', 'inaugural', 'secured', 'knowsley', '1975', 'rain-soaked', 'hunte', 'grabbed', 'hat-trick', 'martyn', 'sullivan', 'newlove', 'goalkicker', 'bobbie', 'goulding', 'seven-year', 'reign', 'toast', 'broncos', 'scrape', 'end-of-season', 'play-offs', 'sights', 'treble', '2:37', '2:42', '3:22', '4.09', 'sebastian', 'lindholm', '5:17', 'lasse', 'lampi', '12:01', 'madeira', '16:34', 'angelo', 'medeghini', '18:28', 'finn', '1,452-km', 'doubling', 'decisive', 'gearbox', 'maakinen', 'strengthened', 'retirement', 'nearest', 'sharpe', 'superb', 'hapless', 'anchored', 'repaid', 'slice', '4.5', '6.98', 'fee', 'top-draw', 'rush', 'feeding', 'galloped', 'unfavoured', 'arc', 'right-hand', 'under-fire', 'wilkinson', 'booed', 'jeers', 'cheers', '25,860', 'joins', 'three-wicket', '300th', 'becomes', '300-club', 'bowlers', 'imran', 'feat', 'cricketers', 'kapil', 'dev', '434', 'hadlee', '431', 'botham', '383', 'malcolm', 'indies', '376', '362', 'lillee', '355', 'willis', 'gibbs', 'trueman', '307', 'courtney', 'walsh', '208', 'middlesex', '144', '137', '5-43', '323-5', 'llong', '273-5', '118', 'cottey', '142-4', '53-0', '3-12', '164-4', 'weston', '231-7', '4-48', '135-9', '242', '48-1', 'b-6', 'lb-2', 'nb-13', '1-96', '2-136', '3-166', '4-179', '5-187', '6-205', '7-220', '8-238', '9-242', '15.4-1-67-3', '18-3-55-1', '37-10-78-6', '10-3-30-0', 'nb-5', '1-7', '3-0-15-0', '3-0-24-1', '0.4-0-9-0', 'lord', 'requiring', '950', '455', '30-sept', 'falkir', 'montrose', 'rica', 'ronaldo', 'gonzalez', 'salas', 'seychelles', 'gleeson', 'bowed', 'islanders', 'mauritius', 'qualifiers', 'fifa', 'breakthrough', 'mauritian', 'caboche', 'crude', 'tackle', 'responded', 'setback', 'ashley', 'mocude', '50th-minute', 'seychellois', 'favourites', 'botswana', 'windhoek', 'cameroon', 'gabon', 'german-based', 'tanzania', 'shoot-out', 'overcome', 'legs', 'decider', 'elimination', 'humiliating', 'preliminaries', 'mauritania', 'benin', 'nouakchott', 'postponed', 'collated', 'aggregaete', 'kremin', 'kremenchuk', 'vorskla', 'poltava', 'ternopil', 'zaporizhya', 'shakhtar', 'donetsk', 'kryvbas', 'kryvy', 'rig', 'karpaty', 'lviv', 'prykarpattya', 'ivano-frankivsk', 'zirka-nibas', 'kirovohrad', 'chornomorets', 'odessa', 'metalurg', 'dnipro', 'dnipropetrovsk', 'tavria', 'swimming', 'popov', '`serious', 'stabbing', 'freestyle', 'titles', 'rimma', 'maslova', 'expert', 'olympics', 'abdomen', 'roadside', 'watermelon', 'sellers', 'south-west', 'wound', 'kidney', 'ntv', 'worry', 'cheerfully', 'attackers', 'vitaly', 'smirnov', 'swimmer', 'chosen', 'slovak', 'slovan', 'tatran', 'presov', 'artmedia', 'petrzalka', 'jas', 'bardejov', 'dac', 'dunajska', 'streda', 'trnava', 'dukla', 'banska', 'bystrica', 'nitra', 'msk', 'zilina', 'kosice', 'petrimex', 'prievidza', 'rimavska', 'sobota', 'lokomotiva', 'kerametal', 'dubnica', 'hungarian', 'haladas', 'mtk', 'bekescsaba', 'bvsc', 'csepel', 'videoton(*', 'zte', 'debrecen', 'siofok', 'ujpest', 'vac', 'vasas', 'pecs', 'te', 'ftc', 'videoton', 'gyor', 'iii.ker.tve', '*name', 'parmalat', 'fehervar', '+361', 'petra', 'drnovice', 'liberec', 'sk', 'slavia', 'praha', 'ceske', 'budejovice', 'fk', 'jablonec', 'viktoria', 'zizkov', 'banik', 'ostrava', 'teplice', 'boby', 'brno', 'sigma', 'olomouc', 'bohemians', 'karvina', 'hradec', 'kralove', 'kaucuk', 'opava', 'plzen', 'ac', 'atlante', 'atlas', 'azul', 'leon', 'guadalajara', 'monterrey', 'veracruz', 'pachuca', 'toluca', 'puebla', 'unam', 'morelia', 'uag', 'neza', 'necaxa', 'celaya', 'catch', 'homewood', 'sao', 'narciso', 'chartered', 'cbf', 'paulo-santos', 'usual', 'package', 'internacional', 'hectic', 'arrive', 'curitiba', 'botafogo', 'tulio', 'zagalo', 'features', 'top-scorer', 'struggling', 'apertura', 'estudiantes', 'ferro', 'carril', 'oeste', 'independiente', 'gimnasia-jujuy', 'platense', 'huracan', 'lanus', 'huracan-corrientes', 'newell', 'velez', 'sarsfield', 'rosario', 'gimnasia-la', 'plata', 'lorenzo', 'banfield', 'deportivo', 'espanol', 'colon', 'honduras', 'tegucigalpa', 'castro', '3rd', 'enrique', 'centeno', 'pavon', 'cricuma', 'fluminense', 'criciuma', '89-86', '45-46', '.604', '.551', '.463', '.456', 'moroccan', 'rabat', 'widad', 'fes', 'oujda', 'raja', 'casablanca', 'tetouan', 'jeunesse', 'massira', 'meknes', 'settat', 'marrakesh', 'khouribga', 'mohammedia', 'sidi', 'kacem', 'jadida', 'hassania', 'agadir', 'quench', 'thirst', 'afford', 'reads', 'please', 'shade', 'drink', 'plenty', 'fluids', 'advisory', 'concluding', '...and', 'garishly-coloured', 'sun-drenched', 'litre', 'life-sustaining', '4.00', 'incredulous', 'noting', 'notorious', 'gouging', 'insult', 'offended', 'baked', 'lasagna', '8.50', 'yorker', 'rebecca', 'sandwich', 'hungry', 'forked', 'pronounced', 'carol', 'perry', 'chimed', 'ridiculous', 'wine', 'indeed', 'chardonnay', 'zinfandel', '4.75', '4.50', 'alcoholics', '12.50', 'hamburger', 'fries', 'snack', 'thirsty', '16.50', 'cheese', 'whopping', '8.00', 'tuscan', 'tuscany', 'maleeva', 'up-and-comers', 'larry', 'youthful', 'finalist', 'magdalena', 'sunny', '15-year-old', 'honoured', 'straight-sets', '112th-ranked', 'montolio', 'cheery', 'worries', 'overmatched', 'engagement', 'cement', 'flushing', 'meadows', 'bowing', 'floater', 'momentum', 'rhythm', 'tough', 'errors', 'manhattan', 'mourn', 'non-', 'rookie', 'aleksandra', 'olsza', '110th', '18-year-old', 'celebrated', 'removing', 'curtain-raising', 'ringing', 'endorsement', 'newest', 'proven', 'mettle', 'quarters', 'conditioning', 'kilos', 'fast-moving', 'scared', 'undaunted', 'pros', 'big-serving', 'brenda', 'schultz-mccarthy', 'nana', 'miyaga', 'helena', 'sukova', 'prevailed', 'barbara', 'paulus', 'yi', 'jing-qian', 'glad', 'fiasco', 'sweating', 'four-set', 'haas', 'embarrassing', 'cried', 'remaking', 'kids', 'enjoy', 'tradition', 'strict', 'accordance', 'favourtism', 'yvegeny', 'spots', 'ranking', 'approximately', 'outrage', 'tarnished', 'damaging', 'ought', 'usta', '27-year-old', 'focused', 'energies', 'sun-baked', 'grandstand', '11th-seeded', 'lingers', 'homegrown', 'controversy', 'engulfed', 'original', 'bumped', 'unfairness', 'exits', 'benefitted', 'fiddling', '18th', 'deserves', 'anne-gaelle', 'sidot', 'janette', 'husarova', 'miyagi', 'vitoux', 'delgado', 'paraguay', 'henrietta', 'nagyova', 'gala', 'pizzichini', 'schett', 'sabine', 'appelmans', 'cristina', 'torrens-valero', 'spirlea', 'begerow', 'gaidano', 'schnell', '9-7', 'heat', 'dier', 'tramacchi', 'anna', 'kournikova', 'richterova', 'debbie', 'stephanie', 'deville', 'rittner', 'kristina', 'brandi', 'ines', 'gorrochategui', 'grzybowska', 'jaime', 'oncins', 'corina', 'morariu', 'linda', 'wild', 'sung-hee', 'pitkowski', 'meghann', 'shaughnessy', '6-', 'dally', 'randriantefy', 'madagascar', 'elena', 'makarova', 'courtois', 'flora', 'perfetti', 'leander', 'paes', 'neville', 'godwin', 'alexandra', 'fusai', 'jill', 'craybas', 'jecmenica', 'dechy', 'christina', 'jane', 'chi', 'callens', 'nicole', 'bradtke', 'baudone', 'jolene', 'watanabe', 'kandarr', 'tyler', 'sweep', '3-2', 'foster', 'fastball', 'rotate', 'changeup', '3-for-4', 'outslugged', '13-9', 'wilkins', 'ericks', '13-8', 'renteria', 'fielded', 'cleanly', 'boles', 'osvaldo', 'fenandez', 'seven-hitter', 'trenidad', 'hubbard', '6-13', 'gagne', 'run-scoring', 'chad', 'pinch-hits', 'pennants', 'jody', 'reed', 'caminiti', 'bagwell', 'donne', '8-4', '1-1/2', 'shoulder', '.466', '.362', '.592', '.530', '.447', '.573', '.474', '.628', '.405', '.523', '.423', '.545', '.519', 'all-star', 'appearing', 'battling', 'hamstring', '357', 'second-longest', '2,282nd', '13-0', 'pinch-hitting', 'mri', 'mild', 'strain', 'lineup', '1-for-2', 'exiting', '32-year-old', '.307', 'last-place', 'outfielder', 'sammy', 'sosa', 'third-longest', 'baseman', 'jonk', 'guus', 'hiddink', 'wim', '14-month', 'gastel', 'boer', 'bergkamp', 'goey', 'jaap', 'stam', 'reiziger', 'kock', '04', 'witschge', 'aron', 'internazionale', 'seedorf', '31st', 'pizzi', 'pena', '75th', 'esnaider', 'pantic', '263-7', '138', 'scoreboard-australia', 'slater', 'strang', 'whittall', 'bevan', 'brandes', 'hogg', 'b-1', 'lb-8', 'w-3', 'nb-3', '263', '1-48', '2-92', '3-167', '4-230', '5-240', '6-242', '7-263', 'reiffel', 'flemming', '10-1-50-1', '2w', '2nb', '10-1-47-2', '1w', '9-0-41-1', 'flower', '6-0-28-0', '10-0-53-3', '1nb', 'decker', '3-0-17-0', 'shah', '2-0-18-0', 'wishart', 'evans', 'dekker', 'lb-4', 'w-10', 'nb-7', '1-16', '2-16', '3-33', '4-35', '5-56', '6-98', '7-100', '8-120', '9-120', '7-2-13-1', '7-0-24-2', '3w', '3nb', '6-1-23-2', '7-2-24-1', '9-2-26-1', '5-1-24-3', 'day-night', 'toss', 'opt', 'stuart', 'damein', 'fleming', 'eddo', 'heath', 'maputo', 'story', 'mozambican', 'noticias', 'nhamavila', 'lamonts', 'apparel', 'files', 'reorganization', '18:00', 'kirkland', 'wash', 'filed', 'unsecured', 'bondholders', '4.05', '5.67', 'creditors', '3.13', 'non-trade', 'existing', 'capitalization', 'reaches', 'entitling', 'dilution', 'blazing', 'ferry', 'safely', 'guernsey', 'trident', 'emeraud', 'boats', '88-year-old', 'jersey', 'cluster', 'british-ruled', 'north-west', 'schork', 'nationwide', 'balloting', 'irregularities', 'assemblies', 'provisional', 'consider', 'agota', 'kuperman', 'select', 'cancell', 'specify', 'organise', 'rule-making', '600,000', 'electorate', 'pec', 'citizens', 'slated', 'cantonal', 'moslem-croat', 'parliaments', 'representatives', 'three-man', 'dnevi', 'sda', 'municipal-level', 'frowick', 'allege', 'systematically', 'discouraged', 'registering', 'cast', 'ballot', 'majorities', '43-month', 'underpopulated', 'cleansing', 'consolidating', 'voter', 'herald', 'multi-ethnicity', 'bosia-hercegovina', 'soren', 'jessen-petersen', 'run-up', 'nationalistic', 'sectarian', 'card', 'drumming', 'constituencies', 'memories', 'tougher', 'alastair', 'macdonald', 'abandon', 'sobering', 'appointed', 'heady', 'wrap', 'compromise', 'settlement', 'insistence', 'chain-smoking', 'paratroop', 'deadpan', 'putdowns', 'knack', 'arrange', 'ambitious', 'pledging', 'conclude', 'pro-war', 'schemers', 'empty-handed', 'viktor', 'chernomyrdin', 'undisclosed', 'meanwhile', 'departments', 'limb', 'hardly', 'reelection', 'criticising', 'pains', 'insist', 'suddenly', 'profited', 'inadequacy', 'risked', 'face-saving', 'acceptable', 'letting', 'quit', 'encourage', 'tendencies', 'caucasus', 'yastrzhembsky', 'yastrezhembsky', 'offical', 'recover', 'receives', 'packet', 'yugo', 'zastava', 'factory', 'wages', 'revive', 'stubborn', 'strength', 'persist', 'dragutin', 'stanojlovic', 'revival', 'consumed', 'pre-war', 'montenegro', 'kragujevac', 'bitterness', 'stirring', 'branch', 'exaggerated', 'passers', 'gordana', 'kukic', '+381', '222', '4254', '9.1', 'lenders', 'trim', '10.0', 'insurers', 'five-10', 'settlements', 'shrank', 'meagre', '5.5', 'calculated', 'midrates', '5.2420', '3.5486', 'kolumbina', 'bencevic', '385-1-4557075', 'svcd', 'controllers', 'bulatka', 'raichev', '1,380', 'technicians', 'paralyse', 'valkov', 'charter', 'carries', 'resorts', 'minimal', 'servicing', 'lock-out', '230', 'separation', 'liliana', 'semerdjieva', 'naina', 'satisfactory', 'tass', 'clinical', 'treats', 'mrs', 'mironov', 'daughters', 'run-off', 'eye', 'mostostal', 'z', '25-', 'million-zloty', 'convertible', 'piotr', 'grabowski', '10-session', 'grabowksi', 'paying', 'benchmark', '52-week', 'pbr', '1.6', 'exchanged', '2.6', 'book-building', 'proceeds', 'modernise', '+48', '653', '9700', 'kidnaps', 'kidnappers', 'humberto', 'hueite', 'zyrecha', 'jetty', 'kors', 'misael', 'valerio', 'fleeing', 'altamira', 'wisinga', 'aguas', 'zarcas', 'rica-nicaragua', 'santa', 'pocosol', 'supposedly', 'tourist', 'regula', 'susana', 'siegfried', 'nicola', 'fleuchaus', 'bizarre', 'twist', 'julio', 'cesar', 'rojas', 'sentimental', 'attachment', 'photographs', 'rican', 'interacciones', 'ups', 'lowers', 'peso', 'brokerage', '4.3', 'projection', 'economist', 'alonso', 'cervera', 'revisions', 'chiefly', 'fueled', '6.1', 'q4', 'year-end', '7.85-8.15', '8.20-8.50', '9.20-9.40', '25.8', 'loosened', 'boosting', 'commitments', 'schemes', 'debtors', '+525', '728-9560', 'bancomext', 'appreciation', 'drop-off', 'moreno', 'turrent', 'promotion', 'importers', 'dlrs', '1,044', 'dollar-buying', '1,041', 'wire', 'transfers', 'accumulated', 'contributing', 'greenbacks', 'shy', 'typical', 'month-end', 'position-squaring', 'helps', 'limit', '142', 'intra-day', '1,037', 'guillermo', 'londono', '571', '610', '7944', 'hashimoto', 'ryutaro', '10-day', 'latin', 'underwent', 'correct', 'compression', 'johns', 'hopkins', 'inflamation', 'drown', 'venezuelan', 'boating', 'maracaibo', 'sank', 'lake', 'zarraga', 'nighttime', 'spin', 'sinking', 'stern', 'lifejackets', 'banco', 'inject', '3.412', 'pesos', 'auctions', '1.206', '1.000', '525', '728-9559', 'collides', 'fifteen', 'suburban', 'street-level', 'ambulance', 'pylons', 'a.m', 'derailed', 'rear', 'overturned', 'spilling', 'careered', 'bell', 'remarkably', 'nasty', 'gunman', '1996-08-27', 'hunted', 'shore', 'sergeant', 'pearson', 'fagan', 'telephoned', 'distraught', 'cooperating', 'northcote', 'sheds', '16-year-old', 'onlookers', 'disarm', '473-4746', 'fugitive', 'gun', 'unsuccessful', 'disturbed', 'simex', 'brent', 'ipe', 'u.k.', 'petroleum', 'contracts', 'mutually', '+65', '870', '3081', 'slides', '3.31', 's$', '5.85', '0120', '357,000', 'topped', 'soaring', '1.55', '6.05', 'takeover', '8703080', 'operators', '2,342.0', '42.5', '0915', 'ample', 'liquidity', '2,342.00', '42.45', '2,341.5', '42.0', 'respectively', 'deposed', 'pdi', 'sued', 'ousting', 'adjourned', 'out-of-court', 'lawyers', 'discussing', 'diminish', '0.45', '18.0', '18.5', '34.0', '35.0', '52.75', '53.50', '107.0', '2,337', '2,455', 'arlen', 'specter', 'resign', 'riyadh', 'oman', 'dhahran', 'airmen', 'abdullah', 'jeddah', 'shake-up', 'pentagon', 'pennsylvania', 'freeh', 'entirely', 'airways', 'refuelling', 'airbus', 'refuelled', 'surrender', 'asylum', 'dozens', 'u.s.-brokered', 'cooperate', 'offensive', 'dividing', 'warring', 'salahuddin', 'rawandouz', 'indiscriminately', 'dayana', 'priest', 'protected', 'moussa', 'consequences', 'ransacks', 'bedouin', 'al-muntar', 'ransacked', 'encampment', 'expel', 'expansion', 'necklace', 'daughter-in-law', 'rummaging', 'luggage', 'destroying', 'shacks', 'barns', 'jeeps', 'shack', 'amina', 'miracle', 'bedouins', 'encamped', 'zone', 'lerner', 'pursuing', 'desolate', 'premiums', 'comex', 'works', 'aluminum', 'grade', '3.25-3.75', 'a7e', 'a0', 'nominal', '2.00-2.25', 'shg', '5.50-6.00', '3.50-4.00', 'tin', '6.5-8.5', 'ppm', '9.0-10.5', 'nickel', 'melting', '9.0-12.0', 'cathode', '2.50-3.0', 'alloy', 'a380', 'midwest', '65-66', 'turnings', 'low-copper', 'clips', 'no2', 'refined', 'no1', 'bare', 'burnt', 'batteries', '6.0', 'producer', 'transaction', 'alcan', 'p1020', 'ingot', 'extrusion', 'billet', 'noranda', 'date:august', 'rsr', 'pure', 'doe', 'asarco', '859', '1646', 'fort', 'lauderdale', 'fla.', 'backyard', 'nervous', 'teasing', 'parkway', 'younger', 'bedtime', 'tree', 'paramedics', 'broward', 'sheriff', 'stool', 'flashlight', 'cbot', 'bounce', 'oversold', 'remains', '450', 'cwt', '10.28', '312-408-8721', 'talbott', 'strobe', 'second-ranking', 'georgy', 'mamedov', 'pattern', 'calendar', 'fairly', 'haiti', 'hog', '1.50', 'sparked', 'packers', 'iowa', '59.50', '60.00', 'illinois', 'matching', '59.00', '57.50', '58.00', 'hogs', 'marketings', 'ship', 'prepares', 'janis', '312-983-7347--', 'gore', 'presents', 'posner', 'mild-mannered', 'meek', 'front-line', 'newt', 'gingrich', 'renominate', 'anxiously', 'thrusting', 'grip', 'scream', 'wishful', 're-election', '15-hour', 'marshal', 'pro-israel', 'stiff', 'transformed', 'energetic', 'gesturing', 'pol', 'ripped', 'favorite', 'foil', 'roaring', 'personifaction', 'evil', 'mentioning', 'housing', 'kemp', 'ignorance', 'audacity', 'two-headed', 'monster', 'whoops', 'downtown', '48-year-old', 'taste', 'nominations', 'painted', 'horrors', 'republicans', 'liberties', 'withering', 'vine', 'polluters', 'productive', 'vision', 'builds', 're-elect', 'deja-voodoo', 'warmed-over', 'ditch', 'ridiculed', 'defense', 'praised', 'courage', 'regulations', 'dairy', 'comparison', 'tolerate', 'aloft', 'inflated', 'vetoing', 'repeal', 'criticized', 'slashing', 'starker', 'reeve', 'mix', 'adversity', 'latter', 'advocate', 'politicians', 'rep', 'gephardt', 'daschle', 'thumbnail', 'profiles', 'speakers', 'reagan', 'passage', 'handgun', 'campaigned', 'nonstop', '1981', 'requires', 'mandatory', 'five-day', 'handguns', 'mandates', 'background', 'checks', 'would-be', 'purchasers', 'hinckley', 'brain', 'congressmen', 'comic', 'hero', 'superman', 'movies', 'heroics', 'accomplished', 'horses', 'shattered', 'neck', 'vertebrae', 'equestrian', 'culpepper', 'paralyzed', 'extensive', 'fuse', 'spine', 'semi-upright', 'classically', 'prototypical', 'handsome', 'performed', 'soap', 'operas', 'plucked', 'sequels', 'mr', 'ambitions', 'milkman', 'consummate', 'congressional', 'insider', 'sufficiently', 'legislature', 'often-unruly', 'republican-led', 'republican-written', 'advocated', 'deficits', 'abortion', 'red-haired', 'square-jawed', 'fiery', 'orator', 'nomination', 'recreated', 'firebreathing', 'reformer', 'dakota', 'surprisingly', 'presented', 'moderate', 'steamrollered', 'vastly', 'dispelled', 'outmaneuvering', 'scrapping', 'gas', 'prairie', 'legislation', 'protecting', 'compensating', 'sickened', 'agent', 'orange', 'defoliant', 'spraying', 'vietnam', 'healthcare', 'water-carrier', 'republican-initiated', 'adult', 'adoptive', 'dallas', 'mccullough', 'gunshot', 'oklahoma', 'shotgun', 'arguments', 'recomposed', 'karachi', 'kse', 'kse-100', 'capitalisation', '82.3', '79.9', '9221-5685192', 'nwe', 'dulls', 'becalmed', 'repsol', 'puertollano', 'refinery', 'functioning', 'manuel', 'prieto', 'gasoline', 'notionally', 'sagging', 'nymex', 'arbitrage', 'eurograde', 'barges', '207', 'fob', 'ara', 'amsterdam-rotterdam', 'sentiment', 'outright', 'heating', '400,000', '0-50', 'bearish', 'listless', 'bids', 'scarce', 'shaxson', '8167', 'prairies', 'frost', 'winnipeg', 'anywhere', 'grainbelt', 'alberta', 'meteorologist', 'gerald', 'machnee', 'sprague', 'manitoba', '39.2', '2.0', '5.0', 'windspeed', 'sky', 'moisture', 'freezing', '32.0', 'battleford', 'sask', '41.0', 'grande', 'alta', '44.6', 'proponents', 'moon', '12.0', '30.0', 'gras', '204', '947', '3548', 'brush', 'beryllium', 'lawsuits', 'pro-active', 'workplace', 'ailment', 'affects', 'immune', 'susceptible', 'remaining', 'suits', 'liability', 'typically', 'covered', 'timothy', 'reid', 'filings', '1990-95', 'vigorously', '18-7/8', '216-579-0077', 'salomon', 'refiner', 'q3', 'ting', 'refiners', 'refining', 'margins', 'third-quarter', 'diamond', 'shamrock', '0.38', '0.73', 'versus', '0.63', '0.85', 'tosco', '0.95', '1.03', '0.94', '0.46', '0.33', 'valero', 'energy', '0.27', 'presale', 'marion', '3,250,000', '09/04/96', 'nyc', '1200', 'cusip', '569399', 'wv', 'stat:exempt-ult', 'sp', 'na', 'y', 'enhancements', 'qual', 'dtd', '09/01/96', '5/1/98-02', 'sr', 'mgr', 'cpn', '05/01/97', 'non-callable', 'nic', '9/17/96', 'approx', 'wesbanco', 'fairmont', 'l.o.', 'steptoe', 'clarksburg', 'ferris', 'watts', 'charleston', '7,330,000', 'mbia', '3/1/90', '@', '6.14900', '4yrs', '4mos', 'avg', 'bbi-7.27', '575,000', '610,000', '650,000', '685,000', '730,000', 'pre-sale', 'contributed', 'j.j.', 'k-sheets', 'refunding', '290,000', 're', '70,375,000', 'facilities', 'repricing', '9,215,000.00', 'ocasek', 'a1', 'aa-', 'fitch', '08/29/1996', '10/01', '1998c', '125m', '4.20', '6,045,000.00', 'vern', 'riffe', '1998d', '165m', '290m', 'a.g.', 'banc', 's.b.k-', 'seasongood', 'mayer', 'chillicothe', 'shielded', 'whistlestop', 'rode', 'rails', 'ropelines', 'shaking', 'excited', 'hillary', 'rodham', 'huntington', 'rigorous', 'sidwell', 'renominated', 'lady', 'interested', 'drifted', 'depressed', 'aex', '4.54', '556.19', 'topping', '1.90', '58.70', 'ihc', 'caland', '2.40', '80.70', '34.9', '36.6', '37.5', '47.2', 'ex-dividend', '0.60', '52.90', 'nutricia', 'shrugged', 'ex-div', 'soar', '4.10', '214.40', '18.40', '210.00', 'stork', 'follow-through', 'fokker', 'short-lived', '51.00', 'tapie', 'claude', 'lelouche', 'stars', 'philippe', 'seguin', 'resigning', 'eject', 'bankrupt', 'thus', 'ineligible', 'blizzard', 'now-destroyed', 'starring', 'homme', 'femmes', 'mode', \"d'emploi\", 'instructions', 'power-hungry', 'cruel', 'comedy', 'dearly', 'mixing', 'careers', 'artist', 'toubon', 'ejecting', 'stripping', 'procedure', 'reconvene', 'suspend', 'judgement', 'immunity', 'courts', 'rigging', 'appealing', 'drains', 'ffr', 'drained', 'francs', 'repurchase', 'allocate', '44.3', '48.2', '13.4', 'bidders', 'collateral', 'satisfying', '3.4', 'allotted', '30.9', 'rabobank', 'rabn.cn', 'h2', 'co-operative', 'ba', 'herman', 'wijffels', '853', '21.5', '702', 'depend', 'easing', 'underwriting', 'single-digits', '1.43', 'quantify', 'garry', 'ipsos', 'sympathises', 'permits', 'cold-hearted', 'sncf', 'renegotiation', 'bailout', 'upturn', 'atria', 'foodstuffs', 'oy', 'year-half', 'january-june', 'appropriations', 'bright-belgians', 'speeding', 'epidemic', 'belga', 'checked', 'amd', 'booked', 'm.p.h.', 'no-confidence', 'debate', 'banharn', 'silpa-archa', 'lacking', 'ethical', 'alleges', 'corrupt', 'accusations', 'convenient', 'accusation', '13-month-old', 'six-party', '209', 'seats', '391-seat', 'infighting', 'chart', 'fix', 'fontaine', '6mth', '3.17', '231', 'fashion', 'wigs', 'coconut', 'associations', 'philippines', 'cif', 'prev', 'julaug', '775', '787.50', 'unq', 'augsep', '752.50', '758.75', 'sepoct', '733.75', '743.50', 'octnov', '740', 'novdec', '732.50', 'aronkasei', 'nomura', 'downgraded', 'three-grade', 'assigns', 'direction', '225-share', 'presse', 'langage', 'temps', 'beja', 'ekeus', 'unscom', 'oficials', 'tareq', 'aziz', 'inspectors', 'shuttled', 'detection', 'disarming', 'destruction', 'prerequisite', 'crippling', 'invading', 'ticket', 'altogether', 'weaken', 'harb', 'omar', 'karame', 'backwards', 'redistribution', 'locations', 'occupied', 'alimentary', 'splitting', 'syrian-lebanese', 'maltese', 'cheating', 'complain', 'over-charging', 'in-nazzjon', 'discipline', '365,000', '195,000', '80,000', 'congested', 'l-orizzont', 'alfred', 'sant', 'vat', 'tamils', 'demonstrate', 'demonstrated', 'nadarajah', 'muralidaran', 'swiss-based', 'tiger', 'extortion', 'ltte', 'eurobourses', 'recovers', 'santorelli', 'bourses', 'clawing', 'unsteady', 'uncertainty', 'tankan', 'three-day', '0.3', 'bargain-hunters', 'ftse', 'patchy', 'culminating', '3,911', 'fuelled', 'unsettled', 'stronger-than-expected', 'pulling', 'treasuries', 'relinquished', 'doldrum', 'ackerman', 'strategist', 'fahnestock', 'consequently', 'swings', 'floor', 'computerised', 'ibis', '0.4', 'chemical', 'fundamentals', 'fantasy', 'unease', 'franc', '3.4210', 'squeezed', 'jitters', 'malaise', 'regain', 'evaporate', '0.5', 'pressured', 'currencies', 'emu', '1.4788', '107.74', '1.4789', '107.55', 'times-stock', '3,905.7', '2.43', '2,017.99', '30-share', 'dax', '6.48', '2,558.84', 'precious', '388.55', '388.75', '5.24', 'stansted', 'iraqis', 'diverted', 'british-based', 'sadiki', 'trace', 'contacted', 'north-east', 'explosives', 'batches', 'jordanians', 'saudis', 'eco', 'builders', 'edna', 'fernandes', 'ecological', 'warfare', 'corporates', 'hurts', 'eco-terrorism', 'tarmac', 'costain', 'conglomerate', 'targeted', 'activist', 'harmless', 'ragbag', 'hippies', 'harding', 'aggregates', 'mobile', 'phones', 'communicate', 'gather', 'demos', 'protestor', 'codename', 'full-scale', 'emphasise', 'terror', 'newbury', 'bypass', 'intimidation', 'picketing', 'underground', 'cryptic', 'elves', 'leaflets', 'larger', 'earth', 'ours', 'm3', 'twyford', 'campaigning', 'broader', 'stopping', 'out-of-town', 'pollution', 'road-building', 'primarily', 'tendering', 'realise', 'environmental', '3-4', 'forms', 'tangible', 'intangible', 'publicity', 'protesting', 'tales', 'tenders', 'contractors', 'suppliers', 'quarries', 'supplier', 'protestors', 'invade', 'knock-on', 'investement', 'ubs', 'phenomenon', 'evaluates', 'methods', 'involve', 'wide', 'razor-thin', 'overcapacity', 'stagnant', 'tale', 'woe', 'carnival', 'spirits', 'notting', 'revellers', 'singing', 'dancing', 'stabbings', 'ugly', 'scenes', 'scar', 'festival', 'festivities', 'good-natured', '1976', 'darker', 'slowly', 'recovering', 'shopkeepers', '248', 'annex', '2.9', 'fake', 'sudradjat', 'djiwandono', '5.4', '43-year', '2,341', 'divided', 'cart', 'olazabal', 'seve', 'ballesteros', 'motorised', 'rheumatoid', 'pairs', 'decides', 'ryder', 'commitee', 'unhelpful', 'precedent', 'olly', 'dispensations', 'feasible', 'carts', 'prohibited', 'warzycha', '46th', 'kostas', 'malekos', 'resigns', 'kirkcaldy', 'managerial', 'casualty', 'resigned', 'directors', 'relinquish', 'regrettably', 'accordingly', 'pride', 'intact', 'agreeing', 'griqualand', 'kimberley', '18-18', '6-10', 'maltch', 'cloete', 'wath', 'boeta', 'wessels', 'mcleod', 'glen', 'osborne', 'halford', 'endeavours', 'whilst', 'divisionn', 'three-match', 'outs', '396', '79.20', '59.33', '190', '113', '38.00', 'nasser', '37.00', '32.40', '159', '31.80', '41no', '25.50', 'ealham', '11.60', '10no', '9.75', '6.00', 'caddick', 'graeme', 'hick', 'maidens', '57.2', '165', '27.50', '36.16', '150.3', '377', '37.70', '42.00', '47.4', '62.50', '69.00', '81.00', '61.2', '221', '110.50', '264', '264.00', '158', '79.00', '141', '68.80', '195', '100no', '65.00', '320', '148', '64.00', '60.33', 'latif', '45.00', '38.50', '30.00', '24.50', 'shadab', 'kabir', '21.75', 'ata-ur-rehman', '26.29', '26.93', '31.81', '48.4', '173', '34.60', '71.00', 'underlined', 'consistency', 'keith', 'fletcher', '29,434', 'selector', '1,429', '64.95', 'no-one', 'argue', 'appreciate', 'headbutt', 'miron', 'cozma', 'headbutting', 'bosses', 'miners', 'lei', '3000', 'danut', 'lupu', 'rioted', 'reformist', 'petre', 'petrosan', 'tunnel', 'skirmish', 'tall', 'tallest', 'towering', 'cms', 'squash', 'jansher', 'pakistnn', 'brett', '14-17', '13-15', 'cairns', 'del', 'harris', '7-15', 'chaloner', 'frenz', '12-15', '15-4', '15-14', 'kneipp', 'faizy', 'mir', 'zaman', 'gul', 'meads', 'thoren', '8-15', 'extends', 'topples', 'champ', 'vintage', 'toppling', 'illustrious', 'serve-and-volley', '30-year-old', 'retire', 'volleyed', 'grace', 'jimy', 'szymanski', 'sprained', 'romp', 'pavel', 'fellow-american', 'wiesner', 'iva', 'majoli', 'fifth-', 'sidelines', 'rita', 'alexia', 'dechaume-balleret', 'ellwood', 'mariaan', 'swardt', 'dominique', 'roost', 'florencia', 'labat', 'rinaldi', 'stunkel', 'angelica', 'gavaldon', 'paola', 'suarez', 'marianne', 'werdel', 'witmeyer', 'grossman', 'silvia', 'farina', 'caldwell', '5-', 'adriana', 'serra-zanetti', 'wagner', 'gigi', 'kristie', 'boogert', 'joannette', 'laxmi', 'poruri', 'filippo', 'veglio', 'ruud', 'jabali', 'campana', '4-', '17-', 'radka', 'bobkova', 'kschwendt', 'kleinova', 'annabel', 'capriati', 'arendt', 'cacic', 'likhovtseva', 'kyoko', 'nagatsuka', '7-', 'pam', 'shriver', 'kimberly', 'po', 'ruano-pascual', 'tina', 'kirzan', 'rika', 'hiraki', 'langrova', 'tami', 'whitlinger', 'cecchini', 'francesca', 'lubiani', 'tamer', 'sawy', '7-9', 'amy', 'frazier', 'larisa', 'neiland', 'lisa', 'lori', 'mcneil', 'dopfer', 'zina', 'garrison', 'sawamatsu', 'rennae', 'stubbs', 'miriam', 'oremans', 'zrubakova', 'pozzi', 'skoch', '.508', '.595', '.526', '.402', '.492', '.434', 'vanlandingham', 'glenallen', 'first-inning', '8-13', 'concentrated', 'andres', 'galarraga', 'extra-base', 'rain-shortened', 'seven-inning', 'arthroscopic', 'benes', 'royce', 'clayton', '14-9', 'one-half', '12-11', 'art', 'howe', 'intentionally', 'lined', 'elbow', '20-6', 'eldred', '5-1/3', 'miranda', 'batter', 'thome', 'nagy', 'three-hitter', 'felipe', 'left-field', '29th', 'joe', '10-game', 'enjoying', '186th-ranked', 'tiebreaker', 'hottest', '16-2', 'hardcourts', 'nerves', 'talented', 'hurried', 'stomach', 'week-old', 'sushi', 'combination', 'undone', 'revenge', 'breezy', 'erratic', 'untidy', 'unforced', 'walloped', 'woeful', 'faults', 'deflating', 'fault', 'confusion', 'awarded', 'umpire', 'barely', 'frittered', 'risen', 'stray', 'spate', 'withdrawals', 'lacklustre', 'trail', 'recruits', 'fluidity', 'proved', 'parries', 'lie', 'riedle', 'tretschok', '77th', 'decheiver', '48,800', 'balakov', 'hagner', '85th', '31,139', 'schulz', '24,800', 'donkow', '33,230', 'jeffrey', 'roest', 'korneev', 'hansma', 'hockey', 'ville', 'peltonen', 'ylonen', 'teemu', 'selanne', 'jyrki', 'lumme', 'janne', 'ojanen', '23rd', 'ruuttu', 'radek', 'bonk', 'reichel', 'dopita', 'cyprien', 'nine-month', 'xamax', 'jean-pierre', 'post-match', '8,400', 'punches', 'claudio', 'moura', 'intervene', 'succeeded', 'kneeing', 'hegi', 'elbowed', '840', 'facchinetti', 'astonished', 'gress', 'shocking', 'verbally', 'provoked', 'punished', 'scuffle', 'punch', 'react', 'bugno', 'doping', 'gianni', 'testing', 'testosterone', 'hormone', 'subsequent', 'higher-than-average', 'naturally', 'giro', \"d'italia\", 'stimulant', 'caffeine', 'colonna', 'haarlem', 'kilometre', 'gouda', 'federico', 'mapei', 'mins', 'secs', 'robbie', 'mcewen', 'jans', 'koerts', 'palmans', 'teutenberg', 'postal', 'steels', 'endrio', 'leoni', 'aki', 'capiot', 'collstrop', 'braber', 'neths', 'blijlevens', 'tvm', 'wolf', 'foreldorado', '0:04', '0:06', 'corini', '0:07', 'omloop', 'motorola', '0:08', 'tristan', 'hoffman', 'hincapie', '0:09', 'talen', '0:10', 'cofinec', 'slips', 'emese', 'bartha', 's.a.', 'rebound', 'gabor', 'sitanyi', 'london-based', 'barings', 'french-registered', 'floated', 'hovered', '6,425', 'forints', 'depositary', 'receipts', 'oversubscribed', 'deadline', '5,800', 'one-third', 'two-fifths', 'tamas', 'erdei', 'budapest-based', 'abn-amro', 'hoare', 'govett', 'macroeconomic', 'generates', 'plunged', 'understands', 'capita', 'consumption', 'folding', 'krpaco', 'ownership', 'pse', 'czk', '000', 'agrotonz', 'tlumacov', '336.47', '59440', '19999.777', 'avia', '290.00', '700', '203.000', 'barum', '171.00', '14432', '2467.872', 'ceska', 'sporitelna', '335.00', '375.00', '533153', '198354.941', 'ckd', '369.66', '384.00', '5565', '2065.260', 'emkam', '34684', '867.100', 'kablo', 'kladno', '960.00', '2230', '2140.800', 'komercni', 'banka', '2320.00', '2370.00', '7000', '16408.700', 'leciva', '2470.00', '1360', '3359.200', 'metrostav', '3024.95', '9074.850', 'morav.chemic.', 'zav', '637.50', '1626', '1036.575', 'okd', '111.50', '112.56', '95975', '10752.092', 'pf', 'iks', 'kb', '156.00', '6000', '936.000', 'rif', '900.00', '5500', '4950.000', 'seliko', '4000.00', '20000.00', '3565', '32607.500', 'sokolovska', 'uhelna', '785.00', '4710.000', 'spif', 'cesky', '339.00', '340.00', '7546', '2562.094', 'spt', '3355.00', '3404.71', '10700', '36337.137', 'skoda', '1045.56', '1060.00', '10772', '11361.330', 'tabak', '6700.00', '6700.000', 'trinecke', 'zelezarny', '630.000', 'vodni', 'stavby', '1915.00', '3830.000', 'slows', 'after-hours', 'worldcom', 'mfs', '1-3/4', '3-8/16', '41-5/16', '5,700', '53,400', '4,153,800', 'cboe', 'valued', 'suggest', 'unusual', 'certainly', 'steadily', 'mid-august', 'derivatives', '312', '408-8750', 'e-mail', 'derivatives@reuters.com', 'faulding', 'patent', 'elizabeth', 'n.j.', 'purdue', 'frederick', 'infringement', 'purepac', 'pharamceutical', 'kadian', 'sustained', 'morphine', 'merit', 'zeneca', 'f.h.', 'mick', '36-year-old', 'first-team', 'omitted', '20-man', 'kernaghan', 'daish', 'kelly', 'elland', 'experimental', 'shay', 'denis', 'irwin', 'babb', 'kenna', 'breen', 'harte', 'cunningham', 'staunton', 'townsend', 'houghton', 'gareth', 'farrelly', 'mcloughlin', 'mcateer', 'cascarino', 'niall', 'quinn', '+6613377', 'killer', 'murders', 'eugene', 'colonel', 'commanded', 'wiped', 'smerdon', 'nuns', 'garang', 'spla', 'urgently', 'nuour', 'marial', 'mapourdit', 'hindering', 'recruitment', 'interpretation', 'compound', 'sisters', 'moira', 'batchelor', 'barton', 'riel', 'sister', 'maureen', 'carey', 'raniero', 'iacomella', 'captives', 'kenyan', 'attributed', 'detentions', 'learned', 'monsignor', 'caesar', 'mazzolari', 'apostolic', 'diocese', 'rumbek', 'isolation', 'looted', 'animist', 'arabised', 'postpones', 'pressed', 'register', 'well-organised', 'coerce', 'inform', 'districts', 'conquered', 'ethnically', 'cleansed', 'hinted', 'flagrant', 'fo', 'administer', 'waits', 'kuznets', 'finalising', 'arranged', 'vyacheslav', 'tikhomirov', 'materialise', 'rebuffed', 'suggestion', 'band', '10.45', '0645', 'guldimann', 'tikhomirov-maskhadov', '20-month-old', 'falter', 'ria', 'indicated', 'agencies', 'hinting', 'protege', 'lesson', 'profile', 'reelected', 'prompting', 'rumoured', 'weakening', 'aides', 'insisting', 'apart', 'spelled', 'intensify', 'reinforced', 'determination', 'aleksander', 'kwasniewski', 'kucan', 'strengthening', 'bloc', 'comprises', '142.3', '118.8', 'janez', 'drnovsek', 'nationalists', 'iliescu', 'impeachment', 'ion', 'punr', 'electioneering', 'pdsr', 'nastase', 'unexpectedly', 'admission', 'vexed', 'ministries', 'gheorghe', 'funar', 'impeached', 'treason', 'compromising', 'oust', 'succeed', 'oppose', 'estonian', 'mps', 'electing', 'belinda', 'goldsmith', 'tallinn', 'lennart', 'meri', 'pushing', 'oversaw', 'statehood', 'arch-rival', 'ruutel', 'votes', '101-member', 'garnered', 'reconvened', 'ceded', 'favoured', 'heiki', 'kranich', 'constitution', 'smoothe', 'periods', 'parliamentarians', 'leftist-led', 'inched', 'constant', 'convene', '101', '273', 'emerges', 'garner', 'enn', 'markvart', 'invalid', 'abstentions', 'convened', 'abusing', 'shameful', 'acts', 'adnan', 'xhelili', 'wiltshire', 'adriatic', 'durres', 'divorced', 'befriended', 'reminded', 'heterosexual', 'homosexual', 'begging', 'impoverished', '1300', 'popularity', 'laca', 'sensational', 'difficulty', 'filmed', 'rudolf', 'gajdos', 'interpol', 'eva', 'boudova', 'interrogated', 'pornographic', 'films', 'suspicions', 'rape', 'detectives', 'disappearances', 'serial', 'urals', 'perm', 'raped', 'identify', 'waited', 'touches', 'reminds', 'commandments', 'posters', 'offices', 'quarracino', 'sermon', 'cleric', 'biblical', 'commandment', 'thou', 'shalt', 'free-market', 'eletropaulo', 'eduardo', 'bernini', 'sobral', 'secretariat', 'romina', 'nicaretta', '5511', '232', '4411', 'victims', 'alvarado', 'hurte', 'sierd', 'zylstra', 'jetsi', 'hendrika', 'coers', 'teak', 'plantation', 'schutte', 'aspect', 'hand-written', 'ebe', 'huizinga', 'abductors', 'cvg', 'privatization', 'caracas', 'swell', 'corporacion', 'venezolana', 'guayana', 'proceeding', 'machuca', 'sidor', 'union-based', 'steel-producing', 'venalum', 'alucasa', '13,000', 'layoffs', 'unionized', 'lugo', '582', '834405', 'drunks', 'lovebite', 'bandit', 'drinkers', 'lovebites', 'drunken', 'stupor', 'dreaded', 'chupabolos', 'drunksucker', 'preys', 'matagalpa', 'placing', 'hickey-like', 'nuevo', 'diario', 'enraged', 'machismo', 'so-far', 'culprit', 'surrounding', 'vagrants', 'slept', 'gripping', 'desserts', 'bolos', 'drunkards', 'beautiful', 'banespa', 'prior', 'globo', 'liquidated', 'temporary', 'restructure', 'privatized', 'refinance', 'covas', 'reais', 'delicate', 'solved', 'bamerindus', '90-day', 'tbc', 'loan', 'fourth-largest', 'troubles', '55-11-2324411', 'havel', 'vaclav', '15-21', 'henrique', 'cardoso', 'cities', 'manaus', 'chancellor', 'benevolent', 'alejandro', 'lanusse', '1971', '1973', 'domingo', 'peron', 'predecessors', 'ongania', 'levingston', 'steered', 'peronists', 'hector', 'campora', 'solano', 'adversories', 'imprisoned', '1951', 'coup', 'menendez', 'gradual', 'left-wing', 'activism', 'culminated', 'autobiography', '1918', 'married', 'ileana', '1935', 'collision', 'liner', 'liaoning', 'tiantan', 'dalian', 'tianjin', 'matahari', 'revises', 'putra', 'prima', 'hanifah', 'komala', '+6221', '384-6364', 'china-bound', 'ki-choo', 'jiaxuan', 'atheist', 'nominally', 'teachers', 'remote', 'attract', 'nabs', '10-year-old', 'immigrant', 'sneaked', 'jiangsu', 'passerby', 'apartment', 'immigrants', 'overstayed', 'mainland', 'reverts', 'hasan', 'muratovic', 'bosnians', 'suleyman', 'demirel', 'tansu', 'ciller', 'barkho', 'organising', 'secretary-', 'gualtiero', 'fulcheri', 'zejjari', 'ascertain', 'equitable', 'procured', 'u.n', 'employ', 'iraq-u.n.', 'memorandum', 'understanding', 'partial', 'separating', '1960', 'somalia', 'dodge', 'steers', 'heifers', '4,200', 'contracted', 'formulated', '408', '8720--', 'anti-abortion', 'praises', 'democrat', 'tolerance', 'elsner', 'pro-abortion', 'views', 'hall', 'conscience', 'recognizes', 'welcomes', 'divergent', 'inclusiveness', 'organizers', 'casey', 'vehement', 'intolerance', 'pro-woman', 'pro-child', 'pro-life', 'deliver', 'podium', 'deaf', 'ears', 'abortions', 'dilemma', 'insert', 'recognizing', 'validity', 'passionate', 'kate', 'michelman', 'disdain', 'punishment', 'cynthia', 'mckinney', 'flooded', 'montana', 'bushel', 'noteworty', 'durum', 'jumping', '14-pct', 'protein', 'wheats', 'chg', '5.06', '.02', 'unc', 'duluth', '---', 'hunter', '4.46', 'dn', '5.00', 'hrw', '12pct', 'billings', 'mt', '4.62', '.01', '.10', 'rudyard', '4.41', 'portland', '5.1700', 'pendleton', '4.7300', 'coolee', '5.13', '4.7000', 'waterville', '5.05', '4.6200', 'wenatchee', '5.15', '4.7200', 'nc=acomparison', 'na=not', '312-408-8720', 'vmig-1', '08/23/96', 'rec', 'bd', 'ref', 'ymca', 'proj', 'ser', 'vmig', '3,390,000', '08/28/96', 'lauds', 'troop', 'welcome', 'dialogue', 'mashadov', 'single-a', '08/26/96', 'oh', '6,310,000', 'stallone', 'fiancee', 'sylvester', 'flavin', 'publicist', '7-pound', '4-ounce', 'sophia', 'bloch', 'wonderful', 'rambo', 'copland', 'jumps', 'abc', 'challenger', 'stretching', 'whistle-stop', 'perot', '47-38', '1,002', '824', 'opting', '48-43', 'fulfil', '26-57', 'bulk', 'millfeeds', 'millfeed', 'high-priced', 'flour', 'mixer', 'ton', 'barley', '140', 'mixers', 'closely-watched', '312-408-8720--', 'puerto', 'rico', 'hairy', 'surgical', 'dark-brown', 'patch', 'skin', 'abyss', 'dejesus', 'nevus', 'journals', 'ostracism', 'gradually', 'expanding', 'transplanting', 'afflicted', 'norris', 'balloons', 'forehead', 'shoulders', 'filling', 'saline', 'inserted', 'treatments', 'eau', 'claire', 'wisc', 'baird', 'waterworks', '5.2893', 'realtors', '4,464', 'single-family', '4,570', '206,464', 'condominium', '24.8', 'condos', 'nudged', '1.0', '123,394', '8.25', '8.32', '7.03', '617-367-4106', 'amtrak', 'derails', 'montpelier', 'vt', 'vermonter', 'albans', 'vermont', 'd.c.', '7:51', 'roxbury', 'garrity', 'pudvah', 'trauma', 'understood', 'conductor', 'passangers', 'reservations', 'uninjured', 'springfield', 'northfield', 'paralympics', 'gloomy', 'france-juppe', 'handicapped', 'paralympic', 'gloom-stricken', 'scepticism', 'opposite', 'july-august', 'medals', 'pessimistic', 'stagnates', 'unemployement', 'near-record', 'blue-chip', 'foray', 'sbf-120', '1.19', '1,421.90', 'actively', 'cfdt', '500,000', 'syndicale', 'unitaire', 'fsu', 'austerity', 'unveiled', 'anxieties', 'niggled', 'centime', '3.4211', 'heavyweights', 'elf', 'rhone', 'poulenc', 'eurotunnel', 'morose', 'post-holiday', 'uic', 'gan', 'slid', '12.19', '55.1', '758', 'recapitalisation', 'carrefour', '2.19', '2,616', 'cheuvreux', 'virieu', 'reinsurance', 'scor', 'prudential', 'mercantile', 'bollore', '2.4', '73.83', 'scac', 'delmas', 'vileujeux', 'sdv', 'alcatel', 'alsthom', '395.0', 'opthalmic', 'essilor', '1,328', 'oakley', 'non-prescription', 'gentext', 'optics', 'veerakesari', 'telo', 'trincomalee', 'chavakachcheri', 'jaffna', 'sentries', 'thinakaran', 'tulf', 'sivasiththamparam', 'meaningless', 'unp', 'underpriviledged', 'sections', 'society', 'excise', 'w.n.f.', 'chandraratne', 'guidelines', 'liquor', 'licences', 'licence', 'lankadeepa', 'female', 'simultaneous', 'chandrika', 'kumaratunga', 'motorcade', 'divaina', 'cultural', 'sum', 'worn', 'dinamina', 'ruhunu', 'indefinitely', 'hospitalised', '941-434319', 'rupam', 'banerjee', 'tributes', 'legendary', 'poured', 'wean', 'laureate', 'aided', 'breathing', 'woodlands', 'vomiting', 'diagnosed', 'abated', 'irregularly', 'breathes', 'advise', 'fingers', 'familiar', 'six-member', 'treating', 'greetings', 'bouquets', 'pope', 'get-well', 'placard', 'shishu', 'bhavan', 'speedy', 'recovery', 'poorest', 'prostitutes', 'goddess', 'raju', 'statesman', 'mangala', 'das', 'waist', 'prem', 'gift', 'incessantly', 'tarak', 'footpath', 'passers-by', 'immaculate', 'bless', 'scribble', 'prayed', 'bengal', 'religions', 'pray', 'solidarity', 'downtrodden', 'nanda', 'gopal', 'bhattacharya', 'rifkind', 'conferences', 'obey', 'normally', 'interfere', 'protested', 'salvation', 'fis', 'hamas', 'guest', 'denying', 'fundamentally', 'mongolia', 'congressman', 'sayed', 'masood', 'briefed', 'dana', 'rohrabacher', 'wartorn', 'appoint', 'transitional', 'bagram', 'airbase', 'amrollah', 'neutralise', 'afghans', 'hamid', 'ibrahimi', 'feels', 'neutral', 'jalalabad', '1.38', 'rupees', 'auctioned', 'three-', 'five-', '1.126', '44.5', '782.6', 'insurgents', 'sharma', 'centre-right', 'insurgency', 'maoists', 'multi-party', 'negotiates', 'khum', 'bahadur', 'khadga', 'insurgent', 'bhattarai', 'guarantee', 'centrist', 'jointly', 'marxist-leninist', 'uml', 'three-party', 'soy', 'indore', '12,900-13,100', 'soyoil', 'solvent', 'undertone', 'soymeal', '276-277', '246-248', 'rapeseed', 'extraction', 'availability', '3,850', 'bedibunder', '3,800-3,825', 'bhavnagar', '---------------------', 'dewas', '12,700-12,950', '12,900-13,150', '11,900-12,100', 'mandsaur', '12,600-12,750', '12,700-12,850', 'neemuch', 'n.a', 'mhow', '12,700-12,800', '12,750-12,850', 'ratlam', 'ashta', '12,700-12,900', '12,800-13,000', '12,750-12,950', 'dhar', '12,750-12,900', 'ujjain', '12,850-13,050', 'jaora', 'barnagar', 'khandwa', 'ashoknagar', 'nalkhera', '----------------------------------', '30,300-30,400', '30,700-30,800', '32,700-32,800', '32,900-33,000', '--------------------------------', 'rail-for', '9,800', '8,800', 'bedi', 'bunder', '1=35.73', 'humayun', 'rasheed', 'choudhury', 'callers', 'chaired', 'bengali', 'banglabazar', 'patrika', '330-member', '1986-87', 'assemby', 'partisan', 'ineffective', 'resorting', 'instability', 'desireable', 'designs', 'sternly', 'm2', '8.2', '456.8', '439.9', '422.1', 'm1', '144.5', '139.3', '131.7', 'helibor', 'fixing', '3.40', '1-mth', '3.27', '3.29', '2-mth', '3.34', '3-mth', '6-mth', '3.56', '3.55', '9-mth', '3.73', '3.70', '12-mth', '3.89', '3.87', 'barrick', 'arequipa', '36.3', 'tendered', 'ahave', 'realize', 'munk', '30-a-share', 'attractive', 'pierina', 'allocation', 'swallow', 'vancouver-based', 'prospector', 'sweetened', 'batch', 'drill', 'ounces', 'drilling', 'pro-rated', 'penn', 'terminates', 'allentown', 'terminated', 'non-binding', 'merrion', 'licensing', 'license', 'domiciled', '212-859-1610', 'vnu', 'publisher', 'op', '618', '568', '363', '127', '174', 'info', 'miscellaneous', 'pro', 'rata', 'hmg', 'vtm', 'aol', 'online', 'hanover', 'bertelsmann', 'adon', 'schiphorst', 'cebit', 'buettner', 'managing', 'thirds', 'scandanavia', 'benelux', '0172', '6736510', 'hijack', 'eyewitnesses', 'rona', 'a310', '+', '00--44-171-542-7947', 'dtb-bund-future', 'tranches', '02.sep.96-06.mar.97', '95.35', '96.00', '1.16', '97.00', '2.50', '127.10', '98.00', '202.90', '94.00', '101.40', '95.0', '1.33', '1.80', '71.70', '96.0', '1.84', '1.20', '51.80', 'dbrs', 'confirms', 'ratings', 'pfd-2', 'debentures', 'cumulative', 'non-cumulative', 'aa', 'pfd-1', 'intercity', 'roadblock', 'provinces', 'erzincan', 'sivas', 'ablaze', 'confiscates', 'cyprus-based', 'arabic', 'al-tadamun', 'suggesting', 'editor-in-chief', 'liwaya', 'censors', 'expense', 'front-page', 'entitled', 'compliant', 'undergo', 'compulsory', 'psychiatrists', 'capacities', 'behave', 'zionists', 'censorship', 'ipo', 'transkaryotic', 'therapies', 'symbol', 'tktx', 'shrs', '16,668,560', 'underwriter', 'morgan', 'underwriters', 'over-allotment', '375,000', 'hoechst', 'roussel', '357,143', 'platforms', 'gene', 'activation', 'preclinical', '15,400', '2,074', '3,422', 'derailment', 'praise', 'wheelchair', 'mrs.', 'controlling', 'firearm', 'bradys', 'cane', 'rousing', 'reception', 'sat', 'vip', 'felons', 'saluting', 'sportsman', 'remington', 'ak47', 'uzi', 'deserve', 'thumbs', 'deranged', 'impress', 'jodie', 'actress', 'tracking', 'cdu', 'csu', 'spd', 'fdp', 'pds', 'emnid', 'res', '11.0', 'allensbach', '37.2', '32.8', '13.0', '39.0', '40.0', '37.4', '7.3', '12.3', 'forsa', '36.0', '31.0', '43.0', '37.0', '38.5', '32.5', '8.1', '38.1', '32.3', '12.9', '6.3', '36.4', '6.9', 'forschungsgruppe', 'wahlen', '228', '2609760', 'grimwade', '4.30', '0330', 'requests', 'negotiators', 'suggestions', 'mentmore', 'resource', 'archive', 'housewares', 'formerly', 'platignum', 'articles', 'pence', '81.5', 'valuing', '179.5p', '4017', 'tnt', 'glafcos', 'xenos', 'heathrow', 'gatwick', 'handles', 'ruth', 'third-busiest', 'prefer', 'implementing', 'well-rehearsed', 'contingency', '0300', 'intend', 'refuel', 'identity', 'parrot', 'scam', 'perth', 'conman', 'parrots', 'dye', 'birds', 'denham', 'peiris', 'cinnamon', 'ringneck', '14,000', 'impostor', 'fooled', 'pet', 'unknowingly', \"'d\", 'photos', 'authentication', 'dyed', 'feather', 'bird', 'enthusiast', 'bogus', 'informant', 'colours', 'moult', 'motorist', 'tonga', 'unexpected', 'tauranga', 'pothole', 'spun', 'wheels', 'tyres', 'smoke', 'pouring', 'bonnet', 'drink-driving', 'iscovered', 'overstayer', \"nuku'alofa\", 'sbpus', 'seven-day', '14-day', 'cut-off-rate', '15.75', '16.00', '38.43', '218.50', 'embassies', 'missions', 'macedonian', 'korean-related', 'outlawed', 'reunification', 'crushed', 'urgent', 'disarmament-china', 'reaffirmed', 'totally', 'satisfy', 'balanced', 'commentary', 'committing', 'thwarting', 'muted', 'forwarding', 'compromised', 'discussed', 'completion', 'inspections', 'drafts', 'stubbornly', 'uphold', 'deterrence', 'self-imposed', 'moratorium', 'declares', 'poisoning', 'receding', 'mysterious', 'germ', 'sakai', 'hardest', 'o-157', 'bacillus', 'settling', 'naoto', 'kan', '9,500', 'regional', 'osaka', 'deadly', 'bacteria', 'schoolchildren', 'complications', 'indicating', 'peak', 'relieved', 'infected', 'pinpoint', 'infection', 'sanitary', 'standards', 'slaughterhouses', 'meatpacking', 'overhaul', 'compile', 'hygiene', 'aluminium', 'shipments', '8.9', 'mill', '224,609', '222,457', 'beverage', 'reflecting', 'above-average', 'cooler', 'inventories', '75,632', '0.2', '11,525', '11,244', 'downward', '210,622', '210,683', 'upward', '213,989', '213,845', 'pegged', '40,144', 'auto', '15,286', '79,390', 'dipped', '18,867', '81-3', '3432', '6179', 'publicly', 'gratitude', 'bongo', 'thanking', 'technological', 'quashed', 'expressing', 'freedoms', 'drafted', 'censure', 'forum', 'code', 'dissent', 'doomed', '0.05', '7.35', 'three-month-to-three-year', 'sheu', 'yuan-dong', 'jumpstart', 'sluggish', 'half-percentage', 'reductions', '5080815', 'demolition', 'two-hour', 'demolished', 'metre', 'crane', 'bulldozer', 'walls', 'amidst', 'alleys', 'bystanders', 'bulldozed', 'plo-israel', 'lawmaker', 'hashem', 'zighayer', 'closure', 'palestine', 'annexed', 'cede', 'sec', 'adopts', '1996-08-28', 'specialists', 'quotes', 'electronic', 'readily', 'individuals', 'orderly', 'empower', 'compete', 'levitt', 'lindsey', 'improvements', 'commonplace', 'practices', 'existed', 'two-tiered', 'quote', 'robbing', 'malpractices', 'oversight', 'shifts', 'continuous', 'quotations', 'display', 'berkeley', 'reprieve', 'mogul', 'silvio', 'berlusconi', 'mediaset', 'extending', 'plugs', 'void', 'proprietor', 'channels', 'locomotive', 'stationary', 'steyr', 'shunt', 'wagons', 'sidings', 'trapped', 'wreckage', 'treat', 'averted', 'brakes', 'railways', 'apa', 'saskatchewan', 'eyes', 'forge', 'scope', 'pork', 'positioned', 'loewen', 'swp', 'analyzing', 'partnerships', 'subsidy', 'grains', 'shipped', 'integrated', 'units', 'contracting', 'programs', 'monopoly', 'rovereto', 'ninova', '6.72', 'heike', 'drechsler', '6.65', 'fiona', '6.64', '13.42', '13.45', 'giaconi', '13.80', '11.34', '11.53', 'gabi', 'rokmeier', 'sergey', 'makarov', '85.26', '84.20', '81.64', '10.13', '10.18', 'tilli', '10.43', '45.15', 'vaccari', '46.16', 'ochieng', '46.21', 'mariacarla', 'bresciani', '3.85', 'nastja', 'rysich', 'ana', 'fidelia', 'quirot', '58.98', 'letitia', 'vriesde', '2:00.39', '2:00.91', 'kreissig', '2.20', 'kostantin', 'matusevitch', 'buiatti', '2.15', 'kibet', '1:45.24', '1:45.62', 'kibitok', '1:46.09', 'oksana', 'ovchinnikova', '58.94', 'shikolenko', '57.44', '56.70', 'virna', 'angeli', '55.66', 'torshina', '55.99', 'knoroz', '57.02', 'lauren', '49.16', 'bronson', '49.67', 'ridgeon', '49.83', 'kipkosgei', '7:46.91', 'lambruschini', '7:47.78', '7:48.38', 'masters', 'rain-affected', 'collingtree', 'gavin', 'levenson', 'coceres', 'gilford', 'cage', 'emanuele', 'canonica', 'howell', 'hedblom', 'bottomley', 'sellberg', 'joakim', 'haeggman', 'klas', 'fulke', 'gates', 'haglund', 'niclas', 'fasth', 'chistian', 'mcfarlane', 'harwood', 'brenden', 'pappas', 'teravainen', 'velde', 'oyvind', 'rojahn', 'mcallister', 'neal', 'briggs', 'retained', 'one-kilometre', '2.777', 'averaged', '57.345', 'lausgberg', 'eighteen', 'hundredths', 'eijden', '1:04.541', 'heeswijk', 'almere', '195-km', 'zabel', 'telekom', 'zanoli', 'mx', 'onda', '.giuseppe', 'citterio', '.robbie', 'kaspars', 'ozers', '8:22:00', 'giuseppe', 'boardman', '4:13.353', '4:14.784', 'gritson', 'moreau', '4:16.274', 'heiko', 'szonn', '4:21.715', 'collinelli', '4:17.551', 'sandstod', '4:24.660', 'alexei', '4:19.762', 'mariano', 'friedick', '4:20.241', 'time-trial', '02.777', 'lausberg', '1:02.795', 'eiden', 'thuet', '1:04.732', 'grzegorz', 'krejner', '1:04.834', 'ainars', 'kiksis', '1:04.896', 'dimitrios', 'georgalis', '1:05.022', '1:05.219', 'keiji', 'kojima', '1:05.300', 'sharman', '1:05.406', 'escuredo', '1:05.731', 'maclean', '1:05.735', 'meidlinger', '1:05.850', 'mckenzie-potter', '1:06.289', 'masanaga', 'shiohara', '1:06.615', 'zyl', '1:07.258', 'keirin', 'nothstein', '10.982', 'neiwand', 'magne', 'buran', 'hubner', 'gane', 'madison', 'martinelli', 'mcgrory', 'pate', 'kappes', 'carsten', 'betschart', 'risi', 'curuchet', 'immi', 'madsen', 'veggerby', 'galvez-lopez', 'llaneras', 'kotzmann', 'stocher', 'capelle', 'jean-michel', 'monin', 'fulfils', 'prediction', 'ayres', '4,000', '13.353', '4:19.699', '4:17.696', 'amazed', 'proximity', 'indoor', 'perfected', 'obree', 'viral', '4:19.808', '4:21.009', '4:21.454', '4:22.738', '4:24.427', 'gritsoun', '4:26.467', 'l.', '5-67', '105-4', 'chester-le-street', '73-3', 'fowler', 'mcmanaman', 'kishinev', 'scans', 'x-rays', 'chat', 'foolish', 'howey', 'naming', 'gascoigne', 'batty', 'jockey', '21-day', 'irresponsible', 'pontefract', 'leger', 'stayer', 'trigger', 'prominence', 'guineas', 'mister', 'baileys', 'rowing', 'redgrave', 'pinsent', 'coxless', 'thoughts', 'athlete', 'dismisses', 'gatting', 'half-volley', 'square-leg', 'learn', 'stephenson', 'dashed', 'thrid', '1977', 'dismissing', 'chappell', 'hop', '5,200', 'carling', 'guscott', 'rory', 'underwood', 'quartet', 'possess', '244', 'qualities', 'selectors', 'hideo', 'nomo', 'half-game', '13-10', '7-1/3', 'benito', 'santiago', 'amaro', '5-12', 'denny', 'neagle', 'smoltz', '20-7', '14-6', 'devon', 'hutton', 'petkovsek', 'valentine', 'blair', 'gwynn', 'joyner', '34-20', 'eusebio', 'sacrifice', 'comeback', '5-0', 'benched', 'arias', 'smiley', 'one-run', 'armando', 'reynoso', 'bulge', 'larkin', 'one-out', 'mehrtens', 'series-clinching', 'trinations', 'tearing', 'cartilage', 'larsen', 'standby', 'jonah', 'lomu', 'cullen', 'walter', 'josh', 'kronfeld', 'robin', 'olo', 'dowd', 'kwazulu-natal', 'englishman', 'featherstone', 'herschelle', '14-man', 'quadrangular', 'woolmer', 'matured', 'mcc', 'kallis', 'spin-bowling', 'all-rounders', 'nicky', 'boje', 'crookes', 'hansie', 'cronje', 'vice-captain', 'mcmillan', 'kirsten', 'hudson', 'symcox', 'jonty', 'rhodes', 'allan', 'fanie', 'villiers', 'daryll', 'cullinan', 'gibs', '71-57', '40-34', 'alba', 'yuri', 'nikiforov', 'vladislav', 'rodimov', 'donizetti', 'attendence', 'rodney', 'eyles', 'zarak', 'jahan', 'nicol', 'wellings', 'ryan', 'parke', '2-15', 'julien', 'bonetat', 'jonathon', 'barada', '15-13', 'shabana', 'zubair', 'faheem', 'r', '85-82', '36-46', 'best-of-seven', 'kfar', 'sava', 'zafririm', 'holon', 'maccabi', 'haifa', 'petah', 'tikva', 'lezion', 'beit', \"she'an\", 'beersheva', 'herzliya', 'co-world', 'wednesay', 'four-and-a-half', 'clown', 'no-nonsense', 'attitude', 'routing', '99.9', '22-year-old', 'abnout', 'distracting', 'confining', 'tirades', 'peripheral', 'lounge', 'rant', 'entertain', 'businesslike', 'zero', '77-minute', 'slotted', 'odds', '151-to-1', 'preparation', 'destined', 'nainkin', '2-7', '6-8', '.565', '.511', '.356', '.522', '.451', '.568', '.623', '.427', '.549', '.431', 'rewritten', '29th-ranked', 'superstar', 'graf-like', 'efficiency', 'fourth-seeded', 'second-day', 'crushing', 'medalist', 'fifth-seed', '53rd-ranked', 'maggie', 'loser', 'grab', 'semblance', 'ponytail', 'unleashed', 'tie-break', 'feisty', 'tie-breaker', 'point-by-point', 'valuable', '8-1', 'playoff', 'novelty', 'roof', '51,000', '20-metre', 'dull', 'eijkelkamp', '56th', 'jongsma', 'shock', 'henke', 'fifth-placed', 'weathered', 'non-stop', 'whisker', 'away-goal', 'squandered', 'midway', 'fullback', 'albert', 'ferrer', 'julen', 'lopetegui', 'milinko', 'hristo', 'stoichkov', 'barjuan', 'set-piece', 'free-kick', 'athletic', 'calderon', 'bernabeu', 'distinct', '11,000', 'gabrich', 'iwan', 'kluivert', 'tijjani', 'babangida', 'dani', 'parma', 'roma', 'udinese', 'humble', 'empoli', 'wealthy', 'ancelotti', 'enrico', 'chiesa', 'pescara', 'ottavio', 'palladini', 'giampaolo', 'melli', 'palermo', 'bianchi', 'arrigo', 'sacchi', 'cesena', 'cremonese', 'uruguayan', 'nightmare', 'replay', 'cosenza', 'fidelis', 'andria', 'piacenza', 'atalanta', 'lecce', 'genoa', 'sampdoria', 'nocerina', 'newcomers', 'perugia', 'powered', 'sergio', 'zickler', 'acrobatic', '13-times', 'ruggiero', 'rizzitelli', 'feldhoff', 'rhineside', 'spal', 'reggiana', 'lucchese', 'vicenza', 'bologna', 'torino', 'avellino', 'lazio', 'bari', 'monza', 'napoli', 'chievo', 'ravenna', '27,600', '48,000', 'akpoborie', '27,000', 'von', 'heesen', 'hirsch', 'pires', 'marc-vivien', 'foe', 'patrice', 'loko', 'psg', 'guivarch', 'last-gasp', 'aime', 'jacquet', 'parc', 'princes', 'raid', 'hard-won', 'spurred', 'leveller', 'crossbar', 'bounced', 'kader', 'ferhaoui', 'blunder', 'jean-claude', 'nadon', 'vairelles', 'lefevre', 'convincing', 'benoit', 'cauet', 'one-two', 'parisians', 'concede', 'leonardo', 'panama', 'dely', 'valdes', 'shocked', 'canaries', 'hintum', 'waalijk', 'schreuder', '6,150', 'vierklau', 'nooijer', '5,696', 'vurens', 'schultz', '22,434', '56rd', '48,123', '71st', 'etienne', 'mendy', '12,000', 'giuly', 'chaouch', 'rouxel', 'baret', 'colleter', 'sg', 'owens', 'tribute', 'relay', 'jesse', 'promoter', 'rudi', 'thiel', 'hopeful', 'holder', 'namibian', '4x100', 'widow', 'squads', 'jayasuriya', 'dashing', 'sanath', 'nine-wicket', 'comfortably', 'modest', '226-5', 'devastating', 'romesh', 'kaluwitharana', 'man-of-the-match', 'aravinda', 'silva', 'ex-captain', 'chipped', 'stumped', '230-1', 'jadeja', 'ganguly', 'dharmasena', 'kambli', 'dravid', 'srinath', 'w-9', '226', '1-4', '2-57', '3-186', '4-217', '5-217', 'kumble', 'mongia', 'kapoor', 'vass', '9-2-35-0', 'pushpakumara', '6-0-23-0', '10-0-59-1', '10-0-42-0', '10-1-39-1', '5-0-24-0', 'a.de', '1-129', 'asanka', 'gurusinha', 'hashan', 'tillekeratne', 'roshan', 'mahanama', 'kumara', 'chaminda', 'vaas', 'muthiah', 'ravindra', '10-1-40-0', '6-0-47-0', '8-0-33-0', '6-0-29-1', '10-2-51-0', '2.2-0-13-0', '2-0-14-0', 'anil', 'ajay', 'sourav', 'vinod', 'rahul', 'nayan', 'javagal', 'venkatesh', 'ashish', 'princeton', 'lyman', 'bailundo', 'savimbi', 'participated', 'joint-commission', 'quartering', 'reality', 'summon', 'subpoena', 'heal', 'confronting', 'basie', 'smit', 'merwe', 'co-operation', 'compiling', 'harrowing', 'frankness', 'subpoenaed', 'human-rights', 'airplane', 'airliner', '1503', '1203', 'fire-engines', 'cypriot', 'hijacker', 'arch', '1,100', 'bbl', 'exploratory', 'morinville', 'excess', 'trax', 'et', '10-23', 'logged', 'leduc', 'reef', '5,350', 'cometra', '11-13', '590', '64ths-inch', 'choke', '2-25', 'encountered', 'nordegg', 'apache', 'saunders', '14-28', 'depth', '3,800', 'acreage', 'earning', '5,120', '8,320', 'butte', 'garrington', '4-8', 'barrel', 'brumm', '212-859-1710', 'biogen', 'berlex', 'leslie', 'gevirtz', 'counsels', 'schering', 'tempest', 'tube', 'violated', 'orphan', 'avonex', 'ms', 'betaseron', 'types', 'interferon', 'biovest', 'hedaya', 'marketplace', 'chiron', 'inventory', 'fda', 'ophran', 'exclusivity', 'diseases', 'differs', 'beta-1b', 'counsel', 'astrue', 'chabora', 'newark', 'depositions', 'bissell', 'preside', 'balances', 'acct', '5.208', '4.425', '14.828', '15.687', '20.036', '20.112', '5,124.053', '5,122.084', 'shrugged-off', 'codelco', 'salvador', '0.35', '90.20', '90.50', '89.40', '91.05', '90.85', 'lots', 'huw', '212-859-1646', 'cbsa', 'brass', 'servicenter', 'coil', 'size-per-order', 'harleysville', 'qrtly', '0.21', 'enap', 'oriente', 'escravos', 'empresa', 'nacional', 'petroleo', 'ecuadorian', '960,000', '15-18', 'vague', 'supplied', 'seller', 'petroecuador', '50-cent', '1620', '1241', 'iii', '1249-1286', '1260', 'ghibellines', 'retook', 'florentine', 'guelfs', 'monte', 'aperto', '1768', 'francois-rene', 'vicomte', 'chateaubriand', 'romantic', 'seminal', 'memoires', \"d'outre\", 'tombe', '1781', 'settlers', 'pueblo', 'nuestra', 'senora', 'reina', '1824', 'bruckner', 'composer', 'organist', 'symphonies', 'scale', 'masses', '1870', 'napoleon', 'franco-prussian', '1886', 'skeleton', 'canyon', 'arizona', 'geronimo', 'rebellion', 'surrendered', '1892', 'prolific', 'modernist', 'darius', 'milhaud', 'jazz', 'ballet', 'du', 'madame', 'bovary', '1906', 'german-born', 'biologist', 'delbruck', 'physiology', 'genetic', 'infect', '1907', 'edvard', 'grieg', 'peer', 'gynt', 'suite', 'piano', 'concerto', '1908', 'dmytryk', 'crossfire', 'hollywood', 'lovely', 'scout', '1944', 'liberated', 'wilhelmina', '1890', 'abdicated', 'juliana', '1963', 'schuman', '1947-48', '1948-52', '1964', 'forth', 'measuring', '6156', 'ft', '3300', 'majesty', '1965', 'schweitzer', 'theologian', 'philosopher', '1913', 'acclaimed', 'interpretations', 'j.s.', 'bach', 'brotherhood', '1952', 'spitz', 'olympiad', 'e.f.', 'fritz', 'guru', 'author', 'simenon', 'character', 'inspector', 'maigret', 'todor', 'zhivkov', 'embezzling', '15-month', '3,000th', 'equality', 'noise', 'bigger', 'detecting', 'fining', 'violators', 'complying', 'trimmed', 'decibels', 'loudness', 'nevertheless', 'worthwile', 'goschen', 'quieter', 'consultation', 'applied', 'busiest', '1959', 'repositioned', 'detect', '7717', 'beats', 'team-mates', 'redraw', 'union-england', 'exclusive', '135.8', 'kiernan', 'one-dayers', 'christchurch', 'dunedin', 'heels', 'caf', 'inability', 'bangui', 'internationally-sponsored', 'sierra', 'leone', 'examining', 'dossier', 'burundi-central', 'disqualify', 'fast-tracks', 'asylum-seekers', 'fast-tracking', 'dissidents', 'fast-tracked', 'processing', 'referred', 'garrett', 'lambert', 'disposition', 'suppose', 'guess', 'preferential', 'patten', 'post-1997', 'ivorian', 'abidjan', 'lapke', 'populaire', 'questioning', 'confidential', 'voie', 'insulting', 'henri', 'konan', 'bedie', 'asec', 'excessive', 'pardoned', 'incitement', 'disturb', 'freetown', 'leonean', 'foindu', 'fallah', 'sewa', 'overran', 'mano', 'junction', 'tongo', 'ascribed', 'uncontrolled', 'bands', 'ivory', 'ruf', 'chiluba', 'shuffles', 'vacancy', 'zambian', 'shuffled', 'sacking', 'remmy', 'mushota', 'tribunal', 'coffers', 'luminzu', 'shimaponda', 'machungwa', 'fictitious', 'rid', 'payroll', 'sidia', 'ousmane', 'kaba', 'root', 'guinean', 'bribes', 'expenditure', 'whereas', 'hydroelectric', '=1,000', 'uniting', 'squabbling', 'liberian', 'inauguration', 'vice-chairmen', 'alhadji', 'kromah', '150,000', 'orgy', 'looting', 'compliance', 'slaves', '1847', 'crp', 'istafanus', 'elisha', 'shamay', 'o.k.', 'likkason', 'egurugbe', 'ongoing', 'asuu', 'academic', 'universities', 'tafawa', 'balewa', 'four-month', 'detention', 'colonies', 'pleas', 'clemency', 'versions', 'gypsy', 'topolcany', 'elaborating', 'visits', 'sketch', 'murderer', 'identical', 'portrait', 'father-of-three', 'belgians', 'knifeman', 'knifed', 'agnieszka', 'kotlarska', 'u.s.-based', 'modelling', 'versace', 'vogue', 'wyborcza', 'twa', 'booking', 'attacker', 'jerzy', 'intending', 'slip', '1.64', '180.38', '4.38', 'mokhoff', 'alliance-menatep', 'inactivity', 'babayan', 'centrinvest', 'ues', 'unified', 'chips', 'anybody', 'adrs', '0.0817', '0.0822', '8.90', 'gazprom', '0.300', '0.355', '0.445', 'converted', 'investing', 'tightened', 'restricting', 'shareholers', 'mosenergo', '0.958', '0.966', 'rostelekom', '2.56', '2.58', 'lukoil', '9.82', '9.85', 'tolkacheva', 'deportations', 'deporting', 'tritan', 'shehu', 'koha', 'jone', 'deported', 'legalise', '350,000', 'long-standing', 'stumbling', 'bulgarians', 'pre-communist', 'restitution', '96.6', 'abolished', 'soviet-style', '++359-2', '981', '8569', 'vacation', 'staying', 'loudest', 'confusing', 'shiels', 'nagyatad', 'lajos', 'semi-literate', '385', 'bosnian-croat', 'republika', 'srbska', 'override', 'reassert', 'adem', 'hodzic', 'seals', 'bosnia-hercegovina', 'councils', 'invalidated', 'cancellation', 'husein', 'micijevic', 'translators', 'booth', 'seventy', 'mandolina', 'zelic', 'translator', 'ringed', 'szabo', 'studying', 'envelopes', 'inconclusive', 'baltic', '101-strong', 'rebuff', 'toomas', 'savi', 'rosati', 'best-selling', 'marginalised', 'tactical', 'manoeuvre', 'circle', 'unwilling', 'matters', 'chosed', 'harm', 'eastward', 'inevitable', 'resembled', 'soviet-era', 'soars', '1,242.9', '596.5', 'january-may', 'expenditures', '9.50', '7.56', 'end-may', '31.6', '8.26', 'revise', 'pension', 'indexations', '566', '6.0-percent', 'indexation', 'quickened', 'envisaged', '16.98', '20.17', '3.19', 'leu', '3,161', '40-1', '3120264', 'nicaraguans', 'delinquency', 'bernardo', 'arce', 'advised', \"gov't\", 'dodging', 'ernesto', 'samper', 'seem', 'prosecutor-general', 'adolfo', 'salamanca', 'senators', 'myles', 'frechette', 'applauded', 'outcast', 'counternarcotics', 'year-old', 'stemming', 'enthusiastic', 'endorsing', 'lords', 'u.s.-bound', 'penalities', 'prisons', 'contributions', 'quake', 'shakes', 'earthquake', 'richter', '11.16', '1716', 'quepos', 'volcanic', 'seismologicial', 'welcoming', 'santamaria', '1700', 'barrier', 'cvrd', 'shelve', 'doce', 'dutra', 'annulled', 'dedicate', 'schomberg', '55-61-2230358', 'yates', '1996-08-29', '5.79', '6.08', '3.98', '148.29', '133.82', '2.07', '8.63', '7.23', 'franked', 'nov', 'reg', '3.67', '2.78', '2.69', 'depreciation', '3.25', '2.79', 'bartender', '9.68', 'bag', 'hometown', 'commuted', 'halting', 'mechanism', 'uncompromising', 'resolutions', 'necessarily', 'binding', 'blasted', 'amounted', 'concerning', 'korei', 'confront', 'confiscation', 'agrees', '8:00', 'puk-kdp', 'endorse', 'massing', 'centres', 'penetrated', 'reflects', 'aggression', 'safeguarded', 'comfort', 'noble', 'contemplate', 'ina', 'morals', 'abdulsamad', 'hameed', 'contrary', 'blasts', 'ignoring', 'crosson', 'ventura', 'mention', 'outdoor', 'commented', 'laughed', 'anti-drug', 'aggressively', 'flashpoint', 'likened', 'stream', 'missiles', 'needle', 'cigarette', 'poison', 'cocaine', 'marijuana', 'remarks', 'cigarettes', 'well-wishers', 'specifically', 'proposition', '215', 'cultivation', 'medicinal', 'headache', 'ingrown', 'toenail', 'non-political', '20-minute', '12-17', 'year-olds', 'flanked', 'bush', 'balance-water', 'dist', 'cty', 'ks', '45,020,000', '22,040,000', '1996a', '22,980,000', 'rfdg', '1996b', '09/05/1996', '06/01', '12/01', '-------------------------------------------------------------', '665m', '840m', '570m', '605m', '70m', '895m', '600m', '2003', '705m', '795m', '2004', '655m', '90m', '965m', '65m', '2010', '60m', '100m', '2011', '30m', '2012', '20m', '35m', '11,450', 'weigh', 'underpinned', 'persisted', 'declining', 'firming', 'cash-related', 'random', 'spruce', 'tbf', '0.70', '413.20', '369.00', 'jerry', 'bieszk', '312-408-8725', 'wheat--rains', 'planting', 'above-normal', 'plains', 'near-ideal', 'extension', 'irony', 'old-timers', 'dust', 'bowl', '1930s', 'turnabout', 'hodges', 'climatological', '20.19', 'climatologist', 'mosier', 'panhandle', 'beneficial', 'ideal', 'mositure', 'dolly', 'topsoil', 'adequate', '816', '561-8671', 'settles', 'jacksonville', '19.4', 'portfolios', 'thrifts', 'discontinued', 'installment', 'amoco', 'yemen', 'sharing', 'shabwa', 'dietsch', 'mees', 'production-sharing', 's-1', 'exploring', 'deferring', 'yemeni', 'amoco-yemen', 'contractor', 'potentially', 'oilfields', 'encyclopedia', 'ludwig', '1633', 'defends', 'hostile', 'evelyn', 'leopold', 'lashed', 'windfall', 'army-run', 'lengthy', 'nsanze', 'terence', 'tanzanian', 'julius', 'nyrere', 'unsympathetic', 'buyoya', 'tutsi-run', 'bind', 'gratuitous', 'immolation', 'mothusi', 'nkgowe', 'coups', 'dump', 'heap', 'justification', 'legitimate', 'discussion', 'impose', 'suggests', 'impede', 'chilean', 'cautious', 'defend', 'exposed', 'terroritsts', 'somavia', 'unarmed', 'inaction', 'indiscriminate', 'inderfurth', 'unconditional', 'berne', 'cantons', 'eoe', '1605', '83,008', '60,131', '22,877', '7,391', '5,658', '15.72', 'ahold', '7,190', '1,123', '10.01', 'bolswessanen', '4,420', '705', '6.17', 'abn', 'amro', '3,003', '1,940', '5.95', '3,853', '673', '5.45', '3,060', '843', '4.70', '020-504-5040', 'sucks', 'seven-year-old', 'cheques', 'ventilation', 'pipe', 'canard', 'enchaine', 'sucked', 'confederate', '113.00', 'eksportfinans', 'suedwest', '3.60', '1.75', 'economists', 'suisse', 'flat', '0.6', 'conf', '113.02', 'comi', 'medium-term', '109.45', '97.82', '4-1/2', '2006', '101.80', '4.252', '+41', '631', '7340', 'anti-bhutto', 'marched', 'removal', 'benazir', 'bhutto', 'zardari', 'nawaz', 'sharif', 'muslim', '16-party', 'nepotism', 'colourful', 'chanting', 'anti-government', 'balochistan', 'quetta', 'extra-judicial', 'youths', 'mohajir', 'mqm', 'turn-out', 'mobilised', 'turbulent', 'calmer', 'speaks', 'urdu-speaking', 'migrated', 'descendants', 'disaster', 'dislodge', 'holy', 'acc', 'apr-jul', 'april-july', '2.93', 'nani', 'palkhivala', '3.14', 'april-march', '3.01', 'grinding', '275,000', '1994/95', '77.79', '87.45', 'inadequate', 'infrastructural', 'shortages', 'achieved', '9.4', 'retaining', 'wsrl', 'kredietbank', 'welspun', 'stahl', 'rohren', 'part-finance', 'submerged', 'welded', 'pipes', 'maturing', 'indusind', 'uti', 'gujarat', '175,000', 'annum', 'longitudinal', 'spiral', 'yarn', 'towels', 'polyester', 'fishermen', 'p.v.', 'krishnamoorthy', 'rameswaram', 'mid-sea', 'accosts', 'arulanandam', '850', 'nadu', 'tamil-speaking', 'karunanidhi', 'influx', 'officals', 'impounded', 'trawlers', 'licenses', 'bose', 'assurance', 'revoke', 'coerced', 'palk', 'pesalai', 'fish', 'chinnathambi', 'unfair', 'penalise', 'fisheries', 'enforce', 'pomfret-rich', 'offerings', 'bales', 'vw', 'carmaker', 'adelt', 'passat', 'sedan', 'gilardi', 'miltiadis', 'evert', 'alexandroupolis', 'nd', 'businessmen', 'depart', 'unleashing', 'seven-point', 'merchants', 'professionals', 'pensions', '600', 'drachmas', 'absorption', 'evasion', 'accelerate', 'component', 'pushes', 'griffiths', 'chip', '3921.8', 'rebounded', 'jeopardise', 'tie-up', 'link-up', 'better-than-expected', 'non-eu', '506', '788', '1.12', '1.4', 'nonetheless', 'buoyed', '2,563.16', '4.32', 'viannet', 'communist-led', 'cgt', 'firmer', '108.40', 'gauge', 'rock-bottom', 'boj', 'predictions', 'improving', 'backbone', 'spectacular', 'breakout', 'baader', 'slippage', 'faltering', '1.4765', '107.78', '1.4779', '3,920.7', '15.09', '2,002.9', '388.50', '521.15', '1=.6421', 'aei', 'iso', '9002', 'twenty-second', 'accreditation', 'veritas', 'accredited', 'iberfreight', 'alicante', 'bilbao', 'seville', 'valencia', 'wafa', 'stupidity', 'strongest', 'expand', 'kiryat', 'sefer', 'demolishing', 'idiots', 'stupid', 'withdrawing', 'hurting', 'bethlehem', 'cater', 'labourers', 'al-aqsa', 'christians', 'bombings', 'halves', 'abandoning', 'diplomacy', 'bells', 'mahmoud', 'abbas', 'mazen', 'dore', 'promises', 'pressing', 'long-delayed', 'hebron', 'redeployment', 'yitzhak', 'mordechai', 'omer', 'akbel', 'prodi', 'tunceli', 'fsa', 'qualifies', 'muni', '2.44', 'ansgar', '3.334', 'obligation', 'avalon', 'borough', 'gos', 'seaford', 'n.y.', '6.31', 'colo', 'taxable', 'aa2', 'fac', 'auth', 'assoc', '4,300,000', 'lamm', 'ticket-cnn', 'cnn', 'competed', 'three-term', 'vied', 'disillusioned', 'horizons', 'donaldson', 'lufkin', 'jenrette', '35-7/8', 'payout', '0.69', '408-8787', 'mull', 'vowinkel', 'appeals', 'reorganisation', 'chiate', 'reinsure', 'liabilities', 'equitas', '1100', 'rowland', 'litigation', 'chairmen', 'gale', 'norton', 'immunizes', 'seeks', 'rescision', 'alternate', 'remedy', 'individually', 'rejection', 'forfeiting', 'risking', 'rejecting', 'gestures', 'bavarian', 'detail', 'nuremberg-based', 'duty', 'prosecutors', 'adolf', 'infamous', 'prosecute', 'gun-wielding', 'pistol', 'overtook', 'photographed', 'potsdam', 'nerve', 'coercion', 'file', 'degrading', 'lets', 'commit', 'clerk', 'u', 'indecency', 'performing', 'sadistic', 'torture', 'oral', 'fanfare', 'alerted', 'packages', 'sep', 'archaeological', 'reppas', 'theodoros', 'pangalos', 'coincide', 'celebrations', 'components', '756', '829', '876', '933', '1.07', '0.98', '657', '1.00', '1.09', '2.37', '2.01', 'refer', 'cavorting', 'ducruet', 'bodyguard', 'naked', 'poolside', 'tremila', 'gente', 'undressing', 'embracing', 'sunbed', 'explicit', 'fili', 'houteman', 'dancer', 'cabaret', 'principality', 'rainier', 'disapproved', 'caroline', 'villefranche', 'cameras', 'sound-track', 'almeida', 'saxony', 'ip', '804', 'acucar', 'auchan', '805', 'camat', 'agf-iart', '806', 'clears', 'billa', 'rewe-handelsgruppe', 'anita', 'gradin', 'exploitation', 'stockholm', 'eurostat', '51/96', 'march-may', 'tomato', 'warriors', 'bunol', 'pelted', 'armfuls', 'ripe', 'tomatoes', 'coated', 'blood-red', 'firework', 'fruit-throwing', 'frenzy', 'hurl', 'occasion', 'historians', '1945', 'disgruntled', 'locals', 'spontaneously', 'bombard', 'fiesta', 'boo-nee-ol', 'fame', 'grown', 'imerisia', 'pre-election', 'heats', 'includind', 'pasok', 'scrambles', 'slaps', 'coupons', '12.70', 'upcoming', 'kathimerini', 'inflows', 'post-election', 'subway', 'snags', 'overshoot', '520', 'lighten', 'kerdos', 'vows', 'mesures', 'kicks', 'yannos', 'papandoniou', 'drachma', 'constantine', 'mitsotakis', 'shake', 'naftemboriki', 'annually', 'georgiopoulos', 'hoek', 'loos', '28.9', '24.5', '273.6', '290.3', '44.4', '40.7', 'gases', '13.26', 'stagecoach', 'swebus', 'principle', 'stg-plus', 'vendors', 'see-saw', '0515', 'ninety-day', '9.93', '90.18', 'samurai', 'eurokiwi', 'issuance', 'certainty', '4746', 'guinness', 'peat', 'gpg', 'profitability', 'inevitably', 'weiss', '9.77', '6.93', 'pleasing', 'stemmed', 'consolidate', 'tyndall', 'mid-east', 'newcrest', 'abnormals', '20.81', '42.4', 'telfer', 'boddington', 'grades', 'evades', 'dense', 'bushland', 'occured', '6.30', '2030', 'glenwood', 'maryborough', 'emergent', 'quarantine', 'sightings', '.22', 'self-loading', 'probability', 'bushman', 'fixed-wing', 'cordon', 'sq', 'littered', 'caves', 'hideout', 'enabled', 'evade', 'heated', 'tasmania', 'rampage', 'penal', 'ek', 'chor', 'motorcyle', 'shanghai-ek', 'sino-thai', 'engines', 'pudong', 'automobile', '1.56', 'xingfu', 'motorcycles', 'khmer', 'rouge', 'ieng', 'sary', 'pot', 'aranyaprathet', 'dissident', 'hardliners', 'dnum', 'cambodian', 'ta', 'mok', 'dictatorial', 'copy', 'absentia', 'cambodia', '1975-1979', 'overwork', 'french-educated', 'brother-in-law', 'phnom', 'penh', 'russian-made', 'mi-17', 'mouly', 'resupply', 'stung', 'treng', 'mof', 'kubo', 'geared', 'worsening', 'supplementary', 'contraction', 'smoothly', 'mid-september', 'april-june', 'acknowledge', 'wartime', 'tide', 'resurgent', 'militarism', 'atrocities', 'unrepentant', 'militarists', 'undecided', 'indignant', 'shrine', 'dedicated', 'whitewash', '1931', 'genuinely', 'apologised', 'remorse', 'sakigake', 'masayoshi', 'takemura', 'smallest', 'ldp', 'destabilise', 'splits', 'reform-oriented', 'yukio', 'hatoyama', '49-year-old', 'snubbed', '62-year-old', 'pointedly', 'allies', 'resolve', 'backers', 'tainted', 'ldp-dominated', 'unpopular', 'taxpayer', 'ruined', 'stalled', 'defectors', 'bolts', 'lawmakers', 'eight-month-old', 'dissolve', 'reconvenes', 'hing', '2.7', '65.61', '63.87', '249.53', '242.94', '119.49', '134.40', '23-27', 'engages', 'warehousing', 'hurled', 'consulate-general', 'stromme', '430', 'molotov', 'cocktail', 'parking', 'novelist', 'dai', 'houying', '1966-76', 'revolution', 'intellectuals', '1937', 'anhui', 'teacher', 'hawaii', 'ren', 'translated', 'hwa', 'kay', 'plunges', '30.26', '0.53', 'unloaded', '47.5', '3,684', '7,011', '3,292', '1,683', '5,539', '115,941', '38.4', '83,801', '813', 'editorials', 'straights', 'beijing-funded', 'wen', 'wei', 'stem', 'ming', 'newly-established', 'lead-up', 'judiciary', 'subjected', 'survival', 'indecisive', 'hesitancy', '6441', 'frees', 'dahman', 'gaza-based', 'addameer', 'attorney-general', 'khaled', 'al-qidra', 'qidra', 'false', 'nahed', 'dahlan', 'headlines', 'pais', 'juvenile', 'aleix', 'vidal-quadras', 'catalan', 'defenestration', 'cinco', 'dias', 'santander', 'conquest', 'gaceta', 'negocios', 'caja', 'banisadr', 'abolhassan', 'commandeered', 'round-the-clock', 'fearing', 'gangland-style', 'machinegun', 'heed', 'sworn', 'enemy', 'chiefs', 'iberia', 'installations', 'consists', 'joulwan', 'sheehan', 'copenhagen', 'cleaning', 'aaxis', '10.9', 'logo', 'falsified', 'accounts', 'provisions', '146', 'necessitate', '+45', '33969650', 'balks', 'balked', 'stringent', 'surpasses', 'sewers', 'interfering', 'augment', 'threaten', 'dha', 'coordinate', '1.13', 'monies', 'reparations', 'deducted', 'overseeing', 'anticipated', 'supervision', '1,190', '267', '923', '598', 'york-based', 'overseers', 'percentile', 'emissions', 'caep', 'consultancy', '251/09', 'overland', 'delegations', 'nis', 'tra', '003', 'iae-3', '251/08', 'microfiche', 'di', '96/04', 'micromation', '251/07', 'gaseous', '251/06', 'tacis', '251/05', 'eec', '4064/89', '251/04', '251/03', 'wines', '251/02', 'ecu', '251/01', 'cull', 'obviously', 'examine', 'kiely', 'methodology', 'slaughtered', 'eradication', 'disappoint', 'predicted', '340', 'infections', 'naish', '147,000', 'reluctantly', 'placate', 're-examined', 'considerably', 'culled', 'reopen', 'slapped', 'creutzfeldt-jakob', 'cjd', 'bse-infected', 'blockades', 'roadblocks', 'importing', 'radios', 'blockaded', 'motorways', '0100', 'discovery', 'chopra', \"o'malley\", 'walton', 'iain', 'romero', 'jimenez', '147', 'antoine', 'lebouc', 'curry', 'affleck', 'sorensen', '19.6', 'ekimov', 'giunluca', 'gorini', 'breukink', 'wilfried', 'peeters', 'bart', 'voskamp', 'randolph', '11.20:33', 'lietti', 'mg-technogym', 'maarten', 'bakker', 'olaf', 'fifth-stage', 'zevenaar', 'venray', 'one-dayer', 'overs-a-side', '225-5', '46.4', '4:15.006', '4:23.029', '4:16.141', '4:19.665', '4:11.114', '4:20.341', 'darryn', '44.804', 'fiedler', '45.455', 'florian', 'rousseau', '45.810', 'georgios', 'chimonetos', 'lampros', 'vasilopoulos', '46.538', 'magali', 'faure', 'kathrin', 'freitag', '11.833', '12.033', 'felicia', 'ballanger', 'grichina', '11.776', '12.442', 'tanya', 'dubnicoff', '12.211', '12.208', 'annett', 'neumann', 'enioukhina', '12.434', '12.177).', 'restricts', '225', 'englishmen', '10-1-36-2', 'skying', 'long-on', 'off-side', 'well-flighted', 'pavilion', 'inswinging', 'b-2', 'w-7', '1-82', '2-141', '3-160', '4-174', '5-203', 'saqlain', '10-0-44-1', '10-3-31-1', '10-0-52-0', '10-0-56-1', 'nb-4', '1-57', '2-98', '3-146', '4-200', '5-220', '9.4-1-45-3', '7-0-28-1', '10-1-54-0', '3-0-14-0', '7-1-29-1', 'edgbaston', 'lombardi', 'polti', 'hans', 'clerq', 'jemison', 'servais', 'knaven', '10.57:33', 'fourth-stage', 'doetinchem-doetinchem', 'tunbridge', '40-3', '4-66', '4-45', '82-0', 'hove', '285-6', 'athey', '79-2', '259', 'saggers', '6-65', '8-0', '114', 'watkin', '4-28', 'solanki', '4-31', '166-1', 'barnett', '226-1', 'pooley', 'ramprakash', '5-55', 'fay', '4-77', '202-5', '183', '123-4', '1996-08-30', 'mcgeechan', 'grobbelaar', 'england-based', 'bruce', 'zifa', 'vice-chairman', 'pamire', 'five-nation', 'duvillard', 'argyle', 'segers', 'fashanu', 'heng', 'suan', 'lim', 'pleaded', 'accepting', '69-60', '35-23', '97-94', '39-32', 'jenson', '9-15', '.468', '.436', '.413', 'krizan', 'lila', 'osterloh', 'nanne', 'dahlman', '8-', '.561', '.353', '.602', '.478', '.564', '.459', '.626', '.444', '.403', '.424', '.552', 'slide', 'yankee', 'mulholland', 'bench-clearing', 'kingdome', 'ejected', 'marzano', 'brushed', 'wengert', 'nine-hitter', 'herrera', 'minors', 'baldwin', 'ozzie', 'guillen', '10-4', 'nilsson', 'offerman', 'rick', 'huisman', 'hentgen', '17-7', 'tossing', 'orel', 'hershiser', 'belle', 'yorkers', 'new-found', 'aggressiveness', 'adjusting', 'louder', 'messed', 'adrenalin', 'lanes', 'pitching', 'winningest', 'ron', 'wright', 'double-a', 'greenville', 'pointer', 'class-a', 'mid-season', '11-game', 'minor-league', 'phenom', 'andruw', 'post-season', 'abdellaoui', 'graef', '36th', '10,760', 'honour', 'assembled', 'quartets', '1936', 'anchor', 'autograph', 'ornate', 'dillard', 'lindy', 'remigino', 'hines', 'hasely', 'crawford', 'inspired', 'grand-daughter', 'gina', 'tillman', 'bachini', 'emon', 'bois', 'bronckhorst', 'ferdy', 'romania-hungary', 'much-delayed', 'positively', 'neighbourly', 'consulates', 'thessaloniki', 'observance', 'picks', 'bold', 'ogilvy', 'mather', 'communication', 'linked', 'divorces', 'romantically', 'petition', 'presenter', 'mocked', 'gymnasium', 'liffe', 'apt', 'automated', 'pit', 'tabular', 'gilt', '1/32', '107-12', '107-10', '107-06', '94.26', '97.42', '97.38', '97.34', '96.84', '96.83', '115.62', '115.58', '115.32', 'eurolira', '91.37', '91.36', '91.33', 'euroswiss', '97.79', '97.80', '3,894.00', '3,941.50', 'installs', 'kinshasa', 'cne', '9,446', 'deployed', 'deadlines', 'yoka', 'lye', 'mudaba', 'progressively', 'maniema', 'shaba', 'bandundu', 'installation', 'mobutu', 'sese', 'seko', 'object', 'insists', 'ikimi', 'fact-finding', 'wanting', 'ministerial', 'continuation', 'saro-wiwa', 'restricted', 'beatrix', '1652', 'guns', 'forbidden', 'categories', \"n'djamena\", 'idriss', 'deby', 'nomads', '125-member', 'fraternite', 'matin', 'establishes', 'decentralisation', 'bauza', 'donwahi', 'douati', 'alphonse', 'illicit', 'swine', 'jour', 'lakpe', 'appoints', 'severin', 'kouame', 'tanny', '+225', 'mahala', 'zvornik', 'lieutenant', 'marriner', 'retaliation', 'angry', 'mob', 'long-barreled', 'ak-47', 'lightning', 'berovo', 'cathedral', 'thunderstorm', 'kornblum', 'milosevic', 'greste', 'slobodan', 'defuse', 'manipulation', 'srpska', 'bolster', 'patron', 'rectify', 'expulsions', 'blessing', 'banja', 'luka', 'biljana', 'plavsic', 'oversee', 'mini-state', 'choosing', 'three-member', 'comprised', '2,901.48', 'rbls', 'rao', 'roubles', '2,891.00', 'ffk', '2,746', '2,840', '2,998', '0.042', '139.75', '0.59', '23.6', 'illiquid', 'harder', '406.6', '0.375', 'artyom', 'danielyan', 'kosovo', 'boycotted', 'institutions', 'bajgora', 'donje', 'ljupce', 'podujevo', 'celopek', 'revoked', 'cracked', 'moderates', 'cradle', 'meningitis', 'emanuil', 'ceausu', 'babes', 'infectious', 'virus', 'lasts', 'gastro-intestinal', 'tract', 'vukasin', 'filipovic', 'supplying', 'staging', 'mismanagement', 'finmin', 'raul', 'matos', 'azocar', '1630', 'imf-hosted', 'seminar', 'metric', 'sail', 'cartagena', 'coffee', 'non-oil', 'non-traditional', '334', '302', 'ocei', 'imf-sponsored', '2.240', '2.693', '951', 'foods', '27.4', '24.6', 'jpr', 'cops', 'racket', 'thirteen', 'lago', 'nacion', 'credibility', 'undermined', 'scandals', 'indictment', 'piotti', '3,600', 'dishonest', 'purged', 'brave', 'kandir', 'constitutionally', 'same-day', 'cetes', 'nervousness', '24.25', 'co-ordinated', 'acceptances', 'pagares', '25.10', 'longer-term', 'masked', 'oaxaca', 'assaults', 'credits', '2.209', 'oversupply', '684', 'shortfall', 'inflow', 'lezama', 'newroom', '728', '9554', '05:53', 'chilpancingo', 'pre-electoral', 'bickering', 'acatepec', 'fanned', 'intimidate', 'stirred', 'agir', 'ensemble', 'pour', 'droits', \"l'homme\", 'exerted', 'psychological', 'grabs', 'aguirre', '47-year-old', 'pessina', 'restaurants', 'travelled', 'condemn', 'day-to-day', 'punish', 'landless', 'peasants', 'countryside', 'ecumenical', 'endemic', 'thirty-six', 'massacred', 'para', 'lucas', 'moreira', 'neves', 'bishops', 'flees', 'passport', 'consular', 'anti-corruption', 'soliciting', 'icac', 'anti-graft', 'bribe', '12,940', 'scams', 'honduran', 'passports', 'thinks', 'solve', 'woes', '1,617', 'rajapat', 'warnings', 'pullouts', 'chatichai', 'choonhavan', 'chavalit', 'yongchaiyudh', 'aspiration', 'insincere', 'slowdown', 'switched', 'monarchy', '1932', 'yassin', 'ramle', '60-year-old', 'fundamentalist', 'wrecking', 'confined', 'freeing', 'skhirat', 'purely', 'vital', 'conlon', 'triumphal', '10-week', 'abruptly', '200-an-hour', 'eavesdrop', 'conversations', 'campaigns', 'invaluable', 'captivated', 'worried', 'senator', 'dianne', 'feinstein', 'bump', '50-year-old', 'dogged', 'wrongdoing', 'misconduct', 'questionable', 'judgment', 'selecting', 'advisers', 'revert', 're-elected', 'revelled', 'heartland', 'hoarse', 'voice', 'resolute', 'wit', 'stilted', 'glib', 'piper', 'jaffray', 'tax-exempt', 'compiled', '8/30', '-------------------------', 'a-rated', \"gen'l\", '4.45', '4.40', '+0.05', '4.90', '-----', '5.40', '5.35', '5.55', 'rev', 'muscular', 'dystrophy', 'gene-therapy', 'technique', 'telethon', 'method', 'muscle', 'degenerates', 'adulthood', 'non-working', 'producing', 'dystrophin', 'altered', 'common-cold', 'minimise', 'susceptibility', 'injected', 'mice', 'bred', 'genes', 'experiment', 'fibers', 'diminishing', 'test-tube', 'immune-system', 'oilseeds', 'oilseed', 'assn', '98,000', 'no.1', 'cargill', 'mitsui', 'dreyfus', '10-30', '16,300', 'dns', '212.00', '205.10', 'ww', '202.65', '19,500', '212.25', '204.74', '199.71', '23,500', '9,600', '4,900', '199.56', '18,278', '195.79', 'donation', 'taichung', 'procurement', '108,000', 'soybeans', 'bunge', '11-25', 'pnw', '0.8584', '6-20', '.8787', '31,412', 'pl-480', '303.19', 'buyer', '15-30', '595,400', '319,600', '12,300', '300,800', 'upland', '50,400', '54,800', '100,600', '75,000', '1,700', 'sorghum', '6,200', '156,700', 'pima', '49,900', 'poultry', 'fruits', 'gaining', '25.0', 'quota', 'onic', 'panel', 'cutout', 'offal', 'moines', 'steer', '9.76', '0.03', 'help-wanted', 'uneven', '83.0', '85.0', 'goldstein', 'want-ad', 'hiring', 'matched', 'heist', '690,000', 'jewelry', 'showboat', 'capt', 'andrews', 'videotape', 'suitcase', 'resembling', 'wholesaler', 'schein', 'suitcases', 'closet', 'jewellers', 'mid-twenties', 'distract', 'mcgilley', 'description', 'o.j.', 'simpson', 'hints', 'financially', 'jury', 'gag', 'prohibits', 'acquittal', 'crying', 'blues', 'erroneous', 'jam-packed', 'distanced', 'buffalo', 'wildly', 'supportive', 'gifts', 'year-long', 'limelight', 'supermarket', 'reprinted', 'editions', 'vitriol', 'journalism', 'dignify', 'surgeon', 'discarding', 's.c.', 'amputated', 'improperly', 'disposed', 'deformed', 'infant', 'prosthesis', 'orthopedic', 'educational', 'freezer', 'spoiled', 'crab', 'trap', 'flesh', 'cop', 'shrub', 'guys', 'bagged', 'checker', 'pines', 'drive-through', 'toting', 'earl', 'feugill', 'camouflaged', 'shaggy', 'freeze', 'marines', 'attaching', 'strips', 'burlap', 'disguise', 'staking', 'robberies', 'fast-food', '90-minute', 'stakeout', 'dla', '2.7975', 'logistics', '2.7775', 'nbc', 'consultant', 'reshaped', 'ms-nbc', 'ire', 'repositioning', 'gluten', 'meal', 'steady-higher', 'pickup', '117.00', 'pellets', '320.00', 'decatur', 'il', 'cedar', 'rapids', 'ia', '310.00', 't', '234,324', 'cereals', '105.07', 'ecus', 'provisionally', 'optional-origin', 'enjoys', 'subtracting', '34,277', '109.36', '5432', 'shipyard', '3,500', 'cherbourg', '1,800', 'yeard', 'cutback', 'indre', 'managements', 'curtail', 'estates', 'hub', 'gadoon', 'unearthed', 'police-run', 'cages', 'tando', 'allahyar', 'hyderabad', 'recorder', 'sui', 'technologists', 'sugarcane', 'pillaged', 'gujar', '3,225', 'megawatt', 'on-line', 'mohib', 'textile', 'defaulted', 'leasing', 'modarabas', 'multiply.q', '7.84', 'shahid', 'privatisation', 'sindh', 'ad-interim', 'restraining', 'javedan', 'dadabhoy', 'pvt', '9251-274757', 'directions', 'occupying', 'rebelled', 'wrecked', 'heavily-mined', 'halo', 'roadsides', 'qotbuddin', 'hilal', 'officiated', 'sprinkling', 'petrol', 'andhra', 'pradesh', 'rarest', 'beings', 'roasted', 'appellants', 'plotted', 'k.t.', 'elephant', 'tramples', 'rampaging', '72-year-old', 'trampled', 'hari', 'maya', 'poudels', 'madhumalla', 'asleep', 'beast', 'kingdoms', 'elephants', 'overrun', 'kudapokuna', 'welikanda', 'army-controlled', 'vavuniya', 'undercover', 'vicorp', 'sabourin', 'cfo', 'denver', 'bestop', 'boulder', '1610', 'socal', 'edison', 'kilovolt', 'kv', 'wildfire', 'raging', 'conroy', 'crews', 'fire-related', 'residues', 'megawatts', 'mw', '1,200', 'containment', 'arid', 'windy', 'leong', '1622', 'munis', '0.056', 'municipals', 'semiconductor', 'expectation', 'emerge', 'modem', '2-1/8', '11-3/8', 'modem-chip', 'fast-growing', 'networking', 'elias', 'moosa', 'roberston', 'pmc-sierra', 'chipsets', 'severance', 'randall', 'soundview', 'focusing', 'fastest-growing', 'much-larger', 'develops', 'shrink', 'hambrecht', 'quist', 'low-margin', 'pmc', 'slowing', '206-386-4848', 'housecall', 'sink', 'underperform', '7-3/8', '7-1/8', 'atlanta-based', '0.17', 'non-medicare', 'hospice', 'limitation', 'subsidiaries', '17,024,000', '18,174,000', '31,834,000', '24,137,000', '7,718,000', '6,828,000', '14,668,000', '13,091,000', '9,167,000', '11,175,000', '16,909,000', '10,880,000', '1.05', '1.59', '1.02', '10,650,407', 'forma', '9,306,000', '11,346,000', '17,166,000', '11,046,000', '3,820,000', '4,658,000', '7,047,000', '4,534,000', '5,486,000', '6,688,000', '10,119,000', '6,512,000', '0.37', '0.68', '0.44', '14,775,000', 'oasis', 'gallagher', 'obscene', 'swore', 'hate', 'f...', 'supermodel', 'noel', 'laryngitis', 'house-hunting', 'patsy', 'kensit', 'tickets', 'slough', 'upbeat', 'pretax', '14p', '1009', '12-1', '2p', '468p', '691p', 'hammerson', '8p', '390', 'warburg', 'stances', 'maintaining', 'rental', 'incomes', 'shaved', 'nigel', 'mobbs', 'birt', 'shrinks', '26.5', 'seasonally', '715', '973', 'canadians', '3.72', 'burea', '613', '235-6745', 'palestinian-ruled', 'shaken', 'backdrop', 'four-hour', '0900', 'espionage', 'rings', 'jomhuri', 'eslami', 'photographing', 'pan-turkism', 'exiles', 'fallahiyan', 'distillates', 'kerosene', '99', 'sort', 'noticeable', '45-50', 'differential', 'ports', 'exceed', '27.40', '27.70', '27.22', 'cargoes', '24.00', '24.20', '24.10', '24.24', 'lowest', 'suspicious', 'overhang', 'sulphur', '70-75', 'manuscript', 'thieves', 'testament', 'al-akhbar', 'undated', 'pretended', 'wyche', 'invoked', 'recess', 'confirming', 'predecessor', 'mabus', 'shops', 'shutters', 'exporters', 'purchasing', '1997/98', '199,900', '149,100-a', '74,600', '55,000-b', '161,600', 'a-', '54,600', 'b-', '55,000', 'destinations', 'southland', 'mainframe', 'delivering', 'real-time', 'constitutes', 'contends', 'misappropriating', 'nba', 'continually', 'baxter', 'immuno', 'miilion', 'secures', '747s', 'cos', 'chipset', 'hotels', 'doubletree', 'five-point', 'toxic', 'stock-trade', 'h&r', 'compuserve', 'impasse', 'authorised', 'trashed', 'nudge', 'gop', 'reporter', 're-nomination', 'state-by-state', 'beachcomber', 'highlands', 'foot-long', 'debris', 'bearing', 'markings', 'conducting', 'fireball', 'wallets', 'shoes', 'mechanical', 'leila', 'corcoran', 'writes', 'still-enslaved', 'pleads', 'abraham', 'maimed', 'poses', 'volunteers', 'preserved', 'microfilm', 'stowed', 'rarely', 'enlistment', 'discharge', 'certificates', 'unveiling', 'memorial', '37,000', 'shall', 'oportunity', 'enjoyment', 'sic', 'slavery', 'oppreses', 'liberty', 'outpouring', 'coloured', 'curse', 'separated', '1865', 'well-to-do', 'matron', 'plead', 'dishonourable', 'prisoner', 'thoughtless', 'folly', 'notation', 'regiment', 'pardon', 'anguish', 'amputee', 'terrible', 'haunted', 'posed', 'bare-chested', '1864', 'insight', 'rhythms', 'carbondale', 'editor', 'gen', 'ulysses', 'writings', 'poetic', 'linguistic', 'treasure', 'trove', 'sociology', 'seared', 'consciousness', 'confederacy', 'retirees', 'budge', 'weidman', 'shepherded', 'predicts', 'databases', 'battlefields', 'discharged', 'incapacity', 'inebetude', 'arise', 'masturbation', 're-nominate', '559-mile', 'vow', 'sylvie', 'ajaccio', 'mediterranean', 'defused', 'get-tough', 'jean-louis', 'debre', 'corse', 'lax', 'widely-reported', 'powerless', 'france-soir', 'beauvau', 'nightly', 'figaro', 'shaky', 'seven-month', 'racked', 'low-level', 'separatist-inspired', 'principally', 'backlash', 'om', 'gruppen', 'omlx', 'pulpex', 'pulp', 'timber', 'recycled', 'complements', 'softs', 'cocoa', 'unpredictable', 'risky', 'hedge', '+46-8-700', '1006', 'amsterdam-rotterdam-antwerp', 'tankage', 'week-ago', '29/8/96', '22/8/96', '1/9/95', '400-425', '425', 'naphtha', '50-75', '75-100', '1,650', '1,850-1,900', '325-350', 'kero', '15-20', 'throughput', 'straight-run', 'bunkering', 'blenkinsop', 'anti-nuclear', 'pantomime', 're-enacting', 'brandished', 'theatre-prop', 'gorleben', 'depot', 'mafia', 'catania', 'sicily', 'slaying', '14-year-old', 'nephew', 'puglisi', 'salvatore', 'botta', 'cemetery', 'sicilian', 'hardened', 'anti-mafia', 'tip-off', 'consciences', 'nitto', 'santapaola', 'knelt', 'ambush', 'cemetary', 'canteen', 'limerick', 'warders', 'takings', 'italians', 'hiv-pensioner', 'harassing', 'hookers', '61-year-old', 'aids', 'pensioner', 'pietro', 'hiv', 'cruising', 'red-light', 'hurling', 'blanks', 'sighted', 'arctic', 'spitzbergen', 'rune', 'ntb', 'vnukovo', 'tupolev', 'longyearbyen', 'airstrip', 'rescuers', 'three-engine', 'opera', 'mountainside', '0815', 'coal-mining', 'barentsburg', '1920s', 'galeforce', 'meteorological', 'cellars', 'trees', 'uprooted', 'roofs', 'trains', 'cm', '2.24', '7.4', '2.96', 'communes', 'rmt', 'turnhout', 'scouts', 'camping', 'meadow', 'hindered', 'excavations', 'jumet', 'sex-and-murder', 'lightly', 'tides', 'pesetas', 'chemicals', '4,150', '61.45', '61.94', '4,175', 'madness', 'overreacted', '+34', '585', '2161', 'nahar', 'liberte', 'leveilly', 'finns', 'sex-abuse', 'captive', 'tampere', 'luxury', 'ilkka', 'laasonen', 'iltalehti', 'audi', 'ingolstadt', 'demel', 'hedged', 'kekkila', 'full-yr', 'fertilisers', 'saplings', 'trend', 'fluctuations', 'end-year', 'interview-t&n', 'untroubled', 't&n', 'bumble', 'predict', 'echoing', 'automotive', 'equally', 'predicting', 'rationalised', 'destocked', '9.5', 'destocking', 'relaxed', 'cycle', 'fraction', 'commenting', 'piston', 'kolbenschmidt', 'obstacles', 'huddart', '8716', 'jolts', 'zealands', 'waiau', 'spa', 'hanmer', 'prone', 'earthquakes', 'smooth', 'trevelyan', 'half-yearly', 'absolutely', 'predicated', 'precepts', 'trough', 'draconian', 'rentals', 'reclamation', 'narrowly', 'downtrend', 'hover', 't$', '27.482', '27.495', '275', '2-5080815', '20,500', '20,605', 'touching', 'intraday', '20,530', '20,725', '19,560', 'technically', '20,300', '21,000', 'doreen', 'siow', '65-8703092', 'siam', 'banker', '8.46', '662', '652-0642', \"m'bishi\", '7-year', 'tokyo-mitsubishi', '2.95', 'sep.03', 'sep.96', 'int', 'mar.97', 'sub', 'jul-18.jul', 'jcr', 'jbri', 'daewoo', 'dacom', '822', '727', '5644', 'commem', 'manufactures', 'ski', 'antara', 'evident', 'happening', 'motivated', 'major-general', 'utomo', 'indonesias', 'extinguished', 'injures', 'exaggerate', '11.38', '11.45', '918', '490', '538', 'rents', 'haneda', 'itami', 'beijing-backed', 'post-handover', 'contesting', 'stymies', '400-strong', 'dismantle', 'fully-elected', 'considerable', 'directorate-grade', 'bureaucrats', '33,000', 'tier', 'mandarin', 'secretaries', 'src', 'barrel-per-day', 'distillation', 'stuck', 'x-ray', 'no.3', 'varied', 'exchanger', '285,000', 'co-owned', 'petrolem', 'joint-venture', 'chevron', 'texaco', '+65-8703086', 'loxley', '332.66', 'reviewed', '6.66', '266.37', '662-252-9950', 'mth', 'pvs', 'yr-ago', '+0.1', '+0.0', '119.3**', '+3.7', '+3.6', '+4.7', '119.3', '+0,2', '+3.5', '+5.2', 'jobless', 'inem', '63,913', '33,149', '65,345', '2.17m', '13.67', '14.15', '15.19', '196.8', '180.6', '279.9', 'cur', '110.4', '+1,161', '+400.9', '+310.4', '54,703.0', '+0.2', '119.6**', '+1.2', '+1.5', '+7.1', '119.6', 'prod', '+1.0', '+9.8', '108.4**', 'm4', '+2.6', '+4.2r', '+10.8', 'adj', 'trln', '75.912', '1,100.7', '1,164.1', '988.2', '1,315.7', '1,433.4', '1,236.5', '215.0', '269.3', '248.3', '1,334.0', '1,119.0', '1,420.9', 'govt.budget', 'govt.fcast', '+282.1', '380.6', '+230.4', 'def', '1,184.0', '1,466.1', '1,456.7', 'qtr', 'epa', '+168,130', '+31,230', '+167,330', 'yr-yr', '+1.9', '+2.3r', '+3.4', '18.1', '16.9', '69.7', '7.25', '7.50', '04/06/96', 'customs-cleared', 'annualised', 'ine', 'variation', 'total-', 'corresponds', 'relate', 'finances', '**general', '100=1992', '100=1990', 'obstructing', 'lasa-zabala', 'gal', 'prescriptions', 'gomez', 'liano', 'aznar', 'bch', 'hive', 'coopers', 'lybrand', 'emigrates', 'lenzing', 'viscose', 'fibre', 'preview', '84.5', 'schillings', 'fibres', 'economies', '+431', '53112', 'fundamentalists', 'masterminds', 'ideologists', 'financers', 'clarifications', 'clarification', '1676/96', 'amending', '2454/93', '2913/92', 'donna', 'topic', 'pundits', 'debated', 'forgo', 'unflagging', 'sidestepped', 'strong-dollar', 'bentsen', 'viewed', 'distinctively', 'widness', 'timely', 'instances', 'post-second', '1.3438', '79.75', 'stands', '1.48', 'expertise', 'co-chairman', 'faust', 'bailard', 'biehl', 'kaiser', 'awfully', 'bentsen-era', 'greenspan', 'reappointment', 'perelstein', 'mainstay', 'amstetten', 'ewald', 'brenner', 'stieglmair', 'brunmayr', '43rd', 'marino', 'hartson', 'best-of-three', 'ex-world', '24-kms', 'samokhalova', 'spirited', 'quigley', 'numerical', 'superiority', 'goulnara', 'fatkoullina', 'snatching', 'lapped', 'ingrid', 'haringa', 'lancien', '12.341', '12.348', '12.130', '12.124', '12.112', '12.246', '11.959', '12.225', '24-km', '31.081', 'tatiana', 'stiajkina', 'arndt', 'vikstedt-nyman', 'boyden', 'godras', 'kombouare', 'abderdeen', '467,000', 'aitken', 'affection', 'ginola', 'influential', 'influenced', 'imola', 'doohan', '50.250', 'bayle', '1:50.727', 'norifumi', 'abe', '1:50.858', 'luca', 'cadalora', '1:51.006', 'criville', '1:51.075', '1:51.287', 'tadayuki', 'okada', '1:51.528', 'checa', '1:51.588', '1:51.784', 'shinichi', 'itoh', '1:51.857', '216', '217', 'swe', 'bradley', 'hughes']\n" + "['', '', '', '', 'soccer', '-', 'polish', 'first', 'division', 'results', '.', '', 'warsaw', '1996-08-24', 'of', 'matches', 'on', 'saturday', ':', 'amica', 'wronki', '3', 'hutnik', 'krakow', '0', 'sokol', 'tychy', '5', 'lech', 'poznan', 'rakow', 'czestochowa', '1', 'stomil', 'olsztyn', '4', 'wisla', 'gornik', 'zabrze', 'slask', 'wroclaw', 'odra', 'wodzislaw', 'gks', 'katowice', 'polonia', 'zaglebie', 'lubin', '2', 'lks', 'lodz', 'legia', 'belchatow', 'cricket', 'pollock', 'concludes', 'warwickshire', 'career', 'with', 'flourish', 'london', '1996-08-25', 'south', 'african', 'fast', 'bowler', 'shaun', 'concluded', 'his', 'a', 'sunday', 'by', 'taking', 'the', 'final', 'three', 'wickets', 'during', 'county', \"'s\", 'league', 'victory', 'over', 'worcestershire', ',', 'who', 'returns', 'home', 'tuesday', 'for', 'an', 'ankle', 'operation', 'took', 'last', 'in', 'nine', 'balls', 'as', 'were', 'dismissed', '154', 'after', 'hour', 'interruption', 'rain', 'then', 'reached', 'adjusted', 'target', '109', '13', 'to', 'spare', 'and', 'record', 'their', 'fifth', 'win', 'six', 'games', 'are', 'currently', 'fourth', 'position', 'behind', 'yorkshire', 'nottinghamshire', 'surrey', 'captain', 'david', 'byas', 'completed', 'third', 'century', 'side', 'swept', 'clear', 'at', 'top', 'table', 'reaching', 'best', '111', 'not', 'out', 'against', 'lancashire', 'total', '205', 'eight', 'from', '40', 'overs', 'looked', 'reasonable', 'before', 'put', 'attack', 'sword', 'collecting', 'runs', 'just', '100', 'sixes', 'fours', 'eventually', 'only', 'four', 'down', '7.5', 'cycling', 'ballanger', 'keeps', 'sprint', 'title', 'style', 'martin', 'ayres', 'manchester', 'england', '1996-08-30', 'felicia', 'france', 'confirmed', 'her', 'status', 'world', 'number', 'one', 'woman', 'sprinter', 'when', 'she', 'retained', 'championships', 'friday', 'beat', 'germany', 'annett', 'neumann', '2-0', 'best-of-three', 'add', 'olympic', 'gold', 'medal', 'won', 'july', 'also', 'place', 'magali', 'faure', 'defeating', 'ex-world', 'champion', 'tanya', 'dubnicoff', 'canada', '25', 'will', 'be', 'aiming', 'complete', 'track', 'double', 'defends', '500', 'metres', 'time', 'trial', 'other', 'night', 'women', '24-kms', 'points', 'race', 'ended', 'success', 'reigning', 'russia', 'svetlana', 'samokhalova', 'fought', 'off', 'spirited', 'challenge', 'american', 'jane', 'quigley', 'take', 'second', 'year', 'nation', 'have', 'two', 'riders', 'field', 'made', 'full', 'use', 'numerical', 'superiority', 'goulnara', 'fatkoullina', 'helped', 'build', 'unbeatable', 'lead', 'snatching', 'bronze', 'former', 'medallist', 'event', 'led', 'half', 'distance', '\"', 'i', 'went', 'so', 'close', 'this', 'but', 'having', 'certainly', 'gave', 'russians', 'advantage', 'said', 'lapped', 'which', 'left', 'ingrid', 'haringa', 'netherlands', 'seventh', 'despite', 'highest', 'score', 'nathalie', 'lancien', 'missed', 'winning', 'finished', 'disappointing', '10th', 'rugby', 'australian', 'standings', 'sydney', '1996-08-26', 'premiership', 'played', 'weekend', '(', 'tabulate', 'under', 'drawn', 'lost', ')', 'manly', '21', '17', '501', '181', '34', 'brisbane', '16', '569', '257', '32', 'north', '14', '560', '317', '30', 'city', '20', '487', '293', '29', 'cronulla', '12', '6', '359', '258', '26', 'canberra', '8', '502', '374', 'st', 'george', '421', '344', 'newcastle', '11', '9', '416', '366', '23', 'western', 'suburbs', '382', '426', 'auckland', '10', '406', '389', '22', 'tigers', '309', '435', 'parramatta', '388', '391', 'bulldogs', '325', '356', 'illawarra', '395', '432', 'reds', '297', '398', 'penrith', '339', '448', 'queensland', '15', '266', '593', 'coast', '351', '483', '304', '586', '210', '460', '--', 'newsroom', '61-2', '9373-1800', 'tennis', 'hamlet', 'cup', 'commack', 'new', 'york', 'tournament', 'prefix', 'denotes', 'seedings', 'finals', 'singles', 'andrei', 'medvedev', 'ukraine', 'damm', 'czech', 'republic', '7-5', '6-3', 'doubles', 'luke', 'jensen', 'murphy', 'u.s.', 'alexander', 'volkov', 'handrik', 'dreekmann', '7-6', 'bonn', 'says', 'moscow', 'has', 'promised', 'observe', 'ceasefire', '1996-08-22', 'thursday', 'it', 'had', 'received', 'assurances', 'russian', 'government', 'that', 'its', 'forces', 'would', 'latest', 'chechnya', 'foreign', 'ministry', 'spokesman', 'erdmann', 'diplomat', 'wolfgang', 'ischinger', 'been', 'assured', 'senior', 'officials', 'ultimatum', 'storm', 'chechen', 'capital', 'grozny', 'was', 'valid', 'is', 'they', 'keep', 'told', 'reuters', 'speaking', 'telephone', 'met', 'two-day', 'visit', 'he', 'returned', 'political', 'director', 'deputy', 'ministers', 'vice', 'defence', 'minister', 'yevgeny', 'primakov', 'pledge', 'seek', 'solution', 'aegis', 'organisation', 'security', 'cooperation', 'europe', 'osce', 'no', 'longer', 'issue', 'quoting', 'sent', 'german', 'klaus', 'kinkel', 'personal', 'envoy', 'urge', 'end', 'military', 'campaign', 'breakaway', 'region', 'threat', 'major', 'assault', 'unauthorised', 'initiative', 'commanding', 'general', 'intention', 'positive', 'about', 'request', 'wednesday', 'president', 'boris', 'yeltsin', 'chief', 'lebed', 'should', 'return', 'meet', 'tim', 'goldiman', 'representative', 'responsible', '/', '1996-08-28', 'karlsruhe', 'pauli', 'bayern', 'munich', 'bayer', 'leverkusen', 'cologne', 'hansa', 'rostock', 'fortuna', 'duesseldorf', '1860', 'arminia', 'bielefeld', 'duisburg', 'tabulated', 'goals', 'vfb', 'stuttgart', 'borussia', 'dortmund', '7', 'vfl', 'bochum', 'sv', 'hamburg', 'werder', 'bremen', 'schalke', '04', 'freiburg', 'moenchengladbach', 'harleysville', 'group', 'ups', 'qrtly', 'dividend', 'pa', 'quarterly', 'prior', 'amount', '$', '0.21', '0.19', 'pay', 'sept', '38', '46', '42', '24', 'croft', 'restricts', 'pakistan', '225-5', '1996-08-29', 'tight', 'bowling', 'glamorgan', 'off-spinner', 'robert', 'restrict', '225', 'five', '50', 'one-day', 'international', 'old', 'trafford', 'few', 'englishmen', 'make', 'good', 'impression', 'test', 'debut', 'oval', 'week', 'showed', 'great', 'control', 'dried', 'up', 'early', 'flow', 'collected', 'aamir', 'sohail', 'wasim', 'akram', 'spell', '10-1-36-2', 'there', 'wicket', 'each', 'ronnie', 'irani', 'allan', 'mullally', 'darren', 'gough', 'although', 'joy', 'dean', 'headley', 'along', 'batsman', 'graham', 'lloyd', 'making', 'toss', 'chosen', 'bat', 'pakistani', 'excellent', 'start', 'saeed', 'anwar', 'continued', 'form', 'opening', 'partnership', '82', 'struck', 'superb', '176', 'more', 'aggressive', '57', '75', 'skying', 'catch', 'long-on', 'ijaz', 'ahmed', 'added', '59', 'back', '19', 'space', '48', 'bowled', 'stepped', 'try', 'hit', 'through', 'off-side', 'promoted', 'himself', 'order', 'followed', 'drifted', 'another', 'well-flighted', 'delivery', 'legs', 'shortly', 'pavilion', 'repaid', 'later', 'moin', 'khan', 'inswinging', 'yorker', 'inzamam-ul-haq', '37', 'salim', 'malik', 'ran', 'nationalists', 'want', 'iliescu', 'ousted', 'hungary', 'pact', 'bucharest', '1996-08-27', 'junior', 'nationalist', 'members', 'romania', 'ruling', 'coalition', 'called', 'impeachment', 'ion', 'backing', 'friendship', 'treaty', 'neighbouring', 'party', 'social', 'democracy', 'partner', 'immediately', 'national', 'unity', 'punr', 'demand', 'crude', 'electioneering', 'desperate', 'move', 'losing', 'reason', 'existing', 'ahead', 'electoral', 'pdsr', 'executive', 'adrian', 'nastase', 'both', 'necessary', 'adding', 'stance', 'threatening', 'agreed', 'unexpectedly', 'weeks', 'ago', 'years', 'disputes', 'large', 'ethnic', 'hungarian', 'minority', 'boost', 'countries', \"'\", 'chances', 'admission', 'nato', 'european', 'union', 'if', 'vexed', 'could', 'leave', '...', 'we', 'might', 'help', 'them', 'do', 'go', 'like', 'holds', 'key', 'ministries', 'justice', 'transport', 'agriculture', 'communications', 'leader', 'gheorghe', 'funar', 'statement', 'power', 'since', 'fall', 'communism', '1989', 'impeached', 'treason', 'compromising', 'rights', 'due', 'signed', 'next', 'month', 'call', 'came', 'eve', 'official', 'launch', 'term', 'november', 'polls', 'appeal', 'opposition', 'attempt', 'oust', 'unlikely', 'succeed', 'analysts', 'invited', 'leaders', 'meeting', 'discuss', 'romanian', 'oppose', 'different', 'reasons', 'presidential', 'available', 'comment', 'austria', 'scotland', '4-0', 'under-21', 'match', 'amstetten', 'halftime', '3-0', 'championship', 'scorers', 'ewald', 'brenner', '5th', 'minute', 'mario', 'stieglmair', '42nd', 'ronald', 'brunmayr', '43rd', '56th', 'attendance', '800', 'slough', 'estates', 'helps', 'lift', 'property', 'sector', 'strong', 'set', 'interim', 'upbeat', 'outlook', 'plc', 'shares', 'earlier', 'announced', 'percent', 'rise', 'first-half', 'pretax', 'profit', '37.4', 'million', 'stg', 'climbed', 'nearly', 'or', '14p', '250', 'pence', '1009', 'gmt', 'while', 'british', 'land', '12-1', '2p', '468p', 'securities', 'rose', '5-1', '691p', 'hammerson', '8p', 'higher', '390', 'traders', 'investment', 'banks', 'merrill', 'lynch', 'sbc', 'warburg', 'fueled', 'gains', 'dealer', 'stances', 'factors', 'bank', 'preparing', 'note', 'very', 'technical', 'basis', 'our', 'most', 'favoured', 'issued', 'update', 'saying', 'predictions', 'being', 'realised', 'market', 'case', 'far', 'member', 'team', 'maintaining', 'forecast', 'growth', 'rental', 'incomes', '1996', 'shaved', 'recommendation', 'because', 'chairman', 'sir', 'nigel', 'mobbs', 'bullish', 'mood', 'prospect', 'period', 'steady', 'economic', 'low', 'inflation', 'believe', 'continue', 'improvement', 'jonathan', 'birt', '+44', '171', '542', '7717', 'carling', 'training', 'squad', 'jeremy', 'guscott', 'rory', 'underwood', 'richards', 'season', 'quartet', 'possess', '244', 'caps', 'between', 'omitted', 'summer', 'camp', 'still', 'contention', 'northern', 'starts', 'qualities', 'well', 'known', 'selectors', 'course', 'considered', 'gets', 'underway', 'football', 'troops', 'remain', 'bosnia', '1997--ruehe', 'volker', 'ruehe', 'stay', 'part', 'force', 'ensure', 'establishment', 'peace', 'newspaper', 'reported', 'current', 'nato-led', 'ifor', 'bild', 'am', 'sonntag', 'interview', 'mandate', 'expires', 'december', 'bosnian', 'elections', 'september', 'reduced', 'beginning', 'october', '60,000', '20,000', 'completely', 'begin', 'negotiations', 'excerpts', 'released', 'publication', 'must', 'avoid', 'giving', 'deployment', 'yugoslavia', 'perceived', 'long', 'run', 'occupation', 'hand', 'prevent', 'any', 'war', 'massacres', 'police', 'commandos', 'australians', 'colombo', 'armed', 'patrolled', 'ground', 'australia', 'opened', 'short', 'tour', 'sri', 'lanka', 'five-run', 'country', 'youth', 'limited', 'includes', 'india', 'zimbabwe', 'presence', 'sniffer', 'dogs', 'plainclothes', 'policemen', 'trouble-free', 'island', 'boycotting', 'fixture', 'february', 'fears', 'violence', 'batting', 'warm-up', 'scored', '251', 'seven', 'ricky', 'ponting', 'way', '119', 'retiring', 'replied', '246', 'coach', 'geoff', 'marsh', 'impressed', 'competitiveness', 'sweat', 'v', 'scoreboard', 'day', 'monday', 'innings', '326', 'j.', 'crawley', '106', 'g.', 'thorpe', '54', ';', 'waqar', 'younis', '4-95', '521-8', 'declared', '61', 'overnight', '74-0', 'm.', 'atherton', 'c', 'b', 'mushtaq', '43', 'a.', 'stewart', 'asif', 'mujtaba', 'n.', 'hussain', 'lbw', '51', 'knight', 'c.', 'lewis', 'd.', 'cork', 'r.', 'i.', 'salisbury', 'extras', 'b-6', 'lb-2', 'w-1', 'nb-13', '242', '1-96', '2-136', '3-166', '4-179', '5-187', '6-205', '7-220', '8-238', '9-242', '15.4-1-67-3', '18-3-55-1', '37-10-78-6', '2-1-4-0', 'mohammad', '10-3-30-0', 'nb-5', '1-7', '3-0-15-0', '3-0-24-1', '0.4-0-9-0', 'result', 'lord', '164', 'headingley', 'series', 'internet', 'startup', 'funded', 'develop', 'java', 'software', 'mountain', 'view', 'calif.', 'small', 'engineers', 'sun', 'microsystems', 'inc.', 'javasoft', 'unit', 'formed', 'company', 'dubbed', 'infrastructure', 'fledgling', 'established', 'ground-floor', 'office', 'here', 'venture', 'financing', 'bessemer', 'partners', 'menlo', 'park', 'calif', '..', 'cowan', 'founder', 'acting', 'jim', 'bidzos', 'rsa', 'data', 'dynamics', 'technologies', 'verisign', 'doors', 'dozen', 'initial', 'employees', 'combines', 'experience', 'apple', 'computer', 'oracle', 'systems', 'portends', 'dramatic', 'changes', 'hong', 'bui', 'engineering', 'serving', 'engineer', 'programming', 'language', 'introduced', 'mid-1995', 'captured', 'attention', 'industry', 'ability', 'operate', 'across', 'virtually', 'all', 'system', 'relatively', 'secure', 'manner', 'silicon', 'valley', 'giant', 'kleiner', 'perkins', 'caufield', '&', 'byers', 'fund', 'managed', 'startups', 'developing', 'licensed', 'organisations', 'ranging', 'microsoft', 'corp.', 'business', 'machines', 'taiwan', 'prasad', 'wagle', 'among', 'founding', 'aims', 'using', 'networked', 'applications', 'ubiquitious', 'feature', 'programmes', 'applets', 'can', 'downloaded', 'server', 'computers', 'centre', 'networks', 'onto', 'individual', 'model', 'users', 'always', 'gain', 'access', 'need', 'store', 'than', 'saving', 'costs', 'memory', 'storage', 'chris', 'zuleeg', 'veteran', 'marketing', 'manager', 'whose', 'web', 'site', 'www.internetstartup.com', 'numerous', 'pioneers', 'including', 'psi', 'net', 'scores', '48-1', 'jordanian', 'pm', 'kabariti', 'leaves', 'west', 'amman', 'prime', 'abdul-karim', 'al-kabariti', 'town', 'ramallah', 'hold', 'talks', 'palestinian', 'yasser', 'arafat', 'stalled', 'middle', 'east', 'process', 'state', 'news', 'agency', 'petra', 'discussions', 'developments', 'bilateral', 'trip', 'outside', 'jordan', 'shaken', 'food', 'riots', 'belgian', 'brussels', 'standard', 'liege', 'molenbeek', 'anderlecht', 'lokeren', 'cercle', 'brugge', 'mouscron', 'antwerp', 'lommel', 'ghent', 'aalst', 'lierse', 'charleroi', 'sint', 'truiden', 'ekeren', 'export', 'grain', 'oilseeds', 'complex', 'chicago', 'oilseed', 'exports', 'usda', 'private', 'sources', 'wheat', 'sales', 'flour', 'mills', 'assn', 'bought', '98,000', 'tonnes', 'no.1', 'no.2', 'cargill', 'mitsui', 'continental', 'louis', 'dreyfus', 'corp', 'shipment', 'pacific', 'northwest', '10-30', '16,300', 'dark', 'spring', 'dns', '212.00', '7,000', 'hard', 'red', 'winter', 'hrw', '205.10', '2,700', 'white', 'ww', '202.65', 'oct', '19,500', '212.25', '10,000', '204.74', '4,500', '199.71', '23,500', '9,600', '4,900', '199.56', 'commodity', 'credit', '18,278', 'inc', '195.79', 'per', 'tonne', 'fob', 'donation', 'nicaragua', 'nov', 'dec', 'barley', 'sale', 'japanese', 'canadian', 'feed', 'weekly', 'tender', 'soybean', 'taichung', 'breakfast', 'procurement', '108,000', 'soybeans', 'bunge', 'sold', '11-25', 'gulf', 'pnw', 'paid', '0.8584', 'bushel', 'cbot', 'january', '6-20', 'jan', '.8787', '31,412', 'pl-480', 'yellow', '303.19', 'agents', 'buyer', '15-30', 'cyprus', 'commission', 'offers', 'supply', '25,000', 'america', 'talk', 'plans', 'import', '400,000', 'rice', 'crop', 'shortfall', 'caused', 'drought', 'rising', 'change', 'commitments', 'august', '595,400', 'nil', 'corn', '1,900', '319,600', '12,300', '300,800', 'upland', 'cotton', '50,400', 'bales', 'soymeal', '54,800', '100,600', 'soyoil', '75,000', '1,700', 'sorghum', '6,200', '156,700', 'pima', '4,000', '49,900', 'agricultural', 'fiscal', '1997', 'decline', '58', 'billion', '60', 'seen', 'expected', 'livestock', 'poultry', 'fruits', 'vegetables', 'gaining', 'pegged', '25.0', 'versus', '32.0', 'increase', '300,000', 'quota', 'intervention', 'onic', 'eu', 'panel', 'tranches', '150,000', 'allocation', 'newsdesk', '312-408-8720--', 'measles', 'exposure', 'bowel', 'disease', 'study', '1996-08-23', 'get', 'pregnant', 'may', 'babies', 'risk', 'crohn', 'debilitating', 'disorder', 'researchers', 'swedish', 'born', 'mothers', 'caught', 'developed', 'serious', 'cases', 'dr', 'andrew', 'wakefield', 'royal', 'free', 'hospital', 'school', 'medicine', 'colleagues', 'screened', 'delivered', 'university', 'uppsala', '1940', '1949', 'children', 'wrote', 'lancet', 'medical', 'journal', 'inflammation', 'sometimes', 'require', 'surgery', 'causes', 'diarrhoea', 'abdominal', 'pain', 'weight', 'loss', 'involved', 'especially', 'severe', 'viruses', 'often', 'cause', 'birth', 'defects', 'notably', 'rubella', 'high', 'stillborn', 'baby', 'champions', 'porto', 'kick', 'draw', 'lisbon', 'portuguese', 'kicked', '2-2', 'setubal', 'lucky', 'squeeze', 'equaliser', 'extra', 'fighting', 'consecutive', 'until', '86th', 'header', 'jardel', 'found', 'string', 'opportunities', 'penalty', 'taken', 'scorer', 'domingos', 'oliveira', '60th', 'redeemed', 'netting', 'into', 'skilful', 'counter-attack', 'throughout', 'game', 'scoring', 'minutes', 'unmarked', 'chiquinho', 'conde', 'shot', 'around', 'keeper', 'andrejez', 'wozniak', '70th', 'benfica', 'playing', 'held', '1-1', 'braga', 'fact', 'visitors', 'men', '54th', 'rodrigo', 'carneiro', 'bookable', 'offence', 'dominated', 'lack', 'first-class', 'striker', 'apparent', '30th', 'brazilian', 'midfielder', 'valdo', 'suffered', 'light', 'knee', 'injury', 'substituted', 'paulao', 'finally', '81st', 'helder', 'luis', 'baltasar', 'tripped', 'joao', 'pinto', 'referee', 'nose', 'defender', 'idalecio', 'whistle', 'passengers', 'rescued', 'blazing', 'ferry', 'people', 'safely', 'evacuated', 'fire', 'soon', 'leaving', 'guernsey', 'britain', 'channel', 'islands', 'crew', 'board', 'trident', 'owned', 'emeraud', 'line', 'variety', 'commercial', 'boats', 'broke', 'engine', 'room', 'port', '88-year-old', 'leg', 'injuries', 'according', 'towed', 'bound', 'jersey', 'cluster', 'british-ruled', 'north-west', 'puerto', 'rico', 'girl', 'hairy', 'face', 'philadelphia', 'two-year', 'rican', 'began', 'surgical', 'treatment', 'rare', 'condition', 'covered', 'dark-brown', 'patch', 'skin', 'abyss', 'dejesus', 'suffers', 'nevus', 'right', 'times', 'journals', 'st.', 'christopher', 'addition', 'ostracism', 'carries', 'cancer', 'corrected', 'gradually', 'expanding', 'healthy', 'balloon', 'transplanting', 'afflicted', 'doing', 'spokeswoman', 'carol', 'norris', 'placing', 'balloons', 'forehead', 'shoulders', 'neck', 'partially', 'filling', 'saline', 'inserted', 'treatments', 'accompanied', 'parents', 'correct', 'chest', 'anti-nuclear', 'activists', 'pantomime', 'protest', '200', 'protested', 'nuclear', 'waste', 'transportation', 're-enacting', 'scenes', 'demonstration', 'staged', 'turned', 'violent', 'clash', 'dressed', 'brandished', 'batons', 'firing', 'theatre-prop', 'water', 'cannon', 'demonstrators', 'quarter', 'fearing', 'amusement', 'dozens', 'injured', 'clashes', 'gorleben', 'depot', 'hundreds', 'protesters', 'tried', 'block', 'train', 'truck', 'press', 'digest', 'angola', 'aug', '28', 'luanda', 'these', 'leading', 'stories', 'angolan', 'verified', 'does', 'vouch', 'accuracy', 'jornal', 'de', 'princeton', 'lyman', 'under-secretary', 'work', 'visiting', 'bailundo', 'where', 'jonas', 'savimbi', 'unita', 'participated', 'joint-commission', 'politicians', 'advance', 'faster', 'find', 'cooperate', 'opinion', 'quartering', 'territory', 'selected', 'integrated', 'concentrated', 'principal', 'units', 'circulation', 'goods', 'reality', 'brazil', 'friendly', 'drew', '1-0', 'yuri', 'nikiforov', '18th', 'vladislav', 'rodimov', '80th', 'donizetti', '47th', 'ronaldo', '85th', 'attendence', 'premier', 'turkey', 'ankara', 'hasan', 'muratovic', 'arrived', 'aid', 'yugoslav', 'turkish', 'counterpart', 'necmettin', 'erbakan', 'discussing', 'postponed', 'bosnians', 'begun', 'vote', 'suleyman', 'demirel', 'tansu', 'ciller', 'businessman', 'charge', 'municipal', 'irregularities', 'serbs', 'registering', 'voters', 'date', 'yet', 'watching', 'closely', 'step', 'normalisation', 'english', 'summary', 'united', 'cruyff', '39th', 'solskjaer', 'blackburn', 'warhurst', '34th', 'bohinen', '51st', '54,178', 'golf', 'open', 'round', 'unless', 'stated', '128', 'ian', 'woosnam', '64', '129', 'karlsson', 'sweden', '67', '62', '130', 'fernando', 'roca', 'spain', '66', 'pyman', '131', 'carl', 'suneson', '65', 'stephen', '132', 'miguel', 'angel', 'raymond', 'russell', '63', '69', 'thomas', 'gogele', 'paul', 'broadhurst', '70', 'diego', 'borrego', '133', 'willison', 'ames', 'trinidad', 'tobago', '68', 'eamonn', 'darcy', 'ireland', '134', 'coles', 'williams', 'bjorn', 'denmark', 'pedro', 'linhart', 'michael', 'jonzon', 'roger', 'chapman', '72', 'lomas', 'francisco', 'cea', '135', 'terry', 'price', 'eales', 'wayne', 'riley', '71', 'mason', 'barry', 'lane', 'bernhard', 'langer', 'gary', 'orr', 'mats', 'lanner', 'jeff', 'hawksworth', 'des', 'smyth', 'carter', 'steve', 'webster', 'jose', 'maria', 'canizares', 'lawrie', 'motorcycling', 'san', 'marino', 'grand', 'prix', 'practice', 'imola', 'italy', '500cc', '1.', 'doohan', 'honda', '50.250', '2.', 'jean-michel', 'bayle', 'yamaha', '1:50.727', '3.', 'norifumi', 'abe', 'japan', '1:50.858', '4.', 'luca', 'cadalora', '1:51.006', '5.', 'alex', 'criville', '1:51.075', '6.', 'scott', 'states', 'suzuki', '1:51.287', '7.', 'tadayuki', 'okada', '1:51.528', '8.', 'carlos', 'checa', '1:51.588', '9.', 'alexandre', 'barros', '1:51.784', '10.', 'shinichi', 'itoh', '1:51.857', 'rich', 'detail', 'civil', 'unearthed', 'leila', 'corcoran', 'washington', 'freed', 'black', 'man', 'writes', 'still-enslaved', 'wife', 'mother', 'pleads', 'abraham', 'lincoln', 'behalf', 'son', 'maimed', 'soldier', 'poses', 'photograph', 'newly', 'reopened', 'records', 'bring', 'life', 'working', 'basement', 'archives', 'conservation', 'corps', 'organising', 'volunteers', 'preserved', 'microfilm', 'faded', 'documents', 'stowed', 'away', '1935', 'rarely', 'file', 'mine', 'information', 'enlistment', 'papers', 'muster', 'rolls', 'discharge', 'certificates', 'letters', 'photographs', 'project', 'almost', 'focused', 'unveiling', 'special', 'memorial', 'soldiers', '185,000', '37,000', 'died', 'letter', 'heading', 'though', 'present', 'difficulties', 'look', 'forward', 'brighter', 'shall', 'oportunity', 'seeing', 'you', 'enjoyment', 'freedom', 'sic', 'slavery', 'crushed', 'now', 'oppreses', 'months', 'your', 'liberty', 'outpouring', 'coloured', 'rallying', 'heart', 'lions', 'curse', 'separated', 'me', 'dated', '1865', 'well-to-do', 'matron', 'plead', 'faced', 'dishonourable', 'army', 'james', 'prisoner', 'thoughtless', 'act', 'folly', 'those', 'done', 'nothing', 'notation', 'read', 'colonel', 'say', 'writing', 'sheet', 'willing', 'receive', 'regiment', 'pardon', 'send', 'him', 'subsequently', 'pardoned', 'speak', 'anguish', 'separation', 'amputee', 'speaks', 'terrible', 'physical', 'cost', 'picture', 'required', 'pvt', 'haunted', 'eyes', 'posed', 'bare-chested', 'reveal', 'missing', 'arm', 'blown', 'battle', 'petersburg', 'virginia', '1864', 'provided', 'insight', 'rhythms', 'plantation', 'culture', 'john', 'simon', 'professor', 'history', 'southern', 'illinois', 'carbondale', 'editor', 'gen', 'ulysses', 'grant', 'writings', 'poetic', 'linguistic', 'treasure', 'trove', 'generation', 'americans', 'really', 'express', 'itself', 'without', 'fear', 'punishment', 'think', 'probably', 'whole', 'lot', 'material', 'expand', 'understanding', 'sociology', 'edward', 'smith', 'studies', 'raged', 'claimed', 'lives', 'forever', 'seared', 'consciousness', 'already', 'daughters', 'confederacy', 'mostly', 'retirees', 'joined', 'students', 'budge', 'weidman', 'shepherded', 'predicts', 'decade', 'inspired', 'service', 'plan', 'databases', 'battlefields', 'research', 'ancestors', 'provide', 'thinking', 'discharged', 'mental', 'incapacity', 'inebetude', 'brain', 'alleged', 'patient', 'connected', 'head', 'believed', 'arise', 'excessive', 'masturbation', 'attempts', 'disrupt', 'kashmir', 'srinagar', 'interior', 'accused', 'planning', 'troubled', 'jammu', 'seems', 'border', 'going', 'planned', 'inderjit', 'gupta', 'reporters', 'local', '1987', 'clamped', 'direct', 'rule', 'delhi', '1990', 'abetting', 'militancy', 'islamabad', 'denied', 'infiltrating', 'create', 'disturbance', 'noticed', 'come', 'growing', 'mercenaries', 'wars', 'independence', '1947', 'h.d.', 'deve', 'gowda', 'centre-left', 'hopes', 'restore', 'normality', 'democratic', 'insurgency-related', 'militant', 'groups', 'cool', 'changing', 'beef', 'cull', 'scientific', 'reports', 'mad', 'cow', 'epidemic', 'die', '2001', 'offered', 'little', 'findings', 'slaughter', 'obviously', 'interested', 'ask', 'veterinary', 'committee', 'examine', 'gerard', 'kiely', 'bovine', 'spongiform', 'encephalopathy', 'bse', 'fatal', 'brain-wasting', 'cattle', 'alter', 'following', 'detailed', 'analysis', 'methodology', 'maximum', 'possible', 'difficult', 'sell', 'programme', 'involve', 'elimination', 'fewer', 'approach', 'wo', \"n't\", 'animals', 'slaughtered', 'avoided', 'question', 'numbers', 'protection', 'consumers', 'health', 'rapid', 'eradication', 'reaction', 'likely', 'disappoint', 'farmers', 'seized', 'oxford', 'scientists', 'nature', 'rid', 'killing', 'vast', 'predicted', '340', 'infections', '14,000', 'urgent', 'report', 'hope', 'better', 'dealing', 'naish', 'bbc', 'radio', 'carry', 'some', '147,000', 'reluctantly', 'placate', 'evidence', 'means', 'proposal', 're-examined', 'considerably', 'less', 'culled', 'accepted', 'reopen', 'damaging', 'row', 'slapped', 'worldwide', 'ban', 'link', 'human', 'flared', 'march', 'admitted', 'become', 'infected', 'creutzfeldt-jakob', 'cjd', 'eating', 'bse-infected', 'ambassador', 'arrives', 'saudi', 'arabia', 'dubai', 'wyche', 'fowler', 'kingdom', 'post', 'embassy', 'riyadh', 'lawyer', 'senator', 'late', 'bill', 'clinton', 'invoked', 'powers', 'appoint', 'congressional', 'recess', 'senate', 'delayed', 'confirming', 'nomination', 'predecessor', 'mabus', 'hurricane', 'veer', 'caribbean', 'miami', 'edouard', 'grew', 'stronger', 'swirled', 'atlantic', 'ocean', 'forecasters', 'center', 'swing', 'miss', 'getting', 'winds', '105', 'mph', '185', 'kph', 'forecaster', 'lixion', 'avila', 'models', 'indicate', 'turn', 'west-northwest', 'a.m.', 'edt', '1500', '1,130', 'miles', 'lesser', 'antilles', 'moving', 'exact', 'latitude', '14.5', 'longitude', '44.2', '339-4', '35', 'b-4', 'lb-5', 'nb-16', '521', '1-106', '2-239', '3-334', '4-334', '5-365', '6-440', '7-502', '8-519', 'did', 'akam', '23-3-112-0', '37.1-7-97-3', '47-10-116-2', '23-5-71-1', '29-3-116-1', 'nb-8', '74', '7-0-35-0', '7-1-24-0', '7-2-11-0', 'french', 'paris', 'auxerre', 'marseille', 'sharpe', 'hits', 'winner', 'ease', 'pressure', 'leeds', 'winger', 'lee', 'strike', 'edge', 'area', 'give', 'hapless', 'wimbledon', 'anchored', 'bottom', 'huge', 'slice', '4.5', 'pound', '6.98', 'fee', 'handed', 'services', 'top-draw', 'second-half', 'goal', 'successive', 'defeat', 'rush', 'welsh', 'liverpool', 'feeding', 'galloped', 'cut', 'inside', 'unfavoured', 'foot', 'arc', 'right-hand', 'corner', 'brought', 'relief', 'under-fire', 'howard', 'wilkinson', 'poor', 'fans', 'frequently', 'booed', 'own', 'jeers', 'cheers', 'pullout', 'shatoi', 'pull', 'agreement', 'rebel', 'commander', 'anatoly', 'shkirko', 'interfax', 'delaying', 'chechens', 'disarmed', 'armoured', 'column', 'cameraman', 'liutauras', 'stremaitis', 'vehicles', 'tanks', 'personnel', 'carriers', 'artillery', 'cannons', 'lorries', 'escorted', 'rebels', 'pulled', 'village', 'towards', 'km', '31', 'suspending', 'weapons', 'movladi', 'udugov', 'maverick', 'element', 'brokered', '20-month', 'conflict', 'blacks', 'relive', 'triumph', 'pretoria', 'sean', 'fitzpatrick', 'revisited', 'venue', 'today', 'magic', 'moments', 'yesterday', 'momentous', 'africa', 'nzpa', 'springboks', '33-26', 'zealand', 'first-ever', 'stood', 'empty', '50,000-seat', 'loftus', 'versfeld', 'magnificent', 'capped', 'player', 'players', 'relived', 'moves', 'tries', 'tackles', 'what', 'emotions', 'zinzan', 'brooke', 'dropped', 'three-pointer', 'name', 'standing', 'spot', 'ball', 'maul', 'thought', 'halfback', 'justin', 'marshall', 'got', 'openside', 'jon', 'preston', 'emptied', 'my', 'lung', 'punching', 'air', 'bucks', 'bar', 'decision', 'spontaneous', 'chance', 'frank', 'bunce', 'never', 'felt', 'exhausted', 'gutted', 'nowhere', 'hide', 'kept', 'coming', 'gone', 'choice', 'much', 'riding', 'amazing', 'how', 'big', 'two-try', 'wilson', 'tired', 'asking', 'defending', \"'m\", 'buggered', 'too', 'hang', 'recalled', '4000', 'zealander', 'supporters', 'partying', 'hours', 'messages', 'goodwill', 'roll', 'hotel', 'hart', 'bolger', 'rang', 'offer', 'congratulations', 'thanked', 'us', 'nice', 'understand', 'tremendous', 'support', 'eau', 'claire', 'wisc', 'revs', 'w.', 'baird', 'co', 'waterworks', 'mortgage', 'revenue', 'bonds', 'true', 'interest', '5.2893', 'lamonts', 'apparel', 'files', 'reorganization', '[', '18:00', ']', 'kirkland', 'wash', 'operator', 'family', 'stores', 'northwestern', 'filed', 'bankruptcy', 'court', 'seattle', 'corrects', 'calls', 'secured', 'claims', 'unsecured', 'bondholders', 'satisfied', 'issuing', 'common', 'stock', 'warrants', 'estimated', '90', '4.05', '5.67', 'allocated', 'trade', 'creditors', '4.75', '3.13', 'non-trade', '200,000', 'shareholders', 'exchange', '2.2', 'capitalization', 'reaches', 'entitling', 'roughly', '800,000', 'management', 'options', 'purchase', 'outstanding', 'dilution', 'option', 'exercise', 'positions', '1,000', 'lakes', 'rally', 'jyvasklya', 'finland', 'stages', 'sixth', 'tommi', 'makinen', 'mitsubishi', 'lancer', 'juha', 'kankkunen', 'toyota', 'celica', 'seconds', 'marcus', 'gronholm', '2:09', 'jarmo', 'kytolehto', 'ford', 'escort', '2:23', 'kenneth', 'eriksson', 'subaru', 'impreza', '2:39', 'sainz', '3:03', 'motor', 'racing', 'schumacher', 'wins', 'spa-francochamps', 'driving', 'ferrari', 'jacques', 'villeneuve', 'mika', 'hakkinen', 'mclaren', 'frenchman', 'jean', 'alesi', 'benetton', 'damon', 'hill', 'gerhard', 'berger', 'drivers', 'rounds', '81', '39', 'coulthard', '18', 'olivier', 'panis', 'rubens', 'barrichello', 'eddie', 'irvine', '11.', 'heinz-harald', 'frentzen', '12.', 'salo', '13.', 'johnny', 'herbert', '14.', 'brundle', 'equal', 'jos', 'verstappen', 'diniz', 'constructors', '149', '55', '41', 'ligier', 'sauber', 'tyrrell', 'footwork', 'islamists', 'secretary', 'malcolm', 'rifkind', 'action', 'conference', 'islamist', 'law', 'broken', 'wish', 'conferences', 'permission', 'obey', 'laws', 'something', 'normally', 'interfere', 'concern', 'such', 'algeria', 'egypt', 'islamic', 'militants', 'jewish', 'salvation', 'front', 'fis', 'hamas', 'guest', 'list', 'denying', 'visas', 'participants', 'break', 'policy', 'fundamentally', 'based', 'respect', 'insistence', 'observed', 'asian', 'mongolia', 'kills', 'eastern', 'sierra', 'leone', 'freetown', 'leonean', 'killed', 'villagers', 'foindu', 'brigade', 'fallah', 'sewa', 'overran', 'highway', 'mano', 'junction', 'diamond', 'tongo', 'past', 'revolutionary', 'april', 'continuing', 'attacks', 'generally', 'ascribed', 'renegade', 'uncontrolled', 'bands', 'refugees', 'displaced', 'starting', 'homes', 'ivory', 'diplomats', 'deadlocked', 'ruf', 'helping', 'budget', 'spending', 'bright-belgians', 'speed', 'formula', 'spa-francorchamps', 'sparked', 'speeding', 'roads', 'belga', 'checked', '3,000', 'amd', 'booked', '222', 'clocked', '180', 'kilometres', '112', '15.125', 'average', '208.442', 'm.p.h.', 'crystal', 'palace', 'bromwich', 'ipswich', 'grimsby', 'norwich', 'portsmouth', 'southend', 'tranmere', 'vale', 'charlton', 'birmingham', 'sheffield', 'huddersfield', 'brentford', 'gillingham', 'bristol', 'luton', 'burnley', 'shrewsbury', 'chesterfield', 'walsall', 'crewe', 'rotherham', 'blackpool', 'stockport', 'bournemouth', 'watford', 'plymouth', 'wycombe', 'bury', 'millwall', 'peterborough', 'notts', 'wrexham', 'rovers', 'barnet', 'brighton', 'cardiff', 'wigan', 'carlisle', 'leyton', 'orient', 'chester', 'swansea', 'darlington', 'colchester', 'exeter', 'doncaster', 'hartlepool', 'mansfield', 'hereford', 'hull', 'cambridge', 'northampton', 'torquay', 'rochdale', 'fulham', 'scunthorpe', 'scarborough', 'anti-bhutto', 'draws', '8,000', 'karachi', 'marched', 'demanding', 'removal', 'benazir', 'bhutto', 'witnesses', 'god', 'let', 'husband', 'ali', 'zardari', 'escape', 'nawaz', 'sharif', 'main', 'muslim', 'organised', '16-party', 'alliance', 'corruption', 'nepotism', 'charges', 'carrying', 'colourful', 'flags', 'walked', 'several', 'chanting', 'anti-government', 'slogans', 'launched', 'similar', 'rallies', 'balochistan', 'provincial', 'quetta', 'punjab', 'lahore', 'promise', 'extra-judicial', 'innocent', 'youths', 'spared', 'mohajir', 'movement', 'mqm', 'accuses', 'many', 'cold', 'blood', 'blames', '2,000', 'observers', 'turn-out', 'possibly', 'indicating', 'mobilised', 'turbulent', 'calmer', '300', 'unrest', 'urdu-speaking', 'moslems', 'migrated', 'partition', 'descendants', 'rival', 'defeated', '1993', 'election', 'save', 'disaster', 'dislodge', 'holy', 'vowed', 'five-year', 'voting', 'begins', 'lebanese', 'tripoli', 'lebanon', 'parliamentary', '580,000', 'eligible', 'choose', '128-member', 'parliament', 'thin', 'trickle', 'casting', 'ballots', 'lists', 'candidates', 'polling', 'stations', '0400', 'msv', 'duisberg', 'klinsmann', '15th', 'zieger', '24th', '90th', 'witechek', '59th', '0-2', '30,000', 'spaniards', 'basque', 'rebels--poll', 'madrid', 'illegal', 'separatist', 'eta', 'renounced', 'permanently', 'survey', 'published', 'daily', 'el', 'mundo', 'population', 'supported', 'homeland', 'opposed', 'state-controlled', 'sociological', 'cis', '80', 'shown', 'achieving', 'one-week', 'truce', 'prison', 'officer', 'antonio', 'ortega', 'lara', 'kidnapped', 'problem', 'terrorism', 'neither', 'worsened', 'nor', 'improved', 'conservative', 'popular', 'pp', '56', 'questioned', '2,496', 'margin', 'error', 'plus', 'minus', 'rottweiler', 'toddler', 'johannesburg', 'dog', 'belonging', 'elderly', 'couple', 'savaged', 'death', 'two-year-old', 'grandson', 'attacked', 'booy', 'garden', 'grandparents', 'house', 'vanderbijlpark', 'near', 'bloody', 'body', 'lying', 'afternoon', 'pick', 'unclear', 'fierce', 'enough', 'scare', 'burglars', 'becoming', 'increasingly', 'crime-infested', 'base', 'metals', 'scrap', 'prices', 'premiums', 'lme', 'cash', 'settlement', 'except', 'copper', 'comex', 'premium', 'consumer', 'works', 'aluminum', 'grade', '3.25-3.75', 'cents', 'a7e', 'a0', 'nominal', '2.00-2.25', 'zinc', 'shg', '5.50-6.00', '3.50-4.00', 'tin', '6.5-8.5', 'ppm', '9.0-10.5', 'nickel', 'melting', '9.0-12.0', 'cathode', '2.50-3.0', 'alloy', 'a380', 'midwest', '65-66', 'cast', 'metal', '44', 'turnings', 'clean', 'dry', 'mixed', 'low-copper', 'clips', '49', 'no2', 'refined', '77', 'no1', 'bare', 'bright', '91', '92', 'burnt', '87', 'batteries', '6.0', 'producer', 'transaction', 'alcan', 'effective', 'p1020', 'ingot', 'extrusion', 'billet', '85', 'noranda', 'date:august', 'rsr', 'pure', '52', 'doe', 'asarco', 'commodities', 'desk', '212', '859', '1646', 'parma', 'roma', 'udinese', 'italian', 'rome', 'uefa', 'hopefuls', 'coaches', 'crashed', 'opponents', 'milan', 'humble', 'empoli', 'wealthy', 'coached', 'carlo', 'ancelotti', 'enrico', 'chiesa', '3-1', 'serie', 'club', 'pescara', 'ottavio', 'palladini', 'shattered', 'marco', 'giampaolo', '38th', 'alessandro', 'melli', 'entry', 'point', 'bulk', 'sides', 'winners', 'repeat', 'fiasco', 'palermo', 'argentine', 'bianchi', 'watched', 'arrigo', 'sacchi', 'cesena', 'hurdle', 'euro', '96', 'hero', 'oliver', 'bierhoff', 'lineup', 'hat-trick', 'beaten', '2-1', 'relegated', 'cremonese', 'uruguayan', 'oscar', 'tabarez', 'nightmare', 'faces', 'replay', 'holders', 'fiorentina', 'easily', 'cosenza', 'juventus', 'cruised', 'fidelis', 'andria', 'piacenza', 'finalists', 'atalanta', 'argument', 'lecce', 'genoa', 'overturned', 'sporting', 'judge', 'fielded', 'ineligible', 'rivals', 'sampdoria', 'nocerina', '4-3', 'subject', 'complaint', 'removed', 'forced', 'newcomers', 'perugia', 'hk', 'editorials', 'kong', '307', 'days', 'colony', 'reverts', 'china', 'media', 'mainly', 'domestic', 'issues', 'concerning', 'cross', 'straights', 'relations', 'lobby', 'relationship', 'beijing', 'beijing-funded', 'wen', 'wei', 'po', 'stem', 'exchanges', 'paper', 'administrative', 'limit', 'activities', 'strait', 'ming', 'pao', 'hoped', 'chinese', 'dialogue', 'newly-established', 'frontier', 'anxieties', 'lead-up', 'handover', 'morning', 'judiciary', 'needed', 'swift', 'decisive', 'investigating', 'allegations', 'subjected', 'immigration', 'involving', 'fraud', 'paramount', 'importance', 'survival', 'legal', 'department', 'indecisive', 'handling', 'hesitancy', 'damaged', 'public', 'confidence', '852', '2843', '6441', 'liu', 'chong', 'hing', '2.7', 'pct', 'june', 'hk$', 'shr', 'h.k.', '65.61', 'vs', '63.87', '18.0', 'exceptional', 'items', '249.53', '242.94', 'turnover', '119.49', '134.40', 'ltd', 'books', '23-27', 'payable', 'engages', 'development', 'warehousing', 'banking', 'insurance', '6368', 'soars', 'deficit', 'jumped', 'sharply', '1,242.9', 'lei', 'january-june', '596.5', 'january-may', 'six-month', 'expenditures', '9.50', 'trillion', '7.56', 'end-may', 'education', 'accounting', '31.6', 'expenses', 'subsidies', 'revenues', '8.26', '6.96', 'revise', 'wage', 'pension', 'indexations', 'energy', 'imports', 'pushed', 'revised', 'version', '566', '6.0-percent', 'indexation', 'cover', 'fuel', 'bread', 'increases', 'quickened', 'original', 'approved', 'envisaged', '16.98', '20.17', 'originally', '3.19', 'leu', 'rate', '3,161', 'dollar', '40-1', '3120264', 'seeding', 'monica', 'seles', 'anne', 'miller', '6-0', '6-1', 'rita', 'grande', 'alexia', 'dechaume-balleret', 'judith', 'wiesner', 'iva', 'majoli', 'croatia', '2-6', '6-', 'javier', 'frana', 'argentina', '7-2', '6-2', 'pete', 'sampras', 'jimy', 'szymanski', 'venezuela', 'jiri', 'novak', 'ben', 'ellwood', 'mariaan', 'swardt', 'dominique', 'van', 'roost', 'belgium', '1-6', '7-4', 'florencia', 'labat', 'kathy', 'rinaldi', 'stunkel', 'tauziat', 'angelica', 'gavaldon', 'mexico', 'paola', 'suarez', 'marianne', 'werdel', 'witmeyer', 'ann', 'grossman', 'silvia', 'farina', '6-4', 'corretja', 'byron', '8-6', '3-6', 'draper', 'galo', 'blanco', 'petr', 'korda', 'caldwell', 'bohdan', 'ulihrach', 'alberto', 'costa', 'bernd', 'karbacher', 'stark', '5-', 'lindsay', 'davenport', 'adriana', 'serra-zanetti', 'elena', 'wagner', 'gigi', 'fernandez', 'kristie', 'boogert', 'joannette', 'kruger', 'stefan', 'edberg', 'richard', 'krajicek', 'marcelo', 'rios', 'chile', 'pavel', '4-6', 'arantxa', 'sanchez', 'vicario', 'laxmi', 'poruri', 'olhovskiy', 'pat', 'filippo', 'veglio', 'switzerland', 'christian', 'ruud', 'norway', 'henman', 'roberto', 'jabali', 'pablo', 'campana', 'ecuador', 'todd', 'woodbridge', '4-', 'herman', 'gumy', 'jacob', 'hlasek', 'nicklas', 'kulti', '17-', 'karina', 'habsudova', 'slovakia', 'radka', 'bobkova', 'karin', 'kschwendt', 'sandra', 'kleinova', 'annabel', 'jennifer', 'capriati', 'nicole', 'arendt', 'cacic', 'likhovtseva', 'kyoko', 'nagatsuka', '7-', 'sandrine', 'testud', 'pam', 'shriver', 'kimberly', 'kimiko', 'natasha', 'zvereva', 'belarus', 'ruano-pascual', '6-7', '5-7', 'tina', 'kirzan', 'rika', 'hiraki', 'langrova', 'adams', 'tami', 'whitlinger', 'jones', 'cecchini', 'jana', 'novotna', 'francesca', 'lubiani', 'enqvist', 'stephane', 'simian', 'mikael', 'tillstrom', 'tamer', 'sawy', 'carretero', 'jordi', 'burillo', 'retired', 'johansson', 'renzo', 'furlan', 'mark', 'knowles', 'bahamas', 'filippini', 'uruguay', 'jared', 'palmer', 'marc', 'rosset', '7-9', 'amy', 'frazier', 'larisa', 'neiland', 'latvia', 'lisa', 'lori', 'mcneil', 'dopfer', 'zina', 'garrison', 'jackson', 'conchita', 'martinez', 'ruxandra', 'dragomir', 'naoko', 'sawamatsu', 'rennae', 'stubbs', 'miriam', 'oremans', 'zrubakova', 'doug', 'flach', 'gianluca', 'pozzi', 'cedric', 'pioline', 'clavet', '7-3', 'skoch', '7-0', 'steffi', 'graf', 'yayuk', 'basuki', 'indonesia', 'treasury', 'balances', 'fed', '27', 'federal', 'reserve', 'billions', 'dlrs', 'acct', '5.208', '4.425', 'tax', 'loan', '14.828', '15.687', 'balance', '20.036', '20.112', '---', 'debt', '5,124.053', '5,122.084', 'sees', 'q2', 'q1', 'richmond', 'va', 'products', 'daniel', 'levy', 'second-quarter', '34.6', 'posted', 'retailer', 'annual', 'even', 'seeking', 'consideration', 'emerged', 'chapter', '1994', '3-1/2', 'particularly', 'lose', 'striving', 'richmond-based', '95.7', 'second-largest', 'closing', 'lease', 'agreements', 'operates', '169', '1995', '7.1', '0.23', 'share', '311.9', 'mulder', 'japie', 'ruled', 'durban', 'spasms', 'failed', 'fitness', 'check', 'springbok', 'skipper', 'teichmann', 'recovered', 'bruised', 'thigh', 'ready', 'play', 'andre', 'markgraaff', 'absence', 'transvaal', 'snyman', 'cap', 'alongside', 'colleague', 'danie', 'schalkwyk', 'wing', 'pieter', 'hendriks', 'retain', 'speculation', 'picked', 'line-up', 'kurdish', 'iraqi', 'shelling', 'nicosia', 'guerrilla', 'civilians', 'iraq', 'iranian', 'irna', 'monitoring', 'station', 'affiliated', 'patriotic', 'kurdistan', 'puk', 'heavily', 'shelled', 'kanie', 'karzhala', 'arbil', 'bombing', 'quoted', 'puk-run', 'heavy', 'pounding', 'kurdish-controlled', 'details', 'casualties', 'independent', 'confirmation', 'kdp', 'iran', 'supporting', 'halted', 'iranian-backed', 'thousands', 'fighters', 'factions', 'persuaded', 'attend', 'u.s.-mediated', 'shattering', 'negotiated', 'threatened', 'u.s.-led', 'unite', 'saddam', 'hussein', 'planes', 'patrolling', 'skies', '1991', 'shield', 'kurds', 'baseball', 'braves', 'cubs', 'atlanta', 'fred', 'mcgriff', '5-for-5', 'homered', 'twice', 'three-run', 'blast', 'ninth', 'inning', 'lifted', '6-5', 'trying', 'homer', 'looking', 'brad', 'clontz', 'colorado', 'thompson', 'threw', 'eight-hitter', 'ellis', 'burks', 'drove', 'rockies', 'pittsburgh', 'pirates', '9-3', 'vinny', 'castilla', 'dante', 'bichette', 'rbi', '44-20', 'florida', 'kevin', 'brown', 'scattered', 'kurt', 'abbott', 'snapped', 'sixth-inning', 'tie', 'two-run', 'marlins', 'cincinnati', '5-3', '8th', 'los', 'angeles', 'tom', 'candiotti', 'allowed', 'singled', 'go-ahead', 'mike', 'piazza', 'hollandsworth', 'apiece', 'dodgers', 'mets', '8-9', 'season-high', 'batters', 'joey', 'hamilton', 'rickey', 'henderson', 'league-record', '69th', 'leadoff', 'padres', 'phillies', '7-1', '12-7', 'straight', 'allowing', 'pair', 'segui', 'montreal', 'expos', 'shut', 'giants', '11-7', 'lasted', '1-1/3', 'pitched', 'eight-plus', 'walking', 'striking', 'houston', 'orlando', 'stottlemyre', 'astros', 'cardinals', 'teams', 'virtual', 'nl', 'central', 'shane', 'reynolds', '16-6', 'fired', 'five-hitter', 'stocks', 'lynne', \"o'donnell\", '100,000', 'shanghai', 'bonded', 'warehouses', 'confounding', 'source', 'ultimate', 'fate', 'belongs', 'strategic', '40,000', 'moved', 'yingkou', 'stockpile', 'stored', 'owns', 'guessing', 'channelled', 'nonferrous', 'cniec', 'whether', 'cleared', 'customs', 'concrete', 'indication', 'administered', 'directly', 'negotiate', 'concessions', 'duties', 'value-added', 'prohibitively', 'expensive', 'otherwise', 'trading', 'difference', 'spend', 'money', 'sitting', 'once', 'hands', 'mystery', 'surrounded', 'recent', 'unsure', 'size', 'owner', 'cost-effective', 'depleted', 'served', 'purpose', 'long-term', 'backwardation', 'occurs', 'lent', '85,000', 'running', '115,000', 'previously', 'asia', 'us$', 'somewhere', '2,200', '2,400', 'started', 'used', 'finance', 'word', 'houses', 'secret', 'meetings', 'unnerved', 'jittery', 'bloomsbury', 'minerals', 'economics', 'bme', 'motivation', 'owners', 'whoever', 'important', 'short-term', 'fundamental', 'repeated', 'review', 'rumours', 'involvement', 'sumitomo', 'trader', 'unload', 'revealed', 'losses', '1.8', 'deals', 'comments', 'know', 'arrangement', 'unaware', 'movements', 'arrivals', 'purchases', 'expressed', 'tonnage', 'concerns', 'irrelevant', 'singapore', 'desire', 'emergency', '2843-6470', 'aluminium', 'shipments', 'surge', '8.9', 'tokyo', 'mill', 'surged', 'same', '224,609', 'production', '6.4', '222,457', 'preliminary', 'federation', 'reflected', 'beverage', 'housing', 'construction', 'sectors', 'figures', 'largest', 'output', 'monthly', 'level', 'ever', 'reflecting', 'above-average', 'temperatures', 'jump', 'beer', 'consumption', 'half-year', 'appeared', 'cooler', 'inventories', '75,632', '2.6', 'foil', '0.2', 'year-on-year', '11,525', 'fell', '0.8', '11,244', 'slightly', 'downward', '210,622', '210,683', 'marginally', 'upward', '213,989', '213,845', '40,144', '2.4', 'auto', '5.5', '15,286', '79,390', 'dipped', '3.7', '18,867', '81-3', '3432', '6179', 'super', 'bradford', '78', 'workington', '902', 'helens', '884', '441', '767', '409', 'warrington', '555', '499', '462', '574', '696', 'halifax', '603', '552', 'castleford', '548', '543', 'oldham', '439', '656', '531', '681', '795', '1021', 'meets', 'flew', 'helicopter', 'palestinian-ruled', 'brief', 'arrival', 'ceremony', 'backdrop', 'gaza', 'four-hour', 'noon', '0900', 'israeli', 'settlements', 'jerusalem', 'wsc-india', 'weather', 'summary-', 'showers', '0.25-1.30', 'inch', '6-33', 'mm', 'locally', 'heavier', 'coverage', 'isolated', '0.20-0.70', '5-18', 'highs', '82-96f', '28-36c', 'impact-', 'conditions', 'favorable', 'forecast-', '0.25-1.00', '6-25', '0.75', '0.50', 'elsewhere', 'tonight', 'variable', 'clouds', 'partly', 'cloudy', 'lows', '68-76f', '20-24c', 'tomorrow', 'thunderstorms', 'normal', 'corporation', 'gooch', 'essex', '43-year-old', 'least', 'opener', 'comes', 'underlined', 'consistency', 'beating', 'keith', 'fletcher', 'aggregate', '29,434', '1994-95', 'selector', 'averages', '1,429', '64.95', 'centuries', 'secretary-general', 'peter', 'edwards', 'remarkable', 'no-one', 'argue', 'appreciate', 'ajax', 'slump', 'heerenveen', 'amsterdam', 'dutch', 'faltered', 'dismal', 'pre-season', 'nac', 'breda', 'entertaining', 'deadlock', 'interval', 'romeo', 'wouden', 'veldman', 'curled', 'beyond', 'goalkeeper', 'edwin', 'der', 'sar', 'defenders', 'marcio', 'santos', 'winston', 'bogarde', 'strikers', 'jari', 'litmanen', 'overmars', 'pace', 'certain', 'equalise', 'gaps', '73', 'danish', 'dahl', 'tomasson', 'rushed', 'lobbed', 'contenders', 'psv', 'eindhoven', 'traditional', 'curtain-raiser', 'groningen', 'orioles', 'davey', 'johnson', 'hospitalized', 'baltimore', 'mariners', 'irregular', 'heartbeat', '53-year-old', 'experiencing', 'dizziness', 'danger', 'treated', 'evening', 'physician', 'dr.', 'william', 'goldiner', 'bench', 'andy', 'etchebarren', 'manage', 'california', 'angels', 'mcnamara', 'columbia', 'presbyterian', 'clot', 'calf', 'seasons', 'named', 'off-season', 'replacing', 'phil', 'regan', 'guided', '1986', 'within', 'slumping', 'yankees', 'elected', 'day-night', 'singer', 'sachin', 'tendulkar', 'anil', 'kumble', 'ajay', 'jadeja', 'sourav', 'ganguly', 'mohamed', 'azharuddin', 'vinod', 'kambli', 'rahul', 'dravid', 'nayan', 'mongia', 'javagal', 'srinath', 'venkatesh', 'ashish', 'kapoor', 'arjuna', 'ranatunga', 'sanath', 'jayasuriya', 'romesh', 'kaluwitharana', 'asanka', 'gurusinha', 'aravinda', 'silva', 'hashan', 'tillekeratne', 'roshan', 'mahanama', 'kumara', 'dharmasena', 'chaminda', 'vaas', 'muthiah', 'muralitharan', 'ravindra', 'pushpakumara', 'gencor', 'swells', 'setbacks', 'melanie', 'cheary', 'swelled', 'attributable', 'streamlined', 'operations', 'strengthen', 'financial', 'divisional', 'announcing', 'brian', 'gilbertson', 'happily', 'performance', 'illusion', 'arising', 'weakness', 'rand', 'relative', 'raised', 'earnings', '1,803', '1,003', 'terms', '469', '279', 'impala', 'platinum', 'holdings', 'posting', 'everything', \"'ve\", 'substantial', 'obvious', 'greatest', 'effect', 'furnace', 'failure', 'implats', '281', 'lock', '3.92', 'shutdown', 'bid', '4.5350', 'fail', 'targets', 'ingwe', 'coal', 'rains', 'forfeited', 'flooding', 'mines', 'mpumulanga', 'province', 'gloom', 'blocking', 'proposed', 'merger', 'lonrho', 'interests', 'disappointment', 'perspective', 'further', 'placed', 'challenges', 'future', 'soundly', 'structured', 'prudently', 'financed', 'blessed', 'portfolio', 'world-class', 'businesses', 'citing', 'disposal', 'stake', 'industrial', 'malbak', 'smaller', 'disposals', 'pruned', 'concentrate', 'core', 'assets', 'overall', 'disposing', 'non-core', 'biggest', 'pruning', 'clearly', 'lines', 'invested', 'various', 'referring', 'increased', '41.5', 'wait', 'cheaper', 'considering', 'snapping', 'liked', 'value', 'quite', 'bit', 'lower', 'maybe', 'downturn', 'proportion', 'income', 'offshore', 'unlisted', 'investments', '+27', '482-1003', 'squash', 'rodney', 'eyles', 'zarak', 'jahan', '15-6', '8-15', '15-10', '7-15', '15-12', 'nicol', 'julian', 'wellings', '15-8', '15-7', 'derek', 'ryan', 'parke', '15-11', '2-15', 'walker', 'julien', 'bonetat', '15-2', 'jonathon', 'barada', '11-15', '15-13', 'amr', 'shabana', '10-15', '15-9', '16-17', '15-1', 'tony', '12-15', 'zubair', 'faheem', 'r', 'tension', 'builds', 'mexican', '05:53', 'chilpancingo', 'pre-electoral', 'bickering', 'guerrero', 'demanded', 'upcoming', 'poll', 'mayor', 'acatepec', '310', 'complaining', 'oct.', 'gonzalez', 'garcia', 'workers', 'recently', 'raided', 'farms', 'stole', 'raped', 'residents', 'indigenous', 'watchdog', 'fanned', 'search', 'intimidate', 'stirred', 'agir', 'ensemble', 'pour', 'les', 'droits', \"l'homme\", 'exerted', 'psychological', 'fair', 'grabs', 'legislature', 'halls', 'show', 'governor', 'criticism', 'gov', 'aguirre', 'pledged', 'expect', 'trouble', 'elusive', 'proceeding', 'accordance', 'chelsea', 'makes', 'chillicothe', 'ohio', 'carefully', 'shielded', 'father', 'whistlestop', 'rode', 'rails', 'parts', 'kentucky', 'every', 'stop', 'worked', 'ropelines', 'shaking', 'excited', 'hillary', 'rodham', 'saw', 'daughter', 'huntington', 'rigorous', 'convention', 'schedule', 'asked', 'prominent', 'role', 'mccurry', \"'ll\", 'sidwell', 'friends', 'renominated', 'signal', 'poised', 'young', 'lady', 'politics', 'toll', 'bomb', 'seven-newspaper', 'algerian', 'algiers', 'wounded', 'home-made', 'exploded', 'coastal', 'bou', 'haroun', 'explosive', 'device', 'prematurely', 'el-watan', '25-year-old', 'boys', 'five-year-old', 'explosion', 'four-year-old', 'strife', 'government-appointed', 'observatory', 'newspapers', '1,400', 'blamed', 'moslem', '50,000', 'algerians', '110', 'foreigners', 'pitting', '1992', 'authorities', 'cancelled', 'radical', 'wales', 'hartson', '12th', '83rd', '1,800', 'curb', 'tamil', 'stamp', 'soil', 'directed', 'lankan', 'sympathised', 'predicament', 'facing', 'prevailing', 'framework', 'perpetrate', 'coordinator', 'counter', 'philip', 'wilcox', 'visited', 'believes', '13-year', 'activity', 'funds', 'extorted', 'expatriate', 'lankans', 'estimates', 'liberation', 'eelam', 'neuchatel', 'cyprien', 'nine-month', 'geneva', 'swiss', 'xamax', 'imposed', 'jean-pierre', 'post-match', 'brawl', 'fined', 'francs', '8,400', 'traded', 'punches', 'gallen', 'claudio', 'moura', 'coaching', 'staff', 'intervene', 'flying', 'succeeded', 'kneeing', 'hegi', 'stomach', 'elbowed', 'suspended', '840', 'disciplinary', 'gilbert', 'facchinetti', 'astonished', 'quickly', 'gress', 'described', 'incident', 'shocking', 'blame', 'physically', 'verbally', 'provoked', 'punished', 'scuffle', 'punch', 'someone', 'react', 'cannot', 'toshiba', 'classic', 'carlsbad', '1996-08-21', '450,000', 'kijimuta', 'yone', 'kamio', 'ai', 'sugiyama', 'shi-ting', 'wang', 'horse', 'pivotal', 'ends', '25-year', 'trainer', 'prescott', 'landed', '100-30', 'nunthorpe', 'stakes', 'three-year-old', 'partnered', 'duffield', 'snatched', 'verdict', 'stride', 'deny', 'eveningperformance', '16-1', 'trained', 'henry', 'candy', 'ridden', 'rutter', 'hever', '11-4', 'l', 'abbaye', 'longchamp', 'lengths', 'favourite', 'mind', 'ascot', 'aimed', 'reluctant', 'enclosure', 'photo-finish', 'twenty-five', 'sad', 'godfather', 'jack', 'berry', 'profession', 'i`m', 'disappointed', 'feel', 'suicidal', 'furlongs', 'quicken', 'fast-tracks', 'asylum-seekers', 'vancouver', 'fast-tracking', 'dissidents', 'fast-tracked', 'sense', 'processing', 'ones', 'referred', 'interviewed', 'garrett', 'lambert', 'commissioner', 'indications', 'disposition', 'suppose', 'guess', 'given', 'preferential', 'declined', 'asylum', 'affairs', 'ottawa', 'immediate', 'living', 'exile', 'midnight', '150', 'colonial', 'axworthy', 'patten', 'fled', 'permanent', 'entered', 'illegally', 'decided', 'post-1997', 'administration', 'tougher', 'alastair', 'macdonald', 'proposals', 'abandon', 'sign', 'sobering', 'kremlin', 'appointed', 'heady', 'crisis', 'wrap', 'compromise', 'worst', 'finding', 'concluding', 'demands', 'easy', 'matter', 'chain-smoking', 'paratroop', 'sharp', 'deadpan', 'putdowns', 'knack', 'sound', 'simple', 'arrange', 'ambitious', 'rebel-held', 'pledging', 'conclude', 'others', 'apparently', 'tidy', 'loose', 'deal', 'unnamed', 'pro-war', 'schemers', 'empty-handed', 'viktor', 'chernomyrdin', 'council', 'holiday', 'affect', 'undisclosed', 'meanwhile', 'departments', 'delay', 'mounted', 'operating', 'limb', 'hardly', 'reelection', 'sight', 'criticising', 'clinched', 'pains', 'insist', 'chief-of-staff', 'aslan', 'maskhadov', 'why', 'suddenly', 'concerned', 'powerful', 'profited', 'seize', 'inadequacy', 'remove', 'warned', 'risked', 'sought', 'forcing', 'face-saving', 'acceptable', 'referendum', 'decide', 'stressed', 'letting', 'quit', 'encourage', 'tendencies', 'regions', 'caucasus', 'gap', 'ending', 'atlante', 'atlas', 'cruz', 'azul', 'leon', 'guadalajara', 'monterrey', 'veracruz', 'pachuca', 'toluca', 'puebla', 'unam', 'morelia', 'uag', 'neza', 'necaxa', 'celaya', 'sittard', \"gov't\", 'congress', 'brasilia', 'kandir', 'submit', 'draft', 'copy', 'constitutionally', 'obliged', 'approve', 'regularly', 'fails', 'requirement', 'citizen', 'sour', 'ties', 'dhaka', 'disquiet', 'bangladeshi', 'origin', 'airport', 'bangladesh', 'goverment', 'attached', 'resolution', 'tragic', 'siraj', 'mia', 'commonwealth', 'liam', 'fox', 'interogation', 'arriving', 'bore', 'multiple', 'relatives', 'complained', 'murdered', 'post-mortem', 'suggested', 'tortured', 'passenger', 'drunk', 'deep', 'wrist', 'glass', 'four-day', 'wanted', 'seriously', 'nepal', 'strained', 'governments', 'commons', 'wants', 'thorough', 'investigation', 'outcome', 'harassment', 'nationals', 'criminal', 'charged', 'connection', 'restaurant', 'suburb', 'answers', 'message', 'bottle', 'boy', 'washed', 'nelson', 'mandela', 'hoffmann', '11-year-old', 'jailer', 'beach', 'robben', 'cape', 'storms', 'ordinary', 'mail', 'danielle', 'murray', 'sandusky', 'age', 'penfriend', 'reply', 'flung', 'journey', 'motocross', '125cc', 'holzgerlingen', 'sebastien', 'tortelli', 'kawasaki', 'bob', 'moore', 'luigi', 'seguy', 'tm', 'andi', 'kanstinger', 'nicolas', 'charlier', 'erik', 'camerlengo', 'belometti', 'frederic', 'vialle', 'collin', 'dugmore', 'malin', '192', 'michele', 'fanton', '160', '152', 'mozambique', 'maputo', 'story', 'mozambican', 'noticias', 'trucks', 'travelling', 'collided', 'nhamavila', 'cnb-120', 'index', 'rises', '1.2', 'pts', '869.3', 'prague', 'broad', 'measure', 'equities', 'cnb', 'ten', 'sectoral', 'indices', '14.4', '1,294.5', '42-2-2423-0003', 'kurd', 'agrees', 'u.s.-brokered', 'faction', 'previous', 'accord', 'sporadic', 'leadership', 'declares', 'endorsement', '8:00', 'assistant', 'pelletreau', 'jalal', 'talabani', 'massoud', 'barzani', 'comprehensive', 'puk-kdp', 'breaking', 'refusing', 'endorse', 'publicly', 'boston', 'milwaukee', 'cleveland', 'toronto', 'oakland', 'kansas', 'detroit', 'minnesota', 'texas', 'rtrs', 'melbourne', 'collides', 'fifteen', 'suburban', 'street-level', 'rail', 'crossing', 'ambulance', 'included', 'loaded', 'pylons', '8.30', 'a.m', 'derailed', 'driver', 'compartment', 'rear', 'spilling', 'load', 'careered', 'nearby', 'bell', 'remarkably', 'potential', 'nasty', 'accident', '373-1800', 'awarded', 'sports', 'banned', 'meant', 'arch-rivals', 'appealed', 'grounds', 'bachini', '71st', 'one-match', 'suspension', 'serve', 'spoils', 'atmosphere', 'taipei', 'spoiling', 'resumption', 'taiwanese', 'lien', 'chan', 'infuriated', 'engage', 'shen', 'guofang', 'disrupted', 'negotiator', 'tang', 'shubei', 'telling', 'hostility', 'overseas', 'edition', 'television', 'considers', 'efforts', 'greater', 'recognition', 'defiant', 'neo-nazi', 'jailed', 'gray', 'sentenced', 'lauck', 'pumping', 'extremist', 'propaganda', 'nebraska', 'yelled', 'tirade', 'abuse', 'conviction', 'inciting', 'racial', 'hatred', 'struggle', 'shouted', 'guards', 'arguing', 'client', 'committed', 'hailed', 'fight', 'neo-nazism', 'network', 'anti-semitic', 'flowing', '1970s', 'possessed', 'well-oiled', 'machine', 'honed', 'presiding', 'guenter', 'bertram', 'extracts', 'praising', 'hitler', 'describing', 'nazi', 'millions', 'jews', 'myth', 'eager', 'bars', 'prosecutor', 'mauruschat', 'offences', 'jail', 'sentence', 'publishing', 'distributing', 'argued', 'u.s', 'speech', 'produce', 'swastika-covered', 'magazines', 'videos', 'manfred', 'kanther', 'welcomed', 'prosecution', 'ringleaders', 'distributers', 'vicious', 'racist', 'publications', 'democrats', 'sober', 'blue', 'suit', 'trademark', 'hitleresque', 'moustache', 'emotion', 'spent', 'reading', 'explaining', 'blurted', 'incomprehensible', 'quick-fire', 'diatribe', 'socialists', 'nazis', 'communists', 'dared', 'kidnap', 'oblique', 'reference', 'extradition', 'truth', 'attorney', 'hans-otto', 'sieg', 'courtroom', 'judges', 'explained', 'actions', 'carried', 'obsessed', 'nazism', 'devoted', 'socialist', 'nsdap-ao', 'derives', 'three-month', 'dealt', 'ns', 'kampfruf', 'cry', 'magazine', 'filled', 'references', 'aryan', 'supremacy', 'defamatory', 'statements', 'rejected', 'arrested', 'convicted', 'disseminating', 'symbols', 'anti-constitutional', 'custody', 'arrest', 'subtracted', 'amsterdam-rotterdam-antwerp', 'oil', 'levels', 'product', 'tankage', 'week-ago', 'year-ago', '29/8/96', '22/8/96', '1/9/95', 'gasoline', '400', '400-425', '425', 'naphtha', '50-75', '75-100', 'gas', '1,600', '1,650', '1,850-1,900', '325-350', 'jet', 'kero', '15-20', 'barges', 'inflows', 'cargoes', 'again', 'ara', 'soviet', 'throughput', 'markets', 'benelux', 'straight-run', 'bunkering', 'removing', 'lowered', 'aviation', 'blenkinsop', '504', '5000', 'asks', 'extradite', 'ex-president', 'banisadr', 'abolhassan', 'hijacking', 'angered', 'tehran', 'accusing', 'ordering', 'assassination', 'berlin', 'response', 'inquiry', 'formally', 'requested', 'aircraft', 'commandeered', 'flee', '1981', 'submitted', 'round-the-clock', 'testimony', 'backed', 'prosecutors', 'ordered', 'exiled', 'translator', 'gangland-style', 'machinegun', 'suffer', 'pays', 'heed', 'architect', 'revolution', 'sworn', 'enemy', 'favour', 'recovery', 'modest', 'dragged', 'shrugged-off', 'imminent', 'codelco', 'salvador', 'waiting', 'include', 'u.k.', 'closed', 'weaker', 'labor', 'see', 'firm', \"o'neill\", 'settled', '0.35', 'cent', '90.20', '90.50', '89.40', '0.05', '91.05', 'contract', 'expired', '0.85', '90.85', 'volume', 'lots', 'voted', 'unions', 'facility', 'prospects', 'huw', '212-859-1646', 'greek', 'green', 'athens', 'bureau', 'costas', 'simitis', 'snap', 'skandalidis', 'announcement', 'cabinet', 'dimitris', 'kontogiannis', '+301', '3311812-4', 'nec', 'nijmegen', 'eykeren', 'numan', '11th', 'nilis', 'cocu', '67th', '1-2', 'rwandan', 'genocide', 'suspicion', 'berne', 'violating', 'investigations', 'stage', 'cooperating', 'cantons', 'identify', 'vitesse', 'arnhem', 'sparta', 'rotterdam', 'utrecht', 'twente', 'enschede', 'roda', 'jc', 'kerkrade', 'feyenoord', 'graafschap', 'doetinchem', 'willem', 'ii', 'tilburg', 'rkc', 'waalwijk', 'volendam', 'az', 'alkmaar', 'ice', 'hockey', 'helsinki', '4-1', 'ville', 'peltonen', 'ylonen', 'teemu', 'selanne', 'jyrki', 'lumme', '13th', 'janne', 'ojanen', '23rd', 'ruuttu', '45th', 'radek', 'bonk', '7th', 'reichel', '33rd', 'dopita', '57th', 'khmer', 'rouge', 'ieng', 'sary', 'confirms', 'pol', 'pot', 'aranyaprathet', 'thailand', 'dissident', 'hardliners', 'written', 'split', 'dnum', 'reconciliation', 'cambodian', 'inform', 'ta', 'mok', 'sen', 'dictatorial', 'obtained', 'indefinitely', '....', 'absentia', 'mass', 'cambodia', 'terror', '1975-1979', 'executed', 'starvation', 'overwork', 'labour', 'camps', 'french-educated', 'brother-in-law', 'command', 'shed', 'profit-taking', 'istanbul', 'shedding', 'amid', 'brokers', 'imkb-100', '123.89', '64,178.78', 'totalled', '2.92', '7.2', 'lira', '7.8', 'actually', '63,000', 'burcin', 'mavituna', 'interbank', 'approached', '65,000', 'resistance', 'cheap', 'attracted', 'buyers', '67,000', 'pierced', 'session', 'active', 'isbank', 'gained', '8,600', 'utility', 'cukurova', '85-share', '0.47', '70,848.86', '15-share', '0.55', '55,929.89', '218', 'gainers', 'outdid', 'losers', 'stable', '+90-212-275', '0875', 'sa', 'waldbaum', 'quarterfinals', 'voinea', 'joyce', 'karol', 'kucera', 'chang', 'lamm', 'perot', 'reform', 'ticket-cnn', 'ross', 'candidate', 'cnn', 'aides', 'competed', 'ticket', 'definitely', 'three-term', 'vied', 'disillusioned', 'republican', 'parties', 'friend', 'ballot', 'ptt', 'telecoms', 'koninklijke', 'nederland', 'nv', 'below', 'forecasts', 'scant', 'adjust', '8.5', '1.209', 'guilders', 'hair', 'breadth', '1.210-1.236', 'range', 'pretty', 'estimate', '1.210', 'roe', 'paribas', 'largely', 'overwhelmingly', 'surprising', 'ing', 'analyst', 'steven', 'vrolijk', 'solid', 'performer', 'sticking', '2.45', 'guilder', 'improve', '2.26', '1403', '1.70', '61.00', 'falling', 'bourse', 'keiron', '+31', 'indian', 'soy', 'indore', 'remained', '12,900-13,100', 'rupees', 'plant', 'dealers', 'festival', 'religious', 'selling', 'solvent', 'weak', 'undertone', '276-277', '246-248', 'rapeseed', 'extraction', '115', 'availability', '3,850', 'bedibunder', '3,800-3,825', 'bhavnagar', '---------------------', 'auction', 'dewas', '45', '12,700-12,950', '12,900-13,150', '11,900-12,100', 'mandsaur', '12,600-12,750', '12,700-12,850', 'neemuch', 'n.a', 'mhow', '12,700-12,800', '12,750-12,850', 'ratlam', 'ashta', '12,700-12,900', '12,800-13,000', '12,750-12,950', 'dhar', '12,750-12,900', 'ujjain', '12,850-13,050', 'jaora', 'barnagar', 'khandwa', 'ashoknagar', 'nalkhera', '----------------------------------', '30,300-30,400', '30,700-30,800', '32,700-32,800', '32,900-33,000', '--------------------------------', 'rail-for', 'bombay', '9,800', '8,800', 'bedi', 'bunder', '1=35.73', 'om', 'forest', 'stockholm', 'derivatives', 'gruppen', 'ab', 'electronic', 'together', 'subsidiaries', 'omlx', 'pulpex', 'pulp', 'extended', 'timber', 'recycled', 'complements', 'bourses', 'softs', 'coffee', 'sugar', 'cocoa', 'three-year', 'representatives', 'swings', 'producers', 'profitability', 'unpredictable', 'investing', 'capacity', 'risky', 'hedge', 'impact', 'global', 'amounted', 'marketplace', 'clearing', 'informed', 'parent', 'guarantee', 'wholly-owned', '+46-8-700', '1006', 'salomon', 'cuts', 'refiner', 'q3', 'eps', 'brothers', 'ting', 'refiners', 'belief', 'companies', 'revisions', 'refining', 'margins', 'third-quarter', 'shamrock', '0.38', '0.73', 'street', 'consensus', '0.63', '0.15', 'tosco', '0.95', '1.03', '0.94', 'petroleum', '0.46', '0.33', 'valero', '0.27', 'compared', '0.40', 'larry', 'fine', 'yorkers', 'spaniard', 'new-found', 'aggressiveness', 'frame', 'fourth-seeded', 'tackling', 'class', 'traffic', '24-year-old', 'crushing', 'noise', 'crowds', 'chaos', 'things', 'happen', 'adjusting', 'cement', 'flushing', 'meadows', 'manhattan', 'louder', 'slams', 'real', 'opens', 'quarters', 'ranked', 'semifinals', 'bowing', 'feels', 'car', 'messed', 'love', 'adrenalin', 'taxi', 'lanes', 'barcelona', 'drive', 'repairs', 'heidrun', 'statoil', 'oslo', 'plugged', 'injection', 'wells', 'oilfield', 'mid-norway', 'den', 'norske', 'stats', 'oljeselskap', 'accounted', 'dip', 'barrels', 'bpd', '220,000', 'newsletter', 'reperforated', 'gravel', 'pumped', 'reservoir', 'plugging', 'problems', '+47', 'aide', 'russian-chechen', 'novye', 'atagi', 'barkhatov', 'progressing', 'briskly', 'conducted', 'document', 'signature', 'day-by-day', 'denies', 'nurses', 'stranded', 'libya', 'tunis', 'tabloid', 'exit', 'knowledge', 'nurse', \"d'affaires\", 'tadeusz', 'awdankiewicz', 'poland', 'investigate', 'probe', 'prompted', 'non-payment', 'salaries', 'genk', 'harelbeke', 'mechelen', 'ferreira', 'korean', 'pro-soccer', 'seoul', 'puchon', 'chonan', 'pohang', 'chonbuk', '0-0', 'w', 'd', 'g', 'f', 'p', 'ulsan', 'anyang', 'suwon', 'pusan', 'chonnam', 'carnival', 'spirits', 'notting', 'rio', 'peacefully', 'revellers', 'singing', 'dancing', 'arrests', 'stabbings', 'ugly', 'scar', 'praised', 'festivities', 'good-natured', '1976', '31st', 'acquired', 'darker', 'reputation', 'slowly', 'recovering', 'shopkeepers', 'windows', 'crime', 'm2', '3.8', 'm', '8.2', 'y', '456.8', 'taka', '439.9', 'bln', '422.1', 'm1', '144.5', '139.3', '131.7', 'nz', 'odv', 'nz$', '524', 'wellington', 'optimised', 'deprival', '524.2', '486.5', 'valuation', 'extensions', 'lifespan', 'consistent', 'preventative', 'maintenance', 'equipment', 'upgrading', 'revaluation', 'undertaken', 'disclosure', 'requirements', 'commerce', '4734', '746', 'jyvaskyla', '1:46', '1:56', '2:05', 'radstrom', 's.', 'pro-baseball', 'haitai', 'hanwha', 'hyundai', 'samsung', 'ssangbangwool', 'lg', 'ob', 'lotte', '0*', '*note', 'percentage', 'gb', '.610', '47', '.547', '1/2', '.537', '.534', '.467', '.461', '.439', '.406', 'akron', '2.1', '7,149', 'yard', 'par', 'firestone', 'c.c', 'goydos', 'billy', 'mayfair', 'hidemichi', 'tanaka', 'stricker', 'leonard', 'brooks', 'herron', 'duffy', 'waldorf', 'davis', 'anders', 'forsbrand', 'nick', 'faldo', 'cook', 'mickelson', 'greg', 'norman', 'ernie', 'els', 'hoch', 'clarence', 'loren', 'roberts', 'funk', 'sven', 'struver', 'cejka', 'hal', 'sutton', 'lehman', 'd.a.', 'weibring', 'bryant', 'craig', 'parry', 'ginn', 'corey', 'pavin', 'stadler', \"o'meara\", 'couples', 'stankowski', 'costantino', 'rocca', 'furyk', 'satoshi', 'higashi', 'willie', 'wood', 'shigeki', 'maruyama', '76', 'mccarron', 'westner', 'schneiter', '79', 'watson', 'seiki', 'okuda', 'banco', 'inject', '3.412', 'pesos', 'secondary', 'auctions', 'follows', '1.206', '1.000', '525', '728-9559', 'slows', 'after-hours', 'worldcom', 'mfs', 'buy', '1-3/4', '3-8/16', '41-5/16', '5,700', '53,400', '4,153,800', 'collision', 'linz', 'locomotive', 'railway', 'austrian', 'hurt', 'vienna', 'stationary', 'steyr', 'southeast', 'shunt', 'wagons', 'sidings', 'sure', 'trapped', 'wreckage', 'doctors', 'road', 'scene', 'able', 'treat', 'damage', 'averted', 'apply', 'brakes', 'occurred', 'railways', 'apa', 'housecall', 'sink', 'warning', 'healthcare', 'resources', 'morgan', 'stanley', 'downgraded', 'underperform', 'outperform', '7-3/8', '7-1/8', 'atlanta-based', 'wall', 'earn', '0.17', 'expectations', 'non-medicare', 'infusion', 'therapy', 'hospice', 'nursing', 'budgeted', 'cited', 'limitation', 'medicare', 'reimbursement', '12-year-old', 'weld', 'seat', 'massachusetts', 'conceded', 'franny', 'incumbent', 'kerry', 'wbur-fm', 'revolt', 'tracy', 'roosevelt', 'great-granddaughter', 'franklin', 'roosevelts', 'susan', 'descendant', 'theodore', 'presidency', 'joins', 'three-wicket', 'haul', '300th', 'becomes', 'join', '300-club', 'bowlers', 'imran', 'achieve', 'feat', 'cricketers', 'kapil', 'dev', '434', 'tests', 'hadlee', '431', '86', 'botham', '383', '102', 'indies', '376', '362', '88', 'dennis', 'lillee', '355', 'willis', 'lance', 'gibbs', 'trueman', 'courtney', 'walsh', 'schoolgirl', 'blackmailer', 'textbooks', 'gdansk', 'blackmailed', 'anonymous', '13-year-old', 'extract', 'zlotys', 'sierakowice', 'blackmail', 'psychologist', 'clothes', 'kazimierz', 'socha', 'underage', 'offenders', 'athletics', 'rovereto', 'ludmila', 'ninova', '6.72', 'heike', 'drechsler', '6.65', 'fiona', '6.64', 'hurdles', 'emilio', 'valle', 'cuba', '13.42', '13.45', 'andrea', 'giaconi', '13.80', 'chandra', 'sturrup', '11.34', 'natalya', 'voronova', '11.53', 'gabi', 'rokmeier', '11.61', 'javelin', 'sergey', 'makarov', '85.26', 'pukstys', '84.20', 'blank', '81.64', 'osmond', 'ezinwa', 'nigeria', '10.13', 'davidson', '10.18', 'stefano', 'tilli', '10.43', 'kamoga', 'uganda', '45.15', 'vaccari', '46.16', 'kennedy', 'ochieng', 'kenya', '46.21', 'pole', 'vault', 'mariacarla', 'bresciani', '3.85', 'muller', '3.75', 'nastja', 'rysich', 'ana', 'fidelia', 'quirot', '58.98', 'letitia', 'vriesde', 'surinam', '2:00.39', 'inez', 'turner', 'jamaica', '2:00.91', 'kreissig', '2.20', 'kostantin', 'matusevitch', 'israel', 'buiatti', '2.15', 'kibet', '1:45.24', 'vincent', 'malakwen', '1:45.62', 'kibitok', '1:46.09', 'oksana', 'ovchinnikova', '58.94', 'shikolenko', '57.44', 'silke', 'renk', '56.70', 'virna', 'angeli', '55.66', 'torshina', 'kazakhstan', '55.99', 'anna', 'knoroz', '57.02', 'lauren', 'ottoz', '49.16', 'bronson', '49.67', 'ridgeon', '49.83', 'kipkosgei', '7:46.91', 'lambruschini', '7:47.78', 'kosgei', '7:48.38', 'basketball', 'philippine', 'pro-league', 'manila', 'semi-final', 'association', 'shell', 'ginebra', '89-86', '45-46', 'half-time', 'mln', 'rated', 'single-a', 'moody', 'investors', 'rating', '08/26/96', 'issuer', 'oh', '6,310,000', '08/28/96', 'comics', 'independence-joke', 'bossi', 'orvieto', 'joke', 'umberto', 'ancient', 'etruscan', 'mock', 'cimicchi', 'actor', 'benigni', 'declare', 'etruria', 'proceed', 'annexation', 'sardinia', 'corsica', 'ironically', 'proclamation', 'padania', 'located', 'umbria', 'florence', 'towns', 'pop', 'rhetoric', 'borders', 'talking', 'secession', 'intensified', 'showing', 'nationally', 'federalism', 'wasteful', 'centralised', 'bureaucracy', 'northerners', 'sep', 'consulates', 'thessaloniki', 'offices', 'greece', 'observance', 'georgiopoulos', '318-2', 'lunch', '318', 'diana', 'photographer', 'branded', 'stalker', 'princess', 'postpone', 'approaching', 'stenning', '12-week', 'contest', 'injunction', 'banning', 'yards', 'affidavit', 'responding', 'affadavit', 'benedict', 'birnberg', 'brick', 'window', 'motorcycle', 'dispatch', 'rider', 'convictions', 'magistrates', 'compensation', '182', 'pounds', '282', 'freelance', 'divorce', 'heir-to-the-throne', 'prince', 'charles', 'persistently', 'trailing', 'chasing', 'smashed', 'film', 'camera', 'scapegoat', 'photographers', 'migration', 'pacts', 'accords', 'repatriate', 'intercepted', 'cuban', 'migrants', 'attempted', 'enter', 'complaints', 'jeopardising', 'failing', 'cubans', 'incidents', 'reiterates', 'commitment', 'implementation', 'glyn', 'davies', 'sea', 'guantanamo', 'naval', 'prompt', 'enforcement', 'alien', 'smuggling', 'hijackings', 'distributed', 'community', 'remind', 'everyone', 'abiding', 'avoiding', 'dangerous', 'straits', 'havana', 'centred', 'boatload', 'emigrants', 'capsized', 'sixteen', 'boat', 'bay', 'emigrated', 'hijackers', 'pilot', 'hijacked', 'plane', 'aylum', 'knew', 'recall', 'mehrtens', 'fly-half', 'culhane', 'series-clinching', 'trinations', 'tearing', 'cartilage', 'doubts', 'suffering', 'viral', 'infection', 'blair', 'larsen', 'uncapped', 'glenn', 'taylor', 'standby', 'replace', 'jonah', 'lomu', 'shoulder', 'griqualand', 'eric', 'recover', 'cullen', 'walter', 'glen', 'osborne', 'josh', 'kronfeld', 'robin', 'olo', 'dowd', 'summaries', 'hintum', 'waalijk', 'schreuder', 'arum', '76th', '0-1', '6,150', 'vierklau', 'nooijer', '5,696', '9,000', 'gorre', '66th', 'vurens', '3rd', 'larsson', '73rd', 'gastel', 'schultz', '4th', '22,434', 'jongsma', '19th', '56rd', '6,000', 'boer', '48,123', 'jeffrey', 'roest', 'korneev', 'hansma', 'socal', 'edison', '220', 'kilovolt', 'kv', 'resume', 'wildfire', 'raging', 'conroy', 'repair', 'crews', 'smoke', 'fire-related', 'residues', 'megawatts', 'mw', '1,200', 'hydroelectric', 'noted', 'transmission', 'cables', 'cleaning', 'containment', 'hot', 'arid', 'windy', 'fires', 'teenager', 'blaze', 'destroyed', 'acres', 'leong', '+1', '1622', 'drown', 'venezuelan', 'boating', 'maracaibo', 'aged', 'drowned', 'sank', 'lake', 'happened', 'zarraga', 'nighttime', 'spin', 'guard', 'sinking', 'hole', 'stern', 'lifejackets', 'unhurt', 'slip', 'edged', 'orders', '1.64', '180.38', '4.38', 'extremely', 'quiet', 'mokhoff', 'alliance-menatep', 'inactivity', 'babayan', 'managing', 'centrinvest', 'ues', 'unified', 'chips', 'anybody', 'else', 'adrs', 'supposedly', 'application', '0.0817', '0.0822', '8.90', 'gazprom', 'loser', '0.300', '0.355', '0.445', 'uncertainty', 'converted', 'underlying', 'tightened', 'rules', 'restricting', 'shareholers', 'mosenergo', '0.958', '0.966', 'rostelekom', '2.56', '2.58', 'lukoil', '9.82', '9.85', 'julie', 'tolkacheva', '+7095', '941', '8520', 'afghan', 'reopening', 'afghanistan', 'salang', 'kabul', 'embattled', 'kabul-salang', 'supreme', 'coordination', 'jumbish-i-milli', 'warlord', 'abdul', 'rashid', 'dostum', 'postponement', 'precautions', 'elaborate', 'route', 'controlled', 'burhanuddin', 'rabbani', 'hezb-i-islami', 'gulbuddin', 'hekmatyar', 'rejoined', 'persuade', 'follow', 'jumbish', 'throw', 'irreplaceable', 'rocks', 'korea', 'yonsei', 'riot', 'samples', 'geology', 'collect', 'prefessors', 'collection', 'gathered', 'abroad', 'panes', 'desks', 'nine-day', 'unification', 'storming', 'campus', 'tunbridge', '40-3', 'kent', '195', 'giles', 'b.', '4-66', '4-45', '82-0', 'hove', 'sussex', '285-6', 'athey', '290', 'moxon', 'blakey', '79-2', 'chester-le-street', '259', 'p.', 'cottey', 'saggers', '6-65', '8-0', 'durham', '114', 'watkin', '4-28', '238', 'weston', 'v.', 'solanki', 'harris', '4-31', 'derbyshire', '166-1', 'k.', 'barnett', '83', 'middlesex', '199', '226-1', 'pooley', 'ramprakash', 'hampshire', '232', 'fraser', '5-55', 'fay', '4-77', 'leicester', 'somerset', 'millns', '4-35', 'leicestershire', '202-5', 'gloucestershire', '183', 'northamptonshire', '123-4', 'curran', 'quench', 'thirst', 'afford', 'berkrot', 'monitors', 'reads', 'please', 'shade', 'drink', 'plenty', 'fluids', 'advice', 'perhaps', 'advisory', '...and', 'garishly-coloured', 'sun-drenched', 'litre', 'basic', 'life-sustaining', '4.00', '?', 'olympics', 'incredulous', 'fan', 'noting', 'notorious', 'gouging', 'insult', 'male', 'controversial', 'offended', 'baked', 'lasagna', '8.50', 'rebecca', 'weinstein', 'regular', 'sandwich', 'trio', 'hungry', 'forked', 'pronounced', 'perry', 'chimed', 'ridiculous', 'dollars', 'wine', 'indeed', 'chardonnay', 'zinfandel', 'imported', '4.50', 'alcoholics', 'joked', 'lifting', '12.50', 'hamburger', 'fries', 'snack', 'guaranteed', 'thirsty', '16.50', 'pedestrian', 'ham', 'cheese', 'whopping', '8.00', 'tuscan', 'tuscany', 'drives', 'philippines', 'alaska', 'milk', '85-82', '36-46', 'leads', 'best-of-seven', 'palestinians', 'wafa', 'continuous', 'violations', 'crimes', 'declaring', 'benjamin', 'netanyahu', 'stupidity', 'strongest', 'right-wing', 'kiryat', 'sefer', 'demolishing', 'arab', 'idiots', 'arabic', 'stupid', 'strip', 'joint', 'withdrawing', 'self-rule', 'economy', 'hurting', 'merchants', 'bethlehem', 'cater', 'tourist', 'labourers', 'jobs', 'backbone', 'building', 'replaced', 'al-aqsa', 'mosque', 'pray', 'christians', 'accompany', 'stand', 'remarks', 'travel', 'restrictions', 'bombings', 'arabs', 'entering', 'opposes', 'occupied', 'shimon', 'peres', '1967', 'halves', 'plo', 'crowded', 'signalled', 'abandoning', 'diplomacy', 'alarm', 'bells', 'ringing', 'address', 'egyptian', 'podium', 'mahmoud', 'abbas', 'abu', 'mazen', 'dore', 'thing', 'israelis', 'prepared', 'promises', 'intentions', 'pressing', 'long-delayed', 'partial', 'troop', 'flashpoint', 'hebron', 'studying', 'redeployment', 'yitzhak', 'mordechai', 'wider', 'jonk', 'guus', 'hiddink', 'wim', '14-month', 'jean-paul', '18-man', 'replacement', 'danny', 'blind', 'retirement', 'bergkamp', '35-year-old', 'ac', 'edgar', 'davids', 'goalkeepers', 'ed', 'goey', 'jaap', 'stam', 'arthur', 'reiziger', 'johan', 'kock', 'midfielders', 'witschge', 'aron', 'internazionale', 'seedorf', 'gaston', 'taument', 'arsenal', 'christie', 'bailey', 'owens', 'relay', 'warner', 'donovan', 'linford', 'dream', 'honour', 'jesse', 'holder', 'namibia', 'frankie', 'fredericks', '4x100', 'squads', 'assembled', 'quartets', 'anniversary', 'medals', '1936', 'anchor', 'silver', 'participation', 'announce', 'organisers', 'retire', 'competition', 'compete', 'agree', 'delighted', 'tribute', '1948', '1980', 'watch', 'quick', 'autograph', 'book', 'thrusting', 'ornate', 'harrison', 'dillard', 'lindy', 'remigino', '1952', 'hines', '1968', 'hasely', 'crawford', 'widow', 'ruth', 'grand-daughter', 'gina', 'tillman', '1984', '1988', 'triple', 'sarka', 'kasparkova', '14.84', 'ashia', 'hansen', '14.78', 'rodica', 'matescu', '14.18', 'deon', 'hemmings', '55.13', 'marken', '55.90', '56.00', 'isel', 'lopez', '61.36', 'louise', 'mcpaul', '60.66', 'cathy', 'freeman', '22.53', 'falilat', 'ogunkoya', '22.58', 'juliet', 'cuthbert', '22.77', 'dionne', '12.83', 'michelle', '12.91', 'gillian', '12.95', 'charmaine', 'crooks', '00.42', '2:01.98', 'margaret', 'crowley', '2:02.40', 'trond', 'bathel', '5.60', 'manson', 'lobinger', '5.50', '86.82', 'backley', '82.20', 'nieland', '81.12', 'marcel', 'malone', '51.50', 'kim', '52.17', 'phylis', '52.53', '20.45', '20.48', 'regis', '20.63', 'austin', '2.30', 'forsyth', 'patrik', 'sjoberg', '2.25', 'verbjorn', 'rodal', '1:44.93', 'benson', 'koech', '1:45.96', '1:46.18', 'mile', 'tanui', '3:54.57', 'mayock', '3:54.60', 'whiteman', '3:54.87', '45.05', 'richardson', '45.38', '45.48', '10.06', 'mackie', '10.17', '10.19', 'baghdad', 'sudanese', 'airliner', 'noble', 'iraqis', 'contemplate', 'ina', 'khartoum', 'denounced', 'terrorist', 'morals', 'values', 'abdulsamad', 'hameed', 'sudan', 'airways', 'airbus', 'contrary', 'harassed', 'elements', 'hijack', 'flight', 'grenades', 'explosives', 'blow', 'refuelled', 'larnaca', 'stansted', 'suspected', 'surrendered', 'families', 'le', 'monde', 'page', 'ipsos', 'majority', 'sympathises', 'plight', 'africans', 'renew', 'obtain', 'residence', 'permits', 'calling', 'stubborn', 'confused', 'cold-hearted', 'pages', 'sncf', 'renegotiation', 'bailout', 'package', 'prepares', 'steel', 'shows', 'signs', 'upturn', '+33', '53', 'superbike', 'races', 'sugo', 'yuuichi', 'takeda', 'outclassed', 'names', 'poise', 'overtake', 'ducati', 'troy', 'corser', 'runner-up', 'laps', 'pursued', 'duo', 'noriyuki', 'haga', 'wataru', 'yoshikawa', 'briefly', 'chicane', 'lap', 'spurt', 'flag', 'consolation', 'recording', 'fastest', '147.159', 'limped', 'aaron', 'slight', 'challenged', 'strongly', 'eventual', 'takuma', 'aoki', 'elder', 'brother', 'haruchika', 'race-long', 'duel', 'kocinski', 'chequered', 'passed', 'recorded', '147.786', 'regained', 'unlucky', 'finishing', '280', '269', '254', 'venantius', 'sets', '1999', 'frn', 'floating-rate', 'borrower', 'amt', 'spread', '12.5', 'bp', 'maturity', '21.jan.99', 'type', '3m', 'libor', 's23.sep.96', 'aa3', 'iss', '99.956', 'fees', 's&p', 'aa+', 'reoffer', '=', 'notes', 's', 'coupon', 'listing', 'denoms', 'k', '1-10-100', 'limits', 'uk', 'jp', 'fr', 'neg', 'plg', 'yes', 'crs', 'deflt', 'maj', 'ipma', 'ctry', 'provs', 'mgt', 'und', 'conc', 'praecip', 'emtn', '8863', 'masterkova', 'breaks', 'bettered', 'zurich', '1,500', '28.98', 'ate', 'shave', '0.36', '2:29.34', 'mutola', 'stadium', '2:29.66', 'bonus', 'historic', 'crowd', 'middle-distance', 'maternity', 'richest', 'slashed', '3.05', '12.56', 'earned', 'kilo', 'fortnight', 'appearance', 'account', 'laid', 'comparable', 'surface', 'softer', 'enjoyed', 'gear', 'strides', 'pointing', 'clock', 'delight', 'crossed', 'approves', 'decree', 'granted', 'reprieve', 'mogul', 'silvio', 'berlusconi', 'mediaset', 'empire', 'extending', 'plugs', 'void', 'controls', 'single', 'proprietor', 'channels', 'budapest', 'haladas', 'mtk', 'ferencvaros', 'bekescsaba', 'bvsc', 'csepel', 'videoton(*', 'zte', 'debrecen', 'siofok', 'ujpest', 'vac', 'vasas', 'kispest', 'pecs', 'te', 'ftc', 'videoton', 'gyor', '15.', 'fc', '16.', 'iii.ker.tve', '17.', '18.', '*name', 'parmalat', 'fehervar', 'changed', '+361', '2410', 'jansher', 'pakistnn', 'jackie', 'brett', 'evans', '14-17', '13-15', '17-14', 'cairns', 'del', 'anthony', 'chaloner', '17-16', 'frenz', 'heath', '15-4', '15-14', 'joseph', 'kneipp', 'faizy', 'mir', 'zaman', 'gul', 'meads', '15-3', 'dan', 'thoren', '15-5', 'wheat--rains', 'planting', 'frost', 'mo', 'above-normal', 'rainfall', 'plains', 'produced', 'near-ideal', 'relieved', 'plagued', 'moisture', 'situation', 'anderson', 'extension', 'economist', 'oklahoma', 'irony', 'old-timers', 'likened', 'dust', 'bowl', '1930s', 'turnabout', 'hodges', 'hopefully', 'climatological', '20.19', 'inches', 'above', 'associate', 'climatologist', 'fallen', 'example', '4.6', 'mosier', 'panhandle', 'beneficial', 'setting', 'ideal', 'mositure', 'dolly', 'typically', 'topsoil', 'adequate', 'statistics', 'surplus', 'ratings', '816', '561-8671', 'seeds', 'enjoying', 'overcome', 'jitters', 'first-round', 'seeded', '186th-ranked', 'jaime', 'oncins', 'tiebreaker', 'hottest', '16-2', 'hardcourts', 'titles', 'finish', 'nerves', 'joining', 'malivai', 'seed', 'talented', 'moroccan', 'karim', 'alami', 'comfortable', 'either', '27-year-old', 'hurried', 'upset', 'week-old', 'sushi', 'combination', 'heat', 'anke', 'huber', 'undone', '17th', 'amanda', 'coetzer', 'revenge', 'semifinal', 'aleksandra', 'olsza', 'eliminating', 'magdalena', 'maleeva', 'bulgaria', 'slam', 'victories', 'showdown', 'stich', 'two-time', 'sergi', 'bruguera', 'tommy', 'haas', 'kris', 'goossens', 'respectively', \"o'brien\", 'professional', 'haven', 'advanced', 'lapentti', 'bad', 'tarango', 'radulescu', 'exhaustion', 'breezy', 'erratic', 'untidy', 'unforced', 'errors', 'walloped', 'woeful', 'faults', 'deflating', 'fault', 'confusion', 'exchanged', 'shots', 'umpire', 'resumed', 'promptly', 'serves', 'barely', 'contained', 'baseline', 'frittered', '26-year-old', 'risen', 'stray', 'bullet', 'sao', 'paulo', 'slumped', 'quitting', 'qualifying', 'spate', 'withdrawals', 'eighth', 'courier', 'withdrew', 'wilander', 'bowed', 'groin', 'mary', 'joe', 'tendinitis', '226-5', '230-1', 'bugno', 'doping', 'gianni', 'testing', 'testosterone', 'tested', 'hormone', 'subsequent', 'proved', 'higher-than-average', 'naturally', 'giro', \"d'italia\", 'stimulant', 'caffeine', 'vicorp', 'restaurants', 'sabourin', 'cfo', 'denver', 'bestop', 'boulder', 'colo', '1610', 'briton', 'abandoned', 'torrential', '193', '201', '202', 'heinz-peter', 'thul', 'ronan', 'rafferty', '203', 'westwood', 'emerson', 'baker', 'tsang', 'smooth', 'transition', 'trevelyan', 'donald', 'fluctuations', 'spoke', 'keeping', 'smoothly', '3.1', '5.9', 'economists', 'downwards', 'half-yearly', 'trend', 'birch', 'rock', 'absolutely', 'predicated', 'sovereignty', '1997-98', 'span', 'none', 'precepts', 'currency', 'monetary', 'reserves', 'duty', 'contribute', 'taxes', 'climb', 'trough', 'measures', 'draconian', 'earth', 'scarce', 'rentals', 'roof', 'mean', 'reclamation', 'environmental', 'figure', 'aim', 'cboe', 'routine', 'valued', 'suggest', 'insider', 'confirm', 'unusual', \"'re\", 'anything', 'steadily', 'mid-august', 'doubted', '312', '408-8750', 'e-mail', 'derivatives@reuters.com', 'kidney', 'naina', 'undergone', 'satisfactory', 'itar-tass', 'tass', 'clinical', 'treats', 'mrs', 'doctor', 'sergei', 'mironov', 'contact', 'yelena', 'tatyana', 'run-off', 'disappeared', 'eye', 'agenda', 'drnovice', 'slovan', 'liberec', 'sk', 'slavia', 'praha', 'ceske', 'budejovice', 'fk', 'jablonec', 'viktoria', 'zizkov', 'banik', 'ostrava', 'teplice', 'boby', 'brno', 'sigma', 'olomouc', 'bohemians', 'karvina', 'hradec', 'kralove', 'kaucuk', 'opava', 'plzen', 'aei', 'spanish', 'iso', '9002', 'twenty-second', 'quality', 'accreditation', 'veritas', 'accredited', 'iberfreight', 'alicante', 'bilbao', 'seville', 'valencia', 'standards', 'cargo', 'tel+44', '7706', 'fax+44', '5017', 'unwinding', 'unwound', '818.10', '819.10', 'ranged', '817.60', '819.30', 'overbought', 'moment', 'insistent', '820', 'convinced', '7149', '274', '277', '278', '283', '284', '285', '286', '287', '288', '289', '292', '294', '295', '298', '301', 's.african', 'summon', 'apartheid', 'subpoena', 'persons', 'appear', 'anyone', 'allen', 'subpoenas', 'speculated', 'heal', 'wounds', 'confronting', 'apartheid-era', 'p.w.', 'botha', 'generals', 'basie', 'smit', 'merwe', 'submissions', 'f.w.', 'klerk', 'co-operation', 'compiling', 'hearing', 'harrowing', 'tales', 'victims', 'abuses', 'regime', 'hear', 'whom', 'amnesty', 'frankness', 'reformed', 'perpetrators', 'voluntarily', 'subpoenaed', 'human-rights', 'era', 'chaired', 'nobel', 'archbishop', 'desmond', 'tutu', 'wis', 'welfare', 'pioneering', 'image', 'wisconsin', 'release', 'curve', 'program', 'w-2', 'waivers', 'acquire', 'care', '60-day', 'residency', 'child', 'collections', 'custodial', 'eligibility', 'gives', 'karen', 'pierog', '312-408-8647', 'indicators', 'updated', 'cpi', '+0.4m', '23.0yr', 'yr', '+0.9;+23.6', 'ppi', '+0.7', 'm;+21.5yr', '+1.7;+22.0', 'm;-0.2yr', '+7.3;-3.6', 'jan-may', '738', 'jan-april', '748', 'nbh', '934', '774', 'mit', 'jan-june', '1.45', '1.24', 'gross', '27,246.5', '28,716.8', '14,390.7', '15,704.3', 'unemployment', '10.8', '10.6', 'huf', 'jan-july', '122', 't-bill', 'yields', '%', '1mo', '22.95', '3mo', '23.02', '6mo', '23.53', '1yr', '24.40', 'bond', '2-yr', '1998', 'j', '25.49,(3-yr', '24.44', 'bbb-minus', 'duff', 'phelps', 'ibca', 'thomson', 'bankwatch', 'bb-plus', 'ba1', 'bbb+', '36', '1)266', 'espinho', 'sewing', 'smugglers', 'smuggle', 'clothing', 'eritrea', 'government-owned', 'al-ingaz', 'al-watani', 'banat', 'kassala', 'confessed', 'so-called', 'undertaking', 'subversive', 'laying', 'landmines', 'stealing', 'eritrean', 'providing', 'diplomatic', 'raids', 'umbrella', 'headquarters', 'asmara', 'uses', 'scoreboard-australia', 'slater', 'strang', 'whittall', 'waugh', 'campbell', 'streak', 'bevan', 'brandes', 'healy', 'hogg', 'b-1', 'lb-8', 'w-3', 'nb-3', '263', '1-48', '2-92', '3-167', '4-230', '5-240', '6-242', '7-263', 'reiffel', 'flemming', 'mcgrath', '10-1-50-1', '2w', '2nb', '10-1-47-2', '1w', '9-0-41-1', 'flower', '6-0-28-0', '10-0-53-3', '1nb', 'decker', '3-0-17-0', 'shah', '2-0-18-0', 'wishart', 'dekker', 'h.', 'e.', 'lb-4', 'w-10', 'nb-7', '138', '1-16', '2-16', '3-33', '5-56', '6-98', '7-100', '8-120', '9-120', '7-2-13-1', '7-0-24-2', '3w', '3nb', '6-1-23-2', '7-2-24-1', '9-2-26-1', '5-1-24-3', '125', 'homewood', 'janeiro', 'narciso', 'flown', 'chartered', 'confederation', 'cbf', 'arose', 'paulo-santos', 'televised', 'live', 'usual', 'kickoff', 'surprise', 'juventude', 'internacional', 'corinthians', 'marathon', 'hectic', 'arrive', 'curitiba', 'atletico', 'paranaense', 'botafogo', 'tulio', 'overlooked', 'zagalo', 'features', 'bahia', 'top-scorer', 'struggling', '2,901.48', 'rbls', 'monopoly', 'rao', 'roubles', '2,891.00', 'ffk', '2,746', '2,840', '2,998', 'represented', '0.042', '139.75', 'equivalent', '0.59', 'capitalisation', 'massive', 'potentially', 'however', '23.6', 'highly', 'illiquid', 'harder', 'orderly', '406.6', '0.375', 'artyom', 'danielyan', 'scottish', 'glasgow', 'stirling', 'albion', 'krzysztof', 'warzycha', '46th', 'marcin', 'mieciel', 'klimis', 'alexandrou', '75th', 'kostas', 'malekos', 'romano', 'prodi', 'opportunity', 'views', 'omer', 'akbel', 'briefing', 'liberia', 'installed', 'monrovia', 'task', 'uniting', 'squabbling', 'liberian', '1980s', 'nominated', 'job', 'abuja', 'formal', 'inauguration', 'explanation', 'vice-chairmen', 'alhadji', 'kromah', 'unable', 'orgy', 'looting', 'collapsed', 'timetable', 'disarmament', 'sanctions', 'compliance', 'slaves', 'founded', '1847', 'rejects', 'boycott', 'lamb', 'disagreed', 'shun', 'determine', 'transmitted', 'sheep', 'werner', 'zwingmann', 'sheepmeat', 'clearer', 'nikolaus', 'pas', 'farm', 'franz', 'fischler', 'brains', 'spleens', 'spinal', 'cords', 'animal', 'chains', 'specific', 'precautionary', 'protect', 'eu-wide', 'laboratory', 'mational', 'justified', 'loyola', 'palacio', 'causing', 'unjustified', 'generalisation', 'multidisciplinary', 'committees', 're-examine', 'recommendations', 'scrapie', 'transferred', 'containing', 'influence', 'careful', 'nfu', 'humans', 'illness', 'contaminated', '47,600', '4,275', 'mutton', 'maintained', 'stayed', 'celebrated', 'novelty', '51,000', 'first-team', '20-metre', 'dull', 'compatriot', 'rene', 'eijkelkamp', 'pascal', 'shock', 'henke', 'fifth-placed', 'veerakesari', 'telo', 'trincomalee', 'accidental', 'chavakachcheri', 'jaffna', 'sentries', 'thinakaran', 'tulf', 'sivasiththamparam', 'meaningless', 'unp', 'underpriviledged', 'sections', 'society', 'excise', 'w.n.f.', 'chandraratne', 'guidelines', 'liquor', 'licences', 'licence', 'lankadeepa', 'tiger', 'female', 'suicide', 'bombers', 'simultaneous', 'chandrika', 'kumaratunga', 'motorcade', 'divaina', 'cultural', 'sum', 'crown', 'worn', 'king', 'dinamina', 'closes', 'ruhunu', 'hospitalised', 'tel', '941-434319', 'swimming', 'popov', '`serious', 'stabbing', 'stabbed', 'freestyle', 'top-level', 'sport', 'rimma', 'maslova', 'conscious', 'smiling', 'expert', 'returning', 'competitive', 'abdomen', 'roadside', 'watermelon', 'sellers', 'south-west', 'wound', 'affected', 'operated', 'ntv', 'pool', 'worry', 'insisted', 'cheerfully', 'bed', 'intensive', 'detained', 'attackers', 'vitaly', 'smirnov', 'swimmer', 'award', 'athletes', 'post-soviet', 'tracking', 'cdu', 'csu', 'spd', 'fdp', 'greens', 'pds', 'emnid', '41.0', '34.0', '7.0', '10.0', 'elect', 'res', '35.0', '5.0', '11.0', '4.0', 'allensbach', '37.2', '32.8', '8.0', '13.0', '5.6', '39.0', '40.0', '33.0', '12.0', '42.0', '7.3', '12.3', '5.4', 'forsa', '36.0', '31.0', '43.0', '38.0', '37.0', '38.5', '32.5', '8.1', '4.4', '38.1', '32.3', '6.5', '12.9', '6.3', '36.4', '6.9', 'forschungsgruppe', 'wahlen', '+49', '228', '2609760', 'seychelles', 'gleeson', 'tiny', 'nations', 'fellow', 'islanders', 'mauritius', 'phase', 'qualifiers', 'fifa', 'membership', 'breakthrough', 'mauritian', 'caboche', 'tackle', 'responded', 'setback', 'ashley', 'mocude', 'two-goal', '50th-minute', 'seychellois', 'renewed', 'eliminated', 'malawi', 'favourites', 'zambia', 'botswana', 'windhoek', 'stretch', 'unbeaten', 'progress', 'cameroon', 'gabon', 'german-based', 'bachirou', 'salou', 'togo', 'congo', 'plays', 'bundesliga', '53rd', 'lome', 'takes', 'tanzania', 'zaire', 'ethiopia', 'shoot-out', 'addis', 'ababa', 'scoreline', 'decider', '4-2', 'humiliating', 'preliminaries', 'mauritania', 'benin', 'nouakchott', 'keller', 'dundee', '64th', '27,600', 'zickler', '26th', 'helmer', '37th', '44th', 'rizzitelli', '48th', 'sergio', '25th', 'feldhoff', '48,000', 'akpoborie', '27,000', '11,500', 'von', 'heesen', 'hirsch', '65th', '15,000', 'buffett', 'raises', 'omaha', 'billionaire', 'warren', 'trust', '6.7', 'filing', 'exchnage', '62,900', 'additional', 'boston-based', 'estate', '7.65', '8.02', 'holding', '725,900', 'purchased', '6.2', 'well-known', 'investor', 'berkshire', 'hathaway', 'hails', 'marks', 'rostislav', 'khotin', 'kiev', 'celebrates', 'hailing', 'inter-ethnic', 'achievement', 'declaration', 'nine-to-one', 'effectively', 'conflicts', 'moldova', 'republics', 'georgia', 'azerbaijan', 'tajikistan', 'achievements', 'preservation', 'harmony', 'leonid', 'kuchma', 'unlike', 'situations', 'peaceful', 'civilised', 'initially', 'hyper-inflation', 'collapse', 'turnaround', 'hyper-inflationary', '10,300', 'respectable', '0.1', 'grow', 'solemn', 'ukraina', 'turning', 'reforms', 'doubt', 'adelbert', 'knobl', 'mission', 'proud', 'much-postponed', 'hryvna', 'karbovanets', 'rouble', 'trades', '33', 'repeatedly', 'introduce', 'wrangle', 'offending', 'unofficial', 'delegation', 'hennady', 'udovenko', 'overreacting', 'bridge', 'rapidly', 'westernising', 'integration', 'areas', 'economically', 'oriented', 'circles', 'push', 'grouping', 'closer', 'congratulated', 'promising', 'stabilising', 'factor', 'wsrl', 'kredietbank', 'welspun', 'stahl', 'rohren', 'part-finance', 'submerged', 'welded', 'pipes', 'maturing', 'indusind', '3.5', 'uti', 'gujarat', 'manufacture', '175,000', 'annum', 'longitudinal', 'spiral', 'yarn', 'towels', 'polyester', '+91-22-265', '9000', 'worth', '145', 't', '234,324', 'destined', 'cereals', 'minimum', '105.07', 'ecus', 'provisionally', 'optional-origin', '162', 'freight', 'saudis', 'reduce', '600,000', 'enjoys', 'subtracting', '142', 'floor', '34,277', '109.36', '+331', '4221', '5432', 'same-day', 'cetes', 'rates', 'nervousness', '24.25', 'guerrillas', 'co-ordinated', 'dead', 'acceptances', 'pagares', '25.10', 'longer-term', 'masked', 'posts', 'oaxaca', 'assaults', 'credits', '2.209', 'oversupply', '684', 'primary', 'inflow', 'patricia', 'lezama', 'newroom', '728', '9554', 'peru', 'kill', 'hostage', 'jungle', 'lima', 'peruvian', 'northeastern', 'anti-', 'maoist', 'shining', 'path', 'alomella', 'robles', '345', '550', 'northeast', 'listen', 'speeches', 'passing', 'motorists', 'cars', 'daubed', 'whereabouts', 'hostages', 'severely', 'weakened', 'capture', 'abimael', 'guzman', 'stepping', 'slips', 'unaudited', '17,024,000', '18,174,000', '31,834,000', '24,137,000', 'expense', '7,718,000', '6,828,000', '14,668,000', '13,091,000', '9,167,000', '11,175,000', '16,909,000', '10,880,000', '0.86', '1.05', '1.59', '1.02', 'weighted', '10,650,407', 'pro', 'forma', 'historical', 'provision', '9,306,000', '11,346,000', '17,166,000', '11,046,000', '3,820,000', '4,658,000', '7,047,000', '4,534,000', '5,486,000', '6,688,000', '10,119,000', '6,512,000', '0.37', '0.45', '0.68', '0.44', '14,775,000', 'expulsion', 'nairobi', 'repatriation', '1.1', 'hutu', 'rwanda', 'butare', 'rdr', 'hutus', 'deter', 'termed', 'inhuman', 'gak', 'admira', 'wacker', 'sturm', 'graz', 'linzer', 'tirol', 'innsbruck', 'salzburg', 'wien', 'ried', 'meningitis', '170', 'middle-aged', 'emanuil', 'ceausu', 'victor', 'babes', 'infectious', 'diseases', 'virus', 'identified', 'lasts', 'affects', 'gastro-intestinal', 'tract', 'fever', 'headache', 'vomiting', 'bacterial', 'garlic', 'pills', 'cholesterol', 'finds', 'flawed', 'benefit', 'significantly', 'tablets', '900', 'milligrams', 'powder', 'placebo', 'significant', 'differences', 'receiving', 'college', 'physicians', 'eat', 'low-fat', 'diet', 'measured', 'six-week', 'accurate', 'disputed', 'trials', 'interpreted', 'incorrectly', 'diets', 'beforehand', 'duration', 'foundation', 'lichtwer', 'pharma', 'gmbh', 'kwai', 'brand', '7950', 'tunisian', 'hq', 'tunisia', 'rent', 'khalfallah', 'mds', 'bailiff', 'accompagnied', 'enable', 'transfer', 'owing', 'vice-president', 'sentences', 'moada', 'contacts', 'libyan', 'khemais', 'chammari', 'disclosing', 'secrets', 'judicial', 'proceedings', 'affair', 'ismail', 'boulahya', 'politically', '1978', 'mestiri', 'succeeding', 'liberals', 'mustapha', 'jaafar', '05:30', 'quarter-finals', 'gabriela', 'sabatini', 'asa', 'carlsson', 'katarina', 'studenikova', 'farmer', 'mutilated', 'verona', 'homocide', 'mutilating', 'bodies', 'sex', 'ansa', 'gianfranco', 'stevanin', 'magistrate', 'remembering', 'lifeless', 'arms', 'sadmasochistic', 'assaulting', 'prostitute', 'murdering', 'villa', 'corpses', 'headless', 'decomposed', 'sack', 'canal', 'cesare', 'dal', 'maso', 'beheading', 'dumping', 'adige', 'river', 'murder', 'interrogations', 'investigators', 'suffocated', 'putting', 'plastic', 'bags', 'heads', 'digging', 'passer-by', 'killer', 'murders', 'eugene', 'guilty', 'commanded', 'hit-squad', 'wiped', 'servant', '.571', '.532', '.500', '.354', '.598', '.535', '.496', '.469', '.450', '.578', '.516', '.477', '.465', '.627', '.540', '.457', '.531', '.528', '.504', '.425', '.543', '.432', 'doubleheader', 'all-rounder', 'swap', 'counties', 'premature', 'departure', 'unavoidable', 'competitions', 'x', 'lyngby', 'x-club', 'casino', 'besiktas', 'alania', 'vladikavkaz', 'x-anderlecht', 'x-cercle', 'brann', 'bergen', 'tells', 'meat', 'panels', 'preference', 'zdf', 'holes', 'tops', 'priorities', 'erupted', 'acknowledged', 'rethink', 'suspect', 'tissue', 'experts', 'studied', 'separately', 'perfectly', 'safe', 'summit', 'progressive', 'parallel', 'eradicate', '.569', '.508', '.470', '84', '.359', '.595', '.526', '.447', '.573', '.515', '.466', '27th', '.628', '.402', '.530', '.527', '.492', '.423', '.545', '.538', '.523', '.434', 'cease', 'solidify', 'cease-fire', 'pursue', 'precise', 'repelled', 'wounding', 'capturing', 'opposing', 'mountainous', 'kornblum', 'milosevic', 'greste', 'belgrade', 'serbian', 'slobodan', 'effort', 'defuse', 'surrounding', 'post-war', 'registration', 'serb', 'refugee', 'discussed', 'primarily', 'manipulation', 'voter', 'republika', 'srpska', 'scheduled', 'bolster', 'patron', 'rectify', 'urged', 'resolved', 'coerced', 'register', 'serb-held', 'wartime', 'expulsions', 'conquest', '10-day', 'angry', 'blessing', 'endorsed', 'legitimate', 'croatian', 'zagreb', 'banja', 'luka', 'biljana', 'plavsic', 'sarajevo', 'oversee', 'dissolution', 'croat', 'mini-state', 'u.n.', 'officers', 'run-up', 'choosing', 'three-member', 'comprised', 'moslem-croat', 'speaker', 'threats', 'humayun', 'rasheed', 'choudhury', 'callers', 'bengali', 'banglabazar', 'patrika', '330-member', 'awami', 'sheikh', 'hasina', '41st', 'assembly', '1986-87', 'begum', 'khaleda', 'zia', 'bnp', 'followers', 'assemby', 'sessions', 'partisan', 'ineffective', 'contributing', 'mps', 'district', 'bogra', 'resorting', 'instability', 'desireable', 'designs', 'sternly', 'nigerian', 'jeopardize', 'trip-canada', 'cancel', 'circumstances', 'bragantino', 'vasco', 'da', 'gama', 'cricuma', 'fluminense', 'cruzeiro', 'flamengo', 'goias', 'palmeiras', 'gremio', 'vitoria', 'parana', 'guarani', 'portuguesa', 'mineiro', 'recife', 'coritiba', 'criciuma', 'qualify', 'determined', 'vacek', 'patrick', 'rafter', 'philippoussis', 'nestor', 'colombia', 'reach', 'colombian', 'allow', 'airlines', 'round-trip', 'flights', 'bogota', 'shift', 'gateway', 'designate', 'all-cargo', 'carrier', 'permitted', 'category', 'conditional', 'safety', 'assessment', 'exception', 'maintain', 'routes', '2-1/2', 'dispute', 'denial', 'colombians', 'propose', 'avianca', 'aces', 'bayervb', 'c$', 'six-year', 'dominion', 'bayerische', 'vereinsbank', '6.625', '24.sep.02', '100.92', '24.sep.96', '1.875', '99.32', '+20', 'aa1', 'lux', 'freq', 'ca', '0.275', '1.60', 'govt', '7658', 'penn', 'terminates', 'acquisition', 'allentown', 'terminated', 'non-binding', 'intent', 'merrion', 'actively', 'licensing', 'license', 'conduct', 'vermont', 'domiciled', 'insurer', '212-859-1610', 'invitation', 'suitable', 'matters', 'ferrigato', 'sprints', 'sprinted', 'weekends', 'max', 'sciandri', 'similarly', 'narrow', 'bartoli', 'museeuw', '237km', 'armstrong', 'pack', 'oerlikon', 'velodrome', 'back-to-back', 'rankings', 'continues', 'vw', 'doubling', 'dresden', 'carmaker', 'volkswagen', 'ag', 'profits', 'confident', 'bruno', 'adelt', 'introduction', 'passat', 'sedan', 'gilardi', 'frankfurt', '756525', 'telecomm', 'yuan', '115.259', '123.157', '20.318', '22.828', 'asset', '3.02', 'comparative', '0.14', 'telecommunications', 'dissolves', 'costis', 'stephnopoulos', '300-seat', 'stephanopoulos', 'convergence', 'tense', 'biogen', 'berlex', 'deposed', 'leslie', 'gevirtz', 'counsels', 'laboratories', 'subsidiary', 'schering', 'tempest', 'tube', 'involves', 'drug', 'violated', 'orphan', 'sclerosis', 'avonex', 'ms', 'betaseron', 'patent', 'infringement', 'drugs', 'types', 'interferon', 'biovest', 'hedaya', 'chiron', 'inventory', '6.1', 'fda', 'incentives', 'ophran', 'provides', 'exclusivity', 'differs', 'beta-1b', 'wolf', 'counsel', 'astrue', 'chabora', 'attended', 'lawsuit', 'heard', 'newark', 'n.j.', 'depositions', 'bissell', 'preside', 'all-star', 'fielder', 'appearing', 'pinch-hitter', 'battling', 'hamstring', '357', 'second-longest', 'majors', 'cal', 'ripken', 'major-league', '2,282nd', '13-0', 'pinch-hitting', 'mri', 'mild', 'strain', '1-for-2', 'exiting', '32-year-old', 'hitting', '.307', 'homers', '107', 'spots', 'last-place', 'outfielder', 'sammy', 'sosa', 'third-longest', 'bone', 'baseman', 'queens', 'rangers', 'gathering', 'fundamentalist', 'triggered', 'anger', 'fundamentalists', 'voiced', 'attending', 'expresses', 'rejection', 'masterminds', 'ideologists', 'financers', 'clarifications', 'clarification', 'undermine', 'stability', 'cme', 'lumber', 'futures', 'weigh', 'underpinned', 'pattern', 'persisted', 'declining', 'firming', 'cash-related', 'buying', 'random', 'spruce', '419', 'tbf', 'midweek', 'quote', 'eased', '0.20', '0.70', '413.20', '369.00', 'jerry', 'bieszk', '312-408-8725', 'observing', '0800', 'gunfire', 'echoed', 'withdraw', 'rebel-dominated', 'mountains', 'separatists', 'shooting', 'fighter', 'shabazov', 'bearded', 'wearing', 't-shirt', 'camoflage', 'trousers', 'burst', 'rocked', 'courtyard', 't-72', 'tank', 'roared', 'checkpoints', 'goncharova', 'poking', 'peaked', 'camouflage', 'helicopters', 'overhead', 'flares', 'peacemaker', 'patrols', 'sceptical', 'goran', 'ivanisevic', '3-7', 'carlsen', 'gregory', 'carraz', 'berasategui', 'jason', 'stoltenberg', '13-11', 'lareau', 'gaudenzi', 'woodruff', 'walkover', 'china-bound', 'missionaries', 'ki-choo', 'jiaxuan', 'atheist', 'officially', 'bans', 'missionary', 'turns', 'nominally', 'employed', 'teachers', 'remote', 'attract', 'intended', 'i.k.', 'gujral', 'adoption', 'possibility', 'signing', 'kind', '1974', 'built', 'assemble', 'veto', 'ctbt', 'visualise', 'straining', 'text', 'blocked', 'clause', 'modified', 'forwarded', 'reiterated', 'objections', 'negotiation', 'weapon', 'hegemony', 'impossible', 'oblige', 'exercised', 'restraint', 'lone', 'accept', 'constraints', 'rely', 'arsenals', 'dow', 'pushes', 'griffiths', 'slipped', 'weakening', 'franc', 'sentiment', 'boosted', 'yen', 'chip', 'ftse', 'peak', '3921.8', 'dropping', 'focus', 'rebounded', 'cancellation', 'jeopardise', 'tie-up', 'conclusion', 'prerequisite', 'link-up', 'better-than-expected', 'non-eu', '506', 'sterling', '788', '1.12', 'deficits', '1.4', 'nonetheless', 'buoyed', 'chemical', '30-share', 'dax', '2,563.16', '4.32', '2000', 'cac-40', 'worries', 'autumn', 'strikes', 'viannet', 'communist-led', 'cgt', 'criticised', 'holidays', 'firmer', 'negative', '108.40', '107.55', 'corporate', 'tankan', 'manufacturers', 'gauge', 'rock-bottom', 'discount', '0.5', 'boj', 'defied', 'improving', 'spectacular', 'suggesting', 'breakout', 'baader', 'slippage', 'faltering', 'currencies', '1.4765', '107.78', '1.4779', 'times-stock', '3,920.7', '15.09', '2,002.9', 'precious', 'fixed', '388.50', '388.55', '521.15', '1=.6421', 'sharpshooter', 'knup', 'galatasaray', 'internationals', 'qualifier', 'baku', 'artur', 'jorge', 'rolf', 'fringer', '19-man', 'pascolo', 'cagliari', 'zuberbuehler', 'grasshoppers', 'henchoz', 'hottiger', 'everton', 'yvan', 'quentin', 'sion', 'ramon', 'vega', 'raphael', 'wicky', 'comisetti', 'esposito', 'fournier', 'christophe', 'ohrel', 'lausanne', 'sylvestre', 'sesa', 'servette', 'ciriaco', 'sforza', 'inter', 'murat', 'yakin', 'kubilay', 'turkyilmaz', 'bonvin', 'chapuisat', 'supercup', 'supercoppa', 'gabriel', 'batistuta', 'dejan', 'savicevic', '21st', '29,582', 'help-wanted', 'ad', 'advertising', 'uneven', '83.0', '85.0', 'ken', 'goldstein', 'want-ad', 'hiring', '2.5', 'rest', 'staying', 'drop', 'matched', 'declines', 'vanlandingham', 'scoreless', 'glenallen', 'first-inning', '8-13', 'walks', 'strikeouts', 'follow-through', 'pitches', 'andres', 'galarraga', 'extra-base', '9-5', 'rain-shortened', 'seven-inning', 'underwent', 'arthroscopic', 'benes', 'royce', 'clayton', 'run-scoring', '3-2', '14-9', 'decisions', 'one-half', 'first-place', 'alain', 'juppe', 'insufficient', 'hunger', 'enters', '49th', 'church', 'attracts', 'sympathisers', 'flnc', 'corsican', 'announces', 'bally', 'factories', 'shoe', 'undercut', 'low-wage', 'abreast', 'trends', 'sud-ptt', 'telecom', 'gun', 'victim', 'brady', 'praises', 'sarah', 'disabled', 'reagan', 'praise', 'wheelchair', 'mrs.', 'handgun', 'controlling', 'firearm', 'bradys', 'cane', 'rousing', 'reception', 'teenaged', 'sat', 'vip', 'box', 'wrong', 'congressmen', 'stopped', 'felons', 'prohibited', 'purchasers', 'stopping', 'saluting', 'hunter', 'sportsman', 'understands', 'remington', 'rifle', 'ak47', 'knows', 'hunting', 'uzi', 'mr.', 'deserve', 'thanks', 'thumbs', 'audience', 'gunman', 'hinckley', 'deranged', 'impress', 'jodie', 'foster', 'actress', 'background', 'pass', 'adoptive', 'dallas', 'mccullough', 'gunshot', 'shotgun', '.357', 'motive', 'adopted', 'neighbours', 'loud', 'arguments', 'vojvodina', 'partizan', 'crvena', 'zvezda', 'proleter', 'zelesnik', 'rudar', 'dbrs', 'preferred', 'pfd-2', 'debentures', 'cumulative', 'non-cumulative', 'aa', 'pfd-1', 'adviser', 'morris', 'resignation', 'strategist', 'dick', 'resigned', 're-election', 'engaged', 'year-long', '200-an-hour', 'limelight', 'resign', 'supermarket', 'star', 'reprinted', 'editions', 'married', 'hired', '37-year-old', 'advise', 'sadistic', 'vitriol', 'journalism', 'dignify', 'answer', 'delegates', 'accepting', 'four-year', 'congressman', 'sayed', 'salahuddin', 'ahmad', 'masood', 'briefed', 'dana', 'rohrabacher', 'wartorn', 'transitional', 'constitution', 'barred', 'bagram', 'airbase', 'militia', 'amrollah', 'promote', 'long-time', 'intends', 'neutralise', 'initiated', 'afghans', 'themselves', 'hamid', 'ibrahimi', 'neutral', 'jalalabad', 'taleban', 'kandahar', 'locked', 'communist', 'belenenses', 'boavista', 'depressed', 'aex', '4.54', 'easier', '556.19', 'defensive', 'tough', 'worrying', 'topping', '1.90', '58.70', 'ihc', 'caland', 'unchanged', '2.40', '80.70', '34.9', '36.6', '37.5', '47.2', 'ex-dividend', '0.60', '52.90', 'nutricia', 'shrugged', 'ex-div', 'tag', 'soar', '4.10', '214.40', 'alight', 'sending', '18.40', '210.00', 'stork', 'fokker', 'short-lived', '51.00', 'barnsley', 'stoke', 'swindon', 'wolverhampton', 'bolton', 'hashimoto', 'ryutaro', 'penultimate', 'latin', 'rica', 'scandal', 'jakarta', 'rupiah', '2.9', 'resulting', 'fake', 'transactions', 'sudradjat', 'djiwandono', '43-year', 'suspects', '2,341', 'beirut', 'an-nahar', 'confrontation', 'escalating', 'hizbollah', 'hariri', 'as-safir', 'berri', 'syria', 'al-anwar', 'violation', 'mount', 'ad-diyar', 'incomplete', \"nida'a\", 'al-watan', 'maronite', 'patriarch', 'sfeir', 'sorrow', 'churches', 'rural', 'impunity', 'voices', 'condemn', 'day-to-day', 'hinterland', 'punish', 'landless', 'peasants', 'jesus', 'countryside', 'coordinate', 'ecumenical', 'henrique', 'cardoso', 'seminar', 'endemic', 'gripping', 'thirty-six', 'massacred', 'para', 'lucas', 'moreira', 'neves', 'catholic', 'bishops', 'goalless', 'lacklustre', 'trail', 'lens', 'host', 'montpellier', 'restored', 'pride', 'metz', 'recruits', 'fluidity', 'andreas', 'koepke', 'parries', 'lie', 'mate', 'giovanni', 'bronckhorst', 'ferdy', 'supremo', 'contents', 'disclosed', 'disengagement', 'dies', 'bus', 'crash', 'sofia', 'romanian-registered', 'bulgarian', 'buses', \"o'clock\", 'rousse', 'veliko', 'tarnovo', 'investigated', '359-2-84561', 'f-14', 'catches', 'landing', 'blew', 'tyre', 'gurion', 'wheel', 'yehiel', 'amitai', 'pilots', 'flames', 'molata', 'andersson', '22nd', 'haessler', 'balakow', '50th', 'bobic', '61st', 'votava', '68th', '32,000', 'schwabl', 'zorc', '59th-pen', 'moeller', 'heinrich', 'seeliger', '18,000', 'zeyer', '52nd', 'gaissmayer', '9th', 'polster', '22,500', 'revered', 'skull', 'limelight-loving', 'disgrace', 'prized', 'sacred', 'tribal', 'ancestor', 'forensic', 'scientist', 'examined', 'supposed', 'hintsa', 'xhosa', 'tribe', 'cranium', 'nicholas', 'gcaleka', 'skins', 'regalia', 'journeyed', 'wintry', 'hugely', 'publicised', 'quest', 'witchdoctor', 'trophy', 'allegedly', 'beheaded', '1835', 'cottage', 'lonely', 'highland', 'inverness', 'spirit', 'branding', 'charlatan', 'confiscated', 'shape', 'prize', '480,618', 'colin', 'montgomerie', '429,449', '301,972', 'allenby', '291,088', 'mcnulty', '254,247', '253,337', 'coltart', '246,077', '233,713', '229,360', '211,175', 'nobilo', '209,412', 'mcginley', '208,978', '207,990', 'padraig', 'harrington', '202,593', 'retief', 'goosen', '188,143', '181,005', '172,580', 'mitchell', '170,952', '19.', 'payne', '165,150', '20.', 'claydon', '156,996', 'perfect', 'birthday', '1926', 'marked', 'schwarz', 'lob', 'chipping', 'franco', 'baresi', 'montenegrin', 'equalised', 'weaving', 'checking', 'left-footed', 'francesco', 'toldo', 'shoot', 'looming', 'desailly', 'fouled', 'boca', 'juniors', 'rammed', 'curling', 'dipping', 'batigol', 'adoring', 'reward', 'impressive', 'weah', 'rusty', 'baggio', 'substitute', 'confiscates', 'rulers', 'article', 'cairo', 'copies', 'cyprus-based', 'al-tadamun', 'editorial', 'editor-in-chief', 'liwaya', 'censors', 'front-page', 'entitled', 'chronic', 'compliant', 'undergo', 'compulsory', 'examination', 'psychiatrists', 'capacities', 'behave', 'extreme', 'peoples', 'zionists', 'censorship', 'riyal', 'manama', 'deposit', '3.7504', '06', 'one-month', 'deposits', '5-1/2', '3/8', '5-5/8', '5-3/4', '5/8', 'one-year', '5-7/8', 'orthodox', 'saboteurs', 'hina', 'gornji', 'zadar', 'lived', 'self-styled', 'krajina', 'proclaimed', 'recaptured', 'vacant', 'depopulated', 'endt', 'anp', 'selection', 'devote', 'rabat', 'widad', 'fes', 'oujda', 'raja', 'casablanca', 'tetouan', 'jeunesse', 'massira', 'meknes', 'settat', 'marrakesh', 'khouribga', 'mohammedia', 'sidi', 'kacem', 'jadida', 'hassania', 'agadir', 'anti-abortion', 'democrat', 'tolerance', 'alan', 'elsner', 'politician', 'addressed', 'pro-abortion', 'rep', 'hall', 'abortion', 'platform', 'conscience', 'recognizes', 'welcomes', 'divergent', 'inclusiveness', 'organizers', 'prevented', 'pennsylvania', 'casey', 'vehement', 'opponent', 'republicans', 'intolerance', 'ought', 'pro-woman', 'pro-child', 'pro-life', 'deliver', 'deaf', 'ears', 'abortions', 'dilemma', 'dole', 'nominee', 'insert', 'recognizing', 'validity', 'passionate', 'kate', 'michelman', 'procedure', 'disdain', 'compassion', 'cynthia', 'mckinney', 'moral', 'newt', 'gingrich', 'lion', 'paparazzi', 'tabs', 'whales', 'marine', 'biologists', 'cruise', 'depths', 'harvey', 'hurley', 'moss', 'natural', 'companions', 'species', 'whale', 'diver', '17-year-old', 'beaver', 'nine-year-old', 'sake', 'navy', 'accurately', 'transmitter', 'swim', 'mammals', 'filming', 'video', 'assignment', 'documenting', 'humpback', 'monterey', 'exactly', 'taught', 'stick', 'suction', 'cups', 'gun-wielding', 'motorist', 'pistol', 'overtook', 'motorway', 'photographed', 'potsdam', 'nerve', 'coercion', 'behaviour', 'co-world', 'laurence', 'courtois', 'wednesay', 'four-and-a-half', 'gluten', 'meal', 'steady-higher', 'flat', 'seasonal', 'pickup', 'ton', '117.00', 'unc', 'pellets', 'unq', '320.00', 'decatur', 'il', 'cedar', 'rapids', 'ia', '310.00', '312-408-8720', 'matahari', 'revises', 'indonesian', 'pt', 'putra', 'prima', 'hanifah', 'komala', '+6221', '384-6364', 'sacks', 'golfer', 'sacked', 'butch', 'harmon', 'parted', 'ways', 'mentor', 'drawing', 'tournaments', 'blonde', 'adrift', 'tanaki', 'circuit', 'strange', 'keyed', 'perform', 'jiang', 'zemin', 'gratitude', 'omar', 'bongo', 'xinhua', 'thanking', 'technological', 'quashed', 'expressing', 'freedoms', 'drafted', 'motion', 'censure', 'forum', 'wide', 'code', 'silence', 'dissent', 'commentary', 'plot', 'doomed', 'hurled', 'consulate', 'thrown', 'fence', 'consulate-general', 'surabaya', 'stromme', '700', '430', 'somebody', 'molotov', 'cocktail', 'parking', 'hunted', 'shore', 'sergeant', 'dave', 'pearson', 'fagan', 'telephoned', 'distraught', 'feared', 'northcote', 'sheds', 'confronted', '16-year-old', 'onlookers', 'disarm', '473-4746', 'loxley', 'h1', '332.66', 'baht', 'bangkok', 'reviewed', '8.32', '6.66', '266.37', '662-252-9950', 'aek', 'olympiakos', 'x-aek', 'chemlon', 'humenne', 'x-olympiakos', 'x-pao', 'indicates', 'new-ball', 'neil', 'ilott', 'reeling', 'deliveries', 'left-armer', '252', 'thrust', 'dispatching', 'matt', 'symonds', 'dominic', 'hewson', 'hancock', 'optimistically', '532', 'prichard', 'plundered', 'second-placed', 'frustrated', '255', 'third-placed', 'uphill', '446', 'trent', 'alistair', '55-ball', 'half-century', 'rain-curtailed', 'fourth-placed', 'ropes', 'intervened', '2-24', 'gordon', 'parsons', '3-20', 'vince', '2-19', '353', 'rekindled', 'defeats', 'upper', '529', '206', '323', 'paceman', 'polishing', 'fairbrother', 'sells', '1.38', 'auctioned', 'three-', 'five-', '10-year', 'bids', '1.126', '44.5', '782.6', '9221-5685192', 'queen', 'beatrix', 'monarch', 'settlers', '1652', 'claus', 'samir', 'arnaut', 'matuzici', 'farce', 'incomers', 'cementing', 'doboj', 'waved', 'banners', 'moslem-led', 'western-organised', 'places', 'packed', 'registered', 'critics', 'billed', 'reintegrate', 'multi-ethnic', 'shaping', 'facto', 'jure', 'dayton', 'truly', 'implemented', 'edhem', 'efendija', 'camdzic', 'imam-in-exile', 'highlight', 'misfortune', 'upon', 'reuf', 'mehemdagic', 'municipality-in-exile', 'eleven', 'thousand', 'reintegration', 'mirhunisa', 'komarica', 'ejup', 'ganic', 'fortune', 'applause', 'untie', 'knot', 'ensured', 'civilian', 'mobs', 'impassable', '1992-95', 'serb-controlled', 'beefed', 'sudden', 'emotional', 'inter-entity', 'boundary', 'dispersed', 'scuffled', 'senegal', 'cholera', 'outbreak', 'dakar', 'kaolack', '291', 'masserigne', 'ndiaye', 'overwhelmed', 'rushing', 'symptoms', 'deaths', 'senegalese', 'viable', 'chakravarty', 'rangarajan', 'gdp', 'sustainable', 'currrent', '14-15', 'non-debt', 'flows', 'reduction', 'debt-service', 'ratio', 'postpones', 'assemblies', 'frowick', 'representing', 'feasible', 'pressed', 'majorities', 'serbia', 'well-organised', 'coerce', 'establish', 'districts', 'conquered', 'ethnically', 'cleansed', 'hinted', 'flagrant', 'fo', 'administer', 'entire', 'appears', 'rather', 'extends', 'topples', 'champ', 'vintage', 'extend', 'toppling', 'competing', 'illustrious', 'serve-and-volley', 'fifth-seeded', 'dutchman', '30-year-old', 'swede', 'unseeded', 'grip', 'volleyed', 'grace', 'dominant', 'top-seeded', 'sprained', 'romp', 'fellow-american', 'overcame', 'fifth-', 'sidelines', 'employee', 'skilled', 'nicely', 'employer', 'consulting', 'towers', 'perrin', 'performs', 'presently', 'accountant', 'tasks', 'salary', \"o'neal\", 'evaluated', 'solely', 'skill', 'abilities', 'skills', 'creative', 'sensitive', 'customer', 'needs', 'productivity', '750', 'mid-to-large', 'corporations', 'surveyed', 'restructuring', 'two-thirds', 'firms', 'structure', 'skills-based', 'non-management', 'fad', 'inexorable', 'creating', 'hierarchical', 'concept', 'defined', 'became', 'customers', 'multi-layers', 'emphasis', 'raise', 'eliminate', 'bonuses', 'high-performing', 'equity', 'managers', 'celebrate', 'high-performance', 'engaging', 'january-july', 'volumes', 'handled', 'airports', 'exclude', 'trucked', 'airfreight', 'adv', '17,844', 'tegel', '10,896', 'tempelhof', '60.0', 'schoenefeld', '6,746', '16.8', '1,453', '13.1', '792', '11.4', 'duessseldorf', '31,347', '768,269', '1.5', '21,240', 'hannover', '6,030', '15.3', 'koeln', '182,887', '11.8', 'leipzig', 'halle', '1,806', '45.6', '44,525', 'muenster', 'osnabrueck', '28.2', 'nuremberg', '25,929', '17.8', 'saarbruecken', '626', '28.3', '10,655', '11.7', '1,113,785', '161', 'teresa', 'calcutta', 'saint', 'gutters', '1979', 'bringing', 'dignity', 'unwanted', 'heaps', 'honours', 'regards', 'nun', 'albanian', 'descent', 'maintains', 'merely', 'fulfilment', 'neglected', 'sympathy', 'pity', 'diminutive', 'roman', 'respiratory', 'alone', 'slums', 'densely-populated', 'touch', 'hearts', 'characteristically', 'unworthy', 'showering', 'bharat', 'ratna', 'jewel', 'deteriorate', 'fitted', 'pacemaker', 'vatican', 'superior', 'charity', 'successor', 'pneumonia', 'ribs', 'malaria', 'complicated', 'fractured', 'collar', 'increasing', 'frailty', 'arthritis', 'eyesight', 'travels', 'mingle', 'agnes', 'goinxha', 'bejaxhiu', 'skopje', '1910', 'deeply', 'loretto', 'hoping', 'abbey', 'dublin', 'novitiate', 'teach', 'geography', 'convent', 'divine', '1946', 'interviewer', 'belonged', 'slum', 'therese', 'simply', 'dying', 'hindu', 'penniless', 'nirmal', 'hriday', 'chain', 'destitute', 'admitting', 'documentary', 'mixture', 'hyperbole', 'credulity', 'catholics', 'earthquake', 'jolts', 'zealands', 'measuring', 'richter', 'scale', 'shook', 'quake', 'waiau', 'cities', 'christchurch', 'minor', 'spa', 'hanmer', 'prone', 'frequent', 'earthquakes', '208', '156', '144', '137', '120', '108', 'noisy', 'thai', 'heroin', 'hideaway', 'carpenter', 'seaside', 'pattaya', 'kg', '39.7', 'cheung', 'siu', 'searched', 'hidden', 'hollow', 'spaces', 'wooden', 'planks', 'sawing', 'escaping', 'door', 'collaborators', 'pending', 'bases-loaded', 'walk', 'wild-card', 'wild', '12-11', 'rallied', 'reliever', 'acre', 'art', 'howe', 'intentionally', 'rafael', 'palmeiro', 'bobby', 'bonilla', 'bases', 'plate', 'pitch', 'sox', 'jay', 'buhner', 'eighth-inning', 'three-game', 'starter', 'jimmy', 'shortstop', 'rodriguez', 'lined', 'elbow', 'al', 'six-hitter', 'vaughn', \"o'leary\", 'solo', 'surging', '20-6', '2nd', 'eldred', '5-1/3', 'jaha', 'doubled', 'brewers', 'miranda', 'batter', 'wickman', 'thome', 'nagy', 'three-hitter', 'indians', 'tied', 'felipe', '6-11', 'left-field', '29th', 'juan', 'delgado', 'jays', 'twins', '10-game', '11-8', 'raw', '14.8', '95', 'buenos', 'aires', '355,900', '1.9', 'iron', '297,700', 'laminate', '349,000', '3.2', 'laminates', '120,500', '4.2', 'webb', '+541', '318-0655', 'headlines', 'pais', 'obstructing', 'lasa-zabala', 'gal', 'prescriptions', 'diario', 'gomez', 'liano', 'abc', 'aznar', 'cinco', 'dias', 'bch', 'hive', 'chilean', 'pensions', 'expansion', 'coopers', 'lybrand', 'emigrates', 'gaceta', 'negocios', 'catalan', 'surgeon', 'discarding', 'charleston', 's.c.', 'discovery', 'amputated', 'improperly', 'disposed', 'sullivan', 'deformed', 'infant', 'prosthesis', 'orthopedic', 'educational', 'purposes', 'freezer', 'spoiled', 'apologised', 'crab', 'trap', 'flesh', 'overrun', 'ltte', 'stormed', 'kudapokuna', 'welikanda', 'dawn', 'tamils', 'vehicle', 'army-controlled', 'vavuniya', 'undercover', 'mainland', '14th', 'havel', 'vaclav', '15-21', 'manaus', 'sam', 'chancellor', 'helmut', 'kohl', 'heist', '690,000', 'theft', 'jewelry', 'showboat', 'capt', 'andrews', 'videotape', 'suitcase', 'resembling', 'thefts', 'wholesaler', 'schein', 'suitcases', 'closet', 'jewellers', 'mid-twenties', 'older', 'distract', 'mcgilley', '650,000', 'description', 'fsa', 'qualifies', 'muni', 'assurance', 'qualified', 'ark', '2.44', 'refunding', 'ansgar', 'iowa', '3.334', 'obligation', 'avalon', 'borough', 'gos', 'seaford', 'n.y.', '6.31', '212-859-1650', 'accuse', 'nablus', 'bookseller', 'distribute', 'israeli-plo', 'destroy', 'daoud', 'makkawi', 'nablus-based', 'al-risala', 'bookshop', 'scholar', 'outspoken', 'critic', 'israel-plo', 'director-general', 'mutawakel', 'taha', 'authority', 'censor', 'strategy', 'suppress', 'expression', 'whatsoever', 'relevent', 'legislations', 'resulted', 'mistakes', 'explain', 'journalists', 'writers', 'authors', 'journalist', 'seale', 'shop', 'afraid', 'hassan', 'hafidh', 'mujahideen', 'khalq', 'rajavi', 'kdpi', 'rastegar', 'emphasised', 'compatriots', 'signals', 'oppositions', 'bombarded', 'pursuit', 'bordering', 'kuwait', 'u.s.-sponsored', 'qasri', 'suleimaniya', 'protects', 'crashes', 'muzaffarabad', 'ravine', 'pakistan-ruled', 'azad', 'instantly', 'garhi', 'habibullah', 'valuable', '20th', 'hutton', '8-1', '124', 'playoff', 'tirana', 'flamurtari', 'vlore', 'albania', 'lubarskij', 'valkucak', '5,000', 'bistrita', 'gloria', 'valletta', 'malta', 'ilie', 'lazar', '32nd', 'eugen', 'voica', '84th', 'agius', 'chorzow', 'ruch', 'llansantffraid', 'arkadiusz', 'bak', '1st', '55th', 'arwel', 'miroslav', '62nd', '63rd', '6,500', 'kotaik', 'abovyan', 'armenia', 'zoran', 'kundic', '28th', 'milenko', 'kovasevic', 'koprinovic', '82nd', 'pavlos', 'markou', 'siauliai', 'kareda', 'lithuania', 'agrregate', 'vinnytsya', 'nyva', 'tallinna', 'sadam', 'estonia', 'shelbourne', 'mons', 'ivar', 'mjelde', 'ove', 'pedersen', '72nd', 'rutherford', '2,189', '5-2', 'levski', 'olimpija', 'slovenia', 'ilian', 'simeonov', '58th', 'penalties', 'vaduz', 'liechtenstein', 'raf', 'riga', 'daniele', 'polverino', 'agrins', 'zarins', 'luxembourg', 'varteks', 'varazdin', 'drazen', 'beser', 'miljenko', 'mumler', '78th', 'jamir', 'cvetko', '87th', 'torshavn', 'havnar', 'boltfelag', 'faroe', 'dynamo', 'batumi', '9-0', 'glentoran', 'gunda', 'lumir', 'mistr', 'horst', 'siegl', 'zdenek', 'svoboda', '10-1', 'edinburgh', 'mcpherson', 'vinko', 'marinovic', '15,062', 'rishon-lezion', 'hapoel', 'ironi', 'constructorul', 'chisinau', '3-3', 'anjalonkoski', 'mypa-47', 'karabach', 'agdam', 'sloga', 'jugomagnat', 'macedonia', 'honved', 'rishon', 'moshe', 'sabag', 'nissan', 'kapeta', 'tomas', 'cibola', 'constructorol', 'rogachev', 'gennadi', 'skidan', 'boland', 'toured', '1992/93', 'replaces', 'phillip', 'defreitas', 'day--company----period--consensus----range-------pvs', 'mon', '93.12', '92.0-94.5', '73.8', 'div', '25.75', '25.0-27.0', '20.0', 'primedia', 'n', '149.1', '123.2', 'distillers', '71.8', '49.0', 'tue', 'iscor', '29.7', '26.0-32.0', '15.0', '14.5-16.5', '16.5', 'mccarthy', '125.3', '112.0-149.0', '93.2', '36.8', '32.0-43.0', '28.0', 'wed', 'imphold', '172.7', '170.4-175.0', '115.1', '67.5', '66.6-68.4', '45.0', 'thu', 'm&r', '113.0', '112.1-113.4', '126.0', '31.7', '10.5-42.3', '47.0', 'jd', '143.7', '138.0-149.0', '111.2', '41.8', '41.0-42.5', 'oooooo', '482', '1003', 'martina', 'hingis', 'montolio', 'anne-gaelle', 'sidot', 'janette', 'husarova', 'brenda', 'schultz-mccarthy', 'nana', 'miyagi', 'vitoux', 'paraguay', 'henrietta', 'nagyova', 'gala', 'pizzichini', 'barbara', 'schett', 'sabine', 'appelmans', 'cristina', 'torrens-valero', 'hack', 'helena', 'sukova', 'irina', 'spirlea', 'begerow', 'gaidano', 'schnell', 'moya', 'humphries', '9-7', 'magnus', 'gustafsson', 'morocco', 'dirk', 'dier', 'chuck', 'pescosolido', 'arnaud', 'boetsch', 'pereira', 'prinosil', 'tramacchi', 'kournikova', 'richterova', 'debbie', 'stephanie', 'deville', 'rittner', 'kristina', 'brandi', 'ines', 'gorrochategui', 'grzybowska', 'cecil', 'mamiit', 'guillaume', 'raoux', 'filip', 'dewulf', 'paulus', 'yi', 'jing-qian', 'corina', 'morariu', 'linda', 'sung-hee', 'pitkowski', 'meghann', 'shaughnessy', 'dally', 'randriantefy', 'madagascar', 'makarova', 'flora', 'perfetti', 'leander', 'paes', 'marcos', 'ondruska', 'siemerink', 'carl-uwe', 'steeb', 'neville', 'godwin', 'carbonell', 'grabb', 'sandon', 'stolle', 'alexandra', 'fusai', 'jill', 'craybas', 'jecmenica', 'dechy', 'christina', 'chi', 'lorenzo', 'callens', 'bradtke', 'natalia', 'baudone', 'jolene', 'watanabe', 'kandarr', 'emon', 'parting', 'albert', 'bois', 'monaco', 'riviera', 'guingamp', 'shops', 'rolled', 'shutters', 'stoppage', 'villages', 'knifeman', 'beauty', 'knifed', 'agnieszka', 'kotlarska', 'u.s.-based', 'modelling', 'designer', 'versace', 'vogue', 'gazeta', 'wyborcza', 'fly', 'twa', 'booking', 'attacker', 'jerzy', 'l.', 'intending', 'fairview', '1.82', 'baa1', '08/21/96', 'tx', '1,820,000', '08/27/96', 'apertura', 'estudiantes', 'ferro', 'carril', 'oeste', 'independiente', 'gimnasia-jujuy', 'platense', 'huracan', 'lanus', 'huracan-corrientes', 'newell', 'velez', 'sarsfield', 'rosario', 'gimnasia-la', 'plata', 'banfield', 'deportivo', 'espanol', 'colon', 'phelan', 'irish', 'withdrawn', 'liechenstein', 'f.a.i.', 'replacements', 'damien', '+353', '6603377', 'salas', 'balance-water', 'dist', 'cty', 'kan', 'ks', 're', '45,020,000', '22,040,000', 'ser', '1996a', '22,980,000', 'rfdg', '1996b', '09/05/1996', '06/01', '12/01', '-------------------------------------------------------------', '665m', '840m', '570m', '605m', '70m', '2002', '895m', '600m', '2003', '705m', '795m', '2004', '655m', '90m', '965m', '2009', '65m', '2010', '60m', '100m', '2011', '30m', '2012', '20m', '35m', '11,450', 'a.g.', 'sons', 'liffe', 'apt', 'automated', 'pit', 'tabular', 'settle', 'gilt', '1/32', '107-12', '107-10', '107-06', '94.26', '97.42', '97.38', '97.34', 'euromark', '96.84', '96.83', '115.62', '115.58', '115.32', 'eurolira', '91.37', '91.36', '91.33', 'euroswiss', '97.79', '97.80', '97.82', '3,894.00', '3,941.50', 'painted', 'parrot', 'scam', 'lands', 'perth', 'conman', 'parrots', 'dye', 'birds', 'denham', 'peiris', 'a$', 'cinnamon', 'ringneck', 'pairs', 'impostor', '28,000', 'fooled', 'pet', 'unknowingly', 'disguised', \"'d\", 'breeders', 'photos', 'authentication', 'dyed', 'paint', 'feather', 'bird', 'enthusiast', 'bogus', 'informant', 'colours', 'moult', 'ori', 'taibe', 'fields', '1961', 'loyal', 'unfriendly', 'taunt', 'betar', 'supporter', 'karem', 'haj', 'yihye', 'wojtek', 'lazarek', 'associated', 'likud', 'chants', 'bottle-throwing', 'marred', 'bruises', 'stone', 'taunts', 'sameh', 'resident', 'hebrew', 'words', 'nobody', 'vehemently', 'dusty', 'lacks', 'amenities', 'communities', 'discrimination', 'parks', 'aviv', 'ramshackle', '2,500-seat', 'accessible', 'dirt', 'tracks', '10,000-seat', 'situated', 'rahman', 'refurbished', 'meantime', 'policed', 'netanya', 'waiter', 'represents', 'outfit', 'pleased', 'represent', 'burn', 'effigy', 'anis', 'battled', 'burned', 'barricaded', 'streets', 'battles', 'janakantha', 'alleging', 'pro-government', 'teargas', 'disperse', 'throwing', 'stones', 'bombs', 'denounce', 'coincided', 'policeman', 'gunshots', 'pro-opposition', 'section', 'grants', 'legislators', 'denouncing', 'unprecedented', 'barbarity', 'rafiqul', 'islam', 'arresting', 'outsiders', 'student', 'dormitories', 'seizing', 'flushed', 'gunpoint', 'baggage', 'revolvers', 'sawn-off', 'rifles', 'shotguns', 'knives', 'swoop', 'vice-chancellor', 'emajuddin', 'deteriorating', '28,000-student', 'wednedsay', 'gunbattles', 'headed', 'blanket', 'terrorists', 'possessors', 'firearms', 'irrespective', 'identities', 'script', 'demolition', 'top-ranked', 'rewritten', '29th-ranked', 'prevailed', 'superstar', 'typical', 'graf-like', 'efficiency', 'apart', 'second-day', 'eighth-seeded', 'medalist', 'en', 'fifth-seed', 'semifinalist', '53rd-ranked', 'maggie', 'nervous', 'grab', 'semblance', 'ponytail', 'raced', 'unleashed', 'forehand', 'tie-break', 'lamented', 'feisty', 'tie-breaker', 'costly', 'usually', 'rhythm', 'breaker', 'point-by-point', 'miltiadis', 'evert', 'alexandroupolis', 'nd', 'businessmen', 'depart', 'criticized', 'unleashing', 'seven-point', 'professionals', '600', 'drachmas', 'absorption', 'combat', 'evasion', 'accelerate', 'component', 'slow', 'shrinks', '26.5', 'seasonally', '715', '973', '3.00', 'canadians', '5.1', '3.72', 'burea', '613', '235-6745', 'jars', 'mummies', 'archaeologists', 'pots', 'egyptians', 'burial', 'rites', 'mummification', 'mohammed', 'saleh', 'museum', 'contain', 'intestines', 'tomb', 'dahshour', 'pyramid', 'pharaoh', 'seneferu', 'metropolitan', 'canopic', 'unguent', 'unidentifed', 'person', 'dynasty', '1991-1786', 'bc', 'contains', 'substances', 'materials', 'cavity', 'liquids', '21-11', 'hannes', 'strydom', 'ruben', 'joost', 'westhuizen', 'joel', 'stranksy', 'conversion', 'conversions', 'three-test', 'drains', '3.9', 'ffr', 'drained', 'repurchase', 'allocate', '44.3', 'liquidity', '48.2', '13.4', 'bidders', 'offering', 'bills', 'collateral', 'satisfying', '3.4', 'allotted', '30.9', '5452', 'feedlot', 'dodge', 'steers', 'heifers', '4,200', 'contracted', 'formulated', '408', '8720--', 'uae', 'hilary', 'gush', 'emirates', 'escaped', 'dhabi', 'objection', 'overpowered', 'aircrew', 'sharjah', 'captivity', 'crescent', 'silent', 'overthrow', '20s', 'aerostan', 'tatarstan', 'mig-19', 'ammunition', 'nationality', 'coincidental', 'kalashnikov', 'automatic', 'ilyushin', 'practical', 'steps', 'consultations', 'format', 'cops', 'extortion', 'racket', 'thirteen', 'lago', 'la', 'nacion', 'bribes', '500,000', 'credibility', 'undermined', 'scandals', 'indictment', 'links', 'trafficking', 'piotti', '3,600', 'dishonest', 'purged', 'ranks', 'ongoing', 'brave', 'overhaul', 'outscored', 'enemies', '24-11', 'flanker', 'scrum-half', 'narrowed', '23-24', 'stransky', 'upright', 'scrambled', 'eco', 'builders', 'edna', 'fernandes', 'ecological', 'warfare', 'corporates', 'protests', 'hurts', 'eco-terrorism', '1990s', 'famous', 'tarmac', 'costain', 'conglomerate', 'hanson', 'targeted', 'activist', 'harmless', 'badly', 'ragbag', 'hippies', 'harding', 'aggregates', 'mobile', 'phones', 'communicate', 'gather', 'demos', 'via', 'sophisticated', 'protestor', 'codename', 'full-scale', 'emphasise', 'tactics', 'newbury', 'bypass', 'intimidation', 'picketing', 'lovell', 'sorts', 'goes', 'underground', 'cryptic', 'elves', 'leaflets', 'instructions', 'larger', 'ours', 'alert', 'projects', 'm3', 'twyford', 'campaigning', 'broader', 'out-of-town', 'superstores', 'pollution', 'road-building', 'contributed', 'watts', 'tendering', 'realise', '3-4', 'forms', 'tangible', 'intangible', 'publicity', 'protesting', 'tenders', 'demonstrations', 'contractors', 'suppliers', 'quarries', 'supplier', 'protestors', 'invade', 'occupy', 'knock-on', 'investement', 'ubs', 'phenomenon', 'evaluates', 'fairly', 'methods', 'razor-thin', 'overcapacity', 'stagnant', 'bizarre', 'twist', 'tale', 'woe', 'deportations', 'deporting', 'immigrants', 'tritan', 'shehu', 'koha', 'jone', 'deported', 'albanians', 'legalise', 'immigrant', '350,000', 'long-standing', 'stumbling', 'balkan', 'robson', 'weathered', 'non-stop', 'whisker', 'away-goal', 'squandered', 'midway', 'fullback', 'ferrer', 'julen', 'lopetegui', 'milinko', 'pantic', 'hristo', 'stoichkov', 'contribution', 'barjuan', 'fiery', 'eduardo', 'esnaider', 'set-piece', 'specialist', 'free-kick', 'athletic', 'vicente', 'calderon', 'santiago', 'bernabeu', 'distinct', 'lenzing', 'expects', 'h2', 'viscose', 'fibre', 'maker', 'preview', 'pre-tax', '84.5', 'schillings', 'attributed', 'fibres', 'sluggish', 'economies', 'julia', 'ferguson', '+431', '53112', 'falls', 'injuring', 'indian-ruled', 'waged', 'kunar', 'deutsche', 'bahn', '17.5', '188', '14,600', '3.3', 'state-owned', 'earmarked', 'privatisatio', 'covers', 'fat8222', 'long-distance', '2,500', 'commuter', '5,400', '3,200', 'workforce', '300,962', 'compare', 'compares', 'pitted', 'runners-up', 'fenerbahce', 'turin', 'consistently', 'crashing', 'portugal', 'wembley', 'conquering', 'ill-fated', '1985', 'heysel', 'tibet', 'birendra', 'tool', 'tibetan', 'nepalese', 'vigilance', 'restive', 'himalayan', 'four-decade', 'widespread', 'birenda', 'gyaicain', 'norbu', 'visitor', 'tourism', 'disarmament-china', 'reaffirmed', 'totally', 'satisfy', 'balanced', 'committing', 'thwarting', 'muted', 'forwarding', 'compromised', 'completion', 'gradual', 'inspections', 'sites', 'drafts', 'advocated', 'destruction', 'adopt', 'stubbornly', 'uphold', 'policies', 'deterrence', 'self-imposed', 'moratorium', 'halt', 'hinchcliffe', 'hoddle', 'left-back', 'tottenham', 'anderton', 'recurring', 'estonian', 'electing', 'belinda', 'goldsmith', 'tallinn', 'lennart', 'meri', 'pushing', 'stalemate', 'oversaw', 'statehood', 'arch-rival', 'arnold', 'ruutel', 'votes', '101-member', 'garnered', 'reconvened', 'expecting', 'ceded', 'heiki', 'kranich', 'smoothe', 'functioning', 'periods', 'parliamentarians', 'leftist-led', 'inched', 'constant', 'convene', '101', '273', 'nominations', 'organise', 'emerges', 'colleen', 'siegel', 'outgoing', 'tensions', 'teacup', 'itamar', 'rabinovich', 'unfruitful', 'damascus', 'syrian', 'priority', 'syrians', 'essentially', 'winding', 'eliahu', 'ben-elissar', 'preconditions', 'slammed', 'launching', 'hysterical', 'missile', 'hafez', 'al-', 'assad', 'vowing', 'golan', 'heights', 'israeli-syrian', 'willingness', 'expressions', 'declarations', 'artificial', 'prisoners', 'forbid', 'benefits', 'calming', 'spokesmen', 'reassure', '229-1', 'lb-3', 'nb-11', '12-1-76-0', '22-6-56-2', '29-6-64-1', '14.3-4-45-1', '17-0-91-0', 'sciences', 'phoenix', 'consolidated', 'jul', '10,756', '13,102', '7,961', '5,507', '2,383', '1,558', '1,086', '1,074', '1,154', '692', '624', '465', '906', '962', '599', '515', '821', '512', '565', '0.31', '0.34', '5,755', '881', 'equivalents', '2,386', '93', '14,196', '7,138', '5,951', '1,461', 'elite', 'norwegian', 'tromso', 'kongsvinger', 'valerenga', 'skeid', 'stabaek', 'stromsgodset', 'molde', 'bodo', 'glimt', 'viking', 'rosenborg', 'lillestrom', 'amer', 'hishem', 'sliema', 'stab', 'grech', 'fervant', 'cooperative', 'lending', 'state-run', 'cutting', '7.35', '7.40', 'three-month-to-three-year', '0.10', 'sheu', 'yuan-dong', 'jumpstart', 'half-percentage', 'savings', 'reductions', '5080815', 'jenson', '9-15', 'facilities', '6mth', 'specified', 'actual', '11.38', '11.45', '1.09', '918', '490', '538', 'manages', 'rents', 'haneda', 'itami', 'osaka', 'diyarbakir', 'pkk', 'tunceli', 'sirnak', 'hakkari', 'autonomy', 'southeastern', 'a.s.', 'bacau', 'ceahlaul', 'piatra', 'neamt', 'otelul', 'galati', 'f.c.', 'arges', 'dacia', 'pitesti', 'farul', 'constanta', 'chindia', 'tirgoviste', 'sportul', 'studentesc', 'universitatea', 'craiova', 'petrolul', 'ploiesti', 'politehnica', 'timisoara', 'brasov', 'jiul', 'petrosani', 'dinamo', 'cluj', 'steaua', '.604', '.551', '.542', '.463', '.456', '.435', '.411', 'resigns', 'raith', 'kirkcaldy', 'managerial', 'casualty', 'directors', 'celtic', 'motherwell', 'relinquish', 'regrettably', 'accordingly', 'intact', 'agreeing', 'novelist', 'dai', 'houying', '1966-76', 'leftist', 'intellectuals', '1937', 'anhui', 'prolific', 'author', 'teacher', 'divorced', 'hawaii', 'ren', 'translated', 'fractionally', 'unease', 'slated', 'blue-chip', '2.43', '0.12', '2,017.99', 'foray', 'sbf-120', '1.19', '0.08', '1,421.90', 'cfdt', 'syndicale', 'unitaire', 'fsu', 'austerity', 'unveiled', 'niggled', 'centime', '3.4211', 'heavyweights', 'elf', 'rhone', 'poulenc', 'eurotunnel', 'morose', 'post-holiday', 'broker', '*', 'uic', 'gan', 'slid', '12.19', '55.1', 'reporting', '758', 'recapitalisation', 'commentators', 'supermarkets', 'carrefour', '2.19', '2,616', 'cheuvreux', 'virieu', 'reinsurance', 'scor', 'prudential', 'mercantile', 'bollore', '73.83', 'scac', 'delmas', 'vileujeux', 'sdv', 'alcatel', 'alsthom', '1.7', '395.0', 'opthalmic', 'manufacturer', 'essilor', '1,328', 'oakley', 'non-prescription', 'gentext', 'optics', 'goldman', 'sachs', 'wertpapier', 'american-style', 'warrant', '25.00', 'dem', '10.12', '2.42', 'gearing', '10.29', '02.sep.96-21.nov.97', 'paydate', '30.aug.96', 'ddf', 'fft', 'min', 'exer', '24.90', 'reuter', 'rupam', 'banerjee', 'tributes', 'legendary', 'poured', 'wean', 'laureate', 'respirator', 'aided', 'breathing', 'remains', 'woodlands', 'diagnosed', 'abated', 'irregularly', 'breathes', 'fingers', 'familiar', 'six-member', 'treating', 'greetings', 'bouquets', 'prayers', 'pope', 'get-well', 'miracle', 'happy', 'dearest', 'placard', 'shishu', 'bhavan', 'wished', 'sister', 'speedy', 'poorest', 'prostitutes', 'goddess', 'raju', 'statesman', '40-year-old', 'mangala', 'das', 'paralysed', 'waist', 'prem', 'gift', 'praying', 'incessantly', 'tarak', 'footpath', 'passers-by', 'immaculate', 'bless', 'scribble', 'nuns', 'prayed', 'bengal', 'religions', 'prayer', 'solidarity', 'downtrodden', 'nanda', 'gopal', 'bhattacharya', '263-7', 'jv', 'post-tax', 'jiangling', 'motors', '3.385', '14.956', '937.891', '1.215', '1.88', '0.005', '0.02', '8,333', '9,018', '138.643', 'shareholder', '353.24', 'jiangxi', '8.3', 'downer', 'friction', 'qian', 'qichen', 'mid-1997', 'uranium', 'affecting', 'spiritual', 'dalai', 'lama', 'boss', 'headbutt', 'miron', 'cozma', 'headbutting', 'bosses', 'miners', '3000', 'danut', 'lupu', 'rioted', 'reformist', 'petre', 'awaiting', 'petrosan', 'kms', 'tunnel', 'skirmish', 'painful', 'tall', 'tallest', 'towering', 'cms', 'atria', 'finnish', 'foodstuffs', 'oy', 'year-half', 'extraordinary', 'appropriations', 'markka', 'millfeeds', 'millfeed', 'supplies', 'high-priced', 'portland', 'mixer', 'priced', '140', 'mixers', 'closely-watched', '118', 'guns', 'forbidden', 'categories', 'applied', 'expels', 'kigali', 'expelled', 'trouble-makers', 'firmin', 'gatera', 'tutsi-dominated', 'zairean', 'goma', 'tutsi', 'kengo', 'wa', 'dondo', 'expell', 'timeframe', 'tutsis', 'refuse', 'reprisal', 'kivu', 'gisenyi', 'prefect', 'tighten', 'intelligence', 'pap', 'zbigniew', 'siemiatkowski', 'schmidbauer', 'co-ordinator', 'chancellery', 'sealed', 'ryszard', 'hincza', 'mafia-style', 'radioactive', 'taxable', 'aa2', 'vmig-1', 'fac', 'auth', 'benevolent', 'assoc', 'proj', 'vmig', '4,300,000', 'vital', 'conlon', 'triumphal', 'acceptance', '10-week', 'abruptly', 'lengthy', 'eavesdrop', 'conversations', 'shared', 'grateful', 'contributions', 'campaigns', 'invaluable', 'captivated', 'worried', 'celebration', 'dianne', 'feinstein', 'bump', 'p.m.', '50-year-old', 'dogged', 'wrongdoing', 'sexual', 'misconduct', 'questionable', 'judgment', 'selecting', 'advisers', 'character', 'challenger', 'santa', 'refer', 'advised', 'chart', 'centrist', 'drift', 'revert', 'liberal', 're-elected', 'whistle-stop', 'revelled', 'heartland', 'hoarse', 'voice', 'outline', 'thinks', 'accomplished', 'resolute', 'pits', 'withering', 'wit', 'stilted', 'glib', 'perfected', 'up-and-comers', 'youthful', 'finalist', 'sunny', '15-year-old', '16th', 'honoured', 'hurry', 'straight-sets', '112th-ranked', 'cheery', 'overmatched', 'engagement', 'sixth-seeded', 'unfortunate', 'floater', 'avenged', 'concentrating', 'momentum', 'mourn', 'luck', 'non-', '21-year-old', 'rookie', '110th', '18-year-old', 'curtain-raising', 'newest', 'wave', 'proven', 'mettle', 'conditioning', 'kilos', 'fast-moving', 'scared', 'undaunted', 'pros', 'big-serving', 'miyaga', '71-57', '40-34', 'alba', 'nancy', 'germain', 'ecomog', 'malu', 'peacekeeping', 'inienger', 'challenging', 'peacekeepers', 'assure', 'tubmanburg', 'monitor', 'nyakyi', 'ulimo-j', 'foresees', 'combatants', 'height', 'delays', 'schork', 'nationwide', 'balloting', 'provisional', 'consider', 'agota', 'kuperman', 'select', 'cancell', 'refused', 'specify', 'rule-making', 'electorate', 'pec', 'citizens', 'cantonal', 'separate', 'parliaments', 'three-man', 'dnevi', 'avaz', 'sda', 'municipal-level', 'temperature', 'allege', 'systematically', 'discouraged', 'instead', '43-month', 'underpopulated', 'cleansing', 'consolidating', 'balkans', 'highlighted', 'herald', 'multi-ethnicity', 'bosia-hercegovina', 'soren', 'jessen-petersen', 'nationalistic', 'sectarian', 'card', 'drumming', 'constituencies', 'bitter', 'memories', 'oasis', 'gallagher', 'band', 'obscene', 'gestures', 'swore', 'heathrow', 'hate', 'f...', 'supermodel', 'noel', 'laryngitis', 'house-hunting', 'girlfriend', 'patsy', 'kensit', 'refunds', 'concert', 'tickets', 'eyewitnesses', '4.30', '0330', 'unidentified', 'tnt', 'claim', 'surrender', 'glafcos', 'xenos', 'designated', 'gatwick', 'handles', 'ill', 'guidance', 'prize-winning', 'albanian-born', 'afterwards', 'fulfilled', 'carved', 'herself', 'helper', 'sick', 'needy', 'marriage', 'crumbled', 'heir', 'throne', '85-year-old', 'caring', 'shipsales', 'secondhand', 'vessels', 'gippsland', '87,241', 'dwt', 'sairyu', 'maru', '1982', '60,960', '15.5', 'stainless', '1970', '21,718', 'inspection', 'opt', 'stuart', 'damein', 'fleming', 'guy', 'eddo', 'paralympics', 'gloomy', 'france-juppe', 'handicapped', 'paralympic', 'gloom-stricken', 'scepticism', 'opposite', 'successful', 'july-august', 'pessimistic', 'stagnates', 'unemployement', 'lingers', 'near-record', 'recomposed', 'kse', 'kse-100', '82.3', '79.9', 'quito', 'abdala', 'bucaram', 'lunches', 'mixed-bloods', 'exclusively', 'potentates', 'ambassadors', 'protocol', 'mixed-race', 'peasant', 'populist', 'cultures', 'andean', 'beachcomber', 'piece', 'highlands', 'foot-long', 'debris', 'bearing', 'markings', 'alerted', 'fbi', 'conducting', 'deadly', 'fireball', '230', 'wallets', 'shoes', 'mechanical', 'lauds', 'resuming', 'withdrawal', 'welcome', 'vyacheslav', 'tikhomirov', 'mashadov', 'highlights', 'lender', 'owed', 'trawler', 'cat', 'mouse', 'enterprise', 'employment', 'widened', 'exploration', 'ivernia', 'minorco', 'lisheen', 'tipperary', 'crh', 'stering', 'tilcon', 'societies', 'antrim', 'protestant', 'driven', 'loyalist', 'paramilitaries', 'defiance', 'hanging', 'retail', 'dunnes', 'bankers', 'transferring', 'plastics', 'incineration', 'recycling', 'nwe', 'dulls', 'becalmed', 'repsol', 'puertollano', 'refinery', 'manuel', 'prieto', 'notionally', 'sagging', 'nymex', 'arbitrage', 'eurograde', '207', 'amsterdam-rotterdam', 'outright', 'heating', 'ioc', '120,000', 'diesel', 'ipe', '0-50', 'bearish', 'listless', 'shaxson', '8167', 'gorgona', 'southwest', 'sightseers', 'narino', 'lt.', 'italo', 'pineda', 'boatman', 'survived', 'coconuts', 'rainwater', 'buenaventura', 'one-dayer', 'overs-a-side', '46.4', 'bnz', '10.5', '10.75', '10.95', '11.25', 'wholesale', 'hoek', 'loos', '28.9', '3.70', '24.5', '273.6', '290.3', '44.4', '40.7', 'gases', '5.05', '13.26', '11.16', 'fax', '5040', 'diverted', 'british-based', 'mr', 'sadiki', 'trace', 'contacted', 'north-east', 'batches', 'unknown', 'jordanians', 'bernard', 'halford', 'appreciation', 'endeavours', 'whilst', 'garner', 'enn', 'markvart', 'invalid', 'abstentions', 'convened', 'oldest', 'disappears', '16th-century', 'earliest', 'shqiptare', 'gjon', 'buzuku', 'dating', '1555', 'discovered', '1740', 'seminary', 'musa', 'hamiti', 'library', 'civilisation', 'inventing', 'photocopies', 'rba', 'slash', 'useful', 'raising', 'consolidation', 'unduly', 'ambiguous', '1996/97', '5.65', '1998/99', '10.3', '1995/96', 'credible', 'rein', 'unsustainable', 'rewarded', 'favourable', 'effects', 'tending', 'lowering', 'arlen', 'specter', 'oman', 'dhahran', 'airmen', 'abdullah', 'sultan', 'jeddah', 'shake-up', 'pentagon', 'questions', 'freeh', 'entirely', 'archaeological', 'reppas', 'theodoros', 'pangalos', 'coincide', 'celebrations', 'beers', 'spectators', 'incentive', 'cheer', 'performances', 'brewery', 'drinks', 'enap', 'buys', 'oriente', 'escravos', 'empresa', 'nacional', 'petroleo', 'barrel', 'ecuadorian', '960,000', '15-18', 'vague', 'supplied', 'seller', 'petroecuador', 'brent', 'related', '50-cent', 'jacqueline', 'wong', '1620', 'kombouare', 'aberdeen', 'abderdeen', 'antoine', '467,000', 'morton', 'roy', 'aitken', 'brings', 'affection', 'nantes', 'psg', 'ginola', 'influential', 'enjoy', 'influenced', 'sidhu', 'navjot', 'singh', '50-day', 'right-handed', 'forfeit', 'mohali', 'chandigarh', 'four-nation', 'sahara', 'smicer', '16,000', 'debbah', 'bastia', 'drobnjak', 'lille', 'boutoille', 'becanovic', '79th', 'pen', 'rennes', \"guivarc'h\", 'bordeaux', 'gravelaine', 'traore', 'bombarda', 'strasbourg', 'zitelli', 'havre', 'caen', 'bancarel', 'lyon', 'caveglia', '89th', 'wreh', 'scifo', '35th', 'cannes', 'charvet', 'newcombe', 'ponders', 'loses', 'roche', 'events', 'telegraph', 'clay', '20-22', '26-time', 'rank', 'neale', 'tandem', 'woodforde', 'croatians', 'boasts', 'hard-pressed', 'breath', 'absolute', 'toughest', 'sneak', 'two-out', 'alomar', '5-4', 'berth', 'trailed', 'devereaux', 'kyle', 'tying', 'sacrificed', 'mariner', 'bragg', 'randy', 'seitzer', 'hulse', 'extra-inning', 'marty', 'cordova', 'lawton', 'yeah', 'fun', 'ballpark', 'wally', 'whitehurst', 'triple-a', 'columbus', 'rosado', 'tucker', 'royals', 'six-game', '9-2', 'cellar-dwellers', '8-2/3', 'left-hander', '29-2/3', 'glickman', 'aflatoxin', 'addressing', 'usda-sponsored', 'perennial', 'problematic', 'wet', 'vomitoxin', 'masters', '211', '216', '217', 'lebouc', 'gavin', 'levenson', 'mcallister', 'joakim', 'haeggman', 'swe', 'coceres', 'klas', '219', 'jimenez', 'walton', \"o'malley\", 'gates', 'bradley', 'hughes', 'hedblom', 'gilford', 'hwa', 'kay', 'plunges', 'plunged', 'all-time', '30.26', '0.53', 'unloaded', 'brokerage', 'cbsa', 'centers', 'brass', 'servicenter', 'coil', 'indicated', 'size-per-order', 'gm', 'kelly', 'one-kilometre', '2.777', 'averaged', '57.345', 'lausgberg', 'eighteen', 'hundredths', 'eijden', '1:04.541', 'steinberg', 'widzew', 'galeforce', 'battered', 'meteorological', 'cellars', 'flooded', 'trees', 'uprooted', 'roofs', 'trains', 'cm', '2.24', '7.4', '2.96', 'communes', 'institute', 'rmt', 'turnhout', 'scouts', 'camping', 'low-lying', 'meadow', 'tents', 'hindered', 'excavations', 'jumet', 'paedophile', 'sex-and-murder', 'lightly', 'tides', 'materialise', 'fightback', 'tipped', 'relegation', 'stunning', '4-4', 'trulsen', 'cushion', 'springer', 'sabotzik', 'karsten', 'baeron', 'dazzling', 'build-up', 'in-form', 'harald', 'spoerl', '1600', 'indices*', 'dates', 'bullion', 'brackets', '5,710.53', '22.94', '5,778.00', '5,032.94', 'midday', '3,907.5', '+16.4', '3,632.3', '21,228.80', '134.44', '22,666.80', '19,734.70', 'jun', 'mar', '2,555.16', '2.10', '2,583.49', '2,284.86', '2,020.82', '+3.06', '2,146.79', '1,897.85', 'apr', '2,292.9', '+18.3', '2,326.00', '2,096.10', '11,424.64', '54.13', '11,594.99', '10,204.87', 'feb', '1.4871', '1.4935', '108.50', '108.43', '1.5520', '1.5497', 'ounce', '387.50', '386.95', '*indices', '22/96', 'ftse-100', '23/96', 'nikkei', '38,915.87', '29/89', 'dax-3o', '5/96', '2,355.93', '2/94', 'all-ordinaries', '2,340.6', '3/94', 'seng', '12,201.09', '4/94', 'confederate', '113.00', 'eksportfinans', 'suedwest', 'lb', 'seven-year', 'yield', '3.98', '3.60', '1.75', 'fundamentals', 'suisse', '0.6', 'projected', 'conf', '113.02', 'comi', 'medium-term', '109.45', '4-1/2', '2006', '101.80', '4.252', '+41', '631', '7340', '.576', '.536', '.349', '.539', '.453', '.575', '.512', '.481', '.460', '.632', '.409', '.421', '.524', 'guimaraes', 'gil', 'shipyard', '3,500', 'cherbourg', 'yeard', 'cutback', 'slim', 'hundred', 'indre', 'badminton', 'malaysian', 'kuala', 'lumpur', 'denote', 'ong', 'ewe', 'hock', 'malaysia', 'hu', 'zhilan', '9/16', 'luo', 'yigang', 'ijaya', 'indra', 'kantharoopan', 'chen', 'gang', 'hermawan', 'susanto', 'simex', 'contracts', 'mutually', 'offset', '+65', '870', '3081', 'ivac', 'eli', 'lilly', 'makers', 'intravenous', 'wholly', 'imed', 'merge', 'pumps', 'regulate', 'fluid', 'proprietary', 'disposable', 'combined', 'developers', 'diego-based', 'provider', 'health-care', 'manufacturing', 'plants', 'creedmoor', 'n.c.', 'tijuana', 'distributes', 'prodcuts', 'dec.', 'dlj', 'merchant', 'lp', 'unspecified', 'one-time', 'technology-based', 'devices', 'iv', 'pump', 'regulated', 'volumetric', 'fully', 'diluted', '53.9', 'excluding', '17.4', '112.8', '8.4', '29.2', 'mercer', 'ceo', 'privately', 'mallinckrodt', 'kuhn', 'regulatory', 'approval', 'boards', '2.3', 'realtors', '4,464', 'single-family', '4,570', '206,464', 'condominium', '24.8', 'condos', 'nudged', '1.0', '123,394', '30-year', '8.25', '7.03', '617-367-4106', 'yuuchi', '30.054', '38:30.140', '38:32.353', '38:34.436', '38:36.306', '38:41.756', 'norihiko', 'fujiwara', '38:43.253', 'fogarty', '38:49.595', 'akira', 'ryo', '38:50.269', 'shiya', 'takeishi', '38:52.271', '38:18.759', '38:19.313', '38:32.040', '38:32.149', '38:32.719', '38:33.595', '38:34.682', '38:34.999', '38:35.297', '38:42.015', '236', 'pier', 'chili', '175', 'crafar', 'gobert', '117', 'hodgson', 'placings', 'disqualification', 'carburettor', 'keiichi', 'kitigawa', '38:42.333', '270', 'feeder', '0.200', '0.100', 'tone', 'cattle-on-feed', 'lend', 'bull', 'spreading', 'function', 'dismissal', 'bavarian', 'nuremberg-based', 'internal', 'dictator', 'adolf', 'infamous', 'prosecute', 'thieves', 'canteen', 'limerick', 'warders', 'slept', 'upstairs', 'takings', 'robbery', 'asleep', 'lagos', 'object', 'insists', 'ikimi', 'fact-finding', 'wanting', 'unfair', 'ministerial', 'continuation', 'execution', 'saro-wiwa', 'pleas', 'clemency', 'timing', 'colonies', 'restricted', 'aston', 'sunderland', 'nottingham', 'middlesbrough', 'derby', 'southampton', 'coventry', 'saskatchewan', 'hog', 'winnipeg', 'forge', 'scope', 'pork', 'positioned', 'don', 'loewen', 'swp', 'analyzing', 'partnerships', 'subsidy', 'prairie', 'grains', 'shipped', 'contracting', 'programs', 'packers', 'hogs', 'gras', '204', '947', '3548', 'duncan', 'ally', 'mccoist', 'hat-tricks', 'head-butting', 'bang', 'earns', 'call-up', '116', '43-man', 'interrupted', 'schedeled', 'acknowledge', 'tide', 'resurgent', 'militarism', 'atrocities', 'unrepentant', 'militarists', 'undecided', 'tell', 'indignant', 'shrine', 'dedicated', 'whitewash', 'invading', '1931', '1945', 'genuinely', 'remorse', 'two-hour', 'demolished', 'metre', 'funding', 'crane', 'bulldozer', 'walls', 'amidst', 'alleys', 'bystanders', 'bulldozed', 'plo-israel', '1000', 'lawmaker', 'hashem', 'zighayer', 'closure', 'palestine', 'annexed', 'cede', 'academics', 'constitutional', 'crp', 'istafanus', 'elisha', 'shamay', 'o.k.', 'likkason', 'jerome', 'egurugbe', 'asuu', 'academic', 'universities', 'tafawa', 'balewa', 'four-month', 'detention', 'strict', 'spite', 'namibian', 'promoter', 'rudi', 'thiel', 'landmark', 'jettisoning', 'stalinist', 'dictatorship', 'concepts', 'social-democratic', 'ideological', 'zeri', 'popullit', 'fatos', 'nano', 'sali', 'berisha', 'heirs', 'sham', 'servet', 'pellumbi', 'ideas', 'karl', 'marx', 'pro-reform', 'gramoz', 'ruci', 'rift', 'looks', 'harden', 'cvg', 'privatization', 'caracas', 'swell', 'year-end', 'corporacion', 'venezolana', 'guayana', 'machuca', 'sidor', 'union-based', 'steel-producing', 'venalum', 'alucasa', '13,000', 'layoffs', 'unionized', 'legislation', 'lugo', '582', '834405', 'kosovo', 'boycotted', 'institutions', 'slain', 'bajgora', 'tanjug', 'donje', 'ljupce', 'municipality', 'podujevo', 'celopek', 'revoked', 'cracked', 'moderates', 'cradle', 'thawra', 'vladimir', 'zhirinovsky', 'shipload', 'umm', 'qasr', 'clamp', 'barter', 'keen', 'viewing', 'marina', 'volkova', 'exported', 'unimported', '1.10', '4.9', '61.5', 'understated', 'regulation', 'substantially', 'fines', 'understating', 'loophole', 'technicalities', 'decrees', 'liberalising', '1991-1992', 'impetus', '25-30', 'popped', 'reliable', 'tranfers', 'incompetent', 'experienced', 'dmitry', 'solovyov', '611', '667', '576', '730', '473', '745', '0-6', 'third-busiest', 'prefer', 'location', 'implementing', 'well-rehearsed', 'contingency', 'handle', '0300', 'intend', 'refuel', 'identity', 'italians', 'hiv-pensioner', 'harassing', 'hookers', '61-year-old', 'aids', 'pensioner', 'pietro', 't.', 'hiv', 'spotted', 'cruising', 'red-light', 'hurling', 'apartment', 'blanks', 'suharto', \"mar'ie\", 'muhammad', 'alatas', 'tungky', 'ariwibowo', 'mckinnon', 'focus-news', 'alien-led', 'hickey', 'baron', 'rupert', 'murdoch', 'moderating', 'broadcasting', 'attainable', 'soothed', 'pre-abnormals', '1.26', '995', '1.343', 'lachlan', 'drummond', 'divisions', 'hefty', 'tv', 'newsprint', 'surprises', 'inserts', 'guide', 'dramatically', 'harper-collins', 'demise', 'publishers', 'spotlight', 'understatement', '6.39', '2.00', 'soft', '0.79', 'locations', 'harvested', 'montana', 'harvest', 'dakota', 'noteworty', 'durum', 'jumping', '14-pct', 'protein', 'wheats', 'chg', 'minneapolis', '5.06', '.02', '5.75', 'duluth', '4.46', 'dn', '5.00', '12pct', 'billings', 'mt', '4.62', '.01', '.10', 'rudyard', '4.41', '5.1700', 'pendleton', '4.7300', 'coolee', '5.13', '4.7000', 'waterville', '4.6200', 'wenatchee', '5.15', '4.7200', 'nc=acomparison', 'na=not', 'sokoto', 'nan', 'umar', 'naira', 'eluded', 'child-sex', 'kidnapping', 'pornography', 'shockwave', 'revulsion', 'recriminations', 'rapist', 'dutroux', 'prey', 'unhindered', 'girls', 'dungeon-like', 'hunt', 'ransart', 'mont-sur-marchienne', 'abduction', 'imprisonment', 'molest', 'youngsters', 'proof', 'michel', 'bourlet', 'chase', 'porn', 'tapes', 'featured', 'dungeon', 'euphoria', 'rescue', 'disgust', 'eight-year-old', 'lejeune', 'melissa', 'russo', 'starved', 'marchal', 'eefje', 'lambrecks', 'prostitution', 'bratislava', 'accomplice', '74-year', 'disappearance', 'high-level', 'accomplices', 'leaked', 'cataloguing', 'degree', 'bungling', 'incompetence', 'indifference', 'revelations', 'gendarmerie', 'surveillance', 'codenamed', 'othello', 'gendarmes', 'aware', 'cells', 'searching', 'cries', 'stefaan', 'clerck', 'stressing', 'cover-up', 'disbelief', 'unemployed', 'visible', 'bulgarians', 'ownership', 'pre-communist', 'arable', 'hectares', 'restitution', 'lagging', 'predominantly', '96.6', '5.2', 'abolished', 'soviet-style', 'collective', '++359-2', '981', '8569', 'juergen', 'powered', 'acrobatic', '13-times', 'ruggiero', 'markus', 'rhineside', 'upstaged', 'dashing', 'steered', 'nine-wicket', 'comfortably', 'devastating', 'man-of-the-match', 'comparison', 'brilliant', 'fielding', 'ex-captain', 'chipped', 'stumped', 'abdellaoui', 'graef', '36th', '10,760', 'embassies', 'missions', 'crackdown', 'macedonian', 'korean-related', 'outlawed', 'reunification', 'divided', 'cart', 'olazabal', 'seve', 'ballesteros', 'pga', 'motorised', 'rheumatoid', 'feet', 'buggy', 'decides', 'ryder', 'commitee', 'unhelpful', 'precedent', 'olly', 'dispensations', 'everybody', 'carts', 'servants', 'beijing-backed', 'post-handover', 'lawmakers', 'contesting', 'determining', 'stymies', '400-strong', 'chamber', 'dissolve', 'dismantle', 'fully-elected', 'install', 'generated', 'considerable', 'controversy', 'directorate-grade', 'bureaucrats', 'approximately', '33,000', 'tier', 'mandarin', 'secretaries', 'cleric', 'yassin', 'checks', 'ramle', 'prisons', '60-year-old', 'ailing', 'wrecking', 'confined', 'humanitarian', 'abducted', 'freeing', '28.99', '2:28.98', 'mafia', 'catania', 'sicily', 'slaying', '14-year-old', 'nephew', 'puglisi', 'salvatore', 'botta', 'gunned', 'cemetery', 'sicilian', 'shocked', 'hardened', 'anti-mafia', 'tip-off', 'consciences', 'nitto', 'santapaola', 'knelt', 'ambush', 'cemetary', 'unitog', 'upgraded', 'barrington', 'associates', 'near-term', '312-408-8787', 'ultra-nationalist', 'keenness', 'duma', 'embargo', 'invasion', 'namely', 'eurobourses', 'recovers', 'santorelli', 'clawing', 'unsteady', 'sidelined', 'direction', 'three-day', 'slipping', '0.3', 'bargain-hunters', 'patchy', 'culminating', '3,911', 'fuelled', 'unsettled', 'stronger-than-expected', 'pulling', 'treasuries', 'peaks', '109.4', '107.0', 'relinquished', 'doldrum', 'ackerman', 'fahnestock', 'consequently', '0.25', 'computerised', 'ibis', '0.4', 'fantasy', 'weighed', '3.4210', 'squeezed', 'besides', 'malaise', 'regard', 'regain', 'evaporate', 'pressured', 'strength', 'emu', '1.4788', '107.74', '1.4789', '3,905.7', '6.48', '2,558.84', '388.75', '5.24', 'vs.', '------------------------', 'bjorkman', 'rudd', 'rikl', 'hicham', 'arazi', 'sjeng', 'schalken', 'schaller', 'stafford', 'forget', 'meligeni', 'kafelnikov', 'chesnokov', 'hendrik', 'dreekman', 'rusedski', 'jean-philippe', 'fleurian', 'kroslak', 'younnes', 'aynaoui', 'shuzo', 'matsuoka', 'haarhuis', 'tebbutt', 'richey', 'reneberg', 'agassi', 'mauricio', 'hadad', 'felix', 'mantilla', 'wheaton', 'hernan', 'jakob', 'spadea', 'audi', 'ingolstadt', 'demel', 'luxury', 'burden', 'volatility', 'hedged', 'chiefs', 'iberia', 'installations', 'consists', 'iceland', 'joulwan', 'allied', 'sheehan', 'oj', '248', 'displayed', 'reverse', 'printed', 'annex', 'massing', 'preparation', 'centres', 'penetrated', 'reflects', 'assertions', 'hostilities', 'warring', 'aggression', 'safeguarded', 'comfort', 'bounce', 'oversold', 'benchmark', '450', 'cwt', '10.28', '312-408-8721', 'emelia', 'sithole', 'harare', 'zimbabwean', 'defying', 'crippled', 'essential', 'psc', 'mortuary', 'attendants', 'firefighters', 'workplaces', 'summarily', 'psa', 'unavailable', 'chitauro', 'recruiting', 'sub-contracting', 'ignored', 'stretched', 'hospitals', 'tourists', 'victoria', 'resort', '180,000', 'mugabe', 'civic', 'private-sector', 'z$', 'grimwade', 'requests', 'negotiators', 'suggestions', 'a310', 'two-week', 'ncb', '3.83', '3.43', '10,663', '10,725', '43,430', '40,989', '14,494', '14,153', '56,126', '56,261', '+3,831', '+3,428', '+12,696', '+15,272', 'january-april', '39,584', '55,627', '11.3', 'procedures', '+358', '680', '245', 'burundi', 'hostile', 'un', 'evelyn', 'leopold', 'lashed', 'windfall', 'army-run', 'debate', 'nsanze', 'terence', 'stabilise', 'tanzanian', 'julius', 'nyrere', 'unsympathetic', 'pierre', 'buyoya', 'coup', 'tutsi-run', 'bind', 'gratuitous', 'immolation', 'circle', 'mothusi', 'nkgowe', 'coups', 'dump', 'heap', 'justification', 'discussion', 'impose', 'suggests', 'impede', 'cautious', 'defend', 'exposed', 'terroritsts', 'somavia', 'unarmed', 'inaction', 'reconvene', 'indiscriminate', 'killings', 'inderfurth', 'unconditional', 'horrors', 'mcrae', 'tyler', 'sweep', 'fastball', 'rotate', 'changeup', '3-for-4', 'outslugged', '13-9', 'rubber', 'wilkins', 'ericks', '13-8', 'renteria', 'tavarez', 'cleanly', 'boles', 'grows', 'osvaldo', 'fenandez', 'seven-hitter', 'trenidad', 'hubbard', 'belted', '6-13', 'gagne', 'chad', 'curtis', 'pinch-hits', 'pennants', 'finley', 'jody', 'reed', 'six-run', '11-2', 'caminiti', 'bagwell', 'donne', '8-4', '1-1/2', 'keane', 'southland', 'mainframe', '859-1610', 'luc', 'ernest', 'faber', 'waterreus', 'amends', 'dimissal', 'zeljko', 'petrovic', 'atteveld', 'erwin', 'looi', 'orii', '96/97', '8.70', '8.67', 'prft', '371', '447', '48.61', 'automation', '94', 'lb-11', '1-64', '2-85', '3-116', '4-205', '5-248', '6-273', '25-8-61-1', '20-6-70-2', '12-1-41-1', '27-5-78-2', '6-1-17-0', 'sighted', 'survivors', 'arctic', 'spitzbergen', 'rune', 'ntb', 'vnukovo', 'tupolev', 'longyearbyen', 'airstrip', 'rescuers', '1100', 'three-engine', 'opera', 'mountainside', '10.15', '0815', 'coal-mining', 'barentsburg', '1920s', 'enforcers', 'anton', 'dig', 'beneath', 'rationales', 'sinister', 'whites', 'thabo', 'mbeki', 'apologies', 'responsibility', 'currin', 'hearings', 'confessional', 'personally', 'testify', 'souls', 'confess', 'deeds', 'self-confessed', 'coetzee', 'boraine', 'hardline', 'advising', 'regarded', 'totality', 'idea', 'confessing', 'interviews', 'dirty', 'tricks', 'prosecutions', 'automatically', 'anc', 'constand', 'viljoen', 'unsatisfied', 'submission', 'caller', 'utterly', 'useless', 'jannie', 'gagiano', 'dismantling', 'guilt', 'exculpated', 'therefore', 'reconciling', 'yourself', 'adversary', 'lodge', 'witwatersrand', 'demurred', 'irritation', 'jokes', 'uneasiness', 'percolating', 'fugitive', 'unsuccessful', 'disturbed', 'pesetas', 'chemicals', '4,150', '61.45', '61.94', '4,175', 'madness', 'overreacted', 'crazy', 'correction', '+34', '585', '2161', 'boardman', '4:15.006', 'alexei', 'markov', '4:23.029', 'collinelli', '4:16.141', 'francis', 'moreau', '4:19.665', '4:11.114', '4:20.341', 'darryn', 'neiwand', '44.804', 'jens', 'fiedler', 'hubner', 'lausberg', '45.455', 'laurent', 'gane', 'florian', 'rousseau', 'herve', 'thuet', '45.810', 'dimitrios', 'georgalis', 'georgios', 'chimonetos', 'lampros', 'vasilopoulos', '46.538', 'kathrin', 'freitag', '11.833', '12.033', 'grichina', '11.776', '12.442', 'ferris', '12.211', '12.208', 'galina', 'enioukhina', '12.434', '12.177).', 'sued', 'online', 'on-line', 'delivering', 'real-time', 'constitutes', 'broadcast', 'contends', 'misappropriating', 'nba', 'continually', 'baxter', 'immuno', 'miilion', 'boeing', 'secures', '747s', 'cos', 'semiconductor', 'puts', 'modem', 'chipset', 'hotels', 'doubletree', 'gte', 'allies', 'proposes', 'five-point', 'toxic', 'acts', 'stock-trade', 'h&r', 'spinoff', 'compuserve', 'formation', 'teen', 'slumber', 'chesapeake', 'knife-wielding', 'neighbour', 'invaded', 'teenage', 'camelot', 'subdivision', 'wielding', 'knife', 'sexually', 'detective', 'adults', 'sketchy', 'teenagers', 'reportedly', 'downstairs', 'sleeping', 'commotion', 'assailant', 'fatally', 'molested', 'life-threatening', 'harper', 'lombardi', 'kilometre', 'almere', 'polti', 'sorensen', 'rabobank', 'motorola', 'maarten', 'bakker', 'tvm', 'lietti', 'mg-technogym', 'hans', 'clerq', 'palmans', 'jemison', 'postal', 'servais', 'knaven', 'olaf', 'ludwig', 'telekom', 'jeroen', 'blijlevens', '10.57:33', 'federico', 'colonna', 'mapei', 'heeswijk', 'teutenberg', 'capiot', 'collstrop', 'jans', 'koerts', '19.6', 'fourth-stage', 'doetinchem-doetinchem', 'krizan', 'lila', 'osterloh', 'nanne', 'dahlman', '8-', 'fontaine', '3.30', '3.17', '2.75', '260', '231', 'fashion', 'wigs', 'finns', 'sex-abuse', 'abusing', 'captive', 'linked', 'tampere', 'raid', 'inspector', 'ilkka', 'laasonen', 'linking', 'iltalehti', 'three-party', 'quell', 'rebellion', 'sakigake', 'masayoshi', 'takemura', 'smallest', 'ldp', 'destabilise', 'splits', 'seats', 'reform-oriented', 'splinter', 'yukio', 'hatoyama', '49-year-old', '1950s', 'snubbed', '62-year-old', 'pointedly', 'resolve', 'backers', 'tainted', 'ldp-dominated', 'unpopular', 'taxpayer', 'wind', 'ruined', 'reformer', 'defectors', 'handful', 'bolts', 'topple', 'eight-month-old', 'reconvenes', 'barkho', 'distribution', 'secretary-', 'boutros', 'boutros-ghali', 'gualtiero', 'fulcheri', 'zejjari', 'disagreement', 'ascertain', 'equitable', 'procured', 'u.n', 'employ', 'iraq-u.n.', 'memorandum', 'stationed', 'observation', 'separating', 'supervise', '1960', 'somalia', 'nahar', 'liberte', 'leveilly', 'matin', 'vogts', 'faith', 'berti', 'veterans', 'todt', 'dispensation', 'libero', 'matthias', 'sammer', 'steffen', 'freund', 'schneider', 'kahn', 'reck', 'babbel', 'kohler', 'basler', 'bode', 'dieter', 'eilts', 'mehmet', 'scholl', 'strunz', 'ziege', 'forwards', 'fredi', 'kuntz', 'copenhagen', 'aaxis', '10.9', 'listed', 'logo', 'falsified', 'accounts', 'provisions', '146', 'necessitate', 'write', 'weizman', '+45', '33969650', '13.353', '4:19.699', \"m'bishi\", '7-year', 'mgr', 'nomura', 'agent', 'tokyo-mitsubishi', '2.95', 'sep.03', 'sep.96', 'int', 'mar.97', 'sub', 'jul-18.jul', 'jcr', 'jbri', 'nis', 'slovak', 'laca', 'interpol', 'rudolf', 'gajdos', 'versions', 'gypsy', 'topolcany', 'elaborating', 'visits', 'sketch', 'murderer', 'identical', 'portrait', 'father-of-three', 'eight-year-olds', 'pornographic', 'films', 'difficulty', 'filmed', 'belgians', 'institutional', 'dse', 'all-share', '8.05', '0.7', '1,156.79', '146.2', '12.71', '228.7', '20.37', '677.98', 'apex', 'tannery', '22.72', '597', 'short-covering', 'niugini', 'miner', 'mining', 'acquiring', '49.6', 'minorities', 'papua', 'guinea', '17.2', 'lihir', '0025', '3.65', '108,288', '9373', '1800', 'dismisses', 'gatting', 'demonstrated', 'golden', 'half-volley', 'square-leg', 'xi', 'learn', 'stephenson', 'dashed', 'thrid', '1977', 'dismissing', 'chappell', 'hop', '5,200', 'killers', 'bishop', 'claverie', '58-year-old', 'oran', 'charette', 'tatran', 'presov', 'artmedia', 'petrzalka', 'jas', 'bardejov', 'dac', 'dunajska', 'streda', 'spartak', 'trnava', 'dukla', 'banska', 'bystrica', 'nitra', 'msk', 'zilina', 'kosice', 'petrimex', 'prievidza', 'rimavska', 'sobota', 'lokomotiva', 'kerametal', 'dubnica', 'ukrainian', 'kremin', 'kremenchuk', 'vorskla', 'poltava', 'ternopil', 'torpedo', 'zaporizhya', 'shakhtar', 'donetsk', 'kryvbas', 'kryvy', 'rig', 'karpaty', 'lviv', 'prykarpattya', 'ivano-frankivsk', 'zirka-nibas', 'kirovohrad', 'chornomorets', 'odessa', 'metalurg', 'dnipro', 'dnipropetrovsk', 'cska', 'tavria', 'stallone', 'fiancee', 'sylvester', 'flavin', 'publicist', '7-pound', '4-ounce', 'sophia', 'bloch', 'wonderful', 'rocky', 'rambo', 'movies', 'copland', 'fla.', 'settles', 'jacksonville', '4.7', '19.4', 'portfolios', 'thrifts', 'discontinued', 'installment', 'loans', 'thais', 'manhunt', 'possession', 'westlake', 'sucessful', 'klongprem', 'outskirts', 'vivit', 'chatuparisut', 'sawed', 'grill', 'cell', 'five-metre', '15-foot', 'rope', 'sheets', 'corrections', 'probing', 'inmates', 'chained', 'breakouts', 'westerners', 'spur', 'bicycle', 'marksmen', '18,500', 'driller', 'sobotzik', 'thon', 'wilmots', '1-3', '19,775', 'finn', '1,452-km', 'gearbox', 'maakinen', 'strengthened', 'nearest', 'mideast', 'distillates', 'kerosene', '99', 'sort', 'noticeable', '45-50', 'differential', 'ports', 'exceed', 'assessed', '27.40', '27.70', '27.22', '24.00', '24.20', '24.10', '24.24', 'enquiries', 'covering', 'lowest', 'suspicious', 'remaining', 'overhang', 'mid-september', 'sulphur', '70-75', 'solidere', 'privately-operated', 'bsm', 'rebuilding', '104.625', '650-million', 'subscription', '106.5', '106.375', '8,049', '8,757', '850,968', '918,288', '1,185', 'ciments', 'libanais', '1.1875', '2,036', 'blancs', 'eternit', 'uniceramic', 'blom', '0.04', '903.09', 'lispi', '81.58', '961', '864148', '353078', '861723', 'emissions', 'caep', 'consultancy', '251/09', 'overland', 'delegations', 'notice', 'tra', '003', 'iae-3', '251/08', 'microfiche', 'di', '96/04', 'micromation', '251/07', 'gaseous', '251/06', 'tacis', '251/05', 'eec', '4064/89', '251/04', '251/03', 'wines', '251/02', 'ecu', '251/01', 'inconclusive', 'baltic', '101-strong', 'rebuff', 'toomas', 'savi', 'lloyds', 'shipping', 'lattakia', 'tartous', 'payout', '0.69', '408-8787', 'weston-super-mare', 'cox', '7-73', '236-4', 'lathwell', 'firsy', '5-68', '72-0', '128-1', 'fulton', '343-8', 'simmons', 'nixon', '368-7', 'lenham', 'drakes', '392-6', 'archer', '143', 'dowman', 'worcester', '255-9', '305-5', 'vaughan', 'yastrzhembsky', 'yastrezhembsky', 'offical', 'receives', 'packet', 'cannabis', 'chilli', 'sauce', 'concealed', 'boxes', 'container', 'freeport', '226', 'banespa', 'o', 'globo', 'liquidated', 'temporary', 'restructure', 'privatized', 'refinance', 'designed', 'covas', 'reais', 'delicate', 'solved', 'bamerindus', '90-day', 'paying', 'tbc', 'fourth-largest', 'troubles', 'fatima', '55-11-2324411', 'tonga', 'unexpected', 'drinking', 'tauranga', 'pothole', 'spun', 'wheels', 'tyres', 'pouring', 'bonnet', 'drink-driving', 'iscovered', 'overstayer', \"nuku'alofa\", 'samson', 'etienne', 'mendy', '12,000', 'vairelles', 'foe', 'ferhaoui', 'lefevre', 'giuly', 'pires', '74th', 'chaouch', 'rouxel', 'baret', 'loko', 'guivarch', 'colleter', '.594', '.473', '.446', '.574', '.520', '.630', '.430', '.429', 'dtb-bund-future', '02.sep.96-06.mar.97', '95.35', '96.00', '1.16', '97.00', '2.50', '127.10', '98.00', '202.90', '94.00', '101.40', 'e', '95.0', '1.33', '1.80', '71.70', '96.0', '1.84', '1.20', '51.80', 'ignacio', 'olascoaga', 'mugica', '1960s', '950', '455', 'salah', 'hissou', '38.08', '26:43.53', 'haile', 'gebreselassie', 'hengelo', 'acc', 'apr-jul', 'april-july', '2.93', 'nani', 'palkhivala', '3.14', 'april-march', '3.01', 'grinding', '275,000', '1994/95', '77.79', '87.45', 'stiff', 'inadequate', 'infrastructural', 'shortages', 'achieved', '9.4', 'retaining', 'haarlem', 'zabel', 'zanoli', 'mx', 'onda', 'giuseppe', 'citterio', 'aki', 'robbie', 'mcewen', 'kaspars', 'ozers', '8:22:00', 'corini', 'hincapie', 'abidjan', 'ivorian', 'fraternite', 'establishes', 'decentralisation', 'voie', 'bauza', 'donwahi', 'henri', 'konan', 'bedie', 'douati', 'alphonse', 'illicit', 'swine', 'jour', 'lakpe', 'publisher', 'populaire', 'appoints', 'severin', 'kouame', 'tanny', '+225', 'faulding', 'elizabeth', 'purdue', 'frederick', 'purepac', 'pharamceutical', 'kadian', 'sustained', 'morphine', 'merit', 'zeneca', 'f.h.', '47.5', '3,684', '7,011', '3,292', '1,683', '5,539', '115,941', '38.4', '83,801', '813', 'prairies', 'anywhere', 'grainbelt', 'environment', 'alberta', 'meteorologist', 'gerald', 'machnee', 'sprague', 'manitoba', 'celsius', '39.2', '2.0', 'depending', 'windspeed', 'sky', 'freezing', 'battleford', 'sask', 'alta', '44.6', 'proponents', 'moon', '30.0', 'predrosa', 'sc', 'drilled', 'right-foot', 'nail', 'besirovic', 'vidigal', 'hadji', 'sorrento', 'routs', 'oriole', 'jamie', 'moyer', 'tiring', 'routed', '10-3', '10-2', 'tagged', 'norm', 'seal', 'griffey', 'jr', 'stroked', 'coppinger', 'right-field', 'touched', 'dwell', '1/3', 'foul', 'clemens', '7-11', 'shutout', 'stairs', 'tripled', 'tinsley', 'steinbach', 'dunked', 'broken-bat', '28-inning', 'longest', 'garret', 'disarcina', 'edmonds', 'coasted', '12-3', 'kenny', 'rogers', '10-7', '21-1', '12-12', 'four-game', 'travis', 'fryman', 'melvin', 'nieves', 'damion', 'easley', 'handing', 'seven-game', 'belcher', '12-8', 'greer', 'red-hot', 'contests', '14-7', 'yielded', 'outdueled', 'brumfield', 'otis', 'blanked', 'shortened', 'mubarak', 'hosni', 'robbing', 'alive', 'sprinkling', 'petrol', 'andhra', 'pradesh', 'rarest', 'beings', 'roasted', 'appellants', 'plotted', 'scheme', 'k.t.', 'lapke', 'questioning', 'confidential', 'insulting', 'asec', 'incitement', 'disturb', 'kfar', 'sava', 'zafririm', 'holon', 'maccabi', 'haifa', 'petah', 'tikva', 'lezion', 'beit', \"she'an\", 'beersheva', 'herzliya', '.589', '.633', '.462', '.454', '.408', '.426', 'nicaraguan', 'managua', 'violeta', 'chamorro', 'compression', 'johns', 'hopkins', 'inflamation', 'osteoporosis', 'weakens', 'bones', 'closures', '**', 'megawati', 'sukarnoputri', '31.44', '5,689.82', 'three-session', 'tobacco', 'composite', '2.60', '0.48', '542.20', 'bargain-hunting', 'big-capitalised', 'secondliners', '2,343.00', '43.50', '2,342.75', 'packaging', 'indah', 'makmur', 'vdh', 'teguh', 'sakti', 'singapore-listed', 'privately-owned', 'duta', 'obtaining', 'fresh', 'syndicated', 'reshuffle', 'ciputra', 'interview-t&n', 'untroubled', 'components', 't&n', 'optimistic', 'bumble', 'predict', 'worse', 'echoing', 'automotive', 'industries', 'particular', 'rebound', 'equally', 'predicting', 'glad', 'rationalised', 'destocked', '9.5', 'destocking', 'relaxed', 'cycle', 'capable', 'fraction', 'commenting', 'piston', 'kolbenschmidt', 'hampered', 'obstacles', 'huddart', '8716', 'aol', 'hanover', 'bertelsmann', 'adon', 'schiphorst', 'cebit', 'electronics', 'buettner', 'subscribers', 'thirds', 'scandanavia', '0172', '6736510', 'chanda', 'rubin', '10th-ranked', '20-year-old', 'assignments', '17th-ranked', 'highest-ranked', 'non-seeded', 'slot', 'notable', '12th-ranked', 'pierce', '20th-ranked', 'meredith', 'becker', 'vow', 'sylvie', 'ajaccio', 'planted', 'mediterranean', 'warnings', 'floors', 'lbs', 'defused', 'get-tough', 'toward', 'jean-louis', 'debre', 'staging', 'corse', 'lax', 'widely-reported', 'heels', 'powerless', 'searches', 'reinforcements', 'france-soir', 'beauvau', 'nightly', 'figaro', 'shaky', 'seven-month', 'racked', 'low-level', 'separatist-inspired', 'principally', 'decades', 'principle', 'grammes', 'continent', 'widely', 'backlash', 'lufthansa', 'in-house', 'lufthanseat', 'freight-tonne', '2,389', '67.0', 'dm', 'flight-related', 'aboard', 'rona', '+', '00--44-171-542-7947', 'nijmeh', 'nasr', 'issa', 'alloush', '1980-88', 'majid', 'takht', 'ravanchi', 'constructing', 'installing', 'mortars', 'anti-aircraft', 'penetrating', 'eight-year', 'u.n.-sponsored', 'mirroring', '5,731', 'nasdaq', '1,143', '666', 'advances', 'lagged', '476/698', '837/763', '2/32', 'nitrofuran', 'usage', 'chicken', 'antibiotic', 'feedmillers', 'abide', 'chua', 'jui', 'meng', 'bernama', 'ringgit', '27.53', '27.25', '27,535.5', '13,256.5', '12,855.7', '14,278.9', '9,510.9', '10,056.4', 'vols', 'regrouping', 'implied', 'german-led', '14.00', '16.75', '19.50', '21.25', 'welter', '18.50', '20.00', '22.00', '23.5', '1347', '96.78', 'sell-off', 'overdone', 'bundesbank', 'repo', 'longer-dated', 'short-dated', 'vol', 'historically', 'vol.', 'reassess', 'otc', 'coughlan', 'over-the-counter', 'bunds', 'high-yielding', 'downside', 'upside', 'recommend', 'strangles', 'vulnerable', 'fronts', 'enhance', 'nisbet', '6320', '.362', '.592', '.474', '.405', '.519', '+2', '+3', '+4', '+5', 'sigeki', '+6', '+7', '+8', '+9', '+11', 'fixtures', '30-sept', 'fife', 'clydebank', 'greenock', 'falkir', 'partick', 'mirren', 'johnstone', 'airdrieonians', 'ayr', 'berwick', 'clyde', 'dumbarton', 'brechin', 'livingston', 'stenhousemuir', 'stranraer', 'cowdenbeath', 'arbroath', 'alloa', 'montrose', 'forfar', 'nicaraguans', 'tree', 'delinquency', 'bernardo', 'arce', 'ransom', 'hurte', 'sierd', 'zylstra', 'jetsi', 'hendrika', 'coers', 'teak', 'ebe', 'huizinga', 'zastava', 'factory', 'unpaid', 'wages', 'rejecting', 'vukasin', 'filipovic', 'kragujevac', 'supplying', 'square', 'consequences', 'mismanagement', \"n'djamena\", 'idriss', 'deby', 'fixing', 'nomads', '125-member', 'uprising', 'sit', 'endure', 'frustrating', 'maiden', 'drizzle', 'umpires', '1415', '1315', 'strumming', 'guitar', 'dressing-room', 'damp', 'patches', 'outfield', 'raining', '1230', '1130', '1900', 'rain-affected', 'collingtree', 'cage', 'emanuele', 'canonica', 'howell', 'bottomley', 'sellberg', 'fulke', 'haglund', 'niclas', 'fasth', 'chistian', 'cevaer', 'mcfarlane', 'domingo', 'harwood', 'brenden', 'pappas', 'teravainen', 'velde', 'oyvind', 'rojahn', 'neal', 'briggs', '2:37', '2:42', '3:22', '4.09', 'sebastian', 'lindholm', '5:17', 'lasse', 'lampi', '12:01', 'rui', 'madeira', '16:34', 'angelo', 'medeghini', '18:28', 'eoe', '1605', '83,008', '60,131', '22,877', '7,391', '5,658', '15.72', 'ahold', '7,190', '1,123', '10.01', 'bolswessanen', '4,420', '705', '6.17', 'abn', 'amro', '3,003', '1,940', '5.95', '3,853', '673', '5.45', 'vnu', '3,060', '843', '4.70', '020-504-5040', 'bartender', 'attempting', '9.68', 'luggage', 'lounge', 'bag', 'hometown', 'commuted', 'muscular', 'dystrophy', 'gene-therapy', 'technique', 'gene', 'telethon', 'method', 'nevertheless', 'patients', 'muscle', 'degenerates', 'fat', 'adulthood', 'individuals', 'non-working', 'producing', 'crucial', 'dystrophin', 'altered', 'common-cold', 'minimise', 'susceptibility', 'immune', 'injected', 'mice', 'bred', 'genes', 'experiment', 'fibers', 'diminishing', 'test-tube', 'decrease', 'immune-system', 'boskalis', 'upgrades', '13:12', 'papendrecht', 'dredging', 'westminster', 'utilisation', 'dredger', 'uncertain', 'full-year', '70.9', '27.5', 'year-earlier', '41.4', '4:13.353', '4:14.784', 'gritson', '4:16.274', 'heiko', 'szonn', '4:21.715', '4:17.551', 'sandstod', '4:24.660', '4:19.762', 'mariano', 'friedick', '4:20.241', 'time-trial', '02.777', '1:02.795', 'eiden', '1:04.732', 'grzegorz', 'krejner', '1:04.834', 'ainars', 'kiksis', '1:04.896', '1:05.022', 'moreno', '1:05.219', 'keiji', 'kojima', '1:05.300', 'sharman', '1:05.406', 'escuredo', '1:05.731', 'maclean', '1:05.735', 'meidlinger', '1:05.850', 'mckenzie-potter', '1:06.289', 'masanaga', 'shiohara', '1:06.615', 'zyl', '1:07.258', 'keirin', 'nothstein', '10.982', 'magne', 'buran', 'madison', 'martinelli', '47.4', 'mcgrory', 'pate', 'kappes', 'carsten', 'betschart', 'risi', 'curuchet', 'pieters', 'immi', 'madsen', 'veggerby', 'isaac', 'galvez-lopez', 'llaneras', 'kotzmann', 'stocher', 'capelle', 'monin', 'cutout', 'offal', 'moines', 'steer', '9.76', '0.03', 'launches', 'fictitious', 'conakry', 'payroll', 'sidia', 'toure', 'ousmane', 'kaba', 'inspectors', 'provinces', 'root', 'existed', 'guinean', 'expenditure', 'whereas', 'revive', 'lansana', 'conte', '=1,000', 'horizons', 'donaldson', 'lufkin', 'jenrette', '3/4', '35-7/8', 'o.j.', 'simpson', 'hints', 'financially', 'hopeful', 'jury', 'detailing', 'sweeping', 'gag', 'prohibits', 'lawyers', 'acquittal', 'crying', 'blues', 'whatever', 'erroneous', 'lawsuits', 'jam-packed', 'distanced', 'buffalo', 'fame', 'wildly', 'supportive', 'gifts', 'd.c.', 'sbpus', 'seven-day', '14-day', 'cut-off-rate', '15.75', '16.00', '38.43', '218.50', 'juvenile', 'aleix', 'vidal-quadras', 'defenestration', 'santander', 'caja', 'vacation', 'exclusive', 'loudest', '20-month-old', 'tens', 'consult', 'ezer', 'weighing', 'consulted', 'yedioth', 'ahronoth', 'aryeh', 'shumer', 'fitting', 'proces', 'kekkila', 'full-yr', 'fertilisers', 'saplings', 'latter', 'end-year', 'profitable', 'maltese', 'cheating', 'complain', 'over-charging', 'in-nazzjon', 'discipline', '365,000', '195,000', '80,000', 'congested', 'transit', 'l-orizzont', 'alfred', 'sant', 'steep', 'vat', 'goalscorers', 'anto', 'xavier', 'miladin', 'enzo', 'stagecoach', 'swebus', 'stg-plus', 'vendors', 'pizzi', 'pena', 'tapie', 'claude', 'lelouche', 'stars', 'philippe', 'seguin', 'resigning', 'eject', 'bankrupt', 'thus', 'blizzard', 'now-destroyed', 'starring', 'homme', 'femmes', 'mode', \"d'emploi\", 'power-hungry', 'movie', 'cruel', 'comedy', 'dearly', 'mixing', 'careers', 'artist', 'toubon', 'ejecting', 'stripping', 'suspend', 'judgement', 'probable', 'immunity', 'courts', 'rigging', 'appealing', 'crr', 'medium', 'industrialists', 'theoretical', 'instrument', 'reducing', 'context', '+91-11-3012024', 'arch', '1,100', 'bbl', 'fort', 'exploratory', 'morinville', 'excess', 'trax', 'et', '10-23', 'logged', 'productive', 'leduc', 'reef', '5,350', '250,000', 'petroleums', 'cometra', '11-13', '590', '64ths-inch', 'choke', '2-25', 'encountered', 'nordegg', 'apache', 'saunders', '14-28', 'depth', '3,800', 'acreage', 'earning', '5,120', '8,320', 'butte', 'garrington', '4-8', 'brumm', '212-859-1710', 'companion', 'marble', '14.0', '56.06', '531.52', 'granite', 'distributor', 'skhirat', 'purely', 'majesty', 'breakdown', 'op', '618', '568', '363', '127', '174', 'info', '178', 'usa', 'miscellaneous', 'rata', 'hmg', 'vtm', 'gabrich', 'iwan', 'cesar', 'kluivert', 'tijjani', 'babangida', 'dani', 'league-australian', 'ord', '10.00', 'commem', 'manufactures', 'clubs', 'ski', 'balks', 'oil-for-food', 'balked', 'implement', 'blaming', 'insisting', 'stringent', 'surpasses', 'electricity', 'sewers', 'interfering', 'augment', 'threaten', 'arrangements', 'dha', '1.13', 'monies', 'reparations', 'deducted', 'overseeing', 'anticipated', 'supervision', '1,190', '267', '923', '598', 'york-based', 'overseers', 'yasushi', 'akashi', 'undersecretary-general', 'percentile', 'softbank', 'procure', 'forex', 'kingston', 'technology', 'high-profile', 'acquisitions', 'elephant', 'tramples', 'kathmandu', 'rampaging', '72-year-old', 'trampled', 'hari', 'maya', 'poudels', 'madhumalla', 'beast', 'kingdoms', 'elephants', 'protected', 'nepali', 'thierry', 'marc-vivien', 'patrice', '5.602', '15.710', '19.125', '29.179', '29.896', '1:00.754', 'ukyo', 'katayama', '1:40.227', 'ricardo', 'arrows', 'lamy', 'minardi', 'netherland', '1:53.067', '221.857', 'rowing', 'redgrave', 'matthew', 'pinsent', 'coxless', 'thoughts', 'athlete', 'enthusiasm', 'endurance', '5-43', '532-8', 'robinson', 'alleyne', '4-80', '323-5', 'hooper', 'llong', '273-5', '361', '142-4', '446-9', '53-0', '128-4', '162-4', '205-9', 'spiring', '3-12', '164-4', '529-8', 'watkinson', '4-53', '231-7', '4-48', '4-36', '135-9', 'marijuana', 'ship', 'metric', 'tons', 'sail', 'cartagena', 'chiluba', 'shuffles', 'fill', 'vacancy', 'lusaka', 'zambian', 'shuffled', 'sacking', 'remmy', 'mushota', 'tribunal', 'coffers', 'luminzu', 'shimaponda', 'machungwa', 'cukaricki', 'hajduk', 'becej', 'borac', 'mladost', 'zemun', 'rad', 'buducnost', 'sutjeska', 'sloboda', 'loznica', 'obilic', 'ofk', 'kikinda', 'radnicki', 'beograd', 'bj', 'zeleznik', 'poisoning', 'receding', 'mysterious', 'germ', 'requiring', 'sakai', 'hardest', 'o-157', 'bacillus', 'settling', 'naoto', '9,500', 'regional', 'bacteria', 'schoolchildren', 'complications', 'pinpoint', 'sanitary', 'slaughterhouses', 'meatpacking', 'schools', 'compile', 'hygiene', 'sec', 'adopts', 'specialists', 'quotes', 'readily', 'recognised', 'empower', 'levitt', 'lindsey', 'improvements', 'proposing', 'commonplace', 'practices', 'two-tiered', 'malpractices', 'upgrade', 'oversight', 'shifts', 'quotations', 'display', 'berkeley', 'banda', 'feeling', 'blantyre', 'frail', 'kamuzu', 'vegetarian', 'teetotaller', '97', 'unaided', 'clutched', 'whisk', 'symbolised', 'obsession', 'undisputed', 'ruler', 'all-party', 'acquitted', '1983', 'deliberately', 'casinos', 'soared', 'wide-ranging', 'executes', 'robbers', 'shabir', 'jalil', 'mecca', 'beheads', 'rapists', 'murderers', 'criminals', 'jeopardises', 'jeopardised', 'scrutinise', 'hacks', 'fiscally-tight', 'telstra', 'impasse', 'authorised', 'trashed', 'nudge', 'explicit', 'gop', 'reporter', 'bush', '20,500', 'focusing', '20,605', 'touching', 'intraday', '20,530', '20,725', '19,560', 'technically', '20,300', '21,000', 'doreen', 'siow', '65-8703092', 'operators', '2,342.0', '42.5', '0915', 'ample', '2,342.00', '42.45', '2,341.5', 'month-end', 'pdi', 'ousting', 'adjourned', 'out-of-court', 'seemed', 'diminish', '18.5', '52.75', '53.50', '2,337', '2,455', 'aronkasei', 'three-grade', 'assigns', '225-share', '195-km', '.giuseppe', '.robbie', 'mth', 'pvs', 'yr-ago', '+0.1', '+0.0', '119.3**', '+3.7', '+3.6', '+4.7', '119.3', '+0,2', '+3.5', '+5.2', 'jobless', 'inem', '63,913', '33,149', '65,345', '2.17m', '13.67', '14.15', '15.19', 'payments', '196.8', '180.6', '279.9', 'cur', '110.4', '+1,161', '+400.9', '+310.4', '54,703.0', '+0.2', '119.6**', '+1.2', '+1.5', '+7.1', '119.6', 'prod', '+1.0', '+9.8', '108.4**', 'm4', '+2.6', '+4.2r', '+10.8', 'adj', 'trln', '75.912', '1,100.7', '1,164.1', '988.2', '1,315.7', '1,433.4', '1,236.5', '215.0', '269.3', '248.3', '1,334.0', '1,119.0', '1,420.9', 'govt.budget', 'govt.fcast', '+282.1', '380.6', '+230.4', 'def', '1,184.0', '1,466.1', '1,456.7', 'qtr', 'epa', '+168,130', '+31,230', '+167,330', 'yr-yr', '+1.9', '+2.3r', '+3.4', '18.1', '16.9', '69.7', '7.25', '7.50', '04/06/96', 'customs-cleared', 'annualised', 'ine', 'variation', 'total-', 'accumulated', 'corresponds', 'relate', 'finances', '**general', '100=1992', '100=1990', 'exporters', 'purchasing', '1997/98', '199,900', '149,100-a', '74,600', '55,000-b', '161,600', 'a-', '54,600', 'b-', '55,000', 'destinations', 'yemen', '47-year-old', 'luciano', 'pessina', 'independently', 'imprisoned', 'travelled', 'mentmore', 'resource', 'archive', 'stationery', 'housewares', 'formerly', 'platignum', 'articles', '81.5', 'valuing', '179.5p', '4017', 'alec', 'maynard', 'ata-ur-rehman', 'saqlain', '5-67', '105-4', '73-3', 'blockades', 'roadblocks', 'importing', 'radios', 'blockaded', 'motorways', '0100', 'ljubljana', 'intensify', 'reinforced', 'determination', 'aleksander', 'kwasniewski', 'slovenian', 'kucan', 'strengthening', 'ambitions', 'bloc', 'comprises', '142.3', '118.8', 'janez', 'drnovsek', 're-nomination', 're-nominate', 'michigan', 'indiana', '559-mile', 'nabs', '10-year-old', 'sneaked', 'territories', 'jiangsu', 'passerby', 'overstayed', 'clip', 'laughing', 'dmitrieva', 'inaugurated', 'lakelands', 'spectator', 'richardt', 'ploughed', 'two-kilometre', 'skidded', 'cordoned-off', 'practising', 'calendar', '1241', 'iii', '1249-1286', '1260', 'ghibellines', 'retook', 'florentine', 'guelfs', 'monte', 'aperto', '1768', 'francois-rene', 'vicomte', 'chateaubriand', 'romantic', 'seminal', 'autobiography', 'memoires', \"d'outre\", 'tombe', '1781', 'pueblo', 'nuestra', 'senora', 'reina', '1824', 'bruckner', 'composer', 'organist', 'symphonies', 'masses', 'tradition', '1870', 'napoleon', 'franco-prussian', '1886', 'skeleton', 'canyon', 'arizona', 'geronimo', '1892', 'modernist', 'darius', 'milhaud', 'jazz', 'ballet', 'creation', 'du', 'madame', 'bovary', '1906', 'german-born', 'biologist', 'delbruck', '1969', 'physiology', 'genetic', 'infect', '1907', 'edvard', 'grieg', 'peer', 'gynt', 'suite', 'piano', 'concerto', '1908', 'dmytryk', 'crossfire', 'hollywood', 'farewell', 'lovely', '1909', 'scout', '1944', 'liberated', 'wilhelmina', '1890', 'abdicated', 'juliana', '1963', 'schuman', '1947-48', '1948-52', '1964', 'forth', '6156', 'ft', '3300', '1965', 'schweitzer', 'theologian', 'philosopher', '1913', 'acclaimed', 'interpretations', 'j.s.', 'bach', 'brotherhood', '1972', 'spitz', 'olympiad', 'e.f.', 'fritz', 'guru', 'beautiful', 'georges', 'simenon', 'writer', 'maigret', 'todor', 'zhivkov', 'embezzling', '15-month', '3,000th', 'equality', 'upstages', 'customary', '10.03', 'scalp', 'lucrative', 'blocks', '10.09', '10.10', 'ato', 'boldon', '10.14', 'limp', '12.92', '0.01', 'hurdler', 'relish', 'dominating', '13.24', 'pelting', 'hurdlers', 'engquist', 'footing', '12.60', 'brigita', 'bukovec', 'jamaican', '12.77', 'aliuska', 'jackpot', 'one-kg', 'clinch', 'derrick', 'adkins', '47.93', 'gail', 'devers', '10.84', 'merlene', 'ottey', 'photo', '11.04', 'gwen', 'torrence', '11.00', 'three-match', 'outs', '396', '79.20', '59.33', '190', '113', '38.00', 'nasser', '37.00', '32.40', '159', '31.80', '41no', '25.50', '16.66', 'ealham', '15.00', '11.60', '10no', '9.75', '6.00', 'caddick', 'graeme', 'hick', 'maidens', '57.2', '165', '27.50', '36.16', '150.3', '377', '37.70', '42.00', '62.50', '69.00', '81.00', '61.2', '221', '110.50', '264', '264.00', '158', '79.00', '141', '68.80', '100no', '65.00', '320', '148', '64.00', '60.33', 'latif', '45.00', '38.50', '30.00', '98', '24.50', 'shadab', 'kabir', '21.75', '26.29', '26.93', '350', '31.81', '48.4', '173', '34.60', '71.00', 'dalglish', 'sadness', 'mutual', 'consent', 'ex-manager', 'albeit', 'mouth', 'mid-tier', 'golds', 'toronto-based', 'tvx', '0.30', '11.55', '780,000', 'kinross', '720,000', 'scorpion', 'properties', 'eyebrows', '941-8100', 'herschelle', '14-man', 'quadrangular', 'woolmer', 'matured', 'mcc', 'kallis', 'spin-bowling', 'all-rounders', 'nicky', 'boje', 'crookes', 'hansie', 'cronje', 'matthews', 'vice-captain', 'mcmillan', 'kirsten', 'hudson', 'symcox', 'jonty', 'rhodes', 'fanie', 'villiers', 'daryll', 'cullinan', 'gibs', 'releases', 'easing', 'mahala', 'zvornik', 'lieutenant', 'marriner', 'retaliation', 'mob', 'long-barreled', 'ak-47', 'telfer', 'mcgeechan', 'chopra', 'iain', 'romero', '147', 'curry', 'affleck', 'spy', 'espionage', 'rings', 'spying', 'jomhuri', 'eslami', 'photographing', 'pan-turkism', 'exiles', 'fallahiyan', 'blasts', 'ignoring', 'crosson', 'ventura', 'mention', 'outdoor', 'commented', 'laughed', 'anti-drug', 'kemp', 'campaigned', 'aggressively', 'stream', 'missiles', 'needle', 'cigarette', 'poison', 'cocaine', 'cigarettes', 'well-wishers', 'specifically', 'proposition', '215', 'cultivation', 'medicinal', 'ingrown', 'toenail', 'non-political', '20-minute', 'theme', '12-17', 'year-olds', 'flanked', 'tower', 'egyptair', 'twenty', '707', 'overshot', 'runway', 'skipped', 'fahim', 'rayyan', '2,250', '2,460', '3,300', 'misleading', 'rainstorm', 'brake', 'ihlas', 'overshadowed', 'kankunnen', 'governing', 'co-driver', 'ringer', 'furious', 'astonishing', '!', 'turbo', 'thiry', 'shaft', 'sucks', 'ceiling', 'seven-year-old', 'cheques', 'ventilation', 'pipe', 'canard', 'enchaine', 'sucked', 'fishing', 'liner', 'liaoning', 'tiantan', 'dalian', 'tianjin', 'airplane', '1503', '1203', 'fire-engines', 'cypriot', 'hijacker', 'bancomext', 'peso', 'drop-off', 'turrent', 'promotion', 'smerdon', 'garang', 'spla', 'urgently', 'nuour', 'marial', 'mapourdit', 'hindering', 'recruitment', 'interpretation', 'compound', 'sisters', 'moira', 'batchelor', 'barton', 'riel', 'maureen', 'carey', 'raniero', 'iacomella', 'captives', 'kenyan', 'detentions', 'learned', 'monsignor', 'caesar', 'mazzolari', 'apostolic', 'administrator', 'diocese', 'rumbek', 'isolation', 'looted', 'animist', 'arabised', 'romania-hungary', 'welcoming', 'much-delayed', 'positively', 'neighbourly', 'dohuk', 'tentative', '...for', 'riza', 'altun', 'cross-border', 'nacar', 'encouraged', 'bregancon', 'pubished', 'texts', 'practically', 'chirac', 'fortress', 'fertile', 'irene', 'marushko', 'batkivshchyna', 'shiny', 'green-and-yellow', 'deere', 'parked', '1,750-hectare', '4,325-acre', 'grain-growing', 'agronomist', 'ivan', 'odnosum', 'machinery', 'loaned', 'harsh', 'scoured', 'steppes', 'stunting', 'farming', 'boots', 'breadbasket', 'brutal', 'collectivisation', 'josef', 'stalin', 'hryhory', 'borsuk', 'mironivka', 'academy', 'agrarian', '143.60', 'fahrenheit', 'unlit', 'harvesting', 'strains', 'resistant', 'climate', 'nascent', 'fertiliser', 'herbicides', 'pesticides', '36.5', 'cheaply', 'pigs', 'solutions', 'horizon', 'readying', 'sowing', 'hectare', '2.11', 'borrowing', 'two-lane', 'passes', 'occasional', 'horse-drawn', '1,700-hectare', '4,200-acre', 'shevchenko', 'neat', 'decay', 'sypron', 'strapped', 'bartering', 'rickety', 'tractors', '160-200', 'soprun', 'dedication', 'item', 'traditionally', 'borkus', 'pre-soviet', '36,000', 'privatising', 'pictures', 'degrading', 'lets', 'germans', 'commit', 'clerk', 'u', 'indecency', 'performing', 'torture', 'performed', 'oral', 'adult', 'fanfare', 'packages', 'ekimov', 'giunluca', 'gorini', 'breukink', 'wilfried', 'peeters', 'bart', 'voskamp', 'randolph', '11.20:33', 'fifth-stage', 'zevenaar', 'venray', 'alpha', 'techs', 'lockhart', '280,556', 'post-closing', 'adjustments', 'thermal', 'registrations', '14.2', 'first-time', '356,725', '304,850', '15,613', '13.6', 'motor-bike', '32.7', '77,719', 'opel', '49,269', '16.4', '35,563', 'porsche', '3,420', '5522', '554', '643', '756', '829', '876', '933', '1.07', '0.98', '657', '1.00', '2.37', '2.01', 'fulfils', 'prediction', '4:17.696', 'amazed', 'ride', 'proximity', 'prepare', 'indoor', 'superman', 'obree', '4:19.808', '4:21.009', '4:21.454', '4:22.738', '4:24.427', 'gritsoun', '4:26.467', 'finmin', 'raul', 'matos', 'azocar', '1630', 'imf-hosted', 'intercity', 'roadblock', 'erzincan', 'sivas', 'ablaze', 'amoco', 'sharing', 'shabwa', 'dietsch', 'mees', 'production-sharing', 's-1', 'exploring', 'deferring', 'yemeni', 'amoco-yemen', 'contractor', 'oilfields', 'encyclopedia', '1633', 'cofinec', 'emese', 'bartha', 's.a.', 'gabor', 'sitanyi', 'london-based', 'barings', 'french-registered', 'floated', 'hovered', '6,425', 'forints', 'depositary', 'receipts', 'oversubscribed', 'deadline', '5,800', 'one-third', 'two-fifths', 'tamas', 'erdei', 'budapest-based', 'abn-amro', 'hoare', 'govett', 'macroeconomic', 'generates', 'capita', 'folding', 'krpaco', 'shakes', 'moderate', '1716', 'quepos', 'volcanic', 'seismologicial', 'santamaria', 'three-hour', '1700', '36-year-old', 'universe', 'hides', 'veil', 'kieran', 'las', 'cruces', 'n.m.', 'alicia', 'machado', 'desert', 'pageant', 'contestant', 'intense', 'scrutiny', 'angeles-based', 'swollen', 'wisdom', 'teeth', 'extracted', 'marta', 'fajardo', 'vegas', 'habits', 'addiction', 'eats', 'cakes', 'flatly', 'wraps', 'strapless', 'gown', 'contestants', 'rave', 'reviews', 'kidding', 'fantastic', 'nikki', 'sexy', 'publicists', 'promotional', 'sponsors', 'personalities', 'indulged', 'passion', 'pasta', 'cake', 'spiritually', 'mentally', 'terrific', 'lifestyle', 'busy', 'regimented', 'workout', 'exist', 'dont', 'talked', 'yates', '5.79', '6.08', '148.29', '133.82', '2.07', '8.63', '7.23', 'franked', 'reg', '3.67', '2.78', '2.69', 'depreciation', '3.25', '2.79', 'alejandro', 'lanusse', '1971', '1973', 'peron', 'famed', 'predecessors', 'ongania', 'levingston', 'peronists', 'hector', 'campora', 'solano', 'adversories', '1951', 'menendez', 'left-wing', 'activism', 'culminated', '1918', 'ileana', '25,860', 'no-confidence', 'banharn', 'silpa-archa', 'lacking', 'ethical', 'alleges', 'corrupt', 'accusations', 'convenient', 'accusation', '13-month-old', 'six-party', '209', '391-seat', 'infighting', 'fix', 'hwang', 'sun-ho', 'samad', '16-18', 'dijk', '18-14', 'wijaya', 'pang', '6-15', 'nunung', 'subandoro', '5-15', '18-15', 'fung', 'permadi', 'cindana', '11-3', '1ama', 'margit', 'borg', '11-6', 'jian', 'andrievskaqya', 'meluawati', 'chia', 'fong', '11-1', 'gong', 'zhichao', 'lufung', 'zeng', 'yaqiong', 'li', 'feng', '11-9', 'christine', 'magnusson', 'ishwari', 'boopathy', '10-12', 'zhang', 'ning', 'olivia', 'two-year-olds', 'upwards', 'weaver', 'distances', '1-1/4', 'cheveley', 'stud', 'newmarket', '72,464', '112,200', 'ek', 'chor', 'motorcyle', 'shanghai-ek', 'sino-thai', 'engines', 'pudong', 'jointly', 'automobile', '1.56', 'xingfu', 'motorcycles', 'week-long', 'ascending', 'peng', 'prakash', 'lohani', 'sandwiched', '50-year', 'aishwarya', 'lhasa', 'chongqing', '298-6', '194-0', '255-3', 'penberthy', '160-4', 'munton', 'illingworth', '4-54', 'lampitt', '4-90', '10-0', 'tap', '99.95', '99.90', '07.00', 'picks', 'bold', 'ogilvy', 'mather', 'pre-election', 'communication', '95/96', '9.33', '38.11', 'brush', 'wellman', 'beryllium', 'pro-active', 'regarding', 'workplace', 'ailment', 'susceptible', 'suits', 'liability', 'timothy', 'reid', 'filings', '1990-95', 'vigorously', '18-7/8', '216-579-0077', 'imerisia', 'heats', 'includind', 'pasok', 'scrambles', 'slaps', 'coupons', '12-month', '12.70', 'kathimerini', 'post-election', 'metro', 'subway', 'snags', 'overshoot', '520', 'lighten', 'kerdos', 'vows', 'mesures', 'kicks', 'yannos', 'papandoniou', 'drachma', 'constantine', 'mitsotakis', 'shake', 'naftemboriki', 'annually', 'epr', 'commanders', 'guarded', 'gunmen', 'jornada', 'overthrowing', 'irrational', 'radicals', 'erp', 'fatigues', 'brandishing', 'southwestern', '23,000-strong', '37-page', 'manual', 'strategies', 'objective', 'apparatus', 'bourgeoisie', 'volatile', 'clashed', 'violently', 'unrelated', 'zapatista', 'chiapas', 'skirmishes', 'check-up', 'longtime', 'collated', 'aggregaete', 'spal', 'reggiana', 'lucchese', 'vicenza', 'bologna', 'torino', 'avellino', 'lazio', 'bari', 'monza', 'napoli', 'chievo', 'ravenna', 'geert', 'clercq', 'neufchateau', 'inquiries', 'zicot', 'forgery', 'pignon', 'warehouse', 'stolen', 'dehaan', 'ring', 'shockwaves', 'detroux', 'thily', 'amtrak', 'derails', 'montpelier', 'vt', 'logging', 'vermonter', 'albans', '7:51', 'roxbury', 'garrity', 'pudvah', 'trauma', 'understood', 'conductor', 'passangers', 'reservations', 'uninjured', 'springfield', 'northfield', 'rabn.cn', 'co-operative', 'ba', 'wijffels', '853', '21.5', '702', 'depend', 'underwriting', 'single-digits', '1.43', 'quantify', 'garry', 'ravanelli', 'shirt', 'dance', 'fabrizio', 'wear', 'sponsor', 'grey-haired', 'pulls', 'shirtfront', 'salute', 'spectacle', 'aggravated', 'bryan', 'corrigendum', 'ec', '1464/96', 'relating', 'levies', '187', '26.7.1996', '658/96', 'granting', 'compensatory', 'crops', '12.4.1996', '1663/96', 'establishing', 'fruit', 'slides', '3.31', 's$', '5.85', '0120', '357,000', 'topped', 'soaring', '1.55', '6.05', 'takeover', '8703080', 'jockey', '21-day', 'irresponsible', 'pontefract', 'leger', 'stayer', 'trigger', 'prominence', 'guineas', 'mister', 'baileys', 'viacom', 'sequel', 'blockbuster', 'big-screen', 'grossed', 'domestically', '338', 'inc-owned', 'forrest', 'gump', 'reprise', 'roles', 'co-producer', 'award-winning', 'screenwriter', 'palma', 'crack', 'oscars', 'cassidy', 'sundance', 'kid', 'blockbusters', 'narrowly', 'downtrend', 'reversed', 'hover', 't$', '27.482', '27.495', '275', '2-5080815', 'kimberley', '18-18', '6-10', 'maltch', 'cloete', 'wath', 'boeta', 'wessels', 'mcleod', 'oppenheimer', 'assuming', '0.65', '69-60', '35-23', '97-94', '39-32', 'erez', 'checkpoint', 'overflying', 'evolution', '2:30.67', 'wachtel', '17.8.90', '25.8.95', '23.8.96', 'f.a.', '290,000', '70,375,000', 'repricing', '9,215,000.00', 'ocasek', 'a1', 'aa-', 'fitch', '08/29/1996', '10/01', '1998c', '125m', '4.20', '6,045,000.00', 'vern', 'riffe', '1998d', '165m', '290m', 'banc', 's.b.k-', 'seasongood', 'mayer', 'ot', 'antioquia', 'anza', 'massacre', 'medellin', 'farc', 'unconfirmed', 'bloodshed', 'paramilitary', 'granic', 'croatia-yugoslavia', 'paving', 'stabilisation', 'counterparts', 'normalising', 'resolving', 'ensuring', 'restoration', 'last-minute', 'print', 'internationally', 'twin', 'pillars', 'multinational', 'lasting', 'mull', 'vowinkel', 'pursuing', 'appeals', 'reorganisation', 'chiate', 'sufficiently', 'reinsure', 'liabilities', 'equitas', 'reject', 'rowland', 'litigation', 'chairmen', 'notified', 'gale', 'norton', 'immunizes', 'requires', 'seeks', 'rescision', 'alternate', 'remedy', 'individually', 'forfeiting', 'risking', 'sungard', 'checkfree', 'mateo', 'definitive', 'finalized', 'frees', 'interrogated', 'dahman', 'gaza-based', 'addameer', 'attorney-general', 'khaled', 'al-qidra', 'qidra', 'false', 'nahed', 'dahlan', 'lifts', '10-8', '4-7', 'off-speed', 'catcher', 'mickey', 'cochrane', 'catchers', 'jacobs', 'a.l.', 'lofton', 'vosberg', '2/3', 'fifth-inning', '10-5', '5-5', 'hitchcock', '12-6', 'cy', 'appearances', 'erickson', '8-10', 'laboured', 'hoiles', 'dickson', 'jeter', 'pitcher', '9-10', 'baserunners', '.367', '33-for-90', '3-for-3', '116th', 'brosius', 'ausmus', 'four-run', 'tossed', 'complete-game', 'league-best', '2.99', 'valentin', 'offerings', 'agencies', '57.50', 'confusing', 'shiels', 'nagyatad', 'lajos', 'horvath', 'semi-literate', '385', 'bosnian-croat', 'pre-war', 'srbska', 'override', 'reassert', 'adem', 'hodzic', 'seals', 'bosnia-hercegovina', 'councils', 'invalidated', 'husein', 'micijevic', 'translators', 'booth', 'seventy', 'mandolina', 'zelic', 'ringed', 'szabo', 'envelopes', 'dodging', 'ernesto', 'samper', 'seem', 'prosecutor-general', 'adolfo', 'salamanca', 'senators', 'myles', 'frechette', 'applauded', 'outcast', 'counternarcotics', 'year-old', 'stemming', 'enthusiastic', 'legislative', 'endorsing', 'lords', 'u.s.-bound', 'penalities', 'prove', 'mcquillan', 'nominate', 'parade', 'dim', 'glow', 'just-concluded', 'conclave', 'orchestrated', 'republican-controlled', 'proudly', 'sixty', 'registry', 'wherever', 'finger', 'janet', 'reno', 'footnotes', 'nov.', 'chess', 'minimium', 'pre-existing', 'overhauling', 'departs', 'correspondents', 'showcased', 'lead-in', 'delivers', 'map', 'guides', 'union-england', '87.5', '135.8', 'kiernan', 'hibernian', 'dunfermline', 'kilmarnock', 'falkirk', 'monstrose', 'barrier', 'cvrd', 'shelve', 'doce', 'dutra', 'annulled', 'dedicate', 'schomberg', '55-61-2230358', 'importers', '1,044', 'dollar-buying', '1,041', 'wire', 'transfers', 'greenbacks', 'shy', 'position-squaring', 'intra-day', '1,037', 'guillermo', 'londono', '571', '610', '7944', 'svcd', 'controllers', 'bulatka', 'raichev', '1,380', 'technicians', 'paralyse', 'valkov', 'charter', 'resorts', 'minimal', 'servicing', 'lock-out', 'liliana', 'semerdjieva', '12.341', '12.348', '12.130', '12.124', '12.112', '12.246', '11.959', '12.225', '24-km', '31.081', 'tatiana', 'stiajkina', 'arndt', 'tea', 'vikstedt-nyman', 'sally', 'boyden', 'godras', '.468', '.436', '.413', 'saint-germain', 'madhusudan', 'munakarmi', '12-year', 'dhiraj', 'k.c.', 'locks', 'dheeraj', 'limping', 'steal', 'belongings', 'sousa', 'vitor', 'baia', 'correia', 'paulinho', 'cristovao', 'secretario', 'dimas', 'teixeira', 'couto', 'barroso', 'figo', 'oceano', 'vieira', 'cadete', 'folha', 'waits', 'kuznets', 'finalising', 'arranged', 'rebuffed', 'suggestion', '10.45', '0645', 'guldimann', 'tikhomirov-maskhadov', 'falter', 'servicemen', 'ria', 'hinting', 'protege', 'lesson', 'profile', 'reelected', 'prompting', 'rumoured', 'energetic', 'spelled', 'halting', 'mechanism', 'uncompromising', 'resolutions', 'necessarily', 'binding', 'blasted', 'korei', 'confront', 'confiscation', 'thrashed', '66-14', 'inaugural', 'knowsley', '1975', '1966', 'rain-soaked', 'hunte', 'grabbed', 'martyn', 'newlove', 'goalkicker', 'bobbie', 'goulding', 'reign', 'toast', 'broncos', 'scrape', 'end-of-season', 'play-offs', 'sights', 'treble', 'one-dayers', 'dunedin', 'moussa', 'shelter', 'neagle', 'pitching', 'denny', 'winningest', 'trim', 'ron', 'wright', 'double-a', 'greenville', 'pointer', 'class-a', 'mid-season', '11-game', 'minor-league', 'phenom', 'andruw', 'post-season', 'tomato', 'warriors', 'bunol', 'pelted', 'armfuls', 'ripe', 'tomatoes', 'coated', 'blood-red', 'firework', 'fruit-throwing', 'frenzy', 'hurl', 'occasion', 'historians', 'disgruntled', 'locals', 'spontaneously', 'bombard', 'priest', 'fiesta', 'boo-nee-ol', 'grown', 'repeats', 'aegon', 'company-------------price---broker----------------', '83.40', '711', 'dfl', '5.83', '13.8', '6.59', '12.2', '3.10', 'waited', 'touches', 'invites', 'caesarea', 'ceremonial', 'spoken', 'urging', 'hendrix', 'song', '17,000', 'handwritten', 'legend', 'jimi', 'musician', 'possessions', '10,925', '16,935', 'penned', 'retrieved', 'etchingham', 'lacquer', 'pearl', 'inlaid', 'purchaser', '5,060', '7,845', 'guitarist', 'overdose', 'jumps', 'wolk', 'expectation', 'emerge', '2-1/8', '11-3/8', 'modem-chip', 'fast-growing', 'networking', 'elias', 'moosa', 'roberston', 'stephens', 'pmc-sierra', 'routing', 'chipsets', 'high-speed', 'severance', 'randall', 'soundview', 'fastest-growing', 'much-larger', 'develops', 'shrink', 'hambrecht', 'quist', 'low-margin', 'pmc', 'slowing', '206-386-4848', 'second-round', '1300', 'popularity', 'fifty', 'rebels-interfax', 'reconaisance', 'minutka', 'detachment', 'outnumbered', 'incompatible', 'norms', 'pro-baghdad', 'adel', 'ibrahim', 'attache', 'baath', 'hardship', 'karak', 'younes', 'see-saw', '0515', 'ninety-day', '9.93', '90.18', 'samurai', 'eurokiwi', 'issuance', 'certainty', '4746', 'altogether', 'weaken', 'harb', 'karame', 'backwards', 'redistribution', 'alimentary', 'splitting', 'syrian-lebanese', 'honduras', 'tegucigalpa', 'castro', 'enrique', 'centeno', 'pavon', '9.1', 'kuna', 'lenders', 'insurers', 'five-10', 'shrank', 'meagre', 'calculated', 'midrates', '5.2420', '3.5486', 'kolumbina', 'bencevic', '385-1-4557075', 'wanrooy', '7,032', 'hoogma', 'roelofsen', '27,500', 'godee', 'dos', '73th', 'hamming', '7,250', 'haldtime', '0.', '13,500', 'paramaribo', 'flamboyant', 'surinamese', 'ronny', 'brunswijk', 'freddy', 'pinas', 'surinamese-born', 'bar-room', 'moengo', 'ro', 'gajadhar', 'objected', 'bodyguards', 'defended', 'thief', 'buttocks', 'strongman', 'desi', 'bouterse', 'guiana', 'paved', 'occasionally', 'bogdan', 'prusek', 'slawomir', 'wojciechowski', 'jacek', 'dembinski', 'wieczorek', 'berensztain', 'marek', 'citko', 'adam', 'fedoruk', 'dariusz', 'jackiewicz', 'bartlomiej', 'jamroz', 'tomasz', 'moskal', 'piskula', 'mariusz', 'srutwa', 'emmanuel', 'tetteh', 'warszawa', 'zagorski', 'serial', 'urals', 'perm', '1-15', 'marlene', 'thomsen', 'lisbet', 'stuer-lauridsen', 'qiang', 'lu', 'yap', 'cheah', 'kit', 'wan', 'wah', 'tan', 'fook', 'guinness', 'peat', 'gpg', 'inevitably', 'weiss', '9.77', '6.93', 'somewhat', 'pleasing', 'stemmed', 'consolidate', 'tyndall', 'mid-east', 'grid', '50.574', '226.859', '1:50.980', '1:51.778', '1:51.884', '1:51.960', '1:52.318', '1:52.354', '1:52.977', '1:53.043', '1:53.152', '1:53.199', '1:53.993', '1:54.095', '1:54.220', '1:54.700', '1:55.150', '1:55.371', '1:56.286', '1:56.830', 'lavaggi', '1:58.579', 'airspace', 'nabil', 'rdainah', 'clearance', 'grounded', 'pokka', 'suzuka', 'gt', 'ray', 'belim', 'j.j.lehto', 'fi', 'gtr', '48.637', '158.82', 'olofsson', 'della', 'noce', 'ennea', 'f40', 'ballace', 'grouillard', 'harrods', 'bscher', 'kox', 'f1', '168', 'fabien', 'giroix', 'jean-denis', 'deletraz', '167', 'owen-jones', 'pierre-henri', 'raphanel', 'brabham', 'jean-marc', 'gounon', 'belmondo', 'eichmann', 'gerd', 'ralf', 'kelleners', 'gt2', 'roock', '911', 'ortelli', 'wollek', 'konrad', 'cor', 'euser', 'wada', 'furuya', 'lm600', '03.684', '170.680', 'insurgents', 'sharma', 'centre-right', 'insurgency', 'maoists', 'multi-party', 'negotiates', 'khum', 'bahadur', 'khadga', 'insurgent', 'bhattarai', 'marxist-leninist', 'uml', 'haaretz', 'donated', 'maariv', 'columns', 'erekat', 'avraham', 'tamir', 'kahalani', 'warns', 'definite', 'deputies', 'demilitarised', 'obligations', 'lightning', 'berovo', 'cathedral', 'thunderstorm', 'donna', 'topic', 'pundits', 'debated', 'forgo', 'unflagging', 'sidestepped', 'strong-dollar', 'bentsen', 'viewed', 'distinctively', 'widness', 'timely', 'instances', 'post-second', '1.3438', '79.75', 'stands', '1.48', 'comeback', 'expertise', 'co-chairman', 'faust', 'bailard', 'biehl', 'kaiser', 'awfully', 'bentsen-era', 'greenspan', 'reappointment', 'convincing', 'perelstein', 'mainstay', 'mcmanaman', 'kishinev', 'scans', 'x-rays', 'chat', 'foolish', 'howey', 'naming', 'gascoigne', 'ferdinand', 'batty', 'slide', 'yankee', 'mulholland', 'bench-clearing', 'kingdome', 'ejected', 'marzano', 'brushed', 'wengert', 'nine-hitter', 'herrera', 'minors', 'baldwin', 'ozzie', 'guillen', '10-4', 'nilsson', 'offerman', 'rick', 'huisman', 'hentgen', '17-7', 'tossing', 'orel', 'hershiser', 'belle', 'reeve', 'mix', 'adversity', 'advocate', 'gephardt', 'daschle', 'thumbnail', 'profiles', 'speakers', 'passage', 'nonstop', 'mandatory', 'five-day', 'handguns', 'mandates', 'would-be', 'comic', 'heroics', 'horses', 'vertebrae', 'equestrian', 'culpepper', 'paralyzed', 'extensive', 'fuse', 'spine', 'semi-upright', 'classically', 'prototypical', 'handsome', 'soap', 'operas', 'plucked', 'sequels', 'milkman', 'consummate', 'often-unruly', 'republican-led', 'republican-written', 'red-haired', 'square-jawed', 'orator', 'recreated', 'firebreathing', 'surprisingly', 'mild-mannered', 'presented', 'steamrollered', 'vastly', 'dispelled', 'outmaneuvering', 'scrapping', 'protecting', 'compensating', 'sickened', 'orange', 'defoliant', 'spraying', 'vietnam', 'water-carrier', 'republican-initiated', 'daewoo', 'dacom', '822', '727', '5644', 'coconut', 'associations', 'cif', 'prev', 'julaug', '775', '787.50', 'augsep', '752.50', '758.75', 'sepoct', '733.75', '743.50', 'octnov', '740', 'novdec', '732.50', 'divorces', 'romantically', 'petition', 'presenter', 'mocked', 'gymnasium', 'reminds', 'commandments', 'posters', 'quarracino', 'sermon', 'biblical', 'commandment', 'thou', 'shalt', 'free-market', 'managements', 'curtail', 'hub', 'gadoon', 'police-run', 'cages', 'tando', 'allahyar', 'hyderabad', 'recorder', 'sui', 'technologists', 'sugarcane', 'pillaged', 'gujar', '3,225', 'megawatt', 'mohib', 'textile', 'defaulted', 'leasing', 'modarabas', 'multiply.q', '7.84', 'shahid', 'privatisation', 'sindh', 'ad-interim', 'restraining', 'javedan', 'dadabhoy', '9251-274757', 'sensational', 'eva', 'boudova', 'suspicions', 'rape', 'detectives', 'disappearances', 'w-9', '1-4', '2-57', '3-186', '4-217', '5-217', 'vass', '9-2-35-0', '6-0-23-0', '10-0-59-1', '10-0-42-0', '10-1-39-1', '5-0-24-0', 'a.de', '1-129', '10-1-40-0', '6-0-47-0', '8-0-33-0', '6-0-29-1', '10-2-51-0', '2.2-0-13-0', '2-0-14-0', 'hovercrafts', 'amazon', 'plying', 'waters', 'waterway', 'russian-built', 'ferrying', 'belem', 'riverways', 'hovercraft', 'mof', 'kubo', 'geared', 'worsening', 'supplementary', 'contraction', 'april-june', 'lowers', 'bigger', 'detecting', 'fining', 'violators', 'complying', 'trimmed', 'decibels', 'loudness', 'worthwile', 'goschen', 'quieter', 'consultation', 'busiest', '1959', 'repositioned', 'detect', 'offensive', 'dividing', 'rawandouz', 'indiscriminately', 'dayana', 'demonstrate', 'nadarajah', 'muralidaran', 'swiss-based', 'nyman', 'anglert', 'tunnicliff', 'chalmers', 'cooper', 'welch', 'jose-maria', 'rivero', 'wills', 'spence', 'pinero', 'mouland', 'refuelling', 'shameful', 'adnan', 'xhelili', 'wiltshire', 'adriatic', 'durres', 'befriended', 'reminded', 'heterosexual', 'homosexual', 'begging', 'impoverished', 'solve', 'woes', '1,617', 'rajapat', 'pullouts', 'chatichai', 'choonhavan', 'chavalit', 'yongchaiyudh', 'aspiration', 'insincere', 'slowdown', 'switched', 'monarchy', '1932', 'fishermen', 'p.v.', 'krishnamoorthy', 'rameswaram', 'fleeing', 'mid-sea', 'accosts', 'arulanandam', '850', 'nadu', 'tamil-speaking', 'karunanidhi', 'influx', 'officals', 'impounded', 'trawlers', 'licenses', 'bose', 'revoke', 'palk', 'pesalai', 'fish', 'chinnathambi', 'penalise', 'fisheries', 'enforce', 'pomfret-rich', 'out-of-sorts', 'teething', 'pacesetters', 'shearer', 'keegan', 'talent-laden', 'stefanovic', 'faustino', 'asprilla', 'pembridge', 'glancing', 'whittingham', 'misery', 'stretchered', 'newly-promoted', 'hotspur', 'goaless', 'leboeuf', 'vialli', 'managerless', 'snet', 'blake', 'bath', 'telecommunciations', '3.09', '38-1/2', 'auchard', '212-859-1736', 'landskrona', 'smets', 'husaberg', 'husqvarna', 'gert', 'doorn', 'jacky', 'martens', 'dirkx', 'ktm', 'theybers', 'shayne', 'boonen', 'dietmar', 'lalcher', 'manne', 'nielsen', 'lacher', 'darryll', 'interacciones', '4.3', 'projection', 'alonso', 'cervera', 'chiefly', 'q4', '7.85-8.15', '8.20-8.50', '9.20-9.40', 'bumped', '25.8', 'loosened', 'boosting', 'schemes', 'debtors', '+525', '728-9560', 'discus', 'ilke', 'wyludda', '66.60', 'ellina', '65.66', 'franka', 'dietzsch', '61.74', 'sadova', '61.64', 'mette', 'bergmann', '61.44', 'nicoleta', 'grasu', 'olga', 'chernyavskaya', '60.46', 'yatchenko', '58.92', '12.85', '12.88', 'yulia', 'graudin', '12.96', 'baumann', '13.36', 'girard-leno', 'bowles', '13.53', '13.33', '13.37', '13.38', 'asselman', '13.64', 'hubert', 'grossard', '13.65', \"n'senga\", '13.66', 'lisabeth', '13.75', 'roberta', 'brunet', '48.96', 'fernanda', 'ribeiro', '14:49.81', 'barsosio', '14:58.29', 'paula', 'radcliffe', '14:59.70', 'vaquero', '15:04.94', 'catherine', 'mckiernan', '15:07.57', 'annette', 'peters', '15:07.85', 'pauline', 'konga', '15:11.40', '10.16', 'bruny', 'surin', '10.30', 'samuel', 'matete', '47.99', 'rohan', '48.86', 'torrance', 'zellner', '49.06', 'bruwier', '49.24', 'dusan', 'kovacs', '49.31', 'calvin', '49.49', '49.61', 'dollendorf', '50.36', 'onyali', '11.09', 'chryste', 'gaines', '11.18', 'zhanna', 'pintusevich', '11.27', 'privalova', '11.28', '11.31', 'regina', '01.77', 'djate', '4:02.26', 'carla', 'sacramento', '4:02.67', 'yekaterina', 'podkopayeva', '4:04.78', 'margret', '4:05.00', 'leah', 'pells', '4:05.64', 'thorsett', '4:06.80', 'sinead', 'delahunty', '4:07.27', 'steeplechase', 'keter', '10.02', 'sang', '8:12.04', 'moses', 'kiptanui', '8:12.65', 'gideon', 'chirchir', '8:15.69', '8:16.80', 'larbi', 'khattabi', '8:17.29', 'eliud', 'barngetuny', '8:17.66', 'barmasai', '8:17.94', '44.29', '44.78', 'anthuan', 'maybank', '44.92', '44.96', 'baulch', '45.08', 'bada', '45.21', 'kitur', '45.34', '45.67', 'rouser', '46.11', '19.92', '19.99', '20.21', '20.42', 'stevens', '20.43', 'wymeersch', '20.84', 'lamont', '21.08', 'malgorzata', 'rydz', '2:39.00', 'anja', 'smolders', '2:43.06', 'veerle', 'jaeghere', '2:43.18', 'eleonora', 'berlanda', '2:43.44', 'anneke', 'matthijs', '2:43.82', '2:44.22', '22.42', 'inger', '22.66', '22.68', '22.73', 'trandenkova', '22.84', '22.85', 'zundra', 'feagin', '23.18', 'malchugina', '23.25', '49.48', 'marie-jose', 'perec', '49.72', '49.97', '50.14', 'yussuf', 'maicel', '50.51', 'hana', 'benesova', '51.71', 'mercken', '53.55', 'komen', '25.87', 'khalid', 'boulami', '7:31.65', '7:31.69', 'hassane', 'lahssini', '7:32.44', 'nyariki', '7:35.56', 'noureddine', 'morceli', '7:36.81', 'fita', 'bayesa', '7:38.09', 'keino', '7:38.88', 'lars', 'riedel', '66.74', '66.72', 'dubrovshchik', '64.02', 'virgilius', 'alekna', '63.62', 'schult', '63.48', 'vassiliy', 'kaptyukh', '61.80', 'vaclavas', 'kidikas', '60.92', 'mollenbeck', '59.24', '17.50', 'yoelvis', 'quesada', '17.29', 'bermuda', '17.05', '16.97', 'agyepong', '16.63', 'rogel', 'nachum', '16.36', 'sigurd', 'njerve', '16.35', 'guerrouj', '29.05', 'viciosa', '3:33.00', '3:33.36', 'elijah', '3:33.64', \"o'sullivan\", '3:33.77', '3:33.94', 'laban', 'rotich', '3:34.12', 'impens', '3:34.13', 'stefka', 'kostadinova', '2.03', 'inga', 'babakova', 'alina', 'astafei', '1.97', 'motkova', '1.94', 'zalevskaya', '1.91', 'gulyayeva', 'hanna', 'haugland', 'boshova', '1.85', 'nele', 'zilinskiene', 'tergat', '26:54.41', '26:56.78', 'kiptum', '27:18.84', 'aloys', 'nizigama', '27:25.13', 'mathias', 'ntawulikura', '27:25.48', 'abel', '28:18.44', 'kamiel', 'maase', '28.29.42', 'worku', 'bekila', '28.42.23', 'stefko', '28:42.26', 'describes', 'ordeal', 'worker', 'cocked', 'penrose', '23-year-old', 'manhandling', 'kalashnikovs', 'throat', 'swerford', 'malardeau', 'assailants', '465,000', 'bombardment', 'conventional', 'grenade', 'launchers', 'rana', 'sabbagh', 'implying', 'explusion', 'khalaf', 'defections', 'retaliated', 'expelling', 'lingered', 'omari', 'shouting', 'abstain', 'forming', 'enforced', 'curfew', 'loudspeakers', 'allahu', 'akbar', 'kafawin', 'pulpit', 'detainees', 'cancelling', 'bastion', 'ideology', 'socialism', 'entrances', 'hill-top', 'crusader', 'castle', 'quietly', '80-seat', 'rioting', 'derision', 'hardships', 'tamper', 'tolerated', 'marwan', 'muasher', 'disturbances', 'bahrain', 'rai', 'commited', 'telephones', 'traditions', 'dustour', 'reactivate', 'aswaq', 'b-2', 'w-7', '1-82', '2-141', '3-160', '4-174', '5-203', '10-0-44-1', '10-3-31-1', '10-0-52-0', '10-0-56-1', 'nb-4', '1-57', '2-98', '3-146', '4-200', '5-220', '9.4-1-45-3', '7-0-28-1', '10-1-54-0', '3-0-14-0', '7-1-29-1', 'edgbaston', 'presale', 'marion', '3,250,000', '09/04/96', 'nyc', '1200', 'cusip', '569399', 'wv', 'stat:exempt-ult', 'sp', 'na', 'enhancements', 'qual', 'dtd', '09/01/96', '5/1/98-02', 'sr', 'cpn', '05/01/97', 'non-callable', 'nic', '9/17/96', 'approx', 'wesbanco', 'fairmont', 'l.o.', 'steptoe', 'clarksburg', '7,330,000', 'mbia', '3/1/90', '@', '6.14900', '4yrs', '4mos', 'avg', 'bbi-7.27', '575,000', '610,000', '685,000', '730,000', 'pre-sale', 'j.j.', 'k-sheets', 'rules-afl', 'adelaide', '14.12', 'collingwood', '153', '151', '11.12', '28.19', 'fitzroy', 'carlton', '13.18', 'footscray', '9.12', 'essendon', '14.16', '12.10', 'kilda', 'hawthorn', '10.11', 'fremantle', 'geelong', '16.13', '2123', '1631', '130.2', '2067', '1687', '122.5', '2151', '1673', '128.6', '2385', '1873', '127.3', '1844', '108.9', '2288', '117.9', '2130', '2173', '1803', '120.5', '1791', '1820', '98.4', '1958', '97.5', '2103', '2091', '100.6', '2158', '2183', '98.9', '1642', '2361', '69.5', '1912', '1578', '2060', '76.6', '1381', '2778', '49.7', 'cavorting', 'ducruet', 'bodyguard', 'naked', 'poolside', 'tremila', 'gente', 'undressing', 'embracing', 'sunbed', 'fili', 'houteman', 'dancer', 'cabaret', 'principality', 'rainier', 'disapproved', 'caroline', 'screen', 'villefranche', 'cameras', 'sound-track', 'birdied', 'strokes', 'even-par', 'mayfiar', 'sleep', 'accomplish', 'three-stroke', 'exemption', '378,000', '1,574,799', 'three-putted', 'erratically', 'tee', 'bogeys', 'parred', 'birdie', 'wedge', '6-iron', 'bogeyed', 'putt', 'runner', 'clown', 'no-nonsense', 'attitude', '99.9', '22-year-old', 'abnout', 'distracting', 'confining', 'tirades', 'peripheral', 'rant', 'entertain', 'ranking', 'struggled', 'businesslike', 'zero', '77-minute', 'slotted', 'odds', '151-to-1', '53.706', '1:54.342', '1:54.443', '1:54.754', '1:54.984', '1:55.101', '1:55.281', '1:55.333', '1:55.385', '1:55.645', '1:56.318', '1:56.417', '.565', '.511', '.356', '.522', '.451', '.568', '.623', '.427', '.549', '.431', 'nbc', 'consultant', 'reshaped', 'ms-nbc', 'ire', 'repositioning', 'kevorkian', 'attends', 'pontiac', 'mich', 'missouri', 'aranosian', 'osteopathic', 'lees', 'assisted-suicide', 'crusade', 'assisted', 'geoffrey', 'fieger', 'multple', 'siebens', '76-year-old', 'amyotrophic', 'lateral', 'lou', 'gehrig', 'curren', '42-year-old', 'fatigue', 'syndrome', 'non-terminal', 'afl', 'alkhan-yurt', 'pounded', 'calmed', 'explosions', 'correspondent', 'lawrence', 'kidnaps', 'kidnappers', 'humberto', 'hueite', 'zyrecha', 'jetty', 'kors', 'col', 'misael', 'valerio', 'altamira', 'wisinga', 'aguas', 'zarcas', 'rica-nicaragua', 'pocosol', 'regula', 'susana', 'siegfried', 'nicola', 'fleuchaus', 'julio', 'rojas', 'sentimental', 'attachment', 'arkansas', 'barnes', 'sifted', 'rubble', 'mississippi', 'delta', 'arson', 'conclusively', 'f.b.i.', 'alcohol', 'zion', 'baptist', 'structures', 'surprised', 'fannie', 'rev.', 'pastor', 'worship', 'camden', 'ka', 'frcd', 'floating', 'certificate', 'sole', 'arranger', 'hsbc', 'tenor', 'moneymarkets', '2847', '4039', 'ipo', 'transkaryotic', 'therapies', 'symbol', 'tktx', 'shrs', '16,668,560', 'underwriter', 'underwriters', 'over-allotment', '375,000', 'hoechst', 'roussel', '357,143', 'platforms', 'activation', 'proceeds', 'preclinical', '000s', '15,400', '2,074', '3,422', 'kindercare', 'montgomery', 'ala', 'learning', 'buyback', '10-3/8', '31.5', 'maslowe', 'preschool', 'beats', '6-8', 'team-mates', 'redraw', 'looms', 'third-round', 'nemesis', '19-year-old', 'hitter', 'first-week', 'fireworks', 'sailing', 'predictable', '28th-ranked', 'eighth-ranked', 'bumping', 'horns', 'semis', 'second-ranked', 'survives', '12th-seeded', 'matchup', 'likes', 'rib', 'fifth-ranked', 'encounter', '18th-ranked', 'talent', 'quarter-final', 'seventh-seeded', 'ballybunion', 'whirlwind', '26-29', 'placards', 'backs', 'guests', 'kennedys', 'quilter', 'triumphant', 'piper', 'jaffray', 'tax-exempt', 'compiled', '8/30', '-------------------------', 'a-rated', \"gen'l\", '4.45', '4.40', '+0.05', '4.90', '-----', '5.40', '5.35', '5.55', 'rev', 'sweating', 'four-set', 'embarrassing', 'cried', 'remaking', 'kids', 'atp', 'favourtism', 'yvegeny', 'outrage', 'tampering', 'tarnished', 'usta', 'energies', 'sun-baked', 'grandstand', 'advancing', '11th-seeded', 'homegrown', 'engulfed', 'unfairness', 'exits', 'benefitted', 'fiddling', 'deserves', 'occur', 'speculate', 'preparations', 'anxious', 'sooner']\n" ] } ], @@ -397,24 +459,24 @@ }, { "cell_type": "code", - "execution_count": 350, + "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "zY2c7LTWqiGw", - "outputId": "ed99b0fb-2c13-4a61-f8fa-01da621621c1" + "outputId": "7891106d-406e-4690-cf56-595628ddcfd4" }, "outputs": [ { + "output_type": "execute_result", "data": { "text/plain": [ - "21014" + "19708" ] }, - "execution_count": 350, "metadata": {}, - "output_type": "execute_result" + "execution_count": 242 } ], "source": [ @@ -423,24 +485,24 @@ }, { "cell_type": "code", - "execution_count": 351, + "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "9c2CpUmHqiGw", - "outputId": "1a2c99d3-bddc-4651-e0b2-e2fa258d8a45" + "outputId": "3742254f-879e-40c0-aeb3-5d17fc7ccd1c" }, "outputs": [ { + "output_type": "execute_result", "data": { "text/plain": [ - "5" + "8200" ] }, - "execution_count": 351, "metadata": {}, - "output_type": "execute_result" + "execution_count": 243 } ], "source": [ @@ -449,24 +511,24 @@ }, { "cell_type": "code", - "execution_count": 352, + "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "5qo1O1sjqiGw", - "outputId": "f52c5dcd-79d0-46ff-96a8-0edb7b52a90d" + "outputId": "43526997-ddf6-45cd-f4a3-596fbfecb416" }, "outputs": [ { + "output_type": "execute_result", "data": { "text/plain": [ "0" ] }, - "execution_count": 352, "metadata": {}, - "output_type": "execute_result" + "execution_count": 244 } ], "source": [ @@ -484,7 +546,7 @@ }, { "cell_type": "code", - "execution_count": 353, + "execution_count": null, "metadata": { "id": "A54BTVxTqiGx" }, @@ -495,7 +557,7 @@ }, { "cell_type": "code", - "execution_count": 354, + "execution_count": null, "metadata": { "id": "BvEU0ngDtIaI" }, @@ -506,7 +568,7 @@ }, { "cell_type": "code", - "execution_count": 355, + "execution_count": null, "metadata": { "id": "gmjodlv-qiGx" }, @@ -526,7 +588,7 @@ }, { "cell_type": "code", - "execution_count": 356, + "execution_count": null, "metadata": { "id": "IsF3-tbOqiGx" }, @@ -539,8 +601,10 @@ }, { "cell_type": "code", - "execution_count": 357, - "metadata": {}, + "execution_count": null, + "metadata": { + "id": "xHPVecdRuuZQ" + }, "outputs": [], "source": [ "def get_NER_tags(labels_array):\n", @@ -558,18 +622,24 @@ }, { "cell_type": "code", - "execution_count": 358, - "metadata": {}, + "execution_count": null, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "IKyNhQkvuuZQ", + "outputId": "c41d8ca8-6c1c-4402-c341-2737fc83e079" + }, "outputs": [ { - "name": "stdout", "output_type": "stream", + "name": "stdout", "text": [ - "[1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 7, 7, 7, 1, 1, 1, 3, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]\n", - "['O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'I-MISC', 'I-MISC', 'I-MISC', 'O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']\n", - "['O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'I-MISC', 'I-MISC', 'I-MISC', 'O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']\n", - "197\n", - "197\n" + "[0, 0, 5, 0, 3, 0, 0, 0, 0, 0, 2, 0, 0, 1, 6, 0, 0, 5, 7, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 3, 0, 3, 0, 3, 0, 0, 3, 0, 5, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\n", + "['O', 'O', 'B-PER', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'B-MISC', 'I-MISC', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'B-ORG', 'O', 'B-ORG', 'O', 'O', 'B-ORG', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']\n", + "['O', 'O', 'B-PER', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'B-MISC', 'I-MISC', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'B-ORG', 'O', 'B-ORG', 'O', 'O', 'B-ORG', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']\n", + "206\n", + "206\n" ] } ], @@ -585,17 +655,23 @@ }, { "cell_type": "code", - "execution_count": 359, - "metadata": {}, + "execution_count": null, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "OmghIHfruuZQ", + "outputId": "ad73da34-60af-43dc-f33d-3bc8acc604b9" + }, "outputs": [ { - "name": "stdout", "output_type": "stream", + "name": "stdout", "text": [ - "[1, 1, 2, 7, 7, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 5, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 3, 4, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 5, 1, 0, 1, 1, 1, 1, 3, 4, 1, 1, 3, 4, 1, 1, 3, 4, 1, 1, 1, 0, 1, 1, 3, 4, 1, 1, 1, 1, 1, 1, 5, 8, 1, 0, 1, 1, 3, 4, 1, 1, 3, 4, 1, 1, 1, 0, 1, 1, 1, 5, 1, 5, 8, 1, 1, 0, 1, 1, 0, 1, 1, 3, 4, 1, 1, 1, 1, 3, 4, 1, 1, 3, 4, 1, 1, 3, 4, 1, 1, 3, 4, 1, 1, 1, 1, 5, 1, 0, 1, 1, 3, 4, 1, 1, 3, 4, 1, 1, 3, 4, 1, 1, 1, 0, 1, 1, 3, 4, 1, 1, 1, 5, 1, 0, 1, 1, 1, 1, 3, 4, 1, 1, 3, 4, 1, 1, 3, 4, 1, 1, 1, 0, 1, 1, 1, 1, 1, 5, 1, 0, 1, 1, 1, 1, 0, 1, 1, 3, 4, 1, 1, 3, 1, 1, 1, 1, 3, 4, 1, 1, 3, 4, 1, 1, 1, 5, 1, 0, 1, 1, 1, 1, 3, 4, 1, 1, 1, 1, 1, 0, 1, 1, 3, 4, 1, 1, 3, 4, 1, 1, 1, 1]\n", - "['O', 'O', 'B-MISC', 'I-MISC', 'I-MISC', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'I-LOC', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'B-LOC', 'O', 'B-LOC', 'I-LOC', 'O', 'O', 'B-ORG', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O']\n", - "254\n", - "254\n" + "[0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 5, 7, 0, 0, 0, 0, 5, 7, 0, 5, 7, 0, 5, 7, 0, 5, 7, 0, 5, 7, 0, 5, 7, 0, 5, 7, 0, 5, 7, 0, 5, 7, 0, 5, 7, 0, 5, 7, 0, 5, 7, 0, 0]\n", + "['O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'B-PER', 'I-PER', 'O', 'O']\n", + "78\n", + "78\n" ] } ], @@ -607,6 +683,36 @@ "print(len(validation_labels[1]))" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "auq0oFQiAbuw", + "outputId": "6147f014-9350-42c6-f6a7-ed1a50721d15" + }, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "[0, 0, 1, 6, 6, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 3, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 5, 7, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0, 2, 0, 3, 0, 0, 0, 0, 5, 7, 0, 0, 5, 7, 0, 0, 5, 7, 0, 0, 0, 3, 0, 0, 5, 7, 0, 0, 0, 0, 0, 0, 2, 8, 0, 3, 0, 0, 5, 7, 0, 0, 5, 7, 0, 0, 0, 3, 0, 0, 0, 2, 0, 2, 8, 0, 0, 3, 0, 0, 3, 0, 0, 5, 7, 0, 0, 0, 0, 5, 7, 0, 0, 5, 7, 0, 0, 5, 7, 0, 0, 5, 7, 0, 0, 0, 0, 2, 0, 3, 0, 0, 5, 7, 0, 0, 5, 7, 0, 0, 5, 7, 0, 0, 0, 3, 0, 0, 5, 7, 0, 0, 0, 2, 0, 3, 0, 0, 0, 0, 5, 7, 0, 0, 5, 7, 0, 0, 5, 7, 0, 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 3, 0, 0, 0, 0, 3, 0, 0, 5, 7, 0, 0, 5, 0, 0, 0, 0, 5, 7, 0, 0, 5, 7, 0, 0, 0, 2, 0, 3, 0, 0, 0, 0, 5, 7, 0, 0, 0, 0, 0, 3, 0, 0, 5, 7, 0, 0, 5, 7, 0, 0, 0, 0]\n", + "['O', 'O', 'B-MISC', 'I-MISC', 'I-MISC', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'I-LOC', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'B-LOC', 'O', 'B-LOC', 'I-LOC', 'O', 'O', 'B-ORG', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-LOC', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O']\n", + "254\n", + "254\n" + ] + } + ], + "source": [ + "testing_dev0_NER_tags = get_NER_tags(testing_dev0_labels)\n", + "print(testing_dev0_NER_tags[1])\n", + "print(testing_dev0_labels[1])\n", + "print(len(testing_dev0_NER_tags[1]))\n", + "print(len(testing_dev0_labels[1]))" + ] + }, { "cell_type": "markdown", "metadata": { @@ -618,27 +724,29 @@ }, { "cell_type": "code", - "execution_count": 360, + "execution_count": null, "metadata": { "id": "YQ2hjEmEqiGy" }, "outputs": [], "source": [ "train_tokens_ids = data_process(training_data)\n", - "test_tokens_ids = data_process(testing_data)\n", - "validation_tokens_ids = data_process(validation_data)" + "validate_tokens_ids = data_process(validation_data)\n", + "test_A_tokens_ids = data_process(testing_A_data)\n", + "test_dev0_tokens_ids = data_process(testing_dev0_data)" ] }, { "cell_type": "code", - "execution_count": 361, + "execution_count": null, "metadata": { "id": "0t9pla2UqiGy" }, "outputs": [], "source": [ "train_labels = labels_process(training_NER_tags)\n", - "validation_labels = labels_process(validation_NER_tags)" + "validate_labels = labels_process(validation_NER_tags)\n", + "testing_dev0_labels = labels_process(testing_dev0_NER_tags)" ] }, { @@ -652,29 +760,36 @@ }, { "cell_type": "code", - "execution_count": 362, - "metadata": {}, + "execution_count": null, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "zJjr8o10uuZQ", + "outputId": "a40154a1-4103-4dc8-c2ef-55055bd052f3" + }, "outputs": [ { - "name": "stdout", "output_type": "stream", + "name": "stdout", "text": [ - "tensor([ 2, 257, 258, 259, 260, 261, 72, 262, 263, 264, 12, 13, 265, 17,\n", - " 13, 81, 257, 177, 266, 260, 163, 81, 259, 95, 267, 268, 269, 270,\n", - " 258, 59, 271, 72, 262, 263, 264, 22, 23, 158, 159, 272, 163, 253,\n", - " 163, 18, 273, 274, 42, 275, 276, 12, 13, 81, 277, 278, 279, 280,\n", - " 281, 132, 263, 282, 134, 72, 18, 260, 163, 61, 283, 64, 284, 285,\n", - " 61, 73, 189, 258, 286, 22, 81, 287, 163, 265, 288, 289, 233, 273,\n", - " 290, 12, 13, 158, 18, 291, 163, 81, 292, 293, 294, 233, 18, 295,\n", - " 296, 163, 297, 84, 298, 18, 299, 163, 300, 301, 18, 302, 73, 303,\n", - " 24, 59, 304, 95, 81, 305, 12, 13, 306, 307, 308, 309, 310, 55,\n", - " 311, 91, 312, 313, 309, 72, 272, 95, 258, 42, 314, 315, 316, 317,\n", - " 73, 318, 319, 26, 320, 53, 290, 8, 321, 12, 13, 322, 323, 81,\n", - " 324, 325, 88, 326, 163, 327, 328, 329, 330, 95, 258, 8, 331, 139,\n", - " 332, 73, 189, 159, 333, 334, 335, 336, 72, 337, 281, 132, 263, 338,\n", - " 134, 12, 13, 18, 339, 340, 163, 81, 332, 341, 233, 342, 343, 344,\n", - " 12, 13, 3], device='cuda:0')\n", - "['rare', 'hendrix', 'song', 'draft', 'sells', 'for', 'almost', '$', '17,000', '.', '', 'london', '1996-08-22', '', 'a', 'rare', 'early', 'handwritten', 'draft', 'of', 'a', 'song', 'by', 'u.s.', 'guitar', 'legend', 'jimi', 'hendrix', 'was', 'sold', 'for', 'almost', '$', '17,000', 'on', 'thursday', 'at', 'an', 'auction', 'of', 'some', 'of', 'the', 'late', 'musician', \"'s\", 'favourite', 'possessions', '.', '', 'a', 'florida', 'restaurant', 'paid', '10,925', 'pounds', '(', '$', '16,935', ')', 'for', 'the', 'draft', 'of', '\"', 'ai', \"n't\", 'no', 'telling', '\"', ',', 'which', 'hendrix', 'penned', 'on', 'a', 'piece', 'of', 'london', 'hotel', 'stationery', 'in', 'late', '1966', '.', '', 'at', 'the', 'end', 'of', 'a', 'january', '1967', 'concert', 'in', 'the', 'english', 'city', 'of', 'nottingham', 'he', 'threw', 'the', 'sheet', 'of', 'paper', 'into', 'the', 'audience', ',', 'where', 'it', 'was', 'retrieved', 'by', 'a', 'fan', '.', '', 'buyers', 'also', 'snapped', 'up', '16', 'other', 'items', 'that', 'were', 'put', 'up', 'for', 'auction', 'by', 'hendrix', \"'s\", 'former', 'girlfriend', 'kathy', 'etchingham', ',', 'who', 'lived', 'with', 'him', 'from', '1966', 'to', '1969', '.', '', 'they', 'included', 'a', 'black', 'lacquer', 'and', 'mother', 'of', 'pearl', 'inlaid', 'box', 'used', 'by', 'hendrix', 'to', 'store', 'his', 'drugs', ',', 'which', 'an', 'anonymous', 'australian', 'purchaser', 'bought', 'for', '5,060', 'pounds', '(', '$', '7,845', ')', '.', '', 'the', 'guitarist', 'died', 'of', 'a', 'drugs', 'overdose', 'in', '1970', 'aged', '27', '.', '']\n" + "tensor([ 2, 53, 5, 54, 55, 56, 57, 58, 59, 10, 11, 60, 61, 11,\n", + " 62, 63, 64, 65, 66, 54, 67, 68, 56, 57, 58, 69, 59, 16,\n", + " 70, 71, 72, 73, 74, 75, 76, 77, 73, 78, 79, 70, 80, 81,\n", + " 82, 83, 10, 11, 54, 84, 85, 86, 87, 16, 88, 89, 90, 91,\n", + " 92, 84, 93, 73, 94, 75, 76, 95, 96, 97, 98, 83, 99, 100,\n", + " 89, 101, 10, 11, 102, 90, 103, 79, 104, 89, 105, 84, 56, 106,\n", + " 107, 90, 108, 109, 14, 110, 58, 111, 97, 112, 113, 114, 115, 116,\n", + " 117, 118, 95, 73, 94, 119, 120, 10, 11, 56, 121, 122, 95, 123,\n", + " 124, 125, 126, 84, 127, 114, 128, 10, 11, 126, 129, 130, 131, 132,\n", + " 68, 133, 70, 80, 134, 98, 68, 135, 136, 137, 138, 73, 139, 14,\n", + " 73, 140, 84, 141, 69, 57, 142, 143, 144, 145, 146, 147, 10, 11,\n", + " 147, 79, 148, 14, 149, 89, 150, 151, 152, 153, 154, 155, 156, 131,\n", + " 157, 116, 158, 112, 73, 159, 84, 160, 68, 161, 151, 162, 163, 97,\n", + " 58, 75, 164, 114, 96, 165, 10, 11, 126, 166, 107, 116, 109, 58,\n", + " 167, 168, 76, 169, 114, 170, 153, 112, 113, 10, 11, 3],\n", + " device='cuda:0')\n", + "['cricket', '-', 'pollock', 'concludes', 'warwickshire', 'career', 'with', 'flourish', '.', '', 'london', '1996-08-25', '', 'south', 'african', 'fast', 'bowler', 'shaun', 'pollock', 'concluded', 'his', 'warwickshire', 'career', 'with', 'a', 'flourish', 'on', 'sunday', 'by', 'taking', 'the', 'final', 'three', 'wickets', 'during', 'the', 'county', \"'s\", 'sunday', 'league', 'victory', 'over', 'worcestershire', '.', '', 'pollock', ',', 'who', 'returns', 'home', 'on', 'tuesday', 'for', 'an', 'ankle', 'operation', ',', 'took', 'the', 'last', 'three', 'wickets', 'in', 'nine', 'balls', 'as', 'worcestershire', 'were', 'dismissed', 'for', '154', '.', '', 'after', 'an', 'hour', \"'s\", 'interruption', 'for', 'rain', ',', 'warwickshire', 'then', 'reached', 'an', 'adjusted', 'target', 'of', '109', 'with', '13', 'balls', 'to', 'spare', 'and', 'record', 'their', 'fifth', 'win', 'in', 'the', 'last', 'six', 'games', '.', '', 'warwickshire', 'are', 'currently', 'in', 'fourth', 'position', 'behind', 'yorkshire', ',', 'nottinghamshire', 'and', 'surrey', '.', '', 'yorkshire', 'captain', 'david', 'byas', 'completed', 'his', 'third', 'sunday', 'league', 'century', 'as', 'his', 'side', 'swept', 'clear', 'at', 'the', 'top', 'of', 'the', 'table', ',', 'reaching', 'a', 'career', 'best', '111', 'not', 'out', 'against', 'lancashire', '.', '', 'lancashire', \"'s\", 'total', 'of', '205', 'for', 'eight', 'from', '40', 'overs', 'looked', 'reasonable', 'before', 'byas', 'put', 'their', 'attack', 'to', 'the', 'sword', ',', 'collecting', 'his', 'runs', 'from', 'just', '100', 'balls', 'with', 'three', 'sixes', 'and', 'nine', 'fours', '.', '', 'yorkshire', 'eventually', 'reached', 'their', 'target', 'with', 'only', 'four', 'wickets', 'down', 'and', '7.5', 'overs', 'to', 'spare', '.', '']\n" ] } ], @@ -685,59 +800,28 @@ }, { "cell_type": "code", - "execution_count": 363, + "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "A-_BVuACqiGy", - "outputId": "82b28db7-8d23-494a-e164-75bbc75c2653" + "outputId": "55811130-bd8e-4281-b603-a2a0f8c58bdb" }, "outputs": [ { + "output_type": "execute_result", "data": { "text/plain": [ - "tensor([ 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 13,\n", - " 16, 17, 13, 18, 19, 20, 21, 22, 23, 24, 25, 26, 6, 27,\n", - " 8, 28, 8, 29, 10, 11, 30, 31, 32, 33, 34, 35, 36, 37,\n", - " 38, 39, 8, 40, 12, 13, 41, 42, 43, 8, 18, 19, 44, 42,\n", - " 45, 46, 47, 48, 21, 22, 49, 28, 50, 51, 52, 53, 54, 55,\n", - " 56, 57, 30, 18, 58, 27, 59, 60, 12, 13, 61, 62, 63, 64,\n", - " 65, 66, 67, 68, 69, 62, 63, 64, 70, 66, 71, 72, 24, 73,\n", - " 61, 18, 20, 42, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83,\n", - " 12, 13, 84, 21, 85, 58, 86, 59, 87, 88, 89, 24, 59, 90,\n", - " 91, 92, 59, 93, 24, 50, 38, 94, 95, 18, 19, 44, 12, 13,\n", - " 84, 21, 81, 96, 97, 98, 95, 4, 99, 100, 101, 102, 8, 103,\n", - " 40, 104, 73, 105, 88, 106, 107, 53, 18, 108, 88, 109, 110, 111,\n", - " 59, 81, 112, 113, 88, 114, 115, 8, 116, 108, 117, 12, 13, 102,\n", - " 118, 119, 120, 121, 122, 53, 57, 88, 123, 91, 124, 125, 126, 40,\n", - " 127, 128, 129, 130, 131, 132, 133, 134, 135, 34, 35, 36, 12, 13,\n", - " 136, 102, 137, 8, 138, 139, 96, 121, 18, 4, 42, 140, 45, 46,\n", - " 73, 141, 109, 117, 142, 73, 143, 89, 67, 92, 59, 144, 145, 146,\n", - " 59, 147, 81, 148, 149, 8, 108, 117, 12, 13, 150, 99, 151, 152,\n", - " 153, 154, 155, 156, 157, 102, 158, 159, 4, 99, 160, 161, 162, 163,\n", - " 164, 165, 166, 167, 61, 168, 169, 12, 61, 13, 12, 13, 147, 123,\n", - " 88, 57, 170, 102, 42, 96, 12, 13, 18, 4, 42, 58, 45, 88,\n", - " 171, 172, 173, 174, 8, 175, 18, 176, 177, 178, 98, 88, 179, 180,\n", - " 8, 18, 181, 45, 142, 12, 13, 40, 182, 183, 184, 185, 8, 128,\n", - " 186, 73, 81, 187, 36, 188, 8, 133, 189, 190, 191, 8, 182, 184,\n", - " 192, 8, 193, 167, 194, 195, 109, 196, 12, 13, 10, 197, 198, 22,\n", - " 23, 146, 59, 66, 199, 8, 108, 117, 53, 200, 40, 73, 136, 201,\n", - " 202, 91, 6, 203, 27, 8, 28, 8, 204, 10, 11, 205, 206, 28,\n", - " 207, 208, 12, 13, 61, 209, 62, 182, 8, 38, 210, 211, 163, 190,\n", - " 212, 55, 54, 173, 213, 8, 214, 41, 42, 215, 73, 61, 216, 217,\n", - " 197, 161, 44, 132, 218, 134, 219, 220, 221, 222, 21, 22, 223, 224,\n", - " 12, 13, 225, 226, 227, 228, 8, 116, 229, 117, 121, 230, 231, 232,\n", - " 233, 234, 121, 81, 10, 235, 236, 237, 127, 128, 159, 238, 188, 8,\n", - " 34, 35, 36, 95, 239, 240, 241, 12, 13, 41, 242, 243, 40, 53,\n", - " 57, 97, 244, 73, 245, 246, 163, 247, 248, 12, 13, 24, 249, 233,\n", - " 250, 251, 163, 10, 252, 73, 253, 254, 255, 163, 256, 248, 12, 13,\n", - " 3], device='cuda:0')" + "tensor([ 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 11, 9, 14, 6, 7, 8, 11,\n", + " 4, 15, 16, 17, 18, 11, 19, 20, 21, 22, 23, 24, 11, 25, 26, 27, 28, 29,\n", + " 21, 11, 30, 31, 32, 33, 34, 35, 11, 36, 23, 32, 37, 38, 24, 11, 39, 40,\n", + " 21, 41, 42, 32, 11, 43, 44, 32, 45, 12, 24, 11, 46, 47, 48, 49, 50, 32,\n", + " 11, 51, 12, 21, 43, 52, 48, 11, 3], device='cuda:0')" ] }, - "execution_count": 363, "metadata": {}, - "output_type": "execute_result" + "execution_count": 256 } ], "source": [ @@ -746,45 +830,28 @@ }, { "cell_type": "code", - "execution_count": 364, + "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "tNjf5FYZqiGz", - "outputId": "04a64703-00b7-4d16-f090-476659626384", + "outputId": "78608b93-b9bc-4655-c43c-64a214afaf41", "scrolled": true }, "outputs": [ { + "output_type": "execute_result", "data": { "text/plain": [ - "tensor([0, 0, 1, 2, 1, 1, 1, 2, 1, 1, 1, 3, 4, 1, 5, 1, 1, 1, 0, 6, 1, 1, 1, 1,\n", - " 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n", - " 5, 1, 1, 1, 1, 0, 6, 1, 1, 1, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5,\n", - " 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n", - " 1, 1, 1, 1, 0, 1, 1, 1, 3, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n", - " 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 6, 1, 1, 1, 1, 1, 1,\n", - " 1, 1, 1, 0, 1, 1, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n", - " 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 2, 1, 1, 1, 1, 5, 1, 5, 1,\n", - " 1, 1, 1, 1, 1, 1, 2, 7, 7, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1,\n", - " 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n", - " 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 3, 4, 4, 1, 1, 1, 3, 1, 1, 0, 1, 1, 1,\n", - " 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 5, 1, 3, 1, 1, 1, 1,\n", - " 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n", - " 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1,\n", - " 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n", - " 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1,\n", - " 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 0, 6, 6, 6,\n", - " 6, 1, 0, 1, 1, 3, 4, 4, 1, 1, 0, 6, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n", - " 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n", - " 1, 5, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,\n", - " 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0], device='cuda:0')" + "tensor([0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n", + " 3, 4, 0, 3, 4, 0, 0, 3, 4, 0, 3, 4, 0, 0, 3, 4, 0, 3, 4, 0, 0, 3, 4, 0,\n", + " 3, 4, 0, 0, 3, 4, 0, 3, 4, 0, 0, 3, 4, 0, 3, 4, 0, 0, 3, 4, 0, 3, 4, 0,\n", + " 0, 3, 4, 0, 3, 4, 0, 0, 0], device='cuda:0')" ] }, - "execution_count": 364, "metadata": {}, - "output_type": "execute_result" + "execution_count": 257 } ], "source": [ @@ -802,7 +869,7 @@ }, { "cell_type": "code", - "execution_count": 365, + "execution_count": null, "metadata": { "id": "foChdSdqqiGz" }, @@ -858,18 +925,18 @@ }, { "cell_type": "code", - "execution_count": 366, + "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "L3eWXMdoqiGz", - "outputId": "9de7811f-f1e2-430b-8adf-a7ce1b620645" + "outputId": "f15b2615-2a20-464b-deb4-00fbde4ba5cb" }, "outputs": [ { - "name": "stdout", "output_type": "stream", + "name": "stdout", "text": [ "9\n" ] @@ -891,7 +958,7 @@ }, { "cell_type": "code", - "execution_count": 367, + "execution_count": null, "metadata": { "id": "ggcORNh4qiG0" }, @@ -923,7 +990,7 @@ }, { "cell_type": "code", - "execution_count": 368, + "execution_count": null, "metadata": { "id": "OT8r_v8KqiG1" }, @@ -943,7 +1010,7 @@ }, { "cell_type": "code", - "execution_count": 369, + "execution_count": null, "metadata": { "id": "qEKt-MjzqiG2" }, @@ -963,7 +1030,7 @@ }, { "cell_type": "code", - "execution_count": 370, + "execution_count": null, "metadata": { "id": "sngCZN-3qiG2" }, @@ -983,7 +1050,7 @@ }, { "cell_type": "code", - "execution_count": 371, + "execution_count": null, "metadata": { "id": "DA4CnjisqiG2" }, @@ -1006,16 +1073,17 @@ }, { "cell_type": "code", - "execution_count": 372, - "metadata": {}, + "execution_count": null, + "metadata": { + "id": "LYau_UUHuuZT" + }, "outputs": [], "source": [ "def predict(dataset_tokens, model):\n", " Y_pred = []\n", " for i in tqdm(range(len(dataset_tokens))):\n", - " batch_tokens = dataset_tokens[i]\n", - "\n", - " Y_batch_pred_weights = model(batch_tokens)\n", + " batch_tokens = dataset_tokens[i].unsqueeze(0)\n", + " Y_batch_pred_weights = model(batch_tokens).squeeze(0)\n", " Y_batch_pred = torch.argmax(Y_batch_pred_weights, 1)\n", " Y_pred.append(list(Y_batch_pred.cpu().numpy()))\n", "\n", @@ -1033,663 +1101,1738 @@ }, { "cell_type": "code", - "execution_count": 373, + "execution_count": null, "metadata": { "id": "slWIOgP4qiG3" }, "outputs": [], "source": [ - "NUM_EPOCHS = 15" + "NUM_EPOCHS = 30" ] }, { "cell_type": "code", - "execution_count": 374, + "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/", - "height": 424, + "height": 1000, "referenced_widgets": [ - "0875ecdb5e5b4624ae4d631785343b17", - "2696d3f58af7418c857b1041bba7cdc6", - "c2a1f1049c9a456380802f2609d06ed4", - "fe08e0188de2453fa43106dd1967d7bb", - "e36b03b4cbff4473bbc86dbe4564ad6b", - "71068d961a2c4b79a08a500e3e0c1b27", - "9b5d52a2ccdd4710b0e225dc00a38caa", - "9d61c19739d749708aa36510a2fdd040", - "8b63a5be67a64dcd8a4ca11a9aaa45a2", - "91c90965cea7452aa9e837fced62a65c", - "a042c024ed044fa8b0c93ca74d1bcac5", - "804d96e403b8473786afa2989c8dc71a", - "4a6be309812b4f6db50fc08dcb9666d6", - "cbe2aa5bbfe04617aaf5424e4479495e", - "91bc26a29d5e47869914f7c10aa5c3d2", - "06b835dbbebc4275924a74a33514f66b", - "b118540ba8434e0cad2afa912d052dd3", - "35593d5c29774e7688cd09c82120cb39", - "b2c79d46c19340adbfcc055225f8b408", - "c1b937394aaf4136b141e6bd9eff3ead", - "64ef20f1575447a79a7fc28ebb27fb46", - "969220c104534daf8ff6eb89094d5007", - "0a8132be71024d19a9388e05f3bebcee", - "cc55217ee80d4ec4bf2c36e3437c9a57", - "0f1db0794ce043edb644a53b5fde6eb2", - "c750296a6a8a43f8b82dabccdfb02bad", - "1fb73ed6aadd4dc6903e2416f53c5fac", - "f3dffe0188c247b5b70cc2b59a1396b4", - "ef84f40e81464c4790069e9753b96214", - "aec3bf3cf43f4c78a0ba7459a940e6f3", - "0946d5f0890c428091d66f1b3fb1d5cd", - "b41cf56c9f8f4f5ebcb746706cea45b8", - "bddb66a537474d25b2e28f56004fb61a", - "0d3f854441d1411897b71168bc9a55be", - "b08850e7a2e541c1b612b51deb05a3be", - "19ff0a6bf0344b158387aa7f19f9c979", - "d377306f3b22418d9bb0069bbed120db", - "3ae617c6756343e5a6d0e5d54c361013", - "4daee08c3b10423fa2770e8e7848813d", - "bbd2bfb8db5b49afa74ce26238f9812c", - "49f10a1ec82c4e0281a2f13ddb62cd8c", - "5ff99541ece54d9998d52bb4dfa7951d", - "22e85adb6d4341319e0572568567e500", - "e7d7f231da4745e2915342b6165fea87", - "6b7996375adf48eb93fb3674384b0d66", - "c430cfa5ea774cab84bde3adcf8ff9a8", - "feb0902ecba746108d6870d073986c93", - "e93c6e465eff4534829525f5afb8eeb2", - "a7542f9c4b5940058a9ccc30d2cd2164", - "5c4e9fb8ef984db2bf7dcd85d18fdc9c", - "834d002d79bb4d2b848e3a5581dd026b", - "8886f2866e584fd68b66648ed413770a", - "b4cc28f61c1947d2b6262580f36aa3c0", - "77116c2a6f6146eeab5675aa6e6d2db7", - "ea99ff1da31c4318bcae592d67e91828", - "193b96562fa44a76804e0953684b2d05", - "dfc4e389ac774a08a8f8cba525a4f01f", - "ab055d197c8947a39cc47f089b5aa9ed", - "ed0e0e4dfbbd43109593515cc4564b7a", - "dc97803fcbf047aab1f93633a073286f", - "fd3367fa1d2f48c5a843cd0996890c23", - "c03e9fb295eb40148be801fb8d260c33", - "1e01b87dde8d428585a194026fded02d", - "495b961b30f64e2fb3628513bcb1c977", - "4244695f32df4dcb98bf01dcd545fc45", - "18b676a1792c49c48b084a732ed644fd", - "cb96877325f94cc695682d8fe9f5849b", - "9bdb8ca767954db2b7b1dc6154853773", - "71bf908605674fa2a37c66c14973e290", - "34edf5060fb24520a68fd9a9d23839e4", - "dbd93c4bf9324f56a3acfc2c34fb4258", - "ac0ecbfb69ae4269b2c9156dc0942006", - "fe2d66f8b5c14dcebf27e3eed62efecd", - "c13cf139808742628f46bc0b737b2901", - "7ae82ca8e97649c3be6da5bf342dc139", - "ed5f2e1234e54f02935476d9db73d668", - "17492b45ca1745acaae6f5a133a15000", - "319890ac9cb34a0cbcbde5f0dabaff9b", - "5de2c74fb7a04df48a568540f08cd74d", - "46f8dc4a01c64fc3b2a018283bba3d13", - "6e231a1a49444c4caf9f6e50fe5eede5", - "ff581edf2e3a43f6a19f433a64bdede3", - "cb7a94855db54bf2bdb63f61417a0b4c", - "484a89fd0d574dd1979ed34f2ab3f2f4", - "a7aedcca70d7462791268f8d45207dc4", - "0fb95c9a15984ae5b155287f24cb0e50", - "22d5b63674294510933c9891fc5634d7", - "7db004b9b52c475ab109f90888ddea71", - "86dbae18b81544f7acd747f8817e809d", - "4e6fe882b07e4bff90ab67fa92b708d1", - "a7e55ab7021d4a43b712385c7a7445c6", - "8f3af4a19380431ba35d471413111a00", - "523aa372fbd84860b64dfb921119de54", - "5b56a75a4a31447b859eba1f1069d298", - "0b6ad9108874452d83d5a22d8255f35b", - "8f38a3e69cc94231a7531483ce7bf6c9", - "6659d0a10c0445b3898220eecce7217b", - "55bfe73203254ee197c01ff56fe59a96", - "940a9a5e6ad947c9b9ca40f67592baf4", - "e7087a46a98047cea7929950a87caf26", - "a575d08813c5485fa4425d19661b2e2e", - "d79f930a0a34466ba73b758dc9606b1f", - "8d5f5d78063e4feb909cfe79e4b5967b", - "c0718daafccc4d069c7f2e230fd78d59", - "0852a7833b12467bb8b9b94849aeab5a", - "d7f159d00b1f4423a63af245f08a9d7f", - "f56cd3a27b9345309dd60a29a7a4ab66", - "5fbcec0f1dfd4d258548b05d448c731b", - "c8711a623fd84320b2308009270c50aa", - "bd0e7374a0b74756ab0ddfec1788313c" + "358b775d383a4523b8ad3fad4380ea5a", + "cf878188b3004fc88d85390d7496f1ff", + "864e5ae9b0f54692aea85bb6b0e9f987", + "278d8df4aa714a1ab7d132cd01e458ce", + "4a955dc273be4644949bb6ec25e2dfa1", + "e396c5a492b649f092e3e148c1be53a5", + "d2c40486ae084a2182ba33c2699104c5", + "0c2dd360d9d54ec9a9e7bbafb926aa33", + "d578a1ff8d1b471996af761b66c07d04", + "d16582b2fdfa4d6fb4e3c0706f9f5cbd", + "ba24eeede4ce4a02b259ab9dc8a13f6f", + "5df0fd5f858841a8bf43e99ce80e174b", + "ea1b0b9ea9b64b76bb8dea3de583d9a2", + "bbeb57919aef4c47b0aa71c7da9de444", + "50a3f0394bd54552a78cefceb85fe937", + "bfe412ac4daf4d8087eb70c96da32a50", + "9d8e7326de7e4dc0931d629757681802", + "1c052dcd43f243078951ed6be1512dac", + "12a8029b0b6e47ffa160f5c8f23137dc", + "34c9c7ad48ae4ae2b46bcfc80b437fdf", + "f27664146b50493fb2494aa2f8f22626", + "83701dd378354e2f8756c40be2b2f707", + "0b0452d5f05d42b5a1dbe26d0edb343e", + "f71c10296cac4b519d67aa20d0b4dad3", + "73398a6c82974b7aa1823587b7faae29", + "655bdc39114746ed92b1b73d37a75ef6", + "167580060d5d41b3b0db74274df6b904", + "495dd87905c042ac81034cc1a1d35c6d", + "b45f30503439415d9beec31fb5f581cd", + "7439b2d6552d4049996fcab6d17842a1", + "e38c430be859447590995cb42e9fb7a3", + "b787abb265db4973905b5b14142d3bce", + "0a08fb9bab9e46e89138b3d65fdde019", + "4d235e893aa245bdafef9dba2882ed1c", + "88de269107a848ff9ee92e3851431c7d", + "69b4322cd7054e18b8a7ea78fe0e8d47", + "d2b86e813cc5407282d58caeca28e810", + "62517a29ca294dbe8a2099b3a3766fa6", + "b0c28c56ed434e528c9f651f70b04d8b", + "f7d6e12b98c5426cac7db1381281ab1d", + "3da882894cf84adfb27b47ffd30f68c9", + "bd576a6267d347bbbd92ae377b522b0b", + "d146d8340f824dadad70001c1f7c4a33", + "8415949d51a746228b815e612f5f43cf", + "9187c1023c4d4571987bb3334a368260", + "1fab971cbb50496d8402a7b81e9a3dd0", + "ca45d13b49924f6bbf8aaf46360acfae", + "9db8c92b5f854c8aa42930bc63e8269a", + "3896057a691d47e6abb77ef97c642d06", + "a0dca6dbf9164c34bfb3134295d71d29", + "e5e7e7b58b944638b2ec184f15e4b2fe", + "60304a58018b49a188eba4940b709ba9", + "f257b79bede444ddba115a62b8fa0bb9", + "7e9cbc2c32ee473f8f18e886a93662a9", + "9fb2340f457f403580282999b9a83fed", + "7eb8f0789c144b08891dd19dc61acf85", + "157069b883554e75ac0fbfde0cf17525", + "4cc6c346d26849519bc579ba53c5d16e", + "0ce778c50a884ca481532e9a094994fd", + "bced85a861334d61be99efe4f4beae11", + "689ec45ed96e4dd49e9a3dd95b3c339b", + "514cfedae9354102b5986f93e2e1b031", + "7ae74959a58c4e80a851fd697584dbe1", + "23e237231f224ecc926cb4e7ff0af558", + "abc8ec6431394d1eaff6772922edcb2b", + "592ec67f808d47bd9c04703a913fe990", + "9ce5b873d6e544be90f8e3152218bac1", + "3313ed9af6e64b48be022ab7364f453b", + "095d9150d33748cd8d40ecc94c72c5f3", + "46eaa26935544017bfe101b465021d1d", + "b44e85d7be9042dc9735a6ce9e5991fd", + "33d6dce62ecc43669cdb3cb6cfb6a609", + "4682bcab9ee14234a70fd4adfc5595e7", + "84930fddfd2044c7bb47ce3ef8af6e5c", + "873571e59e074780a961bb1ef14f5d76", + "d7867ea3845f4135a89f3e164dd44f72", + "65c6a53b58f34396a0a7304fb6ea7a5b", + "f5e412ea02824368ae2fc88b1ccd8b06", + "79762ad064ff484899b8ada1033bac74", + "2f07708ba1834f73a97e0a6e2ab085c3", + "96dc58104fed4a3ab641a73b65ee2433", + "225e269c9fac46238a31a050f3a75b0a", + "74554764bb4149e8b44bc0265521b208", + "7dd1373a023b4b7a89ee4fd4a7407851", + "a79fab34f94641d898ff2e2aec1ebeb7", + "ff8bb778b8ba41a9a5f45ffb3a1977f9", + "a1748585ba1e4c7898d596a58276256c", + "004641f756a4433186215ee24b6fa9d2", + "b73c6a20ec414b0e8f98cb8909047243", + "9c7a7afee5b34286a3909b75f6c7b27c", + "5099af0024f9474f999b8098657181e6", + "7429a7da84dd46c2bb69893874b5aaa9", + "abf66896c3304937b0ff4030af279e1a", + "a27735fa14864d2dbb8f19da75a26c70", + "59125a3b9a374748b206aa7bae3aaaad", + "3fffad6a31ad496daf60d5a9a657ac4b", + "d114d11abdc84dadbf788b90228e3dc8", + "38e9938b435141aaa72ef3ab5e6c2117", + "a1041cc900d24264934a0e9da5c60ad7", + "9455b23a20314c3aa53add0bf87ad55c", + "4a0551b1bf4946ffad2b81abb04ec4de", + "6fa7a498033c45659d0150f481573e81", + "2f4f0fe151ec4f929a1628451bb770f5", + "df7d0e0ce5e54cdb99634f2c6bfcf496", + "7602a48d7b6e4a468ec224d4799381ae", + "34a569fefd9a46b79c0f53bbed46ac84", + "e2e7bde05d574f549ae94eab0af8ca79", + "f81123ba8d37498fa9ab488611499cbf", + "b69ef2f9bfed42479f4f7b14ad225136", + "4886babc8e0b463eaebeec72a99f0771", + "b64eec0bcd45497d8b4370cb2f9d734e", + "c7b98c05a8b144e59b71090e17376b2b", + "bb8b9ef163ab4560ae8b1704bc6079a8", + "44f4612f3f2e428494c075c0bd185c5d", + "fa61292f0d5d450392f226ffccd8f52d", + "feac8c461696419a82d4f3662015b22b", + "03e66f4bb41844ad90a0e8657cf6d6ab", + "ef070133174c444db8df6f641971a178", + "b611a1e8fc9548bab1912dff1abeb7bb", + "2d00ecd0c2254a53bfba11e3f726a317", + "f4dd34e4c2e04ed186a3ad56c57382ff", + "97d57fc6c26140eab22b1284458b5e63", + "2201ba8458b74d5e8f394710c3894aee", + "795072d35b314a3d9a58aad44064c332", + "9812a7d4b74b4200a2ce946cc1f36b0c", + "c56edefbc1234f63a610696de9da575f", + "01e21a6afb1a4d789cd2e88e0251788b", + "9a31577b08a34579a2706a0a2a53e56f", + "40d8f9cd887a45aeaffe656392512b7c", + "4b88b211ff64459cbb58379661d72649", + "debde6bba85c4deaa8c64fd63dc436cb", + "7e7080ee839c4f228c552a6055f67362", + "183da0637320439a802ba1f22db4055d", + "bc7a41bd2fae4c8ca67809f79f1ea323", + "71b2df80980841128b35c118362b4637", + "3873310d23f040de84f51fe25a923a7c", + "f12b3433441147169b5024c764588871", + "65e2136d2df245d082b4681bdcfe1887", + "81c85f2861034a058c16ffad639b113a", + "815127753be7449cb5f7c4f9a703352b", + "ebd4b0840cfb418a903972213b141acf", + "0bddf469061a445b89e6093e5f52cd0c", + "fdad8510d3994d78bf84dd67e33aacf8", + "f6003393d9ee4280a1f9cde880770923", + "640c5337dfc84a6181326890ae186908", + "53d6ea4aa75040afb96da92053b575b0", + "cfcf8b6772974d9fa6849de5e2e25e5e", + "7350a3c5be594bccafa03c0c6152bad4", + "ae732bba6468483abf7f25312c4cd564", + "7534848d4a9f466caece2ce99eb85e3c", + "8e929b749ca24192b2ec86d25c3e0745", + "287f5d7efd834094885f602d7636bc48", + "931ca99cba884d5c87c2203db5e66528", + "5f2af7107d5d43368674086f25f7d791", + "895a93de1b694f48a82748ece9920ab8", + "234d07452c78461b8dc1b8a65eec7a62", + "5e99240bd72c4fd5a6a4024f5d7b7eb7", + "baf5d4aaaa8b4155bb359c13af85768b", + "88ecf9def7804d6095d62accb044482e", + "f3968444d1c94e01a3e6dd329a5c344f", + "3ef2410d8b714b86bf803516b0ff8149", + "d2e35e35b50243b3be648cfb165c4f7f", + "6b506f442f0c47519f953352fea4a3d1", + "248494dfc6104c73bf7876281c87e231", + "99734598f05448248bcb35d1f26f2b9d", + "eb91796fedd14421a122e2008ce2c95d", + "de3f116a9a31442186864e274b5c6075", + "c645e5269e03498092168da906fa3a17", + "572d6f24794a4c95a356f26eab3bbe09", + "3ff1ebd2fa31494a9f2f38f851e05c38", + "884fc37f78c04e8caf57ca96889fda4a", + "f812ac0b4dca47c790f7267a79eb5427", + "c29c5a85060d49409702f1f28a33b1ee", + "2baee774f8404f9ea38666d497e03ecb", + "ae52ca6cda05495ca16ba8f8e927e6c7", + "f3d06303f99a4d53a3ec03127dfe5358", + "4f7649ca13264fe9ba5f278acc982598", + "83db048822bd47f9883a152b9cdcef17", + "8034ba50a4ba4d46b45518d67690a5f5", + "5f208b9c6a254feb8f87b7da9f13754f", + "0d4821ec8b3b4f018012cbf967489b4e", + "9d04d34fa3124107943d9a670a5a1da4", + "8414108be4ef4129a89e7406b8588bc0", + "d23d98c2dca94d56b27781d6c3656bab", + "2a5921371d2c48809aafc7855a5aeb3e", + "ee672e7d53364cb599d263a99674dc02", + "76d97d6cf2a04dedaa7785902f46ddc5", + "d19f374b342f4d738c3f08d821776e06", + "3d4f154784364372b1f44e367420d475", + "b1d0a5041e5c4d94bb47cf4f7a3ee698", + "2b97e6f6f9eb410e96d340421138079e", + "bd0c8a1d4dc74edb8ccf5df7e672dc1d", + "d3750e7001f041edaf318c325e25656e", + "a82729ecc8a6455184618088b032ffd7", + "706e9f2691614755aca1690de9a5441d", + "fc620338dea143dd928a6d368281aa37", + "21094e552a73478f8cd554d067945b78", + "7886526b15744329b37dcdd2668d93cb", + "fea6603aa6fa476a965180d2c4a44706", + "0bf50a5a925a4beb81630b35dc700cbd", + "e03fbe634d574272affeab1351c54d93", + "5290a71eda624e86bca48094948e81bd", + "31ef9935f33e42de8fbaeabe8f1fc34f", + "c27c8d3dd92749598be2932d559fb0ed", + "e36f2db5b0b24e2e91ab6bdc06da1ec8", + "7d4f78ab1cc84544a34569a76c74c2fb", + "a942ec16802e4db8ad095240b33104fb", + "cedb1f41f75c41c990f9211c4345ea4f", + "ed0afae8ca3d4fcaad9766a5cad6a32e", + "5d36a24475b24c608fd48d1847348e76", + "4a9c5a2d606742cd829f238b0da4e67f", + "abd05fc658954b6da0df381a78a28eeb", + "934a7b5dcb754a189524f9d8fb85dbcc", + "14924a001a084503a41e224e8f979a8e", + "1a4e299484144fa1932f6b0afabc3bcd", + "1ae58d441de74c9a9bdb7d7545bceb4d", + "fa5d73540b4d411ca92137412236e44a", + "77ddd1cd4f2945389f4040626adedf35", + "0c2db26d0f734e5ea1f5a70023e1c9dd", + "581bc49ba3314871bd755e1cb6415e90", + "26f02fcf8dc041fb99223a66029f4a86", + "9ddc4b945a994f169adae52c300a22bd", + "cc0e3a7fd7444eb5be2919aa71271eb4", + "56404b743b1b4b81b01a86c7e41e39e8", + "8031bde7cb954c01be579118f56ebc3f", + "8f4989ac840c4241b1d7fc65ca94fbe1", + "d0277a7d93274aa6a5ec065d1f5510cf", + "3a507c38f8894be3ba84875a50e92f3f", + "cdf50fce9b4e4be8903f8adfda2ed26d", + "f5b02bd758394e9a993106f84d7fa2ae", + "c1b86d89a38942aca3587e5b964a1b29", + "11bdb32c142f4df2953da91ddccba8bd", + "7dff0a2710304155b7442ff3379cfddc", + "97b47d5e36504228b78480569e4625ba", + "c6816e606f8a46da9c78a0b39130ae48", + "1a0bd7ad8ef74bf4ac1c9f4b2d944fa7", + "fee09b37fb334e2681dbc49a02f45d5c", + "70b36c0d26b644bf808c6340b0e9ca4c", + "69a0217550b14e329c644a37467f5803", + "3ad8e954bb76434aaa1fee56a4a35986", + "6ab95d000c8d4d34901a36e6421bcdda", + "d7e0e47e3f15455ab870b19490c1231d", + "fada96abd3f743c2a5345e440698739e", + "bee5b7ca6ac84f3e81b136ed3d624a58", + "9870c65a492c483ca0682b1f9f87ee93", + "5f9ce1dacdbc48f1805894697c0a9de8", + "b16504a2736d45818c7685e1ba050c87", + "5a376a6f0cea483abd06ef57b41bfcb7", + "cff78de032534067b7419c9dc1cee334", + "23e45dddebf24ab98ffc3c432dc9c733", + "08328cda9cc2423b90fa90814fd6795b", + "a6136a348e5f4e9f95a219dba085d569", + "e512bc494f5d44e782b2d1175bcfded2", + "18dd20283ca04939a7ff34eedc73bf5b", + "eeb80f7ebf65423c809bb7a08a4544df", + "b0efe0cd0a204b6e959ea65e3c62f472", + "2270d6da3430454088be8fd5436eda6f", + "58829bdcb4aa40718a192f3eaacc7aa0", + "e496ec09babd48f0a74e3ed78ec5ddef", + "88b3f577ffe2496e973e51049c0260e6", + "3150de0d990349f3b2aecd1797832a9c", + "6c69fbb0ca7a453b9aafa635ee23d0cc", + "f876842bd21d4306b9eeebf1cdb1d0a6", + "ab1ee870a3c643ada80f9b9b8c35db4a", + "f25b7c896e7f44ab9617716ab48712d5", + "dfa4700276eb4ce29a190c5ae908d2e5", + "2f5e23bad83b46cd881e28951a8b62d9", + "2863740d517f4e28a54dd67b7450139a", + "dd74ad6ccd4b43068847c6f2c5ed2932", + "649e27a534404877b6bf772377c6863f", + "609bb17fe1bb4c9a9faca58305667b9f", + "116453d74d114c60a2b1f3a706edaa0d", + "48cb43c628ae404d826e2c7fa1963721", + "8f5117c0561449bb9c379e0cb31028ac", + "5c800752c6be40a480fd4caeb11b28a2", + "15426a3044ad4894915581c3f7d85ab5", + "6877db1ddd984e389ae97b0efb24ccf3", + "52ff56ecc5004f14804a4d9bc3c6696e", + "de4e98ac7f5d4b4aa386333d13e2315b", + "a65e0c4c6a26497c9c952e8b8788ff29", + "cfd5bcb0b90d416dacf89151b0ca8d45", + "38d1fda938864047ab418ab5f38ecb58", + "8dd1d2d92b3f44a2b9ce2b5d86e79e41", + "5d1bc9e71e894faca92c05625db24958", + "fc4c96d2a09442b18b3f1f31f79cf8b3", + "1c64200bfad54aefa8f674ffe46be9df", + "80ad2f04f2c44c9db5940bc7bc2d5fdb", + "a13844495be1490da15da4ca6ddd30dd", + "820bb4f4a7c74efeb2101a857e003c44", + "deeeaf2b70f94bd481f749ef3e9e6b27", + "451bc71e6b9e4df68b445af4b32ff1ca", + "7de96e77d37d43e689505270af1f774f", + "f72ead1f1f9d4a3a8b140e163fac52ae", + "f9a5bd4289874e788e88e34f5775ad74", + "966c630eaa0544a4978dff2bc05817af", + "a5858e1708fa45a3b8493198553665eb", + "5f095ce01e344feb9ff83c2d72f77aaf", + "243414f465b642b098c5941b3ddeec10", + "c1f4475aad6b44e99bddf60651c33916", + "8bbf380af7cc4442bdd29b6552208740", + "3fe0ddb7fbd94570b2db6e7143718217", + "34abd8eec284458584545ac1ce188d5e", + "eaddb1ef24a843f29457a9d7f8b6de0f", + "c32486d1733943e0b94c3826d125f009", + "7787ce401c3c4e8eb889234ad99f295c", + "e2533cda963547749948a35f60a4e7f6", + "e952ca4b158741bcb76bf5610231ba74", + "0bd3a1e95fad4ea48c1f7da133fd62a2", + "bca355c8ba4542c888a0d13bab384139", + "415cfd3ca6124892a761ab111f18959e", + "cad7aed677e74d469157da477ae404de", + "2e141d84573b4ac8930dae439a85991b", + "e04a97c51f004c3ea94a90400c529d80", + "2b0049bdacc74abdbee4c5a1cdd41266", + "db81302365834886bbdf2ffa773b846a", + "d0ba197500174f75b773b812a02f484a", + "e673f1b0d13d4c10a4b616540dc91cd5", + "2fc93ce44070403ea2899ff4ee09285a", + "e57249faf04948a7bbdb1e6cf8de3ebf", + "9a0f2a59d50e44ea978c52886d87a10a", + "e0cf04bc1c954acb8252b104cab44139", + "721698969d4a4cf186abaf19da776727", + "896cfe51f09e4de29f157055ff6ddcff", + "4157e2012c9142c8a708172951f5fd84", + "f0da8130d4a949d5a01dd9d52acc7fad", + "984f6d6017a44f599b5255283d0b767d", + "d895339fd1c0484892c88f7d94d6a609", + "b98cf91f3b9f435ea73a0d5496f4e900", + "1403986b99014366a44c74773fb371a8", + "e70104e493c64df99218793246312e7a", + "671f384c7e864f8bb6b457ea463e7c16", + "a6c59b92380d427a81d605029acd963e", + "6dd84066b43047dcbafe03c86ce74810", + "97f9d4312a3e4ff8833e2b736744497d", + "aaef1d1e0c4e4e65bd3933b12d71650e", + "88439b8e86894e06973dbc082e9bb580", + "9d8d2140ce2d4265a45cd74e1f23f651", + "1aaefe5d6fd74d35ad2ebaaf3c7f6c99", + "ee8dd1506d5b4692a29db5f706ba3d24", + "83e51e1e281c4f7696218a74ace43ed8", + "afec47a34dc44a49a5745fb6f8dfb911", + "041126bd64cf4757bf6f78421a2bb07a", + "0dd9f92f5b694214ba27fd2898457b59", + "7112dd50086d4ee49cd727e354d78f69", + "b2feea0a1f2a47d2b731b6b43f017d21", + "359e8e2c9f5440b5b71ab7ba13ecba04", + "88b9fbc78c3741319299f09ff846dd31", + "24a1f6fcd86a4c09a4abb01b51634843", + "00dd4133c4c444dc961c691a3a3b177f", + "41c47e701ad8467197fd6bc8a5a7e7a9", + "b90a8f0bb5eb4d4687bec5d725c27e8f", + "eefe46849d8041268a89a931a7aae761", + "8fb9dc20cb824c498b071bf948a1f5cb", + "58fd671ca6fd40b08f6768386c59d4a0", + "df829eeb33f84c3d88d54bd6e46b9945", + "0ad90dac145249c5a87cd45415a67595", + "79ac2a3dbb2341e0b648cfde75721f68", + "79578e0f487549d0b8052d971781e9cd", + "0d2d907a55db492cbfe02cc9c0355a18", + "f9e85365b2fd4d6183436a98edd6444d", + "641fb4f24f3142fa94ef3ab28ceb8932", + "445756058d834de1969d02bc37c0fd2a", + "69c248d0bced408c835909d2196a7477", + "22fe593b2f2d41f1a4d431d2f7deb839", + "1be9fe480f674a9590c716cca7425646", + "dcf922697c6c43f386b4baa9488d0b80", + "4045d74e997e416285eb2fdc4a31bfaf", + "5fbe34dce21e4f2c9e858235f5c3e642", + "7393bbc891a54d159db52ccc6f10dfe6", + "b5573505d6e94338b8de6188bb4c9725", + "d3e61b3628aa4b4e9c390af9b81d72e7", + "655b5da1cc8d4a449f0a1e9d8aa44dd2", + "146f3514e3f4479e862f176bb78fccd0", + "9bb2e40ab8944b9b956f7472740c700f", + "894bd41e862948089d73ec3494c164c1", + "16e26857f82f4553afaf20d86507ed34", + "021f1ffb946c421bb91abf6e0b28fa61", + "b192e30c7705433dbeb4f78071008856", + "5dad8785841c421f9933dace44199245", + "db59c305ba5c4638a00569164e17dbe8", + "71b29c2910474d29814fe77ecbd42c2c", + "a111d2b6c4da4ae3a20380daa65622ad", + "b56588718b1e469faaf27d51c1e24458", + "9056ab2cbaaa47a59cee6a1a7c11f110", + "54c727355f814b6cb833f543baa7788c", + "a9216decb9784975ba15b7eb3cba6ada", + "8b5b71571e5647aa8d4ba6f00b4f0d0b", + "303fbe7c747f4b0192101d44c4b0dd73", + "8fd20a3f559549b7b235cbb027facb6a", + "fc27e88d585a4c6bacc9fb9c7d97bb3c", + "151015e511624a379344c7d9f4acc9eb", + "09fdb1a4049046d78b5f367252608847", + "18f5ad97aaeb480f9be724360ae88d0a", + "473d5a8dbd34492ea79baa0573770853", + "bf415869de974840956cdbede5998970", + "cb94681ff96d4fa5a80b1921fbe52eb5", + "8e45fac96b964478b9dd8ad7813fd5a2", + "d337112251ec4f73b5e0b8c342b9f3cd", + "dbbb6b43b8a248c1ae01a87a3fb5aa96", + "91f6fa8b7c9a4e5781dafeb4e231c4b4", + "9a06e865758b45b5b651746ceceb2e45", + "38010825e4694c2d9b9fbcd56188f06a", + "b40d77e0ae054f44954695326400cd38", + "1eeb446e770f4454af62c0949f16e9b0", + "2b17f3099727438da47afac1a3f7eba2", + "fa1e91ef80174eb3999d920c08f802d0", + "335c384edc3f49018ca36dc265cbb35d", + "ae8a7dc06a2542b9bcc8b2e8b7c729da", + "47806e6746cd4131b6bead7a3b21c6e4", + "b58557d7122540c6843216256da9005d", + "f9e78e93d26a4699a5a91ed4c8467798", + "d216a3c792a9445f9f82e34ded1a820f", + "be39e067658f4e8b9a122a9be5bed30a", + "70c5d09a61fc49e0b6f620526c209249", + "33ad0358058e4891b0716a102e7e2cd0", + "607c6d6cb2884b2e81ff948189edf7c4", + "983a4e1c5b10445389e292ea6c11f7c9", + "ae965726900c41eba50fbcd5fade358b", + "82c340bfdd344e4f91dcbf7656b9d972", + "2f6318356b7241418ff772070a1a8f56", + "9c245cd5fc5e4b6890b9c893c0f51147", + "6ce2f243ec264a31813eb0ecad11c59a", + "f4998b754fec4ebbbcee636b6ea06935", + "f489e646655e4919be55a75b30b8e263", + "289e59c529104c5fb9032ee0d339d64b", + "c02b5a7bc02d426dbb83ae33bd51afd7", + "4d5de68de8374dc59075f13dc5a6fda7", + "beff13f9ae944db9981819744fc8f7f6", + "7079aac65eeb47bebda2dfb82111f980", + "39cc034b1b654c4aa30e171c49c9bc00", + "9268ac68ea0f4e77945b8e1a59b553ea", + "2334df7e755b41bb83dc31b5ca95c9b3", + "0ea91722886c4c21824ba6864d1d4bce", + "dcf5e38ff5e9496e9c32e784877ae1dc", + "7a34f4a18ea14690bc98c960e3be8fe2", + "ca48115894154e1785f3e4166885011c", + "774a3c46da504be694adbdcda9d77f40", + "c3d019d23e4a470eb6a7393819a7da44", + "a975cfbd9cb34770bd8e28df65a9e7ff", + "9307b28faef744bf959dbbc6e228b551", + "7e6532e9861146fea2e3777b07afc481", + "585eb44fff0c41f6b4c0101cb07e4f99", + "ab881d6c961a4e7a890b6c15a1075ea0", + "3caee4a41913438287c44ea7f359bc02", + "84c4fc7af2f749b0ae19dcd3b776d9dd", + "0ff8db43c19445c78f0844d2a5fa8af4", + "a5fda37579154c6e8ccdc34be761b1ae", + "bed5b4326606486f96847e47e6a900f6", + "9c8b4cabc2e343838bc969061579bd0f", + "7b0ecc7cdbd748a6acba1046ff3bd6f9", + "0cc7010f4b6249d8a434352818f42694", + "1914b3defee44096b21fdd053afd5d5a", + "dd980314f1e74118a1701f1b2f72a602", + "8d932b4b666c42f5b68e4c467134232d", + "c890dc008c634bff95917cd7a3d0b0ab", + "3247097f09ea4ca9a460dfd48b7364a5", + "8d3ea98a706347f7878a98823ab85632", + "bb86755672614d9d8798d2edb0770fef", + "f6fd4b867a1a479e873d56b7c22b5e3b", + "7fd8bf9672904ff9ae2f117048dd4971", + "079f3e2dcf564c65a21c91b4f90cf309", + "a05c89727e244f8eb403068db62e68e1", + "6c19e9ab368847a09f3922cfef29f890", + "49f7ee6b58394ce7ba67b48195e6b95e", + "861cc8d0b2d3436f8b36d62116a54588", + "cc7d73b1526341c3a4425e6bb837f884", + "859ba8a7e54f46c79b254aafd06ea547", + "6449418cec2c409785c636b91b3f047e", + "824ee6c0191441dc834b6641c3643508", + "b9738fe4917e41b4906145a7db543fad", + "dd473a39911b49c2a387dda27df4822e", + "e53583e584b04583882842c0cd73437f", + "853d5da4074d47b6b8863ba78e20adfd", + "872d1204522946f4a5843e849d88658a", + "a402845c061244b0aa7a5255e106c289", + "5abddd38e0514affb4d64467be1ecb04", + "9895562a35634c1bad25341f222dbb18", + "fd5132eae9d14cbf9758c5745294b936", + "eda9c41b312543988fe826b0482f1a93", + "3a5dc5641ce4455991340ec17cb3df5d", + "281612a361cf4ad993d20fa5f2492e01", + "55c1c5c21a47411ab2baa3335e9e479e", + "7828a96447704d9fab13d15ad0abb616", + "807ba8f4c80f44b096124c8bf112930b", + "08ea5f47e7004e2cacfeb6a2a5ca1b47", + "f9d6bb45428646d39d4d4e5c11daa9d5", + "6ed4c116ea3a430fbd7b9a655cbefe5c", + "861af30c9945442cb86709cb60e1f6e7", + "d54adb04e4924646b3b8692afa2d52fa", + "fb36290d5a99462fa695f34daec19221", + "df0fb750ad5d41d599f97f28d3c1a835", + "ea56a6fb12ea4005b456f352f3718525", + "621ee3bfdca046038ee7b61de93e515f", + "a30ea4a00a974dceaf7b0d0dfbbed9e0", + "ccaa572203d1487f87b30173f9c34adc", + "f8f236d333c140dca18cba90164f70b1", + "0f0b2262f4b145ec83e292d5d62eca6f", + "221c6d45d41c45af8177c55287eace52", + "15b719dade7c4ef2bb85fd59a3dd64f7", + "9fba7ce40f8d4d8fa665fd5eb564a39d", + "e3c2c894b18340069e6043d0c9b4feb1", + "5c2aa2a2d2ed4b4b8aecf536fe46433f", + "c8a44606b9f64b6db8ed144ccf9436ed", + "9ea58b7fdfe94ab2a2c23efb025ed072", + "30a7d2ddfd844a4ea49ed0e58b991308", + "2244f38ca4de45be87469df5b113b4d6", + "90bab0d7b82c4ae6b3174fc8ef3dfbf8", + "e59d85f012374d1bb3e55a4208e1eed3", + "db9aff71134d4dae8135e9f4e76db3cf", + "fed23d0fd74a45edb6be83cfa2d2b650", + "1421582fbcd3465782cc5e5e57c18b0f", + "2eeec595dabf4eba8368d1a1dd52b2ea", + "9714014017224a72bf55c233e0332551", + "14884c53b86a4fb095c3bc2f093d2104", + "22345fc5c14c42b9afc0363f7da8fbcd", + "d7d411ee49114d8d8ae6d9e48402c91b", + "5f213d1a827b480e95bd7d0fbc08a8c2", + "3656cc6f82ec420597d2be2683625e99", + "37762067b37b456c9c5a30d8d55c33dc", + "88ef2a36bb074653bdf71ec160eac0d4", + "5c5651e0dc274682a97cb26e8951e88d", + "28154f8ff75d4ab38df19dd767f4fec1", + "cb965fa165864a4bbe6600e24322a647", + "60da6eb5d0ef4d648a9e77213693fb46", + "dbbcb4cbaf6c4ba2905b835df36e458f", + "ac404578adea422f943939c53b1141f0", + "8cbe32d8d6ee4e8bb2dbb57439ccb78a", + "df7dbff9694f437488567268bf6b8686", + "15643279178e4b8ab6effb2bc87bcdc8", + "dc608fc9a420497bbd7b19a06c08d533", + "1acd4e1ed5d84fd1a7f687e69b56098f", + "8f8e8a47b6024f90bbb5065b94140a86", + "08bb41ed425a4e988e7cea8101710552", + "5eac1cc8910f454a8db567489a90fede", + "0108e82c584c4465901c26c350d214a1", + "e0264966d3df4a79a3d04637dcadc1e0", + "33552217ac7c49bca2916a08b0e753c3", + "037b75e137d343eba66fceb38b2456da", + "db6dbcf11c0f4d4790630b01ca88f2a4", + "4a7186480735486f9fe5c1e755ff68bd", + "c3829cb0b196429d8d035e41db854802", + "fae6e706ab2a4f6c9e1e326079eda5ad", + "ca86f1f9a3874731838055a9b99c5926", + "641f5af4189144b98efa37414105de0e", + "eb261869f3384db386f78f57d18e790a", + "90cc7aeebbb14c59b51a3b0dc9b4712a", + "925145c7b4224db28ec48ce4d13c3d33", + "c67e29b63c0e4268bbb3e7450de95b69", + "03c1c81b8f4c46248c66a5ef8ad4bb3d", + "ceec54fa1a7b4255845bb267848581bb", + "9223583a2f4c4913a1e3df8938097468", + "3bd2ed5b8fbe475c957c38e48316b96d", + "a5564b5ec5324e678a1c475c1891e586", + "010f8e86df914156a43d4cf19ab8dadb", + "a45fffcd1b0149728c31637ac1502168", + "ae70ecf43d2b4567abd5c98ed0288b74", + "99e3d5c01a2343bc91dc51ce49d71984", + "3d893854bf0a4405b4eb70521d517fc1", + "26358b09b5cd418b98623dd69930b13e", + "1b41bb49200541fc8922a2ce7c262d91", + "a4943c84aa38488698ddaecc92c77600", + "a94216ed6acd4e8c955eb668eed74b8a", + "31dc9db13b054c11adc6ea208f0aaa1d", + "3b406523f1bd4bb786dcafab25ed1822", + "06563470398342f9ad425e749d2e62ae", + "9d7d924f6b494134a05ca3f4cef86e90", + "2d246a20075e4e93b5d96c04e5b397b1", + "adea9ab8c40742458a3aa7c0a4718c7c", + "ff9234fc069448dab55a4194689456de", + "cd29eedd1ec9486581bfb561cc6365ec", + "a1dd9429bbab4367be6ef95ed44fd1b9", + "5ceb2b614c95470090b7e9e79a9fe635", + "3e271720b83b4b6787999427077c3524", + "e0a7539c5c10468e95937d16732ff813", + "4c0beb9c3f69466da9c6058c904557ed", + "c5ea41907e354c01a2b867c5ccf6e6f2", + "e9eefdb54b084fa7bdd31ddb50065ac0", + "2d58d9655163450eb40b05a4f1be0f2e", + "a73e6103e9e8406e95e900b3f7650d33", + "b14d90f753f64ab1ae0a0dd2ddece232", + "0d762847f81448b797df1b34f41f66a8", + "f7d2168d57614b6a9c41688b8503a6b7", + "35df482886724833984515f71e8a0703", + "9ac004d6d5484bc39e7b4433b39fb543", + "d182f9ffb7724713a6a419cf3b92f85c", + "341ae3591a174ffe94745efbe965ffcf", + "f4503610347b406b8bab8c900bc95a00", + "2bc6deb38c374cbd9c43be6a3a0230f8", + "a0c8c7929d6b48d8a2d358bb7d722061", + "1a3f19d9bd0249f9846f9afa98fa5d92", + "5260a5d641fc4844aed58975cb2c237a", + "28499d49eec24e6584fca8acab3c77b4", + "8f249c7f719944c4827ba9261d7ae639", + "d4a19f3c40cc4c9bb259d1281b0449a9", + "837e40bd48c64e399e3352f904c7e90b", + "8ec9f5b01033451c9f4e86c99e8663f6", + "b2ff7ea42a794d54ad68b06422b45fe3", + "7a725d45d280407a80dead2b34b577a8", + "f9479518ad7948cf93e365f5a35607a5", + "52da4b40f3534010ac20cb180b1a2600", + "bb9a7c60310c4b8db3130902420f7fb9", + "6b230f3cacb94815926e948ca25336e8", + "f480c8ab230e48d590cd714743e015cd", + "01033623b08d424f82edbc262cc3ba6c", + "d84aff5c98574d1fa105d3ffd937256c", + "8f110ad320fc4103b054a730f487ef97", + "8c60f96d8b4f4cb49c76664a051aca26", + "54ef54fb7bc24295bc49153cab38afca", + "b9474b2d6a6245e1bf6ff63b2864bb11", + "68a0c0bd878641ef9bc7740bc7d45358", + "9ef8835540bc4bcc8df8bb4ca7015600", + "df953ebfee664648824b7e945e07f355", + "3c3bfff2959c4361ab0fe13f8494a59a", + "5ae85f3fd03d43adbc5cdc1a7eabae46", + "7f49dfc48f004f83b65755b0e7302fda", + "681a7de3207749bf8bb4100e160d5850", + "49af5ced6c83415b8e099d4f3a64972c", + "8a6677f1b85147c78e44586d1f7700ba", + "3a9099b127fe43b1a3b63226d2e6624d", + "db865fcfe4fc4d72ab031dfaa02f97b6", + "a19433bdde2a49279b1b0e36da0b40de", + "b66a7d9166464b6b86a6087dffc35e90", + "2bfc71a1ca4c493dace999623a3679c9", + "3f9fb5ca12334ce4935198d932a21955", + "8d542fe4cee54502a3c0c5de0baf1547", + "25d624bbe6824d14a30acf049fcc77f2", + "d06d52f474cd4fe39c1d2049ab743f77", + "1e41511553a44b8ab98a7f91cc5fff9b", + "1f54428c2baa4492afa2c1795276d928", + "bc673b5d72994c6eb7a3a664792f050a", + "6c93cc58709b42c7b897ad4c853de630", + "d14eac95b0134400b2b5d4e04974e6fd", + "5eadc11386b5485ca4ba260bf8dbd477", + "b5823a49ba194a0291de1357cf74430c", + "ecfffc45ff8a4c2184bde85427b15719", + "e5d0506ef6d647b8ab760db595a0aa1d", + "923794a625064d8faf4bb1d9691c5530", + "da6e5e27bb6248dea70621e9c2a05c6d", + "22915785789a46088dec761dbdfa52f7", + "8689646ad92a46089de1ad9407c650ae", + "fc4da0ab516644c7b243a93dddad07e0", + "f19e0b8657ea49b9896e3f57e30beb0f", + "3ad5e4e374d943798ba6165e9ac931b3", + "72aa21efb1b14d1d94ad277eb8268a34", + "e82afb9330a54c3fbe5d3bf4b913d378", + "7720cef1b9ac47d79e2a54e30460ae28", + "65bfa781b27d4469a0744d830b0fb5a3", + "f9098bea25e1460388e70443b4efe988", + "704b9981978445ceb6d04d709bc886f0", + "65cbff63651f43e3b0893aa89d2d5785", + "d96faac208b342ae98a495f003f47dd4", + "91b3105410494ec286ee5bcb299e1a9c", + "2ea8f3f449ff44feaba88575c1e6a187", + "8df394cc1bf34369b4c505d5fa11a6ee", + "746e660a2cec4455a5a0d7e6b415f18f", + "24bc440f411c4db6b4e78a78417aeaa1", + "48faffa5ba4b482d9440c9a433845fa3", + "841e04dd2d6d465583bc34a21f6c6b9f", + "64a6d9c339204688ae36cea761d83006", + "1727ed4f4a1c40d28e823dd759bb50c2" ] }, "id": "L5dMjRpcqiG3", - "outputId": "8c21accd-4ddb-40e9-9c74-76f29c437fb0", - "scrolled": false + "scrolled": false, + "outputId": "2d2ccb04-9f0d-46e0-daea-95f7b8065a5f" }, "outputs": [ { + "output_type": "display_data", "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "1714ea66ac544046aafbf74511e40464", - "version_major": 2, - "version_minor": 0 - }, "text/plain": [ - " 0%| | 0/945 [00:00', 'nadim', 'ladki', '', 'al-ain', ',', 'united', 'arab', 'emirates', '1996-12-06', '', 'japan', 'began', 'the', 'defence', 'of', 'their', 'asian', 'cup', 'title', 'with', 'a', 'lucky', '2-1', 'win', 'against', 'syria', 'in', 'a', 'group', 'c', 'championship', 'match', 'on', 'friday', '.', '', 'but', 'china', 'saw', 'their', 'luck', 'desert', 'them', 'in', 'the', 'second', 'match', 'of', 'the', 'group', ',', 'crashing', 'to', 'a', 'surprise', '2-0', 'defeat', 'to', 'newcomers', 'uzbekistan', '.', '', 'china', 'controlled', 'most', 'of', 'the', 'match', 'and', 'saw', 'several', 'chances', 'missed', 'until', 'the', '78th', 'minute', 'when', 'uzbek', 'striker', 'igor', 'shkvyrin', 'took', 'advantage', 'of', 'a', 'misdirected', 'defensive', 'header', 'to', 'lob', 'the', 'ball', 'over', 'the', 'advancing', 'chinese', 'keeper', 'and', 'into', 'an', 'empty', 'net', '.', '', 'oleg', 'shatskiku', 'made', 'sure', 'of', 'the', 'win', 'in', 'injury', 'time', ',', 'hitting', 'an', 'unstoppable', 'left', 'foot', 'shot', 'from', 'just', 'outside', 'the', 'area', '.', '', 'the', 'former', 'soviet', 'republic', 'was', 'playing', 'in', 'an', 'asian', 'cup', 'finals', 'tie', 'for', 'the', 'first', 'time', '.', '', 'despite', 'winning', 'the', 'asian', 'games', 'title', 'two', 'years', 'ago', ',', 'uzbekistan', 'are', 'in', 'the', 'finals', 'as', 'outsiders', '.', '', 'two', 'goals', 'from', 'defensive', 'errors', 'in', 'the', 'last', 'six', 'minutes', 'allowed', 'japan', 'to', 'come', 'from', 'behind', 'and', 'collect', 'all', 'three', 'points', 'from', 'their', 'opening', 'meeting', 'against', 'syria', '.', '', 'takuya', 'takagi', 'scored', 'the', 'winner', 'in', 'the', '88th', 'minute', ',', 'rising', 'to', 'head', 'a', 'hiroshige', 'yanagimoto', 'cross', 'towards', 'the', 'syrian', 'goal', 'which', 'goalkeeper', 'salem', 'bitar', 'appeared', 'to', 'have', 'covered', 'but', 'then', 'allowed', 'to', 'slip', 'into', 'the', 'net', '.', '', 'it', 'was', 'the', 'second', 'costly', 'blunder', 'by', 'syria', 'in', 'four', 'minutes', '.', '', 'defender', 'hassan', 'abbas', 'rose', 'to', 'intercept', 'a', 'long', 'ball', 'into', 'the', 'area', 'in', 'the', '84th', 'minute', 'but', 'only', 'managed', 'to', 'divert', 'it', 'into', 'the', 'top', 'corner', 'of', 'bitar', \"'s\", 'goal', '.', '', 'nader', 'jokhadar', 'had', 'given', 'syria', 'the', 'lead', 'with', 'a', 'well-struck', 'header', 'in', 'the', 'seventh', 'minute', '.', '', 'japan', 'then', 'laid', 'siege', 'to', 'the', 'syrian', 'penalty', 'area', 'for', 'most', 'of', 'the', 'game', 'but', 'rarely', 'breached', 'the', 'syrian', 'defence', '.', '', 'bitar', 'pulled', 'off', 'fine', 'saves', 'whenever', 'they', 'did', '.', '', 'japan', 'coach', 'shu', 'kamo', 'said', ':', \"'\", \"'\", 'the', 'syrian', 'own', 'goal', 'proved', 'lucky', 'for', 'us', '.', '', 'the', 'syrians', 'scored', 'early', 'and', 'then', 'played', 'defensively', 'and', 'adopted', 'long', 'balls', 'which', 'made', 'it', 'hard', 'for', 'us', '.', \"'\", '', \"'\", '', 'japan', ',', 'co-hosts', 'of', 'the', 'world', 'cup', 'in', '2002', 'and', 'ranked', '20th', 'in', 'the', 'world', 'by', 'fifa', ',', 'are', 'favourites', 'to', 'regain', 'their', 'title', 'here', '.', '', 'hosts', 'uae', 'play', 'kuwait', 'and', 'south', 'korea', 'take', 'on', 'indonesia', 'on', 'saturday', 'in', 'group', 'a', 'matches', '.', '', 'all', 'four', 'teams', 'are', 'level', 'with', 'one', 'point', 'each', 'from', 'one', 'game', '.', '']\n", - "[1, 1, 5, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 5, 8, 1, 5, 1, 0, 6, 8, 1, 1, 5, 1, 1, 1, 1, 1, 2, 7, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 8, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 5, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 5, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 6, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 5, 8, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 3, 4, 1, 1, 5, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 3, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 2, 1, 1, 1, 5, 1, 1, 1, 3, 4, 1, 1, 1, 1, 5, 1, 3, 4, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 5, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 8, 1, 5, 1, 5, 8, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]\n", - "['O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'I-LOC', 'O', 'B-LOC', 'O', 'B-ORG', 'I-ORG', 'I-LOC', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'I-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'I-LOC', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'B-LOC', 'I-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'I-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'I-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'I-ORG', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'B-LOC', 'I-LOC', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'B-PER', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'O', 'B-MISC', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'B-LOC', 'O', 'O', 'O', 'I-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'I-LOC', 'O', 'B-LOC', 'O', 'B-LOC', 'I-LOC', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']\n" + "[0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 5, 7, 0, 0, 0, 2, 4, 4, 0, 0, 2, 0, 0, 0, 0, 0, 1, 6, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 8, 0, 0, 0, 0, 1, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 5, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 5, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 5, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 2, 0, 2, 8, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\n", + "['O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'B-LOC', 'I-ORG', 'I-ORG', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'I-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'I-LOC', 'O', 'O', 'O', 'O', 'B-MISC', 'I-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'I-MISC', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'B-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'B-PER', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'B-PER', 'I-PER', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'I-MISC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'I-PER', 'O', 'B-LOC', 'O', 'B-LOC', 'I-LOC', 'O', 'O', 'B-LOC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']\n" ] } ], "source": [ - "print(testing_data[0])\n", - "print(testing_NER_tags[0][1:-1])\n", - "print(testing_labels_from_NER_tags[0][1:-1])" + "print(testing_A_data[0])\n", + "print(test_A_NER_tags_predicted[0][1:-1])\n", + "print(test_A_labels_from_NER_tags[0][1:-1])" ] } ], @@ -1978,114 +3167,10 @@ "title": "Ekstrakcja informacji", "widgets": { "application/vnd.jupyter.widget-state+json": { - "06b835dbbebc4275924a74a33514f66b": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "0852a7833b12467bb8b9b94849aeab5a": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "0875ecdb5e5b4624ae4d631785343b17": { + "358b775d383a4523b8ad3fad4380ea5a": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "HBoxModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -2097,92 +3182,38 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_2696d3f58af7418c857b1041bba7cdc6", - "IPY_MODEL_c2a1f1049c9a456380802f2609d06ed4", - "IPY_MODEL_fe08e0188de2453fa43106dd1967d7bb" + "IPY_MODEL_cf878188b3004fc88d85390d7496f1ff", + "IPY_MODEL_864e5ae9b0f54692aea85bb6b0e9f987", + "IPY_MODEL_278d8df4aa714a1ab7d132cd01e458ce" ], - "layout": "IPY_MODEL_e36b03b4cbff4473bbc86dbe4564ad6b" + "layout": "IPY_MODEL_4a955dc273be4644949bb6ec25e2dfa1" } }, - "0946d5f0890c428091d66f1b3fb1d5cd": { + "cf878188b3004fc88d85390d7496f1ff": { "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", "model_module_version": "1.5.0", - "model_name": "ProgressStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "ProgressStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "bar_color": null, - "description_width": "" - } - }, - "0a8132be71024d19a9388e05f3bebcee": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HBoxModel", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", - "_model_name": "HBoxModel", + "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", - "_view_name": "HBoxView", - "box_style": "", - "children": [ - "IPY_MODEL_cc55217ee80d4ec4bf2c36e3437c9a57", - "IPY_MODEL_0f1db0794ce043edb644a53b5fde6eb2", - "IPY_MODEL_c750296a6a8a43f8b82dabccdfb02bad" - ], - "layout": "IPY_MODEL_1fb73ed6aadd4dc6903e2416f53c5fac" + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_e396c5a492b649f092e3e148c1be53a5", + "placeholder": "​", + "style": "IPY_MODEL_d2c40486ae084a2182ba33c2699104c5", + "value": "100%" } }, - "0b6ad9108874452d83d5a22d8255f35b": { + "864e5ae9b0f54692aea85bb6b0e9f987": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "0d3f854441d1411897b71168bc9a55be": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HBoxModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HBoxModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HBoxView", - "box_style": "", - "children": [ - "IPY_MODEL_b08850e7a2e541c1b612b51deb05a3be", - "IPY_MODEL_19ff0a6bf0344b158387aa7f19f9c979", - "IPY_MODEL_d377306f3b22418d9bb0069bbed120db" - ], - "layout": "IPY_MODEL_3ae617c6756343e5a6d0e5d54c361013" - } - }, - "0f1db0794ce043edb644a53b5fde6eb2": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -2195,34 +3226,18 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_aec3bf3cf43f4c78a0ba7459a940e6f3", - "max": 14041, + "layout": "IPY_MODEL_0c2dd360d9d54ec9a9e7bbafb926aa33", + "max": 850, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_0946d5f0890c428091d66f1b3fb1d5cd", - "value": 14041 + "style": "IPY_MODEL_d578a1ff8d1b471996af761b66c07d04", + "value": 850 } }, - "0fb95c9a15984ae5b155287f24cb0e50": { + "278d8df4aa714a1ab7d132cd01e458ce": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "ProgressStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "ProgressStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "bar_color": null, - "description_width": "" - } - }, - "15b661c0b4ff451c842e13295286c221": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "HTMLModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -2234,16 +3249,16 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_c03281bc939c442bbb4293844c62ef0f", + "layout": "IPY_MODEL_d16582b2fdfa4d6fb4e3c0706f9f5cbd", "placeholder": "​", - "style": "IPY_MODEL_ce92caacb82b466da35275939f87b2c2", - "value": "100%" + "style": "IPY_MODEL_ba24eeede4ce4a02b259ab9dc8a13f6f", + "value": " 850/850 [00:09<00:00, 74.71it/s]" } }, - "16993eeb3e894c2380f710d7a779aeaa": { + "4a955dc273be4644949bb6ec25e2dfa1": { "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", "model_name": "LayoutModel", + "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -2292,10 +3307,62 @@ "width": null } }, - "17492b45ca1745acaae6f5a133a15000": { + "e396c5a492b649f092e3e148c1be53a5": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "d2c40486ae084a2182ba33c2699104c5": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -2307,10 +3374,130 @@ "description_width": "" } }, - "18b676a1792c49c48b084a732ed644fd": { + "0c2dd360d9d54ec9a9e7bbafb926aa33": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "d578a1ff8d1b471996af761b66c07d04": { "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "d16582b2fdfa4d6fb4e3c0706f9f5cbd": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ba24eeede4ce4a02b259ab9dc8a13f6f": { + "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -2322,10 +3509,10 @@ "description_width": "" } }, - "193b96562fa44a76804e0953684b2d05": { + "5df0fd5f858841a8bf43e99ce80e174b": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "HBoxModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -2337,17 +3524,38 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_dfc4e389ac774a08a8f8cba525a4f01f", - "IPY_MODEL_ab055d197c8947a39cc47f089b5aa9ed", - "IPY_MODEL_ed0e0e4dfbbd43109593515cc4564b7a" + "IPY_MODEL_ea1b0b9ea9b64b76bb8dea3de583d9a2", + "IPY_MODEL_bbeb57919aef4c47b0aa71c7da9de444", + "IPY_MODEL_50a3f0394bd54552a78cefceb85fe937" ], - "layout": "IPY_MODEL_dc97803fcbf047aab1f93633a073286f" + "layout": "IPY_MODEL_bfe412ac4daf4d8087eb70c96da32a50" } }, - "19ff0a6bf0344b158387aa7f19f9c979": { + "ea1b0b9ea9b64b76bb8dea3de583d9a2": { "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_9d8e7326de7e4dc0931d629757681802", + "placeholder": "​", + "style": "IPY_MODEL_1c052dcd43f243078951ed6be1512dac", + "value": "100%" + } + }, + "bbeb57919aef4c47b0aa71c7da9de444": { + "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -2360,18 +3568,210 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_49f10a1ec82c4e0281a2f13ddb62cd8c", - "max": 3250, + "layout": "IPY_MODEL_12a8029b0b6e47ffa160f5c8f23137dc", + "max": 95, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_5ff99541ece54d9998d52bb4dfa7951d", - "value": 3250 + "style": "IPY_MODEL_34c9c7ad48ae4ae2b46bcfc80b437fdf", + "value": 95 } }, - "1d6ea318568f41f9945ff9e8c0f04ee1": { + "50a3f0394bd54552a78cefceb85fe937": { "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_f27664146b50493fb2494aa2f8f22626", + "placeholder": "​", + "style": "IPY_MODEL_83701dd378354e2f8756c40be2b2f707", + "value": " 95/95 [00:00<00:00, 187.45it/s]" + } + }, + "bfe412ac4daf4d8087eb70c96da32a50": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9d8e7326de7e4dc0931d629757681802": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "1c052dcd43f243078951ed6be1512dac": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "12a8029b0b6e47ffa160f5c8f23137dc": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "34c9c7ad48ae4ae2b46bcfc80b437fdf": { + "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -2384,10 +3784,10 @@ "description_width": "" } }, - "1e01b87dde8d428585a194026fded02d": { + "f27664146b50493fb2494aa2f8f22626": { "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", "model_name": "LayoutModel", + "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -2436,291 +3836,25 @@ "width": null } }, - "1e0834904cef4a91826df2455511c1aa": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "1fb73ed6aadd4dc6903e2416f53c5fac": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "22d5b63674294510933c9891fc5634d7": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "22e85adb6d4341319e0572568567e500": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "2696d3f58af7418c857b1041bba7cdc6": { + "83701dd378354e2f8756c40be2b2f707": { "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", - "model_name": "HTMLModel", "state": { - "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_71068d961a2c4b79a08a500e3e0c1b27", - "placeholder": "​", - "style": "IPY_MODEL_9b5d52a2ccdd4710b0e225dc00a38caa", - "value": "100%" - } - }, - "2f4c16d3c82c466aae39964018d066c9": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", + "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null + "_view_name": "StyleView", + "description_width": "" } }, - "319890ac9cb34a0cbcbde5f0dabaff9b": { + "0b0452d5f05d42b5a1dbe26d0edb343e": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "HBoxModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -2732,17 +3866,17 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_5de2c74fb7a04df48a568540f08cd74d", - "IPY_MODEL_46f8dc4a01c64fc3b2a018283bba3d13", - "IPY_MODEL_6e231a1a49444c4caf9f6e50fe5eede5" + "IPY_MODEL_f71c10296cac4b519d67aa20d0b4dad3", + "IPY_MODEL_73398a6c82974b7aa1823587b7faae29", + "IPY_MODEL_655bdc39114746ed92b1b73d37a75ef6" ], - "layout": "IPY_MODEL_ff581edf2e3a43f6a19f433a64bdede3" + "layout": "IPY_MODEL_167580060d5d41b3b0db74274df6b904" } }, - "34edf5060fb24520a68fd9a9d23839e4": { + "f71c10296cac4b519d67aa20d0b4dad3": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "HTMLModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -2754,218 +3888,16 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_ed5f2e1234e54f02935476d9db73d668", + "layout": "IPY_MODEL_495dd87905c042ac81034cc1a1d35c6d", "placeholder": "​", - "style": "IPY_MODEL_17492b45ca1745acaae6f5a133a15000", - "value": " 14041/14041 [00:36<00:00, 406.67it/s]" + "style": "IPY_MODEL_b45f30503439415d9beec31fb5f581cd", + "value": "100%" } }, - "35593d5c29774e7688cd09c82120cb39": { + "73398a6c82974b7aa1823587b7faae29": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "3ae617c6756343e5a6d0e5d54c361013": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "3b07776062ca4d5f8876048282c7bb2d": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "3f239a3e75164567a729b6fb2ca7cdcc": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "4244695f32df4dcb98bf01dcd545fc45": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "44c7e9b5694d4c62adf9d116b0b2b795": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "ProgressStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "ProgressStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "bar_color": null, - "description_width": "" - } - }, - "46f8dc4a01c64fc3b2a018283bba3d13": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -2978,18 +3910,143 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_a7aedcca70d7462791268f8d45207dc4", - "max": 3250, + "layout": "IPY_MODEL_7439b2d6552d4049996fcab6d17842a1", + "max": 850, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_0fb95c9a15984ae5b155287f24cb0e50", - "value": 3250 + "style": "IPY_MODEL_e38c430be859447590995cb42e9fb7a3", + "value": 850 } }, - "484a89fd0d574dd1979ed34f2ab3f2f4": { + "655bdc39114746ed92b1b73d37a75ef6": { "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_b787abb265db4973905b5b14142d3bce", + "placeholder": "​", + "style": "IPY_MODEL_0a08fb9bab9e46e89138b3d65fdde019", + "value": " 850/850 [00:09<00:00, 89.92it/s]" + } + }, + "167580060d5d41b3b0db74274df6b904": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "495dd87905c042ac81034cc1a1d35c6d": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "b45f30503439415d9beec31fb5f581cd": { + "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -3001,10 +4058,62 @@ "description_width": "" } }, - "495b961b30f64e2fb3628513bcb1c977": { + "7439b2d6552d4049996fcab6d17842a1": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e38c430be859447590995cb42e9fb7a3": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -3017,10 +4126,10 @@ "description_width": "" } }, - "49f10a1ec82c4e0281a2f13ddb62cd8c": { + "b787abb265db4973905b5b14142d3bce": { "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", "model_name": "LayoutModel", + "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -3069,357 +4178,25 @@ "width": null } }, - "4a6be309812b4f6db50fc08dcb9666d6": { + "0a08fb9bab9e46e89138b3d65fdde019": { "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", - "model_name": "HTMLModel", "state": { - "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_b118540ba8434e0cad2afa912d052dd3", - "placeholder": "​", - "style": "IPY_MODEL_35593d5c29774e7688cd09c82120cb39", - "value": "100%" - } - }, - "4daee08c3b10423fa2770e8e7848813d": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", + "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null + "_view_name": "StyleView", + "description_width": "" } }, - "4e6fe882b07e4bff90ab67fa92b708d1": { + "4d235e893aa245bdafef9dba2882ed1c": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HTMLModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_5b56a75a4a31447b859eba1f1069d298", - "placeholder": "​", - "style": "IPY_MODEL_0b6ad9108874452d83d5a22d8255f35b", - "value": "100%" - } - }, - "523aa372fbd84860b64dfb921119de54": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "55bfe73203254ee197c01ff56fe59a96": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "5b56a75a4a31447b859eba1f1069d298": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "5bb50d0d240b4f67992f73e1ef1b9f4c": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "FloatProgressModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "FloatProgressModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "ProgressView", - "bar_style": "success", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_b124d35db3034dc6badaeb2f05f0b3d1", - "max": 3250, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_1d6ea318568f41f9945ff9e8c0f04ee1", - "value": 3250 - } - }, - "5c4e9fb8ef984db2bf7dcd85d18fdc9c": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "5de2c74fb7a04df48a568540f08cd74d": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HTMLModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_cb7a94855db54bf2bdb63f61417a0b4c", - "placeholder": "​", - "style": "IPY_MODEL_484a89fd0d574dd1979ed34f2ab3f2f4", - "value": "100%" - } - }, - "5ed138f531d2431186dc43b4278761ec": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "HBoxModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -3431,49 +4208,83 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_a65d0eb58f62421bb8f1ffa7067284c4", - "IPY_MODEL_9f9d62890d74497da924d440db59e43a", - "IPY_MODEL_7cbf24d7d45246848c2938ba365bd6c8" + "IPY_MODEL_88de269107a848ff9ee92e3851431c7d", + "IPY_MODEL_69b4322cd7054e18b8a7ea78fe0e8d47", + "IPY_MODEL_d2b86e813cc5407282d58caeca28e810" ], - "layout": "IPY_MODEL_2f4c16d3c82c466aae39964018d066c9" + "layout": "IPY_MODEL_62517a29ca294dbe8a2099b3a3766fa6" } }, - "5fbcec0f1dfd4d258548b05d448c731b": { + "88de269107a848ff9ee92e3851431c7d": { "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", "model_module_version": "1.5.0", - "model_name": "ProgressStyleModel", "state": { + "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", - "_model_name": "ProgressStyleModel", + "_model_name": "HTMLModel", "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "bar_color": null, - "description_width": "" + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_b0c28c56ed434e528c9f651f70b04d8b", + "placeholder": "​", + "style": "IPY_MODEL_f7d6e12b98c5426cac7db1381281ab1d", + "value": "100%" } }, - "5ff99541ece54d9998d52bb4dfa7951d": { + "69b4322cd7054e18b8a7ea78fe0e8d47": { "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", "model_module_version": "1.5.0", - "model_name": "ProgressStyleModel", "state": { + "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", - "_model_name": "ProgressStyleModel", + "_model_name": "FloatProgressModel", "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "bar_color": null, - "description_width": "" + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_3da882894cf84adfb27b47ffd30f68c9", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_bd576a6267d347bbbd92ae377b522b0b", + "value": 95 } }, - "64ef20f1575447a79a7fc28ebb27fb46": { + "d2b86e813cc5407282d58caeca28e810": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_d146d8340f824dadad70001c1f7c4a33", + "placeholder": "​", + "style": "IPY_MODEL_8415949d51a746228b815e612f5f43cf", + "value": " 95/95 [00:00<00:00, 222.06it/s]" + } + }, + "62517a29ca294dbe8a2099b3a3766fa6": { "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", "model_name": "LayoutModel", + "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -3522,10 +4333,129 @@ "width": null } }, - "6659d0a10c0445b3898220eecce7217b": { + "b0c28c56ed434e528c9f651f70b04d8b": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "f7d6e12b98c5426cac7db1381281ab1d": { "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "3da882894cf84adfb27b47ffd30f68c9": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "bd576a6267d347bbbd92ae377b522b0b": { + "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -3538,10 +4468,77 @@ "description_width": "" } }, - "6b7996375adf48eb93fb3674384b0d66": { + "d146d8340f824dadad70001c1f7c4a33": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "8415949d51a746228b815e612f5f43cf": { "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "9187c1023c4d4571987bb3334a368260": { + "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -3553,17 +4550,17 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_c430cfa5ea774cab84bde3adcf8ff9a8", - "IPY_MODEL_feb0902ecba746108d6870d073986c93", - "IPY_MODEL_e93c6e465eff4534829525f5afb8eeb2" + "IPY_MODEL_1fab971cbb50496d8402a7b81e9a3dd0", + "IPY_MODEL_ca45d13b49924f6bbf8aaf46360acfae", + "IPY_MODEL_9db8c92b5f854c8aa42930bc63e8269a" ], - "layout": "IPY_MODEL_a7542f9c4b5940058a9ccc30d2cd2164" + "layout": "IPY_MODEL_3896057a691d47e6abb77ef97c642d06" } }, - "6e231a1a49444c4caf9f6e50fe5eede5": { + "1fab971cbb50496d8402a7b81e9a3dd0": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "HTMLModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -3575,68 +4572,16 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_22d5b63674294510933c9891fc5634d7", + "layout": "IPY_MODEL_a0dca6dbf9164c34bfb3134295d71d29", "placeholder": "​", - "style": "IPY_MODEL_7db004b9b52c475ab109f90888ddea71", - "value": " 3250/3250 [00:02<00:00, 1259.09it/s]" + "style": "IPY_MODEL_e5e7e7b58b944638b2ec184f15e4b2fe", + "value": "100%" } }, - "71068d961a2c4b79a08a500e3e0c1b27": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "71bf908605674fa2a37c66c14973e290": { + "ca45d13b49924f6bbf8aaf46360acfae": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -3649,18 +4594,39 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_c13cf139808742628f46bc0b737b2901", - "max": 14041, + "layout": "IPY_MODEL_60304a58018b49a188eba4940b709ba9", + "max": 850, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_7ae82ca8e97649c3be6da5bf342dc139", - "value": 14041 + "style": "IPY_MODEL_f257b79bede444ddba115a62b8fa0bb9", + "value": 850 } }, - "77116c2a6f6146eeab5675aa6e6d2db7": { + "9db8c92b5f854c8aa42930bc63e8269a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_7e9cbc2c32ee473f8f18e886a93662a9", + "placeholder": "​", + "style": "IPY_MODEL_9fb2340f457f403580282999b9a83fed", + "value": " 850/850 [00:06<00:00, 128.17it/s]" + } + }, + "3896057a691d47e6abb77ef97c642d06": { "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", "model_name": "LayoutModel", + "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -3709,10 +4675,129 @@ "width": null } }, - "7ae82ca8e97649c3be6da5bf342dc139": { + "a0dca6dbf9164c34bfb3134295d71d29": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e5e7e7b58b944638b2ec184f15e4b2fe": { "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "60304a58018b49a188eba4940b709ba9": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "f257b79bede444ddba115a62b8fa0bb9": { + "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -3725,120 +4810,10 @@ "description_width": "" } }, - "7cbf24d7d45246848c2938ba365bd6c8": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HTMLModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_d7bc16c9a1be4074b8145a5880547ccf", - "placeholder": "​", - "style": "IPY_MODEL_8233dd8a05de43ce8d3068efedde9a53", - "value": " 3453/3453 [00:03<00:00, 1386.77it/s]" - } - }, - "7db004b9b52c475ab109f90888ddea71": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "804d96e403b8473786afa2989c8dc71a": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HBoxModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HBoxModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HBoxView", - "box_style": "", - "children": [ - "IPY_MODEL_4a6be309812b4f6db50fc08dcb9666d6", - "IPY_MODEL_cbe2aa5bbfe04617aaf5424e4479495e", - "IPY_MODEL_91bc26a29d5e47869914f7c10aa5c3d2" - ], - "layout": "IPY_MODEL_06b835dbbebc4275924a74a33514f66b" - } - }, - "8233dd8a05de43ce8d3068efedde9a53": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "834d002d79bb4d2b848e3a5581dd026b": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "86dbae18b81544f7acd747f8817e809d": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HBoxModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HBoxModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HBoxView", - "box_style": "", - "children": [ - "IPY_MODEL_4e6fe882b07e4bff90ab67fa92b708d1", - "IPY_MODEL_a7e55ab7021d4a43b712385c7a7445c6", - "IPY_MODEL_8f3af4a19380431ba35d471413111a00" - ], - "layout": "IPY_MODEL_523aa372fbd84860b64dfb921119de54" - } - }, - "8886f2866e584fd68b66648ed413770a": { + "7e9cbc2c32ee473f8f18e886a93662a9": { "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", "model_name": "LayoutModel", + "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -3887,10 +4862,284 @@ "width": null } }, - "8b63a5be67a64dcd8a4ca11a9aaa45a2": { + "9fb2340f457f403580282999b9a83fed": { "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "7eb8f0789c144b08891dd19dc61acf85": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_157069b883554e75ac0fbfde0cf17525", + "IPY_MODEL_4cc6c346d26849519bc579ba53c5d16e", + "IPY_MODEL_0ce778c50a884ca481532e9a094994fd" + ], + "layout": "IPY_MODEL_bced85a861334d61be99efe4f4beae11" + } + }, + "157069b883554e75ac0fbfde0cf17525": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_689ec45ed96e4dd49e9a3dd95b3c339b", + "placeholder": "​", + "style": "IPY_MODEL_514cfedae9354102b5986f93e2e1b031", + "value": "100%" + } + }, + "4cc6c346d26849519bc579ba53c5d16e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_7ae74959a58c4e80a851fd697584dbe1", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_23e237231f224ecc926cb4e7ff0af558", + "value": 95 + } + }, + "0ce778c50a884ca481532e9a094994fd": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_abc8ec6431394d1eaff6772922edcb2b", + "placeholder": "​", + "style": "IPY_MODEL_592ec67f808d47bd9c04703a913fe990", + "value": " 95/95 [00:00<00:00, 311.79it/s]" + } + }, + "bced85a861334d61be99efe4f4beae11": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "689ec45ed96e4dd49e9a3dd95b3c339b": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "514cfedae9354102b5986f93e2e1b031": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "7ae74959a58c4e80a851fd697584dbe1": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "23e237231f224ecc926cb4e7ff0af558": { + "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -3903,10 +5152,77 @@ "description_width": "" } }, - "8b76a0a3dd6640d0b57de904eed6fa03": { + "abc8ec6431394d1eaff6772922edcb2b": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "592ec67f808d47bd9c04703a913fe990": { "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "9ce5b873d6e544be90f8e3152218bac1": { + "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -3918,17 +5234,17 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_15b661c0b4ff451c842e13295286c221", - "IPY_MODEL_5bb50d0d240b4f67992f73e1ef1b9f4c", - "IPY_MODEL_ac899d12a1f84487949c531c8cdccc92" + "IPY_MODEL_3313ed9af6e64b48be022ab7364f453b", + "IPY_MODEL_095d9150d33748cd8d40ecc94c72c5f3", + "IPY_MODEL_46eaa26935544017bfe101b465021d1d" ], - "layout": "IPY_MODEL_1e0834904cef4a91826df2455511c1aa" + "layout": "IPY_MODEL_b44e85d7be9042dc9735a6ce9e5991fd" } }, - "8d5f5d78063e4feb909cfe79e4b5967b": { + "3313ed9af6e64b48be022ab7364f453b": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "HTMLModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -3940,295 +5256,16 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_c8711a623fd84320b2308009270c50aa", + "layout": "IPY_MODEL_33d6dce62ecc43669cdb3cb6cfb6a609", "placeholder": "​", - "style": "IPY_MODEL_bd0e7374a0b74756ab0ddfec1788313c", - "value": " 3250/3250 [00:02<00:00, 1215.94it/s]" - } - }, - "8f38a3e69cc94231a7531483ce7bf6c9": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "8f3af4a19380431ba35d471413111a00": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HTMLModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_55bfe73203254ee197c01ff56fe59a96", - "placeholder": "​", - "style": "IPY_MODEL_940a9a5e6ad947c9b9ca40f67592baf4", - "value": " 14041/14041 [00:35<00:00, 411.17it/s]" - } - }, - "90a7328ac315497281a8c6f030e2dbdb": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "91bc26a29d5e47869914f7c10aa5c3d2": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HTMLModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_64ef20f1575447a79a7fc28ebb27fb46", - "placeholder": "​", - "style": "IPY_MODEL_969220c104534daf8ff6eb89094d5007", - "value": " 3250/3250 [00:02<00:00, 1248.53it/s]" - } - }, - "91c90965cea7452aa9e837fced62a65c": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "940a9a5e6ad947c9b9ca40f67592baf4": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "969220c104534daf8ff6eb89094d5007": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "9b5d52a2ccdd4710b0e225dc00a38caa": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "9bdb8ca767954db2b7b1dc6154853773": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HTMLModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_ac0ecbfb69ae4269b2c9156dc0942006", - "placeholder": "​", - "style": "IPY_MODEL_fe2d66f8b5c14dcebf27e3eed62efecd", + "style": "IPY_MODEL_4682bcab9ee14234a70fd4adfc5595e7", "value": "100%" } }, - "9d61c19739d749708aa36510a2fdd040": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "9f9d62890d74497da924d440db59e43a": { + "095d9150d33748cd8d40ecc94c72c5f3": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -4241,18 +5278,143 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_c113c881abb849d89dd85fee6b673675", - "max": 3453, + "layout": "IPY_MODEL_84930fddfd2044c7bb47ce3ef8af6e5c", + "max": 850, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_44c7e9b5694d4c62adf9d116b0b2b795", - "value": 3453 + "style": "IPY_MODEL_873571e59e074780a961bb1ef14f5d76", + "value": 850 } }, - "a042c024ed044fa8b0c93ca74d1bcac5": { + "46eaa26935544017bfe101b465021d1d": { "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_d7867ea3845f4135a89f3e164dd44f72", + "placeholder": "​", + "style": "IPY_MODEL_65c6a53b58f34396a0a7304fb6ea7a5b", + "value": " 850/850 [00:06<00:00, 87.20it/s]" + } + }, + "b44e85d7be9042dc9735a6ce9e5991fd": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "33d6dce62ecc43669cdb3cb6cfb6a609": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "4682bcab9ee14234a70fd4adfc5595e7": { + "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -4264,558 +5426,62 @@ "description_width": "" } }, - "a575d08813c5485fa4425d19661b2e2e": { + "84930fddfd2044c7bb47ce3ef8af6e5c": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "873571e59e074780a961bb1ef14f5d76": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HTMLModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_0852a7833b12467bb8b9b94849aeab5a", - "placeholder": "​", - "style": "IPY_MODEL_d7f159d00b1f4423a63af245f08a9d7f", - "value": "100%" - } - }, - "a65d0eb58f62421bb8f1ffa7067284c4": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HTMLModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_3b07776062ca4d5f8876048282c7bb2d", - "placeholder": "​", - "style": "IPY_MODEL_90a7328ac315497281a8c6f030e2dbdb", - "value": "100%" - } - }, - "a7542f9c4b5940058a9ccc30d2cd2164": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "a7aedcca70d7462791268f8d45207dc4": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "a7e55ab7021d4a43b712385c7a7445c6": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "FloatProgressModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "FloatProgressModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "ProgressView", - "bar_style": "success", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_8f38a3e69cc94231a7531483ce7bf6c9", - "max": 14041, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_6659d0a10c0445b3898220eecce7217b", - "value": 14041 - } - }, - "ab055d197c8947a39cc47f089b5aa9ed": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "FloatProgressModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "FloatProgressModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "ProgressView", - "bar_style": "success", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_1e01b87dde8d428585a194026fded02d", - "max": 3250, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_495b961b30f64e2fb3628513bcb1c977", - "value": 3250 - } - }, - "ac0ecbfb69ae4269b2c9156dc0942006": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "ac899d12a1f84487949c531c8cdccc92": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HTMLModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_16993eeb3e894c2380f710d7a779aeaa", - "placeholder": "​", - "style": "IPY_MODEL_3f239a3e75164567a729b6fb2ca7cdcc", - "value": " 3250/3250 [00:02<00:00, 934.53it/s]" - } - }, - "aec3bf3cf43f4c78a0ba7459a940e6f3": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "b08850e7a2e541c1b612b51deb05a3be": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HTMLModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_4daee08c3b10423fa2770e8e7848813d", - "placeholder": "​", - "style": "IPY_MODEL_bbd2bfb8db5b49afa74ce26238f9812c", - "value": "100%" - } - }, - "b118540ba8434e0cad2afa912d052dd3": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "b124d35db3034dc6badaeb2f05f0b3d1": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "b2c79d46c19340adbfcc055225f8b408": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "b41cf56c9f8f4f5ebcb746706cea45b8": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "b4cc28f61c1947d2b6262580f36aa3c0": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -4828,55 +5494,10 @@ "description_width": "" } }, - "bbd2bfb8db5b49afa74ce26238f9812c": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "bd0e7374a0b74756ab0ddfec1788313c": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "bddb66a537474d25b2e28f56004fb61a": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "c03281bc939c442bbb4293844c62ef0f": { + "d7867ea3845f4135a89f3e164dd44f72": { "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", "model_name": "LayoutModel", + "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -4925,10 +5546,10 @@ "width": null } }, - "c03e9fb295eb40148be801fb8d260c33": { + "65c6a53b58f34396a0a7304fb6ea7a5b": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -4940,166 +5561,269 @@ "description_width": "" } }, - "c0718daafccc4d069c7f2e230fd78d59": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "c113c881abb849d89dd85fee6b673675": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "c13cf139808742628f46bc0b737b2901": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "c1b937394aaf4136b141e6bd9eff3ead": { + "f5e412ea02824368ae2fc88b1ccd8b06": { "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_79762ad064ff484899b8ada1033bac74", + "IPY_MODEL_2f07708ba1834f73a97e0a6e2ab085c3", + "IPY_MODEL_96dc58104fed4a3ab641a73b65ee2433" + ], + "layout": "IPY_MODEL_225e269c9fac46238a31a050f3a75b0a" + } + }, + "79762ad064ff484899b8ada1033bac74": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_74554764bb4149e8b44bc0265521b208", + "placeholder": "​", + "style": "IPY_MODEL_7dd1373a023b4b7a89ee4fd4a7407851", + "value": "100%" + } + }, + "2f07708ba1834f73a97e0a6e2ab085c3": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_a79fab34f94641d898ff2e2aec1ebeb7", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_ff8bb778b8ba41a9a5f45ffb3a1977f9", + "value": 95 + } + }, + "96dc58104fed4a3ab641a73b65ee2433": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_a1748585ba1e4c7898d596a58276256c", + "placeholder": "​", + "style": "IPY_MODEL_004641f756a4433186215ee24b6fa9d2", + "value": " 95/95 [00:00<00:00, 195.24it/s]" + } + }, + "225e269c9fac46238a31a050f3a75b0a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "74554764bb4149e8b44bc0265521b208": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "7dd1373a023b4b7a89ee4fd4a7407851": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "a79fab34f94641d898ff2e2aec1ebeb7": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ff8bb778b8ba41a9a5f45ffb3a1977f9": { + "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -5112,76 +5836,10 @@ "description_width": "" } }, - "c2a1f1049c9a456380802f2609d06ed4": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "FloatProgressModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "FloatProgressModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "ProgressView", - "bar_style": "success", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_9d61c19739d749708aa36510a2fdd040", - "max": 14041, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_8b63a5be67a64dcd8a4ca11a9aaa45a2", - "value": 14041 - } - }, - "c430cfa5ea774cab84bde3adcf8ff9a8": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HTMLModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_5c4e9fb8ef984db2bf7dcd85d18fdc9c", - "placeholder": "​", - "style": "IPY_MODEL_834d002d79bb4d2b848e3a5581dd026b", - "value": "100%" - } - }, - "c750296a6a8a43f8b82dabccdfb02bad": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HTMLModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_b41cf56c9f8f4f5ebcb746706cea45b8", - "placeholder": "​", - "style": "IPY_MODEL_bddb66a537474d25b2e28f56004fb61a", - "value": " 14041/14041 [00:35<00:00, 418.41it/s]" - } - }, - "c8711a623fd84320b2308009270c50aa": { + "a1748585ba1e4c7898d596a58276256c": { "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", "model_name": "LayoutModel", + "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -5230,62 +5888,25 @@ "width": null } }, - "cb7a94855db54bf2bdb63f61417a0b4c": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", + "004641f756a4433186215ee24b6fa9d2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null + "_view_name": "StyleView", + "description_width": "" } }, - "cb96877325f94cc695682d8fe9f5849b": { + "b73c6a20ec414b0e8f98cb8909047243": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "HBoxModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -5297,17 +5918,38 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_9bdb8ca767954db2b7b1dc6154853773", - "IPY_MODEL_71bf908605674fa2a37c66c14973e290", - "IPY_MODEL_34edf5060fb24520a68fd9a9d23839e4" + "IPY_MODEL_9c7a7afee5b34286a3909b75f6c7b27c", + "IPY_MODEL_5099af0024f9474f999b8098657181e6", + "IPY_MODEL_7429a7da84dd46c2bb69893874b5aaa9" ], - "layout": "IPY_MODEL_dbd93c4bf9324f56a3acfc2c34fb4258" + "layout": "IPY_MODEL_abf66896c3304937b0ff4030af279e1a" } }, - "cbe2aa5bbfe04617aaf5424e4479495e": { + "9c7a7afee5b34286a3909b75f6c7b27c": { "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_a27735fa14864d2dbb8f19da75a26c70", + "placeholder": "​", + "style": "IPY_MODEL_59125a3b9a374748b206aa7bae3aaaad", + "value": "100%" + } + }, + "5099af0024f9474f999b8098657181e6": { + "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -5320,18 +5962,18 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_b2c79d46c19340adbfcc055225f8b408", - "max": 3250, + "layout": "IPY_MODEL_3fffad6a31ad496daf60d5a9a657ac4b", + "max": 850, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_c1b937394aaf4136b141e6bd9eff3ead", - "value": 3250 + "style": "IPY_MODEL_d114d11abdc84dadbf788b90228e3dc8", + "value": 850 } }, - "cc55217ee80d4ec4bf2c36e3437c9a57": { + "7429a7da84dd46c2bb69893874b5aaa9": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "HTMLModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -5343,16 +5985,120 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_f3dffe0188c247b5b70cc2b59a1396b4", + "layout": "IPY_MODEL_38e9938b435141aaa72ef3ab5e6c2117", "placeholder": "​", - "style": "IPY_MODEL_ef84f40e81464c4790069e9753b96214", - "value": "100%" + "style": "IPY_MODEL_a1041cc900d24264934a0e9da5c60ad7", + "value": " 850/850 [00:06<00:00, 125.76it/s]" } }, - "ce92caacb82b466da35275939f87b2c2": { + "abf66896c3304937b0ff4030af279e1a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a27735fa14864d2dbb8f19da75a26c70": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "59125a3b9a374748b206aa7bae3aaaad": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -5364,55 +6110,10 @@ "description_width": "" } }, - "d377306f3b22418d9bb0069bbed120db": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HTMLModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_22e85adb6d4341319e0572568567e500", - "placeholder": "​", - "style": "IPY_MODEL_e7d7f231da4745e2915342b6165fea87", - "value": " 3250/3250 [00:02<00:00, 1242.06it/s]" - } - }, - "d79f930a0a34466ba73b758dc9606b1f": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "FloatProgressModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "FloatProgressModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "ProgressView", - "bar_style": "success", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_f56cd3a27b9345309dd60a29a7a4ab66", - "max": 3250, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_5fbcec0f1dfd4d258548b05d448c731b", - "value": 3250 - } - }, - "d7bc16c9a1be4074b8145a5880547ccf": { + "3fffad6a31ad496daf60d5a9a657ac4b": { "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", "model_name": "LayoutModel", + "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -5461,10 +6162,78 @@ "width": null } }, - "d7f159d00b1f4423a63af245f08a9d7f": { + "d114d11abdc84dadbf788b90228e3dc8": { "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "38e9938b435141aaa72ef3ab5e6c2117": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a1041cc900d24264934a0e9da5c60ad7": { + "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -5476,187 +6245,10 @@ "description_width": "" } }, - "dbd93c4bf9324f56a3acfc2c34fb4258": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "dc97803fcbf047aab1f93633a073286f": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "dfc4e389ac774a08a8f8cba525a4f01f": { + "9455b23a20314c3aa53add0bf87ad55c": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HTMLModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_fd3367fa1d2f48c5a843cd0996890c23", - "placeholder": "​", - "style": "IPY_MODEL_c03e9fb295eb40148be801fb8d260c33", - "value": "100%" - } - }, - "e36b03b4cbff4473bbc86dbe4564ad6b": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "e7087a46a98047cea7929950a87caf26": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "HBoxModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -5668,32 +6260,17 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_a575d08813c5485fa4425d19661b2e2e", - "IPY_MODEL_d79f930a0a34466ba73b758dc9606b1f", - "IPY_MODEL_8d5f5d78063e4feb909cfe79e4b5967b" + "IPY_MODEL_4a0551b1bf4946ffad2b81abb04ec4de", + "IPY_MODEL_6fa7a498033c45659d0150f481573e81", + "IPY_MODEL_2f4f0fe151ec4f929a1628451bb770f5" ], - "layout": "IPY_MODEL_c0718daafccc4d069c7f2e230fd78d59" + "layout": "IPY_MODEL_df7d0e0ce5e54cdb99634f2c6bfcf496" } }, - "e7d7f231da4745e2915342b6165fea87": { + "4a0551b1bf4946ffad2b81abb04ec4de": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "e93c6e465eff4534829525f5afb8eeb2": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "HTMLModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -5705,311 +6282,16 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_77116c2a6f6146eeab5675aa6e6d2db7", + "layout": "IPY_MODEL_7602a48d7b6e4a468ec224d4799381ae", "placeholder": "​", - "style": "IPY_MODEL_ea99ff1da31c4318bcae592d67e91828", - "value": " 14041/14041 [00:36<00:00, 415.64it/s]" + "style": "IPY_MODEL_34a569fefd9a46b79c0f53bbed46ac84", + "value": "100%" } }, - "ea99ff1da31c4318bcae592d67e91828": { + "6fa7a498033c45659d0150f481573e81": { "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "ed0e0e4dfbbd43109593515cc4564b7a": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HTMLModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_4244695f32df4dcb98bf01dcd545fc45", - "placeholder": "​", - "style": "IPY_MODEL_18b676a1792c49c48b084a732ed644fd", - "value": " 3250/3250 [00:02<00:00, 1159.29it/s]" - } - }, - "ed5f2e1234e54f02935476d9db73d668": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "ef84f40e81464c4790069e9753b96214": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "f3dffe0188c247b5b70cc2b59a1396b4": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "f56cd3a27b9345309dd60a29a7a4ab66": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "fd3367fa1d2f48c5a843cd0996890c23": { - "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", - "model_name": "LayoutModel", - "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "LayoutView", - "align_content": null, - "align_items": null, - "align_self": null, - "border": null, - "bottom": null, - "display": null, - "flex": null, - "flex_flow": null, - "grid_area": null, - "grid_auto_columns": null, - "grid_auto_flow": null, - "grid_auto_rows": null, - "grid_column": null, - "grid_gap": null, - "grid_row": null, - "grid_template_areas": null, - "grid_template_columns": null, - "grid_template_rows": null, - "height": null, - "justify_content": null, - "justify_items": null, - "left": null, - "margin": null, - "max_height": null, - "max_width": null, - "min_height": null, - "min_width": null, - "object_fit": null, - "object_position": null, - "order": null, - "overflow": null, - "overflow_x": null, - "overflow_y": null, - "padding": null, - "right": null, - "top": null, - "visibility": null, - "width": null - } - }, - "fe08e0188de2453fa43106dd1967d7bb": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "HTMLModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_91c90965cea7452aa9e837fced62a65c", - "placeholder": "​", - "style": "IPY_MODEL_a042c024ed044fa8b0c93ca74d1bcac5", - "value": " 14041/14041 [00:39<00:00, 413.05it/s]" - } - }, - "fe2d66f8b5c14dcebf27e3eed62efecd": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", - "model_name": "DescriptionStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" - } - }, - "feb0902ecba746108d6870d073986c93": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "1.5.0", "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -6022,18 +6304,39 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_8886f2866e584fd68b66648ed413770a", - "max": 14041, + "layout": "IPY_MODEL_e2e7bde05d574f549ae94eab0af8ca79", + "max": 95, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_b4cc28f61c1947d2b6262580f36aa3c0", - "value": 14041 + "style": "IPY_MODEL_f81123ba8d37498fa9ab488611499cbf", + "value": 95 } }, - "ff581edf2e3a43f6a19f433a64bdede3": { + "2f4f0fe151ec4f929a1628451bb770f5": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_b69ef2f9bfed42479f4f7b14ad225136", + "placeholder": "​", + "style": "IPY_MODEL_4886babc8e0b463eaebeec72a99f0771", + "value": " 95/95 [00:00<00:00, 329.57it/s]" + } + }, + "df7d0e0ce5e54cdb99634f2c6bfcf496": { "model_module": "@jupyter-widgets/base", - "model_module_version": "1.2.0", "model_name": "LayoutModel", + "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -6081,6 +6384,18676 @@ "visibility": null, "width": null } + }, + "7602a48d7b6e4a468ec224d4799381ae": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "34a569fefd9a46b79c0f53bbed46ac84": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "e2e7bde05d574f549ae94eab0af8ca79": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "f81123ba8d37498fa9ab488611499cbf": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "b69ef2f9bfed42479f4f7b14ad225136": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "4886babc8e0b463eaebeec72a99f0771": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "b64eec0bcd45497d8b4370cb2f9d734e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_c7b98c05a8b144e59b71090e17376b2b", + "IPY_MODEL_bb8b9ef163ab4560ae8b1704bc6079a8", + "IPY_MODEL_44f4612f3f2e428494c075c0bd185c5d" + ], + "layout": "IPY_MODEL_fa61292f0d5d450392f226ffccd8f52d" + } + }, + "c7b98c05a8b144e59b71090e17376b2b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_feac8c461696419a82d4f3662015b22b", + "placeholder": "​", + "style": "IPY_MODEL_03e66f4bb41844ad90a0e8657cf6d6ab", + "value": "100%" + } + }, + "bb8b9ef163ab4560ae8b1704bc6079a8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_ef070133174c444db8df6f641971a178", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_b611a1e8fc9548bab1912dff1abeb7bb", + "value": 850 + } + }, + "44f4612f3f2e428494c075c0bd185c5d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_2d00ecd0c2254a53bfba11e3f726a317", + "placeholder": "​", + "style": "IPY_MODEL_f4dd34e4c2e04ed186a3ad56c57382ff", + "value": " 850/850 [00:06<00:00, 92.88it/s]" + } + }, + "fa61292f0d5d450392f226ffccd8f52d": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "feac8c461696419a82d4f3662015b22b": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "03e66f4bb41844ad90a0e8657cf6d6ab": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "ef070133174c444db8df6f641971a178": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "b611a1e8fc9548bab1912dff1abeb7bb": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "2d00ecd0c2254a53bfba11e3f726a317": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "f4dd34e4c2e04ed186a3ad56c57382ff": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "97d57fc6c26140eab22b1284458b5e63": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_2201ba8458b74d5e8f394710c3894aee", + "IPY_MODEL_795072d35b314a3d9a58aad44064c332", + "IPY_MODEL_9812a7d4b74b4200a2ce946cc1f36b0c" + ], + "layout": "IPY_MODEL_c56edefbc1234f63a610696de9da575f" + } + }, + "2201ba8458b74d5e8f394710c3894aee": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_01e21a6afb1a4d789cd2e88e0251788b", + "placeholder": "​", + "style": "IPY_MODEL_9a31577b08a34579a2706a0a2a53e56f", + "value": "100%" + } + }, + "795072d35b314a3d9a58aad44064c332": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_40d8f9cd887a45aeaffe656392512b7c", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_4b88b211ff64459cbb58379661d72649", + "value": 95 + } + }, + "9812a7d4b74b4200a2ce946cc1f36b0c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_debde6bba85c4deaa8c64fd63dc436cb", + "placeholder": "​", + "style": "IPY_MODEL_7e7080ee839c4f228c552a6055f67362", + "value": " 95/95 [00:00<00:00, 304.62it/s]" + } + }, + "c56edefbc1234f63a610696de9da575f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "01e21a6afb1a4d789cd2e88e0251788b": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9a31577b08a34579a2706a0a2a53e56f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "40d8f9cd887a45aeaffe656392512b7c": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "4b88b211ff64459cbb58379661d72649": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "debde6bba85c4deaa8c64fd63dc436cb": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "7e7080ee839c4f228c552a6055f67362": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "183da0637320439a802ba1f22db4055d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_bc7a41bd2fae4c8ca67809f79f1ea323", + "IPY_MODEL_71b2df80980841128b35c118362b4637", + "IPY_MODEL_3873310d23f040de84f51fe25a923a7c" + ], + "layout": "IPY_MODEL_f12b3433441147169b5024c764588871" + } + }, + "bc7a41bd2fae4c8ca67809f79f1ea323": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_65e2136d2df245d082b4681bdcfe1887", + "placeholder": "​", + "style": "IPY_MODEL_81c85f2861034a058c16ffad639b113a", + "value": "100%" + } + }, + "71b2df80980841128b35c118362b4637": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_815127753be7449cb5f7c4f9a703352b", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_ebd4b0840cfb418a903972213b141acf", + "value": 850 + } + }, + "3873310d23f040de84f51fe25a923a7c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_0bddf469061a445b89e6093e5f52cd0c", + "placeholder": "​", + "style": "IPY_MODEL_fdad8510d3994d78bf84dd67e33aacf8", + "value": " 850/850 [00:06<00:00, 127.70it/s]" + } + }, + "f12b3433441147169b5024c764588871": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "65e2136d2df245d082b4681bdcfe1887": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "81c85f2861034a058c16ffad639b113a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "815127753be7449cb5f7c4f9a703352b": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ebd4b0840cfb418a903972213b141acf": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "0bddf469061a445b89e6093e5f52cd0c": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "fdad8510d3994d78bf84dd67e33aacf8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "f6003393d9ee4280a1f9cde880770923": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_640c5337dfc84a6181326890ae186908", + "IPY_MODEL_53d6ea4aa75040afb96da92053b575b0", + "IPY_MODEL_cfcf8b6772974d9fa6849de5e2e25e5e" + ], + "layout": "IPY_MODEL_7350a3c5be594bccafa03c0c6152bad4" + } + }, + "640c5337dfc84a6181326890ae186908": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_ae732bba6468483abf7f25312c4cd564", + "placeholder": "​", + "style": "IPY_MODEL_7534848d4a9f466caece2ce99eb85e3c", + "value": "100%" + } + }, + "53d6ea4aa75040afb96da92053b575b0": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_8e929b749ca24192b2ec86d25c3e0745", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_287f5d7efd834094885f602d7636bc48", + "value": 95 + } + }, + "cfcf8b6772974d9fa6849de5e2e25e5e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_931ca99cba884d5c87c2203db5e66528", + "placeholder": "​", + "style": "IPY_MODEL_5f2af7107d5d43368674086f25f7d791", + "value": " 95/95 [00:00<00:00, 320.68it/s]" + } + }, + "7350a3c5be594bccafa03c0c6152bad4": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ae732bba6468483abf7f25312c4cd564": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "7534848d4a9f466caece2ce99eb85e3c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "8e929b749ca24192b2ec86d25c3e0745": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "287f5d7efd834094885f602d7636bc48": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "931ca99cba884d5c87c2203db5e66528": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "5f2af7107d5d43368674086f25f7d791": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "895a93de1b694f48a82748ece9920ab8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_234d07452c78461b8dc1b8a65eec7a62", + "IPY_MODEL_5e99240bd72c4fd5a6a4024f5d7b7eb7", + "IPY_MODEL_baf5d4aaaa8b4155bb359c13af85768b" + ], + "layout": "IPY_MODEL_88ecf9def7804d6095d62accb044482e" + } + }, + "234d07452c78461b8dc1b8a65eec7a62": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_f3968444d1c94e01a3e6dd329a5c344f", + "placeholder": "​", + "style": "IPY_MODEL_3ef2410d8b714b86bf803516b0ff8149", + "value": "100%" + } + }, + "5e99240bd72c4fd5a6a4024f5d7b7eb7": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_d2e35e35b50243b3be648cfb165c4f7f", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_6b506f442f0c47519f953352fea4a3d1", + "value": 850 + } + }, + "baf5d4aaaa8b4155bb359c13af85768b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_248494dfc6104c73bf7876281c87e231", + "placeholder": "​", + "style": "IPY_MODEL_99734598f05448248bcb35d1f26f2b9d", + "value": " 850/850 [00:06<00:00, 121.40it/s]" + } + }, + "88ecf9def7804d6095d62accb044482e": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "f3968444d1c94e01a3e6dd329a5c344f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "3ef2410d8b714b86bf803516b0ff8149": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "d2e35e35b50243b3be648cfb165c4f7f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "6b506f442f0c47519f953352fea4a3d1": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "248494dfc6104c73bf7876281c87e231": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "99734598f05448248bcb35d1f26f2b9d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "eb91796fedd14421a122e2008ce2c95d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_de3f116a9a31442186864e274b5c6075", + "IPY_MODEL_c645e5269e03498092168da906fa3a17", + "IPY_MODEL_572d6f24794a4c95a356f26eab3bbe09" + ], + "layout": "IPY_MODEL_3ff1ebd2fa31494a9f2f38f851e05c38" + } + }, + "de3f116a9a31442186864e274b5c6075": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_884fc37f78c04e8caf57ca96889fda4a", + "placeholder": "​", + "style": "IPY_MODEL_f812ac0b4dca47c790f7267a79eb5427", + "value": "100%" + } + }, + "c645e5269e03498092168da906fa3a17": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_c29c5a85060d49409702f1f28a33b1ee", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_2baee774f8404f9ea38666d497e03ecb", + "value": 95 + } + }, + "572d6f24794a4c95a356f26eab3bbe09": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_ae52ca6cda05495ca16ba8f8e927e6c7", + "placeholder": "​", + "style": "IPY_MODEL_f3d06303f99a4d53a3ec03127dfe5358", + "value": " 95/95 [00:00<00:00, 317.17it/s]" + } + }, + "3ff1ebd2fa31494a9f2f38f851e05c38": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "884fc37f78c04e8caf57ca96889fda4a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "f812ac0b4dca47c790f7267a79eb5427": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "c29c5a85060d49409702f1f28a33b1ee": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "2baee774f8404f9ea38666d497e03ecb": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "ae52ca6cda05495ca16ba8f8e927e6c7": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "f3d06303f99a4d53a3ec03127dfe5358": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "4f7649ca13264fe9ba5f278acc982598": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_83db048822bd47f9883a152b9cdcef17", + "IPY_MODEL_8034ba50a4ba4d46b45518d67690a5f5", + "IPY_MODEL_5f208b9c6a254feb8f87b7da9f13754f" + ], + "layout": "IPY_MODEL_0d4821ec8b3b4f018012cbf967489b4e" + } + }, + "83db048822bd47f9883a152b9cdcef17": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_9d04d34fa3124107943d9a670a5a1da4", + "placeholder": "​", + "style": "IPY_MODEL_8414108be4ef4129a89e7406b8588bc0", + "value": "100%" + } + }, + "8034ba50a4ba4d46b45518d67690a5f5": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_d23d98c2dca94d56b27781d6c3656bab", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_2a5921371d2c48809aafc7855a5aeb3e", + "value": 850 + } + }, + "5f208b9c6a254feb8f87b7da9f13754f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_ee672e7d53364cb599d263a99674dc02", + "placeholder": "​", + "style": "IPY_MODEL_76d97d6cf2a04dedaa7785902f46ddc5", + "value": " 850/850 [00:06<00:00, 129.25it/s]" + } + }, + "0d4821ec8b3b4f018012cbf967489b4e": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9d04d34fa3124107943d9a670a5a1da4": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "8414108be4ef4129a89e7406b8588bc0": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "d23d98c2dca94d56b27781d6c3656bab": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "2a5921371d2c48809aafc7855a5aeb3e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "ee672e7d53364cb599d263a99674dc02": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "76d97d6cf2a04dedaa7785902f46ddc5": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "d19f374b342f4d738c3f08d821776e06": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_3d4f154784364372b1f44e367420d475", + "IPY_MODEL_b1d0a5041e5c4d94bb47cf4f7a3ee698", + "IPY_MODEL_2b97e6f6f9eb410e96d340421138079e" + ], + "layout": "IPY_MODEL_bd0c8a1d4dc74edb8ccf5df7e672dc1d" + } + }, + "3d4f154784364372b1f44e367420d475": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_d3750e7001f041edaf318c325e25656e", + "placeholder": "​", + "style": "IPY_MODEL_a82729ecc8a6455184618088b032ffd7", + "value": "100%" + } + }, + "b1d0a5041e5c4d94bb47cf4f7a3ee698": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_706e9f2691614755aca1690de9a5441d", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_fc620338dea143dd928a6d368281aa37", + "value": 95 + } + }, + "2b97e6f6f9eb410e96d340421138079e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_21094e552a73478f8cd554d067945b78", + "placeholder": "​", + "style": "IPY_MODEL_7886526b15744329b37dcdd2668d93cb", + "value": " 95/95 [00:00<00:00, 334.24it/s]" + } + }, + "bd0c8a1d4dc74edb8ccf5df7e672dc1d": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "d3750e7001f041edaf318c325e25656e": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a82729ecc8a6455184618088b032ffd7": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "706e9f2691614755aca1690de9a5441d": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "fc620338dea143dd928a6d368281aa37": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "21094e552a73478f8cd554d067945b78": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "7886526b15744329b37dcdd2668d93cb": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "fea6603aa6fa476a965180d2c4a44706": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_0bf50a5a925a4beb81630b35dc700cbd", + "IPY_MODEL_e03fbe634d574272affeab1351c54d93", + "IPY_MODEL_5290a71eda624e86bca48094948e81bd" + ], + "layout": "IPY_MODEL_31ef9935f33e42de8fbaeabe8f1fc34f" + } + }, + "0bf50a5a925a4beb81630b35dc700cbd": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_c27c8d3dd92749598be2932d559fb0ed", + "placeholder": "​", + "style": "IPY_MODEL_e36f2db5b0b24e2e91ab6bdc06da1ec8", + "value": "100%" + } + }, + "e03fbe634d574272affeab1351c54d93": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_7d4f78ab1cc84544a34569a76c74c2fb", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_a942ec16802e4db8ad095240b33104fb", + "value": 850 + } + }, + "5290a71eda624e86bca48094948e81bd": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_cedb1f41f75c41c990f9211c4345ea4f", + "placeholder": "​", + "style": "IPY_MODEL_ed0afae8ca3d4fcaad9766a5cad6a32e", + "value": " 850/850 [00:06<00:00, 127.12it/s]" + } + }, + "31ef9935f33e42de8fbaeabe8f1fc34f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "c27c8d3dd92749598be2932d559fb0ed": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e36f2db5b0b24e2e91ab6bdc06da1ec8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "7d4f78ab1cc84544a34569a76c74c2fb": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a942ec16802e4db8ad095240b33104fb": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "cedb1f41f75c41c990f9211c4345ea4f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ed0afae8ca3d4fcaad9766a5cad6a32e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "5d36a24475b24c608fd48d1847348e76": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_4a9c5a2d606742cd829f238b0da4e67f", + "IPY_MODEL_abd05fc658954b6da0df381a78a28eeb", + "IPY_MODEL_934a7b5dcb754a189524f9d8fb85dbcc" + ], + "layout": "IPY_MODEL_14924a001a084503a41e224e8f979a8e" + } + }, + "4a9c5a2d606742cd829f238b0da4e67f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_1a4e299484144fa1932f6b0afabc3bcd", + "placeholder": "​", + "style": "IPY_MODEL_1ae58d441de74c9a9bdb7d7545bceb4d", + "value": "100%" + } + }, + "abd05fc658954b6da0df381a78a28eeb": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_fa5d73540b4d411ca92137412236e44a", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_77ddd1cd4f2945389f4040626adedf35", + "value": 95 + } + }, + "934a7b5dcb754a189524f9d8fb85dbcc": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_0c2db26d0f734e5ea1f5a70023e1c9dd", + "placeholder": "​", + "style": "IPY_MODEL_581bc49ba3314871bd755e1cb6415e90", + "value": " 95/95 [00:00<00:00, 315.93it/s]" + } + }, + "14924a001a084503a41e224e8f979a8e": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "1a4e299484144fa1932f6b0afabc3bcd": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "1ae58d441de74c9a9bdb7d7545bceb4d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "fa5d73540b4d411ca92137412236e44a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "77ddd1cd4f2945389f4040626adedf35": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "0c2db26d0f734e5ea1f5a70023e1c9dd": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "581bc49ba3314871bd755e1cb6415e90": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "26f02fcf8dc041fb99223a66029f4a86": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_9ddc4b945a994f169adae52c300a22bd", + "IPY_MODEL_cc0e3a7fd7444eb5be2919aa71271eb4", + "IPY_MODEL_56404b743b1b4b81b01a86c7e41e39e8" + ], + "layout": "IPY_MODEL_8031bde7cb954c01be579118f56ebc3f" + } + }, + "9ddc4b945a994f169adae52c300a22bd": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_8f4989ac840c4241b1d7fc65ca94fbe1", + "placeholder": "​", + "style": "IPY_MODEL_d0277a7d93274aa6a5ec065d1f5510cf", + "value": "100%" + } + }, + "cc0e3a7fd7444eb5be2919aa71271eb4": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_3a507c38f8894be3ba84875a50e92f3f", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_cdf50fce9b4e4be8903f8adfda2ed26d", + "value": 850 + } + }, + "56404b743b1b4b81b01a86c7e41e39e8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_f5b02bd758394e9a993106f84d7fa2ae", + "placeholder": "​", + "style": "IPY_MODEL_c1b86d89a38942aca3587e5b964a1b29", + "value": " 850/850 [00:06<00:00, 122.84it/s]" + } + }, + "8031bde7cb954c01be579118f56ebc3f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "8f4989ac840c4241b1d7fc65ca94fbe1": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "d0277a7d93274aa6a5ec065d1f5510cf": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "3a507c38f8894be3ba84875a50e92f3f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "cdf50fce9b4e4be8903f8adfda2ed26d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "f5b02bd758394e9a993106f84d7fa2ae": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "c1b86d89a38942aca3587e5b964a1b29": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "11bdb32c142f4df2953da91ddccba8bd": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_7dff0a2710304155b7442ff3379cfddc", + "IPY_MODEL_97b47d5e36504228b78480569e4625ba", + "IPY_MODEL_c6816e606f8a46da9c78a0b39130ae48" + ], + "layout": "IPY_MODEL_1a0bd7ad8ef74bf4ac1c9f4b2d944fa7" + } + }, + "7dff0a2710304155b7442ff3379cfddc": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_fee09b37fb334e2681dbc49a02f45d5c", + "placeholder": "​", + "style": "IPY_MODEL_70b36c0d26b644bf808c6340b0e9ca4c", + "value": "100%" + } + }, + "97b47d5e36504228b78480569e4625ba": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_69a0217550b14e329c644a37467f5803", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_3ad8e954bb76434aaa1fee56a4a35986", + "value": 95 + } + }, + "c6816e606f8a46da9c78a0b39130ae48": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_6ab95d000c8d4d34901a36e6421bcdda", + "placeholder": "​", + "style": "IPY_MODEL_d7e0e47e3f15455ab870b19490c1231d", + "value": " 95/95 [00:00<00:00, 309.73it/s]" + } + }, + "1a0bd7ad8ef74bf4ac1c9f4b2d944fa7": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "fee09b37fb334e2681dbc49a02f45d5c": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "70b36c0d26b644bf808c6340b0e9ca4c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "69a0217550b14e329c644a37467f5803": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "3ad8e954bb76434aaa1fee56a4a35986": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "6ab95d000c8d4d34901a36e6421bcdda": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "d7e0e47e3f15455ab870b19490c1231d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "fada96abd3f743c2a5345e440698739e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_bee5b7ca6ac84f3e81b136ed3d624a58", + "IPY_MODEL_9870c65a492c483ca0682b1f9f87ee93", + "IPY_MODEL_5f9ce1dacdbc48f1805894697c0a9de8" + ], + "layout": "IPY_MODEL_b16504a2736d45818c7685e1ba050c87" + } + }, + "bee5b7ca6ac84f3e81b136ed3d624a58": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_5a376a6f0cea483abd06ef57b41bfcb7", + "placeholder": "​", + "style": "IPY_MODEL_cff78de032534067b7419c9dc1cee334", + "value": "100%" + } + }, + "9870c65a492c483ca0682b1f9f87ee93": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_23e45dddebf24ab98ffc3c432dc9c733", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_08328cda9cc2423b90fa90814fd6795b", + "value": 850 + } + }, + "5f9ce1dacdbc48f1805894697c0a9de8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_a6136a348e5f4e9f95a219dba085d569", + "placeholder": "​", + "style": "IPY_MODEL_e512bc494f5d44e782b2d1175bcfded2", + "value": " 850/850 [00:06<00:00, 126.53it/s]" + } + }, + "b16504a2736d45818c7685e1ba050c87": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "5a376a6f0cea483abd06ef57b41bfcb7": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "cff78de032534067b7419c9dc1cee334": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "23e45dddebf24ab98ffc3c432dc9c733": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "08328cda9cc2423b90fa90814fd6795b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "a6136a348e5f4e9f95a219dba085d569": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e512bc494f5d44e782b2d1175bcfded2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "18dd20283ca04939a7ff34eedc73bf5b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_eeb80f7ebf65423c809bb7a08a4544df", + "IPY_MODEL_b0efe0cd0a204b6e959ea65e3c62f472", + "IPY_MODEL_2270d6da3430454088be8fd5436eda6f" + ], + "layout": "IPY_MODEL_58829bdcb4aa40718a192f3eaacc7aa0" + } + }, + "eeb80f7ebf65423c809bb7a08a4544df": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_e496ec09babd48f0a74e3ed78ec5ddef", + "placeholder": "​", + "style": "IPY_MODEL_88b3f577ffe2496e973e51049c0260e6", + "value": "100%" + } + }, + "b0efe0cd0a204b6e959ea65e3c62f472": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_3150de0d990349f3b2aecd1797832a9c", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_6c69fbb0ca7a453b9aafa635ee23d0cc", + "value": 95 + } + }, + "2270d6da3430454088be8fd5436eda6f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_f876842bd21d4306b9eeebf1cdb1d0a6", + "placeholder": "​", + "style": "IPY_MODEL_ab1ee870a3c643ada80f9b9b8c35db4a", + "value": " 95/95 [00:00<00:00, 308.92it/s]" + } + }, + "58829bdcb4aa40718a192f3eaacc7aa0": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e496ec09babd48f0a74e3ed78ec5ddef": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "88b3f577ffe2496e973e51049c0260e6": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "3150de0d990349f3b2aecd1797832a9c": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "6c69fbb0ca7a453b9aafa635ee23d0cc": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "f876842bd21d4306b9eeebf1cdb1d0a6": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ab1ee870a3c643ada80f9b9b8c35db4a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "f25b7c896e7f44ab9617716ab48712d5": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_dfa4700276eb4ce29a190c5ae908d2e5", + "IPY_MODEL_2f5e23bad83b46cd881e28951a8b62d9", + "IPY_MODEL_2863740d517f4e28a54dd67b7450139a" + ], + "layout": "IPY_MODEL_dd74ad6ccd4b43068847c6f2c5ed2932" + } + }, + "dfa4700276eb4ce29a190c5ae908d2e5": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_649e27a534404877b6bf772377c6863f", + "placeholder": "​", + "style": "IPY_MODEL_609bb17fe1bb4c9a9faca58305667b9f", + "value": "100%" + } + }, + "2f5e23bad83b46cd881e28951a8b62d9": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_116453d74d114c60a2b1f3a706edaa0d", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_48cb43c628ae404d826e2c7fa1963721", + "value": 850 + } + }, + "2863740d517f4e28a54dd67b7450139a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_8f5117c0561449bb9c379e0cb31028ac", + "placeholder": "​", + "style": "IPY_MODEL_5c800752c6be40a480fd4caeb11b28a2", + "value": " 850/850 [00:06<00:00, 118.78it/s]" + } + }, + "dd74ad6ccd4b43068847c6f2c5ed2932": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "649e27a534404877b6bf772377c6863f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "609bb17fe1bb4c9a9faca58305667b9f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "116453d74d114c60a2b1f3a706edaa0d": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "48cb43c628ae404d826e2c7fa1963721": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "8f5117c0561449bb9c379e0cb31028ac": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "5c800752c6be40a480fd4caeb11b28a2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "15426a3044ad4894915581c3f7d85ab5": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_6877db1ddd984e389ae97b0efb24ccf3", + "IPY_MODEL_52ff56ecc5004f14804a4d9bc3c6696e", + "IPY_MODEL_de4e98ac7f5d4b4aa386333d13e2315b" + ], + "layout": "IPY_MODEL_a65e0c4c6a26497c9c952e8b8788ff29" + } + }, + "6877db1ddd984e389ae97b0efb24ccf3": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_cfd5bcb0b90d416dacf89151b0ca8d45", + "placeholder": "​", + "style": "IPY_MODEL_38d1fda938864047ab418ab5f38ecb58", + "value": "100%" + } + }, + "52ff56ecc5004f14804a4d9bc3c6696e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_8dd1d2d92b3f44a2b9ce2b5d86e79e41", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_5d1bc9e71e894faca92c05625db24958", + "value": 95 + } + }, + "de4e98ac7f5d4b4aa386333d13e2315b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_fc4c96d2a09442b18b3f1f31f79cf8b3", + "placeholder": "​", + "style": "IPY_MODEL_1c64200bfad54aefa8f674ffe46be9df", + "value": " 95/95 [00:00<00:00, 327.21it/s]" + } + }, + "a65e0c4c6a26497c9c952e8b8788ff29": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "cfd5bcb0b90d416dacf89151b0ca8d45": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "38d1fda938864047ab418ab5f38ecb58": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "8dd1d2d92b3f44a2b9ce2b5d86e79e41": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "5d1bc9e71e894faca92c05625db24958": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "fc4c96d2a09442b18b3f1f31f79cf8b3": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "1c64200bfad54aefa8f674ffe46be9df": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "80ad2f04f2c44c9db5940bc7bc2d5fdb": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_a13844495be1490da15da4ca6ddd30dd", + "IPY_MODEL_820bb4f4a7c74efeb2101a857e003c44", + "IPY_MODEL_deeeaf2b70f94bd481f749ef3e9e6b27" + ], + "layout": "IPY_MODEL_451bc71e6b9e4df68b445af4b32ff1ca" + } + }, + "a13844495be1490da15da4ca6ddd30dd": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_7de96e77d37d43e689505270af1f774f", + "placeholder": "​", + "style": "IPY_MODEL_f72ead1f1f9d4a3a8b140e163fac52ae", + "value": "100%" + } + }, + "820bb4f4a7c74efeb2101a857e003c44": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_f9a5bd4289874e788e88e34f5775ad74", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_966c630eaa0544a4978dff2bc05817af", + "value": 850 + } + }, + "deeeaf2b70f94bd481f749ef3e9e6b27": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_a5858e1708fa45a3b8493198553665eb", + "placeholder": "​", + "style": "IPY_MODEL_5f095ce01e344feb9ff83c2d72f77aaf", + "value": " 850/850 [00:06<00:00, 122.90it/s]" + } + }, + "451bc71e6b9e4df68b445af4b32ff1ca": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "7de96e77d37d43e689505270af1f774f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "f72ead1f1f9d4a3a8b140e163fac52ae": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "f9a5bd4289874e788e88e34f5775ad74": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "966c630eaa0544a4978dff2bc05817af": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "a5858e1708fa45a3b8493198553665eb": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "5f095ce01e344feb9ff83c2d72f77aaf": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "243414f465b642b098c5941b3ddeec10": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_c1f4475aad6b44e99bddf60651c33916", + "IPY_MODEL_8bbf380af7cc4442bdd29b6552208740", + "IPY_MODEL_3fe0ddb7fbd94570b2db6e7143718217" + ], + "layout": "IPY_MODEL_34abd8eec284458584545ac1ce188d5e" + } + }, + "c1f4475aad6b44e99bddf60651c33916": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_eaddb1ef24a843f29457a9d7f8b6de0f", + "placeholder": "​", + "style": "IPY_MODEL_c32486d1733943e0b94c3826d125f009", + "value": "100%" + } + }, + "8bbf380af7cc4442bdd29b6552208740": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_7787ce401c3c4e8eb889234ad99f295c", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_e2533cda963547749948a35f60a4e7f6", + "value": 95 + } + }, + "3fe0ddb7fbd94570b2db6e7143718217": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_e952ca4b158741bcb76bf5610231ba74", + "placeholder": "​", + "style": "IPY_MODEL_0bd3a1e95fad4ea48c1f7da133fd62a2", + "value": " 95/95 [00:00<00:00, 327.63it/s]" + } + }, + "34abd8eec284458584545ac1ce188d5e": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "eaddb1ef24a843f29457a9d7f8b6de0f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "c32486d1733943e0b94c3826d125f009": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "7787ce401c3c4e8eb889234ad99f295c": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e2533cda963547749948a35f60a4e7f6": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "e952ca4b158741bcb76bf5610231ba74": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "0bd3a1e95fad4ea48c1f7da133fd62a2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "bca355c8ba4542c888a0d13bab384139": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_415cfd3ca6124892a761ab111f18959e", + "IPY_MODEL_cad7aed677e74d469157da477ae404de", + "IPY_MODEL_2e141d84573b4ac8930dae439a85991b" + ], + "layout": "IPY_MODEL_e04a97c51f004c3ea94a90400c529d80" + } + }, + "415cfd3ca6124892a761ab111f18959e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_2b0049bdacc74abdbee4c5a1cdd41266", + "placeholder": "​", + "style": "IPY_MODEL_db81302365834886bbdf2ffa773b846a", + "value": "100%" + } + }, + "cad7aed677e74d469157da477ae404de": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_d0ba197500174f75b773b812a02f484a", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_e673f1b0d13d4c10a4b616540dc91cd5", + "value": 850 + } + }, + "2e141d84573b4ac8930dae439a85991b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_2fc93ce44070403ea2899ff4ee09285a", + "placeholder": "​", + "style": "IPY_MODEL_e57249faf04948a7bbdb1e6cf8de3ebf", + "value": " 850/850 [00:07<00:00, 86.18it/s]" + } + }, + "e04a97c51f004c3ea94a90400c529d80": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "2b0049bdacc74abdbee4c5a1cdd41266": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "db81302365834886bbdf2ffa773b846a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "d0ba197500174f75b773b812a02f484a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e673f1b0d13d4c10a4b616540dc91cd5": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "2fc93ce44070403ea2899ff4ee09285a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e57249faf04948a7bbdb1e6cf8de3ebf": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "9a0f2a59d50e44ea978c52886d87a10a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_e0cf04bc1c954acb8252b104cab44139", + "IPY_MODEL_721698969d4a4cf186abaf19da776727", + "IPY_MODEL_896cfe51f09e4de29f157055ff6ddcff" + ], + "layout": "IPY_MODEL_4157e2012c9142c8a708172951f5fd84" + } + }, + "e0cf04bc1c954acb8252b104cab44139": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_f0da8130d4a949d5a01dd9d52acc7fad", + "placeholder": "​", + "style": "IPY_MODEL_984f6d6017a44f599b5255283d0b767d", + "value": "100%" + } + }, + "721698969d4a4cf186abaf19da776727": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_d895339fd1c0484892c88f7d94d6a609", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_b98cf91f3b9f435ea73a0d5496f4e900", + "value": 95 + } + }, + "896cfe51f09e4de29f157055ff6ddcff": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_1403986b99014366a44c74773fb371a8", + "placeholder": "​", + "style": "IPY_MODEL_e70104e493c64df99218793246312e7a", + "value": " 95/95 [00:00<00:00, 206.50it/s]" + } + }, + "4157e2012c9142c8a708172951f5fd84": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "f0da8130d4a949d5a01dd9d52acc7fad": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "984f6d6017a44f599b5255283d0b767d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "d895339fd1c0484892c88f7d94d6a609": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "b98cf91f3b9f435ea73a0d5496f4e900": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "1403986b99014366a44c74773fb371a8": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e70104e493c64df99218793246312e7a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "671f384c7e864f8bb6b457ea463e7c16": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_a6c59b92380d427a81d605029acd963e", + "IPY_MODEL_6dd84066b43047dcbafe03c86ce74810", + "IPY_MODEL_97f9d4312a3e4ff8833e2b736744497d" + ], + "layout": "IPY_MODEL_aaef1d1e0c4e4e65bd3933b12d71650e" + } + }, + "a6c59b92380d427a81d605029acd963e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_88439b8e86894e06973dbc082e9bb580", + "placeholder": "​", + "style": "IPY_MODEL_9d8d2140ce2d4265a45cd74e1f23f651", + "value": "100%" + } + }, + "6dd84066b43047dcbafe03c86ce74810": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_1aaefe5d6fd74d35ad2ebaaf3c7f6c99", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_ee8dd1506d5b4692a29db5f706ba3d24", + "value": 850 + } + }, + "97f9d4312a3e4ff8833e2b736744497d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_83e51e1e281c4f7696218a74ace43ed8", + "placeholder": "​", + "style": "IPY_MODEL_afec47a34dc44a49a5745fb6f8dfb911", + "value": " 850/850 [00:06<00:00, 123.53it/s]" + } + }, + "aaef1d1e0c4e4e65bd3933b12d71650e": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "88439b8e86894e06973dbc082e9bb580": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9d8d2140ce2d4265a45cd74e1f23f651": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "1aaefe5d6fd74d35ad2ebaaf3c7f6c99": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ee8dd1506d5b4692a29db5f706ba3d24": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "83e51e1e281c4f7696218a74ace43ed8": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "afec47a34dc44a49a5745fb6f8dfb911": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "041126bd64cf4757bf6f78421a2bb07a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_0dd9f92f5b694214ba27fd2898457b59", + "IPY_MODEL_7112dd50086d4ee49cd727e354d78f69", + "IPY_MODEL_b2feea0a1f2a47d2b731b6b43f017d21" + ], + "layout": "IPY_MODEL_359e8e2c9f5440b5b71ab7ba13ecba04" + } + }, + "0dd9f92f5b694214ba27fd2898457b59": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_88b9fbc78c3741319299f09ff846dd31", + "placeholder": "​", + "style": "IPY_MODEL_24a1f6fcd86a4c09a4abb01b51634843", + "value": "100%" + } + }, + "7112dd50086d4ee49cd727e354d78f69": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_00dd4133c4c444dc961c691a3a3b177f", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_41c47e701ad8467197fd6bc8a5a7e7a9", + "value": 95 + } + }, + "b2feea0a1f2a47d2b731b6b43f017d21": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_b90a8f0bb5eb4d4687bec5d725c27e8f", + "placeholder": "​", + "style": "IPY_MODEL_eefe46849d8041268a89a931a7aae761", + "value": " 95/95 [00:00<00:00, 306.79it/s]" + } + }, + "359e8e2c9f5440b5b71ab7ba13ecba04": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "88b9fbc78c3741319299f09ff846dd31": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "24a1f6fcd86a4c09a4abb01b51634843": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "00dd4133c4c444dc961c691a3a3b177f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "41c47e701ad8467197fd6bc8a5a7e7a9": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "b90a8f0bb5eb4d4687bec5d725c27e8f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "eefe46849d8041268a89a931a7aae761": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "8fb9dc20cb824c498b071bf948a1f5cb": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_58fd671ca6fd40b08f6768386c59d4a0", + "IPY_MODEL_df829eeb33f84c3d88d54bd6e46b9945", + "IPY_MODEL_0ad90dac145249c5a87cd45415a67595" + ], + "layout": "IPY_MODEL_79ac2a3dbb2341e0b648cfde75721f68" + } + }, + "58fd671ca6fd40b08f6768386c59d4a0": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_79578e0f487549d0b8052d971781e9cd", + "placeholder": "​", + "style": "IPY_MODEL_0d2d907a55db492cbfe02cc9c0355a18", + "value": "100%" + } + }, + "df829eeb33f84c3d88d54bd6e46b9945": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_f9e85365b2fd4d6183436a98edd6444d", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_641fb4f24f3142fa94ef3ab28ceb8932", + "value": 850 + } + }, + "0ad90dac145249c5a87cd45415a67595": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_445756058d834de1969d02bc37c0fd2a", + "placeholder": "​", + "style": "IPY_MODEL_69c248d0bced408c835909d2196a7477", + "value": " 850/850 [00:07<00:00, 116.54it/s]" + } + }, + "79ac2a3dbb2341e0b648cfde75721f68": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "79578e0f487549d0b8052d971781e9cd": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "0d2d907a55db492cbfe02cc9c0355a18": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "f9e85365b2fd4d6183436a98edd6444d": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "641fb4f24f3142fa94ef3ab28ceb8932": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "445756058d834de1969d02bc37c0fd2a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "69c248d0bced408c835909d2196a7477": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "22fe593b2f2d41f1a4d431d2f7deb839": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_1be9fe480f674a9590c716cca7425646", + "IPY_MODEL_dcf922697c6c43f386b4baa9488d0b80", + "IPY_MODEL_4045d74e997e416285eb2fdc4a31bfaf" + ], + "layout": "IPY_MODEL_5fbe34dce21e4f2c9e858235f5c3e642" + } + }, + "1be9fe480f674a9590c716cca7425646": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_7393bbc891a54d159db52ccc6f10dfe6", + "placeholder": "​", + "style": "IPY_MODEL_b5573505d6e94338b8de6188bb4c9725", + "value": "100%" + } + }, + "dcf922697c6c43f386b4baa9488d0b80": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_d3e61b3628aa4b4e9c390af9b81d72e7", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_655b5da1cc8d4a449f0a1e9d8aa44dd2", + "value": 95 + } + }, + "4045d74e997e416285eb2fdc4a31bfaf": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_146f3514e3f4479e862f176bb78fccd0", + "placeholder": "​", + "style": "IPY_MODEL_9bb2e40ab8944b9b956f7472740c700f", + "value": " 95/95 [00:00<00:00, 308.95it/s]" + } + }, + "5fbe34dce21e4f2c9e858235f5c3e642": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "7393bbc891a54d159db52ccc6f10dfe6": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "b5573505d6e94338b8de6188bb4c9725": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "d3e61b3628aa4b4e9c390af9b81d72e7": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "655b5da1cc8d4a449f0a1e9d8aa44dd2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "146f3514e3f4479e862f176bb78fccd0": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9bb2e40ab8944b9b956f7472740c700f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "894bd41e862948089d73ec3494c164c1": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_16e26857f82f4553afaf20d86507ed34", + "IPY_MODEL_021f1ffb946c421bb91abf6e0b28fa61", + "IPY_MODEL_b192e30c7705433dbeb4f78071008856" + ], + "layout": "IPY_MODEL_5dad8785841c421f9933dace44199245" + } + }, + "16e26857f82f4553afaf20d86507ed34": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_db59c305ba5c4638a00569164e17dbe8", + "placeholder": "​", + "style": "IPY_MODEL_71b29c2910474d29814fe77ecbd42c2c", + "value": "100%" + } + }, + "021f1ffb946c421bb91abf6e0b28fa61": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_a111d2b6c4da4ae3a20380daa65622ad", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_b56588718b1e469faaf27d51c1e24458", + "value": 850 + } + }, + "b192e30c7705433dbeb4f78071008856": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_9056ab2cbaaa47a59cee6a1a7c11f110", + "placeholder": "​", + "style": "IPY_MODEL_54c727355f814b6cb833f543baa7788c", + "value": " 850/850 [00:09<00:00, 102.95it/s]" + } + }, + "5dad8785841c421f9933dace44199245": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "db59c305ba5c4638a00569164e17dbe8": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "71b29c2910474d29814fe77ecbd42c2c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "a111d2b6c4da4ae3a20380daa65622ad": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "b56588718b1e469faaf27d51c1e24458": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "9056ab2cbaaa47a59cee6a1a7c11f110": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "54c727355f814b6cb833f543baa7788c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "a9216decb9784975ba15b7eb3cba6ada": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_8b5b71571e5647aa8d4ba6f00b4f0d0b", + "IPY_MODEL_303fbe7c747f4b0192101d44c4b0dd73", + "IPY_MODEL_8fd20a3f559549b7b235cbb027facb6a" + ], + "layout": "IPY_MODEL_fc27e88d585a4c6bacc9fb9c7d97bb3c" + } + }, + "8b5b71571e5647aa8d4ba6f00b4f0d0b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_151015e511624a379344c7d9f4acc9eb", + "placeholder": "​", + "style": "IPY_MODEL_09fdb1a4049046d78b5f367252608847", + "value": "100%" + } + }, + "303fbe7c747f4b0192101d44c4b0dd73": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_18f5ad97aaeb480f9be724360ae88d0a", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_473d5a8dbd34492ea79baa0573770853", + "value": 95 + } + }, + "8fd20a3f559549b7b235cbb027facb6a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_bf415869de974840956cdbede5998970", + "placeholder": "​", + "style": "IPY_MODEL_cb94681ff96d4fa5a80b1921fbe52eb5", + "value": " 95/95 [00:00<00:00, 220.14it/s]" + } + }, + "fc27e88d585a4c6bacc9fb9c7d97bb3c": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "151015e511624a379344c7d9f4acc9eb": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "09fdb1a4049046d78b5f367252608847": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "18f5ad97aaeb480f9be724360ae88d0a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "473d5a8dbd34492ea79baa0573770853": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "bf415869de974840956cdbede5998970": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "cb94681ff96d4fa5a80b1921fbe52eb5": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "8e45fac96b964478b9dd8ad7813fd5a2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_d337112251ec4f73b5e0b8c342b9f3cd", + "IPY_MODEL_dbbb6b43b8a248c1ae01a87a3fb5aa96", + "IPY_MODEL_91f6fa8b7c9a4e5781dafeb4e231c4b4" + ], + "layout": "IPY_MODEL_9a06e865758b45b5b651746ceceb2e45" + } + }, + "d337112251ec4f73b5e0b8c342b9f3cd": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_38010825e4694c2d9b9fbcd56188f06a", + "placeholder": "​", + "style": "IPY_MODEL_b40d77e0ae054f44954695326400cd38", + "value": "100%" + } + }, + "dbbb6b43b8a248c1ae01a87a3fb5aa96": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_1eeb446e770f4454af62c0949f16e9b0", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_2b17f3099727438da47afac1a3f7eba2", + "value": 850 + } + }, + "91f6fa8b7c9a4e5781dafeb4e231c4b4": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_fa1e91ef80174eb3999d920c08f802d0", + "placeholder": "​", + "style": "IPY_MODEL_335c384edc3f49018ca36dc265cbb35d", + "value": " 850/850 [00:07<00:00, 126.16it/s]" + } + }, + "9a06e865758b45b5b651746ceceb2e45": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "38010825e4694c2d9b9fbcd56188f06a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "b40d77e0ae054f44954695326400cd38": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "1eeb446e770f4454af62c0949f16e9b0": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "2b17f3099727438da47afac1a3f7eba2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "fa1e91ef80174eb3999d920c08f802d0": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "335c384edc3f49018ca36dc265cbb35d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "ae8a7dc06a2542b9bcc8b2e8b7c729da": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_47806e6746cd4131b6bead7a3b21c6e4", + "IPY_MODEL_b58557d7122540c6843216256da9005d", + "IPY_MODEL_f9e78e93d26a4699a5a91ed4c8467798" + ], + "layout": "IPY_MODEL_d216a3c792a9445f9f82e34ded1a820f" + } + }, + "47806e6746cd4131b6bead7a3b21c6e4": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_be39e067658f4e8b9a122a9be5bed30a", + "placeholder": "​", + "style": "IPY_MODEL_70c5d09a61fc49e0b6f620526c209249", + "value": "100%" + } + }, + "b58557d7122540c6843216256da9005d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_33ad0358058e4891b0716a102e7e2cd0", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_607c6d6cb2884b2e81ff948189edf7c4", + "value": 95 + } + }, + "f9e78e93d26a4699a5a91ed4c8467798": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_983a4e1c5b10445389e292ea6c11f7c9", + "placeholder": "​", + "style": "IPY_MODEL_ae965726900c41eba50fbcd5fade358b", + "value": " 95/95 [00:00<00:00, 310.37it/s]" + } + }, + "d216a3c792a9445f9f82e34ded1a820f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "be39e067658f4e8b9a122a9be5bed30a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "70c5d09a61fc49e0b6f620526c209249": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "33ad0358058e4891b0716a102e7e2cd0": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "607c6d6cb2884b2e81ff948189edf7c4": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "983a4e1c5b10445389e292ea6c11f7c9": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ae965726900c41eba50fbcd5fade358b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "82c340bfdd344e4f91dcbf7656b9d972": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_2f6318356b7241418ff772070a1a8f56", + "IPY_MODEL_9c245cd5fc5e4b6890b9c893c0f51147", + "IPY_MODEL_6ce2f243ec264a31813eb0ecad11c59a" + ], + "layout": "IPY_MODEL_f4998b754fec4ebbbcee636b6ea06935" + } + }, + "2f6318356b7241418ff772070a1a8f56": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_f489e646655e4919be55a75b30b8e263", + "placeholder": "​", + "style": "IPY_MODEL_289e59c529104c5fb9032ee0d339d64b", + "value": "100%" + } + }, + "9c245cd5fc5e4b6890b9c893c0f51147": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_c02b5a7bc02d426dbb83ae33bd51afd7", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_4d5de68de8374dc59075f13dc5a6fda7", + "value": 850 + } + }, + "6ce2f243ec264a31813eb0ecad11c59a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_beff13f9ae944db9981819744fc8f7f6", + "placeholder": "​", + "style": "IPY_MODEL_7079aac65eeb47bebda2dfb82111f980", + "value": " 850/850 [00:06<00:00, 87.80it/s]" + } + }, + "f4998b754fec4ebbbcee636b6ea06935": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "f489e646655e4919be55a75b30b8e263": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "289e59c529104c5fb9032ee0d339d64b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "c02b5a7bc02d426dbb83ae33bd51afd7": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "4d5de68de8374dc59075f13dc5a6fda7": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "beff13f9ae944db9981819744fc8f7f6": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "7079aac65eeb47bebda2dfb82111f980": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "39cc034b1b654c4aa30e171c49c9bc00": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_9268ac68ea0f4e77945b8e1a59b553ea", + "IPY_MODEL_2334df7e755b41bb83dc31b5ca95c9b3", + "IPY_MODEL_0ea91722886c4c21824ba6864d1d4bce" + ], + "layout": "IPY_MODEL_dcf5e38ff5e9496e9c32e784877ae1dc" + } + }, + "9268ac68ea0f4e77945b8e1a59b553ea": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_7a34f4a18ea14690bc98c960e3be8fe2", + "placeholder": "​", + "style": "IPY_MODEL_ca48115894154e1785f3e4166885011c", + "value": "100%" + } + }, + "2334df7e755b41bb83dc31b5ca95c9b3": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_774a3c46da504be694adbdcda9d77f40", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_c3d019d23e4a470eb6a7393819a7da44", + "value": 95 + } + }, + "0ea91722886c4c21824ba6864d1d4bce": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_a975cfbd9cb34770bd8e28df65a9e7ff", + "placeholder": "​", + "style": "IPY_MODEL_9307b28faef744bf959dbbc6e228b551", + "value": " 95/95 [00:00<00:00, 218.36it/s]" + } + }, + "dcf5e38ff5e9496e9c32e784877ae1dc": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "7a34f4a18ea14690bc98c960e3be8fe2": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ca48115894154e1785f3e4166885011c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "774a3c46da504be694adbdcda9d77f40": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "c3d019d23e4a470eb6a7393819a7da44": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "a975cfbd9cb34770bd8e28df65a9e7ff": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9307b28faef744bf959dbbc6e228b551": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "7e6532e9861146fea2e3777b07afc481": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_585eb44fff0c41f6b4c0101cb07e4f99", + "IPY_MODEL_ab881d6c961a4e7a890b6c15a1075ea0", + "IPY_MODEL_3caee4a41913438287c44ea7f359bc02" + ], + "layout": "IPY_MODEL_84c4fc7af2f749b0ae19dcd3b776d9dd" + } + }, + "585eb44fff0c41f6b4c0101cb07e4f99": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_0ff8db43c19445c78f0844d2a5fa8af4", + "placeholder": "​", + "style": "IPY_MODEL_a5fda37579154c6e8ccdc34be761b1ae", + "value": "100%" + } + }, + "ab881d6c961a4e7a890b6c15a1075ea0": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_bed5b4326606486f96847e47e6a900f6", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_9c8b4cabc2e343838bc969061579bd0f", + "value": 850 + } + }, + "3caee4a41913438287c44ea7f359bc02": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_7b0ecc7cdbd748a6acba1046ff3bd6f9", + "placeholder": "​", + "style": "IPY_MODEL_0cc7010f4b6249d8a434352818f42694", + "value": " 850/850 [00:06<00:00, 123.14it/s]" + } + }, + "84c4fc7af2f749b0ae19dcd3b776d9dd": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "0ff8db43c19445c78f0844d2a5fa8af4": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a5fda37579154c6e8ccdc34be761b1ae": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "bed5b4326606486f96847e47e6a900f6": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9c8b4cabc2e343838bc969061579bd0f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "7b0ecc7cdbd748a6acba1046ff3bd6f9": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "0cc7010f4b6249d8a434352818f42694": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "1914b3defee44096b21fdd053afd5d5a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_dd980314f1e74118a1701f1b2f72a602", + "IPY_MODEL_8d932b4b666c42f5b68e4c467134232d", + "IPY_MODEL_c890dc008c634bff95917cd7a3d0b0ab" + ], + "layout": "IPY_MODEL_3247097f09ea4ca9a460dfd48b7364a5" + } + }, + "dd980314f1e74118a1701f1b2f72a602": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_8d3ea98a706347f7878a98823ab85632", + "placeholder": "​", + "style": "IPY_MODEL_bb86755672614d9d8798d2edb0770fef", + "value": "100%" + } + }, + "8d932b4b666c42f5b68e4c467134232d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_f6fd4b867a1a479e873d56b7c22b5e3b", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_7fd8bf9672904ff9ae2f117048dd4971", + "value": 95 + } + }, + "c890dc008c634bff95917cd7a3d0b0ab": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_079f3e2dcf564c65a21c91b4f90cf309", + "placeholder": "​", + "style": "IPY_MODEL_a05c89727e244f8eb403068db62e68e1", + "value": " 95/95 [00:00<00:00, 290.96it/s]" + } + }, + "3247097f09ea4ca9a460dfd48b7364a5": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "8d3ea98a706347f7878a98823ab85632": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "bb86755672614d9d8798d2edb0770fef": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "f6fd4b867a1a479e873d56b7c22b5e3b": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "7fd8bf9672904ff9ae2f117048dd4971": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "079f3e2dcf564c65a21c91b4f90cf309": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a05c89727e244f8eb403068db62e68e1": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "6c19e9ab368847a09f3922cfef29f890": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_49f7ee6b58394ce7ba67b48195e6b95e", + "IPY_MODEL_861cc8d0b2d3436f8b36d62116a54588", + "IPY_MODEL_cc7d73b1526341c3a4425e6bb837f884" + ], + "layout": "IPY_MODEL_859ba8a7e54f46c79b254aafd06ea547" + } + }, + "49f7ee6b58394ce7ba67b48195e6b95e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_6449418cec2c409785c636b91b3f047e", + "placeholder": "​", + "style": "IPY_MODEL_824ee6c0191441dc834b6641c3643508", + "value": "100%" + } + }, + "861cc8d0b2d3436f8b36d62116a54588": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_b9738fe4917e41b4906145a7db543fad", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_dd473a39911b49c2a387dda27df4822e", + "value": 850 + } + }, + "cc7d73b1526341c3a4425e6bb837f884": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_e53583e584b04583882842c0cd73437f", + "placeholder": "​", + "style": "IPY_MODEL_853d5da4074d47b6b8863ba78e20adfd", + "value": " 850/850 [00:06<00:00, 84.50it/s]" + } + }, + "859ba8a7e54f46c79b254aafd06ea547": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "6449418cec2c409785c636b91b3f047e": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "824ee6c0191441dc834b6641c3643508": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "b9738fe4917e41b4906145a7db543fad": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "dd473a39911b49c2a387dda27df4822e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "e53583e584b04583882842c0cd73437f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "853d5da4074d47b6b8863ba78e20adfd": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "872d1204522946f4a5843e849d88658a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_a402845c061244b0aa7a5255e106c289", + "IPY_MODEL_5abddd38e0514affb4d64467be1ecb04", + "IPY_MODEL_9895562a35634c1bad25341f222dbb18" + ], + "layout": "IPY_MODEL_fd5132eae9d14cbf9758c5745294b936" + } + }, + "a402845c061244b0aa7a5255e106c289": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_eda9c41b312543988fe826b0482f1a93", + "placeholder": "​", + "style": "IPY_MODEL_3a5dc5641ce4455991340ec17cb3df5d", + "value": "100%" + } + }, + "5abddd38e0514affb4d64467be1ecb04": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_281612a361cf4ad993d20fa5f2492e01", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_55c1c5c21a47411ab2baa3335e9e479e", + "value": 95 + } + }, + "9895562a35634c1bad25341f222dbb18": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_7828a96447704d9fab13d15ad0abb616", + "placeholder": "​", + "style": "IPY_MODEL_807ba8f4c80f44b096124c8bf112930b", + "value": " 95/95 [00:00<00:00, 182.87it/s]" + } + }, + "fd5132eae9d14cbf9758c5745294b936": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "eda9c41b312543988fe826b0482f1a93": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "3a5dc5641ce4455991340ec17cb3df5d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "281612a361cf4ad993d20fa5f2492e01": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "55c1c5c21a47411ab2baa3335e9e479e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "7828a96447704d9fab13d15ad0abb616": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "807ba8f4c80f44b096124c8bf112930b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "08ea5f47e7004e2cacfeb6a2a5ca1b47": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_f9d6bb45428646d39d4d4e5c11daa9d5", + "IPY_MODEL_6ed4c116ea3a430fbd7b9a655cbefe5c", + "IPY_MODEL_861af30c9945442cb86709cb60e1f6e7" + ], + "layout": "IPY_MODEL_d54adb04e4924646b3b8692afa2d52fa" + } + }, + "f9d6bb45428646d39d4d4e5c11daa9d5": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_fb36290d5a99462fa695f34daec19221", + "placeholder": "​", + "style": "IPY_MODEL_df0fb750ad5d41d599f97f28d3c1a835", + "value": "100%" + } + }, + "6ed4c116ea3a430fbd7b9a655cbefe5c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_ea56a6fb12ea4005b456f352f3718525", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_621ee3bfdca046038ee7b61de93e515f", + "value": 850 + } + }, + "861af30c9945442cb86709cb60e1f6e7": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_a30ea4a00a974dceaf7b0d0dfbbed9e0", + "placeholder": "​", + "style": "IPY_MODEL_ccaa572203d1487f87b30173f9c34adc", + "value": " 850/850 [00:06<00:00, 124.35it/s]" + } + }, + "d54adb04e4924646b3b8692afa2d52fa": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "fb36290d5a99462fa695f34daec19221": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "df0fb750ad5d41d599f97f28d3c1a835": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "ea56a6fb12ea4005b456f352f3718525": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "621ee3bfdca046038ee7b61de93e515f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "a30ea4a00a974dceaf7b0d0dfbbed9e0": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ccaa572203d1487f87b30173f9c34adc": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "f8f236d333c140dca18cba90164f70b1": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_0f0b2262f4b145ec83e292d5d62eca6f", + "IPY_MODEL_221c6d45d41c45af8177c55287eace52", + "IPY_MODEL_15b719dade7c4ef2bb85fd59a3dd64f7" + ], + "layout": "IPY_MODEL_9fba7ce40f8d4d8fa665fd5eb564a39d" + } + }, + "0f0b2262f4b145ec83e292d5d62eca6f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_e3c2c894b18340069e6043d0c9b4feb1", + "placeholder": "​", + "style": "IPY_MODEL_5c2aa2a2d2ed4b4b8aecf536fe46433f", + "value": "100%" + } + }, + "221c6d45d41c45af8177c55287eace52": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_c8a44606b9f64b6db8ed144ccf9436ed", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_9ea58b7fdfe94ab2a2c23efb025ed072", + "value": 95 + } + }, + "15b719dade7c4ef2bb85fd59a3dd64f7": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_30a7d2ddfd844a4ea49ed0e58b991308", + "placeholder": "​", + "style": "IPY_MODEL_2244f38ca4de45be87469df5b113b4d6", + "value": " 95/95 [00:00<00:00, 307.32it/s]" + } + }, + "9fba7ce40f8d4d8fa665fd5eb564a39d": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e3c2c894b18340069e6043d0c9b4feb1": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "5c2aa2a2d2ed4b4b8aecf536fe46433f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "c8a44606b9f64b6db8ed144ccf9436ed": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9ea58b7fdfe94ab2a2c23efb025ed072": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "30a7d2ddfd844a4ea49ed0e58b991308": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "2244f38ca4de45be87469df5b113b4d6": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "90bab0d7b82c4ae6b3174fc8ef3dfbf8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_e59d85f012374d1bb3e55a4208e1eed3", + "IPY_MODEL_db9aff71134d4dae8135e9f4e76db3cf", + "IPY_MODEL_fed23d0fd74a45edb6be83cfa2d2b650" + ], + "layout": "IPY_MODEL_1421582fbcd3465782cc5e5e57c18b0f" + } + }, + "e59d85f012374d1bb3e55a4208e1eed3": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_2eeec595dabf4eba8368d1a1dd52b2ea", + "placeholder": "​", + "style": "IPY_MODEL_9714014017224a72bf55c233e0332551", + "value": "100%" + } + }, + "db9aff71134d4dae8135e9f4e76db3cf": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_14884c53b86a4fb095c3bc2f093d2104", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_22345fc5c14c42b9afc0363f7da8fbcd", + "value": 850 + } + }, + "fed23d0fd74a45edb6be83cfa2d2b650": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_d7d411ee49114d8d8ae6d9e48402c91b", + "placeholder": "​", + "style": "IPY_MODEL_5f213d1a827b480e95bd7d0fbc08a8c2", + "value": " 850/850 [00:06<00:00, 125.88it/s]" + } + }, + "1421582fbcd3465782cc5e5e57c18b0f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "2eeec595dabf4eba8368d1a1dd52b2ea": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9714014017224a72bf55c233e0332551": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "14884c53b86a4fb095c3bc2f093d2104": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "22345fc5c14c42b9afc0363f7da8fbcd": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "d7d411ee49114d8d8ae6d9e48402c91b": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "5f213d1a827b480e95bd7d0fbc08a8c2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "3656cc6f82ec420597d2be2683625e99": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_37762067b37b456c9c5a30d8d55c33dc", + "IPY_MODEL_88ef2a36bb074653bdf71ec160eac0d4", + "IPY_MODEL_5c5651e0dc274682a97cb26e8951e88d" + ], + "layout": "IPY_MODEL_28154f8ff75d4ab38df19dd767f4fec1" + } + }, + "37762067b37b456c9c5a30d8d55c33dc": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_cb965fa165864a4bbe6600e24322a647", + "placeholder": "​", + "style": "IPY_MODEL_60da6eb5d0ef4d648a9e77213693fb46", + "value": "100%" + } + }, + "88ef2a36bb074653bdf71ec160eac0d4": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_dbbcb4cbaf6c4ba2905b835df36e458f", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_ac404578adea422f943939c53b1141f0", + "value": 95 + } + }, + "5c5651e0dc274682a97cb26e8951e88d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_8cbe32d8d6ee4e8bb2dbb57439ccb78a", + "placeholder": "​", + "style": "IPY_MODEL_df7dbff9694f437488567268bf6b8686", + "value": " 95/95 [00:00<00:00, 312.58it/s]" + } + }, + "28154f8ff75d4ab38df19dd767f4fec1": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "cb965fa165864a4bbe6600e24322a647": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "60da6eb5d0ef4d648a9e77213693fb46": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "dbbcb4cbaf6c4ba2905b835df36e458f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ac404578adea422f943939c53b1141f0": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "8cbe32d8d6ee4e8bb2dbb57439ccb78a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "df7dbff9694f437488567268bf6b8686": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "15643279178e4b8ab6effb2bc87bcdc8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_dc608fc9a420497bbd7b19a06c08d533", + "IPY_MODEL_1acd4e1ed5d84fd1a7f687e69b56098f", + "IPY_MODEL_8f8e8a47b6024f90bbb5065b94140a86" + ], + "layout": "IPY_MODEL_08bb41ed425a4e988e7cea8101710552" + } + }, + "dc608fc9a420497bbd7b19a06c08d533": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_5eac1cc8910f454a8db567489a90fede", + "placeholder": "​", + "style": "IPY_MODEL_0108e82c584c4465901c26c350d214a1", + "value": "100%" + } + }, + "1acd4e1ed5d84fd1a7f687e69b56098f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_e0264966d3df4a79a3d04637dcadc1e0", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_33552217ac7c49bca2916a08b0e753c3", + "value": 850 + } + }, + "8f8e8a47b6024f90bbb5065b94140a86": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_037b75e137d343eba66fceb38b2456da", + "placeholder": "​", + "style": "IPY_MODEL_db6dbcf11c0f4d4790630b01ca88f2a4", + "value": " 850/850 [00:06<00:00, 109.33it/s]" + } + }, + "08bb41ed425a4e988e7cea8101710552": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "5eac1cc8910f454a8db567489a90fede": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "0108e82c584c4465901c26c350d214a1": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "e0264966d3df4a79a3d04637dcadc1e0": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "33552217ac7c49bca2916a08b0e753c3": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "037b75e137d343eba66fceb38b2456da": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "db6dbcf11c0f4d4790630b01ca88f2a4": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "4a7186480735486f9fe5c1e755ff68bd": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_c3829cb0b196429d8d035e41db854802", + "IPY_MODEL_fae6e706ab2a4f6c9e1e326079eda5ad", + "IPY_MODEL_ca86f1f9a3874731838055a9b99c5926" + ], + "layout": "IPY_MODEL_641f5af4189144b98efa37414105de0e" + } + }, + "c3829cb0b196429d8d035e41db854802": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_eb261869f3384db386f78f57d18e790a", + "placeholder": "​", + "style": "IPY_MODEL_90cc7aeebbb14c59b51a3b0dc9b4712a", + "value": "100%" + } + }, + "fae6e706ab2a4f6c9e1e326079eda5ad": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_925145c7b4224db28ec48ce4d13c3d33", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_c67e29b63c0e4268bbb3e7450de95b69", + "value": 95 + } + }, + "ca86f1f9a3874731838055a9b99c5926": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_03c1c81b8f4c46248c66a5ef8ad4bb3d", + "placeholder": "​", + "style": "IPY_MODEL_ceec54fa1a7b4255845bb267848581bb", + "value": " 95/95 [00:00<00:00, 151.63it/s]" + } + }, + "641f5af4189144b98efa37414105de0e": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "eb261869f3384db386f78f57d18e790a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "90cc7aeebbb14c59b51a3b0dc9b4712a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "925145c7b4224db28ec48ce4d13c3d33": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "c67e29b63c0e4268bbb3e7450de95b69": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "03c1c81b8f4c46248c66a5ef8ad4bb3d": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ceec54fa1a7b4255845bb267848581bb": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "9223583a2f4c4913a1e3df8938097468": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_3bd2ed5b8fbe475c957c38e48316b96d", + "IPY_MODEL_a5564b5ec5324e678a1c475c1891e586", + "IPY_MODEL_010f8e86df914156a43d4cf19ab8dadb" + ], + "layout": "IPY_MODEL_a45fffcd1b0149728c31637ac1502168" + } + }, + "3bd2ed5b8fbe475c957c38e48316b96d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_ae70ecf43d2b4567abd5c98ed0288b74", + "placeholder": "​", + "style": "IPY_MODEL_99e3d5c01a2343bc91dc51ce49d71984", + "value": "100%" + } + }, + "a5564b5ec5324e678a1c475c1891e586": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_3d893854bf0a4405b4eb70521d517fc1", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_26358b09b5cd418b98623dd69930b13e", + "value": 850 + } + }, + "010f8e86df914156a43d4cf19ab8dadb": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_1b41bb49200541fc8922a2ce7c262d91", + "placeholder": "​", + "style": "IPY_MODEL_a4943c84aa38488698ddaecc92c77600", + "value": " 850/850 [00:07<00:00, 120.66it/s]" + } + }, + "a45fffcd1b0149728c31637ac1502168": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ae70ecf43d2b4567abd5c98ed0288b74": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "99e3d5c01a2343bc91dc51ce49d71984": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "3d893854bf0a4405b4eb70521d517fc1": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "26358b09b5cd418b98623dd69930b13e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "1b41bb49200541fc8922a2ce7c262d91": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a4943c84aa38488698ddaecc92c77600": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "a94216ed6acd4e8c955eb668eed74b8a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_31dc9db13b054c11adc6ea208f0aaa1d", + "IPY_MODEL_3b406523f1bd4bb786dcafab25ed1822", + "IPY_MODEL_06563470398342f9ad425e749d2e62ae" + ], + "layout": "IPY_MODEL_9d7d924f6b494134a05ca3f4cef86e90" + } + }, + "31dc9db13b054c11adc6ea208f0aaa1d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_2d246a20075e4e93b5d96c04e5b397b1", + "placeholder": "​", + "style": "IPY_MODEL_adea9ab8c40742458a3aa7c0a4718c7c", + "value": "100%" + } + }, + "3b406523f1bd4bb786dcafab25ed1822": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_ff9234fc069448dab55a4194689456de", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_cd29eedd1ec9486581bfb561cc6365ec", + "value": 95 + } + }, + "06563470398342f9ad425e749d2e62ae": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_a1dd9429bbab4367be6ef95ed44fd1b9", + "placeholder": "​", + "style": "IPY_MODEL_5ceb2b614c95470090b7e9e79a9fe635", + "value": " 95/95 [00:00<00:00, 293.64it/s]" + } + }, + "9d7d924f6b494134a05ca3f4cef86e90": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "2d246a20075e4e93b5d96c04e5b397b1": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "adea9ab8c40742458a3aa7c0a4718c7c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "ff9234fc069448dab55a4194689456de": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "cd29eedd1ec9486581bfb561cc6365ec": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "a1dd9429bbab4367be6ef95ed44fd1b9": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "5ceb2b614c95470090b7e9e79a9fe635": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "3e271720b83b4b6787999427077c3524": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_e0a7539c5c10468e95937d16732ff813", + "IPY_MODEL_4c0beb9c3f69466da9c6058c904557ed", + "IPY_MODEL_c5ea41907e354c01a2b867c5ccf6e6f2" + ], + "layout": "IPY_MODEL_e9eefdb54b084fa7bdd31ddb50065ac0" + } + }, + "e0a7539c5c10468e95937d16732ff813": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_2d58d9655163450eb40b05a4f1be0f2e", + "placeholder": "​", + "style": "IPY_MODEL_a73e6103e9e8406e95e900b3f7650d33", + "value": "100%" + } + }, + "4c0beb9c3f69466da9c6058c904557ed": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_b14d90f753f64ab1ae0a0dd2ddece232", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_0d762847f81448b797df1b34f41f66a8", + "value": 850 + } + }, + "c5ea41907e354c01a2b867c5ccf6e6f2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_f7d2168d57614b6a9c41688b8503a6b7", + "placeholder": "​", + "style": "IPY_MODEL_35df482886724833984515f71e8a0703", + "value": " 850/850 [00:06<00:00, 125.12it/s]" + } + }, + "e9eefdb54b084fa7bdd31ddb50065ac0": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "2d58d9655163450eb40b05a4f1be0f2e": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a73e6103e9e8406e95e900b3f7650d33": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "b14d90f753f64ab1ae0a0dd2ddece232": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "0d762847f81448b797df1b34f41f66a8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "f7d2168d57614b6a9c41688b8503a6b7": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "35df482886724833984515f71e8a0703": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "9ac004d6d5484bc39e7b4433b39fb543": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_d182f9ffb7724713a6a419cf3b92f85c", + "IPY_MODEL_341ae3591a174ffe94745efbe965ffcf", + "IPY_MODEL_f4503610347b406b8bab8c900bc95a00" + ], + "layout": "IPY_MODEL_2bc6deb38c374cbd9c43be6a3a0230f8" + } + }, + "d182f9ffb7724713a6a419cf3b92f85c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_a0c8c7929d6b48d8a2d358bb7d722061", + "placeholder": "​", + "style": "IPY_MODEL_1a3f19d9bd0249f9846f9afa98fa5d92", + "value": "100%" + } + }, + "341ae3591a174ffe94745efbe965ffcf": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_5260a5d641fc4844aed58975cb2c237a", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_28499d49eec24e6584fca8acab3c77b4", + "value": 95 + } + }, + "f4503610347b406b8bab8c900bc95a00": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_8f249c7f719944c4827ba9261d7ae639", + "placeholder": "​", + "style": "IPY_MODEL_d4a19f3c40cc4c9bb259d1281b0449a9", + "value": " 95/95 [00:00<00:00, 322.82it/s]" + } + }, + "2bc6deb38c374cbd9c43be6a3a0230f8": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a0c8c7929d6b48d8a2d358bb7d722061": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "1a3f19d9bd0249f9846f9afa98fa5d92": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "5260a5d641fc4844aed58975cb2c237a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "28499d49eec24e6584fca8acab3c77b4": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "8f249c7f719944c4827ba9261d7ae639": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "d4a19f3c40cc4c9bb259d1281b0449a9": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "837e40bd48c64e399e3352f904c7e90b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_8ec9f5b01033451c9f4e86c99e8663f6", + "IPY_MODEL_b2ff7ea42a794d54ad68b06422b45fe3", + "IPY_MODEL_7a725d45d280407a80dead2b34b577a8" + ], + "layout": "IPY_MODEL_f9479518ad7948cf93e365f5a35607a5" + } + }, + "8ec9f5b01033451c9f4e86c99e8663f6": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_52da4b40f3534010ac20cb180b1a2600", + "placeholder": "​", + "style": "IPY_MODEL_bb9a7c60310c4b8db3130902420f7fb9", + "value": "100%" + } + }, + "b2ff7ea42a794d54ad68b06422b45fe3": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_6b230f3cacb94815926e948ca25336e8", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_f480c8ab230e48d590cd714743e015cd", + "value": 850 + } + }, + "7a725d45d280407a80dead2b34b577a8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_01033623b08d424f82edbc262cc3ba6c", + "placeholder": "​", + "style": "IPY_MODEL_d84aff5c98574d1fa105d3ffd937256c", + "value": " 850/850 [00:06<00:00, 125.28it/s]" + } + }, + "f9479518ad7948cf93e365f5a35607a5": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "52da4b40f3534010ac20cb180b1a2600": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "bb9a7c60310c4b8db3130902420f7fb9": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "6b230f3cacb94815926e948ca25336e8": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "f480c8ab230e48d590cd714743e015cd": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "01033623b08d424f82edbc262cc3ba6c": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "d84aff5c98574d1fa105d3ffd937256c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "8f110ad320fc4103b054a730f487ef97": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_8c60f96d8b4f4cb49c76664a051aca26", + "IPY_MODEL_54ef54fb7bc24295bc49153cab38afca", + "IPY_MODEL_b9474b2d6a6245e1bf6ff63b2864bb11" + ], + "layout": "IPY_MODEL_68a0c0bd878641ef9bc7740bc7d45358" + } + }, + "8c60f96d8b4f4cb49c76664a051aca26": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_9ef8835540bc4bcc8df8bb4ca7015600", + "placeholder": "​", + "style": "IPY_MODEL_df953ebfee664648824b7e945e07f355", + "value": "100%" + } + }, + "54ef54fb7bc24295bc49153cab38afca": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_3c3bfff2959c4361ab0fe13f8494a59a", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_5ae85f3fd03d43adbc5cdc1a7eabae46", + "value": 95 + } + }, + "b9474b2d6a6245e1bf6ff63b2864bb11": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_7f49dfc48f004f83b65755b0e7302fda", + "placeholder": "​", + "style": "IPY_MODEL_681a7de3207749bf8bb4100e160d5850", + "value": " 95/95 [00:00<00:00, 307.97it/s]" + } + }, + "68a0c0bd878641ef9bc7740bc7d45358": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9ef8835540bc4bcc8df8bb4ca7015600": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "df953ebfee664648824b7e945e07f355": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "3c3bfff2959c4361ab0fe13f8494a59a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "5ae85f3fd03d43adbc5cdc1a7eabae46": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "7f49dfc48f004f83b65755b0e7302fda": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "681a7de3207749bf8bb4100e160d5850": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "49af5ced6c83415b8e099d4f3a64972c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_8a6677f1b85147c78e44586d1f7700ba", + "IPY_MODEL_3a9099b127fe43b1a3b63226d2e6624d", + "IPY_MODEL_db865fcfe4fc4d72ab031dfaa02f97b6" + ], + "layout": "IPY_MODEL_a19433bdde2a49279b1b0e36da0b40de" + } + }, + "8a6677f1b85147c78e44586d1f7700ba": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_b66a7d9166464b6b86a6087dffc35e90", + "placeholder": "​", + "style": "IPY_MODEL_2bfc71a1ca4c493dace999623a3679c9", + "value": "100%" + } + }, + "3a9099b127fe43b1a3b63226d2e6624d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_3f9fb5ca12334ce4935198d932a21955", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_8d542fe4cee54502a3c0c5de0baf1547", + "value": 850 + } + }, + "db865fcfe4fc4d72ab031dfaa02f97b6": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_25d624bbe6824d14a30acf049fcc77f2", + "placeholder": "​", + "style": "IPY_MODEL_d06d52f474cd4fe39c1d2049ab743f77", + "value": " 850/850 [00:06<00:00, 95.13it/s]" + } + }, + "a19433bdde2a49279b1b0e36da0b40de": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "b66a7d9166464b6b86a6087dffc35e90": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "2bfc71a1ca4c493dace999623a3679c9": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "3f9fb5ca12334ce4935198d932a21955": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "8d542fe4cee54502a3c0c5de0baf1547": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "25d624bbe6824d14a30acf049fcc77f2": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "d06d52f474cd4fe39c1d2049ab743f77": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "1e41511553a44b8ab98a7f91cc5fff9b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_1f54428c2baa4492afa2c1795276d928", + "IPY_MODEL_bc673b5d72994c6eb7a3a664792f050a", + "IPY_MODEL_6c93cc58709b42c7b897ad4c853de630" + ], + "layout": "IPY_MODEL_d14eac95b0134400b2b5d4e04974e6fd" + } + }, + "1f54428c2baa4492afa2c1795276d928": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_5eadc11386b5485ca4ba260bf8dbd477", + "placeholder": "​", + "style": "IPY_MODEL_b5823a49ba194a0291de1357cf74430c", + "value": "100%" + } + }, + "bc673b5d72994c6eb7a3a664792f050a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_ecfffc45ff8a4c2184bde85427b15719", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_e5d0506ef6d647b8ab760db595a0aa1d", + "value": 95 + } + }, + "6c93cc58709b42c7b897ad4c853de630": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_923794a625064d8faf4bb1d9691c5530", + "placeholder": "​", + "style": "IPY_MODEL_da6e5e27bb6248dea70621e9c2a05c6d", + "value": " 95/95 [00:00<00:00, 228.54it/s]" + } + }, + "d14eac95b0134400b2b5d4e04974e6fd": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "5eadc11386b5485ca4ba260bf8dbd477": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "b5823a49ba194a0291de1357cf74430c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "ecfffc45ff8a4c2184bde85427b15719": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e5d0506ef6d647b8ab760db595a0aa1d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "923794a625064d8faf4bb1d9691c5530": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "da6e5e27bb6248dea70621e9c2a05c6d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "22915785789a46088dec761dbdfa52f7": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_8689646ad92a46089de1ad9407c650ae", + "IPY_MODEL_fc4da0ab516644c7b243a93dddad07e0", + "IPY_MODEL_f19e0b8657ea49b9896e3f57e30beb0f" + ], + "layout": "IPY_MODEL_3ad5e4e374d943798ba6165e9ac931b3" + } + }, + "8689646ad92a46089de1ad9407c650ae": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_72aa21efb1b14d1d94ad277eb8268a34", + "placeholder": "​", + "style": "IPY_MODEL_e82afb9330a54c3fbe5d3bf4b913d378", + "value": "100%" + } + }, + "fc4da0ab516644c7b243a93dddad07e0": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_7720cef1b9ac47d79e2a54e30460ae28", + "max": 850, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_65bfa781b27d4469a0744d830b0fb5a3", + "value": 850 + } + }, + "f19e0b8657ea49b9896e3f57e30beb0f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_f9098bea25e1460388e70443b4efe988", + "placeholder": "​", + "style": "IPY_MODEL_704b9981978445ceb6d04d709bc886f0", + "value": " 850/850 [00:06<00:00, 122.35it/s]" + } + }, + "3ad5e4e374d943798ba6165e9ac931b3": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "72aa21efb1b14d1d94ad277eb8268a34": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e82afb9330a54c3fbe5d3bf4b913d378": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "7720cef1b9ac47d79e2a54e30460ae28": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "65bfa781b27d4469a0744d830b0fb5a3": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "f9098bea25e1460388e70443b4efe988": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "704b9981978445ceb6d04d709bc886f0": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "65cbff63651f43e3b0893aa89d2d5785": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_d96faac208b342ae98a495f003f47dd4", + "IPY_MODEL_91b3105410494ec286ee5bcb299e1a9c", + "IPY_MODEL_2ea8f3f449ff44feaba88575c1e6a187" + ], + "layout": "IPY_MODEL_8df394cc1bf34369b4c505d5fa11a6ee" + } + }, + "d96faac208b342ae98a495f003f47dd4": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_746e660a2cec4455a5a0d7e6b415f18f", + "placeholder": "​", + "style": "IPY_MODEL_24bc440f411c4db6b4e78a78417aeaa1", + "value": "100%" + } + }, + "91b3105410494ec286ee5bcb299e1a9c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_48faffa5ba4b482d9440c9a433845fa3", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_841e04dd2d6d465583bc34a21f6c6b9f", + "value": 95 + } + }, + "2ea8f3f449ff44feaba88575c1e6a187": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_64a6d9c339204688ae36cea761d83006", + "placeholder": "​", + "style": "IPY_MODEL_1727ed4f4a1c40d28e823dd759bb50c2", + "value": " 95/95 [00:00<00:00, 280.63it/s]" + } + }, + "8df394cc1bf34369b4c505d5fa11a6ee": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "746e660a2cec4455a5a0d7e6b415f18f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "24bc440f411c4db6b4e78a78417aeaa1": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "48faffa5ba4b482d9440c9a433845fa3": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "841e04dd2d6d465583bc34a21f6c6b9f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "64a6d9c339204688ae36cea761d83006": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "1727ed4f4a1c40d28e823dd759bb50c2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "46b57c877cb14906b659098b0983f799": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_d43e2dae0e124ef1a617bf2c6adcbb37", + "IPY_MODEL_bb460660c0fd426b99ba3bd4c014185a", + "IPY_MODEL_72a8d4b6a5df46f28a86c21a294e8ca7" + ], + "layout": "IPY_MODEL_5f1c6141008a4ea1a83bf028f692346e" + } + }, + "d43e2dae0e124ef1a617bf2c6adcbb37": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_62164064c6834a51b542e43623dd82ab", + "placeholder": "​", + "style": "IPY_MODEL_1abb21c6a57148519ec59788132fb1df", + "value": "100%" + } + }, + "bb460660c0fd426b99ba3bd4c014185a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_74805ce736ee4eeba004c36c055b4283", + "max": 95, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_614915f992fa40d58ea8e21f40189659", + "value": 95 + } + }, + "72a8d4b6a5df46f28a86c21a294e8ca7": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_fb0f2a60e4d247de9c7ade44cce7deef", + "placeholder": "​", + "style": "IPY_MODEL_713f676fa2eb400ab9d1866f0af3643f", + "value": " 95/95 [00:00<00:00, 321.69it/s]" + } + }, + "5f1c6141008a4ea1a83bf028f692346e": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "62164064c6834a51b542e43623dd82ab": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "1abb21c6a57148519ec59788132fb1df": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "74805ce736ee4eeba004c36c055b4283": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "614915f992fa40d58ea8e21f40189659": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "fb0f2a60e4d247de9c7ade44cce7deef": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "713f676fa2eb400ab9d1866f0af3643f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "5c620d85e6034878a6b779270eb77ce8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_be13887de87241d8acfe75b7ed4eae11", + "IPY_MODEL_54bb00b2be634d3fb259de3da2c4f91e", + "IPY_MODEL_e080d9d5c1c6434b905e277cc51a143b" + ], + "layout": "IPY_MODEL_afc588eb59cb4fa58ff5eda65b098894" + } + }, + "be13887de87241d8acfe75b7ed4eae11": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_ec8aeb40457544e89d15b5c5ca905e81", + "placeholder": "​", + "style": "IPY_MODEL_3ada538baba6484e9ba1826f8e26db1f", + "value": "100%" + } + }, + "54bb00b2be634d3fb259de3da2c4f91e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_7d23b1f221854b40a66289219686e258", + "max": 215, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_a7efd257161745c2b3b5b09ad822e374", + "value": 215 + } + }, + "e080d9d5c1c6434b905e277cc51a143b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_6189f4a8d014458c8abb9750f602add5", + "placeholder": "​", + "style": "IPY_MODEL_90669c25a6f34409bd63e11882cf2ffe", + "value": " 215/215 [00:00<00:00, 311.67it/s]" + } + }, + "afc588eb59cb4fa58ff5eda65b098894": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ec8aeb40457544e89d15b5c5ca905e81": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "3ada538baba6484e9ba1826f8e26db1f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "7d23b1f221854b40a66289219686e258": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a7efd257161745c2b3b5b09ad822e374": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "6189f4a8d014458c8abb9750f602add5": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "90669c25a6f34409bd63e11882cf2ffe": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "ebaec88c86c847019dee8ea014c2d04e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_d7d52c8cb4614d449583e51d39cf5dc1", + "IPY_MODEL_b56b68e6361149ae89d24b3879ca4125", + "IPY_MODEL_109de43ad00e441997eafd50075de256" + ], + "layout": "IPY_MODEL_3dc7108277674de6be33ae5a3dc95603" + } + }, + "d7d52c8cb4614d449583e51d39cf5dc1": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_5e94736d8de342caaafd0fca91532cbf", + "placeholder": "​", + "style": "IPY_MODEL_896ac788b0294c02aa968fe9a03195b7", + "value": "100%" + } + }, + "b56b68e6361149ae89d24b3879ca4125": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_58b7eb5763f14a549a33a2e4be1a8913", + "max": 215, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_ecc71f5b961c4b36a7abc678ed0b032f", + "value": 215 + } + }, + "109de43ad00e441997eafd50075de256": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_6f972c5674bf45f3968d7c0564c512b8", + "placeholder": "​", + "style": "IPY_MODEL_2bd17afea5c943b1999983f398b3d723", + "value": " 215/215 [00:00<00:00, 316.51it/s]" + } + }, + "3dc7108277674de6be33ae5a3dc95603": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "5e94736d8de342caaafd0fca91532cbf": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "896ac788b0294c02aa968fe9a03195b7": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "58b7eb5763f14a549a33a2e4be1a8913": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ecc71f5b961c4b36a7abc678ed0b032f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "6f972c5674bf45f3968d7c0564c512b8": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "2bd17afea5c943b1999983f398b3d723": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "0f77f8bd9ed54703b9bbd34c23359aec": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_f3ec0a5b6a184e9d9aac0228a66270a9", + "IPY_MODEL_c4737d3b930c434bb9c8e893977e6fbf", + "IPY_MODEL_fd6482a0c8e04af1a812d38aa4ecfe1e" + ], + "layout": "IPY_MODEL_0931b873310f4c9484ad57bec792c894" + } + }, + "f3ec0a5b6a184e9d9aac0228a66270a9": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_591556c35ccf46c7854f146909f52b25", + "placeholder": "​", + "style": "IPY_MODEL_a0a0e61c5f074df1806daa7cd77911e8", + "value": "100%" + } + }, + "c4737d3b930c434bb9c8e893977e6fbf": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_74ae65ded26c4534a6b1952f51e055a1", + "max": 230, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_b120a33d26964d19bcb210bf55d2a2cf", + "value": 230 + } + }, + "fd6482a0c8e04af1a812d38aa4ecfe1e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_a04d07ef0abd4aba87d1c20ac512e8c5", + "placeholder": "​", + "style": "IPY_MODEL_12032b3f677143bc9cd88a6c7ad22143", + "value": " 230/230 [00:00<00:00, 360.10it/s]" + } + }, + "0931b873310f4c9484ad57bec792c894": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "591556c35ccf46c7854f146909f52b25": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a0a0e61c5f074df1806daa7cd77911e8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "74ae65ded26c4534a6b1952f51e055a1": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "b120a33d26964d19bcb210bf55d2a2cf": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "a04d07ef0abd4aba87d1c20ac512e8c5": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "12032b3f677143bc9cd88a6c7ad22143": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } } } }, @@ -6088,4 +25061,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} +} \ No newline at end of file diff --git a/dev-0/out.tsv b/dev-0/out.tsv index 3330fab..1878a82 100644 --- a/dev-0/out.tsv +++ b/dev-0/out.tsv @@ -1,215 +1,215 @@ -O O B-ORG O O O O O O O O O B-LOC O O B-LOC I-LOC O B-PER I-PER O O O O O O O B-ORG O B-ORG O O O O O O O O O O O O O O O I-MISC O B-LOC O O O O O O O O O O O O O O O O B-ORG O B-ORG O B-ORG O O O O O O B-MISC O O O O O O O O O O B-ORG O O O O B-ORG O O O O O O O O B-ORG I-MISC O B-LOC O O O O O O O O O O O O B-PER O B-LOC I-LOC O I-PER O O O O O O O O B-PER O B-ORG O O O O O O O O O B-MISC O O O B-PER O O O O O O B-ORG O O O O O O O O O O O B-PER I-PER O B-PER O O O O O O O O O O B-ORG O B-LOC O O B-PER O O O O B-LOC O O O O O O O O O O O O O O O O B-ORG O B-PER O O O O O O O O O O O O O B-ORG O O O O O B-MISC O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O I-LOC O B-ORG O B-PER I-PER O O O B-PER O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-LOC O O I-PER O O O O B-ORG O O B-PER O O O O O O B-PER O O B-ORG O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-MISC I-ORG I-ORG O O O O O B-PER I-PER O B-PER O O B-PER I-PER O O O O B-ORG O B-PER O O O O O O B-PER O O O O B-MISC O O O O O O O O O O O O B-ORG O B-ORG I-ORG O O O O B-PER I-LOC O B-PER O O O O O O O O B-MISC O O B-PER I-PER O B-PER O O B-PER I-PER O O O O O O O B-PER I-PER O O O O O O O -O O B-MISC I-MISC I-MISC O O O B-LOC O O O O O O O O O B-MISC O O O O O O O B-LOC O B-ORG O B-ORG O O O O O O O O B-ORG O O O O B-ORG I-PER I-ORG O O B-ORG I-PER O O B-ORG O O O B-ORG O O O B-PER O B-ORG O O O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER I-PER O O B-PER O O B-PER I-PER O O O O O O B-LOC I-LOC O B-ORG I-ORG O B-PER I-LOC O O B-PER I-PER I-PER O O B-PER I-PER O O B-LOC O O I-LOC O O B-ORG O O B-PER I-PER O B-PER I-PER O O O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O O O B-LOC O B-ORG I-ORG O B-PER I-ORG O O B-PER I-PER O O B-PER I-PER I-PER O O B-ORG I-ORG O B-ORG I-ORG O O O B-LOC O B-ORG O O O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O O B-LOC O O B-PER O O B-LOC O B-ORG O O B-PER O B-ORG I-ORG O B-PER I-PER I-LOC O B-PER O O O O B-PER I-PER O O B-PER I-PER B-PER O O B-PER O B-ORG O O B-PER O B-PER I-PER O O O O O B-ORG O O B-PER I-PER O O B-PER I-PER O O O O -O O O B-LOC I-ORG O O B-LOC O O B-LOC O O O B-ORG O O O B-MISC O O B-LOC O O O O O O O O O O O O O B-MISC O B-PER O I-ORG O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O B-MISC I-MISC O O O O O O O O O O O O O B-LOC O O O I-ORG O O O O O O O O B-LOC O O O O O B-LOC I-LOC O O O O B-PER O B-PER O B-ORG O O B-LOC O O O O O B-LOC O O O O B-ORG O O O O B-ORG O O O O O O O O B-LOC O O B-ORG O O O O O O O O O O I-LOC O O B-LOC O O O O O O O O O B-LOC O O B-LOC O O O B-PER O B-ORG O B-ORG O B-ORG O O O O O O O O O O O O B-ORG O O O O O O O O B-PER I-PER O O O O B-MISC O B-LOC O O O O O O O O O O O O O O O O B-PER O B-ORG O O O O O O B-PER O O O O B-LOC I-LOC O O O I-ORG O B-ORG I-ORG O O B-LOC O O O O O O B-PER O B-ORG O O O O O O O O O O O O O B-LOC I-LOC O B-LOC O O O O O B-PER I-PER I-ORG O O O O B-LOC O O O O B-ORG I-ORG O O O O O B-PER O B-ORG O O O O O O B-ORG O O O O B-LOC O O O O O O O B-ORG O O O O O O O O O O O B-LOC I-LOC O B-LOC O O O O O B-ORG O O O O O O I-ORG O O O O O I-LOC O B-LOC O O O -O O B-PER O O B-LOC O O O B-LOC O O O O O B-ORG I-PER I-PER O O O O O B-ORG I-ORG O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O B-PER I-PER O O O O O O O B-ORG I-ORG O O O O O O B-PER I-PER O O B-PER O B-PER O O O O O O B-LOC O O B-MISC I-MISC O O B-LOC O O O O B-PER O O B-PER O O O O O O O O B-PER I-PER O O O O O O O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-MISC O O O O O O O O O O O O O O O O O B-MISC O B-MISC I-MISC O O B-MISC I-PER O O O O O O O O O O O O O O O O O B-PER O B-ORG O O B-PER I-PER O O -O O B-MISC O O O O B-LOC O O O O O O O O O O O O O B-ORG I-ORG O B-LOC O O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG O O -O O B-LOC O B-LOC O O O O O B-LOC O O B-LOC O B-LOC O O O O O O O B-MISC O O O O O O O O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O O O O B-LOC O B-PER I-PER O B-LOC O O O O O O -O O B-ORG O O O O O O O O B-LOC O O B-ORG I-ORG I-ORG O O O O O O O O O O O B-PER O B-MISC O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O B-LOC I-LOC O O O O O O O O O I-ORG O O O O O O O O O O O O O B-ORG I-ORG O O O O O B-MISC I-MISC O O O O O O O O O O O B-ORG O O B-LOC O O O O O O O O O O O O O O B-ORG I-ORG O O B-ORG I-ORG O O B-ORG O O O O O O O O O O O O O B-LOC O O O -B-MISC O B-LOC O B-PER I-PER O O B-ORG I-ORG I-ORG O O B-LOC I-LOC O O B-PER I-PER O B-PER O O O O O B-PER I-PER O O B-MISC O O O O B-PER O O B-LOC O O O O O B-PER O O O O O B-PER I-PER I-PER O O O O O O O I-MISC B-ORG I-PER O B-LOC I-LOC O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-ORG O O O O O O O B-LOC O O O O O O O O O O O O B-PER O B-PER O B-PER O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O I-LOC O O B-PER I-PER I-PER O B-PER I-PER O O O B-PER O O B-ORG O B-PER O O O O O O O O B-LOC I-LOC O O O O B-MISC O B-LOC I-LOC O B-ORG O B-PER O B-PER O O B-PER O O O O O O O B-ORG O B-LOC I-LOC O O O O O O O O -O O B-MISC I-MISC I-MISC O O O O B-LOC I-LOC O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O B-PER I-PER O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O -O O O O B-MISC I-MISC O O O O B-LOC O O O O B-MISC I-MISC O O O O O O O O B-PER O B-ORG O O O O O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O -O O O O B-MISC I-MISC O B-MISC O O B-LOC O O O O B-MISC I-MISC O O O O O O O O O B-ORG O B-ORG O O B-PER O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O O O B-PER O B-ORG O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O B-PER O O B-ORG O O O O O O O B-ORG O O O O O O B-ORG O O O O O O O B-ORG I-ORG O O O O O B-ORG O O O O O O O B-ORG O O O B-ORG O O B-ORG O O O O O O O -O O O O O O O B-MISC I-MISC O O B-LOC I-LOC O O O O O B-MISC I-MISC I-MISC I-MISC O O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC I-LOC O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC I-LOC O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC I-LOC O O O O B-PER I-PER O B-LOC I-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O I-MISC I-LOC O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC I-LOC O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O B-ORG O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC I-LOC O O B-PER I-PER O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O B-PER O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O -O O B-MISC I-MISC O O O O O O O B-LOC I-LOC O O B-MISC I-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O B-MISC I-MISC O O O O O O B-ORG I-ORG O O B-PER O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O O B-ORG O O I-ORG O O O B-MISC I-MISC O B-ORG O O O O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O B-ORG I-ORG O O B-MISC O O B-MISC I-MISC O B-ORG O O O O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O O O O O O O O B-ORG I-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG I-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-MISC I-MISC O B-MISC I-MISC O O O O O O B-ORG I-ORG O B-PER O O B-ORG O O O O O B-ORG O O O O O B-ORG I-ORG O O B-PER O O B-ORG O O O O O B-MISC I-MISC O B-ORG O O O O O B-ORG I-ORG O O O O O O B-ORG O O O O O B-ORG O O O O O B-ORG O O O O O B-MISC I-MISC O B-ORG I-ORG O O B-PER O O B-ORG I-ORG O O B-ORG O O B-ORG O O O O O B-ORG I-ORG O O O O O O O O O O O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG I-ORG O B-LOC O B-ORG I-ORG O B-LOC O B-ORG O B-LOC O B-ORG I-ORG O B-LOC I-LOC O B-ORG O B-LOC I-LOC O +O O B-ORG O O O O O O O O O B-LOC O O B-LOC B-MISC O B-PER I-PER O O O O O O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O B-ORG O B-ORG O B-ORG O O O O O O B-ORG O O O O O O O O O O B-ORG O O O O B-ORG O O O O O O O O B-LOC O O B-LOC O O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O O O O O O O B-ORG O O O O O O O O O B-LOC O O O O O O O O O O B-ORG O O O O O O O O O O O B-PER I-PER O B-PER O O O O O O O O O O B-ORG O B-LOC O O B-PER O B-ORG O O B-LOC O O O O O O O O O O O O O O O O B-ORG O B-PER O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-ORG O B-PER I-PER O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-LOC O B-PER I-PER O O O O B-ORG O O B-PER O O O O O O O O O B-ORG O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-MISC B-PER I-PER O O O O O B-PER I-PER O O O O B-PER I-PER O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG O B-ORG O O O O O O B-ORG O O O O O O O O O O O O O B-PER I-PER O O O O B-PER I-PER O O O O O O O O O O O O O O O O +O O B-MISC B-MISC I-MISC O O O B-LOC O O O O O O O O O B-MISC O B-MISC O O O O O B-LOC O B-ORG O B-ORG O O O O O O O O B-ORG O O O O B-PER I-PER O O O B-ORG O O O B-ORG O O O B-ORG O O O B-LOC O B-ORG O O B-PER O B-PER I-PER O O B-PER I-PER O O B-PER I-PER B-PER O O B-ORG O O B-PER I-PER O O O O O O B-LOC B-PER O B-ORG O O B-PER I-PER O O B-PER I-PER O O O B-ORG O O O B-LOC O B-ORG B-LOC O O B-ORG O O B-ORG O O B-PER I-PER O O O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O O O B-PER O B-ORG O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O O B-ORG I-ORG O B-PER B-ORG O O O B-LOC O B-ORG O O O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O O B-ORG O O O O O B-LOC O B-ORG O O B-PER O B-ORG I-ORG O B-PER I-PER O O B-PER O O O O B-PER I-PER O O B-PER I-PER O O O B-ORG O B-ORG O O B-PER O B-PER I-PER O O O O O B-ORG O O B-PER I-PER O O B-PER I-PER O O O O +O O O O O O O B-LOC O O B-LOC O O O O O O O B-ORG O O B-LOC O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC I-MISC O O O B-MISC O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O B-LOC O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O B-ORG O O O O O B-ORG O O O O B-ORG O O O O B-ORG O O O O O O O O B-LOC O O B-ORG O O O O O O O O O O B-LOC O O B-LOC O O O O O O O O O O O O B-LOC O O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-ORG O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O O O B-LOC I-LOC O B-ORG O O O O O O O O O O O O B-LOC O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O B-LOC O O O O O O O B-ORG O O O O O O O O O O O B-LOC I-LOC O B-LOC O O O O O B-ORG O O O O O O O O O O O O B-LOC O B-LOC O O O +O O B-MISC O O B-LOC O O O B-LOC O O O O O O O B-PER I-PER O O O O O B-LOC O O O O O O O O O O B-ORG O O O O O O O O O O O O O O B-PER I-PER O O O O O O O B-MISC O O O O O O O B-PER I-PER O O B-LOC O O O O O O O O B-LOC O O O B-MISC O O B-LOC O O O O B-LOC O O O O O O O O O O O B-PER I-PER O O O O O O O O B-ORG O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O B-LOC O B-ORG O O O B-PER O O +O O O O O O O B-LOC O O O O O O O O O O O O O B-ORG I-ORG O B-LOC O O B-ORG O B-LOC O O O O O O O O +O O B-LOC O B-LOC O O O O O B-LOC O O B-LOC O B-LOC O O O O O O O B-MISC O O O O O O O O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O O O O B-LOC O B-PER I-PER O B-ORG O O O O O O +O O B-PER O O O O B-PER O O O B-LOC O O B-ORG I-ORG O O O O O O O O O O O O O O O O B-ORG B-LOC O O O O O O O O O O B-PER O O O O O O O O O O O O B-MISC I-MISC O O O O B-PER B-PER O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O B-MISC I-MISC O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-ORG O O O B-ORG I-ORG O O B-ORG O O O O O O O O O O O O O B-ORG O O O +O O O O B-PER I-PER O O B-ORG O O O O B-PER B-LOC O O B-ORG I-ORG O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O B-MISC O O O O O B-MISC I-MISC O B-ORG O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-ORG O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-PER B-ORG I-ORG O B-PER I-PER O O O B-ORG O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O +O O B-MISC I-MISC I-MISC O O O O B-LOC I-LOC O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O +O O O O B-MISC I-MISC O O O O B-LOC O O O O B-MISC I-MISC O O O O O O O O B-ORG O B-ORG O O O O O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O +O O O O B-MISC I-MISC O O O O B-LOC O O O O B-MISC I-MISC O O O O O O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-PER O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O O O B-PER O B-ORG O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O B-ORG O O O O O O O B-ORG O O O O O O B-ORG O O O O O O O B-ORG I-ORG O O O O O B-ORG O O O O O O O B-ORG O O O O O O B-ORG O O O O O O O +O O O O O O O B-MISC I-MISC O O B-LOC I-LOC O O O O O B-MISC I-MISC I-MISC I-MISC O O B-ORG B-LOC I-LOC O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC I-LOC O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC I-LOC O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC I-LOC O O O O B-PER I-PER O B-LOC I-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O B-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC I-LOC O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC I-LOC O O B-PER I-PER O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O +O O B-MISC I-MISC O O O O O O O B-LOC I-LOC O O B-MISC I-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O B-MISC I-MISC O O O O O O B-ORG I-ORG O O O O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O O B-ORG O O O O O O B-MISC I-MISC O B-ORG O O B-ORG O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O B-ORG I-ORG O O O O O B-MISC I-MISC O B-ORG O O O O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O O O O O O O O B-ORG I-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG I-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-MISC I-MISC O B-MISC I-MISC O O O O O O B-ORG O O O O O B-ORG O O O O O B-ORG O O O O O B-ORG I-ORG O O O O O B-ORG O O O O O B-ORG B-MISC O B-ORG O O O O O B-ORG I-ORG O O O O O O B-ORG O O O O O B-ORG O O O O O B-ORG O O O O O B-MISC I-MISC O B-ORG I-ORG O O O O O B-ORG I-ORG O O O O O B-ORG O O O O O B-ORG I-ORG O O O O O O O O O O O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG I-ORG O B-LOC O B-ORG I-ORG O B-LOC O B-ORG O B-LOC O B-ORG I-ORG O B-LOC I-LOC O B-ORG O B-LOC I-LOC O O O B-MISC I-MISC O O O O B-LOC I-LOC O O O O B-MISC I-MISC O O O O O O O O O O O O O O B-MISC I-MISC O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-MISC I-MISC O B-ORG I-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O -O O B-PER O B-PER O O B-PER O B-ORG O O O B-PER I-PER O B-LOC I-LOC O O B-PER I-PER O O O O O B-MISC O B-PER I-PER O B-PER I-PER O O O O O O O O B-PER O O B-LOC I-MISC O O O B-ORG I-ORG O O O B-PER O B-MISC O B-PER O O O O O B-PER I-PER I-PER O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-PER O O O O O O B-MISC O O O O B-PER I-PER O O O B-MISC O O O B-MISC O O O O O O O O O O O O O O O B-PER O O B-PER O O O O O B-PER O O O O O O O O O O B-LOC O B-MISC I-LOC O O O O O O O O B-PER O O B-LOC O O O O O O B-PER O O O O O O O O O O B-PER I-PER O O B-MISC O O O O O O O O O O B-PER O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O B-PER O O O O O B-PER O O O O O O O B-MISC O O B-MISC O O O O O O O B-ORG I-PER O O O B-LOC B-ORG O O O B-ORG O O B-ORG O B-PER I-PER O B-MISC I-PER O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-PER O B-PER O O B-PER O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-MISC O O B-MISC I-ORG O O O O O O O O O O O O O O O O O O B-MISC O O O O O B-PER O O O B-ORG O O O O O B-MISC O B-PER O O B-LOC O O O B-PER I-PER O O O B-PER I-PER O B-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O B-PER I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-MISC O O O B-MISC O B-PER O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O O B-PER O O O O B-MISC I-MISC O O O B-LOC O O O O O O O O O O B-PER O O O O O O O O O B-MISC O O O O B-PER I-PER O O O O O O O O B-MISC O O O O O O I-MISC O O O -B-MISC I-MISC B-PER O B-MISC O O B-LOC O O B-PER I-PER O O B-ORG I-ORG I-ORG I-ORG O O B-PER O O B-MISC O O O O O O O O O O O O O O O O O O B-ORG O O O B-MISC O O O B-LOC I-LOC O O O B-MISC O O B-LOC O B-ORG O O B-PER I-PER O B-PER O O O O O O O O B-LOC O B-PER I-PER O O O O O B-ORG O O O O O O O O B-ORG O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-LOC O O O O B-PER O O O O O O I-ORG O B-LOC O O O O B-PER O B-PER I-PER O O O O O O O O B-LOC O B-PER O O I-ORG I-ORG I-ORG I-ORG O B-PER O O O O O O O O B-LOC O O O O O B-MISC O O O O O O O O O B-ORG O B-ORG I-PER O B-ORG O O O O O O O B-PER O O B-ORG O O O O O O B-MISC O O -B-LOC O O O O O B-MISC I-MISC O O B-LOC O B-LOC O O O O O O O O O O O B-MISC I-MISC O O I-LOC O O B-PER I-PER I-PER I-PER O O O O O O O O O O O B-LOC O O O O O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-LOC O O O B-PER I-PER O B-PER I-PER O B-LOC O O B-PER I-PER O B-PER O B-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O B-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER I-PER O -B-LOC O B-PER I-PER O O B-MISC O B-LOC O O O O O B-LOC O B-LOC O O B-PER I-PER O O B-LOC O O O O B-MISC O O O O O O O O O O O B-MISC I-MISC O O O I-MISC B-PER O O O O O O O O B-PER O O O O O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER O O O O O O O O O O O B-LOC I-LOC O O O B-PER I-PER O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-PER I-MISC O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-PER I-PER O O O B-PER O O O B-ORG I-ORG O O O O O O O O B-MISC I-MISC O O B-PER O O O O O O O O B-LOC I-LOC O O O O O O O O B-MISC O O O B-LOC I-MISC O O O B-PER O I-LOC I-PER O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O B-MISC I-MISC I-MISC I-MISC O O O B-LOC I-MISC O B-LOC I-LOC O O O O B-PER I-PER O O B-PER O O O O O O O O B-PER I-PER O O O B-PER O O O B-MISC I-MISC O O O O O O O B-MISC I-MISC I-MISC I-MISC O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O -O O B-PER O B-PER I-PER O B-ORG O B-ORG O B-ORG O O B-LOC O O B-MISC O O O B-MISC I-PER O O O O O B-PER I-PER O O O O O O I-ORG O B-ORG O O O B-MISC I-ORG O O O O B-MISC O I-MISC O O O O O O O B-MISC I-MISC O O B-PER I-PER O O O B-LOC O O O B-LOC O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O -O O B-PER O I-MISC O O O O O O O B-PER I-PER O B-LOC O O B-MISC B-PER I-PER O B-MISC O O O B-PER I-PER O O O O O O O B-PER O O O O O O O B-PER O O O O O O O O O O O B-PER O O B-MISC O O O O B-LOC O O O O B-PER O O O O O O O O O O O B-PER O O O O O O B-LOC O O O O O O B-PER O O O O O O O B-PER O O O O O O B-LOC O O O O O B-MISC I-MISC O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O O B-PER O O O O O O O B-MISC O O O O O O B-LOC I-MISC O O O O O B-MISC O O B-LOC O O O O O B-LOC O O O O O O O O O O B-PER O B-LOC O O B-LOC O B-LOC O B-LOC I-LOC B-PER O O O O O O O O O O B-ORG I-MISC O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O B-LOC B-MISC O O B-MISC B-LOC O O O O O O B-PER O O O O O O O O O B-PER O O O O O B-PER O B-MISC I-MISC O B-PER I-PER O O O O O O O O O O B-PER I-PER O O B-MISC O B-PER I-PER O O O O O B-LOC O O -O O B-LOC B-MISC I-MISC O O O B-LOC O O O O O O B-LOC O B-MISC I-MISC O O O O O O O O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O O B-PER I-PER O B-LOC O O O B-PER O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O B-PER I-PER O B-LOC O O O B-PER O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O B-ORG O O O O O O O B-PER I-PER O B-LOC O O O B-PER O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O B-MISC O O B-PER I-PER I-PER O B-LOC O B-ORG O B-PER I-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O B-PER I-PER I-PER O B-LOC O O O B-PER I-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O O B-PER O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O B-PER I-PER O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O B-PER O B-PER O B-LOC O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O B-PER I-PER O O B-LOC O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O B-PER I-PER B-PER O B-LOC O O B-PER I-PER O B-LOC O B-ORG O -O O O O O O O O O O O O B-LOC O O B-MISC O O O O B-MISC O O O O O O O B-MISC I-MISC O O O B-ORG O O O B-ORG I-ORG B-LOC O O O B-MISC O O O O B-MISC O O O O O O B-PER O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O B-PER O O O O B-PER I-PER O O O O O B-MISC O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O B-MISC O O O B-PER O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-MISC O O -O O B-ORG O B-PER O O O B-LOC O O B-LOC I-LOC O O B-MISC O B-PER I-PER O O O O B-PER I-PER O O O O O O O O O O O O O O B-LOC O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-MISC O B-PER I-PER O O B-LOC I-MISC O O O B-MISC O O O O O O O O O O O B-LOC O O O O B-MISC O B-LOC O O O O O O O O B-LOC O O O O O B-MISC I-MISC O O B-ORG O O B-PER O O O O O O O O O O O O O O O O O B-ORG B-MISC I-MISC O O B-LOC O O O O O O O O O O O O O O O O B-LOC O O O B-LOC O O O -O O B-PER O O B-ORG O O B-LOC O B-LOC O O O B-MISC O B-PER I-PER O O O O B-MISC O O O B-ORG O O O O O O O O B-PER O O O O B-ORG O I-ORG I-ORG I-ORG O O O O B-LOC I-PER O O O O O O O O O O O B-ORG O O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-MISC O O O O O O -O O B-ORG O B-PER O O B-MISC O O B-LOC O O O B-MISC O O I-PER I-PER O B-ORG O B-ORG O O O O O O O O O B-MISC O O O O O O O B-MISC I-MISC O B-MISC O O O O O O O O O O O B-ORG I-ORG O O O O O O B-MISC O O O O O B-PER O O O O B-ORG I-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-PER I-PER I-PER I-PER O O O O O B-PER O B-PER I-PER O O O O O O O O B-LOC O B-PER I-PER O O -O O B-LOC I-LOC O B-LOC O O O O O B-LOC O O B-LOC I-LOC O B-LOC O O O O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O O O O O B-LOC I-LOC O O O O B-LOC I-LOC I-LOC O B-MISC O O O -O O B-LOC O B-LOC I-LOC O O O B-LOC O O O O O O O O B-MISC I-MISC O O O B-LOC O B-LOC I-LOC O O O O O B-LOC O B-PER I-PER O O O B-PER O O B-PER I-PER O O O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O B-PER O O B-PER I-PER O O O O B-PER I-PER I-PER B-PER O B-PER O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER I-PER B-PER O B-PER O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-PER I-PER I-PER I-PER I-PER I-PER I-PER O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER I-PER O B-PER O B-PER O B-PER I-PER O B-PER I-PER O B-PER O B-PER O O B-LOC I-LOC O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O B-PER I-PER O O B-PER I-PER O O O O B-PER I-PER O O O O B-PER I-PER O O B-PER O O B-PER I-PER O O B-PER O O B-PER I-PER O B-PER O O B-PER I-PER O O O O O O O B-PER O O O O O O O O O B-PER I-PER O O O O O O O B-PER I-PER I-PER I-PER I-PER I-PER O O O O O O B-ORG O B-PER O B-PER O O O O B-PER I-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER I-PER O B-PER O B-PER O B-PER I-PER O O O O O O O B-PER I-PER I-PER O O O O O B-LOC O B-ORG O O O O O -O O B-LOC I-LOC O O O O B-LOC I-LOC O O B-LOC O O B-LOC O O O O O O O O O O B-LOC I-LOC O O O O O O O O O B-MISC I-MISC I-MISC O O O O O -O O B-LOC O O O O O O O O B-LOC O O B-LOC O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O B-MISC O I-MISC O O O O O O O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O B-PER O B-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O B-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O B-PER O O B-LOC I-LOC O B-PER I-PER O O O O B-PER I-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER I-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O -B-LOC I-LOC O O O O O O O B-LOC O O B-LOC O O O B-LOC O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-LOC O O O O B-LOC O O O O O O O O O O O O O B-LOC I-MISC I-ORG O O O B-PER O O O O O B-LOC I-LOC O B-LOC O O I-LOC I-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-ORG O I-ORG O O O O O B-ORG O O O B-PER I-PER O B-LOC O O O O -B-MISC B-ORG B-ORG O O O O O O B-LOC O O O B-ORG I-ORG I-ORG I-ORG O B-ORG O B-ORG O O O O O O O O O O O O O O B-LOC I-ORG O O O O O -B-LOC O O O O O O O O B-LOC O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O B-PER O O O O O B-LOC O O O O O O O I-LOC I-LOC I-LOC O O O O B-ORG O B-PER I-PER O O O O B-PER I-PER I-PER O B-ORG I-ORG B-PER I-PER O B-PER O B-LOC O O B-PER O B-PER I-PER O O O O O O O O O O B-PER O O O O O O O O B-PER O B-PER O B-MISC O B-PER I-PER O O B-MISC I-MISC O B-PER I-PER O O O O O O O O O B-PER I-PER O O O B-PER I-PER I-PER O B-LOC I-LOC I-PER I-PER O O O O O B-PER O O O O O O O O B-ORG I-ORG I-ORG O O O O O -B-MISC O O O O O B-LOC I-LOC O O B-LOC O B-ORG I-ORG O O O O O O O B-PER I-PER I-ORG I-ORG I-ORG I-LOC O B-PER O O O B-MISC O O B-LOC O O I-MISC O B-MISC I-MISC O O B-PER O O O O O B-PER I-PER O B-LOC I-PER O O O O O O O B-PER O O B-MISC I-PER O O O I-LOC O O O B-LOC I-MISC O O O O -B-ORG O O O O O O B-PER O O B-LOC I-LOC O O B-ORG I-MISC O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O B-ORG I-ORG I-MISC O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-ORG O O B-MISC O O O O O O O O B-PER O O O O O O O O O B-PER I-PER O O B-LOC O O B-MISC O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O B-PER O O O O O B-ORG O O O O O O B-ORG O O O B-ORG O O O O O O O O O B-ORG O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O B-ORG O O O O O O B-LOC I-MISC O O O B-PER I-PER O B-ORG I-ORG I-ORG I-ORG O O I-ORG O -B-LOC O O O O O O O B-LOC I-LOC O O B-LOC O O B-LOC O O O O O B-PER O O O O O O O O O O O O O O O O O O O I-ORG I-ORG I-ORG I-ORG O B-PER O O O O B-MISC O O O O O O O O O O B-LOC I-LOC O B-PER O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-PER O O O B-PER O O O O O B-MISC O O O O B-PER O O O B-PER O O O O O O O O B-PER O O O O O O O O O B-LOC O O B-MISC O O I-MISC O O O O O O O B-PER O B-MISC O O O O O O O O B-MISC O O O O B-PER O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-ORG I-ORG O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-PER O O O O B-PER O O B-LOC O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-PER O B-LOC O O O O O O O O O B-LOC O O B-ORG I-ORG O O O O O O O I-MISC O O O O O O O O O O O B-PER I-PER O O O B-LOC O O O B-PER O O O B-LOC O O O O O O O O O O O O B-MISC I-ORG O O O O O O O O O O O O O O O O B-ORG O B-PER I-PER O O O O B-MISC O B-PER O O O O O O O O O O O I-MISC O O O O O O O O O O O B-MISC I-PER O O O B-PER O O O O O O O O O B-LOC O O O O O O B-ORG O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-LOC O O O O B-PER O B-LOC O B-PER O B-PER O B-LOC O O B-PER O O O B-PER O B-LOC O O B-PER O O O B-MISC O B-LOC O O B-PER O O O B-MISC O B-LOC O O -B-MISC I-ORG I-ORG O O O O O O B-LOC O O B-LOC I-LOC O O O O O B-PER I-PER I-PER I-ORG O O O O B-LOC O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O B-PER O O I-PER O B-LOC O O B-LOC I-LOC I-ORG I-ORG O O B-PER I-ORG I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-LOC I-PER O B-LOC I-LOC O O O I-ORG I-ORG O O O O O O O B-PER O I-ORG O B-ORG I-ORG O O B-PER I-PER I-PER I-PER O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O B-PER I-PER O O I-ORG O O O O B-PER O O O O O O O O O O O O O O O O O O B-PER O O B-PER O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O O O O O O O O O O B-PER O O O O O O O O O O O O O O O B-PER I-PER I-PER O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-ORG O O O O B-PER O B-PER I-PER O O B-ORG O O O B-ORG O O O O O O B-MISC O O O O O O O O O B-ORG O O O O O B-PER I-PER O B-PER I-PER I-PER I-ORG O O O O O O B-PER I-PER B-PER I-PER O O O O O O O O O O O B-PER O O O O O O O O B-ORG I-ORG O O B-MISC O O O B-PER O B-PER O O B-PER O O O O O O O B-MISC O O O B-PER O B-PER O O O O B-PER O O B-ORG I-ORG I-ORG O B-PER O O -B-LOC I-LOC O B-LOC O B-ORG O O O O O O B-LOC O O B-LOC I-LOC O B-PER O O O O O O O O B-MISC O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O I-MISC O O B-PER I-MISC O O O B-ORG O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC I-ORG O O O B-PER O -B-MISC I-MISC B-ORG B-MISC O O O O O O B-LOC O O O B-MISC O O O B-MISC O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-ORG O O O O O O I-MISC O O O O B-PER O B-ORG O O O B-MISC O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-MISC O O O O O O O B-MISC O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-LOC O O O O O O O O O B-ORG O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-LOC O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O -O O O O O O B-LOC O O O O O O B-MISC O O O O O O B-ORG I-ORG O O O O B-LOC O B-PER I-PER O O B-PER O O O O O O O O O B-LOC O O O B-PER O O O O O O O O O O O O B-PER O O O B-LOC I-ORG I-ORG I-ORG I-ORG O I-ORG O B-ORG O O O O B-LOC O O O O O O O O O O B-LOC O B-PER I-PER O O O O O O O B-PER O O O O O O O O O O B-LOC I-LOC O O O O O O B-MISC I-LOC O B-MISC O O O O O O O O O B-MISC O O O B-LOC I-MISC O O B-ORG O O O O O O O O O O O O B-MISC O O O B-LOC O O I-PER O O O O O O O B-LOC O O O B-PER O O O O O O O O O O B-LOC I-ORG O O O O B-PER I-MISC O O O B-ORG O B-LOC O O B-LOC O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O B-LOC O O O B-MISC O O O B-PER O O O O O O O O O O O O B-LOC O O O O O O O O O O B-LOC I-LOC O O O B-LOC I-ORG O O O O O O O O O O O B-MISC O B-PER O O O O O O O O O I-ORG I-MISC O O O O O B-ORG O O O O B-ORG I-ORG O I-ORG O O O B-LOC O O I-PER O O O O O O O O B-ORG I-ORG O O O O B-MISC O O O B-LOC O O O O I-PER O O O O B-MISC O B-PER O O O O O O O O B-ORG O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O B-PER O O O O O O O O O O O B-LOC O O I-PER O O O O O O O B-LOC I-ORG I-ORG O O B-PER O O O O O O O O O O O O O O O O B-LOC O O O O O O O B-LOC O O O O B-PER I-PER O O B-MISC O O O O O O O B-MISC O O O B-PER O O O O B-MISC O O O O O B-PER O O B-MISC I-MISC O O B-PER O O O O O O B-PER O O O O O B-PER I-PER O O B-PER I-PER O O O O O O O O O O -B-MISC I-LOC O O O O O O B-LOC O O O O B-PER O B-PER I-PER O O O B-MISC O O O O B-LOC O B-PER O O O O O O O O O O O O B-PER O O O O B-PER O O O O O B-MISC O O O O O O O O B-MISC O O O O O I-MISC I-ORG O B-MISC O O O B-MISC I-PER O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-LOC O O I-ORG I-ORG O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-MISC I-ORG O O O B-ORG O O O O O O O O O B-PER O O O O O O O O I-ORG O O O O O O O O O O B-ORG O O O O O O O B-LOC O O O O O O B-PER O O O O O O O O O O O O B-MISC I-MISC I-PER O O B-MISC O O O B-LOC O O O O O O O O O O B-MISC O O O O O I-MISC O O O O B-PER O O O O O O O O O O B-MISC I-MISC O B-LOC I-LOC O O B-PER O O O O O O O O O O O O O O O O O O O B-MISC O O O B-MISC O O O O -O O B-LOC O O O O B-LOC O O B-LOC O O B-LOC O O B-PER I-PER O O O O O O O B-LOC O O O B-MISC I-MISC O O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O B-ORG O O O B-PER I-PER O O O O O O O B-PER I-PER O B-LOC I-LOC O B-PER I-PER O O O O O O O O O O O O O B-ORG O B-PER O B-PER O B-PER O O O B-PER O B-PER O B-PER O B-PER O B-PER O O O B-ORG I-ORG O O B-PER I-PER O -B-MISC O B-PER O O O O B-ORG O O B-LOC O O O O O O O O B-LOC O O O B-MISC O O O O O I-ORG O O O O O O B-ORG I-ORG O O O O O O O B-MISC O O O O O O O O O O O O O O B-LOC O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O B-MISC O O O O O O O O B-LOC O O B-MISC O O O O O O O I-ORG O O O O O B-MISC O O O O O O O O O O O O O O O O O B-PER O O O -B-ORG I-LOC O O O O O O O O B-LOC O O O O B-LOC I-LOC O O B-ORG O O O O O O O O O O O O O I-ORG O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O B-ORG O O B-MISC O O I-ORG O O O O O B-LOC I-ORG O B-ORG O B-MISC O -B-LOC O O B-MISC O O O O B-LOC O O O B-ORG I-ORG I-ORG O O O O O O O O O O O B-PER O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-ORG I-ORG O B-PER O B-MISC O O O O O O O O O O O O O O O O O O O O O O O I-ORG O O O B-PER O O O O O O O O O O B-PER I-PER O O O O O O O O O O B-PER O O O O -B-PER I-PER I-PER B-LOC O O O O O O B-LOC O O B-MISC O O B-PER I-PER O O O O O B-PER I-PER O O O B-ORG O B-LOC O O O O O B-PER I-PER O O O O B-LOC O B-ORG I-ORG O O O O O B-PER O O O B-LOC I-LOC O O O O B-ORG O B-PER O O O O O O O O O O O O O O O O O B-PER I-PER O B-PER O O O O O B-PER O O B-PER O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O B-LOC O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-LOC O O O O O B-MISC O O O O O O O O O O O O O O O O O B-PER O O O O O B-PER I-PER O B-PER I-PER O O B-ORG O O O B-PER O O O O O O O O O O O O O B-LOC O O O O O B-PER O O O O O O O B-PER O O O O O B-ORG O B-PER O O O O O O O O O B-PER O O O O O O O O O O B-PER O O O O O O O B-PER O O O O O O B-PER O O O O O O B-LOC O O O O O O O O -B-PER O B-MISC O O O O O O B-PER O B-LOC I-LOC O B-MISC O B-PER I-PER O O O O O O B-PER I-PER O O O O O B-PER O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-PER O I-ORG O O B-MISC O O O B-MISC I-LOC O O B-PER O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-PER O O O O B-PER O O O B-PER O O B-PER O O O O O O O O O B-LOC O O O O O O O O O O O O B-PER O B-PER O O O O O O O O B-PER O O O B-MISC O O O O O O B-LOC O B-ORG I-ORG O O O O O O O O O O O O O O O O O O B-LOC O O O O B-LOC O O O O O O B-LOC O O O O O O B-ORG I-ORG B-LOC O O O O O O O O O O B-PER I-PER O B-PER O O O O B-LOC O O O O O O O O O O O O O O O B-PER I-PER O O O O B-PER O O O O O B-PER O O O O O O -O B-MISC O O O O O O B-LOC O O B-LOC O O B-MISC O I-ORG O O O O O O O O O O O O B-PER O O O O O O O O O O B-LOC O O O O O O O O B-MISC O O O O B-LOC O O O B-LOC I-LOC I-PER O B-PER I-PER O O O B-MISC O O O B-MISC O B-PER I-PER O O O O O O O O O O O O O O O O O O B-PER O O O O O B-ORG I-ORG O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O I-ORG O O B-LOC O O O O O O O O O O O O B-MISC O O O O O O O O O B-MISC O O O O B-ORG I-ORG I-ORG I-ORG I-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O -B-LOC O O O O B-PER O O B-LOC O O B-LOC O O O B-PER I-PER O O O O O O O O O B-PER O O O O O O O B-MISC O O B-ORG O O O O O O O O O O O B-ORG O O O B-PER O O O O O B-LOC O O O O O B-LOC O O B-ORG I-ORG I-ORG O O O I-PER I-PER O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O B-LOC O O B-ORG O O O O B-ORG O O O O O O O O O O O O B-ORG I-ORG O O O O B-PER I-PER O O O O B-PER I-PER O B-LOC O O O B-ORG O -O B-MISC O O O O O O I-PER O B-LOC O O O O B-LOC O O O B-PER I-PER O O O O O O O O O O O O B-LOC I-LOC O O O O O O B-LOC O O B-PER I-PER O O B-ORG O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O B-PER O O O O O B-PER O O O O B-MISC O O O O O O O O O O O O O O O O O O B-PER O O O O B-LOC O O O O B-MISC O O O B-MISC I-PER I-LOC O I-ORG O O B-MISC B-ORG O O O O O O O O O O O O B-PER O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-PER O O O O O B-ORG O O O O B-ORG O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-ORG I-ORG I-ORG B-LOC O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-MISC O O O O O O O O O O O B-PER O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O B-LOC O O O B-PER O O O O O O O B-PER I-PER O B-PER O O O O O O B-PER O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O B-PER I-PER O B-PER I-PER O O -B-MISC O O O B-MISC O O O B-PER I-PER O B-LOC O B-LOC O O B-PER O O O O O O B-LOC O O O B-LOC O O O B-MISC O O O O O O O O O O B-MISC I-LOC O O O O O B-ORG I-ORG I-ORG O O O O O B-PER I-PER O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-PER O B-PER O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-LOC O O O O B-PER O O B-PER O O O O O O O O O O O B-LOC O O O B-LOC O O B-PER O O O O B-MISC O O B-MISC O O O O O O O O B-ORG O B-MISC O O O O O O O O O O B-PER O O O O O O B-MISC O O O O O O B-LOC O O O B-LOC O B-LOC O O O O O O B-MISC O O O O O O O O O O O O O B-MISC O B-ORG O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-LOC I-LOC O O O B-PER O O O B-PER O O O O B-PER O O O O O B-MISC O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-LOC O O O O O B-PER I-PER O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O -B-MISC O O O O B-LOC O O B-LOC O O B-LOC O O O B-PER I-PER O O B-LOC O O O O O O O O O O O O O O O O B-PER O O O B-LOC I-LOC O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O I-ORG O O O O O O B-ORG B-LOC I-ORG B-LOC O O O O O O O B-LOC O B-ORG I-ORG O O O O O O O O O I-LOC O O O O O O O O O O O B-PER O O B-MISC O B-PER I-PER O B-MISC O O B-LOC O O O B-LOC O O B-LOC I-LOC O O O B-LOC O O B-LOC O O O O O O O B-PER O O O O O O O B-ORG O O O O O B-LOC O O O O B-MISC I-MISC O O B-LOC O O O O O O I-ORG O O O O O O O O -B-PER O O B-ORG O O O B-ORG O O B-LOC O O B-MISC O B-PER I-PER O O O B-PER O O O O O O B-ORG O O O O B-PER I-PER O O O O B-PER I-PER O O O O O O O O O B-MISC O O O O B-PER O O O B-PER O O O B-MISC O O O O O O O B-PER O O O O B-LOC O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O B-PER O B-PER O O O O O I-PER O O O B-LOC O B-MISC I-LOC I-LOC O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER O O O O O O O O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O -B-PER O B-MISC O O O O O B-LOC O B-LOC O O B-MISC O B-PER I-PER O B-MISC O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O B-PER O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER O O O O O O O O -B-MISC O O O O O O O O O O B-LOC O O O B-LOC I-LOC B-LOC I-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O B-ORG O O B-PER I-PER O O O O O O O O O O B-MISC O O O B-PER O B-PER I-PER I-PER O O O O O O O B-LOC O O O O B-ORG O O O O O O O O O O O B-PER O O O O O O B-PER O O O O O O O O O O B-ORG O B-PER O O O O O O O O B-PER O O O O O -B-ORG O O O O O O B-PER I-PER O B-LOC O O O O B-PER O O O B-ORG I-ORG O O O O B-MISC O I-MISC O B-MISC O O O O O O O B-MISC O O O O O O B-ORG O O O O O B-PER O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER I-PER O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-MISC O O O O O O B-ORG O O O O O O O O O B-MISC O O O O O O O O O B-PER O O O O O O O B-MISC O O B-PER O O O B-MISC B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-LOC O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O B-LOC I-LOC O O O O O O O O B-PER O B-MISC O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-MISC O O O B-PER O B-PER I-PER O B-PER I-PER O O O O O O O O B-PER O O O O B-MISC O O O O O O O O O O O O O B-PER O O O O O O O O O O B-LOC O O O B-PER I-PER I-LOC O O O O O O O O O O O O O B-PER O O B-PER O O O O B-LOC O O O O O B-ORG I-PER O -B-LOC I-LOC I-LOC O O O O B-LOC O O O B-LOC O O O B-ORG I-ORG I-ORG I-ORG O B-ORG O O O O B-PER O O O O O O O B-PER O O O O O O O O O B-MISC O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O B-ORG O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-LOC I-ORG O O O -B-MISC I-MISC O O B-MISC O O O B-LOC O B-LOC O O O B-PER I-PER I-PER O O B-MISC O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O I-ORG O I-LOC O O O B-LOC O O O O O O O O O O O O O O O O I-ORG O O O O O O O O B-PER O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O B-PER O O O O B-LOC O O O O O O B-LOC O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O -O O O O B-LOC I-LOC O O B-LOC O B-LOC O O O O B-MISC O O B-PER I-PER O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-PER I-PER O O B-MISC O O O B-LOC O O B-PER O O O O O O O O O O O O O O B-LOC O O O O O O O O B-LOC O O B-PER O O O O O O O O O O O B-PER O O O B-MISC O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-PER O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O -B-MISC O O O O O O B-LOC I-LOC O O B-LOC O B-PER I-PER I-PER O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O B-LOC I-LOC O B-ORG I-ORG O O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG B-ORG B-MISC O O O O O O O O O O O O B-PER O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG I-ORG B-PER I-PER O O O O B-PER I-PER O O B-PER O O O O O O O O O B-MISC O O O O O O O O O O O O O O B-PER O O O O O B-MISC I-MISC O O O O O O O B-PER O O O O O O O O O O B-PER I-PER O O O B-PER I-PER O O O O B-MISC O O B-PER I-PER I-PER O O O O O O O O O O O O O O O O O B-PER I-PER I-PER I-PER O B-PER I-PER O O O O O O O O O O O O O O -O I-LOC O O B-ORG O O O O O B-LOC I-PER O B-LOC I-LOC O O B-ORG I-ORG O O B-ORG I-PER O B-LOC O O O O B-PER O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O B-MISC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O B-LOC I-ORG O B-MISC B-ORG I-ORG O O O O O B-PER O O O O O I-PER I-PER O O O B-LOC I-MISC O B-ORG O O O O B-LOC O O O O O B-LOC I-ORG O O O O O O O O O O O O O O O O O B-LOC I-MISC O O O O B-ORG O I-MISC O O O O B-LOC O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-MISC O O O O O O O O O O O O B-PER O B-PER O B-MISC O O O O O O O O O O O O B-MISC O O O O O O O O O B-ORG O O O O O O B-LOC I-LOC O O O O B-ORG I-ORG O O B-MISC O O O O O O O O O O O O O O O O O O O I-ORG I-ORG I-ORG O O O O O O O O O B-MISC I-ORG I-ORG O O O O O O O O B-PER O O B-PER O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-PER O B-PER I-PER O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O I-PER O O O O O O O O O O O O O O O O O O O O O O O I-ORG O B-ORG I-ORG O O O O O O O O O B-MISC O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-LOC I-LOC O O O O B-MISC O O O O -B-LOC I-LOC O O O O O O B-LOC I-LOC O B-LOC O O B-PER O B-PER O O O B-LOC O O O O O O O O O O O O O B-LOC I-ORG O O O O B-PER O O O O O O O I-MISC O O O O O B-LOC I-ORG O O O B-LOC O B-ORG O O O O O O O O O O O O O O O O B-LOC O O O B-LOC O B-LOC O O O O O O O B-ORG O O O O O O O O O O B-PER O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-PER O B-LOC O O O O O O B-MISC O O O B-PER O B-LOC O B-PER O O O O O O O B-PER O O O O O O O O O O O O O O O O B-PER O O B-PER I-PER I-PER O O O O O O O O O O O O O O O O O O O O O I-ORG O O O O O O O B-PER O O B-PER I-PER I-PER O O O O B-ORG O O O O O O O O O O O B-PER O O O O O B-ORG O O O O B-LOC O O O O O B-MISC O O O O O B-PER O O O O O B-PER O B-PER O O O O B-PER O O O B-ORG I-ORG O O O B-PER O O B-LOC O O O O O O O O B-LOC O O O O O O O O O O O O O O O O B-MISC O B-LOC O O O O O O O B-MISC O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-MISC O B-MISC O O O -B-MISC O O B-LOC O O O O O O O O B-LOC I-LOC O B-LOC I-LOC O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O B-LOC O O O O B-PER O B-PER I-PER O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-PER O O O O O O O O O O I-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-MISC O O O O O O O O O O O O O O O O O O B-PER O B-PER O O O O O O B-LOC O O B-MISC O B-PER O O O B-PER I-PER O O O O O O B-PER I-PER O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-PER O O O O O O B-PER O O O B-PER O O O O O O O B-PER O B-PER O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-MISC O O O O O O O O O B-PER I-LOC O O O B-LOC O O O O O O O O O O O O O B-PER O O O O O O O O O O B-PER O O O O B-PER I-PER O O I-LOC O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O B-LOC I-LOC O B-LOC O O B-PER I-PER I-PER O O O O O O O O O B-PER I-PER O O O O O O B-PER O O B-PER O O O O O O O B-PER O O B-PER O O O B-PER O O O O O O O O O O O O B-PER I-PER O O O B-ORG O O I-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-PER O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O B-PER O O O B-ORG O O O O O O O O O O B-PER O O O O O O O O O O O O O B-PER O O B-MISC O O O B-PER O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-PER O I-MISC O O O O O O B-PER O O O O O O B-PER I-LOC O B-PER O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-MISC I-MISC I-MISC O O O O O B-LOC O O O O O O O O O B-PER O O O O B-MISC O O O B-MISC O O O O B-LOC O O O O O O O O O O O O O O O I-ORG O O O O B-PER O O O B-PER O O B-LOC O O I-PER O O O O O O O B-MISC I-ORG I-ORG O O O B-MISC O O B-LOC O O O O O O O O O O -B-MISC O O B-PER O B-PER O O B-LOC I-PER O B-LOC O O O O O O O O O O O O B-LOC O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O B-PER I-ORG I-ORG O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O I-ORG O O O O O O O O O O O O O O B-PER O O O O O O O O B-PER O O O O O O O O B-PER I-PER O B-LOC O I-ORG O O O B-PER O O O O O O O B-LOC I-LOC O O B-MISC O O B-MISC O O I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O B-PER O O B-LOC O O O O O O B-MISC I-MISC O O O O O O B-PER O O B-MISC O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-MISC O O O O O O O O O I-MISC O O O O B-MISC O O O O O O O O O O O O O B-PER I-PER O O I-ORG I-LOC O B-LOC O O O O O B-PER O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-MISC O O I-MISC O O O O O B-MISC O O O O O O O B-PER O O O O O O O O O O O O B-PER O O O O O O O O B-ORG I-ORG O O O O O O O O O O B-PER O O O O O O O O B-MISC O O O O O O B-MISC O O O O O O O B-PER O O O B-PER I-PER O O O O O O O O O O O B-PER O O O B-PER O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O B-PER O B-PER O O O O B-PER O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-ORG O O O B-PER O O B-LOC O O O O O O B-PER O O B-LOC O O O B-PER O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O O O O O O O O O O -B-MISC I-MISC O O O B-LOC O O B-PER I-PER O B-LOC O O B-LOC O O O O O O B-MISC I-PER O O O O O O O B-ORG I-ORG I-LOC O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-MISC I-LOC O O O O O O O O O O O O B-PER I-PER O O O I-PER O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-PER I-PER O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O B-PER O O B-MISC I-MISC O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC I-LOC O O O O O O B-LOC O O B-LOC I-LOC O O O O O O O O O O O O O O B-PER O O O O B-LOC O O B-MISC I-MISC I-LOC I-LOC O O O O O O O O B-MISC O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O B-PER O O O O O O O O O B-MISC I-MISC O O O O O O O O O B-PER I-PER O O O B-LOC O B-LOC O B-LOC O O O O O B-MISC I-MISC O O O O O O B-PER I-PER O B-PER O O O O O O O O O O B-ORG O B-LOC O O O O O B-ORG I-ORG I-ORG O O O B-MISC O O O O O I-MISC O O B-LOC I-MISC I-MISC I-ORG O O O B-LOC I-ORG O O O O I-ORG I-ORG O I-ORG O O B-LOC O O O O O O I-ORG O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O B-PER I-MISC O O O O O O O O O O O O O B-MISC I-MISC O O I-ORG O B-ORG O O O O O O O O O O O O O O O O O B-PER I-PER O O B-LOC I-LOC I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O B-PER O O O O O O O O O O O O O O O O O O O B-PER O O O -B-LOC B-MISC B-ORG O O B-ORG O O O B-LOC O O B-LOC I-LOC I-PER I-PER O O O O O B-LOC I-ORG I-ORG I-ORG O O O O O O O O O O O B-ORG O O O O O O O O O O O O B-PER O O O O O O O B-PER O O O O O O O O B-PER O O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-LOC O O O O O O O O B-PER O O O O I-MISC O O O O O O O O B-PER I-PER O O O O O O O O O O B-LOC O O O O O O B-PER O B-PER O O O O O O O O O O O O O B-MISC O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-MISC O O B-ORG O O B-PER O O O O O O O O O O O O B-PER O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-PER O O B-PER O O O O O O O O O O O O B-PER O O O O O O O B-PER O O B-MISC O O B-ORG O O B-PER O O O B-ORG I-ORG O B-PER I-PER O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-PER O O O O O B-PER I-PER O O B-MISC B-ORG O O O B-LOC I-LOC O O B-MISC O O O B-LOC I-LOC O O B-ORG O B-PER O O O O O O O B-PER O O O O O O B-PER O O O O B-PER O B-PER O O O B-MISC O O B-ORG O O B-PER I-LOC O O O O O B-PER O O O O O O O O B-PER O B-PER O O O O O B-PER I-PER O O O O O O O O B-PER O O O O O O B-PER O O O O O O O B-MISC O O O O B-PER O O O O O B-ORG O O O O O O O O O O B-LOC O O O O O O O O O O B-ORG O O B-MISC O O B-ORG O O O O O O O O O O O O O O O O O O O O O O B-MISC I-PER O O O O O O B-PER O B-LOC O O O O O O O O O O O O O O O O O B-ORG O O O O O B-PER O O O I-ORG B-ORG O O O B-PER I-PER O O O -B-MISC O O O B-MISC O B-PER O O B-PER I-PER O B-LOC O O O O O O O O O B-MISC O B-PER I-PER O B-LOC I-LOC O B-ORG O B-LOC O O I-LOC O B-MISC O O O O O O O O O O O O O O O O O B-PER O I-MISC O O B-LOC O B-MISC O O O O O O B-MISC O O O B-PER I-PER O O I-ORG O O B-ORG I-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O B-LOC O O O O O O B-MISC O O O O O B-LOC I-LOC I-LOC I-LOC I-ORG O O O O O O O B-MISC O O O O O O O O O O O O O B-LOC I-LOC O O O B-PER O O O B-LOC I-LOC O B-PER I-PER B-PER I-PER O O O B-ORG O O O O O O O O O O B-MISC O O O O O O B-LOC O O O O O O O B-PER O O O B-MISC O O I-ORG I-ORG O O O B-PER I-PER O O O B-ORG I-ORG I-ORG I-ORG O O B-PER I-PER I-ORG I-ORG O O O O O B-PER O O B-PER O B-PER O O O O O O O B-PER I-ORG O O O B-MISC O O B-PER O O O B-MISC O O O O O B-LOC O O O O O O O O O O O O O O O B-LOC O B-MISC I-MISC I-ORG O I-ORG O B-PER I-PER O B-PER I-PER O B-ORG I-ORG I-ORG O O O B-LOC I-LOC I-PER O B-LOC O O O O I-ORG I-ORG O B-PER O B-PER I-PER O O B-LOC O O O O O O O B-MISC O O B-PER O O O O B-PER O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-LOC O O B-PER O O B-PER O O O O O O O O O B-PER O O O B-PER O O O B-MISC O B-LOC O O O B-MISC O I-ORG I-ORG B-LOC O O B-PER O O O O O O B-ORG O O O O B-MISC O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-PER O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-PER O O O O O O O O O O O O O O O O B-PER O B-PER O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O B-LOC I-LOC I-ORG O O -B-LOC B-MISC O B-LOC O O O B-PER O O B-LOC O O O B-ORG I-ORG O O O O O O O O O O O O O B-PER I-PER O O B-MISC O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O B-PER I-PER O O O O O O I-MISC O O B-LOC O O O B-PER O O O O O O O B-LOC O O O O O B-PER O O O O O O O O O O B-PER O O O B-LOC O O O O O O O O O B-LOC I-ORG I-ORG O O O B-PER O O O O O O O O O O O O O O B-ORG O B-PER I-PER O O O B-PER O O O B-MISC O O O O O O O O B-PER O O O O O O O O O O O O O O B-LOC O O O O O O O B-ORG I-ORG O B-LOC O O O B-LOC O O I-MISC O O O O O O O B-PER O O O O O O B-MISC O O O O O O B-PER O O B-PER O B-PER O B-LOC O O O B-PER O O O B-MISC I-ORG B-ORG O O B-LOC O O -B-LOC B-MISC O O O O O O O O O O B-LOC I-LOC O O O O O B-ORG O O O O B-LOC B-MISC O O O O O O O O O O O O O O I-ORG O O O O B-ORG O O B-PER O O O B-MISC O O O O O B-ORG O O O O B-MISC O O O O O O O B-PER O B-MISC O B-LOC O O O O O O O B-PER O O O O O O B-ORG O I-ORG O O B-MISC O O O O O O O O I-ORG I-ORG O O O O O O O O O B-ORG O B-PER O O O B-MISC O B-PER O O O O B-LOC I-LOC I-ORG I-ORG B-ORG O -B-PER O O O B-MISC O O O O O B-LOC O B-LOC O O O O O I-ORG I-ORG O O O B-MISC O O O O O O O O O O O O O O O O O O B-PER O O O B-MISC O O O O B-MISC O O O B-LOC O O O O O B-PER O B-MISC O O O O B-PER O O B-PER I-PER O O B-PER O I-LOC O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-MISC O O B-PER I-PER O B-PER I-PER O O B-PER O O B-PER I-PER O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-LOC O O O B-PER I-PER O O O O B-PER O O O O O O B-PER O O B-PER I-PER O B-PER O B-PER O O O O O O O O O O O O B-ORG I-ORG I-ORG I-PER O O B-ORG I-ORG O O B-PER O O O B-PER O O B-MISC O O O O O O B-ORG O O B-PER O O B-PER O B-PER I-PER O O O O B-PER O O O O O O O O O O -B-MISC O O O B-PER O O B-LOC I-LOC O O B-LOC O O B-MISC O O O O I-MISC O O O O O B-LOC O O B-MISC I-ORG I-ORG I-LOC I-LOC O O B-LOC O O O O O O O O O O B-ORG O O O B-ORG O O I-ORG O O O O O O B-LOC O O O O O O O O B-LOC O B-LOC O O O O O O O O B-LOC O O B-PER I-PER O B-LOC I-LOC O O B-ORG I-ORG O I-ORG O O O O B-MISC O O O O O B-LOC O O O O B-LOC O O O I-ORG O I-ORG I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O B-PER O O O B-MISC O O O O O O O O O O B-PER O I-MISC I-ORG O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-PER O O O -B-LOC O O B-LOC I-LOC O O O B-LOC O O O B-MISC O O B-MISC O B-MISC O O O O O O O O O O O O O O O O B-LOC I-LOC O O B-LOC O O O O O O B-LOC O I-LOC O O B-LOC O O O O O B-MISC O O O B-LOC I-LOC O O B-LOC O O O O O O O B-MISC O O O O B-MISC O B-PER I-PER O O O O O O B-PER I-PER O O O B-PER O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-PER O O O O O O O B-MISC O O O B-PER I-PER O O O O O O O O O O O O O O O B-PER O I-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-LOC O O B-PER O O B-LOC O B-MISC I-MISC O O O B-LOC O O O B-MISC O O O B-LOC I-LOC O O O B-ORG I-ORG O O B-MISC O O B-PER I-PER O O B-LOC O O O O B-MISC O B-PER I-PER O O O O O O O B-PER O B-PER O O O B-LOC I-LOC O O B-PER I-PER O O O O O O O O B-PER O O O O O O O O B-MISC O O O B-PER O O O O O O B-LOC O O O O O O O O O B-PER O O O B-LOC O B-MISC O O B-PER I-PER O O B-LOC O O O O O O O B-ORG I-ORG O O O B-PER O O O O B-MISC O B-PER I-PER O B-MISC O B-PER I-PER O O B-ORG O O O O O O O O O O O B-PER I-PER O O B-PER I-PER O O O O -B-LOC O B-MISC O B-ORG I-ORG O O O O B-LOC O O B-LOC O O O O B-MISC O O O O O O O O B-LOC O O O O O B-LOC O O O B-PER O B-PER O O O O O O O O O O B-MISC O O O O O B-PER O O B-MISC O O O O O O O O O O O B-LOC O O B-LOC O O O O O O O O O B-LOC O B-PER I-PER I-ORG O O O O O O O O I-MISC O O O O O B-PER O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O I-ORG O O B-MISC I-ORG I-ORG O O O B-LOC O O O O O B-PER O O O I-ORG O O O O O O O O O O O O O B-ORG I-ORG O O B-ORG I-ORG O O O O O O O O O B-PER O O O O B-PER O B-PER O O B-MISC O B-PER I-PER O O O O O O O O O O O O O B-PER O O O B-MISC O O O O O O O B-PER I-PER O O O O O O O O O O B-PER O O O O O O O B-PER O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O -B-MISC O O O O O O O O O O B-LOC O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC B-ORG O B-MISC O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-ORG O O -O B-MISC O O O O B-MISC I-MISC O O B-LOC O B-LOC O O B-MISC O O O O O O O O B-MISC O B-MISC I-PER O O O B-MISC O O O O O B-LOC O O O O B-PER O B-ORG O O O O O O O O O O B-MISC O O B-MISC O O O O B-PER O O B-MISC O O O O O O O O O O B-PER O B-ORG O O O O O O O B-MISC O O I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O O O B-MISC O O O B-PER O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-LOC O O O O B-LOC O O B-MISC O O O O O B-PER O O O O O O O B-MISC O O O O O O O O O O -B-MISC O O O O O O O O O O B-LOC O O B-MISC O O O O O O O B-ORG O O O O O O O O B-MISC O B-PER O I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-LOC O O B-PER O O O O O B-ORG O O B-PER O O O O O O O O O O O B-MISC O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-LOC I-LOC O O O B-ORG I-ORG O O O O O O B-LOC O O O O B-ORG I-ORG O O O -B-MISC O O B-MISC O O O B-PER O O O B-LOC O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O B-PER O O O O O O O O O O O O O B-LOC O B-MISC O -B-MISC O O O O B-LOC O B-LOC I-MISC O O B-LOC O O B-MISC O O O O O O O O O O O B-LOC O O O B-PER I-PER O O O B-MISC O O O O O O O O O O O O O B-MISC O O O O O B-LOC I-PER O O O O O O O O O B-PER I-PER O O O B-PER I-PER O B-PER I-PER I-ORG O O B-LOC O O O O O B-PER O B-MISC I-MISC O B-MISC I-MISC O O B-PER O O O O B-LOC I-ORG O O B-PER O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-ORG O O O B-LOC O O O O O O B-MISC B-MISC I-MISC O O O O O O B-MISC B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O B-MISC O O O O O O O O O O O B-MISC O O O O O O O O O B-MISC O O O B-MISC O B-LOC O O O O O O O B-LOC O O O O O O O O B-MISC O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-ORG I-ORG I-ORG O I-ORG O O O B-PER O B-PER O O B-MISC O O O O O B-LOC O O O B-MISC O O O O O B-MISC O O O O O O O O B-MISC O O O O O O O O O I-MISC O O O O O O O O O O O O B-MISC I-LOC O B-MISC I-MISC O O B-MISC O O O O B-LOC I-ORG I-ORG O B-PER O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-LOC O O O B-LOC O O O O B-PER I-PER O O O B-ORG O O O B-PER O -B-MISC O O I-ORG O O B-PER O O B-LOC I-LOC O O O O O O O O B-MISC O O B-MISC O O O B-MISC O O O O O B-PER O O O B-PER I-PER O O O O O O O B-MISC O O O O O O B-MISC O B-LOC O O B-MISC I-PER O O O B-ORG I-PER O O O I-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O -B-ORG O O B-PER I-PER I-ORG O O B-LOC I-LOC O O O B-PER I-PER I-PER O B-MISC O O I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O I-ORG I-ORG O B-ORG I-PER O B-LOC O O O O O B-LOC I-LOC O O O O O O O B-ORG O I-ORG O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O -B-LOC I-LOC B-LOC O O O O B-LOC O O B-LOC O O B-PER I-PER O O O O O O O B-PER I-PER O O O O O B-MISC O O O O O O B-MISC O O O O O O O O O O O O O O O B-MISC O O O O O B-MISC I-MISC O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O B-PER I-PER O O O O O O O O O O B-LOC I-LOC O O O O O O O B-MISC O O B-LOC I-LOC O B-LOC I-LOC O O O O O O O O B-MISC O O O O O O I-MISC O B-PER O O O B-PER O O O O O B-MISC O O O O B-LOC O O O O B-LOC I-LOC O O B-PER O O O O B-MISC O O O O O O O O O O O O B-PER I-ORG O O O O O O B-ORG I-ORG O B-LOC O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-PER O O O B-MISC O O O B-LOC O B-PER O O O O O O O O O O O O O O O O O O O B-LOC O B-PER O O B-MISC O B-PER O B-PER O O O O B-MISC O O O O O O O O O O O O O B-PER O B-LOC O O B-MISC O O B-LOC O O B-LOC O O O O O O B-LOC O O O O O O O O -B-LOC O O O O B-MISC O O O B-LOC O O O O O O O O O B-LOC O O O O B-ORG I-PER O B-MISC O O O O O O O O O O O O O O O O O O O I-LOC O O O O O B-PER I-PER O O B-LOC I-LOC O B-LOC O O B-LOC O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O I-ORG O O O O O O B-PER I-PER O O O O O B-MISC I-PER O O O O O -B-LOC O B-MISC B-ORG O O O O B-PER I-PER O B-LOC O B-LOC I-LOC O O B-PER I-PER O B-MISC O O O O O O B-MISC O O O B-MISC I-MISC O B-PER I-PER I-PER O O O O O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O O O O B-MISC O O O B-LOC O O O O B-MISC O B-PER O O B-LOC O O O O B-MISC O O O O O B-LOC O O O O B-ORG O O O O O O O O B-MISC O O B-LOC I-LOC O B-LOC O O O O O O O O B-PER O O O O O O O O B-MISC O O O O B-LOC O O O O B-LOC I-LOC O B-LOC O O O O B-MISC O O O O O O B-MISC O O O O O O O O B-MISC O O I-PER I-PER O O O O O O O B-PER O B-LOC O O O O O O O O B-MISC O O O O B-ORG I-ORG B-PER I-ORG I-LOC O O O O O O B-MISC I-ORG O O O O O B-MISC B-ORG O O O O O O O O O O O O O O O B-PER I-PER I-PER O O B-PER O O O O O O B-LOC O O O O O O O O O O I-ORG O O O O O O B-PER O O O O O O B-LOC O O O O B-MISC O O O B-MISC O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O B-PER I-PER O O O O O O O O O O O O O O O B-LOC O O O O O O O B-MISC O O O O O O O O O O B-MISC O O O O O O B-MISC O O O O O B-LOC O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O B-PER I-PER O O O B-LOC I-LOC B-ORG O O O O O O O O O O O O O B-PER I-PER O B-ORG O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O I-PER I-PER O B-PER I-PER O O O -O O B-PER I-PER I-PER B-ORG O O O O O O B-ORG I-PER O B-PER I-PER O O O O O B-PER O O O O I-ORG I-ORG I-ORG I-ORG O B-PER O O O B-PER I-PER O O O B-ORG O O B-PER O B-PER O B-ORG O O O O O O O O O O O O O O O O O O O O O I-MISC O O O O O B-PER O O O O O O O B-PER I-PER O O O O O O B-PER O O O B-PER O O O B-PER I-PER O O O O O O O O O O O O O B-ORG I-PER I-ORG O B-LOC O O O B-PER O B-PER I-PER I-PER O B-LOC O O O B-ORG O I-ORG I-LOC O B-PER O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-PER O O B-PER O O O O B-PER O O O O O B-PER I-PER O B-PER I-PER O O B-LOC O O O O O B-LOC O O O O O B-ORG I-ORG O O O -B-ORG O O O O O O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O I-ORG O O O O O O B-MISC O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-MISC O O O O O O B-PER O O O O B-MISC O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-PER O O B-MISC O O O B-MISC O O O B-ORG O O O O B-MISC O O O O O O O B-PER O O O O O O O O O O O O O O O O B-MISC O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O I-ORG O O O O O O O O O O O O O O B-MISC O O O I-ORG O O O O O O B-ORG O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O B-MISC I-ORG O O O O O B-PER O O O O O O O O O B-PER O O O O O O O O O O O O O B-MISC O O B-PER O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-PER O O B-MISC O O O O O O O O O B-MISC O O O O O O O O O O O O B-MISC O O O O O O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O -B-MISC O O O O O O O O B-LOC I-LOC O O B-MISC O B-PER O O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER O O B-PER O O O O O O O B-MISC O O O O O O B-LOC O O B-PER O O B-ORG O O O O B-MISC O O O O O O B-ORG O O B-PER O O O B-PER O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O B-MISC O O O O B-MISC I-MISC O O O O B-ORG O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O B-ORG I-ORG O B-ORG O O O O B-PER O O O O B-LOC I-LOC I-ORG I-ORG O O O O O O O O B-MISC I-ORG O O B-ORG I-ORG O I-ORG O B-ORG O B-ORG O O O O O O B-ORG O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-ORG O O O O O O O B-PER I-PER O O O O O B-PER I-LOC O O O O O O O O O O O O B-MISC O O O O O O O O O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-ORG I-ORG O O O O O B-ORG O O O O O O O O O O O O O O O O B-ORG O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-LOC O O B-MISC O O O O O O O O O O O O O O O I-ORG O O O O O O O O O O B-LOC O O O O O O O O B-ORG I-ORG O O O O O O B-ORG O O O O O O O I-ORG O O O O O O O O O B-PER O O O O O O O O O O O B-PER I-PER O O O B-ORG O B-PER I-PER O O B-PER O O O O O O B-PER O O O O O O O B-ORG O O B-ORG O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-PER I-LOC O O I-ORG O O O B-MISC O O O O B-MISC O B-PER O O B-PER O O O O O B-PER O O O O O O O O O O O O O O O O B-PER O O O O B-PER O O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-PER O O O B-ORG O O B-LOC O O O O O O O B-LOC I-LOC B-MISC O O B-ORG O O O B-ORG O O B-PER O O B-PER O O B-PER O O O B-ORG O O B-PER O O O O O O O O B-PER O O O O O O O O O O O B-LOC O O O O O B-LOC I-LOC O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O B-PER O B-LOC O B-MISC I-MISC O O O O O B-PER O O O O O B-PER O O B-PER O O O O O O O O O O B-LOC O O O O B-PER O O O O B-LOC O O O O B-MISC O O B-ORG O O O I-PER O O O O O B-PER O O -B-MISC I-PER O O O B-MISC O O O B-PER I-PER O B-LOC O O B-MISC O O I-ORG O B-PER O O O O B-MISC O O B-LOC O O O O O O O B-LOC O O B-ORG B-MISC O O O O B-PER O O O B-LOC I-LOC O B-ORG I-ORG O O O O O O O B-ORG I-ORG I-ORG O B-MISC O O O O O O O O O O O O O O O O B-LOC O B-PER O O B-LOC O O O O O B-PER O O O O O O O O O O O B-LOC O O I-PER O B-MISC B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O B-LOC O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O B-PER I-PER O B-LOC O O O O O O O O O O B-PER O O O O O O B-MISC O O O O O O O O O B-PER I-PER O O B-PER O O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-MISC B-MISC O O O B-LOC I-MISC O O O O O O B-PER O O O O O O B-MISC O O O O B-PER I-PER O O O O O B-PER O O O O O O O O O O O B-PER I-PER O O B-LOC O O O O O B-PER O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-LOC O O O O O B-ORG O O O O O O B-PER O I-MISC O O B-LOC O O O B-PER I-PER O O O O O B-PER I-PER I-PER O O B-PER I-PER O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O B-LOC O B-LOC O O B-LOC I-LOC O O B-PER I-PER O O O B-LOC I-LOC O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-LOC O O -B-MISC O O O O O B-ORG O O B-LOC O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O B-PER O O B-MISC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-PER O B-PER I-PER I-PER O B-ORG O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-MISC O O O B-MISC O O O O O O O O B-LOC O O O O O O O O O O B-LOC O O O O O O O O O B-LOC O O O O O O O O O O O O -B-ORG O O O B-LOC O O O O B-LOC O O O O I-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O B-PER O O B-LOC I-LOC O O O O O O O O O O O O O O O B-PER I-PER O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG I-ORG I-ORG O B-ORG O O O B-MISC O O B-MISC O I-MISC O O O B-LOC O O O B-MISC O O O O O B-ORG O O O O O O O O O O O O B-ORG O O O O O O O O B-PER O O O O O B-MISC O O O O O O O O B-LOC O O O O O O O O B-MISC O O O B-PER O O B-LOC O O B-PER I-PER O O B-MISC O O O O B-ORG I-ORG O O O O O B-PER O B-PER I-PER O O O O B-MISC O O O O B-MISC O B-PER I-PER O B-MISC O O O B-PER I-PER O O O O O O O O O O O O O O O O B-PER O B-LOC O O O O B-LOC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O B-LOC O O O B-ORG I-ORG O O O O O O B-LOC O O O O O O O O B-LOC O O B-ORG O O O O O O B-ORG O O O O O O O O O O O O O B-ORG O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-PER O O O O O O O O B-MISC B-ORG O O O B-PER O O -B-MISC O O O O O O I-LOC I-LOC O O O O B-ORG O O O B-MISC O O B-PER I-PER O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-MISC O O O O O O B-LOC O O O O O O O O O O O O O O O B-PER I-PER O O B-PER O O O O O O O O B-MISC O O B-PER I-PER O O O O B-LOC I-LOC O O O B-MISC O I-ORG O O O O O O O B-PER O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O B-PER O O O O O O -B-MISC O B-PER O O O O B-LOC O O B-LOC O O O O B-LOC O B-LOC O O O O O O B-LOC O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-PER O O B-PER I-PER O O B-PER O B-PER I-PER O O O O O B-PER O O O O O O O O O O B-PER O O O O B-LOC O O O O O O O B-PER O O O O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-LOC O O B-LOC O O O O O O O O O B-MISC O B-PER O O O O O O O O B-LOC O O O O O O O B-LOC O O B-LOC O B-ORG O O O O O O O O B-PER O O O B-LOC O O O B-PER O O O O O O O O O O O B-LOC O O B-ORG O O O O O O O O O O O B-PER O O B-ORG O I-ORG I-ORG I-ORG I-ORG I-ORG O B-ORG O O O B-ORG I-ORG O O O O O B-LOC O B-LOC O O -B-MISC O O B-MISC I-MISC O O O O O B-LOC I-LOC O B-LOC O B-LOC O O O B-ORG O B-PER I-PER O O O I-MISC O O O O B-PER O O O O O B-LOC O O B-MISC O B-PER I-PER O O B-PER O O O O B-LOC O O B-ORG I-ORG O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-MISC O O O B-MISC O O B-LOC O O O O O O B-LOC O O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-ORG O O B-PER O O O O B-ORG O O O O O O O O O O O O O O O O B-PER O O O O B-ORG I-ORG O B-MISC I-PER O O B-LOC I-LOC O O O O O O B-MISC O B-PER O O O O O O O O O B-LOC O I-LOC O O B-PER O O B-MISC O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-PER O O O O O B-MISC O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-PER I-PER O O O O B-PER O O B-MISC O O O O O O O O O O O O B-MISC O B-MISC O O O O O O O O O O O O B-PER O O O B-MISC O O B-PER O O B-PER I-PER O B-PER O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-PER O O O O O O B-PER O O O O O O O O O B-MISC O O O O O O O O O O B-MISC O B-MISC O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O B-LOC O O O B-ORG O O O O O O O B-PER O O O I-ORG O I-ORG I-LOC O O O O O O O O O B-LOC O O O B-PER O O O B-PER I-MISC O O B-ORG I-ORG O O B-LOC O O B-PER I-PER O O I-MISC O O O O O O O I-LOC O B-LOC O B-LOC O O O O O B-PER O O B-ORG O O B-PER O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O B-LOC I-LOC O O B-MISC O O O O O O O O O O O O O O O O B-LOC O I-MISC I-MISC O O O O O O O O B-PER O O O O O O O O O I-PER O B-PER I-PER O O O O B-PER O O O O B-LOC O O O O O O O -B-MISC O O O O B-PER I-ORG O O O B-LOC O O B-MISC O O I-PER I-PER O O O O O O O O O O O B-MISC O O O O O O O O B-MISC O O B-LOC O O B-PER O O O O O O O O O B-ORG I-ORG O B-ORG I-ORG O B-ORG O O O O O O B-PER I-PER O O B-PER I-PER O B-PER O O O O O O B-PER I-PER O O O O B-PER O O O B-PER O B-PER I-PER O B-ORG O O O O O O O O O O O O O O O O O B-LOC O O B-PER O -B-LOC O O O O O B-LOC O B-PER O O B-LOC O O B-LOC I-LOC O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-PER O O O O B-LOC I-LOC O O O O O O O B-ORG O O O O O O O O O O O O O O B-MISC O O O B-PER O O O O O B-LOC O O O O B-LOC I-LOC O O B-LOC I-LOC O O O O O B-MISC I-MISC O O B-LOC O O O O O O O O O O O O O O B-LOC O B-LOC O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O B-PER O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O B-LOC I-LOC O O O O O O O O O B-LOC O O O O O -O O O B-MISC O O O O O O O O O O O B-MISC B-MISC O O O O O O O O O O B-ORG O B-LOC O O B-ORG O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-PER O I-PER O O O O O O O B-ORG O B-MISC O B-PER I-PER O O O O O B-MISC O O O O O O O O O O O O O O O O O O O B-LOC I-ORG O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O I-ORG O O O O B-ORG O O O O O O B-ORG I-ORG O O B-ORG O B-ORG I-ORG O B-ORG O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O B-LOC O O I-ORG I-ORG I-ORG I-ORG O B-PER O I-ORG I-ORG I-ORG I-LOC O O B-LOC O B-ORG I-ORG I-ORG O O O O O O O O O B-PER O B-PER O B-ORG I-LOC I-PER B-ORG O O O O O O O B-PER O O O O O O O B-PER O O O B-LOC O O O O O O O B-LOC O O B-MISC B-LOC O I-ORG O O O O O O O O O B-MISC I-PER I-ORG O B-ORG O O B-PER I-PER O O O O O O O O O O O O O O O O O B-PER O O O B-LOC O O B-MISC O B-ORG O O O O O O O -B-MISC O B-PER O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-PER I-PER O O B-PER O B-ORG O B-MISC O O O B-ORG O O O B-MISC O O O O B-PER I-PER I-ORG O O O O O O O -B-MISC I-LOC O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O B-PER I-PER O O O B-PER O O O O O O O O B-PER I-PER I-PER O O O O O B-ORG I-ORG O O -B-MISC I-LOC O O O B-LOC O O B-ORG O O O B-LOC O O O O O B-LOC O O O O O O O O O B-PER I-PER O O O O O B-PER I-PER O O B-ORG O O O O O O O O O O O O B-LOC I-LOC O O O O O B-LOC O O O B-MISC I-PER O B-PER O B-PER O O I-MISC O O O O O B-ORG O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-PER O O O O O O O B-MISC I-ORG I-ORG I-LOC O O B-ORG O O O O O O O O O O -B-ORG I-ORG B-PER O I-ORG O O B-LOC O O B-LOC O O B-MISC O O B-LOC O O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O O B-PER I-PER O O O O O O O O O O O O O B-PER O O O O O O B-LOC O O O O B-ORG O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-PER O O O O O O O O B-PER O O B-LOC O O O O O O O O O O B-ORG I-MISC I-MISC O O O O B-LOC O B-MISC O O O O O O O O O O -B-PER O O B-LOC O O B-MISC O O O B-LOC O B-LOC I-LOC O O B-MISC O B-PER I-PER O O O B-LOC I-LOC O I-ORG O I-ORG O B-LOC O O O O O O O O O O B-PER O O O O O O O B-ORG I-ORG I-ORG O B-MISC O O O O O O O B-LOC O B-MISC O O O B-PER O O O B-MISC O O O B-PER O O O O O O O O O O O O B-LOC O B-MISC O B-MISC O O O O O B-LOC O O O O O B-LOC I-LOC O O O O O O O B-MISC O B-LOC I-LOC I-LOC O O O O O O O O O O B-LOC O O O O O B-MISC I-LOC O O O O O O O O O O O O O O O B-PER O O O O O O O O B-LOC O O O O O O O O O O O O B-LOC O B-MISC O O O O O -B-ORG I-ORG O O B-MISC B-ORG O O B-LOC I-LOC O O B-ORG I-ORG O O O O O O B-LOC O B-PER I-ORG I-ORG I-ORG I-LOC O O O O O O B-PER O B-LOC I-LOC O O O O O O O O O O O B-ORG B-ORG I-ORG O O B-ORG I-ORG O B-PER I-PER O B-LOC O O O O O O B-PER O O O B-LOC O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-PER O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-ORG O O B-PER I-PER O O O O O B-ORG I-ORG O O O O B-LOC O O O O O O B-PER I-PER O B-ORG O O O O O B-LOC O O O O O B-LOC O O B-MISC I-LOC I-LOC O O O O O O O O O O O B-LOC O B-PER O O B-PER O O O O O O B-MISC O O O O O O B-LOC O O O O O O O O B-ORG I-ORG O O O O O O O O O O O I-MISC O O O O B-ORG O O O B-ORG O B-MISC O O O O O O O O O O O O O B-MISC O B-PER O B-ORG O O O O B-LOC O B-ORG I-ORG O O O O O O O O O O O O O B-PER O O B-LOC O O O O O O O O O O O O B-ORG I-PER I-ORG O O -O O B-ORG O O O O B-LOC O O O O B-LOC I-LOC O B-LOC I-LOC O O O O O B-ORG O B-PER I-PER O O B-MISC I-ORG I-ORG I-ORG O B-PER I-PER O O B-PER I-PER O O O O O O O B-MISC O O O O O O B-MISC O B-PER O O O O O O O O O O B-PER O O O O O O B-ORG I-PER O O B-PER O O O O O O O O O O O O O B-ORG I-MISC I-PER I-PER O O O O O O B-MISC O B-PER I-PER O O B-PER O O B-PER O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O B-MISC O O O B-PER O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O B-PER B-PER O O O O O O O O O O O O O O O B-PER O B-PER I-PER O O B-PER I-PER O O O O B-PER O O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O B-ORG O B-PER I-PER O O O B-PER O B-ORG O O B-MISC O B-PER I-PER O O O O O O O O O O O O O B-MISC I-MISC B-LOC O O O O O O O B-PER I-PER O O O O B-MISC O O O O O O O O O B-LOC O O O O O O O O O -O I-MISC O B-ORG O B-ORG I-ORG O O O O B-PER O B-LOC I-LOC O O O B-MISC O O O O O O O O O B-ORG O B-ORG I-ORG O O -O O B-LOC O B-LOC O B-MISC O O O O B-PER O B-LOC I-LOC O O O B-MISC O O O O O O O O O B-LOC O O B-LOC O O O O O O O B-PER I-PER O O O O B-PER I-PER O O O O O O O O O O -O O B-MISC I-ORG O B-MISC O O O O O B-PER O B-LOC I-LOC O O B-LOC I-LOC I-LOC O B-ORG O B-ORG O O O O O O O B-LOC O O O B-ORG I-ORG O O O O I-MISC O O O O O O B-ORG O O I-ORG O B-PER I-PER O O O O O O O O O O B-PER I-PER O O I-PER O B-PER I-PER O B-ORG O B-ORG I-PER O O B-PER I-PER O O B-LOC O O O O B-LOC O O O O O O O O O B-MISC O O O B-MISC O B-PER O O O O O O O B-PER I-PER O B-LOC O O O O B-MISC O O O O O O B-PER I-PER O O O O O O O O O O B-PER O O O O O O B-MISC O O O O -O O B-LOC O B-LOC O O B-MISC I-MISC O O O B-LOC I-LOC O O B-LOC I-LOC I-LOC O B-LOC O O O O O O O O I-MISC O B-MISC I-MISC O O O O O O O O B-PER I-PER O O O O B-PER I-PER O O O O B-PER I-PER O O O O O O B-PER I-PER O O O O O O O B-PER O -B-LOC O B-MISC I-MISC O O O O B-LOC O B-LOC I-LOC O O O O O O O O O B-MISC I-MISC O O O O O B-MISC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER I-PER O B-LOC O O O O O O B-LOC O O O I-LOC I-LOC O O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER I-PER O B-LOC O O O O O O O B-PER I-PER O O O O O O B-PER I-PER O B-LOC O O O O O O O B-ORG I-ORG O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O O O O O B-PER I-PER O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O O B-PER O O O O O O B-PER I-PER O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O O O O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O O O O O B-PER I-PER O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O O O O O O -O O B-LOC O B-PER O O I-MISC O O O B-LOC O B-LOC I-LOC I-LOC O B-LOC O O B-LOC I-LOC O O O O O O O O I-MISC O B-MISC I-MISC O O O O O O O O O O B-LOC I-LOC O B-PER I-PER I-PER O O O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O B-LOC O O O O B-PER O O +O O B-PER O O O O O O O O O O B-PER I-PER O B-LOC I-LOC O O B-PER I-PER O O O O O B-MISC O B-PER I-PER O B-PER I-PER O O O O O O O O O O O B-LOC B-MISC O O O O B-MISC O O O O O B-MISC O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-PER O O O O O O B-MISC O O O O B-ORG B-PER O O O O O O O B-MISC O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-PER I-PER O O B-MISC O O O O O O O O O O B-PER O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-ORG O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-PER O O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-ORG O O B-PER O O O O O O O O O O O B-PER O O B-MISC O O O O O O O O O B-MISC O O O B-ORG B-MISC O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-PER O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER B-ORG B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O B-MISC O O O O O B-LOC O O B-ORG I-ORG O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-LOC B-ORG O O O B-ORG O B-ORG B-LOC O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O B-MISC O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-ORG O B-ORG I-ORG O O O O O O B-PER O O O O O O O O O O O O +O O O O O O B-ORG B-MISC O O B-LOC O B-LOC O O O O O O O O O O O B-ORG B-MISC O O B-ORG O O B-PER I-PER I-PER I-PER O O O O O O O O O O O B-MISC O O O O O O O O O O B-PER I-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-LOC O O O B-PER O O B-PER I-PER O B-LOC O O B-PER I-PER O B-PER O B-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER I-PER O +O O B-PER O O O B-MISC O O O O O O O B-LOC O B-LOC O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O B-PER I-PER O O O O O O O O B-PER O O O O O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER O O O O O O O O O O O B-MISC O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-LOC B-MISC O O O O O O O O O O O O B-ORG I-ORG O O O B-PER O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O B-MISC O O O B-LOC B-MISC O O B-PER O O O O B-PER I-PER O O O O O O O O O O O B-PER I-PER O O O O O O O B-MISC I-MISC O O O O O O O O B-MISC I-MISC I-MISC O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O +O O B-ORG O O O O O O O O B-ORG O O B-LOC O O B-MISC O O O O B-ORG I-ORG O O O O B-PER I-PER O O O O O O B-ORG O O O O O O O O O O O B-MISC O O O O O O O O O B-MISC I-MISC O O B-ORG I-ORG O O O B-LOC O O O B-LOC O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O +O O B-PER O B-PER O O O O O O O B-PER I-PER O B-LOC O O B-MISC B-PER I-PER O B-MISC O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O B-LOC O O O O B-PER O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-LOC O O O O O B-MISC O O O O O O O O O O O O O B-LOC O B-PER O O O O O O B-PER O O O O O O O B-PER O O O O O O B-MISC I-MISC O O O O O B-MISC O O O O O O O O B-LOC O O O O O O O O O O B-PER O B-LOC O O B-LOC O B-LOC O B-LOC O O O O O O O O O O O O B-MISC O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-PER I-PER O O O O O O O B-MISC O O O B-LOC O O O O O O O O O O O O O O O O B-PER O O O O O O O B-MISC I-MISC O B-PER I-PER O O O O O O O O O O O O O O B-MISC O B-PER I-PER O O O O O O O O +O O B-PER B-MISC I-MISC O O O B-LOC O O O O O O B-LOC O B-MISC I-MISC O O O O O O O O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER O O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER O O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O B-PER O O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O B-PER I-PER O B-LOC O O O O O O O B-PER O O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O O O O O O B-PER O O B-LOC O O O O O O O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O O O B-PER O O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O B-PER I-PER O O B-LOC O O O O B-PER O O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O O O O O O B-PER I-PER O B-LOC O O O O B-PER O O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O B-PER O B-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O B-PER O O B-LOC O O B-PER I-PER O B-LOC O O B-PER I-PER O O B-LOC O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O B-PER O B-PER O B-LOC O O B-PER I-PER O B-LOC O O O +O O O O O O O O O O O O B-LOC O O B-MISC O O O O B-MISC O O O O O O O B-ORG O O O O O O O O B-MISC O B-LOC O O O B-MISC O O O O B-MISC O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O +O O B-PER O B-LOC O O O B-LOC O O B-LOC I-LOC O O B-MISC O B-PER I-PER O O O O B-PER I-PER O O O O O O O O O O O O O O B-LOC O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O B-LOC O O O O O B-MISC I-MISC O O B-LOC O O B-ORG O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O B-LOC O O O O O O O O O O O O O O O O B-LOC O O O O O O O +O O B-PER O O B-ORG O O B-LOC O B-LOC O O O O O B-PER I-PER O O O O B-MISC O O O B-ORG O O O O O O O O B-PER O O O O O O B-ORG I-ORG I-ORG O O O O B-LOC I-LOC O O O O O O B-ORG O O O O B-ORG O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O +O O B-ORG O O O O B-ORG O O B-LOC O O O B-MISC O O O B-PER O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O B-ORG O O O O O B-ORG O O O O O B-PER O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-LOC O O O O O +O O B-LOC I-LOC O B-LOC O O O O O B-LOC O O B-LOC I-LOC O B-LOC O O O O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O O O O O B-LOC I-LOC O O O O B-LOC I-LOC O O O O O O +O O B-LOC O B-LOC I-LOC O O O B-LOC O O O O O O B-MISC O B-MISC I-MISC O O O B-LOC O B-LOC I-LOC O O O O O B-LOC O B-PER I-PER O O O B-PER O O B-PER I-PER O O O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O B-PER O O B-PER I-PER O O O O B-PER I-PER I-PER B-PER O B-PER O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-PER B-PER O O O O B-PER B-PER O B-PER I-PER O O B-PER O O O B-PER I-PER O B-PER I-PER O B-PER O B-PER O O B-LOC I-LOC O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O B-PER I-PER O O B-PER I-PER O O O O B-PER I-PER O O O O B-PER I-PER O O B-PER O O B-PER I-PER O O B-PER O O B-PER I-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER O B-PER O O O O B-PER I-PER O O B-PER I-PER O B-PER I-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER O B-PER O B-PER I-PER O O O O O O O O B-PER I-PER O O O O O B-LOC O B-LOC O O O O O +O O B-LOC O O O O O B-LOC I-LOC O O B-LOC O O B-LOC O O O O O O O O O O B-LOC I-LOC O O O O O O O O O B-MISC I-MISC I-MISC O O O O O +O O B-LOC O O O O O O O O B-LOC O O B-LOC O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O B-PER O B-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O B-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O B-PER O O B-LOC I-LOC O B-PER I-PER O O O O B-PER I-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER I-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O +B-LOC O O O O O O O O B-LOC O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC B-ORG I-ORG O O O B-PER O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-LOC B-ORG O O O +B-MISC O O O O O O O O B-LOC O O O B-MISC B-ORG I-ORG I-ORG O O O O O O O O O O O O O B-ORG O O O O B-ORG I-ORG O O O O O +B-LOC O O O O O O O O B-LOC O O O O O B-LOC O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O B-ORG O O O O O B-ORG I-ORG I-ORG I-ORG O B-PER O B-LOC O O O O B-PER I-PER O O O O O O O O O B-PER B-ORG I-ORG O O O O O O O O O O O B-MISC O O B-PER O O B-MISC O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O +B-MISC O O O O O B-LOC I-LOC O O B-MISC O B-ORG I-ORG O O O O O O O B-ORG I-ORG I-ORG O B-LOC I-LOC O B-LOC O O O O O O B-MISC O O O O B-PER O O O O O O O O O B-PER O O O B-PER O O O O O O O O O O O O O O O O O O O B-LOC O O O O O +O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-MISC B-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O B-MISC I-MISC O O O B-PER O O B-LOC I-LOC B-ORG I-ORG O O B-PER O +B-LOC O O O O O O O B-LOC O O O B-LOC O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O B-LOC B-MISC O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O B-ORG I-ORG O B-PER I-PER O O O B-LOC O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O +O B-ORG I-ORG O O O O O O B-PER O O B-ORG O O O O O O O B-ORG I-ORG I-ORG O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG O O B-PER B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-PER O B-ORG O B-ORG I-ORG O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O B-ORG O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-ORG I-ORG I-ORG O O O O O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-LOC O O O O B-PER O O O O O O B-LOC O O B-LOC O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O B-MISC B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O O O O O +B-MISC O O B-MISC O O O O O O B-LOC O O O B-MISC O O O B-MISC O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O B-MISC O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-LOC O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O +O O O O O O B-LOC O O O O O O O O O O O O O B-MISC O O O O O B-LOC O B-PER O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O B-ORG O O O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O O O O O O O O O O O O O O O B-LOC B-ORG O O O O O O B-LOC I-LOC O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O B-LOC B-ORG I-ORG O O O O O O O O O O B-LOC O O O O O O O O O O O B-ORG B-MISC O O O O O B-ORG O O O O B-LOC B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-ORG O O O O O O O O O O O O O O O O O O O B-LOC O B-MISC O O O O O B-LOC O O O O O B-ORG O O B-MISC O O O O O O O B-MISC O O O O O O O O B-MISC O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O B-ORG O O O O O O B-LOC O O O B-MISC O O B-PER I-PER O O O B-ORG O O O O B-LOC O B-ORG O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O B-PER O O O B-ORG O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-MISC B-PER I-PER O O O O O O B-ORG O O O O O O O O O O B-MISC O O O O O O O O O O B-PER O O O O O O O O O O B-MISC I-MISC O B-ORG B-LOC O O B-PER O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O +O O B-PER O O O O B-ORG O O B-LOC O O B-MISC O O B-PER I-PER O O O O O O O B-ORG O O O O B-MISC O O O O B-LOC O B-PER I-PER O O O O B-PER O O O O O B-PER B-PER I-PER O O B-ORG O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-ORG I-ORG O O O O O +B-MISC O O O O O O O O O B-LOC O O O O O O O O B-LOC O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-LOC O O O O O O O O O B-LOC O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O B-ORG I-ORG O O B-MISC B-LOC B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O B-ORG O O O O O B-LOC O O O O O O +B-LOC O O O O O O O B-LOC O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O +B-PER I-PER B-PER I-PER O O O O O O B-LOC O O B-MISC O O B-PER I-PER O O O O O B-PER I-PER O O O O O B-LOC O O O O O B-PER I-PER O O O O B-LOC O B-ORG O O O O O O B-PER O O O B-LOC I-LOC O O O O B-ORG O B-PER O O O O O O O O O O O O O O O O O B-PER I-PER O B-PER O O O O O B-PER O O B-PER O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O B-LOC O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-LOC O O O O O B-MISC O O O O O O O O O O O O O O O O O B-PER O O O O O O B-LOC O O O O O B-ORG O O O B-PER O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-PER O O O O O O O B-PER O O O O O O O O O B-PER O O O O O O O O O O B-PER O O O O O O O B-PER O O O O O O B-PER O O O O O O B-LOC O O O O O O O O +B-PER O B-MISC O O O O O O B-PER O B-LOC I-LOC O B-MISC O B-PER I-PER O O O O O O B-PER I-PER O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC B-LOC O O B-MISC O O O B-PER O O O O O B-PER O O O O O O O O O O O O O O O O O O O O B-ORG O O O O B-PER O O O O O O O O B-PER O O O B-PER O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O B-LOC O O O O O O B-LOC O O O O O O O O B-LOC O O O O O O O O O O B-PER I-PER O B-PER O O O O B-LOC O O O O O O O O O O O O O O O B-PER I-PER O O O O B-PER O O O O O B-PER O O O O O O +O B-MISC O O O O O O B-LOC O O B-LOC O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-ORG O O O O B-MISC O O O O B-LOC O O O O B-LOC B-PER O O B-ORG O O O O O O O B-MISC O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O B-LOC O B-ORG O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-LOC O O O O O O O B-LOC O O B-ORG O O O O O O O O O O O O O O O O O O O O O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-ORG O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O B-PER I-PER O B-LOC O O O O O +O B-LOC O O O O O B-LOC B-PER O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O B-MISC I-MISC O O O O O O B-LOC O O O B-PER O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-MISC O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O B-MISC B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC B-PER O B-LOC O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O B-ORG I-ORG O B-PER I-PER O O +O O O O O O O O B-LOC B-PER O O O B-LOC O O O O O O O O O O O O O B-LOC O O O B-MISC O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O B-LOC O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-MISC O O O O B-LOC O O B-LOC O O B-LOC O O O B-PER I-PER O O B-LOC O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC B-LOC B-ORG O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-MISC O B-PER I-PER O B-MISC O O B-LOC O O O O O O B-LOC O O O O B-LOC I-LOC O B-LOC O O O O O O O O O O O O O O O B-ORG O O O O O B-LOC O O O O B-MISC I-MISC O O B-LOC O O O O O O O O O O O O O O O +B-PER O O B-PER O O O B-ORG O O B-LOC O O B-MISC O B-PER I-PER O O O B-PER O O O O O O B-ORG O O O O B-PER I-PER O O O O B-PER I-PER O O O O O O O O O B-MISC O O O O B-PER O O O O O O O B-MISC O O O O O O O B-PER O O O O B-LOC O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O B-PER O B-PER O O O O B-PER I-PER O O O B-LOC O O O B-LOC O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O +B-PER O B-MISC O O O O O B-PER O B-LOC O O B-MISC O B-PER I-PER O B-MISC O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O B-PER O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER I-PER O O O O O O O +B-MISC O O O O O O O B-ORG O O B-LOC O O O B-LOC I-LOC B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O B-ORG O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER O O O O O O O O O O O O O O +B-ORG O O O O O O B-PER I-PER O B-LOC O O O O B-ORG O B-ORG O B-ORG I-ORG O O O O B-MISC O B-ORG O B-MISC O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O B-ORG O O O O O B-ORG O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O B-LOC I-LOC O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-ORG O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-LOC O O O O O O O O +B-LOC O O O O O O O O O O B-LOC O O O B-ORG I-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O +O O O O B-MISC O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O B-PER O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O O O O B-LOC O O O B-LOC O B-LOC O O O O B-MISC O O B-PER I-PER O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-PER I-PER O O B-MISC O O O B-LOC O O B-PER O O O O O O O O O O O O O O B-LOC O O O O O O O O B-LOC O O B-PER O O O O O O O O O O O B-PER O O O B-MISC O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O +B-MISC O O O O O O B-PER I-PER O O B-LOC O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O B-ORG O O O O O O B-ORG O O B-ORG I-ORG O O O B-PER O O O O O O B-MISC O O O O O O O O O O O O O B-PER B-PER O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O B-PER O O O O O B-PER O O O O O O O O O O O O O O +O B-LOC O O B-ORG O O O O O B-PER O O B-LOC I-LOC O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-MISC O O O O O O O O O O O O O O B-LOC O O O B-MISC I-MISC O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O B-ORG O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O +B-LOC I-LOC O O O O O O B-PER O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O B-ORG I-ORG O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-MISC O O O O O B-LOC O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O B-ORG O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O B-MISC O B-MISC O O O +O B-ORG O B-ORG I-ORG O O O O O O O B-LOC B-PER O B-LOC I-LOC O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER I-PER O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER O O O O O O B-LOC I-LOC B-MISC O O O O O O B-PER I-PER O O O O O O O B-ORG O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-PER O B-PER O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O B-LOC I-LOC O O O O B-MISC O O O O O O O O O O O B-PER I-PER O O O O O O O O O B-PER O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-PER O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-MISC I-MISC O O O O O O B-ORG O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O B-ORG O O O O O O O O O O B-MISC B-ORG I-ORG O O O O O O B-ORG O O O O O O O O O O +O O O O O O O O B-LOC B-PER O B-LOC O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-MISC B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O B-ORG B-LOC O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-ORG O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-MISC O O O O B-LOC O O B-PER I-PER O B-LOC O O B-LOC O B-ORG O O O O B-MISC I-MISC O O O O O O O B-ORG I-ORG I-ORG O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O B-PER I-PER O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-ORG O O O O O O B-LOC O O B-LOC O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-PER I-PER O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O B-ORG B-PER O O O O O O B-LOC O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O B-ORG I-ORG B-LOC O O O O O B-LOC O B-ORG O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O +B-LOC O O O O O O O O B-LOC O O B-ORG I-ORG B-PER I-PER O O O O B-ORG I-ORG B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O B-PER O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O B-LOC B-MISC O O O O B-LOC O B-ORG B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-MISC O O O O O O O O O O B-ORG O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O O O O O O O O O B-PER I-PER O B-LOC O O O O O O O O O B-ORG O O B-ORG O O B-PER O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-ORG O O O O O O O O O O B-PER I-PER O O O O O B-ORG B-PER I-PER B-ORG I-ORG O O O O O O O O O O O B-LOC O O O O O O B-PER O B-ORG O O O B-LOC I-LOC B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O B-ORG I-ORG O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O B-ORG O B-LOC O B-LOC O O O B-PER I-PER O O O B-ORG I-ORG I-ORG I-ORG O O B-ORG I-ORG O B-ORG O O O O O O O O B-PER O O O O O O O O O O O O O O B-ORG O O B-PER O O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O B-ORG I-ORG O B-ORG I-ORG O B-ORG O B-ORG O O O B-ORG I-ORG I-ORG O O O O O O O B-ORG O B-ORG O O O O O B-ORG O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-ORG I-ORG O O B-PER O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O B-ORG I-ORG I-ORG O O +B-LOC O O B-LOC O O O O O O B-LOC O O O B-ORG I-ORG O O O O O O O O O O O O O B-PER I-PER O O B-LOC O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER I-PER O O O O O O O O O B-LOC O O O O O O O O O O O B-LOC O O O O O B-PER O O O O O O O O O O O O O O B-LOC O O O O O O O O O B-LOC B-ORG I-ORG O O O O O O O O O O O O O O O O O O B-MISC O B-PER I-PER O O O O O O O B-MISC O O O O O O O O B-ORG O O O O O O O O O O O O O O B-LOC O O O O O O O B-ORG I-ORG O O O O O B-LOC B-ORG I-ORG I-ORG O O O O O O O B-LOC O O O O O O B-MISC O O O O O O O B-ORG O O O O O B-LOC O O O O O O O O O B-ORG O O B-LOC O O +B-LOC B-MISC O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O B-MISC B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O B-MISC O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O +B-PER O O O O O O O O O B-LOC O B-LOC O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-PER O O O O O O O B-PER O O O O B-PER O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-PER I-PER O O B-PER O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O B-PER O O O O B-PER O O O O O O B-PER O O B-PER I-PER O O O B-PER O O O O O O O O O O O O B-ORG O B-PER I-PER O O B-ORG I-ORG O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O O O O O +O O O O O O O B-LOC I-LOC O O B-ORG O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O B-ORG O O O O O O O O O O B-ORG O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O B-ORG I-ORG O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-LOC O O B-LOC I-LOC O O O B-LOC O O O B-MISC O O B-MISC O B-MISC O O O O O O O O O O O O O O O O B-LOC I-LOC O O B-LOC O O O O O O B-MISC B-LOC I-LOC O O B-LOC O O O O O B-MISC O O O O B-LOC O O B-PER O O O O O O O O O O O O B-MISC O B-PER I-PER O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O B-MISC O B-ORG O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-PER O O B-LOC O B-MISC B-PER O O O B-LOC O O O B-MISC O O O B-LOC I-LOC O O O O B-ORG O O B-MISC O O B-PER I-PER O O B-LOC O O O O B-MISC O B-PER I-PER O O O O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-MISC O O O B-PER O O O O O O O O O O O B-ORG O O O O B-PER O O O B-LOC O B-MISC O O B-PER I-PER O O B-LOC O O O O O O O B-ORG I-ORG O O O B-PER O O O O B-MISC O B-PER I-PER O B-MISC O B-PER I-PER O O B-ORG O O O O O O O O O O O B-PER O O O B-PER I-PER O O O O +B-LOC O B-MISC O O B-LOC O O O O B-LOC O O B-LOC O O O O B-MISC O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O B-LOC O O B-LOC O O O O O O O O O B-LOC O O B-ORG O O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O B-MISC O O O O O B-LOC O O B-LOC O B-LOC O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O B-MISC O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER I-PER O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O +B-MISC O O O O O O O O O O B-LOC O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O B-ORG I-ORG O O O O O O O B-LOC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O +O B-MISC O O O O B-MISC O O O B-ORG O B-LOC O O B-MISC O O O O O O O O B-MISC O B-PER I-PER O O O O O O O O O B-LOC O O O O O O B-ORG O O O O O O O O O O B-PER O O O O B-ORG O O O O O B-MISC O O O O O O O O O O O O B-ORG O O O O O O O B-MISC O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O B-MISC O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O B-MISC O O O O O O O O O O O O O B-MISC O O O O O O O O O O +B-MISC O O O O O O O O O O B-LOC O O B-MISC O O O O O O O O O O O O O O O B-PER I-PER O O B-ORG I-ORG O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O B-ORG B-PER O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O B-LOC O O O O B-LOC O O B-ORG O O O O O O O O B-ORG I-ORG O O O +O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-MISC O B-MISC O O O O B-LOC O O O B-LOC O O B-MISC O O O O O O O O O O O B-LOC O O O O B-PER O O O B-MISC O O O O O O O O O O O O O B-MISC O O O O O B-PER B-LOC O O O O O O O O O B-PER I-PER O O O O O O B-PER I-PER B-ORG O O B-LOC O O O O O O O B-MISC O O B-MISC O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O B-LOC O O O O O O O B-MISC O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-MISC O B-LOC O O O O O O O B-LOC O O O O O O O O B-LOC B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O B-MISC O O O O O O O O O B-MISC O O O O O B-MISC O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-MISC O O O O O O O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-ORG I-ORG O O O B-PER I-PER O O O O O O O O O +O O O B-ORG O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O O B-ORG I-ORG I-ORG O O O +B-ORG O O B-ORG I-ORG I-ORG O O B-LOC O O O O O O B-PER O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O +B-LOC O B-LOC O O O O B-LOC O O B-LOC O O O B-LOC O O O O O O O B-PER I-PER O O O O O B-MISC O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER I-PER O O O O O O O O O O B-LOC I-LOC O O O O O O O B-MISC O O B-LOC I-LOC O B-LOC I-LOC O O O O O O O O B-MISC O O O O O O B-PER O O O O O O O O O O O B-MISC O O O O B-LOC O O O O O B-MISC O O O O O O O B-MISC O O O O O O O O O O O O B-PER O O O O O O O O O O B-LOC O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O O O B-PER O O O O O O B-MISC O O O O O O O O O O O O O O O B-LOC O O O O O B-LOC O O B-LOC O O O O O O B-LOC O O O O O O O O +B-LOC O O O O B-MISC O O O B-LOC O O O O O O O O O B-LOC O O O O O B-ORG O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O B-MISC O O O O O +B-LOC O B-MISC I-MISC O O O O B-PER O O B-LOC O B-LOC I-LOC O O B-ORG I-ORG O O O O O O O O B-MISC O O O O B-MISC O O B-PER I-PER O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O B-MISC O O O B-ORG O B-ORG O O B-ORG O B-PER O O B-ORG O O O O B-MISC O O O O O B-LOC O O O O B-MISC O O O O O O O O B-MISC O O B-LOC I-LOC O B-LOC O O O O O O O O B-PER O B-PER O O O O O O B-MISC O O O O B-LOC O O O O B-LOC I-LOC O B-LOC O O O O B-MISC O O O O O O B-MISC O O O O O O O O B-MISC O O O O O O O O O O O O O B-LOC O O O O O O O O O B-ORG O O O B-ORG O B-MISC B-LOC I-LOC O O O O O O B-MISC O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O B-PER I-PER O O B-PER O O O O O O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O B-PER O O O O O O B-LOC O O O O B-MISC O O O B-ORG O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O B-PER I-PER O O O O O O O O O O O O O O O B-ORG O O O O O O O B-MISC O O O O O O O O O O B-MISC O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-PER O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-PER I-PER O B-ORG O O O O +O O O B-ORG O O O B-ORG O O O O O O O O B-MISC I-MISC O O O O O O O O O B-MISC B-ORG I-ORG O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O B-ORG O O B-ORG I-ORG O B-LOC O O O O O B-LOC B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O B-ORG I-ORG O O O +O O O O O O O O O O B-PER I-PER O B-LOC O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC B-ORG I-ORG O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-LOC O O O O O O O O O O O O O O O O O O +O O O O O O O O O B-LOC I-LOC O O B-MISC I-MISC O O O O O O O B-MISC O B-LOC O B-LOC O O O O O O O O O O O O O B-MISC O O O O O O B-ORG O O O O O B-PER O O O O B-MISC O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O B-MISC O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O B-ORG B-PER O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-PER I-PER O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O B-MISC O O O O B-MISC O B-PER O O B-ORG O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-LOC O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O B-MISC O O O O O O O O O O O O O O O +O B-ORG O O O B-MISC O O O B-PER I-PER O B-LOC O O B-MISC O O O O B-ORG O O O O O O O B-LOC O O O O O O O O O O O B-MISC O O O O B-ORG O O O B-LOC O O B-ORG I-ORG O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-LOC O O B-LOC O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-LOC O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-PER O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O B-PER I-PER O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O B-LOC I-LOC O O B-PER I-PER O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O +B-MISC O O O O O B-ORG O O B-LOC O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O B-ORG O B-ORG O B-ORG O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER I-PER I-PER O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O +B-ORG O O O B-LOC O O O O B-LOC O O O B-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG I-ORG I-ORG O B-ORG O O O B-MISC O O O O O O O O B-LOC O O O B-MISC O O O O O B-ORG O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O B-MISC O O O O O O O O B-LOC O O O O O O O O O O O O O O O B-LOC O O B-PER I-PER O O B-MISC O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O B-ORG O O O O B-MISC O B-PER I-PER O B-MISC O O O B-PER I-PER O O O O O O O O O O O O O O O O B-PER O B-LOC O O O O B-LOC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O B-LOC O O O B-ORG I-ORG O O O O O O B-LOC O O O O O O O O B-LOC O O B-ORG O O O O O O B-ORG O O O O O O O O O O O O O B-ORG O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O B-MISC O O O O B-PER O O +B-MISC O O O O O B-ORG B-MISC O O O O O O O O O B-MISC O O B-PER I-PER O O O O O O O O O O O O O O O O O O O B-ORG B-MISC B-ORG O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O B-LOC I-LOC O O O B-MISC O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O +O O O O O O O B-LOC O O B-LOC O O O O B-LOC O B-LOC O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-LOC O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-LOC O B-ORG O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O B-LOC O O B-ORG O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O B-LOC O B-LOC O O +O O O B-MISC O O O O O O B-LOC B-PER O O O B-LOC O O O B-ORG O O O O O O B-MISC O O O O O O O O O O O O O O O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O B-LOC O O O O B-ORG O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-PER I-PER O O O O B-ORG O O O O O O O O O O O O O O O B-MISC O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O B-LOC O O B-LOC O O O O O O O O O O O O O B-LOC O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O +O O O O O O B-LOC O O O B-LOC O O B-MISC O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG O B-ORG O O O O O O O B-PER O O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O O B-ORG O O B-ORG O O O O O O O O O O O O O O B-LOC O O O O +B-LOC O O O O O O O B-PER O O B-LOC O O B-LOC I-LOC O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O B-MISC B-LOC B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-LOC O O O O O B-LOC O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O B-LOC I-LOC O O O O O O O O O B-LOC O O O O O +O O O B-MISC O O O O O O O O O O O O B-MISC O O O O O O O O O O B-ORG O B-LOC O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC B-ORG O O O O B-MISC B-MISC B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O B-ORG I-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O B-LOC O O O O O O O O O B-ORG O O B-LOC O O B-LOC O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-PER O O O O O O O O O O O B-LOC O O O O O O O B-LOC O O O B-LOC O O O O O O O O O O O B-MISC B-ORG I-ORG O B-ORG O O B-PER I-PER O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O +O B-ORG I-ORG O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O +O B-ORG O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O B-ORG I-ORG O O +O B-ORG O O O B-LOC O O O O O O B-LOC O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O B-ORG O B-ORG O O O O O O O O O O +B-LOC O B-ORG O O O O B-LOC O O B-ORG I-ORG O B-MISC O O B-ORG I-ORG O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O +B-PER O O B-MISC O O O O O O B-LOC O B-LOC I-LOC O O B-MISC O B-PER I-PER O O O B-MISC B-LOC O B-LOC O B-LOC O B-LOC O O O O O O O O O O B-PER O O O O O O O B-MISC O B-LOC O O O B-MISC O O O O O B-LOC O B-MISC O O O O O O O B-MISC O O O B-PER O O O O O O O O O O O O B-MISC O B-MISC O B-ORG O O O O O B-LOC O O O O O B-LOC I-LOC O O O O O O O B-MISC O B-MISC B-LOC I-LOC O O O O O O O O O O B-LOC O O O O O O B-LOC O O O O O O O O O O O O O O O B-PER O O O O O O O O B-LOC O O O O O O O O O O O O B-LOC O B-MISC O O O O O +B-ORG I-ORG O O B-MISC O O O B-LOC B-ORG O O B-ORG I-ORG O O O O O O B-LOC O O O O B-MISC O O O O O O O O O O B-LOC O O O O O O O O O O O B-ORG B-ORG I-ORG O O O B-ORG I-ORG B-PER B-ORG O B-LOC O O O O O O O O O O B-LOC O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-ORG O O B-ORG I-ORG O O O O O B-ORG O O O O O B-LOC O O O O O O O O O O O O O O O B-LOC O O O O O B-LOC O O B-MISC B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O B-MISC O O O O O O O O O O O O O B-MISC O O O O O O O O B-ORG O O B-LOC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-ORG I-ORG O O +O O B-PER O O O O O O O O O B-LOC I-LOC O B-LOC I-LOC O O O O O O O B-PER I-PER O O O O O B-PER O O B-ORG O O O O O O O O O O O B-MISC O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O B-PER I-PER O O B-PER O O B-PER O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O B-PER O O B-PER I-PER O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER B-ORG O O O O O O O O B-MISC O O B-PER O O O O O O O O O O O O O O O B-LOC O O O O O O O B-PER I-PER O O O O O O O O O O O O O O B-LOC O O O O O O O O O +O B-MISC O B-ORG O B-ORG O O O O O B-PER O B-LOC I-LOC O O O B-MISC O O O O O O O O O B-ORG O B-ORG I-ORG O O +O O B-LOC O B-LOC O B-MISC O O O O B-PER O B-LOC I-LOC O O O B-MISC O O O O O O O O O B-LOC O O B-LOC O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O +O O B-MISC O O O O O O O O B-PER O B-LOC I-LOC O O B-LOC I-LOC I-LOC O O O O O O O O O O O B-LOC O O O O O O O O O B-MISC O O O O O O B-ORG O O O O B-PER I-PER O O O O O O O O O O B-PER I-PER O O B-ORG O B-PER I-PER O B-ORG O O O O O B-PER I-PER O O B-ORG O O O O B-LOC O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O B-LOC O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O B-ORG O O O O +O O B-LOC O B-LOC O O B-MISC I-MISC O O O B-LOC I-LOC O O B-LOC I-LOC I-LOC O B-ORG O O O O O O O B-MISC I-MISC O B-ORG I-ORG O O O O O O O O B-PER I-PER O O O O B-PER I-PER O O O O B-PER I-PER O O O O O O B-PER I-PER O O O O O O O O O +O O B-MISC I-MISC O O O O B-LOC O B-LOC I-LOC O O O O O O O O O B-MISC I-MISC O O O O O B-MISC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER I-PER O B-LOC O O O O O O B-LOC O O O O O O O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER I-PER O B-LOC O O O O O O O B-PER I-PER O O O O O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O O O O O B-PER I-PER O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O O O O O B-PER I-PER O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O O O O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O O O O O B-PER I-PER O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O O O O O O +O O B-LOC O O O O B-MISC O O O B-LOC O B-LOC I-LOC I-LOC O B-LOC O O B-ORG B-LOC O O O O O O O B-MISC I-MISC O B-MISC B-ORG O O O O O O O O O O B-LOC I-LOC O B-PER I-PER I-PER O O O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O B-ORG O O O O O O O O O B-LOC O B-LOC O O O O O O O O B-LOC O B-LOC I-LOC O B-LOC O B-LOC O O O O O O O O O B-LOC O O O O O O O O O O O B-LOC I-LOC O O O B-PER I-PER O O O B-LOC O O B-PER I-PER O O B-PER I-PER I-PER O O -O O B-MISC O I-MISC O O O O O O B-LOC O B-LOC I-LOC O O O O O O B-ORG I-ORG I-ORG O O O O B-MISC I-MISC I-MISC I-MISC O O B-PER O B-LOC O O O O O B-PER I-PER O B-LOC O B-ORG O O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-PER O O O B-PER I-PER O B-LOC O B-ORG I-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O B-ORG I-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O B-PER I-PER O O B-PER I-PER O B-LOC O B-ORG I-ORG O O B-PER I-PER O B-LOC O B-ORG I-ORG O O B-PER I-PER O O B-PER I-PER O O O B-PER I-PER I-PER O B-LOC O B-ORG I-ORG O O B-PER I-PER O O B-PER I-PER O -O O B-LOC O B-LOC O O O O B-LOC O B-LOC I-LOC O O O O O O O O O B-LOC O B-LOC O O O O B-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER I-PER O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O B-PER O O B-PER I-PER O O O O B-PER I-PER O O O O B-PER I-PER O O O O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O O B-PER I-PER O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O B-PER I-PER I-PER I-PER I-PER I-PER I-PER I-PER O O O O O O B-PER I-PER O O O O B-PER I-PER I-PER O B-PER I-PER I-PER O O B-PER I-PER O B-PER I-PER O O B-PER I-PER O B-PER O B-PER I-PER I-PER O O B-LOC O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O O B-PER O O B-PER I-PER O B-PER O O B-PER O B-PER O B-PER O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O O O O B-PER I-PER O B-PER O O B-PER I-PER O O B-PER O O B-PER O B-PER O B-PER O O O O B-ORG I-LOC O O O O O O O O O O O O O O O O B-PER I-PER B-PER I-PER I-PER I-PER O B-PER O O O O B-PER I-PER O B-PER I-PER O B-PER O B-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O -O O O O O O O O B-LOC O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O B-ORG O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O B-MISC O O O O O O O B-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O B-ORG O O O B-LOC O B-ORG I-PER O B-MISC I-PER O B-PER I-PER O B-PER O O B-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O B-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O B-LOC O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC I-LOC O B-PER O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O B-MISC O O O O O O O O B-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O B-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O O O O O O O O O O O O O O B-MISC I-MISC O B-LOC O O B-PER I-PER O B-LOC O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC I-LOC O O O O O O O O O O O O O O O B-ORG I-ORG O B-LOC O B-ORG O B-LOC O O O B-PER O B-PER O B-LOC O B-ORG O B-PER I-PER O B-LOC O B-ORG O B-PER I-PER O O B-LOC O B-ORG O B-PER I-PER O B-LOC O B-ORG O B-PER O B-PER O B-LOC O B-ORG O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-PER O B-LOC O O -O O B-LOC O O O O B-LOC O O O O O B-LOC O B-LOC I-LOC O B-LOC O O O O O B-LOC O O O O O O O O O O O B-LOC O O O O B-LOC O B-PER I-PER O O O B-LOC O O O B-PER O B-PER I-PER O O B-PER I-PER I-PER O O O O O O O O B-LOC O O O O O O B-LOC O O O O B-LOC I-LOC O O O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O O -O O B-ORG O O O B-ORG O B-ORG O O B-PER O B-ORG I-LOC O B-ORG I-ORG O O O B-PER I-PER O O O O O O B-ORG I-ORG O O B-ORG I-ORG O O O O O O O O O O B-PER O O O O O B-ORG I-LOC O O O O O O O O B-LOC O O O O O O O O O B-ORG I-ORG O B-ORG O O B-PER O O O O O O O O B-ORG O O O O O O O O O O O O B-PER O O O O O O B-LOC O O O B-PER B-PER O O O O O O B-ORG O O O O O O O O O O B-PER O O O O O O B-ORG O O B-PER O O O B-PER I-PER O B-PER I-PER O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER I-PER O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O B-PER O O O B-MISC I-MISC O O B-PER I-PER O O O O O O O O O O B-PER I-PER O B-PER I-PER O O B-ORG O O B-ORG O O O O B-LOC I-ORG O O B-MISC I-MISC I-MISC O O O O O O B-ORG O O O B-LOC O O B-LOC O O O O O O B-LOC O B-PER I-PER O O O O O O O O B-PER I-PER O O O O O B-PER O O O O I-ORG I-ORG O O B-ORG O O O B-ORG I-ORG O O O B-PER O I-MISC O O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER O O O O B-PER I-PER O O O O O O O O O O B-PER I-PER I-PER O O O O O O O O O O O O O O B-LOC O B-PER I-PER O B-MISC I-MISC O O O O O O O O O O O O B-ORG I-ORG O O B-ORG I-ORG O O O O O O B-PER O O O O O B-PER O O O O O O B-ORG O B-PER I-PER O O O O O O O O B-PER O O O O O B-PER I-PER O O O O O B-PER I-PER O O O B-LOC O O O B-ORG O O O O B-LOC I-ORG O O B-MISC I-MISC I-MISC I-MISC O O B-MISC O O O O O O B-LOC O B-PER I-PER O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O B-ORG I-ORG O O B-PER O B-PER I-PER O B-PER I-PER O O O O O O B-PER O O O O O O O B-PER I-PER O O O O O B-MISC O O B-MISC B-PER O O O O O O O O B-LOC O B-PER I-PER O O O O O O O B-PER I-PER O O O O O O O O O O O O O B-ORG O O B-ORG I-ORG I-ORG O O O B-PER O O O O O O O O O O O B-PER I-PER O O O O O O O B-PER O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O B-LOC O B-PER I-PER I-PER O O O O O O B-MISC O O B-PER I-PER O O B-PER O O O O O O B-ORG O O B-LOC I-ORG I-ORG O O O B-PER I-PER O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O B-PER O B-PER O O B-LOC I-LOC O O O O O O O O O O O B-LOC O B-PER I-PER O O B-PER I-PER O O O O O O O O O O O O B-ORG O O O O O O O B-ORG I-ORG O O B-ORG O O O O O O O O O B-PER I-PER O O O O O O B-PER O O O O O O O O O B-ORG O O B-PER I-PER O O O O O O B-PER I-PER O O O O O O O O B-ORG O O O O O O B-ORG O O O O O O O O O O O B-PER I-PER O O O O O -O O B-ORG O B-ORG O O O O O O O O B-LOC I-LOC O B-ORG O B-LOC O O O B-PER O O O O O O O O O O O B-ORG O B-ORG O O O I-ORG O O O O O B-MISC I-MISC I-MISC B-ORG I-ORG O B-ORG O O O O O O O O O O B-ORG O O O O O O B-PER I-ORG O O O O O O O O O O O O O B-ORG O O O O O O O O O B-ORG O O O O O O O O O O O O O O O B-MISC O O B-LOC I-LOC O O B-ORG O O I-ORG O B-ORG O O B-ORG O O O B-ORG O O O O O O O O O O O O O O O O B-ORG O O O B-ORG O O O O O B-ORG O B-PER I-PER O B-PER I-PER O O O O O B-ORG O O O O O B-MISC O B-PER I-PER O O B-ORG O B-MISC O B-PER I-PER O B-PER O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-PER O O O O O O O O O O O O O -B-LOC O O O O O B-MISC I-MISC O O B-LOC I-LOC O O O O O O O B-MISC I-MISC O O B-MISC I-MISC O O B-PER I-PER O O O O B-LOC O O O O O O B-PER I-PER I-PER O O O O B-PER I-PER I-PER O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O O B-PER I-PER I-PER O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER I-PER O O B-PER I-PER I-PER O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC I-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC I-LOC O B-PER O O B-PER I-PER I-PER O B-LOC O B-ORG O O B-PER I-PER I-PER O O B-PER I-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O O O B-PER I-PER I-PER O -O I-ORG O B-MISC O B-MISC O B-ORG O O O B-LOC I-LOC O O O B-MISC O B-MISC O O B-ORG I-ORG I-ORG O O O O O B-MISC O I-MISC I-MISC O B-MISC O B-PER O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-PER O B-ORG O O O O B-PER O O B-ORG O B-LOC O O B-ORG O O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-MISC O O O O O B-ORG O B-ORG O O B-ORG O B-ORG O B-PER O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O -O O B-LOC O B-LOC I-LOC O B-MISC I-MISC O O O B-LOC I-LOC O B-LOC O B-LOC I-LOC O O O O O O O O I-MISC O B-MISC I-MISC O O O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O O O O O O B-PER I-PER O O O O B-PER I-PER O O O O O O O B-PER O -O O B-LOC O B-LOC I-LOC O B-MISC I-MISC O O O B-LOC I-PER O B-LOC O B-LOC I-LOC O O O O O O O O I-MISC O B-MISC O O O O O O O O O B-PER I-PER O O O O O O O B-PER O -O I-ORG O B-PER O O O B-PER O B-LOC O O B-LOC I-LOC O O B-PER O B-PER I-PER O O O O B-MISC O O O B-LOC I-LOC O O O B-PER O O O B-PER I-PER O O O O O O B-LOC O O B-PER O O O O O O O O O O O O O O O B-PER I-PER O O O B-LOC O O O O B-MISC I-PER I-PER I-PER O O O O O O O O O B-MISC B-LOC O O O B-MISC O B-ORG I-PER O O O O O O B-PER O O O O O O O O O O B-LOC O B-PER I-PER O O O B-LOC B-MISC O O B-LOC O O O O O O B-PER I-PER O B-PER I-PER O O O O O O O O B-MISC O O B-PER O O O B-LOC O B-PER I-PER O O O B-ORG I-ORG O O O O O O O O O O I-MISC O O I-MISC O O B-MISC O O O O O B-LOC O O O O O B-ORG I-ORG I-ORG O O O O B-PER O O O B-PER O B-PER I-PER O B-PER O O B-LOC O O I-ORG O B-PER O I-ORG O O -O O B-MISC O O O O B-LOC I-LOC O B-MISC O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O O O O B-MISC O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O -O O B-MISC O O O O B-LOC I-LOC O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O -O O B-MISC O O O O B-LOC I-LOC O O O B-MISC O O O O O O O O O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O O O B-ORG I-ORG O B-ORG O B-ORG I-ORG O O B-ORG I-ORG O O O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O O O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG I-ORG I-ORG O B-ORG O O -O O B-MISC O O O O B-LOC I-LOC O O O B-MISC O O O O O O O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O O O B-ORG O B-ORG O B-ORG I-ORG O B-ORG O O O O B-ORG I-ORG I-ORG O B-ORG O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O O B-ORG O B-ORG O O O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O -O O B-MISC I-MISC I-MISC O O O B-LOC I-LOC O O O O O O O B-MISC B-MISC I-MISC O O O O O O B-LOC O B-ORG O B-LOC O O O O O B-MISC O O O O B-ORG O O O O B-PER I-PER I-PER O B-PER I-PER I-PER O O O B-ORG O O O B-ORG O O O O B-LOC O B-ORG O B-ORG O B-ORG O O O B-ORG O O B-PER O B-ORG O O O O O B-ORG O O O B-ORG O O O O B-LOC O B-ORG O B-ORG O B-ORG O O O B-ORG O O B-PER O B-PER I-PER O O O O B-PER I-PER O O B-PER I-PER I-PER O O B-ORG I-ORG O B-PER O O B-ORG O O O B-ORG O O O O O I-LOC O B-LOC O O B-ORG O B-ORG O O O O O O O O B-ORG O O O O B-PER I-PER I-PER O B-PER I-PER I-PER O O B-ORG I-ORG O B-ORG I-PER O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O O O B-ORG O O O B-ORG O O O O B-LOC O B-ORG O O B-ORG O O O O B-PER I-PER O O B-PER I-PER O O B-PER O B-PER O O B-ORG I-PER O B-PER O O O B-LOC O B-ORG I-ORG O O O B-ORG I-ORG O O O O O B-LOC I-LOC O B-ORG I-ORG O B-PER O B-PER I-PER O O O O O B-ORG O O B-PER I-PER O O B-PER I-PER I-PER O B-PER I-PER B-PER O O O B-LOC O B-ORG O O B-PER O B-PER I-PER O O O B-ORG O O B-PER O O -O O O O O O B-LOC I-LOC O O O B-LOC I-PER O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-PER O B-PER O O O B-PER I-PER O O O B-PER I-PER O B-LOC O O B-PER I-PER I-PER O B-PER O O B-PER I-PER O B-LOC O O B-PER I-PER O B-PER O O B-PER I-PER O B-LOC O O B-PER I-PER O B-PER O O B-PER I-PER O B-LOC O O B-PER I-PER O B-PER O O B-PER I-PER O B-LOC O O B-PER I-PER O B-PER O O B-PER I-PER I-PER O B-LOC O O B-PER I-PER O B-PER O O B-PER I-PER O B-LOC O O B-PER I-PER O B-PER O O B-PER I-PER O B-LOC O O B-PER I-PER I-PER O B-PER O O B-PER I-PER I-PER O B-LOC O O B-PER I-PER O B-PER O -O O B-LOC O B-LOC O O B-MISC I-MISC O O O B-LOC I-LOC O B-LOC O B-LOC O O O O O O O B-MISC O O O O O O O O I-MISC O O O O O O O B-LOC O B-PER O O O O O O O B-PER I-PER O O O O B-PER I-PER O O O O B-LOC O B-PER I-PER I-PER I-PER O B-ORG O O O O B-PER O -O I-ORG O B-PER O O O O O O O B-PER I-PER O B-LOC I-LOC O B-LOC I-LOC O O O O O O O O O O O O O O O I-ORG O O B-MISC I-MISC O O O O O I-PER I-PER I-LOC O O O O O O O O O O O O O O O B-LOC I-LOC O B-PER O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-MISC I-LOC O O O O O O O O O O O O O O O O O O O B-LOC I-MISC O O O B-LOC I-ORG I-ORG I-ORG I-PER I-PER O O O O B-MISC O O O O O O O O O O O B-PER I-PER O O O O O O O O O O B-MISC O O O O O O B-PER I-PER I-PER O O O O B-PER O O O O O O O O O O O O O O O O B-PER O O O O B-ORG I-ORG I-ORG O O O O O O O O I-ORG I-ORG O O I-ORG I-PER O O O O O O O O O O O O O O O O O O O O O O B-PER O B-MISC O O O O O B-PER I-PER O O O O O O B-MISC O B-LOC O O O O B-PER I-PER O O B-ORG O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-PER O O B-MISC O O O O O O O O O B-PER I-PER O O B-PER O B-PER O O O O B-ORG O B-PER I-PER O B-ORG B-PER I-PER O O O O O O O O O O B-PER O O B-PER O O O O O O B-PER B-PER O O O O O O O O O B-ORG O I-ORG O O O O O B-PER O B-PER O O O O O O B-ORG O O O O O O O O O O O O B-ORG O O O B-ORG O O O O O O O O O B-PER I-PER O O O O O B-ORG I-ORG O O O O O O O B-PER O O O O O B-PER O O O O O B-MISC O O I-PER I-MISC O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O B-PER I-PER O O O O O B-ORG O O O O O B-LOC O O O O O O O B-MISC I-LOC O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O B-ORG I-ORG O O O O O O B-MISC I-MISC I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER I-PER I-PER O O O B-PER I-PER O O O O O O B-PER I-PER O B-PER I-PER O O O O O O B-PER I-PER O O O B-PER I-PER O B-LOC I-PER I-PER O O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O B-LOC I-LOC O O O O O O I-LOC O O O B-PER I-PER O B-ORG I-LOC O O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O B-PER I-PER O O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O O B-PER I-PER O O -O I-ORG O B-LOC I-LOC O B-ORG I-ORG B-ORG O O B-LOC I-LOC O B-LOC I-LOC O B-LOC I-LOC I-LOC O B-ORG I-ORG O O O O O O O O O I-MISC O B-LOC I-LOC O O O O O O O B-LOC I-LOC O O O B-ORG I-ORG I-ORG I-ORG O O O O B-PER I-PER O O O O B-PER I-PER O O O O B-PER O O O O B-PER O O O O O O I-LOC O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O O B-PER I-PER O O O O O O O B-PER O O B-LOC I-LOC O O O O O O -O O B-LOC O B-ORG I-ORG O B-MISC O O O B-LOC I-LOC O B-LOC O O O B-ORG O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC I-MISC I-MISC O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER I-PER I-PER O O O O B-LOC I-LOC O O O O O O O B-LOC O O O O O O O O O O O O O O -O O B-LOC O O B-LOC O B-LOC I-MISC I-MISC O O B-LOC I-LOC O B-LOC I-LOC O O B-LOC O O B-MISC I-MISC I-MISC O O O O O O O O O O O B-LOC O O O O O O -O O B-MISC O O O O O O B-LOC I-LOC O O O B-MISC O O O O O O O O O O O O B-ORG O B-ORG I-ORG I-ORG O O O B-ORG O B-ORG I-ORG I-ORG I-ORG O O B-ORG O B-ORG I-ORG I-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O O O O B-ORG O B-ORG I-ORG I-ORG I-ORG O O B-ORG I-ORG I-ORG I-ORG O B-ORG I-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG I-ORG I-ORG I-ORG O O B-ORG O B-ORG O O B-ORG I-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O I-ORG O O O O O O O O O B-ORG O I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O -O O B-PER O O O O O B-PER O O B-LOC O B-LOC I-LOC O B-LOC O B-PER O B-PER I-PER O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O B-LOC O O B-PER O B-PER O O B-LOC O O B-MISC I-LOC O O O B-MISC I-PER O B-LOC O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-PER O O B-MISC I-ORG O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O O I-MISC O O O O O O O O O -O O B-ORG I-ORG O O O O B-LOC I-LOC O O O O B-MISC I-MISC I-MISC O B-MISC I-ORG O O O O O O O I-ORG O B-ORG O B-LOC O O B-ORG O B-LOC O O O O B-MISC O O O O O O B-ORG O B-LOC O O B-ORG I-ORG O B-LOC O O O B-LOC O O -B-MISC O B-PER I-PER O O O O B-LOC I-LOC O O O O B-MISC I-MISC I-MISC O B-MISC I-ORG O O O O O O B-PER I-ORG O B-ORG O B-LOC O O B-ORG O B-LOC O O O O B-MISC O O O O O O B-ORG O B-LOC O O B-ORG I-ORG O B-LOC O O O B-PER O O -O O B-LOC O B-LOC O B-MISC I-MISC O O O B-LOC I-LOC O B-LOC O B-LOC O O O O O O O O I-MISC O B-MISC I-MISC O O O O O O O O O B-LOC O B-PER I-PER O B-LOC O O O B-PER I-PER O O O O B-PER I-PER O O O O O O O O -O O B-LOC O B-LOC O O O O I-MISC O O O B-LOC I-PER O B-LOC O B-LOC O O O O O I-MISC O B-MISC I-MISC O O O O O O O O O O -O O B-ORG O B-LOC O B-MISC I-MISC O O O B-LOC I-LOC O B-LOC O B-LOC O O O O O O O O I-MISC O B-MISC I-MISC O O O O O O O O O O B-PER I-PER O O O O O O O O -O O B-ORG O B-ORG I-ORG O O B-LOC I-LOC O B-ORG O B-LOC O B-ORG O B-LOC I-LOC O O B-MISC O O O O O B-PER O O B-MISC I-MISC O O I-ORG O O O O O -O O B-LOC O B-LOC O B-LOC O O O O B-LOC I-PER O B-LOC O B-LOC O O O O O O O B-MISC O O O O O O O O O O B-ORG I-ORG O O O B-PER I-PER O O O O O O O O -O O B-LOC O B-LOC O B-MISC I-MISC O O O B-LOC I-PER O B-LOC O B-LOC O O O O O O O O I-MISC O B-MISC I-MISC O O O O O O O O B-PER I-PER O O O O O O O O -O O B-LOC O B-LOC O O O O O B-LOC I-LOC O B-LOC O B-LOC O O O O O O O B-MISC O O O O O O O O O O O O B-PER I-PER O O O O O B-PER I-PER O B-LOC O O O O O O -O O B-MISC I-MISC I-MISC O B-PER O B-MISC O O B-LOC I-LOC B-ORG O O B-MISC I-MISC I-MISC O B-ORG I-ORG O B-MISC O O O O O O O O O O O B-LOC I-LOC I-MISC O O O O O O O B-PER O O B-MISC O O O O O O O O O O O B-MISC O O O O O O O O O O B-PER I-MISC O O O O O O O O O B-ORG O B-MISC I-PER O O B-MISC O O O B-MISC O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-MISC O O O O O O B-PER O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O B-ORG O O B-PER O O O O O O O O O O O O B-MISC O O B-PER I-MISC O O O O O B-PER O B-PER I-PER O O B-PER O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-PER O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER O O O B-LOC I-LOC I-MISC O O O O I-PER I-PER I-PER O O O O O B-PER O O O O O O O O O O B-PER I-PER O B-LOC I-LOC O O O O O B-PER O O O B-PER O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-PER O O O O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O -O O B-MISC I-MISC I-MISC O O O O B-LOC I-LOC I-LOC O O O O O B-MISC I-MISC I-MISC O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O B-PER I-PER O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O -B-LOC O B-PER O B-PER O O O B-ORG I-MISC O O B-LOC O B-LOC I-LOC O B-PER I-PER O B-LOC O O O B-ORG B-MISC O O O O O B-MISC O O O O O O O O O O O B-MISC I-MISC O O B-PER O O O O O O B-MISC I-MISC O O O O B-PER I-PER O O O O O B-PER O O B-ORG O O O B-PER I-PER O O O O B-MISC I-LOC I-LOC O O O O B-MISC O O B-PER I-PER O O B-PER I-PER O O O O O O O O O O O B-PER O B-PER O O O O B-PER O O B-LOC O O O O O O O O O O I-MISC O O O O O O O B-MISC I-MISC O O B-PER I-PER O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-PER O O O O O O O O O O O B-LOC I-LOC O O O O O O O O B-PER O O O O O O B-PER O B-ORG O B-PER I-PER O O O O B-PER I-PER O O O O O B-PER O O O O O O O B-PER O O O O O O O B-PER O O O O O B-PER O O O O B-PER O O O O B-MISC O O O O O O O O O B-PER O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-PER O O O O O B-PER O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-PER O O O O B-PER O O O O O B-MISC O O O O O B-PER O O O B-PER O O O O O O O O O O O B-PER O O B-PER O O O O O O O O B-PER O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-PER O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-PER O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O B-LOC O O B-PER I-PER O O O O O O O O O B-MISC I-MISC I-MISC I-MISC O O B-PER I-PER O O O O O O O O O O O O B-PER I-PER O O O O O O O O B-MISC I-MISC I-MISC I-MISC O B-PER O O O O O O O O B-PER O O O O O B-PER O O O O O O O B-MISC I-MISC O O O O O O O O -O O B-LOC O B-LOC O O O O O O O I-MISC O O B-PER I-PER O B-LOC I-LOC I-LOC O O O O O I-MISC O O O O B-LOC O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-MISC O O B-LOC I-LOC O B-LOC O O O B-LOC I-ORG O O O B-LOC O O O O O O O O O O O O O O B-PER I-PER O O B-LOC I-LOC O O B-LOC O B-LOC O O O O O O B-PER O O O O O B-PER O O O B-MISC O O O O O O O O O B-MISC O O O O O B-PER O O O O O O O O O O O B-LOC O O B-PER O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-MISC O O B-LOC O B-PER I-PER O O O O O O O O O O O O O O O O O B-LOC I-LOC O B-LOC O O O O O O O O O O O O O B-LOC O O B-LOC O O O O O O O O O O B-LOC O O O I-MISC O O B-MISC I-PER O O O O B-MISC B-LOC O O O O O B-PER I-PER O O O O O O O O B-PER O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-PER O O O B-PER O B-PER O B-PER O O O O O O I-MISC O I-LOC O B-PER O O O O O O O O O B-PER O O O O O B-ORG O O O B-PER O O O O O O B-LOC I-MISC O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-PER O O B-MISC O B-PER I-PER I-PER O B-PER I-PER B-PER O O O O O O O O B-PER O O B-PER I-PER O O O O O O O B-LOC O B-PER I-PER O B-PER I-PER I-PER O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O -O O O O O O O B-MISC I-MISC O O B-LOC I-LOC I-LOC O O O O B-LOC I-MISC I-MISC I-MISC O O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC I-LOC O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O -O O O O O O I-MISC O O O O O O B-LOC I-LOC I-LOC O O O O O O O O I-MISC O O O O O O O B-LOC B-LOC I-MISC O O O O B-MISC O O O B-ORG O O O O O O B-LOC I-LOC O B-LOC O B-LOC I-LOC O B-LOC O B-LOC O B-LOC O B-LOC O B-LOC O O O O B-PER O O O O B-PER O O O O O O O O O O O O O B-LOC O B-LOC O B-LOC O B-LOC I-LOC O B-LOC O B-LOC I-LOC O B-LOC O B-LOC I-LOC O -O O B-LOC O B-ORG I-ORG O O O B-LOC I-LOC O O O B-LOC I-LOC O B-ORG I-ORG O O O O O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O B-PER O O O O O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O O O O O O B-PER O -O O B-MISC I-MISC O O O O O O O B-LOC I-LOC I-LOC O B-MISC I-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O B-MISC I-MISC O O O O O O B-ORG I-ORG O O B-PER O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O O B-ORG I-ORG O I-ORG O O O B-MISC I-MISC O B-ORG O O B-PER O O B-ORG O O B-ORG O O B-ORG O O O O O O B-ORG O O O O O B-ORG I-ORG O O B-PER O O B-MISC I-MISC O B-ORG I-ORG O B-MISC O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O O O O O O O O B-ORG I-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG I-ORG O B-LOC O B-MISC I-MISC O B-MISC I-MISC O O O O O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O O B-ORG I-ORG O O B-PER O O O B-ORG O O B-PER O O O B-MISC I-MISC O B-ORG O O O O O B-ORG I-ORG O O O O O O B-ORG O O O O O O B-ORG O O B-PER O O B-ORG O O B-PER O O B-MISC I-MISC O B-ORG I-ORG O O B-ORG O O B-ORG I-ORG O O O O O B-ORG O O O O O B-ORG I-ORG O O O O O O O O O O O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG I-ORG O B-LOC I-LOC O B-ORG O B-LOC O B-ORG I-ORG O B-LOC O B-ORG I-ORG O B-LOC O B-ORG O B-LOC I-LOC O -O O B-MISC I-MISC O O O O B-LOC I-LOC I-LOC O O O B-MISC I-MISC O O O O O O O O O O O O O O B-MISC I-MISC O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O O O O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-MISC I-MISC O B-ORG O B-ORG O O B-PER O O O B-ORG O B-ORG O O B-PER O O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O O O O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG I-ORG O O B-ORG I-ORG O B-ORG O O -O O B-PER I-PER O B-LOC O B-ORG O B-PER O O B-LOC I-LOC O B-MISC I-MISC I-MISC O B-PER I-PER O O O O B-PER I-PER O B-MISC I-MISC O O O O O O B-ORG I-ORG O O B-ORG I-ORG O O O O O O O O O B-PER O B-PER I-PER O B-PER I-PER O O B-LOC O O I-ORG I-MISC O O O O O O O O O O B-PER O O O O B-PER O B-PER O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O B-ORG O O O O O B-PER O B-ORG O B-PER I-PER O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-PER O B-PER I-PER O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-ORG O O B-PER O B-PER O O O O O O O O B-LOC O B-PER I-PER O O O O O O O B-MISC O B-PER I-PER O B-LOC O O B-PER I-PER O O O B-ORG I-ORG I-ORG O O O O O O B-ORG O O B-LOC I-LOC O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-MISC O O O B-PER O O O O O B-ORG O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O B-ORG I-ORG O O O B-LOC O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O B-PER I-PER O O O O O O B-PER O O B-PER I-PER O O O O B-LOC O B-PER I-PER O O O O O O O O O O O O B-PER O O B-PER O O O O O O O O O O O O O O O O B-ORG O O O O O B-PER I-PER O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER I-PER O O O B-LOC O O O O O B-PER I-PER O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O B-PER O O O B-LOC O B-PER I-PER O O O O O O O B-PER I-PER O O O O O O O O O O B-LOC I-LOC I-ORG O O B-ORG O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O B-PER I-PER O O B-PER O O O O O O B-PER O O O O O O O O O O O B-LOC I-LOC O B-PER I-PER O O O O O O O B-PER I-PER O O O O O O O O O O O B-LOC I-ORG I-ORG O O B-ORG I-ORG O O B-PER O O O O B-PER O O O B-LOC O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-PER I-PER O B-PER O O O O O O O O O O B-PER O O O O O B-PER I-PER O O O O B-MISC O B-MISC O O O O B-MISC B-PER O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-PER O B-LOC O B-PER I-PER O O O B-LOC I-LOC O B-PER I-PER O O O O O B-MISC O B-PER I-PER O O O O B-PER O O O B-ORG O O B-LOC I-ORG O O O B-PER O O O O O O O O O O O O O O O O O O B-ORG I-ORG O B-LOC O O O O O O O O O O O O O O O B-PER I-PER O B-ORG O O O O O O O B-ORG O O O O O O O O O O O O O B-PER I-PER O O O O O O O O B-LOC O O O B-LOC O B-PER I-PER O O O O O O B-MISC O B-PER I-PER O O O O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O B-PER O O B-MISC O O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O -O O B-PER I-PER O B-MISC O O O B-PER I-PER O B-LOC I-LOC O O O O O O O O O O B-PER I-PER O O O O O O O O B-LOC I-MISC O B-MISC I-PER O O O O O O O O O O O O O O O O O O O I-ORG O O O O O O O O B-PER O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O B-MISC I-LOC I-LOC O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O B-ORG O O O O B-PER I-PER O B-MISC I-MISC O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-PER O O O O B-PER O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-MISC O O O O O O O O O O B-MISC I-MISC O B-PER O O O B-MISC O O B-PER O B-PER O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-MISC O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O B-PER O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O B-PER O B-PER O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-LOC O B-MISC B-ORG I-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O -B-MISC O B-PER I-PER I-PER B-ORG I-LOC O O O B-LOC I-LOC O B-LOC O B-PER I-PER O O B-PER I-PER O O O O B-LOC O B-ORG I-ORG O O O O O O O O O O O O O O -O O B-LOC I-LOC I-LOC O B-MISC I-MISC O O O B-PER I-PER O B-LOC I-LOC O B-LOC O O B-MISC I-MISC O O O O B-LOC O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-LOC O O B-ORG I-ORG O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O B-PER I-PER O B-ORG I-ORG O O O O B-MISC O O B-MISC O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O B-ORG O B-PER I-PER O O O B-LOC O O O O O O O B-MISC O B-PER I-PER O O B-PER O O O O B-LOC O O O O O O O B-PER I-PER O O O B-PER I-PER O B-PER O O O O O O O O O O O O O O O O B-MISC O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-PER I-PER O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-MISC O B-PER I-PER O O O O O O O O O O B-PER O O O O O O B-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-LOC I-LOC O O O B-PER I-PER O B-PER I-PER O O B-PER I-PER O O O B-PER I-PER O B-PER I-PER O O B-LOC O B-ORG I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-ORG I-ORG O O O B-PER I-PER O B-PER I-PER O O -B-MISC O B-PER O B-PER I-PER O O O B-LOC I-PER O B-MISC I-LOC I-LOC I-LOC O O B-LOC I-MISC O O O O O B-MISC O O O B-LOC O O I-PER O O O O -O O B-LOC O O B-MISC I-MISC O O O O O O B-LOC I-LOC O B-MISC I-MISC I-MISC I-PER B-ORG O B-ORG I-ORG O O O O O B-MISC I-MISC I-MISC B-ORG O B-PER O O O O O O O O O O O O O O O B-LOC O O O O O B-ORG I-ORG O O B-MISC I-MISC O B-ORG I-ORG O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG O B-PER I-PER O O B-PER O O O O O O O O O O O O B-PER I-PER O B-ORG I-ORG O O O O O O O O B-MISC O O O O I-ORG O O O O O O O O O O O O O O O B-LOC O O O B-MISC O O O B-PER O O O O B-MISC O O O B-LOC O O B-PER O B-PER O O O O B-ORG O B-PER I-PER O O O O B-MISC O O O O O O O O O O O O B-PER O O O O B-ORG O B-ORG O B-ORG O O O B-MISC O O O O O O O O O O O O B-PER I-PER I-PER O O O O O B-ORG O O O B-MISC O B-PER O O O O O O B-ORG I-ORG O O O B-ORG O O O O O O O O O B-PER O B-ORG I-PER O O B-ORG O O O B-ORG I-ORG O B-LOC O B-PER I-ORG I-ORG I-ORG I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O B-LOC O O O O I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O B-LOC O O O O O B-MISC I-PER O O O B-PER I-PER O O O O B-PER I-PER I-PER O O O B-PER I-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER I-PER O O O -O O B-LOC O B-LOC O O O O O B-LOC I-LOC O B-LOC O B-LOC O O O O O O O O O O O O O O O O B-PER I-PER O O O O O B-PER I-PER O B-LOC O O O O O O -O O B-LOC O O B-LOC O O O O O B-PER I-PER O B-LOC I-LOC O B-LOC O O O O B-MISC I-MISC O O O B-LOC O O O B-PER I-PER O O O O O O B-MISC O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-MISC O O O O O O B-MISC O O B-PER I-PER O B-PER I-PER I-PER O O O B-PER O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-PER O O O O O O B-MISC O B-PER I-PER O O B-PER I-PER O O O O O B-LOC O O O O B-PER O O B-PER O O O O O O B-PER O O O B-PER I-PER O O O O O O O O O B-PER I-PER I-PER O B-PER O O O O O B-PER I-PER O O O O O O O O O O O O O O O O B-LOC O O O O B-PER O O O O B-PER O O B-PER I-PER O B-PER I-PER O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O I-PER O O O O O O O O O B-PER I-PER O O O O O B-PER O O O O O O O O O O O O O O O O B-LOC O B-LOC O O O O B-MISC O O O O B-MISC I-LOC O O O O O O O O O O O O O O O O B-PER I-PER I-PER O O B-PER I-PER O O B-PER I-PER O B-PER O O O O O O B-LOC O O O O O O O O O B-PER O O O O O O O O O O B-PER O O O O O O B-LOC O O O B-PER I-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O B-PER O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER I-PER O B-PER O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O B-PER O O O O B-PER I-PER O O O B-PER I-PER O B-PER I-PER I-PER O O O B-PER I-PER I-PER O B-PER O O O B-LOC O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O I-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O B-PER I-PER O O O O O B-MISC O B-PER I-PER I-PER O O O O O B-LOC O O O O O O O O O O O B-PER O O O O B-MISC I-MISC O O O O O O O B-PER I-PER O O O B-PER I-PER I-PER O O O O O O O O B-LOC O O O O B-LOC I-PER O O O O B-LOC O B-LOC O B-LOC O O -O O O O O B-MISC O O O O B-LOC O O O O O O O O B-MISC O O O O O B-ORG I-LOC O O B-PER I-PER O O O O O I-ORG O O B-PER I-PER O O O O O O O O B-PER I-PER O O +O O B-PER O B-MISC O O O O O O B-LOC O B-LOC I-LOC O O O O O O O O O O O O O B-MISC I-MISC I-MISC I-MISC O O O O O O O O O O B-ORG I-ORG O B-LOC O B-ORG O O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O O O B-PER O O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O B-ORG I-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O B-ORG O O O O O B-PER I-PER O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O O B-PER O O O O B-PER I-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O O B-PER I-PER O +O O B-LOC O B-LOC O O O O B-LOC O B-LOC I-LOC O O O O O O O O O B-LOC O B-LOC O O O O B-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER I-PER O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O B-PER O O B-PER I-PER O O O O B-PER I-PER O O O O B-PER I-PER O O O O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-PER O B-PER O B-PER O O O O O O B-PER I-PER O O O O B-PER I-PER O O B-PER I-PER O O O B-PER I-PER O B-PER I-PER O O B-PER I-PER O B-PER O B-PER I-PER O O O B-LOC O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O O B-PER O O B-PER I-PER O B-PER O O B-PER O B-PER O B-PER O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O O O O B-PER I-PER O B-PER O O B-PER I-PER O O B-PER O O B-PER O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-PER I-PER O B-PER I-PER O B-PER O B-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O +O O O O O O O O B-LOC O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-LOC O O O O O O O O B-ORG I-ORG O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O O O B-LOC O B-ORG B-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O O O O O B-LOC O B-PER I-PER O B-MISC B-PER O O O O O O O B-LOC O B-LOC I-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O B-LOC O B-ORG B-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC I-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER O O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O B-LOC O B-ORG B-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O B-LOC O B-LOC I-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC I-LOC O O O O O O O O O O O O O O O B-ORG I-ORG O B-LOC O O O O O O O B-PER O B-PER O B-LOC O O O B-PER I-PER O B-LOC O O O B-PER I-PER O O B-LOC O O O O O O B-LOC O O O B-PER O B-PER O B-LOC O O O O O O B-LOC O O O O O B-PER O O O B-LOC O O +O O B-LOC O O O O B-LOC O O O O O B-LOC O B-LOC I-LOC O B-LOC O O O O O B-LOC O O O O O O O O O O O B-LOC O O O O B-ORG O B-PER I-PER O O O B-LOC O O O B-ORG O B-PER I-PER O O B-PER I-PER I-PER O O O O O O O O B-LOC O O O O O O B-LOC O O O O O B-LOC O O O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O O +O O B-PER O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-PER I-PER O O O B-PER I-PER O O O O O O B-ORG I-ORG O O B-ORG I-ORG O O O O O O O O O O B-PER O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-PER I-PER O O O O O B-LOC O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-MISC O B-PER I-PER O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER I-PER O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O B-PER I-PER O O O O O O O O O O B-PER I-PER O B-PER I-PER O O B-ORG O O B-ORG O O O O B-ORG I-ORG O O B-MISC I-MISC I-MISC I-MISC O O O O O B-ORG O O O B-ORG O O B-LOC O O O O O O B-LOC O B-PER I-PER O O O O O O O O B-PER I-PER O O O O O O O O O O B-ORG I-ORG O O B-ORG O O O O B-ORG O O O O O O O O O O O B-PER I-PER O O B-ORG O B-PER I-PER O O B-PER O B-ORG O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O B-PER I-PER O O O O O O O O O O B-PER I-PER I-PER O O O O O O O O O O O O O O B-LOC O B-PER I-PER O O B-MISC O O O O O O O O O O O O B-ORG I-ORG O O B-ORG I-ORG O O O O O O O O O O B-MISC O O O O O O O O B-LOC O B-PER I-PER O O O O O O O O O O O O O O B-PER I-PER O O O O O B-PER I-PER O O O B-LOC O O O B-ORG O O O O B-ORG I-ORG O O B-ORG B-MISC I-MISC O O O B-ORG O O O O O O B-LOC O B-PER I-PER O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-PER O O B-PER O O O O B-PER I-PER O O O O O O B-PER O O O O O O O B-PER I-PER O O O O O B-MISC O O B-ORG I-ORG O O O O O O O O B-ORG O B-PER I-PER O O O O O O O B-PER I-PER O O O O O O O O O O O O O B-ORG O O B-ORG I-ORG I-ORG O O O B-PER O O O O O O O O O O O B-PER I-PER O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-LOC O B-PER I-PER O O O O O O O O O O B-PER I-PER O O B-LOC O O O O O O B-ORG O O B-LOC B-ORG I-ORG O O O B-PER I-PER O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-PER O O O O B-LOC I-LOC O O O O O O O O O O O B-ORG O B-PER I-PER O O B-PER I-PER O O O O O O O O O O O O B-ORG O O O O O O O B-ORG I-ORG O O B-ORG O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O B-ORG O O B-PER I-PER O O O O O O B-PER I-PER O O O O O O O O B-ORG O O O O O O B-ORG O O O O O O O O O O O B-PER I-PER O O O O O +O O B-ORG O B-ORG O O O O O O O O B-LOC O O B-ORG O B-LOC O O O O O O O O O O O O O O O B-ORG O B-ORG O O O B-ORG O O O O O B-MISC B-MISC I-MISC O O O B-ORG O O O O O O O O O O B-ORG O O O O O O B-PER I-PER O O O O O O O O O O O O O B-ORG O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O B-ORG O O O O B-ORG O O B-ORG O O O B-ORG O O O O O O O O O O O O O O O O B-ORG O O O B-ORG O O O O O B-ORG O B-PER I-PER O O B-ORG O O O O O O O O O O O B-MISC O B-PER I-PER O O B-ORG O B-MISC O B-PER I-PER O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O O O O O O B-MISC I-MISC O O B-LOC O O O O O O O O B-MISC I-MISC O O B-MISC B-ORG O O B-ORG B-PER O O O O B-MISC O O O O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O O O B-PER I-PER O B-LOC O O O O B-PER I-PER I-PER O O B-PER I-PER O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC I-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC I-LOC O O O O B-PER I-PER I-PER O B-LOC O O O O B-PER I-PER O O O B-PER I-PER I-PER O B-LOC O O O O B-PER I-PER O O O B-PER I-PER O O +O B-ORG O B-MISC O B-MISC O O O O O B-LOC O O O O B-MISC O B-MISC O O B-ORG I-ORG B-PER O O O O O B-MISC O B-MISC O O O O O O O B-LOC B-ORG O O O O B-ORG O B-ORG B-LOC O O B-ORG O B-ORG O O O O O O O B-ORG O B-LOC O O B-ORG B-MISC O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-MISC O O O O O B-ORG O O O O B-ORG O B-ORG O O O O B-ORG O O O O B-ORG O O B-ORG O O +O O B-LOC O B-LOC I-LOC O B-MISC I-MISC O O O B-LOC I-LOC O B-LOC O B-LOC I-LOC O O O O O O O B-MISC I-MISC O B-MISC B-ORG O O O O O O O O B-PER I-PER O O O O O O O B-PER I-PER O O O O O O B-PER I-PER O O O O B-PER I-PER O O O O O O O O O +O O B-LOC O O B-LOC O B-MISC I-MISC O O O B-PER I-PER O B-LOC O O B-LOC O O O O O O O B-MISC I-MISC O B-MISC B-ORG I-ORG O O O O O O O B-PER I-PER O O O O O O O O O +O B-ORG O B-PER O O O O O B-LOC O O B-LOC O O O B-PER O B-PER I-PER O O O O B-MISC O O O O O O O O O O O O B-PER I-PER O O O O O O B-PER O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O B-LOC O O O B-MISC O B-PER I-PER O O O O O O B-PER O O O O O O O O O O B-LOC O O O O O O O B-MISC O O B-ORG O O O O O O B-PER I-PER O B-PER I-PER O O O O O O O O O O O O O O O B-LOC O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O B-PER O O O O O O B-ORG O O +O O B-MISC O O O O B-LOC O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O B-ORG O O O O O O O O B-ORG I-ORG B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O +O O B-MISC O O O O B-LOC O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O +O O B-MISC O O O O B-LOC I-LOC O O O B-MISC O O O O O O O O O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O O O B-ORG I-ORG O B-ORG O B-ORG I-ORG O O B-ORG O O O O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O O O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG I-ORG I-ORG O B-ORG O O +O O B-MISC O O O O B-LOC O O O O B-MISC O O O O O O O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O O O B-ORG O B-ORG O B-ORG I-ORG O B-ORG O O O O B-ORG I-ORG I-ORG O B-ORG O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O O B-ORG O B-ORG O O O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O +O O B-MISC B-MISC I-MISC O O O B-LOC O O O O O O O O B-MISC B-MISC I-MISC O O O O O O B-LOC O B-ORG O B-ORG O O O O O B-ORG O O O O B-ORG O O O O B-PER I-PER O O B-PER I-PER O O O O B-ORG O O O B-ORG O O O O B-LOC O B-ORG O B-ORG O O O O O B-ORG O O B-PER O B-ORG O O O O O B-ORG O O O B-ORG O O O O B-LOC O B-ORG O B-ORG O O O O O B-ORG O O B-PER O B-PER I-PER O O O O B-PER I-PER O O B-PER I-PER O O O B-ORG I-ORG O B-PER O O B-ORG O O O B-ORG O O O O O B-LOC O B-ORG O O B-ORG O B-ORG O O O O O O O O B-ORG O O O O B-PER I-PER I-PER O B-PER I-PER I-PER O O B-ORG O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O O O B-ORG O O O B-ORG O O O O B-LOC O B-LOC O O B-ORG O O O O B-PER I-PER O O B-PER I-PER O O B-PER O O O O B-ORG O O O O O O B-LOC O B-ORG O O O O B-ORG O O O O O O B-LOC I-LOC O B-ORG I-ORG O O O B-PER I-PER O O O O O B-ORG I-ORG O B-PER I-PER O O B-PER I-PER I-PER O B-PER I-PER O O O O B-LOC O B-ORG O O B-PER O B-PER I-PER O O O B-ORG O O B-PER O O +O O O O O O B-ORG B-MISC O O O B-LOC I-LOC O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-PER O B-ORG O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER B-ORG O B-PER O O B-PER I-PER O B-LOC O O B-PER I-PER O B-PER O O B-PER I-PER O B-LOC O O B-PER I-PER O B-PER O O B-PER I-PER O B-LOC O O B-PER I-PER O B-PER O O B-PER I-PER O B-LOC O O B-PER I-PER O B-PER O O B-PER I-PER I-PER O B-LOC O O B-PER I-PER O B-PER O O B-PER I-PER O B-LOC O O B-PER I-PER O B-PER O O B-PER I-PER O B-LOC O O B-PER I-PER B-ORG O B-PER O O B-PER I-PER I-PER O B-LOC O O B-PER I-PER O B-PER O +O O B-LOC O B-ORG O O B-MISC I-MISC O O O B-LOC I-LOC O B-LOC O B-ORG O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O B-LOC O B-PER O O O O O O O B-PER I-PER O O O O B-PER I-PER O O O O B-ORG O B-PER I-PER O O O O O O O O O O +O B-ORG O B-MISC O O O B-PER O O O B-PER I-PER O B-LOC O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER B-ORG O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-ORG O B-PER I-PER I-PER I-PER O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O B-PER I-PER O O B-MISC O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-PER I-PER O B-PER I-PER I-PER O O O O O O O O O O B-PER O O B-PER I-PER O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O B-PER I-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O B-PER B-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O B-ORG I-ORG O O O O O O B-PER I-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER I-PER I-PER O O O B-PER I-PER O O O O O O B-PER I-PER O B-LOC I-LOC O O O O O O B-PER I-PER O O O B-PER I-PER O B-ORG B-PER B-ORG O O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O B-PER I-PER O O O O O B-PER B-LOC O O O B-PER I-PER O B-ORG I-ORG O O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O B-PER I-PER O O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O O B-PER I-PER O O +O B-ORG O B-LOC I-LOC O O O O O O B-LOC I-LOC O B-LOC I-LOC O B-LOC I-LOC O O O B-ORG O O O O O O O O O O O B-PER I-PER O O O O O O O B-LOC I-LOC O O O B-PER I-PER I-PER I-PER O O O O B-PER I-PER O O O O B-PER I-PER O O O O B-PER O O O O B-PER O O O O O O B-LOC O O O B-PER I-PER O B-PER O O B-PER I-PER O O O O B-PER I-PER O O O O O O O B-PER O O B-LOC I-LOC O O O O O O +O O B-PER O O O O B-MISC O O O B-LOC I-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC B-ORG O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER I-PER O O O O O O B-MISC O O O O O O O B-LOC O O O O O O O O O O O O O O +O O B-PER O O B-LOC O B-MISC I-MISC I-MISC O O B-LOC I-LOC O B-LOC O O O B-LOC O O B-MISC I-MISC I-MISC O O O O O O O O O O O B-LOC O O O O O O +O O B-MISC O O O O O O B-LOC I-LOC O O O B-MISC O O O O O O O O O O O O B-ORG O B-ORG I-ORG I-ORG O O O B-ORG O B-ORG I-ORG I-ORG O O O B-ORG O B-ORG I-ORG O O O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O O O O B-ORG O B-ORG I-ORG I-ORG I-ORG O O B-ORG I-ORG I-ORG I-ORG O B-ORG I-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O B-ORG O O O O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O +O O B-PER O O B-MISC O O O O O B-LOC O B-LOC I-LOC O B-LOC O O O B-PER I-PER O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O B-LOC O O O O O O O O O O B-MISC O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O O B-MISC O O O O O O O O O +O O B-ORG I-ORG O O O O B-LOC I-LOC O O O O O O O O B-ORG I-ORG O O O O O O O O O B-ORG O B-LOC O O O O B-LOC O O O O O O O O O O O B-ORG O B-LOC O O O O O B-LOC O O O O O O +O O O B-ORG O O O O B-LOC I-LOC O O O O O O O O B-ORG I-ORG O O O O O O O O O B-ORG O B-LOC O O O O B-LOC O O O O O O O O O O O B-ORG O B-LOC O O O O O B-LOC O O O O O O +O O B-LOC O B-LOC O B-MISC I-MISC O O O B-LOC O O B-LOC O B-LOC O O O O O O O B-MISC I-MISC O B-MISC B-ORG O O O O O O O O O B-LOC O B-PER I-PER O O O O O B-PER I-PER O O O O B-PER I-PER O O O O O O O O +O O B-LOC O B-LOC O O O B-MISC I-MISC O O O B-PER I-PER O B-LOC O B-LOC O O O O B-MISC I-MISC O B-MISC B-ORG O O O O O O O O O O +O O B-LOC O B-LOC O O B-MISC O O O B-LOC B-PER O B-LOC O B-LOC O O O O O O O O B-MISC O B-MISC O O O O O O O O O O O B-PER O O O O O O O O O +O O B-ORG O B-ORG O O O B-LOC I-LOC O B-ORG O B-LOC O B-ORG I-ORG B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O +O O B-LOC O B-LOC O B-MISC O O O O B-PER I-PER O B-LOC O B-LOC O O O O O O O B-MISC O O O O O O O O O O B-PER I-PER O O O B-PER I-PER O O O O O O O O +O O B-LOC O B-LOC O O B-MISC O O O B-PER I-PER O B-LOC O B-LOC O O O O O O O B-MISC I-MISC O B-MISC B-ORG O O O O O O O O B-PER I-PER O O O O O O O O +O O B-LOC O B-LOC O O O O O B-PER I-PER O B-LOC O B-LOC O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O +O O B-PER B-MISC O O B-PER O O O O B-LOC I-LOC O O O B-MISC B-PER I-PER O B-ORG I-ORG O O O O O O O O O O O O O B-LOC I-LOC B-MISC O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O B-ORG O B-ORG I-ORG O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-MISC B-MISC I-MISC O O O O B-MISC B-PER O O O O O O B-ORG O O O O O O O O O O B-PER I-PER O B-LOC O O O O O O B-ORG O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O O B-MISC I-MISC I-MISC O O O O B-LOC I-LOC O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O +O O O O O O O O B-ORG I-ORG O O B-LOC O B-LOC I-LOC O O B-PER O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-ORG B-MISC O O B-PER O O O O O O B-MISC O O O O O O O O O O O O B-PER O O O O O O B-PER I-PER O O O O B-MISC I-MISC B-LOC O O O O O O O B-PER I-PER O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O B-PER I-PER O O O O O O O O O O B-LOC O O B-PER I-PER O O O O O O O O O O O O B-MISC O O B-PER I-PER O O O O O O O O O O O O B-PER I-PER O O O O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O +O O B-LOC O B-LOC O O O O O O B-ORG O O O B-PER I-PER O B-LOC I-LOC I-LOC O O O O O B-MISC O O O O B-LOC O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O B-LOC B-MISC O O B-LOC O O B-LOC O O O B-ORG O O O O B-LOC O O O O O O O O O O O O O O O B-LOC O O B-MISC B-LOC O O B-LOC O B-LOC O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-LOC O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-LOC O B-PER I-PER O O O O O O O O O O O O O O O O O B-LOC I-LOC O B-LOC O B-LOC O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-LOC O O B-MISC I-MISC O O B-PER I-PER O O O O O B-MISC O O O O O B-PER I-PER O O O O O O B-PER O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-PER O O O B-PER O O O O O O O O O O B-MISC O B-PER I-PER I-PER O O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-LOC B-MISC O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-MISC O B-PER O B-PER O B-PER I-PER I-PER O O O O O O O O O O O B-PER O O O O O O O O B-LOC O O O O B-PER I-PER I-PER O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O +O O O O O O O B-MISC I-MISC O O B-LOC I-LOC I-LOC O O O O B-MISC I-MISC I-MISC I-MISC O O B-ORG B-LOC I-LOC O O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC I-LOC O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O +O O O O O O B-MISC O O O O O O B-LOC I-LOC O O O O O O O O O B-MISC O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O B-ORG I-ORG O B-LOC O B-LOC I-LOC O B-LOC O B-LOC O B-LOC O B-LOC O B-LOC O O O O O O O O O O O O O O B-ORG O O O O O O O O B-LOC O B-LOC O B-LOC O B-LOC I-LOC O B-LOC O B-LOC I-LOC O B-LOC O B-LOC I-LOC O +O O B-MISC O B-LOC B-ORG O O O B-LOC I-LOC O O O B-LOC I-LOC O B-ORG I-ORG O O O O O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O B-PER O O O O O B-PER I-PER O O O O B-ORG B-PER O B-PER I-PER O O O O O O B-PER O +O O B-MISC I-MISC O O O O O O O B-LOC I-LOC O O B-MISC I-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O B-MISC I-MISC O O O O O O B-ORG I-ORG O O O O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O O B-ORG I-ORG O O O O O B-MISC I-MISC O B-ORG O O O O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O B-ORG I-ORG O O O O O B-ORG B-MISC O B-ORG O O B-ORG O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O O O O O O O O B-ORG I-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG I-ORG O B-LOC O B-MISC I-MISC O B-MISC I-MISC O O O O O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O O B-ORG I-ORG O O O O O O B-ORG O O O O O O B-MISC I-MISC O B-ORG O O O O O B-ORG I-ORG O O O O O O B-ORG O O O O O O B-ORG O O O O O B-ORG O O O O O B-MISC I-MISC O B-ORG I-ORG O O O O O B-ORG I-ORG O O O O O B-ORG O O O O O B-ORG I-ORG O O O O O O O O O O O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG I-ORG O B-LOC I-LOC O B-ORG O B-LOC O B-ORG I-ORG O B-LOC O B-ORG I-ORG O B-LOC O B-ORG O B-LOC I-LOC O +O O B-MISC I-MISC O O O O B-LOC I-LOC I-LOC O O O B-MISC I-MISC O O O O O O O O O O O O O O B-MISC I-MISC O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O O O O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-MISC I-MISC O B-ORG O B-ORG O O O O O O B-ORG O B-ORG O O O O O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O O O O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG I-ORG O O B-ORG I-ORG O B-ORG O O +O O B-PER I-PER O O O B-MISC O B-ORG O O B-LOC O O B-MISC I-MISC B-MISC O B-PER I-PER O O O O O O O B-MISC O O O O O O O B-ORG I-ORG O O B-ORG I-ORG O O O O O O O O O B-PER O B-ORG O O B-PER O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O B-ORG O O O O O O O B-LOC O B-PER I-PER O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-PER I-PER O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-PER O O O O O O O O O O B-LOC O O O O O O O O O O B-MISC O B-PER I-PER O B-ORG O O B-PER I-PER O O O B-ORG I-ORG I-ORG O O O O O O B-ORG O O B-ORG B-LOC O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O B-ORG B-LOC O O O B-LOC O O B-ORG O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-LOC O B-PER I-PER O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER I-PER O O O B-LOC O O O O O B-PER I-PER O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O O O O B-PER I-PER O O O O O O O O O O B-ORG I-ORG I-ORG O O B-ORG O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-ORG O O O O O O B-PER O O O O O O O O O O O B-LOC I-LOC O O B-PER O O O O O O O O B-PER O O O O O O O O O O O B-ORG I-ORG I-ORG O O B-ORG O O O B-PER O O O O B-ORG O O O B-MISC O O O O O O O O B-PER I-PER O O O O O O O O O O O O O B-ORG O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-MISC O O O O B-PER I-PER O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O B-LOC I-LOC O B-PER I-PER O O O O O B-MISC O B-PER I-PER O O O O B-ORG O O O B-ORG O O B-ORG I-ORG O O O B-PER O O O O O O O O O O O O O O O O O O B-ORG I-ORG O B-PER O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O B-ORG O O O O O O O O O O O O O B-PER I-PER O O O O O O O O B-ORG O O O B-LOC O B-PER I-PER O O O O O O B-MISC O O B-PER O O O O O O O O O O B-ORG I-ORG O O B-ORG O O O O O O O O B-MISC O O B-MISC O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O +O O B-PER I-PER O O O O O B-PER I-PER O B-LOC I-LOC O O O O O O O O O O B-ORG B-PER O O O O O O O O B-LOC B-MISC O B-PER I-PER O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O B-PER O O B-MISC O O O O O O O O O O O O O O O O O O O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O B-PER O O O O B-PER I-PER O O B-MISC O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-PER O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-PER O O O O O O O O O O B-MISC O O O O O O O O O B-PER O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-MISC O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-MISC O B-MISC O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O O B-ORG B-PER O O O O O O B-LOC I-LOC O B-LOC O O O O O O O O O O O B-LOC O O B-PER O O O O O O O O O O O O O O +O O B-LOC O B-LOC O O B-MISC O O O B-PER I-PER O B-LOC I-LOC O B-LOC O O O B-MISC O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-LOC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O B-PER O B-ORG I-ORG O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O B-ORG O B-PER I-PER O O O B-LOC O O O O O O O B-MISC O B-PER I-PER O O O O O O O B-LOC O O O O O O O B-PER I-PER O O O B-PER O O O O O O O O O O O O O O O O O O O B-MISC O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-ORG I-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O B-PER I-PER O O O O O O O O O O O O O O O O O B-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-LOC I-LOC B-ORG O O B-PER I-PER O B-PER I-PER O O B-PER I-PER O O O B-PER I-PER O B-PER I-PER O O B-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-LOC I-LOC O O O B-PER I-PER O B-PER I-PER O O +O O B-PER O O O O O O B-LOC B-ORG O B-MISC B-ORG B-PER O O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O +O O B-LOC O O B-MISC I-MISC O O O O O O B-LOC B-ORG O B-MISC I-MISC I-MISC B-PER I-PER O O B-PER O O O O O B-MISC I-MISC O B-PER O B-LOC O O O O O O O O O O O O O O O B-LOC O O O O O B-PER I-PER O O B-MISC I-MISC O O O O O O O O O O O O O O O O B-PER B-MISC O B-PER I-PER O O B-PER O O O O O O O O O O O O B-PER I-PER O B-PER I-PER O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-ORG O O O B-MISC O O O O O O O O O O O O B-PER I-PER I-PER O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O B-ORG O O O O O O O O O B-ORG O B-PER I-PER O O B-ORG O O O O O O B-LOC O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-PER I-PER O O O B-PER O O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O B-LOC O O O B-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O B-ORG I-ORG O O O O B-MISC B-PER O O O B-PER O O O O O B-PER I-PER I-PER O O O B-PER I-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O O +O O B-LOC O B-LOC O O O O O B-LOC I-LOC O B-LOC O B-LOC O O O O O O O O O O O O O O O O B-PER I-PER O O O O O B-PER I-PER O O O O O O O O +O O B-LOC O O B-LOC O O O O O B-PER I-PER O B-LOC O O B-LOC O O O O O B-MISC O O O O O O O O B-LOC O O O O O O B-MISC O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O B-MISC O B-PER I-PER I-PER O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O B-PER I-PER O O B-PER I-PER O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O B-PER I-PER I-PER O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O B-PER I-PER O O B-PER O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O B-ORG O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O O O O O O B-ORG I-ORG O O O O O B-ORG O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-PER I-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O O B-PER I-PER O O O B-PER I-PER O B-PER I-PER I-PER O O O B-PER I-PER I-PER O B-PER O O O B-LOC O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O B-PER I-PER O O O O O B-MISC O B-PER I-PER O O O O O O B-LOC O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-PER I-PER O O O B-PER I-PER O O O O O O O O O B-PER O O O O O B-PER O O O O B-PER O B-LOC O B-LOC O O +O O O O O B-MISC O O O O B-LOC O O O O O O O O B-MISC O O O O O O O O O O B-ORG O O O O O B-ORG O O B-PER I-PER O O O O O O O O B-PER O O O O O O O B-MISC O O O O B-LOC I-LOC O O O O O O O O B-MISC O O O O O O B-ORG I-ORG O B-ORG I-ORG O O -O O B-LOC O B-LOC O O B-MISC I-MISC O O O B-LOC I-LOC O B-LOC O B-LOC O O O O O O O O O I-MISC O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O O O O B-LOC O B-PER I-PER O O O O O O O O -O O B-LOC O O O B-LOC O O I-MISC O O O B-LOC I-LOC O B-LOC O B-LOC O O O O O I-MISC O B-MISC I-MISC O O O O O O O O B-PER O -B-MISC O B-PER O B-PER O O O O B-LOC I-LOC O O O O B-ORG O O O O O O O O B-PER I-PER O O O B-PER O O O B-MISC I-ORG I-MISC O O B-MISC I-MISC O B-MISC O O O O B-PER O O O O O O O O O O O B-MISC O O O O O O O O O O B-MISC O O O O O O B-MISC O O O O O O O B-MISC I-PER O O O O O B-MISC O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-LOC O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O -O O B-MISC O O O B-LOC O O O O O B-LOC I-LOC O O B-LOC O O O O B-LOC O O O O O O O O O O O O O O O B-LOC O B-PER I-PER I-PER O B-ORG O O O B-PER I-PER O O O O O O O B-LOC O B-PER O O O O B-PER I-PER O B-ORG O O -B-MISC O B-PER O B-PER I-PER O O O B-LOC I-LOC O B-MISC I-LOC I-LOC B-PER O O B-PER I-MISC O O O B-ORG O O B-PER I-PER O O O O O O B-MISC O O O O -O O O B-PER O O O O O B-LOC I-LOC O O O O B-MISC O O B-PER O O O O O O O O O O O O O O O O B-LOC O O O O O B-PER I-PER O B-ORG O O O B-ORG I-PER O O O B-PER I-PER O O B-PER I-PER O O O B-PER O O B-ORG I-LOC O O O O O O O B-PER I-PER O O O O O B-PER O B-PER I-PER O O O O B-LOC O B-PER I-PER O O O O O O O O O B-ORG O -O O B-ORG O O O O B-MISC I-MISC O O B-LOC I-LOC O B-MISC O O B-PER I-PER O O O O O O O O B-MISC I-MISC O B-LOC O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O I-ORG O O O O O O O O O I-ORG I-ORG O O O O B-PER O O O B-LOC O O O B-LOC O O O I-ORG I-ORG O O O O B-MISC O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O B-LOC O B-LOC O O O O B-MISC I-MISC O O -O O B-MISC I-MISC O O O O O B-LOC I-LOC O O O B-MISC I-MISC O O O O O O O O B-ORG O B-ORG I-ORG O O B-ORG I-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O O O O O O -O O B-LOC O B-LOC O B-PER O O O B-LOC O O B-LOC O O O O O O O O O B-MISC O O O O O O O O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O O O O B-LOC O B-PER I-PER O B-LOC O O O O O O -O O B-PER O O O B-ORG O O B-LOC I-LOC O O B-MISC O O B-PER I-PER O O O O O B-PER O O O O O O O O O O O O O B-MISC O O O B-PER O O O O O O O O O O B-PER I-PER O O O O O B-PER O O B-PER O O B-MISC O O O O O O O O B-MISC O O O O O O O O I-ORG O O O O O O O O B-PER O B-PER O O O B-PER I-PER O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O B-PER O O O B-PER O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O B-PER O O O O O O O O B-PER O O O O O B-PER O O O O O O O O O O O O O O B-PER O O O O B-PER O O O O B-MISC I-MISC O O O O O B-PER I-PER O O O O O O O O O O B-MISC O O I-ORG O O B-MISC O O B-LOC O O O B-LOC O B-PER I-PER O O O B-PER O O O O B-PER I-PER O O O O O O B-PER O O O O O O O O O O -B-ORG O O O O O O O B-LOC I-LOC O O O O O O B-MISC O O O O O O O O O O O B-PER O O I-ORG O B-ORG O O O O B-ORG I-ORG O O O O B-PER I-PER O O O O O B-LOC I-LOC O O O O O O I-LOC O B-PER O O O O B-MISC B-ORG O B-LOC O O O O B-ORG O O B-PER O B-MISC O O B-PER O B-PER I-PER I-LOC O O O O B-ORG O B-PER I-PER O O B-MISC O O O O O B-PER O O O O B-LOC O O B-PER O O B-MISC I-MISC B-PER O O O O O B-MISC I-MISC I-LOC I-PER O B-LOC O O O O B-MISC B-ORG O O B-PER I-PER I-PER O B-ORG O B-LOC O O O B-PER O B-PER O B-PER O O B-PER O B-PER I-PER O O B-PER O O O O O O B-ORG O O B-MISC I-ORG I-ORG O I-ORG I-LOC O B-LOC O O B-PER O B-ORG O O O O O B-PER O B-PER O O O B-LOC O B-PER O O O I-ORG O B-LOC O O B-PER O O B-PER O B-MISC O O B-PER I-PER B-ORG O O O B-ORG O O B-PER O O B-PER O O B-LOC O O O O O O O O I-ORG O O O O O O O O B-MISC O O O O O O O B-PER O B-PER I-PER O O O B-ORG I-ORG O O B-PER O O B-MISC I-MISC O B-ORG O O B-ORG O O B-PER O O B-LOC O O B-ORG I-ORG O B-PER O O O O O O O O O O O O B-MISC O O O O O O B-MISC O O O O O O O O B-PER O O O B-PER O B-PER I-PER O O B-PER I-PER O O O B-LOC O O B-ORG O O O O O O O O B-PER I-PER O O O O O B-ORG O O O O O O B-PER I-PER O O O B-MISC O O O O B-ORG O B-LOC O O O O O O O O O O O O O B-LOC O O O B-PER O B-PER O O O O B-PER I-PER O O O B-ORG I-ORG O O O O O O B-PER O B-PER I-PER I-PER I-PER O O O B-LOC I-LOC O O O O I-MISC O B-LOC I-PER O B-MISC O O O O O O O O B-PER O B-MISC I-PER I-PER O O O O O O O O O O O O O B-ORG I-ORG O O B-LOC I-LOC O O O O O B-MISC I-MISC I-MISC O B-MISC I-MISC O B-PER I-PER O O O B-PER O O O O B-LOC O O O O O O O O O O O O O O O B-MISC O O O B-MISC I-PER O O B-MISC O I-MISC O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O B-PER O O I-MISC I-ORG I-LOC O B-LOC I-LOC O O O O O O O O O B-LOC I-LOC O B-PER O O B-PER O O B-LOC I-LOC O B-LOC O B-PER I-PER O O O O O O O B-LOC O O B-LOC O O B-PER O O O O O O O O O O B-MISC O O B-PER O B-PER I-PER I-PER B-PER I-PER O B-LOC O B-ORG O O O O O B-PER O I-MISC B-ORG O O O O O O O B-PER I-PER I-MISC O O O O B-LOC O O O O O O O O O O O O O O O O O B-MISC O O B-LOC O B-LOC O B-LOC O B-PER O B-LOC O B-LOC O O O O O O O B-MISC I-MISC O O O O O O O O O B-ORG O B-PER O O O O O O O O B-LOC I-LOC O O B-LOC O O O O B-ORG I-ORG O O B-LOC I-LOC O O O O O O O -O B-MISC O O O O B-LOC I-LOC O O O B-MISC O O O O O O O O O O O O O O B-MISC O O O O B-MISC O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O B-LOC O B-ORG I-ORG O O O O O O O B-LOC I-LOC I-ORG O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O B-ORG O O O B-ORG I-ORG O O B-PER I-ORG I-ORG I-ORG O O B-PER O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O B-LOC O O O O O O O B-LOC O O O O O O O O O O O B-PER O O O O O O O O O O O O -B-MISC O O O O O O O B-LOC O B-LOC I-LOC O B-MISC O I-ORG O B-PER I-PER O O O O O O O O O O B-MISC O O B-PER O O O O O O O O O O O O O B-LOC O O B-PER O O O O O O B-MISC O O O B-MISC O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-MISC O O O O O O B-PER O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O B-PER I-PER O O B-PER I-LOC O O B-MISC O B-MISC O O O O O B-MISC O O O O O O O O O B-PER O O O O O O B-MISC O O O O O O O O O O O B-LOC O O O O B-LOC I-LOC O O O O -B-LOC I-LOC B-LOC O O B-LOC O O O B-LOC I-LOC O B-LOC O O B-PER I-PER O O O O O O B-MISC O O B-LOC O O O O O O O O O O O O O O O B-MISC O O O O O O O B-MISC O O O O B-PER O O O O O O O O O B-ORG O O O O B-MISC O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-LOC O O O O O O O O B-MISC I-MISC O O I-MISC I-ORG I-ORG O O B-PER I-PER O O B-MISC I-MISC O O O O B-MISC I-ORG O O O O O O O B-LOC O B-MISC O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O -O B-MISC O O O O O B-LOC I-LOC O O B-MISC O O O O O O O O O I-ORG O O O O B-LOC O O B-MISC O O O O O O O O O O O O O O O O O O B-MISC O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O B-LOC O B-LOC O O B-ORG O O O O O O O O O O O B-LOC O O B-LOC O B-LOC O O O O O O O O O B-LOC O O O B-MISC O O B-LOC O O O O O O O O O O O O O O B-LOC O O O O O O O O O O B-MISC O O O O O O O B-MISC O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O -O I-ORG O B-MISC O O B-MISC B-LOC O O B-LOC I-LOC O O B-MISC O O O O O O O O O O O O B-MISC O O O O O O O B-MISC O O B-LOC O O B-LOC O O O O O O O B-ORG I-ORG I-ORG O B-MISC O O O O O O B-MISC I-MISC O B-ORG O O O O O O O O O B-LOC O O O O O O B-MISC I-LOC O O B-LOC B-LOC O O O O B-LOC O B-LOC O O B-MISC I-PER O B-MISC O O O O O O O O O B-LOC O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O B-LOC O O O O O O O O O O O O O B-MISC O O O O O O O O B-PER I-PER O O O O B-LOC I-ORG O O O O O O O O B-LOC O O O O O O O O O B-MISC O O O O B-LOC O O O O O B-LOC O B-LOC O O O O O B-PER O O O B-PER O B-LOC O O O O O O O B-LOC O O O O O O O O O B-MISC I-MISC O O O O O O O -O O O B-LOC O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O B-LOC O O O O B-MISC O O O O O O O O O B-PER O O B-MISC I-ORG I-ORG O B-ORG O O O O I-PER O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-LOC O O O O B-PER O O O O O O B-LOC I-LOC O O O O O O O -B-MISC I-ORG I-ORG I-ORG O O O O B-LOC I-LOC O O O B-MISC I-MISC O O O O O O O B-LOC O B-ORG O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O I-ORG O O B-ORG O O O B-PER O O B-ORG O O O O O O B-ORG O O O O O O B-ORG I-ORG O O B-ORG O O O B-ORG O O O O O O O B-ORG O O O B-ORG O O B-ORG I-ORG O O B-PER O O -B-LOC I-MISC I-MISC O O O O O O B-LOC I-LOC I-LOC O B-MISC I-MISC O B-PER O O B-PER O O O O O O O O B-PER O B-MISC O O O B-LOC O O O O O O O O O O O O O B-MISC I-MISC O O O O B-LOC I-ORG I-ORG O O O O O O B-LOC I-LOC O B-PER O O O O O O O O O O O O O B-PER O O O O O O O B-PER O O O O O O O O O O O B-ORG O O O O O B-PER O B-ORG I-ORG I-ORG I-LOC O O O O I-PER O O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-PER I-PER O O O O O B-PER I-PER O O B-MISC I-MISC I-MISC O O O B-PER O B-PER O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-MISC O O B-PER O B-LOC I-LOC O B-LOC O O O O O O O O O O B-ORG O O O O O O B-MISC O B-MISC O B-MISC O O O O O O O O B-MISC O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O B-PER O O B-PER O O -B-MISC O O O O O O O O O B-LOC I-LOC O O B-MISC O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O I-ORG I-MISC O I-ORG I-ORG I-ORG I-ORG O B-ORG O B-ORG O B-ORG I-ORG O O O O O O O B-MISC O O O O O O O O O O O O B-LOC O O O O B-MISC O O O O O O O B-PER O O I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-PER I-PER O O O O O O O B-PER O B-MISC O O O B-MISC O O O O O O B-LOC O O B-ORG O O O O B-MISC O O O O O O O O O O O O O O O B-MISC O O O O O O I-MISC O O O B-LOC O O O O O O O O O O O O B-LOC O B-LOC O O O O I-LOC O O O O O O B-MISC O O B-PER I-PER I-PER O O O O O O O O B-LOC O O O O B-MISC O B-MISC O O O O O O O O O O O O O O O O B-MISC O O B-LOC O O O O O O O O O O B-MISC O O O B-PER O O O O B-ORG I-ORG I-ORG I-ORG O O B-PER O O O O O O O O O O O B-MISC O O O O O O O O O O O O O B-MISC O B-MISC I-MISC O O B-LOC O O O O B-LOC O O O O O O O O B-PER O O O O O B-LOC I-LOC O O O O O O B-MISC O O -B-ORG O B-MISC O O O O O O B-LOC O B-LOC I-LOC O B-ORG O O O O O O O O O O B-MISC O O O O O B-LOC O B-LOC O B-MISC O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O B-LOC O O B-ORG O B-PER I-PER I-PER O O B-LOC O O B-PER O O B-ORG O O O O O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O B-LOC O O B-MISC O O B-MISC I-MISC O O O O B-MISC O O O O O O O B-MISC O B-MISC O O B-MISC I-MISC O O O O O O O B-MISC O O O B-LOC O O O O O O O O O O O O O O O B-MISC O B-MISC O O O O O O O O O O O O O B-ORG I-ORG O O B-LOC O O O O O B-MISC O B-MISC O O B-ORG O O O O O O O B-ORG O O O O O -B-MISC B-ORG O O O O O O O B-LOC I-LOC O B-LOC O B-LOC I-LOC O O O B-PER I-PER B-ORG O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O B-LOC O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O B-MISC O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-MISC I-MISC O B-PER I-PER O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-LOC O O O O B-PER O O O O O O O O O B-LOC B-MISC O O O O O O O O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-PER I-PER O O B-PER I-PER O O O O O B-PER O O O O O I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-PER O O B-PER O O O B-MISC B-PER O B-LOC O B-LOC O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O B-ORG O O B-MISC O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O I-PER I-PER O O O O O O O O O O O O B-PER O O O B-PER O O O O B-PER O O O O O O O O O B-PER O O O O O O O B-MISC I-MISC O O B-PER I-PER O O B-PER I-PER O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O B-MISC O O O O B-MISC B-MISC I-MISC O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-LOC O O O O O O O O O -B-MISC O O O O B-MISC I-MISC O O O O O B-LOC I-LOC O O B-MISC O O O B-MISC I-MISC B-ORG B-MISC O B-LOC O O O O B-LOC O B-PER O B-PER O B-MISC O O O O B-ORG I-ORG O B-PER I-PER O O O O O O B-PER I-PER O O O O O B-PER I-PER O B-ORG O O O O O O B-MISC O B-PER I-PER O O O O O O O O O O O O O B-ORG O O B-PER O O O O O O O O B-ORG O O O O B-ORG O O O O O B-LOC O O O O O O O O B-LOC I-ORG I-ORG O O O O O O O O B-MISC O O O B-PER I-PER O O O O O B-ORG O B-PER O O O O O O O O O O B-LOC I-ORG I-ORG O O O O O O O O O O O O O O O B-PER O B-MISC O O B-ORG O O O O O O O O B-ORG O B-MISC O B-PER I-PER O O O O O O O O O B-LOC O O O O B-ORG O O O B-PER O B-MISC O O O O O O O B-LOC O O O O O O O O O O B-PER O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O B-PER I-PER O O B-LOC O I-MISC O O O O O O O B-MISC O O O O O O O O B-PER I-PER O O O O O O O O B-PER O O O O B-ORG O O O O O O O O I-MISC O O O O O O B-MISC O O O B-LOC O O O O O O B-ORG O O O B-PER O O O O O O O O O O O O O O O O O O B-PER O B-PER O O O O O B-MISC B-ORG O O B-MISC O O B-LOC I-LOC O O O O O O O O O O B-MISC O O O O B-PER O O O O O B-PER O O B-PER O O O O O B-PER O O O O O O B-PER O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O O O O -O B-MISC O O O O O O O B-LOC I-LOC O O B-MISC O O O O O O O O O O O O O O O B-LOC O B-ORG O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O -B-MISC O B-PER I-PER I-PER O O O O O B-LOC I-LOC O O O B-LOC O O O O O B-PER I-PER I-PER O O O O I-LOC I-ORG O O O O O B-PER O O O O O B-PER O O B-PER O O B-PER I-PER O O O O O O O O O O O B-MISC O O O B-PER I-PER O O O O O B-MISC O O O O O O O B-PER O O O O O O O O O I-LOC I-LOC I-LOC O B-PER O B-PER I-PER O O O B-ORG O O B-PER I-PER O O O O O O O B-MISC I-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O B-ORG I-ORG O O B-PER O O O O B-MISC O O O O O O O O O O O I-ORG O O O B-PER O O O O O O O O O O O O O B-PER O O O O O B-PER I-MISC O O B-PER O O B-ORG I-ORG O O B-LOC O O O O B-LOC O O O O O O O O O O O B-PER O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O B-PER O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O -B-ORG O B-PER O O B-LOC O O B-LOC I-LOC O O B-LOC O O O B-LOC I-ORG O B-PER I-PER O O O B-LOC O O O O O O O I-ORG O O B-MISC O O O O O O B-MISC I-MISC O O O B-PER O O O O B-PER I-PER I-PER O O O O O O O O O O O B-MISC O O O B-LOC O O B-MISC O O O B-LOC O O O O O O O O O O O O O O O O B-LOC I-LOC O B-LOC O O O O O O B-PER O O O O B-LOC O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-PER O O O B-MISC I-MISC O O O O O O B-LOC O O O O O O O B-MISC O B-PER O O -B-MISC O O O B-LOC O O O O O B-LOC I-LOC O O O O O B-PER O O O O B-MISC O O O B-MISC O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-PER O O O O O O O O O O O O B-LOC O O O O O O O O O O I-ORG O O B-PER I-PER O O O O O B-LOC O O O I-ORG I-ORG I-ORG O O O B-MISC O O B-MISC O O O B-MISC I-PER O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O I-ORG I-ORG O B-ORG O O B-PER O O O O O B-MISC I-MISC O O O O O O O O O O O O -B-LOC O O O O O O O O O B-LOC I-LOC O O O O O O B-ORG I-ORG O B-LOC O B-ORG O B-PER O B-PER O I-ORG O O O B-PER I-PER O O B-MISC O O O O O I-ORG O O O O O O B-PER I-PER O O O O O B-ORG I-ORG O B-ORG I-ORG I-ORG B-LOC O O B-PER O O O O O O O O O O B-ORG O O I-ORG O O O O O O O O O O O O O O O O O O B-ORG O O O B-ORG I-ORG O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O B-PER I-PER I-PER O O B-PER O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O I-PER O O O B-PER O O B-LOC O O O O O O O O O O B-LOC O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-PER O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-PER O O O O B-MISC B-LOC I-LOC O B-LOC O O I-ORG O O O O O O O O O O O O O O O O B-MISC O B-PER O B-PER O O B-PER O O O O O O O O O O O O B-PER O B-ORG O O O O O O B-PER O O B-PER O O O O B-MISC O O O O O O O O O O B-PER O O O O O O O B-PER O O O O B-PER I-PER O O O O O O O O O O O O B-PER O O O -B-LOC O B-LOC O B-LOC O O O O O O B-LOC I-LOC O B-LOC O B-PER I-PER O O O B-MISC O B-PER I-PER O B-LOC I-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O B-MISC O O O O O O O B-MISC O O O O B-PER O O B-MISC O B-PER I-MISC O O O O B-PER O B-ORG I-ORG O O O O O O O O O O O O O O O O O O B-LOC O O O O O O B-LOC O O O O O O B-MISC O O O O O O O O O O O O O I-MISC O O O O O B-LOC O O B-PER O O O O O O O O O B-PER O O O O B-PER I-PER O B-LOC O B-LOC O O O O O O O O O B-PER O O O O B-ORG I-LOC O O O O O O O O -B-LOC O B-PER I-PER O O O O O O O B-LOC I-PER O B-LOC I-LOC O B-LOC O O O B-PER I-PER I-PER I-PER O O O O O O O O O O O B-PER O O O O O O B-PER O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-MISC O O O O O O O O B-PER O O O O O B-PER I-PER O O O O B-LOC I-LOC O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-PER I-PER O B-MISC I-MISC I-MISC I-MISC O B-ORG O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O B-MISC O B-PER O O O O O O O O O O O B-PER I-PER O O O B-PER O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O B-PER O O O B-LOC O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O B-PER I-PER O O B-PER O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O B-ORG I-ORG O O B-MISC O O O O O O O O O O O O O O B-PER O O O B-PER I-PER O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O B-PER I-PER I-PER O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O O O O O O O O B-MISC O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-PER I-PER O O O B-PER I-PER O O O O O O O O B-ORG O O O O O O O O B-LOC O O O O O O O O O O O B-LOC I-PER O B-LOC O B-ORG O O O O O B-PER I-PER O B-MISC I-PER I-PER O O O O O O O O B-LOC O O B-PER I-PER O O O O O O B-MISC O O O O O O O O O O O O O B-ORG O O O O O O O O B-MISC O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O -B-MISC O O B-LOC I-LOC O O O B-LOC I-LOC O O B-MISC I-MISC I-ORG O O B-LOC I-LOC O I-LOC O O O O O O B-PER O O B-LOC I-LOC O B-LOC B-LOC O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O B-PER O O O O O B-LOC O O O O O B-PER I-PER I-ORG O O O O B-MISC I-MISC O O O O O B-LOC O O O O O O O O O B-MISC O B-PER O B-ORG O O O O O B-LOC O O B-LOC O O O O B-PER O B-PER I-PER O O O O O O O O O O O O O -B-PER I-ORG O B-LOC I-LOC O O O O O O B-LOC I-LOC O B-LOC I-LOC O O O O B-LOC I-LOC O O O O O O O O O O O O O B-MISC O O B-LOC O B-ORG I-ORG O O O O B-PER I-MISC O O O O B-PER I-PER O O I-LOC O O O O O O O B-PER I-MISC I-ORG I-ORG O B-PER I-PER O O O O O O O O B-PER O B-PER I-PER O O B-PER O B-PER O O B-PER O O O B-MISC I-PER O O O O O O O O O O O B-ORG I-MISC I-MISC I-ORG O O B-PER O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O I-MISC I-ORG O O O O O O O O O O B-PER I-PER O O O B-MISC I-MISC O O O O O O O O O O O B-LOC O O O O O O B-PER O O B-ORG O O B-ORG I-ORG O O O O O O O O O O O B-MISC I-LOC O O B-PER I-PER I-PER B-PER O O B-MISC I-MISC O O O B-MISC O O O O O O O O O O O O -B-MISC O O O O O O B-LOC I-LOC O B-MISC O O O O O B-MISC I-PER O O B-LOC I-MISC O O B-ORG I-ORG I-ORG B-LOC O O O O O O O B-LOC O O O O O O O B-LOC O O B-ORG O O O B-PER O O O O O O O O O B-MISC O B-PER I-PER I-PER O O O O O O O O O O O B-LOC I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-MISC O O B-LOC O O O O O O O O O O O O O O O O O B-PER O O O B-PER O O O O O O O O O O O O O B-PER O O O O O O O O O O B-LOC O O O O O I-MISC O O O O O O B-PER O O O O O O O O O O B-LOC O O O O O O O O O O B-PER O I-MISC O O O O O O O O O O B-PER O B-ORG O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-PER O O O O O O O O O O O O O B-PER I-PER O O O B-LOC O B-LOC I-ORG O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O -B-LOC O B-ORG O B-PER I-PER O O B-LOC I-LOC O B-MISC O O O O B-ORG I-PER O O I-ORG I-ORG O O B-ORG I-ORG O B-LOC O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-PER O B-LOC O O O O O B-PER O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-LOC O O O O O O O O O O B-PER O I-MISC O O O O O O O O O O B-PER O B-ORG O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-PER O O O O O O O O O O O O I-LOC O B-PER I-PER O O O B-LOC O B-PER I-ORG O O O O O O O O O O O O O -B-LOC I-LOC I-LOC O O B-MISC O O B-LOC I-LOC I-LOC O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O B-MISC O O O B-ORG O O O O O O O O O O O B-PER O O O O O I-MISC O O B-PER I-PER O O O I-ORG O B-PER O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-MISC O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER O O O B-MISC O O -B-LOC O O O B-MISC O B-ORG O O B-LOC I-LOC O O B-MISC O O O O O O O O O B-ORG O O O O O O O O O B-ORG I-ORG O O O O O O O B-LOC O O O O O O O B-LOC O O O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-MISC I-MISC B-ORG O O O O O O O O O O O O O O O B-PER I-PER O O O O B-MISC I-MISC B-PER O O O O O O O O O B-ORG I-ORG I-ORG O O O O B-ORG O O B-PER O O O O O B-PER O O O O O O O O O O B-PER I-PER O O O B-MISC O O O O O O O O O O O O O O O -B-MISC I-MISC O B-MISC O O B-ORG I-ORG O O B-LOC I-LOC O B-MISC O O O O B-MISC I-MISC B-LOC O O B-MISC O O O O O B-LOC O O O O O B-MISC I-MISC O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-PER I-PER O O I-LOC I-ORG I-ORG O B-ORG O O B-ORG O O O B-LOC O O B-PER O O O O O O O O O O O B-MISC O O O B-LOC O O O B-ORG O O O O B-PER O O O O O O B-MISC O O O O B-MISC O B-LOC O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-ORG O O B-LOC O O B-ORG O O O B-MISC I-PER O O O O O O O O O O O O B-MISC I-ORG O B-LOC O O O O O O B-LOC O B-PER I-PER O O O B-MISC O B-LOC I-LOC O O B-MISC I-MISC O O O O B-MISC O O O O B-ORG O O O O B-ORG I-ORG I-ORG I-ORG O O O O O B-PER O O O O O O O O O B-LOC O O O B-ORG O O B-ORG O B-PER O B-LOC O O B-ORG B-LOC O O O B-MISC I-MISC O O O O O B-MISC I-MISC O O B-MISC O O O O B-LOC O O O O O B-MISC O B-LOC O O -O O O O O O B-LOC O O B-LOC I-LOC O O O O O O O O B-LOC O O O O O O B-LOC I-LOC O O O O O B-MISC O O O B-LOC O O O B-MISC O O O O O O O O I-MISC O O O O O B-LOC O B-LOC O B-LOC O B-LOC O O B-LOC I-LOC O O O O O O O O B-MISC O O B-LOC O O O O O O B-ORG O O O B-LOC O B-LOC O O O O O O O O O O O O B-LOC O O O O O O B-MISC O O O O O O O O B-LOC O O O O O O O O O B-MISC O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O B-ORG O O O O O O I-ORG O O O O O O O O B-MISC O O O O O O O B-LOC I-LOC O O O B-MISC B-MISC O O O O O O B-MISC O B-MISC B-LOC O O O O B-MISC O O O O O O O O O O O B-MISC O O B-PER O O I-ORG I-ORG O O O O O O O O O B-LOC O O O O O -B-MISC O B-MISC O B-ORG O O O B-LOC I-LOC O B-LOC I-ORG I-ORG O B-ORG O O B-PER I-PER O O O O O O O B-MISC O B-PER O O O O O O O B-MISC O O O O B-LOC O O O B-ORG O O B-LOC O O O O O O O O O O B-MISC O O O O O O O O B-LOC O O O O O O O B-ORG O O B-LOC O O B-LOC O O O O O O O O O O O O O B-ORG O O -O B-PER O O B-LOC O O O B-LOC I-LOC O O O O O O O B-MISC O O O B-MISC O O O O O O O O O O O O O B-LOC O O O O O O O O B-LOC O O B-MISC O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O -B-LOC O B-LOC O B-LOC I-LOC B-ORG O O O O B-LOC I-LOC O B-LOC O O O O B-PER I-PER O O O B-MISC O O O O O B-LOC O O B-MISC O O B-PER I-PER O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-PER O O O O O O O O O O O B-PER I-ORG O B-LOC O O B-MISC I-ORG O O B-MISC O O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O B-LOC O B-LOC O O O O O O O O O O O B-LOC O O O O O B-MISC I-MISC O B-LOC O O O O O O B-MISC O B-LOC O O B-PER I-PER O O O B-PER O O O O O O O B-LOC O B-PER O O O O B-LOC O O O O B-PER O O O O O O O O O O I-ORG O O O B-PER O O O O O B-PER O O B-MISC O O O O O O O O O O O O O O O O O B-MISC O O O B-PER O O O B-ORG O O O O O O O O O O O O B-LOC O B-PER O B-MISC O O O O O B-LOC O O O B-ORG O O O -B-ORG O O O B-MISC O O O B-MISC O O B-LOC I-LOC O B-LOC I-LOC O O O O O O O O B-LOC O O B-LOC O O O B-MISC O O O O O O O O B-MISC O O O O O O O O B-ORG O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O B-MISC O O O B-ORG O O O B-ORG O O -O O O B-LOC O O O O O B-LOC I-LOC O O O O O O O O B-MISC O O O O O B-ORG O O O O O O O O O O O O O O B-ORG I-ORG O O O B-LOC O O B-LOC O O B-MISC O I-MISC O O B-LOC O O O O B-MISC O O O O B-LOC O O O O O O O O O B-ORG O O O O B-ORG I-ORG O O O O O B-LOC O O B-ORG I-ORG O O O O O O B-PER I-PER O O B-LOC O O O B-PER I-PER I-PER I-PER O O B-ORG I-ORG O O O O O O O O B-PER O O O -B-MISC O B-LOC O O O O O B-PER O O B-LOC I-LOC O B-LOC O B-PER O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O B-PER O O I-ORG O O O O O O O O O O O O O O O O B-LOC O O O B-MISC O O O B-LOC O B-ORG I-ORG I-ORG O O O O O O B-PER O O O O O O O O O O O O O O O I-ORG O O O O B-PER O B-LOC O O O O O O O O O O I-LOC O I-ORG O O O O I-MISC O B-PER O O O O O O O O O O B-MISC I-PER O O B-MISC I-MISC O O O B-LOC I-MISC O O B-MISC O O B-PER O O O O O B-LOC O B-LOC O O B-LOC O O O O I-ORG O O B-ORG I-ORG I-ORG O O B-PER O O O O O O O B-PER I-PER O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O B-PER O O O O O O O O O O O O O O B-MISC O O O B-PER O O O O O O O O O O O O O O O B-PER O B-PER I-PER O O O O O O O O B-PER I-PER O O I-LOC O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-PER O O O O O B-ORG O O O O O O O O O -O O O B-ORG I-MISC I-LOC I-LOC O B-LOC O O B-LOC O B-LOC O O B-PER O O O O O O O O I-MISC B-ORG O B-MISC I-PER O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-ORG O I-ORG O O O O O B-ORG I-ORG O O O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-PER O O O O O O O O -B-ORG O O O O O B-LOC I-ORG O O O B-LOC I-LOC O O O B-MISC O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O B-MISC O O B-ORG O O O -B-LOC O O O O B-LOC I-LOC I-LOC O O O B-PER I-PER O B-LOC I-LOC O O O O B-LOC O O O O O O O O O O O B-PER I-PER O O O O B-LOC O O B-MISC O O I-ORG O B-LOC O B-LOC I-LOC O O O O O O O O O O O O O O O O B-PER I-PER O O O O O B-LOC O O O O O O O O O B-MISC O O O O O O O B-PER O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O I-ORG I-ORG I-ORG O O B-PER O O O O O O O B-PER O O O O O O B-LOC O O O O O B-PER O B-PER I-PER O O O O O O O O B-PER O O O O O B-PER O O O O O O B-LOC O O O B-LOC O O O O O O O B-PER O O O O B-MISC O O B-MISC I-LOC O O B-LOC O O O O O O O O B-PER O O O B-PER O O O O O O B-LOC O B-PER O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-LOC I-ORG O O O O O O B-PER I-PER O O O O O B-LOC O O O O O O B-PER O B-MISC O O O O O O B-LOC O O O O O O O O B-MISC O O B-LOC O O O O B-LOC O O O O O O O B-LOC O O O O O B-LOC O O O B-LOC O O O O B-LOC O O O O B-LOC O O O B-MISC O O O O O O B-PER B-LOC O O O O O O O O O O O O O O O O B-MISC O B-LOC O B-PER O O O O O O O O B-PER O B-PER O O O O O B-PER O O O O O B-PER O B-PER I-PER O O O B-PER O O O O O O B-LOC O O O B-LOC I-LOC O O O O O O B-PER O O O O B-MISC O O O O O O O O O O O O O O B-ORG I-ORG O O O O O B-MISC I-LOC O O I-LOC O B-ORG O O B-LOC O O O O B-LOC I-LOC O B-MISC B-LOC O O O O O O I-MISC O O O O O B-ORG O O O O O O B-LOC I-LOC I-LOC O O O O B-PER I-PER O O O O O O O O O O O O O O O B-LOC O O O B-MISC O O O O O O O -O O B-MISC O O B-MISC O O B-LOC I-LOC O O B-MISC O O O O O O O O O O O O O O O O O O O O B-PER O B-ORG O O O O O O O O B-PER O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-PER I-PER O O O O O O O O O O O O O B-MISC O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O B-LOC O O O O O O O -B-LOC O O O O O O O O B-LOC I-LOC O O O O O O O B-LOC O B-LOC O O O O O O O B-MISC O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-ORG I-ORG O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O B-LOC O O O O O O O O O O O O O B-MISC O O O B-MISC I-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-LOC O O O B-MISC O O O O O O O O O O O O O O O O O B-MISC O O O O O O O -B-LOC O O B-MISC O O O O B-LOC O O B-LOC I-LOC O B-MISC O O O O O O O O B-MISC O O O B-LOC O O O O O O O O O O B-LOC O O I-ORG O O O O O O O O O O O O O O O O O O B-MISC I-LOC O O O B-MISC O O O O O O B-PER I-PER O O O B-MISC O O O B-MISC O O B-PER O O O O O O O O O O O O O O O O O O I-MISC O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-LOC O O O O B-MISC O O O B-PER O O O O B-LOC O O O O O O O B-PER I-ORG O B-MISC O O O B-PER I-ORG I-ORG I-ORG O O O O O O B-LOC O O O B-PER O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-MISC O B-PER I-PER O O B-PER O O I-PER O O O B-LOC O O O O O O O O O B-MISC O O B-MISC O O O O O O B-MISC O O O B-LOC O O O O O B-LOC O O B-LOC O O B-PER O O O O O O O O B-LOC O O O O O O O O B-PER O O O O O O B-LOC O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-MISC O O O O B-LOC O O O B-PER I-PER O O O O O O B-MISC O O O B-LOC O O O O O O B-ORG B-MISC O O B-PER I-PER O O I-ORG O O O O O O O -B-LOC O B-PER O B-LOC O B-ORG O O B-LOC I-LOC O B-MISC O O B-PER I-PER O O O O B-MISC O B-PER I-PER O O O I-ORG O B-LOC O O B-ORG O O O B-PER O O B-LOC O O O O O O O O O O O B-LOC O O O B-LOC O B-PER I-PER O O O B-LOC O I-LOC I-LOC O O B-MISC I-MISC I-MISC O O O O O B-PER O O O O O B-PER O O O B-PER O I-MISC O O O O O O I-MISC O O O O O O O B-LOC O O O O I-LOC O O O O O O I-ORG O O O O O O O O O O O O O O O B-PER O O O O O O O O B-PER O O O O O O B-ORG O O O B-PER O O O O O O B-LOC O O O O O B-ORG I-ORG I-ORG O O B-PER O O O O B-MISC O B-PER I-PER O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-LOC O O O O O O B-MISC O O O O O O O O O O O O O B-LOC O O O O O O O B-MISC O B-MISC O O O O O O O O O O -B-ORG O O O O O B-LOC O O B-LOC I-LOC O O B-LOC I-LOC O B-LOC O O O O O O O O O O O O O O B-LOC O O O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O B-MISC I-MISC O O O B-MISC O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O B-LOC O O B-LOC O O -O O O O O B-LOC O O B-LOC I-LOC O O O O O O O O B-MISC O O O O O O O O O B-LOC O O O O O O O O O O O O B-MISC O O B-LOC O B-ORG O O O O O O B-LOC O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O B-LOC O O B-MISC O B-LOC O B-PER I-LOC O O O -O I-MISC O O O O O B-LOC O O B-LOC I-LOC O B-MISC O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-ORG O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-PER I-PER O O O O O B-PER O O O O O B-LOC O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O B-LOC O O O O O O O -O B-PER O O O B-LOC I-MISC O O B-PER I-PER O B-LOC O B-LOC I-LOC O B-PER O B-PER I-PER O O O O O O O O O O O O B-PER I-PER O O O O B-PER O O B-MISC O O O B-MISC O O O O B-LOC O O O O O O O B-PER I-PER I-PER O B-PER I-PER O B-PER I-PER B-ORG I-ORG I-ORG I-PER O O B-MISC I-ORG I-ORG O O O B-ORG O O O B-MISC O O B-LOC O B-PER O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O B-LOC O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-MISC O O B-MISC O O B-ORG O O I-LOC I-ORG I-ORG O O O B-LOC O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O B-MISC I-PER O O I-LOC O O B-PER O O O O O O O O O O O O O B-PER O O B-PER O O I-ORG O O O O O B-PER I-PER O B-LOC O B-PER I-PER O B-LOC O O B-LOC O O O O B-PER O O O O B-MISC O B-PER O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-ORG I-ORG I-ORG O O O O O B-MISC O O O O O O O O B-PER I-MISC O O O B-PER I-PER O O O B-LOC O O O O B-PER I-PER I-PER I-PER I-PER O B-PER O B-ORG O O O O O O B-ORG O B-PER I-LOC O O O B-ORG O O O O O O O O O B-ORG O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-ORG O O O O B-LOC O O O O O B-PER O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-LOC O O O O O O B-LOC O O O O O O B-LOC O O O O O O O B-LOC O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O B-LOC O O O O O O B-MISC I-ORG I-MISC O O O O O O O O O O O B-LOC O B-LOC O O O O O O O +O O B-LOC O B-LOC O O B-MISC I-MISC O O O B-LOC I-LOC O B-LOC O B-LOC O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O O O O B-LOC O B-PER I-PER O O O O O O O O +O O B-LOC O O O B-LOC O O B-MISC O O O B-LOC B-PER O B-LOC O B-LOC O O O O B-MISC I-MISC O B-MISC B-ORG O O O O O O O O O O +O O O O B-ORG O O O O B-LOC I-LOC O O O O O O O O O O O O O O B-PER O O O O O O O B-MISC B-PER I-PER O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O O B-MISC O O O B-LOC O O O O O B-LOC O O O B-LOC O O O O B-LOC O O O O O O O O O O O O O O O B-LOC O B-PER I-PER I-PER O O O O O B-PER I-PER O O O O O O O B-LOC O B-PER O O O O B-PER I-PER O O O O +O O B-ORG O O O O O O B-LOC I-LOC O B-MISC B-PER I-PER I-PER O O O B-PER O O O O O O B-PER I-PER O O O O O O O O O O O +O O O O O O O O O B-LOC I-LOC O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O B-ORG O O O B-PER I-PER O O O B-ORG O O O B-PER I-PER O O O B-ORG I-ORG O B-PER I-PER O O O O O O O B-PER O O O O O O B-PER O B-PER I-PER O O O O B-LOC O B-PER I-PER O O O O O O O O O O O +O O B-PER O O O O B-MISC I-MISC O O B-LOC I-LOC O B-MISC O O B-PER I-PER O O O O O O O O O B-MISC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O B-PER O O O B-LOC O O O B-LOC O O O O O O O O O B-MISC O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O B-LOC O B-LOC O O O O B-MISC I-MISC O O +O O B-MISC I-MISC O O O O O B-LOC B-PER O O O B-MISC I-MISC O O O O O O O O B-ORG O B-ORG I-ORG O O B-ORG I-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O O O O O O +O O B-LOC O B-LOC O O O O O B-LOC O O B-LOC O O O O O O O O O B-MISC O O O O O O O O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O O O O B-LOC O B-PER I-PER O B-ORG O O O O O O +O O O O O O O O O B-LOC O O O B-MISC O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O B-PER O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-MISC I-MISC O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O +B-ORG O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O B-ORG O O B-ORG B-PER O O O O O B-ORG O O O O O B-PER I-PER O O O O O B-LOC I-LOC O O O O O O O O O O O O O B-MISC O O B-LOC O O O O O O O O O B-MISC O O O O B-ORG I-ORG I-ORG O O O O O O O B-PER O O B-MISC O O O O O O O O O O B-ORG O O O O O O O O O O O O O B-MISC I-MISC I-MISC B-PER O B-LOC O O O O B-MISC O O O B-PER O O O B-ORG O B-LOC O O O O O O O B-LOC O O B-PER O B-MISC O O O B-PER O O O O O O B-ORG O O O O O O O B-LOC O B-LOC O O B-PER O B-LOC O O O O O B-PER O B-LOC O O O B-LOC O B-PER O O O O O B-LOC O O O O O O O B-MISC O O B-PER I-PER O O O O O O O B-PER O O B-PER O O B-ORG O O O O O O O O O O O O O O O O O O B-MISC O O O O O O B-PER O B-PER I-PER O O O B-ORG B-PER O O B-PER O O B-MISC O O B-LOC O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O B-PER O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O B-MISC O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-PER O B-ORG O O O O O B-PER O O O B-PER O O O O O O O O O B-PER I-PER I-PER I-PER O O O B-LOC O O O O O O O O B-ORG O B-ORG O O O O O O O O B-PER O B-MISC O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O B-MISC I-MISC I-MISC O B-MISC O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O B-MISC O O O B-PER I-PER O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O B-LOC I-LOC O O O O O O O O O B-MISC B-LOC O O O O O O O B-LOC I-LOC O B-LOC O B-ORG B-LOC O O O O O O O B-LOC O O B-LOC O O O O O O O O O O O O O O O O O O B-MISC B-PER B-PER I-PER O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O B-LOC O O O O B-LOC O O O O O O O O O O O O O O O O O B-MISC O O B-LOC O B-LOC O B-LOC O O O B-LOC O B-LOC O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-LOC O O O O B-MISC O O O B-ORG B-LOC O O O O O O O +O B-MISC O O O O B-LOC O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O +B-MISC O O O O O O O B-LOC O B-LOC O O B-MISC O B-ORG O B-PER I-PER O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O B-LOC O O B-PER O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O B-LOC O O B-MISC O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O B-LOC O B-ORG O O O B-MISC O O O O +B-LOC O B-LOC O O B-LOC O O O B-LOC O O B-LOC O O O B-MISC O O O O O O B-MISC O O B-LOC O O O O O O O O O O O O O O O B-MISC O O O O O O O B-MISC O O O O O O O O O O O O O O B-ORG O O O O B-MISC O O O O O B-MISC O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O B-MISC I-MISC O O O O B-MISC O O B-PER I-PER O O B-MISC I-MISC O O O O B-MISC O O O O O O O O B-LOC O B-MISC O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O B-MISC O O O O O B-LOC O O O B-MISC O O O O O O O O O O O O O O B-LOC O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O B-LOC O B-LOC O O B-LOC O B-LOC O O O O O O O O O O O O O O B-LOC O O O O B-LOC O O O O O O O O O B-LOC O O O O O O B-LOC O O O O O O O O O O O O O O B-LOC O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O O O B-MISC O O O B-LOC O O B-LOC O O O B-MISC O O O O O O O O O O O O B-MISC O O O O O O O B-MISC O O B-LOC O O B-LOC O O O B-MISC O O O B-MISC B-ORG I-ORG O B-MISC O O O O O O B-MISC O O O O O O O O O O O O B-LOC O O O O O O B-MISC O O O O B-LOC O O O O B-LOC O B-LOC O O O B-MISC O B-MISC O O O O O O O O O B-LOC O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O B-LOC O O O O O O O O O O O O O B-MISC O O O O O O O O B-PER I-PER O O O O B-MISC O O O O O O O O O B-PER O O O O O O O O O B-MISC O O O O B-LOC O O O O O B-LOC O B-LOC O O O O O O O O O O O B-LOC O O O O O O O B-LOC O O O O O O O O O B-MISC I-MISC O O O O O O O +O O O B-LOC O O O B-ORG O O B-LOC O O O O O O O O O O O O O O O B-LOC O O O O B-MISC O O O O O O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-LOC O O O O B-PER O O O O O O B-MISC O O O O O O O O +O O B-LOC B-MISC O O O O B-LOC I-LOC O O O B-MISC I-MISC O O O O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O B-ORG O O O O O O B-ORG O O O O O O B-ORG O O O O O O B-ORG I-ORG O O O O O O B-ORG O O O O O O O B-ORG O O O O O O B-ORG I-ORG O O O O O +B-LOC B-MISC O O O O O O O B-PER B-LOC O O B-LOC B-MISC O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-PER I-PER O O O O B-ORG I-ORG I-ORG O O O B-ORG O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-MISC I-MISC B-ORG O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O B-ORG O O O O B-LOC I-LOC O B-ORG O O O O O O O O O O B-ORG O O O O O O B-MISC O B-MISC O B-MISC O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O +B-MISC O O O O O O B-ORG O O B-LOC I-LOC O O B-MISC O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-ORG O O B-ORG I-ORG I-ORG O B-ORG O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O B-ORG O O O O O O O O O B-MISC O O O O O O O O O O B-LOC O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-LOC O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-MISC O O B-PER I-PER I-PER O O O O O O O O B-LOC O O O O B-MISC O B-MISC O O O O O O O O O O O O O O O O B-MISC O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-MISC I-MISC O O B-LOC O O O O B-LOC O O O O O O O O O O O O O O B-LOC O O O O O O O B-MISC O O +B-ORG O B-MISC O O O O O O B-LOC O B-LOC I-LOC O B-ORG O O O O O O O O O O B-MISC O O O O O B-LOC O B-LOC O B-MISC O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O B-ORG O B-PER I-PER I-PER O O B-LOC O O B-PER O O B-ORG O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O B-LOC O O B-MISC O O B-MISC I-MISC O O O O B-MISC O O O O O O O O O B-MISC O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-PER O O O O O O B-MISC O B-MISC O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O B-ORG O O B-ORG O O O O O O O B-ORG O O O O O +B-MISC O O O O O O O O B-PER I-PER O O O B-LOC I-LOC O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-MISC O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-LOC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-MISC O O O B-PER I-PER O O B-ORG O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O +B-MISC O O O O B-ORG O O O O O O B-LOC B-PER O O B-MISC O O O B-ORG I-ORG I-ORG I-ORG O B-ORG O O O O B-LOC O O O O O B-MISC O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-MISC O B-PER O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O B-LOC B-ORG I-ORG O O O O O O O O O O O O O O O O O O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O B-MISC O O B-ORG O O O O O O O O O O B-MISC O B-PER I-PER O O O O O O O O O B-LOC O O O O O O O O B-PER O B-ORG O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-LOC O O O O O O B-MISC O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O B-LOC O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-ORG O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O O O O +O B-MISC O O O O O O O B-LOC I-LOC O O B-MISC O O O O O O O O O O O O O O O B-LOC O B-ORG O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O +B-MISC O B-PER O O O O O O O B-LOC O O O O B-LOC O O O O O B-PER I-PER I-PER O O O O O O O O O O O O O O O O O O O O B-PER O O B-PER I-PER O O O O O O O O O O O B-MISC I-MISC O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC I-LOC O O O O B-LOC O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-ORG O O O O B-LOC O O B-LOC I-LOC O O B-LOC O O O B-LOC B-ORG O B-PER B-ORG O O O B-LOC O O O O O O O B-ORG O O B-MISC O O O O O O B-MISC I-MISC O O O B-PER O O O O B-PER I-PER I-PER O O O O O O O O O O O O O O O B-MISC O O O O O O B-LOC O O O O O O O O O O O O O O O O B-LOC I-LOC O B-LOC O O O O O O B-PER O O O O B-LOC O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O B-LOC O O O O +B-MISC O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O B-ORG O O O O O O O O B-MISC O O O O O O O O O O O O O +B-LOC O O O O O O O O O B-LOC B-PER O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG B-PER O O O O O B-ORG B-MISC O B-ORG I-ORG O B-LOC O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-LOC I-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O B-MISC O O O O O O O O O O B-MISC O O O O O O O B-PER O O O O O B-PER O O B-MISC O O O O O O O O O O O O O +B-LOC O B-LOC O O O O O O O O B-LOC B-PER O B-LOC O B-PER I-PER O O O B-LOC O B-PER O O O O B-MISC O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-ORG O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-ORG O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O O O B-PER O O O O O O O B-LOC I-LOC O O B-ORG O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER B-ORG O O O O O O O O B-PER B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O B-ORG O O O O O O O O O O O O O O O O O O B-LOC B-ORG O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O B-MISC B-PER B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-MISC O O B-LOC O O O O B-LOC I-LOC O O B-MISC O B-MISC O O B-LOC I-LOC O O O O O O O O O O O O O O O B-LOC O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O B-LOC O O O O O O B-PER O O O O B-ORG O B-ORG O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O +B-PER I-PER O B-MISC B-LOC O O O O O O B-LOC I-LOC O B-LOC I-LOC O O O O O B-LOC O O O O O O O O O O O O O O O O B-LOC O O B-ORG O O O O O O O O O O B-PER I-PER O O B-PER O O O O O O O B-PER B-MISC O O O B-PER I-PER O O O O O O O O O O O B-PER O O B-ORG O B-PER O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O B-PER O O O B-MISC O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-ORG B-MISC O O O O O O O O O O O B-ORG B-LOC O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O +B-MISC O O O O O O B-LOC I-LOC O B-MISC O O O O O O O O O B-ORG B-LOC O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-LOC O O O O O B-MISC I-MISC O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-LOC O O B-LOC O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O +B-LOC O O O O O O O B-LOC I-LOC O B-MISC O O O O O O O O B-LOC I-LOC O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-LOC O O O O O B-PER O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-LOC O O B-LOC O O O O O O O O O O O O O +B-LOC I-LOC O O O O O O B-LOC I-LOC O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-MISC O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-LOC O O O O O O O O B-LOC I-LOC O O B-MISC O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-MISC I-MISC O B-MISC O O O B-LOC O O B-LOC O O B-MISC O O O O B-MISC O B-LOC O O O O O O O O B-LOC O O O O O B-MISC I-MISC O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-ORG I-ORG I-ORG O B-ORG O O B-ORG O O O B-LOC O O O O O O O O O O O O O O B-MISC O O O B-LOC O O O B-ORG O O O O O O O O O O O B-MISC O O O O O O B-LOC O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-ORG O O B-LOC O O B-ORG O O O B-MISC O O O O O O O O O O O O O B-MISC O O B-LOC O O O O O O B-LOC O B-PER I-PER O O O O O B-LOC O O O B-MISC O O O O O B-MISC O O O O B-ORG O O O O B-ORG I-ORG O B-ORG O O O O O B-LOC O O O O O O O O O B-LOC O O O B-ORG O O B-ORG I-ORG I-ORG O B-LOC O O O B-LOC O O O B-MISC I-MISC O O O O O B-MISC I-MISC O O B-MISC O O O O B-LOC O O O O O B-MISC O B-LOC O O +O O O O O B-MISC B-LOC O O B-LOC I-LOC O O O O O O O O B-LOC O B-ORG O O O O B-LOC I-LOC O O O O O B-MISC O O O B-LOC O O O B-MISC O O O O O O O O O O O O O O B-LOC O B-LOC O B-LOC O B-LOC O O B-LOC I-LOC O O O O O O O O B-MISC O O O O O O O O O B-ORG O O O B-LOC O O O O O O O O O O O O O O B-LOC O O O O O O B-MISC O O O O B-MISC O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O B-LOC B-LOC O O O O B-MISC O O O O O O O O O B-LOC O O O O B-MISC O O O O O O O O O O O O O O B-ORG O O O B-PER O O O O O O O O O B-LOC O O O O O +O O B-MISC O O O O O B-LOC B-PER O B-LOC B-ORG I-ORG O B-ORG O O B-PER I-PER O O O O O O O B-MISC O O O O O O O O O B-MISC O O O O B-LOC O O O B-ORG O O B-LOC O O O O O O O O O O B-MISC O O O O O O O O B-LOC O O O O O O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O B-ORG O O +O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-LOC O O O B-LOC O B-ORG O O O O B-LOC I-LOC O B-LOC O O O O B-PER I-PER O O O B-MISC O O O O O B-LOC O O B-MISC O O B-PER I-PER O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O B-ORG I-ORG O B-ORG O O B-ORG B-PER O O B-PER O O O O O O O O B-MISC B-ORG I-ORG O B-ORG O O O B-PER O B-LOC O O O O O O O O O O O B-LOC O O O O O B-MISC I-MISC O B-LOC O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O B-LOC O B-PER O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O B-LOC O O O B-MISC O O O O O O O O O B-ORG O O O +B-ORG I-ORG O O B-MISC O O O B-LOC O O B-LOC I-LOC O B-LOC B-ORG O O O O O O O O B-LOC O O B-LOC O O O B-MISC O O O O O O O O B-MISC O O O O O O O O B-ORG O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O B-ORG O O O B-ORG O O +O O O B-ORG O O O O O B-LOC I-LOC O O O O O O O O B-MISC O O O O O B-ORG O O O O O O O O O O O O O O B-ORG I-ORG O O O B-LOC O O B-LOC O O B-MISC O O O O B-LOC O O O O B-MISC O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O B-LOC O O B-ORG I-ORG O O O O O O O O O O B-LOC O O O B-PER I-PER I-PER I-PER O O B-MISC O O O O O O O O O O O O O +O O B-LOC O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O B-LOC O O O O B-LOC O O O O O O O O B-MISC I-MISC O O O O O O O O O O B-PER I-PER O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER B-ORG O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O O O O B-ORG O O O O O O B-PER O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER B-MISC O O B-ORG O B-ORG O O O O O B-ORG O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O O O O O O B-LOC O O O O B-LOC O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O +B-LOC O O O O B-LOC O B-PER O O O B-PER I-PER O B-LOC I-LOC O O O O B-LOC O O O O O O O O O O O B-PER I-PER O O O O B-LOC O O B-MISC O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O B-MISC O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER I-PER O O O O O O O O O O O O O O B-PER O O O O O O B-LOC O O O B-MISC O O O O O O O O O O O O B-MISC O O B-MISC O O O B-LOC O O O O O O O O O O O O B-PER O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O B-ORG O O O B-ORG O O B-LOC O O O O O O B-PER O B-MISC O O O O O O B-LOC O O O O O O O O B-MISC O O B-LOC O O O O B-LOC O O O O O O O B-LOC O O O O O B-LOC O O O B-LOC O O O O B-LOC O O O O B-LOC O O O B-MISC O O O O O O O B-LOC O O O O O O O O O O O O O O O O B-MISC O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-LOC B-MISC O O O O O O O B-LOC O O O O B-MISC B-LOC O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O B-LOC O O O B-LOC O O O O O O O +O O B-MISC O O O O O B-LOC O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O B-LOC O O O O O O O +B-LOC O O O O O O O O B-LOC I-LOC O O O O O O O O O B-LOC O O O O O O O B-MISC O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-ORG I-ORG O O B-ORG O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O B-LOC O O O O O O O O O B-MISC O O O B-MISC O O O O O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-LOC O O O B-MISC O O O O O O O O O O O O O O O O O B-MISC O O O O O O O +B-LOC O B-LOC B-MISC O O O O B-LOC O O B-LOC I-LOC O B-MISC O O O O O O O O B-MISC O O O B-LOC O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-MISC O O O O O O B-PER I-PER O O O B-MISC O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-LOC O O O O B-MISC O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-MISC O B-PER I-PER O O B-PER O O O O O O B-LOC O O O O O O O O O B-MISC O O O O O O O O O B-MISC O O O B-LOC O O O O O B-LOC O O B-LOC O O B-PER O O O O O O O O B-LOC O O O O O O O O B-PER O O O O O O B-LOC O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-MISC O O O O B-LOC O O O B-PER I-PER O O O O O O B-MISC O O O B-LOC O O O O O O O B-MISC O O O B-PER O O O O O O O O O O +B-LOC O O O B-LOC O O O O B-LOC O O B-MISC O O B-PER I-PER O O O O B-MISC O B-PER I-PER O O O O O B-LOC O O O O O O O O O B-LOC O O O O O O O O O O O B-LOC O O O B-LOC O B-PER I-PER O O O B-ORG O O B-PER O O B-MISC B-MISC I-MISC O O O O O B-LOC O O O O O O O O O B-PER O O O O O O O O B-MISC O O O O O O O B-LOC O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-ORG I-ORG I-ORG O O O O O O O B-MISC O B-ORG B-MISC O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-LOC O O O O O O B-MISC O O O O O O O O O O O O O B-LOC O O O O O O O O O B-MISC O O O O O O O O O O +B-ORG O O O O O B-LOC O O B-LOC O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O B-LOC O O O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O B-MISC I-MISC O O O B-MISC O O O B-MISC B-ORG O B-ORG O O O O O O O B-LOC O O B-LOC O O +O O O O O B-LOC O O B-LOC O O O O O O O O O B-MISC O O O O O O O O O B-LOC O O O O O O O O O O O O B-MISC O O B-LOC O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-MISC O B-MISC O O O O O O +O O O O O O O B-LOC O O B-LOC O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O B-LOC O O O O O O O +O O O O O B-LOC O O O B-PER O O O O B-LOC O O O O B-PER I-PER O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-PER I-PER O O O O O B-PER O O O B-MISC B-MISC O O O O O O O O B-MISC O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-MISC O B-LOC O O B-LOC O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-MISC O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-LOC O O O O B-LOC O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O B-PER I-PER O O O O O O O O O O O O B-PER B-ORG O O O B-MISC O O O O O O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O diff --git a/skrypcik.py b/skrypcik.py new file mode 100644 index 0000000..cf4d785 --- /dev/null +++ b/skrypcik.py @@ -0,0 +1,58 @@ +import pandas as pd + + +def correct_labels(input_file, output_file): + df = pd.read_csv(input_file, sep="\t", names=["Text"]) + + corrected_lines = [] + + for line in df["Text"]: + tokens = line.split(" ") + corrected_tokens = [] + previous_token = "O" + + for token in tokens: + if ( + token == "I-ORG" + and previous_token != "B-ORG" + and previous_token != "I-ORG" + ): + corrected_tokens.append("B-ORG") + elif ( + token == "I-PER" + and previous_token != "B-PER" + and previous_token != "I-PER" + ): + corrected_tokens.append("B-PER") + elif ( + token == "I-LOC" + and previous_token != "B-LOC" + and previous_token != "I-LOC" + ): + corrected_tokens.append("B-LOC") + elif ( + token == "I-MISC" + and previous_token != "B-MISC" + and previous_token != "I-MISC" + ): + corrected_tokens.append("B-MISC") + else: + corrected_tokens.append(token) + + previous_token = token + + corrected_line = " ".join(corrected_tokens) + corrected_lines.append(corrected_line) + + df["Text"] = corrected_lines + df.to_csv(output_file, sep="\t", index=False, header=False) + + +input_file = "test-A/out.tsv" +output_file = "test-A/out.tsv" +correct_labels(input_file, output_file) + + +input_file = "dev-0/out.tsv" +output_file = "dev-0/out.tsv" +correct_labels(input_file, output_file) \ No newline at end of file diff --git a/test-A/out.tsv b/test-A/out.tsv index a9cfbd7..edc0c5c 100644 --- a/test-A/out.tsv +++ b/test-A/out.tsv @@ -1,230 +1,230 @@ -O O B-LOC O O O O B-LOC O O O O O B-PER I-PER O B-LOC O B-LOC I-LOC I-LOC B-MISC O B-LOC O O B-ORG I-ORG O I-ORG I-MISC O O O O O O O B-LOC O O O O O O O O O O O B-LOC I-ORG O O O O O O O O O O O O B-PER O O O O O O O B-MISC O O B-LOC O O O O O O O O O O O O O O O B-PER O B-PER I-PER O O O O B-LOC O O O O O O O O B-ORG B-MISC O O O O O O O O B-PER I-PER O O O O O O O O O O O B-PER O O O O O O O O O O O O B-MISC O O O O O B-MISC I-MISC O O O O O O O O O O O B-MISC I-MISC O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-LOC O O B-PER I-PER O O O O O B-LOC O O O O O O B-MISC I-ORG I-ORG O O B-MISC O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O B-PER I-PER I-PER O B-PER O O I-LOC O O O O O O O O O O O B-LOC O O O O O O B-PER O O O O B-PER I-PER O O B-LOC O O O O B-MISC O O O O O O O B-LOC O B-ORG I-ORG O O B-MISC O O O O I-MISC I-MISC O O O B-PER O B-MISC O O O B-PER O O O B-LOC I-LOC O O O O B-LOC O B-PER I-PER O O O O O B-MISC O O O O O B-LOC O O O B-MISC O O O O O B-PER O O O O O O O O O B-LOC O O O O O B-LOC O B-PER I-PER I-LOC O I-MISC O O O O O O O O O B-ORG O O O O O O O O O O B-PER I-PER O B-LOC O B-LOC I-LOC O O B-LOC O O O O O O O O B-ORG I-MISC O O O O O O O O O O O O -O I-ORG O B-PER O O B-LOC O O O O O B-LOC I-LOC O B-LOC O B-PER I-PER O O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O B-ORG O O B-PER O O O B-PER I-PER O O O O O O O O O O O O O B-PER O O O O O O O O B-PER O B-LOC O B-LOC O O O O B-PER I-PER O O O O O B-PER O O O O O O B-PER I-PER O O O O O O O B-LOC O O B-MISC O O O O B-MISC I-ORG O O B-PER O O O O O O O I-MISC O O O O O O O O O O B-LOC O O O B-LOC O O O O O O B-PER O O O O O O O O O O O O O O O O O O O I-MISC O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER I-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O -O O O O O B-LOC O O B-LOC O O B-PER O B-LOC I-LOC I-LOC B-LOC O O O O O O O O O O B-LOC O B-ORG O B-MISC I-MISC O O B-LOC O O O O B-PER I-PER O O O O O B-LOC O O O O O O O O B-PER I-PER O O B-MISC O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O B-PER I-PER O O B-PER O O I-MISC O O O O O O O O O O O B-LOC O O O O O O B-PER O O O O B-LOC O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O B-PER I-PER O O O O O O B-PER I-PER O O O O B-LOC O B-ORG I-ORG O O B-MISC O O O O O O I-MISC O B-MISC O O O O O O O O O O B-PER O O O O O O B-ORG O B-PER I-PER O O O O O O B-MISC I-MISC O O O B-PER O O O O B-PER O O O O O B-PER O O O O O O O O B-LOC O O O O B-PER O B-PER O O O O O O B-MISC O O O O O B-PER I-PER O O O O O O O O O B-LOC O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O B-LOC O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O -B-ORG I-ORG I-MISC I-ORG O O O B-LOC O B-LOC I-LOC O O O O O I-MISC O O I-ORG I-PER O O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O -O O B-ORG I-MISC O B-ORG O O O B-LOC O B-LOC I-LOC I-LOC B-LOC O O O B-MISC I-MISC O O O O O O O O B-LOC O B-ORG O O O O O O O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O O O B-LOC O B-PER I-PER O O O O O O O B-LOC O B-ORG O O O O O O O O B-PER I-PER O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-LOC O O O O O O O O B-LOC O O O O O O O O B-LOC O O O O O O O O -O O B-LOC O B-ORG I-LOC O O O O O O B-PER I-PER O O B-PER O B-LOC I-LOC O O O O O O O O O O B-LOC O B-LOC I-LOC O O O O O B-LOC O B-PER I-PER O O O O O O O O O B-PER I-PER O B-MISC O O O O O O O B-PER I-PER O B-PER O B-LOC O O B-PER I-PER I-PER B-PER O B-PER O O B-PER I-PER O B-PER O O B-PER I-PER O B-PER O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O B-PER O O B-PER I-PER O O O O B-PER I-PER O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O B-PER O O O B-PER O B-PER I-PER I-PER I-PER I-PER I-PER I-PER I-PER O O O B-PER I-PER O O O O B-PER I-PER O B-ORG I-LOC O O O B-PER I-PER O B-LOC O O B-LOC I-PER O B-PER I-PER O B-LOC O O O B-PER I-PER O B-LOC I-LOC O O B-LOC I-LOC O O B-PER I-PER O B-PER I-PER O B-PER O O B-PER I-PER O B-PER I-PER O B-PER O O B-PER I-PER O B-PER I-PER O B-PER O O B-PER I-PER O O O B-PER I-PER O B-PER I-PER O B-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER I-PER O O B-PER O O B-PER I-PER O O B-PER O O B-PER I-PER O B-PER I-PER O B-PER O O B-PER I-PER O B-PER O B-PER I-PER O O B-PER O O B-PER I-PER O O O O O O B-PER O B-PER B-PER O O O O O O O O B-PER O O O O O O O O O O B-PER B-PER I-PER I-PER I-PER O B-PER I-PER O O O O B-PER I-PER I-PER O B-LOC O O O O B-PER I-PER O B-PER O O O O O O B-PER I-PER I-PER O B-PER I-PER O O O O O O B-PER I-PER I-PER O B-PER I-PER I-PER O O B-PER I-PER I-PER O O O O B-LOC O O O O O O O O O O O O O O B-LOC O O -O O B-MISC O I-MISC O O O O O B-LOC I-LOC O O O O B-MISC I-MISC O O B-MISC O O O O O O O B-ORG O B-ORG O O -O O B-PER O O O O B-LOC I-LOC O B-MISC O B-PER I-PER O O B-MISC O O O B-ORG O O O O O O O O B-ORG O O O B-ORG O O O O B-PER O O O O O O O O B-ORG O O O O O O O O O O O O O O O B-LOC O O O O O B-ORG O O B-PER O O O O O O O O B-LOC O O O O O B-ORG O O I-ORG O O O O O O B-PER O O O O O O O B-MISC O O O O O O O O B-ORG O O O O O O O O O O B-PER O O O B-MISC O O O O O O O O O O B-PER O O O O O O B-LOC O O -O O B-ORG O B-ORG O O O O B-PER I-LOC O O B-LOC I-LOC O B-ORG O B-LOC O O B-PER I-PER O O O O O O B-MISC O O O O O B-MISC O O O O O O O O B-MISC O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-PER O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-LOC O O O O O B-ORG O O O I-PER O O O O B-MISC O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-ORG I-ORG O O O O O O O O B-MISC O O O O O O O O B-ORG O O O O -O O B-ORG O O O B-LOC I-LOC O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-MISC B-LOC O B-LOC O O O O O B-PER I-PER O B-LOC O O O O O O B-ORG I-ORG I-ORG O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER O B-LOC O O O O O O B-PER O B-LOC O O O O O O O O O B-ORG I-PER O B-LOC O O O O O O B-ORG O B-LOC O O O O O O B-ORG I-PER O B-LOC O O O O O O B-ORG I-PER O B-LOC O O O O O O B-ORG I-ORG O B-LOC O O O O O O B-ORG O B-LOC O O O O O O O O O B-PER O B-LOC O O O O O O B-ORG O B-LOC O O O O O O B-ORG O B-LOC O O O O O O B-ORG O B-LOC O O O O O O B-ORG I-ORG B-LOC O O O O O O B-ORG I-ORG O B-LOC O O O O O O B-ORG O O B-ORG I-ORG O B-LOC O O O O O O B-PER O B-LOC O O O O O O B-ORG I-ORG O B-LOC O O O O O O B-ORG I-ORG O B-LOC O O O O O O B-ORG I-ORG B-LOC O O O O O O B-ORG I-ORG O B-LOC O O O O O O -O I-ORG O B-PER O B-MISC I-MISC I-LOC O O B-PER I-PER O B-LOC I-LOC O O B-PER I-PER O O B-LOC O B-PER O O O B-ORG O B-LOC O O O O B-LOC O B-ORG O O O B-PER O O O O O O O O O O B-PER O O O O O O O O B-PER I-ORG I-PER O O B-PER I-PER O O O O B-ORG O O O O O O O O B-LOC O B-LOC O O O O B-MISC O O B-PER I-PER O O O B-MISC O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O B-PER I-PER O O O B-MISC O O O O O B-MISC O O O O B-ORG O O O O O O O O B-PER O O B-PER O O O O O O I-ORG O O O O O O O O B-LOC O O O O O O O B-PER O O O O O O B-MISC O O O O B-PER O B-PER I-PER O O O O O B-LOC O O O O B-PER I-PER O O B-MISC I-MISC O O B-LOC I-LOC O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-PER O O O O B-MISC O B-LOC O O O I-MISC O O B-LOC O B-LOC O B-LOC O B-LOC O O O B-PER I-PER O O O O O O O O O O O O O I-MISC O B-ORG O I-MISC O O O O B-PER O I-MISC O B-LOC I-LOC I-LOC I-PER O O O B-PER I-PER O O O I-MISC O B-PER I-PER O B-PER I-PER O O O O O B-PER O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER O O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC I-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC I-LOC O O O O B-PER I-PER O B-LOC O O O B-LOC O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O -B-LOC O B-LOC I-MISC O O O O O B-LOC I-LOC O O O O O O O B-LOC I-MISC O B-LOC I-LOC I-LOC O O O O O B-MISC I-MISC O O O O O I-PER I-LOC O O O B-PER I-PER O B-LOC O O O O B-PER I-PER I-PER O O B-PER I-PER O O B-LOC O O O O B-PER I-PER O O O O B-PER I-PER O B-LOC O O O O O B-PER O B-LOC O O O O B-PER I-PER O O B-PER I-PER I-PER O O O B-PER I-PER O O O B-PER I-PER I-PER I-PER O B-LOC O O O O B-PER O B-PER O O O B-PER I-PER O O O B-PER I-PER O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-MISC I-PER O B-LOC O O O O B-PER I-PER O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O O O O B-PER I-PER O O O B-PER I-PER O O O -O O O O O O O B-MISC O O B-LOC I-LOC O B-LOC O B-PER I-PER O O O O O O O O O O O O B-LOC O O O O O I-MISC O O O O B-PER I-PER O O B-PER I-PER O B-ORG I-ORG O O B-PER I-PER O I-LOC I-ORG O O O O O B-MISC O O O O B-LOC O O O O O B-PER O O O O O O O O O O O O O O O O B-MISC I-ORG O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O B-PER I-PER O O O O O O O B-MISC O B-ORG O O O O O O B-PER O O O O O O O O B-PER I-PER O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER O -O O B-MISC O O O O B-LOC I-LOC I-LOC I-LOC O O O B-MISC O O O O O B-ORG O O O O O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O -O O B-PER I-PER O B-MISC I-MISC O O B-PER I-PER O B-LOC I-LOC O B-LOC O B-PER I-PER O O O O B-PER O O O B-LOC I-LOC O O O O O O O I-MISC I-MISC O O O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O B-MISC O O O B-MISC I-LOC I-LOC O O O B-PER I-PER O O O O O O O O O O O O O O O O O B-ORG B-PER I-PER O O O O O O O O O O O O O O O O O O O B-MISC O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O B-PER O O O O O O O O O O O O O B-PER O O O O O O O O O O B-MISC O O O O O O B-PER I-PER O B-LOC O O B-LOC I-LOC O O B-PER I-PER O O O B-PER O O O O O O O O B-PER O O O B-LOC O B-PER I-PER O O B-PER I-PER O B-PER O O O O B-PER O O O O B-MISC O O O O O O O O B-PER I-PER O B-MISC I-LOC O O O O O O B-LOC O O O O O O O O B-PER I-PER O O O O O O O B-MISC O O O B-MISC O B-PER O O O O B-PER O O O O O O O O O O O O O O O O O B-PER O O O B-PER O O O O O O O B-LOC O O O O B-LOC O O O O O O O O O O O O I-MISC O O O -O O B-LOC O B-LOC I-LOC O I-MISC O O O B-LOC I-LOC O O O O O I-MISC O O O O O B-LOC O B-LOC I-LOC O O O O B-LOC I-LOC O B-LOC I-ORG O B-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O O B-PER I-PER O B-PER O B-ORG O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O O O O B-PER I-PER O O B-ORG O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O O O B-PER I-PER O O B-PER I-PER O B-PER O O B-PER I-PER O O O O B-PER I-PER O O O O O O B-PER I-PER O O O O O O B-PER I-PER O B-ORG O O O O O B-PER I-PER I-PER B-PER I-PER I-PER I-PER I-PER O B-PER O O O O B-ORG I-PER O B-LOC O O B-PER I-PER O O B-ORG I-PER O B-PER I-PER O B-PER I-PER O B-ORG O O O B-PER I-PER I-PER O O B-LOC O B-PER I-PER O B-PER O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O B-PER O O B-PER I-PER O O O O B-PER I-PER O I-ORG O B-PER O O B-PER I-PER O B-PER O O B-PER I-PER O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O B-PER O O O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O O B-PER I-PER O O I-LOC O O B-PER I-PER O B-LOC O O O B-PER I-PER O O O O O B-PER I-PER O O O O B-PER O B-PER O O O O O O O B-LOC O O B-MISC O O O -O O B-LOC O B-LOC I-LOC O O O O O B-LOC I-LOC O B-LOC O B-LOC I-LOC O O O O O O O O O O O O B-MISC O O O O O O O O B-LOC I-LOC I-LOC O O O B-LOC O O B-PER I-PER O O O B-LOC I-PER O O O O B-ORG I-ORG O O O O O O -O O B-LOC I-LOC I-LOC O O O B-LOC O O B-LOC O O B-LOC I-LOC O B-LOC I-LOC O O O O B-PER O B-PER O O O O I-MISC I-MISC O O O B-LOC O O O O -O O B-ORG O O O O B-LOC O B-LOC I-LOC O O O O O I-MISC O O O B-ORG O O O B-LOC O B-LOC O B-LOC I-LOC O O O O B-ORG I-ORG O O O B-PER I-PER O O O O B-PER I-PER O O O O B-PER I-PER O O O B-LOC O O -O O B-PER O O B-MISC O O O O B-LOC I-LOC O B-LOC I-LOC O B-PER I-PER O O O O O B-MISC O O O O O B-PER O O O O O O O O O O O O O O O B-LOC O O O O B-PER O O O O O B-PER O O O O O O O O B-PER O B-LOC O B-PER I-PER O O O O B-PER O O O O O O O O O O O B-LOC I-LOC O O O O O O B-MISC O O O B-MISC O O O O O O I-LOC I-LOC O O O B-PER I-PER O B-LOC O O B-LOC I-LOC O O O O O O O O O O O O O B-MISC O O O O B-PER I-PER O O O O O O O O O B-PER O B-PER O O O O O O O O O B-MISC O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-MISC O B-PER I-PER O O O O B-PER O O O O I-LOC O B-PER I-PER O O O B-PER I-PER O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-PER O B-MISC O O O O O O O O O O O O O O B-LOC O O O B-LOC O O O O O O O O B-LOC O O O O O O O O B-MISC O O O B-MISC I-MISC O B-MISC O O O O O O B-PER O O O O O O O O I-MISC O O B-LOC O O O O O O B-LOC I-LOC O B-LOC O O O O O O O O O O O O O O O O O O B-PER O O O B-LOC O O O O O O O O O O O O B-LOC I-MISC I-MISC O O O -O O B-LOC I-LOC O O O O O O O O B-LOC I-LOC O B-LOC I-LOC O B-PER I-PER O O O O O O O O O O O O O B-MISC I-MISC I-MISC O O O B-LOC O B-LOC B-LOC O O O O O O O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O O B-LOC I-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O O B-PER I-PER O O O O -O O O B-MISC I-MISC O O O B-LOC I-LOC O O O O O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O O O O O B-MISC I-ORG O B-LOC O O B-PER I-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER I-PER O B-LOC O B-ORG O O O O O O B-PER I-MISC O B-LOC O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER I-PER O B-LOC O O O O O O O B-PER I-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O B-PER I-LOC O B-LOC O O B-PER O B-PER O B-LOC O O B-PER I-PER O B-LOC O O B-PER I-PER I-PER O O B-LOC O O O O O O O O O B-MISC I-PER O B-LOC O O B-PER I-PER O B-LOC O O B-PER O O O O B-PER I-PER O B-LOC O O B-PER O B-LOC O O B-PER O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O B-ORG I-ORG O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O B-ORG O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O B-ORG I-PER O B-LOC O O O -O O B-MISC O O B-MISC I-MISC O O I-MISC O O B-LOC I-LOC O O O O O O O O B-MISC I-MISC O I-MISC I-MISC O O O B-MISC I-ORG O O O B-MISC O O B-LOC O O B-PER O B-LOC O O O O O O O O O O B-PER I-PER O O O O O B-PER I-PER O O O O B-MISC O O O O O O -B-MISC O O O O O O O O O O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O I-MISC B-ORG O O B-PER O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O I-ORG O O B-ORG O O O O O O O B-LOC O O O O O O O B-ORG I-ORG O O O I-ORG I-ORG I-ORG O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O O B-ORG I-MISC O O O O O O O B-MISC I-ORG O B-MISC I-MISC O O O O I-ORG B-ORG O O B-ORG O O O O O O O B-ORG I-ORG O O O O O O B-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O I-ORG O O B-ORG O O O O O O O B-ORG I-ORG O O O I-ORG I-ORG I-ORG O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O B-ORG O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O O O O O O B-ORG O B-LOC O B-ORG O B-LOC I-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG I-ORG O B-LOC O B-ORG O B-LOC O -B-MISC O O O O O O O O O O B-PER I-PER O O B-LOC I-LOC I-LOC O O O I-PER O B-ORG O B-PER O O O O O O O O B-ORG I-ORG O B-MISC O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O B-PER O B-ORG O O B-ORG O B-PER I-PER O O B-ORG I-ORG O B-ORG O O B-PER O B-ORG I-ORG O O B-PER I-PER O B-ORG I-ORG O O -B-MISC I-MISC B-PER B-ORG B-ORG O O O O O O O B-LOC I-LOC O O B-LOC I-LOC I-LOC O O B-PER O O O O O O B-MISC I-MISC O O O O O O B-LOC I-LOC I-LOC O O O O O O O O B-LOC I-LOC O O O O O O B-PER O B-PER I-PER O O B-MISC O B-PER O O O O O B-PER O O O O O B-MISC O O O B-PER O O O O O O O O B-MISC I-MISC O O B-PER I-PER O O O O B-ORG I-LOC I-PER O O B-PER O O B-PER O O B-PER O O O B-MISC O O O O O O O O O O O O B-PER O O O O B-LOC I-LOC O B-LOC O O O B-ORG O O O O B-MISC O O O O O O O B-ORG O O O O O B-MISC I-MISC O O O B-ORG I-ORG O B-LOC I-LOC O O O O O O O B-ORG I-ORG I-ORG O O O B-ORG O O O O O B-ORG O O B-MISC I-MISC I-MISC O O O O O O O O B-MISC O O O O O B-PER O O O O O O O O O B-PER I-PER O B-PER I-PER B-PER O B-ORG I-PER I-PER O O B-PER O O O O O O B-MISC I-PER O O O O O O O B-MISC O O O O O O O O B-PER I-PER O O O O O B-PER O O O O O O O O B-PER O O O O O O O O O O O O O O O B-PER I-PER I-PER O O O O O O O B-ORG I-LOC O O O B-PER I-PER O O B-PER O O O O O O B-MISC O O O B-PER I-PER O O O O O O O B-ORG I-ORG O O B-LOC O B-PER I-PER O O B-MISC O O O O O O O O O B-PER O O O O O O O B-MISC O O O O B-PER I-PER I-PER I-PER O B-PER O B-MISC O O O O O O O B-PER I-PER O O O O B-ORG O O O O O O O O B-PER O O B-MISC O O O O O O O O O -B-MISC O O O O O O O O O B-LOC I-LOC I-LOC O O O O O O I-ORG O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O B-LOC O O O O O O O B-MISC O O B-PER O O B-ORG I-ORG O O B-ORG O O B-PER O O O O O B-LOC O O B-PER O O B-ORG O O I-ORG O O O B-ORG O O B-PER O O B-ORG I-ORG O O B-PER O O O B-MISC I-MISC O O O O O O B-ORG O O B-PER O O B-ORG O O B-PER O O B-ORG O O B-PER O O B-ORG O O B-PER O O B-ORG O O O O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O O B-MISC I-ORG O B-ORG I-MISC O O O O O O B-ORG I-ORG O B-PER O O B-PER O O B-ORG O O B-ORG O B-ORG I-ORG O O O B-ORG O O O O O O B-ORG O O B-PER O O O B-ORG I-ORG O O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG I-ORG O O O O O O B-ORG O O B-PER O O B-ORG I-ORG O O B-PER O O B-ORG O O B-PER O O O B-ORG I-ORG O O I-ORG O O B-ORG I-ORG O O B-ORG O O B-ORG O O B-PER O O B-ORG O O I-ORG O O O O O O O B-ORG I-ORG O B-LOC O B-ORG O B-LOC O B-ORG I-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC I-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O O B-PER O B-ORG I-ORG O -B-MISC I-MISC B-PER O O O O O O B-LOC I-LOC I-LOC O B-MISC I-ORG I-ORG O O O O O O O O O O O O O O O O O I-ORG O O O O O O B-MISC I-MISC I-ORG O B-MISC I-MISC O O O I-MISC I-ORG I-ORG O B-ORG I-ORG O O O O O O B-ORG O O O B-ORG I-ORG O B-LOC O O O O O O B-LOC O O O B-ORG O O B-ORG I-PER O O O O B-ORG O B-MISC I-MISC O O O O I-ORG I-ORG O B-ORG O O O B-ORG O O B-ORG O O O O O O B-ORG O O O B-ORG O O B-ORG O O O B-ORG I-ORG O B-ORG O O O B-ORG I-ORG O B-ORG I-MISC O O O O I-ORG I-ORG O B-ORG O O O O O O B-ORG I-ORG O O O B-ORG O O B-ORG I-ORG O O O O O O B-ORG O O O O I-ORG O B-ORG O O O O O O B-MISC I-ORG I-ORG O B-MISC I-MISC O O O O I-ORG I-ORG O B-ORG O O O O O O B-ORG O O O O O O B-ORG O O O B-ORG I-ORG O B-ORG O O O O B-ORG O B-ORG I-ORG O O O O O O B-MISC I-MISC O O O O I-ORG I-ORG O B-ORG I-PER O O O B-ORG I-ORG O B-ORG O O O B-ORG O O B-ORG O O O O O O B-ORG O O O B-ORG O O B-ORG I-ORG O O O O I-ORG O B-ORG I-MISC O O O O I-ORG I-ORG O B-ORG I-ORG O O O O I-ORG O B-ORG O O O O O O B-ORG I-ORG O O O B-ORG I-ORG O B-ORG O O O B-ORG I-ORG O B-ORG I-ORG O O O B-ORG I-ORG O O O B-ORG O O O O O B-ORG O O O O O O O O B-ORG I-ORG O B-LOC O B-ORG O B-LOC O B-ORG O I-ORG O O B-LOC O B-LOC O B-ORG I-ORG O B-LOC O B-ORG O B-LOC I-LOC O B-ORG I-ORG O B-LOC O B-ORG O B-LOC I-LOC O B-ORG O B-LOC O B-ORG I-ORG O B-LOC I-LOC O B-ORG O B-LOC O B-ORG O B-LOC I-LOC O B-ORG O B-LOC O O O O O O B-ORG I-ORG O B-LOC O -B-MISC I-MISC B-PER O O O O B-LOC I-LOC I-LOC O O O B-MISC I-MISC O O O O O O O O O O O O O B-LOC O B-LOC O O -B-MISC I-MISC B-PER O O O O O B-MISC O O O O B-LOC I-LOC O B-LOC O O B-LOC I-ORG O O O O O O O O B-MISC O O O O O B-MISC O O B-LOC O O O O O O O B-MISC I-ORG I-ORG O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O B-ORG O O O O O O O O O B-LOC O O O O O O O O O O I-ORG O O O O O O B-LOC O O O O O B-PER O O O O B-LOC I-PER O O B-MISC I-PER O B-LOC O B-ORG I-ORG I-ORG I-ORG O O O I-ORG I-PER O B-LOC O O O B-ORG O O O O O I-ORG I-ORG O O O O O O O O O O O B-ORG I-ORG O B-MISC O O I-ORG I-ORG I-LOC O O O O O B-ORG B-ORG O O O -O O B-MISC O O O O O O O B-LOC I-LOC O O O B-MISC O O O O O O O O O O B-ORG I-ORG O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O -O O B-MISC O O O O O O O B-LOC I-LOC O O O B-MISC O O O O O O O O O O B-ORG O B-ORG I-ORG O O B-ORG I-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O O I-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O -O O B-MISC O O O O B-LOC I-LOC O O O B-MISC O O O O O O O O B-ORG O B-ORG O O B-PER I-PER O O B-PER I-PER O O B-PER O B-PER O O B-PER I-PER O O O O O O O O O O O O O O B-LOC I-ORG I-ORG O O B-PER I-PER O O B-ORG O O B-PER I-PER O O O B-PER I-PER I-PER O O O O O O O O O -O O B-MISC O O O O O B-LOC I-LOC O O O B-MISC O O O O O O O O O O B-ORG I-ORG O O B-PER I-PER O B-ORG I-ORG I-ORG O O B-PER O O O B-PER I-PER B-ORG O O O O O O O O O B-PER O O -O O B-MISC O O O O B-LOC I-LOC O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O I-ORG O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O -O O B-MISC O O O O B-LOC I-LOC O O O B-MISC O O O O O O O O B-ORG O B-ORG O O B-ORG I-ORG I-ORG O B-ORG O O -O O B-MISC O O O O O B-LOC I-LOC O O O O O O O B-MISC O O O O O O B-ORG O O B-PER O O O B-PER O O B-ORG I-ORG O O B-PER O O B-PER O O O O O O O O O O B-PER O B-ORG I-PER O O B-PER O O B-ORG I-ORG O O B-PER I-PER O O O O O O O O O O B-ORG O O B-PER I-PER O B-PER O O B-PER O O B-ORG O O O O O O O O O O B-ORG O O B-PER I-PER O O O B-ORG I-ORG O O O O O O O O B-MISC O -O O B-PER I-MISC I-MISC I-MISC O O O B-LOC O B-LOC I-LOC O O O O O O O O B-MISC I-MISC I-MISC I-MISC O O O O B-ORG I-ORG O B-LOC O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O -O O B-PER I-PER B-ORG B-LOC O B-LOC O O B-LOC I-LOC O B-LOC O O B-ORG I-ORG O B-PER I-PER I-PER O O O O B-LOC O O B-MISC I-MISC O O O O O O O B-PER I-PER O O O O O O O O O O B-MISC O B-MISC O B-PER I-PER O O B-LOC O O O O O O O O B-ORG I-ORG O O O B-MISC I-MISC O I-MISC I-MISC O O O O O O B-LOC O B-MISC O O O O O O O O O O O O O B-LOC O O O O B-LOC O O O O O O O O O B-MISC O B-LOC O O O O O O O O O O B-PER I-PER O B-ORG O B-LOC O O B-PER I-PER O B-ORG O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-ORG O O B-PER I-PER I-PER O B-LOC O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG I-ORG O B-LOC O O B-PER I-PER O B-ORG O B-LOC O O B-PER I-PER O B-ORG I-ORG O B-LOC O O O O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O B-PER I-PER O B-LOC O B-LOC O O B-PER I-PER O B-LOC O B-LOC O O O O O B-PER I-PER O B-ORG O O B-PER I-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O B-LOC O O B-PER I-PER O B-ORG I-ORG O B-PER O O O -O B-MISC O O I-ORG O B-ORG O O B-LOC I-LOC O B-LOC I-PER B-ORG O O O O B-MISC I-MISC O O O O I-ORG O B-ORG O O O O O O B-ORG I-ORG O O B-ORG O O O B-ORG O B-ORG O O O B-ORG I-ORG O O B-ORG O O O O B-ORG O O O O B-ORG O O O O O O O O O B-PER O B-PER O O O O B-ORG O O B-PER O B-PER O O B-LOC O B-PER O O O O B-PER O O B-PER O B-PER O O O O O O O O O O O I-PER O O B-PER O B-ORG O O O O I-ORG O O O I-PER O I-ORG O B-PER I-PER I-ORG O O B-PER I-PER I-ORG I-ORG O O O O I-ORG O O O O O O O B-LOC O B-ORG I-PER O B-LOC O B-PER I-PER O O O B-LOC I-PER O O I-ORG O O O O B-ORG I-ORG I-ORG O O B-PER I-PER O B-PER O O B-PER I-PER O B-LOC I-ORG O O B-PER I-PER O B-ORG I-ORG O O B-PER I-PER I-PER I-PER O B-PER I-PER I-PER O B-LOC O B-PER O O B-PER I-PER I-PER I-PER I-PER O O B-PER I-PER I-PER I-PER O B-LOC O O B-ORG I-PER O O B-PER O B-PER I-PER I-PER I-PER I-PER I-PER O B-PER O B-PER I-PER I-PER I-PER I-PER O B-PER O B-PER I-PER I-PER I-PER O B-PER O O B-PER I-PER B-PER I-PER O O O B-PER I-PER B-ORG B-PER O B-LOC O O B-PER I-PER I-PER I-PER I-PER O O O B-PER I-PER O -O B-MISC O B-PER O O O O O O B-LOC I-LOC O B-MISC O O B-ORG O O O B-MISC O O B-LOC I-LOC O O B-ORG I-ORG O O O O O O I-ORG O O O I-ORG I-ORG B-ORG I-ORG O O O O O O O O O O B-PER O O O O O I-ORG O I-ORG O B-MISC O O O O O O O O O O B-PER O O O O O O O O O O O O O B-ORG O O O -O O B-MISC O O O O O B-LOC I-LOC O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O O I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O O B-LOC O O O O O O O O O I-ORG O O O O O O O O B-PER O O O O O O O O B-ORG I-ORG O O O O O O O O B-PER I-PER O O O O O O O O B-LOC O O O O O O O O B-PER I-PER O O O O O O O O B-PER O O O O O O O O B-PER O O O O O O O O B-LOC O O O O O O O O B-ORG I-ORG O O O O O O O O B-PER O O O O O O O O B-PER O O O O O O O O B-PER O O O O O O O O B-PER O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O -O O B-LOC O O B-PER O B-MISC I-MISC O O O B-LOC I-LOC O B-LOC O B-PER I-PER O O O B-MISC B-PER O B-PER I-PER O O O O O O I-MISC O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-ORG I-ORG I-LOC I-PER B-PER I-PER O O -O O B-ORG O B-PER I-PER O B-PER O O B-LOC I-LOC O B-ORG O B-PER I-PER O O O O O O O O I-MISC B-PER I-PER O O O O O I-MISC O O O O O O O B-LOC O B-PER I-PER O O O O O O O B-MISC O B-PER I-PER O O O O O O O B-PER O O O O O O O O B-LOC O O O O O O O B-PER O O O B-MISC O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-PER O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-LOC O O O O B-PER O O O O O O O O O O O B-PER O O O O O O B-ORG O B-PER O O B-PER I-ORG O O O B-PER I-PER O O O O O O O O O O O O O B-MISC O I-MISC I-MISC O O O O O O B-PER O O O B-PER I-PER O O O B-PER O O O O O O O O O B-PER O B-LOC I-LOC O B-MISC O O B-LOC O O O O O O O O O O O O O O O O O O O B-LOC I-PER O O B-PER I-PER O O B-ORG O B-ORG I-ORG O O O O B-ORG O B-LOC O O O O O O O O B-MISC O O O B-ORG I-MISC O O -O O O B-LOC O O O B-LOC O O B-LOC I-LOC O O B-LOC I-LOC O O O O O O O O O O O O O O O B-LOC O O O O O O O O O B-MISC O O O O O B-MISC O O O O O O O O O O B-ORG O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O B-LOC O O O O O O B-LOC O O O O O O O O O B-LOC O O O O O O O O B-LOC I-ORG O O O O -O O B-MISC O O O O O O O B-LOC I-LOC O B-MISC I-LOC O O O O O O O O O O O B-LOC O O I-ORG O I-ORG B-MISC O O O B-ORG O O O O B-ORG O O O B-ORG O O O O B-ORG O O I-ORG O O O O O O B-MISC O O O O O O O B-MISC I-PER I-PER O B-MISC I-MISC I-PER O O O B-PER O O O O O O O O O O O B-PER O O O O O O B-ORG I-ORG O O O O B-PER O O O O B-ORG O O O B-ORG O B-PER O O O O O O O O O O O B-MISC O O O B-LOC O O O O O B-MISC O B-PER I-PER O O B-PER O B-PER O O O O O O O B-MISC B-ORG I-PER O O B-ORG O O O O O O O O B-ORG O B-MISC O O O O O O O O B-PER I-PER O B-ORG I-ORG O O B-PER I-PER O O O O O O O O O B-PER I-PER O O O B-MISC O B-PER I-PER O O O B-ORG I-PER O O B-PER O O O O O B-MISC O O O B-ORG O O O O B-MISC I-MISC O O O O O B-MISC O O O B-LOC O O O B-PER O O B-MISC O B-MISC O O O B-PER O O O O O B-PER I-PER O B-MISC O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O O O O O B-MISC I-PER I-PER O B-PER I-PER O B-ORG I-PER O O O O B-PER I-MISC O O O O B-ORG O O O B-ORG O O B-LOC O O O O O O O O O O I-MISC O O B-MISC O B-ORG O O B-PER O O O O O O B-PER O B-PER I-PER O O O O O B-ORG O B-PER I-PER O O B-MISC B-PER I-MISC O B-LOC O O O O O B-PER O O B-ORG O B-MISC O B-PER I-PER O O O O O O B-PER O O O O B-PER O O O B-ORG O O B-PER O O O O O O O O B-PER O O O O O O B-MISC O B-PER I-PER O O B-PER O O O O O O O O O O O O O O O B-PER I-PER O O B-PER O O O O B-PER O O O B-ORG O O O O O O O B-MISC O B-PER I-PER O O O O O O O B-PER O O O O O O O O O O O O O O B-PER O O O O O B-ORG O B-MISC O B-PER I-PER O O B-PER I-PER O O O B-MISC I-MISC B-ORG O O O O O O B-MISC O O O I-LOC O O O O O O O B-PER O O O O B-ORG O O O B-ORG O B-PER I-PER O O O O O O B-MISC O B-PER O O B-PER I-LOC B-PER O B-MISC B-PER I-PER O O O O O O B-MISC I-MISC O O O O I-MISC O O O B-ORG O O O O B-PER I-PER O O O B-MISC O B-PER I-PER O O B-LOC O O O O B-ORG O O O B-ORG O O O O O O O B-MISC O O B-MISC O O O O O O B-LOC O O O B-MISC I-ORG I-PER O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O B-PER O O O O B-MISC O B-PER I-PER O O B-MISC O B-PER I-PER O O -O O B-ORG O O O B-LOC I-LOC O O O O B-MISC O O O O O O O I-ORG O O B-LOC O O B-LOC O B-LOC O O B-ORG I-ORG O B-LOC O O O B-PER O O O O O O B-LOC O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O B-PER O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O O O O O B-LOC O O B-ORG I-ORG O B-LOC O O B-PER I-PER O B-LOC O O O O I-LOC O O O O O O B-ORG O B-PER I-PER O O B-PER O B-PER I-PER O O -O O B-MISC I-MISC O O O O O O O O B-LOC O B-LOC I-LOC O B-MISC O O I-MISC I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O B-PER I-ORG O O O B-MISC O B-MISC O B-MISC B-PER I-PER O O O O O O B-ORG O O B-PER I-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O B-PER O O O O O O O O O O I-LOC O O O O O B-ORG O O O O O O O B-PER O O O O B-PER O O -O O B-PER I-ORG O O O O B-LOC O B-LOC I-LOC O O O O O O B-MISC O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O B-PER O B-PER O O O O O -O O O O B-LOC O B-ORG O O O B-LOC O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O B-LOC I-LOC O O I-ORG O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-MISC I-MISC I-ORG O B-ORG O O O O O O O O O O O O O O B-PER O B-ORG O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-LOC O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O B-PER I-PER O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O B-LOC O B-LOC O B-MISC I-LOC I-LOC O O O O O O B-MISC O O O O O O O O O O O O B-MISC O O B-MISC O O O O O O B-PER O O O O O B-PER I-PER O O O O O O O B-LOC O O B-PER O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-ORG I-ORG B-PER O B-PER I-PER O B-MISC I-PER O O O O O O -B-MISC O B-MISC I-MISC I-LOC O O O O B-LOC I-PER O B-LOC I-LOC O B-LOC O B-PER I-PER O O O O B-ORG I-ORG I-ORG I-LOC O O O O B-LOC O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-MISC O O O O O O O O O B-MISC O I-ORG I-ORG O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-ORG O O B-PER O O O O O O B-PER I-MISC O O O O B-ORG O O B-LOC O O O O B-PER O O O O O O O O O O O O O O B-ORG I-ORG O O B-LOC O O B-PER O O O B-MISC B-PER O O O O O O O O O O O O O B-PER O B-PER I-PER I-PER O O B-PER O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O B-PER I-PER O B-PER O B-LOC O O O O O O B-LOC O O O B-LOC I-ORG O O B-MISC O O O O O O O O O O O O O B-LOC O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O I-ORG I-ORG O B-LOC O O B-LOC O O B-ORG O B-PER I-PER O B-ORG O O O O B-PER O O O O O O B-ORG I-ORG O O B-PER I-ORG B-ORG I-ORG O O O B-MISC O O O B-LOC I-ORG O B-PER I-PER O O O O I-ORG I-PER I-PER O B-PER O O O O O O O O B-MISC O O O O O B-PER O O B-PER O O O O O O B-ORG O O -O B-LOC O B-PER O O O O O B-LOC I-LOC O O B-LOC O O O O O O B-MISC O O O O O O O O O O O O O O B-MISC O I-ORG O O B-MISC O O O B-ORG O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O B-LOC O O O B-PER O O O O O O O O B-ORG O O O O O O O O O O B-LOC O O O B-PER I-PER O O O O O B-ORG I-ORG O I-ORG O O O O O B-LOC O B-PER O B-PER O O O O B-PER O O O B-LOC I-ORG O O O -B-LOC I-LOC O O O O B-LOC I-LOC O O B-LOC I-LOC O O O O I-ORG I-ORG I-ORG O I-ORG O B-MISC I-ORG O B-PER O O O O O O O B-PER O B-PER O O O O I-PER O B-PER I-PER O O O O O O O B-PER O O B-PER O O O O O O O O O O O O O B-PER O O O O O O O B-PER O O O O B-PER O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O B-PER I-PER O O O O O O B-PER O O O O B-LOC O O O O B-LOC O O B-PER O O O O O O O O O B-ORG O O O O O O O O O O O B-ORG O O O O O B-PER O O O B-LOC O O O O B-MISC O O B-PER I-PER O O O O O O B-LOC O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-PER O O B-PER O O B-PER O O B-PER O O O B-PER O O O O O O O B-ORG O O B-ORG I-ORG O O O O O O O O O B-PER O O O B-LOC O O I-ORG B-LOC O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-ORG O O O O I-MISC I-MISC O O O B-PER O O O O B-LOC O O O -B-LOC O O O O B-MISC O O O B-LOC I-LOC O B-LOC I-LOC O B-LOC O O O O B-MISC I-ORG O O O O O O O O B-MISC I-MISC O O O O B-MISC O O O O O O O O O O O O O I-MISC I-MISC O O B-ORG O B-PER I-PER O O O I-ORG O O O O O O O O O O O O O B-MISC O B-PER I-PER O O O O O O O O O O B-LOC O O B-LOC O O B-LOC O O O B-PER O O O O O O O O O O O O B-ORG I-ORG O O O O B-PER O O O O O O B-LOC I-LOC O O O B-PER I-PER O O O O O B-LOC B-ORG O O O O B-LOC O O O O B-LOC O B-LOC I-LOC O O B-MISC O O O O O B-PER O O O B-MISC O O O O O O O O B-LOC O O O O O O O B-MISC O O O B-MISC O O B-LOC I-PER B-ORG O O O B-LOC O O O I-ORG O O B-PER O O O O O O O O O O O O O O O B-PER O B-LOC O O O B-MISC O O O O O O O B-ORG O O O O I-MISC I-MISC O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-PER O O O B-PER O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O B-PER O O O O O O O O O O O O O O O B-PER O O O O B-PER O O O O O O O B-MISC O O B-MISC O O B-PER O O O O O O O O O B-LOC I-LOC O O O B-MISC I-PER O B-MISC O O O O O O B-MISC O O O O O O O O O O O O O B-MISC O O O O O O B-MISC O O O O O O O B-LOC I-LOC O O O O O B-MISC O O B-PER O O O O B-MISC O O O O O B-MISC O O I-PER O O O O O O O -B-MISC O O O O O O O O B-PER I-PER O B-LOC I-LOC O B-MISC I-MISC I-LOC O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O B-LOC O O O O O O O O O O O O O B-PER I-PER I-PER O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O B-PER I-PER O B-LOC I-LOC O O B-ORG O O O O O O B-PER O O O O O O O O O B-LOC O O B-PER I-PER O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O I-ORG O B-MISC I-LOC O B-PER O O O O O O O O O O O O B-PER O O O O O O O O O B-MISC O O O O B-ORG O O B-PER I-PER O O B-MISC B-ORG O O O O O O B-LOC O O O O O B-ORG O O O O O O O O O O O B-LOC O O O B-MISC O O B-PER O O O O O O B-LOC O B-LOC O O B-PER I-PER O B-LOC O O O I-MISC O O O O O O O O O O O O O O B-PER O O O O O O O O B-PER O O O O O O B-ORG O O O O O B-PER O B-PER O O B-PER O B-PER O O O O O B-LOC O O O O O O I-MISC I-MISC I-MISC O B-ORG O O O I-MISC O O O B-ORG O B-ORG I-ORG O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O O B-LOC O B-PER I-PER O O B-PER O B-PER O B-PER I-PER O O B-PER I-PER O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-LOC I-LOC O O O O O O O B-PER I-PER O O O B-LOC O B-ORG O B-PER I-PER O O O O O O B-PER I-PER O O O O O O O O O B-LOC O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O B-MISC O O O O O O O O O O B-LOC O O O O O O O B-PER I-PER O B-PER O O O O B-PER O O O O O O O O B-MISC O O O O O O B-PER O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-MISC O O O O O B-PER O O B-PER I-PER O O O O B-PER O O O I-PER O O B-LOC O O B-PER I-PER O O B-PER O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-LOC I-ORG O O O O O -B-MISC O B-ORG O O B-PER O O B-LOC I-LOC O O O O O B-MISC O O B-MISC O B-PER I-PER I-PER O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-PER I-PER O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-MISC O O O O O O O O O O O B-MISC I-PER O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O -B-MISC I-MISC O O O O O O O B-MISC O O B-LOC I-LOC O O B-LOC I-LOC O I-ORG O O O O O O O O O B-MISC O O O O O B-LOC O O O O O O O O B-MISC O O O O O O O O O O B-MISC O O O O O O B-MISC O B-ORG O O O O O O O O O O O O O O O B-PER O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O -B-MISC I-LOC O O B-ORG O B-LOC O O B-LOC I-LOC O B-LOC I-LOC I-LOC O O O B-MISC O B-PER O B-LOC O O O O O O O O O O O O O O O O O B-MISC O O I-LOC O O O O O O B-MISC O O O O O O B-PER I-PER O O O O O O O B-LOC I-ORG O O O -B-MISC O O O O B-LOC O O B-LOC I-LOC O B-LOC I-LOC I-LOC O B-ORG O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O I-LOC O O O O O O O O O O O O O B-PER O O O O O B-LOC O O O O O -O O O B-PER I-ORG O O O O B-PER I-PER O O O O O O O O O O O O B-MISC B-MISC O B-PER I-LOC O O O O B-LOC I-LOC O O O O O O O O O O O O O B-PER O O O O O O O O B-MISC I-PER O O O O O O O O O O O O O O B-PER I-MISC O O O I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O B-LOC O O B-LOC O O -B-LOC O O O O B-MISC O O O B-PER I-PER O B-LOC I-LOC O O B-MISC O O O O O O O O O B-MISC I-ORG O B-MISC I-ORG I-ORG O B-ORG I-ORG O B-LOC O B-PER O B-PER I-PER O O O I-ORG O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O B-ORG O O I-MISC O O O B-LOC O O B-LOC I-LOC O B-PER I-PER O O O O O O O O O O O O O B-PER O O O O O O B-LOC O O O O I-MISC O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-ORG O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O B-MISC O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-ORG O O O O O O O O O O O O O O O B-MISC I-ORG O B-MISC I-ORG I-ORG I-ORG O B-LOC I-ORG O O O O O B-LOC O O B-MISC O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O B-MISC I-MISC O B-ORG I-MISC O O O O B-PER O B-PER O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O B-ORG O B-ORG O O O O B-PER I-PER O O O O B-MISC I-ORG O B-MISC O O O O O O O O B-LOC O B-PER I-LOC O O O O O O O I-LOC I-LOC O O O O O O O O O B-PER O O B-ORG O O O O O O B-PER O O O B-MISC I-ORG O B-MISC O O B-ORG O O O O O B-PER O O O B-MISC O O O O O O O O O O B-PER O B-PER O O O O O O O O O O B-PER O O O O O -B-ORG O O O O O O O O O O B-LOC I-LOC O B-LOC O O O O O O O O O O B-MISC O O O O O O O O O O B-PER O I-ORG O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O O O O O B-LOC O B-LOC O O O O O O O O B-MISC O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-MISC O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-MISC O O O O O O B-PER O B-PER O O B-ORG O O O B-LOC O O O O B-PER O O O O O O O O O O O O O O O O B-LOC O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O O O B-LOC O O O B-MISC O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O B-LOC O O B-MISC O O B-MISC I-MISC O O O O O O O O O O B-LOC I-MISC O O O O O -O O O O B-LOC O O B-LOC I-LOC O O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-ORG O O O B-MISC O O O O B-LOC I-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O B-PER O O O O O O O B-MISC O O B-MISC O O B-LOC I-LOC O O O O O O O O O O O O B-LOC O O O O O O O O O O O O B-MISC O O O O O O O O O O B-LOC O O O O O O O O O O O O B-MISC O O O O O I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O B-ORG I-LOC O O O O O O O O O O O O O B-PER O O B-MISC O O O O -O O B-MISC O O O O O B-LOC I-LOC O B-MISC O O B-PER I-PER O O O O O O O O B-PER O B-PER I-PER O O O O O B-MISC O O B-PER O O I-ORG O O O O O O O O O O B-MISC O O O O O O B-PER O B-PER O O O O O O O O O O O O B-MISC O O O B-ORG O O O O O O O O O O O O O B-LOC I-LOC O O O B-PER O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-PER O O O B-MISC I-LOC O I-ORG O I-LOC O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O B-MISC O O O O O I-ORG O O O O O O O O O O O O O O B-PER O O O O O O O B-ORG O O -O I-ORG O O O O O O B-LOC I-LOC O B-ORG I-ORG O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG O O O B-ORG I-ORG O O I-ORG O O O B-LOC O O I-LOC I-LOC O B-LOC I-ORG I-ORG I-ORG I-ORG O B-ORG O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O B-ORG O O B-LOC O B-LOC I-LOC O O O O O O O O B-PER I-MISC O O O O O O O B-LOC O O O B-ORG I-ORG B-PER O O -B-ORG O O O O I-ORG O B-LOC I-LOC O O O B-LOC I-LOC O O B-PER O O O O I-MISC I-MISC O O O B-LOC I-LOC O B-LOC O O O O O B-LOC O O O O O B-LOC I-LOC O O O O O O O O O B-PER I-PER O O O B-LOC I-PER O O O O O O O O O O O O O O O O B-LOC I-ORG O O O -O O B-LOC O B-LOC I-LOC O O O O O B-PER O B-LOC I-LOC O B-LOC O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O B-LOC I-LOC O O -B-LOC O O O O O O B-PER O O O B-LOC I-LOC O B-LOC I-ORG O O O O O B-MISC O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O I-MISC I-LOC B-MISC B-MISC O O O B-MISC I-LOC I-PER B-ORG O O O I-LOC B-ORG I-PER I-PER O O O B-MISC I-LOC B-ORG I-LOC O O O B-LOC I-LOC I-PER B-ORG O O O B-ORG I-ORG I-PER B-ORG O O B-LOC I-LOC I-MISC I-LOC I-LOC O O O B-MISC B-ORG I-ORG B-ORG O O O B-PER I-PER I-PER B-ORG O O O I-PER I-MISC B-ORG B-ORG O O O B-ORG O O O O B-MISC O O O O O B-ORG O B-PER O B-ORG O O O O O B-PER I-PER O O O O B-LOC O O O O B-PER O O O B-ORG I-ORG O O O O B-LOC O B-PER O O O -B-MISC O I-LOC I-LOC I-LOC O B-PER O O B-LOC I-LOC O O B-MISC O O O O O B-LOC O O O O O O O O B-MISC I-LOC I-LOC O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-LOC O O O B-ORG I-ORG O O O O O B-PER I-PER I-PER O O O O O O -O I-LOC I-ORG O O O O O O B-LOC I-LOC I-LOC O O I-MISC O O O B-MISC I-LOC O O O B-ORG I-ORG I-ORG I-ORG O O O B-MISC O -O I-LOC O O B-PER I-ORG B-LOC O O O O O O B-LOC I-LOC I-LOC O B-MISC O B-PER I-PER B-PER O I-PER O B-PER I-PER O B-PER I-PER I-PER O O B-LOC O O O O B-LOC I-ORG I-ORG I-ORG O O O B-MISC O -O I-ORG O O B-PER O B-ORG B-MISC O O B-LOC I-LOC I-LOC O O O O B-MISC I-ORG O O B-ORG I-ORG I-PER I-PER O O I-PER B-ORG O O O B-LOC I-LOC I-ORG I-ORG O B-PER O -O I-ORG O O O O B-ORG B-MISC O O B-LOC I-LOC I-LOC O B-LOC I-ORG B-LOC I-LOC O O B-MISC O B-PER I-PER I-PER I-PER O B-ORG I-LOC B-ORG I-PER O O B-LOC O O B-PER O O B-PER I-PER I-PER O B-PER I-PER B-ORG O O B-ORG I-ORG I-PER I-ORG B-ORG O B-PER I-PER B-ORG O O B-ORG I-PER I-PER B-ORG O B-PER I-PER B-ORG O O O B-ORG I-ORG I-ORG I-ORG O O O B-MISC O -B-PER O O O O O B-MISC O O O O B-LOC I-LOC I-LOC O B-MISC I-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O B-PER O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC I-LOC O O O O O B-LOC O O O O O O O B-LOC O O O B-ORG O O O O O O O B-LOC I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-ORG O -B-ORG O O O O O O O O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O O O B-MISC O O O O B-ORG O O O O O O O O O O B-ORG O -B-LOC I-LOC B-PER O B-ORG I-LOC B-ORG O O B-PER I-PER O B-LOC I-LOC I-LOC O B-ORG I-ORG I-ORG O B-LOC I-ORG O O O O O O I-MISC O O O B-ORG I-LOC I-LOC O I-ORG O B-ORG I-ORG O B-MISC I-LOC I-PER O I-ORG O O B-PER I-PER O O O B-PER O O O O O O O O O O O O B-PER O O O O O B-LOC I-LOC O O O O O O O O O O O B-PER O B-PER I-PER O O O O B-PER I-PER O O O O O I-ORG O O O O O O O O O B-MISC O O B-PER O O O O O O O O O O O O O B-ORG O O O O B-PER I-PER O O O O O B-LOC O O O O O O O O O O B-PER O O O O O O O O O O O O O B-ORG I-ORG O O O O B-PER I-PER O O O O O B-PER O B-PER I-PER O O O B-PER O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-LOC O B-LOC O B-PER I-PER O O O O O O O B-PER I-PER O O B-ORG I-MISC I-ORG O B-ORG I-PER I-ORG O B-ORG I-ORG I-LOC O O O O O O O O O B-LOC O B-PER O O O O O B-PER I-PER I-PER O O O B-PER O O O O O B-PER I-LOC O O O O O B-ORG I-ORG O B-PER O B-LOC I-LOC O B-ORG I-LOC O O O O O O O B-PER O O O O O O O O O O O O O O O O B-PER O O O B-LOC I-LOC O B-LOC I-ORG I-ORG O O B-LOC I-LOC O B-LOC O B-LOC O B-LOC O O O O O O O B-MISC O O O O O B-PER O O O O O O B-PER O O O B-PER I-PER O B-PER I-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O B-LOC O B-LOC O B-LOC O B-LOC O B-LOC O B-LOC O B-LOC O B-PER O B-LOC O B-ORG O O B-PER O B-PER I-PER O O O O O O B-PER O O O O O O O B-PER I-PER O B-PER I-PER O B-ORG O O O O O O O O O O O O O B-PER O O O O O B-PER O O O O O B-LOC O O O O O O O O O O O O O B-LOC O O O O O O O B-PER O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O B-PER O O O O O O O O O O B-MISC I-PER O O O O O O O B-ORG O O O O O O O O O O O O O O O B-ORG O O O I-ORG O O O B-PER O O B-PER I-PER O B-LOC O O O O O O B-PER O O O B-ORG I-ORG O O O O O O I-LOC I-LOC I-ORG O O B-PER O O O O B-PER O B-PER I-PER O B-LOC O B-PER O O O B-PER O O O O O O O O O B-ORG I-PER O O O O O O B-MISC O O O O O O O O B-LOC O O O O O I-PER O O O O O O O O B-PER O O O O B-MISC O B-PER O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-LOC I-LOC O B-ORG I-ORG O O B-LOC I-LOC I-ORG O B-PER O O -B-MISC I-LOC O O O O O O O B-LOC O B-LOC I-LOC O B-LOC I-LOC O B-LOC I-LOC O O O O B-PER I-PER I-PER O O O O B-PER O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER O O O O -B-LOC O O O O O B-LOC I-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O O O O O O O B-PER I-PER O O O B-MISC O O O O O O O O O B-PER O O O O O -O O O O O B-MISC I-LOC O O B-PER I-PER O B-LOC I-LOC O O B-MISC O O O O O O O O O B-MISC O O O O O O O O B-LOC O O O O O O O O B-MISC I-PER O O O O O O O B-PER I-PER I-PER O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-PER O O B-PER O B-PER O O O O O O O B-PER I-ORG I-ORG O O O O O B-MISC O O O O O O I-ORG O O O O O O O O O O O B-LOC O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-MISC O O O O O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O B-MISC O O B-PER I-PER O O O O O O O O O O O O O O B-PER O O B-PER O O O I-MISC O O O O O O O O O O O B-PER O O O O O O O O O O O O B-PER O B-PER O O O O O O O O O O B-LOC O B-LOC O O B-PER O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER O O O O O O O O O I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-PER O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O B-MISC I-MISC O O B-ORG I-ORG O O B-ORG I-ORG O O O O B-PER O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O I-ORG I-ORG O B-LOC O B-MISC I-ORG O O B-PER O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O B-LOC I-PER O B-PER O O O B-MISC O O O I-MISC O B-PER I-PER B-MISC O O O O O O O O O B-PER O O O B-LOC O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-ORG O O O B-MISC O O O O O O O -B-LOC O O B-MISC O O O B-LOC I-LOC I-ORG O B-ORG O O O B-MISC I-LOC O O B-ORG I-ORG O O O O O B-ORG I-ORG I-ORG O O O O O O I-LOC I-LOC I-LOC O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O B-MISC B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-LOC O O O O O O O O O O O O O B-ORG O O O O I-LOC O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O -B-ORG I-ORG O O B-PER I-MISC I-LOC O O B-LOC I-LOC O O B-LOC I-ORG I-LOC O O O O B-LOC I-MISC I-LOC O O O O B-PER O O O B-LOC O B-PER O O O O O B-ORG O O O O O O O O B-ORG O O B-ORG O O O O O O O O O O B-LOC O O O O B-LOC O B-PER I-LOC O O -B-LOC O O O O B-ORG I-ORG O O B-LOC I-LOC O B-LOC O O B-PER I-PER O O O O O O O O O B-PER I-PER O O B-MISC I-ORG I-ORG I-ORG O O O B-PER O O O O O O O O O O B-LOC I-ORG O B-LOC I-LOC O O B-MISC O O O B-PER I-PER O O O O O B-LOC I-LOC O B-ORG O O O O O B-MISC O O O B-ORG I-MISC O O I-MISC O O O O O B-LOC O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-MISC I-PER O O O O O O O O O O B-LOC O O B-LOC I-ORG O O O O O O O O O -B-MISC O O O O B-LOC I-LOC O O O B-PER I-PER O B-LOC I-LOC O O O O O O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O B-PER O O O O B-LOC O O O O O B-LOC O O O O O O O O O O O O O O O O O O O I-PER O O O B-LOC O O O O O O O O O O O B-PER I-PER O O O O O O O O O B-MISC O O B-LOC I-LOC O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O B-ORG I-ORG I-ORG O O B-ORG O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O O O O O O O O B-MISC O O O O O B-PER O O O B-MISC O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-MISC O O O O B-PER O O B-PER O O O O O O O B-PER O O O O O O B-PER O B-PER O B-LOC O O B-PER O B-PER O O O B-MISC O O O O O O O O O O O B-MISC O O O O O B-LOC O O O O O B-MISC O O O O O B-PER O O B-PER O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O B-MISC O O O O B-ORG I-ORG O O B-PER O B-PER I-PER O B-PER I-PER O O B-LOC O O O O O O O O O O O O B-LOC O B-PER O B-PER O O O O O O O O O O O O B-ORG O B-PER O B-MISC O O O O O O O O O O O O O O O O O B-PER O O O O I-LOC O O I-ORG O O B-PER O O O O B-PER I-PER O O O O O O O O O O O O O B-PER O O O O O O B-MISC O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER O O B-PER O O O O O O O B-LOC O B-LOC O O B-PER O O O O O O O O O O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-PER O O O O O O O O O O O O O I-ORG O O O O O O O O B-MISC O O O O B-PER O O O O O O B-MISC B-PER I-PER I-PER O O O O O O -O O O B-ORG O O O O O O B-LOC I-LOC O O O O O O O B-MISC O O O B-LOC O O O O O O O B-LOC I-LOC O B-LOC I-LOC I-LOC O B-ORG I-ORG O O O O O O B-ORG O O O B-LOC O O O O O O O O O O O O O O O O O B-ORG O O O O -O O O O B-LOC O O O O O O B-LOC I-LOC O O I-MISC O O B-LOC O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O B-ORG I-ORG O O O O -B-MISC O B-ORG I-ORG O O O O B-LOC I-LOC O O B-MISC O O B-PER O B-ORG I-ORG B-LOC O B-LOC I-LOC O O O O O O O O O O O B-PER O O O O O B-ORG O O O O O O O B-MISC O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-PER O O O O B-PER O O B-ORG O O B-PER O O O O O O O -B-MISC O O O O O O O O B-LOC I-LOC O O B-MISC O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O B-PER I-PER I-PER O O B-PER O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-PER O O O O O O O O O O B-PER O O O -B-MISC B-ORG O O O B-ORG O O B-LOC I-LOC O B-LOC O B-PER O B-PER I-PER O O O O B-LOC I-PER I-LOC I-PER O O O O B-PER I-MISC O O B-LOC O B-LOC O O B-ORG O O O O O O O O B-PER I-PER O O B-LOC O O O O O B-PER I-PER O O O O O O B-ORG O O O O O B-PER I-PER O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-LOC O O B-LOC O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O B-PER O O O O O O O B-PER O O O O O O O O O O O O B-PER O O O O O O O B-MISC O B-PER O O O O O O O B-MISC O O O O O O O B-LOC O O B-PER O O O O O O O B-PER O O O O O O B-MISC O O O B-MISC O O O B-MISC O B-LOC O O O O O B-ORG O O O O O O O -B-LOC O B-PER O O O O B-LOC O O O B-PER I-PER O B-LOC I-LOC O B-MISC I-MISC O B-PER I-PER O B-PER I-PER O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-PER O O O B-PER I-PER O O O B-PER O O O O B-ORG O O B-PER O O O B-PER I-PER O O O O B-LOC O B-PER I-PER O O B-PER I-PER O O O B-PER O O O O O O O O O O O O O O O O B-ORG I-ORG O O B-PER O O O O O B-PER I-PER I-PER I-PER O O O O O B-PER O O O O O O O O O O O O O O O O B-PER O O O B-MISC O O O B-MISC O O O O O O O O O B-PER I-PER O O O O B-LOC I-LOC I-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-MISC O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-PER O O B-LOC O I-LOC O B-PER O O B-PER O O O O O B-LOC O O O O O O O B-PER O O O O O O O O O O O I-MISC I-MISC O B-PER O O B-PER O O O O O O O O O O O O O O B-PER O B-PER O O O O O O O O O O O B-PER O O O O I-ORG O B-PER O O B-MISC O O O O O O O O O O O O O O B-PER O O O O O O I-ORG O O O O O O O O O O O O O O O O O O B-ORG O B-PER I-PER O B-MISC O O B-PER O O O B-PER O O O O B-PER O O O O B-MISC O O O O O O O O O O O O O O O O O B-PER O O O B-MISC O O O O O O O O O B-MISC O O O O O O B-PER O O O O O O O O O B-PER O O O O O O O O O O O O B-ORG O O O O O B-PER O O O B-PER O O O O O B-MISC I-MISC I-ORG B-ORG O O O O O B-ORG I-ORG O O B-PER O O O O O O O O O O O O O O O B-PER O O O O O B-PER O B-PER O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-ORG O O O O O -B-MISC O B-ORG B-MISC O B-MISC O B-LOC O O B-LOC I-LOC O B-LOC I-LOC O O O O O O O B-LOC O O O B-MISC O O O O B-LOC O B-MISC O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O B-ORG O O O O B-PER O B-MISC O O O O O O O O O B-PER I-PER O O O O O O B-LOC O O O B-PER O O O O O O B-PER O B-LOC O B-LOC O B-LOC O O O O O B-LOC O B-LOC O B-LOC O B-LOC O O O B-LOC I-ORG O B-ORG I-ORG B-ORG O -B-LOC O O B-LOC O O B-PER O O B-LOC I-LOC O B-LOC O O O O O O B-MISC O O B-PER I-PER O O O B-LOC O B-PER I-PER O O O O O O O B-ORG O O O B-PER O O O B-PER I-PER O O B-LOC O O O O O O O B-PER O O O B-PER O O O O O O O O O B-PER O B-PER O O B-PER I-PER O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O I-ORG O O B-MISC O O O O O B-PER O O O O O O O O B-PER O B-ORG O O B-ORG O B-PER I-PER O B-PER O B-PER O O O O O B-LOC O O B-PER O B-LOC O O O B-LOC I-ORG O O O O O O O B-ORG O O O O B-PER O O B-LOC O B-ORG O O O O O O O O O O B-LOC O O O O O O O B-ORG I-ORG O O O O O O O O O O O -B-PER O O O B-LOC O O O O O O O B-LOC I-LOC O B-MISC O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O I-ORG O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O B-ORG O O O B-PER I-PER O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O B-PER O O O O B-LOC O O O O O O O O O O O O O I-LOC O B-ORG O O O O O O B-PER I-PER O O B-PER I-PER O O O B-MISC I-LOC O O B-PER O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O I-PER I-PER O O O B-MISC O O B-ORG I-ORG O B-PER O O O O O O O O O O O O O -O B-PER O O O O B-MISC I-MISC O O B-LOC I-LOC O O O O O O O O O O O B-MISC O O O O O O O O B-MISC O O O I-MISC O O O I-ORG O O O O O O O B-ORG I-ORG O O O O O O O O O B-MISC O B-PER I-PER O O O O B-LOC O B-MISC B-LOC O O O O O B-PER O O O O O O O B-PER O B-PER O O O O O B-PER I-PER O O O O O B-MISC B-LOC O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-PER O O O O O O B-MISC O O O O O I-LOC O O B-PER O O B-MISC O O O O O O O O O O O O O O -O B-PER O B-ORG O B-LOC B-LOC O O B-LOC I-LOC O O O O O O O O O O O O B-LOC O O B-LOC O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-MISC O O O B-LOC O B-LOC I-LOC O O O O O O B-LOC O B-ORG O O O O O O O O O O O B-MISC O O O O O O O O O -B-LOC B-ORG O O O O O O O O O O O O B-LOC I-LOC O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-MISC I-ORG O O O O O O B-MISC O O O O O O O O O O O B-PER O O O O O O O O O B-LOC O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-MISC O B-LOC O O O O O O O O O O O O O O O O O O B-ORG O O O B-PER I-PER O B-ORG O O O O O B-ORG I-ORG O -B-LOC O O O O O O O B-LOC O O B-LOC I-LOC O B-LOC O O O O O O O O O O O O O O I-ORG O O O O O O O O O O B-LOC O O O O O O O B-MISC O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O B-PER I-PER O O O O O O O O O B-PER O O O B-MISC O O O B-PER O O O B-MISC O O O O O O B-LOC O O O O O B-ORG O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-PER O B-LOC I-LOC B-ORG I-LOC O B-MISC O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-ORG O I-ORG O I-ORG I-PER O B-ORG O O O O O B-PER O O B-LOC O O B-LOC O O O O O O O B-PER O O B-PER O O B-LOC O O O I-MISC O O O O O O O O B-MISC O B-MISC I-PER O O B-LOC I-LOC O O B-ORG I-ORG I-ORG B-PER O O O O O O O O O O O O B-MISC O O B-PER O O O O O O O B-LOC I-LOC O O O B-LOC O O O O B-PER I-MISC O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-ORG O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-PER O O B-LOC O O O O O O O O O O O O O O O O O O O O -O O O O O B-LOC O O B-LOC I-PER I-PER O B-LOC I-LOC I-LOC I-LOC O O O O B-PER O O O O O O B-PER O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-LOC O O O O O O O O O O O O B-MISC O O O O O O O B-PER I-PER O O O O O B-MISC O O I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-PER O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-ORG O O B-MISC I-MISC O O O O O O O O O O O B-PER O O O O O O O B-MISC O O O O O O O B-PER I-PER O O B-LOC O O O O B-MISC O O O O O O O O O O O O O O B-PER O B-PER I-PER O O O O O O B-PER O O O O O O O O O O O O B-MISC O O O O O B-PER I-PER O B-ORG I-PER O B-LOC O O O O B-ORG O O O O O O O O O B-PER I-PER I-PER O B-PER O O O O O O B-PER O O O O O O O O O O O O O O O O B-PER O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-PER O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER O O O O O O B-ORG O O O B-PER I-PER O O O O O B-PER I-PER O O B-PER O O B-PER I-PER O O O O O O O O O O B-MISC O O O O O O O O O B-LOC I-LOC O O B-PER I-PER B-PER I-PER O O O O O I-PER O O O O O O O O O O O O B-PER O O O O O B-MISC O B-PER I-PER O O O B-MISC O O B-PER O O B-MISC O O O O O O O B-MISC O O B-PER O O O O O O O O O O O O O O O O O O O -O B-MISC I-MISC B-PER O B-PER I-PER O O B-LOC I-LOC I-LOC O O O O O O O O B-LOC I-LOC I-LOC I-LOC I-ORG I-ORG O B-PER I-MISC O O O O O B-ORG O B-PER I-PER O B-PER O B-PER O O O B-PER O O B-PER O B-PER O O O B-PER O O O O O O O O B-PER O O O O O O O O O O O B-LOC O O O O O O B-ORG I-ORG I-ORG O B-ORG O -B-MISC O O O B-LOC I-LOC O O O O O B-LOC I-LOC I-LOC O O B-MISC O O B-MISC O O B-MISC O O O B-MISC O O O O I-ORG I-ORG O O O O O O O B-PER O O O O O O O O O O O B-PER O O O O O O B-MISC O O O O O O O O O O O O O I-LOC O O O I-ORG O O O O O O O O B-MISC I-ORG I-ORG O B-LOC O B-LOC I-LOC O O O B-ORG I-ORG O O O O O O B-LOC O B-LOC I-LOC I-LOC O B-PER O O O O O O O O O O O O O O O B-MISC O O O O B-PER O O O O B-PER O O O O O O O O O O O O O O O B-PER O O O O O O O O B-MISC O O B-LOC I-LOC I-LOC O B-PER I-PER O B-ORG O I-ORG O O O O O O O O O O O O B-PER O B-LOC O O O I-ORG O O O O O B-LOC O B-LOC O O O O O O O B-LOC O O O O O O O O B-ORG O O O O B-PER O O O O B-PER O O O O O O O O O O O B-LOC O O B-ORG I-ORG O O O O O O B-LOC O B-LOC I-LOC O O O O O O B-ORG O B-LOC O O B-PER O O O O O O O O O O B-PER I-PER O B-LOC I-LOC O I-LOC B-ORG O -B-LOC I-LOC B-ORG O O O B-MISC O B-PER O O B-LOC I-LOC I-LOC I-LOC O B-MISC O O O O O O O B-ORG I-LOC O O O B-PER O O O B-ORG O O O O O O O O O O O O B-LOC I-PER I-LOC O I-ORG O O O O O O O O O B-MISC O O O O B-PER O O O O O O B-MISC O O B-PER O O B-ORG I-ORG O O O B-PER O O O O O B-MISC O O O B-ORG I-ORG O O O -B-LOC O B-LOC O O O B-MISC O O O O B-LOC I-PER O B-LOC O B-LOC O O O O O O B-LOC O O O O O O O O O O O O B-PER I-PER O O O B-LOC O O B-PER O O O O O O O O B-PER O O O O O O O O O O O B-PER O O B-PER O O O O B-PER O O B-PER O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-LOC O O O O O O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-MISC O O B-ORG O O O B-ORG O O O O O O B-ORG O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-PER I-PER O B-MISC O B-PER I-PER O -B-LOC O B-PER O O B-MISC O O O O B-LOC O B-LOC I-LOC I-LOC O B-MISC I-LOC I-LOC I-LOC O B-PER I-PER O B-ORG O O O O O O B-LOC O O B-ORG O O B-PER I-ORG I-ORG O B-MISC O I-MISC O O O O B-PER O O O O O B-MISC O B-LOC O O B-MISC O O O O O O O O O O O O O O B-LOC O O O B-ORG O O O O B-MISC I-MISC O O O O I-LOC I-MISC B-PER I-PER I-LOC O O O O B-LOC O B-LOC O O O B-MISC O O B-PER O B-MISC O B-PER I-PER O O O O O O O B-PER I-PER O O O O B-LOC O O O O O O O O O O B-MISC O O O O O B-PER O O O O O O O O B-MISC O O O O O O B-PER I-PER O O B-PER I-PER I-PER O O O O O O O B-LOC I-LOC O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O B-LOC O O B-LOC O O B-PER I-PER O O O B-LOC O O O O O B-LOC O O O O O O O B-PER O B-PER I-PER O B-MISC O O O O O O O O O O O O O O O I-LOC O O O B-MISC O O B-LOC O O B-LOC O O O O O O O O B-LOC I-ORG O O O I-ORG O O O O B-PER O O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O O O B-PER O O O O O B-MISC O O B-LOC O O O O O O O B-PER O O O O B-PER O O O O O O O O O O O B-PER O O O O B-PER O O O O O O O O O B-LOC O B-PER O O O B-LOC O O O B-MISC O O O O O B-MISC O B-PER I-PER O B-LOC O O B-PER O O O O B-PER O O O O O O O B-LOC O O O O O B-ORG O O O O O I-LOC O O O B-LOC O O -B-LOC O O O O B-LOC O O O O O B-LOC I-LOC O B-LOC O O I-ORG O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O B-ORG O O O O O O O B-MISC O O O O B-MISC O O B-LOC I-LOC O O O O O O O O B-MISC O O O O O O B-MISC O O O O O O B-LOC O O O O O I-ORG O O O B-LOC O B-LOC O B-ORG O O O O O O O O O O O O O O O O O O -O B-PER O O O O O O B-LOC I-LOC O B-ORG O O O O O O O O O O O O O O O O O O O I-LOC O B-LOC O B-MISC O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-MISC O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-LOC O O B-LOC I-LOC O O O O O O O O B-LOC I-LOC O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O B-PER O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O -B-ORG O O O O O O O O B-LOC I-LOC O B-LOC I-LOC O O O B-ORG O O O O O B-MISC I-ORG O I-ORG O O B-LOC O O O O B-MISC O B-LOC O O O O O O O O O O O O O O O O O O O B-ORG O I-ORG O O O O O O O O O O O O O B-MISC O B-LOC I-ORG O O O O O O O O O O O O O O O B-LOC O O O O B-MISC O O O O O O O B-ORG O O O O O O O O O O O O I-ORG I-ORG O O B-ORG O O O O O O O O O O O O O O O O O O I-ORG O O O O O O O O O O O O O O O O O O O O O B-ORG O O I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER I-PER O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-LOC O O O O O O O O O O O O B-LOC B-LOC O O O O O O O O O O O O O O B-MISC I-LOC O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-ORG I-ORG O B-PER O O O O O O O O O O B-MISC O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-MISC I-MISC I-MISC I-MISC O B-ORG O O O B-PER I-PER O O B-MISC I-MISC O O O I-ORG I-ORG B-PER I-ORG O O O I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER O O O O O O O O O B-PER I-PER O O O O O O O B-PER O O O O O O O O B-PER O O B-LOC I-LOC O O O O O O O O O O O O O O B-MISC O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-PER O O B-LOC B-LOC O O O O O O -B-PER O B-ORG O B-PER I-PER O B-MISC O O O B-LOC I-LOC O B-MISC I-MISC O O O O O O O O O O O O I-ORG I-ORG O B-ORG O O O O O O O O O O B-ORG O O B-LOC O O B-PER I-PER O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O O B-PER O O O O O O O O O O B-MISC O O B-PER O O B-PER I-PER O O B-PER I-MISC O O O O O O O O O O O O O B-MISC O O O B-PER O O O O O O I-ORG O O O O O O B-MISC O O O B-MISC I-MISC O O B-ORG O O O O B-PER O O O O O O O O O O O O O O O B-MISC O O O O O O B-PER O O O O O O O O O B-LOC O O O B-PER O O O O O O I-PER O O B-MISC I-MISC I-MISC O B-ORG O O O O O I-ORG I-ORG O B-LOC O O O B-MISC I-MISC O O B-MISC I-MISC O O B-LOC O O B-PER O O O O O O O O O O O B-ORG O O O B-ORG O O O O B-PER O O O O O B-PER O O O B-MISC O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-ORG I-ORG I-ORG O O B-ORG O O O I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O B-ORG O O O O O O B-ORG I-MISC O O B-PER O B-PER O B-LOC O B-LOC O O B-LOC O B-LOC O B-LOC O B-ORG O O O B-ORG O O O O B-ORG I-ORG O B-PER O O O O O O O O O O B-PER O O O O O O O O O I-ORG O O B-PER O O O O O B-PER O O B-PER I-PER O O O O B-ORG O O O O B-ORG O O O O O O O O B-PER O O O B-MISC O O O O O O O B-ORG O B-PER O O O O O O O O O O O O O O O O O O O B-ORG O O -B-MISC O O O B-PER O O O B-LOC I-LOC O B-MISC O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-PER I-PER O O O B-LOC O O O O I-ORG O O I-ORG I-ORG O O O O B-PER O O O O O B-PER O O O O O B-PER O O O O B-PER O O O O B-ORG I-ORG O O O O O O O O O B-ORG O O B-PER O O O O O O O O O O O O O O O B-LOC O O O O B-MISC O O I-LOC O O O O B-PER O O O O O O B-MISC I-PER O O O O O O O O O O O O O O O O O B-LOC O O O B-PER O O O O B-ORG O O O O O B-LOC I-ORG O O O O O O O O O B-PER O O B-LOC O O B-ORG I-ORG O O O O O B-LOC O O B-LOC O O O B-PER O O O O B-LOC O O O O O O O B-LOC O O O O O O O O B-PER O O O O O O O O B-MISC O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-MISC O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-LOC O O B-LOC O O O O O O O O B-LOC I-LOC O B-PER O O -B-LOC O O O O O O O O O O B-PER I-PER O B-LOC I-LOC O O O B-LOC O B-PER I-PER I-ORG O O O O O B-MISC O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O B-PER I-PER O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-PER O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-LOC I-ORG O B-PER O B-PER O O O O O O O O O O O O O O B-PER O O O O O B-ORG I-ORG O O O O B-PER O O O O O O O O B-LOC O O B-PER O O B-PER O O O O O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-PER O O O O B-PER I-PER O O O O O B-ORG I-ORG O B-LOC O B-LOC O O O O O O O O B-LOC O O O O O O B-PER O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-MISC O O O O O O B-MISC O O O O O O O O B-PER I-ORG O O O B-PER O O O O O O O O O O O B-PER O B-PER I-PER B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-MISC I-ORG B-MISC O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O B-PER I-PER O O O O O B-LOC I-ORG I-ORG I-ORG I-ORG O O O O O B-MISC I-ORG O O O O O O O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O O B-MISC O O O O O O O O O O O B-ORG O O O O O O O O O O B-PER O O O O O O B-PER I-PER O O O O B-PER I-PER O B-LOC O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-PER O B-MISC O O O O O O O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O O -B-LOC O B-PER O O O O O B-LOC I-PER O B-LOC I-LOC O O B-MISC O O O O O O O O O O O O B-LOC O B-ORG I-ORG O B-LOC I-LOC O O O O O O O O O B-PER I-PER O O O O B-LOC I-LOC O O B-PER O O O B-PER O B-LOC O O B-LOC O O O O O O B-PER O O B-MISC O B-PER I-PER O O B-ORG O B-PER I-PER O O O B-LOC O O O O O B-LOC B-LOC O O O B-PER O O O O B-LOC O O B-PER O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O B-MISC O O O O O B-LOC O O O B-PER I-PER O B-PER O O O O B-MISC O O O O O O B-PER O O O O O O O O O O B-LOC O O O O B-LOC I-LOC O O O O B-MISC O O O O O O O O O O O O O O B-MISC O O O I-ORG O O B-MISC O O B-PER I-ORG O O O O B-PER O O O O O B-LOC O O O O B-PER I-MISC B-PER I-PER O O B-PER O B-LOC O O O O O O O O O O O O O O B-ORG O O O B-LOC O O O B-MISC O O B-LOC I-LOC O O B-LOC O B-PER O O O O B-PER O O B-ORG O O O B-LOC B-MISC O O O O B-MISC O O O O I-MISC O O B-LOC O O O B-MISC I-ORG O B-PER O B-ORG O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-PER O B-PER O O O O O O O B-PER O O O B-MISC O O B-PER I-PER O O B-PER O O O B-ORG B-PER O O O O O O B-LOC O B-PER O B-PER O O O O O O O O O O O B-PER O O O O O O O B-PER B-MISC O B-PER I-PER O O O O O O O O O B-LOC O O O O O O B-MISC O O I-LOC O O O O O O O B-LOC O I-ORG O O O O O O O O B-PER I-PER O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O O O B-PER I-PER O O O O O B-PER O O O O B-PER O B-PER O O O O O O B-PER I-MISC I-MISC O O O I-ORG O B-LOC O O O O O B-LOC O O O -B-LOC O O B-ORG I-ORG O O O O O O O B-ORG O O B-PER I-PER O O O O O O B-LOC O O O B-ORG O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O B-PER O O O O O O O O O O O B-PER O O O O O O O O O O O I-LOC O O O O O O O O O O O O O B-PER O O B-PER I-PER O B-PER O O O O O O O O B-PER I-PER O B-PER O O O O B-PER I-PER O O O O O O O O O O B-LOC O O O B-ORG O O O -B-ORG I-ORG O O O O O B-ORG O O O B-PER I-PER O O O O O O B-ORG O O B-LOC O O O B-MISC O B-ORG O B-PER O B-PER O O O O B-PER O B-MISC O B-LOC O O O O O O B-MISC O B-LOC O O B-PER O B-PER O B-ORG O O O O O O O B-PER O B-ORG I-PER I-PER O O O O O O B-ORG O B-PER I-PER I-MISC O O O O B-PER O B-ORG O O B-PER I-PER O O O O O B-PER I-PER I-PER O O O O B-PER I-PER I-PER B-ORG O O O O O B-PER O O O O O B-PER I-PER O O B-PER I-LOC O O B-MISC O O O B-PER I-PER I-PER O O O O O B-PER O O O O O O O B-PER O O B-ORG O O O O O -O O B-PER O B-PER O O O O O O O O B-LOC I-LOC B-LOC O B-LOC O B-ORG O O B-MISC O O B-PER I-ORG O B-ORG I-ORG O B-ORG O O B-PER O B-ORG O O O O O O B-PER O B-ORG I-ORG O O O O O O B-MISC I-PER I-PER O O B-PER I-PER B-ORG O O B-LOC I-PER B-ORG B-ORG O B-ORG I-PER O B-ORG O B-ORG I-PER B-ORG B-ORG O B-ORG I-LOC O O O B-LOC I-LOC B-ORG B-ORG O B-ORG I-ORG B-ORG B-ORG O B-ORG I-ORG O O O B-ORG I-LOC O O O B-LOC I-LOC B-ORG I-PER O B-ORG I-LOC B-ORG B-ORG O B-ORG I-ORG B-ORG O O B-ORG I-LOC B-ORG I-ORG O O O B-PER O B-ORG I-ORG I-ORG O B-ORG O O B-ORG I-ORG I-ORG O B-ORG I-ORG O O I-ORG I-ORG O I-ORG O B-PER O O B-ORG I-ORG I-ORG O O O -O O O O B-LOC O O O O O O B-PER O B-PER I-PER O B-LOC O O O B-LOC O O O O O B-PER O O O O O O B-PER I-PER I-PER O O O O O O O O O O B-LOC O B-LOC I-LOC O O O O I-PER I-PER O O O B-LOC O O O O O O O O O O O B-PER O O O O B-LOC O B-PER O B-PER I-PER O O O O O B-PER I-PER O O O O B-LOC O B-ORG O O O O O O O O B-PER O B-MISC O O O I-ORG O B-PER O O O O O B-PER O I-ORG O B-PER I-PER O O O O O O O O O O O B-PER I-PER O O O O I-PER O B-PER O O B-PER I-PER O O B-PER I-MISC O O B-MISC I-ORG I-ORG O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O O O O O O B-PER O O O O O O O O O O B-MISC O O B-PER O O O O O O O B-LOC O B-LOC I-LOC O O B-LOC I-ORG I-ORG O O O O O B-PER O O O O O O O O B-ORG O O O O O O O O O O O O O B-MISC O B-PER I-PER O B-MISC I-PER O O O O O O O O O O O O O O O B-PER O O O B-PER O O O O O O O O O B-PER O O O B-ORG I-ORG I-ORG O O O O O O O O B-LOC O O O O B-LOC O O O O O O O O O O O O B-PER O O B-PER I-PER I-PER O O O O B-PER I-PER O B-PER O O O O O O O O O O O B-PER I-PER O O O O O O O O O B-PER O O B-MISC I-MISC O O B-PER O O O O O O B-PER O O O O O O O O O B-PER O O O B-MISC O O O -O I-LOC O O O O B-ORG O O O B-LOC I-LOC I-LOC O B-MISC O B-ORG O B-ORG O B-LOC I-LOC O B-ORG O O O B-PER O O O B-LOC I-LOC I-ORG I-ORG O O O B-MISC O -B-MISC I-PER O O O O O B-PER I-PER O O B-LOC I-LOC I-LOC O O O O B-PER O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-PER O O B-PER O O O O B-PER O B-PER O O B-PER O O O O B-PER O O O O O O B-PER O O O O O B-PER O O O O O O B-PER O O B-PER O O O O B-PER O O O O O O O O O B-PER I-PER O O O O O B-PER O O O O O O O B-PER I-PER O O O O B-PER I-PER O O O O O B-PER O B-PER O O B-PER O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O B-LOC O O O O O -B-ORG O O O O B-PER O O O O O O B-LOC O B-LOC O O B-PER O O B-MISC O O O O O O O B-LOC I-LOC O B-MISC O B-LOC I-LOC O O O O O O O O B-LOC I-PER O O O O O O O O B-LOC I-LOC I-PER O O O O O O O O O O O B-PER I-PER I-PER I-ORG O B-PER I-PER O O O O O O O B-PER O O O O O O B-ORG O O O O B-PER O O B-PER O O O B-PER O O B-MISC O O O O O O O O O O O O O O O O O O B-PER O O O O O B-MISC O O B-PER I-MISC O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-MISC O B-LOC I-LOC O O O O O O O B-MISC O O O B-PER O B-PER O O O O O O O B-PER I-PER O O O -B-MISC O O O O O B-LOC O O O O B-PER O B-ORG O O O O O O O B-LOC O O O O O B-MISC O O O B-ORG O O O O B-ORG I-PER O O B-PER I-PER O O O O O O O B-MISC I-PER I-PER I-PER B-MISC O O B-PER I-PER O B-PER I-PER O B-PER I-LOC I-PER I-PER I-PER I-PER O O B-PER I-PER I-PER I-PER I-PER O B-PER I-PER B-PER I-PER B-PER I-PER O B-PER I-PER I-PER I-PER I-PER I-PER O B-PER I-PER I-PER I-PER I-PER I-PER O O B-PER I-PER O O B-PER O O B-PER I-PER I-PER B-MISC I-LOC O O O O O B-PER I-PER I-PER O O B-PER I-PER I-PER O O O O B-ORG I-ORG I-PER I-PER I-LOC I-LOC O O B-PER I-PER B-ORG O B-PER I-PER O B-MISC O B-PER I-PER I-PER B-ORG I-LOC O O B-ORG I-ORG B-ORG O B-ORG I-ORG O B-ORG I-ORG B-ORG B-ORG B-ORG B-ORG I-ORG O B-LOC O B-ORG I-ORG O B-PER I-PER O B-LOC I-LOC B-ORG B-ORG I-LOC I-LOC I-LOC O O O B-PER I-PER O B-PER I-PER O O B-MISC I-MISC I-LOC B-ORG I-LOC I-LOC O O O O B-ORG I-ORG O O O O O O B-LOC O O O O O O O O O O B-PER I-PER I-PER I-PER O O O B-PER I-PER I-PER O B-PER O O O B-PER I-PER I-PER I-PER I-LOC O O B-LOC O O O B-ORG O O -B-ORG I-ORG O O O O O O O O B-LOC I-LOC I-LOC O B-ORG I-ORG I-LOC B-ORG O O O O O O O O O O O O B-ORG I-ORG O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O B-PER O O O O B-ORG O O B-MISC O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O B-MISC O O O O O O O O B-LOC O O O O B-MISC O O B-LOC O O O O O O O O O B-PER O O O O B-LOC O O O O B-ORG O O O O O O O B-MISC I-LOC O O O O O O O O O O O B-PER I-PER O O O O O O B-ORG I-ORG I-ORG O B-ORG I-ORG O O O O B-MISC O O O O O O O B-ORG O O O B-MISC I-MISC O O O O O O O O B-PER O B-PER O O B-ORG I-ORG I-PER O I-PER O O O O O O B-MISC O O O O O O O O O O O O O O O I-LOC O B-LOC O O O O O O O O B-MISC I-LOC O B-MISC O O O B-PER I-MISC B-PER O O O O B-PER O O O O B-LOC O O B-ORG I-ORG I-PER O O I-ORG O O O O O O O B-ORG O O O B-LOC O O O B-PER I-PER O O O O O O O O O O O B-LOC O O B-MISC O O O B-LOC O O O O O O O O B-MISC O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O B-LOC O B-LOC I-LOC O O O O O B-LOC O O B-ORG I-ORG O O O O O O B-LOC O O O O O O O O O O B-LOC O B-PER O B-PER I-PER O O O O O O O B-PER I-PER O B-ORG I-ORG I-ORG I-ORG I-ORG O -B-LOC O O O O O O O O B-LOC I-LOC I-LOC O B-MISC I-ORG O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-LOC O O O O O O O O O O O O O B-LOC O O O O O O O O B-MISC I-MISC O O O O O O O O O O B-PER O O O O O O O O O O O B-LOC I-LOC O O O O O O B-LOC I-MISC O B-MISC O B-ORG I-ORG I-ORG O O O O O O O O O O O B-MISC I-LOC O O O O O O O O O B-PER O B-LOC O O O O O O B-LOC O O O O O O O O O O O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O B-LOC O B-PER I-PER O -O O O O O O O O O B-LOC I-LOC O O O O O O O O O B-LOC O O O O O O O O I-MISC O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O B-LOC O O O B-LOC I-ORG I-ORG O O B-ORG I-ORG O O B-ORG O B-ORG I-ORG O O B-ORG I-ORG I-ORG I-ORG O B-ORG I-ORG B-ORG O B-ORG O B-ORG O O O B-LOC I-LOC B-ORG O O O B-ORG I-ORG B-ORG O B-ORG I-ORG I-ORG I-ORG O B-ORG I-ORG B-ORG O O O B-ORG O O O O O -B-PER O O O O O O O O O O B-LOC I-LOC O O B-PER I-PER O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O B-PER I-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O -O O O O O O O B-LOC O B-LOC O O B-PER O O O I-ORG I-ORG O O O O O O O I-ORG O I-ORG I-ORG B-ORG I-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-ORG O B-ORG O O O O B-PER I-PER O O O O O O O O O O O O O O O O O B-LOC O O B-MISC O O O O -O O O B-PER O O O B-MISC I-ORG O O B-LOC I-LOC O O O O O O O B-ORG O O O O B-LOC I-LOC O O O O O O O O O O O O B-MISC O O O O O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG I-LOC O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-PER O O O O O O O O B-PER I-PER O O I-LOC O O O B-LOC O B-LOC O O O O O O O B-ORG O O I-ORG I-ORG O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-PER O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-PER I-PER O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O B-LOC O B-PER O O O O O O O O B-PER O O O O O O B-PER O O B-MISC O O O O B-MISC I-MISC B-ORG O O O O O B-PER I-PER O B-PER O B-MISC I-LOC O B-PER I-PER O B-PER O O O O O O O B-PER O O B-ORG O O O O O O B-PER O O O O O O O O O O O O B-PER I-PER O O O O O O B-MISC O O O O B-MISC O O O O B-PER O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O O O B-PER O O O B-ORG O O O O O O O O -B-MISC I-PER O O O O B-PER I-MISC O O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O B-ORG O O O O O O B-LOC O O O B-MISC O O O O O O O O B-LOC O O O O O -B-MISC O O B-PER O B-ORG O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG O B-LOC I-LOC B-ORG O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER O B-ORG O O O B-ORG O O O O B-PER O O O O O B-PER O B-ORG O B-ORG O O -O B-MISC O O B-PER O O B-ORG I-ORG O O B-PER I-PER O B-ORG I-ORG I-ORG O O B-MISC O O O O O O O O B-ORG O B-ORG O O O O O B-ORG I-ORG O B-LOC O B-LOC O O O O O O O B-ORG O O O O O O O B-PER I-PER O B-LOC O O B-ORG I-ORG I-ORG I-ORG O B-PER I-PER I-PER O B-LOC O O O B-ORG O O O B-LOC O B-PER I-PER O O I-LOC I-LOC O O O O O O B-ORG I-ORG I-ORG O O O O O B-PER I-PER O B-LOC O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O O B-PER O I-ORG B-ORG I-ORG I-ORG I-ORG O O B-LOC I-LOC O B-LOC O B-PER O O O O O B-ORG I-ORG O B-PER I-PER O B-LOC O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-ORG O B-PER O O B-PER O O O B-ORG O O B-PER O O O O O O O O B-ORG O O O O B-ORG O O B-MISC O O O O O O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O B-PER O O O O O O O O O I-ORG O O O O O O O O O B-ORG I-MISC O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O B-MISC O O O O O O B-ORG O O O O O -B-LOC O O O O O O O B-MISC O O B-LOC I-LOC O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-LOC O O O O B-PER O O B-PER I-PER O O B-MISC O O O B-LOC O O O O O B-PER I-PER O O O O O B-LOC O O B-ORG I-ORG O O O O O O O O O O O B-PER O B-PER O B-PER I-PER B-PER O O O O O O O O O O O O O O O O O B-LOC O O O O -B-MISC O B-PER I-PER B-ORG O O O B-LOC I-LOC O B-LOC I-LOC O B-LOC I-LOC I-LOC B-LOC O B-ORG I-ORG I-ORG I-PER O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O I-ORG O O B-PER I-PER O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-MISC O B-LOC O B-PER I-PER O O O O O O B-PER O O O O O B-PER O O B-PER O O B-MISC O O B-ORG I-ORG O O O O O O O O O O O O O O O B-MISC O O O B-ORG O O O O O O B-MISC O B-MISC I-MISC I-MISC O O O -B-MISC I-MISC O O O O O O O B-LOC O B-LOC I-LOC O O B-LOC I-LOC O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-LOC O O O O B-MISC O O O O I-MISC O B-ORG I-ORG O O O O O O O B-PER O O -B-LOC I-LOC O O O O O O B-LOC I-LOC O O B-MISC O O B-ORG O I-ORG O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O B-ORG I-ORG B-PER I-PER O -B-ORG O B-LOC O O O O B-ORG O O B-LOC I-LOC O O B-MISC I-ORG O B-LOC O O B-PER O O B-LOC I-LOC O O O O O B-ORG I-ORG O O O O O O B-ORG O O O O O B-MISC I-LOC O O O O O B-PER O O O O O O O O O O B-PER O O O O O B-LOC O O O B-ORG O B-LOC O O O O O O O O O B-MISC O O O O O O O O O O O O O B-ORG O B-LOC O O O O O O O O O O O B-MISC O O O O I-LOC O O O O I-ORG O O O O O O O O O O B-LOC O B-PER I-PER O O B-ORG O O O O O I-ORG O O O O B-MISC O O O O O O O O O O O O O O O I-MISC O B-PER I-ORG I-LOC O B-ORG O O O O O O O O O O O O O O O B-ORG O B-LOC O O O O O B-LOC O O O -B-MISC O O B-LOC O O B-PER O O B-LOC I-LOC I-LOC O B-MISC O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-MISC O B-PER I-PER O O B-ORG O O B-MISC O O O O O O O O O O O O B-LOC O O B-LOC O O O O B-PER O O O O O O O O B-ORG O O O O O O O O O O O O B-PER O O O B-LOC O O O O B-PER I-PER O O O O O O O O O O O O O O O B-MISC O O B-LOC O O B-PER I-PER O O O O O O O O O O B-MISC O O B-PER I-PER B-ORG B-MISC O B-MISC O O O O O O O O O O O O O O O O O O B-MISC O O O B-MISC O O O O B-MISC O B-LOC O O O O O O B-PER O O O B-MISC O O B-LOC I-LOC O O O O B-ORG I-ORG O O O B-MISC O O B-LOC O O O O O O O O -B-MISC O O O O O O O O O O O B-LOC I-LOC I-LOC O B-LOC O O I-ORG O O O O O O O O O B-LOC O O O O O O O O O B-ORG O O O O O B-MISC O O O B-PER I-PER O O O O O O O O I-PER B-ORG B-ORG B-ORG O B-PER O B-ORG I-ORG I-PER I-PER O O O O O O O O O O O O O -B-LOC B-PER O O O B-MISC O O O O B-LOC I-LOC O B-LOC O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-LOC O B-PER O O B-PER O O B-ORG O O B-PER O -B-LOC B-ORG O B-LOC O O O B-LOC I-LOC O O O B-PER I-PER O O B-MISC O B-PER I-PER O B-ORG O B-LOC I-PER O B-ORG O O O B-ORG O B-PER O O B-ORG I-ORG O O O B-ORG I-ORG O B-PER I-PER O B-PER O B-PER I-PER O B-ORG I-ORG O B-PER O O B-ORG I-PER O B-ORG O O B-ORG O B-PER I-PER O B-PER I-PER I-PER O B-PER I-PER O B-ORG I-ORG I-PER I-PER O O B-PER I-ORG O O O -B-LOC I-LOC B-ORG O O O O O B-LOC I-LOC O B-LOC I-LOC I-LOC I-PER O O O O O B-ORG O O O O O O O O O O O O B-PER O O O O B-PER I-PER O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O B-MISC O -B-LOC O O O O O O O B-ORG O O B-LOC I-LOC O B-LOC I-PER O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O B-MISC B-ORG O O O O O O O O O O O O O O B-PER I-PER O O O B-MISC O O O O O O O O O B-PER O O O O O O O B-LOC O O O O O O O O B-LOC O O O O O O B-LOC O O O O O O O O O O B-PER O O O O O O O O B-MISC O O O O O B-PER O O O O O O O B-PER O O O O O O B-LOC O B-MISC I-MISC O O B-PER O O O B-LOC O O O B-PER O O O O O B-PER O O O O O O O B-MISC O O O O B-MISC B-MISC O O O O O O O O O O O O B-MISC O O O O O O O O O B-MISC I-MISC O O O O O B-PER O B-LOC O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-LOC O O O B-LOC O O O O O O O O O B-LOC O O O B-LOC O O O O O O B-LOC O O O O O O O O O O O O O B-MISC I-MISC O O O B-ORG O O B-LOC O O B-PER O O B-LOC O B-LOC I-LOC O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-PER I-PER O B-ORG I-ORG O O O O -B-MISC I-LOC O O O O O O O B-LOC I-LOC O O B-MISC O O B-MISC I-LOC I-LOC I-ORG I-LOC O O O O O O O O O O O B-PER O O O O B-ORG O O O O O O B-ORG O O O O I-ORG I-ORG I-MISC O B-ORG I-MISC O B-LOC O B-ORG O I-ORG O B-PER O O B-PER I-PER O B-PER O O B-PER O O B-LOC O B-LOC O B-ORG I-PER O I-ORG O B-PER I-PER O O B-LOC I-ORG O O O B-PER O -O O B-PER O O O O O O O B-LOC I-LOC O O O O O O B-LOC I-LOC I-LOC O O O B-PER I-PER O O O O O O O O O B-ORG O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O I-ORG O O O O O B-PER O O O O O O O O -O O O O O O O B-LOC O O B-PER O B-PER I-PER O O O O O O O O O O O O B-LOC O B-LOC O O O O O O O B-LOC O B-PER O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-MISC O O O O B-PER I-PER O O O O O O O B-PER O O O O O O O O O O O O O O O O B-PER O B-PER O B-LOC B-MISC O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-PER O B-PER O O B-MISC B-MISC O O O O O O O O O O O O B-PER O O O O O O O O B-PER O B-MISC I-LOC O B-LOC O O O O O O O B-LOC O B-PER O O O B-PER O B-LOC O O O O O O O O O O O O O O O O O O O B-LOC O O O O O -B-ORG O B-PER O B-PER O O O O O B-LOC I-LOC O B-ORG I-ORG O O O B-MISC O B-PER I-PER O B-MISC O O B-PER I-PER O B-MISC O B-PER I-PER O O O O O O O O O O O O B-LOC O O O B-LOC O O B-ORG O O O O O O O O B-PER O B-PER O O O B-LOC O O O O O O O O B-MISC O O O B-PER O O B-PER O O O B-ORG O O O O B-PER O O B-ORG O O B-MISC O O O O O O O O O O B-PER O O B-PER I-PER I-PER O O O O O B-PER I-PER O O O O O B-PER O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-LOC O O O O O B-PER O O O B-PER O B-PER O O O O O O O O O O O B-LOC O O O O O O O B-MISC O O B-MISC O O O O O O O B-LOC O O O B-PER O O O O B-MISC O O B-LOC O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O B-LOC O O O O O O O O B-LOC O B-ORG O O O O O O O B-PER I-PER I-PER O O O B-PER O O B-PER I-PER O O O O O O O O O O O O B-MISC O B-MISC O O O B-MISC I-MISC O O B-PER I-PER O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-MISC B-ORG O O O O B-MISC B-ORG O O B-LOC O O O O O O O O O O O O O O -B-LOC O O O O O B-MISC O O O B-LOC I-LOC O B-LOC O O O O B-MISC O O O O O B-LOC O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-MISC O O I-PER O O O O O O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O B-ORG O I-ORG O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-ORG O O O B-MISC O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O B-LOC O O O B-MISC O O O B-LOC O O B-LOC O B-PER I-PER O O O O B-ORG O B-PER O B-LOC O O O O O O O B-LOC O O O O O O O O O O O O O O -O O O B-MISC O O I-ORG O B-LOC O O B-LOC O B-LOC I-LOC O O O O O O O O O O O O O O O B-MISC I-PER O O O O O O B-MISC O O O O O O O O O O O O O O O O O O B-PER O O O O O B-ORG O B-PER O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O I-MISC O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O B-ORG O O O B-MISC O O O O O -B-LOC O O B-ORG I-ORG O B-PER O B-ORG O O B-PER I-PER O O O O O O B-LOC O O O O O O O B-PER O O O O O B-PER O O O O O O O O B-ORG O O O O O O O O B-MISC O B-PER O O B-PER O O B-MISC O O B-ORG O O O O O O O O B-PER I-PER O O O O O O O O B-MISC O B-PER O O O O O O O O O O O O O O O O B-PER O B-PER O B-PER O O O O O O O B-PER I-PER O B-PER O O -B-LOC O O B-PER O B-ORG O O B-LOC I-LOC B-ORG O O O O O O O O O O B-PER O O O O O O O O O O B-ORG O O O O O O O O B-MISC O O O O B-PER O O B-MISC O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-LOC O O O O O O O O O O O O O B-PER O O O B-PER O O B-PER O O O O B-PER O B-PER O B-PER O O -B-MISC O O O O O O O B-LOC I-PER O O O O O O O O B-PER O O B-PER O O B-MISC I-MISC O O O O O B-MISC O O O I-MISC I-MISC I-LOC I-LOC I-LOC O O O O O O B-PER I-PER O O O O O O O O B-ORG I-ORG O O B-LOC I-LOC O B-LOC O B-PER O O I-PER O B-PER O O B-PER O O O O B-PER I-PER B-PER I-PER O B-PER O O O O O B-PER I-PER I-PER O B-PER O B-PER O O O O O B-ORG I-ORG I-ORG O O O -B-ORG I-ORG O O O O B-LOC O O O B-LOC I-LOC I-LOC O B-MISC I-MISC O O O O O O O O O B-PER O O O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-MISC O O O O B-MISC O O O O O O O B-PER O O O B-PER O O I-ORG I-LOC O O B-MISC O B-PER O O O O O O O I-MISC O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-MISC O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-MISC O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-ORG I-ORG I-ORG O B-PER I-PER I-PER O -B-LOC O O O O I-LOC O O B-LOC I-LOC O O B-LOC I-LOC O O O O O O B-MISC O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O I-MISC O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O B-PER I-PER O O O O B-PER I-PER O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-PER O B-LOC O O O O O O O O O O O O B-MISC O O O O B-PER O O O O O O O O O B-MISC O O B-MISC O O B-PER O O O B-PER I-PER O B-PER O B-PER O O O O O B-LOC O O O O O B-PER O O B-MISC I-MISC O O B-LOC O O O O O B-LOC O O O B-MISC B-ORG I-ORG O O O B-PER O O O O O O O O O O O O B-MISC I-MISC O O O O O O B-PER O O O B-MISC O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O B-PER O O O O B-PER O O O O O B-MISC O O O O O B-LOC O B-PER O O O O O O O O O O O O B-LOC O O O B-LOC I-LOC O B-ORG O O O O O O B-MISC O O O O O O O O B-PER I-PER I-PER I-PER I-ORG O O O B-ORG O O B-PER O B-ORG O O O O B-PER O B-LOC O O O O O O O O B-ORG O O O O O O B-MISC I-MISC O O B-LOC O O O O B-MISC O O O O B-ORG O O B-MISC O O O O O B-LOC O O O -O O O O O O O O O B-PER O O I-PER O O B-LOC I-LOC O O O O O O B-PER I-PER I-PER O O O O O O O O O O I-MISC O O O O O O O O O B-PER I-PER O O O O O O B-ORG I-ORG O O O O B-LOC O O O O O O O O O B-ORG I-ORG I-ORG B-MISC O B-MISC O O O O O O O O O O O O O O B-PER O O O O O B-ORG O O O O O B-ORG I-ORG O O O O O B-PER O O B-PER O O O O O B-PER O I-ORG I-ORG O O O O B-PER O O O B-PER I-PER O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O -B-MISC I-LOC B-ORG B-ORG O O O B-PER I-PER O B-LOC I-LOC O O O O B-LOC I-ORG O O O O B-MISC I-LOC O I-MISC O O O B-LOC O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O I-LOC O O O I-LOC O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-PER O O O O O B-ORG O I-ORG I-ORG I-ORG O O O O O B-ORG I-ORG I-ORG O I-LOC O O O O O O O B-PER I-PER O O B-MISC O O B-MISC O I-ORG I-ORG B-ORG O B-PER O O O I-ORG I-ORG I-ORG O I-ORG I-ORG I-ORG O I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O B-ORG O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O I-ORG O B-MISC O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O B-ORG O O B-ORG O O O B-MISC O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O I-ORG O O O O O O O O B-LOC O O O B-PER O O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-ORG I-ORG I-MISC O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-PER O O O O O O O B-MISC I-LOC O O O O O O B-ORG O B-MISC O O B-LOC O B-ORG B-PER O O B-PER I-PER O O B-PER O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O B-MISC O B-LOC O O O O O O B-PER I-PER O O O O O B-LOC I-LOC B-ORG I-ORG O O B-LOC O O O B-PER O O O B-MISC O B-PER O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O I-MISC O O O O B-MISC O B-PER O O O O O O O B-PER O O O O O O B-PER I-PER O O O B-PER O O O B-PER O O O B-PER I-PER O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O O O I-ORG I-ORG I-ORG O O O O B-MISC O O O O O O O O O B-PER O O O B-PER O O O O B-PER O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-PER O O O O O O O O O O O O O O O O B-ORG O B-PER I-PER I-PER O O O O B-MISC O O O O O O O O B-PER O O O O B-PER O O O O B-LOC I-ORG O O O O O I-PER O O B-PER O O O O O O O O O O O O O B-PER I-PER O O B-MISC O B-PER O O B-LOC O O O O O O O O O O O O B-ORG I-ORG O O O B-PER I-PER O I-ORG I-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O -B-LOC I-LOC O O O B-LOC O B-LOC O O B-LOC I-LOC O B-LOC O O O O O O O B-LOC I-MISC O O B-PER O B-LOC O O O O O O O O O O O O O B-MISC O O O O B-ORG I-ORG O O O B-PER O O B-MISC O O O O O O B-LOC O I-LOC O O B-LOC O O B-MISC O B-LOC O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-LOC O O O O O O O B-MISC O O O O O O O O O O O O B-PER O I-MISC O O O B-MISC O O B-PER O O O B-MISC O O O B-LOC O O O B-LOC O O O B-LOC O O -O B-LOC O O O B-MISC O O O B-LOC I-LOC O B-MISC I-LOC I-LOC O O O O O O O O O O O B-LOC O O O O O O O O O O B-MISC I-LOC O O B-MISC O O O O O O B-PER O O O O O O O O O O O O B-MISC O O O B-ORG I-ORG O O O O O B-LOC I-LOC O O O O O O O O O O O B-LOC O O O O O O O B-PER O O O O O B-MISC O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG O I-ORG I-ORG I-LOC O O O O O O O O O O O O O O O O O O O -B-MISC O O O O O O O O B-PER O B-LOC I-LOC O B-MISC O B-PER I-PER I-PER O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-LOC O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-PER O O B-PER O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-PER O O B-PER O O O O B-MISC O O O O B-MISC O O B-LOC O B-LOC O O O O B-MISC O O O O O I-ORG O O O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-PER O O O B-MISC I-ORG O B-LOC O B-ORG I-ORG O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O B-PER I-PER O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O B-PER I-LOC O O O B-LOC I-MISC B-LOC O O B-PER O O O -B-LOC O B-PER O O O O O O B-LOC I-LOC O O B-MISC O O O O O I-ORG I-PER O O O O O O B-MISC O O B-ORG O O O O O O O O O O O O O O O O B-PER O B-LOC O O O O O O O O O O O O O O O O O O O O O O I-ORG O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O B-LOC O O O O -B-MISC O O O B-MISC O O O O B-LOC I-LOC O B-MISC I-LOC O O O O O B-LOC O B-LOC O B-LOC O B-MISC O O O O O O O O O O O O O O B-MISC O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O -B-MISC O B-MISC O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O B-MISC O B-LOC O O O O O O O O O O B-ORG O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O B-LOC O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-LOC O O O B-ORG I-ORG O O O O B-MISC B-MISC O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-MISC O O O O B-LOC O B-LOC O O O O O O B-LOC O B-LOC O B-LOC O O O O O O O O O O O O O O O B-LOC O O O O O B-MISC I-MISC O O O O O O O O O O O B-PER I-PER O O O -O O O O B-ORG I-ORG O O B-LOC O O O O B-MISC O O O O O O O O O O O O O O O O O B-ORG O B-ORG O O B-ORG O O O O O O -B-MISC B-ORG O O O O O B-LOC I-LOC O B-MISC O O O O O O O B-ORG I-ORG I-ORG O O O B-LOC O O B-PER O O O O O O O B-ORG I-ORG I-ORG O O O O O B-PER O O O O O O O B-LOC O O O O O O O B-LOC I-MISC O O O O O B-LOC O B-LOC I-LOC O O O B-PER O O O B-ORG I-ORG I-ORG O B-ORG O O B-LOC I-PER O B-LOC O O B-LOC I-LOC O B-LOC O O B-LOC I-LOC O B-LOC O O O B-LOC O O O O O B-PER I-MISC O B-LOC O O O O B-LOC I-ORG B-PER O -B-LOC O O O O O O O B-LOC O B-LOC I-LOC O B-PER I-PER I-LOC O O B-MISC O O B-ORG O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-ORG I-PER O O O O O O O O O O O O O O O O O O O O I-ORG O O O O O O O O O O B-PER I-ORG I-LOC O O O O O O B-LOC I-PER O O O O O O O O O O O O O O O O B-MISC O O O O O O B-PER I-PER O O O O O O O O B-MISC O O O O O B-LOC I-LOC O O O O O B-ORG I-ORG O O O O O -B-ORG O O O O O O O O O B-LOC I-LOC O B-MISC I-ORG O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O I-ORG I-ORG O O O O O O O O O O O O O O B-ORG O O I-ORG O O O O O O O O O O B-ORG O O O B-MISC O I-ORG O O O O O O O O O O O O O B-LOC O O O O O O O O O O B-LOC O O O O I-ORG O -B-MISC O O B-ORG O O O B-LOC I-LOC O O O O O O B-LOC I-LOC O B-LOC O O O O B-PER I-PER O O O O O O O I-ORG O O O -B-PER I-PER B-LOC O O O O O O O O O B-LOC I-LOC O O B-MISC I-PER O O O B-LOC I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-MISC O O O I-ORG O O O O O O O O O O O B-LOC O O O O B-PER I-PER O B-ORG I-ORG O O O I-ORG O -B-MISC O B-LOC O B-LOC O B-LOC I-LOC O O B-LOC I-LOC O B-LOC I-LOC I-LOC O O O O B-MISC O B-PER O B-LOC O O O O B-MISC I-MISC O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O B-PER I-PER O O O O O O O B-LOC I-LOC O O O -B-MISC O B-PER O O B-MISC O O O O B-LOC I-LOC O O O B-ORG O O O O O O O O O O B-MISC O O B-PER I-PER O O O O O O O B-PER O O O O O O B-MISC O O O O O O B-PER I-PER O O O O O O O O B-LOC O O O O O O O B-MISC I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-ORG O O B-PER O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-PER I-PER O O B-MISC O O O O O O O O O B-MISC O B-PER O O O O O O O O O O O O B-PER O O B-PER I-PER I-PER O O O O O O B-PER I-PER B-PER I-PER I-PER O O B-LOC O O B-PER O O O O O O O O O O -B-ORG I-ORG O O B-MISC O O O O B-LOC I-LOC O O B-MISC O O O O O B-MISC O O B-PER O O B-MISC O O O O I-ORG I-ORG O O O O O O O O O B-MISC O O O B-ORG O O O B-PER O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-PER O B-MISC O O O B-ORG I-ORG O O O O O O O O O O O O I-ORG O B-PER I-PER O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O B-MISC O O O O O O O I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-PER I-ORG O I-ORG O O O O O I-MISC B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O B-PER O O O O O O O -B-MISC I-MISC O O O O O B-LOC I-LOC O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-MISC O O B-LOC I-MISC I-MISC I-ORG I-ORG O O O O O O O O B-LOC I-PER O O O O O O B-PER O B-PER O O I-LOC I-ORG O B-LOC I-ORG O O O O B-ORG O B-ORG O O O O O B-ORG O O O O O O O O O B-PER I-PER O O O O B-LOC I-PER O O O O O B-PER O O O O O B-PER I-PER O B-PER I-PER O O B-LOC O O O O O O O O O O O B-PER O B-PER O O O O O O O O B-LOC O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O -B-LOC O B-PER O B-PER O O B-LOC O O O O O B-LOC I-LOC O B-LOC I-LOC O O B-PER I-PER O B-PER O O O O O O B-LOC I-LOC O O O O O O O B-PER O I-ORG O O O O O O O O B-PER O O O O O O O O O O O O -B-LOC O B-ORG O B-PER O B-LOC O O O O O O B-LOC I-LOC O B-LOC I-LOC O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O B-MISC O O O O B-LOC O O B-ORG I-ORG O O O O O O O O B-PER I-PER O O O O B-ORG O O O O O O O O O O B-LOC O O O O O B-PER O O O O B-MISC O O O O O O O O O O O O O O O O O O O -B-ORG O B-MISC I-PER I-LOC I-PER O O O O B-LOC I-PER O B-MISC I-LOC I-LOC I-LOC O O O O O O O O O O I-ORG I-ORG I-ORG I-ORG I-ORG O B-PER I-PER O O O O O O B-PER O O O O O O O O B-PER I-PER I-PER O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O B-LOC O O B-MISC O O O O O O O O O O O O B-PER O O O O O O B-ORG O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-LOC I-ORG I-ORG O B-LOC I-LOC O O O O O O O O O B-ORG I-ORG O I-ORG O B-LOC O O O O B-MISC O O B-ORG I-ORG O O B-PER I-PER O O B-PER O O B-PER I-PER O B-PER O O O O O B-MISC O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-PER I-PER I-PER O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG I-ORG I-ORG O O O O O O O B-ORG I-PER I-PER I-PER O -B-ORG O O O O O O O O B-LOC I-PER O O O O B-ORG O O O O O O O B-MISC I-MISC O I-ORG O B-ORG O O O O O O B-LOC O O O O B-MISC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O I-ORG O O O O I-ORG O O O O O O O O O O O O O O O O O O O O O O O I-ORG O B-LOC O O O O O O O O O O O O O O O O B-MISC I-LOC I-LOC I-LOC O B-LOC O O O O O O O O O O O O O O B-ORG O O O O B-PER O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O I-PER O O O O O O O O O O O B-PER O O O O O O O O O O O O -B-MISC O O B-PER O B-ORG O O O O O B-LOC I-LOC O O B-MISC O I-MISC O O B-LOC O B-MISC O O O O O O O O O B-PER I-PER O O B-PER I-PER O B-LOC I-LOC I-LOC O B-LOC O O O B-PER I-PER O B-LOC O B-PER I-PER I-PER B-LOC O B-PER I-PER I-PER O B-LOC O O I-ORG I-PER O B-LOC O B-PER I-MISC B-PER O B-MISC O B-PER I-PER I-PER O B-ORG O B-PER I-PER O B-ORG O B-PER O B-ORG I-PER O B-LOC O O B-PER I-PER O B-LOC O B-PER O B-PER O B-PER O O O B-ORG O B-LOC O O B-LOC O O O O O O -B-MISC O O O O O O O O B-LOC I-LOC O O O O O O O B-LOC I-LOC O B-LOC I-LOC O O O O O O O O B-PER O O O O B-PER O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O I-ORG O O O O O O O O O O O O O B-MISC O O -B-MISC I-MISC O O O O O O O O B-LOC I-LOC O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-PER O O O O O B-PER O B-PER O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O -O O O O O B-LOC O B-ORG I-ORG O O B-LOC I-LOC O B-LOC O O O I-ORG I-LOC O O O O O B-LOC O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O I-ORG I-ORG O B-LOC O O O O O I-ORG I-ORG O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-LOC O O I-ORG O O O O O O I-ORG O O O O O O O O B-PER O O O O O O O O I-LOC O O O O B-LOC O O I-ORG O I-ORG O O -B-ORG O O O O O O O O O B-LOC I-LOC O B-LOC O O I-ORG O O O O O O O O O O B-MISC O O O O O O O O O O O O O B-ORG I-ORG O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O -B-MISC O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-PER O O B-PER I-PER O O B-PER I-LOC O O B-PER O B-PER O O O O O O O O O O O B-PER I-ORG I-ORG O O O B-PER O B-LOC O O -B-MISC O B-ORG O O O B-MISC O O O B-PER I-PER O B-LOC I-LOC O B-LOC O B-PER I-PER I-PER O B-ORG I-ORG I-ORG O O O O O B-PER O O O O O O O O B-PER O O O B-LOC O O O O O O O O O O O O O O O O O O O B-LOC O O B-LOC O O O O O O O O O B-PER O O B-ORG O O O O O O O O O O O O B-PER O B-ORG O O O B-LOC O O O O O O O O O O O O O O O O O O O B-PER O B-ORG O O O O O O O O O O I-ORG O B-PER O O O O B-PER O O O O B-MISC O O B-LOC I-LOC O O O O O O O B-PER O O O O O O O O B-MISC O O B-MISC I-ORG O B-LOC O O O B-MISC O O O I-LOC O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O B-PER O O O O O O O O O O B-PER O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-MISC O O O O O O I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-ORG O O O O O O O O O O O O O O B-PER O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-PER O O O O O O O O O O O I-MISC O O O O O O B-ORG O B-ORG I-ORG O B-PER O B-ORG O O O O O O O I-ORG O O O O O O O O O O O O O O O B-PER O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-ORG O O O O O O O B-PER O B-PER O O O B-LOC O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-PER O O O B-PER O O O B-LOC I-LOC O O B-PER O O O O O B-ORG I-PER O O O I-ORG O B-ORG O O B-PER O B-PER I-PER O B-PER I-PER O O O B-PER O O O O O O O O O O O O O B-PER O O O O O B-ORG O B-PER O O O O O O O B-MISC O O B-MISC O B-ORG I-ORG O B-PER I-PER I-LOC O O O B-ORG O O O O O O O B-MISC I-MISC O O O O O O O O O -B-ORG I-ORG I-LOC O O O O B-LOC I-LOC O B-ORG O I-ORG I-ORG O O O O O O O O O O O O B-MISC I-ORG O O O O O O O O O O O B-ORG O B-ORG I-ORG O B-PER O B-PER I-PER O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O -O O B-LOC O B-PER O B-PER I-LOC O O B-PER I-PER O B-LOC I-LOC O B-ORG O O O O O O O I-MISC O O B-ORG O O O O O O O B-PER O O O O O O O O O O O O I-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O I-MISC I-ORG O O B-LOC O O B-MISC O O O O B-MISC O O O B-PER I-PER O O O O I-LOC I-ORG O O O B-LOC I-LOC O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-PER I-ORG I-ORG I-ORG O O B-PER O B-PER I-PER O B-ORG I-ORG O O O O O O O O O O B-ORG O O O O B-PER O O O O O O O O O O B-LOC O O O O O B-MISC O O O B-PER I-PER I-PER O O O O O B-MISC I-ORG O I-ORG O B-ORG O O O B-LOC I-ORG B-PER I-ORG I-ORG I-ORG O O O O O O B-PER O O B-ORG O B-PER O O O O O O O O O O O B-MISC O O O O O O O I-ORG I-PER O O O O O O B-PER O O O B-MISC O O O B-LOC O O O O O O O O O O O B-PER I-PER I-PER O O O B-ORG O O O I-LOC I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O B-MISC O O O O O B-LOC O B-ORG I-ORG I-ORG O O O O O O O B-MISC O O O B-ORG O O O O O O O I-ORG O I-ORG O O B-MISC O O O O B-ORG I-ORG O O O O O O B-LOC O O O O O O O O O O O B-PER O O O O B-LOC O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O B-PER O O O O O O O O B-PER O B-PER O O O B-PER O B-LOC O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O B-ORG O O O O O O O B-LOC O O O O O O O O O O O O O B-PER O O O B-MISC O O O O O O O O O O O O O O B-PER O O O O O O O B-PER O O O O O O O O O O O B-LOC O O O O O O O B-PER O O O O O B-LOC O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O -B-LOC I-LOC O O O O B-MISC O O O O B-LOC I-LOC O B-LOC I-LOC O O I-ORG O B-ORG O O O O O O O O O O O I-ORG I-ORG I-ORG O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O I-MISC O O O O O O O O O O B-ORG O O O O O O I-ORG O O O O O O O O O O O O B-MISC O B-LOC O O I-ORG I-ORG O O O O B-LOC O B-ORG O B-PER I-PER O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-PER O O O O O O O O O O O B-LOC I-LOC O O O O O I-LOC O O O O O O O O O O I-ORG O O B-PER O O O O B-MISC O O O O O O O B-MISC O O O O O O O O O O O O -B-ORG O B-MISC O O O O O B-PER O B-LOC I-LOC O B-MISC O O B-ORG I-ORG O O O O O O O O O O O O B-MISC O O O O O B-PER I-PER O O O B-LOC O O O B-ORG I-ORG O O O B-LOC O O B-LOC I-LOC O O O O O O O B-ORG I-PER O O O O O O O B-MISC O O B-PER O O O O O O O O O O B-LOC O O O O O O B-MISC O O O O B-ORG O O O O O O O O I-PER O O O O B-PER I-PER O O O O O O B-ORG O O O O O O O O O O O O B-LOC O B-MISC O O B-ORG O O O O O B-LOC O O O B-LOC O O O O O I-MISC O O O O B-LOC O O B-LOC O O O O O B-MISC O O O O B-PER I-PER O O O O O B-LOC O O O O O O O O O O O O -B-MISC I-LOC O B-MISC I-MISC I-MISC O O O O O B-PER O B-LOC I-LOC O O O O O O O O O O B-MISC I-MISC I-MISC I-MISC O O O O O B-PER I-PER O O O O O O O B-LOC O O O I-MISC O O O O O B-MISC O B-PER O O O O O B-MISC O O O O B-LOC O B-MISC O O O O O B-LOC O O O O O O O -B-MISC I-LOC O B-MISC I-MISC I-MISC O O O O B-LOC O B-LOC I-LOC O B-ORG O O O O O O O B-MISC I-MISC I-MISC I-MISC O O O O B-PER I-PER O B-LOC O O O B-ORG O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-LOC I-LOC O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O B-PER I-PER I-PER O B-LOC O B-ORG O B-PER I-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O B-PER I-PER I-PER O B-LOC O B-ORG O B-PER I-PER I-PER O B-LOC O B-ORG O B-PER I-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O B-PER I-PER B-ORG O B-LOC O B-ORG O B-PER I-PER I-PER O B-LOC O B-ORG O B-PER I-PER I-PER O B-LOC O B-ORG O O B-LOC I-PER O O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O O O -B-MISC I-LOC O B-MISC I-MISC I-MISC I-MISC O O B-PER O B-LOC I-LOC O B-MISC I-LOC O B-LOC O O O O B-MISC I-MISC I-MISC I-MISC O O O O O B-PER I-PER O B-LOC O O O B-PER I-PER O B-LOC O O O O O O B-ORG O O O -B-LOC O O O O B-LOC I-MISC O O O O B-LOC I-PER O B-LOC I-LOC O O O O O O O O O O O O O O O B-LOC I-MISC O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O B-MISC O B-PER I-PER O B-MISC O O O O O O O O O O O O O O B-PER I-PER O B-PER I-PER O O O O O O O O O B-PER I-PER O B-PER I-PER O B-LOC O O O O O O O O O O B-LOC I-LOC O B-PER I-PER O B-PER I-PER O O O O O B-LOC O O O O O B-PER I-PER O B-MISC I-PER O O O O O O O O O O O O -B-MISC I-LOC O B-PER O O O O B-PER O B-LOC I-LOC O O O O O O O O O O B-MISC I-MISC I-MISC O O O O O B-PER I-PER O O O O O O O B-LOC O O O O O O O B-PER O B-PER I-PER O O O B-PER I-PER O B-PER O B-LOC O O O O O B-PER O O O O O O O O I-MISC O O B-MISC I-MISC O O O I-PER O O B-MISC O O O O B-PER I-MISC I-MISC I-MISC O O -B-MISC I-LOC O B-MISC I-MISC O O O B-LOC O B-LOC I-LOC O O O B-MISC I-MISC O O O O O B-MISC O O O B-MISC O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER I-PER O B-LOC O O O B-PER I-PER I-PER O B-LOC O O O B-PER I-PER I-PER O B-LOC O O O B-PER I-PER I-PER O B-LOC O O O B-PER I-PER O O B-LOC O O O B-PER I-PER I-PER O B-LOC O O O O B-ORG I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O B-PER I-PER O B-PER O B-LOC O O O B-PER I-PER I-PER O B-LOC O O O B-PER I-PER I-PER O B-LOC O O O O O O O I-MISC O O O O O O B-PER O B-PER I-PER O O O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O O O O O I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O B-PER I-PER I-PER O B-LOC O O O B-PER I-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-LOC I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O B-PER I-PER I-PER O B-LOC I-LOC O O O B-PER I-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O O O B-PER I-MISC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-LOC I-LOC O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O B-PER I-PER I-PER O B-LOC O O O B-PER I-PER I-PER O B-LOC O O O B-PER I-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O B-PER I-PER I-PER O B-LOC O O O B-PER I-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O I-MISC O O O O B-LOC I-LOC O O O B-LOC I-LOC O O B-LOC I-PER O O B-LOC I-LOC O O B-LOC O O O B-LOC O O O B-LOC O O O B-PER O O O B-LOC O O O B-LOC I-LOC O O -B-MISC I-LOC O B-MISC I-MISC I-MISC O O O B-PER O B-LOC I-LOC O B-ORG O O O O O O O B-MISC I-MISC I-MISC O O O O B-PER I-PER O B-LOC O O O B-ORG O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O O B-LOC O B-ORG O O B-LOC I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O I-ORG O B-PER O B-LOC O B-ORG O B-PER I-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC I-LOC O B-ORG O B-PER I-PER I-PER O B-LOC O B-ORG O O B-LOC I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O B-PER I-PER I-PER O B-LOC O B-ORG O B-PER I-PER I-PER O B-LOC O B-ORG O O B-LOC I-LOC O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O O O -B-MISC I-LOC I-MISC B-MISC O O O B-PER O B-LOC I-LOC O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O B-PER I-PER O B-LOC O O O O O O O O O B-PER O O O B-PER I-PER O B-LOC O B-ORG O O O O O B-PER I-PER I-PER O B-LOC O B-ORG O O O O O B-PER I-PER O B-LOC O B-ORG O O O O O B-PER O O B-LOC O B-ORG O O O O B-MISC I-MISC O O O B-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER O O O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O O O B-PER I-PER O B-LOC O B-ORG O O O O O B-PER I-PER I-PER O B-LOC O B-ORG O O O O O B-PER I-PER O B-LOC O B-ORG O O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-MISC I-MISC O O O B-PER I-PER O O B-PER O O O B-PER O O -B-MISC I-LOC O B-MISC I-MISC I-MISC O O B-LOC O B-LOC I-LOC O B-MISC I-PER O B-LOC O O O O B-MISC I-MISC I-MISC O O O O O O B-ORG O O O B-PER I-PER O B-LOC O O O B-PER I-PER O B-LOC O O O O -B-MISC O B-ORG I-ORG O O O O O B-LOC O B-LOC I-LOC O B-MISC I-PER B-ORG B-ORG I-ORG O O O O O O O I-MISC I-MISC B-ORG O O O O O B-LOC O O O O O O B-PER O B-PER I-PER O O O B-MISC O O O O O B-MISC O O O O O O O O B-ORG O O O O O O B-ORG I-PER O B-PER I-PER I-PER O O B-LOC O B-PER O O B-PER O O O O O B-MISC O O B-LOC O O O O B-PER I-PER O B-PER I-PER B-ORG O O O O O I-MISC O O O B-MISC I-MISC O B-PER I-ORG O O O O B-MISC O O O B-ORG O B-PER I-ORG I-ORG O O O O B-LOC O B-LOC O O B-ORG I-ORG O B-LOC O O O O O O O I-MISC O O O O O B-PER O O O O O B-LOC O O B-PER I-PER O B-PER I-PER I-PER O O O O O O O O O -B-MISC O O O B-ORG O O O B-LOC O B-LOC I-LOC O B-LOC O O O O O O O B-MISC I-MISC I-MISC I-MISC O O I-MISC O O O B-MISC O O B-LOC O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O B-PER I-PER O O O O O O O O B-LOC O B-LOC O O O O O O B-PER I-PER O B-ORG I-PER O B-LOC O O O O O O I-LOC O O O O O O B-PER I-PER O O O I-MISC I-MISC O O O O O O O O B-PER O O O O B-PER O O O O I-MISC I-MISC O O O O O B-MISC O O B-PER O O B-LOC O B-PER I-PER O O O O O O O O O O O I-MISC O O O O O O O O O O O O O O O O B-PER O O B-PER I-PER O B-LOC O O O O O O B-MISC O O B-LOC O O O O O O O O O O O O B-LOC O O O O O O O O O O O O B-PER O O B-MISC I-ORG O O O O O O O O O B-PER I-PER O O O B-PER O O O B-PER O O B-PER O O -B-MISC I-MISC I-MISC O O O B-PER O B-LOC I-LOC O O O O B-MISC I-MISC I-MISC B-ORG O O O O O O B-LOC I-LOC I-ORG O B-ORG I-ORG O B-LOC I-PER O O O O B-PER O O B-PER O B-LOC O O O B-LOC O O B-PER I-PER O B-PER I-PER O B-PER O O B-LOC I-LOC B-LOC O O O B-LOC O O B-LOC I-PER O B-PER I-PER O B-ORG O O B-LOC I-LOC B-LOC O O O B-MISC O O B-PER I-PER O B-PER I-PER O B-PER O O B-LOC I-LOC B-LOC O O O B-LOC O O B-PER I-PER O B-PER I-PER O B-ORG O O B-LOC I-LOC B-LOC O O O B-LOC I-LOC O B-LOC I-LOC O B-PER I-PER O B-ORG O O B-LOC I-LOC B-LOC O O O B-LOC I-LOC O O B-ORG I-PER O B-LOC I-PER O O B-PER O B-PER I-PER I-LOC O O O B-LOC O O B-PER I-PER O B-LOC I-PER O B-ORG O O B-LOC I-LOC B-LOC O O O B-LOC O O B-PER I-PER O B-PER I-PER O B-ORG O B-PER O B-PER I-PER O O O O O B-LOC I-LOC O O B-PER I-PER O B-PER O B-PER I-PER I-PER O B-LOC I-LOC B-LOC O O B-LOC I-LOC O O B-PER I-PER O B-PER I-PER O B-ORG O B-PER O B-PER O -O O B-ORG O O O O B-LOC O O B-PER O B-LOC I-LOC O B-MISC I-LOC O O O B-PER O O O O O B-LOC O O O B-LOC O B-PER I-PER I-PER O O O O O O O O B-MISC O O B-ORG O O O O O O O B-LOC O O O O O O O O B-PER O O O O O B-PER O O O O O O O O O O O O O O B-LOC O O O I-PER O O O B-PER O O O O I-MISC O O O O O O O B-PER O O O O O O O B-LOC O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O B-LOC O O O O B-PER I-PER O B-LOC I-LOC O O B-PER I-PER I-PER O O B-LOC O B-ORG I-ORG I-PER O O B-PER O O O O O O O O O O B-PER O O O O O O B-LOC I-LOC O O B-ORG O I-MISC I-ORG I-ORG O O O B-PER O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-PER O O O B-MISC I-PER O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-PER O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O -B-ORG I-ORG I-MISC I-ORG O O O B-PER O B-LOC I-LOC O O O O O I-MISC O O I-ORG I-PER O O O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC I-LOC O B-PER O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER I-PER O B-ORG O O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER O O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER I-PER O B-LOC O B-ORG O -O I-ORG I-ORG I-MISC O B-MISC O O O B-LOC O B-LOC I-LOC O O O O O O B-MISC I-MISC O I-MISC O B-ORG O O O O O O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER O O B-PER I-PER O O O O O O B-PER I-PER O B-LOC O B-ORG O B-PER O I-LOC O O O B-PER I-PER O B-LOC O B-ORG O B-PER O O O O O B-PER I-PER O B-LOC O O O B-PER O B-LOC O O O B-PER I-PER O B-LOC O B-ORG O B-PER I-PER B-PER O O O B-PER I-PER O B-LOC O B-ORG O B-PER O B-PER O O O B-PER I-PER O B-LOC O O O B-ORG O B-LOC O O O B-PER I-PER O B-LOC O B-ORG O B-PER I-PER I-LOC O O O B-PER I-PER O B-LOC O B-ORG O B-ORG I-ORG I-ORG O O O B-PER I-PER O B-LOC O B-ORG O B-LOC I-LOC I-LOC O O O B-MISC I-MISC O O O O O O O O O B-PER I-PER O O O B-PER I-PER O O B-PER O O O B-PER I-PER O O B-PER O O O B-PER I-PER O O B-PER I-PER O B-LOC O O O O B-PER O O O B-PER I-PER O O B-PER I-PER O B-LOC O O O -O O O B-MISC I-MISC O O O O B-PER I-PER O B-MISC I-LOC O O O O O O B-LOC B-MISC I-MISC I-MISC O O O O O O O O O B-LOC I-LOC O B-LOC O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER I-PER O B-LOC O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O -O I-ORG O B-LOC I-MISC O B-ORG O O O B-LOC O B-LOC I-LOC I-LOC O O O O O O O O O I-MISC O B-ORG O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O O O B-PER I-PER O B-LOC I-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC I-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O O O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O B-PER I-PER O B-LOC O B-ORG O O O O O O O O O O O B-PER I-PER O B-LOC O O O B-MISC O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC I-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC I-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O O O O O O O O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O O B-PER I-PER O B-LOC O B-ORG O -B-MISC I-LOC O O B-MISC I-MISC I-MISC O O O B-LOC O B-MISC I-LOC I-LOC O B-MISC I-MISC O O B-MISC O O O O O O O O O O O B-MISC O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-PER O B-PER I-PER O O O O O I-MISC O O B-LOC O O O O O O O O O O O O O O O O I-MISC I-MISC O O O O O O O O O O O O O O O O O O I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-MISC O O O I-ORG O O O O O I-MISC O O B-PER O O O O O O O O O B-MISC O O O O B-ORG I-ORG O O O O O O O O O O -O O O B-MISC O O O O O B-LOC I-LOC O O O O O O B-MISC O O O O O O O O O O B-PER I-PER O B-ORG O O B-PER I-PER I-PER O B-ORG O O O O B-PER I-PER O B-ORG O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-ORG O O O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O O B-PER I-PER O B-ORG O O B-PER I-PER O O B-LOC O O O O B-PER I-PER I-PER O B-ORG O O B-PER I-PER O O B-PER O O B-PER I-PER O B-LOC O O B-PER O B-PER O B-ORG I-ORG O O B-PER I-PER B-PER O B-ORG O O O -O O O B-MISC O O O B-LOC I-LOC O O O O O B-MISC O O I-MISC O O O O O O O O B-PER I-PER O B-ORG O O O O B-PER I-PER O B-ORG O O B-PER I-PER O O B-ORG O O O O B-PER I-PER I-PER O B-ORG O O B-PER I-PER O B-LOC O B-PER O O B-PER I-PER O B-ORG O O B-PER I-PER O B-LOC O O O B-PER I-PER O B-ORG O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-ORG O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-ORG O O B-PER O B-PER O B-ORG O O O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O O O B-PER I-PER O B-ORG O O O -O O B-ORG I-ORG O O O O O O O B-LOC I-LOC O O O O I-MISC O O O O O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-PER O B-ORG O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O -O I-ORG O B-MISC O O O B-LOC I-LOC O O O B-MISC O O O O O O O O B-ORG I-MISC O O O B-ORG O B-ORG O O B-MISC O I-MISC O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-MISC I-PER O O B-PER O B-ORG O O B-ORG O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG B-ORG O O B-ORG O B-ORG I-PER O O B-MISC O O O B-ORG I-ORG B-PER O O -O O B-MISC O O O O O B-LOC I-LOC O O O B-MISC O O O O O O O O B-ORG O O B-PER O O O O O B-ORG O O B-PER O O B-PER O O B-PER O O O O O O O O O O B-PER O B-ORG O B-ORG O O O B-ORG O B-ORG O B-ORG I-ORG O O B-PER O O O O O O O O O B-ORG O B-ORG O O B-PER O O B-PER I-PER O B-ORG O O B-PER O O O O O O O B-ORG O B-ORG O O B-PER O O B-PER O O O B-PER O O B-ORG O O B-PER O O B-PER O O B-PER O O O O O O O B-ORG O O -O I-ORG O B-PER I-PER I-PER O O O O B-LOC I-LOC O B-LOC I-PER O O O O O O O O B-LOC O O O O O O O O O O O O O B-LOC O O O B-ORG I-ORG O O O O O O B-MISC I-PER O O O O O O O O O O O O B-LOC O B-PER O O O O O B-MISC I-PER O B-PER I-PER O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-MISC I-LOC O O B-MISC O O O O O O O B-PER O B-PER I-PER O B-PER O O O B-PER O B-LOC O O O O O O O O O O O O B-LOC O O O O O O B-PER I-PER O O O O B-MISC O O O O O O -O O B-MISC O O O O O B-LOC I-LOC O O O B-MISC O O B-PER O O O O O B-ORG O O B-PER O O B-PER O O B-ORG O O B-PER O O B-PER O O O O O O O O O O O B-PER O B-PER O O B-PER O O B-PER O O B-ORG O O O O O O B-PER O O O O O O O B-ORG O B-ORG O O B-PER O O B-ORG O O B-PER O O B-PER O O O O O O O B-ORG O B-LOC O O B-PER O O B-ORG O O B-PER O O O O O O O B-ORG O B-ORG O B-ORG I-ORG O O B-PER O O O O O O O B-ORG O B-ORG O B-ORG O O O B-ORG O B-ORG O B-ORG I-ORG O O B-PER O O O O O O O B-ORG O B-ORG O O B-PER I-PER O B-ORG O O B-PER O O O O B-PER O B-ORG O O O O O O B-ORG O O -O O B-MISC O O O O B-LOC I-LOC O B-MISC O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O O B-MISC O O O O O O O O B-ORG O I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O O -O O B-MISC O O O O B-LOC I-LOC O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-LOC O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O -O O B-PER I-MISC B-ORG O O O O O B-LOC I-LOC O B-MISC I-ORG O O O O O O B-LOC O O O O B-MISC O O O B-ORG O B-LOC O B-MISC O O O O O B-ORG I-ORG O O O O O O O O O B-PER I-PER O B-PER I-PER O O B-MISC O O O O O B-PER O O O O O B-LOC O O O B-PER I-PER O O B-ORG I-ORG I-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O B-ORG O O O B-MISC I-PER O B-ORG O O O O O O O B-MISC O O O O O O B-MISC O O O O O O O O O B-PER I-PER O O O O O O O O O O O B-PER I-PER O O O B-MISC O O O B-PER I-PER O O O O O -O O B-MISC O O B-MISC O O O B-LOC I-LOC O O O B-MISC O O B-MISC O O O O O O O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O O O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG I-ORG O O O O B-ORG O B-ORG O O O O O B-ORG O B-LOC O B-ORG O B-ORG O B-ORG I-ORG O O O O O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O O O O B-ORG I-ORG O B-ORG O O O O B-ORG O B-ORG O B-ORG I-PER O B-ORG I-ORG I-ORG O B-MISC I-MISC O O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O O O B-ORG O B-ORG O B-ORG O B-ORG O O O O O O O O O O -O O B-MISC O O B-MISC O O O B-LOC I-LOC O O O B-MISC O O B-MISC O O O O O O O I-MISC O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG I-ORG I-ORG O O B-ORG O B-ORG I-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O O O O B-ORG I-ORG O B-ORG O B-ORG I-ORG I-MISC O O O B-LOC O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG I-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O -O I-ORG O B-PER O O O O O B-MISC O O O B-LOC I-LOC O B-LOC I-LOC O O B-ORG I-PER O O O O B-ORG O B-PER I-PER O O O O O O B-MISC I-MISC O B-LOC O O O O O B-ORG O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-PER O O B-PER I-PER O B-PER O I-ORG I-ORG O O O B-ORG O O O O O O O O B-PER O O O O O O O O O O O B-MISC O O O O O B-MISC O O O O O B-ORG O O B-PER O O O O O O O O O O O B-PER I-PER I-PER O O O O O O O O O O O O O O B-PER O O -O I-ORG O B-LOC O B-PER I-PER O O B-LOC I-LOC O B-LOC O O B-ORG I-LOC O O I-LOC O O O O O O O B-MISC I-MISC O O O O O O O B-LOC O O O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O O B-PER O O O O O O O B-PER O O O O O B-PER O O O B-PER I-PER O B-PER I-PER O O B-LOC O B-ORG I-LOC O O -B-LOC O B-LOC I-MISC O O O O O B-LOC I-PER O O O O O O O O B-LOC I-MISC O O O B-LOC I-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-LOC I-PER O O O O O B-PER O O B-LOC O O O O O O I-PER I-PER O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O O O O B-PER I-PER I-PER I-PER O O O O O B-PER I-PER O O O O O B-PER I-PER O O O O B-PER I-PER O O O O B-PER O B-PER O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER I-PER O B-PER O B-LOC O O O O O B-PER I-PER O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER I-PER O B-LOC O O O O O B-PER I-PER O O B-LOC O O O O O O B-PER I-PER O O O B-PER O B-PER O O O O B-PER I-PER I-PER O O O O B-PER I-PER O O O O O B-PER I-PER O O O O B-PER I-PER O O O O O -O O B-PER I-PER O O O O B-PER O O B-LOC I-LOC O B-MISC O B-PER I-PER O O O O O O O O O B-ORG I-ORG O O O O O O B-ORG O O O O O O B-PER I-MISC O O O O B-ORG I-ORG O O B-MISC O O I-ORG I-ORG I-ORG I-LOC O O O O B-ORG I-ORG O O O B-ORG O O O O O O B-PER O O B-LOC O O O O O O O O O O B-MISC O O I-ORG O B-PER I-PER O B-PER O O O O O O O O O O O O O O O B-LOC O O O B-PER O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O B-PER O O O O O O O B-ORG O O O O O O O O B-PER I-PER O B-PER I-PER O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O B-PER I-PER O B-ORG I-ORG O B-PER I-PER O B-PER I-PER O O -O O B-PER O O O B-LOC O O O O B-LOC O B-LOC I-LOC O O B-LOC O O B-LOC I-PER O O O O O O B-LOC O O O O B-ORG O O O B-ORG O O O O B-PER O O O O O O O B-PER O O O O B-LOC O O O O O O O O O O O O O O O O O B-LOC O B-MISC I-LOC O O B-MISC O O O I-ORG I-ORG I-ORG O O B-PER O B-PER I-ORG I-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER O O O O O O O O O O O O O B-LOC O B-PER I-PER I-PER O O O O O O O O O O B-MISC I-MISC O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-PER I-PER O O O O B-PER I-PER O O O O O O B-PER O B-PER O O O O O B-ORG B-PER I-PER O O O O O B-LOC O O -O O B-ORG O O O O B-LOC O B-LOC I-LOC O O O O O O O O O O O O B-ORG O O O O B-LOC O B-LOC O B-LOC I-LOC O O O O B-ORG I-ORG O O O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O O B-LOC O O O O B-PER I-MISC O O O O O O -O O B-LOC I-LOC O O O O O O O B-LOC I-LOC I-LOC O B-MISC I-LOC O O O O O B-MISC I-MISC O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O I-LOC O B-LOC O O O B-MISC I-MISC O O O O O O O B-PER O O O O O O O O B-PER O B-PER O I-MISC O O B-MISC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-MISC O O B-PER I-MISC O O O O O O O O O O O O O B-MISC O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O O O O O O O O O O O O O B-ORG O O O B-PER O O O B-ORG O O O O O O O O B-PER I-PER O O B-LOC O O O O O O O O O O B-PER O B-PER I-PER O O O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O O O O B-LOC O O O O O O O O O O O I-MISC O O O O B-ORG O O O O O O B-MISC O B-PER I-PER O O O O O I-ORG O O O B-MISC O O O O O O O O B-LOC O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER O O O B-PER I-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O B-LOC I-LOC O O O B-PER I-PER I-PER O O O B-PER I-PER I-PER O O O B-PER I-PER I-PER O O O B-PER I-PER I-PER O O O B-PER I-PER I-PER O O O O O B-PER I-PER B-PER O O O B-PER I-PER I-PER O O O B-PER I-PER I-PER O O O O B-PER B-LOC O O O B-PER I-PER I-PER O O O B-PER I-PER I-PER O O O B-PER I-PER I-PER O O -O O B-MISC O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O B-MISC I-ORG O B-ORG I-ORG I-ORG O O B-ORG I-ORG O B-ORG I-ORG O O B-ORG I-ORG I-ORG O B-ORG I-ORG O O B-ORG I-ORG I-ORG O B-ORG I-ORG O O B-ORG I-ORG O B-ORG I-ORG I-ORG O O B-ORG I-ORG O O B-ORG I-ORG O O B-ORG I-ORG I-ORG O B-ORG I-ORG O O B-ORG I-ORG I-ORG O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O -O O B-ORG I-MISC O O O B-LOC I-LOC I-LOC O O O B-MISC I-MISC O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O B-ORG O B-PER I-PER O O B-PER I-PER I-PER O O B-PER I-PER O O B-LOC O B-PER I-PER O O O O O O O O B-MISC I-LOC O B-ORG O O O O O O O O B-LOC I-LOC O B-PER I-PER B-PER O O O I-PER I-PER O O O O B-PER O B-PER I-PER O O B-LOC O B-PER I-PER O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-LOC O O O O O O O O B-LOC O O O O O O O O B-LOC O O O O O O O O B-ORG O O O O O O O O -B-MISC O O O O O O O O O B-LOC I-LOC I-LOC O O O O O O I-ORG O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O B-LOC O O O O O O O B-MISC O O B-PER O O B-ORG I-ORG O O B-ORG O O B-PER O O O O O B-LOC O O B-PER O O O B-ORG O O B-PER O O B-ORG I-ORG O O B-PER O O O B-ORG O O B-PER O O B-PER I-MISC O O O O O O B-ORG O O B-PER O O B-ORG O O B-PER O O O B-ORG O O B-ORG O O O B-ORG O O B-PER O O B-ORG O O O O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O O B-MISC I-ORG O B-ORG I-MISC O O O O O O B-ORG I-ORG O B-PER O O B-PER O O B-PER O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O O O B-ORG O O B-PER O O O B-ORG I-ORG O O B-ORG O O O B-ORG O O I-ORG O O O B-ORG I-ORG O O O O O O B-ORG O O B-PER O O B-ORG I-ORG O O B-ORG O O O B-ORG O O B-MISC O O B-ORG I-ORG O O I-ORG O O B-ORG I-ORG O O B-ORG O O O B-ORG O O B-PER O O O B-ORG O O B-PER O O O O O O O O O B-ORG O B-LOC O B-ORG I-ORG O B-LOC I-LOC O B-ORG O B-LOC O B-ORG O B-LOC I-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O -B-MISC O O O O O O O B-LOC I-LOC I-LOC O O O B-MISC O O B-ORG I-ORG O O O O O O O O O O B-MISC I-ORG O B-LOC O O B-PER O O B-LOC O B-ORG O O B-LOC I-LOC I-LOC I-LOC I-LOC O B-MISC O B-PER O O B-LOC O B-LOC I-LOC I-PER O B-LOC O B-LOC I-LOC O B-LOC O B-PER I-ORG O B-LOC O O O O O B-ORG I-ORG O B-PER O O -B-MISC O O O O O O O O O O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O I-MISC B-ORG O O B-PER O O O O O O O B-ORG O O O O O O O B-ORG O O O O I-ORG O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG I-ORG O O O I-ORG I-ORG I-ORG O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O B-ORG I-ORG O O O B-ORG O O O B-ORG I-ORG O O O O O O O B-ORG I-MISC O O O O O O O B-MISC I-ORG O B-MISC I-MISC O O O O I-ORG B-ORG O O B-ORG O O O O O O O B-ORG I-ORG O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O B-ORG I-ORG I-ORG O O O O O B-ORG O O O O O O O B-ORG I-ORG O O O I-ORG I-ORG I-ORG O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O B-ORG O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O O O O O O O B-ORG O B-LOC I-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O O B-ORG O B-LOC O B-ORG I-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC I-LOC O B-ORG I-ORG O B-LOC I-LOC O B-ORG O B-LOC O -B-MISC O O O O O O O O B-LOC I-LOC I-LOC O O O B-MISC I-MISC O O I-MISC O O O O O O O O O O B-MISC I-PER O B-ORG O O B-ORG O B-ORG O O B-PER O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O -B-MISC O O O B-PER I-PER I-PER O O O O O O B-LOC I-LOC I-LOC O B-ORG I-ORG I-ORG O O O B-ORG O O O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O O O O O O O B-LOC I-LOC I-LOC I-ORG I-ORG O O O O B-PER O O B-PER O O B-PER O B-PER O O O O O O O O O B-MISC O O B-ORG O B-PER O B-PER O B-LOC O O O B-PER O O B-MISC O O O O O O O O O O B-PER I-PER O O O O O O B-PER O O O B-PER O O O O O O O B-PER O O O O O O B-PER I-PER O B-MISC I-PER O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O B-LOC O O O O O O O B-PER O O O O O O O B-PER O O O O O O O B-PER O O O B-PER O O O O O O O O O O B-PER O O O O O I-PER O O O O O B-LOC O O -B-MISC O B-PER O B-PER O B-LOC I-LOC O O O B-LOC I-LOC O B-MISC I-LOC I-LOC I-LOC B-MISC O B-PER I-PER O O O B-PER I-PER I-PER I-LOC I-LOC O O O O O -O O B-MISC O O O O O B-LOC I-LOC O O O O O B-MISC O O O O O B-ORG I-ORG O O B-PER I-PER O O B-PER I-PER O O B-ORG O O O O O O O O B-PER O O -O O B-ORG O O O O O O O O O O B-LOC I-LOC O B-ORG I-ORG O B-LOC O O O B-PER I-PER O B-PER I-PER O O O O O O O O B-LOC O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O B-ORG O O O O O O O O O I-PER O O O O O O O B-PER O O B-LOC O O B-MISC O B-PER O O O O O O O O B-MISC O B-PER I-PER O O O O O O B-PER I-PER O O O B-ORG O O B-ORG O O O O O O O O O B-ORG O O I-PER O O O B-MISC O B-PER O O -O O B-ORG O B-ORG O O O O B-LOC I-LOC O B-MISC O B-PER I-PER B-MISC O B-PER I-PER O O O O B-MISC O O O B-ORG I-ORG I-ORG O O O O O B-ORG O O O O O O O O B-MISC O B-PER O B-MISC O B-PER I-PER O O O O O O O O B-ORG O O O O O O O O O O O B-PER I-PER O O O O O O O O O B-PER O B-PER O O B-ORG O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O B-ORG O B-PER I-ORG O O O O B-ORG O B-PER O O B-MISC I-MISC O O O O O O B-PER O O O O O B-MISC I-PER I-PER O O O B-LOC O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O -O O B-MISC O O O O O O O B-LOC I-LOC O O O O O O B-MISC O O I-MISC O O O B-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O O I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O O B-LOC O O O O O O O O O I-ORG O O O O O O O O B-PER O O O O O O O O B-ORG I-ORG O O O O O O O O B-PER I-PER O O O O O O O O B-LOC O O O O O O O O B-PER I-PER O O O O O O O O B-MISC O O O O O O O O B-ORG O O O O O O O O B-LOC O O O O O O O O B-ORG I-ORG O O O O O O O O B-PER O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-PER O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O +O O O O O O O O O B-MISC O O O B-LOC B-PER O O O B-LOC B-PER B-LOC B-PER O B-LOC O O O O O B-MISC I-MISC O O O O O O O B-LOC O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O B-ORG O B-PER I-PER O O O O O O O O O O O O O O B-MISC O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-MISC I-MISC O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-LOC O O B-PER I-PER O O O O O O O O O O O O O O O O O B-MISC O O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O B-PER I-PER O O O O O O O O O O O O O O O B-LOC O O O O O B-MISC O O O O O O O O O O O B-MISC O O O B-ORG O O O O O O O O O B-LOC O B-PER I-PER O O O O O B-MISC O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O B-MISC I-MISC O O O O O O O O O B-ORG O O O O O O O O O O B-PER I-PER O B-LOC O B-LOC I-LOC O O B-LOC O O O O O O O O O O O O O O O O O O O O O O +B-ORG I-ORG O B-ORG O O O O O O O O B-PER I-PER O B-LOC O B-LOC O O O O O O O O B-LOC O B-MISC O O O O O O O O O O O O O O O B-ORG O O B-ORG O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O O O B-PER I-PER O O O O O B-PER O O O O O O O B-PER O O O O O O O B-LOC O O O O O O O O O O O B-LOC O O O O O O B-MISC I-MISC O O O O O O O O O O B-LOC O O O B-LOC O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-PER I-PER O B-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-ORG B-PER O B-PER I-PER O B-PER O O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O B-PER O O O B-PER I-PER O B-PER I-PER O O O O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O O +O O B-PER O O O O O O O O B-LOC O B-LOC I-LOC I-LOC O O O O O O O O O O O B-LOC O O O B-MISC I-MISC O O B-LOC O O O O B-PER I-PER O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O B-LOC O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-PER O O O O B-LOC O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-LOC O O O O O O O O O O B-LOC O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O B-LOC O O O B-ORG B-PER O O O B-ORG B-PER O O O B-ORG B-PER O O O B-ORG B-PER O O O B-ORG B-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O O B-PER O O O B-ORG B-PER O O O B-PER O O O O B-PER O O O O B-PER I-PER O O O O B-LOC O O O B-PER I-PER O O O B-ORG O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER I-PER O O O B-PER I-PER O O O O O O O O O O B-PER I-PER O O +B-MISC B-MISC I-MISC O O O O B-LOC O B-LOC O O O O O B-MISC I-MISC O O O O O O O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O +O O B-MISC I-MISC O O O O O B-LOC O B-LOC I-LOC I-LOC O O O O B-MISC I-MISC O O O O O O O O B-ORG O B-ORG O O O O O O O O O B-LOC O B-MISC O O O O O O O O O O B-LOC O O O O O O O O O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-LOC O O O O O O O O B-LOC O O O O O O O O B-ORG O O O O O O O O +O O B-LOC O B-LOC I-LOC O O O O O O O B-MISC O O B-LOC O B-LOC O O O O O O O O O O O B-LOC O B-LOC I-LOC O O O O O B-LOC O B-PER I-PER O O O O O O O O O B-MISC O O B-MISC O O O O O O O B-PER I-PER O B-ORG O B-PER O O B-ORG O O B-ORG O B-ORG O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O B-PER I-PER O B-PER O B-ORG O O B-PER I-PER O B-PER O B-ORG O O B-PER I-PER O B-PER O O B-PER I-PER O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-MISC O O B-PER I-PER O B-ORG I-ORG O O O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O B-ORG O O O B-PER O O O O O O B-LOC I-LOC O O B-PER I-PER O B-PER I-PER O B-PER O O B-PER I-PER O B-PER I-PER O B-PER O O B-PER I-PER O B-PER I-PER O B-PER O O B-PER I-PER O O O O O O B-PER I-PER O B-PER O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER I-PER O O B-PER O O B-PER I-PER O O B-PER O O B-PER I-PER O B-PER I-PER O B-PER O O B-PER I-PER O O O B-PER I-PER O O B-PER O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O B-ORG O O O O B-PER I-PER O O O O O O O O B-PER I-PER O O B-PER I-PER O O O O O O B-PER I-PER B-MISC O B-PER I-PER I-PER O O B-PER I-PER I-PER O O O O B-LOC O O O O O O O O O O O O O O B-LOC O O +O O B-MISC I-MISC I-MISC O O O O O B-LOC O O O O O B-MISC I-MISC I-MISC O B-MISC O O O O O O O B-ORG O B-ORG O O +O O B-ORG O O O O B-LOC I-LOC O B-MISC O B-MISC B-PER O O O O O O B-ORG O O O O O O O O B-ORG O O O B-ORG O O O O B-PER O O O O O O O O B-ORG O O O O O O O O O O O O O O O B-ORG O O O O O B-ORG O O B-PER O O O O O O O O B-LOC O O O O O B-ORG O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-ORG O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-ORG O O +O O B-ORG O O O O O O O O O O B-LOC B-PER O B-ORG O B-LOC O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O B-ORG O B-LOC O O O B-PER O O O O O O O O O O O O O B-MISC O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-ORG O O O O +O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O B-LOC O O O O O B-PER B-ORG O B-LOC O O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER O B-LOC O O O O O O B-ORG O B-LOC O O O O O O O O O B-MISC B-PER O B-LOC O O O O O O B-ORG O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-ORG O B-LOC O O O O O O O O O O O B-LOC O O O O O O O O B-LOC O O O O O O B-ORG O B-LOC O O O O O O B-ORG O B-LOC O O O O O O B-ORG O B-LOC O O O O O O B-ORG I-ORG O B-LOC O O O O O O O O O B-PER O O B-LOC O O O O O O B-ORG O B-LOC O O O O O O B-ORG I-ORG O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER O B-LOC O O O O O O B-PER B-ORG O B-LOC O O O O O O +B-ORG I-ORG O B-LOC O O O O O O B-PER I-PER O B-LOC O O B-LOC B-PER I-PER O O B-LOC O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-PER I-PER O O O O B-MISC O O O O O O O O B-LOC O O O O O O O O O B-LOC B-PER O O O B-MISC O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O B-LOC O O O O O O O O B-MISC I-MISC I-MISC O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O B-LOC O O O O O O B-LOC O B-LOC O B-LOC O B-LOC O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O B-LOC O O B-PER O O O B-PER I-PER O O B-MISC I-MISC O B-PER I-PER O B-PER I-PER O O O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-ORG O O O O B-PER I-PER O B-LOC I-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC I-LOC O O O O B-PER I-PER O B-LOC O O O B-LOC O O O B-ORG O O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O O O O B-PER I-PER O O O B-ORG B-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-ORG B-PER O O O B-PER I-PER O O O B-PER I-PER O O O B-PER I-PER O O +B-LOC O B-MISC I-MISC O O O O O B-LOC O O O O O O O O B-MISC I-MISC O O B-MISC I-MISC I-MISC B-ORG O O O B-MISC I-MISC O O O O O B-PER I-PER O O O B-PER I-PER O B-LOC O O O O B-PER I-PER I-PER O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O O O O O O O O B-PER B-ORG O O O B-PER I-PER I-PER I-PER O B-LOC O O O O O O O O O O B-PER I-PER O O O B-PER I-PER O O O O B-PER O O O O O O O O O B-PER I-PER I-PER O B-LOC O O O O B-PER I-PER O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER O O O O O B-PER I-PER O O O B-PER I-PER O O O +O O B-ORG O O O B-ORG O O O B-LOC O O B-LOC O B-PER I-PER O O O O O O O O O O O O B-LOC O O O O B-MISC I-MISC O O O O B-PER I-PER O O B-PER I-PER O B-LOC B-ORG O O O B-PER O B-LOC B-ORG O O O O O B-MISC O O O O B-LOC O O O O O B-PER O O O O O O O O O O O O O O O O B-ORG B-LOC O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O B-MISC O B-MISC B-ORG O O O O O O B-MISC O O O O O B-MISC I-MISC O O O O O O O O O O O O B-PER I-PER O O O O O B-MISC O B-MISC O B-ORG O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O O O O O O O O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O O O O O O O O B-PER I-PER O B-PER I-PER O O O O O O O O B-PER O +O O B-MISC O O O O B-LOC I-LOC I-LOC O O O O B-MISC O O O O O O O O O O O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O +O O B-ORG O O O O O O B-ORG O O B-LOC O O B-LOC O B-PER I-PER O O O O O O O O B-LOC I-LOC O O O O O O B-MISC I-MISC O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O B-MISC O O O O B-LOC B-PER O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-ORG O O O O O B-LOC I-LOC O O B-ORG I-ORG O O O B-PER O O O O O O O O B-PER O O O B-LOC O B-PER I-PER O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O B-LOC O O O O O O O O O O O B-MISC I-MISC O O O +O O B-ORG O B-PER O O O O O O B-LOC O O O O O B-MISC I-MISC O O O O O B-LOC O B-LOC I-LOC O O O O B-LOC I-LOC O B-PER I-PER O B-PER O O O O B-PER I-PER O B-PER I-PER O O O O B-PER I-PER O B-ORG O B-ORG O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O O O O B-PER I-PER O O B-ORG O O B-PER I-PER O B-PER O O O O B-PER I-PER O O O B-PER I-PER O O B-ORG B-PER O O O O B-PER I-PER O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-PER O O O B-PER I-PER O B-PER O O B-PER O O B-ORG O O O B-PER I-PER O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O O O O B-PER I-PER O O O O B-PER I-PER O B-PER O B-PER O O B-PER I-PER O B-PER O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O O B-PER I-PER O O O O O B-PER I-PER O O O O O B-PER I-PER O O O O O B-PER I-PER O O O O O O O O O O O O O O B-LOC O O O O O O +O O B-LOC O B-PER O O O O O O B-LOC O O B-LOC O B-LOC I-LOC O O O O O B-MISC I-MISC O O O O O B-LOC O O O O O O O O B-LOC I-LOC B-PER O O O O O O B-PER I-PER O O O B-LOC O O O O O B-PER I-PER O O O O O O +O O B-LOC O O O O O O O O O O O B-LOC O O B-LOC I-LOC O O O O O O O O O O B-MISC I-MISC O O O O B-LOC O O O O +O O B-ORG O O O O B-LOC O B-LOC O O O O O O O O O O B-ORG O O O B-LOC O B-LOC O B-LOC I-LOC O O O O B-LOC O O O O B-PER I-PER O O O O B-PER I-PER O O O O B-PER I-PER O O O B-LOC O O +O O O O O O B-MISC I-MISC O O B-LOC I-LOC O B-LOC I-LOC O B-PER I-PER O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O B-PER O O O O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O O O O O O O O O O O O O B-MISC B-LOC O O O O O O B-ORG O O O O O O O O O O O B-PER I-PER O O O O O O O O B-PER B-LOC O O O O O O O O O O O O O B-LOC O O O O B-PER I-PER O O O O O O O O O B-PER O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-MISC O B-PER I-PER O O O O B-PER O O O O B-LOC O B-PER I-PER O O O B-MISC O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-LOC O O O O O O O O B-LOC O B-MISC O O O O O O O O O O O O O B-ORG O O O O O O B-PER O O O O O O O B-PER B-LOC O O B-LOC O O O O O O B-LOC I-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O B-MISC I-MISC I-MISC O O O +O O B-PER O O O O O O O O O B-LOC O O B-LOC I-LOC O B-PER I-PER O O O O O O O O O O O O O B-MISC I-MISC O O O O B-LOC O O B-LOC O O O O O O O O O B-LOC O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O O B-LOC I-LOC O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER I-PER O B-PER O O B-PER I-PER O O O O B-PER I-PER O O O O +O O B-MISC I-MISC I-MISC O O O B-LOC O O O O O O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER I-PER O B-LOC O O O O O O O O B-PER O O B-LOC O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER I-PER O B-LOC O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O B-ORG O O O O O O O O B-PER O O B-LOC O O O O B-PER O B-LOC O O B-PER O O B-LOC O O B-ORG B-PER I-PER O O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O B-LOC O O B-PER O B-LOC O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O +O O O O O B-MISC I-MISC I-MISC I-MISC I-MISC O O B-LOC B-PER O O O O O O O O B-MISC I-MISC I-MISC I-MISC I-MISC O O O B-ORG I-ORG O O O B-PER B-ORG O B-LOC O O O O B-ORG O O O O O O O O O O B-ORG O O O O O O B-PER I-PER O O O O O O O O O O O +B-ORG O O O O O O O O O O B-LOC I-LOC O O O O B-LOC B-MISC O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG B-MISC O B-MISC O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O B-MISC I-MISC O O O O O O O O B-ORG O O O O O O O B-ORG I-ORG O O O O O O B-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG O O O B-ORG O O O B-ORG O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-LOC O O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O B-ORG I-ORG O B-LOC O O O O O +B-ORG O O O O O O O O O O O B-MISC O O B-ORG B-LOC B-MISC O O O O O B-ORG O O O O O O O O O O B-ORG B-PER O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG I-ORG O B-ORG I-ORG O O +O B-MISC O O O O O O O O O O B-LOC O O O O O B-ORG O O O O O O O O O B-MISC O O O O O O O B-ORG I-ORG O O O O O O O O O B-PER I-PER O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O B-PER I-PER O O O O O B-PER I-PER O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-LOC I-LOC O B-ORG O O O O O O O O O O O O O O O O B-ORG O O O O O B-LOC B-LOC O O O O B-MISC O B-LOC B-PER O O O O O O O B-LOC I-LOC B-MISC O O O O O O O O O B-ORG O O O B-ORG I-ORG B-PER O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-PER I-PER O B-PER I-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O B-MISC B-PER O O O O O O O O O O O B-ORG O B-PER B-ORG O O B-ORG O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-PER O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O +B-ORG O O O O O O O O O B-ORG B-LOC O O O O B-ORG O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O B-LOC B-MISC O O O O O O B-ORG O O O O O B-ORG I-ORG O O B-ORG O O B-ORG O O O O O B-LOC O O O O O B-ORG O O O O O O B-ORG O O B-ORG O O B-ORG I-ORG O O O O O O B-MISC I-MISC O O O O O O B-ORG O O O O O B-ORG O O B-ORG O O B-ORG O O B-ORG O O B-ORG O O B-ORG O O B-ORG O O O O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O O B-MISC I-MISC O O O O O O O O O B-ORG I-ORG O O O O B-ORG O O B-ORG O O B-ORG O O O O O O B-ORG O O O O O O B-ORG O O O O O O B-ORG I-ORG O O O O O B-ORG O O O O O B-MISC I-MISC O O O O O O B-ORG O O O O O B-ORG O O O B-ORG O O B-ORG O O O O O O B-ORG B-PER O O O O O B-ORG I-ORG O O B-ORG O O B-ORG O O B-ORG O O B-ORG O O O O O O O O O O B-ORG O O B-LOC O B-ORG O B-LOC O B-ORG I-ORG O O O B-ORG O B-LOC O B-LOC O B-LOC I-LOC O B-ORG O O O O O O O O O O O O O O B-LOC O O +O B-MISC O O O B-ORG O O O B-ORG B-LOC O O B-MISC I-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC I-MISC O B-MISC I-MISC O O O O B-ORG O O B-ORG I-ORG O O O O O O B-ORG O O O B-ORG I-ORG O B-ORG O O O O O O O O O O O O O B-ORG O O O O O O O B-MISC I-MISC O O O O O O O B-ORG O O O B-ORG O O B-ORG O O O O O O O O O O O O O B-ORG O O O B-ORG O O B-ORG O O O O O O B-MISC I-MISC O O O O B-ORG O O O O O O O O O B-ORG I-ORG O O O B-ORG O O B-ORG I-ORG O O O O O O B-ORG O O O O O O B-ORG O O O O O O O B-MISC O O B-MISC I-MISC O O O O B-ORG O O B-ORG O O O O O O B-ORG O O O O O O B-ORG O O O B-ORG O O O O O O O O O B-ORG I-ORG O O O O O O B-MISC I-MISC O O O O O O O O O O O O B-ORG O O B-ORG O O O B-MISC O O B-ORG O O O O O O B-ORG O O O O O O B-ORG I-ORG O O O O O O B-MISC I-MISC O O O O B-ORG O O B-ORG I-ORG O O O O O O B-ORG O O O O O O B-ORG I-ORG O O O O O O B-ORG O O O B-MISC O O B-ORG I-ORG O O O B-ORG O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O B-LOC O B-ORG O B-ORG O B-ORG O O O O O O B-LOC O O O O O O B-ORG O B-LOC I-LOC O B-ORG I-ORG O B-LOC O B-ORG O B-LOC O O B-ORG O B-LOC O O O O B-ORG B-LOC O O O B-LOC O O O B-LOC I-LOC O B-ORG O B-LOC O O O B-LOC O O B-ORG I-ORG O B-ORG O +B-MISC B-MISC O O O O O B-LOC I-LOC O O O O B-LOC I-LOC O B-MISC O O O O O O O O O O O O O B-ORG O O +O B-MISC O O O O O O O O O O O B-ORG B-PER O B-LOC O O O B-PER O O O O O O O O B-ORG B-ORG O O O O B-MISC O O B-MISC O O O O O O O O O O O O O B-LOC O O O O O B-LOC O O O O O O O O O O B-MISC O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-LOC O O O B-PER I-PER O B-ORG I-ORG I-ORG O B-PER I-PER O O O B-PER I-PER O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O B-ORG I-ORG B-PER O O +O O B-MISC O O O O O O O B-LOC O O O O B-MISC O O O O O O O O O O B-ORG I-ORG O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O +O O B-MISC O O O O O O O B-LOC O O O O B-MISC O O O O O O O O O O B-ORG O B-ORG I-ORG O O B-ORG I-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O B-ORG I-ORG I-ORG O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O +O O B-MISC O O O O B-LOC I-LOC O O O B-MISC O O O O O O O O B-ORG O B-ORG O O O O O O B-PER I-PER O O O O O O O B-PER I-PER O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O B-PER I-PER O O B-ORG O O B-PER I-PER O O O B-PER I-PER O O O O O O O O O O +O O B-MISC O O O O O B-LOC O O O O B-MISC O O O O O O O O O O B-ORG I-ORG O O B-MISC O O B-ORG I-ORG I-ORG O O B-LOC O O O B-PER I-PER I-PER O O O O O O O O O O O O +O O B-MISC O O O O B-LOC I-LOC O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O +O O B-MISC O O O O B-LOC O O O O B-MISC O O O O O O O O B-ORG O B-ORG O O B-ORG I-ORG I-ORG O B-ORG O O +O O B-MISC O O O O O B-LOC O O O O O O O O B-MISC O O O O O O B-ORG O O B-MISC O O O B-PER O O B-ORG I-ORG O O B-PER O O B-PER O O O O O O O O O O O O B-ORG I-ORG O O B-PER O O B-ORG I-ORG O O B-PER O O O O O O O O O O O B-ORG O O B-PER O O B-PER O O B-PER I-PER O B-ORG O O O O O O O O O O B-ORG O O B-PER O O O O B-ORG I-ORG O O O O O O O O O O +O O B-MISC B-MISC I-MISC O O O O B-LOC O B-LOC I-LOC O O O O O O O O B-MISC I-MISC I-MISC O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O +O O B-ORG O O O O B-LOC O O B-LOC I-LOC O B-LOC O O B-ORG O O B-LOC B-PER I-PER O O O O B-LOC O O B-MISC I-MISC O O O O O O O B-PER B-LOC O O O O O O O O O O O O B-MISC O B-PER I-PER O O B-ORG O O O O O O O O B-ORG I-ORG O O O O B-MISC I-MISC I-MISC I-MISC O O O O O O B-LOC O B-MISC O O O O O O O O O O O O O B-LOC O O O O B-LOC O O O O O O O O O B-MISC O B-LOC O O O O O O O O O O B-PER I-PER O B-LOC O B-LOC O O B-PER I-PER O B-ORG O O O O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O B-PER I-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O B-PER I-PER O B-PER I-PER O B-LOC O O B-PER I-PER O B-ORG O B-LOC O O B-PER I-PER O B-PER B-ORG O B-LOC O O O O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O B-PER I-PER O B-LOC O B-LOC O O B-PER I-PER O O O B-LOC O O O O O B-PER I-PER O B-ORG O O B-PER I-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O B-PER I-PER O B-LOC O B-LOC O O B-PER I-PER O B-ORG I-ORG O B-LOC O O O +O O O O B-ORG O B-ORG O O B-LOC O O B-ORG I-ORG I-ORG O O O O B-MISC O O O O B-LOC I-LOC O B-ORG O O O O O O B-ORG I-ORG O O B-ORG O O O O O O O O O B-ORG I-ORG O O B-ORG O O O O B-ORG O O O O O O O O O O O O O O B-ORG O O O O O O O O O B-ORG O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG O B-ORG I-ORG I-ORG O O B-ORG I-ORG I-ORG I-ORG O O O B-ORG I-ORG O O O O O O O O O B-ORG B-ORG I-ORG I-ORG O O B-ORG O O O B-ORG I-ORG O O O O O O O B-ORG B-LOC B-ORG O O O O O B-PER O O O O O B-PER O O O B-LOC B-PER O B-PER I-PER O O B-PER I-PER O O O O B-PER I-PER O O O O O O B-PER I-PER O B-PER O O O O O O O O O O O O B-PER O O O O O O B-PER B-MISC B-ORG B-PER O O O O B-PER O O B-PER O O O O B-PER I-PER O O O O O O O O O O O O B-ORG B-PER I-PER I-PER O B-LOC O O O O O B-LOC O O O O B-PER O O +O O O O O O O O O O B-LOC B-MISC O B-MISC O O O O O O O O O O B-MISC O O O O O O O O O B-ORG I-ORG O O O B-ORG O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O +O O B-PER O O O O O B-LOC B-MISC O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O +O O B-ORG O O O O B-MISC I-MISC O O O B-LOC B-MISC O B-LOC O B-ORG B-PER O O O B-ORG O O B-PER I-PER O O O O O B-MISC I-MISC O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG B-PER I-PER I-PER O O +O O B-ORG O O O O O O O B-LOC O O B-ORG O B-ORG B-PER O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O B-ORG O B-PER B-ORG O O O O O O O B-MISC O O B-PER I-PER O O O O O O B-PER O O O O O O O O B-LOC O O O O O O O B-ORG O O O B-MISC O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-ORG O O O O O O O O O O O O O O O O B-PER O O O O O O B-ORG O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC I-MISC I-MISC O O O O O O B-PER O O O B-LOC O O O O O O O O O O O O O O O O B-LOC O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O B-MISC O O O B-PER O O O O O B-ORG O O O O O B-ORG O B-LOC O O O O O O O O O O O O B-MISC I-MISC O O +B-ORG O O B-LOC I-LOC O O B-LOC O O B-LOC O O O B-ORG I-ORG O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O +O O B-MISC O O O O O O O B-LOC O O B-MISC O O O O O O O O O O O O B-LOC O O O O O B-MISC O O O B-ORG O O O O B-ORG O O O O O O O O O O B-LOC B-PER O O O O O O B-MISC O O O O O O O B-MISC O B-PER O B-MISC O O O O O B-MISC O O O O O O O O O O O O O O O O O O B-ORG B-PER O O O O B-ORG O O O O B-ORG O O O O O B-ORG O O O O O O O O O B-PER O O O O O O O O O O O B-ORG O B-PER I-PER O O O O B-ORG O O O O O O O B-MISC B-PER O O O B-ORG O O O O B-ORG O O O O O B-ORG O O O O O O O O B-PER I-PER O B-PER I-PER O O B-PER O O O O O O O O O O O O O O O B-MISC O B-PER I-PER O O O B-ORG I-ORG O O B-ORG O O O O O B-ORG O O O O O O O O B-PER O O O O O O O O O O B-LOC O O O O O O B-MISC O B-ORG O O O B-ORG O O O O O B-PER I-PER O B-MISC O B-PER I-PER O O B-PER I-PER O O B-ORG O O O O O O O B-MISC O B-PER O B-PER I-PER O B-ORG B-PER O O O O B-ORG I-ORG O O O O B-ORG O O O O O B-MISC O O O O O O O O O B-PER O B-MISC O O B-MISC O B-ORG O O O O O O O O O B-MISC O B-PER I-PER O O O O O B-ORG I-ORG B-PER I-PER O O B-ORG B-PER I-PER O B-LOC O O O O O B-PER O O B-ORG O B-MISC O B-PER I-PER O O O O O O B-ORG O O O O B-ORG O O O O O O O O O O O O O O O B-ORG O O O O O O B-MISC O B-PER I-PER O O B-ORG O O O O O O O O O O O O O O O B-PER O O O B-ORG O O O O B-MISC O O O O O B-ORG O O O O O B-MISC O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O B-ORG O B-MISC O B-PER I-PER O O O O O O O O B-PER I-PER O O O O O O B-ORG O O B-PER I-PER O O O O O O O B-ORG O O O O B-ORG O O O O O O O O O O O O O B-ORG O B-PER O O B-PER I-PER I-PER O B-ORG B-PER I-PER O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O B-MISC O B-PER I-PER O O B-ORG O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-MISC B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O B-MISC O B-PER I-PER O O B-MISC O B-PER I-PER O O +O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O B-LOC O O B-ORG O B-LOC O O B-ORG I-ORG O B-LOC O O O O O O O O O O B-LOC O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O O O O O B-LOC O O B-ORG B-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O B-ORG O B-PER I-PER O O O O B-ORG B-PER O O +O O O O O O O O O O O O B-LOC O B-LOC I-LOC O O O O B-PER B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O B-MISC I-MISC O O O B-MISC O O O O B-PER B-MISC O O O O O B-PER I-PER O O O B-PER I-PER O B-LOC O O O O O B-LOC O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O +O O O O O O O O B-LOC O B-LOC I-LOC O O O O O O B-MISC I-MISC O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O B-ORG O O O O O +O O O O O O O O O O B-LOC O B-LOC I-LOC O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O B-PER I-PER O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O B-ORG B-ORG I-ORG O O O O O +O O O O O O O O O O O O B-LOC O O B-MISC O B-PER I-PER O O O O O O O O O O O O B-MISC O O O O B-LOC I-LOC O O O O O O O O O O O B-PER O O O O O O O O O O O B-ORG B-PER O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-ORG O O B-PER O O O O O O B-MISC O O O O O B-ORG O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O B-ORG O O O B-ORG I-ORG O O B-MISC O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-LOC O O O O B-PER I-PER O B-ORG O O O O O O O O O O O B-ORG B-PER O O O O O O O O O B-MISC O O O B-ORG I-ORG O O B-PER O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O +O O O O O O O O O B-PER O O O B-LOC O O O O O O B-MISC I-MISC O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O B-LOC O O O B-PER O O O O O O O O B-MISC O O O O O O O O O O B-LOC O O O B-PER I-PER O O O O O O O O B-LOC O O O O O B-LOC O O O O O O O O O O O O B-ORG I-ORG O O O +B-ORG O O O O O O O O O B-LOC O O O O O O O O O B-ORG B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O B-MISC O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O B-MISC O O B-PER I-PER O O O O O O B-LOC O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG B-ORG O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O B-ORG I-ORG O O +B-ORG O O O O O O O O B-PER O O B-LOC O O B-LOC O O O O B-MISC O O O O O O O O O B-MISC I-MISC O O O O B-LOC O O O O O O O O O O O O B-MISC I-MISC I-MISC O O O O B-PER I-PER O O O O O O O O O O O O O O O O O B-LOC O O B-MISC O O O O O O O O O O B-LOC O O O O O B-LOC O O O B-MISC O O O O O O O O O O O O O O O O O O B-PER O O O O O O B-LOC O O O O B-PER O O O O O O B-ORG B-ORG I-ORG I-ORG O O O O O O O B-LOC O O O O O B-MISC O O O O O O O O O B-MISC O O O O O O O O B-LOC O O O O O O O B-MISC O O O O O O B-MISC B-MISC I-MISC O O O B-LOC O O O B-ORG O O B-ORG O O O O O O O O O O O O O O O B-LOC O B-LOC O O O B-MISC O O O O O O O B-MISC O O O B-MISC I-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O B-ORG O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O B-PER O O O O O O O B-PER O O B-PER O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O B-PER I-PER O B-ORG O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O B-MISC O O O O O O O B-MISC O O O O O B-PER O O O O O O O O O O +O O O O O O O O O B-PER I-PER O B-LOC O O B-MISC O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O B-LOC O O O O O O B-LOC O B-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O B-LOC O O O O O B-ORG I-ORG I-ORG I-ORG O B-MISC O O O O O O O B-MISC O B-ORG I-ORG O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O O B-LOC O B-MISC B-MISC O O O O B-PER O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O B-MISC O O O B-LOC O O O O O O O O O O O B-PER I-PER O O O O O O O O O B-MISC O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O B-PER I-PER O O O O O O B-LOC O O O O O O O O O O O O O O O B-ORG O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-MISC O O O O O O O O B-PER I-PER O O O O O O O O O O O B-LOC O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O +O B-PER O O O O O O B-LOC O O O O O O O O O B-MISC O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O B-MISC B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O +O O O O O O O O O O O O B-LOC O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O O O O O O B-LOC O O B-LOC O O B-ORG I-ORG O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O +O O O O O B-LOC O O B-LOC O O B-ORG I-ORG I-ORG O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O +B-ORG O O B-LOC I-LOC O O O O B-LOC O O O O O O O O O O O O O B-MISC B-MISC I-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC I-LOC O O +B-LOC O O O O B-MISC O O O B-PER I-PER O B-LOC O O O B-MISC O O O O O O O O O O O O B-ORG I-ORG I-ORG O B-ORG I-ORG O B-LOC O B-ORG O B-ORG I-ORG O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O B-LOC O O O O O O B-LOC O O B-LOC I-LOC O O O O O O O O O O O O O O O O B-PER O O O O O O B-LOC O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O B-ORG I-ORG O B-MISC O O O O B-LOC I-LOC O O O O O B-LOC O O B-PER O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O B-PER B-ORG O B-MISC O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-ORG O O O B-ORG I-ORG O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-ORG I-ORG I-ORG O O B-MISC O O O O O +O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O B-LOC O B-LOC O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-MISC O O O O O O B-LOC O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC I-LOC B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O B-LOC O O B-MISC O O B-ORG O O O O O O O O O O O O O O O O O O +B-MISC O O O B-LOC O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O B-ORG O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-ORG O O O O O O O B-LOC O O B-MISC O O B-PER I-PER O O O O O O O O O O B-PER I-PER O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O B-PER O O O B-ORG I-ORG O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC B-ORG I-ORG I-ORG O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O +B-ORG O O O O O O O B-LOC O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG B-LOC I-LOC O B-LOC O O O B-LOC O B-ORG I-ORG I-ORG I-ORG I-ORG O B-ORG O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O B-LOC O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O +B-ORG O O O O O O O O O O O B-LOC O O O O O O O B-MISC I-MISC O O O O B-LOC I-LOC O B-LOC O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O +O O B-LOC O B-LOC I-LOC O O O O O B-LOC O B-LOC B-PER O B-LOC O B-LOC I-LOC O O O O O O O O O O O O O B-MISC O O O O O O B-LOC I-LOC O B-LOC I-LOC O O +B-ORG I-ORG O O O O O O O O O O O O B-ORG I-ORG O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O B-MISC I-MISC O B-MISC O O O O O O O B-ORG O B-ORG O O O O O O O O O O O B-LOC B-MISC O O O O O O O B-ORG B-PER O O O O O O O O O O +B-MISC B-ORG I-ORG I-ORG O O B-ORG O O B-LOC O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O B-MISC B-LOC B-ORG O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O B-LOC B-LOC O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O B-ORG O O O B-ORG B-ORG O O O O O B-PER I-PER I-PER O O O O O O +B-LOC I-LOC O O O O O O O B-LOC I-LOC O O O O O O O B-LOC I-LOC O O O B-ORG I-ORG I-ORG I-ORG O O O O O +B-ORG I-ORG O O O O O O O O O O O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O B-ORG I-ORG I-ORG I-ORG O O O O O +B-PER O O O O O O B-MISC O O B-LOC I-LOC I-LOC O O O O B-ORG I-ORG O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O +B-LOC O O O O O O B-MISC O O B-LOC I-LOC O O O O B-LOC O O O B-MISC O O O O O O B-ORG O O O O O O O O O O O O B-ORG O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O +B-ORG O O O O O B-MISC I-MISC O O O B-LOC I-LOC O O B-LOC I-LOC B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG B-LOC B-ORG O O O O O B-LOC O O O O O O O B-MISC O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O +B-ORG O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O +B-ORG I-ORG O O B-ORG I-ORG O O O B-PER I-PER O B-LOC I-LOC O O B-ORG I-ORG I-ORG I-ORG I-ORG I-ORG O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O B-ORG I-ORG O B-ORG I-ORG I-ORG B-ORG B-ORG O O B-ORG B-PER O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O B-LOC O B-ORG I-ORG O O O O B-ORG O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-ORG B-PER O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O B-ORG B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG I-ORG I-ORG O B-ORG I-ORG O O O O O O O O O O B-LOC O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O B-ORG B-PER O B-MISC O B-LOC I-LOC O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-LOC I-LOC O O O O O O B-LOC I-LOC O B-LOC O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-ORG B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG B-PER O O O O O O B-LOC O B-LOC O B-LOC O B-LOC O B-LOC O B-LOC O B-LOC O B-LOC O B-LOC O B-LOC O O B-ORG O B-PER I-PER O O O O O O O O O O O O O O O O O B-ORG B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O B-ORG I-ORG O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-LOC O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG B-PER O O O O O B-ORG I-ORG I-ORG O B-LOC O O +O O O O O O O O O B-ORG O B-LOC O O B-ORG B-ORG O B-ORG I-ORG O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O +B-LOC I-LOC O O O O B-LOC O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O +B-MISC O O O O O B-LOC O O B-LOC B-PER O B-LOC O O O B-MISC O O O O O O O O O B-LOC O O O O O O O O B-LOC O O O O O O O O O B-MISC O O O O O O O O B-PER I-PER O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O B-LOC O O O O O O O O O O O B-LOC O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-MISC B-ORG O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O B-LOC O O O O B-MISC O O O B-ORG I-ORG O O B-ORG I-ORG O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-LOC O B-MISC B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O +B-ORG O O B-MISC O O O B-LOC B-ORG O O B-MISC O O O B-LOC I-LOC O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O +B-ORG O O O B-LOC I-LOC I-LOC O O B-LOC O O O B-ORG I-ORG O O O O O B-LOC B-MISC B-LOC O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O B-PER O O O O O O O O O O O O O O O B-LOC O B-LOC I-LOC O O +B-LOC O O O O B-ORG O O O B-LOC I-LOC O B-LOC O O B-PER I-PER O O O O O O O O O O O O O O O B-ORG I-ORG O O O B-PER O O O O O O O O O O B-ORG O O B-LOC O O O B-MISC O O O B-PER I-PER O O O O O B-LOC I-LOC O O O O O O O B-MISC O O O O O O O B-PER O O O O O B-LOC O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O +O O O O O B-LOC I-LOC O O O B-PER I-PER O O O O O O O O O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O B-PER I-PER O O O O O O O O B-ORG I-ORG O O B-ORG O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-ORG O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O B-PER O O O O O O O O O O O O O O O O B-LOC O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O +B-ORG O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O B-LOC I-LOC O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-PER O O O O +O O O O B-LOC O O O O O O B-LOC O O O O O O B-LOC O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O B-ORG I-ORG O O O O +O O B-LOC O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-ORG O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O +B-MISC O O O O O O O O B-LOC O O O B-MISC O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-MISC O B-PER I-PER I-PER O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-ORG B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O +B-MISC O O O O B-LOC O O B-LOC O O B-LOC O B-MISC O B-ORG B-PER O O O O O O B-PER I-PER O O O O O O O O B-LOC O B-LOC O O O O O O O O O O O B-PER O O O B-LOC O O O O O B-PER I-PER O O O O O O B-LOC O O O O O B-PER I-PER O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-LOC O O B-PER O O O O O O O O O O O O O O O B-MISC O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC B-ORG O O O O O O O B-MISC O O O O O O O B-LOC O O B-LOC O O O O O O O O O O O O O O B-LOC O O O O O O O O O B-LOC O O O O O B-PER O O O O O O O +B-LOC O O O O O O O O O O B-ORG O O B-LOC O O B-MISC O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-LOC O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O B-ORG O B-MISC O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-ORG I-ORG I-ORG O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O B-ORG B-LOC I-LOC O B-ORG O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O B-MISC O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O B-PER O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-MISC B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O +B-ORG I-ORG I-ORG O O O O O O O B-LOC O O B-LOC B-MISC O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O B-ORG B-PER O O +B-LOC O O O O O O O O B-LOC B-PER O B-LOC O O O O O O O O O O O O O O B-LOC O B-PER I-PER O O O O O O O B-ORG O O O O O O O B-PER I-PER O O B-LOC O O O O O O O B-MISC O O O B-LOC O O O O O O O O O O O B-PER O O B-PER I-PER O O B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O B-LOC O O O O O O O O B-PER O B-ORG O O B-ORG O O B-PER O B-ORG O O O O O O O B-LOC O O O O B-LOC O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O B-LOC O B-ORG O O O O O O O O O O B-LOC O O O O O O O B-MISC O O O O O O O O O O O O +B-PER O O O B-LOC O O O O O O O B-LOC O O B-MISC O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-LOC O O O O O O B-PER O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O B-PER O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-MISC B-PER O O O O O O O B-ORG I-ORG O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-ORG O O B-PER O O O O O O O O O O O O O +O O O O O O B-MISC O O O B-LOC O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O B-LOC O O B-LOC O O O O O O O O O O O O O B-ORG O O O O O O O B-PER I-PER O O B-PER O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O O O O O O B-LOC O O B-LOC O O O O O O O O O O O O O B-MISC O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-MISC O B-MISC B-MISC O O O O O O B-LOC O B-MISC O O O O O O O O O O O O O O O O O O O O O +B-LOC O O O O O O O O O O B-ORG O O B-LOC B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-LOC B-PER O B-LOC O O O O O O O O +B-LOC O O O O O O O O O O B-LOC I-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O B-MISC O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O B-PER I-PER O O O O O O O B-MISC I-MISC O O O O O O O O O B-MISC O O O O O O O O O O O B-LOC O O O O O O O O O O O O B-MISC O O O O O B-LOC O O O O O O O O O B-PER O O O O O O O O O O O O O B-LOC O O O O B-ORG I-ORG I-ORG O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-MISC O O O O O O O O B-ORG O O O O O O O O O B-MISC O O O O O O O B-ORG O O O O O O O O O B-MISC O O O O O O O O O O B-MISC I-MISC O O B-LOC I-LOC O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O +O O O O O B-LOC O O B-LOC I-LOC O O B-LOC I-LOC I-LOC B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O B-MISC O O O O O O O B-PER I-PER O O O O O B-MISC B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O B-ORG O O B-PER O O O O O B-PER O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O +B-MISC I-MISC O O O O O O O B-LOC I-LOC O O O O O O O O O B-LOC I-LOC O O B-ORG O O O O O O O O B-LOC B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O B-ORG I-ORG I-ORG O O O +B-ORG O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O B-MISC O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O B-LOC O B-ORG I-ORG O O O B-LOC I-LOC O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG B-MISC O O O O O O O O O O O O O O O O O O O B-ORG O B-LOC O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-ORG O O O O O O O B-MISC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC I-LOC O O O O +B-LOC O O O O O B-LOC O O O O B-LOC I-LOC I-LOC O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC I-LOC O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O B-MISC O O O B-ORG I-ORG O O O +B-LOC O B-LOC O O O O O O O O B-LOC O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O B-LOC O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC B-ORG O O O O O B-ORG O O O O O O B-MISC O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-PER I-PER O B-ORG O O O O +B-LOC O B-MISC O O B-MISC O O O O B-LOC O B-LOC I-LOC O O B-ORG O B-MISC I-MISC O B-PER I-PER O B-LOC O O O O O O B-LOC O O B-MISC O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O O B-MISC O B-LOC I-LOC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O B-MISC O O O O B-LOC O O B-LOC B-PER I-PER O O O O B-LOC O B-LOC O O O B-MISC O O O O O O O O O O O O O O O B-PER I-PER O O O O B-LOC O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O B-ORG O O B-LOC O O B-PER I-PER O O O O O O O O O B-LOC O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O B-MISC O O B-LOC O O O O O O O O O O O B-ORG I-ORG O O O B-ORG O O O O B-PER O O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O O O B-LOC O O O O O B-MISC O O B-LOC O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-LOC O B-LOC O O O B-LOC O O O B-LOC O O O O O B-MISC O B-PER I-PER O B-ORG O O B-PER O O O O B-PER O O O O O O O B-LOC O O O O O O O O O O B-LOC O O O O B-LOC O O +B-LOC O O O O O O O O O O B-LOC I-LOC O B-LOC O B-ORG I-ORG O O O O O O O O O O O O O B-LOC O O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-LOC O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O +O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O +O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O B-LOC O O O O B-ORG I-ORG B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-ORG O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-ORG O O B-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-ORG I-ORG I-ORG I-ORG O B-ORG O O O B-PER I-PER O O B-MISC O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O +B-PER O O O O O O O O O O B-LOC O O B-MISC O O O O O O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O B-LOC O O B-PER I-PER O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-MISC O O O O B-LOC O O O O O O O O O O O B-PER O O B-ORG O B-PER O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-ORG I-ORG I-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O B-ORG O O O O O O B-MISC O O O O O B-LOC O B-LOC O B-LOC O O B-LOC O B-LOC O B-LOC O B-ORG O O O B-MISC O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O B-ORG O O O O O O O O O O O B-PER I-PER O O O O B-MISC B-ORG O O O B-ORG O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O +B-MISC O O O O O O O B-LOC I-LOC O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O B-PER I-PER O O O B-ORG I-ORG O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O +B-LOC O O O O O O O O O O B-PER I-PER O B-LOC O O O O B-LOC O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O B-PER I-PER O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-ORG I-ORG O B-ORG O B-PER O O O O O O O O O O O O O O B-PER O O O O O B-ORG B-LOC O O O O B-PER O O O O O O O O B-LOC O O B-PER O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O B-ORG O O O O O B-PER O O O O O B-ORG I-ORG B-MISC B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O B-ORG O O O O O O O O B-PER B-MISC O O O O O O O O O O O O O O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O B-PER I-PER O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O B-MISC O O B-LOC O O O O O O O O O O O O O B-MISC O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-ORG I-ORG O B-LOC O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O O +B-ORG O O O O O O O O O O B-LOC O O O B-MISC O O O O O O O O O O O O B-LOC O B-ORG O O O B-LOC O O O O O O O O O B-PER I-PER O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O B-LOC O O B-LOC O O O O O O B-ORG O O O O B-MISC O O O O O B-MISC I-MISC O O O B-LOC O O O O O O B-LOC O O O O O O O O B-LOC O O B-PER O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O B-MISC O O O O O B-LOC O O O B-ORG I-ORG O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O B-LOC O O O O O B-MISC O O O O O O O O O O O O O O B-MISC O O O O O O B-MISC O O O O O O O O B-PER O O O O O B-LOC O O O O O O B-MISC O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-LOC O B-LOC O O O O O O O O O O O O B-MISC O O O O B-MISC O O O B-ORG O O O B-LOC O O O B-MISC O O O O B-MISC O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O B-MISC O O B-PER I-PER O O O O O O B-MISC I-MISC O O O O O O B-LOC O O O B-MISC O O O O O O O O O O O B-PER O O O O O O O B-MISC B-MISC O B-PER I-PER O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC B-ORG O O O O O B-PER O O O O O O B-PER O O O O O O O O B-MISC O O O O O B-LOC O B-LOC O O O B-LOC O O O +B-ORG O B-ORG O O O O O O O O O B-ORG O O B-ORG O O O O O O O B-ORG O O O B-ORG O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O B-LOC O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-LOC B-PER O O O O O O O O O O B-LOC O O O O O O O +B-ORG O O O O O O O O O O B-LOC O O O O B-ORG O O B-ORG O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O O B-LOC O O O O O O O O O O B-ORG B-LOC I-LOC O B-LOC O O O O O O O B-LOC O O B-ORG I-ORG O O O O B-ORG O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O B-ORG I-ORG O B-ORG I-ORG I-ORG O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O O O O B-ORG I-ORG I-ORG O O O +O O O O B-LOC O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O O O O O O O O O O B-LOC O B-MISC O O O O O B-PER I-PER O O O B-LOC O O O O O O O O O O O B-ORG O O O O O O O O O B-MISC O O O O O B-ORG O O O O O B-MISC O B-ORG O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-PER I-PER O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-PER O O O O B-PER O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER I-PER O O O O O O O O O O O O O O O O O B-MISC O O B-ORG O O O O O O O B-LOC O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O B-MISC O O B-LOC O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O B-ORG O O B-PER O O O B-ORG O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG I-ORG O B-LOC O O O O O O O O O O O O B-LOC O O B-PER I-PER O O O O O B-ORG O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O +B-ORG I-ORG O O O O O O O O B-LOC I-LOC O O O O O O O O B-LOC B-PER O O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O +O O O O O O O O O O O B-LOC I-LOC B-PER O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O B-ORG O O O O O O O O O O B-LOC O O O O O +B-PER O O O O O O O O O O O B-LOC O B-LOC O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O B-PER O O O O O O O O O O O O O O +B-MISC O O O O O B-ORG O O O O B-ORG O B-ORG O O O O O O O B-LOC O O O O O B-ORG I-ORG I-ORG O O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O +O O O O O O O O O O B-LOC I-LOC O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O B-ORG O O O O B-LOC O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-ORG I-ORG I-ORG I-ORG O O +B-LOC O O O O O O O O B-ORG I-ORG O O B-LOC O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-ORG O O +O O O O O O O O O B-LOC B-ORG O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O B-ORG O O B-LOC O B-ORG O O O B-ORG I-ORG I-ORG O O B-ORG I-ORG O O O O B-ORG I-ORG O O B-ORG B-LOC B-ORG O O O O O O O O B-ORG O O O B-ORG I-ORG O O O O B-LOC B-ORG O O B-LOC I-LOC B-MISC O O O O O O O O B-ORG I-ORG O O O O +B-PER O O O O O O O O O O B-LOC I-LOC O O B-PER O O O O O O O O O O O O O O O O O O B-LOC B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O B-PER I-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O +B-ORG O O O O O O B-LOC O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O B-ORG I-ORG I-ORG O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O +O O O O O O O B-MISC O O O B-LOC B-MISC O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O B-LOC O B-LOC O O O O O O O B-ORG B-ORG I-ORG I-ORG O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-PER O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-ORG O O O O O O O O +B-ORG O O O O O O B-ORG O O B-LOC I-LOC O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O B-ORG O O O O O O O O B-LOC O O O O O +O O O O O B-ORG O O B-LOC O O O O O O O O O O O O B-ORG O O O O O O O O O B-ORG O O O O B-ORG O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O B-MISC O O O O +O B-PER O O O O O B-ORG O O O B-PER I-PER O B-ORG I-ORG O O O B-MISC O O O O O O O O O O B-ORG O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG B-MISC O O O O O O O B-MISC O O O B-ORG O O O B-LOC O O O O O B-LOC I-LOC O O O O O O B-ORG I-ORG I-ORG O O O O O B-PER I-PER O B-PER O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O O B-PER O O B-ORG O O B-LOC O O B-LOC I-LOC O B-LOC O B-ORG O O O O O B-ORG I-ORG O B-PER I-PER O B-LOC O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-MISC O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O B-ORG B-ORG B-ORG O O O O B-PER O O O O O +B-LOC O O O O O O O O O O B-LOC B-MISC O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-LOC O O O O O O O B-PER I-PER O O O O O O B-LOC O O O O O O B-PER O O O O O B-MISC O O B-ORG O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O +B-PER O O O O O O O B-ORG O O O O O O B-MISC O B-LOC O B-MISC O O O O O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG B-MISC O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O B-ORG B-ORG O O O O O O B-ORG O O O O O B-PER O O O O O B-ORG O O B-ORG I-ORG O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O B-MISC O B-MISC I-MISC I-MISC O O O +B-ORG I-ORG O O O O O O O B-LOC O B-LOC O O O B-ORG I-ORG O B-MISC O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O B-PER I-PER O O O O O O O O O O +B-LOC O O O O O O O B-ORG O O O B-MISC O O B-ORG O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O B-ORG O O O O +B-ORG O B-LOC O O O O O O O B-LOC O O O B-ORG I-ORG O B-LOC O O O O O O B-MISC O O O O O B-ORG I-ORG O O O O O O B-ORG O B-ORG O O O B-MISC O O O O B-ORG O B-ORG O O O O O O O O O O O O O O O O B-MISC I-MISC O O B-ORG O B-LOC O O O O O O O O O B-MISC O O O O O O O O O O O O O B-ORG O B-LOC O O O O O O O O O O O B-MISC O O O O B-MISC O O O O B-ORG O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-ORG O B-LOC O O O O O B-LOC O O O +B-LOC O O B-LOC O O O O O B-LOC I-LOC I-LOC O B-LOC O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O B-MISC O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-ORG O O O O O O O O O O O O O O B-MISC O O O B-MISC O O O B-LOC O O O O O O O O O O O O O O O O O O B-ORG O O O B-MISC O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O B-LOC O O O O O O O B-LOC O O O O O O O O +B-MISC O O O O O O O O O O O B-LOC I-LOC I-LOC O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O +B-ORG O O O O O O O O O B-LOC B-MISC O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O B-PER O O O O O O O O +B-ORG I-ORG O O O O O B-LOC O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O O O B-ORG B-ORG I-ORG O O B-LOC O O O O O B-ORG O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O B-ORG B-ORG I-ORG O O +B-LOC O O O O O O O B-LOC O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O +B-LOC O O O O O O O B-ORG O O B-LOC O O B-ORG B-LOC O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O B-MISC O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O B-MISC O O O B-ORG O B-LOC O O O O O O O O O O O O O O B-MISC O B-MISC O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-MISC B-MISC O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-LOC O O O O O O O O O O O O O B-LOC O O O O O O B-LOC O O O O O O O O O O O O O B-MISC I-MISC O O O O O O B-LOC O O O O O B-LOC O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-ORG I-ORG O O O O +O O O O O O O O O B-LOC O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O B-ORG O O O O O O B-ORG O B-PER I-PER O B-LOC O B-MISC O B-LOC O O B-PER O B-MISC B-LOC O O B-PER O O O O B-LOC O B-LOC O B-ORG I-ORG O B-LOC O O O O O B-ORG I-ORG O O O O O +O O B-LOC O O O O O O O B-LOC O O O O O O O B-ORG B-ORG B-MISC O O O B-PER I-PER O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O +O O O O O O O O O O B-LOC O B-LOC O O O O O O O O O O B-PER O O B-MISC O B-LOC O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O B-MISC O O O O O O O O O O O O B-PER O O O O O O O O O O B-MISC O O B-LOC O O O O O O O B-LOC O O O O O B-LOC O B-LOC O O O O O O O O O O O O O O O O O O O B-LOC O O O O O +B-ORG O B-PER O B-PER O O O O O B-LOC O O B-ORG O O O O B-MISC O B-PER I-PER O B-MISC O O B-PER I-PER O B-MISC O B-PER I-PER O O O O O O O O O O O O B-LOC O O O B-LOC O O B-ORG O O O O O O O O B-PER O B-PER O O O B-LOC O O O O O O O O O O O O O O O B-PER O O O B-ORG O O O O O O O B-ORG O O B-MISC O O O O O O O O O O B-PER O O B-ORG B-PER I-PER O O O O O B-PER O O O O O O B-PER O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-PER O O B-LOC O O O O O O O O O O O O O O O O O O O B-PER O B-PER O O O B-LOC O O O O O B-PER O O O B-PER O B-ORG O O O O O O O O O O O B-LOC O O O O O O O B-MISC O O B-MISC O O O O O O O B-LOC O O O O O O O O B-MISC O O B-LOC O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O B-LOC O O O O O O O O B-LOC O B-ORG O O O O O O O O O O O O O B-PER O O B-ORG O O O O O O O O O O O O O B-MISC O B-MISC O O O B-ORG I-ORG O O B-PER I-PER O O O O O O O O O O B-LOC O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O B-MISC I-MISC O O B-LOC O O O O O O O O O O O O O O +B-LOC O O O B-ORG O B-MISC O O O B-PER I-PER O B-LOC O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O B-LOC O O B-ORG O O O B-MISC O O O B-LOC O O B-LOC O O O O O O O B-ORG O O O B-LOC O O O O O O O B-LOC O O O O O O O O O O O O O O +O O O B-MISC O O O O B-LOC O O B-LOC O B-LOC B-PER O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O B-ORG O O O B-MISC O O O O O +B-ORG O B-ORG O O O O O B-ORG O O B-ORG O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O B-ORG O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-MISC O O O O B-ORG O O O O O B-MISC O O O O +B-LOC O O O O B-ORG O O B-ORG B-LOC O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O B-LOC O O O O B-LOC O O O O O O O O O O O +B-MISC O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O +O O O O O O O O O O B-LOC I-LOC B-PER O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC I-LOC O O O O O O +B-LOC O O O O O O O B-LOC B-PER O O B-LOC I-LOC O O O O O O B-MISC O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O B-PER I-PER O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-PER O B-LOC O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-MISC O O B-PER O O O B-PER I-PER O O O O O O O O O B-LOC O O O O O O O O B-MISC O O O B-LOC O O O O O O O O O B-ORG I-ORG I-ORG O O O B-PER O O O O O O O O O O O O B-MISC O O O O O O O B-MISC O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O B-LOC O O O B-LOC I-LOC O B-PER O O O O O O B-MISC O O O O O O O O O B-ORG O B-PER I-PER O O O B-PER O O O O B-MISC O O O O O O B-LOC O O O O O O O O B-PER O O O O O O B-MISC B-MISC O O B-LOC O O O O O O O O O B-ORG O O B-LOC O O O O O B-LOC O O O +O O O O O B-MISC O O O B-LOC O O O O O B-ORG I-ORG O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O B-PER O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O O O O O O O B-ORG O O O O O O O O B-LOC O O O O O O O O B-ORG O O O B-MISC O O O O O O O O B-LOC O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-PER O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O B-MISC I-MISC O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O B-ORG O O B-PER O O B-MISC O O B-PER O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O B-MISC O B-LOC O O O O O O B-PER I-PER O O O O O B-LOC O O O O O B-LOC O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG B-LOC O O O O B-MISC O O O O O O O O O B-ORG O O O O O O B-MISC O O O O O O O O O O O O B-PER I-PER O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O O O O O B-LOC O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG B-MISC O O O B-PER I-PER O O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O +B-LOC O O O O O O B-LOC O O B-PER I-PER O B-LOC O O O O O O O B-MISC I-MISC O O O O B-LOC O O O O O O O O O O O O O B-MISC O O O O B-ORG I-ORG O O O O O O B-PER O O O O O O B-LOC O O O O B-LOC O O B-MISC O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O B-LOC O O O B-LOC O O O B-LOC O O +O B-LOC O O O O O O O B-LOC O O B-MISC B-PER I-PER O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O B-LOC O O O O O O O O O O O O B-LOC O O O O O O O B-PER O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC B-MISC O O O O O O O O O O O O O O O O O O O O +B-MISC O B-ORG O O O O O O B-LOC O B-LOC O O B-MISC O B-PER I-PER I-PER O O O O O O O B-LOC B-MISC O O O O O O O O O O O O O O O O O O O O O B-MISC O O B-LOC O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-PER O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O B-MISC O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O B-MISC O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O B-ORG O O O +B-LOC O B-ORG O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-LOC O O O O +B-MISC O O O B-LOC O O O O B-LOC O O B-MISC O O O O O O O O O O B-LOC O B-MISC O O O O O O O O O O O O O O B-MISC O O B-ORG O O O O O O O O O O O O O O O O O O O +B-MISC O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O B-LOC O O O O O O O B-MISC O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-MISC O B-MISC O O B-LOC O B-LOC O O O O O O B-LOC O B-LOC O B-LOC O O O O O O O O O O O O O O O B-LOC O O O O O B-MISC O O O O O O O O O O O O O B-MISC O O O +O O O O B-ORG I-ORG O O B-LOC O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-MISC B-MISC O O O O O B-LOC O O B-MISC O B-ORG O O O O O B-ORG O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O B-PER B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O B-PER I-PER O B-MISC O O B-ORG I-ORG O B-ORG O O O B-LOC O O O O O B-PER O O O O O O O B-LOC O O O +B-ORG I-ORG O O O O O O B-LOC O B-LOC O O B-ORG B-ORG I-ORG O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-MISC O O O O O O O O O O O O B-ORG I-ORG O O O O O +B-ORG O O O O O O O O O B-LOC B-MISC O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O B-ORG O O +B-LOC O O O O O O B-LOC O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O +B-PER B-ORG B-LOC O O O O O O O O O B-LOC O O O B-ORG I-ORG I-ORG O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-ORG I-ORG O O O O O +O O O O B-LOC O O B-MISC O O B-LOC O O B-ORG B-PER I-PER O O O O O O O O B-LOC O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O +B-MISC O O O O B-LOC O O O O B-LOC O O O O B-MISC O O O O O B-ORG O O O O B-MISC O O B-PER I-PER O O O O O O O O O O O O O O B-MISC O O O O O O B-PER I-PER O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O B-ORG I-ORG O B-ORG O O O O O O O O O O O O B-ORG B-PER O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC B-PER I-PER O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O +B-ORG O O O B-MISC O O O O B-LOC O O O B-MISC O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O +B-MISC O O O O O O B-LOC O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O B-MISC O O O O O O O O O B-PER I-PER O O O O B-PER I-PER O O O O O B-MISC O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O +B-ORG O B-LOC O O O O B-ORG I-ORG O O O O B-LOC I-LOC O B-LOC B-ORG O O B-PER I-PER O O O O O O O O B-LOC I-LOC B-ORG O O O O O O B-ORG O B-ORG I-ORG O O O O O O O B-PER O O O O O O O O O O O O +B-LOC O B-LOC O O O O O O O O O O B-LOC O O B-ORG I-ORG I-ORG O B-PER B-ORG O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O B-ORG I-ORG O B-ORG O O O O O O O B-ORG O B-PER I-PER O O O O B-ORG O O O O O O O O O O B-LOC O O O O O B-PER O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O +B-ORG O B-MISC O B-PER B-MISC O O O O B-LOC O O B-MISC O B-PER I-PER O O O O O O O O O O O O B-ORG I-ORG I-ORG O B-ORG B-PER O O O O O O B-MISC O O O O O O O O B-PER I-PER I-PER O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O B-MISC O O B-MISC B-ORG B-MISC O O O O O O O O O O B-PER O O O O O O B-ORG O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-ORG I-ORG O O B-LOC I-LOC O O O O O O O O O B-ORG O O O O B-LOC O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O B-LOC O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O B-ORG B-LOC I-LOC O O O O O O O B-ORG I-ORG B-PER O O +O O O O O O O O O B-LOC O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O B-ORG O O O O O O O O O O O B-ORG O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O B-ORG O B-ORG I-ORG I-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-MISC O O O O O O O O O O B-LOC O O O B-ORG I-ORG O O O O O B-MISC O O O O O O O O O O O O O O O O B-LOC O O O B-LOC O O O B-LOC O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-LOC O O O O O B-LOC O O O O O O O O O O O O O O O O O B-LOC O O O O O B-ORG O O O O O O O O B-LOC O O O O O O +B-MISC O O O O O O O O B-LOC O O O O O O O O B-LOC O O B-LOC I-LOC O O O O O O O O B-MISC O O O O O O O O O O O O O B-ORG B-MISC B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-MISC I-MISC O O O O O O O O B-LOC O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O B-LOC O O O O O B-LOC O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O O O O O B-LOC O O O O O B-LOC B-PER O B-LOC O O O O O O O O O O B-LOC O O O O O O O O O B-ORG O O O O O O O O O O O O O O B-ORG I-ORG O B-ORG I-ORG O O B-PER B-ORG I-ORG I-ORG B-LOC O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O B-LOC O O B-LOC O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O B-LOC O O O O O O O +B-ORG O O O O O O O O O B-LOC I-LOC O B-LOC O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O B-LOC O O +O O O O O O O O O O B-LOC B-PER O B-LOC B-MISC O B-LOC O B-ORG I-ORG I-ORG O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O B-LOC O O B-LOC O O O O O O O O O O O O B-ORG O O O O O O O O O O O O B-MISC O B-ORG O O O B-LOC O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O B-ORG O B-ORG I-ORG O B-PER I-PER O O O O O O O O O O O B-LOC I-LOC O O O O O O O B-PER O O O O O O O O B-MISC B-ORG O B-ORG I-ORG O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O B-MISC O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-ORG I-ORG O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O B-ORG O O O O B-ORG O O O O B-PER O O O O B-LOC O O O O O O O O O O O O O O O O O O B-ORG O O O O O B-ORG O O O O O O O O O B-ORG O O B-PER O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O +B-ORG O O O O O O B-LOC B-MISC O B-ORG I-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O +O O B-LOC O O O O O O O B-PER I-PER O B-LOC I-LOC O B-LOC O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O B-LOC O O O O O O O B-MISC O O O B-ORG B-PER O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O B-MISC O O O O O O O B-MISC B-PER O O O O O O O O O O B-ORG O O O O O O O O O O O B-LOC O O O B-LOC O O O O O O O O O B-PER I-PER I-PER O O O O O B-ORG I-ORG I-ORG I-ORG O B-ORG O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O B-ORG B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG B-LOC B-PER O O O O O O O B-ORG I-ORG I-ORG I-ORG O O O O B-ORG O O O O O O O O O O B-MISC O O O O O B-LOC B-MISC O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-LOC O O O O O O O B-ORG I-ORG O O O O O O B-LOC O O O O O O O O O O O B-PER O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O B-PER O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O B-PER O O O O O B-LOC O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-LOC B-PER O O O O O O O O O B-LOC O O B-ORG I-ORG I-ORG I-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O B-PER O B-ORG O B-PER I-PER O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O B-LOC O O O O O B-LOC O O O O O O O O O O O O O B-PER O O O O B-MISC O O O O O O O O O O O O O O O O O O O O +O O B-MISC O O O O O B-LOC O B-LOC O O B-MISC O O B-ORG I-ORG O O O O O O O O O O O O B-MISC O O O O O O O O O O B-LOC O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O B-LOC O B-MISC O O B-ORG O O O O O B-LOC O O O B-LOC O O O O O O O O O O B-LOC O O O O O O O O B-MISC O O O O O O O O O O O B-LOC O O O O O O O O O O O O +O O O O O O O B-ORG O O O B-LOC O B-LOC O O O O O O O O O O O B-MISC I-MISC I-MISC O O O O O O B-LOC B-PER O O O O O B-LOC O B-LOC O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O B-MISC B-MISC B-MISC O O O O O O O O O B-MISC I-MISC O O +O O O O B-MISC O O O O O B-LOC O B-LOC I-LOC O B-ORG O O O O O O O B-MISC I-MISC I-MISC O O O O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O O +O O O O B-MISC O O O O B-LOC O B-LOC O O B-PER I-PER O B-LOC O O O O B-MISC I-MISC I-MISC O O O O O O B-PER I-PER O B-LOC O O O O O O B-LOC O O O O O O O O O O +B-LOC O O O O B-MISC B-MISC O O O O B-LOC I-LOC O B-LOC O O O O O O O O O O O O O O O O B-MISC O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O B-PER I-PER O B-PER I-PER O O O O O O O O O B-PER I-PER O B-PER O O O O O O O O O O O O O B-LOC O O O B-PER O B-PER I-PER O O O O O B-LOC O O O O O O B-PER O B-PER I-PER O O O O O O O O O O O O +O O O O O O O O B-LOC O B-LOC O O O O O O O O O O O B-MISC I-MISC I-MISC O O O O O B-ORG O O O O O O B-LOC O B-LOC O O O O O O O O O B-LOC B-MISC O O O O O O B-LOC O B-LOC O O O O O O O O O O O O O B-MISC I-MISC O O B-MISC I-MISC O O B-PER I-PER O O O O O O O O B-MISC I-MISC I-MISC O O +O O O O O O O O B-LOC O B-LOC O O O O B-MISC I-MISC O O O O O O O O O B-ORG O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O B-ORG B-PER I-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC I-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O B-MISC O B-MISC O O O O B-LOC O O O O B-LOC O O O B-LOC B-PER O O B-LOC B-PER O O B-LOC O O O B-LOC O O O B-LOC O O O B-LOC O O O B-LOC O O O B-LOC I-LOC O O +B-PER O O O B-MISC O O O O B-LOC O B-LOC I-LOC O B-ORG O O O O O O O B-MISC I-MISC I-MISC O O O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-ORG B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC I-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O O +B-MISC B-MISC I-MISC O O O O B-LOC O B-LOC O O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O O B-ORG O O B-LOC O B-PER O O O O O B-ORG I-ORG O O B-LOC O B-PER O O O O O B-PER I-PER O B-LOC O B-PER O O O O O B-PER O O B-LOC O O O O O O B-MISC I-MISC O O O B-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-ORG O O O O O O O O O B-ORG B-PER O B-LOC O O O O O O O B-PER I-PER O O O O O O O O O B-ORG O B-PER O B-LOC O O O O O O O B-PER I-PER O B-LOC O B-ORG O O O O O B-PER I-PER O B-LOC O B-PER O O O O B-MISC I-MISC O O O O O O O B-ORG O O O O O O +O O O O B-MISC O O O B-LOC O B-LOC O O O B-PER O B-LOC O O O O B-MISC I-MISC I-MISC O O O O O O O O O O B-PER I-PER O B-LOC O O O O B-PER O B-LOC O O O O +O O B-ORG B-MISC O B-ORG O O O B-LOC O B-LOC O O B-PER I-PER O B-PER B-ORG O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-MISC B-PER O O B-PER O O O B-LOC O O O O O O O O O O B-MISC O O B-LOC O O O O B-PER I-PER O B-MISC B-PER I-PER O O O O B-MISC O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O B-LOC O B-LOC O O B-ORG B-PER O B-LOC O O O O O O B-MISC I-MISC O O O O O O O O O O O B-MISC O O B-PER I-PER O O B-PER I-PER O O O O O O O O O +O O O O O O O O B-LOC O B-LOC B-PER O B-LOC O O O O O O O B-MISC O O O O O O O O O B-MISC O O B-LOC O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O O O O O O O O O O O O B-LOC O B-LOC O O O O O O B-PER I-PER O O O O B-LOC O O O O O O O O O O O O O B-ORG O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O B-MISC I-MISC I-MISC O O O O O O O O B-ORG O O B-LOC O B-PER I-PER O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O B-PER O O B-LOC O O O O O O O O O B-LOC O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O B-PER I-PER O O O B-ORG O O O O O O O O O +B-MISC I-MISC O O O O B-LOC O B-LOC O O O O O B-MISC I-MISC I-MISC O O O O O O O B-ORG I-ORG I-ORG O B-ORG B-PER O B-PER I-PER O O O O O O O O O O O O O B-LOC O O B-PER I-PER O B-PER I-PER O O O O O O O O O O B-LOC O O B-PER I-PER O B-PER I-PER O O O O O O O O O O B-MISC O O B-PER O O B-PER I-PER O O O O O O O O O O B-LOC O O B-PER O O B-PER O O O O O O O O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O O O O O O O O B-LOC I-LOC O O B-PER I-PER O B-LOC O O O O O O O O O O O B-LOC O O B-LOC B-PER O B-LOC B-PER O O O O O O O O O O B-LOC O O B-PER I-PER O B-PER I-PER O O O O O O O O O O O O B-LOC I-LOC O O B-PER I-PER O B-ORG O O O O O O O O O O B-ORG I-ORG O O B-MISC O O B-PER O O O O O O O O +O O B-ORG O O O O O O O B-LOC O B-LOC O O B-LOC I-LOC O O O O O O O O O B-LOC O O O B-LOC O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O B-ORG O O O B-MISC I-MISC O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O B-LOC O O O O O B-PER I-PER O B-LOC O O B-LOC O O O O O O O B-ORG I-ORG O O O O B-MISC O O B-LOC O B-MISC O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O +B-MISC B-MISC I-MISC O O O O B-LOC O B-LOC O O O O O B-MISC I-MISC O O B-MISC O O O O O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC I-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O O +O O O O O O O O O B-LOC O B-LOC O O O O O O O B-MISC I-MISC O B-MISC O O O O O O O O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O B-PER O O O O O O O B-PER I-PER O B-LOC O O O O O O O O O B-ORG I-ORG O B-LOC O O O O O O O O O B-ORG I-ORG O B-LOC O B-PER O O O O O O O B-PER I-PER O B-LOC O O O O O O O O O B-ORG I-ORG O B-LOC O O O O O O O O O B-PER I-PER O B-LOC O O O O O O O O O B-ORG I-ORG O B-LOC O O O O O O O O O B-MISC I-MISC O O O O O O O O O B-PER O O O O B-LOC O O O B-ORG O O O B-LOC O O O B-PER O O O B-PER O O O B-PER I-PER O B-LOC O O O O B-ORG O O O O O O O B-PER I-PER O B-LOC O O O +O O O B-MISC I-MISC O O O O B-LOC O O B-LOC O O O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O B-PER O O B-LOC O O B-PER I-PER I-PER O B-LOC O O O O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O O O O +O O O O O O B-ORG O O O B-LOC O B-LOC I-LOC O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O B-LOC I-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC I-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O O B-PER I-PER O B-LOC O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC I-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC I-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O O O O O O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O O B-PER I-PER O B-LOC O O O +O O O O O B-MISC O O O O B-LOC O B-LOC I-LOC B-MISC O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O B-MISC I-MISC O O B-LOC O O O O O O O O O O O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O B-MISC O O O O O O O O O B-LOC O O O O O O O O O O O O B-ORG O O O O B-MISC O O O O O O O O O O O +O O O B-MISC O O O O O B-LOC O O O O O O O B-MISC O O O O O O O O O O B-PER I-PER O B-ORG O O B-PER I-PER I-PER O B-ORG O O O O B-PER I-PER O B-ORG O O O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O O B-PER I-PER O B-ORG O O B-PER I-PER O O B-ORG O O O O B-PER I-PER I-PER O B-ORG O O B-PER I-PER O O B-ORG O O B-PER I-PER O B-ORG O O B-PER O O O B-ORG I-ORG O O O B-PER I-PER O O O O O +O O O B-MISC O O O B-LOC O O O O O O B-MISC O O O O O O O O O O O B-PER I-PER O B-ORG O O O O B-PER I-PER O B-ORG O O B-PER I-PER O O B-ORG O O O O O B-PER I-PER O B-LOC O O B-PER I-PER O B-LOC O B-LOC O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O O B-PER O O B-ORG O O O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O B-PER O B-PER O B-ORG O O O O B-PER I-PER O B-ORG O O B-PER I-PER O B-ORG O O O O B-PER I-PER O B-ORG O O O +O O B-MISC O O O O O O O O B-LOC O O O O B-LOC B-MISC O O O O O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O +B-ORG I-ORG O B-ORG O O O B-LOC O O O O B-MISC O O O O O O O O B-MISC I-MISC O O O B-ORG O B-ORG O O B-MISC O O O B-ORG O B-ORG O O O O B-PER I-PER O O O O B-ORG I-ORG O O O O B-ORG O O O O O O O O O O O B-ORG O O O O B-ORG O O O O O O O O O B-ORG O O O O B-ORG O B-ORG B-PER O O B-MISC O O O O O O O O +O O B-MISC O O O O O B-LOC O O O O B-MISC O O O O O O O O B-ORG O O B-PER O O O O O B-ORG O O B-PER O O B-PER O O O O O O O O O O O O O O O B-ORG O B-ORG O O O B-ORG O B-ORG O B-ORG I-ORG O O O O O O O O O O O O O O B-ORG O O B-PER O O B-ORG O O B-ORG O O O O O O O O O O O O B-ORG O O B-PER O O B-PER O O O B-PER O O B-ORG O O B-MISC O O B-PER O O B-PER O O O O O O O O O O +B-ORG I-ORG O O O O O O O O B-LOC O O B-PER I-PER O O O O O O O O B-LOC O O O O O O O O O O O O O B-LOC O O O B-ORG O O O O O O O O O O O O O O O O O O O O O B-LOC O B-MISC O O O O O B-PER O O B-PER I-PER O B-PER I-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC I-LOC O O B-ORG O O O O O O O O O B-PER I-PER O O O O O O O B-LOC O O O O O O O O O O O O B-LOC O O O O O O B-PER I-PER O O O O O O O O O O O +O O B-MISC O O O O O B-LOC O O O O B-MISC O O O O O O O O B-ORG O O B-PER O O O O O B-ORG O O O O O O O O O O O O O O O O O O O B-ORG O O O O O B-PER O O B-ORG O O O O O O B-PER O O O O O O O O O B-ORG O O O O O B-ORG O O O O O B-PER O O O O O O O O O B-ORG O O B-PER O O B-ORG O O B-PER O O O O O O O O O B-ORG O B-ORG I-ORG O O B-PER O O O O O O O O O B-ORG O B-ORG O O O B-ORG O B-ORG O B-ORG I-ORG O O O O O O O O O O O O B-ORG O O O O O B-ORG O O B-PER O O O O O O O O O O O O O O O O +O O B-MISC O O O O B-LOC O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O B-LOC B-ORG O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O O +O O B-MISC I-MISC O O O B-LOC O O O O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O +O O O O O O O O O O B-LOC O O B-MISC B-PER I-PER O O O O O O O O O O B-MISC O O O B-ORG O O O B-LOC O O O O O B-LOC O O O O O O O O O O B-PER I-PER O O O O O O O O O O O B-ORG O O O O O O O O O B-PER I-PER O O O O O O O B-ORG O O O O O O O O O O O O O O O B-PER I-PER O O B-ORG O O O B-ORG O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER I-PER O O O B-MISC O O O B-ORG B-ORG O O O O O +O O B-MISC I-MISC O B-MISC O O O B-LOC O O O O B-MISC O O O O O O O O O O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O O O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG I-ORG O O O O B-ORG O B-ORG O O O O O B-ORG O B-ORG O B-ORG O B-ORG O B-ORG I-ORG O O O O O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O O O O B-ORG I-ORG O B-ORG O O O O B-ORG O B-ORG O B-ORG I-ORG O B-ORG I-ORG B-MISC O B-MISC I-MISC O O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O O O B-ORG O B-ORG O B-ORG O B-ORG O O O O O O O O O O +O O B-MISC I-MISC I-MISC I-MISC O O O B-LOC O O O O B-MISC O O O O O O O O O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG I-ORG I-ORG O O B-ORG O B-ORG I-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O O O O B-ORG I-ORG O B-ORG O O B-MISC I-MISC O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG I-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG I-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O +B-ORG I-ORG O O O O O O O O O O O B-LOC O O B-LOC O O O B-ORG B-PER O O O O O O O O O O O O O O B-MISC O O B-LOC O O O O O B-MISC O O O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O +B-ORG I-ORG O B-LOC O O O O O B-LOC I-LOC O B-LOC O O B-MISC O O O O O O O O O O O B-MISC O O O O O O O O B-LOC O O O B-PER I-PER O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O O O B-PER O O O O O O O O O O O O O O O O O B-PER I-PER O B-PER I-PER O O O O B-PER I-PER O O +O O B-MISC I-MISC O O O O O B-LOC O O O O O O O O O B-MISC I-MISC O O O B-MISC I-MISC O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O O O O O B-PER I-PER I-PER O O O O O B-PER O O O O O O B-PER O O O O O B-PER I-PER O O O O B-PER O O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER I-PER O B-ORG O B-LOC O O O O O B-PER O O O O O O B-PER I-PER O B-LOC O O O O O O B-PER I-PER O B-LOC O O O O O B-PER I-PER O O B-LOC O O O O O B-PER O O O O O O O O O O O O O B-PER I-PER O O O O B-PER I-PER O O O O O B-PER I-PER O O O O O O O O O O O +O O O O O O O O O O O B-LOC I-LOC O B-MISC O B-PER I-PER O O O O O O O O O O O O O O O O O B-ORG O O O O O O B-MISC I-MISC O O O O B-LOC I-LOC O O B-MISC O O O O O B-LOC O O O O B-ORG O O O O O O O O O O O B-ORG O O B-LOC O O O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O O O O O O O O O B-LOC O O O O B-LOC I-LOC O O O O O O O O O O B-PER I-PER O O O O O O O O B-ORG O O O O O O O O O O O O O O O O B-PER O O O O O O O B-PER I-PER O B-PER I-PER O O O O O O O O O O O O O O O O O O B-PER I-PER O O O O B-ORG B-PER O O O O O O O B-PER O B-PER I-PER O O O O O O O O +O O O O O O O O O O O B-LOC O B-LOC O O O B-MISC O O B-PER I-PER O O O O O O B-LOC O O O O B-LOC O O O B-LOC O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O B-LOC O B-LOC I-LOC O O B-PER O O O O O O O O O O O O O O B-PER I-PER O B-PER I-PER O B-PER I-PER O O B-PER O O O O O O O O O O O O O B-LOC O O O B-PER O O O O O O O O O O B-PER O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O B-PER I-PER O O O O B-PER I-PER O O O O O O O O O O O O O O O B-PER I-PER O O O O O B-LOC O O +O O B-ORG O O O O B-LOC O B-LOC O O O O O O O O O O O O O B-ORG O O O O B-LOC O B-LOC O B-LOC I-LOC O O O O O O O O O O B-PER I-PER O O B-PER I-PER O O B-PER I-PER O O O B-LOC O O O O B-PER I-PER O O O O O O +O O B-ORG O O O O O O O O O O O O B-LOC I-LOC O O O O O B-MISC I-MISC I-MISC O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-LOC I-LOC O B-LOC O O O B-MISC I-MISC O O O O O O O O O O O O O O O O B-ORG O B-PER O O O O B-LOC I-LOC O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O B-ORG B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O B-PER I-PER O O B-LOC O O O O O O O O O O B-MISC O B-ORG B-PER O O O O O O O O O O O O O O O B-PER O B-PER I-PER O O O O O O O B-LOC O O O O O O O O O O O B-MISC O O O O O O O O O O O B-MISC O B-PER I-PER O O O O O O O O O B-MISC O O O O O O O O B-LOC O O O B-ORG O O O O B-ORG O O O O B-ORG O O O O B-ORG O O O O B-ORG O O O O O O O O O B-PER O O O O B-LOC O O O O B-PER O O O O B-PER I-PER O O O B-PER O O O O O O B-ORG O O O B-LOC I-LOC O O O B-PER I-PER O O O O B-PER I-PER O O O O B-ORG B-PER O O O O B-ORG B-PER O O O O O O O O O O O O B-PER O O O O O O B-PER O O O O B-ORG B-PER O O O O O B-ORG B-LOC O O O B-PER I-PER O O O O B-ORG I-ORG O O O O B-ORG B-PER I-PER O O +O O B-MISC O O O O O O O B-LOC O O O O O O O O O O O O O O O B-ORG I-ORG O B-ORG I-ORG I-ORG O O B-ORG I-ORG O B-ORG I-ORG O O B-ORG I-ORG I-ORG O B-ORG I-ORG O O B-ORG I-ORG I-ORG O B-ORG I-ORG O O B-ORG I-ORG O B-ORG I-ORG I-ORG O O B-ORG I-ORG O O B-ORG I-ORG O O B-ORG I-ORG I-ORG O B-ORG I-ORG O O B-ORG I-ORG I-ORG O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O B-ORG I-ORG I-ORG O O O O O O O O +O O B-MISC I-MISC O O O B-LOC O O O O O B-MISC I-MISC O O O O O O O B-ORG I-ORG I-ORG O B-ORG O O O O O O O O O B-LOC O B-PER I-PER O O B-PER I-PER I-PER O O O O O O B-LOC O O O O O O O O O O O B-LOC I-LOC O B-ORG O O O O O O O O B-LOC I-LOC O B-ORG O O O O O B-ORG B-PER O O O O O O O O O O B-LOC O B-ORG B-PER O O O B-LOC O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG B-LOC O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O +B-ORG O O O O O O O O O B-LOC I-LOC O O O O B-ORG O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O B-LOC B-MISC O O O O O O B-ORG O O O O O B-ORG I-ORG O O B-ORG O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O B-ORG I-ORG O O O O O O B-ORG O O O O O B-MISC I-MISC O O O O O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O O B-ORG O O O O O B-ORG O O O O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O O B-MISC I-MISC O O O O O O O O O B-ORG I-ORG O O O O O O O O O O B-ORG O O O O O B-ORG O O O O O O B-ORG O O O O O O B-ORG I-ORG O O O O O O B-ORG O O O O O O B-MISC I-MISC O O O O O O B-ORG O O O O O B-ORG O O O O O O O O O O B-ORG O O B-ORG B-PER O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O B-ORG O B-LOC O O O O B-LOC I-LOC O B-ORG O B-LOC O B-ORG O B-LOC O O O O B-LOC O B-ORG O B-LOC O B-ORG O B-LOC O O O O O O O B-LOC O +B-ORG O O O O O O O B-LOC I-LOC I-LOC O O O B-ORG I-ORG O B-ORG O O O O O O O O O O O B-LOC I-LOC O B-PER I-PER O O O O B-ORG O B-ORG O O B-ORG B-LOC O O O O B-LOC O O O O B-ORG O B-LOC B-PER O O O O B-LOC O O O O O O O B-LOC O B-ORG O O O O O O O O O +B-ORG O O O O O O O O O O B-LOC I-LOC O O O O B-LOC B-MISC O B-MISC O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG B-MISC O B-MISC O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-LOC O O O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-MISC I-MISC O B-MISC I-MISC O O O O O O O O B-ORG O O O O O O O B-ORG I-ORG O O O O O O B-ORG I-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG O O O O O O O B-ORG O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O B-LOC O O O O B-LOC O O O O O B-ORG O B-LOC O O B-ORG O B-LOC O O O O B-LOC O O O B-LOC O B-ORG O B-LOC I-LOC O O O O B-LOC I-LOC O B-ORG O B-LOC O +B-ORG O O O O O O O O B-LOC I-LOC O O O O B-LOC B-MISC O B-MISC O O O O O O O O O O O O O O B-ORG O O B-ORG O B-ORG O O O O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG O B-ORG O O B-ORG I-ORG O B-ORG O O B-ORG O B-ORG O O +B-ORG O O O B-ORG O O O O O O O O B-LOC I-LOC O O B-ORG O O O O B-PER I-PER O O O O O O O B-MISC I-MISC I-MISC O O O O O O O O O B-ORG B-PER O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O B-ORG O O O B-PER O O O O O O O O O O O O O O B-LOC O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O B-PER O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O B-PER O O O B-ORG O O O O O O O O O O O O O O O O O O O O O O B-MISC O O +O O O O O O O O O O O B-LOC O O B-MISC O O B-ORG B-LOC O B-LOC O O O B-ORG O B-ORG O O O O O O O O +O O B-PER O O O O O B-LOC B-MISC O O O O O B-MISC O O O O O B-ORG I-ORG O O O O O O B-PER I-PER O O B-ORG O O O O O O O O O O O +O O O O O O O O O O B-ORG O O B-LOC I-LOC O B-ORG I-ORG O B-LOC O O O B-PER I-PER O B-ORG B-PER O O O O O O O O B-ORG O B-LOC O O O O O O O O O O O B-ORG O O O O O O O O O O B-ORG O O O O O O O O O O B-LOC O O O B-ORG O O O O O O O O O O O O O O O O B-ORG O O B-MISC O O O O O O O O O O B-ORG O B-PER O O O O O O O B-PER I-PER O O O O O O B-ORG O O O O O O O O O B-MISC O O O O O O B-MISC O B-PER O O +O O B-ORG O O O O O O B-LOC O O B-MISC O B-PER O B-MISC O B-PER I-PER O O O O B-MISC O O O B-ORG I-ORG B-PER O O O O O B-ORG O O O O O O O O B-MISC O O O B-MISC O B-PER I-PER O O O O O O O O B-ORG O O O O O O O O O O O B-LOC I-LOC O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O B-ORG O B-ORG I-ORG O O O O B-ORG O O O O B-MISC I-MISC O O O O O O B-LOC O O O O O B-MISC B-ORG I-ORG O O O B-ORG O O O O O B-MISC I-MISC O O O O O O O O O O O O O O O O O O O O O +O O B-MISC O O O O O O O B-LOC B-MISC O O O B-ORG O O B-MISC O O O O O O B-ORG I-ORG O B-ORG O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG I-ORG O O O O O O O O B-ORG O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG I-ORG O O O O O O O O O O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O O O O O O O O O O B-ORG O O O O O O O O B-ORG O O O O O O O O