diff --git "a/5541Project (1).ipynb" "b/5541Project (1).ipynb" new file mode 100644--- /dev/null +++ "b/5541Project (1).ipynb" @@ -0,0 +1,9159 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "provenance": [], + "gpuType": "V100" + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + }, + "language_info": { + "name": "python" + }, + "accelerator": "GPU" + }, + "cells": [ + { + "cell_type": "markdown", + "source": [ + "Install required packages." + ], + "metadata": { + "id": "1Z5PPOIvuA7b" + } + }, + { + "cell_type": "code", + "source": [ + "!pip install pandas spacy networkx\n", + "!python -m spacy download en_core_web_sm\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "0DmmuIYd0K7k", + "outputId": "abfeb3d0-a70a-4824-e395-b5d83f6975da" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Collecting en-core-web-sm==3.7.1\n", + " Using cached https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl (12.8 MB)\n", + "Requirement already satisfied: spacy<3.8.0,>=3.7.2 in /usr/local/lib/python3.10/dist-packages (from en-core-web-sm==3.7.1) (3.7.4)\n", + "Requirement already satisfied: spacy-legacy<3.1.0,>=3.0.11 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (3.0.12)\n", + "Requirement already satisfied: spacy-loggers<2.0.0,>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (1.0.5)\n", + "Requirement already satisfied: murmurhash<1.1.0,>=0.28.0 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (1.0.10)\n", + "Requirement already satisfied: cymem<2.1.0,>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (2.0.8)\n", + "Requirement already satisfied: preshed<3.1.0,>=3.0.2 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (3.0.9)\n", + "Requirement already satisfied: thinc<8.3.0,>=8.2.2 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (8.2.3)\n", + "Requirement already satisfied: wasabi<1.2.0,>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (1.1.2)\n", + "Requirement already satisfied: srsly<3.0.0,>=2.4.3 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (2.4.8)\n", + "Requirement already satisfied: catalogue<2.1.0,>=2.0.6 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (2.0.10)\n", + "Requirement already satisfied: weasel<0.4.0,>=0.1.0 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (0.3.4)\n", + "Requirement already satisfied: typer<0.10.0,>=0.3.0 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (0.9.4)\n", + "Requirement already satisfied: smart-open<7.0.0,>=5.2.1 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (6.4.0)\n", + "Requirement already satisfied: tqdm<5.0.0,>=4.38.0 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (4.66.2)\n", + "Requirement already satisfied: requests<3.0.0,>=2.13.0 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (2.31.0)\n", + "Requirement already satisfied: pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (2.6.4)\n", + "Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (3.1.3)\n", + "Requirement already satisfied: setuptools in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (67.7.2)\n", + "Requirement already satisfied: packaging>=20.0 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (24.0)\n", + "Requirement already satisfied: langcodes<4.0.0,>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (3.3.0)\n", + "Requirement already satisfied: numpy>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (1.25.2)\n", + "Requirement already satisfied: annotated-types>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4->spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (0.6.0)\n", + "Requirement already satisfied: pydantic-core==2.16.3 in /usr/local/lib/python3.10/dist-packages (from pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4->spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (2.16.3)\n", + "Requirement already satisfied: typing-extensions>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4->spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (4.10.0)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests<3.0.0,>=2.13.0->spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (3.3.2)\n", + "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests<3.0.0,>=2.13.0->spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (3.6)\n", + "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests<3.0.0,>=2.13.0->spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (2.0.7)\n", + "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests<3.0.0,>=2.13.0->spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (2024.2.2)\n", + "Requirement already satisfied: blis<0.8.0,>=0.7.8 in /usr/local/lib/python3.10/dist-packages (from thinc<8.3.0,>=8.2.2->spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (0.7.11)\n", + "Requirement already satisfied: confection<1.0.0,>=0.0.1 in /usr/local/lib/python3.10/dist-packages (from thinc<8.3.0,>=8.2.2->spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (0.1.4)\n", + "Requirement already satisfied: click<9.0.0,>=7.1.1 in /usr/local/lib/python3.10/dist-packages (from typer<0.10.0,>=0.3.0->spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (8.1.7)\n", + "Requirement already satisfied: cloudpathlib<0.17.0,>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from weasel<0.4.0,>=0.1.0->spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (0.16.0)\n", + "Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2->spacy<3.8.0,>=3.7.2->en-core-web-sm==3.7.1) (2.1.5)\n", + "\u001b[38;5;2m✔ Download and installation successful\u001b[0m\n", + "You can now load the package via spacy.load('en_core_web_sm')\n", + "\u001b[38;5;3m⚠ Restart to reload dependencies\u001b[0m\n", + "If you are in a Jupyter or Colab notebook, you may need to restart Python in\n", + "order to load all the package's dependencies. You can do this by selecting the\n", + "'Restart kernel' or 'Restart runtime' option.\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "Opening the unreliable twitter files and build up some functions to load them." + ], + "metadata": { + "id": "n92N-v3Gtf-l" + } + }, + { + "cell_type": "code", + "source": [ + "import pandas as pd\n", + "import spacy\n", + "import networkx as nx\n", + "\n", + "# Path to the CSV file\n", + "csv_file_path = 'TEST.csv'\n", + "\n", + "# Read the CSV file\n", + "data = pd.read_csv(csv_file_path)\n", + "\n", + "# Split the data\n", + "evaluation_data = data.head(500) # Last 500 entries for evaluation\n", + "training_data = data.iloc[500:] # All data except the last 500 entries for training\n", + "\n", + "# Save the splits to new CSV files\n", + "evaluation_data.to_csv('TEST_evaluation.csv', index=False)\n", + "training_data.to_csv('TEST_training.csv', index=False)" + ], + "metadata": { + "id": "e08XGRlqm4cB" + }, + "execution_count": 18, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "# Load Spacy's NLP model\n", + "nlp = spacy.load(\"en_core_web_sm\")\n", + "\n", + "# Read the CSV file into a DataFrame\n", + "df = pd.read_csv(\"TEST_training.csv\")\n", + "df['Text'].dtypes\n", + "df['Text'] = df['Text'].astype(str)\n", + "\n", + "# Initialize our graph\n", + "G = nx.Graph()\n", + "\n", + "# Function to process text and add to graph\n", + "def add_to_graph(text, label, graph):\n", + " # Use Spacy to find entities\n", + " doc = nlp(text)\n", + " for ent in doc.ents:\n", + " # Add the entity as a node if it doesn't already exist\n", + " if not graph.has_node(ent.text):\n", + " graph.add_node(ent.text, type=ent.label_, label=label)\n", + " # Now, create edges between all entities found in the same text snippet\n", + " for ent2 in doc.ents:\n", + " if ent != ent2:\n", + " graph.add_edge(ent.text, ent2.text)\n", + "\n", + "# Process each row of the DataFrame and add it to the graph\n", + "for index, row in df.iterrows():\n", + " add_to_graph(row['Text'], row['Label'], G)\n", + "\n", + "# At this point, the graph G has been constructed with entities as nodes and the co-occurrences as edges\n", + "# Further analysis can now be performed on the graph\n", + "# For demonstration purposes, we'll just print out the nodes\n", + "\n", + "for node in G.nodes(data=True):\n", + " print(node) # Prints the node and its attributes\n" + ], + "metadata": { + "id": "tuyOklcf156p", + "colab": { + "base_uri": "https://localhost:8080/" + }, + "outputId": "6d7297aa-c79d-45a4-e522-f8b0a38c952b" + }, + "execution_count": 19, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "/usr/local/lib/python3.10/dist-packages/spacy/util.py:1740: UserWarning: [W111] Jupyter notebook detected: if using `prefer_gpu()` or `require_gpu()`, include it in the same cell right before `spacy.load()` to ensure that the model is loaded on the correct device. More information: http://spacy.io/usage/v3#jupyter-notebook-gpu\n", + " warnings.warn(Warnings.W111)\n" + ] + }, + { + "output_type": "stream", + "name": "stdout", + "text": [ + "\u001b[1;30;43m流式输出内容被截断,只能显示最后 5000 行内容。\u001b[0m\n", + "('the Build Back', {})\n", + "('Build Back', {})\n", + "('the\\xa0Inflation Reduction Act', {})\n", + "('15%', {})\n", + "('@Sen_JoeManchin', {})\n", + "('Catastrophic', {})\n", + "('Court', {})\n", + "('Every day', {})\n", + "('TheMajority', {})\n", + "('Heather Cox Richardson', {})\n", + "('Kate Aronoff', {})\n", + "('ABC White House', {})\n", + "('Mary Alice Parks', {})\n", + "('John Roberts', {})\n", + "('Obama Installing Massive Propane Tanks', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Martha’s Vineyard Property', {})\n", + "('Country Suffers', {})\n", + "('Energy Prices', {})\n", + "('Martha', {})\n", + "('Edgartown', {})\n", + "('The Daily Caller News Foundation', {})\n", + "('79', {})\n", + "('Turkeyland Cove Road', {})\n", + "('DCNF', {})\n", + "('2,500 gallons', {})\n", + "('two 1,000 gallon', {})\n", + "('one 500 gallon', {})\n", + "('54%', {})\n", + "('the U.S. Energy Information Administration', {})\n", + "('26-28%', {})\n", + "('2005', {})\n", + "('multi-million dollar', {})\n", + "('475', {})\n", + "('60th', {})\n", + "('Delta', {})\n", + "('the summer of 2021', {})\n", + "('Committee Says Trust in Public Health', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Breitbart News', {})\n", + "('Republican Study Committee', {})\n", + "('RSC', {})\n", + "('Jim Banks', {})\n", + "('Fauci', {})\n", + "('Banks', {})\n", + "('The Republican Study Committee', {})\n", + "('NIH', {})\n", + "('Breitbart', {})\n", + "('Anthony Fauci', {})\n", + "('his first week', {})\n", + "('Keystone XL', {})\n", + "('FIRST DAY', {'type': 'DATE', 'label': 'unreliable'})\n", + "('Doocy Asks New Press Sec', {})\n", + "('Waukesha', {})\n", + "('Jen Psaki’s', {})\n", + "('May 13th', {})\n", + "('— Joe Biden', {})\n", + "('this past year', {})\n", + "('Buffalo', {})\n", + "('every month', {})\n", + "('48%', {})\n", + "('16%', {})\n", + "('13%', {})\n", + "('11%', {})\n", + "('The Federal Reserve', {})\n", + "('Administration', {})\n", + "('$30 trillion', {})\n", + "('a Federal Reserve', {})\n", + "('8.5%', {})\n", + "('12 month', {})\n", + "('four decades', {})\n", + "('McCarthy Torch', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('33', {})\n", + "('SARAH', {'type': 'ORG', 'label': 'unreliable'})\n", + "(\"Reserve Nominee Withdraws After Manchin's '\", {})\n", + "('Sarah Bloom Raskin', {})\n", + "('the Federal Reserve Board', {})\n", + "('Raskin', {})\n", + "('Sarah Bloom Raskin’s', {})\n", + "('Sarah Raskin', {})\n", + "('Blast Her Own Party', {'type': 'ORG', 'label': 'unreliable'})\n", + "('the Union Response', {})\n", + "('Working Families Party', {})\n", + "('Holly Otterbein', {})\n", + "('BEIJING FIRST', {'type': 'ORG', 'label': 'unreliable'})\n", + "('the UN Climate Conference', {})\n", + "('the several months', {})\n", + "('World Needs', {})\n", + "('Nancy Pelosi’s', {})\n", + "('the last week', {})\n", + "('5000', {})\n", + "('the National Guard', {})\n", + "(\"Nancy Pelosi's\", {})\n", + "('Mary Ellen Klas', {})\n", + "('Fla. National Guard', {})\n", + "('Last night', {})\n", + "('Adjutant', {})\n", + "('Florida National Guard', {})\n", + "('the National Capital Region', {})\n", + "('Lindsey Graham', {})\n", + "('PIC', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Biden Summit', {})\n", + "('the American People Are Not Asking For', {})\n", + "('90 million', {})\n", + "('43 percent', {})\n", + "('NPR/PBS NewsHour/Marist', {})\n", + "('Thirty-six percent', {})\n", + "('55 percent', {})\n", + "('85 percent', {})\n", + "('$3.5 Trillion', {})\n", + "('$6 Trillion', {})\n", + "('just 43%', {})\n", + "('Real Clear Politics', {})\n", + "('Quinnipiac', {})\n", + "('just 38%', {})\n", + "('nearly $5', {})\n", + "('about $5.40', {})\n", + "('Mobil', {})\n", + "('11th Ave', {})\n", + "('the West Side', {})\n", + "('7-year', {})\n", + "('about $3.25', {})\n", + "('GasBuddy', {})\n", + "('3.31', {})\n", + "('the Lundberg Survey', {})\n", + "('Thursdasy', {})\n", + "('Leaf Blowers', {})\n", + "('Golden State', {})\n", + "('2028', {})\n", + "('Marc Berman', {})\n", + "('Sean Clegg', {})\n", + "('NEVER', {})\n", + "('Larry Elder', {})\n", + "('Fox Los Angeles', {})\n", + "('Napa', {})\n", + "('Bill Melugin', {})\n", + "('Fox LA', {})\n", + "(\"Jason Kinney's\", {})\n", + "('Town & Country', {})\n", + "('10pm', {})\n", + "('11/6/2020', {})\n", + "('The French Laundry', {})\n", + "('$5+', {})\n", + "('Gallon', {})\n", + "('Gasoline', {})\n", + "('48', {})\n", + "('210', {})\n", + "('the Infrastructure Bill', {})\n", + "('52', {})\n", + "('the ‘American Rescue Plan', {})\n", + "('March 6', {})\n", + "('half this year', {})\n", + "('the “American Rescue Plan', {})\n", + "('Joe Biden Laughs', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Sinema Being Harassed', {})\n", + "('the Democratic Socialist', {})\n", + "('multi-trillion-dollar', {})\n", + "('a few minutes', {})\n", + "('Unhinged Bernie', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Dems Can’t Pass', {})\n", + "('3.5', {})\n", + "('New Spending', {})\n", + "('Can’t Be Allowed', {})\n", + "('Bipartisan Infrastructure', {})\n", + "('more than two months ago', {})\n", + "('Charles]', {})\n", + "('the WHITE HOUSE', {})\n", + "('the year 2020', {})\n", + "('Townhall.com', {})\n", + "('Biden Vows', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Year 2020', {})\n", + "('ELDER', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Elder', {})\n", + "('Nearly 80%', {})\n", + "('September 14', {})\n", + "('September 14th', {})\n", + "('next month’s', {})\n", + "('a lot of months', {})\n", + "('a few weeks', {})\n", + "('a few years', {})\n", + "('Emerson', {})\n", + "('46%', {})\n", + "('Darry Sragow', {})\n", + "('Sragow', {})\n", + "('the last couple of weeks', {})\n", + "('Hispanic', {})\n", + "('Ashley Zavala', {})\n", + "('Los Angeles Sergeant', {})\n", + "('the Police Protective League', {})\n", + "('Los Angeles Police Protective League', {})\n", + "('Sgt', {})\n", + "('Jerretta Sandoz', {})\n", + "('Fox & Friends', {})\n", + "('the University of California, Berkeley', {})\n", + "('the United States Constitution', {})\n", + "('Dean', {})\n", + "('5,000,001', {})\n", + "('4,999,999', {})\n", + "('1.8 million', {})\n", + "('almost three', {})\n", + "('Clever Traveler', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Airline', {})\n", + "('Page Passenger Named ‘Recall Newsom', {})\n", + "('Cali Airport', {})\n", + "('Recall Newsom', {})\n", + "('the Public Address System', {})\n", + "('Delta Airlines', {})\n", + "('Concourse A', {})\n", + "('Airport', {})\n", + "('Lol', {})\n", + "('Richard Grenell', {})\n", + "('— Brick Suit', {})\n", + "('Californians', {})\n", + "('his first day', {})\n", + "('25 months', {})\n", + "('just 25 months', {})\n", + "('the Budget Committee', {})\n", + "('September 15', {})\n", + "('Facebook Thursday', {})\n", + "('Zuckerberg', {})\n", + "('Facebook’s PR', {})\n", + "('white supremacists & disinformation', {})\n", + "('Human Capital Stock', {})\n", + "('Schumer Unveils Dems’ Massive', {'type': 'ORG', 'label': 'unreliable'})\n", + "('$3.5 TRILLION', {})\n", + "('Warns Readers', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('25 Years', {})\n", + "('1995', {})\n", + "('25 years', {})\n", + "('NYTimes', {})\n", + "('Steve Milloy', {})\n", + "('2 to 3 feet', {})\n", + "('Humans Can Save the Earth', {})\n", + "('Unionized Tree Planters', {})\n", + "('the 90s', {})\n", + "('only 2', {})\n", + "('Knesset', {})\n", + "('the American Congress', {})\n", + "('Only a few days ago', {})\n", + "('Palestine', {})\n", + "('A week ago', {})\n", + "('some 70', {})\n", + "('a month ago', {})\n", + "('BDS', {})\n", + "('Miftah', {})\n", + "('Congresswoman Tlaib', {})\n", + "('HANNITY', {'type': 'GPE', 'label': 'unreliable'})\n", + "('Kamala Harris Does', {})\n", + "('Kamala', {})\n", + "('the Customs and Border Protection Agency', {})\n", + "('Maria Sacchetti', {})\n", + "('My Administration', {})\n", + "('Biden Unveils', {'type': 'ORG', 'label': 'unreliable'})\n", + "('1984', {})\n", + "('Infrastructure, Climate Change', {})\n", + "('Breaking News', {})\n", + "('The Wall Street Journal', {})\n", + "('$221 MILLION', {'type': 'MONEY', 'label': 'unreliable'})\n", + "('Last Hours', {})\n", + "('More than 1200', {})\n", + "('Hamas', {})\n", + "('the Gaza Strip', {})\n", + "('hundreds of millions of dollars', {})\n", + "('$221 million', {})\n", + "('the Palestinian Authority', {})\n", + "('January 2017', {})\n", + "('Jan. 20', {})\n", + "('$6 million', {})\n", + "('$4 million', {})\n", + "('$1.25 million', {})\n", + "('180', {})\n", + "('Ronen Manelis', {})\n", + "('the Islamic Republic', {})\n", + "('Islamic Jihad', {})\n", + "('the four years', {})\n", + "('w/', {})\n", + "('Al Aqsa', {})\n", + "('Palestinians &', {})\n", + "('the Jerusalem Post', {})\n", + "('Emily Schrader', {})\n", + "('pro-Israel', {})\n", + "('700', {})\n", + "('Gaza', {})\n", + "('Groups', {})\n", + "('pro-Palestine', {})\n", + "('Washington DC', {})\n", + "('Ali Özkök', {})\n", + "('@Ozkok_A', {})\n", + "('Alex Susskind', {})\n", + "('Jessica Layton', {})\n", + "('Clashes', {})\n", + "('pro-Israeli', {})\n", + "('Sophie Sassoon', {})\n", + "('Northern Jerusalem', {})\n", + "('Sami Wassef', {})\n", + "('240,000', {})\n", + "('The Green New Deal for Public Housing', {})\n", + "('nearly 2 million Lower', {})\n", + "('70%', {})\n", + "('Create 240k', {})\n", + "('nearly 2 million', {})\n", + "('Middle East', {})\n", + "('White Supremacist', {})\n", + "('Israeli Government', {})\n", + "('The ‘Squad', {})\n", + "('Racist', {})\n", + "('Democrat Party', {})\n", + "('Representatives Ocasio-Cortez', {})\n", + "('Pressley', {})\n", + "('the Boost Act', {})\n", + "('the GOP Tax Scam', {})\n", + "('every day', {})\n", + "('Lindsey', {})\n", + "('Graham', {})\n", + "('Richard Nixon', {})\n", + "('AOC Unveils ‘Green New Deal for Public Housing’ and ‘Postal Banking’', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Elliott Abrams', {})\n", + "('Somali', {})\n", + "('Iran-Contra', {})\n", + "('Abram', {})\n", + "('Trump hours', {})\n", + "('49', {})\n", + "('New Zealand', {})\n", + "('mosques', {})\n", + "('a Republican Party', {})\n", + "('Ocasio-Cortez \\n Daily', {})\n", + "('Ban', {})\n", + "('North Africa', {})\n", + "('United Arab Emirates', {})\n", + "('Abu Dhabi', {})\n", + "('Gulfstreams', {})\n", + "('Tom Cotton', {})\n", + "('Exclusive: Biden’s John Kerry', {})\n", + "('Boston to DC', {})\n", + "('Put Immigrants', {})\n", + "('Motels', {})\n", + "('284', {})\n", + "('280,000', {})\n", + "('$86.9 million', {})\n", + "('1,200', {})\n", + "('six months', {})\n", + "('about $71,000', {})\n", + "('Blackburn', {})\n", + "('284,000', {})\n", + "('200 million', {})\n", + "('Joe Biden Claims Nearly Two-Thirds Of Entire Population Have Died', {})\n", + "('nearly 2/3', {})\n", + "('Nearly one million', {})\n", + "('200,000', {})\n", + "('Biden Administration ‘Muzzling’ Border Agents from Speaking', {'type': 'ORG', 'label': 'unreliable'})\n", + "('the Washington Examiner', {})\n", + "('Border Agents', {})\n", + "('Biden Homeland Security', {})\n", + "('Customs', {})\n", + "('the Border Patrol', {})\n", + "('Super Thursday', {})\n", + "('Tomorrow', {})\n", + "('Associated Press', {})\n", + "('at least 25,000', {})\n", + "('’s ‘Remain', {})\n", + "('an estimated 25,000', {})\n", + "('Feb. 19', {})\n", + "('up to 300', {})\n", + "('Cruz', {})\n", + "('$4-5000', {})\n", + "('the Rio Grande', {})\n", + "('the Migrant Protection Protocols', {})\n", + "('MPP', {})\n", + "('Customs and Border Protection', {})\n", + "('more than 5,000', {})\n", + "('Health and Human Services', {})\n", + "('HHS', {})\n", + "('Psaki Grilled', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Teachers Giving In-Person Instruction to Migrants But Not US Students', {})\n", + "('about a year', {})\n", + "('early next month', {})\n", + "('$86 million', {})\n", + "('that day', {})\n", + "('Less Than 3 INCHES', {'type': 'QUANTITY', 'label': 'unreliable'})\n", + "('JOE TOLD ‘', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Massive Billboard', {})\n", + "('Times Square Rips ‘Job Loss', {})\n", + "('Over Higher Taxes', {})\n", + "('Times Square', {})\n", + "('750,000', {})\n", + "('The Biden Administration', {})\n", + "('an additional $3 trillion', {})\n", + "('the NY Times', {})\n", + "('Robert Kennedy', {})\n", + "('Martin Luther King Jr', {})\n", + "('the late ‘70s', {})\n", + "('Bobby Kennedy', {})\n", + "('King', {})\n", + "('the ’70s', {})\n", + "('the late ’70s', {})\n", + "('1968', {})\n", + "('RFK', {})\n", + "('MLK', {})\n", + "('$4.6 million', {})\n", + "('More than 60 percent', {})\n", + "('$13.2 million', {})\n", + "('the first week', {})\n", + "('ActBlue', {})\n", + "('fifth', {})\n", + "('the Granite State', {})\n", + "('February 22nd', {})\n", + "('Matt Viser', {})\n", + "('Arthur Schwartz', {})\n", + "('97%', {})\n", + "('26% to 24%', {})\n", + "('20%', {})\n", + "('9%', {})\n", + "('Klobuchar', {})\n", + "('desk anymore', {})\n", + "('Rob DiRienzo', {})\n", + "('$3 TRILLION', {'type': 'MONEY', 'label': 'unreliable'})\n", + "('AOC Rips ‘Moderate Dems’ for Sending ‘Less Generous Relief Checks', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Conservative Dems', {})\n", + "('healthcare & little', {})\n", + "('9 Years', {})\n", + "('Save Earth', {})\n", + "('No ‘New Timeline', {})\n", + "('Bill Gates', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('USA Must Switch', {})\n", + "('70% to 90%', {})\n", + "('$100 Billion', {})\n", + "('Bill', {})\n", + "('50,000', {})\n", + "('KENNEDY', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Fairy Dust or Unicorn Urine', {})\n", + "('PUT', {})\n", + "('BONG', {})\n", + "('Trey Gowdy', {})\n", + "('One third', {})\n", + "('Watch Kennedy', {})\n", + "('Seattle', {})\n", + "('Jay Inslee', {})\n", + "('the ‘Capital Hill Autonomous Zone', {})\n", + "('Inslee', {})\n", + "('2 Feet', {})\n", + "('two feet', {})\n", + "('Bill Weir', {})\n", + "('Watch Weir’s', {})\n", + "('DEM CIVIL WAR:', {'type': 'ORG', 'label': 'unreliable'})\n", + "('AOC Reportedly Considering a Primary Challenge', {})\n", + "('Punchbowl', {})\n", + "('Biden Arrives', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Giant', {})\n", + "('the ‘Green New Deal’ hours', {})\n", + "('George Stephanopoulos', {})\n", + "('December the 7', {})\n", + "('Memorial Day', {})\n", + "('Delaware Memorial Bridge Veteran’s Memorial Park', {})\n", + "(\"Delaware Memorial Bridge Veteran's\", {})\n", + "('Memorial Park', {})\n", + "('Seamus Bruner', {})\n", + "('Hunter Biden', {})\n", + "('Chinese Military Supplier', {})\n", + "('Bohai Harvest RST', {})\n", + "('BHR', {})\n", + "('Chris Heinz', {})\n", + "('just a few years earlier', {})\n", + "('Henniges Automotive', {})\n", + "('Aviation Industry Corporation', {})\n", + "('AVIC', {})\n", + "('Committee on Foreign Investment', {})\n", + "('just 15\\xa0 \\xa0', {})\n", + "('the ‘Entity List’', {})\n", + "('the South China Sea', {})\n", + "('Beijing', {})\n", + "('the Crucial Framework', {})\n", + "('Abigail Marone', {})\n", + "('The first quarter', {})\n", + "('IRAN', {})\n", + "('Iraq', {})\n", + "('US Troops', {})\n", + "('Islamic', {})\n", + "('Tampa', {})\n", + "('Month', {})\n", + "('Kissimmee', {})\n", + "('Tyler Pager', {})\n", + "('Adminstration', {})\n", + "('roughly 45%', {})\n", + "('2007', {})\n", + "('“150 million', {})\n", + "('NRA', {})\n", + "('Nelson Mandela', {})\n", + "('30 years ago', {})\n", + "('This day', {})\n", + "('Soweto', {})\n", + "('Robbens Island', {})\n", + "('Mandela', {})\n", + "('Glenn Kessler', {})\n", + "('at least three', {})\n", + "('South Africa', {})\n", + "('Jenna Johnson', {})\n", + "('As the Times', {})\n", + "('MAGICAL MYSTERY TOUR', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Jorge Ramos', {})\n", + "('Biden Exits Giant Private Jet', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('The Secretaries of State', {})\n", + "('Kamala Harris Urged Activists', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('the ‘Minnesota Freedom Fund', {})\n", + "('Minneapolis Police Office', {})\n", + "('Derek Chauvin', {})\n", + "('George Floyd', {})\n", + "('Minneapolis', {})\n", + "('George Floyd’s', {})\n", + "('John Harrington', {})\n", + "('the Minnesota Department of Public Safety', {})\n", + "('Chauvin', {})\n", + "('May 25', {})\n", + "('Floyd', {})\n", + "('19 years', {})\n", + "('Newsome', {})\n", + "('Kamala Harris Lands', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Kim Jong Un', {})\n", + "('South Korea', {})\n", + "('FALSE Biden', {})\n", + "('Francis Brennan', {})\n", + "('FRONT AND CENTER:', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Deliver Prime Time Address at', {})\n", + "('Democratic National Convention', {})\n", + "('next Tuesday', {})\n", + "('Kevin Hassett', {})\n", + "('NBER', {})\n", + "('the last 5', {})\n", + "('Michael R. Strain', {})\n", + "('Biden-Sanders ‘Task Force’ Calls for Halt on Deportations, Wage Hike', {'type': 'ORG', 'label': 'unreliable'})\n", + "('246 years', {})\n", + "('another century', {})\n", + "('Black Americans', {})\n", + "('Sean Hannity Radio Recap', {'type': 'ORG', 'label': 'unreliable'})\n", + "('3:30 PM', {})\n", + "('Ed Mullins', {})\n", + "('the NYPD Sergeants Union', {})\n", + "('roughly 15%', {})\n", + "('about 5,600', {})\n", + "('Dermot Shea', {})\n", + "('1,048', {})\n", + "('145', {})\n", + "('Shea', {})\n", + "('17', {})\n", + "('4:05 PM', {})\n", + "('Bill O’Reilly', {})\n", + "('Killing', {})\n", + "('Really Sees', {})\n", + "('an hour', {})\n", + "('No Spin', {})\n", + "('Christians', {})\n", + "('5:05 PM', {})\n", + "('Cardiac Surgeon', {})\n", + "('PPE', {})\n", + "('Blames Coronavirus Outbreak', {})\n", + "('Religious Americans', {})\n", + "('Katherine Stewart', {})\n", + "('Stewart', {})\n", + "('Bernie Sanders Meeting', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('at least three weeks', {})\n", + "('Faiz Shakir', {})\n", + "('the Democratic National Convention', {})\n", + "('this summer', {})\n", + "('Biden Beat Sanders', {})\n", + "('43% to 31%', {})\n", + "('59% to 36%', {})\n", + "('62% to 23%', {})\n", + "('Maine', {})\n", + "('fourth', {})\n", + "('New Hampshire’s', {})\n", + "('this past weekend', {})\n", + "('South Carolina’s', {})\n", + "('LA', {})\n", + "('Madeleine Rivera', {})\n", + "('@madeleinerivera', {})\n", + "('earlier Tuesday night', {})\n", + "('a week ago', {})\n", + "('BIG NIGHT', {})\n", + "('Biden Sweeps Primaries', {})\n", + "('Beats Bernie', {})\n", + "('8 p.m.', {})\n", + "('Super Tuesday States –', {})\n", + "('8', {})\n", + "('Super Tuesday', {})\n", + "('the South Carolina', {})\n", + "('7:00 p.m. EST', {})\n", + "('The Associated Press', {})\n", + "('African-American', {})\n", + "('Mike Endorses', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('$500 Million', {})\n", + "('Wednesday morning', {})\n", + "('Mike Bloomberg’s', {})\n", + "('60 Minutes', {})\n", + "('Anderson Cooper Donald Trump', {})\n", + "('Cooper', {})\n", + "('$60 billion', {})\n", + "('E-Cigarettes', {})\n", + "('Juuls', {})\n", + "('Dennis Herrera', {})\n", + "('San Francisco’s', {})\n", + "('the Bay Area', {})\n", + "('five to six', {})\n", + "('Stevenson Boulevard', {})\n", + "('I-880', {})\n", + "('Fremont', {})\n", + "('more than 60', {})\n", + "('more than $300 million', {})\n", + "('Kill Coal Jobs', {})\n", + "('Billionaire Mike Bloomberg', {})\n", + "('Town Hall', {})\n", + "('Monday night', {})\n", + "('Bermuda', {})\n", + "('over 75 years', {})\n", + "('New Mexico', {})\n", + "('North Dakota', {})\n", + "('Saudi Arabia', {})\n", + "('Stop & Frisk', {})\n", + "('Stop and Frisk', {})\n", + "('New Yorkers', {})\n", + "('Rip Republicans', {})\n", + "('92nd Academy Awards', {})\n", + "('45 seconds', {})\n", + "('John Bolton', {})\n", + "('Brad Pitt', {})\n", + "('just minutes', {})\n", + "('Quentin', {})\n", + "('The Academy (@TheAcademy', {})\n", + "('trumps', {})\n", + "('Joaquin Phoenix', {})\n", + "('Move Over Amazon', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Walmart', {})\n", + "('MACY', {})\n", + "('Macy', {})\n", + "('Corporate America’s', {})\n", + "('580', {})\n", + "('2,000', {})\n", + "('Independent Vermont', {})\n", + "('11', {})\n", + "('three-minute', {})\n", + "('Marvel Comics', {})\n", + "('$1.2 billion', {})\n", + "('the House of Mouse', {})\n", + "('Marvel', {})\n", + "('Avengers', {})\n", + "('Bob Iger', {})\n", + "('$65.6 million', {})\n", + "('1,400', {})\n", + "('Biden Erupts', {})\n", + "('Hunter Biden’s', {})\n", + "('Guthrie', {})\n", + "('Bernie Vows', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Waltons', {})\n", + "('1,000', {})\n", + "('Armageddon', {})\n", + "('Southwest Airlines', {})\n", + "('AT&T', {})\n", + "('Boeing', {})\n", + "('Warren Calls', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('All Offshore Drilling,’ Source', {})\n", + "('US Energy Production', {})\n", + "('the 71%', {})\n", + "('Any Green New', {})\n", + "('Warren Vows', {})\n", + "('more than a million', {})\n", + "('above 100%', {})\n", + "('She’s Tired of America’s ‘Freeloading Billionaires', {})\n", + "('the 99%', {})\n", + "('about 7.2%', {})\n", + "('one-tenth', {})\n", + "('two cents', {})\n", + "('3.2%', {})\n", + "('Atlanta', {})\n", + "('Billionaire Tears', {})\n", + "('November 2019', {})\n", + "('Goldman Sachs', {})\n", + "('Leon Cooperman', {})\n", + "('SEC', {})\n", + "('over $10 billion', {})\n", + "('$20 billion', {})\n", + "('a billion dollars', {})\n", + "('0.1 percent', {})\n", + "('over $32 million', {})\n", + "('an estimated $4.35 trillion', {})\n", + "('less than $32 million', {})\n", + "('2 percent', {})\n", + "('$50 to $250 million', {})\n", + "('3 percent', {})\n", + "('$250 to $500 million', {})\n", + "('$500 million to $1 billion', {})\n", + "('5 percent', {})\n", + "('$1 to $2.5 billion', {})\n", + "('$2.5 to $5 billion', {})\n", + "('$5 to $10 billion', {})\n", + "('8 percent', {})\n", + "('$10 billion', {})\n", + "('Environmental Racism', {})\n", + "('Kamala Harris Promises', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('8,000', {})\n", + "('Tax Credit for Energy Workers ‘', {})\n", + "('POLITICO', {})\n", + "('Juan Rodriguez', {})\n", + "('more than $10,000', {})\n", + "('Andrew Yang', {})\n", + "('Joe Rogan', {})\n", + "('Ind.', {})\n", + "('1 percent', {})\n", + "('zero percent', {})\n", + "('Morning Consult', {})\n", + "('Thirty-two percent', {})\n", + "('10%', {})\n", + "('Gravis Marketing', {})\n", + "('12%', {})\n", + "('7%', {})\n", + "('Tom Steyer', {})\n", + "('4%', {})\n", + "('Julian Castro', {})\n", + "('the New Hampshire Democratic Primary', {})\n", + "('Doug Kaplan', {})\n", + "('Look, Joe', {})\n", + "('George Wallace', {})\n", + "('Bob Mueller', {})\n", + "('Canadian', {'type': 'NORP', 'label': 'unreliable'})\n", + "('Wins Second Term', {})\n", + "('Parliament', {})\n", + "('Justin Trudeau', {})\n", + "('Trudeau’s Liberal party', {})\n", + "('Liberals', {})\n", + "('the same as 2015', {})\n", + "('the University of Toronto', {})\n", + "('Trudeau', {})\n", + "('Canadians', {})\n", + "('just days ahead', {})\n", + "('the end of the week', {})\n", + "('Ontario', {})\n", + "('US-Mexico Trade Agreement', {})\n", + "('CNBC', {})\n", + "('over 30,000', {})\n", + "('Hussen', {})\n", + "('Blair', {})\n", + "('Michelle Rempel Garner', {})\n", + "('Elizabeth Warren Unveils', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('She Ignored ‘Eat Babies’ Woman Because It’s ‘Nothing’ Compared', {'type': 'ORG', 'label': 'unreliable'})\n", + "('the Queens Library', {})\n", + "('AOC Introduces Bundle of Progressive Proposals Called ‘A Just Society', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Stop Americans', {})\n", + "('Eating Beef', {})\n", + "('Yang', {})\n", + "('September 9, 2019', {})\n", + "('Susie Garza', {})\n", + "('Andrew] Yang', {})\n", + "('Stockton', {})\n", + "('Garza', {})\n", + "('150', {})\n", + "('another $100', {})\n", + "('7-Eleven', {})\n", + "('AP', {})\n", + "('29-year-old', {})\n", + "('1000', {})\n", + "('ten', {})\n", + "('three-hour', {})\n", + "('the US Constitution', {})\n", + "('about tonight', {})\n", + "('Ari Cohn', {})\n", + "('an entire year', {})\n", + "('Bill de Blasio ‘Registers ZERO Support', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Latest New York Presidential Poll', {})\n", + "('Big Apple', {})\n", + "('New York State', {})\n", + "('Hispanics', {})\n", + "('Siena', {})\n", + "('359', {})\n", + "('just seven hours', {})\n", + "('a mere seven hours', {})\n", + "('less than one', {})\n", + "('Hizzoner', {})\n", + "('Blasio', {})\n", + "('May 2018', {})\n", + "('152', {})\n", + "('just 15', {})\n", + "('Cedar Rapids', {})\n", + "('about 15', {})\n", + "('Parlor City Pub', {})\n", + "('roughly 15', {})\n", + "('the 1 percent', {})\n", + "('Free Healthcare', {'type': 'ORG', 'label': 'unreliable'})\n", + "('College for Illegal Immigrants', {})\n", + "('23,000', {})\n", + "('32,000', {})\n", + "('$0 \\n ', {})\n", + "('Joe Biden Knows', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Sarah Huckabee Sanders', {})\n", + "('last Friday', {})\n", + "('Andy Goldman', {})\n", + "('Sarah Sanders', {})\n", + "('hundreds of billions of dollars', {})\n", + "('$32 trillion', {})\n", + "('John Konstin', {})\n", + "('111-year-old', {})\n", + "('John’s Grill', {})\n", + "('the Democratic National Committee’s', {})\n", + "('Konstin', {})\n", + "('Lee Housekeeper', {})\n", + "('Jane Sanders', {})\n", + "('BLIND SIDED', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Joe Biden Tells Terrified Voter', {})\n", + "('Anderson Cooper', {})\n", + "('Andrew Goldman', {})\n", + "('Symone D. Sanders', {})\n", + "('Upper West Side', {})\n", + "('David Solomon', {})\n", + "('the New York Daily News', {})\n", + "('Goldman', {})\n", + "('day', {})\n", + "('LNG Western', {})\n", + "('Dan Crenshaw Rips Bernie’s ‘', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('un-American', {})\n", + "('3.', {})\n", + "(\"'The View'\", {})\n", + "('2 cent', {})\n", + "('1/10', {})\n", + "('$50,000,001 dollar', {})\n", + "('Two cents', {})\n", + "('age 0 to 5', {})\n", + "('4-year-old', {})\n", + "('$100 trillion', {})\n", + "('JOE NO', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Fossil Fuel Executive', {})\n", + "('Stacey Abrams Should ‘', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Blames ‘Voter Suppression', {})\n", + "('Stacey Abrams', {})\n", + "('New Voting Rights Act', {})\n", + "('Abrams', {})\n", + "('-Stacey Abrams', {})\n", + "('@MaddowBlog', {})\n", + "('Rapidly', {})\n", + "('the National Urban League Conference', {})\n", + "('Indianapolis', {})\n", + "('Brian Kemp', {})\n", + "('Georgians', {})\n", + "('92-year-old', {})\n", + "('Abrams .', {})\n", + "('more than 300', {})\n", + "('Watch Abrams', {})\n", + "('Them Sue', {})\n", + "('Don’t Flinch', {})\n", + "('storytell & cry', {})\n", + "('Tea Partiers', {})\n", + "('GND', {})\n", + "('Bernie Sanders Vows', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Bernie Reportedly Rude', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('San Fran', {})\n", + "('Loses Votes', {})\n", + "('New York] Post', {})\n", + "('130,000', {})\n", + "('August 28th', {})\n", + "('USSR', {'type': 'GPE', 'label': 'unreliable'})\n", + "('Fossil Fuel Executives', {})\n", + "('Home Depot', {})\n", + "('Bernie Marcus', {})\n", + "('Ken Langone', {})\n", + "('Neil Cavuto', {})\n", + "('Marcus', {})\n", + "('more than $1.6 trillion', {})\n", + "('$1.6 trillion', {})\n", + "('two days', {})\n", + "('45 million', {})\n", + "('the end of the day', {})\n", + "('11 million', {})\n", + "('Biden Botches Introduction', {})\n", + "('White House Egg Roll', {})\n", + "('Jonathan Diller’s', {})\n", + "('United Kingdom', {})\n", + "('Goldsmiths, University of London', {})\n", + "('next month', {})\n", + "('Goldsmiths', {})\n", + "('Will Focus', {})\n", + "('Asthma, Pensions', {})\n", + "('Native Americans', {})\n", + "('Working People', {})\n", + "('Climate Equity', {})\n", + "('BX', {})\n", + "('Native', {})\n", + "('70,000', {})\n", + "('the first year', {})\n", + "('the Competitive Enterprise Institute', {})\n", + "('CEI', {})\n", + "('Power the Future', {})\n", + "('at least $70,000', {})\n", + "('roughly $45,000', {})\n", + "('2-5 years', {})\n", + "('over $37,000', {})\n", + "('her ‘Concentration Camp', {})\n", + "('The Intercept (@theintercept', {})\n", + "('Intercept', {})\n", + "('Yad Vashem', {})\n", + "('Israel Holocaust Center', {})\n", + "('Jerusalem', {})\n", + "('Learn', {})\n", + "('American ‘Concentration Camps', {})\n", + "('kids & families', {})\n", + "('the Auschwitz Memorial', {})\n", + "('the Immigrations and Customs Enforcement Agency', {})\n", + "('& & & Stop', {})\n", + "('First Year', {})\n", + "('Stacey Abrams 2018', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('BBC News', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Just 18 MONTHS', {})\n", + "('‘Save the Planet', {})\n", + "('PLAN', {'type': 'ORG', 'label': 'unreliable'})\n", + "('6’x10′', {})\n", + "('30', {})\n", + "('16', {})\n", + "('122', {})\n", + "('ten-year', {})\n", + "('AOC Blames DC Rainstorm', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Elizabeth Warren Climbs', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('2ND', {})\n", + "('Bernie Falls', {})\n", + "('Hop', {})\n", + "('Sarah Dolan Schneider', {})\n", + "('African American', {})\n", + "('Elizabeth Warren Promises', {})\n", + "('Americans Say ‘FAKE NEWS’ a Bigger Threat', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Pew Research', {})\n", + "('more than 68%', {})\n", + "('Illegal Immigration', {})\n", + "('Terrorism', {})\n", + "('Robert Mueller’s', {})\n", + "('two-years', {})\n", + "('‘The Rachel Maddow Show', {})\n", + "('The Fake News Media', {})\n", + "('Witch Hunt', {})\n", + "('T.V.', {})\n", + "('Mueller Report', {})\n", + "('The Fake News', {})\n", + "('Dan Crenshaw BLASTS', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('nearly 3,000', {})\n", + "('CRISIS', {'type': 'ORG', 'label': 'unreliable'})\n", + "('-30 million', {})\n", + "('-40 million', {})\n", + "('-Climate', {})\n", + "('Evangelical', {})\n", + "('Satellite Radio', {})\n", + "('The Daily Caller (@DailyCaller) ', {})\n", + "('Jacob Weindling', {})\n", + "('Paste Magazine', {})\n", + "('at least four', {})\n", + "('the other day', {})\n", + "('Warren Promises Free College', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Higher Wages', {})\n", + "('over $100 trillion', {})\n", + "('the 21st century', {})\n", + "('Suggest ‘New Deal’ Will Stop MIDWEST TORNADOES', {})\n", + "('Green New Deal Now', {})\n", + "('Five', {})\n", + "('her ‘Green New Deal', {})\n", + "('About Babies, Want ‘Hell on Earth', {})\n", + "('Christian', {})\n", + "('creepy', {})\n", + "('Beto Tells', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Vanity Fair', {})\n", + "('an additional $1.6 million', {})\n", + "('$1.6 million', {})\n", + "('Council', {})\n", + "('Corey Johnson', {})\n", + "('NYIFUP', {})\n", + "('City Council', {})\n", + "('the coming years', {})\n", + "('up to $10 billion', {})\n", + "('Sponge', {})\n", + "('Believe World Ending', {})\n", + "('twelve years', {})\n", + "('The Office', {})\n", + "('the “first day', {})\n", + "('$1.25 trillion', {})\n", + "('the coming days', {})\n", + "('Mahmoud Abbas', {})\n", + "('Abbas', {})\n", + "('HILARIOUS', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('57', {})\n", + "('43', {})\n", + "('Ocasio-Cortez’ ‘New Deal’', {'type': 'ORG', 'label': 'unreliable'})\n", + "('BUSTED!', {'type': 'ORG', 'label': 'unreliable'})\n", + "('over $23,000', {})\n", + "('1,049', {})\n", + "('May 16, 2017', {})\n", + "('Dec. 31, 2018', {})\n", + "('26', {})\n", + "('a single day', {})\n", + "('Jodi Seth', {})\n", + "('Jimmy] Van Bramer', {})\n", + "('the past three months', {})\n", + "('New Yorkers &', {})\n", + "('AL GORE', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('the Civil War', {})\n", + "('The Daily Caller (@DailyCaller', {})\n", + "('The Atlanta Journal-Constitution', {})\n", + "('Keisha Lance Bottoms', {})\n", + "('OP-ED', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Leftist', {})\n", + "('Jeff Zucker', {})\n", + "('Austin', {})\n", + "('the Leftist State Media', {})\n", + "('the\\xa0 ', {})\n", + "('the \\xa0Washington Post', {})\n", + "('the Associated Press', {})\n", + "('Jeff', {})\n", + "('this day', {})\n", + "('the Soviet Union', {})\n", + "('the Department for Agitation', {})\n", + "('Propaganda', {})\n", + "('the ministry of propaganda', {})\n", + "('those days', {})\n", + "('Pravda', {})\n", + "('Spiro Agnew', {})\n", + "('1969', {})\n", + "('The Vietnam War', {})\n", + "('Nixon', {})\n", + "('Des Moines', {})\n", + "('only three', {})\n", + "('Agnew', {})\n", + "('At least forty-million', {})\n", + "('Seven million', {})\n", + "('the 20 minutes or so', {})\n", + "('90 to 180 minutes', {})\n", + "('fifty-million', {})\n", + "('overnight', {})\n", + "('a week', {})\n", + "('ABM', {})\n", + "('Civil Rights', {})\n", + "('Federal Communications', {})\n", + "('James Reston', {})\n", + "('a full fifty years ago', {})\n", + "('a mere', {})\n", + "('23 years old', {})\n", + "('barely a year', {})\n", + "('1996', {})\n", + "('Clinton News Network', {})\n", + "('three years later', {})\n", + "('Rush Limbaugh', {})\n", + "('Millions', {})\n", + "('Upshot', {})\n", + "('The Huffington Post', {})\n", + "('98.2 percent', {})\n", + "('Jeff Zucker’s', {})\n", + "('LSM', {})\n", + "('Media Matters', {})\n", + "('Anthony Scaramucci', {})\n", + "('Cohen', {})\n", + "('Covington', {})\n", + "('sixteen year old', {})\n", + "('Nick Sandmann', {})\n", + "('Ted Turner', {})\n", + "('June of 1980', {})\n", + "('Jeffrey Lord’s', {})\n", + "('May 28th', {})\n", + "('1 st Amendment', {})\n", + "('the Fourth Estate', {})\n", + "('Brian Stelter', {})\n", + "('Fourth Estate', {})\n", + "('Stelter', {})\n", + "('at least the late 1700', {})\n", + "('a “Fourth Estate”', {})\n", + "('Sorry Stelter', {})\n", + "('1300', {})\n", + "('1920', {})\n", + "('1 st Amendments', {})\n", + "('Oscar Wild', {})\n", + "('old days', {})\n", + "('no Fourth Branch', {})\n", + "('The Democratic Party', {})\n", + "('anti-Semites', {})\n", + "('Committee', {})\n", + "('David\\xa0Duke', {})\n", + "('the de facto Party', {})\n", + "('the Alt-Right’s', {})\n", + "('The Democratic Party’s', {})\n", + "('ACLU', {})\n", + "('KKK', {})\n", + "('the Big Apple', {})\n", + "('Long Island City', {})\n", + "('Sunnyside', {})\n", + "('Woodside', {})\n", + "('Jackson Heights', {})\n", + "('Bloomberg TV', {})\n", + "('25,000', {})\n", + "('$27 billion', {})\n", + "('Grocery Stores', {})\n", + "('Hawaiian', {})\n", + "('Mazie Hirono', {})\n", + "('Hirono', {})\n", + "('What the Green New Deal', {})\n", + "('the decades', {})\n", + "('the Wall Street Journal Editorial Page', {})\n", + "('WSJ', {})\n", + "('Chuck Schumer Calls ‘Green', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Coldest February', {})\n", + "('as much as $93 trillion', {})\n", + "('ten year', {})\n", + "('Congressional Budget Office', {})\n", + "('between $8.3 trillion', {})\n", + "('$12.3 trillion', {})\n", + "('between $42.8 trillion', {})\n", + "('$80.6 trillion', {})\n", + "('KAMALACARE', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Universal Healthcare', {})\n", + "('Bloomberg -referencing Warren’s', {})\n", + "('David Wright', {})\n", + "('the ‘Green New', {})\n", + "('’15', {})\n", + "('Republican National Committee', {})\n", + "('Ronna McDaniel', {})\n", + "('McDaniel', {})\n", + "('Booker hours', {})\n", + "('Brett Kavanaugh', {})\n", + "('the opening hours', {})\n", + "('Kavanaugh', {})\n", + "('Chair Chuck Grassley', {})\n", + "('New Orleans', {})\n", + "('the Netroots Nation Conference', {})\n", + "('Calling Vote', {})\n", + "('Ed Markey', {})\n", + "('national debate &', {})\n", + "('a decade', {})\n", + "('— Ed Markey', {})\n", + "('BOOKER GOES BERSERK', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Explodes', {})\n", + "('NAZIS', {})\n", + "('10-year', {})\n", + "('Pelosi', {})\n", + "('eight', {})\n", + "('Cortez’ ‘Green New Deal', {})\n", + "('Franklin Roosevelt’s', {})\n", + "('December', {})\n", + "('Cuomo Claims NY', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('1821', {})\n", + "('1938', {})\n", + "('Long Island', {})\n", + "('19', {})\n", + "('over 250', {})\n", + "('$1.5 billion', {})\n", + "('Queens', {})\n", + "('Jimmy Van Bramer', {})\n", + "('billion-dollar', {})\n", + "('east coast', {})\n", + "('-New York', {})\n", + "('SALT', {})\n", + "('Capping the State and Local Tax', {})\n", + "('Phil Murphy', {})\n", + "('over $1 million', {})\n", + "('Ocasio-Cortez ‘Hell Bent’ on', {})\n", + "('last 12 years', {})\n", + "('Venezuelan', {})\n", + "('our last 12 years', {})\n", + "('Stay', {})\n", + "('— Lindsey Graham', {})\n", + "('Ocasio-Cortez ‘On Much of Anything', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Hannity', {})\n", + "('the Select Committee', {})\n", + "('her first full week', {})\n", + "('Ocasio-Cortez Warns ‘World is Gonna End’', {'type': 'ORG', 'label': 'unreliable'})\n", + "('12 YEARS', {})\n", + "('8th', {})\n", + "('the moon shot', {})\n", + "('the Civil Right Movement', {})\n", + "('SOCIALISM USA', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Bernie Slams ‘Wealth Inequality', {})\n", + "('The Real News Network', {})\n", + "('90%', {})\n", + "('The Real News', {})\n", + "('Democratic-Socialist', {})\n", + "('American Millennials are ‘Killing Paper Napkins', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Diamond Rings', {})\n", + "('Avocado Toast', {})\n", + "('Unpaid Internships', {})\n", + "('@Ocasio2018', {})\n", + "('just weeks', {})\n", + "('Vox', {})\n", + "('29', {})\n", + "('Bernie Claims USA ‘Owned', {})\n", + "('a Handful of ‘', {})\n", + "('Cortez Complains', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Congressional Meeting', {})\n", + "('Freshman', {})\n", + "('a ‘Bipartisan', {})\n", + "('Congressmembers', {})\n", + "('Bernie Claims he', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Approval Drops', {})\n", + "('the ‘Yellow Vest', {})\n", + "('G7', {})\n", + "('G6', {})\n", + "('Quebec', {})\n", + "('Trade Tariffs', {})\n", + "('Cortez Compares Her ‘Green', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('the ‘Democratic Party', {})\n", + "('the Netroots Nation', {})\n", + "('Apollo 11', {})\n", + "('Mike Bloomberg Visits', {})\n", + "('Sparks Speculation of Potential White House', {})\n", + "('every four years', {})\n", + "('DOUBLE', {'type': 'GPE', 'label': 'unreliable'})\n", + "('Ocasio-Cortez’ ‘Green New Deal’ Will Help ‘Create Jobs', {})\n", + "('CLINTONS', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Hillary Play', {})\n", + "('Half Empty Arena', {})\n", + "('as Low as $6.55', {})\n", + "('Toronto', {})\n", + "('just $6.55', {})\n", + "('Saudi', {})\n", + "('Human Rights', {})\n", + "('Twice', {})\n", + "('year-long', {})\n", + "('the US Electoral College', {})\n", + "('Oxford', {})\n", + "('England', {})\n", + "('Populists', {})\n", + "('three million', {})\n", + "('another day', {})\n", + "('December 4', {})\n", + "('Pittsburgh', {})\n", + "('76-year-old', {})\n", + "('CALIFORNIA', {'type': 'GPE', 'label': 'unreliable'})\n", + "('At least 29', {})\n", + "('Butte County Sheriff Kory Honea', {})\n", + "('228', {})\n", + "('Bay Area', {})\n", + "('an estimated 400,000', {})\n", + "('each month', {})\n", + "('About 246,000', {})\n", + "('Yahoo', {})\n", + "('Farrell', {})\n", + "('the Department of Sanitation', {})\n", + "('Socialist Star', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Fox News’ Targets Minorities', {})\n", + "('at least eleven', {})\n", + "('Brietbart', {})\n", + "('Muslims', {})\n", + "('Thursday night', {})\n", + "('the Intergovernmental Panel on Climate Change', {})\n", + "('only 12 years', {})\n", + "('approximately 8.3 million barrels', {})\n", + "('Saudi Arabia’s', {})\n", + "('9.3 million barrels', {})\n", + "('more than 100 percent', {})\n", + "('9.91 million', {})\n", + "('10.058 million', {})\n", + "('18 million barrels', {})\n", + "('the busy summer months', {})\n", + "('Refineries', {})\n", + "('the Gulf Coast', {})\n", + "('9.5 million barrels', {})\n", + "('Midwestern', {})\n", + "('18-million-barrel', {})\n", + "('August 2017', {})\n", + "('around 3.2 million barrels', {})\n", + "('TOO', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Andrea Mitchell', {})\n", + "('Hurricane Florence', {})\n", + "('2045', {})\n", + "('later this week', {})\n", + "('AG Sessions', {})\n", + "('earlier Wednesday', {})\n", + "('Gettysburg', {})\n", + "('John C. Calhoun', {})\n", + "('Abraham Lincoln', {})\n", + "('Sessions', {})\n", + "('Berkeley Institutes ‘', {'type': 'ORG', 'label': 'unreliable'})\n", + "('the Berkeley City Council', {})\n", + "('Kate Harrison', {})\n", + "('Carlos Saucedo', {})\n", + "('@Carlos_Saucedo', {})\n", + "('Almost a third', {})\n", + "('The University of Wisconsin', {})\n", + "('Ray Cross', {})\n", + "('Chris Taylor', {})\n", + "('the Los Angeles City Council', {})\n", + "('handbags', {})\n", + "('West Hollywood', {})\n", + "('the City Council', {})\n", + "('over 500', {})\n", + "('the Fur Information Council of America', {})\n", + "('4:00 PM', {})\n", + "('John McLaughlin', {})\n", + "('Pollster', {})\n", + "('McLaughlin and Associates & Doug Schoen', {})\n", + "('Newsmax', {})\n", + "('election day', {})\n", + "('less than 2 months', {})\n", + "('the Financial Times', {})\n", + "('72-year', {})\n", + "('just 36 percent', {})\n", + "('4:30 PM', {})\n", + "('Dan Forest', {})\n", + "('105 mph', {})\n", + "('The National Hurricane Center', {})\n", + "('Carolinas', {})\n", + "('mid-Atlantic', {})\n", + "('the Santee River', {})\n", + "('Duck', {})\n", + "('Over 5 million', {})\n", + "('5:00 PM', {})\n", + "('Jonathan Gilliam', {})\n", + "('Sheep No More', {})\n", + "('Danielle McLaughlin', {})\n", + "('The Federalist Society: How', {})\n", + "('Conservatives', {})\n", + "('Ruth Bader Ginsburg', {})\n", + "('5:30 PM', {})\n", + "('Joe Concha', {})\n", + "('Cory Booker’s Spartacus', {})\n", + "('Carolina', {})\n", + "('John Avlon', {})\n", + "('Alisyn Camerota', {})\n", + "('Washington Post Blames Hurricane Florence', {'type': 'ORG', 'label': 'unreliable'})\n", + "('The Washington Post Editorial Board', {})\n", + "('Hurricane Florence’s', {})\n", + "('Starburst', {})\n", + "('Air Force One', {})\n", + "('early October', {})\n", + "('Starbursts', {})\n", + "('strawberry', {})\n", + "('Air Force Veteran', {})\n", + "('HOA', {})\n", + "('Larry Murphree', {})\n", + "('Thrifty Sue', {})\n", + "('Murphree', {})\n", + "('a few months later', {})\n", + "('Law BANNING Fossil Fuels', {})\n", + "('Iraqi', {})\n", + "('Baghdad', {})\n", + "('Omar Abdulsattar Ameen', {})\n", + "('June 2014', {})\n", + "('al-Anbar', {})\n", + "('the Rawah District', {})\n", + "('the Al-Anbar Province', {})\n", + "('June 21, 2014', {})\n", + "('Ameen', {})\n", + "('June 22', {})\n", + "('NEXT', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Forget Straws', {})\n", + "('Liberal Politicians Set Their Sights On BANNING BALLOONS', {})\n", + "('Just weeks', {})\n", + "('Santa', {})\n", + "('July 1', {})\n", + "('the Emerald City', {})\n", + "('over 5,000', {})\n", + "('Mami Hara', {})\n", + "('Seattle Public Utilities', {})\n", + "('the National Park Service', {})\n", + "('an estimated 500 million', {})\n", + "('Santa Barbara', {})\n", + "('up to six months', {})\n", + "('Starbucks', {})\n", + "('the next two years', {})\n", + "('Gholam Reza Jalali', {})\n", + "('Jalali', {})\n", + "('10 days', {})\n", + "('half a ton', {})\n", + "('Bloomberg Pledges', {'type': 'ORG', 'label': 'unreliable'})\n", + "('$80 MILLION', {})\n", + "('Help Dems Retake Congress', {})\n", + "('at least $80 million', {})\n", + "('the past year', {})\n", + "('more than a dozen', {})\n", + "('at least 23', {})\n", + "('as high as 18', {})\n", + "('Late last year', {})\n", + "('Liberal', {})\n", + "('Megatsunami', {})\n", + "('next November', {})\n", + "('Chris Kahn', {})\n", + "('@Cmkahn', {})\n", + "('The Republican National Committee', {})\n", + "('70', {})\n", + "('27', {})\n", + "('seven', {})\n", + "('TRUMP Ahead', {})\n", + "('Bashar al-Assad', {})\n", + "('40-year-old', {})\n", + "('Mideast', {})\n", + "('Europeans', {})\n", + "('nearly 15 months', {})\n", + "('nearly 26,000', {})\n", + "('LONDON', {'type': 'GPE', 'label': 'unreliable'})\n", + "('‘Protect the Ocean', {})\n", + "('Theresa May', {})\n", + "('the Commonwealth Heads of Government Meeting', {})\n", + "('nearly $90 million', {})\n", + "('mid-twenties', {})\n", + "('North London', {})\n", + "('over 50', {})\n", + "('the beginning of 2018', {})\n", + "('the Metropolitan Police Department', {})\n", + "('Hackney', {})\n", + "('8pm', {})\n", + "('just hours earlier', {})\n", + "('50s', {})\n", + "('Upper Clapton Road', {})\n", + "('Telegraph', {})\n", + "('Wales', {})\n", + "('2010/11', {})\n", + "('just three years', {})\n", + "('nearly 90%', {})\n", + "('Rudolph Giuliani', {})\n", + "('the 1990s', {})\n", + "('just 90 minutes', {})\n", + "('13-year old', {})\n", + "('Six', {})\n", + "('90 minutes', {})\n", + "('13-year-old', {})\n", + "('SCHEMIN', {})\n", + "('Painting Streets White', {})\n", + "('LA Street Services', {})\n", + "('nearly 10 degrees', {})\n", + "('CoolSeal', {})\n", + "('50–90', {})\n", + "('40,000', {})\n", + "('60,000', {})\n", + "('approximately $2 million', {})\n", + "('two-mile', {})\n", + "('Orange County', {})\n", + "('the Orange County Board of Supervisors', {})\n", + "('the county council', {})\n", + "('nearly 25 tons', {})\n", + "('over 1,000 pounds', {})\n", + "('A-List Actress', {'type': 'ORG', 'label': 'unreliable'})\n", + "('HILLARY', {})\n", + "('Anti-Trump Rhetoric ‘', {})\n", + "('Twenty-five percent', {})\n", + "('more than 25 percent', {})\n", + "('FISA', {})\n", + "('Pete Aguilar', {})\n", + "('earlier Monday', {})\n", + "('the House Intelligence Committee’s', {})\n", + "('Aguilar', {})\n", + "('Camerota', {})\n", + "('Eight', {})\n", + "('Two-thirds', {})\n", + "('the 1970s', {})\n", + "('nearly 2 million ‘Dreamers', {})\n", + "('GLOBAL WARMING Behind Frigid Temps', {})\n", + "('Comedian', {})\n", + "('Chelsea Handler', {})\n", + "('Handler', {})\n", + "('Chelsea', {})\n", + "('Mansion Uses', {})\n", + "('21x', {})\n", + "('US Home', {})\n", + "('Biden Proposes Washing Machine Regulations', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Whirlpool', {})\n", + "('The Biden Admin', {})\n", + "('the Energy Department’s', {})\n", + "('The Energy Department', {})\n", + "('nearly $700 million', {})\n", + "('American Enterprise Institute', {})\n", + "('Fellow James Coleman', {})\n", + "('Fox News Digital', {})\n", + "('more than 110', {})\n", + "('at least $100', {})\n", + "('the Department of Energy', {})\n", + "('more than 2.4 billion metric tons', {})\n", + "('$570 billion', {})\n", + "('Joe Tell', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Creepy', {})\n", + "('the 25th Amendment', {})\n", + "('Justin T. Haskins', {})\n", + "('KCEN', {})\n", + "('Kris Radcliffe', {})\n", + "('Mike Crispi', {})\n", + "('only 24 hours', {})\n", + "('Dana Loesch', {})\n", + "('2022 Biggest Year', {'type': 'DATE', 'label': 'unreliable'})\n", + "('History', {})\n", + "('New Yorkers Moving', {})\n", + "('the Empire State', {})\n", + "('The New York Post', {})\n", + "('the biggest year', {})\n", + "('64,577', {})\n", + "('Empire Staters', {})\n", + "('Sunshine State', {})\n", + "('Jacksonville', {})\n", + "('DMV', {})\n", + "('Last year’s', {})\n", + "('Alvin Valley', {})\n", + "('Palm Beach', {})\n", + "('recent years', {})\n", + "('Mike Lawler', {})\n", + "('146 Days on', {})\n", + "('the Year \\n Be', {})\n", + "('Tweet', {})\n", + "('146 days', {})\n", + "('more than a fourth', {})\n", + "('Excerpt', {})\n", + "('more than a quarter', {})\n", + "('Wilmington', {})\n", + "('Some 21 months', {})\n", + "('174 days', {})\n", + "('Mark Knoller', {})\n", + "('about 135 days', {})\n", + "('Mar', {})\n", + "('Bedminster', {})\n", + "('23 days', {})\n", + "('Camp David', {})\n", + "('Lake Blasts Big Tech', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Mainstream Media', {})\n", + "('Kari Lake', {})\n", + "('AZ', {})\n", + "('Blake Masters', {})\n", + "('the Grand Canyon State', {})\n", + "('Lake', {})\n", + "('Big Tech', {})\n", + "('Lake and Masters', {})\n", + "('Blake', {})\n", + "('Kari', {})\n", + "('Fox 10 Pheonix', {})\n", + "('Katie Hobbs', {})\n", + "('$3 Million Dollar', {'type': 'MONEY', 'label': 'unreliable'})\n", + "('Kick Catholic Dems', {})\n", + "('Catholic Democrats', {})\n", + "('$3 million dollar', {})\n", + "('Cindy Axne', {})\n", + "('Axne', {})\n", + "('Brian Burch', {})\n", + "('Burch', {})\n", + "('between $2.5 and $3 million', {})\n", + "('-15 House', {})\n", + "('$3 million', {})\n", + "('LATIN AMERICA', {'type': 'LOC', 'label': 'unreliable'})\n", + "('$331 Million', {})\n", + "('Fight Food Shortages', {})\n", + "('Latin America', {})\n", + "('Biden & Co.', {})\n", + "('$331 million', {})\n", + "('Latin American', {})\n", + "('$645 million', {})\n", + "('One-third', {})\n", + "('Americas', {})\n", + "('Our Energy Supply', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Jennifer Granholm', {})\n", + "('Senate Armed Services Committee', {})\n", + "('Granholm', {})\n", + "('Vladimir Putin', {})\n", + "('2.07', {})\n", + "('Eight months later', {})\n", + "('eight months later', {})\n", + "('over 30%', {})\n", + "('Keystone', {})\n", + "('ANWR', {})\n", + "('60-day', {})\n", + "('the first few days', {})\n", + "('4.10', {})\n", + "('ZERO', {})\n", + "('Missourians', {})\n", + "('every day this week', {})\n", + "('This Heated Jacket', {'type': 'EVENT', 'label': 'unreliable'})\n", + "('some warmer days', {})\n", + "('the next few weeks', {})\n", + "('Kickstarter', {})\n", + "('over $2 million', {})\n", + "('Gamma', {})\n", + "('Biden Warns', {})\n", + "('R-CO', {})\n", + "('60 million', {})\n", + "('between 1900 and 1946', {})\n", + "('60', {'type': 'MONEY', 'label': 'unreliable'})\n", + "('Doorbuster Price', {})\n", + "('FDA', {})\n", + "('VitalSleep', {})\n", + "('Accu-Adjust System', {})\n", + "('up to 8mm', {})\n", + "('The VitalSleep Anti-Snoring Mouthpiece', {})\n", + "('any given day', {})\n", + "('99', {})\n", + "('Doorbuster Sale', {})\n", + "('Cori Bush', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Joe Manchin ‘Anti-Black', {})\n", + "('Joe Manchin’s', {})\n", + "('the Build Back Better Act', {})\n", + "('Bush', {})\n", + "('ten more dollars', {})\n", + "('Henry Rodgers', {})\n", + "('between Jan. 1 to March 31', {})\n", + "('Coal', {})\n", + "('1.5 degrees', {})\n", + "('Celsius', {})\n", + "('80%', {})\n", + "('Bottles of Wine for Just $65 With This Best-Selling Summer Bundle \\n Be the', {})\n", + "('Kerry Family’s', {})\n", + "('Flight Aware', {})\n", + "('Boston International Airport', {})\n", + "('At least two', {})\n", + "('Special Presidential Envoy for Climate', {})\n", + "('RUSSIA', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Biden Suspends', {})\n", + "('Alaska', {})\n", + "('the Department of the Interior', {})\n", + "('suspends', {})\n", + "('Arctic National Wildlife Refuge', {})\n", + "('EIS', {})\n", + "('NEPA', {})\n", + "('the US Bureau of Land Management', {})\n", + "('Just $161', {})\n", + "('This Memorial Day', {})\n", + "('Summer', {})\n", + "('Project Management Professional', {})\n", + "('Atmosphere', {})\n", + "('Planet Earth', {})\n", + "('This Earth Day', {})\n", + "('Lecturing Energy Workers', {'type': 'ORG', 'label': 'unreliable'})\n", + "('FAA Records Show Kerry’s Family Still Owns Private Jet', {})\n", + "('Hawley Amid', {})\n", + "('last week’s', {})\n", + "('the\\xa0Big Apple’s', {})\n", + "('Spectrum News NY1', {})\n", + "('Joseph Resnick', {})\n", + "('Internal Affairs Bureau', {})\n", + "('the\\xa0United States', {})\n", + "('January 6', {})\n", + "('Frank Dwyer', {})\n", + "('FDNY', {})\n", + "('Pushes Biden', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Abandon Next Two Debates', {})\n", + "('nights', {})\n", + "('Los Angeles County', {})\n", + "('Jackie Lacy', {})\n", + "('Deonte Lee Murray', {})\n", + "('36', {})\n", + "('Murray', {})\n", + "('the Metro Blue Line Station', {})\n", + "('Compton', {})\n", + "('James Comey', {})\n", + "('the Department of Justice', {})\n", + "('Breath Clean Air', {})\n", + "('Environmental Justice', {})\n", + "('Breath', {})\n", + "('f—-', {})\n", + "('— Jon Nicosia', {})\n", + "('Compare ‘College Transcripts', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Loser', {})\n", + "('the Post Office', {})\n", + "('a couple of decades from now', {})\n", + "('7-Minute Art Project', {'type': 'TIME', 'label': 'unreliable'})\n", + "('NH', {})\n", + "('Win', {})\n", + "('Mickey Mouse', {})\n", + "('Longtime Democratic', {})\n", + "('James Carville', {})\n", + "('Carville', {})\n", + "('Andrew Tavani', {})\n", + "('@andrewtavani', {})\n", + "('Dartmouth', {})\n", + "('Hanover', {})\n", + "('more than 400', {})\n", + "('Kundera', {})\n", + "('Navy', {})\n", + "('Friday night', {})\n", + "('60-foot', {})\n", + "('Silver Star', {})\n", + "('CARVILLE', {'type': 'ORG', 'label': 'unreliable'})\n", + "('I’m Scared to Death', {})\n", + "('Legendary', {})\n", + "('Scared to Death', {})\n", + "('Sean Illing', {})\n", + "('the Soviet Union’s', {})\n", + "('A Lot of Those People Who Do That Kind of Work', {})\n", + "('the American Sort of Norm', {})\n", + "('Marxist', {})\n", + "('Anarchists', {})\n", + "('Politics Outside of the Electoral System', {})\n", + "('A Lot of the Stories We’re Told in the United States About, You Know', {})\n", + "('Gulags', {})\n", + "('the Persecution of the Kulaks and Things Like', {})\n", + "('Straight Perspective', {})\n", + "('Project Veritas Action Fund', {})\n", + "('PVA', {})\n", + "('the Sanders Campaign', {})\n", + "('Mason Baird', {})\n", + "('Daniel Taylor', {})\n", + "('BIDEN FALLOUT:', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Ed Fallon', {})\n", + "('BETO', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Live Near Their Job', {})\n", + "('Religion-', {})\n", + "('3 hours', {})\n", + "('Texas Representative', {})\n", + "('Spanish', {})\n", + "('about 15 minutes', {})\n", + "('Ciudad Juarez', {})\n", + "('the Catholic Church', {})\n", + "('Texan', {})\n", + "('Castro', {})\n", + "('Housing and Urban Development', {})\n", + "('San Antonio', {})\n", + "('U.S.-Mexico', {})\n", + "('two-nights', {})\n", + "('G-20', {})\n", + "('Japan', {})\n", + "('Lester Holt', {})\n", + "('Healthcare', {})\n", + "('Beto', {'type': 'GPE', 'label': 'unreliable'})\n", + "('Kamala Harris Vows', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('one second', {})\n", + "('more than 12%', {})\n", + "('SSRS', {})\n", + "('14 percent', {})\n", + "('Tom Homan', {})\n", + "('Homan', {})\n", + "('The Federal', {})\n", + "('Corbin Trent', {})\n", + "('Chakrabarti', {})\n", + "('$1 million', {})\n", + "('nearly $1 million', {})\n", + "('ACOSTA', {'type': 'ORG', 'label': 'unreliable'})\n", + "('EPIC', {})\n", + "('Speak at Event About ‘Risks to Journalists Covering Trump', {})\n", + "('Arlington', {})\n", + "('Virginia Barnes & Noble', {})\n", + "('this White House’s', {})\n", + "('The Enemy of the People: A Dangerous Time to Tell the Truth in America', {})\n", + "('Jim Acosta Posts', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('April Ryan', {})\n", + "('Ryan', {})\n", + "(\"Jim Acosta's\", {})\n", + "('Ralph Northam', {})\n", + "('Atlantic Coast', {})\n", + "('Union Hill', {})\n", + "('Dominion', {})\n", + "('Cortez Equates GLOBAL WARMING ‘Threat', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('NAZI GERMANY', {})\n", + "('27 DAYS', {})\n", + "('THE HOUSE JUDICIARY COMMITTEE', {})\n", + "('Weather Bell', {})\n", + "('The Climate Chronicles: Inconvenient Revelations You Won’t Hear From Al Gore', {})\n", + "('4 storm barreling', {})\n", + "('Michael', {})\n", + "('Trump’s America: The Truth', {})\n", + "('year', {})\n", + "('less than a month', {})\n", + "('the Generic Congressional Ballot', {})\n", + "('Likely U.S. Voters', {})\n", + "('Another 45%', {})\n", + "('Three percent', {})\n", + "('3%', {})\n", + "('eight percent', {})\n", + "('42%', {})\n", + "('the Freedom Caucus', {})\n", + "('Rod Rosenstein', {})\n", + "('the House Judiciary Committee', {})\n", + "('Jordan', {})\n", + "('Rosenstein', {})\n", + "('The Attempted Sabotage', {})\n", + "('Gregg Jarrett', {})\n", + "('Fox News Legal', {})\n", + "('Author', {})\n", + "('the Russia Hoax', {})\n", + "('eight years', {})\n", + "('Dodd-Frank', {})\n", + "('Bennie Thompson', {})\n", + "('Miss.', {})\n", + "('the Homeland Security Committee', {})\n", + "('the Newton North High School', {})\n", + "('James O’Keefe', {})\n", + "('Hamilton Township Education Association', {})\n", + "('David Perry', {})\n", + "('Perry', {})\n", + "('March 27', {})\n", + "('Roughly one thousand', {})\n", + "('the Freedom of Information Act', {})\n", + "('’s Teacher’s Cabinet', {})\n", + "('monthly', {})\n", + "('OSSE', {})\n", + "('Trump Challenging ‘', {})\n", + "('less than two years', {})\n", + "('the University of Maryland', {})\n", + "('GLOBAL WARMING Causes', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('WINTER', {'type': 'DATE', 'label': 'unreliable'})\n", + "('recent doomsday', {})\n", + "('Sun', {})\n", + "('the University of California San Diego', {})\n", + "('UC', {})\n", + "('Eric Holder', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Liberal Wingman', {})\n", + "('April, 2013', {})\n", + "('The fifth year', {})\n", + "('the Obama Administration', {})\n", + "('Tom Joyner', {})\n", + "('Holder', {})\n", + "('the beginning of the', {})\n", + "('two years later', {})\n", + "('Session', {})\n", + "('Yates', {})\n", + "('DOJ', {})\n", + "('the House Intelligence Committee', {})\n", + "('Devin Nunes', {})\n", + "('Brett Baier', {})\n", + "('Said Kerry', {})\n", + "('Nunes', {})\n", + "('Watergate/Nixon: America', {})\n", + "('Baier', {})\n", + "('Justice', {})\n", + "('State Departments', {})\n", + "('Patrick Kennedy', {})\n", + "('the Foreign Service', {})\n", + "('Benghazi', {})\n", + "('the Washington Examiner’s', {})\n", + "('Susan Ferrechio', {})\n", + "('Climate Depot', {})\n", + "('the Committee For A Constructive', {})\n", + "('a mere eleven days', {})\n", + "('Less than two weeks', {})\n", + "('Newt Gingrich', {})\n", + "('Ga.', {})\n", + "('95 percent', {})\n", + "('Gingrich', {})\n", + "('the Nunes Intelligence Committee', {})\n", + "('Leftwing', {})\n", + "('Deep State', {})\n", + "('Lisa Page', {})\n", + "('Eric Holder’s', {})\n", + "('FBI-Department of Justice', {})\n", + "('the Deep State', {})\n", + "('the “Liberal State Media', {})\n", + "('Robert Bork', {})\n", + "('the “Evil Empire', {})\n", + "('three hours', {})\n", + "('Bork', {})\n", + "('Soviets', {})\n", + "('Winston Churchill', {})\n", + "('decades earlier', {})\n", + "('Sara Carter', {})\n", + "('the Liberal State', {})\n", + "('RCP', {})\n", + "('BRIAN', {})\n", + "('the DoJ. \\n ', {})\n", + "('Mark Levin', {})\n", + "('Notice', {})\n", + "('the Liberal State Media', {})\n", + "('Townhall', {})\n", + "('Caleb Parke', {})\n", + "('Parke', {})\n", + "('October of 2008', {})\n", + "('Matt Bai', {})\n", + "('the New York Times Magazine', {})\n", + "('24/7', {})\n", + "('Volvo', {})\n", + "('eight-year', {})\n", + "('23 hours and 45 minutes', {})\n", + "('Trump White House', {})\n", + "('NFL', {})\n", + "('fifty years ago', {})\n", + "('just this week of 2018', {})\n", + "('William Luti', {})\n", + "('The year', {})\n", + "('Lyndon Johnson', {})\n", + "('Luti', {})\n", + "('the Vietnam War', {})\n", + "('the Tet Offensive', {})\n", + "('South Vietnam', {})\n", + "('Jan. 30, 1968', {})\n", + "('North Vietnamese', {})\n", + "('Viet Cong', {})\n", + "('Laos', {})\n", + "('Cambodia', {})\n", + "('77 days', {})\n", + "('communists', {})\n", + "('South Vietnamese', {})\n", + "('late March', {})\n", + "('communist', {})\n", + "('Hanoi', {})\n", + "('1972', {})\n", + "('Easter', {})\n", + "('nightly', {})\n", + "('Saigon', {})\n", + "('Peter Braestrup', {})\n", + "('Tet', {})\n", + "('Rush', {})\n", + "('Mark', {})\n", + "('The Liberal State Media', {})\n", + "('Liberal State Media', {})\n", + "('Trump-Russian', {})\n", + "('2004', {})\n", + "('15 yards', {})\n", + "('Unsportsmanlike Conduct', {})\n", + "('the Super Bowl', {})\n", + "('February 4th', {})\n", + "('WASHINGTON', {})\n", + "('the National Football League', {})\n", + "('Super Bowl', {})\n", + "('AMVETS National', {})\n", + "('Marion Polk', {})\n", + "('Tom Brady', {})\n", + "('the New England Patriots', {})\n", + "('the Philadelphia Eagles', {})\n", + "('Eagles', {})\n", + "('the 2017 season', {})\n", + "('• More than 200', {})\n", + "('• Teams', {})\n", + "('New Orleans Saints', {})\n", + "('Oakland Raiders', {})\n", + "('New England Patriots', {})\n", + "('Pittsburgh Steeler', {})\n", + "('• People', {})\n", + "('Luther Strange', {})\n", + "('The Star-Spangled Banner', {})\n", + "('Huntsville', {})\n", + "('National Football League', {})\n", + "('2016-2017', {})\n", + "('9.7 percent', {})\n", + "('1.6 million', {})\n", + "('16.5 million', {})\n", + "('14.9 million', {})\n", + "('ESPN', {})\n", + "('AMVETS', {})\n", + "('the National Hockey League', {})\n", + "('Major League Baseball', {})\n", + "('Super Dumb', {})\n", + "('Rhoda Wilson', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('The Intergovernmental Panel on Climate Change (IPCC', {})\n", + "('2.5 degrees', {})\n", + "('4.0 degrees', {})\n", + "('2% to 5%', {})\n", + "('between 300% and 500%', {})\n", + "('The International Energy Agency', {})\n", + "('the year 2040', {})\n", + "('only around 5%', {})\n", + "('wellington', {})\n", + "('the Great Reset', {})\n", + "('covid-19', {})\n", + "('half a million', {})\n", + "('the last decade', {})\n", + "('18,000', {})\n", + "('1900', {})\n", + "('nearly 5%', {})\n", + "('The Great Barrier Reef', {})\n", + "('IPPC', {})\n", + "('Netherlands', {})\n", + "('over 60 feet', {})\n", + "('BBC', {})\n", + "('1817', {})\n", + "('the Royal Society', {})\n", + "('the International Energy Agency', {})\n", + "('2013', {})\n", + "('Cambridge', {})\n", + "('Gordon Brown', {})\n", + "('50 days', {})\n", + "('Observer', {})\n", + "('Siberian', {})\n", + "('Eleven years ago', {})\n", + "('Prince Charles', {})\n", + "('less than a third', {})\n", + "('1929', {})\n", + "('just a quarter', {})\n", + "('1955', {})\n", + "('around 6.6 million', {})\n", + "('1928', {})\n", + "('41.7 million', {})\n", + "('41.7', {})\n", + "('6.6', {})\n", + "('Between 1931', {})\n", + "('99.7%', {})\n", + "('koala bears', {})\n", + "('koala', {})\n", + "('The United Nations Food and Agriculture Organisation', {})\n", + "('80-90%', {})\n", + "('Gordon Murray', {})\n", + "('the UK Government', {})\n", + "('a couple of years', {})\n", + "('Greens', {})\n", + "('SNP', {})\n", + "('thousands of miles', {})\n", + "('The UK Pensions Regulator', {})\n", + "('the New Normal', {})\n", + "('May 2021', {})\n", + "('Dutch', {})\n", + "('Shell', {})\n", + "('just 0.02%', {})\n", + "('Exxon', {})\n", + "('the British Government', {})\n", + "('78%', {})\n", + "('1990', {})\n", + "('many millions', {})\n", + "('the year 2035', {})\n", + "('£3 trillion', {})\n", + "('the year 2025', {})\n", + "('the mid-2030s', {})\n", + "('the year 2028', {})\n", + "('The United Nations', {})\n", + "('Rich', {})\n", + "('hundreds of millions', {})\n", + "('Billions', {})\n", + "('the last century', {})\n", + "('six-penny', {})\n", + "('the Natural News Network', {})\n", + "('Truth Publishing International', {})\n", + "('LTD', {})\n", + "('Truth Publishing', {})\n", + "('CO2', {})\n", + "('over half', {})\n", + "('United Nations', {})\n", + "('11,200', {})\n", + "('17,600', {})\n", + "('71-year-old', {'type': 'DATE', 'label': 'unreliable'})\n", + "('Ed', {})\n", + "('Daniel Greenfield', {})\n", + "('Boulder', {})\n", + "('The Oak Fire: How Climate Change Fuels', {})\n", + "('CA Local\\r Scientists', {})\n", + "('the Oak Fire', {})\n", + "('Yosemite National Park', {})\n", + "('Edward Fredrick Wackerman', {})\n", + "('Mariposa', {})\n", + "('127', {})\n", + "('nearly 20,000 acres', {})\n", + "('July 2022', {})\n", + "('Patel', {})\n", + "('Cox', {})\n", + "('Mark Roodhouse', {})\n", + "('1939', {})\n", + "('1940', {})\n", + "('Roodhouse', {})\n", + "('Science Daily', {})\n", + "('Agenda 2030 Sustainable Development Goals', {})\n", + "('the Paris Climate Accords', {})\n", + "('15-minute', {})\n", + "('the Oxford City Council', {})\n", + "('up to 100 days per year', {})\n", + "('IPS', {})\n", + "('Kim Iverson Interview', {})\n", + "('the past 40 years', {})\n", + "('1980s', {})\n", + "('Ron Paul', {})\n", + "('RFK Jr.', {})\n", + "('200', {})\n", + "('stretch limos', {})\n", + "('Lear', {})\n", + "('10,000', {})\n", + "('1,000-acre', {})\n", + "('WORLD', {})\n", + "(\"Robert F. Kennedy's\", {})\n", + "('ACTIVELY', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Juan Cole', {})\n", + "('the University of Michigan', {})\n", + "('the National Oceanic and Atmospheric Administration', {})\n", + "('the late 1800s', {})\n", + "('Financial Times', {})\n", + "('the 1800s', {})\n", + "('early 1900s', {})\n", + "('Michael Shellenberger', {})\n", + "('M.D.', {})\n", + "('Aime Williams', {})\n", + "('Shellenberger', {})\n", + "('the 1880s', {})\n", + "('Pfizer', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Federalist', {})\n", + "('$8 million', {})\n", + "('Climate Journalism Initiative', {})\n", + "('John Podesta', {})\n", + "('Inflation Reduction Act', {})\n", + "('Podesta', {})\n", + "('the \"', {})\n", + "('Larry Behrens', {})\n", + "('Robert F. Kennedy Jr.', {})\n", + "('Behrens', {})\n", + "('Poynter Institute', {})\n", + "('15,000', {})\n", + "('Great Lakes', {})\n", + "('North America', {})\n", + "('Poynter', {})\n", + "('green\"-ification of the planet', {})\n", + "('The Poynter Institute', {})\n", + "('the Joyce Foundation', {})\n", + "('Bloomberg Philanthropies', {})\n", + "('Climate Science Information Center', {'type': 'ORG', 'label': 'unreliable'})\n", + "('George Mason University', {})\n", + "('the Yale Program on Climate Communication', {})\n", + "('the\\xa0 University of Cambridge', {})\n", + "(\"Facebook's\", {})\n", + "('Founder', {})\n", + "('over 600 million', {})\n", + "('Months later', {})\n", + "('Voting Information Center', {})\n", + "('More than a year ago', {})\n", + "('Andy Stone', {})\n", + "('Sander van der', {})\n", + "('Linden', {})\n", + "('Don Cameron', {})\n", + "('the California State Board of Food and Agriculture', {})\n", + "('BLS', {})\n", + "('38.1 percent', {})\n", + "('the start of the year', {})\n", + "('6.0 percent', {})\n", + "('30 percent', {})\n", + "('75 percent', {})\n", + "('90 percent', {})\n", + "('The Golden State', {})\n", + "('January-to-March', {})\n", + "('at least a century', {})\n", + "('the Colorado River', {})\n", + "('the winter', {})\n", + "('Colorado River', {})\n", + "('Ted Cooke', {})\n", + "('the Central Arizona Project', {})\n", + "('Saudi Arabian', {})\n", + "('Saudis', {})\n", + "('every single year', {})\n", + "('WMAL', {'type': 'GPE', 'label': 'unreliable'})\n", + "('Vince Coglianese', {})\n", + "('ESG DEI', {})\n", + "('Inclusion', {})\n", + "('CSR', {})\n", + "('Corporate Social Responsibility', {})\n", + "('Vanguard', {})\n", + "('more than $20 trillion', {})\n", + "('Agendas', {})\n", + "('Western', {})\n", + "('Chinese Communist Party', {})\n", + "('Blackrock', {})\n", + "('Corporate America', {})\n", + "('Climate Pledge', {})\n", + "('ESG', {})\n", + "('BlackRock', {})\n", + "('more than two dozen', {})\n", + "('Quadrivium', {})\n", + "('Latin', {})\n", + "('James Murdoch', {})\n", + "('Clan Murdoch', {})\n", + "('Company', {})\n", + "('the Climate Leadership Council', {})\n", + "('Kathryn Murdoch', {})\n", + "('James', {})\n", + "('CLC', {})\n", + "('JP Morgan', {})\n", + "('Santander', {})\n", + "('BP', {})\n", + "('Conoco', {})\n", + "('the Brown Advisory Sustainable Investing Advisory Board', {})\n", + "('“Qiming Venture Partners', {})\n", + "('VC', {})\n", + "('$250 million', {})\n", + "('Tesla', {})\n", + "('Lupa Systems', {})\n", + "('Murdoch', {})\n", + "('The Rockefeller Foundation', {})\n", + "('William', {})\n", + "('Flora Hewlett Foundation', {})\n", + "('the Climate Finance Fund', {})\n", + "('Foundation', {})\n", + "('The Howard Hughes Medical Institute', {})\n", + "('Hughes Aircraft', {})\n", + "('HMMI', {})\n", + "('$2 billion', {})\n", + "('Kreido Biofuels', {})\n", + "('the Walton Family Foundation', {})\n", + "('Lukas Walton', {})\n", + "('Sam Walton’s', {})\n", + "('Environment Program Committee Chair', {})\n", + "('Lukas', {})\n", + "('$4 billion', {})\n", + "('Builders Version', {})\n", + "('S2', {})\n", + "('G Ventures', {})\n", + "('Bluestar Energy Capital', {})\n", + "('Common Energy', {})\n", + "('Electric Hydrogen', {})\n", + "('Carbon America', {})\n", + "('Brian Carovillano', {})\n", + "('Carovillano', {})\n", + "('the 1960s', {})\n", + "('every few years', {})\n", + "('the Heartland Institute', {})\n", + "('Heartland', {})\n", + "('James Murphy', {})\n", + "('Breanna Fraser', {})\n", + "('Patrick Nunn', {})\n", + "('Rachael Sharman', {})\n", + "('390', {})\n", + "('1,100', {})\n", + "('Nobel', {})\n", + "('134', {})\n", + "('Nunn', {})\n", + "('Sharman', {})\n", + "('Andrew Bolt', {})\n", + "('Bolt', {})\n", + "('Hurst', {})\n", + "('MOFB', {})\n", + "('27 percent', {})\n", + "('seven percent', {})\n", + "('Brazil', {})\n", + "('South Asian', {})\n", + "('Sri Lanka', {})\n", + "('Gotabaya Rajapaksa', {})\n", + "('as high as', {})\n", + "('70 percent', {})\n", + "('Mark Rutte', {})\n", + "('Brighteon.com', {})\n", + "('Robert Lyman', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Canadian Policy', {})\n", + "('Lyman', {})\n", + "('Ottawa', {})\n", + "('Robert', {})\n", + "('1,000,000,000.00', {})\n", + "('Tom Harris', {})\n", + "('RAIR Foundation USA', {})\n", + "('Action4Canada', {})\n", + "('Bank of Canada', {'type': 'ORG', 'label': 'unreliable'})\n", + "('2021-22', {})\n", + "('the past few years', {})\n", + "('The Parliamentary Budget Office', {})\n", + "('between CA$1,145', {})\n", + "('861', {})\n", + "('1,715', {})\n", + "('40 to 45 percent', {})\n", + "('Parliament Ryan Turnbull of', {})\n", + "(\"Trudeau's Liberal Party\", {})\n", + "('the House of Commons', {})\n", + "('June 2022', {})\n", + "('The Royal Bank of Canada', {})\n", + "('CA$2 trillion', {})\n", + "('$1.503 trillion', {})\n", + "('three decades', {})\n", + "('Ian Lee', {})\n", + "(\"Carleton University's\", {})\n", + "('Sprott School of Business', {})\n", + "('Over half', {})\n", + "('Around 40 percent', {})\n", + "('Lee', {})\n", + "('The American Journal', {})\n", + "('Harrison Smith', {})\n", + "(\"the World Economic Forum's\", {})\n", + "('Jack Posobiec', {})\n", + "('Newspunch', {})\n", + "('Posobiec', {})\n", + "('Covid-19', {})\n", + "('Council for Inclusive Capitalism', {})\n", + "('The Post Millennial', {})\n", + "('Sean Adl-Tabatabai', {})\n", + "('the World Trade Center', {})\n", + "('World War III', {})\n", + "('Truss', {})\n", + "('the end of the month', {})\n", + "('Haarlem', {})\n", + "('GroenLinks', {})\n", + "('Councilor Ziggy Klazes', {})\n", + "('Klazes', {})\n", + "('Groenlinks', {})\n", + "('more than 14 percent', {})\n", + "('the Central Organization for the Meat Sector', {})\n", + "('The Belang van Nederland', {})\n", + "('Haarlem BVNL', {})\n", + "('Joey Rademaker', {})\n", + "('Herman Bröring', {})\n", + "('the University of Groningen', {})\n", + "('Amsterdam', {})\n", + "('the Old Continent', {})\n", + "('Jose Nino', {})\n", + "('Big League Politics', {})\n", + "('Great Reset', {})\n", + "('MSM', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Ben Bartee', {})\n", + "('Bangkok', {})\n", + "('April 20', {})\n", + "('the Center for Research on Globalization', {})\n", + "('Beyond Meat', {})\n", + "('Bartee', {})\n", + "('WEF', {})\n", + "('Klaus Schwab', {})\n", + "('Dan Buettner', {})\n", + "('Seventh-Day', {})\n", + "('Buettner', {})\n", + "('Seventh-Day Adventist', {})\n", + "('more than 3%', {})\n", + "('hundreds of millions of years', {})\n", + "('at least 97%', {})\n", + "('the beginning of the 20th century', {})\n", + "('the last 150 years', {})\n", + "('Greek', {})\n", + "('Abu Ali ibn al-Haytham', {})\n", + "('11th-century', {})\n", + "('Naomi Oreskes', {})\n", + "('nearly 1,000', {})\n", + "('the last 50 years', {})\n", + "('Oreskes', {})\n", + "('Klaus-Martin Schulte', {})\n", + "('Schulte', {})\n", + "('only 45%', {})\n", + "('several hundred', {})\n", + "('John Cook', {})\n", + "('more than 1.3 million', {})\n", + "('Cook', {})\n", + "('11,944', {})\n", + "('the 21 years 1991', {})\n", + "('CC', {})\n", + "('21-year', {})\n", + "('GW', {})\n", + "('97.1%', {})\n", + "('AGW', {})\n", + "('97.2%', {})\n", + "('7,930', {})\n", + "('32.6%', {})\n", + "('only 64', {})\n", + "('0.5%', {})\n", + "('just 0.3%', {})\n", + "('Joseph Goebbels', {})\n", + "('more than 31,000', {})\n", + "('9,029', {})\n", + "('Edward Teller’s', {})\n", + "('more than 4,000', {})\n", + "('only 18%', {})\n", + "('Richard Tol', {})\n", + "('Consensus', {})\n", + "('Michael Crichton', {})\n", + "('28 October 2021', {})\n", + "('INSECTS', {})\n", + "('FNN', {})\n", + "('Angela Frimberger', {})\n", + "('University of California', {})\n", + "('Gregory Okin', {})\n", + "('Fido', {})\n", + "('NewsPunch', {})\n", + "('Baxter Dmitry', {})\n", + "('decay', {})\n", + "('Dmitry', {})\n", + "('Nicole Kidman', {})\n", + "('Noru', {})\n", + "('Ian', {})\n", + "('just six hours', {})\n", + "('Polillo Island', {})\n", + "('Philippines', {})\n", + "('one to two days', {})\n", + "('Armiel Azas Azul', {})\n", + "('the Sunshine State', {})\n", + "('35 miles per hour', {})\n", + "('mph', {})\n", + "('just one day', {})\n", + "('just 36 hours', {})\n", + "('155 mph', {})\n", + "('Health Ranger Mike Adams', {})\n", + "('Dane Wigington', {})\n", + "('Wigington', {})\n", + "('The Dimming', {})\n", + "('Cuba', {})\n", + "('Peggy Hall', {})\n", + "('the Air Force', {})\n", + "('General Electric', {})\n", + "('Hall', {})\n", + "('History of Project Cirrus', {})\n", + "('from 1947 to 1952', {})\n", + "('the Federal Emergency Management Agency', {})\n", + "('251 km', {})\n", + "('over a hundred', {})\n", + "('Ho Chi Minh', {})\n", + "('Henry Kissinger', {})\n", + "('Central Intelligence Agency', {})\n", + "('DWD', {})\n", + "('five consecutive days', {})\n", + "('over 30 degrees Celsius', {})\n", + "('three consecutive days', {})\n", + "('28 degrees', {})\n", + "('the World Meteorological Organization', {})\n", + "('five or more consecutive days', {})\n", + "('five degrees', {})\n", + "('summer weekend', {})\n", + "('German', {})\n", + "('Steffi Lemke', {})\n", + "('around 1,300', {})\n", + "('Federal Ministry for the Environment', {})\n", + "('Julian Fischer', {})\n", + "('A Tip: Tap.', {})\n", + "('201', {})\n", + "('Mauerpark', {})\n", + "('Schlachtensee', {})\n", + "('Jochen Rabe', {})\n", + "('Wasser Berlin', {})\n", + "('10 minutes', {})\n", + "('max', {})\n", + "('Thursday, Aug. 4', {})\n", + "('Lafayette Square', {})\n", + "('the summer months', {})\n", + "('Friday, Aug. 5', {})\n", + "('James Mueller', {})\n", + "('76', {})\n", + "('Donna', {})\n", + "('75', {})\n", + "('Janesville', {})\n", + "('Brooks Lambertson', {})\n", + "('City National Bank', {})\n", + "('Brooks', {})\n", + "('Gloria Dickie', {})\n", + "('Dickie', {})\n", + "('94 degrees', {})\n", + "('30-year', {})\n", + "('Aug. 4', {})\n", + "('the\\xa0National Weather Service', {})\n", + "('1.8', {})\n", + "('the past century', {})\n", + "('Chris Enloe', {})\n", + "('Blaze', {})\n", + "('billions of years', {})\n", + "('Centers for Disease Control and Prevention', {})\n", + "('roughly 40 million', {})\n", + "('a million', {})\n", + "('Between 2006 and 2021', {})\n", + "('only about 10 percent', {})\n", + "('Mike Adams', {})\n", + "('November 2021', {'type': 'DATE', 'label': 'unreliable'})\n", + "('Gavin Schmidt', {})\n", + "('the past decades', {})\n", + "('approximately 441,668', {})\n", + "('FORTRAN', {})\n", + "('around 1983', {})\n", + "('Criticisms', {})\n", + "('Willis Eschenbach', {})\n", + "('Net Zero Watch', {})\n", + "('NZW', {})\n", + "('Climate Models and Climate Muddles', {})\n", + "('Andrew Montford', {})\n", + "('Daily Sceptic', {})\n", + "('Montford', {})\n", + "('25 years ago', {})\n", + "('the past week', {})\n", + "('Paul Homewood', {})\n", + "('0.22', {})\n", + "('a mere three days', {})\n", + "('Akshat Rathi', {})\n", + "('MIT Technology Review', {})\n", + "('February\\xa0last year', {})\n", + "('the Global Food Justice Alliance', {})\n", + "('GFJA', {})\n", + "('2.6 percent', {})\n", + "('Hampton Creek Foods', {})\n", + "('Turntide', {})\n", + "('Mangrove Lithium', {})\n", + "('about 270,000 acres', {})\n", + "('farmland', {})\n", + "('thousands of acres', {})\n", + "('Nebraska', {})\n", + "('almost $370 billion', {})\n", + "('the last month', {})\n", + "('$104.6 billion', {})\n", + "('$232 billion', {})\n", + "('Squawk Box', {})\n", + "('Billy G', {})\n", + "('Bill Gates & I', {})\n", + "('CureVac', {})\n", + "(\"National Cattlemen's\", {})\n", + "('Beef Association', {})\n", + "('Colin Woodall', {})\n", + "('Woodall', {})\n", + "('Donald] Trump', {})\n", + "('some 270,000 acres', {})\n", + "(\"last year's\", {})\n", + "('Lab Meat and Lab Dairy', {})\n", + "('Silicon Valley', {})\n", + "('GMO', {})\n", + "('Ireland', {'type': 'GPE', 'label': 'unreliable'})\n", + "('Irish', {})\n", + "('Department of Agriculture', {})\n", + "('45,000 tons', {})\n", + "('about $5,107', {})\n", + "('The Scottish Farmer', {})\n", + "('up to 20 percent', {})\n", + "('between €75 to €100', {})\n", + "('Last fall', {})\n", + "('1.3 million', {})\n", + "('Natural News', {})\n", + "('Nitrogen', {})\n", + "('Altman', {})\n", + "('\"Lowering the height', {})\n", + "('eight billion', {})\n", + "('just 10 percent', {})\n", + "('87 million tons', {})\n", + "('trillions of gallons', {})\n", + "('millions of tons', {})\n", + "('\"Reporting the @nytimes for this disgusting tallphobia', {})\n", + "('CBN News', {})\n", + "('Dan Andros', {})\n", + "('Seth Dillon', {})\n", + "('The Babylon Bee', {})\n", + "('Brandon Hartsell', {})\n", + "('Elon Musk-run', {})\n", + "('Benjamin Ryan', {})\n", + "('Steve Watson', {})\n", + "('NewsWars', {})\n", + "('The Oxfordshire County Council', {'type': 'ORG', 'label': 'unreliable'})\n", + "('100 days per year', {})\n", + "('15 minute', {})\n", + "('Oxfordshire', {})\n", + "('The European Commission', {})\n", + "('EC', {})\n", + "('The Netherlands', {})\n", + "('the American Dream', {})\n", + "('The UN Climate Change Conference', {})\n", + "('Sunday, Nov. 6', {})\n", + "('Sharm El Sheikh', {})\n", + "('the Sinai Peninsula', {})\n", + "('nearly two weeks', {})\n", + "('the UN Intergovernmental Panel on Climate Change', {})\n", + "('nearly 17 million', {})\n", + "('Ethiopia', {})\n", + "('Steve Bonta', {})\n", + "('Egyptian', {})\n", + "('Cairo', {})\n", + "('Alexandria', {})\n", + "('recent decades', {})\n", + "('Bonta', {})\n", + "('Glistening', {})\n", + "('Grea Thunberg', {})\n", + "('Abdel Fattah', {})\n", + "('Hussein Baoumi', {})\n", + "('Libya', {})\n", + "('Amnesty International', {})\n", + "('Sisi', {})\n", + "('Alaskan', {})\n", + "('Mississippi River', {})\n", + "('Michael Litzow', {})\n", + "('Anchorage', {})\n", + "('Elizabeth Earl', {})\n", + "('the Alaska Journal of Commerce', {})\n", + "('Food and Agriculture Organization', {})\n", + "('FAO', {})\n", + "('Bering Sea', {})\n", + "('Greed', {})\n", + "('The World Wildlife Fund', {})\n", + "('WWF', {})\n", + "('Hilariously', {})\n", + "('Earl', {})\n", + "('Anthony Watts', {})\n", + "('La Nina', {})\n", + "('Lancet', {})\n", + "('Bloomberg News', {})\n", + "('30 degrees Celsius', {})\n", + "('the Potsdam Institute for Climate Impact Research', {})\n", + "('Annika Stechemesser', {})\n", + "('earlier\\xa0this month', {})\n", + "('Stechemesser', {})\n", + "(\"'The Science\", {})\n", + "('between 2005 and 2020', {})\n", + "('the beginning of this century', {})\n", + "('Fascist Trudeau', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Ministry of Climate Change', {})\n", + "('the Ministry of Environment & Climate Change Canada', {})\n", + "('ECCC', {})\n", + "('Winnipeg', {})\n", + "('the \"Environmental Enforcement Directorate', {})\n", + "(\"the Climate Communists'\", {})\n", + "('Keean Bexte', {})\n", + "('The Counter Signal', {})\n", + "('more than 50,000 square feet', {})\n", + "('the final days', {})\n", + "('the Impact Assessment Act', {})\n", + "('IAA', {})\n", + "('Ministerial \"Enforcement Officers', {})\n", + "(\"Trudeau's Climate Police\", {})\n", + "('Bexte', {})\n", + "('Climate Police', {})\n", + "('Saskatchewan', {})\n", + "('78 percent', {})\n", + "('FRIENDS', {})\n", + "('96%', {'type': 'PERCENT', 'label': 'unreliable'})\n", + "('An astounding 96 percent', {})\n", + "('96 percent', {})\n", + "('Heartland Institute', {})\n", + "('Fellow Anthony Watts', {})\n", + "('Requirements and Standards', {})\n", + "('at least 100 feet', {})\n", + "('more than 1,000', {})\n", + "('89 percent', {})\n", + "('at least 13 years', {})\n", + "(\"The Heartland Institute's\", {})\n", + "('H. Sterling Burnett', {})\n", + "(\"the Heartland Institute's\", {})\n", + "('Arthur B. Robinson Center on Climate and Environmental Policy', {})\n", + "('the spring', {})\n", + "('Burnett', {})\n", + "('Second', {})\n", + "('FARTS', {})\n", + "('Wellington', {})\n", + "(\"New Zealand's\", {})\n", + "('550', {})\n", + "('40 tons', {})\n", + "('Maori', {})\n", + "('September 2003', {})\n", + "('400', {})\n", + "('the New Zealand Parliament', {})\n", + "('more than 64,000', {})\n", + "('Tom Lambie', {})\n", + "('the Federated Farmers Union', {})\n", + "('Ed Dowd', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Dowd', {})\n", + "('the \"War Room', {})\n", + "('Cause Unknown', {})\n", + "('2021 to 2022', {})\n", + "('more than 1,650', {})\n", + "('24-year-old', {})\n", + "('Damar Hamlin', {})\n", + "('CPR', {})\n", + "('nine minutes', {})\n", + "('Peter McCullough', {})\n", + "('Hamlin', {})\n", + "('the \\xa0Epoch Times', {})\n", + "('29 per year', {})\n", + "('a month under 29', {})\n", + "(\"Steve Bannon's\", {})\n", + "('Frontpage Magazine', {})\n", + "('Greenfield', {})\n", + "('Murdochs', {})\n", + "('0.04 percent', {})\n", + "('only\\xa0four percent', {})\n", + "('Piers Corbyn', {})\n", + "('WeatherAction', {})\n", + "('U.K. Labor Party', {})\n", + "('Jeremy Corbyn', {})\n", + "('the Copernicus Climate Change Service', {})\n", + "('C3S', {})\n", + "('Freja Vambog', {})\n", + "('The previous summer', {})\n", + "('only a year old', {})\n", + "(\"the University of Reading 's Debate Society\", {})\n", + "('Corbyn', {})\n", + "('Ice', {})\n", + "('the centuries', {})\n", + "('around 500 to 800 years', {})\n", + "('around 500 to 800 years ago', {})\n", + "('200 percent', {})\n", + "('UMich', {})\n", + "('Yingxiao Zhang', {})\n", + "('Allison L. Steiner', {})\n", + "('Pollen', {})\n", + "('up to 40 days earlier in the spring', {})\n", + "('up to 19 days', {})\n", + "('the growing season', {})\n", + "('every precious day', {})\n", + "('Spring', {})\n", + "('Rockefeller Foundation', {'type': 'ORG', 'label': 'unreliable'})\n", + "('World Health Organization', {})\n", + "('WHO', {})\n", + "('Health Emergencies Program', {})\n", + "('Hub', {})\n", + "('the Rockefeller Foundation', {})\n", + "('George Soros', {})\n", + "('Around 88 percent', {})\n", + "('over $27 million', {})\n", + "('the last two decades', {})\n", + "('Chikwe Ihekweazu', {})\n", + "('Rajiv Shah', {})\n", + "('The WHO Pandemic Hub', {})\n", + "('Shah', {})\n", + "('Ickonic', {})\n", + "('David Icke', {})\n", + "('Rockefeller', {})\n", + "('Met Office', {})\n", + "('Christmas 2021', {})\n", + "('70s', {})\n", + "('11,512.6', {})\n", + "('August 2020', {})\n", + "('Trafalgar Square', {})\n", + "('more than 30', {})\n", + "('10 hours', {})\n", + "('Soderland', {})\n", + "('Gastro', {})\n", + "('about 10 percent', {})\n", + "('TV4', {})\n", + "('Can you Imagine Eating Human Flesh', {})\n", + "('Katy Perry', {})\n", + "('Creutzfeldt-Jakob', {})\n", + "('Kuru', {})\n", + "('CJD', {})\n", + "('55 years', {})\n", + "('a year', {})\n", + "('Pacific', {'type': 'LOC', 'label': 'unreliable'})\n", + "('Indian Ocean', {})\n", + "('709', {})\n", + "('Indian Oceans', {})\n", + "('larger than 10 hectares', {})\n", + "('24.7 acres', {})\n", + "('the 1980s', {})\n", + "('National Aeronautics and Space Administration', {})\n", + "('the Gravity Recovery and Climate Experiment', {})\n", + "('GRACE', {})\n", + "('between 2002 and 2014', {})\n", + "('June 21', {'type': 'DATE', 'label': 'unreliable'})\n", + "('the Daily Expose', {})\n", + "('Patrick Moore', {})\n", + "('October 2015', {})\n", + "('Moore', {})\n", + "('less than two million years', {})\n", + "('15 years', {})\n", + "('the environmental movement', {})\n", + "('Expose', {})\n", + "('SVB', {})\n", + "('KQED', {})\n", + "('Nearly half', {})\n", + "('at least $5 billion', {})\n", + "('FDIC', {})\n", + "('the Wall Street Journal', {})\n", + "('Kimberley Strassel', {})\n", + "('fed', {})\n", + "('Strassel', {})\n", + "('Solyndra', {})\n", + "('Fisker Automotive', {})\n", + "('the American Recovery and Reinvestment Act', {})\n", + "('June 2018', {})\n", + "('the next five years', {})\n", + "('Five years later', {})\n", + "('March 12', {})\n", + "('January 2023', {})\n", + "('the Copenhagen Climate Conference', {})\n", + "('the next five to seven years', {})\n", + "('the Arctic ice cap', {})\n", + "('2006', {})\n", + "('An Inconvenient Truth', {})\n", + "('as much as 20 feet', {})\n", + "('1880', {})\n", + "('between 1993 and 2021', {})\n", + "('3.8 inches', {})\n", + "('more than 1,100 years', {})\n", + "('20 feet', {})\n", + "(\"The Gateway Pundit 's\", {})\n", + "('Margaret Flavin', {})\n", + "('20-year-old', {})\n", + "('Gujarat', {})\n", + "('Infowars', {})\n", + "('$50 million', {})\n", + "('SEWA', {})\n", + "('the America-India Foundation', {})\n", + "('Adrienne Arsht-Rockefeller Foundation Resilience Center', {})\n", + "('the\\xa0Desai Foundation', {})\n", + "('the\\xa0Rockefeller Foundation', {})\n", + "('the\\xa0Council for Inclusive Capitalism', {})\n", + "('the\\xa0Algorand Foundation', {})\n", + "('Global Climate Resilience Fund for Women', {})\n", + "('the Self Empowered Women Association', {})\n", + "('the Self Employed Women’s Association', {})\n", + "('the Clinton Global Initiative', {})\n", + "('The\\xa0Council for Inclusive Capitalism', {})\n", + "('Lynn Forester De Rothschild', {})\n", + "('Central Bank Digital Currencies', {})\n", + "('Kansas City Federal Reserve Bank', {})\n", + "('Esther George', {})\n", + "('Jerome]', {})\n", + "('The Federal Reserve Bank', {})\n", + "('New York Innovation Center', {})\n", + "('Sydney', {})\n", + "('Lizard Island', {})\n", + "('Queensland', {})\n", + "('Breakthrough Energy', {})\n", + "('the Lowy Institute', {})\n", + "('the last five days', {})\n", + "('the Australian Open', {})\n", + "('$194 million', {})\n", + "('Gulfstream', {})\n", + "('$70 million', {})\n", + "('as many 18', {})\n", + "('Bombardier Challenger 350s', {})\n", + "('around $27 million', {})\n", + "('Signature Aviation', {})\n", + "('51 billion tons', {})\n", + "('59', {})\n", + "('around 1,600 tons', {})\n", + "('less than 5 tons', {})\n", + "('Transport & Environment', {})\n", + "('at least 150', {})\n", + "('Klara Maria Schenk', {})\n", + "('DECADES', {'type': 'DATE', 'label': 'unreliable'})\n", + "('Make Sunsets', {})\n", + "('Luke Iseman', {})\n", + "('Iseman', {})\n", + "('one gram', {})\n", + "('one-gram', {})\n", + "('one ton', {})\n", + "('a full year', {})\n", + "('Kelly Wanser', {})\n", + "('SilverLining', {})\n", + "('Solar', {})\n", + "('David Keith', {})\n", + "('Sunsets', {})\n", + "('Globalist', {'type': 'NORP', 'label': 'unreliable'})\n", + "('Robert Downey Jr.', {})\n", + "('late-night', {})\n", + "('their formative years', {})\n", + "('81.33 percent', {})\n", + "('206', {})\n", + "('68.67 percent', {})\n", + "('106', {})\n", + "('35.33 percent', {})\n", + "('91', {})\n", + "('30.33 percent', {})\n", + "('Chitosan', {})\n", + "('Astrophysicist', {'type': 'ORG', 'label': 'unreliable'})\n", + "('the past few months', {})\n", + "('United Kingdom Labor Party', {})\n", + "('Teslas', {})\n", + "('Galileo', {})\n", + "('San Francisco Bay', {'type': 'LOC', 'label': 'unreliable'})\n", + "('Some eight million', {})\n", + "('the San Francisco Bay Area', {})\n", + "('eight million', {})\n", + "('David Senn', {})\n", + "('the SF Bay Nutrient Management Strategy of the San Francisco Estuary Institute', {})\n", + "('the San Francisco Bay', {})\n", + "('multibillion-dollar', {})\n", + "('San Jose', {})\n", + "('Santa Clara Regional Wastewater Facility', {})\n", + "('Some 85 million gallons', {})\n", + "('Santa Clara', {})\n", + "('about 5.5 tons', {})\n", + "(\"San Francisco's\", {})\n", + "('55 million gallons', {})\n", + "('9.5 tons', {})\n", + "('Josh Sigurdson', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Schwab', {})\n", + "('Sigurdson', {})\n", + "('$390 million', {})\n", + "('$13.5 million', {})\n", + "('the Land Report', {})\n", + "('196', {})\n", + "('November 2016', {})\n", + "('mid-century', {})\n", + "('a few days', {})\n", + "(\"Josh Sigurdson's\", {})\n", + "('3,000', {})\n", + "('120 percent', {})\n", + "('3.2 gallons', {})\n", + "('5 gallons', {})\n", + "('almost 30 percent', {})\n", + "('DOE', {})\n", + "('$3 billion', {})\n", + "('$100 million', {})\n", + "('Reason', {})\n", + "('89 million', {})\n", + "('Britschgi', {})\n", + "('one hour', {})\n", + "('just last week', {})\n", + "('early February', {})\n", + "('Consumer Product Safety Commission', {})\n", + "('Richard Trumka Jr.', {})\n", + "('Alex Hoehn-Saric', {})\n", + "('RICE', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Rice', {})\n", + "('around 10 percent', {})\n", + "('two decades', {})\n", + "('about 80', {})\n", + "('Bjoern Ole Sander', {})\n", + "('the International Rice Research Institute', {})\n", + "('ten minute', {})\n", + "('80 percent', {})\n", + "('About 40 million pounds', {})\n", + "('2.8 million acres', {})\n", + "(\"Blacklock's Report\", {'type': 'WORK_OF_ART', 'label': 'unreliable'})\n", + "('Science and Inuit Quajimajatuquangit', {})\n", + "('Labrador', {})\n", + "('Manitoba', {})\n", + "('16,000', {})\n", + "('Inuit', {})\n", + "('Kennedy Hall', {})\n", + "('Jan. 4', {})\n", + "('Paul Nicklen', {})\n", + "('Catherine McKenna', {})\n", + "('2015 to 2019', {})\n", + "('McKenna', {})\n", + "('Nicklen', {})\n", + "('the Academy Award', {})\n", + "('up to', {})\n", + "('60 miles', {})\n", + "('David Attenborough', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('this entire century', {})\n", + "('100 or so years from 1992', {})\n", + "('up to the year 2099', {})\n", + "('each decade', {})\n", + "('2040', {})\n", + "('Agenda 2050', {})\n", + "('States', {})\n", + "('Agenda 2030', {})\n", + "('15-year', {})\n", + "('the end of 2030', {})\n", + "('UN Statistics Division', {})\n", + "('Goodall', {})\n", + "('Attenborough', {})\n", + "('Prince Philip', {})\n", + "('Population Matters', {})\n", + "('the past 20 years', {})\n", + "('A couple of years later', {})\n", + "('Royal Society for Arts', {})\n", + "('RSA', {})\n", + "('’s Lecture', {})\n", + "('People and Planet', {})\n", + "('the Overpopulation Project', {})\n", + "('Fifty years ago', {})\n", + "('about 3 billion', {})\n", + "('Thomas Malthus', {})\n", + "('16 March 2011', {})\n", + "('22', {})\n", + "('Julian Huxley', {})\n", + "('the British Eugenics Society', {})\n", + "('Huxley', {})\n", + "('Wellcome Trust', {})\n", + "('Trust', {})\n", + "('the Galton Institute', {})\n", + "('the Eugenics Society', {})\n", + "('Galton Institute', {})\n", + "('the Wellcome Trust', {})\n", + "('20 July 2012', {})\n", + "('Our Planet ‘', {})\n", + "('February 2021', {})\n", + "('Klaus', {})\n", + "('450 million', {})\n", + "('8 billion', {})\n", + "('Davos 2020', {})\n", + "('8 years', {})\n", + "('2-minute', {})\n", + "('8 years earlier', {})\n", + "('the Covid/Great Reset', {})\n", + "('the 1%', {})\n", + "('University of Oxford Imperial College London', {})\n", + "('Heathrow', {})\n", + "('Belfast', {})\n", + "('2029', {})\n", + "('between 2029 and 2049', {})\n", + "('2049', {})\n", + "('Exposé', {})\n", + "('the Climate Change Act', {})\n", + "('The remaining 50 percent', {})\n", + "('between 2030 and 2049', {})\n", + "('the past two and half years', {})\n", + "('HOAX', {})\n", + "('Ponzi', {})\n", + "('DC Democrats', {})\n", + "('poles', {})\n", + "('the next century', {})\n", + "('CCDC', {})\n", + "('The \"Church of Global Warming', {})\n", + "('Gulf', {})\n", + "('David Bekaert', {})\n", + "('the last Ice Age', {})\n", + "('Gulf Coast', {})\n", + "('Bekaert', {})\n", + "('about 17', {})\n", + "('0.67 inches', {})\n", + "('the Crescent City', {})\n", + "('150 mm', {})\n", + "('5.9', {})\n", + "('500 mm', {})\n", + "('19.7', {})\n", + "('the Mississippi River', {})\n", + "('Norco', {})\n", + "('Michoud', {})\n", + "('50 mm', {})\n", + "('1.97', {})\n", + "('The Bonnet Carre Spillway', {})\n", + "('the Pelican State', {})\n", + "('40 mm', {})\n", + "('1.57', {})\n", + "('two mm', {})\n", + "('0.04', {})\n", + "('0.08', {})\n", + "('Empire State Building', {})\n", + "('Chrysler Building', {})\n", + "('nearly 1.7 trillion pounds', {})\n", + "('140 million', {})\n", + "('Tom Parsons', {})\n", + "('the U.S. Geological Survey', {})\n", + "('Matt Wei', {})\n", + "(\"the Big Apple's\", {})\n", + "('Wei', {})\n", + "('Norfolk', {})\n", + "('millions of years ago', {})\n", + "('Softer', {})\n", + "('Finding Genius Podcast', {})\n", + "('Feldstein', {})\n", + "('Operation Warp Speed', {})\n", + "('Birth', {})\n", + "('tens of millions', {})\n", + "('the Centre for Biological Diversity', {})\n", + "('only two', {})\n", + "('the Green Cult', {})\n", + "('bush', {})\n", + "('The Jane Effect', {})\n", + "('Jane Goodall', {})\n", + "('just 450 million', {})\n", + "('50 million', {})\n", + "('Georgia Guidestones', {})\n", + "('500 million', {})\n", + "('next 10 years', {})\n", + "('the University of Oxford', {})\n", + "('Imperial College London', {})\n", + "('ICL', {})\n", + "('Between 2020 and 2029', {})\n", + "('the year 2050', {})\n", + "('Absolute Zero', {})\n", + "('the University of Cambridge', {})\n", + "('the University of Nottingham', {})\n", + "('the University of Bath', {})\n", + "('April 2021', {})\n", + "('just 12 years', {})\n", + "('Steve Wilson', {})\n", + "('Kenya', {})\n", + "('Amol Rajan', {})\n", + "('Breakthrough Energy Group', {})\n", + "('$70 million dollar', {})\n", + "('no fewer than', {})\n", + "('FOUR', {})\n", + "('$194 million dollars', {})\n", + "('Linnaeus University', {})\n", + "('Stefan Gössling', {})\n", + "('more than 213,000 miles', {})\n", + "('an estimated 1,760 tons', {})\n", + "('the World Bank', {})\n", + "('Conspiracy Theories', {})\n", + "('Epstein', {})\n", + "('Ash Kaira', {})\n", + "('Mars', {})\n", + "('814', {})\n", + "('Edwin', {})\n", + "('Sander van Diepen', {})\n", + "('LTO Nederland', {})\n", + "(\"the European Union's\", {})\n", + "('only about seven years', {})\n", + "('Insane', {'type': 'NORP', 'label': 'unreliable'})\n", + "('Agence France Presse', {})\n", + "('AFP News Agency', {})\n", + "('the Food and Agriculture Organization', {})\n", + "('Over 50 percent', {})\n", + "('about 80 percent', {})\n", + "('About 95 percent', {})\n", + "('around 10%', {})\n", + "('AFP', {})\n", + "('IRRI', {})\n", + "('centuries', {})\n", + "(\"Johnny Rotten's\", {})\n", + "('American Cousin (@EERCANE) ', {})\n", + "('Cody', {})\n", + "('Carolina Brew', {})\n", + "('Jeff Bezos', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('$124 billion', {})\n", + "('Lauren Sanchez', {})\n", + "('Bezos', {})\n", + "('American Dream', {})\n", + "('the Bloomberg Billionaires Index', {})\n", + "('Bezos Earth Fund', {})\n", + "('417-foot', {})\n", + "('Sanchez', {})\n", + "('more than five million', {})\n", + "('two consecutive quarters', {})\n", + "('the Great Reset:', {'type': 'FAC', 'label': 'unreliable'})\n", + "('The Great Reset: A Paradigm Shift', {})\n", + "('a Sinister Ploy', {})\n", + "('Trojan', {})\n", + "('The Great Reset’s', {})\n", + "('Puppet Master', {})\n", + "('the Bill & Melinda Gates Foundation', {})\n", + "('the Gates Foundation', {})\n", + "('Vaccines', {})\n", + "('the Emergency Use Authorization', {})\n", + "('8 to 10 years', {})\n", + "('Phase 1', {})\n", + "('Phase 2', {})\n", + "('thousands to tens of thousands', {})\n", + "('the US Food and Drug Administration', {})\n", + "('the European Medicines Agency', {})\n", + "('EMA', {})\n", + "('The Emergency Use Authorization', {})\n", + "('Melinda Gates Foundation', {})\n", + "('the Coalition for Epidemic Preparedness Innovations', {})\n", + "('CEPI', {})\n", + "('Gavi', {})\n", + "('the Vaccine Alliance', {})\n", + "('EUA', {})\n", + "('the UK Medicine Regulator', {})\n", + "('MHRA', {})\n", + "('980,000', {})\n", + "('over $3 million', {})\n", + "('$20 million', {})\n", + "('Moderna', {})\n", + "('up to $100 million', {})\n", + "('September 2019', {})\n", + "('the Gates Foundation’s', {})\n", + "('Ovarian Cancer', {})\n", + "('an astounding $75 billion', {})\n", + "('the European Medicine Agency’s', {})\n", + "('Pfizer COVID-19', {})\n", + "('12 to 15', {})\n", + "('Spain', {})\n", + "('Italy', {})\n", + "('760%', {})\n", + "('to week 12 of 2023', {})\n", + "('The World Economic Forum', {})\n", + "('The Power of Discernment', {})\n", + "('ivermectin', {})\n", + "('Department for Business, Energy and Industrial Strategy', {})\n", + "('4.4 percent', {})\n", + "('30-day', {})\n", + "('one-week', {})\n", + "('Jet', {})\n", + "('some 175,000', {})\n", + "('Millions of tons', {})\n", + "('43,000ft (13km', {})\n", + "('60 degrees', {})\n", + "('the Shetland Islands', {})\n", + "('Falklands', {})\n", + "('at least 13 million tons', {})\n", + "('spring', {})\n", + "('about 2 degrees Celsius', {})\n", + "('more than two days', {})\n", + "('less than one percent', {})\n", + "('nearly $11.5 billion', {})\n", + "('Wake Smith', {})\n", + "('Smith', {})\n", + "('Obamas', {})\n", + "('David King', {})\n", + "('the Centre for Climate Repair', {})\n", + "('CCR', {})\n", + "('Shaun Fitzgerald', {})\n", + "('Jaap Hanekamp', {})\n", + "('University College Roosevelt', {})\n", + "('Middleburg', {})\n", + "('Hanekamp', {})\n", + "('William Briggs', {})\n", + "('The Epoch Times', {})\n", + "('Article by Alex Newman', {})\n", + "('21 \\xa0Conference of the Parties', {})\n", + "('the next 15 years', {})\n", + "('around 2030', {})\n", + "('at least 15 years', {})\n", + "('Communist', {})\n", + "('between now and 2025', {})\n", + "('Global Energy Monitor’s', {})\n", + "('the Global Carbon Project', {})\n", + "('about 5 billion tons', {})\n", + "('about 11.5 billion', {})\n", + "('1975', {})\n", + "('around 3 cents', {})\n", + "('15 cents', {})\n", + "('Later that year', {})\n", + "('around $4', {})\n", + "('Almost 80 percent', {})\n", + "('almost half a million', {})\n", + "('around 200,000', {})\n", + "('about $20,000', {})\n", + "('over $2.5 trillion', {})\n", + "('Global Policy', {})\n", + "('0.05 degrees C', {})\n", + "('0.086 degrees', {})\n", + "('Science Czar”', {})\n", + "('John Holdren', {})\n", + "('Human Ecology', {})\n", + "('Holdren', {})\n", + "('the UN Framework Convention on Climate Change Christiana Figueres', {})\n", + "('Figueres', {})\n", + "('about one third', {})\n", + "('at least 150 years', {})\n", + "('the Industrial Revolution', {})\n", + "('Feb. 4, 2015', {})\n", + "('Five years', {})\n", + "('the UN Intergovernmental Panel on Climate Change’s', {})\n", + "('Ottmar Edenhofer', {})\n", + "('NZZ Online', {})\n", + "('Politburo', {})\n", + "('Klein Ltd.', {})\n", + "('Retired Princeton', {})\n", + "('William Happer', {})\n", + "('a fraction', {})\n", + "('the U.S. House of Representatives', {})\n", + "('Dec. 2', {})\n", + "('Article 145.I', {})\n", + "('less than two and a', {})\n", + "('Orly', {})\n", + "('Lyon', {})\n", + "('Nantes', {})\n", + "('Bordeaux', {})\n", + "('Reports', {})\n", + "('Rennes', {})\n", + "('Marseille', {})\n", + "('several months', {})\n", + "('Clement Beaune', {})\n", + "('Karima Delli', {})\n", + "('the Green Party', {})\n", + "('four hours', {})\n", + "('Thomas Gelin', {})\n", + "('European Union', {})\n", + "('around 60 percent', {})\n", + "('three-day', {})\n", + "('Dec. 3 to 4', {})\n", + "('SNCF', {})\n", + "(\"New Year's\", {})\n", + "('Trains à Grande Vitesse', {})\n", + "('TGV', {})\n", + "('Trains', {})\n", + "('About four', {})\n", + "('Intercity', {})\n", + "('Dec. 3', {})\n", + "('Dec. 8', {})\n", + "('Haalan', {})\n", + "('1.9', {})\n", + "('Hawley pressing Haalan', {})\n", + "('the last 20 years', {})\n", + "('more than three million', {})\n", + "('January of 2021', {})\n", + "('Article by', {})\n", + "('Jim Hoft', {})\n", + "('seven kilometers', {})\n", + "('162 million tons', {})\n", + "('every single day', {})\n", + "('600,000', {})\n", + "('Hiroshima', {})\n", + "('December 13, 2008', {})\n", + "('the North Polar Ice Cap', {})\n", + "('Al', {})\n", + "('North', {})\n", + "('5 years', {})\n", + "('the North Pole', {})\n", + "('14 years ago', {})\n", + "('January 2006', {})\n", + "('At least 8', {})\n", + "('Hochul', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Marc Morano', {})\n", + "('more than 6%', {})\n", + "('$200 million', {})\n", + "('up to 800,000', {})\n", + "('under $75,000', {})\n", + "('#\\r Climate', {})\n", + "('Just a few days earlier', {})\n", + "('the Consumer Product Safety Commission', {})\n", + "('Energy Affordability Guarantee', {})\n", + "('the New Yorker', {})\n", + "('Andreas Malm', {})\n", + "('Swedish Security Service', {})\n", + "('SAPO', {})\n", + "('anti-Earth', {})\n", + "('Malm', {})\n", + "('Elizabeth Kolbert', {})\n", + "('the\\xa0 New Yorker', {})\n", + "('the Pulitzer Prize for General Non-Fiction', {})\n", + "('The Sixth Extinction', {})\n", + "('sixth', {})\n", + "('around half', {})\n", + "('the end of the century', {})\n", + "('Sept. 27, 2022', {})\n", + "('Kolbert', {})\n", + "('the Fourth Biophilia Award for Environmental Communication', {})\n", + "('The Biophilia Awards', {})\n", + "('the Banco Bilbao Vizcaya Argentaria', {})\n", + "('BBVA', {})\n", + "(\"The BBVA Foundation's\", {})\n", + "('the Biophilia Award', {})\n", + "('more than 20', {})\n", + "('the BBVA Foundation', {})\n", + "('The Biophilia Award', {})\n", + "('Chris Morrison', {})\n", + "('The Daily Sceptic', {})\n", + "('Tucker Carlson', {})\n", + "('National Geographic', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Nat Geo', {})\n", + "('the National Geographic', {})\n", + "('108,000', {})\n", + "('Malaysia', {})\n", + "('Bengal', {})\n", + "('Rwanda', {})\n", + "('Maldives', {})\n", + "('about 30,000 miles', {})\n", + "('24-day', {})\n", + "('53.3 pounds', {})\n", + "('more than 1.5 million pounds', {})\n", + "('approximately 32,000 pounds', {})\n", + "('47', {})\n", + "('an entire year’s time', {})\n", + "('the end of 2024', {})\n", + "('Janet Levy', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('LBJ', {})\n", + "('Jack Anderson', {})\n", + "('the Pentagon Papers', {})\n", + "('GEW', {})\n", + "('20 years', {})\n", + "('Wiginton', {})\n", + "('10m-20m tons', {})\n", + "('World War II B-17s', {})\n", + "('40,000 feet', {})\n", + "('10-30%', {})\n", + "('Frankenstein', {})\n", + "('Thailand', {})\n", + "('22 years', {})\n", + "('Weather Modification Office', {})\n", + "('Project Cirrus', {})\n", + "('as early as 1947', {})\n", + "('the U.S. Army Signal Corps', {})\n", + "('the Office of Naval Research', {})\n", + "('the U.S. Air Force', {})\n", + "('53rd', {})\n", + "('Reconnaissance Group', {})\n", + "('180 pounds', {})\n", + "('the west coast', {})\n", + "('$330 million', {})\n", + "('HAARP', {})\n", + "('Article by W. Aaron Vandiver', {'type': 'LAW', 'label': 'unreliable'})\n", + "('Hawaii', {})\n", + "('38', {})\n", + "('about 13 percent', {})\n", + "('123', {})\n", + "('March 13, 2020', {})\n", + "('the World Health Organization (WHO', {})\n", + "('the Center for Biological Diversity', {})\n", + "('The Center for Biological Diversity', {})\n", + "('jettison', {})\n", + "('52 billion tons', {})\n", + "('about 36 billion tons', {})\n", + "('New Yorker', {})\n", + "('less than three decades', {})\n", + "('Liberty & National Security', {})\n", + "('the Brennan Center for Justice', {})\n", + "('Goitein', {})\n", + "('80th', {})\n", + "('the\\xa0 Atlantic', {})\n", + "('October 2020', {})\n", + "('University College of London', {})\n", + "('Mazzucato', {})\n", + "('Nature Sustainability', {})\n", + "('G20', {})\n", + "('The US Department of Health and Human Services', {})\n", + "('early 2020', {})\n", + "('Jan. 30, 2020', {})\n", + "('The next day', {})\n", + "('Three days', {})\n", + "('March 16', {})\n", + "('more than 10', {})\n", + "('Health', {})\n", + "('Rachel L. Levine', {})\n", + "('the American Public Health Association', {})\n", + "('APHA', {})\n", + "('the American Medical Association', {})\n", + "('AMA', {})\n", + "('the National Environmental Policy Act', {})\n", + "('the Endangered Species Act', {})\n", + "('Simon Michaux', {})\n", + "('PhD', {})\n", + "('Vandana Shiva', {})\n", + "('Shiva', {})\n", + "('Bill McKibben', {})\n", + "('McKibben', {})\n", + "('five-year', {})\n", + "('Notice McKibben', {})\n", + "('Kingsnorth', {})\n", + "('Article by Jake Welch', {})\n", + "('the State Protection Chamber', {})\n", + "('the Potsdam Regional Court', {})\n", + "('the end of April', {})\n", + "('December 2022', {})\n", + "('Last Generation', {})\n", + "('PCK', {})\n", + "('Brandenburg', {})\n", + "('Schwedt', {})\n", + "('Werneuchen', {})\n", + "('the Public Prosecutor’s Office', {})\n", + "('Staatsanwaltschaft', {})\n", + "('Monet', {})\n", + "('the Barberini Museum', {})\n", + "('Potsdam', {})\n", + "('Berlin Airport', {})\n", + "('NEW - Mashed', {})\n", + "('$110 million', {})\n", + "('Disclose.tv', {})\n", + "('The Climate Movement Needs to', {})\n", + "('Embrace Property Destruction', {})\n", + "('Green Zero', {})\n", + "('Marseilles', {})\n", + "(\"a Van Gogh's\", {})\n", + "('Western Europe', {})\n", + "('Jan Goodey', {})\n", + "('a few months earlier', {})\n", + "('Deanna \"Violet\" Coco', {})\n", + "('15-month', {})\n", + "('the Sydney Harbour Bridge', {})\n", + "('28 minutes', {})\n", + "('NOSTR', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Fabian Ommar', {})\n", + "('Seattle Times', {'type': 'ORG', 'label': 'unreliable'})\n", + "('the Seattle Times', {})\n", + "('Kasha Patel', {})\n", + "('RAIN', {})\n", + "('INDISPUTABLE', {})\n", + "('Grace', {})\n", + "('Mathew Rodell', {})\n", + "('Bailing Li', {})\n", + "('NASA Goddard', {})\n", + "('Nature Water', {})\n", + "('the last few years', {})\n", + "('20-year', {})\n", + "('El Nino/La Nina', {})\n", + "('3-7 years', {})\n", + "('the Pacific Decadal Oscillation', {})\n", + "('20-30 years', {})\n", + "('several decades', {})\n", + "('approximately 1.2', {})\n", + "('the past 150 years', {})\n", + "('The Pacific Decadal Oscillation', {})\n", + "('the Seattle Times/WA Post', {})\n", + "('THE LAST THREE YEARS', {})\n", + "('the previous 15 years', {})\n", + "('the warmest year', {})\n", + "('the warmest year 2016', {})\n", + "('Daniel Swain', {})\n", + "('David Horsey', {})\n", + "('Institute for Strategic Dialogue', {'type': 'ORG', 'label': 'unreliable'})\n", + "('ISD', {})\n", + "('Institute', {})\n", + "('June 9', {})\n", + "('115', {})\n", + "('Deny, Deceive', {})\n", + "('between October 31 and November 13', {})\n", + "('At least 120', {})\n", + "('over 40,000', {})\n", + "('22 274', {})\n", + "('14 124', {})\n", + "('3 886', {})\n", + "('democratic', {})\n", + "('Hero of the Environment', {})\n", + "('Time', {})\n", + "('the Green Book Award', {})\n", + "('North America’s', {})\n", + "('the coming months and years', {})\n", + "('CASM Technology', {})\n", + "('the Climate Action Against Disinformation Alliance', {})\n", + "('PETER IMANUELSEN', {})\n", + "('Norway', {})\n", + "('North Yorkshire', {})\n", + "('the years 1996-1999', {})\n", + "('the Tax Agency', {})\n", + "('PeterSweden', {})\n", + "('335 800', {})\n", + "('Peter Sweden', {})\n", + "('the Center for Analysis of Social Media Technology', {})\n", + "('Conscious Advertising Network', {})\n", + "('Purpose', {})\n", + "('Stop Funding Heat', {})\n", + "('Reset Australia', {})\n", + "('Paula Matlach', {})\n", + "('Kata Balint', {})\n", + "('Sara Bundzten', {})\n", + "('Melanie Smith', {})\n", + "('October 31', {})\n", + "('November 12, 2021', {})\n", + "('Facebook’s Climate Science Center', {})\n", + "('Breitbart London', {})\n", + "('Spiked Online', {})\n", + "('GB News', {})\n", + "('Graphika', {})\n", + "('25 October to 21 November 2021', {})\n", + "('507 000', {})\n", + "('John Stossel', {})\n", + "('Björn Lomborg', {})\n", + "('Peter Imanuelsen', {})\n", + "('Peter Sweden”', {})\n", + "('Swede', {})\n", + "('65', {})\n", + "('Imanuelsen', {})\n", + "('November 4, 2021', {})\n", + "('Tyranny', {})\n", + "('About Imanuelsen', {})\n", + "('The Great Reset', {})\n", + "('Thierry Baudet', {})\n", + "('the Dutch Forum for Democracy', {})\n", + "('Martin Daubney', {})\n", + "('the British Reclaim Party', {})\n", + "('Monica Crowley', {})\n", + "('Malcolm Roberts', {})\n", + "('June 17', {})\n", + "('CEF', {'type': 'ORG', 'label': 'unreliable'})\n", + "('$5.1 million', {})\n", + "('ATM', {})\n", + "('Caitlin Sutherland', {})\n", + "('Americans for Public Trust', {})\n", + "('the Climate Emergency Fund', {})\n", + "('Declare Emergency', {})\n", + "('the National Gallery of Art', {})\n", + "('a Vincent Van Gogh', {})\n", + "('$84 million', {})\n", + "('National Gallery', {})\n", + "('the past several days', {})\n", + "('a month', {})\n", + "('Robert Malone', {})\n", + "('Substack', {})\n", + "('As the Climate Emergency Fund', {})\n", + "('Climate Emergency Fund', {})\n", + "('Paul Joseph Watson', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Izzy Cook', {})\n", + "('Heather du Plessis-Allan', {})\n", + "('Plessis-Allan', {})\n", + "('Fiji', {})\n", + "('3.0', {})\n", + "('Where’d you go', {})\n", + "('Greta', {})\n", + "('King Charles', {})\n", + "('120,213 miles miles', {})\n", + "('private jets & helicopters over the', {})\n", + "('James Bevan', {})\n", + "(\"the United Kingdom's Environment Agency\", {})\n", + "('Bevan', {})\n", + "(\"Klaus Schwab's\", {})\n", + "('Brad Coffey', {})\n", + "('the Metropolitan Water District of Southern California', {})\n", + "('a few decades ago', {})\n", + "('San Gabriel Valley', {})\n", + "('$3.4 billion', {})\n", + "('the Joint Water Pollution Control Plant', {})\n", + "('Carson', {})\n", + "('$16 billion', {})\n", + "('Operation Next', {})\n", + "('the Hyperion Water Reclamation Plant', {})\n", + "('Coffey', {})\n", + "('Southern California', {})\n", + "('Pacific Institute Research', {})\n", + "('Heather Cooley', {})\n", + "('Cooley', {})\n", + "('Tyler Durden', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('only 14%', {})\n", + "('past decades', {})\n", + "('today than years ago', {})\n", + "('less than 1', {})\n", + "('100 years', {})\n", + "('Every decade', {})\n", + "('Spencer', {})\n", + "('Antarctica', {})\n", + "('the past several decades', {})\n", + "('the last couple of decades', {})\n", + "('1400s', {})\n", + "('Nineteen', {'type': 'CARDINAL', 'label': 'unreliable'})\n", + "('Credit Suisse', {})\n", + "('Net-Zero Banking Alliance', {})\n", + "('about 40 percent', {})\n", + "('The Net-Zero Banking Alliance', {})\n", + "('Eric Schmitt', {})\n", + "('the Net-Zero Banking Alliance', {})\n", + "('Schmitt', {})\n", + "('Kansas', {})\n", + "('Montana', {})\n", + "('Global Climate Initiative', {})\n", + "('Riley Moore', {})\n", + "('Will Hild', {})\n", + "(\"Consumers' Research\", {})\n", + "(\"the Sierra Club's\", {})\n", + "('Adele Shraiman', {})\n", + "('Fossil-Free Finance', {})\n", + "('Climate Week NYC', {})\n", + "('the last two years', {})\n", + "('a couple of years ago', {})\n", + "('Kill Yourself', {})\n", + "(\"Pull the Plug on Grandma's\", {})\n", + "('Oxygen Tank', {})\n", + "('at least seven years', {})\n", + "('every three years', {})\n", + "('every eight years', {})\n", + "('Insektin Burgers', {})\n", + "('seven years', {})\n", + "('Control', {})\n", + "('Larry Fink', {})\n", + "('Thai', {})\n", + "('20th-century', {})\n", + "('Via', {})\n", + "('up to $10,000', {})\n", + "('the Canadian Public Health', {})\n", + "('the Final Solution', {})\n", + "('9 million', {})\n", + "('34 square kilometers', {})\n", + "('Ian Miles Cheong', {})\n", + "('thousand', {})\n", + "('Lochem', {})\n", + "('Finance', {})\n", + "('11 200', {})\n", + "('17 600', {})\n", + "('about 54 000', {})\n", + "('around 1/5', {})\n", + "('almost 1/3', {})\n", + "('thousands and thousands', {})\n", + "('the middle ages', {})\n", + "('Global Communism', {})\n", + "('VVD', {})\n", + "('the Cabinet of the Prime Minister', {})\n", + "('Farmer-Citizen Movement', {})\n", + "('Farmers', {})\n", + "('Stalin', {})\n", + "('Mao', {})\n", + "('Picnic', {})\n", + "('€600 million', {})\n", + "('$2.3 billion', {})\n", + "('the\\xa0 Department of the Interior', {})\n", + "('the Gulf of Mexico', {})\n", + "('the end of the decade', {})\n", + "('Owen Shroyer', {})\n", + "('Shroyer', {})\n", + "('Outlook', {})\n", + "('Pride, Lesbian, Bisexual, Non-binary', {})\n", + "('Transgender', {})\n", + "('the New Outlook for Mac', {})\n", + "('These Pride', {})\n", + "('the month of June', {})\n", + "('Mercifully', {})\n", + "('Mac', {})\n", + "('Pride Month', {})\n", + "('25-year-old', {})\n", + "('Dylan Mulvaney', {})\n", + "('Mulvaney', {})\n", + "('221st day', {})\n", + "('Thankfully', {})\n", + "('National Health System', {})\n", + "('Tavistock Clinic', {})\n", + "('Finland', {})\n", + "('The National Board of Health and Welfare', {})\n", + "('the Department of Health and Human Services’ Office of Population Affairs', {})\n", + "('Gender Affirming Care and Young People', {})\n", + "('the Substance Abuse and Mental Health Services Administration', {})\n", + "('Gender-Affirming Care Is Trauma-Informed Care', {})\n", + "('DISINFODEMIC', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Vaccine Holocaust', {})\n", + "('the \"War on Ukraine', {})\n", + "('NATO', {})\n", + "('Beijing Biden', {})\n", + "('over $15 trillion dollars', {})\n", + "('Big Government', {})\n", + "('every single penny', {})\n", + "('At least 1,200', {})\n", + "('the World Climate Declaration', {})\n", + "('Norwegian', {})\n", + "('Nobel Prize', {})\n", + "('Ivar Giaever', {})\n", + "('World Climate Declaration', {})\n", + "('Legal Insurrection', {})\n", + "('Richard Lindzen', {})\n", + "('the World Climate Declaration states', {})\n", + "('The CLINTEL Group', {})\n", + "('the CLINTEL Group', {})\n", + "('National Academy of Sciences', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Jane Lubchenco', {})\n", + "('the White House Office of Science and Technology Policy', {})\n", + "('Lubchenco', {})\n", + "('NAS', {})\n", + "('NAS Code of Conduct Section 3', {})\n", + "('Stephanie Bice', {})\n", + "('Jay Obernolte', {})\n", + "('the National Academy of Sciences', {})\n", + "('August 12', {})\n", + "('80 million', {})\n", + "('the University of Kent Infowars \"', {})\n", + "('Dec. 13', {})\n", + "('Cupertino', {})\n", + "('the Mountain View', {})\n", + "('Montana AG', {})\n", + "('Austin Knudsen', {})\n", + "('the Apple App Store', {})\n", + "('Play Store', {})\n", + "('ages 13', {})\n", + "('17 years old', {})\n", + "('Taiwan', {})\n", + "('Bejing', {})\n", + "('ByteDance', {})\n", + "('Rokita', {})\n", + "('G News', {})\n", + "('Brendan Carr', {})\n", + "('the Federal Communications Commission', {})\n", + "('between 10 and 13 years old', {})\n", + "('as 80 percent', {})\n", + "('Lisa Boothe', {})\n", + "('The Truth with Lisa Boothe', {})\n", + "('12 years old', {})\n", + "('Florida Surgeon', {})\n", + "('Joseph Ladapo', {})\n", + "('Ivey', {})\n", + "('A month earlier', {})\n", + "('Doug Ducey', {})\n", + "('SB', {})\n", + "('1138', {})\n", + "('Ducey', {})\n", + "(\"The Lone Star State's\", {})\n", + "('the Texas Department of Family and Protective Services', {})\n", + "('Rachel Levine', {})\n", + "('the International Health Regulations', {})\n", + "('Pandemic Treaty', {})\n", + "('the \"One Health', {})\n", + "('The One Health', {})\n", + "('the One Health', {})\n", + "('Mac Slavo', {})\n", + "('Discern Report', {})\n", + "('Tedros Adhanom Ghebreyesus', {})\n", + "('Bill & Melinda Gates Foundation', {})\n", + "('Billy Boy', {})\n", + "('Daily Exposé', {})\n", + "(\"Pandemic Treaty'\", {})\n", + "('INSANITY', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Department of Energy', {})\n", + "('Bloomberg Law', {})\n", + "('22 percent', {})\n", + "('11 percent', {})\n", + "('up to $168 million', {})\n", + "('The Association of Home Appliance Manufacturers', {})\n", + "('an extra $15', {})\n", + "('12.5 million metric tons', {})\n", + "('240 billion gallons', {})\n", + "('360,000', {})\n", + "('August last year', {})\n", + "('Ben Lieberman', {})\n", + "('1998', {})\n", + "(\"the Golden State's\", {})\n", + "('19.65 cents', {})\n", + "('224.6 percent', {})\n", + "('1999', {})\n", + "('8.75 cents', {})\n", + "('only 9.19 cents', {})\n", + "('Energy Information Administration', {})\n", + "('EIA', {})\n", + "('67.16 percent', {})\n", + "('6.64 cents', {})\n", + "('11.10 cents', {})\n", + "('the U.S. Federal Statistical System', {})\n", + "('Wood Mackenzie Ltd Research', {})\n", + "('Eugene Kim', {})\n", + "('Limited', {})\n", + "('this time of year', {})\n", + "('at least 2010', {})\n", + "('Just 18%', {'type': 'PERCENT', 'label': 'unreliable'})\n", + "('608,000', {})\n", + "('Just 18 percent', {})\n", + "('442,210', {})\n", + "('Fridays for Future', {})\n", + "('the year 2030', {})\n", + "('Germans', {})\n", + "('Luisa \"Longhaul\" Neubauer', {})\n", + "('Neubauer', {})\n", + "('Berliners', {})\n", + "('Dario Schramm', {})\n", + "('Pleiteticker', {})\n", + "('Marzahn', {})\n", + "('Köpenick', {})\n", + "('Lichtenberg', {})\n", + "('82%', {})\n", + "('Ethics', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Policy and Environment', {})\n", + "(\"the University of Leeds' Interdisciplinary Ethics Applied Center, Sustainability Research Institute and School of History\", {})\n", + "('Nathan Wood', {})\n", + "(\"Utrecht University 's\", {})\n", + "('Fair Energy Consortium', {})\n", + "('Rob Lawlor', {})\n", + "('Lawlor', {})\n", + "('Unruly', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Rose Abramoff', {})\n", + "('Peter Kalmus', {})\n", + "('the American Geophysical Union', {})\n", + "('AGU', {})\n", + "('Kalmus', {})\n", + "('Abramoff', {})\n", + "('AGU Meetings', {})\n", + "('Follow', {})\n", + "('Steve Yates', {})\n", + "('2001-2005', {})\n", + "('the World Resources Institute', {})\n", + "('Tainqi Lithium', {})\n", + "('the National Academy of Science', {})\n", + "('about a decade', {})\n", + "('the Montreal Protocol', {})\n", + "('Cullen S. Hendrix', {})\n", + "('the Peterson Institute for International Economics', {})\n", + "('Hendrix', {})\n", + "('The European Physical Journal Plus', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Springer Nature', {})\n", + "('Richard Betts', {})\n", + "('Friederike Otto', {})\n", + "('the Grantham Institute for Climate Change', {})\n", + "('the dark days', {})\n", + "('Climategate', {})\n", + "('Homewood', {})\n", + "('enviro', {})\n", + "('William F. Jasper', {})\n", + "('the University of Bath', {})\n", + "('Bath', {})\n", + "('16–25 years', {})\n", + "('Nigeria', {})\n", + "('Portugal', {})\n", + "('84%', {})\n", + "('More than 50%', {})\n", + "('More than 45%', {})\n", + "('Caroline Hickman', {})\n", + "('the Climate Psychology Alliance', {})\n", + "('Hickman', {})\n", + "('Liz Marks', {})\n", + "('January of this year', {})\n", + "('the University of Bath’s Department of Psychology', {})\n", + "('Marks', {})\n", + "('Lobby', {})\n", + "('United Nations/WEF', {})\n", + "('August 26', {})\n", + "('UNESCO', {})\n", + "('Lorenzo Fioramonti', {})\n", + "('Italian', {})\n", + "('Fioramonti', {})\n", + "('more than five years', {})\n", + "('Italians', {})\n", + "('December of 2019', {})\n", + "('UNICEF', {})\n", + "('World Bank', {})\n", + "('Climate Change Conference', {})\n", + "('November 6-18, 2022', {})\n", + "('Maoist', {})\n", + "('The Public Good Projects', {})\n", + "('PGP', {})\n", + "('Fauci Flu', {})\n", + "('Kaiser Permanente', {})\n", + "('Humana', {})\n", + "('the Tennessee Department of Health', {})\n", + "('Joe Smyser', {})\n", + "('Stanford University', {})\n", + "('the \"Vitality Project', {})\n", + "(\"The New York City Health Department's\", {})\n", + "('Shots Heard', {})\n", + "('the United Nations Verified Initiative', {})\n", + "('the Vaccine Confidence Project', {})\n", + "('Team Halo', {})\n", + "('Mary Talley Bowden', {})\n", + "('Stanford', {})\n", + "('Zachary Rubin', {})\n", + "('Christina Kim', {})\n", + "('Bowden', {})\n", + "('Houston Methodist Hospital', {})\n", + "('the following months', {})\n", + "('Houston Chronicle', {})\n", + "('Savannah', {})\n", + "('Asian', {})\n", + "('AI – Brighteon', {'type': 'FAC', 'label': 'unreliable'})\n", + "('the Fourth Industrial Revolution', {})\n", + "('Mitson', {})\n", + "('Bobinski', {})\n", + "('Corporate Strategy in the Age of AI', {})\n", + "('The \"Keep The Republic', {})\n", + "('Brad Little', {})\n", + "('Keep The Republic', {})\n", + "('the Toronto Star', {})\n", + "('Daniel Bobinski', {})\n", + "('4 p.m.', {})\n", + "('anesthesia', {})\n", + "(\"the United Kingdom's\", {})\n", + "('National Health Service', {})\n", + "('NHS', {})\n", + "('early 2024', {})\n", + "('The European Union', {})\n", + "('Jan. 1, 2026', {})\n", + "('an average day', {})\n", + "('500 kilograms', {})\n", + "(\"the Aneurin Bevan University Health Board's\", {})\n", + "('25 kg', {})\n", + "('Desflurane', {})\n", + "('2,590', {})\n", + "('240 ml bottle', {})\n", + "('886 kg', {})\n", + "('Centre for Sustainable Healthcare', {})\n", + "('Sevoflurane', {})\n", + "('just 130', {})\n", + "('almost 300', {})\n", + "('more than 100 years', {})\n", + "(\"the '90s\", {})\n", + "(\"the '60s\", {})\n", + "(\"'70s\", {})\n", + "('about 20 minutes', {})\n", + "('70 years', {})\n", + "('the 1950s', {})\n", + "('Antarctic', {})\n", + "('Activist', {})\n", + "('Justin Rowlatt', {})\n", + "('Rowlatt', {})\n", + "('the South Pole', {})\n", + "('1957', {})\n", + "('Morrison', {})\n", + "('Singh', {})\n", + "('Polvani', {})\n", + "('at least the past seven decades', {})\n", + "('Antarctic sea', {})\n", + "('147', {})\n", + "('26,500,000', {})\n", + "('0.0005 percent', {})\n", + "('about 200,000 years', {})\n", + "('Aussie', {})\n", + "('COW', {})\n", + "(\"Gates' Breakthrough Energy Ventures\", {})\n", + "('BEV', {})\n", + "('Harvest Road Group', {})\n", + "('$12 million', {})\n", + "('Perth', {})\n", + "('Western Australia', {})\n", + "('more than 85 percent', {})\n", + "('two tons', {})\n", + "('The Indian Council of Agricultural Research', {})\n", + "(\"the United Nations' Intergovernmental Panel on Climate Change\", {})\n", + "('80', {})\n", + "('the first 20 years', {})\n", + "('around 30 percent', {})\n", + "('32 percent', {})\n", + "('Carmichael Roberts', {})\n", + "('over 100', {})\n", + "('103rd', {})\n", + "('Michael Fullilove', {})\n", + "('around six percent', {})\n", + "('six percent', {})\n", + "(\"Bill Clinton's\", {})\n", + "('one billion', {})\n", + "('Unless America', {})\n", + "('just a few million', {})\n", + "('about a billion', {})\n", + "('John Nolte', {})\n", + "('0-47', {})\n", + "('GPS', {})\n", + "('over 300%', {})\n", + "('Advance Democracy', {})\n", + "('Perkins Coie', {})\n", + "('between April 2016 and October 2016', {})\n", + "('Fusion', {})\n", + "('6,051,251', {})\n", + "('Yonder', {})\n", + "('New Knowledge', {})\n", + "('the\\xa0 NY Times', {})\n", + "('Net Zero Asset Managers', {})\n", + "('the Steering Committee for Climate Action', {})\n", + "('NZAM', {})\n", + "('Mark Brnovich', {})\n", + "('• Florida', {})\n", + "('CFO', {})\n", + "('early 2023', {})\n", + "('• Texas', {})\n", + "('Texans', {})\n", + "('• Louisiana', {})\n", + "('$794 million', {})\n", + "('BlackRock, Inc.', {})\n", + "('approximately $500 million', {})\n", + "('• Utah', {})\n", + "('Fidelity Investments', {})\n", + "('State Street Global Advisors', {})\n", + "('Morgan Stanley', {})\n", + "('JPMorgan Chase', {})\n", + "('• Brookfield Asset Management', {})\n", + "('• Coutts & Co.', {})\n", + "('• Rockefeller Asset Management', {})\n", + "('• Rothschild & Co Asset Management Europe', {})\n", + "('Royal London Asset Management', {})\n", + "('the Federal Energy Regulatory Commission', {})\n", + "(\"Consumers' Research Executive\", {})\n", + "('the Environmental, Social and Governance', {})\n", + "('just last year', {})\n", + "('FERC', {})\n", + "('FTX', {})\n", + "('December 1', {})\n", + "(\"The International Energy Agency's\", {})\n", + "('Jimmy Patronis', {})\n", + "('Treasury Division', {})\n", + "('Patronis', {})\n", + "('Jack Bogle', {})\n", + "('the Vanguard Group', {})\n", + "('Bogle', {})\n", + "('290', {})\n", + "('State Street', {})\n", + "('JPMorgan Asset Management', {})\n", + "('Legal & General', {})\n", + "('Fidelity', {})\n", + "('Pimco', {})\n", + "('Gaia Vance', {})\n", + "('another 200 million', {})\n", + "('The World Bank', {})\n", + "('216 million', {})\n", + "('86 million', {})\n", + "('Global Risks Report 2022', {})\n", + "('nativist', {})\n", + "('many decades', {})\n", + "('WOKE', {})\n", + "('Citigroup', {})\n", + "('Morgan Chase', {})\n", + "('Wells Fargo', {})\n", + "('Epoch Times', {})\n", + "('Laura Ingraham', {})\n", + "('the Missouri AG', {})\n", + "('Watch Glenn Beck', {})\n", + "('Slow Food', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Uganda', {})\n", + "('almost 37 percent', {})\n", + "('Edward Mukiibi', {})\n", + "('Mukiibi', {})\n", + "('Aryn Baker', {})\n", + "('Baker', {})\n", + "('Eric Worrall', {})\n", + "('the Black Sea', {})\n", + "('Foreign Ministry', {})\n", + "('Maria Zakharova', {})\n", + "('September 29', {})\n", + "('the Russian Agricultural Bank', {})\n", + "('Zakharova', {})\n", + "('Rosselkhozbank', {})\n", + "('Black Sea', {})\n", + "('John-Henry Westen', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Morano', {})\n", + "('around seven percent', {})\n", + "('One year later', {})\n", + "('almost overnight', {})\n", + "(\"the United Nations' Intergovernmental Panel on Climate Change (IPCC\", {})\n", + "('IPCC', {})\n", + "('Leonardo DiCaprio', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Dan Emmett', {})\n", + "('Ann Carlson', {})\n", + "('UCLA', {})\n", + "('Sher Edling', {})\n", + "('DiCaprio', {})\n", + "('the Leonardo DiCaprio Foundation', {})\n", + "('Government Accountability & Oversight', {})\n", + "('GAO', {})\n", + "('Emmett', {})\n", + "('Carlson', {})\n", + "('Chuck Savitt', {})\n", + "(\"Sher Edling's\", {})\n", + "('Terry Tamminen', {})\n", + "(\"the Leonardo DiCaprio Foundation's\", {})\n", + "('between 2016 and 2019', {})\n", + "('the UCLA Emmett Institute on Climate Change & the Environment', {})\n", + "('July 22, 2017', {})\n", + "('three days', {})\n", + "('Savitt', {})\n", + "('Edling', {})\n", + "('the Collective Action Fund for Accountability, Resilience and Adaptation', {})\n", + "('Resources Legacy Fund', {})\n", + "('the Collective Action Fund', {})\n", + "('37', {})\n", + "('Titanic', {})\n", + "('the Rockefeller Brothers Fund', {})\n", + "('Chris Horner', {})\n", + "('Between 2017 and 2020', {})\n", + "('RLF', {})\n", + "('more than $5.2 million', {})\n", + "('the Texas State Legislature', {})\n", + "('March 29', {})\n", + "('below 18 years old', {})\n", + "('the Texas Medical Board', {})\n", + "('Donna Campbell', {})\n", + "('Sept. 1, 2023', {})\n", + "('Campbell', {})\n", + "('Jose Menendez', {})\n", + "('90 days', {})\n", + "('the Texas Senate', {})\n", + "('MTF', {})\n", + "('GOP State', {})\n", + "('Mayes Middleton', {})\n", + "('March 28', {})\n", + "('HB', {})\n", + "('K-12', {})\n", + "('tertiary', {})\n", + "('Valoree Swanson', {})\n", + "(\"HB 25's\", {})\n", + "('Texas Tribune', {})\n", + "('JD Rucker', {})\n", + "('the Kentucky General Assembly', {})\n", + "('West Oakland', {})\n", + "('More than 130', {})\n", + "('Rachel Morello-Frosch', {})\n", + "('Toxic Tides', {})\n", + "('UC Berkeley', {})\n", + "(\"West Oakland's\", {})\n", + "('75-year-old', {})\n", + "('Margaret Gordon', {})\n", + "('Gordon', {})\n", + "('The Club of Rome', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Brandon Smith', {})\n", + "('IMF', {})\n", + "('SDR', {})\n", + "('1971', {})\n", + "('the early 1970s', {})\n", + "('the beginning of the end for the west', {})\n", + "('Jimmy Carter', {})\n", + "('Clinton Administration', {})\n", + "('Strobe Talbot', {})\n", + "('Council on Foreign Relations', {})\n", + "('Richard Gardner', {})\n", + "('Foreign Affairs Magazine', {})\n", + "('1974', {})\n", + "('William James', {})\n", + "('Philosopher Kings', {})\n", + "('Plato’s Republic', {})\n", + "('EMBRACE', {})\n", + "('Infection Fatality Rate', {})\n", + "('0.23%', {})\n", + "('at least 1972', {})\n", + "('the Club Of Rome', {})\n", + "('‘The Limits Of Growth’', {})\n", + "('MIT', {})\n", + "('Twenty years later', {})\n", + "('the Australian Public Broadcasting Service', {})\n", + "('50 years ago', {})\n", + "('half a century', {})\n", + "('Club', {})\n", + "('Greg Miller', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Freight Waves', {})\n", + "('just 6.1 percent', {})\n", + "('several years', {})\n", + "('Jefferies', {})\n", + "('Omar Nokta', {})\n", + "('several dismal years', {})\n", + "('the two worst years', {})\n", + "('three-year', {})\n", + "('Miller', {})\n", + "('last 20-25 years', {})\n", + "('the latter years', {})\n", + "('covid hysteria', {})\n", + "('Bob Burke', {})\n", + "('Ridgebury Tankers', {})\n", + "('two and a half years from now', {})\n", + "('Maersk Tankers', {})\n", + "('Christian Ingerslev', {})\n", + "('Gregory Wrightstone', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('the CO2 Coalition', {})\n", + "('97 percent', {})\n", + "('The \"97 percent', {})\n", + "('just 45 percent', {})\n", + "('less than half', {})\n", + "('NaturalNews.com University of Canterbury', {'type': 'ORG', 'label': 'unreliable'})\n", + "('November 29', {})\n", + "('Hiscox', {})\n", + "('Heinemann', {})\n", + "('Wimpy', {})\n", + "('Popeye', {})\n", + "('the Cult of Climate Change', {})\n", + "('University of Canterbury', {})\n", + "('Tessa Hiscox', {})\n", + "('Jack Heinemann', {})\n", + "('BILLIONS', {'type': 'CARDINAL', 'label': 'unreliable'})\n", + "('American tax dollars', {})\n", + "('Partnerships for Climate-Smart Commodities', {})\n", + "('GE', {})\n", + "('USDA', {})\n", + "('$2.8 billion', {})\n", + "('more than $3 billion', {})\n", + "('bison', {})\n", + "('$7 million and $5 million', {})\n", + "('Verified Regenerative Bison Products', {})\n", + "('Cheyenne', {})\n", + "('Arapaho Tribes', {})\n", + "('Climate-Smart Commodities', {})\n", + "('Lincoln University', {})\n", + "('The Institute for Strategic Dialogue', {})\n", + "('Deny, Deceive, Delay: Documenting and Responding to Climate Disinformation at COP26 & Beyond', {})\n", + "('Exposé News', {})\n", + "('the Centre for the Analysis of Social Media', {})\n", + "('the Conscious Advertising Network', {})\n", + "('CAN', {})\n", + "('Climate Nexus', {})\n", + "(\"a 'War Room'\", {})\n", + "('at least 16', {})\n", + "('507,000', {})\n", + "('Bjorn Lomborg', {})\n", + "(\"North America's\", {})\n", + "('Soros', {})\n", + "('Swiss', {'type': 'NORP', 'label': 'unreliable'})\n", + "('Jerome R. Corsi', {})\n", + "('Ph.D.', {})\n", + "('1827', {})\n", + "('Jean Baptiste', {})\n", + "('Joseph Fourier', {})\n", + "('Terrestre', {})\n", + "('IR', {})\n", + "('some 200 years', {})\n", + "('Allmendinger', {})\n", + "('the\\xa0 International Journal of Physical Sciences', {})\n", + "('O2', {})\n", + "('The Refutation of the Climate Greenhouse Theory', {})\n", + "('Environmental Pollution and Climate Change', {})\n", + "('CO2, O2', {})\n", + "('N2', {})\n", + "('argon', {})\n", + "('The Real Cause of Global Warming', {})\n", + "('the\\xa0 SciFed Journal of Global Warming', {})\n", + "('Thomas Kuhn', {})\n", + "('The Structure of Scientific Revolutions', {})\n", + "('Thomas Allmendinger', {})\n", + "(\"The Organic Prepper 's\", {})\n", + "('Aden Tate', {})\n", + "('Tate', {})\n", + "('Super AI', {})\n", + "('Midjourney', {})\n", + "('Grammarly', {})\n", + "('Jarvis', {})\n", + "('Iron Man', {})\n", + "('Initially', {})\n", + "('Danielle Jones', {})\n", + "('OBGYN', {})\n", + "('RNA', {})\n", + "('the Centers for Disease Control and Prevention', {})\n", + "('the Public Health Communications Collaborative', {})\n", + "('the CDC Foundation', {})\n", + "('between 1930s pre-Holocaust and 2020s', {'type': 'DATE', 'label': 'unreliable'})\n", + "('Never Again', {})\n", + "('Vera Sharav', {})\n", + "('Jan. 30', {})\n", + "('Michoel Green', {})\n", + "('Orthodox', {})\n", + "('Green', {})\n", + "('the 1930s', {})\n", + "('Polish', {})\n", + "('the U.S. Holocaust Memorial Museum', {})\n", + "('non-Jewish', {})\n", + "('Poles', {})\n", + "('Shanghai', {})\n", + "(\"the Chinese Communist Party's\", {})\n", + "('Charlie Baker', {})\n", + "('The Sentinel Report', {})\n", + "('Alex Newman', {})\n", + "('Ministry of Truth', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Match Biden', {})\n", + "('Wikipedia', {})\n", + "('More than 70', {})\n", + "('Article by Allum Bokhari', {})\n", + "('the\\xa0National Bureau of Economic Research', {})\n", + "('more than a few months', {})\n", + "('Jimmy Wales', {})\n", + "('Rosdiana Ciaravolo', {})\n", + "('the United Kingdom’s', {})\n", + "('Julius Shiskin', {})\n", + "('the White House Council of Economic Advisers Cecilia Rouse', {})\n", + "('at least two quarters', {})\n", + "('More than a dozen', {})\n", + "('Munich', {})\n", + "('Eastern Germany', {})\n", + "('at least $1.5 million', {})\n", + "('Bavaria to Trieste', {})\n", + "('the past few weeks', {})\n", + "('nearly every day', {})\n", + "('Olaf Scholtz', {})\n", + "('Green Party', {})\n", + "('Scholtz', {})\n", + "('Aimee van Baalen', {})\n", + "('Nancy Faeser', {})\n", + "('1,600', {})\n", + "('as much as six months', {})\n", + "('up to a year', {})\n", + "('the River Thames', {})\n", + "('more than 40 hours', {})\n", + "('2.5 years', {})\n", + "('Formula 1', {})\n", + "('A22', {})\n", + "('Office of Climate & Environmental Justice', {})\n", + "(\"New York City's\", {})\n", + "('EcoData', {})\n", + "('American Express', {})\n", + "('Health + Hospitals', {})\n", + "('Adams', {})\n", + "('Beyond Meat and Impossible Foods', {})\n", + "(\"a hundred thousand years' time\", {})\n", + "('the Global Climate Intelligence Group', {})\n", + "('the Climate Intelligence Foundation', {})\n", + "('GCIG', {})\n", + "('Belgium', {})\n", + "('Chile', {})\n", + "('Greece', {})\n", + "('Hungary', {})\n", + "('the Netherlands', {})\n", + "('the Little Ice Age', {})\n", + "('around the 13th or 14th century', {})\n", + "('Intergovernmental Panel on Climate Change', {})\n", + "('the \"Health Ranger Report', {})\n", + "('One year ago', {})\n", + "('some 1,140', {})\n", + "('About 13 percent', {})\n", + "('The Brennan Center for Justice', {})\n", + "('Technocracy.news', {})\n", + "('Oslo', {})\n", + "('Videos', {})\n", + "('Stopp Oljeletinga', {})\n", + "('Stop Oil Exploration', {})\n", + "('Astrid Rem', {})\n", + "('64 percent', {})\n", + "('late October', {})\n", + "('Letzte Generation', {})\n", + "('Claude Monet', {})\n", + "('Potsdam Museum', {})\n", + "('#MashedPotatoes', {})\n", + "(\"Johannes Vermeer's\", {})\n", + "('Belgian', {})\n", + "('Museo Nacional del Prado', {})\n", + "('Madrid', {})\n", + "('Francisco de Goya', {})\n", + "(\"Intergovernmental Panel on Climate Change's\", {})\n", + "('1.5 degrees Celsius', {})\n", + "('2.7 degrees', {})\n", + "('Paul Ehrlich', {})\n", + "('The Population Bomb', {})\n", + "('Ehrlich', {})\n", + "('coming decades', {})\n", + "('Smithsonian Magazine', {})\n", + "(\"Ron Howard's\", {})\n", + "('Inferno', {})\n", + "('Bertrand Zobrist', {})\n", + "('TED Talk-like', {})\n", + "('Joseph Vazquez', {})\n", + "('Zobrist', {})\n", + "(\"the '70s\", {})\n", + "('1960', {})\n", + "('channel Ehrlich', {})\n", + "(\"'The Population Bomb\", {})\n", + "('Margi Murphy', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Murphy', {})\n", + "('Energy Policy Advocates', {})\n", + "('WhatsApp', {})\n", + "('Signal', {})\n", + "('Associated Press ', {})\n", + "('Climate Feedback', {})\n", + "('Steve Koonin', {})\n", + "('the week', {})\n", + "('Watts', {})\n", + "('The Sierra Club', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Homeowners', {})\n", + "('Jerry Sonnenberg', {})\n", + "('R-Colo.', {})\n", + "('Denver Gazette', {})\n", + "('R', {})\n", + "('Colo.', {})\n", + "('around 61 percent', {})\n", + "('Another 19 percent', {})\n", + "('just 20 percent', {})\n", + "('Colorado Oil and Gas Association', {})\n", + "('Dan Haley', {})\n", + "('Sierra Club', {})\n", + "('Sonnenberg', {})\n", + "('up to decade', {})\n", + "('winters', {})\n", + "('up to ten years', {})\n", + "('Peter Caddle', {})\n", + "('Fears', {})\n", + "('this coming winter', {})\n", + "('up to a decade', {})\n", + "('Les 5 à', {})\n", + "('la facture énergétique de 770', {})\n", + "('Tinne Van der Straeten', {})\n", + "('Abundance', {})\n", + "('Macron Warns', {})\n", + "('Romanian', {})\n", + "('Terhes', {})\n", + "('TCS', {})\n", + "('The Ministry of Environment & Climate Change Canada', {})\n", + "('Firearms Storage', {})\n", + "('The Globalist War', {})\n", + "('85%', {})\n", + "('Sri Lankan', {})\n", + "('$450 million', {})\n", + "('Rajanganaya', {})\n", + "('2.5 acres', {})\n", + "('Sri Lanka’s', {})\n", + "('$1.3 billion', {})\n", + "('71 percent', {})\n", + "('23 years', {})\n", + "('Situation Update', {})\n", + "('Thomas Renz', {})\n", + "('intel', {})\n", + "('each day', {})\n", + "('Telegram', {})\n", + "('Ghost World', {})\n", + "('The Global Reset Survival Guide', {})\n", + "('The Contagious Mind', {})\n", + "('Resilient Prepping', {})\n", + "('NaturalNews.com', {})\n", + "('Amazon.com', {})\n", + "('ICP-MS', {})\n", + "('Bank Term Funding Program', {})\n", + "('BTFP', {})\n", + "('up to one year', {})\n", + "('U.S. Treasuries', {})\n", + "('the Department of the Treasury', {})\n", + "('up to $25 billion', {})\n", + "('the Exchange Stabilization Fund', {})\n", + "('Silicon Valley Bank and Signature Bank', {})\n", + "('Board', {})\n", + "('just 4 days ago', {})\n", + "('50bps', {})\n", + "('about 48 hours', {})\n", + "('Bill Ackman', {})\n", + "('DEATH', {'type': 'ORG', 'label': 'unreliable'})\n", + "('more than $250 million', {})\n", + "('at least 65,000', {})\n", + "('the next three years', {})\n", + "('the Department of Agriculture, Food', {})\n", + "('Marine', {})\n", + "('37.5 per cent', {})\n", + "('Kerrygold', {})\n", + "('White House’s', {'type': 'ORG', 'label': 'unreliable'})\n", + "('the\\xa0Office of Environmental Justice', {})\n", + "('Office of Environmental Justice', {})\n", + "('H.R. 1', {})\n", + "('the Lower Energy Costs Act', {})\n", + "('Alfredo Ortiz', {})\n", + "('the Job Creators Network', {})\n", + "('Ortiz', {})\n", + "('Wayne Crews', {})\n", + "('Peter Navarro', {})\n", + "(\"Taking Back Trump's America\", {})\n", + "('Navarro', {})\n", + "('East Palestine', {})\n", + "(\"Taking Back Trump's\", {})\n", + "('the Daily Mail', {})\n", + "('Powering Up Britain', {})\n", + "('the Global Methane Pledge', {})\n", + "('Green Alliance', {})\n", + "('Dustin Benson', {})\n", + "('the National Food Strategy of', {})\n", + "('Department for Environment', {})\n", + "('Vicki Hird', {})\n", + "('Sustain', {})\n", + "('around 14 percent', {})\n", + "('Downing Street', {})\n", + "('92 percent', {})\n", + "('2037', {})\n", + "('between 2033 and 2037', {})\n", + "('Tom Burke', {})\n", + "('E3G', {})\n", + "('3.1 million acres', {})\n", + "('the Irish Daily Mail', {})\n", + "('Freedom of Information', {})\n", + "('up to 86,500', {})\n", + "('20,000 acres', {})\n", + "('875,000 hectares', {})\n", + "('up to 302,000', {})\n", + "('Mattie McGrath', {})\n", + "('Teachtai Dála', {})\n", + "('McGrath', {})\n", + "('Taoiseach Leo Vradkar', {})\n", + "('Agriculture', {})\n", + "('Charlie McConalogue', {})\n", + "('Nature Restoration Law', {})\n", + "(\"Irish Farmers' Association\", {})\n", + "('Stephen Canavan', {})\n", + "('the English Government', {})\n", + "('Susan Duclos', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Edible Insects', {})\n", + "('WISN', {})\n", + "('1970', {})\n", + "('the Smithsonian Institute', {})\n", + "('between 75 and 80 percent', {})\n", + "('Line Magazine -\\xa0', {})\n", + "('1985', {})\n", + "('one half', {})\n", + "('the year 2000', {})\n", + "('some 70 million', {})\n", + "('the 70s', {})\n", + "('Pete Gunter -\\xa0', {})\n", + "('James Hansen', {})\n", + "('nearly 2 degrees', {})\n", + "('the last 100,000 years', {})\n", + "('Two years later', {})\n", + "('Hansen', {})\n", + "('the Hudson River', {})\n", + "('July 23, 2022', {})\n", + "('7/17-7/23', {})\n", + "('Maria', {})\n", + "('NYT', {})\n", + "('• Turns', {})\n", + "('Summers', {})\n", + "('Lyle', {})\n", + "('Nickerson', {})\n", + "('Yellowjackets', {})\n", + "('Tenebrio', {})\n", + "('Nicholas Harris', {})\n", + "('UnHerd', {})\n", + "('five-foot', {})\n", + "('Cassandra', {})\n", + "('United Nations Conference of the Parties', {})\n", + "('COP', {})\n", + "('Texas A&M', {'type': 'ORG', 'label': 'unreliable'})\n", + "('NTD', {})\n", + "('Texas A&M University', {})\n", + "('the Qingdao\\xa0National Laboratory for Marine Science and Technology', {})\n", + "('February 2022', {})\n", + "('$2 million', {})\n", + "('the International Laboratory for High-Resolution Earth System Prediction', {})\n", + "('The Department of Defense', {})\n", + "('TAMU', {})\n", + "('the Senate Foreign Relations Committee', {})\n", + "('Senate Select Committee on Intelligence', {})\n", + "(\"the People's Republic of China\", {})\n", + "('The College Station', {})\n", + "('the Federal Bureau of Investigation', {})\n", + "('M. Katherine Banks', {})\n", + "('John Sharp', {})\n", + "('Jamil N. Jaffer', {})\n", + "('Jaffer', {})\n", + "('the National Security Institute', {})\n", + "(\"George Mason University 's\", {})\n", + "('Antonin Scalia Law School', {})\n", + "('Cheng', {})\n", + "('Guangdong University of Technology', {})\n", + "('2012 to', {})\n", + "('the Department of Justice', {})\n", + "('SHUTTERED', {})\n", + "('some 54,000', {})\n", + "('around one-fifth', {})\n", + "('Thousands upon thousands', {})\n", + "('The Burning Platform', {})\n", + "('the Middle Ages', {})\n", + "('Between 2016-2019', {'type': 'DATE', 'label': 'unreliable'})\n", + "('1,114', {})\n", + "('1,130', {})\n", + "('98.6 percent', {})\n", + "('1.4 percent', {})\n", + "('The World Professional Association for Transgender Health', {})\n", + "('About 20 percent', {})\n", + "('around $40,000', {})\n", + "('Vanderbilt Hospital', {})\n", + "('Vanderbilt', {})\n", + "(\"VUMC Clinic for Transgender Health's\", {})\n", + "('Shayne Sebold', {})\n", + "('Taylor', {})\n", + "('Grand Rounds', {})\n", + "('the U.S. Food and Drug Administration', {})\n", + "('Grand View Research', {})\n", + "('last year alone', {})\n", + "('$1.9 billion', {})\n", + "('Russell Tytler', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Deakin University', {})\n", + "('Peter Freebody', {})\n", + "('the University of Wollongong', {})\n", + "('Tytler', {})\n", + "('Freebody', {})\n", + "('Alex Wodak', {})\n", + "('New South Wales', {})\n", + "('NSW', {})\n", + "('Australians', {})\n", + "('Wodak', {})\n", + "('the early 1900s', {})\n", + "('1906', {})\n", + "('Coca-Cola', {})\n", + "('the year 1903', {})\n", + "('the War on Drugs', {})\n", + "('SAVE', {'type': 'ORG', 'label': 'unreliable'})\n", + "('STARVE', {})\n", + "('the\\xa0 Department of Agriculture', {})\n", + "(\"the Department of Agriculture's\", {})\n", + "('AIM for Climate Summit', {})\n", + "('eight billion fellow', {})\n", + "('another half', {})\n", + "('Fake', {})\n", + "('AIM for Climate', {})\n", + "('Louisville', {})\n", + "('21,000', {})\n", + "('only six', {})\n", + "('seventh', {})\n", + "('at least 1,000 feet', {})\n", + "('Petaluma', {})\n", + "('Santa Rosa', {})\n", + "('Sonoma County', {})\n", + "('Electric Vehicles', {})\n", + "('the Louisville City Council', {})\n", + "('September 2023', {})\n", + "('three-ton', {'type': 'QUANTITY', 'label': 'unreliable'})\n", + "('Schellnhuber', {})\n", + "('three tons', {})\n", + "('CO2 per year', {})\n", + "('about 10 tons', {})\n", + "('100 tons', {})\n", + "('the Paris World Inequality Lab', {})\n", + "('more than 2,000 tons', {})\n", + "('Alibaba', {})\n", + "('Alibaba Group', {})\n", + "('J. Michael Evans', {})\n", + "('Evans', {})\n", + "('Emissions Trading Scheme', {})\n", + "('about 10,000', {})\n", + "('less than 30 years', {})\n", + "('55%', {})\n", + "('Peter Liese', {})\n", + "('the European Parliament', {})\n", + "('Liese', {})\n", + "('Pascal Canfin', {})\n", + "(\"the European Parliament's\", {})\n", + "('almost 50 percent', {})\n", + "('around €100', {})\n", + "('2027', {})\n", + "('Anthony Albanese', {})\n", + "('Digital Reporter', {})\n", + "('September 5, 2022', {})\n", + "('10:45AM', {})\n", + "('44.2 cents', {})\n", + "('the March Budget', {})\n", + "('22 cents', {})\n", + "('Albanese', {})\n", + "('$2.5 billion', {})\n", + "('$6 billion', {})\n", + "('$12 billion', {})\n", + "('0.09', {})\n", + "('$0.33 / gallon', {})\n", + "('50L', {})\n", + "('4.50', {})\n", + "('2/3', {})\n", + "('3 months', {})\n", + "('The Australian Reserve Bank', {})\n", + "('131', {})\n", + "('a third', {})\n", + "('62 percent', {})\n", + "('Venus', {})\n", + "('Paris Climate Treaties', {})\n", + "('Paris Climate Treaty', {})\n", + "('Climate Science Center', {})\n", + "('Climate Inform Labels', {})\n", + "('the Climate Science Center', {})\n", + "('Climate Science Literacy Initiative', {})\n", + "('Climate Pledges', {})\n", + "('the Climate Pledges', {})\n", + "('the Monash Climate Change Communication Research Hub', {})\n", + "('Decision-Making Laboratory', {})\n", + "('the Yale Program on Climate Change Communication', {})\n", + "('Mark Kelly', {})\n", + "('Jordan Conradson', {})\n", + "('Trump-Endorsed Blake Masters', {})\n", + "('U.S. Senate Press', {})\n", + "('Radical Left', {})\n", + "('the Arizona Legislature', {})\n", + "('The Gateway Pundit', {})\n", + "('National Motto', {})\n", + "('In God We Trust', {})\n", + "('Cole', {})\n", + "('the “Equality Act', {})\n", + "('Melissa Moschella', {})\n", + "('Tumblr', {})\n", + "('Moschella', {})\n", + "('“Transgender Day Of Visibility', {})\n", + "('up to 25', {'type': 'CARDINAL', 'label': 'unreliable'})\n", + "('the University of California,', {})\n", + "('Davis', {})\n", + "('UC Davis', {})\n", + "('the UC Davis', {})\n", + "('between 542 pounds', {})\n", + "('246 kg', {})\n", + "('3,325 pounds', {})\n", + "('1,508 kg', {})\n", + "('between four and 25', {})\n", + "('Mark Post', {})\n", + "('Maastricht University', {})\n", + "('cyanobacteria', {})\n", + "('April 21', {})\n", + "('PDF', {})\n", + "('Tony Fauci', {})\n", + "('1961', {})\n", + "('the Oval Office of the White House', {})\n", + "(\"Robert F. Kennedy Jr.'s\", {})\n", + "('this Climate Community Project', {})\n", + "('Southern California Edison', {})\n", + "('SCE', {})\n", + "('the Climate Community Project', {})\n", + "('subpar batteries', {})\n", + "('A Green New Deal for Transportation', {})\n", + "('many years', {})\n", + "(\"Willis Eschenbach's\", {})\n", + "('Willis', {})\n", + "('Artificial Intelligence', {})\n", + "('ChatGPT definitively', {})\n", + "('Rule of Models', {})\n", + "('Bing', {})\n", + "('AI ChatBot', {})\n", + "('Steele Dossier', {})\n", + "('Daniel Jones', {})\n", + "('Russiagate', {})\n", + "('300 percent', {})\n", + "('140,000', {})\n", + "('more than $6 million', {})\n", + "('540,000', {})\n", + "('Doug Jones', {})\n", + "('Roy Moore', {})\n", + "('pre-Musk', {})\n", + "('Comet Research Group', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Younger Dryas', {})\n", + "('the earth', {})\n", + "('12,800 years ago', {})\n", + "('10 degrees Celsius', {})\n", + "('18 degrees', {})\n", + "('about 1,400 years', {})\n", + "('Dryas', {})\n", + "('YD', {})\n", + "('about two million years', {})\n", + "('Tens of millions', {})\n", + "('Mammoths', {})\n", + "('As much as 60 percent', {})\n", + "('tons and tons', {})\n", + "('The Comet Research Group', {})\n", + "('• Craters', {})\n", + "('• Diamonds', {})\n", + "('• M', {})\n", + "('• Black', {})\n", + "('• Mass', {})\n", + "('• Climate', {})\n", + "('Rachel” Levine,', {'type': 'WORK_OF_ART', 'label': 'unreliable'})\n", + "('Pediatrician', {})\n", + "('Rollyn Ornstein', {})\n", + "(\"Penn State Hershey Children's Hospital\", {})\n", + "('Levine', {})\n", + "('age 18', {})\n", + "('Megan Brock', {})\n", + "('Daily Caller News Foundation', {})\n", + "('Ornstein', {})\n", + "('early 2021', {})\n", + "('ED', {})\n", + "('under 18', {})\n", + "('Johns Hopkins Medicine', {})\n", + "('The Zelenko Report', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Sargis Sangari', {})\n", + "('Brighteon', {})\n", + "('Ann Vandersteel', {})\n", + "('Jan. 16', {})\n", + "('Sangari', {})\n", + "('more than 20 years', {})\n", + "('Near East Center for Strategic Engagement', {})\n", + "('NEC', {})\n", + "('Vandersteel', {})\n", + "('The Zelenko Freedom Foundation', {})\n", + "('Peter Pry', {})\n", + "('EMP', {})\n", + "('South America', {})\n", + "('1-2 p.m.', {})\n", + "('Greta Thunberg ROASTED', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('then-15-year-old', {})\n", + "('only five years', {})\n", + "('June 21, 2023', {})\n", + "('five-year date', {})\n", + "(\"Greta Thunberg's\", {})\n", + "('about 12 years', {})\n", + "('GLOBALISTS', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Keep', {})\n", + "('$1.78 to $', {})\n", + "('7.00', {})\n", + "('400 percent', {})\n", + "('$5 billion', {})\n", + "('pervert Jeffrey Epstein', {})\n", + "('around 500 to 600', {})\n", + "('as early as next year', {})\n", + "('Wednesday, October 5', {})\n", + "('Around] 500 to 600', {})\n", + "('Eva Vlaardingerbroek', {})\n", + "('Tens of thousands', {})\n", + "('Vlaardingerbroek', {})\n", + "('Willem Engel', {})\n", + "('about a third', {})\n", + "('the Tristate City', {})\n", + "('around 45 million', {})\n", + "('Engel', {})\n", + "('over 100 million', {})\n", + "('Rudi Buis', {})\n", + "('the Netherlands Agricultural and', {})\n", + "('Horticultural Organization', {})\n", + "('LTO', {})\n", + "('five to seven years', {})\n", + "('NEW WORLD', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Clinton Global Initiative', {})\n", + "('UN General Assembly', {})\n", + "('Jamie White', {})\n", + "('September 19-27', {})\n", + "('Voldoymyr Zelensky', {})\n", + "('Emmnauel Macron', {})\n", + "('Liz Truss', {})\n", + "('Ebrahim Raisi', {})\n", + "('Chelsea Clinton', {})\n", + "('Sept. 19-20', {})\n", + "('6 years', {})\n", + "('CGI', {})\n", + "('Commitments to Action', {})\n", + "('This September', {})\n", + "('the United Nations General Assembly', {})\n", + "('Melinda Gates', {})\n", + "('Matt Damon', {})\n", + "('Kathy Hochul', {})\n", + "('Cindy McCain', {})\n", + "('Fareed Zakaria', {})\n", + "('Xavier Becerra', {})\n", + "('Brian Deese', {})\n", + "('Vivek Murthy', {})\n", + "('Gina Raimondo', {})\n", + "('Marty Walsh', {})\n", + "('Sept. 19-22', {})\n", + "('Stephanie Ruhle', {})\n", + "('Rachel Smolkin', {})\n", + "('BlackRock VP', {})\n", + "('Pamela Chan', {})\n", + "('Build Back Better” agenda', {})\n", + "('the Sustainable Development Impact Meetings', {})\n", + "('the Sustainable Development Goals', {})\n", + "('the months ahead', {})\n", + "('Matrixxx Grooove', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Shady', {})\n", + "('The Matrixxx Grooove Show', {})\n", + "('July 19', {})\n", + "('10 percent', {})\n", + "('years, decades', {})\n", + "('Shannon', {})\n", + "('ShadyGrooove', {})\n", + "('The \"Matrixxx Grooove', {})\n", + "('Pedersen', {})\n", + "('the American Revolution of 1776', {})\n", + "('Townsend', {})\n", + "(\"Dinesh D'Souza\", {})\n", + "('Mules', {})\n", + "('Monday to Friday', {})\n", + "('12-1 p.m.', {})\n", + "('Patricia Adams & Lawrence Solomon', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Alice-in-Wonderland', {})\n", + "('malaria', {})\n", + "('4,000', {})\n", + "('the U.N. Intergovernmental Panel on Climate Change (IPCC', {})\n", + "('Freeman Dyson', {})\n", + "('Albert Einstein', {})\n", + "('Princeton', {})\n", + "('three-decade-long', {})\n", + "('195', {})\n", + "('Gallup', {})\n", + "('“just 1 percent', {})\n", + "('/Siena College', {})\n", + "('under 30', {})\n", + "('IEA', {})\n", + "('democrats', {})\n", + "('Christian Democratic Union of Germany', {})\n", + "('Albert Stegemann', {})\n", + "('The Green Party', {})\n", + "('VAT', {})\n", + "('Rober Habeck', {})\n", + "('Vox Media', {})\n", + "('Linus Mattauch', {})\n", + "('the School of Geography', {})\n", + "('at least 75 percent', {})\n", + "('14.5 percent', {})\n", + "('North Americans', {})\n", + "('Matin Qaim', {})\n", + "('Washington State Department of Health', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Climate Change & Pregnancy', {})\n", + "('WSDH', {})\n", + "('the Washington Tracking Network', {})\n", + "('the Next Generation Science Standards', {})\n", + "('Todd Myers', {})\n", + "('Washington Policy Center', {})\n", + "('Myers', {})\n", + "('Bible', {})\n", + "('Quran', {})\n", + "('the International Monetary Fund', {})\n", + "('Antigua', {})\n", + "('Barbuda', {})\n", + "('$8.9 billion', {})\n", + "('Adelle Thomas', {})\n", + "('the Climate Change Adaptation and Resilience Research Center', {})\n", + "('each passing year', {})\n", + "('Walton Webson', {})\n", + "('BOMBS', {})\n", + "('the Christmas week', {})\n", + "('the coming week', {})\n", + "('Luciferians', {})\n", + "('around Christmas Day', {})\n", + "('the last few weeks', {})\n", + "('the last six years or so', {})\n", + "('Breitbart.com', {})\n", + "('TGP', {})\n", + "('NaturalNews', {})\n", + "('NN', {})\n", + "('Redneck Revolt', {})\n", + "('Going Down', {})\n", + "(\"Redneck Revolt's\", {})\n", + "('Bloomberg.com', {})\n", + "('The Climate Movement Needs', {})\n", + "('Pipeline', {})\n", + "('Mother Earth', {})\n", + "('Stephen L. Miller', {})\n", + "('Intel', {})\n", + "('the Day of Christ (', {})\n", + "('Nearly two-thirds', {})\n", + "('#', {})\n", + "('the summer of 2019', {})\n", + "('Health Ranger', {})\n", + "('Oblivion Agenda', {})\n", + "('iTunes', {})\n", + "('Food Compass', {})\n", + "('the Friedman School of Nutrition Science and Policy', {})\n", + "('late 2021', {})\n", + "('The Food Compass', {})\n", + "('87', {})\n", + "('Lucky Charms', {})\n", + "('Joseph Mercola', {})\n", + "('the Food Compass', {})\n", + "('Eating', {})\n", + "('Mercola', {})\n", + "('Dutch Parliament', {})\n", + "('billions die', {})\n", + "('Society Foundation', {})\n", + "('the Munich Security Conference', {})\n", + "('seven meters', {})\n", + "('University of Cambridge', {})\n", + "('arctic', {})\n", + "('The Arctic Circle', {})\n", + "('Charles III', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Christian Patriot News', {})\n", + "('the Prince of Wales', {})\n", + "(\"Elizabeth II's\", {})\n", + "('Peter Dutton', {})\n", + "('Dutton', {})\n", + "('the Liberal Party of Australia', {})\n", + "(\"Charles III's\", {})\n", + "('the Australian Labor Party', {})\n", + "('ALP', {})\n", + "('the Labor Party', {})\n", + "('Sky News Australia', {})\n", + "('Virtual', {})\n", + "('June 2020', {})\n", + "('Google/YouTube', {})\n", + "('Chris Menahan', {})\n", + "('the ‘Benadryl Challenge', {})\n", + "('a dozen', {})\n", + "('Benadryl', {})\n", + "('the Benadryl Challenge', {})\n", + "('Arson', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('Edward Struzik', {})\n", + "(\"Queen's Institute for Energy and Environmental Policy\", {})\n", + "('coming weeks earlier', {})\n", + "('coming weeks later', {})\n", + "('Struzik', {})\n", + "('Steven Guibeault', {})\n", + "('Principal', {})\n", + "('Gerald Butts', {})\n", + "('Butts', {})\n", + "('Wide Awake Media', {})\n", + "('the \\xa0Meteorology Department', {})\n", + "('June 2', {})\n", + "('Toronto Sun', {})\n", + "('Hugues Beaulieu', {})\n", + "('The Royal Canadian Mounted Police (RCMP', {})\n", + "('Nova Scotia', {})\n", + "('Yukon', {})\n", + "('British Columbia', {})\n", + "('Alberta', {})\n", + "('Albertan', {})\n", + "('Cold Lake', {})\n", + "('Edmonton', {})\n", + "('the Church of Jesus Christ', {})\n", + "('Latter-Day Saints', {})\n", + "('Cherry Grove', {})\n", + "('about 4.8 million hectares', {})\n", + "('11.86 million acres', {})\n", + "('millions of acres', {})\n", + "('Western Canada', {})\n", + "('Gerald Cheng', {})\n", + "('Monday, June 12', {})\n", + "('Air Quality Health Index', {})\n", + "('Fort McMurray', {})\n", + "('Nearly 5,000', {})\n", + "('Anita', {})\n", + "('Edson', {})\n", + "('DEFLATING', {'type': 'ORG', 'label': 'unreliable'})\n", + "('Tyre Extinguishers', {})\n", + "('Czech Republic', {})\n", + "('Austria', {})\n", + "('the last month alone', {})\n", + "('some 42', {})\n", + "('Beacon Hill', {})\n", + "('Howie Carr', {})\n", + "('Louisburg Square', {})\n", + "('Carr', {})\n", + "('1997', {})\n", + "('May 2', {})\n", + "('the European Commission', {})\n", + "('the Green Deal', {})\n", + "('roughly €1.47 billion', {})\n", + "('$1.62 billion', {})\n", + "('up to 100 percent', {})\n", + "('The EU Commission', {})\n", + "('February of 2028', {})\n", + "('five consecutive years', {})\n", + "('the National Statistics Office', {})\n", + "('€122.3 billion', {})\n", + "('Robbin Voorend', {})\n", + "('90-95%', {})\n", + "('Martin Neppelenbroek', {})\n", + "('€975 million', {})\n", + "('$1.77 billion', {})\n", + "('up to 120%', {})\n", + "('an additional 20%', {})\n", + "('Blackrock’s', {})\n", + "('Texas AG', {})\n", + "('Ken Paxton', {})\n", + "('August 8', {})\n", + "('Arizona AG', {})\n", + "(\"Mark Brnovich's\", {})\n", + "('West Virginia AG', {})\n", + "('Patrick Morrisey', {})\n", + "('Morrisey', {})\n", + "('Woke Inc.', {})\n", + "('Vivek Ramaswamy', {})\n", + "('the Conservative Political Action Conference', {})\n", + "('Strive', {})\n", + "('Fink', {})\n", + "('the first-half', {})\n", + "('year 2022', {})\n", + "('the end of June', {})\n", + "('only about a quarter', {})\n", + "('Robert Vautard', {'type': 'PERSON', 'label': 'unreliable'})\n", + "('the France Climate and Environment Sciences Laboratory', {})\n", + "('VOA', {})\n", + "('More than a thousand', {})\n", + "('Peter Koenig', {})\n", + "('Global Research', {})\n", + "('Rutte', {})\n", + "('Koenig', {})\n", + "('some 30 percent', {})\n", + "('Holland', {})\n", + "('the Ukraine war', {})\n", + "('the two-thirds', {})\n", + "('the Austrian Parliament', {})\n", + "('Gerald Hauser', {})\n", + "('Johannes Rauch', {})\n", + "('Hauser', {})\n", + "('Lützerath', {})\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "Use Clauset-Newman-Moore greedy modularity maximization to generate the graph and have better results." + ], + "metadata": { + "id": "c0Q0k84yuFmI" + } + }, + { + "cell_type": "code", + "source": [ + "import networkx as nx\n", + "\n", + "# Calculate degree centrality\n", + "degree_centrality = nx.degree_centrality(G)\n", + "# Print the node with the highest degree centrality\n", + "max_degree = max(degree_centrality, key=degree_centrality.get)\n", + "print(f\"Node with highest degree centrality: {max_degree}\")\n", + "\n", + "# Identify communities using the Clauset-Newman-Moore greedy modularity maximization\n", + "from networkx.algorithms.community import greedy_modularity_communities\n", + "communities = list(greedy_modularity_communities(G))\n", + "print(f\"Number of communities found: {len(communities)}\")\n", + "\n", + "# Let's inspect the first community\n", + "first_community = communities[0]\n", + "print(f\"First community: {first_community}\")\n", + "\n", + "# For nodes, you might want to see the 'type' and 'label' attributes\n", + "for node in first_community:\n", + " data = G.nodes[node]\n", + " print(f\"Entity: {node}, Type: {data.get('type')}, Label: {data.get('label')}\")\n", + "\n", + "# Save the graph if you haven't already\n", + "nx.write_graphml(G, 'knowledge_graph.graphml')\n", + "\n" + ], + "metadata": { + "id": "mcmArc9mHZJL", + "colab": { + "base_uri": "https://localhost:8080/" + }, + "outputId": "74d66168-1098-48e3-e345-1df4d384dbcd" + }, + "execution_count": 20, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Node with highest degree centrality: first\n", + "Number of communities found: 21\n", + "First community: frozenset({'Press Sec', 'Under The Desk News', 'Maria Sacchetti', 'C-SPAN', 'Barr', 'Texas Bar', 'Thrifty Sue', '10%', 'Elizabeth Warren Unveils', 'Middle East', 'Power the Future', 'African-Americans', 'the Daily Caller News Foundation', 'Emma Thompson', 'Larry Elder', 'Tommy Pigott', '3 hours', 'Airline', 'Nearly 80%', 'Liberal Hate-Fest', 'just days ago', 'Versus', 'Tamarkin', 'zero dollars', 'weeks ago', 'late last week', '100%', 'City Hall', 'Kick Catholic Dems', 'FAA Records Show Kerry’s Family Still Owns Private Jet', 'Jessica Layton', 'Iran-Contra', '🇺🇸', 'National Security', 'Protect Planet', 'DMV', 'Honduras', 'Georgetown University', 'Reuters Top News', 'AOC Warns Social Media of ‘Climate-Vulnerable Foods’ Like Grapes, Coffee, Berries', 'the UN Food and Agriculture Organization', 'the last decade this week', 'Bernie Sanders Spent', 'Fox', 'more than $300 million', 'an entire year', 'the University of California San Diego', 'VitalSleep', 'DONALD TRUMP', 'the Logan Act', 'this morning', 'Some 21 months', 'Create 240k', 'up to $10 billion', 'the Department of the Interior', 'Caravan', 'Congressional Meeting', '37,567', 'March 6', 'Whirlpool', 'Amazon', 'New York Post Op-Ed \\n ', 'Chuck', 'SHE', 'New York City', 'TONIGHT', '9/11', 'Christopher Bedford', 'Shut Down', 'HILLARY', 'FEC', 'Super Tuesday States –', 'Vegan', 'Outgoing', 'Nah', 'over 500', 'Some 88%', 'CEI', 'Virginia', 'a few weeks', 'Clarence Thomas ‘Uncle Clarence’ During', '152', '25%', 'Bill Passes', '$0 \\n ', 'Monthly', 'the University of Maryland', 'The Congresswoman @AOC', 'Legendary', 'Nazism', 'the committee & making decisions', 'Universal Healthcare', 'Catholic', 'at least $100', 'Sunshine State', 'Native American', 'Blackburn', 'South', 'Bold', 'John Harrington', 'Kim Jong Un', 'Cortez’ ‘Green New Deal', '180 degree', 'a few years', 'Walmart', '@MaddowBlog', 'Washington Post Blames Hurricane Florence', '$4 million', 'Israeli', '-Kamala', 'El Paso’s', 'Nancy', 'Quriyat', '10 days', 'Canberra', 'a “day', 'Planned Parenthood', 'just weeks', 'Monday', '61% and 50%', 'Pennsylvania', 'Hawley Amid', 'Your Direct Action', 'Vitus Spehar', 'over $2 million', 'Amy Klobuchar', '297,685.50', 'The Daily Caller:', '20 percent', 'the South Carolina', 'Fox LA', 'de Blasio', 'Los Angeles Police Protective League', '2020', '36', 'Gov', 'Humans', 'two cents', '$3 million', 'Klobuchar', '0.1 percent', '10-year', 'Bartiromo', '$1.2 billion', 'rape+incest', 'Gen Z', 'Joe Manchin’s', 'Suggest ‘New Deal’ Will Stop MIDWEST TORNADOES', '11.5 billion', '12 pm', 'Cory Booker', 'Tennessee', '@MikeBloomberg', 'the US Bureau of Land Management', 'Team Joyless', 'Rainbows', 'South Carolina’s', 'Nashville', 'Second Amendment', '— Ed Markey', 'the Big Apple’s', 'the Civil War', 'east coast', 'Darry Sragow', 'Andrew Tavani', '1.2 million', 'Blames Immigration Chaos', 'American Enterprise Institute', 'the Rawah District', 'Higher Wages', 'Transportation', '70,000-ton', 'Almost a third', 'Four', 'MACY', 'Trump War Room', 'Henniges Automotive', 'Compton', '77%', 'West Hollywood', '18 LONG months', 'an estimated 2.5 million', '7:00 p.m. EST', 'more than 2.4 billion metric tons', 'the ten years', 'John’s Grill', 'Camp David', 'Russians', 'Us', 'Ali Velshi', 'Michigan', 'Warren Support Climate', 'March 26', 'BDS', 'these past 14 months', '21%', 'the Palestinian Authority', 'Washington DC', '1984', 'Trump hours', '$93 trillion', 'Super', 'Peter Doocy', 'Thereby', 'Four years ago', 'Sean', 'Henderson', 'just seven hours', 'I’m 40', '500', 'the American Civil Liberties Union', 'Kay Coles James', 'National Guard', 'Scene', 'Al Aqsa', 'a trillion dollars', 'Change Cooling', 'ICE', '23', 'Musk Blasts', 'an additional $1.6 million', 'Channel 4', '8 year old', 'Border Burns \\n ', 'Capping the State and Local Tax', 'Today the Senate', 'more than a year', \"'Work Together' With China\", 'Biden Releases', 'GasBuddy', 'Calif.', 'Project Veritas Action Fund', 'winter', 'less than 24 hours', 'Biden Administration ‘Muzzling’ Border Agents from Speaking', 'Jim Crow', 'HILARIOUS', 'Bernie Sanders Blames HEAT WAVE', 'A century ago', 'a week ago', 'Los Angeles Lakers', 'Kirsten Gillibrand', 'Morning Consult', '$3 TRILLION', 'the last five years', 'Section 5', '48', 'The Republican National Committee', 'Ken Langone', 'Reines', 'Brian Burch', 'Kavanaugh', 'storytell & cry', 'hundreds of gallons', 'MUMBLIN', 'Washington', 'just hours', 'Loser', '1PM', 'Phil Murphy', 'Sanders', 'the Grand Canyon State', 'Hobart', 'Biden Naps', 'Dean', 'Emily Schrader', 'Vermont \\n ', 'pro-Palestine', 'Don’t Flinch', '10.058 million', 'fifth', 'NYPD', '30,000', 'Nearly one million', 'HGTV', 'over 230,000 kilowatt hours', 'up to 8mm', '246 years', 'Occupy London', 'Ted Lieu', 'at least 50%', 'ten year', 'Joe Tell', 'WORLD WAR II', 'BDS movement &', 'Newsome', 'MPP', 'the ‘Sunrise Movement', '@JennaEllisEsq', '$13.2 million', 'desk anymore', 'Bill de Blasio', 'DRILL', 'AVIC', 'Fake News', 'Richard Grenell', 'Labor Department', 'EVERYONE', '“150 million', 'NEPA', 'Bush', 'the Electoral College', 'Children Across', 'NYC', 'between $42.8 trillion', 'Islam', 'Jake Tapper', 'Boulder City', 'Eric Adams', 'Yang', 'Larry Murphree', 'Jorge Ramos', 'BioScience', 'Vermont', 'National Climate Advisor', 'Sarah Dolan', 'Sragow', 'January 3rd', 'Centennial Hills', 'Texan', 'American Millennials are ‘Killing Paper Napkins', 'African Americans', 'Uber or Lyft', 'early October', 'more than $1 billion', 'every week', 'Infrastructure, Climate Change', 'Hirono', '35%', 'the Northern Triangle', 'Range Rover', 'Just weeks', 'George Washington', 'two days later', 'Robert Mueller’s', 'Butte County Sheriff Kory Honea', '$94 million', 'The Enemy of the People: A Dangerous Time to Tell the Truth in America', 'Arizona', 'Floridians', 'the Soviet Union’s', 'WINTER', 'Homan', 'September 15', 'Maue', 'Hawaiian', 'Andy Goldman', 'Nelson Mandela', 'Hurricane Dorian', 'more than a fourth', 'Blames ‘Acid Rain', 'the Infrastructure Bill', 'every four years', 'one-tenth', 'AmeriCorps', 'Green New Deal', '90 million', 'the Great Plains', 'the next decade', 'Stephen Miller', 'Pens Op-Ed Warning', 'nights', 'New Voting Rights Act', 'about $71,000', 'Strong Borders', 'Homelessness', 'Stop Climate Change', 'Ocasio-Cortez ‘Hell Bent’ on', 'Only a few days ago', '26% to 24%', 'Iran', 'McCarthy', 'Saudi Arabia’s', 'Loses Votes', 'PBS', 'evening', 'New York State', 'David Wright', 'the Gulf Coast', 'one week', 'Yahoo News', 'Biden’s', 'Jimmy Van Bramer', 'Los Angeles Sergeant', 'over $1 million', 'Tijuana', '28 days', '62% to 23%', 'about tonight', 'Stop Americans', 'Destructive Witch Hunt', 'Punchbowl', 'next Tuesday', 'Facebook’s Climate Science Information Center', '32%', 'Benjamins', 'George Wallace', 'Sept. 23', 'Climate Protest Outside Pelosi’s Office', '40%', 'CNN & MSNBC', 'early 2019', 'NBC News Graphics (@NBCNewsGraphics', 'Warren Promises Free College', 'Bloomberg Flies ‘Melting Ice', '$30 trillion', 'Dennis Herrera', 'Blames Border Disaster', 'up to six months', 'The Washington Post', '$$ \\n ', 'Brooklyn', 'Housing for All', 'DNC Chair', 'DISGUSTING', 'Del Rio', 'suspends', 'Homeland Security', 'last May', 'the end of October', 'Elizabeth Warren’s', '11', 'Tuesday night', '— John Jenkins', 'their ‘Green New Deal', 'Times Square Rips ‘Job Loss', 'The Reidout', '17%', 'more than 12%', 'POLITICO', 'n’t &', 'Ashley Zavala', 'al Qaeda', 'Sarah Dolan Schneider', 'Daniel Taylor', 'Starburst', 'Summer', 'Morning Edition', 'Burger King', 'Safest Big City', 'LeBron James', 'DOUBLE', 'Mahmoud Abbas', '’s', '$100-trillion', 'Town Hall', 'Joe Biden Tells Terrified Voter', '— Gavin Newsom', 'Buttigieg', 'Michael Mann', '64 days', 'Anarchists', 'her ‘Concentration Camp', 'Marc Thiessen', 'more than 11,000', 'Asthma, Pensions', 'Sean Illing', 'Alvin Valley', 'more than $94 million', 'Joe Biden Laughs', 'James Carville', 'An Inconvenient Sequel', 'the House Floor', 'US', 'Rashida Tlaib', 'the British Treasury', 'Central American', 'Catholic Democrats', 'Kamala Harris Posts Video', 'NBC', '@TCPigott', 'Accu-Adjust System', 'boycotts', 'Team Biden', 'Heather Cox Richardson', 'Dan Crenshaw BLASTS', 'Longtime Democratic', 'Last year’s', 'Kirstjen M. Nielsen', 'the NY Post', 'New Yorkers', 'the Senate Floor', 'the middle of the night', 'West Germany', 'Blake', 'Abraham Lincoln', 'More than 500', '$500 Million', '5%', 'Union Square', 'Congressional', 'Leon Cooperman', 'Fairy Dust or Unicorn Urine', 'Native Americans', 'Claims Biden’s', 'Last night', 'ReidOut', 'ENOUGH', 'Bay Area', '@NYCMayor', '57', '@MaxMillerOH', 'as few as 20 Representatives', 'presidential campaign weeks ago', 'the busy summer months', 'Internal Affairs Bureau', 'New York City’s', '$3.5 trillion', 'Hurricane Harvey', 'Nancy Pelosi', 'BUSTED!', 'Obama-era', 'Karine Jean-Pierre', 'the Berlin Wall', 'Veterans', '— Julie Zauzmer', 'the South China Sea', 'my first year', 'Mike Lawler', 'Kari Lake', 'Biden Botches Introduction', 'Bernie Sanders Introduces', '@Cmkahn', 'San Fran', 'the end of next year', 'Dangerous', 'Ciudad Juarez', 'Patrick Lynch', 'Recount', 'Second Amendment and Defund', 'Keith Olbermann', 'Booker', 'more than 600', 'Trump Tower', 'Delta Airlines', 'Susie Garza', 'NPR/PBS NewsHour/Marist', '2028', '$3 Million Dollar', 'Thompson', 'tonight', 'a mere seven hours', 'Adminstration', 'Cold War', 'nearly 2/3', 'RoJe Williams', '10,000 square foot', 'the last week', 'February', '@thehill', '$5+', 'Medicare', 'Elizabeth Warren', 'midfield', 'Stacey Abrams 2018', 'Holly Otterbein', 'John King', 'Jail', 'the weeks and months', 'Williamson', 'BMJ', '-5%', 'Abuses His Power', 'more than 300', 'Exhibit A. Want', 'Boris', 'Forget Midwest Droughts', 'SpeakerNancy Pelosi', 'dozens', 'TRILLIONS', 'Sarah Bloom Raskin', '50 or', 'two-years', '9.5 million tonnes', 'Harlem', 'up to 300', 'Florida', 'Terrorism', '$4 trillion', 'Ocasio-Cortez’ ‘Green New Deal', 'Jim Eagle', 'R-CO', 'AOC CORP', '“Climate Corp”', 'Mike Crispi', '$1.5 trillion', 'Housing and Urban Development', 'about 135 days', 'earlier Monday', 'more than 10 years', 'her first full week', 'Congresswoman', 'Francis Brennan', '0 to 5', 'Juan Rodriguez', 'the Empire State', '15th', 'Look, Joe', 'Elizabeth Warren Promises', 'Oklahoma', '108.7 degrees', 'Every Billionaire', 'Midwestern', 'the final three months of 2019', 'six-year', 'December the 7', 'FIRST DAY', 'Argonauts', 'Bowser', 'Giant', 'just months', 'Reid', 'TRUMP', 'Jimmy] Van Bramer', 'the Black Lives Matter', 'Gholam Reza Jalali', 'Jenna Johnson', 'nearly 10 degrees', 'the Arizona Republic', 'Mami Hara', 'later that evening', 'IRAN', 'our last 12 years', 'New York’s', 'a Federal Reserve', 'Jennifer Lawrence Blames Trump Supporters', 'more than $300 billion', 'Perform ‘Interpretive Yoga', 'Savannah Guthrie', '12 years', 'Candi CdeBaca', 'Silver Star', 'last 12 years', 'FDNY EMS', 'just 38%', 'Tehran', 'US Home', 'Moments UK & Ireland', 'Follow Him', 'New Year', '60 million', 'American Voters', 'Central America', 'the Centers for Disease Control', 'Lake Mead', 'Bernie', 'the National Center for Public Policy Research', 'August 28th', 'Georgians', '9/20', 'Biden Warns', 'the US Senate', 'Sacramento', 'the Golden State', 'New Spending', 'over 250', 'AG Sessions', 'Lecturing Energy Workers', 'Son and Police” Debate Comments \\n The hostile', 'Elliott Abrams', 'Minneapolis', 'Biden Moves on Light', 'three-minute', 'the end of', 'the Climate Crisis', '297,658.50', 'AOC Flies', 'the “first day', 'Capitol', 'Goldsmiths', 'Mexico', 'The Real News Network', 'AL GORE', 'Bill Clinton', 'nine-day', 'Highlands', 'Oct. 10', 'Republicans', 'Facebook’s PR', 'Capito', 'SCHIFF', '250', '$150 trillion', '250,000', 'approximately 21x', 'Princeton University', '89-10', '$433 billion', 'four days', 'day one', 'DC', '43% to 31%', 'Northern Hemisphere', 'White House', '@ewarren', 'Epi', 'Watches', 'the Select Committee', 'Castro', 'Sean Clegg', 'Apple', 'Veep', 'the Huffington Post', 'Mike Bloomberg’s', 'Abandon Next Two Debates', '-Stacey Abrams', '4-year-old', 'between 1981 and 1996', 'Booker hours', '& & & Stop', 'the 1 percent', 'just weeks ago', 'January 6', 'FDNY', 'World Needs', 'FRONT AND CENTER:', 'College for Illegal Immigrants', 'May 13th', 'the Civil Right Movement', 'USSR', 'Northern California', 'the year 2020', '3.31', 'June 21, 2014', 'the past year', 'Gasoline', 'Martin Luther King', 'Catastrophic', 'age 0 to 5', '$645 million', 'TOO', 'THE FAILING TIMES', 'Late Show', 'Coal', '@sarahedolan', 'Kirstjen Nielsen', 'Zelensky', 'almost 20 percent', 'Ice Watch', 'ten-year', 'Wisconsin', 'Trump Order', 'Abram', 'Rod Zencones', 'Doocy', 'Lahren Lampoons', 'Sun', 'Meat, Energy, Transportation', 'Ocasio-Cortez Blames Flint', '$3 Trillion', '8 percent', 'Humans Can Save the Earth', 'Dear : Let me serve as your private professor here.', 'gallon', 'hours', 'FDR', 'Crenshaw', '3.2%', 'October 10', 'any given day', 'Ralph Northam', 'a Pine Knot', 'at least eleven', 'GI Bill', 'Lauren Boebert', '@ReutersIndia', 'San Francisco’s', 'El Salvador', '3 percent', 'Woodside', 'Gardner', 'CMIP5', '23 days', 'Joey Saladino', 'Apollo Jets', 'JOE', 'Carville', 'Unionized Tree Planters', 'NAZIS', 'Monmouth University', 'last quarter', 'the eve of the', 'just nine days', 'AP', 'al-Anbar', '‘Germany', 'WWII', 'Agreement', '3.21', '2500', 'More than two million', '2%', '12 year', \"'The View'\", 'Sept. 3 to 4', 'Dick Durbin', 'a Republican Party', 'the first week', 'just 25 months', 'w/', 'Milwaukee', 'approximately 12 years', 'Michael R. Bloomberg', 'zero percent', 'Justin T. Haskins', 'just 11 years', 'Iraqi', 'Breaking News', 'earlier Wednesday', 'Matthew Abdullah', 'over $100 trillion', 'Nickelodeon', 'Bottles of Wine for Just $65 With This Best-Selling Summer Bundle \\n Be the', 'Anderson Cooper', '’s ‘Remain', 'Ali Özkök', 'The Daily Caller', '— Jon Nicosia', 'Joe Biden’s ‘Build Back', 'nearly one third', 'Pittsburgh', 'Pete', '55 percent', 'Sarah Raskin', '12 Years', 'Congress Must Eliminate', 'Congressional Budget Office', 'Cindy Axne', 'Union Hill', 'Queens', 'last night', '5AM July 31', 'Netanyahu', '40,000', 'Holly Collins', 'Katie Hobbs', 'about 26 percent', 'Scalise', 'Tenn.', '38.6 percent', 'Goldman Sachs', '️The past 5 years', 'Memorial Day', 'Barack Obama’s', 'just two years', 'more than 5,000', 'Starbursts', 'Bill Requiring Biden', '2 Feet', '@Sen_JoeManchin', 'FALSE Biden', 'Hoffman', 'billion-dollar', 'The Secretaries of State', 'the final quarter of 2019', 'Congressmembers', 'Fox & Friends', 'Bernie Suggests Climate Crisis Could Impact ‘Grand Children', '3:30 in the morning', 'She’s Tired of America’s ‘Freeloading Billionaires', 'MLK', 'the Budget Committee', 'Howard Sachs', '33', 'Charlamagne', 'Crusader Elizabeth Warren', 'At least 29', 'about 15', 'the last year', '@patagonia', 'The Ghost of Pete (@hillbillywench', '26 percent', 'Mar', 'Ari Cohn', 'Benny', 'LA Street Services', 'the age of 2', 'the Trump Dossier', 'Sarah Bloom Raskin’s', 'the Democratic Party', 'Hawley', 'NAFTA', 'the Wall Street Journal Editorial Page', 'pro-Israel', 'Irma Telethon', 'Clever Traveler', 'AOC ON DC', 'trillions of dollars', 'over 1,000 pounds', 'Minnesota', 'the Mid East', 'Trillions', 'Food and Agricultural Organization', 'Suburbs', 'earlier this week', 'Mueller Report', 'five more cents', 'Ocasio-Cortez’ ‘New Deal’', 'CBP', 'Justine Calma', 'Liberal', 'Dec. 31, 2018', 'Jacob Weindling', 'this Saturday', 'Thursday', 'Dems Can’t Pass', 'the Oval Office', 'the Supreme Court’s', 'Left-Wing Extremist', 'the Al-Anbar Province', 'the Democratic Convention', 'Somali', 'afternoon', 'Poland', 'St. Louis', 'EPIC', 'First Day', '‘The Enemy of the People’ Monday', 'over $10 billion', '’15', '— Ashley Zavala', '$1 million', 'more than 178,000', 'the National Weather Service', 'Discovery', '-4%', 'millions of dollars', 'Creepy', 'Rob DiRienzo', 'Sean Hannity \\n ', 'CO 2', 'the Democratic National Committee', 'Cabinet', 'SW', '14-minute', 'EVERYTHING', 'LLC', 'Friday 9/20', 'Cortez Complains', 'Shutdown the Economy', 'Kitchn', '15', 'the Champs-Elysees', 'this winter', 'Jen Psaki', '1991', 'Tom Homan', 'George Floyd’s', 'Mike Bloomberg', 'Def Top', 'hundreds of acres', 'Any Green New', 'Future of Democracy', '4,999,999', 'Sunday night', 'nearly 18 million', 'harden', 'Screams', 'San Francisco-', 'Inauguration Day', 'Arthur Schwartz', '$111 billion', 'Them Sue', '8%', 'the\\xa0Big Apple’s', 'minutes', '$16 trillion', 'Veronica Escobar', 'Recall Newsom', 'the ‘Green New Deal’ hours', 'Joe Biden', 'over $37,000', 'H.R. 40', 'Donald Trump Jr.', 'Just $161', 'De Blasio', 'late afternoon', '15%', 'over $23,000', 'MESS', 'RFK', 'Philippe Reines', 'Tweet About Climate \\n Be the', '— Alex Pfeiffer', 'Zuckerberg', 'one or two days', 'Electrifying America’s', 'Racist', 'Haitian', '$3 trillion', '2,000 miles', 'Gallon', 'Radical Left Dem Primaries', 'Trey Gowdy', 'BHR', 'Kyrsten Sinema', 'just days', 'Fox News Politics', 'Taxes', 'From ‘The Enemy of the People’ – ‘We', '2 percent', 'PGA', 'Schumer', 'Chelsea', 'Gaffes', 'Cortez', 'Islamic Jihad', 'nearly $700 million', 'Chris Heinz', 'FISA', 'Saturday', 'CoolSeal', 'The Biden/ Harris', 'Combat Climate Change', 'Haiti', '4 million', 'Home Depot', 'the Department of Transportation', 'Intercept', '10 years', '2mph', '“tens of billions of dollars', 'Mark Knoller', 'Unhinged Bernie', 'Krysten Sinema', 'Sept. 30', 'the Department of Energy', '1,400', \"Delaware Memorial Bridge Veteran's\", '11/6/2020', 'Northeast', 'Bernie Votes Against New Trade Deal', 'Shut Down DC Traffic', '9.1%', 'the ‘Green New Deal’', 'Megatsunami', 'Agata Kornhauser-Duda', 'Court', '— Free Beacon', '— Eric Trump', 'Capitol Hill', 'Suffolk University-Boston Globe', 'Kellyanne Blasts ‘', 'Bernie Sanders', \"Beto O'Rourke\", 'Joe Ukraine', 'the Freedom of Information Act', 'at least 25,000', 'The Fake News Media', 'Gabbard', '$1.7 trillion', 'Bernie BLASTED', 'Arctic National Wildlife Refuge', 'Hurricane Dorian hours', 'Straight Perspective', '@andrewtavani', 'Air Force Veteran', 'DON', 'late last year', 'Seattle Public Utilities', 'Biden Appears', 'more than one million', '10pm', '24', 'AT&T', 'Cortez Equates GLOBAL WARMING ‘Threat', 'BX', 'All Offshore Drilling,’ Source', 'Two cents', 'D.C. \\n ', '7-year', 'Nancy Pelosi’s', 'Just days', 'Pushes Biden', 'Beto Tells', 'Bernie Marcus', 'no more than 12 years', '$300 million dollars', 'Indiana', 'the 90s', 'Senate', 'Seattle', 'The Washington Post Editorial Board', 'pro-Israeli', 'The Intercept (@theintercept', '@MSNBC', 'un-American', 'Ilhan Omar ‘', 'History', 'An Incovenient Truth', 'Howie Kurtz', 'Sunnyside', 'Mark T. Esper', 'The University of Wisconsin', 'the National Urban League Conference', 'Brown', 'Corbin Trent', 'Two years ago', '16%', 'the White House National Economic Council', '2022 Biggest Year', 'Summerlin', 'Baghdad', 'Hizzoner', 'Doorbuster Sale', 'Black Americans', 'John F. Kennedy', 'Louis Anemone', 'Abrams', 'just 43%', 'Mark Zandi', 'BLIND SIDED', 'Rachel Dolezal', 'between 1900 and 1946', '1-Quid Pro Quo Joe Ukraine', 'the Democratic National Committee’s', 'the climate crisis & environmental injustice', 'late June', 'Downtown L.A. With', 'TOTALLY BOTCHES Quote \\n Be', 'GLOBAL WARMING Behind Frigid Temps', 'Year 2020', 'Pelosi', 'Guatemala', 'Department-', 'Ilhan', 'more than a million', 'Stockholm School of Economics', 'Islamic', 'the US', 'Bernie Compares Fight', 'CIA', 'THE UNITED STATES SUPREME COURT', 'Bill de Blasio ‘Registers ZERO Support', 'Christian Climate Action', 'Elizabeth Warren Climbs', 'Election Night', 'the Priestley International Centre for Climate', 'James O’Keefe', '@kjantzer', 'Goldman', 'recent days', '$8.5 million dollars', 'USA Today', 'earlier Tuesday night', '$80.6 trillion', 'Rebel News', 'at least 23', '5 minutes', 'WaPo', '$6 Trillion', 'Stop & Frisk', 'Asks ‘What Are We Gon', 'every month', 'Gastro Summit', 'next month’s', 'New York', 'Blast Her Own Party', '️This June', 'PowerPoint', 'Raskin', 'the Trump Administration', 'The U.S. Energy Department', 'Bill De Blasio', 'some warmer days', 'an additional $400 billion', 'Hanover', '$80 MILLION', '48%', 'ex-Lansing Catholic High School', '7 percent', 'this week', 'Free Healthcare', 'Steve Guest', '$1.2 MILLION', 'the Customs and Border Protection Agency', 'the 70 percent', 'Green New Deal Now', 'Wilmington', 'A Lot of the Stories We’re Told in the United States About, You Know', \"AnyClip End '\", 'the Energy Department’s', 'Bill de Blasio’s', 'Mazie Hirono', '32,000', 'Kundera', 'Scared to Death', 'US House of Representatives', 'the New Year’s', 'Marianne Williamson', 'the third quarter of 2017', 'The Atlanta Journal-Constitution', 'Easter Controversy', 'two months', 'Shadow Diplomacy', 'six months', 'JOE TOLD ‘', '$1 trillion', 'JOE NO', 'ACOSTA', 'later today', 'hours later', '2030 Half', '359', '2 million', 'NH', 'Joe Pokes', 'Jim Jordan', 'Hurricane Laura', 'Palestinian-American', '1,000', 'Michael Mansfield QC', 'Grand Bahama Island', '59% to 36%', 'Nancy Skinner', 'Siena', '17th', 'Beltway', 'Giuliani', 'Biden Homeland Security', \"El Paso's\", '25 months', 'just 4 days', 'Neil Cavuto', 'a billion dollars', 'Akiko Fujita', 'Ida', 'Kay Ivey', '‘Save the Planet', '@People4Bernie', '$6 trillion', 'the Biden Administration’s', 'VTDigger', 'Matt Viser', 'Civil Liberties', 'Phil Kingston', 'Illegal Immigration', 'Just 44 percent', 'two-thirds', 'the Second Amendment on Facebook', 'Ronna McDaniel', 'anti-Israeli', 'Warren Vows', 'handbags', 'Downtown L.A.', 'The Week', 'the late ’70s', 'Friday night', 'World Cup', 'the West Side', 'Strip', 'Massachusetts', 'Restore California', 'Brietbart', '900,000', 'North American', 'the Second Amendment', 'Friends of Bernie Sanders', 'Merkley', 'Biden-Sanders ‘Task Force’ Calls for Halt on Deportations, Wage Hike', 'Texas Senate', 'the\\xa0day', 'More than 1200', 'Politico', 'Derek Chauvin', '@JeremyRedfernFL', 'the White House', 'Biden Arrives', 'Martin Luther King Jr.', 'Chris Taylor', 'minimum daily', 'Multiple Border Patrol', 'G-20', '133', 'I’m Scared to Death', 'Congresswoman Tlaib', 'Washington Bureaucrats', 'more than a decade', 'November 4 th , 2016', 'Jake Sullivan', 'MAGICAL MYSTERY TOUR', 'Baltimore', 'the Crucial Framework', 'Teachers Giving In-Person Instruction to Migrants But Not US Students', 'A week ago', 'Joe Rogan', 'Bernie Claims he', 'Green New', 'Hispanics', 'about 65%', 'earlier this year', 'Chris Kahn', 'That ‘Pigs', 'KAMALACARE', 'Motels', 'this past weekend', 'Tlaib', 'Ray Cross', 'Jonathan Diller’s', 'the next few weeks', 'A-List Actress', 'Gettysburg', 'up to $3 trillion', 'Watch Weir’s', 'weekend', '@Ocasio2018', 'Manchin', 'Spehar', 'the moon', 'Hunter Biden’s', 'the American Sort of Norm', 'Redfern', 'McConnell', '46%', '$4-5000', 'recent doomsday', 'Boeing', '180', '88022', 'the Energy Department', '15 percent', '120', 'Election Day', 'next November', 'Saudi', '1987', 'Jodi Seth', 'Jerry Dunleavy', 'the National Republican Senatorial Committee', 'approximately $2 million', '24 to 28 weeks', 'only 2', '2045', 'Climate Walk-Out', 'Abbas', 'One third', 'San Antonio', 'Abbott', 'the US Constitution', 'Psaki Grilled', '$32 trillion', 'Omar', 'Zach Purser Brown', 'Empire Staters', 'September 20', 'New York] Post', 'Dermot Shea', 'Matt Whitlock', 'Janet Yellen', 'CA', '92-year-old', 'almost three', 'Californians', 'Camerota', '20,000', 'Iconic Wall Street Bull', 'Lemon', 'this past year', 'Dan Olsen', 'Killing', 'My Administration', 'Behar', 'Rudy Giuliani', 'Shadow Diplomacy on the very', 'only 11,000 kilowatt hours', 'the coming days', 'the Orange County Board of Supervisors', 'the Great Depression', 'Ocasio-Cortez ‘On Much of Anything', 'Gravis Marketing', 'African American', '✌', 'between $8.3 trillion', '@Carlos_Saucedo', 'Saviours', 'the New York City Police Benevolent Association', '50–90', 'Massive Jet to', '9', 'the United Church of Christ’s Commission', 'the City Council', 'just one symbolic euro', 'Michael Bloomberg', 'Dems', 'Ocasio-Cortez \\n Daily', 'the Queens Library', 'E-Cigarettes', 'Muriel Bowser', 'This Week', 'Halloween', '75 years', '69%', 'HOA', 'Doubles Down', 'Monday night', 'South Carolina', 'an additional $3 trillion', 'Jacob Soboroff', 'Nicaragua', 'GEN McKenzie', 'This June', 'Jalali', 'the United States', 'more than half', 'the first year', 'PLAN', 'the moon shot', 'the North American Free Trade Agreement', 'Alabama', 'Texas', 'Dem', 'the 99%', 'Nazi Germany', 'Mary Alice Parks', '-Climate', 'Israel Holocaust Center', 'Lake Huron', 'Acosta', 'The United States Navy Hospital Ship Comfort', 'more than two months ago', 'Fox Business', 'Lower Manhattan', 'as tens of thousands', 'three decades from now', 'Jane Sanders', 'About Babies, Want ‘Hell on Earth', 'George Floyd', 'SCARY', '1,800', 'a “few days', 'Bill Weir', 'As the Times', 'The Real News', '📸', 'the Fur Information Council of America', 'Sarah Huckabee Sanders', 'Obrador', 'Schwarzenegger', 'KARINE!', '650,000', 'The Great Commonwealth of', '19 percent', 'Clarence Thomas', 'The Biden Admin', 'Warren Calls', 'Andrzej Duda', 'Taliban', 'April Ryan', '$10 billion', 'Thirty-two percent', 'the Metro Blue Line Station', 'ELDER', 'the National Bureau of Economic Research', \"Jim Acosta's\", 'the last 10 days', 'Warren Wants Equity', '33 percent', 'Adam Schiff', '$13 million', 'ten years', 'Fight Food Shortages', '3.30', 'Cali Airport', 'ACA', 'Ilhan Omar’s', \"Resurgence of Deadly Terrorist Group '\", 'Illinois', 'Al Gore Set to', 'Stockton', 'the ‘Green New Deal', 'Massachusetts Avenue', 'Bedford', 'the House of Representatives', 'Biden Erupts', 'Hugh Hewitt', 'f—-', 'The Energy Department', 'CNN Climate', 'Cortez Compares Her ‘Green', 'Working Families Party', 'Soderlund', 'Steele', 'Doug Kaplan', 'Joe Manchin ‘Anti-Black', '580', 'next month', '@Acosta', 'Charlie Spiering', 'NTA', 'Americans', 'Northern Jerusalem', 'Pentagon', 'Doocy Asks New Press Sec', 'Warren Demands', '— Tom Elliott', 'age 2', 'Trump Should Declare National Emergency', 'Marc Berman', 'A Lot of Those People Who Do That Kind of Work', 'Jim Acosta Posts', 'David Tamarkin', 'the House Intelligence Committee’s', 'the Second World War', 'Lindsey', 'Kevin Jantzer', '$20 billion', 'Yellow Vest', 'Sparks Speculation of Potential White House', 'Henry Rodgers', 'a ‘Medicare For', '4 more years', 'Jews', 'Designate Climate Change ‘National Emergency’', '500 acres', 'Mayor de Blasio', 'Ameen', 'Sept. 20 through Sept. 27', 'Mother Nature', 'Clashes', 'LATIN AMERICA', 'Palestinians &', 'Administration', 'Kari', 'the Vermont Senator', 'Joseph Resnick', 'Pete Aguilar', 'Paramount Pictures', 'more than a dozen', '52', 'January 4th', 'Trump Challenging ‘', 'just 18 months', 'AOC Reportedly Considering a Primary Challenge', 'Beto', 'WARREN', 'California', '— Chuck Schumer', '22%', 'the opening hours', 'two-year', 'the University of Leeds', 'PBA', 'REP', 'Katherine Stewart', 'Nature Communications', 'George Stephanopoulos', 'Sean Hannity', 'Republican', 'Conway', 'the Foreign Agents Registration Act', 'Anderson Cooper Donald Trump', 'Big Apple', 'Hundreds', 'Burlington', 'Biden & Co.', 'Shelley Moore Capito', '@DonaldJTrumpJr', 'fifty', 'BBC News', 'the National Center for Atmospheric Research', 'New Hampshire’s', 'An Inconvenient Sequal: Truth to Power', 'the coming weeks', 'Global Warming', 'Vox', 'House Foreign Affairs', 'Omar Abdulsattar Ameen', 'the South Bronx', 'the US National Anthem', 'the “American Rescue Plan', 'about $257,534', 'Alisyn Camerota', '🙏🏾💪🏾 \\n ', 'Democratic', 'Garza', 'Papers Show ‘Climate Czar’ Invested in Oil Companies Before Joining Biden Admin', 'The Administrative Tribunal', 'the World Affairs Council of Philadelphia', 'the Migrant Protection Protocols', 'Alexandria Ocasio-Cortez', 'RASHIDA', 'Kellyanne Conway', 'Hamas', 'Chloe Waterman', '60-degree', '28 years ago this month', 'Mobil', 'Jen Psaki’s', 'Hurricane Dorian’s', '’ winter', 'CNN', 'days ago', 'Fox News’ Targets Minorities', 'Upper West Side', 'Axelrod', 'Ed Markey', \"last week's\", 'Macy', 'the ‘New Deal', 'more than 400', '11%', 'last week', 'Ed Fallon', \"Nancy Pelosi's\", 'Wednesday morning', 'California Cities Consider ‘Banning Natural Gas', 'Teresa', '1.1 million', 'Billionaire Mike Bloomberg', 'John Konstin', '@JoyAnnReid', 'McDonald’s', 'LA', '$3.5 billion', 'Erin Burnett', 'BERNIE', 'East Coast', 'a lovely few days', 'Boebert', 'Change Similar', 'BIDEN ON UKRAINE', 'Vanity Fair', 'the age of two', 'Berkeley Institutes ‘', 'East', 'NWS Los Angeles', '210', '$1.25 million', 'August 2017', 'one percent', 'Mansfield', 'Donald Trump’s', 'Andrew Cuomo', 'Minneapolis Police Office', 'New Jersey', \"Ocasio-Cortez's '\", 'just months ago', 'an estimated $4.35 trillion', 'Senate Energy and Natural Resources Committee', 'the Foreign Affairs Committee', 'Pod Save America', '1941', 'the House', 'The Climate Crisis', 'Hitler’s', 'Adam Schiff Blames', 'the American People Are Not Asking For', 'Mike Pompeo', 'nearly a century', 'Bloomberg Pledges', 'Milley', 'Louisiana', 'Shelve Biden’s Climate', 'Earth Day', 'Beef', '2,403', 'Instagram', 'Dan Crenshaw', 'Tweet', '-30 million', 'Mitch McConnell', 'Garland', 'Bob Mueller', 'the Energy Dept', 'Gavin N', '8,000', 'Mickey Mouse', 'more than 100 million', 'Miftah', 'McKenzie', 'the Church of Climate Change', 'Angela Merkel', 'the Lundberg Survey', 'the Daily Wire', 'a month ago', 'Abu Dhabi', '280', '10 million', 'Moody’s Analytics', '2 to 3 feet', '9.7%', '750,000', 'BANK', 'this fall', 'Justice Department', '1.5 million', 'the 71%', 'BONG', '13%', 'New Orleans', 'Farrakhan', 'Tampa', 'Delaware', 'John Kennedy', 'the next two years', '$86 million', 'Fremont', 'Coronavirus', '$10 TRILLION', 'Yale University', '284,000', 'United Arab Emirates', 'Trump War Room – Text TRUMP', 'U.S. Supreme Court', 'the White House’s', 'State Department', '4-month old', '$740 Billion', 'Concourse A', '22 Celsius', 'the Emerald City', 'Mike Endorses', '6', 'Libs of TikTok', 'Aviation Industry Corporation', 'Jackson Heights', 'Hurricane Florence’s', '1,049', 'Daily Caller', '1,000+ miles', 'Chairs', 'MSNBC News', 'First Year', 'first', 'Meghan McCain', 'at least four', 'the New York Post', 'KJP', '11th Ave', 'Biden Suspends', 'forty-four', '19 years', 'The New York Post', 'months ago', 'Independent Vermont', 'Island', 'Newsweek', 'Jesse Hunt', 'Joseph R. Biden Jr.', 'Copenhagen', '3.5%', 'Warren', 'Goldsmiths, University of London', 'Put Immigrants', 'Chris Manning', 'Speak at Event About ‘Risks to Journalists Covering Trump', 'Democratic Party', 'Thursdasy', 'Harris', 'Air Force One', 'New Mexico', 'the Competitive Enterprise Institute', 'Cuomo', 'BOOKER GOES BERSERK', '24-Hour', 'the next 3 decades', 'Langer Research Associates', 'Watch Pelosi’s', 'more than $10,000', 'U.S.-Mexico', 'the Democratic-Socialist', 'Painting Streets White', 'Thanksgiving', 'PUT', 'three short years', '174 days', 'OSSE', 'nearly 130 feet', 'Refineries', 'the Catholic Church', 'Twister', 'more than $400,000', '14-Minute', 'Clymer', 'CRISIS', 'only 44 percent', 'Anaheim', 'Eight', 'Joe Biden Knows', '— Anthony Adragna', 'McCarthy Torch', 'three or four', 'Kamala Harris Promises', '6’x10′', 'healthcare & little', '$739 billion', 'Rapidly', 'Richard Blumenthal', 'Conservative Dems', '4%', 'Stacey Abrams Should ‘', 'Pacific Gas & Electric', 'Focus on ‘Climate Change and Income Inequality', 'Diamond Rings', 'an estimated 400,000', 'at least six months', '24-hour', 'Late last year', 'RNC', 'Chuck Schumer', 'the United Nations Nikki Haley', 'Call for ‘Birth Strike', 'Guthrie', 'Independent Angus', '45 million', 'twelve years', 'Forget Biden', 'more than 36 hours', 'a lot of months', 'the ‘American Rescue Plan', 'SCHEMIN', 'Detroit', 'NBC News', '$331 Million', 'Bill Melugin', 'Boebert GOES OFF', '6 percent', '34 days', 'Kris Radcliffe', 'Albany', 'Digital', 'the Gaza Strip', 'SB310', 'the Public Address System', 'hundreds of years', '’30 Years', 'Mike Pompeo’s', 'Dartmouth', 'Joe Biden Claims Nearly Two-Thirds Of Entire Population Have Died', 'Social Media', '8.5%', 'Brett Kavanaugh', 'Health and Human Services', 'over $14 million', 'Looks like Dems', 'Kill Coal Jobs', '@madeleinerivera', 'nearly 2 million Lower', 'Islamophobia', 'Fossil Fuel Executives', 'the First National People of Color Environmental Leadership Summit', 'United States', '69 percent', 'Alex Susskind', 'LNG Western', 'Melissa Russo', 'Robert Kennedy', 'Sow', 'ActBlue', 'about 7.2%', 'mosques', '85 percent', 'the National Park Service', '230-plus years ago', 'Google’s All-Hands Meeting As Company Drops Heritage Foundation', 'Teammate Kabbalah Richards', 'Waltons', 'Graham', 'Commuters', 'LaGuardia', 'trillions', 'Kamala Harris Urged Activists', 'Brian Monahan', 'Canning Town', 'BIDEN', 'last Friday', 'De Blasio’s', 'Booker co-sponsored', 'Easter Sunday THE FAILING TIMES', '-33%', 'Nevada', 'View', 'Twitter', 'Calling Vote', '25', 'Arlington', 'Israel', 'Maggie Hoffman', 'Fox Los Angeles', 'Tea Partiers', 'Watch Abrams', 'four more years', '9/20 #', 'the WHITE HOUSE', 'the Netroots Nation Conference', 'Latest New York Presidential Poll', 'Proposition 64', 'two and a half months', 'Doorbuster Price', '7-Eleven', 'the Sierra Club', 'Carbon Dioxide', 'May 18', 'the Office of Professional Responsibility', 'eight weeks', 'Buffalo', 'at least $15.00', 'Nazis', 'NAZI GERMANY', 'less than two years', 'Green Agenda', 'each month', '40k', 'This day', 'September 14th', 'the\\xa0Inflation Reduction Act', 'Outer Space', 'Manhattan', 'Representatives Ocasio-Cortez', 'PVA', '’s Teacher’s Cabinet', 'Disney', 'only 21 days', 'the Democratic Socialist', 'Kathy Castor', 'Pew Research', 'National Hurricane Center', 'Velshi & Ruhle', 'June 22', 'Biden Sweeps Primaries', '23,000', 'some very dark days', 'Deonte Lee Murray', 'More than 11,000', 'Palestinian', 'Facebook', 'the last 5', 'The Green New Deal for Public Housing', 'roughly 15', 'April', 'Charlotte Clymer', 'Sean Hannity \\n Be', 'U.S.-Mexico-Canada Agreement', 'Jamie Rohme', 'Brandon Darby', 'Mansion Uses', 'Wildfires', 'one second', 'Long Island City', 'Biden & Harris', '111-year-old', 'the next 20 years', 'the end of 2019', 'Orange County', 'at least millions', 'Good Morning America', 'The Office', '$5 to $10 billion', 'the University of California, Berkeley', 'hourly', '146 Days on', 'Compsat', 'DNC', 'just a few years earlier', 'Richard Zuniga', 'Greenland', 'Sponge', 'Stockholm', 'nearly 2 million ‘Dreamers', 'Google', 'Jerry Brown', '1/10', '$2.5 trillion', 'Cost-Saving Energy Efficiency Standards', 'a few minutes', 'about $5.40', 'MSNBC Legal', 'Americans Say ‘FAKE NEWS’ a Bigger Threat', 'San Francisco', 'Elizabeth', 'the “Extinction Crisis', 'Deliver Prime Time Address at', 'Bobby Kennedy', 'Sophia Koropeckyj', 'two days', 'around $3.75', '54%', 'World War 2', '2014', 'Tavia Galonski', 'Bernie Sanders Warns', 'Steve Scalise', 'an end of days', 'a ‘Special Committee', 'Conservative', '14,000', 'less than 15%', 'a full 63 percent', 'the next 18 months', '$1 TRILLION', 'September 9, 2019', 'two weeks ago', '$1.6 million', 'Townhall.com', '70,000', 'Faiz Shakir', '12 YEARS', 'Don Lemon', 'Ind.', 'Flint River', 'Watch Kennedy', 'World War II', 'Bedminster', 'Rohme', 'Guardian Australia', '$16.3 trillion', 'Throw Confetti', 'more than 50 percent', '$3 million dollar', 'Haley', 'Texas Representative', 'George', '@JJHunt10', 'over 230 years', 'Chuck Todd', 'O’Rourke', 'about $3.25', '11 million', 'an incredible decade', 'Tucker Carlson Tonight', 'more than two', 'over 5,000', 'the Daily Mail', 'the ‘House of Mouse', 'Avocado Toast', 'Biden Vows', 'Justice-', 'Forget Straws', 'Sinema Being Harassed', 'Schumer Unveils Dems’ Massive', '29', 'Elder', 'Australia & Pacific \\n ', 'the first day', 'The United States Energy Information Administration', 'Airport', 'Shea', 'Ocasio-Cortez’ ‘Green New Deal’ Will Help ‘Create Jobs', 'the House Select Committee on Climate Crisis', 'Bored Biden Checks His Watch', 'UN Climate Summit', 'Fox News', 'Cori Bush', 'Tammy Duckworth', 'Greg Gutfeld', 'nearly $5', 'a Category 2', 'Skip School for ‘Climate Walk-Out', 'Chris Cuomo', 'The Enemy of the People', 'Mainstream Media', '-21', 'tomorrow', 'Murphree', 'more than 100 percent', 'Hillary Dismisses Border', 'West Texas', 'more than $100 billion', 'Last Decade', 'Blames ‘Voter Suppression', 'AZ', 'Tlaib Ties', '14%', 'Ignores Obama', 'just 3.6%', 'Pre-K', 'as high as $93 trillion', \"Jason Kinney's\", 'MAYORKAS', '50 years', '— Joe Biden', '64,577', 'Hurricane Irma', '8.6 million', 'national debate &', 'February 24', 'Protesters for Throwing ‘Fake Blood’ on', 'Caleb Hull', 'her worst month', '25,000', 'SARAH', 'Bernie Falls', '$93 Trillion', 'at least 25', 'Utah', 'CARVILLE', 'healthcare', 'Maine', 'two-nights', 'New York Harbor', 'Bidens H1N1', 'Democrats', 'TheMajority', '600 miles', 'Satellite Radio', 'Hurricane Sandy', 'Fellow James Coleman', 'RNC Research', 'Martin Luther King Jr', 'between $2.5 and $3 million', 'her ‘Green New Deal', '— Public Citizen (@Public_Citizen', 'African-American', 'February and March', 'GOP', '$10 trillion', '15 year', 'Abrams .', 'National Parks', 'Bernie Slams ‘Wealth Inequality', '500,000', '21x', 'the Democratic Party’s', 'KENNEDY', 'two-mile', 'Left Before Climate', 'Venezuelan', 'as over a dozen', '9.91 million', 'a couple of decades from now', 'mid-August', 'Blasio', 'Gaza', 'Live Near Their Job', 'Confessions', '146 days', '9.3 million barrels', 'this White House’s', 'Palestinians', 'Every day', 'at least three weeks', 'Biden Exits Giant Private Jet', '$3.5 TRILLION', 'Will Focus', 'West Virgina', 'over $32 million', '‘The Rachel Maddow Show', 'Brittany Packnett Cunningham', 'Washington Post Live', 'Tax Credit for Energy Workers ‘', 'Universal Child Care', 'nearly $40,000', 'another century', 'Colorado', 'the year 2018', '$9 billion', 'Napa', \"Green New Deal'\", 'Hunter', 'West Palm Beach', 'Brian Stelter', 'Kevin McCarthy', 'ISIS', 'One-third', '11 am', 'more than 40 years', 'the National Capital Region', 'Jones', 'Michael Lynn III', 'All Life', 'the United States Constitution', 'Breath Clean Air', 'Boycott, Divestment', '$1.5 billion', 'his first days', 'Haitians', 'Shut Down Harvard', 'East Germans', 'Sarah Sanders', 'Heritage Foundation', '$70 billion', 'Harvey', '1,000 miles', 'Build Back', 'Robby Mook', '27-year-old', 'the ‘Berlin Wall’', 'Kevin Hassett', 'Monday morning', 'the NY Times', \"Musk Reminds Joe '\", 'Angeles', 'Eating Beef', 'Konstin', 'Ocasio-Cortez', 'Veterans Affairs', 'hose', 'Miami', 'Tom Perez', 'Martha’s Vineyard', 'more than a quarter', '12%', 'kids & families', 'almost 24 million', 'GND', 'Hailey', 'Ocasio-Cortez Warns ‘World is Gonna End’', 'WAIT', 'This Heated Jacket', 'the First Amendment', 'May 2018', 'the American Congress', 'June 2014', 'the Border Patrol Officers', 'my first day', 'Republican National Committee', 'AOC Blames DC Rainstorm', 'Ronen Manelis', '30 years', '2-5 years', 'Facebook Thursday', 'the Boost Act', 'the month', 'Nuremberg', 'Beto O’Rourke', 'the Berkeley City Council', '122', 'a Handful of ‘', 'marijuana', 'The Department of Homeland Security', 'Sacramento County', 'ABC', 'the Real Emergencies Act', 'Joe', 'white supremacists', 'KCEN', 'American', 'about $3 trillion', 'the last 48 hours', '1762', '$4.6 million', \"The Man's Got Guts\", 'the Great Recession', '3.', 'Normandy', 'The first quarter', 'Afghan', 'the Washington Examiner', '475 gallons', 'Freshman', 'Coldest February', 'Beto Compares Global Warming', 'tens of billions of dollars', 'Sophie Sassoon', 'Maria Bartiromo', 'Rudy W. Giuliani', 'Cruz', 'the next ten years', '-New York', 'HANNITY', 'her ‘Green New', 'RUSSIA', 'Tom Steyer', '16.3', 'Fossil Fuel Executive', 'Explodes', '60-foot', 'the ‘Minnesota Freedom Fund', 'Pressley', 'Carlos Saucedo', 'Ban', 'Ryan Saavedra', 'CBS Nat News', 'Anti-Trump Rhetoric ‘', 'Gillibrand Unveils', 'Oversight Committee', '$10', 'just last winter', 'Uber and Lyft Wednesday', 'UN Climate Conference as Leaders Declare ‘Existential Threat', 'SEC', 'the Immigrations and Customs Enforcement Agency', '5 percent', 'days', '$60 billion', 'the United Nation’s', '$250 to $500 million', 'a single day', 'Iowa', 'as high as 18', 'Obama Try', 'Quinnipiac', 'Jean-Pierre', 'New Yorkers &', '@NYCPBA', 'Lake and Masters', 'Working People', 'US Energy Production', 'Environmental Justice', 'Blames Coronavirus Outbreak', 'Chuck Schumer Calls ‘Green', 'the Union Response', 'Cal', 'Saudi Arabia', 'a ‘Bipartisan', 'AOC', '30', 'more than 14,000', '— Lindsey Graham', 'Roosevelt', '60-second', 'Tom Elliott', '3.1 million', '$500 million', 'A few years later', '2.6 million', 'the Granite State', 'Pro-Democracy', 'Fla. National Guard', '228', 'the GOP Tax Scam', '$1.25 trillion', 'Bar Biden', 'New Hampshire', 'Drs', 'Groups', 'Mary Ellen Klas', 'Arianna Jones', 'August', 'Burisma', 'Yahoo', 'the Arc de Triomphe', 'the Build Back Better', '1,199,579', 'the last several months', 'Gob Abierto', 'Hillary Suggests', 'Newsom', 'Hamilton Township Education Association', 'another $100', 'Greg Abbott', 'at least 10,000', 'Biden', 'the House of Mouse', '$86.9 million', 'between Jan. 1 to March 31', 'Nathan Brand', 'Tomi Lahren', 'senate', 'Mandela', 'Gamma', 'ABC News', 'the Los Angeles City Council', 'Leaf Blowers', 'Kamala Harris', 'Town & Country', 'PELOSI', 'the next few days', 'ECS', 'Biden Unveils', '5 minutes ago', 'up to 4 inches', '$50,000,001 dollar', 'Gulags', 'this Aug. 31', 'the Persecution of the Kulaks and Things Like', 'Marsha Blackburn', 'Dana Loesch', 'the US Civil War', 'Witch Hunt', '$6 million', '$1.9 trillion', 'Years-long', '13 percent', 'Franklin Roosevelt', 'all week', 'George Bush', 'Democrat Party', '$100 billion', 'last week’s', 'Instagram Live', 'the COLDEST New Year’s Eve', 'Fellow Climate', 'Wednesday afternoon', 'the Auschwitz Memorial', 'Cedar Rapids', 'Black Lives Matter', 'white supremacists & disinformation', 'only 24 hours', 'Apollo 11', 'just 15\\xa0 \\xa0', 'the weeks ahead', 'Acadia National Park', 'Pick', 'the last three years', 'more than 20 million', 'Cortez Questions', 'United States Officially', 'almost $500', 'Patagonia', 'an estimated 25,000', 'David Perry', 'Chevron', '30 years from now', 'Hurricane Florence', '83', 'Bernie Vows', 'the first four weeks', '— Kevin McCarthy', 'Puerto Rican', 'KSNV News', 'Washington, DC’s', 'Tom Wolf', 'Obama Biden', 'Santa', 'four decades', '8th', 'Yellen', '$100 Billion', 'Just 3 Months', 'Excerpt', 'some 70', '$100 trillion', 'USA Must Switch', 'Move Over Amazon', 'Believe World Ending', 'Hatim Gemil', 'Guerin Hays', 'at least three', 'Reid 😷', '2ND', 'Advanced Aviation Team', 'White House Egg Roll', 'Win', '220', 'December', 'the Minnesota Department of Public Safety', 'trillions per year', '9-day', 'Atlanta', 'March 1933 to October 1941', 'more than 110', 'freedom & liberty', 'Palm Beach', 'Real Clear Politics', 'Israelis', 'Cuomo Claims NY', 'Listen to Pelosi’s', 'Deb Haaland', 'Bernie Reportedly Rude', 'Build Back Better', 'Brian Kemp', 'Emerson', 'the Cable News Network', \"Biden Thinks America's\", 'The Daily Caller (@DailyCaller) ', '$5 TRILLION', '16 percent', '@1968Sid69', 'recent months', '1968', 'Jennifer Lawrence', '89%', 'Trump', 'Twenty-five percent', 'Gore Blames CoVID', 'Just The News', 'US Troops', 'Come to Chinatown', '45 seconds', 'Sunday', 'Franklin Roosevelt’s', 'twelve-month', 'Kissimmee', 'AOC Introduces Bundle of Progressive Proposals Called ‘A Just Society', 'Human Capital Stock', 'San Diego', 'the Intergovernmental Panel on Climate Change (IPCC', '4 percent', 'SOCIALISM USA', '52%', 'Eric Trump', 'Hop', 'Hawley Blasts DHS', '$570 billion', 'Law BANNING Fossil Fuels', 'Press', '8 p.m.', 'over 50 percent', 'Rep Omar', 'Sin City', 'one month', 'daytime', '32 million', 'The House of Representatives', 'Mike Bloomberg Visits', 'Chelsea Handler', 'early next month', 'the past three months', 'Sgt', 'Jerusalem', 'The VitalSleep Anti-Snoring Mouthpiece', '40', '-15 House', 'Knesset', 'At least 13', 'Uncle', 'Super Tuesday', 'above 100%', 'Soweto', 'Build Back Better Act', 'Thursday night', 'strawberry', 'Hurricane Warnings', 'months', 'Bernie Claims USA ‘Owned', '240,000', 'Bohai Harvest RST', 'VA', 'hundreds of thousands', '2,000', 'Wednesday night', '263,000', '1.2 MILLION', 'the Federal Govt', 'the Corporation for National and Community Service', '18 months', 'Yad Vashem', 'the past two years', 'The French Laundry', 'Only last week', 'Jacksonville', 'some\\xa040%', 'Ted Cruz', 'Mississippi', 'DeSantis', 'Pirro', 'the California Air Resources Board', 'Biden Blasted', 'FOX &', 'Sam Runyon', 'Jill Biden', 'the ’70s', 'Farrell', 'California Restaurants to Implement ‘Optional', 'March 2018', 'Henry', 'the Lone Star State', 'Eric Swalwell', 'five to six', 'BEIJING', 'Electoral College', 'Max Miller', 'BIG NIGHT', 'May 25', 'Safeway', 'Franklin Delano Roosevelt', 'Bernie Sanders Meeting', '43 percent', 'the ‘Capital Hill Autonomous Zone', 'Tyler Pager', 'Corporate America’s', 'the “Call Your Girlfriend', 'over 263,000', '$1.5 Trillion', 'State Dept', 'the East Coast', 'Commuter Trains', 'Gutfeld', 'almost $300,000', 'Bloomberg -referencing Warren’s', 'Handler', 'The past 5 years', 'Grocery Stores', 'ABC White House', '$2.5 to $5 billion', 'the University of California at Berkeley', 'Fox News’', 'earlier in the day', '412', 'CBS News', 'The Federal', 'CALIFORNIA', 'Latin America', 'nearly 2 million', '$2 trillion', 'Mike Pence', 'Feb. 19', 'Blumenthal', 'Big Tech', 'roughly $45,000', 'Bronx', 'Dianne Feinstein', 'nearly 25 tons', 'Fukushima', 'The Civilian Climate Corps', 'West Los Angeles', 'TRILLION', 'Box Office', 'HAWLEY ON FIRE', 'Joy Reid', '3.5', '$500 million to $1 billion', 'Extinction Rebellion', 'Kamala', 'Jeremy Redfern', 'Jenna Ellis', 'Afghanistan', '3', 'Saikat Chakrabarti', '$5 trillion', 'Sun Valley', 'Berkeley', 'an additional $23,941', 'Equitable Future', '100 miles', 'Merrick Garland', 'Bucks Party', 'Lee Zeldin', 'Wednesday', '7%', '$50 to $250 million', 'the Republican Party', 'Inslee', 'his first day', 'BIDEN FALLOUT:', 'A Just Society', 'Beats Bernie', 'The View', 'Breath', 'Stay', '18-million-barrel', 'Stewart', 'SALT', 'What the Green New Deal', 'just hours later', 'day', 'Starbucks', '10 Years', 'Compare ‘College Transcripts', 'Graffiti', '280,000', 'Hispanic', 'Cooper', 'Dan Crenshaw Rips Bernie’s ‘', 'Melania', 'Amy Coney Barrett', 'this season', 'Kamala Harris Vows', 'the Public Health Service Act', 'earlier in the week', 'up to 99 years', 'Fire Outside Tennessee Church', 'Democratic-Socialist', 'Jonathan Diller’s Funeral', '60 Minutes', 'Democrat', 'Ocasio-Cortez’s', 'Philadelphia', 'the Year \\n Be', 'Thousands', 'Massive Billboard', 'BETO', 'Five', 'the Nobel Prize', 'The Biden Administration', 'Bob Iger', '12 month', 'the ‘Green New', 'Marvel', '1%', 'South Bend', 'Fox 10 Pheonix', 'John C. Calhoun', 'the east coast', 'Thirty-six percent', 'Lindsey Graham', 'Florida National Guard', 'Congress', 'Robbens Island', 'Mason Baird', 'Mook', 'New York Post', 'BRT', 'COVID Deaths', 'the Democratic National Convention', 'EIS', 'the biggest year', 'DEM CIVIL WAR:', 'John Roberts', 'GOBBLE', 'an election season', 'last Thursday', '538', 'the National Hurricane Center', '76%', 'David Solomon', 'weekly', 'Eat the Rich', 'Hunter Biden', 'Is the White House', '200 million', '3.6%', 'a spring', 'Floyd', 'Flight', 'Bill De Blowsio', 'Biden Proposes Washing Machine Regulations', 'approximately 8.3 million barrels', 'SSRS', 'Caucasian', 'Palestine', 'Edouard Philippe', 'May', 'Marvel Comics', 'Juuls', 'Constitutional', 'anti-Hillary', 'Chinese Military Supplier', '1,040,698', 'I-880', 'the Department of Sanitation', 'Mehdi Hasan', 'as much as $93 trillion', '5,000,001', 'just a few years ago', 'Joy-Ann', 'about 1.2M', 'Andrew Yang', 'Axne', 'Countless', '60 years old', '9.5 million barrels', '8-years-old', 'anti-', 'Washington, DC', '2.18', 'this holiday season', 'Biden Beat Sanders', 'Kate Harrison', 'NBER', 'Las Vegas', 'the Build Back', 'Javad Zarif', 'the early days', 'Nicolas Maduro', 'Ryan Maue', 'McDaniel', 'just 10 years', 'three-hour', 'the Police Protective League', 'Monday afternoon', 'last Monday', 'Affordable Care Act', 'around 37%-67%', 'Newsletter', 'only 55−70%', 'morning', '2 cent', 'About 246,000', 'the Uighurs of China', 'March 27', 'Help Dems Retake Congress', 'the\\xa0United States', 'Just days ago', 'nearly 30,000', 'Comedian', 'Madeleine Rivera', 'anti-American', '@ABC7NY', 'the Northeast USA', 'Marcus', 'September 14', 'the Border Patrol', 'PPP', 'Ocasio-Cortez Posts Climate Change Rant While Assembling Furniture', '65,000', 'Gavin Newsom', 'Bahamas', 'the National Guard', 'Dominion', 'Lake Blasts Big Tech', 'Waukesha', 'Gavin Newsom Praises', 'Markey', 'an estimated 500 million', 'Pearl Harbor', 'Howie', '$221 million', 'New York City Allows', 'Aminatou Sow', 'Border Agents', 'Sheila Jackson-Lee', 'Infrastructure', '398', 'Latin American', '99', 'the Build Back Better Act', 'Washington Free Beacon', 'Super Thursday', 'Alexandria Villaseñor', 'Houston', '1821', 'OPEC', 'AOC Rips ‘Moderate Dems’ for Sending ‘Less Generous Relief Checks', 'Ocasio-Cortez Calls for Creation of 1.5 MILLION Strong ‘Climate Corp’', 'Kamala Harris Does', 'Sovereign Nation', '1945-', '130,000', '$5\\u2009million', 'Kick rocks', 'at least $80 million', 'the Disney Corporation', 'Adjutant', 'only 12 years', 'nearly $1 million', 'James Comey', 'Putin', 'Spectrum News NY1', 'just 15', 'Facebook Inc.', 'late April', 'Lemon Tries', 'Sinema', \"Bernie Sanders'\", 'Page Passenger Named ‘Recall Newsom', 'Kickstarter', '— Greg Abbott', 'the Islamic Republic', 'around 3.2 million barrels', 'GLOBAL WARMING Causes', 'week', 'Make Ian About Climate Change \\n Be', 'DNC Votes AGAINST Plan', 'White Supremacist', 'Socialist Star', 'Chris Hayes', 'This Memorial Day', 'Sullivan', 'Law Enforcement Officers', 'May 16, 2017', '$3.5 Trillion', '1.8 million', 'Benjamin Netanyahu', 'Jim Acosta', 'Month', 'Andrew] Yang', 'Roe v. Wade', 'Feb 2019', 'Japanese', '$27 billion', 'the New York Daily News', 'Yemeni-American', 'Ky.', '1865', '60', 'Lee Housekeeper', 'Three', '🍳', 'nearly nine million', 'Chauvin', 'roughly 40%', 'Any Longer', 'AOC Town', 'Memorial Park', 'SLEEPY', 'more than one hundred', 'Lake', '284', 'Evangelical', 'North Dakota', 'USMCA', '1995', 'December 1969', 'five degrees Celsius', 'Ilhan Omar', 'The Green New Deal', '25 Years', 'Perth & Adelaide', 'the decade', 'Indianapolis', '3rd', 'the first half of this year', 'Last week', 'Climate Equity', 'Tulsi Gabbard', 'Environmental Racism', 'Gillibrand', 'Pompeo', 'Avengers', 'The Berlin Wall', 'Julio Rosas', 'Times Square', 'recent weeks', 'Stacey Abrams', 'Brink', 'KENNEDYISMS', 'December 4', 'Santa Barbara', 'the same period last year', 'Colin Kaepernick', 'Symone D. Sanders', 'Jerretta Sandoz', 'Pew', '50 Years', 'Liberal Politicians Set Their Sights On BANNING BALLOONS', '— Brick Suit', 'a Clean Energy Revolution', 'Yahoo!', 'Muslims', 'the Yale Bowl', 'Blake Masters', 'Biden Surges Ahead Of Trump', 'Over Higher Taxes', '$12.3 trillion', 'AnyClip Begin', 'a minute', 'the late ‘70s', 'Andrea Mitchell', 'a Constitutional Amendment', 'UNIVERSE', 'Aug. 1', 'Richard Nixon', 'Josh Hawley', '$331 million', 'yesterday', 'the next few years', 'NY Times', 'Tuesday', 'more than 68%', 'between $100 and $150 trillion', 'Chris', 'between zero', 'Jakobshavn', 'over seven months', 'the University of Manchester', 'An Inconvenient Sequel: Truth to Power', 'the next 10 years', 'NYTimes', 'Kim Reeves', 'Customs and Border Protection', 'half this year', 'graffiti', 'Politics Outside of the Electoral System', 'Cornell', 'Midwest', 'Gavin Newsom’s', 'the Netroots Nation', 'Thirty-five percent', 'John Paul Mejia', 'Just 18 MONTHS', '$1.6 trillion', 'Joe Manchin', '1962 nearly 60 years ago', 'February 22nd', 'Chair Chuck Grassley', 'the District of Columbia', 'Roughly one thousand', '2 Year', 'Democratic National Convention', 'more than $50 million', 'El Paso', 'the ‘Democratic Party', 'the New Hampshire Democratic Primary', 'the Civil Rights Movement', '$1.48 trillion', 'over $1.25 trillion', 'Backlash Builds', 'Lol', 'Chakrabarti', 'Customs', 'a few months later', 'NEXT', 'Hurricanes', 'Paste Magazine', 'Warnock', 'Abigail Marone', 'at least $70,000', 'the Newton North High School', 'The Late Show', 'Mike Nayna', 'the House Nancy Pelosi', 'Brooklyn Borough', 'about 20 percent', 'Joe Biden’s', 'Monday, December 3', '29-years-old', 'Burch', 'Tobacco', '‘The Enemy of the People,’', '150', 'Bloomberg TV', 'Can’t Be Allowed', 'U.N.', 'one full year', 'Oman', '49', 'Seamus Bruner', 'AOC Unveils ‘Green New Deal for Public Housing’ and ‘Postal Banking’', '$221 MILLION', 'the Disaster Relief and Emergencies Act', '@Ilhan', 'Tom Carper', 'Ummm', 'Mass.', 'North Capitol Street', 'nine-week', '85 million', 'Resurgence of Deadly Terrorist Group \\n Follow', 'Glenn Kirschner', 'Corey Johnson', '2,000 mile', 'Southwest Airlines', 'Frank Dwyer', 'Jackie Lacy', 'Ryan', 'Project Management Professional', 'MSNBC', 'the Head of Responsible Innovation', '62%', 'Socialist', '37,500', 'about 15 minutes', 'the Junk Fee Protection Act', 'All Things Sean Hannity', 'Bernie Sanders Vows', '30 years ago', 'Michael R. Strain', 'more than $5 trillion', \"Reserve Nominee Withdraws After Manchin's '\", 'Billionaire Tears', 'Biden Should ‘Declare National Emergency’', 'She Ignored ‘Eat Babies’ Woman Because It’s ‘Nothing’ Compared', 'Ron DeSantis', 'Democratic Socialist', 'David Axelrod', \"Revoke Biden's '\", 'Christopher Steele', 'the ‘Climate Czar’', 'this last election year', 'the days', 'North Africa', 'Bernie Outspends', '18 million barrels', '2', 'Lawrence', 'Fossil Fuels', 'Native', 'July 1', 'Climate ‘DENIAL’', 'Americas', 'Aguilar', 'Kate Aronoff', '24 Hours', 'the Department of Homeland Security', '9%', 'earlier this month', 'Keisha Lance Bottoms', 'New Viruses', 'Flint', 'The Fake News', 'Kellyanne', '14 percent', 'TEN YEARS', '70% to 90%', 'about a year', 'Rachel Golden', 'Watch Reid', 'Last Hours', 'Alejandro Mayorkas', '-40 million', 'Warns Readers', 'Parlor City Pub', 'the Immigration and Customs Enforcement', 'last Tuesday', 'more than 60', 'later this week', 'Exxon Mobil', '$65.6 million', 'Religion-', 'The Daily Caller (@DailyCaller', 'New Yorkers Moving', '@Ozkok_A', 'Bipartisan Infrastructure', 'Kamala Harris Lands', 'King', '230 years ago', 'the past 36 hours', 'U.S. Needs', 'last month', 'Pete Buttigieg', 'Religious Americans', 'the same month', 'Andrew Goldman', 'roughly 45%', 'Muslim', 'the University of Virginia', 'NYIFUP', 'NRA', 'Today I’m', 'Jeff Merkley', 'ten more dollars', 'less than $32 million', 'CoVID-19', 'Monahan', 'Stop and Frisk', '7-Minute Art Project', 'Julian Castro', 'more than $1.6 trillion', '18-months', '76-year-old', 'year-round', '80%', '1,200', 'T.V.', 'Cowboys', 'Pompeo Torches Biden', 'More than 60 percent', 'an African American', 'American ‘Concentration Camps', 'January', 'the Post Office', '$1 to $2.5 billion', 'Calls Diet ‘EcoCide', 'those 18 months', 'about 1.8 miles', 'Stevenson Boulevard', 'this November', 'Democratic Socialist’s', 'Hillary', 'a few short years from now', 'CoVID', 'The ‘Squad', 'Jan. 20', 'Gina McCarthy', 'the 1940s', 'Unpaid Internships', '$16', 'the Rio Grande', 'Guatemalan', 'Donald J. Trump', 'Sami Wassef', 'Lester Holt', 'Iranian', 'SUMMIT', \"Echoing Veep's\", '38%', 'the 25th Amendment', '18', 'the ‘Entity List’', 'the Sanders Campaign', 'over 18 million', 'Politico Playbook', 'Virginia Barnes & Noble', 'Charles]', 'an entire week', '1938', 'the country weeks ago', 'Psaki', 'Committee on Foreign Investment', 'Jay Inslee', 'the beginning of this year', 'Utica', 'Israeli Government', 'Los Angeles Times', 'Congresswoman Ocasio-Cortez', 'the Jerusalem Post', 'Al-Qaeda', 'Delaware Memorial Bridge Veteran’s Memorial Park', 'the last couple of weeks', 'more than $16 trillion', 'half a ton', 'Healthcare', 'Glenn Kessler', 'weeks', 'Long Island', '60%', 'the county council'})\n", + "Entity: Press Sec, Type: None, Label: None\n", + "Entity: Under The Desk News, Type: None, Label: None\n", + "Entity: Maria Sacchetti, Type: None, Label: None\n", + "Entity: C-SPAN, Type: None, Label: None\n", + "Entity: Barr, Type: None, Label: None\n", + "Entity: Texas Bar, Type: None, Label: None\n", + "Entity: Thrifty Sue, Type: None, Label: None\n", + "Entity: 10%, Type: None, Label: None\n", + "Entity: Elizabeth Warren Unveils, Type: PERSON, Label: unreliable\n", + "Entity: Middle East, Type: None, Label: None\n", + "Entity: Power the Future, Type: None, Label: None\n", + "Entity: African-Americans, Type: None, Label: None\n", + "Entity: the Daily Caller News Foundation, Type: None, Label: None\n", + "Entity: Emma Thompson, Type: None, Label: None\n", + "Entity: Larry Elder, Type: None, Label: None\n", + "Entity: Tommy Pigott, Type: None, Label: None\n", + "Entity: 3 hours, Type: None, Label: None\n", + "Entity: Airline, Type: None, Label: None\n", + "Entity: Nearly 80%, Type: None, Label: None\n", + "Entity: Liberal Hate-Fest, Type: None, Label: None\n", + "Entity: just days ago, Type: None, Label: None\n", + "Entity: Versus, Type: None, Label: None\n", + "Entity: Tamarkin, Type: None, Label: None\n", + "Entity: zero dollars, Type: None, Label: None\n", + "Entity: weeks ago, Type: None, Label: None\n", + "Entity: late last week, Type: None, Label: None\n", + "Entity: 100%, Type: None, Label: None\n", + "Entity: City Hall, Type: None, Label: None\n", + "Entity: Kick Catholic Dems, Type: None, Label: None\n", + "Entity: FAA Records Show Kerry’s Family Still Owns Private Jet, Type: None, Label: None\n", + "Entity: Jessica Layton, Type: None, Label: None\n", + "Entity: Iran-Contra, Type: None, Label: None\n", + "Entity: 🇺🇸, Type: None, Label: None\n", + "Entity: National Security, Type: None, Label: None\n", + "Entity: Protect Planet, Type: None, Label: None\n", + "Entity: DMV, Type: None, Label: None\n", + "Entity: Honduras, Type: None, Label: None\n", + "Entity: Georgetown University, Type: None, Label: None\n", + "Entity: Reuters Top News, Type: None, Label: None\n", + "Entity: AOC Warns Social Media of ‘Climate-Vulnerable Foods’ Like Grapes, Coffee, Berries, Type: ORG, Label: unreliable\n", + "Entity: the UN Food and Agriculture Organization, Type: None, Label: None\n", + "Entity: the last decade this week, Type: None, Label: None\n", + "Entity: Bernie Sanders Spent, Type: PERSON, Label: unreliable\n", + "Entity: Fox, Type: None, Label: None\n", + "Entity: more than $300 million, Type: None, Label: None\n", + "Entity: an entire year, Type: None, Label: None\n", + "Entity: the University of California San Diego, Type: None, Label: None\n", + "Entity: VitalSleep, Type: None, Label: None\n", + "Entity: DONALD TRUMP, Type: None, Label: None\n", + "Entity: the Logan Act, Type: None, Label: None\n", + "Entity: this morning, Type: None, Label: None\n", + "Entity: Some 21 months, Type: None, Label: None\n", + "Entity: Create 240k, Type: None, Label: None\n", + "Entity: up to $10 billion, Type: None, Label: None\n", + "Entity: the Department of the Interior, Type: None, Label: None\n", + "Entity: Caravan, Type: None, Label: None\n", + "Entity: Congressional Meeting, Type: None, Label: None\n", + "Entity: 37,567, Type: None, Label: None\n", + "Entity: March 6, Type: None, Label: None\n", + "Entity: Whirlpool, Type: None, Label: None\n", + "Entity: Amazon, Type: None, Label: None\n", + "Entity: New York Post Op-Ed \n", + " , Type: None, Label: None\n", + "Entity: Chuck, Type: None, Label: None\n", + "Entity: SHE, Type: ORG, Label: unreliable\n", + "Entity: New York City, Type: None, Label: None\n", + "Entity: TONIGHT, Type: None, Label: None\n", + "Entity: 9/11, Type: None, Label: None\n", + "Entity: Christopher Bedford, Type: None, Label: None\n", + "Entity: Shut Down, Type: PERSON, Label: unreliable\n", + "Entity: HILLARY, Type: None, Label: None\n", + "Entity: FEC, Type: None, Label: None\n", + "Entity: Super Tuesday States –, Type: None, Label: None\n", + "Entity: Vegan, Type: None, Label: None\n", + "Entity: Outgoing, Type: None, Label: None\n", + "Entity: Nah, Type: None, Label: None\n", + "Entity: over 500, Type: None, Label: None\n", + "Entity: Some 88%, Type: None, Label: None\n", + "Entity: CEI, Type: None, Label: None\n", + "Entity: Virginia, Type: None, Label: None\n", + "Entity: a few weeks, Type: None, Label: None\n", + "Entity: Clarence Thomas ‘Uncle Clarence’ During, Type: None, Label: None\n", + "Entity: 152, Type: None, Label: None\n", + "Entity: 25%, Type: None, Label: None\n", + "Entity: Bill Passes, Type: None, Label: None\n", + "Entity: $0 \n", + " , Type: None, Label: None\n", + "Entity: Monthly, Type: None, Label: None\n", + "Entity: the University of Maryland, Type: None, Label: None\n", + "Entity: The Congresswoman @AOC, Type: None, Label: None\n", + "Entity: Legendary, Type: None, Label: None\n", + "Entity: Nazism, Type: None, Label: None\n", + "Entity: the committee & making decisions, Type: None, Label: None\n", + "Entity: Universal Healthcare, Type: None, Label: None\n", + "Entity: Catholic, Type: None, Label: None\n", + "Entity: at least $100, Type: None, Label: None\n", + "Entity: Sunshine State, Type: None, Label: None\n", + "Entity: Native American, Type: None, Label: None\n", + "Entity: Blackburn, Type: None, Label: None\n", + "Entity: South, Type: None, Label: None\n", + "Entity: Bold, Type: None, Label: None\n", + "Entity: John Harrington, Type: None, Label: None\n", + "Entity: Kim Jong Un, Type: None, Label: None\n", + "Entity: Cortez’ ‘Green New Deal, Type: None, Label: None\n", + "Entity: 180 degree, Type: None, Label: None\n", + "Entity: a few years, Type: None, Label: None\n", + "Entity: Walmart, Type: None, Label: None\n", + "Entity: @MaddowBlog, Type: None, Label: None\n", + "Entity: Washington Post Blames Hurricane Florence, Type: ORG, Label: unreliable\n", + "Entity: $4 million, Type: None, Label: None\n", + "Entity: Israeli, Type: None, Label: None\n", + "Entity: -Kamala, Type: None, Label: None\n", + "Entity: El Paso’s, Type: None, Label: None\n", + "Entity: Nancy, Type: None, Label: None\n", + "Entity: Quriyat, Type: None, Label: None\n", + "Entity: 10 days, Type: None, Label: None\n", + "Entity: Canberra, Type: None, Label: None\n", + "Entity: a “day, Type: None, Label: None\n", + "Entity: Planned Parenthood, Type: None, Label: None\n", + "Entity: just weeks, Type: None, Label: None\n", + "Entity: Monday, Type: None, Label: None\n", + "Entity: 61% and 50%, Type: None, Label: None\n", + "Entity: Pennsylvania, Type: None, Label: None\n", + "Entity: Hawley Amid, Type: None, Label: None\n", + "Entity: Your Direct Action, Type: None, Label: None\n", + "Entity: Vitus Spehar, Type: None, Label: None\n", + "Entity: over $2 million, Type: None, Label: None\n", + "Entity: Amy Klobuchar, Type: None, Label: None\n", + "Entity: 297,685.50, Type: None, Label: None\n", + "Entity: The Daily Caller:, Type: None, Label: None\n", + "Entity: 20 percent, Type: None, Label: None\n", + "Entity: the South Carolina, Type: None, Label: None\n", + "Entity: Fox LA, Type: None, Label: None\n", + "Entity: de Blasio, Type: None, Label: None\n", + "Entity: Los Angeles Police Protective League, Type: None, Label: None\n", + "Entity: 2020, Type: None, Label: None\n", + "Entity: 36, Type: None, Label: None\n", + "Entity: Gov, Type: None, Label: None\n", + "Entity: Humans, Type: None, Label: None\n", + "Entity: two cents, Type: None, Label: None\n", + "Entity: $3 million, Type: None, Label: None\n", + "Entity: Klobuchar, Type: None, Label: None\n", + "Entity: 0.1 percent, Type: None, Label: None\n", + "Entity: 10-year, Type: None, Label: None\n", + "Entity: Bartiromo, Type: None, Label: None\n", + "Entity: $1.2 billion, Type: None, Label: None\n", + "Entity: rape+incest, Type: None, Label: None\n", + "Entity: Gen Z, Type: None, Label: None\n", + "Entity: Joe Manchin’s, Type: None, Label: None\n", + "Entity: Suggest ‘New Deal’ Will Stop MIDWEST TORNADOES, Type: None, Label: None\n", + "Entity: 11.5 billion, Type: None, Label: None\n", + "Entity: 12 pm, Type: None, Label: None\n", + "Entity: Cory Booker, Type: None, Label: None\n", + "Entity: Tennessee, Type: None, Label: None\n", + "Entity: @MikeBloomberg, Type: None, Label: None\n", + "Entity: the US Bureau of Land Management, Type: None, Label: None\n", + "Entity: Team Joyless, Type: None, Label: None\n", + "Entity: Rainbows, Type: None, Label: None\n", + "Entity: South Carolina’s, Type: None, Label: None\n", + "Entity: Nashville, Type: None, Label: None\n", + "Entity: Second Amendment, Type: None, Label: None\n", + "Entity: — Ed Markey, Type: None, Label: None\n", + "Entity: the Big Apple’s, Type: None, Label: None\n", + "Entity: the Civil War, Type: None, Label: None\n", + "Entity: east coast, Type: None, Label: None\n", + "Entity: Darry Sragow, Type: None, Label: None\n", + "Entity: Andrew Tavani, Type: None, Label: None\n", + "Entity: 1.2 million, Type: None, Label: None\n", + "Entity: Blames Immigration Chaos, Type: None, Label: None\n", + "Entity: American Enterprise Institute, Type: None, Label: None\n", + "Entity: the Rawah District, Type: None, Label: None\n", + "Entity: Higher Wages, Type: None, Label: None\n", + "Entity: Transportation, Type: None, Label: None\n", + "Entity: 70,000-ton, Type: None, Label: None\n", + "Entity: Almost a third, Type: None, Label: None\n", + "Entity: Four, Type: None, Label: None\n", + "Entity: MACY, Type: None, Label: None\n", + "Entity: Trump War Room, Type: None, Label: None\n", + "Entity: Henniges Automotive, Type: None, Label: None\n", + "Entity: Compton, Type: None, Label: None\n", + "Entity: 77%, Type: None, Label: None\n", + "Entity: West Hollywood, Type: None, Label: None\n", + "Entity: 18 LONG months, Type: None, Label: None\n", + "Entity: an estimated 2.5 million, Type: None, Label: None\n", + "Entity: 7:00 p.m. EST, Type: None, Label: None\n", + "Entity: more than 2.4 billion metric tons, Type: None, Label: None\n", + "Entity: the ten years, Type: None, Label: None\n", + "Entity: John’s Grill, Type: None, Label: None\n", + "Entity: Camp David, Type: None, Label: None\n", + "Entity: Russians, Type: None, Label: None\n", + "Entity: Us, Type: None, Label: None\n", + "Entity: Ali Velshi, Type: None, Label: None\n", + "Entity: Michigan, Type: None, Label: None\n", + "Entity: Warren Support Climate, Type: None, Label: None\n", + "Entity: March 26, Type: None, Label: None\n", + "Entity: BDS, Type: None, Label: None\n", + "Entity: these past 14 months, Type: None, Label: None\n", + "Entity: 21%, Type: None, Label: None\n", + "Entity: the Palestinian Authority, Type: None, Label: None\n", + "Entity: Washington DC, Type: None, Label: None\n", + "Entity: 1984, Type: None, Label: None\n", + "Entity: Trump hours, Type: None, Label: None\n", + "Entity: $93 trillion, Type: None, Label: None\n", + "Entity: Super, Type: None, Label: None\n", + "Entity: Peter Doocy, Type: None, Label: None\n", + "Entity: Thereby, Type: None, Label: None\n", + "Entity: Four years ago, Type: None, Label: None\n", + "Entity: Sean, Type: None, Label: None\n", + "Entity: Henderson, Type: None, Label: None\n", + "Entity: just seven hours, Type: None, Label: None\n", + "Entity: I’m 40, Type: None, Label: None\n", + "Entity: 500, Type: MONEY, Label: unreliable\n", + "Entity: the American Civil Liberties Union, Type: None, Label: None\n", + "Entity: Kay Coles James, Type: None, Label: None\n", + "Entity: National Guard, Type: None, Label: None\n", + "Entity: Scene, Type: None, Label: None\n", + "Entity: Al Aqsa, Type: None, Label: None\n", + "Entity: a trillion dollars, Type: None, Label: None\n", + "Entity: Change Cooling, Type: None, Label: None\n", + "Entity: ICE, Type: None, Label: None\n", + "Entity: 23, Type: CARDINAL, Label: unreliable\n", + "Entity: Musk Blasts, Type: None, Label: None\n", + "Entity: an additional $1.6 million, Type: None, Label: None\n", + "Entity: Channel 4, Type: None, Label: None\n", + "Entity: 8 year old, Type: None, Label: None\n", + "Entity: Border Burns \n", + " , Type: None, Label: None\n", + "Entity: Capping the State and Local Tax, Type: None, Label: None\n", + "Entity: Today the Senate, Type: None, Label: None\n", + "Entity: more than a year, Type: None, Label: None\n", + "Entity: 'Work Together' With China, Type: None, Label: None\n", + "Entity: Biden Releases, Type: None, Label: None\n", + "Entity: GasBuddy, Type: None, Label: None\n", + "Entity: Calif., Type: None, Label: None\n", + "Entity: Project Veritas Action Fund, Type: None, Label: None\n", + "Entity: winter, Type: None, Label: None\n", + "Entity: less than 24 hours, Type: None, Label: None\n", + "Entity: Biden Administration ‘Muzzling’ Border Agents from Speaking, Type: ORG, Label: unreliable\n", + "Entity: Jim Crow, Type: None, Label: None\n", + "Entity: HILARIOUS, Type: PERSON, Label: unreliable\n", + "Entity: Bernie Sanders Blames HEAT WAVE, Type: PERSON, Label: unreliable\n", + "Entity: A century ago, Type: None, Label: None\n", + "Entity: a week ago, Type: None, Label: None\n", + "Entity: Los Angeles Lakers, Type: None, Label: None\n", + "Entity: Kirsten Gillibrand, Type: None, Label: None\n", + "Entity: Morning Consult, Type: None, Label: None\n", + "Entity: $3 TRILLION, Type: MONEY, Label: unreliable\n", + "Entity: the last five years, Type: None, Label: None\n", + "Entity: Section 5, Type: None, Label: None\n", + "Entity: 48, Type: None, Label: None\n", + "Entity: The Republican National Committee, Type: None, Label: None\n", + "Entity: Ken Langone, Type: None, Label: None\n", + "Entity: Reines, Type: None, Label: None\n", + "Entity: Brian Burch, Type: None, Label: None\n", + "Entity: Kavanaugh, Type: None, Label: None\n", + "Entity: storytell & cry, Type: None, Label: None\n", + "Entity: hundreds of gallons, Type: None, Label: None\n", + "Entity: MUMBLIN, Type: ORG, Label: unreliable\n", + "Entity: Washington, Type: None, Label: None\n", + "Entity: just hours, Type: None, Label: None\n", + "Entity: Loser, Type: None, Label: None\n", + "Entity: 1PM, Type: None, Label: None\n", + "Entity: Phil Murphy, Type: None, Label: None\n", + "Entity: Sanders, Type: None, Label: None\n", + "Entity: the Grand Canyon State, Type: None, Label: None\n", + "Entity: Hobart, Type: None, Label: None\n", + "Entity: Biden Naps, Type: None, Label: None\n", + "Entity: Dean, Type: None, Label: None\n", + "Entity: Emily Schrader, Type: None, Label: None\n", + "Entity: Vermont \n", + " , Type: None, Label: None\n", + "Entity: pro-Palestine, Type: None, Label: None\n", + "Entity: Don’t Flinch, Type: None, Label: None\n", + "Entity: 10.058 million, Type: None, Label: None\n", + "Entity: fifth, Type: None, Label: None\n", + "Entity: NYPD, Type: None, Label: None\n", + "Entity: 30,000, Type: None, Label: None\n", + "Entity: Nearly one million, Type: None, Label: None\n", + "Entity: HGTV, Type: None, Label: None\n", + "Entity: over 230,000 kilowatt hours, Type: None, Label: None\n", + "Entity: up to 8mm, Type: None, Label: None\n", + "Entity: 246 years, Type: None, Label: None\n", + "Entity: Occupy London, Type: None, Label: None\n", + "Entity: Ted Lieu, Type: None, Label: None\n", + "Entity: at least 50%, Type: None, Label: None\n", + "Entity: ten year, Type: None, Label: None\n", + "Entity: Joe Tell, Type: PERSON, Label: unreliable\n", + "Entity: WORLD WAR II, Type: None, Label: None\n", + "Entity: BDS movement &, Type: None, Label: None\n", + "Entity: Newsome, Type: None, Label: None\n", + "Entity: MPP, Type: None, Label: None\n", + "Entity: the ‘Sunrise Movement, Type: None, Label: None\n", + "Entity: @JennaEllisEsq, Type: None, Label: None\n", + "Entity: $13.2 million, Type: None, Label: None\n", + "Entity: desk anymore, Type: None, Label: None\n", + "Entity: Bill de Blasio, Type: None, Label: None\n", + "Entity: DRILL, Type: None, Label: None\n", + "Entity: AVIC, Type: None, Label: None\n", + "Entity: Fake News, Type: None, Label: None\n", + "Entity: Richard Grenell, Type: None, Label: None\n", + "Entity: Labor Department, Type: None, Label: None\n", + "Entity: EVERYONE, Type: None, Label: None\n", + "Entity: “150 million, Type: None, Label: None\n", + "Entity: NEPA, Type: None, Label: None\n", + "Entity: Bush, Type: None, Label: None\n", + "Entity: the Electoral College, Type: None, Label: None\n", + "Entity: Children Across, Type: PERSON, Label: unreliable\n", + "Entity: NYC, Type: None, Label: None\n", + "Entity: between $42.8 trillion, Type: None, Label: None\n", + "Entity: Islam, Type: None, Label: None\n", + "Entity: Jake Tapper, Type: None, Label: None\n", + "Entity: Boulder City, Type: None, Label: None\n", + "Entity: Eric Adams, Type: None, Label: None\n", + "Entity: Yang, Type: None, Label: None\n", + "Entity: Larry Murphree, Type: None, Label: None\n", + "Entity: Jorge Ramos, Type: None, Label: None\n", + "Entity: BioScience, Type: None, Label: None\n", + "Entity: Vermont, Type: None, Label: None\n", + "Entity: National Climate Advisor, Type: None, Label: None\n", + "Entity: Sarah Dolan, Type: None, Label: None\n", + "Entity: Sragow, Type: None, Label: None\n", + "Entity: January 3rd, Type: None, Label: None\n", + "Entity: Centennial Hills, Type: None, Label: None\n", + "Entity: Texan, Type: None, Label: None\n", + "Entity: American Millennials are ‘Killing Paper Napkins, Type: ORG, Label: unreliable\n", + "Entity: African Americans, Type: None, Label: None\n", + "Entity: Uber or Lyft, Type: None, Label: None\n", + "Entity: early October, Type: None, Label: None\n", + "Entity: more than $1 billion, Type: None, Label: None\n", + "Entity: every week, Type: None, Label: None\n", + "Entity: Infrastructure, Climate Change, Type: None, Label: None\n", + "Entity: Hirono, Type: None, Label: None\n", + "Entity: 35%, Type: None, Label: None\n", + "Entity: the Northern Triangle, Type: None, Label: None\n", + "Entity: Range Rover, Type: None, Label: None\n", + "Entity: Just weeks, Type: None, Label: None\n", + "Entity: George Washington, Type: None, Label: None\n", + "Entity: two days later, Type: None, Label: None\n", + "Entity: Robert Mueller’s, Type: None, Label: None\n", + "Entity: Butte County Sheriff Kory Honea, Type: None, Label: None\n", + "Entity: $94 million, Type: None, Label: None\n", + "Entity: The Enemy of the People: A Dangerous Time to Tell the Truth in America, Type: None, Label: None\n", + "Entity: Arizona, Type: None, Label: None\n", + "Entity: Floridians, Type: None, Label: None\n", + "Entity: the Soviet Union’s, Type: None, Label: None\n", + "Entity: WINTER, Type: DATE, Label: unreliable\n", + "Entity: Homan, Type: None, Label: None\n", + "Entity: September 15, Type: None, Label: None\n", + "Entity: Maue, Type: None, Label: None\n", + "Entity: Hawaiian, Type: None, Label: None\n", + "Entity: Andy Goldman, Type: None, Label: None\n", + "Entity: Nelson Mandela, Type: None, Label: None\n", + "Entity: Hurricane Dorian, Type: None, Label: None\n", + "Entity: more than a fourth, Type: None, Label: None\n", + "Entity: Blames ‘Acid Rain, Type: None, Label: None\n", + "Entity: the Infrastructure Bill, Type: None, Label: None\n", + "Entity: every four years, Type: None, Label: None\n", + "Entity: one-tenth, Type: None, Label: None\n", + "Entity: AmeriCorps, Type: None, Label: None\n", + "Entity: Green New Deal, Type: None, Label: None\n", + "Entity: 90 million, Type: None, Label: None\n", + "Entity: the Great Plains, Type: None, Label: None\n", + "Entity: the next decade, Type: None, Label: None\n", + "Entity: Stephen Miller, Type: None, Label: None\n", + "Entity: Pens Op-Ed Warning, Type: None, Label: None\n", + "Entity: nights, Type: None, Label: None\n", + "Entity: New Voting Rights Act, Type: None, Label: None\n", + "Entity: about $71,000, Type: None, Label: None\n", + "Entity: Strong Borders, Type: None, Label: None\n", + "Entity: Homelessness, Type: None, Label: None\n", + "Entity: Stop Climate Change, Type: None, Label: None\n", + "Entity: Ocasio-Cortez ‘Hell Bent’ on, Type: None, Label: None\n", + "Entity: Only a few days ago, Type: None, Label: None\n", + "Entity: 26% to 24%, Type: None, Label: None\n", + "Entity: Iran, Type: None, Label: None\n", + "Entity: McCarthy, Type: None, Label: None\n", + "Entity: Saudi Arabia’s, Type: None, Label: None\n", + "Entity: Loses Votes, Type: None, Label: None\n", + "Entity: PBS, Type: None, Label: None\n", + "Entity: evening, Type: None, Label: None\n", + "Entity: New York State, Type: None, Label: None\n", + "Entity: David Wright, Type: None, Label: None\n", + "Entity: the Gulf Coast, Type: None, Label: None\n", + "Entity: one week, Type: None, Label: None\n", + "Entity: Yahoo News, Type: None, Label: None\n", + "Entity: Biden’s, Type: None, Label: None\n", + "Entity: Jimmy Van Bramer, Type: None, Label: None\n", + "Entity: Los Angeles Sergeant, Type: None, Label: None\n", + "Entity: over $1 million, Type: None, Label: None\n", + "Entity: Tijuana, Type: None, Label: None\n", + "Entity: 28 days, Type: None, Label: None\n", + "Entity: 62% to 23%, Type: None, Label: None\n", + "Entity: about tonight, Type: None, Label: None\n", + "Entity: Stop Americans, Type: None, Label: None\n", + "Entity: Destructive Witch Hunt, Type: None, Label: None\n", + "Entity: Punchbowl, Type: None, Label: None\n", + "Entity: next Tuesday, Type: None, Label: None\n", + "Entity: Facebook’s Climate Science Information Center, Type: None, Label: None\n", + "Entity: 32%, Type: None, Label: None\n", + "Entity: Benjamins, Type: None, Label: None\n", + "Entity: George Wallace, Type: None, Label: None\n", + "Entity: Sept. 23, Type: None, Label: None\n", + "Entity: Climate Protest Outside Pelosi’s Office, Type: None, Label: None\n", + "Entity: 40%, Type: None, Label: None\n", + "Entity: CNN & MSNBC, Type: None, Label: None\n", + "Entity: early 2019, Type: None, Label: None\n", + "Entity: NBC News Graphics (@NBCNewsGraphics, Type: None, Label: None\n", + "Entity: Warren Promises Free College, Type: ORG, Label: unreliable\n", + "Entity: Bloomberg Flies ‘Melting Ice, Type: None, Label: None\n", + "Entity: $30 trillion, Type: None, Label: None\n", + "Entity: Dennis Herrera, Type: None, Label: None\n", + "Entity: Blames Border Disaster, Type: None, Label: None\n", + "Entity: up to six months, Type: None, Label: None\n", + "Entity: The Washington Post, Type: None, Label: None\n", + "Entity: $$ \n", + " , Type: None, Label: None\n", + "Entity: Brooklyn, Type: None, Label: None\n", + "Entity: Housing for All, Type: None, Label: None\n", + "Entity: DNC Chair, Type: PERSON, Label: unreliable\n", + "Entity: DISGUSTING, Type: None, Label: None\n", + "Entity: Del Rio, Type: None, Label: None\n", + "Entity: suspends, Type: None, Label: None\n", + "Entity: Homeland Security, Type: None, Label: None\n", + "Entity: last May, Type: None, Label: None\n", + "Entity: the end of October, Type: None, Label: None\n", + "Entity: Elizabeth Warren’s, Type: None, Label: None\n", + "Entity: 11, Type: None, Label: None\n", + "Entity: Tuesday night, Type: None, Label: None\n", + "Entity: — John Jenkins, Type: None, Label: None\n", + "Entity: their ‘Green New Deal, Type: None, Label: None\n", + "Entity: Times Square Rips ‘Job Loss, Type: None, Label: None\n", + "Entity: The Reidout, Type: None, Label: None\n", + "Entity: 17%, Type: None, Label: None\n", + "Entity: more than 12%, Type: None, Label: None\n", + "Entity: POLITICO, Type: None, Label: None\n", + "Entity: n’t &, Type: None, Label: None\n", + "Entity: Ashley Zavala, Type: None, Label: None\n", + "Entity: al Qaeda, Type: None, Label: None\n", + "Entity: Sarah Dolan Schneider, Type: None, Label: None\n", + "Entity: Daniel Taylor, Type: None, Label: None\n", + "Entity: Starburst, Type: None, Label: None\n", + "Entity: Summer, Type: None, Label: None\n", + "Entity: Morning Edition, Type: None, Label: None\n", + "Entity: Burger King, Type: None, Label: None\n", + "Entity: Safest Big City, Type: None, Label: None\n", + "Entity: LeBron James, Type: None, Label: None\n", + "Entity: DOUBLE, Type: GPE, Label: unreliable\n", + "Entity: Mahmoud Abbas, Type: None, Label: None\n", + "Entity: ’s, Type: None, Label: None\n", + "Entity: $100-trillion, Type: None, Label: None\n", + "Entity: Town Hall, Type: None, Label: None\n", + "Entity: Joe Biden Tells Terrified Voter, Type: None, Label: None\n", + "Entity: — Gavin Newsom, Type: None, Label: None\n", + "Entity: Buttigieg, Type: None, Label: None\n", + "Entity: Michael Mann, Type: None, Label: None\n", + "Entity: 64 days, Type: None, Label: None\n", + "Entity: Anarchists, Type: None, Label: None\n", + "Entity: her ‘Concentration Camp, Type: None, Label: None\n", + "Entity: Marc Thiessen, Type: None, Label: None\n", + "Entity: more than 11,000, Type: None, Label: None\n", + "Entity: Asthma, Pensions, Type: None, Label: None\n", + "Entity: Sean Illing, Type: None, Label: None\n", + "Entity: Alvin Valley, Type: None, Label: None\n", + "Entity: more than $94 million, Type: None, Label: None\n", + "Entity: Joe Biden Laughs, Type: PERSON, Label: unreliable\n", + "Entity: James Carville, Type: None, Label: None\n", + "Entity: An Inconvenient Sequel, Type: None, Label: None\n", + "Entity: the House Floor, Type: None, Label: None\n", + "Entity: US, Type: None, Label: None\n", + "Entity: Rashida Tlaib, Type: None, Label: None\n", + "Entity: the British Treasury, Type: None, Label: None\n", + "Entity: Central American, Type: None, Label: None\n", + "Entity: Catholic Democrats, Type: None, Label: None\n", + "Entity: Kamala Harris Posts Video, Type: PERSON, Label: unreliable\n", + "Entity: NBC, Type: None, Label: None\n", + "Entity: @TCPigott, Type: None, Label: None\n", + "Entity: Accu-Adjust System, Type: None, Label: None\n", + "Entity: boycotts, Type: None, Label: None\n", + "Entity: Team Biden, Type: None, Label: None\n", + "Entity: Heather Cox Richardson, Type: None, Label: None\n", + "Entity: Dan Crenshaw BLASTS, Type: PERSON, Label: unreliable\n", + "Entity: Longtime Democratic, Type: None, Label: None\n", + "Entity: Last year’s, Type: None, Label: None\n", + "Entity: Kirstjen M. Nielsen, Type: None, Label: None\n", + "Entity: the NY Post, Type: None, Label: None\n", + "Entity: New Yorkers, Type: None, Label: None\n", + "Entity: the Senate Floor, Type: None, Label: None\n", + "Entity: the middle of the night, Type: None, Label: None\n", + "Entity: West Germany, Type: None, Label: None\n", + "Entity: Blake, Type: None, Label: None\n", + "Entity: Abraham Lincoln, Type: None, Label: None\n", + "Entity: More than 500, Type: None, Label: None\n", + "Entity: $500 Million, Type: None, Label: None\n", + "Entity: 5%, Type: None, Label: None\n", + "Entity: Union Square, Type: None, Label: None\n", + "Entity: Congressional, Type: None, Label: None\n", + "Entity: Leon Cooperman, Type: None, Label: None\n", + "Entity: Fairy Dust or Unicorn Urine, Type: None, Label: None\n", + "Entity: Native Americans, Type: None, Label: None\n", + "Entity: Claims Biden’s, Type: PERSON, Label: unreliable\n", + "Entity: Last night, Type: None, Label: None\n", + "Entity: ReidOut, Type: None, Label: None\n", + "Entity: ENOUGH, Type: ORG, Label: unreliable\n", + "Entity: Bay Area, Type: None, Label: None\n", + "Entity: @NYCMayor, Type: None, Label: None\n", + "Entity: 57, Type: None, Label: None\n", + "Entity: @MaxMillerOH, Type: None, Label: None\n", + "Entity: as few as 20 Representatives, Type: None, Label: None\n", + "Entity: presidential campaign weeks ago, Type: None, Label: None\n", + "Entity: the busy summer months, Type: None, Label: None\n", + "Entity: Internal Affairs Bureau, Type: None, Label: None\n", + "Entity: New York City’s, Type: None, Label: None\n", + "Entity: $3.5 trillion, Type: None, Label: None\n", + "Entity: Hurricane Harvey, Type: None, Label: None\n", + "Entity: Nancy Pelosi, Type: None, Label: None\n", + "Entity: BUSTED!, Type: ORG, Label: unreliable\n", + "Entity: Obama-era, Type: None, Label: None\n", + "Entity: Karine Jean-Pierre, Type: None, Label: None\n", + "Entity: the Berlin Wall, Type: None, Label: None\n", + "Entity: Veterans, Type: None, Label: None\n", + "Entity: — Julie Zauzmer, Type: None, Label: None\n", + "Entity: the South China Sea, Type: None, Label: None\n", + "Entity: my first year, Type: None, Label: None\n", + "Entity: Mike Lawler, Type: None, Label: None\n", + "Entity: Kari Lake, Type: None, Label: None\n", + "Entity: Biden Botches Introduction, Type: None, Label: None\n", + "Entity: Bernie Sanders Introduces, Type: ORG, Label: unreliable\n", + "Entity: @Cmkahn, Type: None, Label: None\n", + "Entity: San Fran, Type: None, Label: None\n", + "Entity: the end of next year, Type: None, Label: None\n", + "Entity: Dangerous, Type: None, Label: None\n", + "Entity: Ciudad Juarez, Type: None, Label: None\n", + "Entity: Patrick Lynch, Type: None, Label: None\n", + "Entity: Recount, Type: None, Label: None\n", + "Entity: Second Amendment and Defund, Type: None, Label: None\n", + "Entity: Keith Olbermann, Type: None, Label: None\n", + "Entity: Booker, Type: None, Label: None\n", + "Entity: more than 600, Type: None, Label: None\n", + "Entity: Trump Tower, Type: None, Label: None\n", + "Entity: Delta Airlines, Type: None, Label: None\n", + "Entity: Susie Garza, Type: None, Label: None\n", + "Entity: NPR/PBS NewsHour/Marist, Type: None, Label: None\n", + "Entity: 2028, Type: None, Label: None\n", + "Entity: $3 Million Dollar, Type: MONEY, Label: unreliable\n", + "Entity: Thompson, Type: None, Label: None\n", + "Entity: tonight, Type: None, Label: None\n", + "Entity: a mere seven hours, Type: None, Label: None\n", + "Entity: Adminstration, Type: None, Label: None\n", + "Entity: Cold War, Type: None, Label: None\n", + "Entity: nearly 2/3, Type: None, Label: None\n", + "Entity: RoJe Williams, Type: None, Label: None\n", + "Entity: 10,000 square foot, Type: None, Label: None\n", + "Entity: the last week, Type: None, Label: None\n", + "Entity: February, Type: None, Label: None\n", + "Entity: @thehill, Type: None, Label: None\n", + "Entity: $5+, Type: None, Label: None\n", + "Entity: Medicare, Type: None, Label: None\n", + "Entity: Elizabeth Warren, Type: None, Label: None\n", + "Entity: midfield, Type: None, Label: None\n", + "Entity: Stacey Abrams 2018, Type: PERSON, Label: unreliable\n", + "Entity: Holly Otterbein, Type: None, Label: None\n", + "Entity: John King, Type: None, Label: None\n", + "Entity: Jail, Type: None, Label: None\n", + "Entity: the weeks and months, Type: None, Label: None\n", + "Entity: Williamson, Type: None, Label: None\n", + "Entity: BMJ, Type: None, Label: None\n", + "Entity: -5%, Type: None, Label: None\n", + "Entity: Abuses His Power, Type: None, Label: None\n", + "Entity: more than 300, Type: None, Label: None\n", + "Entity: Exhibit A. Want, Type: None, Label: None\n", + "Entity: Boris, Type: None, Label: None\n", + "Entity: Forget Midwest Droughts, Type: None, Label: None\n", + "Entity: SpeakerNancy Pelosi, Type: None, Label: None\n", + "Entity: dozens, Type: None, Label: None\n", + "Entity: TRILLIONS, Type: None, Label: None\n", + "Entity: Sarah Bloom Raskin, Type: None, Label: None\n", + "Entity: 50 or, Type: None, Label: None\n", + "Entity: two-years, Type: None, Label: None\n", + "Entity: 9.5 million tonnes, Type: None, Label: None\n", + "Entity: Harlem, Type: None, Label: None\n", + "Entity: up to 300, Type: None, Label: None\n", + "Entity: Florida, Type: None, Label: None\n", + "Entity: Terrorism, Type: None, Label: None\n", + "Entity: $4 trillion, Type: None, Label: None\n", + "Entity: Ocasio-Cortez’ ‘Green New Deal, Type: None, Label: None\n", + "Entity: Jim Eagle, Type: None, Label: None\n", + "Entity: R-CO, Type: None, Label: None\n", + "Entity: AOC CORP, Type: ORG, Label: unreliable\n", + "Entity: “Climate Corp”, Type: None, Label: None\n", + "Entity: Mike Crispi, Type: None, Label: None\n", + "Entity: $1.5 trillion, Type: None, Label: None\n", + "Entity: Housing and Urban Development, Type: None, Label: None\n", + "Entity: about 135 days, Type: None, Label: None\n", + "Entity: earlier Monday, Type: None, Label: None\n", + "Entity: more than 10 years, Type: None, Label: None\n", + "Entity: her first full week, Type: None, Label: None\n", + "Entity: Congresswoman, Type: None, Label: None\n", + "Entity: Francis Brennan, Type: None, Label: None\n", + "Entity: 0 to 5, Type: None, Label: None\n", + "Entity: Juan Rodriguez, Type: None, Label: None\n", + "Entity: the Empire State, Type: None, Label: None\n", + "Entity: 15th, Type: None, Label: None\n", + "Entity: Look, Joe, Type: None, Label: None\n", + "Entity: Elizabeth Warren Promises, Type: None, Label: None\n", + "Entity: Oklahoma, Type: None, Label: None\n", + "Entity: 108.7 degrees, Type: None, Label: None\n", + "Entity: Every Billionaire, Type: None, Label: None\n", + "Entity: Midwestern, Type: None, Label: None\n", + "Entity: the final three months of 2019, Type: None, Label: None\n", + "Entity: six-year, Type: None, Label: None\n", + "Entity: December the 7, Type: None, Label: None\n", + "Entity: FIRST DAY, Type: DATE, Label: unreliable\n", + "Entity: Argonauts, Type: None, Label: None\n", + "Entity: Bowser, Type: None, Label: None\n", + "Entity: Giant, Type: None, Label: None\n", + "Entity: just months, Type: None, Label: None\n", + "Entity: Reid, Type: None, Label: None\n", + "Entity: TRUMP, Type: None, Label: None\n", + "Entity: Jimmy] Van Bramer, Type: None, Label: None\n", + "Entity: the Black Lives Matter, Type: None, Label: None\n", + "Entity: Gholam Reza Jalali, Type: None, Label: None\n", + "Entity: Jenna Johnson, Type: None, Label: None\n", + "Entity: nearly 10 degrees, Type: None, Label: None\n", + "Entity: the Arizona Republic, Type: None, Label: None\n", + "Entity: Mami Hara, Type: None, Label: None\n", + "Entity: later that evening, Type: None, Label: None\n", + "Entity: IRAN, Type: None, Label: None\n", + "Entity: our last 12 years, Type: None, Label: None\n", + "Entity: New York’s, Type: None, Label: None\n", + "Entity: a Federal Reserve, Type: None, Label: None\n", + "Entity: Jennifer Lawrence Blames Trump Supporters, Type: PERSON, Label: unreliable\n", + "Entity: more than $300 billion, Type: None, Label: None\n", + "Entity: Perform ‘Interpretive Yoga, Type: None, Label: None\n", + "Entity: Savannah Guthrie, Type: None, Label: None\n", + "Entity: 12 years, Type: None, Label: None\n", + "Entity: Candi CdeBaca, Type: None, Label: None\n", + "Entity: Silver Star, Type: None, Label: None\n", + "Entity: last 12 years, Type: None, Label: None\n", + "Entity: FDNY EMS, Type: None, Label: None\n", + "Entity: just 38%, Type: None, Label: None\n", + "Entity: Tehran, Type: None, Label: None\n", + "Entity: US Home, Type: None, Label: None\n", + "Entity: Moments UK & Ireland, Type: None, Label: None\n", + "Entity: Follow Him, Type: None, Label: None\n", + "Entity: New Year, Type: None, Label: None\n", + "Entity: 60 million, Type: None, Label: None\n", + "Entity: American Voters, Type: ORG, Label: unreliable\n", + "Entity: Central America, Type: None, Label: None\n", + "Entity: the Centers for Disease Control, Type: None, Label: None\n", + "Entity: Lake Mead, Type: None, Label: None\n", + "Entity: Bernie, Type: None, Label: None\n", + "Entity: the National Center for Public Policy Research, Type: None, Label: None\n", + "Entity: August 28th, Type: None, Label: None\n", + "Entity: Georgians, Type: None, Label: None\n", + "Entity: 9/20, Type: None, Label: None\n", + "Entity: Biden Warns, Type: None, Label: None\n", + "Entity: the US Senate, Type: None, Label: None\n", + "Entity: Sacramento, Type: None, Label: None\n", + "Entity: the Golden State, Type: None, Label: None\n", + "Entity: New Spending, Type: None, Label: None\n", + "Entity: over 250, Type: None, Label: None\n", + "Entity: AG Sessions, Type: None, Label: None\n", + "Entity: Lecturing Energy Workers, Type: ORG, Label: unreliable\n", + "Entity: Son and Police” Debate Comments \n", + " The hostile, Type: None, Label: None\n", + "Entity: Elliott Abrams, Type: None, Label: None\n", + "Entity: Minneapolis, Type: None, Label: None\n", + "Entity: Biden Moves on Light, Type: ORG, Label: unreliable\n", + "Entity: three-minute, Type: None, Label: None\n", + "Entity: the end of, Type: None, Label: None\n", + "Entity: the Climate Crisis, Type: None, Label: None\n", + "Entity: 297,658.50, Type: None, Label: None\n", + "Entity: AOC Flies, Type: None, Label: None\n", + "Entity: the “first day, Type: None, Label: None\n", + "Entity: Capitol, Type: None, Label: None\n", + "Entity: Goldsmiths, Type: None, Label: None\n", + "Entity: Mexico, Type: None, Label: None\n", + "Entity: The Real News Network, Type: None, Label: None\n", + "Entity: AL GORE, Type: PERSON, Label: unreliable\n", + "Entity: Bill Clinton, Type: None, Label: None\n", + "Entity: nine-day, Type: None, Label: None\n", + "Entity: Highlands, Type: None, Label: None\n", + "Entity: Oct. 10, Type: None, Label: None\n", + "Entity: Republicans, Type: None, Label: None\n", + "Entity: Facebook’s PR, Type: None, Label: None\n", + "Entity: Capito, Type: None, Label: None\n", + "Entity: SCHIFF, Type: ORG, Label: unreliable\n", + "Entity: 250, Type: None, Label: None\n", + "Entity: $150 trillion, Type: None, Label: None\n", + "Entity: 250,000, Type: None, Label: None\n", + "Entity: approximately 21x, Type: None, Label: None\n", + "Entity: Princeton University, Type: None, Label: None\n", + "Entity: 89-10, Type: None, Label: None\n", + "Entity: $433 billion, Type: None, Label: None\n", + "Entity: four days, Type: None, Label: None\n", + "Entity: day one, Type: None, Label: None\n", + "Entity: DC, Type: None, Label: None\n", + "Entity: 43% to 31%, Type: None, Label: None\n", + "Entity: Northern Hemisphere, Type: None, Label: None\n", + "Entity: White House, Type: None, Label: None\n", + "Entity: @ewarren, Type: None, Label: None\n", + "Entity: Epi, Type: None, Label: None\n", + "Entity: Watches, Type: None, Label: None\n", + "Entity: the Select Committee, Type: None, Label: None\n", + "Entity: Castro, Type: None, Label: None\n", + "Entity: Sean Clegg, Type: None, Label: None\n", + "Entity: Apple, Type: None, Label: None\n", + "Entity: Veep, Type: None, Label: None\n", + "Entity: the Huffington Post, Type: None, Label: None\n", + "Entity: Mike Bloomberg’s, Type: None, Label: None\n", + "Entity: Abandon Next Two Debates, Type: None, Label: None\n", + "Entity: -Stacey Abrams, Type: None, Label: None\n", + "Entity: 4-year-old, Type: None, Label: None\n", + "Entity: between 1981 and 1996, Type: None, Label: None\n", + "Entity: Booker hours, Type: None, Label: None\n", + "Entity: & & & Stop, Type: None, Label: None\n", + "Entity: the 1 percent, Type: None, Label: None\n", + "Entity: just weeks ago, Type: None, Label: None\n", + "Entity: January 6, Type: None, Label: None\n", + "Entity: FDNY, Type: None, Label: None\n", + "Entity: World Needs, Type: None, Label: None\n", + "Entity: FRONT AND CENTER:, Type: ORG, Label: unreliable\n", + "Entity: College for Illegal Immigrants, Type: None, Label: None\n", + "Entity: May 13th, Type: None, Label: None\n", + "Entity: the Civil Right Movement, Type: None, Label: None\n", + "Entity: USSR, Type: GPE, Label: unreliable\n", + "Entity: Northern California, Type: None, Label: None\n", + "Entity: the year 2020, Type: None, Label: None\n", + "Entity: 3.31, Type: None, Label: None\n", + "Entity: June 21, 2014, Type: None, Label: None\n", + "Entity: the past year, Type: None, Label: None\n", + "Entity: Gasoline, Type: None, Label: None\n", + "Entity: Martin Luther King, Type: None, Label: None\n", + "Entity: Catastrophic, Type: None, Label: None\n", + "Entity: age 0 to 5, Type: None, Label: None\n", + "Entity: $645 million, Type: None, Label: None\n", + "Entity: TOO, Type: ORG, Label: unreliable\n", + "Entity: THE FAILING TIMES, Type: None, Label: None\n", + "Entity: Late Show, Type: None, Label: None\n", + "Entity: Coal, Type: None, Label: None\n", + "Entity: @sarahedolan, Type: None, Label: None\n", + "Entity: Kirstjen Nielsen, Type: None, Label: None\n", + "Entity: Zelensky, Type: None, Label: None\n", + "Entity: almost 20 percent, Type: None, Label: None\n", + "Entity: Ice Watch, Type: None, Label: None\n", + "Entity: ten-year, Type: None, Label: None\n", + "Entity: Wisconsin, Type: None, Label: None\n", + "Entity: Trump Order, Type: None, Label: None\n", + "Entity: Abram, Type: None, Label: None\n", + "Entity: Rod Zencones, Type: None, Label: None\n", + "Entity: Doocy, Type: None, Label: None\n", + "Entity: Lahren Lampoons, Type: PERSON, Label: unreliable\n", + "Entity: Sun, Type: None, Label: None\n", + "Entity: Meat, Energy, Transportation, Type: None, Label: None\n", + "Entity: Ocasio-Cortez Blames Flint, Type: ORG, Label: unreliable\n", + "Entity: $3 Trillion, Type: MONEY, Label: unreliable\n", + "Entity: 8 percent, Type: None, Label: None\n", + "Entity: Humans Can Save the Earth, Type: None, Label: None\n", + "Entity: Dear : Let me serve as your private professor here., Type: None, Label: None\n", + "Entity: gallon, Type: None, Label: None\n", + "Entity: hours, Type: None, Label: None\n", + "Entity: FDR, Type: None, Label: None\n", + "Entity: Crenshaw, Type: None, Label: None\n", + "Entity: 3.2%, Type: None, Label: None\n", + "Entity: October 10, Type: None, Label: None\n", + "Entity: any given day, Type: None, Label: None\n", + "Entity: Ralph Northam, Type: None, Label: None\n", + "Entity: a Pine Knot, Type: None, Label: None\n", + "Entity: at least eleven, Type: None, Label: None\n", + "Entity: GI Bill, Type: None, Label: None\n", + "Entity: Lauren Boebert, Type: None, Label: None\n", + "Entity: @ReutersIndia, Type: None, Label: None\n", + "Entity: San Francisco’s, Type: None, Label: None\n", + "Entity: El Salvador, Type: None, Label: None\n", + "Entity: 3 percent, Type: None, Label: None\n", + "Entity: Woodside, Type: None, Label: None\n", + "Entity: Gardner, Type: None, Label: None\n", + "Entity: CMIP5, Type: None, Label: None\n", + "Entity: 23 days, Type: None, Label: None\n", + "Entity: Joey Saladino, Type: None, Label: None\n", + "Entity: Apollo Jets, Type: None, Label: None\n", + "Entity: JOE, Type: None, Label: None\n", + "Entity: Carville, Type: None, Label: None\n", + "Entity: Unionized Tree Planters, Type: None, Label: None\n", + "Entity: NAZIS, Type: None, Label: None\n", + "Entity: Monmouth University, Type: None, Label: None\n", + "Entity: last quarter, Type: None, Label: None\n", + "Entity: the eve of the, Type: None, Label: None\n", + "Entity: just nine days, Type: None, Label: None\n", + "Entity: AP, Type: None, Label: None\n", + "Entity: al-Anbar, Type: None, Label: None\n", + "Entity: ‘Germany, Type: None, Label: None\n", + "Entity: WWII, Type: None, Label: None\n", + "Entity: Agreement, Type: None, Label: None\n", + "Entity: 3.21, Type: None, Label: None\n", + "Entity: 2500, Type: None, Label: None\n", + "Entity: More than two million, Type: None, Label: None\n", + "Entity: 2%, Type: None, Label: None\n", + "Entity: 12 year, Type: None, Label: None\n", + "Entity: 'The View', Type: None, Label: None\n", + "Entity: Sept. 3 to 4, Type: None, Label: None\n", + "Entity: Dick Durbin, Type: None, Label: None\n", + "Entity: a Republican Party, Type: None, Label: None\n", + "Entity: the first week, Type: None, Label: None\n", + "Entity: just 25 months, Type: None, Label: None\n", + "Entity: w/, Type: None, Label: None\n", + "Entity: Milwaukee, Type: None, Label: None\n", + "Entity: approximately 12 years, Type: None, Label: None\n", + "Entity: Michael R. Bloomberg, Type: None, Label: None\n", + "Entity: zero percent, Type: None, Label: None\n", + "Entity: Justin T. Haskins, Type: None, Label: None\n", + "Entity: just 11 years, Type: None, Label: None\n", + "Entity: Iraqi, Type: None, Label: None\n", + "Entity: Breaking News, Type: None, Label: None\n", + "Entity: earlier Wednesday, Type: None, Label: None\n", + "Entity: Matthew Abdullah, Type: None, Label: None\n", + "Entity: over $100 trillion, Type: None, Label: None\n", + "Entity: Nickelodeon, Type: None, Label: None\n", + "Entity: Bottles of Wine for Just $65 With This Best-Selling Summer Bundle \n", + " Be the, Type: None, Label: None\n", + "Entity: Anderson Cooper, Type: None, Label: None\n", + "Entity: ’s ‘Remain, Type: None, Label: None\n", + "Entity: Ali Özkök, Type: None, Label: None\n", + "Entity: The Daily Caller, Type: None, Label: None\n", + "Entity: — Jon Nicosia, Type: None, Label: None\n", + "Entity: Joe Biden’s ‘Build Back, Type: None, Label: None\n", + "Entity: nearly one third, Type: None, Label: None\n", + "Entity: Pittsburgh, Type: None, Label: None\n", + "Entity: Pete, Type: None, Label: None\n", + "Entity: 55 percent, Type: None, Label: None\n", + "Entity: Sarah Raskin, Type: None, Label: None\n", + "Entity: 12 Years, Type: None, Label: None\n", + "Entity: Congress Must Eliminate, Type: None, Label: None\n", + "Entity: Congressional Budget Office, Type: None, Label: None\n", + "Entity: Cindy Axne, Type: None, Label: None\n", + "Entity: Union Hill, Type: None, Label: None\n", + "Entity: Queens, Type: None, Label: None\n", + "Entity: last night, Type: None, Label: None\n", + "Entity: 5AM July 31, Type: None, Label: None\n", + "Entity: Netanyahu, Type: None, Label: None\n", + "Entity: 40,000, Type: None, Label: None\n", + "Entity: Holly Collins, Type: None, Label: None\n", + "Entity: Katie Hobbs, Type: None, Label: None\n", + "Entity: about 26 percent, Type: None, Label: None\n", + "Entity: Scalise, Type: None, Label: None\n", + "Entity: Tenn., Type: None, Label: None\n", + "Entity: 38.6 percent, Type: None, Label: None\n", + "Entity: Goldman Sachs, Type: None, Label: None\n", + "Entity: ️The past 5 years, Type: None, Label: None\n", + "Entity: Memorial Day, Type: None, Label: None\n", + "Entity: Barack Obama’s, Type: None, Label: None\n", + "Entity: just two years, Type: None, Label: None\n", + "Entity: more than 5,000, Type: None, Label: None\n", + "Entity: Starbursts, Type: None, Label: None\n", + "Entity: Bill Requiring Biden, Type: None, Label: None\n", + "Entity: 2 Feet, Type: None, Label: None\n", + "Entity: @Sen_JoeManchin, Type: None, Label: None\n", + "Entity: FALSE Biden, Type: None, Label: None\n", + "Entity: Hoffman, Type: None, Label: None\n", + "Entity: billion-dollar, Type: None, Label: None\n", + "Entity: The Secretaries of State, Type: None, Label: None\n", + "Entity: the final quarter of 2019, Type: None, Label: None\n", + "Entity: Congressmembers, Type: None, Label: None\n", + "Entity: Fox & Friends, Type: None, Label: None\n", + "Entity: Bernie Suggests Climate Crisis Could Impact ‘Grand Children, Type: ORG, Label: unreliable\n", + "Entity: 3:30 in the morning, Type: None, Label: None\n", + "Entity: She’s Tired of America’s ‘Freeloading Billionaires, Type: None, Label: None\n", + "Entity: MLK, Type: None, Label: None\n", + "Entity: the Budget Committee, Type: None, Label: None\n", + "Entity: Howard Sachs, Type: None, Label: None\n", + "Entity: 33, Type: None, Label: None\n", + "Entity: Charlamagne, Type: None, Label: None\n", + "Entity: Crusader Elizabeth Warren, Type: None, Label: None\n", + "Entity: At least 29, Type: None, Label: None\n", + "Entity: about 15, Type: None, Label: None\n", + "Entity: the last year, Type: None, Label: None\n", + "Entity: @patagonia, Type: None, Label: None\n", + "Entity: The Ghost of Pete (@hillbillywench, Type: None, Label: None\n", + "Entity: 26 percent, Type: None, Label: None\n", + "Entity: Mar, Type: None, Label: None\n", + "Entity: Ari Cohn, Type: None, Label: None\n", + "Entity: Benny, Type: None, Label: None\n", + "Entity: LA Street Services, Type: None, Label: None\n", + "Entity: the age of 2, Type: None, Label: None\n", + "Entity: the Trump Dossier, Type: None, Label: None\n", + "Entity: Sarah Bloom Raskin’s, Type: None, Label: None\n", + "Entity: the Democratic Party, Type: None, Label: None\n", + "Entity: Hawley, Type: None, Label: None\n", + "Entity: NAFTA, Type: None, Label: None\n", + "Entity: the Wall Street Journal Editorial Page, Type: None, Label: None\n", + "Entity: pro-Israel, Type: None, Label: None\n", + "Entity: Irma Telethon, Type: PERSON, Label: unreliable\n", + "Entity: Clever Traveler, Type: PERSON, Label: unreliable\n", + "Entity: AOC ON DC, Type: ORG, Label: unreliable\n", + "Entity: trillions of dollars, Type: None, Label: None\n", + "Entity: over 1,000 pounds, Type: None, Label: None\n", + "Entity: Minnesota, Type: None, Label: None\n", + "Entity: the Mid East, Type: None, Label: None\n", + "Entity: Trillions, Type: None, Label: None\n", + "Entity: Food and Agricultural Organization, Type: None, Label: None\n", + "Entity: Suburbs, Type: None, Label: None\n", + "Entity: earlier this week, Type: None, Label: None\n", + "Entity: Mueller Report, Type: None, Label: None\n", + "Entity: five more cents, Type: None, Label: None\n", + "Entity: Ocasio-Cortez’ ‘New Deal’, Type: ORG, Label: unreliable\n", + "Entity: CBP, Type: None, Label: None\n", + "Entity: Justine Calma, Type: None, Label: None\n", + "Entity: Liberal, Type: None, Label: None\n", + "Entity: Dec. 31, 2018, Type: None, Label: None\n", + "Entity: Jacob Weindling, Type: None, Label: None\n", + "Entity: this Saturday, Type: None, Label: None\n", + "Entity: Thursday, Type: None, Label: None\n", + "Entity: Dems Can’t Pass, Type: None, Label: None\n", + "Entity: the Oval Office, Type: None, Label: None\n", + "Entity: the Supreme Court’s, Type: None, Label: None\n", + "Entity: Left-Wing Extremist, Type: None, Label: None\n", + "Entity: the Al-Anbar Province, Type: None, Label: None\n", + "Entity: the Democratic Convention, Type: None, Label: None\n", + "Entity: Somali, Type: None, Label: None\n", + "Entity: afternoon, Type: None, Label: None\n", + "Entity: Poland, Type: None, Label: None\n", + "Entity: St. Louis, Type: None, Label: None\n", + "Entity: EPIC, Type: None, Label: None\n", + "Entity: First Day, Type: DATE, Label: unreliable\n", + "Entity: ‘The Enemy of the People’ Monday, Type: None, Label: None\n", + "Entity: over $10 billion, Type: None, Label: None\n", + "Entity: ’15, Type: None, Label: None\n", + "Entity: — Ashley Zavala, Type: None, Label: None\n", + "Entity: $1 million, Type: None, Label: None\n", + "Entity: more than 178,000, Type: None, Label: None\n", + "Entity: the National Weather Service, Type: None, Label: None\n", + "Entity: Discovery, Type: None, Label: None\n", + "Entity: -4%, Type: None, Label: None\n", + "Entity: millions of dollars, Type: None, Label: None\n", + "Entity: Creepy, Type: None, Label: None\n", + "Entity: Rob DiRienzo, Type: None, Label: None\n", + "Entity: Sean Hannity \n", + " , Type: None, Label: None\n", + "Entity: CO 2, Type: None, Label: None\n", + "Entity: the Democratic National Committee, Type: None, Label: None\n", + "Entity: Cabinet, Type: None, Label: None\n", + "Entity: SW, Type: None, Label: None\n", + "Entity: 14-minute, Type: None, Label: None\n", + "Entity: EVERYTHING, Type: None, Label: None\n", + "Entity: LLC, Type: None, Label: None\n", + "Entity: Friday 9/20, Type: None, Label: None\n", + "Entity: Cortez Complains, Type: PERSON, Label: unreliable\n", + "Entity: Shutdown the Economy, Type: None, Label: None\n", + "Entity: Kitchn, Type: None, Label: None\n", + "Entity: 15, Type: None, Label: None\n", + "Entity: the Champs-Elysees, Type: None, Label: None\n", + "Entity: this winter, Type: None, Label: None\n", + "Entity: Jen Psaki, Type: None, Label: None\n", + "Entity: 1991, Type: None, Label: None\n", + "Entity: Tom Homan, Type: None, Label: None\n", + "Entity: George Floyd’s, Type: None, Label: None\n", + "Entity: Mike Bloomberg, Type: None, Label: None\n", + "Entity: Def Top, Type: None, Label: None\n", + "Entity: hundreds of acres, Type: None, Label: None\n", + "Entity: Any Green New, Type: None, Label: None\n", + "Entity: Future of Democracy, Type: None, Label: None\n", + "Entity: 4,999,999, Type: None, Label: None\n", + "Entity: Sunday night, Type: None, Label: None\n", + "Entity: nearly 18 million, Type: None, Label: None\n", + "Entity: harden, Type: None, Label: None\n", + "Entity: Screams, Type: PERSON, Label: unreliable\n", + "Entity: San Francisco-, Type: None, Label: None\n", + "Entity: Inauguration Day, Type: None, Label: None\n", + "Entity: Arthur Schwartz, Type: None, Label: None\n", + "Entity: $111 billion, Type: None, Label: None\n", + "Entity: Them Sue, Type: None, Label: None\n", + "Entity: 8%, Type: None, Label: None\n", + "Entity: the Big Apple’s, Type: None, Label: None\n", + "Entity: minutes, Type: None, Label: None\n", + "Entity: $16 trillion, Type: None, Label: None\n", + "Entity: Veronica Escobar, Type: None, Label: None\n", + "Entity: Recall Newsom, Type: None, Label: None\n", + "Entity: the ‘Green New Deal’ hours, Type: None, Label: None\n", + "Entity: Joe Biden, Type: None, Label: None\n", + "Entity: over $37,000, Type: None, Label: None\n", + "Entity: H.R. 40, Type: None, Label: None\n", + "Entity: Donald Trump Jr., Type: None, Label: None\n", + "Entity: Just $161, Type: None, Label: None\n", + "Entity: De Blasio, Type: None, Label: None\n", + "Entity: late afternoon, Type: None, Label: None\n", + "Entity: 15%, Type: None, Label: None\n", + "Entity: over $23,000, Type: None, Label: None\n", + "Entity: MESS, Type: None, Label: None\n", + "Entity: RFK, Type: None, Label: None\n", + "Entity: Philippe Reines, Type: None, Label: None\n", + "Entity: Tweet About Climate \n", + " Be the, Type: None, Label: None\n", + "Entity: — Alex Pfeiffer, Type: None, Label: None\n", + "Entity: Zuckerberg, Type: None, Label: None\n", + "Entity: one or two days, Type: None, Label: None\n", + "Entity: Electrifying America’s, Type: None, Label: None\n", + "Entity: Racist, Type: None, Label: None\n", + "Entity: Haitian, Type: None, Label: None\n", + "Entity: $3 trillion, Type: None, Label: None\n", + "Entity: 2,000 miles, Type: None, Label: None\n", + "Entity: Gallon, Type: None, Label: None\n", + "Entity: Radical Left Dem Primaries, Type: None, Label: None\n", + "Entity: Trey Gowdy, Type: None, Label: None\n", + "Entity: BHR, Type: None, Label: None\n", + "Entity: Kyrsten Sinema, Type: None, Label: None\n", + "Entity: just days, Type: None, Label: None\n", + "Entity: Fox News Politics, Type: None, Label: None\n", + "Entity: Taxes, Type: None, Label: None\n", + "Entity: From ‘The Enemy of the People’ – ‘We, Type: None, Label: None\n", + "Entity: 2 percent, Type: None, Label: None\n", + "Entity: PGA, Type: None, Label: None\n", + "Entity: Schumer, Type: None, Label: None\n", + "Entity: Chelsea, Type: None, Label: None\n", + "Entity: Gaffes, Type: None, Label: None\n", + "Entity: Cortez, Type: None, Label: None\n", + "Entity: Islamic Jihad, Type: None, Label: None\n", + "Entity: nearly $700 million, Type: None, Label: None\n", + "Entity: Chris Heinz, Type: None, Label: None\n", + "Entity: FISA, Type: None, Label: None\n", + "Entity: Saturday, Type: None, Label: None\n", + "Entity: CoolSeal, Type: None, Label: None\n", + "Entity: The Biden/ Harris, Type: None, Label: None\n", + "Entity: Combat Climate Change, Type: None, Label: None\n", + "Entity: Haiti, Type: None, Label: None\n", + "Entity: 4 million, Type: None, Label: None\n", + "Entity: Home Depot, Type: None, Label: None\n", + "Entity: the Department of Transportation, Type: None, Label: None\n", + "Entity: Intercept, Type: None, Label: None\n", + "Entity: 10 years, Type: None, Label: None\n", + "Entity: 2mph, Type: None, Label: None\n", + "Entity: “tens of billions of dollars, Type: None, Label: None\n", + "Entity: Mark Knoller, Type: None, Label: None\n", + "Entity: Unhinged Bernie, Type: PERSON, Label: unreliable\n", + "Entity: Krysten Sinema, Type: None, Label: None\n", + "Entity: Sept. 30, Type: None, Label: None\n", + "Entity: the Department of Energy, Type: None, Label: None\n", + "Entity: 1,400, Type: None, Label: None\n", + "Entity: Delaware Memorial Bridge Veteran's, Type: None, Label: None\n", + "Entity: 11/6/2020, Type: None, Label: None\n", + "Entity: Northeast, Type: None, Label: None\n", + "Entity: Bernie Votes Against New Trade Deal, Type: ORG, Label: unreliable\n", + "Entity: Shut Down DC Traffic, Type: None, Label: None\n", + "Entity: 9.1%, Type: None, Label: None\n", + "Entity: the ‘Green New Deal’, Type: None, Label: None\n", + "Entity: Megatsunami, Type: None, Label: None\n", + "Entity: Agata Kornhauser-Duda, Type: None, Label: None\n", + "Entity: Court, Type: None, Label: None\n", + "Entity: — Free Beacon, Type: None, Label: None\n", + "Entity: — Eric Trump, Type: None, Label: None\n", + "Entity: Capitol Hill, Type: None, Label: None\n", + "Entity: Suffolk University-Boston Globe, Type: None, Label: None\n", + "Entity: Kellyanne Blasts ‘, Type: PERSON, Label: unreliable\n", + "Entity: Bernie Sanders, Type: None, Label: None\n", + "Entity: Beto O'Rourke, Type: None, Label: None\n", + "Entity: Joe Ukraine, Type: None, Label: None\n", + "Entity: the Freedom of Information Act, Type: None, Label: None\n", + "Entity: at least 25,000, Type: None, Label: None\n", + "Entity: The Fake News Media, Type: None, Label: None\n", + "Entity: Gabbard, Type: None, Label: None\n", + "Entity: $1.7 trillion, Type: None, Label: None\n", + "Entity: Bernie BLASTED, Type: PERSON, Label: unreliable\n", + "Entity: Arctic National Wildlife Refuge, Type: None, Label: None\n", + "Entity: Hurricane Dorian hours, Type: None, Label: None\n", + "Entity: Straight Perspective, Type: None, Label: None\n", + "Entity: @andrewtavani, Type: None, Label: None\n", + "Entity: Air Force Veteran, Type: None, Label: None\n", + "Entity: DON, Type: ORG, Label: unreliable\n", + "Entity: late last year, Type: None, Label: None\n", + "Entity: Seattle Public Utilities, Type: None, Label: None\n", + "Entity: Biden Appears, Type: None, Label: None\n", + "Entity: more than one million, Type: None, Label: None\n", + "Entity: 10pm, Type: None, Label: None\n", + "Entity: 24, Type: None, Label: None\n", + "Entity: AT&T, Type: None, Label: None\n", + "Entity: Cortez Equates GLOBAL WARMING ‘Threat, Type: PERSON, Label: unreliable\n", + "Entity: BX, Type: None, Label: None\n", + "Entity: All Offshore Drilling,’ Source, Type: None, Label: None\n", + "Entity: Two cents, Type: None, Label: None\n", + "Entity: D.C. \n", + " , Type: None, Label: None\n", + "Entity: 7-year, Type: None, Label: None\n", + "Entity: Nancy Pelosi’s, Type: None, Label: None\n", + "Entity: Just days, Type: None, Label: None\n", + "Entity: Pushes Biden, Type: PERSON, Label: unreliable\n", + "Entity: Beto Tells, Type: ORG, Label: unreliable\n", + "Entity: Bernie Marcus, Type: None, Label: None\n", + "Entity: no more than 12 years, Type: None, Label: None\n", + "Entity: $300 million dollars, Type: None, Label: None\n", + "Entity: Indiana, Type: None, Label: None\n", + "Entity: the 90s, Type: None, Label: None\n", + "Entity: Senate, Type: None, Label: None\n", + "Entity: Seattle, Type: None, Label: None\n", + "Entity: The Washington Post Editorial Board, Type: None, Label: None\n", + "Entity: pro-Israeli, Type: None, Label: None\n", + "Entity: The Intercept (@theintercept, Type: None, Label: None\n", + "Entity: @MSNBC, Type: None, Label: None\n", + "Entity: un-American, Type: None, Label: None\n", + "Entity: Ilhan Omar ‘, Type: None, Label: None\n", + "Entity: History, Type: None, Label: None\n", + "Entity: An Incovenient Truth, Type: None, Label: None\n", + "Entity: Howie Kurtz, Type: None, Label: None\n", + "Entity: Sunnyside, Type: None, Label: None\n", + "Entity: Mark T. Esper, Type: None, Label: None\n", + "Entity: The University of Wisconsin, Type: None, Label: None\n", + "Entity: the National Urban League Conference, Type: None, Label: None\n", + "Entity: Brown, Type: None, Label: None\n", + "Entity: Corbin Trent, Type: None, Label: None\n", + "Entity: Two years ago, Type: None, Label: None\n", + "Entity: 16%, Type: None, Label: None\n", + "Entity: the White House National Economic Council, Type: None, Label: None\n", + "Entity: 2022 Biggest Year, Type: DATE, Label: unreliable\n", + "Entity: Summerlin, Type: None, Label: None\n", + "Entity: Baghdad, Type: None, Label: None\n", + "Entity: Hizzoner, Type: None, Label: None\n", + "Entity: Doorbuster Sale, Type: None, Label: None\n", + "Entity: Black Americans, Type: None, Label: None\n", + "Entity: John F. Kennedy, Type: None, Label: None\n", + "Entity: Louis Anemone, Type: None, Label: None\n", + "Entity: Abrams, Type: None, Label: None\n", + "Entity: just 43%, Type: None, Label: None\n", + "Entity: Mark Zandi, Type: None, Label: None\n", + "Entity: BLIND SIDED, Type: ORG, Label: unreliable\n", + "Entity: Rachel Dolezal, Type: None, Label: None\n", + "Entity: between 1900 and 1946, Type: None, Label: None\n", + "Entity: 1-Quid Pro Quo Joe Ukraine, Type: None, Label: None\n", + "Entity: the Democratic National Committee’s, Type: None, Label: None\n", + "Entity: the climate crisis & environmental injustice, Type: None, Label: None\n", + "Entity: late June, Type: None, Label: None\n", + "Entity: Downtown L.A. With, Type: None, Label: None\n", + "Entity: TOTALLY BOTCHES Quote \n", + " Be, Type: None, Label: None\n", + "Entity: GLOBAL WARMING Behind Frigid Temps, Type: None, Label: None\n", + "Entity: Year 2020, Type: None, Label: None\n", + "Entity: Pelosi, Type: None, Label: None\n", + "Entity: Guatemala, Type: None, Label: None\n", + "Entity: Department-, Type: None, Label: None\n", + "Entity: Ilhan, Type: None, Label: None\n", + "Entity: more than a million, Type: None, Label: None\n", + "Entity: Stockholm School of Economics, Type: None, Label: None\n", + "Entity: Islamic, Type: None, Label: None\n", + "Entity: the US, Type: None, Label: None\n", + "Entity: Bernie Compares Fight, Type: PERSON, Label: unreliable\n", + "Entity: CIA, Type: None, Label: None\n", + "Entity: THE UNITED STATES SUPREME COURT, Type: None, Label: None\n", + "Entity: Bill de Blasio ‘Registers ZERO Support, Type: PERSON, Label: unreliable\n", + "Entity: Christian Climate Action, Type: None, Label: None\n", + "Entity: Elizabeth Warren Climbs, Type: PERSON, Label: unreliable\n", + "Entity: Election Night, Type: None, Label: None\n", + "Entity: the Priestley International Centre for Climate, Type: None, Label: None\n", + "Entity: James O’Keefe, Type: None, Label: None\n", + "Entity: @kjantzer, Type: None, Label: None\n", + "Entity: Goldman, Type: None, Label: None\n", + "Entity: recent days, Type: None, Label: None\n", + "Entity: $8.5 million dollars, Type: None, Label: None\n", + "Entity: USA Today, Type: None, Label: None\n", + "Entity: earlier Tuesday night, Type: None, Label: None\n", + "Entity: $80.6 trillion, Type: None, Label: None\n", + "Entity: Rebel News, Type: None, Label: None\n", + "Entity: at least 23, Type: None, Label: None\n", + "Entity: 5 minutes, Type: None, Label: None\n", + "Entity: WaPo, Type: None, Label: None\n", + "Entity: $6 Trillion, Type: None, Label: None\n", + "Entity: Stop & Frisk, Type: None, Label: None\n", + "Entity: Asks ‘What Are We Gon, Type: None, Label: None\n", + "Entity: every month, Type: None, Label: None\n", + "Entity: Gastro Summit, Type: None, Label: None\n", + "Entity: next month’s, Type: None, Label: None\n", + "Entity: New York, Type: None, Label: None\n", + "Entity: Blast Her Own Party, Type: ORG, Label: unreliable\n", + "Entity: ️This June, Type: None, Label: None\n", + "Entity: PowerPoint, Type: None, Label: None\n", + "Entity: Raskin, Type: None, Label: None\n", + "Entity: the Trump Administration, Type: None, Label: None\n", + "Entity: The U.S. Energy Department, Type: None, Label: None\n", + "Entity: Bill De Blasio, Type: None, Label: None\n", + "Entity: some warmer days, Type: None, Label: None\n", + "Entity: an additional $400 billion, Type: None, Label: None\n", + "Entity: Hanover, Type: None, Label: None\n", + "Entity: $80 MILLION, Type: None, Label: None\n", + "Entity: 48%, Type: None, Label: None\n", + "Entity: ex-Lansing Catholic High School, Type: None, Label: None\n", + "Entity: 7 percent, Type: None, Label: None\n", + "Entity: this week, Type: None, Label: None\n", + "Entity: Free Healthcare, Type: ORG, Label: unreliable\n", + "Entity: Steve Guest, Type: None, Label: None\n", + "Entity: $1.2 MILLION, Type: None, Label: None\n", + "Entity: the Customs and Border Protection Agency, Type: None, Label: None\n", + "Entity: the 70 percent, Type: None, Label: None\n", + "Entity: Green New Deal Now, Type: None, Label: None\n", + "Entity: Wilmington, Type: None, Label: None\n", + "Entity: A Lot of the Stories We’re Told in the United States About, You Know, Type: None, Label: None\n", + "Entity: AnyClip End ', Type: None, Label: None\n", + "Entity: the Energy Department’s, Type: None, Label: None\n", + "Entity: Bill de Blasio’s, Type: None, Label: None\n", + "Entity: Mazie Hirono, Type: None, Label: None\n", + "Entity: 32,000, Type: None, Label: None\n", + "Entity: Kundera, Type: None, Label: None\n", + "Entity: Scared to Death, Type: None, Label: None\n", + "Entity: US House of Representatives, Type: None, Label: None\n", + "Entity: the New Year’s, Type: None, Label: None\n", + "Entity: Marianne Williamson, Type: None, Label: None\n", + "Entity: the third quarter of 2017, Type: None, Label: None\n", + "Entity: The Atlanta Journal-Constitution, Type: None, Label: None\n", + "Entity: Easter Controversy, Type: None, Label: None\n", + "Entity: two months, Type: None, Label: None\n", + "Entity: Shadow Diplomacy, Type: None, Label: None\n", + "Entity: six months, Type: None, Label: None\n", + "Entity: JOE TOLD ‘, Type: PERSON, Label: unreliable\n", + "Entity: $1 trillion, Type: None, Label: None\n", + "Entity: JOE NO, Type: ORG, Label: unreliable\n", + "Entity: ACOSTA, Type: ORG, Label: unreliable\n", + "Entity: later today, Type: None, Label: None\n", + "Entity: hours later, Type: None, Label: None\n", + "Entity: 2030 Half, Type: None, Label: None\n", + "Entity: 359, Type: None, Label: None\n", + "Entity: 2 million, Type: None, Label: None\n", + "Entity: NH, Type: None, Label: None\n", + "Entity: Joe Pokes, Type: None, Label: None\n", + "Entity: Jim Jordan, Type: None, Label: None\n", + "Entity: Hurricane Laura, Type: None, Label: None\n", + "Entity: Palestinian-American, Type: None, Label: None\n", + "Entity: 1,000, Type: None, Label: None\n", + "Entity: Michael Mansfield QC, Type: None, Label: None\n", + "Entity: Grand Bahama Island, Type: None, Label: None\n", + "Entity: 59% to 36%, Type: None, Label: None\n", + "Entity: Nancy Skinner, Type: None, Label: None\n", + "Entity: Siena, Type: None, Label: None\n", + "Entity: 17th, Type: None, Label: None\n", + "Entity: Beltway, Type: None, Label: None\n", + "Entity: Giuliani, Type: None, Label: None\n", + "Entity: Biden Homeland Security, Type: None, Label: None\n", + "Entity: El Paso's, Type: None, Label: None\n", + "Entity: 25 months, Type: None, Label: None\n", + "Entity: just 4 days, Type: None, Label: None\n", + "Entity: Neil Cavuto, Type: None, Label: None\n", + "Entity: a billion dollars, Type: None, Label: None\n", + "Entity: Akiko Fujita, Type: None, Label: None\n", + "Entity: Ida, Type: None, Label: None\n", + "Entity: Kay Ivey, Type: None, Label: None\n", + "Entity: ‘Save the Planet, Type: None, Label: None\n", + "Entity: @People4Bernie, Type: None, Label: None\n", + "Entity: $6 trillion, Type: None, Label: None\n", + "Entity: the Biden Administration’s, Type: None, Label: None\n", + "Entity: VTDigger, Type: None, Label: None\n", + "Entity: Matt Viser, Type: None, Label: None\n", + "Entity: Civil Liberties, Type: None, Label: None\n", + "Entity: Phil Kingston, Type: None, Label: None\n", + "Entity: Illegal Immigration, Type: None, Label: None\n", + "Entity: Just 44 percent, Type: None, Label: None\n", + "Entity: two-thirds, Type: None, Label: None\n", + "Entity: the Second Amendment on Facebook, Type: None, Label: None\n", + "Entity: Ronna McDaniel, Type: None, Label: None\n", + "Entity: anti-Israeli, Type: None, Label: None\n", + "Entity: Warren Vows, Type: None, Label: None\n", + "Entity: handbags, Type: None, Label: None\n", + "Entity: Downtown L.A., Type: None, Label: None\n", + "Entity: The Week, Type: None, Label: None\n", + "Entity: the late ’70s, Type: None, Label: None\n", + "Entity: Friday night, Type: None, Label: None\n", + "Entity: World Cup, Type: None, Label: None\n", + "Entity: the West Side, Type: None, Label: None\n", + "Entity: Strip, Type: None, Label: None\n", + "Entity: Massachusetts, Type: None, Label: None\n", + "Entity: Restore California, Type: None, Label: None\n", + "Entity: Brietbart, Type: None, Label: None\n", + "Entity: 900,000, Type: None, Label: None\n", + "Entity: North American, Type: None, Label: None\n", + "Entity: the Second Amendment, Type: None, Label: None\n", + "Entity: Friends of Bernie Sanders, Type: None, Label: None\n", + "Entity: Merkley, Type: None, Label: None\n", + "Entity: Biden-Sanders ‘Task Force’ Calls for Halt on Deportations, Wage Hike, Type: ORG, Label: unreliable\n", + "Entity: Texas Senate, Type: None, Label: None\n", + "Entity: the day, Type: None, Label: None\n", + "Entity: More than 1200, Type: None, Label: None\n", + "Entity: Politico, Type: None, Label: None\n", + "Entity: Derek Chauvin, Type: None, Label: None\n", + "Entity: @JeremyRedfernFL, Type: None, Label: None\n", + "Entity: the White House, Type: None, Label: None\n", + "Entity: Biden Arrives, Type: PERSON, Label: unreliable\n", + "Entity: Martin Luther King Jr., Type: None, Label: None\n", + "Entity: Chris Taylor, Type: None, Label: None\n", + "Entity: minimum daily, Type: None, Label: None\n", + "Entity: Multiple Border Patrol, Type: None, Label: None\n", + "Entity: G-20, Type: None, Label: None\n", + "Entity: 133, Type: None, Label: None\n", + "Entity: I’m Scared to Death, Type: None, Label: None\n", + "Entity: Congresswoman Tlaib, Type: None, Label: None\n", + "Entity: Washington Bureaucrats, Type: None, Label: None\n", + "Entity: more than a decade, Type: None, Label: None\n", + "Entity: November 4 th , 2016, Type: None, Label: None\n", + "Entity: Jake Sullivan, Type: None, Label: None\n", + "Entity: MAGICAL MYSTERY TOUR, Type: ORG, Label: unreliable\n", + "Entity: Baltimore, Type: None, Label: None\n", + "Entity: the Crucial Framework, Type: None, Label: None\n", + "Entity: Teachers Giving In-Person Instruction to Migrants But Not US Students, Type: None, Label: None\n", + "Entity: A week ago, Type: None, Label: None\n", + "Entity: Joe Rogan, Type: None, Label: None\n", + "Entity: Bernie Claims he, Type: PERSON, Label: unreliable\n", + "Entity: Green New, Type: None, Label: None\n", + "Entity: Hispanics, Type: None, Label: None\n", + "Entity: about 65%, Type: None, Label: None\n", + "Entity: earlier this year, Type: None, Label: None\n", + "Entity: Chris Kahn, Type: None, Label: None\n", + "Entity: That ‘Pigs, Type: None, Label: None\n", + "Entity: KAMALACARE, Type: PERSON, Label: unreliable\n", + "Entity: Motels, Type: None, Label: None\n", + "Entity: this past weekend, Type: None, Label: None\n", + "Entity: Tlaib, Type: None, Label: None\n", + "Entity: Ray Cross, Type: None, Label: None\n", + "Entity: Jonathan Diller’s, Type: None, Label: None\n", + "Entity: the next few weeks, Type: None, Label: None\n", + "Entity: A-List Actress, Type: ORG, Label: unreliable\n", + "Entity: Gettysburg, Type: None, Label: None\n", + "Entity: up to $3 trillion, Type: None, Label: None\n", + "Entity: Watch Weir’s, Type: None, Label: None\n", + "Entity: weekend, Type: None, Label: None\n", + "Entity: @Ocasio2018, Type: None, Label: None\n", + "Entity: Manchin, Type: None, Label: None\n", + "Entity: Spehar, Type: None, Label: None\n", + "Entity: the moon, Type: None, Label: None\n", + "Entity: Hunter Biden’s, Type: None, Label: None\n", + "Entity: the American Sort of Norm, Type: None, Label: None\n", + "Entity: Redfern, Type: None, Label: None\n", + "Entity: McConnell, Type: None, Label: None\n", + "Entity: 46%, Type: None, Label: None\n", + "Entity: $4-5000, Type: None, Label: None\n", + "Entity: recent doomsday, Type: None, Label: None\n", + "Entity: Boeing, Type: None, Label: None\n", + "Entity: 180, Type: None, Label: None\n", + "Entity: 88022, Type: None, Label: None\n", + "Entity: the Energy Department, Type: None, Label: None\n", + "Entity: 15 percent, Type: None, Label: None\n", + "Entity: 120, Type: None, Label: None\n", + "Entity: Election Day, Type: None, Label: None\n", + "Entity: next November, Type: None, Label: None\n", + "Entity: Saudi, Type: None, Label: None\n", + "Entity: 1987, Type: None, Label: None\n", + "Entity: Jodi Seth, Type: None, Label: None\n", + "Entity: Jerry Dunleavy, Type: None, Label: None\n", + "Entity: the National Republican Senatorial Committee, Type: None, Label: None\n", + "Entity: approximately $2 million, Type: None, Label: None\n", + "Entity: 24 to 28 weeks, Type: None, Label: None\n", + "Entity: only 2, Type: None, Label: None\n", + "Entity: 2045, Type: None, Label: None\n", + "Entity: Climate Walk-Out, Type: None, Label: None\n", + "Entity: Abbas, Type: None, Label: None\n", + "Entity: One third, Type: None, Label: None\n", + "Entity: San Antonio, Type: None, Label: None\n", + "Entity: Abbott, Type: None, Label: None\n", + "Entity: the US Constitution, Type: None, Label: None\n", + "Entity: Psaki Grilled, Type: PERSON, Label: unreliable\n", + "Entity: $32 trillion, Type: None, Label: None\n", + "Entity: Omar, Type: None, Label: None\n", + "Entity: Zach Purser Brown, Type: None, Label: None\n", + "Entity: Empire Staters, Type: None, Label: None\n", + "Entity: September 20, Type: None, Label: None\n", + "Entity: New York] Post, Type: None, Label: None\n", + "Entity: Dermot Shea, Type: None, Label: None\n", + "Entity: Matt Whitlock, Type: None, Label: None\n", + "Entity: Janet Yellen, Type: None, Label: None\n", + "Entity: CA, Type: None, Label: None\n", + "Entity: 92-year-old, Type: None, Label: None\n", + "Entity: almost three, Type: None, Label: None\n", + "Entity: Californians, Type: None, Label: None\n", + "Entity: Camerota, Type: None, Label: None\n", + "Entity: 20,000, Type: None, Label: None\n", + "Entity: Iconic Wall Street Bull, Type: None, Label: None\n", + "Entity: Lemon, Type: None, Label: None\n", + "Entity: this past year, Type: None, Label: None\n", + "Entity: Dan Olsen, Type: None, Label: None\n", + "Entity: Killing, Type: None, Label: None\n", + "Entity: My Administration, Type: None, Label: None\n", + "Entity: Behar, Type: None, Label: None\n", + "Entity: Rudy Giuliani, Type: None, Label: None\n", + "Entity: Shadow Diplomacy on the very, Type: None, Label: None\n", + "Entity: only 11,000 kilowatt hours, Type: None, Label: None\n", + "Entity: the coming days, Type: None, Label: None\n", + "Entity: the Orange County Board of Supervisors, Type: None, Label: None\n", + "Entity: the Great Depression, Type: None, Label: None\n", + "Entity: Ocasio-Cortez ‘On Much of Anything, Type: ORG, Label: unreliable\n", + "Entity: Gravis Marketing, Type: None, Label: None\n", + "Entity: African American, Type: None, Label: None\n", + "Entity: ✌, Type: None, Label: None\n", + "Entity: between $8.3 trillion, Type: None, Label: None\n", + "Entity: @Carlos_Saucedo, Type: None, Label: None\n", + "Entity: Saviours, Type: None, Label: None\n", + "Entity: the New York City Police Benevolent Association, Type: None, Label: None\n", + "Entity: 50–90, Type: None, Label: None\n", + "Entity: Massive Jet to, Type: None, Label: None\n", + "Entity: 9, Type: None, Label: None\n", + "Entity: the United Church of Christ’s Commission, Type: None, Label: None\n", + "Entity: the City Council, Type: None, Label: None\n", + "Entity: just one symbolic euro, Type: None, Label: None\n", + "Entity: Michael Bloomberg, Type: None, Label: None\n", + "Entity: Dems, Type: None, Label: None\n", + "Entity: Ocasio-Cortez \n", + " Daily, Type: None, Label: None\n", + "Entity: the Queens Library, Type: None, Label: None\n", + "Entity: E-Cigarettes, Type: None, Label: None\n", + "Entity: Muriel Bowser, Type: None, Label: None\n", + "Entity: This Week, Type: None, Label: None\n", + "Entity: Halloween, Type: None, Label: None\n", + "Entity: 75 years, Type: None, Label: None\n", + "Entity: 69%, Type: None, Label: None\n", + "Entity: HOA, Type: None, Label: None\n", + "Entity: Doubles Down, Type: None, Label: None\n", + "Entity: Monday night, Type: None, Label: None\n", + "Entity: South Carolina, Type: None, Label: None\n", + "Entity: an additional $3 trillion, Type: None, Label: None\n", + "Entity: Jacob Soboroff, Type: None, Label: None\n", + "Entity: Nicaragua, Type: None, Label: None\n", + "Entity: GEN McKenzie, Type: None, Label: None\n", + "Entity: This June, Type: None, Label: None\n", + "Entity: Jalali, Type: None, Label: None\n", + "Entity: the United States, Type: None, Label: None\n", + "Entity: more than half, Type: None, Label: None\n", + "Entity: the first year, Type: None, Label: None\n", + "Entity: PLAN, Type: ORG, Label: unreliable\n", + "Entity: the moon shot, Type: None, Label: None\n", + "Entity: the North American Free Trade Agreement, Type: None, Label: None\n", + "Entity: Alabama, Type: None, Label: None\n", + "Entity: Texas, Type: None, Label: None\n", + "Entity: Dem, Type: NORP, Label: unreliable\n", + "Entity: the 99%, Type: None, Label: None\n", + "Entity: Nazi Germany, Type: None, Label: None\n", + "Entity: Mary Alice Parks, Type: None, Label: None\n", + "Entity: -Climate, Type: None, Label: None\n", + "Entity: Israel Holocaust Center, Type: None, Label: None\n", + "Entity: Lake Huron, Type: None, Label: None\n", + "Entity: Acosta, Type: None, Label: None\n", + "Entity: The United States Navy Hospital Ship Comfort, Type: None, Label: None\n", + "Entity: more than two months ago, Type: None, Label: None\n", + "Entity: Fox Business, Type: None, Label: None\n", + "Entity: Lower Manhattan, Type: None, Label: None\n", + "Entity: as tens of thousands, Type: None, Label: None\n", + "Entity: three decades from now, Type: None, Label: None\n", + "Entity: Jane Sanders, Type: None, Label: None\n", + "Entity: About Babies, Want ‘Hell on Earth, Type: None, Label: None\n", + "Entity: George Floyd, Type: None, Label: None\n", + "Entity: SCARY, Type: GPE, Label: unreliable\n", + "Entity: 1,800, Type: None, Label: None\n", + "Entity: a “few days, Type: None, Label: None\n", + "Entity: Bill Weir, Type: None, Label: None\n", + "Entity: As the Times, Type: None, Label: None\n", + "Entity: The Real News, Type: None, Label: None\n", + "Entity: 📸, Type: None, Label: None\n", + "Entity: the Fur Information Council of America, Type: None, Label: None\n", + "Entity: Sarah Huckabee Sanders, Type: None, Label: None\n", + "Entity: Obrador, Type: None, Label: None\n", + "Entity: Schwarzenegger, Type: None, Label: None\n", + "Entity: KARINE!, Type: ORG, Label: unreliable\n", + "Entity: 650,000, Type: None, Label: None\n", + "Entity: The Great Commonwealth of, Type: None, Label: None\n", + "Entity: 19 percent, Type: None, Label: None\n", + "Entity: Clarence Thomas, Type: None, Label: None\n", + "Entity: The Biden Admin, Type: None, Label: None\n", + "Entity: Warren Calls, Type: PERSON, Label: unreliable\n", + "Entity: Andrzej Duda, Type: None, Label: None\n", + "Entity: Taliban, Type: None, Label: None\n", + "Entity: April Ryan, Type: None, Label: None\n", + "Entity: $10 billion, Type: None, Label: None\n", + "Entity: Thirty-two percent, Type: None, Label: None\n", + "Entity: the Metro Blue Line Station, Type: None, Label: None\n", + "Entity: ELDER, Type: ORG, Label: unreliable\n", + "Entity: the National Bureau of Economic Research, Type: None, Label: None\n", + "Entity: Jim Acosta's, Type: None, Label: None\n", + "Entity: the last 10 days, Type: None, Label: None\n", + "Entity: Warren Wants Equity, Type: PERSON, Label: unreliable\n", + "Entity: 33 percent, Type: None, Label: None\n", + "Entity: Adam Schiff, Type: None, Label: None\n", + "Entity: $13 million, Type: None, Label: None\n", + "Entity: ten years, Type: None, Label: None\n", + "Entity: Fight Food Shortages, Type: None, Label: None\n", + "Entity: 3.30, Type: None, Label: None\n", + "Entity: Cali Airport, Type: None, Label: None\n", + "Entity: ACA, Type: None, Label: None\n", + "Entity: Ilhan Omar’s, Type: None, Label: None\n", + "Entity: Resurgence of Deadly Terrorist Group ', Type: None, Label: None\n", + "Entity: Illinois, Type: None, Label: None\n", + "Entity: Al Gore Set to, Type: PERSON, Label: unreliable\n", + "Entity: Stockton, Type: None, Label: None\n", + "Entity: the ‘Green New Deal, Type: None, Label: None\n", + "Entity: Massachusetts Avenue, Type: None, Label: None\n", + "Entity: Bedford, Type: None, Label: None\n", + "Entity: the House of Representatives, Type: None, Label: None\n", + "Entity: Biden Erupts, Type: None, Label: None\n", + "Entity: Hugh Hewitt, Type: None, Label: None\n", + "Entity: f—-, Type: None, Label: None\n", + "Entity: The Energy Department, Type: None, Label: None\n", + "Entity: CNN Climate, Type: None, Label: None\n", + "Entity: Cortez Compares Her ‘Green, Type: PERSON, Label: unreliable\n", + "Entity: Working Families Party, Type: None, Label: None\n", + "Entity: Soderlund, Type: None, Label: None\n", + "Entity: Steele, Type: None, Label: None\n", + "Entity: Doug Kaplan, Type: None, Label: None\n", + "Entity: Joe Manchin ‘Anti-Black, Type: None, Label: None\n", + "Entity: 580, Type: None, Label: None\n", + "Entity: next month, Type: None, Label: None\n", + "Entity: @Acosta, Type: None, Label: None\n", + "Entity: Charlie Spiering, Type: None, Label: None\n", + "Entity: NTA, Type: None, Label: None\n", + "Entity: Americans, Type: None, Label: None\n", + "Entity: Northern Jerusalem, Type: None, Label: None\n", + "Entity: Pentagon, Type: None, Label: None\n", + "Entity: Doocy Asks New Press Sec, Type: None, Label: None\n", + "Entity: Warren Demands, Type: PERSON, Label: unreliable\n", + "Entity: — Tom Elliott, Type: None, Label: None\n", + "Entity: age 2, Type: None, Label: None\n", + "Entity: Trump Should Declare National Emergency, Type: None, Label: None\n", + "Entity: Marc Berman, Type: None, Label: None\n", + "Entity: A Lot of Those People Who Do That Kind of Work, Type: None, Label: None\n", + "Entity: Jim Acosta Posts, Type: PERSON, Label: unreliable\n", + "Entity: David Tamarkin, Type: None, Label: None\n", + "Entity: the House Intelligence Committee’s, Type: None, Label: None\n", + "Entity: the Second World War, Type: None, Label: None\n", + "Entity: Lindsey, Type: None, Label: None\n", + "Entity: Kevin Jantzer, Type: None, Label: None\n", + "Entity: $20 billion, Type: None, Label: None\n", + "Entity: Yellow Vest, Type: None, Label: None\n", + "Entity: Sparks Speculation of Potential White House, Type: None, Label: None\n", + "Entity: Henry Rodgers, Type: None, Label: None\n", + "Entity: a ‘Medicare For, Type: None, Label: None\n", + "Entity: 4 more years, Type: None, Label: None\n", + "Entity: Jews, Type: None, Label: None\n", + "Entity: Designate Climate Change ‘National Emergency’, Type: None, Label: None\n", + "Entity: 500 acres, Type: None, Label: None\n", + "Entity: Mayor de Blasio, Type: None, Label: None\n", + "Entity: Ameen, Type: None, Label: None\n", + "Entity: Sept. 20 through Sept. 27, Type: None, Label: None\n", + "Entity: Mother Nature, Type: None, Label: None\n", + "Entity: Clashes, Type: None, Label: None\n", + "Entity: LATIN AMERICA, Type: LOC, Label: unreliable\n", + "Entity: Palestinians &, Type: None, Label: None\n", + "Entity: Administration, Type: None, Label: None\n", + "Entity: Kari, Type: None, Label: None\n", + "Entity: the Vermont Senator, Type: None, Label: None\n", + "Entity: Joseph Resnick, Type: None, Label: None\n", + "Entity: Pete Aguilar, Type: None, Label: None\n", + "Entity: Paramount Pictures, Type: None, Label: None\n", + "Entity: more than a dozen, Type: None, Label: None\n", + "Entity: 52, Type: None, Label: None\n", + "Entity: January 4th, Type: None, Label: None\n", + "Entity: Trump Challenging ‘, Type: None, Label: None\n", + "Entity: just 18 months, Type: None, Label: None\n", + "Entity: AOC Reportedly Considering a Primary Challenge, Type: None, Label: None\n", + "Entity: Beto, Type: GPE, Label: unreliable\n", + "Entity: WARREN, Type: GPE, Label: unreliable\n", + "Entity: California, Type: None, Label: None\n", + "Entity: — Chuck Schumer, Type: None, Label: None\n", + "Entity: 22%, Type: None, Label: None\n", + "Entity: the opening hours, Type: None, Label: None\n", + "Entity: two-year, Type: None, Label: None\n", + "Entity: the University of Leeds, Type: None, Label: None\n", + "Entity: PBA, Type: None, Label: None\n", + "Entity: REP, Type: ORG, Label: unreliable\n", + "Entity: Katherine Stewart, Type: None, Label: None\n", + "Entity: Nature Communications, Type: None, Label: None\n", + "Entity: George Stephanopoulos, Type: None, Label: None\n", + "Entity: Sean Hannity, Type: None, Label: None\n", + "Entity: Republican, Type: None, Label: None\n", + "Entity: Conway, Type: None, Label: None\n", + "Entity: the Foreign Agents Registration Act, Type: None, Label: None\n", + "Entity: Anderson Cooper Donald Trump, Type: None, Label: None\n", + "Entity: Big Apple, Type: None, Label: None\n", + "Entity: Hundreds, Type: None, Label: None\n", + "Entity: Burlington, Type: None, Label: None\n", + "Entity: Biden & Co., Type: None, Label: None\n", + "Entity: Shelley Moore Capito, Type: None, Label: None\n", + "Entity: @DonaldJTrumpJr, Type: None, Label: None\n", + "Entity: fifty, Type: None, Label: None\n", + "Entity: BBC News, Type: ORG, Label: unreliable\n", + "Entity: the National Center for Atmospheric Research, Type: None, Label: None\n", + "Entity: New Hampshire’s, Type: None, Label: None\n", + "Entity: An Inconvenient Sequal: Truth to Power, Type: None, Label: None\n", + "Entity: the coming weeks, Type: None, Label: None\n", + "Entity: Global Warming, Type: None, Label: None\n", + "Entity: Vox, Type: None, Label: None\n", + "Entity: House Foreign Affairs, Type: None, Label: None\n", + "Entity: Omar Abdulsattar Ameen, Type: None, Label: None\n", + "Entity: the South Bronx, Type: None, Label: None\n", + "Entity: the US National Anthem, Type: None, Label: None\n", + "Entity: the “American Rescue Plan, Type: None, Label: None\n", + "Entity: about $257,534, Type: None, Label: None\n", + "Entity: Alisyn Camerota, Type: None, Label: None\n", + "Entity: 🙏🏾💪🏾 \n", + " , Type: None, Label: None\n", + "Entity: Democratic, Type: None, Label: None\n", + "Entity: Garza, Type: None, Label: None\n", + "Entity: Papers Show ‘Climate Czar’ Invested in Oil Companies Before Joining Biden Admin, Type: WORK_OF_ART, Label: unreliable\n", + "Entity: The Administrative Tribunal, Type: None, Label: None\n", + "Entity: the World Affairs Council of Philadelphia, Type: None, Label: None\n", + "Entity: the Migrant Protection Protocols, Type: None, Label: None\n", + "Entity: Alexandria Ocasio-Cortez, Type: None, Label: None\n", + "Entity: RASHIDA, Type: ORG, Label: unreliable\n", + "Entity: Kellyanne Conway, Type: None, Label: None\n", + "Entity: Hamas, Type: None, Label: None\n", + "Entity: Chloe Waterman, Type: None, Label: None\n", + "Entity: 60-degree, Type: None, Label: None\n", + "Entity: 28 years ago this month, Type: None, Label: None\n", + "Entity: Mobil, Type: None, Label: None\n", + "Entity: Jen Psaki’s, Type: None, Label: None\n", + "Entity: Hurricane Dorian’s, Type: None, Label: None\n", + "Entity: ’ winter, Type: None, Label: None\n", + "Entity: CNN, Type: None, Label: None\n", + "Entity: days ago, Type: None, Label: None\n", + "Entity: Fox News’ Targets Minorities, Type: None, Label: None\n", + "Entity: Upper West Side, Type: None, Label: None\n", + "Entity: Axelrod, Type: None, Label: None\n", + "Entity: Ed Markey, Type: None, Label: None\n", + "Entity: last week's, Type: None, Label: None\n", + "Entity: Macy, Type: None, Label: None\n", + "Entity: the ‘New Deal, Type: None, Label: None\n", + "Entity: more than 400, Type: None, Label: None\n", + "Entity: 11%, Type: None, Label: None\n", + "Entity: last week, Type: None, Label: None\n", + "Entity: Ed Fallon, Type: None, Label: None\n", + "Entity: Nancy Pelosi's, Type: None, Label: None\n", + "Entity: Wednesday morning, Type: None, Label: None\n", + "Entity: California Cities Consider ‘Banning Natural Gas, Type: ORG, Label: unreliable\n", + "Entity: Teresa, Type: None, Label: None\n", + "Entity: 1.1 million, Type: None, Label: None\n", + "Entity: Billionaire Mike Bloomberg, Type: None, Label: None\n", + "Entity: John Konstin, Type: None, Label: None\n", + "Entity: @JoyAnnReid, Type: None, Label: None\n", + "Entity: McDonald’s, Type: None, Label: None\n", + "Entity: LA, Type: None, Label: None\n", + "Entity: $3.5 billion, Type: None, Label: None\n", + "Entity: Erin Burnett, Type: None, Label: None\n", + "Entity: BERNIE, Type: ORG, Label: unreliable\n", + "Entity: East Coast, Type: None, Label: None\n", + "Entity: a lovely few days, Type: None, Label: None\n", + "Entity: Boebert, Type: None, Label: None\n", + "Entity: Change Similar, Type: None, Label: None\n", + "Entity: BIDEN ON UKRAINE, Type: ORG, Label: unreliable\n", + "Entity: Vanity Fair, Type: None, Label: None\n", + "Entity: the age of two, Type: None, Label: None\n", + "Entity: Berkeley Institutes ‘, Type: ORG, Label: unreliable\n", + "Entity: East, Type: None, Label: None\n", + "Entity: NWS Los Angeles, Type: None, Label: None\n", + "Entity: 210, Type: None, Label: None\n", + "Entity: $1.25 million, Type: None, Label: None\n", + "Entity: August 2017, Type: None, Label: None\n", + "Entity: one percent, Type: None, Label: None\n", + "Entity: Mansfield, Type: None, Label: None\n", + "Entity: Donald Trump’s, Type: None, Label: None\n", + "Entity: Andrew Cuomo, Type: None, Label: None\n", + "Entity: Minneapolis Police Office, Type: None, Label: None\n", + "Entity: New Jersey, Type: None, Label: None\n", + "Entity: Ocasio-Cortez's ', Type: None, Label: None\n", + "Entity: just months ago, Type: None, Label: None\n", + "Entity: an estimated $4.35 trillion, Type: None, Label: None\n", + "Entity: Senate Energy and Natural Resources Committee, Type: None, Label: None\n", + "Entity: the Foreign Affairs Committee, Type: None, Label: None\n", + "Entity: Pod Save America, Type: None, Label: None\n", + "Entity: 1941, Type: None, Label: None\n", + "Entity: the House, Type: None, Label: None\n", + "Entity: The Climate Crisis, Type: None, Label: None\n", + "Entity: Hitler’s, Type: None, Label: None\n", + "Entity: Adam Schiff Blames, Type: None, Label: None\n", + "Entity: the American People Are Not Asking For, Type: None, Label: None\n", + "Entity: Mike Pompeo, Type: None, Label: None\n", + "Entity: nearly a century, Type: None, Label: None\n", + "Entity: Bloomberg Pledges, Type: ORG, Label: unreliable\n", + "Entity: Milley, Type: None, Label: None\n", + "Entity: Louisiana, Type: None, Label: None\n", + "Entity: Shelve Biden’s Climate, Type: None, Label: None\n", + "Entity: Earth Day, Type: None, Label: None\n", + "Entity: Beef, Type: None, Label: None\n", + "Entity: 2,403, Type: None, Label: None\n", + "Entity: Instagram, Type: None, Label: None\n", + "Entity: Dan Crenshaw, Type: None, Label: None\n", + "Entity: Tweet, Type: None, Label: None\n", + "Entity: -30 million, Type: None, Label: None\n", + "Entity: Mitch McConnell, Type: None, Label: None\n", + "Entity: Garland, Type: None, Label: None\n", + "Entity: Bob Mueller, Type: None, Label: None\n", + "Entity: the Energy Dept, Type: None, Label: None\n", + "Entity: Gavin N, Type: None, Label: None\n", + "Entity: 8,000, Type: None, Label: None\n", + "Entity: Mickey Mouse, Type: None, Label: None\n", + "Entity: more than 100 million, Type: None, Label: None\n", + "Entity: Miftah, Type: None, Label: None\n", + "Entity: McKenzie, Type: None, Label: None\n", + "Entity: the Church of Climate Change, Type: None, Label: None\n", + "Entity: Angela Merkel, Type: None, Label: None\n", + "Entity: the Lundberg Survey, Type: None, Label: None\n", + "Entity: the Daily Wire, Type: None, Label: None\n", + "Entity: a month ago, Type: None, Label: None\n", + "Entity: Abu Dhabi, Type: None, Label: None\n", + "Entity: 280, Type: None, Label: None\n", + "Entity: 10 million, Type: None, Label: None\n", + "Entity: Moody’s Analytics, Type: None, Label: None\n", + "Entity: 2 to 3 feet, Type: None, Label: None\n", + "Entity: 9.7%, Type: None, Label: None\n", + "Entity: 750,000, Type: None, Label: None\n", + "Entity: BANK, Type: ORG, Label: unreliable\n", + "Entity: this fall, Type: None, Label: None\n", + "Entity: Justice Department, Type: None, Label: None\n", + "Entity: 1.5 million, Type: None, Label: None\n", + "Entity: the 71%, Type: None, Label: None\n", + "Entity: BONG, Type: None, Label: None\n", + "Entity: 13%, Type: None, Label: None\n", + "Entity: New Orleans, Type: None, Label: None\n", + "Entity: Farrakhan, Type: None, Label: None\n", + "Entity: Tampa, Type: None, Label: None\n", + "Entity: Delaware, Type: None, Label: None\n", + "Entity: John Kennedy, Type: None, Label: None\n", + "Entity: the next two years, Type: None, Label: None\n", + "Entity: $86 million, Type: None, Label: None\n", + "Entity: Fremont, Type: None, Label: None\n", + "Entity: Coronavirus, Type: None, Label: None\n", + "Entity: $10 TRILLION, Type: None, Label: None\n", + "Entity: Yale University, Type: None, Label: None\n", + "Entity: 284,000, Type: None, Label: None\n", + "Entity: United Arab Emirates, Type: None, Label: None\n", + "Entity: Trump War Room – Text TRUMP, Type: None, Label: None\n", + "Entity: U.S. Supreme Court, Type: None, Label: None\n", + "Entity: the White House’s, Type: None, Label: None\n", + "Entity: State Department, Type: None, Label: None\n", + "Entity: 4-month old, Type: None, Label: None\n", + "Entity: $740 Billion, Type: None, Label: None\n", + "Entity: Concourse A, Type: None, Label: None\n", + "Entity: 22 Celsius, Type: None, Label: None\n", + "Entity: the Emerald City, Type: None, Label: None\n", + "Entity: Mike Endorses, Type: PERSON, Label: unreliable\n", + "Entity: 6, Type: None, Label: None\n", + "Entity: Libs of TikTok, Type: None, Label: None\n", + "Entity: Aviation Industry Corporation, Type: None, Label: None\n", + "Entity: Jackson Heights, Type: None, Label: None\n", + "Entity: Hurricane Florence’s, Type: None, Label: None\n", + "Entity: 1,049, Type: None, Label: None\n", + "Entity: Daily Caller, Type: None, Label: None\n", + "Entity: 1,000+ miles, Type: None, Label: None\n", + "Entity: Chairs, Type: None, Label: None\n", + "Entity: MSNBC News, Type: None, Label: None\n", + "Entity: First Year, Type: None, Label: None\n", + "Entity: first, Type: None, Label: None\n", + "Entity: Meghan McCain, Type: None, Label: None\n", + "Entity: at least four, Type: None, Label: None\n", + "Entity: the New York Post, Type: None, Label: None\n", + "Entity: KJP, Type: None, Label: None\n", + "Entity: 11th Ave, Type: None, Label: None\n", + "Entity: Biden Suspends, Type: None, Label: None\n", + "Entity: forty-four, Type: None, Label: None\n", + "Entity: 19 years, Type: None, Label: None\n", + "Entity: The New York Post, Type: None, Label: None\n", + "Entity: months ago, Type: None, Label: None\n", + "Entity: Independent Vermont, Type: None, Label: None\n", + "Entity: Island, Type: None, Label: None\n", + "Entity: Newsweek, Type: None, Label: None\n", + "Entity: Jesse Hunt, Type: None, Label: None\n", + "Entity: Joseph R. Biden Jr., Type: None, Label: None\n", + "Entity: Copenhagen, Type: None, Label: None\n", + "Entity: 3.5%, Type: None, Label: None\n", + "Entity: Warren, Type: None, Label: None\n", + "Entity: Goldsmiths, University of London, Type: None, Label: None\n", + "Entity: Put Immigrants, Type: None, Label: None\n", + "Entity: Chris Manning, Type: None, Label: None\n", + "Entity: Speak at Event About ‘Risks to Journalists Covering Trump, Type: None, Label: None\n", + "Entity: Democratic Party, Type: None, Label: None\n", + "Entity: Thursdasy, Type: None, Label: None\n", + "Entity: Harris, Type: None, Label: None\n", + "Entity: Air Force One, Type: None, Label: None\n", + "Entity: New Mexico, Type: None, Label: None\n", + "Entity: the Competitive Enterprise Institute, Type: None, Label: None\n", + "Entity: Cuomo, Type: None, Label: None\n", + "Entity: BOOKER GOES BERSERK, Type: ORG, Label: unreliable\n", + "Entity: 24-Hour, Type: None, Label: None\n", + "Entity: the next 3 decades, Type: None, Label: None\n", + "Entity: Langer Research Associates, Type: None, Label: None\n", + "Entity: Watch Pelosi’s, Type: None, Label: None\n", + "Entity: more than $10,000, Type: None, Label: None\n", + "Entity: U.S.-Mexico, Type: None, Label: None\n", + "Entity: the Democratic-Socialist, Type: None, Label: None\n", + "Entity: Painting Streets White, Type: None, Label: None\n", + "Entity: Thanksgiving, Type: None, Label: None\n", + "Entity: PUT, Type: None, Label: None\n", + "Entity: three short years, Type: None, Label: None\n", + "Entity: 174 days, Type: None, Label: None\n", + "Entity: OSSE, Type: None, Label: None\n", + "Entity: nearly 130 feet, Type: None, Label: None\n", + "Entity: Refineries, Type: None, Label: None\n", + "Entity: the Catholic Church, Type: None, Label: None\n", + "Entity: Twister, Type: None, Label: None\n", + "Entity: more than $400,000, Type: None, Label: None\n", + "Entity: 14-Minute, Type: None, Label: None\n", + "Entity: Clymer, Type: None, Label: None\n", + "Entity: CRISIS, Type: ORG, Label: unreliable\n", + "Entity: only 44 percent, Type: None, Label: None\n", + "Entity: Anaheim, Type: None, Label: None\n", + "Entity: Eight, Type: None, Label: None\n", + "Entity: Joe Biden Knows, Type: PERSON, Label: unreliable\n", + "Entity: — Anthony Adragna, Type: None, Label: None\n", + "Entity: McCarthy Torch, Type: PERSON, Label: unreliable\n", + "Entity: three or four, Type: None, Label: None\n", + "Entity: Kamala Harris Promises, Type: PERSON, Label: unreliable\n", + "Entity: 6’x10′, Type: None, Label: None\n", + "Entity: healthcare & little, Type: None, Label: None\n", + "Entity: $739 billion, Type: None, Label: None\n", + "Entity: Rapidly, Type: None, Label: None\n", + "Entity: Richard Blumenthal, Type: None, Label: None\n", + "Entity: Conservative Dems, Type: None, Label: None\n", + "Entity: 4%, Type: None, Label: None\n", + "Entity: Stacey Abrams Should ‘, Type: PERSON, Label: unreliable\n", + "Entity: Pacific Gas & Electric, Type: None, Label: None\n", + "Entity: Focus on ‘Climate Change and Income Inequality, Type: None, Label: None\n", + "Entity: Diamond Rings, Type: None, Label: None\n", + "Entity: an estimated 400,000, Type: None, Label: None\n", + "Entity: at least six months, Type: None, Label: None\n", + "Entity: 24-hour, Type: None, Label: None\n", + "Entity: Late last year, Type: None, Label: None\n", + "Entity: RNC, Type: None, Label: None\n", + "Entity: Chuck Schumer, Type: None, Label: None\n", + "Entity: the United Nations Nikki Haley, Type: None, Label: None\n", + "Entity: Call for ‘Birth Strike, Type: None, Label: None\n", + "Entity: Guthrie, Type: None, Label: None\n", + "Entity: Independent Angus, Type: None, Label: None\n", + "Entity: 45 million, Type: None, Label: None\n", + "Entity: twelve years, Type: None, Label: None\n", + "Entity: Forget Biden, Type: PERSON, Label: unreliable\n", + "Entity: more than 36 hours, Type: None, Label: None\n", + "Entity: a lot of months, Type: None, Label: None\n", + "Entity: the ‘American Rescue Plan, Type: None, Label: None\n", + "Entity: SCHEMIN, Type: None, Label: None\n", + "Entity: Detroit, Type: None, Label: None\n", + "Entity: NBC News, Type: None, Label: None\n", + "Entity: $331 Million, Type: None, Label: None\n", + "Entity: Bill Melugin, Type: None, Label: None\n", + "Entity: Boebert GOES OFF, Type: None, Label: None\n", + "Entity: 6 percent, Type: None, Label: None\n", + "Entity: 34 days, Type: None, Label: None\n", + "Entity: Kris Radcliffe, Type: None, Label: None\n", + "Entity: Albany, Type: None, Label: None\n", + "Entity: Digital, Type: None, Label: None\n", + "Entity: the Gaza Strip, Type: None, Label: None\n", + "Entity: SB310, Type: None, Label: None\n", + "Entity: the Public Address System, Type: None, Label: None\n", + "Entity: hundreds of years, Type: None, Label: None\n", + "Entity: ’30 Years, Type: None, Label: None\n", + "Entity: Mike Pompeo’s, Type: None, Label: None\n", + "Entity: Dartmouth, Type: None, Label: None\n", + "Entity: Joe Biden Claims Nearly Two-Thirds Of Entire Population Have Died, Type: None, Label: None\n", + "Entity: Social Media, Type: None, Label: None\n", + "Entity: 8.5%, Type: None, Label: None\n", + "Entity: Brett Kavanaugh, Type: None, Label: None\n", + "Entity: Health and Human Services, Type: None, Label: None\n", + "Entity: over $14 million, Type: None, Label: None\n", + "Entity: Looks like Dems, Type: None, Label: None\n", + "Entity: Kill Coal Jobs, Type: None, Label: None\n", + "Entity: @madeleinerivera, Type: None, Label: None\n", + "Entity: nearly 2 million Lower, Type: None, Label: None\n", + "Entity: Islamophobia, Type: None, Label: None\n", + "Entity: Fossil Fuel Executives, Type: None, Label: None\n", + "Entity: the First National People of Color Environmental Leadership Summit, Type: None, Label: None\n", + "Entity: United States, Type: None, Label: None\n", + "Entity: 69 percent, Type: None, Label: None\n", + "Entity: Alex Susskind, Type: None, Label: None\n", + "Entity: LNG Western, Type: None, Label: None\n", + "Entity: Melissa Russo, Type: None, Label: None\n", + "Entity: Robert Kennedy, Type: None, Label: None\n", + "Entity: Sow, Type: None, Label: None\n", + "Entity: ActBlue, Type: None, Label: None\n", + "Entity: about 7.2%, Type: None, Label: None\n", + "Entity: mosques, Type: None, Label: None\n", + "Entity: 85 percent, Type: None, Label: None\n", + "Entity: the National Park Service, Type: None, Label: None\n", + "Entity: 230-plus years ago, Type: None, Label: None\n", + "Entity: Google’s All-Hands Meeting As Company Drops Heritage Foundation, Type: None, Label: None\n", + "Entity: Teammate Kabbalah Richards, Type: None, Label: None\n", + "Entity: Waltons, Type: None, Label: None\n", + "Entity: Graham, Type: None, Label: None\n", + "Entity: Commuters, Type: None, Label: None\n", + "Entity: LaGuardia, Type: None, Label: None\n", + "Entity: trillions, Type: None, Label: None\n", + "Entity: Kamala Harris Urged Activists, Type: PERSON, Label: unreliable\n", + "Entity: Brian Monahan, Type: None, Label: None\n", + "Entity: Canning Town, Type: None, Label: None\n", + "Entity: BIDEN, Type: None, Label: None\n", + "Entity: last Friday, Type: None, Label: None\n", + "Entity: De Blasio’s, Type: None, Label: None\n", + "Entity: Booker co-sponsored, Type: None, Label: None\n", + "Entity: Easter Sunday THE FAILING TIMES, Type: None, Label: None\n", + "Entity: -33%, Type: None, Label: None\n", + "Entity: Nevada, Type: None, Label: None\n", + "Entity: View, Type: None, Label: None\n", + "Entity: Twitter, Type: None, Label: None\n", + "Entity: Calling Vote, Type: None, Label: None\n", + "Entity: 25, Type: None, Label: None\n", + "Entity: Arlington, Type: None, Label: None\n", + "Entity: Israel, Type: None, Label: None\n", + "Entity: Maggie Hoffman, Type: None, Label: None\n", + "Entity: Fox Los Angeles, Type: None, Label: None\n", + "Entity: Tea Partiers, Type: None, Label: None\n", + "Entity: Watch Abrams, Type: None, Label: None\n", + "Entity: four more years, Type: None, Label: None\n", + "Entity: 9/20 #, Type: None, Label: None\n", + "Entity: the WHITE HOUSE, Type: None, Label: None\n", + "Entity: the Netroots Nation Conference, Type: None, Label: None\n", + "Entity: Latest New York Presidential Poll, Type: None, Label: None\n", + "Entity: Proposition 64, Type: None, Label: None\n", + "Entity: two and a half months, Type: None, Label: None\n", + "Entity: Doorbuster Price, Type: None, Label: None\n", + "Entity: 7-Eleven, Type: None, Label: None\n", + "Entity: the Sierra Club, Type: None, Label: None\n", + "Entity: Carbon Dioxide, Type: None, Label: None\n", + "Entity: May 18, Type: None, Label: None\n", + "Entity: the Office of Professional Responsibility, Type: None, Label: None\n", + "Entity: eight weeks, Type: None, Label: None\n", + "Entity: Buffalo, Type: None, Label: None\n", + "Entity: at least $15.00, Type: None, Label: None\n", + "Entity: Nazis, Type: None, Label: None\n", + "Entity: NAZI GERMANY, Type: None, Label: None\n", + "Entity: less than two years, Type: None, Label: None\n", + "Entity: Green Agenda, Type: None, Label: None\n", + "Entity: each month, Type: None, Label: None\n", + "Entity: 40k, Type: MONEY, Label: unreliable\n", + "Entity: This day, Type: None, Label: None\n", + "Entity: September 14th, Type: None, Label: None\n", + "Entity: the Inflation Reduction Act, Type: None, Label: None\n", + "Entity: Outer Space, Type: PERSON, Label: unreliable\n", + "Entity: Manhattan, Type: None, Label: None\n", + "Entity: Representatives Ocasio-Cortez, Type: None, Label: None\n", + "Entity: PVA, Type: None, Label: None\n", + "Entity: ’s Teacher’s Cabinet, Type: None, Label: None\n", + "Entity: Disney, Type: None, Label: None\n", + "Entity: only 21 days, Type: None, Label: None\n", + "Entity: the Democratic Socialist, Type: None, Label: None\n", + "Entity: Kathy Castor, Type: None, Label: None\n", + "Entity: Pew Research, Type: None, Label: None\n", + "Entity: National Hurricane Center, Type: None, Label: None\n", + "Entity: Velshi & Ruhle, Type: None, Label: None\n", + "Entity: June 22, Type: None, Label: None\n", + "Entity: Biden Sweeps Primaries, Type: None, Label: None\n", + "Entity: 23,000, Type: None, Label: None\n", + "Entity: some very dark days, Type: None, Label: None\n", + "Entity: Deonte Lee Murray, Type: None, Label: None\n", + "Entity: More than 11,000, Type: None, Label: None\n", + "Entity: Palestinian, Type: None, Label: None\n", + "Entity: Facebook, Type: None, Label: None\n", + "Entity: the last 5, Type: None, Label: None\n", + "Entity: The Green New Deal for Public Housing, Type: None, Label: None\n", + "Entity: roughly 15, Type: None, Label: None\n", + "Entity: April, Type: None, Label: None\n", + "Entity: Charlotte Clymer, Type: None, Label: None\n", + "Entity: Sean Hannity \n", + " Be, Type: None, Label: None\n", + "Entity: U.S.-Mexico-Canada Agreement, Type: None, Label: None\n", + "Entity: Jamie Rohme, Type: None, Label: None\n", + "Entity: Brandon Darby, Type: None, Label: None\n", + "Entity: Mansion Uses, Type: None, Label: None\n", + "Entity: Wildfires, Type: None, Label: None\n", + "Entity: one second, Type: None, Label: None\n", + "Entity: Long Island City, Type: None, Label: None\n", + "Entity: Biden & Harris, Type: None, Label: None\n", + "Entity: 111-year-old, Type: None, Label: None\n", + "Entity: the next 20 years, Type: None, Label: None\n", + "Entity: the end of 2019, Type: None, Label: None\n", + "Entity: Orange County, Type: None, Label: None\n", + "Entity: at least millions, Type: None, Label: None\n", + "Entity: Good Morning America, Type: None, Label: None\n", + "Entity: The Office, Type: None, Label: None\n", + "Entity: $5 to $10 billion, Type: None, Label: None\n", + "Entity: the University of California, Berkeley, Type: None, Label: None\n", + "Entity: hourly, Type: None, Label: None\n", + "Entity: 146 Days on, Type: None, Label: None\n", + "Entity: Compsat, Type: None, Label: None\n", + "Entity: DNC, Type: None, Label: None\n", + "Entity: just a few years earlier, Type: None, Label: None\n", + "Entity: Richard Zuniga, Type: None, Label: None\n", + "Entity: Greenland, Type: None, Label: None\n", + "Entity: Sponge, Type: None, Label: None\n", + "Entity: Stockholm, Type: None, Label: None\n", + "Entity: nearly 2 million ‘Dreamers, Type: None, Label: None\n", + "Entity: Google, Type: None, Label: None\n", + "Entity: Jerry Brown, Type: None, Label: None\n", + "Entity: 1/10, Type: None, Label: None\n", + "Entity: $2.5 trillion, Type: None, Label: None\n", + "Entity: Cost-Saving Energy Efficiency Standards, Type: None, Label: None\n", + "Entity: a few minutes, Type: None, Label: None\n", + "Entity: about $5.40, Type: None, Label: None\n", + "Entity: MSNBC Legal, Type: None, Label: None\n", + "Entity: Americans Say ‘FAKE NEWS’ a Bigger Threat, Type: ORG, Label: unreliable\n", + "Entity: San Francisco, Type: None, Label: None\n", + "Entity: Elizabeth, Type: None, Label: None\n", + "Entity: the “Extinction Crisis, Type: None, Label: None\n", + "Entity: Deliver Prime Time Address at, Type: None, Label: None\n", + "Entity: Bobby Kennedy, Type: None, Label: None\n", + "Entity: Sophia Koropeckyj, Type: None, Label: None\n", + "Entity: two days, Type: None, Label: None\n", + "Entity: around $3.75, Type: None, Label: None\n", + "Entity: 54%, Type: None, Label: None\n", + "Entity: World War 2, Type: None, Label: None\n", + "Entity: 2014, Type: None, Label: None\n", + "Entity: Tavia Galonski, Type: None, Label: None\n", + "Entity: Bernie Sanders Warns, Type: PERSON, Label: unreliable\n", + "Entity: Steve Scalise, Type: None, Label: None\n", + "Entity: an end of days, Type: None, Label: None\n", + "Entity: a ‘Special Committee, Type: None, Label: None\n", + "Entity: Conservative, Type: None, Label: None\n", + "Entity: 14,000, Type: None, Label: None\n", + "Entity: less than 15%, Type: None, Label: None\n", + "Entity: a full 63 percent, Type: None, Label: None\n", + "Entity: the next 18 months, Type: None, Label: None\n", + "Entity: $1 TRILLION, Type: None, Label: None\n", + "Entity: September 9, 2019, Type: None, Label: None\n", + "Entity: two weeks ago, Type: None, Label: None\n", + "Entity: $1.6 million, Type: None, Label: None\n", + "Entity: Townhall.com, Type: None, Label: None\n", + "Entity: 70,000, Type: None, Label: None\n", + "Entity: Faiz Shakir, Type: None, Label: None\n", + "Entity: 12 YEARS, Type: None, Label: None\n", + "Entity: Don Lemon, Type: None, Label: None\n", + "Entity: Ind., Type: None, Label: None\n", + "Entity: Flint River, Type: None, Label: None\n", + "Entity: Watch Kennedy, Type: None, Label: None\n", + "Entity: World War II, Type: None, Label: None\n", + "Entity: Bedminster, Type: None, Label: None\n", + "Entity: Rohme, Type: None, Label: None\n", + "Entity: Guardian Australia, Type: None, Label: None\n", + "Entity: $16.3 trillion, Type: None, Label: None\n", + "Entity: Throw Confetti, Type: None, Label: None\n", + "Entity: more than 50 percent, Type: None, Label: None\n", + "Entity: $3 million dollar, Type: None, Label: None\n", + "Entity: Haley, Type: None, Label: None\n", + "Entity: Texas Representative, Type: None, Label: None\n", + "Entity: George, Type: None, Label: None\n", + "Entity: @JJHunt10, Type: None, Label: None\n", + "Entity: over 230 years, Type: None, Label: None\n", + "Entity: Chuck Todd, Type: None, Label: None\n", + "Entity: O’Rourke, Type: None, Label: None\n", + "Entity: about $3.25, Type: None, Label: None\n", + "Entity: 11 million, Type: None, Label: None\n", + "Entity: an incredible decade, Type: None, Label: None\n", + "Entity: Tucker Carlson Tonight, Type: None, Label: None\n", + "Entity: more than two, Type: None, Label: None\n", + "Entity: over 5,000, Type: None, Label: None\n", + "Entity: the Daily Mail, Type: None, Label: None\n", + "Entity: the ‘House of Mouse, Type: None, Label: None\n", + "Entity: Avocado Toast, Type: None, Label: None\n", + "Entity: Biden Vows, Type: PERSON, Label: unreliable\n", + "Entity: Justice-, Type: None, Label: None\n", + "Entity: Forget Straws, Type: None, Label: None\n", + "Entity: Sinema Being Harassed, Type: None, Label: None\n", + "Entity: Schumer Unveils Dems’ Massive, Type: ORG, Label: unreliable\n", + "Entity: 29, Type: None, Label: None\n", + "Entity: Elder, Type: None, Label: None\n", + "Entity: Australia & Pacific \n", + " , Type: None, Label: None\n", + "Entity: the first day, Type: None, Label: None\n", + "Entity: The United States Energy Information Administration, Type: None, Label: None\n", + "Entity: Airport, Type: None, Label: None\n", + "Entity: Shea, Type: None, Label: None\n", + "Entity: Ocasio-Cortez’ ‘Green New Deal’ Will Help ‘Create Jobs, Type: None, Label: None\n", + "Entity: the House Select Committee on Climate Crisis, Type: None, Label: None\n", + "Entity: Bored Biden Checks His Watch, Type: None, Label: None\n", + "Entity: UN Climate Summit, Type: None, Label: None\n", + "Entity: Fox News, Type: None, Label: None\n", + "Entity: Cori Bush, Type: PERSON, Label: unreliable\n", + "Entity: Tammy Duckworth, Type: None, Label: None\n", + "Entity: Greg Gutfeld, Type: PERSON, Label: unreliable\n", + "Entity: nearly $5, Type: None, Label: None\n", + "Entity: a Category 2, Type: None, Label: None\n", + "Entity: Skip School for ‘Climate Walk-Out, Type: None, Label: None\n", + "Entity: Chris Cuomo, Type: None, Label: None\n", + "Entity: The Enemy of the People, Type: None, Label: None\n", + "Entity: Mainstream Media, Type: None, Label: None\n", + "Entity: -21, Type: None, Label: None\n", + "Entity: tomorrow, Type: None, Label: None\n", + "Entity: Murphree, Type: None, Label: None\n", + "Entity: more than 100 percent, Type: None, Label: None\n", + "Entity: Hillary Dismisses Border, Type: None, Label: None\n", + "Entity: West Texas, Type: None, Label: None\n", + "Entity: more than $100 billion, Type: None, Label: None\n", + "Entity: Last Decade, Type: None, Label: None\n", + "Entity: Blames ‘Voter Suppression, Type: None, Label: None\n", + "Entity: AZ, Type: None, Label: None\n", + "Entity: Tlaib Ties, Type: None, Label: None\n", + "Entity: 14%, Type: None, Label: None\n", + "Entity: Ignores Obama, Type: None, Label: None\n", + "Entity: just 3.6%, Type: None, Label: None\n", + "Entity: Pre-K, Type: None, Label: None\n", + "Entity: as high as $93 trillion, Type: None, Label: None\n", + "Entity: Jason Kinney's, Type: None, Label: None\n", + "Entity: MAYORKAS, Type: None, Label: None\n", + "Entity: 50 years, Type: None, Label: None\n", + "Entity: — Joe Biden, Type: None, Label: None\n", + "Entity: 64,577, Type: None, Label: None\n", + "Entity: Hurricane Irma, Type: None, Label: None\n", + "Entity: 8.6 million, Type: None, Label: None\n", + "Entity: national debate &, Type: None, Label: None\n", + "Entity: February 24, Type: None, Label: None\n", + "Entity: Protesters for Throwing ‘Fake Blood’ on, Type: None, Label: None\n", + "Entity: Caleb Hull, Type: None, Label: None\n", + "Entity: her worst month, Type: None, Label: None\n", + "Entity: 25,000, Type: None, Label: None\n", + "Entity: SARAH, Type: ORG, Label: unreliable\n", + "Entity: Bernie Falls, Type: None, Label: None\n", + "Entity: $93 Trillion, Type: None, Label: None\n", + "Entity: at least 25, Type: None, Label: None\n", + "Entity: Utah, Type: None, Label: None\n", + "Entity: CARVILLE, Type: ORG, Label: unreliable\n", + "Entity: healthcare, Type: None, Label: None\n", + "Entity: Maine, Type: None, Label: None\n", + "Entity: two-nights, Type: None, Label: None\n", + "Entity: New York Harbor, Type: None, Label: None\n", + "Entity: Bidens H1N1, Type: None, Label: None\n", + "Entity: Democrats, Type: None, Label: None\n", + "Entity: TheMajority, Type: None, Label: None\n", + "Entity: 600 miles, Type: None, Label: None\n", + "Entity: Satellite Radio, Type: None, Label: None\n", + "Entity: Hurricane Sandy, Type: None, Label: None\n", + "Entity: Fellow James Coleman, Type: None, Label: None\n", + "Entity: RNC Research, Type: None, Label: None\n", + "Entity: Martin Luther King Jr, Type: None, Label: None\n", + "Entity: between $2.5 and $3 million, Type: None, Label: None\n", + "Entity: her ‘Green New Deal, Type: None, Label: None\n", + "Entity: — Public Citizen (@Public_Citizen, Type: None, Label: None\n", + "Entity: African-American, Type: None, Label: None\n", + "Entity: February and March, Type: None, Label: None\n", + "Entity: GOP, Type: None, Label: None\n", + "Entity: $10 trillion, Type: None, Label: None\n", + "Entity: 15 year, Type: None, Label: None\n", + "Entity: Abrams ., Type: None, Label: None\n", + "Entity: National Parks, Type: None, Label: None\n", + "Entity: Bernie Slams ‘Wealth Inequality, Type: None, Label: None\n", + "Entity: 500,000, Type: None, Label: None\n", + "Entity: 21x, Type: None, Label: None\n", + "Entity: the Democratic Party’s, Type: None, Label: None\n", + "Entity: KENNEDY, Type: PERSON, Label: unreliable\n", + "Entity: two-mile, Type: None, Label: None\n", + "Entity: Left Before Climate, Type: None, Label: None\n", + "Entity: Venezuelan, Type: None, Label: None\n", + "Entity: as over a dozen, Type: None, Label: None\n", + "Entity: 9.91 million, Type: None, Label: None\n", + "Entity: a couple of decades from now, Type: None, Label: None\n", + "Entity: mid-August, Type: None, Label: None\n", + "Entity: Blasio, Type: None, Label: None\n", + "Entity: Gaza, Type: None, Label: None\n", + "Entity: Live Near Their Job, Type: None, Label: None\n", + "Entity: Confessions, Type: None, Label: None\n", + "Entity: 146 days, Type: None, Label: None\n", + "Entity: 9.3 million barrels, Type: None, Label: None\n", + "Entity: this White House’s, Type: None, Label: None\n", + "Entity: Palestinians, Type: None, Label: None\n", + "Entity: Every day, Type: None, Label: None\n", + "Entity: at least three weeks, Type: None, Label: None\n", + "Entity: Biden Exits Giant Private Jet, Type: PERSON, Label: unreliable\n", + "Entity: $3.5 TRILLION, Type: None, Label: None\n", + "Entity: Will Focus, Type: None, Label: None\n", + "Entity: West Virgina, Type: PERSON, Label: unreliable\n", + "Entity: over $32 million, Type: None, Label: None\n", + "Entity: ‘The Rachel Maddow Show, Type: None, Label: None\n", + "Entity: Brittany Packnett Cunningham, Type: None, Label: None\n", + "Entity: Washington Post Live, Type: None, Label: None\n", + "Entity: Tax Credit for Energy Workers ‘, Type: None, Label: None\n", + "Entity: Universal Child Care, Type: None, Label: None\n", + "Entity: nearly $40,000, Type: None, Label: None\n", + "Entity: another century, Type: None, Label: None\n", + "Entity: Colorado, Type: None, Label: None\n", + "Entity: the year 2018, Type: None, Label: None\n", + "Entity: $9 billion, Type: None, Label: None\n", + "Entity: Napa, Type: None, Label: None\n", + "Entity: Green New Deal', Type: None, Label: None\n", + "Entity: Hunter, Type: None, Label: None\n", + "Entity: West Palm Beach, Type: None, Label: None\n", + "Entity: Brian Stelter, Type: None, Label: None\n", + "Entity: Kevin McCarthy, Type: None, Label: None\n", + "Entity: ISIS, Type: None, Label: None\n", + "Entity: One-third, Type: None, Label: None\n", + "Entity: 11 am, Type: None, Label: None\n", + "Entity: more than 40 years, Type: None, Label: None\n", + "Entity: the National Capital Region, Type: None, Label: None\n", + "Entity: Jones, Type: None, Label: None\n", + "Entity: Michael Lynn III, Type: None, Label: None\n", + "Entity: All Life, Type: None, Label: None\n", + "Entity: the United States Constitution, Type: None, Label: None\n", + "Entity: Breath Clean Air, Type: None, Label: None\n", + "Entity: Boycott, Divestment, Type: None, Label: None\n", + "Entity: $1.5 billion, Type: None, Label: None\n", + "Entity: his first days, Type: None, Label: None\n", + "Entity: Haitians, Type: None, Label: None\n", + "Entity: Shut Down Harvard, Type: None, Label: None\n", + "Entity: East Germans, Type: None, Label: None\n", + "Entity: Sarah Sanders, Type: None, Label: None\n", + "Entity: Heritage Foundation, Type: None, Label: None\n", + "Entity: $70 billion, Type: None, Label: None\n", + "Entity: Harvey, Type: None, Label: None\n", + "Entity: 1,000 miles, Type: None, Label: None\n", + "Entity: Build Back, Type: None, Label: None\n", + "Entity: Robby Mook, Type: None, Label: None\n", + "Entity: 27-year-old, Type: None, Label: None\n", + "Entity: the ‘Berlin Wall’, Type: None, Label: None\n", + "Entity: Kevin Hassett, Type: None, Label: None\n", + "Entity: Monday morning, Type: None, Label: None\n", + "Entity: the NY Times, Type: None, Label: None\n", + "Entity: Musk Reminds Joe ', Type: None, Label: None\n", + "Entity: Angeles, Type: None, Label: None\n", + "Entity: Eating Beef, Type: None, Label: None\n", + "Entity: Konstin, Type: None, Label: None\n", + "Entity: Ocasio-Cortez, Type: None, Label: None\n", + "Entity: Veterans Affairs, Type: None, Label: None\n", + "Entity: hose, Type: None, Label: None\n", + "Entity: Miami, Type: None, Label: None\n", + "Entity: Tom Perez, Type: None, Label: None\n", + "Entity: Martha’s Vineyard, Type: None, Label: None\n", + "Entity: more than a quarter, Type: None, Label: None\n", + "Entity: 12%, Type: None, Label: None\n", + "Entity: kids & families, Type: None, Label: None\n", + "Entity: almost 24 million, Type: None, Label: None\n", + "Entity: GND, Type: None, Label: None\n", + "Entity: Hailey, Type: None, Label: None\n", + "Entity: Ocasio-Cortez Warns ‘World is Gonna End’, Type: ORG, Label: unreliable\n", + "Entity: WAIT, Type: ORG, Label: unreliable\n", + "Entity: This Heated Jacket, Type: EVENT, Label: unreliable\n", + "Entity: the First Amendment, Type: None, Label: None\n", + "Entity: May 2018, Type: None, Label: None\n", + "Entity: the American Congress, Type: None, Label: None\n", + "Entity: June 2014, Type: None, Label: None\n", + "Entity: the Border Patrol Officers, Type: None, Label: None\n", + "Entity: my first day, Type: None, Label: None\n", + "Entity: Republican National Committee, Type: None, Label: None\n", + "Entity: AOC Blames DC Rainstorm, Type: ORG, Label: unreliable\n", + "Entity: Ronen Manelis, Type: None, Label: None\n", + "Entity: 30 years, Type: None, Label: None\n", + "Entity: 2-5 years, Type: None, Label: None\n", + "Entity: Facebook Thursday, Type: None, Label: None\n", + "Entity: the Boost Act, Type: None, Label: None\n", + "Entity: the month, Type: None, Label: None\n", + "Entity: Nuremberg, Type: None, Label: None\n", + "Entity: Beto O’Rourke, Type: None, Label: None\n", + "Entity: the Berkeley City Council, Type: None, Label: None\n", + "Entity: 122, Type: None, Label: None\n", + "Entity: a Handful of ‘, Type: None, Label: None\n", + "Entity: marijuana, Type: None, Label: None\n", + "Entity: The Department of Homeland Security, Type: None, Label: None\n", + "Entity: Sacramento County, Type: None, Label: None\n", + "Entity: ABC, Type: None, Label: None\n", + "Entity: the Real Emergencies Act, Type: None, Label: None\n", + "Entity: Joe, Type: None, Label: None\n", + "Entity: white supremacists, Type: None, Label: None\n", + "Entity: KCEN, Type: None, Label: None\n", + "Entity: American, Type: None, Label: None\n", + "Entity: about $3 trillion, Type: None, Label: None\n", + "Entity: the last 48 hours, Type: None, Label: None\n", + "Entity: 1762, Type: None, Label: None\n", + "Entity: $4.6 million, Type: None, Label: None\n", + "Entity: The Man's Got Guts, Type: None, Label: None\n", + "Entity: the Great Recession, Type: None, Label: None\n", + "Entity: 3., Type: None, Label: None\n", + "Entity: Normandy, Type: None, Label: None\n", + "Entity: The first quarter, Type: None, Label: None\n", + "Entity: Afghan, Type: None, Label: None\n", + "Entity: the Washington Examiner, Type: None, Label: None\n", + "Entity: 475 gallons, Type: None, Label: None\n", + "Entity: Freshman, Type: None, Label: None\n", + "Entity: Coldest February, Type: None, Label: None\n", + "Entity: Beto Compares Global Warming, Type: PERSON, Label: unreliable\n", + "Entity: tens of billions of dollars, Type: None, Label: None\n", + "Entity: Sophie Sassoon, Type: None, Label: None\n", + "Entity: Maria Bartiromo, Type: None, Label: None\n", + "Entity: Rudy W. Giuliani, Type: None, Label: None\n", + "Entity: Cruz, Type: None, Label: None\n", + "Entity: the next ten years, Type: None, Label: None\n", + "Entity: -New York, Type: None, Label: None\n", + "Entity: HANNITY, Type: GPE, Label: unreliable\n", + "Entity: her ‘Green New, Type: None, Label: None\n", + "Entity: RUSSIA, Type: ORG, Label: unreliable\n", + "Entity: Tom Steyer, Type: None, Label: None\n", + "Entity: 16.3, Type: None, Label: None\n", + "Entity: Fossil Fuel Executive, Type: None, Label: None\n", + "Entity: Explodes, Type: None, Label: None\n", + "Entity: 60-foot, Type: None, Label: None\n", + "Entity: the ‘Minnesota Freedom Fund, Type: None, Label: None\n", + "Entity: Pressley, Type: None, Label: None\n", + "Entity: Carlos Saucedo, Type: None, Label: None\n", + "Entity: Ban, Type: None, Label: None\n", + "Entity: Ryan Saavedra, Type: None, Label: None\n", + "Entity: CBS Nat News, Type: None, Label: None\n", + "Entity: Anti-Trump Rhetoric ‘, Type: None, Label: None\n", + "Entity: Gillibrand Unveils, Type: ORG, Label: unreliable\n", + "Entity: Oversight Committee, Type: None, Label: None\n", + "Entity: $10, Type: None, Label: None\n", + "Entity: just last winter, Type: None, Label: None\n", + "Entity: Uber and Lyft Wednesday, Type: None, Label: None\n", + "Entity: UN Climate Conference as Leaders Declare ‘Existential Threat, Type: None, Label: None\n", + "Entity: SEC, Type: None, Label: None\n", + "Entity: the Immigrations and Customs Enforcement Agency, Type: None, Label: None\n", + "Entity: 5 percent, Type: None, Label: None\n", + "Entity: days, Type: None, Label: None\n", + "Entity: $60 billion, Type: None, Label: None\n", + "Entity: the United Nation’s, Type: None, Label: None\n", + "Entity: $250 to $500 million, Type: None, Label: None\n", + "Entity: a single day, Type: None, Label: None\n", + "Entity: Iowa, Type: None, Label: None\n", + "Entity: as high as 18, Type: None, Label: None\n", + "Entity: Obama Try, Type: PERSON, Label: unreliable\n", + "Entity: Quinnipiac, Type: None, Label: None\n", + "Entity: Jean-Pierre, Type: None, Label: None\n", + "Entity: New Yorkers &, Type: None, Label: None\n", + "Entity: @NYCPBA, Type: None, Label: None\n", + "Entity: Lake and Masters, Type: None, Label: None\n", + "Entity: Working People, Type: None, Label: None\n", + "Entity: US Energy Production, Type: None, Label: None\n", + "Entity: Environmental Justice, Type: None, Label: None\n", + "Entity: Blames Coronavirus Outbreak, Type: None, Label: None\n", + "Entity: Chuck Schumer Calls ‘Green, Type: PERSON, Label: unreliable\n", + "Entity: the Union Response, Type: None, Label: None\n", + "Entity: Cal, Type: PERSON, Label: unreliable\n", + "Entity: Saudi Arabia, Type: None, Label: None\n", + "Entity: a ‘Bipartisan, Type: None, Label: None\n", + "Entity: AOC, Type: None, Label: None\n", + "Entity: 30, Type: None, Label: None\n", + "Entity: more than 14,000, Type: None, Label: None\n", + "Entity: — Lindsey Graham, Type: None, Label: None\n", + "Entity: Roosevelt, Type: None, Label: None\n", + "Entity: 60-second, Type: None, Label: None\n", + "Entity: Tom Elliott, Type: None, Label: None\n", + "Entity: 3.1 million, Type: None, Label: None\n", + "Entity: $500 million, Type: None, Label: None\n", + "Entity: A few years later, Type: None, Label: None\n", + "Entity: 2.6 million, Type: None, Label: None\n", + "Entity: the Granite State, Type: None, Label: None\n", + "Entity: Pro-Democracy, Type: None, Label: None\n", + "Entity: Fla. National Guard, Type: None, Label: None\n", + "Entity: 228, Type: None, Label: None\n", + "Entity: the GOP Tax Scam, Type: None, Label: None\n", + "Entity: $1.25 trillion, Type: None, Label: None\n", + "Entity: Bar Biden, Type: None, Label: None\n", + "Entity: New Hampshire, Type: None, Label: None\n", + "Entity: Drs, Type: None, Label: None\n", + "Entity: Groups, Type: None, Label: None\n", + "Entity: Mary Ellen Klas, Type: None, Label: None\n", + "Entity: Arianna Jones, Type: None, Label: None\n", + "Entity: August, Type: None, Label: None\n", + "Entity: Burisma, Type: None, Label: None\n", + "Entity: Yahoo, Type: None, Label: None\n", + "Entity: the Arc de Triomphe, Type: None, Label: None\n", + "Entity: the Build Back Better, Type: None, Label: None\n", + "Entity: 1,199,579, Type: None, Label: None\n", + "Entity: the last several months, Type: None, Label: None\n", + "Entity: Gob Abierto, Type: None, Label: None\n", + "Entity: Hillary Suggests, Type: PERSON, Label: unreliable\n", + "Entity: Newsom, Type: None, Label: None\n", + "Entity: Hamilton Township Education Association, Type: None, Label: None\n", + "Entity: another $100, Type: None, Label: None\n", + "Entity: Greg Abbott, Type: None, Label: None\n", + "Entity: at least 10,000, Type: None, Label: None\n", + "Entity: Biden, Type: None, Label: None\n", + "Entity: the House of Mouse, Type: None, Label: None\n", + "Entity: $86.9 million, Type: None, Label: None\n", + "Entity: between Jan. 1 to March 31, Type: None, Label: None\n", + "Entity: Nathan Brand, Type: None, Label: None\n", + "Entity: Tomi Lahren, Type: None, Label: None\n", + "Entity: senate, Type: None, Label: None\n", + "Entity: Mandela, Type: None, Label: None\n", + "Entity: Gamma, Type: None, Label: None\n", + "Entity: ABC News, Type: None, Label: None\n", + "Entity: the Los Angeles City Council, Type: None, Label: None\n", + "Entity: Leaf Blowers, Type: None, Label: None\n", + "Entity: Kamala Harris, Type: None, Label: None\n", + "Entity: Town & Country, Type: None, Label: None\n", + "Entity: PELOSI, Type: GPE, Label: unreliable\n", + "Entity: the next few days, Type: None, Label: None\n", + "Entity: ECS, Type: None, Label: None\n", + "Entity: Biden Unveils, Type: ORG, Label: unreliable\n", + "Entity: 5 minutes ago, Type: None, Label: None\n", + "Entity: up to 4 inches, Type: None, Label: None\n", + "Entity: $50,000,001 dollar, Type: None, Label: None\n", + "Entity: Gulags, Type: None, Label: None\n", + "Entity: this Aug. 31, Type: None, Label: None\n", + "Entity: the Persecution of the Kulaks and Things Like, Type: None, Label: None\n", + "Entity: Marsha Blackburn, Type: None, Label: None\n", + "Entity: Dana Loesch, Type: None, Label: None\n", + "Entity: the US Civil War, Type: None, Label: None\n", + "Entity: Witch Hunt, Type: None, Label: None\n", + "Entity: $6 million, Type: None, Label: None\n", + "Entity: $1.9 trillion, Type: None, Label: None\n", + "Entity: Years-long, Type: None, Label: None\n", + "Entity: 13 percent, Type: None, Label: None\n", + "Entity: Franklin Roosevelt, Type: None, Label: None\n", + "Entity: all week, Type: None, Label: None\n", + "Entity: George Bush, Type: None, Label: None\n", + "Entity: Democrat Party, Type: None, Label: None\n", + "Entity: $100 billion, Type: None, Label: None\n", + "Entity: last week’s, Type: None, Label: None\n", + "Entity: Instagram Live, Type: None, Label: None\n", + "Entity: the COLDEST New Year’s Eve, Type: None, Label: None\n", + "Entity: Fellow Climate, Type: None, Label: None\n", + "Entity: Wednesday afternoon, Type: None, Label: None\n", + "Entity: the Auschwitz Memorial, Type: None, Label: None\n", + "Entity: Cedar Rapids, Type: None, Label: None\n", + "Entity: Black Lives Matter, Type: None, Label: None\n", + "Entity: white supremacists & disinformation, Type: None, Label: None\n", + "Entity: only 24 hours, Type: None, Label: None\n", + "Entity: Apollo 11, Type: None, Label: None\n", + "Entity: just 15   , Type: None, Label: None\n", + "Entity: the weeks ahead, Type: None, Label: None\n", + "Entity: Acadia National Park, Type: None, Label: None\n", + "Entity: Pick, Type: None, Label: None\n", + "Entity: the last three years, Type: None, Label: None\n", + "Entity: more than 20 million, Type: None, Label: None\n", + "Entity: Cortez Questions, Type: PERSON, Label: unreliable\n", + "Entity: United States Officially, Type: None, Label: None\n", + "Entity: almost $500, Type: None, Label: None\n", + "Entity: Patagonia, Type: None, Label: None\n", + "Entity: an estimated 25,000, Type: None, Label: None\n", + "Entity: David Perry, Type: None, Label: None\n", + "Entity: Chevron, Type: None, Label: None\n", + "Entity: 30 years from now, Type: None, Label: None\n", + "Entity: Hurricane Florence, Type: None, Label: None\n", + "Entity: 83, Type: None, Label: None\n", + "Entity: Bernie Vows, Type: PERSON, Label: unreliable\n", + "Entity: the first four weeks, Type: None, Label: None\n", + "Entity: — Kevin McCarthy, Type: None, Label: None\n", + "Entity: Puerto Rican, Type: None, Label: None\n", + "Entity: KSNV News, Type: None, Label: None\n", + "Entity: Washington, DC’s, Type: None, Label: None\n", + "Entity: Tom Wolf, Type: None, Label: None\n", + "Entity: Obama Biden, Type: None, Label: None\n", + "Entity: Santa, Type: None, Label: None\n", + "Entity: four decades, Type: None, Label: None\n", + "Entity: 8th, Type: None, Label: None\n", + "Entity: Yellen, Type: None, Label: None\n", + "Entity: $100 Billion, Type: None, Label: None\n", + "Entity: Just 3 Months, Type: None, Label: None\n", + "Entity: Excerpt, Type: None, Label: None\n", + "Entity: some 70, Type: None, Label: None\n", + "Entity: $100 trillion, Type: None, Label: None\n", + "Entity: USA Must Switch, Type: None, Label: None\n", + "Entity: Move Over Amazon, Type: PERSON, Label: unreliable\n", + "Entity: Believe World Ending, Type: None, Label: None\n", + "Entity: Hatim Gemil, Type: None, Label: None\n", + "Entity: Guerin Hays, Type: None, Label: None\n", + "Entity: at least three, Type: None, Label: None\n", + "Entity: Reid 😷, Type: None, Label: None\n", + "Entity: 2ND, Type: None, Label: None\n", + "Entity: Advanced Aviation Team, Type: None, Label: None\n", + "Entity: White House Egg Roll, Type: None, Label: None\n", + "Entity: Win, Type: None, Label: None\n", + "Entity: 220, Type: None, Label: None\n", + "Entity: December, Type: None, Label: None\n", + "Entity: the Minnesota Department of Public Safety, Type: None, Label: None\n", + "Entity: trillions per year, Type: None, Label: None\n", + "Entity: 9-day, Type: None, Label: None\n", + "Entity: Atlanta, Type: None, Label: None\n", + "Entity: March 1933 to October 1941, Type: None, Label: None\n", + "Entity: more than 110, Type: None, Label: None\n", + "Entity: freedom & liberty, Type: None, Label: None\n", + "Entity: Palm Beach, Type: None, Label: None\n", + "Entity: Real Clear Politics, Type: None, Label: None\n", + "Entity: Israelis, Type: None, Label: None\n", + "Entity: Cuomo Claims NY, Type: PERSON, Label: unreliable\n", + "Entity: Listen to Pelosi’s, Type: None, Label: None\n", + "Entity: Deb Haaland, Type: None, Label: None\n", + "Entity: Bernie Reportedly Rude, Type: PERSON, Label: unreliable\n", + "Entity: Build Back Better, Type: None, Label: None\n", + "Entity: Brian Kemp, Type: None, Label: None\n", + "Entity: Emerson, Type: None, Label: None\n", + "Entity: the Cable News Network, Type: None, Label: None\n", + "Entity: Biden Thinks America's, Type: None, Label: None\n", + "Entity: The Daily Caller (@DailyCaller) , Type: None, Label: None\n", + "Entity: $5 TRILLION, Type: None, Label: None\n", + "Entity: 16 percent, Type: None, Label: None\n", + "Entity: @1968Sid69, Type: None, Label: None\n", + "Entity: recent months, Type: None, Label: None\n", + "Entity: 1968, Type: None, Label: None\n", + "Entity: Jennifer Lawrence, Type: None, Label: None\n", + "Entity: 89%, Type: None, Label: None\n", + "Entity: Trump, Type: None, Label: None\n", + "Entity: Twenty-five percent, Type: None, Label: None\n", + "Entity: Gore Blames CoVID, Type: PERSON, Label: unreliable\n", + "Entity: Just The News, Type: None, Label: None\n", + "Entity: US Troops, Type: None, Label: None\n", + "Entity: Come to Chinatown, Type: None, Label: None\n", + "Entity: 45 seconds, Type: None, Label: None\n", + "Entity: Sunday, Type: None, Label: None\n", + "Entity: Franklin Roosevelt’s, Type: None, Label: None\n", + "Entity: twelve-month, Type: None, Label: None\n", + "Entity: Kissimmee, Type: None, Label: None\n", + "Entity: AOC Introduces Bundle of Progressive Proposals Called ‘A Just Society, Type: ORG, Label: unreliable\n", + "Entity: Human Capital Stock, Type: None, Label: None\n", + "Entity: San Diego, Type: None, Label: None\n", + "Entity: the Intergovernmental Panel on Climate Change (IPCC, Type: None, Label: None\n", + "Entity: 4 percent, Type: None, Label: None\n", + "Entity: SOCIALISM USA, Type: ORG, Label: unreliable\n", + "Entity: 52%, Type: None, Label: None\n", + "Entity: Eric Trump, Type: None, Label: None\n", + "Entity: Hop, Type: None, Label: None\n", + "Entity: Hawley Blasts DHS, Type: None, Label: None\n", + "Entity: $570 billion, Type: None, Label: None\n", + "Entity: Law BANNING Fossil Fuels, Type: None, Label: None\n", + "Entity: Press, Type: None, Label: None\n", + "Entity: 8 p.m., Type: None, Label: None\n", + "Entity: over 50 percent, Type: None, Label: None\n", + "Entity: Rep Omar, Type: None, Label: None\n", + "Entity: Sin City, Type: None, Label: None\n", + "Entity: one month, Type: None, Label: None\n", + "Entity: daytime, Type: None, Label: None\n", + "Entity: 32 million, Type: None, Label: None\n", + "Entity: The House of Representatives, Type: None, Label: None\n", + "Entity: Mike Bloomberg Visits, Type: None, Label: None\n", + "Entity: Chelsea Handler, Type: None, Label: None\n", + "Entity: early next month, Type: None, Label: None\n", + "Entity: the past three months, Type: None, Label: None\n", + "Entity: Sgt, Type: None, Label: None\n", + "Entity: Jerusalem, Type: None, Label: None\n", + "Entity: The VitalSleep Anti-Snoring Mouthpiece, Type: None, Label: None\n", + "Entity: 40, Type: None, Label: None\n", + "Entity: -15 House, Type: None, Label: None\n", + "Entity: Knesset, Type: None, Label: None\n", + "Entity: At least 13, Type: None, Label: None\n", + "Entity: Uncle, Type: None, Label: None\n", + "Entity: Super Tuesday, Type: None, Label: None\n", + "Entity: above 100%, Type: None, Label: None\n", + "Entity: Soweto, Type: None, Label: None\n", + "Entity: Build Back Better Act, Type: None, Label: None\n", + "Entity: Thursday night, Type: None, Label: None\n", + "Entity: strawberry, Type: None, Label: None\n", + "Entity: Hurricane Warnings, Type: None, Label: None\n", + "Entity: months, Type: None, Label: None\n", + "Entity: Bernie Claims USA ‘Owned, Type: None, Label: None\n", + "Entity: 240,000, Type: None, Label: None\n", + "Entity: Bohai Harvest RST, Type: None, Label: None\n", + "Entity: VA, Type: None, Label: None\n", + "Entity: hundreds of thousands, Type: None, Label: None\n", + "Entity: 2,000, Type: None, Label: None\n", + "Entity: Wednesday night, Type: None, Label: None\n", + "Entity: 263,000, Type: None, Label: None\n", + "Entity: 1.2 MILLION, Type: None, Label: None\n", + "Entity: the Federal Govt, Type: None, Label: None\n", + "Entity: the Corporation for National and Community Service, Type: None, Label: None\n", + "Entity: 18 months, Type: None, Label: None\n", + "Entity: Yad Vashem, Type: None, Label: None\n", + "Entity: the past two years, Type: None, Label: None\n", + "Entity: The French Laundry, Type: None, Label: None\n", + "Entity: Only last week, Type: None, Label: None\n", + "Entity: Jacksonville, Type: None, Label: None\n", + "Entity: some 40%, Type: None, Label: None\n", + "Entity: Ted Cruz, Type: None, Label: None\n", + "Entity: Mississippi, Type: None, Label: None\n", + "Entity: DeSantis, Type: None, Label: None\n", + "Entity: Pirro, Type: None, Label: None\n", + "Entity: the California Air Resources Board, Type: None, Label: None\n", + "Entity: Biden Blasted, Type: PERSON, Label: unreliable\n", + "Entity: FOX &, Type: None, Label: None\n", + "Entity: Sam Runyon, Type: None, Label: None\n", + "Entity: Jill Biden, Type: None, Label: None\n", + "Entity: the ’70s, Type: None, Label: None\n", + "Entity: Farrell, Type: None, Label: None\n", + "Entity: California Restaurants to Implement ‘Optional, Type: ORG, Label: unreliable\n", + "Entity: March 2018, Type: None, Label: None\n", + "Entity: Henry, Type: None, Label: None\n", + "Entity: the Lone Star State, Type: None, Label: None\n", + "Entity: Eric Swalwell, Type: None, Label: None\n", + "Entity: five to six, Type: None, Label: None\n", + "Entity: BEIJING, Type: GPE, Label: unreliable\n", + "Entity: Electoral College, Type: None, Label: None\n", + "Entity: Max Miller, Type: None, Label: None\n", + "Entity: BIG NIGHT, Type: None, Label: None\n", + "Entity: May 25, Type: None, Label: None\n", + "Entity: Safeway, Type: None, Label: None\n", + "Entity: Franklin Delano Roosevelt, Type: None, Label: None\n", + "Entity: Bernie Sanders Meeting, Type: PERSON, Label: unreliable\n", + "Entity: 43 percent, Type: None, Label: None\n", + "Entity: the ‘Capital Hill Autonomous Zone, Type: None, Label: None\n", + "Entity: Tyler Pager, Type: None, Label: None\n", + "Entity: Corporate America’s, Type: None, Label: None\n", + "Entity: the “Call Your Girlfriend, Type: None, Label: None\n", + "Entity: over 263,000, Type: None, Label: None\n", + "Entity: $1.5 Trillion, Type: None, Label: None\n", + "Entity: State Dept, Type: None, Label: None\n", + "Entity: the East Coast, Type: None, Label: None\n", + "Entity: Commuter Trains, Type: None, Label: None\n", + "Entity: Gutfeld, Type: None, Label: None\n", + "Entity: almost $300,000, Type: None, Label: None\n", + "Entity: Bloomberg -referencing Warren’s, Type: None, Label: None\n", + "Entity: Handler, Type: None, Label: None\n", + "Entity: The past 5 years, Type: None, Label: None\n", + "Entity: Grocery Stores, Type: None, Label: None\n", + "Entity: ABC White House, Type: None, Label: None\n", + "Entity: $2.5 to $5 billion, Type: None, Label: None\n", + "Entity: the University of California at Berkeley, Type: None, Label: None\n", + "Entity: Fox News’, Type: None, Label: None\n", + "Entity: earlier in the day, Type: None, Label: None\n", + "Entity: 412, Type: None, Label: None\n", + "Entity: CBS News, Type: None, Label: None\n", + "Entity: The Federal, Type: None, Label: None\n", + "Entity: CALIFORNIA, Type: GPE, Label: unreliable\n", + "Entity: Latin America, Type: None, Label: None\n", + "Entity: nearly 2 million, Type: None, Label: None\n", + "Entity: $2 trillion, Type: None, Label: None\n", + "Entity: Mike Pence, Type: None, Label: None\n", + "Entity: Feb. 19, Type: None, Label: None\n", + "Entity: Blumenthal, Type: None, Label: None\n", + "Entity: Big Tech, Type: None, Label: None\n", + "Entity: roughly $45,000, Type: None, Label: None\n", + "Entity: Bronx, Type: None, Label: None\n", + "Entity: Dianne Feinstein, Type: None, Label: None\n", + "Entity: nearly 25 tons, Type: None, Label: None\n", + "Entity: Fukushima, Type: None, Label: None\n", + "Entity: The Civilian Climate Corps, Type: None, Label: None\n", + "Entity: West Los Angeles, Type: None, Label: None\n", + "Entity: TRILLION, Type: None, Label: None\n", + "Entity: Box Office, Type: None, Label: None\n", + "Entity: HAWLEY ON FIRE, Type: PERSON, Label: unreliable\n", + "Entity: Joy Reid, Type: None, Label: None\n", + "Entity: 3.5, Type: None, Label: None\n", + "Entity: $500 million to $1 billion, Type: None, Label: None\n", + "Entity: Extinction Rebellion, Type: None, Label: None\n", + "Entity: Kamala, Type: None, Label: None\n", + "Entity: Jeremy Redfern, Type: None, Label: None\n", + "Entity: Jenna Ellis, Type: None, Label: None\n", + "Entity: Afghanistan, Type: None, Label: None\n", + "Entity: 3, Type: None, Label: None\n", + "Entity: Saikat Chakrabarti, Type: None, Label: None\n", + "Entity: $5 trillion, Type: None, Label: None\n", + "Entity: Sun Valley, Type: None, Label: None\n", + "Entity: Berkeley, Type: None, Label: None\n", + "Entity: an additional $23,941, Type: None, Label: None\n", + "Entity: Equitable Future, Type: None, Label: None\n", + "Entity: 100 miles, Type: None, Label: None\n", + "Entity: Merrick Garland, Type: None, Label: None\n", + "Entity: Bucks Party, Type: None, Label: None\n", + "Entity: Lee Zeldin, Type: None, Label: None\n", + "Entity: Wednesday, Type: None, Label: None\n", + "Entity: 7%, Type: None, Label: None\n", + "Entity: $50 to $250 million, Type: None, Label: None\n", + "Entity: the Republican Party, Type: None, Label: None\n", + "Entity: Inslee, Type: None, Label: None\n", + "Entity: his first day, Type: None, Label: None\n", + "Entity: BIDEN FALLOUT:, Type: ORG, Label: unreliable\n", + "Entity: A Just Society, Type: None, Label: None\n", + "Entity: Beats Bernie, Type: None, Label: None\n", + "Entity: The View, Type: None, Label: None\n", + "Entity: Breath, Type: None, Label: None\n", + "Entity: Stay, Type: None, Label: None\n", + "Entity: 18-million-barrel, Type: None, Label: None\n", + "Entity: Stewart, Type: None, Label: None\n", + "Entity: SALT, Type: None, Label: None\n", + "Entity: What the Green New Deal, Type: None, Label: None\n", + "Entity: just hours later, Type: None, Label: None\n", + "Entity: day, Type: None, Label: None\n", + "Entity: Starbucks, Type: None, Label: None\n", + "Entity: 10 Years, Type: None, Label: None\n", + "Entity: Compare ‘College Transcripts, Type: ORG, Label: unreliable\n", + "Entity: Graffiti, Type: None, Label: None\n", + "Entity: 280,000, Type: None, Label: None\n", + "Entity: Hispanic, Type: None, Label: None\n", + "Entity: Cooper, Type: None, Label: None\n", + "Entity: Dan Crenshaw Rips Bernie’s ‘, Type: PERSON, Label: unreliable\n", + "Entity: Melania, Type: GPE, Label: unreliable\n", + "Entity: Amy Coney Barrett, Type: None, Label: None\n", + "Entity: this season, Type: None, Label: None\n", + "Entity: Kamala Harris Vows, Type: PERSON, Label: unreliable\n", + "Entity: the Public Health Service Act, Type: None, Label: None\n", + "Entity: earlier in the week, Type: None, Label: None\n", + "Entity: up to 99 years, Type: None, Label: None\n", + "Entity: Fire Outside Tennessee Church, Type: None, Label: None\n", + "Entity: Democratic-Socialist, Type: None, Label: None\n", + "Entity: Jonathan Diller’s Funeral, Type: None, Label: None\n", + "Entity: 60 Minutes, Type: None, Label: None\n", + "Entity: Democrat, Type: None, Label: None\n", + "Entity: Ocasio-Cortez’s, Type: None, Label: None\n", + "Entity: Philadelphia, Type: None, Label: None\n", + "Entity: the Year \n", + " Be, Type: None, Label: None\n", + "Entity: Thousands, Type: None, Label: None\n", + "Entity: Massive Billboard, Type: None, Label: None\n", + "Entity: BETO, Type: ORG, Label: unreliable\n", + "Entity: Five, Type: None, Label: None\n", + "Entity: the Nobel Prize, Type: None, Label: None\n", + "Entity: The Biden Administration, Type: None, Label: None\n", + "Entity: Bob Iger, Type: None, Label: None\n", + "Entity: 12 month, Type: None, Label: None\n", + "Entity: the ‘Green New, Type: None, Label: None\n", + "Entity: Marvel, Type: None, Label: None\n", + "Entity: 1%, Type: None, Label: None\n", + "Entity: South Bend, Type: None, Label: None\n", + "Entity: Fox 10 Pheonix, Type: None, Label: None\n", + "Entity: John C. Calhoun, Type: None, Label: None\n", + "Entity: the east coast, Type: None, Label: None\n", + "Entity: Thirty-six percent, Type: None, Label: None\n", + "Entity: Lindsey Graham, Type: None, Label: None\n", + "Entity: Florida National Guard, Type: None, Label: None\n", + "Entity: Congress, Type: None, Label: None\n", + "Entity: Robbens Island, Type: None, Label: None\n", + "Entity: Mason Baird, Type: None, Label: None\n", + "Entity: Mook, Type: None, Label: None\n", + "Entity: New York Post, Type: None, Label: None\n", + "Entity: BRT, Type: None, Label: None\n", + "Entity: COVID Deaths, Type: None, Label: None\n", + "Entity: the Democratic National Convention, Type: None, Label: None\n", + "Entity: EIS, Type: None, Label: None\n", + "Entity: the biggest year, Type: None, Label: None\n", + "Entity: DEM CIVIL WAR:, Type: ORG, Label: unreliable\n", + "Entity: John Roberts, Type: None, Label: None\n", + "Entity: GOBBLE, Type: None, Label: None\n", + "Entity: an election season, Type: None, Label: None\n", + "Entity: last Thursday, Type: None, Label: None\n", + "Entity: 538, Type: None, Label: None\n", + "Entity: the National Hurricane Center, Type: None, Label: None\n", + "Entity: 76%, Type: None, Label: None\n", + "Entity: David Solomon, Type: None, Label: None\n", + "Entity: weekly, Type: None, Label: None\n", + "Entity: Eat the Rich, Type: None, Label: None\n", + "Entity: Hunter Biden, Type: None, Label: None\n", + "Entity: Is the White House, Type: None, Label: None\n", + "Entity: 200 million, Type: None, Label: None\n", + "Entity: 3.6%, Type: None, Label: None\n", + "Entity: a spring, Type: None, Label: None\n", + "Entity: Floyd, Type: None, Label: None\n", + "Entity: Flight, Type: None, Label: None\n", + "Entity: Bill De Blowsio, Type: None, Label: None\n", + "Entity: Biden Proposes Washing Machine Regulations, Type: ORG, Label: unreliable\n", + "Entity: approximately 8.3 million barrels, Type: None, Label: None\n", + "Entity: SSRS, Type: None, Label: None\n", + "Entity: Caucasian, Type: None, Label: None\n", + "Entity: Palestine, Type: None, Label: None\n", + "Entity: Edouard Philippe, Type: None, Label: None\n", + "Entity: May, Type: None, Label: None\n", + "Entity: Marvel Comics, Type: None, Label: None\n", + "Entity: Juuls, Type: None, Label: None\n", + "Entity: Constitutional, Type: None, Label: None\n", + "Entity: anti-Hillary, Type: None, Label: None\n", + "Entity: Chinese Military Supplier, Type: None, Label: None\n", + "Entity: 1,040,698, Type: None, Label: None\n", + "Entity: I-880, Type: None, Label: None\n", + "Entity: the Department of Sanitation, Type: None, Label: None\n", + "Entity: Mehdi Hasan, Type: None, Label: None\n", + "Entity: as much as $93 trillion, Type: None, Label: None\n", + "Entity: 5,000,001, Type: None, Label: None\n", + "Entity: just a few years ago, Type: None, Label: None\n", + "Entity: Joy-Ann, Type: None, Label: None\n", + "Entity: about 1.2M, Type: None, Label: None\n", + "Entity: Andrew Yang, Type: None, Label: None\n", + "Entity: Axne, Type: None, Label: None\n", + "Entity: Countless, Type: None, Label: None\n", + "Entity: 60 years old, Type: None, Label: None\n", + "Entity: 9.5 million barrels, Type: None, Label: None\n", + "Entity: 8-years-old, Type: None, Label: None\n", + "Entity: anti-, Type: None, Label: None\n", + "Entity: Washington, DC, Type: None, Label: None\n", + "Entity: 2.18, Type: None, Label: None\n", + "Entity: this holiday season, Type: None, Label: None\n", + "Entity: Biden Beat Sanders, Type: None, Label: None\n", + "Entity: Kate Harrison, Type: None, Label: None\n", + "Entity: NBER, Type: None, Label: None\n", + "Entity: Las Vegas, Type: None, Label: None\n", + "Entity: the Build Back, Type: None, Label: None\n", + "Entity: Javad Zarif, Type: None, Label: None\n", + "Entity: the early days, Type: None, Label: None\n", + "Entity: Nicolas Maduro, Type: None, Label: None\n", + "Entity: Ryan Maue, Type: None, Label: None\n", + "Entity: McDaniel, Type: None, Label: None\n", + "Entity: just 10 years, Type: None, Label: None\n", + "Entity: three-hour, Type: None, Label: None\n", + "Entity: the Police Protective League, Type: None, Label: None\n", + "Entity: Monday afternoon, Type: None, Label: None\n", + "Entity: last Monday, Type: None, Label: None\n", + "Entity: Affordable Care Act, Type: None, Label: None\n", + "Entity: around 37%-67%, Type: None, Label: None\n", + "Entity: Newsletter, Type: None, Label: None\n", + "Entity: only 55−70%, Type: None, Label: None\n", + "Entity: morning, Type: None, Label: None\n", + "Entity: 2 cent, Type: None, Label: None\n", + "Entity: About 246,000, Type: None, Label: None\n", + "Entity: the Uighurs of China, Type: None, Label: None\n", + "Entity: March 27, Type: None, Label: None\n", + "Entity: Help Dems Retake Congress, Type: None, Label: None\n", + "Entity: the United States, Type: None, Label: None\n", + "Entity: Just days ago, Type: None, Label: None\n", + "Entity: nearly 30,000, Type: None, Label: None\n", + "Entity: Comedian, Type: None, Label: None\n", + "Entity: Madeleine Rivera, Type: None, Label: None\n", + "Entity: anti-American, Type: None, Label: None\n", + "Entity: @ABC7NY, Type: None, Label: None\n", + "Entity: the Northeast USA, Type: None, Label: None\n", + "Entity: Marcus, Type: None, Label: None\n", + "Entity: September 14, Type: None, Label: None\n", + "Entity: the Border Patrol, Type: None, Label: None\n", + "Entity: PPP, Type: None, Label: None\n", + "Entity: Ocasio-Cortez Posts Climate Change Rant While Assembling Furniture, Type: ORG, Label: unreliable\n", + "Entity: 65,000, Type: None, Label: None\n", + "Entity: Gavin Newsom, Type: None, Label: None\n", + "Entity: Bahamas, Type: None, Label: None\n", + "Entity: the National Guard, Type: None, Label: None\n", + "Entity: Dominion, Type: None, Label: None\n", + "Entity: Lake Blasts Big Tech, Type: ORG, Label: unreliable\n", + "Entity: Waukesha, Type: None, Label: None\n", + "Entity: Gavin Newsom Praises, Type: PERSON, Label: unreliable\n", + "Entity: Markey, Type: None, Label: None\n", + "Entity: an estimated 500 million, Type: None, Label: None\n", + "Entity: Pearl Harbor, Type: None, Label: None\n", + "Entity: Howie, Type: None, Label: None\n", + "Entity: $221 million, Type: None, Label: None\n", + "Entity: New York City Allows, Type: None, Label: None\n", + "Entity: Aminatou Sow, Type: None, Label: None\n", + "Entity: Border Agents, Type: None, Label: None\n", + "Entity: Sheila Jackson-Lee, Type: None, Label: None\n", + "Entity: Infrastructure, Type: None, Label: None\n", + "Entity: 398, Type: None, Label: None\n", + "Entity: Latin American, Type: None, Label: None\n", + "Entity: 99, Type: None, Label: None\n", + "Entity: the Build Back Better Act, Type: None, Label: None\n", + "Entity: Washington Free Beacon, Type: None, Label: None\n", + "Entity: Super Thursday, Type: None, Label: None\n", + "Entity: Alexandria Villaseñor, Type: None, Label: None\n", + "Entity: Houston, Type: None, Label: None\n", + "Entity: 1821, Type: None, Label: None\n", + "Entity: OPEC, Type: None, Label: None\n", + "Entity: AOC Rips ‘Moderate Dems’ for Sending ‘Less Generous Relief Checks, Type: ORG, Label: unreliable\n", + "Entity: Ocasio-Cortez Calls for Creation of 1.5 MILLION Strong ‘Climate Corp’, Type: None, Label: None\n", + "Entity: Kamala Harris Does, Type: None, Label: None\n", + "Entity: Sovereign Nation, Type: None, Label: None\n", + "Entity: 1945-, Type: None, Label: None\n", + "Entity: 130,000, Type: None, Label: None\n", + "Entity: $5 million, Type: None, Label: None\n", + "Entity: Kick rocks, Type: None, Label: None\n", + "Entity: at least $80 million, Type: None, Label: None\n", + "Entity: the Disney Corporation, Type: None, Label: None\n", + "Entity: Adjutant, Type: None, Label: None\n", + "Entity: only 12 years, Type: None, Label: None\n", + "Entity: nearly $1 million, Type: None, Label: None\n", + "Entity: James Comey, Type: None, Label: None\n", + "Entity: Putin, Type: None, Label: None\n", + "Entity: Spectrum News NY1, Type: None, Label: None\n", + "Entity: just 15, Type: None, Label: None\n", + "Entity: Facebook Inc., Type: None, Label: None\n", + "Entity: late April, Type: None, Label: None\n", + "Entity: Lemon Tries, Type: None, Label: None\n", + "Entity: Sinema, Type: None, Label: None\n", + "Entity: Bernie Sanders', Type: None, Label: None\n", + "Entity: Page Passenger Named ‘Recall Newsom, Type: None, Label: None\n", + "Entity: Kickstarter, Type: None, Label: None\n", + "Entity: — Greg Abbott, Type: None, Label: None\n", + "Entity: the Islamic Republic, Type: None, Label: None\n", + "Entity: around 3.2 million barrels, Type: None, Label: None\n", + "Entity: GLOBAL WARMING Causes, Type: PERSON, Label: unreliable\n", + "Entity: week, Type: DATE, Label: unreliable\n", + "Entity: Make Ian About Climate Change \n", + " Be, Type: None, Label: None\n", + "Entity: DNC Votes AGAINST Plan, Type: ORG, Label: unreliable\n", + "Entity: White Supremacist, Type: None, Label: None\n", + "Entity: Socialist Star, Type: ORG, Label: unreliable\n", + "Entity: Chris Hayes, Type: None, Label: None\n", + "Entity: This Memorial Day, Type: None, Label: None\n", + "Entity: Sullivan, Type: None, Label: None\n", + "Entity: Law Enforcement Officers, Type: None, Label: None\n", + "Entity: May 16, 2017, Type: None, Label: None\n", + "Entity: $3.5 Trillion, Type: None, Label: None\n", + "Entity: 1.8 million, Type: None, Label: None\n", + "Entity: Benjamin Netanyahu, Type: None, Label: None\n", + "Entity: Jim Acosta, Type: None, Label: None\n", + "Entity: Month, Type: None, Label: None\n", + "Entity: Andrew] Yang, Type: None, Label: None\n", + "Entity: Roe v. Wade, Type: None, Label: None\n", + "Entity: Feb 2019, Type: None, Label: None\n", + "Entity: Japanese, Type: None, Label: None\n", + "Entity: $27 billion, Type: None, Label: None\n", + "Entity: the New York Daily News, Type: None, Label: None\n", + "Entity: Yemeni-American, Type: None, Label: None\n", + "Entity: Ky., Type: None, Label: None\n", + "Entity: 1865, Type: None, Label: None\n", + "Entity: 60, Type: MONEY, Label: unreliable\n", + "Entity: Lee Housekeeper, Type: None, Label: None\n", + "Entity: Three, Type: None, Label: None\n", + "Entity: 🍳, Type: None, Label: None\n", + "Entity: nearly nine million, Type: None, Label: None\n", + "Entity: Chauvin, Type: None, Label: None\n", + "Entity: roughly 40%, Type: None, Label: None\n", + "Entity: Any Longer, Type: PERSON, Label: unreliable\n", + "Entity: AOC Town, Type: ORG, Label: unreliable\n", + "Entity: Memorial Park, Type: None, Label: None\n", + "Entity: SLEEPY, Type: ORG, Label: unreliable\n", + "Entity: more than one hundred, Type: None, Label: None\n", + "Entity: Lake, Type: None, Label: None\n", + "Entity: 284, Type: None, Label: None\n", + "Entity: Evangelical, Type: None, Label: None\n", + "Entity: North Dakota, Type: None, Label: None\n", + "Entity: USMCA, Type: None, Label: None\n", + "Entity: 1995, Type: None, Label: None\n", + "Entity: December 1969, Type: None, Label: None\n", + "Entity: five degrees Celsius, Type: None, Label: None\n", + "Entity: Ilhan Omar, Type: None, Label: None\n", + "Entity: The Green New Deal, Type: None, Label: None\n", + "Entity: 25 Years, Type: None, Label: None\n", + "Entity: Perth & Adelaide, Type: None, Label: None\n", + "Entity: the decade, Type: None, Label: None\n", + "Entity: Indianapolis, Type: None, Label: None\n", + "Entity: 3rd, Type: None, Label: None\n", + "Entity: the first half of this year, Type: None, Label: None\n", + "Entity: Last week, Type: None, Label: None\n", + "Entity: Climate Equity, Type: None, Label: None\n", + "Entity: Tulsi Gabbard, Type: None, Label: None\n", + "Entity: Environmental Racism, Type: None, Label: None\n", + "Entity: Gillibrand, Type: None, Label: None\n", + "Entity: Pompeo, Type: None, Label: None\n", + "Entity: Avengers, Type: None, Label: None\n", + "Entity: The Berlin Wall, Type: None, Label: None\n", + "Entity: Julio Rosas, Type: None, Label: None\n", + "Entity: Times Square, Type: None, Label: None\n", + "Entity: recent weeks, Type: None, Label: None\n", + "Entity: Stacey Abrams, Type: None, Label: None\n", + "Entity: Brink, Type: PERSON, Label: unreliable\n", + "Entity: KENNEDYISMS, Type: ORG, Label: unreliable\n", + "Entity: December 4, Type: None, Label: None\n", + "Entity: Santa Barbara, Type: None, Label: None\n", + "Entity: the same period last year, Type: None, Label: None\n", + "Entity: Colin Kaepernick, Type: None, Label: None\n", + "Entity: Symone D. Sanders, Type: None, Label: None\n", + "Entity: Jerretta Sandoz, Type: None, Label: None\n", + "Entity: Pew, Type: None, Label: None\n", + "Entity: 50 Years, Type: None, Label: None\n", + "Entity: Liberal Politicians Set Their Sights On BANNING BALLOONS, Type: None, Label: None\n", + "Entity: — Brick Suit, Type: None, Label: None\n", + "Entity: a Clean Energy Revolution, Type: None, Label: None\n", + "Entity: Yahoo!, Type: None, Label: None\n", + "Entity: Muslims, Type: None, Label: None\n", + "Entity: the Yale Bowl, Type: None, Label: None\n", + "Entity: Blake Masters, Type: None, Label: None\n", + "Entity: Biden Surges Ahead Of Trump, Type: PERSON, Label: unreliable\n", + "Entity: Over Higher Taxes, Type: None, Label: None\n", + "Entity: $12.3 trillion, Type: None, Label: None\n", + "Entity: AnyClip Begin, Type: None, Label: None\n", + "Entity: a minute, Type: None, Label: None\n", + "Entity: the late ‘70s, Type: None, Label: None\n", + "Entity: Andrea Mitchell, Type: None, Label: None\n", + "Entity: a Constitutional Amendment, Type: None, Label: None\n", + "Entity: UNIVERSE, Type: None, Label: None\n", + "Entity: Aug. 1, Type: None, Label: None\n", + "Entity: Richard Nixon, Type: None, Label: None\n", + "Entity: Josh Hawley, Type: None, Label: None\n", + "Entity: $331 million, Type: None, Label: None\n", + "Entity: yesterday, Type: None, Label: None\n", + "Entity: the next few years, Type: None, Label: None\n", + "Entity: NY Times, Type: ORG, Label: unreliable\n", + "Entity: Tuesday, Type: None, Label: None\n", + "Entity: more than 68%, Type: None, Label: None\n", + "Entity: between $100 and $150 trillion, Type: None, Label: None\n", + "Entity: Chris, Type: None, Label: None\n", + "Entity: between zero, Type: None, Label: None\n", + "Entity: Jakobshavn, Type: None, Label: None\n", + "Entity: over seven months, Type: None, Label: None\n", + "Entity: the University of Manchester, Type: None, Label: None\n", + "Entity: An Inconvenient Sequel: Truth to Power, Type: None, Label: None\n", + "Entity: the next 10 years, Type: None, Label: None\n", + "Entity: NYTimes, Type: None, Label: None\n", + "Entity: Kim Reeves, Type: None, Label: None\n", + "Entity: Customs and Border Protection, Type: None, Label: None\n", + "Entity: half this year, Type: None, Label: None\n", + "Entity: graffiti, Type: None, Label: None\n", + "Entity: Politics Outside of the Electoral System, Type: None, Label: None\n", + "Entity: Cornell, Type: None, Label: None\n", + "Entity: Midwest, Type: None, Label: None\n", + "Entity: Gavin Newsom’s, Type: None, Label: None\n", + "Entity: the Netroots Nation, Type: None, Label: None\n", + "Entity: Thirty-five percent, Type: None, Label: None\n", + "Entity: John Paul Mejia, Type: None, Label: None\n", + "Entity: Just 18 MONTHS, Type: None, Label: None\n", + "Entity: $1.6 trillion, Type: None, Label: None\n", + "Entity: Joe Manchin, Type: None, Label: None\n", + "Entity: 1962 nearly 60 years ago, Type: None, Label: None\n", + "Entity: February 22nd, Type: None, Label: None\n", + "Entity: Chair Chuck Grassley, Type: None, Label: None\n", + "Entity: the District of Columbia, Type: None, Label: None\n", + "Entity: Roughly one thousand, Type: None, Label: None\n", + "Entity: 2 Year, Type: None, Label: None\n", + "Entity: Democratic National Convention, Type: None, Label: None\n", + "Entity: more than $50 million, Type: None, Label: None\n", + "Entity: El Paso, Type: None, Label: None\n", + "Entity: the ‘Democratic Party, Type: None, Label: None\n", + "Entity: the New Hampshire Democratic Primary, Type: None, Label: None\n", + "Entity: the Civil Rights Movement, Type: None, Label: None\n", + "Entity: $1.48 trillion, Type: None, Label: None\n", + "Entity: over $1.25 trillion, Type: None, Label: None\n", + "Entity: Backlash Builds, Type: PERSON, Label: unreliable\n", + "Entity: Lol, Type: None, Label: None\n", + "Entity: Chakrabarti, Type: None, Label: None\n", + "Entity: Customs, Type: None, Label: None\n", + "Entity: a few months later, Type: None, Label: None\n", + "Entity: NEXT, Type: PERSON, Label: unreliable\n", + "Entity: Hurricanes, Type: None, Label: None\n", + "Entity: Paste Magazine, Type: None, Label: None\n", + "Entity: Warnock, Type: None, Label: None\n", + "Entity: Abigail Marone, Type: None, Label: None\n", + "Entity: at least $70,000, Type: None, Label: None\n", + "Entity: the Newton North High School, Type: None, Label: None\n", + "Entity: The Late Show, Type: None, Label: None\n", + "Entity: Mike Nayna, Type: None, Label: None\n", + "Entity: the House Nancy Pelosi, Type: None, Label: None\n", + "Entity: Brooklyn Borough, Type: None, Label: None\n", + "Entity: about 20 percent, Type: None, Label: None\n", + "Entity: Joe Biden’s, Type: None, Label: None\n", + "Entity: Monday, December 3, Type: None, Label: None\n", + "Entity: 29-years-old, Type: None, Label: None\n", + "Entity: Burch, Type: None, Label: None\n", + "Entity: Tobacco, Type: None, Label: None\n", + "Entity: ‘The Enemy of the People,’, Type: None, Label: None\n", + "Entity: 150, Type: None, Label: None\n", + "Entity: Bloomberg TV, Type: None, Label: None\n", + "Entity: Can’t Be Allowed, Type: None, Label: None\n", + "Entity: U.N., Type: None, Label: None\n", + "Entity: one full year, Type: None, Label: None\n", + "Entity: Oman, Type: None, Label: None\n", + "Entity: 49, Type: None, Label: None\n", + "Entity: Seamus Bruner, Type: None, Label: None\n", + "Entity: AOC Unveils ‘Green New Deal for Public Housing’ and ‘Postal Banking’, Type: ORG, Label: unreliable\n", + "Entity: $221 MILLION, Type: MONEY, Label: unreliable\n", + "Entity: the Disaster Relief and Emergencies Act, Type: None, Label: None\n", + "Entity: @Ilhan, Type: None, Label: None\n", + "Entity: Tom Carper, Type: None, Label: None\n", + "Entity: Ummm, Type: None, Label: None\n", + "Entity: Mass., Type: None, Label: None\n", + "Entity: North Capitol Street, Type: None, Label: None\n", + "Entity: nine-week, Type: None, Label: None\n", + "Entity: 85 million, Type: None, Label: None\n", + "Entity: Resurgence of Deadly Terrorist Group \n", + " Follow, Type: None, Label: None\n", + "Entity: Glenn Kirschner, Type: None, Label: None\n", + "Entity: Corey Johnson, Type: None, Label: None\n", + "Entity: 2,000 mile, Type: None, Label: None\n", + "Entity: Southwest Airlines, Type: None, Label: None\n", + "Entity: Frank Dwyer, Type: None, Label: None\n", + "Entity: Jackie Lacy, Type: None, Label: None\n", + "Entity: Ryan, Type: None, Label: None\n", + "Entity: Project Management Professional, Type: None, Label: None\n", + "Entity: MSNBC, Type: None, Label: None\n", + "Entity: the Head of Responsible Innovation, Type: None, Label: None\n", + "Entity: 62%, Type: None, Label: None\n", + "Entity: Socialist, Type: None, Label: None\n", + "Entity: 37,500, Type: None, Label: None\n", + "Entity: about 15 minutes, Type: None, Label: None\n", + "Entity: the Junk Fee Protection Act, Type: None, Label: None\n", + "Entity: All Things Sean Hannity, Type: None, Label: None\n", + "Entity: Bernie Sanders Vows, Type: PERSON, Label: unreliable\n", + "Entity: 30 years ago, Type: None, Label: None\n", + "Entity: Michael R. Strain, Type: None, Label: None\n", + "Entity: more than $5 trillion, Type: None, Label: None\n", + "Entity: Reserve Nominee Withdraws After Manchin's ', Type: None, Label: None\n", + "Entity: Billionaire Tears, Type: None, Label: None\n", + "Entity: Biden Should ‘Declare National Emergency’, Type: ORG, Label: unreliable\n", + "Entity: She Ignored ‘Eat Babies’ Woman Because It’s ‘Nothing’ Compared, Type: ORG, Label: unreliable\n", + "Entity: Ron DeSantis, Type: None, Label: None\n", + "Entity: Democratic Socialist, Type: None, Label: None\n", + "Entity: David Axelrod, Type: None, Label: None\n", + "Entity: Revoke Biden's ', Type: None, Label: None\n", + "Entity: Christopher Steele, Type: None, Label: None\n", + "Entity: the ‘Climate Czar’, Type: None, Label: None\n", + "Entity: this last election year, Type: None, Label: None\n", + "Entity: the days, Type: None, Label: None\n", + "Entity: North Africa, Type: None, Label: None\n", + "Entity: Bernie Outspends, Type: PERSON, Label: unreliable\n", + "Entity: 18 million barrels, Type: None, Label: None\n", + "Entity: 2, Type: None, Label: None\n", + "Entity: Lawrence, Type: None, Label: None\n", + "Entity: Fossil Fuels, Type: None, Label: None\n", + "Entity: Native, Type: None, Label: None\n", + "Entity: July 1, Type: None, Label: None\n", + "Entity: Climate ‘DENIAL’, Type: None, Label: None\n", + "Entity: Americas, Type: None, Label: None\n", + "Entity: Aguilar, Type: None, Label: None\n", + "Entity: Kate Aronoff, Type: None, Label: None\n", + "Entity: 24 Hours, Type: None, Label: None\n", + "Entity: the Department of Homeland Security, Type: None, Label: None\n", + "Entity: 9%, Type: None, Label: None\n", + "Entity: earlier this month, Type: None, Label: None\n", + "Entity: Keisha Lance Bottoms, Type: None, Label: None\n", + "Entity: New Viruses, Type: None, Label: None\n", + "Entity: Flint, Type: None, Label: None\n", + "Entity: The Fake News, Type: None, Label: None\n", + "Entity: Kellyanne, Type: None, Label: None\n", + "Entity: 14 percent, Type: None, Label: None\n", + "Entity: TEN YEARS, Type: None, Label: None\n", + "Entity: 70% to 90%, Type: None, Label: None\n", + "Entity: about a year, Type: None, Label: None\n", + "Entity: Rachel Golden, Type: None, Label: None\n", + "Entity: Watch Reid, Type: None, Label: None\n", + "Entity: Last Hours, Type: None, Label: None\n", + "Entity: Alejandro Mayorkas, Type: None, Label: None\n", + "Entity: -40 million, Type: None, Label: None\n", + "Entity: Warns Readers, Type: PERSON, Label: unreliable\n", + "Entity: Parlor City Pub, Type: None, Label: None\n", + "Entity: the Immigration and Customs Enforcement, Type: None, Label: None\n", + "Entity: last Tuesday, Type: None, Label: None\n", + "Entity: more than 60, Type: None, Label: None\n", + "Entity: later this week, Type: None, Label: None\n", + "Entity: Exxon Mobil, Type: None, Label: None\n", + "Entity: $65.6 million, Type: None, Label: None\n", + "Entity: Religion-, Type: None, Label: None\n", + "Entity: The Daily Caller (@DailyCaller, Type: None, Label: None\n", + "Entity: New Yorkers Moving, Type: None, Label: None\n", + "Entity: @Ozkok_A, Type: None, Label: None\n", + "Entity: Bipartisan Infrastructure, Type: None, Label: None\n", + "Entity: Kamala Harris Lands, Type: PERSON, Label: unreliable\n", + "Entity: King, Type: None, Label: None\n", + "Entity: 230 years ago, Type: None, Label: None\n", + "Entity: the past 36 hours, Type: None, Label: None\n", + "Entity: U.S. Needs, Type: None, Label: None\n", + "Entity: last month, Type: None, Label: None\n", + "Entity: Pete Buttigieg, Type: None, Label: None\n", + "Entity: Religious Americans, Type: None, Label: None\n", + "Entity: the same month, Type: None, Label: None\n", + "Entity: Andrew Goldman, Type: None, Label: None\n", + "Entity: roughly 45%, Type: None, Label: None\n", + "Entity: Muslim, Type: None, Label: None\n", + "Entity: the University of Virginia, Type: None, Label: None\n", + "Entity: NYIFUP, Type: None, Label: None\n", + "Entity: NRA, Type: None, Label: None\n", + "Entity: Today I’m, Type: None, Label: None\n", + "Entity: Jeff Merkley, Type: None, Label: None\n", + "Entity: ten more dollars, Type: None, Label: None\n", + "Entity: less than $32 million, Type: None, Label: None\n", + "Entity: CoVID-19, Type: None, Label: None\n", + "Entity: Monahan, Type: None, Label: None\n", + "Entity: Stop and Frisk, Type: None, Label: None\n", + "Entity: 7-Minute Art Project, Type: TIME, Label: unreliable\n", + "Entity: Julian Castro, Type: None, Label: None\n", + "Entity: more than $1.6 trillion, Type: None, Label: None\n", + "Entity: 18-months, Type: None, Label: None\n", + "Entity: 76-year-old, Type: None, Label: None\n", + "Entity: year-round, Type: None, Label: None\n", + "Entity: 80%, Type: None, Label: None\n", + "Entity: 1,200, Type: None, Label: None\n", + "Entity: T.V., Type: None, Label: None\n", + "Entity: Cowboys, Type: None, Label: None\n", + "Entity: Pompeo Torches Biden, Type: PERSON, Label: unreliable\n", + "Entity: More than 60 percent, Type: None, Label: None\n", + "Entity: an African American, Type: None, Label: None\n", + "Entity: American ‘Concentration Camps, Type: None, Label: None\n", + "Entity: January, Type: None, Label: None\n", + "Entity: the Post Office, Type: None, Label: None\n", + "Entity: $1 to $2.5 billion, Type: None, Label: None\n", + "Entity: Calls Diet ‘EcoCide, Type: None, Label: None\n", + "Entity: those 18 months, Type: None, Label: None\n", + "Entity: about 1.8 miles, Type: None, Label: None\n", + "Entity: Stevenson Boulevard, Type: None, Label: None\n", + "Entity: this November, Type: None, Label: None\n", + "Entity: Democratic Socialist’s, Type: None, Label: None\n", + "Entity: Hillary, Type: None, Label: None\n", + "Entity: a few short years from now, Type: None, Label: None\n", + "Entity: CoVID, Type: None, Label: None\n", + "Entity: The ‘Squad, Type: None, Label: None\n", + "Entity: Jan. 20, Type: None, Label: None\n", + "Entity: Gina McCarthy, Type: None, Label: None\n", + "Entity: the 1940s, Type: None, Label: None\n", + "Entity: Unpaid Internships, Type: None, Label: None\n", + "Entity: $16, Type: None, Label: None\n", + "Entity: the Rio Grande, Type: None, Label: None\n", + "Entity: Guatemalan, Type: None, Label: None\n", + "Entity: Donald J. Trump, Type: None, Label: None\n", + "Entity: Sami Wassef, Type: None, Label: None\n", + "Entity: Lester Holt, Type: None, Label: None\n", + "Entity: Iranian, Type: None, Label: None\n", + "Entity: SUMMIT, Type: ORG, Label: unreliable\n", + "Entity: Echoing Veep's, Type: None, Label: None\n", + "Entity: 38%, Type: None, Label: None\n", + "Entity: the 25th Amendment, Type: None, Label: None\n", + "Entity: 18, Type: None, Label: None\n", + "Entity: the ‘Entity List’, Type: None, Label: None\n", + "Entity: the Sanders Campaign, Type: None, Label: None\n", + "Entity: over 18 million, Type: None, Label: None\n", + "Entity: Politico Playbook, Type: None, Label: None\n", + "Entity: Virginia Barnes & Noble, Type: None, Label: None\n", + "Entity: Charles], Type: None, Label: None\n", + "Entity: an entire week, Type: None, Label: None\n", + "Entity: 1938, Type: None, Label: None\n", + "Entity: the country weeks ago, Type: None, Label: None\n", + "Entity: Psaki, Type: None, Label: None\n", + "Entity: Committee on Foreign Investment, Type: None, Label: None\n", + "Entity: Jay Inslee, Type: None, Label: None\n", + "Entity: the beginning of this year, Type: None, Label: None\n", + "Entity: Utica, Type: None, Label: None\n", + "Entity: Israeli Government, Type: None, Label: None\n", + "Entity: Los Angeles Times, Type: None, Label: None\n", + "Entity: Congresswoman Ocasio-Cortez, Type: None, Label: None\n", + "Entity: the Jerusalem Post, Type: None, Label: None\n", + "Entity: Al-Qaeda, Type: None, Label: None\n", + "Entity: Delaware Memorial Bridge Veteran’s Memorial Park, Type: None, Label: None\n", + "Entity: the last couple of weeks, Type: None, Label: None\n", + "Entity: more than $16 trillion, Type: None, Label: None\n", + "Entity: half a ton, Type: None, Label: None\n", + "Entity: Healthcare, Type: None, Label: None\n", + "Entity: Glenn Kessler, Type: None, Label: None\n", + "Entity: weeks, Type: None, Label: None\n", + "Entity: Long Island, Type: None, Label: None\n", + "Entity: 60%, Type: None, Label: None\n", + "Entity: the county council, Type: None, Label: None\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "degree_centrality = nx.degree_centrality(G)\n", + "density = nx.density(G)\n", + "\n", + "# Print out some of the calculated values\n", + "print(f\"Graph density: {density:.4f}\")\n", + "print(f\"Number of communities detected: {len(communities)}\")\n", + "\n", + "# Inspect the largest centrality values\n", + "sorted_degree_centrality = sorted(degree_centrality.items(), key=lambda item: item[1], reverse=True)\n", + "for node, centrality in sorted_degree_centrality[:10]:\n", + " print(f\"Node: {node}, Degree Centrality: {centrality:.4f}\")" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "LlA0zEBYO3Ji", + "outputId": "fb3b5591-71aa-466e-9010-72ca63abd34d" + }, + "execution_count": 3, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Graph density: 0.0085\n", + "Number of communities detected: 40\n", + "Node: first, Degree Centrality: 0.5844\n", + "Node: Trump, Degree Centrality: 0.4784\n", + "Node: one, Degree Centrality: 0.4706\n", + "Node: GOP, Degree Centrality: 0.4389\n", + "Node: American, Degree Centrality: 0.3851\n", + "Node: Joe, Degree Centrality: 0.3665\n", + "Node: Americans, Degree Centrality: 0.3643\n", + "Node: the United States, Degree Centrality: 0.3545\n", + "Node: ISIS, Degree Centrality: 0.3507\n", + "Node: All Things Sean Hannity, Degree Centrality: 0.3507\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "Some information we can obtained from the graph." + ], + "metadata": { + "id": "WQrAth76uO4Z" + } + }, + { + "cell_type": "code", + "source": [ + "import networkx as nx\n", + "\n", + "G = nx.read_graphml('knowledge_graph.graphml')\n", + "\n", + "# Basic Information about the Graph\n", + "num_nodes = G.number_of_nodes()\n", + "num_edges = G.number_of_edges()\n", + "is_directed = G.is_directed()\n", + "\n", + "# Node and Edge Data\n", + "nodes_data = list(G.nodes(data=True))\n", + "edges_data = list(G.edges(data=True))\n", + "\n", + "# Graph Properties\n", + "components = nx.number_connected_components(G) if not is_directed else None\n", + "degree_centrality = nx.degree_centrality(G)\n", + "\n", + "# Graph Analysis\n", + "density = nx.density(G)\n", + "\n", + "# Print the results\n", + "print(f\"Number of nodes: {num_nodes}\")\n", + "print(f\"Number of edges: {num_edges}\")\n", + "print(f\"Is the graph directed: {is_directed}\")\n", + "print(f\"Number of connected components: {components}\")\n", + "print(f\"Degree centrality: {degree_centrality}\")\n", + "print(f\"Graph density: {density}\")\n", + "\n", + "# To run community detection or other complex analyses, you would use specialized functions from networkx or other libraries.\n", + "\n" + ], + "metadata": { + "id": "sVBd2odnh10y", + "colab": { + "base_uri": "https://localhost:8080/" + }, + "outputId": "0263bf7a-79a9-4f32-f0ee-b79beb142cc3" + }, + "execution_count": 21, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Number of nodes: 7960\n", + "Number of edges: 463828\n", + "Is the graph directed: False\n", + "Number of connected components: 1\n", + "Degree centrality: {'Stops': 0.002261590652091971, 'This week': 0.02638522427440633, 'Brian Morris': 0.002261590652091971, 'Trump': 0.41826862671189846, 'the Environmental Protection Agency': 0.04711647191858274, 'EPA': 0.061188591531599446, 'Morris': 0.0025128785023244126, 'February 5': 0.002261590652091971, 'Biden': 0.31574318381706246, '60 days': 0.002261590652091971, 'one': 0.5245633873602211, 'more than two': 0.009297650458600325, 'one-half years': 0.002261590652091971, 'Ben Levitan': 0.002261590652091971, 'the Environmental Defense Fund': 0.002261590652091971, 'The Censored Science Rule': 0.002261590652091971, 'Americans': 0.42367131549189596, 'U.S.': 0.32428697072496543, 'Paris': 0.07136574946601332, 'Biden Surges Ahead Of Trump': 0.0035180299032541774, 'Joe Biden': 0.2285462997864053, 'first': 0.7036059806508355, 'a full 63 percent': 0.0035180299032541774, '50 percent': 0.027013443899987433, '38.6 percent': 0.0035180299032541774, 'only 44 percent': 0.0035180299032541774, 'almost 20 percent': 0.0035180299032541774, 'COVID-19': 0.08744817188088956, '69 percent': 0.0035180299032541774, '60 percent': 0.010554089709762533, 'the World Health Organization': 0.020731247644176404, 'The New York Times': 0.039577836411609495, 'Wednesday': 0.23683879884407588, 'Republicans': 0.14461615780876994, 'Senate': 0.17565020731247644, 'Mitch McConnell': 0.0493780625706747, 'Ky.': 0.00804121120743812, 'Democratic': 0.29312727729614274, 'McConnell': 0.04498052519160698, 'second': 0.18783766804874982, 'House': 0.14599824098504838, 'Monday': 0.24726724462872218, 'Capitol': 0.05591154667671818, 'Strikes Down': 0.0025128785023244126, 'Tuesday': 0.2559366754617414, 'Donald Trump': 0.22414876240733758, 'the U.S. Court of Appeals': 0.0025128785023244126, 'the D.C. Circuit': 0.0025128785023244126, 'Environmental Protection Agency': 0.01608242241487624, 'Clean Power Plan': 0.0027641663525568537, 'Affordable Clean Energy': 0.0027641663525568537, 'E&E News': 0.0027641663525568537, '2019': 0.1182309335343636, 'Affordable Clean Energy Rule': 0.0025128785023244126, 'the Clean Air Act': 0.015077271013946476, 'the environmental protection provisions': 0.0025128785023244126, 'D.C.': 0.07174268124136197, 'Last year': 0.06445533358462117, 'United States': 0.08970976253298153, 'Paris Climate Accord': 0.015454202789295136, 'Trump Administration Manages To Make Turkey Pardon': 0.008795074758135443, 'the White House': 0.23068224651338107, 'two years ago': 0.008795074758135443, 'Carrots': 0.009046362608367884, 'Gobble': 0.008795074758135443, 'two': 0.33785651463751726, 'Peas': 0.008795074758135443, 'Virginia Tech’s ': 0.008795074758135443, 'Gobblers Rest': 0.009046362608367884, 'Blacksburg': 0.009046362608367884, 'Virginia': 0.07701972609624325, 'Veterinarians': 0.008795074758135443, 'Virginia Tech’s': 0.009046362608367884, 'Department of Animal and Poultry Sciences': 0.008795074758135443, 'the College of Agriculture and Life Sciences': 0.008795074758135443, 'The year of': 0.008795074758135443, '2020': 0.27314989320266364, 'National Thanksgiving Turkey': 0.009046362608367884, 'White House': 0.13066968212086946, '2018': 0.12865937931900992, 'andrew kaczynski🤔': 0.008795074758135443, 'November 24': 0.008795074758135443, 'Ron Kardel': 0.008795074758135443, 'National Turkey Federation': 0.009046362608367884, '6th': 0.025003141098127905, 'Walcott': 0.008795074758135443, 'Iowa': 0.12388491016459353, '24 hours': 0.008795074758135443, 'last year': 0.12350797838924488, 'the Rose Garden': 0.013695187837668049, 'Butter': 0.008795074758135443, 'Bread': 0.009046362608367884, 'Kerry Doughty': 0.008795074758135443, 'Wellie Jackson': 0.008795074758135443, 'North Carolina': 0.0487498429450936, 'Peas and Carrots': 0.009046362608367884, 'Washington': 0.15454202789295138, 'South Dakota': 0.014574695313481592, 'Jeff Sveen': 0.008795074758135443, 'Ruben Waldner': 0.008795074758135443, 'the Presidential Flock': 0.008795074758135443, 'Huron': 0.008795074758135443, 'July': 0.027516019600452316, 'two 2020': 0.008795074758135443, 'The Willard Hotel': 0.008795074758135443, 'the 1920s': 0.029400678477195626, 'Calvin Coolidge': 0.008795074758135443, '1923': 0.008795074758135443, 'New York Times': 0.08317627842693806, 'Coolidge': 0.009046362608367884, 'geese': 0.008795074758135443, 'George H. W. Bush': 0.008795074758135443, 'National Thanksgiving Turkey Presentation': 0.008795074758135443, '1947': 0.026636512124638773, '73 years ago': 0.008795074758135443, 'this turkey day': 0.008795074758135443, 'Turkey': 0.0201030280185953, '100': 0.04196507098881769, 'CONCEDE': 0.008795074758135443, 'Keoni L. II': 0.008795074758135443, 'The Mueller Report Adventures': 0.026636512124638773, 'two-minute': 0.029275034552079405, 'English': 0.06621434853624827, 'Mueller Bite-Sizes': 0.029526322402311848, 'Obama': 0.1461238849101646, 'January': 0.06257067470787787, 'The Washington Post': 0.043849729865560995, 'Muslim': 0.02789295137580098, 'recent months': 0.01834401306696821, 'the United States': 0.39854253046865185, '194': 0.010302801859530092, 'Joe': 0.5626334966704359, 'EO': 0.013318256062319386, 'January 20th': 0.005025757004648825, '@Abraxsys': 0.005025757004648825, 'America': 0.3661263977886669, 'Congress': 0.2193742932529212, 'American': 0.4513129790174645, 'Brett Banditelli': 0.005025757004648825, 'Georgia': 0.03442643548184445, 'Raphael Warnock': 0.005025757004648825, 'Republican': 0.18482221384596054, 'Kelly Loeffler': 0.005025757004648825, 'Jon Ossoff': 0.005025757004648825, 'David Perdue': 0.005025757004648825, 'January 2021': 0.014449051388365372, 'Joe Biden’s': 0.06633999246136449, 'Democrats': 0.29526322402311844, 'Jan. 5': 0.005025757004648825, 'Kamala D. Harris': 0.005025757004648825, 'at least one': 0.023621057921849476, 'ACA': 0.009172006533484106, 'Medicaid': 0.012690036436738283, 'Los Angeles Times': 0.01407211961301671, 'three': 0.20316622691292874, 'today': 0.32742806885287096, 'billions of dollars': 0.05352431209950999, 'Covid': 0.019726096243246637, 'November 4': 0.0057796205553461485, 'Covid Covid Covid Covid': 0.0057796205553461485, 'Allentown': 0.0057796205553461485, 'Pennsylvania': 0.06973237843950245, 'US': 0.3345897725844955, 'Aaron Rupar': 0.009297650458600325, '@atrupar': 0.009297650458600325, 'Paris Climate': 0.047619047619047616, 'Accord': 0.03141098127905516, 'One': 0.24877497173011684, 'France': 0.07965824852368387, 'Next': 0.011684885035808518, 'Tom Wolf': 0.01432340746324915, 'Tom': 0.0057796205553461485, 'Wolf': 0.0057796205553461485, 'October 26, 2020’ \\n ': 0.005528332705113707, 'Utah': 0.019851740168362858, 'West Virginia': 0.025128785023244126, 'CNN': 0.16685513255434098, 'this morning': 0.026259580349290112, 'Kamala Harris': 0.08330192235205428, '60 Minutes ‘ Lesley Stahl': 0.005528332705113707, 'Lesley Stahl': 0.0057796205553461485, 'Kamala Harris’s': 0.005528332705113707, 'The Lincoln Project’s': 0.005528332705113707, '@ProjectLincoln': 0.005528332705113707, 'NBC': 0.03920090463626084, 'Savannah Guthrie': 0.010428445784646311, 'Nancy Pelosi': 0.05490639527578841, 'The USA Today': 0.00402060560371906, 'Lincoln Group': 0.00402060560371906, 'The USA Today': 0.00402060560371906, 'four years ago': 0.00402060560371906, '2016': 0.18004774469154416, 'Today': 0.09511245131297902, 'USA TODAY’s': 0.00402060560371906, 'the Editorial Board': 0.00402060560371906, 'these four years': 0.00402060560371906, 'Democrat': 0.22766679231059178, 'Clinton': 0.09938434476693052, 'dozens': 0.05364995602462621, 'Michigan': 0.04925241864555849, 'Ohio': 0.03794446538509863, 'Wisconsin': 0.03002889810277673, 'week': 0.022364618670687272, 'Mike Pence': 0.0041462495288352805, 'Twitter': 0.2442517904259329, 'Thursday': 0.2808141726347531, 'Shutdown the Economy': 0.0041462495288352805, 'Taxes': 0.004397537379067722, 'Second Amendment and Defund': 0.004397537379067722, 'four': 0.14122377183063198, 'Coronavirus': 0.0566654102274155, 'more than $400,000': 0.0041462495288352805, 'the Second Amendment': 0.009674582233948988, 'Suburbs': 0.0041462495288352805, 'THE UNITED STATES SUPREME COURT': 0.0041462495288352805, 'USA': 0.15806005779620555, 'Donald J. Trump': 0.03028018595300917, 'Wednesday afternoon': 0.01005151400929765, 'Harris': 0.07136574946601332, 'one year': 0.00980022615906521, 'Biden & Harris': 0.004397537379067722, 'Radical Left Dem Primaries': 0.004397537379067722, 'Energy': 0.018972232692549315, 'Second Amendment': 0.012690036436738283, 'The Biden/ Harris': 0.0041462495288352805, 'The Great Commonwealth of': 0.0041462495288352805, 'Obama Returns To Lead America': 0.003643673828370398, 'Barack Obama': 0.07475813544415127, 'Joe Biden-Kamala Harris': 0.003643673828370398, '13 miles': 0.003643673828370398, 'National Guard': 0.018846588767433094, 'Jody Evans': 0.003643673828370398, 'Oregon': 0.01394647568790049, 'California': 0.18595300917200652, 'nine': 0.03141098127905516, 'the West Coast': 0.007161703731624575, 'Kate Brown': 0.003643673828370398, 'The National Interagency Fire Center': 0.003643673828370398, 'over 3.4 million acres': 0.003643673828370398, 'tens of thousands': 0.0487498429450936, 'Earth': 0.15253172509109184, 'this month': 0.029526322402311848, 'Colorado': 0.04008041211207438, '130F': 0.003643673828370398, 'CA': 0.02249026259580349, '134F': 0.003643673828370398, 'Natasha': 0.003643673828370398, '23': 0.024751853247895462, 'Simultaneously Sue Trump': 0.005025757004648825, '17 percent': 0.01570549063952758, 'Twenty-three': 0.005025757004648825, 'March': 0.04636260836788541, '55 miles': 0.005025757004648825, '2025': 0.049503706495790924, '40 mpg by': 0.005025757004648825, '2026': 0.005025757004648825, 'six-year': 0.012564392511622063, 'two extra years': 0.005025757004648825, 'NPR': 0.007538635506973238, 'Nathan Rott': 0.005025757004648825, '40 years': 0.024500565397663022, 'Antonio Bento': 0.005025757004648825, 'the University of Southern California': 0.005025757004648825, 'thousands': 0.12803115969342882, 'The Hill: \\n ': 0.005025757004648825, 'over $13 billion': 0.005025757004648825, 'Hill': 0.013569543912551827, 'Becerra': 0.005025757004648825, 'Census': 0.005025757004648825, 'Rott': 0.005025757004648825, '12 years': 0.07274783264229175, 'Bento': 0.005025757004648825, 'Biden Surges Past Trump': 0.003643673828370398, '12': 0.06345018218369142, 'Roanoke College': 0.0038949616786028395, '51 percent': 0.003643673828370398, 'a meager 39 percent': 0.003643673828370398, '12 percent': 0.011307953260459856, 'November': 0.046111320517652966, '49 percent': 0.009423294383716547, 'Just 39 percent': 0.003643673828370398, 'Harry Wilson': 0.003643673828370398, 'Commonwealth': 0.010931021485111195, '36 percent': 0.003643673828370398, 'a full 54 percent': 0.003643673828370398, 'Only 36 percent': 0.003643673828370398, '4.9 percent': 0.003643673828370398, 'Florida': 0.12074381203668802, 'Libertarian': 0.004774469154416384, '30x': 0.004523181304183942, 'The Post': 0.014825983163714035, 'The Convention of States': 0.004523181304183942, 'Constitution': 0.07601457469531347, '5': 0.0731247644176404, 'the Tea Party Mark Meckler': 0.004523181304183942, 'FreedomWorks': 0.004523181304183942, 'the Tea Party': 0.004523181304183942, 'Billionaire Robert Mercer': 0.004523181304183942, 'the Convention of States Project': 0.004523181304183942, '2015': 0.07287347656740796, 'U.S. Citizenship and Immigration Services': 0.004523181304183942, 'Ken Cuccinelli': 0.004523181304183942, 'Housing and Urban Development Ben Caron': 0.004523181304183942, 'Ron DeSantis': 0.01834401306696821, 'Meckler': 0.004523181304183942, '2009': 0.09611760271390878, 'the Convention of States Project, Board': 0.004523181304183942, 'Eric': 0.009172006533484106, 'David Koch': 0.004523181304183942, 'Koch': 0.00980022615906521, '1980': 0.03505465510742555, 'New York City': 0.1650961176027139, 'Milwaukee': 0.01608242241487624, 'Drexel University': 0.004523181304183942, 'Robert Brulle': 0.004523181304183942, 'Bernie Shoots Past Competitors Ahead Of Iowa': 0.005402688779997487, 'less than two weeks': 0.005402688779997487, 'Bernie Sanders': 0.19650709888176907, 'Iowans': 0.021485111194873726, 'February 3': 0.005402688779997487, 'Sanders': 0.16622691292875988, 'South Bend': 0.023118482221384594, 'Indiana': 0.03015454202789295, 'Pete Buttigieg': 0.04410101771579344, 'a full seven percent': 0.005402688779997487, '25 percent': 0.01407211961301671, 'Buttigieg': 0.041839427063701466, '18 percent': 0.019474808393014197, 'Elizabeth Warren': 0.12413619801482598, '15 percent': 0.01595677848976002, '6 percent': 0.022741550446035933, 'Warren': 0.08669430833019223, '7 percent': 0.02211333082045483, 'decades ago': 0.031159693428822716, 'just 6.2 percent': 0.005402688779997487, '14.6 percent': 0.005402688779997487, '22.7 percent': 0.005402688779997487, '28.9 percent': 0.005402688779997487, 'millions': 0.24211584369895714, 'Just this week': 0.005402688779997487, '20 million': 0.005653976630229928, 'China': 0.12539263726598818, 'Emerson College': 0.005402688779997487, '4 percent': 0.014449051388365372, '3.1 percent': 0.005402688779997487, 'Melania': 0.010554089709762533, 'Greta Thunberg': 0.032667420530217366, 'First': 0.08016082422414876, 'Melania Trump': 0.0041462495288352805, 'Pamala Karlan': 0.0038949616786028395, 'FLOTUS': 0.0038949616786028395, 'Pamela Karlan': 0.0038949616786028395, 'Barron Trump': 0.0038949616786028395, 'TIME': 0.006910415881392134, 'the year': 0.054655107425555974, 'half': 0.09800226159065209, '16-year-old': 0.006533484106043473, 'Asperger’s': 0.0038949616786028395, 'the United Nations': 0.07752230179670813, 'this year': 0.046990827993466516, 'two years': 0.019223520542781754, 'Anger Management': 0.006659128031159693, 'Chill Greta': 0.006659128031159693, 'Chill': 0.006659128031159693, 'Jennifer Gunter': 0.0038949616786028395, 'Gunter': 0.0038949616786028395, 'Thunberg': 0.019097876617665537, 'Aspergers': 0.0038949616786028395, 'Trump Suffers': 0.0038949616786028395, '85+': 0.0038949616786028395, 'morning': 0.08279934665158939, 'eighty-five': 0.0038949616786028395, 'just a few hours': 0.0038949616786028395, 'Ukraine': 0.04787033546928006, 'New Polls Say Most Americans Oppose Impeachment': 0.0041462495288352805, 'CNN & MSNBC': 0.010428445784646311, 'Zero': 0.019097876617665537, '48.2 percent': 0.0038949616786028395, '43.5 percent': 0.0038949616786028395, 'Dems': 0.037567533609749966, 'Mixed Martial Arts': 0.0038949616786028395, 'Antifa': 0.01394647568790049, 'Bryce': 0.0038949616786028395, 'Bizarre Trump Question': 0.0030154542027892948, 'Calif.': 0.025003141098127905, 'James Rosen': 0.0030154542027892948, 'Catholic': 0.007915567282321899, 'Rosen': 0.0030154542027892948, 'Doug Collins': 0.0030154542027892948, 'Collins': 0.0030154542027892948, 'House Judiciary Committee': 0.01193617288604096, 'Bidens': 0.0030154542027892948, 'Article II': 0.0030154542027892948, 'Constitutional': 0.008166855132554341, 'thousands upon thousands': 0.0030154542027892948, 'early Wednesday': 0.01784143736650333, 'WOTUS': 0.0028898102776730742, 'December 2018': 0.002638522427440633, 'Andrew Wheeler': 0.002638522427440633, 'thousands of dollars': 0.002638522427440633, 'the Clean Water Act': 0.019726096243246637, 'CBS': 0.031787913054403816, 'the National Federation of Independent Business': 0.002638522427440633, '3.4 percent': 0.002638522427440633, 'early 2019': 0.01005151400929765, 'the Rhodium Group': 0.002638522427440633, 'Featured Image': 0.01784143736650333, 'a busy few months': 0.003643673828370398, 'Baltimore': 0.019474808393014197, 'the last several weeks': 0.003643673828370398, 'Texas': 0.13544415127528583, '34': 0.008292499057670561, 'Clintons': 0.009046362608367884, 'Jeffrey Epstein': 0.007915567282321899, 'PERFECT': 0.003643673828370398, 'Greenland': 0.05842442517904259, 'Danish': 0.003643673828370398, 'Journal': 0.010679733634878752, 'Two': 0.05716798592788038, 'Just yesterday': 0.003643673828370398, 'Denmark': 0.017087573815806004, 'last spring': 0.003643673828370398, 'Thule Air Base': 0.003643673828370398, 'the Arctic Circle': 0.016836285965573565, 'Philadelphia': 0.014574695313481592, 'Obama-Biden Administration': 0.007412991581857017, 'Obama-Biden': 0.007664279432089458, '@thehill': 0.14951627088830255, 'SHOUT': 0.005653976630229928, 'SOLUTIONS': 0.005653976630229928, 'SEAMS': 0.005653976630229928, 'TRAFFICS': 0.005653976630229928, 'DONALD TRUMP': 0.012313104661389622, 'Neo-Nazis': 0.007412991581857017, 'the Ku Klux Klan': 0.007664279432089458, 'NEO-NAZIS': 0.005653976630229928, 'THE KU KLUX KLAN': 0.005653976630229928, 'TRUMP': 0.03379821585626335, 'BORDER': 0.007664279432089458, 'RUSSIAN': 0.005653976630229928, 'PUTIN': 0.005653976630229928, 'NORTH KOREAN': 0.005653976630229928, 'KNOW': 0.005905264480462369, 'BIDEN': 0.04774469154416384, 'I’VE WORKED': 0.005653976630229928, 'GOP': 0.5724337228295011, 'THE WHITE HOUSE': 0.005653976630229928, 'FIRST': 0.01595677848976002, 'BEAT TRUMP': 0.005653976630229928, 'Progressive Change Campaign Committee': 0.007412991581857017, 'Stephanie Taylor': 0.007412991581857017, 'JOE BIDEN': 0.005653976630229928, 'MEDICARE': 0.005653976630229928, 'THE OBAMA-BIDEN ADMINISTRATION': 0.005653976630229928, 'HIM': 0.005653976630229928, 'Biden Crushes Trump': 0.007412991581857017, '24': 0.01394647568790049, 'VP': 0.007412991581857017, 'Donald': 0.011433597185576077, 'This weekend': 0.007412991581857017, 'JOE': 0.03379821585626335, 'FACTS': 0.005653976630229928, 'OBAMA-BIDEN ADMINISTRATION': 0.005653976630229928, 'white supremacists': 0.013820831762784268, 'Nazis': 0.043975373790677216, 'Russian': 0.08769945973112199, 'Vladimir': 0.004271893453951501, 'Putin': 0.027013443899987433, 'North Korean': 0.004271893453951501, 'Beat Trump': 0.004271893453951501, 'this outsider moment': 0.004271893453951501, 'Medicare': 0.04234200276416635, 'the first day': 0.011307953260459856, 'agenda': 0.0062821962558110315, 'Friday': 0.22992838296268375, 'the House of Representatives': 0.044854881266490766, 'The People Act': 0.0062821962558110315, '8 & H.R. 1112': 0.0062821962558110315, 'the Bipartisan Background Checks Act': 0.0062821962558110315, 'the Enhanced Background Checks Act': 0.0062821962558110315, '• H.R. 7': 0.0062821962558110315, 'the Paycheck Fairness Act': 0.0062821962558110315, '1585': 0.0062821962558110315, 'VAWA': 0.0062821962558110315, 'H.R.': 0.0062821962558110315, '1644': 0.0062821962558110315, 'The Internet Act': 0.0062821962558110315, 'Capitol Hill': 0.04586003266742053, 'Kentucky': 0.023369770071617037, 'next year': 0.024877497173011683, 'Mitch': 0.010679733634878752, 'Barbara Malmet': 0.0062821962558110315, 'the Violence Against Women Act': 0.0062821962558110315, '— Kamala Harris (@SenKamalaHarris': 0.0062821962558110315, 'Conditions Act': 0.0062821962558110315, '• H.R. 9': 0.0062821962558110315, 'the Climate Action Now Act': 0.0062821962558110315, '• H.R. 5': 0.0062821962558110315, 'the Equality Act': 0.010428445784646311, '• H.R.': 0.0062821962558110315, '6': 0.02789295137580098, 'DED': 0.0062821962558110315, 'Federal Court - Total Tantrum Ensues': 0.003769317753486619, 'the U.S. Census': 0.00402060560371906, 'billions': 0.05767056162834527, 'third': 0.08443271767810026, 'George Hazel': 0.004271893453951501, 'Maryland': 0.018469656992084433, 'Hansi Lo Wang': 0.00402060560371906, '@hansilowang': 0.00402060560371906, 'The Supreme Court': 0.011559241110692297, 'April 23': 0.004271893453951501, 'Commerce': 0.004271893453951501, 'Wilbur Ross': 0.004271893453951501, 'CNN Politics': 0.007412991581857017, 'the Supreme Court': 0.03379821585626335, 'New York': 0.1188591531599447, 'June': 0.05792184947857771, 'Ted Lieu': 0.011684885035808518, 'the Justice Department': 0.04284457846463123, 'the Voting Rights Act': 0.00402060560371906, 'Richard Seeborg': 0.00402060560371906, 'Third': 0.00402060560371906, 'The Daily Beast': 0.00402060560371906, 'Trump Loses': 0.0038949616786028395, 'Federal Court Big Time & He Is': 0.0038949616786028395, 'Don Jr.': 0.004900113079532605, 'Eric Lose': 0.004900113079532605, 'about 30': 0.004900113079532605, 'the Trump Organization': 0.005151400929765046, 'Donald Jr': 0.004900113079532605, 'only one': 0.0615655233069481, 'Robert Maguire': 0.004900113079532605, 'Scion': 0.004900113079532605, 'Trumps': 0.005151400929765046, 'Michael D. Cohen': 0.004900113079532605, '1': 0.08141726347531096, 'Trump University 2': 0.004900113079532605, 'Trump Foundation': 0.004900113079532605, '2': 0.07664279432089457, '3': 0.06608870461113205, '4': 0.02399798969719814, 'Trump Organization \\n — Judd Legum': 0.004900113079532605, '@JuddLegum': 0.004900113079532605, 'Eric Trump': 0.013820831762784268, 'Russia': 0.09775097374041965, 'Michael Cohen': 0.005151400929765046, 'Felix Sater': 0.004900113079532605, 'Trump Organization': 0.005151400929765046, 'Kremlin': 0.014700339238597813, 'Alexander Chee': 0.004900113079532605, 'Donny Deutsch': 0.004900113079532605, 'EssenViews/Commentary': 0.004900113079532605, 'the first two years': 0.004900113079532605, 'Panama': 0.004900113079532605, 'Trump Fires Female Official For Being Short & Regrets': 0.004523181304183942, 'Federal Reserve Chair': 0.004648825229300163, 'Jerome': 0.004648825229300163, 'Powell': 0.008669430833019224, 'Fox Business': 0.03002889810277673, 'Fed': 0.018972232692549315, 'General Motors': 0.007789923357205679, 'nearly 14,000': 0.004648825229300163, 'nearly half an hour': 0.004648825229300163, 'GM': 0.032667420530217366, '45th': 0.004648825229300163, 'Jay': 0.007789923357205679, 'the Federal Reserve': 0.039577836411609495, '38 percent': 0.004648825229300163, 'the two years': 0.008669430833019224, 'first two years': 0.004648825229300163, 'nearly a decade': 0.004648825229300163, 'Treasury': 0.048247267244628717, 'one-third': 0.0451061691167232, 'Steve Mnuchin': 0.004648825229300163, 'Janet Yellen': 0.01997738409347908, 'Yellen': 0.021610755119989947, 'the National Economic Council': 0.004648825229300163, 'Federal Reserve': 0.01809272521673577, 'Donald Kohn': 0.004648825229300163, 'the University of California at Berkeley': 0.010428445784646311, 'Brad DeLong': 0.004648825229300163, 'this week': 0.42618419399422036, 'Ivanka Trump': 0.00402060560371906, 'between two': 0.002261590652091971, 'ABC': 0.05025757004648825, 'Good Morning America': 0.01407211961301671, 'Ivanka': 0.0025128785023244126, 'Hillary Clinton': 0.10981279055157682, 'Department of Justice': 0.002261590652091971, 'hundred': 0.006533484106043473, 'hundreds': 0.08820203543158688, '45’s': 0.002261590652091971, 'GM Layoffs & Declining Stock Market': 0.004271893453951501, 'Robert Mueller': 0.015328558864178917, 'recent days': 0.07827616534740545, '-He': 0.004523181304183942, 'Fed Chair': 0.004271893453951501, 'Powell -He': 0.004271893453951501, 'Ukrainian': 0.014449051388365372, 'ABC News': 0.05817313732881015, 'Post': 0.06684256816182937, '2 years': 0.004271893453951501, 'almost half': 0.008166855132554341, 'Eric Swalwell': 0.010679733634878752, '@RepSwalwell': 0.004271893453951501, 'Jerome H. “Jay” Powell': 0.004271893453951501, '$1 billion': 0.016961929890689783, '14': 0.06143987938183189, 'Chris Wallace': 0.010679733634878752, 'Donald Trump’s': 0.043849729865560995, 'Fox News': 0.2205050885789672, 'Saturday night': 0.004271893453951501, 'Jim Acosta': 0.039075260711144616, 'Arlington Cemetary': 0.004271893453951501, 'Wallace': 0.004523181304183942, 'the day': 0.13142354567156678, 'the American Cemetery': 0.004523181304183942, 'every year': 0.04372408594044478, 'late at night': 0.004271893453951501, 'the American Cemetary': 0.004271893453951501, 'this Sunday': 0.004271893453951501, 'Yashar Ali': 0.004271893453951501, \"Fox News'\": 0.004271893453951501, 'Acosta': 0.022615906520919712, 'Fox': 0.1066716924236713, 'Jim': 0.004271893453951501, 'Mark Joyella': 0.004271893453951501, 'Mueller': 0.043347154165096116, 'Interviewing Trump': 0.004271893453951501, 'zero': 0.1614524437743435, 'Thousands': 0.04133685136323659, '2017': 0.14235456715667796, 'Syrian': 0.009297650458600325, 'At least one': 0.009046362608367884, 'The U.S. Public Health Service’s': 0.0021359467269757505, 'Jonathan White ‘': 0.0021359467269757505, 'these days': 0.03807010931021485, 'the summer': 0.02173639904510617, 'Epic Quest': 0.005151400929765046, 'the Secret to Belonging': 0.005151400929765046, 'Alex Wagner': 0.005151400929765046, 'Alex': 0.005151400929765046, 'Burmese': 0.005151400929765046, 'Iowan Irish-Catholic': 0.005151400929765046, 'Enrico Moretti': 0.005151400929765046, 'six years old': 0.005151400929765046, 'Patrick Deneen': 0.005151400929765046, 'the past few centuries': 0.005151400929765046, 'New American': 0.005151400929765046, 'Matthew Stewart': 0.005151400929765046, 'Atlantic': 0.031159693428822716, 'Mitch Landrieu': 0.005151400929765046, 'A few years ago': 0.008669430833019224, 'Clementa Pinckney': 0.005151400929765046, 'Charleston': 0.005151400929765046, 'South Carolina': 0.061816811157180546, 'Clem': 0.005151400929765046, 'South': 0.03668802613393642, 'American Public Life': 0.005151400929765046, 'Jennifer Kavanagh': 0.005151400929765046, 'Michael D. Rich': 0.005151400929765046, 'RAND Corporation': 0.005151400929765046, 'less than 10 percent': 0.005151400929765046, 'the first days': 0.005151400929765046, 'Multimillion-Dollar': 0.005151400929765046, 'only six years ago': 0.005151400929765046, 'Getty/Hannah Peters': 0.005151400929765046, 'Trump CIA Pick Faces Off': 0.003392385978137957, 'Torture Techniques - Haspel': 0.003392385978137957, 'CIA': 0.031662269129287594, 'the Senate Intelligence Committee': 0.003392385978137957, 'this Wednesday': 0.003392385978137957, 'Gina Haspel': 0.003392385978137957, 'last week': 0.13456464379947228, 'Haspel': 0.003643673828370398, 'Army': 0.007664279432089458, 'Mark Warner': 0.003392385978137957, 'Warner': 0.003392385978137957, 'early last year': 0.003392385978137957, 'Al Qaeda': 0.003392385978137957, 'John McCain': 0.01017715793441387, 'pro-Haspel': 0.003392385978137957, 'McCain': 0.013695187837668049, '81 years old': 0.007161703731624575, 'Jeff Flake': 0.007161703731624575, 'Josef Stalin': 0.006910415881392134, 'Natan Sharansky': 0.007161703731624575, 'Ronald Reagan': 0.03807010931021485, 'Reagan': 0.05440381957532353, 'Soviet': 0.03141098127905516, 'Arizona': 0.051262721447418017, 'Washington Post': 0.0639527578841563, 'the Committee to Protect Journalists': 0.007161703731624575, 'years': 0.10893328307576328, '262': 0.007161703731624575, 'five and a half years': 0.007161703731624575, 'Vietnam': 0.060434727980902124, 'Egypt': 0.04623696444276919, 'Venezuela': 0.0408342756627717, 'Britain': 0.05402688779997487, 'Germany': 0.09473551953763035, 'Malta': 0.007161703731624575, 'October': 0.047493403693931395, 'Poland': 0.020731247644176404, 'nearly half a million dollars': 0.007161703731624575, 'ObamaCare': 0.01620806633999246, 'CPJ': 0.007161703731624575, '21': 0.03354692800603091, 'decades': 0.08455836160321648, 'Share &': 0.007412991581857017, 'Amy Klobuchar': 0.02638522427440633, 'Fake News Awards': 0.007412991581857017, 'Jan. 7': 0.007161703731624575, 'Jan. 17': 0.007161703731624575, 'Iran Nuclear Deal': 0.003643673828370398, 'Iranians': 0.0038949616786028395, 'May 12th': 0.003643673828370398, 'Israeli': 0.05189094107299912, 'Barak Ravid': 0.003643673828370398, '10': 0.07664279432089457, 'Benjamin Netanyahu': 0.017715793441387108, 'Iran': 0.06005779620555346, 'Ravid': 0.003643673828370398, 'Netanyahu': 0.01796708129161955, 'European': 0.08091468777484609, 'West': 0.04586003266742053, 'late last year': 0.010679733634878752, 'more than one year': 0.003643673828370398, 'U.K.': 0.020605603719060183, 'the Iran Nuclear Deal': 0.003643673828370398, 'Supreme Court': 0.04837291116974494, 'late 2017': 0.0030154542027892948, 'National Mining Association': 0.0030154542027892948, 'Hal Quinn': 0.0030154542027892948, 'the U.S. Rule': 0.0030154542027892948, 'Donald Tweet Tantrum': 0.0027641663525568537, 'The Trump Administration': 0.0028898102776730742, 'DETAILS': 0.0028898102776730742, 'Instantly Stand & Cheer': 0.006407840180927252, 'Joseph Stalin': 0.006407840180927252, 'Washington Post ‘': 0.006784771956275914, \"Maverick' Returns & Humiliates Trump\": 0.006533484106043473, 'Front Of Millions Of People Like A Boss': 0.006533484106043473, 'Lahren Lampoons': 0.0025128785023244126, 'Rainbows': 0.0025128785023244126, 'All Things Sean Hannity': 0.5545922854629979, 'Newsletter': 0.5545922854629979, 'Tomi Lahren': 0.0025128785023244126, 'Tuesday night': 0.041085563513004145, 'the Trump Administration': 0.0027641663525568537, 'AOC': 0.0968714662646061, 'ISIS': 0.5533358462118356, 'Pens Op-Ed Warning': 0.5539640658374168, \"Resurgence of Deadly Terrorist Group '\": 0.5530845583616032, 'Easter Controversy': 0.5545922854629979, 'Fire Outside Tennessee Church': 0.5545922854629979, 'Easter Sunday THE FAILING TIMES': 0.5530845583616032, 'Jonathan Diller’s Funeral': 0.5539640658374168, 'Social Media': 0.5545922854629979, 'Rasmussen Reports': 0.011056665410227415, '60%': 0.02638522427440633, '47%': 0.010805377559994974, 'Thirty-five percent': 0.0032667420530217363, '35%': 0.0032667420530217363, 'Ramaswamy': 0.00804121120743812, '25%': 0.028772458851614523, 'Party': 0.022615906520919712, '45%': 0.05792184947857771, '59%': 0.013318256062319386, '79%': 0.0062821962558110315, 'DON': 0.0041462495288352805, 'Lemon Tries': 0.0032667420530217363, 'Make Ian About Climate Change \\n Be': 0.0032667420530217363, 'Don Lemon': 0.011559241110692297, 'Tonight': 0.04133685136323659, 'NOAA': 0.018720944842316872, 'Jamie Rohme': 0.0032667420530217363, 'Hurricane Ian': 0.010931021485111195, 'Rohme': 0.0032667420530217363, 'Lemon': 0.0032667420530217363, '— Alex Pfeiffer': 0.0032667420530217363, 'Gina McCarthy': 0.03342128408091469, 'the beginning of this year': 0.0032667420530217363, 'National Climate Advisor': 0.0032667420530217363, 'McCarthy': 0.024500565397663022, 'these past 14 months': 0.0032667420530217363, 'Massachusetts': 0.07400427189345395, 'the Paris Climate Agreement': 0.006156552330694811, '500': 0.034677723332076894, 'almost $500': 0.00201030280185953, 'New York Post': 0.05088578967206935, 'Claims Biden’s': 0.005277044854881266, 'Sean Hannity \\n Be': 0.4319638145495665, 'Veronica Escobar': 0.005277044854881266, 'Congresswoman': 0.04774469154416384, 'Build Back Better': 0.008418142982786782, \"El Paso's\": 0.005277044854881266, '$5 trillion': 0.01809272521673577, '— Tom Elliott': 0.07274783264229175, 'Al Gore': 0.0925995728106546, '8%': 0.037441889684633745, 'NBC News': 0.04033169996230682, 'the Great Recession': 0.005277044854881266, 'Gore': 0.07664279432089457, 'Washington Examiner': 0.036939313984168866, 'FOX &': 0.03580851865812288, 'the last several months': 0.03216484482975248, 'winter': 0.06244503078276165, 'Pentagon Press': 0.015831134564643797, 'John Kirby': 0.01608242241487624, 'Kirby': 0.015831134564643797, 'Pentagon': 0.053147380324161324, 'Daily Caller': 0.053273024249277545, 'Hillary Clinton’s': 0.019726096243246637, 'Michael Sussmann': 0.010554089709762533, 'the Biden White House': 0.010554089709762533, 'Sussmann': 0.010805377559994974, 'FBI': 0.07325040834275662, 'Sept. 16': 0.010554089709762533, 'Durham': 0.010554089709762533, 'Jake Sullivan': 0.01746450559115467, 'WOW': 0.010554089709762533, 'Benny': 0.057419273778112824, 'Durham’s': 0.010805377559994974, 'James Baker': 0.010554089709762533, 'September 2016': 0.010554089709762533, 'Indian': 0.0322904887548687, 'Narendra Modi': 0.014574695313481592, 'the UN Climate Summit': 0.014825983163714035, 'Scotland': 0.05427817565020731, '2070': 0.014825983163714035, 'India': 0.05339866817439377, '2030': 0.10817941952506596, 'the U.N. Climate Change Conference': 0.014574695313481592, 'five': 0.09410729991204925, '1 billion tons': 0.014574695313481592, '45 percent': 0.014574695313481592, 'net-zero': 0.014574695313481592, 'the Paris Agreement': 0.05942957657997235, '“United States': 0.012313104661389622, 'Glasgow': 0.0639527578841563, \"Joe Biden's\": 0.01859530091720065, 'RNC Research': 0.07840180927252167, 'UN': 0.13984168865435356, 'the Washington Post': 0.06772207563764292, 'days': 0.07727101394647569, 'French': 0.0701093102148511, 'Macron': 0.028898102776730744, 'Australia': 0.10252544289483603, 'Rome': 0.024626209322779244, 'Czar John Kerry': 0.034677723332076894, 'earlier this month': 0.08393014197763538, 'the United States’ Nuclear': 0.018846588767433094, 'Kerry': 0.07990953637391632, 'Guy Benson': 0.018846588767433094, '@guypbenson': 0.018846588767433094, 'Kamala Harris Posts Video': 0.00804121120743812, 'Massive Jet to': 0.00804121120743812, 'Nevada': 0.06056037190601834, 'Today I’m': 0.00804121120743812, 'Lake Mead': 0.008292499057670561, 'as tens of thousands': 0.00804121120743812, 'Central American': 0.029526322402311848, 'Mexico': 0.07337605226787285, 'Dan Crenshaw': 0.029149390626963183, 'DHS': 0.03781882145998241, 'Alejandro Mayorkas': 0.00804121120743812, 'Homeland Security': 0.01834401306696821, 'Greg Abbott': 0.01608242241487624, 'the Lone Star State': 0.015077271013946476, 'the Department of Homeland Security': 0.019726096243246637, 'the Border Patrol Officers': 0.008292499057670561, 'Abbott': 0.00804121120743812, '— Greg Abbott': 0.00804121120743812, 'Haitian': 0.00804121120743812, 'Del Rio': 0.008292499057670561, 'Tulsi Gabbard': 0.020982535494408844, 'Wednesday night': 0.022992838296268376, 'Gabbard': 0.00804121120743812, 'Haitians': 0.008292499057670561, 'Haiti': 0.008292499057670561, 'Washington, DC': 0.07036059806508355, 'hundreds of years': 0.011810528960924738, 'Cowboys': 0.00804121120743812, 'Rashida Tlaib': 0.02826988315114964, 'CBP': 0.01997738409347908, 'Tlaib': 0.043347154165096116, 'this holiday season': 0.005277044854881266, 'GOBBLE': 0.005277044854881266, 'Thanksgiving': 0.010931021485111195, 'Transportation': 0.006156552330694811, 'Jake Tapper': 0.005277044854881266, 'Recount': 0.01193617288604096, 'August': 0.04435230556602588, 'mid-August': 0.005277044854881266, 'the first four weeks': 0.005277044854881266, 'the Department of Transportation': 0.005277044854881266, 'Politico Playbook': 0.005277044854881266, 'Any Longer': 0.005905264480462369, 'Jen Psaki': 0.03995476818695816, 'Psaki': 0.03995476818695816, 'gallon': 0.014951627088830254, '3.21': 0.00980022615906521, '2021': 0.07714537002135946, '2.18': 0.00980022615906521, 'Inauguration Day': 0.00980022615906521, '3.30': 0.00980022615906521, 'the end of October': 0.00980022615906521, 'Earlier this year': 0.027390375675336098, 'OPEC': 0.01570549063952758, 'National Security': 0.00980022615906521, 'the end of 2019': 0.00980022615906521, 'Sullivan': 0.00980022615906521, 'Ummm': 0.015328558864178917, 'Is the White House': 0.008166855132554341, 'Peter Doocy': 0.015579846714411358, 'Stop Climate Change': 0.005905264480462369, 'the ‘Green New Deal': 0.05767056162834527, 'more than 10 years': 0.006156552330694811, 'earlier in the week': 0.005905264480462369, 'Ida': 0.011182309335343636, 'Northeast': 0.01432340746324915, 'the Electoral College': 0.026887799974871215, 'this last election year': 0.00804121120743812, 'the weekend': 0.21459982409850484, 'Sunday': 0.11483854755622565, 'The Paris Agreement': 0.03342128408091469, 'PELOSI': 0.00804121120743812, 'Trillions': 0.00804121120743812, 'Us': 0.00804121120743812, 'the House Nancy Pelosi': 0.03920090463626084, 'trillions of dollars': 0.0402060560371906, 'Mother Nature': 0.00804121120743812, 'Fellow Climate': 0.00804121120743812, 'Crusader Elizabeth Warren': 0.00804121120743812, '@ewarren': 0.051765297147882895, 'Watch Pelosi’s': 0.017715793441387108, 'Jerry Brown': 0.020228671943711522, 'the New Year’s': 0.010302801859530092, 'Nazi Germany': 0.038949616786028395, 'the Second World War': 0.027516019600452316, 'Brown': 0.026259580349290112, 'MSNBC News': 0.014574695313481592, 'Ryan Saavedra': 0.10340495037064958, 'Roosevelt': 0.013569543912551827, 'World War II': 0.061188591531599446, 'the University of Manchester': 0.016710642040457344, 'the United Kingdom': 0.1103153662520417, 'annual': 0.1127026008292499, 'nearly nine million': 0.019851740168362858, 'Great Britain': 0.04623696444276919, '1762': 0.016710642040457344, '40': 0.03518029903254177, '11.5 billion': 0.016710642040457344, 'annually': 0.05641412237718306, 'UK': 0.1540394521924865, '9.5 million tonnes': 0.016710642040457344, 'CO 2': 0.016710642040457344, '8.6 million': 0.016710642040457344, 'around 37%-67%': 0.016710642040457344, 'Afghanistan': 0.03404950370649579, 'Taliban': 0.007036059806508355, 'all week': 0.006784771956275914, '$3.5 trillion': 0.02965196632742807, '$6 trillion': 0.017715793441387108, '$1 trillion': 0.023746701846965697, 'Crenshaw': 0.025003141098127905, 'this Aug. 31': 0.006784771956275914, '$1.5 trillion': 0.03982912426184194, '1987': 0.015328558864178917, 'the United Church of Christ’s Commission': 0.015328558864178917, 'A few years later': 0.015328558864178917, '28 years ago this month': 0.015328558864178917, 'the First National People of Color Environmental Leadership Summit': 0.015328558864178917, 'the years': 0.03015454202789295, 'Detroit': 0.028898102776730744, 'Louisiana': 0.04925241864555849, 'The Green New Deal': 0.03379821585626335, '$4 trillion': 0.006784771956275914, 'his first days': 0.006784771956275914, 'CoVID': 0.02211333082045483, 'a ‘Suicide Pact': 0.00804121120743812, 'Czar': 0.02776730745068476, 'John Kerry': 0.09134313355949239, 'about one': 0.011056665410227415, 'trillions': 0.011056665410227415, 'three years ago': 0.029777610252544287, 'three years': 0.06998366628973489, 'nine years': 0.025505716798592787, 'B.S.': 0.025505716798592787, 'Today’s': 0.025631360723709008, 'a productive year': 0.025631360723709008, 'The United States': 0.047367759768815174, 'Paris Climate Agreement': 0.03367257193114713, '30 days': 0.028521171001382083, 'first hours': 0.028521171001382083, 'the Oval Office': 0.061691167232064324, 'State': 0.1449930895841186, 'Anthony Blinken': 0.028521171001382083, 'Bill Pascrell': 0.028521171001382083, 'Jr.': 0.028521171001382083, 'the Federal Aviation Administration': 0.02387234577208192, 'FAA': 0.0164593541902249, 'Gulfstream Aerospace': 0.0164593541902249, 'Flying Squirrel LLC': 0.0164593541902249, 'Teresa Heinz-Kerry’s': 0.0164593541902249, 'the Heinz Family Foundation': 0.0164593541902249, 'John Kerry’s': 0.02826988315114964, 'Fossil Fuels': 0.027139087825103655, 'Biden Admin': 0.01796708129161955, 'The Daily Wire': 0.026636512124638773, '@realDailyWire': 0.021233823344641287, 'Alexandria Ocasio-Cortez': 0.18281191104410102, 'Idaho': 0.02776730745068476, 'the ‘Climate Czar’': 0.006533484106043473, 'Asia': 0.02776730745068476, 'Flight': 0.006533484106043473, 'Boston': 0.026762156049754994, 'late afternoon': 0.007287347656740796, 'Hailey': 0.006533484106043473, 'later that evening': 0.006533484106043473, 'Teresa': 0.01432340746324915, 'Sun Valley': 0.01432340746324915, 'Bedford': 0.006533484106043473, 'Martha’s Vineyard': 0.006784771956275914, 'March 26': 0.006533484106043473, 'two days later': 0.006533484106043473, 'Ocasio-Cortez': 0.13657494660133182, 'the New York Post': 0.01859530091720065, 'Ilhan Omar’s': 0.051137077522301795, '9/11': 0.018720944842316872, 'Veterans Affairs': 0.006533484106043473, 'NYC': 0.07764794572182435, 'VA': 0.014700339238597813, '$1 TRILLION': 0.012438748586505842, 'the White House’s': 0.029275034552079405, 'February': 0.061816811157180546, 'the White House National Economic Council': 0.01834401306696821, 'about $3 trillion': 0.01834401306696821, '$3 trillion': 0.037441889684633745, 'Infrastructure': 0.01859530091720065, 'up to $3 trillion': 0.01859530091720065, '2035': 0.06131423545671567, '2050': 0.13569543912551826, 'Electrifying America’s': 0.01859530091720065, 'four more years': 0.013695187837668049, 'George': 0.019097876617665537, 'Jill Biden': 0.02651086819952255, 'Four': 0.03668802613393642, 'George Bush': 0.013695187837668049, '4 more years': 0.013695187837668049, 'Trump War Room': 0.021485111194873726, 'Focus on ‘Climate Change and Income Inequality': 0.004523181304183942, 'David Axelrod': 0.03153662520417138, 'Axelrod': 0.03153662520417138, 'earlier this year': 0.07601457469531347, 'Forget Biden': 0.004900113079532605, 'Blames Border Disaster': 0.004900113079532605, 'Jacob Soboroff': 0.005151400929765046, 'The View': 0.017715793441387108, 'New Hampshire': 0.06772207563764292, '1,000 miles': 0.010428445784646311, '1,000+ miles': 0.010428445784646311, 'Tommy Pigott': 0.010428445784646311, '@TCPigott': 0.010428445784646311, 'Vermont': 0.13205176529714788, 'Vermont \\n ': 0.026887799974871215, 'Dem': 0.01005151400929765, 'Pick': 0.0062821962558110315, 'Richard Blumenthal': 0.006533484106043473, 'Merrick Garland': 0.006533484106043473, 'Department': 0.037567533609749966, 'Justice-': 0.0062821962558110315, 'Blumenthal': 0.006533484106043473, 'Garland': 0.0062821962558110315, 'September': 0.013318256062319386, 'Monday afternoon': 0.011433597185576077, 'Amy Coney Barrett': 0.009046362608367884, 'the Supreme Court’s': 0.009297650458600325, 'Bernie': 0.08933283075763286, 'Cory Booker': 0.0322904887548687, 'Dick Durbin': 0.0062821962558110315, 'Gardner': 0.0062821962558110315, 'the National Republican Senatorial Committee': 0.0062821962558110315, 'VICIOUS': 0.009172006533484106, 'NY': 0.019223520542781754, 'Schumer Mocks': 0.009172006533484106, 'Lesson': 0.009172006533484106, 'Chuck Schumer': 0.06445533358462117, 'the State of Texas': 0.009172006533484106, 'Schumer': 0.0688528709636889, 'more than 4.3 million': 0.009172006533484106, '0': 0.03832139716044729, 'North Texas': 0.009172006533484106, 'Keith': 0.009172006533484106, '4.3 million': 0.009423294383716547, 'Joe Bastardi': 0.016333710265108683, 'FLA': 0.009172006533484106, 'Irma': 0.011559241110692297, '4.33 million': 0.009172006533484106, '7.5 million': 0.009172006533484106, '2cnd': 0.009172006533484106, 'Over 5.1 million': 0.009172006533484106, '2021-02': 0.009172006533484106, '8:40PM EST': 0.009172006533484106, 'about half': 0.022615906520919712, '25,000-megawatts': 0.009172006533484106, 'West Texas': 0.020228671943711522, 'Dan Woodfin': 0.009172006533484106, 'Hurricanes Harvey': 0.009172006533484106, 'Laura': 0.009172006533484106, 'Katrina': 0.009172006533484106, 'Sandy COMBINED': 0.009172006533484106, 'Oklahoma City': 0.009423294383716547, 'Oklahoma': 0.04158813921346903, '1899': 0.009423294383716547, 'minus-14 degrees': 0.009172006533484106, 'Fahrenheit': 0.03078276165347405, '2 degrees': 0.009172006533484106, '14 degrees': 0.009172006533484106, '-14': 0.009172006533484106, 'Dallas': 0.014700339238597813, 'TX': 0.009172006533484106, '1989': 0.023369770071617037, 'early Tuesday morning': 0.009172006533484106, 'February 12, 1899': 0.009172006533484106, 'AccuWeather': 0.009172006533484106, 'Houston': 0.04410101771579344, 'at least 1989': 0.009172006533484106, 'Arkansas': 0.041839427063701466, 'CoVID-19': 0.017087573815806004, 'the weeks ahead': 0.01595677848976002, 'Facebook Inc.': 0.004397537379067722, 'Facebook’s Climate Science Information Center': 0.004397537379067722, 'Facebook': 0.029400678477195626, 'Google': 0.03015454202789295, 'Heritage Foundation': 0.004397537379067722, 'AI': 0.026887799974871215, 'Google’s All-Hands Meeting As Company Drops Heritage Foundation': 0.004397537379067722, 'Christopher Bedford': 0.004397537379067722, 'Kay Coles James': 0.004397537379067722, 'the Heritage Foundation': 0.021359467269757505, 'the Head of Responsible Innovation': 0.004397537379067722, 'between zero': 0.008795074758135443, 'more than a year': 0.013820831762784268, 'the last year': 0.008795074758135443, 'Bill Requiring Biden': 0.006533484106043473, 'Designate Climate Change ‘National Emergency’': 0.006533484106043473, \"Bernie Sanders'\": 0.015202914939062695, 'the House Floor': 0.01746450559115467, 'Housing for All': 0.01432340746324915, '$2.5 trillion': 0.01432340746324915, 'more than 40 years': 0.01432340746324915, 'over 18 million': 0.01432340746324915, 'more than 50 percent': 0.01432340746324915, '$111 billion': 0.01432340746324915, '$1.48 trillion': 0.01432340746324915, 'an additional $400 billion': 0.01432340746324915, '2 million': 0.02424927754743058, '$500 million': 0.0243749214725468, 'Chairs': 0.0062821962558110315, 'the early days': 0.0060309084055785896, '— Chuck Schumer': 0.0062821962558110315, 'Congressional': 0.06307325040834276, 'Hitler’s': 0.011433597185576077, '100%': 0.07500942329438372, 'Cortez': 0.07098881769066465, 'Outer Space': 0.005025757004648825, 'MSNBC': 0.1096871466264606, 'Joy Reid': 0.008543786907903002, '180 degree': 0.005025757004648825, 'more than 100': 0.03367257193114713, 'Reid': 0.008543786907903002, 'Clarence Thomas': 0.005277044854881266, 'Election Night': 0.012690036436738283, 'Jesse Hunt': 0.005025757004648825, '@JJHunt10': 0.005025757004648825, 'Clarence Thomas ‘Uncle Clarence’ During': 0.005025757004648825, 'the Black Lives Matter': 0.005025757004648825, 'That ‘Pigs': 0.005025757004648825, 'Black Lives Matter': 0.005025757004648825, 'Watch Reid': 0.005025757004648825, 'Biden Should ‘Declare National Emergency’': 0.005653976630229928, 'Combat Climate Change': 0.02638522427440633, 'Washington Post Live': 0.012061816811157179, 'British': 0.08506093730368136, 'Christopher Steele': 0.013443899987435608, 'State Department': 0.01809272521673577, 'the State Department': 0.06721949993717803, 'Steele': 0.009297650458600325, '2014': 0.051639653222766674, 'the Trump Dossier': 0.009046362608367884, 'Justice Department': 0.009046362608367884, 'less than 15%': 0.007789923357205679, 'Missouri': 0.045231813041839423, 'Sean Hannity': 0.08732252795577333, 'Super': 0.04271893453951501, 'Marc Thiessen': 0.013569543912551827, 'Howie Kurtz': 0.013569543912551827, 'Howie': 0.013820831762784268, 'Joe Ukraine': 0.013820831762784268, 'Hunter': 0.021610755119989947, 'EVERYTHING': 0.013569543912551827, '1-Quid Pro Quo Joe Ukraine': 0.013569543912551827, '$$ \\n ': 0.013569543912551827, 'Burisma': 0.013569543912551827, 'Gaffes': 0.013569543912551827, 'Obama Biden': 0.013569543912551827, 'Drs': 0.013569543912551827, 'EVERYONE': 0.026259580349290112, 'Ignores Obama': 0.013569543912551827, 'Bidens H1N1': 0.013569543912551827, 'the United States of America': 0.04586003266742053, 'RASHIDA': 0.006407840180927252, 'Tlaib Ties': 0.006407840180927252, 'DNC': 0.029400678477195626, 'months': 0.11006407840180926, 'PPP': 0.006659128031159693, 'Vaccine': 0.021233823344641287, 'Steve Scalise': 0.006407840180927252, 'evening': 0.055408970976253295, 'Islamophobia': 0.0121874607362734, 'Ilhan Omar': 0.04146249528835281, 'the Foreign Affairs Committee': 0.006407840180927252, 'Scalise': 0.006659128031159693, 'House Foreign Affairs': 0.006659128031159693, 'Ilhan': 0.006659128031159693, 'the committee & making decisions': 0.006659128031159693, 'Omar': 0.046111320517652966, 'Israel': 0.05829878125392637, 'Nicolas Maduro': 0.006407840180927252, 'Sunday night': 0.0164593541902249, 'Nazi': 0.03354692800603091, 'Jews': 0.02387234577208192, 'Palestinians': 0.02424927754743058, 'Warren Demands': 0.006407840180927252, 'the coming months': 0.027264731750219876, 'BRT': 0.006407840180927252, 'harden': 0.03580851865812288, 'weeks': 0.061188591531599446, 'trillions per year': 0.03153662520417138, '2%': 0.047493403693931395, 'Pre-K': 0.03153662520417138, '95%': 0.06068601583113456, 'a trillion dollars': 0.03153662520417138, 'over $1.25 trillion': 0.03128533735393894, 'the next decade': 0.043849729865560995, 'Joe Pokes': 0.009548938308832768, 'the “Extinction Crisis': 0.011182309335343636, '1986': 0.025505716798592787, 'Jewish': 0.06684256816182937, 'Palestinian': 0.024626209322779244, 'Israelis': 0.0121874607362734, 'The House of Representatives': 0.01859530091720065, 'anti-Israeli': 0.01595677848976002, '398': 0.012438748586505842, 'Minnesota': 0.024877497173011683, 'earlier in the day': 0.017213217740922226, 'Palestinian-American': 0.0121874607362734, 'Boycott, Divestment': 0.0121874607362734, 'boycotts': 0.016333710265108683, 'March 1933 to October 1941': 0.0121874607362734, 'Holocaust': 0.037567533609749966, 'Lee Zeldin': 0.0121874607362734, 'the Mid East': 0.0121874607362734, 'freedom & liberty': 0.0121874607362734, 'Rep Omar': 0.0121874607362734, 'BDS movement &': 0.0121874607362734, 'Bernie Votes Against New Trade Deal': 0.010428445784646311, 'North American': 0.02047995979394396, '250': 0.02173639904510617, '37,500': 0.019097876617665537, 'NAFTA': 0.023746701846965697, 'Exxon Mobil': 0.019097876617665537, 'Chevron': 0.019097876617665537, 'Canada': 0.10403316999623068, 'USMCA': 0.02047995979394396, 'the North American Free Trade Agreement': 0.011810528960924738, '89-10': 0.011810528960924738, 'U.S.-Mexico-Canada Agreement': 0.011810528960924738, 'one day': 0.0365623822088202, 'Today the Senate': 0.011810528960924738, '30%': 0.061062947606483224, 'some\\xa040%': 0.03203920090463626, 'one-fifth': 0.03882397286091217, 'a ‘Medicare For': 0.03203920090463626, '$16.3 trillion': 0.03203920090463626, 'Amazon': 0.06897851488880512, 'Arctic': 0.07124010554089709, 'Al-Qaeda': 0.02651086819952255, 'Four years ago': 0.02651086819952255, 'al Qaeda': 0.026762156049754994, 'Suffolk University-Boston Globe': 0.03354692800603091, '21%': 0.03379821585626335, '17%': 0.043221510239979895, '14%': 0.03354692800603091, '5%': 0.03379821585626335, 'a ‘Special Committee': 0.007915567282321899, 'the Climate Crisis': 0.007915567282321899, 'just hours': 0.04347279809021234, 'Tammy Duckworth': 0.008166855132554341, '— Anthony Adragna': 0.007915567282321899, 'the Senate Floor': 0.008166855132554341, 'Gavin Newsom Praises': 0.007161703731624575, 'Last Decade': 0.007161703731624575, 'Gavin Newsom': 0.03555723080789044, 'the last decade this week': 0.007161703731624575, 'New Year': 0.007412991581857017, 'an incredible decade': 0.007412991581857017, '’s': 0.02249026259580349, 'the decade': 0.011056665410227415, 'Newsom': 0.022741550446035933, '— Gavin Newsom': 0.007161703731624575, 'Gavin Newsom’s': 0.014951627088830254, 'Gavin N': 0.007412991581857017, 'the Federal Govt': 0.007412991581857017, 'San Francisco': 0.046865184068350295, 'more than $94 million': 0.007161703731624575, '250,000': 0.00980022615906521, '$94 million': 0.007161703731624575, 'about $257,534': 0.007161703731624575, 'the San Francisco Chronicle': 0.02651086819952255, 'Union Square': 0.007161703731624575, 'Safeway': 0.007161703731624575, '$9 billion': 0.007161703731624575, 'Pod Save America': 0.009423294383716547, 'Los Angeles': 0.05779620555346149, 'Schwarzenegger': 0.009423294383716547, '— Ashley Zavala': 0.009423294383716547, '$3.5 billion': 0.009423294383716547, 'Sacramento': 0.016836285965573565, 'Congress Must Eliminate': 0.006659128031159693, 'California Cities Consider ‘Banning Natural Gas': 0.007287347656740796, 'At least 13': 0.007287347656740796, '13': 0.056791054152531724, 'Kitchn': 0.007287347656740796, 'Rachel Golden': 0.007287347656740796, 'the Sierra Club': 0.011559241110692297, 'hundreds of acres': 0.010302801859530092, '10 years': 0.03832139716044729, 'more than 10,000': 0.015328558864178917, 'West Los Angeles': 0.010302801859530092, 'Northern California': 0.010554089709762533, 'Pacific Gas & Electric': 0.010302801859530092, 'an estimated 2.5 million': 0.010302801859530092, 'the next few days': 0.01784143736650333, '500 acres': 0.010302801859530092, 'Los Angeles Lakers': 0.010302801859530092, 'LeBron James': 0.010554089709762533, '🙏🏾💪🏾 \\n ': 0.010302801859530092, 'the month': 0.023118482221384594, 'the National Weather Service': 0.010805377559994974, '1962': 0.015579846714411358, 'SW': 0.010805377559994974, 'Downtown L.A. With': 0.010554089709762533, 'just 4 days': 0.010805377559994974, 'Feb 2019': 0.010805377559994974, '1962 nearly 60 years ago': 0.010805377559994974, 'Downtown L.A.': 0.010554089709762533, 'NWS Los Angeles': 0.010554089709762533, 'the next ten years': 0.035305942957657994, 'BioScience': 0.004271893453951501, 'Carbon Dioxide': 0.004271893453951501, 'More than 11,000': 0.004271893453951501, 'more than 11,000': 0.013318256062319386, 'a few months': 0.022364618670687272, 'Swedish': 0.06721949993717803, 'Wildfires': 0.007287347656740796, '10 Years': 0.01394647568790049, 'the coming weeks': 0.021233823344641287, 'A Just Society': 0.00980022615906521, 'Morning Edition': 0.00980022615906521, 'Michael Mansfield QC': 0.022615906520919712, 'Vegan': 0.022615906520919712, 'Mansfield': 0.022615906520919712, 'her ‘Green New': 0.03304435230556602, 'Socialist': 0.059052644804623695, 'two weeks ago': 0.038949616786028395, 'AOC Town': 0.005402688779997487, 'BIDEN ON UKRAINE': 0.009172006533484106, 'Abuses His Power': 0.009172006533484106, 'Exhibit A. Want': 0.009423294383716547, 'London': 0.08807639150647066, '475 gallons': 0.009172006533484106, '1,800': 0.012564392511622063, 'Occupy London': 0.009172006533484106, 'the British Treasury': 0.012564392511622063, 'Reuters': 0.06747078778741047, '@ReutersIndia': 0.012564392511622063, 'Phil Kingston': 0.012564392511622063, '83': 0.012564392511622063, 'Christian Climate Action': 0.012564392511622063, 'hose': 0.012564392511622063, 'the Republican Party': 0.0365623822088202, '$13 million': 0.009423294383716547, 'earlier this week': 0.028898102776730744, 'RNC': 0.014700339238597813, 'the last 48 hours': 0.009423294383716547, '$8.5 million dollars': 0.009423294383716547, '🇺🇸': 0.009172006533484106, '— Eric Trump': 0.009172006533484106, 'PBS': 0.009172006533484106, 'tomorrow': 0.03706495790928509, 'Zelensky': 0.009172006533484106, 'Destructive Witch Hunt': 0.009423294383716547, 'an election season': 0.009172006533484106, 'Bill Clinton': 0.02186204297022239, 'Children Across': 0.009423294383716547, 'just 11 years': 0.009423294383716547, 'the\\xa0day': 0.009423294383716547, 'New York City’s': 0.036813670059052644, '1.1 million': 0.009423294383716547, 'Melbourne': 0.015328558864178917, '100,000': 0.031034049503706494, '30,000': 0.04058298781253926, 'Hobart': 0.009423294383716547, '20,000': 0.014574695313481592, 'Canberra': 0.009423294383716547, 'Perth & Adelaide': 0.009423294383716547, 'at least 10,000': 0.009423294383716547, 'Australia & Pacific \\n ': 0.009423294383716547, 'Guardian Australia': 0.009423294383716547, 'Andrzej Duda': 0.009423294383716547, 'Agata Kornhauser-Duda': 0.009423294383716547, 'USA Today': 0.029023746701846966, 'Moments UK & Ireland': 0.009423294383716547, 'Alexandria Villaseñor': 0.009423294383716547, 'September 20': 0.009423294383716547, 'Patagonia': 0.009423294383716547, '@patagonia': 0.009423294383716547, 'Friday 9/20': 0.021359467269757505, 'Sept. 20 through Sept. 27': 0.021108179419525065, 'Sept. 23': 0.021108179419525065, 'Bill de Blasio': 0.06470662143485362, 'ten years': 0.021485111194873726, 'TEN YEARS': 0.015454202789295136, '9/20 #': 0.015202914939062695, 'De Blasio': 0.033169996230682244, '9/20': 0.015202914939062695, '@NYCMayor': 0.015202914939062695, 'Rudy Giuliani': 0.015454202789295136, 'Homelessness': 0.015202914939062695, 'Giuliani': 0.015454202789295136, 'Sweden': 0.04297022238974745, 'Stockholm School of Economics': 0.0164593541902249, 'Soderlund': 0.0164593541902249, 'Gastro Summit': 0.0164593541902249, 'Stockholm': 0.0164593541902249, 'Sept. 3 to 4': 0.0164593541902249, 'PowerPoint': 0.0164593541902249, 'Pete': 0.016961929890689783, 'World War 2': 0.016961929890689783, 'CNN Climate': 0.013569543912551827, '85 million': 0.013569543912551827, 'WWII': 0.02826988315114964, '500,000': 0.013569543912551827, 'Beto O’Rourke': 0.0615655233069481, 'Henry': 0.02990325417766051, '8-years-old': 0.02990325417766051, 'El Paso': 0.02990325417766051, 'O’Rourke': 0.06935544666415379, '8 year old': 0.025380072873476565, 'Rebel News': 0.010931021485111195, 'night': 0.10554089709762532, 'Cold War': 0.005653976630229928, 'Bernie BLASTED': 0.005528332705113707, 'Democratic Socialist’s': 0.019726096243246637, 'Nancy': 0.020228671943711522, 'Meghan McCain': 0.017338861666038447, '5 minutes ago': 0.01432340746324915, '5 minutes': 0.01432340746324915, 'This Week': 0.027139087825103655, 'Hurricane Dorian': 0.006407840180927252, 'n’t &': 0.0062821962558110315, 'Hurricane Dorian’s': 0.006407840180927252, 'Bahamas': 0.006407840180927252, 'Grand Bahama Island': 0.006407840180927252, 'Island': 0.006407840180927252, 'the National Hurricane Center': 0.006407840180927252, 'a Category 2': 0.006407840180927252, 'afternoon': 0.059680864430204796, 'more than 36 hours': 0.006407840180927252, 'the past 36 hours': 0.006407840180927252, '100 miles': 0.006407840180927252, 'West Palm Beach': 0.006407840180927252, '2mph': 0.006407840180927252, '12 pm': 0.006407840180927252, 'Dangerous': 0.006407840180927252, 'Hurricane Warnings': 0.006407840180927252, 'Watches': 0.006407840180927252, '11 am': 0.006407840180927252, 'National Hurricane Center': 0.006407840180927252, 'Hurricane Dorian hours': 0.005277044854881266, 'the middle of the night': 0.008543786907903002, '3:30 in the morning': 0.008543786907903002, '29-years-old': 0.008292499057670561, 'I’m 40': 0.008292499057670561, '50': 0.04849855509486116, '60 years old': 0.008292499057670561, '— Public Citizen (@Public_Citizen': 0.014700339238597813, 'a minute': 0.022741550446035933, 'Electoral College': 0.04196507098881769, '30 years': 0.014700339238597813, 'Sean Hannity \\n ': 0.13205176529714788, '$16 trillion': 0.02035431586882774, 'nearly one third': 0.010554089709762533, 'Franklin Delano Roosevelt': 0.03404950370649579, 'the 1940s': 0.03404950370649579, 'East': 0.06910415881392135, 'three short years': 0.03404950370649579, '12 year': 0.025254428948360344, 'just 18 months': 0.02814423922603342, 'the next 18 months': 0.025254428948360344, 'the Intergovernmental Panel on Climate Change (IPCC': 0.027641663525568537, 'the end of next year': 0.025254428948360344, 'the next few years': 0.025254428948360344, 'the Northeast USA': 0.027641663525568537, 'two-year': 0.027641663525568537, 'The past 5 years': 0.027641663525568537, 'This June': 0.027641663525568537, '️The past 5 years': 0.027641663525568537, '️This June': 0.027641663525568537, 'more than $16 trillion': 0.029023746701846966, '15 year': 0.029023746701846966, 'more than 20 million': 0.029023746701846966, 'Bernie Sanders Introduces': 0.009548938308832768, '16.3': 0.009548938308832768, 'Apple': 0.04623696444276919, 'Trump Tower': 0.04661389621811785, 'millions of dollars': 0.048875486870209824, 'Scene': 0.04636260836788541, 'Melissa Russo': 0.04636260836788541, 'de Blasio': 0.05201658499811534, 'Obama-era': 0.05000628219625581, 'Cabinet': 0.04862419901997738, 'Texas Senate': 0.027390375675336098, 'the University of Virginia': 0.01570549063952758, 'the ‘New Deal': 0.01570549063952758, 'Ocasio-Cortez’s': 0.03945219248649327, 'Green New Deal': 0.047367759768815174, 'Europe': 0.12463877371529086, 'the Great Depression': 0.019097876617665537, '75 years': 0.019474808393014197, 'hours': 0.0487498429450936, 'no more than 12 years': 0.018720944842316872, 'DNC Chair': 0.010554089709762533, 'Tom Perez': 0.010805377559994974, 'UNIVERSE': 0.010554089709762533, 'Nathan Brand': 0.010554089709762533, 'Marianne Williamson': 0.019474808393014197, 'tonight': 0.07764794572182435, 'some very dark days': 0.016333710265108683, 'Williamson': 0.016333710265108683, 'weeks ago': 0.020982535494408844, 'the US National Anthem': 0.010554089709762533, 'Colin Kaepernick': 0.010554089709762533, 'ex-Lansing Catholic High School': 0.010554089709762533, 'Michael Lynn III': 0.010554089709762533, 'Matthew Abdullah': 0.010554089709762533, 'RoJe Williams': 0.010554089709762533, 'Teammate Kabbalah Richards': 0.010554089709762533, \"Beto O'Rourke\": 0.010554089709762533, 'Nuremberg': 0.010805377559994974, 'Civil Liberties': 0.010554089709762533, 'H.R. 40': 0.012941324286970724, 'Sheila Jackson-Lee': 0.010554089709762533, '32%': 0.010554089709762533, '1865': 0.010554089709762533, 'the end of': 0.010554089709762533, 'the US Civil War': 0.010554089709762533, '54 percent': 0.01570549063952758, '33 percent': 0.022741550446035933, 'Booker': 0.03203920090463626, 'African-Americans': 0.020856891569292622, 'GI Bill': 0.010554089709762533, 'recent weeks': 0.07211961301671063, 'Elizabeth': 0.019474808393014197, '$1.5 Trillion': 0.009297650458600325, '15': 0.0371906018344013, 'at least $15.00': 0.009548938308832768, '22%': 0.01997738409347908, '18%': 0.03430079155672823, 'more than half': 0.0322904887548687, 'Harvard': 0.03404950370649579, 'last Thursday': 0.02776730745068476, '1.2 million': 0.018469656992084433, 'about 1.2M': 0.01821836914185199, '@MSNBC': 0.01821836914185199, 'Bernie Sanders Blames HEAT WAVE': 0.008795074758135443, '2 Year': 0.008795074758135443, 'Bernie Compares Fight': 0.008292499057670561, '2,403': 0.008292499057670561, 'Japanese': 0.028395527076265862, 'Pearl Harbor': 0.02249026259580349, '1941': 0.020228671943711522, 'Ocasio-Cortez Blames Flint': 0.0057796205553461485, 'Flint': 0.016836285965573565, 'the climate crisis & environmental injustice': 0.0060309084055785896, 'Bronx': 0.0060309084055785896, 'the South Bronx': 0.009297650458600325, 'Lake Huron': 0.0057796205553461485, 'Flint River': 0.0057796205553461485, 'more than 100,000': 0.04209071491393391, 'DC': 0.059555220505088574, 'the Great Plains': 0.01746450559115467, 'Ryan Maue': 0.01746450559115467, 'The Congresswoman @AOC': 0.01746450559115467, 'Maue': 0.01746450559115467, 'a spring': 0.008795074758135443, 'Caleb Hull': 0.027264731750219876, 'at least 50%': 0.01407211961301671, 'the Civil Rights Movement': 0.018972232692549315, 'Angeles': 0.006156552330694811, 'San Francisco-': 0.006156552330694811, 'Last week': 0.016961929890689783, 'marijuana': 0.011684885035808518, '3rd': 0.014825983163714035, '20': 0.01784143736650333, 'Sacramento County': 0.006156552330694811, 'Proposition 64': 0.006156552330694811, 'Dan Olsen': 0.006156552330694811, 'SB310': 0.006156552330694811, 'Nancy Skinner': 0.006156552330694811, 'Berkeley': 0.02965196632742807, '1.2 MILLION': 0.007789923357205679, 'Native American': 0.017087573815806004, 'Rachel Dolezal': 0.013066968212086945, 'Sarah Dolan': 0.007789923357205679, '@sarahedolan': 0.012815680361854504, 'Texas Bar': 0.012815680361854504, 'Charlamagne': 0.013066968212086945, 'Caucasian': 0.012815680361854504, 'an African American': 0.007789923357205679, 'Universal Child Care': 0.011307953260459856, '$70 billion': 0.011559241110692297, '0 to 5': 0.011307953260459856, 'Moody’s Analytics': 0.011307953260459856, 'Mark Zandi': 0.011307953260459856, 'Sophia Koropeckyj': 0.011307953260459856, 'Discuss Climate Change': 0.005528332705113707, 'the US Virgin Islands': 0.005528332705113707, 'St. Thomas': 0.0057796205553461485, 'USVI': 0.0057796205553461485, '11am': 0.0057796205553461485, 'Hillary': 0.05289609247392888, 'FireEye': 0.0057796205553461485, 'Hillary Rodham Clinton': 0.0057796205553461485, 'Kevin Mandia': 0.0057796205553461485, 'Loretta Lynch': 0.03404950370649579, 'James Comey’s': 0.0057796205553461485, 'Lynch': 0.0057796205553461485, 'Comey’s Congressional': 0.0057796205553461485, 'AG': 0.011182309335343636, 'COMEY': 0.0057796205553461485, 'Biden Releases': 0.008166855132554341, '$5 TRILLION': 0.011056665410227415, 'a Clean Energy Revolution': 0.008166855132554341, '$1.7 trillion': 0.008166855132554341, 'the next 10 years': 0.008166855132554341, 'more than $5 trillion': 0.011684885035808518, 'as high as $93 trillion': 0.008166855132554341, 'May 18': 0.008418142982786782, 'late April': 0.031034049503706494, 'Nashville': 0.019474808393014197, 'Tenn.': 0.008166855132554341, 'Yahoo News': 0.0365623822088202, 'the Democratic Party’s': 0.03455207940696067, 'Joseph R. Biden Jr.': 0.008166855132554341, 'the New York Times': 0.06533484106043473, 'Tom Carper': 0.008166855132554341, 'Delaware': 0.04598567659253675, 'the Democratic Party': 0.05377559994974243, 'Some 88%': 0.008292499057670561, '69%': 0.012438748586505842, '50 years': 0.032667420530217366, '27-year-old': 0.008292499057670561, 'Pew': 0.008292499057670561, 'two-thirds': 0.008292499057670561, 'between 1981 and 1996': 0.008292499057670561, 'April': 0.04586003266742053, 'over 263,000': 0.008292499057670561, 'just 3.6%': 0.008292499057670561, 'December 1969': 0.008543786907903002, '263,000': 0.008292499057670561, '3.6%': 0.012690036436738283, 'Labor Department': 0.008292499057670561, '3.5%': 0.008292499057670561, 'just a few months': 0.018846588767433094, 'as over a dozen': 0.008292499057670561, 'PGA': 0.008418142982786782, 'late last week': 0.008166855132554341, 'more than $50 million': 0.008166855132554341, 'California Restaurants to Implement ‘Optional': 0.005905264480462369, '1%': 0.041713783138585245, 'one percent': 0.012941324286970724, 'the California Air Resources Board': 0.016710642040457344, 'last Tuesday': 0.012941324286970724, 'the Golden State': 0.03379821585626335, 'Restore California': 0.012941324286970724, 'the Big Apple’s': 0.010554089709762533, '50%': 0.05151400929765046, 'Friends of the Earth': 0.027390375675336098, 'Chloe Waterman': 0.010805377559994974, 'Mayor de Blasio': 0.010805377559994974, 'Brooklyn Borough': 0.010805377559994974, 'Eric Adams': 0.02035431586882774, 'De Blasio’s': 0.010805377559994974, 'just days': 0.04359844201532856, 'Just days': 0.007915567282321899, 'a Constitutional Amendment': 0.005905264480462369, 'Franklin Roosevelt': 0.005905264480462369, '1945-': 0.005905264480462369, 'LaGuardia': 0.006156552330694811, 'the Democratic-Socialist': 0.014700339238597813, 'the US Senate': 0.01997738409347908, 'Project Veritas': 0.0286468149264983, 'senate': 0.03028018595300917, 'Halloween': 0.014197763538132931, 'El Paso’s': 0.005277044854881266, '“tens of billions of dollars': 0.005277044854881266, 'Julio Rosas': 0.019474808393014197, 'Chris Hayes': 0.01608242241487624, '600 miles': 0.005277044854881266, '2,000 mile': 0.005277044854881266, 'tens of billions of dollars': 0.005277044854881266, 'REP': 0.006407840180927252, 'All Life': 0.006407840180927252, '12 Years': 0.013820831762784268, 'more than 100 million': 0.006659128031159693, '2030 Half': 0.006659128031159693, 'Earth Day': 0.008543786907903002, 'earth': 0.04158813921346903, '@Ilhan': 0.01017715793441387, 'days ago': 0.006407840180927252, 'Blames Immigration Chaos': 0.004648825229300163, 'Sec': 0.021233823344641287, 'Nielsen': 0.03367257193114713, 'Ocasio-Cortez Posts Climate Change Rant While Assembling Furniture': 0.004774469154416384, 'Instagram': 0.005025757004648825, 'just weeks ago': 0.014197763538132931, 'Fox News’': 0.008166855132554341, 'Guerin Hays': 0.006156552330694811, \"last week's\": 0.005905264480462369, 'Politico': 0.005905264480462369, 'Islam': 0.005905264480462369, 'anti-': 0.005905264480462369, 'Louis Farrakhan': 0.024123633622314358, 'Saviours': 0.005905264480462369, 'Farrakhan': 0.005905264480462369, 'Somalia': 0.010428445784646311, 'Benjamins': 0.005905264480462369, 'Russian-Collusion': 0.007412991581857017, 'election night': 0.007412991581857017, 'Andrew Weissmann': 0.007412991581857017, 'the Clinton Campaign’s': 0.007412991581857017, 'last November': 0.02223897474557105, 'Weissmann': 0.007664279432089458, 'election-night': 0.007412991581857017, 'the Jacob K. Javits Center': 0.007412991581857017, 'Earlier this week': 0.012815680361854504, 'Judicial Watch': 0.007412991581857017, 'Sally Yates': 0.03555723080789044, 'late January': 0.007412991581857017, 'the Wall Street Journal': 0.0487498429450936, 'anti-Trump': 0.007412991581857017, 'the same day': 0.007412991581857017, 'one day, Nov. 12, 2016': 0.007412991581857017, 'July 2016': 0.007412991581857017, 'just one': 0.007412991581857017, 'American Voters': 0.005528332705113707, '17th': 0.005528332705113707, 'Just 44 percent': 0.005528332705113707, 'the 70 percent': 0.005528332705113707, 'their ‘Green New Deal': 0.005528332705113707, 'Jeff Merkley': 0.010428445784646311, 'Merkley': 0.010679733634878752, 'Erin Burnett': 0.010428445784646311, 'Nazism': 0.016710642040457344, 'the moon': 0.016710642040457344, 'Screams': 0.005151400929765046, 'approximately 12 years': 0.013192612137203165, 'Martin Luther King': 0.017590149516270887, 'Gen Z': 0.023369770071617037, 'Cortez Questions': 0.004774469154416384, 'Instagram Live': 0.004774469154416384, 'Dianne Feinstein': 0.011684885035808518, 'Gob Abierto': 0.004774469154416384, 'the Berlin Wall': 0.005025757004648825, 'Berlin': 0.025631360723709008, 'East Germans': 0.005025757004648825, 'West Germany': 0.005025757004648825, 'The Berlin Wall': 0.005025757004648825, 'Dear : Let me serve as your private professor here.': 0.004774469154416384, 'the ‘Berlin Wall’': 0.004774469154416384, 'SHE': 0.007036059806508355, 'Hillary Dismisses Border': 0.007036059806508355, 'Philippe Reines': 0.009423294383716547, '2002': 0.03920090463626084, 'Department-': 0.009423294383716547, '32 million': 0.009423294383716547, 'Reines': 0.009423294383716547, 'this fall': 0.016710642040457344, 'The Week': 0.009423294383716547, 'Robby Mook': 0.007287347656740796, 'Looks like Dems': 0.007036059806508355, '7': 0.029023746701846966, 'yesterday': 0.028772458851614523, '1994': 0.02186204297022239, '2010': 0.03342128408091469, 'Gov': 0.007287347656740796, 'Mook': 0.007287347656740796, 'Trump Should Declare National Emergency': 0.0057796205553461485, 'just months ago': 0.011056665410227415, 'Iranian': 0.037441889684633745, 'the United Nations Nikki Haley': 0.0057796205553461485, 'Haley': 0.0060309084055785896, 'anti-American': 0.008920718683251665, 'Marco Rubio': 0.017213217740922226, 'Shadow Diplomacy': 0.0057796205553461485, 'Rubio': 0.012313104661389622, 'Jeff Sessions': 0.036813670059052644, 'the Logan Act': 0.010554089709762533, 'the Foreign Agents Registration Act': 0.0057796205553461485, 'Mike Pompeo': 0.03731624575951752, 'Pompeo': 0.0057796205553461485, 'Cal': 0.005905264480462369, 'WORLD WAR II': 0.005905264480462369, 'Outgoing': 0.005905264480462369, 'BERNIE': 0.005402688779997487, 'Change Similar': 0.005402688779997487, 'the Disney Corporation': 0.005402688779997487, 'nearly 30,000': 0.005402688779997487, 'the ‘House of Mouse': 0.005402688779997487, 'Disney': 0.012061816811157179, '18': 0.0243749214725468, '2022': 0.49717301168488504, 'Anaheim': 0.005653976630229928, 'hours later': 0.005402688779997487, 'the Vermont Senator': 0.009674582233948988, '300,000': 0.03367257193114713, '9-day': 0.009674582233948988, '9': 0.01809272521673577, 'Election Day': 0.02223897474557105, 'Arianna Jones': 0.009674582233948988, 'Jones': 0.019474808393014197, 'October 10': 0.009674582233948988, 'Humans': 0.006659128031159693, 'more than $1 billion': 0.00980022615906521, 'the past 10 years': 0.013066968212086945, 'BMJ': 0.006659128031159693, 'Oman': 0.01834401306696821, 'just months': 0.02387234577208192, 'Saturday': 0.03568287473300666, '108.7 degrees': 0.01834401306696821, 'Quriyat': 0.01834401306696821, 'minimum daily': 0.01834401306696821, 'this weekend': 0.03015454202789295, 'just last winter': 0.01809272521673577, 'Michael Mann': 0.029275034552079405, 'IRONY': 0.011307953260459856, 'Bloomberg Flies ‘Melting Ice': 0.007412991581857017, 'Mike Bloomberg': 0.018469656992084433, '@MikeBloomberg': 0.01005151400929765, 'Ice Watch': 0.007664279432089458, 'six': 0.06420404573438875, 'Bloomberg': 0.06558612891066716, 'just days ago': 0.03518029903254177, 'one month': 0.014574695313481592, 'Michael Bloomberg': 0.028772458851614523, '$5 million': 0.026762156049754994, 'the eve of the': 0.00980022615906521, 'Michael R. Bloomberg': 0.00980022615906521, '$5\\u2009million': 0.00980022615906521, 'the country weeks ago': 0.00980022615906521, 'Two years ago': 0.00980022615906521, 'the Democratic Convention': 0.00980022615906521, 'just two years': 0.00980022615906521, 'Caravan': 0.007036059806508355, 'Tijuana': 0.010805377559994974, 'Years-long': 0.007287347656740796, 'Honduras': 0.015579846714411358, 'Central America': 0.016836285965573565, 'Guatemala': 0.02173639904510617, 'El Salvador': 0.015579846714411358, 'Nicaragua': 0.007036059806508355, 'the last five years': 0.007036059806508355, 'More than two million': 0.007036059806508355, 'the UN Food and Agriculture Organization': 0.007036059806508355, 'The Department of Homeland Security': 0.007036059806508355, 'More than 500': 0.007036059806508355, 'San Diego': 0.01746450559115467, 'Kirstjen M. Nielsen': 0.007036059806508355, 'Kirstjen Nielsen': 0.007036059806508355, '14,000': 0.007036059806508355, 'more than 14,000': 0.007036059806508355, 'Newsweek': 0.012438748586505842, 'Sovereign Nation': 0.007287347656740796, 'Strong Borders': 0.007287347656740796, 'Al Gore Set to': 0.005277044854881266, '24-Hour': 0.009172006533484106, '24-hour': 0.01017715793441387, '24 Hours': 0.005528332705113707, '125': 0.014574695313481592, 'Monday, December 3': 0.005277044854881266, 'An Inconvenient Sequel': 0.015202914939062695, '900,000': 0.014951627088830254, 'An Inconvenient Sequel: Truth to Power': 0.014951627088830254, '15th': 0.014951627088830254, 'Paramount Pictures': 0.014951627088830254, 'late June': 0.01960045231813042, 'Monthly': 0.014951627088830254, 'Mike Pompeo’s': 0.028898102776730744, 'the Northern Hemisphere': 0.03706495790928509, 'SCHIFF': 0.0057796205553461485, 'Adam Schiff Blames': 0.0057796205553461485, 'Adam Schiff': 0.009548938308832768, '18 LONG months': 0.009548938308832768, 'the Second Amendment on Facebook': 0.0057796205553461485, 'Russians': 0.0060309084055785896, 'anti-Hillary': 0.0057796205553461485, 'Peter Strzok': 0.03455207940696067, 'Chuck Todd': 0.0057796205553461485, 'the Office of Professional Responsibility': 0.0057796205553461485, 'Angela Merkel': 0.009423294383716547, '‘Germany': 0.009423294383716547, 'EU': 0.04623696444276919, 'years ago': 0.02387234577208192, 'nearly 20%': 0.0164593541902249, '2011': 0.04297022238974745, 'Fukushima': 0.012941324286970724, 'Change Cooling': 0.006910415881392134, 'Sean': 0.05842442517904259, 'Hillary Suggests': 0.0062821962558110315, 'Washington, DC’s': 0.0062821962558110315, 'Georgetown University': 0.0062821962558110315, 'Africa': 0.024123633622314358, 'East Coast': 0.01859530091720065, '’ winter': 0.01859530091720065, 'the east coast': 0.023244126146500815, 'Global Warming': 0.021987686895338608, 'the COLDEST New Year’s Eve': 0.018846588767433094, 'TRILLIONS': 0.018846588767433094, 'five degrees Celsius': 0.005905264480462369, '2100': 0.03518029903254177, 'the Priestley International Centre for Climate': 0.005905264480462369, 'the University of Leeds': 0.005905264480462369, 'fifty': 0.005905264480462369, 'un': 0.013192612137203165, 'Yahoo!': 0.00804121120743812, 'the East Coast': 0.01960045231813042, 'Midwest': 0.03078276165347405, 'the National Center for Atmospheric Research': 0.00804121120743812, 'Princeton University': 0.00804121120743812, 'A century ago': 0.00804121120743812, 'Saikat Chakrabarti': 0.009172006533484106, 'ICE': 0.04422666164090966, '1,500': 0.010805377559994974, 'World Economic Forum': 0.04158813921346903, 'Davos': 0.036059806508355316, 'Switzerland': 0.03706495790928509, 'some 1,500': 0.0060309084055785896, 'the United Arab Emirates': 0.012313104661389622, 'America First': 0.009423294383716547, 'the World Economic Forum': 0.049001130795326045, '@Acosta': 0.019474808393014197, 'seconds': 0.0060309084055785896, 'Border Security': 0.0062821962558110315, 'Box Office': 0.003392385978137957, 'Bar Biden': 0.004900113079532605, 'The Daily Caller': 0.004900113079532605, 'the National Emergencies Act': 0.009548938308832768, 'the Disaster Relief and Emergencies Act': 0.004900113079532605, 'the Public Health Service Act': 0.004900113079532605, 'Chuck': 0.004900113079532605, 'Shelley Moore Capito': 0.004900113079532605, 'Capito': 0.004900113079532605, 'the Real Emergencies Act': 0.004900113079532605, 'the Daily Caller News Foundation': 0.004900113079532605, 'The Daily Caller:': 0.004900113079532605, 'the Inflation Reduction Act': 0.01821836914185199, 'Joe Manchin': 0.030657117728357833, 'Chris': 0.006784771956275914, '— John Jenkins': 0.0028898102776730742, 'Thereby': 0.0028898102776730742, 'The Ghost of Pete (@hillbillywench': 0.0028898102776730742, 'Argonauts': 0.0028898102776730742, 'Range Rover': 0.0028898102776730742, 'Rod Zencones': 0.0028898102776730742, 'Kim Reeves': 0.0028898102776730742, 'BANK': 0.004397537379067722, \"Musk Reminds Joe '\": 0.004397537379067722, 'Tweet About Climate \\n Be the': 0.004397537379067722, 'Elon Musk': 0.017087573815806004, 'my first year': 0.004648825229300163, 'John F. Kennedy': 0.006659128031159693, 'Musk': 0.026887799974871215, 'Uncle': 0.004397537379067722, 'Silicon Valley Bank': 0.011810528960924738, 'the Federal Deposit Insurance Corporation': 0.008418142982786782, '$2 trillion': 0.004397537379067722, 'the National Bureau of Economic Research': 0.010428445784646311, 'Musk Blasts': 0.004397537379067722, \"BIG OL'\": 0.005151400929765046, 'the Box Office \\n Be': 0.005151400929765046, 'opening weekend': 0.005402688779997487, 'Rachel Lears': 0.005151400929765046, '120': 0.0062821962558110315, '9,667': 0.005151400929765046, 'Box Office Mojo': 0.005151400929765046, 'Lears': 0.005151400929765046, 'Netflix': 0.019474808393014197, '99%': 0.009423294383716547, 'just 11%': 0.005402688779997487, '83%': 0.015328558864178917, 'Exhibitor Relations Co.': 0.005151400929765046, '@ERCboxoffice': 0.005402688779997487, 'opening-weekend': 0.005151400929765046, 'END': 0.005151400929765046, 'just $9,667': 0.005151400929765046, '81': 0.005402688779997487, 'Rotten Tomatoes': 0.005151400929765046, 'MUMBLIN': 0.0030154542027892948, 'COP27': 0.007664279432089458, 'TOTALLY BOTCHES Quote \\n Be': 0.0030154542027892948, 'United Nations Climate Change Conference': 0.012941324286970724, 'around $3.75': 0.0030154542027892948, '$85 Million Dollar': 0.004271893453951501, 'van Gogh': 0.004271893453951501, '$85 million dollar': 0.004271893453951501, 'Van Gogh': 0.004271893453951501, 'Just Stop Oil': 0.020731247644176404, 'Heinz': 0.004271893453951501, 'around 11 a.m.': 0.004271893453951501, 'Guardian': 0.04221635883905013, 'Damien Gayle': 0.004271893453951501, 'Daily Wire': 0.009674582233948988, 'Michael Knowles': 0.004271893453951501, 'The Last Supper': 0.004271893453951501, 'another van Gogh': 0.004271893453951501, 'Peach Trees Blossom': 0.004271893453951501, 'May': 0.051262721447418017, '$740 Billion': 0.0041462495288352805, 'Bill Passes': 0.0041462495288352805, 'Boebert GOES OFF': 0.0041462495288352805, '220': 0.01005151400929765, 'four days': 0.0041462495288352805, 'SpeakerNancy Pelosi': 0.0041462495288352805, 'Lauren Boebert': 0.009674582233948988, 'Boebert': 0.009423294383716547, 'West Virgina': 0.004648825229300163, 'Bucks Party': 0.004648825229300163, 'Affordable Care Act': 0.012815680361854504, 'a year ago': 0.03342128408091469, 'Just days ago': 0.004648825229300163, '9.1%': 0.004648825229300163, 'Sam Runyon': 0.004648825229300163, 'Manchin': 0.013318256062319386, 'Bloomberg Green': 0.011307953260459856, 'MAYORKAS': 0.002261590652091971, 'Hawley Blasts DHS': 0.002261590652091971, 'Border Burns \\n ': 0.002261590652091971, 'Hawley': 0.01407211961301671, 'Washington Free Beacon': 0.002261590652091971, 'Shelve Biden’s Climate': 0.0018846588767433095, 'NANCY': 0.008795074758135443, 'SCOTLAND': 0.008795074758135443, 'Joe Biden Has Been Fighting': 0.008795074758135443, 'the United Nations Climate Change': 0.008795074758135443, '$250 billion': 0.008795074758135443, 'over $100 billion': 0.008795074758135443, '$100 billion': 0.01960045231813042, '$222 billion': 0.008795074758135443, 'the week of November 15': 0.008795074758135443, 'SCARY': 0.009548938308832768, 'Follow Him': 0.009548938308832768, 'the ‘Sunrise Movement': 0.009548938308832768, 'Joe Biden’s ‘Build Back': 0.009548938308832768, 'minutes': 0.013820831762784268, 'Build Back Better Act': 0.009548938308832768, 'John Paul Mejia': 0.009548938308832768, 'the next 30 years': 0.026887799974871215, 'between $100 and $150 trillion': 0.01407211961301671, 'the next three decades': 0.022615906520919712, '$150 trillion': 0.01407211961301671, 'the next 3 decades': 0.01407211961301671, 'Akiko Fujita': 0.01407211961301671, '$100-trillion': 0.01407211961301671, 'FDR': 0.013066968212086945, 'Democratic Socialist': 0.015202914939062695, 'nearly 18 million': 0.012815680361854504, 'over 50 percent': 0.012815680361854504, 'the days': 0.015077271013946476, 'Press': 0.022992838296268376, 'zero dollars': 0.013443899987435608, '2,500': 0.014449051388365372, '2500': 0.00980022615906521, 'GEN McKenzie': 0.00980022615906521, 'McKenzie': 0.00980022615906521, 'Milley': 0.00980022615906521, 'Afghan': 0.00980022615906521, 'Bored Biden Checks His Watch': 0.0057796205553461485, 'Boris Johnson': 0.01017715793441387, 'Boris': 0.0057796205553461485, 'Charlie Spiering': 0.0057796205553461485, 'Zach Purser Brown': 0.007664279432089458, 'SUMMIT': 0.006533484106043473, 'Biden Naps': 0.006533484106043473, 'UN Climate Conference as Leaders Declare ‘Existential Threat': 0.006533484106043473, 'five more cents': 0.013443899987435608, 'hourly': 0.020982535494408844, 'Burger King': 0.013192612137203165, 'McDonald’s': 0.020982535494408844, 'Jenna Ellis': 0.0164593541902249, '@JennaEllisEsq': 0.01620806633999246, 'SLEEPY': 0.006784771956275914, 'Biden Appears': 0.006784771956275914, 'UN Climate Summit': 0.006784771956275914, 'each year': 0.03492901118230934, 'a few short years from now': 0.009674582233948988, 'COVID': 0.05352431209950999, '4 million': 0.009423294383716547, 'more than 600': 0.009423294383716547, 'Matt Whitlock': 0.009423294383716547, '5AM July 31': 0.009423294383716547, 'the District of Columbia': 0.01193617288604096, 'the age of two': 0.009423294383716547, 'Muriel Bowser': 0.009674582233948988, 'Bowser': 0.009423294383716547, 'age 2': 0.009423294383716547, '— Julie Zauzmer': 0.009423294383716547, 'the age of 2': 0.009674582233948988, 'this Saturday': 0.012941324286970724, 'Jerry Dunleavy': 0.009423294383716547, 'the Centers for Disease Control': 0.009423294383716547, 'US House of Representatives': 0.009423294383716547, 'Brian Monahan': 0.009423294383716547, 'weekly': 0.02600829249905767, 'Monahan': 0.009423294383716547, 'CDC': 0.020856891569292622, 'Bernie Suggests Climate Crisis Could Impact ‘Grand Children': 0.007664279432089458, '’30 Years': 0.007664279432089458, 'three decades from now': 0.007664279432089458, '30 years from now': 0.007915567282321899, 'Climate': 0.08078904384972986, 'Guatemalan': 0.01005151400929765, 'more than 178,000': 0.01005151400929765, 'February and March': 0.01005151400929765, 'Richard Zuniga': 0.01005151400929765, 'last month': 0.06721949993717803, 'almost 24 million': 0.013192612137203165, '52%': 0.016836285965573565, '75%': 0.04925241864555849, 'COVID Deaths': 0.013192612137203165, '64 days': 0.01407211961301671, 'Jim Crow': 0.015454202789295136, 'Jim Eagle': 0.01005151400929765, '1PM': 0.01005151400929765, 'nine-week': 0.01005151400929765, 'nearly a century': 0.01005151400929765, '28 days': 0.01005151400929765, 'only 21 days': 0.01005151400929765, '34 days': 0.01005151400929765, 'George W. Bush': 0.0371906018344013, '-Kamala': 0.01005151400929765, 'the Northern Triangle': 0.01005151400929765, 'Mexican': 0.027264731750219876, 'Andrés Manuel López Obrador': 0.01620806633999246, 'Obrador': 0.01005151400929765, 'Multiple Border Patrol': 0.01005151400929765, 'NTA': 0.01005151400929765, '12:30': 0.013443899987435608, 'House Committee': 0.013192612137203165, 'ten to noon': 0.013192612137203165, 'the Biden Administration': 0.022992838296268376, 'state': 0.01595677848976002, 'Duke Energy': 0.01595677848976002, 'Cimarex': 0.01595677848976002, 'Dominion Energy': 0.01595677848976002, 'Valero Energy': 0.01595677848976002, 'The Rise Fund': 0.01595677848976002, 'Climate Finance Partners': 0.01595677848976002, 'early March': 0.01595677848976002, 'between $4.2 million and $15 million': 0.01595677848976002, 'Bank of America': 0.019851740168362858, 'hundreds of thousands': 0.030657117728357833, 'Deutsche Bank': 0.027516019600452316, 'Zurich Insurance Company': 0.01595677848976002, 'MedStar': 0.01595677848976002, 'The State Department': 0.01595677848976002, 'Axios': 0.01595677848976002, 'Denver': 0.027516019600452316, 'just three inches': 0.015579846714411358, 'more than three': 0.028018595300917198, 'the month of March': 0.015579846714411358, '1 inch': 0.015579846714411358, '0.6 of an inch': 0.015579846714411358, '32.5 inches': 0.015831134564643797, '1891': 0.015831134564643797, '31.3 inches': 0.015579846714411358, 'March of that year': 0.015579846714411358, 'March 2021': 0.015579846714411358, '1944': 0.015831134564643797, 'Accuweather': 0.015579846714411358, 'First Brings Snow Starting': 0.015579846714411358, 'CBSDenver': 0.015579846714411358, 'the remaining days of the month': 0.015579846714411358, '2.8 inches': 0.015579846714411358, 'the last week of March': 0.015579846714411358, '35.2 inches': 0.015579846714411358, '2003': 0.018846588767433094, 'less than nine years': 0.017087573815806004, 'only 9 years': 0.017338861666038447, 'daily': 0.07199396909159442, 'Forbes': 0.017087573815806004, 'AOC CORP': 0.0060309084055785896, 'Ocasio-Cortez Calls for Creation of 1.5 MILLION Strong ‘Climate Corp’': 0.0060309084055785896, '“Climate Corp”': 0.0060309084055785896, '1.5 million': 0.0062821962558110315, 'Green New': 0.0060309084055785896, 'The Civilian Climate Corps': 0.0060309084055785896, 'the Corporation for National and Community Service': 0.0060309084055785896, 'AmeriCorps': 0.0060309084055785896, 'five years': 0.03832139716044729, 'St. Louis': 0.008920718683251665, 'the NY Post': 0.019726096243246637, 'Yemeni-American': 0.014951627088830254, 'Ilhan Omar ‘': 0.014951627088830254, 'Papers Show ‘Climate Czar’ Invested in Oil Companies Before Joining Biden Admin': 0.007538635506973238, 'Monday morning': 0.012941324286970724, 'Barack Obama’s': 0.007538635506973238, 'Shadow Diplomacy on the very': 0.0121874607362734, 'MESS': 0.0121874607362734, 'Tehran': 0.018720944842316872, 'the Middle East': 0.02826988315114964, 'Maggie Hoffman': 0.005402688779997487, 'Digital': 0.005402688779997487, 'David Tamarkin': 0.005402688779997487, 'Beef': 0.010554089709762533, 'Epi': 0.005402688779997487, 'about 65%': 0.005402688779997487, 'Food and Agricultural Organization': 0.005402688779997487, 'Hoffman': 0.005402688779997487, 'Tamarkin': 0.005402688779997487, 'the years ahead': 0.025505716798592787, 'Gates': 0.05088578967206935, '100 percent': 0.010931021485111195, 'Microsoft': 0.03203920090463626, 'Bold': 0.007161703731624575, 'less than 24 hours': 0.007161703731624575, '$1.9 trillion': 0.007161703731624575, 'Las Vegas': 0.007412991581857017, 'Strip': 0.01834401306696821, 'Sin City': 0.007161703731624575, 'more than a decade': 0.007161703731624575, '60-degree': 0.007161703731624575, 'Highlands': 0.007161703731624575, 'Henderson': 0.007161703731624575, 'Centennial Hills': 0.007161703731624575, 'Boulder City': 0.007161703731624575, 'up to 4 inches': 0.007161703731624575, 'Summerlin': 0.007161703731624575, '📸': 0.007161703731624575, 'Hatim Gemil': 0.007161703731624575, 'KSNV News': 0.007161703731624575, '18-months': 0.011307953260459856, 'the “Call Your Girlfriend': 0.011307953260459856, 'Aminatou Sow': 0.011307953260459856, 'those 18 months': 0.011307953260459856, 'Sow': 0.011307953260459856, 'Solve Climate Crisis': 0.007538635506973238, 'Global Effort': 0.007789923357205679, 'the ‘White House Interagency Council on Environmental Justice': 0.01193617288604096, 'the Health and Human Services Department': 0.01193617288604096, '40 percent': 0.01595677848976002, 'Trump Order': 0.007036059806508355, 'United States Officially': 0.007036059806508355, 'one full year': 0.007036059806508355, 'Agreement': 0.007036059806508355, 'U.N.': 0.03028018595300917, 'State Dept': 0.007036059806508355, 'November 4 th , 2016': 0.007036059806508355, 'The Administrative Tribunal': 0.009046362608367884, 'CBS News': 0.029400678477195626, 'just one symbolic euro': 0.009046362608367884, 'two months': 0.033295640155798466, 'Kerry Say': 0.006156552330694811, 'Iceland': 0.019726096243246637, 'Peter J. Hasson': 0.013569543912551827, '@peterjhasson': 0.013569543912551827, 'the Paris Accords': 0.013569543912551827, 'Gore Blames CoVID': 0.007412991581857017, 'Hurricanes': 0.007412991581857017, 'New Viruses': 0.007412991581857017, 'Wuhan': 0.05503203920090463, 'Hurricane Laura': 0.007412991581857017, 'Tom Elliott': 0.0615655233069481, 'Candi CdeBaca': 0.0121874607362734, 'the Daily Wire': 0.013820831762784268, 'Donald Trump Jr.': 0.0121874607362734, '@DonaldJTrumpJr': 0.01193617288604096, '88022': 0.039577836411609495, 'The United States Navy Hospital Ship Comfort': 0.007412991581857017, 'New York Harbor': 0.007412991581857017, 'Andrew Cuomo': 0.011810528960924738, 'Manhattan': 0.03492901118230934, '70,000-ton': 0.007412991581857017, 'Mark T. Esper': 0.007412991581857017, 'Cuomo': 0.013569543912551827, '538': 0.008292499057670561, 'Kathy Castor': 0.00804121120743812, 'the next 20 years': 0.00804121120743812, 'the House Select Committee on Climate Crisis': 0.00804121120743812, 'the House': 0.009423294383716547, 'Come to Chinatown': 0.00804121120743812, 'February 24': 0.00804121120743812, 'Trump War Room – Text TRUMP': 0.03203920090463626, 'C-SPAN': 0.00804121120743812, 'Steve Guest': 0.03492901118230934, 'Listen to Pelosi’s': 0.00804121120743812, 'Kevin McCarthy': 0.022992838296268376, 'as few as 20 Representatives': 0.008292499057670561, '— Kevin McCarthy': 0.00804121120743812, 'over 230 years': 0.00804121120743812, 'MSNBC Legal': 0.0060309084055785896, 'Glenn Kirschner': 0.0062821962558110315, 'Tavia Galonski': 0.0062821962558110315, 'The Hague': 0.014951627088830254, 'Bernie Outspends': 0.009674582233948988, '$1.2 MILLION': 0.009674582233948988, 'the final quarter of 2019': 0.009674582233948988, '1,199,579': 0.01432340746324915, 'the final three months of 2019': 0.01432340746324915, 'Apollo Jets': 0.020731247644176404, 'LLC': 0.01432340746324915, 'an additional $23,941': 0.01432340746324915, 'Advanced Aviation Team': 0.014574695313481592, '1,040,698': 0.01432340746324915, 'last quarter': 0.019349164467897976, 'about 26 percent': 0.01432340746324915, 'SHOWTIME': 0.007538635506973238, 'Jets': 0.007538635506973238, 'Limousines': 0.007538635506973238, 'Will Offer': 0.007538635506973238, '92': 0.009548938308832768, 'this years': 0.007538635506973238, 'Hollywood': 0.03342128408091469, 'The Academy of Motion Picture Arts and Sciences': 0.007538635506973238, 'Oscar Nominees Luncheon': 0.007538635506973238, 'the Dolby Theatre': 0.007538635506973238, '92nd': 0.007538635506973238, 'Academy Awards': 0.00980022615906521, 'Feb. 9': 0.007538635506973238, 'Variety': 0.007538635506973238, '@Variety': 0.007538635506973238, 'The Academy': 0.007538635506973238, 'the past decade': 0.017590149516270887, 'Academy': 0.007538635506973238, 'the past seven years': 0.007538635506973238, 'Houses of Congress': 0.009548938308832768, 'about a year and a half ago': 0.009548938308832768, 'Michael Keaton': 0.009548938308832768, '@MichaelKeaton': 0.009548938308832768, 'Michael Moore': 0.00980022615906521, '@MMFlint': 0.009548938308832768, 'Tom Petty': 0.009548938308832768, 'Elizabeth Banks': 0.009548938308832768, '9 PM EST': 0.009548938308832768, 'Sarah Silverman': 0.0121874607362734, 'Union': 0.009548938308832768, 'Mark Ruffalo': 0.009548938308832768, 'the next year': 0.0164593541902249, 'Ruffalo': 0.009548938308832768, '90': 0.009548938308832768, 'last year’s': 0.012815680361854504, 'just 26.5 million': 0.009548938308832768, 'Left-Wing Extremist': 0.013318256062319386, 'Washington Bureaucrats': 0.013318256062319386, '‘The Enemy of the People’ Monday': 0.014951627088830254, 'the World Affairs Council of Philadelphia': 0.015202914939062695, 'later today': 0.021610755119989947, '‘The Enemy of the People,’': 0.014951627088830254, 'The Enemy of the People': 0.016836285965573565, 'From ‘The Enemy of the People’ – ‘We': 0.016584998115341122, 'March 2018': 0.016584998115341122, '33%': 0.02600829249905767, 'the same period last year': 0.016836285965573565, 'the Cable News Network': 0.016836285965573565, 'Versus': 0.016836285965573565, '-4%': 0.016836285965573565, '-33%': 0.016836285965573565, '-5%': 0.016836285965573565, '-21': 0.016836285965573565, 'daytime': 0.016836285965573565, 'Nickelodeon': 0.016836285965573565, 'HGTV': 0.016836285965573565, 'Discovery': 0.016836285965573565, 'Barr': 0.016836285965573565, '13 percent': 0.02399798969719814, 'the same month': 0.023118482221384594, 'Tucker Carlson Tonight': 0.016836285965573565, '2.6 million': 0.016836285965573565, 'her worst month': 0.016836285965573565, '3.1 million': 0.016836285965573565, 'Cornell': 0.016836285965573565, 'Fake News': 0.016836285965573565, 'n’t': 0.044729237341374545, 'Australian': 0.04309586631486367, 'Emma Thompson': 0.009046362608367884, 'Thompson': 0.009046362608367884, 'one or two days': 0.008795074758135443, 'Extinction Rebellion': 0.015831134564643797, 'Sky News': 0.014197763538132931, 'Warren Support Climate': 0.006533484106043473, 'Shut Down Harvard': 0.006533484106043473, 'Hundreds': 0.01821836914185199, 'Yale University': 0.006533484106043473, '42': 0.013820831762784268, 'midfield': 0.006533484106043473, 'the Yale Bowl': 0.006533484106043473, 'Puerto Rican': 0.006533484106043473, 'the Uighurs of China': 0.006533484106043473, 'Miami': 0.04849855509486116, 'TONIGHT': 0.017087573815806004, 'Late Show': 0.011810528960924738, '81-Year-Old': 0.006533484106043473, 'Jane Fonda': 0.006784771956275914, 'Fonda': 0.006784771956275914, 'Tinseltown': 0.006533484106043473, 'every Friday': 0.006784771956275914, '11:00': 0.006533484106043473, 'Amy Schumer': 0.006533484106043473, 'Julia Louis-Dreyfus': 0.006533484106043473, 'Jane': 0.006533484106043473, 'last-minute': 0.01193617288604096, 'next week': 0.010931021485111195, 'two-hour': 0.006533484106043473, '9pm': 0.006533484106043473, 'Youtube': 0.006533484106043473, 'Facebook Live': 0.006533484106043473, 'the next day': 0.01960045231813042, 'The National Border Patrol Council': 0.006533484106043473, 'Peter Fonda': 0.006533484106043473, 'Peter': 0.006533484106043473, 'NBPC': 0.006533484106043473, 'ENOUGH': 0.006533484106043473, 'Commuter Trains': 0.006533484106043473, 'Commuters': 0.006784771956275914, 'Holly Collins': 0.006533484106043473, 'Canning Town': 0.006533484106043473, '@1968Sid69': 0.006533484106043473, 'Jail': 0.006533484106043473, 'hundreds of gallons': 0.006533484106043473, 'NYPD': 0.026762156049754994, 'at least 25': 0.009548938308832768, '25': 0.015077271013946476, 'Lower Manhattan': 0.00980022615906521, '@ABC7NY': 0.009548938308832768, 'Justine Calma': 0.009548938308832768, 'just 10 years': 0.012438748586505842, 'Backlash Builds': 0.005528332705113707, 'AOC Flies': 0.005528332705113707, '14-Minute': 0.005528332705113707, 'Copenhagen': 0.0057796205553461485, '14-minute': 0.0057796205553461485, 'Brandon Darby': 0.005528332705113707, 'Stephen Miller': 0.012313104661389622, 'Beltway': 0.012313104661389622, 'Countless': 0.009172006533484106, 'Mike Nayna': 0.009172006533484106, 'Shut Down': 0.006784771956275914, 'Perform ‘Interpretive Yoga': 0.006784771956275914, 'Protect Planet': 0.006784771956275914, 'Reuters Top News': 0.007412991581857017, 'Protesters for Throwing ‘Fake Blood’ on': 0.006156552330694811, 'Iconic Wall Street Bull': 0.006156552330694811, 'Brink': 0.006156552330694811, 'Shut Down DC Traffic': 0.007538635506973238, 'Throw Confetti': 0.007538635506973238, 'Call for ‘Birth Strike': 0.007538635506973238, 'Every Billionaire': 0.007538635506973238, 'Eat the Rich': 0.007538635506973238, 'Massachusetts Avenue': 0.007538635506973238, 'North Capitol Street': 0.007538635506973238, 'Tobacco': 0.007287347656740796, 'Calls Diet ‘EcoCide': 0.007287347656740796, 'Jeanine Pirro': 0.037441889684633745, 'Elizabeth Warren’s': 0.023244126146500815, 'Pirro': 0.009674582233948988, '26 percent': 0.019349164467897976, 'Monmouth University': 0.019349164467897976, '20 percent': 0.023746701846965697, '19 percent': 0.023621057921849476, '16 percent': 0.019349164467897976, 'every week': 0.006659128031159693, 'Confessions': 0.006659128031159693, 'NBC News Graphics (@NBCNewsGraphics': 0.006659128031159693, 'year-round': 0.006659128031159693, 'Meat, Energy, Transportation': 0.006659128031159693, 'Kick rocks': 0.006659128031159693, 'New York City Allows': 0.01017715793441387, 'Skip School for ‘Climate Walk-Out': 0.01017715793441387, 'more than one million': 0.01017715793441387, 'Climate Walk-Out': 0.01017715793441387, 'Bill De Blasio': 0.013569543912551827, 'FDNY EMS': 0.010428445784646311, 'New York’s': 0.032667420530217366, 'the US': 0.010428445784646311, 'World Cup': 0.010428445784646311, 'the New York City Police Benevolent Association': 0.010428445784646311, 'Compsat': 0.010679733634878752, '9.7%': 0.010679733634878752, 'Brooklyn': 0.010679733634878752, 'PBA': 0.010679733634878752, 'Son and Police” Debate Comments \\n The hostile': 0.010428445784646311, '@NYCPBA': 0.010428445784646311, 'Safest Big City': 0.010428445784646311, 'Louis Anemone': 0.010428445784646311, 'Law Enforcement Officers': 0.010679733634878752, 'last Monday': 0.018972232692549315, 'DISGUSTING': 0.010428445784646311, 'Bill De Blowsio': 0.010428445784646311, 'Joey Saladino': 0.010428445784646311, 'Left': 0.04309586631486367, 'Rudy W. Giuliani': 0.010428445784646311, 'Harlem': 0.010428445784646311, 'City Hall': 0.017087573815806004, 'Albany': 0.010428445784646311, 'Patrick Lynch': 0.010428445784646311, 'Alabama': 0.044729237341374545, 'up to 99 years': 0.008292499057670561, 'rape+incest': 0.011810528960924738, 'Kay Ivey': 0.015454202789295136, 'Section 5': 0.011559241110692297, '280': 0.008543786907903002, 'eight weeks': 0.008543786907903002, 'Howard Sachs': 0.008292499057670561, 'Planned Parenthood': 0.008292499057670561, 'the American Civil Liberties Union': 0.008292499057670561, '1973': 0.05402688779997487, 'U.S. Supreme Court': 0.008292499057670561, 'Roe v. Wade': 0.008292499057670561, '24 to 28 weeks': 0.008292499057670561, 'Mississippi': 0.03015454202789295, '$3 Trillion': 0.007789923357205679, 'Equitable Future': 0.007789923357205679, 'New Jersey': 0.027264731750219876, 'Booker co-sponsored': 0.007789923357205679, 'more than $100 billion': 0.007789923357205679, 'the last three years': 0.007789923357205679, '$16': 0.009548938308832768, '$10': 0.009548938308832768, 'TRILLION': 0.012690036436738283, 'Ali Velshi': 0.009548938308832768, '$10 trillion': 0.022992838296268376, 'the year 2100': 0.02990325417766051, 'Velshi & Ruhle': 0.009548938308832768, 'DNC Votes AGAINST Plan': 0.008418142982786782, 'the Democratic National Committee': 0.01997738409347908, 'day one': 0.008418142982786782, 'Greenpeace': 0.033923859781379566, 'The Late Show': 0.00980022615906521, '50 Years': 0.004774469154416384, 'Asks ‘What Are We Gon': 0.004774469154416384, 'Veterans': 0.010805377559994974, 'Doubles Down': 0.010805377559994974, '— Free Beacon': 0.010805377559994974, 'AOC Warns Social Media of ‘Climate-Vulnerable Foods’ Like Grapes, Coffee, Berries': 0.004397537379067722, 'Earlier this month': 0.023495413996733258, 'summer': 0.031034049503706494, '22 Celsius': 0.004397537379067722, 'Kevin Jantzer': 0.011056665410227415, '@kjantzer': 0.011056665410227415, 'a “day': 0.005528332705113707, 'Uber and Lyft Wednesday': 0.005528332705113707, 'Labor': 0.01570549063952758, 'Your Direct Action': 0.005528332705113707, 'Uber or Lyft': 0.0057796205553461485, 'Gillibrand Unveils': 0.005277044854881266, '$10 TRILLION': 0.005277044854881266, 'Kirsten Gillibrand': 0.0243749214725468, 'Gillibrand': 0.016333710265108683, 'Utica': 0.007915567282321899, 'just hours later': 0.007915567282321899, 'the Immigration and Customs Enforcement': 0.007915567282321899, 'AnyClip Begin': 0.007915567282321899, \"AnyClip End '\": 0.007915567282321899, 'The Big Apple Declares ‘Climate Emergency': 0.016961929890689783, 'the United Nations Intergovernmental Panel on Climate Change': 0.016961929890689783, 'Kallos': 0.016961929890689783, 'Reynoso': 0.016961929890689783, 'Levin': 0.016961929890689783, 'Espinal': 0.016961929890689783, 'Koslowitz': 0.016961929890689783, 'Powers': 0.016961929890689783, 'Chin': 0.016961929890689783, 'Rosenthal': 0.016961929890689783, 'Barron': 0.016961929890689783, 'April 22, 2016': 0.016961929890689783, '174': 0.016961929890689783, 'the European Union': 0.06357582610880763, '1.5': 0.028521171001382083, 'October 8, 2018': 0.016961929890689783, 'the United Nations International Panel on Climate Change': 0.016961929890689783, 'this century': 0.022867194371152155, 'the next 12 years': 0.016961929890689783, 'November 23, 2018': 0.016961929890689783, 'NCA4': 0.016961929890689783, 'the National Aeronautics and Space Administration': 0.016961929890689783, 'NASA': 0.05352431209950999, 'Goddard Institute for Space Studies': 0.016961929890689783, 'GISS': 0.016961929890689783, 'F': 0.039703480336725716, 'the 1951 to 1980': 0.016961929890689783, 'the past five years': 0.016961929890689783, 'World Wildlife Fund’s': 0.016961929890689783, 'between 1970 and 2014': 0.016961929890689783, 'the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services': 0.016961929890689783, '40%': 0.032667420530217366, 'one million': 0.016961929890689783, 'the next few decades': 0.016961929890689783, 'The United States of America': 0.01997738409347908, 'Restoring': 0.016961929890689783, 'healthcare': 0.025128785023244126, 'Building': 0.016961929890689783, 'Nearly 400': 0.016961929890689783, 'over 34 million': 0.016961929890689783, 'Hoboken': 0.016961929890689783, 'Montgomery County': 0.016961929890689783, 'Oakland': 0.019223520542781754, 'Richmond': 0.016961929890689783, 'Santa Cruz': 0.016961929890689783, 'Bristol': 0.016961929890689783, 'The City Council': 0.016961929890689783, '0.00%': 0.017213217740922226, 'more than 5%': 0.016961929890689783, 'Bill de Blasio’s': 0.022741550446035933, '29%': 0.017213217740922226, '34%': 0.021233823344641287, \"Bill de Blasio's\": 0.016961929890689783, \"Donald Trump's\": 0.016961929890689783, 'Siena College': 0.016961929890689783, '600': 0.0201030280185953, 'Ana Cabrera': 0.017213217740922226, 'eight months': 0.016961929890689783, 'IRS': 0.02399798969719814, 'the 2015 to 2016 tax year': 0.016961929890689783, 'June 2019': 0.016961929890689783, 'Illinois': 0.03015454202789295, 'WARREN': 0.007915567282321899, 'Forget Midwest Droughts': 0.007915567282321899, 'the ‘Green New Deal’': 0.007915567282321899, 'Burlington': 0.008166855132554341, 'just a few years ago': 0.008166855132554341, 'Chris Manning': 0.007915567282321899, 'AOC ON DC': 0.004774469154416384, 'The Climate Crisis': 0.004774469154416384, 'the ten years': 0.005402688779997487, 'Markey': 0.007538635506973238, 'one week': 0.007789923357205679, 'Congresswoman Ocasio-Cortez': 0.007538635506973238, 'Oversight Committee': 0.007538635506973238, 'Ocasio-Cortez’ ‘Green New Deal': 0.007538635506973238, 'Hugh Hewitt': 0.007538635506973238, 'three or four': 0.007538635506973238, 'Javad Zarif': 0.007538635506973238, 'last May': 0.011307953260459856, 'Three': 0.02035431586882774, 'Kyrsten Sinema': 0.027139087825103655, 'Independent Angus': 0.019223520542781754, 'Jakobshavn': 0.005653976630229928, '2012': 0.03430079155672823, 'about 1.8 miles': 0.005653976630229928, 'nearly 130 feet': 0.005653976630229928, 'the past two years': 0.005653976630229928, 'Beto Compares Global Warming': 0.004774469154416384, 'Normandy': 0.004774469154416384, '2,000 miles': 0.005025757004648825, '4-month old': 0.005025757004648825, 'the last 10 days': 0.004774469154416384, '230 years ago': 0.004774469154416384, '170': 0.019474808393014197, '230-plus years ago': 0.004774469154416384, '65,000': 0.008292499057670561, '$93 trillion': 0.01005151400929765, \"Ocasio-Cortez's '\": 0.00804121120743812, \"Green New Deal'\": 0.00804121120743812, '$93 Trillion': 0.00804121120743812, '650,000': 0.00804121120743812, 'Bernie Sanders Warns': 0.004774469154416384, 'Blames ‘Acid Rain': 0.004774469154416384, 'Martin Luther King Jr.': 0.004774469154416384, '@People4Bernie': 0.018720944842316872, 'presidential campaign weeks ago': 0.004774469154416384, 'John King': 0.005402688779997487, 'Left Before Climate': 0.004523181304183942, 'Apocalypse': 0.013443899987435608, 'Bernie Sanders Spent': 0.006910415881392134, '300': 0.009674582233948988, 'FEC': 0.015077271013946476, 'just nine days': 0.009172006533484106, '297,658.50': 0.009172006533484106, 'nine-day': 0.009423294383716547, 'almost $300,000': 0.009172006533484106, 'VTDigger': 0.009423294383716547, 'Friends of Bernie Sanders': 0.009674582233948988, '297,685.50': 0.009172006533484106, 'Oct. 10': 0.009172006533484106, 'the year 2018': 0.008166855132554341, 'Emmanuel Macron': 0.018846588767433094, 'Yellow Vest': 0.008669430833019224, 'six-month': 0.016333710265108683, 'more than one hundred': 0.006156552330694811, 'graffiti': 0.006156552330694811, 'Graffiti': 0.006156552330694811, 'the Arc de Triomphe': 0.006407840180927252, 'weekend': 0.006156552330694811, 'the Champs-Elysees': 0.006156552330694811, 'the Daily Mail': 0.006156552330694811, '133': 0.006156552330694811, '412': 0.006156552330694811, 'last night': 0.03015454202789295, 'at least six months': 0.006156552330694811, '18 months': 0.006156552330694811, 'Edouard Philippe': 0.006156552330694811, 'anti-Macron': 0.00980022615906521, 'First Day': 0.0057796205553461485, 'Climate Protest Outside Pelosi’s Office': 0.0057796205553461485, 'National Parks': 0.014825983163714035, 'a “few days': 0.014825983163714035, 'Acadia National Park': 0.015077271013946476, 'a lovely few days': 0.014825983163714035, 'Def Top': 0.014825983163714035, '🍳': 0.014825983163714035, '✌': 0.014825983163714035, 'this November': 0.02575700464882523, 'January 3rd': 0.008292499057670561, 'January 4th': 0.008292499057670561, 'YouTube Vows': 0.006910415881392134, 'YouTube': 0.01796708129161955, 'BuzzFeed News': 0.006910415881392134, 'Alex Jones': 0.014825983163714035, 'over 50 million': 0.006910415881392134, 'Mark Zuckerberg': 0.012564392511622063, 'Cambridge Analytica': 0.006910415881392134, 'Facebook’s': 0.006910415881392134, 'nearly half': 0.01608242241487624, '10 million': 0.015077271013946476, 'Elliot Schrage': 0.006910415881392134, 'Policy and Communications': 0.006910415881392134, '56%': 0.006910415881392134, '44%': 0.006910415881392134, 'approximately 3,000': 0.006910415881392134, 'roughly $100,000': 0.01017715793441387, 'Roughly 25%': 0.006910415881392134, 'LGBT': 0.006910415881392134, 'Doomed Presidential': 0.006910415881392134, 'last fall': 0.03869832893579595, 'the American Meteorological Society': 0.014825983163714035, 'the United Nation’s': 0.0057796205553461485, 'only 55−70%': 0.0057796205553461485, 'CMIP5': 0.0060309084055785896, 'ECS': 0.0057796205553461485, 'Climate ‘DENIAL’': 0.006784771956275914, 'Al Gore’s': 0.013066968212086945, 'Tennessee': 0.027013443899987433, 'approximately 21x': 0.009297650458600325, 'the National Center for Public Policy Research': 0.009297650458600325, '10,000 square foot': 0.009297650458600325, 'over 230,000 kilowatt hours': 0.009297650458600325, 'twelve-month': 0.009297650458600325, 'The United States Energy Information Administration': 0.009297650458600325, 'only 11,000 kilowatt hours': 0.009297650458600325, '$300 million dollars': 0.009297650458600325, 'the Nobel Prize': 0.009297650458600325, 'An Inconvenient Sequal: Truth to Power': 0.009297650458600325, 'An Incovenient Truth': 0.009297650458600325, 'this winter': 0.009548938308832768, 'Nature Communications': 0.009548938308832768, 'this season': 0.009548938308832768, 'Northern Hemisphere': 0.009548938308832768, '40k': 0.0035180299032541774, 'Just 3 Months': 0.0035180299032541774, 'nearly $40,000': 0.00804121120743812, '37,567': 0.00804121120743812, 'the third quarter of 2017': 0.00804121120743812, '50 or': 0.00804121120743812, 'the Huffington Post': 0.00804121120743812, 'Jennifer Lawrence Blames Trump Supporters': 0.00402060560371906, 'Hurricane Irma': 0.004271893453951501, 'Jennifer Lawrence': 0.009674582233948988, 'Lawrence': 0.009925870084181429, 'Channel 4': 0.00402060560371906, 'an end of days': 0.00402060560371906, 'Category 4': 0.010428445784646311, 'Caribbean': 0.009423294383716547, 'NY Times': 0.014700339238597813, 'over seven months': 0.0028898102776730742, 'Times': 0.00980022615906521, 'months ago': 0.01796708129161955, 'Irma Telethon': 0.0021359467269757505, 'Liberal Hate-Fest': 0.0021359467269757505, 'over $14 million': 0.0021359467269757505, 'Kellyanne Blasts ‘': 0.003643673828370398, 'Chris Cuomo': 0.0038949616786028395, 'Kellyanne Conway': 0.003643673828370398, 'Hurricane Harvey': 0.017087573815806004, 'the weeks and months': 0.003643673828370398, 'Harvey': 0.003643673828370398, 'Conway': 0.003643673828370398, 'Kellyanne': 0.003643673828370398, 'HAWLEY ON FIRE': 0.0028898102776730742, 'Green Agenda': 0.0028898102776730742, 'Senate Energy and Natural Resources Committee': 0.0028898102776730742, 'Josh Hawley': 0.014825983163714035, 'Interior': 0.008292499057670561, 'Deb Haaland': 0.0028898102776730742, 'the Biden Administration’s': 0.00980022615906521, 'THE FAILING TIMES': 0.012564392511622063, 'Resurgence of Deadly Terrorist Group \\n Follow': 0.0028898102776730742, 'Biden Moves on Light': 0.003769317753486619, 'Just The News': 0.003769317753486619, 'Team Biden': 0.00402060560371906, 'The U.S. Energy Department': 0.003769317753486619, 'Aug. 1': 0.003769317753486619, 'the Energy Department': 0.009046362608367884, 'Cost-Saving Energy Efficiency Standards': 0.003769317753486619, 'two and a half months': 0.003769317753486619, '2023': 0.020731247644176404, 'the Energy Dept': 0.003769317753486619, 'John Solomon': 0.03869832893579595, 'BEIJING': 0.0032667420530217363, 'U.S. Needs': 0.0032667420530217363, \"'Work Together' With China\": 0.0032667420530217363, 'Ted Cruz': 0.02638522427440633, 'Southwest': 0.029400678477195626, 'Future of Democracy': 0.0032667420530217363, 'CCP': 0.027139087825103655, \"Revoke Biden's '\": 0.0025128785023244126, '2024': 0.021108179419525065, 'my first day': 0.0062821962558110315, 'Pompeo Torches Biden': 0.003643673828370398, 'New York Post Op-Ed \\n ': 0.003643673828370398, 'Chinese': 0.05189094107299912, 'an entire week': 0.003643673828370398, 'the Junk Fee Protection Act': 0.003643673828370398, 'the Chinese Communist Party': 0.02613393642417389, 'George Washington': 0.003643673828370398, 'KENNEDYISMS': 0.0038949616786028395, 'a Pine Knot': 0.0038949616786028395, \"The Man's Got Guts\": 0.0038949616786028395, 'John Kennedy': 0.007036059806508355, 'Kennedy': 0.039703480336725716, 'at least millions': 0.0038949616786028395, 'the First Amendment': 0.0038949616786028395, 'Christmas': 0.027139087825103655, 'Krysten Sinema': 0.005653976630229928, 'Warnock': 0.005653976630229928, 'Mehdi Hasan': 0.005653976630229928, 'Sinema': 0.015579846714411358, 'Keith Olbermann': 0.005653976630229928, 'Brittany Packnett Cunningham': 0.005653976630229928, 'Charlotte Clymer': 0.005653976630229928, 'Clymer': 0.005653976630229928, 'D.C. \\n ': 0.005653976630229928, 'the Arizona Republic': 0.005653976630229928, 'Democratic Party': 0.03668802613393642, 'Obama Try': 0.003643673828370398, 'TikTok': 0.03002889810277673, 'Libs of TikTok': 0.003643673828370398, 'forty-four': 0.003643673828370398, 'Vitus Spehar': 0.003643673828370398, 'Under The Desk News': 0.003643673828370398, '60-second': 0.003643673828370398, '2008': 0.01834401306696821, 'Spehar': 0.003643673828370398, 'Warren Wants Equity': 0.004397537379067722, 'FEMA': 0.011182309335343636, \"Echoing Veep's\": 0.004397537379067722, 'Veep': 0.004397537379067722, 'Mass.': 0.004397537379067722, 'Sept. 30': 0.004397537379067722, 'The White House': 0.023369770071617037, 'a day': 0.019097876617665537, 'Fox News Politics': 0.007287347656740796, 'Biden Blasted': 0.004397537379067722, 'Maria Bartiromo': 0.004397537379067722, 'Bartiromo': 0.004397537379067722, 'Conservative': 0.004397537379067722, 'DRILL': 0.013192612137203165, 'Max Miller': 0.004397537379067722, '@MaxMillerOH': 0.004397537379067722, 'Jim Jordan': 0.004397537379067722, 'Marsha Blackburn': 0.023244126146500815, 'DeSantis': 0.01595677848976002, 'ReidOut': 0.005402688779997487, 'Joy-Ann': 0.005151400929765046, 'Pro-Democracy': 0.005151400929765046, 'Reid 😷': 0.005151400929765046, '@JoyAnnReid': 0.005151400929765046, 'Jeremy Redfern': 0.005402688779997487, 'Team Joyless': 0.005151400929765046, 'The Reidout': 0.005151400929765046, 'CBS Nat News': 0.005151400929765046, 'a few months ago': 0.007789923357205679, 'Redfern': 0.005151400929765046, 'Nah': 0.005151400929765046, '@JeremyRedfernFL': 0.005151400929765046, 'Only last week': 0.005151400929765046, 'Floridians': 0.005151400929765046, 'African Americans': 0.005151400929765046, 'Greg Gutfeld': 0.0030154542027892948, 'Gutfeld': 0.0030154542027892948, 'View': 0.02575700464882523, 'the Church of Climate Change': 0.0027641663525568537, 'Behar': 0.0030154542027892948, 'Hurricane Sandy': 0.0027641663525568537, 'Twister': 0.0027641663525568537, 'KARINE!': 0.006156552330694811, 'Press Sec': 0.006156552330694811, \"Biden Thinks America's\": 0.006156552330694811, 'Karine Jean-Pierre': 0.012438748586505842, 'Doocy': 0.008166855132554341, 'about 20 percent': 0.006156552330694811, 'the first half of this year': 0.006156552330694811, 'KJP': 0.008166855132554341, 'Jean-Pierre': 0.008166855132554341, 'Biden’s': 0.009172006533484106, 'more than $300 billion': 0.006156552330694811, 'WaPo': 0.006156552330694811, 'Langer Research Associates': 0.006156552330694811, '89%': 0.006156552330694811, '77%': 0.006156552330694811, '76%': 0.006156552330694811, '62%': 0.006156552330694811, '61% and 50%': 0.006156552330694811, '38%': 0.011182309335343636, '1991': 0.006156552330694811, '7,500': 0.005277044854881266, 'Only one': 0.005025757004648825, 'Ford': 0.005277044854881266, 'EV': 0.019349164467897976, 'between $6,000 and $8,500': 0.005025757004648825, 'The F-150 Lightning Pro': 0.005025757004648825, '46,974': 0.005025757004648825, '7,000': 0.005025757004648825, '39,947': 0.005025757004648825, 'Hummer': 0.005025757004648825, '6,250': 0.005025757004648825, '$740 billion': 0.005025757004648825, '$369 billion': 0.012941324286970724, 'hundreds of dollars': 0.005025757004648825, '7.5k': 0.005025757004648825, 'just about $7.5k': 0.005025757004648825, 'Brent Scher': 0.005025757004648825, 'WAIT': 0.00402060560371906, 'the Build Back Better': 0.00402060560371906, '$739 billion': 0.00402060560371906, '$433 billion': 0.00402060560371906, 'roughly 40%': 0.00402060560371906, 'the Build Back': 0.004900113079532605, 'Build Back': 0.005151400929765046, 'the\\xa0Inflation Reduction Act': 0.004900113079532605, '15%': 0.017590149516270887, '@Sen_JoeManchin': 0.004900113079532605, 'Catastrophic': 0.005025757004648825, 'Court': 0.005277044854881266, 'Every day': 0.005277044854881266, 'TheMajority': 0.005025757004648825, 'Heather Cox Richardson': 0.005277044854881266, 'Kate Aronoff': 0.005025757004648825, 'ABC White House': 0.005025757004648825, 'Mary Alice Parks': 0.005025757004648825, 'John Roberts': 0.005025757004648825, 'Obama Installing Massive Propane Tanks': 0.005528332705113707, 'Martha’s Vineyard Property': 0.005528332705113707, 'Country Suffers': 0.005528332705113707, 'Energy Prices': 0.005528332705113707, 'Martha': 0.01821836914185199, 'Edgartown': 0.005528332705113707, 'The Daily Caller News Foundation': 0.005528332705113707, '79': 0.005528332705113707, 'Turkeyland Cove Road': 0.005528332705113707, 'DCNF': 0.009172006533484106, '2,500 gallons': 0.005528332705113707, 'two 1,000 gallon': 0.005528332705113707, 'one 500 gallon': 0.005528332705113707, '54%': 0.013318256062319386, 'the U.S. Energy Information Administration': 0.009423294383716547, '26-28%': 0.005528332705113707, '2005': 0.010554089709762533, 'multi-million dollar': 0.005528332705113707, '475': 0.005528332705113707, '60th': 0.005528332705113707, 'Delta': 0.005528332705113707, 'the summer of 2021': 0.005528332705113707, 'Committee Says Trust in Public Health': 0.004523181304183942, 'Breitbart News': 0.008795074758135443, 'Republican Study Committee': 0.004523181304183942, 'RSC': 0.004774469154416384, 'Jim Banks': 0.004523181304183942, 'Fauci': 0.004774469154416384, 'Banks': 0.004774469154416384, 'The Republican Study Committee': 0.004523181304183942, 'NIH': 0.004523181304183942, 'Breitbart': 0.009297650458600325, 'Anthony Fauci': 0.004523181304183942, 'his first week': 0.004523181304183942, 'Keystone XL': 0.009172006533484106, 'FIRST DAY': 0.004523181304183942, 'Doocy Asks New Press Sec': 0.004523181304183942, 'Waukesha': 0.004774469154416384, 'Jen Psaki’s': 0.004523181304183942, 'May 13th': 0.004523181304183942, '— Joe Biden': 0.004523181304183942, 'this past year': 0.004523181304183942, 'Buffalo': 0.004774469154416384, 'every month': 0.005151400929765046, '48%': 0.012941324286970724, '16%': 0.00980022615906521, '13%': 0.005151400929765046, '11%': 0.005151400929765046, 'The Federal Reserve': 0.01394647568790049, 'Administration': 0.029400678477195626, '$30 trillion': 0.005151400929765046, 'a Federal Reserve': 0.005151400929765046, '8.5%': 0.005402688779997487, '12 month': 0.005402688779997487, 'four decades': 0.005402688779997487, 'McCarthy Torch': 0.002638522427440633, '33': 0.0028898102776730742, 'SARAH': 0.003392385978137957, \"Reserve Nominee Withdraws After Manchin's '\": 0.003392385978137957, 'Sarah Bloom Raskin': 0.003392385978137957, 'the Federal Reserve Board': 0.007789923357205679, 'Raskin': 0.003392385978137957, 'Sarah Bloom Raskin’s': 0.003392385978137957, 'Sarah Raskin': 0.003392385978137957, 'Blast Her Own Party': 0.002261590652091971, 'the Union Response': 0.002261590652091971, 'Working Families Party': 0.002261590652091971, 'Holly Otterbein': 0.002261590652091971, 'BEIJING FIRST': 0.009046362608367884, 'the UN Climate Conference': 0.009046362608367884, 'the several months': 0.009046362608367884, 'World Needs': 0.008669430833019224, 'Nancy Pelosi’s': 0.008920718683251665, 'the last week': 0.008920718683251665, '5000': 0.01193617288604096, 'the National Guard': 0.015454202789295136, \"Nancy Pelosi's\": 0.008920718683251665, 'Mary Ellen Klas': 0.008920718683251665, 'Fla. National Guard': 0.008920718683251665, 'Last night': 0.008920718683251665, 'Adjutant': 0.008920718683251665, 'Florida National Guard': 0.008920718683251665, 'the National Capital Region': 0.008920718683251665, 'Lindsey Graham': 0.012438748586505842, 'PIC': 0.007915567282321899, 'Biden Summit': 0.007915567282321899, 'the American People Are Not Asking For': 0.007538635506973238, '90 million': 0.011684885035808518, '43 percent': 0.010554089709762533, 'NPR/PBS NewsHour/Marist': 0.010554089709762533, 'Thirty-six percent': 0.010554089709762533, '55 percent': 0.010554089709762533, '85 percent': 0.010554089709762533, '$3.5 Trillion': 0.007789923357205679, '$6 Trillion': 0.007789923357205679, 'just 43%': 0.007789923357205679, 'Real Clear Politics': 0.04498052519160698, 'Quinnipiac': 0.007789923357205679, 'just 38%': 0.007789923357205679, 'nearly $5': 0.01017715793441387, 'about $5.40': 0.01017715793441387, 'Mobil': 0.01017715793441387, '11th Ave': 0.01017715793441387, 'the West Side': 0.01017715793441387, '7-year': 0.01017715793441387, 'about $3.25': 0.01017715793441387, 'GasBuddy': 0.01017715793441387, '3.31': 0.01017715793441387, 'the Lundberg Survey': 0.01017715793441387, 'Thursdasy': 0.0060309084055785896, 'Leaf Blowers': 0.006156552330694811, 'Golden State': 0.01834401306696821, '2028': 0.011307953260459856, 'Marc Berman': 0.006156552330694811, 'Sean Clegg': 0.006156552330694811, 'NEVER': 0.009674582233948988, 'Larry Elder': 0.016584998115341122, 'Fox Los Angeles': 0.006156552330694811, 'Napa': 0.006407840180927252, 'Bill Melugin': 0.006407840180927252, 'Fox LA': 0.006156552330694811, \"Jason Kinney's\": 0.006156552330694811, 'Town & Country': 0.006156552330694811, '10pm': 0.006156552330694811, '11/6/2020': 0.006156552330694811, 'The French Laundry': 0.006156552330694811, '$5+': 0.008795074758135443, 'Gallon': 0.008795074758135443, 'Gasoline': 0.008795074758135443, '48': 0.015328558864178917, '210': 0.013443899987435608, 'the Infrastructure Bill': 0.013443899987435608, '52': 0.013192612137203165, 'the ‘American Rescue Plan': 0.007036059806508355, 'March 6': 0.007287347656740796, 'half this year': 0.007287347656740796, 'the “American Rescue Plan': 0.007036059806508355, 'Joe Biden Laughs': 0.006156552330694811, 'Sinema Being Harassed': 0.006156552330694811, 'the Democratic Socialist': 0.01595677848976002, 'multi-trillion-dollar': 0.020605603719060183, 'a few minutes': 0.010679733634878752, 'Unhinged Bernie': 0.00804121120743812, 'Dems Can’t Pass': 0.00804121120743812, '3.5': 0.00804121120743812, 'New Spending': 0.00804121120743812, 'Can’t Be Allowed': 0.007664279432089458, 'Bipartisan Infrastructure': 0.009046362608367884, 'more than two months ago': 0.009046362608367884, 'Charles]': 0.009046362608367884, 'the WHITE HOUSE': 0.004900113079532605, 'the year 2020': 0.008669430833019224, 'Townhall.com': 0.025003141098127905, 'Biden Vows': 0.006533484106043473, 'Year 2020': 0.006533484106043473, 'ELDER': 0.00980022615906521, 'Elder': 0.01005151400929765, 'Nearly 80%': 0.00980022615906521, 'September 14': 0.01394647568790049, 'September 14th': 0.01394647568790049, 'next month’s': 0.00980022615906521, 'a lot of months': 0.00980022615906521, 'a few weeks': 0.015077271013946476, 'a few years': 0.01394647568790049, 'Emerson': 0.00980022615906521, '46%': 0.014197763538132931, 'Darry Sragow': 0.00980022615906521, 'Sragow': 0.00980022615906521, 'the last couple of weeks': 0.00980022615906521, 'Hispanic': 0.023621057921849476, 'Ashley Zavala': 0.00980022615906521, 'Los Angeles Sergeant': 0.00980022615906521, 'the Police Protective League': 0.00980022615906521, 'Los Angeles Police Protective League': 0.00980022615906521, 'Sgt': 0.00980022615906521, 'Jerretta Sandoz': 0.00980022615906521, 'Fox & Friends': 0.00980022615906521, 'the University of California, Berkeley': 0.00980022615906521, 'the United States Constitution': 0.00980022615906521, 'Dean': 0.00980022615906521, '5,000,001': 0.00980022615906521, '4,999,999': 0.00980022615906521, '1.8 million': 0.00980022615906521, 'almost three': 0.00980022615906521, 'Clever Traveler': 0.006910415881392134, 'Airline': 0.006910415881392134, 'Page Passenger Named ‘Recall Newsom': 0.006910415881392134, 'Cali Airport': 0.006910415881392134, 'Recall Newsom': 0.007161703731624575, 'the Public Address System': 0.006910415881392134, 'Delta Airlines': 0.006910415881392134, 'Concourse A': 0.006910415881392134, 'Airport': 0.007161703731624575, 'Lol': 0.006910415881392134, 'Richard Grenell': 0.007161703731624575, '— Brick Suit': 0.006910415881392134, 'Californians': 0.011810528960924738, 'his first day': 0.02651086819952255, '25 months': 0.006910415881392134, 'just 25 months': 0.006910415881392134, 'the Budget Committee': 0.009046362608367884, 'September 15': 0.009046362608367884, 'Facebook Thursday': 0.011307953260459856, 'Zuckerberg': 0.015202914939062695, 'Facebook’s PR': 0.011559241110692297, 'white supremacists & disinformation': 0.011559241110692297, 'Human Capital Stock': 0.011559241110692297, 'Schumer Unveils Dems’ Massive': 0.007287347656740796, '$3.5 TRILLION': 0.007287347656740796, 'Warns Readers': 0.005905264480462369, '25 Years': 0.005905264480462369, '1995': 0.006156552330694811, '25 years': 0.01595677848976002, 'NYTimes': 0.005905264480462369, 'Steve Milloy': 0.012061816811157179, '2 to 3 feet': 0.005905264480462369, 'Humans Can Save the Earth': 0.008292499057670561, 'Unionized Tree Planters': 0.008292499057670561, 'the 90s': 0.008292499057670561, 'only 2': 0.008543786907903002, 'Knesset': 0.008292499057670561, 'the American Congress': 0.008292499057670561, 'Only a few days ago': 0.008292499057670561, 'Palestine': 0.024626209322779244, 'A week ago': 0.008292499057670561, 'some 70': 0.008292499057670561, 'a month ago': 0.013066968212086945, 'BDS': 0.008543786907903002, 'Miftah': 0.008292499057670561, 'Congresswoman Tlaib': 0.008292499057670561, 'HANNITY': 0.005151400929765046, 'Kamala Harris Does': 0.005151400929765046, 'Kamala': 0.015579846714411358, 'the Customs and Border Protection Agency': 0.005151400929765046, 'Maria Sacchetti': 0.005151400929765046, 'My Administration': 0.005151400929765046, 'Biden Unveils': 0.0057796205553461485, '1984': 0.0057796205553461485, 'Infrastructure, Climate Change': 0.0057796205553461485, 'Breaking News': 0.0057796205553461485, 'The Wall Street Journal': 0.011056665410227415, '$221 MILLION': 0.011810528960924738, 'Last Hours': 0.011810528960924738, 'More than 1200': 0.011810528960924738, 'Hamas': 0.01407211961301671, 'the Gaza Strip': 0.011810528960924738, 'hundreds of millions of dollars': 0.02965196632742807, '$221 million': 0.012061816811157179, 'the Palestinian Authority': 0.011810528960924738, 'January 2017': 0.046865184068350295, 'Jan. 20': 0.011810528960924738, '$6 million': 0.011810528960924738, '$4 million': 0.011810528960924738, '$1.25 million': 0.011810528960924738, '180': 0.013820831762784268, 'Ronen Manelis': 0.013820831762784268, 'the Islamic Republic': 0.01407211961301671, 'Islamic Jihad': 0.01407211961301671, 'the four years': 0.023244126146500815, 'w/': 0.015328558864178917, 'Al Aqsa': 0.012061816811157179, 'Palestinians &': 0.012061816811157179, 'the Jerusalem Post': 0.011810528960924738, 'Emily Schrader': 0.011810528960924738, 'pro-Israel': 0.011810528960924738, '700': 0.01859530091720065, 'Gaza': 0.012061816811157179, 'Groups': 0.014825983163714035, 'pro-Palestine': 0.011810528960924738, 'Washington DC': 0.016333710265108683, 'Ali Özkök': 0.012061816811157179, '@Ozkok_A': 0.011810528960924738, 'Alex Susskind': 0.011810528960924738, 'Jessica Layton': 0.011810528960924738, 'Clashes': 0.011810528960924738, 'pro-Israeli': 0.011810528960924738, 'Sophie Sassoon': 0.011810528960924738, 'Northern Jerusalem': 0.011810528960924738, 'Sami Wassef': 0.011810528960924738, '240,000': 0.012313104661389622, 'The Green New Deal for Public Housing': 0.012313104661389622, 'nearly 2 million Lower': 0.012313104661389622, '70%': 0.02173639904510617, 'Create 240k': 0.012564392511622063, 'nearly 2 million': 0.012313104661389622, 'Middle East': 0.016710642040457344, 'White Supremacist': 0.009172006533484106, 'Israeli Government': 0.009172006533484106, 'The ‘Squad': 0.009172006533484106, 'Racist': 0.009172006533484106, 'Democrat Party': 0.009172006533484106, 'Representatives Ocasio-Cortez': 0.009172006533484106, 'Pressley': 0.009172006533484106, 'the Boost Act': 0.009172006533484106, 'the GOP Tax Scam': 0.009172006533484106, 'every day': 0.016710642040457344, 'Lindsey': 0.009172006533484106, 'Graham': 0.012313104661389622, 'Richard Nixon': 0.012564392511622063, 'AOC Unveils ‘Green New Deal for Public Housing’ and ‘Postal Banking’': 0.006659128031159693, 'Elliott Abrams': 0.006659128031159693, 'Somali': 0.006659128031159693, 'Iran-Contra': 0.006659128031159693, 'Abram': 0.006659128031159693, 'Trump hours': 0.006659128031159693, '49': 0.006910415881392134, 'New Zealand': 0.029400678477195626, 'mosques': 0.006659128031159693, 'a Republican Party': 0.006910415881392134, 'Ocasio-Cortez \\n Daily': 0.006659128031159693, 'Ban': 0.006659128031159693, 'North Africa': 0.0062821962558110315, 'United Arab Emirates': 0.0060309084055785896, 'Abu Dhabi': 0.0060309084055785896, 'Gulfstreams': 0.010805377559994974, 'Tom Cotton': 0.01620806633999246, 'Exclusive: Biden’s John Kerry': 0.010805377559994974, 'Boston to DC': 0.010805377559994974, 'Put Immigrants': 0.013318256062319386, 'Motels': 0.013318256062319386, '284': 0.013318256062319386, '280,000': 0.01746450559115467, '$86.9 million': 0.01746450559115467, '1,200': 0.01746450559115467, 'six months': 0.020731247644176404, 'about $71,000': 0.01746450559115467, 'Blackburn': 0.021610755119989947, '284,000': 0.01746450559115467, '200 million': 0.009674582233948988, 'Joe Biden Claims Nearly Two-Thirds Of Entire Population Have Died': 0.009423294383716547, 'nearly 2/3': 0.009423294383716547, 'Nearly one million': 0.009423294383716547, '200,000': 0.01608242241487624, 'Biden Administration ‘Muzzling’ Border Agents from Speaking': 0.008543786907903002, 'the Washington Examiner': 0.008543786907903002, 'Border Agents': 0.008543786907903002, 'Biden Homeland Security': 0.008543786907903002, 'Customs': 0.008543786907903002, 'the Border Patrol': 0.013066968212086945, 'Super Thursday': 0.015328558864178917, 'Tomorrow': 0.04347279809021234, 'Associated Press': 0.015454202789295136, 'at least 25,000': 0.010805377559994974, '’s ‘Remain': 0.010805377559994974, 'an estimated 25,000': 0.010805377559994974, 'Feb. 19': 0.010805377559994974, 'up to 300': 0.010805377559994974, 'Cruz': 0.022992838296268376, '$4-5000': 0.010805377559994974, 'the Rio Grande': 0.019349164467897976, 'the Migrant Protection Protocols': 0.010805377559994974, 'MPP': 0.010805377559994974, 'Customs and Border Protection': 0.010805377559994974, 'more than 5,000': 0.010805377559994974, 'Health and Human Services': 0.02047995979394396, 'HHS': 0.025003141098127905, 'Psaki Grilled': 0.008795074758135443, 'Teachers Giving In-Person Instruction to Migrants But Not US Students': 0.008795074758135443, 'about a year': 0.008795074758135443, 'early next month': 0.009046362608367884, '$86 million': 0.009046362608367884, 'that day': 0.01595677848976002, 'Less Than 3 INCHES': 0.009548938308832768, 'JOE TOLD ‘': 0.011684885035808518, 'Massive Billboard': 0.011684885035808518, 'Times Square Rips ‘Job Loss': 0.011684885035808518, 'Over Higher Taxes': 0.011684885035808518, 'Times Square': 0.011684885035808518, '750,000': 0.011684885035808518, 'The Biden Administration': 0.01595677848976002, 'an additional $3 trillion': 0.01595677848976002, 'the NY Times': 0.01595677848976002, 'Robert Kennedy': 0.02186204297022239, 'Martin Luther King Jr': 0.02186204297022239, 'the late ‘70s': 0.02186204297022239, 'Bobby Kennedy': 0.02186204297022239, 'King': 0.02186204297022239, 'the ’70s': 0.02186204297022239, 'the late ’70s': 0.02186204297022239, '1968': 0.05716798592788038, 'RFK': 0.025254428948360344, 'MLK': 0.02186204297022239, '$4.6 million': 0.02186204297022239, 'More than 60 percent': 0.02186204297022239, '$13.2 million': 0.02186204297022239, 'the first week': 0.02186204297022239, 'ActBlue': 0.02186204297022239, 'fifth': 0.05352431209950999, 'the Granite State': 0.020228671943711522, 'February 22nd': 0.01997738409347908, 'Matt Viser': 0.01997738409347908, 'Arthur Schwartz': 0.01997738409347908, '97%': 0.029400678477195626, '26% to 24%': 0.01997738409347908, '20%': 0.026887799974871215, '9%': 0.01997738409347908, 'Klobuchar': 0.01997738409347908, 'desk anymore': 0.020228671943711522, 'Rob DiRienzo': 0.01997738409347908, '$3 TRILLION': 0.008669430833019224, 'AOC Rips ‘Moderate Dems’ for Sending ‘Less Generous Relief Checks': 0.005151400929765046, 'Conservative Dems': 0.005151400929765046, 'healthcare & little': 0.005402688779997487, '9 Years': 0.008166855132554341, 'Save Earth': 0.008166855132554341, 'No ‘New Timeline': 0.008166855132554341, 'Bill Gates': 0.09888176906646563, 'USA Must Switch': 0.005653976630229928, '70% to 90%': 0.005653976630229928, '$100 Billion': 0.005653976630229928, 'Bill': 0.03304435230556602, '50,000': 0.008920718683251665, 'KENNEDY': 0.005025757004648825, 'Fairy Dust or Unicorn Urine': 0.005025757004648825, 'PUT': 0.005025757004648825, 'BONG': 0.005025757004648825, 'Trey Gowdy': 0.005025757004648825, 'One third': 0.005025757004648825, 'Watch Kennedy': 0.005025757004648825, 'Seattle': 0.013695187837668049, 'Jay Inslee': 0.005025757004648825, 'the ‘Capital Hill Autonomous Zone': 0.005025757004648825, 'Inslee': 0.005025757004648825, '2 Feet': 0.0057796205553461485, 'two feet': 0.03668802613393642, 'Bill Weir': 0.0057796205553461485, 'Watch Weir’s': 0.0057796205553461485, 'DEM CIVIL WAR:': 0.005151400929765046, 'AOC Reportedly Considering a Primary Challenge': 0.005151400929765046, 'Punchbowl': 0.005151400929765046, 'Biden Arrives': 0.008920718683251665, 'Giant': 0.008920718683251665, 'the ‘Green New Deal’ hours': 0.008920718683251665, 'George Stephanopoulos': 0.011182309335343636, 'December the 7': 0.008920718683251665, 'Memorial Day': 0.009172006533484106, 'Delaware Memorial Bridge Veteran’s Memorial Park': 0.008920718683251665, \"Delaware Memorial Bridge Veteran's\": 0.008920718683251665, 'Memorial Park': 0.008920718683251665, 'Seamus Bruner': 0.008920718683251665, 'Hunter Biden': 0.011559241110692297, 'Chinese Military Supplier': 0.008920718683251665, 'Bohai Harvest RST': 0.008920718683251665, 'BHR': 0.008920718683251665, 'Chris Heinz': 0.008920718683251665, 'just a few years earlier': 0.008920718683251665, 'Henniges Automotive': 0.008920718683251665, 'Aviation Industry Corporation': 0.008920718683251665, 'AVIC': 0.009172006533484106, 'Committee on Foreign Investment': 0.008920718683251665, 'just 15\\xa0 \\xa0': 0.008920718683251665, 'the ‘Entity List’': 0.008920718683251665, 'the South China Sea': 0.008920718683251665, 'Beijing': 0.039075260711144616, 'the Crucial Framework': 0.005151400929765046, 'Abigail Marone': 0.007664279432089458, 'The first quarter': 0.005151400929765046, 'IRAN': 0.016961929890689783, 'Iraq': 0.027641663525568537, 'US Troops': 0.012815680361854504, 'Islamic': 0.01809272521673577, 'Tampa': 0.023621057921849476, 'Month': 0.016710642040457344, 'Kissimmee': 0.016710642040457344, 'Tyler Pager': 0.0164593541902249, 'Adminstration': 0.020605603719060183, 'roughly 45%': 0.017338861666038447, '2007': 0.0371906018344013, '“150 million': 0.017338861666038447, 'NRA': 0.017338861666038447, 'Nelson Mandela': 0.017590149516270887, '30 years ago': 0.017590149516270887, 'This day': 0.017338861666038447, 'Soweto': 0.017338861666038447, 'Robbens Island': 0.017338861666038447, 'Mandela': 0.017590149516270887, 'Glenn Kessler': 0.017338861666038447, 'at least three': 0.023621057921849476, 'South Africa': 0.023746701846965697, 'Jenna Johnson': 0.017338861666038447, 'As the Times': 0.017338861666038447, 'MAGICAL MYSTERY TOUR': 0.008543786907903002, 'Jorge Ramos': 0.01809272521673577, 'Biden Exits Giant Private Jet': 0.005528332705113707, 'The Secretaries of State': 0.005528332705113707, 'Kamala Harris Urged Activists': 0.005653976630229928, 'the ‘Minnesota Freedom Fund': 0.005653976630229928, 'Minneapolis Police Office': 0.005653976630229928, 'Derek Chauvin': 0.005905264480462369, 'George Floyd': 0.005905264480462369, 'Minneapolis': 0.005905264480462369, 'George Floyd’s': 0.005653976630229928, 'John Harrington': 0.005653976630229928, 'the Minnesota Department of Public Safety': 0.005653976630229928, 'Chauvin': 0.005905264480462369, 'May 25': 0.005653976630229928, 'Floyd': 0.005653976630229928, '19 years': 0.005653976630229928, 'Newsome': 0.005653976630229928, 'Kamala Harris Lands': 0.0057796205553461485, 'Kim Jong Un': 0.007538635506973238, 'South Korea': 0.012564392511622063, 'FALSE Biden': 0.007287347656740796, 'Francis Brennan': 0.007287347656740796, 'FRONT AND CENTER:': 0.007664279432089458, 'Deliver Prime Time Address at': 0.007664279432089458, 'Democratic National Convention': 0.007664279432089458, 'next Tuesday': 0.007664279432089458, 'Kevin Hassett': 0.009046362608367884, 'NBER': 0.012815680361854504, 'the last 5': 0.009046362608367884, 'Michael R. Strain': 0.009046362608367884, 'Biden-Sanders ‘Task Force’ Calls for Halt on Deportations, Wage Hike': 0.005025757004648825, '246 years': 0.005025757004648825, 'another century': 0.005025757004648825, 'Black Americans': 0.005025757004648825, 'Sean Hannity Radio Recap': 0.0062821962558110315, '3:30 PM': 0.013318256062319386, 'Ed Mullins': 0.0062821962558110315, 'the NYPD Sergeants Union': 0.0062821962558110315, 'roughly 15%': 0.0062821962558110315, 'about 5,600': 0.0062821962558110315, 'Dermot Shea': 0.012438748586505842, '1,048': 0.0062821962558110315, '145': 0.0062821962558110315, 'Shea': 0.012438748586505842, '17': 0.02223897474557105, '4:05 PM': 0.0062821962558110315, 'Bill O’Reilly': 0.0062821962558110315, 'Killing': 0.010302801859530092, 'Really Sees': 0.0062821962558110315, 'an hour': 0.039075260711144616, 'No Spin': 0.0062821962558110315, 'Christians': 0.00980022615906521, '5:05 PM': 0.0062821962558110315, 'Cardiac Surgeon': 0.0062821962558110315, 'PPE': 0.0062821962558110315, 'Blames Coronavirus Outbreak': 0.005905264480462369, 'Religious Americans': 0.005905264480462369, 'Katherine Stewart': 0.005905264480462369, 'Stewart': 0.005905264480462369, 'Bernie Sanders Meeting': 0.009423294383716547, 'at least three weeks': 0.009423294383716547, 'Faiz Shakir': 0.009423294383716547, 'the Democratic National Convention': 0.011684885035808518, 'this summer': 0.0408342756627717, 'Biden Beat Sanders': 0.011684885035808518, '43% to 31%': 0.011684885035808518, '59% to 36%': 0.011684885035808518, '62% to 23%': 0.011684885035808518, 'Maine': 0.011684885035808518, 'fourth': 0.03379821585626335, 'New Hampshire’s': 0.009423294383716547, 'this past weekend': 0.009423294383716547, 'South Carolina’s': 0.011684885035808518, 'LA': 0.01595677848976002, 'Madeleine Rivera': 0.009423294383716547, '@madeleinerivera': 0.009423294383716547, 'earlier Tuesday night': 0.009423294383716547, 'a week ago': 0.009423294383716547, 'BIG NIGHT': 0.007789923357205679, 'Biden Sweeps Primaries': 0.007789923357205679, 'Beats Bernie': 0.007789923357205679, '8 p.m.': 0.007789923357205679, 'Super Tuesday States –': 0.007789923357205679, '8': 0.011182309335343636, 'Super Tuesday': 0.013066968212086945, 'the South Carolina': 0.007789923357205679, '7:00 p.m. EST': 0.007789923357205679, 'The Associated Press': 0.019474808393014197, 'African-American': 0.007789923357205679, 'Mike Endorses': 0.007538635506973238, '$500 Million': 0.007538635506973238, 'Wednesday morning': 0.007538635506973238, 'Mike Bloomberg’s': 0.011684885035808518, '60 Minutes': 0.007789923357205679, 'Anderson Cooper Donald Trump': 0.007538635506973238, 'Cooper': 0.007538635506973238, '$60 billion': 0.007538635506973238, 'E-Cigarettes': 0.007538635506973238, 'Juuls': 0.007538635506973238, 'Dennis Herrera': 0.007538635506973238, 'San Francisco’s': 0.01859530091720065, 'the Bay Area': 0.011307953260459856, 'five to six': 0.007538635506973238, 'Stevenson Boulevard': 0.007538635506973238, 'I-880': 0.007538635506973238, 'Fremont': 0.007538635506973238, 'more than 60': 0.007538635506973238, 'more than $300 million': 0.007538635506973238, 'Kill Coal Jobs': 0.007036059806508355, 'Billionaire Mike Bloomberg': 0.007036059806508355, 'Town Hall': 0.010554089709762533, 'Monday night': 0.028772458851614523, 'Bermuda': 0.019474808393014197, 'over 75 years': 0.010805377559994974, 'New Mexico': 0.007036059806508355, 'North Dakota': 0.01809272521673577, 'Saudi Arabia': 0.015831134564643797, 'Stop & Frisk': 0.007287347656740796, 'Stop and Frisk': 0.007036059806508355, 'New Yorkers': 0.032541776605101144, 'Rip Republicans': 0.007161703731624575, '92nd Academy Awards': 0.007161703731624575, '45 seconds': 0.01746450559115467, 'John Bolton': 0.007161703731624575, 'Brad Pitt': 0.007412991581857017, 'just minutes': 0.007161703731624575, 'Quentin': 0.007161703731624575, 'The Academy (@TheAcademy': 0.007161703731624575, 'trumps': 0.007161703731624575, 'Joaquin Phoenix': 0.007161703731624575, 'Move Over Amazon': 0.008795074758135443, 'Walmart': 0.02173639904510617, 'MACY': 0.008795074758135443, 'Macy': 0.009046362608367884, 'Corporate America’s': 0.008795074758135443, '580': 0.009046362608367884, '2,000': 0.009046362608367884, 'Independent Vermont': 0.011182309335343636, '11': 0.019223520542781754, 'three-minute': 0.011182309335343636, 'Marvel Comics': 0.008795074758135443, '$1.2 billion': 0.008795074758135443, 'the House of Mouse': 0.008795074758135443, 'Marvel': 0.008795074758135443, 'Avengers': 0.009046362608367884, 'Bob Iger': 0.009046362608367884, '$65.6 million': 0.009046362608367884, '1,400': 0.009046362608367884, 'Biden Erupts': 0.005151400929765046, 'Hunter Biden’s': 0.005151400929765046, 'Guthrie': 0.005151400929765046, 'Bernie Vows': 0.006533484106043473, 'Waltons': 0.006784771956275914, '1,000': 0.03002889810277673, 'Armageddon': 0.012690036436738283, 'Southwest Airlines': 0.006533484106043473, 'AT&T': 0.006533484106043473, 'Boeing': 0.006533484106043473, 'Warren Calls': 0.007036059806508355, 'All Offshore Drilling,’ Source': 0.007036059806508355, 'US Energy Production': 0.007036059806508355, 'the 71%': 0.007036059806508355, 'Any Green New': 0.007036059806508355, 'Warren Vows': 0.007538635506973238, 'more than a million': 0.015077271013946476, 'above 100%': 0.014825983163714035, 'She’s Tired of America’s ‘Freeloading Billionaires': 0.01017715793441387, 'the 99%': 0.01017715793441387, 'about 7.2%': 0.01017715793441387, 'one-tenth': 0.01017715793441387, 'two cents': 0.03015454202789295, '3.2%': 0.01017715793441387, 'Atlanta': 0.013695187837668049, 'Billionaire Tears': 0.01017715793441387, 'November 2019': 0.014825983163714035, 'Goldman Sachs': 0.031034049503706494, 'Leon Cooperman': 0.01017715793441387, 'SEC': 0.01017715793441387, 'over $10 billion': 0.013569543912551827, '$20 billion': 0.01017715793441387, 'a billion dollars': 0.010428445784646311, '0.1 percent': 0.01017715793441387, 'over $32 million': 0.01017715793441387, 'an estimated $4.35 trillion': 0.01017715793441387, 'less than $32 million': 0.01017715793441387, '2 percent': 0.01017715793441387, '$50 to $250 million': 0.01017715793441387, '3 percent': 0.02575700464882523, '$250 to $500 million': 0.01017715793441387, '$500 million to $1 billion': 0.01017715793441387, '5 percent': 0.014951627088830254, '$1 to $2.5 billion': 0.01017715793441387, '$2.5 to $5 billion': 0.01017715793441387, '$5 to $10 billion': 0.01017715793441387, '8 percent': 0.019726096243246637, '$10 billion': 0.01017715793441387, 'Environmental Racism': 0.005905264480462369, 'Kamala Harris Promises': 0.012690036436738283, '8,000': 0.012941324286970724, 'Tax Credit for Energy Workers ‘': 0.012690036436738283, 'POLITICO': 0.012690036436738283, 'Juan Rodriguez': 0.012690036436738283, 'more than $10,000': 0.012690036436738283, 'Andrew Yang': 0.025505716798592787, 'Joe Rogan': 0.012690036436738283, 'Ind.': 0.012690036436738283, '1 percent': 0.025254428948360344, 'zero percent': 0.012690036436738283, 'Morning Consult': 0.012941324286970724, 'Thirty-two percent': 0.012690036436738283, '10%': 0.015831134564643797, 'Gravis Marketing': 0.012941324286970724, '12%': 0.012690036436738283, '7%': 0.012690036436738283, 'Tom Steyer': 0.012690036436738283, '4%': 0.012690036436738283, 'Julian Castro': 0.02047995979394396, 'the New Hampshire Democratic Primary': 0.012690036436738283, 'Doug Kaplan': 0.012690036436738283, 'Look, Joe': 0.012690036436738283, 'George Wallace': 0.012690036436738283, 'Bob Mueller': 0.012690036436738283, 'Canadian': 0.05515768312602085, 'Wins Second Term': 0.0060309084055785896, 'Parliament': 0.0062821962558110315, 'Justin Trudeau': 0.026887799974871215, 'Trudeau’s Liberal party': 0.0060309084055785896, 'Liberals': 0.017213217740922226, 'the same as 2015': 0.0060309084055785896, 'the University of Toronto': 0.0060309084055785896, 'Trudeau': 0.02424927754743058, 'Canadians': 0.015579846714411358, 'just days ahead': 0.0060309084055785896, 'the end of the week': 0.0060309084055785896, 'Ontario': 0.010302801859530092, 'US-Mexico Trade Agreement': 0.0060309084055785896, 'CNBC': 0.016961929890689783, 'over 30,000': 0.0060309084055785896, 'Hussen': 0.0060309084055785896, 'Blair': 0.0060309084055785896, 'Michelle Rempel Garner': 0.0060309084055785896, 'Elizabeth Warren Unveils': 0.009297650458600325, 'She Ignored ‘Eat Babies’ Woman Because It’s ‘Nothing’ Compared': 0.005151400929765046, 'the Queens Library': 0.005528332705113707, 'AOC Introduces Bundle of Progressive Proposals Called ‘A Just Society': 0.0057796205553461485, 'Stop Americans': 0.0121874607362734, 'Eating Beef': 0.0121874607362734, 'Yang': 0.0121874607362734, 'September 9, 2019': 0.0121874607362734, 'Susie Garza': 0.0121874607362734, 'Andrew] Yang': 0.0121874607362734, 'Stockton': 0.012438748586505842, 'Garza': 0.012438748586505842, '150': 0.015328558864178917, 'another $100': 0.0121874607362734, '7-Eleven': 0.0121874607362734, 'AP': 0.03832139716044729, '29-year-old': 0.01960045231813042, '1000': 0.02211333082045483, 'ten': 0.03995476818695816, 'three-hour': 0.017087573815806004, 'the US Constitution': 0.017087573815806004, 'about tonight': 0.017087573815806004, 'Ari Cohn': 0.017087573815806004, 'an entire year': 0.017087573815806004, 'Bill de Blasio ‘Registers ZERO Support': 0.010554089709762533, 'Latest New York Presidential Poll': 0.010554089709762533, 'Big Apple': 0.014825983163714035, 'New York State': 0.010554089709762533, 'Hispanics': 0.010554089709762533, 'Siena': 0.010554089709762533, '359': 0.010554089709762533, 'just seven hours': 0.010554089709762533, 'a mere seven hours': 0.010554089709762533, 'less than one': 0.01796708129161955, 'Hizzoner': 0.010554089709762533, 'Blasio': 0.010554089709762533, 'May 2018': 0.010554089709762533, '152': 0.010554089709762533, 'just 15': 0.010554089709762533, 'Cedar Rapids': 0.010805377559994974, 'about 15': 0.010554089709762533, 'Parlor City Pub': 0.010554089709762533, 'roughly 15': 0.010554089709762533, 'the 1 percent': 0.010554089709762533, 'Free Healthcare': 0.009046362608367884, 'College for Illegal Immigrants': 0.009046362608367884, '23,000': 0.012061816811157179, '32,000': 0.011684885035808518, '$0 \\n ': 0.011433597185576077, 'Joe Biden Knows': 0.010554089709762533, 'Sarah Huckabee Sanders': 0.013066968212086945, 'last Friday': 0.013443899987435608, 'Andy Goldman': 0.013443899987435608, 'Sarah Sanders': 0.01784143736650333, 'hundreds of billions of dollars': 0.025631360723709008, '$32 trillion': 0.020982535494408844, 'John Konstin': 0.01394647568790049, '111-year-old': 0.01394647568790049, 'John’s Grill': 0.014197763538132931, 'the Democratic National Committee’s': 0.01394647568790049, 'Konstin': 0.014197763538132931, 'Lee Housekeeper': 0.01394647568790049, 'Jane Sanders': 0.01394647568790049, 'BLIND SIDED': 0.005905264480462369, 'Joe Biden Tells Terrified Voter': 0.005905264480462369, 'Anderson Cooper': 0.013569543912551827, 'Andrew Goldman': 0.010679733634878752, 'Symone D. Sanders': 0.010428445784646311, 'Upper West Side': 0.010428445784646311, 'David Solomon': 0.010428445784646311, 'the New York Daily News': 0.010428445784646311, 'Goldman': 0.010428445784646311, 'day': 0.028521171001382083, 'LNG Western': 0.010428445784646311, 'Dan Crenshaw Rips Bernie’s ‘': 0.009925870084181429, 'un-American': 0.022364618670687272, '3.': 0.011056665410227415, \"'The View'\": 0.017715793441387108, '2 cent': 0.017715793441387108, '1/10': 0.017715793441387108, '$50,000,001 dollar': 0.017715793441387108, 'Two cents': 0.017715793441387108, 'age 0 to 5': 0.017715793441387108, '4-year-old': 0.017715793441387108, '$100 trillion': 0.01796708129161955, 'JOE NO': 0.009423294383716547, 'Fossil Fuel Executive': 0.009423294383716547, 'Stacey Abrams Should ‘': 0.007287347656740796, 'Blames ‘Voter Suppression': 0.007287347656740796, 'Stacey Abrams': 0.020228671943711522, 'New Voting Rights Act': 0.007538635506973238, 'Abrams': 0.007538635506973238, '-Stacey Abrams': 0.007287347656740796, '@MaddowBlog': 0.007287347656740796, 'Rapidly': 0.007287347656740796, 'the National Urban League Conference': 0.010302801859530092, 'Indianapolis': 0.010302801859530092, 'Brian Kemp': 0.007287347656740796, 'Georgians': 0.007287347656740796, '92-year-old': 0.007287347656740796, 'Abrams .': 0.007287347656740796, 'more than 300': 0.007287347656740796, 'Watch Abrams': 0.007287347656740796, 'Them Sue': 0.014825983163714035, 'Don’t Flinch': 0.014825983163714035, 'storytell & cry': 0.014825983163714035, 'Tea Partiers': 0.014825983163714035, 'GND': 0.014825983163714035, 'Bernie Sanders Vows': 0.00980022615906521, 'Bernie Reportedly Rude': 0.011056665410227415, 'San Fran': 0.011056665410227415, 'Loses Votes': 0.011056665410227415, 'New York] Post': 0.006407840180927252, '130,000': 0.006407840180927252, 'August 28th': 0.006407840180927252, 'USSR': 0.010805377559994974, 'Fossil Fuel Executives': 0.010805377559994974, 'Home Depot': 0.01407211961301671, 'Bernie Marcus': 0.01407211961301671, 'Ken Langone': 0.013820831762784268, 'Neil Cavuto': 0.013820831762784268, 'Marcus': 0.013820831762784268, 'more than $1.6 trillion': 0.013820831762784268, '$1.6 trillion': 0.013820831762784268, 'two days': 0.013820831762784268, '45 million': 0.013820831762784268, 'the end of the day': 0.017715793441387108, '11 million': 0.013820831762784268, 'Biden Botches Introduction': 0.010805377559994974, 'White House Egg Roll': 0.010805377559994974, 'Jonathan Diller’s': 0.010805377559994974, 'United Kingdom': 0.01997738409347908, 'Goldsmiths, University of London': 0.005402688779997487, 'next month': 0.005402688779997487, 'Goldsmiths': 0.005653976630229928, 'Will Focus': 0.01017715793441387, 'Asthma, Pensions': 0.01017715793441387, 'Native Americans': 0.010428445784646311, 'Working People': 0.01017715793441387, 'Climate Equity': 0.01017715793441387, 'BX': 0.010428445784646311, 'Native': 0.010428445784646311, '70,000': 0.012941324286970724, 'the first year': 0.012941324286970724, 'the Competitive Enterprise Institute': 0.023369770071617037, 'CEI': 0.01746450559115467, 'Power the Future': 0.012690036436738283, 'at least $70,000': 0.012690036436738283, 'roughly $45,000': 0.012690036436738283, '2-5 years': 0.012690036436738283, 'over $37,000': 0.012690036436738283, 'her ‘Concentration Camp': 0.01017715793441387, 'The Intercept (@theintercept': 0.01017715793441387, 'Intercept': 0.01407211961301671, 'Yad Vashem': 0.010428445784646311, 'Israel Holocaust Center': 0.01017715793441387, 'Jerusalem': 0.01017715793441387, 'Learn': 0.04309586631486367, 'American ‘Concentration Camps': 0.01017715793441387, 'kids & families': 0.010428445784646311, 'the Auschwitz Memorial': 0.01017715793441387, 'the Immigrations and Customs Enforcement Agency': 0.01017715793441387, '& & & Stop': 0.01017715793441387, 'First Year': 0.007915567282321899, 'Stacey Abrams 2018': 0.0060309084055785896, 'BBC News': 0.012061816811157179, 'Just 18 MONTHS': 0.009172006533484106, '‘Save the Planet': 0.009172006533484106, 'PLAN': 0.008292499057670561, '6’x10′': 0.008292499057670561, '30': 0.011810528960924738, '16': 0.03932654856137706, '122': 0.008292499057670561, 'ten-year': 0.008292499057670561, 'AOC Blames DC Rainstorm': 0.006659128031159693, 'Elizabeth Warren Climbs': 0.011056665410227415, '2ND': 0.011056665410227415, 'Bernie Falls': 0.011056665410227415, 'Hop': 0.011307953260459856, 'Sarah Dolan Schneider': 0.011307953260459856, 'African American': 0.011307953260459856, 'Elizabeth Warren Promises': 0.009172006533484106, 'Americans Say ‘FAKE NEWS’ a Bigger Threat': 0.006784771956275914, 'Pew Research': 0.006784771956275914, 'more than 68%': 0.006784771956275914, 'Illegal Immigration': 0.006784771956275914, 'Terrorism': 0.006784771956275914, 'Robert Mueller’s': 0.006784771956275914, 'two-years': 0.007036059806508355, '‘The Rachel Maddow Show': 0.006784771956275914, 'The Fake News Media': 0.007036059806508355, 'Witch Hunt': 0.007036059806508355, 'T.V.': 0.007036059806508355, 'Mueller Report': 0.007036059806508355, 'The Fake News': 0.007036059806508355, 'Dan Crenshaw BLASTS': 0.008166855132554341, 'nearly 3,000': 0.01394647568790049, 'CRISIS': 0.007287347656740796, '-30 million': 0.007287347656740796, '-40 million': 0.007538635506973238, '-Climate': 0.007287347656740796, 'Evangelical': 0.007287347656740796, 'Satellite Radio': 0.007287347656740796, 'The Daily Caller (@DailyCaller) ': 0.007287347656740796, 'Jacob Weindling': 0.007287347656740796, 'Paste Magazine': 0.007287347656740796, 'at least four': 0.017213217740922226, 'the other day': 0.031787913054403816, 'Warren Promises Free College': 0.006659128031159693, 'Higher Wages': 0.006659128031159693, 'over $100 trillion': 0.006659128031159693, 'the 21st century': 0.020731247644176404, 'Suggest ‘New Deal’ Will Stop MIDWEST TORNADOES': 0.009297650458600325, 'Green New Deal Now': 0.009297650458600325, 'Five': 0.009297650458600325, 'her ‘Green New Deal': 0.010679733634878752, 'About Babies, Want ‘Hell on Earth': 0.0062821962558110315, 'Christian': 0.010679733634878752, 'creepy': 0.015454202789295136, 'Beto Tells': 0.005905264480462369, 'Vanity Fair': 0.011684885035808518, 'an additional $1.6 million': 0.0057796205553461485, '$1.6 million': 0.0057796205553461485, 'Council': 0.009297650458600325, 'Corey Johnson': 0.0060309084055785896, 'NYIFUP': 0.0057796205553461485, 'City Council': 0.00980022615906521, 'the coming years': 0.02399798969719814, 'up to $10 billion': 0.0057796205553461485, 'Sponge': 0.0057796205553461485, 'Believe World Ending': 0.0057796205553461485, 'twelve years': 0.0057796205553461485, 'The Office': 0.0057796205553461485, 'the “first day': 0.005277044854881266, '$1.25 trillion': 0.005277044854881266, 'the coming days': 0.025505716798592787, 'Mahmoud Abbas': 0.006910415881392134, 'Abbas': 0.006910415881392134, 'HILARIOUS': 0.005653976630229928, '57': 0.005653976630229928, '43': 0.012941324286970724, 'Ocasio-Cortez’ ‘New Deal’': 0.004523181304183942, 'BUSTED!': 0.005402688779997487, 'over $23,000': 0.005653976630229928, '1,049': 0.005402688779997487, 'May 16, 2017': 0.005402688779997487, 'Dec. 31, 2018': 0.005402688779997487, '26': 0.022992838296268376, 'a single day': 0.005402688779997487, 'Jodi Seth': 0.006784771956275914, 'Jimmy] Van Bramer': 0.006784771956275914, 'the past three months': 0.006784771956275914, 'New Yorkers &': 0.007036059806508355, 'AL GORE': 0.008669430833019224, 'the Civil War': 0.005653976630229928, 'The Daily Caller (@DailyCaller': 0.005653976630229928, 'The Atlanta Journal-Constitution': 0.005653976630229928, 'Keisha Lance Bottoms': 0.005653976630229928, 'OP-ED': 0.020982535494408844, 'Leftist': 0.04661389621811785, 'Jeff Zucker': 0.021233823344641287, 'Austin': 0.020982535494408844, 'the Leftist State Media': 0.021233823344641287, 'the\\xa0 ': 0.031787913054403816, 'the \\xa0Washington Post': 0.020982535494408844, 'the Associated Press': 0.03882397286091217, 'Jeff': 0.025003141098127905, 'this day': 0.020982535494408844, 'the Soviet Union': 0.052393516773464, 'the Department for Agitation': 0.020982535494408844, 'Propaganda': 0.020982535494408844, 'the ministry of propaganda': 0.020982535494408844, 'those days': 0.03832139716044729, 'Pravda': 0.020982535494408844, 'Spiro Agnew': 0.020982535494408844, '1969': 0.030531473803241612, 'The Vietnam War': 0.04636260836788541, 'Nixon': 0.02424927754743058, 'Des Moines': 0.020982535494408844, 'only three': 0.020982535494408844, 'Agnew': 0.021233823344641287, 'At least forty-million': 0.020982535494408844, 'Seven million': 0.020982535494408844, 'the 20 minutes or so': 0.020982535494408844, '90 to 180 minutes': 0.020982535494408844, 'fifty-million': 0.020982535494408844, 'overnight': 0.020982535494408844, 'a week': 0.031787913054403816, 'ABM': 0.020982535494408844, 'Civil Rights': 0.020982535494408844, 'Federal Communications': 0.020982535494408844, 'James Reston': 0.020982535494408844, 'a full fifty years ago': 0.020982535494408844, 'a mere': 0.020982535494408844, '23 years old': 0.020982535494408844, 'barely a year': 0.020982535494408844, '1996': 0.020982535494408844, 'Clinton News Network': 0.020982535494408844, 'three years later': 0.020982535494408844, 'Rush Limbaugh': 0.04636260836788541, 'Millions': 0.020982535494408844, 'Upshot': 0.020982535494408844, 'The Huffington Post': 0.04636260836788541, '98.2 percent': 0.020982535494408844, 'Jeff Zucker’s': 0.021233823344641287, 'LSM': 0.04661389621811785, 'Media Matters': 0.020982535494408844, 'Anthony Scaramucci': 0.020982535494408844, 'Cohen': 0.020982535494408844, 'Covington': 0.021233823344641287, 'sixteen year old': 0.020982535494408844, 'Nick Sandmann': 0.020982535494408844, 'Ted Turner': 0.020982535494408844, 'June of 1980': 0.020982535494408844, 'Jeffrey Lord’s': 0.020982535494408844, 'May 28th': 0.020982535494408844, '1 st Amendment': 0.021233823344641287, 'the Fourth Estate': 0.021233823344641287, 'Brian Stelter': 0.02814423922603342, 'Fourth Estate': 0.020982535494408844, 'Stelter': 0.04661389621811785, 'at least the late 1700': 0.020982535494408844, 'a “Fourth Estate”': 0.020982535494408844, 'Sorry Stelter': 0.020982535494408844, '1300': 0.020982535494408844, '1920': 0.020982535494408844, '1 st Amendments': 0.020982535494408844, 'Oscar Wild': 0.020982535494408844, 'old days': 0.020982535494408844, 'no Fourth Branch': 0.020982535494408844, 'The Democratic Party': 0.021233823344641287, 'anti-Semites': 0.020982535494408844, 'Committee': 0.04636260836788541, 'David\\xa0Duke': 0.020982535494408844, 'the de facto Party': 0.020982535494408844, 'the Alt-Right’s': 0.020982535494408844, 'The Democratic Party’s': 0.020982535494408844, 'ACLU': 0.024626209322779244, 'KKK': 0.025380072873476565, 'the Big Apple': 0.013820831762784268, 'Long Island City': 0.005402688779997487, 'Sunnyside': 0.005402688779997487, 'Woodside': 0.005402688779997487, 'Jackson Heights': 0.005402688779997487, 'Bloomberg TV': 0.005402688779997487, '25,000': 0.005402688779997487, '$27 billion': 0.005402688779997487, 'Grocery Stores': 0.004648825229300163, 'Hawaiian': 0.0057796205553461485, 'Mazie Hirono': 0.0060309084055785896, 'Hirono': 0.0057796205553461485, 'What the Green New Deal': 0.0057796205553461485, 'the decades': 0.011810528960924738, 'the Wall Street Journal Editorial Page': 0.005151400929765046, 'WSJ': 0.03367257193114713, 'Chuck Schumer Calls ‘Green': 0.005402688779997487, 'Coldest February': 0.007161703731624575, 'as much as $93 trillion': 0.005528332705113707, 'ten year': 0.005528332705113707, 'Congressional Budget Office': 0.005528332705113707, 'between $8.3 trillion': 0.005528332705113707, '$12.3 trillion': 0.005528332705113707, 'between $42.8 trillion': 0.005528332705113707, '$80.6 trillion': 0.005528332705113707, 'KAMALACARE': 0.004774469154416384, 'Universal Healthcare': 0.004774469154416384, 'Bloomberg -referencing Warren’s': 0.004774469154416384, 'David Wright': 0.004774469154416384, 'the ‘Green New': 0.0060309084055785896, '’15': 0.0060309084055785896, 'Republican National Committee': 0.005277044854881266, 'Ronna McDaniel': 0.011056665410227415, 'McDaniel': 0.011056665410227415, 'Booker hours': 0.005277044854881266, 'Brett Kavanaugh': 0.005277044854881266, 'the opening hours': 0.005277044854881266, 'Kavanaugh': 0.012941324286970724, 'Chair Chuck Grassley': 0.005277044854881266, 'New Orleans': 0.017087573815806004, 'the Netroots Nation Conference': 0.005277044854881266, 'Calling Vote': 0.005277044854881266, 'Ed Markey': 0.005277044854881266, 'national debate &': 0.005528332705113707, 'a decade': 0.012690036436738283, '— Ed Markey': 0.005277044854881266, 'BOOKER GOES BERSERK': 0.003392385978137957, 'Explodes': 0.003392385978137957, 'NAZIS': 0.003392385978137957, '10-year': 0.005653976630229928, 'Pelosi': 0.005402688779997487, 'eight': 0.023369770071617037, 'Cortez’ ‘Green New Deal': 0.006533484106043473, 'Franklin Roosevelt’s': 0.006533484106043473, 'December': 0.01193617288604096, 'Cuomo Claims NY': 0.006910415881392134, '1821': 0.007161703731624575, '1938': 0.007161703731624575, 'Long Island': 0.007161703731624575, '19': 0.024626209322779244, 'over 250': 0.006910415881392134, '$1.5 billion': 0.006910415881392134, 'Queens': 0.007161703731624575, 'Jimmy Van Bramer': 0.007161703731624575, 'billion-dollar': 0.006910415881392134, 'east coast': 0.010554089709762533, '-New York': 0.006910415881392134, 'SALT': 0.006910415881392134, 'Capping the State and Local Tax': 0.006910415881392134, 'Phil Murphy': 0.006910415881392134, 'over $1 million': 0.006910415881392134, 'Ocasio-Cortez ‘Hell Bent’ on': 0.0057796205553461485, 'last 12 years': 0.0057796205553461485, 'Venezuelan': 0.0060309084055785896, 'our last 12 years': 0.0057796205553461485, 'Stay': 0.0057796205553461485, '— Lindsey Graham': 0.0057796205553461485, 'Ocasio-Cortez ‘On Much of Anything': 0.005528332705113707, 'Hannity': 0.03857268501067973, 'the Select Committee': 0.0057796205553461485, 'her first full week': 0.005528332705113707, 'Ocasio-Cortez Warns ‘World is Gonna End’': 0.005528332705113707, '12 YEARS': 0.005528332705113707, '8th': 0.007538635506973238, 'the moon shot': 0.008166855132554341, 'the Civil Right Movement': 0.008166855132554341, 'SOCIALISM USA': 0.006407840180927252, 'Bernie Slams ‘Wealth Inequality': 0.005151400929765046, 'The Real News Network': 0.006407840180927252, '90%': 0.011684885035808518, 'The Real News': 0.006407840180927252, 'Democratic-Socialist': 0.006407840180927252, 'American Millennials are ‘Killing Paper Napkins': 0.0057796205553461485, 'Diamond Rings': 0.0057796205553461485, 'Avocado Toast': 0.0057796205553461485, 'Unpaid Internships': 0.0057796205553461485, '@Ocasio2018': 0.010805377559994974, 'just weeks': 0.010554089709762533, 'Vox': 0.012313104661389622, '29': 0.010302801859530092, 'Bernie Claims USA ‘Owned': 0.004900113079532605, 'a Handful of ‘': 0.004900113079532605, 'Cortez Complains': 0.0057796205553461485, 'Congressional Meeting': 0.0057796205553461485, 'Freshman': 0.0057796205553461485, 'a ‘Bipartisan': 0.0057796205553461485, 'Congressmembers': 0.0057796205553461485, 'Bernie Claims he': 0.007664279432089458, 'Approval Drops': 0.0060309084055785896, 'the ‘Yellow Vest': 0.0060309084055785896, 'G7': 0.009046362608367884, 'G6': 0.009046362608367884, 'Quebec': 0.019474808393014197, 'Trade Tariffs': 0.009297650458600325, 'Cortez Compares Her ‘Green': 0.0060309084055785896, 'the ‘Democratic Party': 0.0060309084055785896, 'the Netroots Nation': 0.0060309084055785896, 'Apollo 11': 0.0060309084055785896, 'Mike Bloomberg Visits': 0.006659128031159693, 'Sparks Speculation of Potential White House': 0.006659128031159693, 'every four years': 0.006659128031159693, 'DOUBLE': 0.005151400929765046, 'Ocasio-Cortez’ ‘Green New Deal’ Will Help ‘Create Jobs': 0.005151400929765046, 'CLINTONS': 0.006407840180927252, 'Hillary Play': 0.006407840180927252, 'Half Empty Arena': 0.006407840180927252, 'as Low as $6.55': 0.006407840180927252, 'Toronto': 0.006407840180927252, 'just $6.55': 0.006407840180927252, 'Saudi': 0.011559241110692297, 'Human Rights': 0.006407840180927252, 'Twice': 0.006407840180927252, 'year-long': 0.006407840180927252, 'the US Electoral College': 0.006407840180927252, 'Oxford': 0.013820831762784268, 'England': 0.03342128408091469, 'Populists': 0.006407840180927252, 'three million': 0.006407840180927252, 'another day': 0.006407840180927252, 'December 4': 0.007915567282321899, 'Pittsburgh': 0.012564392511622063, '76-year-old': 0.007915567282321899, 'CALIFORNIA': 0.013192612137203165, 'At least 29': 0.006910415881392134, 'Butte County Sheriff Kory Honea': 0.006659128031159693, '228': 0.006659128031159693, 'Bay Area': 0.013443899987435608, 'an estimated 400,000': 0.009925870084181429, 'each month': 0.009925870084181429, 'About 246,000': 0.009925870084181429, 'Yahoo': 0.009925870084181429, 'Farrell': 0.009925870084181429, 'the Department of Sanitation': 0.009925870084181429, 'Socialist Star': 0.011433597185576077, 'Fox News’ Targets Minorities': 0.006659128031159693, 'at least eleven': 0.006659128031159693, 'Brietbart': 0.006910415881392134, 'Muslims': 0.006910415881392134, 'Thursday night': 0.007161703731624575, 'the Intergovernmental Panel on Climate Change': 0.016836285965573565, 'only 12 years': 0.007161703731624575, 'approximately 8.3 million barrels': 0.007161703731624575, 'Saudi Arabia’s': 0.007161703731624575, '9.3 million barrels': 0.007161703731624575, 'more than 100 percent': 0.007161703731624575, '9.91 million': 0.007161703731624575, '10.058 million': 0.007161703731624575, '18 million barrels': 0.007161703731624575, 'the busy summer months': 0.007161703731624575, 'Refineries': 0.007161703731624575, 'the Gulf Coast': 0.01017715793441387, '9.5 million barrels': 0.007161703731624575, 'Midwestern': 0.007161703731624575, '18-million-barrel': 0.007161703731624575, 'August 2017': 0.007161703731624575, 'around 3.2 million barrels': 0.007161703731624575, 'TOO': 0.0060309084055785896, 'Andrea Mitchell': 0.009297650458600325, 'Hurricane Florence': 0.01620806633999246, '2045': 0.010805377559994974, 'later this week': 0.010554089709762533, 'AG Sessions': 0.0060309084055785896, 'earlier Wednesday': 0.0060309084055785896, 'Gettysburg': 0.0060309084055785896, 'John C. Calhoun': 0.0060309084055785896, 'Abraham Lincoln': 0.0060309084055785896, 'Sessions': 0.03455207940696067, 'Berkeley Institutes ‘': 0.0060309084055785896, 'the Berkeley City Council': 0.0060309084055785896, 'Kate Harrison': 0.0060309084055785896, 'Carlos Saucedo': 0.0060309084055785896, '@Carlos_Saucedo': 0.0060309084055785896, 'Almost a third': 0.0060309084055785896, 'The University of Wisconsin': 0.0060309084055785896, 'Ray Cross': 0.0060309084055785896, 'Chris Taylor': 0.0060309084055785896, 'the Los Angeles City Council': 0.009297650458600325, 'handbags': 0.0060309084055785896, 'West Hollywood': 0.0060309084055785896, 'the City Council': 0.0060309084055785896, 'over 500': 0.0060309084055785896, 'the Fur Information Council of America': 0.0060309084055785896, '4:00 PM': 0.008920718683251665, 'John McLaughlin': 0.008920718683251665, 'Pollster': 0.009172006533484106, 'McLaughlin and Associates & Doug Schoen': 0.008920718683251665, 'Newsmax': 0.008920718683251665, 'election day': 0.008920718683251665, 'less than 2 months': 0.008920718683251665, 'the Financial Times': 0.008920718683251665, '72-year': 0.008920718683251665, 'just 36 percent': 0.008920718683251665, '4:30 PM': 0.008920718683251665, 'Dan Forest': 0.008920718683251665, '105 mph': 0.008920718683251665, 'The National Hurricane Center': 0.008920718683251665, 'Carolinas': 0.008920718683251665, 'mid-Atlantic': 0.008920718683251665, 'the Santee River': 0.008920718683251665, 'Duck': 0.008920718683251665, 'Over 5 million': 0.008920718683251665, '5:00 PM': 0.008920718683251665, 'Jonathan Gilliam': 0.008920718683251665, 'Sheep No More': 0.008920718683251665, 'Danielle McLaughlin': 0.008920718683251665, 'The Federalist Society: How': 0.008920718683251665, 'Conservatives': 0.011559241110692297, 'Ruth Bader Ginsburg': 0.008920718683251665, '5:30 PM': 0.008920718683251665, 'Joe Concha': 0.008920718683251665, 'Cory Booker’s Spartacus': 0.008920718683251665, 'Carolina': 0.008920718683251665, 'John Avlon': 0.008920718683251665, 'Alisyn Camerota': 0.014197763538132931, 'Washington Post Blames Hurricane Florence': 0.007161703731624575, 'The Washington Post Editorial Board': 0.007161703731624575, 'Hurricane Florence’s': 0.007161703731624575, 'Starburst': 0.007412991581857017, 'Air Force One': 0.007161703731624575, 'early October': 0.007161703731624575, 'Starbursts': 0.007161703731624575, 'strawberry': 0.007161703731624575, 'Air Force Veteran': 0.007161703731624575, 'HOA': 0.007412991581857017, 'Larry Murphree': 0.007412991581857017, 'Thrifty Sue': 0.007161703731624575, 'Murphree': 0.007412991581857017, 'a few months later': 0.007161703731624575, 'Law BANNING Fossil Fuels': 0.007412991581857017, 'Iraqi': 0.007664279432089458, 'Baghdad': 0.007412991581857017, 'Omar Abdulsattar Ameen': 0.007412991581857017, 'June 2014': 0.007412991581857017, 'al-Anbar': 0.007412991581857017, 'the Rawah District': 0.007412991581857017, 'the Al-Anbar Province': 0.007412991581857017, 'June 21, 2014': 0.007412991581857017, 'Ameen': 0.007664279432089458, 'June 22': 0.007412991581857017, 'NEXT': 0.005277044854881266, 'Forget Straws': 0.005277044854881266, 'Liberal Politicians Set Their Sights On BANNING BALLOONS': 0.005277044854881266, 'Just weeks': 0.005277044854881266, 'Santa': 0.005277044854881266, 'July 1': 0.005277044854881266, 'the Emerald City': 0.005277044854881266, 'over 5,000': 0.008920718683251665, 'Mami Hara': 0.005277044854881266, 'Seattle Public Utilities': 0.005277044854881266, 'the National Park Service': 0.005277044854881266, 'an estimated 500 million': 0.005277044854881266, 'Santa Barbara': 0.005277044854881266, 'up to six months': 0.005277044854881266, 'Starbucks': 0.005277044854881266, 'the next two years': 0.005277044854881266, 'Gholam Reza Jalali': 0.006533484106043473, 'Jalali': 0.006533484106043473, '10 days': 0.006533484106043473, 'half a ton': 0.006533484106043473, 'Bloomberg Pledges': 0.007915567282321899, '$80 MILLION': 0.007915567282321899, 'Help Dems Retake Congress': 0.007915567282321899, 'at least $80 million': 0.007915567282321899, 'the past year': 0.007915567282321899, 'more than a dozen': 0.0243749214725468, 'at least 23': 0.007915567282321899, 'as high as 18': 0.007915567282321899, 'Late last year': 0.012438748586505842, 'Liberal': 0.007915567282321899, 'Megatsunami': 0.007915567282321899, 'next November': 0.007915567282321899, 'Chris Kahn': 0.007915567282321899, '@Cmkahn': 0.007915567282321899, 'The Republican National Committee': 0.011810528960924738, '70': 0.017590149516270887, '27': 0.01859530091720065, 'seven': 0.013318256062319386, 'TRUMP Ahead': 0.007287347656740796, 'Bashar al-Assad': 0.007287347656740796, '40-year-old': 0.007287347656740796, 'Mideast': 0.007287347656740796, 'Europeans': 0.015328558864178917, 'nearly 15 months': 0.007287347656740796, 'nearly 26,000': 0.007287347656740796, 'LONDON': 0.007287347656740796, '‘Protect the Ocean': 0.007287347656740796, 'Theresa May': 0.007287347656740796, 'the Commonwealth Heads of Government Meeting': 0.007287347656740796, 'nearly $90 million': 0.007287347656740796, 'mid-twenties': 0.007287347656740796, 'North London': 0.007287347656740796, 'over 50': 0.007287347656740796, 'the beginning of 2018': 0.007287347656740796, 'the Metropolitan Police Department': 0.007287347656740796, 'Hackney': 0.007287347656740796, '8pm': 0.007287347656740796, 'just hours earlier': 0.007287347656740796, '50s': 0.007287347656740796, 'Upper Clapton Road': 0.007287347656740796, 'Telegraph': 0.01608242241487624, 'Wales': 0.016333710265108683, '2010/11': 0.007287347656740796, 'just three years': 0.007538635506973238, 'nearly 90%': 0.007538635506973238, 'Rudolph Giuliani': 0.007538635506973238, 'the 1990s': 0.01595677848976002, 'just 90 minutes': 0.007287347656740796, '13-year old': 0.007287347656740796, 'Six': 0.007287347656740796, '90 minutes': 0.007287347656740796, '13-year-old': 0.007287347656740796, 'SCHEMIN': 0.005653976630229928, 'Painting Streets White': 0.005653976630229928, 'LA Street Services': 0.005653976630229928, 'nearly 10 degrees': 0.005653976630229928, 'CoolSeal': 0.005653976630229928, '50–90': 0.005653976630229928, '40,000': 0.005653976630229928, '60,000': 0.00804121120743812, 'approximately $2 million': 0.005653976630229928, 'two-mile': 0.005653976630229928, 'Orange County': 0.005905264480462369, 'the Orange County Board of Supervisors': 0.005653976630229928, 'the county council': 0.005653976630229928, 'nearly 25 tons': 0.005653976630229928, 'over 1,000 pounds': 0.005653976630229928, 'A-List Actress': 0.007664279432089458, 'HILLARY': 0.007664279432089458, 'Anti-Trump Rhetoric ‘': 0.007664279432089458, 'Twenty-five percent': 0.007664279432089458, 'more than 25 percent': 0.02035431586882774, 'FISA': 0.007915567282321899, 'Pete Aguilar': 0.007664279432089458, 'earlier Monday': 0.007664279432089458, 'the House Intelligence Committee’s': 0.007664279432089458, 'Aguilar': 0.007664279432089458, 'Camerota': 0.007664279432089458, 'Eight': 0.007664279432089458, 'Two-thirds': 0.010679733634878752, 'the 1970s': 0.03643673828370398, 'nearly 2 million ‘Dreamers': 0.007664279432089458, 'GLOBAL WARMING Behind Frigid Temps': 0.005653976630229928, 'Comedian': 0.005653976630229928, 'Chelsea Handler': 0.005905264480462369, 'Handler': 0.005653976630229928, 'Chelsea': 0.005653976630229928, 'Mansion Uses': 0.004271893453951501, '21x': 0.004271893453951501, 'US Home': 0.004271893453951501, 'Biden Proposes Washing Machine Regulations': 0.004648825229300163, 'Whirlpool': 0.004648825229300163, 'The Biden Admin': 0.004648825229300163, 'the Energy Department’s': 0.004648825229300163, 'The Energy Department': 0.007664279432089458, 'nearly $700 million': 0.004648825229300163, 'American Enterprise Institute': 0.004648825229300163, 'Fellow James Coleman': 0.004648825229300163, 'Fox News Digital': 0.015454202789295136, 'more than 110': 0.004648825229300163, 'at least $100': 0.004648825229300163, 'the Department of Energy': 0.009548938308832768, 'more than 2.4 billion metric tons': 0.004648825229300163, '$570 billion': 0.004648825229300163, 'Joe Tell': 0.004271893453951501, 'Creepy': 0.004271893453951501, 'the 25th Amendment': 0.004523181304183942, 'Justin T. Haskins': 0.004523181304183942, 'KCEN': 0.004271893453951501, 'Kris Radcliffe': 0.004271893453951501, 'Mike Crispi': 0.004271893453951501, 'only 24 hours': 0.004271893453951501, 'Dana Loesch': 0.004523181304183942, '2022 Biggest Year': 0.004900113079532605, 'History': 0.004900113079532605, 'New Yorkers Moving': 0.004900113079532605, 'the Empire State': 0.004900113079532605, 'The New York Post': 0.004900113079532605, 'the biggest year': 0.004900113079532605, '64,577': 0.004900113079532605, 'Empire Staters': 0.004900113079532605, 'Sunshine State': 0.004900113079532605, 'Jacksonville': 0.004900113079532605, 'DMV': 0.004900113079532605, 'Last year’s': 0.004900113079532605, 'Alvin Valley': 0.004900113079532605, 'Palm Beach': 0.009423294383716547, 'recent years': 0.05427817565020731, 'Mike Lawler': 0.005151400929765046, '146 Days on': 0.006407840180927252, 'the Year \\n Be': 0.006407840180927252, 'Tweet': 0.006407840180927252, '146 days': 0.006659128031159693, 'more than a fourth': 0.006407840180927252, 'Excerpt': 0.006407840180927252, 'more than a quarter': 0.006407840180927252, 'Wilmington': 0.006407840180927252, 'Some 21 months': 0.006407840180927252, '174 days': 0.006407840180927252, 'Mark Knoller': 0.006407840180927252, 'about 135 days': 0.006407840180927252, 'Mar': 0.006407840180927252, 'Bedminster': 0.006407840180927252, '23 days': 0.006407840180927252, 'Camp David': 0.006407840180927252, 'Lake Blasts Big Tech': 0.004271893453951501, 'Mainstream Media': 0.004271893453951501, 'Kari Lake': 0.004271893453951501, 'AZ': 0.004271893453951501, 'Blake Masters': 0.008418142982786782, 'the Grand Canyon State': 0.004271893453951501, 'Lake': 0.004271893453951501, 'Big Tech': 0.006659128031159693, 'Lake and Masters': 0.004271893453951501, 'Blake': 0.004271893453951501, 'Kari': 0.004271893453951501, 'Fox 10 Pheonix': 0.004271893453951501, 'Katie Hobbs': 0.008669430833019224, '$3 Million Dollar': 0.004774469154416384, 'Kick Catholic Dems': 0.004774469154416384, 'Catholic Democrats': 0.005025757004648825, '$3 million dollar': 0.004774469154416384, 'Cindy Axne': 0.004774469154416384, 'Axne': 0.004774469154416384, 'Brian Burch': 0.004774469154416384, 'Burch': 0.005025757004648825, 'between $2.5 and $3 million': 0.004774469154416384, '-15 House': 0.004774469154416384, '$3 million': 0.004774469154416384, 'LATIN AMERICA': 0.0038949616786028395, '$331 Million': 0.0038949616786028395, 'Fight Food Shortages': 0.0038949616786028395, 'Latin America': 0.0041462495288352805, 'Biden & Co.': 0.0038949616786028395, '$331 million': 0.0038949616786028395, 'Latin American': 0.0038949616786028395, '$645 million': 0.0038949616786028395, 'One-third': 0.0038949616786028395, 'Americas': 0.0038949616786028395, 'Our Energy Supply': 0.005151400929765046, 'Jennifer Granholm': 0.02186204297022239, 'Senate Armed Services Committee': 0.005151400929765046, 'Granholm': 0.005402688779997487, 'Vladimir Putin': 0.0121874607362734, '2.07': 0.005151400929765046, 'Eight months later': 0.005151400929765046, 'eight months later': 0.005151400929765046, 'over 30%': 0.005151400929765046, 'Keystone': 0.005151400929765046, 'ANWR': 0.005151400929765046, '60-day': 0.005151400929765046, 'the first few days': 0.005151400929765046, '4.10': 0.005402688779997487, 'ZERO': 0.014700339238597813, 'Missourians': 0.005151400929765046, 'every day this week': 0.005151400929765046, 'This Heated Jacket': 0.0030154542027892948, 'some warmer days': 0.0030154542027892948, 'the next few weeks': 0.0030154542027892948, 'Kickstarter': 0.0030154542027892948, 'over $2 million': 0.0030154542027892948, 'Gamma': 0.0032667420530217363, 'Biden Warns': 0.003769317753486619, 'R-CO': 0.003769317753486619, '60 million': 0.003769317753486619, 'between 1900 and 1946': 0.003769317753486619, '60': 0.0030154542027892948, 'Doorbuster Price': 0.0030154542027892948, 'FDA': 0.021233823344641287, 'VitalSleep': 0.0030154542027892948, 'Accu-Adjust System': 0.0030154542027892948, 'up to 8mm': 0.0030154542027892948, 'The VitalSleep Anti-Snoring Mouthpiece': 0.0030154542027892948, 'any given day': 0.0030154542027892948, '99': 0.0030154542027892948, 'Doorbuster Sale': 0.0030154542027892948, 'Cori Bush': 0.004900113079532605, 'Joe Manchin ‘Anti-Black': 0.004648825229300163, 'Joe Manchin’s': 0.004900113079532605, 'the Build Back Better Act': 0.004900113079532605, 'Bush': 0.004900113079532605, 'ten more dollars': 0.004648825229300163, 'Henry Rodgers': 0.004648825229300163, 'between Jan. 1 to March 31': 0.004648825229300163, 'Coal': 0.005653976630229928, '1.5 degrees': 0.0164593541902249, 'Celsius': 0.010554089709762533, '80%': 0.005402688779997487, 'Bottles of Wine for Just $65 With This Best-Selling Summer Bundle \\n Be the': 0.0017590149516270887, 'Kerry Family’s': 0.010805377559994974, 'Flight Aware': 0.010805377559994974, 'Boston International Airport': 0.010805377559994974, 'At least two': 0.010805377559994974, 'Special Presidential Envoy for Climate': 0.013443899987435608, 'RUSSIA': 0.005025757004648825, 'Biden Suspends': 0.005025757004648825, 'Alaska': 0.009548938308832768, 'the Department of the Interior': 0.005025757004648825, 'suspends': 0.005025757004648825, 'Arctic National Wildlife Refuge': 0.005025757004648825, 'EIS': 0.005025757004648825, 'NEPA': 0.005025757004648825, 'the US Bureau of Land Management': 0.005025757004648825, 'Just $161': 0.002387234577208192, 'This Memorial Day': 0.002387234577208192, 'Summer': 0.002387234577208192, 'Project Management Professional': 0.002387234577208192, 'Atmosphere': 0.00804121120743812, 'Planet Earth': 0.015202914939062695, 'This Earth Day': 0.00804121120743812, 'Lecturing Energy Workers': 0.006156552330694811, 'FAA Records Show Kerry’s Family Still Owns Private Jet': 0.006156552330694811, 'Hawley Amid': 0.007789923357205679, 'last week’s': 0.007789923357205679, 'the\\xa0Big Apple’s': 0.007789923357205679, 'Spectrum News NY1': 0.007789923357205679, 'Joseph Resnick': 0.007789923357205679, 'Internal Affairs Bureau': 0.007789923357205679, 'the\\xa0United States': 0.007789923357205679, 'January 6': 0.007789923357205679, 'Frank Dwyer': 0.007789923357205679, 'FDNY': 0.007789923357205679, 'Pushes Biden': 0.010554089709762533, 'Abandon Next Two Debates': 0.010554089709762533, 'nights': 0.010554089709762533, 'Los Angeles County': 0.009172006533484106, 'Jackie Lacy': 0.004774469154416384, 'Deonte Lee Murray': 0.004774469154416384, '36': 0.004774469154416384, 'Murray': 0.022867194371152155, 'the Metro Blue Line Station': 0.004774469154416384, 'Compton': 0.004774469154416384, 'James Comey': 0.004774469154416384, 'the Department of Justice': 0.04284457846463123, 'Breath Clean Air': 0.007538635506973238, 'Environmental Justice': 0.007538635506973238, 'Breath': 0.007538635506973238, 'f—-': 0.007538635506973238, '— Jon Nicosia': 0.007538635506973238, 'Compare ‘College Transcripts': 0.006407840180927252, 'Loser': 0.006659128031159693, 'the Post Office': 0.006659128031159693, 'a couple of decades from now': 0.006533484106043473, '7-Minute Art Project': 0.0057796205553461485, 'NH': 0.010554089709762533, 'Win': 0.010302801859530092, 'Mickey Mouse': 0.010554089709762533, 'Longtime Democratic': 0.010302801859530092, 'James Carville': 0.016333710265108683, 'Carville': 0.01608242241487624, 'Andrew Tavani': 0.01608242241487624, '@andrewtavani': 0.01608242241487624, 'Dartmouth': 0.010302801859530092, 'Hanover': 0.010302801859530092, 'more than 400': 0.010302801859530092, 'Kundera': 0.010302801859530092, 'Navy': 0.01608242241487624, 'Friday night': 0.010302801859530092, '60-foot': 0.010302801859530092, 'Silver Star': 0.010302801859530092, 'CARVILLE': 0.008920718683251665, 'I’m Scared to Death': 0.008920718683251665, 'Legendary': 0.008920718683251665, 'Scared to Death': 0.008920718683251665, 'Sean Illing': 0.008920718683251665, 'the Soviet Union’s': 0.008920718683251665, 'A Lot of Those People Who Do That Kind of Work': 0.008920718683251665, 'the American Sort of Norm': 0.008920718683251665, 'Marxist': 0.01834401306696821, 'Anarchists': 0.008920718683251665, 'Politics Outside of the Electoral System': 0.008920718683251665, 'A Lot of the Stories We’re Told in the United States About, You Know': 0.008920718683251665, 'Gulags': 0.008920718683251665, 'the Persecution of the Kulaks and Things Like': 0.008920718683251665, 'Straight Perspective': 0.008920718683251665, 'Project Veritas Action Fund': 0.008920718683251665, 'PVA': 0.008920718683251665, 'the Sanders Campaign': 0.008920718683251665, 'Mason Baird': 0.008920718683251665, 'Daniel Taylor': 0.008920718683251665, 'BIDEN FALLOUT:': 0.004774469154416384, 'Ed Fallon': 0.004774469154416384, 'BETO': 0.011182309335343636, 'Live Near Their Job': 0.011182309335343636, 'Religion-': 0.011182309335343636, '3 hours': 0.011182309335343636, 'Texas Representative': 0.011182309335343636, 'Spanish': 0.016710642040457344, 'about 15 minutes': 0.011182309335343636, 'Ciudad Juarez': 0.011182309335343636, 'the Catholic Church': 0.011182309335343636, 'Texan': 0.011182309335343636, 'Castro': 0.011433597185576077, 'Housing and Urban Development': 0.011182309335343636, 'San Antonio': 0.011182309335343636, 'U.S.-Mexico': 0.011182309335343636, 'two-nights': 0.011182309335343636, 'G-20': 0.011182309335343636, 'Japan': 0.022364618670687272, 'Lester Holt': 0.011182309335343636, 'Healthcare': 0.011182309335343636, 'Beto': 0.008795074758135443, 'Kamala Harris Vows': 0.007412991581857017, 'one second': 0.007412991581857017, 'more than 12%': 0.007412991581857017, 'SSRS': 0.007412991581857017, '14 percent': 0.007412991581857017, 'Tom Homan': 0.007412991581857017, 'Homan': 0.007664279432089458, 'The Federal': 0.004523181304183942, 'Corbin Trent': 0.004523181304183942, 'Chakrabarti': 0.004774469154416384, '$1 million': 0.004523181304183942, 'nearly $1 million': 0.004523181304183942, 'ACOSTA': 0.01017715793441387, 'EPIC': 0.01017715793441387, 'Speak at Event About ‘Risks to Journalists Covering Trump': 0.01017715793441387, 'Arlington': 0.010428445784646311, 'Virginia Barnes & Noble': 0.010428445784646311, 'this White House’s': 0.01017715793441387, 'The Enemy of the People: A Dangerous Time to Tell the Truth in America': 0.01017715793441387, 'Jim Acosta Posts': 0.009925870084181429, 'April Ryan': 0.009925870084181429, 'Ryan': 0.01017715793441387, \"Jim Acosta's\": 0.009925870084181429, 'Ralph Northam': 0.005277044854881266, 'Atlantic Coast': 0.008669430833019224, 'Union Hill': 0.005277044854881266, 'Dominion': 0.005277044854881266, 'Cortez Equates GLOBAL WARMING ‘Threat': 0.005905264480462369, 'NAZI GERMANY': 0.005905264480462369, '27 DAYS': 0.009548938308832768, 'THE HOUSE JUDICIARY COMMITTEE': 0.009548938308832768, 'Weather Bell': 0.009548938308832768, 'The Climate Chronicles: Inconvenient Revelations You Won’t Hear From Al Gore': 0.009548938308832768, '4 storm barreling': 0.009548938308832768, 'Michael': 0.016710642040457344, 'Trump’s America: The Truth': 0.009548938308832768, 'year': 0.03078276165347405, 'less than a month': 0.009548938308832768, 'the Generic Congressional Ballot': 0.009548938308832768, 'Likely U.S. Voters': 0.009548938308832768, 'Another 45%': 0.009548938308832768, 'Three percent': 0.009548938308832768, '3%': 0.032541776605101144, 'eight percent': 0.009548938308832768, '42%': 0.009548938308832768, 'the Freedom Caucus': 0.009548938308832768, 'Rod Rosenstein': 0.009548938308832768, 'the House Judiciary Committee': 0.00980022615906521, 'Jordan': 0.009548938308832768, 'Rosenstein': 0.009548938308832768, 'The Attempted Sabotage': 0.009548938308832768, 'Gregg Jarrett': 0.009548938308832768, 'Fox News Legal': 0.009548938308832768, 'Author': 0.009548938308832768, 'the Russia Hoax': 0.009548938308832768, 'eight years': 0.05993215228043724, 'Dodd-Frank': 0.009548938308832768, 'Bennie Thompson': 0.009548938308832768, 'Miss.': 0.009548938308832768, 'the Homeland Security Committee': 0.009548938308832768, 'the Newton North High School': 0.0041462495288352805, 'James O’Keefe': 0.0041462495288352805, 'Hamilton Township Education Association': 0.004397537379067722, 'David Perry': 0.004397537379067722, 'Perry': 0.007915567282321899, 'March 27': 0.0041462495288352805, 'Roughly one thousand': 0.0041462495288352805, 'the Freedom of Information Act': 0.0041462495288352805, '’s Teacher’s Cabinet': 0.0041462495288352805, 'monthly': 0.012564392511622063, 'OSSE': 0.0041462495288352805, 'Trump Challenging ‘': 0.005528332705113707, 'less than two years': 0.005528332705113707, 'the University of Maryland': 0.005528332705113707, 'GLOBAL WARMING Causes': 0.006156552330694811, 'WINTER': 0.006156552330694811, 'recent doomsday': 0.006156552330694811, 'Sun': 0.006407840180927252, 'the University of California San Diego': 0.006156552330694811, 'UC': 0.009297650458600325, 'Eric Holder': 0.03128533735393894, 'Liberal Wingman': 0.031034049503706494, 'April, 2013': 0.031034049503706494, 'The fifth year': 0.031034049503706494, 'the Obama Administration': 0.031034049503706494, 'Tom Joyner': 0.03128533735393894, 'Holder': 0.03128533735393894, 'the beginning of the': 0.031034049503706494, 'two years later': 0.031034049503706494, 'Session': 0.031034049503706494, 'Yates': 0.03128533735393894, 'DOJ': 0.0402060560371906, 'the House Intelligence Committee': 0.031034049503706494, 'Devin Nunes': 0.031034049503706494, 'Brett Baier': 0.031034049503706494, 'Said Kerry': 0.031034049503706494, 'Nunes': 0.03128533735393894, 'Watergate/Nixon: America': 0.031034049503706494, 'Baier': 0.031034049503706494, 'Justice': 0.031034049503706494, 'State Departments': 0.031034049503706494, 'Patrick Kennedy': 0.031034049503706494, 'the Foreign Service': 0.031034049503706494, 'Benghazi': 0.03128533735393894, 'the Washington Examiner’s': 0.03492901118230934, 'Susan Ferrechio': 0.031034049503706494, 'Climate Depot': 0.031034049503706494, 'the Committee For A Constructive': 0.031034049503706494, 'a mere eleven days': 0.031034049503706494, 'Less than two weeks': 0.031034049503706494, 'Newt Gingrich': 0.03128533735393894, 'Ga.': 0.031034049503706494, '95 percent': 0.03643673828370398, 'Gingrich': 0.031034049503706494, 'the Nunes Intelligence Committee': 0.031034049503706494, 'Leftwing': 0.031034049503706494, 'Deep State': 0.03128533735393894, 'Lisa Page': 0.031034049503706494, 'Eric Holder’s': 0.031034049503706494, 'FBI-Department of Justice': 0.031034049503706494, 'the Deep State': 0.031034049503706494, 'the “Liberal State Media': 0.031034049503706494, 'Robert Bork': 0.031034049503706494, 'the “Evil Empire': 0.031034049503706494, 'three hours': 0.031034049503706494, 'Bork': 0.031034049503706494, 'Soviets': 0.031034049503706494, 'Winston Churchill': 0.031034049503706494, 'decades earlier': 0.031034049503706494, 'Sara Carter': 0.031034049503706494, 'the Liberal State': 0.031034049503706494, 'RCP': 0.031034049503706494, 'BRIAN': 0.031034049503706494, 'the DoJ. \\n ': 0.031034049503706494, 'Mark Levin': 0.031034049503706494, 'Notice': 0.031034049503706494, 'the Liberal State Media': 0.03128533735393894, 'Townhall': 0.031034049503706494, 'Caleb Parke': 0.031034049503706494, 'Parke': 0.031034049503706494, 'October of 2008': 0.031034049503706494, 'Matt Bai': 0.031034049503706494, 'the New York Times Magazine': 0.031034049503706494, '24/7': 0.031034049503706494, 'Volvo': 0.031034049503706494, 'eight-year': 0.031034049503706494, '23 hours and 45 minutes': 0.031034049503706494, 'Trump White House': 0.03128533735393894, 'NFL': 0.03128533735393894, 'fifty years ago': 0.031034049503706494, 'just this week of 2018': 0.031034049503706494, 'William Luti': 0.031034049503706494, 'The year': 0.031034049503706494, 'Lyndon Johnson': 0.031034049503706494, 'Luti': 0.03128533735393894, 'the Vietnam War': 0.03982912426184194, 'the Tet Offensive': 0.031034049503706494, 'South Vietnam': 0.03128533735393894, 'Jan. 30, 1968': 0.031034049503706494, 'North Vietnamese': 0.031034049503706494, 'Viet Cong': 0.031034049503706494, 'Laos': 0.03668802613393642, 'Cambodia': 0.03668802613393642, '77 days': 0.031034049503706494, 'communists': 0.031034049503706494, 'South Vietnamese': 0.031034049503706494, 'late March': 0.031034049503706494, 'communist': 0.0359341625832391, 'Hanoi': 0.03492901118230934, '1972': 0.03492901118230934, 'Easter': 0.031034049503706494, 'nightly': 0.031034049503706494, 'Saigon': 0.031034049503706494, 'Peter Braestrup': 0.031034049503706494, 'Tet': 0.031034049503706494, 'Rush': 0.031034049503706494, 'Mark': 0.031034049503706494, 'The Liberal State Media': 0.031034049503706494, 'Liberal State Media': 0.031034049503706494, 'Trump-Russian': 0.031034049503706494, '2004': 0.06797336348787536, '15 yards': 0.031034049503706494, 'Unsportsmanlike Conduct': 0.03128533735393894, 'the Super Bowl': 0.03128533735393894, 'February 4th': 0.031034049503706494, 'WASHINGTON': 0.031034049503706494, 'the National Football League': 0.031034049503706494, 'Super Bowl': 0.03128533735393894, 'AMVETS National': 0.031034049503706494, 'Marion Polk': 0.031034049503706494, 'Tom Brady': 0.031034049503706494, 'the New England Patriots': 0.031034049503706494, 'the Philadelphia Eagles': 0.031034049503706494, 'Eagles': 0.031034049503706494, 'the 2017 season': 0.031034049503706494, '• More than 200': 0.031034049503706494, '• Teams': 0.031034049503706494, 'New Orleans Saints': 0.031034049503706494, 'Oakland Raiders': 0.031034049503706494, 'New England Patriots': 0.031034049503706494, 'Pittsburgh Steeler': 0.031034049503706494, '• People': 0.031034049503706494, 'Luther Strange': 0.031034049503706494, 'The Star-Spangled Banner': 0.031034049503706494, 'Huntsville': 0.031034049503706494, 'National Football League': 0.031034049503706494, '2016-2017': 0.031034049503706494, '9.7 percent': 0.031034049503706494, '1.6 million': 0.031034049503706494, '16.5 million': 0.031034049503706494, '14.9 million': 0.031034049503706494, 'ESPN': 0.031034049503706494, 'AMVETS': 0.031034049503706494, 'the National Hockey League': 0.031034049503706494, 'Major League Baseball': 0.031034049503706494, 'Super Dumb': 0.031034049503706494, 'Rhoda Wilson': 0.034677723332076894, 'The Intergovernmental Panel on Climate Change (IPCC': 0.01834401306696821, '2.5 degrees': 0.01834401306696821, '4.0 degrees': 0.01834401306696821, '2% to 5%': 0.01834401306696821, 'between 300% and 500%': 0.01834401306696821, 'The International Energy Agency': 0.020856891569292622, 'the year 2040': 0.01834401306696821, 'only around 5%': 0.01834401306696821, 'wellington': 0.01834401306696821, 'the Great Reset': 0.04724211584369895, 'covid-19': 0.01859530091720065, 'half a million': 0.01834401306696821, 'the last decade': 0.026259580349290112, '18,000': 0.01834401306696821, '1900': 0.029777610252544287, 'nearly 5%': 0.01834401306696821, 'The Great Barrier Reef': 0.01834401306696821, 'IPPC': 0.01834401306696821, 'Netherlands': 0.061188591531599446, 'over 60 feet': 0.01834401306696821, 'BBC': 0.03668802613393642, '1817': 0.01834401306696821, 'the Royal Society': 0.01834401306696821, 'the International Energy Agency': 0.01834401306696821, '2013': 0.043347154165096116, 'Cambridge': 0.01834401306696821, 'Gordon Brown': 0.01834401306696821, '50 days': 0.01834401306696821, 'Observer': 0.01834401306696821, 'Siberian': 0.01834401306696821, 'Eleven years ago': 0.01834401306696821, 'Prince Charles': 0.02035431586882774, 'less than a third': 0.01834401306696821, '1929': 0.01834401306696821, 'just a quarter': 0.01834401306696821, '1955': 0.023746701846965697, 'around 6.6 million': 0.01834401306696821, '1928': 0.01834401306696821, '41.7 million': 0.01834401306696821, '41.7': 0.01834401306696821, '6.6': 0.01834401306696821, 'Between 1931': 0.01834401306696821, '99.7%': 0.01834401306696821, 'koala bears': 0.01834401306696821, 'koala': 0.01834401306696821, 'The United Nations Food and Agriculture Organisation': 0.01834401306696821, '80-90%': 0.01834401306696821, 'Gordon Murray': 0.01834401306696821, 'the UK Government': 0.01834401306696821, 'a couple of years': 0.01834401306696821, 'Greens': 0.01834401306696821, 'SNP': 0.01834401306696821, 'thousands of miles': 0.01834401306696821, 'The UK Pensions Regulator': 0.01834401306696821, 'the New Normal': 0.01834401306696821, 'May 2021': 0.027390375675336098, 'Dutch': 0.048875486870209824, 'Shell': 0.028772458851614523, 'just 0.02%': 0.01834401306696821, 'Exxon': 0.01834401306696821, 'the British Government': 0.01834401306696821, '78%': 0.02035431586882774, '1990': 0.01834401306696821, 'many millions': 0.01834401306696821, 'the year 2035': 0.01834401306696821, '£3 trillion': 0.01834401306696821, 'the year 2025': 0.01834401306696821, 'the mid-2030s': 0.01834401306696821, 'the year 2028': 0.021359467269757505, 'The United Nations': 0.03216484482975248, 'Rich': 0.01834401306696821, 'hundreds of millions': 0.03932654856137706, 'Billions': 0.01834401306696821, 'the last century': 0.01834401306696821, 'six-penny': 0.01834401306696821, 'the Natural News Network': 0.48134187712024123, 'Truth Publishing International': 0.48134187712024123, 'LTD': 0.48134187712024123, 'Truth Publishing': 0.48134187712024123, 'CO2': 0.01796708129161955, 'over half': 0.00201030280185953, 'United Nations': 0.018469656992084433, '11,200': 0.007789923357205679, '17,600': 0.005653976630229928, '71-year-old': 0.003769317753486619, 'Ed': 0.003769317753486619, 'Daniel Greenfield': 0.013820831762784268, 'Boulder': 0.0035180299032541774, 'The Oak Fire: How Climate Change Fuels': 0.0035180299032541774, 'CA Local\\r Scientists': 0.0035180299032541774, 'the Oak Fire': 0.003769317753486619, 'Yosemite National Park': 0.0035180299032541774, 'Edward Fredrick Wackerman': 0.0035180299032541774, 'Mariposa': 0.0035180299032541774, '127': 0.0035180299032541774, 'nearly 20,000 acres': 0.0035180299032541774, 'July 2022': 0.0035180299032541774, 'Patel': 0.0035180299032541774, 'Cox': 0.0032667420530217363, 'Mark Roodhouse': 0.0035180299032541774, '1939': 0.0032667420530217363, '1940': 0.0032667420530217363, 'Roodhouse': 0.0035180299032541774, 'Science Daily': 0.0032667420530217363, 'Agenda 2030 Sustainable Development Goals': 0.0032667420530217363, 'the Paris Climate Accords': 0.0032667420530217363, '15-minute': 0.0032667420530217363, 'the Oxford City Council': 0.0032667420530217363, 'up to 100 days per year': 0.0032667420530217363, 'IPS': 0.003769317753486619, 'Kim Iverson Interview': 0.003769317753486619, 'the past 40 years': 0.003769317753486619, '1980s': 0.003769317753486619, 'Ron Paul': 0.003769317753486619, 'RFK Jr.': 0.003769317753486619, '200': 0.020605603719060183, 'stretch limos': 0.003769317753486619, 'Lear': 0.003769317753486619, '10,000': 0.023746701846965697, '1,000-acre': 0.003769317753486619, 'WORLD': 0.003769317753486619, \"Robert F. Kennedy's\": 0.003769317753486619, 'ACTIVELY': 0.003392385978137957, 'Juan Cole': 0.003392385978137957, 'the University of Michigan': 0.0060309084055785896, 'the National Oceanic and Atmospheric Administration': 0.011559241110692297, 'the late 1800s': 0.003392385978137957, 'Financial Times': 0.003392385978137957, 'the 1800s': 0.003392385978137957, 'early 1900s': 0.003392385978137957, 'Michael Shellenberger': 0.03128533735393894, 'M.D.': 0.003392385978137957, 'Aime Williams': 0.003392385978137957, 'Shellenberger': 0.025254428948360344, 'the 1880s': 0.011056665410227415, 'Pfizer': 0.01859530091720065, 'Federalist': 0.005528332705113707, '$8 million': 0.00804121120743812, 'Climate Journalism Initiative': 0.005277044854881266, 'John Podesta': 0.005277044854881266, 'Inflation Reduction Act': 0.005277044854881266, 'Podesta': 0.005277044854881266, 'the \"': 0.005277044854881266, 'Larry Behrens': 0.005277044854881266, 'Robert F. Kennedy Jr.': 0.006784771956275914, 'Behrens': 0.005277044854881266, 'Poynter Institute': 0.005277044854881266, '15,000': 0.005277044854881266, 'Great Lakes': 0.005277044854881266, 'North America': 0.03731624575951752, 'Poynter': 0.005277044854881266, 'green\"-ification of the planet': 0.005277044854881266, 'The Poynter Institute': 0.005277044854881266, 'the Joyce Foundation': 0.005277044854881266, 'Bloomberg Philanthropies': 0.005277044854881266, 'Climate Science Information Center': 0.004397537379067722, 'George Mason University': 0.0041462495288352805, 'the Yale Program on Climate Communication': 0.0041462495288352805, 'the\\xa0 University of Cambridge': 0.004397537379067722, \"Facebook's\": 0.0041462495288352805, 'Founder': 0.0041462495288352805, 'over 600 million': 0.0041462495288352805, 'Months later': 0.0041462495288352805, 'Voting Information Center': 0.0041462495288352805, 'More than a year ago': 0.0041462495288352805, 'Andy Stone': 0.0041462495288352805, 'Sander van der': 0.0041462495288352805, 'Linden': 0.0041462495288352805, 'Don Cameron': 0.005402688779997487, 'the California State Board of Food and Agriculture': 0.005402688779997487, 'BLS': 0.005402688779997487, '38.1 percent': 0.005402688779997487, 'the start of the year': 0.005402688779997487, '6.0 percent': 0.005402688779997487, '30 percent': 0.018972232692549315, '75 percent': 0.012941324286970724, '90 percent': 0.015202914939062695, 'The Golden State': 0.005402688779997487, 'January-to-March': 0.005402688779997487, 'at least a century': 0.005402688779997487, 'the Colorado River': 0.005402688779997487, 'the winter': 0.005402688779997487, 'Colorado River': 0.005653976630229928, 'Ted Cooke': 0.005402688779997487, 'the Central Arizona Project': 0.005402688779997487, 'Saudi Arabian': 0.005402688779997487, 'Saudis': 0.005402688779997487, 'every single year': 0.005402688779997487, 'WMAL': 0.004523181304183942, 'Vince Coglianese': 0.004523181304183942, 'ESG DEI': 0.004523181304183942, 'Inclusion': 0.004523181304183942, 'CSR': 0.004523181304183942, 'Corporate Social Responsibility': 0.004523181304183942, 'Vanguard': 0.01595677848976002, 'more than $20 trillion': 0.004523181304183942, 'Agendas': 0.004523181304183942, 'Western': 0.025505716798592787, 'Chinese Communist Party': 0.004523181304183942, 'Blackrock': 0.004523181304183942, 'Corporate America': 0.004523181304183942, 'Climate Pledge': 0.004523181304183942, 'ESG': 0.033169996230682244, 'BlackRock': 0.04221635883905013, 'more than two dozen': 0.011810528960924738, 'Quadrivium': 0.011182309335343636, 'Latin': 0.010931021485111195, 'James Murdoch': 0.012061816811157179, 'Clan Murdoch': 0.010931021485111195, 'Company': 0.010931021485111195, 'the Climate Leadership Council': 0.011810528960924738, 'Kathryn Murdoch': 0.012061816811157179, 'James': 0.011810528960924738, 'CLC': 0.012061816811157179, 'JP Morgan': 0.011810528960924738, 'Santander': 0.011810528960924738, 'BP': 0.010931021485111195, 'Conoco': 0.011810528960924738, 'the Brown Advisory Sustainable Investing Advisory Board': 0.010931021485111195, '“Qiming Venture Partners': 0.010931021485111195, 'VC': 0.010931021485111195, '$250 million': 0.010931021485111195, 'Tesla': 0.020982535494408844, 'Lupa Systems': 0.010931021485111195, 'Murdoch': 0.012061816811157179, 'The Rockefeller Foundation': 0.01432340746324915, 'William': 0.010931021485111195, 'Flora Hewlett Foundation': 0.010931021485111195, 'the Climate Finance Fund': 0.010931021485111195, 'Foundation': 0.010931021485111195, 'The Howard Hughes Medical Institute': 0.010931021485111195, 'Hughes Aircraft': 0.010931021485111195, 'HMMI': 0.011182309335343636, '$2 billion': 0.0201030280185953, 'Kreido Biofuels': 0.010931021485111195, 'the Walton Family Foundation': 0.010931021485111195, 'Lukas Walton': 0.010931021485111195, 'Sam Walton’s': 0.010931021485111195, 'Environment Program Committee Chair': 0.010931021485111195, 'Lukas': 0.010931021485111195, '$4 billion': 0.010931021485111195, 'Builders Version': 0.010931021485111195, 'S2': 0.010931021485111195, 'G Ventures': 0.010931021485111195, 'Bluestar Energy Capital': 0.010931021485111195, 'Common Energy': 0.010931021485111195, 'Electric Hydrogen': 0.010931021485111195, 'Carbon America': 0.010931021485111195, 'Brian Carovillano': 0.011182309335343636, 'Carovillano': 0.010931021485111195, 'the 1960s': 0.010931021485111195, 'every few years': 0.010931021485111195, 'the Heartland Institute': 0.02826988315114964, 'Heartland': 0.01432340746324915, 'James Murphy': 0.002638522427440633, 'Breanna Fraser': 0.002638522427440633, 'Patrick Nunn': 0.002638522427440633, 'Rachael Sharman': 0.002638522427440633, '390': 0.002638522427440633, '1,100': 0.007161703731624575, 'Nobel': 0.005528332705113707, '134': 0.002638522427440633, 'Nunn': 0.002638522427440633, 'Sharman': 0.0028898102776730742, 'Andrew Bolt': 0.002638522427440633, 'Bolt': 0.002638522427440633, 'Hurst': 0.0038949616786028395, 'MOFB': 0.003643673828370398, '27 percent': 0.003643673828370398, 'seven percent': 0.0062821962558110315, 'Brazil': 0.017338861666038447, 'South Asian': 0.003643673828370398, 'Sri Lanka': 0.00980022615906521, 'Gotabaya Rajapaksa': 0.003643673828370398, 'as high as': 0.003643673828370398, '70 percent': 0.005653976630229928, 'Mark Rutte': 0.008166855132554341, 'Brighteon.com': 0.09950998869204673, 'Robert Lyman': 0.0025128785023244126, 'Canadian Policy': 0.002261590652091971, 'Lyman': 0.002261590652091971, 'Ottawa': 0.0025128785023244126, 'Robert': 0.0025128785023244126, '1,000,000,000.00': 0.002261590652091971, 'Tom Harris': 0.0025128785023244126, 'RAIR Foundation USA': 0.002261590652091971, 'Action4Canada': 0.002261590652091971, 'Bank of Canada': 0.005151400929765046, '2021-22': 0.005151400929765046, 'the past few years': 0.018720944842316872, 'The Parliamentary Budget Office': 0.005151400929765046, 'between CA$1,145': 0.005151400929765046, '861': 0.005151400929765046, '1,715': 0.005151400929765046, '40 to 45 percent': 0.005151400929765046, 'Parliament Ryan Turnbull of': 0.005151400929765046, \"Trudeau's Liberal Party\": 0.005151400929765046, 'the House of Commons': 0.005151400929765046, 'June 2022': 0.005151400929765046, 'The Royal Bank of Canada': 0.005151400929765046, 'CA$2 trillion': 0.005151400929765046, '$1.503 trillion': 0.005151400929765046, 'three decades': 0.008166855132554341, 'Ian Lee': 0.005151400929765046, \"Carleton University's\": 0.005151400929765046, 'Sprott School of Business': 0.005151400929765046, 'Over half': 0.005151400929765046, 'Around 40 percent': 0.005151400929765046, 'Lee': 0.005151400929765046, 'The American Journal': 0.005151400929765046, 'Harrison Smith': 0.005151400929765046, \"the World Economic Forum's\": 0.015831134564643797, 'Jack Posobiec': 0.007664279432089458, 'Newspunch': 0.010679733634878752, 'Posobiec': 0.003392385978137957, 'Covid-19': 0.0031410981279055158, 'Council for Inclusive Capitalism': 0.0031410981279055158, 'The Post Millennial': 0.0031410981279055158, 'Sean Adl-Tabatabai': 0.0031410981279055158, 'the World Trade Center': 0.0031410981279055158, 'World War III': 0.0031410981279055158, 'Truss': 0.0031410981279055158, 'the end of the month': 0.0031410981279055158, 'Haarlem': 0.004523181304183942, 'GroenLinks': 0.004523181304183942, 'Councilor Ziggy Klazes': 0.004271893453951501, 'Klazes': 0.004271893453951501, 'Groenlinks': 0.004271893453951501, 'more than 14 percent': 0.004271893453951501, 'the Central Organization for the Meat Sector': 0.004271893453951501, 'The Belang van Nederland': 0.004271893453951501, 'Haarlem BVNL': 0.004271893453951501, 'Joey Rademaker': 0.004271893453951501, 'Herman Bröring': 0.004271893453951501, 'the University of Groningen': 0.004271893453951501, 'Amsterdam': 0.004523181304183942, 'the Old Continent': 0.004271893453951501, 'Jose Nino': 0.004271893453951501, 'Big League Politics': 0.004271893453951501, 'Great Reset': 0.026259580349290112, 'MSM': 0.015579846714411358, 'Ben Bartee': 0.007538635506973238, 'Bangkok': 0.0028898102776730742, 'April 20': 0.0028898102776730742, 'the Center for Research on Globalization': 0.0028898102776730742, 'Beyond Meat': 0.011684885035808518, 'Bartee': 0.0031410981279055158, 'WEF': 0.07174268124136197, 'Klaus Schwab': 0.04070863173765548, 'Dan Buettner': 0.0028898102776730742, 'Seventh-Day': 0.0028898102776730742, 'Buettner': 0.0028898102776730742, 'Seventh-Day Adventist': 0.0028898102776730742, 'more than 3%': 0.009674582233948988, 'hundreds of millions of years': 0.009674582233948988, 'at least 97%': 0.009674582233948988, 'the beginning of the 20th century': 0.011056665410227415, 'the last 150 years': 0.009925870084181429, 'Greek': 0.009674582233948988, 'Abu Ali ibn al-Haytham': 0.009674582233948988, '11th-century': 0.009674582233948988, 'Naomi Oreskes': 0.009674582233948988, 'nearly 1,000': 0.009674582233948988, 'the last 50 years': 0.01432340746324915, 'Oreskes': 0.009674582233948988, 'Klaus-Martin Schulte': 0.011056665410227415, 'Schulte': 0.011056665410227415, 'only 45%': 0.009674582233948988, 'several hundred': 0.009674582233948988, 'John Cook': 0.0164593541902249, 'more than 1.3 million': 0.009674582233948988, 'Cook': 0.01193617288604096, '11,944': 0.009925870084181429, 'the 21 years 1991': 0.009674582233948988, 'CC': 0.009674582233948988, '21-year': 0.009674582233948988, 'GW': 0.009674582233948988, '97.1%': 0.009925870084181429, 'AGW': 0.009674582233948988, '97.2%': 0.009674582233948988, '7,930': 0.009674582233948988, '32.6%': 0.009674582233948988, 'only 64': 0.009674582233948988, '0.5%': 0.009674582233948988, 'just 0.3%': 0.009674582233948988, 'Joseph Goebbels': 0.013569543912551827, 'more than 31,000': 0.015328558864178917, '9,029': 0.009674582233948988, 'Edward Teller’s': 0.009674582233948988, 'more than 4,000': 0.009674582233948988, 'only 18%': 0.009674582233948988, 'Richard Tol': 0.009674582233948988, 'Consensus': 0.009674582233948988, 'Michael Crichton': 0.009674582233948988, '28 October 2021': 0.009674582233948988, 'INSECTS': 0.0032667420530217363, 'FNN': 0.0032667420530217363, 'Angela Frimberger': 0.0032667420530217363, 'University of California': 0.008418142982786782, 'Gregory Okin': 0.0032667420530217363, 'Fido': 0.0032667420530217363, 'NewsPunch': 0.006156552330694811, 'Baxter Dmitry': 0.006156552330694811, 'decay': 0.0032667420530217363, 'Dmitry': 0.006156552330694811, 'Nicole Kidman': 0.005402688779997487, 'Noru': 0.006784771956275914, 'Ian': 0.006784771956275914, 'just six hours': 0.006533484106043473, 'Polillo Island': 0.006533484106043473, 'Philippines': 0.01608242241487624, 'one to two days': 0.006533484106043473, 'Armiel Azas Azul': 0.006533484106043473, 'the Sunshine State': 0.011307953260459856, '35 miles per hour': 0.006533484106043473, 'mph': 0.006533484106043473, 'just one day': 0.006533484106043473, 'just 36 hours': 0.006533484106043473, '155 mph': 0.006533484106043473, 'Health Ranger Mike Adams': 0.006533484106043473, 'Dane Wigington': 0.012438748586505842, 'Wigington': 0.012690036436738283, 'The Dimming': 0.006533484106043473, 'Cuba': 0.006784771956275914, 'Peggy Hall': 0.006533484106043473, 'the Air Force': 0.006533484106043473, 'General Electric': 0.012438748586505842, 'Hall': 0.010554089709762533, 'History of Project Cirrus': 0.006533484106043473, 'from 1947 to 1952': 0.006533484106043473, 'the Federal Emergency Management Agency': 0.006533484106043473, '251 km': 0.006533484106043473, 'over a hundred': 0.006533484106043473, 'Ho Chi Minh': 0.006533484106043473, 'Henry Kissinger': 0.006533484106043473, 'Central Intelligence Agency': 0.006533484106043473, 'DWD': 0.0041462495288352805, 'five consecutive days': 0.0038949616786028395, 'over 30 degrees Celsius': 0.0038949616786028395, 'three consecutive days': 0.0038949616786028395, '28 degrees': 0.0038949616786028395, 'the World Meteorological Organization': 0.0038949616786028395, 'five or more consecutive days': 0.0038949616786028395, 'five degrees': 0.0038949616786028395, 'summer weekend': 0.0038949616786028395, 'German': 0.029275034552079405, 'Steffi Lemke': 0.0038949616786028395, 'around 1,300': 0.0038949616786028395, 'Federal Ministry for the Environment': 0.0038949616786028395, 'Julian Fischer': 0.0038949616786028395, 'A Tip: Tap.': 0.0038949616786028395, '201': 0.0038949616786028395, 'Mauerpark': 0.0038949616786028395, 'Schlachtensee': 0.0038949616786028395, 'Jochen Rabe': 0.0038949616786028395, 'Wasser Berlin': 0.0038949616786028395, '10 minutes': 0.0038949616786028395, 'max': 0.0038949616786028395, 'Thursday, Aug. 4': 0.008166855132554341, 'Lafayette Square': 0.008166855132554341, 'the summer months': 0.008166855132554341, 'Friday, Aug. 5': 0.008166855132554341, 'James Mueller': 0.008166855132554341, '76': 0.008166855132554341, 'Donna': 0.008166855132554341, '75': 0.008166855132554341, 'Janesville': 0.008166855132554341, 'Brooks Lambertson': 0.008166855132554341, 'City National Bank': 0.008166855132554341, 'Brooks': 0.008166855132554341, 'Gloria Dickie': 0.010679733634878752, 'Dickie': 0.010931021485111195, '94 degrees': 0.008166855132554341, '30-year': 0.008166855132554341, 'Aug. 4': 0.008166855132554341, 'the\\xa0National Weather Service': 0.008166855132554341, '1.8': 0.008166855132554341, 'the past century': 0.015202914939062695, 'Chris Enloe': 0.008166855132554341, 'Blaze': 0.008166855132554341, 'billions of years': 0.008166855132554341, 'Centers for Disease Control and Prevention': 0.008166855132554341, 'roughly 40 million': 0.008166855132554341, 'a million': 0.008166855132554341, 'Between 2006 and 2021': 0.008166855132554341, 'only about 10 percent': 0.008166855132554341, 'Mike Adams': 0.02826988315114964, 'November 2021': 0.00402060560371906, 'Gavin Schmidt': 0.004271893453951501, 'the past decades': 0.008418142982786782, 'approximately 441,668': 0.00402060560371906, 'FORTRAN': 0.00402060560371906, 'around 1983': 0.00402060560371906, 'Criticisms': 0.00402060560371906, 'Willis Eschenbach': 0.005277044854881266, 'Net Zero Watch': 0.00402060560371906, 'NZW': 0.004271893453951501, 'Climate Models and Climate Muddles': 0.00402060560371906, 'Andrew Montford': 0.00402060560371906, 'Daily Sceptic': 0.00402060560371906, 'Montford': 0.00402060560371906, '25 years ago': 0.00402060560371906, 'the past week': 0.00402060560371906, 'Paul Homewood': 0.0057796205553461485, '0.22': 0.007538635506973238, 'a mere three days': 0.00402060560371906, 'Akshat Rathi': 0.006784771956275914, 'MIT Technology Review': 0.009297650458600325, 'February\\xa0last year': 0.006784771956275914, 'the Global Food Justice Alliance': 0.006784771956275914, 'GFJA': 0.006784771956275914, '2.6 percent': 0.006784771956275914, 'Hampton Creek Foods': 0.006784771956275914, 'Turntide': 0.006784771956275914, 'Mangrove Lithium': 0.006784771956275914, 'about 270,000 acres': 0.006784771956275914, 'farmland': 0.006784771956275914, 'thousands of acres': 0.006784771956275914, 'Nebraska': 0.011182309335343636, 'almost $370 billion': 0.006784771956275914, 'the last month': 0.006784771956275914, '$104.6 billion': 0.006784771956275914, '$232 billion': 0.006784771956275914, 'Squawk Box': 0.011056665410227415, 'Billy G': 0.006784771956275914, 'Bill Gates & I': 0.006784771956275914, 'CureVac': 0.006784771956275914, \"National Cattlemen's\": 0.0038949616786028395, 'Beef Association': 0.0038949616786028395, 'Colin Woodall': 0.0038949616786028395, 'Woodall': 0.0038949616786028395, 'Donald] Trump': 0.0038949616786028395, 'some 270,000 acres': 0.006910415881392134, \"last year's\": 0.006910415881392134, 'Lab Meat and Lab Dairy': 0.0038949616786028395, 'Silicon Valley': 0.006910415881392134, 'GMO': 0.01859530091720065, 'Ireland': 0.016836285965573565, 'Irish': 0.008166855132554341, 'Department of Agriculture': 0.008920718683251665, '45,000 tons': 0.0030154542027892948, 'about $5,107': 0.0030154542027892948, 'The Scottish Farmer': 0.0030154542027892948, 'up to 20 percent': 0.007287347656740796, 'between €75 to €100': 0.0030154542027892948, 'Last fall': 0.011307953260459856, '1.3 million': 0.0030154542027892948, 'Natural News': 0.008920718683251665, 'Nitrogen': 0.015579846714411358, 'Altman': 0.004397537379067722, '\"Lowering the height': 0.0041462495288352805, 'eight billion': 0.0041462495288352805, 'just 10 percent': 0.0041462495288352805, '87 million tons': 0.0041462495288352805, 'trillions of gallons': 0.0041462495288352805, 'millions of tons': 0.0041462495288352805, '\"Reporting the @nytimes for this disgusting tallphobia': 0.0041462495288352805, 'CBN News': 0.0041462495288352805, 'Dan Andros': 0.0041462495288352805, 'Seth Dillon': 0.0041462495288352805, 'The Babylon Bee': 0.0041462495288352805, 'Brandon Hartsell': 0.0041462495288352805, 'Elon Musk-run': 0.0041462495288352805, 'Benjamin Ryan': 0.0041462495288352805, 'Steve Watson': 0.0041462495288352805, 'NewsWars': 0.0041462495288352805, 'The Oxfordshire County Council': 0.003643673828370398, '100 days per year': 0.0038949616786028395, '15 minute': 0.003643673828370398, 'Oxfordshire': 0.0038949616786028395, 'The European Commission': 0.003643673828370398, 'EC': 0.008920718683251665, 'The Netherlands': 0.013820831762784268, 'the American Dream': 0.003643673828370398, 'The UN Climate Change Conference': 0.004774469154416384, 'Sunday, Nov. 6': 0.004774469154416384, 'Sharm El Sheikh': 0.01432340746324915, 'the Sinai Peninsula': 0.004774469154416384, 'nearly two weeks': 0.004774469154416384, 'the UN Intergovernmental Panel on Climate Change': 0.004774469154416384, 'nearly 17 million': 0.004774469154416384, 'Ethiopia': 0.004774469154416384, 'Steve Bonta': 0.004774469154416384, 'Egyptian': 0.005025757004648825, 'Cairo': 0.004774469154416384, 'Alexandria': 0.004774469154416384, 'recent decades': 0.004774469154416384, 'Bonta': 0.004774469154416384, 'Glistening': 0.004774469154416384, 'Grea Thunberg': 0.004774469154416384, 'Abdel Fattah': 0.004774469154416384, 'Hussein Baoumi': 0.004774469154416384, 'Libya': 0.004774469154416384, 'Amnesty International': 0.004774469154416384, 'Sisi': 0.004774469154416384, 'Alaskan': 0.004397537379067722, 'Mississippi River': 0.004397537379067722, 'Michael Litzow': 0.004397537379067722, 'Anchorage': 0.004397537379067722, 'Elizabeth Earl': 0.004397537379067722, 'the Alaska Journal of Commerce': 0.004397537379067722, 'Food and Agriculture Organization': 0.004397537379067722, 'FAO': 0.004397537379067722, 'Bering Sea': 0.004397537379067722, 'Greed': 0.004397537379067722, 'The World Wildlife Fund': 0.004397537379067722, 'WWF': 0.004397537379067722, 'Hilariously': 0.007789923357205679, 'Earl': 0.004397537379067722, 'Anthony Watts': 0.007412991581857017, 'La Nina': 0.004397537379067722, 'Lancet': 0.026636512124638773, 'Bloomberg News': 0.016584998115341122, '30 degrees Celsius': 0.004271893453951501, 'the Potsdam Institute for Climate Impact Research': 0.004523181304183942, 'Annika Stechemesser': 0.004271893453951501, 'earlier\\xa0this month': 0.004271893453951501, 'Stechemesser': 0.004271893453951501, \"'The Science\": 0.004271893453951501, 'between 2005 and 2020': 0.004271893453951501, 'the beginning of this century': 0.004271893453951501, 'Fascist Trudeau': 0.004523181304183942, 'Ministry of Climate Change': 0.004523181304183942, 'the Ministry of Environment & Climate Change Canada': 0.004523181304183942, 'ECCC': 0.01017715793441387, 'Winnipeg': 0.01017715793441387, 'the \"Environmental Enforcement Directorate': 0.004523181304183942, \"the Climate Communists'\": 0.004523181304183942, 'Keean Bexte': 0.004523181304183942, 'The Counter Signal': 0.004523181304183942, 'more than 50,000 square feet': 0.004523181304183942, 'the final days': 0.004523181304183942, 'the Impact Assessment Act': 0.004523181304183942, 'IAA': 0.004523181304183942, 'Ministerial \"Enforcement Officers': 0.004523181304183942, \"Trudeau's Climate Police\": 0.004523181304183942, 'Bexte': 0.004774469154416384, 'Climate Police': 0.004523181304183942, 'Saskatchewan': 0.010931021485111195, '78 percent': 0.004523181304183942, 'FRIENDS': 0.004523181304183942, '96%': 0.0038949616786028395, 'An astounding 96 percent': 0.0038949616786028395, '96 percent': 0.0038949616786028395, 'Heartland Institute': 0.0038949616786028395, 'Fellow Anthony Watts': 0.0038949616786028395, 'Requirements and Standards': 0.0038949616786028395, 'at least 100 feet': 0.0038949616786028395, 'more than 1,000': 0.013443899987435608, '89 percent': 0.0057796205553461485, 'at least 13 years': 0.0038949616786028395, \"The Heartland Institute's\": 0.0038949616786028395, 'H. Sterling Burnett': 0.0038949616786028395, \"the Heartland Institute's\": 0.0038949616786028395, 'Arthur B. Robinson Center on Climate and Environmental Policy': 0.0038949616786028395, 'the spring': 0.0038949616786028395, 'Burnett': 0.0038949616786028395, 'Second': 0.009548938308832768, 'FARTS': 0.0032667420530217363, 'Wellington': 0.006533484106043473, \"New Zealand's\": 0.0035180299032541774, '550': 0.0032667420530217363, '40 tons': 0.0032667420530217363, 'Maori': 0.0032667420530217363, 'September 2003': 0.0032667420530217363, '400': 0.0032667420530217363, 'the New Zealand Parliament': 0.0032667420530217363, 'more than 64,000': 0.0032667420530217363, 'Tom Lambie': 0.0032667420530217363, 'the Federated Farmers Union': 0.0032667420530217363, 'Ed Dowd': 0.003643673828370398, 'Dowd': 0.003643673828370398, 'the \"War Room': 0.003392385978137957, 'Cause Unknown': 0.003392385978137957, '2021 to 2022': 0.003392385978137957, 'more than 1,650': 0.003392385978137957, '24-year-old': 0.003392385978137957, 'Damar Hamlin': 0.003392385978137957, 'CPR': 0.003392385978137957, 'nine minutes': 0.003392385978137957, 'Peter McCullough': 0.003392385978137957, 'Hamlin': 0.003392385978137957, 'the \\xa0Epoch Times': 0.005402688779997487, '29 per year': 0.003392385978137957, 'a month under 29': 0.003392385978137957, \"Steve Bannon's\": 0.003392385978137957, 'Frontpage Magazine': 0.0038949616786028395, 'Greenfield': 0.0041462495288352805, 'Murdochs': 0.0038949616786028395, '0.04 percent': 0.004271893453951501, 'only\\xa0four percent': 0.004271893453951501, 'Piers Corbyn': 0.005528332705113707, 'WeatherAction': 0.006156552330694811, 'U.K. Labor Party': 0.004271893453951501, 'Jeremy Corbyn': 0.005528332705113707, 'the Copernicus Climate Change Service': 0.004271893453951501, 'C3S': 0.004271893453951501, 'Freja Vambog': 0.004271893453951501, 'The previous summer': 0.004271893453951501, 'only a year old': 0.004271893453951501, \"the University of Reading 's Debate Society\": 0.004271893453951501, 'Corbyn': 0.007538635506973238, 'Ice': 0.004271893453951501, 'the centuries': 0.004271893453951501, 'around 500 to 800 years': 0.004271893453951501, 'around 500 to 800 years ago': 0.004271893453951501, '200 percent': 0.003392385978137957, 'UMich': 0.003392385978137957, 'Yingxiao Zhang': 0.003392385978137957, 'Allison L. Steiner': 0.003392385978137957, 'Pollen': 0.003392385978137957, 'up to 40 days earlier in the spring': 0.003392385978137957, 'up to 19 days': 0.003392385978137957, 'the growing season': 0.003643673828370398, 'every precious day': 0.003392385978137957, 'Spring': 0.003392385978137957, 'Rockefeller Foundation': 0.00402060560371906, 'World Health Organization': 0.01746450559115467, 'WHO': 0.03555723080789044, 'Health Emergencies Program': 0.003769317753486619, 'Hub': 0.00402060560371906, 'the Rockefeller Foundation': 0.00402060560371906, 'George Soros': 0.023244126146500815, 'Around 88 percent': 0.003769317753486619, 'over $27 million': 0.003769317753486619, 'the last two decades': 0.003769317753486619, 'Chikwe Ihekweazu': 0.003769317753486619, 'Rajiv Shah': 0.003769317753486619, 'The WHO Pandemic Hub': 0.003769317753486619, 'Shah': 0.003769317753486619, 'Ickonic': 0.003769317753486619, 'David Icke': 0.003769317753486619, 'Rockefeller': 0.012690036436738283, 'Met Office': 0.004648825229300163, 'Christmas 2021': 0.0027641663525568537, '70s': 0.0027641663525568537, '11,512.6': 0.0027641663525568537, 'August 2020': 0.008795074758135443, 'Trafalgar Square': 0.0027641663525568537, 'more than 30': 0.0027641663525568537, '10 hours': 0.0027641663525568537, 'Soderland': 0.003769317753486619, 'Gastro': 0.0035180299032541774, 'about 10 percent': 0.0035180299032541774, 'TV4': 0.0035180299032541774, 'Can you Imagine Eating Human Flesh': 0.0035180299032541774, 'Katy Perry': 0.0035180299032541774, 'Creutzfeldt-Jakob': 0.0035180299032541774, 'Kuru': 0.0035180299032541774, 'CJD': 0.003769317753486619, '55 years': 0.0035180299032541774, 'a year': 0.013569543912551827, 'Pacific': 0.006533484106043473, 'Indian Ocean': 0.0025128785023244126, '709': 0.0025128785023244126, 'Indian Oceans': 0.0025128785023244126, 'larger than 10 hectares': 0.0025128785023244126, '24.7 acres': 0.0025128785023244126, 'the 1980s': 0.016836285965573565, 'National Aeronautics and Space Administration': 0.011559241110692297, 'the Gravity Recovery and Climate Experiment': 0.0025128785023244126, 'GRACE': 0.0025128785023244126, 'between 2002 and 2014': 0.0025128785023244126, 'June 21': 0.003392385978137957, 'the Daily Expose': 0.0031410981279055158, 'Patrick Moore': 0.020731247644176404, 'October 2015': 0.0031410981279055158, 'Moore': 0.024751853247895462, 'less than two million years': 0.0031410981279055158, '15 years': 0.008166855132554341, 'the environmental movement': 0.0031410981279055158, 'Expose': 0.005653976630229928, 'SVB': 0.004397537379067722, 'KQED': 0.0041462495288352805, 'Nearly half': 0.013569543912551827, 'at least $5 billion': 0.0041462495288352805, 'FDIC': 0.007915567282321899, 'the Wall Street Journal': 0.0041462495288352805, 'Kimberley Strassel': 0.0041462495288352805, 'fed': 0.0041462495288352805, 'Strassel': 0.0041462495288352805, 'Solyndra': 0.0041462495288352805, 'Fisker Automotive': 0.0041462495288352805, 'the American Recovery and Reinvestment Act': 0.0041462495288352805, 'June 2018': 0.005277044854881266, 'the next five years': 0.013318256062319386, 'Five years later': 0.008669430833019224, 'March 12': 0.005277044854881266, 'January 2023': 0.014700339238597813, 'the Copenhagen Climate Conference': 0.005277044854881266, 'the next five to seven years': 0.005277044854881266, 'the Arctic ice cap': 0.005277044854881266, '2006': 0.008669430833019224, 'An Inconvenient Truth': 0.007287347656740796, 'as much as 20 feet': 0.005277044854881266, '1880': 0.005277044854881266, 'between 1993 and 2021': 0.005277044854881266, '3.8 inches': 0.005277044854881266, 'more than 1,100 years': 0.005277044854881266, '20 feet': 0.005277044854881266, \"The Gateway Pundit 's\": 0.005277044854881266, 'Margaret Flavin': 0.006659128031159693, '20-year-old': 0.005277044854881266, 'Gujarat': 0.005653976630229928, 'Infowars': 0.005905264480462369, '$50 million': 0.005905264480462369, 'SEWA': 0.005905264480462369, 'the America-India Foundation': 0.005653976630229928, 'Adrienne Arsht-Rockefeller Foundation Resilience Center': 0.005905264480462369, 'the\\xa0Desai Foundation': 0.005653976630229928, 'the\\xa0Rockefeller Foundation': 0.005653976630229928, 'the\\xa0Council for Inclusive Capitalism': 0.005653976630229928, 'the\\xa0Algorand Foundation': 0.005905264480462369, 'Global Climate Resilience Fund for Women': 0.005653976630229928, 'the Self Empowered Women Association': 0.005653976630229928, 'the Self Employed Women’s Association': 0.005653976630229928, 'the Clinton Global Initiative': 0.005653976630229928, 'The\\xa0Council for Inclusive Capitalism': 0.005653976630229928, 'Lynn Forester De Rothschild': 0.005653976630229928, 'Central Bank Digital Currencies': 0.005653976630229928, 'Kansas City Federal Reserve Bank': 0.005653976630229928, 'Esther George': 0.005653976630229928, 'Jerome]': 0.005653976630229928, 'The Federal Reserve Bank': 0.005653976630229928, 'New York Innovation Center': 0.005653976630229928, 'Sydney': 0.01005151400929765, 'Lizard Island': 0.0062821962558110315, 'Queensland': 0.0062821962558110315, 'Breakthrough Energy': 0.00980022615906521, 'the Lowy Institute': 0.00980022615906521, 'the last five days': 0.0062821962558110315, 'the Australian Open': 0.0062821962558110315, '$194 million': 0.0062821962558110315, 'Gulfstream': 0.0062821962558110315, '$70 million': 0.0062821962558110315, 'as many 18': 0.0062821962558110315, 'Bombardier Challenger 350s': 0.0062821962558110315, 'around $27 million': 0.0062821962558110315, 'Signature Aviation': 0.0062821962558110315, '51 billion tons': 0.01784143736650333, '59': 0.009297650458600325, 'around 1,600 tons': 0.0062821962558110315, 'less than 5 tons': 0.0062821962558110315, 'Transport & Environment': 0.0062821962558110315, 'at least 150': 0.0062821962558110315, 'Klara Maria Schenk': 0.0062821962558110315, 'DECADES': 0.0032667420530217363, 'Make Sunsets': 0.0032667420530217363, 'Luke Iseman': 0.0032667420530217363, 'Iseman': 0.0035180299032541774, 'one gram': 0.0032667420530217363, 'one-gram': 0.0032667420530217363, 'one ton': 0.0032667420530217363, 'a full year': 0.0032667420530217363, 'Kelly Wanser': 0.0032667420530217363, 'SilverLining': 0.0032667420530217363, 'Solar': 0.0032667420530217363, 'David Keith': 0.0032667420530217363, 'Sunsets': 0.0032667420530217363, 'Globalist': 0.007664279432089458, 'Robert Downey Jr.': 0.0028898102776730742, 'late-night': 0.0028898102776730742, 'their formative years': 0.0028898102776730742, '81.33 percent': 0.0028898102776730742, '206': 0.0028898102776730742, '68.67 percent': 0.0028898102776730742, '106': 0.0028898102776730742, '35.33 percent': 0.0028898102776730742, '91': 0.0028898102776730742, '30.33 percent': 0.0028898102776730742, 'Chitosan': 0.0028898102776730742, 'Astrophysicist': 0.0025128785023244126, 'the past few months': 0.0025128785023244126, 'United Kingdom Labor Party': 0.0025128785023244126, 'Teslas': 0.0057796205553461485, 'Galileo': 0.0025128785023244126, 'San Francisco Bay': 0.003643673828370398, 'Some eight million': 0.003643673828370398, 'the San Francisco Bay Area': 0.003643673828370398, 'eight million': 0.003643673828370398, 'David Senn': 0.003643673828370398, 'the SF Bay Nutrient Management Strategy of the San Francisco Estuary Institute': 0.003643673828370398, 'the San Francisco Bay': 0.0057796205553461485, 'multibillion-dollar': 0.003643673828370398, 'San Jose': 0.0038949616786028395, 'Santa Clara Regional Wastewater Facility': 0.003643673828370398, 'Some 85 million gallons': 0.003643673828370398, 'Santa Clara': 0.003643673828370398, 'about 5.5 tons': 0.003643673828370398, \"San Francisco's\": 0.003643673828370398, '55 million gallons': 0.003643673828370398, '9.5 tons': 0.003643673828370398, 'Josh Sigurdson': 0.004397537379067722, 'Schwab': 0.01407211961301671, 'Sigurdson': 0.004648825229300163, '$390 million': 0.004397537379067722, '$13.5 million': 0.004397537379067722, 'the Land Report': 0.004397537379067722, '196': 0.004397537379067722, 'November 2016': 0.004397537379067722, 'mid-century': 0.009297650458600325, 'a few days': 0.004397537379067722, \"Josh Sigurdson's\": 0.004397537379067722, '3,000': 0.00804121120743812, '120 percent': 0.0018846588767433095, '3.2 gallons': 0.005402688779997487, '5 gallons': 0.005402688779997487, 'almost 30 percent': 0.005402688779997487, 'DOE': 0.00804121120743812, '$3 billion': 0.007789923357205679, '$100 million': 0.010931021485111195, 'Reason': 0.005402688779997487, '89 million': 0.005402688779997487, 'Britschgi': 0.005402688779997487, 'one hour': 0.005402688779997487, 'just last week': 0.005402688779997487, 'early February': 0.005402688779997487, 'Consumer Product Safety Commission': 0.005402688779997487, 'Richard Trumka Jr.': 0.005402688779997487, 'Alex Hoehn-Saric': 0.005402688779997487, 'RICE': 0.004648825229300163, 'Rice': 0.007664279432089458, 'around 10 percent': 0.007664279432089458, 'two decades': 0.007664279432089458, 'about 80': 0.007664279432089458, 'Bjoern Ole Sander': 0.007412991581857017, 'the International Rice Research Institute': 0.004648825229300163, 'ten minute': 0.004648825229300163, '80 percent': 0.007789923357205679, 'About 40 million pounds': 0.004648825229300163, '2.8 million acres': 0.004648825229300163, \"Blacklock's Report\": 0.004774469154416384, 'Science and Inuit Quajimajatuquangit': 0.004523181304183942, 'Labrador': 0.004523181304183942, 'Manitoba': 0.010805377559994974, '16,000': 0.004523181304183942, 'Inuit': 0.004523181304183942, 'Kennedy Hall': 0.004523181304183942, 'Jan. 4': 0.004523181304183942, 'Paul Nicklen': 0.004523181304183942, 'Catherine McKenna': 0.004523181304183942, '2015 to 2019': 0.004523181304183942, 'McKenna': 0.004523181304183942, 'Nicklen': 0.004774469154416384, 'the Academy Award': 0.004523181304183942, 'up to': 0.012061816811157179, '60 miles': 0.004523181304183942, 'David Attenborough': 0.011684885035808518, 'this entire century': 0.011433597185576077, '100 or so years from 1992': 0.011433597185576077, 'up to the year 2099': 0.011433597185576077, 'each decade': 0.011433597185576077, '2040': 0.016584998115341122, 'Agenda 2050': 0.011433597185576077, 'States': 0.011433597185576077, 'Agenda 2030': 0.01432340746324915, '15-year': 0.011433597185576077, 'the end of 2030': 0.011433597185576077, 'UN Statistics Division': 0.011433597185576077, 'Goodall': 0.018720944842316872, 'Attenborough': 0.011684885035808518, 'Prince Philip': 0.011433597185576077, 'Population Matters': 0.011433597185576077, 'the past 20 years': 0.018469656992084433, 'A couple of years later': 0.011433597185576077, 'Royal Society for Arts': 0.011433597185576077, 'RSA': 0.011684885035808518, '’s Lecture': 0.011684885035808518, 'People and Planet': 0.011433597185576077, 'the Overpopulation Project': 0.011433597185576077, 'Fifty years ago': 0.011684885035808518, 'about 3 billion': 0.011433597185576077, 'Thomas Malthus': 0.011433597185576077, '16 March 2011': 0.011433597185576077, '22': 0.01595677848976002, 'Julian Huxley': 0.011433597185576077, 'the British Eugenics Society': 0.011684885035808518, 'Huxley': 0.011433597185576077, 'Wellcome Trust': 0.011684885035808518, 'Trust': 0.011433597185576077, 'the Galton Institute': 0.011433597185576077, 'the Eugenics Society': 0.011433597185576077, 'Galton Institute': 0.011433597185576077, 'the Wellcome Trust': 0.011433597185576077, '20 July 2012': 0.011433597185576077, 'Our Planet ‘': 0.011433597185576077, 'February 2021': 0.025882648573941448, 'Klaus': 0.011433597185576077, '450 million': 0.011433597185576077, '8 billion': 0.01432340746324915, 'Davos 2020': 0.011433597185576077, '8 years': 0.011433597185576077, '2-minute': 0.011433597185576077, '8 years earlier': 0.011433597185576077, 'the Covid/Great Reset': 0.011433597185576077, 'the 1%': 0.011433597185576077, 'University of Oxford Imperial College London': 0.003392385978137957, 'Heathrow': 0.006784771956275914, 'Belfast': 0.006784771956275914, '2029': 0.003643673828370398, 'between 2029 and 2049': 0.003392385978137957, '2049': 0.003643673828370398, 'Exposé': 0.007287347656740796, 'the Climate Change Act': 0.006784771956275914, 'The remaining 50 percent': 0.003392385978137957, 'between 2030 and 2049': 0.006533484106043473, 'the past two and half years': 0.003392385978137957, 'HOAX': 0.0035180299032541774, 'Ponzi': 0.0062821962558110315, 'DC Democrats': 0.0035180299032541774, 'poles': 0.0035180299032541774, 'the next century': 0.009423294383716547, 'CCDC': 0.0035180299032541774, 'The \"Church of Global Warming': 0.0035180299032541774, 'Gulf': 0.008292499057670561, 'David Bekaert': 0.008292499057670561, 'the last Ice Age': 0.008543786907903002, 'Gulf Coast': 0.011056665410227415, 'Bekaert': 0.008543786907903002, 'about 17': 0.008292499057670561, '0.67 inches': 0.008292499057670561, 'the Crescent City': 0.008292499057670561, '150 mm': 0.008292499057670561, '5.9': 0.008292499057670561, '500 mm': 0.008292499057670561, '19.7': 0.008292499057670561, 'the Mississippi River': 0.008292499057670561, 'Norco': 0.008292499057670561, 'Michoud': 0.008292499057670561, '50 mm': 0.008292499057670561, '1.97': 0.008292499057670561, 'The Bonnet Carre Spillway': 0.008292499057670561, 'the Pelican State': 0.008292499057670561, '40 mm': 0.008292499057670561, '1.57': 0.008292499057670561, 'two mm': 0.008292499057670561, '0.04': 0.008292499057670561, '0.08': 0.008292499057670561, 'Empire State Building': 0.008292499057670561, 'Chrysler Building': 0.008292499057670561, 'nearly 1.7 trillion pounds': 0.008292499057670561, '140 million': 0.008292499057670561, 'Tom Parsons': 0.008292499057670561, 'the U.S. Geological Survey': 0.008292499057670561, 'Matt Wei': 0.008292499057670561, \"the Big Apple's\": 0.010679733634878752, 'Wei': 0.008292499057670561, 'Norfolk': 0.008543786907903002, 'millions of years ago': 0.008292499057670561, 'Softer': 0.008292499057670561, 'Finding Genius Podcast': 0.008292499057670561, 'Feldstein': 0.004523181304183942, 'Operation Warp Speed': 0.004271893453951501, 'Birth': 0.004271893453951501, 'tens of millions': 0.008795074758135443, 'the Centre for Biological Diversity': 0.004271893453951501, 'only two': 0.006407840180927252, 'the Green Cult': 0.004271893453951501, 'bush': 0.004271893453951501, 'The Jane Effect': 0.004271893453951501, 'Jane Goodall': 0.008669430833019224, 'just 450 million': 0.004271893453951501, '50 million': 0.004271893453951501, 'Georgia Guidestones': 0.004271893453951501, '500 million': 0.004271893453951501, 'next 10 years': 0.004900113079532605, 'the University of Oxford': 0.004900113079532605, 'Imperial College London': 0.004900113079532605, 'ICL': 0.005151400929765046, 'Between 2020 and 2029': 0.004900113079532605, 'the year 2050': 0.004900113079532605, 'Absolute Zero': 0.004900113079532605, 'the University of Cambridge': 0.00804121120743812, 'the University of Nottingham': 0.004900113079532605, 'the University of Bath': 0.004900113079532605, 'April 2021': 0.004900113079532605, 'just 12 years': 0.004900113079532605, 'Steve Wilson': 0.004271893453951501, 'Kenya': 0.004271893453951501, 'Amol Rajan': 0.004271893453951501, 'Breakthrough Energy Group': 0.004271893453951501, '$70 million dollar': 0.004271893453951501, 'no fewer than': 0.004271893453951501, 'FOUR': 0.004271893453951501, '$194 million dollars': 0.004271893453951501, 'Linnaeus University': 0.004271893453951501, 'Stefan Gössling': 0.004271893453951501, 'more than 213,000 miles': 0.004271893453951501, 'an estimated 1,760 tons': 0.004271893453951501, 'the World Bank': 0.006910415881392134, 'Conspiracy Theories': 0.004271893453951501, 'Epstein': 0.004271893453951501, 'Ash Kaira': 0.004271893453951501, 'Mars': 0.004523181304183942, '814': 0.004271893453951501, 'Edwin': 0.004271893453951501, 'Sander van Diepen': 0.0032667420530217363, 'LTO Nederland': 0.0032667420530217363, \"the European Union's\": 0.0032667420530217363, 'only about seven years': 0.0032667420530217363, 'Insane': 0.00402060560371906, 'Agence France Presse': 0.00402060560371906, 'AFP News Agency': 0.00402060560371906, 'the Food and Agriculture Organization': 0.00402060560371906, 'Over 50 percent': 0.00402060560371906, 'about 80 percent': 0.00402060560371906, 'About 95 percent': 0.00402060560371906, 'around 10%': 0.00402060560371906, 'AFP': 0.005905264480462369, 'IRRI': 0.00402060560371906, 'centuries': 0.007789923357205679, \"Johnny Rotten's\": 0.00402060560371906, 'American Cousin (@EERCANE) ': 0.00402060560371906, 'Cody': 0.00402060560371906, 'Carolina Brew': 0.00402060560371906, 'Jeff Bezos': 0.003643673828370398, '$124 billion': 0.003643673828370398, 'Lauren Sanchez': 0.003643673828370398, 'Bezos': 0.0038949616786028395, 'American Dream': 0.003643673828370398, 'the Bloomberg Billionaires Index': 0.003643673828370398, 'Bezos Earth Fund': 0.003643673828370398, '417-foot': 0.003643673828370398, 'Sanchez': 0.0038949616786028395, 'more than five million': 0.003643673828370398, 'two consecutive quarters': 0.006910415881392134, 'the Great Reset:': 0.010805377559994974, 'The Great Reset: A Paradigm Shift': 0.010805377559994974, 'a Sinister Ploy': 0.010805377559994974, 'Trojan': 0.015328558864178917, 'The Great Reset’s': 0.010805377559994974, 'Puppet Master': 0.010805377559994974, 'the Bill & Melinda Gates Foundation': 0.026259580349290112, 'the Gates Foundation': 0.011056665410227415, 'Vaccines': 0.011056665410227415, 'the Emergency Use Authorization': 0.010805377559994974, '8 to 10 years': 0.010805377559994974, 'Phase 1': 0.010805377559994974, 'Phase 2': 0.010805377559994974, 'thousands to tens of thousands': 0.010805377559994974, 'the US Food and Drug Administration': 0.010805377559994974, 'the European Medicines Agency': 0.011056665410227415, 'EMA': 0.011056665410227415, 'The Emergency Use Authorization': 0.010805377559994974, 'Melinda Gates Foundation': 0.010805377559994974, 'the Coalition for Epidemic Preparedness Innovations': 0.010805377559994974, 'CEPI': 0.010805377559994974, 'Gavi': 0.010805377559994974, 'the Vaccine Alliance': 0.010805377559994974, 'EUA': 0.010805377559994974, 'the UK Medicine Regulator': 0.010805377559994974, 'MHRA': 0.011056665410227415, '980,000': 0.010805377559994974, 'over $3 million': 0.010805377559994974, '$20 million': 0.010805377559994974, 'Moderna': 0.014825983163714035, 'up to $100 million': 0.010805377559994974, 'September 2019': 0.010805377559994974, 'the Gates Foundation’s': 0.010805377559994974, 'Ovarian Cancer': 0.010805377559994974, 'an astounding $75 billion': 0.010805377559994974, 'the European Medicine Agency’s': 0.010805377559994974, 'Pfizer COVID-19': 0.011056665410227415, '12 to 15': 0.011056665410227415, 'Spain': 0.028521171001382083, 'Italy': 0.03731624575951752, '760%': 0.010805377559994974, 'to week 12 of 2023': 0.010805377559994974, 'The World Economic Forum': 0.015202914939062695, 'The Power of Discernment': 0.010805377559994974, 'ivermectin': 0.002638522427440633, 'Department for Business, Energy and Industrial Strategy': 0.002638522427440633, '4.4 percent': 0.002638522427440633, '30-day': 0.002638522427440633, 'one-week': 0.002638522427440633, 'Jet': 0.0038949616786028395, 'some 175,000': 0.0038949616786028395, 'Millions of tons': 0.0038949616786028395, '43,000ft (13km': 0.0038949616786028395, '60 degrees': 0.0038949616786028395, 'the Shetland Islands': 0.0038949616786028395, 'Falklands': 0.0038949616786028395, 'at least 13 million tons': 0.0038949616786028395, 'spring': 0.0038949616786028395, 'about 2 degrees Celsius': 0.0038949616786028395, 'more than two days': 0.0038949616786028395, 'less than one percent': 0.0038949616786028395, 'nearly $11.5 billion': 0.0038949616786028395, 'Wake Smith': 0.0038949616786028395, 'Smith': 0.0038949616786028395, 'Obamas': 0.0038949616786028395, 'David King': 0.006407840180927252, 'the Centre for Climate Repair': 0.006156552330694811, 'CCR': 0.0041462495288352805, 'Shaun Fitzgerald': 0.0038949616786028395, 'Jaap Hanekamp': 0.0021359467269757505, 'University College Roosevelt': 0.0021359467269757505, 'Middleburg': 0.0021359467269757505, 'Hanekamp': 0.0021359467269757505, 'William Briggs': 0.0021359467269757505, 'The Epoch Times': 0.0021359467269757505, 'Article by Alex Newman': 0.013443899987435608, '21 \\xa0Conference of the Parties': 0.013443899987435608, 'the next 15 years': 0.013443899987435608, 'around 2030': 0.013443899987435608, 'at least 15 years': 0.013443899987435608, 'Communist': 0.013443899987435608, 'between now and 2025': 0.013443899987435608, 'Global Energy Monitor’s': 0.013695187837668049, 'the Global Carbon Project': 0.013443899987435608, 'about 5 billion tons': 0.013443899987435608, 'about 11.5 billion': 0.013443899987435608, '1975': 0.0164593541902249, 'around 3 cents': 0.013443899987435608, '15 cents': 0.013443899987435608, 'Later that year': 0.013443899987435608, 'around $4': 0.013443899987435608, 'Almost 80 percent': 0.013443899987435608, 'almost half a million': 0.013443899987435608, 'around 200,000': 0.013443899987435608, 'about $20,000': 0.013443899987435608, 'over $2.5 trillion': 0.013443899987435608, 'Global Policy': 0.013443899987435608, '0.05 degrees C': 0.013443899987435608, '0.086 degrees': 0.013443899987435608, 'Science Czar”': 0.013443899987435608, 'John Holdren': 0.013443899987435608, 'Human Ecology': 0.013443899987435608, 'Holdren': 0.013443899987435608, 'the UN Framework Convention on Climate Change Christiana Figueres': 0.013443899987435608, 'Figueres': 0.013695187837668049, 'about one third': 0.013443899987435608, 'at least 150 years': 0.013443899987435608, 'the Industrial Revolution': 0.017590149516270887, 'Feb. 4, 2015': 0.013443899987435608, 'Five years': 0.013443899987435608, 'the UN Intergovernmental Panel on Climate Change’s': 0.013443899987435608, 'Ottmar Edenhofer': 0.013443899987435608, 'NZZ Online': 0.013443899987435608, 'Politburo': 0.013443899987435608, 'Klein Ltd.': 0.013443899987435608, 'Retired Princeton': 0.013443899987435608, 'William Happer': 0.013443899987435608, 'a fraction': 0.013443899987435608, 'the U.S. House of Representatives': 0.013443899987435608, 'Dec. 2': 0.005905264480462369, 'Article 145.I': 0.005905264480462369, 'less than two and a': 0.005905264480462369, 'Orly': 0.005905264480462369, 'Lyon': 0.006156552330694811, 'Nantes': 0.005905264480462369, 'Bordeaux': 0.005905264480462369, 'Reports': 0.005905264480462369, 'Rennes': 0.005905264480462369, 'Marseille': 0.005905264480462369, 'several months': 0.005905264480462369, 'Clement Beaune': 0.005905264480462369, 'Karima Delli': 0.005905264480462369, 'the Green Party': 0.00980022615906521, 'four hours': 0.005905264480462369, 'Thomas Gelin': 0.005905264480462369, 'European Union': 0.014825983163714035, 'around 60 percent': 0.005905264480462369, 'three-day': 0.005905264480462369, 'Dec. 3 to 4': 0.005905264480462369, 'SNCF': 0.006156552330694811, \"New Year's\": 0.005905264480462369, 'Trains à Grande Vitesse': 0.005905264480462369, 'TGV': 0.006156552330694811, 'Trains': 0.005905264480462369, 'About four': 0.005905264480462369, 'Intercity': 0.005905264480462369, 'Dec. 3': 0.005905264480462369, 'Dec. 8': 0.011433597185576077, 'Haalan': 0.0027641663525568537, '1.9': 0.0025128785023244126, 'Hawley pressing Haalan': 0.0025128785023244126, 'the last 20 years': 0.0025128785023244126, 'more than three million': 0.005025757004648825, 'January of 2021': 0.0025128785023244126, 'Article by': 0.013569543912551827, 'Jim Hoft': 0.0041462495288352805, 'seven kilometers': 0.0041462495288352805, '162 million tons': 0.006407840180927252, 'every single day': 0.006659128031159693, '600,000': 0.006407840180927252, 'Hiroshima': 0.006407840180927252, 'December 13, 2008': 0.004397537379067722, 'the North Polar Ice Cap': 0.0041462495288352805, 'Al': 0.0041462495288352805, 'North': 0.0041462495288352805, '5 years': 0.0041462495288352805, 'the North Pole': 0.0041462495288352805, '14 years ago': 0.0041462495288352805, 'January 2006': 0.0041462495288352805, 'At least 8': 0.0041462495288352805, 'Hochul': 0.0028898102776730742, 'Marc Morano': 0.005402688779997487, 'more than 6%': 0.002638522427440633, '$200 million': 0.002638522427440633, 'up to 800,000': 0.002638522427440633, 'under $75,000': 0.002638522427440633, '#\\r Climate': 0.002638522427440633, 'Just a few days earlier': 0.002638522427440633, 'the Consumer Product Safety Commission': 0.002638522427440633, 'Energy Affordability Guarantee': 0.002638522427440633, 'the New Yorker': 0.011559241110692297, 'Andreas Malm': 0.013569543912551827, 'Swedish Security Service': 0.0021359467269757505, 'SAPO': 0.0021359467269757505, 'anti-Earth': 0.0021359467269757505, 'Malm': 0.013569543912551827, 'Elizabeth Kolbert': 0.016333710265108683, 'the\\xa0 New Yorker': 0.004523181304183942, 'the Pulitzer Prize for General Non-Fiction': 0.004523181304183942, 'The Sixth Extinction': 0.004774469154416384, 'sixth': 0.011433597185576077, 'around half': 0.004523181304183942, 'the end of the century': 0.004523181304183942, 'Sept. 27, 2022': 0.004523181304183942, 'Kolbert': 0.016333710265108683, 'the Fourth Biophilia Award for Environmental Communication': 0.004523181304183942, 'The Biophilia Awards': 0.004523181304183942, 'the Banco Bilbao Vizcaya Argentaria': 0.004523181304183942, 'BBVA': 0.004523181304183942, \"The BBVA Foundation's\": 0.004523181304183942, 'the Biophilia Award': 0.004523181304183942, 'more than 20': 0.004523181304183942, 'the BBVA Foundation': 0.004774469154416384, 'The Biophilia Award': 0.004523181304183942, 'Chris Morrison': 0.008543786907903002, 'The Daily Sceptic': 0.004523181304183942, 'Tucker Carlson': 0.004523181304183942, 'National Geographic': 0.003643673828370398, 'Nat Geo': 0.003643673828370398, 'the National Geographic': 0.003392385978137957, '108,000': 0.003392385978137957, 'Malaysia': 0.003392385978137957, 'Bengal': 0.003392385978137957, 'Rwanda': 0.003392385978137957, 'Maldives': 0.003392385978137957, 'about 30,000 miles': 0.003392385978137957, '24-day': 0.003392385978137957, '53.3 pounds': 0.003392385978137957, 'more than 1.5 million pounds': 0.003392385978137957, 'approximately 32,000 pounds': 0.003392385978137957, '47': 0.006407840180927252, 'an entire year’s time': 0.003392385978137957, 'the end of 2024': 0.003392385978137957, 'Janet Levy': 0.006910415881392134, 'LBJ': 0.006910415881392134, 'Jack Anderson': 0.006910415881392134, 'the Pentagon Papers': 0.006910415881392134, 'GEW': 0.007161703731624575, '20 years': 0.013318256062319386, 'Wiginton': 0.006910415881392134, '10m-20m tons': 0.006910415881392134, 'World War II B-17s': 0.006910415881392134, '40,000 feet': 0.006910415881392134, '10-30%': 0.006910415881392134, 'Frankenstein': 0.006910415881392134, 'Thailand': 0.006910415881392134, '22 years': 0.006910415881392134, 'Weather Modification Office': 0.006910415881392134, 'Project Cirrus': 0.006910415881392134, 'as early as 1947': 0.006910415881392134, 'the U.S. Army Signal Corps': 0.006910415881392134, 'the Office of Naval Research': 0.006910415881392134, 'the U.S. Air Force': 0.006910415881392134, '53rd': 0.006910415881392134, 'Reconnaissance Group': 0.006910415881392134, '180 pounds': 0.006910415881392134, 'the west coast': 0.006910415881392134, '$330 million': 0.006910415881392134, 'HAARP': 0.006910415881392134, 'Article by W. Aaron Vandiver': 0.012690036436738283, 'Hawaii': 0.015202914939062695, '38': 0.019726096243246637, 'about 13 percent': 0.012690036436738283, '123': 0.015202914939062695, 'March 13, 2020': 0.015454202789295136, 'the World Health Organization (WHO': 0.015202914939062695, 'the Center for Biological Diversity': 0.012941324286970724, 'The Center for Biological Diversity': 0.012690036436738283, 'jettison': 0.012690036436738283, '52 billion tons': 0.012690036436738283, 'about 36 billion tons': 0.012690036436738283, 'New Yorker': 0.012690036436738283, 'less than three decades': 0.012690036436738283, 'Liberty & National Security': 0.012690036436738283, 'the Brennan Center for Justice': 0.012690036436738283, 'Goitein': 0.012690036436738283, '80th': 0.012690036436738283, 'the\\xa0 Atlantic': 0.012690036436738283, 'October 2020': 0.012690036436738283, 'University College of London': 0.012690036436738283, 'Mazzucato': 0.012941324286970724, 'Nature Sustainability': 0.012690036436738283, 'G20': 0.012690036436738283, 'The US Department of Health and Human Services': 0.012690036436738283, 'early 2020': 0.012690036436738283, 'Jan. 30, 2020': 0.012690036436738283, 'The next day': 0.012690036436738283, 'Three days': 0.012690036436738283, 'March 16': 0.012690036436738283, 'more than 10': 0.012690036436738283, 'Health': 0.016961929890689783, 'Rachel L. Levine': 0.012690036436738283, 'the American Public Health Association': 0.012690036436738283, 'APHA': 0.012690036436738283, 'the American Medical Association': 0.01608242241487624, 'AMA': 0.012690036436738283, 'the National Environmental Policy Act': 0.012690036436738283, 'the Endangered Species Act': 0.012690036436738283, 'Simon Michaux': 0.012690036436738283, 'PhD': 0.012941324286970724, 'Vandana Shiva': 0.012690036436738283, 'Shiva': 0.012941324286970724, 'Bill McKibben': 0.012690036436738283, 'McKibben': 0.012941324286970724, 'five-year': 0.01796708129161955, 'Notice McKibben': 0.012690036436738283, 'Kingsnorth': 0.012690036436738283, 'Article by Jake Welch': 0.005025757004648825, 'the State Protection Chamber': 0.003392385978137957, 'the Potsdam Regional Court': 0.003392385978137957, 'the end of April': 0.003392385978137957, 'December 2022': 0.003392385978137957, 'Last Generation': 0.010805377559994974, 'PCK': 0.003392385978137957, 'Brandenburg': 0.003392385978137957, 'Schwedt': 0.003392385978137957, 'Werneuchen': 0.003392385978137957, 'the Public Prosecutor’s Office': 0.003392385978137957, 'Staatsanwaltschaft': 0.003392385978137957, 'Monet': 0.012438748586505842, 'the Barberini Museum': 0.003392385978137957, 'Potsdam': 0.007412991581857017, 'Berlin Airport': 0.003392385978137957, 'NEW - Mashed': 0.003392385978137957, '$110 million': 0.007412991581857017, 'Disclose.tv': 0.003392385978137957, 'The Climate Movement Needs to': 0.003392385978137957, 'Embrace Property Destruction': 0.012313104661389622, 'Green Zero': 0.003392385978137957, 'Marseilles': 0.003392385978137957, \"a Van Gogh's\": 0.003392385978137957, 'Western Europe': 0.02047995979394396, 'Jan Goodey': 0.003392385978137957, 'a few months earlier': 0.003392385978137957, 'Deanna \"Violet\" Coco': 0.003392385978137957, '15-month': 0.003392385978137957, 'the Sydney Harbour Bridge': 0.003392385978137957, '28 minutes': 0.003392385978137957, 'NOSTR': 0.001005151400929765, 'Fabian Ommar': 0.0007538635506973237, 'Seattle Times': 0.005277044854881266, 'the Seattle Times': 0.005528332705113707, 'Kasha Patel': 0.005277044854881266, 'RAIN': 0.005277044854881266, 'INDISPUTABLE': 0.005277044854881266, 'Grace': 0.005528332705113707, 'Mathew Rodell': 0.005277044854881266, 'Bailing Li': 0.005277044854881266, 'NASA Goddard': 0.005277044854881266, 'Nature Water': 0.005277044854881266, 'the last few years': 0.005528332705113707, '20-year': 0.005528332705113707, 'El Nino/La Nina': 0.005277044854881266, '3-7 years': 0.005277044854881266, 'the Pacific Decadal Oscillation': 0.005277044854881266, '20-30 years': 0.005277044854881266, 'several decades': 0.005277044854881266, 'approximately 1.2': 0.005277044854881266, 'the past 150 years': 0.007538635506973238, 'The Pacific Decadal Oscillation': 0.005277044854881266, 'the Seattle Times/WA Post': 0.005277044854881266, 'THE LAST THREE YEARS': 0.005277044854881266, 'the previous 15 years': 0.005277044854881266, 'the warmest year': 0.005277044854881266, 'the warmest year 2016': 0.005277044854881266, 'Daniel Swain': 0.005277044854881266, 'David Horsey': 0.005277044854881266, 'Institute for Strategic Dialogue': 0.015077271013946476, 'ISD': 0.01746450559115467, 'Institute': 0.015077271013946476, 'June 9': 0.017213217740922226, '115': 0.02651086819952255, 'Deny, Deceive': 0.015077271013946476, 'between October 31 and November 13': 0.015077271013946476, 'At least 120': 0.015077271013946476, 'over 40,000': 0.015077271013946476, '22 274': 0.015077271013946476, '14 124': 0.015077271013946476, '3 886': 0.015077271013946476, 'democratic': 0.015077271013946476, 'Hero of the Environment': 0.015077271013946476, 'Time': 0.019474808393014197, 'the Green Book Award': 0.015077271013946476, 'North America’s': 0.015077271013946476, 'the coming months and years': 0.015077271013946476, 'CASM Technology': 0.015077271013946476, 'the Climate Action Against Disinformation Alliance': 0.015077271013946476, 'PETER IMANUELSEN': 0.015077271013946476, 'Norway': 0.02651086819952255, 'North Yorkshire': 0.015077271013946476, 'the years 1996-1999': 0.015077271013946476, 'the Tax Agency': 0.015077271013946476, 'PeterSweden': 0.015077271013946476, '335 800': 0.015077271013946476, 'Peter Sweden': 0.017087573815806004, 'the Center for Analysis of Social Media Technology': 0.015077271013946476, 'Conscious Advertising Network': 0.015077271013946476, 'Purpose': 0.017213217740922226, 'Stop Funding Heat': 0.017213217740922226, 'Reset Australia': 0.017213217740922226, 'Paula Matlach': 0.017213217740922226, 'Kata Balint': 0.017213217740922226, 'Sara Bundzten': 0.017213217740922226, 'Melanie Smith': 0.017213217740922226, 'October 31': 0.015077271013946476, 'November 12, 2021': 0.015077271013946476, 'Facebook’s Climate Science Center': 0.015077271013946476, 'Breitbart London': 0.019851740168362858, 'Spiked Online': 0.015077271013946476, 'GB News': 0.015077271013946476, 'Graphika': 0.017213217740922226, '25 October to 21 November 2021': 0.017213217740922226, '507 000': 0.015077271013946476, 'John Stossel': 0.019851740168362858, 'Björn Lomborg': 0.015077271013946476, 'Peter Imanuelsen': 0.018972232692549315, 'Peter Sweden”': 0.015077271013946476, 'Swede': 0.015077271013946476, '65': 0.015077271013946476, 'Imanuelsen': 0.015328558864178917, 'November 4, 2021': 0.015077271013946476, 'Tyranny': 0.015077271013946476, 'About Imanuelsen': 0.015077271013946476, 'The Great Reset': 0.02047995979394396, 'Thierry Baudet': 0.017715793441387108, 'the Dutch Forum for Democracy': 0.015077271013946476, 'Martin Daubney': 0.015077271013946476, 'the British Reclaim Party': 0.015077271013946476, 'Monica Crowley': 0.015077271013946476, 'Malcolm Roberts': 0.015077271013946476, 'June 17': 0.015077271013946476, 'CEF': 0.003769317753486619, '$5.1 million': 0.0035180299032541774, 'ATM': 0.0035180299032541774, 'Caitlin Sutherland': 0.0035180299032541774, 'Americans for Public Trust': 0.0035180299032541774, 'the Climate Emergency Fund': 0.003769317753486619, 'Declare Emergency': 0.003769317753486619, 'the National Gallery of Art': 0.0035180299032541774, 'a Vincent Van Gogh': 0.0035180299032541774, '$84 million': 0.0035180299032541774, 'National Gallery': 0.0035180299032541774, 'the past several days': 0.007287347656740796, 'a month': 0.0035180299032541774, 'Robert Malone': 0.0035180299032541774, 'Substack': 0.009925870084181429, 'As the Climate Emergency Fund': 0.0035180299032541774, 'Climate Emergency Fund': 0.008166855132554341, 'Paul Joseph Watson': 0.0057796205553461485, 'Izzy Cook': 0.0028898102776730742, 'Heather du Plessis-Allan': 0.002638522427440633, 'Plessis-Allan': 0.0028898102776730742, 'Fiji': 0.0028898102776730742, '3.0': 0.002638522427440633, 'Where’d you go': 0.002638522427440633, 'Greta': 0.007161703731624575, 'King Charles': 0.002638522427440633, '120,213 miles miles': 0.002638522427440633, 'private jets & helicopters over the': 0.002638522427440633, 'James Bevan': 0.004523181304183942, \"the United Kingdom's Environment Agency\": 0.004523181304183942, 'Bevan': 0.004774469154416384, \"Klaus Schwab's\": 0.004523181304183942, 'Brad Coffey': 0.004523181304183942, 'the Metropolitan Water District of Southern California': 0.004523181304183942, 'a few decades ago': 0.004523181304183942, 'San Gabriel Valley': 0.004523181304183942, '$3.4 billion': 0.004523181304183942, 'the Joint Water Pollution Control Plant': 0.004523181304183942, 'Carson': 0.004523181304183942, '$16 billion': 0.004523181304183942, 'Operation Next': 0.004523181304183942, 'the Hyperion Water Reclamation Plant': 0.004523181304183942, 'Coffey': 0.004523181304183942, 'Southern California': 0.004523181304183942, 'Pacific Institute Research': 0.004523181304183942, 'Heather Cooley': 0.004523181304183942, 'Cooley': 0.004523181304183942, 'Tyler Durden': 0.006659128031159693, 'only 14%': 0.0028898102776730742, 'past decades': 0.0028898102776730742, 'today than years ago': 0.0028898102776730742, 'less than 1': 0.008543786907903002, '100 years': 0.008543786907903002, 'Every decade': 0.0028898102776730742, 'Spencer': 0.0017590149516270887, 'Antarctica': 0.006156552330694811, 'the past several decades': 0.005905264480462369, 'the last couple of decades': 0.0017590149516270887, '1400s': 0.0017590149516270887, 'Nineteen': 0.01017715793441387, 'Credit Suisse': 0.005528332705113707, 'Net-Zero Banking Alliance': 0.005528332705113707, 'about 40 percent': 0.005528332705113707, 'The Net-Zero Banking Alliance': 0.005528332705113707, 'Eric Schmitt': 0.008418142982786782, 'the Net-Zero Banking Alliance': 0.005528332705113707, 'Schmitt': 0.008669430833019224, 'Kansas': 0.008418142982786782, 'Montana': 0.005528332705113707, 'Global Climate Initiative': 0.005528332705113707, 'Riley Moore': 0.005528332705113707, 'Will Hild': 0.013820831762784268, \"Consumers' Research\": 0.01017715793441387, \"the Sierra Club's\": 0.005528332705113707, 'Adele Shraiman': 0.005528332705113707, 'Fossil-Free Finance': 0.005528332705113707, 'Climate Week NYC': 0.005528332705113707, 'the last two years': 0.005277044854881266, 'a couple of years ago': 0.005277044854881266, 'Kill Yourself': 0.005277044854881266, \"Pull the Plug on Grandma's\": 0.005277044854881266, 'Oxygen Tank': 0.005277044854881266, 'at least seven years': 0.005277044854881266, 'every three years': 0.005277044854881266, 'every eight years': 0.005277044854881266, 'Insektin Burgers': 0.005277044854881266, 'seven years': 0.005277044854881266, 'Control': 0.005277044854881266, 'Larry Fink': 0.014951627088830254, 'Thai': 0.005277044854881266, '20th-century': 0.005277044854881266, 'Via': 0.008543786907903002, 'up to $10,000': 0.005277044854881266, 'the Canadian Public Health': 0.005277044854881266, 'the Final Solution': 0.005277044854881266, '9 million': 0.005277044854881266, '34 square kilometers': 0.005277044854881266, 'Ian Miles Cheong': 0.005277044854881266, 'thousand': 0.005277044854881266, 'Lochem': 0.006533484106043473, 'Finance': 0.004900113079532605, '11 200': 0.004900113079532605, '17 600': 0.004900113079532605, 'about 54 000': 0.004900113079532605, 'around 1/5': 0.004900113079532605, 'almost 1/3': 0.004900113079532605, 'thousands and thousands': 0.004900113079532605, 'the middle ages': 0.004900113079532605, 'Global Communism': 0.004900113079532605, 'VVD': 0.004900113079532605, 'the Cabinet of the Prime Minister': 0.004900113079532605, 'Farmer-Citizen Movement': 0.004900113079532605, 'Farmers': 0.008669430833019224, 'Stalin': 0.004900113079532605, 'Mao': 0.004900113079532605, 'Picnic': 0.005151400929765046, '€600 million': 0.004900113079532605, '$2.3 billion': 0.003392385978137957, 'the\\xa0 Department of the Interior': 0.003392385978137957, 'the Gulf of Mexico': 0.003392385978137957, 'the end of the decade': 0.003392385978137957, 'Owen Shroyer': 0.003643673828370398, 'Shroyer': 0.003643673828370398, 'Outlook': 0.0025128785023244126, 'Pride, Lesbian, Bisexual, Non-binary': 0.002261590652091971, 'Transgender': 0.002261590652091971, 'the New Outlook for Mac': 0.002261590652091971, 'These Pride': 0.002261590652091971, 'the month of June': 0.002261590652091971, 'Mercifully': 0.002261590652091971, 'Mac': 0.002261590652091971, 'Pride Month': 0.002261590652091971, '25-year-old': 0.003392385978137957, 'Dylan Mulvaney': 0.003392385978137957, 'Mulvaney': 0.003643673828370398, '221st day': 0.003392385978137957, 'Thankfully': 0.003392385978137957, 'National Health System': 0.003392385978137957, 'Tavistock Clinic': 0.003392385978137957, 'Finland': 0.012690036436738283, 'The National Board of Health and Welfare': 0.003392385978137957, 'the Department of Health and Human Services’ Office of Population Affairs': 0.003392385978137957, 'Gender Affirming Care and Young People': 0.003392385978137957, 'the Substance Abuse and Mental Health Services Administration': 0.003392385978137957, 'Gender-Affirming Care Is Trauma-Informed Care': 0.003392385978137957, 'DISINFODEMIC': 0.005025757004648825, 'Vaccine Holocaust': 0.005025757004648825, 'the \"War on Ukraine': 0.005025757004648825, 'NATO': 0.005025757004648825, 'Beijing Biden': 0.005025757004648825, 'over $15 trillion dollars': 0.005025757004648825, 'Big Government': 0.008418142982786782, 'every single penny': 0.005025757004648825, 'At least 1,200': 0.0027641663525568537, 'the World Climate Declaration': 0.0027641663525568537, 'Norwegian': 0.007915567282321899, 'Nobel Prize': 0.0027641663525568537, 'Ivar Giaever': 0.0027641663525568537, 'World Climate Declaration': 0.0027641663525568537, 'Legal Insurrection': 0.0027641663525568537, 'Richard Lindzen': 0.0057796205553461485, 'the World Climate Declaration states': 0.0027641663525568537, 'The CLINTEL Group': 0.0027641663525568537, 'the CLINTEL Group': 0.0030154542027892948, 'National Academy of Sciences': 0.004648825229300163, 'Jane Lubchenco': 0.004648825229300163, 'the White House Office of Science and Technology Policy': 0.004648825229300163, 'Lubchenco': 0.004900113079532605, 'NAS': 0.004900113079532605, 'NAS Code of Conduct Section 3': 0.004648825229300163, 'Stephanie Bice': 0.004648825229300163, 'Jay Obernolte': 0.004648825229300163, 'the National Academy of Sciences': 0.004648825229300163, 'August 12': 0.004648825229300163, '80 million': 0.004648825229300163, 'the University of Kent Infowars \"': 0.004648825229300163, 'Dec. 13': 0.0062821962558110315, 'Cupertino': 0.0060309084055785896, 'the Mountain View': 0.0060309084055785896, 'Montana AG': 0.009423294383716547, 'Austin Knudsen': 0.009423294383716547, 'the Apple App Store': 0.0060309084055785896, 'Play Store': 0.0060309084055785896, 'ages 13': 0.0060309084055785896, '17 years old': 0.0060309084055785896, 'Taiwan': 0.009548938308832768, 'Bejing': 0.0060309084055785896, 'ByteDance': 0.007412991581857017, 'Rokita': 0.0060309084055785896, 'G News': 0.0060309084055785896, 'Brendan Carr': 0.0060309084055785896, 'the Federal Communications Commission': 0.0060309084055785896, 'between 10 and 13 years old': 0.004397537379067722, 'as 80 percent': 0.004397537379067722, 'Lisa Boothe': 0.004397537379067722, 'The Truth with Lisa Boothe': 0.004397537379067722, '12 years old': 0.004397537379067722, 'Florida Surgeon': 0.004397537379067722, 'Joseph Ladapo': 0.004397537379067722, 'Ivey': 0.004397537379067722, 'A month earlier': 0.004397537379067722, 'Doug Ducey': 0.004397537379067722, 'SB': 0.008920718683251665, '1138': 0.004648825229300163, 'Ducey': 0.004397537379067722, \"The Lone Star State's\": 0.004397537379067722, 'the Texas Department of Family and Protective Services': 0.004397537379067722, 'Rachel Levine': 0.007161703731624575, 'the International Health Regulations': 0.0031410981279055158, 'Pandemic Treaty': 0.0031410981279055158, 'the \"One Health': 0.0031410981279055158, 'The One Health': 0.0031410981279055158, 'the One Health': 0.0031410981279055158, 'Mac Slavo': 0.0031410981279055158, 'Discern Report': 0.0031410981279055158, 'Tedros Adhanom Ghebreyesus': 0.012690036436738283, 'Bill & Melinda Gates Foundation': 0.0031410981279055158, 'Billy Boy': 0.0031410981279055158, 'Daily Exposé': 0.0031410981279055158, \"Pandemic Treaty'\": 0.0031410981279055158, 'INSANITY': 0.007287347656740796, 'Department of Energy': 0.003643673828370398, 'Bloomberg Law': 0.003643673828370398, '22 percent': 0.003643673828370398, '11 percent': 0.003643673828370398, 'up to $168 million': 0.003643673828370398, 'The Association of Home Appliance Manufacturers': 0.003643673828370398, 'an extra $15': 0.003643673828370398, '12.5 million metric tons': 0.003643673828370398, '240 billion gallons': 0.003643673828370398, '360,000': 0.003643673828370398, 'August last year': 0.003643673828370398, 'Ben Lieberman': 0.003643673828370398, '1998': 0.004523181304183942, \"the Golden State's\": 0.006533484106043473, '19.65 cents': 0.004523181304183942, '224.6 percent': 0.004523181304183942, '1999': 0.004774469154416384, '8.75 cents': 0.004523181304183942, 'only 9.19 cents': 0.004523181304183942, 'Energy Information Administration': 0.004523181304183942, 'EIA': 0.008166855132554341, '67.16 percent': 0.004523181304183942, '6.64 cents': 0.004523181304183942, '11.10 cents': 0.004523181304183942, 'the U.S. Federal Statistical System': 0.004523181304183942, 'Wood Mackenzie Ltd Research': 0.004523181304183942, 'Eugene Kim': 0.004523181304183942, 'Limited': 0.004523181304183942, 'this time of year': 0.004523181304183942, 'at least 2010': 0.004523181304183942, 'Just 18%': 0.00402060560371906, '608,000': 0.00402060560371906, 'Just 18 percent': 0.00402060560371906, '442,210': 0.00402060560371906, 'Fridays for Future': 0.00402060560371906, 'the year 2030': 0.009046362608367884, 'Germans': 0.007412991581857017, 'Luisa \"Longhaul\" Neubauer': 0.00402060560371906, 'Neubauer': 0.004271893453951501, 'Berliners': 0.004271893453951501, 'Dario Schramm': 0.00402060560371906, 'Pleiteticker': 0.00402060560371906, 'Marzahn': 0.00402060560371906, 'Köpenick': 0.00402060560371906, 'Lichtenberg': 0.00402060560371906, '82%': 0.00402060560371906, 'Ethics': 0.0025128785023244126, 'Policy and Environment': 0.0025128785023244126, \"the University of Leeds' Interdisciplinary Ethics Applied Center, Sustainability Research Institute and School of History\": 0.0025128785023244126, 'Nathan Wood': 0.0025128785023244126, \"Utrecht University 's\": 0.0025128785023244126, 'Fair Energy Consortium': 0.0025128785023244126, 'Rob Lawlor': 0.0025128785023244126, 'Lawlor': 0.0025128785023244126, 'Unruly': 0.0025128785023244126, 'Rose Abramoff': 0.0025128785023244126, 'Peter Kalmus': 0.0025128785023244126, 'the American Geophysical Union': 0.0025128785023244126, 'AGU': 0.0027641663525568537, 'Kalmus': 0.0027641663525568537, 'Abramoff': 0.0027641663525568537, 'AGU Meetings': 0.0025128785023244126, 'Follow': 0.0025128785023244126, 'Steve Yates': 0.0041462495288352805, '2001-2005': 0.0041462495288352805, 'the World Resources Institute': 0.0041462495288352805, 'Tainqi Lithium': 0.0041462495288352805, 'the National Academy of Science': 0.00980022615906521, 'about a decade': 0.0041462495288352805, 'the Montreal Protocol': 0.004397537379067722, 'Cullen S. Hendrix': 0.0041462495288352805, 'the Peterson Institute for International Economics': 0.0041462495288352805, 'Hendrix': 0.0041462495288352805, 'The European Physical Journal Plus': 0.0027641663525568537, 'Springer Nature': 0.0025128785023244126, 'Richard Betts': 0.0025128785023244126, 'Friederike Otto': 0.0025128785023244126, 'the Grantham Institute for Climate Change': 0.0025128785023244126, 'the dark days': 0.0025128785023244126, 'Climategate': 0.0025128785023244126, 'Homewood': 0.0025128785023244126, 'enviro': 0.010302801859530092, 'William F. Jasper': 0.010302801859530092, 'the University of Bath': 0.010554089709762533, 'Bath': 0.010302801859530092, '16–25 years': 0.010302801859530092, 'Nigeria': 0.010302801859530092, 'Portugal': 0.01834401306696821, '84%': 0.010302801859530092, 'More than 50%': 0.010302801859530092, 'More than 45%': 0.010302801859530092, 'Caroline Hickman': 0.010302801859530092, 'the Climate Psychology Alliance': 0.010302801859530092, 'Hickman': 0.010554089709762533, 'Liz Marks': 0.010554089709762533, 'January of this year': 0.010302801859530092, 'the University of Bath’s Department of Psychology': 0.010302801859530092, 'Marks': 0.010302801859530092, 'Lobby': 0.010302801859530092, 'United Nations/WEF': 0.010302801859530092, 'August 26': 0.010302801859530092, 'UNESCO': 0.010554089709762533, 'Lorenzo Fioramonti': 0.010302801859530092, 'Italian': 0.010302801859530092, 'Fioramonti': 0.010554089709762533, 'more than five years': 0.010302801859530092, 'Italians': 0.010302801859530092, 'December of 2019': 0.010302801859530092, 'UNICEF': 0.010302801859530092, 'World Bank': 0.014449051388365372, 'Climate Change Conference': 0.010302801859530092, 'November 6-18, 2022': 0.010302801859530092, 'Maoist': 0.010302801859530092, 'The Public Good Projects': 0.0062821962558110315, 'PGP': 0.006533484106043473, 'Fauci Flu': 0.004774469154416384, 'Kaiser Permanente': 0.004774469154416384, 'Humana': 0.004774469154416384, 'the Tennessee Department of Health': 0.004774469154416384, 'Joe Smyser': 0.004774469154416384, 'Stanford University': 0.0062821962558110315, 'the \"Vitality Project': 0.004774469154416384, \"The New York City Health Department's\": 0.004774469154416384, 'Shots Heard': 0.006533484106043473, 'the United Nations Verified Initiative': 0.004774469154416384, 'the Vaccine Confidence Project': 0.004774469154416384, 'Team Halo': 0.005025757004648825, 'Mary Talley Bowden': 0.0062821962558110315, 'Stanford': 0.011684885035808518, 'Zachary Rubin': 0.004774469154416384, 'Christina Kim': 0.004774469154416384, 'Bowden': 0.006533484106043473, 'Houston Methodist Hospital': 0.0062821962558110315, 'the following months': 0.004774469154416384, 'Houston Chronicle': 0.004774469154416384, 'Savannah': 0.006533484106043473, 'Asian': 0.004774469154416384, 'AI – Brighteon': 0.0031410981279055158, 'the Fourth Industrial Revolution': 0.0031410981279055158, 'Mitson': 0.003392385978137957, 'Bobinski': 0.003392385978137957, 'Corporate Strategy in the Age of AI': 0.0031410981279055158, 'The \"Keep The Republic': 0.0031410981279055158, 'Brad Little': 0.0031410981279055158, 'Keep The Republic': 0.0031410981279055158, 'the Toronto Star': 0.0031410981279055158, 'Daniel Bobinski': 0.0031410981279055158, '4 p.m.': 0.0031410981279055158, 'anesthesia': 0.005402688779997487, \"the United Kingdom's\": 0.007412991581857017, 'National Health Service': 0.005151400929765046, 'NHS': 0.005151400929765046, 'early 2024': 0.005151400929765046, 'The European Union': 0.00980022615906521, 'Jan. 1, 2026': 0.005151400929765046, 'an average day': 0.005151400929765046, '500 kilograms': 0.005151400929765046, \"the Aneurin Bevan University Health Board's\": 0.005151400929765046, '25 kg': 0.005151400929765046, 'Desflurane': 0.005151400929765046, '2,590': 0.005151400929765046, '240 ml bottle': 0.005151400929765046, '886 kg': 0.005151400929765046, 'Centre for Sustainable Healthcare': 0.005151400929765046, 'Sevoflurane': 0.005151400929765046, 'just 130': 0.005151400929765046, 'almost 300': 0.005151400929765046, 'more than 100 years': 0.005151400929765046, \"the '90s\": 0.005151400929765046, \"the '60s\": 0.005151400929765046, \"'70s\": 0.005151400929765046, 'about 20 minutes': 0.005151400929765046, '70 years': 0.004900113079532605, 'the 1950s': 0.004900113079532605, 'Antarctic': 0.005151400929765046, 'Activist': 0.004900113079532605, 'Justin Rowlatt': 0.004900113079532605, 'Rowlatt': 0.005151400929765046, 'the South Pole': 0.005151400929765046, '1957': 0.004900113079532605, 'Morrison': 0.005151400929765046, 'Singh': 0.005151400929765046, 'Polvani': 0.005151400929765046, 'at least the past seven decades': 0.004900113079532605, 'Antarctic sea': 0.004900113079532605, '147': 0.004900113079532605, '26,500,000': 0.004900113079532605, '0.0005 percent': 0.004900113079532605, 'about 200,000 years': 0.004900113079532605, 'Aussie': 0.004900113079532605, 'COW': 0.004900113079532605, \"Gates' Breakthrough Energy Ventures\": 0.004900113079532605, 'BEV': 0.005151400929765046, 'Harvest Road Group': 0.004900113079532605, '$12 million': 0.004900113079532605, 'Perth': 0.004900113079532605, 'Western Australia': 0.004900113079532605, 'more than 85 percent': 0.004900113079532605, 'two tons': 0.004900113079532605, 'The Indian Council of Agricultural Research': 0.004900113079532605, \"the United Nations' Intergovernmental Panel on Climate Change\": 0.004900113079532605, '80': 0.004900113079532605, 'the first 20 years': 0.004900113079532605, 'around 30 percent': 0.004900113079532605, '32 percent': 0.004900113079532605, 'Carmichael Roberts': 0.004900113079532605, 'over 100': 0.004900113079532605, '103rd': 0.004900113079532605, 'Michael Fullilove': 0.004900113079532605, 'around six percent': 0.004900113079532605, 'six percent': 0.004900113079532605, \"Bill Clinton's\": 0.003643673828370398, 'one billion': 0.003643673828370398, 'Unless America': 0.003643673828370398, 'just a few million': 0.003643673828370398, 'about a billion': 0.003643673828370398, 'John Nolte': 0.003643673828370398, '0-47': 0.003643673828370398, 'GPS': 0.004523181304183942, 'over 300%': 0.004523181304183942, 'Advance Democracy': 0.007538635506973238, 'Perkins Coie': 0.007287347656740796, 'between April 2016 and October 2016': 0.007287347656740796, 'Fusion': 0.004523181304183942, '6,051,251': 0.004523181304183942, 'Yonder': 0.007287347656740796, 'New Knowledge': 0.004523181304183942, 'the\\xa0 NY Times': 0.004523181304183942, 'Net Zero Asset Managers': 0.006407840180927252, 'the Steering Committee for Climate Action': 0.006407840180927252, 'NZAM': 0.010554089709762533, 'Mark Brnovich': 0.006407840180927252, '• Florida': 0.006407840180927252, 'CFO': 0.006407840180927252, 'early 2023': 0.006407840180927252, '• Texas': 0.006407840180927252, 'Texans': 0.006407840180927252, '• Louisiana': 0.006407840180927252, '$794 million': 0.006407840180927252, 'BlackRock, Inc.': 0.006407840180927252, 'approximately $500 million': 0.006407840180927252, '• Utah': 0.006407840180927252, 'Fidelity Investments': 0.006407840180927252, 'State Street Global Advisors': 0.006407840180927252, 'Morgan Stanley': 0.009548938308832768, 'JPMorgan Chase': 0.006407840180927252, '• Brookfield Asset Management': 0.006407840180927252, '• Coutts & Co.': 0.006407840180927252, '• Rockefeller Asset Management': 0.006407840180927252, '• Rothschild & Co Asset Management Europe': 0.006407840180927252, 'Royal London Asset Management': 0.006407840180927252, 'the Federal Energy Regulatory Commission': 0.010302801859530092, \"Consumers' Research Executive\": 0.006407840180927252, 'the Environmental, Social and Governance': 0.005653976630229928, 'just last year': 0.005653976630229928, 'FERC': 0.005653976630229928, 'FTX': 0.005653976630229928, 'December 1': 0.005653976630229928, \"The International Energy Agency's\": 0.005653976630229928, 'Jimmy Patronis': 0.005653976630229928, 'Treasury Division': 0.005653976630229928, 'Patronis': 0.005653976630229928, 'Jack Bogle': 0.005653976630229928, 'the Vanguard Group': 0.005653976630229928, 'Bogle': 0.005653976630229928, '290': 0.005653976630229928, 'State Street': 0.007915567282321899, 'JPMorgan Asset Management': 0.005653976630229928, 'Legal & General': 0.005653976630229928, 'Fidelity': 0.005653976630229928, 'Pimco': 0.005653976630229928, 'Gaia Vance': 0.003392385978137957, 'another 200 million': 0.003392385978137957, 'The World Bank': 0.003392385978137957, '216 million': 0.003392385978137957, '86 million': 0.003392385978137957, 'Global Risks Report 2022': 0.003392385978137957, 'nativist': 0.003392385978137957, 'many decades': 0.003392385978137957, 'WOKE': 0.004271893453951501, 'Citigroup': 0.004271893453951501, 'Morgan Chase': 0.004271893453951501, 'Wells Fargo': 0.004271893453951501, 'Epoch Times': 0.004271893453951501, 'Laura Ingraham': 0.004271893453951501, 'the Missouri AG': 0.004271893453951501, 'Watch Glenn Beck': 0.004271893453951501, 'Slow Food': 0.005402688779997487, 'Uganda': 0.005151400929765046, 'almost 37 percent': 0.005151400929765046, 'Edward Mukiibi': 0.005151400929765046, 'Mukiibi': 0.005151400929765046, 'Aryn Baker': 0.005151400929765046, 'Baker': 0.005151400929765046, 'Eric Worrall': 0.008292499057670561, 'the Black Sea': 0.005151400929765046, 'Foreign Ministry': 0.005151400929765046, 'Maria Zakharova': 0.005151400929765046, 'September 29': 0.008292499057670561, 'the Russian Agricultural Bank': 0.005151400929765046, 'Zakharova': 0.005151400929765046, 'Rosselkhozbank': 0.005151400929765046, 'Black Sea': 0.005151400929765046, 'John-Henry Westen': 0.0035180299032541774, 'Morano': 0.0035180299032541774, 'around seven percent': 0.0032667420530217363, 'One year later': 0.0032667420530217363, 'almost overnight': 0.0032667420530217363, \"the United Nations' Intergovernmental Panel on Climate Change (IPCC\": 0.0027641663525568537, 'IPCC': 0.012690036436738283, 'Leonardo DiCaprio': 0.0060309084055785896, 'Dan Emmett': 0.0062821962558110315, 'Ann Carlson': 0.0060309084055785896, 'UCLA': 0.0060309084055785896, 'Sher Edling': 0.0060309084055785896, 'DiCaprio': 0.0062821962558110315, 'the Leonardo DiCaprio Foundation': 0.0060309084055785896, 'Government Accountability & Oversight': 0.008920718683251665, 'GAO': 0.009172006533484106, 'Emmett': 0.0062821962558110315, 'Carlson': 0.0062821962558110315, 'Chuck Savitt': 0.0060309084055785896, \"Sher Edling's\": 0.0060309084055785896, 'Terry Tamminen': 0.0060309084055785896, \"the Leonardo DiCaprio Foundation's\": 0.0060309084055785896, 'between 2016 and 2019': 0.0060309084055785896, 'the UCLA Emmett Institute on Climate Change & the Environment': 0.0060309084055785896, 'July 22, 2017': 0.0060309084055785896, 'three days': 0.0060309084055785896, 'Savitt': 0.0062821962558110315, 'Edling': 0.0060309084055785896, 'the Collective Action Fund for Accountability, Resilience and Adaptation': 0.0060309084055785896, 'Resources Legacy Fund': 0.0062821962558110315, 'the Collective Action Fund': 0.0060309084055785896, '37': 0.0060309084055785896, 'Titanic': 0.0060309084055785896, 'the Rockefeller Brothers Fund': 0.0060309084055785896, 'Chris Horner': 0.0060309084055785896, 'Between 2017 and 2020': 0.0060309084055785896, 'RLF': 0.0060309084055785896, 'more than $5.2 million': 0.0060309084055785896, 'the Texas State Legislature': 0.005402688779997487, 'March 29': 0.005653976630229928, 'below 18 years old': 0.005402688779997487, 'the Texas Medical Board': 0.008418142982786782, 'Donna Campbell': 0.005402688779997487, 'Sept. 1, 2023': 0.005402688779997487, 'Campbell': 0.005402688779997487, 'Jose Menendez': 0.005402688779997487, '90 days': 0.005402688779997487, 'the Texas Senate': 0.005402688779997487, 'MTF': 0.005653976630229928, 'GOP State': 0.005653976630229928, 'Mayes Middleton': 0.005402688779997487, 'March 28': 0.005402688779997487, 'HB': 0.005402688779997487, 'K-12': 0.005402688779997487, 'tertiary': 0.005402688779997487, 'Valoree Swanson': 0.005402688779997487, \"HB 25's\": 0.005402688779997487, 'Texas Tribune': 0.005402688779997487, 'JD Rucker': 0.005402688779997487, 'the Kentucky General Assembly': 0.005402688779997487, 'West Oakland': 0.0027641663525568537, 'More than 130': 0.0025128785023244126, 'Rachel Morello-Frosch': 0.0025128785023244126, 'Toxic Tides': 0.0025128785023244126, 'UC Berkeley': 0.0025128785023244126, \"West Oakland's\": 0.0025128785023244126, '75-year-old': 0.0025128785023244126, 'Margaret Gordon': 0.0025128785023244126, 'Gordon': 0.0027641663525568537, 'The Club of Rome': 0.007036059806508355, 'Brandon Smith': 0.006784771956275914, 'IMF': 0.007036059806508355, 'SDR': 0.007036059806508355, '1971': 0.013569543912551827, 'the early 1970s': 0.007036059806508355, 'the beginning of the end for the west': 0.006784771956275914, 'Jimmy Carter': 0.01017715793441387, 'Clinton Administration': 0.006784771956275914, 'Strobe Talbot': 0.006784771956275914, 'Council on Foreign Relations': 0.006784771956275914, 'Richard Gardner': 0.006784771956275914, 'Foreign Affairs Magazine': 0.006784771956275914, '1974': 0.006784771956275914, 'William James': 0.006784771956275914, 'Philosopher Kings': 0.006784771956275914, 'Plato’s Republic': 0.006784771956275914, 'EMBRACE': 0.006784771956275914, 'Infection Fatality Rate': 0.006784771956275914, '0.23%': 0.006784771956275914, 'at least 1972': 0.006784771956275914, 'the Club Of Rome': 0.007036059806508355, '‘The Limits Of Growth’': 0.006784771956275914, 'MIT': 0.006784771956275914, 'Twenty years later': 0.006784771956275914, 'the Australian Public Broadcasting Service': 0.006784771956275914, '50 years ago': 0.006784771956275914, 'half a century': 0.006784771956275914, 'Club': 0.006784771956275914, 'Greg Miller': 0.0035180299032541774, 'Freight Waves': 0.0035180299032541774, 'just 6.1 percent': 0.0035180299032541774, 'several years': 0.0035180299032541774, 'Jefferies': 0.0035180299032541774, 'Omar Nokta': 0.0035180299032541774, 'several dismal years': 0.0035180299032541774, 'the two worst years': 0.0035180299032541774, 'three-year': 0.007287347656740796, 'Miller': 0.0035180299032541774, 'last 20-25 years': 0.0035180299032541774, 'the latter years': 0.0035180299032541774, 'covid hysteria': 0.0035180299032541774, 'Bob Burke': 0.0035180299032541774, 'Ridgebury Tankers': 0.0035180299032541774, 'two and a half years from now': 0.0035180299032541774, 'Maersk Tankers': 0.0035180299032541774, 'Christian Ingerslev': 0.0035180299032541774, 'Gregory Wrightstone': 0.0028898102776730742, 'the CO2 Coalition': 0.0028898102776730742, '97 percent': 0.006910415881392134, 'The \"97 percent': 0.0028898102776730742, 'just 45 percent': 0.0028898102776730742, 'less than half': 0.0028898102776730742, 'NaturalNews.com University of Canterbury': 0.002261590652091971, 'November 29': 0.002261590652091971, 'Hiscox': 0.0025128785023244126, 'Heinemann': 0.0025128785023244126, 'Wimpy': 0.002261590652091971, 'Popeye': 0.002261590652091971, 'the Cult of Climate Change': 0.002261590652091971, 'University of Canterbury': 0.002261590652091971, 'Tessa Hiscox': 0.002261590652091971, 'Jack Heinemann': 0.002261590652091971, 'BILLIONS': 0.004271893453951501, 'American tax dollars': 0.004271893453951501, 'Partnerships for Climate-Smart Commodities': 0.004271893453951501, 'GE': 0.004271893453951501, 'USDA': 0.004523181304183942, '$2.8 billion': 0.004271893453951501, 'more than $3 billion': 0.004271893453951501, 'bison': 0.004523181304183942, '$7 million and $5 million': 0.004271893453951501, 'Verified Regenerative Bison Products': 0.004271893453951501, 'Cheyenne': 0.004271893453951501, 'Arapaho Tribes': 0.004271893453951501, 'Climate-Smart Commodities': 0.004271893453951501, 'Lincoln University': 0.004271893453951501, 'The Institute for Strategic Dialogue': 0.005402688779997487, 'Deny, Deceive, Delay: Documenting and Responding to Climate Disinformation at COP26 & Beyond': 0.005402688779997487, 'Exposé News': 0.005653976630229928, 'the Centre for the Analysis of Social Media': 0.005402688779997487, 'the Conscious Advertising Network': 0.005402688779997487, 'CAN': 0.005402688779997487, 'Climate Nexus': 0.005402688779997487, \"a 'War Room'\": 0.005402688779997487, 'at least 16': 0.005402688779997487, '507,000': 0.005402688779997487, 'Bjorn Lomborg': 0.008166855132554341, \"North America's\": 0.005402688779997487, 'Soros': 0.00804121120743812, 'Swiss': 0.005025757004648825, 'Jerome R. Corsi': 0.005025757004648825, 'Ph.D.': 0.008920718683251665, '1827': 0.005025757004648825, 'Jean Baptiste': 0.005025757004648825, 'Joseph Fourier': 0.005025757004648825, 'Terrestre': 0.005025757004648825, 'IR': 0.005277044854881266, 'some 200 years': 0.005025757004648825, 'Allmendinger': 0.005277044854881266, 'the\\xa0 International Journal of Physical Sciences': 0.005025757004648825, 'O2': 0.005025757004648825, 'The Refutation of the Climate Greenhouse Theory': 0.005025757004648825, 'Environmental Pollution and Climate Change': 0.005025757004648825, 'CO2, O2': 0.005277044854881266, 'N2': 0.005277044854881266, 'argon': 0.005025757004648825, 'The Real Cause of Global Warming': 0.005025757004648825, 'the\\xa0 SciFed Journal of Global Warming': 0.005025757004648825, 'Thomas Kuhn': 0.005025757004648825, 'The Structure of Scientific Revolutions': 0.005025757004648825, 'Thomas Allmendinger': 0.005025757004648825, \"The Organic Prepper 's\": 0.002387234577208192, 'Aden Tate': 0.002387234577208192, 'Tate': 0.002638522427440633, 'Super AI': 0.002638522427440633, 'Midjourney': 0.002387234577208192, 'Grammarly': 0.002387234577208192, 'Jarvis': 0.002387234577208192, 'Iron Man': 0.002387234577208192, 'Initially': 0.002387234577208192, 'Danielle Jones': 0.003769317753486619, 'OBGYN': 0.003769317753486619, 'RNA': 0.003769317753486619, 'the Centers for Disease Control and Prevention': 0.003769317753486619, 'the Public Health Communications Collaborative': 0.003769317753486619, 'the CDC Foundation': 0.003769317753486619, 'between 1930s pre-Holocaust and 2020s': 0.005025757004648825, 'Never Again': 0.005025757004648825, 'Vera Sharav': 0.005025757004648825, 'Jan. 30': 0.005025757004648825, 'Michoel Green': 0.005277044854881266, 'Orthodox': 0.005025757004648825, 'Green': 0.008418142982786782, 'the 1930s': 0.005025757004648825, 'Polish': 0.005025757004648825, 'the U.S. Holocaust Memorial Museum': 0.005025757004648825, 'non-Jewish': 0.005025757004648825, 'Poles': 0.005025757004648825, 'Shanghai': 0.005025757004648825, \"the Chinese Communist Party's\": 0.007036059806508355, 'Charlie Baker': 0.01432340746324915, 'The Sentinel Report': 0.005025757004648825, 'Alex Newman': 0.005025757004648825, 'Ministry of Truth': 0.00402060560371906, 'Match Biden': 0.00402060560371906, 'Wikipedia': 0.004271893453951501, 'More than 70': 0.00402060560371906, 'Article by Allum Bokhari': 0.00402060560371906, 'the\\xa0National Bureau of Economic Research': 0.004271893453951501, 'more than a few months': 0.00402060560371906, 'Jimmy Wales': 0.00402060560371906, 'Rosdiana Ciaravolo': 0.00402060560371906, 'the United Kingdom’s': 0.00402060560371906, 'Julius Shiskin': 0.00402060560371906, 'the White House Council of Economic Advisers Cecilia Rouse': 0.00402060560371906, 'at least two quarters': 0.00402060560371906, 'More than a dozen': 0.005402688779997487, 'Munich': 0.005402688779997487, 'Eastern Germany': 0.005402688779997487, 'at least $1.5 million': 0.005402688779997487, 'Bavaria to Trieste': 0.005402688779997487, 'the past few weeks': 0.005402688779997487, 'nearly every day': 0.005402688779997487, 'Olaf Scholtz': 0.005402688779997487, 'Green Party': 0.008669430833019224, 'Scholtz': 0.005402688779997487, 'Aimee van Baalen': 0.005402688779997487, 'Nancy Faeser': 0.005402688779997487, '1,600': 0.005402688779997487, 'as much as six months': 0.005402688779997487, 'up to a year': 0.005402688779997487, 'the River Thames': 0.005402688779997487, 'more than 40 hours': 0.005402688779997487, '2.5 years': 0.005402688779997487, 'Formula 1': 0.005402688779997487, 'A22': 0.005402688779997487, 'Office of Climate & Environmental Justice': 0.003643673828370398, \"New York City's\": 0.003392385978137957, 'EcoData': 0.003392385978137957, 'American Express': 0.003392385978137957, 'Health + Hospitals': 0.003392385978137957, 'Adams': 0.018720944842316872, 'Beyond Meat and Impossible Foods': 0.003392385978137957, \"a hundred thousand years' time\": 0.003392385978137957, 'the Global Climate Intelligence Group': 0.005151400929765046, 'the Climate Intelligence Foundation': 0.005151400929765046, 'GCIG': 0.005402688779997487, 'Belgium': 0.019474808393014197, 'Chile': 0.005151400929765046, 'Greece': 0.009423294383716547, 'Hungary': 0.005151400929765046, 'the Netherlands': 0.008418142982786782, 'the Little Ice Age': 0.005151400929765046, 'around the 13th or 14th century': 0.005151400929765046, 'Intergovernmental Panel on Climate Change': 0.005151400929765046, 'the \"Health Ranger Report': 0.005151400929765046, 'One year ago': 0.005277044854881266, 'some 1,140': 0.005277044854881266, 'About 13 percent': 0.005277044854881266, 'The Brennan Center for Justice': 0.005277044854881266, 'Technocracy.news': 0.005528332705113707, 'Oslo': 0.0057796205553461485, 'Videos': 0.0057796205553461485, 'Stopp Oljeletinga': 0.0060309084055785896, 'Stop Oil Exploration': 0.0057796205553461485, 'Astrid Rem': 0.0057796205553461485, '64 percent': 0.0057796205553461485, 'late October': 0.0057796205553461485, 'Letzte Generation': 0.0057796205553461485, 'Claude Monet': 0.0057796205553461485, 'Potsdam Museum': 0.0057796205553461485, '#MashedPotatoes': 0.0057796205553461485, \"Johannes Vermeer's\": 0.0057796205553461485, 'Belgian': 0.0057796205553461485, 'Museo Nacional del Prado': 0.0057796205553461485, 'Madrid': 0.0057796205553461485, 'Francisco de Goya': 0.0057796205553461485, \"Intergovernmental Panel on Climate Change's\": 0.0057796205553461485, '1.5 degrees Celsius': 0.0057796205553461485, '2.7 degrees': 0.0057796205553461485, 'Paul Ehrlich': 0.010554089709762533, 'The Population Bomb': 0.0038949616786028395, 'Ehrlich': 0.0038949616786028395, 'coming decades': 0.003643673828370398, 'Smithsonian Magazine': 0.0038949616786028395, \"Ron Howard's\": 0.003643673828370398, 'Inferno': 0.003643673828370398, 'Bertrand Zobrist': 0.003643673828370398, 'TED Talk-like': 0.003643673828370398, 'Joseph Vazquez': 0.003643673828370398, 'Zobrist': 0.003643673828370398, \"the '70s\": 0.003643673828370398, '1960': 0.003643673828370398, 'channel Ehrlich': 0.003643673828370398, \"'The Population Bomb\": 0.003643673828370398, 'Margi Murphy': 0.003643673828370398, 'Murphy': 0.0038949616786028395, 'Energy Policy Advocates': 0.003643673828370398, 'WhatsApp': 0.003643673828370398, 'Signal': 0.003643673828370398, 'Associated Press ': 0.003643673828370398, 'Climate Feedback': 0.003643673828370398, 'Steve Koonin': 0.003643673828370398, 'the week': 0.013192612137203165, 'Watts': 0.0038949616786028395, 'The Sierra Club': 0.004397537379067722, 'Homeowners': 0.0041462495288352805, 'Jerry Sonnenberg': 0.0041462495288352805, 'R-Colo.': 0.0041462495288352805, 'Denver Gazette': 0.0041462495288352805, 'R': 0.0041462495288352805, 'Colo.': 0.007664279432089458, 'around 61 percent': 0.0041462495288352805, 'Another 19 percent': 0.0041462495288352805, 'just 20 percent': 0.0041462495288352805, 'Colorado Oil and Gas Association': 0.0041462495288352805, 'Dan Haley': 0.0041462495288352805, 'Sierra Club': 0.0041462495288352805, 'Sonnenberg': 0.0041462495288352805, 'up to decade': 0.005402688779997487, 'winters': 0.005653976630229928, 'up to ten years': 0.005402688779997487, 'Peter Caddle': 0.005402688779997487, 'Fears': 0.005402688779997487, 'this coming winter': 0.005402688779997487, 'up to a decade': 0.005402688779997487, 'Les 5 à': 0.005402688779997487, 'la facture énergétique de 770': 0.005402688779997487, 'Tinne Van der Straeten': 0.005653976630229928, 'Abundance': 0.005402688779997487, 'Macron Warns': 0.005402688779997487, 'Romanian': 0.005402688779997487, 'Terhes': 0.005402688779997487, 'TCS': 0.007287347656740796, 'The Ministry of Environment & Climate Change Canada': 0.007036059806508355, 'Firearms Storage': 0.007036059806508355, 'The Globalist War': 0.007036059806508355, '85%': 0.007036059806508355, 'Sri Lankan': 0.007036059806508355, '$450 million': 0.007036059806508355, 'Rajanganaya': 0.007036059806508355, '2.5 acres': 0.007036059806508355, 'Sri Lanka’s': 0.007036059806508355, '$1.3 billion': 0.007036059806508355, '71 percent': 0.009297650458600325, '23 years': 0.007036059806508355, 'Situation Update': 0.008292499057670561, 'Thomas Renz': 0.007036059806508355, 'intel': 0.015831134564643797, 'each day': 0.01608242241487624, 'Telegram': 0.015831134564643797, 'Ghost World': 0.015831134564643797, 'The Global Reset Survival Guide': 0.015831134564643797, 'The Contagious Mind': 0.015831134564643797, 'Resilient Prepping': 0.015831134564643797, 'NaturalNews.com': 0.015831134564643797, 'Amazon.com': 0.015831134564643797, 'ICP-MS': 0.015831134564643797, 'Bank Term Funding Program': 0.004397537379067722, 'BTFP': 0.004648825229300163, 'up to one year': 0.004397537379067722, 'U.S. Treasuries': 0.004397537379067722, 'the Department of the Treasury': 0.004397537379067722, 'up to $25 billion': 0.004397537379067722, 'the Exchange Stabilization Fund': 0.004397537379067722, 'Silicon Valley Bank and Signature Bank': 0.004397537379067722, 'Board': 0.004648825229300163, 'just 4 days ago': 0.004397537379067722, '50bps': 0.004397537379067722, 'about 48 hours': 0.004648825229300163, 'Bill Ackman': 0.004648825229300163, 'DEATH': 0.0031410981279055158, 'more than $250 million': 0.0031410981279055158, 'at least 65,000': 0.0031410981279055158, 'the next three years': 0.0031410981279055158, 'the Department of Agriculture, Food': 0.0031410981279055158, 'Marine': 0.0031410981279055158, '37.5 per cent': 0.0031410981279055158, 'Kerrygold': 0.0031410981279055158, 'White House’s': 0.005277044854881266, 'the\\xa0Office of Environmental Justice': 0.005277044854881266, 'Office of Environmental Justice': 0.005277044854881266, 'H.R. 1': 0.005528332705113707, 'the Lower Energy Costs Act': 0.005277044854881266, 'Alfredo Ortiz': 0.005277044854881266, 'the Job Creators Network': 0.005277044854881266, 'Ortiz': 0.005277044854881266, 'Wayne Crews': 0.005277044854881266, 'Peter Navarro': 0.005528332705113707, \"Taking Back Trump's America\": 0.005277044854881266, 'Navarro': 0.005277044854881266, 'East Palestine': 0.005277044854881266, \"Taking Back Trump's\": 0.005277044854881266, 'the Daily Mail': 0.004397537379067722, 'Powering Up Britain': 0.004397537379067722, 'the Global Methane Pledge': 0.006910415881392134, 'Green Alliance': 0.004397537379067722, 'Dustin Benson': 0.004397537379067722, 'the National Food Strategy of': 0.004397537379067722, 'Department for Environment': 0.004397537379067722, 'Vicki Hird': 0.004397537379067722, 'Sustain': 0.004397537379067722, 'around 14 percent': 0.004397537379067722, 'Downing Street': 0.004397537379067722, '92 percent': 0.004397537379067722, '2037': 0.004397537379067722, 'between 2033 and 2037': 0.004397537379067722, 'Tom Burke': 0.004397537379067722, 'E3G': 0.004397537379067722, '3.1 million acres': 0.004900113079532605, 'the Irish Daily Mail': 0.004900113079532605, 'Freedom of Information': 0.004900113079532605, 'up to 86,500': 0.004900113079532605, '20,000 acres': 0.004900113079532605, '875,000 hectares': 0.004900113079532605, 'up to 302,000': 0.004900113079532605, 'Mattie McGrath': 0.004900113079532605, 'Teachtai Dála': 0.004900113079532605, 'McGrath': 0.004900113079532605, 'Taoiseach Leo Vradkar': 0.004900113079532605, 'Agriculture': 0.004900113079532605, 'Charlie McConalogue': 0.004900113079532605, 'Nature Restoration Law': 0.004900113079532605, \"Irish Farmers' Association\": 0.004900113079532605, 'Stephen Canavan': 0.004900113079532605, 'the English Government': 0.004900113079532605, 'Susan Duclos': 0.007538635506973238, 'Edible Insects': 0.007538635506973238, 'WISN': 0.007538635506973238, '1970': 0.007789923357205679, 'the Smithsonian Institute': 0.007538635506973238, 'between 75 and 80 percent': 0.007538635506973238, 'Line Magazine -\\xa0': 0.007538635506973238, '1985': 0.007538635506973238, 'one half': 0.007538635506973238, 'the year 2000': 0.007789923357205679, 'some 70 million': 0.007538635506973238, 'the 70s': 0.007538635506973238, 'Pete Gunter -\\xa0': 0.007538635506973238, 'James Hansen': 0.007538635506973238, 'nearly 2 degrees': 0.007538635506973238, 'the last 100,000 years': 0.007538635506973238, 'Two years later': 0.007538635506973238, 'Hansen': 0.007538635506973238, 'the Hudson River': 0.007538635506973238, 'July 23, 2022': 0.007538635506973238, '7/17-7/23': 0.007538635506973238, 'Maria': 0.007538635506973238, 'NYT': 0.007789923357205679, '• Turns': 0.007538635506973238, 'Summers': 0.007538635506973238, 'Lyle': 0.007789923357205679, 'Nickerson': 0.007538635506973238, 'Yellowjackets': 0.007538635506973238, 'Tenebrio': 0.007538635506973238, 'Nicholas Harris': 0.0030154542027892948, 'UnHerd': 0.0030154542027892948, 'five-foot': 0.0030154542027892948, 'Cassandra': 0.0030154542027892948, 'United Nations Conference of the Parties': 0.0030154542027892948, 'COP': 0.0030154542027892948, 'Texas A&M': 0.006659128031159693, 'NTD': 0.006659128031159693, 'Texas A&M University': 0.006659128031159693, 'the Qingdao\\xa0National Laboratory for Marine Science and Technology': 0.006659128031159693, 'February 2022': 0.006659128031159693, '$2 million': 0.006659128031159693, 'the International Laboratory for High-Resolution Earth System Prediction': 0.006659128031159693, 'The Department of Defense': 0.006659128031159693, 'TAMU': 0.006910415881392134, 'the Senate Foreign Relations Committee': 0.006659128031159693, 'Senate Select Committee on Intelligence': 0.006659128031159693, \"the People's Republic of China\": 0.006659128031159693, 'The College Station': 0.006659128031159693, 'the Federal Bureau of Investigation': 0.006659128031159693, 'M. Katherine Banks': 0.006659128031159693, 'John Sharp': 0.006659128031159693, 'Jamil N. Jaffer': 0.006659128031159693, 'Jaffer': 0.006659128031159693, 'the National Security Institute': 0.006659128031159693, \"George Mason University 's\": 0.006659128031159693, 'Antonin Scalia Law School': 0.006659128031159693, 'Cheng': 0.006910415881392134, 'Guangdong University of Technology': 0.006659128031159693, '2012 to': 0.006659128031159693, 'the Department of Justice': 0.006659128031159693, 'SHUTTERED': 0.0027641663525568537, 'some 54,000': 0.0027641663525568537, 'around one-fifth': 0.0027641663525568537, 'Thousands upon thousands': 0.0027641663525568537, 'The Burning Platform': 0.0027641663525568537, 'the Middle Ages': 0.0027641663525568537, 'Between 2016-2019': 0.004523181304183942, '1,114': 0.004774469154416384, '1,130': 0.004523181304183942, '98.6 percent': 0.004523181304183942, '1.4 percent': 0.004523181304183942, 'The World Professional Association for Transgender Health': 0.004523181304183942, 'About 20 percent': 0.004523181304183942, 'around $40,000': 0.004523181304183942, 'Vanderbilt Hospital': 0.004774469154416384, 'Vanderbilt': 0.004774469154416384, \"VUMC Clinic for Transgender Health's\": 0.004523181304183942, 'Shayne Sebold': 0.004523181304183942, 'Taylor': 0.004523181304183942, 'Grand Rounds': 0.004523181304183942, 'the U.S. Food and Drug Administration': 0.004523181304183942, 'Grand View Research': 0.004523181304183942, 'last year alone': 0.004523181304183942, '$1.9 billion': 0.004523181304183942, 'Russell Tytler': 0.0032667420530217363, 'Deakin University': 0.0032667420530217363, 'Peter Freebody': 0.0032667420530217363, 'the University of Wollongong': 0.0032667420530217363, 'Tytler': 0.0032667420530217363, 'Freebody': 0.0032667420530217363, 'Alex Wodak': 0.0032667420530217363, 'New South Wales': 0.0032667420530217363, 'NSW': 0.0032667420530217363, 'Australians': 0.006784771956275914, 'Wodak': 0.0032667420530217363, 'the early 1900s': 0.0032667420530217363, '1906': 0.0032667420530217363, 'Coca-Cola': 0.0032667420530217363, 'the year 1903': 0.0032667420530217363, 'the War on Drugs': 0.0032667420530217363, 'SAVE': 0.0013820831762784268, 'STARVE': 0.0013820831762784268, 'the\\xa0 Department of Agriculture': 0.0013820831762784268, \"the Department of Agriculture's\": 0.0030154542027892948, 'AIM for Climate Summit': 0.0032667420530217363, 'eight billion fellow': 0.0030154542027892948, 'another half': 0.0030154542027892948, 'Fake': 0.0030154542027892948, 'AIM for Climate': 0.0030154542027892948, 'Louisville': 0.004397537379067722, '21,000': 0.0041462495288352805, 'only six': 0.0041462495288352805, 'seventh': 0.0041462495288352805, 'at least 1,000 feet': 0.0041462495288352805, 'Petaluma': 0.0041462495288352805, 'Santa Rosa': 0.0041462495288352805, 'Sonoma County': 0.0041462495288352805, 'Electric Vehicles': 0.0041462495288352805, 'the Louisville City Council': 0.0041462495288352805, 'September 2023': 0.0041462495288352805, 'three-ton': 0.0038949616786028395, 'Schellnhuber': 0.0038949616786028395, 'three tons': 0.003643673828370398, 'CO2 per year': 0.0038949616786028395, 'about 10 tons': 0.003643673828370398, '100 tons': 0.003643673828370398, 'the Paris World Inequality Lab': 0.003643673828370398, 'more than 2,000 tons': 0.003643673828370398, 'Alibaba': 0.003643673828370398, 'Alibaba Group': 0.003643673828370398, 'J. Michael Evans': 0.003643673828370398, 'Evans': 0.003643673828370398, 'Emissions Trading Scheme': 0.0038949616786028395, 'about 10,000': 0.0038949616786028395, 'less than 30 years': 0.0038949616786028395, '55%': 0.0038949616786028395, 'Peter Liese': 0.0038949616786028395, 'the European Parliament': 0.007664279432089458, 'Liese': 0.0041462495288352805, 'Pascal Canfin': 0.0038949616786028395, \"the European Parliament's\": 0.0038949616786028395, 'almost 50 percent': 0.0038949616786028395, 'around €100': 0.0038949616786028395, '2027': 0.0038949616786028395, 'Anthony Albanese': 0.007412991581857017, 'Digital Reporter': 0.0038949616786028395, 'September 5, 2022': 0.0038949616786028395, '10:45AM': 0.0038949616786028395, '44.2 cents': 0.0038949616786028395, 'the March Budget': 0.0038949616786028395, '22 cents': 0.0038949616786028395, 'Albanese': 0.007412991581857017, '$2.5 billion': 0.0041462495288352805, '$6 billion': 0.0041462495288352805, '$12 billion': 0.0038949616786028395, '0.09': 0.0041462495288352805, '$0.33 / gallon': 0.0041462495288352805, '50L': 0.0038949616786028395, '4.50': 0.0041462495288352805, '2/3': 0.0038949616786028395, '3 months': 0.0038949616786028395, 'The Australian Reserve Bank': 0.0038949616786028395, '131': 0.0028898102776730742, 'a third': 0.0028898102776730742, '62 percent': 0.0028898102776730742, 'Venus': 0.0028898102776730742, 'Paris Climate Treaties': 0.0028898102776730742, 'Paris Climate Treaty': 0.0028898102776730742, 'Climate Science Center': 0.0028898102776730742, 'Climate Inform Labels': 0.0028898102776730742, 'the Climate Science Center': 0.0028898102776730742, 'Climate Science Literacy Initiative': 0.0028898102776730742, 'Climate Pledges': 0.0028898102776730742, 'the Climate Pledges': 0.0028898102776730742, 'the Monash Climate Change Communication Research Hub': 0.0028898102776730742, 'Decision-Making Laboratory': 0.0028898102776730742, 'the Yale Program on Climate Change Communication': 0.0028898102776730742, 'Mark Kelly': 0.004900113079532605, 'Jordan Conradson': 0.004648825229300163, 'Trump-Endorsed Blake Masters': 0.004648825229300163, 'U.S. Senate Press': 0.004648825229300163, 'Radical Left': 0.004648825229300163, 'the Arizona Legislature': 0.004648825229300163, 'The Gateway Pundit': 0.014197763538132931, 'National Motto': 0.004648825229300163, 'In God We Trust': 0.004648825229300163, 'Cole': 0.004648825229300163, 'the “Equality Act': 0.004900113079532605, 'Melissa Moschella': 0.004648825229300163, 'Tumblr': 0.004648825229300163, 'Moschella': 0.004648825229300163, '“Transgender Day Of Visibility': 0.004648825229300163, 'up to 25': 0.003643673828370398, 'the University of California,': 0.003643673828370398, 'Davis': 0.003643673828370398, 'UC Davis': 0.0038949616786028395, 'the UC Davis': 0.0038949616786028395, 'between 542 pounds': 0.003643673828370398, '246 kg': 0.003643673828370398, '3,325 pounds': 0.003643673828370398, '1,508 kg': 0.003643673828370398, 'between four and 25': 0.003643673828370398, 'Mark Post': 0.003643673828370398, 'Maastricht University': 0.003643673828370398, 'cyanobacteria': 0.003643673828370398, 'April 21': 0.005277044854881266, 'PDF': 0.016333710265108683, 'Tony Fauci': 0.0021359467269757505, '1961': 0.0021359467269757505, 'the Oval Office of the White House': 0.0021359467269757505, \"Robert F. Kennedy Jr.'s\": 0.0021359467269757505, 'this Climate Community Project': 0.0030154542027892948, 'Southern California Edison': 0.0030154542027892948, 'SCE': 0.0030154542027892948, 'the Climate Community Project': 0.0030154542027892948, 'subpar batteries': 0.0030154542027892948, 'A Green New Deal for Transportation': 0.0030154542027892948, 'many years': 0.0018846588767433095, \"Willis Eschenbach's\": 0.0018846588767433095, 'Willis': 0.0021359467269757505, 'Artificial Intelligence': 0.0018846588767433095, 'ChatGPT definitively': 0.0018846588767433095, 'Rule of Models': 0.0018846588767433095, 'Bing': 0.0018846588767433095, 'AI ChatBot': 0.0018846588767433095, 'Steele Dossier': 0.006156552330694811, 'Daniel Jones': 0.005905264480462369, 'Russiagate': 0.005905264480462369, '300 percent': 0.005905264480462369, '140,000': 0.005905264480462369, 'more than $6 million': 0.005905264480462369, '540,000': 0.005905264480462369, 'Doug Jones': 0.005905264480462369, 'Roy Moore': 0.005905264480462369, 'pre-Musk': 0.005905264480462369, 'Comet Research Group': 0.0041462495288352805, 'Younger Dryas': 0.004397537379067722, 'the earth': 0.0041462495288352805, '12,800 years ago': 0.0041462495288352805, '10 degrees Celsius': 0.0041462495288352805, '18 degrees': 0.0041462495288352805, 'about 1,400 years': 0.0041462495288352805, 'Dryas': 0.004397537379067722, 'YD': 0.0041462495288352805, 'about two million years': 0.0041462495288352805, 'Tens of millions': 0.0041462495288352805, 'Mammoths': 0.0041462495288352805, 'As much as 60 percent': 0.0041462495288352805, 'tons and tons': 0.0041462495288352805, 'The Comet Research Group': 0.0041462495288352805, '• Craters': 0.0041462495288352805, '• Diamonds': 0.0041462495288352805, '• M': 0.0041462495288352805, '• Black': 0.0041462495288352805, '• Mass': 0.0041462495288352805, '• Climate': 0.0041462495288352805, 'Rachel” Levine,': 0.003392385978137957, 'Pediatrician': 0.003392385978137957, 'Rollyn Ornstein': 0.003392385978137957, \"Penn State Hershey Children's Hospital\": 0.003392385978137957, 'Levine': 0.003643673828370398, 'age 18': 0.003392385978137957, 'Megan Brock': 0.003392385978137957, 'Daily Caller News Foundation': 0.003392385978137957, 'Ornstein': 0.003643673828370398, 'early 2021': 0.003392385978137957, 'ED': 0.003392385978137957, 'under 18': 0.003643673828370398, 'Johns Hopkins Medicine': 0.003392385978137957, 'The Zelenko Report': 0.004648825229300163, 'Sargis Sangari': 0.004648825229300163, 'Brighteon': 0.007915567282321899, 'Ann Vandersteel': 0.004648825229300163, 'Jan. 16': 0.004397537379067722, 'Sangari': 0.004648825229300163, 'more than 20 years': 0.004397537379067722, 'Near East Center for Strategic Engagement': 0.004397537379067722, 'NEC': 0.004648825229300163, 'Vandersteel': 0.004648825229300163, 'The Zelenko Freedom Foundation': 0.004397537379067722, 'Peter Pry': 0.004397537379067722, 'EMP': 0.004648825229300163, 'South America': 0.004397537379067722, '1-2 p.m.': 0.004397537379067722, 'Greta Thunberg ROASTED': 0.0041462495288352805, 'then-15-year-old': 0.0041462495288352805, 'only five years': 0.0041462495288352805, 'June 21, 2023': 0.004397537379067722, 'five-year date': 0.0041462495288352805, \"Greta Thunberg's\": 0.0041462495288352805, 'about 12 years': 0.0041462495288352805, 'GLOBALISTS': 0.0031410981279055158, 'Keep': 0.0031410981279055158, '$1.78 to $': 0.0031410981279055158, '7.00': 0.0031410981279055158, '400 percent': 0.0031410981279055158, '$5 billion': 0.0031410981279055158, 'pervert Jeffrey Epstein': 0.0031410981279055158, 'around 500 to 600': 0.00402060560371906, 'as early as next year': 0.00402060560371906, 'Wednesday, October 5': 0.00402060560371906, 'Around] 500 to 600': 0.00402060560371906, 'Eva Vlaardingerbroek': 0.007789923357205679, 'Tens of thousands': 0.00402060560371906, 'Vlaardingerbroek': 0.00804121120743812, 'Willem Engel': 0.00402060560371906, 'about a third': 0.00402060560371906, 'the Tristate City': 0.00402060560371906, 'around 45 million': 0.00402060560371906, 'Engel': 0.00402060560371906, 'over 100 million': 0.00402060560371906, 'Rudi Buis': 0.00402060560371906, 'the Netherlands Agricultural and': 0.00402060560371906, 'Horticultural Organization': 0.00402060560371906, 'LTO': 0.004271893453951501, 'five to seven years': 0.00402060560371906, 'NEW WORLD': 0.010302801859530092, 'Clinton Global Initiative': 0.010302801859530092, 'UN General Assembly': 0.010302801859530092, 'Jamie White': 0.010302801859530092, 'September 19-27': 0.010302801859530092, 'Voldoymyr Zelensky': 0.010302801859530092, 'Emmnauel Macron': 0.010302801859530092, 'Liz Truss': 0.010302801859530092, 'Ebrahim Raisi': 0.010302801859530092, 'Chelsea Clinton': 0.010302801859530092, 'Sept. 19-20': 0.010302801859530092, '6 years': 0.010302801859530092, 'CGI': 0.010554089709762533, 'Commitments to Action': 0.010302801859530092, 'This September': 0.010302801859530092, 'the United Nations General Assembly': 0.013066968212086945, 'Melinda Gates': 0.010302801859530092, 'Matt Damon': 0.010302801859530092, 'Kathy Hochul': 0.010302801859530092, 'Cindy McCain': 0.010302801859530092, 'Fareed Zakaria': 0.010302801859530092, 'Xavier Becerra': 0.010302801859530092, 'Brian Deese': 0.010302801859530092, 'Vivek Murthy': 0.010302801859530092, 'Gina Raimondo': 0.010302801859530092, 'Marty Walsh': 0.010302801859530092, 'Sept. 19-22': 0.010302801859530092, 'Stephanie Ruhle': 0.010302801859530092, 'Rachel Smolkin': 0.010302801859530092, 'BlackRock VP': 0.010302801859530092, 'Pamela Chan': 0.010302801859530092, 'Build Back Better” agenda': 0.010302801859530092, 'the Sustainable Development Impact Meetings': 0.010302801859530092, 'the Sustainable Development Goals': 0.010302801859530092, 'the months ahead': 0.010302801859530092, 'Matrixxx Grooove': 0.004397537379067722, 'Shady': 0.004648825229300163, 'The Matrixxx Grooove Show': 0.004648825229300163, 'July 19': 0.004397537379067722, '10 percent': 0.004397537379067722, 'years, decades': 0.004397537379067722, 'Shannon': 0.004397537379067722, 'ShadyGrooove': 0.004648825229300163, 'The \"Matrixxx Grooove': 0.004397537379067722, 'Pedersen': 0.004648825229300163, 'the American Revolution of 1776': 0.004397537379067722, 'Townsend': 0.004648825229300163, \"Dinesh D'Souza\": 0.004397537379067722, 'Mules': 0.004397537379067722, 'Monday to Friday': 0.004397537379067722, '12-1 p.m.': 0.004397537379067722, 'Patricia Adams & Lawrence Solomon': 0.006533484106043473, 'Alice-in-Wonderland': 0.006533484106043473, 'malaria': 0.006533484106043473, '4,000': 0.006533484106043473, 'the U.N. Intergovernmental Panel on Climate Change (IPCC': 0.006533484106043473, 'Freeman Dyson': 0.006533484106043473, 'Albert Einstein': 0.006533484106043473, 'Princeton': 0.006533484106043473, 'three-decade-long': 0.006533484106043473, '195': 0.006533484106043473, 'Gallup': 0.006533484106043473, '“just 1 percent': 0.006533484106043473, '/Siena College': 0.006533484106043473, 'under 30': 0.006533484106043473, 'IEA': 0.006533484106043473, 'democrats': 0.004271893453951501, 'Christian Democratic Union of Germany': 0.004271893453951501, 'Albert Stegemann': 0.004271893453951501, 'The Green Party': 0.004271893453951501, 'VAT': 0.004523181304183942, 'Rober Habeck': 0.004271893453951501, 'Vox Media': 0.004271893453951501, 'Linus Mattauch': 0.004271893453951501, 'the School of Geography': 0.004271893453951501, 'at least 75 percent': 0.004271893453951501, '14.5 percent': 0.004271893453951501, 'North Americans': 0.004271893453951501, 'Matin Qaim': 0.004271893453951501, 'Washington State Department of Health': 0.002261590652091971, 'Climate Change & Pregnancy': 0.002261590652091971, 'WSDH': 0.0025128785023244126, 'the Washington Tracking Network': 0.002261590652091971, 'the Next Generation Science Standards': 0.002261590652091971, 'Todd Myers': 0.002261590652091971, 'Washington Policy Center': 0.002261590652091971, 'Myers': 0.002261590652091971, 'Bible': 0.002261590652091971, 'Quran': 0.002261590652091971, 'the International Monetary Fund': 0.0032667420530217363, 'Antigua': 0.0035180299032541774, 'Barbuda': 0.0035180299032541774, '$8.9 billion': 0.0032667420530217363, 'Adelle Thomas': 0.0032667420530217363, 'the Climate Change Adaptation and Resilience Research Center': 0.0032667420530217363, 'each passing year': 0.0032667420530217363, 'Walton Webson': 0.0032667420530217363, 'BOMBS': 0.010554089709762533, 'the Christmas week': 0.010302801859530092, 'the coming week': 0.010302801859530092, 'Luciferians': 0.010302801859530092, 'around Christmas Day': 0.010302801859530092, 'the last few weeks': 0.010302801859530092, 'the last six years or so': 0.010302801859530092, 'Breitbart.com': 0.010302801859530092, 'TGP': 0.010302801859530092, 'NaturalNews': 0.010554089709762533, 'NN': 0.010302801859530092, 'Redneck Revolt': 0.010554089709762533, 'Going Down': 0.010302801859530092, \"Redneck Revolt's\": 0.010302801859530092, 'Bloomberg.com': 0.010302801859530092, 'The Climate Movement Needs': 0.010302801859530092, 'Pipeline': 0.010302801859530092, 'Mother Earth': 0.010302801859530092, 'Stephen L. Miller': 0.010302801859530092, 'Intel': 0.010302801859530092, 'the Day of Christ (': 0.010302801859530092, 'Nearly two-thirds': 0.010302801859530092, '#': 0.010554089709762533, 'the summer of 2019': 0.010302801859530092, 'Health Ranger': 0.010302801859530092, 'Oblivion Agenda': 0.010302801859530092, 'iTunes': 0.010302801859530092, 'Food Compass': 0.00402060560371906, 'the Friedman School of Nutrition Science and Policy': 0.00402060560371906, 'late 2021': 0.00402060560371906, 'The Food Compass': 0.00402060560371906, '87': 0.00402060560371906, 'Lucky Charms': 0.00402060560371906, 'Joseph Mercola': 0.00402060560371906, 'the Food Compass': 0.004271893453951501, 'Eating': 0.00402060560371906, 'Mercola': 0.00402060560371906, 'Dutch Parliament': 0.00402060560371906, 'billions die': 0.00402060560371906, 'Society Foundation': 0.0030154542027892948, 'the Munich Security Conference': 0.0030154542027892948, 'seven meters': 0.0030154542027892948, 'University of Cambridge': 0.0030154542027892948, 'arctic': 0.0032667420530217363, 'The Arctic Circle': 0.0030154542027892948, 'Charles III': 0.004271893453951501, 'Christian Patriot News': 0.00402060560371906, 'the Prince of Wales': 0.00402060560371906, \"Elizabeth II's\": 0.00402060560371906, 'Peter Dutton': 0.00402060560371906, 'Dutton': 0.00402060560371906, 'the Liberal Party of Australia': 0.00402060560371906, \"Charles III's\": 0.00402060560371906, 'the Australian Labor Party': 0.00402060560371906, 'ALP': 0.004271893453951501, 'the Labor Party': 0.00402060560371906, 'Sky News Australia': 0.00402060560371906, 'Virtual': 0.00402060560371906, 'June 2020': 0.00402060560371906, 'Google/YouTube': 0.002261590652091971, 'Chris Menahan': 0.003769317753486619, 'the ‘Benadryl Challenge': 0.002261590652091971, 'a dozen': 0.003769317753486619, 'Benadryl': 0.003769317753486619, 'the Benadryl Challenge': 0.0030154542027892948, 'Arson': 0.007412991581857017, 'Edward Struzik': 0.007412991581857017, \"Queen's Institute for Energy and Environmental Policy\": 0.007412991581857017, 'coming weeks earlier': 0.007412991581857017, 'coming weeks later': 0.007412991581857017, 'Struzik': 0.007412991581857017, 'Steven Guibeault': 0.007412991581857017, 'Principal': 0.007412991581857017, 'Gerald Butts': 0.007412991581857017, 'Butts': 0.007412991581857017, 'Wide Awake Media': 0.007412991581857017, 'the \\xa0Meteorology Department': 0.007412991581857017, 'June 2': 0.007412991581857017, 'Toronto Sun': 0.007412991581857017, 'Hugues Beaulieu': 0.007412991581857017, 'The Royal Canadian Mounted Police (RCMP': 0.007412991581857017, 'Nova Scotia': 0.007664279432089458, 'Yukon': 0.007412991581857017, 'British Columbia': 0.007412991581857017, 'Alberta': 0.007664279432089458, 'Albertan': 0.007412991581857017, 'Cold Lake': 0.007412991581857017, 'Edmonton': 0.007664279432089458, 'the Church of Jesus Christ': 0.007412991581857017, 'Latter-Day Saints': 0.007412991581857017, 'Cherry Grove': 0.007412991581857017, 'about 4.8 million hectares': 0.007412991581857017, '11.86 million acres': 0.007412991581857017, 'millions of acres': 0.007412991581857017, 'Western Canada': 0.007412991581857017, 'Gerald Cheng': 0.007412991581857017, 'Monday, June 12': 0.007412991581857017, 'Air Quality Health Index': 0.007412991581857017, 'Fort McMurray': 0.007412991581857017, 'Nearly 5,000': 0.007412991581857017, 'Anita': 0.007412991581857017, 'Edson': 0.007412991581857017, 'DEFLATING': 0.005528332705113707, 'Tyre Extinguishers': 0.0057796205553461485, 'Czech Republic': 0.005528332705113707, 'Austria': 0.009548938308832768, 'the last month alone': 0.005528332705113707, 'some 42': 0.005528332705113707, 'Beacon Hill': 0.0057796205553461485, 'Howie Carr': 0.005528332705113707, 'Louisburg Square': 0.005528332705113707, 'Carr': 0.0057796205553461485, '1997': 0.005528332705113707, 'May 2': 0.005025757004648825, 'the European Commission': 0.005025757004648825, 'the Green Deal': 0.005025757004648825, 'roughly €1.47 billion': 0.005025757004648825, '$1.62 billion': 0.005025757004648825, 'up to 100 percent': 0.005025757004648825, 'The EU Commission': 0.005277044854881266, 'February of 2028': 0.005025757004648825, 'five consecutive years': 0.005025757004648825, 'the National Statistics Office': 0.005025757004648825, '€122.3 billion': 0.005025757004648825, 'Robbin Voorend': 0.005025757004648825, '90-95%': 0.005025757004648825, 'Martin Neppelenbroek': 0.005025757004648825, '€975 million': 0.005025757004648825, '$1.77 billion': 0.005025757004648825, 'up to 120%': 0.005025757004648825, 'an additional 20%': 0.005025757004648825, 'Blackrock’s': 0.005402688779997487, 'Texas AG': 0.005402688779997487, 'Ken Paxton': 0.005402688779997487, 'August 8': 0.005402688779997487, 'Arizona AG': 0.005402688779997487, \"Mark Brnovich's\": 0.005402688779997487, 'West Virginia AG': 0.005402688779997487, 'Patrick Morrisey': 0.005402688779997487, 'Morrisey': 0.005402688779997487, 'Woke Inc.': 0.005402688779997487, 'Vivek Ramaswamy': 0.005402688779997487, 'the Conservative Political Action Conference': 0.005402688779997487, 'Strive': 0.005402688779997487, 'Fink': 0.005653976630229928, 'the first-half': 0.005402688779997487, 'year 2022': 0.005402688779997487, 'the end of June': 0.005402688779997487, 'only about a quarter': 0.005402688779997487, 'Robert Vautard': 0.005402688779997487, 'the France Climate and Environment Sciences Laboratory': 0.005402688779997487, 'VOA': 0.005402688779997487, 'More than a thousand': 0.005402688779997487, 'Peter Koenig': 0.005402688779997487, 'Global Research': 0.005402688779997487, 'Rutte': 0.005402688779997487, 'Koenig': 0.005402688779997487, 'some 30 percent': 0.005402688779997487, 'Holland': 0.005402688779997487, 'the Ukraine war': 0.005402688779997487, 'the two-thirds': 0.005402688779997487, 'the Austrian Parliament': 0.005402688779997487, 'Gerald Hauser': 0.005402688779997487, 'Johannes Rauch': 0.005402688779997487, 'Hauser': 0.005402688779997487, 'Lützerath': 0.0030154542027892948}\n", + "Graph density: 0.014642505150453865\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "nlp = spacy.load('en_core_web_sm')\n", + "\n", + "# Load the CSV file into a DataFrame\n", + "df = pd.read_csv('reliable_submission.csv')\n", + "\n", + "# Assuming the text is in a column named 'text'\n", + "text = df['text'].iloc[0] # This line reads the first row; adjust as needed for your specific dataset\n", + "\n", + "# Process the text\n", + "doc = nlp(text)\n", + "\n", + "# Create a new graph\n", + "G1 = nx.Graph()\n", + "\n", + "# Add nodes and edges from named entities and their relationships\n", + "for ent in doc.ents:\n", + " G1.add_node(ent.text, type=ent.label_)\n", + "\n", + "# Explore relationships based on sentences\n", + "for sent in doc.sents:\n", + " ents = list(sent.ents)\n", + " for i in range(len(ents)-1):\n", + " for j in range(i+1, len(ents)):\n", + " G1.add_edge(ents[i].text, ents[j].text)\n", + "\n", + "# Print the nodes and edges to verify\n", + "print(\"Nodes in G1:\")\n", + "for node in G1.nodes(data=True):\n", + " print(node)\n", + "\n", + "print(\"\\nEdges in G1:\")\n", + "for edge in G1.edges():\n", + " print(edge)\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "6TFQ7lDduawi", + "outputId": "35e9fce4-5f9c-4950-dcc2-5897e240ec67" + }, + "execution_count": 22, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "/usr/local/lib/python3.10/dist-packages/spacy/util.py:1740: UserWarning: [W111] Jupyter notebook detected: if using `prefer_gpu()` or `require_gpu()`, include it in the same cell right before `spacy.load()` to ensure that the model is loaded on the correct device. More information: http://spacy.io/usage/v3#jupyter-notebook-gpu\n", + " warnings.warn(Warnings.W111)\n" + ] + }, + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Nodes in G1:\n", + "('Priyanka Chopra', {'type': 'PERSON'})\n", + "('Kamala Harris', {'type': 'PERSON'})\n", + "('Biden', {'type': 'PERSON'})\n", + "('Florida', {'type': 'GPE'})\n", + "('Puerto Rico', {'type': 'GPE'})\n", + "('Sept. 30', {'type': 'DATE'})\n", + "('Republicans', {'type': 'NORP'})\n", + "('U.S.', {'type': 'GPE'})\n", + "('Rick Scott', {'type': 'PERSON'})\n", + "('the Federal Emergency Management Agency', {'type': 'ORG'})\n", + "('Harris', {'type': 'PERSON'})\n", + "('yesterday', {'type': 'DATE'})\n", + "('Scott', {'type': 'PERSON'})\n", + "('Oct. 2', {'type': 'DATE'})\n", + "('CBS', {'type': 'ORG'})\n", + "('Face the Nation', {'type': 'WORK_OF_ART'})\n", + "('Margaret Brennan', {'type': 'PERSON'})\n", + "('Republican', {'type': 'NORP'})\n", + "('Hurricane Ian', {'type': 'EVENT'})\n", + "('South Carolina', {'type': 'GPE'})\n", + "('Two days earlier', {'type': 'DATE'})\n", + "('Ron DeSantis', {'type': 'PERSON'})\n", + "('Christina Pushaw', {'type': 'PERSON'})\n", + "('DeSantis', {'type': 'LOC'})\n", + "('FEMA Individual Assistance', {'type': 'ORG'})\n", + "('Floridians', {'type': 'NORP'})\n", + "('Oct. 3', {'type': 'DATE'})\n", + "('Marjorie Taylor Greene', {'type': 'PERSON'})\n", + "('FEMA', {'type': 'ORG'})\n", + "('the White House', {'type': 'ORG'})\n", + "('Friday', {'type': 'DATE'})\n", + "('Saturday', {'type': 'DATE'})\n", + "('Deanne Criswell', {'type': 'PERSON'})\n", + "('White House', {'type': 'ORG'})\n", + "('Karine Jean-Pierre', {'type': 'PERSON'})\n", + "('Jean-Pierre', {'type': 'PERSON'})\n", + "('Americans', {'type': 'NORP'})\n", + "('first', {'type': 'ORDINAL'})\n", + "('today', {'type': 'DATE'})\n", + "('Wednesday', {'type': 'DATE'})\n", + "('Chopra', {'type': 'ORG'})\n", + "('a Democratic National Committee', {'type': 'ORG'})\n", + "('India', {'type': 'GPE'})\n", + "('earlier this year', {'type': 'DATE'})\n", + "('America', {'type': 'GPE'})\n", + "('2020', {'type': 'DATE'})\n", + "('one', {'type': 'CARDINAL'})\n", + "('$370 billion', {'type': 'MONEY'})\n", + "('the Inflation Reduction Act', {'type': 'LAW'})\n", + "('Ian', {'type': 'PERSON'})\n", + "('California', {'type': 'GPE'})\n", + "('Fiona', {'type': 'PERSON'})\n", + "('San Francisco', {'type': 'GPE'})\n", + "('2003', {'type': 'DATE'})\n", + "('third', {'type': 'ORDINAL'})\n", + "('Caribbean', {'type': 'LOC'})\n", + "('CARICOM', {'type': 'ORG'})\n", + "('just a couple weeks ago', {'type': 'DATE'})\n", + "('the United States', {'type': 'GPE'})\n", + "('Nandita Bose', {'type': 'PERSON'})\n", + "('Reuters', {'type': 'ORG'})\n", + "('Twitter', {'type': 'PRODUCT'})\n", + "('WH', {'type': 'ORG'})\n", + "('the DNC Women’s Leadership Forum', {'type': 'ORG'})\n", + "('Annenberg Public Policy Center', {'type': 'ORG'})\n", + "('202', {'type': 'CARDINAL'})\n", + "('Philadelphia', {'type': 'GPE'})\n", + "('PA 19104', {'type': 'DATE'})\n", + "\n", + "Edges in G1:\n", + "('Priyanka Chopra', 'Kamala Harris')\n", + "('Priyanka Chopra', 'Biden')\n", + "('Priyanka Chopra', 'Florida')\n", + "('Kamala Harris', 'Biden')\n", + "('Kamala Harris', 'Florida')\n", + "('Biden', 'Florida')\n", + "('Biden', 'Two days earlier')\n", + "('Biden', 'Ron DeSantis')\n", + "('Biden', 'Hurricane Ian')\n", + "('Florida', 'Sept. 30')\n", + "('Florida', 'Republicans')\n", + "('Florida', 'U.S.')\n", + "('Florida', 'Rick Scott')\n", + "('Florida', 'the Federal Emergency Management Agency')\n", + "('Florida', 'Scott')\n", + "('Florida', 'Republican')\n", + "('Florida', 'Harris')\n", + "('Florida', 'Hurricane Ian')\n", + "('Florida', 'South Carolina')\n", + "('Florida', 'Two days earlier')\n", + "('Florida', 'Ron DeSantis')\n", + "('Florida', 'Americans')\n", + "('Florida', 'first')\n", + "('Florida', 'today')\n", + "('Florida', 'Wednesday')\n", + "('Florida', 'Chopra')\n", + "('Florida', 'Puerto Rico')\n", + "('Florida', 'Fiona')\n", + "('Puerto Rico', 'Fiona')\n", + "('Sept. 30', 'Republicans')\n", + "('Sept. 30', 'U.S.')\n", + "('Sept. 30', 'Rick Scott')\n", + "('Sept. 30', 'the Federal Emergency Management Agency')\n", + "('Sept. 30', 'Chopra')\n", + "('Sept. 30', 'Hurricane Ian')\n", + "('Sept. 30', 'South Carolina')\n", + "('Republicans', 'U.S.')\n", + "('Republicans', 'Rick Scott')\n", + "('Republicans', 'the Federal Emergency Management Agency')\n", + "('U.S.', 'Rick Scott')\n", + "('U.S.', 'the Federal Emergency Management Agency')\n", + "('Rick Scott', 'the Federal Emergency Management Agency')\n", + "('Harris', 'yesterday')\n", + "('Harris', 'Scott')\n", + "('Harris', 'Oct. 2')\n", + "('Harris', 'CBS')\n", + "('Harris', 'Face the Nation')\n", + "('Harris', 'Republican')\n", + "('Harris', 'Hurricane Ian')\n", + "('Harris', 'South Carolina')\n", + "('Harris', 'Oct. 3')\n", + "('Harris', 'White House')\n", + "('Harris', 'Karine Jean-Pierre')\n", + "('Harris', 'Jean-Pierre')\n", + "('Harris', 'Chopra')\n", + "('Harris', 'a Democratic National Committee')\n", + "('Harris', 'first')\n", + "('Harris', '2020')\n", + "('Harris', 'one')\n", + "('Harris', 'Nandita Bose')\n", + "('Harris', 'Reuters')\n", + "('Harris', 'Twitter')\n", + "('yesterday', 'yesterday')\n", + "('yesterday', 'Scott')\n", + "('yesterday', 'Oct. 2')\n", + "('yesterday', 'CBS')\n", + "('yesterday', 'Face the Nation')\n", + "('Scott', 'Oct. 2')\n", + "('Scott', 'CBS')\n", + "('Scott', 'Face the Nation')\n", + "('Scott', 'Margaret Brennan')\n", + "('Scott', 'Republican')\n", + "('Scott', 'Hurricane Ian')\n", + "('Scott', 'South Carolina')\n", + "('Scott', 'FEMA')\n", + "('Scott', 'Deanne Criswell')\n", + "('Oct. 2', 'CBS')\n", + "('Oct. 2', 'Face the Nation')\n", + "('CBS', 'Face the Nation')\n", + "('Face the Nation', 'FEMA')\n", + "('Face the Nation', 'Deanne Criswell')\n", + "('Republican', 'Hurricane Ian')\n", + "('Republican', 'South Carolina')\n", + "('Republican', 'Oct. 3')\n", + "('Republican', 'White House')\n", + "('Republican', 'Karine Jean-Pierre')\n", + "('Hurricane Ian', 'South Carolina')\n", + "('Hurricane Ian', 'Two days earlier')\n", + "('Hurricane Ian', 'Ron DeSantis')\n", + "('Hurricane Ian', 'FEMA Individual Assistance')\n", + "('Hurricane Ian', 'Floridians')\n", + "('Hurricane Ian', 'India')\n", + "('Hurricane Ian', 'Chopra')\n", + "('Hurricane Ian', 'WH')\n", + "('Hurricane Ian', 'Friday')\n", + "('Hurricane Ian', 'the DNC Women’s Leadership Forum')\n", + "('South Carolina', 'Chopra')\n", + "('Two days earlier', 'Ron DeSantis')\n", + "('Christina Pushaw', 'DeSantis')\n", + "('FEMA Individual Assistance', 'Floridians')\n", + "('Floridians', 'Friday')\n", + "('Floridians', 'Saturday')\n", + "('Oct. 3', 'Marjorie Taylor Greene')\n", + "('Oct. 3', 'White House')\n", + "('Oct. 3', 'Karine Jean-Pierre')\n", + "('Oct. 3', 'Jean-Pierre')\n", + "('FEMA', 'the White House')\n", + "('FEMA', 'Deanne Criswell')\n", + "('Friday', 'Saturday')\n", + "('Friday', 'WH')\n", + "('Friday', 'the DNC Women’s Leadership Forum')\n", + "('White House', 'Karine Jean-Pierre')\n", + "('White House', 'Nandita Bose')\n", + "('White House', 'Reuters')\n", + "('White House', 'Twitter')\n", + "('Americans', 'first')\n", + "('Americans', 'today')\n", + "('Americans', 'Wednesday')\n", + "('first', 'today')\n", + "('first', 'Wednesday')\n", + "('first', '2020')\n", + "('first', 'one')\n", + "('first', 'San Francisco')\n", + "('first', '2003')\n", + "('today', 'Wednesday')\n", + "('Chopra', 'a Democratic National Committee')\n", + "('earlier this year', 'America')\n", + "('America', '$370 billion')\n", + "('America', 'the Inflation Reduction Act')\n", + "('America', 'Ian')\n", + "('America', 'California')\n", + "('2020', 'one')\n", + "('one', 'San Francisco')\n", + "('one', '2003')\n", + "('$370 billion', 'the Inflation Reduction Act')\n", + "('$370 billion', 'Ian')\n", + "('$370 billion', 'California')\n", + "('the Inflation Reduction Act', 'Ian')\n", + "('the Inflation Reduction Act', 'California')\n", + "('Ian', 'California')\n", + "('San Francisco', '2003')\n", + "('third', 'Caribbean')\n", + "('third', 'CARICOM')\n", + "('Caribbean', 'CARICOM')\n", + "('Nandita Bose', 'Reuters')\n", + "('Nandita Bose', 'Twitter')\n", + "('Reuters', 'Twitter')\n", + "('WH', 'the DNC Women’s Leadership Forum')\n", + "('Annenberg Public Policy Center', '202')\n", + "('Annenberg Public Policy Center', 'Philadelphia')\n", + "('Annenberg Public Policy Center', 'PA 19104')\n", + "('202', 'Philadelphia')\n", + "('202', 'PA 19104')\n", + "('Philadelphia', 'PA 19104')\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "degree_centrality = nx.degree_centrality(G1)\n", + "\n", + "# Find the node with the highest degree centrality\n", + "max_degree = max(degree_centrality, key=degree_centrality.get)\n", + "print(f\"Node with highest degree centrality in G1: {max_degree}\")\n", + "\n", + "# Identify communities using the Clauset-Newman-Moore greedy modularity maximization\n", + "communities = list(greedy_modularity_communities(G1))\n", + "print(f\"Number of communities found in G1: {len(communities)}\")\n", + "\n", + "# Let's inspect the first community, if available\n", + "if communities:\n", + " first_community = communities[0]\n", + " print(f\"First community in G1: {first_community}\")\n", + "\n", + " # For nodes in the first community, you might want to see the 'type' attribute if available\n", + " for node in first_community:\n", + " data = G1.nodes[node]\n", + " print(f\"Entity: {node}, Type: {data.get('type')}\")\n", + "\n", + "# Save the graph if you haven't already\n", + "nx.write_graphml(G1, 'knowledge_graph_G1.graphml')\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "QiBndebQv1dN", + "outputId": "eeb80f81-3a03-4a4f-8aba-3c59705db80c" + }, + "execution_count": 23, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Node with highest degree centrality in G1: Florida\n", + "Number of communities found in G1: 10\n", + "First community in G1: frozenset({'2003', 'Reuters', 'first', 'Harris', 'Karine Jean-Pierre', 'White House', 'San Francisco', 'Republican', '2020', 'Nandita Bose', 'Twitter', 'Americans', 'Marjorie Taylor Greene', 'today', 'Wednesday', 'one', 'Oct. 3', 'Jean-Pierre'})\n", + "Entity: 2003, Type: DATE\n", + "Entity: Reuters, Type: ORG\n", + "Entity: first, Type: ORDINAL\n", + "Entity: Harris, Type: PERSON\n", + "Entity: Karine Jean-Pierre, Type: PERSON\n", + "Entity: White House, Type: ORG\n", + "Entity: San Francisco, Type: GPE\n", + "Entity: Republican, Type: NORP\n", + "Entity: 2020, Type: DATE\n", + "Entity: Nandita Bose, Type: PERSON\n", + "Entity: Twitter, Type: PRODUCT\n", + "Entity: Americans, Type: NORP\n", + "Entity: Marjorie Taylor Greene, Type: PERSON\n", + "Entity: today, Type: DATE\n", + "Entity: Wednesday, Type: DATE\n", + "Entity: one, Type: CARDINAL\n", + "Entity: Oct. 3, Type: DATE\n", + "Entity: Jean-Pierre, Type: PERSON\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "degree_centrality = nx.degree_centrality(G1)\n", + "density = nx.density(G1)\n", + "\n", + "# Print out some of the calculated values\n", + "print(f\"Graph density: {density:.4f}\")\n", + "print(f\"Number of communities detected: {len(communities)}\")\n", + "\n", + "# Inspect the largest centrality values\n", + "sorted_degree_centrality = sorted(degree_centrality.items(), key=lambda item: item[1], reverse=True)\n", + "for node, centrality in sorted_degree_centrality[:10]:\n", + " print(f\"Node: {node}, Degree Centrality: {centrality:.4f}\")" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "_vEQaD8qw863", + "outputId": "bf61d23a-21fb-417f-e525-a51997bbd208" + }, + "execution_count": 24, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Graph density: 0.0676\n", + "Number of communities detected: 10\n", + "Node: Florida, Degree Centrality: 0.3284\n", + "Node: Harris, Degree Centrality: 0.3134\n", + "Node: Hurricane Ian, Degree Centrality: 0.2388\n", + "Node: Scott, Degree Centrality: 0.1791\n", + "Node: first, Degree Centrality: 0.1343\n", + "Node: Sept. 30, Degree Centrality: 0.1194\n", + "Node: Republican, Degree Centrality: 0.1194\n", + "Node: yesterday, Degree Centrality: 0.1045\n", + "Node: Face the Nation, Degree Centrality: 0.1045\n", + "Node: South Carolina, Degree Centrality: 0.1045\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "Part to comparing them." + ], + "metadata": { + "id": "kH0mxZa8xz3b" + } + }, + { + "cell_type": "code", + "source": [ + "G_unreliable = nx.read_graphml('knowledge_graph.graphml')\n", + "G_reliable = nx.read_graphml('knowledge_graph_G1.graphml')\n", + "\n", + "# Basic Metrics\n", + "def print_graph_info(graph, name):\n", + " print(f\"Information for {name}:\")\n", + " print(f\"Number of nodes: {graph.number_of_nodes()}\")\n", + " print(f\"Number of edges: {graph.number_of_edges()}\")\n", + " print(f\"Graph density: {nx.density(graph)}\")\n", + " degree_dict = dict(graph.degree())\n", + " avg_degree = sum(degree_dict.values()) / len(degree_dict)\n", + " print(f\"Average degree: {avg_degree}\")\n", + " print(\"-------------\")\n", + "\n", + "print_graph_info(G_unreliable, \"Unreliable Graph\")\n", + "print_graph_info(G_reliable, \"Reliable Graph\")\n", + "\n", + "# Community Detection\n", + "from networkx.algorithms.community import greedy_modularity_communities\n", + "\n", + "def detect_communities(graph):\n", + " communities = list(greedy_modularity_communities(graph))\n", + " return communities\n", + "\n", + "communities_unreliable = detect_communities(G_unreliable)\n", + "communities_reliable = detect_communities(G_reliable)\n", + "\n", + "print(f\"Number of communities in Unreliable Graph: {len(communities_unreliable)}\")\n", + "print(f\"Number of communities in Reliable Graph: {len(communities_reliable)}\")\n", + "\n", + "# Comparing Centralities\n", + "def compare_centralities(graph_unreliable, graph_reliable):\n", + " centrality_unreliable = nx.degree_centrality(graph_unreliable)\n", + " centrality_reliable = nx.degree_centrality(graph_reliable)\n", + " max_centrality_unreliable = max(centrality_unreliable, key=centrality_unreliable.get)\n", + " max_centrality_reliable = max(centrality_reliable, key=centrality_reliable.get)\n", + " print(f\"Max centrality in Unreliable Graph: {max_centrality_unreliable} with value {centrality_unreliable[max_centrality_unreliable]}\")\n", + " print(f\"Max centrality in Reliable Graph: {max_centrality_reliable} with value {centrality_reliable[max_centrality_reliable]}\")\n", + "\n", + "compare_centralities(G_unreliable, G_reliable)\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "Hp012jhMx14W", + "outputId": "fdd37de9-dfe6-4efb-f6fd-586bb141e7e3" + }, + "execution_count": 25, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Information for Unreliable Graph:\n", + "Number of nodes: 7960\n", + "Number of edges: 463828\n", + "Graph density: 0.014642505150453865\n", + "Average degree: 116.5396984924623\n", + "-------------\n", + "Information for Reliable Graph:\n", + "Number of nodes: 68\n", + "Number of edges: 154\n", + "Graph density: 0.06760316066725197\n", + "Average degree: 4.529411764705882\n", + "-------------\n", + "Number of communities in Unreliable Graph: 21\n", + "Number of communities in Reliable Graph: 10\n", + "Max centrality in Unreliable Graph: first with value 0.7036059806508355\n", + "Max centrality in Reliable Graph: Florida with value 0.3283582089552239\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "def analyze_misinformation(sentence, nlp, G_unreliable, G_reliable):\n", + " \"\"\"\n", + " Analyzes a sentence to determine if it contains misinformation and suggests corrections.\n", + "\n", + " Parameters:\n", + " sentence (str): The sentence to analyze.\n", + " nlp (spacy.Language): An initialized spaCy language model.\n", + " G_unreliable (networkx.Graph): Graph containing nodes of unreliable information.\n", + " G_reliable (networkx.Graph): Graph containing nodes of reliable information.\n", + "\n", + " Returns:\n", + " bool: Whether misinformation was detected.\n", + " dict: Suggested corrections, if any.\n", + " \"\"\"\n", + " doc = nlp(sentence)\n", + "\n", + " # Extract noun phrases for broader concept analysis\n", + " noun_phrases = [chunk.text for chunk in doc.noun_chunks]\n", + "\n", + " # Check for presence in graphs\n", + " unreliable_presence = {np: check_graph_presence(np, G_unreliable) for np in noun_phrases}\n", + " reliable_presence = {np: check_graph_presence(np, G_reliable) for np in noun_phrases}\n", + "\n", + " # Estimate misinformation\n", + " misinformation = any(unreliable_presence[phrase] and not reliable_presence.get(phrase, False) for phrase in noun_phrases)\n", + "\n", + " # Generate corrections\n", + " corrections = {}\n", + " if misinformation:\n", + " corrections = {np: f\"Refer to verified sources for accurate information on {np}.\" for np in noun_phrases if unreliable_presence[np]}\n", + "\n", + " return misinformation, corrections\n", + "\n", + "def check_graph_presence(phrase, graph):\n", + " \"\"\" Helper function to check if any part of a phrase is present in a graph \"\"\"\n", + " components = phrase.split()\n", + " return any(component in graph.nodes for component in components)\n", + "\n", + "# Load the NLP model\n", + "nlp = spacy.load(\"en_core_web_sm\")\n", + "\n", + "# Example usage\n", + "sentence = \"Climate change is not affected by human activities.\"\n", + "misinformation, corrections = analyze_misinformation(sentence, nlp, G_unreliable, G_reliable)\n", + "print(\"Misinformation detected:\", misinformation)\n", + "print(\"Corrections suggested:\", corrections)\n", + "\n", + "sentence_correct = \"One plus one equals two. \"\n", + "misinformation, corrections = analyze_misinformation(sentence_correct, nlp, G_unreliable, G_reliable)\n", + "print(\"Misinformation detected:\", misinformation)\n", + "print(\"Corrections suggested:\", corrections)\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "Ki9LXUrC3nW_", + "outputId": "c2da55e0-427b-4263-c193-842e97d79301" + }, + "execution_count": 26, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "/usr/local/lib/python3.10/dist-packages/spacy/util.py:1740: UserWarning: [W111] Jupyter notebook detected: if using `prefer_gpu()` or `require_gpu()`, include it in the same cell right before `spacy.load()` to ensure that the model is loaded on the correct device. More information: http://spacy.io/usage/v3#jupyter-notebook-gpu\n", + " warnings.warn(Warnings.W111)\n" + ] + }, + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Misinformation detected: True\n", + "Corrections suggested: {'Climate change': 'Refer to verified sources for accurate information on Climate change.'}\n", + "Misinformation detected: False\n", + "Corrections suggested: {}\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "# Load the dataset\n", + "df = pd.read_csv('TEST_evaluation.csv') # Assuming the CSV has a column 'Sentence'\n", + "\n", + "# Define a function to apply the detection and evaluate accuracy\n", + "def evaluate_accuracy(dataframe, nlp_model, G_unreliable, G_reliable):\n", + " correct_predictions = 0\n", + " total = len(dataframe)\n", + "\n", + " for index, row in dataframe.iterrows():\n", + " sentence = row['Text']\n", + "\n", + " # Predict misinformation\n", + " misinformation, _ = analyze_misinformation(sentence, nlp_model, G_unreliable, G_reliable)\n", + "\n", + " # Since all entries are unreliable, the correct label is True for misinformation\n", + " if misinformation:\n", + " correct_predictions += 1\n", + "\n", + " accuracy = correct_predictions / total\n", + " return accuracy\n", + "\n", + "# Calculate accuracy\n", + "accuracy = evaluate_accuracy(df, nlp, G_unreliable, G_reliable)\n", + "print(f\"Accuracy of misinformation detection: {accuracy:.2%}\")\n" + ], + "metadata": { + "id": "shO6_-Vzl9af", + "outputId": "a3e313b0-857d-4278-fc72-02c061b2810c", + "colab": { + "base_uri": "https://localhost:8080/" + } + }, + "execution_count": 30, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Accuracy of misinformation detection: 99.60%\n" + ] + } + ] + } + ] +} \ No newline at end of file